diff --git a/.gitIgnore b/.gitIgnore new file mode 100644 index 0000000..288c468 --- /dev/null +++ b/.gitIgnore @@ -0,0 +1,123 @@ + +# Created by https://www.toptal.com/developers/gitignore/api/swift,xcode,cocoapods +# Edit at https://www.toptal.com/developers/gitignore?templates=swift,xcode,cocoapods + +### Swift ### +# Xcode +# +# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore + +## User settings +xcuserdata/ + +## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9) +*.xcscmblueprint +*.xccheckout + +## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4) +build/ +DerivedData/ +*.moved-aside +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 + +## Obj-C/Swift specific +*.hmap + +## App packaging +*.ipa +*.dSYM.zip +*.dSYM + +## Playgrounds +timeline.xctimeline +playground.xcworkspace + +# Swift Package Manager +# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies. +# Packages/ +# Package.pins +# Package.resolved +# *.xcodeproj +# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata +# hence it is not needed unless you have added a package configuration file to your project +# .swiftpm + +.build/ + +# CocoaPods +# We recommend against adding the Pods directory to your .gitignore. However +# you should judge for yourself, the pros and cons are mentioned at: +# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control +# Pods/ +# Add this line if you want to avoid checking in source code from the Xcode workspace +# *.xcworkspace + +# Carthage +# Add this line if you want to avoid checking in source code from Carthage dependencies. +# Carthage/Checkouts + +Carthage/Build/ + +# Accio dependency management +Dependencies/ +.accio/ + +# fastlane +# It is recommended to not store the screenshots in the git repo. +# Instead, use fastlane to re-generate the screenshots whenever they are needed. +# For more information about the recommended setup visit: +# https://docs.fastlane.tools/best-practices/source-control/#source-control + +fastlane/report.xml +fastlane/Preview.html +fastlane/screenshots/**/*.png +fastlane/test_output + +# Code Injection +# After new code Injection tools there's a generated folder /iOSInjectionProject +# https://github.com/johnno1962/injectionforxcode + +iOSInjectionProject/ + +### Xcode ### +# Xcode +# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore + + + + +## Gcc Patch +/*.gcno + +### Xcode Patch ### +*.xcodeproj/* +!*.xcodeproj/project.pbxproj +!*.xcodeproj/xcshareddata/ +!*.xcworkspace/contents.xcworkspacedata +**/xcshareddata/WorkspaceSettings.xcsettings + +# End of https://www.toptal.com/developers/gitignore/api/swift,xcode +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db + +### CocoaPods ### +## CocoaPods GitIgnore Template + +# CocoaPods - Only use to conserve bandwidth / Save time on Pushing +# - Also handy if you have a large number of dependant pods +# - AS PER https://guides.cocoapods.org/using/using-cocoapods.html NEVER IGNORE THE LOCK FILE +Pods/ + +*.xcuserstate diff --git a/.github/ISSUE_TEMPLATE/discussion-issue-template.md b/.github/ISSUE_TEMPLATE/discussion-issue-template.md new file mode 100644 index 0000000..fa0e032 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/discussion-issue-template.md @@ -0,0 +1,18 @@ +--- +name: Discussion issue template +about: 의논사항에 대한 이슈 작성시 사용하는 템플릿 +title: '' +labels: "🏷️ discussion 🗨️" +assignees: whrlgus, SHIVVVPP, seoulboy + +--- + +### 의논거리 🤔 +- + +### 관련 PR or Issue Number + +- PR : +- Issue : + +### 이미지 diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 0000000..0a6e099 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,25 @@ +--- +name: feature request template +about: feature 추가시 사용하는 기본 템플릿 +title: story를 적어주세요 +labels: '' +assignees: '' + +--- + +# story를 적어주세요 + +- 필요시 추가 설명 작성 + +## 완료 조건 ✅ + +- [ ] task1 +- [ ] task2 + +## 관련 이슈 📎 + +관련 이슈 없음 + +## 레퍼런스 📚 + +레퍼런스 없음 diff --git a/.github/ISSUE_TEMPLATE/scrum---wrap-up-issue-template.md b/.github/ISSUE_TEMPLATE/scrum---wrap-up-issue-template.md new file mode 100644 index 0000000..db1d6bc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/scrum---wrap-up-issue-template.md @@ -0,0 +1,28 @@ +--- +name: Scrum 및 wrap-up issue template +about: 데일리 스크럼 및 wrap-up 이슈 작성시 사용하는 템플릿 +title: 'Day 00 Scrum 및 Wrap Up ' +labels: "daily scrum & Wrap up 👨‍👩‍👧‍👦" +assignees: whrlgus, SHIVVVPP, seoulboy + +--- + +## 스크럼 / Wrap-up 택 1 + +스크럼 템플릿 + +### 1. 어제 한 일 🌙 +- ... +### 2. 오늘 할 일 🔥 +- ... +### 3. 공유할 이슈 🙌 +
+ +wrap-up 템플릿 + +### 오늘의 회고 🎈 +``` +초기 프로젝트 셋팅 때문에 많이들 힘들텐데 열심히 하는모습이 대견하다! +wiki 정리가 생각보다 많이 길어졌다. wiki를 정리하며, 템플릿을 만드는데 거의 하루종일 소비했다. +CI/CD 에 대해 진행을 오늘 하루종일 못했다. 내일은 정말 CI/CD를 공부한다!😎 +``` diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..0a995d4 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,24 @@ +### Issue Number +Close # + +### 변경사항 + +- 의존성 목록 + +### 새로운 기능 + +- 기능 목록 + +### 작업 유형 +- [x] 신규 기능 추가 +- [ ] 버그 수정 +- [ ] 리펙토링 +- [ ] 문서 업데이트 + +### 체크리스트 +- [ ] Merge 하는 브랜치가 올바른가? +- [ ] 코딩컨벤션을 준수하는가? +- [ ] PR과 관련없는 변경사항이 없는가? +- [ ] 내 코드에 대한 자기 검토가 되었는가? +- [ ] 변경사항이 효과적이거나 동작이 작동한다는 것을 보증하는 테스트를 추가하였는가? +- [ ] 새로운 테스트와 기존의 테스트가 변경사항에 대해 만족하는가? diff --git a/.github/workflows/build_and_unit_test_ios_project.yml b/.github/workflows/build_and_unit_test_ios_project.yml new file mode 100644 index 0000000..f4f54b7 --- /dev/null +++ b/.github/workflows/build_and_unit_test_ios_project.yml @@ -0,0 +1,40 @@ +name: iOS CI workflow + +on: [push, pull_request] + +jobs: + + build: + name: Build, Install Pods, and Run Unit Tests + env: + SCHEME: "BoostRunClub" + DEVICE: "iPhone 12" + WORKSPACE: "BoostRunClub.xcworkspace" + + runs-on: macOS-latest + + steps: + + - name: Checkout project + uses: actions/checkout@v1 + + - name: CocoaPod Install + run: pod install + + - name: Select Xcode 12 + run: sudo xcode-select -switch /Applications/Xcode_12.2.app + + - name: Build + run: | + set -eo pipefail && xcodebuild build-for-testing \ + -scheme $SCHEME \ + -workspace $WORKSPACE \ + -destination "platform=iOS Simulator,name=$DEVICE" | + xcpretty --color --simple + - name: Run unit tests + run: | + set -eo pipefail && xcodebuild test-without-building \ + -scheme $SCHEME \ + -workspace $WORKSPACE \ + -destination "platform=iOS Simulator,name=$DEVICE" | + xcpretty --color --simple diff --git a/BoostRunClub.xcodeproj/project.pbxproj b/BoostRunClub.xcodeproj/project.pbxproj new file mode 100644 index 0000000..704b909 --- /dev/null +++ b/BoostRunClub.xcodeproj/project.pbxproj @@ -0,0 +1,1605 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 50; + objects = { + +/* Begin PBXBuildFile section */ + 157031793501852C09F6DE10 /* Pods_BoostRunClub.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8CA3CAF831B658B0F9E52002 /* Pods_BoostRunClub.framework */; }; + 4C1EDBF62578E22C004302C5 /* RunningSlice.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C1EDBF52578E22C004302C5 /* RunningSlice.swift */; }; + 4C3E7AB4256E3D920061244F /* Notification.name.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C3E7AB3256E3D920061244F /* Notification.name.swift */; }; + 4C3E7AB8256E45480061244F /* RunningInfoViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C3E7AB7256E45480061244F /* RunningInfoViewModel.swift */; }; + 4C3E7AC4256EC2620061244F /* Futura LT Condensed Extra Bold Oblique.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 4C3E7AC3256EC2620061244F /* Futura LT Condensed Extra Bold Oblique.ttf */; }; + 4C3E7AC9256F43440061244F /* GoalValueView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C3E7AC8256F43440061244F /* GoalValueView.swift */; }; + 4C3E7ACC256F46A00061244F /* GoalType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C3E7ACB256F46A00061244F /* GoalType.swift */; }; + 4C41B40B25861801001C4713 /* SplitInfoDetailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C41B40A25861801001C4713 /* SplitInfoDetailViewController.swift */; }; + 4C41B41425862D29001C4713 /* UINavigationController+setStatusBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C41B41325862D29001C4713 /* UINavigationController+setStatusBar.swift */; }; + 4C4D34722587430E00E70189 /* SplitDetailSplitHeaderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C4D34712587430E00E70189 /* SplitDetailSplitHeaderView.swift */; }; + 4C4D347625874B2400E70189 /* SplitDatailSplitCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C4D347525874B2400E70189 /* SplitDatailSplitCell.swift */; }; + 4C4D3484258750E200E70189 /* SplitInfoDetailDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C4D3483258750E200E70189 /* SplitInfoDetailDataSource.swift */; }; + 4C4D3488258751ED00E70189 /* SplitDatailSplitDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C4D3487258751ED00E70189 /* SplitDatailSplitDataSource.swift */; }; + 4C4D348C2587547100E70189 /* SplitInfoDetailViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C4D348B2587547100E70189 /* SplitInfoDetailViewModel.swift */; }; + 4C5874F6257FD7EB00185B4C /* RunningSplitCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C5874F5257FD7EB00185B4C /* RunningSplitCell.swift */; }; + 4C5874FA257FD88D00185B4C /* RunningSplitCellViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C5874F9257FD88D00185B4C /* RunningSplitCellViewModel.swift */; }; + 4C587503257FFF1E00185B4C /* SplitHeaderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C587502257FFF1D00185B4C /* SplitHeaderView.swift */; }; + 4C587510258014C000185B4C /* UIView+identifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C58750F258014C000185B4C /* UIView+identifier.swift */; }; + 4C6904EB25868FFF007425C6 /* SplitDetailDateInfoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C6904EA25868FFF007425C6 /* SplitDetailDateInfoView.swift */; }; + 4C6904F725873589007425C6 /* SplitDetailInfoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C6904F625873589007425C6 /* SplitDetailInfoCell.swift */; }; + 4C7046002577821D009C39A2 /* EventTimeProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C7045FF2577821D009C39A2 /* EventTimeProvider.swift */; }; + 4C9B985325788547000A6447 /* UIView+notificationFeedback.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C9B985225788547000A6447 /* UIView+notificationFeedback.swift */; }; + 4C9C8FD52566B0A400956D51 /* .swiftlint.yml in Resources */ = {isa = PBXBuildFile; fileRef = 4C9C8FD42566B0A400956D51 /* .swiftlint.yml */; }; + 4CB8FA3725729F65000B90ED /* GoalValueSetupViewModelTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CB8FA3625729F65000B90ED /* GoalValueSetupViewModelTest.swift */; }; + 4CBCDA0D2588CE4E008AD52E /* UIButton+setArrowImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CBCDA0C2588CE4E008AD52E /* UIButton+setArrowImage.swift */; }; + 4CCD6E78256BCA2500195EDA /* PrepareRunViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CCD6E77256BCA2500195EDA /* PrepareRunViewController.swift */; }; + 4CCD6E7B256BDD0800195EDA /* PrepareRunCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CCD6E7A256BDD0800195EDA /* PrepareRunCoordinator.swift */; }; + 4CCD6E7F256BEA1200195EDA /* GoalTypeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CCD6E7E256BEA1200195EDA /* GoalTypeViewController.swift */; }; + 4CEB6BF2256F657A00FA7E88 /* GoalValueSetupViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CEB6BF1256F657A00FA7E88 /* GoalValueSetupViewController.swift */; }; + 4CEB6BF5256F661700FA7E88 /* GoalValueSetupViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CEB6BF4256F661700FA7E88 /* GoalValueSetupViewModel.swift */; }; + 4CF009BC257CA9EB00EC928A /* ZActivity+Activity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CF009BB257CA9EB00EC928A /* ZActivity+Activity.swift */; }; + 4CF009C0257CAC1E00EC928A /* ActivityDetail.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CF009BF257CAC1E00EC928A /* ActivityDetail.swift */; }; + 4CF009C6257CADC300EC928A /* Location.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CF009C5257CADC300EC928A /* Location.swift */; }; + 4CF009CA257CAE1900EC928A /* ZActivityDetail+ActivityDetail.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CF009C9257CAE1900EC928A /* ZActivityDetail+ActivityDetail.swift */; }; + 710CD9C225886BF90001E763 /* CLLocationCoordinate+computeSplitCoordinate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 710CD9C125886BF90001E763 /* CLLocationCoordinate+computeSplitCoordinate.swift */; }; + 710CD9E225889E950001E763 /* ProfileButton.swift.swift in Sources */ = {isa = PBXBuildFile; fileRef = 710CD9E125889E950001E763 /* ProfileButton.swift.swift */; }; + 714C03982574F794006B81E3 /* RunningMapCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 714C03972574F794006B81E3 /* RunningMapCoordinator.swift */; }; + 714C039B2574F7AE006B81E3 /* RunningInfoCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 714C039A2574F7AE006B81E3 /* RunningInfoCoordinator.swift */; }; + 714C039E2574F7C6006B81E3 /* SplitsViewCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 714C039D2574F7C6006B81E3 /* SplitsViewCoordinator.swift */; }; + 714ECA772574F41B00809CBE /* RunningPageCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 714ECA762574F41B00809CBE /* RunningPageCoordinator.swift */; }; + 717878522587E1C4004EF8EA /* MotionType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 717878512587E1C4004EF8EA /* MotionType.swift */; }; + 717878672587E81C004EF8EA /* MotionType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 717878512587E1C4004EF8EA /* MotionType.swift */; }; + 718729422578DA63007BD24F /* RunningSplit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 718729412578DA63007BD24F /* RunningSplit.swift */; }; + 7187295525791A70007BD24F /* MotionDataModelProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7187295425791A70007BD24F /* MotionDataModelProvider.swift */; }; + 71A58D18256D2DE50012FF51 /* PrepareRunViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71A58D17256D2DE50012FF51 /* PrepareRunViewModel.swift */; }; + 71A58D1C256D2EEA0012FF51 /* GoalTypeViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71A58D1B256D2EEA0012FF51 /* GoalTypeViewModel.swift */; }; + 71A58D1F256D3FF80012FF51 /* GoalTypeCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71A58D1E256D3FF80012FF51 /* GoalTypeCell.swift */; }; + 71BBFC882582FDE800BC01B7 /* DefaultsProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71BBFC872582FDE800BC01B7 /* DefaultsProvider.swift */; }; + 71CB9FFE2574374B00B1DD04 /* GoalTypeViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71A58D1B256D2EEA0012FF51 /* GoalTypeViewModel.swift */; }; + 71CC3F322587989200CE969B /* RunningEvent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71CC3F312587989200CE969B /* RunningEvent.swift */; }; + 71CC3F3A2587A89400CE969B /* RunningEvent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71CC3F312587989200CE969B /* RunningEvent.swift */; }; + 71D309382586420A0092AB05 /* Factory+RouteDetailScene.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71D309372586420A0092AB05 /* Factory+RouteDetailScene.swift */; }; + 71D3093C258642230092AB05 /* RouteDetailViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71D3093B258642230092AB05 /* RouteDetailViewModel.swift */; }; + 71D309402586423B0092AB05 /* RouteDetailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71D3093F2586423B0092AB05 /* RouteDetailViewController.swift */; }; + 71D3095625865D870092AB05 /* UIImage+CustomAnnotation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71D3095525865D870092AB05 /* UIImage+CustomAnnotation.swift */; }; + 71E8288F256B9320004A1F30 /* AppCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71E8288E256B9320004A1F30 /* AppCoordinator.swift */; }; + 71E82898256B9788004A1F30 /* TabBarCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71E82897256B9788004A1F30 /* TabBarCoordinator.swift */; }; + 71E8289B256B9B08004A1F30 /* ActivityViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71E8289A256B9B08004A1F30 /* ActivityViewController.swift */; }; + 71E8289E256B9B13004A1F30 /* RunningPageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71E8289D256B9B13004A1F30 /* RunningPageViewController.swift */; }; + 71E828A1256B9B1E004A1F30 /* ProfileViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71E828A0256B9B1E004A1F30 /* ProfileViewController.swift */; }; + 71E828A7256B9F13004A1F30 /* ProfileCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71E828A6256B9F13004A1F30 /* ProfileCoordinator.swift */; }; + 71E828B0256BADB0004A1F30 /* Coordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71E828AF256BADB0004A1F30 /* Coordinator.swift */; }; + 71E828B3256BADFA004A1F30 /* ActivityCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71E828B2256BADFA004A1F30 /* ActivityCoordinator.swift */; }; + 71EFCC6E257753FA007998AD /* RunningPageViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71EFCC6D257753FA007998AD /* RunningPageViewModel.swift */; }; + 71EFCC8D2577C3C0007998AD /* CircleButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71EFCC8C2577C3C0007998AD /* CircleButton.swift */; }; + 71EFCCA62577D3E6007998AD /* UIButton+setSFSymbol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71EFCCA52577D3E6007998AD /* UIButton+setSFSymbol.swift */; }; + 71FBAAD4257D2341005C8D30 /* Factory+RunningInfoScene.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71FBAAD3257D2341005C8D30 /* Factory+RunningInfoScene.swift */; }; + 71FBAADE257D23AF005C8D30 /* Factory+TabBarContainer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71FBAADD257D23AF005C8D30 /* Factory+TabBarContainer.swift */; }; + 71FBAAE2257D23C1005C8D30 /* Factory+RunningPageContainer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71FBAAE1257D23C1005C8D30 /* Factory+RunningPageContainer.swift */; }; + 71FBAAE6257D23DB005C8D30 /* Factory+LoginScene.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71FBAAE5257D23DB005C8D30 /* Factory+LoginScene.swift */; }; + 71FBAAEA257D23F0005C8D30 /* Factory+ActivityScene.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71FBAAE9257D23F0005C8D30 /* Factory+ActivityScene.swift */; }; + 71FBAAF2257D244F005C8D30 /* Factory+PrepareRunScene.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71FBAAF1257D244F005C8D30 /* Factory+PrepareRunScene.swift */; }; + 71FBAAF6257D246A005C8D30 /* Factory+PausedRunningScene.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71FBAAF5257D246A005C8D30 /* Factory+PausedRunningScene.swift */; }; + 71FBAAFA257D2488005C8D30 /* Factory+SplitScene.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71FBAAF9257D2488005C8D30 /* Factory+SplitScene.swift */; }; + 71FBAAFE257D24A9005C8D30 /* Factory+ProfileScene.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71FBAAFD257D24A9005C8D30 /* Factory+ProfileScene.swift */; }; + 71FBAB06257D24E3005C8D30 /* Factory+RunningMapScene.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71FBAB05257D24E3005C8D30 /* Factory+RunningMapScene.swift */; }; + 71FBAB4F257FA267005C8D30 /* ProfileViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71FBAB4E257FA267005C8D30 /* ProfileViewModel.swift */; }; + 71FBAB62257FCD78005C8D30 /* EditProfileViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71FBAB61257FCD78005C8D30 /* EditProfileViewController.swift */; }; + 71FBAB66257FCD84005C8D30 /* EditProfileViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71FBAB65257FCD84005C8D30 /* EditProfileViewModel.swift */; }; + 71FBAB6C257FD091005C8D30 /* Factory+EditProfileScene.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71FBAB6B257FD091005C8D30 /* Factory+EditProfileScene.swift */; }; + 71FBAB77257FDED8005C8D30 /* Profile.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71FBAB76257FDED8005C8D30 /* Profile.swift */; }; + 71FBAB8D2581EC2B005C8D30 /* URL+Documents.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71FBAB8C2581EC2B005C8D30 /* URL+Documents.swift */; }; + 71FBAB962581FB3C005C8D30 /* Data+SaveAndLoadData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71FBAB952581FB3C005C8D30 /* Data+SaveAndLoadData.swift */; }; + 9600DB522566AA4400183CB9 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9600DB512566AA4400183CB9 /* AppDelegate.swift */; }; + 9600DB542566AA4400183CB9 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9600DB532566AA4400183CB9 /* SceneDelegate.swift */; }; + 9600DB5B2566AA4700183CB9 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9600DB5A2566AA4700183CB9 /* Assets.xcassets */; }; + 9600DB5E2566AA4700183CB9 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 9600DB5C2566AA4700183CB9 /* LaunchScreen.storyboard */; }; + 96015B56257807C100E55E9F /* UIImage+SFSymbol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96015B55257807C100E55E9F /* UIImage+SFSymbol.swift */; }; + 960A14DE257DD127008D2BD3 /* ActivityViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 960A14DD257DD127008D2BD3 /* ActivityViewModel.swift */; }; + 960A14E6257DD8D1008D2BD3 /* ActivityFilterType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 960A14E5257DD8D1008D2BD3 /* ActivityFilterType.swift */; }; + 960A14F5257DF9D1008D2BD3 /* ActivityTotalConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 960A14F4257DF9D1008D2BD3 /* ActivityTotalConfig.swift */; }; + 960A14FA257DFFE4008D2BD3 /* ActivityTableView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 960A14F9257DFFE4008D2BD3 /* ActivityTableView.swift */; }; + 960A1504257E0896008D2BD3 /* UIStackView+Make.swift in Sources */ = {isa = PBXBuildFile; fileRef = 960A1503257E0896008D2BD3 /* UIStackView+Make.swift */; }; + 960A150D257E22FF008D2BD3 /* ActivityTotalView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 960A150C257E22FF008D2BD3 /* ActivityTotalView.swift */; }; + 960A151C257E43E7008D2BD3 /* RoundSegmentControl.swift in Sources */ = {isa = PBXBuildFile; fileRef = 960A151B257E43E7008D2BD3 /* RoundSegmentControl.swift */; }; + 960F9E3A2580FE51008FDA89 /* GoalTypeViewModelTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CB8FA3225729F56000B90ED /* GoalTypeViewModelTest.swift */; }; + 960F9E432581050B008FDA89 /* ActivityListHeaderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 960F9E422581050B008FDA89 /* ActivityListHeaderView.swift */; }; + 961840D92580EE0000069FDA /* ActivityListDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 961840D82580EE0000069FDA /* ActivityListDataSource.swift */; }; + 961840E42580F6A200069FDA /* ActivityListItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 961840E32580F6A200069FDA /* ActivityListItem.swift */; }; + 961905E8258D2A40001FB34F /* Double+Radian+Degree.swift in Sources */ = {isa = PBXBuildFile; fileRef = 961905E7258D2A40001FB34F /* Double+Radian+Degree.swift */; }; + 9620707725891F9F00D3ABFE /* RunningServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9620707625891F9F00D3ABFE /* RunningServiceType.swift */; }; + 9620707B2589655A00D3ABFE /* RunningDashBoardService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9620707A2589655A00D3ABFE /* RunningDashBoardService.swift */; }; + 9620707F2589657A00D3ABFE /* RunningRecordService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9620707E2589657A00D3ABFE /* RunningRecordService.swift */; }; + 962070832589666300D3ABFE /* RunningState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 962070822589666300D3ABFE /* RunningState.swift */; }; + 9620708B25896A6900D3ABFE /* PedometerProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9620708A25896A6900D3ABFE /* PedometerProvider.swift */; }; + 9620708E2589810800D3ABFE /* RunningState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 962070822589666300D3ABFE /* RunningState.swift */; }; + 9620709C2589856100D3ABFE /* RunningSplit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 718729412578DA63007BD24F /* RunningSplit.swift */; }; + 9629A7C3258E347C00CEFA66 /* RunningMotionService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9629A7C2258E347C00CEFA66 /* RunningMotionService.swift */; }; + 9635815225722B5B00B8BE6B /* RunDataView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9635815125722B5B00B8BE6B /* RunDataView.swift */; }; + 9635815525722CFA00B8BE6B /* NikeLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9635815425722CFA00B8BE6B /* NikeLabel.swift */; }; + 9635816025726EAB00B8BE6B /* BoostRunClubTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9635815F25726EAB00B8BE6B /* BoostRunClubTests.swift */; }; + 9635816A25726ECC00B8BE6B /* PrepareRunViewModelTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9635816925726ECC00B8BE6B /* PrepareRunViewModelTest.swift */; }; + 9635816D25726EED00B8BE6B /* PrepareRunViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71A58D17256D2DE50012FF51 /* PrepareRunViewModel.swift */; }; + 9635817025726EF800B8BE6B /* GoalType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C3E7ACB256F46A00061244F /* GoalType.swift */; }; + 9635817C2572707C00B8BE6B /* LocationProviderMock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9635817B2572707C00B8BE6B /* LocationProviderMock.swift */; }; + 963865F8257E858D003EEE4B /* ActivityFooterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 963865F7257E858D003EEE4B /* ActivityFooterView.swift */; }; + 963B46F5256CD4E0006138DF /* LocationProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 963B46F4256CD4E0006138DF /* LocationProvider.swift */; }; + 963BDEB62572B867001D4124 /* GoalValueSetupViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CEB6BF4256F661700FA7E88 /* GoalValueSetupViewModel.swift */; }; + 963BDEB92572B9F4001D4124 /* String+Regex.swift in Sources */ = {isa = PBXBuildFile; fileRef = 969D5F1B256FC48000DD11AB /* String+Regex.swift */; }; + 963BDEBA2572B9F4001D4124 /* CaseIterable+.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96FA7DF52570177C00090999 /* CaseIterable+.swift */; }; + 96461B362582BA6000E665B0 /* RouteSnapShotProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96CB22A425823284000D67C4 /* RouteSnapShotProcessor.swift */; }; + 96461B372582BA6000E665B0 /* RouteDrawer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96CB22AA258233BC000D67C4 /* RouteDrawer.swift */; }; + 96461B382582BA6000E665B0 /* MapSnapShotSubscription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96CB22B425823B02000D67C4 /* MapSnapShotSubscription.swift */; }; + 96461B392582BA6000E665B0 /* RunningSnapShotProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96CB229A25822FE2000D67C4 /* RunningSnapShotProvider.swift */; }; + 96461B3C2582BA6B00E665B0 /* MKCoordinateRegion+Make.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96CB22A02582301C000D67C4 /* MKCoordinateRegion+Make.swift */; }; + 964A0C30257FF2A5008D7FD7 /* Date+DateRange.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96C468B4257F58600062AAA4 /* Date+DateRange.swift */; }; + 964A0C31257FF2A5008D7FD7 /* Date+String.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96C468C4257F6D900062AAA4 /* Date+String.swift */; }; + 964A0C32257FF2A5008D7FD7 /* DateFormatter+Common.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96C468BC257F61DA0062AAA4 /* DateFormatter+Common.swift */; }; + 964A0C35257FF2B5008D7FD7 /* ActivityFilterType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 960A14E5257DD8D1008D2BD3 /* ActivityFilterType.swift */; }; + 964A0C38257FF2BB008D7FD7 /* DateRange.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96C468B0257F51020062AAA4 /* DateRange.swift */; }; + 964A0C3B257FF2CB008D7FD7 /* TimerInterval+String.swift in Sources */ = {isa = PBXBuildFile; fileRef = 967FFAA3257602A200F3340C /* TimerInterval+String.swift */; }; + 964A0C5825802B05008D7FD7 /* Factory+ActivityListScene.swift in Sources */ = {isa = PBXBuildFile; fileRef = 964A0C5725802B05008D7FD7 /* Factory+ActivityListScene.swift */; }; + 964A0C5C25802D04008D7FD7 /* ActivityCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 964A0C5B25802D04008D7FD7 /* ActivityCollectionView.swift */; }; + 964A0C6025803018008D7FD7 /* ActivitiesContainerCellView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 964A0C5F25803018008D7FD7 /* ActivitiesContainerCellView.swift */; }; + 964BC6D72580CA0F00A69A82 /* ActivityStatisticCellView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 964BC6D52580CA0F00A69A82 /* ActivityStatisticCellView.swift */; }; + 964BC6D82580CA0F00A69A82 /* ActivityCellView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 964BC6D62580CA0F00A69A82 /* ActivityCellView.swift */; }; + 964BC6DC2580CFB200A69A82 /* ActivityListCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 964BC6DB2580CFB200A69A82 /* ActivityListCoordinator.swift */; }; + 964BC6E02580CFDA00A69A82 /* ActivityListViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 964BC6DF2580CFDA00A69A82 /* ActivityListViewController.swift */; }; + 964BC6E42580CFEE00A69A82 /* ActivityListViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 964BC6E32580CFEE00A69A82 /* ActivityListViewModel.swift */; }; + 9651ABE925854A2C00DF73C3 /* ActivityDetailDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9651ABE825854A2C00DF73C3 /* ActivityDetailDataSource.swift */; }; + 9651ABED25854FB200DF73C3 /* ActivityDetailConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9651ABEC25854FB200DF73C3 /* ActivityDetailConfig.swift */; }; + 967252FC2583D88A00B4BBC6 /* Factory+ActivityDetailScene.swift in Sources */ = {isa = PBXBuildFile; fileRef = 967252FB2583D88A00B4BBC6 /* Factory+ActivityDetailScene.swift */; }; + 967253002583D8C600B4BBC6 /* ActivityDetailCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 967252FF2583D8C600B4BBC6 /* ActivityDetailCoordinator.swift */; }; + 967253042583DA1500B4BBC6 /* ActivityDetailViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 967253032583DA1500B4BBC6 /* ActivityDetailViewModel.swift */; }; + 967253082583DA5E00B4BBC6 /* ActivityDetailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 967253072583DA5E00B4BBC6 /* ActivityDetailViewController.swift */; }; + 9672530E25847E5F00B4BBC6 /* DetailTotalView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9672530D25847E5F00B4BBC6 /* DetailTotalView.swift */; }; + 967253132584878A00B4BBC6 /* DetailTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 967253122584878A00B4BBC6 /* DetailTitleView.swift */; }; + 96725317258487B600B4BBC6 /* DetailSplitsTableView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96725316258487B600B4BBC6 /* DetailSplitsTableView.swift */; }; + 967780292577905400DA2454 /* CountDownView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 967780282577905400DA2454 /* CountDownView.swift */; }; + 967BEB982587EEE5001A241F /* BasicRouteOverlay.swift in Sources */ = {isa = PBXBuildFile; fileRef = 967BEB972587EEE5001A241F /* BasicRouteOverlay.swift */; }; + 967BEB9C2587FDB7001A241F /* BasicRouteRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 967BEB9B2587FDB7001A241F /* BasicRouteRenderer.swift */; }; + 967BEBA22587FDEC001A241F /* GradientRouteOverlay.swift in Sources */ = {isa = PBXBuildFile; fileRef = 967BEBA12587FDEC001A241F /* GradientRouteOverlay.swift */; }; + 967BEBA62588089F001A241F /* GradientRouteRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 967BEBA52588089F001A241F /* GradientRouteRenderer.swift */; }; + 967BEBAA258810B1001A241F /* UIColor+Components.swift in Sources */ = {isa = PBXBuildFile; fileRef = 967BEBA9258810B1001A241F /* UIColor+Components.swift */; }; + 967FFAA4257602A200F3340C /* TimerInterval+String.swift in Sources */ = {isa = PBXBuildFile; fileRef = 967FFAA3257602A200F3340C /* TimerInterval+String.swift */; }; + 9689A15E25763CC800DED689 /* PausedRunningViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9689A15D25763CC800DED689 /* PausedRunningViewController.swift */; }; + 9689A16225763D1E00DED689 /* PausedRunningCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9689A16125763D1E00DED689 /* PausedRunningCoordinator.swift */; }; + 9689A166257640C700DED689 /* PausedRunningViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9689A165257640C700DED689 /* PausedRunningViewModel.swift */; }; + 9689A16A2576441900DED689 /* RunningCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9689A1692576441900DED689 /* RunningCoordinator.swift */; }; + 969D5F1C256FC48000DD11AB /* String+Regex.swift in Sources */ = {isa = PBXBuildFile; fileRef = 969D5F1B256FC48000DD11AB /* String+Regex.swift */; }; + 96A996CD258E54BF00829819 /* BasicCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A996CC258E54BF00829819 /* BasicCoordinator.swift */; }; + 96A996D2258E5D7B00829819 /* EventTimeProvidable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A996D1258E5D7B00829819 /* EventTimeProvidable.swift */; }; + 96A996D7258E5D9D00829819 /* LocationProvidable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A996D6258E5D9D00829819 /* LocationProvidable.swift */; }; + 96A996DE258E5DFD00829819 /* MotionDataModelProvidable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A996DD258E5DFD00829819 /* MotionDataModelProvidable.swift */; }; + 96A996E5258E5E3B00829819 /* DefaultsManagable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A996E4258E5E3B00829819 /* DefaultsManagable.swift */; }; + 96A996EC258E5E7700829819 /* PedometerProvidable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A996EB258E5E7700829819 /* PedometerProvidable.swift */; }; + 96A99705258E5EF000829819 /* PedometerProvidable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A996EB258E5E7700829819 /* PedometerProvidable.swift */; }; + 96A99708258E5EF600829819 /* DefaultsManagable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A996E4258E5E3B00829819 /* DefaultsManagable.swift */; }; + 96A9970B258E5EFF00829819 /* MotionDataModelProvidable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A996DD258E5DFD00829819 /* MotionDataModelProvidable.swift */; }; + 96A9970E258E5F0600829819 /* LocationProvidable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A996D6258E5D9D00829819 /* LocationProvidable.swift */; }; + 96A99711258E5F0C00829819 /* EventTimeProvidable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A996D1258E5D7B00829819 /* EventTimeProvidable.swift */; }; + 96A99715258E5F5A00829819 /* RunningSnapShotProvidable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A99714258E5F5A00829819 /* RunningSnapShotProvidable.swift */; }; + 96A99718258E5F7E00829819 /* RunningSnapShotProvidable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A99714258E5F5A00829819 /* RunningSnapShotProvidable.swift */; }; + 96A9973E258EFE8300829819 /* MotionDataModelProvidableMock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A9973D258EFE8300829819 /* MotionDataModelProvidableMock.swift */; }; + 96A9974D258EFEA800829819 /* EventTimeProvidableMock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A99745258EFE9900829819 /* EventTimeProvidableMock.swift */; }; + 96A9974E258EFEA800829819 /* DefaultsProviderMock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A99739258EFE6200829819 /* DefaultsProviderMock.swift */; }; + 96A9974F258EFEA800829819 /* PedometerProviderMock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A99735258EFE5200829819 /* PedometerProviderMock.swift */; }; + 96A99757258F01A000829819 /* RunningDashBoardServiceableMock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A99756258F01A000829819 /* RunningDashBoardServiceableMock.swift */; }; + 96A9975D258F01B000829819 /* RunningRecordServiceableMock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A9975C258F01B000829819 /* RunningRecordServiceableMock.swift */; }; + 96A99761258F01C400829819 /* RunningMotionServiceableMock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A99760258F01C400829819 /* RunningMotionServiceableMock.swift */; }; + 96A99765258F01D500829819 /* RunningServiceTypeMock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A99764258F01D500829819 /* RunningServiceTypeMock.swift */; }; + 96A99769258F025300829819 /* RunningService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A99768258F025300829819 /* RunningService.swift */; }; + 96A9976D258F028600829819 /* RunningDashBoardServiceable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A9976C258F028600829819 /* RunningDashBoardServiceable.swift */; }; + 96A99771258F02A500829819 /* RunningRecordServiceable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A99770258F02A400829819 /* RunningRecordServiceable.swift */; }; + 96A99775258F02C100829819 /* RunningMotionServiecable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A99774258F02C100829819 /* RunningMotionServiecable.swift */; }; + 96A99778258F02D900829819 /* RunningMotionServiecable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A99774258F02C100829819 /* RunningMotionServiecable.swift */; }; + 96A99779258F02D900829819 /* RunningDashBoardServiceable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A9976C258F028600829819 /* RunningDashBoardServiceable.swift */; }; + 96A9977A258F02D900829819 /* RunningServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9620707625891F9F00D3ABFE /* RunningServiceType.swift */; }; + 96A9977B258F02D900829819 /* RunningRecordServiceable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A99770258F02A400829819 /* RunningRecordServiceable.swift */; }; + 96A997A8258F309D00829819 /* RunningMotionClassifier.mlmodel in Sources */ = {isa = PBXBuildFile; fileRef = 96A997A7258F309D00829819 /* RunningMotionClassifier.mlmodel */; }; + 96B2DC1B2584888400A95DD0 /* DetailSplitsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96B2DC1A2584888400A95DD0 /* DetailSplitsView.swift */; }; + 96B2DC23258488BC00A95DD0 /* DetailMapView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96B2DC22258488BC00A95DD0 /* DetailMapView.swift */; }; + 96B2DC2B258489CF00A95DD0 /* UILabel+Make.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96B2DC2A258489CF00A95DD0 /* UILabel+Make.swift */; }; + 96B2DC312584D40A00A95DD0 /* SimpleSplitViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96B2DC302584D40A00A95DD0 /* SimpleSplitViewCell.swift */; }; + 96B9063B257CDF570081E8BF /* ActivityStorageService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96ED403E257C7947007DB3DF /* ActivityStorageService.swift */; }; + 96B9063E257CDF630081E8BF /* Activity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96ED4034257C768A007DB3DF /* Activity.swift */; }; + 96B90641257CDF690081E8BF /* ActivityDetail.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CF009BF257CAC1E00EC928A /* ActivityDetail.swift */; }; + 96B90644257CDF6F0081E8BF /* Location.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CF009C5257CADC300EC928A /* Location.swift */; }; + 96B90647257CE1DD0081E8BF /* CoreDataService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96ED403A257C7747007DB3DF /* CoreDataService.swift */; }; + 96B9064A257CE22A0081E8BF /* ZActivityDetail+ActivityDetail.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CF009C9257CAE1900EC928A /* ZActivityDetail+ActivityDetail.swift */; }; + 96B9064D257CE22D0081E8BF /* ZActivity+Activity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CF009BB257CA9EB00EC928A /* ZActivity+Activity.swift */; }; + 96C468A7257F426F0062AAA4 /* DateFilterSheetView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96C468A6257F426F0062AAA4 /* DateFilterSheetView.swift */; }; + 96C468B1257F51020062AAA4 /* DateRange.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96C468B0257F51020062AAA4 /* DateRange.swift */; }; + 96C468B5257F58600062AAA4 /* Date+DateRange.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96C468B4257F58600062AAA4 /* Date+DateRange.swift */; }; + 96C468BD257F61DA0062AAA4 /* DateFormatter+Common.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96C468BC257F61DA0062AAA4 /* DateFormatter+Common.swift */; }; + 96C468C5257F6D900062AAA4 /* Date+String.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96C468C4257F6D900062AAA4 /* Date+String.swift */; }; + 96CB229B25822FE2000D67C4 /* RunningSnapShotProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96CB229A25822FE2000D67C4 /* RunningSnapShotProvider.swift */; }; + 96CB22A12582301C000D67C4 /* MKCoordinateRegion+Make.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96CB22A02582301C000D67C4 /* MKCoordinateRegion+Make.swift */; }; + 96CB22A525823284000D67C4 /* RouteSnapShotProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96CB22A425823284000D67C4 /* RouteSnapShotProcessor.swift */; }; + 96CB22AB258233BC000D67C4 /* RouteDrawer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96CB22AA258233BC000D67C4 /* RouteDrawer.swift */; }; + 96CB22B525823B02000D67C4 /* MapSnapShotSubscription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96CB22B425823B02000D67C4 /* MapSnapShotSubscription.swift */; }; + 96D713422579178800D3D99E /* RunningSlice.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C1EDBF52578E22C004302C5 /* RunningSlice.swift */; }; + 96DE093325860FAC0055213C /* CircleLongPressButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96DE093225860FAC0055213C /* CircleLongPressButton.swift */; }; + 96DE09372586170E0055213C /* Clamp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96DE09362586170E0055213C /* Clamp.swift */; }; + 96E0A6A1257EEA79008D81EC /* ActivityDateFilterViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96E0A6A0257EEA79008D81EC /* ActivityDateFilterViewController.swift */; }; + 96E0A6A5257EEAC8008D81EC /* ActivityDateFilterViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96E0A6A4257EEAC8008D81EC /* ActivityDateFilterViewModel.swift */; }; + 96E13212257680B100656476 /* DependencyFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96E13211257680B100656476 /* DependencyFactory.swift */; }; + 96ED4031257C7654007DB3DF /* BRCModel.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 96ED402F257C7654007DB3DF /* BRCModel.xcdatamodeld */; }; + 96ED4035257C768A007DB3DF /* Activity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96ED4034257C768A007DB3DF /* Activity.swift */; }; + 96ED403B257C7747007DB3DF /* CoreDataService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96ED403A257C7747007DB3DF /* CoreDataService.swift */; }; + 96ED403F257C7947007DB3DF /* ActivityStorageService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96ED403E257C7947007DB3DF /* ActivityStorageService.swift */; }; + 96F105AC25803D890005F66C /* ActivityDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96F105AB25803D890005F66C /* ActivityDataSource.swift */; }; + 96FA7DF3256FFEE800090999 /* RunningInfoType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96FA7DF2256FFEE800090999 /* RunningInfoType.swift */; }; + 96FA7DF62570177C00090999 /* CaseIterable+.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96FA7DF52570177C00090999 /* CaseIterable+.swift */; }; + 96FA7DFE25701C7700090999 /* RunningMapViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96FA7DFD25701C7700090999 /* RunningMapViewController.swift */; }; + 96FA7E0125701C9300090999 /* RunningInfoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96FA7E0025701C9200090999 /* RunningInfoViewController.swift */; }; + 96FA7E0425701CB800090999 /* SplitsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96FA7E0325701CB800090999 /* SplitsViewController.swift */; }; + 96FA7E0B257025FF00090999 /* RunningMapViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96FA7E0A257025FF00090999 /* RunningMapViewModel.swift */; }; + 96FA7E0E2570260E00090999 /* SplitsViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96FA7E0D2570260E00090999 /* SplitsViewModel.swift */; }; + 96FA7E162570696800090999 /* .swiftformat in Resources */ = {isa = PBXBuildFile; fileRef = 96FA7E152570696800090999 /* .swiftformat */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 9635816225726EAB00B8BE6B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 9600DB462566AA4400183CB9 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9600DB4D2566AA4400183CB9; + remoteInfo = BoostRunClub; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 07229ADEF1C1F5ED1B45C47D /* Pods-BoostRunClub.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BoostRunClub.debug.xcconfig"; path = "Target Support Files/Pods-BoostRunClub/Pods-BoostRunClub.debug.xcconfig"; sourceTree = ""; }; + 4C1EDBF52578E22C004302C5 /* RunningSlice.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunningSlice.swift; sourceTree = ""; }; + 4C3E7AB3256E3D920061244F /* Notification.name.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Notification.name.swift; path = BoostRunClub/Extensions/Notification.name.swift; sourceTree = SOURCE_ROOT; }; + 4C3E7AB7256E45480061244F /* RunningInfoViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunningInfoViewModel.swift; sourceTree = ""; }; + 4C3E7AC3256EC2620061244F /* Futura LT Condensed Extra Bold Oblique.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Futura LT Condensed Extra Bold Oblique.ttf"; sourceTree = ""; }; + 4C3E7AC8256F43440061244F /* GoalValueView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GoalValueView.swift; sourceTree = ""; }; + 4C3E7ACB256F46A00061244F /* GoalType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = GoalType.swift; path = BoostRunClub/Models/GoalType.swift; sourceTree = SOURCE_ROOT; }; + 4C41B40A25861801001C4713 /* SplitInfoDetailViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SplitInfoDetailViewController.swift; sourceTree = ""; }; + 4C41B41325862D29001C4713 /* UINavigationController+setStatusBar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UINavigationController+setStatusBar.swift"; sourceTree = ""; }; + 4C4D34712587430E00E70189 /* SplitDetailSplitHeaderView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SplitDetailSplitHeaderView.swift; sourceTree = ""; }; + 4C4D347525874B2400E70189 /* SplitDatailSplitCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SplitDatailSplitCell.swift; sourceTree = ""; }; + 4C4D3483258750E200E70189 /* SplitInfoDetailDataSource.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SplitInfoDetailDataSource.swift; sourceTree = ""; }; + 4C4D3487258751ED00E70189 /* SplitDatailSplitDataSource.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SplitDatailSplitDataSource.swift; sourceTree = ""; }; + 4C4D348B2587547100E70189 /* SplitInfoDetailViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SplitInfoDetailViewModel.swift; sourceTree = ""; }; + 4C5874F5257FD7EB00185B4C /* RunningSplitCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunningSplitCell.swift; sourceTree = ""; }; + 4C5874F9257FD88D00185B4C /* RunningSplitCellViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunningSplitCellViewModel.swift; sourceTree = ""; }; + 4C587502257FFF1D00185B4C /* SplitHeaderView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SplitHeaderView.swift; sourceTree = ""; }; + 4C58750F258014C000185B4C /* UIView+identifier.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIView+identifier.swift"; sourceTree = ""; }; + 4C6904EA25868FFF007425C6 /* SplitDetailDateInfoView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SplitDetailDateInfoView.swift; sourceTree = ""; }; + 4C6904F625873589007425C6 /* SplitDetailInfoCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SplitDetailInfoCell.swift; sourceTree = ""; }; + 4C7045FF2577821D009C39A2 /* EventTimeProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EventTimeProvider.swift; sourceTree = ""; }; + 4C9B985225788547000A6447 /* UIView+notificationFeedback.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIView+notificationFeedback.swift"; sourceTree = ""; }; + 4C9C8FD42566B0A400956D51 /* .swiftlint.yml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; path = .swiftlint.yml; sourceTree = ""; }; + 4CB8FA3225729F56000B90ED /* GoalTypeViewModelTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GoalTypeViewModelTest.swift; sourceTree = ""; }; + 4CB8FA3625729F65000B90ED /* GoalValueSetupViewModelTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GoalValueSetupViewModelTest.swift; sourceTree = ""; }; + 4CBCDA0C2588CE4E008AD52E /* UIButton+setArrowImage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIButton+setArrowImage.swift"; sourceTree = ""; }; + 4CCD6E77256BCA2500195EDA /* PrepareRunViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PrepareRunViewController.swift; sourceTree = ""; }; + 4CCD6E7A256BDD0800195EDA /* PrepareRunCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PrepareRunCoordinator.swift; sourceTree = ""; }; + 4CCD6E7E256BEA1200195EDA /* GoalTypeViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GoalTypeViewController.swift; sourceTree = ""; }; + 4CEB6BF1256F657A00FA7E88 /* GoalValueSetupViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GoalValueSetupViewController.swift; sourceTree = ""; }; + 4CEB6BF4256F661700FA7E88 /* GoalValueSetupViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GoalValueSetupViewModel.swift; sourceTree = ""; }; + 4CF009BB257CA9EB00EC928A /* ZActivity+Activity.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ZActivity+Activity.swift"; sourceTree = ""; }; + 4CF009BF257CAC1E00EC928A /* ActivityDetail.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityDetail.swift; sourceTree = ""; }; + 4CF009C5257CADC300EC928A /* Location.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Location.swift; sourceTree = ""; }; + 4CF009C9257CAE1900EC928A /* ZActivityDetail+ActivityDetail.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ZActivityDetail+ActivityDetail.swift"; sourceTree = ""; }; + 710CD9C125886BF90001E763 /* CLLocationCoordinate+computeSplitCoordinate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "CLLocationCoordinate+computeSplitCoordinate.swift"; sourceTree = ""; }; + 710CD9E125889E950001E763 /* ProfileButton.swift.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileButton.swift.swift; sourceTree = ""; }; + 714C03972574F794006B81E3 /* RunningMapCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunningMapCoordinator.swift; sourceTree = ""; }; + 714C039A2574F7AE006B81E3 /* RunningInfoCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunningInfoCoordinator.swift; sourceTree = ""; }; + 714C039D2574F7C6006B81E3 /* SplitsViewCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SplitsViewCoordinator.swift; sourceTree = ""; }; + 714ECA762574F41B00809CBE /* RunningPageCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunningPageCoordinator.swift; sourceTree = ""; }; + 717878512587E1C4004EF8EA /* MotionType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MotionType.swift; sourceTree = ""; }; + 718729412578DA63007BD24F /* RunningSplit.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunningSplit.swift; sourceTree = ""; }; + 7187295425791A70007BD24F /* MotionDataModelProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MotionDataModelProvider.swift; sourceTree = ""; }; + 71A58D17256D2DE50012FF51 /* PrepareRunViewModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PrepareRunViewModel.swift; sourceTree = ""; }; + 71A58D1B256D2EEA0012FF51 /* GoalTypeViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GoalTypeViewModel.swift; sourceTree = ""; }; + 71A58D1E256D3FF80012FF51 /* GoalTypeCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GoalTypeCell.swift; sourceTree = ""; }; + 71BBFC872582FDE800BC01B7 /* DefaultsProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DefaultsProvider.swift; sourceTree = ""; }; + 71CC3F312587989200CE969B /* RunningEvent.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunningEvent.swift; sourceTree = ""; }; + 71D309372586420A0092AB05 /* Factory+RouteDetailScene.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Factory+RouteDetailScene.swift"; sourceTree = ""; }; + 71D3093B258642230092AB05 /* RouteDetailViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RouteDetailViewModel.swift; sourceTree = ""; }; + 71D3093F2586423B0092AB05 /* RouteDetailViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RouteDetailViewController.swift; sourceTree = ""; }; + 71D3095525865D870092AB05 /* UIImage+CustomAnnotation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIImage+CustomAnnotation.swift"; sourceTree = ""; }; + 71E8288E256B9320004A1F30 /* AppCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppCoordinator.swift; sourceTree = ""; }; + 71E82897256B9788004A1F30 /* TabBarCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TabBarCoordinator.swift; sourceTree = ""; }; + 71E8289A256B9B08004A1F30 /* ActivityViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityViewController.swift; sourceTree = ""; }; + 71E8289D256B9B13004A1F30 /* RunningPageViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunningPageViewController.swift; sourceTree = ""; }; + 71E828A0256B9B1E004A1F30 /* ProfileViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileViewController.swift; sourceTree = ""; }; + 71E828A6256B9F13004A1F30 /* ProfileCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileCoordinator.swift; sourceTree = ""; }; + 71E828AF256BADB0004A1F30 /* Coordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Coordinator.swift; sourceTree = ""; }; + 71E828B2256BADFA004A1F30 /* ActivityCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityCoordinator.swift; sourceTree = ""; }; + 71EFCC6D257753FA007998AD /* RunningPageViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunningPageViewModel.swift; sourceTree = ""; }; + 71EFCC8C2577C3C0007998AD /* CircleButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CircleButton.swift; sourceTree = ""; }; + 71EFCCA52577D3E6007998AD /* UIButton+setSFSymbol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIButton+setSFSymbol.swift"; sourceTree = ""; }; + 71FBAAD3257D2341005C8D30 /* Factory+RunningInfoScene.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Factory+RunningInfoScene.swift"; sourceTree = ""; }; + 71FBAADD257D23AF005C8D30 /* Factory+TabBarContainer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Factory+TabBarContainer.swift"; sourceTree = ""; }; + 71FBAAE1257D23C1005C8D30 /* Factory+RunningPageContainer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Factory+RunningPageContainer.swift"; sourceTree = ""; }; + 71FBAAE5257D23DB005C8D30 /* Factory+LoginScene.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Factory+LoginScene.swift"; sourceTree = ""; }; + 71FBAAE9257D23F0005C8D30 /* Factory+ActivityScene.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Factory+ActivityScene.swift"; sourceTree = ""; }; + 71FBAAF1257D244F005C8D30 /* Factory+PrepareRunScene.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Factory+PrepareRunScene.swift"; sourceTree = ""; }; + 71FBAAF5257D246A005C8D30 /* Factory+PausedRunningScene.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Factory+PausedRunningScene.swift"; sourceTree = ""; }; + 71FBAAF9257D2488005C8D30 /* Factory+SplitScene.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Factory+SplitScene.swift"; sourceTree = ""; }; + 71FBAAFD257D24A9005C8D30 /* Factory+ProfileScene.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Factory+ProfileScene.swift"; sourceTree = ""; }; + 71FBAB05257D24E3005C8D30 /* Factory+RunningMapScene.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Factory+RunningMapScene.swift"; sourceTree = ""; }; + 71FBAB4E257FA267005C8D30 /* ProfileViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileViewModel.swift; sourceTree = ""; }; + 71FBAB61257FCD78005C8D30 /* EditProfileViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditProfileViewController.swift; sourceTree = ""; }; + 71FBAB65257FCD84005C8D30 /* EditProfileViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditProfileViewModel.swift; sourceTree = ""; }; + 71FBAB6B257FD091005C8D30 /* Factory+EditProfileScene.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Factory+EditProfileScene.swift"; sourceTree = ""; }; + 71FBAB76257FDED8005C8D30 /* Profile.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Profile.swift; sourceTree = ""; }; + 71FBAB8C2581EC2B005C8D30 /* URL+Documents.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "URL+Documents.swift"; sourceTree = ""; }; + 71FBAB952581FB3C005C8D30 /* Data+SaveAndLoadData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Data+SaveAndLoadData.swift"; sourceTree = ""; }; + 8CA3CAF831B658B0F9E52002 /* Pods_BoostRunClub.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_BoostRunClub.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 9600DB4E2566AA4400183CB9 /* BoostRunClub.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = BoostRunClub.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 9600DB512566AA4400183CB9 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; + 9600DB532566AA4400183CB9 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = ""; }; + 9600DB5A2566AA4700183CB9 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + 9600DB5D2566AA4700183CB9 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; + 9600DB5F2566AA4700183CB9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 96015B55257807C100E55E9F /* UIImage+SFSymbol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIImage+SFSymbol.swift"; sourceTree = ""; }; + 960A14DD257DD127008D2BD3 /* ActivityViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityViewModel.swift; sourceTree = ""; }; + 960A14E5257DD8D1008D2BD3 /* ActivityFilterType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityFilterType.swift; sourceTree = ""; }; + 960A14F4257DF9D1008D2BD3 /* ActivityTotalConfig.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityTotalConfig.swift; sourceTree = ""; }; + 960A14F9257DFFE4008D2BD3 /* ActivityTableView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityTableView.swift; sourceTree = ""; }; + 960A1503257E0896008D2BD3 /* UIStackView+Make.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIStackView+Make.swift"; sourceTree = ""; }; + 960A150C257E22FF008D2BD3 /* ActivityTotalView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityTotalView.swift; sourceTree = ""; }; + 960A151B257E43E7008D2BD3 /* RoundSegmentControl.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoundSegmentControl.swift; sourceTree = ""; }; + 960F9E422581050B008FDA89 /* ActivityListHeaderView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityListHeaderView.swift; sourceTree = ""; }; + 961840D82580EE0000069FDA /* ActivityListDataSource.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityListDataSource.swift; sourceTree = ""; }; + 961840E32580F6A200069FDA /* ActivityListItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityListItem.swift; sourceTree = ""; }; + 961905E7258D2A40001FB34F /* Double+Radian+Degree.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Double+Radian+Degree.swift"; sourceTree = ""; }; + 9620707625891F9F00D3ABFE /* RunningServiceType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunningServiceType.swift; sourceTree = ""; }; + 9620707A2589655A00D3ABFE /* RunningDashBoardService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunningDashBoardService.swift; sourceTree = ""; }; + 9620707E2589657A00D3ABFE /* RunningRecordService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunningRecordService.swift; sourceTree = ""; }; + 962070822589666300D3ABFE /* RunningState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunningState.swift; sourceTree = ""; }; + 9620708A25896A6900D3ABFE /* PedometerProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PedometerProvider.swift; sourceTree = ""; }; + 9629A7C2258E347C00CEFA66 /* RunningMotionService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunningMotionService.swift; sourceTree = ""; }; + 9635815125722B5B00B8BE6B /* RunDataView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunDataView.swift; sourceTree = ""; }; + 9635815425722CFA00B8BE6B /* NikeLabel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NikeLabel.swift; sourceTree = ""; }; + 9635815D25726EAA00B8BE6B /* BoostRunClubTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = BoostRunClubTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 9635815F25726EAB00B8BE6B /* BoostRunClubTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BoostRunClubTests.swift; sourceTree = ""; }; + 9635816125726EAB00B8BE6B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 9635816925726ECC00B8BE6B /* PrepareRunViewModelTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PrepareRunViewModelTest.swift; sourceTree = ""; }; + 9635817B2572707C00B8BE6B /* LocationProviderMock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocationProviderMock.swift; sourceTree = ""; }; + 963865F7257E858D003EEE4B /* ActivityFooterView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityFooterView.swift; sourceTree = ""; }; + 963B46F4256CD4E0006138DF /* LocationProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocationProvider.swift; sourceTree = ""; }; + 964A0C5725802B05008D7FD7 /* Factory+ActivityListScene.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Factory+ActivityListScene.swift"; sourceTree = ""; }; + 964A0C5B25802D04008D7FD7 /* ActivityCollectionView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityCollectionView.swift; sourceTree = ""; }; + 964A0C5F25803018008D7FD7 /* ActivitiesContainerCellView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivitiesContainerCellView.swift; sourceTree = ""; }; + 964BC6D52580CA0F00A69A82 /* ActivityStatisticCellView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ActivityStatisticCellView.swift; sourceTree = ""; }; + 964BC6D62580CA0F00A69A82 /* ActivityCellView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ActivityCellView.swift; sourceTree = ""; }; + 964BC6DB2580CFB200A69A82 /* ActivityListCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityListCoordinator.swift; sourceTree = ""; }; + 964BC6DF2580CFDA00A69A82 /* ActivityListViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityListViewController.swift; sourceTree = ""; }; + 964BC6E32580CFEE00A69A82 /* ActivityListViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityListViewModel.swift; sourceTree = ""; }; + 9651ABE825854A2C00DF73C3 /* ActivityDetailDataSource.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityDetailDataSource.swift; sourceTree = ""; }; + 9651ABEC25854FB200DF73C3 /* ActivityDetailConfig.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityDetailConfig.swift; sourceTree = ""; }; + 967252FB2583D88A00B4BBC6 /* Factory+ActivityDetailScene.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Factory+ActivityDetailScene.swift"; sourceTree = ""; }; + 967252FF2583D8C600B4BBC6 /* ActivityDetailCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityDetailCoordinator.swift; sourceTree = ""; }; + 967253032583DA1500B4BBC6 /* ActivityDetailViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityDetailViewModel.swift; sourceTree = ""; }; + 967253072583DA5E00B4BBC6 /* ActivityDetailViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityDetailViewController.swift; sourceTree = ""; }; + 9672530D25847E5F00B4BBC6 /* DetailTotalView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DetailTotalView.swift; sourceTree = ""; }; + 967253122584878A00B4BBC6 /* DetailTitleView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DetailTitleView.swift; sourceTree = ""; }; + 96725316258487B600B4BBC6 /* DetailSplitsTableView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DetailSplitsTableView.swift; sourceTree = ""; }; + 967780282577905400DA2454 /* CountDownView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CountDownView.swift; sourceTree = ""; }; + 967BEB972587EEE5001A241F /* BasicRouteOverlay.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BasicRouteOverlay.swift; sourceTree = ""; }; + 967BEB9B2587FDB7001A241F /* BasicRouteRenderer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BasicRouteRenderer.swift; sourceTree = ""; }; + 967BEBA12587FDEC001A241F /* GradientRouteOverlay.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GradientRouteOverlay.swift; sourceTree = ""; }; + 967BEBA52588089F001A241F /* GradientRouteRenderer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GradientRouteRenderer.swift; sourceTree = ""; }; + 967BEBA9258810B1001A241F /* UIColor+Components.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIColor+Components.swift"; sourceTree = ""; }; + 967FFAA3257602A200F3340C /* TimerInterval+String.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "TimerInterval+String.swift"; sourceTree = ""; }; + 9689A15D25763CC800DED689 /* PausedRunningViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PausedRunningViewController.swift; sourceTree = ""; }; + 9689A16125763D1E00DED689 /* PausedRunningCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PausedRunningCoordinator.swift; sourceTree = ""; }; + 9689A165257640C700DED689 /* PausedRunningViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PausedRunningViewModel.swift; sourceTree = ""; }; + 9689A1692576441900DED689 /* RunningCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunningCoordinator.swift; sourceTree = ""; }; + 969D5F1B256FC48000DD11AB /* String+Regex.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = "String+Regex.swift"; path = "BoostRunClub/Extensions/String+Regex.swift"; sourceTree = SOURCE_ROOT; }; + 96A996CC258E54BF00829819 /* BasicCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BasicCoordinator.swift; sourceTree = ""; }; + 96A996D1258E5D7B00829819 /* EventTimeProvidable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EventTimeProvidable.swift; sourceTree = ""; }; + 96A996D6258E5D9D00829819 /* LocationProvidable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocationProvidable.swift; sourceTree = ""; }; + 96A996DD258E5DFD00829819 /* MotionDataModelProvidable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MotionDataModelProvidable.swift; sourceTree = ""; }; + 96A996E4258E5E3B00829819 /* DefaultsManagable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DefaultsManagable.swift; sourceTree = ""; }; + 96A996EB258E5E7700829819 /* PedometerProvidable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PedometerProvidable.swift; sourceTree = ""; }; + 96A99714258E5F5A00829819 /* RunningSnapShotProvidable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunningSnapShotProvidable.swift; sourceTree = ""; }; + 96A99735258EFE5200829819 /* PedometerProviderMock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PedometerProviderMock.swift; sourceTree = ""; }; + 96A99739258EFE6200829819 /* DefaultsProviderMock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DefaultsProviderMock.swift; sourceTree = ""; }; + 96A9973D258EFE8300829819 /* MotionDataModelProvidableMock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MotionDataModelProvidableMock.swift; sourceTree = ""; }; + 96A99745258EFE9900829819 /* EventTimeProvidableMock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EventTimeProvidableMock.swift; sourceTree = ""; }; + 96A99756258F01A000829819 /* RunningDashBoardServiceableMock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunningDashBoardServiceableMock.swift; sourceTree = ""; }; + 96A9975C258F01B000829819 /* RunningRecordServiceableMock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunningRecordServiceableMock.swift; sourceTree = ""; }; + 96A99760258F01C400829819 /* RunningMotionServiceableMock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunningMotionServiceableMock.swift; sourceTree = ""; }; + 96A99764258F01D500829819 /* RunningServiceTypeMock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunningServiceTypeMock.swift; sourceTree = ""; }; + 96A99768258F025300829819 /* RunningService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunningService.swift; sourceTree = ""; }; + 96A9976C258F028600829819 /* RunningDashBoardServiceable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunningDashBoardServiceable.swift; sourceTree = ""; }; + 96A99770258F02A400829819 /* RunningRecordServiceable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunningRecordServiceable.swift; sourceTree = ""; }; + 96A99774258F02C100829819 /* RunningMotionServiecable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunningMotionServiecable.swift; sourceTree = ""; }; + 96A997A7258F309D00829819 /* RunningMotionClassifier.mlmodel */ = {isa = PBXFileReference; lastKnownFileType = file.mlmodel; path = RunningMotionClassifier.mlmodel; sourceTree = ""; }; + 96B2DC1A2584888400A95DD0 /* DetailSplitsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DetailSplitsView.swift; sourceTree = ""; }; + 96B2DC22258488BC00A95DD0 /* DetailMapView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DetailMapView.swift; sourceTree = ""; }; + 96B2DC2A258489CF00A95DD0 /* UILabel+Make.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UILabel+Make.swift"; sourceTree = ""; }; + 96B2DC302584D40A00A95DD0 /* SimpleSplitViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimpleSplitViewCell.swift; sourceTree = ""; }; + 96C468A6257F426F0062AAA4 /* DateFilterSheetView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DateFilterSheetView.swift; sourceTree = ""; }; + 96C468B0257F51020062AAA4 /* DateRange.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DateRange.swift; sourceTree = ""; }; + 96C468B4257F58600062AAA4 /* Date+DateRange.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Date+DateRange.swift"; sourceTree = ""; }; + 96C468BC257F61DA0062AAA4 /* DateFormatter+Common.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "DateFormatter+Common.swift"; sourceTree = ""; }; + 96C468C4257F6D900062AAA4 /* Date+String.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Date+String.swift"; sourceTree = ""; }; + 96CB229A25822FE2000D67C4 /* RunningSnapShotProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunningSnapShotProvider.swift; sourceTree = ""; }; + 96CB22A02582301C000D67C4 /* MKCoordinateRegion+Make.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "MKCoordinateRegion+Make.swift"; sourceTree = ""; }; + 96CB22A425823284000D67C4 /* RouteSnapShotProcessor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RouteSnapShotProcessor.swift; sourceTree = ""; }; + 96CB22AA258233BC000D67C4 /* RouteDrawer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RouteDrawer.swift; sourceTree = ""; }; + 96CB22B425823B02000D67C4 /* MapSnapShotSubscription.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MapSnapShotSubscription.swift; sourceTree = ""; }; + 96DE093225860FAC0055213C /* CircleLongPressButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CircleLongPressButton.swift; sourceTree = ""; }; + 96DE09362586170E0055213C /* Clamp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Clamp.swift; sourceTree = ""; }; + 96E0A6A0257EEA79008D81EC /* ActivityDateFilterViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityDateFilterViewController.swift; sourceTree = ""; }; + 96E0A6A4257EEAC8008D81EC /* ActivityDateFilterViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityDateFilterViewModel.swift; sourceTree = ""; }; + 96E13211257680B100656476 /* DependencyFactory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DependencyFactory.swift; sourceTree = ""; }; + 96ED4030257C7654007DB3DF /* BRCModel.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = BRCModel.xcdatamodel; sourceTree = ""; }; + 96ED4034257C768A007DB3DF /* Activity.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Activity.swift; sourceTree = ""; }; + 96ED403A257C7747007DB3DF /* CoreDataService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CoreDataService.swift; sourceTree = ""; }; + 96ED403E257C7947007DB3DF /* ActivityStorageService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityStorageService.swift; sourceTree = ""; }; + 96F105AB25803D890005F66C /* ActivityDataSource.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityDataSource.swift; sourceTree = ""; }; + 96FA7DF2256FFEE800090999 /* RunningInfoType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = RunningInfoType.swift; path = BoostRunClub/Models/RunningInfoType.swift; sourceTree = SOURCE_ROOT; }; + 96FA7DF52570177C00090999 /* CaseIterable+.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = "CaseIterable+.swift"; path = "BoostRunClub/Extensions/CaseIterable+.swift"; sourceTree = SOURCE_ROOT; }; + 96FA7DFD25701C7700090999 /* RunningMapViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunningMapViewController.swift; sourceTree = ""; }; + 96FA7E0025701C9200090999 /* RunningInfoViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunningInfoViewController.swift; sourceTree = ""; }; + 96FA7E0325701CB800090999 /* SplitsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SplitsViewController.swift; sourceTree = ""; }; + 96FA7E0A257025FF00090999 /* RunningMapViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunningMapViewModel.swift; sourceTree = ""; }; + 96FA7E0D2570260E00090999 /* SplitsViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SplitsViewModel.swift; sourceTree = ""; }; + 96FA7E152570696800090999 /* .swiftformat */ = {isa = PBXFileReference; lastKnownFileType = text; path = .swiftformat; sourceTree = ""; }; + E97B7A94FBF7F86A709BC993 /* Pods-BoostRunClub.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BoostRunClub.release.xcconfig"; path = "Target Support Files/Pods-BoostRunClub/Pods-BoostRunClub.release.xcconfig"; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 9600DB4B2566AA4400183CB9 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 157031793501852C09F6DE10 /* Pods_BoostRunClub.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 9635815A25726EAA00B8BE6B /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 1CF14F3734FCD2A29FCDC3C0 /* Pods */ = { + isa = PBXGroup; + children = ( + 07229ADEF1C1F5ED1B45C47D /* Pods-BoostRunClub.debug.xcconfig */, + E97B7A94FBF7F86A709BC993 /* Pods-BoostRunClub.release.xcconfig */, + ); + path = Pods; + sourceTree = ""; + }; + 4C3E7ACE256F63080061244F /* Controllers */ = { + isa = PBXGroup; + children = ( + 4C41B40A25861801001C4713 /* SplitInfoDetailViewController.swift */, + 71E8289A256B9B08004A1F30 /* ActivityViewController.swift */, + 4CCD6E7E256BEA1200195EDA /* GoalTypeViewController.swift */, + 4CEB6BF1256F657A00FA7E88 /* GoalValueSetupViewController.swift */, + 9689A15D25763CC800DED689 /* PausedRunningViewController.swift */, + 4CCD6E77256BCA2500195EDA /* PrepareRunViewController.swift */, + 71E828A0256B9B1E004A1F30 /* ProfileViewController.swift */, + 96FA7E0025701C9200090999 /* RunningInfoViewController.swift */, + 96FA7DFD25701C7700090999 /* RunningMapViewController.swift */, + 71E8289D256B9B13004A1F30 /* RunningPageViewController.swift */, + 96FA7E0325701CB800090999 /* SplitsViewController.swift */, + 71FBAB61257FCD78005C8D30 /* EditProfileViewController.swift */, + 96E0A6A0257EEA79008D81EC /* ActivityDateFilterViewController.swift */, + 964BC6DF2580CFDA00A69A82 /* ActivityListViewController.swift */, + 967253072583DA5E00B4BBC6 /* ActivityDetailViewController.swift */, + 71D3093F2586423B0092AB05 /* RouteDetailViewController.swift */, + ); + path = Controllers; + sourceTree = ""; + }; + 4C3E7AD0256F63230061244F /* Cells */ = { + isa = PBXGroup; + children = ( + 71A58D1E256D3FF80012FF51 /* GoalTypeCell.swift */, + 4C5874F5257FD7EB00185B4C /* RunningSplitCell.swift */, + ); + path = Cells; + sourceTree = ""; + }; + 4C9DA8E12586645B00B86F57 /* SplitInfoDetailScene */ = { + isa = PBXGroup; + children = ( + 4C4D347525874B2400E70189 /* SplitDatailSplitCell.swift */, + 4C587502257FFF1D00185B4C /* SplitHeaderView.swift */, + 4C6904F625873589007425C6 /* SplitDetailInfoCell.swift */, + 4C6904EA25868FFF007425C6 /* SplitDetailDateInfoView.swift */, + 4C4D34712587430E00E70189 /* SplitDetailSplitHeaderView.swift */, + ); + path = SplitInfoDetailScene; + sourceTree = ""; + }; + 717878472587E0D8004EF8EA /* CoreML */ = { + isa = PBXGroup; + children = ( + 96A997A7258F309D00829819 /* RunningMotionClassifier.mlmodel */, + ); + path = CoreML; + sourceTree = ""; + }; + 71A58D16256D2DE50012FF51 /* ViewModels */ = { + isa = PBXGroup; + children = ( + 96386604257E9BD2003EEE4B /* Configurable */, + 960A14DD257DD127008D2BD3 /* ActivityViewModel.swift */, + 71FBAB65257FCD84005C8D30 /* EditProfileViewModel.swift */, + 71A58D1B256D2EEA0012FF51 /* GoalTypeViewModel.swift */, + 4CB8FA3225729F56000B90ED /* GoalTypeViewModelTest.swift */, + 4CEB6BF4256F661700FA7E88 /* GoalValueSetupViewModel.swift */, + 4CB8FA3625729F65000B90ED /* GoalValueSetupViewModelTest.swift */, + 9689A165257640C700DED689 /* PausedRunningViewModel.swift */, + 71A58D17256D2DE50012FF51 /* PrepareRunViewModel.swift */, + 9635816925726ECC00B8BE6B /* PrepareRunViewModelTest.swift */, + 71FBAB4E257FA267005C8D30 /* ProfileViewModel.swift */, + 4C3E7AB7256E45480061244F /* RunningInfoViewModel.swift */, + 96FA7E0A257025FF00090999 /* RunningMapViewModel.swift */, + 71EFCC6D257753FA007998AD /* RunningPageViewModel.swift */, + 4C5874F9257FD88D00185B4C /* RunningSplitCellViewModel.swift */, + 96E0A6A4257EEAC8008D81EC /* ActivityDateFilterViewModel.swift */, + 964BC6E32580CFEE00A69A82 /* ActivityListViewModel.swift */, + 967253032583DA1500B4BBC6 /* ActivityDetailViewModel.swift */, + 71D3093B258642230092AB05 /* RouteDetailViewModel.swift */, + 4C4D348B2587547100E70189 /* SplitInfoDetailViewModel.swift */, + 96FA7E0D2570260E00090999 /* SplitsViewModel.swift */, + ); + path = ViewModels; + sourceTree = ""; + }; + 71E82887256B9184004A1F30 /* Views */ = { + isa = PBXGroup; + children = ( + 967BEB962587EED4001A241F /* Renderer */, + 967253112584876600B4BBC6 /* ActivityDetailScene */, + 96F105B1258040CB0005F66C /* ActivityScene */, + 96F105AA25803D7B0005F66C /* DataSource */, + 4C9DA8E12586645B00B86F57 /* SplitInfoDetailScene */, + 4C3E7ACE256F63080061244F /* Controllers */, + 4C3E7AD0256F63230061244F /* Cells */, + 71EFCC8C2577C3C0007998AD /* CircleButton.swift */, + 967780282577905400DA2454 /* CountDownView.swift */, + 4C3E7AC8256F43440061244F /* GoalValueView.swift */, + 710CD9E125889E950001E763 /* ProfileButton.swift.swift */, + 9635815425722CFA00B8BE6B /* NikeLabel.swift */, + 9635815125722B5B00B8BE6B /* RunDataView.swift */, + 960A151B257E43E7008D2BD3 /* RoundSegmentControl.swift */, + 96DE093225860FAC0055213C /* CircleLongPressButton.swift */, + ); + path = Views; + sourceTree = ""; + }; + 71E82889256B91A0004A1F30 /* Coordinators */ = { + isa = PBXGroup; + children = ( + 71E8288E256B9320004A1F30 /* AppCoordinator.swift */, + 71E82897256B9788004A1F30 /* TabBarCoordinator.swift */, + 71E828A6256B9F13004A1F30 /* ProfileCoordinator.swift */, + 71E828AF256BADB0004A1F30 /* Coordinator.swift */, + 71E828B2256BADFA004A1F30 /* ActivityCoordinator.swift */, + 4CCD6E7A256BDD0800195EDA /* PrepareRunCoordinator.swift */, + 714ECA762574F41B00809CBE /* RunningPageCoordinator.swift */, + 9689A1692576441900DED689 /* RunningCoordinator.swift */, + 9689A16125763D1E00DED689 /* PausedRunningCoordinator.swift */, + 714C03972574F794006B81E3 /* RunningMapCoordinator.swift */, + 714C039A2574F7AE006B81E3 /* RunningInfoCoordinator.swift */, + 714C039D2574F7C6006B81E3 /* SplitsViewCoordinator.swift */, + 964BC6DB2580CFB200A69A82 /* ActivityListCoordinator.swift */, + 967252FF2583D8C600B4BBC6 /* ActivityDetailCoordinator.swift */, + 96A996CC258E54BF00829819 /* BasicCoordinator.swift */, + ); + path = Coordinators; + sourceTree = ""; + }; + 71EFCC68257750C8007998AD /* Factory */ = { + isa = PBXGroup; + children = ( + 71FBAAD2257D2319005C8D30 /* Extensions */, + 96E13211257680B100656476 /* DependencyFactory.swift */, + ); + path = Factory; + sourceTree = ""; + }; + 71FBAAD2257D2319005C8D30 /* Extensions */ = { + isa = PBXGroup; + children = ( + 71FBAAE9257D23F0005C8D30 /* Factory+ActivityScene.swift */, + 71FBAAE5257D23DB005C8D30 /* Factory+LoginScene.swift */, + 71FBAAF5257D246A005C8D30 /* Factory+PausedRunningScene.swift */, + 71FBAAF1257D244F005C8D30 /* Factory+PrepareRunScene.swift */, + 71FBAAFD257D24A9005C8D30 /* Factory+ProfileScene.swift */, + 71FBAAD3257D2341005C8D30 /* Factory+RunningInfoScene.swift */, + 71FBAB05257D24E3005C8D30 /* Factory+RunningMapScene.swift */, + 964A0C5725802B05008D7FD7 /* Factory+ActivityListScene.swift */, + 71FBAAE1257D23C1005C8D30 /* Factory+RunningPageContainer.swift */, + 71FBAAF9257D2488005C8D30 /* Factory+SplitScene.swift */, + 71FBAADD257D23AF005C8D30 /* Factory+TabBarContainer.swift */, + 71FBAB6B257FD091005C8D30 /* Factory+EditProfileScene.swift */, + 967252FB2583D88A00B4BBC6 /* Factory+ActivityDetailScene.swift */, + 71D309372586420A0092AB05 /* Factory+RouteDetailScene.swift */, + ); + path = Extensions; + sourceTree = ""; + }; + 9600DB452566AA4400183CB9 = { + isa = PBXGroup; + children = ( + 9600DB502566AA4400183CB9 /* BoostRunClub */, + 9635815E25726EAB00B8BE6B /* BoostRunClubTests */, + 9600DB4F2566AA4400183CB9 /* Products */, + 1CF14F3734FCD2A29FCDC3C0 /* Pods */, + C55C5C85FF1A070D490B9094 /* Frameworks */, + ); + sourceTree = ""; + }; + 9600DB4F2566AA4400183CB9 /* Products */ = { + isa = PBXGroup; + children = ( + 9600DB4E2566AA4400183CB9 /* BoostRunClub.app */, + 9635815D25726EAA00B8BE6B /* BoostRunClubTests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + 9600DB502566AA4400183CB9 /* BoostRunClub */ = { + isa = PBXGroup; + children = ( + 717878472587E0D8004EF8EA /* CoreML */, + 71EFCC68257750C8007998AD /* Factory */, + 96ED402E257C7633007DB3DF /* CoreData */, + 963B46F3256CD440006138DF /* Services */, + 71E82889256B91A0004A1F30 /* Coordinators */, + 9680AB9225707E19006F0FD2 /* Models */, + 71A58D16256D2DE50012FF51 /* ViewModels */, + 71E82887256B9184004A1F30 /* Views */, + 9680AB9325707E3E006F0FD2 /* Extensions */, + 9600DB662566AA9900183CB9 /* SupportingFiles */, + 9600DB512566AA4400183CB9 /* AppDelegate.swift */, + 9600DB532566AA4400183CB9 /* SceneDelegate.swift */, + 96FA7E152570696800090999 /* .swiftformat */, + 4C9C8FD42566B0A400956D51 /* .swiftlint.yml */, + ); + path = BoostRunClub; + sourceTree = ""; + }; + 9600DB662566AA9900183CB9 /* SupportingFiles */ = { + isa = PBXGroup; + children = ( + 4C3E7AC3256EC2620061244F /* Futura LT Condensed Extra Bold Oblique.ttf */, + 9600DB5A2566AA4700183CB9 /* Assets.xcassets */, + 9600DB5C2566AA4700183CB9 /* LaunchScreen.storyboard */, + 9600DB5F2566AA4700183CB9 /* Info.plist */, + ); + path = SupportingFiles; + sourceTree = ""; + }; + 96207075258919E900D3ABFE /* RunningService */ = { + isa = PBXGroup; + children = ( + 96A99768258F025300829819 /* RunningService.swift */, + 9620707625891F9F00D3ABFE /* RunningServiceType.swift */, + 9620707A2589655A00D3ABFE /* RunningDashBoardService.swift */, + 96A9976C258F028600829819 /* RunningDashBoardServiceable.swift */, + 9620707E2589657A00D3ABFE /* RunningRecordService.swift */, + 96A99770258F02A400829819 /* RunningRecordServiceable.swift */, + 9629A7C2258E347C00CEFA66 /* RunningMotionService.swift */, + 96A99774258F02C100829819 /* RunningMotionServiecable.swift */, + ); + path = RunningService; + sourceTree = ""; + }; + 9635815E25726EAB00B8BE6B /* BoostRunClubTests */ = { + isa = PBXGroup; + children = ( + 963581752572703A00B8BE6B /* Mocks */, + 9635815F25726EAB00B8BE6B /* BoostRunClubTests.swift */, + 9635816125726EAB00B8BE6B /* Info.plist */, + ); + path = BoostRunClubTests; + sourceTree = ""; + }; + 963581752572703A00B8BE6B /* Mocks */ = { + isa = PBXGroup; + children = ( + 96A99735258EFE5200829819 /* PedometerProviderMock.swift */, + 96A99739258EFE6200829819 /* DefaultsProviderMock.swift */, + 96A9973D258EFE8300829819 /* MotionDataModelProvidableMock.swift */, + 96A99745258EFE9900829819 /* EventTimeProvidableMock.swift */, + 9635817B2572707C00B8BE6B /* LocationProviderMock.swift */, + 96A99756258F01A000829819 /* RunningDashBoardServiceableMock.swift */, + 96A9975C258F01B000829819 /* RunningRecordServiceableMock.swift */, + 96A99760258F01C400829819 /* RunningMotionServiceableMock.swift */, + 96A99764258F01D500829819 /* RunningServiceTypeMock.swift */, + ); + path = Mocks; + sourceTree = ""; + }; + 96386604257E9BD2003EEE4B /* Configurable */ = { + isa = PBXGroup; + children = ( + 960A14F4257DF9D1008D2BD3 /* ActivityTotalConfig.swift */, + 961840E32580F6A200069FDA /* ActivityListItem.swift */, + 9651ABEC25854FB200DF73C3 /* ActivityDetailConfig.swift */, + ); + path = Configurable; + sourceTree = ""; + }; + 963B46F3256CD440006138DF /* Services */ = { + isa = PBXGroup; + children = ( + 969E4AE6258E3F3C00B74904 /* CoreDataStorage */, + 964B4AC8258E395100F9E3BE /* Provider */, + 96207075258919E900D3ABFE /* RunningService */, + ); + path = Services; + sourceTree = ""; + }; + 964B4AC8258E395100F9E3BE /* Provider */ = { + isa = PBXGroup; + children = ( + 9620708A25896A6900D3ABFE /* PedometerProvider.swift */, + 96A996EB258E5E7700829819 /* PedometerProvidable.swift */, + 71BBFC872582FDE800BC01B7 /* DefaultsProvider.swift */, + 96A996E4258E5E3B00829819 /* DefaultsManagable.swift */, + 7187295425791A70007BD24F /* MotionDataModelProvider.swift */, + 96A996DD258E5DFD00829819 /* MotionDataModelProvidable.swift */, + 963B46F4256CD4E0006138DF /* LocationProvider.swift */, + 96A996D6258E5D9D00829819 /* LocationProvidable.swift */, + 4C7045FF2577821D009C39A2 /* EventTimeProvider.swift */, + 96A996D1258E5D7B00829819 /* EventTimeProvidable.swift */, + 96CB229925822FC8000D67C4 /* RunningSnapShotProvider */, + ); + path = Provider; + sourceTree = ""; + }; + 967253112584876600B4BBC6 /* ActivityDetailScene */ = { + isa = PBXGroup; + children = ( + 9672530D25847E5F00B4BBC6 /* DetailTotalView.swift */, + 967253122584878A00B4BBC6 /* DetailTitleView.swift */, + 96725316258487B600B4BBC6 /* DetailSplitsTableView.swift */, + 96B2DC1A2584888400A95DD0 /* DetailSplitsView.swift */, + 96B2DC22258488BC00A95DD0 /* DetailMapView.swift */, + 96B2DC302584D40A00A95DD0 /* SimpleSplitViewCell.swift */, + ); + path = ActivityDetailScene; + sourceTree = ""; + }; + 967BEB962587EED4001A241F /* Renderer */ = { + isa = PBXGroup; + children = ( + 967BEB972587EEE5001A241F /* BasicRouteOverlay.swift */, + 967BEB9B2587FDB7001A241F /* BasicRouteRenderer.swift */, + 967BEBA12587FDEC001A241F /* GradientRouteOverlay.swift */, + 967BEBA52588089F001A241F /* GradientRouteRenderer.swift */, + ); + path = Renderer; + sourceTree = ""; + }; + 9680AB9225707E19006F0FD2 /* Models */ = { + isa = PBXGroup; + children = ( + 962070822589666300D3ABFE /* RunningState.swift */, + 4CF009BF257CAC1E00EC928A /* ActivityDetail.swift */, + 4C3E7ACB256F46A00061244F /* GoalType.swift */, + 96FA7DF2256FFEE800090999 /* RunningInfoType.swift */, + 718729412578DA63007BD24F /* RunningSplit.swift */, + 4C1EDBF52578E22C004302C5 /* RunningSlice.swift */, + 96ED4034257C768A007DB3DF /* Activity.swift */, + 4CF009C5257CADC300EC928A /* Location.swift */, + 960A14E5257DD8D1008D2BD3 /* ActivityFilterType.swift */, + 71FBAB76257FDED8005C8D30 /* Profile.swift */, + 96C468B0257F51020062AAA4 /* DateRange.swift */, + 71CC3F312587989200CE969B /* RunningEvent.swift */, + 717878512587E1C4004EF8EA /* MotionType.swift */, + ); + path = Models; + sourceTree = ""; + }; + 9680AB9325707E3E006F0FD2 /* Extensions */ = { + isa = PBXGroup; + children = ( + 96A99724258E666400829819 /* MapKit */, + 96A99723258E664300829819 /* Math */, + 96A99722258E663400829819 /* Date */, + 96A9971D258E65FE00829819 /* UIKit */, + 4C3E7AB3256E3D920061244F /* Notification.name.swift */, + 969D5F1B256FC48000DD11AB /* String+Regex.swift */, + 96FA7DF52570177C00090999 /* CaseIterable+.swift */, + 71FBAB8C2581EC2B005C8D30 /* URL+Documents.swift */, + 71FBAB952581FB3C005C8D30 /* Data+SaveAndLoadData.swift */, + ); + path = Extensions; + sourceTree = ""; + }; + 969E4AE6258E3F3C00B74904 /* CoreDataStorage */ = { + isa = PBXGroup; + children = ( + 96ED403A257C7747007DB3DF /* CoreDataService.swift */, + 96ED403E257C7947007DB3DF /* ActivityStorageService.swift */, + ); + path = CoreDataStorage; + sourceTree = ""; + }; + 96A9971D258E65FE00829819 /* UIKit */ = { + isa = PBXGroup; + children = ( + 71EFCCA52577D3E6007998AD /* UIButton+setSFSymbol.swift */, + 96015B55257807C100E55E9F /* UIImage+SFSymbol.swift */, + 960A1503257E0896008D2BD3 /* UIStackView+Make.swift */, + 4C58750F258014C000185B4C /* UIView+identifier.swift */, + 4C9B985225788547000A6447 /* UIView+notificationFeedback.swift */, + 96B2DC2A258489CF00A95DD0 /* UILabel+Make.swift */, + 71D3095525865D870092AB05 /* UIImage+CustomAnnotation.swift */, + 4C41B41325862D29001C4713 /* UINavigationController+setStatusBar.swift */, + 4CBCDA0C2588CE4E008AD52E /* UIButton+setArrowImage.swift */, + 967BEBA9258810B1001A241F /* UIColor+Components.swift */, + ); + path = UIKit; + sourceTree = ""; + }; + 96A99722258E663400829819 /* Date */ = { + isa = PBXGroup; + children = ( + 96C468B4257F58600062AAA4 /* Date+DateRange.swift */, + 96C468BC257F61DA0062AAA4 /* DateFormatter+Common.swift */, + 96C468C4257F6D900062AAA4 /* Date+String.swift */, + 967FFAA3257602A200F3340C /* TimerInterval+String.swift */, + ); + path = Date; + sourceTree = ""; + }; + 96A99723258E664300829819 /* Math */ = { + isa = PBXGroup; + children = ( + 96DE09362586170E0055213C /* Clamp.swift */, + 961905E7258D2A40001FB34F /* Double+Radian+Degree.swift */, + ); + path = Math; + sourceTree = ""; + }; + 96A99724258E666400829819 /* MapKit */ = { + isa = PBXGroup; + children = ( + 96CB22A02582301C000D67C4 /* MKCoordinateRegion+Make.swift */, + 710CD9C125886BF90001E763 /* CLLocationCoordinate+computeSplitCoordinate.swift */, + ); + path = MapKit; + sourceTree = ""; + }; + 96CB229925822FC8000D67C4 /* RunningSnapShotProvider */ = { + isa = PBXGroup; + children = ( + 96A99714258E5F5A00829819 /* RunningSnapShotProvidable.swift */, + 96CB229A25822FE2000D67C4 /* RunningSnapShotProvider.swift */, + 96CB22A425823284000D67C4 /* RouteSnapShotProcessor.swift */, + 96CB22AA258233BC000D67C4 /* RouteDrawer.swift */, + 96CB22B425823B02000D67C4 /* MapSnapShotSubscription.swift */, + ); + path = RunningSnapShotProvider; + sourceTree = ""; + }; + 96ED402E257C7633007DB3DF /* CoreData */ = { + isa = PBXGroup; + children = ( + 96ED402F257C7654007DB3DF /* BRCModel.xcdatamodeld */, + 4CF009BB257CA9EB00EC928A /* ZActivity+Activity.swift */, + 4CF009C9257CAE1900EC928A /* ZActivityDetail+ActivityDetail.swift */, + ); + path = CoreData; + sourceTree = ""; + }; + 96F105AA25803D7B0005F66C /* DataSource */ = { + isa = PBXGroup; + children = ( + 4C4D3483258750E200E70189 /* SplitInfoDetailDataSource.swift */, + 4C4D3487258751ED00E70189 /* SplitDatailSplitDataSource.swift */, + 96F105AB25803D890005F66C /* ActivityDataSource.swift */, + 961840D82580EE0000069FDA /* ActivityListDataSource.swift */, + 9651ABE825854A2C00DF73C3 /* ActivityDetailDataSource.swift */, + ); + path = DataSource; + sourceTree = ""; + }; + 96F105B1258040CB0005F66C /* ActivityScene */ = { + isa = PBXGroup; + children = ( + 964BC6D62580CA0F00A69A82 /* ActivityCellView.swift */, + 964BC6D52580CA0F00A69A82 /* ActivityStatisticCellView.swift */, + 964A0C5F25803018008D7FD7 /* ActivitiesContainerCellView.swift */, + 960A14F9257DFFE4008D2BD3 /* ActivityTableView.swift */, + 960A150C257E22FF008D2BD3 /* ActivityTotalView.swift */, + 963865F7257E858D003EEE4B /* ActivityFooterView.swift */, + 96C468A6257F426F0062AAA4 /* DateFilterSheetView.swift */, + 964A0C5B25802D04008D7FD7 /* ActivityCollectionView.swift */, + 960F9E422581050B008FDA89 /* ActivityListHeaderView.swift */, + ); + path = ActivityScene; + sourceTree = ""; + }; + C55C5C85FF1A070D490B9094 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 8CA3CAF831B658B0F9E52002 /* Pods_BoostRunClub.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 9600DB4D2566AA4400183CB9 /* BoostRunClub */ = { + isa = PBXNativeTarget; + buildConfigurationList = 9600DB622566AA4700183CB9 /* Build configuration list for PBXNativeTarget "BoostRunClub" */; + buildPhases = ( + B28959AC16131B1D2CDBCCB1 /* [CP] Check Pods Manifest.lock */, + 9608B4AE256761190008D44A /* ShellScript */, + 9600DB4A2566AA4400183CB9 /* Sources */, + 9600DB4B2566AA4400183CB9 /* Frameworks */, + 9600DB4C2566AA4400183CB9 /* Resources */, + 4C9C8FD82566B0F400956D51 /* ShellScript */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = BoostRunClub; + productName = BoostRunClub; + productReference = 9600DB4E2566AA4400183CB9 /* BoostRunClub.app */; + productType = "com.apple.product-type.application"; + }; + 9635815C25726EAA00B8BE6B /* BoostRunClubTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 9635816625726EAB00B8BE6B /* Build configuration list for PBXNativeTarget "BoostRunClubTests" */; + buildPhases = ( + 9635815925726EAA00B8BE6B /* Sources */, + 9635815A25726EAA00B8BE6B /* Frameworks */, + 9635815B25726EAA00B8BE6B /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 9635816325726EAB00B8BE6B /* PBXTargetDependency */, + ); + name = BoostRunClubTests; + productName = BoostRunClubTests; + productReference = 9635815D25726EAA00B8BE6B /* BoostRunClubTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 9600DB462566AA4400183CB9 /* Project object */ = { + isa = PBXProject; + attributes = { + KnownAssetTags = ( + Icons, + ); + LastSwiftUpdateCheck = 1220; + LastUpgradeCheck = 1220; + TargetAttributes = { + 9600DB4D2566AA4400183CB9 = { + CreatedOnToolsVersion = 12.2; + }; + 9635815C25726EAA00B8BE6B = { + CreatedOnToolsVersion = 12.2; + TestTargetID = 9600DB4D2566AA4400183CB9; + }; + }; + }; + buildConfigurationList = 9600DB492566AA4400183CB9 /* Build configuration list for PBXProject "BoostRunClub" */; + compatibilityVersion = "Xcode 9.3"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 9600DB452566AA4400183CB9; + productRefGroup = 9600DB4F2566AA4400183CB9 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 9600DB4D2566AA4400183CB9 /* BoostRunClub */, + 9635815C25726EAA00B8BE6B /* BoostRunClubTests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 9600DB4C2566AA4400183CB9 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 96FA7E162570696800090999 /* .swiftformat in Resources */, + 4C9C8FD52566B0A400956D51 /* .swiftlint.yml in Resources */, + 9600DB5E2566AA4700183CB9 /* LaunchScreen.storyboard in Resources */, + 4C3E7AC4256EC2620061244F /* Futura LT Condensed Extra Bold Oblique.ttf in Resources */, + 9600DB5B2566AA4700183CB9 /* Assets.xcassets in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 9635815B25726EAA00B8BE6B /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXShellScriptBuildPhase section */ + 4C9C8FD82566B0F400956D51 /* ShellScript */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + ); + outputFileListPaths = ( + ); + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "# Type a script or drag a script file from your workspace to insert its path.\n${PODS_ROOT}/SwiftLint/swiftlint\n"; + }; + 9608B4AE256761190008D44A /* ShellScript */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + ); + outputFileListPaths = ( + ); + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "# Type a script or drag a script file from your workspace to insert its path.\n\"${PODS_ROOT}/SwiftFormat/CommandLineTool/swiftformat\" \"$SRCROOT\"\n"; + }; + B28959AC16131B1D2CDBCCB1 /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", + ); + name = "[CP] Check Pods Manifest.lock"; + outputFileListPaths = ( + ); + outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-BoostRunClub-checkManifestLockResult.txt", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; + showEnvVarsInLog = 0; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 9600DB4A2566AA4400183CB9 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 967253082583DA5E00B4BBC6 /* ActivityDetailViewController.swift in Sources */, + 96DE09372586170E0055213C /* Clamp.swift in Sources */, + 7187295525791A70007BD24F /* MotionDataModelProvider.swift in Sources */, + 4C9B985325788547000A6447 /* UIView+notificationFeedback.swift in Sources */, + 4C3E7AB8256E45480061244F /* RunningInfoViewModel.swift in Sources */, + 96A99715258E5F5A00829819 /* RunningSnapShotProvidable.swift in Sources */, + 71FBAAE2257D23C1005C8D30 /* Factory+RunningPageContainer.swift in Sources */, + 960A150D257E22FF008D2BD3 /* ActivityTotalView.swift in Sources */, + 4C3E7AC9256F43440061244F /* GoalValueView.swift in Sources */, + 717878522587E1C4004EF8EA /* MotionType.swift in Sources */, + 96E13212257680B100656476 /* DependencyFactory.swift in Sources */, + 96ED4031257C7654007DB3DF /* BRCModel.xcdatamodeld in Sources */, + 96A997A8258F309D00829819 /* RunningMotionClassifier.mlmodel in Sources */, + 4C587510258014C000185B4C /* UIView+identifier.swift in Sources */, + 96FA7DF62570177C00090999 /* CaseIterable+.swift in Sources */, + 9689A15E25763CC800DED689 /* PausedRunningViewController.swift in Sources */, + 96CB229B25822FE2000D67C4 /* RunningSnapShotProvider.swift in Sources */, + 960A14FA257DFFE4008D2BD3 /* ActivityTableView.swift in Sources */, + 96C468B5257F58600062AAA4 /* Date+DateRange.swift in Sources */, + 963865F8257E858D003EEE4B /* ActivityFooterView.swift in Sources */, + 4C5874FA257FD88D00185B4C /* RunningSplitCellViewModel.swift in Sources */, + 714C039E2574F7C6006B81E3 /* SplitsViewCoordinator.swift in Sources */, + 96ED4035257C768A007DB3DF /* Activity.swift in Sources */, + 967252FC2583D88A00B4BBC6 /* Factory+ActivityDetailScene.swift in Sources */, + 967253042583DA1500B4BBC6 /* ActivityDetailViewModel.swift in Sources */, + 96CB22A525823284000D67C4 /* RouteSnapShotProcessor.swift in Sources */, + 71FBAB77257FDED8005C8D30 /* Profile.swift in Sources */, + 4C587503257FFF1E00185B4C /* SplitHeaderView.swift in Sources */, + 4CF009BC257CA9EB00EC928A /* ZActivity+Activity.swift in Sources */, + 9689A166257640C700DED689 /* PausedRunningViewModel.swift in Sources */, + 96ED403B257C7747007DB3DF /* CoreDataService.swift in Sources */, + 961905E8258D2A40001FB34F /* Double+Radian+Degree.swift in Sources */, + 96CB22B525823B02000D67C4 /* MapSnapShotSubscription.swift in Sources */, + 71E82898256B9788004A1F30 /* TabBarCoordinator.swift in Sources */, + 96B2DC2B258489CF00A95DD0 /* UILabel+Make.swift in Sources */, + 967253002583D8C600B4BBC6 /* ActivityDetailCoordinator.swift in Sources */, + 71FBAB6C257FD091005C8D30 /* Factory+EditProfileScene.swift in Sources */, + 4CEB6BF2256F657A00FA7E88 /* GoalValueSetupViewController.swift in Sources */, + 4CBCDA0D2588CE4E008AD52E /* UIButton+setArrowImage.swift in Sources */, + 71A58D1C256D2EEA0012FF51 /* GoalTypeViewModel.swift in Sources */, + 4C41B40B25861801001C4713 /* SplitInfoDetailViewController.swift in Sources */, + 4C6904F725873589007425C6 /* SplitDetailInfoCell.swift in Sources */, + 96C468BD257F61DA0062AAA4 /* DateFormatter+Common.swift in Sources */, + 963B46F5256CD4E0006138DF /* LocationProvider.swift in Sources */, + 71FBAB962581FB3C005C8D30 /* Data+SaveAndLoadData.swift in Sources */, + 4C7046002577821D009C39A2 /* EventTimeProvider.swift in Sources */, + 96ED403F257C7947007DB3DF /* ActivityStorageService.swift in Sources */, + 964BC6DC2580CFB200A69A82 /* ActivityListCoordinator.swift in Sources */, + 71EFCC8D2577C3C0007998AD /* CircleButton.swift in Sources */, + 9635815225722B5B00B8BE6B /* RunDataView.swift in Sources */, + 4C4D347625874B2400E70189 /* SplitDatailSplitCell.swift in Sources */, + 964BC6D82580CA0F00A69A82 /* ActivityCellView.swift in Sources */, + 96CB22AB258233BC000D67C4 /* RouteDrawer.swift in Sources */, + 96FA7E0E2570260E00090999 /* SplitsViewModel.swift in Sources */, + 96A996D7258E5D9D00829819 /* LocationProvidable.swift in Sources */, + 4C4D3484258750E200E70189 /* SplitInfoDetailDataSource.swift in Sources */, + 9651ABED25854FB200DF73C3 /* ActivityDetailConfig.swift in Sources */, + 96DE093325860FAC0055213C /* CircleLongPressButton.swift in Sources */, + 71FBAAE6257D23DB005C8D30 /* Factory+LoginScene.swift in Sources */, + 964BC6D72580CA0F00A69A82 /* ActivityStatisticCellView.swift in Sources */, + 961840E42580F6A200069FDA /* ActivityListItem.swift in Sources */, + 967BEB9C2587FDB7001A241F /* BasicRouteRenderer.swift in Sources */, + 4C4D348C2587547100E70189 /* SplitInfoDetailViewModel.swift in Sources */, + 71EFCCA62577D3E6007998AD /* UIButton+setSFSymbol.swift in Sources */, + 71A58D1F256D3FF80012FF51 /* GoalTypeCell.swift in Sources */, + 96015B56257807C100E55E9F /* UIImage+SFSymbol.swift in Sources */, + 960A1504257E0896008D2BD3 /* UIStackView+Make.swift in Sources */, + 967BEBA62588089F001A241F /* GradientRouteRenderer.swift in Sources */, + 96A996D2258E5D7B00829819 /* EventTimeProvidable.swift in Sources */, + 4C4D3488258751ED00E70189 /* SplitDatailSplitDataSource.swift in Sources */, + 96C468C5257F6D900062AAA4 /* Date+String.swift in Sources */, + 71FBAADE257D23AF005C8D30 /* Factory+TabBarContainer.swift in Sources */, + 961840D92580EE0000069FDA /* ActivityListDataSource.swift in Sources */, + 71E8289B256B9B08004A1F30 /* ActivityViewController.swift in Sources */, + 9672530E25847E5F00B4BBC6 /* DetailTotalView.swift in Sources */, + 964A0C5C25802D04008D7FD7 /* ActivityCollectionView.swift in Sources */, + 96A996E5258E5E3B00829819 /* DefaultsManagable.swift in Sources */, + 4CF009C6257CADC300EC928A /* Location.swift in Sources */, + 960A14E6257DD8D1008D2BD3 /* ActivityFilterType.swift in Sources */, + 9620707725891F9F00D3ABFE /* RunningServiceType.swift in Sources */, + 71EFCC6E257753FA007998AD /* RunningPageViewModel.swift in Sources */, + 964BC6E42580CFEE00A69A82 /* ActivityListViewModel.swift in Sources */, + 71FBAAFA257D2488005C8D30 /* Factory+SplitScene.swift in Sources */, + 96CB22A12582301C000D67C4 /* MKCoordinateRegion+Make.swift in Sources */, + 710CD9E225889E950001E763 /* ProfileButton.swift.swift in Sources */, + 4C6904EB25868FFF007425C6 /* SplitDetailDateInfoView.swift in Sources */, + 4CCD6E7F256BEA1200195EDA /* GoalTypeViewController.swift in Sources */, + 4C41B41425862D29001C4713 /* UINavigationController+setStatusBar.swift in Sources */, + 4CF009CA257CAE1900EC928A /* ZActivityDetail+ActivityDetail.swift in Sources */, + 9689A16A2576441900DED689 /* RunningCoordinator.swift in Sources */, + 96B2DC1B2584888400A95DD0 /* DetailSplitsView.swift in Sources */, + 4C3E7ACC256F46A00061244F /* GoalType.swift in Sources */, + 71E828B0256BADB0004A1F30 /* Coordinator.swift in Sources */, + 969D5F1C256FC48000DD11AB /* String+Regex.swift in Sources */, + 96FA7DF3256FFEE800090999 /* RunningInfoType.swift in Sources */, + 96FA7E0425701CB800090999 /* SplitsViewController.swift in Sources */, + 71FBAAD4257D2341005C8D30 /* Factory+RunningInfoScene.swift in Sources */, + 4CCD6E78256BCA2500195EDA /* PrepareRunViewController.swift in Sources */, + 9651ABE925854A2C00DF73C3 /* ActivityDetailDataSource.swift in Sources */, + 71FBAB62257FCD78005C8D30 /* EditProfileViewController.swift in Sources */, + 967FFAA4257602A200F3340C /* TimerInterval+String.swift in Sources */, + 96B2DC23258488BC00A95DD0 /* DetailMapView.swift in Sources */, + 710CD9C225886BF90001E763 /* CLLocationCoordinate+computeSplitCoordinate.swift in Sources */, + 9629A7C3258E347C00CEFA66 /* RunningMotionService.swift in Sources */, + 71FBAAF6257D246A005C8D30 /* Factory+PausedRunningScene.swift in Sources */, + 4C1EDBF62578E22C004302C5 /* RunningSlice.swift in Sources */, + 96B2DC312584D40A00A95DD0 /* SimpleSplitViewCell.swift in Sources */, + 71FBAB8D2581EC2B005C8D30 /* URL+Documents.swift in Sources */, + 71D3095625865D870092AB05 /* UIImage+CustomAnnotation.swift in Sources */, + 96725317258487B600B4BBC6 /* DetailSplitsTableView.swift in Sources */, + 96C468A7257F426F0062AAA4 /* DateFilterSheetView.swift in Sources */, + 96A996EC258E5E7700829819 /* PedometerProvidable.swift in Sources */, + 714C03982574F794006B81E3 /* RunningMapCoordinator.swift in Sources */, + 71E828A1256B9B1E004A1F30 /* ProfileViewController.swift in Sources */, + 71BBFC882582FDE800BC01B7 /* DefaultsProvider.swift in Sources */, + 71FBAB06257D24E3005C8D30 /* Factory+RunningMapScene.swift in Sources */, + 967BEBAA258810B1001A241F /* UIColor+Components.swift in Sources */, + 96A9976D258F028600829819 /* RunningDashBoardServiceable.swift in Sources */, + 71FBAB4F257FA267005C8D30 /* ProfileViewModel.swift in Sources */, + 71A58D18256D2DE50012FF51 /* PrepareRunViewModel.swift in Sources */, + 96A996DE258E5DFD00829819 /* MotionDataModelProvidable.swift in Sources */, + 4CF009C0257CAC1E00EC928A /* ActivityDetail.swift in Sources */, + 964A0C5825802B05008D7FD7 /* Factory+ActivityListScene.swift in Sources */, + 71D309402586423B0092AB05 /* RouteDetailViewController.swift in Sources */, + 71E828A7256B9F13004A1F30 /* ProfileCoordinator.swift in Sources */, + 9620708B25896A6900D3ABFE /* PedometerProvider.swift in Sources */, + 71D309382586420A0092AB05 /* Factory+RouteDetailScene.swift in Sources */, + 96F105AC25803D890005F66C /* ActivityDataSource.swift in Sources */, + 96A996CD258E54BF00829819 /* BasicCoordinator.swift in Sources */, + 714C039B2574F7AE006B81E3 /* RunningInfoCoordinator.swift in Sources */, + 964A0C6025803018008D7FD7 /* ActivitiesContainerCellView.swift in Sources */, + 96FA7E0B257025FF00090999 /* RunningMapViewModel.swift in Sources */, + 9689A16225763D1E00DED689 /* PausedRunningCoordinator.swift in Sources */, + 9635815525722CFA00B8BE6B /* NikeLabel.swift in Sources */, + 967BEB982587EEE5001A241F /* BasicRouteOverlay.swift in Sources */, + 71FBAAF2257D244F005C8D30 /* Factory+PrepareRunScene.swift in Sources */, + 718729422578DA63007BD24F /* RunningSplit.swift in Sources */, + 71D3093C258642230092AB05 /* RouteDetailViewModel.swift in Sources */, + 96FA7E0125701C9300090999 /* RunningInfoViewController.swift in Sources */, + 4C5874F6257FD7EB00185B4C /* RunningSplitCell.swift in Sources */, + 4C4D34722587430E00E70189 /* SplitDetailSplitHeaderView.swift in Sources */, + 714ECA772574F41B00809CBE /* RunningPageCoordinator.swift in Sources */, + 96A99771258F02A500829819 /* RunningRecordServiceable.swift in Sources */, + 71FBAB66257FCD84005C8D30 /* EditProfileViewModel.swift in Sources */, + 967253132584878A00B4BBC6 /* DetailTitleView.swift in Sources */, + 960A151C257E43E7008D2BD3 /* RoundSegmentControl.swift in Sources */, + 960F9E432581050B008FDA89 /* ActivityListHeaderView.swift in Sources */, + 71FBAAEA257D23F0005C8D30 /* Factory+ActivityScene.swift in Sources */, + 4C3E7AB4256E3D920061244F /* Notification.name.swift in Sources */, + 71E8289E256B9B13004A1F30 /* RunningPageViewController.swift in Sources */, + 71E8288F256B9320004A1F30 /* AppCoordinator.swift in Sources */, + 967BEBA22587FDEC001A241F /* GradientRouteOverlay.swift in Sources */, + 96C468B1257F51020062AAA4 /* DateRange.swift in Sources */, + 967780292577905400DA2454 /* CountDownView.swift in Sources */, + 96E0A6A5257EEAC8008D81EC /* ActivityDateFilterViewModel.swift in Sources */, + 960A14F5257DF9D1008D2BD3 /* ActivityTotalConfig.swift in Sources */, + 96E0A6A1257EEA79008D81EC /* ActivityDateFilterViewController.swift in Sources */, + 9620707F2589657A00D3ABFE /* RunningRecordService.swift in Sources */, + 9600DB522566AA4400183CB9 /* AppDelegate.swift in Sources */, + 9600DB542566AA4400183CB9 /* SceneDelegate.swift in Sources */, + 964BC6E02580CFDA00A69A82 /* ActivityListViewController.swift in Sources */, + 96A99769258F025300829819 /* RunningService.swift in Sources */, + 9620707B2589655A00D3ABFE /* RunningDashBoardService.swift in Sources */, + 96A99775258F02C100829819 /* RunningMotionServiecable.swift in Sources */, + 71FBAAFE257D24A9005C8D30 /* Factory+ProfileScene.swift in Sources */, + 960A14DE257DD127008D2BD3 /* ActivityViewModel.swift in Sources */, + 4CCD6E7B256BDD0800195EDA /* PrepareRunCoordinator.swift in Sources */, + 71E828B3256BADFA004A1F30 /* ActivityCoordinator.swift in Sources */, + 71CC3F322587989200CE969B /* RunningEvent.swift in Sources */, + 962070832589666300D3ABFE /* RunningState.swift in Sources */, + 96FA7DFE25701C7700090999 /* RunningMapViewController.swift in Sources */, + 4CEB6BF5256F661700FA7E88 /* GoalValueSetupViewModel.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 9635815925726EAA00B8BE6B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 96A99705258E5EF000829819 /* PedometerProvidable.swift in Sources */, + 96A99778258F02D900829819 /* RunningMotionServiecable.swift in Sources */, + 964A0C31257FF2A5008D7FD7 /* Date+String.swift in Sources */, + 96A99708258E5EF600829819 /* DefaultsManagable.swift in Sources */, + 9635816A25726ECC00B8BE6B /* PrepareRunViewModelTest.swift in Sources */, + 96A9970E258E5F0600829819 /* LocationProvidable.swift in Sources */, + 9635816D25726EED00B8BE6B /* PrepareRunViewModel.swift in Sources */, + 964A0C38257FF2BB008D7FD7 /* DateRange.swift in Sources */, + 9620709C2589856100D3ABFE /* RunningSplit.swift in Sources */, + 96A99761258F01C400829819 /* RunningMotionServiceableMock.swift in Sources */, + 96B9064D257CE22D0081E8BF /* ZActivity+Activity.swift in Sources */, + 96B90647257CE1DD0081E8BF /* CoreDataService.swift in Sources */, + 96A99718258E5F7E00829819 /* RunningSnapShotProvidable.swift in Sources */, + 9635817025726EF800B8BE6B /* GoalType.swift in Sources */, + 96B9064A257CE22A0081E8BF /* ZActivityDetail+ActivityDetail.swift in Sources */, + 96A99711258E5F0C00829819 /* EventTimeProvidable.swift in Sources */, + 4CB8FA3725729F65000B90ED /* GoalValueSetupViewModelTest.swift in Sources */, + 9635816025726EAB00B8BE6B /* BoostRunClubTests.swift in Sources */, + 71CC3F3A2587A89400CE969B /* RunningEvent.swift in Sources */, + 96461B3C2582BA6B00E665B0 /* MKCoordinateRegion+Make.swift in Sources */, + 96A9977B258F02D900829819 /* RunningRecordServiceable.swift in Sources */, + 96A9974D258EFEA800829819 /* EventTimeProvidableMock.swift in Sources */, + 96B9063E257CDF630081E8BF /* Activity.swift in Sources */, + 96B9063B257CDF570081E8BF /* ActivityStorageService.swift in Sources */, + 717878672587E81C004EF8EA /* MotionType.swift in Sources */, + 963BDEB92572B9F4001D4124 /* String+Regex.swift in Sources */, + 9635817C2572707C00B8BE6B /* LocationProviderMock.swift in Sources */, + 96A99779258F02D900829819 /* RunningDashBoardServiceable.swift in Sources */, + 964A0C32257FF2A5008D7FD7 /* DateFormatter+Common.swift in Sources */, + 96461B382582BA6000E665B0 /* MapSnapShotSubscription.swift in Sources */, + 96A99757258F01A000829819 /* RunningDashBoardServiceableMock.swift in Sources */, + 96B90644257CDF6F0081E8BF /* Location.swift in Sources */, + 71CB9FFE2574374B00B1DD04 /* GoalTypeViewModel.swift in Sources */, + 96461B362582BA6000E665B0 /* RouteSnapShotProcessor.swift in Sources */, + 96A9977A258F02D900829819 /* RunningServiceType.swift in Sources */, + 96B90641257CDF690081E8BF /* ActivityDetail.swift in Sources */, + 9620708E2589810800D3ABFE /* RunningState.swift in Sources */, + 964A0C35257FF2B5008D7FD7 /* ActivityFilterType.swift in Sources */, + 964A0C30257FF2A5008D7FD7 /* Date+DateRange.swift in Sources */, + 96A9975D258F01B000829819 /* RunningRecordServiceableMock.swift in Sources */, + 960F9E3A2580FE51008FDA89 /* GoalTypeViewModelTest.swift in Sources */, + 96A99765258F01D500829819 /* RunningServiceTypeMock.swift in Sources */, + 96461B372582BA6000E665B0 /* RouteDrawer.swift in Sources */, + 963BDEBA2572B9F4001D4124 /* CaseIterable+.swift in Sources */, + 96A9970B258E5EFF00829819 /* MotionDataModelProvidable.swift in Sources */, + 96A9974E258EFEA800829819 /* DefaultsProviderMock.swift in Sources */, + 964A0C3B257FF2CB008D7FD7 /* TimerInterval+String.swift in Sources */, + 96461B392582BA6000E665B0 /* RunningSnapShotProvider.swift in Sources */, + 96D713422579178800D3D99E /* RunningSlice.swift in Sources */, + 96A9974F258EFEA800829819 /* PedometerProviderMock.swift in Sources */, + 963BDEB62572B867001D4124 /* GoalValueSetupViewModel.swift in Sources */, + 96A9973E258EFE8300829819 /* MotionDataModelProvidableMock.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 9635816325726EAB00B8BE6B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 9600DB4D2566AA4400183CB9 /* BoostRunClub */; + targetProxy = 9635816225726EAB00B8BE6B /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + 9600DB5C2566AA4700183CB9 /* LaunchScreen.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 9600DB5D2566AA4700183CB9 /* Base */, + ); + name = LaunchScreen.storyboard; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 9600DB602566AA4700183CB9 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = gnu11; + GCC_DYNAMIC_NO_PIC = NO; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 14.2; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; + MTL_FAST_MATH = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 5.0; + }; + name = Debug; + }; + 9600DB612566AA4700183CB9 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu11; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 14.2; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + SDKROOT = iphoneos; + SWIFT_COMPILATION_MODE = wholemodule; + SWIFT_OPTIMIZATION_LEVEL = "-O"; + SWIFT_VERSION = 5.0; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 9600DB632566AA4700183CB9 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 07229ADEF1C1F5ED1B45C47D /* Pods-BoostRunClub.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = B3PWYBKFUK; + INFOPLIST_FILE = BoostRunClub/SupportingFiles/Info.plist; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.BoostCamp2020.BoostRunClub; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 9600DB642566AA4700183CB9 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = E97B7A94FBF7F86A709BC993 /* Pods-BoostRunClub.release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = B3PWYBKFUK; + INFOPLIST_FILE = BoostRunClub/SupportingFiles/Info.plist; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.BoostCamp2020.BoostRunClub; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Release; + }; + 9635816425726EAB00B8BE6B /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(TEST_HOST)"; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = B3PWYBKFUK; + INFOPLIST_FILE = BoostRunClubTests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.BoostCamp2020.BoostRunClubTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/BoostRunClub.app/BoostRunClub"; + }; + name = Debug; + }; + 9635816525726EAB00B8BE6B /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(TEST_HOST)"; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = B3PWYBKFUK; + INFOPLIST_FILE = BoostRunClubTests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.BoostCamp2020.BoostRunClubTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/BoostRunClub.app/BoostRunClub"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 9600DB492566AA4400183CB9 /* Build configuration list for PBXProject "BoostRunClub" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 9600DB602566AA4700183CB9 /* Debug */, + 9600DB612566AA4700183CB9 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 9600DB622566AA4700183CB9 /* Build configuration list for PBXNativeTarget "BoostRunClub" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 9600DB632566AA4700183CB9 /* Debug */, + 9600DB642566AA4700183CB9 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 9635816625726EAB00B8BE6B /* Build configuration list for PBXNativeTarget "BoostRunClubTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 9635816425726EAB00B8BE6B /* Debug */, + 9635816525726EAB00B8BE6B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + +/* Begin XCVersionGroup section */ + 96ED402F257C7654007DB3DF /* BRCModel.xcdatamodeld */ = { + isa = XCVersionGroup; + children = ( + 96ED4030257C7654007DB3DF /* BRCModel.xcdatamodel */, + ); + currentVersion = 96ED4030257C7654007DB3DF /* BRCModel.xcdatamodel */; + path = BRCModel.xcdatamodeld; + sourceTree = ""; + versionGroupType = wrapper.xcdatamodel; + }; +/* End XCVersionGroup section */ + }; + rootObject = 9600DB462566AA4400183CB9 /* Project object */; +} diff --git a/BoostRunClub.xcodeproj/xcshareddata/xcschemes/BoostRunClub.xcscheme b/BoostRunClub.xcodeproj/xcshareddata/xcschemes/BoostRunClub.xcscheme new file mode 100644 index 0000000..b9c7089 --- /dev/null +++ b/BoostRunClub.xcodeproj/xcshareddata/xcschemes/BoostRunClub.xcscheme @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/BoostRunClub.xcworkspace/contents.xcworkspacedata b/BoostRunClub.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..32794b5 --- /dev/null +++ b/BoostRunClub.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,10 @@ + + + + + + + diff --git a/BoostRunClub.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/BoostRunClub.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/BoostRunClub.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/BoostRunClub/.swiftformat b/BoostRunClub/.swiftformat new file mode 100644 index 0000000..9f5e12d --- /dev/null +++ b/BoostRunClub/.swiftformat @@ -0,0 +1,3 @@ +# file options + +--swiftversion 5 diff --git a/BoostRunClub/.swiftlint.yml b/BoostRunClub/.swiftlint.yml new file mode 100644 index 0000000..a4f1f61 --- /dev/null +++ b/BoostRunClub/.swiftlint.yml @@ -0,0 +1,10 @@ +disabled_rules: +- trailing_comma +- opening_brace + +excluded: +- AppDelegate.swift +- SceneDelegate.swift + +weak_delegate: + excluded: ".*Test\\.swift" diff --git a/BoostRunClub/AppDelegate.swift b/BoostRunClub/AppDelegate.swift new file mode 100644 index 0000000..687b865 --- /dev/null +++ b/BoostRunClub/AppDelegate.swift @@ -0,0 +1,23 @@ +// +// AppDelegate.swift +// BoostRunClub +// +// Created by 김신우 on 2020/11/19. +// + +import UIKit + +@main +class AppDelegate: UIResponder, UIApplicationDelegate { + func application(_: UIApplication, didFinishLaunchingWithOptions _: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { + return true + } + + // MARK: UISceneSession Lifecycle + + func application(_: UIApplication, configurationForConnecting connectingSceneSession: UISceneSession, options _: UIScene.ConnectionOptions) -> UISceneConfiguration { + return UISceneConfiguration(name: "Default Configuration", sessionRole: connectingSceneSession.role) + } + + func application(_: UIApplication, didDiscardSceneSessions _: Set) {} +} diff --git a/BoostRunClub/Coordinators/ActivityCoordinator.swift b/BoostRunClub/Coordinators/ActivityCoordinator.swift new file mode 100644 index 0000000..2f71cec --- /dev/null +++ b/BoostRunClub/Coordinators/ActivityCoordinator.swift @@ -0,0 +1,122 @@ +// +// ActivityCoordinator.swift +// BoostRunClub +// +// Created by Imho Jang on 2020/11/23. +// + +import Combine +import UIKit + +enum ActivityCoordinationResult { + case profile +} + +final class ActivityCoordinator: BasicCoordinator { + let factory: ActivitySceneFactory + + init(navigationController: UINavigationController, factory: ActivitySceneFactory = DependencyFactory.shared) { + self.factory = factory + super.init(navigationController: navigationController) + navigationController.view.backgroundColor = .systemBackground + navigationController.setNavigationBarHidden(false, animated: true) + } + + override func start() { + showActivityViewController() + } + + func startDetail(activity: Activity, detail: ActivityDetail) { + showActivityViewController() + showActivityDetailScene(activity: activity, detail: detail) + } + + func showActivityViewController() { + let activityVM = factory.makeActivityVM() + let activityVC = factory.makeActivityVC(with: activityVM) + + activityVM.outputs.showFilterSheetSignal + .receive(on: RunLoop.main) + .compactMap { [weak self] in + self?.showActivityDateFilterViewController( + filterType: $0.type, + dateRanges: $0.ranges, + currentRange: $0.current + ) + } + .flatMap { $0 } + .compactMap { $0 } + .sink { [weak activityVM] in + activityVM?.inputs.didFilterRangeChanged(range: $0) + } + .store(in: &cancellables) + + activityVM.outputs.showActivityListSignal + .receive(on: RunLoop.main) + .sink { [weak self] in self?.showActivityListScene() } + .store(in: &cancellables) + + activityVM.outputs.showActivityDetailSignal + .receive(on: RunLoop.main) + .sink { [weak self] in self?.showActivityDetailScene(activity: $0) } + .store(in: &cancellables) + + activityVM.outputs.showProfileSignal + .receive(on: RunLoop.main) + .sink { [weak self] in + let result = ActivityCoordinationResult.profile + self?.closeSignal.send(result) + } + .store(in: &cancellables) + + navigationController.pushViewController(activityVC, animated: true) + } + + func showActivityDateFilterViewController( + filterType: ActivityFilterType, + dateRanges: [DateRange], + currentRange: DateRange + ) -> AnyPublisher { + let activityDateFilterVM = factory.makeActivityDateFilterVM( + filterType: filterType, + dateRanges: dateRanges, + currentRange: currentRange + ) + let activityDateFilterVC = factory.makeActivityDateFilterVC( + with: activityDateFilterVM, + tabHeight: navigationController.tabBarController?.tabBar.bounds.height ?? 0 + ) + + activityDateFilterVC.modalPresentationStyle = .overCurrentContext + navigationController.topViewController?.present(activityDateFilterVC, animated: false, completion: nil) + + return activityDateFilterVM.outputs.closeSignal + .receive(on: RunLoop.main) + .handleEvents(receiveOutput: { [weak activityDateFilterVC] _ in + (activityDateFilterVC as? ActivityDateFilterViewController)?.closeWithAnimation() + }) + .eraseToAnyPublisher() + } + + func showActivityListScene() { + let activityListCoordinator = ActivityListCoordinator(navigationController: navigationController) + activityListCoordinator.start() + let uuid = activityListCoordinator.identifier + closeSubscription[uuid] = activityListCoordinator.closeSignal + .receive(on: RunLoop.main) + .sink { [weak self] in self?.release(coordinator: activityListCoordinator) } + } + + func showActivityDetailScene(activity: Activity, detail: ActivityDetail? = nil) { + let activityDetailCoordinator = ActivityDetailCoordinator( + navigationController: navigationController, + activity: activity, + detail: detail + ) + + let uuid = activityDetailCoordinator.identifier + closeSubscription[uuid] = coordinate(coordinator: activityDetailCoordinator) + .receive(on: RunLoop.main) + .sink { [weak self] in self?.release(coordinator: activityDetailCoordinator) } + } +} diff --git a/BoostRunClub/Coordinators/ActivityDetailCoordinator.swift b/BoostRunClub/Coordinators/ActivityDetailCoordinator.swift new file mode 100644 index 0000000..35a68b6 --- /dev/null +++ b/BoostRunClub/Coordinators/ActivityDetailCoordinator.swift @@ -0,0 +1,81 @@ +// +// ActivityDetailCoordinator.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/12. +// + +import Combine +import UIKit + +final class ActivityDetailCoordinator: BasicCoordinator { + let factory: ActivityDetailSceneFactory & RouteDetailSceneFactory + let activity: Activity + let detail: ActivityDetail? + + init( + navigationController: UINavigationController, + activity: Activity, + detail: ActivityDetail? = nil, + factory: ActivityDetailSceneFactory & RouteDetailSceneFactory = DependencyFactory.shared + ) { + self.factory = factory + self.activity = activity + self.detail = detail + super.init(navigationController: navigationController) + navigationController.setNavigationBarHidden(false, animated: true) + } + + override func start() { + showActivityDetailViewController() + } + + func showActivityDetailViewController() { + // TODO: detailVM 생성 실패시 처리가 필요함!!! + guard let detailVM = factory.makeActivityDetailVM(activity: activity, detail: detail) else { + closeSignal.send() + return + } + + let detailVC = factory.makeActivityDetailVC(with: detailVM) + navigationController.pushViewController(detailVC, animated: true) + + detailVM.outputs.closeSignal + .receive(on: RunLoop.main) + .sink { [weak self] in + self?.navigationController.popViewController(animated: true) + self?.closeSignal.send() + } + .store(in: &cancellables) + + detailVM.outputs.showRouteDetailSignal + .receive(on: RunLoop.main) + .sink(receiveValue: { [weak self] (activityDetailConfig: ActivityDetailConfig) in self?.showRouteDetailScene(activityDetailConfig) }) + .store(in: &cancellables) + + detailVM.outputs.showInfoDetailSignal + .sink { [weak self] in self?.showSplitInfoDetailScene() } + .store(in: &cancellables) + } + + func showRouteDetailScene(_ activityDetailConfig: ActivityDetailConfig) { + let routeDetailVM = factory.makeRouteDetailVM(activityDetailConfig: activityDetailConfig) + let routeDetailVC = factory.makeRouteDetailVC(with: routeDetailVM) + + routeDetailVC.modalPresentationStyle = .overFullScreen + navigationController.present(routeDetailVC, animated: true, completion: nil) + + routeDetailVM.outputs.closeSignal + .receive(on: RunLoop.main) + .sink { [weak routeDetailVC] in + routeDetailVC?.dismiss(animated: true, completion: nil) + } + .store(in: &cancellables) + } + + func showSplitInfoDetailScene() { + guard let splitInfoVM = factory.makeSplitInfoDetailVM(activity: activity) else { return } + let splitInfoVC = factory.makeSplitInfoDetailVC(with: splitInfoVM) + navigationController.pushViewController(splitInfoVC, animated: true) + } +} diff --git a/BoostRunClub/Coordinators/ActivityListCoordinator.swift b/BoostRunClub/Coordinators/ActivityListCoordinator.swift new file mode 100644 index 0000000..b5d0fd2 --- /dev/null +++ b/BoostRunClub/Coordinators/ActivityListCoordinator.swift @@ -0,0 +1,58 @@ +// +// ActivityAllCoordinator.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/09. +// + +import Combine +import UIKit + +final class ActivityListCoordinator: BasicCoordinator { + let factory: ActivityListSceneFactory + + init(navigationController: UINavigationController, factory: ActivityListSceneFactory = DependencyFactory.shared) { + self.factory = factory + super.init(navigationController: navigationController) + navigationController.view.backgroundColor = .systemBackground + navigationController.setNavigationBarHidden(false, animated: true) + } + + override func start() { + showActivityListViewController() + } + + func showActivityListViewController() { + let listVM = factory.makeActivityListVM() + let listVC = factory.makeActivityListVC(with: listVM) + + listVM.outputs.closeSignal + .receive(on: RunLoop.main) + .sink { [weak self, weak listVC] in + listVC?.navigationController?.popViewController(animated: true) + self?.closeSignal.send() + } + .store(in: &cancellables) + + listVM.outputs.showActivityDetails + .receive(on: RunLoop.main) + .sink { [weak self] in + self?.showActivityDetailScene(activity: $0) + } + .store(in: &cancellables) + + navigationController.pushViewController(listVC, animated: true) + } + + func showActivityDetailScene(activity: Activity) { + let activityDetailCoordinator = ActivityDetailCoordinator( + navigationController: navigationController, + activity: activity + ) + + let uuid = activityDetailCoordinator.identifier + closeSubscription[uuid] = coordinate(coordinator: activityDetailCoordinator) + .receive(on: RunLoop.main) + .sink { [weak self] in self?.release(coordinator: activityDetailCoordinator) } + } +} diff --git a/BoostRunClub/Coordinators/AppCoordinator.swift b/BoostRunClub/Coordinators/AppCoordinator.swift new file mode 100644 index 0000000..8abfb4d --- /dev/null +++ b/BoostRunClub/Coordinators/AppCoordinator.swift @@ -0,0 +1,67 @@ +// +// AppCoordinator.swift +// BoostRunClub +// +// Created by Imho Jang on 2020/11/23. +// + +import Combine +import UIKit + +final class AppCoordinator: BasicCoordinator { + override func start() { + return showMainFlow() + } + + func showMainFlow() { + let mainTabBarCoordinator = MainTabBarCoordinator(navigationController: navigationController) + + let uuid = mainTabBarCoordinator.identifier + closeSubscription[uuid] = coordinate(coordinator: mainTabBarCoordinator) + .receive(on: RunLoop.main) + .sink { [weak self] in + switch $0 { + case let .running(info): + self?.showRunningScene(goalType: info.type, goalValue: info.value) + } + self?.release(coordinator: mainTabBarCoordinator) + } + } + + func showActivityDetail(activity: Activity, detail: ActivityDetail) { + let mainTabBarCoordinator = MainTabBarCoordinator(navigationController: navigationController) + mainTabBarCoordinator.start(activity: activity, detail: detail) + + let uuid = mainTabBarCoordinator.identifier + closeSubscription[uuid] = mainTabBarCoordinator.closeSignal + .receive(on: RunLoop.main) + .sink { [weak self] in + switch $0 { + case let .running(info): + self?.showRunningScene(goalType: info.type, goalValue: info.value) + } + self?.release(coordinator: mainTabBarCoordinator) + } + } + + func showRunningScene(goalType: GoalType, goalValue: String) { + let goalInfo = GoalInfo(type: goalType, value: goalValue) + let runningPageCoordinator = RunningPageCoordinator( + navigationController: navigationController, + goalInfo: goalInfo + ) + + let uuid = runningPageCoordinator.identifier + closeSubscription[uuid] = coordinate(coordinator: runningPageCoordinator) + .receive(on: RunLoop.main) + .sink { [weak self] in + switch $0 { + case let .activityDetail(activity, detail): + self?.showActivityDetail(activity: activity, detail: detail) + case .prepareRun: + self?.showMainFlow() + } + self?.release(coordinator: runningPageCoordinator) + } + } +} diff --git a/BoostRunClub/Coordinators/BasicCoordinator.swift b/BoostRunClub/Coordinators/BasicCoordinator.swift new file mode 100644 index 0000000..4a3b13e --- /dev/null +++ b/BoostRunClub/Coordinators/BasicCoordinator.swift @@ -0,0 +1,55 @@ +// +// BasicCoordinator.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/20. +// + +import Combine +import UIKit + +class BasicCoordinator: Coordinator { + typealias CoordinationResult = ResultType + + let identifier = UUID() + var navigationController: UINavigationController + + var childCoordinators = [UUID: Coordinator]() + var closeSubscription = [UUID: AnyCancellable]() + + var closeSignal = PassthroughSubject() + + var cancellables = Set() + + init(navigationController: UINavigationController) { + self.navigationController = navigationController + navigationController.setNavigationBarHidden(true, animated: true) + print("[Memory \(Date())] 🌈Coordinator🌈 \(Self.self) started") + } + + private func store(coordinator: BasicCoordinator) { + childCoordinators[coordinator.identifier] = coordinator + } + + @discardableResult + func coordinate(coordinator: BasicCoordinator) -> AnyPublisher { + childCoordinators[coordinator.identifier] = coordinator + coordinator.start() + return coordinator.closeSignal.eraseToAnyPublisher() + } + + func release(coordinator: BasicCoordinator) { + let uuid = coordinator.identifier + childCoordinators[uuid] = nil + closeSubscription[uuid]?.cancel() + closeSubscription.removeValue(forKey: uuid) + } + + func start() { + fatalError("start() method must be implemented") + } + + deinit { + print("[Memory \(Date())] 🌈Coordinator💀 \(Self.self) deallocated.") + } +} diff --git a/BoostRunClub/Coordinators/Coordinator.swift b/BoostRunClub/Coordinators/Coordinator.swift new file mode 100644 index 0000000..b78d236 --- /dev/null +++ b/BoostRunClub/Coordinators/Coordinator.swift @@ -0,0 +1,23 @@ +// +// Coordinator.swift +// BoostRunClub +// +// Created by Imho Jang on 2020/11/23. +// + +import Combine +import UIKit + +protocol Coordinator: AnyObject { + var identifier: UUID { get } + var navigationController: UINavigationController { get set } + var childCoordinators: [UUID: Coordinator] { get set } + func start() +} + +extension Coordinator { + func clear() { + childCoordinators.removeAll() + navigationController.children.forEach { $0.removeFromParent() } + } +} diff --git a/BoostRunClub/Coordinators/PausedRunningCoordinator.swift b/BoostRunClub/Coordinators/PausedRunningCoordinator.swift new file mode 100644 index 0000000..d5b6d97 --- /dev/null +++ b/BoostRunClub/Coordinators/PausedRunningCoordinator.swift @@ -0,0 +1,60 @@ +// +// PausedRunningCoordinator.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/01. +// + +import Combine +import UIKit + +enum PausedRunCoordinationResult { + case runInfo, prepareRun, activityDetail(activity: Activity, detail: ActivityDetail) +} + +final class PausedRunningCoordinator: BasicCoordinator { + let factory: PausedRunningSceneFactory + + init(navigationController: UINavigationController, factory: PausedRunningSceneFactory = DependencyFactory.shared) { + self.factory = factory + super.init(navigationController: navigationController) + } + + override func start() { + showPausedRunningViewController() + } + + func showPausedRunningViewController() { + let pausedRunningVM = factory.makePausedRunningVM() + + pausedRunningVM.outputs.showRunningInfoSignal + .receive(on: RunLoop.main) + .sink { [weak self] in + let result = PausedRunCoordinationResult.runInfo + self?.closeSignal.send(result) + self?.navigationController.popViewController(animated: false) + } + .store(in: &cancellables) + + pausedRunningVM.outputs.showPrepareRunningSignal + .receive(on: RunLoop.main) + .sink { [weak self] in + let result = PausedRunCoordinationResult.prepareRun + self?.closeSignal.send(result) + self?.navigationController.popViewController(animated: false) + } + .store(in: &cancellables) + + pausedRunningVM.outputs.showActivityDetailSignal + .receive(on: RunLoop.main) + .sink { [weak self] in + let result = PausedRunCoordinationResult.activityDetail(activity: $0.activity, detail: $0.detail) + self?.closeSignal.send(result) + self?.navigationController.popViewController(animated: false) + } + .store(in: &cancellables) + + let pausedRunningVC = factory.makePausedRunningVC(with: pausedRunningVM) + navigationController.pushViewController(pausedRunningVC, animated: false) + } +} diff --git a/BoostRunClub/Coordinators/PrepareRunCoordinator.swift b/BoostRunClub/Coordinators/PrepareRunCoordinator.swift new file mode 100644 index 0000000..6973843 --- /dev/null +++ b/BoostRunClub/Coordinators/PrepareRunCoordinator.swift @@ -0,0 +1,93 @@ +// +// PrepareRunCoordinator.swift +// BoostRunClub +// +// Created by 조기현 on 2020/11/23. +// + +import Combine +import UIKit + +enum PrepareRunCoordinationResult { + case run(GoalInfo), profile +} + +final class PrepareRunCoordinator: BasicCoordinator { + let factory: PrepareRunSceneFactory + + init(navigationController: UINavigationController, factory: PrepareRunSceneFactory = DependencyFactory.shared) { + self.factory = factory + super.init(navigationController: navigationController) + navigationController.view.backgroundColor = .systemBackground + navigationController.setNavigationBarHidden(false, animated: true) + } + + override func start() { + showPrepareRunViewController() + } + + func showPrepareRunViewController() { + let prepareRunVM = factory.makePrepareRunVM() + + prepareRunVM.outputs.showRunningSceneSignal + .receive(on: RunLoop.main) + .sink { [weak self] in + let result = PrepareRunCoordinationResult.run($0) + self?.closeSignal.send(result) + } + .store(in: &cancellables) + + prepareRunVM.outputs.showGoalTypeActionSheetSignal + .receive(on: RunLoop.main) + .compactMap { [weak self] in self?.showGoalTypeActionSheet(goalType: $0) } + .flatMap { $0 } + .sink { prepareRunVM.inputs.didChangeGoalType($0) } + .store(in: &cancellables) + + prepareRunVM.outputs.showGoalValueSetupSceneSignal + .receive(on: RunLoop.main) + .compactMap { [weak self] in self?.showGoalValueSetupViewController(goalInfo: $0) } + .flatMap { $0 } + .sink { prepareRunVM.inputs.didChangeGoalValue($0) } + .store(in: &cancellables) + + prepareRunVM.outputs.showProfileSignal + .receive(on: RunLoop.main) + .sink { [weak self] in + let result = PrepareRunCoordinationResult.profile + self?.closeSignal.send(result) + } + .store(in: &cancellables) + + let prepareRunVC = factory.makePrepareRunVC(with: prepareRunVM) + navigationController.pushViewController(prepareRunVC, animated: true) + } + + func showGoalTypeActionSheet(goalType: GoalType = .none) -> AnyPublisher { + let goalTypeVM = factory.makeGoalTypeVM(goalType: goalType) + let goalTypeVC = factory.makeGoalTypeVC(with: goalTypeVM) + + goalTypeVC.modalPresentationStyle = .overFullScreen + navigationController.present(goalTypeVC, animated: false, completion: nil) + + return goalTypeVM.outputs.closeSignal.eraseToAnyPublisher() + } + + func showGoalValueSetupViewController(goalInfo: GoalInfo) -> AnyPublisher { + let goalValueSetupVM = factory.makeGoalValueSetupVM( + goalType: goalInfo.type, + goalValue: goalInfo.value + ) + + let goalValueSetupVC = factory.makeGoalValueSetupVC(with: goalValueSetupVM) + navigationController.pushViewController(goalValueSetupVC, animated: false) + + return goalValueSetupVM.outputs.closeSignal + .receive(on: RunLoop.main) + .map { [weak goalValueSetupVC] in + goalValueSetupVC?.navigationController?.popViewController(animated: false) + return $0 + } + .eraseToAnyPublisher() + } +} diff --git a/BoostRunClub/Coordinators/ProfileCoordinator.swift b/BoostRunClub/Coordinators/ProfileCoordinator.swift new file mode 100644 index 0000000..5eae6f2 --- /dev/null +++ b/BoostRunClub/Coordinators/ProfileCoordinator.swift @@ -0,0 +1,55 @@ +// +// ProfileCoordinator.swift +// BoostRunClub +// +// Created by Imho Jang on 2020/11/23. +// + +import Combine +import UIKit + +final class ProfileCoordinator: BasicCoordinator { + let factory: ProfileSceneFactory & EditProfileSceneFactory + + init(navigationController: UINavigationController, + factory: ProfileSceneFactory & EditProfileSceneFactory = DependencyFactory.shared) + { + self.factory = factory + super.init(navigationController: navigationController) + } + + override func start() { + showProfileViewController() + } + + func showProfileViewController() { + let profileVM = factory.makeProfileVM() + profileVM.outputs.showEditProfileSignal + .receive(on: RunLoop.main) + .compactMap { [weak self] in self?.showEditProfileScene() } + .flatMap { $0 } + .sink { [weak profileVM] (profile: Profile) in + profileVM?.inputs.didEditProfile(profile) + } + .store(in: &cancellables) + + let profileVC = factory.makeProfileVC(with: profileVM) + navigationController.pushViewController(profileVC, animated: true) + } + + func showEditProfileScene() -> AnyPublisher { + let editProfileVM = factory.makeEditProfileVM() + let editProfileVC = factory.makeEditProfileVC(with: editProfileVM) + + editProfileVC.modalPresentationStyle = .overFullScreen + navigationController.present(editProfileVC, animated: true, completion: nil) + + return editProfileVM.outputs.closeSignal + .receive(on: RunLoop.main) + .map { [weak editProfileVC] (profile: Profile) -> Profile in + editProfileVC?.dismiss(animated: true, completion: nil) + return profile + } + .eraseToAnyPublisher() + } +} diff --git a/BoostRunClub/Coordinators/RunningCoordinator.swift b/BoostRunClub/Coordinators/RunningCoordinator.swift new file mode 100644 index 0000000..61986ce --- /dev/null +++ b/BoostRunClub/Coordinators/RunningCoordinator.swift @@ -0,0 +1,61 @@ +// +// RunningCoordinator.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/01. +// + +import Combine +import UIKit + +enum RunningCoordinationResult { + case prepareRun + case activityDetail(activity: Activity, detail: ActivityDetail) +} + +final class RunningCoordinator: BasicCoordinator { + override init(navigationController: UINavigationController) { + super.init(navigationController: navigationController) + navigationController.pushViewController(UIViewController(), animated: false) + } + + override func start() { + showRunningInfoScene(isResume: false) + } + + func showRunningInfoScene(isResume: Bool) { + let runInfoCoordinator = RunningInfoCoordinator(navigationController: navigationController, isResume: isResume) + + let uuid = runInfoCoordinator.identifier + closeSubscription[uuid] = coordinate(coordinator: runInfoCoordinator) + .receive(on: RunLoop.main) + .sink { [weak self] in + switch $0 { + case .pausedRun: + self?.showPausedRunningScene() + } + self?.release(coordinator: runInfoCoordinator) + } + } + + func showPausedRunningScene() { + let pausedRunningCoordinator = PausedRunningCoordinator(navigationController: navigationController) + + let uuid = pausedRunningCoordinator.identifier + closeSubscription[uuid] = coordinate(coordinator: pausedRunningCoordinator) + .receive(on: RunLoop.main) + .sink { [weak self] in + switch $0 { + case .runInfo: + self?.showRunningInfoScene(isResume: true) + case .prepareRun: + let result = RunningCoordinationResult.prepareRun + self?.closeSignal.send(result) + case let .activityDetail(activity, detail): + let result = RunningCoordinationResult.activityDetail(activity: activity, detail: detail) + self?.closeSignal.send(result) + } + self?.release(coordinator: pausedRunningCoordinator) + } + } +} diff --git a/BoostRunClub/Coordinators/RunningInfoCoordinator.swift b/BoostRunClub/Coordinators/RunningInfoCoordinator.swift new file mode 100644 index 0000000..3683e07 --- /dev/null +++ b/BoostRunClub/Coordinators/RunningInfoCoordinator.swift @@ -0,0 +1,43 @@ +// +// RunningInfoCoordinator.swift +// BoostRunClub +// +// Created by Imho Jang on 2020/11/30. +// + +import Combine +import UIKit + +enum RunningInfoCoordinationResult { + case pausedRun +} + +final class RunningInfoCoordinator: BasicCoordinator { + let factory: RunningInfoSceneFactory + var isResumed: Bool + init(navigationController: UINavigationController, isResume: Bool, factory: RunningInfoSceneFactory = DependencyFactory.shared) { + isResumed = isResume + self.factory = factory + super.init(navigationController: navigationController) + } + + override func start() { + showRunningInfoViewController() + } + + func showRunningInfoViewController() { + let runningInfoVM = factory.makeRunningInfoVM(isResumed: isResumed) + + runningInfoVM.outputs.showPausedRunningSignal + .receive(on: RunLoop.main) + .sink { [weak self] in + let result = RunningInfoCoordinationResult.pausedRun + self?.closeSignal.send(result) + self?.navigationController.popViewController(animated: false) + } + .store(in: &cancellables) + + let runningInfoVC = factory.makeRunningInfoVC(with: runningInfoVM) + navigationController.pushViewController(runningInfoVC, animated: false) + } +} diff --git a/BoostRunClub/Coordinators/RunningMapCoordinator.swift b/BoostRunClub/Coordinators/RunningMapCoordinator.swift new file mode 100644 index 0000000..be01cb3 --- /dev/null +++ b/BoostRunClub/Coordinators/RunningMapCoordinator.swift @@ -0,0 +1,32 @@ +// +// RunningMapCoordinator.swift +// BoostRunClub +// +// Created by Imho Jang on 2020/11/30. +// + +import Combine +import UIKit + +final class RunningMapCoordinator: BasicCoordinator { + let factory: RunningMapSceneFactory + + init(navigationController: UINavigationController, factory: RunningMapSceneFactory = DependencyFactory.shared) { + self.factory = factory + super.init(navigationController: navigationController) + } + + override func start() { + showRunningMapViewController() + } + + func showRunningMapViewController() { + let runningMapVM = factory.makeRunningMapVM() + runningMapVM.outputs.closeSignal + .sink { [weak self] in self?.closeSignal.send() } + .store(in: &cancellables) + + let runningMapVC = factory.makeRunningMapVC(with: runningMapVM) + navigationController.pushViewController(runningMapVC, animated: true) + } +} diff --git a/BoostRunClub/Coordinators/RunningPageCoordinator.swift b/BoostRunClub/Coordinators/RunningPageCoordinator.swift new file mode 100644 index 0000000..f69a51b --- /dev/null +++ b/BoostRunClub/Coordinators/RunningPageCoordinator.swift @@ -0,0 +1,74 @@ +// +// RunningPageCoordinator.swift +// BoostRunClub +// +// Created by Imho Jang on 2020/11/30. +// + +import Combine +import UIKit + +enum RunningPageCoordinationResult { + case prepareRun + case activityDetail(activity: Activity, detail: ActivityDetail) +} + +final class RunningPageCoordinator: BasicCoordinator { + let factory: RunningPageContainerFactory + let goalInfo: GoalInfo + init( + navigationController: UINavigationController, + factory: RunningPageContainerFactory = DependencyFactory.shared, + goalInfo: GoalInfo + ) { + self.factory = factory + self.goalInfo = goalInfo + super.init(navigationController: navigationController) + } + + override func start() { + prepareRunningPageController() + } + + private func prepareRunningPageController() { + let mapCoordinator = RunningMapCoordinator(navigationController: UINavigationController()) + let runningCoordinator = RunningCoordinator(navigationController: UINavigationController()) + let splitsCoordinator = SplitsCoordinator(navigationController: UINavigationController()) + + let closablePublisherWithoutRelease = coordinate(coordinator: mapCoordinator) + coordinate(coordinator: splitsCoordinator) + let closablePublisher = coordinate(coordinator: runningCoordinator) + + let runningPageVM = factory.makeRunningPageVM(goalInfo: goalInfo) + let runningPageVC = factory.makeRunningPageVC( + with: runningPageVM, + viewControllers: [ + mapCoordinator.navigationController, + runningCoordinator.navigationController, + splitsCoordinator.navigationController, + ] + ) + + navigationController.viewControllers = [runningPageVC] + + let uuid = runningCoordinator.identifier + closeSubscription[uuid] = closablePublisher + .receive(on: RunLoop.main) + .sink { [weak self] in + switch $0 { + case let .activityDetail(activity, detail): + let result = RunningPageCoordinationResult.activityDetail(activity: activity, detail: detail) + self?.closeSignal.send(result) + case .prepareRun: + let result = RunningPageCoordinationResult.prepareRun + self?.closeSignal.send(result) + } + self?.release(coordinator: mapCoordinator) + self?.release(coordinator: runningCoordinator) + self?.release(coordinator: splitsCoordinator) + } + + closeSubscription[mapCoordinator.identifier] = closablePublisherWithoutRelease + .sink { runningPageVM.inputs.didTapGoBackButton() } + } +} diff --git a/BoostRunClub/Coordinators/SplitsViewCoordinator.swift b/BoostRunClub/Coordinators/SplitsViewCoordinator.swift new file mode 100644 index 0000000..fd35df5 --- /dev/null +++ b/BoostRunClub/Coordinators/SplitsViewCoordinator.swift @@ -0,0 +1,29 @@ +// +// SplitsViewCoordinator.swift +// BoostRunClub +// +// Created by Imho Jang on 2020/11/30. +// + +import Combine +import UIKit + +final class SplitsCoordinator: BasicCoordinator { + let factory: SplitSceneFactory + + init(navigationController: UINavigationController, factory: SplitSceneFactory = DependencyFactory.shared) { + self.factory = factory + super.init(navigationController: navigationController) + navigationController.setNavigationBarHidden(false, animated: false) + } + + override func start() { + showSplitsViewController() + } + + func showSplitsViewController() { + let splitsVM = factory.makeSplitVM() + let splitsVC = factory.makeSplitVC(with: splitsVM) + navigationController.pushViewController(splitsVC, animated: true) + } +} diff --git a/BoostRunClub/Coordinators/TabBarCoordinator.swift b/BoostRunClub/Coordinators/TabBarCoordinator.swift new file mode 100644 index 0000000..2b74ca4 --- /dev/null +++ b/BoostRunClub/Coordinators/TabBarCoordinator.swift @@ -0,0 +1,110 @@ +// +// TabBarCoordinator.swift +// BoostRunClub +// +// Created by Imho Jang on 2020/11/23. +// + +import Combine +import UIKit + +enum TabBarPage: Int { + case activity + case running + case profile + + var selectIcon: UIImage? { + switch self { + case .activity: + return UIImage(named: "activity") + case .running: + return UIImage(named: "running") + case .profile: + return UIImage(named: "profile") + } + } + + static var selectColor: UIColor { .label } + static var unselectColor: UIColor { .lightGray } +} + +enum MainTabCoordinationResult { + case running(GoalInfo) +} + +final class MainTabBarCoordinator: BasicCoordinator { + let factory: TabBarContainerFactory + + init(navigationController: UINavigationController, factory: TabBarContainerFactory = DependencyFactory.shared) { + self.factory = factory + super.init(navigationController: navigationController) + } + + override func start() { + showTabBarController() + } + + func start(activity: Activity, detail: ActivityDetail) { + showTabBarController(activity: activity, detail: detail) + } + + private func showTabBarController(activity: Activity? = nil, detail: ActivityDetail? = nil) { + // configure tab coordinators + let activityCoordinator = ActivityCoordinator(navigationController: UINavigationController()) + let prepareRunCoordinator = PrepareRunCoordinator(navigationController: UINavigationController()) + let profileCoordinator = ProfileCoordinator(navigationController: UINavigationController()) + + let startPage: TabBarPage + let activityCloseSignal: AnyPublisher + if + let activity = activity, + let detail = detail + { + childCoordinators[activityCoordinator.identifier] = activityCoordinator + activityCoordinator.startDetail(activity: activity, detail: detail) + activityCloseSignal = activityCoordinator.closeSignal.eraseToAnyPublisher() + startPage = .activity + } else { + activityCloseSignal = coordinate(coordinator: activityCoordinator) + startPage = .running + } + + coordinate(coordinator: profileCoordinator) + let prepareRunCloseSignal = coordinate(coordinator: prepareRunCoordinator) + + let tabBarController = factory.makeTabBarVC( + with: [ + activityCoordinator.navigationController, + prepareRunCoordinator.navigationController, + profileCoordinator.navigationController, + ], + selectedIndex: startPage.rawValue + ) + navigationController.viewControllers = [tabBarController] + + let uuid = prepareRunCoordinator.identifier + closeSubscription[uuid] = prepareRunCloseSignal + .receive(on: RunLoop.main) + .sink { [weak self] in + switch $0 { + case let .run(info): + let result = MainTabCoordinationResult.running(info) + self?.release(coordinator: activityCoordinator) + self?.release(coordinator: prepareRunCoordinator) + self?.release(coordinator: profileCoordinator) + self?.closeSignal.send(result) + case .profile: + tabBarController.selectedIndex = TabBarPage.profile.rawValue + } + } + + closeSubscription[activityCoordinator.identifier] = activityCloseSignal + .receive(on: RunLoop.main) + .sink(receiveValue: { + switch $0 { + case .profile: + tabBarController.selectedIndex = TabBarPage.profile.rawValue + } + }) + } +} diff --git a/BoostRunClub/CoreData/BRCModel.xcdatamodeld/BRCModel.xcdatamodel/contents b/BoostRunClub/CoreData/BRCModel.xcdatamodeld/BRCModel.xcdatamodel/contents new file mode 100644 index 0000000..f526fda --- /dev/null +++ b/BoostRunClub/CoreData/BRCModel.xcdatamodeld/BRCModel.xcdatamodel/contents @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/BoostRunClub/CoreData/ZActivity+Activity.swift b/BoostRunClub/CoreData/ZActivity+Activity.swift new file mode 100644 index 0000000..41c1cb3 --- /dev/null +++ b/BoostRunClub/CoreData/ZActivity+Activity.swift @@ -0,0 +1,52 @@ +// +// ZActivity+Activity.swift +// BoostRunClub +// +// Created by 조기현 on 2020/12/06. +// + +import CoreData +import Foundation + +@objc(ZActivity) +public class ZActivity: NSManagedObject { + @NSManaged public var avgPace: Int32 + @NSManaged public var createdAt: Date? + @NSManaged public var finishedAt: Date? + @NSManaged public var distance: Double + @NSManaged public var duration: Double + @NSManaged public var thumbnail: Data? + @NSManaged public var uuid: UUID? + @NSManaged public var elevation: Double +} + +extension ZActivity { + @nonobjc public class func fetchRequest() -> NSFetchRequest { + return NSFetchRequest(entityName: "ZActivity") + } + + @discardableResult + convenience init(context: NSManagedObjectContext, activity: Activity) { + self.init(context: context) + avgPace = Int32(activity.avgPace) + distance = activity.distance + uuid = activity.uuid + thumbnail = activity.thumbnail + createdAt = activity.createdAt + finishedAt = activity.finishedAt + duration = activity.duration + } + + var activity: Activity? { + Activity( + avgPace: Int(avgPace), + distance: distance, + duration: duration, + elevation: elevation, + thumbnail: thumbnail, + createdAt: createdAt, + finishedAt: finishedAt, + uuid: uuid + ) + } +} diff --git a/BoostRunClub/CoreData/ZActivityDetail+ActivityDetail.swift b/BoostRunClub/CoreData/ZActivityDetail+ActivityDetail.swift new file mode 100644 index 0000000..0036b89 --- /dev/null +++ b/BoostRunClub/CoreData/ZActivityDetail+ActivityDetail.swift @@ -0,0 +1,74 @@ +// +// ZActivityDetail+ActivityDetail.swift +// BoostRunClub +// +// Created by 조기현 on 2020/12/06. +// + +import CoreData +import Foundation + +@objc(ZActivityDetail) +public class ZActivityDetail: NSManagedObject { + @NSManaged public var activityUUID: UUID? + @NSManaged public var avgBPM: Int32 + @NSManaged public var cadence: Int32 + @NSManaged public var calorie: Int32 + @NSManaged public var elevation: Int32 + @NSManaged public var locations: Data? + @NSManaged public var splits: Data? +} + +extension ZActivityDetail { + @nonobjc public class func fetchRequest() -> NSFetchRequest { + return NSFetchRequest(entityName: "ZActivityDetail") + } + + public class func fetchRequest(activityId: UUID) -> NSFetchRequest { + let fetchRequest: NSFetchRequest = NSFetchRequest(entityName: "ZActivityDetail") + fetchRequest.predicate = NSPredicate(format: "activityUUID == %@", activityId as CVarArg) + return fetchRequest + } + + @discardableResult + convenience init(context: NSManagedObjectContext, activityDetail: ActivityDetail) { + self.init(context: context) + activityUUID = activityDetail.activityUUID + avgBPM = Int32(activityDetail.avgBPM) + cadence = Int32(activityDetail.cadence) + calorie = Int32(activityDetail.calorie) + elevation = Int32(activityDetail.elevation) + let encoder = JSONEncoder() + locations = try? encoder.encode(activityDetail.locations) + splits = try? encoder.encode(activityDetail.splits) + } + + var activityDetail: ActivityDetail? { + var location: [Location] = [] + var split: [RunningSplit] = [] + let decoder = JSONDecoder() + + if + let locationData = locations, + let locations = try? decoder.decode([Location].self, from: locationData) + { + location.append(contentsOf: locations) + } + if + let splitData = splits, + let splits = try? decoder.decode([RunningSplit].self, from: splitData) + { + split.append(contentsOf: splits) + } + + return ActivityDetail( + activityUUID: activityUUID, + avgBPM: Int(avgBPM), + cadence: Int(cadence), + calorie: Int(calorie), + elevation: Int(elevation), + locations: location, + splits: split + ) + } +} diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/10.csv b/BoostRunClub/CoreML/DataSet/Motion/running/10.csv new file mode 100644 index 0000000..c62637d --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/10.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,0.2645994090673716,0.09716626102952271,2.530183506946086,0.2602890431880951,-0.0970134362578392,-0.9606446027755737,-0.6501174569129944,-0.9834469556808472,0.963676929473877,0.5396987199783325,-0.0693836584687233,-0.5321227312088013 +1,-0.22919720804699528,0.05385231709816264,2.1865695830384726,-0.2268664389848709,-0.05382629111409187,-0.97243732213974,0.08719044923782349,-0.5504150390625,0.4060172140598297,-0.1343396157026291,-0.029990237206220627,-0.35782390832901 +2,-0.2955770510679585,0.05306837685836442,2.2299087693641315,-0.29088184237480164,-0.05304346978664398,-0.9552874565124512,-0.20674924552440643,-0.738232433795929,0.6170690655708313,0.10264945030212402,-0.14265049993991852,-0.26109737157821655 +3,-0.34261555669008825,0.06461780141557089,2.277725495840373,-0.3352506458759308,-0.06457284092903137,-0.9399135112762451,0.5618858933448792,0.5565588474273682,0.3079468309879303,-0.057632625102996826,-0.18222281336784363,0.13664507865905762 +4,-0.2881078171655258,0.09663383727889252,2.325908080488734,-0.2828129231929779,-0.096483513712883,-0.9543101191520691,-0.378452867269516,-1.5079232454299927,0.8468291759490967,0.03571206331253052,-0.0468422994017601,0.3536173701286316 +5,-0.4232742212029357,0.07690131125010474,2.4062172910125796,-0.4095339775085449,-0.07682553678750992,-0.9090543389320374,1.3616760969161987,-0.44106459617614746,0.1588374674320221,-0.09632539749145508,-0.22198733687400818,0.29792457818984985 +6,-0.6482770305989518,0.1684748810117705,2.362250086724074,-0.5952649116516113,-0.16767901182174683,-0.7858393788337708,-0.018574167042970657,-3.8441641330718994,-0.8474603891372681,-0.19591856002807617,-0.18093854188919067,0.13966017961502075 +7,-1.2004160062147757,0.4065809786637235,2.2977008293775367,-0.8561961054801941,-0.39547133445739746,-0.3324615955352783,0.5461631417274475,-10.149317741394043,-3.5765209197998047,0.12327069044113159,-0.36188337206840515,-0.6307494640350342 +8,-1.6021838886276702,0.9174963300677501,1.945630915417398,-0.6075106263160706,-0.7940823435783386,0.019074542447924614,-3.726172685623169,-2.2153820991516113,-4.87698221206665,-0.8805111646652222,0.15248090028762817,-0.28436386585235596 +9,-1.1512253783868471,0.9459692547562326,1.3693745351038036,-0.5342200398445129,-0.8110643029212952,-0.2382931411266327,-2.033263683319092,1.8404661417007446,1.841359257698059,-0.13499987125396729,0.27139151096343994,0.5903133749961853 +10,-1.024425182652065,0.6714269534736641,1.456376998283007,-0.6689516305923462,-0.6221038103103638,-0.4068050980567932,0.8243576884269714,-0.29336056113243103,4.624757289886475,0.09615200757980347,0.32826536893844604,0.492529034614563 +11,-1.3186173759125905,0.3060937541397253,1.9395071070327448,-0.9233591556549072,-0.30133625864982605,-0.23791663348674774,2.9642324447631836,-2.6109204292297363,4.397767543792725,0.8536723256111145,-0.21778300404548645,-0.49613791704177856 +12,-1.7678691580113761,0.15878848975453924,2.249299840254102,-0.9683070182800293,-0.15812204778194427,0.19333642721176147,2.328084707260132,-4.325602054595947,2.131378173828125,-0.3493199944496155,-0.20935536921024323,0.24858859181404114 +13,-1.9607123648992257,0.024145725945982077,2.445730771871597,-0.924671471118927,-0.02414337918162346,0.3799999952316284,1.7633895874023438,-1.8794101476669312,0.4405216872692108,0.3046457767486572,-0.11993011832237244,-0.03980529308319092 +14,-2.2337242142473652,-0.005094966958663195,2.4698732720939827,-0.7881835103034973,0.005094944965094328,0.6154192686080933,-0.1437767893075943,-2.30344295501709,0.22828681766986847,0.26146531105041504,0.039918482303619385,-0.14705073833465576 +15,-2.2632953480634814,-0.08735584372613683,2.380940240714593,-0.7667180895805359,0.08724478632211685,0.636027991771698,-0.6827138662338257,-0.3919038474559784,1.755313754081726,0.1540471911430359,-0.013331204652786255,0.10527443885803223 +16,-2.382343335421111,-0.23175433693222613,2.208026220671349,-0.6699733138084412,0.22968530654907227,0.7059605717658997,-0.1799323558807373,-1.9510717391967773,2.486989974975586,-0.13045698404312134,0.17494723200798035,0.3359246850013733 +17,-2.719767618852498,-0.19632873458685135,2.0935106127201237,-0.40156090259552,0.19506990909576416,0.8948166370391846,-1.0293028354644775,-3.165806770324707,-0.1009792685508728,-0.47079938650131226,-0.020356759428977966,-0.0017043352127075195 +18,-2.800659455031661,-0.1437825739714102,2.042409591415574,-0.33091649413108826,0.14328767359256744,0.9327182769775391,-0.3342846930027008,0.5680088400840759,0.30130454897880554,0.3184652328491211,-0.20018766820430756,-0.38990187644958496 +19,-2.8139868148057006,-0.0977929102302973,2.0076801795327426,-0.32023972272872925,0.0976371094584465,0.9422916769981384,-0.647968590259552,-0.3502257168292999,0.027193421497941017,0.16641584038734436,0.025638654828071594,-0.6048892736434937 +20,-2.8275302206030424,-0.06363337437960533,1.9767653321543541,-0.3082996904850006,0.06359043717384338,0.9491615891456604,0.012883199378848076,-0.5964312553405762,0.0391518659889698,-0.07059133052825928,0.22931727766990662,0.4083366394042969 +21,-2.8074388365637044,-0.06265681476737243,1.9892669029160466,-0.3273262679576874,0.06261582672595978,0.942834198474884,0.343402236700058,0.10603319853544235,0.2173183262348175,-0.32999178767204285,0.21549084782600403,0.5254577994346619 +22,-2.7948443699590135,-0.11722913388521669,2.022927964826422,-0.3375089168548584,0.116960808634758,0.9340277314186096,0.730266273021698,0.8490221500396729,-0.01049918495118618,-0.0449526309967041,-0.3399832844734192,0.0905998945236206 +23,-2.7203514197804974,-0.15645731528348078,2.038131886480199,-0.40389910340309143,0.15581977367401123,0.9014354348182678,-0.09539443999528885,0.9356390237808228,0.33289268612861633,0.08021432161331177,-0.09537969529628754,-0.39900922775268555 +24,-2.727137523271865,-0.1406577782922039,2.003828918663668,-0.3987143039703369,0.14019443094730377,0.9062961339950562,-0.13398706912994385,-0.8891727328300476,-0.08058352023363113,0.3316976726055145,0.005816951394081116,-0.5767214298248291 +25,-2.7967818893947203,-0.11072058686024333,2.0235327984274187,-0.3359488844871521,0.11049450188875198,0.9353768229484558,0.48946279287338257,0.08540334552526474,-0.008606629446148872,0.3133963644504547,-0.08646188676357269,0.18185663223266602 +26,-2.8670205944655183,-0.14095888169865203,2.0235076910119605,-0.26844581961631775,0.1404925435781479,0.9529944062232971,0.15268294513225555,-1.656693458557129,0.10467702150344849,-0.07115373015403748,-0.025365009903907776,0.30648112297058105 +27,-3.0439305415709774,-0.12021564736320213,1.9676724021434222,-0.09680323302745819,0.11992630362510681,0.988052248954773,-0.34762680530548096,-0.42048707604408264,0.7347894310951233,-0.5085740089416504,0.046653926372528076,0.28823888301849365 +28,-3.009113963365364,-0.09282660568550584,1.886977418585503,-0.13152281939983368,0.09269335120916367,0.9869699478149414,-0.5845901966094971,0.8266595005989075,0.712721586227417,0.3188244700431824,-0.10216906666755676,-0.3277140259742737 +29,-2.9225489439862713,-0.059042250628944165,1.784576915248693,-0.21691766381263733,0.059007953852415085,0.9744049310684204,-0.19624637067317963,1.482330322265625,0.43963801860809326,0.16132991015911102,-0.041719745844602585,-0.5076385140419006 +30,-2.7572638544361174,-0.03292814373242224,1.8106361158273057,-0.3747338056564331,0.03292219340801239,0.9265478849411011,0.05726984143257141,1.0084255933761597,-0.7333858609199524,0.07437977194786072,0.2639833390712738,0.13972115516662598 +31,-2.689736995379303,-0.040323028168612364,1.884907940662156,-0.4362809360027313,0.04031210020184517,0.8989074230194092,0.12596255540847778,0.4691769778728485,-0.7218363881111145,-0.3232712149620056,0.10678263008594513,0.6629825234413147 +32,-2.733876683600875,-0.03806080012850644,1.9642800582317552,-0.3962264358997345,0.03805161267518997,0.9173640608787537,0.18040050566196442,-1.6491156816482544,-0.08528631180524826,-0.12075668573379517,-0.3764305114746094,-0.3046473264694214 +33,-2.966972364176769,-0.01887637052553219,1.992780296255742,-0.17370329797267914,0.018875248730182648,0.984617292881012,-0.3123547434806824,-3.871145009994507,-0.1353820413351059,0.23894985020160675,0.06497178971767426,-0.39172160625457764 +34,3.035672889300201,0.017106307365468098,1.985439726805792,0.1057063564658165,-0.017105473205447197,0.9942502975463867,0.4295434355735779,0.3977508246898651,-0.4017353653907776,-0.1930781900882721,0.14662207663059235,-0.6360502243041992 +35,3.1264005263970467,-0.04113684570635963,1.9696235082634042,0.015178689733147621,0.04112524539232254,0.9990386366844177,0.985002338886261,0.5193044543266296,0.5251109004020691,0.21660231053829193,0.02337365597486496,0.36083984375 +36,-3.132453035335904,-0.15846701029085494,1.9571496453611041,-0.00902497861534357,0.15780460834503174,0.9874293804168701,0.8597314357757568,-0.14202821254730225,-0.2353268563747406,-0.015038134530186653,0.22802917659282684,0.673734188079834 +37,3.1368711212468297,-0.18643345071597317,1.904223852922717,0.004639697726815939,0.18535533547401428,0.9826604723930359,-0.06647388637065887,0.6526617407798767,0.8069790601730347,-0.32232770323753357,0.059258297085762024,0.06946337223052979 +38,-3.043328965057992,-0.19089682530931876,1.8619357041931712,-0.09632350504398346,0.18973951041698456,0.9770982265472412,-0.04425479844212532,0.9022125601768494,0.1389448642730713,0.22123193740844727,-0.19169259071350098,-0.42910921573638916 +39,-2.9611403758463237,-0.1648278772423186,1.8422986077147134,-0.17704208195209503,0.16408254206180573,0.9704294800758362,-0.5517142415046692,0.46747541427612305,-0.2862839102745056,0.10071755945682526,0.018443137407302856,-0.5202797651290894 +40,-2.8837953806079946,-0.1433538518328449,1.892039321723972,-0.2523360252380371,0.14286336302757263,0.9570351839065552,0.7216669321060181,0.2906262278556824,-0.9666790962219238,0.0592208206653595,0.365986704826355,0.4714314937591553 +41,-2.8726342608515805,-0.21969049920765674,1.9970921984668852,-0.25934064388275146,0.21792757511138916,0.9408771991729736,0.7892468571662903,-1.0104200839996338,-0.43033847212791443,-0.5903602838516235,0.36994779109954834,0.4133250117301941 +42,-2.9035125310713146,-0.30594961846560914,2.1010097203472755,-0.22488543391227722,0.3011988401412964,0.9266640543937683,0.7806351184844971,-0.5375202298164368,-0.47696465253829956,0.07388438284397125,-0.5246484875679016,0.23054742813110352 +43,-2.892077027806694,-0.3192917877298083,2.1373194112502873,-0.23445400595664978,0.31389421224594116,0.9200552105903625,-0.15012846887111664,0.19478359818458557,-0.12122275680303574,0.12288177013397217,-0.09015461802482605,-0.6197165250778198 +44,-2.916274907606455,-0.3449160624023886,2.1071767770664396,-0.21025772392749786,0.33811768889427185,0.917315661907196,0.10442891716957092,-0.8011386394500732,1.1707146167755127,0.20598524808883667,-0.10513123869895935,-0.6658966541290283 +45,-3.0009154024246105,-0.369782813645695,2.006505782161193,-0.1307360678911209,0.3614129424095154,0.9231948256492615,-0.24111251533031464,-0.10092921555042267,0.30498960614204407,0.09725828468799591,0.2872381806373596,0.7989578247070312 +46,-3.066866669972156,-0.33503959636992525,2.0017613955031015,-0.07050533592700958,0.3288065791130066,0.9417614936828613,-0.5377891659736633,-1.4383286237716675,-0.10056724399328232,-0.4002740681171417,0.5437977313995361,0.5413010120391846 +47,-3.106359296561027,-0.3229488437416072,1.9782551388156095,-0.03340500220656395,0.31736433506011963,0.9477149844169617,-0.12475696951150894,0.6959495544433594,0.34552112221717834,-0.15501053631305695,-0.17196336388587952,-0.006995558738708496 +48,-3.0460246630177226,-0.29428861833567554,1.9266748958729696,-0.09132023900747299,0.2900591194629669,0.9526416659355164,-0.6062584519386292,0.3544829189777374,0.8220750689506531,0.1980554759502411,-0.3012438416481018,-0.6849415898323059 +49,-3.0459668031263627,-0.23257824007548547,1.8406343703534764,-0.09290938824415207,0.23048710823059082,0.9686294794082642,-0.3984993100166321,0.41941583156585693,0.1945284754037857,0.05851609259843826,0.1703154444694519,-0.44093501567840576 +50,-3.0472042231932397,-0.2109690482347102,1.8637381093136032,-0.09215869009494781,0.20940756797790527,0.9734756946563721,0.07472002506256104,-0.8001638054847717,-0.796949565410614,0.5175584554672241,0.22780247032642365,0.6349225640296936 +51,-3.1214009818646575,-0.22489564966743503,1.933824654873524,-0.01968185231089592,0.22300463914871216,0.9746185541152954,0.6636254191398621,0.035203732550144196,-0.9516227841377258,-0.4076557755470276,-0.14838919043540955,0.6379759311676025 +52,-3.133667354803221,-0.2455194017425628,1.9743119855184474,-0.007687546778470278,0.2430601865053177,0.9699805974960327,-0.1901557594537735,-0.0902140811085701,-0.28877317905426025,-0.1492796093225479,-0.07432851195335388,-0.19010406732559204 +53,-3.098644604425921,-0.23146792617129194,2.0135720558278436,-0.041789814829826355,0.22940655052661896,0.9724333882331848,0.000647679902613163,0.42868033051490784,-0.20779946446418762,0.060970108956098557,-0.062032848596572876,-0.8818265199661255 +54,-3.067607861999429,-0.23696341794770223,2.0299828055600733,-0.0718517154455185,0.23475198447704315,0.9693961143493652,0.15320757031440735,0.031787604093551636,-0.21898134052753448,0.2537212371826172,0.14668722450733185,-0.031423091888427734 +55,-3.039231683808731,-0.2901553357640986,2.0594567555248107,-0.0979110524058342,0.2861010730266571,0.9531841278076172,0.5823085904121399,-0.11522705107927322,0.2505773603916168,0.1146957129240036,0.15515261888504028,0.45871174335479736 +56,-3.0670524816988327,-0.32037718213524413,1.9941286890727854,-0.07068183273077011,0.31492456793785095,0.9464812278747559,-0.16711899638175964,0.2544364333152771,1.0563594102859497,-0.4012419879436493,-0.03388819098472595,0.37575387954711914 +57,-3.0365361698183144,-0.29364053460078765,1.8932743164914294,-0.10037485510110855,0.2894388437271118,0.951919436454773,-0.35250160098075867,1.04683256149292,0.7441102266311646,0.03514350205659866,-0.16095978021621704,-0.37741053104400635 +58,-2.9969931614401486,-0.26131315460541127,1.802346981058336,-0.13920430839061737,0.25834935903549194,0.9559697508811951,-0.5019775032997131,0.24954280257225037,0.6981077790260315,0.20820453763008118,-0.19615450501441956,-0.6475894451141357 +59,-2.999735362387918,-0.22623746027463096,1.7915189009488488,-0.1377791464328766,0.2243124544620514,0.964728057384491,-0.10113038122653961,-0.7451785206794739,-0.3518994152545929,0.026374757289886475,0.14348533749580383,0.24277591705322266 +60,-3.0641175703288157,-0.2307025654771975,1.881041642724674,-0.07534704357385635,0.22866153717041016,0.9705859422683716,-0.049331650137901306,-1.429771065711975,-0.6827647089958191,0.03980931639671326,0.26987361907958984,0.6926069259643555 +61,-3.1204896179550037,-0.2559509116025251,1.9707509709507276,-0.02041405253112316,0.25316545367240906,0.9672078490257263,0.4875636100769043,-0.12865303456783295,-0.6233389377593994,-0.1311362385749817,-0.6066809892654419,0.3060925006866455 +62,-3.1050130284743984,-0.2499283043728067,2.038661320650583,-0.03543520346283913,0.24733449518680573,0.9682821035385132,-0.2663402855396271,0.24708735942840576,-0.5770626068115234,-0.14419126510620117,-0.037892311811447144,-0.5119526386260986 +63,-3.06870239002145,-0.2365699028403731,2.077204965437937,-0.07079734653234482,0.2343694567680359,0.9695659875869751,-0.08347075432538986,0.2771565020084381,-0.15716347098350525,0.13300743699073792,-0.01474975049495697,-0.8009413480758667 +64,-3.067027433887012,-0.23314900370039937,2.076553223533145,-0.07248055189847946,0.23104247450828552,0.9702401757240295,0.23893259465694427,-0.15601159632205963,-0.07230693846940994,0.30082833766937256,0.2857269048690796,0.44377654790878296 +65,-3.0696712097602874,-0.29447924926101976,2.0715554900314497,-0.06876616179943085,0.2902415692806244,0.9544796347618103,0.5797303915023804,-0.5042405724525452,0.6970187425613403,-0.20830294489860535,0.3093526065349579,0.548480749130249 +66,-3.1006783176037214,-0.3221036035568748,1.9934925776351395,-0.03879934921860695,0.316562682390213,0.9477777481079102,-0.08733882009983063,0.43784448504447937,1.0443556308746338,-0.34439462423324585,-0.156345397233963,0.17740535736083984 +67,-3.0608039013984314,-0.29208219784846834,1.8854519843567703,-0.07728291302919388,0.2879468500614166,0.9545227885246277,-0.486294686794281,0.9050164818763733,0.981198251247406,0.12073995918035507,-0.2985670566558838,-0.5856111645698547 +68,-3.0440942125492305,-0.24823787078188336,1.7728034687089278,-0.09436015784740448,0.24569623172283173,0.9647433757781982,-0.5302395820617676,0.40173259377479553,0.6788774728775024,0.11872842907905579,-0.046507954597473145,-0.5169130563735962 +69,-3.035075551077474,-0.21400542445044018,1.7783887186179184,-0.103890560567379,0.21237564086914062,0.9716500639915466,0.070719413459301,-0.41330862045288086,-0.701702356338501,0.10830032825469971,0.22695545852184296,0.5677483081817627 +70,-3.1135463691654857,-0.2184183660742543,1.8751849931096636,-0.02737634815275669,0.21668583154678345,0.9758571982383728,0.26859572529792786,-1.153260588645935,-1.0972691774368286,-0.34834080934524536,0.3437389135360718,0.6774628162384033 +71,3.1309043781329953,-0.2549578618195039,1.9718468790039763,0.010342568159103394,0.25220462679862976,0.9676185846328735,0.048395734280347824,-0.14448249340057373,-0.6331635117530823,-0.0751619040966034,-0.37636539340019226,0.12532258033752441 +72,-3.106735978367432,-0.24740854987987249,2.030297253701089,-0.03378845751285553,0.24489223957061768,0.9689614176750183,-0.04635914787650108,0.4623185098171234,-0.4006800949573517,0.01869751140475273,-0.04793176054954529,-0.7564064264297485 +73,-3.0673626079696703,-0.24053764134700747,2.0504184073904277,-0.07202676683664322,0.2382248193025589,0.9685354232788086,0.12759046256542206,0.2675732970237732,-0.2654818296432495,0.21317058801651,0.11013330519199371,-0.49507057666778564 +74,-3.025465509936805,-0.2718521936756738,2.0936435320238713,-0.11161111295223236,0.26851606369018555,0.956787109375,0.553867518901825,0.3204173445701599,-0.0968632772564888,0.33417582511901855,0.09539073705673218,0.4381711483001709 +75,-3.0588980251048667,-0.324800087617062,2.038839765819433,-0.07828161120414734,0.31911933422088623,0.9444760084152222,0.14838889241218567,-0.3189442753791809,0.9758437871932983,-0.40923669934272766,0.24472343921661377,0.5996524095535278 +76,-3.0668258275072477,-0.3195694248363441,1.937317567275217,-0.0709153264760971,0.3141578137874603,0.9467185139656067,-0.2398044317960739,0.8613919615745544,0.7200767397880554,-0.1856306791305542,-0.20504224300384521,-0.10644751787185669 +77,-3.003803932362203,-0.2974108226016373,1.8611970664751778,-0.13132312893867493,0.29304566979408264,0.9470368027687073,-0.41192230582237244,0.3880850672721863,0.8555694222450256,0.24658802151679993,-0.34236210584640503,-0.6923675537109375 +78,-3.0020356658183416,-0.25725613048307067,1.813942211339098,-0.13452677428722382,0.2544279396533966,0.957689642906189,-0.34338274598121643,0.031121812760829926,-0.45026490092277527,0.09949256479740143,0.07731345295906067,-0.14879047870635986 +79,-3.0257808729678364,-0.24424111980886468,1.9057718084924558,-0.11212357878684998,0.24182003736495972,0.9638211727142334,0.2042439728975296,-0.911331057548523,-1.3235081434249878,0.3430958688259125,0.3174145817756653,0.7556917071342468 +80,-3.1089831933543217,-0.25805743293120026,2.003229697066887,-0.03152409568428993,0.2552028000354767,0.9663735628128052,0.5497978925704956,-0.5865423679351807,-1.0164674520492554,-0.42558345198631287,-0.2628779411315918,0.2933768033981323 +81,-3.1149604131864344,-0.27897423102913943,2.069569846354997,-0.025599567219614983,0.27536967396736145,0.960997462272644,-0.09282277524471283,0.09766370803117752,-0.7370229959487915,-0.07342997193336487,-0.059274762868881226,-0.10536092519760132 +82,-3.0654880576544477,-0.26456448863520016,2.1314911163812127,-0.07338573783636093,0.2614889442920685,0.9624123573303223,-0.17546474933624268,0.18445949256420135,-0.2167462408542633,0.14252334833145142,-0.08441075682640076,-0.8631389737129211 +83,-3.0379388617958436,-0.24533219812550783,2.1346193183832516,-0.10037007927894592,0.24287858605384827,0.9648500084877014,-0.059051692485809326,0.35288092494010925,-0.16702865064144135,0.17266623675823212,0.19662025570869446,-0.17108798027038574 +84,-2.995796202862793,-0.2868288900914582,2.161344485770847,-0.13934513926506042,0.28291210532188416,0.9489696025848389,0.4692920446395874,-0.2670937776565552,0.41557103395462036,0.09927558898925781,0.10456952452659607,0.4436998963356018 +85,-3.0545685643984926,-0.3223541258696809,2.0819654984557663,-0.08243751525878906,0.3168002963066101,0.9449028372764587,0.029207292944192886,0.23985762894153595,0.9325304627418518,-0.48708149790763855,-0.002820253372192383,0.4049810767173767 +86,-3.0343417221645725,-0.3093351665470228,1.9700797366058544,-0.10196465998888016,0.3044254183769226,0.9470630884170532,-0.33418503403663635,0.8339285254478455,0.8295899033546448,0.09468619525432587,-0.22381320595741272,-0.3451801538467407 +87,-3.0033752325103418,-0.2725506395517821,1.8687147442337788,-0.13269203901290894,0.269188791513443,0.9539026618003845,-0.668557345867157,0.4234221875667572,0.8434430956840515,0.12436071038246155,-0.1650170087814331,-0.6962426900863647 +88,-2.9652627439523136,-0.22692182324916574,1.8414050888634454,-0.1709205061197281,0.22497932612895966,0.9592552781105042,-0.1702558398246765,-0.23059478402137756,-0.195665180683136,0.09160532057285309,0.10642631351947784,0.23273086547851562 +89,-3.0151861246528986,-0.2332364210929945,1.9289816622417921,-0.12265664339065552,0.2311275154352188,0.9651609659194946,0.15592464804649353,-1.2290689945220947,-0.7384636998176575,-0.13123437762260437,0.24810531735420227,0.6752047538757324 +90,-3.0764976353570495,-0.2770226207302488,2.04181604122047,-0.06256899982690811,0.2734929919242859,0.9598368406295776,0.6156748533248901,-0.4061177670955658,-0.6980666518211365,-0.07183041423559189,-0.7438299059867859,0.27449238300323486 +91,-3.06776591661858,-0.2776847909191508,2.1144998856124495,-0.07093416154384613,0.27412986755371094,0.9590731859207153,-0.06057499721646309,0.20240958034992218,-0.764279305934906,-0.05043424665927887,0.00712016224861145,-0.4889955520629883 +92,-3.0377043128248773,-0.26210849238946005,2.158677247770968,-0.10015971213579178,0.25911760330200195,0.9606382846832275,-0.18185929954051971,0.19620884954929352,-0.04324949532747269,0.10278423130512238,-0.04706624150276184,-0.7316039800643921 +93,-3.0235141902120923,-0.27003461656481986,2.183451180903332,-0.11353522539138794,0.2667647898197174,0.9570507407188416,0.4472699761390686,0.08531220257282257,-0.15035440027713776,0.25063544511795044,0.4179275631904602,0.4893755316734314 +94,-3.0458236725251315,-0.32550168516286754,2.1482749736071534,-0.09060155600309372,0.31978416442871094,0.9431487917900085,0.4431406855583191,-0.3373756408691406,0.9925305843353271,-0.2513326406478882,0.29317665100097656,0.6677826642990112 +95,-3.0860901972962806,-0.33054871373051053,2.0199983509728865,-0.052470862865448,0.32456207275390625,0.9444081783294678,-0.3216422200202942,0.2483210265636444,1.0629620552062988,-0.3033488392829895,-0.1567458212375641,0.023029804229736328 +96,-3.037074967481715,-0.2960620491626823,1.9513062666745236,-0.09978847205638885,0.2917558550834656,0.9512729644775391,-0.400919646024704,0.8394583463668823,0.4899604916572571,0.17713528871536255,-0.25518059730529785,-0.5607702732086182 +97,-3.003420070758279,-0.2473218905814097,1.9000757043472263,-0.13354232907295227,0.24480822682380676,0.9603309035301208,-0.5081298351287842,0.29965484142303467,0.0896601602435112,0.18615463376045227,-0.027294188737869263,-0.3821144104003906 +98,-3.0084586168019785,-0.20271577330651733,1.9284765098363257,-0.13002298772335052,0.20133022964000702,0.970855176448822,-0.05874339118599892,-0.48269766569137573,-0.9952747225761414,0.11239910125732422,0.3123416006565094,0.5333255529403687 +99,-3.076723978792751,-0.20817657781160756,2.046908264409137,-0.06342361867427826,0.206676185131073,0.9763515591621399,0.42737939953804016,-1.014575481414795,-1.2115564346313477,-0.34355878829956055,0.1699717491865158,0.4902622103691101 +100,-3.094979693628239,-0.2533879296604481,2.142365880955583,-0.04510820657014847,0.2506851255893707,0.9670171737670898,0.05269158259034157,-0.1405581533908844,-0.4469587504863739,0.009875662624835968,-0.2917007803916931,0.06325626373291016 +101,-3.0658905917516814,-0.24374998157927064,2.1682034927541425,-0.07339413464069366,0.2413434386253357,0.9676602482795715,-0.10096002370119095,0.3810877799987793,0.013650261797010899,0.07012876123189926,0.003941535949707031,-0.7492308020591736 +102,-3.026544369357202,-0.22918725982564897,2.15883240822895,-0.11179292947053909,0.22718611359596252,0.9674134254455566,0.09141924232244492,0.6777029037475586,-0.04028491675853729,0.2114938646554947,0.11250503361225128,-0.5935578942298889 +103,-2.9509164164587904,-0.2650951542050779,2.1699746327973095,-0.1829024702310562,0.262001097202301,0.947577178478241,0.6005971431732178,0.43227773904800415,0.06769223511219025,0.30820760130882263,0.09136199951171875,0.8613829612731934 +104,-2.9932928581563907,-0.3118643408576341,2.1299986659263053,-0.14062952995300293,0.30683356523513794,0.9413166642189026,0.05946299433708191,-0.5267015695571899,0.44278377294540405,-0.5241044163703918,0.3152368664741516,0.4646131992340088 +105,-3.0054820609597073,-0.305412401918225,2.0647186675403746,-0.12941136956214905,0.3006865084171295,0.9449023008346558,-0.3355640470981598,0.4947702884674072,0.7535154223442078,-0.051100119948387146,-0.20455613732337952,-0.06985652446746826 +106,-2.9609616900593747,-0.27042389497528935,1.9994970030906536,-0.1731213629245758,0.2671399414539337,0.9479792714118958,-0.5451928377151489,0.4869549870491028,0.6970990896224976,0.15001961588859558,-0.23192274570465088,-0.6738706827163696 +107,-2.934812463915321,-0.235082687410772,1.950537636686435,-0.19966275990009308,0.23292340338230133,0.9517782330513,-0.28120365738868713,0.2847030460834503,-0.07825422286987305,0.1371322125196457,0.07962240278720856,-0.18145334720611572 +108,-2.9535155380905023,-0.22149915548569357,1.9969729184401042,-0.18240246176719666,0.2196923941373825,0.9583657383918762,0.4286215901374817,-0.6067743301391602,-1.3670727014541626,0.28648263216018677,0.22600163519382477,0.7450646162033081 +109,-3.0406158149756575,-0.23918369140937565,2.0833434787655465,-0.09793557226657867,0.2369096428155899,0.9665828943252563,0.6820883750915527,-0.6235411167144775,-1.2266194820404053,-0.3967543840408325,-0.020204320549964905,0.40634191036224365 +110,-3.0430252539047267,-0.27884525258186477,2.1762472888175095,-0.09460674971342087,0.27524569630622864,0.9567074775695801,0.012400677427649498,-0.020269829779863358,-0.5708701610565186,-0.034284234046936035,-0.11081701517105103,-0.23588234186172485 +111,-3.015110470251002,-0.26443892081971226,2.2033677431846006,-0.12176031619310379,0.2613677382469177,0.9575287699699402,-0.21399866044521332,0.23464561998844147,-0.010481513105332851,0.12256903946399689,-0.06770321726799011,-0.7427002787590027 +112,-2.978967171836748,-0.25328458663580716,2.2165691260480647,-0.1567438393831253,0.2505851089954376,0.9553213119506836,0.17186862230300903,0.33843761682510376,-0.45833614468574524,0.3001764416694641,0.18862393498420715,0.004243016242980957 +113,-2.9583076398781345,-0.30517554284160775,2.2286016658434225,-0.1738390177488327,0.3004606068134308,0.9378182888031006,0.5259020924568176,-0.2623535990715027,0.5010565519332886,0.08994622528553009,0.14955151081085205,0.4879627823829651 +114,-3.02127165378299,-0.3460199058368071,2.147637590386821,-0.11291664838790894,0.33915629982948303,0.9339286088943481,-0.14128664135932922,0.17216968536376953,1.0484673976898193,-0.48768454790115356,-0.024550646543502808,0.3617866635322571 +115,-2.989830208695915,-0.3250110538946018,2.0519373512513206,-0.14326582849025726,0.3193192481994629,0.9367551207542419,-0.41505715250968933,0.9962488412857056,0.43576908111572266,0.11374010145664215,-0.22894147038459778,-0.39285558462142944 +116,-2.9440973570368927,-0.28990053863397364,1.9746384930600205,-0.18802641332149506,0.2858569025993347,0.9396446943283081,-0.5756186842918396,0.31919601559638977,0.8042144179344177,0.18125146627426147,-0.22726309299468994,-0.6384055614471436 +117,-2.9451491856338063,-0.2566724320760148,1.9363915972690757,-0.1887882947921753,0.2538633942604065,0.9486371278762817,-0.17299801111221313,-0.4925873577594757,-0.22120295464992523,0.09178817272186279,0.2376222014427185,0.36203181743621826 +118,-3.017661925048439,-0.25540257434107205,2.0190447777050125,-0.11960391700267792,0.2526349425315857,0.9601409435272217,-0.01430942490696907,-1.533935308456421,-0.3979521095752716,-0.1907140612602234,0.2352343201637268,0.5855133533477783 +119,-3.055883895425771,-0.2995454803781509,2.1261641943806704,-0.08179199695587158,0.29508596658706665,0.9519636034965515,0.6952582597732544,0.07658259570598602,-0.8113672137260437,-0.02567567676305771,-0.7526359558105469,0.2371692657470703 +120,-3.027327844069695,-0.29651585136550435,2.17625592217252,-0.10904067754745483,0.29218989610671997,0.95012366771698,-0.17319099605083466,0.489033967256546,-0.33766457438468933,-0.01901107281446457,-0.011550277471542358,-0.535252571105957 +121,-2.983107002504659,-0.2831828520291032,2.1890250439498122,-0.15153710544109344,0.2794131338596344,0.9481377601623535,-0.15722855925559998,0.31302326917648315,0.05083184689283371,0.19240011274814606,-0.06620201468467712,-0.7470419406890869 +122,-2.952238740108641,-0.29721879002884005,2.2091257668758,-0.1799716353416443,0.29286208748817444,0.9390643835067749,0.6852490305900574,0.4155256450176239,-0.3379621207714081,0.2578830420970917,0.3473203778266907,0.5362163186073303 +123,-2.973042726719863,-0.3604016328100927,2.188429570027284,-0.15697574615478516,0.35265010595321655,0.922494649887085,0.3928692936897278,-0.6618860960006714,0.7548018097877502,-0.41701412200927734,0.37803223729133606,0.7855283617973328 +124,-3.0127818071081256,-0.3561969536909009,2.098111908815205,-0.12039180099964142,0.3487124443054199,0.9294652342796326,-0.3328404426574707,0.45805642008781433,0.5769453048706055,-0.2840424180030823,-0.09209012985229492,-0.06130111217498779 +125,-2.9492999228639394,-0.32276992595222675,2.042450825386222,-0.18124109506607056,0.3171946704387665,0.930881142616272,-0.45360976457595825,0.6633118391036987,0.6348206996917725,0.2567567825317383,-0.3196359872817993,-0.6687501668930054 +126,-2.9349008414274076,-0.29050309515999584,1.9702086387559958,-0.19662436842918396,0.28643426299095154,0.9377068877220154,-0.30747267603874207,0.23936709761619568,0.12892846763134003,0.18702659010887146,-0.014141201972961426,-0.34117984771728516 +127,-2.9585206933568635,-0.27265209820253733,2.023965878604276,-0.17532610893249512,0.26928651332855225,0.9469664692878723,0.16902495920658112,-0.7464154362678528,-1.333669662475586,0.2716701030731201,0.32122859358787537,0.8282105326652527 +128,-3.044566641721803,-0.2584828910875436,2.121073371080809,-0.09365557879209518,0.25561413168907166,0.9622316956520081,0.2743276357650757,-0.6140676736831665,-1.0997687578201294,-0.5462675094604492,0.18107709288597107,0.3863704800605774 +129,-3.045231097789422,-0.28804660139265326,2.195437917644283,-0.0922485962510109,0.2840798497200012,0.9543524980545044,-0.017114579677581787,-0.03214732185006142,-0.6292548179626465,0.009973213076591492,-0.198813796043396,-0.04292982816696167 +130,-2.9985654568047306,-0.2908617329318305,2.238984311311759,-0.13655297458171844,0.28677788376808167,0.9482151865959167,0.27561086416244507,0.5168300271034241,-0.10111000388860703,0.10846154391765594,-0.06843981146812439,-0.7311282157897949 +131,-2.9514757495570145,-0.28780464358729296,2.2502279783237307,-0.18120113015174866,0.283847838640213,0.941592812538147,-0.10320238769054413,0.3441050946712494,-0.26431384682655334,0.21911917626857758,0.11515426635742188,-0.38095414638519287 +132,-2.9104110995452657,-0.3092804015782413,2.2883573052757664,-0.21825635433197021,0.30437326431274414,0.9272115230560303,0.6365214586257935,0.023680493235588074,-0.24390777945518494,0.3660224676132202,0.07564687728881836,0.4988138675689697 +133,-2.980872628025078,-0.3397652851082727,2.2507686896111747,-0.15088064968585968,0.3332658112049103,0.9306822419166565,-0.366653710603714,-0.3669460117816925,0.9503344297409058,-0.4841291308403015,0.06268453598022461,0.5228396654129028 +134,-2.99289145048913,-0.3013911374978947,2.1505186793124396,-0.14147567749023438,0.29684892296791077,0.9443861842155457,-0.6042207479476929,0.7167794108390808,0.5335273146629333,-0.14375686645507812,-0.09253373742103577,-0.24422144889831543 +135,-2.9205838153503456,-0.26076992302410706,2.106182750501944,-0.21180276572704315,0.25782451033592224,0.9426907896995544,-0.44675570726394653,0.4458129405975342,0.42903995513916016,0.34153300523757935,-0.23586714267730713,-0.7330809235572815 +136,-2.9143016613574844,-0.22150658297224618,2.0771545957738025,-0.21983350813388824,0.2196996510028839,0.9504767060279846,-0.41805458068847656,-0.31063586473464966,-0.17316827178001404,0.04161080718040466,0.20092418789863586,-0.11466097831726074 +137,-2.965280603957491,-0.2213884494887827,2.1599061245067883,-0.1711190640926361,0.2195843905210495,0.9604689478874207,0.4032594859600067,-0.9360812306404114,-1.133152961730957,0.3409799337387085,0.10098746418952942,0.7546950578689575 +138,-3.040621565098838,-0.24396503340592632,2.235557736184289,-0.09781470894813538,0.24155212938785553,0.9654453992843628,0.45552167296409607,-0.5953122973442078,-0.7152564525604248,-0.2500856816768646,-0.5074822902679443,0.20935922861099243 +139,-3.0584435177462073,-0.23957978987286488,2.2752654416713285,-0.08068114519119263,0.23729443550109863,0.9680812954902649,-0.25560837984085083,0.1973804086446762,-0.3658895194530487,-0.10005918145179749,0.0348765105009079,-0.3058348298072815 +140,-3.0213576802724496,-0.22937646747858048,2.3050379134478756,-0.11680394411087036,0.22737036645412445,0.9667780995368958,-0.012598984874784946,0.30915457010269165,-0.19304154813289642,0.12243440002202988,-0.029112860560417175,-0.7485009431838989 +141,-2.99717856200556,-0.22846227614533768,2.3236789646503917,-0.14017318189144135,0.22648002207279205,0.9638766050338745,0.1285446286201477,0.08946681767702103,-0.42807793617248535,0.30728745460510254,0.14572760462760925,0.007803022861480713 +142,-2.984737978990253,-0.2781276254180017,2.348568552791149,-0.1502092331647873,0.2745557129383087,0.9497665166854858,0.6142494678497314,-0.29736050963401794,0.45604389905929565,0.0677049458026886,0.11182734370231628,0.43644869327545166 +143,-3.030506639013115,-0.32185895688387955,2.2807370916911838,-0.105165034532547,0.31633061170578003,0.942801833152771,-0.10369657725095749,0.09794706106185913,1.1795589923858643,-0.4441055953502655,-0.06240910291671753,0.3165823221206665 +144,-3.0101907213870143,-0.28869874096079007,2.1692262745759674,-0.12560172379016876,0.2847050726413727,0.9503512382507324,-0.5491904616355896,0.9918272495269775,0.6048007011413574,0.01988881826400757,-0.1634892225265503,-0.32074296474456787 +145,-2.9580078439339106,-0.24136289221918783,2.082460151058383,-0.17726366221904755,0.2390262335538864,0.9546961784362793,-0.7748481631278992,0.29619380831718445,0.925780713558197,0.17921672761440277,-0.19015224277973175,-0.6944419145584106 +146,-2.9540274773533755,-0.1948850796543766,2.042792196699491,-0.18293750286102295,0.19365379214286804,0.9638631939888,-0.3247624337673187,-0.39804965257644653,-0.2690017521381378,0.01609790325164795,0.23447731137275696,0.24123024940490723 +147,-2.9990690963497606,-0.20035545747824213,2.160229496927711,-0.1392000913619995,0.1990176886320114,0.9700592160224915,0.42111262679100037,-0.951167643070221,-0.8950961232185364,-0.1156216412782669,0.3222072124481201,0.7541074156761169 +148,-3.02907124011214,-0.252681758389031,2.2631071609193656,-0.10871857404708862,0.250001460313797,0.9621222019195557,0.5893306732177734,-0.25224488973617554,-0.39399078488349915,-0.07373075187206268,-0.7818313837051392,0.047872066497802734 +149,-3.0286917166096545,-0.25076881113426314,2.2772563558337464,-0.1091374084353447,0.24814879894256592,0.9625545144081116,-0.11919810622930527,0.36728203296661377,-0.34280821681022644,-0.03719436377286911,0.025868520140647888,-0.4545283913612366 +150,-2.9821051897869526,-0.25784654510489796,2.320935100007193,-0.1535620540380478,0.2549988925457001,0.9546695351600647,0.04512593895196915,0.18222050368785858,-0.2423221468925476,0.18220283091068268,-0.07213762402534485,-0.7348363399505615 +151,-2.9563166308827493,-0.2553990753811665,2.348563444638987,-0.17824231088161469,0.2526315450668335,0.9510033130645752,0.32200726866722107,0.3906397223472595,-0.2962537705898285,0.20288525521755219,0.290840744972229,0.5460976362228394 +152,-2.9380134602192585,-0.3041241909370214,2.3478022761545883,-0.19289803504943848,0.2994576692581177,0.9344068169593811,0.3718465566635132,-0.4327545464038849,0.7893610596656799,-0.11339171230792999,0.2488364577293396,0.4863240718841553 +153,-3.005610966029534,-0.3230069377041542,2.26814310250448,-0.1285524219274521,0.3174194395542145,0.9395316243171692,-0.1257399022579193,0.01718072220683098,0.6396048665046692,-0.4479856491088867,-0.0685790479183197,0.14744365215301514 +154,-2.9780936926481676,-0.31491091854230874,2.2265216985937704,-0.1547670215368271,0.30973178148269653,0.9381434917449951,0.01060867216438055,0.7880157828330994,0.08051463216543198,0.11199663579463959,-0.18331274390220642,-0.37903106212615967 +155,-2.9531492426152854,-0.30040699817306193,2.18778776939278,-0.1789407730102539,0.29590898752212524,0.9383062720298767,-0.5557423233985901,0.17925721406936646,0.32987692952156067,0.17723174393177032,-0.15088939666748047,-0.7024050951004028 +156,-2.903671074771613,-0.2560710339093311,2.2208097578940724,-0.22799821197986603,0.2532816529273987,0.9401409029960632,-0.23403452336788177,-0.07388997077941895,-0.7173884510993958,-0.05035260319709778,0.37669268250465393,0.5126634836196899 +157,-2.9350510663955625,-0.2522448842093307,2.3165902065667203,-0.19858655333518982,0.24957843124866486,0.9477733969688416,-0.16434897482395172,-1.4217878580093384,-0.07149562239646912,-0.33920949697494507,0.27836042642593384,0.5503041744232178 +158,-2.979992999116465,-0.28258296105216985,2.3412302452794305,-0.1545158177614212,0.27883708477020264,0.9478265047073364,0.4807887673377991,-0.1922672837972641,0.1403493881225586,-0.08571857213973999,-0.5770548582077026,0.22307205200195312 +159,-3.002360853593229,-0.290939022355078,2.35832239887911,-0.1329500526189804,0.2868519127368927,0.9487045407295227,0.1527155637741089,-0.12377388030290604,-0.3352380692958832,-0.05415321886539459,-0.1352863907814026,-0.5059860348701477 +160,-3.0260136397586432,-0.31692609001057265,2.371302439274984,-0.10957857966423035,0.3116472065448761,0.9438583254814148,0.10133466869592667,-0.1606307029724121,-0.2691349387168884,0.13950106501579285,-0.10917836427688599,-0.9009048938751221 +161,-2.9250015001844316,-0.30606816535661785,2.4427522211939543,-0.20491424202919006,0.3013118803501129,0.9312470555305481,-0.2987661063671112,1.8079332113265991,-0.6927006840705872,0.13716523349285126,0.3227725923061371,0.7167478203773499 +162,-2.873467832925315,-0.3562575208734091,2.450537793142076,-0.2482888549566269,0.3487691879272461,0.903721809387207,0.37170326709747314,-0.8831214904785156,0.7757380604743958,-0.1752493679523468,0.1555490791797638,0.34803307056427 +163,-2.9819104753655568,-0.3827829869269024,2.3841019150650586,-0.1474970579147339,0.3735034763813019,0.9158271551132202,0.22597068548202515,-0.15706928074359894,0.3460390865802765,-0.4925938844680786,-0.05094802379608154,0.22296661138534546 +164,-2.942821624554176,-0.39171271241746153,2.3876317689876116,-0.18250802159309387,0.3817719519138336,0.9060578346252441,-0.2058752179145813,0.7214187979698181,-0.12457211315631866,0.28271251916885376,-0.3673219382762909,-0.4470583200454712 +165,-2.9133280769995773,-0.3493285783147942,2.3461543803341405,-0.21262036263942719,0.3422670066356659,0.9152302145957947,-0.5751125812530518,0.41578152775764465,0.23601819574832916,0.1521649956703186,-0.1462678611278534,-0.5618822574615479 +166,-2.8801845124878405,-0.28969066668459115,2.3754416054224112,-0.2476724088191986,0.28565579652786255,0.9257746934890747,-0.1576654613018036,-0.5115081667900085,-0.7685328125953674,0.00156344473361969,0.3377114534378052,0.40886563062667847 +167,-2.921626592251265,-0.2723264847850292,2.4549479738893942,-0.2101554125547409,0.26897290349006653,0.939940333366394,-0.1275668740272522,-1.2539809942245483,-0.3633011281490326,-0.282718688249588,0.3406766951084137,0.41207969188690186 +168,-2.969863795075066,-0.307291338705641,2.5203486065417504,-0.16288113594055176,0.30247798562049866,0.9391363263130188,0.5210610032081604,-0.24491335451602936,-0.3008306622505188,-0.08341099321842194,-0.7142821550369263,0.16198372840881348 +169,-2.961986206040821,-0.30532951136894426,2.57375443711197,-0.17037977278232574,0.30060747265815735,0.9384059309959412,-0.0992918387055397,0.1068117693066597,-0.5533364415168762,-0.007186710834503174,-0.08429893851280212,-0.5301876664161682 +170,-2.928531215386589,-0.3055708075763053,2.6216188405997056,-0.20165757834911346,0.30083757638931274,0.9321108460426331,0.1565125286579132,0.19605335593223572,-0.319619357585907,0.21508534252643585,-0.06244954466819763,-0.6025211811065674 +171,-2.9041353526399742,-0.30398839680102613,2.641242061476392,-0.22444675862789154,0.29932811856269836,0.9273762702941895,0.2627737820148468,0.5296835899353027,-0.041835468262434006,0.18680329620838165,0.2790563404560089,0.5752484798431396 +172,-2.89365432045957,-0.3517439066197778,2.625475924220804,-0.23038043081760406,0.3445354700088501,0.9100658297538757,0.315107524394989,-0.32775774598121643,0.6287820935249329,-0.39094215631484985,0.294670432806015,0.7369524240493774 +173,-2.937468735920939,-0.35752614454320725,2.5488277665248047,-0.18989117443561554,0.3499578833580017,0.9173175692558289,-0.1961519420146942,0.2200908064842224,0.3314061760902405,-0.29950404167175293,-0.19212087988853455,0.05189049243927002 +174,-2.8959657569609436,-0.3306885555014142,2.522139609083095,-0.22998955845832825,0.32469436526298523,0.9174302816390991,-0.35175397992134094,0.46122482419013977,0.12993434071540833,0.29732659459114075,-0.23451492190361023,-0.5820421576499939 +175,-2.8952063775438774,-0.2843559672092131,2.478535513617493,-0.23410655558109283,0.280539333820343,0.9308555722236633,-0.601326584815979,0.24174241721630096,-0.06913571059703827,0.15268561244010925,-0.10600924491882324,-0.524452805519104 +176,-2.894522652704198,-0.2336377545003603,2.514005176292513,-0.23791936039924622,0.2315179705619812,0.9432889223098755,0.01726698875427246,-0.29848790168762207,-1.0748867988586426,0.11621522903442383,0.4408300817012787,0.7762393951416016 +177,-2.9429576143876868,-0.20836312303319557,2.616698098183461,-0.19306330382823944,0.20685870945453644,0.9591331481933594,0.03840920329093933,-1.0356910228729248,-0.7405137419700623,-0.40785837173461914,0.29996198415756226,0.4451028108596802 +178,-2.9560254543261983,-0.2367489461973397,2.6965977901911478,-0.1793573945760727,0.23454350233078003,0.9554162621498108,0.1448211520910263,-0.11447492241859436,-0.5052361488342285,0.030645236372947693,-0.5595404505729675,-0.023058533668518066 +179,-2.9345895439842105,-0.2381694613827722,2.7581815890495216,-0.1997261643409729,0.2359241545200348,0.9510253667831421,0.21012772619724274,0.19506441056728363,-0.5494321584701538,0.0426216721534729,-0.02347603440284729,-0.5586150884628296 +180,-2.913463886077892,-0.25187250320840643,2.8056660795046247,-0.21901938319206238,0.24921782314777374,0.9433561563491821,0.05878990516066551,0.13332854211330414,-0.22215832769870758,0.16503381729125977,0.0068704187870025635,-0.6085631847381592 +181,-2.8936830100148567,-0.2540926110465936,2.8202661606194583,-0.23749934136867523,0.2513672709465027,0.9383006691932678,0.5920510292053223,0.4614228308200836,-0.1288919448852539,0.2997094392776489,0.3346617519855499,0.8461687564849854 +182,-2.9285902952557916,-0.30990639514740753,2.8009088401495448,-0.20132488012313843,0.3049694895744324,0.9308391213417053,0.37205827236175537,-0.42445990443229675,0.48124220967292786,-0.5647120475769043,0.35970330238342285,0.6950151324272156 +183,-2.952635616222859,-0.32667602525532546,2.755064865025048,-0.17790086567401886,0.32089662551879883,0.9302564859390259,-0.01957864500582218,0.26990070939064026,0.1847112476825714,-0.07199233770370483,-0.31778380274772644,0.00030100345611572266 +184,-2.9286087490874655,-0.3109714117102492,2.744904738135868,-0.2012389600276947,0.30598360300064087,0.9305249452590942,-0.43730729818344116,0.03120599500834942,0.14979219436645508,0.21504820883274078,-0.24581822752952576,-0.7088301181793213 +185,-2.9232361098371955,-0.2618629852083025,2.727930978634935,-0.2092406004667282,0.25888046622276306,0.9429737329483032,-0.4114671051502228,0.20654712617397308,-0.2225707620382309,0.13729539513587952,0.03373733162879944,-0.2939563989639282 +186,-2.9278586706175447,-0.23028802817591212,2.778312549341137,-0.20651084184646606,0.228257954120636,0.9514471888542175,0.27054867148399353,-0.3448033630847931,-1.1120831966400146,0.3174727261066437,0.4310743510723114,0.8341974020004272 +187,-2.9856759217492104,-0.24087898962745288,2.8494722578158442,-0.15080244839191437,0.23855632543563843,0.9593483805656433,0.7068274021148682,-0.37506967782974243,-0.6264304518699646,-0.39721691608428955,-0.07257123291492462,0.42244166135787964 +188,-2.9898311992378703,-0.2738056560588455,2.9076588382993145,-0.14554795622825623,0.27039727568626404,0.9516832232475281,-0.12700586020946503,0.0049595339223742485,-0.7116096019744873,-0.04521740972995758,-0.23586666584014893,-0.015129327774047852 +189,-2.9355365270259486,-0.24504451833242735,2.998893376805121,-0.19848889112472534,0.2425995171070099,0.9496038556098938,-0.10110589861869812,0.4847657084465027,-0.78840571641922,0.17778274416923523,-0.10662849247455597,-0.6406592726707458 +190,-2.7915861951960412,-0.15038051663999655,2.9778092629502506,-0.33903399109840393,0.14981436729431152,0.9287691116333008,-1.882956862449646,1.5884387493133545,0.136826291680336,0.20722845196723938,-0.12071582674980164,-0.2610747814178467 +191,-2.733166867846013,-0.1316321178458707,3.0034125359852513,-0.39372918009757996,0.13125231862068176,0.9098076820373535,0.8217039704322815,-0.16589964926242828,0.06985253840684891,0.15762996673583984,0.03657908737659454,0.4916662573814392 +192,-2.812610774092703,-0.17809793167252522,3.0055889779408704,-0.31796926259994507,0.1771579086780548,0.9314022064208984,-0.17739082872867584,-0.5055215358734131,-0.10716263204813004,-0.5985193252563477,-0.15722998976707458,0.19689339399337769 +193,-2.7565118775311923,-0.12847419199685348,3.0103024702643792,-0.37253814935684204,0.12812106311321259,0.9191300272941589,-0.7074748277664185,1.223975419998169,-0.08511543273925781,0.07523602247238159,-0.18050451576709747,-0.20361506938934326 +194,-2.6243790131507705,-0.07123093165574601,2.9768785856848754,-0.49320632219314575,0.07117071002721786,0.8669962286949158,-0.6426254510879517,1.3481014966964722,-0.011582717299461365,0.3060266971588135,-0.013095751404762268,-0.569480299949646 +195,-2.45655055737294,-0.0782409426839808,3.0117951423158984,-0.6307700276374817,0.07816114276647568,0.7720233798027039,0.5597144365310669,2.0378785133361816,-0.7327241897583008,0.04098731279373169,0.11248217523097992,-0.020405888557434082 +196,-2.350971837037789,-0.05945087606277059,3.135293688838801,-0.7095342874526978,0.05941586196422577,0.7021613717079163,1.3349616527557373,-0.7608935832977295,-0.8403269648551941,-0.08450257778167725,0.031633324921131134,0.6048911213874817 +197,-2.4208338528125717,-0.10847031239081764,-3.058273209659579,-0.6560761332511902,0.1082577332854271,0.7468894720077515,1.4413464069366455,-0.17077681422233582,-0.3273695111274719,-0.297613263130188,-0.3383908271789551,-0.03581482172012329 +198,-2.4299470547792468,-0.15989911862805206,-2.98088088973089,-0.6447497010231018,0.15921860933303833,0.7476276755332947,0.21501418948173523,-0.3253306448459625,-0.35629522800445557,0.13379395008087158,-0.23465807735919952,-0.16896861791610718 +199,-2.4535709809247237,-0.14032256415599215,-2.9953316032940016,-0.6287686228752136,0.139862522482872,0.7649108171463013,-0.41701745986938477,-0.22815731167793274,-0.24068647623062134,0.4725796580314636,0.1413722187280655,-0.43193352222442627 +200,-2.517589878505463,-0.14435154574524686,-2.960388318242758,-0.5782114267349243,0.14385074377059937,0.8031057715415955,0.8029259443283081,-0.7719907760620117,-0.23417198657989502,0.17450958490371704,0.10099178552627563,-0.13242077827453613 +201,-2.595860457941848,-0.18776152113836048,-2.9287013600186658,-0.5099216103553772,0.18666023015975952,0.8397248387336731,0.12106393277645111,-0.9852385520935059,0.44383370876312256,0.09389078617095947,0.005005404353141785,0.44271528720855713 +202,-2.7735213985076568,-0.19601493452881436,-2.9458291791058064,-0.35292622447013855,0.19476214051246643,0.9151561260223389,-0.028888482600450516,-1.2598003149032593,-0.1516857147216797,-0.5497226715087891,-0.08090101182460785,0.24921154975891113 +203,-2.8427390225766316,-0.16590360523365563,-2.9368220165506407,-0.2903822958469391,0.16514359414577484,0.942552924156189,-0.29877200722694397,-0.28674352169036865,-0.20581094920635223,0.0740736722946167,-0.21278151869773865,-0.2520925998687744 +204,-2.88319884788799,-0.10798310489686062,-2.9518000546058762,-0.2540396749973297,0.10777337104082108,0.9611704349517822,-0.6610769033432007,-0.17296385765075684,0.21851179003715515,0.1996421217918396,-0.06973321735858917,-0.524158775806427 +205,-2.7679687230907444,-0.060025674946357306,-2.9922432399555388,-0.36433446407318115,0.05998963490128517,0.9293342232704163,-0.5366193056106567,1.9009578227996826,0.46253472566604614,0.15669286251068115,0.09066040068864822,0.08554327487945557 +206,-2.615663627174104,-0.04692532701288247,-2.9578093129414507,-0.5014641284942627,0.04690810665488243,0.8639060258865356,0.457709401845932,1.739105224609375,-0.33637282252311707,0.02975386381149292,0.13830308616161346,0.7044839859008789 +207,-2.5236618185574304,-0.08157144606325774,-2.881379735358486,-0.5774234533309937,0.08148101717233658,0.8123686909675598,1.2987873554229736,1.2495291233062744,-0.5894615650177002,-0.36267054080963135,-0.32520967721939087,-0.04500424861907959 +208,-2.422132748066987,-0.08628123942426572,-2.8736148847104745,-0.6565272808074951,0.08617422729730606,0.749363899230957,-0.33397796750068665,0.9334056973457336,-0.4861103296279907,0.22682446241378784,0.03910044580698013,-0.18112653493881226 +209,-2.4580460889880063,-0.05291710501133752,-2.893045982664234,-0.6306626796722412,0.05289241299033165,0.7742524147033691,-0.40671980381011963,-1.1717747449874878,0.10698237270116806,0.5050676465034485,0.18389347195625305,-0.4053865671157837 +210,-2.6299585312291107,-0.048888055958349906,-2.8976253129566008,-0.4890178143978119,0.048868585377931595,0.8709038496017456,0.02614656090736389,-1.217816710472107,-0.241503044962883,-0.169017493724823,-0.028620172291994095,0.0956183671951294 +211,-2.63902838876777,-0.006731215926801454,-2.8618537487731737,-0.48166343569755554,0.006731165107339621,0.8763304948806763,0.059161074459552765,-0.714043378829956,-0.40323686599731445,-0.20273903012275696,-0.011446133255958557,0.36246955394744873 +212,-2.7509408769988424,-0.03515963829810643,-2.854915892403554,-0.3805558979511261,0.03515239432454109,0.924089789390564,0.022246796637773514,-0.7945318222045898,0.25746557116508484,-0.3724654018878937,-0.010539960116147995,-0.0013600587844848633 +213,-2.810392574684169,-0.0072082951129400115,-2.9060186163935047,-0.32516974210739136,0.007208232767879963,0.9456284642219543,-0.7497438788414001,0.22953015565872192,0.3385668396949768,0.1331225335597992,0.04589235782623291,-0.41503429412841797 +214,-2.774095350038262,0.04435779534012176,-2.974843847047961,-0.35892757773399353,-0.044343251734972,0.9323115348815918,-0.6493967771530151,0.6939890384674072,0.4917297661304474,0.24489864706993103,0.1271832138299942,-0.5395655632019043 +215,-2.6979321931541076,0.08076986114963881,-3.019185549981545,-0.42784902453422546,-0.08068206906318665,0.9002419710159302,-0.2157840132713318,0.1955450475215912,-0.06654956191778183,0.014091640710830688,0.15918853878974915,0.5121725797653198 +216,-2.736359979231509,0.09284565569318978,-2.9487253489626437,-0.39253467321395874,-0.09271232038736343,0.915052592754364,0.3160189390182495,-1.0783092975616455,-0.5788112282752991,-0.556897759437561,0.17375174164772034,0.5105303525924683 +217,-2.758426061786391,0.05457957967964312,-2.853673103065457,-0.3733026683330536,-0.054552484303712845,0.9261044859886169,1.118391990661621,0.31782853603363037,-0.5303943753242493,-0.1389043927192688,-0.42402416467666626,0.026211977005004883 +218,-2.7590769717639554,0.020272574130311246,-2.7952930965955587,-0.3731788992881775,-0.020271185785531998,0.9275381565093994,-0.14718478918075562,-0.2824922204017639,-0.2362036556005478,0.19446787238121033,-0.1431046724319458,-0.5434589385986328 +219,-2.8216192370877025,0.05040405932898253,-2.815295152946801,-0.3141418695449829,-0.050382718443870544,0.9480382800102234,-0.3097132444381714,-0.015372518450021744,0.17746509611606598,0.13692626357078552,0.21000491082668304,-0.5845738649368286 +220,-2.7712651421744217,0.050487305762355786,-2.8209758266893976,-0.3614596724510193,-0.05046585947275162,0.9310212731361389,0.4278150796890259,0.7193129062652588,0.07186716794967651,0.1242922842502594,0.07790115475654602,0.6229492425918579 +221,-2.771800284654211,-0.013968310060279755,-2.8157865963066206,-0.36138659715652466,0.013967855833470821,0.932311475276947,0.44549718499183655,-1.0750367641448975,0.37583795189857483,-0.6409633159637451,0.1627746969461441,0.8224951028823853 +222,-2.8218836018386155,-0.013610813730694244,-2.844909951777515,-0.31426122784614563,0.01361039374023676,0.9492388367652893,-0.4771077036857605,-0.06283211708068848,0.2851826846599579,-0.2900020182132721,-0.18014481663703918,-0.14943426847457886 +223,-2.7755096241244885,0.024616289180083364,-2.874953528012864,-0.35785236954689026,-0.02461380325257778,0.9334538578987122,-0.3941255509853363,0.6178773045539856,0.2949095368385315,0.36453568935394287,-0.06577926874160767,-0.6600315570831299 +224,-2.746843167833288,0.061826597972583754,-2.9240658076657287,-0.38384222984313965,-0.06178721785545349,0.9213294386863708,-0.4509403109550476,0.36139047145843506,-0.03177400305867195,0.24825263023376465,0.10475596785545349,-0.34604233503341675 +225,-2.724649795714897,0.08505643414098116,-2.853968880475324,-0.4035032093524933,-0.0849539116024971,0.9110260605812073,0.8705494999885559,0.19180800020694733,-1.6390159130096436,0.08608976006507874,0.3005605936050415,0.8671876192092896 +226,-2.763284146818934,0.052923979252498275,-2.7068430304877276,-0.3688320219516754,-0.05289927497506142,0.9279897212982178,1.2001283168792725,0.01609361730515957,-1.17484450340271,-0.5092655420303345,-0.16380605101585388,0.4687846899032593 +227,-2.7751909944239666,-0.00939099364011383,-2.616883238590344,-0.35824254155158997,0.009390855208039284,0.933581531047821,0.2729690670967102,-0.17238962650299072,-0.34066998958587646,-0.035220712423324585,-0.053092025220394135,-0.19877910614013672 +228,-2.7835114350381254,-0.00259304067659581,-2.61134905694302,-0.3504767417907715,0.00259303767234087,0.9365681409835815,-0.23856167495250702,-0.35923632979393005,0.31283557415008545,0.29107415676116943,0.097535140812397,-0.8311601877212524 +229,-2.765484059839281,0.020886552498408515,-2.6539240105455124,-0.36722368001937866,-0.020885033532977104,0.9298979640007019,-0.049146801233291626,0.7981522679328918,0.15966901183128357,0.19962117075920105,0.20273928344249725,-0.16799628734588623 +230,-2.718664690717693,-0.014653587310635968,-2.66795464797004,-0.4103880822658539,0.01465306244790554,0.9117931127548218,0.38610267639160156,-0.45818251371383667,0.5866525769233704,0.09933772683143616,0.009806780144572258,0.39516782760620117 +231,-2.8772347649053764,-0.04193020588765428,-2.7309108188142677,-0.26105979084968567,0.04191792011260986,0.9644117951393127,-0.21334676444530487,-0.6412518620491028,0.5176573991775513,-0.6834133863449097,-0.11915792524814606,0.4796797037124634 +232,-2.9207653360406276,-0.02310343884800792,-2.781511190723111,-0.21897850930690765,0.023101383820176125,0.9754563570022583,-0.27084454894065857,0.013384558260440826,0.3852771520614624,0.041915491223335266,-0.13830524682998657,-0.26639556884765625 +233,-2.9268854469502696,0.013742340456419875,-2.836210899987169,-0.213041290640831,-0.01374190766364336,0.9769467711448669,-0.598879337310791,0.2038349062204361,0.5482515096664429,0.2193736732006073,0.035623010247945786,-0.8369166851043701 +234,-2.8715209766794962,0.06951133867136051,-2.87548261469206,-0.26615622639656067,-0.06945537775754929,0.9614244699478149,-0.4022538363933563,0.17539571225643158,-0.1291898638010025,-0.014498680830001831,0.15540811419487,0.3387618064880371 +235,-2.8913447840245827,0.0749520853173884,-2.801233665296662,-0.24694877862930298,-0.07488192617893219,0.9661307334899902,0.2860070466995239,-0.7128034234046936,-0.7383146286010742,0.08174192905426025,0.17906895279884338,0.7551062703132629 +236,-2.9480116900147633,0.030447109303370693,-2.708534334611828,-0.19228507578372955,-0.030442405492067337,0.9808670282363892,1.2122029066085815,0.39347803592681885,-0.7521746754646301,-0.21832898259162903,-0.49090465903282166,0.11811697483062744 +237,-2.952381838709145,-0.012110256376511822,-2.6683883072649928,-0.18807002902030945,0.012109960429370403,0.9820807576179504,-0.14066220819950104,-0.3432340621948242,-0.041277579963207245,-0.061884164810180664,-0.12842771410942078,-0.39922577142715454 +238,-3.000655628740905,0.016186455177468757,-2.710457181170454,-0.1404525190591812,-0.01618574745953083,0.9899552464485168,-0.39007195830345154,-0.08004199713468552,0.5411053895950317,0.10694421827793121,0.19520185887813568,-0.7522842884063721 +239,-2.9439646138579914,0.03666820484517973,-2.7497814642516953,-0.19621215760707855,-0.03665998950600624,0.9798761606216431,-0.08002176880836487,0.7979919910430908,0.18826720118522644,0.19428950548171997,0.10640791058540344,0.13009417057037354 +240,-2.919962580901465,0.009094593237279076,-2.768693406610369,-0.21981105208396912,-0.00909446831792593,0.975500226020813,0.416893869638443,-0.5341826677322388,0.40668830275535583,0.05381067097187042,0.00772117730230093,0.38991737365722656 +241,-2.957539794061288,-0.02559048978010581,-2.780738398688475,-0.18295560777187347,0.025587696582078934,0.9827884435653687,0.049250438809394836,-0.03901150822639465,0.36484479904174805,-0.5267001986503601,-0.23788322508335114,0.27563464641571045 +242,-2.935381730842383,-0.006916748277107568,-2.849947548123183,-0.20474761724472046,0.0069166929461061954,0.9787900447845459,-0.48282793164253235,0.4126145839691162,0.8705968856811523,0.14862586557865143,-0.053410228341817856,-0.5029298067092896 +243,-2.9292199173500846,0.03561858320339014,-2.9590482159629863,-0.21064619719982147,-0.03561105206608772,0.9769133925437927,-0.6793079972267151,-0.06960015743970871,0.80495285987854,0.16613632440567017,0.015408419072628021,-0.6611481308937073 +244,-2.9054337454902783,0.08020525264962207,-3.001622760821126,-0.23321770131587982,-0.080119289457798,0.9691182374954224,-0.11267717182636261,0.1868821382522583,-0.26764819025993347,-0.10857914388179779,0.2141525000333786,0.5087411403656006 +245,-2.921577508915467,0.0668847335170474,-2.886998900597115,-0.21775637567043304,-0.06683487445116043,0.9737119078636169,0.5745124220848083,-0.4632475972175598,-0.9293058514595032,-0.47265803813934326,0.09115739166736603,0.8407715559005737 +246,-2.9416690596879933,0.014035776910585107,-2.7976218435084177,-0.19857488572597504,-0.014035316184163094,0.9799851775169373,0.28597113490104675,-0.45955029129981995,-0.29330557584762573,0.08810125291347504,-0.6400021314620972,-0.05189990997314453 +247,-2.9463064472674643,0.0152603611676866,-2.7536153019674843,-0.19402475655078888,-0.015259768813848495,0.9808781743049622,0.11548933386802673,0.10371483862400055,-0.3661841154098511,0.08843390643596649,0.0995035395026207,-0.6824618577957153 +248,-2.9465823726021036,0.023205132549865632,-2.7439558561750763,-0.19372442364692688,-0.02320305071771145,0.9807814359664917,-0.16481207311153412,0.30679863691329956,-0.06960003077983856,0.17106515169143677,0.2443792074918747,-0.6641311645507812 +249,-2.8541149456730497,0.009755399831681931,-2.7301408757846244,-0.2835208475589752,-0.00975524540990591,0.958916425704956,0.5301814079284668,0.6023468375205994,0.06497712433338165,0.21230807900428772,0.2139788717031479,0.838965654373169 +250,-2.862561875950451,-0.04045970903704956,-2.744145294656626,-0.2751986086368561,0.04044867306947708,0.960536003112793,0.06585684418678284,-0.49750450253486633,0.37129178643226624,-0.5594266057014465,0.03419731929898262,0.7820481061935425 +251,-2.8939963594659295,-0.0317629797476409,-2.7990852441226157,-0.24495060741901398,0.03175763785839081,0.9690151214599609,-0.55704265832901,0.15120214223861694,0.5665971636772156,-0.29063284397125244,-0.1154063269495964,-0.15862101316452026 +252,-2.849622942150806,0.0021546746281710344,-2.8954421679379663,-0.2878384590148926,-0.002154672984033823,0.9576765298843384,-0.5481897592544556,0.26141470670700073,0.9240014553070068,0.4149899482727051,-0.046017326414585114,-0.7440687417984009 +253,-2.848295900489154,0.04086362894909077,-2.9731099610433303,-0.28886836767196655,-0.04085225611925125,0.9564965963363647,-0.5903943777084351,0.23758016526699066,-0.032224297523498535,0.09505125880241394,0.12752218544483185,-0.31207239627838135 +254,-2.829691364178407,0.06979597697274124,-2.9251876629708535,-0.3061215281486511,-0.06973931938409805,0.9494343400001526,0.37781333923339844,0.23717375099658966,-1.230394721031189,0.1874845027923584,0.15909481048583984,0.6802346110343933 +255,-2.8801981722070455,0.05917132724012259,-2.823014200325746,-0.2579757273197174,-0.059136804193258286,0.9643402695655823,0.5328403115272522,-0.9236689805984497,-0.8409519791603088,-0.36235517263412476,0.1756834089756012,0.38647496700286865 +256,-2.907167896999363,0.00943909655441769,-2.7454553664839785,-0.2322731614112854,-0.009438956156373024,0.9726047515869141,0.5374739170074463,-0.18193867802619934,-0.3160465955734253,-0.029659196734428406,-0.5983186364173889,0.12418168783187866 +257,-2.9074741969409623,-0.0017724396994440465,-2.695814121802906,-0.2319851815700531,0.0017724387580528855,0.9727175831794739,0.13736490905284882,-0.007769165560603142,-0.2985199987888336,0.06754125654697418,0.082547627389431,-0.6019443869590759 +258,-2.9075492892450985,0.003442088251014683,-2.6966310110502265,-0.23191110789775848,-0.0034420813899487257,0.9727306365966797,-0.25622475147247314,0.2951168119907379,0.253652960062027,0.17722366750240326,0.17452362179756165,-0.6723768711090088 +259,-2.8561065274933206,0.0036771114468298377,-2.730837399264312,-0.2816219925880432,-0.003677103202790022,0.9595181941986084,0.20187908411026,0.5756431221961975,0.40935879945755005,0.142828106880188,0.196029394865036,0.7623444199562073 +260,-2.868577344169225,-0.04904530829983436,-2.7807126798468262,-0.2693120837211609,0.04902564734220505,0.9618043303489685,0.16870050132274628,-0.9216786623001099,0.9090600609779358,-0.4316003918647766,0.13716210424900055,0.6912260055541992 +261,-2.8991098724671143,-0.05666389335681412,-2.848682667779695,-0.2397281974554062,0.05663357675075531,0.9691870212554932,-0.4938623905181885,0.17288319766521454,0.8584727048873901,-0.29699981212615967,-0.24407252669334412,-0.0050754547119140625 +262,-2.839304515976621,-0.015805174795087196,-2.9365430559657617,-0.2976682186126709,0.015804516151547432,0.9545386433601379,-0.6088625192642212,0.6779513955116272,0.6596728563308716,0.3674771785736084,-0.10772345960140228,-0.5664312839508057 +263,-2.826793993018254,0.03133084699050385,-3.018912053399239,-0.3094730079174042,-0.03132572025060654,0.9503918886184692,-0.5558295845985413,0.2332809567451477,0.2553810775279999,0.18941691517829895,0.10430851578712463,-0.40286099910736084 +264,-2.826125639988022,0.05594370550377932,-2.996807668575962,-0.3097749948501587,-0.05591452866792679,0.949164092540741,0.467923641204834,-0.08732696622610092,-1.262826681137085,0.14234039187431335,0.3267122805118561,0.7401056289672852 +265,-2.8865310170572864,0.03162610839842012,-2.868097221018696,-0.2521788477897644,-0.03162083774805069,0.9671636819839478,0.8673985600471497,-0.1209610253572464,-1.3868827819824219,-0.5259277820587158,-0.04833520948886871,0.5796958804130554 +266,-2.8897239740803675,-0.013293374756105938,-2.7660700885511846,-0.24919211864471436,0.013292983174324036,0.9683629274368286,0.08289886265993118,-0.1575426459312439,-0.602063775062561,-0.08302223682403564,-0.058535292744636536,-0.1772404909133911 +267,-2.9023581553418647,-0.005473298035631165,-2.7281232241966316,-0.2369554340839386,0.005473270546644926,0.9715050458908081,-0.0947880893945694,-0.14828035235404968,-0.08612481504678726,0.1688554733991623,0.1672104448080063,-0.8652276396751404 +268,-2.8732954534716795,0.006725875471909033,-2.7477001297064216,-0.265083909034729,-0.0067258249036967754,0.9642016887664795,-0.03840826451778412,0.5271139740943909,0.3540200889110565,0.2757803797721863,0.21136145293712616,0.1279153823852539 +269,-2.8417087486840447,-0.05241764418507607,-2.782821312133199,-0.2950035631656647,0.05239364504814148,0.9540585875511169,0.6825971603393555,-0.5182583332061768,0.7582610845565796,-0.18937140703201294,0.03940322622656822,0.47372156381607056 +270,-2.8821148860114385,-0.08821644629136025,-2.827474997621813,-0.2555782198905945,0.0881020724773407,0.9627659916877747,-0.3079623878002167,0.02454657480120659,0.7695122957229614,-0.5484684705734253,-0.2528054118156433,0.18904387950897217 +271,-2.840198266027261,-0.04468257879086457,-2.9255189963932766,-0.2965557277202606,0.04466771334409714,0.9539703726768494,-0.6691750288009644,0.7282084822654724,0.6741153001785278,0.2935192584991455,-0.10973118245601654,-0.5045990943908691 +272,-2.829196610521444,-0.0034610157146029207,-3.0086446141746253,-0.3073377013206482,0.0034610088914632797,0.9515941143035889,-0.6374151706695557,-0.11650922894477844,0.3242267966270447,0.30533885955810547,-0.01971161924302578,-0.6543377637863159 +273,-2.837403019699283,0.040271671964546465,-2.994005895085508,-0.2992772161960602,-0.040260788053274155,0.9533162713050842,0.07754325121641159,0.04162105172872543,-0.7773000597953796,-0.057076454162597656,0.23427629470825195,0.7847054600715637 +274,-2.882042389853604,0.039936226031721554,-2.8748125965921654,-0.2564413249492645,-0.03992561250925064,0.965735137462616,0.2856030762195587,-1.042754054069519,-0.7736668586730957,-0.41699010133743286,0.14508917927742004,0.5583893060684204 +275,-2.9150226515123956,-0.0018206706862661049,-2.7795024270077833,-0.22463616728782654,0.0018206696258857846,0.9744411110877991,0.445294052362442,0.0387909971177578,-0.5187183022499084,-0.013370469212532043,-0.5917712450027466,0.030075550079345703 +276,-2.912018319032694,-0.003158471304126379,-2.7411565113422203,-0.22756189107894897,0.0031584659591317177,0.9737583994865417,-0.06200344115495682,-0.016267875209450722,-0.07977787405252457,0.06739042699337006,0.08871470391750336,-0.7123449444770813 +277,-2.9077696363892724,0.012554605876702641,-2.765530768398293,-0.23167990148067474,-0.012554275803267956,0.972710907459259,-0.1358722746372223,0.5372570753097534,0.18710748851299286,0.19905664026737213,0.3028222322463989,-0.6992735862731934 +278,-2.8227634691432772,0.006162251323089133,-2.7842497333863134,-0.3134489953517914,-0.0061622122302651405,0.9495850205421448,0.33237504959106445,0.6959749460220337,0.17540982365608215,0.08890068531036377,0.18340830504894257,0.9351195096969604 +279,-2.8483002891785234,-0.03886291420580632,-2.819078459925783,-0.28888726234436035,0.038853131234645844,0.9565744400024414,0.06487313657999039,-1.1511123180389404,0.6518141031265259,-0.5745770931243896,0.11590150743722916,0.6829824447631836 +280,-2.908035862679897,-0.024792564369007203,-2.8913227207919503,-0.23136810958385468,0.024790024384856224,0.9725505113601685,-0.4144861400127411,0.04904431477189064,0.39718717336654663,-0.2732858657836914,-0.09617063403129578,-0.0637369155883789 +281,-2.8685526712903324,-0.009208872447231174,-2.9288213586961014,-0.2696486711502075,0.009208742529153824,0.9629150032997131,-0.22318817675113678,-0.006772405002266169,0.678899884223938,0.44605550169944763,-0.14304357767105103,-0.9408504962921143 +282,-2.8762482314567923,0.0247170256432939,-2.986544020442392,-0.2621615529060364,-0.024714509025216103,0.9647074937820435,-0.5138035416603088,0.47549569606781006,-0.06388101726770401,0.145981103181839,0.15134720504283905,-0.33294785022735596 +283,-2.821950864710928,0.036549341624964725,-2.9073391602087972,-0.3140166997909546,-0.036541204899549484,0.9487141370773315,0.7222315073013306,-0.07614858448505402,-1.6586179733276367,0.4179442822933197,0.12005255371332169,0.950425386428833 +284,-2.8923578823304483,0.021396689432645097,-2.817095148331599,-0.2466059774160385,-0.021395057439804077,0.9688795804977417,0.6957815885543823,-0.015255285426974297,-0.9667249321937561,-0.4776219129562378,-0.06719747185707092,0.387916624546051 +285,-2.9023804787316947,-0.025077503925648944,-2.7467134315798254,-0.23686280846595764,0.025074874982237816,0.9712194800376892,0.14806799590587616,-0.11434908211231232,-0.6210363507270813,0.0064703673124313354,-0.11853495985269547,-0.2264837622642517 +286,-2.901090814555686,-0.016093837131207798,-2.7180178614926156,-0.23815926909446716,0.016093142330646515,0.9710929989814758,-0.21073895692825317,0.024941015988588333,0.18869444727897644,0.1483154445886612,0.11838257312774658,-0.8345571756362915 +287,-2.8746576816684355,0.006237130211682733,-2.7430103073599876,-0.26377105712890625,-0.00623708963394165,0.9645650386810303,0.006081626750528812,0.4237944483757019,-0.005608668550848961,0.20679479837417603,0.25577932596206665,0.08824551105499268 +288,-2.838545350738567,-0.032962667384175394,-2.739186009319147,-0.2982679009437561,0.032956697046756744,0.9539129734039307,0.5365169644355774,-0.35063958168029785,0.43124815821647644,-0.164698988199234,0.06909407675266266,0.4394737482070923 +289,-2.878051351332718,-0.07797555221264205,-2.7635777055264352,-0.2597097158432007,0.07789655774831772,0.9625400304794312,-0.013156380504369736,0.04564191773533821,0.5406535267829895,-0.5665537714958191,-0.17079205811023712,0.2623441219329834 +290,-2.8448656507070345,-0.04476489026287954,-2.8616823357032937,-0.2920989394187927,0.04474994167685509,0.9553406834602356,-0.947939395904541,0.7549047470092773,1.0522669553756714,0.21600335836410522,-0.14615985751152039,-0.4658997058868408 +291,-2.826889735078345,0.009127739069343761,-3.007137367878668,-0.3095210790634155,-0.009127612225711346,0.9508487582206726,-0.9339244365692139,-0.09792859107255936,1.0957884788513184,0.281490683555603,0.06180095300078392,-0.6259434223175049 +292,-2.827098790450164,0.05666796548890115,-3.06645052941282,-0.3088386058807373,-0.05663764104247093,0.9494264721870422,-0.21072819828987122,-0.11643321067094803,-0.26646116375923157,-0.08323594927787781,0.21519172191619873,0.4957943558692932 +293,-2.8577004155697354,0.05789375623961224,-2.9511589578788437,-0.27962490916252136,-0.05786142125725746,0.9583641290664673,0.5037533640861511,-0.7047159671783447,-0.8897885680198669,-0.43749237060546875,0.13012705743312836,0.6351568698883057 +294,-2.879604718506469,0.008829390012420672,-2.824573328824857,-0.2589910328388214,-0.008829275146126747,0.9658392667770386,0.9556555151939392,-0.08486279845237732,-0.8139307498931885,0.0612829327583313,-0.9174860119819641,-0.004459381103515625 +295,-2.903056983234271,-0.005735105420313809,-2.7533712407434145,-0.23627610504627228,0.005735074169933796,0.9716688990592957,0.00699882535263896,-0.0850299522280693,-0.48663395643234253,0.004846066236495972,0.05856546014547348,-0.508442759513855 +296,-2.9093971810050765,0.008013931660795238,-2.7399676938823085,-0.23010724782943726,-0.008013845421373844,0.973132312297821,-0.39612555503845215,0.061079610139131546,0.06333725899457932,0.21773234009742737,0.13505852222442627,-0.8366881608963013 +297,-2.8360361927310804,0.016409881092273586,-2.733703712295005,-0.30078354477882385,-0.016409143805503845,0.953551709651947,0.23298940062522888,1.2406654357910156,0.04623686894774437,0.0552542507648468,0.29268476366996765,0.7518014907836914 +298,-2.8125036976018514,-0.031815909103767505,-2.7573963159035255,-0.3230173587799072,0.031810540705919266,0.9458580017089844,0.4240705668926239,-0.6775493621826172,0.7719166874885559,-0.3498951494693756,-0.005382325500249863,0.48920029401779175 +299,-2.857181578925857,-0.05272449539718956,-2.7956544207338383,-0.2802022695541382,0.05270007252693176,0.958493173122406,-0.26924920082092285,-0.02718304842710495,0.5321708917617798,-0.39495331048965454,-0.22791676223278046,-0.012906134128570557 +300,-2.832532277401001,-0.01834135870842429,-2.881309569572799,-0.3041124641895294,0.018340330570936203,0.952459454536438,-0.6459523439407349,0.6494896411895752,0.6919268369674683,0.2330828607082367,-0.0752861350774765,-0.49077439308166504 +301,-2.807131259980883,0.017161676819553762,-2.9714747401977624,-0.3282121419906616,-0.01716083474457264,0.9444481730461121,-0.5957785844802856,0.12097547203302383,0.3652942478656769,0.3013566732406616,0.10219806432723999,-0.46095824241638184 +302,-2.8029338945115314,0.06613445007970592,-2.966362020480038,-0.33149605989456177,-0.06608624756336212,0.9411391615867615,0.1185510978102684,-0.18220894038677216,-0.7962973117828369,-0.07440295815467834,0.21785017848014832,0.6477432250976562 +303,-2.841558315527527,0.06263568311375695,-2.838335885082533,-0.2949734032154083,-0.06259473413228989,0.9534528255462646,0.38207221031188965,-0.8209582567214966,-0.8791844844818115,-0.4742068350315094,0.08383498340845108,0.4508591294288635 +304,-2.8684645267687507,0.021642971993610705,-2.7264098646080357,-0.26968175172805786,-0.021641282364726067,0.9627063274383545,0.3422093093395233,-0.1552637666463852,-0.6057541370391846,0.03797703981399536,-0.5907244682312012,0.05270504951477051 +305,-2.871738909557299,0.03237095475443047,-2.6859818981454056,-0.26645082235336304,-0.03236529976129532,0.9633049368858337,-0.0696696862578392,0.04621254280209541,-0.09171426296234131,0.11494627594947815,0.14756916463375092,-0.608614444732666 +306,-2.8620615266303693,0.043503001519509414,-2.714742177575838,-0.2756439447402954,-0.043489281088113785,0.9602754712104797,-0.28727439045906067,0.4037814140319824,0.45291152596473694,0.1956573724746704,0.2459123730659485,-0.558984637260437 +307,-2.8179799021008387,0.03506924830948428,-2.7636224021391347,-0.3177984058856964,-0.03506205976009369,0.9475100636482239,0.4433022439479828,0.5489463210105896,0.3482683300971985,0.11221671104431152,0.2895176112651825,0.8749083280563354 +308,-2.8363130185759835,-0.034874038067463295,-2.821621282681773,-0.3003771901130676,0.03486697003245354,0.9531831741333008,0.3304218351840973,-0.8768858909606934,0.8493335247039795,-0.40819522738456726,0.23446592688560486,0.7099181413650513 +309,-2.853318323089967,-0.05065697634591185,-2.8775162732997503,-0.28393352031707764,0.05063531547784805,0.9575061202049255,-0.25640013813972473,0.20297405123710632,0.556002140045166,-0.21850788593292236,-0.27556511759757996,-0.24995601177215576 +310,-2.8028529775714546,-0.01968132221158654,-2.9325248891833184,-0.33223438262939453,0.019680051133036613,0.9429917931556702,-0.5798664093017578,0.5177288055419922,0.5535076260566711,0.30211347341537476,-0.16054919362068176,-0.5982497930526733 +311,-2.7795087254294732,0.019193863755982744,-3.007669085253877,-0.3541586101055145,-0.019192684441804886,0.9349885582923889,-0.5175397396087646,0.266806960105896,0.08471161127090454,0.21429651975631714,0.1704683154821396,-0.1878875494003296 +312,-2.784328973112257,0.045939905431821484,-2.956121480864805,-0.34934306144714355,-0.04592374712228775,0.9358688592910767,0.43236303329467773,-0.32747772336006165,-1.4204481840133667,0.26512980461120605,0.24064114689826965,0.7491439580917358 +313,-2.8581251346283127,0.03342827197098968,-2.86805323163298,-0.2795301675796509,-0.03342204540967941,0.95955491065979,0.9580055475234985,-0.00047560082748532295,-1.2289191484451294,-0.5300554037094116,-0.04723590984940529,0.4052368402481079 +314,-2.857561409784902,-0.013959821729289456,-2.7914105852203663,-0.28020039200782776,0.01395936869084835,0.9598402380943298,0.16416549682617188,-0.05600567162036896,-0.2710912823677063,0.05992448329925537,-0.2228064090013504,-0.09967160224914551 +315,-2.852901640658876,-0.0054750443400473515,-2.786167218033977,-0.2846934497356415,0.00547501677647233,0.9586032629013062,-0.1774410456418991,-0.10580385476350784,0.1485855132341385,0.2076975703239441,0.1656065285205841,-0.8100281953811646 +316,-2.833791119646016,0.00940110210220086,-2.8261556545482702,-0.302950918674469,-0.00940096378326416,0.9529600739479065,-0.11048207432031631,0.4817507863044739,0.3188110589981079,0.20315837860107422,0.20814669132232666,-0.19197344779968262 +317,-2.791588460434559,-0.020715084795258645,-2.8546694289132946,-0.3428282141685486,0.020713603124022484,0.9391698241233826,0.4255734086036682,0.11817621439695358,0.3690452575683594,0.1606382429599762,0.010780537500977516,0.5349971055984497 +318,-2.844495854143343,-0.07084217360857736,-2.884704617248057,-0.29201117157936096,0.07078293710947037,0.953792154788971,-0.013413551263511181,-0.3188255727291107,0.4202759861946106,-0.5863457918167114,-0.13589218258857727,0.43535280227661133 +319,-2.8534309560148703,-0.05527691223425754,-2.9543654829944472,-0.2837561368942261,0.055248767137527466,0.9573034644126892,-0.4526548981666565,0.3635897636413574,0.49132296442985535,-0.0019646883010864258,-0.06834080815315247,-0.331418514251709 +320,-2.8221631287693687,-0.0276523503933084,-3.0131309049690462,-0.3139050006866455,0.02764882706105709,0.9490519762039185,-0.49893662333488464,-0.10554777830839157,0.5807392001152039,0.3518383204936981,-0.09074391424655914,-0.7778328657150269 +321,-2.821093329588718,0.01821441235795177,-3.038429557366577,-0.31498828530311584,-0.018213404342532158,0.9489209651947021,-0.26705509424209595,-0.17835135757923126,-0.44870030879974365,0.048646122217178345,0.11976064741611481,0.0541156530380249 +322,-2.845372202486797,0.03324253548936169,-2.9282552210822796,-0.2917460799217224,-0.033236414194107056,0.9559180736541748,0.2754254937171936,-0.3727690577507019,-0.9710201025009155,-0.12413221597671509,0.16256991028785706,0.8240958452224731 +323,-2.8920869110404133,0.0012841934541476276,-2.833475017561296,-0.24692487716674805,-0.0012841931311413646,0.96903395652771,0.8651332259178162,-0.10782614350318909,-0.5179154872894287,-0.16263630986213684,-0.6617102026939392,0.1411193609237671 +324,-2.900627988817911,-0.014766951692195794,-2.797204042191284,-0.23861344158649445,0.014766414649784565,0.9710020422935486,-0.010282509960234165,0.1624206155538559,-0.24128122627735138,0.014187246561050415,0.08307293057441711,-0.5033814907073975 +325,-2.869564586932311,-0.011274523164368347,-2.80119142217947,-0.26866841316223145,0.011274284683167934,0.9631667733192444,-0.23757512867450714,0.31146910786628723,0.3303361237049103,0.26351094245910645,0.12016493082046509,-0.8807693719863892 +326,-2.830635379202383,-0.004043847384647674,-2.8374096345644193,-0.30596765875816345,0.004043836146593094,0.9520334005355835,0.029447749257087708,0.5855069756507874,0.4400542974472046,0.012571662664413452,0.1777646392583847,0.7036367654800415 +327,-2.8200726042852775,-0.0591227666225871,-2.85515578158526,-0.31545689702033997,0.0590883269906044,0.9470983147621155,0.49614885449409485,-0.8721005320549011,0.7369175553321838,-0.39177268743515015,0.1527189165353775,0.5644981861114502 +328,-2.865796784597679,-0.0922208537140489,-2.907532024647118,-0.2711557149887085,0.0920901894569397,0.9581201672554016,-0.3847009837627411,0.06951381266117096,0.8098441362380981,-0.3452841639518738,-0.2478976845741272,0.040903329849243164 +329,-2.8312512758556867,-0.04447723889011567,-3.000814272721693,-0.30508172512054443,0.044462576508522034,0.9512876868247986,-0.8311172723770142,0.6660622954368591,0.8114895224571228,0.20054376125335693,-0.17272795736789703,-0.6741423606872559 +330,-2.8083789289576044,0.0028319658241386186,-3.113503213461757,-0.3270803689956665,-0.0028319619596004486,0.9449923634529114,-0.7770808339118958,0.18763680756092072,0.4668453335762024,0.3295065462589264,0.15056756138801575,-0.4845278263092041 +331,-2.8097380322253516,0.040065313969677704,-3.095771907366617,-0.3255356252193451,-0.040054596960544586,0.9446812272071838,0.33512669801712036,0.1386987715959549,-0.9814059138298035,-0.05591893196105957,0.2592470943927765,0.768835186958313 +332,-2.8425149823367515,0.028985584843876394,-3.002271865117356,-0.2945151627063751,-0.0289815254509449,0.9552071690559387,0.5162429213523865,-1.0491042137145996,-0.7238882184028625,-0.4918923079967499,0.2497761994600296,0.544930100440979 +333,-2.863780062476275,-0.017635256940667976,-2.9163335437289084,-0.2742100656032562,0.01763434335589409,0.9615079164505005,0.3567456007003784,-0.13128924369812012,-0.2887307405471802,0.0561162531375885,-0.5207471251487732,-0.07735282182693481 +334,-2.8412490634760053,-0.02209626716586165,-2.873868523694774,-0.29577627778053284,0.022094469517469406,0.9550018906593323,0.12201723456382751,0.4069349467754364,-0.32666686177253723,0.09779343008995056,0.06863429397344589,-0.549636721611023 +335,-2.816062659221102,-0.018123336129725845,-2.8646262974625145,-0.31975850462913513,0.018122343346476555,0.9473258852958679,-0.10147649794816971,0.2342638522386551,0.11475325375795364,0.22593221068382263,0.1481374204158783,-0.4913015365600586 +336,-2.781667603770437,-0.02942818455390229,-2.881105132132356,-0.35205161571502686,0.02942393720149994,0.9355180263519287,0.335984468460083,0.4461645185947418,0.27408671379089355,0.15515220165252686,0.18508411943912506,0.5646955966949463 +337,-2.7879764455895613,-0.07860628587140367,-2.896958092522305,-0.34522315859794617,0.0785253569483757,0.9352295994758606,0.29122430086135864,-0.520631730556488,0.08832602947950363,-0.47855299711227417,0.07799927145242691,0.6023526191711426 +338,-2.8096309383115443,-0.07341250473242002,-2.9281985146834604,-0.3250204622745514,0.0733465775847435,0.9428583383560181,-0.5592097640037537,0.3009323477745056,0.21169327199459076,-0.293448805809021,-0.1148047149181366,-0.11245989799499512 +339,-2.7686029256610647,-0.021651126671040986,-2.9849401797512227,-0.36431580781936646,0.02164943516254425,0.9310237765312195,-0.8457636833190918,0.15613871812820435,0.6272649765014648,0.40060120820999146,-0.09362514317035675,-0.5661709308624268 +340,-2.7899137803687,0.034416881452681396,-3.066029380177539,-0.34427040815353394,-0.034410085529088974,0.9382397532463074,-0.5966173410415649,-0.24802787601947784,0.05564390867948532,0.19346782565116882,0.15925750136375427,-0.4280926585197449 +341,-2.8053253053576825,0.05091969448302185,-2.9825000000444373,-0.32953810691833496,-0.050897691398859024,0.9427692890167236,0.8944519758224487,-0.08863212168216705,-1.8566882610321045,0.15270403027534485,0.3093663156032562,0.8575236201286316 +342,-2.86163609826858,0.01290571661725354,-2.8635297179632766,-0.2762909233570099,-0.012905358336865902,0.9609875679016113,0.8382542133331299,-0.25328201055526733,-0.5889462828636169,-0.4799346923828125,-0.344989538192749,0.3565784692764282 +343,-2.8878602544121716,-0.029741351197880957,-2.833261402356882,-0.2509075701236725,0.029736965894699097,0.9675541520118713,0.1191062331199646,0.04114973172545433,-0.145176500082016,-0.07778197526931763,0.011873744428157806,-0.1489964723587036 +344,-2.8686095318558973,-0.03298904596769313,-2.820273175776235,-0.2694585919380188,0.03298306092619896,0.9624468684196472,-0.03045329451560974,0.008063266053795815,0.16546256840229034,0.2579382359981537,0.07170748710632324,-0.7957141995429993 +345,-2.844361763365604,-0.02972809975867635,-2.8437675983001083,-0.2927442193031311,0.029723720625042915,0.9557286500930786,0.027396608144044876,0.5201193690299988,0.047473035752773285,0.1724439561367035,0.07026712596416473,-0.1919957995414734 +346,-2.805527269334315,-0.04292220411261555,-2.8459659111521685,-0.3294714093208313,0.04290902614593506,0.9431899785995483,0.24508753418922424,-0.040803756564855576,0.08731192350387573,0.1860998570919037,0.07150136679410934,0.5283218026161194 +347,-2.836193267788947,-0.07686568963937605,-2.836977812494862,-0.29978621006011963,0.07679001986980438,0.9509106278419495,0.19728867709636688,-0.0727994292974472,-0.11040244996547699,-0.6022980809211731,-0.10672777891159058,0.41587990522384644 +348,-2.8288292146437293,-0.054617348045359095,-2.881424990986562,-0.3072303831577301,0.05459019914269447,0.9500681757926941,-0.6737816333770752,0.37784817814826965,0.4887957274913788,0.0364479124546051,-0.08869358897209167,-0.18735754489898682 +349,-2.7990742516461014,-0.009079532473145309,-2.9666375888603462,-0.3358464539051056,0.009079407900571823,0.9418730735778809,-0.763539731502533,-0.1489940583705902,0.836115300655365,0.3941808044910431,-0.05647320672869682,-0.7705626487731934 +350,-2.8016614813775154,0.03965150164855059,-3.045218518926361,-0.33316007256507874,-0.039641112089157104,0.9420364499092102,-0.4245477616786957,-0.017105232924222946,0.0493149571120739,0.12376376986503601,0.2396380603313446,-0.17714399099349976 +351,-2.8029826287298834,0.04260406287154154,-2.9687729234952798,-0.3318750560283661,-0.04259117692708969,0.9423617720603943,0.6901034116744995,0.3043454885482788,-1.5883625745773315,0.21929559111595154,0.1123238280415535,0.9088501930236816 +352,-2.850981225784959,0.022221843718046398,-2.8853279850156923,-0.2864673435688019,-0.02222001552581787,0.957832396030426,0.6558409333229065,0.028890132904052734,-0.6894110441207886,-0.4105846881866455,-0.38518965244293213,0.23836517333984375 +353,-2.86348236228108,-0.004527982945083017,-2.8561802131899823,-0.27453622221946716,0.004527967423200607,0.9615660309791565,0.12602607905864716,-0.054105211049318314,-0.46849292516708374,-0.0027464628219604492,-0.1080435961484909,-0.12671196460723877 +354,-2.8556272247698744,-0.007232213145334166,-2.8079818018202958,-0.2820764183998108,0.007232150062918663,0.959364652633667,0.029731329530477524,0.23463506996631622,-0.17194463312625885,0.23700198531150818,0.08854726701974869,-0.7984150052070618 +355,-2.8384033119027237,0.00715199870510637,-2.825708928844265,-0.29855793714523315,-0.007151937577873468,0.9543645977973938,-0.3195149004459381,0.26186084747314453,0.47522851824760437,0.15463709831237793,0.09777388721704483,-0.15163034200668335 +356,-2.7833868868291014,-0.017930712416117277,-2.839959188542773,-0.35053807497024536,0.01792975142598152,0.9363768100738525,0.5007829070091248,0.2090045064687729,0.07949231564998627,0.26771336793899536,0.05757073685526848,0.6350038051605225 +357,-2.846028866949481,-0.0519450863385561,-2.8692662166606344,-0.2908863127231598,0.05192172899842262,0.9553476572036743,-0.016175203025341034,-0.3606759309768677,0.36799362301826477,-0.6053690910339355,0.010913964360952377,0.4059651494026184 +358,-2.8313010744197795,-0.029991614953639778,-2.94030233217688,-0.3051990568637848,0.029987119138240814,0.9518164992332458,-0.5687800049781799,0.5408632755279541,0.8120721578598022,0.016685813665390015,-0.06734062731266022,-0.3994176387786865 +359,-2.7984434247658267,0.0044826916559859,-3.0511284967253505,-0.33645108342170715,-0.004482676740735769,0.9416905045509338,-0.873935341835022,-0.1505393385887146,0.9665949940681458,0.365778386592865,-0.04513890668749809,-0.718927264213562 +360,-2.8034960103716884,0.055884080308271016,-3.111363498579475,-0.3311743438243866,-0.05585499852895737,0.9419150948524475,-0.32868215441703796,-0.14278069138526917,-0.2680138647556305,0.007275998592376709,0.17575855553150177,0.18711328506469727 +361,-2.8274576851343833,0.06547696478286687,-3.002318426319776,-0.30833181738853455,-0.0654301866889,0.9490262269973755,0.6924118995666504,-0.3915691077709198,-1.2251719236373901,-0.09277603030204773,0.2954259216785431,0.7534275054931641 +362,-2.86728973428792,0.010479430467210999,-2.874944311237138,-0.27086105942726135,-0.01047923881560564,0.9625611901283264,0.9792491793632507,0.026361489668488503,-0.6916847229003906,-0.14909130334854126,-0.734027624130249,0.14156454801559448 +363,-2.8810148658993002,-0.010452930400496331,-2.8357618371962685,-0.25762486457824707,0.010452739894390106,0.9661887288093567,-0.04229308292269707,-0.051658451557159424,-0.03831615298986435,0.10387727618217468,0.134276881814003,-0.31456196308135986 +364,-2.875203571194908,-0.011864919844038995,-2.8580063456156584,-0.2632310092449188,0.011864641681313515,0.9646596312522888,-0.14751993119716644,0.13470615446567535,0.5071007609367371,0.189897358417511,0.10115720331668854,-0.7330619692802429 +365,-2.8431514597933893,-0.0036710052468645737,-2.9080923752350785,-0.29402869939804077,0.0036709969863295555,0.9557895660400391,-0.03586209937930107,0.42343154549598694,0.37605345249176025,0.19313758611679077,0.10840480774641037,0.10559654235839844 +366,-2.836726650388126,-0.04480969018795808,-2.953318842780169,-0.2998640239238739,0.04479469731450081,0.9529295563697815,0.4838717579841614,-0.7463746070861816,0.5398450493812561,-0.3410661220550537,0.2197316735982895,0.7476165890693665 +367,-2.8778767728693047,-0.06656440857499137,-2.9815497830541355,-0.26009243726730347,0.06651526689529419,0.9632898569107056,-0.30987006425857544,-0.00832346361130476,0.4553985893726349,-0.32438015937805176,-0.2497885823249817,0.07803082466125488 +368,-2.8521100349679593,-0.018271992710558915,-3.0676827123152353,-0.28540879487991333,0.018270976841449738,0.9582318663597107,-0.9462006092071533,0.5197513103485107,0.9238348603248596,0.19953230023384094,-0.12293101102113724,-0.6300303936004639 +369,-2.82582913127331,0.04489903778947812,3.086635777552848,-0.3102293014526367,-0.044883955270051956,0.949601411819458,-0.8232852816581726,0.2898310422897339,0.7894770503044128,0.3306761384010315,0.08350396156311035,-0.5830550193786621 +370,-2.8196644212130737,0.08640358045030602,3.0970700445829884,-0.3152160346508026,-0.08629611134529114,0.9450883865356445,0.407876580953598,-0.13783703744411469,-1.2438950538635254,-0.07087710499763489,0.25037387013435364,0.71168053150177 +371,-2.8512316535754603,0.06296871461088445,-2.9770455313675654,-0.28573063015937805,-0.06292711198329926,0.9562413692474365,0.7872500419616699,-0.3034534156322479,-1.6158899068832397,-0.5601860284805298,0.13923633098602295,0.6958884000778198 +372,-2.858844850094059,0.027384756745201844,-2.879602682796967,-0.27889078855514526,-0.027381334453821182,0.9599324464797974,0.18645408749580383,-0.4414321780204773,-0.2406700998544693,0.10385724902153015,-0.6820760369300842,0.017499864101409912 +373,-2.880991786501522,0.03673765164491808,-2.8535443826708917,-0.25748735666275024,-0.03672938793897629,0.9655835032463074,-0.024149930104613304,-0.057591762393713,-0.23847807943820953,0.11452773213386536,0.1379104107618332,-0.6194835901260376 +374,-2.875308919733314,0.04324645182784791,-2.8507690794170446,-0.2629019021987915,-0.04323297366499901,0.9638532996177673,-0.24433772265911102,0.2668434977531433,0.197994202375412,0.2081991732120514,0.1397600769996643,-0.7737594842910767 +375,-2.8134543573030237,0.03890431434808525,-2.857390545826704,-0.32203733921051025,-0.03889450058341026,0.945927619934082,0.41278040409088135,0.9676763415336609,0.017006924375891685,0.12484800815582275,0.30223068594932556,0.9481000304222107 +376,-2.809832367861669,-0.02322859438923464,-2.8777531383055472,-0.32561996579170227,0.023226505145430565,0.9452154636383057,0.44208356738090515,-1.2811638116836548,0.9948487877845764,-0.43686169385910034,0.1951267570257187,0.5230005383491516 +377,-2.8810864510493444,-0.051356451407375124,-2.980595148969049,-0.25723013281822205,0.05133387818932533,0.9649857878684998,-0.36183151602745056,-0.10777643322944641,1.1676809787750244,-0.29033154249191284,-0.18794581294059753,-0.01273047924041748 +378,-2.8523483622761936,-0.026687627021782886,-3.0689068721715986,-0.2851264476776123,0.026684459298849106,0.9581184983253479,-0.6061456799507141,0.5823712348937988,0.5376644134521484,0.2090919017791748,-0.1484343409538269,-0.7630348205566406 +379,-2.825050540922412,-0.0012139458182564096,3.1369363614060517,-0.3112821578979492,0.001213945564813912,0.9503169655799866,-0.5256088972091675,0.272577702999115,0.45917484164237976,0.24649333953857422,0.06120976060628891,-0.45553529262542725 +380,-2.832016300973559,0.007963228907945794,-3.1328266173243624,-0.3046455383300781,-0.007963145151734352,0.9524326920509338,0.5324453115463257,-0.052238959819078445,-1.4106850624084473,0.30875012278556824,0.2300700843334198,0.988561749458313 +381,-2.892887427973469,-0.0023729547782723463,-3.0317659277323936,-0.24614860117435455,0.0023729526437819004,0.9692294597625732,0.5157836079597473,-0.1204589381814003,-1.1889617443084717,-0.6355043053627014,0.047828465700149536,0.5655150413513184 +382,-2.915514062211743,-0.03606634403974665,-2.942293533784152,-0.22401179373264313,0.03605852648615837,0.9739187955856323,0.09520811587572098,-0.426399290561676,-0.8157174587249756,0.0653052031993866,-0.19520770013332367,-0.22619271278381348 +383,-2.9515069419804743,-0.015442850530917217,-2.9017811092588532,-0.18892055749893188,0.015442236326634884,0.9818710684776306,-0.1734618842601776,-0.4154945909976959,0.14151376485824585,0.083009272813797,0.07615627348423004,-0.8832992315292358 +384,-2.922252637158936,0.014308168756570056,-2.9144348786421665,-0.21756331622600555,-0.014307680539786816,0.9759417176246643,-0.048568934202194214,1.1709424257278442,-0.28009697794914246,0.17250406742095947,0.2885538935661316,-0.09821009635925293 +385,-2.8277652252409324,-0.02284399005702129,-2.8859168485711075,-0.3086208403110504,0.022842003032565117,0.9509108662605286,0.5772148370742798,-0.4699154198169708,0.253268837928772,0.06113851070404053,0.0021366383880376816,0.5555131435394287 +386,-2.8931049717658315,-0.0647934258789451,-2.8937308293886836,-0.24542231857776642,0.06474810093641281,0.9672515988349915,-0.06505462527275085,-0.14676743745803833,0.34707674384117126,-0.5655518174171448,-0.13153579831123352,0.3320953845977783 +387,-2.875461726689329,-0.03869338952014934,-2.961632652024894,-0.26280367374420166,0.03868373483419418,0.9640734791755676,-0.5280874371528625,0.4427286982536316,0.7909847497940063,0.20402684807777405,-0.11635097861289978,-0.5790942907333374 +388,-2.8634898174939805,0.008881220923348435,-3.0798230296167612,-0.2745210826396942,-0.008881104178726673,0.961540162563324,-0.939422607421875,0.04412462189793587,0.9023171663284302,0.2227480113506317,0.0610509030520916,-0.7041548490524292 +389,-2.829090291407972,0.058865806600257545,-3.121694349248827,-0.3069083094596863,-0.05883181467652321,0.9499192833900452,-0.14273236691951752,0.3260442912578583,-0.23321841657161713,-0.037787795066833496,0.1460205316543579,0.6306321620941162 +390,-2.8666951111765004,0.06217917377799421,-3.0167730682838028,-0.2709237039089203,-0.0621391162276268,0.9605929255485535,0.34054043889045715,-0.955171525478363,-0.7961800694465637,-0.5068472623825073,0.1918998658657074,0.6460810899734497 +391,-2.8965718508369114,0.011967014711678764,-2.9006500995915427,-0.24255919456481934,-0.011966729536652565,0.9700630307197571,0.705264151096344,-0.053357284516096115,-0.6102287769317627,0.060735419392585754,-0.8870506286621094,0.050277113914489746 +392,-2.9096202946750727,0.004826411104977677,-2.857319889602267,-0.22989486157894135,-0.004826392512768507,0.9732036590576172,-0.14651057124137878,-0.1249636709690094,-0.15547068417072296,0.013158977031707764,-0.024851953610777855,-0.6115092039108276 +393,-2.915333159664685,0.028275197250705802,-2.8713391913083712,-0.22424423694610596,-0.028271429240703583,0.9741227030754089,-0.3224988877773285,0.34382933378219604,0.16704387962818146,0.18299974501132965,0.22031855583190918,-0.8329790234565735 +394,-2.8176937338950356,0.0263114032914095,-2.860520986746211,-0.31815510988235474,-0.026308367028832436,0.9476739168167114,0.4497509300708771,1.135778546333313,-0.030264873057603836,0.13726204633712769,0.3203452229499817,0.8408700227737427 +395,-2.816565199751927,-0.03954281819525857,-2.8696403000223683,-0.31908509135246277,0.03953251242637634,0.9469009041786194,0.5641319155693054,-1.039470911026001,0.749607264995575,-0.47617238759994507,0.00017084181308746338,0.5250226259231567 +396,-2.882192650388235,-0.06321536393758437,-2.9352095323063905,-0.25598838925361633,0.06317327171564102,0.964613676071167,-0.38898491859436035,-0.07749085128307343,1.023929238319397,-0.41219404339790344,-0.17891117930412292,0.02873373031616211 +397,-2.8535820194735875,-0.03484458560331921,-3.0386410360681007,-0.28387293219566345,0.03483753651380539,0.9582287669181824,-0.5063411593437195,0.6552141308784485,0.9166960120201111,0.24728238582611084,-0.1436174511909485,-0.5929945111274719 +398,-2.8334178816588977,-0.0036760021248268705,-3.141565222907098,-0.3033177852630615,0.003675993764773011,0.9528821706771851,-0.5971965193748474,0.25683265924453735,0.3493654727935791,0.3049505352973938,0.03877395763993263,-0.4877944588661194 +399,-2.8308185621213617,0.031074043384280887,-3.111176806695877,-0.30564814805984497,-0.031069042161107063,0.9516375660896301,0.3416984975337982,-0.12396557629108429,-1.0603489875793457,0.029830247163772583,0.18902802467346191,0.8079144954681396 +400,-2.8767458499182963,0.029881319523041898,-2.966018431872687,-0.26164451241493225,-0.029876872897148132,0.9647015929222107,0.5234510898590088,-0.8740941882133484,-1.3397321701049805,-0.5534647107124329,0.22485367953777313,0.63182532787323 +401,-2.8881900582821105,-0.010956945997716511,-2.844232213950033,-0.25068438053131104,0.010956726968288422,0.9680072665214539,0.3298487663269043,-0.18279042840003967,-0.648264467716217,0.11388924717903137,-0.435120552778244,-0.01767420768737793 +402,-2.8887412390109,-0.007623554510024597,-2.7729650254735647,-0.2501583993434906,0.007623480632901192,0.9681746363639832,0.07502599060535431,0.1203790009021759,-0.4344877004623413,0.10741245746612549,0.08174724876880646,-0.6493120193481445 +403,-2.8758756059875346,0.01751552068023793,-2.770052974597883,-0.2625609040260315,-0.017514625564217567,0.9647563099861145,-0.48537373542785645,0.2745295763015747,0.1632443219423294,0.20491322875022888,0.18800108134746552,-0.6234936714172363 +404,-2.817288502893661,0.02581621897105825,-2.7963060511660136,-0.31854304671287537,-0.025813352316617966,0.9475566744804382,0.4118858575820923,0.6831288933753967,0.32144153118133545,0.13830634951591492,0.38819435238838196,0.9189134836196899 +405,-2.84696936236062,-0.03383488394818811,-2.8411707348665374,-0.2902131974697113,0.033828429877758026,0.9563639163970947,0.19126564264297485,-0.6749516129493713,0.6761647462844849,-0.6711210608482361,0.09751923382282257,0.6491506099700928 +406,-2.8465270960969313,-0.04325932227005687,-2.93694492839063,-0.2905305325984955,0.043245829641819,0.955888032913208,-0.6187308430671692,0.6182683110237122,0.9539325833320618,-0.21799913048744202,-0.1926904022693634,-0.243546724319458 +407,-2.7742675621971675,0.0006794016438871686,-3.0707759248310196,-0.3591202199459076,-0.000679401564411819,0.9332911968231201,-1.0007681846618652,0.2271508425474167,1.480303406715393,0.4708450138568878,-0.1752391755580902,-0.7311426401138306 +408,-2.7743664194928543,0.04145473263563756,3.0847206194394925,-0.3587195575237274,-0.041442859917879105,0.9325250387191772,-0.45742368698120117,0.057221394032239914,0.13593362271785736,0.20263740420341492,0.1431732028722763,-0.1386253833770752 +409,-2.7991357226331144,0.05918226900579263,-3.1333190565297766,-0.33521440625190735,-0.059147726744413376,0.9402832388877869,0.49882590770721436,-0.2040378749370575,-1.507716178894043,0.20029622316360474,0.11021889746189117,0.7723935842514038 +410,-2.8579319619515084,0.041352513339645965,-3.0022224020155677,-0.27963268756866455,-0.04134072735905647,0.9592167735099792,0.9273857474327087,0.14529302716255188,-1.3704025745391846,-0.4813994765281677,-0.17792807519435883,0.2974209785461426 +411,-2.862942593226729,0.007190034490388797,-2.922598750732681,-0.27505090832710266,-0.007189972326159477,0.9614027142524719,0.06605342030525208,-0.01806093007326126,-0.5467754602432251,-0.03915807604789734,-0.19292904436588287,-0.2436903715133667 +412,-2.850673099998513,0.023388369721829554,-2.8941050263383556,-0.286754846572876,-0.023386238142848015,0.9577186703681946,-0.1052161231637001,0.20426547527313232,-0.08717503398656845,0.2328912913799286,0.13219666481018066,-0.7489782571792603 +413,-2.8141037687303223,0.04081992202025673,-2.911092557608898,-0.32139840722084045,-0.04080858826637268,0.946064293384552,-0.11863566190004349,0.46122363209724426,0.08207175135612488,0.25021618604660034,0.21935167908668518,-0.19275319576263428 +414,-2.7585305615346334,0.0016455341395632003,-2.913033502371279,-0.37376195192337036,-0.0016455333679914474,0.9275234341621399,0.5534547567367554,0.11102977395057678,0.3950888514518738,0.1848427951335907,0.0448889397084713,0.5932592153549194 +415,-2.814540514183978,-0.05132299862602247,-2.9492651342592797,-0.32082971930503845,0.051300469785928726,0.9457462430000305,-0.22202052175998688,-0.2706441581249237,0.8127769231796265,-0.6377730965614319,-0.16455121338367462,0.3603447675704956 +416,-2.7945612747779682,-0.029312581402356336,-3.040331445165303,-0.33996155858039856,0.029308384284377098,0.9399825930595398,-0.6490653157234192,0.7276053428649902,0.5652096271514893,0.12734562158584595,-0.07656485587358475,-0.3162490129470825 +417,-2.760346385981789,0.009162700337420717,-3.1403371145167425,-0.37206199765205383,-0.009162572212517262,0.9281628727912903,-0.8188496828079224,-0.23118121922016144,0.8577041029930115,0.39357686042785645,-0.03675112500786781,-0.729218602180481 +418,-2.7380829607315227,0.06178761041395812,3.094646137857414,-0.3918992578983307,-0.06174830347299576,0.9179335236549377,-0.34387919306755066,-0.020233090966939926,-0.3241975009441376,0.027137964963912964,0.07920436561107635,0.1211746335029602 +419,-2.7601170539335422,0.08473555674309513,-3.0543581667681763,-0.37095463275909424,-0.0846341922879219,0.9247862696647644,0.6485940217971802,-0.5868343114852905,-1.671274185180664,-0.1703203320503235,0.0413602739572525,0.7570832371711731 +420,-2.80903567759746,0.04860520499278657,-2.913332075165866,-0.3260754346847534,-0.04858607053756714,0.9440944194793701,1.158815622329712,0.05245218053460121,-0.7205280065536499,-0.10838806629180908,-0.6484048962593079,0.09766888618469238 +421,-2.820007960304209,0.018084358109901517,-2.8341868127528187,-0.316018670797348,-0.018083373084664345,0.9485804438591003,0.17220909893512726,-0.19402171671390533,-0.401593953371048,0.05324709415435791,-0.0012647714465856552,-0.5129879713058472 +422,-2.8420351408998505,0.040025872872657985,-2.8335227965724226,-0.2948611080646515,-0.04001518711447716,0.9547019600868225,-0.5158745646476746,-0.28712528944015503,0.15021899342536926,0.2041628658771515,0.15354058146476746,-0.7535758018493652 +423,-2.7936690523733816,0.05681133752825588,-2.846024978832607,-0.3403964340686798,-0.05678078159689903,0.9385658502578735,0.2835104465484619,1.5983411073684692,-0.15534496307373047,0.1286349892616272,0.35765358805656433,0.5701467394828796 +424,-2.7199504212323773,-0.015015331078662708,-2.8231491762153516,-0.40921324491500854,0.015014766715466976,0.9123151302337646,0.8311506509780884,-0.777376651763916,0.3730016052722931,-0.5376098155975342,0.05145251750946045,0.4849168062210083 +425,-2.7713605694369114,-0.04369643161463827,-2.849408806104129,-0.36148637533187866,0.0436825267970562,0.9313534498214722,-0.5067712068557739,-0.109405517578125,0.8043933510780334,-0.29938700795173645,-0.3166012167930603,-0.013079643249511719 +426,-2.745849657279906,0.001218017737391136,-2.9617215520581386,-0.38549360632896423,-0.0012180174235254526,0.9227097630500793,-0.994245171546936,0.45472627878189087,0.9396960735321045,0.31681379675865173,-0.12451440095901489,-0.5698959827423096 +427,-2.739111701265041,0.05009459006592917,-3.0921331534583842,-0.3912108242511749,-0.050073642283678055,0.9189376831054688,-0.6998928189277649,0.0013665659353137016,0.48409515619277954,0.3460906147956848,0.14653971791267395,-0.5326768159866333 +428,-2.7350536467227617,0.09104008672939946,-3.0974555446981302,-0.3937951624393463,-0.09091437608003616,0.9146910905838013,0.12158995866775513,-0.06720752269029617,-0.766301155090332,-0.1420171558856964,0.32919561862945557,1.0160186290740967 +429,-2.7900793216276742,0.08824178563186699,-2.9739638071292425,-0.3429792523384094,-0.08812731504440308,0.9351996779441833,0.557522714138031,-0.9003313779830933,-1.0208828449249268,-0.5210496187210083,0.15441149473190308,0.5642966032028198 +430,-2.818916798570806,0.03893530354214332,-2.878929870425723,-0.31686508655548096,-0.03892546519637108,0.9476714730262756,0.5988011956214905,-0.35673099756240845,-0.4273126423358917,0.16642874479293823,-0.7409054636955261,-0.2025238275527954 +431,-2.8421306524983865,0.029919074952440023,-2.832496693853193,-0.29487425088882446,-0.0299146119505167,0.9550679326057434,0.06637009978294373,-0.13806994259357452,-0.11946502327919006,0.07554435729980469,0.08991216123104095,-0.6064959764480591 +432,-2.8346743611611296,0.051617706091236885,-2.865146370997911,-0.3017199635505676,-0.05159478634595871,0.9519994258880615,-0.3536086678504944,0.2940694987773895,0.22731073200702667,0.21730837225914001,0.2376604676246643,-0.5989568829536438 +433,-2.788467887164781,0.034415531592713926,-2.872499815807553,-0.34562671184539795,-0.03440873697400093,0.9377411603927612,0.5963906645774841,0.34667545557022095,0.10770390927791595,0.29972824454307556,0.21958939731121063,0.8791229724884033 +434,-2.8445339582453384,-0.022647823870482142,-2.8924732363967824,-0.292633980512619,0.02264588698744774,0.9559564590454102,0.3486681580543518,-1.0344563722610474,0.46432948112487793,-0.5380698442459106,0.14028745889663696,0.4504462480545044 +435,-2.868608102023861,-0.029194377449895358,-2.9412561092455007,-0.2694917917251587,0.02919023111462593,0.96256023645401,-0.38406500220298767,0.45562687516212463,0.5471510291099548,-0.2956479787826538,-0.17781083285808563,-0.15269994735717773 +436,-2.8038457394681178,0.014328345202129718,-3.0242118080178226,-0.3313281238079071,-0.014327854849398136,0.9434067606925964,-0.8162481784820557,0.2668439745903015,0.9858329892158508,0.4129320979118347,-0.14698806405067444,-0.6353471279144287 +437,-2.803713861414802,0.06462559542683119,-3.1304489530948088,-0.3307945728302002,-0.06458061933517456,0.9414904713630676,-0.5287493467330933,0.29915952682495117,0.1679813265800476,0.19795161485671997,0.19873589277267456,-0.23470336198806763 +438,-2.80860922592396,0.09550967655076457,-3.081953783394245,-0.3253742456436157,-0.0953645333647728,0.9407638907432556,0.27276405692100525,-0.23047131299972534,-1.4272770881652832,0.13326618075370789,0.14867877960205078,0.7931836247444153 +439,-2.8646452693028133,0.08149345295107005,-2.9515516637911725,-0.2725133001804352,-0.08140327781438828,0.958702564239502,0.8700156211853027,0.10983598977327347,-1.0374261140823364,-0.5284358263015747,-0.10879754275083542,0.34305548667907715 +440,-2.880806285232076,0.03331040697998744,-2.910943476720984,-0.2576974034309387,-0.03330424800515175,0.9656516909599304,0.13218162953853607,-0.1992376148700714,-0.055106714367866516,-0.000344008207321167,-0.16797444224357605,-0.2259206771850586 +441,-2.881321877254511,0.029225648363939868,-2.9114277964388795,-0.25723233819007874,-0.029221488162875175,0.9659077525138855,0.0981241837143898,0.164007306098938,0.03741639107465744,0.18521085381507874,0.17504973709583282,-0.7082172632217407 +442,-2.8389439288286504,0.02224688602718289,-2.9284266288445466,-0.2979758381843567,-0.022245051339268684,0.9543141722679138,-0.11055542528629303,0.6411759853363037,0.2606709599494934,0.2180350124835968,0.17342913150787354,-0.0813741683959961 +443,-2.794406675645024,-0.015449943351441023,-2.96670578121685,-0.34021249413490295,0.01544932834804058,0.940221905708313,0.54439777135849,-0.04375360161066055,0.7503750920295715,0.11433660984039307,-0.03916148841381073,0.4598027467727661 +444,-2.8550395725662936,-0.07040545378539385,-3.027623514417944,-0.28194722533226013,0.07034730166196823,0.9568471908569336,-0.027737144380807877,-0.4036760926246643,0.7142711281776428,-0.5687912106513977,-0.09839297831058502,0.3160560131072998 +445,-2.8566736970098168,-0.06087211956612264,-3.109890337853998,-0.2805590331554413,0.06083453446626663,0.9579068422317505,-0.5672219395637512,0.573501467704773,0.6821677684783936,-0.08432433009147644,-0.09014667570590973,-0.2939208149909973 +446,-2.798659274516061,-0.023175538018025195,3.0741551758722534,-0.3361607789993286,0.023173462599515915,0.9415193796157837,-0.7904913425445557,0.09542672336101532,0.9388736486434937,0.4268437922000885,-0.08002771437168121,-0.6659610271453857 +447,-2.7988773778223006,0.0230824578537414,3.0048199290089865,-0.3359561562538147,-0.023080408573150635,0.9415947198867798,-0.3817428648471832,-0.02995910309255123,-0.1056288629770279,0.11050757765769958,0.11123043298721313,-0.04462212324142456 +448,-2.813612077818202,0.04062947221151026,3.103190762818191,-0.3218660354614258,-0.04061829671263695,0.9459134340286255,0.5224491357803345,-0.0934760570526123,-1.7367511987686157,0.07471945881843567,0.19158875942230225,0.665353536605835 +449,-2.867181241838128,0.020531330489817944,-3.0228345260491887,-0.27092331647872925,-0.020529888570308685,0.9623820185661316,0.803685188293457,-0.049130313098430634,-1.2515828609466553,-0.42261916399002075,-0.21582874655723572,0.19286096096038818 +450,-2.8690974536880387,-0.01805561628236822,-2.9375418420002033,-0.26909148693084717,0.01805463433265686,0.9629452228546143,0.24778711795806885,0.10283995419740677,-0.6283026933670044,0.02595803141593933,-0.20070233941078186,-0.14902633428573608 +451,-2.8579819994446996,-0.010942483376217399,-2.9071040653989373,-0.2798071801662445,0.010942265391349792,0.9599940776824951,-0.0511690229177475,0.06803164631128311,-0.0029838564805686474,0.17293459177017212,0.1473676711320877,-0.6665827035903931 +452,-2.8331390586828897,-0.01657912932735245,-2.92488592213708,-0.3035438656806946,0.016578370705246925,0.9526733160018921,0.09262394160032272,0.34167641401290894,0.27446573972702026,0.20559772849082947,0.24509459733963013,-0.16095572710037231 +453,-2.8108571668631384,-0.0477099756303096,-2.959475964168519,-0.3243692219257355,0.04769187793135643,0.9447275400161743,0.2935410141944885,0.03222642093896866,0.37514132261276245,0.13859346508979797,0.11344093084335327,0.4401754140853882 +454,-2.8635212845315583,-0.09438628127513334,-2.999262758474954,-0.27327975630760193,0.09424620121717453,0.957306444644928,0.06819382309913635,-0.08914540708065033,0.2863563001155853,-0.5595449209213257,-0.06705505400896072,0.42784053087234497 +455,-2.8554174656923696,-0.0795976366580045,-3.0659858159756475,-0.2813912332057953,0.07951360940933228,0.9562930464744568,-0.7533779740333557,0.4426855444908142,0.7328326106071472,-0.11605441570281982,-0.15461736917495728,-0.33004194498062134 +456,-2.7951653709154147,-0.029956001888965248,3.1106720440241227,-0.3393871486186981,0.02995152212679386,0.9401696920394897,-0.8831731677055359,0.17774632573127747,1.0536997318267822,0.435288667678833,-0.1312088519334793,-0.6140131950378418 +457,-2.7955092270177575,0.020572951976531535,3.0225508883525425,-0.3391442894935608,-0.020571500062942505,0.9405094385147095,-0.5266064405441284,-0.1039486974477768,0.13331268727779388,0.12359863519668579,0.113543301820755,-0.11084330081939697 +458,-2.8124000065780965,0.03699605235994348,3.09534017818156,-0.32305797934532166,-0.03698761388659477,0.9456562399864197,0.5689271688461304,0.09824775159358978,-1.4895929098129272,0.009016811847686768,0.15164214372634888,0.6907116174697876 +459,-2.8329209146232253,0.01851203061372167,-3.051712031411398,-0.30374130606651306,-0.0185109730809927,0.9525744915008545,0.5940657258033752,0.07975881546735764,-1.0034232139587402,-0.28823861479759216,-0.47277626395225525,0.1791696548461914 +460,-2.8611646788768113,0.008244738894474217,-2.992997276556469,-0.2767575681209564,-0.008244645781815052,0.960904598236084,-0.016471918672323227,-0.03584105148911476,-0.5821186900138855,-0.07718530297279358,-0.018290389329195023,-0.25623834133148193 +461,-2.8359412285086507,0.011702712136400143,-2.91328625997272,-0.3008938729763031,-0.011702445335686207,0.9535859227180481,0.3882230222225189,0.3864383101463318,-0.7118539810180664,0.2567501962184906,0.10967913269996643,-0.6549561023712158 +462,-2.8050890128361603,0.015450244069044628,-2.8864549425444572,-0.33014944195747375,-0.015449629165232182,0.9438022375106812,-0.17154794931411743,0.1705169677734375,0.15467295050621033,0.17273977398872375,0.1083603948354721,0.05236780643463135 +463,-2.7782063461787563,-0.016550060986067726,-2.895453778526592,-0.3553927540779114,0.016549305990338326,0.9345704913139343,0.39293962717056274,-0.3970966935157776,0.6418457627296448,-0.034682899713516235,0.041754528880119324,0.3945615291595459 +464,-2.849923112538162,-0.051520567330078856,-2.9531474263333446,-0.28717002272605896,0.05149777606129646,0.9564940333366394,-0.18030299246311188,-0.16375894844532013,0.685088574886322,-0.5057833790779114,-0.10594115406274796,0.22593975067138672 +465,-2.8306239099035695,-0.025057784531881695,-3.039156070608167,-0.30588507652282715,0.025055162608623505,0.9517390131950378,-0.7417622804641724,0.44983959197998047,0.7388135194778442,0.04471558332443237,-0.11091636121273041,-0.43228375911712646 +466,-2.7903886746067985,0.01377436717723879,3.1263218874353105,-0.3439958989620209,-0.013773931190371513,0.9388700723648071,-0.7059577107429504,0.15174651145935059,1.0060155391693115,0.38260066509246826,-0.006840690039098263,-0.6057097315788269 +467,-2.7762168179077293,0.05112215191676899,3.064164596241557,-0.3568335473537445,-0.05109988525509834,0.9327693581581116,-0.05084400624036789,-0.0846589207649231,-0.17976461350917816,0.020056843757629395,0.20922672748565674,0.4674229025840759 +468,-2.806715300020419,0.043625906931595855,-3.1193100435552297,-0.3283405601978302,-0.04361207038164139,0.943551778793335,0.6133582592010498,-0.8968155384063721,-0.6710057258605957,-0.5357187986373901,0.08914430439472198,0.6912899017333984 +469,-2.8253283136447553,0.00808551768394995,-3.018169763218877,-0.3110082447528839,-0.008085429668426514,0.9503729939460754,0.8007329702377319,0.023888178169727325,-0.7734547853469849,-0.04188179969787598,-0.809465229511261,-0.11619019508361816 +470,-2.812228897066316,-0.010700254501973578,-2.929914823100237,-0.32342252135276794,0.010700050741434097,0.946194052696228,0.36251571774482727,0.4133959114551544,-0.9386641383171082,0.022412419319152832,0.0644494816660881,-0.4590725898742676 +471,-2.767319278353357,-0.018887359277692833,-2.851465156712101,-0.3655310869216919,0.01888623647391796,0.9306074976921082,0.022206999361515045,0.3563136160373688,-0.20802132785320282,0.3005591630935669,0.10033068060874939,-0.7021377086639404 +472,-2.7427214564761626,-0.01010081204696028,-2.8984549643128905,-0.38835853338241577,0.01010064035654068,0.9214528203010559,-0.011095529422163963,0.4430331289768219,0.7227311730384827,0.020881205797195435,0.2796485126018524,0.7638497352600098 +473,-2.738317656911598,-0.06544022631725842,-2.9388915592508114,-0.3915926516056061,0.06539352983236313,0.9178117513656616,0.38174116611480713,-0.8142450451850891,0.6590726971626282,-0.34397247433662415,0.06801404803991318,0.6085704565048218 +474,-2.798724704545679,-0.0828269092296273,-2.9926818365347523,-0.3350369930267334,0.08273223787546158,0.9385657906532288,-0.4518473148345947,0.024101439863443375,0.5468054413795471,-0.366104394197464,-0.13160613179206848,-0.048627376556396484 +475,-2.7606901632905863,-0.037465973012368814,-3.0717607058730363,-0.3714975416660309,0.03745720908045769,0.9276780486106873,-0.7637137174606323,0.799595832824707,0.6789723038673401,0.29479163885116577,-0.11600945889949799,-0.5823411345481873 +476,-2.741414903416616,0.0008779370717565518,3.121275455057208,-0.3895818889141083,-0.0008779369527474046,0.9209913611412048,-0.6477409601211548,-0.25618261098861694,0.45020273327827454,0.33144596219062805,0.11284693330526352,-0.4875349998474121 +477,-2.757954446237375,0.032453486379671034,3.1315104643971865,-0.37409958243370056,-0.03244778886437416,0.926820695400238,0.45669323205947876,-0.07014362514019012,-1.0170278549194336,-0.0064240992069244385,0.25728604197502136,0.8373546600341797 +478,-2.8269467622604547,0.02953207594594546,-3.0358774367367896,-0.3093447685241699,-0.029527783393859863,0.950491189956665,0.5520533919334412,-1.0453895330429077,-0.9855665564537048,-0.5293545722961426,0.30844318866729736,0.5239500999450684 +479,-2.868852769558422,-0.010938563637641263,-2.947146487838961,-0.26935499906539917,0.010938345454633236,0.9629790186882019,0.17989963293075562,-0.5310583114624023,-0.2377290427684784,0.131995290517807,-0.4543740153312683,-0.04575777053833008 +480,-2.8805275013975047,-0.005084656541628908,-2.928619606823235,-0.25810638070106506,0.005084634758532047,0.9661029577255249,-0.04671355336904526,0.19908419251441956,-0.06554283946752548,0.06253454089164734,0.15928304195404053,-0.6050954461097717 +481,-2.840257905793837,-0.005912262528293868,-2.9302882522442273,-0.29678988456726074,0.005912228021770716,0.9549245238304138,-0.08969949185848236,0.4072473645210266,0.15698176622390747,0.29163241386413574,0.15232141315937042,-0.4051351547241211 +482,-2.8174636809615263,-0.027478632112514657,-2.955139559457842,-0.3183629512786865,0.027475174516439438,0.9475704431533813,0.3581205904483795,0.0748806744813919,0.2893719971179962,0.1485327184200287,0.10716837644577026,0.49624645709991455 +483,-2.860013408700113,-0.0803301428914255,-2.992724764590872,-0.276977002620697,0.08024377375841141,0.9575201272964478,0.11191495507955551,-0.644368052482605,0.38867324590682983,-0.612457811832428,0.072588250041008,0.6635888814926147 +484,-2.874056653263592,-0.06693841480876708,-3.0463467144969414,-0.2637639045715332,0.06688843667507172,0.9622654318809509,-0.7676134705543518,0.4337003231048584,0.5088359117507935,-0.22558549046516418,-0.18195496499538422,-0.15219151973724365 +485,-2.8077449190639703,-0.003936867247598131,-3.1273260598753105,-0.32767829298973083,0.003936856985092163,0.944781482219696,-0.861596405506134,0.2777813673019409,0.8684711456298828,0.4417681396007538,-0.13392648100852966,-0.7292202711105347 +486,-2.80599617782431,0.04098811464510945,3.074848547456133,-0.3290557563304901,-0.040976639837026596,0.9434208273887634,-0.4171457588672638,0.31398287415504456,0.16127748787403107,0.17704778909683228,0.1568061113357544,-0.36268675327301025 +487,-2.7837127942255964,0.0505039536954202,3.131718409713706,-0.3498426079750061,-0.05048248544335365,0.9354473948478699,0.675156831741333,0.14659222960472107,-1.6954319477081299,0.2303357720375061,0.13936492800712585,0.8392261266708374 +488,-2.843362227606873,0.042818805534245774,-3.054357937958297,-0.29355987906455994,-0.04280572384595871,0.954981803894043,0.43833282589912415,-1.028354525566101,-0.7533028721809387,-0.4188424348831177,0.1545153260231018,0.41476911306381226 +489,-2.906630531347567,0.009374197611459707,-2.9805303750458436,-0.23279590904712677,-0.009374060668051243,0.9724804162979126,0.1612122505903244,-0.7530774474143982,-0.05114755406975746,0.038078516721725464,-0.521250307559967,-0.022483468055725098 +490,-2.937254652341525,0.00876086812943878,-2.9371170021009885,-0.20291124284267426,-0.008760755881667137,0.9791582226753235,0.3077828884124756,0.031122243031859398,-0.5566587448120117,0.015319645404815674,0.1269858479499817,-0.5282607078552246 +491,-2.8991239604248524,-0.0037763576833619657,-2.9023040549601915,-0.24009808897972107,0.0037763486616313457,0.9707411527633667,-0.1045585572719574,0.8130026459693909,-0.020615672692656517,0.25003159046173096,0.15688343346118927,-0.6072158813476562 +492,-2.8067238257784144,-0.003938171136481047,-2.9250303585876116,-0.32864275574684143,0.003938160836696625,0.9444461464881897,0.116396464407444,0.505312979221344,0.4950506091117859,0.06231585144996643,0.11547712236642838,0.6799435615539551 +493,-2.8166446356390633,-0.04541055286391932,-2.966327561071956,-0.31893038749694824,0.04539494588971138,0.9466903209686279,0.28707364201545715,-0.9841844439506531,0.715615451335907,-0.29976770281791687,0.08367913961410522,0.5570175051689148 +494,-2.8756568016272266,-0.05343685990054326,-3.0217881102636306,-0.26243722438812256,0.05341143161058426,0.9634698033332825,-0.31095874309539795,0.06344733387231827,0.2934068441390991,-0.33811822533607483,-0.03088945895433426,-0.013594865798950195 +495,-2.828354531167526,-0.007925222947128474,-3.070685482806414,-0.3081310987472534,0.007925139740109444,0.9513108134269714,-0.6816107034683228,0.8397736549377441,0.5156975984573364,0.24671447277069092,-0.1066495031118393,-0.6002519130706787 +496,-2.799279720530675,0.03599391159869187,3.120885306487995,-0.33544930815696716,-0.03598614037036896,0.9413706660270691,-0.713129997253418,-0.16081824898719788,0.5922530293464661,0.22412121295928955,0.18161602318286896,-0.4266306757926941 +497,-2.7910026653052222,0.0706685551659366,3.106478346932977,-0.34259480237960815,-0.07060974836349487,0.9368263483047485,0.2986825108528137,0.18689478933811188,-0.7722712755203247,0.006687730550765991,0.2851788401603699,0.6819025278091431 +498,-2.8357645563727942,0.06008356534612794,-3.074097173768037,-0.30053970217704773,-0.06004742160439491,0.9518773555755615,0.3211315870285034,-0.4369736611843109,-0.6615274548530579,-0.48833972215652466,0.15257671475410461,0.640865683555603 +499,-2.866387820848927,0.0326352283591313,-3.0250796789271104,-0.2715993821620941,-0.032629434019327164,0.9618571996688843,0.1588577926158905,-0.4725387990474701,-0.005557709373533726,0.06806236505508423,-0.48729854822158813,-0.2912027835845947 +500,-2.8681799349458,0.04300529580771673,-3.0349193829673053,-0.2697692811489105,-0.042992040514945984,0.9619647264480591,-0.04258926957845688,0.3899483382701874,-0.11906106024980545,0.05205690860748291,0.13121835887432098,-0.45796698331832886 +501,-2.8343753885267597,0.030752188353706016,-3.0164209757530838,-0.30226442217826843,-0.030747340992093086,0.952728271484375,0.09330539405345917,0.22768229246139526,0.015619272366166115,0.26126405596733093,0.11663906276226044,-0.46260058879852295 +502,-2.792123187675737,0.016215834478549726,-3.0197344811744116,-0.342354416847229,-0.016215123236179352,0.9394311308860779,0.2957846522331238,0.44769835472106934,0.13350890576839447,0.16384175419807434,0.06289175897836685,0.5397560596466064 +503,-2.8098821128872524,-0.024281815295660175,-3.053929169560463,-0.3255648612976074,0.024279428645968437,0.9452080726623535,0.38623204827308655,-0.6691024899482727,0.5536221861839294,-0.33312657475471497,0.1872989386320114,0.502118706703186 +504,-2.8462387464553482,-0.046174941901566326,-3.086452032620006,-0.29076820611953735,0.04615853354334831,0.9556794762611389,-0.05955295264720917,-0.017508238554000854,0.48924097418785095,-0.34472981095314026,-0.09788583219051361,-0.06424576044082642 +505,-2.820550323576188,-0.0221702983814893,3.1170913039209154,-0.31547826528549194,0.022168481722474098,0.9486739039421082,-0.5046358704566956,0.626676619052887,0.6609130501747131,0.11748021841049194,-0.02883657068014145,-0.3077284097671509 +506,-2.793540733724957,0.00572630565458345,3.040459721898551,-0.3410615921020508,-0.005726274568587542,0.9400234818458557,-0.5631384253501892,-0.1961601823568344,0.4838169813156128,0.22739887237548828,0.044895585626363754,-0.413610577583313 +507,-2.7893534953257024,0.037481410479362806,3.023754350103817,-0.344758003950119,-0.03747263550758362,0.9379432201385498,-0.04018660634756088,0.1262921243906021,-0.42375150322914124,0.0739755630493164,0.19767466187477112,0.22038185596466064 +508,-2.84083005185313,0.036974992037106316,3.0985737315470163,-0.2960461676120758,-0.03696656599640846,0.9544580578804016,0.4768374264240265,-1.2683502435684204,-0.7304549217224121,-0.3407030701637268,0.0057928673923015594,0.6892339587211609 +509,-2.8887191741830605,-0.0003650272005858274,-3.0964361958394817,-0.25018709897994995,0.00036502719740383327,0.9681975245475769,0.7454622983932495,-0.2671482563018799,-0.4983256161212921,0.06808868050575256,-0.693861722946167,-0.12926924228668213 +510,-2.9172853032968553,-0.017456297429267756,-3.1106208379446,-0.22239729762077332,0.017455410212278366,0.974800169467926,-0.09642869234085083,-0.04597606509923935,0.8341898918151855,-0.13561972975730896,0.21836918592453003,-0.34967780113220215 +511,-2.854882065706021,-0.05783135312862465,3.112357243627605,-0.2823258936405182,0.05779912322759628,0.9575759768486023,0.2606450617313385,0.8570651412010193,0.7679958939552307,0.3254166543483734,-0.03770328313112259,-0.5397443771362305 +512,-2.8049119761555237,-0.07816532887964542,2.9979595101931302,-0.32934731245040894,0.078085757791996,0.9409746527671814,-0.364558607339859,0.20247453451156616,1.8796273469924927,-0.10525351762771606,0.1481410562992096,-0.34363865852355957 +513,-2.835880021568166,-0.07171136702185345,2.7471072373697494,-0.30019938945770264,0.07164991647005081,0.9511820077896118,-0.5586634278297424,1.2695703506469727,1.1298673152923584,-1.0151846408843994,0.18724596500396729,0.7368370294570923 +514,-2.7927451287754175,-0.04790896102233599,2.543933729958802,-0.3414227366447449,0.04789063706994057,0.9386888742446899,-1.4760421514511108,0.04836186021566391,2.0586628913879395,-0.13381221890449524,0.006293315440416336,0.1612865924835205 +515,-2.8160094406322016,0.027477279583510802,2.2912924700830684,-0.3197407126426697,-0.027473822236061096,0.9471068382263184,-1.7314550876617432,-0.13345050811767578,2.2827565670013428,-0.09325370192527771,0.3089679479598999,-0.3588346242904663 +516,-2.8299660400323585,0.11429679842307901,1.990400085971217,-0.3046067953109741,-0.11404810100793839,0.9456256628036499,-1.775219440460205,-0.6430453062057495,2.6691691875457764,-0.2453809678554535,0.4886666536331177,-0.22951537370681763 +517,-2.8265583098290272,0.17449772389296495,1.7328137822389003,-0.30514371395111084,-0.1736135184764862,0.9363469481468201,-0.6240363717079163,-0.44454479217529297,1.9013882875442505,-0.24853670597076416,0.2801198661327362,0.21057987213134766 +518,-2.7993467883755176,0.15142480280412907,1.5700356048754336,-0.33176326751708984,-0.15084677934646606,0.9312241077423096,0.02856234833598137,0.18006591498851776,1.546765685081482,-0.015374153852462769,-0.49807900190353394,0.16832417249679565 +519,-2.790960952654195,0.13910017117400356,1.3782419132881998,-0.3401733338832855,-0.1386520266532898,0.9300845861434937,-0.8973342776298523,0.031703315675258636,1.8902316093444824,-0.019567817449569702,-0.018986493349075317,-0.05241447687149048 +520,-2.7597568756942823,0.14568134581250278,1.222212481075196,-0.3686774969100952,-0.14516659080982208,0.9181521534919739,-0.30410081148147583,-0.15036898851394653,0.9892321228981018,0.28719562292099,0.007639139890670776,-0.3628849387168884 +521,-2.7396817746928677,0.1444152341624724,1.1301773604623175,-0.38710567355155945,-0.14391377568244934,0.9107350707054138,-0.3541043698787689,0.4190721809864044,0.6876356601715088,0.16997301578521729,0.04018449783325195,-0.12489199638366699 +522,-2.700533524384041,0.1229585260494907,1.0640580156296522,-0.4236743748188019,-0.1226489320397377,0.8974725008010864,0.43222561478614807,0.26610398292541504,0.7355727553367615,0.1543872356414795,0.2555376887321472,0.4651828408241272 +523,-2.7248590530217047,0.03742017672294655,1.0242111622900907,-0.40449246764183044,-0.03741144388914108,0.9137759208679199,0.4607522487640381,-0.2686082720756531,0.37050601840019226,-0.5558042526245117,-0.07818914949893951,1.0216032266616821 +524,-2.7310364080075016,0.03584075459357737,1.0140856111576133,-0.3988632261753082,-0.03583308309316635,0.9163104295730591,-0.46466368436813354,-0.009942224249243736,0.41612163186073303,-0.11454939842224121,-0.23403388261795044,-0.2845657467842102 +525,-2.6975848272043796,0.07017434981342724,0.9420703856903629,-0.42850491404533386,-0.07011676579713821,0.9008148312568665,-0.3668043911457062,0.3134255111217499,0.4992811381816864,0.5030441284179688,0.06485248357057571,-0.6507537364959717 +526,-2.72108124836614,0.08020867359224952,0.8991431298306909,-0.4069148898124695,-0.0801227018237114,0.9099453687667847,-0.2672634422779083,-0.19113731384277344,0.15093746781349182,0.05402490496635437,0.1456897258758545,-0.18629735708236694 +527,-2.7024410144431523,0.08826130232498335,0.9525607329221462,-0.42351680994033813,-0.08814675360918045,0.9015896320343018,0.7629980444908142,0.14637775719165802,-1.3821626901626587,0.32128286361694336,0.08236367255449295,0.6681889295578003 +528,-2.7825941267569485,0.071055571056635,1.0766090563734798,-0.35045015811920166,-0.07099579274654388,0.9338864684104919,0.8468361496925354,-0.10467881709337234,-1.4060076475143433,-0.5723556280136108,-0.02879668027162552,0.5502442121505737 +529,-2.7767543779707444,0.05150103453279988,1.1972376258229305,-0.35632506012916565,-0.051478270441293716,0.9329426288604736,0.18559718132019043,0.06436553597450256,-1.0935999155044556,0.18168827891349792,-0.3128253221511841,-0.049626827239990234 +530,-2.7552428599812817,0.06448498484783552,1.3273237136794052,-0.37602657079696655,-0.0644403025507927,0.9243653416633606,0.5563337206840515,0.6326819062232971,-1.17831552028656,0.20834779739379883,0.2125878930091858,-0.47017234563827515 +531,-2.6891649658858223,0.06576548384499126,1.398969000200844,-0.43620535731315613,-0.06571808457374573,0.897444486618042,0.2091708779335022,0.2834636867046356,-0.10284023731946945,0.26391831040382385,0.18502654135227203,-0.2835679054260254 +532,-2.66218639361239,0.017403825248652117,1.4173677194748318,-0.4611826241016388,-0.017402946949005127,0.8871346116065979,0.46562033891677856,0.07967962324619293,0.2838931381702423,0.2694559395313263,-0.011817632243037224,0.4356955885887146 +533,-2.7381063467773377,-0.01425648011408463,1.4210012201790794,-0.3925870656967163,0.01425599679350853,0.9196040630340576,0.12014389038085938,-0.22816793620586395,-0.32743096351623535,-0.5027832984924316,-0.41667604446411133,0.3866243362426758 +534,-2.750225707542563,0.0029454850962033477,1.4246417285870372,-0.3814507722854614,-0.0029454808682203293,0.924384593963623,-0.215927392244339,0.17500051856040955,-0.13001583516597748,0.04833608865737915,-0.0038599525578320026,-0.1243356466293335 +535,-2.727993576000656,0.014024205317178151,1.4220879973322336,-0.4018681049346924,-0.01402374543249607,0.9155904054641724,-0.06164024770259857,-0.18338073790073395,0.018780501559376717,0.3372165560722351,0.07927033305168152,-0.44760310649871826 +536,-2.7243040037759334,0.02520833862351876,1.4493478538701767,-0.40515458583831787,-0.025205668061971664,0.9139009118080139,0.13111063838005066,0.22737017273902893,-0.5064621567726135,0.1303895115852356,0.036542948335409164,-0.2271178960800171 +537,-2.730095496075643,0.026099455090736638,1.5313428486177472,-0.39984574913978577,-0.026096493005752563,0.9162108898162842,0.44945472478866577,-0.1748298555612564,-1.2301832437515259,0.24046769738197327,0.06547942757606506,0.5239136219024658 +538,-2.7725604537367157,0.03895846717059809,1.6778332649181853,-0.360439270734787,-0.03894861415028572,0.9319692254066467,0.6879703998565674,0.6717362403869629,-1.8499138355255127,-0.313053160905838,-0.4200967848300934,0.34709876775741577 +539,-2.767817785122813,0.046075823275961984,1.8062788599028274,-0.3647446930408478,-0.04605952277779579,0.9299675226211548,0.29717057943344116,0.2202567458152771,-1.386738896369934,-0.07162609696388245,0.06018916144967079,0.008814096450805664 +540,-2.7338817567756357,0.05380573776688097,1.9587109254806023,-0.39593517780303955,-0.053779780864715576,0.9167025089263916,0.23970149457454681,0.4670006036758423,-0.9464902281761169,0.2957153618335724,0.06932847201824188,-0.6215057373046875 +541,-2.687773061901895,0.0776549655105363,1.9769669697634664,-0.4370805323123932,-0.07757694274187088,0.8960705995559692,-0.16348004341125488,0.3071291446685791,0.3625697195529938,0.20540636777877808,0.21183902025222778,-0.07551395893096924 +542,-2.647831527314796,0.008885280897098504,1.9314525430863332,-0.47392237186431885,-0.008885163813829422,0.8805217146873474,0.7743669748306274,-0.4351666271686554,1.1455332040786743,0.021667122840881348,0.21306301653385162,0.3036670684814453 +543,-2.7374090700821507,-0.07733504449308015,1.879401340294155,-0.3920929431915283,0.07725798338651657,0.9166759848594666,-0.07566052675247192,-0.5419833660125732,0.7330273389816284,-0.27837836742401123,-0.6539486646652222,0.16894137859344482 +544,-2.745287896913711,-0.06699411486715245,1.8117835523425205,-0.3851461410522461,0.06694401055574417,0.9204241037368774,-0.40710246562957764,0.4864591956138611,0.00553147541359067,0.22820958495140076,-0.19809332489967346,-0.25764358043670654 +545,-2.7278067543430713,-0.026417086915100935,1.795299799085928,-0.40193843841552734,0.026414014399051666,0.9152860045433044,-0.4783194065093994,-0.03140496462583542,-0.009517205879092216,0.2696904242038727,-0.09594830125570297,-0.5310999155044556 +546,-2.7180147025894974,0.01519151410262683,1.8266376853755943,-0.410977303981781,-0.015190930105745792,0.9115187525749207,-0.022548921406269073,0.01819688454270363,-0.8381751179695129,0.14790058135986328,0.14820179343223572,0.09040361642837524 +547,-2.735588397290554,0.04655633896842986,1.9549974593057617,-0.39451363682746887,-0.04653952270746231,0.9177107214927673,0.38745757937431335,-0.5419869422912598,-1.481494665145874,-0.005876988172531128,0.1553957313299179,0.7381424903869629 +548,-2.78552042107412,0.03747838724189517,2.098847129855582,-0.34835079312324524,-0.037469614297151566,0.9366152286529541,0.8377470374107361,-0.13984796404838562,-0.7247580885887146,-0.21245551109313965,-0.8266661167144775,0.07479846477508545 +549,-2.7832187097211643,0.030222527722981497,2.1722496417864927,-0.350591778755188,-0.03021792694926262,0.9360408186912537,0.014424102380871773,0.10503679513931274,-0.4583468437194824,0.0631466805934906,0.08913211524486542,-0.3114680051803589 +550,-2.7551023974050257,0.03740714701161653,2.1765239480601775,-0.37667611241340637,-0.03739842399954796,0.9255895614624023,-0.1766490340232849,0.3260924518108368,0.33806630969047546,0.24458086490631104,0.23153600096702576,-0.641486406326294 +551,-2.720882549182965,0.012963866450387397,2.158589425231279,-0.40837451815605164,-0.01296350359916687,0.9127227067947388,0.6702288389205933,0.5692319273948669,0.17809778451919556,0.24367105960845947,0.13675805926322937,0.5036288499832153 +552,-2.7502399548469647,-0.058912589505737446,2.1292175890693907,-0.38077741861343384,0.058878518640995026,0.9227901697158813,0.44467008113861084,-1.3554763793945312,0.6729461550712585,-0.49587053060531616,0.13416042923927307,0.5200808048248291 +553,-2.8183348680444986,-0.07544540262852573,2.071429554818948,-0.31675368547439575,0.07537385076284409,0.9455083012580872,-0.38962167501449585,0.25153085589408875,0.5971207022666931,-0.46435895562171936,-0.03989717364311218,0.07287853956222534 +554,-2.740687486636958,-0.036704109834453685,2.0068815432678693,-0.38998907804489136,0.03669586777687073,0.9200880527496338,-0.5724238157272339,1.4454338550567627,0.48967137932777405,0.37755316495895386,-0.09690704941749573,-0.4137403964996338 +555,-2.7163462922205266,0.02414375782889458,1.9413080200746577,-0.4124249815940857,-0.02414141222834587,0.9106716513633728,-0.9315243363380432,-0.3120940029621124,0.11494565010070801,0.3213757276535034,-0.02593793347477913,-0.558529257774353 +556,-2.7547707379830464,0.06947980561564564,1.9705957988380332,-0.37633684277534485,-0.06942391395568848,0.9238781929016113,0.5369600057601929,-0.15236233174800873,-1.2685497999191284,-0.18201276659965515,0.365032434463501,0.7250018119812012 +557,-2.789084394526473,0.08820371507389288,2.154848838150782,-0.34391075372695923,-0.08808939158916473,0.9348612427711487,0.5509513020515442,-0.7900258898735046,-1.377889633178711,-0.4640420973300934,0.15850871801376343,0.48405349254608154 +558,-2.8264919967943154,0.06480717626566819,2.2600189085045597,-0.309261679649353,-0.06476181745529175,0.9487695693969727,0.19117963314056396,-0.3024245500564575,-0.12166000157594681,0.10932570695877075,-0.7019312977790833,0.060431718826293945 +559,-2.8146753628317245,0.07803994458685255,2.2870611720771588,-0.3201477527618408,-0.07796075195074081,0.9441543817520142,-0.018513847142457962,0.46498268842697144,-0.15226832032203674,0.08848881721496582,0.2408178150653839,-0.5693985223770142 +560,-2.7674833891969666,0.08858291361625496,2.2629708488669062,-0.3640105724334717,-0.08846710622310638,0.9271835684776306,-0.35946792364120483,0.46040648221969604,0.4925442337989807,0.3617371618747711,0.23720981180667877,-0.6097704768180847 +561,-2.7272585028154075,0.062112366117017426,2.20510879725607,-0.40180426836013794,-0.06207243725657463,0.9136195778846741,0.3438754975795746,0.36120232939720154,0.6997174620628357,0.09781861305236816,0.23373380303382874,0.6472631692886353 +562,-2.775450053340647,-0.0016411586220676912,2.144030419084912,-0.35801586508750916,0.001641157898120582,0.933713972568512,0.21295756101608276,-0.6779402494430542,0.4639115035533905,-0.7954264879226685,0.3121863603591919,0.696733295917511 +563,-2.776380968593312,0.006103880957018145,2.059057920726096,-0.3571403920650482,-0.006103842984884977,0.9340308308601379,-0.880734920501709,0.4381627142429352,0.9565468430519104,-0.15453258156776428,-0.13124051690101624,-0.0006812214851379395 +564,-2.7118193135568274,0.06376117296926741,1.9514014460137024,-0.41581812500953674,-0.06371797621250153,0.907213032245636,-1.078598976135254,0.08550857752561569,0.9645738005638123,0.4355934262275696,-0.06224333494901657,-0.5989396572113037 +565,-2.7059324041339403,0.1252241270989836,1.8561697497202982,-0.4187045395374298,-0.12489710748195648,0.8994925618171692,-0.8014240264892578,0.32698705792427063,-0.02425878494977951,0.17799720168113708,0.17979823052883148,-0.362032413482666 +566,-2.7113957128250226,0.16587834504150512,1.8855967087568835,-0.4113253355026245,-0.16511867940425873,0.896408200263977,0.41774943470954895,-0.3263320028781891,-1.143585205078125,0.181146502494812,0.2569003105163574,0.7137908935546875 +567,-2.7734221696414703,0.19438332317935167,2.00445388249227,-0.353130966424942,-0.1931615024805069,0.9154164791107178,0.7610090970993042,0.3066406548023224,-1.54351007938385,-0.7039369344711304,0.0347294807434082,0.6637461185455322 +568,-2.738401219664025,0.1699226318224669,2.104460906042118,-0.3867051303386688,-0.16910609602928162,0.906566321849823,0.11719890683889389,0.7315670847892761,-0.503812313079834,-0.10809168219566345,-0.03307287395000458,-0.11024057865142822 +569,-2.632645775633474,0.20966470244643257,2.0683397796310046,-0.47658732533454895,-0.20813195407390594,0.8541345000267029,-1.0186944007873535,0.360506534576416,0.6396284103393555,0.30269816517829895,0.45845240354537964,-0.7859886884689331 +570,-2.616107674431737,0.23148990156151555,1.948978139208567,-0.48825183510780334,-0.22942793369293213,0.84200519323349,-0.5876178741455078,-0.21702978014945984,0.8093895316123962,0.30525317788124084,0.22692550718784332,-0.09093719720840454 +571,-2.660272060194385,0.1856828487276268,1.8692794401691064,-0.4549921452999115,-0.18461768329143524,0.871147632598877,0.6171435713768005,-1.3473429679870605,1.0503484010696411,-0.2810154855251312,-0.19267112016677856,0.3736642599105835 +572,-2.8193503362589567,0.11882702334396844,1.823516963982138,-0.3144610822200775,-0.11854758113622665,0.9418390989303589,-0.11727091670036316,-0.5132287740707397,0.8708915114402771,-0.6438671946525574,-0.25591838359832764,0.18172669410705566 +573,-2.7630042605780067,0.13732557902366133,1.7122664285450315,-0.36612963676452637,-0.1368943601846695,0.9204397797584534,-0.8128755688667297,0.7030994892120361,1.396909236907959,0.3249613344669342,-0.0955275446176529,-0.42471206188201904 +574,-2.736047394078414,0.1740192201239868,1.5374315101475744,-0.3885614573955536,-0.17314225435256958,0.9050095677375793,-0.9225986003875732,-0.4588139057159424,1.054422378540039,0.3634148836135864,0.175095334649086,-0.588557243347168 +575,-2.7951899682470414,0.2182625543680936,1.4777079912171327,-0.3314613997936249,-0.21653372049331665,0.91828453540802,0.0567975677549839,-0.7562958598136902,-0.398572713136673,-0.031056910753250122,0.13430410623550415,0.630940318107605 +576,-2.8855671563435092,0.21245457390136016,1.6057068963036412,-0.24754390120506287,-0.21085992455482483,0.9456533193588257,0.7330158352851868,-0.690553605556488,-1.6320127248764038,-0.5707544088363647,0.20152153074741364,0.7109476327896118 +577,-2.898296747919174,0.1518855683050957,1.762874419996619,-0.2381293624639511,-0.1513022631406784,0.95937579870224,0.6629905700683594,0.06575620919466019,-0.6405434608459473,0.2290656566619873,-0.7586708664894104,-0.051477909088134766 +578,-2.9028753168011963,0.13847955074560708,1.8045240585057836,-0.23419293761253357,-0.13803738355636597,0.9623405337333679,0.025114959105849266,0.07952770590782166,-0.1204177737236023,0.05763348937034607,0.14566677808761597,-0.5343620777130127 +579,-2.8792051078500522,0.14497469940565355,1.8053444315241727,-0.25666606426239014,-0.14446739852428436,0.9556421637535095,-0.1724168062210083,0.3882277309894562,0.13807857036590576,0.16984352469444275,0.23334982991218567,-0.5879510641098022 +580,-2.8228318890804673,0.1401515620243647,1.8056135049535038,-0.31031715869903564,-0.13969318568706512,0.9403133392333984,0.30441927909851074,0.6341243386268616,0.14582429826259613,0.15322792530059814,0.12344259023666382,0.49315834045410156 +581,-2.8074162824772633,0.08486557175739608,1.773626616987616,-0.3268107771873474,-0.08476373553276062,0.9412808418273926,0.3619881272315979,-0.9989663362503052,0.7805740833282471,-0.2726154625415802,0.05174372345209122,0.44440019130706787 +582,-2.8831828119160066,0.0604090435049267,1.7132389363763283,-0.25507742166519165,-0.060372307896614075,0.9650341868400574,-0.25364771485328674,-0.049389466643333435,0.6004252433776855,-0.42833322286605835,-0.19446472823619843,-0.004111886024475098 +583,-2.8322742904376486,0.0847758682188449,1.6339578923726805,-0.30331623554229736,-0.08467435836791992,0.9491205215454102,-0.44688817858695984,0.6806251406669617,0.5811684131622314,0.3215351998806,-0.05590488016605377,-0.3938378095626831 +584,-2.814577456657952,0.12351087309994539,1.556045560665429,-0.3187708556652069,-0.12319708615541458,0.939791202545166,-0.5808573365211487,-0.06474915891885757,0.4386507570743561,0.3052515983581543,0.10871650278568268,-0.3892694115638733 +585,-2.816323867218678,0.16612475096623958,1.5519111329515782,-0.31516405940055847,-0.1653617024421692,0.9345197081565857,-0.13262194395065308,-0.13644865155220032,-0.6269546747207642,0.017083585262298584,0.1755393147468567,0.32918262481689453 +586,-2.8700082016821704,0.16768664024899813,1.6781022944931527,-0.2644954025745392,-0.16690188646316528,0.9498345851898193,0.47019341588020325,-0.7457830905914307,-1.0249439477920532,-0.3767704367637634,0.08075077831745148,0.6868687868118286 +587,-2.911397359630912,0.13017630903621574,1.7750241619268152,-0.2262371927499771,-0.1298089623451233,0.9653842449188232,0.5397524833679199,-0.3284100592136383,-0.5469319820404053,0.12220273911952972,-0.7760137915611267,-0.04065573215484619 +588,-2.912836930823832,0.1287517634088751,1.812657209342332,-0.22488892078399658,-0.12839633226394653,0.9658880829811096,0.03240253031253815,0.2331070899963379,-0.11135024577379227,0.038258641958236694,0.15957002341747284,-0.4953831434249878 +589,-2.8806801301050875,0.14742552486654284,1.7999069613595498,-0.2551640570163727,-0.14689207077026367,0.9556746482849121,-0.5195971727371216,0.44736459851264954,0.3974250853061676,0.22615709900856018,0.25933408737182617,-0.6313948631286621 +590,-2.7877419874248024,0.1983318195740792,1.7557680160630242,-0.3397197127342224,-0.19703412055969238,0.9196566343307495,-0.6051737666130066,0.8921329379081726,0.46986520290374756,0.31190285086631775,0.0696384459733963,0.47875046730041504 +591,-2.809343488828457,0.1754146216167529,1.7340181945199225,-0.3211647868156433,-0.17451640963554382,0.9308049082756042,-0.03272977098822594,-1.4018809795379639,0.1716936081647873,-0.6218589544296265,-0.07366782426834106,0.7329832315444946 +592,-2.8900692401642067,0.15982324857643687,1.7045481872852641,-0.2457079291343689,-0.15914371609687805,0.9561910629272461,-0.2281288504600525,-0.7437258958816528,0.5228083729743958,-0.2798963785171509,-0.19327332079410553,-0.09854006767272949 +593,-2.892993816261101,0.18081571698962493,1.6234334834161592,-0.24203497171401978,-0.17983205616474152,0.9534568786621094,-0.5275589823722839,-0.226685032248497,0.9613969922065735,0.2960662841796875,-0.005012974143028259,-0.5815999507904053 +594,-2.8827559765768176,0.22033966456741816,1.5246206183000315,-0.2497679591178894,-0.2185610830783844,0.9433169960975647,-0.4999390244483948,0.323455810546875,0.36067765951156616,0.1638915240764618,0.1812991499900818,-0.354831337928772 +595,-2.882191330892831,0.24883957349631744,1.5311804626367282,-0.24860143661499023,-0.24627944827079773,0.9367731809616089,0.11836203187704086,-0.04343473166227341,-0.9731152653694153,0.27798983454704285,0.19162243604660034,0.6499273777008057 +596,-2.967934071814553,0.2500871776085694,1.6514361108639557,-0.16741175949573517,-0.24748842418193817,0.9543178081512451,0.36759236454963684,-0.318033367395401,-1.1242462396621704,-0.48493194580078125,0.006597965955734253,0.43479639291763306 +597,-2.9749951528669687,0.2034037928259834,1.747437528572437,-0.16240929067134857,-0.20200411975383759,0.965824544429779,0.25671452283859253,0.3912814259529114,-0.49429750442504883,-0.02721165120601654,-0.35465171933174133,-0.03059840202331543 +598,-2.9479599233540745,0.19905559240318532,1.773087214323329,-0.188625305891037,-0.19774365425109863,0.9619343280792236,-0.03078635036945343,0.06933079659938812,0.10470806807279587,0.09733198583126068,0.2504628002643585,-0.6470083594322205 +599,-2.9111675010717777,0.19850977512078397,1.7300356526666223,-0.22390618920326233,-0.19720859825611115,0.9544498920440674,-0.039616890251636505,0.43812087178230286,0.41379818320274353,0.21449154615402222,0.30624791979789734,-0.37814080715179443 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/11.csv b/BoostRunClub/CoreML/DataSet/Motion/running/11.csv new file mode 100644 index 0000000..be679e6 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/11.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-2.8754986476974773,0.15743753279573597,1.6872894977601505,-0.2597125768661499,-0.1567879468202591,0.9528726935386658,0.5256465077400208,0.2393937110900879,0.41724807024002075,0.3115620017051697,0.030887722969055176,0.5953142642974854 +1,-0.2470362524510083,0.19749885524858246,1.3370323951322909,-0.23977768421173096,-0.19621741771697998,-0.9507919549942017,-0.20071910321712494,0.17592336237430573,-0.28716331720352173,-0.05567823350429535,-0.09572897851467133,-0.22234946489334106 +2,-0.21288997971058896,0.17305473047853115,1.2634523354725589,-0.2081296145915985,-0.17219224572181702,-0.9628249406814575,0.06501105427742004,0.246327742934227,-0.6572124361991882,0.152572363615036,0.04026475548744202,-0.48912513256073 +3,-0.20514893915605764,0.18849795379460263,1.20206750222391,-0.20010456442832947,-0.18738366663455963,-0.9616888761520386,0.041490498930215836,-0.07864494621753693,-0.42472004890441895,0.05658040940761566,0.07913781702518463,0.031894564628601074 +4,-0.16611961617190316,0.20077006816244422,1.1314146691591924,-0.16203516721725464,-0.19942398369312286,-0.9664236307144165,-0.15149915218353271,-0.13577808439731598,-0.6440079212188721,-0.0060251206159591675,0.14025042951107025,0.3647086024284363 +5,-0.15165842854494416,0.20754540794479834,1.1017678343644988,-0.14783555269241333,-0.20605860650539398,-0.9673078656196594,0.4472056031227112,1.245690941810608,-0.0007012044079601765,-0.08130568265914917,0.004993543028831482,0.23067456483840942 +6,-0.05828122661325042,0.252812415446203,1.1404005698601989,-0.056396689265966415,-0.25012797117233276,-0.9665688872337341,0.8354846835136414,0.5588410496711731,0.5413422584533691,0.1374208629131317,-0.09024983644485474,-0.21810823678970337 +7,0.015474922886396193,0.2927066148524194,1.2050945402870223,0.014816127717494965,-0.28854477405548096,-0.9573517441749573,-0.36196354031562805,1.5090575218200684,0.8054997324943542,0.07806411385536194,-0.17800796031951904,-0.4535674452781677 +8,0.11336559559750505,0.25284124074307723,1.276121095124042,0.10952624678611755,-0.25015586614608765,-0.9619906544685364,-0.5060163140296936,2.155344247817993,0.14958176016807556,-0.0055833905935287476,-0.13534215092658997,0.05909764766693115 +9,0.2120237874244938,0.20637435703198495,1.305472546442305,0.20597334206104279,-0.20491254329681396,-0.9568625092506409,-0.11900342255830765,0.21961107850074768,0.8214863538742065,-0.02363082766532898,0.08659589290618896,0.32343965768814087 +10,0.18350569114595075,0.2093858365511746,1.369938718929885,0.1784919798374176,-0.20785918831825256,-0.9617354869842529,-0.15915074944496155,-0.840641975402832,0.6067579984664917,-0.3936866819858551,0.21208587288856506,0.29459071159362793 +11,0.13938864347173074,0.2114012039583973,1.32388694802819,0.1358446627855301,-0.2098301202058792,-0.9682549238204956,-0.050400689244270325,-0.44126954674720764,-1.0472900867462158,0.03633551299571991,0.018393337726593018,-0.3777076005935669 +12,0.15509677092135268,0.1609651380127692,1.1519347122287529,0.15247881412506104,-0.16027094423770905,-0.9752247929573059,0.15658704936504364,0.16254347562789917,-3.065194845199585,-0.08221209049224854,0.30931881070137024,-0.6048227548599243 +13,0.24886246436179413,0.17018470577877892,0.7602179587030128,0.24274343252182007,-0.16936439275741577,-0.9551917910575867,1.7547394037246704,1.109981894493103,-4.223080635070801,0.07085521519184113,0.23635047674179077,0.21155470609664917 +14,0.43963655712908917,0.21762413608994302,0.22365509917855286,0.41557180881500244,-0.215910404920578,-0.8835625648498535,2.4731075763702393,0.132232204079628,-3.258195161819458,0.24582040309906006,-0.055940181016922,0.567751407623291 +15,0.45649122734810826,0.32698631890928603,-0.011689622628425222,0.4174453020095825,-0.3211904764175415,-0.8500447869300842,1.871664047241211,-0.807026207447052,-0.844025731086731,-0.16390526294708252,-0.047492384910583496,0.12236839532852173 +16,0.541135870424674,0.4213001535993676,-0.04751877863077584,0.47006767988204956,-0.40894725918769836,-0.7821754813194275,0.660516619682312,1.9668813943862915,0.8370285630226135,0.23981693387031555,-0.24785202741622925,-0.5235495567321777 +17,0.486689339250742,0.42457429958961607,0.010301997955385613,0.42617687582969666,-0.41193291544914246,-0.8054095506668091,0.48279041051864624,-1.1170467138290405,-1.2085868120193481,0.27269092202186584,-0.14438727498054504,0.06824219226837158 +18,0.5859407692730902,0.3897869469468107,-0.018082778314953613,0.5115042328834534,-0.379991352558136,-0.7706944942474365,0.752304196357727,2.0709893703460693,-1.4250903129577637,-0.09037691354751587,0.4855822026729584,0.3787420392036438 +19,1.0019995703267601,0.44634090289438844,-0.4717175526807087,0.760007381439209,-0.4316678047180176,-0.4858516454696655,3.9206154346466064,1.9045910835266113,-2.5427868366241455,-0.3292365074157715,0.4266171455383301,0.5839961767196655 +20,1.3566936344401954,0.23947636806567743,-0.685950202038648,0.9492812156677246,-0.2371939718723297,-0.20640724897384644,-0.19233012199401855,3.4913034439086914,-3.178574323654175,-0.34416353702545166,0.6119346022605896,0.2597214877605438 +21,1.6966675988322317,-0.10464038617833925,-0.591352531954584,0.9866623282432556,0.10444952547550201,0.1248525083065033,-2.0559234619140625,4.119596004486084,-3.8855655193328857,1.0804002285003662,0.4439818859100342,-0.5451862812042236 +22,1.880889322375251,-0.41487142342928873,-0.38535823299587946,0.8715194463729858,0.4030722677707672,0.2792609930038452,-0.997433602809906,0.5196214318275452,-3.324432373046875,1.8546617031097412,-0.2934989035129547,-0.5947669744491577 +23,1.830558219040815,-0.42439063792775494,-0.5373218780994236,0.8807171583175659,0.41176554560661316,0.2340652048587799,3.474233865737915,-1.5279558897018433,3.495741844177246,0.9353839159011841,-0.40482279658317566,-0.590312123298645 +24,1.5586591440555173,-0.07405016208980991,-1.0053840672951737,0.9971859455108643,0.07398250699043274,-0.012103622779250145,4.853857517242432,-0.4051394462585449,4.459512233734131,-0.08872354030609131,0.21321842074394226,0.1996493935585022 +25,1.6428238811825304,0.31530630577397456,-1.471091115953403,0.948236346244812,-0.31010767817497253,0.0684175044298172,3.546365737915039,0.6106634140014648,3.287949323654175,-0.2930087447166443,0.7974886894226074,0.04439067095518112 +26,1.7772376802964431,0.4596071062498622,-1.6855567495008337,0.8771968483924866,-0.4435960054397583,0.18370689451694489,-0.3272968828678131,1.399951696395874,-0.12799832224845886,0.11236608028411865,0.9594193696975708,0.1954587697982788 +27,1.7948064550431433,0.3530444798653052,-1.3891315997817708,0.9148798584938049,-0.3457561135292053,0.2084406316280365,-3.217513084411621,0.47735196352005005,-4.256188869476318,0.4458378553390503,1.0728678703308105,-0.27017760276794434 +28,1.8281152668921712,-0.12826168119445006,-1.1398409837723216,0.9591318964958191,0.1279103010892868,0.25239822268486023,1.1073304414749146,1.329008936882019,-5.045039653778076,0.8005726337432861,0.1726725548505783,-0.07701376080513 +29,1.8569943291231967,-0.44849556544963615,-1.160641219464449,0.8644475936889648,0.43361037969589233,0.25438693165779114,-0.24854569137096405,-0.6031411290168762,-1.7712584733963013,-0.03755843639373779,-0.5672315359115601,-0.24683377146720886 +30,1.7705244733261616,-0.5335591495150732,-0.9427973459773448,0.8438860774040222,0.5086010098457336,0.17082534730434418,-2.724074602127075,-3.4562244415283203,-1.0906497240066528,-0.0002428889274597168,-0.42705804109573364,-0.40614640712738037 +31,1.4748702281604273,-0.5339961241109844,-0.37311183743268783,0.8568227291107178,0.5089771747589111,-0.0824446976184845,-5.25101900100708,-5.3506975173950195,1.321396827697754,0.4827311038970947,-0.9202167987823486,-0.2940964698791504 +32,1.1462203013381096,-0.34339367150428085,-0.055921849361514994,0.8580145239830017,0.33668455481529236,-0.3878847062587738,-0.8569526672363281,-4.576732158660889,2.2713654041290283,0.4292778968811035,-0.5056146383285522,-0.7047513723373413 +33,0.8061275949564323,-0.07291342660905117,-0.06201723047832132,0.7196943759918213,0.072848841547966,-0.6904585361480713,3.3748981952667236,-3.2104971408843994,1.4225170612335205,0.4082658290863037,0.3969845175743103,-0.8990647792816162 +34,0.4819697726103405,0.19894152525056663,-0.2635511684109796,0.4543830156326294,-0.1976318508386612,-0.8686067461967468,2.9704301357269287,-4.058811187744141,-0.20845605432987213,0.08419117331504822,0.5917510986328125,-0.3853757381439209 +35,0.025972080988870015,0.3518491490014194,-0.3460372078486178,0.0243782140314579,-0.3446342647075653,-0.9384204149246216,0.6917447447776794,-3.8429336547851562,-0.5016107559204102,0.3476615846157074,0.6927025318145752,0.40344732999801636 +36,-0.14119786121009326,0.5432911752307928,-0.36433559057643555,-0.12046583741903305,-0.516956090927124,-0.8474929928779602,2.7596869468688965,-0.3922010660171509,-0.4433925747871399,0.5591102242469788,0.3353612422943115,0.3911941647529602 +37,-0.12258191914001097,0.6910182337181412,-0.25883177742668506,-0.09422492980957031,-0.637322187423706,-0.764815092086792,-0.3763359487056732,-0.19675400853157043,1.1605706214904785,0.3968982696533203,0.029991865158081055,-0.251267671585083 +38,-0.07545715825881505,0.663165618107451,-0.30088607146556673,-0.05940740182995796,-0.6156145930290222,-0.7858049273490906,-2.1593661308288574,-1.3766924142837524,-1.5690875053405762,0.19804875552654266,0.2817980647087097,-0.5482252240180969 +39,-0.15901464108163646,0.46568773008250014,-0.40748023950768475,-0.1414836198091507,-0.4490374028682709,-0.8822401762008667,-2.0452566146850586,-1.8498255014419556,1.4929745197296143,0.10678516328334808,0.04847896099090576,0.389976441860199 +40,-0.24831793136320468,0.46270225593642755,-0.3015150072391984,-0.21993060410022736,-0.44636785984039307,-0.8674020171165466,0.18383777141571045,-0.18602913618087769,0.7438794374465942,0.18613240122795105,-0.16167962551116943,0.26422208547592163 +41,-0.3048007288201242,0.3498661691814529,-0.2946889832010416,-0.28192242980003357,-0.34277209639549255,-0.8961177468299866,-1.2261991500854492,-1.6021535396575928,-0.35572969913482666,-0.32490435242652893,-0.052873075008392334,-0.20382732152938843 +42,-0.7349470900340921,0.38808045661945195,-0.3540724308032856,-0.620684027671814,-0.37841230630874634,-0.6866989135742188,2.2390658855438232,-6.231147289276123,-0.36316388845443726,-0.16264110803604126,-0.2812556326389313,-0.20333093404769897 +43,-1.2865317559225622,0.501094969232108,-0.2257134620939974,-0.8418592214584351,-0.4803861677646637,-0.24597208201885223,0.47264695167541504,-1.7369461059570312,0.5460944771766663,-0.12928640842437744,0.21280807256698608,-0.14295923709869385 +44,-1.501230763008774,0.5672429618834367,-0.17766382837138628,-0.8413455486297607,-0.5373088717460632,-0.05862327665090561,1.1361817121505737,-2.3481335639953613,-0.9082415699958801,0.2223728895187378,0.09776419401168823,0.05387783423066139 +45,-1.6141996988081058,0.5884062403210901,-0.20825194332514188,-0.8310427665710449,-0.5550360083580017,0.03609272465109825,-1.1593879461288452,-0.95606929063797,0.19343946874141693,0.4855839014053345,0.32784801721572876,-0.26164817810058594 +46,-1.5748099282764227,0.583889499844853,-0.30699060228610675,-0.8343181014060974,-0.5512732267379761,0.0033486383035779,-1.2816897630691528,0.4290536046028137,0.47575312852859497,0.2048930525779724,-0.2535210847854614,-0.17584919929504395 +47,-1.5165981466823688,0.44247067219253905,-0.3675207232562185,-0.9023696780204773,-0.4281735122203827,-0.048954736441373825,0.8090327382087708,-0.5456926226615906,2.021453857421875,-0.2612503170967102,-0.10377839207649231,-0.36240696907043457 +48,-1.5330620628858138,0.258860868320915,-0.29874360955025003,-0.9659942388534546,-0.2559795379638672,-0.03646839037537575,0.4229126274585724,0.36137649416923523,1.9644664525985718,-0.16578078269958496,0.1936626136302948,-0.29678356647491455 +49,-1.3966667183071437,0.18332149044533233,-0.32815406647666634,-0.9683747291564941,-0.18229641020298004,-0.1703479140996933,-0.8941231966018677,1.9175909757614136,-0.2040463387966156,0.3601594567298889,0.5973354578018188,-0.2409374713897705 +50,-1.1894103530860975,-0.02773581716829605,-0.3666414479907252,-0.9277926683425903,0.027732260525226593,-0.3720640540122986,-0.7187610864639282,1.4869396686553955,3.151215076446533,0.34977447986602783,0.3937612771987915,0.061562955379486084 +51,-0.9241221923864423,-0.3486946571096142,-0.26312175659326104,-0.7500625848770142,0.34167131781578064,-0.5662745237350464,-0.14285148680210114,2.9053380489349365,3.270815372467041,-0.34989774227142334,0.39064374566078186,-0.2189427614212036 +52,-0.7126353681336419,-0.5613303905625465,-0.14931359423404214,-0.5534983277320862,0.5323129296302795,-0.6405330896377563,-0.5932276248931885,-0.3780609667301178,1.8493587970733643,-1.372267723083496,-0.17859888076782227,-0.11166417598724365 +53,-0.8128455597954929,-0.6521227616009336,-0.2504682465001531,-0.5772186517715454,0.606874942779541,-0.5463712811470032,-2.576042652130127,-0.27959924936294556,-3.112520933151245,-1.0521149635314941,-0.6071495413780212,0.0060575008392333984 +54,-1.059889507736138,-0.3452534347126474,-0.6696057513566507,-0.8208267688751221,0.33843517303466797,-0.46011433005332947,-0.5382017493247986,-0.08719398826360703,-4.585997581481934,-0.31871497631073,-0.07865425944328308,0.00859147310256958 +55,-1.1267471618073435,-0.006770627574749344,-0.9314397806330206,-0.9029988050460815,0.006770575884729624,-0.42958956956863403,-0.5311347246170044,-0.04977639764547348,-4.248170852661133,0.2633656859397888,0.4819989502429962,0.04232153296470642 +56,-1.0386348485021404,0.2800794747633512,-1.1714611175422043,-0.8281344175338745,-0.2764320373535156,-0.4876255691051483,-0.44715315103530884,1.4661650657653809,-2.8500261306762695,0.08820521831512451,0.9433937072753906,-0.1253046691417694 +57,-0.8839572094218714,0.34924128719638486,-1.1928712062674676,-0.7265748381614685,-0.34218499064445496,-0.5958174467086792,0.9585546255111694,0.5877003073692322,1.46950364112854,-0.242129385471344,1.0029821395874023,-0.3044663667678833 +58,-0.9681227905971758,0.15916558372813294,-0.8246856732474787,-0.8134099245071411,-0.15849439799785614,-0.5596820116043091,1.1257346868515015,1.0319846868515015,4.380498886108398,-0.016057908535003662,0.9470838904380798,-0.17650878429412842 +59,-0.8787368746380392,-0.21982703378372873,-0.6625574346832684,-0.7514051795005798,0.21806082129478455,-0.6227678656578064,-2.07612681388855,0.46064144372940063,3.766422748565674,-0.002989351749420166,0.08590951561927795,0.08892381191253662 +60,-0.7960971548503645,-0.5453594695148354,-0.5406890168477538,-0.610967755317688,0.5187254548072815,-0.5980321764945984,-0.6346874833106995,0.46228522062301636,3.0551071166992188,-0.1252078413963318,-0.2435179352760315,0.11899775266647339 +61,-0.5323142624510694,-0.7328749327573755,-0.2398369382656804,-0.37722280621528625,0.6690092086791992,-0.6404135823249817,0.28276199102401733,1.0791958570480347,2.8034141063690186,-0.7698871493339539,-0.152712881565094,0.050569891929626465 +62,-0.27923150686274933,-0.9024645167134132,0.041041396068595665,-0.17079369723796844,0.7848564982414246,-0.5956760048866272,-1.3222172260284424,-0.4992664158344269,0.169663205742836,-1.675962209701538,-0.7171074748039246,-0.4295772910118103 +63,-0.7202269681083426,-0.8680450795805216,-0.4597936854113432,-0.42628347873687744,0.7630668878555298,-0.48580998182296753,0.0020976155065000057,0.8959935903549194,-5.141849040985107,-0.7548230886459351,-0.2928367853164673,-0.5525506138801575 +64,-0.8643016801446572,-0.35840980161618485,-0.8324112620724846,-0.7123077511787415,0.3507855236530304,-0.6079203486442566,1.4148736000061035,0.15485042333602905,-5.382756233215332,-0.40191954374313354,0.3480059504508972,-0.10950207710266113 +65,-0.8839888308242968,0.14824270895207153,-1.0542353169908296,-0.7647930383682251,-0.14770033955574036,-0.6271173357963562,1.3996502161026,0.4931258261203766,-5.2913408279418945,-0.06630736589431763,0.8792829513549805,0.1631433367729187 +66,-0.6966509630853315,0.5050644253789357,-1.2916798036891186,-0.5615379810333252,-0.48386383056640625,-0.6712309122085571,0.28176331520080566,1.4377073049545288,-2.205340623855591,-0.2558143138885498,1.0301742553710938,0.10976850986480713 +67,-0.6229313590099672,0.5273084495493922,-1.295494094939244,-0.5041695237159729,-0.5032092332839966,-0.7018500566482544,-0.23492754995822906,-0.5262911915779114,2.004089593887329,-0.1973380446434021,1.054036259651184,0.0880042314529419 +68,-0.7751176468310487,0.26115978328462713,-1.015640250247142,-0.6760706901550293,-0.2582011818885803,-0.690116286277771,-0.5304970741271973,0.6259225010871887,4.814177989959717,-0.09518474340438843,0.7541576623916626,-0.21315819025039673 +69,-0.7777048467684344,-0.16923738070978706,-0.7106132261258306,-0.6916218400001526,0.16843067109584808,-0.7023463249206543,-1.7921876907348633,-0.4341578185558319,5.034304618835449,-0.19999492168426514,0.11831249296665192,-0.1001744270324707 +70,-0.7109157164952835,-0.5934891985124195,-0.5433612918599152,-0.5409420132637024,0.5592569708824158,-0.6281826496124268,-1.7632964849472046,0.6514924764633179,2.541285514831543,-0.3222629427909851,-0.422568678855896,-0.004599332809448242 +71,-0.5131812664697903,-0.7551064853963346,-0.36883396779083705,-0.357509970664978,0.6853662133216858,-0.6343972086906433,0.15055587887763977,0.18693570792675018,2.0670363903045654,-0.766513466835022,-0.4679742455482483,-0.08745032548904419 +72,-0.42498132640333497,-0.7990299845659092,-0.14408352148871278,-0.28754159808158875,0.7166799306869507,-0.6353658437728882,0.18722927570343018,-1.314774751663208,0.5375698208808899,-1.0679728984832764,-0.6475728750228882,-0.3616586923599243 +73,-0.7213954886566205,-0.7678402749597466,-0.4142770261478689,-0.475123792886734,0.6945831179618835,-0.540195882320404,-0.24765445291996002,0.06442142277956009,-4.002993106842041,-0.6594738960266113,-0.3020050525665283,-0.39532041549682617 +74,-0.8279036075977224,-0.3311193040630446,-0.7057015368611531,-0.6965067386627197,0.32510173320770264,-0.6396774053573608,1.6117409467697144,0.5575491189956665,-5.0107831954956055,-0.4053609371185303,0.28915607929229736,-0.12266695499420166 +75,-0.8833858888351792,0.07166790566586899,-0.9546245777156714,-0.7709077000617981,-0.07160656899213791,-0.6329089403152466,0.5711347460746765,-0.008600023575127125,-4.192700386047363,0.12483537197113037,0.597470223903656,0.17381781339645386 +76,-0.8001584780829555,0.38860573121150943,-1.1266341474575234,-0.6639708876609802,-0.3788984715938568,-0.6446537971496582,1.4176464080810547,0.9599926471710205,-2.3228511810302734,-0.0624237060546875,0.9664686918258667,0.05737358331680298 +77,-0.754019558923571,0.43946491694860385,-1.0431488198262,-0.619525671005249,-0.4254552721977234,-0.6596785187721252,-0.16427648067474365,-0.26495790481567383,2.285257339477539,-0.3463099002838135,0.9584753513336182,-0.10278791189193726 +78,-0.8917032823705194,0.15449629360400646,-0.7873661969753377,-0.7688743472099304,-0.15388241410255432,-0.6206064820289612,-0.4291013777256012,0.16130684316158295,4.356545925140381,-0.2545478343963623,0.7001165747642517,-0.17414748668670654 +79,-0.917689250157712,-0.22190837262996688,-0.6736884676975201,-0.7747251987457275,0.22009159624576569,-0.5927567481994629,-1.9188424348831177,-0.7161705493927002,3.4633371829986572,0.03446030616760254,-0.09959295392036438,0.05699014663696289 +80,-0.9293619830204342,-0.5736344090648837,-0.5628445013777033,-0.6729874610900879,0.5426883101463318,-0.5025706887245178,-0.7453128695487976,-0.6502143740653992,2.9196038246154785,-0.0002913475036621094,-0.4115084409713745,0.11183887720108032 +81,-0.774592738082673,-0.6709138168592794,-0.3600307897816216,-0.547827422618866,0.6217020153999329,-0.5597962141036987,1.680996298789978,0.6900792121887207,1.747243046760559,-0.517693817615509,-0.29231053590774536,-0.057543814182281494 +82,-0.5482045126117382,-0.7157969732666434,-0.04846903642728621,-0.39324870705604553,0.6562190055847168,-0.6439969539642334,0.609099268913269,0.18274766206741333,1.5284875631332397,-1.0707405805587769,-0.3993372917175293,-0.0866091251373291 +83,-0.691085147824234,-0.7461785533348082,-0.20750667622512056,-0.4680160880088806,0.6788376569747925,-0.565809428691864,-1.9794330596923828,-0.15334726870059967,-3.3159210681915283,-0.7040724754333496,-0.6763352751731873,-0.3711259365081787 +84,-0.852423909282015,-0.4203925278227362,-0.6104447965142163,-0.6873239874839783,0.4081188440322876,-0.6008533835411072,1.3180381059646606,1.1827741861343384,-5.145133972167969,-0.33139854669570923,-0.0457988977432251,-0.09212452173233032 +85,-0.8829553788551618,0.016816997481492745,-0.8010618214478253,-0.7725092768669128,-0.01681620441377163,-0.634780764579773,1.430290937423706,-0.5778658390045166,-4.076566219329834,0.14978283643722534,0.3971567749977112,0.12554919719696045 +86,-0.8318960566666299,0.33259811037437786,-0.955348787723933,-0.698698878288269,-0.3264998495578766,-0.6365670561790466,0.09950502216815948,1.10982084274292,-2.2844791412353516,0.08230489492416382,0.696830689907074,0.18881314992904663 +87,-0.6250600716582939,0.4011192037006291,-1.031478847565055,-0.5386998057365417,-0.3904489576816559,-0.7465602159500122,-0.11586764454841614,1.399741768836975,0.2895772457122803,-0.6643183827400208,0.8153451681137085,-0.1567295789718628 +88,-0.6567216770620172,0.3889550383993945,-0.8866318187569223,-0.5649211406707764,-0.37922170758247375,-0.732840359210968,-0.47086799144744873,0.06496293842792511,2.9104888439178467,-0.22359198331832886,0.7922313809394836,-0.10457724332809448 +89,-0.7645189945933112,0.014263980023597377,-0.7883441226529031,-0.6921194791793823,-0.014263496734201908,-0.7216419577598572,-2.0426201820373535,-1.4469285011291504,3.0207676887512207,0.0361594557762146,0.10396991670131683,-0.16742658615112305 +90,-0.8541423269722134,-0.31193263298246604,-0.6697965760352947,-0.7176210880279541,0.3068985641002655,-0.6251665949821472,-1.0678447484970093,-0.3950077295303345,2.333462715148926,-0.09915131330490112,-0.7041306495666504,-0.006028473377227783 +91,-0.8453345099177558,-0.40052351049811125,-0.626221581503751,-0.6889788508415222,0.38990047574043274,-0.6109711527824402,0.23242273926734924,-0.2083437591791153,0.5223023891448975,-0.07895016670227051,-1.0324785709381104,0.03449416160583496 +92,-0.9179715733879518,-0.3554620237061791,-0.6131974556749318,-0.7447116374969482,0.34802353382110596,-0.5694595575332642,0.3048987090587616,-1.3579916954040527,-2.024226427078247,-0.19855618476867676,-1.362946629524231,-0.17317044734954834 +93,-1.0219443475421583,-0.040219156812588766,-0.8161255152914317,-0.8524340987205505,0.04020831361413002,-0.5212862491607666,-0.21779502928256989,0.7670724391937256,-5.083481788635254,-1.3752574920654297,-0.5790572166442871,-0.5998075008392334 +94,-0.8401655058996538,0.4781283656687357,-1.1576577542339006,-0.6612351536750793,-0.46011823415756226,-0.5925025939941406,0.337752103805542,-0.6369372606277466,-5.4174370765686035,-1.8595777750015259,0.31993576884269714,-0.3028984069824219 +95,-0.7710832869265561,0.8755365810430207,-1.483232581266897,-0.4464316666126251,-0.7678873538970947,-0.45939943194389343,2.350834369659424,-1.6804956197738647,-3.5385923385620117,-0.2684120833873749,1.1442453861236572,0.3422577381134033 +96,-0.5910370664070523,1.2097208204452947,-1.7281372956700234,-0.19685590267181396,-0.935517430305481,-0.29335126280784607,0.4753302335739136,1.7309322357177734,-3.26651668548584,0.32469403743743896,1.8783122301101685,0.11544901132583618 +97,-0.049329487489483716,1.3251662262670914,-1.9906964167007328,-0.011990461498498917,-0.9699842929840088,-0.24287164211273193,0.3556886315345764,2.4919261932373047,2.304692268371582,-0.22008046507835388,-0.22493141889572144,-0.9631830453872681 +98,-0.739108734265723,1.1652853736518396,-1.1399548009471796,-0.2657390534877777,-0.9189009666442871,-0.2915542721748352,-1.9079945087432861,1.484920859336853,2.038759231567383,-0.06621590256690979,-0.1487107276916504,-0.041377246379852295 +99,-0.7748635812564849,0.8978072726869196,-1.007213977752183,-0.4360904395580292,-0.781961977481842,-0.4453766644001007,-0.157201886177063,0.0007579680532217026,2.900200843811035,0.42751502990722656,0.2401835322380066,0.439380019903183 +100,-0.9791827801099315,0.7826073051485501,-0.7388169974735571,-0.5885639786720276,-0.7051305770874023,-0.39545324444770813,0.6294467449188232,-0.33905360102653503,1.0892984867095947,0.4340229630470276,-0.3778619170188904,0.9799717664718628 +101,-0.8138666667746821,0.9346846287583601,-1.0770670367334627,-0.43185946345329285,-0.804411768913269,-0.40794503688812256,-0.4533735513687134,-1.0693786144256592,-4.842230796813965,-1.2855019569396973,-1.6178141832351685,-0.25849783420562744 +102,-0.7005602276256949,1.3113472494044291,-1.3823611666189337,-0.16538263857364655,-0.9665314555168152,-0.1961260885000229,3.3691213130950928,-1.800769329071045,-2.0079522132873535,-0.6957471370697021,1.0161378383636475,-0.6421459913253784 +103,-0.9952192511719405,1.4734572199526896,-1.1794584709430076,-0.08152689784765244,-0.995266318321228,-0.05289996787905693,-0.9001054167747498,0.023835498839616776,0.682778000831604,0.7608329057693481,1.6148189306259155,-0.43391644954681396 +104,-1.0386300953193963,1.2386216784198234,-1.0499038282191768,-0.28100329637527466,-0.9453354477882385,-0.16546334326267242,-2.053558111190796,1.222780704498291,2.573057174682617,-0.36392468214035034,-0.42272186279296875,0.06271064281463623 +105,-1.0488224567789886,1.0482626919630071,-0.9997896961165778,-0.4326184391975403,-0.8665574789047241,-0.2488359659910202,0.9595481157302856,-0.18918436765670776,0.07764056324958801,-0.6271806955337524,-1.7910199165344238,-0.21475659310817719 +106,-0.9770126449932821,1.1816662236608642,-1.0880423337439273,-0.31444457173347473,-0.9252394437789917,-0.21226567029953003,-0.27190691232681274,0.14309652149677277,-1.1021461486816406,-0.2776727080345154,0.6976698637008667,-0.28639155626296997 +107,-0.9529164179600271,1.164212068903984,-1.0570649415310147,-0.3223544955253601,-0.9184769988059998,-0.22910159826278687,-0.4402821958065033,0.9373086094856262,1.5558966398239136,0.5386783480644226,1.6883745193481445,0.17465823888778687 +108,-0.8386545125409037,0.8657408313811653,-1.0528841057027483,-0.4820028841495514,-0.7615755796432495,-0.43321555852890015,-2.3693106174468994,0.9668233394622803,2.643205404281616,-0.06951075792312622,-0.25156211853027344,-0.09943819046020508 +109,-0.8992251083940919,0.6858287862372939,-0.9564475021329666,-0.6058393120765686,-0.6333146095275879,-0.4815300405025482,0.7483281493186951,-0.687537431716919,0.6192148923873901,-0.09337937831878662,-1.5066542625427246,0.019875407218933105 +110,-0.8359053491725781,0.8539655093549299,-1.1646398738083716,-0.4874298870563507,-0.75389164686203,-0.440521776676178,-1.1150803565979004,-0.7480558753013611,-4.146626949310303,-0.9444701075553894,-0.9851372241973877,-0.05009409785270691 +111,-0.5529180811535158,1.1151784081336713,-1.6401592950358552,-0.2310851514339447,-0.8979893326759338,-0.3744529187679291,2.0017142295837402,-1.362721562385559,-2.448411464691162,-0.5332123041152954,0.43450355529785156,-0.1890389323234558 +112,-0.629928299736575,1.37840022982859,-1.7130629674772373,-0.11264003068208694,-0.9815489053726196,-0.15451203286647797,1.3393490314483643,-1.3612242937088013,-1.1303601264953613,0.03889429569244385,1.5058714151382446,-0.04003751277923584 +113,-0.4864706270062354,1.3528686465297188,-1.8806511229806309,-0.10107831656932831,-0.9763475656509399,-0.19112376868724823,-1.0317901372909546,0.81239253282547,1.2929725646972656,0.3938029408454895,1.072188138961792,-0.1415483057498932 +114,-0.7460554499729798,1.0497297626057103,-1.4293302132988006,-0.3378840684890747,-0.8672887086868286,-0.36557433009147644,-1.7377371788024902,1.7608063220977783,3.6093077659606934,-0.6822117567062378,-0.6351679563522339,-0.6093554496765137 +115,-0.8907829979831349,0.6900295100873822,-1.0686027723362466,-0.5996788740158081,-0.6365599632263184,-0.48495036363601685,0.32411688566207886,0.8590063452720642,3.6100566387176514,-0.4166480302810669,-0.6259522438049316,-0.09831690788269043 +116,-0.9325286174765353,0.4862304852060034,-0.9427404130874921,-0.7100468873977661,-0.4672966003417969,-0.5267516374588013,-0.6770023703575134,0.24451367557048798,0.5079360604286194,0.2399388551712036,-0.1429024040699005,0.38475334644317627 +117,-0.9362969192201808,0.4642358821646458,-0.9718035218345521,-0.720131516456604,-0.44773969054222107,-0.530037522315979,0.44630059599876404,-0.4804694950580597,0.022243648767471313,0.4438254237174988,-0.21118059754371643,0.405861496925354 +118,-0.965191809900219,0.5753556156267796,-1.0060720674077916,-0.6897897124290466,-0.544133186340332,-0.477607786655426,0.8210505843162537,-0.6050461530685425,-2.25495982170105,-0.1954793930053711,-0.7461041808128357,0.2982254922389984 +119,-1.057837795266795,0.8684732747568024,-1.0133581786094739,-0.562851071357727,-0.7633435726165771,-0.3170255124568939,2.023159980773926,-0.4909437894821167,-3.3795275688171387,-0.9948728680610657,-0.7611009478569031,-0.01671472191810608 +120,-0.9012650474708036,1.2656560701776962,-1.3269581229605572,-0.23556849360466003,-0.9538048505783081,-0.18645046651363373,-0.24107567965984344,-1.7063376903533936,-3.4348151683807373,-0.45454075932502747,0.3622826337814331,-0.5829281806945801 +121,-0.8506254019143602,1.4129792987501322,-1.5108729323732462,-0.11813794076442719,-0.9875727295875549,-0.10365072637796402,0.7065477967262268,-1.4862644672393799,0.7920634150505066,0.19742262363433838,1.3098535537719727,-0.1606009602546692 +122,-0.994278486419071,1.2797717103957218,-1.4291279330429085,-0.24055542051792145,-0.9579503536224365,-0.1564098298549652,-1.8394814729690552,0.34340667724609375,0.9982921481132507,0.23925845324993134,1.0508002042770386,-0.08673898875713348 +123,-0.7530487911434833,0.9686116765529289,-1.5607268487113364,-0.3873721957206726,-0.8241000771522522,-0.4132818877696991,-2.6054205894470215,0.92266446352005,2.861940383911133,-0.6702602505683899,-0.403683066368103,-0.5343194603919983 +124,-0.7254068560138924,0.712052641834986,-1.3866796545344366,-0.5022388100624084,-0.653389036655426,-0.5664264559745789,-0.437946617603302,1.0341811180114746,2.8640620708465576,-0.5645183324813843,-0.9740981459617615,-0.37995415925979614 +125,-0.83859543190522,0.5708890739805766,-1.2184611150316165,-0.6257688403129578,-0.5403803586959839,-0.5624966621398926,-0.31300172209739685,-0.4107207655906677,0.6241122484207153,0.30106180906295776,-0.2147008180618286,0.4404568672180176 +126,-0.8907767553426605,0.5742268741268649,-1.249431374944885,-0.6528494358062744,-0.543185830116272,-0.5279552936553955,0.9728327989578247,-0.12827005982398987,-0.7478734254837036,0.6684439778327942,-0.1602444052696228,0.3885815143585205 +127,-0.9935735813356039,0.7449626371146516,-1.183672129330959,-0.6160112619400024,-0.6779443621635437,-0.4011504054069519,1.3067458868026733,-0.7062789797782898,-1.8299140930175781,0.11109793186187744,-0.22311770915985107,0.34345686435699463 +128,-0.8916366004284668,1.0791606025821094,-1.4033487085905332,-0.367316871881485,-0.8815618753433228,-0.2965248227119446,0.8106598854064941,-1.173439383506775,-3.8126533031463623,-0.5802692174911499,-0.44294679164886475,-0.3240501284599304 +129,-0.7011269320649575,1.3099295448110633,-1.7087453336051077,-0.16637764871120453,-0.9661667943000793,-0.19707933068275452,0.9544675350189209,-1.0750988721847534,-1.143396258354187,-0.49484673142433167,0.22162944078445435,-0.37916886806488037 +130,-0.7651707155138425,1.3268503716824285,-1.6825539631836286,-0.16730071604251862,-0.9703924655914307,-0.17420955002307892,-0.1319267451763153,-0.20652534067630768,1.3226531744003296,0.2046695053577423,0.8163244724273682,0.005126893520355225 +131,-1.2674347247553672,1.1930066129682584,-1.1982037002147015,-0.352023720741272,-0.9294822216033936,-0.11019165068864822,0.30914464592933655,-0.19355766475200653,1.8258451223373413,0.366977334022522,0.816490888595581,0.0911487340927124 +132,-1.4369961425770283,1.0513883526194152,-1.0307651514919163,-0.4919299781322479,-0.8681132197380066,-0.06621593981981277,-0.4306109845638275,1.4177494049072266,2.5624117851257324,0.49403566122055054,-0.859425961971283,0.7480091452598572 +133,-1.3736194718758368,1.0054954409828514,-1.012413274899837,-0.5252906680107117,-0.8444274663925171,-0.10493866354227066,-0.5123163461685181,0.6865203380584717,-1.222772240638733,-0.41906052827835083,-0.6484925746917725,0.17261140048503876 +134,-1.0085965140848145,1.1358526902986672,-1.3055904881681673,-0.3565058708190918,-0.906893789768219,-0.22460520267486572,-0.5275329947471619,0.4381910264492035,-1.2131474018096924,-0.2136693298816681,0.35699743032455444,-0.29874077439308167 +135,-0.9304815580849457,1.099077141364254,-1.33441282354125,-0.36440175771713257,-0.8907883763313293,-0.2714914083480835,-0.07796549797058105,0.7286563515663147,1.0065181255340576,0.24217882752418518,0.8497878909111023,0.01981291174888611 +136,-0.9717651360264744,1.0083385292406466,-1.1978883192806804,-0.44041571021080017,-0.8459470272064209,-0.30067864060401917,-0.5295329093933105,0.8072582483291626,1.4890691041946411,0.33035406470298767,0.4492185711860657,0.21423760056495667 +137,-0.9361627076797303,0.8668372698428887,-1.1593060898686331,-0.5212157368659973,-0.7622857093811035,-0.3837376534938812,-0.3875536322593689,-0.033542197197675705,0.6645973324775696,-0.08706057071685791,-1.0388007164001465,0.2655278742313385 +138,-0.9982979533658066,0.9753918617678748,-1.1810367287420578,-0.47141724824905396,-0.8279217481613159,-0.3038279414176941,0.34437260031700134,-1.1166552305221558,-2.681903600692749,-0.6481963396072388,-1.141621708869934,0.04241439700126648 +139,-0.6887522642093754,1.190101989207929,-1.6642367471791788,-0.23615725338459015,-0.9284068942070007,-0.28686296939849854,0.28220242261886597,-1.0707210302352905,-2.3880128860473633,-0.5142241716384888,0.16449087858200073,-0.3466360867023468 +140,-0.9699490516624001,1.3500240614912693,-1.4913258855375506,-0.1806301474571228,-0.9757286310195923,-0.12380053848028183,1.1180731058120728,-1.2357200384140015,-0.16072893142700195,0.2203640341758728,1.7073874473571777,-0.00849314033985138 +141,-0.990561929561492,1.302981111890784,-1.4941196710459768,-0.22131524980068207,-0.9643513560295105,-0.14507292211055756,-0.26191970705986023,0.6365148425102234,1.7186275720596313,0.24405083060264587,0.7337452173233032,-0.02663421630859375 +142,-1.0384292544062415,1.1021509809289731,-1.4019130656466727,-0.3891696035861969,-0.8921809792518616,-0.22926025092601776,-1.2068889141082764,-0.0843488872051239,0.3529239296913147,-0.4187985360622406,-1.7523045539855957,-0.41553038358688354 +143,-0.7713669213184169,1.151212259988523,-1.59543056964305,-0.2839914560317993,-0.91325843334198,-0.29207491874694824,0.7060901522636414,0.9281468987464905,-1.1244131326675415,-0.4855245053768158,-0.40345293283462524,-0.30063745379447937 +144,-0.8333131952005869,1.2288847841852857,-1.459845829017779,-0.24816836416721344,-0.9421154856681824,-0.22545720636844635,0.8139761686325073,0.07521899044513702,1.408921241760254,0.06643620133399963,1.0672681331634521,0.06498050689697266 +145,-1.1206597651523635,1.130763212082526,-1.116920642317206,-0.383537620306015,-0.9047375321388245,-0.18533438444137573,-0.03593266010284424,0.7504159212112427,1.5374821424484253,0.4139026403427124,0.9232311844825745,0.13131827116012573 +146,-1.1264229050315173,0.9523204883869557,-1.0287399572961335,-0.5234845876693726,-0.8147631287574768,-0.24924898147583008,-0.533761739730835,0.2847253084182739,1.8149476051330566,0.05182015895843506,-0.887324333190918,0.20075654983520508 +147,-1.1875517967898135,0.9781827249418662,-1.0126829529932657,-0.5180128812789917,-0.8294837474822998,-0.20885229110717773,-0.0864294245839119,-0.7716420888900757,-1.876114010810852,-0.028450071811676025,-1.0994408130645752,0.33992528915405273 +148,-0.8755114511974581,1.2048226020099022,-1.5773976284728635,-0.2747895419597626,-0.9337757229804993,-0.22924591600894928,-1.030674695968628,-2.584989547729492,-3.4693803787231445,-0.7361509799957275,-0.23846548795700073,0.24725133180618286 +149,-0.9232139174442752,1.3532465066239656,-1.8225473243071086,-0.1721402257680893,-0.9764292240142822,-0.13020628690719604,0.4392918050289154,-2.552246332168579,-0.1694166660308838,-0.1228579431772232,1.0185587406158447,0.043658435344696045 +150,-0.7818345705085203,1.2862651749766256,-2.276864323507681,-0.19778171181678772,-0.9597933888435364,-0.19919638335704803,-1.9754098653793335,-2.9542136192321777,-0.06735394895076752,0.04861178994178772,0.4309542179107666,-0.07672828435897827 +151,-0.62563748824414,1.2059863262124806,-2.626211569621157,-0.20893053710460663,-0.9341915845870972,-0.28919553756713867,-1.0186288356781006,-0.8827926516532898,0.10776505619287491,-0.10579723119735718,-0.07963281869888306,-0.25934264063835144 +152,-0.8090973107305308,1.142573692878809,-2.4246619136068293,-0.3005048930644989,-0.9097052216529846,-0.2865886688232422,0.847884476184845,0.809235692024231,0.4096478223800659,-0.5221421718597412,-0.5269706845283508,-0.22293278574943542 +153,-0.9933722229517248,1.1200312184869967,-2.20800362201151,-0.36502212285995483,-0.9001140594482422,-0.23780937492847443,0.6297974586486816,-0.8276732563972473,1.2339882850646973,-0.06336835026741028,0.17304813861846924,-0.12386968731880188 +154,-1.0389862690833938,1.0839727638732464,-2.2292890872870026,-0.40321049094200134,-0.8838233351707458,-0.23722931742668152,-0.893481969833374,-0.3005625307559967,-0.4402684271335602,0.31747135519981384,0.47543710470199585,-0.08325105905532837 +155,-0.9759806467970598,1.0791155307140938,-2.3230758495431973,-0.39102452993392944,-0.8815405964851379,-0.26454874873161316,-0.5399221777915955,0.20799832046031952,-0.19138863682746887,0.09895604848861694,0.06453925371170044,0.12326765060424805 +156,-0.9082089186344087,1.1313822473741453,-2.4294299418432534,-0.33539390563964844,-0.9050011038780212,-0.26169416308403015,-0.029416248202323914,-0.800294816493988,-0.9819011092185974,-0.4195346534252167,-0.7747321128845215,-0.05126360058784485 +157,-0.7841955529616755,1.203490814367153,-2.626399783185532,-0.2536177635192871,-0.9332983493804932,-0.25422850251197815,-0.5864980220794678,-0.15341320633888245,-1.3061480522155762,-0.045500248670578,-0.20425957441329956,0.14711180329322815 +158,-0.8022518528636152,1.2584290551263677,-2.61681527852605,-0.22093409299850464,-0.9516087174415588,-0.2136097401380539,2.1796364784240723,-0.4884243309497833,0.8312013149261475,0.11070460081100464,0.43088728189468384,0.04847913980484009 +159,-1.282940030882153,1.265211475723386,-2.179773147472826,-0.2884725034236908,-0.9536711573600769,-0.08541084080934525,-0.7570206522941589,-0.13215014338493347,-0.1848563849925995,0.4035084843635559,1.0726592540740967,0.06394171714782715 +160,-0.7738416184421092,1.1810712294990666,-2.585146421533128,-0.2655314803123474,-0.925013542175293,-0.27174076437950134,-1.262313961982727,2.0869710445404053,0.8234532475471497,-0.2745075821876526,-0.36594104766845703,-0.40954887866973877 +161,-0.9042966571994319,1.0583769532979477,-2.1830407958600473,-0.3853611648082733,-0.8715608716011047,-0.30311450362205505,1.2483935356140137,2.7870101928710938,1.7399697303771973,-0.4923091232776642,-0.8190671801567078,-0.37539803981781006 +162,-0.8067279883818682,1.068761326035739,-1.9946645109995886,-0.347447007894516,-0.8766050934791565,-0.3329324424266815,0.6661691665649414,2.593743085861206,0.3693709671497345,-0.06444871425628662,0.15896904468536377,0.06968781352043152 +163,-0.7884616053813681,1.0792397334900488,-1.7290782654383885,-0.334774374961853,-0.8815991878509521,-0.3327295184135437,1.2805650234222412,2.156879186630249,1.4418669939041138,0.16576802730560303,0.7185132503509521,0.2311670184135437 +164,-0.967442538537444,1.0632608204746445,-1.2997383669975986,-0.400210976600647,-0.8739449381828308,-0.2757740318775177,1.131695032119751,1.8749486207962036,1.7117847204208374,0.3522831201553345,0.4148385524749756,0.3628407120704651 +165,-1.1883373358820288,0.9394499251691716,-0.9441183576257557,-0.5475877523422241,-0.8072335720062256,-0.2202763706445694,1.1178816556930542,-0.5175350904464722,1.7000073194503784,0.007258772850036621,-0.6430838108062744,0.3984532356262207 +166,-1.302897602423018,0.9275078877971864,-0.9643825898632225,-0.5784335732460022,-0.8001275658607483,-0.15877839922904968,-1.1890887022018433,-1.5709662437438965,-1.6426693201065063,-0.8808254599571228,-0.8823065161705017,-0.16611170768737793 +167,-1.070157631406418,1.1116759273504793,-1.411899665690853,-0.3887736201286316,-0.8964426517486572,-0.21271052956581116,-1.0725023746490479,-1.350454568862915,-2.708167552947998,-0.1326497197151184,0.19855141639709473,-0.09956061840057373 +168,-1.0521837544035886,1.2347877601401342,-1.5954650679567546,-0.2863657474517822,-0.944078266620636,-0.1634349524974823,0.630914032459259,-1.5590521097183228,-0.6099234819412231,0.23137307167053223,0.946367084980011,0.06736558675765991 +169,-1.045037407475582,1.2737317898555065,-1.7086301476880745,-0.2531813979148865,-0.9561998844146729,-0.14690446853637695,-1.1108065843582153,-0.09654531627893448,0.03654038906097412,0.32189175486564636,0.7571185231208801,0.003548160195350647 +170,-0.7746185829958878,1.0813864436072131,-1.896989617838116,-0.32881203293800354,-0.8826104402542114,-0.3359784483909607,-0.7205211520195007,1.3523633480072021,1.958090901374817,-0.40426596999168396,-0.6094855070114136,-0.6107683181762695 +171,-0.9313865143089289,0.9311428882049766,-1.5354668080447773,-0.4789952039718628,-0.8023026585578918,-0.3561937212944031,1.3215219974517822,1.847927212715149,1.6904994249343872,-0.3465357720851898,-0.46327656507492065,-0.2866285443305969 +172,-0.8994588910135268,0.9088181246541965,-1.367686703626113,-0.4812873303890228,-0.7887778282165527,-0.38235071301460266,1.0219568014144897,1.2870866060256958,0.616921603679657,0.13241034746170044,0.18013525009155273,0.10892844200134277 +173,-0.900144529408149,0.9258227601604772,-1.23508390185057,-0.4709725081920624,-0.7991156578063965,-0.3736298382282257,-0.26862508058547974,1.16710364818573,-0.324034184217453,0.2553657293319702,0.44921624660491943,0.4335358440876007 +174,-0.743032100472639,0.9088233850852226,-1.2982577157913855,-0.41584184765815735,-0.7887810468673706,-0.45265883207321167,-0.01476872805505991,0.5682696104049683,0.8743138909339905,0.36213093996047974,0.010231852531433105,0.5455543398857117 +175,-0.9323293098647585,0.9063914400405473,-1.1260749165973318,-0.49512866139411926,-0.7872838377952576,-0.367466539144516,1.0660127401351929,-1.6565983295440674,0.2672045826911926,-0.39538952708244324,-0.9233484268188477,0.4437147378921509 +176,-1.053239239414755,0.9559761269938727,-1.2354642386470331,-0.5012669563293457,-0.8168771862983704,-0.28538259863853455,-1.3395659923553467,-2.314605951309204,-2.0884644985198975,-0.7162318229675293,-0.5487844347953796,0.010892271995544434 +177,-0.9450086038436057,1.1000639238354641,-1.6446430306520643,-0.36759448051452637,-0.8912363648414612,-0.26565423607826233,-0.19648225605487823,-2.4929606914520264,-1.7627546787261963,0.10509753227233887,0.6293345093727112,-0.022492706775665283 +178,-0.7811501303787765,1.1670217471258726,-2.0356349533916642,-0.27663421630859375,-0.9195845723152161,-0.2789945602416992,-1.570307970046997,-1.3028017282485962,-1.631093144416809,0.19013211131095886,0.792036235332489,0.03468605875968933 +179,-0.44315214120484964,1.0429217447065056,-2.4122305606141734,-0.21598047018051147,-0.8638795614242554,-0.4550434350967407,-2.1282923221588135,0.5636837482452393,1.1582911014556885,-0.4212875962257385,0.08467429876327515,-0.12762868404388428 +180,-0.6199384715105404,0.7757927575569855,-2.124091299677387,-0.4147455394268036,-0.7002822160720825,-0.5810257196426392,-0.4936489760875702,0.3263293504714966,3.8064255714416504,-0.5366246700286865,-0.1647995114326477,-0.5991652607917786 +181,-0.7654542161065834,0.5559632285060374,-1.8219333768422423,-0.5885140299797058,-0.527761697769165,-0.6124695539474487,0.34544748067855835,0.41067031025886536,2.247410535812378,-0.09518653154373169,-0.43656325340270996,-0.15837395191192627 +182,-0.8592913160224156,0.5003244847725485,-1.6315681737103298,-0.6645456552505493,-0.47971028089523315,-0.5729373097419739,1.1236823797225952,0.03738170862197876,0.36989346146583557,0.4751230478286743,-0.07979899644851685,0.4487002491950989 +183,-0.8416008660318895,0.5801198649310757,-1.6330393063527238,-0.6237100958824158,-0.5481241941452026,-0.5572660565376282,-0.3331570029258728,0.1012072041630745,-1.1269162893295288,0.539100170135498,-0.08174329996109009,0.562484622001648 +184,-0.7793031085931198,0.7126031300827871,-1.7438057263650804,-0.5317701697349548,-0.653805673122406,-0.5382923483848572,0.3326317071914673,-0.4252438545227051,-1.8448258638381958,-0.5619187951087952,-0.761416494846344,0.2283252477645874 +185,-0.7101924924638213,0.891064921302339,-1.9504170273668417,-0.4098241925239563,-0.777741551399231,-0.47661545872688293,0.014310097321867943,-1.7519830465316772,-1.812888503074646,-1.1572840213775635,-0.8091725707054138,-0.42440080642700195 +186,-0.7249900426666473,1.0938614836753229,-2.2015249406262867,-0.304414302110672,-0.8884061574935913,-0.3436077833175659,1.0401086807250977,-2.6350464820861816,-1.8811906576156616,-0.12357944250106812,0.8033843040466309,-0.17892947793006897 +187,-0.7512732698043074,1.1995225959451898,-2.4393701501702383,-0.24763831496238708,-0.9318659901618958,-0.2651437520980835,-0.7194041013717651,-2.063328266143799,-1.193179726600647,0.24655494093894958,0.9692347645759583,-0.081551194190979 +188,-0.5990412660860699,1.1558751440794302,-2.717607459684735,-0.22729825973510742,-0.9151480793952942,-0.3329254388809204,-1.1047288179397583,0.0460406132042408,0.19231924414634705,0.08882477879524231,0.39677661657333374,0.010369926691055298 +189,-0.6656772735715739,0.9696715572756759,-2.6194204198232005,-0.3492918312549591,-0.8246999979019165,-0.4448205232620239,-0.5338007211685181,0.11355207860469818,1.9780088663101196,-0.3509034514427185,-0.571891188621521,-0.4021795988082886 +190,-0.7875385402586955,0.8556626197598808,-2.446312302555624,-0.4646541476249695,-0.7550055980682373,-0.46266934275627136,-0.04353616014122963,0.5135442018508911,0.16073116660118103,-0.19762301445007324,-0.38761818408966064,-0.15570831298828125 +191,-0.8837620325328079,0.8804386000455946,-2.30067806559166,-0.4923396110534668,-0.7710182666778564,-0.40389689803123474,1.6090848445892334,-0.02014441229403019,0.541419506072998,0.437591016292572,0.2442542314529419,0.28834205865859985 +192,-1.0235003808129215,0.9536041731760636,-2.121657706135649,-0.4942128658294678,-0.8155066967010498,-0.3011687994003296,0.3684026002883911,0.06169550493359566,-0.1531665176153183,0.5245015621185303,0.8114477396011353,0.3976653516292572 +193,-0.9611499501117672,0.93956961532811,-2.2166264419957598,-0.48382288217544556,-0.8073042035102844,-0.3378983438014984,-0.9447025060653687,-0.761352002620697,-1.1740955114364624,-0.6953915357589722,-0.8898698091506958,-0.3310011923313141 +194,-0.9530019195019812,1.025080774987779,-2.343620541288588,-0.4230912923812866,-0.8547561168670654,-0.30064213275909424,0.26032784581184387,-0.8478370904922485,-1.4974511861801147,-0.3847700357437134,-0.7887527942657471,-0.40561091899871826 +195,-0.9481959772977403,1.1680335198121474,-2.4073854332341726,-0.3184157907962799,-0.9199815988540649,-0.22857221961021423,0.9396398663520813,-0.34719547629356384,-0.9137828946113586,-0.1627701222896576,0.38319265842437744,-0.040226638317108154 +196,-1.2529815409935228,1.2153745713425013,-2.106324013176889,-0.3305588364601135,-0.9374998211860657,-0.1087426096200943,1.0844805240631104,-0.36736035346984863,0.986066997051239,0.2629318833351135,1.141418218612671,0.2283562421798706 +197,-1.335641700938074,1.0822719436656638,-2.041608365766415,-0.4564070999622345,-0.8830263614654541,-0.10934929549694061,-1.1700695753097534,0.2194560170173645,2.0402450561523438,0.2978529632091522,0.6950989961624146,-0.10015393793582916 +198,-1.16675690388787,0.8851102523112735,-2.120868305818052,-0.5822188854217529,-0.7739847898483276,-0.24893517792224884,-0.13922090828418732,1.2662935256958008,1.3751990795135498,-0.8306229114532471,-1.2586079835891724,-0.6363034844398499 +199,-1.0727574616765514,0.8519466111682743,-2.027069928644212,-0.5785232186317444,-0.7525637149810791,-0.3145770728588104,1.187652587890625,2.6452879905700684,-0.2616492211818695,-0.2818741202354431,-0.7490384578704834,-0.3088207244873047 +200,-1.0221935645474283,1.0119278282870166,-1.8193116448550046,-0.4524185359477997,-0.8478556275367737,-0.27651116251945496,2.1029903888702393,1.598939061164856,-0.996728777885437,-0.16324305534362793,0.4395456910133362,0.17604726552963257 +201,-1.0692938337330153,1.1307231119368462,-1.6143760712793247,-0.37354785203933716,-0.9047204852104187,-0.20479948818683624,1.0811623334884644,0.8258017897605896,0.2599092125892639,0.28873950242996216,0.9877740740776062,0.20907199382781982 +202,-1.246826948988323,1.0580659962898633,-1.3525781574095774,-0.4650392532348633,-0.8714083433151245,-0.15616042912006378,-0.1940121352672577,0.9311439990997314,1.8299795389175415,0.4547548294067383,0.744134783744812,0.2519550919532776 +203,-1.1412065360853887,0.9545881326212928,-1.4111376534999058,-0.5254310369491577,-0.8160758018493652,-0.24071289598941803,0.5318922400474548,-0.9154121279716492,0.6898810267448425,-0.11888664960861206,-1.3428293466567993,-0.23551395535469055 +204,-1.1640381359471366,1.0486621539506706,-1.421027200550582,-0.45803868770599365,-0.866756796836853,-0.1973150074481964,0.009195731952786446,-0.07512985169887543,-2.0878450870513916,-0.6632229089736938,-0.7331424951553345,-0.15111945569515228 +205,-1.2056210371077194,1.1871353473456072,-1.4771357690549929,-0.3496360182762146,-0.9273005127906799,-0.13367387652397156,0.7380384802818298,-0.8701363205909729,-0.9456835985183716,-0.1733284890651703,0.3290947675704956,0.06990741193294525 +206,-1.5089438931927257,1.2606549231697262,-1.2777827405161222,-0.30460941791534424,-0.952290415763855,-0.018864896148443222,0.43977636098861694,-1.427878737449646,-0.2877424955368042,0.25414860248565674,1.1557512283325195,-0.019388912245631218 +207,-1.2923982615408396,1.2495365101300513,-1.5879912376483232,-0.3036045730113983,-0.9488383531570435,-0.0867764800786972,-1.9244400262832642,0.17555709183216095,0.3077864944934845,0.24183699488639832,0.5081950426101685,-0.0950014591217041 +208,-1.0826762596748738,1.073266443997067,-1.732785580929412,-0.4215203523635864,-0.8787640929222107,-0.22381709516048431,0.28899630904197693,0.5856239795684814,2.0618162155151367,-0.3374975919723511,-1.0801591873168945,-0.4410083293914795 +209,-1.0362817446841865,0.9445501858904928,-1.6576049106989483,-0.50435471534729,-0.8102333545684814,-0.2985767722129822,-0.801654040813446,0.5505927205085754,0.8122727274894714,-0.3033081889152527,-0.3976981043815613,-0.19409897923469543 +210,-1.000959712148589,0.9199671615309124,-1.6721440839187618,-0.5101160407066345,-0.7955816984176636,-0.3268507421016693,0.5006121397018433,0.4189921021461487,0.110310398042202,0.22964423894882202,0.5102423429489136,0.0418623685836792 +211,-1.1313444025149553,0.902333167438009,-1.491084413008151,-0.5608921647071838,-0.7847750782966614,-0.26368165016174316,0.6507123708724976,-0.10406900197267532,0.7472226023674011,0.45505720376968384,0.7340244054794312,0.27964237332344055 +212,-1.0914036794525077,0.8493784532128902,-1.5124982564790304,-0.586000919342041,-0.7508700489997864,-0.3046261966228485,-0.2574276328086853,0.46894168853759766,0.1806931048631668,0.029894351959228516,-0.3800503611564636,0.16734284162521362 +213,-1.240640113782056,0.8682709830555706,-1.4218273486956865,-0.6112497448921204,-0.7632128596305847,-0.20947492122650146,0.17460307478904724,-1.131975769996643,-0.306173175573349,-0.11537379026412964,-0.785233736038208,-0.048780083656311035 +214,-1.1785072603455111,0.9847834468752161,-1.5472408949083372,-0.5110324025154114,-0.8331523537635803,-0.2114311009645462,-0.7986482977867126,-0.6534391641616821,-2.227264404296875,-0.6941677927970886,-0.5282215476036072,-0.10601276159286499 +215,-1.1492054367360087,1.1353406623498141,-1.6874420894632955,-0.38488849997520447,-0.9066779017448425,-0.17261558771133423,0.924187183380127,-1.138548731803894,-0.9453312158584595,0.09933552145957947,0.75755375623703,-0.08289283514022827 +216,-1.2514091629204211,1.196247252198546,-1.683247572063086,-0.34735092520713806,-0.9306727051734924,-0.11487221717834473,-1.1954978704452515,-0.3896948993206024,-0.07278997451066971,0.49081408977508545,1.0475854873657227,0.15524697303771973 +217,-0.867994763117984,1.0706235804788364,-2.1023745951622304,-0.3659338355064392,-0.8774997591972351,-0.3099784851074219,-2.323488473892212,0.8962544798851013,0.8986073732376099,0.019177883863449097,0.07659643888473511,-0.04378131031990051 +218,-0.8332357424978112,0.8852432398183421,-2.006887145257891,-0.46856534481048584,-0.7740690112113953,-0.4257507622241974,0.5932827591896057,1.3580282926559448,2.836242198944092,-0.2869583070278168,-0.6532076001167297,-0.599563479423523 +219,-0.924046273686256,0.8047182735309306,-1.68886841729712,-0.5532969236373901,-0.7206353545188904,-0.4177883565425873,1.1281589269638062,0.9550357460975647,0.8030176162719727,-0.3214893937110901,-0.21561336517333984,-0.21033969521522522 +220,-0.9132487265702606,0.7844586727856833,-1.6029564393313946,-0.5601959824562073,-0.7064421772956848,-0.43257370591163635,0.11170724034309387,0.5027384161949158,0.4109063148498535,0.4192200303077698,0.41991257667541504,0.26335370540618896 +221,-0.9175733629753807,0.7782300342788127,-1.5632330336763351,-0.5655449032783508,-0.7020200490951538,-0.4328128695487976,0.19186420738697052,0.5283389091491699,-0.005623377859592438,0.5483787655830383,0.36269503831863403,0.4169437289237976 +222,-0.8359765314977736,0.7866507661167033,-1.6000383239671532,-0.5239813923835754,-0.7079919576644897,-0.4734879732131958,0.25985535979270935,0.5025998950004578,-0.532218337059021,-0.041905999183654785,-0.657471239566803,0.1462022364139557 +223,-1.0097012830020293,0.8981903408996691,-1.4242800026095326,-0.5274995565414429,-0.7822007536888123,-0.33152085542678833,1.3993662595748901,-1.3544304370880127,-1.247581958770752,-1.1362881660461426,-0.7349042296409607,-0.23996660113334656 +224,-0.8301891504414427,1.072627987637993,-1.7948605296422613,-0.35265734791755676,-0.8784592151641846,-0.32240059971809387,-0.9860749840736389,-1.039560317993164,-2.1061315536499023,0.01830679178237915,0.33919835090637207,-0.25097888708114624 +225,-0.9681117234548535,1.1975945128350476,-1.756369797457365,-0.3003626763820648,-0.9311647415161133,-0.20667509734630585,1.4508342742919922,-1.1236379146575928,-0.21295444667339325,0.35067087411880493,1.1075868606567383,0.08716827630996704 +226,-0.8895211776115537,1.1843139005357857,-1.8715579384340362,-0.29279017448425293,-0.9262406826019287,-0.23738624155521393,-1.6672108173370361,0.6848993897438049,0.46568572521209717,0.23315882682800293,0.7661759853363037,-0.04194110631942749 +227,-0.7369275106475204,0.9528815353089417,-1.947590371240495,-0.3893234431743622,-0.8150882720947266,-0.4290201663970947,-1.9667812585830688,0.8514847755432129,1.8186500072479248,-0.4944656193256378,-0.7032985091209412,-0.5160024166107178 +228,-0.719903009508244,0.7424865164991348,-1.8053683509483347,-0.48577404022216797,-0.6761220097541809,-0.5539697408676147,1.3364510536193848,0.32861459255218506,2.2556862831115723,-0.38249680399894714,-0.7759348154067993,-0.451630175113678 +229,-0.8738942772108956,0.7215234770871636,-1.5803969220198248,-0.5757394433021545,-0.6605292558670044,-0.48189759254455566,0.21691718697547913,-0.3738653063774109,0.6835359334945679,0.31508880853652954,0.2765723466873169,0.3182012438774109 +230,-0.9101425202383444,0.7224748526997016,-1.5904470870679042,-0.5923289656639099,-0.6612432599067688,-0.4603302478790283,-0.1622236669063568,-0.40910881757736206,-0.9482026100158691,0.34690654277801514,0.280902624130249,0.30104368925094604 +231,-0.8849520534629767,0.8251512144192032,-1.6573338211409063,-0.5250387787818909,-0.7346503734588623,-0.4296777844429016,0.8539892435073853,-0.04774392396211624,-1.590770959854126,0.08032143115997314,-0.2554008364677429,0.1913202702999115 +232,-0.9794945616747663,0.993033977106817,-1.6198453481927713,-0.45342308282852173,-0.8376868367195129,-0.30444759130477905,1.459161639213562,-1.113252878189087,-0.4121664762496948,-0.16733497381210327,-0.5862786173820496,-0.33950382471084595 +233,-0.9560338976398454,1.0826130214112715,-1.7166652780668985,-0.3831491768360138,-0.883186399936676,-0.2705153524875641,-0.3117801249027252,-0.3333141803741455,-0.9806012511253357,-0.14916890859603882,0.06432348489761353,-0.016807615756988525 +234,-1.0692041626324895,1.1091956688516227,-1.6619600631761733,-0.39051878452301025,-0.8953407406806946,-0.21414943039417267,1.031265139579773,-1.2131978273391724,0.5813863277435303,0.28671327233314514,0.7161873579025269,0.10994715988636017 +235,-1.3264100976588735,1.0764718377019844,-1.4783440193886401,-0.4603397846221924,-0.8802893757820129,-0.11479522287845612,0.44384390115737915,-0.49656936526298523,0.5678883790969849,0.3756229877471924,0.6790259480476379,0.007449626922607422 +236,-1.1894947450974631,1.0377402090705932,-1.5655034331246809,-0.4716717302799225,-0.8612580895423889,-0.18910391628742218,-0.6355232000350952,0.25576087832450867,0.45054981112480164,-0.6477892994880676,-0.9767546057701111,-0.2613508105278015 +237,-1.1899055029084074,0.9934539753621096,-1.4989104718798112,-0.5066837668418884,-0.8379161357879639,-0.2028994858264923,0.18258897960186005,1.3531748056411743,-0.7276703119277954,-0.45312464237213135,-0.6106618046760559,-0.12083104252815247 +238,-1.0669178861746935,1.0269451765919617,-1.5922605506513103,-0.45312678813934326,-0.8557223081588745,-0.24983106553554535,-0.502234160900116,-0.12203774601221085,0.16479644179344177,0.20474421977996826,0.4873141050338745,0.008131861686706543 +239,-1.1259220109259964,0.9984549568980052,-1.5289821090524505,-0.488884836435318,-0.8406351804733276,-0.2330753058195114,0.8424679040908813,-0.032692328095436096,0.02891087345778942,0.5317162871360779,0.9825419783592224,0.2648898959159851 +240,-1.127140672178629,0.9977986954367934,-1.4547836959965958,-0.4896666407585144,-0.8402795791625977,-0.23271609842777252,-0.33286961913108826,0.7500367164611816,0.7570083737373352,0.1484190821647644,-0.11196041107177734,0.28967714309692383 +241,-1.2760873773366752,0.9272102886739854,-1.3702399641808618,-0.5741971731185913,-0.799949049949646,-0.17429658770561218,0.01070988830178976,-1.1201350688934326,0.08828441798686981,-0.08737820386886597,-0.8321311473846436,-0.2130020409822464 +242,-1.1474532446840064,0.9958660732418999,-1.560009333356638,-0.49577218294143677,-0.8392302393913269,-0.2233891636133194,-0.815047562122345,-0.4433819055557251,-1.062256932258606,-0.38749808073043823,-0.3455079197883606,-0.023009777069091797 +243,-1.1094996597151772,1.05259616072121,-1.6695231261996024,-0.443544864654541,-0.8687120676040649,-0.22047053277492523,0.11661788076162338,-0.8126422762870789,-0.3860260248184204,0.1587090790271759,0.5368029475212097,0.07426078617572784 +244,-1.1241871626301392,1.1054058719425293,-1.7448054903113839,-0.40475478768348694,-0.8936464190483093,-0.19382889568805695,-0.706900417804718,-0.8594409823417664,-0.841239869594574,0.2880708575248718,0.6728212237358093,0.06428183615207672 +245,-0.8654680889525086,1.056997850834089,-2.039677624143642,-0.3742190897464752,-0.8708838820457458,-0.3186243176460266,-1.174696445465088,0.7101579904556274,0.20096024870872498,-0.02008327841758728,-0.12893301248550415,-0.08378046751022339 +246,-0.9256038593931227,0.9602223568700697,-1.867872444574908,-0.4580879509449005,-0.8193190693855286,-0.3447780907154083,0.8781220316886902,1.1677321195602417,2.1848278045654297,-0.34325796365737915,-0.199174702167511,-0.3350009620189667 +247,-0.9404392115998558,0.8426830201907213,-1.637690971843965,-0.5375719666481018,-0.7464312314987183,-0.39224573969841003,-0.46312496066093445,1.3126946687698364,2.640141010284424,-0.4600018858909607,-0.02313053607940674,-0.2754483222961426 +248,-1.0324639333034986,0.629244638535591,-1.4773911054391633,-0.6941258907318115,-0.5885342359542847,-0.41450774669647217,-0.4934232234954834,-0.29868021607398987,1.8392276763916016,0.17790579795837402,-0.03199493885040283,0.14291656017303467 +249,-1.0353484334049798,0.5282110938554129,-1.5296135584173205,-0.7428253889083862,-0.503989040851593,-0.4406875967979431,-0.34089013934135437,0.7857661843299866,-0.06104371324181557,0.7068604230880737,-0.15915793180465698,0.3664535880088806 +250,-0.9408260066051539,0.5946701065081902,-1.576208093805892,-0.6693305969238281,-0.5602355003356934,-0.48798835277557373,0.7711580395698547,0.5505768060684204,-1.5616375207901,-0.1213340163230896,-0.6317963004112244,0.21221628785133362 +251,-1.001990871971046,0.7835273550008602,-1.5366880900643727,-0.5968828201293945,-0.7057827115058899,-0.3815779685974121,0.8345478773117065,-0.4714064598083496,-1.1511486768722534,-0.722590446472168,-0.5143101215362549,0.06799459457397461 +252,-0.9256230659489179,0.9194433191423859,-1.8081669464126113,-0.4844014346599579,-0.7952642440795898,-0.3645682632923126,-0.8335243463516235,-1.6039248704910278,-2.1357650756835938,-0.19600322842597961,0.22920894622802734,-0.22793054580688477 +253,-0.9818181028827944,1.0217122359047888,-1.9264482446918076,-0.433969646692276,-0.8530029058456421,-0.28992506861686707,0.43064719438552856,-1.5764822959899902,-0.6681803464889526,0.393106609582901,0.8231108784675598,-0.05524396896362305 +254,-0.974809023486635,1.0451581948579745,-2.007559102969111,-0.41525810956954956,-0.8650039434432983,-0.28165382146835327,-1.144027590751648,-0.003267838153988123,-0.43921002745628357,0.25566643476486206,0.6397536993026733,0.15047401189804077 +255,-0.753908083395812,0.949854646975231,-2.2036718028873103,-0.3982388973236084,-0.8133309483528137,-0.4241443872451782,-1.180081844329834,0.8763272166252136,1.1498386859893799,-0.2929231822490692,-0.260017991065979,-0.2583507001399994 +256,-0.8748462522406756,0.7977788237127887,-1.9128592126918098,-0.5359054803848267,-0.7158068418502808,-0.447689414024353,1.938162088394165,1.4489156007766724,2.752744436264038,-0.23625022172927856,-0.28875547647476196,-0.3820835053920746 +257,-0.8866704497160194,0.7198579407381702,-1.667188414377339,-0.5827008485794067,-0.6592778563499451,-0.47519731521606445,-0.6096035838127136,1.255502462387085,0.673758864402771,-0.16455256938934326,0.07759755849838257,-0.014045238494873047 +258,-0.8520342668615889,0.6261548759575333,-1.6108687283231196,-0.6098392605781555,-0.5860334634780884,-0.5335361957550049,0.43075281381607056,-0.1018374115228653,1.3127202987670898,0.2757176160812378,0.13283216953277588,0.2887699604034424 +259,-0.9464570017669144,0.6132588758434357,-1.49319129472295,-0.6635027527809143,-0.5755355358123779,-0.4780406653881073,0.5940572619438171,-0.0899924710392952,-0.10094612091779709,0.3564043641090393,-0.11895298957824707,0.4047374725341797 +260,-1.036847083807604,0.6939512644600763,-1.424510541333047,-0.6617213487625122,-0.6395795941352844,-0.3912324011325836,2.0917205810546875,-1.1276785135269165,-0.6045676469802856,-0.05014687776565552,-0.6258775591850281,0.054135262966156006 +261,-1.1809152937525924,0.8605732657257651,-1.3657117615152174,-0.6030728816986084,-0.7582164406776428,-0.24781222641468048,-0.7067664861679077,-1.0164505243301392,-2.581083297729492,-0.9759981632232666,-0.6486133933067322,-0.16600608825683594 +262,-1.0442512420188172,1.111736990671851,-1.7016271543189712,-0.38308584690093994,-0.8964697122573853,-0.22268220782279968,-0.18556420505046844,-1.9113088846206665,-2.4697976112365723,-0.13408029079437256,0.48024046421051025,-0.05904078483581543 +263,-0.9128461582006371,1.2698722189170104,-2.0327759417093008,-0.23452819883823395,-0.955062985420227,-0.18124939501285553,-0.6442102789878845,-1.3621104955673218,-1.638807773590088,0.24475158751010895,1.102432370185852,0.06210881471633911 +264,-0.4994677216448246,1.2042160626494003,-2.5533755360637143,-0.17167073488235474,-0.9335585236549377,-0.3146390914916992,-1.7976734638214111,-0.05883096903562546,0.0394047275185585,0.061929523944854736,0.25080400705337524,-0.03561115264892578 +265,-0.7286836284351347,1.0552892167241261,-2.2375762273664646,-0.3282669484615326,-0.8700428605079651,-0.36778563261032104,-0.24856048822402954,0.8686455488204956,3.274003267288208,-0.2810012400150299,-0.3672618269920349,-0.48148804903030396 +266,-0.8992326995221931,0.910477983532372,-1.8431080983508203,-0.48017531633377075,-0.7897970080375671,-0.38164448738098145,1.353690266609192,1.5116392374038696,2.0555827617645264,-0.29535263776779175,-0.24313145875930786,-0.29503703117370605 +267,-0.9494763810109258,0.8282743145676643,-1.62371126702548,-0.54978346824646,-0.7367656230926514,-0.3935919404029846,0.16158802807331085,0.5036595463752747,0.47483503818511963,0.04766249656677246,0.18770867586135864,0.15430361032485962 +268,-1.0223702116037765,0.8074968669748092,-1.529803274014989,-0.5899259448051453,-0.7225589752197266,-0.3604104220867157,0.5035340785980225,-0.097872793674469,0.3853744864463806,0.39244675636291504,0.1928349733352661,0.3173958957195282 +269,-1.0916966500295255,0.8478432530745357,-1.4408582434793993,-0.5871124863624573,-0.7498552203178406,-0.30498558282852173,0.6956063508987427,-0.2020389437675476,-1.0396779775619507,0.0629425048828125,-0.4690321087837219,0.20935875177383423 +270,-1.2151876797782748,1.006368456058516,-1.344590675804852,-0.5014644265174866,-0.8448947668075562,-0.18624268472194672,0.6026607751846313,-0.4335211217403412,-0.7781552672386169,-0.4584659934043884,-0.7632136940956116,0.18494564294815063 +271,-1.0687198723757594,1.1678451895404183,-1.5890552434408434,-0.34373974800109863,-0.9199077486991882,-0.18871371448040009,-0.44058144092559814,-1.0714733600616455,-1.7534013986587524,-0.41012072563171387,0.11625784635543823,-0.2522652745246887 +272,-1.045380270780673,1.2582378427572856,-1.7324832248630102,-0.2660180330276489,-0.9515499472618103,-0.15423083305358887,-0.23485742509365082,-1.0235048532485962,-0.5524980425834656,0.3653374910354614,1.0123867988586426,-0.03975415229797363 +273,-0.8511710438947445,1.1989931530218347,-1.9790087123784297,-0.2732176184654236,-0.9316737651824951,-0.23944932222366333,-1.4119709730148315,-0.06787589937448502,0.07842504978179932,0.20517870783805847,0.6998013257980347,0.023552745580673218 +274,-0.6510301343169779,1.0519501013384382,-2.180507759147687,-0.30050551891326904,-0.8683918714523315,-0.3944516181945801,-1.563199520111084,0.5360375046730042,1.1841799020767212,-0.11354172229766846,-0.27072250843048096,-0.2719607353210449 +275,-0.7755445384251843,0.8847525725837755,-1.8954948012173125,-0.44350314140319824,-0.7737582921981812,-0.45233064889907837,0.954617440700531,1.643999695777893,2.3210976123809814,-0.32952234148979187,-0.3529201149940491,-0.40705958008766174 +276,-0.9179881498019599,0.7942803370933461,-1.512340977139055,-0.5567010045051575,-0.7133594751358032,-0.4256786108016968,-0.14479169249534607,1.0281858444213867,2.036611795425415,-0.40354984998703003,0.24981272220611572,-0.0590474009513855 +277,-0.8858822456975776,0.6237798279022729,-1.4757205642481903,-0.6286218762397766,-0.5841073393821716,-0.5134718418121338,0.018794991075992584,-0.1826838254928589,1.4380464553833008,0.21536803245544434,-0.035811543464660645,0.1616804003715515 +278,-0.9580157859974409,0.5217827987922076,-1.3737385971340152,-0.7091953754425049,-0.49842649698257446,-0.4986109733581543,-0.21016810834407806,0.025835353881120682,0.9815662503242493,0.43269091844558716,-0.15330687165260315,0.3218531906604767 +279,-0.9678954236413746,0.5141195597452147,-1.3513313249440748,-0.7172119617462158,-0.49176841974258423,-0.4937315285205841,1.0506783723831177,-0.1631569266319275,-0.5491113662719727,-0.04607844352722168,-0.8048929572105408,0.1333494782447815 +280,-1.0261204394080672,0.6685314165749346,-1.364154111794576,-0.6711782813072205,-0.6198341846466064,-0.4066022038459778,-1.4910430908203125,-0.9664292931556702,-2.9115447998046875,-0.861094057559967,-0.7030112743377686,-0.011870145797729492 +281,-0.7209724773877063,0.9115520685461155,-1.8586507315367777,-0.40433359146118164,-0.7904553413391113,-0.4601026773452759,0.30693915486335754,-0.7209423184394836,-3.5281805992126465,-0.4741148352622986,-0.05314195156097412,-0.14913493394851685 +282,-0.6142567525883155,1.1938305661173358,-2.136572651323584,-0.2121555209159851,-0.9297858476638794,-0.3008129298686981,1.2450237274169922,-1.6207716464996338,-2.363980770111084,-0.1363552212715149,1.054221272468567,0.04817318916320801 +283,-0.151485644791647,1.2418321225877509,-2.747994662393156,-0.04875244200229645,-0.9463774561882019,-0.3193632662296295,-1.7611865997314453,-0.4005189538002014,-1.3433685302734375,0.10940613597631454,1.1013762950897217,0.10201704502105713 +284,-0.30027754101957876,1.04729581281155,-2.5357441061326016,-0.14786750078201294,-0.8660745024681091,-0.47754591703414917,-0.9012678861618042,0.4490049481391907,3.527106761932373,-0.30016106367111206,0.3329172134399414,-0.44907456636428833 +285,-0.7098680199945123,0.7784300566252724,-1.9081305816039442,-0.46404528617858887,-0.7021624445915222,-0.5400276184082031,0.28399714827537537,1.0279836654663086,5.223287582397461,-0.5508167743682861,0.04351687431335449,-0.4606589674949646 +286,-0.8787103346090867,0.4178130280581203,-1.39783189285421,-0.7036871314048767,-0.40576258301734924,-0.5832504034042358,0.14945857226848602,1.551478385925293,5.101194381713867,-0.401613712310791,0.26126185059547424,-0.19790798425674438 +287,-0.8205624706630416,0.0954689996796885,-1.1142625992167006,-0.7281982898712158,-0.09532403945922852,-0.678705096244812,-0.02790558524429798,0.9810916185379028,2.59710431098938,-0.3691527843475342,-0.328671932220459,0.340448260307312 +288,-0.7781366447023258,-0.0037651012520644725,-1.0220612750862506,-0.7019485235214233,0.0037650924641638994,-0.7122176885604858,-0.21717312932014465,-0.22050924599170685,0.6041923761367798,-0.21902620792388916,-0.7494621276855469,0.42460477352142334 +289,-0.8293048318277028,-0.004728183933337239,-1.033441588722891,-0.7374537587165833,0.0047281663864851,-0.6753810048103333,0.4319804906845093,-0.9416553378105164,-0.8060818910598755,-0.3658939599990845,-1.0777415037155151,0.26929885149002075 +290,-0.9157265481214915,0.16191488610144833,-1.2092961184004978,-0.7826332449913025,-0.1612083464860916,-0.6012462973594666,-0.9150451421737671,-1.1202220916748047,-4.07056999206543,-0.9524131417274475,-0.7197120785713196,-0.12350040674209595 +291,-0.9195026754813858,0.5146075702476074,-1.530738924278409,-0.6922977566719055,-0.4921932816505432,-0.5277023315429688,0.156740203499794,-1.2893922328948975,-4.809584140777588,-0.6902400851249695,0.031515151262283325,-0.00554656982421875 +292,-0.8236836611347792,0.891833838989673,-1.8857960910860914,-0.4607243835926056,-0.7782247066497803,-0.4267311096191406,0.3223312497138977,-1.5171253681182861,-4.477508068084717,-0.4221796989440918,0.764934241771698,0.07727432250976562 +293,-0.4993236609445756,1.1320574677972324,-2.4248378144776974,-0.2034069001674652,-0.9052881002426147,-0.37293311953544617,-0.12059271335601807,-1.3494001626968384,-3.052177667617798,-0.3031238615512848,1.0177453756332397,0.08327549695968628 +294,-0.34931761025410185,1.1548626816432057,-2.7140969958964014,-0.13828682899475098,-0.9147394895553589,-0.379642516374588,-0.3324103355407715,-1.3637499809265137,1.0005842447280884,-0.18803763389587402,0.7787531614303589,-0.0522117018699646 +295,-0.7616529222232721,0.9319709255117106,-2.342197974244504,-0.4114852249622345,-0.8027966618537903,-0.43150603771209717,-1.0204143524169922,-0.4069957137107849,4.067943096160889,-0.4446243941783905,-0.09112423658370972,-0.5884525179862976 +296,-1.029343850891906,0.5731910862125803,-2.064844369374225,-0.7199969291687012,-0.5423159003257751,-0.4330102801322937,-2.4694671630859375,-0.45181092619895935,2.96060848236084,-0.33705568313598633,-0.5308195352554321,-0.0468328595161438 +297,-1.1067627199316348,0.3452759844062485,-2.1681965353306887,-0.8414774537086487,-0.338456392288208,-0.4211448132991791,-1.2071430683135986,-0.9235315322875977,0.49821412563323975,0.5828867554664612,-0.5974414348602295,0.12517011165618896 +298,-1.1242280041731056,0.39398632367768305,-2.2416060690752646,-0.8328337669372559,-0.3838723599910736,-0.39878547191619873,0.26956063508987427,-0.3360212445259094,-1.684389591217041,0.27892452478408813,-0.564278244972229,0.10732734203338623 +299,-1.1102660195739593,0.6577861847004944,-2.3361856956599434,-0.7089025378227234,-0.6113664507865906,-0.3516932427883148,0.5543625354766846,-0.27492424845695496,-3.318415641784668,-0.5468347072601318,-0.5137251019477844,-0.1556462049484253 +300,-0.9364089443862077,0.9405426717180297,-2.578952280297316,-0.4746828079223633,-0.8078780174255371,-0.34929823875427246,-0.08858910948038101,0.23372355103492737,-3.2862677574157715,-0.6344633102416992,-0.12196201086044312,-0.21793195605278015 +301,-0.8109243916945044,1.1368891347072914,-2.7286778485732714,-0.3047719895839691,-0.9073300361633301,-0.28959667682647705,1.1243853569030762,-0.29884710907936096,-0.8203781843185425,-0.048560529947280884,0.6499447822570801,0.14903271198272705 +302,-0.8808751090767113,1.2004509540888229,-2.696282134418638,-0.27916088700294495,-0.9322023987770081,-0.2303645759820938,-0.41186851263046265,-0.25296711921691895,-0.2797672748565674,0.23799267411231995,1.1103334426879883,0.10522729158401489 +303,-0.7387534658643592,1.0729860545767533,-2.790260106083495,-0.32153457403182983,-0.8786302804946899,-0.35302191972732544,-1.8000723123550415,1.7141709327697754,2.311194658279419,-0.16859298944473267,0.7998644113540649,-0.29709404706954956 +304,-0.7505821248699307,0.7292870277569191,-2.432792304738061,-0.508581280708313,-0.6663382053375244,-0.5452876091003418,-0.9079309105873108,2.9293949604034424,5.550442218780518,-1.171686053276062,-0.21160680055618286,-0.7543187141418457 +305,-0.7163485143341954,0.4345999611437761,-1.980961692436023,-0.5955933332443237,-0.4210475981235504,-0.6840961575508118,1.3638211488723755,2.1871814727783203,4.041574954986572,-0.6052733659744263,-0.8979374170303345,-0.14701956510543823 +306,-0.581867809159176,0.3812098615382341,-1.7515341261548063,-0.5101334452629089,-0.37204375863075256,-0.7754658460617065,0.8492534160614014,2.1955573558807373,0.49225276708602905,-0.0026991963386535645,-0.8242758512496948,0.5680683851242065 +307,-0.4330532289657298,0.443920547603947,-1.6996489667587125,-0.37897005677223206,-0.4294832944869995,-0.8197107911109924,0.6904640793800354,1.066247582435608,-0.994623601436615,-0.08987149596214294,-0.1348172426223755,0.6358423829078674 +308,-0.20986037318705428,0.5798515783394128,-1.8789581141070721,-0.17427164316177368,-0.5478997826576233,-0.8181902170181274,1.4434292316436768,1.467516541481018,-2.537100076675415,-0.005110695958137512,0.2507806420326233,-0.04515206813812256 +309,-0.07700049704554887,0.7590539234250461,-2.058598610694571,-0.05580770596861839,-0.6882354021072388,-0.7233377695083618,0.46652084589004517,-0.23739853501319885,-1.5513821840286255,-0.05350625514984131,0.41630852222442627,-0.038747191429138184 +310,-0.04534047989214062,0.6963057380223058,-2.1736615273417117,-0.034774065017700195,-0.6413877606391907,-0.7664284110069275,-0.6007338762283325,-0.7747482061386108,-0.17973749339580536,-0.09707711637020111,-0.07272350788116455,-0.08618694543838501 +311,-0.08638240089710486,0.7208558164930645,-2.1942598284058157,-0.06481333822011948,-0.6600278615951538,-0.7484400272369385,0.23537354171276093,-0.04119015112519264,0.16730985045433044,0.16410228610038757,0.2576841115951538,0.4276392459869385 +312,-0.05212135698494842,0.7263280297207476,-2.226528449405226,-0.038949232548475266,-0.6641288995742798,-0.7466028928756714,-0.41367629170417786,0.5627045035362244,-0.25078117847442627,0.27602502703666687,0.2643333673477173,0.2943171262741089 +313,-0.023455495944478315,0.6346703259709133,-2.1739406475779797,-0.018886210396885872,-0.5929120779037476,-0.8050457239151001,-0.43532896041870117,0.8072303533554077,0.4336715042591095,0.04635202884674072,0.16777169704437256,-0.026115775108337402 +314,0.0259631409371965,0.5807372400415851,-2.035896653152095,0.021704263985157013,-0.5486404895782471,-0.8357766270637512,-0.8551256656646729,1.9611982107162476,2.208576202392578,0.024743497371673584,-0.28149867057800293,-0.23212498426437378 +315,0.0027702808883453283,0.5558720970704217,-1.7673205546098143,0.002353186020627618,-0.5276842713356018,-0.8494372963905334,-0.87491774559021,0.4164438545703888,1.1320537328720093,0.16531038284301758,-0.05483525991439819,-0.5297740697860718 +316,-0.025183047323875787,0.4256365994462399,-1.6863393838100496,-0.02293369174003601,-0.4129006564617157,-0.9104872941970825,-1.3909674882888794,-0.2046278715133667,0.6209353804588318,0.0924069732427597,0.059705495834350586,0.278666615486145 +317,-0.07657394485030317,0.3260045204605837,-1.620899283016138,-0.07246988266706467,-0.32026055455207825,-0.9445534944534302,-0.008350564166903496,-0.054284822195768356,0.7936073541641235,0.16225260496139526,0.001504451036453247,0.5008279085159302 +318,-0.10627106894605519,0.3799105041404372,-1.5789220881676627,-0.09850805252790451,-0.37083736062049866,-0.9234586358070374,1.0725653171539307,-0.5545393824577332,-0.30989354848861694,0.1547061800956726,-0.11806949973106384,-0.19522422552108765 +319,-0.1519824523185904,0.558092525073803,-1.6380444811950556,-0.12842592597007751,-0.5295690894126892,-0.838488757610321,1.7046202421188354,-0.7574388980865479,-0.9712711572647095,-0.0074383169412612915,-0.2574334144592285,-0.24459540843963623 +320,-0.10764985079248504,0.7022164105743479,-1.7607950825748404,-0.08202259987592697,-0.6459113359451294,-0.7589933276176453,1.2163246870040894,-0.05999680608510971,-1.191644310951233,-0.20395761728286743,-0.1466759443283081,-0.27431660890579224 +321,-0.11346845296632672,0.8047313417575149,-1.8547744641525206,-0.07849953323602676,-0.7206444144248962,-0.6888464689254761,0.7078827619552612,-1.417028784751892,-0.418658971786499,-0.07718589901924133,0.48564380407333374,0.2933233976364136 +322,-0.2708714315879176,0.8551229265233184,-1.8464911002452902,-0.1755603402853012,-0.7546516060829163,-0.6322020888328552,0.46491098403930664,-1.0859073400497437,0.09846743196249008,0.3356860876083374,0.8058143258094788,0.538848876953125 +323,-0.3506701450672856,0.8077703099356691,-1.774020004671832,-0.23741568624973297,-0.7227479815483093,-0.6490525007247925,-0.8946146965026855,0.07769379764795303,1.3971425294876099,0.058964163064956665,0.7719423174858093,-0.23244774341583252 +324,-0.3849074651600179,0.5011510741514149,-1.5659431595822864,-0.32930147647857666,-0.4804353713989258,-0.8128606081008911,-2.5362186431884766,1.5181888341903687,2.7388062477111816,-0.6437362432479858,-0.12712380290031433,-1.1213586330413818 +325,-0.38465571883537514,0.27145826420592556,-1.2949470665218854,-0.3614990711212158,-0.268136590719223,-0.8929843902587891,0.01912977173924446,0.18658548593521118,3.2850141525268555,-0.2904479205608368,-0.4794982671737671,-0.30527299642562866 +326,-0.40608068589949753,0.1756214536768894,-1.0872182565871076,-0.38893577456474304,-0.17472006380558014,-0.9045451283454895,-0.5231407284736633,0.26253360509872437,1.3890810012817383,-0.09603431820869446,-0.29218363761901855,0.4628031849861145 +327,-0.468535590868314,0.16315737963936605,-1.0117930923906044,-0.44558289647102356,-0.16243445873260498,-0.8803811073303223,0.9450924396514893,-0.406859427690506,0.28559696674346924,0.03196290135383606,-0.3476821184158325,0.6434884071350098 +328,-0.6014957917021762,0.2401384792582588,-0.9575625253004673,-0.549638569355011,-0.23783713579177856,-0.8008313775062561,1.3115620613098145,-2.7773518562316895,-0.8314648866653442,-0.4785749316215515,-0.6899277567863464,0.014805376529693604 +329,-0.8028988375985617,0.4547938134402517,-1.01914742845131,-0.6462496519088745,-0.4392770826816559,-0.6240168809890747,-0.363214373588562,-0.9744279384613037,-3.290970802307129,-0.7970944046974182,0.08527320623397827,-0.5950382947921753 +330,-0.6137271032022351,0.7746665997621694,-1.4925195235835522,-0.4115825593471527,-0.6994778513908386,-0.5842350721359253,0.49950549006462097,-2.106029987335205,-3.3102035522460938,-0.1686939299106598,0.3538205027580261,-0.2604304552078247 +331,-0.7630953132015146,0.9315283403890678,-1.5413288016097046,-0.41235265135765076,-0.8025326728820801,-0.43116870522499084,1.257442831993103,-0.9198692440986633,-0.10863276571035385,0.47682103514671326,0.5331998467445374,0.19317743182182312 +332,-0.8953865123105686,0.9841021360273924,-1.4972644502845762,-0.4320661127567291,-0.832775354385376,-0.34612709283828735,0.17230136692523956,-0.616117000579834,-0.36536869406700134,0.2083418071269989,0.34203749895095825,0.14562663435935974 +333,-0.9022407172582128,0.9349491646709515,-1.551206546075042,-0.46601203083992004,-0.804568886756897,-0.3681056499481201,-1.5846673250198364,0.6052955985069275,0.27757760882377625,-0.13149163126945496,-0.016537070274353027,0.07013201713562012 +334,-0.7613077865525717,0.7615326255432794,-1.5708934201788165,-0.49931272864341736,-0.6900315284729004,-0.5239687561988831,-0.006642065942287445,2.526552200317383,2.1391196250915527,0.07611024379730225,0.12986618280410767,-0.34236425161361694 +335,-0.7252558384950566,0.6489447910369307,-1.3407714794296393,-0.5284870862960815,-0.6043460369110107,-0.5962107181549072,-0.8674296140670776,1.2522473335266113,0.9734203219413757,-0.3685007691383362,0.36946749687194824,-0.05614829063415527 +336,-0.6535981496188987,0.48419727771065346,-1.3631970245634588,-0.5381512641906738,-0.46549805998802185,-0.7026413083076477,-0.06604006886482239,0.04202335327863693,1.398733377456665,0.1750836968421936,-0.04216182231903076,0.2533310055732727 +337,-0.6686010777362232,0.4507376178113022,-1.2995084913841493,-0.557978093624115,-0.43562960624694824,-0.7063195109367371,-0.23275816440582275,0.6168693900108337,-0.1811467856168747,0.051462650299072266,-0.31462976336479187,0.5083825588226318 +338,-0.578505023067002,0.4905836933252792,-1.400717714964832,-0.48228538036346436,-0.4711408317089081,-0.7385303974151611,0.32759764790534973,0.9554721713066101,-0.32773685455322266,-0.013014912605285645,-0.9252977967262268,0.14337658882141113 +339,-0.46932993955183683,0.5799753525821132,-1.5208267040928416,-0.37832877039909363,-0.5480033159255981,-0.746029257774353,-0.1757965236902237,0.7251583337783813,-2.854299545288086,-0.8767828941345215,-0.6067665815353394,-0.620151162147522 +340,-0.19284733626205092,0.6317363278287795,-1.8993066229178277,-0.15466558933258057,-0.5905468463897705,-0.7920435070991516,-0.4905903935432434,-0.30658137798309326,-2.0404582023620605,-0.26885735988616943,0.3427136540412903,-0.09379017353057861 +341,-0.09669975090512122,0.6172489807334779,-2.135847362719034,-0.07873328030109406,-0.5787939429283142,-0.8116641044616699,0.5971734523773193,0.16899102926254272,-2.1327900886535645,0.11208897829055786,0.7548651695251465,0.4172396659851074 +342,0.055028015304688954,0.7488273861557588,-2.3344911925632386,0.04028700292110443,-0.680780291557312,-0.7313789129257202,0.23376083374023438,0.0914120301604271,-0.8116365075111389,0.15247726440429688,0.2767886519432068,0.24825519323349 +343,0.08968959686586618,0.7473354496812713,-2.342374061683206,0.06569938361644745,-0.6796867251396179,-0.7305542826652527,0.22238513827323914,-0.22320182621479034,0.6378317475318909,-0.010737225413322449,0.08573836088180542,-0.24719840288162231 +344,0.008526299474230808,0.70958238845873,-2.2337217622727046,0.006468262057751417,-0.6515170335769653,-0.7586064338684082,-0.4565287232398987,0.36166468262672424,1.0151088237762451,-0.0828385055065155,0.25631439685821533,-0.2387690544128418 +345,-0.1663660767746684,0.6625047796370639,-1.9735250706669485,-0.1305677443742752,-0.6150937080383301,-0.7775678634643555,-0.25895026326179504,-0.4246854782104492,3.0020127296447754,0.0246717631816864,0.2839016914367676,0.03037548065185547 +346,-0.33376682692000464,0.5789988316635579,-1.6549985809431587,-0.2742083668708801,-0.5471861958503723,-0.7908204197883606,-0.08435774594545364,0.1799597442150116,2.538947582244873,0.09137758612632751,0.11284488439559937,0.30803239345550537 +347,-0.43976866611523135,0.47681936999610514,-1.3954847060943125,-0.3782438635826111,-0.45895564556121826,-0.8039224147796631,-0.15872806310653687,0.453689306974411,1.9283283948898315,0.14641711115837097,-0.37032899260520935,0.35946446657180786 +348,-0.4956879703265631,0.4127029423991294,-1.2739250648144416,-0.43570247292518616,-0.40108680725097656,-0.8057870268821716,0.621575117111206,-0.8317208290100098,0.2802950441837311,-0.39339908957481384,-0.8085536956787109,-0.08914095163345337 +349,-0.5753071578810781,0.539681255375825,-1.3711609807422631,-0.4667620062828064,-0.5138625502586365,-0.7197766900062561,0.15610432624816895,-1.147522211074829,-3.37125563621521,-0.8140759468078613,-0.48781585693359375,-0.5969652533531189 +350,-0.3742235502855091,0.7280247286363029,-1.8184592065519334,-0.2728794515132904,-0.6653963923454285,-0.6948269605636597,0.6990298628807068,-0.4616999924182892,-4.102608680725098,-0.2385646402835846,0.21756619215011597,-0.2893039584159851 +351,-0.19523884941639136,0.9019699117146336,-2.1342660857544664,-0.12029328942298889,-0.7845498919487,-0.6082853674888611,1.4327092170715332,-0.6851395964622498,-1.594240427017212,0.1604086458683014,0.94342440366745,0.27452993392944336 +352,-0.06708460747003223,0.9790246606947615,-2.3085797304112203,-0.03739389404654503,-0.829953670501709,-0.5565775036811829,-0.05767389386892319,0.4259636402130127,-0.9844986796379089,0.2928870618343353,0.9112372994422913,0.35261332988739014 +353,-0.08249178954760757,0.93044021367188,-2.1765025331011483,-0.0492313914000988,-0.8018830418586731,-0.5954492092132568,-2.333956241607666,0.5310556888580322,2.6241323947906494,-0.04633438587188721,0.35309159755706787,-0.25618958473205566 +354,-0.2707119187249858,0.6468937704647757,-1.812451756330633,-0.21338841319084167,-0.6027106642723083,-0.7688987255096436,-0.9287545680999756,0.6856859922409058,3.669753074645996,-0.32541465759277344,-0.29267507791519165,-0.9415199756622314 +355,-0.3575719823709353,0.482352107786772,-1.5326232034652745,-0.31006795167922974,-0.46386420726776123,-0.829872190952301,-0.9874343872070312,0.9587088227272034,1.0016411542892456,-0.21825236082077026,-0.11613762378692627,-0.2318342924118042 +356,-0.35226681209458327,0.42456729711171703,-1.3657123817625063,-0.3143938481807709,-0.4119265377521515,-0.8552619814872742,0.829802393913269,0.6432293057441711,2.0735273361206055,0.16008171439170837,0.05334499478340149,0.40984266996383667 +357,-0.29953518872343876,0.45630176497015656,-1.2495623827227997,-0.26488634943962097,-0.44063127040863037,-0.8577174544334412,0.3562895357608795,1.3065537214279175,0.2135675549507141,0.08522936701774597,-0.04194319248199463,0.5029048919677734 +358,-0.3045407913690805,0.4963066700791963,-1.1612557011395994,-0.26367679238319397,-0.4761810600757599,-0.8388838768005371,1.1236556768417358,-1.0314884185791016,1.5333832502365112,-0.16886410117149353,-0.4441527724266052,0.2142653465270996 +359,-0.4218688838707999,0.5039584109182198,-1.2104547826712655,-0.3585605025291443,-0.4828956127166748,-0.7989031076431274,-1.1900949478149414,-1.8981295824050903,-2.693556308746338,-0.8179531693458557,-0.7388298511505127,-0.7235273122787476 +360,-0.3407001103963576,0.6019414612224134,-1.6047026830613054,-0.27541664242744446,-0.5662437677383423,-0.7768614292144775,1.0174752473831177,-0.751701295375824,-3.5912840366363525,-0.19604942202568054,-0.06261670589447021,-0.23145461082458496 +361,-0.294989196445427,0.8184152632757465,-1.8705877074910902,-0.19867846369743347,-0.730063796043396,-0.6538607478141785,1.5620079040527344,-1.2746391296386719,-1.778826355934143,0.23674915730953217,0.8095315098762512,0.4019075632095337 +362,-0.1830378138825028,0.9396577594390142,-2.089251012260397,-0.1074020192027092,-0.8073561787605286,-0.5802074670791626,-0.8754326701164246,0.343367338180542,-1.3681094646453857,0.2295486032962799,1.1216720342636108,0.4980236887931824 +363,-0.012266622324572925,0.6727057842879913,-2.1906583530488284,-0.009593957103788853,-0.6231045722961426,-0.7820796966552734,-3.7444651126861572,-0.03180498257279396,1.1933791637420654,-0.4468574523925781,-0.3695864677429199,-0.8920230865478516 +364,-0.21168269162154607,0.47218413399323866,-1.812521677079399,-0.18711498379707336,-0.4548324942588806,-0.8706982135772705,-0.8478987216949463,0.1637502759695053,4.131864070892334,-0.16392871737480164,-0.2863479256629944,-0.5934436321258545 +365,-0.3222080750161789,0.34816103388741043,-1.4673842920321725,-0.297662615776062,-0.3411697447299957,-0.891627848148346,0.14946067333221436,0.24427412450313568,1.891591191291809,0.008798480033874512,-0.21687468886375427,0.024303019046783447 +366,-0.3330218500086901,0.3302810815689081,-1.3508605858660718,-0.30923178791999817,-0.32430893182754517,-0.893979549407959,0.18268677592277527,0.42181411385536194,0.9220888018608093,0.22575095295906067,-0.13272231817245483,0.528195858001709 +367,-0.35044356459606124,0.3762938347971324,-1.2501912499852839,-0.319293737411499,-0.36747613549232483,-0.8735060095787048,1.3624378442764282,0.11024332791566849,0.6852476000785828,-0.015148401260375977,-0.43811163306236267,0.45053237676620483 +368,-0.4096431157328705,0.533812273140937,-1.1514167563282662,-0.34287044405937195,-0.5088189244270325,-0.7896475195884705,1.8189743757247925,-1.0593748092651367,0.08205993473529816,-0.6131842136383057,-0.515518844127655,-0.06014496088027954 +369,-0.4755452758762908,0.7213574201996378,-1.3356188140418594,-0.34378406405448914,-0.6604045629501343,-0.667591392993927,0.5170876979827881,-1.9900975227355957,-4.306501388549805,-0.7572290897369385,-0.16472971439361572,-0.7835804224014282 +370,-0.24920582005334385,0.9256657204076162,-1.9063188368730255,-0.14830195903778076,-0.7990212440490723,-0.5827277898788452,1.080893635749817,-2.1762521266937256,-3.2254087924957275,0.06837642192840576,0.6499276161193848,-0.13832628726959229 +371,-0.22599436728881184,1.063453616166985,-2.176733312135095,-0.10886850953102112,-0.8740386366844177,-0.4735017716884613,0.7400237321853638,-1.666886806488037,-1.0454704761505127,0.3386353552341461,1.1336517333984375,0.3533083498477936 +372,-0.1428435833219311,1.0610582751660147,-2.319803558512429,-0.06946352869272232,-0.8728723526000977,-0.482978880405426,-1.442191243171692,0.8771279454231262,0.1053209900856018,0.3382318615913391,0.5751429200172424,0.07793435454368591 +373,-0.2320679700001419,0.7962490469070049,-2.088011745756762,-0.16085368394851685,-0.7147377133369446,-0.6806438565254211,-2.195352077484131,1.4479304552078247,2.3806960582733154,0.03205423057079315,-0.3097373843193054,-0.9797412753105164 +374,-0.2374847182476391,0.7162906724967824,-1.7241086340750322,-0.1774430274963379,-0.6565914750099182,-0.7330768704414368,1.333082914352417,1.7665408849716187,3.7456486225128174,-0.2386641502380371,-0.25882911682128906,-0.5470287203788757 +375,-0.3138727221744592,0.719699706771247,-1.4025893469785105,-0.2321769744157791,-0.6591588854789734,-0.7152645587921143,0.043509289622306824,0.9840476512908936,0.7159184217453003,-0.10806348919868469,0.1990758776664734,0.40041470527648926 +376,-0.30471169940386417,0.6930099121632473,-1.358407934556108,-0.2308119535446167,-0.6388556957244873,-0.7338864207267761,-0.13524757325649261,0.02972063422203064,0.14210611581802368,0.05368794500827789,0.1486213207244873,0.6110379099845886 +377,-0.29976356340650884,0.6727575777726293,-1.4250426725612293,-0.23095154762268066,-0.6231450438499451,-0.747229278087616,-0.6444061398506165,-0.8114268779754639,-0.8830012083053589,0.17594362795352936,-0.17395877838134766,0.48506808280944824 +378,-0.29583071105104425,0.6505517438434927,-1.5322599881034418,-0.2319885790348053,-0.605625569820404,-0.7611826658248901,-0.265911728143692,-1.0957355499267578,-1.4121004343032837,-0.5685180425643921,-0.953334391117096,-0.29113972187042236 +379,-0.12308856072388866,0.6582002812069869,-1.9683155462396051,-0.0971289724111557,-0.6116940975189209,-0.7851091027259827,-0.12084915488958359,-0.37820738554000854,-4.605101108551025,-0.3949822187423706,-0.5529787540435791,-0.7523817420005798 +380,0.022876383753099007,0.8669353855055559,-2.2780749736808295,0.014803523197770119,-0.7623491883277893,-0.6469964981079102,3.530226707458496,-1.2322360277175903,-0.810756266117096,-0.16057074069976807,0.6334887742996216,-0.16004085540771484 +381,-0.064179069747342,1.1635891654141388,-2.337129582436856,-0.025400441139936447,-0.9182304739952087,-0.3952310085296631,1.2752052545547485,-0.7707183361053467,-0.5203470587730408,0.32804328203201294,1.451937198638916,0.2808206379413605 +382,0.06814870592320836,1.0937121696160523,-2.392932318985414,0.03126905858516693,-0.8883376121520996,-0.45812514424324036,-2.20576548576355,1.4960768222808838,1.1518065929412842,0.12783434987068176,0.8441481590270996,-0.11559009552001953 +383,-0.14965484620445468,0.7492922068974102,-2.003099278796755,-0.10916441679000854,-0.6811206936836243,-0.7239874005317688,-1.5347177982330322,1.0602612495422363,3.334498882293701,-0.08764345943927765,-1.036484956741333,-1.242717981338501 +384,-0.24385959592417922,0.7012112764480127,-1.5963711688550561,-0.18448245525360107,-0.6451436281204224,-0.7414551973342896,1.053064227104187,1.3820507526397705,2.1696085929870605,-0.16888056695461273,-0.45518285036087036,-0.16517621278762817 +385,-0.2881766602430506,0.7426513073577365,-1.3994339644064466,-0.2093672901391983,-0.6762434244155884,-0.7063002586364746,0.6061573028564453,0.6271295547485352,0.5413990616798401,0.008958354592323303,0.19868916273117065,0.5289779305458069 +386,-0.37498768273247657,0.8463184806835475,-1.2666556920839038,-0.2427375167608261,-0.7488455772399902,-0.6166918277740479,1.7499040365219116,-0.4886007308959961,0.5592290759086609,0.0017249584197998047,0.23749303817749023,0.5064318180084229 +387,-0.4903475265932295,0.9442710261342506,-1.2134712871360371,-0.2761235237121582,-0.810069739818573,-0.5172454118728638,0.48734670877456665,-0.870937705039978,-0.5916719436645508,0.07991078495979309,-0.0442240834236145,0.32442015409469604 +388,-0.5620247352599511,0.9287589387757529,-1.2948110996081912,-0.3191160261631012,-0.8008773922920227,-0.5067153573036194,-1.9711638689041138,-0.634242057800293,-0.8359188437461853,-0.1976991593837738,-0.4640457034111023,-0.17136996984481812 +389,-0.27883243716100836,0.8408216169070156,-1.718184697739127,-0.18353956937789917,-0.7451912760734558,-0.6410952210426331,-1.1657469272613525,-0.9415202140808105,-1.7747074365615845,-0.20938950777053833,-0.3562033176422119,-0.46425139904022217 +390,-0.2636694323329572,0.8637311916152124,-1.855361640099759,-0.1693033128976822,-0.7602716684341431,-0.6271549463272095,1.5422240495681763,-0.7113412618637085,-0.5215522050857544,0.1351388841867447,0.49992620944976807,0.23251688480377197 +391,-0.3395393050942497,1.026561064029029,-1.8318926913628284,-0.1724427193403244,-0.8555234670639038,-0.4882039427757263,0.20490455627441406,0.013491709716618061,-0.6104586124420166,0.3380158543586731,0.8558133840560913,0.5001057982444763 +392,-0.18640112331741154,0.9801322052952998,-1.8841923713113868,-0.10320903360843658,-0.8305709958076477,-0.5472655296325684,-1.9070154428482056,0.27358874678611755,1.5178453922271729,-0.13446184992790222,-0.65955650806427,-0.39029544591903687 +393,-0.350223761057099,0.8833835570274363,-1.6068768592303195,-0.21771563589572906,-0.7728903293609619,-0.596020519733429,0.7102058529853821,1.6009682416915894,1.1951239109039307,-0.12917765974998474,-0.8336312770843506,-0.6210814714431763 +394,-0.2995973491059138,0.9460822795560117,-1.5411982219128761,-0.17261454463005066,-0.8111304044723511,-0.5588127970695496,0.48582780361175537,0.48798829317092896,0.32494935393333435,0.06708475947380066,0.4609106779098511,0.08748400211334229 +395,-0.4834638977590282,0.9551375488907888,-1.2819080398922889,-0.2684485912322998,-0.8163931965827942,-0.5113096833229065,0.834904134273529,0.10779134929180145,1.7201790809631348,0.3051765263080597,0.8176290988922119,0.551302969455719 +396,-0.4751191585157871,0.9117095452196748,-1.2071725074888056,-0.28013673424720764,-0.7905518412590027,-0.5445651412010193,-0.7446172833442688,1.2356483936309814,-0.7538033127784729,0.12672486901283264,0.2646729350090027,0.5365848541259766 +397,-0.39139777622410493,0.8039495538280477,-1.3425573406298084,-0.2646973729133606,-0.7201021909713745,-0.6413955092430115,-0.8101434707641602,-1.8585515022277832,-0.5592916011810303,-0.2736174464225769,-0.7909451723098755,-0.2684250473976135 +398,-0.4558453017309382,0.8380825502400988,-1.5537763006660577,-0.29445943236351013,-0.7433619499206543,-0.6005885601043701,-0.6634467840194702,-1.6222903728485107,-2.796175241470337,-0.416828989982605,-0.6778874397277832,-0.3631412982940674 +399,-0.16820421385452927,0.8218035739037423,-2.0871391569974853,-0.11399117857217789,-0.7323750853538513,-0.6712918281555176,-0.8962149620056152,-1.065680742263794,-3.129636764526367,-0.2681346535682678,0.06574910879135132,-0.17595243453979492 +400,-0.05316668047898151,0.8799554511863084,-2.3712155299779893,-0.033861082047224045,-0.7707104682922363,-0.6362851858139038,0.9303987622261047,-0.9386309385299683,-1.173508882522583,0.01590147614479065,0.8347669243812561,0.3788083791732788 +401,-0.04427943897899124,0.9066759342446344,-2.4665393973341194,-0.027283454313874245,-0.7874592542648315,-0.6157625913619995,-1.0529139041900635,-0.4169529378414154,0.5190619826316833,0.3766181766986847,0.7899922132492065,0.4378756284713745 +402,-0.17807151380713213,0.7362597240333912,-2.212370434286004,-0.13125216960906982,-0.6715211272239685,-0.7292683124542236,-0.919364869594574,1.1716269254684448,2.536675453186035,-0.3164712190628052,-0.133669912815094,-0.6894023418426514 +403,-0.3158403780760478,0.6009616958034604,-1.8198073565797315,-0.2561931610107422,-0.5654359459877014,-0.7839944362640381,-0.6850664615631104,1.2609341144561768,2.7400929927825928,-0.5130023956298828,-0.4009794592857361,-0.6745016574859619 +404,-0.3793062497754507,0.4958803529142597,-1.5901101601244203,-0.32567644119262695,-0.4758061468601227,-0.8170332908630371,-0.022433415055274963,0.04985909163951874,1.7775050401687622,0.06279799342155457,-0.16997632384300232,0.04832601547241211 +405,-0.46516198009729826,0.41535386928717755,-1.4183723133545825,-0.4104274809360504,-0.40351372957229614,-0.8177566528320312,-0.548467218875885,0.10378331691026688,2.190886974334717,0.4927333891391754,0.12224847078323364,0.5808792114257812 +406,-0.4127824862376551,0.3764056447326232,-1.3635669688370295,-0.3730752170085907,-0.3675801157951355,-0.8518801331520081,0.8699628710746765,1.0541858673095703,-0.6846859455108643,0.0802132785320282,-0.2643168270587921,0.46041589975357056 +407,-0.3964192643001074,0.48360931238854027,-1.3665044278723004,-0.3418387472629547,-0.46497759222984314,-0.8166652321815491,1.3029258251190186,-0.9124279618263245,-0.40223586559295654,-0.6658364534378052,-0.529300332069397,-0.2810673117637634 +408,-0.5441031726989926,0.607980720515182,-1.477420106008662,-0.42488953471183777,-0.5712112188339233,-0.7022724747657776,-0.3177303373813629,-2.2498748302459717,-2.452833652496338,-0.5953588485717773,-0.12286537885665894,-0.5978679060935974 +409,-0.5214859584206069,0.7241484609643232,-1.7828369903525865,-0.3731604814529419,-0.6624978184700012,-0.6494981646537781,0.7890634536743164,-1.3231440782546997,-1.6947824954986572,0.2360297441482544,0.4180367588996887,-0.14591199159622192 +410,-0.6399884039396506,0.8482598318144958,-1.807309351135838,-0.39491286873817444,-0.7501307725906372,-0.530422031879425,0.8016743659973145,-1.42156982421875,-0.7656499743461609,0.4330598711967468,0.765298068523407,0.21110135316848755 +411,-0.6375978295118683,0.844873340585769,-1.8876038565929456,-0.3951537013053894,-0.7478870153427124,-0.5334028005599976,-1.5883582830429077,0.32672253251075745,0.03429568558931351,0.3018004298210144,0.3702930212020874,0.08578622341156006 +412,-0.5181043292968844,0.6953316815120556,-1.8858448762790692,-0.38026121258735657,-0.640640139579773,-0.6670694351196289,-0.8826622366905212,1.329842448234558,2.5364432334899902,0.021084576845169067,-0.44380199909210205,-0.4678487777709961 +413,-0.5072500333743796,0.49592891151625773,-1.528916081014375,-0.4272525906562805,-0.47584885358810425,-0.7687802314758301,-0.10045774281024933,2.6423282623291016,2.5268616676330566,-0.4829646944999695,-0.33541515469551086,-0.5076327323913574 +414,-0.4613731644333963,0.45184574122813886,-1.430584691770408,-0.4005012512207031,-0.4366267919540405,-0.8055779337882996,0.2582186460494995,-0.03840138018131256,-0.5759116411209106,-0.05886456370353699,0.023220419883728027,-0.00860053300857544 +415,-0.46726475037784393,0.5175128045768447,-1.405402381137408,-0.3914610743522644,-0.4947201609611511,-0.7758931517601013,0.9443435668945312,0.03533666580915451,0.49703511595726013,0.4268309473991394,0.2895047068595886,0.4396657347679138 +416,-0.4483471283309521,0.5627029362087281,-1.3383134460319732,-0.3666415810585022,-0.533474326133728,-0.7622198462486267,0.3386857807636261,1.1418410539627075,-0.03819398209452629,0.2167544960975647,0.020107626914978027,0.4881262183189392 +417,-0.41561722721552874,0.6147110019384908,-1.2825318165646236,-0.3298434317111969,-0.5767224431037903,-0.7473918795585632,0.43912678956985474,-0.6155046820640564,1.0406408309936523,-0.4613247513771057,-0.6155535578727722,0.06152456998825073 +418,-0.5540556325271889,0.6579063514752806,-1.3280124725745117,-0.416321337223053,-0.6114615201950073,-0.6728977560997009,-0.05940581485629082,-2.3080334663391113,-1.7727268934249878,-0.8445581197738647,-0.5757790803909302,-0.5609890222549438 +419,-0.531615786317262,0.7839879879256207,-1.6812992975464989,-0.358956515789032,-0.7061089277267456,-0.610377311706543,-0.17055237293243408,-2.1574454307556152,-3.5725739002227783,-0.021307766437530518,0.4628075361251831,-0.10924243927001953 +420,-0.49086545321204456,0.9125477259253295,-2.025033988401153,-0.28836408257484436,-0.7910648584365845,-0.5395021438598633,0.292645663022995,-1.7221081256866455,-1.3107218742370605,0.554416298866272,0.9602543115615845,0.21651935577392578 +421,-0.47917982986166213,0.8765643226062972,-2.051847108152966,-0.29497867822647095,-0.7685452699661255,-0.5677374005317688,-1.1183242797851562,1.2890900373458862,0.604962170124054,0.46461063623428345,0.623235821723938,0.10826480388641357 +422,-0.4028945662967818,0.6899423737623188,-1.9304761703188211,-0.3024066686630249,-0.6364927291870117,-0.7095260620117188,-0.5083709359169006,0.5959091186523438,2.9011390209198,-0.1442791223526001,-0.4008760452270508,-0.7482223510742188 +423,-0.39794525230758027,0.5927754525869506,-1.6399343608679422,-0.3214106261730194,-0.5586650967597961,-0.7645838856697083,0.35461369156837463,1.9325062036514282,1.8848421573638916,-0.4625401496887207,-0.28882330656051636,-0.5409581065177917 +424,-0.4862446252231439,0.5058340185069236,-1.3778929517425922,-0.4087882936000824,-0.48453718423843384,-0.7733795046806335,-0.23131920397281647,-0.015635646879673004,1.6844974756240845,0.0432487428188324,0.11344343423843384,0.24089354276657104 +425,-0.5052487054038327,0.48210228973352376,-1.3034155448355098,-0.4288569688796997,-0.4636428654193878,-0.775317370891571,0.5621103644371033,0.3358473777770996,0.31042271852493286,0.2935115098953247,0.09750822186470032,0.523577868938446 +426,-0.47756891234614224,0.5059433941172565,-1.2690485921190893,-0.4020390212535858,-0.48463284969329834,-0.7768498659133911,0.588864803314209,0.35256507992744446,-0.20380045473575592,0.028015553951263428,-0.33265841007232666,0.3341008424758911 +427,-0.5459026507419088,0.6796254954265547,-1.2552574981882751,-0.40383005142211914,-0.6285017728805542,-0.6647607684135437,1.5257673263549805,-1.5948904752731323,-0.42460083961486816,-0.29496148228645325,-0.6212693452835083,0.0489465594291687 +428,-0.5001945015205325,0.7603120446551908,-1.5492737620221948,-0.3475254774093628,-0.6891475915908813,-0.6358471512794495,-1.1575825214385986,-0.8723089098930359,-3.7450003623962402,-0.5404444932937622,-0.5977329015731812,-0.45364564657211304 +429,-0.33710071191907753,0.871356410899006,-1.957409319980353,-0.21293479204177856,-0.7652028799057007,-0.6075551509857178,0.8100454807281494,-2.0217578411102295,-2.301224946975708,-0.020738303661346436,0.3411611318588257,-0.11662697792053223 +430,-0.3562956097551338,1.018210187858295,-2.139100896496764,-0.18308426439762115,-0.8511699438095093,-0.49192461371421814,1.0204864740371704,-1.2724610567092896,-1.462083101272583,0.16880202293395996,0.9147533178329468,0.19796407222747803 +431,-0.22715461720728244,1.0787050701058478,-2.362852710502267,-0.10640318691730499,-0.8813467025756836,-0.4603329300880432,-0.5517634749412537,0.038785193115472794,-0.5120044946670532,0.2881200909614563,0.8327779173851013,0.10321617126464844 +432,-0.31241568942455805,0.9176758500418265,-2.1043261822688213,-0.1867717057466507,-0.7941914796829224,-0.5782528519630432,-1.4807597398757935,1.5294773578643799,3.027592897415161,-0.3507038950920105,-0.03584086894989014,-0.7599124312400818 +433,-0.49541471887086613,0.6995048537819754,-1.5703621625334314,-0.36375492811203003,-0.6438388824462891,-0.6731669902801514,-1.255969524383545,2.3395819664001465,4.014909744262695,-0.6072075366973877,0.16059309244155884,-0.6149951815605164 +434,-0.4591473422709234,0.3922614308493364,-1.3214731176572587,-0.40952274203300476,-0.38227906823158264,-0.8283440470695496,-1.641958475112915,1.072231650352478,2.093538522720337,-0.47614315152168274,-0.49517759680747986,-0.21937018632888794 +435,-0.4865522342981075,0.2978821298349456,-1.166438634230418,-0.4469888508319855,-0.2934962809085846,-0.8450212478637695,0.21483774483203888,-0.30653318762779236,1.654349446296692,0.07467439770698547,-0.3234165906906128,0.550389289855957 +436,-0.49050903627407205,0.2762618578905009,-1.1227047278412832,-0.4532126486301422,-0.27276116609573364,-0.848645806312561,0.30088311433792114,0.24916529655456543,-0.5190818309783936,-0.004795163869857788,-0.7798969149589539,0.48812639713287354 +437,-0.5439812566927569,0.4151193372603164,-1.1277233686734516,-0.4735904932022095,-0.40329912304878235,-0.7829826474189758,1.3235549926757812,-1.1566698551177979,-1.409021258354187,-0.49370989203453064,-0.58748459815979,-0.05210036039352417 +438,-0.3232228988012709,0.5197663492749748,-1.7664759328554733,-0.27567723393440247,-0.49667736887931824,-0.8229906558990479,-4.678952693939209,-1.7878711223602295,-9.445149421691895,-0.8267397880554199,0.5611305236816406,-0.5721204280853271 +439,-0.3958475147297787,0.2322224644295171,-2.381451540618986,-0.3752400279045105,-0.23014089465141296,-0.8979031443595886,-2.698249101638794,-4.874790668487549,1.1602458953857422,0.8971516489982605,-0.11055734753608704,-0.9566958546638489 +440,-0.41998628336054417,0.13310087308219476,-2.385254548870716,-0.40414145588874817,-0.13270822167396545,-0.9050183892250061,-1.615374207496643,-0.4891861379146576,1.0006526708602905,0.36976340413093567,0.39660900831222534,0.40350770950317383 +441,-0.4405607947742639,0.09780353871602203,-2.261668842381741,-0.42440879344940186,-0.09764768928289413,-0.9001900553703308,1.4241701364517212,0.7522305846214294,3.632587432861328,0.002121835947036743,-0.31801697611808777,-0.3912680745124817 +442,-0.4208071511081863,0.16937153986788886,-1.9500115613833906,-0.4026520848274231,-0.16856291890144348,-0.8996987342834473,3.3629353046417236,0.6179364323616028,2.524528741836548,-0.2887846827507019,-0.6695718765258789,-0.6225790977478027 +443,-0.47534238508440146,0.45631794051104635,-1.62503761327122,-0.41081735491752625,-0.4406457841396332,-0.7981606125831604,3.841660976409912,-0.06326572597026825,0.46678441762924194,-0.18468737602233887,0.045107483863830566,-0.07600009441375732 +444,-0.5301104615092552,0.7334840399965292,-1.578141776430484,-0.3756044805049896,-0.6694617867469788,-0.6408917307853699,1.7869056463241577,-0.28664958477020264,-2.275346040725708,0.19996055960655212,0.40702587366104126,0.07506531476974487 +445,-0.4149761748840032,0.9854487495241128,-1.7135023793292965,-0.22274599969387054,-0.8335201144218445,-0.5055971145629883,0.9974072575569153,0.924701452255249,-1.740554690361023,0.5918256044387817,1.1858150959014893,0.5479860305786133 +446,-0.19863067770821136,0.9489430223104326,-1.856093709926654,-0.11495144665241241,-0.8128002285957336,-0.571088433265686,-1.9589126110076904,0.3366644084453583,0.5623401999473572,0.11249477416276932,0.20289117097854614,0.09449547529220581 +447,-0.23940244495668808,0.7455708357767387,-1.8614551312553802,-0.17421382665634155,-0.6783913373947144,-0.713746964931488,-1.307831048965454,-0.3972167372703552,0.5390867590904236,0.20431943237781525,-0.5178672075271606,-0.06419187784194946 +448,-0.22628941485438644,0.6508761157412694,-1.9489386022203838,-0.17849279940128326,-0.6058836579322815,-0.7752711772918701,0.05907334387302399,-0.5385791659355164,-0.9493816494941711,-0.45886683464050293,-1.0678834915161133,-0.5130894184112549 +449,-0.23019313015136017,0.7370022293468838,-2.086018504797033,-0.168953537940979,-0.672071099281311,-0.7209542989730835,1.629728078842163,-1.2894303798675537,-1.4890886545181274,-0.0331491082906723,0.1268288493156433,0.04778236150741577 +450,-0.2740695417863295,0.9851684811100773,-2.212069725575407,-0.14959515631198883,-0.8333652019500732,-0.5320937633514404,1.648020625114441,-1.0410698652267456,-1.1508982181549072,0.3409861624240875,1.0031192302703857,0.43207240104675293 +451,-0.08601833254937634,0.9797288361121309,-2.388546820373268,-0.04787443205714226,-0.8303462862968445,-0.5551874041557312,-1.559564232826233,1.6059075593948364,-0.5836371183395386,0.19585417211055756,0.814400851726532,0.1337854266166687 +452,-0.08265072139152814,0.6673726546118806,-2.2685555246689586,-0.06484416872262955,-0.6189244985580444,-0.7827693223953247,-2.419651985168457,0.48076313734054565,2.6834259033203125,0.07961466908454895,-0.16815441846847534,-0.7097996473312378 +453,-0.2599378474010831,0.44665035937548675,-1.912786196323656,-0.23180653154850006,-0.43194693326950073,-0.8716005682945251,-0.6977493166923523,-0.26961076259613037,2.21221923828125,-0.37091565132141113,-0.36009106040000916,-0.5862088203430176 +454,-0.345165019224545,0.3214623235281464,-1.7782397961887257,-0.3210196793079376,-0.315954327583313,-0.892815351486206,-0.4442565143108368,-0.8073464035987854,1.8917019367218018,0.23074871301651,-0.2041109800338745,0.26689982414245605 +455,-0.42837578114059244,0.19754257873255104,-1.6525463520987094,-0.4073152542114258,-0.19626030325889587,-0.891950786113739,-0.7733585238456726,0.2285241186618805,-0.02581491507589817,0.21108722686767578,-0.12373177707195282,0.444746196269989 +456,-0.3724041236987625,0.22047553738677658,-1.6649566722921094,-0.35504817962646484,-0.21869367361068726,-0.9089080691337585,1.0780164003372192,0.5138567090034485,0.3142254054546356,0.15012264251708984,-0.6507063508033752,0.046893298625946045 +457,-0.39774839138574825,0.43438302864523104,-1.5731514956438164,-0.35137084126472473,-0.42085081338882446,-0.8363152146339417,2.0017049312591553,-0.4699617922306061,-0.05076195299625397,-0.3196648955345154,-0.48480409383773804,-0.09163278341293335 +458,-0.3602868279863347,0.5456046414267134,-1.8222977249883683,-0.30135828256607056,-0.5189350247383118,-0.799930989742279,-0.05481812730431557,-1.536859154701233,-3.989091396331787,-0.36821264028549194,-0.12097275257110596,-0.5684161186218262 +459,-0.33761207834257845,0.7528569125833634,-2.094246398476139,-0.24171486496925354,-0.6837263703346252,-0.6885434985160828,2.2216789722442627,-1.181960105895996,-1.4822932481765747,0.20857277512550354,0.5691481232643127,0.10553568601608276 +460,-0.4143492260521928,0.9422735450803077,-2.1296474335978646,-0.23670554161071777,-0.8088968992233276,-0.5381972789764404,1.2014080286026,-0.5522890090942383,-0.6142019033432007,0.21331381797790527,0.6987437009811401,0.21381068229675293 +461,-0.46942419683826164,0.9985020444120756,-2.029496677579756,-0.2449880838394165,-0.8406606912612915,-0.4829809367656708,-0.429280161857605,1.0314399003982544,1.7338002920150757,0.239449143409729,0.5902639627456665,0.1381627917289734 +462,-0.4714609952873638,0.7548091349278566,-1.8278637761677998,-0.3308318853378296,-0.6851496696472168,-0.6489377617835999,-1.39102041721344,2.193605899810791,2.9555506706237793,-0.2066132128238678,0.2313990592956543,-0.42296165227890015 +463,-0.5189788952288799,0.4731528469372687,-1.523043037918743,-0.4415018856525421,-0.4556950032711029,-0.7729282975196838,-1.2645411491394043,-0.05373087525367737,2.7478044033050537,-0.6032674312591553,-0.4383632242679596,-0.48711198568344116 +464,-0.6408049961183734,0.2933506258881473,-1.3547082723865722,-0.5723013877868652,-0.2891613245010376,-0.7673701047897339,-0.16410617530345917,-0.6718985438346863,1.52774977684021,0.25595617294311523,-0.3227618932723999,0.3369807004928589 +465,-0.6200450637662369,0.25803418060941913,-1.3645098695953606,-0.5618345737457275,-0.255180299282074,-0.7869084477424622,-0.6050859093666077,0.7146938443183899,-0.5675463080406189,0.34358811378479004,-0.5394211411476135,0.44364672899246216 +466,-0.5472990119022818,0.32723276124083445,-1.3978582516698852,-0.492768794298172,-0.32142385840415955,-0.8086196184158325,1.5959898233413696,0.38837990164756775,-0.549127459526062,-0.262968510389328,-0.6035791635513306,-0.03731238842010498 +467,-0.5649534033970046,0.4799000052690772,-1.4540299657593825,-0.4749009311199188,-0.4616904854774475,-0.7492069005966187,-0.6964243054389954,-0.6214548945426941,-3.0657498836517334,-1.0000746250152588,-0.309259831905365,-0.5669704675674438 +468,-0.4402734269381394,0.662025196534999,-1.8142233502032816,-0.33615440130233765,-0.6147154569625854,-0.7135300040245056,1.2752599716186523,-1.1966497898101807,-2.8410017490386963,-0.08869603276252747,0.3359679579734802,-0.2067732810974121 +469,-0.526830162120689,0.8825068236736338,-1.9066143632589794,-0.31938451528549194,-0.7723336815834045,-0.5490849614143372,1.8027423620224,-1.436859369277954,-1.1797975301742554,0.27432531118392944,0.855692446231842,0.09460186958312988 +470,-0.47480273390637445,1.0051862548339694,-2.018475227791521,-0.24500782787799835,-0.8442618250846863,-0.47664788365364075,-0.5070702433586121,0.7164872288703918,-1.0470560789108276,0.33335620164871216,0.7236410975456238,0.21976613998413086 +471,-0.41408286114144266,0.8605987731807172,-1.9818397709156128,-0.26232588291168213,-0.7582330703735352,-0.5968815684318542,-2.2455332279205322,0.7703424096107483,2.8678674697875977,-0.01668110489845276,0.15155893564224243,-0.303997278213501 +472,-0.4301725452713446,0.5900724923598398,-1.733990979866427,-0.3465084135532379,-0.5564212799072266,-0.7552001476287842,-0.6250653266906738,1.1892454624176025,3.837935209274292,-0.4049259126186371,-0.17931175231933594,-0.6255829334259033 +473,-0.5025798564427377,0.3762968528458757,-1.4556569704644267,-0.4479851722717285,-0.36747896671295166,-0.8150267004966736,-1.6435339450836182,0.5405553579330444,2.044938564300537,-0.21316289901733398,-0.11460721492767334,-0.10881668329238892 +474,-0.5043665371792332,0.2683633344014189,-1.3653188146012294,-0.4659554660320282,-0.265153706073761,-0.8441439867019653,-0.1353183090686798,0.15420854091644287,1.2781144380569458,0.2554757297039032,-0.2452680468559265,0.39407074451446533 +475,-0.46349939311169513,0.2629922598512408,-1.3159117336403592,-0.43170878291130066,-0.25997108221054077,-0.8637375831604004,0.51200270652771,0.4898909032344818,-0.18009768426418304,-0.10294395685195923,-0.6740499138832092,0.2526383399963379 +476,-0.4884680162518767,0.4066839294264712,-1.2839871520716157,-0.4309985339641571,-0.3955658972263336,-0.8110288977622986,2.0035009384155273,-0.8666278123855591,-0.4048275947570801,-0.354722261428833,-0.5524321794509888,0.05330801010131836 +477,-0.5257610616294471,0.5460319958561498,-1.4016654624131117,-0.4288952350616455,-0.5193002820014954,-0.7391725778579712,-0.7307042479515076,-0.7912557721138,-3.51115083694458,-0.9366443157196045,-0.29757899045944214,-0.5770353078842163 +478,-0.44076844026144,0.7370769662748534,-1.7729084147387486,-0.31589576601982117,-0.6721264719963074,-0.6696684956550598,1.236878514289856,-2.2580482959747314,-2.3154218196868896,-0.07469868659973145,0.5419079661369324,-0.10811769962310791 +479,-0.6131815062067345,0.9152600913968965,-1.8997889632711715,-0.35079893469810486,-0.792721152305603,-0.49853113293647766,0.7701767086982727,-2.3682093620300293,-1.1881740093231201,0.5481408834457397,1.050503134727478,0.22661954164505005 +480,-0.6069753252640294,0.9335105276997017,-2.000863654448127,-0.33938875794410706,-0.8037137389183044,-0.4887326657772064,-1.4746015071868896,1.291448712348938,0.3133437931537628,0.30751311779022217,0.31949132680892944,0.015084564685821533 +481,-0.5299524322484208,0.7084326542089566,-1.926030809622405,-0.38386204838752747,-0.6506443619728088,-0.6552189588546753,-0.6469090580940247,0.9614730477333069,3.1105546951293945,0.15101292729377747,-0.30928605794906616,-0.6836177110671997 +482,-0.573820572922082,0.5629843820387763,-1.5458662105781986,-0.4590652883052826,-0.5337123870849609,-0.7102183699607849,0.270254909992218,1.9019372463226318,3.077526330947876,-0.4786025285720825,0.14182090759277344,-0.2870197296142578 +483,-0.5066931231221925,0.36137593578478017,-1.4532634987214548,-0.4539443552494049,-0.3535616397857666,-0.8178806304931641,-1.1199356317520142,0.3242826759815216,0.9091242551803589,-0.09085547924041748,-0.2565915584564209,0.10584449768066406 +484,-0.5635714655156381,0.30216343284026076,-1.4037927539633555,-0.5100063681602478,-0.2975863218307495,-0.807053804397583,-0.10153763741254807,-0.4590727984905243,0.07590073347091675,0.23077058792114258,-0.1852475106716156,0.4823163151741028 +485,-0.5525808471832847,0.29187700538653766,-1.4158039245597527,-0.5026859045028687,-0.28775036334991455,-0.8151727318763733,0.1688457578420639,0.17070643603801727,-0.06501534581184387,0.007263600826263428,-0.48466476798057556,0.18113958835601807 +486,-0.6011052871379248,0.36104165071150407,-1.3713639832708253,-0.5290927290916443,-0.3532489240169525,-0.7715413570404053,1.0813772678375244,-0.9729236960411072,-0.182329922914505,-0.4025784134864807,-0.4203411638736725,-0.19141030311584473 +487,-0.5791303620108537,0.4430920203142673,-1.5858597782388233,-0.4944440722465515,-0.4287349283695221,-0.7561159729957581,0.000371001660823822,0.1582745760679245,-3.081350564956665,-0.3053300976753235,-0.3397892117500305,-0.36157506704330444 +488,-0.5855097751650649,0.6255302411662353,-1.7128054631153693,-0.4479864537715912,-0.5855271816253662,-0.6756227612495422,1.5390589237213135,-1.5232213735580444,-1.5388197898864746,0.008548587560653687,0.2728440761566162,0.07741719484329224 +489,-0.6014693138850499,0.8202934901834618,-1.879488596009637,-0.3859165608882904,-0.7313460111618042,-0.562317967414856,0.012809038162231445,-0.6943864822387695,-2.7893104553222656,0.0859135091304779,0.6087874174118042,0.18226730823516846 +490,-0.2940733271145031,0.9093862927721539,-2.2940742684545175,-0.17803651094436646,-0.7891269326210022,-0.5878620147705078,0.0367644801735878,0.3263276517391205,-1.3417942523956299,0.20681458711624146,0.3974643349647522,0.022966384887695312 +491,-0.3623347836608155,0.8313694318515281,-2.1492788099862374,-0.2388569563627243,-0.7388548851013184,-0.630111813545227,-0.8384042978286743,1.0725815296173096,2.68599796295166,0.2514912486076355,0.46788930892944336,-0.04054248332977295 +492,-0.44700216852306207,0.6261614939977018,-1.7549858915800995,-0.3502563238143921,-0.5860388278961182,-0.7306702136993408,0.1255626529455185,1.0382850170135498,3.9312543869018555,-0.4556671380996704,-0.042424917221069336,-0.5052154064178467 +493,-0.5328260213683333,0.4267512410317167,-1.4903287153376323,-0.4624125063419342,-0.41391560435295105,-0.7841228246688843,-1.684844970703125,0.5908846259117126,1.6389734745025635,-0.0799611508846283,-0.04674723744392395,0.13112294673919678 +494,-0.5026031893838548,0.30822943586684404,-1.507586824417699,-0.45900657773017883,-0.30337199568748474,-0.8350319862365723,-0.41114792227745056,-0.11005561053752899,0.39518865942955017,0.26731041073799133,-0.38835468888282776,0.30941247940063477 +495,-0.5205171155005965,0.30869337129115654,-1.472391487613659,-0.4738207757472992,-0.30381402373313904,-0.8265536427497864,0.7319182753562927,0.006715714931488037,0.022580711171030998,0.1352435052394867,-0.7475165128707886,0.18229705095291138 +496,-0.5861065972711662,0.4232611444384864,-1.4234234884672974,-0.5043110251426697,-0.41073599457740784,-0.7595829963684082,0.22420622408390045,-0.8100186586380005,-0.7540466785430908,-0.4713054299354553,-0.500442624092102,-0.2086024284362793 +497,-0.45675051184823995,0.5203363407990751,-1.7558632971114099,-0.3826640844345093,-0.4971719980239868,-0.7787092924118042,0.2443513572216034,0.0736895427107811,-3.702808380126953,-0.4691883325576782,-0.3339436948299408,-0.474220335483551 +498,-0.41398464506723415,0.7546692744993528,-1.959753025718109,-0.29304608702659607,-0.6850477457046509,-0.6669584512710571,2.01558256149292,-1.5322608947753906,-1.5176969766616821,-0.01528826355934143,0.6597792506217957,0.16523420810699463 +499,-0.4555900744351841,0.9333666553723285,-2.0873372174710725,-0.26185342669487,-0.8036280870437622,-0.5344293713569641,-0.002085987478494644,-0.8957829475402832,-1.4895319938659668,0.31580850481987,0.9926081895828247,0.3763177990913391 +500,-0.3206320806272652,0.8772302333647917,-2.218036300174533,-0.20148073136806488,-0.7689711451530457,-0.6067032814025879,-1.2960002422332764,1.0544737577438354,1.397249460220337,0.16836917400360107,0.5240523219108582,-0.06390523910522461 +501,-0.4773570555685256,0.6223090353906083,-1.8871091156816628,-0.37330546975135803,-0.5829128623008728,-0.721703290939331,-0.1653304398059845,1.0434396266937256,3.9879443645477295,-0.11500626802444458,0.1111263632774353,-0.39444661140441895 +502,-0.5697915118586137,0.38002908335169533,-1.482774052299981,-0.5009683966636658,-0.3709474802017212,-0.7819390296936035,0.05415713042020798,0.4708215594291687,3.390033006668091,-0.41416221857070923,-0.23485693335533142,-0.2927679419517517 +503,-0.5855072402865089,0.23770687929266973,-1.3648342450679498,-0.5370827317237854,-0.2354746013879776,-0.8099961876869202,-0.4421849548816681,0.003728829324245453,0.4491647779941559,0.0643501877784729,-0.3901968002319336,0.19396835565567017 +504,-0.587519533014984,0.23307926379740088,-1.3378633335099506,-0.5393098592758179,-0.23097461462020874,-0.809812068939209,0.11668624728918076,0.40932974219322205,-0.030817000195384026,0.18478715419769287,-0.31742626428604126,0.3244757652282715 +505,-0.5315100212903108,0.2937597460699184,-1.3398938735842794,-0.48512378334999084,-0.2895529568195343,-0.8251145482063293,0.9899284243583679,0.3527301847934723,-0.20362207293510437,-0.12872201204299927,-0.5651070475578308,0.10563212633132935 +506,-0.5426101998528718,0.4214100364326245,-1.3558864361024094,-0.47119712829589844,-0.40904754400253296,-0.7814431190490723,-0.0661010593175888,-0.2559640109539032,-2.2810118198394775,-0.6975040435791016,-0.5651498436927795,-0.30170202255249023 +507,-0.3987409667451403,0.560309092762099,-1.6994050043802702,-0.3288901150226593,-0.5314480662345886,-0.7806370258331299,0.6993817687034607,-0.18001821637153625,-3.9122872352600098,-0.4041878581047058,-0.06059294939041138,-0.4251277446746826 +508,-0.3379365830275729,0.8005113972062398,-1.918206589325899,-0.2308652549982071,-0.7177122831344604,-0.656955361366272,2.408047914505005,-1.6002719402313232,-1.2146313190460205,-0.1413729190826416,0.759872317314148,0.13934671878814697 +509,-0.3685129054875702,0.9546021556345937,-2.0808558518194653,-0.20818814635276794,-0.8160838484764099,-0.5391333699226379,-0.7290975451469421,-0.6481449007987976,-2.6430232524871826,0.02242763340473175,0.8077983856201172,0.18219977617263794 +510,-0.14110887067601743,0.9010606730711029,-2.386484250668963,-0.08730697631835938,-0.7839857935905457,-0.614608645439148,-1.802996277809143,-0.3706676959991455,0.9610671997070312,0.4576225280761719,0.29910725355148315,-0.20634472370147705 +511,-0.3770732986461965,0.713564900932132,-1.9076595870938002,-0.27837222814559937,-0.6545330882072449,-0.7029191851615906,1.0393353700637817,2.522869348526001,4.661970138549805,-0.19930416345596313,0.0045239925384521484,-0.7659834027290344 +512,-0.3779194460511361,0.5805024126316984,-1.506173213958755,-0.3085426390171051,-0.5484440922737122,-0.777181088924408,-1.0289534330368042,1.4252511262893677,0.7723203301429749,-0.5389915704727173,0.033841490745544434,-0.16617828607559204 +513,-0.35100091652991017,0.45149202715230036,-1.4609720420884138,-0.3093843162059784,-0.43630853295326233,-0.8449355959892273,-0.9191480278968811,0.02566312626004219,1.2996931076049805,0.1163911521434784,-0.25268682837486267,0.3855239748954773 +514,-0.3593338662022912,0.39274354993745153,-1.393897098142072,-0.32487693428993225,-0.3827245235443115,-0.8648566007614136,-0.18723224103450775,0.5334413051605225,0.33720123767852783,0.12465110421180725,-0.47266796231269836,0.4981421232223511 +515,-0.3677871638442966,0.4659803956216335,-1.3022319310607027,-0.3212166130542755,-0.4492988884449005,-0.8336368799209595,2.360684633255005,-0.4321226477622986,0.8573884963989258,-0.264186829328537,-0.6601676940917969,0.12861979007720947 +516,-0.5429958219018628,0.5834052788356323,-1.2122478733053839,-0.431236207485199,-0.5508691668510437,-0.7145478129386902,-0.6537625193595886,-1.6908743381500244,-2.003031015396118,-1.0475997924804688,-0.5281866192817688,-0.6012632846832275 +517,-0.4909876598899547,0.7611091692926314,-1.6140657303941466,-0.34139755368232727,-0.6897249817848206,-0.6385350823402405,0.4470990002155304,-1.6359213590621948,-3.2520649433135986,0.12116748094558716,0.34834009408950806,-0.25863587856292725 +518,-0.46115722587407465,0.9226051842003001,-1.8546882501967072,-0.26865753531455994,-0.7971771955490112,-0.5406770706176758,0.8884288668632507,-1.4609341621398926,-1.2604984045028687,0.36397916078567505,0.9050873517990112,0.20087909698486328 +519,-0.4790839344615155,0.9650819316240629,-1.9469527072337616,-0.26245102286338806,-0.8220955729484558,-0.5052508115768433,-0.11771880835294724,-0.06579887866973877,-1.0817006826400757,0.23237594962120056,0.6291329264640808,0.19317805767059326 +520,-0.36274459642469364,0.8553099156746451,-2.0393321151807116,-0.2327706217765808,-0.754774272441864,-0.6132974028587341,-2.317249059677124,0.31227436661720276,1.9852441549301147,0.0053078532218933105,-0.06523305177688599,-0.24363619089126587 +521,-0.49493848244049654,0.6306022507602331,-1.7865875047297215,-0.3836263120174408,-0.5896312594413757,-0.710750162601471,-0.613562285900116,0.6591635346412659,3.0932044982910156,-0.1429850161075592,-0.11031985282897949,-0.3276714086532593 +522,-0.5692292925404684,0.4501779980443016,-1.4560295934260097,-0.4852839708328247,-0.43512579798698425,-0.758396327495575,-0.2701556980609894,1.0909384489059448,3.50723934173584,-0.1924656629562378,0.24838873744010925,-0.27840787172317505 +523,-0.5624233500476047,0.26599236586425373,-1.2336868343647875,-0.5144850015640259,-0.2628668546676636,-0.8162145614624023,-0.8373910188674927,0.7428470253944397,2.0545921325683594,-0.04098069667816162,-0.3801995515823364,0.12814998626708984 +524,-0.5186986913401914,0.20856788253735278,-1.1323582511871417,-0.48500674962997437,-0.20705902576446533,-0.8496440649032593,0.3781381845474243,0.6328890919685364,0.7999119162559509,0.040686070919036865,-0.6061428785324097,0.4759563207626343 +525,-0.5378767934624826,0.2772820735689291,-1.0477760367861668,-0.49274489283561707,-0.27374255657196045,-0.8259948492050171,1.4974671602249146,-0.7442480325698853,0.1935584396123886,-0.2768474221229553,-0.6062623262405396,0.3098357915878296 +526,-0.5589012800757326,0.3997907078684067,-1.1578964176270543,-0.4884403645992279,-0.389225572347641,-0.7809798121452332,0.6344014406204224,-0.6435343623161316,-3.596510171890259,-1.0891963243484497,-0.6257737874984741,-0.9276841282844543 +527,-0.5776380210808117,0.6832247605772976,-1.351095141039733,-0.42348161339759827,-0.63129723072052,-0.6497131586074829,1.9806801080703735,-1.621680498123169,-2.3734827041625977,-0.16184556484222412,0.4356948137283325,-0.1911376714706421 +528,-0.6166235755394741,0.9320557176674548,-1.5614277844558622,-0.3447640538215637,-0.8028472065925598,-0.48638880252838135,0.19462066888809204,-1.897006630897522,-2.8931915760040283,0.2322915494441986,1.1442168951034546,0.14456143975257874 +529,-0.36477928920748326,0.9675957770960224,-2.0284125058119513,-0.20237360894680023,-0.8235242366790771,-0.5299553871154785,-1.3999619483947754,-0.37403881549835205,-1.1252830028533936,0.4289361238479614,0.8745344281196594,0.09427124261856079 +530,-0.4821101182766916,0.7831142860283721,-1.8504111351442716,-0.3285978138446808,-0.705489993095398,-0.6279389262199402,-1.2130622863769531,0.14313630759716034,4.193126201629639,-0.047928035259246826,0.22282403707504272,-0.5418760776519775 +531,-0.631791044262256,0.4898771123830006,-1.4524620077416088,-0.5211320519447327,-0.47051745653152466,-0.712063729763031,-1.2390081882476807,2.362586498260498,3.803922414779663,-0.3754591941833496,0.43365219235420227,-0.4031248688697815 +532,-0.5253820185653316,0.1735689094679285,-1.157368279394282,-0.4940077066421509,-0.1726987212896347,-0.8521335124969482,-1.3966234922409058,1.245397925376892,4.886897563934326,-0.3023027181625366,0.2320554256439209,-0.19744229316711426 +533,-0.40193066869785116,-0.16821664727805866,-0.9172097307595707,-0.3856741189956665,0.16742444038391113,-0.9073172211647034,-2.418520212173462,1.5200145244598389,1.9476821422576904,-0.2795785665512085,-0.12299084663391113,0.23281770944595337 +534,-0.25971509870552645,-0.4473571756727997,-0.896334540509816,-0.23153391480445862,0.432584285736084,-0.8713569641113281,-2.273949384689331,1.08335280418396,1.1807559728622437,-0.5251342058181763,-0.570371150970459,-0.16015243530273438 +535,-0.16111569846759075,-0.5791161707864617,-0.74333004019986,-0.13426262140274048,0.5472844243049622,-0.8261073231697083,0.16455256938934326,-0.8269357681274414,1.3310478925704956,-1.0719294548034668,-0.9310582280158997,-0.6003453135490417 +536,-0.3676814582492027,-0.4920008078040051,-0.9364711220668581,-0.3168179392814636,0.4723903238773346,-0.8224802613258362,1.0768451690673828,-0.8111771941184998,-5.032771587371826,-0.7878573536872864,-0.6295406222343445,-0.7196034789085388 +537,-0.5366297510809406,-0.01923076243526116,-1.3143494260666235,-0.5111478567123413,0.019229577854275703,-0.8592776656150818,3.9772732257843018,-0.6540553569793701,-4.848028659820557,-0.4370180368423462,-0.003513038158416748,-0.5055142045021057 +538,-0.589019552425762,0.5479481804813542,-1.4722153230662767,-0.4742114543914795,-0.520936906337738,-0.7097522616386414,3.038843870162964,-0.8305404782295227,-4.31689453125,-0.2879345715045929,0.7556933760643005,-0.09794121980667114 +539,-0.34560579434412364,0.9464794629723047,-1.864227087511205,-0.198023721575737,-0.811362624168396,-0.5499792098999023,1.598228931427002,0.18437157571315765,-3.804889440536499,-0.2739611268043518,0.932013988494873,-0.08403867483139038 +540,-0.04253802469630011,1.0022279678087866,-2.16126014765652,-0.02289668098092079,-0.8426726460456848,-0.5379391312599182,-0.9674440026283264,0.5468982458114624,1.0416755676269531,-0.084387868642807,0.8775390386581421,0.04413419961929321 +541,-0.3839366174677321,0.7811796587082471,-1.6993548837215104,-0.2659783661365509,-0.7041175365447998,-0.6583874225616455,-3.779069185256958,0.5301274657249451,4.409781455993652,-0.3556647300720215,0.6619269847869873,-0.441084623336792 +542,-0.5199157693644095,0.32494236500301493,-1.4768024481378723,-0.4708086848258972,-0.31925415992736816,-0.8224450945854187,-3.1515424251556396,-0.10404261946678162,2.9696619510650635,0.07293576002120972,0.18769288063049316,-0.1436956524848938 +543,-0.4866123918568909,-0.06966072405213947,-1.3566099059090375,-0.46650004386901855,0.06960439682006836,-0.8817782998085022,-1.648956060409546,0.5131390690803528,2.951815128326416,0.012581586837768555,-0.23589468002319336,0.015674173831939697 +544,-0.3704648091444756,-0.34228458743783535,-1.1448925710334557,-0.34104642271995544,0.335640013217926,-0.8780848979949951,-1.4479740858078003,0.9601122736930847,2.59908127784729,-0.49182406067848206,-0.4970932900905609,-0.20351910591125488 +545,-0.25559337719673125,-0.5100716694974444,-0.9151687047215171,-0.22063803672790527,0.4882397949695587,-0.8443582057952881,-0.8017367720603943,-0.8038105368614197,1.4843939542770386,-0.8645517826080322,-0.7962536811828613,-0.5760061740875244 +546,-0.37930647681152874,-0.5410858935382509,-1.063860404500541,-0.3173823356628418,0.5150670409202576,-0.7962251305580139,0.3280361592769623,-0.007143382914364338,-3.3905131816864014,-0.5469365119934082,-0.8579320907592773,-0.7345671057701111 +547,-0.5054838441348074,-0.2314715128418762,-1.318088353274166,-0.4713163375854492,0.22941003739833832,-0.8516055345535278,2.6079208850860596,-0.41429099440574646,-3.391031503677368,-0.18392658233642578,-0.10047326982021332,-0.27823150157928467 +548,-0.5519152194078996,0.1823882937289391,-1.4538417066904097,-0.5156223177909851,-0.18137876689434052,-0.8373979330062866,2.360100269317627,-0.5374749898910522,-3.1401050090789795,0.06846356391906738,0.4789709448814392,0.1689257025718689 +549,-0.4832862199694674,0.5164772776412637,-1.6225241041971183,-0.4040791094303131,-0.4938199818134308,-0.7699752449989319,1.8240289688110352,0.7640623450279236,-2.225752592086792,0.013042092323303223,0.8808896541595459,-0.021742284297943115 +550,-0.48814373442185605,0.6192657762268662,-1.4932374443816627,-0.3818986117839813,-0.580437421798706,-0.7191981077194214,1.0232189893722534,0.671851396560669,2.880356550216675,-0.14320209622383118,0.8291099071502686,-0.2508641481399536 +551,-0.579893804079839,0.3634906072790436,-1.1509310011699705,-0.5121338367462158,-0.355538934469223,-0.781863808631897,-2.5938236713409424,1.1836028099060059,3.732001304626465,-0.2727935314178467,0.7077118158340454,-0.384487509727478 +552,-0.5287772902437802,-0.09752629955789302,-1.1140017271062248,-0.5020807981491089,0.09737177193164825,-0.859321653842926,-3.531578302383423,0.1239166259765625,2.6406259536743164,-0.04259693622589111,-0.15718622505664825,-0.15785980224609375 +553,-0.4955217260448731,-0.43497179067257086,-0.9912732931992237,-0.431213915348053,0.4213848114013672,-0.7978028655052185,-1.087781548500061,0.22037991881370544,1.6617401838302612,-0.029799848794937134,-0.4291210472583771,0.1866883635520935 +554,-0.35032708322108363,-0.5356293414767289,-0.8419509665496041,-0.29513832926750183,0.510382354259491,-0.8077148199081421,0.07628478109836578,0.7246941924095154,1.9537886381149292,-0.4256563186645508,-0.37287014722824097,-0.10196840763092041 +555,-0.16020655746192639,-0.642883202211351,-0.5748399628706974,-0.1276768147945404,0.5995055437088013,-0.7901213765144348,-0.9245438575744629,-0.13481269776821136,1.929438591003418,-1.0981990098953247,-0.7630187273025513,-0.614755392074585 +556,-0.3464678000298995,-0.6681657433104119,-0.7752284928029107,-0.26655465364456177,0.6195471882820129,-0.7383155822753906,0.6121116876602173,-0.45026490092277527,-4.863789081573486,-0.6481639742851257,-0.7736151814460754,-0.8079643249511719 +557,-0.5433432926604462,-0.2553154678993462,-1.1499639053606054,-0.5002413988113403,0.2525506615638733,-0.8282371163368225,3.057983160018921,0.10352175682783127,-4.170392036437988,-0.26965606212615967,0.10572570562362671,-0.424066960811615 +558,-0.5212819220334791,0.18617953492664693,-1.336408153711869,-0.4893862009048462,-0.1851058155298233,-0.8521953821182251,2.1806998252868652,0.33562391996383667,-3.7428369522094727,-0.1349881887435913,0.6335005760192871,0.0934368371963501 +559,-0.32872811200101804,0.523694668872894,-1.6064743003633284,-0.2795717418193817,-0.5000830292701721,-0.8196076154708862,1.660520315170288,1.73860502243042,-2.441730260848999,-0.2412106990814209,1.0406408309936523,-0.08427727222442627 +560,-0.216417644588502,0.5892355363578391,-1.6084349703228307,-0.17852100729942322,-0.555725634098053,-0.811972439289093,-0.2879723906517029,-0.1248539462685585,1.8356409072875977,-0.2514106035232544,0.944305956363678,-0.05933493375778198 +561,-0.37591864187328067,0.35443310595583444,-1.2915922285432127,-0.3443078100681305,-0.3470587730407715,-0.8723545074462891,-2.910097122192383,0.4239199757575989,3.7819221019744873,-0.066229909658432,0.893949031829834,-0.18309593200683594 +562,-0.38307316500209365,-0.10705433492071685,-1.0705055788089675,-0.3716328740119934,0.10684996843338013,-0.9222104549407959,-3.7072932720184326,-0.33018067479133606,3.3864126205444336,-0.1466166377067566,0.09487122297286987,-0.2588198184967041 +563,-0.3222913496690206,-0.4941082600616309,-0.9447978909853151,-0.2788560092449188,0.4742467701435089,-0.8350624442100525,-2.092418909072876,0.7607366442680359,1.94925856590271,-0.2544844448566437,-0.4673497676849365,-0.23959875106811523 +564,-0.1634728557549129,-0.6561935831288092,-0.7485852691459811,-0.12894675135612488,0.6101053953170776,-0.781757116317749,-1.125135064125061,0.15938448905944824,2.63173770904541,-0.6374869346618652,-0.43075358867645264,-0.3565638065338135 +565,0.011080640974109397,-0.766100566170418,-0.4330355870587711,0.00798476580530405,0.6933305263519287,-0.7205755114555359,-1.001025676727295,-0.5789851546287537,1.1149959564208984,-1.0939222574234009,-0.6304185390472412,-0.7082421779632568 +566,-0.23582601154161578,-0.7803448208728812,-0.7450895050497329,-0.16604559123516083,0.7035245299339294,-0.6910008192062378,1.1412655115127563,0.040530718863010406,-4.217050075531006,-0.518951952457428,-0.6734036803245544,-0.7206660509109497 +567,-0.4659406176159981,-0.43373101862517355,-1.1394117755706303,-0.40766337513923645,0.4202592670917511,-0.8106741905212402,2.80894136428833,0.14858579635620117,-4.123135566711426,-0.11803239583969116,-0.041261494159698486,-0.2071022391319275 +568,-0.4713278155303755,-0.00024455862274727413,-1.368139449511526,-0.45406970381736755,0.0002445586142130196,-0.8909661173820496,2.4120211601257324,0.6531224250793457,-3.6089260578155518,0.04868948459625244,0.4387660622596741,0.13545769453048706 +569,-0.3205076485059883,0.29741515605624796,-1.5159619264054487,-0.30121687054634094,-0.29304981231689453,-0.9074084758758545,1.4360651969909668,2.2299916744232178,-1.2480237483978271,-0.3604804575443268,0.8240557312965393,-0.22712820768356323 +570,-0.18656164869902556,0.4111867537506409,-1.4563431611641156,-0.1700209081172943,-0.3996974527835846,-0.9007412791252136,1.5126731395721436,-0.4118369519710541,1.964485764503479,-0.5567246675491333,0.7900325059890747,-0.21147185564041138 +571,-0.33908532912351813,0.2881671245067142,-1.2652315079399639,-0.31890931725502014,-0.2841953933238983,-0.9041735529899597,-3.069157600402832,-0.5575419664382935,1.2523741722106934,-0.06629881262779236,0.5630497932434082,-0.08668643236160278 +572,-0.42022542092082266,-0.01836038037080198,-1.2048432157070819,-0.4078975021839142,0.01835934817790985,-0.9128431081771851,-2.1142590045928955,-1.0232304334640503,2.6983602046966553,0.3318019509315491,-0.10165707767009735,0.16822946071624756 +573,-0.4734440689056305,-0.2939361015409749,-1.0142801004129864,-0.4363987445831299,0.2897217571735382,-0.8518317937850952,-1.4885485172271729,0.026272568851709366,2.6813650131225586,0.06994369626045227,-0.2952149212360382,0.00832599401473999 +574,-0.3394919129255342,-0.501743418837172,-0.8698615601768596,-0.29196327924728394,0.4809547960758209,-0.8267042636871338,-1.013949990272522,0.7550367712974548,1.4592552185058594,-0.5864546895027161,-0.5997902154922485,-0.3961198329925537 +575,-0.3254628821110654,-0.5577793361066081,-0.8080510829023021,-0.2712841331958771,0.5293034315109253,-0.8038923144340515,0.5461941361427307,-0.6969155669212341,-0.3297446668148041,-0.7048053741455078,-0.4589604139328003,-0.640764057636261 +576,-0.4306591322530034,-0.44977669605401127,-1.027829451646193,-0.37595003843307495,0.43476444482803345,-0.8183162212371826,0.6073642373085022,0.44422605633735657,-3.554398536682129,-0.38877469301223755,-0.25568729639053345,-0.2964603900909424 +577,-0.5097441464837448,-0.1810547605881304,-1.285501723351766,-0.4799779951572418,0.18006719648838043,-0.8586017489433289,1.8729881048202515,-0.45388510823249817,-2.888413429260254,0.01708739995956421,0.00047479569911956787,0.16315191984176636 +578,-0.5882270467785098,0.09379000790218825,-1.4253977902259303,-0.5524481534957886,-0.09365256130695343,-0.8282694220542908,1.0496468544006348,-0.5201364159584045,-2.4142203330993652,0.24235910177230835,0.4381197392940521,0.27748817205429077 +579,-0.5114014852281913,0.2800560075287379,-1.539149285931583,-0.4703328609466553,-0.27640947699546814,-0.8380840420722961,0.5122561454772949,1.2471343278884888,-0.6009456515312195,-0.08871865272521973,0.6873897314071655,-0.12988781929016113 +580,-0.5159379374124876,0.2630216101986488,-1.4003262956472204,-0.4763839840888977,-0.25999942421913147,-0.8399158120155334,0.5172514319419861,-0.2958357632160187,3.088806629180908,-0.1171981692314148,0.5188495516777039,-0.2856181859970093 +581,-0.5717336861530113,0.06205741375061068,-1.218704366850051,-0.5400492548942566,-0.062017589807510376,-0.8393453359603882,-1.9002232551574707,-0.5461428165435791,1.546189546585083,-0.03944903612136841,0.14707008004188538,-0.21807348728179932 +582,-0.6292238274593436,-0.16230018921328654,-1.1672058921242463,-0.5807832479476929,0.16158859431743622,-0.7978596091270447,-0.7727732062339783,-0.664252758026123,2.1593520641326904,0.42000138759613037,-0.3944987654685974,0.14218944311141968 +583,-0.622761898710564,-0.256349919125024,-1.004984087962441,-0.5642203092575073,0.2535514533519745,-0.7857271432876587,0.4446999728679657,0.4806893765926361,0.8053773045539856,0.07340610027313232,-0.155788391828537,0.1610018014907837 +584,-0.5193282325681541,-0.2901645141304084,-0.8838214863903171,-0.47555023431777954,0.2861098647117615,-0.8318611979484558,0.09121587872505188,0.3305923044681549,2.084803342819214,-0.36588039994239807,-0.37412258982658386,-0.19095063209533691 +585,-0.5059832597658256,-0.3756388696300082,-0.7770628775433688,-0.4508735239505768,0.36686691641807556,-0.8137086033821106,-1.5569549798965454,0.03321406617760658,-0.5592014789581299,-0.5921562910079956,-0.31689441204071045,-0.36723005771636963 +586,-0.5555264205655895,-0.36353700977028525,-1.0950202538113245,-0.4929230213165283,0.3555822968482971,-0.7940958142280579,0.2275247424840927,0.7484502196311951,-3.01322078704834,-0.2950561046600342,-0.5283575654029846,-0.44723719358444214 +587,-0.5848582668324696,-0.08143442199184345,-1.2467836788330346,-0.5502516627311707,0.08134444802999496,-0.8310272097587585,2.5353121757507324,-0.4613991677761078,-2.6499674320220947,0.008061051368713379,0.05195632576942444,0.15115660429000854 +588,-0.6251034692417891,0.21597395623760626,-1.35593779679575,-0.5715863704681396,-0.21429885923862457,-0.79206383228302,0.8715208768844604,-0.31534790992736816,-2.461040496826172,0.20180487632751465,0.5080915689468384,0.31867516040802 +589,-0.5609750508628879,0.3518794300779735,-1.4838117676343898,-0.4994138777256012,-0.34466269612312317,-0.7948543429374695,-0.0418839156627655,0.97471684217453,-0.5329524874687195,0.07064193487167358,0.6784639358520508,0.03397482633590698 +590,-0.530278995513543,0.24535969165744828,-1.3636269869326652,-0.49062612652778625,-0.24290525913238525,-0.8368291854858398,-0.6952646970748901,0.0691867470741272,3.397078514099121,-0.13959240913391113,0.44400084018707275,-0.36773014068603516 +591,-0.559447241995698,-0.06958986808610551,-1.1556232157966717,-0.5294332504272461,0.06953371316194534,-0.845497190952301,-2.514113187789917,-0.5238129496574402,2.0404751300811768,-0.22668546438217163,0.09205684810876846,-0.310234010219574 +592,-0.6094507597532048,-0.2936632491486016,-1.1586273814023837,-0.5479120016098022,0.28946059942245483,-0.7848598957061768,-0.6987711191177368,-0.19444146752357483,1.3862993717193604,0.36810243129730225,-0.47821182012557983,0.21059536933898926 +593,-0.5395987207892774,-0.40014170141611166,-1.0127447949873578,-0.47320520877838135,0.3895488679409027,-0.7901446223258972,0.1468496471643448,0.5725994110107422,1.671210765838623,0.018798470497131348,-0.24796253442764282,0.16918820142745972 +594,-0.39151344577200814,-0.48601934414367215,-0.841883405050387,-0.3373996317386627,0.46710991859436035,-0.817294180393219,-0.26766732335090637,0.678530216217041,2.0874485969543457,-0.5315579175949097,-0.36273980140686035,-0.27387702465057373 +595,-0.3838068080398689,-0.5855531417026553,-0.7604475900114086,-0.3120715916156769,0.5526604652404785,-0.7727727293968201,-1.263085126876831,-0.504441499710083,-1.6982511281967163,-0.779069185256958,-0.394197940826416,-0.5953912734985352 +596,-0.5790200760606692,-0.49751056455144277,-1.1578715389061265,-0.48086830973625183,0.47723937034606934,-0.7355326414108276,-0.21838507056236267,0.48790833353996277,-3.49039626121521,-0.09863001108169556,-0.29608702659606934,-0.16749775409698486 +597,-0.6116376568162653,-0.24869448880728937,-1.4082753108456045,-0.5565431714057922,0.2461388260126114,-0.7935208082199097,1.552590012550354,0.774335503578186,-3.181126117706299,0.1719607710838318,-0.03260734677314758,0.29228490591049194 +598,-0.5385873171860953,-0.0010942170427302622,-1.5631806190165882,-0.512923538684845,0.0010942168300971389,-0.8584336638450623,0.6745954155921936,1.2792069911956787,-2.096665859222412,-0.23056095838546753,0.3398786783218384,-0.023722708225250244 +599,-0.461525246108558,0.14111829151631308,-1.6750792088323267,-0.44088757038116455,-0.14065037667751312,-0.8864737153053284,0.2163216471672058,-0.12160078436136246,-0.6851382255554199,-0.25280749797821045,0.4959055185317993,-0.08718961477279663 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/4.csv b/BoostRunClub/CoreML/DataSet/Motion/running/4.csv new file mode 100644 index 0000000..06e1747 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/4.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-0.80619523076681,1.2276303806485644,3.0716375658021615,-0.24281644821166992,-0.9416941404342651,-0.2329210788011551,0.7373541593551636,0.9823576211929321,-0.08221978694200516,0.112399622797966,0.2770060896873474,0.049449458718299866 +1,0.14136654635188,0.460823650954577,1.9533836644954348,0.12619878351688385,-0.44468599557876587,-0.8867514729499817,-0.1671905517578125,0.04960343986749649,0.014766291715204716,-0.008187323808670044,0.02148348093032837,0.2534354329109192 +2,0.18018595904252124,0.4613410344385816,1.924053866772501,0.16047698259353638,-0.44514933228492737,-0.8809592127799988,0.02790890820324421,-0.010342284105718136,-0.15964314341545105,0.01951567828655243,0.011677712202072144,0.17049479484558105 +3,0.2356034214025919,0.4831701427257923,1.8831064361553649,0.20670826733112335,-0.4645887613296509,-0.8610627055168152,0.377154141664505,0.6385453939437866,-0.21472343802452087,-0.046964019536972046,-0.02491319179534912,0.11708992719650269 +4,0.2932084010781901,0.49472144292294745,1.8432079258537373,0.2543713450431824,-0.47478652000427246,-0.8425396084785461,0.08590637892484665,0.9557260870933533,-0.22807277739048004,0.19872313737869263,-0.22084641456604004,-0.17476385831832886 +5,0.4418232756173098,0.5131184877595844,1.755577463964955,0.37252262234687805,-0.4908965229988098,-0.7875578999519348,0.7998281717300415,1.7192907333374023,-1.1434756517410278,0.18738335371017456,0.0431426465511322,0.06003415584564209 +6,0.6302955420528533,0.5074207719996002,1.6092246127192227,0.5151216387748718,-0.485924631357193,-0.7060644030570984,0.9170065522193909,0.4689253568649292,-1.362441897392273,-0.046814143657684326,0.3311395049095154,0.03524225950241089 +7,0.990856241333121,0.4553779672411833,1.1280053415350335,0.7512522339820862,-0.43980178236961365,-0.49213242530822754,3.699359655380249,1.1605358123779297,-4.5644097328186035,-0.08311569690704346,0.6434608697891235,0.3622954189777374 +8,1.1679646908259296,-0.006047533490500122,0.6284240141057481,0.919937789440155,0.006047496572136879,-0.3920177221298218,0.783058762550354,0.10408024489879608,-7.736174583435059,-0.30470341444015503,0.3751475512981415,-0.15165293216705322 +9,1.0078022242675533,-0.5209588064520412,0.2252984483218328,0.7334774732589722,0.49771198630332947,-0.4629184603691101,0.5110593438148499,-3.272212028503418,-2.039402723312378,1.7914705276489258,-1.1454933881759644,-0.04399380087852478 +10,0.9887031312178388,-0.42513152315042285,0.2511939820378805,0.7609577775001526,0.41244059801101685,-0.5008352398872375,0.5747129321098328,2.312279224395752,1.4583678245544434,0.47210490703582764,0.13354936242103577,-0.055774807929992676 +11,1.1450711444395194,-0.14763357796919707,0.3960923059523982,0.9008324146270752,0.1470978707075119,-0.4084888994693756,-0.9462408423423767,-0.02640032395720482,5.308355331420898,-0.0733940601348877,-0.7703736424446106,-0.4261058568954468 +12,1.1395921230968633,0.1352877451845113,0.626235916322464,0.9001621007919312,-0.13487543165683746,-0.41414597630500793,-0.2590159475803375,1.3218857049942017,2.252963066101074,-0.6451267004013062,0.13406671583652496,0.7490153312683105 +13,1.3135016392612542,0.3485065035805744,0.7932820403669884,0.9089446663856506,-0.34149447083473206,-0.23916774988174438,-0.3829602301120758,0.7770726680755615,2.573517322540283,-0.060571253299713135,0.31720250844955444,0.20736843347549438 +14,1.4662717274653223,0.5056863765878334,0.7807257513458363,0.8700675368309021,-0.48440802097320557,-0.09127611666917801,1.2152044773101807,2.4875471591949463,-0.089301198720932,0.5456428527832031,-0.014890044927597046,-0.001741461455821991 +15,1.5149728068701416,0.6045256551709465,0.8400593200612668,0.8214901685714722,-0.5683718919754028,-0.04590616747736931,-0.6813409328460693,0.56349116563797,1.3566967248916626,0.46835052967071533,0.05041229724884033,-0.3756178617477417 +16,1.5768456879427306,0.6086872081451222,0.7344480261819332,0.8203845024108887,-0.5717909336090088,0.004962862469255924,0.26971909403800964,-0.9328754544258118,-1.1263041496276855,0.04811537265777588,0.2030927538871765,0.18641281127929688 +17,1.524453246081663,0.523912852122225,0.7422950768798656,0.864938497543335,-0.5002719759941101,-0.04011263698339462,-0.10125133395195007,-0.17627958953380585,-0.31978172063827515,-0.3780307173728943,0.2602665424346924,0.0414249412715435 +18,1.558370494841023,0.38201269125562615,0.664128857318489,0.9278445839881897,-0.37278884649276733,-0.011529834009706974,0.9516087174415588,0.27566638588905334,-1.786515474319458,-0.2829776406288147,0.034806668758392334,0.11376368999481201 +19,1.5439790881205044,0.3231997820919654,0.5950065391467406,0.9478830695152283,-0.317602276802063,-0.025425700470805168,0.47029781341552734,-0.2307891845703125,0.19653037190437317,0.15647178888320923,-0.33638936281204224,0.5112807750701904 +20,1.5500245682867935,0.35323548326702375,0.6638006581593529,0.9380559921264648,-0.3459353446960449,-0.01948787458240986,-1.1662038564682007,0.5717071294784546,0.27497440576553345,0.6817712783813477,-0.015408039093017578,-0.5158819556236267 +21,1.5506691992138222,0.4034435168695879,0.749943546705567,0.9195283055305481,-0.39258772134780884,-0.018509963527321815,-0.6297657489776611,0.3916313350200653,0.9042866230010986,-0.047061264514923096,0.13900190591812134,-0.09469503164291382 +22,1.5467877132305106,0.5121224235035461,0.7659159549800575,0.8714552521705627,-0.4900284707546234,-0.020926453173160553,0.7568943500518799,-0.4374530017375946,-0.13068194687366486,-0.29099565744400024,0.5567094087600708,-0.054406166076660156 +23,1.5367398031402675,0.31472987761642546,0.5813252771947438,0.9503286480903625,-0.3095596432685852,-0.03237740695476532,2.4527735710144043,-0.8310570120811462,-3.5963425636291504,-0.29798489809036255,0.4402664005756378,-0.0034959912300109863 +24,1.5381420807173651,0.15845723081456,0.5277537656988148,0.9869455695152283,-0.15779495239257812,-0.03223942220211029,-0.7694441676139832,0.6940147876739502,-0.08518258482217789,0.21424156427383423,-0.4131584167480469,0.14166021347045898 +25,1.5812403152258532,0.19015425865355057,0.64374329051768,0.9819214344024658,-0.1890103816986084,0.010255549103021622,-1.1181856393814087,0.5265553593635559,0.6504851579666138,0.5541502237319946,0.04052712023258209,-0.2691056728363037 +26,1.6190246515441105,0.26460575529610464,0.7072122448931765,0.9640734195709229,-0.26152876019477844,0.04653172940015793,-0.5523988008499146,0.10714207589626312,1.0675582885742188,-0.04985839128494263,0.11228257417678833,0.09511566162109375 +27,1.6675258334322725,0.40982386965963935,0.7403527443227647,0.9129034280776978,-0.39844778180122375,0.0885811448097229,-0.0488811731338501,0.10134410113096237,1.4292041063308716,-0.36729496717453003,0.16247060894966125,-0.24238967895507812 +28,1.7347058268474758,0.5045230806057978,0.6870406561788338,0.8636720180511475,-0.4833900034427643,0.14284558594226837,1.194745421409607,0.1003790870308876,0.21694743633270264,-0.40644240379333496,0.19011610746383667,-0.0886768102645874 +29,1.6908961185702245,0.4201665781352954,0.6020228536408058,0.906444251537323,-0.40791255235671997,0.10939021408557892,0.7235857248306274,-0.8157244920730591,-0.923355758190155,0.1900370717048645,0.16459590196609497,0.2422027587890625 +30,1.6666756620684746,0.34544492364568047,0.5506044658884205,0.9366033673286438,-0.338615357875824,0.09007710218429565,0.56057208776474,0.0034012729302048683,-0.6379926204681396,0.451854944229126,-0.1777268350124359,0.11397875100374222 +31,1.6957000825557178,0.27963721439664524,0.5115492862222,0.953667938709259,-0.2760069668292999,0.11974003911018372,-0.1777796447277069,-0.0006831921637058258,-0.01058623380959034,0.21546047925949097,-0.2776124179363251,-0.40192079544067383 +32,1.6641002133477607,0.21612493833853422,0.5210945572965192,0.9724872708320618,-0.21444633603096008,0.09100107103586197,0.3372950553894043,-0.7295870780944824,-1.010884165763855,-0.19250380992889404,0.14324882626533508,0.24859857559204102 +33,1.6377047320155043,0.17450158716653139,0.5521576859634099,0.9826096892356873,-0.17361731827259064,0.0658431276679039,-0.5639256238937378,0.11962956190109253,-0.4803348779678345,-0.555073618888855,0.14399999380111694,-0.08542013168334961 +34,1.6144684881822335,0.08949504243776678,0.5558419580273698,0.9950484037399292,-0.08937562257051468,0.043483562767505646,-0.30549123883247375,0.11024118214845657,-0.2381374090909958,0.4797288179397583,-0.4159802198410034,0.23169350624084473 +35,1.6514312298372107,0.12989994900079857,0.6853620458274974,0.9883530139923096,-0.12953492999076843,0.07986892759799957,-0.4772757291793823,0.9091531038284302,0.8089757561683655,0.9238631725311279,-0.17944028973579407,0.02675950527191162 +36,1.7421989163592673,0.2562767801906029,0.6840904136460705,0.9531655311584473,-0.2534807026386261,0.1649939864873886,-0.06645093858242035,0.566901683807373,0.784671425819397,-0.0008034706115722656,0.5101182460784912,-0.034882307052612305 +37,1.7324838104209899,0.25559728685736194,0.6904819551078868,0.9548932313919067,-0.2528233230113983,0.1557539403438568,-0.06918659806251526,-1.3248893022537231,-0.29023322463035583,-0.44325077533721924,0.2083134651184082,-0.3835982084274292 +38,1.63364863979385,0.24096971236543124,0.7014473260091659,0.9691894054412842,-0.23864443600177765,0.06099613755941391,0.22544319927692413,-0.5729948878288269,-0.1436804234981537,-0.48594367504119873,0.15760502219200134,0.05098807066679001 +39,1.5643039045589024,0.2178667098803948,0.6705990671766586,0.976340115070343,-0.2161472588777542,-0.006338901352137327,-0.0761004388332367,-1.470084547996521,0.11423948407173157,0.19603830575942993,-0.2191096842288971,0.17673379182815552 +40,1.5454847858574758,0.2710047343935583,0.6843429406497092,0.9631937742233276,-0.26769962906837463,-0.024385126307606697,0.09997089952230453,0.7907024621963501,0.5803472399711609,0.5262013077735901,-0.04467824101448059,0.030030908063054085 +41,1.5476696908486713,0.24158166596188665,0.681086496102621,0.9707011580467224,-0.2392386645078659,-0.022453056648373604,-0.20919577777385712,-0.9064793586730957,-0.4049527049064636,-0.07537645101547241,0.1626700609922409,-0.35691094398498535 +42,1.5296381007785878,0.1784736614530931,0.7068950065289703,0.9832823872566223,-0.17752768099308014,-0.04049302637577057,0.022914620116353035,-0.44706088304519653,-0.6038036942481995,-0.23596793413162231,0.19991233944892883,-0.11996841430664062 +43,1.4454858607909216,0.13433703001563493,0.7517389443665177,0.9832198023796082,-0.13393335044384003,-0.12385670840740204,-0.8210596442222595,-0.13607025146484375,0.3185328543186188,-0.1807754635810852,0.16603787243366241,-0.10880927741527557 +44,1.4318275857128457,0.18584659702010073,0.785590901271084,0.9733054637908936,-0.1847786158323288,-0.13613653182983398,-0.17280499637126923,-0.933697521686554,0.3585434854030609,-0.051659464836120605,-0.03447490930557251,0.15144111216068268 +45,1.4077025609935068,0.17845796722493315,0.864808547336453,0.9710589647293091,-0.1775122433900833,-0.15979298949241638,-0.9981857538223267,1.1780060529708862,0.3222063183784485,0.6187389492988586,-0.1900262087583542,-0.11549083888530731 +46,1.4509762202120757,0.22029513085351296,0.7776237615426129,0.9688364267349243,-0.21851763129234314,-0.11664483696222305,1.5316438674926758,0.31853121519088745,0.38527950644493103,0.3557332754135132,0.15963396430015564,-0.33818912506103516 +47,1.4534603750489485,0.2436872006741559,0.6721844657914623,0.9637821316719055,-0.24128252267837524,-0.11360815167427063,-0.08082959800958633,0.022417914122343063,0.032980434596538544,-0.23708230257034302,-0.17242902517318726,0.22666054964065552 +48,1.4947278613820238,0.2524701859893533,0.6927039909596583,0.9654982686042786,-0.24979659914970398,-0.07358596473932266,0.4185367822647095,0.008472803048789501,0.04314092546701431,-0.6394637227058411,0.19567365944385529,-0.014686167240142822 +49,1.4765295154998677,0.24487280222119395,0.6636563668457246,0.9658608436584473,-0.24243292212486267,-0.09131927788257599,-0.1825878620147705,-0.37244874238967896,0.038474246859550476,-0.014444828033447266,0.015305861830711365,0.062419116497039795 +50,1.466914190027528,0.257820685888175,0.6766624674656857,0.9617351293563843,-0.2549738883972168,-0.10026804357767105,-0.036158010363578796,-0.7506025433540344,0.2646515667438507,0.34836912155151367,-0.2663273513317108,0.13028205931186676 +51,1.4570529841067603,0.29830472008793923,0.6891743908881215,0.9496597051620483,-0.2939002215862274,-0.10848572105169296,1.7695013284683228,-1.2668853998184204,-0.34114423394203186,0.11331331729888916,0.04519721865653992,-0.39967775344848633 +52,1.4342015866787987,0.2541413185941148,0.47953925844812806,0.9588640928268433,-0.25141438841819763,-0.13179650902748108,1.1676578521728516,-0.7951784729957581,-0.33916175365448,-0.26812928915023804,-0.1291702687740326,-0.02134065330028534 +53,1.3427629782531088,0.2620045451090502,0.4905735621003883,0.9408690333366394,-0.2590171992778778,-0.21834734082221985,-0.6926544904708862,0.0513596348464489,0.2742008864879608,-0.6329466700553894,0.2189934253692627,0.25754719972610474 +54,1.320265145008264,0.23159877479883675,0.5758704004173911,0.9429150223731995,-0.22953391075134277,-0.2412993311882019,-0.36619123816490173,-0.041399996727705,-0.5228274464607239,0.36761653423309326,-0.07071328163146973,0.1272246241569519 +55,1.3522980836189464,0.21214302487834238,0.6188834661442092,0.9543390274047852,-0.21055535972118378,-0.2119043916463852,0.08320172876119614,0.49541962146759033,0.12533891201019287,0.42346858978271484,-0.42657536268234253,-0.1739140748977661 +56,1.4195702805112083,0.25063950854303846,0.5695037060687853,0.9576976299285889,-0.24802353978157043,-0.1459430605173111,-0.3652777075767517,1.2860726118087769,0.8809394240379333,0.08690369129180908,0.3536601662635803,-0.20291857421398163 +57,1.434608059974104,0.3095565716161151,0.633316266300326,0.9436494708061218,-0.3046363294124603,-0.12931445240974426,0.42071205377578735,-0.8237164616584778,0.05759797617793083,-0.3739932179450989,0.16752085089683533,-0.05228041112422943 +58,1.4698377080276457,0.31415252813725636,0.6130282550660189,0.9462157487869263,-0.3090105950832367,-0.09585452824831009,0.1816295087337494,0.455834299325943,0.11222729086875916,-0.48132628202438354,0.23010742664337158,0.09028507024049759 +59,1.4663235827627077,0.31848848603962615,0.521930734330445,0.9445317387580872,-0.3131314218044281,-0.09903840720653534,1.4429820775985718,-0.735323965549469,-0.0796477422118187,-0.014432251453399658,0.1079159677028656,0.11411404609680176 +60,1.442461878546925,0.37497609061265796,0.5226099050762858,0.9228641986846924,-0.36625027656555176,-0.119089774787426,-0.03740620240569115,0.22097155451774597,0.9830052256584167,0.5423304438591003,-0.18541595339775085,0.10470075905323029 +61,1.461565525751108,0.42536706549229947,0.513561921685454,0.9054586291313171,-0.41265517473220825,-0.09929921478033066,0.4636839032173157,-0.0939251184463501,-0.021891336888074875,0.10920500755310059,0.19416460394859314,-0.40036511421203613 +62,1.431171460527299,0.421264548260811,0.5668103935750498,0.9036917686462402,-0.4089147746562958,-0.1270042359828949,-1.137727975845337,-0.32571569085121155,0.16640836000442505,-0.12724828720092773,0.17620298266410828,0.08295214176177979 +63,1.338276360272288,0.4221303654456632,0.777164924322055,0.8876693844795227,-0.4097047448158264,-0.21020282804965973,-1.8944448232650757,0.19480669498443604,0.3656586706638336,-0.35771632194519043,0.32486581802368164,0.03852614760398865 +64,1.2680758411014088,0.39620906825393026,0.9311672258851977,0.8805822730064392,-0.3859238624572754,-0.27502310276031494,-1.452987551689148,0.18895626068115234,0.05254951864480972,0.05290466547012329,-0.05484148859977722,0.33692795038223267 +65,1.265443005090963,0.364325597973707,1.0779532446486377,0.8911412358283997,-0.35631924867630005,-0.2808980643749237,-1.3720242977142334,0.8744228482246399,0.01991395838558674,0.2390161156654358,-0.09686672687530518,0.16584688425064087 +66,1.3331533637449529,0.3499910055913472,1.1659329554065787,0.9129751324653625,-0.34288936853408813,-0.2211407870054245,-0.2079119086265564,0.8187093734741211,0.349068284034729,0.6414834260940552,0.29606014490127563,-0.1605425328016281 +67,1.3526046633871134,0.363999342448815,1.3169900534859247,0.9123244881629944,-0.3560143709182739,-0.2022818922996521,-1.8093169927597046,0.8285182118415833,0.339528888463974,0.1367173194885254,0.08872616291046143,-0.12422570586204529 +68,1.319968881355968,0.35867850296883663,1.4701884928878748,0.9070603251457214,-0.3510371446609497,-0.23241017758846283,-0.631445050239563,-0.8175660371780396,0.2286001443862915,-0.8697373867034912,-0.013708919286727905,0.12135672569274902 +69,1.2607637186986809,0.38150828486502464,1.504995585822373,0.8838554620742798,-0.3723207414150238,-0.28315499424934387,0.3691572844982147,-0.13209159672260284,0.08093048632144928,-0.8446251749992371,-0.0644468367099762,0.26669082045555115 +70,1.2978473326569389,0.3684488389075116,1.2934264654160217,0.8983517289161682,-0.36016881465911865,-0.2514806389808655,2.278574228286743,-1.4026086330413818,0.338593065738678,2.3277835845947266,-0.6645046472549438,-0.20672550797462463 +71,1.2153326266754136,0.40007728315161867,1.325817554102173,0.8634528517723083,-0.3894895315170288,-0.3205418884754181,-0.46396470069885254,1.0704013109207153,0.1537327766418457,-0.6797217726707458,0.8862241506576538,0.1394352912902832 +72,1.3042867473377775,0.40254656526386384,1.2855664314218533,0.8875842690467834,-0.3917626142501831,-0.24231402575969696,-0.38542109727859497,1.3664989471435547,0.19462020695209503,-0.8063160181045532,0.433495432138443,0.22598716616630554 +73,1.4229552037031683,0.39225813218140154,1.3865374804439816,0.9139679670333862,-0.3822759985923767,-0.1361151933670044,-1.591304063796997,-0.4590437412261963,-0.09758219122886658,1.1972532272338867,0.004025936126708984,-0.3698814809322357 +74,1.3750588812021673,0.3726702606086893,1.5888102064569587,0.9135736227035522,-0.3641037046909332,-0.18113984167575836,-1.5389431715011597,-0.8231759071350098,0.49823087453842163,-0.621367871761322,-0.0419478714466095,-0.05294524133205414 +75,1.3233954713769362,0.4000748109969927,1.620290655775239,0.8929885029792786,-0.38948723673820496,-0.2255467027425766,0.3861370384693146,-0.42705681920051575,0.18367637693881989,-1.0976394414901733,0.11383721232414246,0.23557168245315552 +76,1.3740453455462216,0.3780756888481686,1.4611211174735526,0.9114460945129395,-0.36913275718688965,-0.18167829513549805,2.9220070838928223,0.23801669478416443,-1.5577338933944702,1.4048075675964355,-0.6139299869537354,-0.805687427520752 +77,1.3124635034971448,0.3734533094567775,1.2588259323665998,0.9001774191856384,-0.36483287811279297,-0.23786033689975739,-1.4179126024246216,-0.5161065459251404,0.47999754548072815,0.3659968972206116,-0.20203110575675964,0.7460542917251587 +78,1.3059203929058079,0.3645006599166785,1.3171129948058589,0.9017181396484375,-0.3564828038215637,-0.24459046125411987,1.0917075872421265,0.03293896093964577,-0.6527122855186462,-0.8449554443359375,0.590644121170044,0.10352295637130737 +79,1.3920356801013363,0.3326009297809095,1.2679586342859048,0.9301343560218811,-0.3265025317668915,-0.16806544363498688,0.08211913704872131,1.6502032279968262,-0.3499142527580261,-0.25471943616867065,0.41958117485046387,0.08217373490333557 +80,1.4666387881292324,0.29357836200062204,1.291996982786927,0.9520269632339478,-0.2893793284893036,-0.09952094405889511,-1.1313964128494263,0.23838992416858673,-0.11791007220745087,0.9101556539535522,-0.5037877559661865,0.0018188953399658203 +81,1.4321973779665695,0.3129542155012524,1.4672642910540594,0.9423045516014099,-0.30787068605422974,-0.13144516944885254,-0.9412018656730652,-0.07081712037324905,0.5684739351272583,-0.6222972869873047,0.06408104300498962,0.08504319190979004 +82,1.3669101595986013,0.34861752802949675,1.4341179946198286,0.9203789830207825,-0.34159883856773376,-0.1902967244386673,1.5398893356323242,-1.1687344312667847,0.03112083300948143,-1.1810753345489502,0.21934542059898376,0.1039624959230423 +83,1.4342111505995176,0.32683583516569115,1.2011439449490795,0.9382426738739014,-0.32104799151420593,-0.12895293533802032,2.9970498085021973,-0.03479389473795891,-1.313164234161377,1.5518238544464111,-0.676922619342804,-0.6170187592506409 +84,1.3459125776147627,0.3438252577340108,1.0615090764831616,0.9177659749984741,-0.3370909094810486,-0.20994174480438232,-0.9555501937866211,-0.22669591009616852,0.7075096368789673,0.02972865104675293,-0.052527040243148804,0.32369598746299744 +85,1.344165859952994,0.36446106134087847,1.0825112178988512,0.9104247093200684,-0.3564458191394806,-0.20993655920028687,0.8662058711051941,-0.09076034277677536,-0.26324573159217834,-0.7970061302185059,0.6830296516418457,0.13172000646591187 +86,1.4854268014135557,0.36523221807236345,1.0650424680405102,0.9306393265724182,-0.35716620087623596,-0.07964181154966354,-0.13854661583900452,2.6111433506011963,0.11668059974908829,0.859582781791687,0.37540048360824585,-0.23955678939819336 +87,1.4854689565948997,0.33643326627501663,1.190293783767148,0.9405038952827454,-0.3301224112510681,-0.08044605702161789,-1.4482388496398926,0.9877331256866455,0.00993049331009388,0.40910547971725464,-0.395600825548172,0.06514149904251099 +88,1.3897551321632708,0.3746201788954126,1.4033205012708863,0.9154368042945862,-0.3659190833568573,-0.16756650805473328,-0.5504546761512756,-0.23009026050567627,0.6211839914321899,-0.935944676399231,0.2128276526927948,0.16050173342227936 +89,1.3640065829284949,0.41345245408035086,1.3814633213432983,0.8962293863296509,-0.40177327394485474,-0.18801873922348022,0.8446332216262817,-0.22408054769039154,0.04182123392820358,-0.8154799342155457,0.14064964652061462,0.16180413961410522 +90,1.4447121218581007,0.36428162542548886,1.1461131663844975,0.926962673664093,-0.3562781512737274,-0.11749864369630814,2.931190252304077,-2.7710397243499756,-0.08348876982927322,1.7027063369750977,-0.6329033374786377,-0.49907851219177246 +91,1.3273573856329486,0.39337966305861466,1.1814165041258227,0.8963857889175415,-0.3833121061325073,-0.222630575299263,-2.488219738006592,-0.09432168304920197,0.8479493260383606,-0.3221670389175415,0.5736044645309448,0.2121325135231018 +92,1.3294747802658233,0.3825999851136442,1.3248586350643476,0.9008153080940247,-0.37333372235298157,-0.22170671820640564,-0.8468995094299316,1.0920346975326538,0.03703835979104042,-0.6775486469268799,0.5976378917694092,0.14750319719314575 +93,1.4463891832871998,0.3674714457741204,1.4319029572268722,0.9260262250900269,-0.3592568337917328,-0.1158023253083229,-0.7841100692749023,-0.005634012166410685,-0.7409710884094238,1.1184532642364502,-0.2499503195285797,-0.7585415840148926 +94,1.4114003466773728,0.33911213442995036,1.6394343163276681,0.9310956597328186,-0.33264991641044617,-0.14968273043632507,-2.88188099861145,0.29627957940101624,0.5678390264511108,0.2211870551109314,-0.5344460010528564,0.5097596645355225 +95,1.352085287524551,0.388644588520216,1.7599854947959934,0.9033780694007874,-0.37893444299697876,-0.20079058408737183,0.8784363269805908,-1.0994621515274048,0.22777029871940613,-0.9105496406555176,0.19051885604858398,0.048416346311569214 +96,1.3523552279413622,0.4104883732560475,1.6311449824782978,0.8951367139816284,-0.39905717968940735,-0.19870525598526,1.9549736976623535,0.8759124875068665,-0.862006425857544,0.12759888172149658,-0.10754990577697754,-0.006968021392822266 +97,1.369104089561308,0.38775361566665134,1.3895313142220453,0.9069945812225342,-0.37810975313186646,-0.18545536696910858,0.5115865468978882,-1.4812676906585693,0.252562552690506,0.5265533328056335,-0.48625481128692627,0.3403931260108948 +98,1.3176570980972226,0.4096926141014951,1.5027686533324711,0.8880116939544678,-0.39832741022109985,-0.2297184318304062,-1.1856133937835693,0.3267710506916046,0.36960941553115845,-0.4874684810638428,0.6452145576477051,-0.004336118698120117 +99,1.3322736697497797,0.39056415299720165,1.5429802021523875,0.8985145092010498,-0.3807101547718048,-0.2184751033782959,-0.3210168778896332,0.9020613431930542,-0.038619235157966614,-0.8157203197479248,0.5358309745788574,0.3234555721282959 +100,1.4835126377957861,0.3772028742868978,1.6527093668831496,0.9261592626571655,-0.36832141876220703,-0.0810445174574852,-2.0906875133514404,-0.3946417272090912,-0.43585994839668274,1.8946871757507324,-0.3138226866722107,-0.6868387460708618 +101,1.408081504149423,0.36541986203332666,1.8477280531915554,0.9216370582580566,-0.357341468334198,-0.15130166709423065,-2.768460273742676,-0.07710349559783936,0.5984191298484802,-0.08009964227676392,-0.329578697681427,0.7551224231719971 +102,1.348453306807483,0.4073807543613753,1.9755906423042031,0.8955596685409546,-0.3962058126926422,-0.20246893167495728,-0.13192026317119598,0.09562859684228897,0.5105976462364197,-0.8947968482971191,0.10163494944572449,0.04389962553977966 +103,1.3866685103007284,0.4296413812853854,1.9236674260163218,0.8937477469444275,-0.4165447950363159,-0.16644912958145142,1.3179377317428589,0.8243921995162964,-0.8262953758239746,0.42064428329467773,-0.1784258484840393,-0.01925031840801239 +104,1.328109734719725,0.41543189748390374,1.7861603155857344,0.8881306052207947,-0.40358513593673706,-0.21987099945545197,0.06397570669651031,-1.9939312934875488,0.4385734498500824,0.5733410120010376,-0.2689002454280853,0.6299052238464355 +105,1.271942444736219,0.41281950338186646,1.8977013909161888,0.87539142370224,-0.4011935591697693,-0.2696913778781891,0.3444189131259918,0.7067523002624512,-0.4910908639431,-0.6535592675209045,0.8305912017822266,0.08077231049537659 +106,1.391576996422282,0.3974070135849419,1.8926720990250543,0.9072990417480469,-0.3870287239551544,-0.1643691211938858,-0.2382998913526535,2.40868878364563,0.1832686811685562,0.33560556173324585,0.4970599114894867,0.015489116311073303 +107,1.432827363689995,0.37075393754006125,2.007107337558609,0.9231975078582764,-0.3623182475566864,-0.12818700075149536,-1.3805158138275146,0.4504527449607849,-0.18081192672252655,0.45357251167297363,-0.12169057130813599,0.04337865114212036 +108,1.3785829065568782,0.37677616662075497,2.141808522370866,0.9127311110496521,-0.36792469024658203,-0.1776321828365326,-0.27907487750053406,-0.5594983696937561,0.6270110607147217,-0.7920494079589844,-0.03898140788078308,0.022236719727516174 +109,1.3687577983905335,0.4183379591879327,2.0881432329317886,0.8951789736747742,-0.406242311000824,-0.18336237967014313,1.5123952627182007,-0.06534598022699356,-0.42233148217201233,-0.5468513369560242,0.042549073696136475,0.057980895042419434 +110,1.4248070519988296,0.378812562809412,1.8644305643338988,0.919221043586731,-0.36981746554374695,-0.1351579874753952,1.6352156400680542,-2.7993617057800293,0.3210504949092865,0.9231708645820618,-0.5183966159820557,-0.2958570718765259 +111,1.3051754931312263,0.4109815476465817,1.93158608163423,0.8845792412757874,-0.39950934052467346,-0.24064910411834717,-0.5435221791267395,0.2471318244934082,0.2554504871368408,-0.5083737373352051,0.6167486906051636,0.09710964560508728 +112,1.3697076735437517,0.39084360803965845,1.912794820476967,0.9059573411941528,-0.38096854090690613,-0.18467368185520172,-0.250300794839859,1.258185625076294,-0.04561564698815346,-0.6501590013504028,0.539339542388916,0.18514668941497803 +113,1.4772080498408109,0.36200609958939756,1.988788690711575,0.9310956597328186,-0.35415101051330566,-0.08739494532346725,-1.938599944114685,-0.880978524684906,0.061473771929740906,1.0716661214828491,-0.41626521944999695,-0.6613080501556396 +114,1.4170263020721587,0.3378771682888168,2.2030749228045736,0.9323282241821289,-0.3314850330352783,-0.1445048749446869,-1.9241827726364136,-0.17439517378807068,0.3846839368343353,-0.2814798951148987,-0.3370940387248993,0.2564586400985718 +115,1.3292366559568949,0.36405682127665423,2.212821625613524,0.9073290824890137,-0.35606810450553894,-0.22353902459144592,0.8810263276100159,-0.7225824594497681,0.2038770616054535,-1.0418046712875366,0.038975149393081665,0.21522292494773865 +116,1.403719723287068,0.3377071844906419,2.0265385930297017,0.9303784966468811,-0.33132466673851013,-0.15690720081329346,2.64009428024292,1.4485681056976318,-1.416053056716919,1.6343646049499512,-0.818745493888855,-0.7117146253585815 +117,1.3081234246642157,0.3681517047151692,1.8519307319193752,0.9009917974472046,-0.3598915934562683,-0.24226374924182892,-0.6347228288650513,-0.8012828826904297,0.5152082443237305,0.21256405115127563,0.07175993919372559,0.6182861328125 +118,1.2852542652170371,0.3841402652775599,1.9079717619787724,0.8895810842514038,-0.3747622072696686,-0.26114922761917114,0.5118569731712341,0.42663225531578064,-0.22378410398960114,-0.8168882131576538,0.6994081735610962,0.18311578035354614 +119,1.4351673808033685,0.3727661619101571,1.918260519128638,0.922770619392395,-0.36419302225112915,-0.12592750787734985,-0.5253812074661255,3.36562180519104,0.25998377799987793,0.9419143795967102,0.29059991240501404,-0.26092857122421265 +120,1.4908132827453626,0.34196242979134667,2.0540723182084695,0.9390864968299866,-0.3353365361690521,-0.07527157664299011,-1.3022269010543823,0.7120288610458374,-0.3368557095527649,0.5134891271591187,-0.2497158944606781,-0.0848236009478569 +121,1.425468662147542,0.33780805391712654,2.2237072870586583,0.9335376620292664,-0.33141982555389404,-0.13663209974765778,-0.6478575468063354,-0.8802921772003174,0.41837015748023987,-0.8814441561698914,0.07476699352264404,-0.006205439567565918 +122,1.3838895730457856,0.3704984995694532,2.17338334254796,0.915912389755249,-0.3620801568031311,-0.173211932182312,1.3013973236083984,-0.679802417755127,-0.06237323582172394,-0.9861181378364563,0.07353648543357849,0.1916140466928482 +123,1.4782352019483231,0.31293580751507694,1.9426637684750174,0.9473610520362854,-0.30785319209098816,-0.08794008940458298,2.073479413986206,-2.7323226928710938,0.3906533718109131,2.103832244873047,-0.997856616973877,-0.9031335115432739 +124,1.3316591625498713,0.3684512924604884,1.95840391716697,0.9063387513160706,-0.3601711094379425,-0.22096754610538483,-2.005368232727051,0.04857844486832619,0.8478472232818604,-0.2294742465019226,0.3780849277973175,0.312215119600296 +125,1.3343795836869323,0.36625138852399314,2.043443694077885,0.9077047109603882,-0.3581179678440094,-0.21868617832660675,0.25065645575523376,0.27931204438209534,-0.36789464950561523,-0.8595174551010132,0.5806673765182495,0.11170685291290283 +126,1.5015417962258206,0.35616049334407207,2.0218444597641305,0.9349959492683411,-0.34867826104164124,-0.06485642492771149,-1.0562421083450317,3.0150580406188965,-0.0793749988079071,2.0440995693206787,-0.009231925010681152,-0.48169809579849243 +127,1.486519749883899,0.3335535692881509,2.1481427612896886,0.941531240940094,-0.327402800321579,-0.07953742891550064,-1.1280531883239746,0.7639216184616089,-0.08935544639825821,-0.05231010913848877,-0.25705456733703613,0.34861087799072266 +128,1.3690520410983793,0.34590328706449464,2.2218940281836868,0.9216893911361694,-0.3390465974807739,-0.18851003050804138,0.5849255919456482,-1.489135980606079,0.4844833314418793,-1.0799230337142944,-0.011905550956726074,0.13305962085723877 +129,1.3716239147967242,0.377832096866944,2.077258117926928,0.9110916256904602,-0.3689063489437103,-0.1839025467634201,2.261876344680786,1.1581053733825684,-1.6557493209838867,-0.0663803219795227,-0.13625112175941467,0.0572698712348938 +130,1.372976780418499,0.3448854953330251,1.825740105033823,0.922760009765625,-0.3380889296531677,-0.18495891988277435,0.5301835536956787,-1.2912988662719727,0.4322046637535095,0.7546538710594177,-0.2227020561695099,0.44562482833862305 +131,1.30705591071174,0.3681120983702483,1.9297863626351948,0.9007464647293091,-0.35985463857650757,-0.24322916567325592,0.45712679624557495,0.6503992676734924,0.06785602867603302,-0.8137408494949341,0.5636510848999023,-0.06631062924861908 +132,1.3758876311517223,0.35496625822975764,1.8723728835248012,0.9199039340019226,-0.34755873680114746,-0.18160277605056763,-0.03798758238554001,1.6321474313735962,-0.049568746238946915,-0.6901066899299622,0.5486695766448975,0.17443116009235382 +133,1.5253828032263763,0.32462819782308566,1.951192435540882,0.9467921853065491,-0.3189564347267151,-0.04302675276994705,-1.5537347793579102,-1.4490902423858643,-0.14171163737773895,0.8581852316856384,-0.2853831350803375,-0.42052000761032104 +134,1.467974161978767,0.2877689866357678,2.092932698632541,0.9538150429725647,-0.2838136553764343,-0.09842041879892349,-1.689691185951233,-0.9135797023773193,0.2751505374908447,-0.4040104150772095,-0.4112546741962433,0.1659557819366455 +135,1.3683635788572925,0.3240770080824702,2.0946919020771246,0.9285884499549866,-0.3184339702129364,-0.19058720767498016,1.5490025281906128,-0.8082995414733887,0.10586998611688614,-1.0444483757019043,0.07296586036682129,0.18427002429962158 +136,1.4595677910273324,0.29633565931637923,1.8645897651686634,0.9505028128623962,-0.29201754927635193,-0.1061611995100975,2.8014075756073,1.9966659545898438,-1.0850989818572998,1.4297919273376465,-0.7049306631088257,-0.3651827573776245 +137,1.3963724265512432,0.343805006373175,1.7422685477040205,0.9271935820579529,-0.33707186579704285,-0.16338501870632172,-1.3655240535736084,-0.16735796630382538,0.7588388323783875,0.21994686126708984,0.26125094294548035,0.4487396478652954 +138,1.3553948862630567,0.3681317345718428,1.8719381193307687,0.9114401340484619,-0.359872967004776,-0.199419304728508,0.029319625347852707,0.36507463455200195,-0.3253069221973419,-0.8388084769248962,0.7943670153617859,0.010301858186721802 +139,1.4803284853096363,0.33990148709300977,1.8842836625455452,0.9389320611953735,-0.33339422941207886,-0.08517565578222275,-0.2788065969944,3.077023983001709,-0.18603429198265076,0.6741355657577515,0.42160525918006897,-0.24157607555389404 +140,1.493199786820926,0.3108618919492246,2.028423429833621,0.9492053389549255,-0.3058793246746063,-0.07380323857069016,-1.7974580526351929,0.5743727087974548,-0.017916252836585045,0.3950786590576172,-0.1861097812652588,0.08793288469314575 +141,1.3839472514326099,0.31547982580248973,2.240919245686886,0.9341011047363281,-0.3102726638317108,-0.17659586668014526,-0.23922377824783325,-0.2536916136741638,0.37777605652809143,-0.9052619934082031,0.008377522230148315,0.2757474184036255 +142,1.3610959602414894,0.35092880163650014,2.1471601935958895,0.9184823036193848,-0.3437701463699341,-0.1954798698425293,1.741945505142212,-0.5668361783027649,-0.17087654769420624,-0.9117379188537598,0.09482300281524658,0.2236323356628418 +143,1.4591171164690797,0.3003716013530568,1.910438110071572,0.9492758512496948,-0.2958751916885376,-0.10645733773708344,1.6625291109085083,-2.6382269859313965,0.5162453055381775,1.6207771301269531,-0.8979419469833374,-0.5603517293930054 +144,1.3245951174141954,0.34830536704993365,1.950224032584779,0.9116084575653076,-0.3413054347038269,-0.22908660769462585,-1.4928158521652222,-0.24956491589546204,0.596664309501648,-0.3440272808074951,0.456310898065567,0.21997714042663574 +145,1.3512807429495997,0.3446702686329141,1.9790344163885336,0.918601393699646,-0.33788636326789856,-0.20494991540908813,0.012723086401820183,0.9173867702484131,-0.22725260257720947,-0.7809669971466064,0.6156573295593262,0.19071343541145325 +146,1.5039541243625987,0.3167750544743764,2.0324014828716233,0.9481229186058044,-0.31150370836257935,-0.06346917152404785,-1.8419750928878784,-0.37445175647735596,-0.30994096398353577,1.3595247268676758,-0.4211012125015259,-0.7428510189056396 +147,1.4723224399020658,0.28779071883141144,2.2174210328685002,0.9542279243469238,-0.2838344871997833,-0.0942714512348175,-2.0916571617126465,-0.24916888773441315,0.05389188975095749,-0.22473573684692383,-0.3340854048728943,0.4441096782684326 +148,1.366142778971797,0.31169858843828524,2.2559346887919984,0.931951105594635,-0.30667582154273987,-0.19343522191047668,1.238268494606018,-0.7993123531341553,0.24656423926353455,-1.0408072471618652,-0.13042744994163513,0.0697627067565918 +149,1.4355278987804447,0.3221448273853648,2.038319896038648,0.9398935437202454,-0.31660178303718567,-0.12791907787322998,2.586655855178833,1.929892897605896,-0.9755719304084778,0.9079762101173401,-0.5123776793479919,-0.17692099511623383 +150,1.420928453350272,0.3496403637663622,1.8683339604621483,0.9289650321006775,-0.34255996346473694,-0.1402737945318222,-0.12465912103652954,-0.9221163988113403,0.5702224969863892,0.27695232629776,0.04127514362335205,0.4284818172454834 +151,1.3483485626749725,0.3716106367546941,1.948265016137619,0.908785879611969,-0.363116592168808,-0.20555919408798218,0.1801869422197342,-0.05268038809299469,-0.3668133020401001,-0.8374510407447815,0.8060029745101929,-0.015662789344787598 +152,1.4760797437111672,0.3443200881102779,1.9594767318144009,0.9370860457420349,-0.33755674958229065,-0.08902396261692047,-0.4421318471431732,3.4066579341888428,0.08291199058294296,0.49337971210479736,0.38829225301742554,-0.15269052982330322 +153,1.4888199381005696,0.325674682858402,2.153962074783253,0.9442534446716309,-0.31994807720184326,-0.07758034765720367,-2.3045473098754883,0.7772989273071289,-0.13434073328971863,0.6356263160705566,-0.16181766986846924,0.18506324291229248 +154,1.389107811350099,0.31495533044430696,2.3993455137528494,0.9351599216461182,-0.3097740113735199,-0.17180243134498596,-0.5671135187149048,-1.120018482208252,0.3368408679962158,-0.9321997165679932,-0.04189532995223999,0.06436526775360107 +155,1.3264591443846152,0.3425301546552371,2.3462108544836817,0.9139313697814941,-0.3358713388442993,-0.22786001861095428,1.4921897649765015,-0.7277166843414307,-0.027890224009752274,-1.0027068853378296,0.05903109908103943,0.2958226501941681 +156,1.4479693342242372,0.3190579469576497,2.101956274142965,0.9423778653144836,-0.31367218494415283,-0.11633505672216415,1.9214611053466797,-1.4218857288360596,-0.09050253033638,2.069035768508911,-0.9024380445480347,-0.6757334470748901 +157,1.332126228249738,0.3789401531284023,2.0748619602503973,0.9027213454246521,-0.3699360191822052,-0.21963897347450256,-1.3375779390335083,-0.2112988531589508,0.5846680998802185,0.03833383321762085,0.3754597306251526,0.16882720589637756 +158,1.302630471960567,0.3721739542053414,2.112379251088066,0.8982444405555725,-0.3636414110660553,-0.24682365357875824,0.3434728682041168,0.18767490983009338,-0.5687470436096191,-0.89371258020401,0.7245880961418152,0.21885430812835693 +159,1.495280534012988,0.3501429195928225,2.097400769432321,0.9366466403007507,-0.3430320620536804,-0.07086637616157532,-0.2795031666755676,2.076115608215332,-0.4535370171070099,1.3435046672821045,0.13398662209510803,-0.6338760852813721 +160,1.468555864670199,0.31818662412424364,2.287538007693428,0.9448445439338684,-0.31284472346305847,-0.09693934768438339,-2.538606643676758,0.448346883058548,-0.057288073003292084,0.42074090242385864,-0.21712353825569153,0.1926729530096054 +161,1.3549664634103062,0.3173928094124604,2.4687382732749925,0.9280101656913757,-0.312090665102005,-0.2034614086151123,0.4818499982357025,-1.5181044340133667,-0.014062347821891308,-1.046769380569458,-0.009015321731567383,0.048905134201049805 +162,1.327635577931897,0.3387378002237274,2.3136107312272234,0.9154283404350281,-0.33229687809944153,-0.22708970308303833,2.3393139839172363,-0.039761390537023544,-0.6365645527839661,-0.5023272037506104,-0.15827316045761108,0.19190293550491333 +163,1.390946959965585,0.32686291367781883,2.0238209916238823,0.9317789673805237,-0.32107362151145935,-0.16941037774085999,1.5959917306900024,-1.1505998373031616,0.5126830339431763,0.8842000961303711,-0.36432069540023804,0.1925426721572876 +164,1.3323806637246165,0.3779639473836671,2.126894991842647,0.9031278491020203,-0.36902889609336853,-0.2194945067167282,-1.8220762014389038,0.059134192764759064,0.6584097743034363,-0.5777341723442078,0.6325024366378784,0.038754165172576904 +165,1.3460573923598418,0.3618664228010591,2.2118219783369435,0.9117186665534973,-0.3540203869342804,-0.20841947197914124,-0.5695306062698364,0.7867547273635864,-0.1958484649658203,-0.7541258931159973,0.7529919147491455,0.13867151737213135 +166,1.485116074119776,0.3083073261081461,2.2343058883214764,0.9493531584739685,-0.3034462034702301,-0.08154045045375824,-1.3229148387908936,-0.31724992394447327,-0.522040605545044,1.5993070602416992,-0.4939018189907074,-0.6300226449966431 +167,1.4038836793747267,0.27118034039397243,2.48648082035752,0.9500656127929688,-0.2678688168525696,-0.16006721556186676,-2.3003475666046143,-0.7293611168861389,0.45509305596351624,-0.252204954624176,-0.3155509829521179,0.25059765577316284 +168,1.328869966763515,0.30105303819702195,2.5553812314031026,0.9272127747535706,-0.2965260446071625,-0.22879846394062042,0.4797115921974182,-0.8889155983924866,0.4353574514389038,-0.9506045579910278,0.013155132532119751,0.0712057501077652 +169,1.3751216533049044,0.3128235853074287,2.3869447740254564,0.9333112835884094,-0.30774641036987305,-0.1849924623966217,2.5840656757354736,1.544651746749878,-1.4345670938491821,0.6511308550834656,-0.40047502517700195,-0.1263325810432434 +170,1.3530408121593411,0.3173761914387678,2.224027271633325,0.9276217818260193,-0.3120748698711395,-0.20524919033050537,-0.298388808965683,-0.8437885046005249,0.6420521140098572,0.580694317817688,-0.21543675661087036,0.5809205770492554 +171,1.307714341517721,0.3350297334283296,2.329874330195668,0.9119065403938293,-0.32879725098609924,-0.24559864401817322,-0.16280579566955566,0.5903751850128174,-0.05782525613903999,-0.8865312337875366,0.8015755414962769,0.1180046796798706 +172,1.3962479906385776,0.3211238764820888,2.3330346820977663,0.9344630837440491,-0.3156331777572632,-0.16478590667247772,-0.3835453391075134,1.9190281629562378,0.05773255228996277,-0.5517269372940063,0.37796536087989807,0.03813798725605011 +173,1.4411118162775933,0.3187748435386852,2.468043425915724,0.9416459202766418,-0.3134033679962158,-0.122806116938591,-1.6444106101989746,-1.0199307203292847,-0.06647684425115585,0.5945631861686707,-0.23243403434753418,-0.0848202109336853 +174,1.4413984863700717,0.30161285656223824,2.6202129371032923,0.9468757510185242,-0.29706063866615295,-0.12321212887763977,-2.0293819904327393,0.7333707809448242,0.40415385365486145,-0.528144121170044,-0.17596179246902466,0.21883898973464966 +175,1.4069389246036457,0.32783480961405126,2.6225316030139,0.9340605735778809,-0.3219939172267914,-0.15443739295005798,1.4226957559585571,-0.774182915687561,-0.015994608402252197,-1.1064238548278809,0.3395567536354065,0.05617082118988037 +176,1.480670580732038,0.2680589766023051,2.326998156445377,0.960373044013977,-0.26486024260520935,-0.08678945153951645,4.2903151512146,-0.3197219967842102,-1.206253170967102,2.4635465145111084,-1.0505846738815308,-0.7547479867935181 +177,1.3432357474717087,0.29979125492723774,2.178888115762081,0.9307677149772644,-0.2953207790851593,-0.21553944051265717,-1.3537707328796387,0.19139239192008972,0.747556746006012,0.11685502529144287,-0.07111907005310059,0.29180285334587097 +178,1.3103003420994512,0.326240550838888,2.295829212906006,0.9152957797050476,-0.3204841613769531,-0.24397456645965576,0.5834968090057373,-0.005856499075889587,-0.33557936549186707,-1.0718357563018799,0.7513618469238281,0.06503474712371826 +179,1.4347762404124895,0.3007304409601365,2.223425045025588,0.9462985396385193,-0.2962179481983185,-0.12951533496379852,0.884140133857727,2.6600043773651123,-0.32542330026626587,0.8715726137161255,0.1629171371459961,-0.20193606615066528 +180,1.4897589702395764,0.27663052341109495,2.326803014728526,0.9588241577148438,-0.2731158435344696,-0.07787111401557922,-1.6196898221969604,1.5050485134124756,-0.15523238480091095,0.560905396938324,-0.218125581741333,0.012395620346069336 +181,1.4196069802762052,0.25941277651185546,2.505191707503862,0.9555152058601379,-0.2565130293369293,-0.14557461440563202,-0.8384112119674683,-1.1254457235336304,0.2621338665485382,-0.9329473376274109,-0.22693121433258057,0.18857388198375702 +182,1.3601835726999616,0.30253370350911,2.4185962971470465,0.9334911108016968,-0.29793980717658997,-0.19956465065479279,1.9755361080169678,-0.529787003993988,-0.18899284303188324,-1.0313458442687988,0.13908058404922485,0.4015299677848816 +183,1.4739195246154764,0.2592350308285847,2.115613584137618,0.9620541930198669,-0.25634121894836426,-0.09349340200424194,2.360429286956787,-2.8400349617004395,0.05918547883629799,2.119595527648926,-0.9930179119110107,-0.6997194290161133 +184,1.3563132393531243,0.2983830933497905,2.0913789493645005,0.9339120388031006,-0.2939751446247101,-0.20343752205371857,-1.9395315647125244,-0.47735291719436646,0.5960639715194702,-0.15145665407180786,0.24703910946846008,0.38011908531188965 +185,1.327348197253952,0.30071136875362026,2.1874484313456466,0.9269618988037109,-0.2961997389793396,-0.23023362457752228,0.29441583156585693,0.49097487330436707,-0.28682607412338257,-1.0129908323287964,0.7340658903121948,0.18660876154899597 +186,1.4847103376687392,0.29891550136825423,2.140850263316501,0.9521175622940063,-0.2944839596748352,-0.08216705918312073,0.07149183750152588,3.543074607849121,0.5867167711257935,1.8342441320419312,0.009358227252960205,-0.39837801456451416 +187,1.5099950224113436,0.28734103167990416,2.2369298179899517,0.9572286605834961,-0.28340327739715576,-0.058272577822208405,-0.9804655909538269,1.6318269968032837,-0.19497564435005188,0.26669394969940186,-0.29557615518569946,0.2072288990020752 +188,1.425741539687676,0.28608151244207186,2.342040903252254,0.9492818713188171,-0.28219518065452576,-0.1386718451976776,0.2024686187505722,-1.9285106658935547,0.3270803987979889,-0.9941121339797974,-0.08792200684547424,-0.037948623299598694 +189,1.379836526211968,0.32835284553894345,2.275689537784516,0.9293684959411621,-0.3224843144416809,-0.17966116964817047,1.6035975217819214,-0.19207577407360077,-0.015261744149029255,-0.8547378182411194,0.16183975338935852,0.23065602779388428 +190,1.4558652670749554,0.30809001829801264,2.0214561378787144,0.9466277956962585,-0.3032391369342804,-0.10927852243185043,1.889198899269104,-2.7893104553222656,0.297183632850647,1.6440703868865967,-1.075209379196167,-0.6166583895683289 +191,1.3490753329154133,0.3588710306219533,2.0621873538161752,0.9133739471435547,-0.3512174189090729,-0.20589929819107056,-1.8296959400177002,0.0966445803642273,0.7425816655158997,-0.1796550750732422,0.3817502558231354,0.29162317514419556 +192,1.3334250762810014,0.35760357380616004,2.0913647752259714,0.9104716777801514,-0.35003042221069336,-0.22027252614498138,0.7457129955291748,-0.16572922468185425,-0.47277340292930603,-0.8349407315254211,0.6874785423278809,0.14516878128051758 +193,1.5078578372491853,0.35467966450327965,2.073726206295263,0.9359011054039001,-0.3472899794578552,-0.05898210406303406,-0.8647031188011169,2.840428352355957,0.2317311018705368,1.2826199531555176,0.12762445211410522,-0.49102091789245605 +194,1.4770018568797025,0.32686099018660203,2.229181479778563,0.9428920745849609,-0.3210718035697937,-0.08869832009077072,-0.9434105157852173,0.2915925085544586,-0.3742859661579132,0.40249061584472656,-0.2909124195575714,0.2807607054710388 +195,1.415605529158357,0.32140456435006026,2.36954497739409,0.9373900890350342,-0.315899521112442,-0.14665354788303375,-0.2028844952583313,-1.1658662557601929,0.2634626030921936,-0.9870727062225342,-0.1972687840461731,-0.10719168186187744 +196,1.3737771893760176,0.35979107294143586,2.2868592989545493,0.9178634881973267,-0.35207870602607727,-0.18321339786052704,1.8579447269439697,0.10263373702764511,-0.22814829647541046,-0.5769516825675964,0.047696441411972046,0.18934740126132965 +197,1.4580980075419947,0.3602906551341871,2.0930540603271135,0.9298579096794128,-0.35254624485969543,-0.10523934662342072,0.7569226026535034,-1.7644895315170288,0.36824896931648254,1.0020115375518799,-0.6348194479942322,-0.3196721076965332 +198,1.3328224422942527,0.39800797521009884,2.145252098549184,0.8958554267883301,-0.38758280873298645,-0.2173079252243042,-1.4750304222106934,0.08290975540876389,0.5017867088317871,-0.3262753486633301,0.39811134338378906,0.3306349515914917 +199,1.34888176965738,0.3946302571157571,2.1717151358592215,0.9005014896392822,-0.38446688652038574,-0.20318067073822021,0.2259330153465271,0.8141581416130066,-0.19975079596042633,-0.8322184085845947,0.6245028972625732,0.18738782405853271 +200,1.5446706701381976,0.4031514987040699,2.229990172749582,0.9195152521133423,-0.39231911301612854,-0.024028407409787178,-2.3055362701416016,1.0556645393371582,0.042628876864910126,1.6332342624664307,-0.08865314722061157,-0.7365154027938843 +201,1.4398814721224578,0.3649317327318635,2.4664021866391876,0.926154613494873,-0.35688552260398865,-0.1219448521733284,-2.926788806915283,-0.011719318106770515,0.0825503021478653,0.1303945779800415,-0.40884634852409363,0.5623287558555603 +202,1.38290616151576,0.3755168249815763,2.5769342591854447,0.9139450192451477,-0.36675339937210083,-0.1737709641456604,0.04255475476384163,-0.8628449440002441,0.2992510199546814,-0.9515732526779175,-0.011542469263076782,0.033329084515571594 +203,1.363660361497919,0.4117942204520212,2.424668991674191,0.8968150019645691,-0.40025418996810913,-0.18846578896045685,3.1128413677215576,1.2973788976669312,-0.6067348122596741,0.13885998725891113,-0.16087248921394348,0.006733611226081848 +204,1.415695818753528,0.42408357352541054,2.1276616982352903,0.9004755616188049,-0.4114857017993927,-0.1407950222492218,0.9873658418655396,-1.269609808921814,0.3328098952770233,0.6015843152999878,-0.5419750213623047,0.2563650608062744 +205,1.3313989262678743,0.46052203641581074,2.2177575167532786,0.8702727556228638,-0.444415807723999,-0.21241453289985657,-1.1841131448745728,-0.515754759311676,0.3741113245487213,-0.6465941667556763,0.7637364864349365,0.02500605583190918 +206,1.3641754869747684,0.4397863653565086,2.2500777087627313,0.8855963349342346,-0.4257461726665497,-0.1856318861246109,-0.44985535740852356,1.205741286277771,-0.06887517124414444,-0.7385780215263367,0.6822617053985596,0.2136165052652359 +207,1.536467414318511,0.43685390118199063,2.3755877779306944,0.9055533409118652,-0.42309093475341797,-0.031098879873752594,-2.8600025177001953,-0.7560574412345886,-0.2232094556093216,1.5511879920959473,-0.41240403056144714,-0.6219162344932556 +208,1.4767568370619726,0.38790336467203385,2.576552413601915,0.9216139912605286,-0.378248393535614,-0.0869244933128357,-2.106696844100952,0.7211752533912659,0.10454055666923523,-0.23992758989334106,-0.251542866230011,0.2941846251487732 +209,1.3491791882341855,0.40703396559533433,2.631217134405328,0.8958404660224915,-0.3958873748779297,-0.20184902846813202,0.7768760919570923,-1.3384383916854858,0.40907663106918335,-1.1777312755584717,-0.0023517608642578125,0.1905880570411682 +210,1.4415537840519814,0.42943452376239405,2.4074207746072434,0.9016184210777283,-0.41635674238204956,-0.11718063801527023,3.410158157348633,2.3064122200012207,-0.5876591801643372,0.7986074090003967,-0.5797370076179504,-0.37659382820129395 +211,1.391438360983845,0.4682217700626788,2.239684014881753,0.8780572414398193,-0.45130014419555664,-0.15919731557369232,-0.7114768624305725,-0.5401225686073303,0.6906863451004028,0.2916053533554077,-0.18943166732788086,0.654604434967041 +212,1.3301287696514918,0.48983944481749203,2.3934142996330974,0.8569766283035278,-0.4704842269420624,-0.21032293140888214,-0.8034602999687195,0.2683260440826416,0.10709405690431595,-0.8181124925613403,0.8651375770568848,-0.14864003658294678 +213,1.3743488854625805,0.46683111241310443,2.3988677075319673,0.8758231997489929,-0.4500587284564972,-0.17430119216442108,0.030942533165216446,0.8217495083808899,-0.13853462040424347,-0.4338371157646179,0.7014626264572144,0.2136688381433487 +214,1.5055905731201418,0.4399783526894204,2.455039454156174,0.9028382301330566,-0.42591989040374756,-0.058953821659088135,-1.8050731420516968,-0.45050352811813354,-0.39478451013565063,0.8434692621231079,-0.3332812488079071,-0.1671203374862671 +215,1.437568301474007,0.39078856009192187,2.6399814783688687,0.9164153337478638,-0.38091763854026794,-0.12281973659992218,-0.7655494213104248,-0.7144094109535217,0.1437283307313919,-0.8689757585525513,-0.17955294251441956,-0.043089091777801514 +216,1.3293145865219673,0.4324330840789301,2.608004125100726,0.8816044330596924,-0.4190811514854431,-0.21712838113307953,1.516435146331787,-0.6348416209220886,0.16810739040374756,-0.9994328022003174,0.2818130850791931,0.3752704858779907 +217,1.5076121546844115,0.43368994965292984,2.3284158185148733,0.9056106805801392,-0.4202219843864441,-0.05729652941226959,2.227950096130371,-0.9885602593421936,-0.19785381853580475,2.2449936866760254,-1.2334797382354736,-0.7272646427154541 +218,1.393361365823426,0.4906096293295265,2.2766813028392994,0.8681974411010742,-0.47116369009017944,-0.15568584203720093,-1.2773330211639404,0.05937529355287552,0.5791652202606201,0.06161212921142578,0.26117226481437683,0.18154948949813843 +219,1.3345592882214288,0.4878059010671455,2.3879663692051127,0.8588283658027649,-0.46868884563446045,-0.20674750208854675,0.0663442313671112,0.27577435970306396,-0.39092278480529785,-0.7417019605636597,0.867935061454773,0.039495959877967834 +220,1.4684922782815955,0.46304829009315307,2.3623545157966066,0.890017032623291,-0.44667747616767883,-0.0913713350892067,0.8408517241477966,3.254753828048706,-0.2085670679807663,0.8626989126205444,0.09763270616531372,-0.11265390366315842 +221,1.5136800500906964,0.4307853039299128,2.517348423443483,0.9071564674377441,-0.41758447885513306,-0.051869817078113556,-1.8800750970840454,0.9610855579376221,-0.41665729880332947,0.23330074548721313,-0.2908353805541992,0.10245274752378464 +222,1.4253822325448522,0.41731164953128613,2.649534815907205,0.9045335650444031,-0.40530428290367126,-0.13246692717075348,-0.31756216287612915,-1.1691406965255737,0.3042832612991333,-0.9536668658256531,-0.10696378350257874,0.18984001874923706 +223,1.3473912446674472,0.4583739273253217,2.5485869147557842,0.8744872212409973,-0.44249048829078674,-0.1986813247203827,2.2067711353302,-0.40140488743782043,-0.3996186852455139,-0.8746093511581421,0.19529810547828674,0.2842068076133728 +224,1.4902463248062725,0.4228096703330206,2.268745730407252,0.9089828729629517,-0.4103243052959442,-0.0733773410320282,1.2747210264205933,-3.276857376098633,0.23900394141674042,1.1813033819198608,-0.9430081844329834,-0.4194815158843994 +225,1.3584587337168454,0.45703710980522705,2.320047405240562,0.8772100806236267,-0.4412912428379059,-0.1891154795885086,-1.6528197526931763,0.23647284507751465,0.5376688838005066,-0.4150823950767517,0.37544959783554077,0.2490062713623047 +226,1.3868185871777998,0.46321207697984657,2.3917936383259204,0.8795240521430969,-0.44682401418685913,-0.1636635810136795,-0.04214376211166382,0.8374274969100952,-0.2600453794002533,-0.7312086820602417,0.9319161772727966,0.06678546965122223 +227,1.6102365715124547,0.45566272209103503,2.363559757959253,0.8972712755203247,-0.44005751609802246,0.03540696203708649,-0.37390032410621643,2.7050535678863525,-0.5851684808731079,1.5057896375656128,-0.22443220019340515,-0.5117253065109253 +228,1.5526325818705493,0.3978176116316959,2.5015586871104762,0.9217565059661865,-0.3874073028564453,-0.01674439199268818,-0.925287127494812,-0.17332647740840912,-0.7193629741668701,0.1258050799369812,-0.4737223982810974,0.12715697288513184 +229,1.428541559711297,0.39584049964830487,2.608767960313262,0.9133527874946594,-0.3855838179588318,-0.1308123618364334,0.17586705088615417,-1.2532432079315186,0.4771288335323334,-0.9599378108978271,-0.028127729892730713,0.1301867961883545 +230,1.3852266150005115,0.446849013785636,2.427710078517764,0.886330246925354,-0.43212607502937317,-0.16639040410518646,2.7798373699188232,-0.2837599217891693,-0.48987242579460144,-0.477913498878479,-0.06495946645736694,0.16059207916259766 +231,1.4816097408426518,0.4427598439882805,2.1690860543230626,0.8999815583229065,-0.428434818983078,-0.08047977834939957,1.320090889930725,-2.340587854385376,0.34766003489494324,0.9820985198020935,-0.8557754158973694,-0.15305602550506592 +232,1.3762040582258899,0.48839192629607087,2.202410005185087,0.8664216995239258,-0.46920642256736755,-0.17075976729393005,-1.5068367719650269,0.050285354256629944,0.5425103306770325,-0.4037599563598633,0.5605912804603577,0.19053518772125244 +233,1.395990176606725,0.4825047981056628,2.2631231254954987,0.8723356127738953,-0.463999480009079,-0.15406206250190735,-0.15161147713661194,0.8089078068733215,-0.2280983328819275,-0.7456113696098328,0.7814280390739441,0.09690260887145996 +234,1.5535206740268395,0.4735149814807237,2.3303060631268346,0.8898379802703857,-0.45601731538772583,-0.015374061651527882,-2.253682851791382,0.8996388912200928,-0.5895359516143799,1.9069606065750122,-0.5578528642654419,-0.6926947832107544 +235,1.4752059154248967,0.4223168780604908,2.5208893238887073,0.9079774618148804,-0.40987488627433777,-0.08705926686525345,-2.1127610206604004,-0.27202290296554565,-0.3553907573223114,-0.10344266891479492,-0.5246648788452148,0.46509575843811035 +236,1.3717411309534702,0.42196835317303805,2.630671789646444,0.8942704796791077,-0.40955695509910583,-0.1803981512784958,0.30315524339675903,-1.1713461875915527,0.4515824019908905,-0.8564439415931702,0.09737738966941833,0.05063742399215698 +237,1.37026475999338,0.4875482061711168,2.5951026264859465,0.8657797574996948,-0.46846118569374084,-0.17598141729831696,1.6432942152023315,2.4306890964508057,0.33169078826904297,0.7555580735206604,-0.5148456692695618,-0.31857120990753174 +238,1.2686463147929585,0.4748628807243173,2.4565450406935865,0.8490665555000305,-0.4572165012359619,-0.26464858651161194,-0.828376293182373,-0.8221718668937683,-0.1513301432132721,0.25881296396255493,-0.7011238932609558,0.39909377694129944 +239,1.2618979181643548,0.46578455221312953,2.552330836126175,0.8511808514595032,-0.44912391901016235,-0.2716231346130371,0.048472896218299866,-0.17796440422534943,-0.6382983922958374,-0.44337427616119385,0.7033505439758301,0.07582232356071472 +240,1.3000298207618923,0.3944493894294908,2.528634874437286,0.8895722031593323,-0.3842999041080475,-0.2469305843114853,0.37870439887046814,-0.5034030079841614,-1.478141188621521,-0.5141602754592896,0.3604199290275574,0.04076912999153137 +241,1.4252670212078782,0.3548028932546565,2.4623715885028528,0.9278026819229126,-0.3474055528640747,-0.13598383963108063,-2.2675108909606934,-0.11984354257583618,0.5231372117996216,1.0399858951568604,-0.1624058485031128,-1.0047937631607056 +242,1.5361138187944525,0.34632240134825387,2.6203538115386484,0.9400617480278015,-0.33944085240364075,-0.03261677920818329,1.206257939338684,-0.5642393827438354,-0.20203837752342224,0.4307878613471985,-0.7872376441955566,-0.529166042804718 +243,1.3499424610157462,0.3489589002144481,2.548162485137353,0.9169038534164429,-0.3419196307659149,-0.2058597356081009,2.5156078338623047,0.8656984567642212,-0.14456075429916382,-0.8022493720054626,0.0788276195526123,0.3524966835975647 +244,1.6105682978495484,0.36623913658655854,2.2189813935903966,0.9329424500465393,-0.3581065237522125,0.03712453693151474,2.1099345684051514,-1.1649421453475952,-0.716461181640625,1.5227155685424805,-1.0905629396438599,-0.6450499296188354 +245,1.4030519706530569,0.40130411847294095,2.176343379845435,0.9076314568519592,-0.3906191885471344,-0.15369431674480438,0.06535906344652176,-0.5737113356590271,0.31614619493484497,-0.05571800470352173,0.4291323721408844,0.4179307818412781 +246,1.4017375104625607,0.3624074920861969,2.1057896112047474,0.9217156171798706,-0.3545263707637787,-0.1573258489370346,0.884492814540863,0.7662513256072998,-0.6273831129074097,-0.5880516767501831,0.06251895427703857,0.2176133394241333 +247,1.5280528745755677,0.3163791592283533,2.088826696251536,0.9495000243186951,-0.3111274838447571,-0.04060964286327362,-1.1124851703643799,1.188401699066162,-0.5193346738815308,0.6202935576438904,0.34079059958457947,-0.22490853071212769 +248,1.4596776732855599,0.3033947964647957,2.242492649249424,0.9484422206878662,-0.29876166582107544,-0.10582553595304489,-1.5901813507080078,-0.048060838133096695,0.2871297597885132,0.37202298641204834,0.07880619168281555,0.334478497505188 +249,1.4161658596936821,0.30009016880583855,2.4218141728935674,0.9439116716384888,-0.2956063449382782,-0.1471320390701294,-0.41629132628440857,-0.105197973549366,0.09056807309389114,-0.474459707736969,0.020887106657028198,-0.1146935224533081 +250,1.3751876542780592,0.3220537994555504,2.3723468967526293,0.9304974675178528,-0.3165154457092285,-0.18437090516090393,1.0508615970611572,-0.20145204663276672,0.11603263020515442,-1.0568859577178955,0.14396902918815613,0.2822713255882263 +251,1.458426674835205,0.3393708042940095,2.1733765953750495,0.9370172619819641,-0.33289384841918945,-0.10573772341012955,1.3079015016555786,-1.9620118141174316,0.18343207240104675,1.4502356052398682,-1.051887035369873,-0.8297786116600037 +252,1.3381615670991196,0.3547852088473542,2.144717427832708,0.9124611616134644,-0.34738895297050476,-0.21618421375751495,0.024256695061922073,0.11927858740091324,-0.997133195400238,-0.14241111278533936,0.7773358821868896,0.658704400062561 +253,1.4440896382051929,0.28002906188009935,2.068694841038363,0.9533430933952332,-0.27638357877731323,-0.12144555896520615,0.02940843254327774,0.5022533535957336,-0.6264164447784424,-0.7648665308952332,0.40821951627731323,0.06791776418685913 +254,1.5341576966223456,0.25842189322968473,2.056125148923862,0.9661455750465393,-0.2555551528930664,-0.03541409969329834,-0.5184319615364075,0.5457249283790588,0.09494853764772415,0.8573406934738159,0.052689582109451294,-0.7040420770645142 +255,1.4009323192941754,0.32292365626538905,2.215274130735972,0.9346633553504944,-0.3173404633998871,-0.16031049191951752,-1.9882006645202637,-1.1598705053329468,1.2613240480422974,0.4931015372276306,-0.2367061972618103,0.1913316249847412 +256,1.321697132199214,0.4401793888549451,2.3333371716779725,0.8767522573471069,-0.42610177397727966,-0.22303052246570587,0.4601072371006012,-0.8682013154029846,1.3985834121704102,-0.699246883392334,0.13381969928741455,0.07489827275276184 +257,1.2238602395208298,0.6385859892780529,2.229203542625818,0.755099356174469,-0.5960606932640076,-0.2730138897895813,2.338559150695801,-1.3302103281021118,1.7587960958480835,-0.7468138337135315,0.36261647939682007,0.3437536358833313 +258,1.3769602781373653,0.8170249508266934,1.9873779682517472,0.6715766191482544,-0.729112982749939,-0.13183097541332245,2.8686020374298096,1.7370567321777344,0.48715072870254517,0.6516808867454529,-1.233640432357788,-0.46246838569641113 +259,1.3121660656321714,0.9812042062077608,2.1418413664175024,0.5375295281410217,-0.8311675190925598,-0.1422063410282135,-2.164820909500122,2.2568931579589844,0.9575795531272888,0.16443580389022827,0.4848235845565796,0.6129400134086609 +260,1.351247617950014,1.0439730554151294,2.1997555840504828,0.49072086811065674,-0.8644086718559265,-0.10950221121311188,0.3942641019821167,0.17776484787464142,0.7776546478271484,-0.38546574115753174,0.581403911113739,-0.13730871677398682 +261,1.4287404651918163,1.1957518673023928,2.1936363530461733,0.3626241385936737,-0.9304913282394409,-0.051862213760614395,0.26296722888946533,1.8503193855285645,2.273705244064331,0.3739939033985138,0.05401122570037842,-0.1509423851966858 +262,2.0121547315926778,1.5440231851509896,1.9695459357947942,0.024201299995183945,-0.9996415972709656,0.01143368799239397,1.5459836721420288,1.9685593843460083,-0.21326538920402527,-0.23271265625953674,-0.2160564661026001,-0.3414508104324341 +263,2.2814387954281816,1.4394114990510007,1.7849122918089821,0.09929576516151428,-0.9913814067840576,0.08545854687690735,-0.029389671981334686,1.2226580381393433,0.04376700147986412,-0.4553596079349518,0.4487331509590149,0.11853622645139694 +264,2.832675555471733,1.4602484395582003,1.2773314303360825,0.03354118391871452,-0.9938958287239075,0.10510066151618958,0.2207796275615692,-1.1840882301330566,0.4429650902748108,-0.013201236724853516,0.88539057970047,-0.3424663543701172 +265,2.7805327989517696,1.384079336095536,1.060927841687801,0.0655781626701355,-0.9826189875602722,0.173664852976799,0.543491542339325,-2.785745620727539,0.21501199901103973,-0.4284932315349579,-1.8519909381866455,0.09730064868927002 +266,1.6690983751580604,1.5554192482844567,2.1257383702270007,0.015305417589843273,-0.9998818039894104,0.0015094189438968897,-1.194219946861267,1.1076240539550781,0.6119728088378906,0.21687230467796326,0.2004891037940979,0.378556489944458 +267,0.20236431191387594,1.5407093731252326,-2.713802114210803,0.006046676076948643,-0.9995474219322205,-0.029471155256032944,0.44699275493621826,-0.6389659643173218,-0.5807716846466064,0.07407721877098083,0.9053396582603455,-0.004327058792114258 +268,2.1730474652541028,1.4782720886737508,1.6571589809330085,0.07613753527402878,-0.9957227110862732,0.05234049633145332,1.1140061616897583,1.156451940536499,-1.4122979640960693,0.176181823015213,0.4173840880393982,-0.05957317352294922 +269,2.3087653062909808,1.3053819404458886,1.7978501551530144,0.19406606256961823,-0.9649838805198669,0.17647825181484222,-2.598500967025757,1.4578832387924194,-0.1511543244123459,0.4433545768260956,-0.6250734925270081,-0.07512938976287842 +270,1.870085801093391,1.471847064438437,2.3512829299028377,0.09439714252948761,-0.9951084852218628,0.029126984998583794,-0.09342943876981735,0.7659155130386353,1.2361271381378174,-0.3087525963783264,0.5467900037765503,0.13215839862823486 +271,-0.19338374690150015,1.4794846262499521,-1.890307011201847,-0.01752381958067417,-0.9958339929580688,-0.08948437869548798,-1.3837428092956543,-1.6368120908737183,1.1318817138671875,-0.21598142385482788,1.057037115097046,-0.04549490660429001 +272,-1.0367011877959083,1.4983213287811061,-1.3316167877643967,-0.06232661008834839,-0.9973748326301575,-0.036861907690763474,4.360520839691162,-3.653005838394165,-0.7604256868362427,-0.5263116955757141,-2.766357898712158,-0.4583010673522949 +273,-0.8103116083958328,1.4238384518891287,-1.6893528469686843,-0.10608865320682526,-0.9892210960388184,-0.10093003511428833,-1.1723854541778564,0.08088215440511703,0.5175484418869019,-0.04948997497558594,0.10123586654663086,0.0663231611251831 +274,-0.5420193067477342,1.3878631966144759,-1.8606547236040585,-0.0938437208533287,-0.9833143353462219,-0.15584054589271545,-0.08666049689054489,0.6186332106590271,-0.3832741677761078,0.18326020240783691,0.9290845990180969,0.14284008741378784 +275,-0.12748347225553305,1.4033863309856474,-2.227590469699754,-0.021185027435421944,-0.9860196709632874,-0.1652773916721344,1.112152099609375,0.5482053756713867,-0.9701937437057495,0.2768460512161255,0.5266537666320801,-0.05185520648956299 +276,1.77280922199402,1.516164883034162,2.31066577489097,0.053494516760110855,-0.998508095741272,0.010956024751067162,-2.1658201217651367,0.9904413819313049,0.12352718412876129,0.28856176137924194,-0.6000179052352905,0.0686948299407959 +277,0.4353050977113678,1.5185271520051027,-2.3571015240702433,0.022030800580978394,-0.9986342787742615,-0.04737218841910362,-2.5889673233032227,1.5379339456558228,0.6685575842857361,-0.2002687156200409,0.6364059448242188,0.18810397386550903 +278,-0.16528675030984086,1.429645887144641,-1.8083558487540032,-0.023147115483880043,-0.9900547862052917,-0.13876453042030334,0.3722139894962311,-2.2725319862365723,-0.20619697868824005,-0.023849932476878166,1.127185583114624,-0.11227302253246307 +279,-0.9488910676190722,1.5286760376969224,-1.3231513360462517,-0.03422454744577408,-0.9991130828857422,-0.024531787261366844,2.685011863708496,-3.4037153720855713,0.026934556663036346,-0.47920316457748413,-3.529634475708008,-0.7515149712562561 +280,-0.3102113698019839,1.3920685302271854,-2.0041865609962666,-0.05426842346787453,-0.9840706586837769,-0.16929225623607635,-0.6412867307662964,2.1501052379608154,-0.2198994755744934,0.11515098810195923,0.24772727489471436,0.15095120668411255 +281,-0.037829285371911416,1.3640859685712048,-2.25865556423602,-0.007762289140373468,-0.9787113666534424,-0.20509470999240875,0.7086336612701416,0.18233826756477356,-0.34027883410453796,0.13827073574066162,0.8739750981330872,0.22909677028656006 +282,-0.16394252363729375,1.4663655909312217,-2.012764599674546,-0.017013218253850937,-0.9945520758628845,-0.10284410417079926,2.2513766288757324,1.443781852722168,0.493680864572525,0.38143888115882874,-0.25148069858551025,-0.23309338092803955 +283,0.7577688094941073,1.5341850727770558,-2.8974370823003786,0.025156525894999504,-0.9993298649787903,-0.026586515828967094,-1.168816328048706,0.42853039503097534,0.2931913733482361,-0.04030850529670715,-0.6883684396743774,0.34805870056152344 +284,-1.4006475867873998,1.4817369524823003,-0.6834129785258742,-0.08765794336795807,-0.9960368275642395,-0.01506050769239664,-0.8611149191856384,-0.1213390976190567,0.9001907706260681,-0.4009742736816406,0.852527916431427,0.35783398151397705 +285,-0.9489605131706854,1.3911107473183075,-1.3354483858436468,-0.14526565372943878,-0.9838999509811401,-0.10410958528518677,-0.479277104139328,-4.1134490966796875,0.1732046753168106,-0.10830490291118622,1.0575236082077026,-0.057084254920482635 +286,-2.5062545172179096,1.4502516715274436,-0.17497512539167645,-0.0713641569018364,-0.9927433133125305,0.09678822755813599,-1.227575421333313,-1.2041312456130981,0.09309674054384232,0.0190265029668808,-1.5466091632843018,0.16331303119659424 +287,-0.9118846758850395,1.3388773476641334,-1.9209120404640208,-0.18172962963581085,-0.9732271432876587,-0.14072459936141968,-0.6703998446464539,1.598113775253296,0.3064115047454834,0.05676014721393585,0.6344361901283264,0.7237018942832947 +288,-0.4402836946069784,1.3555899357780108,-2.2899022263272757,-0.09101391583681107,-0.9769323468208313,-0.19318334758281708,-0.38721925020217896,0.4965466558933258,-2.255641222000122,0.5342206954956055,0.8329961895942688,0.14293617010116577 +289,-0.837439162283357,1.5225546648420438,-1.818827941304124,-0.035825081169605255,-0.9988365769386292,-0.03227774053812027,4.155489921569824,1.457330584526062,-0.3651132881641388,0.25463610887527466,-1.2387731075286865,-0.5904334187507629 +290,1.908097183458322,1.5542805424644102,1.8646376743529576,0.015591178089380264,-0.9998636245727539,0.005467871204018593,-0.6652305722236633,-0.005041631869971752,-0.3036133348941803,-0.07474949955940247,-0.32545387744903564,-0.040318965911865234 +291,-1.5444729093261116,1.483897301235995,-1.0606822037677432,-0.0867588147521019,-0.9962266683578491,-0.002284316113218665,-0.9273748993873596,-0.8599694967269897,1.3102513551712036,-0.309466153383255,0.9230455756187439,0.40056920051574707 +292,-1.2213210288874237,1.4408484816334985,-1.5294564072393784,-0.12175047397613525,-0.9915686249732971,-0.04437001422047615,0.19129739701747894,-2.6169934272766113,-0.6501255035400391,-0.19634951651096344,0.9170904159545898,0.057278987020254135 +293,-2.724905614077217,1.4651370848265945,-0.13436397498520486,-0.04268420860171318,-0.9944232702255249,0.09643866121768951,-1.2007548809051514,-1.052415370941162,0.8123549222946167,-0.008188586682081223,-1.50835382938385,-0.17950749397277832 +294,-1.2393447876920418,1.4387600070039648,-1.6216472131271324,-0.12448723614215851,-0.9912958741188049,-0.04284197464585304,-1.7460795640945435,1.8281047344207764,0.4618645906448364,0.3660033643245697,0.6001215577125549,0.16324907541275024 +295,-0.4211830347002568,1.3878986683400882,-2.401620963845973,-0.07435991615056992,-0.9833207726478577,-0.16598482429981232,0.6950648427009583,0.005696379579603672,-0.7879974246025085,0.4714241027832031,0.9900956749916077,-0.07438689470291138 +296,-2.494921705817583,1.4693595338270846,-0.16801170473500807,-0.0610143281519413,-0.9948596954345703,0.08081746101379395,3.1432461738586426,4.4478230476379395,-0.8902881145477295,0.2479802817106247,-2.443082809448242,-0.29845356941223145 +297,-1.2675588395768769,1.5375539042784596,-1.181167007652513,-0.031718309968709946,-0.9994475245475769,-0.009924249723553658,-0.3317107856273651,0.38504573702812195,0.17269328236579895,-0.10423749685287476,-0.13548588752746582,-0.1429229974746704 +298,-1.6121640636958374,1.414936954902953,-0.9820498833574135,-0.15509703755378723,-0.9878785014152527,0.006419675424695015,-1.0703763961791992,-0.18047693371772766,0.03913411870598793,-0.5823755264282227,1.3604063987731934,0.5216412544250488 +299,-1.4543677085258417,1.465100542664219,-1.227643278272069,-0.10478522628545761,-0.9944193959236145,-0.012255425564944744,1.5668092966079712,-1.165158987045288,-1.1382781267166138,-0.5868041515350342,-0.3903767466545105,0.10302996635437012 +300,-2.1093293870402348,1.4965193727754076,-0.6452758187462813,-0.06370557844638824,-0.9972427487373352,0.03806008771061897,-1.5178325176239014,-2.325796604156494,1.4159332513809204,0.004135265946388245,-0.6111251711845398,-0.12543189525604248 +301,-0.7314883700678073,1.385862885913153,-2.015306781808112,-0.12282878905534744,-0.9829484820365906,-0.13684111833572388,-1.338091492652893,0.25121450424194336,-0.27874210476875305,0.25178080797195435,0.9037248492240906,-0.009811103343963623 +302,-0.310987861742892,1.4339995607196332,-2.489826726299748,-0.041729431599378586,-0.9906579256057739,-0.129829540848732,1.4902421236038208,0.12755540013313293,-0.8453294038772583,0.3858456611633301,0.8406029343605042,-0.1061629056930542 +303,-2.8564528215759144,1.4696466121278324,0.3388739177668201,-0.028403859585523605,-0.9948887228965759,0.0968993529677391,-1.066008448600769,1.682183861732483,-0.2528652548789978,0.2912364900112152,-0.670592725276947,-0.18570555746555328 +304,-2.429703282572233,1.5463412655042692,0.037796695755566795,-0.015974100679159164,-0.9997009634971619,0.018513845279812813,0.37447696924209595,-0.4482133090496063,1.580636739730835,-0.14784425497055054,0.34595346450805664,-0.09299206733703613 +305,-1.219142269501805,1.4440424361670785,-1.3435546944174794,-0.11867911368608475,-0.9919774532318115,-0.04354385286569595,-0.9937741756439209,-1.0580941438674927,-0.09394073486328125,-0.6011084914207458,1.2620275020599365,0.28473949432373047 +306,-2.0319879557699516,1.4755842832430621,-0.7118186348139164,-0.08513589203357697,-0.9954707622528076,0.04230690002441406,2.8749501705169678,-0.6403918266296387,-1.535908818244934,-0.7566762566566467,-1.6517460346221924,0.10228538513183594 +307,-1.958901436755826,1.4687877531894775,-0.8176934480777357,-0.09425950050354004,-0.9948016405105591,0.038537200540304184,-1.3330944776535034,-0.20033271610736847,1.0441408157348633,0.29384446144104004,-0.25879955291748047,0.2540196180343628 +308,-0.7962498305458308,1.4056788549055659,-1.9538498964364814,-0.11748005449771881,-0.9863990545272827,-0.11495762318372726,-1.3602502346038818,-0.6800984144210815,-0.5129489898681641,0.2593715488910675,0.985895574092865,-0.13621729612350464 +309,-0.4145558353531053,1.4499532801512967,-2.401676937173068,-0.04855573922395706,-0.992707371711731,-0.11033929884433746,1.662137508392334,-0.509401798248291,0.3431808054447174,0.534746527671814,0.7622537612915039,-0.19726265966892242 +310,-2.781619337917301,1.4014776231047332,0.22353730795404672,-0.059357862919569016,-0.9856997728347778,0.157710462808609,-0.8853822350502014,2.2976787090301514,-0.4640008211135864,0.21429559588432312,-0.7512691617012024,-0.17559385299682617 +311,-2.1323567313477136,1.4797063845597933,-0.2566592514901619,-0.07699540257453918,-0.9958541989326477,0.048439763486385345,0.0853784903883934,0.04640613868832588,1.9417273998260498,-0.11480758339166641,0.39952534437179565,-0.07408975809812546 +312,-1.4192816867891085,1.4193540945374712,-1.105174014795888,-0.1491355150938034,-0.9885545372962952,-0.022770728915929794,-0.8507989048957825,-1.5109435319900513,-0.5165696740150452,-0.4449349045753479,1.251051425933838,0.1954086422920227 +313,-2.783067434629611,1.4350137291435492,0.11554611070277641,-0.04749920219182968,-0.9907956719398499,0.12675917148590088,4.1499505043029785,2.055117130279541,-2.2742671966552734,-0.9522414207458496,-2.894824504852295,0.17035996913909912 +314,-1.9701829380587743,1.5051492752334406,-0.7889191627577715,-0.0604364387691021,-0.9978460073471069,0.02550842985510826,-1.0912553071975708,-0.7545526623725891,0.8561787009239197,-0.017032425850629807,-0.008776247501373291,0.24892091751098633 +315,-0.5959616378796717,1.4477659816812694,-2.1230929174478628,-0.06888379901647568,-0.9924412965774536,-0.10156487673521042,-0.8889659643173218,-0.28829628229141235,-0.5629177093505859,0.21967114508152008,0.9768468141555786,-0.051373958587646484 +316,0.1513236356737047,1.550094888095261,-2.9212108972266235,0.003121084300801158,-0.9997857213020325,-0.02046755515038967,4.192404270172119,1.9089622497558594,-0.4915607273578644,0.5635293126106262,-0.53025883436203,-0.43868470191955566 +317,3.058841192712369,1.4460697218405336,0.7502469446854343,0.01028294488787651,-0.9922317266464233,0.12397923320531845,-2.142011880874634,1.61578369140625,-1.03282630443573,0.06312710046768188,-0.4398667812347412,0.12301482260227203 +318,-2.571204372057209,1.4688533419440286,0.1330577475481774,-0.0549498088657856,-0.9948083162307739,0.08565611392259598,-0.5951234102249146,-2.6708781719207764,1.6303651332855225,-0.318844735622406,0.7714349031448364,0.2207556962966919 +319,-1.3801493327563892,1.4669599026743447,-1.241374617195518,-0.10177288204431534,-0.9946138262748718,-0.01964123547077179,-0.3461874723434448,-1.5359748601913452,-0.08092726767063141,-0.30794090032577515,1.2006378173828125,0.1018250584602356 +320,-3.032543792418373,1.4160449384184328,0.283941709172318,-0.016774868592619896,-0.9880498647689819,0.15321868658065796,1.7076284885406494,-0.14017678797245026,-1.1176857948303223,-0.44436100125312805,-2.7801995277404785,0.10340367257595062 +321,-1.6491375713915102,1.4839464015934078,-1.1548970743000966,-0.0864749327301979,-0.9962309002876282,0.00678844703361392,-1.9111076593399048,1.3016077280044556,0.7015567421913147,0.2619205117225647,0.24755841493606567,0.3384110927581787 +322,-0.5130901105089721,1.4244509823627456,-2.2325859650373276,-0.07158061116933823,-0.989310622215271,-0.12704601883888245,-0.04501070827245712,-1.1962748765945435,-0.9526238441467285,0.24023601412773132,1.0181039571762085,-0.13853323459625244 +323,-1.641143590854802,1.5142514647210106,-1.18423881981157,-0.056375764310359955,-0.9984017610549927,0.003972435835748911,3.5740480422973633,1.9745335578918457,0.4736953377723694,0.6153051853179932,-0.5007132291793823,-0.06380212306976318 +324,3.0771458985970126,1.4682295064467012,0.727738709895044,0.006593917962163687,-0.9947446584701538,0.1021740585565567,-1.6378978490829468,1.9792507886886597,-1.3011224269866943,0.045026570558547974,-0.4005189538002014,0.007002584636211395 +325,-1.958872342482884,1.4691524183018825,-0.5355762760062852,-0.0939241275191307,-0.9948387145996094,0.03839689865708351,-1.4221065044403076,-3.537813663482666,1.5991997718811035,-0.6677488088607788,0.9986228942871094,0.226892352104187 +326,-1.2376878242195828,1.4293859018058361,-1.4827866324673984,-0.13319295644760132,-0.9900181889533997,-0.04608500003814697,0.13429439067840576,-1.3781547546386719,-0.005733019672334194,-0.13234052062034607,0.9962131381034851,0.21174967288970947 +327,-2.793168663534416,1.4179720516952976,0.05945859342102229,-0.051974039524793625,-0.9883450865745544,0.14308318495750427,1.1838998794555664,0.24789805710315704,-1.2232939004898071,-0.2652256488800049,-2.6461305618286133,-0.11749410629272461 +328,-1.3687589518737813,1.4611765266786787,-1.4026858045419652,-0.10717516392469406,-0.9939977526664734,-0.021952904760837555,-2.092136859893799,0.9346205592155457,0.606670618057251,0.39185839891433716,0.30071473121643066,0.5799973607063293 +329,-0.36581196769258906,1.4174431527403857,-2.34108443754184,-0.05464080721139908,-0.9882644414901733,-0.14264559745788574,0.6763817071914673,-0.7234229445457458,-1.2196531295776367,0.34129244089126587,0.9513229131698608,-0.053796038031578064 +330,-2.6987647011652705,1.5222789213671244,-0.028782190077685278,-0.020780611783266068,-0.9988232851028442,0.043818775564432144,4.112858772277832,1.4605673551559448,-0.4931790828704834,0.43278318643569946,-0.886369526386261,-0.3716691732406616 +331,2.7103348055051426,1.4887758812165202,1.0916198596918911,0.034247927367687225,-0.9966381788253784,0.07442867010831833,-1.573133111000061,2.101315975189209,-0.5830487012863159,0.017982903867959976,-0.32062268257141113,-0.13109982013702393 +332,-1.884840938138736,1.5052681370218777,-0.5386803983029407,-0.06227891892194748,-0.9978538155555725,0.02022775448858738,-1.0993388891220093,-2.6839025020599365,1.551027536392212,-0.6066816449165344,0.98923259973526,0.28964781761169434 +333,-0.9845300835730875,1.4747462736441113,-1.677531652724809,-0.07988814264535904,-0.9953907132148743,-0.05305862799286842,0.48101806640625,-2.4608590602874756,-0.519344687461853,-0.35625386238098145,0.784453272819519,0.09399795532226562 +334,3.1330664487253976,1.4405941654052616,0.3983704976759686,0.0011069788597524166,-0.9915356636047363,0.12982939183712006,-1.8203078508377075,-0.3865997791290283,0.29535719752311707,0.12351155281066895,-1.1870684623718262,-0.012626662850379944 +335,-0.9521427786784621,1.4986345047795684,-1.7888720920245225,-0.05873622000217438,-0.9973974823951721,-0.04181303828954697,-1.6108392477035522,0.661983072757721,0.11083636432886124,0.3334401845932007,0.6195440888404846,0.18642055988311768 +336,-0.14040358623175198,1.450265214019565,-2.5161850794369567,-0.016826696693897247,-0.9927449226379395,-0.11905665695667267,0.39430102705955505,0.1443907618522644,-0.3533899486064911,0.45620352029800415,1.028252124786377,-0.036384642124176025 +337,3.006119923933289,1.4114937152253642,0.6625231038969913,0.02142445370554924,-0.987338125705719,0.15717720985412598,2.1772620677948,2.1268415451049805,-1.6040730476379395,0.33619579672813416,-2.2938661575317383,0.3173863887786865 +338,2.24098524948138,1.5159749790153243,1.633919055568161,0.04294322431087494,-0.9984976649284363,0.03403515741229057,-0.8640386462211609,2.031933307647705,0.7003379464149475,-0.12326547503471375,-0.03350001573562622,-0.1518329381942749 +339,-1.1784548982199194,1.477186962178005,-1.3399369065523268,-0.08637034893035889,-0.9956218600273132,-0.035739585757255554,-1.6748982667922974,-2.9007411003112793,0.3662540912628174,-0.6599980592727661,1.265122652053833,0.5995823740959167 +340,-1.0293814507173966,1.478923283380122,-1.6644338691463845,-0.07862312346696854,-0.9957826137542725,-0.04728037118911743,1.9148541688919067,-1.2707159519195557,-0.7932016253471375,-0.49826592206954956,0.14972853660583496,0.35060983896255493 +341,-2.3535743258140878,1.500971294161406,-0.383860788488662,-0.04946117475628853,-0.9975632429122925,0.049202658236026764,-2.2338316440582275,0.0854826271533966,0.9730380177497864,0.13056164979934692,-0.598383903503418,-0.23008036613464355 +342,-0.4504407255409511,1.4120766853631581,-2.2805477320624092,-0.06881079077720642,-0.9874304533004761,-0.14228901267051697,-1.3033462762832642,1.1537730693817139,-0.17098718881607056,0.4083493649959564,0.6958960294723511,0.21792685985565186 +343,0.008970958309105303,1.4623977120307332,-2.7986332811362487,0.0009705269476398826,-0.9941306114196777,-0.10818252712488174,1.3265395164489746,-1.402543306350708,-0.4089851379394531,0.2903960347175598,0.9452109336853027,0.022962212562561035 +344,3.0870345409169997,1.3699683087855905,0.5123677371236843,0.010877911932766438,-0.9799017310142517,0.19918425381183624,-0.8765097856521606,2.87156343460083,-0.689062774181366,0.39215248823165894,-1.309633731842041,-0.08698642253875732 +345,-2.4990236124046294,1.5336610953104077,0.01696837429971571,-0.022249452769756317,-0.9993105530738831,0.02972361445426941,-0.7511206865310669,1.7807317972183228,1.3158941268920898,-0.032178670167922974,0.11323267221450806,0.0514988899230957 +346,-1.1472639424915758,1.4102270574099645,-1.4737328517125732,-0.14575345814228058,-0.9871364235877991,-0.06570800393819809,-1.1308586597442627,-2.7960429191589355,0.3209714889526367,-0.4567245841026306,1.2046352624893188,0.2628820538520813 +347,-1.6851607754656739,1.4634592208762562,-1.1141190059766575,-0.10643099993467331,-0.9942448735237122,0.012225267477333546,3.990283727645874,-0.21430490911006927,-0.9860870242118835,-0.9608297348022461,-1.632464051246643,-0.23865044116973877 +348,-1.884011400144483,1.4628716167953042,-0.9609683313874599,-0.10247636586427689,-0.994181752204895,0.03318965062499046,-2.7808399200439453,0.23720505833625793,1.244084358215332,0.3926374912261963,-0.32407093048095703,0.009107712656259537 +349,-0.44571528491159135,1.343134291029464,-2.3290944647442027,-0.09730048477649689,-0.97419673204422,-0.20365062355995178,-0.21261177957057953,0.553330659866333,-1.2881122827529907,0.3259534239768982,0.975386917591095,0.00041878223419189453 +350,-0.5108648161977326,1.4955740249986484,-2.316406211677847,-0.03674330562353134,-0.9971721172332764,-0.065555140376091,2.942549705505371,-0.5818231105804443,0.291527658700943,0.38023391366004944,0.4423931837081909,-0.1615566611289978 +351,-3.1208015661742827,1.4842963512523615,0.48215940031529636,-0.001796051161363721,-0.9962611794471741,0.08637318015098572,-2.317293405532837,3.0448060035705566,-0.11392547935247421,0.27781230211257935,-0.7444766759872437,-0.5291680097579956 +352,-0.4458237815022094,1.4961205618672047,-1.9712837219036459,-0.03216972202062607,-0.9972130656242371,-0.06731268763542175,-1.6064329147338867,0.8383615612983704,1.0153543949127197,-0.16265448927879333,0.6068933606147766,0.26531070470809937 +353,-0.7199822889701445,1.3585783252586756,-1.8430089170479438,-0.13888242840766907,-0.977566123008728,-0.15835419297218323,-0.11902781575918198,-1.829105257987976,-0.3827516734600067,-0.47322386503219604,1.36674165725708,0.3087906241416931 +354,-2.640443198419596,1.464619254315322,-0.1073487567898337,-0.05091550573706627,-0.9943684935569763,0.0929461196064949,3.9841020107269287,-2.4677653312683105,-1.1330069303512573,-0.4751770496368408,-1.925339698791504,-0.19525635242462158 +355,-0.9814955973505396,1.4709865542213594,-1.8192763753881371,-0.08283732831478119,-0.9950231313705444,-0.05538034439086914,-2.791078805923462,0.3889847993850708,0.6558213233947754,0.1994297206401825,0.22791802883148193,0.23303842544555664 +356,-0.17229300756028462,1.3342643317321874,-2.5553460455352135,-0.040174417197704315,-0.9721564650535583,-0.23086313903331757,0.28687751293182373,0.11841119080781937,-1.2811614274978638,0.2018870711326599,1.0679664611816406,0.08041149377822876 +357,0.14119781832405004,1.527034905586837,-2.8719766532325135,0.00615675700828433,-0.9990426301956177,-0.043313611298799515,5.344555854797363,2.4337124824523926,0.5383720993995667,0.6147691607475281,-1.1294821500778198,-0.4275115728378296 +358,2.2078959286882966,1.5271567935217487,1.6661241754115401,0.035064831376075745,-0.9990479350090027,0.025949563831090927,-1.5057176351547241,2.5778682231903076,-0.08316050469875336,0.12150558829307556,-0.4783841371536255,-0.2096959352493286 +359,-1.403569535046852,1.4699306703433412,-0.8975342769559508,-0.09929092973470688,-0.9949173927307129,-0.016760632395744324,-0.8757590055465698,-1.9764517545700073,1.736629605293274,-0.4575023055076599,0.9882034063339233,0.20741921663284302 +360,-0.9264461223972549,1.4236664223782312,-1.507481596105278,-0.11720509827136993,-0.9891958832740784,-0.08805941790342331,0.11610186845064163,-0.9865138530731201,-0.4208216667175293,-0.27897408604621887,1.0879966020584106,0.005616195499897003 +361,3.05974480789369,1.4541365013321756,0.6915258476535856,0.009515983983874321,-0.9932029843330383,0.116004578769207,0.24634024500846863,0.5156616568565369,-0.8248627781867981,0.15256288647651672,-2.83939266204834,0.4641803205013275 +362,-0.3632045894703745,1.4626617641270439,-2.187108452319969,-0.03834225609898567,-0.9941591620445251,-0.10088317841291428,-1.9294195175170898,-0.009319283999502659,-0.017951346933841705,0.25510862469673157,0.5446810126304626,0.4438397288322449 +363,0.09132191887381473,1.3221481102643051,-2.6273143121982883,0.022442542016506195,-0.969245970249176,-0.24506843090057373,0.19620294868946075,-0.19993837177753448,-1.01384699344635,0.2084992527961731,1.1011277437210083,0.30839240550994873 +364,0.7337671570955087,1.5569671997625494,3.030628063914862,0.009264755062758923,-0.9999043941497803,-0.010274482890963554,6.541522026062012,1.5581562519073486,-0.670383095741272,0.4661228358745575,-1.7867168188095093,-0.4703010320663452 +365,2.4043330308824866,1.4690345240411657,1.468225378115216,0.06829297542572021,-0.9948267340660095,0.07520615309476852,-2.227703332901001,2.262005567550659,0.32540205121040344,0.06503832340240479,-0.386261522769928,-0.22257554531097412 +366,-1.137437968933905,1.5104661368495917,-1.1844063367578828,-0.054720524698495865,-0.9981806874275208,-0.025318751111626625,-0.7232657074928284,-2.01180362701416,1.470768928527832,-0.42176568508148193,0.9328883290290833,0.02031385898590088 +367,-0.675732625628533,1.4644368640743528,-1.9177647688215733,-0.06639884412288666,-0.9943491816520691,-0.0828300341963768,0.11747658252716064,-2.344287872314453,-0.9044116735458374,-0.43027472496032715,0.7855937480926514,0.1989646553993225 +368,2.8247624227904438,1.4739830936294755,0.7355091160595449,0.03011626936495304,-0.995317280292511,0.0918528363108635,-1.5520873069763184,-1.0369092226028442,-0.001975120510905981,0.12218170613050461,-1.1708664894104004,-0.021875955164432526 +369,-0.30845194078155985,1.4788575448524657,-2.439172536528114,-0.027871841564774513,-0.9957765936851501,-0.08747635781764984,-1.457279086112976,0.24249020218849182,-0.022207772359251976,0.27263808250427246,0.6228976249694824,0.19677501916885376 +370,0.05990612247400001,1.4531463180539876,-2.7546563167308675,0.0070274933241307735,-0.9930872321128845,-0.11716806888580322,0.8155027627944946,0.13618957996368408,0.10204054415225983,0.4668799638748169,1.0550074577331543,0.05547678470611572 +371,2.849754541311409,1.4074735177608504,0.8285266467048829,0.0467815101146698,-0.9866924285888672,0.15572258830070496,0.4374178349971771,-0.2068353295326233,-1.303840160369873,0.5147418975830078,-2.048067092895508,-0.09003353118896484 +372,2.2319704156713365,1.533634723778324,1.6517859351932176,0.02932521514594555,-0.9993095993995667,0.022814663127064705,-0.478181391954422,2.229454278945923,1.3311808109283447,-0.0831734836101532,0.11303335428237915,-0.08282744884490967 +373,-1.0004681951041834,1.4647161136045779,-1.494245464051801,-0.08912219852209091,-0.9943787455558777,-0.05716579034924507,-1.5200021266937256,-2.2532989978790283,-0.657078742980957,-0.8404584527015686,1.4532716274261475,0.523047149181366 +374,-1.1246736571414921,1.5128173846643524,-1.5867625008376325,-0.052274420857429504,-0.998319685459137,-0.02500190958380699,2.5732293128967285,-1.8860275745391846,-0.4496549367904663,-0.6528647541999817,-0.36294734477996826,0.11689037084579468 +375,-2.9248184017490426,1.4928277819686366,0.21808682754519454,-0.0167526938021183,-0.9969620108604431,0.07606742531061172,-2.212459087371826,0.9167455434799194,0.794459342956543,0.376188725233078,-0.5998550057411194,-0.38691937923431396 +376,-0.46245143715225584,1.4322798647271395,-2.150483576302114,-0.06160074099898338,-0.9904219508171082,-0.12357079237699509,-1.4981086254119873,2.0662460327148438,0.16830624639987946,0.4250193238258362,0.9223677515983582,0.13306176662445068 +377,-0.580955095100996,1.4448282223560194,-2.0278821818258073,-0.06895114481449127,-0.9920765161514282,-0.10502289980649948,2.178684711456299,-0.14710086584091187,0.3476680517196655,0.5522580146789551,0.603892982006073,-0.12285184115171432 +378,2.740302242019967,1.4958007488682348,1.082681444269682,0.02926628850400448,-0.9971891641616821,0.06897300481796265,-2.0301666259765625,2.350545644760132,-0.8148723840713501,0.22039800882339478,-0.7772554159164429,-0.24483060836791992 +379,-2.3455214387353087,1.5287998660349433,0.09345289466838107,-0.030003340914845467,-0.9991182684898376,0.029369626194238663,-0.5001968741416931,-1.5273516178131104,1.7411057949066162,-0.3148605525493622,0.6552919745445251,-0.19375252723693848 +380,-0.539733614561678,1.4724702550198523,-1.9572057005950012,-0.05044955760240555,-0.9951698780059814,-0.08421346545219421,-0.5016523599624634,-1.8690605163574219,-0.4519815444946289,-0.42686063051223755,1.0754005908966064,0.2341005802154541 +381,3.0247928168071887,1.4562685653035563,0.532773495267991,0.013317277655005455,-0.9934488534927368,0.1134989932179451,3.2700371742248535,-1.6616772413253784,-1.3417140245437622,-0.5161096453666687,-2.2681171894073486,-0.055195100605487823 +382,-2.643259889706944,1.5397276121038166,-0.08521561679674855,-0.014848312363028526,-0.9995173811912537,0.027287688106298447,-1.6837667226791382,-0.506636917591095,0.179052472114563,0.24377591907978058,0.35820573568344116,-0.18993115425109863 +383,-0.22271963667031722,1.4532059228038172,-2.5287002015973084,-0.025914054363965988,-0.9930942058563232,-0.11442255973815918,-0.7448735237121582,-0.2397761195898056,0.41959935426712036,0.4262588918209076,1.0034548044204712,-0.019656434655189514 +384,-1.7519756737299477,1.50538684854654,-0.8837836565713464,-0.06429442763328552,-0.9978615641593933,0.01177797932177782,4.7969441413879395,2.9875214099884033,-0.37033718824386597,0.6587768197059631,-1.3440117835998535,-0.41215336322784424 +385,-2.7553248787273983,1.5046288038064952,0.24659243475173231,-0.02490879036486149,-0.9978117346763611,0.061246294528245926,-1.3268365859985352,2.595240354537964,0.4752403497695923,-0.005395170301198959,-0.33507388830184937,0.05102788656949997 +386,-1.4925679543569603,1.3952202427214329,-0.9792315491387528,-0.17414088547229767,-0.984626054763794,-0.013650614768266678,-1.826316237449646,-3.869724750518799,0.2393055111169815,-0.647071897983551,1.3046945333480835,0.12751173973083496 +387,-1.0318672984457613,1.4154617737993502,-1.667850725150041,-0.1327819675207138,-0.9879598021507263,-0.07940026372671127,0.43857309222221375,-2.912198305130005,-0.5326114296913147,-0.2538604736328125,0.8347158432006836,0.06665915250778198 +388,-2.8542376815116315,1.3981327395307466,0.021223055617384853,-0.0486929714679718,-0.9851306676864624,0.16476240754127502,-1.1760237216949463,0.6639317870140076,0.19607827067375183,0.0650656521320343,-1.71746027469635,0.09121906757354736 +389,-1.372105826173037,1.4509456701197434,-1.3588668666809733,-0.11721133440732956,-0.992826521396637,-0.02360016107559204,-1.5931421518325806,1.8132528066635132,0.3136405944824219,0.43180179595947266,0.5586529970169067,0.22518402338027954 +390,-0.8054477399146143,1.3873835788905335,-1.7585875147334216,-0.13152630627155304,-0.9832269549369812,-0.12635518610477448,0.3799888491630554,0.9516881704330444,0.2199261635541916,0.6114457249641418,1.067302942276001,0.15641498565673828 +391,-2.714018340219919,1.436498435761782,0.22419181381599246,-0.05552133172750473,-0.9909955859184265,0.12184056639671326,3.841860771179199,-0.5393123626708984,-2.6921935081481934,0.5494331121444702,-1.5801713466644287,-0.12728798389434814 +392,-3.0395485708611307,1.4608888767325605,0.6854676180640729,-0.011173517443239689,-0.993966281414032,0.10911664366722107,-0.9431524872779846,1.9554251432418823,1.8342000246047974,-0.07757160067558289,-0.16283321380615234,-0.34141647815704346 +393,-1.6675452615155502,1.3925468417476559,-0.8114353783979538,-0.1764780730009079,-0.9841555953025818,0.017127538099884987,-2.302023410797119,-3.450573205947876,-0.023580854758620262,-0.5687001347541809,1.336206316947937,0.33387041091918945 +394,-1.2733841196203592,1.395979987303704,-1.4311696147058754,-0.16629090905189514,-0.9847584962844849,-0.050968676805496216,1.0821424722671509,-2.384783983230591,-1.1356374025344849,-0.44909602403640747,0.2644827365875244,0.3065076470375061 +395,-2.760349279972313,1.45589994973877,0.05606710677753649,-0.04265619441866875,-0.9934066534042358,0.10641297698020935,-2.725003480911255,0.11041545867919922,1.151085615158081,0.11196160316467285,-0.9953933954238892,-0.30662357807159424 +396,-0.9203535069976809,1.4494118333229327,-1.7027352317142612,-0.09636212885379791,-0.9926419258117676,-0.07332226634025574,-1.8682037591934204,1.9742170572280884,0.23734329640865326,0.3226347267627716,0.7980924844741821,0.19252395629882812 +397,-0.2487970276037957,1.414972583464724,-2.298901306953342,-0.03821466118097305,-0.9878840446472168,-0.1504153460264206,0.8932848572731018,0.33718040585517883,-0.7998830676078796,0.37111565470695496,1.0338587760925293,0.2035617232322693 +398,2.933793208152914,1.3809608936779822,0.8279621110643519,0.03892955929040909,-0.9820352792739868,0.1846376657485962,3.7588911056518555,1.4527056217193604,-2.3625879287719727,0.6880906820297241,-2.137852907180786,0.2747281789779663 +399,2.872615012133446,1.4241331573254716,1.0806337286505368,0.03883584961295128,-0.9892642498016357,0.14088428020477295,-0.5704590678215027,2.0683937072753906,1.7441798448562622,-0.08825907111167908,-0.3314298987388611,-0.25889575481414795 +400,-1.882733755391431,1.4746987077504443,-0.6293286469445857,-0.09131957590579987,-0.9953861832618713,0.029447373002767563,-1.8991601467132568,-1.1989991664886475,0.4010523855686188,-0.6074414253234863,1.154275894165039,0.4306967258453369 +401,-1.2202152069099135,1.4731391887285648,-1.3363514526455518,-0.09157208353281021,-0.9952353239059448,-0.0334867388010025,0.2637966275215149,-2.0673670768737793,-0.19165438413619995,-0.2141682654619217,1.0053671598434448,-0.05655539035797119 +402,-3.070826645417622,1.4044960673378366,0.31815500958954646,-0.01170447375625372,-0.9862039685249329,0.16512064635753632,-0.24021676182746887,-0.5845347046852112,-0.3799910247325897,-0.037383049726486206,-2.482271432876587,0.20946741104125977 +403,-1.9678107161766436,1.4981661743986514,-0.8182171307500256,-0.06692153960466385,-0.9973635673522949,0.028058750554919243,-1.4455236196517944,1.4871349334716797,-0.1658143848180771,0.29616957902908325,0.4254031777381897,0.4480917453765869 +404,-0.11009005610127773,1.4372366157005498,-2.5564991432120063,-0.014630261808633804,-0.991094172000885,-0.13235625624656677,-0.3551976680755615,0.9298354983329773,-0.9500672221183777,0.2383088618516922,1.0128380060195923,0.12754978239536285 +405,-0.9126615908701662,1.5031051232030583,-1.5497236262471785,-0.053512487560510635,-0.9977098107337952,-0.04137159883975983,3.5934717655181885,2.8197152614593506,-0.6618139743804932,0.5174559354782104,-1.4747023582458496,-0.3393656611442566 +406,1.701494035311621,1.5129779529590786,2.1974486324700635,0.05729392170906067,-0.9983289837837219,0.00753111531957984,-1.0091969966888428,1.1654967069625854,0.6900133490562439,-0.05714133381843567,-0.2775499224662781,0.31699275970458984 +407,-1.4352964677079019,1.4084854928788355,-1.0232201167730564,-0.16011732816696167,-0.9868564605712891,-0.02182963863015175,-1.1757036447525024,-3.236229658126831,1.2888145446777344,-0.6737297177314758,1.2125951051712036,0.18377113342285156 +408,-1.0690627962451096,1.3741688954272138,-1.5334388940836892,-0.17128409445285797,-0.9807310104370117,-0.09395883232355118,0.3436730206012726,-2.124290704727173,-0.3672597408294678,-0.22675664722919464,0.8036834001541138,0.03264905512332916 +409,-2.5891896567113006,1.4618593225148862,-0.11456048922450357,-0.05705060437321663,-0.9940722584724426,0.0925520583987236,-2.2480955123901367,-0.29197102785110474,0.46697109937667847,0.27889811992645264,-1.0981061458587646,-0.2535475492477417 +410,-0.8949931860442687,1.4240647561241004,-1.8383934652303282,-0.11406999826431274,-0.9892542362213135,-0.09145487844944,-2.2179505825042725,1.5558520555496216,0.2585715651512146,0.33890825510025024,0.6755793690681458,0.3271726369857788 +411,-0.3378402117314566,1.3838954010123143,-2.3205733264673873,-0.06158829852938652,-0.9825848340988159,-0.17531105875968933,0.8772812485694885,0.7234333753585815,-1.0793908834457397,0.23209001123905182,1.073313593864441,0.14059734344482422 +412,-2.86049910610562,1.4823131976480115,0.35762016486118253,-0.024514105170965195,-0.996087908744812,0.08490066230297089,4.429358959197998,2.6691911220550537,-1.648877501487732,0.6370018720626831,-2.427358865737915,-0.4098517894744873 +413,2.590100356457659,1.5304368000628372,1.3888765250865065,0.021140573546290398,-0.9991856813430786,0.034365955740213394,-0.10936514288187027,3.0901858806610107,0.7209767699241638,0.018394945189356804,-0.2738855481147766,-0.07051396369934082 +414,-1.4423750764549614,1.4309513369654159,-0.8599020135823416,-0.13824179768562317,-0.9902375936508179,-0.01785142719745636,-2.2334611415863037,-1.8813544511795044,0.29798588156700134,-0.7501859664916992,1.3248629570007324,0.48658615350723267 +415,-0.9503188591956664,1.4023102807684076,-1.5258089382756903,-0.13643288612365723,-0.9858397841453552,-0.09749904274940491,0.7912731766700745,-3.178496837615967,-0.4712385833263397,-0.2875020503997803,0.8153533339500427,0.031230151653289795 +416,-2.840971576248233,1.4323158281303228,0.16831241444794418,-0.04087499901652336,-0.9904268980026245,0.13184764981269836,-1.9655920267105103,-1.0691766738891602,1.139950156211853,0.15919165313243866,-1.3570767641067505,-0.19504952430725098 +417,-1.294797143140841,1.4554719409235497,-1.3723447502802917,-0.11071444302797318,-0.9933575391769409,-0.03135738894343376,-2.1804752349853516,2.5958969593048096,0.5420377254486084,0.4502224922180176,0.5697429776191711,0.4497838616371155 +418,-0.4475292646063591,1.4052343441434936,-2.125745564173446,-0.07131822407245636,-0.9863259196281433,-0.14857609570026398,0.3956742584705353,-0.5461644530296326,-0.9417386054992676,0.38177353143692017,1.0890939235687256,0.006028488278388977 +419,-2.5292292640594853,1.4920328698076717,0.030107586863633063,-0.04522639140486717,-0.9968997836112976,0.06438446789979935,4.974289417266846,2.4444127082824707,-1.0705031156539917,0.45068293809890747,-1.9590938091278076,-0.5057144165039062 +420,-2.1692240924384882,1.5360584781527635,-0.08990441203639328,-0.02869647741317749,-0.9993966817855835,0.01956615410745144,-1.0534999370574951,3.1009998321533203,1.043408751487732,0.05387347936630249,-0.293099045753479,-0.02501356601715088 +421,-1.2171707807752177,1.3944552778890187,-1.0697827785248641,-0.16457289457321167,-0.9844921827316284,-0.06075086444616318,-1.9668735265731812,-3.4106342792510986,-0.07109709829092026,-0.602165937423706,1.2468061447143555,0.5221003890037537 +422,-1.0045672750518426,1.405697280113046,-1.4829910418378638,-0.13869991898536682,-0.9864020943641663,-0.08816615492105484,0.6697561740875244,-2.4407620429992676,-0.7581261396408081,-0.4397912621498108,0.5173164010047913,0.06564414501190186 +423,-2.443762824591005,1.4651769830666628,-0.3014841465441282,-0.06774013489484787,-0.9944274425506592,0.0807790607213974,-1.7533568143844604,-0.8284671306610107,0.931533932685852,0.05704372376203537,-1.2469055652618408,-0.05839443951845169 +424,-1.132015597464914,1.4371152886485261,-1.5667407818865853,-0.1206570640206337,-0.9910779595375061,-0.05662338063120842,-1.429506778717041,1.8415372371673584,0.17390179634094238,0.3439236581325531,0.5837599039077759,0.19244182109832764 +425,-0.3334302541906643,1.4076863211493196,-2.2291568134006416,-0.05314714461565018,-0.9867270588874817,-0.15344388782978058,0.4131767451763153,1.1161938905715942,-1.079482913017273,0.43066486716270447,0.9872764348983765,0.06533963978290558 +426,2.936127036368956,1.4681500583800635,0.910687650768118,0.020905647426843643,-0.9947364926338196,0.10031182318925858,0.6903010606765747,0.6687121391296387,-1.6858477592468262,0.5971668362617493,-2.425307512283325,0.7398828268051147 +427,2.9176494901426953,1.5390145704713445,1.075707765921475,0.007057682145386934,-0.9994950294494629,0.03098689764738083,-0.02774772420525551,1.9978816509246826,1.6161588430404663,-0.06894734501838684,0.044004738330841064,-0.10804378986358643 +428,-1.3818048858056073,1.4395769453785625,-0.9823821765858974,-0.12851372361183167,-0.9914031028747559,-0.02458135597407818,-2.107341766357422,-2.595520257949829,-0.466528981924057,-0.7138782739639282,1.3743529319763184,0.4454187750816345 +429,-1.091085072376052,1.4478155124594185,-1.4941500128526397,-0.10882504284381866,-0.9924473762512207,-0.05661556124687195,1.9350751638412476,-3.0514121055603027,-1.10091233253479,-0.597977340221405,-0.0596613883972168,-0.03895026445388794 +430,-2.5999473100374617,1.480583506199384,-0.14987080425026836,-0.046445902436971664,-0.9959335923194885,0.0771951824426651,-2.17353892326355,-0.5160783529281616,0.9351710677146912,-0.07977481186389923,-0.642906129360199,-0.2727212905883789 +431,-0.7734645205948127,1.4671916096073976,-1.8670329545738549,-0.07225179672241211,-0.9946378469467163,-0.07399716228246689,-1.6353245973587036,2.336426258087158,0.08414319157600403,0.3224806487560272,0.9516842365264893,0.15378540754318237 +432,-0.370575402424541,1.4447411123576495,-2.174227345223951,-0.04553016647696495,-0.9920655488967896,-0.11718714982271194,1.1065194606781006,0.732693076133728,0.6873958706855774,0.7444590330123901,0.9324495196342468,0.08280909806489944 +433,2.7659986377026633,1.5150586816599791,1.1452041635190586,0.020434966310858727,-0.998447060585022,0.05182425305247307,-0.5699988603591919,0.2948951721191406,-1.2327969074249268,0.386074423789978,-1.119640588760376,-0.5908104181289673 +434,-2.114036547032602,1.5048235475108165,-0.20128368018449827,-0.05643438547849655,-0.9978246092796326,0.034077491611242294,-0.33597996830940247,-0.2783585786819458,2.371203660964966,-0.20859551429748535,0.5130071043968201,-0.17609107494354248 +435,-1.1160307062594172,1.4205035023908372,-1.3810136125380232,-0.13451069593429565,-0.9887272715568542,-0.06576851010322571,-0.7466035485267639,-0.9114421606063843,-0.1729116439819336,-0.27901774644851685,1.1086459159851074,0.4288514256477356 +436,-2.260150901178692,1.4888979811351162,-0.409202633343355,-0.06312662363052368,-0.9966481924057007,0.052032221108675,3.3772308826446533,-0.024763744324445724,-2.198650360107422,-1.037535548210144,-2.6585030555725098,0.1986849308013916 +437,-1.5665105037172697,1.495988668966994,-1.1229413645831414,-0.07473886758089066,-0.9972032308578491,-0.00032031952287070453,-1.0590076446533203,0.08146470785140991,0.4051019847393036,0.15512216091156006,0.08651280403137207,-0.02177441120147705 +438,-0.4335733132205763,1.4086808884806803,-2.1699902786179024,-0.06780930608510971,-0.98688805103302,-0.14647123217582703,-0.9599884152412415,0.23350442945957184,-0.594612717628479,0.2777091860771179,0.9849044680595398,-0.11619351804256439 +439,-0.4799578620676263,1.473881875736022,-2.100323897874237,-0.044679876416921616,-0.995307445526123,-0.08583085238933563,2.69826078414917,1.1110868453979492,0.4774894416332245,0.7560751438140869,0.19457197189331055,-0.07492047548294067 +440,2.328334919556293,1.479479932654903,1.5118300055599603,0.06625203788280487,-0.9958335757255554,0.06265968829393387,-1.3222342729568481,1.949477195739746,-0.05674384534358978,0.07026832550764084,-0.6171730160713196,-0.07706404477357864 +441,-1.9605509993003742,1.5162511123577052,-0.3723503952470248,-0.05042846128344536,-0.9985128045082092,0.02071440778672695,-0.4368048310279846,-1.7108391523361206,2.0459372997283936,-0.26730528473854065,0.697151780128479,-0.1306997537612915 +442,-1.06307915066848,1.4538285379190679,-1.5458049550879873,-0.10198046267032623,-0.9931670427322388,-0.05673840641975403,-0.5201708078384399,-1.8674501180648804,-0.3375082015991211,-0.32004714012145996,1.1795990467071533,0.3129640221595764 +443,-2.9974927404291667,1.4409557763291005,0.2590081804527055,-0.018593275919556618,-0.9915825724601746,0.12813609838485718,2.9081480503082275,0.7121310830116272,-2.0487687587738037,-0.7962413430213928,-3.1398110389709473,0.10156980156898499 +444,-1.8880576580487958,1.5181332767622286,-0.815121265664454,-0.05000904202461243,-0.9986135959625244,0.016420606523752213,-1.287097454071045,0.11047999560832977,0.36630141735076904,0.24895313382148743,0.26768726110458374,-0.12414765357971191 +445,-0.39336878735741965,1.4203991106690983,-2.21006677875081,-0.05743066966533661,-0.9887116551399231,-0.13838769495487213,-0.4154093265533447,-0.023240752518177032,-0.2780929505825043,0.3809322714805603,1.0949127674102783,-0.10566134750843048 +446,-1.4931538965261246,1.5018784610471103,-1.084920716424963,-0.0686563178896904,-0.9976261258125305,-0.005341381300240755,4.34883451461792,2.0232162475585938,-0.49948832392692566,0.6961435079574585,-0.477578341960907,-0.07821571826934814 +447,2.726107990777071,1.4527496558737074,1.132032673629279,0.04753728210926056,-0.9930405616760254,0.10775334388017654,-1.2545018196105957,2.2886922359466553,0.11086026579141617,0.020013362169265747,-0.5188002586364746,-0.08768796920776367 +448,-1.95193367134795,1.4566516087227732,-0.417717045972216,-0.10572472214698792,-0.9934925436973572,0.04236729070544243,-1.7211153507232666,-3.3443291187286377,0.9504397511482239,-0.856326699256897,1.1966023445129395,0.05582296848297119 +449,-1.1287764448455222,1.451052554292882,-1.5512571107843016,-0.10797605663537979,-0.9928392767906189,-0.05109971761703491,0.0011056414805352688,-2.8716022968292236,-0.0859367847442627,-0.1502789407968521,0.999293863773346,0.2215556502342224 +450,-2.9246473072223784,1.462406159857965,0.14191656801052044,-0.023284992203116417,-0.9941315054893494,0.10564197599887848,-0.49822157621383667,-0.03324565291404724,-0.24447263777256012,-0.09642021358013153,-1.6789031028747559,-0.26170897483825684 +451,-1.5911439549573472,1.4894954276671128,-1.2339208221549205,-0.08119388669729233,-0.9966968894004822,0.0016523310914635658,-1.319359540939331,0.48036131262779236,-0.05815752223134041,0.3194293677806854,0.45075273513793945,0.02369248867034912 +452,-0.4654072802440313,1.4100869573515322,-2.2986611117933133,-0.07181419432163239,-0.9871140122413635,-0.14299875497817993,-0.3807164430618286,-0.04065931215882301,0.02939973957836628,0.4949404001235962,1.0242080688476562,-0.05606740713119507 +453,-2.2533098497415316,1.495295801855816,-0.3446818555548955,-0.05853329971432686,-0.9971511960029602,0.047577448189258575,4.402426242828369,1.8996655941009521,-2.1497507095336914,0.6063390970230103,-1.7206833362579346,-0.5142828226089478 +454,2.2344658451346655,1.5263413543250175,1.5319119324501447,0.03500521555542946,-0.9990120530128479,0.027374131605029106,-0.780326247215271,1.196239948272705,1.3934216499328613,-0.06392061710357666,-0.18539029359817505,-0.24884021282196045 +455,-1.2449598930598713,1.391476639817788,-1.3458637936534577,-0.1689750999212265,-0.983965277671814,-0.05709320679306984,-1.072771430015564,-1.0966777801513672,0.40018367767333984,-0.6996924877166748,1.368380069732666,0.46412140130996704 +456,-0.9587126882606025,1.3844884200481633,-1.7445506329168516,-0.15160366892814636,-0.9826948046684265,-0.10642953962087631,0.23621222376823425,-2.618438243865967,-0.5624707341194153,-0.25548556447029114,0.685987651348114,0.16838020086288452 +457,-2.5747001891816437,1.4975496748212633,-0.11532800431003591,-0.03929969668388367,-0.997318685054779,0.06173441559076309,-2.09812331199646,1.0100592374801636,0.8531785607337952,0.26116248965263367,-0.849742591381073,0.018267400562763214 +458,-0.7131905461798553,1.4254831668073762,-1.897723923455268,-0.09473719447851181,-0.9894605875015259,-0.10951116681098938,-1.5318307876586914,1.0759702920913696,0.06725471466779709,0.32252037525177,0.8988233208656311,0.11678962409496307 +459,-0.3795623979727592,1.4192086145600487,-2.2067693484348903,-0.05595080554485321,-0.988532543182373,-0.14026084542274475,0.7688924074172974,-0.350968599319458,0.25852566957473755,0.5654723048210144,1.1214823722839355,0.04026997089385986 +460,-2.7762985594180027,1.4583394879217806,0.35058000337600476,-0.040087249130010605,-0.993683397769928,0.10481446981430054,0.5546900629997253,2.2270987033843994,-2.0518250465393066,0.6688104271888733,-2.48075795173645,0.6918315887451172 +461,-2.5341180872070597,1.5295814859884727,0.1826231528133967,-0.023517612367868423,-0.999150812625885,0.0338301919400692,-0.2599698007106781,0.3812396824359894,1.9916186332702637,-0.07769393920898438,0.042134881019592285,-0.2794966697692871 +462,-1.4401440731922006,1.4005709076797028,-1.0848450849530207,-0.1679604947566986,-0.9855465888977051,-0.02207013964653015,-1.3364076614379883,-1.962200403213501,-0.43286561965942383,-0.7058645486831665,1.3989834785461426,0.5785276889801025 +463,-1.6430763937143453,1.460255093260379,-1.0402170484505944,-0.11002838611602783,-0.9938965439796448,0.007966737262904644,2.654510021209717,0.052384234964847565,-1.7116827964782715,-0.9620541334152222,-1.337432861328125,0.2463667392730713 +464,-1.9921813701324709,1.5144658047789628,-0.6712908598769224,-0.051375821232795715,-0.9984138607978821,0.023028433322906494,-1.5260918140411377,0.16415084898471832,0.9071377515792847,0.17193549871444702,-0.14829939603805542,-0.008578300476074219 +465,-0.54022197046956,1.4333389129524394,-1.987632331083324,-0.07047553360462189,-0.9905676245689392,-0.11751183122396469,-0.6439696550369263,1.1177113056182861,-0.36606040596961975,0.3106031119823456,0.9611486792564392,-0.1096000000834465 +466,-0.1054712297564554,1.480587066122111,-2.4286529780456116,-0.009484026581048965,-0.9959338903427124,-0.08958683162927628,1.6878379583358765,-0.4155673682689667,0.5850396752357483,0.7511069774627686,0.4959339499473572,-0.19616448879241943 +467,2.6506141372699505,1.4887072182429504,1.2067477861621625,0.038661178201436996,-0.9966325759887695,0.07231176644563675,-0.793045699596405,0.22571906447410583,-0.24320079386234283,0.1064651608467102,-0.42472362518310547,-0.18704259395599365 +468,-1.923801263805565,1.482022133865953,-0.44807552164463404,-0.08318968117237091,-0.996062159538269,0.03065020591020584,-0.5708150267601013,-1.2179467678070068,1.9027564525604248,-0.2059643566608429,0.7934255599975586,-0.04532921686768532 +469,-1.2136636823767057,1.4514710744778663,-1.3904941845488248,-0.1115306094288826,-0.9928891658782959,-0.04161572456359863,-0.5879592299461365,-2.634944438934326,-0.5363782048225403,-0.3429676592350006,1.064620852470398,0.17780041694641113 +470,-3.0369218289342923,1.4709183286799854,0.2999243393850186,-0.010417932644486427,-0.99501633644104,0.09916668385267258,-0.01875501126050949,0.7735230922698975,-0.6883994936943054,-0.15327835083007812,-1.8570802211761475,0.0798952579498291 +471,-0.6445009759064869,1.4803951194933005,-2.0795356190921823,-0.054238446056842804,-0.9959166049957275,-0.07216748595237732,-1.9824445247650146,1.455740213394165,0.2244335114955902,0.2574702501296997,0.5980895757675171,0.15950877964496613 +472,0.05101971126068536,1.3801791649630926,-2.7168291221195475,0.009662218391895294,-0.9818875193595886,-0.1892177164554596,0.40521952509880066,0.19783808290958405,-1.2904226779937744,0.2758144736289978,1.124236822128296,0.07891198992729187 +473,2.7060980966460644,1.5233145433085042,0.9103504190618827,0.020022695884108543,-0.9988729357719421,0.043032895773649216,5.062835216522217,1.3486789464950562,-0.7804402709007263,0.5036742091178894,-2.5980050563812256,-0.5533325672149658 +474,2.6843794753871477,1.4938920887002118,1.062079406514645,0.03391522541642189,-0.9970443248748779,0.0689358189702034,0.2264741063117981,0.4736337661743164,1.6235042810440063,-0.07560223340988159,-0.2898818254470825,-0.23609578609466553 +475,-1.8174634983417488,1.435995379342516,-0.9184555433380643,-0.13032527267932892,-0.9909281134605408,0.032815225422382355,-1.6319730281829834,-1.6109246015548706,0.6458896398544312,-0.5437164902687073,1.207374095916748,0.33446383476257324 +476,-1.4521235430052521,1.4500898193476808,-1.4190944030186738,-0.11956653743982315,-0.992723822593689,-0.014256280846893787,0.7485160827636719,-2.273766279220581,-0.8741430640220642,-0.29292431473731995,0.654253363609314,0.020726025104522705 +477,-3.072940977634863,1.503501790704265,0.1997258014829717,-0.00461261672899127,-0.9977365732192993,0.06708311289548874,-2.3261468410491943,-1.5036582946777344,1.2546908855438232,0.18472735583782196,-0.9789020419120789,-0.16692139208316803 +478,-0.3524958066461956,1.4263090725926544,-2.498710366464869,-0.04970981925725937,-0.9895798563957214,-0.13513264060020447,-1.4269036054611206,0.8403540849685669,-0.3484272360801697,0.21670199930667877,0.8930984139442444,-0.09255899488925934 +479,0.09468258475192205,1.4282170126402889,-3.0240725718608656,0.013433942571282387,-0.989852786064148,-0.14145974814891815,1.327844262123108,-0.8834317326545715,-0.9349247813224792,0.31960439682006836,0.9234618544578552,-0.06003253161907196 +480,3.0588759133287815,1.419781624957128,0.5416627166801179,0.012429784052073956,-0.9886189103126526,0.14992639422416687,-1.3948723077774048,2.805147409439087,-0.11784191429615021,0.486135870218277,-0.8106973767280579,-0.011681810021400452 +481,2.690294899126053,1.5209436220780677,1.1103511487509279,0.021732177585363388,-0.9987576007843018,0.044840358197689056,0.27971047163009644,0.7784739136695862,0.7046607136726379,-0.040912482887506485,0.3215879797935486,-0.20926904678344727 +482,-1.5470011417510756,1.4771878537727294,-1.105071317534654,-0.09344631433486938,-0.995621919631958,-0.002223992021754384,-1.6664979457855225,-3.1024234294891357,0.20966537296772003,-0.7878860831260681,1.3360302448272705,0.30045706033706665 +483,-2.5409606395472695,1.513521160158934,-0.34188373915013137,-0.03235346078872681,-0.9983602166175842,0.04722684621810913,3.6899168491363525,-0.006256725173443556,-1.541722297668457,-0.9662122130393982,-1.3906779289245605,0.02024746686220169 +484,2.671076143833715,1.5409967222695145,0.7063403197282319,0.013506943359971046,-0.9995560050010681,0.02655627764761448,-2.214674472808838,-0.41594409942626953,1.0048266649246216,0.188015878200531,-0.3285231590270996,-0.04733872413635254 +485,-0.18883735172386928,1.3948762412589866,-2.7032962795397593,-0.03285311535000801,-0.9845659136772156,-0.1719028204679489,-0.9544753432273865,-0.5940799117088318,-0.19067499041557312,0.1784524917602539,0.9753496050834656,-0.06502038240432739 +486,0.21424884303772695,1.4865528431432051,-3.1023463693703413,0.017890116199851036,-0.9964536428451538,-0.08222001045942307,2.660320520401001,1.4222315549850464,-0.2553224563598633,0.6515740156173706,0.3248075246810913,-0.12833601236343384 +487,2.2708931812612523,1.42430769413914,1.2804238047493641,0.11163190752267838,-0.9892897009849548,0.09404473751783371,-1.0434815883636475,0.42176562547683716,-0.9994423389434814,0.11171101033687592,-0.5868822336196899,-0.09322081506252289 +488,-2.628554263109048,1.484648480896201,-0.01566390820762871,-0.04223127290606499,-0.9962915778160095,0.07496392726898193,-0.42166808247566223,-1.2998541593551636,2.8381199836730957,-0.3626301884651184,0.6831812262535095,-0.12209833413362503 +489,-0.9379025771604126,1.4627485446522424,-1.9121465784216114,-0.08695108443498611,-0.9941685199737549,-0.06378351151943207,-1.2132446765899658,-2.152198553085327,-0.45900699496269226,-0.1866237372159958,1.1718723773956299,0.24305903911590576 +490,2.8402619152035733,1.4625533058108737,0.4214975917546895,0.03206328675150871,-0.9941474199295044,0.1031654104590416,3.390986680984497,0.9480246305465698,-2.7153806686401367,-0.7736862301826477,-3.0017480850219727,0.2215263992547989 +491,0.5430086087575068,1.5420930881281718,2.7056324059864516,0.01482853852212429,-0.9995880722999573,-0.024569815024733543,-0.9827368259429932,-0.323277086019516,0.6445064544677734,0.06404414772987366,0.36569225788116455,0.021212875843048096 +492,-0.2086014331662547,1.4392651497846347,-2.7599111745627622,-0.027160530909895897,-0.9913622140884399,-0.12830892205238342,-0.36622413992881775,0.1411283165216446,0.05056183785200119,0.19541919231414795,0.9737231135368347,-0.0801108330488205 +493,-2.3691428923265296,1.525528574171582,-0.48489402905562784,-0.03158263862133026,-0.9989755749702454,0.032411303371191025,4.774749279022217,4.044349193572998,-0.9278312921524048,0.8104217648506165,-1.187105417251587,-0.2099626064300537 +494,2.4649216912163014,1.429323481251973,1.0806273260808976,0.08829585462808609,-0.9900093674659729,0.10993418842554092,-0.22942639887332916,1.6491377353668213,-0.34364834427833557,0.02765568345785141,-0.4341545104980469,-0.03176341950893402 +495,-2.155645436845621,1.4521391840627842,-0.6556370497797737,-0.09870374202728271,-0.9929684996604919,0.06535383313894272,-2.190657377243042,-3.5224931240081787,1.242894172668457,-0.8456474542617798,1.2111692428588867,0.18844568729400635 +496,-1.1731778111153117,1.4623045877462268,-1.873110375061222,-0.09983222931623459,-0.9941205382347107,-0.04192842170596123,0.28493061661720276,-2.6559505462646484,-0.3438323140144348,-0.2760832905769348,0.8570203185081482,0.1861392855644226 +497,2.989816042776768,1.4009108437952802,0.07374429350434006,0.02556249126791954,-0.9856041073799133,0.16712655127048492,-1.0409601926803589,0.07721314579248428,0.1947081834077835,0.05450037866830826,-2.2123939990997314,-0.016018733382225037 +498,-2.0637896682966455,1.5160751074613095,-1.0824143861137037,-0.04818333312869072,-0.9985031485557556,0.02588597685098648,-1.4990922212600708,2.4516232013702393,0.6378034949302673,0.3645437955856323,0.5652602314949036,0.368507981300354 +499,-0.7017414749679064,1.4421638834715156,-2.263962737465768,-0.08280953764915466,-0.9917382597923279,-0.09796818345785141,-0.333330899477005,1.008489966392517,0.460536926984787,0.5120240449905396,0.9869012832641602,0.008505895733833313 +500,-1.8185701971787491,1.4981739449121532,-1.0232834807362865,-0.07034178823232651,-0.9973641633987427,0.017794501036405563,5.172429084777832,2.088390588760376,-2.5012214183807373,0.4895465075969696,-1.1657826900482178,-0.33046233654022217 +501,2.642992349296446,1.4292271688981641,0.8047298889767894,0.06747257709503174,-0.9899958372116089,0.12391966581344604,-0.5713045597076416,0.9629096984863281,1.9028799533843994,-0.13935673236846924,-0.6384375095367432,-0.14473257958889008 +502,-1.6940276717429847,1.4380618872450985,-1.2620019485555938,-0.13134168088436127,-0.9912037253379822,0.016267841681838036,-1.7926915884017944,-1.9178842306137085,0.03039814531803131,-0.6952574253082275,1.133507251739502,0.4717693328857422 +503,-0.9591280264754704,1.4098246902169411,-2.0924052998687026,-0.13121740520000458,-0.9870719909667969,-0.09203655272722244,0.03528355062007904,-2.6275436878204346,-0.20864124596118927,-0.30681663751602173,0.7160607576370239,0.09263164550065994 +504,-2.9768541040709264,1.4517661324001976,-0.13098595464063884,-0.01947428658604622,-0.9929242730140686,0.1171419620513916,-1.895774245262146,0.36937275528907776,-0.24415913224220276,0.22482706606388092,-1.0384783744812012,-0.014602899551391602 +505,-0.918411541257852,1.4556437095957024,-2.1725925770055494,-0.09130270779132843,-0.9933772683143616,-0.06975291669368744,-1.3996061086654663,1.223736047744751,0.5540465116500854,0.26879292726516724,0.7763667702674866,0.05888867378234863 +506,-0.4898435570877806,1.4098466422990765,-2.480909928928447,-0.07539819926023483,-0.9870755076408386,-0.14141036570072174,0.23655518889427185,1.37074613571167,-0.25174596905708313,0.44650721549987793,0.9920194745063782,0.17433883249759674 +507,-3.131469664670743,1.4680764466354397,0.3732346073520793,-0.0010379980085417628,-0.9947289228439331,0.1025351881980896,1.156583309173584,2.2039895057678223,-2.0956156253814697,0.9704899191856384,-2.418524742126465,0.9962654113769531 +508,2.8833730420210246,1.504385478899766,0.6999466394801934,0.016946252435445786,-0.997795581817627,0.06416214257478714,-0.07077223807573318,0.4131211042404175,2.3452610969543457,-0.09891647100448608,-0.017753124237060547,-0.25024306774139404 +509,-1.3285636884094962,1.3993036869108364,-1.63445219858914,-0.16567182540893555,-0.985331118106842,-0.04093491658568382,-2.1633167266845703,-2.7655727863311768,-0.29235929250717163,-0.662712574005127,1.4283699989318848,0.6781266927719116 +510,-1.4633921479463408,1.4486107543779325,-1.6921814853813215,-0.1211807057261467,-0.9925446510314941,-0.01306559331715107,2.976245641708374,0.3611726760864258,-1.6917647123336792,-0.9024551510810852,-0.7683044672012329,0.5063059329986572 +511,-2.447504569693705,1.5181312797905495,-0.6133386370226911,-0.03367255628108978,-0.9986135363578796,0.040460530668497086,-1.8588218688964844,0.06475937366485596,1.0889196395874023,0.24541877210140228,-0.3653848171234131,-0.39431190490722656 +512,-0.7992210863494412,1.441973276860906,-2.203529436767316,-0.09208744764328003,-0.9917137622833252,-0.08957616984844208,-1.435407280921936,0.6313689947128296,0.22073251008987427,0.38060063123703003,0.9349968433380127,-0.03791099786758423 +513,-0.8804642524784777,1.4310837027242116,-2.1220319037076654,-0.10737324506044388,-0.9902560710906982,-0.08867897838354111,1.9268971681594849,1.5656347274780273,0.31633952260017395,0.7632570266723633,0.6461398601531982,0.09012854099273682 +514,2.9227210608133456,1.3534935240833508,0.5189254843369585,0.04681224748492241,-0.9764825105667114,0.21045371890068054,-1.1375985145568848,-1.2387948036193848,-1.504315733909607,0.352464497089386,-1.0411720275878906,-0.205936998128891 +515,-1.9088475258229243,1.463322955589921,-0.9433508328243825,-0.10119442641735077,-0.9942302703857422,0.03557446599006653,-0.7854261994361877,-0.9121368527412415,2.38462233543396,-0.8091601729393005,0.697004497051239,-0.24716806411743164 +516,-1.4360113102707217,1.457625245289642,-1.6127602449886727,-0.11190519481897354,-0.993602991104126,-0.015175150707364082,-0.32139626145362854,-1.0935813188552856,-0.03451472520828247,0.05692778527736664,0.984752893447876,0.4630969166755676 +517,-2.523761209072382,1.488390983433904,-0.6767055660870359,-0.04768160358071327,-0.9966065883636475,0.06709668040275574,3.749093770980835,1.7182683944702148,-2.2355852127075195,-1.1451895236968994,-2.035635471343994,0.5150718688964844 +518,-2.143319887516354,1.5323226392837068,-1.0532728023782494,-0.03232830390334129,-0.9992600083351135,0.020836712792515755,-0.5673391222953796,-0.4359189569950104,0.9630972743034363,0.07428997755050659,-0.046119511127471924,-0.0672692060470581 +519,-0.5278639299177362,1.456982376818672,-2.557277369508779,-0.057202812284231186,-0.9935301542282104,-0.0981094166636467,-1.1217312812805176,1.107422113418579,-0.5450726747512817,0.343808650970459,0.9471282958984375,0.07094879448413849 +520,-0.6633328789420895,1.498519094972689,-2.3890818362095607,-0.04446718469262123,-0.9973891377449036,-0.05690275877714157,2.917051076889038,0.9531747102737427,1.0154119729995728,0.8687775135040283,0.430219829082489,-0.06046784669160843 +521,2.8077675292528013,1.4271338297948124,0.46150811057924834,0.04691064730286598,-0.9896982908248901,0.13526543974876404,-2.6626296043395996,0.6205809116363525,0.08086865395307541,0.01305638998746872,-0.6947194337844849,-0.029933929443359375 +522,-2.0235790672838667,1.4465882375507435,-0.9309601244128543,-0.11140498518943787,-0.9922960996627808,0.054197609424591064,-1.069468379020691,-2.8892228603363037,1.5643136501312256,-0.7862695455551147,0.7603319883346558,0.03515779972076416 +523,-1.0329165419413497,1.4317457644371943,-2.109519985502208,-0.11903166025876999,-0.9903480410575867,-0.07100848853588104,-0.4369758367538452,-0.7743955254554749,-0.010504680685698986,0.014920949935913086,1.1059486865997314,0.20830702781677246 +524,-2.550523171313445,1.4560277397985366,-0.7327740434959611,-0.06381458789110184,-0.9934213161468506,0.09508873522281647,4.489600658416748,-0.8872869610786438,-2.104980945587158,-1.2210211753845215,-2.687563180923462,-0.22404074668884277 +525,-1.845651406195152,1.5063536276380864,-1.5287407074198238,-0.061981793493032455,-0.997924268245697,0.017478380352258682,-0.4373014271259308,-0.5765191316604614,0.9144274592399597,-0.016448386013507843,-0.04744011163711548,-0.048758864402770996 +526,-0.7326040691262057,1.4285107820388177,-2.4157095139096514,-0.09484123438596725,-0.989894449710846,-0.10542388260364532,-1.3865830898284912,2.0100183486938477,-0.21658550202846527,0.29154226183891296,0.9217333793640137,-0.09075839817523956 +527,-0.45094392832691094,1.4151100789874957,-2.658278218446966,-0.06757655739784241,-0.9879053831100464,-0.1395576000213623,1.5060592889785767,-0.07847751677036285,0.9672082662582397,0.8028823733329773,0.5627192258834839,-0.0159294456243515 +528,2.4835652208431642,1.4292607567439126,0.7986358139657509,0.08626898378133774,-0.9900005459785461,0.11161018908023834,-1.516068696975708,-1.6572481393814087,-0.3440183401107788,0.16434137523174286,-0.8645070195198059,-0.35202765464782715 +529,-2.169229817021157,1.4536155400450155,-0.81977320852071,-0.09659599512815475,-0.9931421875953674,0.06586296856403351,-0.5336636304855347,-1.1638306379318237,2.3495357036590576,-0.45836615562438965,0.5994349122047424,-0.20892930030822754 +530,-0.9716573057993437,1.4236081808528707,-2.097247474895354,-0.12111291289329529,-0.9891873598098755,-0.0827048122882843,-1.0239989757537842,-0.10260336101055145,-0.45552122592926025,-0.2058371603488922,1.2180997133255005,0.3038199543952942 +531,-1.8024558609454806,1.4812931984709394,-1.39350601481524,-0.0869976058602333,-0.9959972500801086,0.020522262901067734,4.259463310241699,-0.4202101230621338,-1.9838922023773193,-1.392799735069275,-2.1597492694854736,-0.23884499073028564 +532,-1.4054094788432405,1.5358371037268994,-1.8407986031136059,-0.03447718545794487,-0.9993889927864075,-0.005754637531936169,-0.7795966863632202,-1.4293830394744873,0.7145510911941528,0.01705165207386017,-0.12744206190109253,-0.13487035036087036 +533,-0.48507350065379323,1.437184356161183,-2.6497029627851205,-0.062114886939525604,-0.9910871982574463,-0.11784793436527252,-0.9155193567276001,0.7606093287467957,-0.07640253007411957,0.191326305270195,1.0114880800247192,-0.17519713938236237 +534,-0.47800798552631124,1.4363712922965526,-2.6406693635354217,-0.06165092810988426,-0.9909785389900208,-0.11899850517511368,1.3025352954864502,-0.32437068223953247,1.2763506174087524,0.6999871134757996,0.777004599571228,-0.10208611935377121 +535,-3.02689014621896,1.4550420838520397,-0.010969295338685838,-0.013218649663031101,-0.9933079481124878,0.11473704874515533,-1.421645164489746,-1.0412038564682007,-0.7822780609130859,0.26987147331237793,-0.5692378282546997,-0.2588869333267212 +536,-2.427356659397229,1.4308316138419666,-0.5252834713243677,-0.09138378500938416,-0.9902209043502808,0.10541187971830368,-0.182119682431221,0.36254197359085083,1.9347482919692993,-0.17791858315467834,0.30224788188934326,-0.2704356908798218 +537,-1.4448227700938152,1.4072176239202343,-1.5927382492058633,-0.1615593433380127,-0.986650824546814,-0.020460551604628563,-1.5013805627822876,-0.6182263493537903,-0.6786645650863647,-0.5126349925994873,1.2839837074279785,0.3361038565635681 +538,-1.638630707865338,1.430105076969521,-1.5438751557872017,-0.13990578055381775,-0.9901192784309387,0.009505005553364754,1.466761589050293,-2.5120787620544434,-0.16993650794029236,-0.13820090889930725,0.7925484776496887,0.02639901638031006 +539,-2.794884428422569,1.4394255140309056,-0.38619260034930747,-0.04451233893632889,-0.9913832545280457,0.12319961935281754,-2.7628159523010254,-1.0590208768844604,0.31339001655578613,0.2597070336341858,-0.7519945502281189,-0.32101452350616455 +540,-1.455160797102462,1.4667343685435503,-1.7315426087872854,-0.10318128019571304,-0.9945904612541199,-0.011984888464212418,-1.9813655614852905,2.602828025817871,0.37588876485824585,0.31887951493263245,0.4431834816932678,0.3239660859107971 +541,-0.2687897334457392,1.3929972505825248,-2.779435528289756,-0.0469689778983593,-0.9842353463172913,-0.1705137938261032,-0.24892237782478333,0.003179240971803665,-1.1359153985977173,0.2146172821521759,1.095853328704834,-0.02324230968952179 +542,-2.974273512491551,1.5092111331724845,-0.10121596201857198,-0.01025022566318512,-0.9981042146682739,0.060688767582178116,5.994152545928955,1.727253794670105,-1.4140876531600952,0.6813164949417114,-2.604755401611328,-0.29510951042175293 +543,-3.050384716829307,1.5199605820425381,0.07995075306946398,-0.004628273192793131,-0.9987081289291382,0.05060340464115143,-0.9741144776344299,1.8505117893218994,0.9139793515205383,0.033421605825424194,-0.11519873142242432,-0.26427221298217773 +544,-1.4167262769508946,1.4000868350685651,-1.4102695780248895,-0.16786859929561615,-0.9854645133018494,-0.026070130988955498,-0.8912205696105957,0.551936686038971,1.3674215078353882,-0.29000186920166016,1.0959687232971191,0.21236467361450195 +545,-1.0194189428605447,1.360613419933045,-2.055292081827872,-0.17771907150745392,-0.9779927730560303,-0.10929758101701736,-0.046756576746702194,-3.3262248039245605,-0.7995392680168152,-0.3735199272632599,0.822963535785675,0.25971871614456177 +546,-2.720680271374414,1.4430614307274927,-0.46937330383934706,-0.052050117403268814,-0.9918529987335205,0.11626963317394257,-1.4642431735992432,-0.4626089930534363,0.21926096081733704,0.10026788711547852,-1.492400050163269,-0.02265690267086029 +547,-1.3384439770880616,1.4457755846771685,-1.8398742033674695,-0.12134450674057007,-0.9921950697898865,-0.028713271021842957,-1.3021119832992554,2.940640687942505,0.4571838676929474,0.30177968740463257,0.4650954604148865,0.36396414041519165 +548,-0.5446371987745688,1.4143017804047322,-2.502869656658694,-0.08075020462274551,-0.9877796769142151,-0.13330601155757904,-0.17780087888240814,-0.26607540249824524,-0.9959973096847534,0.2848212718963623,1.060335397720337,-0.009562000632286072 +549,-2.122318643190651,1.5049610200702497,-0.9165842754962495,-0.056034039705991745,-0.9978336095809937,0.03447223827242851,5.508997440338135,2.840324640274048,-0.9779170751571655,0.7018470168113708,-1.9290003776550293,-0.3413112163543701 +550,2.7069476127815273,1.503897768516655,0.6586823808179657,0.028148571029305458,-0.9977630972862244,0.06063168868422508,-0.9952672123908997,1.0508569478988647,1.109209656715393,-0.048976823687553406,-0.3148130178451538,-0.1425408273935318 +551,-1.4884858515650552,1.3857192985315436,-1.480670048547636,-0.18339903652668,-0.9829220771789551,-0.015129845589399338,-1.4652483463287354,-2.547429084777832,0.32245364785194397,-0.7120019197463989,1.3166470527648926,0.36411356925964355 +552,-1.198561388348846,1.394320935015936,-1.9751549443335463,-0.1635381281375885,-0.9844685792922974,-0.0638512670993805,0.288180410861969,-2.2308270931243896,-0.36174750328063965,-0.162313312292099,0.8615742921829224,0.18781369924545288 +553,-2.6111031071284625,1.456105983992313,-0.5716439385327655,-0.057901494204998016,-0.9934302568435669,0.09871118515729904,-2.3780176639556885,-0.2557741105556488,0.15316711366176605,0.1357823610305786,-0.9734734296798706,-0.28502094745635986 +554,-1.317596922730237,1.4335518336178958,-1.870089992462561,-0.1324520856142044,-0.9905967712402344,-0.034272339195013046,-1.5323283672332764,2.5120906829833984,0.6433146595954895,0.3821927309036255,0.3547325134277344,0.5464031100273132 +555,-0.44500985231323353,1.3859133297358246,-2.5844090115692397,-0.07913336902856827,-0.9829577803611755,-0.16592752933502197,0.28733760118484497,0.1261678785085678,-0.9343270063400269,0.39390692114830017,1.0400867462158203,0.016620278358459473 +556,-1.6283023895260476,1.4696829380178096,-1.4111891042523705,-0.10077454149723053,-0.994892418384552,0.005801543593406677,5.193164348602295,1.3049488067626953,-0.42178821563720703,0.7144219875335693,-1.3622090816497803,-0.21716618537902832 +557,-2.8944370457897044,1.5092514960840833,-0.024769867242383798,-0.015047839842736721,-0.9981067180633545,0.05963927507400513,-1.2910199165344238,2.0995185375213623,0.840167760848999,-0.02157326228916645,-0.42695748805999756,-0.32653069496154785 +558,-1.5378305095907285,1.3687079240727469,-1.3358034443529658,-0.20060640573501587,-0.979649543762207,-0.006615550722926855,-1.0811454057693481,-1.4475314617156982,0.4649994671344757,-0.7748574018478394,1.246006965637207,0.3161095380783081 +559,-0.9561762018692928,1.364291705394689,-2.0518614858961755,-0.16751590371131897,-0.9787535667419434,-0.11823577433824539,-0.46909230947494507,-2.847158908843994,-0.3311416208744049,-0.09133417904376984,0.8761078119277954,0.1372024416923523 +560,-2.4011875666984874,1.445510484800584,-0.8057716014046528,-0.08429574966430664,-0.9921619892120361,0.09224418550729752,-0.8356009125709534,-0.2587200701236725,-0.005843409337103367,-0.25669240951538086,-1.925577998161316,0.018168337643146515 +561,-1.0867212729474658,1.425319562429961,-2.148275063493729,-0.12830930948257446,-0.98943692445755,-0.06746521592140198,-1.4823265075683594,1.2190518379211426,-0.06355958431959152,0.38653379678726196,0.5884816646575928,0.3785461187362671 +562,-0.33433369317086714,1.3816634266818786,-2.769383434161757,-0.0616927444934845,-0.9821676015853882,-0.17759734392166138,0.21369141340255737,0.23551031947135925,-1.1050987243652344,0.3051314651966095,1.0654807090759277,0.05677825212478638 +563,2.401000067165707,1.491664393264386,0.7781772700254165,0.053336504846811295,-0.9968706965446472,0.058343756943941116,6.681206226348877,2.0131123065948486,-1.7730838060379028,0.4822622537612915,-2.101182222366333,-0.580224871635437 +564,2.488400451495512,1.4728362445945842,0.9704364971451748,0.05943874269723892,-0.9952057600021362,0.07767194509506226,-0.8835608959197998,2.568857192993164,0.526275098323822,0.07116124033927917,-0.1272309422492981,-0.283223032951355 +565,-1.8319838422046604,1.4633403256349458,-1.0153504104000879,-0.10361155867576599,-0.994232177734375,0.027694696560502052,-1.3324137926101685,-2.8476064205169678,1.3239063024520874,-0.491389662027359,0.9863587021827698,0.2403564453125 +566,-1.2391003356487371,1.4522313604731438,-1.893412867598632,-0.11183957010507584,-0.9929794073104858,-0.03851989284157753,0.5099738836288452,-2.1975417137145996,-0.6867839097976685,-0.4068219065666199,0.6727584600448608,0.17256832122802734 +567,-3.08475223468736,1.474988773747568,-0.08326815785530015,-0.00543447770178318,-0.9954139590263367,0.09550639986991882,-2.0877299308776855,-0.7867854237556458,0.7881767153739929,0.20204398036003113,-1.166100263595581,-0.4519822597503662 +568,-0.9490982404603412,1.4912056494635617,-2.224922895376102,-0.06463119387626648,-0.9968343377113342,-0.04630667716264725,-1.619231104850769,2.3601460456848145,0.23379036784172058,0.299082487821579,0.6510395407676697,0.2804223299026489 +569,-0.09674973754106231,1.4248867885470762,-2.9705626696344924,-0.01404478121548891,-0.9893741011619568,-0.14471286535263062,0.06940241158008575,0.17439036071300507,-1.056066632270813,0.31268981099128723,1.0633639097213745,0.08740085363388062 +570,2.488427709756411,1.4466159797471554,0.8250197932116307,0.07527074962854385,-0.992299497127533,0.09836608171463013,2.125560998916626,3.6598947048187256,-1.3744617700576782,0.6330574750900269,-2.7910714149475098,1.0446698665618896 +571,2.220391493352601,1.466392924628131,1.219233251043509,0.08298918604850769,-0.9945549368858337,0.063035748898983,-0.0959828570485115,1.1334452629089355,1.5504809617996216,-0.1415981948375702,-0.20638811588287354,-0.2312791347503662 +572,-1.4422661249124804,1.48744392183598,-1.4753953015354644,-0.08256854861974716,-0.9965282082557678,-0.01067137997597456,-1.78309965133667,-1.8075416088104248,0.14900848269462585,-0.8107420206069946,1.2002636194229126,0.42496275901794434 +573,-0.8890789379473084,1.4617936569800156,-2.1815267389485062,-0.08447285741567612,-0.9940651059150696,-0.0685502141714096,0.6818580627441406,-2.6032376289367676,-0.5486137866973877,-0.3210142254829407,0.668106734752655,0.002189747989177704 +574,-2.1658244590656737,1.523150883326733,-0.9838252133061168,-0.039442818611860275,-0.9988651871681213,0.026697369292378426,-1.3869166374206543,-0.2339460849761963,0.3424053490161896,0.009489819407463074,-0.9621486067771912,-0.3189030885696411 +575,-0.594823800753877,1.4384588082139533,-2.6010233414404946,-0.07394081354141235,-0.9912561774253845,-0.10928861051797867,-1.6304115056991577,1.0255963802337646,-0.04347534850239754,0.37553077936172485,0.5272669196128845,0.34706634283065796 +576,-0.12222573193745766,1.3759237677411447,-3.0654630301084183,-0.023609109222888947,-0.9810723662376404,-0.1921970546245575,0.2626432776451111,-0.4508560597896576,-0.8076308965682983,0.20169442892074585,1.0381250381469727,0.10575604438781738 +577,2.2699826873540654,1.5004858358952617,0.8198733269641084,0.05376860499382019,-0.9975292086601257,0.045213937759399414,5.623966693878174,3.1259446144104004,-1.6273787021636963,0.4917483627796173,-2.262282133102417,-0.4547293186187744 +578,1.7708780388048786,1.5015205816626698,1.602864907990272,0.067839615046978,-0.9976013898849487,0.013757542707026005,-0.8601343035697937,1.2819139957427979,0.5986897945404053,0.043488502502441406,-0.20686638355255127,-0.2002047300338745 +579,-1.4352284223830531,1.4823514905445137,-1.518474422980403,-0.08751925826072693,-0.9960913062095642,-0.01193802710622549,-1.0707281827926636,-2.4321486949920654,1.6137603521347046,-0.5263265371322632,1.027646541595459,0.30486100912094116 +580,-1.3311779849677974,1.4500510502078532,-1.8591374196838264,-0.11701047420501709,-0.9927191138267517,-0.028587089851498604,0.7329238653182983,-2.2380881309509277,-1.1064105033874512,-0.4074188470840454,0.485654354095459,0.21611756086349487 +581,-2.561953228488053,1.4853856822953535,-0.7088486221099951,-0.04672486335039139,-0.9963546991348267,0.07137345522642136,-1.5658668279647827,-1.2885301113128662,1.0997627973556519,0.09756714850664139,-1.129286289215088,-0.12902116775512695 +582,-0.9635121637618493,1.4376062232239748,-2.255157795101243,-0.10905276983976364,-0.9911432862281799,-0.075779028236866,-1.5093939304351807,1.7848817110061646,0.07988205552101135,0.37153446674346924,0.7673426866531372,-0.013729028403759003 +583,-0.42541394112477643,1.4704847108582815,-2.7424843614554324,-0.041329190135002136,-0.9949730038642883,-0.09121791273355484,1.1493594646453857,-0.29024696350097656,-0.3259586691856384,0.5152671933174133,0.9952324032783508,-0.03907686471939087 +584,-3.062888834382865,1.422862394370388,0.1191793411812458,-0.011588593944907188,-0.9890776872634888,0.14693894982337952,0.15027695894241333,2.4967095851898193,-1.5080900192260742,0.546576976776123,-1.5583465099334717,0.08761918544769287 +585,-3.0785877888579654,1.4895740283274492,0.26383574106258234,-0.005108366254717112,-0.9967032670974731,0.0809716060757637,-0.014060122892260551,0.7572109699249268,1.6587810516357422,-0.13235807418823242,0.13835066556930542,-0.1371544599533081 +586,-1.6148519827771064,1.4170074979658729,-1.4401363016556041,-0.15303398668766022,-0.9881978034973145,0.006746378261595964,-1.0617899894714355,-1.6608422994613647,-0.07974568754434586,-0.4900629222393036,1.387459397315979,0.48988139629364014 +587,-2.290188068569332,1.4644532393957705,-0.8416111507421568,-0.07984096556901932,-0.9943509101867676,0.06994006782770157,2.611515998840332,1.4914608001708984,-2.2497665882110596,-1.0357290506362915,-1.9559664726257324,0.37624216079711914 +588,-1.1992461285708869,1.5233710473481459,-1.7533982243497632,-0.04417438805103302,-0.998875617980957,-0.01721244491636753,-1.7858651876449585,1.166413426399231,0.7936383485794067,0.2951814532279968,-0.056666433811187744,0.01429801993072033 +589,-0.09763634568070333,1.3834666938715041,-2.693627053822867,-0.018154537305235863,-0.9825050830841064,-0.18534913659095764,-0.38778156042099,-0.05379285290837288,-0.8886085152626038,0.3243831694126129,0.997077226638794,0.16822880506515503 +590,0.4016141531590831,1.470621661447112,2.982854044000013,0.03909369930624962,-0.9949867129325867,-0.09205076098442078,2.725001335144043,-1.677548885345459,0.4288528561592102,0.4939873516559601,0.5344153046607971,-0.24895262718200684 +591,2.70933117130347,1.4447991739034112,0.7994587017937734,0.05264415219426155,-0.9920728802680969,0.1141061931848526,-2.5742650032043457,2.5337469577789307,-0.3678668439388275,0.28762686252593994,-0.47687554359436035,0.1423177719116211 +592,-2.201603150309784,1.530124438081207,-0.3935690845593267,-0.03283520042896271,-0.9991729855537415,0.023981228470802307,-0.5031993985176086,-1.7836321592330933,2.195915937423706,-0.2137925922870636,0.6758240461349487,-0.2474156618118286 +593,-1.2592365609719458,1.413471665061647,-1.6622393489423053,-0.1491328924894333,-0.9876499772071838,-0.048027973622083664,-0.6625536680221558,-2.5887112617492676,-0.27100667357444763,-0.2412021905183792,1.1652624607086182,0.49831485748291016 +594,-2.835009569764008,1.4724018823528884,-0.30676948330278975,-0.02964748814702034,-0.9951631426811218,0.09365399181842804,3.480592727661133,-0.09921780228614807,-1.6921842098236084,-0.7223514318466187,-3.100677251815796,-0.22866368293762207 +595,-1.1451034693529922,1.4858131767099962,-1.9243887195026592,-0.07730521261692047,-0.9963911175727844,-0.03505158796906471,-2.308831214904785,1.70083487033844,0.44658103585243225,0.3744090795516968,0.20558911561965942,0.16891694068908691 +596,-0.029324370857842095,1.3723282489102702,-2.92839466994493,-0.005780979059636593,-0.9803697466850281,-0.1970825493335724,0.42301878333091736,-0.37894487380981445,-1.0607722997665405,0.42841893434524536,1.0621721744537354,0.012985244393348694 +597,-2.5067450743366138,1.543235359793483,-0.49624820049837887,-0.016343094408512115,-0.9996201992034912,0.022188236936926842,5.717865943908691,0.3203819692134857,-0.5314270853996277,0.3445901572704315,-1.4450056552886963,-0.6511859893798828 +598,2.4728928130575993,1.4993966064943034,1.0488549211758875,0.04422738030552864,-0.9974521398544312,0.05597409978508949,-0.410500168800354,2.613377809524536,-0.06253194808959961,0.10309623181819916,-0.2803340554237366,-0.21658813953399658 +599,-2.1191305192080403,1.4900026683657386,-0.639547771671575,-0.06887318938970566,-0.9967379570007324,0.04206881672143936,-1.0330541133880615,-1.9507912397384644,1.4246711730957031,-0.6270343661308289,1.0133700370788574,0.0360105000436306 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/5.csv b/BoostRunClub/CoreML/DataSet/Motion/running/5.csv new file mode 100644 index 0000000..be6ba0b --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/5.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-1.2263710632682443,1.449548937452987,-1.8000442021446776,-0.11384627968072891,-0.9926585555076599,-0.040839362889528275,-0.11913684755563736,-3.3930299282073975,-0.655637800693512,-0.2592463493347168,0.846159040927887,0.26094740629196167 +1,0.2249989812367909,0.4876456412748742,-2.4242385325789106,0.19709986448287964,-0.4685472548007965,-0.861170768737793,-1.3798964023590088,0.6159034967422485,0.30032092332839966,-0.030687496066093445,-0.0675397515296936,-0.46991443634033203 +2,0.2697716746324824,0.4531594879849974,-2.402867093622502,0.2396119385957718,-0.4378083050251007,-0.866550624370575,-0.25118717551231384,0.24046862125396729,-0.32257020473480225,-0.311724990606308,0.10097053647041321,0.23415017127990723 +3,0.25572673635568915,0.44699219375971017,-2.4401231434527615,0.22809672355651855,-0.43225520849227905,-0.8724261522293091,1.6908546686172485,-0.31171953678131104,-1.0899968147277832,-0.26491618156433105,0.15861934423446655,0.2758685350418091 +4,0.28952934723568713,0.5398652859268337,-2.5711051283781376,0.24489663541316986,-0.5140204429626465,-0.8220758438110352,-0.985139012336731,-0.828883171081543,-0.5694787502288818,-0.08947061002254486,-0.043749332427978516,-0.8614110946655273 +5,0.3722096389945956,0.3785472646010253,-2.6300900249009085,0.3379274010658264,-0.3695709705352783,-0.8655763268470764,0.6237354874610901,0.9640712738037109,-1.8324577808380127,0.17485946416854858,0.15501713752746582,-0.045678555965423584 +6,0.5937018782511131,0.3398498063584739,-2.887748804853843,0.5274363160133362,-0.333345502614975,-0.7814676761627197,2.0912225246429443,3.126223087310791,-3.4626705646514893,0.07688796520233154,0.6759511232376099,0.8790628910064697 +7,1.125250882388896,0.21813900928454008,2.972223299577734,0.8809911012649536,-0.21641311049461365,-0.4207374155521393,1.0925804376602173,3.545422315597534,-5.810279369354248,-0.05262202024459839,1.478894829750061,0.3603125810623169 +8,1.451725653936822,-0.42006026615498904,2.7550757103110364,0.9065994024276733,0.40781548619270325,-0.10846247524023056,0.9275901913642883,0.390308141708374,-6.233114242553711,1.8280349969863892,-0.12804561853408813,-1.5169953107833862 +9,0.8936859830544372,-0.6688675810674686,2.4618408680419397,0.6114476919174194,0.6200979948043823,-0.4915386140346527,1.033189296722412,-4.673660755157471,-0.4835941195487976,0.9483515024185181,-1.2941550016403198,0.9282757043838501 +10,0.6993923678780675,-0.5538999483572298,2.4136178069369434,0.5474986433982849,0.5260080695152283,-0.650815486907959,1.0146253108978271,0.5419495105743408,0.6357501149177551,-0.11497300863265991,-0.3874276876449585,1.2898993492126465 +11,0.9116143908373033,-0.5008710272251494,2.3412108294658394,0.6933930516242981,0.4801897406578064,-0.5372374057769775,1.2183856964111328,3.1431875228881836,-1.3013174533843994,1.1858794689178467,0.5208173394203186,-1.27079176902771 +12,1.090863750855604,-0.544107222070519,2.3315474034000676,0.758930504322052,0.5176544189453125,-0.39504238963127136,-1.0523250102996826,-0.4657990336418152,0.7101232409477234,0.2651936411857605,-0.0483856201171875,-0.45963287353515625 +13,1.0405632110443763,-0.4443366783734456,2.5250439630272092,0.7789186239242554,0.42985907196998596,-0.4566256105899811,-0.23862774670124054,-0.6567413806915283,2.5148465633392334,-0.7849763631820679,-0.14416873455047607,0.2476717233657837 +14,1.0268763288633553,-0.24218382561003285,2.6874578007001486,0.830714762210846,0.23982329666614532,-0.5023919939994812,-1.5826358795166016,0.8696777820587158,1.957100749015808,-0.13186228275299072,0.5783224105834961,-0.0894048810005188 +15,1.1182771598460708,-0.14930396404202606,2.8903528746542975,0.8893431425094604,0.14874987304210663,-0.43236827850341797,-1.6637449264526367,-1.0747504234313965,2.178067207336426,0.42485058307647705,-0.10680346190929413,-0.33455371856689453 +16,1.1030516620666906,-0.08259463993265118,3.0417686676481983,0.8895446062088013,0.08250076323747635,-0.44933730363845825,-0.4843263030052185,0.5175766348838806,0.6820141077041626,-0.39226067066192627,-0.09048111736774445,0.6856807470321655 +17,1.0286483475808452,-0.06454868042098162,2.8828011835971323,0.8548184037208557,0.06450386345386505,-0.5149025917053223,3.0772407054901123,-1.1152225732803345,-2.6691555976867676,-0.562353253364563,0.35950735211372375,0.06875091791152954 +18,1.0280614350890198,-0.2171907258553005,2.5171721087565686,0.8361820578575134,0.21548719704151154,-0.5043459534645081,1.4379620552062988,0.22595492005348206,-1.3799538612365723,1.7910304069519043,-0.6426875591278076,-1.1559170484542847 +19,1.1498174974765407,-0.18780958847192714,2.5174072406103645,0.8966401815414429,0.18670745193958282,-0.40146803855895996,-0.17072933912277222,1.9689960479736328,1.1286646127700806,-0.7233156561851501,-0.13977141678333282,0.02459123730659485 +20,1.2138640020892633,-0.11611606779357239,2.5518281501733124,0.9306635856628418,0.11585531383752823,-0.34704869985580444,-0.13256216049194336,0.568275511264801,-0.02298831380903721,-0.8718104958534241,0.5807541608810425,0.30971047282218933 +21,1.1867358146554092,-0.14810322193829936,2.6624299670250187,0.9170011281967163,0.14756238460540771,-0.37058645486831665,-1.7636533975601196,-0.2984550893306732,-0.32110628485679626,0.661780059337616,0.6610618829727173,-0.7050970792770386 +22,1.0890947167354785,-0.20089648734307267,2.7554127357830773,0.8683844804763794,0.1995478719472885,-0.45397019386291504,-0.5123788714408875,-1.4972162246704102,0.5054664015769958,0.4983757734298706,-0.4855281114578247,0.2678435444831848 +23,1.0728718681072207,-0.12106685641639564,2.874236575206534,0.872144877910614,0.12077132612466812,-0.47410714626312256,-0.4250727593898773,0.5665528178215027,1.5159281492233276,-0.5940839648246765,-0.4921092092990875,0.5282911062240601 +24,1.0680310183069588,0.0021714205896331278,2.8548603868245856,0.8762514591217041,-0.0021714188624173403,-0.48184940218925476,1.9455336332321167,0.9788892865180969,-0.8592819571495056,-0.7053225040435791,0.69377601146698,0.08019226789474487 +25,1.14859137712712,-0.024063414174508198,2.600565722314732,0.9119235873222351,0.024061091244220734,-0.4096541702747345,0.5666490793228149,-1.0607643127441406,-0.41417208313941956,2.080325126647949,-0.20701396465301514,-0.9817337989807129 +26,1.107469497371505,-0.031773581011697846,2.5584214984320885,0.8941190242767334,0.03176823630928993,-0.4467010498046875,0.16828496754169464,-0.14927034080028534,0.31869378685951233,-0.7138822674751282,-0.15945379436016083,-0.04234310984611511 +27,1.0739869749324382,0.013296111500518763,2.5368621685096095,0.8790301084518433,-0.013295719400048256,-0.476580947637558,-0.16416004300117493,-0.4307379126548767,0.8240068554878235,-0.8390520811080933,0.1885429173707962,0.6225159764289856 +28,1.1476698524764868,-0.012326435882403732,2.7544658973500082,0.9117403030395508,0.012326124124228954,-0.4105819761753082,-2.370239734649658,0.36117321252822876,1.1760882139205933,1.3440275192260742,0.7699462175369263,-1.2443251609802246 +29,1.0712699071156697,0.04871852268005309,3.014593274625629,0.8767680525779724,-0.04869925230741501,-0.4784415662288666,-0.9557338953018188,-1.0449459552764893,0.7509362697601318,-0.32201945781707764,-0.2240973711013794,0.01074439287185669 +30,1.01149934697137,0.06763931239479912,3.101008032945127,0.8456900715827942,-0.06758774816989899,-0.5293771624565125,0.21829178929328918,-0.5460978746414185,0.7105588912963867,-0.5510886311531067,-0.179421529173851,0.601597011089325 +31,0.9814369478642784,0.10036066154723097,2.968318970164048,0.827113926410675,-0.10019227117300034,-0.5530316829681396,1.8507672548294067,0.5430235266685486,-2.1335208415985107,-0.35734158754348755,0.10054321587085724,-0.21096062660217285 +32,0.9825126171368657,-0.006628088188345364,2.689582368445841,0.8318760991096497,0.006628039758652449,-0.5549219250679016,0.798324704170227,-0.7019981741905212,-1.3406950235366821,1.1080806255340576,0.14504432678222656,-0.6230108737945557 +33,1.1412620555976678,-0.2583919025496554,2.4695007991814264,0.8789776563644409,0.25552618503570557,-0.4026222825050354,0.48064184188842773,3.414653778076172,-4.803249359130859,-0.8031719923019409,0.14861813187599182,0.2614479660987854 +34,1.1418883138003673,-0.4563436206264249,2.2745980350483594,0.8163591623306274,0.44066885113716125,-0.3733210563659668,0.6423918604850769,-1.090279459953308,-0.22845488786697388,-0.2747790217399597,-0.5996959209442139,-0.18212935328483582 +35,1.250435452601375,-0.4699540177323255,2.3854117201409784,0.8462266325950623,0.4528452754020691,-0.2807694971561432,-1.2965534925460815,0.17281076312065125,2.5360708236694336,1.3107709884643555,-0.22304797172546387,-1.0511243343353271 +36,1.3322431443982232,-0.2635813186292348,2.645682656947982,0.9381219148635864,0.26053985953330994,-0.22813603281974792,-1.9926986694335938,0.03859439864754677,3.31475567817688,0.18411612510681152,-0.45270904898643494,0.4016437232494354 +37,1.3082467401343487,0.003523527410440444,2.8681912643059175,0.9657253623008728,-0.0035235201939940453,-0.25954198837280273,-0.566064715385437,-0.778304398059845,2.1771621704101562,-0.8358883857727051,-0.06576664745807648,0.4582267105579376 +38,1.222437373570203,0.18922548455193036,2.816087661164768,0.9231566190719604,-0.1880982667207718,-0.3352626860141754,1.5420143604278564,-0.4937976598739624,-0.47301703691482544,-0.905593752861023,0.5632356405258179,-0.21147501468658447 +39,1.2087953391588497,0.2361326598043976,2.6695680441405654,0.9092384576797485,-0.2339443564414978,-0.3443186581134796,-1.0973020792007446,-2.033339500427246,-0.1081039234995842,1.432771921157837,0.030941441655158997,-1.0353047847747803 +40,1.2038629865069774,0.19137254910955395,2.5830212587384427,0.9163912534713745,-0.19020657241344452,-0.35220521688461304,0.9607036113739014,-0.8708637356758118,-0.8093506693840027,-0.5204867720603943,0.3628750443458557,-0.05744749307632446 +41,1.1647100773748649,0.20386975482085123,2.5571847178707166,0.8996485471725464,-0.20246045291423798,-0.38683629035949707,-0.7319797873497009,0.10416588187217712,0.2885073125362396,-0.9095515012741089,0.8683539628982544,0.18697667121887207 +42,1.2709484617095665,0.16300015928136752,2.666021865536869,0.9427177309989929,-0.16227932274341583,-0.2914596199989319,-2.6527459621429443,-1.4854915142059326,0.6154849529266357,1.8642432689666748,-0.17634372413158417,-1.1845992803573608 +43,1.2246379279833666,0.16787748267639444,2.8353527264511578,0.927458643913269,-0.16709004342556,-0.3345167934894562,-1.0112719535827637,-0.5473994612693787,0.46201270818710327,-0.39408767223358154,-0.2031949907541275,-0.04928755760192871 +44,1.1925076699396724,0.16411950490341515,2.8582396074809524,0.9168106317520142,-0.16338373720645905,-0.364367812871933,0.17094570398330688,-0.7327139973640442,0.04199661687016487,-0.6209580898284912,-0.06586430966854095,0.16598829627037048 +45,1.123049860787171,0.17959573605675522,2.707488690530605,0.886926531791687,-0.17863182723522186,-0.4259719252586365,2.1728768348693848,-0.5971580147743225,-1.0829707384109497,-0.6178072690963745,-0.18973061442375183,0.055778443813323975 +46,1.2616081338793004,0.13335628051473414,2.434858493658986,0.9441232085227966,-0.13296136260032654,-0.30158376693725586,1.0851986408233643,0.8006320595741272,-0.5562839508056641,1.522292137145996,-0.22160711884498596,-0.20220041275024414 +47,1.3200946059640497,0.1304530058688545,2.3304161422425924,0.960507333278656,-0.13008330762386322,-0.24597586691379547,0.6182590126991272,-0.471245676279068,-0.22912999987602234,-0.6120118498802185,0.23752042651176453,-0.0024829506874084473 +48,1.3003417695763635,0.14420334816055702,2.332984786226847,0.9536475539207458,-0.14370408654212952,-0.26439645886421204,-1.0793582201004028,0.6146009564399719,0.8478304743766785,-0.9503669142723083,0.2736784517765045,0.23715955018997192 +49,1.4478236116501568,0.12807912388066747,2.4996628939952963,0.984319269657135,-0.12772923707962036,-0.12165828049182892,-2.7324085235595703,-0.13652116060256958,-0.2050250917673111,2.3142189979553223,0.17207130789756775,-0.6411133408546448 +50,1.3808068428661189,0.1387488039269587,2.710999612384667,0.9725691080093384,-0.13830405473709106,-0.1870337277650833,-1.2920517921447754,-0.8874587416648865,0.4011700749397278,-0.32989931106567383,-0.3364426791667938,-0.3385246992111206 +51,1.3468628282025106,0.14993348012505714,2.7335842634969794,0.9640927314758301,-0.14937235414981842,-0.21957528591156006,0.28904566168785095,-0.7465611696243286,0.17393076419830322,-0.7105984091758728,-0.18627522885799408,0.17253240942955017 +52,1.2727031205427153,0.1583332099743975,2.5976769536973903,0.9439413547515869,-0.1576724797487259,-0.2900243103504181,2.8645052909851074,0.05304709076881409,-1.5259599685668945,-0.3572714328765869,-0.07037010788917542,-0.276641309261322 +53,1.439824567244098,0.10961395551683245,2.3383967828962007,0.9854852557182312,-0.10939458012580872,-0.12981384992599487,0.8974548578262329,0.37536951899528503,0.1343385875225067,1.322925329208374,0.036488085985183716,0.22620362043380737 +54,1.4473802592838967,0.11922095757617245,2.2728122441280463,0.9853495359420776,-0.11893872916698456,-0.12222917377948761,0.4582159221172333,-0.48962149024009705,-0.20624926686286926,-0.6590861082077026,0.21770885586738586,-0.019860684871673584 +55,1.4448451111146006,0.11569343426012749,2.294103276310491,0.985446572303772,-0.11543551832437515,-0.12477871030569077,-1.197187066078186,0.3168374001979828,0.40136465430259705,-0.8611637353897095,0.28946200013160706,0.056297242641448975 +56,1.4932687236576467,0.0890587992760544,2.497509088796232,0.9930451512336731,-0.08894111961126328,-0.07714302837848663,-2.1043386459350586,0.4377038776874542,-0.12907882034778595,1.7360657453536987,0.28349068760871887,0.05349194258451462 +57,1.4785495642654323,0.09999391951792634,2.6812192574943885,0.9907742738723755,-0.0998273640871048,-0.09165585041046143,-1.0456666946411133,-0.44700634479522705,0.3988780677318573,-0.23013895750045776,-0.2539781630039215,-0.2797735929489136 +58,1.4159194234194021,0.10824817333638914,2.7292677304126194,0.9822474718093872,-0.10803689807653427,-0.15335558354854584,0.1084289476275444,-0.6526845693588257,-0.130870521068573,-0.7944117784500122,-0.3327895402908325,0.06075000762939453 +59,1.3480179329518138,0.10789524541538317,2.633741431755354,0.9696159958839417,-0.10768602788448334,-0.21965542435646057,2.2722675800323486,-0.3152768015861511,-1.0250216722488403,-0.38241201639175415,-0.10985852777957916,-0.15784698724746704 +60,1.485418765609153,0.052390387518897186,2.386012454961905,0.9949905276298523,-0.05236642435193062,-0.0851568728685379,1.075393795967102,-0.6467245221138,0.33624687790870667,1.5909316539764404,-0.029435928910970688,-0.2932763695716858 +61,1.4339798476180028,0.08398280347336477,2.301689324972644,0.9871637225151062,-0.0838841125369072,-0.13590934872627258,0.7057024240493774,0.15066945552825928,-0.24884523451328278,-0.4903680086135864,0.1847141981124878,0.33749324083328247 +62,1.4501462055194514,0.08077110451951175,2.264237351284195,0.9894940257072449,-0.08068330585956573,-0.11996523290872574,-0.37185195088386536,0.4605792462825775,0.3576217591762543,-0.8023145198822021,0.19832855463027954,0.10556096583604813 +63,1.510891888668341,0.12236370436664182,2.3568972972315927,0.9907427430152893,-0.12205857783555984,-0.059420984238386154,-1.478834629058838,0.3362198770046234,0.7941728830337524,1.2897902727127075,0.23062482476234436,-0.6033292412757874 +64,1.4906212083953383,0.17998626684597563,2.553825729649069,0.9806855916976929,-0.17901606857776642,-0.07879548519849777,-2.189753532409668,-0.12510636448860168,0.669796884059906,-0.0657687783241272,0.1015014499425888,-0.05801479518413544 +65,1.4343221857881279,0.1859016372482201,2.6412160083961447,0.9736320972442627,-0.18483270704746246,-0.13370674848556519,-0.06952488422393799,-0.7590157985687256,0.014935381710529327,-0.9575951099395752,-0.25199589133262634,-0.09338980913162231 +66,1.3970699951254493,0.2065060962522758,2.528695991485483,0.9640204906463623,-0.20504148304462433,-0.16918118298053741,2.4026436805725098,-0.8105781078338623,-0.4167916476726532,-0.5991829633712769,-0.15976561605930328,-0.17502658069133759 +67,1.489653416456736,0.15364758037464635,2.300632999023996,0.984967827796936,-0.1530437469482422,-0.08009903132915497,1.4376142024993896,-0.7335920333862305,-0.06512471288442612,1.5756399631500244,-0.08369635045528412,-0.5991154313087463 +68,1.4732594864018775,0.16292065434515807,2.1996772840865613,0.9820677638053894,-0.16220086812973022,-0.09609270840883255,0.3472761809825897,0.31937074661254883,-0.07336302101612091,-0.3839232921600342,0.20440667867660522,0.42978715896606445 +69,1.4757516120939989,0.16051229667602362,2.195720303137027,0.982690155506134,-0.159823939204216,-0.09368176758289337,-0.8247729539871216,0.31895187497138977,0.5406126976013184,-0.8268369436264038,0.2271609902381897,0.03777360916137695 +70,1.527329369075344,0.17533092537990722,2.3576735347625735,0.9837387800216675,-0.17443400621414185,-0.042787082493305206,-2.5465707778930664,1.1724971532821655,-0.21158292889595032,0.8832808136940002,0.47127848863601685,-0.4056839942932129 +71,1.5312110898532554,0.1552599039309812,2.5485146223816515,0.9871973395347595,-0.15463687479496002,-0.039098866283893585,-1.7516639232635498,-0.41812509298324585,-0.08760295808315277,0.3139958381652832,-0.18221615254878998,-0.178521990776062 +72,1.4669750355878135,0.15953789293600348,2.575911625557656,0.9819846153259277,-0.15886197984218597,-0.10231880098581314,0.78175288438797,-0.9249001145362854,-0.07666821777820587,-0.881947934627533,-0.21774020791053772,0.06354622542858124 +73,1.3887873600303617,0.13952199907413904,2.411431096642234,0.9739251732826233,-0.13906978070735931,-0.17924682796001434,2.691706657409668,-1.0699045658111572,-1.3848788738250732,-0.476351261138916,0.19824336469173431,-0.10278137028217316 +74,1.5047253575988608,-0.006277703847433945,2.132992464843279,0.9977983236312866,0.006277662701904774,-0.06602159887552261,0.5700997710227966,0.3672798275947571,0.013272003270685673,1.5703320503234863,-0.8629671335220337,-0.5605958104133606 +75,1.4006384714705196,0.03657078916183973,2.1372037556815577,0.9848990440368652,-0.036562636494636536,-0.16922469437122345,0.004963678307831287,0.19513612985610962,-0.030191022902727127,-0.5215964913368225,0.36064404249191284,0.7574204802513123 +76,1.417664380477067,0.038105128310640085,2.164557134031544,0.9875807762145996,-0.038095906376838684,-0.1524234414100647,-1.0765310525894165,0.7493106126785278,0.7338142395019531,-0.6908125877380371,0.17772909998893738,0.1975284218788147 +77,1.4878750978030257,0.09448916036689453,2.3385595743182384,0.9921185374259949,-0.09434861689805984,-0.08245676755905151,-2.9646639823913574,0.27623802423477173,0.13764335215091705,0.9576036930084229,0.46098679304122925,-0.3256853222846985 +78,1.4921912176131724,0.09141951853977043,2.57235717602429,0.9927492737770081,-0.09129223227500916,-0.07819627970457077,-1.4978291988372803,-0.6574758887290955,0.03507360816001892,0.10367101430892944,-0.19593918323516846,-0.2067463994026184 +79,1.4454749649067569,0.08830755500398804,2.6484479209165066,0.9882915616035461,-0.08819282799959183,-0.12450654059648514,0.09077086299657822,-0.7192659974098206,0.13213658332824707,-0.9346264004707336,-0.32368767261505127,-0.16382354497909546 +80,1.2940418266568445,0.13048102894577746,2.4647072796474587,0.9537701606750488,-0.13011109828948975,-0.27091243863105774,3.388690233230591,-2.0959699153900146,-0.22985652089118958,-0.4053846001625061,0.07366885244846344,0.10572078824043274 +81,1.4021015048126926,0.006620375945119991,2.1693780522278465,0.9857831001281738,-0.006620327476412058,-0.16789215803146362,1.0373749732971191,0.76211017370224,-0.4703053832054138,1.6565508842468262,-0.5807514786720276,-0.8139498829841614 +82,1.3135211717250812,0.03501215068069408,2.1029912056914033,0.9664942026138306,-0.03500499948859215,-0.2542904019355774,-0.1853811889886856,-0.1307644248008728,0.03183058276772499,-0.5293909311294556,0.007874876260757446,0.4905574917793274 +83,1.3437992668547294,0.04678398005071135,2.165596120985714,0.9732806086540222,-0.046766914427280426,-0.22480641305446625,-0.7959915399551392,0.8404210805892944,0.7766043543815613,-0.7781969308853149,0.15850701928138733,0.32697927951812744 +84,1.4482342188746367,0.11884945436933034,2.350747670647901,0.9854973554611206,-0.11856985837221146,-0.12139307707548141,-2.4924352169036865,2.510559320449829,0.9278592467308044,0.5483008623123169,0.6583342552185059,-0.3886014223098755 +85,1.463113324772338,0.11797525050674694,2.610893723176665,0.9872970581054688,-0.11770177632570267,-0.1067279577255249,-1.5053305625915527,-1.0078173875808716,-0.07301400601863861,0.5374069213867188,-0.34521937370300293,-0.0387645959854126 +86,1.3978071047154246,0.09963946926188905,2.668182261296444,0.9801888465881348,-0.09947468340396881,-0.17127399146556854,-0.040630463510751724,-0.27422621846199036,-0.0020637530833482742,-0.5805153846740723,-0.30817911028862,0.25925612449645996 +87,1.3437115503844612,0.1313677865915169,2.5469726793017498,0.9659317135810852,-0.13099026679992676,-0.22319822013378143,2.2319676876068115,-1.344570517539978,-0.5864444971084595,-0.8287399411201477,0.09378936886787415,-0.14263121783733368 +88,1.4704445575733167,0.010933041506070083,2.285314339834114,0.9949095845222473,-0.01093282364308834,-0.10017743706703186,0.7934807538986206,-0.3605462312698364,-0.21990559995174408,2.037179708480835,-0.4711076021194458,-0.8033106923103333 +89,1.399605008482041,0.05444830728293785,2.2602435415752247,0.9839223027229309,-0.05442140996456146,-0.17010392248630524,-0.45092639327049255,0.28740325570106506,-0.1364225149154663,-0.7741597294807434,0.47048279643058777,0.47924697399139404 +90,1.4040162864354586,0.05104091286120757,2.2902521103300586,0.9848401546478271,-0.05101875215768814,-0.16579173505306244,-0.45842111110687256,0.5646194219589233,0.3282642960548401,-0.7962263226509094,0.20238593220710754,0.19795727729797363 +91,1.5164508046492595,0.030036759144834394,2.397714846625626,0.9980733394622803,-0.030032243579626083,-0.05429427698254585,-2.6677324771881104,1.13254976272583,-0.9047536253929138,0.8539623022079468,0.3951598107814789,-0.5479243397712708 +92,1.496569889087472,0.023427607138744103,2.5934898628433647,0.996972918510437,-0.02342546358704567,-0.07413795590400696,-1.7610372304916382,-0.424806147813797,0.32372793555259705,0.35854172706604004,-0.10490094125270844,0.08555155247449875 +93,1.44171745581336,0.03152003524488673,2.6705922668232582,0.9911884069442749,-0.031514815986156464,-0.128656804561615,0.013929182663559914,-0.39628103375434875,0.025481320917606354,-0.7272264957427979,-0.3092597424983978,0.0998939722776413 +94,1.4080306278224866,0.0574464982176734,2.5579462461440428,0.9851552248001099,-0.057414907962083817,-0.16178067028522491,2.136685609817505,-0.1499096155166626,0.08344335108995438,-0.6182575225830078,-0.09878934174776077,0.0844949334859848 +95,1.5172978018122647,-0.03945072258080737,2.302441755172804,0.9977923035621643,0.03944049030542374,-0.053431399166584015,1.8999178409576416,0.2823909819126129,-0.30864858627319336,2.0987043380737305,-0.702297568321228,-0.8151141405105591 +96,1.4467761700442845,0.013301371803912816,2.23131831792212,0.992231547832489,-0.013300979509949684,-0.12369152903556824,0.4695797562599182,-0.05947788432240486,0.19842658936977386,-0.4839003086090088,0.34215840697288513,0.4498481750488281 +97,1.4484791847958902,0.027366181754962013,2.2003452047582694,0.992156982421875,-0.0273627657443285,-0.12196668237447739,-0.16620439291000366,0.3219342529773712,0.5518971681594849,-0.751434326171875,0.13232797384262085,0.14287126064300537 +98,1.5133472212536352,0.10467096522524204,2.2823494884305426,0.9928863644599915,-0.10447993874549866,-0.057103268802165985,-1.437347412109375,0.9108467698097229,-0.29158779978752136,0.02540898323059082,0.6557494401931763,-0.14829528331756592 +99,1.5447060647332023,0.05803927743139214,2.4603314539070475,0.9979764223098755,-0.05800669640302658,-0.026043375954031944,-1.7245286703109741,-0.4868951141834259,0.40588709712028503,0.6822298765182495,-0.24526172876358032,0.3052791953086853 +100,1.4926593721767625,0.07923226320046711,2.586343060584632,0.9938212633132935,-0.07914938777685165,-0.07781258970499039,-0.6568034887313843,0.017134275287389755,0.02144058234989643,-0.753602147102356,-0.25196632742881775,0.07550853490829468 +101,1.4596514539429348,0.09847732189115896,2.5293855809018266,0.9890145659446716,-0.09831823408603668,-0.11037878692150116,1.6595826148986816,-0.126554936170578,0.11509743332862854,-0.7864390015602112,-0.06612572818994522,0.08375216275453568 +102,1.5788408449364932,0.03280711004241385,2.2566459926246245,0.9994295239448547,-0.032801225781440735,0.008040102198719978,3.1360270977020264,1.5211387872695923,-1.1034526824951172,1.8004971742630005,-0.39687100052833557,-0.5435167551040649 +103,1.508659262949355,0.06432659573553019,2.2125269997100347,0.9960059523582458,-0.06428223848342896,-0.06196866184473038,-0.39478039741516113,-0.309749037027359,0.2678437829017639,-0.3256872296333313,0.32616883516311646,0.38606536388397217 +104,1.498952264168208,0.07677081786242178,2.191167866097361,0.9944825768470764,-0.07669542729854584,-0.07157085090875626,0.10249453783035278,-0.0782129317522049,0.2199428677558899,-0.8209747672080994,0.03667160123586655,0.02876996248960495 +105,1.5568710020711962,0.11949746712833643,2.2675875643491854,0.9927724003791809,-0.1192132756114006,-0.013825572095811367,-1.8172484636306763,0.9468590021133423,-0.12702837586402893,-0.045110106468200684,0.7211267352104187,-0.029051661491394043 +106,1.5810044358534445,0.1061583109877031,2.436935214250033,0.9943187832832336,-0.10595902800559998,0.010150467045605183,-1.7241944074630737,0.35516077280044556,0.43258169293403625,0.7170765995979309,-0.15528671443462372,0.5424771308898926 +107,1.5598492739462957,0.15008159676738908,2.5536445914396984,0.9886995553970337,-0.14951881766319275,-0.010823778808116913,-0.5651535987854004,0.028372488915920258,0.2621707320213318,-0.6293094158172607,-0.13913166522979736,0.004033626988530159 +108,1.5248371656331678,0.16804499897378267,2.550678115698901,0.984872579574585,-0.1672552078962326,-0.04529581591486931,0.7080171704292297,-0.5855224132537842,0.2990661561489105,-0.81131911277771,-0.1033594161272049,0.0253831148147583 +109,1.5605952231335365,0.1249892772868741,2.3779476217920292,0.9921474456787109,-0.12466409802436829,-0.010121350176632404,2.917661666870117,1.3858177661895752,-1.338342308998108,1.3355045318603516,-0.3215639293193817,-0.5319929122924805 +110,1.5278340008258455,0.1183884233751944,2.245963943224636,0.9920840859413147,-0.11811206489801407,-0.04264848306775093,1.0505067110061646,-0.22704669833183289,0.3525451719760895,0.1093716025352478,0.21128222346305847,0.08628863096237183 +111,1.5194475896395276,0.11884404109520792,2.1922017322931926,0.9916375875473022,-0.11856447905302048,-0.05096413940191269,0.16114617884159088,-0.019221387803554535,-0.12407349050045013,-0.6573328375816345,-0.01606380194425583,-0.06454485654830933 +112,1.5521014272193012,0.12927444655977996,2.2564667432967283,0.9914823770523071,-0.12891468405723572,-0.018537823110818863,-1.054240107536316,0.7860795855522156,0.33125972747802734,-0.5964781641960144,0.5019768476486206,0.12003928422927856 +113,1.607548113919707,0.07775410292871689,2.4155700969050957,0.9963053464889526,-0.07767578214406967,0.03663249686360359,-0.49399229884147644,-0.01706526055932045,0.37347981333732605,1.1738910675048828,-0.031500838696956635,0.15533828735351562 +114,1.5842970276831032,0.12375587360378489,2.5457795735253144,0.992261528968811,-0.123440220952034,0.013397039845585823,-0.9722495079040527,-0.42803308367729187,0.41321641206741333,-0.4332711100578308,-0.1751895546913147,-0.17132556438446045 +115,1.5386239539307323,0.1370668074627607,2.56014568839019,0.9901084303855896,-0.13663803040981293,-0.03186513110995293,0.5950827598571777,-0.6333693265914917,0.20849493145942688,-0.7405356764793396,-0.18266740441322327,0.004002630710601807 +116,1.5486317197408264,0.13323390187070142,2.4137316496180703,0.9908941984176636,-0.13284006714820862,-0.021966377273201942,2.3695762157440186,0.8668217062950134,-1.4184017181396484,0.520244836807251,0.15078438818454742,-0.2539125680923462 +117,1.5515285552545066,0.0755493129084558,2.2299341429864725,0.9969625473022461,-0.0754774659872055,-0.019211623817682266,1.5656466484069824,-0.9933578968048096,0.20978553593158722,0.667145848274231,-0.043769992887973785,-0.16157454252243042 +118,1.540262147987475,0.08832388710853228,2.1095726515757867,0.9956375360488892,-0.08820909261703491,-0.03041042573750019,0.5889372229576111,0.19426074624061584,-0.22241508960723877,-0.6528642773628235,0.1014384776353836,0.06408656388521194 +119,1.5593444060012571,0.11229485170227775,2.1553997271511225,0.9936364889144897,-0.11205898970365524,-0.01137954369187355,-1.0345311164855957,0.34408876299858093,0.8047865629196167,-0.7833093404769897,0.40035855770111084,0.05408889055252075 +120,1.5959431578663736,0.06240401970846946,2.3188804919796797,0.9977378845214844,-0.06236352398991585,0.02509523555636406,-0.8248071670532227,-0.12437799572944641,-0.17951065301895142,1.5001869201660156,-0.026320572942495346,0.031026599928736687 +121,1.5825419541423786,0.0931675729481304,2.497225328829732,0.995594322681427,-0.0930328443646431,0.011694417335093021,-1.805440902709961,-0.044377755373716354,0.5671548247337341,-0.03306996822357178,-0.17327880859375,-0.22824716567993164 +122,1.5359423328578403,0.12054755427117685,2.542680083951686,0.992139995098114,-0.12025580555200577,-0.03459405153989792,0.3554193377494812,-0.6149649024009705,0.05424748361110687,-0.9103987216949463,-0.21862661838531494,0.031877998262643814 +123,1.5139181691429897,0.11340423989500041,2.4276735578654467,0.9919700026512146,-0.11316132545471191,-0.05648234859108925,2.3988916873931885,0.7150406241416931,-1.085539698600769,-0.21242886781692505,-0.04752899706363678,-0.07492632418870926 +124,1.562862395389364,0.028347842379156465,2.1757252894195425,0.9995667338371277,-0.0283440463244915,-0.007930660620331764,0.7202396988868713,-1.1385811567306519,0.4778423309326172,1.04195237159729,-0.2013312578201294,0.1297263503074646 +125,1.502283040743774,0.06871333647614668,2.1154905755083915,0.9952996969223022,-0.06865927577018738,-0.06829815357923508,0.3089474141597748,-0.06233759969472885,0.0865321159362793,-0.5853416919708252,0.15853354334831238,0.3913114666938782 +126,1.5122108457927648,0.10304041411462407,2.143685246541936,0.9929894208908081,-0.10285817831754684,-0.05824141204357147,-0.9861724972724915,0.29147353768348694,0.6412413716316223,-0.9477319121360779,0.27488577365875244,0.023649755865335464 +127,1.5674147717944624,0.044063850660715546,2.289001169939316,0.9990235567092896,-0.044049594551324844,-0.003378266002982855,-1.7940329313278198,-0.10561847686767578,-0.6083463430404663,1.6938016414642334,0.08111318945884705,-0.4486938714981079 +128,1.5535242154853872,0.07283577962481198,2.453781356802406,0.9971999526023865,-0.07277140021324158,-0.017225461080670357,-1.5905404090881348,0.23409302532672882,0.6725836992263794,0.1469193696975708,-0.21072164177894592,-0.1823899745941162 +129,1.5371508003080947,0.12203298096408821,2.521327185265024,0.9920015931129456,-0.12173032015562057,-0.03338901698589325,-0.16574621200561523,-0.21821945905685425,0.19150425493717194,-0.7479219436645508,-0.13696718215942383,0.016924738883972168 +130,1.543505168922977,0.15269108372738036,2.5113902674051682,0.9879974126815796,-0.15209844708442688,-0.026970289647579193,0.5961047410964966,0.6539193391799927,-0.012607170268893242,-0.3260710835456848,-0.043595507740974426,0.006569266319274902 +131,1.5753392883397812,0.08404870852629032,2.4428043307597624,0.9964597821235657,-0.08394978940486908,0.004526909906417131,0.2375541776418686,-0.6660698652267456,0.05448325350880623,0.8972017168998718,-0.022480249404907227,-0.4081982374191284 +132,1.515600505971607,0.10346352033009944,2.3210058825781474,0.9931377172470093,-0.10327903181314468,-0.0548727884888649,1.5857536792755127,-0.0318356528878212,-0.17283684015274048,-0.5016521215438843,0.2719344198703766,0.5579855442047119 +133,1.550804812611383,0.061319805914040765,2.206585624937869,0.9979211688041687,-0.06128138303756714,-0.01995261199772358,0.7039167881011963,0.053804658353328705,-0.5291194319725037,-0.5645562410354614,0.05719202756881714,0.053903400897979736 +134,1.575640538429127,0.019947388466873172,2.2184848158163843,0.9997893571853638,-0.019946064800024033,0.004843228962272406,-0.8652819395065308,0.5338936448097229,-0.0796571597456932,0.5088928937911987,-0.39169028401374817,0.22275686264038086 +135,1.6080980516171208,0.051883923907349874,2.392351082032591,0.9979596138000488,-0.05186064913868904,0.037242889404296875,-1.3138158321380615,0.08256158977746964,0.4560375213623047,0.6119647026062012,0.09623318910598755,-0.19909286499023438 +136,1.603838541146222,0.1486409419056834,2.486021272288626,0.9884335398674011,-0.14809419214725494,0.03267192468047142,-0.38093531131744385,-0.052280545234680176,0.9138150811195374,-0.07983362674713135,0.34745025634765625,-0.05084514617919922 +137,1.5924595459471484,0.2873722554906439,2.5394859485371573,0.9587668776512146,-0.2834332287311554,0.020773226395249367,-0.3361142873764038,-0.5225616097450256,2.1565699577331543,-0.5012626647949219,-0.2701556086540222,-0.21976304054260254 +138,1.5022443626829087,0.3590353996783819,2.631782987421817,0.9340372681617737,-0.35137128829956055,-0.06413057446479797,0.12193378806114197,-0.044975508004426956,0.18324126303195953,-0.6693430542945862,0.07588911056518555,0.17832732200622559 +139,1.5226327163421691,0.3385427731033224,2.562718175889721,0.942145824432373,-0.3321129381656647,-0.04541226476430893,0.8605005145072937,-0.043679192662239075,-0.839552104473114,0.539085865020752,-0.09307324886322021,0.24681305885314941 +140,1.6117114333337959,0.26999402888683977,2.486343545029048,0.9629659056663513,-0.26672568917274475,0.03942185267806053,0.9218950271606445,1.552101492881775,-0.796937108039856,0.8799448013305664,-0.21458232402801514,-0.24565958976745605 +141,1.6527450181680658,0.25117585240734513,2.447596976906755,0.9653701186180115,-0.24854308366775513,0.07928838580846786,0.29997605085372925,-0.7219198346138,-0.14434072375297546,-0.21033483743667603,0.15735659003257751,-0.2853125333786011 +142,1.5857254926592121,0.3175260916831555,2.404630748631551,0.9499048590660095,-0.31221726536750793,0.014182341285049915,0.6836013793945312,-0.38170167803764343,1.6027315855026245,-0.6956629753112793,0.30095627903938293,0.19472575187683105 +143,1.5856103390593475,0.5230232291687281,2.351682863419307,0.866217851638794,-0.49950146675109863,0.012833100743591785,0.1327291876077652,-0.016851000487804413,1.3282289505004883,-0.286094069480896,0.1677754819393158,0.1441493034362793 +144,1.565235150302303,0.5527801047392549,2.4421457204104255,0.8510547876358032,-0.5250552892684937,-0.004732914734631777,-1.0575896501541138,0.6126667261123657,-0.36619529128074646,0.47488802671432495,-0.6558375358581543,0.6751125454902649 +145,1.666154031905616,0.5548894712210959,2.523784693662188,0.8460973501205444,-0.5268493294715881,0.08092734217643738,-0.9764491319656372,0.8015404939651489,0.23992210626602173,0.4090144634246826,0.07979726791381836,-0.40207910537719727 +146,1.6704257763809127,0.5969755113870522,2.6170271179614994,0.8229383826255798,-0.5621436834335327,0.08226125687360764,-0.27935945987701416,0.1509667932987213,0.12477792799472809,-0.18290847539901733,0.3435310125350952,-0.1745312213897705 +147,1.6772859352568934,0.7104343239107712,2.622956737358649,0.7537844777107239,-0.6521630883216858,0.08057501912117004,-0.9061521291732788,-1.3608698844909668,3.833264112472534,-0.3183596730232239,-0.1634344458580017,-0.20102787017822266 +148,1.386601984396488,0.9617642258850333,2.821992055474912,0.5623968243598938,-0.820202112197876,-0.10477795451879501,-0.18964383006095886,-0.4802294671535492,0.11708743870258331,-0.6060369610786438,0.5306206941604614,0.356181800365448 +149,1.468840526041628,0.8779392104658937,2.6836139180658214,0.6354212760925293,-0.7694242000579834,-0.06501030176877975,1.1194148063659668,-0.1830396205186844,-0.9295970797538757,0.3491215705871582,-0.4619600772857666,0.12393975257873535 +150,1.6024192834158681,0.7679006752930141,2.549199589674811,0.7190109491348267,-0.6946265697479248,0.022744834423065186,0.20424267649650574,-1.0776399374008179,-0.6316252946853638,0.6447128057479858,-0.34970027208328247,-0.5111175775527954 +151,1.4900479580218229,0.718516586568156,2.5567015811515605,0.7503302097320557,-0.6582686901092529,-0.060719966888427734,0.577537477016449,-1.5916272401809692,-0.14047417044639587,-0.19088196754455566,0.5714920163154602,-0.09295129776000977 +152,1.310500010419497,0.6636804311048237,2.4786755566654666,0.7611947059631348,-0.6160202026367188,-0.20273573696613312,0.4210994839668274,-2.0757052898406982,-0.8302185535430908,-0.35662317276000977,0.36779022216796875,0.2328566312789917 +153,1.2607276689659899,0.6370026261251233,2.4989954896155306,0.7655472755432129,-0.5947886109352112,-0.2452837973833084,-0.9052395820617676,0.9883667230606079,0.6039706468582153,-0.039198338985443115,-0.4851979613304138,0.22244137525558472 +154,1.3297971516719447,0.7557833465692002,2.6067012762694244,0.7067030668258667,-0.685858964920044,-0.17369063198566437,-0.25606659054756165,0.33716627955436707,2.2689080238342285,0.5497666597366333,-0.687035322189331,-0.22395342588424683 +155,1.4193905948521373,1.053057010484941,2.6538907929464126,0.48925524950027466,-0.8689402341842651,-0.07464732229709625,0.23383834958076477,1.0392802953720093,4.183081150054932,0.42601269483566284,0.28375041484832764,-0.23124563694000244 +156,1.3410726482751991,1.4341364875028262,2.888532890856081,0.13265548646450043,-0.9906765818595886,-0.031021740287542343,0.504118025302887,1.38297438621521,2.03961181640625,0.23228894174098969,0.4355924129486084,-0.16062861680984497 +157,1.4186641853976358,1.4436274635044075,2.7793259937675767,0.12536227703094482,-0.9919249415397644,-0.0192201379686594,-0.4537048935890198,-1.386725664138794,-0.8071659803390503,-0.21816621720790863,0.6300168633460999,-0.12344956398010254 +158,0.965152464919827,1.3484578698768024,-3.0824731447008706,0.18129004538059235,-0.9753844738006592,-0.12553508579730988,-1.1339997053146362,0.6158682703971863,0.213768869638443,-0.16412392258644104,-0.5387299060821533,0.43158066272735596 +159,1.0437339594007862,1.3991511230234985,3.1122217369263803,0.1476236879825592,-0.9853050708770752,-0.08591368794441223,2.015629529953003,-0.31378912925720215,-0.15643486380577087,-0.1439615786075592,-0.3765723705291748,-0.07869815826416016 +160,1.8193935265498355,1.4242209883711765,2.2703488126135327,0.14156107604503632,-0.9892770648002625,0.03593502193689346,-0.6829120516777039,-1.363204002380371,-0.14377868175506592,0.10763019323348999,-0.24509793519973755,-0.5012669563293457 +161,1.2473129517437118,1.4007660762284844,2.689002599086479,0.1604355126619339,-0.9855796694755554,-0.05378757789731026,-0.8157000541687012,-0.7719396948814392,0.8379558324813843,0.2231399267911911,0.5946953296661377,0.27941930294036865 +162,0.3476010136649544,1.3520236782314896,-2.6810704777211645,0.07393047958612442,-0.9761645793914795,-0.20405185222625732,-1.3319722414016724,-0.3618570864200592,0.689214289188385,-0.17172405123710632,0.5268542766571045,0.4035147428512573 +163,0.387632439672899,1.3444738363698612,-2.708993984837342,0.08482106775045395,-0.9744982123374939,-0.20774710178375244,2.1275100708007812,1.3305095434188843,-0.1884131282567978,-0.41106924414634705,-0.7413374781608582,-0.23397961258888245 +164,0.9096747787557048,1.4633043067949538,-3.0428217912008138,0.08468148112297058,-0.9942283034324646,-0.06587402522563934,1.0024513006210327,1.821377158164978,-0.006163472309708595,-0.010340653359889984,-0.5337716937065125,-0.22425657510757446 +165,1.5080012957897542,1.486305171738978,2.7543964082050265,0.08422380685806274,-0.9964327216148376,-0.00529579957947135,0.48693153262138367,0.6601524949073792,0.5372492671012878,0.5907029509544373,0.028811931610107422,-0.0027761459350585938 +166,1.67858982744892,1.4793537897889586,2.5685276876730327,0.0907864049077034,-0.9958220720291138,0.009824264794588089,0.42293843626976013,-0.5156033039093018,-0.05360884591937065,-0.0937160775065422,0.6950254440307617,-0.030744075775146484 +167,1.9224684830787706,1.4847843296370553,2.189147602301662,0.08064717799425125,-0.9963032603263855,0.029591433703899384,-0.9713411331176758,-1.143518328666687,0.6378426551818848,-0.15546102821826935,0.36841946840286255,-0.06445778161287308 +168,0.2739356861798945,1.484321074055448,-2.4972802853739062,0.023364238440990448,-0.996263325214386,-0.08314678072929382,-0.2774702310562134,-0.4096802771091461,0.4828170835971832,-0.07574766874313354,-0.6967602372169495,0.5320756435394287 +169,-0.7013209530071588,1.5136932034986257,-1.5670397903699131,-0.03682524710893631,-0.9983700513839722,-0.04360344633460045,0.8615148067474365,0.8876767158508301,-0.6986254453659058,-0.5571841597557068,-0.44071686267852783,-0.27443552017211914 +170,-2.0474076758595023,1.5184279095631084,-0.23460892886231882,-0.04651022329926491,-0.998629093170166,0.024013753980398178,-0.763357937335968,-1.4534015655517578,0.005197915248572826,0.1463484764099121,0.1848016381263733,-0.5538599491119385 +171,-0.502814266400143,1.4337543786827467,-1.954162258301408,-0.06583287566900253,-0.9906244277954102,-0.11970434337854385,-1.4787441492080688,-1.2413426637649536,0.5164870023727417,0.12903475761413574,0.5929957032203674,0.28225624561309814 +172,-0.35539696806411847,1.347258700717002,-2.1142014771530953,-0.0771365612745285,-0.9751193523406982,-0.20782746374607086,-0.24202032387256622,0.4435601234436035,-0.6700361967086792,0.017917193472385406,0.33614230155944824,0.27215850353240967 +173,-0.12727937274716658,1.4110881808482096,-2.277949425763014,-0.02018667384982109,-0.9872737526893616,-0.1577439308166504,0.5050120949745178,1.8433001041412354,0.6755331754684448,-0.06066963076591492,-1.0256047248840332,0.3017716407775879 +174,-1.2217271157085152,1.4711967233378291,-1.0139198864292243,-0.09343913942575455,-0.9950440526008606,-0.0340094231069088,1.3544296026229858,2.2812182903289795,0.9292532205581665,0.12636759877204895,-0.44001466035842896,-0.5116753578186035 +175,-1.5948711493144905,1.359877637144736,-0.5274535185003655,-0.20929846167564392,-0.9778389930725098,0.00503979716449976,0.0679023489356041,0.5499184727668762,0.6293733716011047,0.34917575120925903,0.16810071468353271,-0.05626356601715088 +176,-1.838189441578468,1.3565730011446058,-0.29485173196362346,-0.20503433048725128,-0.977141797542572,0.056169889867305756,1.056264877319336,-0.8140419721603394,-0.5622242093086243,0.0952472984790802,0.8176416158676147,-0.12466656416654587 +177,-2.1549039488823554,1.4050856710889963,-0.05121864036395781,-0.13760538399219513,-0.9863013625144958,0.09096474945545197,-0.8379150629043579,-0.5081044435501099,-0.5492215752601624,-0.27137595415115356,0.4590033292770386,0.00223589688539505 +178,-1.8589923496217975,1.4294216445935761,-0.42556011430234364,-0.13509441912174225,-0.9900232553482056,0.04004863649606705,0.035601627081632614,-1.674477219581604,0.6042292714118958,-0.23146748542785645,-0.6170631647109985,0.32192039489746094 +179,-2.520335107582837,1.3617618800655606,0.22101086924133065,-0.12078630924224854,-0.9782317280769348,0.16874092817306519,1.5119352340698242,0.13984806835651398,-0.49366486072540283,-0.11192548274993896,-0.7960144877433777,-0.31337904930114746 +180,-2.628717264852363,1.3591380675183824,0.33475056175984175,-0.10308384895324707,-0.9776839017868042,0.1830519586801529,-0.9974491596221924,-0.4438339173793793,-0.16890396177768707,0.10352635383605957,0.1507490873336792,-0.5729140043258667 +181,-2.026608485665635,1.4502591120694661,-0.36097898269972084,-0.10796944051980972,-0.9927442073822021,0.05293133854866028,-1.300701379776001,-1.0221529006958008,0.20540492236614227,0.2959577143192291,0.6800457835197449,0.11079549789428711 +182,-1.4300030277258327,1.4803525507936146,-0.9581664638644117,-0.08942648023366928,-0.9959127306938171,-0.01267450861632824,0.19894151389598846,0.5774407982826233,-0.5332592129707336,-0.11612465232610703,0.3593466281890869,0.1295720934867859 +183,-1.6161506533000145,1.5359660358943223,-0.6682656301388575,-0.034789543598890305,-0.9993934631347656,0.0015789391472935677,-0.43004006147384644,1.9907870292663574,-0.06545107811689377,-0.2833562195301056,-0.7940941452980042,0.5971454381942749 +184,-2.8274954255327853,1.4712158641490114,0.6564004606956699,-0.030715158209204674,-0.9950459599494934,0.09455149620771408,1.3796277046203613,1.3161773681640625,-0.07784773409366608,-0.08197098970413208,-0.4135843515396118,-0.2985767126083374 +185,-2.856295249992007,1.342982887022397,0.8143500689959393,-0.06356340646743774,-0.9741625785827637,0.2167191207408905,0.608555018901825,0.5465512871742249,-0.20412351191043854,0.5094862580299377,0.18314683437347412,-0.1102127730846405 +186,-3.0414358859529957,1.3117594510261055,1.0077384618187941,-0.02561223693192005,-0.966637134552002,0.254865825176239,0.24963466823101044,-0.44669556617736816,-0.11786488443613052,-0.0933452844619751,0.5655904412269592,-0.3441603481769562 +187,-2.9929947107459762,1.3840981251479678,0.94507142864599,-0.02748078852891922,-0.9826224446296692,0.18357063829898834,-1.733713984489441,0.742677628993988,0.25951099395751953,-0.2668765187263489,0.36210840940475464,0.13777948915958405 +188,-2.5775207188774485,1.4623851468085,0.5302913010334827,-0.057846471667289734,-0.9941292405128479,0.09143713116645813,0.540693461894989,-0.535780131816864,0.482956200838089,-0.21894794702529907,-0.2769278287887573,0.5092861652374268 +189,-2.790178187546793,1.342689816214806,0.6736659352274187,-0.07784085720777512,-0.9740962982177734,0.21231317520141602,1.2827411890029907,-0.14348992705345154,0.2719593942165375,-0.10706513375043869,-0.8049715757369995,-0.1588158905506134 +190,-2.8161378610396364,1.338405469379399,0.6657322936020215,-0.0736377090215683,-0.9731185436248779,0.21821539103984833,-0.9240817427635193,-1.1868354082107544,-0.06329861283302307,0.2762134075164795,0.16502833366394043,-0.47734010219573975 +191,-2.492430912224271,1.4476999087330502,0.2243074409963492,-0.07422640919685364,-0.9924331903457642,0.09781014174222946,-1.5230906009674072,-0.455824077129364,0.3908802568912506,0.17882540822029114,0.6658493280410767,0.24880850315093994 +192,-2.274918786944454,1.5110455462995342,-0.002409489469660508,-0.04551387578248978,-0.9982154369354248,0.038657668977975845,0.05139056220650673,0.380103200674057,-0.759573757648468,-0.10209965705871582,0.18289262056350708,0.16092729568481445 +193,2.921184078437209,1.5044819151200257,1.1864558319869603,0.014487295411527157,-0.9978020191192627,0.0646614357829094,0.17665283381938934,1.6519711017608643,-0.3348802924156189,-0.22807982563972473,-0.6432958841323853,0.38944005966186523 +194,3.031665307815346,1.4084928997063324,1.1908305621442425,0.017727697268128395,-0.9868577122688293,0.16061729192733765,1.2070837020874023,1.193123459815979,0.04419645667076111,0.12552180886268616,-0.50450599193573,-0.32983720302581787 +195,-2.9973432895699577,1.3293638082654262,0.9758061182130593,-0.03436969220638275,-0.9709964394569397,0.23661091923713684,0.2155819535255432,-0.09468918293714523,-0.2028389275074005,0.40360188484191895,0.3182253837585449,-0.11307570338249207 +196,3.125935984844261,1.2999340918592002,1.123563845084116,0.004188964609056711,-0.9635405540466309,0.26752957701683044,0.4194946587085724,-0.17048786580562592,-0.2618206739425659,-0.10703319311141968,0.5819792747497559,-0.14935028553009033 +197,3.030630676495667,1.3470016984761255,1.1755667050737146,0.024575436487793922,-0.9750623106956482,0.22056646645069122,-1.7970199584960938,-0.5843596458435059,0.0487181581556797,-0.14005395770072937,0.4201611280441284,0.019713670015335083 +198,2.862190114766676,1.4885624519498775,1.3023625314020986,0.022652924060821533,-0.9966207146644592,0.07895547896623611,0.043483491986989975,-0.475195974111557,0.3088970482349396,-0.20191317796707153,-0.49430030584335327,0.5210963487625122 +199,-3.115371420492116,1.3786570030294776,0.9623138597264471,-0.005006617400795221,-0.9815979599952698,0.1908937692642212,1.2807941436767578,0.617508590221405,0.06551040709018707,-0.06782358884811401,-0.8173980116844177,-0.10399496555328369 +200,-3.049111239588831,1.357028238885366,0.9556204090843544,-0.019591446965932846,-0.9772384762763977,0.21123771369457245,-0.26758697628974915,-0.32402926683425903,0.016743486747145653,0.18049538135528564,0.17076557874679565,-0.5194499492645264 +201,-2.9455155185241533,1.4291702455091764,0.773459090145091,-0.027499880641698837,-0.9899877905845642,0.1384483277797699,-1.2542383670806885,-1.388692855834961,0.514607310295105,0.13675281405448914,0.5790075659751892,-0.07005846500396729 +202,-2.4337526820516504,1.5151231436100223,0.2055739723271289,-0.03617919236421585,-0.9984506368637085,0.0422762855887413,-0.3589538335800171,0.2053406834602356,-0.6738964319229126,-0.04978879913687706,0.32570594549179077,0.246709942817688 +203,3.04632158541771,1.4981492203590125,1.0704710613716664,0.006904654670506716,-0.9973623752593994,0.07225437462329865,0.3293900191783905,1.018904685974121,-0.24406710267066956,-0.20244604349136353,-0.6047799587249756,0.4922139644622803 +204,-3.1124096955526914,1.3429110041978656,1.0582224999021188,-0.006592018064111471,-0.97414630651474,0.22582174837589264,1.5993505716323853,1.8456485271453857,0.14559946954250336,0.2442629337310791,-0.34967565536499023,-0.31700825691223145 +205,-2.997088220413974,1.2452229135262478,1.0345918742440605,-0.04605942219495773,-0.9474674463272095,0.3165188431739807,0.09723217785358429,-0.3127644658088684,-0.5364301800727844,0.37181931734085083,0.3364291787147522,-0.2608548104763031 +206,3.0890454984086277,1.2388170756745571,1.1601022328137536,0.017118006944656372,-0.9453991055488586,0.32546478509902954,-0.2222708761692047,-1.022217035293579,-0.1131054162979126,-0.19056466221809387,0.6021985411643982,-0.32496121525764465 +207,3.0257182712869417,1.3319084089173934,1.2346721828340648,0.02735716477036476,-0.9716017246246338,0.23503568768501282,-1.3886440992355347,0.5788939595222473,0.1333589106798172,-0.30131345987319946,-0.03285384178161621,0.21602940559387207 +208,-3.0258721381108846,1.3554020127345274,1.0219032663556684,-0.02467815950512886,-0.9768921732902527,0.2123037874698639,0.7471104264259338,-0.413559228181839,0.8382459878921509,-0.08841997385025024,-0.4671691656112671,0.18192234635353088 +209,-2.878058360200214,1.2244822554737647,0.8494707664316189,-0.08842042833566666,-0.9406301975250244,0.3277142643928528,0.4350311756134033,0.6484585404396057,0.43625813722610474,0.13640931248664856,-0.3922097086906433,-0.3269970715045929 +210,-2.9077749788018554,1.2686896590001984,0.7913320601895093,-0.06893614679574966,-0.9547117948532104,0.28943613171577454,-1.4250428676605225,-1.9266501665115356,-0.2736400067806244,0.16164857149124146,0.24842822551727295,-0.31139349937438965 +211,-2.7304417904755383,1.4456970629818175,0.39315847791948316,-0.04986726492643356,-0.9921852946281433,0.11437442153692245,-1.1095032691955566,-0.33391332626342773,0.28602170944213867,0.09265292435884476,0.6832864284515381,0.34807372093200684 +212,-2.9647858646456293,1.4978255895037578,0.6306851097081277,-0.012823313474655151,-0.9973388314247131,0.07176993787288666,0.061016447842121124,0.7214319705963135,-0.6786025762557983,-0.09049394726753235,0.10256344079971313,0.26479315757751465 +213,2.7698551057679137,1.5033147129338278,1.2845513061330154,0.024494173005223274,-0.9977239966392517,0.06282757222652435,0.3075599670410156,0.7893505692481995,-0.10511299967765808,-0.23799514770507812,-0.7142512798309326,0.25086259841918945 +214,3.122447234100258,1.395309260443268,1.0321410953082129,0.003342362819239497,-0.9846416115760803,0.17455634474754333,1.4412305355072021,1.542628288269043,0.1532343029975891,0.3012688159942627,-0.20807689428329468,-0.18986082077026367 +215,-3.074041331522524,1.3162574416318396,0.975621284976176,-0.01699643023312092,-0.9677795171737671,0.2512248456478119,0.20318211615085602,-0.2110084891319275,-0.09866674989461899,0.13548094034194946,0.37453311681747437,-0.16156414151191711 +216,-3.068450629585191,1.3300562241657778,0.869349055416194,-0.017423151060938835,-0.9711617827415466,0.23778492212295532,-0.5257734656333923,-1.4975292682647705,0.5298698544502258,-0.09082269668579102,0.63023442029953,-0.26024574041366577 +217,-2.7592778139954435,1.4324462573989332,0.5386221892355973,-0.05145002529025078,-0.9904448986053467,0.12795351445674896,-0.9406234622001648,1.3650481700897217,-0.2675960063934326,-0.3524806499481201,0.26862776279449463,0.35256099700927734 +218,-2.465221268049268,1.4721364918578765,0.3129578822279037,-0.06165812909603119,-0.9951370358467102,0.07681557536125183,0.22271499037742615,-0.838559627532959,0.5365048050880432,-0.048083074390888214,-0.33660435676574707,0.2979249954223633 +219,-2.7754824984352466,1.3191768458851614,0.5945647927841158,-0.08912874758243561,-0.9685105085372925,0.2324724644422531,1.3474164009094238,0.6813634037971497,-0.08168672025203705,-0.0845009908080101,-0.6505690217018127,-0.4746752083301544 +220,-2.8374415294781965,1.3386640247114736,0.6275007549655136,-0.06889699399471283,-0.9731780886650085,0.21949374675750732,-1.0534329414367676,-1.2956713438034058,0.1010623574256897,0.2688329219818115,0.24968266487121582,-0.2792166471481323 +221,-2.5009267324417577,1.4439629911133662,0.14301100915294734,-0.07560829818248749,-0.9919674396514893,0.10140877962112427,-0.871176540851593,-0.6898905634880066,0.1151694729924202,0.2171793431043625,0.7001584768295288,0.32791244983673096 +222,-2.6790764362419788,1.494429829356993,0.30111971402589355,-0.034041132777929306,-0.9970855116844177,0.06827526539564133,0.08774709701538086,0.3184468448162079,-0.7906578779220581,-0.0511181615293026,0.12486273050308228,0.14162468910217285 +223,-3.097671079443004,1.4748321084819547,0.8584944074458065,-0.004207078833132982,-0.9953989386558533,0.09572455286979675,0.46419140696525574,1.7319618463516235,-0.22112135589122772,-0.1311994194984436,-0.7216267585754395,0.26024770736694336 +224,-3.031307654791627,1.394899560400687,0.9666318187258158,-0.019259808585047722,-0.9845700263977051,0.17392809689044952,0.7667539715766907,1.5069893598556519,0.20774206519126892,0.45370805263519287,-0.3338351249694824,-0.14202189445495605 +225,-2.9959255124212256,1.3255204432613692,1.0108648840314365,-0.03524664789438248,-0.9700703620910645,0.24025319516658783,0.28197532892227173,-0.38087478280067444,-0.4280638098716736,0.17639046907424927,0.41135430335998535,-0.24669235944747925 +226,-3.1326071597081726,1.3136023448437395,1.0664283296382018,-0.0022855924908071756,-0.9671075344085693,0.25435784459114075,-0.2820388078689575,-1.0407934188842773,0.05036451667547226,-0.26443803310394287,0.6507318019866943,-0.32770681381225586 +227,3.1274012452000406,1.3778852127104615,1.0729622210758571,0.0027206353843212128,-0.9814502596855164,0.1916971504688263,-0.5528481602668762,0.9250513315200806,-0.14966320991516113,-0.3064621090888977,-0.1691843867301941,0.4725637435913086 +228,-2.880926869503326,1.3974343445925512,0.8008986321715517,-0.04445613920688629,-0.9850103855133057,0.1666680872440338,1.1874713897705078,-0.8977484703063965,0.6336552500724792,0.0386883020401001,-0.22423338890075684,0.2551306486129761 +229,-2.9008166297341047,1.268659459664111,0.721992889237558,-0.07095541805028915,-0.9547027945518494,0.2889777719974518,0.13774661719799042,-0.35196518898010254,0.23941902816295624,0.01855669915676117,-0.44115614891052246,-0.40618056058883667 +230,-2.9037924379709197,1.3126671162939205,0.6458572630597391,-0.060133274644613266,-0.9668692350387573,0.24808844923973083,-1.0264300107955933,-0.7799075245857239,-0.10683528333902359,0.22483664751052856,0.3861349821090698,-0.20746958255767822 +231,-2.6496209538149325,1.4113649340699572,0.3093677514538581,-0.07499118149280548,-0.9873177409172058,0.1399288922548294,-1.068864345550537,-0.6385582089424133,-0.07344669848680496,0.19840428233146667,0.7587258219718933,0.04241369664669037 +232,-2.868084421472727,1.4504422460063633,0.5203797046743613,-0.0324304960668087,-0.9927662014961243,0.11560077220201492,0.5025587677955627,0.4940730929374695,-0.6764433979988098,-0.073496013879776,-0.26655691862106323,0.2821805477142334 +233,-3.1047945849947682,1.4230921072791471,0.8913809459472298,-0.00541425496339798,-0.9891115427017212,0.14706780016422272,0.9753428101539612,1.0327430963516235,-0.12313936650753021,-0.08555865287780762,-0.7251370549201965,-0.013828054070472717 +234,-3.067699500494275,1.3008908498548089,0.9535071850449162,-0.019684985280036926,-0.963796079158783,0.2659129202365875,1.4392831325531006,0.6278721690177917,0.12884734570980072,0.2774212062358856,-0.07334387302398682,-0.1157207190990448 +235,-3.131483034267905,1.2528902801479427,1.0272236786977968,-0.003159989370033145,-0.9498920440673828,0.31256186962127686,-0.021895891055464745,-0.6145254969596863,-0.28795334696769714,0.01013326644897461,0.37668049335479736,-0.40808191895484924 +236,3.11692407448527,1.278247125457385,1.0277252065207951,0.007113554980605841,-0.957511842250824,0.28830650448799133,-0.7756263017654419,0.042122140526771545,0.3300301134586334,-0.3180113732814789,0.490592896938324,-0.13306355476379395 +237,3.1270722392381383,1.375810312239385,1.0737273040246074,0.0028132745064795017,-0.9810503721237183,0.19373254477977753,-0.570904016494751,0.5556501150131226,-0.031197277829051018,-0.26093095541000366,-0.11689579486846924,0.37462687492370605 +238,-3.002165867848632,1.3399648948832772,0.8862041169988124,-0.031795747578144073,-0.9734765291213989,0.22656653821468353,1.0722612142562866,-0.7930899262428284,0.4407235383987427,-0.12689566612243652,-0.4602392315864563,-0.05507303774356842 +239,-2.9555613473842945,1.2507804467849941,0.7617615083194813,-0.05818495154380798,-0.949230432510376,0.3091532588005066,-0.24956029653549194,-1.1383029222488403,0.31774425506591797,0.05229507014155388,-0.4200778603553772,-0.7319439053535461 +240,-2.9684815067436747,1.3436525753378805,0.6170934193102119,-0.0387895368039608,-0.9743135571479797,0.22183021903038025,-1.604944109916687,-1.3494255542755127,0.46488481760025024,0.1329362690448761,0.37778645753860474,0.05020344257354736 +241,-2.835725142917436,1.4470802100554578,0.3816630856057782,-0.037158720195293427,-0.9923568964004517,0.11767394095659256,-0.4372473955154419,-0.5990850329399109,-0.3323109745979309,0.026172399520874023,0.6896835565567017,0.07075679302215576 +242,3.0827123493761444,1.4522931472016771,0.7127184233263053,0.006957086268812418,-0.9929867386817932,0.11801984906196594,0.7375345230102539,0.6510246396064758,-0.26298946142196655,-0.318205863237381,-0.40451985597610474,0.3545600175857544 +243,3.0812639792478853,1.3583136886162634,0.8503203997096899,0.012714799493551254,-0.977510392665863,0.21050305664539337,1.2504624128341675,1.4782546758651733,-0.27980777621269226,-0.18617671728134155,-0.7107676863670349,-0.09665720164775848 +244,-3.0622528765218116,1.2585632665617774,0.807668931397616,-0.02434636652469635,-0.9516499638557434,0.30621790885925293,0.4435839056968689,0.037588369101285934,0.3376242518424988,0.48317816853523254,-0.07056677341461182,-0.18903043866157532 +245,-3.109743636626036,1.2664492637832097,0.7771781070056428,-0.009542593732476234,-0.9540427923202515,0.2995184063911438,-0.2677572965621948,-1.2273815870285034,0.1652389019727707,-0.1315096616744995,0.5647605657577515,-0.254871129989624 +246,3.073252367694085,1.29624245305545,0.758279489384705,0.018513845279812813,-0.9625462293624878,0.2704848647117615,-0.706505298614502,-0.7768946290016174,0.09319374710321426,-0.29018133878707886,0.5645054578781128,-0.11266326904296875 +247,2.999352497731099,1.3463312671258176,0.7872359461429332,0.031553834676742554,-0.9749132990837097,0.22033683955669403,-0.22992178797721863,-0.27655401825904846,0.19431285560131073,-0.20034655928611755,-0.6310741901397705,0.5591583251953125 +248,-3.057752616125694,1.3306529459862433,0.5243091838935198,-0.019917337223887444,-0.9713038802146912,0.23700666427612305,0.9461535215377808,-1.0404200553894043,0.5095682144165039,-0.0737716555595398,-0.6616459488868713,-0.19187116622924805 +249,-3.080619218647232,1.2795193351414362,0.48283856841976774,-0.01749924011528492,-0.9578779339790344,0.28664201498031616,-0.13577204942703247,-1.184624195098877,0.18041163682937622,0.16132856905460358,-0.2888414263725281,-0.47908592224121094 +250,-3.024648153207602,1.3677099221103584,0.2994840451201631,-0.023533113300800323,-0.9794487357139587,0.2003149837255478,-1.4773755073547363,-0.791831374168396,0.705830991268158,0.09860634803771973,0.5320764780044556,0.017061680555343628 +251,-2.530399323616828,1.4959675886063113,-0.2671938402116963,-0.04289945587515831,-0.9972016215324402,0.06122400984168053,-1.0467026233673096,-0.23371483385562897,-0.42393758893013,0.16191799938678741,0.6775758862495422,0.1671541929244995 +252,3.092640134102231,1.4997830227529123,0.42526459302541125,0.003472080221399665,-0.9974796175956726,0.07087084650993347,0.9787533283233643,2.1889920234680176,-0.3681384325027466,-0.32381510734558105,-0.6828946471214294,0.5325684547424316 +253,3.135547029697182,1.4297618958106961,0.5741209010028909,0.000849817181006074,-0.9900711178779602,0.14056560397148132,1.0057768821716309,1.5566964149475098,-0.2757341265678406,0.19858253002166748,-0.5511429905891418,-0.2768876552581787 +254,-3.0390024969855243,1.3541957467633852,0.5844530580080514,-0.022009151056408882,-0.9766336679458618,0.21378155052661896,0.16573549807071686,0.8772696256637573,-0.35112476348876953,0.39385056495666504,0.26120996475219727,-0.013982981443405151 +255,3.1373989222620047,1.3194496563380849,0.7287473183573973,0.001043013297021389,-0.9685783982276917,0.24870623648166656,0.5130375027656555,-0.3826941251754761,-0.37654539942741394,-0.02867668867111206,0.6879998445510864,-0.31155717372894287 +256,3.1257430004306137,1.3517249213034888,0.6426458323360322,0.0034443563781678677,-0.9760996699333191,0.21729610860347748,-1.1109013557434082,-0.3900456428527832,0.18949075043201447,-0.4893147051334381,0.45189929008483887,0.09224367141723633 +257,-2.986063491157066,1.421815150103667,0.4812622014319233,-0.022992514073848724,-0.9889228343963623,0.14664016664028168,0.13520024716854095,-0.10457904636859894,0.7826480269432068,-0.21492251753807068,-0.49958741664886475,0.5310484170913696 +258,-2.9433968889784623,1.2840706482114175,0.405565018815587,-0.055686064064502716,-0.9591750502586365,0.2772763669490814,0.5534495115280151,0.06865276396274567,-0.050223398953676224,-0.0031823329627513885,-0.7179489135742188,-0.3416685163974762 +259,-2.948395225375151,1.2961376208739732,0.3875569928877361,-0.05207342281937599,-0.9625177979469299,0.2661728858947754,-0.8797135949134827,-0.7971076965332031,-0.07412504404783249,0.3130139708518982,0.22249698638916016,-0.4387039840221405 +260,-2.812813967332041,1.4125956486369982,0.1659529501300384,-0.050868287682533264,-0.9875123500823975,0.1491035372018814,-1.2910689115524292,-0.5285723209381104,0.4355108439922333,0.07163549959659576,0.649972677230835,0.07956469058990479 +261,-2.73337469960216,1.5032876710343008,0.050033785200846045,-0.026778731495141983,-0.9977221488952637,0.0619141161441803,-0.11692950129508972,0.15683655440807343,-0.5693336129188538,-0.08088728785514832,0.20040470361709595,0.2929443120956421 +262,3.0686331631344816,1.4672267753023243,0.6528997901566375,0.007536271121352911,-0.9946414828300476,0.10311056673526764,0.050004664808511734,1.5777748823165894,-0.19188033044338226,-0.08218225836753845,-0.6883878111839294,0.24138714373111725 +263,3.139895941047264,1.3900462354439997,0.7143744092791698,0.0003050137893296778,-0.9837091565132141,0.17976734042167664,1.0160731077194214,1.1515101194381714,-0.042953722178936005,0.19261187314987183,-0.28125977516174316,-0.16417288780212402 +264,-3.072964844794273,1.320238430155979,0.7421620584819874,-0.017002545297145844,-0.9687742590904236,0.24736101925373077,0.1598065346479416,0.22331950068473816,-0.21658724546432495,0.28108641505241394,0.2965635657310486,-0.19154441356658936 +265,3.125081299608341,1.299273316999488,0.8062707570816005,0.0044281273148953915,-0.963363528251648,0.26816242933273315,0.18816260993480682,-0.5942245125770569,-0.16016462445259094,-0.09227299690246582,0.5722808241844177,-0.30574479699134827 +266,3.0871779635647965,1.3402202080652748,0.8043478548916506,0.012429706752300262,-0.973534882068634,0.2282000631093979,-0.793287992477417,0.49581295251846313,0.059227362275123596,-0.30394884943962097,0.06284463405609131,0.27688121795654297 +267,-2.969690640101615,1.3993214435359913,0.6071298568880077,-0.029188308864831924,-0.9853341579437256,0.1681203842163086,0.8862061500549316,-0.275482177734375,0.8151957988739014,-0.09533867239952087,-0.14435017108917236,0.5308237075805664 +268,-2.913174451930761,1.2815386871816214,0.5011862731796668,-0.06458918005228043,-0.9584559202194214,0.2778322398662567,0.2667537331581116,0.47476863861083984,0.45186692476272583,-0.025819160044193268,-0.46346503496170044,-0.3296816051006317 +269,-2.8571362398937006,1.29098174542191,0.3958150604072714,-0.07750510424375534,-0.9611066579818726,0.26507851481437683,-0.8989652991294861,-0.8556267619132996,-0.04279638081789017,0.20105554163455963,0.2750716805458069,-0.2464781403541565 +270,-2.6206262155967903,1.3979771936090524,0.03379918250448814,-0.08558747172355652,-0.9851039052009583,0.1491471529006958,-1.4872636795043945,-0.9635714292526245,0.5191825032234192,0.1910715103149414,0.5489162802696228,0.1677320897579193 +271,-2.4793764491800268,1.470629651757239,-0.14858762479000603,-0.061487335711717606,-0.9949874877929688,0.07886407524347305,0.06199498102068901,0.05738164484500885,-0.4589953124523163,-0.04479013383388519,-0.08267992734909058,0.24523261189460754 +272,-2.707780437871694,1.4657500449086363,0.11902302917007353,-0.04407377168536186,-0.9944877028465271,0.09514176100492477,0.5975204706192017,0.1885131448507309,0.08887705951929092,-0.19986850023269653,-0.7263680696487427,0.07534469664096832 +273,-2.9079507539009364,1.3333893346444978,0.41781028266209763,-0.0544501356780529,-0.9719510674476624,0.22879339754581451,1.4722691774368286,0.8916338682174683,-0.020256314426660538,0.4578162133693695,-0.24151939153671265,-0.18648087978363037 +274,-2.991754187769037,1.294941678213869,0.5152684809973824,-0.04065882787108421,-0.9621927738189697,0.26931726932525635,0.0430334210395813,-0.2766146659851074,-0.37284785509109497,0.1441439390182495,0.419971764087677,-0.23039212822914124 +275,-2.9877360781482105,1.3100891260439758,0.44279048464416254,-0.039502356201410294,-0.9662079215049744,0.2547188401222229,-0.6900269985198975,-0.43877795338630676,0.7205581068992615,-0.17796590924263,0.45590829849243164,-0.1592903435230255 +276,-2.5459787796603464,1.4255809549033878,0.11017748957998352,-0.08118171989917755,-0.9894747734069824,0.1197870522737503,-1.3170464038848877,1.882503628730774,0.046653926372528076,-0.15554314851760864,-0.18322408199310303,0.3892461061477661 +277,-2.32739449927949,1.4006388018038858,-0.06251123072542548,-0.12313813716173172,-0.9855580925941467,0.11624208092689514,1.6848387718200684,-0.6489859819412231,0.18722528219223022,-0.15789824724197388,-0.394461989402771,0.06864869594573975 +278,-2.704519905144925,1.2810423098451722,0.26047580907160833,-0.12094080448150635,-0.9583141803741455,0.2588578164577484,-0.01976718381047249,-0.13689838349819183,-0.09884055703878403,0.008834481239318848,-0.2633349895477295,-0.2882920503616333 +279,-2.68658298773837,1.3575527477743976,0.17597315781071243,-0.0930059403181076,-0.9773496389389038,0.19009949266910553,-1.0817458629608154,-0.8497279286384583,-0.0759877860546112,0.1339452564716339,0.41616177558898926,-0.20807430148124695 +280,-2.1478419382502527,1.4577730447645338,-0.3788072579218183,-0.09452086687088013,-0.9936196804046631,0.06152873858809471,-0.6024662256240845,0.2693725526332855,-0.3198263943195343,0.22309145331382751,0.6535775661468506,0.17768335342407227 +281,-2.713474413724585,1.4964780013193855,0.2306304085213399,-0.030825622379779816,-0.9972396492958069,0.06754887849092484,0.5961263179779053,0.5096970200538635,-0.7140790224075317,-0.23663043975830078,-0.5199264287948608,0.16981685161590576 +282,-2.971256494728992,1.4625755405770304,0.5959375747885977,-0.018309306353330612,-0.9941498637199402,0.10644765943288803,1.4565439224243164,0.4324910044670105,0.29856279492378235,-0.06201297044754028,-0.7049621343612671,-0.2937798500061035 +283,-3.0021743725736547,1.3831697645800707,0.6682682633092053,-0.025921164080500603,-0.9824497103691101,0.18471752107143402,-0.22386081516742706,-0.41905826330184937,0.2774115204811096,0.5155146718025208,-0.0014827251434326172,-0.10262526571750641 +284,3.0893868690124218,1.382261565363159,0.8049315130986768,0.00977998785674572,-0.982279896736145,0.18716511130332947,0.6038171052932739,-0.49334925413131714,-0.13399867713451385,-0.0006247153505682945,0.5399885177612305,-0.01713643968105316 +285,-3.106841633331274,1.373585094767526,0.6525029795804765,-0.006807568483054638,-0.9806168079376221,0.19581663608551025,-0.9282686710357666,-0.594943642616272,0.4579923152923584,-0.2559182643890381,0.5461381077766418,-0.1191108375787735 +286,-2.8014031898742586,1.4580602576789605,0.3455617585945103,-0.03753706067800522,-0.9936520457267761,0.10605185478925705,-0.296783447265625,0.5913174152374268,0.5429840683937073,-0.2872462570667267,-0.5615697503089905,0.5409055948257446 +287,-2.5585745327374845,1.373699562089746,0.0886041545929105,-0.10780967772006989,-0.9806392192840576,0.1634741574525833,1.8763377666473389,-1.1207306385040283,0.7769105434417725,-0.16843542456626892,-0.6649296283721924,-0.1896277666091919 +288,-2.8400696931207436,1.3015659102472983,0.301888044870114,-0.07899203896522522,-0.9639759063720703,0.25398901104927063,-0.7671760320663452,-0.847150981426239,-0.7599006295204163,0.03568759560585022,-0.21290379762649536,-0.45642751455307007 +289,-3.0286872123569983,1.4127516212429942,0.4521539571453042,-0.01773211918771267,-0.9875369071960449,0.1563849151134491,-1.1405540704727173,0.37459596991539,-0.20470760762691498,0.12170550227165222,0.6520572900772095,0.0025048106908798218 +290,2.2285665934273027,1.5099469228360207,1.467238486730518,0.04812217503786087,-0.9981492757797241,0.0371762216091156,-0.6419122219085693,-0.18027707934379578,-0.9154778122901917,0.09434912353754044,0.5008196830749512,0.2594088315963745 +291,2.019862357914442,1.4271539857032103,1.7309559655882447,0.12895648181438446,-0.9897011518478394,0.062144599854946136,0.46029648184776306,2.0282816886901855,-0.3996391296386719,-0.34273210167884827,-0.8930045366287231,0.4940687417984009 +292,2.422046375301335,1.4046807714766216,1.4859900905780137,0.10897405445575714,-0.9862344861030579,0.12436191737651825,1.1607369184494019,1.5837678909301758,0.09958718717098236,0.11975519359111786,-0.5138568878173828,-0.31848418712615967 +293,2.816604682923115,1.3725508067853647,1.2005356948628494,0.06288554519414902,-0.9804136157035828,0.18664033710956573,0.05940106138586998,0.5719774961471558,0.6794576048851013,0.4413563907146454,0.18202799558639526,-0.019083619117736816 +294,2.854620342752461,1.3341758317957184,1.1612883906404983,0.06635215878486633,-0.9721357226371765,0.22483229637145996,0.5372127890586853,-0.5234626531600952,-0.04854900389909744,-0.10434654355049133,0.5166151523590088,-0.17948317527770996 +295,2.8933826605265924,1.3360770078170043,1.0177262032591115,0.05713510513305664,-0.9725796580314636,0.22544188797473907,-0.780672013759613,-1.208776593208313,0.44828689098358154,-0.09828807413578033,0.45162951946258545,-0.25313669443130493 +296,2.8425079609013455,1.46734430344633,1.0166965525996303,0.03042713552713394,-0.994653582572937,0.09868250787258148,-0.8832069635391235,-0.2103714793920517,0.7177934646606445,-0.23288074135780334,-0.5783291459083557,0.7164267301559448 +297,-2.944178405114008,1.3547684671765627,0.4855444562153758,-0.04204174503684044,-0.9767565727233887,0.21018829941749573,1.788313627243042,-0.5913110375404358,0.5113900899887085,-0.03365710377693176,-0.8172955513000488,-0.18462979793548584 +298,-2.9754748628142687,1.3214738669847932,0.5097262792641745,-0.04080096632242203,-0.969079852104187,0.24335125088691711,-0.546690821647644,-0.35391393303871155,-0.05177682265639305,0.22210592031478882,0.07305312156677246,-0.38800451159477234 +299,-2.9893021404364144,1.4524831658817594,0.4172602551862015,-0.017906803637742996,-0.9930091500282288,0.11667276173830032,-2.005175828933716,-1.268236517906189,0.06346212327480316,0.12389436364173889,0.6551031470298767,0.18960167467594147 +300,2.4192474657794305,1.5451129930111638,1.2658998685880585,0.016982970759272575,-0.9996702075004578,0.019271988421678543,-0.030844906345009804,0.2701142132282257,-0.5417660474777222,-0.17407220602035522,0.2065640091896057,0.20013415813446045 +301,2.134029694120397,1.5055964289753796,1.6289976910731345,0.05508992448449135,-0.9978752136230469,0.03478724882006645,-0.3221471607685089,1.5329480171203613,-0.03407927602529526,-0.29665181040763855,-0.6963996887207031,0.5555599927902222 +302,2.9144905410233166,1.4408770374735256,0.9504280707355024,0.029169678688049316,-0.991572380065918,0.1262272149324417,1.1183762550354004,1.4911185503005981,0.29144343733787537,0.2715200185775757,-0.32570356130599976,-0.18469883501529694 +303,-3.0313100986387096,1.403709462235594,0.7011479324004259,-0.01830403134226799,-0.9860734343528748,0.16530053317546844,0.017995107918977737,0.6215620636940002,-0.709911048412323,0.3751308023929596,0.5126237273216248,-0.03261005878448486 +304,3.0296561350312574,1.3440138317068984,0.9527826528665171,0.025115691125392914,-0.9743948578834534,0.22343650460243225,0.4518166482448578,-1.2304368019104004,0.3639254868030548,-0.04493686556816101,0.5040885210037231,-0.3553183078765869 +305,3.0235048024176048,1.4243779936079604,0.7797177379987095,0.017188549041748047,-0.9892999529838562,0.14488008618354797,-1.307331919670105,-1.0554747581481934,0.45969805121421814,-0.29816389083862305,0.0549432635307312,0.3531820774078369 +306,-2.9348973481499345,1.4371985151738638,0.5176778577199787,-0.027336278930306435,-0.9910891056060791,0.13036517798900604,0.674885630607605,0.5030548572540283,0.3879035711288452,-0.14453870058059692,-0.4295956492424011,0.25749802589416504 +307,-3.0175471335843396,1.3175796976119216,0.6399896949624276,-0.03099624067544937,-0.9681115746498108,0.2485949844121933,0.5204384326934814,0.7938897609710693,-0.10758528858423233,0.018835004419088364,-0.4426398277282715,-0.2495867908000946 +308,-3.136778918383301,1.3852212754328477,0.7532316551993625,-0.0008881852263584733,-0.982830286026001,0.18450918793678284,-0.699470043182373,-0.5030353665351868,-0.15996631979942322,0.1550324559211731,0.390682578086853,-0.28904712200164795 +309,-2.9462588472942617,1.4743468147278227,0.5072270467270094,-0.018691536039114,-0.9953523278236389,0.09447009116411209,-1.3697535991668701,-0.8871933221817017,0.3037291169166565,0.1215205192565918,0.6907104849815369,0.08672811090946198 +310,1.1353710363283245,1.557726793356011,2.6896114732839114,0.011848918162286282,-0.9999145865440369,-0.0055121625773608685,0.28762829303741455,0.1401376575231552,-0.22279591858386993,-0.09571123123168945,-0.35834646224975586,0.22465890645980835 +311,2.387002158814754,1.5422742774767004,1.50507849537807,0.01953515037894249,-0.9995932579040527,0.02077748253941536,1.102941870689392,0.07915778458118439,0.28774315118789673,-0.2292519509792328,-0.7515969276428223,-0.27056384086608887 +312,-3.124854746248494,1.407503484044528,0.9031649356960744,-0.0027209091931581497,-0.9866973161697388,0.16254451870918274,0.9683660864830017,2.078554391860962,0.13350309431552887,0.4222460389137268,-0.1341521143913269,-0.07111385464668274 +313,3.1064722918327297,1.36249967636805,1.0425163851404526,0.007261147256940603,-0.9783845543861389,0.20666533708572388,0.6281349658966064,0.21981392800807953,-0.5624296069145203,0.15162864327430725,0.5014407634735107,-0.15771523118019104 +314,3.0240343300415566,1.3304680017929817,1.0338801384996468,0.027916910126805305,-0.9712598919868469,0.23637787997722626,-0.2954230010509491,-1.3393604755401611,0.36076095700263977,-0.19190311431884766,0.5934066772460938,-0.2672770619392395 +315,2.9794094845381056,1.4299542726042664,1.0717756028983927,0.022667214274406433,-0.9900981187820435,0.1385354846715927,-0.9750741124153137,-0.04129250347614288,0.3495556116104126,-0.2677538990974426,-0.5625141859054565,0.5051107406616211 +316,-3.028664712399418,1.3583330926587327,0.7522311436555331,-0.02376229502260685,-0.9775144457817078,0.2095247358083725,1.7844430208206177,-0.7235670685768127,0.3995461165904999,0.008778156712651253,-0.8483063578605652,-0.19652427732944489 +317,-2.9814093130909147,1.2956786198141557,0.7093160053256057,-0.04332961514592171,-0.9623932242393494,0.2681826055049896,0.09035224467515945,-0.39430466294288635,0.14052216708660126,0.2313942015171051,-0.035104334354400635,-0.37275099754333496 +318,-2.9940655670103595,1.3882521680931863,0.6130914466058931,-0.02668384648859501,-0.9833850264549255,0.179560124874115,-1.724220633506775,-1.676790714263916,0.3543376922607422,0.21027761697769165,0.6724414825439453,-0.10473097860813141 +319,-2.625806789042913,1.5220100082734151,0.17936540208932233,-0.02405182458460331,-0.9988101720809937,0.042420968413352966,-0.5639541745185852,0.17632107436656952,-0.6297428011894226,0.006290588527917862,0.4944767951965332,0.22480618953704834 +320,2.547012347220154,1.5228128495403224,1.3747496985502037,0.026868660002946854,-0.9988490343093872,0.03973420709371567,-0.5102816224098206,1.6834568977355957,-0.03298890218138695,-0.37089332938194275,-0.8259038329124451,0.5438686609268188 +321,-3.1186693666881844,1.444043535676123,0.8674399150664495,-0.0028975638560950756,-0.9919776320457458,0.12638048827648163,1.3205320835113525,1.447852373123169,0.33979570865631104,0.17364341020584106,-0.40893179178237915,-0.22808027267456055 +322,-2.943685476258454,1.3415283433831786,0.7746614765025137,-0.04468434303998947,-0.9738330245018005,0.22282885015010834,0.6980212330818176,0.1501830667257309,-0.5399230718612671,0.42847341299057007,0.235185444355011,-0.061238259077072144 +323,-3.1350364373279307,1.3099240075052911,0.959973345971386,-0.00169099192135036,-0.9661653637886047,0.25791823863983154,0.18707548081874847,-0.2656250298023224,-0.38735002279281616,-0.07571685314178467,0.7154634594917297,-0.30078017711639404 +324,3.0090500024703504,1.3707351667927945,1.1062591192146718,0.026263106614351273,-0.9800544381141663,0.19698666036128998,-1.693848729133606,1.1249630451202393,-0.20106646418571472,-0.31022918224334717,0.19338750839233398,0.22661256790161133 +325,-3.1391090257586183,1.447340503767033,0.9994144198279991,-0.0003058412403333932,-0.9923890233039856,0.12314269691705704,0.6959764361381531,-0.15973757207393646,0.6838380098342896,-0.09835746884346008,-0.24567866325378418,0.36857175827026367 +326,-2.9996308458863177,1.3217837292880352,0.8084788757345095,-0.03486865013837814,-0.9691562652587891,0.2439677119255066,0.7612371444702148,-0.012363843619823456,0.2813684642314911,0.012392465025186539,-0.5515040755271912,-0.2094675600528717 +327,-3.0936471675433315,1.3273320000292628,0.858451099644352,-0.011553613469004631,-0.9705086946487427,0.2407892793416977,-0.7574777007102966,-1.165183424949646,-0.15522567927837372,0.22642788290977478,0.15851223468780518,-0.37567687034606934 +328,-3.1014940402314735,1.4570044102016426,0.7576110555800445,-0.004551799036562443,-0.993532657623291,0.11345428228378296,-1.3551744222640991,-0.45373889803886414,0.20554257929325104,0.04546061158180237,0.6685968637466431,0.17180870473384857 +329,2.524318562204161,1.5138503282201672,1.424006789130771,0.032943256199359894,-0.9983789920806885,0.0464119091629982,-0.10270745307207108,0.4963749647140503,-0.6575008630752563,-0.14742997288703918,0.09855300188064575,0.14116430282592773 +330,2.365155471480916,1.4784474671286838,1.679072448220702,0.06462077051401138,-0.9957388639450073,0.06578940153121948,0.22627823054790497,1.135017991065979,-0.20418478548526764,-0.2177427113056183,-0.6700936555862427,0.4524754285812378 +331,2.8640560866014515,1.38276444644068,1.2887388666372819,0.0512150414288044,-0.9823740124702454,0.17977187037467957,0.8869092464447021,1.3565409183502197,0.13681955635547638,0.3251887559890747,-0.41888612508773804,-0.18462422490119934 +332,3.003169595265063,1.3285867111104983,1.223432352628456,0.03309473767876625,-0.9708103537559509,0.23755501210689545,0.3779633045196533,-0.12073138356208801,-0.6267470121383667,0.25914159417152405,0.3600466251373291,-0.20729678869247437 +333,2.874602706439812,1.2883262279390046,1.304271745556939,0.07353668659925461,-0.960369884967804,0.2688528299331665,0.23894786834716797,-0.8500983715057373,0.09988640248775482,-0.1662490963935852,0.5955933928489685,-0.3370138704776764 +334,2.7624479904132566,1.3518161329222873,1.3987065168050012,0.08040409535169601,-0.9761195182800293,0.20180673897266388,-1.1777849197387695,0.21304911375045776,0.13976113498210907,-0.22751405835151672,-0.04829460382461548,0.3026794195175171 +335,2.91517546776835,1.3897329579947457,1.2290614267855056,0.040424685925245285,-0.9836527705192566,0.17547929286956787,0.9623527526855469,-0.19641488790512085,0.7623109817504883,-0.04132494702935219,-0.23096203804016113,0.26192915439605713 +336,3.094166215303643,1.275976429119257,1.0012140871479858,0.013775424100458622,-0.9568544626235962,0.29024094343185425,0.4266594648361206,-0.21265940368175507,0.06665018200874329,-0.046932756900787354,-0.4350370168685913,-0.367694616317749 +337,3.022030142713751,1.3201752347061706,0.9816047950078635,0.02958155982196331,-0.9687585830688477,0.2462349236011505,-1.173624873161316,-1.143680453300476,0.2964980900287628,0.09523531794548035,0.23940378427505493,-0.14622880518436432 +338,2.995061063709089,1.4793253202920458,0.9137251695712155,0.01333685778081417,-0.9958194494247437,0.09036459028720856,-0.7819222211837769,-0.3889271914958954,-0.052364662289619446,0.06973198056221008,0.7501376867294312,0.21392619609832764 +339,2.5453288530585403,1.4749243950466635,1.3703486492587604,0.05375554412603378,-0.9954078197479248,0.07920767366886139,0.4403071999549866,0.2500092387199402,-0.3673788905143738,-0.20042303204536438,-0.34149110317230225,0.1752936840057373 +340,2.679079293564797,1.4484819779525662,1.3365573972307392,0.054440371692180634,-0.9925289154052734,0.1091901883482933,1.215461015701294,0.6886298656463623,0.28526148200035095,-0.14593204855918884,-0.7990970015525818,-0.019544847309589386 +341,3.0989872380710146,1.3400780370601697,0.999378952188678,0.009739900007843971,-0.9735023975372314,0.22846874594688416,0.6721029877662659,0.35424602031707764,0.838559627532959,0.5613660216331482,0.057685256004333496,-0.15856829285621643 +342,3.049285340660995,1.3015926418814276,1.0511220097888914,0.024515556171536446,-0.9639829993247986,0.2648315131664276,0.2915097177028656,-0.3921170234680176,-0.32153579592704773,-0.08416217565536499,0.4615568518638611,-0.285919189453125 +343,2.9282728877822493,1.2968270522115821,1.1294698947439474,0.0572778545320034,-0.962704598903656,0.2644217908382416,-0.7133243680000305,-0.2846018970012665,-0.11731333285570145,-0.2258874624967575,0.5351839661598206,-0.18466418981552124 +344,2.8309497861616366,1.4050704032813977,1.2124799647000595,0.05042612552642822,-0.9862988591194153,0.15707288682460785,-0.5064767599105835,-0.4870277941226959,0.2791379988193512,-0.14979135990142822,-0.3640124797821045,0.517579197883606 +345,-3.1366684465661594,1.381928641061725,0.8441387295441943,-0.0009245002875104547,-0.9822174310684204,0.18774451315402985,0.8324481248855591,-0.6984838843345642,0.5221427083015442,0.0006650984869338572,-0.5076659321784973,-0.050735846161842346 +346,-3.041416083886961,1.3018883811169952,0.7162782728153497,-0.026570264250040054,-0.9640616178512573,0.26434648036956787,-0.07752962410449982,-0.05020933598279953,-0.04576103761792183,0.14246076345443726,-0.19430923461914062,-0.44368305802345276 +347,-3.09967818380979,1.3869888182346497,0.6991577680125659,-0.007658645510673523,-0.9831548929214478,0.1826137900352478,-1.6805740594863892,-0.8709760308265686,0.1849117875099182,0.04603448510169983,0.42065489292144775,0.06219816207885742 +348,-3.035290622605558,1.5008923142431698,0.6024409516810827,-0.007410918362438679,-0.9975576996803284,0.06945288181304932,-0.21766318380832672,0.12243665754795074,-0.3992273509502411,0.005991846788674593,0.6252127885818481,0.08499657362699509 +349,2.6371648019268696,1.4867574537058277,1.2598090412121299,0.04056893289089203,-0.9964708089828491,0.07348568737506866,0.2273448258638382,0.9834879040718079,-0.317390114068985,-0.32070502638816833,-0.6202284097671509,0.2337958812713623 +350,2.7641895512243653,1.4415894522091244,1.277210959079867,0.04748181998729706,-0.9916644096374512,0.11978118866682053,1.1739944219589233,1.1451164484024048,0.1265212446451187,-0.10627391189336777,-0.6870313882827759,-0.22082482278347015 +351,3.020370333484477,1.3668764092818189,1.0987542707032154,0.024488545954227448,-0.9792802929878235,0.20102301239967346,0.2212156355381012,0.21390105783939362,0.3372882008552551,0.5938128232955933,0.06878846883773804,-0.009342104196548462 +352,2.8483884735114726,1.3444487684837472,1.2450119229919216,0.06486211717128754,-0.9744925498962402,0.21484234929084778,0.03212606906890869,-0.7040849924087524,-0.21548454463481903,-0.14315497875213623,0.5012106895446777,-0.1635880470275879 +353,2.775491088711634,1.3645403236360285,1.2596247921872412,0.07331286370754242,-0.9788045287132263,0.19122517108917236,-0.6679695248603821,0.023072868585586548,0.17569252848625183,-0.2270756959915161,0.5744771361351013,0.004529833793640137 +354,2.596258916032667,1.4368119518381364,1.446836406371227,0.06929082423448563,-0.9910374879837036,0.11420877277851105,-0.23841074109077454,-0.027576006948947906,0.34032243490219116,-0.13908454775810242,-0.45644181966781616,0.4673495292663574 +355,3.099991112421177,1.402835639474349,0.9001702241895031,0.006952644791454077,-0.9859277606010437,0.1670282632112503,1.0830070972442627,-0.17442990839481354,0.37870755791664124,-0.052957892417907715,-0.7250404357910156,-0.10722909867763519 +356,3.135872083921194,1.3555951970581506,0.8164777174090566,0.0012215888127684593,-0.976933479309082,0.21354088187217712,-0.18250036239624023,-0.9208177924156189,0.013404718600213528,0.18977266550064087,-0.10055077075958252,-0.3744295537471771 +357,-3.1244984548532035,1.4591194581184797,0.7100802942881601,-0.001904954551719129,-0.9937705993652344,0.11142780631780624,-1.5573302507400513,-0.41681361198425293,0.44334524869918823,0.013226985931396484,0.5077325105667114,0.12428997457027435 +358,3.083632999135561,1.540206381780664,0.7744667061863629,0.0017717004520818591,-0.999532163143158,0.03053358569741249,0.02455173060297966,0.2506934404373169,-0.47602230310440063,0.0311262309551239,0.46707671880722046,0.1560204029083252 +359,2.4670563023645236,1.4901828631904597,1.4657921525625206,0.05029086023569107,-0.9967525005340576,0.0628899484872818,0.22116196155548096,1.6556634902954102,-0.160283625125885,-0.337018758058548,-0.5632907152175903,0.4028846025466919 +360,2.8494647175000787,1.4261993031260862,1.2242747765262012,0.04149773344397545,-0.989564061164856,0.13798922300338745,0.587222695350647,1.690839409828186,-0.3079861104488373,0.30457159876823425,-0.599699854850769,-0.22819912433624268 +361,2.8631983256963154,1.4126948718182368,1.2902605088018853,0.04326752573251724,-0.9875279664993286,0.15138208866119385,0.2620333731174469,0.025937357917428017,-0.5963776111602783,0.18131133913993835,0.3671361207962036,-0.06472742557525635 +362,2.808478987365028,1.363511157011697,1.3001598655140223,0.06729555130004883,-0.9785932302474976,0.19449155032634735,0.561173141002655,-0.42970627546310425,0.06548058986663818,-0.15758180618286133,0.701066255569458,-0.13714894652366638 +363,2.6726398036459567,1.4182370930839656,1.3915622798211211,0.06868226081132889,-0.9883853793144226,0.1355617642402649,-1.3081291913986206,0.06938042491674423,0.17314639687538147,-0.15625247359275818,0.12769818305969238,0.2224552482366562 +364,2.774819923068146,1.5202898647929362,1.3078506453944474,0.01810421422123909,-0.9987248182296753,0.047127366065979004,0.8132299780845642,0.48546934127807617,0.9788162708282471,0.007042288780212402,-0.3018428087234497,0.331015944480896 +365,-3.0118882644380576,1.3706483214949663,0.825975052470532,-0.025714855641126633,-0.9800371527671814,0.19714437425136566,0.3550620973110199,-0.30020344257354736,-0.12138403952121735,0.22883984446525574,-0.5830121636390686,-0.31591880321502686 +366,3.067653653900328,1.399893966091472,0.9572932586262705,0.01256350427865982,-0.9854317307472229,0.16960740089416504,-0.925241231918335,-0.7814399600028992,-0.06958185881376266,0.1257879137992859,0.33627694845199585,-0.16670821607112885 +367,3.1137240135335866,1.5233759278140084,0.8499453667036869,0.0013209609314799309,-0.9988758563995361,0.04738727584481239,-1.112403392791748,-0.10018676519393921,-0.015303661115467548,0.009161829948425293,0.7057849168777466,0.26752352714538574 +368,1.3831311927459382,1.5197478687295383,2.598850468089768,0.0501333512365818,-0.9986972808837891,-0.00952030811458826,-0.03855293244123459,-0.21910366415977478,-0.6953946948051453,-0.07996427267789841,-0.191167950630188,-0.04600638151168823 +369,1.3366597376207634,1.4957238442896528,2.717829119666858,0.0729563981294632,-0.9971833825111389,-0.01740090176463127,0.3932493031024933,1.043227195739746,-0.21395857632160187,0.023677527904510498,-0.5866636633872986,0.47646158933639526 +370,2.737973233343383,1.4072012470070958,1.4450648356362097,0.06396575272083282,-0.9866481423377991,0.14977948367595673,1.4611091613769531,1.963459849357605,0.351489782333374,0.338835746049881,-0.3083195090293884,-0.1123955249786377 +371,2.9045174222993393,1.3607923183969786,1.3424865690304393,0.04896000400185585,-0.9780300855636597,0.2026330828666687,0.29183289408683777,-0.2574038803577423,-0.3652448058128357,0.08943721652030945,0.44641387462615967,-0.258983850479126 +372,2.7822654848523802,1.3466631602560653,1.3941538454287714,0.0781569853425026,-0.9749871492385864,0.20806635916233063,-0.7191891670227051,-0.4004881978034973,-0.20960892736911774,-0.289826899766922,0.5619164705276489,-0.13015496730804443 +373,2.3190381409999756,1.4559914529131297,1.8796190480338024,0.08395403623580933,-0.9934171438217163,0.07793602347373962,-0.5104585289955139,0.12064284086227417,0.08518016338348389,-0.18240374326705933,-0.3151307702064514,0.615942120552063 +374,2.988195358811647,1.403401902770379,1.1765326718000533,0.025457972660660744,-0.9860222339630127,0.16465725004673004,1.3874934911727905,-0.10393597185611725,0.5325299501419067,0.03455483913421631,-0.5577399134635925,-0.10151638090610504 +375,3.13616944682216,1.3234201365814753,1.0130349325897516,0.0013279251288622618,-0.9695582389831543,0.24485735595226288,-0.03739902377128601,-0.6271626949310303,-0.01273755356669426,0.24386554956436157,-0.2288212776184082,-0.41345179080963135 +376,2.9161064713164335,1.4219159051939123,1.1216257744405507,0.03316371515393257,-0.9889377951622009,0.1445753425359726,-1.5552829504013062,-0.7641986012458801,-0.05086766928434372,0.07164891809225082,0.505768358707428,0.23066875338554382 +377,2.3952744066626277,1.4923649213790164,1.6144586233794935,0.05319642275571823,-0.9969258308410645,0.057525634765625,-0.39648255705833435,0.056486207991838455,-0.4021152853965759,0.014888323843479156,0.6017688512802124,0.021438606083393097 +378,2.176320844865481,1.438731840062655,1.8836495408348883,0.10826931893825531,-0.9912921786308289,0.07495245337486267,-0.1478884071111679,1.1447139978408813,-0.5274872779846191,-0.25641685724258423,-0.636591911315918,0.17729055881500244 +379,2.47438308191866,1.3997865085938306,1.7206489363019586,0.10530570894479752,-0.9854134321212769,0.13368380069732666,1.3823679685592651,1.3688690662384033,0.030134910717606544,0.14120005071163177,-0.6382744312286377,-0.24058686196804047 +380,2.8444566743156425,1.3549302734372757,1.463445453930293,0.06271223723888397,-0.976791262626648,0.20480746030807495,0.38316482305526733,0.529472827911377,-0.06352411955595016,0.4538435637950897,0.39410388469696045,-0.11424648761749268 +381,2.816255966295301,1.3036103969286006,1.4646950663227603,0.0843876376748085,-0.9645176529884338,0.2501688599586487,0.3841334283351898,-0.380757212638855,-0.21731901168823242,-0.2078922688961029,0.5248661637306213,-0.1919260025024414 +382,2.701565940137177,1.3244574529355133,1.5443738132217857,0.10387319326400757,-0.9698116779327393,0.22062507271766663,-0.7747633457183838,-0.09987455606460571,-0.020033296197652817,-0.26940053701400757,0.3924649953842163,0.08232280611991882 +383,2.6372150000611607,1.3629641563971608,1.5769613901384496,0.09971603751182556,-0.9784805178642273,0.1806448996067047,0.7700247168540955,-0.840786874294281,0.5859950184822083,-0.15075668692588806,-0.3456924557685852,0.2877999544143677 +384,2.8868970919693266,1.2986359621107804,1.2894588261757118,0.0677274614572525,-0.9631924033164978,0.26014038920402527,0.7910478115081787,0.2735527753829956,0.30501794815063477,0.1686311513185501,-0.6013673543930054,-0.19558054208755493 +385,2.9252669787633336,1.256564268152128,1.194274840312084,0.0663430467247963,-0.9510340094566345,0.30188241600990295,-0.5959817171096802,-1.027911901473999,-0.014874529093503952,0.0437643826007843,-0.05450493097305298,-0.5185114145278931 +386,2.6576033442884346,1.3929111079237322,1.2988776857805784,0.08233709633350372,-0.9842200875282288,0.1566261202096939,-1.57655930519104,-1.062827706336975,0.3055548369884491,-0.04356449097394943,0.5995458960533142,0.3060814142227173 +387,2.323474780068296,1.4367097751996538,1.5975551810358082,0.09757205098867416,-0.99102383852005,0.09138715267181396,-0.21654340624809265,-0.1506105214357376,-0.407749205827713,-0.09218567609786987,0.26897794008255005,0.044660210609436035 +388,2.2206269882256104,1.411778377311193,1.7401766124376525,0.12607473134994507,-0.987383246421814,0.09580887854099274,-0.11645059287548065,1.6416795253753662,-0.2925005853176117,-0.15865226089954376,-0.5449348092079163,0.32696640491485596 +389,2.6026324186381573,1.3620222036339689,1.5194150253433372,0.10637518018484116,-0.9782857298851013,0.17787982523441315,0.6790210008621216,1.3702232837677002,-0.27262869477272034,0.24285270273685455,-0.5882272720336914,-0.27121782302856445 +390,2.792348774923502,1.3297553815769696,1.3905263732353443,0.08168452978134155,-0.9710900187492371,0.22430215775966644,0.21787866950035095,-0.025505010038614273,-0.5028855800628662,0.37006717920303345,0.1768244504928589,-0.08311264216899872 +391,2.6413096211549716,1.3130385994840599,1.4893538864431053,0.12227530777454376,-0.9669640064239502,0.22367295622825623,-0.02070397324860096,-0.786507248878479,-0.007723633199930191,-0.23770804703235626,0.5060111284255981,-0.06662949919700623 +392,2.5975333004937133,1.3397845281972423,1.4811744829630014,0.11851396411657333,-0.9734352231025696,0.1959034651517868,-0.4458446800708771,-0.3434749245643616,0.042773839086294174,-0.16154377162456512,0.49639981985092163,0.07077428698539734 +393,2.572721241928653,1.38177999543596,1.471853483904024,0.10121430456638336,-0.9821895360946655,0.15830133855342865,-0.20104725658893585,-0.41574758291244507,0.7319033145904541,-0.10090915113687515,-0.5260196328163147,0.34014225006103516 +394,3.01460415512886,1.3636216256008813,0.9602850167584972,0.026050882413983345,-0.9786159992218018,0.20403972268104553,1.334501028060913,-0.5167208909988403,0.6796266436576843,0.06150403618812561,-0.5626742839813232,-0.12187111377716064 +395,3.0716956395755886,1.318078066591486,0.845871264433636,0.01746257394552231,-0.9682363271713257,0.24942590296268463,-0.38798239827156067,-0.8701372146606445,0.008020667359232903,0.15238302946090698,0.011571407318115234,-0.3032436668872833 +396,3.0646970140331344,1.4376178524075587,0.7863769474677559,0.01020053867250681,-0.9911448359489441,0.1323927640914917,-1.3323758840560913,-0.30046653747558594,0.3077090382575989,0.09149929881095886,0.5809885859489441,0.1278611421585083 +397,2.9627749886271473,1.4957528875206256,0.9050701473265036,0.013335354626178741,-0.9971855878829956,0.07377859205007553,-0.12304797023534775,0.503576934337616,-0.4471110999584198,-0.03433147072792053,0.42226481437683105,0.06628180295228958 +398,2.5439185691235826,1.4822420365503675,1.411623155268738,0.049765445291996,-0.9960816502571106,0.07310624420642853,0.08182277530431747,1.5199795961380005,-0.11180830746889114,-0.2406681478023529,-0.5907559990882874,0.4970078468322754 +399,2.8596476670351483,1.385713688233337,1.2250981519170048,0.05120125040411949,-0.9829210638999939,0.17676247656345367,1.4470221996307373,1.6655974388122559,-0.235974982380867,0.1591869294643402,-0.34920185804367065,-0.2492264360189438 +400,3.001160678070171,1.309657569110593,1.152315839028715,0.03613778576254845,-0.9660965800285339,0.2556391954421997,-0.12757518887519836,-0.05631529539823532,-0.5546461939811707,0.23321035504341125,0.1398637294769287,-0.0761806070804596 +401,2.889531679355372,1.2927135086721822,1.2345753307781933,0.06846371293067932,-0.9615834951400757,0.2658388316631317,-0.1555287092924118,-0.4050358533859253,-0.02578442171216011,-0.2767614722251892,0.5067188739776611,-0.1897585093975067 +402,2.792988763644487,1.3648159300418263,1.3255276653798578,0.06986355781555176,-0.9788609147071838,0.19222480058670044,-0.8695142269134521,0.04673616588115692,0.008301574736833572,-0.18436551094055176,0.3277074098587036,0.18648314476013184 +403,2.9126204289189443,1.4058982140765353,1.1854681925490096,0.03725866228342056,-0.986435055732727,0.15986759960651398,0.046630505472421646,-0.3158732056617737,0.5920713543891907,0.016498059034347534,-0.2533262372016907,0.358443021774292 +404,3.087993341562141,1.3135039101688915,0.9536130141930605,0.013632516376674175,-0.9670825004577637,0.2540976405143738,1.0866366624832153,-0.4604378044605255,0.3926806151866913,-0.050009459257125854,-0.5297741889953613,-0.30555033683776855 +405,3.061657946198516,1.3135115775646353,0.9047757782539626,0.02031823620200157,-0.9670844674110413,0.25364378094673157,-0.8033317923545837,-0.9623941779136658,0.045716602355241776,0.06754186749458313,0.015149474143981934,-0.31803593039512634 +406,2.964502267630185,1.460509150414061,0.9257589562793321,0.019389517605304718,-0.9939245581626892,0.10834242403507233,-1.1115893125534058,-0.30320265889167786,0.14597630500793457,0.07266676425933838,0.6875585913658142,0.16788744926452637 +407,2.4145245623350267,1.4931321458673812,1.460354452601651,0.051570743322372437,-0.996985673904419,0.05796736478805542,-0.03492452949285507,0.2423829287290573,-0.6744056344032288,-0.055583804845809937,0.14662855863571167,0.18914878368377686 +408,2.350805914427105,1.4501226869813404,1.6075443325736674,0.08558017015457153,-0.9927277565002441,0.0846627950668335,0.2598860561847687,1.3941775560379028,-0.22333510220050812,-0.21618014574050903,-0.6474242210388184,0.412636399269104 +409,2.7486874196745115,1.361131421910911,1.3263184418772613,0.07968834787607193,-0.9781007170677185,0.19227255880832672,0.9097908139228821,0.8895390033721924,0.11171212047338486,0.26802894473075867,-0.4115171432495117,-0.22938194870948792 +410,2.884801853805579,1.3361049455119347,1.2216813611303188,0.05906081944704056,-0.9725861549377441,0.22491806745529175,0.15053145587444305,-0.5934177041053772,-0.489032506942749,0.20393967628479004,0.26466989517211914,-0.15658915042877197 +411,2.7659145766656823,1.3121261520214622,1.2555002353703189,0.09385182708501816,-0.9667310118675232,0.23795504868030548,-0.16388148069381714,-0.682114839553833,0.21632800996303558,-0.36672475934028625,0.5633346438407898,-0.12984663248062134 +412,2.6988232335252635,1.3871019281708878,1.2935333963905558,0.0782611295580864,-0.9831755757331848,0.16504931449890137,-0.6910333633422852,-0.33200010657310486,0.2715229392051697,-0.131361722946167,0.061163127422332764,0.31264233589172363 +413,2.958711929911304,1.3838562530184344,1.003344987778524,0.03379979357123375,-0.9825775027275085,0.18275372684001923,0.9671539664268494,-0.48656630516052246,0.5749296545982361,0.09156641364097595,-0.3492858409881592,0.0751349925994873 +414,3.1162532656152546,1.292047035366665,0.823708833997532,0.006971477530896664,-0.9614003300666809,0.27506527304649353,0.35024112462997437,-0.1992553174495697,0.11349986493587494,0.12690913677215576,-0.29432177543640137,-0.3853100538253784 +415,3.0485411713536505,1.3416427443895311,0.8337270158551903,0.021106459200382233,-0.9738590121269226,0.22617055475711823,-1.6176083087921143,-0.8183349967002869,0.20450182259082794,0.09116771817207336,0.1841403841972351,-0.13490772247314453 +416,2.9628067774399276,1.480227547724567,0.8888611637454034,0.016084255650639534,-0.9959014654159546,0.08900320529937744,-0.37154850363731384,0.1656845062971115,-0.353347510099411,0.09991306066513062,0.6978973150253296,0.15380990505218506 +417,2.6273452026190793,1.4626307830378673,1.2704897819528231,0.053101394325494766,-0.9941558241844177,0.09399334341287613,0.34185829758644104,0.7656985521316528,-0.3061502277851105,-0.14755329489707947,-0.1792452335357666,0.13278283178806305 +418,2.7072835079535347,1.421654396941305,1.3125755778167887,0.06252434104681015,-0.9888989329338074,0.13479521870613098,1.2549246549606323,1.2034409046173096,-0.09512955695390701,-0.08098748326301575,-0.6168444752693176,-0.038725852966308594 +419,3.0470279444192467,1.3142735888079011,1.1066373250635453,0.02395712211728096,-0.9672780632972717,0.25258541107177734,0.20303913950920105,0.27166512608528137,0.5150517225265503,0.6198722720146179,-0.10236316919326782,-0.17148491740226746 +420,2.9032948803334007,1.2979431985857168,1.2396279030135477,0.06361062079668045,-0.9630059599876404,0.2618655264377594,0.3780168294906616,-0.5568677186965942,-0.1184503436088562,-0.20174843072891235,0.37459641695022583,-0.16446861624717712 +421,2.8564068821068207,1.3085664407480948,1.246270767697134,0.07293209433555603,-0.9658142924308777,0.24876442551612854,-0.7548313736915588,-0.11930181831121445,-0.0026103085838258266,-0.26433834433555603,0.5605713129043579,-0.09980806708335876 +422,2.8010075259429827,1.389605711408232,1.3014113713694144,0.060194019228219986,-0.9836298227310181,0.1698499172925949,-0.30695608258247375,0.04860494285821915,0.26483672857284546,-0.08752253651618958,-0.32693225145339966,0.39420652389526367 +423,3.0781090520262793,1.3590143836610107,0.9909077756265344,0.013335459865629673,-0.9776579141616821,0.20977921783924103,1.2333266735076904,-0.31264328956604004,0.4708670377731323,-0.031249282881617546,-0.5924868583679199,-0.13372942805290222 +424,3.1236803304124274,1.2981856830250402,0.9059676108102953,0.00482257641851902,-0.9630712866783142,0.2692035138607025,-0.054366953670978546,-1.0493416786193848,0.028626699000597,0.16998213529586792,-0.2363153100013733,-0.27506279945373535 +425,3.078329157647459,1.399420219287548,0.84449134221286,0.01078162994235754,-0.985351026058197,0.1701967567205429,-1.439683198928833,-0.8555572032928467,0.22562403976917267,0.12654748558998108,0.5371089577674866,0.0931241363286972 +426,2.8804502383596082,1.468161328399806,0.9970653354525586,0.026452256366610527,-0.9947376251220703,0.09898123145103455,-0.29430314898490906,-0.12802205979824066,-0.4736807644367218,0.026556789875030518,0.4360066056251526,0.024798035621643066 +427,2.478683203916682,1.4682653823016345,1.4258630960461123,0.0629887655377388,-0.9947482943534851,0.0806744247674942,-0.23306353390216827,1.1013498306274414,-0.28080105781555176,-0.2576451301574707,-0.3728511929512024,0.281752347946167 +428,2.7280003729886784,1.4208242979394443,1.294440308882405,0.06004836782813072,-0.9887752532958984,0.13681286573410034,1.263612151145935,1.3352432250976562,-0.16271063685417175,0.02479049563407898,-0.5397739410400391,-0.09498846530914307 +429,2.99033514071205,1.3499739120684728,1.1365541964439563,0.033004023134708405,-0.9757176637649536,0.21653100848197937,0.17736077308654785,0.4051602780818939,-0.2802683711051941,0.6637275218963623,0.10485285520553589,-0.09345366060733795 +430,2.7798909585478393,1.3307315659277539,1.346248221905906,0.08413713425397873,-0.9713225960731506,0.22238093614578247,0.08760175853967667,-0.346678763628006,-0.32659605145454407,-0.14646926522254944,0.4904876947402954,-0.09121635556221008 +431,2.672942409872773,1.3655409053162892,1.4341987888317846,0.09206072986125946,-0.9790089726448059,0.18184152245521545,-0.893563449382782,0.2355388104915619,0.04785512015223503,-0.25151509046554565,0.5122120976448059,0.05351005494594574 +432,2.580096433170579,1.4276890827569455,1.5256219406125602,0.0759374350309372,-0.9897776246070862,0.12072036415338516,0.14235742390155792,-0.2860524654388428,0.6676628589630127,-0.10755367577075958,-0.373640775680542,0.40776774287223816 +433,3.068579236176679,1.3730080489765015,0.9523047544438029,0.014334519393742085,-0.9805035591125488,0.19597820937633514,1.4375966787338257,-0.37700924277305603,0.3960067927837372,-0.022925227880477905,-0.6546740531921387,-0.11277198791503906 +434,3.034576484013496,1.3331661315610197,0.9450498381741446,0.025143587961792946,-0.9718985557556152,0.23405368626117706,-0.5661799907684326,-0.5962101221084595,-0.10103746503591537,0.1725950539112091,-0.14701330661773682,-0.40014562010765076 +435,2.9233975787002646,1.4471142792501335,0.9867966233530702,0.0267048217356205,-0.9923611283302307,0.12044118344783783,-1.656874418258667,-0.7479508519172668,0.3779333829879761,0.08184617757797241,0.5846158266067505,0.15113472938537598 +436,2.3086318395541845,1.519918715103677,1.5464435951384263,0.03762749210000038,-0.998706042766571,0.03420821577310562,-0.14106497168540955,0.38123536109924316,-0.4509746730327606,-0.07858208566904068,0.7395661473274231,0.09192096441984177 +437,2.270796317461055,1.4493454976016646,1.5964155470799812,0.09266133606433868,-0.9926339387893677,0.07804756611585617,0.6457013487815857,1.5096195936203003,-0.5116997361183167,-0.4884743094444275,-1.5680654048919678,0.641633152961731 +438,2.5994778295336376,1.3773374474773359,1.4280696462777833,0.09919386357069016,-0.9813451170921326,0.16468960046768188,0.9230831265449524,1.3697195053100586,-0.2585460841655731,0.24240465462207794,-0.555520236492157,-0.42669832706451416 +439,2.87180174203305,1.3309710161212522,1.220492295845474,0.0633096694946289,-0.9713794589042664,0.2289406955242157,0.44705691933631897,-0.06417270004749298,-0.25002798438072205,0.3383321762084961,0.32225537300109863,-0.08312773704528809 +440,2.806818027784537,1.27170572340164,1.2215055985390166,0.09680959582328796,-0.9556048512458801,0.2782936990261078,0.36165207624435425,-1.1986753940582275,0.12043562531471252,-0.21089956164360046,0.5811083912849426,-0.3416175842285156 +441,2.742755395129046,1.3151792986862636,1.2225678576112469,0.09819044917821884,-0.9675074815750122,0.23299719393253326,-1.430761456489563,0.4828008711338043,0.24388720095157623,-0.2966462969779968,0.21550869941711426,0.20670005679130554 +442,2.7868316406590643,1.4021530095886083,1.1586260798107249,0.05830402672290802,-0.9858133792877197,0.15739412605762482,1.232103705406189,-0.16929732263088226,0.8165974020957947,-0.07563798874616623,-0.2704123258590698,0.4918825626373291 +443,3.0688953387823763,1.2553335395628038,0.8397527140616099,0.022534940391778946,-0.9506528973579407,0.3094368577003479,0.3708362877368927,-0.059714317321777344,0.2662745714187622,0.018312841653823853,-0.6439820528030396,-0.4274330139160156 +444,3.0743266986692372,1.2859942032720144,0.7765320042473243,0.018885308876633644,-0.9597172737121582,0.2803322374820709,-1.0591477155685425,-0.6926921010017395,0.11221130937337875,0.1080983579158783,0.3171238899230957,-0.23901140689849854 +445,3.0689976692794136,1.4468646565919514,0.7032309858801232,0.00896582379937172,-0.9923303127288818,0.12328769266605377,-1.1963558197021484,-0.20006495714187622,-0.05680830776691437,0.09348168969154358,0.7217006087303162,0.14969202876091003 +446,2.560349343717225,1.4736168208041212,1.1970821126480589,0.05327408388257027,-0.9952818155288696,0.0810934379696846,0.19326479732990265,0.5686222314834595,-0.5824363231658936,-0.12352555990219116,-0.058658063411712646,0.2030099630355835 +447,2.598457396044712,1.4395274548319539,1.2792008826953059,0.06764781475067139,-0.9913966059684753,0.1120554506778717,0.900424599647522,1.2365137338638306,-0.05268559232354164,-0.2086542844772339,-0.5713322162628174,0.2250417321920395 +448,3.0083709132777368,1.3194543698962988,0.9875850375224601,0.03303489834070206,-0.9685795307159424,0.24650055170059204,0.7313088178634644,0.8103325366973877,0.5009693503379822,0.39524880051612854,-0.18225359916687012,-0.16607153415679932 +449,2.9413084278829023,1.297843084193764,1.023396029106567,0.053631700575351715,-0.9629789590835571,0.2641878128051758,0.25233039259910583,-0.7638760209083557,-0.2991437017917633,-0.03707590699195862,0.2894255518913269,-0.15968036651611328 +450,2.8308358118997385,1.280992265173358,1.0491370751652451,0.08738084137439728,-0.9582998752593994,0.27207696437835693,-0.3953225016593933,-0.7515603303909302,0.08267468959093094,-0.30336901545524597,0.5136435031890869,-0.19634771347045898 +451,2.7280898064298498,1.3655753738721421,1.1223521691991294,0.08188403397798538,-0.9790160059928894,0.18660812079906464,-0.8546532988548279,-0.19035358726978302,0.27605023980140686,-0.12822496891021729,0.02691340446472168,0.36594319343566895 +452,2.9752686523063545,1.3654971661440973,0.8213264059581382,0.03375059738755226,-0.9790000319480896,0.2010461390018463,1.2989962100982666,-0.55293208360672,0.5574028491973877,0.11488524079322815,-0.5407141447067261,-0.053280025720596313 +453,3.0880717356725205,1.273219077426238,0.651348734108288,0.015685131773352623,-0.9560496807098389,0.2927855849266052,0.24618971347808838,-0.910947322845459,0.2555304765701294,0.17294400930404663,-0.2879689931869507,-0.44879135489463806 +454,3.0115982195194118,1.3619192374455649,0.6275128229875326,0.02688003145158291,-0.9782643914222717,0.20561227202415466,-1.6928428411483765,-0.6128436923027039,0.2972548305988312,0.07411789894104004,0.35028892755508423,0.10154712200164795 +455,2.8176674238467165,1.4724402418950289,0.8013690735835505,0.031255267560482025,-0.9951669573783875,0.09309051185846329,-0.23835399746894836,0.041700977832078934,-0.5062368512153625,0.06025169417262077,0.6603891253471375,0.13527250289916992 +456,2.3592859858445934,1.4542743464802559,1.2936947538324712,0.08195312321186066,-0.9932190179824829,0.082461416721344,0.0845130980014801,0.8499321937561035,-0.377399206161499,-0.21658141911029816,-0.29395145177841187,0.22134113311767578 +457,2.447405981153414,1.4221600567197716,1.3359248724603294,0.09474240988492966,-0.9889739751815796,0.11381849646568298,0.9335779547691345,0.8607281446456909,0.0720118060708046,-0.19839537143707275,-0.745431661605835,-0.11235366761684418 +458,2.8950161450085323,1.3272082554689266,0.984606915878404,0.058870069682598114,-0.9704788327217102,0.2338913232088089,0.5669821500778198,0.19440844655036926,0.6174248456954956,0.5775282382965088,-0.1468307375907898,-0.16391444206237793 +459,2.870838189346759,1.3148704294750506,0.9920817201407796,0.06770484894514084,-0.9674293398857117,0.24391943216323853,0.2563914954662323,-0.26809272170066833,-0.0496811643242836,-0.10701148957014084,0.3994970917701721,-0.10152444243431091 +460,2.8237409286165946,1.2816512658499286,0.9860978407465268,0.0891118049621582,-0.9584879875183105,0.27085086703300476,-0.25001397728919983,-0.5506576895713806,0.029518764466047287,-0.3023076057434082,0.502280592918396,-0.19583866000175476 +461,2.7330850092186987,1.3664199866946678,1.0507375453809615,0.08062274754047394,-0.9791877269744873,0.1862567663192749,-0.6943998336791992,-0.4993288218975067,0.3243780732154846,-0.14097127318382263,-0.01432734727859497,0.2940899133682251 +462,2.9990310833644815,1.351268947825815,0.7164795022144769,0.030940406024456024,-0.9760004878044128,0.21555958688259125,1.1237367391586304,-0.6159302592277527,0.47410848736763,0.07011856138706207,-0.7089361548423767,-0.041090577840805054 +463,3.0088334364479996,1.3013957821684974,0.6318274487240433,0.03523056209087372,-0.963930606842041,0.26381099224090576,0.1550067663192749,-1.0612653493881226,0.037789326161146164,0.11189467459917068,-0.29812365770339966,-0.35899537801742554 +464,2.857145009703512,1.3813282437069399,0.716034791941732,0.05285251885652542,-0.9821045398712158,0.18076904118061066,-1.581202745437622,-0.5966265201568604,0.36233410239219666,0.048404812812805176,0.3324615955352783,-0.04430973529815674 +465,2.3580146864712552,1.5022815189433283,1.1759438140330174,0.048321016132831573,-0.9976537823677063,0.04849724471569061,-0.27049151062965393,0.04011606425046921,-0.3799930512905121,-0.026012666523456573,0.6382178068161011,0.16749095916748047 +466,2.1758458365624627,1.4593609086147896,1.3901667640386153,0.09146459400653839,-0.9937974810600281,0.06325466930866241,0.3546193838119507,0.7469742298126221,-0.36073291301727295,-0.2089572548866272,-0.3091201186180115,0.0899587944149971 +467,2.405769067217352,1.420954800814406,1.2998153298220718,0.10019780695438385,-0.98879474401474,0.11065954715013504,1.3607256412506104,1.4193850755691528,-0.18914780020713806,-0.13495729863643646,-0.6726738810539246,0.032879963517189026 +468,2.8509621998923804,1.3379071353105088,0.9744601565873898,0.06613428890705109,-0.9730036854743958,0.22111132740974426,0.23945105075836182,0.45942139625549316,0.5587392449378967,0.6589328050613403,0.0022699832916259766,-0.08141708374023438 +469,2.7472116905787196,1.2963365238294748,1.0831992838351467,0.10413889586925507,-0.9625717401504517,0.250222384929657,0.3086678385734558,-0.48400676250457764,-0.2794514000415802,-0.15243291854858398,0.42738473415374756,-0.19391733407974243 +470,2.620728134814073,1.3119479442138597,1.1617791999611065,0.1273770034313202,-0.96668541431427,0.22202318906784058,-0.9860653877258301,-0.037373900413513184,-0.002849551849067211,-0.2986721992492676,0.4363052248954773,-0.0018998533487319946 +471,2.5434488966154483,1.3860820012409951,1.2418081259658522,0.1034240648150444,-0.9829887747764587,0.15177832543849945,0.3710455596446991,-0.14257478713989258,0.6111630797386169,-0.084808349609375,-0.13636547327041626,0.40861594676971436 +472,2.9335580262812897,1.3292596718227259,0.8438578650501409,0.04940268397331238,-0.9709715843200684,0.2340376228094101,0.6569266319274902,0.2217915952205658,0.2108318954706192,0.08812478184700012,-0.7269043922424316,-0.11257769167423248 +473,2.9936625523623173,1.3124089570479303,0.7411873891013363,0.03766172379255295,-0.9668033123016357,0.2527315318584442,-0.4477055072784424,-0.8525445461273193,-0.033545371145009995,0.09331971406936646,-0.12407815456390381,-0.30319222807884216 +474,2.8810596576756775,1.4208213761091204,0.7927922681524611,0.0384882390499115,-0.988774836063385,0.1443711370229721,-1.0731104612350464,-0.21592487394809723,0.12951458990573883,0.0955449640750885,0.5837302803993225,0.2009657472372055 +475,2.5664380529496262,1.4419955923462116,1.1144835691462542,0.06986948102712631,-0.9917166233062744,0.10777918994426727,-0.18917451798915863,0.17374156415462494,-0.679286777973175,-0.02314707636833191,0.3205130696296692,0.0033353567123413086 +476,2.2975689113245457,1.4197832418134495,1.4552890475645037,0.1124267578125,-0.9886191487312317,0.09996110945940018,-0.22795119881629944,1.7537740468978882,-0.4232069253921509,-0.3202362060546875,-0.38407665491104126,0.43975746631622314 +477,2.675702719766392,1.3707929187620582,1.2175684260513533,0.08924700319766998,-0.9800658822059631,0.17749787867069244,0.9643188118934631,1.1243544816970825,0.34914490580558777,0.2558152675628662,-0.43305039405822754,-0.20761874318122864 +478,2.933168329791497,1.3120902684552878,0.9641483398257148,0.05293601378798485,-0.9667218327522278,0.2502935230731964,0.2614859640598297,-0.6069673895835876,-0.15646307170391083,0.16888099908828735,-0.06597781181335449,-0.12855887413024902 +479,2.8867095622436905,1.2905606882385745,1.0162928567606926,0.06973513960838318,-0.960990309715271,0.2676459848880768,0.11170598864555359,0.6499351859092712,-0.14548297226428986,-0.08737430721521378,0.43561506271362305,-0.004004746675491333 +480,2.917319279351376,1.3123369048632443,1.0210025386239638,0.05684293434023857,-0.9667848944664001,0.24919001758098602,-0.5617667436599731,0.1381382793188095,0.03484157845377922,-0.14787688851356506,0.3692050576210022,-0.01566961407661438 +481,2.941349663332804,1.360890623198544,0.9987898132125574,0.041445884853601456,-0.9780505895614624,0.20420411229133606,0.17774245142936707,0.12023342400789261,0.5399810671806335,-0.10762324929237366,-0.2621532678604126,0.33847475051879883 +482,3.1143873962777398,1.3073445108274928,0.8134313913199532,0.007083766162395477,-0.965496838092804,0.26031801104545593,0.9650900363922119,-0.04555506631731987,0.20449072122573853,0.027416346594691277,-0.4659300446510315,-0.2073701024055481 +483,3.122620168131831,1.299145281376893,0.7683282027556,0.005090435966849327,-0.9633291959762573,0.2682740390300751,-0.6058865785598755,-1.0597666501998901,0.15679877996444702,0.13110953569412231,-0.027942776679992676,-0.21061110496520996 +484,3.093149851452075,1.4141690456934795,0.7020736782433282,0.007553486619144678,-0.987758994102478,0.1558038890361786,-0.7939824461936951,-0.28316059708595276,0.18262216448783875,0.04069480299949646,0.5700192451477051,0.18837331235408783 +485,2.991875388430757,1.4441291628017743,0.762086991790487,0.01884300448000431,-0.9919884204864502,0.1249154731631279,-0.18551528453826904,-0.2957790493965149,-0.2471190094947815,-0.09683069586753845,0.3062889575958252,-0.037513136863708496 +486,2.970897910129764,1.4418820872643812,0.8052353163566021,0.021837711334228516,-0.9917020797729492,0.1266893446445465,0.03434146195650101,1.4185363054275513,0.21953605115413666,-0.3322014808654785,-0.5901155471801758,0.5048108100891113 +487,-3.079265851847519,1.3484090853974076,0.6798723869332902,-0.013737834990024567,-0.9753736853599548,0.22013068199157715,1.1906875371932983,1.2573672533035278,0.16238166391849518,0.26965823769569397,-0.18615585565567017,-0.17876410484313965 +488,-2.9772003640160567,1.298985821653682,0.6576605311076429,-0.04393692687153816,-0.9632863998413086,0.26485681533813477,-0.1435975432395935,-0.04038332775235176,-0.6343539953231812,0.33766859769821167,0.09583938121795654,-0.08993002772331238 +489,-3.0872833087642975,1.3047674077996758,0.7619900244147007,-0.014271046966314316,-0.96482253074646,0.2625149190425873,0.12588796019554138,0.14934366941452026,-0.10339504480361938,-0.18249103426933289,0.4153228998184204,-0.00454983115196228 +490,-3.118579306082957,1.3197255412515785,0.7932924896176649,-0.005716965068131685,-0.9686469435691833,0.24837566912174225,-0.6500210762023926,-0.2851693332195282,-0.21328631043434143,-0.1478779911994934,0.30804818868637085,0.027472734451293945 +491,-3.0926634362834213,1.3588382535230854,0.7257972210992328,-0.010289345867931843,-0.9776208400726318,0.21012257039546967,0.10303308814764023,-0.18530482053756714,0.6152731776237488,-0.04278072714805603,-0.2117100954055786,0.32970282435417175 +492,-3.0443384134743536,1.3138281291076588,0.6514585807854814,-0.024678193032741547,-0.967164933681488,0.25294873118400574,1.0582174062728882,-0.5618675947189331,0.04564966633915901,0.008900612592697144,-0.43298155069351196,-0.21768569946289062 +493,-3.0688851345104218,1.2750828564107863,0.6045722621074647,-0.021169954910874367,-0.9565944671630859,0.29065272212028503,-0.5703691840171814,-0.7910146713256836,0.09691208600997925,0.053777992725372314,-0.19193458557128906,-0.4197268486022949 +494,-3.065110361128412,1.3961221900927414,0.5380726786170392,-0.013278675265610218,-0.9847832322120667,0.17327898740768433,-1.0445748567581177,-0.18333257734775543,-0.038050923496484756,0.13295334577560425,0.5321007966995239,0.2650601863861084 +495,3.0366218368496734,1.4357657841317635,0.7012790769484497,0.01410527341067791,-0.9908972382545471,0.1338793784379959,-0.42568206787109375,0.06776890903711319,-0.5421251058578491,-0.00653690192848444,0.3733130693435669,-0.13625968992710114 +496,2.868841364472283,1.430674749157275,0.9193620178108283,0.037622854113578796,-0.9901990294456482,0.1345006674528122,0.2796100378036499,1.1251699924468994,0.03858382999897003,-0.4278969168663025,-0.4218645691871643,0.25502562522888184 +497,3.1368179832421568,1.3700139465463297,0.7671427558857083,0.0009522428154014051,-0.9799108505249023,0.19943483173847198,1.2359790802001953,1.1591190099716187,0.18169890344142914,0.13387441635131836,-0.5026484727859497,-0.05900809168815613 +498,-2.950392928538586,1.2914203126925923,0.676659267389297,-0.052403759211301804,-0.9612277150154114,0.2707306146621704,-0.0723818764090538,0.2949424684047699,0.1748601645231247,0.5972645878791809,-0.03922998905181885,-0.1790100634098053 +499,-3.0565968771717653,1.2971425699992591,0.7871765971756203,-0.022942492738366127,-0.9627898931503296,0.2692747712135315,0.13060732185840607,0.06861996650695801,0.024245116859674454,-0.18903261423110962,0.3416658043861389,-0.006915271282196045 +500,-3.048124711404806,1.2884474243354485,0.7885100985186312,-0.02600342407822609,-0.9604036808013916,0.27739623188972473,-0.14131738245487213,-0.1572435349225998,-0.1038253903388977,-0.1854986548423767,0.3523256778717041,-0.1057044267654419 +501,-3.1190856272602465,1.3392576700889705,0.8057842128998682,-0.005164369475096464,-0.9733144640922546,0.2294171303510666,-0.3433029055595398,-0.5956187844276428,0.277719646692276,-0.17314985394477844,-0.20171904563903809,0.3642261028289795 +502,-2.9438651006410317,1.3217394553595498,0.6047024620570022,-0.048420924693346024,-0.9691452980041504,0.2416873574256897,0.7156227827072144,-0.3705861568450928,0.24164912104606628,0.05515006557106972,-0.40564101934432983,0.06594513356685638 +503,-2.9826827650629015,1.2591950858143608,0.6412592676258563,-0.04851434379816055,-0.9518438577651978,0.3027205467224121,0.03868263214826584,-0.4746098220348358,-0.11887901276350021,0.30254265666007996,-0.24699342250823975,-0.4809584617614746 +504,-3.1059256895482985,1.2944252041711428,0.6819038007032406,-0.009730231948196888,-0.9620519876480103,0.2726922631263733,-0.8712067604064941,-0.9519287347793579,-0.14223407208919525,0.13439452648162842,0.3126381039619446,-0.02908569574356079 +505,3.031971521244393,1.3668008351844176,0.8025279868999844,0.0221630297601223,-0.9792649745941162,0.20136794447898865,-0.17738643288612366,0.3615392744541168,-0.41302987933158875,-0.0501476526260376,0.4333360195159912,0.041704535484313965 +506,2.7433722193607197,1.3843020694676091,1.126860501322229,0.07189968973398209,-0.9826602935791016,0.17090606689453125,-0.4054969847202301,0.6069241762161255,-0.6093363761901855,-0.2854006886482239,-0.009572803974151611,0.19303128123283386 +507,2.661097438440918,1.3937160003791025,1.3051558738751587,0.08142253011465073,-0.9843621850013733,0.15620917081832886,0.20878386497497559,1.0651031732559204,0.002624619286507368,-0.17163249850273132,-0.5775426626205444,0.3491162061691284 +508,2.964913517358096,1.3281177697389683,1.0798420220605993,0.04223611205816269,-0.970697820186615,0.2365628480911255,0.773293137550354,0.8221719861030579,0.43739402294158936,0.2087709903717041,-0.10301744937896729,-0.2447415590286255 +509,3.091824409851022,1.322077946921542,0.9450836869962588,0.01224598754197359,-0.9692286849021912,0.2458570897579193,-0.1650901734828949,-0.13190311193466187,-0.2141689956188202,0.0953742265701294,0.09676170349121094,0.0645371526479721 +510,3.044518805018805,1.3050596512026198,0.9582230505969634,0.025453535839915276,-0.9648993015289307,0.2613838016986847,0.3336675465106964,-0.5504504442214966,-0.10908626765012741,-0.16464421153068542,0.5176184177398682,-0.1333777904510498 +511,2.9729924332073527,1.3229839219011734,0.9474153941261719,0.041159383952617645,-0.9694513082504272,0.24180658161640167,-0.7681065201759338,-0.8740761876106262,0.24111568927764893,-0.13277313113212585,0.1303093433380127,0.12194767594337463 +512,3.056605328183453,1.3521130172651157,0.7941872083287446,0.018415363505482674,-0.9761839509010315,0.21616171300411224,0.4365774095058441,-0.17995423078536987,0.7179835438728333,-0.053708940744400024,-0.329281747341156,0.35128211975097656 +513,-3.0864590434622854,1.286656381643979,0.6450021194056302,-0.015447876416146755,-0.9599031209945679,0.27990585565567017,0.536655068397522,0.05246896669268608,0.3498857617378235,0.009634287096560001,-0.38489967584609985,-0.2699570953845978 +514,-3.0454360192896357,1.2822742365136572,0.5712552240927853,-0.02731785923242569,-0.9586654305458069,0.28322136402130127,-0.7753932476043701,-0.488571435213089,-0.10835126787424088,0.1257980763912201,0.09886318445205688,-0.35956108570098877 +515,-3.0466122854580413,1.4029569874747754,0.5103082548955602,-0.01584295555949211,-0.9859480261802673,0.16630052030086517,-0.9271029829978943,-0.24015070497989655,0.02672884613275528,0.11554387211799622,0.511704683303833,0.20473219454288483 +516,3.0701448098975592,1.4465963133708657,0.6583454683159377,0.008843423798680305,-0.9922971129417419,0.12356384843587875,-0.3215014934539795,0.26369041204452515,-0.4560031294822693,-0.12865543365478516,0.130709707736969,0.10473810136318207 +517,2.8598998083771954,1.4391182200773907,0.9291451901821051,0.03649832308292389,-0.9913429617881775,0.12612242996692657,0.1502220630645752,0.954816997051239,0.033302921801805496,-0.3309624493122101,-0.37433379888534546,0.20656488835811615 +518,3.1242371795105415,1.3658599497655621,0.7485398225609228,0.0035317421425133944,-0.9790739417076111,0.2034739851951599,1.2146401405334473,0.6325774788856506,0.19177192449569702,0.17310398817062378,-0.42972421646118164,-0.13393963873386383 +519,-3.027947713145339,1.2986059097241538,0.6661437440997108,-0.030486831441521645,-0.9631843566894531,0.2671079635620117,0.0035623405128717422,-0.17417103052139282,-0.3246908485889435,0.4093778133392334,0.10770022869110107,-0.11419960856437683 +520,3.1101852591614274,1.2968809115089084,0.7817225568744842,0.008494381792843342,-0.9627191424369812,0.2703690826892853,0.2545963227748871,-0.0739319920539856,-0.237373948097229,-0.11890697479248047,0.48373061418533325,-0.01946881413459778 +521,3.048784941075607,1.295336266587057,0.8264016085459134,0.025206515565514565,-0.962300181388855,0.27081912755966187,-0.4952356815338135,-0.22634375095367432,-0.0395677387714386,-0.16300863027572632,0.22350013256072998,0.05825197696685791 +522,3.0107809751992427,1.3504608347026286,0.8402623757002081,0.028508318588137627,-0.9758241772651672,0.2166895568370819,0.13250289857387543,-0.2740580141544342,0.43715471029281616,-0.05353274941444397,-0.2642422914505005,0.31024229526519775 +523,3.134372555247286,1.33287578310289,0.7136939153524677,0.0017016344936564565,-0.9718301892280579,0.2356761395931244,0.9580786824226379,-0.48996466398239136,0.0925036147236824,0.06743595004081726,-0.37089747190475464,-0.04930531978607178 +524,3.106744286358792,1.2672659625283595,0.6906301676219145,0.01041375007480383,-0.9542872309684753,0.29870936274528503,0.0072751278057694435,-0.9035077095031738,-0.03261283412575722,0.0881580114364624,-0.15437054634094238,-0.4726290702819824 +525,2.9785371370725024,1.3312570996964228,0.7259761289833896,0.038514457643032074,-0.9714474081993103,0.23410750925540924,-1.0840232372283936,-0.35127758979797363,0.13799843192100525,0.05471675843000412,0.2337612509727478,0.23592382669448853 +526,2.984752816303388,1.3910185716290648,0.7207191013287974,0.027929848060011864,-0.9838834404945374,0.17661622166633606,-0.17602384090423584,0.21141041815280914,-0.17653757333755493,0.01799909770488739,0.48458534479141235,-0.04110288619995117 +527,2.719049889281303,1.4000433278498368,0.9931220073997943,0.06968264281749725,-0.9854571223258972,0.1549791693687439,-0.26002612709999084,0.5681864619255066,-0.5474342107772827,-0.18738895654678345,-0.08662533760070801,0.17390881478786469 +528,2.713939811908211,1.4088463240140425,1.116034509848781,0.06687336415052414,-0.9869147539138794,0.14672186970710754,0.6672504544258118,0.8694630265235901,0.23246470093727112,-0.13672810792922974,-0.6780633330345154,0.18196773529052734 +529,3.0270819016362727,1.329190455435693,0.8838321192020958,0.02733822911977768,-0.9709550142288208,0.23769499361515045,0.27206775546073914,0.4584046006202698,0.7410227656364441,0.4340265095233917,-0.14046460390090942,-0.16761137545108795 +530,3.034387269310578,1.3241943829917142,0.8597912720121406,0.02611985243856907,-0.9697475433349609,0.2427089810371399,0.054372742772102356,-0.5756473541259766,0.06481829285621643,-0.11304917931556702,0.27220726013183594,-0.23572039604187012 +531,2.9383352263074025,1.3050052192733765,0.9370551858328704,0.053023405373096466,-0.9648849964141846,0.2572658360004425,0.017973683774471283,-0.16574141383171082,-0.18524271249771118,-0.20089635252952576,0.449320912361145,-0.05372878909111023 +532,2.833638647247844,1.3612700520461922,1.0162089655953497,0.06304588913917542,-0.9781295657157898,0.19821198284626007,-0.9577571749687195,-0.4916819632053375,-0.1733504682779312,-0.06240501254796982,-0.018742501735687256,0.25146451592445374 +533,2.9495348999964732,1.373901909334844,0.8728217805757289,0.03734056279063225,-0.9806788563728333,0.19202719628810883,0.6590995788574219,-0.07482030987739563,0.48063501715660095,0.10911329835653305,-0.3507114052772522,0.1650589406490326 +534,3.0224291238025804,1.2890239914839463,0.7378218541790724,0.03305608406662941,-0.960564136505127,0.2760867476463318,0.10771343111991882,-0.7055109739303589,0.31211215257644653,0.005701243877410889,-0.25048017501831055,-0.44854164123535156 +535,3.004826816565258,1.3328691366385943,0.6506598760612149,0.0321338027715683,-0.9718285799026489,0.23348812758922577,-1.2296411991119385,-0.603513777256012,0.2783493995666504,0.0986340194940567,0.3321038484573364,0.12143135070800781 +536,3.1161079414084267,1.4351737295276386,0.5208220000994839,0.003445336129516363,-0.9908173680305481,0.13516300916671753,-0.41589856147766113,0.3635147213935852,0.153045654296875,0.0497467964887619,0.5967591404914856,0.1025688499212265 +537,2.7853908713517863,1.4617621111261283,0.8458198909913353,0.03794649615883827,-0.9940616488456726,0.10198678821325302,-0.17786163091659546,0.08484528958797455,-0.4447907507419586,-0.2547586262226105,-0.29045361280441284,0.23701773583889008 +538,2.855654310318866,1.4485525186896644,0.8795452973013012,0.03439386934041977,-0.9925374984741211,0.11698803305625916,1.018379807472229,0.5804717540740967,-0.20285636186599731,0.11320438981056213,-0.5465859174728394,0.045045122504234314 +539,3.02498922847645,1.3251820668575442,0.7443388125165794,0.028288183733820915,-0.9699881672859192,0.24150115251541138,0.8277931213378906,0.5327513813972473,0.5453252792358398,0.46228188276290894,-0.1372811198234558,-0.32313573360443115 +540,3.0649798732189666,1.3100169808431599,0.6908115916777446,0.01973406970500946,-0.9661893248558044,0.25707781314849854,-0.03213310241699219,-0.28150397539138794,-0.02387116849422455,-0.08618611097335815,0.2200039029121399,-0.12800368666648865 +541,3.020930455621682,1.3243978129966212,0.7339347027085656,0.029359690845012665,-0.9697971343994141,0.24213935434818268,-0.31471332907676697,0.05695667862892151,-0.07628630101680756,-0.12391841411590576,0.5149326920509338,-0.04308845102787018 +542,2.9000092045598516,1.3721566655763482,0.8299536258662162,0.0472106896340847,-0.9803359508514404,0.19160522520542145,-0.8270684480667114,-0.4704890847206116,-0.01727009378373623,-0.1718292087316513,0.14763331413269043,0.17239320278167725 +543,2.9751083618822793,1.3984440022088436,0.6999035407055182,0.02842051535844803,-0.9851840734481812,0.16912977397441864,0.08188492059707642,-0.13439103960990906,0.2564098834991455,0.004919949918985367,-0.3668668270111084,0.21626152098178864 +544,3.012741259531682,1.3297226277301428,0.5805488017099124,0.03067770227789879,-0.9710822105407715,0.23676683008670807,0.8099607229232788,-1.1422309875488281,0.22707606852054596,-0.019798170775175095,-0.26018011569976807,-0.292842835187912 +545,2.980243137667819,1.3403601671597063,0.5527555051810976,0.0366927832365036,-0.9735668897628784,0.22543491423130035,-0.5670756101608276,-0.4059974253177643,0.04003564268350601,0.004490680992603302,-0.04221057891845703,-0.251725971698761 +546,2.959770007037662,1.4575430662098594,0.5322201075687616,0.02043478935956955,-0.993593692779541,0.11114734411239624,-0.6718137860298157,-0.05401662737131119,-0.09030076861381531,0.056118547916412354,0.6763941049575806,0.1973700374364853 +547,2.7065990204589165,1.4699712189069736,0.7888451818800664,0.04241602495312691,-0.9949214458465576,0.09128028899431229,-0.28083500266075134,0.18947218358516693,-0.43109771609306335,0.009814795106649399,0.2242916226387024,0.04569792002439499 +548,2.496857523241055,1.4447757659205631,1.0644329690149381,0.07553604990243912,-0.9920699000358582,0.10045623034238815,0.22053764760494232,1.3895527124404907,-0.17496275901794434,-0.1915486454963684,-0.5046188831329346,0.33788299560546875 +549,2.8274238759448447,1.3633792255226485,0.8790704808387957,0.06363862752914429,-0.9785661101341248,0.19585320353507996,0.8885402083396912,1.4050978422164917,-0.09278001636266708,0.1480770707130432,-0.33140093088150024,-0.2768772840499878 +550,2.985158137559099,1.3368170802624029,0.7954769322338417,0.03612173721194267,-0.9727514982223511,0.22901979088783264,-0.06827577948570251,0.1589723378419876,-0.5516972541809082,0.3415333032608032,0.19372916221618652,-0.10728511214256287 +551,2.8084298461399047,1.3167006507260088,0.9657870038275128,0.08220647275447845,-0.9678910374641418,0.23754797875881195,0.12063740938901901,-0.07470977306365967,-0.3057039976119995,-0.17075321078300476,0.38784343004226685,-0.04351724684238434 +552,2.649098282111625,1.3548035201637507,1.0872014306622035,0.10133453458547592,-0.9767640829086304,0.18884682655334473,-0.9929335117340088,-0.4208221733570099,-0.14499126374721527,-0.23649689555168152,0.28534263372421265,0.10390828549861908 +553,2.4561603937447223,1.4284036076631113,1.269255949281954,0.08983135968446732,-0.9898792505264282,0.10986049473285675,0.02541676163673401,-0.23288996517658234,0.7154603004455566,-0.11824323982000351,-0.303669273853302,0.45566070079803467 +554,2.9467023747897882,1.374797656273141,0.7627930908132035,0.03771427646279335,-0.9808536767959595,0.1910591572523117,1.469273567199707,-0.1243458166718483,0.22183533012866974,0.08946773409843445,-0.5810816884040833,-0.14889921247959137 +555,2.9587866958337194,1.3273916170520856,0.7164775347511,0.04381274804472923,-0.9705230593681335,0.23699232935905457,-0.3158963620662689,-0.646512508392334,-0.030707689002156258,0.19112683832645416,-0.13563233613967896,-0.36925554275512695 +556,2.974915151995073,1.4301950318121686,0.631996907513834,0.023249950259923935,-0.9901319146156311,0.13819648325443268,-2.3758137226104736,-0.6099720597267151,0.7684546709060669,0.08882586658000946,0.4572797417640686,0.18098688125610352 +557,2.442197375299379,1.5418486251664327,1.1892999378352491,0.018630249425768852,-0.9995810389518738,0.022145776078104973,-0.14190195500850677,0.22648140788078308,-0.5111196041107178,-0.02246020920574665,0.39069443941116333,0.08071374893188477 +558,1.9345713933738535,1.5030143087716084,1.7524656988888787,0.06329785287380219,-0.9977036714553833,0.02409868873655796,0.14512275159358978,1.732529878616333,-0.08220013231039047,-0.4288831651210785,-0.7566145062446594,0.49415087699890137 +559,2.669485181971393,1.441697041104939,1.156497997624979,0.05854685977101326,-0.9916782379150391,0.11465837806463242,1.3533241748809814,1.2876545190811157,-0.23771299421787262,0.10035818815231323,-0.30922508239746094,-0.3542366027832031 +560,2.8727740805115927,1.3603154935089616,1.040458701191875,0.055490441620349884,-0.9779305458068848,0.20142698287963867,0.06314174830913544,0.019767073914408684,-0.26717832684516907,0.5100460648536682,0.14390027523040771,-0.09008356928825378 +561,2.782070229349964,1.3247215743231648,1.0851823691583316,0.0857047364115715,-0.9698760509490967,0.228024423122406,0.5248134136199951,-0.5708081722259521,0.3638778626918793,-0.1702384352684021,0.4701049327850342,-0.08500373363494873 +562,2.7732697184447597,1.34839662578557,1.0459325817276441,0.07941687852144241,-0.9753709435462952,0.2057778239250183,-0.8338015079498291,-0.20484603941440582,0.03571318835020065,-0.18369543552398682,0.26519638299942017,0.09382843971252441 +563,2.778232641482674,1.406624942270398,1.020551439331701,0.058087754994630814,-0.9865541458129883,0.15276451408863068,0.09407737106084824,-0.05913481116294861,0.6580052375793457,-0.1484655737876892,-0.40263664722442627,0.5600802898406982 +564,3.073866115199531,1.3344067468442946,0.7135697102969832,0.015849066898226738,-0.9721898436546326,0.23365770280361176,0.7257116436958313,0.14791347086429596,0.10628703981637955,-0.02321907877922058,-0.39385324716567993,-0.1441495418548584 +565,3.1167702017608745,1.317377095073469,0.6465727768616335,0.006222731899470091,-0.9680608510971069,0.2506381571292877,-0.3722854554653168,-0.9597368240356445,0.15225182473659515,0.10548686981201172,0.032788634300231934,-0.3460056781768799 +566,-3.0956843670019447,1.428274783482017,0.48841363209358246,-0.006518500857055187,-0.989861011505127,0.14188987016677856,-1.5879355669021606,-0.49888187646865845,0.3353347182273865,0.09900203347206116,0.5261616706848145,0.2319352626800537 +567,3.005872810275957,1.499227499481276,0.6570204683655265,0.009675310924649239,-0.9974400401115417,0.07085059583187103,-0.2083437740802765,-0.03879806026816368,-0.4844030439853668,-0.06416444480419159,0.20685166120529175,0.07409262657165527 +568,2.624890865786083,1.501860284849208,1.106495245005234,0.034028030931949615,-0.9976248741149902,0.059888407588005066,0.17572197318077087,1.4049502611160278,-0.002009669318795204,-0.1006326675415039,-0.4649147391319275,0.4572625160217285 +569,2.9733615186794746,1.399874563723793,0.8616869187385788,0.028479717671871185,-0.9854283928871155,0.16768914461135864,0.9559577703475952,1.4486950635910034,-0.045358311384916306,0.2719047963619232,-0.30783021450042725,-0.2051953226327896 +570,3.037058403871085,1.3601779418967537,0.8584433382523297,0.021814636886119843,-0.977901816368103,0.20792344212532043,0.1644057333469391,-0.2856295108795166,-0.5701839923858643,0.17551204562187195,0.17914998531341553,-0.14862775802612305 +571,2.8672781415619717,1.3296006545288395,0.9940655602559,0.06470531970262527,-0.9710530638694763,0.22993360459804535,-0.061088480055332184,-0.1919202357530594,-0.07391209155321121,-0.2579731345176697,0.45048409700393677,-0.16882213950157166 +572,2.7401309841787653,1.3956503245015366,1.1454408004254653,0.06809145212173462,-0.9847010970115662,0.16039738059043884,-1.2303640842437744,0.1784839779138565,-0.07561907917261124,-0.13658815622329712,0.16255760192871094,0.26561272144317627 +573,2.765919129259762,1.4344128417055402,1.1158425094312903,0.049883682280778885,-0.9907141923904419,0.1264784187078476,0.6967682838439941,-0.20909744501113892,0.6650463342666626,-0.06264001876115799,-0.34676432609558105,0.22482465207576752 +574,3.0146891141162655,1.349260128850131,0.843985573136321,0.02780967392027378,-0.9755610823631287,0.2179626077413559,0.6310243606567383,0.022204015403985977,0.014021924696862698,0.01291603222489357,-0.5650427341461182,-0.20621320605278015 +575,2.954263784644492,1.3655653204039473,0.8528627565356262,0.03795358166098595,-0.9790139198303223,0.2002285271883011,-0.7005260586738586,-1.053480625152588,0.08667013049125671,0.10096243023872375,0.28852319717407227,-0.2532069683074951 +576,2.914944769476158,1.4944639963985222,0.8151041261926795,0.01713627763092518,-0.9970880746841431,0.07430840283632278,-1.152160882949829,-0.1699846237897873,0.1873873770236969,0.03321772813796997,0.6660486459732056,0.2539997100830078 +577,2.342569984946713,1.4967783272303938,1.4035174953019767,0.05299948528409004,-0.9972619414329529,0.051574625074863434,0.27135196328163147,0.4067424237728119,-0.5560111403465271,-0.16864582896232605,-0.034690022468566895,0.14459240436553955 +578,2.4190495754313623,1.4680343670824725,1.4378878927695318,0.06783609092235565,-0.9947246313095093,0.07694853842258453,0.29768240451812744,1.2469507455825806,0.06690680980682373,-0.17693644762039185,-0.5387073159217834,0.22328341007232666 +579,2.9508950357127364,1.3790985517112107,1.0010106018785534,0.03611305356025696,-0.9816821813583374,0.1870722472667694,0.9709944725036621,1.0669434070587158,0.393147736787796,0.36774131655693054,-0.2400432825088501,-0.1583704948425293 +580,3.0424735384260244,1.3383372826251558,0.9291112611949012,0.0227967519313097,-0.973102867603302,0.2292398065328598,0.2682100832462311,-0.16264602541923523,-0.4044114053249359,0.09933459758758545,0.24359554052352905,-0.10907688736915588 +581,2.974628871363222,1.3065763380826982,0.952350644442932,0.04340137913823128,-0.9652965068817139,0.25752487778663635,0.14292263984680176,-0.7711093425750732,-0.05435420200228691,-0.15172353386878967,0.5523173809051514,-0.27157819271087646 +582,2.908966492765235,1.3906902595510746,0.9997364765475691,0.041296277195215225,-0.9838246703147888,0.17430825531482697,-1.4066603183746338,0.09362342953681946,0.1885998249053955,-0.13191822171211243,0.09258943796157837,0.3564077615737915 +583,3.1386715276043575,1.4145616375623498,0.7687619221633264,0.00045452764607034624,-0.9878201484680176,0.1555997133255005,0.8316705822944641,-0.16191715002059937,0.6620997786521912,0.003146559000015259,-0.3381991386413574,0.1882113218307495 +584,-2.985764957930152,1.327200446477397,0.5952362104981718,-0.037432726472616196,-0.9704769253730774,0.23827119171619415,0.5573192238807678,0.27752596139907837,0.06930463761091232,0.1217833161354065,-0.21787744760513306,-0.25177526473999023 +585,-3.049054659451434,1.3355718120815598,0.6170495138520957,-0.021536212414503098,-0.9724620580673218,0.2320636361837387,-0.8242628574371338,-0.7238344550132751,0.058520253747701645,0.1354430615901947,0.21258974075317383,-0.2308429777622223 +586,-2.9133640830913445,1.4592367803656652,0.4150977076856759,-0.025188278406858444,-0.993783712387085,0.10844135284423828,-1.0791656970977783,-0.034452248364686966,0.014682265929877758,0.06545624136924744,0.597421407699585,0.2566862106323242 +587,2.9026845688461123,1.5109338889460338,0.9178282203568991,0.014157822355628014,-0.99820876121521,0.058128755539655685,-0.1956074833869934,0.5703871250152588,-0.615694522857666,-0.09005504846572876,0.0024659037590026855,0.1486889123916626 +588,2.5334611197784906,1.4983979180046882,1.401118665245802,0.04132742062211037,-0.9973803758621216,0.05936642363667488,0.18052491545677185,1.1309090852737427,-0.2537439465522766,-0.10094350576400757,-0.5924785733222961,0.30788207054138184 +589,2.9444550408876324,1.4001519484624212,1.0945308120177886,0.033261049538850784,-0.9854755401611328,0.1665285974740982,1.0785539150238037,1.0786218643188477,0.21098294854164124,0.4200928509235382,-0.1574840545654297,-0.150323748588562 +590,2.971683849670676,1.3506904630155978,1.102836476179903,0.03691849485039711,-0.9758743643760681,0.21518921852111816,0.2984474301338196,0.04999590665102005,-0.3607826232910156,0.03388229012489319,0.23986667394638062,-0.16478943824768066 +591,2.900539077020232,1.332921465576484,1.156280510227809,0.05625290051102638,-0.9718409180641174,0.22882506251335144,-0.4294969439506531,-0.12612628936767578,0.08813995867967606,-0.24413439631462097,0.5462579727172852,-0.17262694239616394 +592,2.8181442170193503,1.410649609526245,1.255391959234826,0.05068361014127731,-0.9872038960456848,0.15119464695453644,-0.8727620244026184,0.2184973508119583,0.004719860851764679,-0.1293731927871704,0.23511338233947754,0.30693531036376953 +593,2.990387529414968,1.4189229523085114,1.0863667953816514,0.02278864197432995,-0.9884893894195557,0.14956308901309967,0.387183278799057,-0.0006629982963204384,0.5057622194290161,-0.035743359476327896,-0.3937278389930725,0.27852222323417664 +594,-3.077770350414644,1.329586276495782,0.8412848626212288,-0.015235444530844688,-0.9710496068000793,0.2383924126625061,0.4913058578968048,0.214227557182312,0.15967689454555511,0.04418134316802025,-0.33495032787323,-0.26755183935165405 +595,3.136689689377929,1.3285287291176744,0.8300997426631201,0.001176242483779788,-0.9707964658737183,0.23990242183208466,-0.6375542879104614,-1.0855662822723389,0.09150876849889755,0.05782949924468994,0.07513594627380371,-0.2492407262325287 +596,-3.067610089152984,1.4431856113509756,0.6625918679939895,-0.009406760334968567,-0.991868793964386,0.1269162893295288,-1.3228648900985718,-0.46474364399909973,0.07295060902833939,0.11870545148849487,0.6149615049362183,0.2194582223892212 +597,2.7654086715816555,1.4864675558394238,1.126592217306551,0.030942978337407112,-0.996446430683136,0.07833771407604218,-0.07323947548866272,0.36617937684059143,-0.5455245971679688,-0.08181577920913696,0.08873170614242554,0.08226107805967331 +598,2.5419097244391757,1.464733637702383,1.4520350011463343,0.05974772945046425,-0.9943806529045105,0.08739246428012848,-0.05328511819243431,1.4849576950073242,-0.2056298404932022,-0.28249552845954895,-0.6430094838142395,0.3900398015975952 +599,2.873897151442919,1.3968311159766953,1.2197427531453562,0.045783814042806625,-0.9849061965942383,0.16692443192005157,1.1880484819412231,0.9746640920639038,0.12122294306755066,0.19933336973190308,-0.07297039031982422,-0.23844242095947266 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/6.csv b/BoostRunClub/CoreML/DataSet/Motion/running/6.csv new file mode 100644 index 0000000..f6b6c4a --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/6.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,3.0006643015006627,1.3286701759727582,1.1085596751115587,0.03367829695343971,-0.9708303809165955,0.2373904138803482,-0.16410771012306213,-0.592826247215271,-0.4498130977153778,0.20895171165466309,0.14372777938842773,-0.07787501811981201 +1,0.10958825353170891,0.33632920263886085,-2.1248864484434646,0.10324135422706604,-0.33002418279647827,-0.9383097887039185,-0.03303103893995285,-0.21619339287281036,-0.14559578895568848,-0.04820290207862854,-0.02472740411758423,-0.06050002574920654 +2,0.08546169718519828,0.34728101749642054,-2.1516913703584977,0.08026198297739029,-0.3403424024581909,-0.9368698000907898,-0.3862898349761963,-0.2762061357498169,-0.4965038299560547,-0.06205826252698898,-0.1369219720363617,-0.27182459831237793 +3,0.09552165342230383,0.28951170611667587,-2.1984527500046815,0.09140720963478088,-0.28548428416252136,-0.9540143609046936,-0.15709632635116577,0.33025500178337097,-0.6591833233833313,-0.0021280422806739807,0.20977020263671875,-0.11983811855316162 +4,0.1884309016300698,0.28593774047185444,-2.2291074598281497,0.17971225082874298,-0.2820572555065155,-0.9424156546592712,0.5954664349555969,0.856291651725769,-0.04970657452940941,-0.1891269087791443,0.10523837804794312,0.31666797399520874 +5,0.3029406749871489,0.35177041559746625,-2.2089238254801327,0.2800598740577698,-0.3445603549480438,-0.896016001701355,0.4464436173439026,2.129441499710083,0.7021368145942688,-0.10871893167495728,0.019532859325408936,0.3601425886154175 +6,0.4401918468686015,0.4639556699060991,-2.1514256478194125,0.3810683488845825,-0.4474891126155853,-0.8090367317199707,0.3957962095737457,1.6083698272705078,0.7171030640602112,-0.04931175708770752,-0.08304375410079956,0.1385502815246582 +7,0.5749327216982588,0.5645773000423888,-2.056756394535166,0.4593920111656189,-0.5350587368011475,-0.7089930176734924,0.2469721883535385,1.7242883443832397,1.2653526067733765,0.2819562256336212,-0.20554178953170776,-0.32875722646713257 +8,0.6731601831522335,0.5707293212156398,-2.0111518767466277,0.524645984172821,-0.5402459502220154,-0.6579369306564331,-0.4884967803955078,1.0787866115570068,-0.38898685574531555,0.20948487520217896,-0.010993123054504395,-0.2078925371170044 +9,0.7346817522188372,0.45964288286406735,-1.937904633580825,0.600775957107544,-0.44362807273864746,-0.6650280952453613,-1.2839480638504028,1.2275545597076416,-0.10331188887357712,-0.061866044998168945,0.07120680809020996,0.19682741165161133 +10,0.778009562353927,0.4183306983814734,-1.8375506329907008,0.6413401961326599,-0.4062356650829315,-0.6508880853652954,-0.8996421694755554,0.424618124961853,0.7263326644897461,-0.2443980574607849,-0.05107024312019348,0.1394134759902954 +11,0.8666474378635113,0.35013944219783616,-1.791268167834985,0.7159185409545898,-0.3430287837982178,-0.6081052422523499,0.09461109340190887,0.504045307636261,-0.7171159386634827,-0.23960018157958984,-0.24345803260803223,0.024532794952392578 +12,0.899626638448937,0.3225402318790748,-1.866359568496864,0.7427131533622742,-0.3169768154621124,-0.5898329019546509,-0.05518776550889015,0.07771219313144684,-1.3819820880889893,0.25890427827835083,-0.06975716352462769,-0.3220475912094116 +13,0.946941473998188,0.26327088103808455,-1.9099740828286242,0.7836669087409973,-0.2602401077747345,-0.5640400648117065,0.03218081593513489,0.5552047491073608,0.06432564556598663,0.16706246137619019,0.13478237390518188,-0.22856247425079346 +14,0.9816980119282599,0.25562598217465166,-1.9169419931614498,0.8044244050979614,-0.25285109877586365,-0.5375570058822632,-0.5536567568778992,0.5743755102157593,-0.20431621372699738,-0.21313118934631348,0.40415728092193604,-0.09559112787246704 +15,1.0661685997065462,0.031552109464856315,-1.7729381775932362,0.8749188780784607,-0.03154687583446503,-0.4832409918308258,-3.919914960861206,1.9417831897735596,-2.358315944671631,-0.4325665235519409,0.706519365310669,0.08159911632537842 +16,1.4021197223285617,-0.45034771693500425,-1.3897121791463454,0.8875187039375305,0.43527859449386597,-0.1511397659778595,-4.615410327911377,2.2279272079467773,-3.505164623260498,0.17170071601867676,-0.17883938550949097,-0.0021958351135253906 +17,1.9263527546192878,-0.6146590826035362,-0.9461889932030983,0.7658708095550537,0.576680064201355,0.28439703583717346,-0.7628876566886902,2.775982618331909,0.31678178906440735,1.1800061464309692,-0.9108476042747498,-0.8453407883644104 +18,1.994256377209394,-0.5476198134892034,-1.0820732054686517,0.7783552408218384,0.5206565856933594,0.35082733631134033,1.7197767496109009,1.2784943580627441,0.9762951135635376,0.33697062730789185,-0.30999380350112915,-0.14162936806678772 +19,1.8224857845296165,-0.6258401933501638,-1.450406036410324,0.7849357724189758,0.5857784152030945,0.20184019207954407,2.5911295413970947,0.6438077092170715,-1.3933002948760986,-0.35045701265335083,0.8730838298797607,0.4843170642852783 +20,1.7479685643358172,-0.8113400056555503,-1.379444938936768,0.6777490973472595,0.725210428237915,0.1213507205247879,1.7878872156143188,0.8576102256774902,-1.8341091871261597,-0.4005884528160095,-0.6979429721832275,-0.307614803314209 +21,1.788328667873226,-1.0232509020195035,-1.4578070453440681,0.508324384689331,0.8538049459457397,0.1123548299074173,0.6090841293334961,-0.30866482853889465,-0.5421184301376343,-0.10616368055343628,0.1093146800994873,-0.08017407357692719 +22,1.6447559417132207,-1.1551373930363424,-1.5411786752171432,0.40268877148628235,0.9148504734039307,0.029837127774953842,0.9403910040855408,-1.103412389755249,-2.8337535858154297,0.5309965014457703,0.31940239667892456,-0.13152170181274414 +23,1.6985508264644846,-1.2304735205033126,-1.3617795022346666,0.3310714066028595,0.9426469802856445,0.04252748191356659,-0.36998531222343445,-1.989242672920227,1.4222157001495361,-0.339448481798172,-0.5976762771606445,-0.010865449905395508 +24,1.963579344787613,-1.1386281456130105,-1.0987996948944692,0.38694530725479126,0.9080597758293152,0.16031605005264282,-0.25612640380859375,-1.178967833518982,1.4436267614364624,-0.1324133574962616,3.1518616676330566,0.42299705743789673 +25,2.0042938714222083,-1.1732103601229047,-0.9559076522261214,0.3513788878917694,0.9219983816146851,0.16263960301876068,-1.425884485244751,-1.238116979598999,-1.205148696899414,-0.10458329319953918,-0.3144545555114746,-0.10987474024295807 +26,2.015170265031333,-1.2473849893413234,-0.8812813859431059,0.28693780303001404,0.9481568336486816,0.1366211175918579,2.2206599712371826,-1.6532998085021973,-1.3201007843017578,0.4643591642379761,0.31141042709350586,-0.7078186273574829 +27,1.6326329142408655,-1.2873047643214541,-1.314174469861526,0.2791752815246582,0.9600846767425537,0.017285283654928207,0.18402062356472015,0.2349550724029541,-0.3660776913166046,0.13626053929328918,0.6365340948104858,0.24890434741973877 +28,1.464040885460541,-1.3173472980599927,-1.5341082953015457,0.24931691586971283,0.9680533409118652,-0.02671751193702221,0.5583675503730774,1.7488889694213867,0.10341886430978775,0.15511728823184967,0.32941675186157227,0.47923219203948975 +29,1.6893081643592582,-1.360500806250855,-1.427037451338555,0.20728452503681183,0.9779692888259888,0.02468132972717285,-1.447767734527588,-1.848305344581604,0.027661290019750595,0.19704285264015198,-0.6495391130447388,-0.5679094791412354 +30,1.6952109103866655,-1.3181471888594296,-1.1750673881235734,0.24803778529167175,0.9682536125183105,0.03101973421871662,0.06802680343389511,0.32141345739364624,-0.0332505963742733,0.04758599400520325,-0.6289896965026855,0.4495711326599121 +31,1.8793042392297836,-1.3336382622128955,-0.9584872375082408,0.22384898364543915,0.9720095992088318,0.07133688777685165,-0.38623327016830444,-0.5606549382209778,-0.06185734644532204,0.13052113354206085,0.2835140824317932,-0.2643148899078369 +32,1.794864306051205,-1.3427277226143934,-1.0494093001416962,0.22044460475444794,0.9741048812866211,0.05023816600441933,1.0639336109161377,1.3200552463531494,-0.18102772533893585,0.09883028268814087,0.7554787993431091,0.3836606740951538 +33,1.7790957285210602,-1.353454124913473,-1.2305447599645774,0.21097438037395477,0.9764739871025085,0.04459264874458313,-0.33483588695526123,0.4508547782897949,0.017433686181902885,-0.22203700244426727,0.06602174043655396,0.19521450996398926 +34,2.0833710493286577,-1.3658524839166277,-0.8803020299089674,0.17735759913921356,0.9790723919868469,0.09980690479278564,-0.6308255195617676,-0.8349250555038452,-0.4415739178657532,-0.000523492693901062,-0.5882948637008667,-0.20684731006622314 +35,2.5884054266268,-1.3555316510327187,-0.36242303986891733,0.11222898215055466,0.9769198894500732,0.18174760043621063,-0.9710395336151123,-0.6293585300445557,-1.2771661281585693,-0.5065008401870728,-0.27403903007507324,-0.5699617862701416 +36,-2.8066364933171792,-1.353008891944607,0.6417227271416855,-0.0710279792547226,0.9763779044151306,0.20406119525432587,0.7397831082344055,1.2330491542816162,-0.33420637249946594,0.3214704990386963,0.12576431035995483,-0.05640187859535217 +37,-1.5626593843704097,-1.4980289708813053,1.7873809482696315,-0.07270058244466782,0.9973536133766174,-0.0005915735382586718,2.2612106800079346,1.4577209949493408,-0.45850279927253723,0.04077920317649841,0.5522679090499878,0.6242030262947083 +38,-0.9337316106384559,-1.4900213178601045,2.4017111742170947,-0.06486071646213531,0.9967394471168518,-0.047996364533901215,0.17273183166980743,0.6597885489463806,-0.1059538871049881,-0.009831048548221588,-0.03128534555435181,0.3254927396774292 +39,-1.101856764331547,-1.4966232997306377,2.156056656961389,-0.06610673666000366,0.9972504377365112,-0.0334918238222599,-1.7078971862792969,-0.17844846844673157,0.20736835896968842,-0.05236251652240753,-0.5683867931365967,-0.2887279987335205 +40,-2.7622549406398336,-1.423632790138616,0.49096817628204253,-0.054299045354127884,0.9891909956932068,0.13620902597904205,0.14597278833389282,-0.888599693775177,0.3335064649581909,-0.0070260316133499146,-0.4926546812057495,-0.17269277572631836 +41,2.7392764893753654,-1.4559372401461996,-0.38502084107492207,0.044873930513858795,0.9934109449386597,0.105455182492733,0.6342054009437561,2.151859760284424,1.3910558223724365,0.5680563449859619,0.7173433303833008,-0.6112536191940308 +42,2.2459486412781198,-1.5030757306498275,-0.8566874832201605,0.0528235137462616,0.9977078437805176,0.0422944612801075,0.5122900009155273,-0.1594133973121643,-0.4977668225765228,-0.029675930738449097,0.16231107711791992,0.27493584156036377 +43,1.8388949393809768,-1.5146125306045892,-1.3554531381907144,0.05414975434541702,0.9984220862388611,0.014875597320497036,0.016110721975564957,1.310533046722412,0.10266101360321045,-0.2695122957229614,-0.20449203252792358,0.006517171859741211 +44,1.9293504089724163,-1.5268481144641528,-1.2729063255009823,0.04114192724227905,0.9990344047546387,0.01541806012392044,-0.05112825334072113,-1.0224030017852783,-0.12969018518924713,0.038188520818948746,-0.5371965765953064,-0.08983516693115234 +45,2.6142603938119184,-1.481337635547729,-0.44675075633266254,0.04495833069086075,0.9960012435913086,0.07720302045345306,-1.14036226272583,-2.104813575744629,0.18923607468605042,0.23938921093940735,-0.053053855895996094,-0.21288418769836426 +46,2.247300180186222,-1.4400375408942427,-0.6048264216640283,0.10167093575000763,0.9914632439613342,0.08163110911846161,0.8454058170318604,0.3849716782569885,1.015195369720459,0.10882405936717987,0.27854102849960327,-0.294979453086853 +47,1.2922039864417845,-1.3859694008700874,-1.6193104845624469,0.17669108510017395,0.9829680919647217,-0.050539106130599976,1.538596510887146,-2.5777831077575684,-0.05714670941233635,-0.08674050867557526,0.6137117147445679,0.08029370754957199 +48,0.9975808764162236,-1.4276843011902123,-1.5481397079257833,0.11982760578393936,0.9897769689559937,-0.07735045254230499,-1.1692783832550049,-0.7230125069618225,0.5886527299880981,0.38186609745025635,-0.47503697872161865,0.5180700421333313 +49,1.8589033166248814,-1.421596891980804,-0.6614342490435084,0.14252027869224548,0.9888904094696045,0.04223622381687164,-1.6890249252319336,2.5184645652770996,0.09806614369153976,-0.32768571376800537,-0.596815824508667,0.06526196002960205 +50,2.5738341231685906,-1.398666471658095,-0.20131915356204014,0.09210536628961563,0.9852222204208374,0.14440861344337463,0.8640308976173401,1.191533088684082,-0.5508847236633301,-0.25717493891716003,0.0790477991104126,-0.6638787984848022 +51,2.416454133083746,-1.46277399816811,-0.37778090388739766,0.07150651514530182,0.9941712617874146,0.08068887144327164,0.9152930378913879,0.4561757743358612,-0.11444322764873505,0.4875602722167969,0.621246337890625,0.12922632694244385 +52,1.3087094066549896,-1.4909735172996315,-1.4781046925871457,0.07701683789491653,0.9968158602714539,-0.020660337060689926,0.2691017687320709,-0.2652086913585663,0.4626414477825165,-0.18964195251464844,0.2103223204612732,0.06382745504379272 +53,1.4600857784493921,-1.4802500026365986,-1.1869524581546227,0.08986956626176834,0.995903491973877,-0.009990358725190163,-0.29681044816970825,-1.7978957891464233,-0.014617862179875374,-0.036433279514312744,-0.631676197052002,-0.04666554927825928 +54,1.377401758014248,-1.46510393126838,-1.13738667559945,0.1035299077630043,0.9944197535514832,-0.020275533199310303,0.14426636695861816,-0.9703819155693054,0.1909337192773819,0.06251625716686249,-0.6763349175453186,-0.0439029335975647 +55,1.5666809964770807,-1.4764872940798461,-0.9144057933224106,0.09416891634464264,0.9955561757087708,-0.00038753836997784674,-0.44660770893096924,0.5804281830787659,-0.10117573291063309,0.04660865664482117,0.9309574961662292,-0.2345978021621704 +56,0.911249808974646,-1.4166285669924992,-1.597829485097005,0.12135229259729385,0.9881396889686584,-0.09409396350383759,2.1090121269226074,-2.3221752643585205,-0.29963216185569763,0.028839945793151855,0.5858502388000488,0.1062246561050415 +57,0.8530050671626798,-1.4499127308363362,-1.5697070474058372,0.09083415567874908,0.9927024841308594,-0.07931344956159592,-0.7007800340652466,0.9046401381492615,0.016757065430283546,0.28328078985214233,-0.1486932635307312,0.25605595111846924 +58,1.2797501601970445,-1.4504694386664887,-1.1433315187058872,0.11498882621526718,0.9927694797515869,-0.03444518521428108,-1.423875093460083,1.7597935199737549,0.6074671149253845,-0.3103318512439728,-0.6460134983062744,-0.04096376895904541 +59,1.9526024256112524,-1.4490317733091889,-0.6719285215523274,0.1127188578248024,0.9925958514213562,0.0452575758099556,0.6169358491897583,1.6553325653076172,-0.3120277225971222,-0.1259482055902481,-0.17734915018081665,-0.1256103515625 +60,2.282362967861092,-1.4545592061380266,-0.43729343443237934,0.0878322571516037,0.9932520389556885,0.07573392987251282,0.29461443424224854,1.77489173412323,-0.07811009138822556,0.3159763216972351,0.4316593408584595,-0.48282313346862793 +61,1.3699389933005564,-1.4980184057113513,-1.2723090186956367,0.07125168293714523,0.9973528385162354,-0.01450703851878643,0.3451938033103943,-1.8549907207489014,0.30196622014045715,-0.11542586982250214,0.09784674644470215,0.131725013256073 +62,1.2989855055912645,-1.4654973219501786,-1.2139125755489106,0.1012464240193367,0.994461178779602,-0.028218252584338188,-0.1639406383037567,-0.5719436407089233,-0.20923247933387756,-0.2245221585035324,-0.1986083984375,0.10910511016845703 +63,1.34124707213951,-1.4849803734339897,-1.1908118099355511,0.08346203714609146,0.9963200688362122,-0.01950240321457386,0.04979824274778366,0.40863725543022156,-0.07930754125118256,-0.01910044252872467,-0.5315068960189819,-0.02146744728088379 +64,1.547842394630319,-1.4986926310770146,-0.9643798378187096,0.07202192395925522,0.9974016547203064,-0.0016534768510609865,-0.9687613844871521,-0.036142271012067795,0.15627776086330414,0.12145951390266418,-0.025416851043701172,-0.06421869993209839 +65,2.0395893704682697,-1.4626950374662182,-0.6555119640347974,0.09625077247619629,0.9941627383232117,0.048746053129434586,1.4196181297302246,1.9509038925170898,0.24146509170532227,0.1653459221124649,0.5088279843330383,-0.7516574859619141 +66,1.2807123307214903,-1.4708638253594022,-1.194109209239253,0.09559837728738785,0.9950109124183655,-0.02853652462363243,-0.8280754089355469,-2.394441843032837,0.06731213629245758,0.14993080496788025,0.02325385808944702,0.7902247309684753 +67,1.4808210076353379,-1.4684386312728877,-1.0290280004010055,0.10176648944616318,0.9947659969329834,-0.00918126106262207,-0.057977207005023956,0.812981367111206,0.30045661330223083,0.09966480731964111,-0.3448025584220886,0.05282139778137207 +68,2.263465869390242,-1.4108252914789994,-0.5238586896652262,0.1225801557302475,0.9872319102287292,0.10172118246555328,-0.6199749112129211,2.478527545928955,-0.07839714735746384,-0.09763205051422119,-0.4393041133880615,-0.4097656011581421 +69,2.3829083812996794,-1.4343895207808421,-0.4182521252472111,0.09355245530605316,0.9907110333442688,0.09868920594453812,-0.17931696772575378,-0.6069280505180359,-0.336711585521698,0.04475320130586624,0.2289239764213562,0.0017899200320243835 +70,2.3669080741881467,-1.4714367237402943,-0.5008659915740978,0.06938551366329193,0.9950678944587708,0.07088840752840042,1.0230717658996582,0.1980491429567337,-0.15973085165023804,0.15978622436523438,0.5485567450523376,0.10330592095851898 +71,1.7733690021999953,-1.4725318050804908,-1.1346994732730806,0.0961005762219429,0.9951758980751038,0.019738081842660904,0.10038936883211136,0.6948130130767822,0.8129642605781555,-0.2509315013885498,0.10832440853118896,0.1168433427810669 +72,1.8366105940559654,-1.4508605750054662,-1.073108580001858,0.11544769257307053,0.9928163290023804,0.03143144026398659,-0.08123046159744263,-0.40580567717552185,-0.16462302207946777,-0.13153043389320374,-0.4669525623321533,-0.10337662696838379 +73,1.6726064116370032,-1.473645987535088,-1.1917097855968846,0.09649552404880524,0.9952846169471741,0.009858302772045135,0.35166579484939575,-0.6695622205734253,-0.24832114577293396,0.03233443200588226,-0.4710841774940491,-0.13778793811798096 +74,1.8059796496866225,-1.4952485420040593,-0.9284089099107324,0.07339875400066376,0.9971476197242737,0.017587630078196526,-0.8176777958869934,-0.9877225756645203,-0.12594477832317352,0.19157011806964874,0.4868306517601013,-0.17135047912597656 +75,1.064273589318374,-1.470953531671911,-1.7216433626250787,0.08716116100549698,0.9950198531150818,-0.04835721105337143,1.25320565700531,-1.518418788909912,0.1734175682067871,0.12749947607517242,0.8052578568458557,-0.08415007591247559 +76,1.0097065497647126,-1.4657244743992086,-1.5758751950168086,0.08879803121089935,0.9944850206375122,-0.05580678582191467,-0.7051994800567627,0.5557437539100647,0.20864439010620117,0.30457353591918945,-0.023568332195281982,0.8084618449211121 +77,1.3656777264315638,-1.4444931209226557,-1.2233672092016294,0.12332673370838165,0.992034375667572,-0.025657454505562782,-0.7166414856910706,-0.29296353459358215,0.4702688157558441,-0.08711764961481094,-0.450896680355072,-0.03452324867248535 +78,2.2347945272850986,-1.377862883332888,-0.452593308822166,0.15100055932998657,0.9814460277557373,0.11816266924142838,0.001132188830524683,0.5549085736274719,-0.24952661991119385,-0.3653102517127991,-0.3315895199775696,-0.4123063087463379 +79,2.089171332464252,-1.4382181681412143,-0.6048805659666523,0.11482366174459457,0.9912244081497192,0.06549612432718277,-0.16758625209331512,1.941907286643982,-0.22017240524291992,0.21829096972942352,0.46574580669403076,0.032160043716430664 +80,1.6420369906575953,-1.4946313737535297,-1.0844720374547907,0.07589828222990036,0.997100830078125,0.005416210275143385,1.0585308074951172,-1.224918246269226,-0.3427483141422272,0.11888015270233154,0.3500213027000427,0.30485594272613525 +81,1.474869205231098,-1.4582310945193662,-1.193322555379993,0.11181151121854782,0.9936712384223938,-0.010758777149021626,-0.08847992867231369,-1.0521098375320435,0.3494306206703186,-0.2828778028488159,-0.0693395733833313,-0.08650076389312744 +82,1.556038796140326,-1.4732260443641458,-1.022084017267509,0.0974048599600792,0.9952437877655029,-0.0014375596074387431,-0.5734046101570129,-0.43797168135643005,-0.054460182785987854,-0.04291573166847229,-0.6607100963592529,-0.003521561622619629 +83,1.5065210628287047,-1.481648926221775,-0.9674494594010161,0.08884628862142563,0.9960290193557739,-0.005718495696783066,0.11666414141654968,-0.9136755466461182,-0.1020287424325943,0.2615412771701813,-0.17715072631835938,-0.07341355085372925 +84,1.5399451210459505,-1.460679745640237,-0.9638558820022702,0.10984184592962265,0.9939432740211487,-0.003389829071238637,0.7648121118545532,1.1091350317001343,0.3309438228607178,-0.09049371629953384,0.563567042350769,-0.462857723236084 +85,1.138637020631232,-1.4474672621985085,-1.3098808818173002,0.11170685291290283,0.992404580116272,-0.05152334272861481,-0.27016571164131165,0.5711103081703186,0.2875474691390991,0.21112334728240967,0.03451186418533325,0.6409093141555786 +86,1.0663135858014463,-1.430704909312752,-1.503948038848688,0.1222384124994278,0.9902032613754272,-0.06749240309000015,0.5134706497192383,1.7703343629837036,0.2497032731771469,0.1271054446697235,-0.267333447933197,0.15776342153549194 +87,1.5204661789622038,-1.4440261240190195,-1.1216712629506158,0.12627066671848297,0.9919754266738892,-0.006360593251883984,-1.135509967803955,0.13421601057052612,-0.11004050076007843,-0.22533074021339417,-0.5399032831192017,-0.08474963903427124 +88,2.207026021392065,-1.4513753891268808,-0.4220984048102029,0.09582805633544922,0.9928777813911438,0.07078816741704941,-0.05187733471393585,0.32875803112983704,-0.6054597496986389,-0.019305214285850525,0.23838454484939575,-0.2887599468231201 +89,2.358039180259228,-1.5188267779741325,-0.33123173145240403,0.03666505217552185,0.9986498951911926,0.0368005707859993,0.7770845890045166,0.9960379004478455,-0.5843576192855835,0.40591612458229065,0.49561285972595215,-0.08381295204162598 +90,1.669143376519876,-1.511981494617288,-1.0445887204337965,0.05849786475300789,0.9982709288597107,0.005771712865680456,0.04692717641592026,-0.06949249655008316,0.9870266318321228,-0.1637682467699051,0.2651262879371643,0.062129855155944824 +91,1.6331017634889073,-1.464333060327452,-1.0430493186354393,0.10605762153863907,0.9943381547927856,0.006616530008614063,-0.060744509100914,0.029114006087183952,-0.2503361403942108,-0.25876757502555847,-0.4135274887084961,-0.03745448589324951 +92,1.6935001774927354,-1.480469113382178,-0.9039500582397269,0.08952663093805313,0.9959232807159424,0.011040729470551014,-0.22777089476585388,-1.4472848176956177,-0.1632937788963318,0.08820775151252747,-0.5415164828300476,-0.030312538146972656 +93,1.922893034069881,-1.4775100997742054,-0.4907028386834584,0.08743651211261749,0.9956520199775696,0.03212473541498184,-0.4406547248363495,-0.5325508117675781,0.430522620677948,0.015606097877025604,0.3886405825614929,-0.16660046577453613 +94,1.3925045629763126,-1.435870569438998,-1.0027770010722918,0.13238444924354553,0.9909113049507141,-0.023856377229094505,0.8276416659355164,-1.1380741596221924,0.2632436752319336,0.08065876364707947,0.4036352038383484,0.29460835456848145 +95,1.1711723540030312,-1.4242249390701867,-1.3625855231167867,0.1345391571521759,0.9892776012420654,-0.05682262033224106,1.3774410486221313,1.9667494297027588,-0.25169646739959717,0.1410803496837616,0.16855919361114502,0.17841988801956177 +96,1.155926277001086,-1.4413011040169719,-1.3987608011872945,0.1181790828704834,0.9916272163391113,-0.05205003172159195,-0.9715290069580078,-1.2228646278381348,-0.3104249835014343,-0.050552114844322205,-0.5282940864562988,-0.02665477991104126 +97,1.7596541571097144,-1.4710809779001717,-0.7732715356866783,0.09778054058551788,0.995032548904419,0.0186893492937088,-0.18617582321166992,0.848107635974884,-0.26204681396484375,-0.1800559163093567,-0.15535664558410645,-0.2582828998565674 +98,1.9417075002966504,-1.5062851783725817,-0.613740706368554,0.060084156692028046,0.9979198575019836,0.023367436602711678,0.3369624614715576,1.3105703592300415,-0.5435743927955627,0.31029245257377625,0.35019421577453613,-0.21622323989868164 +99,1.0222111360839288,-1.5149387566907555,-1.5492155228072417,0.047635674476623535,0.9984403848648071,-0.029113031923770905,-0.12208973616361618,-0.18344184756278992,0.514409601688385,-0.009305600076913834,0.3060181736946106,0.2103874683380127 +100,1.6128365949909058,-1.4520598575687582,-0.9298669800203899,0.11835337430238724,0.9929590821266174,0.0049785408191382885,-0.14150948822498322,0.2839641869068146,-0.04476821422576904,-0.36995553970336914,-0.02314096689224243,0.009166359901428223 +101,1.5454938541910364,-1.4754109087667304,-0.97902122925704,0.09520982205867767,0.9954542517662048,-0.002409558277577162,-0.17589619755744934,-1.281291127204895,-0.15513834357261658,-0.047251470386981964,-0.5980544090270996,-0.04449594020843506 +102,1.9549220760682655,-1.4900078360352373,-0.4049653281512566,0.07482022792100906,0.9967383742332458,0.03024267964065075,-0.35984158515930176,-0.6414596438407898,0.026372594758868217,0.31015902757644653,-0.17029190063476562,-0.2170712947845459 +103,1.176683817063659,-1.4701086497838582,-1.2091145126235874,0.09281180053949356,0.9949352741241455,-0.03859768807888031,0.7927126288414001,-0.32275164127349854,0.24262776970863342,0.11289193481206894,0.7967669367790222,-0.088126540184021 +104,1.2078494997877784,-1.4663849764186643,-1.21964200731108,0.09743081033229828,0.9945541024208069,-0.037001390010118484,0.8325783610343933,1.2019588947296143,-0.09121666103601456,0.11986957490444183,0.12379294633865356,0.3225390911102295 +105,0.8863735644514709,-1.4481077682004875,-1.6349732102049377,0.09481944143772125,0.9924831986427307,-0.07737290859222412,-1.053403377532959,-0.6598976850509644,0.084067203104496,0.10404835641384125,-0.3990536332130432,-0.005268692970275879 +106,1.6444393537017588,-1.4742248830528946,-0.7850986118309987,0.09616045653820038,0.9953405857086182,0.0070943767204880714,-0.5960394144058228,0.3082510828971863,0.06334871053695679,-0.2750850021839142,-0.49669861793518066,-0.0707082748413086 +107,1.6459443836112708,-1.498539858068489,-0.8577814491187022,0.07199082523584366,0.997390627861023,0.0054201772436499596,-0.0034512095153331757,-0.4387408196926117,-0.2950730323791504,0.06826797127723694,0.14555370807647705,-0.11157560348510742 +108,1.2909042741373538,-1.5335192402858915,-1.2838895777272146,0.0358191579580307,0.9993053078651428,-0.010295768268406391,0.6083104014396667,1.365156650543213,0.0026286127977073193,0.4352196753025055,0.5308002829551697,0.18264377117156982 +109,1.5274454068571561,-1.4660956014780884,-1.0681232417841808,0.1044115200638771,0.9945238828659058,-0.004529173020273447,-0.6591439843177795,-1.3708552122116089,1.2383171319961548,-0.346492201089859,0.31715214252471924,0.011960208415985107 +110,1.6896795646834293,-1.441044292084287,-0.8554265329101023,0.12847480177879333,0.9915940165519714,0.015345863997936249,0.053497109562158585,0.6792632937431335,-0.34008121490478516,-0.23626288771629333,-0.5470444560050964,-0.011836291290819645 +111,1.5605149589249208,-1.487447964088157,-0.9976314654840056,0.08324790745973587,0.9965285062789917,-0.0008559324778616428,0.1645621955394745,-1.1871635913848877,-0.6077562570571899,0.15228675305843353,-0.4491347074508667,-0.1661362648010254 +112,1.8528127612376644,-1.5069381737418315,-0.5493639129985007,0.061292219907045364,0.9979617595672607,0.01775873266160488,0.08798880130052567,0.1537240594625473,0.27590715885162354,0.03436513990163803,0.6021815538406372,-0.24250543117523193 +113,0.9364742682723645,-1.4622655624690157,-1.4859562765960592,0.08724769204854965,0.9941163063049316,-0.06419295817613602,0.5089950561523438,-1.2673901319503784,0.02231636829674244,0.05372825264930725,0.5070433616638184,0.2781364321708679 +114,0.9801158301684766,-1.4699936082373934,-1.4925187378133709,0.08358123898506165,0.9949237108230591,-0.05604470521211624,0.6570460200309753,-0.41035932302474976,-0.2890085279941559,0.18979522585868835,0.022898554801940918,0.16224586963653564 +115,1.2781303176659398,-1.470944956623356,-1.1537472104607627,0.09544555842876434,0.9950190186500549,-0.028759514912962914,-1.1588488817214966,-0.8789029717445374,0.2760728597640991,-0.03390686213970184,-0.423012912273407,-0.03250449523329735 +116,2.314741673294891,-1.4228906571494828,-0.19189791868411638,0.10843220353126526,0.989081859588623,0.0997956246137619,-0.010145816951990128,2.136025905609131,-0.14418627321720123,-0.25560325384140015,-0.24565857648849487,-0.29631364345550537 +117,2.1915434266310987,-1.462859792293868,-0.3263699465478055,0.08762919157743454,0.9941805005073547,0.0626581609249115,-0.5041290521621704,1.0796879529953003,-0.30740174651145935,0.20630085468292236,0.5128079056739807,0.1422520875930786 +118,1.9872221242712085,-1.498940733729375,-0.6154246854535427,0.06565999984741211,0.9974194765090942,0.02904091589152813,0.18120746314525604,-0.0879708006978035,0.03141411021351814,-0.009889103472232819,0.3433551788330078,0.3207210302352905 +119,2.0005721671895937,-1.4540629128816696,-0.6462501540364429,0.1058761402964592,0.9931944012641907,0.04852830246090889,-0.28763347864151,0.47462329268455505,-0.028868060559034348,-0.2843887209892273,-0.022018373012542725,-0.08723986893892288 +120,1.9088732467631218,-1.4700000820185082,-0.7738132068690349,0.09493035078048706,0.9949243664741516,0.033375103026628494,0.625771164894104,-0.08474943786859512,-0.04383734241127968,0.008417442440986633,-0.5789697766304016,-0.08357656002044678 +121,1.4987592564028185,-1.491830815864877,-1.1416412976894883,0.07867761701345444,0.9968838691711426,-0.005677529610693455,-0.323184609413147,-1.113654613494873,-0.2360820323228836,0.017193354666233063,-0.32986122369766235,-0.14669674634933472 +122,2.2128695480572964,-1.4724284506632779,-0.2879783988318601,0.07865083962678909,0.9951657652854919,0.05881284177303314,0.04058488458395004,1.3679728507995605,0.48577582836151123,0.04914151877164841,0.616208016872406,-0.26172423362731934 +123,1.2500516687574257,-1.455141926367219,-1.2410892370560658,0.10951224714517593,0.9933194518089294,-0.03638172522187233,0.6692295670509338,-1.98977530002594,0.31989169120788574,-0.08032216131687164,0.6365023851394653,0.42162036895751953 +124,1.4632412570608437,-1.4573949026135842,-1.0185476287056605,0.1125040352344513,0.9935769438743591,-0.012147256173193455,0.438559353351593,1.221512794494629,0.07939894497394562,0.1186055913567543,-0.1377267837524414,0.23422366380691528 +125,1.5568340810300563,-1.4517038314921746,-1.0976617297986373,0.11879969388246536,0.9929168820381165,-0.00165881821885705,-1.0255794525146484,2.25547194480896,-0.0911862924695015,-0.14606714248657227,-0.534985363483429,-0.09541761875152588 +126,2.4687076379749215,-1.4155597640206652,-0.3353927598215039,0.09636171907186508,0.987975001335144,0.12091150134801865,0.672633171081543,-0.0780966505408287,-0.13479872047901154,-0.033953286707401276,-0.3106374740600586,-0.3379221260547638 +127,2.3832219645403456,-1.447959373998665,-0.4348282045409683,0.08426789939403534,0.9924650192260742,0.08895070105791092,-0.019285868853330612,1.6344021558761597,-0.23642094433307648,0.31285732984542847,0.5048646926879883,-0.06313276290893555 +128,1.9647168231020289,-1.4979981721407012,-0.9680135027784158,0.06716346740722656,0.9973514080047607,0.02791617624461651,0.675540030002594,0.7415947914123535,0.006488370709121227,0.016530998051166534,0.42009854316711426,0.36344122886657715 +129,1.9934870587369906,-1.4746051089768664,-1.0091967926088703,0.08759048581123352,0.9953771829605103,0.03939852863550186,-0.29263317584991455,-0.37336376309394836,-0.277255117893219,-0.3499806225299835,-0.050552964210510254,-0.2274782657623291 +130,1.9898568530964562,-1.486368869847604,-1.003122883161634,0.07702970504760742,0.9964381456375122,0.03431259095668793,0.5347972512245178,-0.39681264758110046,-0.027446197345852852,-0.01994658261537552,-0.5872127413749695,-0.14167344570159912 +131,1.1968339676645243,-1.5070218266704936,-1.6695567388368462,0.05932806059718132,0.9979671239852905,-0.02328203059732914,-0.009152517654001713,-2.203272581100464,-0.40338754653930664,0.08273127675056458,-0.24978280067443848,-0.12117290496826172 +132,1.6265725483358826,-1.5210028986953985,-1.0944308248166688,0.049696844071149826,0.9987605810165405,0.002774780383333564,1.0598751306533813,2.465759038925171,0.5196563005447388,0.23820599913597107,0.703387975692749,-0.3317389488220215 +133,0.9638244621451507,-1.4665003498199345,-1.7683727695085207,0.08551191538572311,0.9945660829544067,-0.05938127264380455,-0.06731974333524704,-2.1393723487854004,0.21632838249206543,-0.07586834579706192,0.32837098836898804,0.31357741355895996 +134,1.012331173224898,-1.4765005891276894,-1.6375673416654108,0.07985188812017441,0.995557427406311,-0.04989253357052803,0.3535049855709076,1.0009939670562744,0.1496865451335907,0.1289646327495575,-0.20518267154693604,0.2624779939651489 +135,1.5668323784096003,-1.4715091421530924,-1.1787625487329167,0.09912265092134476,0.9950750470161438,-0.0003929191152565181,-0.9803478717803955,0.8566389083862305,0.07725133746862411,-0.09961095452308655,-0.5344275832176208,-0.054233551025390625 +136,2.3979103950838696,-1.4304731179662418,-0.36350738453935144,0.09468742460012436,0.9901708364486694,0.1029362604022026,-0.20992691814899445,-0.5248432159423828,-0.585954487323761,-0.20705315470695496,-0.04638427495956421,-0.3106389045715332 +137,2.6067895169821975,-1.451579142090619,-0.17538341266607024,0.060617681592702866,0.9929020404815674,0.10232778638601303,0.5604826807975769,0.9850003719329834,-0.10397688299417496,0.18701720237731934,0.45108288526535034,-0.4501519203186035 +138,1.675114962195184,-1.4975389741574696,-1.0975891220174556,0.07279620319604874,0.9973178505897522,0.007621667813509703,0.36623135209083557,0.21381545066833496,0.5110576748847961,-0.11640580743551254,0.17431306838989258,0.2708970308303833 +139,1.78304580674987,-1.452558795389895,-1.0045300538935986,0.11531447619199753,0.9930180907249451,0.024849722161889076,-0.20638413727283478,-0.03328866511583328,-0.0019767528865486383,-0.17479324340820312,-0.31478023529052734,-0.0915917158126831 +140,1.6435534055829017,-1.4631358480793388,-1.1244123249733728,0.10716813057661057,0.9942101836204529,0.00781102804467082,0.5640538930892944,-0.5713356137275696,-0.1294838935136795,0.003702223300933838,-0.46271610260009766,-0.10719156265258789 +141,1.756507776434861,-1.5239844517802992,-0.8409511944525483,0.045989442616701126,0.9989045262336731,0.00864032655954361,-1.246717095375061,-2.251908779144287,-0.542385458946228,0.13534601032733917,0.04497969150543213,-0.11597061157226562 +142,1.3701760001379166,-1.5195538713429706,-1.2606044108067682,0.05019243061542511,0.9986873865127563,-0.010206928476691246,0.8611412644386292,-0.5005151629447937,0.3316078186035156,0.3231291174888611,0.6437839269638062,-0.4186108112335205 +143,1.0852979037422497,-1.4866233427054467,-1.3690753834788079,0.07435780018568039,0.9964595437049866,-0.039232637733221054,0.06288886070251465,-1.0479578971862793,0.08364281058311462,0.2457868754863739,0.09370458126068115,0.6192039847373962 +144,1.361873497556987,-1.4733981669448402,-1.1143174237049143,0.09512998908758163,0.9952605366706848,-0.020169135183095932,-0.9466391205787659,0.8899093270301819,0.3490144908428192,-0.011343955993652344,-0.4036163091659546,0.05143439769744873 +145,2.4286920137418386,-1.3880200525497197,-0.19165007457732983,0.11887705326080322,0.9833428859710693,0.13749609887599945,-1.0985770225524902,1.2145365476608276,-0.02464752085506916,-0.2713733911514282,-0.46045464277267456,-0.42204201221466064 +146,2.501767569360729,-1.4025282123836358,-0.07045781027922553,0.09999135881662369,0.9858763217926025,0.13434787094593048,0.04582217335700989,-0.2400384396314621,-0.06765015423297882,0.17878670990467072,0.6053253412246704,0.050130948424339294 +147,2.315135718518936,-1.4439940994551765,-0.35093878744074974,0.0930188000202179,0.9919713735580444,0.0856776162981987,0.9189178943634033,0.13136187195777893,0.1375032216310501,0.0906207486987114,0.5257289409637451,0.4073033332824707 +148,2.1700755296975585,-1.4265552493664777,-0.5269576220220492,0.1186937764286995,0.989615261554718,0.08107724785804749,-0.2328857183456421,0.1336110681295395,0.17154960334300995,-0.3949388861656189,0.030404269695281982,-0.1202007532119751 +149,2.270936396719695,-1.4316640607856594,-0.48764068690670515,0.10605933517217636,0.9903367161750793,0.08935794234275818,0.5709296464920044,0.7740891575813293,-0.057347677648067474,-0.035395875573158264,-0.5165359377861023,-0.07188653200864792 +150,1.955990122248438,-1.4828665015369848,-0.869422954173496,0.08138135075569153,0.9961366653442383,0.03299587592482567,0.1811954826116562,-0.37923479080200195,-0.4777688980102539,0.06495042890310287,-0.39939600229263306,-0.25392794609069824 +151,2.3612576711903595,-1.496022376900112,-0.2716459794557764,0.05255506932735443,0.9972057342529297,0.05308997258543968,0.7736084461212158,-0.39484328031539917,0.14667096734046936,0.3468589782714844,0.8498553037643433,-0.3267868757247925 +152,1.0332563815890383,-1.4673373075170197,-1.556727840322216,0.08871038258075714,0.9946528673171997,-0.052879419177770615,1.179470419883728,-1.553796648979187,0.10842766612768173,-0.05259283632040024,0.6581944823265076,0.3840562105178833 +153,1.0488363752781202,-1.4779188779838388,-1.4941056809800617,0.08039486408233643,0.9956899881362915,-0.046240489929914474,-0.4389645755290985,0.22212336957454681,0.04864548519253731,0.19018925726413727,-0.3094106912612915,0.2318483591079712 +154,2.086531462091045,-1.4754555612021483,-0.5145943975954977,0.08281420171260834,0.9954584836959839,0.04694841429591179,-1.392270565032959,1.4865782260894775,-0.015272549353539944,-0.18416306376457214,-0.5869197249412537,-0.16892719268798828 +155,2.600760119288799,-1.4596387328730762,-0.03498302828298091,0.057111404836177826,0.9938283562660217,0.09509661793708801,0.6524655222892761,-0.5532199740409851,-0.3004109263420105,-0.02285543829202652,-0.14814060926437378,0.11793135106563568 +156,2.8034601313843655,-1.446996340690246,0.11367088891901198,0.04096263274550438,0.9923465847969055,0.11649121344089508,0.7908543348312378,1.0563884973526,0.0893968716263771,0.3308940529823303,0.4378901720046997,-0.7370052337646484 +157,2.189192145347421,-1.4938762314022846,-0.5060674620683501,0.06261379271745682,0.9970431327819824,0.044549085199832916,0.1744023561477661,0.09092099219560623,0.5549445748329163,-0.10675746202468872,0.12002235651016235,0.3019322156906128 +158,1.981280921493202,-1.4545304528028693,-0.7030976490369939,0.10636749118566513,0.9932487607002258,0.04629192501306534,-0.02734018862247467,-0.8438151478767395,0.0010762170422822237,-0.18478240072727203,-0.25023722648620605,-0.18978559970855713 +159,1.9596196553235987,-1.4684974997028055,-0.7087485198377832,0.09449908137321472,0.9947720170021057,0.038714390248060226,0.3699238896369934,1.067548394203186,-0.09970545023679733,0.004774600267410278,-0.5438137054443359,-0.01266765221953392 +160,1.4599308966266473,-1.5060762062192135,-1.2456505953728796,0.0642780065536499,0.9979063868522644,-0.0071555497124791145,-0.25742247700691223,-2.278473138809204,-0.5591205954551697,0.1765209287405014,-0.057766616344451904,-0.44067466259002686 +161,1.1441584047599977,-1.5146302582181137,-1.3935322095655274,0.0511060394346714,0.9984230995178223,-0.0232306607067585,-0.05330442637205124,1.3524750471115112,0.4617559611797333,0.5029558539390564,0.5713707208633423,-0.1976555585861206 +162,0.7053588365334911,-1.4195645965421329,-1.7189776571953126,0.09767095744609833,0.9885862469673157,-0.11470584571361542,0.28955787420272827,-2.4616050720214844,-0.08058428764343262,-0.08201543241739273,0.4031372666358948,0.5867822170257568 +163,0.8454645138804019,-1.421313624853365,-1.5801714990171298,0.11143903434276581,0.9888482689857483,-0.09879578649997711,-0.33407196402549744,0.9469267129898071,0.3019520938396454,-0.028660088777542114,-0.3986230492591858,0.15119445323944092 +164,1.4671706711067964,-1.4356537406100738,-1.01101822005563,0.13400962948799133,0.990882158279419,-0.013936756178736687,-1.3395150899887085,0.6645420789718628,0.06119704246520996,-0.20540547370910645,-0.6669379472732544,-0.051782846450805664 +165,2.38023844196701,-1.4248315346760403,-0.19185929746366115,0.10034473240375519,0.9893660545349121,0.10528995096683502,-0.006690355017781258,-0.7380385398864746,-0.2914430499076843,0.025525033473968506,0.15302908420562744,-0.31296205520629883 +166,2.1207852651066164,-1.4340509954688414,-0.5120938122250702,0.11621564626693726,0.9906648993492126,0.07125064730644226,0.7878581881523132,0.11113820225000381,0.3615024983882904,0.23533158004283905,0.624660849571228,0.10681938380002975 +167,1.6838899614746357,-1.4163726626217863,-1.0078982816782547,0.15282809734344482,0.9881003499031067,0.017357951030135155,-0.4163014590740204,0.6205180883407593,0.6773463487625122,-0.3382986783981323,0.1726357340812683,0.10361373424530029 +168,2.0272599728808625,-1.3962109756526857,-0.6602420685954579,0.15591631829738617,0.9847986698150635,0.0765630230307579,-0.3026084899902344,-0.35627481341362,-0.3323182761669159,-0.16235551238059998,-0.4254113435745239,-0.1586400270462036 +169,2.0013339243412998,-1.4237855515580624,-0.702427745816502,0.13311457633972168,0.9892133474349976,0.061135780066251755,0.5411164164543152,0.5880281925201416,-0.12218671292066574,0.009570345282554626,-0.5329450368881226,-0.10437917709350586 +170,2.003726910186437,-1.4542291892496735,-0.598382306794781,0.10557295382022858,0.9932137131690979,0.048792947083711624,-0.6842488050460815,-3.0600497722625732,-0.19387653470039368,0.16256974637508392,0.6027945280075073,-0.3701735734939575 +171,1.5983093793927021,-1.433485461331169,-0.9500148210024506,0.13682757318019867,0.9905876517295837,0.003765494329854846,1.1818325519561768,-1.2949928045272827,0.42965781688690186,0.04008281230926514,0.812802791595459,-0.04153096675872803 +172,1.1277180566849894,-1.4289796187241914,-1.2576812463444504,0.12769290804862976,0.9899608492851257,-0.06059622764587402,-0.04532960057258606,-0.3485385477542877,-0.23597601056098938,0.09043146669864655,-0.006196260452270508,0.5758092403411865 +173,1.2724311341599295,-1.4344868056708495,-1.1632344216586754,0.12988455593585968,0.9907242059707642,-0.039945464581251144,-0.48760175704956055,1.8620657920837402,0.15797320008277893,-0.00755484402179718,-0.5246444344520569,0.11463725566864014 +174,2.2631610368060726,-1.400728332665289,-0.5248098500166162,0.13027828931808472,0.9855732321739197,0.10804231464862823,-0.12193567305803299,1.2587426900863647,-0.2631080448627472,-0.19941586256027222,-0.4272846579551697,-0.7786661386489868 +175,2.398532305729067,-1.431205910094937,-0.37543580293336776,0.09413361549377441,0.9902730584144592,0.10246202349662781,0.002020761836320162,1.1946561336517334,-0.18587331473827362,0.4348886013031006,0.2740398049354553,-0.013488039374351501 +176,1.845160882577566,-1.4759525886166842,-1.0142309041107656,0.09115933626890182,0.995505690574646,0.025657953694462776,0.8421624898910522,0.026722926646471024,0.04318726062774658,-0.002368450164794922,0.41713768243789673,0.26824164390563965 +177,1.6443303504648068,-1.424353524240913,-1.2002600937890633,0.14552579820156097,0.9892963767051697,0.01072042714804411,-0.4517779052257538,0.07527732104063034,0.43814605474472046,-0.26298797130584717,0.014152109622955322,0.10080611705780029 +178,1.6692204484400905,-1.4270566023533044,-1.18362400997799,0.14255167543888092,0.9896872043609619,0.014076006598770618,0.28108108043670654,-0.25608453154563904,-0.13352492451667786,-0.07910566031932831,-0.5557120442390442,-0.11209845542907715 +179,1.3590093105113574,-1.4550101905496635,-1.456659021664047,0.11294648051261902,0.9933042526245117,-0.02428477630019188,-0.04773170128464699,-1.0055655241012573,-0.6908875703811646,0.05886746942996979,-0.2930479645729065,-0.15717273950576782 +180,1.6218893442731341,-1.5035539025661417,-0.9522172417146929,0.06710290163755417,0.9977400898933411,0.0034314761869609356,1.2987661361694336,-0.584772527217865,0.4483809471130371,0.30275487899780273,0.5537887811660767,-0.3566267490386963 +181,1.3781731669695925,-1.455258644757089,-1.180683180361423,0.11314920336008072,0.9933329224586487,-0.022068778052926064,0.5359367728233337,-2.501816749572754,0.7301450967788696,-0.05083230137825012,0.5536794066429138,0.1261795163154602 +182,1.134112522007921,-1.4265435857205466,-1.3017606197713567,0.13026316463947296,0.9896135926246643,-0.060798462480306625,-0.06293871998786926,0.8594996333122253,0.3030083179473877,0.17308154702186584,-0.0863237977027893,0.42111945152282715 +183,1.6102326461984242,-1.403489887266658,-0.9896685426373085,0.16639693081378937,0.9860368967056274,0.006565486546605825,-0.9124122262001038,1.9747271537780762,0.08926069736480713,-0.18290695548057556,-0.455366849899292,-0.10690724849700928 +184,2.246593363296448,-1.3699913389403147,-0.4255725730205607,0.15561889111995697,0.9799063205718994,0.12476486712694168,0.30972573161125183,0.031641971319913864,-0.3264584541320801,-0.11838744580745697,-0.2861502766609192,-0.11814261227846146 +185,2.3341817161952116,-1.400266429275213,-0.404541246036791,0.12261197715997696,0.9854949712753296,0.11732935160398483,0.5347841382026672,1.7660530805587769,-0.1704270988702774,0.407539427280426,0.46705031394958496,-0.27669215202331543 +186,1.9066337684436572,-1.4411090525461125,-0.875703169851421,0.12209901958703995,0.99160236120224,0.04261992126703262,0.9349454641342163,-0.15678459405899048,0.04193191975355148,-0.04154787212610245,0.33362340927124023,0.32867228984832764 +187,1.764073152271745,-1.4100179431275324,-1.0485042258329567,0.15710534155368805,0.9871029853820801,0.03074866160750389,-0.18681947886943817,0.03783310577273369,0.18918634951114655,-0.25460904836654663,0.08832114934921265,-0.09684967994689941 +188,1.7286594869281569,-1.4274645900606442,-1.0431126896529996,0.1410660743713379,0.989745557308197,0.022455986589193344,0.18406181037425995,0.04960676282644272,-0.2341565042734146,0.0005507469177246094,-0.5428003668785095,-0.008280515670776367 +189,1.55882765417727,-1.4510615846970907,-1.2482376938299256,0.11944111436605453,0.9928403496742249,-0.0014296198496595025,-0.11481089890003204,-0.7413018941879272,-0.5405837297439575,0.06848613917827606,-0.4428676962852478,-0.23592084646224976 +190,1.3748291676130413,-1.4963917362980061,-1.3193120206707136,0.07291250675916672,0.9972332715988159,-0.014474218711256981,0.17529644072055817,1.4239680767059326,-0.066848024725914,0.3487488627433777,0.6122637391090393,0.02146279811859131 +191,1.157181714648829,-1.424710971367214,-1.543443659765657,0.13329149782657623,0.9893484711647034,-0.05850635841488838,1.1874492168426514,-1.2617473602294922,0.6004394888877869,-0.03001999855041504,0.41340720653533936,0.12915456295013428 +192,0.9115956925374606,-1.4043088174729939,-1.7013982110080599,0.13099810481071472,0.9861729145050049,-0.10150058567523956,-0.4307990074157715,0.583838164806366,0.10598934441804886,0.025221362709999084,-0.17277270555496216,0.49653536081314087 +193,1.5590438980724943,-1.4307994566219453,-1.0980724291477908,0.13953080773353577,0.9902164340019226,-0.001639901427552104,-1.243849277496338,0.2824196219444275,-0.03346952423453331,-0.08296647667884827,-0.5767032504081726,-0.03630870580673218 +194,2.4923540787037384,-1.3858877832187837,-0.22593452112429793,0.11115629971027374,0.9829530715942383,0.14645029604434967,-0.30985283851623535,0.46538278460502625,-0.8284872174263,-0.16909392178058624,0.07066631317138672,-0.577373743057251 +195,2.418092104734855,-1.4403383518175492,-0.32147281858965526,0.08611975610256195,0.9915024042129517,0.09749991446733475,0.8991351127624512,0.677541196346283,0.20963123440742493,0.41917502880096436,0.3409712314605713,0.16656862199306488 +196,1.7741499269301895,-1.4306719368725942,-1.0021439722273142,0.13678860664367676,0.9901986122131348,0.02820633538067341,-0.17346607148647308,1.0419842004776,1.3438522815704346,-0.23418545722961426,0.24850988388061523,0.28610944747924805 +197,1.8956622530704799,-1.3747516600698897,-0.9499760489335473,0.18460294604301453,0.9808447360992432,0.0621739886701107,-0.012506591156125069,0.014673720113933086,-0.18222428858280182,-0.31332606077194214,-0.2797490358352661,-0.1867009401321411 +198,1.848150974867938,-1.4018955514550073,-0.9447065386623799,0.1616748869419098,0.9857701659202576,0.04602761194109917,0.22395269572734833,-0.8522560000419617,-0.32644277811050415,-0.05310860276222229,-0.6112126111984253,-0.060386061668395996 +199,2.1041319878000353,-1.4695019124339528,-0.6084553800024837,0.08707650005817413,0.994874119758606,0.05141054093837738,-0.9177060127258301,-1.6968588829040527,-0.702591598033905,0.3633019030094147,0.028837978839874268,-0.2670935392379761 +200,1.7547852352051967,-1.4552492334959555,-0.9593065437739572,0.11334329843521118,0.9933318495750427,0.021092455834150314,0.16429312527179718,0.7906289100646973,0.46072182059288025,0.09309283643960953,0.6663970351219177,-0.17784595489501953 +201,1.0584976784160036,-1.3799144640040435,-1.6547918243195012,0.16536839306354523,0.9818373322486877,-0.09299995005130768,1.1393640041351318,-0.32549721002578735,-0.10815037786960602,-0.19701510667800903,0.3732500672340393,0.5127845406532288 +202,0.9727640495541998,-1.392571779300779,-1.731746954972022,0.14651377499103546,0.9841600060462952,-0.09981280565261841,-0.7755536437034607,-0.0801500529050827,-0.12922388315200806,0.03991807997226715,-0.4161669611930847,0.1613057404756546 +203,1.6557755183315142,-1.4360387954463056,-1.0838000698894652,0.1338658481836319,0.9909339547157288,0.011403273791074753,-1.3984371423721313,0.9500304460525513,-0.12432865798473358,-0.1576390266418457,-0.5166754722595215,-0.14355969429016113 +204,2.4095276634350387,-1.4290928794600277,-0.3836429664272184,0.09439908713102341,0.9899768829345703,0.10504623502492905,0.7801173329353333,-0.06391648203134537,-0.40107184648513794,0.08754671365022659,0.17281919717788696,-0.42155933380126953 +205,2.182201207959178,-1.4797345859328885,-0.6520953209880113,0.07446321845054626,0.995856761932373,0.05219961702823639,0.9175402522087097,0.5189948081970215,-0.006861645728349686,0.03782621771097183,0.406868577003479,0.0899665430188179 +206,1.2118497292304748,-1.4458841367654998,-1.6267568661235778,0.11664722859859467,0.9922086000442505,-0.043766118586063385,0.16457295417785645,0.7371482253074646,0.9487913250923157,-0.12732839584350586,0.31525593996047974,0.3133126497268677 +207,1.3785063990153732,-1.4167602995345678,-1.5160051919055626,0.15060007572174072,0.9881598949432373,-0.029321158304810524,0.15885892510414124,-0.5157334804534912,-0.08048226684331894,-0.16625559329986572,-0.41873234510421753,-0.10979324579238892 +208,1.032760014092944,-1.4322203400539666,-1.7416118479790133,0.11861693859100342,0.9904137253761292,-0.0707862600684166,0.24495261907577515,-1.6689460277557373,-0.4781440794467926,0.05286133289337158,-0.5152092576026917,-0.055037736892700195 +209,1.1471196219657274,-1.49324628174008,-1.4059798980954454,0.07062218338251114,0.9969944953918457,-0.03184988349676132,-0.9561319947242737,-2.1276142597198486,0.09201230853796005,0.23351600766181946,0.10176032781600952,-0.16202831268310547 +210,1.1486004523144402,-1.4779972208583323,-1.5522154752542972,0.08452940732240677,0.9956972599029541,-0.037971362471580505,0.35226869583129883,-0.8212906718254089,0.11988579481840134,0.27838563919067383,0.7886655330657959,-0.5862504243850708 +211,0.8058056503920403,-1.4388305221241515,-1.6881688783829314,0.09492234140634537,0.9913051128387451,-0.09112505614757538,-0.19635730981826782,-0.14503559470176697,-0.03111506812274456,0.11453504860401154,0.19056427478790283,0.8268122673034668 +212,1.0597632159335246,-1.4291569979479468,-1.4895781259193641,0.12313081324100494,0.9899858832359314,-0.06904140114784241,-0.7422343492507935,0.6880789399147034,0.3508385717868805,-0.033988989889621735,-0.40076780319213867,0.10657799988985062 +213,1.8643983076207937,-1.4181033700438275,-0.7958518745412153,0.14559213817119598,0.9883650541305542,0.04401829466223717,-1.2536849975585938,2.2844278812408447,0.12435038387775421,-0.24742931127548218,-0.5117720365524292,-0.11602449417114258 +214,2.289612772049765,-1.4177140841097657,-0.4385031344334746,0.11475837230682373,0.9883057475090027,0.1004108265042305,-0.09906428307294846,-1.0068334341049194,-0.10566599667072296,0.25255119800567627,0.5317595601081848,-0.0944293737411499 +215,2.096657659583233,-1.448697784455996,-0.6850819329493901,0.1053411141037941,0.9925552010536194,0.06113692373037338,1.3511440753936768,-0.4215617775917053,0.098715640604496,0.1749933660030365,0.6370378136634827,0.23332715034484863 +216,1.5043844070694985,-1.425076567741375,-1.2273133206479994,0.1448851376771927,0.989401638507843,-0.009636271744966507,-0.047604840248823166,0.0484156534075737,0.8059092164039612,-0.258578360080719,0.06908529996871948,0.2248920202255249 +217,1.5482818362955977,-1.4193993281001178,-1.1735333176402563,0.15078145265579224,0.9885613322257996,-0.0033953411038964987,0.014163566753268242,-0.6833370923995972,-0.2372228503227234,-0.18451863527297974,-0.48947685956954956,-0.09212470054626465 +218,1.3246307530204404,-1.4488363767599488,-1.2868041306567786,0.11799010634422302,0.9925721287727356,-0.029646366834640503,-0.016669943928718567,-1.6159003973007202,-0.5179154872894287,0.030828863382339478,-0.3658021092414856,-0.1321120262145996 +219,2.0107493041232423,-1.4879387083397924,-0.35744938097183665,0.07488133758306503,0.9965692758560181,0.035248372703790665,-0.9895378947257996,-1.1518436670303345,0.10895640403032303,0.18877527117729187,0.39252978563308716,-0.12805235385894775 +220,1.3887880287600491,-1.471405053853311,-1.101221847879304,0.09758836776018143,0.9950647354125977,-0.01796066015958786,1.2873440980911255,-0.8620437383651733,0.5118280053138733,0.016364239156246185,0.7824620604515076,-0.13050734996795654 +221,0.9695180690917681,-1.445884857217352,-1.4864182793672276,0.10273618996143341,0.99220871925354,-0.07047856599092484,-0.04075097292661667,1.5915006399154663,-0.17686006426811218,0.3038952946662903,0.03702712059020996,0.6169111132621765 +222,1.2564636751439693,-1.4602382656151152,-1.2597407577245623,0.10492770373821259,0.9938946962356567,-0.034113191068172455,-0.6628379821777344,0.6532448530197144,0.136088564991951,-0.04921784996986389,-0.46928220987319946,-0.004583120346069336 +223,2.5359421869624024,-1.4174469407421015,-0.3011645787394868,0.08695963770151138,0.9882649779319763,0.12557996809482574,0.28275471925735474,1.8321882486343384,-0.3331851661205292,-0.10469035804271698,-0.6071157455444336,-0.5867310762405396 +224,2.548435239120528,-1.4454601146816775,-0.23205204382009345,0.06987754255533218,0.9921556711196899,0.10365461558103561,-0.42589420080184937,0.7279565930366516,-0.15352076292037964,0.4703446328639984,0.8614667654037476,0.2723066806793213 +225,2.0405070652032875,-1.498924754856712,-0.8245757167541983,0.06403279304504395,0.9974183440208435,0.03250317648053169,1.2889180183410645,-0.8696796298027039,0.06561649590730667,0.011360891163349152,0.5566588044166565,0.3192272186279297 +226,1.6281231837577195,-1.4394602516245174,-1.2099081081379859,0.13074450194835663,0.9913877844810486,0.007503392640501261,-0.15669934451580048,0.3809520900249481,0.6762003302574158,-0.28798630833625793,0.040899813175201416,0.13301479816436768 +227,1.5972678699134497,-1.437195001558801,-1.264653496448278,0.13315747678279877,0.9910886287689209,0.0035257074050605297,0.27711808681488037,-0.3642793297767639,-0.17283043265342712,-0.11707472801208496,-0.4947965145111084,-0.1510934829711914 +228,1.0725451890943447,-1.4644722163680959,-1.6407884515824498,0.09322056919336319,0.9943529367446899,-0.05071514472365379,-0.19017885625362396,-2.767876625061035,-0.7434526681900024,0.06917870789766312,-0.351729154586792,-0.11325579136610031 +229,1.2986310578272386,-1.5198292687578145,-1.2786698264039993,0.04907063767313957,0.9987014532089233,-0.013695157133042812,1.768381953239441,2.710686683654785,0.1861276924610138,0.39111489057540894,0.7336899042129517,-0.4755321145057678 +230,0.9385862157006127,-1.4586535289841929,-1.6737325795009497,0.0902789831161499,0.9937185645103455,-0.06612982600927353,-0.17085693776607513,-3.8074800968170166,0.7969193458557129,-0.0975421667098999,0.6579689979553223,0.08315861225128174 +231,0.6661817711771344,-1.4513886019490616,-1.732088521637514,0.07361765205860138,0.9928793907165527,-0.09365421533584595,0.14379538595676422,-0.05694271996617317,0.028841929510235786,0.22397449612617493,-0.06757116317749023,0.34695011377334595 +232,0.9963102265841339,-1.4446100281868468,-1.514944680738105,0.10564866662025452,0.9920490384101868,-0.06838807463645935,-0.5037930011749268,2.142897844314575,0.22393308579921722,-0.11243883520364761,-0.5670002698898315,0.06701482087373734 +233,1.848699575600704,-1.4449780710575453,-0.8922212100135822,0.12067154049873352,0.9920952916145325,0.034425847232341766,-0.9375641345977783,0.8375102877616882,-0.24742241203784943,-0.267903596162796,-0.320495069026947,-0.34065449237823486 +234,2.2882811112881707,-1.4467768183762157,-0.45662414774691046,0.09320464730262756,0.9923194050788879,0.08133295178413391,0.5887073874473572,1.8081450462341309,0.004021346569061279,0.45751556754112244,0.5397392511367798,-0.10635734349489212 +235,1.701549913616098,-1.4743429788500444,-1.0987391622053695,0.09548316895961761,0.9953519701957703,0.012556405737996101,0.800396203994751,-0.3297591805458069,0.05057762563228607,-0.03788122534751892,0.316919207572937,0.25297701358795166 +236,1.6245648485604192,-1.4241963598528689,-1.2080998380994614,0.1458636373281479,0.9892734289169312,0.007850438356399536,-0.3945850431919098,1.1730767488479614,0.2326650470495224,-0.3264971971511841,-0.05259758234024048,0.09082818031311035 +237,1.9388819533992556,-1.4291723049478842,-0.9654670433096127,0.1316966563463211,0.9899880886077881,0.0507904551923275,-0.061578139662742615,0.057131532579660416,-0.19703581929206848,-0.0745982676744461,-0.5297524333000183,-0.1663147211074829 +238,1.659647909787799,-1.460739106375593,-1.1861318195787014,0.10940250009298325,0.993949830532074,0.009746246039867401,0.2054986208677292,-1.760205626487732,-0.6106649041175842,0.09321895241737366,-0.23819726705551147,-0.22446799278259277 +239,1.5854800156068507,-1.488912474412334,-1.1122602335182166,0.081784188747406,0.9966493844985962,0.001200979808345437,1.4812418222427368,0.9883972406387329,0.2501852512359619,0.2811461091041565,0.5089048147201538,-0.44463658332824707 +240,1.1893350020901887,-1.4463268974453047,-1.477479430912314,0.11522453278303146,0.992263674736023,-0.046217501163482666,0.3939567804336548,-2.438377857208252,0.28088486194610596,-0.14899224042892456,0.5140381455421448,0.17013412714004517 +241,0.989871420004973,-1.4528544547618925,-1.5328744458797665,0.09836633503437042,0.9930528998374939,-0.0645766332745552,0.14448478817939758,0.32695552706718445,-0.05195949599146843,0.22345679998397827,-0.22678697109222412,0.3192763328552246 +242,1.3597921063735394,-1.4560889085381374,-1.216374265545424,0.11191761493682861,0.9934282898902893,-0.023971915245056152,-0.9938718676567078,1.7311327457427979,0.19262708723545074,-0.08773241937160492,-0.4713488221168518,0.05503880977630615 +243,2.2859198595037142,-1.4362119611516424,-0.5272659072264182,0.10130652040243149,0.9909572005271912,0.08798237144947052,-0.08312308043241501,0.7345439195632935,-0.20591579377651215,-0.08691748231649399,-0.23694413900375366,-0.3725893497467041 +244,2.6275917251000047,-1.4378193727702921,-0.20671375720299864,0.06518728286027908,0.9911715984344482,0.11545270681381226,0.7442507743835449,1.0793614387512207,-0.05027533695101738,0.2871686518192291,0.331826388835907,-0.21422278881072998 +245,1.9126403561918734,-1.5021368912330282,-0.9720713951718959,0.06463570147752762,0.9976438879966736,0.022998223081231117,0.2835923135280609,0.3433433473110199,0.30539432168006897,-0.01640266925096512,0.17497879266738892,0.2957882881164551 +246,1.8076853814633684,-1.444739421031875,-1.1270638084574125,0.12221258133649826,0.9920653700828552,0.029504800215363503,-0.046798475086688995,0.5267966389656067,-0.07715313881635666,-0.33122748136520386,-0.08380115032196045,-0.09137916564941406 +247,1.8862727729005277,-1.4650140906269424,-1.1198526282720789,0.10037539154291153,0.9944102764129639,0.032760173082351685,0.3862605690956116,0.39077281951904297,-0.14895673096179962,-7.93561339378357e-05,-0.5158487558364868,-0.0661616325378418 +248,1.6494552260743958,-1.5092474522839274,-1.2948608258567837,0.061319392174482346,0.9981064796447754,0.004833288490772247,-0.6561259031295776,-2.5000760555267334,-0.38972508907318115,0.17867083847522736,-0.22875839471817017,-0.2927666902542114 +249,1.1340154504685958,-1.4818939168399792,-1.6723891632416754,0.08044949173927307,0.9960507750511169,-0.03755815699696541,0.612726628780365,1.3051632642745972,0.16330306231975555,0.35595187544822693,0.3045930862426758,-0.3325895071029663 +250,1.3621799098385434,-1.44842567202559,-1.3374511336686719,0.11941925436258316,0.9925220608711243,-0.025280630216002464,0.16548052430152893,-2.416213274002075,0.047779738903045654,-0.14026276767253876,0.21623343229293823,0.2038695216178894 +251,0.9733083968801267,-1.4581987116005908,-1.537647505963433,0.09289402514696121,0.9936676025390625,-0.06321023404598236,-0.061666280031204224,0.44321539998054504,0.2129029929637909,0.2641463875770569,-0.1230010986328125,0.3589407801628113 +252,1.674827622258161,-1.4545805924207995,-0.9405580191588218,0.11532720923423767,0.993254542350769,0.012041108682751656,-0.8553245067596436,2.0308377742767334,0.06211666762828827,-0.10861334949731827,-0.5118092894554138,0.010068892501294613 +253,2.3630972912654973,-1.4162393067739503,-0.41057277454930663,0.10809917002916336,0.988079845905304,0.1096019446849823,-0.9979891777038574,-0.39330369234085083,-0.546821653842926,-0.29620954394340515,0.068270742893219,-0.5335369110107422 +254,2.6844383403879237,-1.4544673750065726,-0.07615706833664734,0.05123133957386017,0.9932414293289185,0.10414788872003555,0.6831714510917664,0.25898513197898865,-0.13071955740451813,0.5154038071632385,0.44976693391799927,0.04435061663389206 +255,2.2304690501416418,-1.4513412187749657,-0.6389460050772674,0.09416783601045609,0.9928737282752991,0.07303475588560104,0.11427180469036102,2.0793259143829346,1.0459630489349365,-0.17552772164344788,0.13626134395599365,0.2185760736465454 +256,2.223747910670511,-1.4043257816426884,-0.7070698357024408,0.13161735236644745,0.9861757755279541,0.1006704568862915,-0.4310089945793152,-0.8374133110046387,-0.061757948249578476,-0.24428823590278625,-0.3117371201515198,-0.1825643628835678 +257,2.0960469106747905,-1.4128967096971314,-0.7103630295045763,0.13604764640331268,0.9875597357749939,0.07884706556797028,0.5401178598403931,-1.0941777229309082,-0.2200459986925125,0.008636191487312317,-0.5172533392906189,-0.11130249500274658 +258,1.8649514564508123,-1.4495786760555422,-0.7700938632732923,0.1157274842262268,0.9926621317863464,0.035058896988630295,0.25796476006507874,-2.9449868202209473,0.13625648617744446,0.2557019591331482,0.028745949268341064,-0.45739173889160156 +259,1.3031430252267857,-1.4447634754980296,-1.3356735291275859,0.12122359871864319,0.992068350315094,-0.03324355185031891,0.27786365151405334,0.2198985517024994,0.21327804028987885,0.2031782567501068,0.8221558332443237,-0.16873705387115479 +260,0.9743091376678255,-1.4159058886908984,-1.5248761439242704,0.12763096392154694,0.9880284667015076,-0.08666042983531952,-0.18437637388706207,-1.4709787368774414,-0.08499915152788162,0.10663720965385437,0.18534183502197266,0.7203121781349182 +261,1.2506500058188017,-1.4224716388185688,-1.2914889494753377,0.14027239382266998,0.989020049571991,-0.046507563441991806,-0.8861318230628967,0.909795343875885,0.11043963581323624,-0.03144672513008118,-0.41396212577819824,0.014662448316812515 +262,2.175807549733552,-1.3945034721975587,-0.45816700901321017,0.14425034821033478,0.9845006465911865,0.09975183755159378,-1.4216012954711914,1.271114468574524,0.049429137259721756,-0.2723783850669861,-0.40079087018966675,-0.25652074813842773 +263,2.3740458448475525,-1.4308328066478366,-0.2991269251772613,0.09686979651451111,0.9902210831642151,0.10039155185222626,-0.01847880333662033,-0.5332788228988647,0.05779552832245827,0.3041464388370514,0.6257457137107849,0.0014913082122802734 +264,2.021035368215205,-1.4537864863128562,-0.697881837839765,0.10510759055614471,0.9931621551513672,0.05080374702811241,0.3591004014015198,0.8347999453544617,0.3870473802089691,-0.007527671754360199,0.300340473651886,0.4308398962020874 +265,1.9485132527392643,-1.3976787082937892,-0.8708298767680116,0.16011203825473785,0.9850525259971619,0.06352730840444565,0.03557624667882919,0.05711133033037186,0.015955476090312004,-0.41069188714027405,-0.08978885412216187,-0.18941235542297363 +266,2.044328941830911,-1.4169063636139325,-0.7827298604554298,0.13641665875911713,0.9881823062896729,0.06990235298871994,0.10276483744382858,0.31046631932258606,-0.17375484108924866,-0.055606111884117126,-0.5557786822319031,-0.06396663188934326 +267,1.9847566450137557,-1.4621476393142174,-0.8633052491975226,0.09927545487880707,0.9941035509109497,0.04361645132303238,0.11811165511608124,-0.6050626635551453,-0.8477132320404053,0.10861027985811234,-0.24897116422653198,-0.1706458330154419 +268,1.5745380664677793,-1.4870015465580422,-1.0421256450522314,0.0836966261267662,0.9964912533760071,0.0003131724370177835,-0.08456924557685852,-0.7432498931884766,0.7721513509750366,0.2309396117925644,0.6060020327568054,-0.1683734655380249 +269,1.1429002624405744,-1.4222030175162346,-1.4523485389399242,0.13469849526882172,0.9889802932739258,-0.061432890594005585,1.5076409578323364,-0.1298752725124359,0.3219713568687439,-0.1333099603652954,0.2537868618965149,0.4096231460571289 +270,1.1904682838647502,-1.4361838401246154,-1.4009464279992034,0.12461598962545395,0.9909533858299255,-0.04982062056660652,-0.07143726944923401,0.05892675369977951,-0.13648569583892822,0.08224741369485855,-0.2447834014892578,0.2340247631072998 +271,1.559962094392904,-1.4617545400408474,-1.019927244886468,0.10881948471069336,0.9940608143806458,-0.0011790216667577624,-1.0800150632858276,0.20606985688209534,0.008173149079084396,-0.03971242904663086,-0.6144832372665405,-0.05157065391540527 +272,2.538935759290407,-1.4282841854124138,-0.18205780666875315,0.08050739020109177,0.989862322807312,0.11700901389122009,0.6107078790664673,0.3225596249103546,-0.5116525292396545,-0.013155102729797363,0.2616482973098755,-0.452107310295105 +273,2.5381641463066114,-1.49044318954613,-0.19344167783031535,0.04554908350110054,0.9967734217643738,0.06609153002500534,0.9507914185523987,0.21484437584877014,-0.0578315407037735,0.40504294633865356,0.5518258213996887,0.06241798400878906 +274,1.546900553518958,-1.4855577468530976,-1.1841253555326028,0.08511228859424591,0.9963693618774414,-0.0020342112984508276,-0.09970014542341232,0.31618204712867737,1.1490281820297241,-0.11308164149522781,0.05833345651626587,0.22469043731689453 +275,1.8563390966872935,-1.4067120937028332,-0.9227548936705737,0.1567351222038269,0.9865683317184448,0.04601195454597473,-0.38336941599845886,0.32754552364349365,0.05446656793355942,-0.3291289210319519,-0.2952231168746948,-0.09865474700927734 +276,2.0825385302340194,-1.4077864198665793,-0.6673629430439009,0.14149880409240723,0.9867432713508606,0.07947255671024323,-0.7090386152267456,-0.6752440929412842,-0.39275890588760376,-0.08440041542053223,-0.5154450535774231,0.05070018768310547 +277,2.2787492279304313,-1.3968628878344926,-0.3015091549754418,0.1314706802368164,0.9849116802215576,0.11253567039966583,1.5013080835342407,-2.3805787563323975,0.15037652850151062,0.2922964096069336,0.29951202869415283,-0.6626149415969849 +278,1.616555456609189,-1.4169816886274285,-1.0323159455337294,0.15304821729660034,0.9881938099861145,0.0070082456804811954,-0.6844491958618164,-0.3624976575374603,0.18155762553215027,0.06890611350536346,0.9020801186561584,0.11085057258605957 +279,1.2879924917456858,-1.417513000411386,-1.2012769181774945,0.14661897718906403,0.9882751107215881,-0.04260637238621712,0.9270639419555664,-1.9409579038619995,-0.5677568912506104,0.03406032919883728,0.051672399044036865,0.3974800109863281 +280,1.1970398870376924,-1.4381447730575363,-1.3228660653049582,0.12313245236873627,0.9912146925926208,-0.04829144477844238,-0.3656173050403595,1.452803373336792,0.16276858747005463,0.08392930030822754,-0.4479101896286011,0.017255067825317383 +281,1.5910737916732973,-1.4531408391022622,-0.9877807287242105,0.11736063659191132,0.993086576461792,0.0023801024071872234,-0.6094661951065063,0.5631308555603027,-0.10742060095071793,-0.10776285827159882,-0.520430326461792,-0.0958402156829834 +282,2.3403693908243137,-1.4443637213331808,-0.2761749475816289,0.09056276828050613,0.9920180439949036,0.08774086087942123,-0.4573584198951721,0.06248811259865761,-0.49387773871421814,0.026853613555431366,0.38592684268951416,-0.2698392868041992 +283,2.3107248371713505,-1.4797931463120162,-0.3910137104240333,0.06711343675851822,0.9958620667457581,0.061271782964468,1.129715919494629,0.46784552931785583,0.06356550008058548,0.08904500305652618,0.5821712017059326,0.2745741605758667 +284,2.031861886190921,-1.4404109884332383,-0.815660890717315,0.11644040048122406,0.991511881351471,0.0578448660671711,-0.6126787662506104,1.432620882987976,0.8269268274307251,-0.25746211409568787,0.0864148736000061,0.011155374348163605 +285,2.131956099415882,-1.4076517569864642,-0.7146674347769306,0.13751190900802612,0.986721396446228,0.08643535524606705,0.051332682371139526,-0.5667166709899902,-0.11966162919998169,-0.15869112312793732,-0.49331337213516235,-0.13453102111816406 +286,1.875307241747656,-1.4317926714110532,-0.9897592255370664,0.13218288123607635,0.9903545379638672,0.04154319688677788,0.4715281128883362,-0.19195812940597534,-0.3450031280517578,0.054981425404548645,-0.34098613262176514,-0.2756739854812622 +287,1.557068133883785,-1.4922047753607328,-0.9839230819526027,0.07850233465433121,0.9969132542610168,-0.0010777628049254417,0.7608841061592102,-2.6158299446105957,-0.11439885199069977,0.2366984784603119,0.3683057427406311,-0.10297191143035889 +288,1.0720156878520977,-1.4580004431810976,-1.4675433847569752,0.0988437831401825,0.9936453104019165,-0.0538422130048275,1.0347118377685547,-0.6084201335906982,0.44205570220947266,0.005572110414505005,0.48679298162460327,0.1922546625137329 +289,1.0307884756040697,-1.4265540259755993,-1.515214046024352,0.12328816205263138,0.9896150827407837,-0.073903888463974,-0.2054310441017151,0.3477904796600342,0.17295898497104645,0.14245888590812683,-0.15862160921096802,0.3031976819038391 +290,1.5873888187367546,-1.42334395337367,-1.02685921689555,0.14689861238002777,0.9891485571861267,0.0024376376532018185,-0.8820634484291077,0.8544197082519531,0.16383665800094604,-0.15168985724449158,-0.5042089819908142,-0.06820297241210938 +291,2.34960727874694,-1.3854406802692611,-0.351967796439418,0.13117289543151855,0.9828707575798035,0.1294560432434082,-0.6500368118286133,0.7326016426086426,-0.6309618353843689,-0.21973490715026855,-0.08299893140792847,-0.4263615608215332 +292,2.4420730186094866,-1.4266366706452354,-0.27687431857100053,0.09249594062566757,0.9896270036697388,0.10992217063903809,0.5318777561187744,1.240260124206543,-0.0935373306274414,0.43988320231437683,0.44012147188186646,0.11442779004573822 +293,1.7761968610182297,-1.4602394426966254,-0.993537729500662,0.1080133467912674,0.9938948154449463,0.022503361105918884,0.515795886516571,0.8889464139938354,0.5942449569702148,-0.1702081561088562,0.23657405376434326,0.2964968681335449 +294,1.8531523633060314,-1.4121678859238034,-0.9493498690739353,0.15170978009700775,0.9874448776245117,0.04401205852627754,-0.2787749469280243,-0.7486643195152283,-0.0009352590423077345,-0.21379779279232025,-0.32319915294647217,-0.1328791379928589 +295,1.8095395175203115,-1.4279405589445495,-0.9452959462250858,0.1383318454027176,0.9898134469985962,0.033667903393507004,0.5553922653198242,0.18369904160499573,-0.22489918768405914,0.009174853563308716,-0.45036953687667847,-0.050391558557748795 +296,1.5392820737870665,-1.4744884515051322,-1.147067685454556,0.09611111134290695,0.9953659772872925,-0.0030298728961497545,-0.5062720775604248,-2.548243761062622,-0.6960421800613403,0.11851901561021805,-0.013523995876312256,-0.25353139638900757 +297,1.2481879177963497,-1.4873772615393372,-1.19452149191566,0.07902416586875916,0.9965226650238037,-0.026416733860969543,0.6259921789169312,0.15335558354854584,0.29911693930625916,0.31201282143592834,0.6078932285308838,-0.17225271463394165 +298,0.9705455554814237,-1.4379335538025855,-1.449087225145204,0.10931526869535446,0.9911867380142212,-0.07482685148715973,0.06875544786453247,0.7158218622207642,0.16412995755672455,0.08479177951812744,0.2798093557357788,0.641736626625061 +299,1.1063935843242145,-1.4238872614523364,-1.3947530703315068,0.13087883591651917,0.9892282485961914,-0.06556300818920135,-0.38552749156951904,0.8533822894096375,0.2715409994125366,-0.04103507101535797,-0.31025779247283936,0.17061978578567505 +300,1.6252917324952865,-1.4197735856225062,-0.9597773890689375,0.15022628009319305,0.9886177182197571,0.008194755762815475,-1.0616607666015625,1.3861256837844849,0.06004546210169792,-0.18164411187171936,-0.5599830150604248,-0.0734412670135498 +301,2.3090446883530715,-1.4196168344429356,-0.38169217087713797,0.11139456927776337,0.988594114780426,0.10135598480701447,0.4124305844306946,-0.04418563097715378,-0.6007495522499084,0.01926642656326294,0.037040650844573975,-0.374778151512146 +302,2.4240626945466803,-1.4436656588962178,-0.32395086611414464,0.08336663991212845,0.9919297695159912,0.09552647173404694,0.6949176788330078,0.5885939598083496,-0.05774824693799019,0.15045903623104095,0.3756392002105713,-0.26706576347351074 +303,1.623966279098462,-1.4682976912972798,-1.1328874039974244,0.1021752879023552,0.9947516322135925,0.005437780171632767,0.24755384027957916,0.7030163407325745,0.7021374106407166,-0.1541009247303009,0.14294379949569702,0.3630009889602661 +304,1.7789844072247052,-1.4022254773814864,-1.0057710167537444,0.164151132106781,0.9858255386352539,0.034676749259233475,-0.22365625202655792,-0.5491349697113037,0.1386578530073166,-0.2596253752708435,-0.3255014419555664,-0.1298152208328247 +305,1.6767291443742984,-1.4068193174898806,-1.0979871822906881,0.1623283326625824,0.9865858554840088,0.017260510474443436,0.5965949892997742,0.38206183910369873,0.019792698323726654,-0.0528465211391449,-0.5419142246246338,-0.11374187469482422 +306,1.4807485963322684,-1.4653480044878033,-1.1906578901658562,0.10482768714427948,0.9944455027580261,-0.009465091861784458,-0.7957854270935059,-3.4299216270446777,-1.091606855392456,0.15184040367603302,0.1277012825012207,-0.2910109758377075 +307,1.4822483533202504,-1.489589015310045,-1.034757534483858,0.08079900592565536,0.9967045187950134,-0.007173345889896154,-0.2016725242137909,0.01772487163543701,0.3591903746128082,0.42254263162612915,0.5171350836753845,-0.397962749004364 +308,1.1343524919718475,-1.427142527748946,-1.268786192495507,0.12974081933498383,0.9896995425224304,-0.06051675230264664,-0.2792735993862152,-1.0051978826522827,0.15032924711704254,-0.04445946216583252,0.3049018979072571,0.6429447531700134 +309,1.30005380803293,-1.414657032755635,-1.1129431891979467,0.14984150230884552,0.9878349900245667,-0.04158966243267059,-0.3221907317638397,1.1780437231063843,0.3176146149635315,-0.003784388303756714,-0.34043508768081665,0.1804293394088745 +310,2.0130796201129213,-1.37767422612929,-0.6004114653707088,0.17345653474330902,0.9814097881317139,0.08214431256055832,-1.485548496246338,2.800140619277954,0.30933183431625366,-0.23720774054527283,-0.46419787406921387,-0.1957765817642212 +311,2.3806970031816332,-1.358064563681977,-0.284486933847666,0.1455896645784378,0.9774578213691711,0.15290500223636627,0.028946101665496826,-0.6982724070549011,-0.46050047874450684,0.055277034640312195,0.25624579191207886,-0.17293977737426758 +312,2.34802223365384,-1.3983331017291973,-0.38485904705634894,0.12233370542526245,0.9851650595664978,0.12035039067268372,1.0647913217544556,-0.0544896125793457,0.18299007415771484,0.20626431703567505,0.6208987236022949,0.22274351119995117 +313,1.9048792590651424,-1.4012506590929137,-0.8786273254789378,0.15940482914447784,0.985661506652832,0.055328335613012314,0.04115491732954979,1.093371033668518,0.792047381401062,-0.30743032693862915,0.13376885652542114,0.2014312744140625 +314,1.9896563664550624,-1.3731385193183947,-0.841783845946245,0.17939747869968414,0.9805291891098022,0.07986882328987122,-0.08546140789985657,0.45991024374961853,-0.2318081557750702,-0.16983021795749664,-0.432006299495697,-0.11964846402406693 +315,1.8055817382130706,-1.3986670653607445,-1.1239516780034966,0.16658101975917816,0.9852222800254822,0.039845649152994156,1.1409597396850586,0.867599606513977,-0.14525748789310455,0.008818745613098145,-0.46955156326293945,-0.14119446277618408 +316,1.67312360340698,-1.4619399058621478,-1.0842842996810942,0.10807455331087112,0.9940809607505798,0.011097735725343227,-0.4911813735961914,-4.0696892738342285,-0.5076990127563477,0.20111429691314697,0.5231005549430847,-0.26089930534362793 +317,1.4535021924598606,-1.4545784814666234,-1.1850618175521916,0.115159772336483,0.9932543039321899,-0.013569854199886322,0.9666974544525146,-0.524546205997467,0.5964316129684448,0.1140577644109726,0.7404187917709351,-0.12897777557373047 +318,1.0955132980951126,-1.4211387189279545,-1.4460261876553493,0.13257451355457306,0.9888221621513367,-0.06822682917118073,-0.534902811050415,-0.08651326596736908,-0.11960697919130325,0.07521967589855194,0.02449876070022583,0.6905718445777893 +319,1.3060979879969732,-1.4173904173306322,-1.2802298198049473,0.14748308062553406,0.9882563948631287,-0.0399765707552433,-0.5217820405960083,0.780612587928772,0.1689099669456482,0.037758633494377136,-0.42824357748031616,0.02709817886352539 +320,2.2442007466156704,-1.3853399126273194,-0.5238575154329791,0.144142284989357,0.9828522205352783,0.1149982139468193,-1.083458662033081,2.01961088180542,-0.15910789370536804,-0.2139817625284195,-0.3373749256134033,-0.4301837682723999 +321,2.379346273246024,-1.4122495200566192,-0.38721558090670233,0.1090262308716774,0.9874577522277832,0.11419512331485748,-0.2499927431344986,-0.15765288472175598,-0.25479379296302795,0.3519417643547058,0.6879267692565918,0.09309554100036621 +322,2.202791680544765,-1.4604807347646895,-0.6412491118530982,0.08882694691419601,0.9939213991165161,0.06503690034151077,1.1923551559448242,-0.2155000865459442,0.08203329890966415,0.09569758176803589,0.36392760276794434,0.2952231168746948 +323,1.8968869515536562,-1.4305167787453619,-0.9895020506113746,0.1324513852596283,0.9901769757270813,0.0447901114821434,-0.385027140378952,0.6463479399681091,0.5482239723205566,-0.2902578115463257,-0.0270574688911438,0.045847054570913315 +324,1.9620013584364715,-1.4236091138118214,-0.9573058449369504,0.1355765163898468,0.989187479019165,0.05592046678066254,0.2865001857280731,0.2337886244058609,-0.1919640302658081,-0.0992148220539093,-0.4717162251472473,-0.08561408519744873 +325,1.5148291805756073,-1.4663481323160605,-1.4108608408855285,0.10409475862979889,0.9945502281188965,-0.0058319768868386745,0.20535781979560852,-1.4264401197433472,-0.7599040269851685,0.1253669261932373,-0.31022411584854126,-0.3411681652069092 +326,1.287293149418091,-1.5003705037922856,-1.4003302390782892,0.06755820661783218,0.9975211024284363,-0.019683150574564934,0.2625431716442108,1.3591471910476685,-0.23003554344177246,0.2882004380226135,0.5362465381622314,0.1013329029083252 +327,0.8688872012369249,-1.4471781548772658,-1.7807829736467042,0.09415644407272339,0.9923689961433411,-0.07961466163396835,0.6462957262992859,-2.376068115234375,0.31931746006011963,-0.11495417356491089,0.35174721479415894,0.38225746154785156 +328,0.837717397394045,-1.4379815119287207,-1.7142689235877389,0.09840749204158783,0.9911930561065674,-0.08861374855041504,-0.14043664932250977,0.19289836287498474,0.30508047342300415,0.16750741004943848,-0.24802899360656738,0.26886582374572754 +329,1.5652548970467595,-1.4370615218582752,-1.0615855114251345,0.13333557546138763,0.9910708069801331,-0.0007388772792182863,-1.1999469995498657,1.6026227474212646,0.309182345867157,-0.15608641505241394,-0.5637635588645935,-0.007546663284301758 +330,2.2713954132324754,-1.396044305814791,-0.495813340197721,0.1329110562801361,0.9847697019577026,0.11208561807870865,-0.015900053083896637,-0.016135023906826973,-0.6448298692703247,-0.2603066861629486,0.05409437417984009,-0.5379126071929932 +331,2.566755901371441,-1.4136666558043562,-0.22044813841172514,0.08507995307445526,0.9876804947853088,0.13133399188518524,0.6118402481079102,0.8311680555343628,0.08358688652515411,0.597064197063446,0.3479517698287964,-0.37704622745513916 +332,1.7165832456547532,-1.4660027176294452,-1.032493034946606,0.10349301248788834,0.9945141673088074,0.015195735730230808,0.4607691168785095,-0.14402951300144196,0.5510647892951965,-0.14542417228221893,0.11864501237869263,0.31578266620635986 +333,1.8238870146649457,-1.417036254979341,-0.9718248853794597,0.14827658236026764,0.9882022142410278,0.03834977000951767,-0.2236461490392685,0.31677284836769104,0.047224342823028564,-0.22510455548763275,-0.3209505081176758,-0.08795607089996338 +334,1.7880818620421,-1.4315877535149024,-1.00822187794475,0.13549770414829254,0.9903261065483093,0.029913954436779022,0.5603817105293274,0.21293383836746216,-0.02135268598794937,-0.010177254676818848,-0.5218201279640198,-0.08560848236083984 +335,1.6368474352573708,-1.479585255331039,-1.0382898876428488,0.09088656306266785,0.9958431720733643,0.006011903751641512,-0.18495261669158936,-3.9176244735717773,-0.3395189046859741,0.19368986785411835,0.05344277620315552,-0.614608645439148 +336,1.278384183517882,-1.4969742175217506,-1.3585641606457735,0.07062559574842453,0.9972763657569885,-0.021261245012283325,0.35062137246131897,0.27202776074409485,0.18903765082359314,0.3946911692619324,0.7830581068992615,-0.30816078186035156 +337,0.6682293235060229,-1.433678108048864,-1.7665241368655107,0.08469169586896896,0.9906139969825745,-0.1072894036769867,-0.34458762407302856,-0.5011881589889526,-0.04231608286499977,0.09580450505018234,0.2289751172065735,1.1093798875808716 +338,0.9972770595632797,-1.441953598889388,-1.4714923844936838,0.10792829841375351,0.9917112588882446,-0.06971573829650879,-0.8339929580688477,0.2490260750055313,0.37208569049835205,0.052655190229415894,-0.46513044834136963,0.08370804786682129 +339,2.2006235874056834,-1.4003906624344629,-0.44261674721208777,0.1370438188314438,0.9855160713195801,0.09988442063331604,-1.6155638694763184,3.1271345615386963,0.18107721209526062,-0.22041785717010498,-0.47073036432266235,-0.2581791877746582 +340,2.44882366020692,-1.413621237529037,-0.23650583332561542,0.09996972978115082,0.9876734018325806,0.12044517695903778,-0.23327338695526123,-0.6750324964523315,-0.26540297269821167,0.263311505317688,0.6880314350128174,0.04979716241359711 +341,2.182549174665305,-1.4558733847552114,-0.552120438148193,0.093874491751194,0.9934036135673523,0.06585588306188583,1.1518133878707886,-0.42514774203300476,0.09730155020952225,0.1249975711107254,0.6192825436592102,0.30433762073516846 +342,1.5845943831167153,-1.4330957374299713,-1.1271644561982406,0.1372527778148651,0.990534245967865,0.001893941662274301,0.046074457466602325,-0.08251052349805832,0.4412655830383301,-0.2645263373851776,0.05872112512588501,0.08050358295440674 +343,1.6870020500717107,-1.43569660924714,-0.9558335954279286,0.13378100097179413,0.9908878803253174,0.015616475604474545,-0.27372995018959045,-1.070133924484253,-0.20506338775157928,-0.10983994603157043,-0.5637944340705872,-0.08420467376708984 +344,1.5782055027971849,-1.4668278516093611,-1.0037760255060708,0.10377934575080872,0.9946001172065735,0.0007689335034228861,0.2301279902458191,-0.121430903673172,-0.675386369228363,0.07699154317378998,-0.4748094081878662,-0.07051682472229004 +345,2.4104418846999636,-1.5188590719055963,-0.011981877818401517,0.03466304764151573,0.9986515641212463,0.03864365071058273,-0.7032038569450378,-2.7264597415924072,-0.2619587182998657,0.23672977089881897,0.7443292737007141,-0.2084130048751831 +346,2.0277918968896516,-1.4778472693163003,-0.2769477351399606,0.08328971266746521,0.9956833720207214,0.0409545861184597,1.0671814680099487,-0.9354894161224365,0.6830616593360901,0.04790534824132919,0.8015730381011963,-0.084381103515625 +347,1.2847556435581309,-1.4573246093564192,-1.0233612390734894,0.10862766951322556,0.993569016456604,-0.03194804489612579,-0.16761042177677155,0.8780212998390198,-0.05262964963912964,0.22581446170806885,-0.131386399269104,0.5418967604637146 +348,1.8185637543578088,-1.4422826333759502,-0.593347637501113,0.12424736469984055,0.9917534589767456,0.03143025189638138,-0.7362794876098633,1.5321325063705444,0.22013656795024872,-0.10158802568912506,-0.532860517501831,-0.04862689599394798 +349,2.563347654610195,-1.3590035695803682,-0.03730462475386133,0.11489279568195343,0.9776556491851807,0.17603693902492523,-0.3940810263156891,0.1625063419342041,-0.5469301342964172,-0.22057518362998962,-0.21026068925857544,-0.6706658601760864 +350,2.5731260108003795,-1.4033888061990025,-0.0014788647842338646,0.0897023156285286,0.986020028591156,0.1404215395450592,0.34041735529899597,1.9487357139587402,0.022358013316988945,0.419269859790802,0.39783018827438354,0.025517836213111877 +351,1.828567510660951,-1.4341057001492323,-0.8000558721797632,0.1317625194787979,0.9906723499298096,0.034737396985292435,0.19644351303577423,0.9983465671539307,0.934087872505188,-0.2153654396533966,0.3163648843765259,0.5084145069122314 +352,1.9820727508948834,-1.3865555575449748,-0.7477464511537787,0.167923241853714,0.9830756187438965,0.07323964685201645,0.08462786674499512,0.3400489091873169,-0.14903320372104645,-0.2620852291584015,-0.34863048791885376,-0.17783868312835693 +353,1.7848592024734111,-1.4161481330746077,-0.8960972061712001,0.15051740407943726,0.988065779209137,0.032721519470214844,0.5323970317840576,-1.0905795097351074,-0.2308751791715622,-0.005864068865776062,-0.6361522078514099,-0.13101863861083984 +354,1.7073123332615863,-1.4788375321889493,-0.8307788407003833,0.09097550064325333,0.9957747459411621,0.012497344985604286,-0.7479376196861267,-2.256497383117676,-0.8385413289070129,0.11649826169013977,0.10346841812133789,-0.21162450313568115 +355,1.7867510010010215,-1.4797883762824737,-0.6732854272709505,0.08877085149288177,0.9958616495132446,0.01947416178882122,0.45672178268432617,0.0670468881726265,0.5078868269920349,0.18744376301765442,0.7878602147102356,-0.4774056673049927 +356,1.0173009435517435,-1.4302175232482075,-1.2913698317844615,0.11919642984867096,0.9901350736618042,-0.07365443557500839,-0.5152578949928284,-0.1615460216999054,-0.1428903043270111,0.06010960042476654,0.29808831214904785,1.0962374210357666 +357,1.350651328709295,-1.4256459865214197,-1.0076362423361733,0.14114968478679657,0.9894841909408569,-0.03158530220389366,-0.5419070720672607,0.7751227021217346,0.5152164697647095,-0.01630227267742157,-0.4610724449157715,0.08558613061904907 +358,1.9609607085794032,-1.3896926487504975,-0.5761203985747283,0.1665792167186737,0.983645498752594,0.06850521266460419,-1.1492059230804443,3.6094958782196045,0.23048049211502075,-0.2538594603538513,-0.565432608127594,-0.12583255767822266 +359,2.2904351384456354,-1.3941543013669788,-0.3541813946622194,0.13215267658233643,0.9844393134117126,0.1158224418759346,0.2400871217250824,-1.8906407356262207,-0.28854647278785706,0.13568483293056488,0.4785122871398926,-0.22133708000183105 +360,2.2205513120252354,-1.4352033681865288,-0.4879162532325026,0.10763276368379593,0.990821361541748,0.0817812979221344,1.4471886157989502,-0.41147929430007935,0.07776491343975067,0.04303250461816788,0.4919208884239197,0.26332664489746094 +361,1.4426810605743576,-1.4171704733532684,-1.2047321962010165,0.1517682522535324,0.9882227182388306,-0.01955091394484043,-0.09951922297477722,0.09522165358066559,0.9762043356895447,-0.2642560601234436,0.13366448879241943,0.2661176919937134 +362,1.5190822803639983,-1.399909274777176,-1.1711619450755841,0.16982951760292053,0.9854342937469482,-0.008790409192442894,0.30555617809295654,0.2261241227388382,-0.25835633277893066,-0.13688577711582184,-0.38349026441574097,-0.06442129611968994 +363,1.3093924452401628,-1.426543341609315,-1.3789632102431402,0.13886937499046326,0.9896135926246643,-0.03715107589960098,0.008865215815603733,-0.42490068078041077,-0.4376503825187683,0.08488550782203674,-0.5380602478981018,-0.11813759803771973 +364,1.6674903134343633,-1.483283962167852,-0.9529974850373042,0.08699274063110352,0.9961732625961304,0.0084379892796278,0.4602477550506592,-0.7753228545188904,0.15901640057563782,0.2852606773376465,0.6750150918960571,-0.45111072063446045 +365,1.3869190006541572,-1.4220101818407636,-1.263153576394448,0.1457383781671524,0.9889517426490784,-0.027104144915938377,0.034708958119153976,0.5568013787269592,0.7301536202430725,-0.0685899555683136,0.8506783246994019,0.17488551139831543 +366,1.1335782943811628,-1.3841791660763834,-1.4793753363524575,0.16808265447616577,0.9826374650001526,-0.07855954766273499,0.1685117930173874,-1.3205510377883911,-0.2192898541688919,-0.07631629705429077,0.31980687379837036,0.4958874583244324 +367,1.1844621234518637,-1.4246757753600119,-1.3276122104498578,0.13486984372138977,0.9893433451652527,-0.05486183241009712,-0.8350171446800232,0.008498097769916058,0.059736400842666626,-0.06892135739326477,-0.562753438949585,0.06626015901565552 +368,1.9461284775933072,-1.4391961179654382,-0.8055907207971646,0.12208671867847443,0.9913531541824341,0.048103418201208115,0.7820947170257568,1.8615137338638306,0.04966568574309349,0.04072454571723938,-0.5291186571121216,-0.2564622163772583 +369,2.1323859576657567,-1.445938591486026,-0.6834728079619047,0.1054069921374321,0.9922153949737549,0.06631851941347122,-0.5320757031440735,0.24574579298496246,-0.2725958228111267,0.152024045586586,0.47857940196990967,-0.08569716662168503 +370,1.8574137948122356,-1.465470437251098,-1.0170546393603812,0.10084282606840134,0.9944583773612976,0.029721681028604507,1.05290687084198,-0.26997366547584534,0.20630258321762085,0.09761299192905426,0.30733001232147217,0.36929571628570557 +371,1.203421272497939,-1.41437231902313,-1.6120624905386518,0.14539217948913574,0.9877907037734985,-0.055953651666641235,0.09839678555727005,-0.14331386983394623,0.9694750905036926,-0.15321990847587585,0.17813348770141602,0.19244349002838135 +372,1.297796826177434,-1.4034946675806967,-1.5257350432360337,0.16035515069961548,0.9860376715660095,-0.04489785060286522,-0.08467128127813339,-0.4063485562801361,-0.5277183651924133,-0.15037591755390167,-0.4021143913269043,-0.050164397805929184 +373,1.1189829454047238,-1.4641440580460774,-1.5993890699594167,0.09576919674873352,0.9943180084228516,-0.046476174145936966,-0.26567429304122925,-1.5258058309555054,-0.558929979801178,0.09588120877742767,-0.4632510542869568,-0.10475373268127441 +374,1.5894506108046393,-1.5099187160398406,-0.9023290252214453,0.060830581933259964,0.9981475472450256,0.0011348825646564364,0.17890973389148712,-1.078073263168335,0.19446328282356262,0.15320447087287903,0.5798707604408264,-0.27089500427246094 +375,1.223069125418822,-1.4637294577419284,-1.3194086074431643,0.1004672721028328,0.994273841381073,-0.03641486540436745,0.4213169813156128,-1.3018007278442383,0.832881510257721,-0.010913431644439697,0.792911946773529,-0.01192498579621315 +376,1.028948013892511,-1.4391333384177667,-1.3491196112398673,0.11247691512107849,0.9913449287414551,-0.06770490109920502,-0.3232469856739044,-0.5321512818336487,-0.05170079320669174,0.08845080435276031,0.08198869228363037,0.8233201503753662 +377,1.304769270502101,-1.4396636420054367,-1.1255462120541164,0.12615734338760376,0.9914144277572632,-0.034376055002212524,-0.5332736968994141,1.1555591821670532,0.30856412649154663,-0.01212841272354126,-0.4018148183822632,0.04832261800765991 +378,2.290049072030028,-1.4054304746833868,-0.3958953636289012,0.12383906543254852,0.9863582253456116,0.10845164954662323,-0.15070293843746185,2.321747303009033,-0.10636115819215775,-0.09028495848178864,-0.370116651058197,-0.4708327054977417 +379,2.454735261508638,-1.4199952049932179,-0.20758820843327408,0.09526296705007553,0.9886510372161865,0.116164930164814,-0.503011167049408,0.10173676162958145,-0.4322817027568817,0.40569835901260376,0.533352255821228,0.057815805077552795 +380,2.1888474207256414,-1.4658128246172666,-0.54751066177116,0.0854051262140274,0.9944943189620972,0.06072055548429489,1.301659107208252,-0.28248071670532227,0.0797748938202858,0.0644361823797226,0.47550690174102783,0.417871356010437 +381,1.5010168584764971,-1.4309941611259156,-1.2024008716369634,0.1390085071325302,0.9902435541152954,-0.009715713560581207,-0.28028926253318787,0.4287847578525543,0.9351654052734375,-0.24395844340324402,0.1331695318222046,0.21799814701080322 +382,1.7192619710604817,-1.4135116049606027,-1.022290315764416,0.15491434931755066,0.9876562356948853,0.023169947788119316,0.12255731970071793,0.1381155401468277,-0.2521865665912628,-0.11653849482536316,-0.46507322788238525,-0.07904767990112305 +383,1.4478112355996897,-1.4523133218377273,-1.2589977331265245,0.11731372028589249,0.9929891228675842,-0.014501024037599564,0.11381656676530838,-1.2174171209335327,-0.568199872970581,0.1031300276517868,-0.3781971335411072,-0.21009308099746704 +384,1.5421768045706232,-1.4889981153744059,-0.9427263801366921,0.08167537301778793,0.9966564178466797,-0.0023381486535072327,0.8856897950172424,-0.4476467967033386,0.15522244572639465,0.23331180214881897,0.5408956408500671,-0.255535364151001 +385,1.232126992103776,-1.4558973793206764,-1.2860455228911194,0.10813428461551666,0.993406355381012,-0.038089264184236526,0.30170753598213196,-2.148388624191284,0.41232261061668396,-0.08375075459480286,0.5026568174362183,0.19882535934448242 +386,0.8628547313439403,-1.4343987479970066,-1.4793680159694116,0.10329996049404144,0.9907122850418091,-0.08842020481824875,-0.25175756216049194,-0.5413542985916138,0.027573559433221817,0.23904624581336975,-0.07022589445114136,0.34112101793289185 +387,1.5295586387635691,-1.4342189325972716,-0.8419282617714887,0.13603849709033966,0.9906877875328064,-0.005613095127046108,-1.1717816591262817,2.446479558944702,0.4250871241092682,-0.15596647560596466,-0.6148331761360168,0.11469817161560059 +388,2.2100551271845896,-1.4042307969877255,-0.48535577533666174,0.13305777311325073,0.9861599802970886,0.09891413152217865,-0.3201853036880493,0.6435454487800598,-0.3028024137020111,-0.33519095182418823,-0.2028501033782959,-0.5653905868530273 +389,2.570989540844743,-1.4124218078098787,-0.10705620452079544,0.08518722653388977,0.9874849319458008,0.13272765278816223,0.6361340284347534,2.0541563034057617,-0.009885258972644806,0.5668056011199951,0.5391263961791992,-0.033499717712402344 +390,2.14576394043128,-1.4528826320761214,-0.616193412789983,0.09872594475746155,0.9930562376976013,0.06397436559200287,0.7045121788978577,0.7798370718955994,0.43894216418266296,-0.19041599333286285,0.14090079069137573,0.35407066345214844 +391,1.897539208398073,-1.414358531013823,-0.9563083780513426,0.1475578099489212,0.9877885580062866,0.05000581592321396,-0.38275787234306335,0.0414433553814888,-0.1230078935623169,-0.342229425907135,-0.20702683925628662,-0.24170196056365967 +392,2.0483732658683182,-1.4257784704943548,-0.7809937494420467,0.1283407062292099,0.9895033240318298,0.06642080098390579,0.3735157251358032,-0.3554169237613678,-0.15822657942771912,-0.0665273666381836,-0.5764327049255371,-0.10070730000734329 +393,1.4740422919936755,-1.484676328665376,-1.3313622362855417,0.08561086654663086,0.9962939620018005,-0.008309140801429749,0.09572561830282211,-1.5055766105651855,-1.0053658485412598,0.13384103775024414,-0.11575508117675781,-0.25179219245910645 +394,1.7915739425669253,-1.5200363652431421,-0.7425375201452048,0.04950765147805214,0.9987120032310486,0.011111302301287651,0.1553201675415039,-0.09276960045099258,0.4263220429420471,0.37236735224723816,0.4826264977455139,-0.16232597827911377 +395,0.9951628206054132,-1.43610596007669,-1.4689537685289458,0.11264361441135406,0.9909429550170898,-0.07309955358505249,0.6556267738342285,-2.239217519760132,0.2785683572292328,-0.24519670009613037,0.44977664947509766,0.5675758719444275 +396,1.0487680543647475,-1.4426498187064032,-1.3375426685784617,0.11077406257390976,0.9918004870414734,-0.06372368335723877,-0.29146450757980347,0.2628478705883026,0.22091133892536163,0.13664717972278595,-0.22123175859451294,0.27011406421661377 +397,1.6490936020038447,-1.4183947188670591,-0.8642110874800994,0.1513466238975525,0.9884093403816223,0.011874302290380001,-0.8123595118522644,2.4645519256591797,0.2514084279537201,-0.1668495535850525,-0.6067413091659546,-0.002642751671373844 +398,2.2639449935833915,-1.386928879864471,-0.43779596665312986,0.14064191281795502,0.9831439256668091,0.11682327836751938,-0.13317112624645233,-0.2952057123184204,-0.7460857629776001,-0.2403275966644287,0.03293871879577637,-0.5535145998001099 +399,2.431470184353096,-1.4251330335649892,-0.2852252302329916,0.09462667256593704,0.989409863948822,0.1100640818476677,0.6162777543067932,1.0666006803512573,0.08961096405982971,0.5120017528533936,0.31834471225738525,-0.2859063148498535 +400,1.7235268408407554,-1.456999218184414,-1.0245001174792656,0.11223036050796509,0.993532121181488,0.017275536432862282,0.47951337695121765,0.4794234037399292,0.6378999948501587,-0.2274342030286789,0.11967295408248901,0.3587925434112549 +401,1.75212222570868,-1.4140610468054828,-1.0262600116664227,0.1535351574420929,0.9877421259880066,0.028149083256721497,-0.10959620028734207,-0.45822644233703613,-0.08648540824651718,-0.1834423840045929,-0.31934618949890137,-0.15572786331176758 +402,1.6752151249792486,-1.4349901589634564,-1.062095855494696,0.13465136289596558,0.9907925128936768,0.014111458323895931,0.4739832878112793,0.26351290941238403,-0.1595069169998169,0.015907078981399536,-0.5705044865608215,-0.05263984203338623 +403,1.613698263089574,-1.4792444934774962,-1.0817610631532995,0.0913383886218071,0.9958120584487915,0.003920999821275473,-0.39926454424858093,-2.123600482940674,-0.43694278597831726,0.12115548551082611,0.11141127347946167,-0.3233485221862793 +404,1.3068990413576673,-1.4748559040034317,-1.2402746080613352,0.09247612208127975,0.9954012632369995,-0.024986954405903816,-0.2601279318332672,0.34865087270736694,0.3904862105846405,0.35419440269470215,0.6107693314552307,-0.39711689949035645 +405,0.819845560220296,-1.416060821729865,-1.5477548575299966,0.11266756057739258,0.9880523085594177,-0.10516096651554108,-0.0495443120598793,-2.1028573513031006,0.050202157348394394,0.14300872385501862,0.24440020322799683,0.8466465473175049 +406,1.0152632009353435,-1.4227879507402847,-1.2968579973529797,0.12529246509075165,0.9890667200088501,-0.07777456939220428,-0.819333553314209,0.0070478059351444244,0.40543442964553833,0.044843047857284546,-0.4285656213760376,0.11615043878555298 +407,1.9439945831496261,-1.398430224975886,-0.5577332167934479,0.15970760583877563,0.9851816892623901,0.06253305822610855,-0.45853331685066223,2.963073968887329,0.1103561520576477,-0.16365963220596313,-0.4202709197998047,-0.19107306003570557 +408,2.392634592608134,-1.394699369824292,-0.15165381647915172,0.11928161978721619,0.9845349788665771,0.12830780446529388,-0.44349920749664307,-0.19004632532596588,-0.6180034279823303,0.2394525110721588,0.5598528385162354,-0.22741365432739258 +409,1.9767733305903288,-1.451832765221851,-0.611223850909166,0.10903581976890564,0.9929322004318237,0.04686976224184036,1.3531808853149414,-0.08200205862522125,0.07770638912916183,0.06872905790805817,0.464297354221344,0.38275671005249023 +410,1.422846545482076,-1.4160959262001054,-1.1700280565954015,0.1524006724357605,0.9880577325820923,-0.022713616490364075,-0.1278260201215744,0.6945134401321411,0.5340834259986877,-0.286174476146698,0.20209723711013794,0.18828672170639038 +411,1.588260153741515,-1.4131283687187886,-1.0495727313090235,0.15699197351932526,0.9875961542129517,0.002741959411650896,0.10812488943338394,-0.09334469586610794,-0.2783222496509552,-0.08017921447753906,-0.5393081903457642,-0.10663902759552002 +412,1.2720431317506031,-1.4562395291578485,-1.3318114454323244,0.10924334079027176,0.9934455156326294,-0.03364374488592148,0.15161094069480896,-0.5329968333244324,-0.6513808965682983,0.06406597793102264,-0.4459143877029419,-0.06862062215805054 +413,1.343254059258639,-1.5207641603886763,-1.1265456980039636,0.048723187297582626,0.9987486600875854,-0.011281969957053661,0.9469811320304871,-1.078885555267334,0.0034622298553586006,0.33427244424819946,0.703445553779602,-0.37505531311035156 +414,1.3323365694218017,-1.467886655213416,-1.122889474254158,0.09982160478830338,0.9947094917297363,-0.024265117943286896,0.11688001453876495,-1.7872815132141113,0.8550434708595276,-0.0027909576892852783,0.6465411186218262,0.06254947185516357 +415,1.051481666557399,-1.426333859417167,-1.2775286257167904,0.12497980892658234,0.989583432674408,-0.07144498080015182,-0.10655062645673752,-0.44757863879203796,0.08843715488910675,0.08235657960176468,0.11226880550384521,0.5863986015319824 +416,1.3997660197943818,-1.4241203958465296,-0.959447030672124,0.1440180242061615,0.9892623424530029,-0.024874458089470863,-0.7255054116249084,1.255815863609314,0.2876381278038025,-0.07558237016201019,-0.4975174069404602,0.08960223197937012 +417,2.141516692680567,-1.3832824613439978,-0.4608109251422726,0.15687182545661926,0.9824707508087158,0.10070940852165222,-0.78167724609375,2.0721054077148438,0.05112588033080101,-0.25385671854019165,-0.3861573338508606,-0.4075331687927246 +418,2.320108352539902,-1.4013420125593716,-0.23081831961004293,0.12347444891929626,0.9856769442558289,0.11486978828907013,0.14025665819644928,1.0053822994232178,-0.3542026877403259,0.45379602909088135,0.7740123867988586,0.2170851230621338 +419,1.8995569475216085,-1.4396722344149766,-0.7542070853578983,0.12374529987573624,0.9914155602455139,0.04221455380320549,1.2075408697128296,0.21034370362758636,0.12514850497245789,-0.10517537593841553,0.47333651781082153,0.40451693534851074 +420,1.7135291054052526,-1.3955033131328964,-1.0153534278973548,0.17262326180934906,0.9846754670143127,0.02480769343674183,-0.32772505283355713,0.7708203792572021,0.22863373160362244,-0.37425288558006287,0.09093177318572998,-0.01864314079284668 +421,1.8846058158883445,-1.4088409941063453,-0.8879688683019981,0.1533738076686859,0.9869138598442078,0.04977486655116081,0.17192454636096954,0.315611332654953,-0.21526029706001282,-0.0697403997182846,-0.5675870776176453,-0.1148231029510498 +422,1.6949924106875374,-1.448969699396378,-1.0972991847967386,0.12059040367603302,0.9925882816314697,0.015054338611662388,0.03746400028467178,-0.6782820224761963,-0.6623051166534424,0.03692608326673508,-0.37936800718307495,-0.2015320062637329 +423,1.7918610088880513,-1.4972186813387454,-0.8194782942519006,0.07172086834907532,0.9972943663597107,0.016118375584483147,0.731853187084198,-1.193703532218933,-0.07567322999238968,0.3706924617290497,0.6923570036888123,-0.19923913478851318 +424,1.3913386350936452,-1.439428529624074,-1.2579485007690323,0.12888610363006592,0.9913836717605591,-0.02338114008307457,1.626649260520935,-1.533341407775879,0.8875330090522766,-0.10190856456756592,0.6273601651191711,0.04291236400604248 +425,1.2359890201745838,-1.447615259942019,-1.2113540931834346,0.11604682356119156,0.9924228191375732,-0.04037328064441681,-0.6846715211868286,0.2536919116973877,0.05412024259567261,0.16521844267845154,-0.18135720491409302,0.5429825186729431 +426,1.7268237144644396,-1.4289615841410337,-0.757780726327416,0.13964325189590454,0.9899582862854004,0.02196671813726425,-0.7712409496307373,0.8685008883476257,0.15784315764904022,-0.07430510222911835,-0.6023086905479431,-0.04381728172302246 +427,2.374266355502781,-1.40492421210529,-0.3721759673943038,0.11462356150150299,0.9862747192382812,0.1188432052731514,0.11183372139930725,0.8315070271492004,-0.3442702889442444,-0.147216334939003,-0.20835113525390625,-0.5779954195022583 +428,2.6650021007088354,-1.4192140820202894,-0.059999250714820734,0.06927301734685898,0.9885333776473999,0.13417592644691467,0.4880121946334839,2.3456780910491943,-0.05021193251013756,0.4948139190673828,0.42778754234313965,-0.2395225614309311 +429,1.9976003214229643,-1.4867616237673784,-0.7408821285610011,0.0764065682888031,0.9964711666107178,0.03474653139710426,0.48547330498695374,-0.5061172842979431,0.5360429286956787,-0.0506192222237587,0.15349221229553223,0.30666887760162354 +430,1.7544931369341104,-1.413096382905972,-0.982904333584116,0.1544053703546524,0.9875910878181458,0.02868717908859253,0.12566837668418884,-0.15347138047218323,0.19128617644309998,-0.3063371479511261,-0.18882399797439575,-0.0636146068572998 +431,1.6000378999833158,-1.4278118857905786,-1.0749868455498168,0.14243802428245544,0.9897951483726501,0.004166299477219582,0.18766650557518005,-0.8171279430389404,-0.2297169715166092,-0.07572659850120544,-0.5464509129524231,-0.017212510108947754 +432,1.5001251093529955,-1.4765404820017594,-1.0993489711273752,0.09388239681720734,0.9955611824989319,-0.00664585130289197,-0.6670458316802979,-1.598103642463684,-0.674098551273346,0.08321113884449005,-0.09159988164901733,-0.19234400987625122 +433,2.018464998200872,-1.483663752995755,-0.360946463034748,0.07844799011945724,0.9962063431739807,0.037669386714696884,-0.30429840087890625,1.1277552843093872,0.46503549814224243,0.28815966844558716,0.6780490875244141,-0.13486790657043457 +434,0.9229226511315746,-1.4305626175386688,-1.4417394261233931,0.11145193129777908,0.9901833534240723,-0.08435291796922684,1.0951627492904663,-0.041273146867752075,0.14690770208835602,0.015409648418426514,0.19772863388061523,0.9136223196983337 +435,1.2501255507170894,-1.4585458290073532,-1.148324626593849,0.10630446672439575,0.9937065243721008,-0.03530732914805412,-0.6799756288528442,-0.2581360936164856,0.06071515381336212,0.09987227618694305,-0.3743065595626831,0.18235629796981812 +436,2.023982536333558,-1.4394190888273262,-0.42044477611585634,0.11777561902999878,0.9913824200630188,0.057355646044015884,-1.4569363594055176,3.1984951496124268,0.18463337421417236,-0.23549717664718628,-0.7010992765426636,0.044283147901296616 +437,2.55491822141327,-1.4327648760301486,-0.07221328895774817,0.07617080956697464,0.9904887676239014,0.11458566784858704,0.19413267076015472,-1.8619952201843262,-0.6062426567077637,-0.057478807866573334,0.17657965421676636,-0.42580389976501465 +438,2.7992228454660752,-1.4523306886996667,0.18137501914537169,0.039678532630205154,0.9929911494255066,0.11132975667715073,1.159747838973999,0.5222751498222351,0.059339240193367004,0.24297526478767395,0.4375203251838684,-0.1464860439300537 +439,1.8258486302059223,-1.4763090757486013,-0.7816690583823928,0.09129425138235092,0.9955394268035889,0.023803208023309708,-0.018902743235230446,0.15533770620822906,1.156473159790039,-0.22288605570793152,0.10544323921203613,0.2108464241027832 +440,1.7247853923058594,-1.436344005525315,-0.8681142390669033,0.13246160745620728,0.9909749031066895,0.020560411736369133,0.049399882555007935,-0.4705107510089874,-0.25542983412742615,-0.2503357529640198,-0.40837907791137695,-0.1081763505935669 +441,1.4856302963924135,-1.4568112949271383,-1.0187570675035282,0.11332643777132034,0.9935107231140137,-0.009674965403974056,0.37252625823020935,-0.9438034892082214,-0.3051934540271759,0.028336167335510254,-0.5519976615905762,-0.032790184020996094 +442,1.4295400723892155,-1.5135511230344638,-0.9273184340185743,0.05664416030049324,0.9983619451522827,-0.008054988458752632,-0.8876683115959167,-2.501680612564087,-0.3210203945636749,0.14188793301582336,0.24861681461334229,-0.1906754970550537 +443,1.4780776634082151,-1.4945235141205584,-0.9004282142534324,0.07587157189846039,0.9970926642417908,-0.007054938934743404,0.49112069606781006,0.10452621430158615,0.5380862355232239,0.21866881847381592,0.5993276238441467,-0.4884589910507202 +444,1.035148888347655,-1.4285084883419468,-1.2040462896039328,0.12194628268480301,0.9898941516876221,-0.07237859070301056,-0.0695207342505455,0.05237913131713867,-0.09568820893764496,-0.05863756686449051,0.23897236585617065,0.9483094215393066 +445,1.1643375273947822,-1.4217785957047357,-1.1297280983831086,0.13637012243270874,0.9889174103736877,-0.058697450906038284,-0.508683979511261,0.9340511560440063,0.1934722661972046,-0.020174458622932434,-0.4380751848220825,0.08939814567565918 +446,2.065055970140047,-1.4060330515130264,-0.45521411028591846,0.14438901841640472,0.9864572286605835,0.0778072252869606,-0.7681838870048523,2.17134165763855,-0.07244624197483063,-0.19398006796836853,-0.561484694480896,-0.3350856304168701 +447,2.3656529120018166,-1.4065827230548467,-0.16083494274922422,0.11449746042490005,0.9865472316741943,0.11668413877487183,-0.1862221211194992,-0.13809293508529663,-0.2316943258047104,0.31670066714286804,0.5568031072616577,0.016372457146644592 +448,2.1326035252461626,-1.4462247126416647,-0.472820356194407,0.1051519587635994,0.9922509789466858,0.06618999689817429,1.4128936529159546,0.021828174591064453,0.2046685516834259,0.1857873648405075,0.5854925513267517,0.3449122905731201 +449,1.5419776257791284,-1.4206713681441245,-1.0590954009205318,0.14949986338615417,0.9887524247169495,-0.004309585317969322,-0.3065640926361084,0.4894730746746063,0.7096965312957764,-0.27717018127441406,0.1430072784423828,0.21013540029525757 +450,1.7611969597856338,-1.4120971035468763,-0.8575027630936148,0.15517748892307281,0.987433671951294,0.029908183962106705,-0.08295591920614243,-0.24953894317150116,-0.24991624057292938,-0.0954698771238327,-0.511832594871521,-0.1223001480102539 +451,1.6036960438660521,-1.4420447184323284,-0.9828749936981085,0.12832681834697723,0.9917229413986206,0.00422343984246254,0.3393419682979584,-0.8930196166038513,-0.40828031301498413,0.060271814465522766,-0.4533013701438904,-0.20719587802886963 +452,1.44897960635923,-1.484178625549173,-0.9124414798696864,0.08586689084768295,0.9962510466575623,-0.010512071661651134,0.5502945184707642,-1.6796728372573853,-0.1355305165052414,0.22623637318611145,0.6355237364768982,-0.221329927444458 +453,1.2606261183487066,-1.4513531614576647,-1.1215930033119157,0.11347406357526779,0.9928751587867737,-0.036370161920785904,0.6252132654190063,-1.841639518737793,0.727997899055481,-0.013452693819999695,0.7844992280006409,-0.03821480646729469 +454,0.9643906163096184,-1.4300985762072922,-1.2100283314553166,0.11523114144802094,0.9901183843612671,-0.07992226630449295,-0.2504836618900299,0.3609353303909302,0.03902534395456314,0.13231220841407776,0.06270754337310791,0.8947110772132874 +455,1.3559209591765398,-1.4217513917932323,-0.9506273170111149,0.1450788974761963,0.988913357257843,-0.03166269138455391,-0.6875348687171936,1.6259485483169556,0.2217944860458374,-0.06748795509338379,-0.5256412625312805,0.022904157638549805 +456,2.3029991041768194,-1.377232554386149,-0.23927011212220722,0.14305678009986877,0.9813249707221985,0.12859264016151428,-0.8324500322341919,0.6891376376152039,-0.2887769341468811,-0.2693690359592438,-0.4165056347846985,-0.7478247880935669 +457,2.371159520885109,-1.4037512939442767,-0.10908704745251506,0.11579734832048416,0.9860804080963135,0.11931608617305756,-0.18164300918579102,0.8647569417953491,-0.3123733699321747,0.46952980756759644,0.7040898203849792,0.13977813720703125 +458,2.054986510769156,-1.4390836367552289,-0.5042992238557255,0.11623620241880417,0.9913384318351746,0.06113424152135849,1.2196745872497559,-0.41850724816322327,0.12654411792755127,-0.03405235707759857,0.5085853934288025,0.3278733491897583 +459,1.7381299405341366,-1.381660399446188,-0.7972845280657463,0.1853843629360199,0.9821670651435852,0.03131385147571564,-0.3013741075992584,0.5644380450248718,0.568123996257782,-0.4246116578578949,0.0804092288017273,0.17794513702392578 +460,1.9127390154992052,-1.3840626458611505,-0.6962163444491797,0.17490284144878387,0.9826158881187439,0.06225214898586273,0.026004189625382423,0.446788489818573,-0.1914709359407425,-0.11827746033668518,-0.5375168323516846,-0.12148677557706833 +461,1.7929519208903328,-1.4115336995362997,-0.7939167104843642,0.15469305217266083,0.98734450340271,0.03494266793131828,0.15073388814926147,-1.836651086807251,-0.4570663273334503,0.03469903767108917,-0.28676772117614746,-0.3596649169921875 +462,1.7522880924661883,-1.4434639684254615,-0.600458070656896,0.12490303069353104,0.9919041991233826,0.022921092808246613,1.2347934246063232,1.644921064376831,0.01578039489686489,0.29201287031173706,0.8406763672828674,-0.030718326568603516 +463,1.3036917957341418,-1.4124461760765905,-1.138649660864951,0.15209685266017914,0.9874888062477112,-0.041620299220085144,0.8260517120361328,-1.2559317350387573,0.3954179883003235,-0.17786897718906403,0.34619027376174927,0.28112226724624634 +464,1.0746044494095122,-1.397281081812901,-1.2726736495351882,0.1518254578113556,0.9849839806556702,-0.08219346404075623,-0.44267141819000244,-0.4657853841781616,-0.03672180697321892,0.08242747187614441,-0.1995377540588379,0.20278364419937134 +465,1.6568129458695635,-1.4052622215103452,-0.7312751261108863,0.16417118906974792,0.986330509185791,0.014156381599605083,-1.0587127208709717,3.724545955657959,0.12160786986351013,-0.17212097346782684,-0.5174124240875244,0.07233047485351562 +466,2.170108540898965,-1.4004938561675748,-0.47558809525702883,0.13994313776493073,0.9855335354804993,0.09559901058673859,-0.9022436141967773,-0.26202356815338135,-0.5544532537460327,-0.005711585283279419,-0.02954012155532837,-0.40790072083473206 +467,2.357429765889462,-1.4215910804440142,-0.3300189729408166,0.10498329252004623,0.9888895153999329,0.10524298250675201,0.7583194375038147,0.6058340668678284,0.04786629229784012,0.14686301350593567,0.48370563983917236,-0.3699676990509033 +468,1.7137369325962637,-1.4583136364547,-0.9994668907527625,0.11110018193721771,0.993680477142334,0.015989776700735092,0.6268657445907593,-0.24344855546951294,0.34055963158607483,-0.1527871936559677,0.26904523372650146,0.2247939109802246 +469,1.6204679014572527,-1.4115940395842221,-1.0954841339320565,0.15833528339862823,0.987354040145874,0.007871237583458424,-0.05053841322660446,0.13121527433395386,-0.16127243638038635,-0.25391632318496704,-0.22356009483337402,-0.054227471351623535 +470,1.4985711141714209,-1.4328945820760155,-1.2032360919094311,0.137105792760849,0.9905065894126892,-0.009919749572873116,0.3698127567768097,-0.3845929801464081,-0.33818575739860535,-0.008458971977233887,-0.544324517250061,-0.05758512020111084 +471,1.2905942810159474,-1.484585037339986,-1.3378530984967676,0.08274566382169724,0.9962860941886902,-0.023811975494027138,-0.6653758883476257,-1.625699758529663,-0.6169040203094482,0.09930694848299026,-0.11129170656204224,-0.16735011339187622 +472,1.0256283842823875,-1.4937888155938734,-1.5320372460459613,0.06578043103218079,0.9970363974571228,-0.03989427909255028,0.48641499876976013,2.981060028076172,0.23195523023605347,0.3697969615459442,0.4114871621131897,-0.4164198637008667 +473,0.9847011974754238,-1.4292774270024347,-1.518626106522895,0.1175081729888916,0.9900029301643372,-0.07801543176174164,0.49918699264526367,-2.855909824371338,0.3001284599304199,-0.2158662974834442,0.26996129751205444,0.43963348865509033 +474,0.8830438497682862,-1.4270333160453441,-1.5143573194979032,0.11069992184638977,0.9896838665008545,-0.09094713628292084,-0.357918381690979,-0.0648937001824379,0.09475477039813995,0.09585830569267273,-0.142348051071167,0.13264936208724976 +475,1.831313818213058,-1.4352173565320294,-0.715049160199545,0.13060374557971954,0.9908232688903809,0.03481579199433327,-0.5386562347412109,2.908796787261963,-0.055589497089385986,-0.06592172384262085,-0.5791257619857788,-0.15476512908935547 +476,2.224224577860148,-1.4364461698432893,-0.4397384035855141,0.10635394603013992,0.9909886121749878,0.08142755925655365,-0.8394132256507874,-0.2962007224559784,-0.5725439786911011,-0.07354754209518433,-0.05667769908905029,-0.16686153411865234 +477,2.2696173554755936,-1.4460022373760344,-0.4433880969079724,0.09529434889554977,0.99222332239151,0.08007346093654633,0.16282498836517334,0.7330074906349182,0.1586957424879074,0.16981184482574463,0.4455817937850952,-0.23009788990020752 +478,1.6623551699656844,-1.4474092210749145,-1.129445352913664,0.12255875021219254,0.9923974871635437,0.011252799071371555,0.1061832383275032,0.978563666343689,0.7215641140937805,-0.27314773201942444,0.0745580792427063,0.291481614112854 +479,1.930942486705843,-1.4161343923389644,-0.9012506384606679,0.14416314661502838,0.9880636930465698,0.05428747832775116,-0.15397429466247559,0.2845543324947357,-0.20295941829681396,-0.2120189666748047,-0.3015097379684448,-0.11744368076324463 +480,1.67366409525641,-1.435700634499117,-1.2136720973728294,0.1339729130268097,0.9908884763717651,0.01383031252771616,0.6794248819351196,0.5806935429573059,-0.1618248075246811,0.0007011592388153076,-0.5715616941452026,-0.07394993305206299 +481,1.732194331013435,-1.4670068995441068,-1.082874525710297,0.10225848108530045,0.9946187138557434,0.01664913259446621,-0.9408243298530579,-2.7310123443603516,-0.1356053501367569,0.08074019104242325,0.06305962800979614,-0.34436213970184326 +482,1.354020430908008,-1.4474727235037548,-1.3874672278290916,0.12013192474842072,0.9924052953720093,-0.026457438245415688,0.10803965479135513,1.1246074438095093,0.21679221093654633,0.2613835632801056,0.49523502588272095,-0.46798837184906006 +483,0.9627981161608735,-1.3911385459157777,-1.5798625611110215,0.14667031168937683,0.9839048981666565,-0.10207423567771912,0.13677188754081726,-3.863032817840576,-0.21277335286140442,-0.10116858780384064,0.1398743987083435,0.43413597345352173 +484,0.9440980065922061,-1.393082430704749,-1.5483258446717845,0.14318622648715973,0.9842504262924194,-0.10367684811353683,-0.337897390127182,0.6777451038360596,0.08961209654808044,0.12504802644252777,-0.34905755519866943,0.08713632822036743 +485,1.7344246960590017,-1.4011527242022408,-0.9275983975464733,0.16657564043998718,0.9856449961662292,0.02750239148736,-1.0384682416915894,3.300659656524658,0.0611942894756794,-0.17774507403373718,-0.488818883895874,-0.11273801326751709 +486,2.1791257029594653,-1.4082290449573778,-0.6008458487933662,0.1328161358833313,0.9868150353431702,0.092497818171978,-0.7285727858543396,-0.7179146409034729,-0.46560826897621155,0.08318726718425751,0.19213998317718506,-0.05126846581697464 +487,2.2958516053204723,-1.4247814398731795,-0.526502793237293,0.10889929533004761,0.9893587231636047,0.09649042040109634,0.676400899887085,0.3293771743774414,-0.006354202516376972,0.1403682827949524,0.5391752123832703,0.08212900161743164 +488,1.754714459643684,-1.4442786476179592,-1.059005395502218,0.12405179440975189,0.992007315158844,0.02307615429162979,0.44214358925819397,-0.4362293779850006,0.7936121225357056,-0.21917510032653809,0.13442695140838623,0.16102111339569092 +489,1.6823358169832894,-1.3908529164111436,-1.1708572476274408,0.177861750125885,0.983853816986084,0.01992129161953926,-0.17978927493095398,1.004722237586975,-0.3386804163455963,-0.3441978096961975,-0.2977118492126465,-0.032418251037597656 +490,1.6643663167529021,-1.4161431010075662,-1.2369036985248372,0.15336348116397858,0.9880650043487549,0.014392247423529625,0.4591263234615326,0.11210720986127853,-0.14712445437908173,-0.02447250485420227,-0.6586888432502747,-0.08598649501800537 +491,1.7293659933588454,-1.4851785729719524,-1.094734332237039,0.08443931490182877,0.9963370561599731,0.013502877205610275,-0.8784581422805786,-2.374985694885254,-0.6687296628952026,0.17016883194446564,0.2780464291572571,-0.230238676071167 +492,1.4911374508233803,-1.4732907169361218,-1.3337888079602678,0.09704181551933289,0.9952501058578491,-0.0077466340735554695,0.6555109620094299,1.4466890096664429,0.26004457473754883,0.16179300844669342,0.4454999566078186,-0.7404528260231018 +493,0.9398402314911793,-1.417990418327863,-1.6840564465982857,0.12290554493665695,0.9883478879928589,-0.08979234844446182,0.19845768809318542,-2.6782381534576416,-0.14919032156467438,-0.10204678773880005,0.2128087282180786,0.9259282350540161 +494,1.0049204624016097,-1.4285270799477305,-1.5905801212589543,0.11968833208084106,0.9898967742919922,-0.07602187991142273,-0.47980284690856934,-0.1304653435945511,-0.01213901024311781,0.00886698067188263,-0.46725261211395264,0.06895702332258224 +495,1.8759833498199587,-1.432589127336791,-0.8218956325888033,0.131400927901268,0.9904645681381226,0.04139507934451103,-1.0873626470565796,3.1872012615203857,0.06845302879810333,-0.1394881159067154,-0.6227736473083496,-0.025220755487680435 +496,2.3379169768617363,-1.4416219079168913,-0.5407846921785847,0.09273563325405121,0.9916685819625854,0.08940616250038147,-0.43269577622413635,-1.2167296409606934,-0.3738958537578583,0.1875225305557251,0.3120880722999573,-0.23869824409484863 +497,2.3825719453262053,-1.4528912687166653,-0.5115801223197708,0.08095528185367584,0.9930572509765625,0.08534281700849533,1.0074741840362549,0.14202648401260376,-0.006098354235291481,0.04470084607601166,0.5737914443016052,0.12954676151275635 +498,1.5520519623117945,-1.4561066757929177,-1.3479863973641897,0.11441770941019058,0.9934303760528564,-0.0021449383348226547,0.42323538661003113,0.34699052572250366,1.0503590106964111,-0.18227356672286987,0.10845249891281128,0.2305537462234497 +499,1.5194073184882178,-1.413040049026136,-1.419788756748948,0.15689483284950256,0.987582266330719,-0.008069774135947227,0.02589775249361992,0.08830239623785019,-0.2415001541376114,-0.24734893441200256,-0.44539177417755127,-0.09890955686569214 +500,1.3826700501845415,-1.4226497736179282,-1.5413407134790755,0.14500132203102112,0.9890463352203369,-0.02760498970746994,0.3305734395980835,-0.26961761713027954,-0.2282314896583557,-0.011273294687271118,-0.5920889377593994,-0.03173643350601196 +501,1.353476110444918,-1.5092932690889804,-1.4683872014112562,0.06002068519592285,0.9981092810630798,-0.013253006152808666,-0.8375858068466187,-1.7725805044174194,-0.5326884984970093,0.24962592124938965,0.3429095149040222,-0.15834736824035645 +502,1.0970352951490125,-1.4672857231233842,-1.7035432126026286,0.091945581138134,0.9946475625038147,-0.047141093760728836,0.7544183731079102,0.061586275696754456,0.7642877697944641,0.017780356109142303,0.9228176474571228,-0.08954715728759766 +503,0.6143586513139803,-1.3989009367174199,-1.990735219221306,0.09859906882047653,0.9852623343467712,-0.13977226614952087,-0.48402267694473267,-2.262347459793091,-0.279528945684433,-0.023159615695476532,0.22153997421264648,0.8682268857955933 +504,0.9865924069141202,-1.4321527076252678,-1.5803253013342389,0.1152787134051323,0.9904043674468994,-0.0762215405702591,-0.9441528916358948,-0.0494319424033165,0.28951168060302734,0.0023970380425453186,-0.6133751273155212,0.004459455609321594 +505,2.010784935806649,-1.4323666797663481,-0.7292660355208636,0.12484609335660934,0.990433931350708,0.05877337232232094,-0.634891927242279,3.067884922027588,-0.07014837861061096,-0.15601980686187744,-0.5562908053398132,-0.18465828895568848 +506,2.31615720132345,-1.4702845855306497,-0.4670793958571254,0.07373513281345367,0.994952917098999,0.06805519759654999,-1.0609463453292847,-1.910523772239685,-0.35190534591674805,0.40027913451194763,0.7229271531105042,0.0326681062579155 +507,2.033812792361839,-1.4961187044008344,-0.8173651925526093,0.06675094366073608,0.9972129464149475,0.03332282975316048,1.4032381772994995,0.02457706443965435,0.14886215329170227,0.12691359221935272,0.6004279255867004,0.469332218170166 +508,1.260718164058336,-1.435569413557063,-1.551971890640636,0.12838657200336456,0.9908707737922668,-0.04113681614398956,-0.022079486399888992,-0.23074503242969513,0.8754553198814392,-0.24757297337055206,0.2564743161201477,0.20278841257095337 +509,1.3911096185160683,-1.4269981660018725,-1.412301681802016,0.14099544286727905,0.9896788597106934,-0.025611240416765213,-0.07411785423755646,-0.38586482405662537,-0.2855435609817505,-0.14584775269031525,-0.5761504769325256,-0.05503147840499878 +510,1.2048197411730357,-1.4571606600238378,-1.5279820549278726,0.10588093101978302,0.9935504198074341,-0.04057798534631729,0.04671230539679527,-0.8638792634010315,-0.5421264171600342,0.056411534547805786,-0.49159741401672363,-0.0883130431175232 +511,1.5926304664804407,-1.510768934474058,-0.9596741753568876,0.059978313744068146,0.998198926448822,0.0013097829651087523,-0.4342094659805298,-2.445413827896118,-0.1194416731595993,0.21542757749557495,0.6548314690589905,-0.19831597805023193 +512,1.235854948679846,-1.4726680373242584,-1.3995638034349276,0.09252744913101196,0.9951893091201782,-0.032204676419496536,0.35253241658210754,-1.3937251567840576,0.6907070279121399,0.10550110787153244,0.9949841499328613,-0.19669240713119507 +513,0.874516536812615,-1.421011064251079,-1.6067187366323212,0.11449102312326431,0.9888031482696533,-0.09570862352848053,0.02136407420039177,0.1255972683429718,0.05938386917114258,0.15197321772575378,0.07391047477722168,0.6401116847991943 +514,1.1571298661713734,-1.436382840257223,-1.3333782973850357,0.12270661443471909,0.9909800887107849,-0.05386786535382271,-1.0017238855361938,0.9703934788703918,0.2863386571407318,-0.10526581108570099,-0.5423105359077454,0.09170960634946823 +515,2.0186640053747165,-1.4254578210572209,-0.7322634015313431,0.13054227828979492,0.9894569516181946,0.06271614879369736,0.0019032377749681473,1.417824149131775,-0.1033821851015091,-0.2255893051624298,-0.5140695571899414,-0.35016119480133057 +516,2.4710314691855433,-1.4195619774643466,-0.2802669206244935,0.09362278133630753,0.988585889339447,0.11803650856018066,0.21824060380458832,0.7142889499664307,-0.0625644251704216,0.28648892045021057,0.4151005744934082,-0.14362549781799316 +517,2.1295743766489075,-1.4525793677859669,-0.6796489050780247,0.10000455379486084,0.9930205345153809,0.06252770870923996,0.9491205215454102,0.17459949851036072,0.19319689273834229,0.037400856614112854,0.684790313243866,0.2689695358276367 +518,1.584290000841877,-1.4098284885063894,-1.221558490710547,0.16025902330875397,0.9870726466178894,0.0021626141387969255,0.05195092409849167,0.2072158306837082,0.5260103940963745,-0.3241536617279053,0.0818360447883606,0.11563527584075928 +519,1.6365519901544043,-1.4161249249656587,-1.1948076766774336,0.1537221521139145,0.9880622029304504,0.010122695937752724,0.04520542174577713,-0.0950123593211174,-0.12129541486501694,-0.10201014578342438,-0.6449073553085327,-0.08522641658782959 +520,1.4385818262449315,-1.4387944808745614,-1.3606897037014642,0.13047035038471222,0.9913004040718079,-0.017351293936371803,0.08143658936023712,-0.6887567639350891,-0.7242578268051147,-0.015815794467926025,-0.43407994508743286,-0.07877910137176514 +521,1.6583053621123227,-1.4987314091893038,-0.9452837455127703,0.07172669470310211,0.9974044561386108,0.006292805075645447,-0.3750624358654022,-3.291916847229004,0.18693165481090546,0.2413836419582367,0.5431533455848694,-0.28162240982055664 +522,1.119325145343344,-1.4349412473234158,-1.5091698881904945,0.12186744064092636,0.9907858967781067,-0.059089966118335724,1.3083566427230835,-1.483013391494751,0.6636685132980347,-0.06638649106025696,0.5940987467765808,0.10988646745681763 +523,0.9346300067687623,-1.4129158781805975,-1.6193942403690371,0.12646856904029846,0.9875627756118774,-0.09340992569923401,-0.04386783763766289,0.41316261887550354,0.038923993706703186,0.10302360355854034,-0.04766720533370972,0.3255265951156616 +524,1.3351604110527828,-1.4266693863796724,-1.2301960621937353,0.13965913653373718,0.9896316528320312,-0.03353162482380867,-1.1246497631072998,1.2654556035995483,0.12944796681404114,-0.17006990313529968,-0.602394163608551,0.07868236303329468 +525,2.133468726386887,-1.4254454872097042,-0.668425182979721,0.12251007556915283,0.9894551634788513,0.07726448774337769,-0.05442160740494728,0.9183740615844727,-0.5257619023323059,-0.16430389881134033,-0.3177785277366638,-0.5478454828262329 +526,2.417975799755801,-1.4387594912001216,-0.36907987889013294,0.0871676579117775,0.9912958145141602,0.09866315871477127,0.5683000087738037,2.0693626403808594,-0.08030623942613602,0.4444943070411682,0.5103368759155273,-0.13597095012664795 +527,1.8158579540587476,-1.482348605543824,-1.0286605725366122,0.08569372445344925,0.9960910677909851,0.021430986002087593,0.8388797044754028,-0.30723023414611816,0.12464412301778793,-0.043777838349342346,0.2676876187324524,0.27541351318359375 +528,1.460306667368847,-1.4126912100063251,-1.361734478649065,0.1564878225326538,0.9875273704528809,-0.0173609908670187,0.11396723985671997,0.1890929788351059,0.17509157955646515,-0.3474363088607788,-0.10852950811386108,0.05996352434158325 +529,1.3266450038376982,-1.42673795401298,-1.493047007459763,0.13930284976959229,0.989641547203064,-0.03470328077673912,0.24609310925006866,-0.35070276260375977,-0.16930672526359558,-0.031484246253967285,-0.557512640953064,-0.03309148550033569 +530,1.1303086172670969,-1.4666865045025739,-1.6017668496028779,0.09400150179862976,0.9945854544639587,-0.04431009665131569,-0.5692123174667358,-1.8007521629333496,-0.41224560141563416,0.08454158157110214,-0.295351505279541,-0.1789259910583496 +531,1.3656999087390491,-1.4921480137311085,-1.1755565238561234,0.07691964507102966,0.9969088435173035,-0.016000932082533836,1.0979347229003906,2.34562087059021,0.30797916650772095,0.20101919770240784,0.5261929035186768,-0.1788995862007141 +532,1.1230342082605427,-1.4350302783757685,-1.496174436179098,0.1220063865184784,0.9907979369163513,-0.05859941989183426,0.6559749841690063,-2.934504270553589,0.6122941374778748,-0.1366090476512909,0.6315622925758362,0.06772416830062866 +533,0.9546184789357901,-1.43838895524213,-1.502135700111453,0.10774155706167221,0.9912469387054443,-0.07629767060279846,-0.4114227592945099,0.4004681706428528,-0.005983905866742134,0.21434098482131958,-0.16524291038513184,0.3074530363082886 +534,1.645973921349128,-1.4378893818150125,-0.9161209567449637,0.13214118778705597,0.9911808371543884,0.009952813386917114,-1.289077639579773,3.7838926315307617,0.30233943462371826,-0.20994575321674347,-0.624085009098053,0.03886008262634277 +535,2.159343748327359,-1.429983937224757,-0.6624623085650829,0.11673437803983688,0.9901022911071777,0.07791481912136078,-0.4163072109222412,0.23728129267692566,-0.3952418863773346,-0.1835678517818451,-0.17203271389007568,-0.4070620536804199 +536,2.4789014807562126,-1.427770538061398,-0.32254822486900325,0.08769643306732178,0.9897892475128174,0.11236993223428726,0.5832281112670898,1.6211049556732178,0.2149457335472107,0.4773975610733032,0.37396514415740967,-0.4165691137313843 +537,1.7734708531706291,-1.4603680217236437,-1.0560808114492934,0.10794902592897415,0.9939090013504028,0.022183090448379517,0.7440763115882874,-0.48747047781944275,0.44702863693237305,-0.17357707023620605,0.13840001821517944,0.2581207752227783 +538,1.5850700383701428,-1.3879485345074454,-1.2275315207347643,0.1818113476037979,0.9833298921585083,0.0025952989235520363,-0.10621368139982224,0.2825213372707367,-0.09442011266946793,-0.3688688278198242,-0.04570794105529785,0.03900015354156494 +539,1.6024027718021938,-1.41341554716238,-1.2082930392337712,0.156653493642807,0.9876412153244019,0.004952909424901009,0.1332584172487259,-0.4805585443973541,-0.2331739068031311,-0.04218205809593201,-0.5694893598556519,-0.10666799545288086 +540,1.3455010845308706,-1.4563613979180743,-1.3749723260909743,0.11129933595657349,0.9934594631195068,-0.02550826035439968,-0.32853350043296814,-1.410027265548706,-0.7776356339454651,0.09451121836900711,-0.2956293225288391,-0.10129225254058838 +541,1.6392520969144515,-1.5135348827244164,-1.0445459285692484,0.057096462696790695,0.9983609914779663,0.003914699424058199,0.9353055953979492,2.7172226905822754,0.07737760990858078,0.5008411407470703,0.5136476755142212,-0.6204460859298706 +542,0.6968139936274907,-1.4498177110222692,-1.7037665862387292,0.07745208591222763,0.9926909804344177,-0.09255120158195496,0.1275525689125061,-5.68524169921875,0.060825467109680176,0.07199248671531677,0.310516357421875,0.6365575790405273 +543,1.2518602481443706,-1.5029705086875325,-0.8043736711433571,0.06435613334178925,0.9977006912231445,-0.021250978112220764,-1.410846471786499,-2.372622489929199,0.2785543203353882,0.19507381319999695,-0.17674732208251953,0.04413914680480957 +544,2.2807096744088766,-1.4139203932464979,0.33624267038904987,0.11849027127027512,0.9877201914787292,0.10182793438434601,-0.3750849664211273,0.4334615468978882,0.3908593952655792,-0.1352139115333557,-0.5986058712005615,-0.04846787452697754 +545,2.097338557703156,-1.3753698813422406,0.09212534573093865,0.16788296401500702,0.9809649586677551,0.09758727252483368,-0.30431291460990906,-0.35979965329170227,0.6268672347068787,-0.26152610778808594,-0.10236382484436035,-0.0992961972951889 +546,2.1656999795388714,-1.3640612937270746,0.19100878628046697,0.17000184953212738,0.9787063002586365,0.11503703892230988,1.002698302268982,1.0289366245269775,-0.29604971408843994,-0.3031500279903412,0.5159226059913635,-0.1046152114868164 +547,1.7807979541510792,-1.418795639103573,-0.18522245161389586,0.14809024333953857,0.9884701371192932,0.03156457096338272,0.6224059462547302,1.2386994361877441,-0.1438799351453781,0.03997431695461273,0.45917707681655884,0.428899884223938 +548,2.1471372622144886,-1.4161990045064472,0.118202641256351,0.12910868227481842,0.9880735874176025,0.08391434699296951,-0.8071849346160889,0.5199844241142273,-0.09008219093084335,0.07319238781929016,-0.40355515480041504,0.03150320053100586 +549,2.4691124988932,-1.3851433152895072,0.39923380011954024,0.11498542129993439,0.9828159213066101,0.14439980685710907,-0.43703874945640564,-0.21971118450164795,0.019984496757388115,0.06216910481452942,-0.5150730013847351,-0.308477520942688 +550,2.3531998781684313,-1.344904461514426,0.39159423670540394,0.15884798765182495,0.9745947122573853,0.15789945423603058,-0.1926199495792389,-1.5561710596084595,0.18831250071525574,-0.04813025891780853,0.3474419116973877,-0.29435884952545166 +551,2.258146721795515,-1.3601378311245382,0.31049938059742094,0.16162225604057312,0.9778934121131897,0.13267430663108826,0.8931912183761597,-0.9348188638687134,0.3260338008403778,-0.015351518988609314,0.7086909413337708,-0.09771646559238434 +552,1.7808723032052745,-1.4129725374133042,0.020163983553661332,0.15371516346931458,0.987571656703949,0.03277543559670448,0.4922053813934326,-2.282177448272705,-0.32234737277030945,0.3813190460205078,0.21942925453186035,0.7049260139465332 +553,1.735144560165306,-1.3939421144763517,0.09021795689320883,0.17356345057487488,0.9844020009040833,0.02878447249531746,-0.7374967932701111,-1.3331403732299805,0.6209806799888611,-0.004480764269828796,-0.4704248905181885,-0.16425204277038574 +554,2.0295407640222014,-1.3191964712620874,0.16941974188364975,0.22321446239948273,0.9685153961181641,0.11024249345064163,0.22287921607494354,4.694028854370117,0.7814810276031494,-0.19770175218582153,-0.382593035697937,-0.09234391152858734 +555,2.185753281270166,-1.2901340054860126,-0.02144460273798441,0.22624702751636505,0.9608721733093262,0.15980346500873566,0.03891966491937637,1.8050769567489624,-0.5067819952964783,-0.31419870257377625,0.7718702554702759,-0.26365482807159424 +556,1.9444038248970328,-1.3987269001070597,-0.4237797468565674,0.15941068530082703,0.9852325320243835,0.062492046505212784,1.1715638637542725,0.1838371455669403,-0.1404203176498413,0.23316745460033417,0.4772767424583435,0.7385485172271729 +557,1.6301106670833856,-1.4331206922168966,-0.9131569985474483,0.13699981570243835,0.9905376434326172,0.008135596290230751,0.32346752285957336,0.7947153449058533,-0.35344886779785156,-0.13411588966846466,-0.18139463663101196,-0.002489805221557617 +558,1.7187537796251893,-1.4742276690467189,-0.9020512588174466,0.09536372870206833,0.995340883731842,0.01421364489942789,0.26010259985923767,2.1414451599121094,-0.5959020853042603,0.19847476482391357,-0.5852611064910889,0.0574110709130764 +559,1.445822277893384,-1.5428068348961133,-1.325887654814057,0.02776980958878994,0.9996083378791809,-0.003488687099888921,-0.39429205656051636,-0.13392513990402222,0.002052687807008624,0.14410518109798431,-0.33945196866989136,-0.3079736828804016 +560,1.0192725455046396,-1.522397703649771,-1.749482743984396,0.04120776802301407,0.9988290071487427,-0.02535117231309414,-0.08966238796710968,-1.1333447694778442,0.7174584269523621,0.6214509010314941,0.3581808805465698,-0.5189145803451538 +561,0.88811021811197,-1.453760715737863,-1.6464420871562666,0.09059803187847137,0.9931591749191284,-0.07366650551557541,0.18290115892887115,-1.3248531818389893,0.12431085854768753,-0.12079518288373947,0.5724382996559143,0.9651917219161987 +562,1.0634961341695852,-1.4408416452634956,-1.4905399819508849,0.11326934397220612,0.9915677905082703,-0.06295730918645859,-0.6328892707824707,1.0429836511611938,0.17813149094581604,-0.038379207253456116,-0.415502667427063,0.09518390893936157 +563,2.222682598231277,-1.380075131006118,-0.5072407348338649,0.15069451928138733,0.981867790222168,0.11500780284404755,-1.889438509941101,0.9086928367614746,0.4551331698894501,-0.32105889916419983,-0.537196159362793,-0.45237958431243896 +564,2.408987005343208,-1.3611652597014703,-0.21386664819710077,0.13917875289916992,0.978107750415802,0.15470820665359497,0.4825105369091034,-0.25797557830810547,-0.24140582978725433,0.24897432327270508,0.6449849009513855,0.012818098068237305 +565,2.174500838349905,-1.4210749924485162,-0.5191357215746271,0.12279581278562546,0.9888126850128174,0.08467864990234375,1.5557317733764648,-0.5309717059135437,0.1668972373008728,-0.05851054936647415,0.5262324213981628,0.27782440185546875 +566,1.6409037789242418,-1.3917000082360234,-1.023182805402692,0.17770276963710785,0.9840050935745239,0.012478739954531193,-0.20744289457798004,0.22362247109413147,0.40892496705055237,-0.35006606578826904,0.21654117107391357,0.12774956226348877 +567,1.6048552179009532,-1.4019152033471978,-1.047713534398661,0.16798219084739685,0.9857734441757202,0.005723500158637762,0.2574543356895447,-0.5284503698348999,-0.2950111925601959,-0.13104064762592316,-0.5451911687850952,-0.06656026840209961 +568,1.417892909033402,-1.4412588036074054,-1.1603672004183283,0.1276686042547226,0.991621732711792,-0.019674532115459442,-0.31846410036087036,-1.023790955543518,-0.6046811938285828,0.03477644920349121,-0.4775072932243347,-0.06463045626878738 +569,1.976591869037301,-1.4798283621803765,-0.5019545665239177,0.08346333354711533,0.9958652853965759,0.03585932031273842,-0.5312010049819946,-1.0284186601638794,-0.6598361730575562,0.21153481304645538,1.0192712545394897,-0.1094067171216011 +570,1.3140948988896066,-1.4781232735853067,-1.2440770056864463,0.08950713276863098,0.9957089424133301,-0.023494962602853775,1.1725374460220337,-0.4246130883693695,0.7082028388977051,0.047318413853645325,0.8224214315414429,0.022838834673166275 +571,1.049616521236386,-1.4563600116401507,-1.3969555041854143,0.0990261361002922,0.9934592843055725,-0.056853823363780975,-0.6067121028900146,0.3343102037906647,-0.03393564373254776,0.1816287636756897,-0.07387316226959229,0.6381679177284241 +572,1.6498289907086332,-1.4564373754769118,-0.802020549780453,0.11375375092029572,0.993468165397644,0.009009026922285557,-0.986612856388092,0.4555950462818146,0.2784600853919983,-0.03549140691757202,-0.6021412014961243,-0.03055441379547119 +573,2.5192967424729504,-1.4025077687026464,-0.17461014286442353,0.09763379395008087,0.9858728647232056,0.13609759509563446,0.28318271040916443,1.2887684106826782,-0.29447975754737854,-0.14173170924186707,-0.37626898288726807,-0.5082899332046509 +574,2.7512546741828543,-1.4206083892027328,0.08739347085012919,0.05693216249346733,0.9887429475784302,0.13836956024169922,0.03752942383289337,1.754049301147461,-0.1503368467092514,0.5331862568855286,0.6440847516059875,0.08552265167236328 +575,2.226780289542921,-1.4869414414130873,-0.4675772673959855,0.0663733184337616,0.996486246585846,0.05108686536550522,0.30882108211517334,-0.4176328182220459,0.7955958247184753,-0.0955328494310379,0.15709346532821655,0.3005671501159668 +576,1.9714207086091307,-1.3908667101250713,-0.7607435652320776,0.16478906571865082,0.9838563203811646,0.06979301571846008,0.08544478565454483,0.6091113090515137,-0.043116312474012375,-0.4266146421432495,-0.1335146427154541,-0.03770387917757034 +577,1.9756430253576465,-1.4219936197336793,-0.7936538219655814,0.1362701654434204,0.9889492988586426,0.05839422717690468,0.25783073902130127,-0.1956523209810257,-0.18529415130615234,-0.06258547306060791,-0.6508908271789551,-0.142988920211792 +578,2.0466733146867724,-1.4657945919968867,-0.6392036564118501,0.09316283464431763,0.9944923520088196,0.048014406114816666,-0.6033017039299011,-2.0293068885803223,-0.5953068733215332,0.10398069769144058,-0.21061795949935913,-0.27300524711608887 +579,1.7160509841728075,-1.4717650494765262,-0.7151069193148322,0.09782853722572327,0.9951004385948181,0.014310840517282486,-0.32119429111480713,0.1565941721200943,0.31970083713531494,0.31907209753990173,0.6552597284317017,-0.3127422332763672 +580,1.0480836540314116,-1.434122877213157,-1.2135995017831136,0.11805489659309387,0.9906747341156006,-0.06801962107419968,-0.09620195627212524,-1.3968496322631836,-0.29363641142845154,-0.005597628653049469,0.3112051486968994,1.3061482906341553 +581,1.3679503246283333,-1.4568447604104746,-0.9774675957927443,0.1113731786608696,0.9935145378112793,-0.022906646132469177,-0.40807661414146423,1.1134284734725952,0.3541901707649231,0.07977364957332611,-0.46815454959869385,0.06160295009613037 +582,2.18478594595853,-1.3924584448142123,-0.3907682626388621,0.1449938714504242,0.9841399192810059,0.1022024154663086,-1.625309705734253,4.777345657348633,0.16283974051475525,-0.1988268941640854,-0.5477691292762756,-0.1660604476928711 +583,2.4182510675525655,-1.3934996032641487,-0.2435259751272736,0.11673824489116669,0.984324038028717,0.1322067826986313,-0.21925465762615204,-1.1220617294311523,-0.22176863253116608,0.175086110830307,0.42305517196655273,0.08518518507480621 +584,2.3784875891024035,-1.4391332580699274,-0.34892888326865873,0.09073920547962189,0.9913449287414551,0.09487786889076233,1.6356074810028076,-0.7358797788619995,0.3320808410644531,0.2346239686012268,0.6120182275772095,0.13957346975803375 +585,1.6160971465079104,-1.4038215772378628,-1.0930074158563168,0.16603021323680878,0.9860920906066895,0.007526453584432602,0.05992492288351059,0.8572690486907959,1.060124158859253,-0.34162837266921997,0.23393970727920532,0.21752536296844482 +586,1.7274483557097886,-1.3996260956005053,-1.0431529248783966,0.16825035214424133,0.9853861331939697,0.026574494317173958,-0.09929253160953522,-0.055872853845357895,-0.3148788511753082,-0.19907310605049133,-0.577671229839325,-0.09578835964202881 +587,1.758367123745335,-1.4358336212526728,-1.016983459414073,0.13219325244426727,0.9909063577651978,0.02509053610265255,-0.07703907042741776,0.10302870720624924,-0.6117588877677917,0.10955174267292023,-0.46023619174957275,-0.13516736030578613 +588,2.067065934353042,-1.4641544102722719,-0.5439595590149064,0.09360099583864212,0.9943191409111023,0.05068200081586838,-0.22430360317230225,-3.729356050491333,-0.3048460781574249,0.19829964637756348,0.6493119597434998,-0.2642134428024292 +589,1.594219784121972,-1.4589083686305946,-0.9719521397628346,0.1116248071193695,0.9937470555305481,0.00261511723510921,0.7251942753791809,0.4931451082229614,0.506848931312561,0.12424556910991669,0.8113829493522644,-0.04451572895050049 +590,1.1215547899081864,-1.4037596880818795,-1.4654183803152228,0.1497638076543808,0.9860817790031433,-0.0722041204571724,-0.3963623344898224,0.39608630537986755,-0.12049102783203125,-0.08795046806335449,0.054826974868774414,0.7432093620300293 +591,1.5077455025308877,-1.4244727428259083,-1.1139927190283947,0.14551134407520294,0.9893137812614441,-0.009186787530779839,-0.8170468807220459,0.01117184292525053,-0.17472566664218903,-0.07507680356502533,-0.4861401319503784,-0.10656636953353882 +592,2.387038830244645,-1.3935032143201738,-0.3167694557776962,0.1208043247461319,0.9843246936798096,0.12849627435207367,-0.6068019270896912,0.8924112319946289,-0.39395883679389954,-0.2324528843164444,-0.34636998176574707,-0.5371724367141724 +593,2.4199835925322377,-1.4440552575231842,-0.24426163383575386,0.08350072056055069,0.9919791221618652,0.09489594399929047,-0.7535849809646606,0.48967406153678894,-0.29679664969444275,0.4074508249759674,0.5690255761146545,0.26786649227142334 +594,1.9928369683590113,-1.483001469705062,-0.7722542288522286,0.07998862862586975,0.9961485266685486,0.035916686058044434,1.1575953960418701,-0.03852856904268265,0.1918262243270874,-0.05816856026649475,0.4531770348548889,0.44438421726226807 +595,1.7728177259264175,-1.4233992970038607,-1.0699986655137015,0.14387674629688263,0.9891567230224609,0.029468169435858727,-0.2612168788909912,0.290981650352478,0.20294980704784393,-0.3616197109222412,0.011468827724456787,-0.15748941898345947 +596,1.8719251613896748,-1.4276192267071344,-0.9504171564146847,0.13626781105995178,0.9897676706314087,0.04232117906212807,0.16259747743606567,-0.30195844173431396,0.1174846664071083,-0.036658450961112976,-0.5993410348892212,-0.12326908111572266 +597,1.5760852307444413,-1.4510815742081713,-1.197770446229436,0.11942750960588455,0.9928427338600159,0.0006316465442068875,-0.09916257113218307,-1.3053706884384155,-0.5150175094604492,0.03554074466228485,-0.39256197214126587,-0.1658691167831421 +598,1.7120085333234538,-1.4882032247965886,-0.8663273565337809,0.08167771995067596,0.9965911507606506,0.011611172929406166,0.5672937035560608,-1.506361961364746,-0.15658189356327057,0.23594921827316284,0.7990326285362244,-0.1627037525177002 +599,1.2845902072047717,-1.438870682019964,-1.3152436710055422,0.12619183957576752,0.9913104176521301,-0.03713645413517952,1.3923882246017456,-0.3778635859489441,0.6769519448280334,-0.04561018943786621,0.5884777307510376,0.08570516109466553 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/7.csv b/BoostRunClub/CoreML/DataSet/Motion/running/7.csv new file mode 100644 index 0000000..4d60b29 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/7.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,1.1138030797861587,-1.4286552381987223,-1.4736976378696232,0.12712597846984863,0.9899149537086487,-0.06250905245542526,-0.48881131410598755,1.180042028427124,-0.1636379212141037,0.04508471488952637,-0.20369058847427368,0.48687124252319336 +1,0.05280521061146543,0.33190884378837565,-2.4185919158568163,0.04990001395344734,-0.3258482813835144,-0.9441042542457581,-0.9837688207626343,0.26743805408477783,-0.8029376864433289,-0.11621471494436264,-0.009127914905548096,-0.21017730236053467 +2,0.019988783572593958,0.2883811791984266,-2.4423836636025804,0.01916208118200302,-0.28440061211586,-0.9585140347480774,0.07260069996118546,-0.26498404145240784,0.3022638261318207,-0.15769663453102112,0.07814759016036987,0.09842187166213989 +3,0.01078869634118323,0.30665074187304603,-2.467900174442045,0.010285203345119953,-0.3018673062324524,-0.9532944560050964,0.11568671464920044,-0.025368116796016693,-0.3222828209400177,0.013259105384349823,-0.00428500771522522,0.47340553998947144 +4,0.00821339595037507,0.30617731043703955,-2.499622717835086,0.007831325754523277,-0.30141595005989075,-0.9534605741500854,-0.3300318121910095,-0.07135099172592163,-0.21519805490970612,0.016674287617206573,-0.13056036829948425,0.11581414937973022 +5,0.006356143295319944,0.3762011227363984,-2.484468280274895,0.00591159937903285,-0.3673899173736572,-0.9300482273101807,1.1486560106277466,0.03197284787893295,0.5436399579048157,0.0012752935290336609,-0.08382773399353027,-0.14192748069763184 +6,-0.004422200775702587,0.3916792298096264,-2.502990827230269,-0.004087291192263365,-0.3817410171031952,-0.9242603182792664,-0.17695008218288422,-0.6364420056343079,-0.40202993154525757,0.06069739907979965,0.0023617446422576904,-0.44451409578323364 +7,-0.03823912396363189,0.4227584845802868,-2.5332306798161315,-0.03486407920718193,-0.4102776348590851,-0.9112939834594727,-0.3506171405315399,0.7875210642814636,0.059860508888959885,0.05877459794282913,0.16961604356765747,0.17534732818603516 +8,-0.013656824791718803,0.41187698405948003,-2.5413939130634056,-0.012514329515397549,-0.4003300368785858,-0.9162855744361877,0.7407618761062622,-0.5442270636558533,0.3340533375740051,0.09674284607172012,0.19934126734733582,0.17020708322525024 +9,-0.06560991957163849,0.463662863326994,-2.530033602311922,-0.05864075571298599,-0.44722723960876465,-0.8924959897994995,-0.6713830828666687,1.2824254035949707,0.24935996532440186,-0.07081480324268341,-0.06449151039123535,0.4091891050338745 +10,-0.016037950509714946,0.48412086474913235,-2.567398146384801,-0.014194332994520664,-0.46543043851852417,-0.8849706649780273,0.8843766450881958,-0.6820266842842102,-0.5903614163398743,-0.10464112460613251,-0.09047776460647583,-0.18982791900634766 +11,-0.010192037237920882,0.47285181302046075,-2.6353861198740707,-0.009073539637029171,-0.45542702078819275,-0.8902269005775452,-0.5030471086502075,0.2503208518028259,-0.4757631719112396,-0.13254328072071075,0.014921069145202637,-0.14988845586776733 +12,-0.00628407450344282,0.42737026191022637,-2.6420512114139405,-0.0057188402861356735,-0.41447901725769043,-0.9100409150123596,0.3402075171470642,-0.3075743019580841,0.14230868220329285,-0.19293533265590668,0.07240751385688782,-0.02378171682357788 +13,0.020058924232828953,0.4036027838020726,-2.6429794606353196,0.018445992842316628,-0.39273419976234436,-0.919467031955719,-0.48727595806121826,0.30046698451042175,-0.12117238342761993,0.005830742418766022,0.08731427788734436,0.3653746247291565 +14,-0.003589537837138322,0.3645041725657385,-2.655593121870683,-0.0033537002746015787,-0.35648608207702637,-0.934294581413269,-1.2210758924484253,0.45791637897491455,-0.19756388664245605,0.012310609221458435,-0.08463025093078613,0.28176772594451904 +15,0.047414193309598576,0.2982862213643994,-2.613680809892388,0.045303475111722946,-0.2938825488090515,-0.9547673463821411,0.24761895835399628,0.18694083392620087,0.527509868144989,-0.0036012083292007446,-0.1254900097846985,-0.3658198118209839 +16,0.015358870662082575,0.2911277360609945,-2.5523000242657234,0.01471200305968523,-0.28703269362449646,-0.9578077793121338,-0.36290910840034485,-0.7468135952949524,-0.10020388662815094,-0.047640472650527954,-0.03051796555519104,-0.5656907558441162 +17,0.00013656958443922554,0.30456446374743124,-2.533439028898029,0.00013028433022554964,-0.29987770318984985,-0.953977644443512,-0.19570469856262207,0.28589674830436707,0.16948696970939636,-0.00283108651638031,0.06956154108047485,0.11488157510757446 +18,0.04706672521721089,0.2558412448614736,-2.524482136516398,0.0455179288983345,-0.25305935740470886,-0.9663793444633484,-0.1779046654701233,0.6883617043495178,0.4374334514141083,0.0309286005795002,0.09667205810546875,0.28450989723205566 +19,0.09518770637770159,0.2744708367630286,-2.462235680737988,0.09148640930652618,-0.27103760838508606,-0.9582112431526184,0.19685067236423492,0.3197377324104309,0.5050450563430786,0.06708292663097382,0.02431824803352356,0.21678674221038818 +20,0.10588163839463884,0.2591684200841805,-2.410735481180539,0.1021544337272644,-0.25627684593200684,-0.9611902236938477,-0.20571602880954742,-0.013366488739848137,0.7487229704856873,0.10156566649675369,0.025258779525756836,-0.11473751068115234 +21,0.0682243964261359,0.16205140460390416,-2.379743820284785,0.06727832555770874,-0.1613430678844452,-0.9846024513244629,-1.3435276746749878,0.4179685413837433,0.2861545979976654,-0.10165638476610184,0.09527252614498138,-0.33642715215682983 +22,0.07589915541092049,0.1271905107768314,-2.2958664622615594,0.07521379739046097,-0.12684784829616547,-0.989066481590271,0.6893996596336365,-0.35250458121299744,1.1447319984436035,-0.30699479579925537,0.20210419595241547,-0.023460984230041504 +23,0.08948464068172744,0.1379439842979221,-2.260505393429282,0.08851636946201324,-0.13750691711902618,-0.986537754535675,-0.5060638785362244,0.8597589731216431,0.06756407022476196,-0.10321058332920074,-0.15035012364387512,0.24807339906692505 +24,0.11407055159671489,0.13312809596138606,-2.257979145045945,0.11281616985797882,-0.1327352076768875,-0.9847100377082825,0.24197275936603546,-0.8747960329055786,0.43792247772216797,-0.05303224176168442,0.05898948013782501,0.19482362270355225 +25,0.012375092257157183,0.1813381428835417,-2.204292810556599,0.012171870097517967,-0.18034593760967255,-0.9835279583930969,0.20657438039779663,-0.5553419589996338,-0.06233390420675278,-0.23313438892364502,-0.20654065907001495,0.030875980854034424 +26,0.12236578134481335,0.06910080644190374,-2.203501173976804,0.12176933884620667,-0.06904582679271698,-0.990153968334198,-1.8737473487854004,1.5560353994369507,-0.2775813937187195,0.18468818068504333,0.020141415297985077,-0.4520151615142822 +27,0.20875903111679972,0.03519023958471226,-2.1513271355461727,0.2071177214384079,-0.035182975232601166,-0.9776831865310669,-0.2259427309036255,-0.056617822498083115,0.856705904006958,0.1889851838350296,0.21804431080818176,-0.022942423820495605 +28,0.22901128782782573,0.02948680076548791,-2.0359934814583127,0.22691605985164642,-0.029482528567314148,-0.9734679460525513,-0.5393903255462646,0.2514967620372772,1.0427613258361816,-0.13978837430477142,0.05491892993450165,0.20576781034469604 +29,0.22696092595618078,0.09662045890300527,-1.972548742230426,0.22396792471408844,-0.0964701920747757,-0.9698102474212646,1.872829556465149,-0.642826497554779,0.9795495867729187,-0.14996278285980225,-0.1188923567533493,-0.05939507484436035 +30,0.26854405737430137,0.08448103172646078,-1.8975292466798195,0.2643817067146301,-0.08438057452440262,-0.960719645023346,-0.6711742281913757,1.4223105907440186,0.5920593738555908,0.03585022687911987,0.02188057452440262,-0.09291499853134155 +31,0.3104336848468762,0.05824161610634494,-1.9097167507731032,0.3049536645412445,-0.05820869654417038,-0.9505866765975952,-1.141478180885315,0.42347589135169983,-0.6301911473274231,0.008568674325942993,-0.14799857139587402,-0.2632805109024048 +32,0.3282011743646138,-0.07841119513133088,-1.8915302408943908,0.3213503360748291,0.0783308669924736,-0.9437151551246643,-0.1538710594177246,0.24655002355575562,-0.02753773331642151,-0.0800631046295166,0.2654038667678833,-0.0867108702659607 +33,0.3657939908131112,-0.020564450474724445,-1.846015632628029,0.35761523246765137,0.020563000813126564,-0.933642566204071,0.06182422861456871,0.4419093430042267,1.0922874212265015,-0.14647936820983887,-0.2741793394088745,0.3176910877227783 +34,0.3789239096497089,-0.06651704884894458,-1.7723910200673207,0.3691028654575348,0.0664680078625679,-0.9270086884498596,0.018438462167978287,-0.3980494439601898,0.2878066897392273,-0.01282539963722229,-0.017411008477211,-0.07151120901107788 +35,0.29871206736179645,0.06482097766984635,-1.743928470909049,0.29367148876190186,-0.06477559357881546,-0.9537091851234436,1.86008620262146,-1.2642796039581299,0.5311147570610046,0.07038792967796326,0.16830646991729736,-0.4243273138999939 +36,0.2125918225261022,0.21162198952448352,-1.7226732136183298,0.20628711581230164,-0.2100459784269333,-0.9556810855865479,0.4506467878818512,-0.11909395456314087,0.4933491051197052,0.06200815737247467,0.1435176581144333,-0.21254706382751465 +37,0.1982698622280344,0.21880320958663968,-1.6791348997023834,0.19227713346481323,-0.21706151962280273,-0.9570338726043701,-0.17675118148326874,0.2348385900259018,0.07573208212852478,-0.09036368131637573,0.21063758432865143,0.4083888530731201 +38,0.25048130411561886,0.20471742519705433,-1.672836599760155,0.24269436299800873,-0.20329049229621887,-0.9485633373260498,-0.005844668485224247,0.490654855966568,-0.28311392664909363,-0.05173061788082123,0.24239878356456757,0.3944556713104248 +39,0.3026827272076048,0.23716334603464645,-1.7299556275581687,0.2897382378578186,-0.2349463254213333,-0.9278210997581482,1.0741146802902222,0.2548317611217499,-0.45557501912117004,-0.2250409722328186,0.10028751194477081,0.3053845763206482 +40,0.36048953692580465,0.2892037221949125,-1.789785763056253,0.33808383345603943,-0.28518909215927124,-0.8968648314476013,0.34783127903938293,1.0348588228225708,-0.4557528793811798,-0.015009492635726929,-0.07609325647354126,-0.06800943613052368 +41,0.5172944327939771,0.35892600305622296,-1.8566333443782106,0.46301624178886414,-0.3512688875198364,-0.8137727975845337,1.6694492101669312,1.5798463821411133,0.22065749764442444,0.19298961758613586,-0.20827090740203857,-0.1813596487045288 +42,0.6992824698588728,0.3909704605975695,-1.9071658389783932,0.5950973033905029,-0.3810858130455017,-0.7075541615486145,-0.5734350085258484,2.1224722862243652,-1.422059416770935,-0.05981898307800293,0.3583960235118866,-0.0400959849357605 +43,0.9541423776642961,0.36727607439784027,-1.9884437088013907,0.7614102363586426,-0.35907450318336487,-0.5397405624389648,1.2199305295944214,1.254690170288086,1.0183027982711792,-0.17051368951797485,-0.011790364980697632,0.05658632516860962 +44,1.0853771932582381,0.41403335487461196,-2.0975203519053434,0.8097459077835083,-0.40230515599250793,-0.4271557927131653,0.3079693019390106,0.885155439376831,-1.392466425895691,-0.2051469087600708,0.15468555688858032,0.09517031908035278 +45,1.1260904709201427,0.3432766381563461,-2.0816598193292504,0.8500686883926392,-0.33657437562942505,-0.40509358048439026,-1.1060220003128052,-0.6951733231544495,0.177016481757164,0.14906150102615356,-0.25865575671195984,-0.33433201909065247 +46,1.172101306365192,0.2864242811824644,-2.030276367841488,0.884023904800415,-0.2825239896774292,-0.3724001944065094,-0.9475110173225403,1.1202119588851929,-1.270880103111267,-0.11414176225662231,0.2245863974094391,-0.2489987313747406 +47,1.1655619209449744,0.0745374618731638,-1.8319280719972746,0.916458249092102,-0.0744684636592865,-0.3931395411491394,-4.050382614135742,-0.09572336077690125,-2.067579746246338,-0.03738415241241455,0.6682642698287964,0.029034316539764404 +48,1.2366870643921368,-0.3422565062188794,-1.680077878807504,0.8899098038673401,0.33561357855796814,-0.3089079260826111,-2.786299228668213,0.6048816442489624,-3.4742088317871094,0.1824015974998474,0.45097699761390686,-0.10576489567756653 +49,1.3658721323684815,-0.6905103312555704,-1.6360830709855838,0.7547904849052429,0.6369307041168213,-0.15687696635723114,0.392371267080307,1.6091725826263428,-2.45027232170105,0.008606553077697754,-0.06582480669021606,-0.06385670602321625 +50,1.5041374001468175,-0.9363865185617656,-1.7121319601068667,0.5913858413696289,0.8054216504096985,-0.03947963938117027,-0.0955083891749382,2.1283581256866455,-2.2058169841766357,0.3511342406272888,-0.04472529888153076,0.3735250234603882 +51,1.8988953801299546,-1.2121725840412323,-1.6815528678257832,0.3322632610797882,0.9363807439804077,0.11310316622257233,0.08881218731403351,4.031195163726807,-2.2251908779144287,0.9690215587615967,-0.060404181480407715,0.12101244926452637 +52,2.043130087183196,-1.2663363373549212,-1.8834152265522872,0.2669554054737091,0.9540089964866638,0.13638892769813538,0.7171375155448914,1.2734748125076294,1.8619352579116821,0.3334932327270508,0.022339999675750732,-0.1103116124868393 +53,1.869334989281436,-1.0738552968644477,-1.9848095240929102,0.4556516706943512,0.8790450096130371,0.14022032916545868,-1.2946394681930542,-2.243612289428711,1.690205693244934,-0.06473669409751892,0.13119375705718994,-0.1730877012014389 +54,1.8471374915464362,-0.8782578825619467,-1.8966446695552166,0.614268958568573,0.7696276903152466,0.17420490086078644,-1.0412884950637817,-0.4267987012863159,1.2540785074234009,-0.30631595849990845,-0.34056568145751953,-0.2291516810655594 +55,1.7838787431150382,-0.7546718414607225,-1.7855906105432742,0.712020754814148,0.6850496530532837,0.1540578156709671,-0.0564580075442791,-1.598657250404358,1.2604119777679443,-0.06761151552200317,-0.5692811608314514,-0.08800242841243744 +56,1.572290039232715,-0.5047166147871177,-1.9008071175703356,0.8753106594085693,0.48355939984321594,0.0013074633898213506,1.3546918630599976,-1.2704342603683472,3.1487855911254883,0.39147400856018066,-0.038429975509643555,-0.26891613006591797 +57,1.4218782251356197,-0.3703519253632938,-1.8443425705422303,0.921882688999176,0.3619435131549835,-0.13830894231796265,-0.9777263402938843,-0.4327479600906372,1.1937648057937622,0.4506149888038635,0.6943767070770264,-0.029263094067573547 +58,1.4530627756262842,-0.3693463114241007,-1.6849190922268547,0.9261077642440796,0.36100590229034424,-0.10954054445028305,-0.49399781227111816,0.03283657506108284,1.1203498840332031,0.3923736810684204,-0.49975407123565674,0.08755260705947876 +59,1.4716086635944978,-0.2617664023057333,-1.6471548914946301,0.9611868262290955,0.2587871849536896,-0.09565176069736481,-0.3225864768028259,0.8223435282707214,0.15674357116222382,-0.3612569570541382,0.18718144297599792,0.026300549507141113 +60,1.5666292584937398,-0.22740512608310867,-1.5725808924100124,0.9742463231086731,0.22545021772384644,-0.004059774335473776,-0.4420580267906189,1.0583300590515137,-0.5976485013961792,-0.11038511991500854,0.03516995906829834,0.018097877502441406 +61,1.663929636251441,-0.34906194139748087,-1.6117742645790605,0.9356216192245483,0.34201645851135254,0.08739035576581955,0.7951085567474365,0.6809029579162598,-1.8390233516693115,-0.00439298152923584,-0.06189560890197754,-0.3027987480163574 +62,1.5544718207476858,-0.45819186787260585,-1.7457146457471902,0.8967341184616089,0.44232720136642456,-0.014640042558312416,1.1435467004776,-2.5546250343322754,1.4801453351974487,0.8371829986572266,-0.3048456013202667,-0.09290391206741333 +63,1.2558234798657657,-0.2926637351329337,-1.7669405151953481,0.9103754162788391,0.2885037064552307,-0.2966179847717285,1.5854077339172363,-0.9341979622840881,1.1457765102386475,0.012628734111785889,0.4896182417869568,0.23250055313110352 +64,1.219494710316029,-0.3952520668795622,-1.8119342163557632,0.8665339946746826,0.385040819644928,-0.3175883889198303,0.10981051623821259,-3.1195051670074463,1.0658791065216064,0.005780398845672607,-0.5902563333511353,-0.3583149015903473 +65,1.184964246508619,-0.47454310159221386,-1.7116218879040228,0.8241103291511536,0.45693209767341614,-0.33474624156951904,-1.755313754081726,-1.3783564567565918,-1.0643601417541504,-0.6316971182823181,0.037681519985198975,0.33489885926246643 +66,1.12855942680215,-0.6107571113757659,-1.6649240093545694,0.7404029369354248,0.5734878778457642,-0.350592702627182,1.5205869674682617,0.43046748638153076,1.7949905395507812,1.2246239185333252,0.15717923641204834,-1.2550592422485352 +67,1.1159866997562655,-0.6117978336829969,-1.664593705844451,0.7354000210762024,0.5743401050567627,-0.3596112132072449,2.6449131965637207,-2.147617816925049,-2.0017249584198,0.6098300814628601,0.2319343090057373,-0.7076342105865479 +68,1.3607078451747285,-0.8052199549673513,-1.5304167788519303,0.6777162551879883,0.72098308801651,-0.14451278746128082,-2.5298445224761963,-0.28277331590652466,-1.2965258359909058,-0.6222658753395081,-0.023000359535217285,0.6389433145523071 +69,1.8266222436562187,-1.2059098412774085,-1.0907845599339372,0.3452296555042267,0.93416428565979,0.09029723703861237,-2.78483247756958,1.160337209701538,-5.803465366363525,-0.030303508043289185,-0.15993332862854004,0.3736919164657593 +70,2.8672894081296136,-1.2391692407927657,-0.15882467471169842,0.08819251507520676,0.9455138444900513,0.31341007351875305,-0.8595630526542664,4.391913414001465,-0.12472908198833466,0.13255639374256134,0.05865192413330078,0.19414308667182922 +71,-2.8437506401320434,-1.1840254568786728,0.1633745308204686,-0.11069224029779434,0.9261319041252136,0.3605923354625702,0.21688877046108246,1.8870015144348145,-0.5677776336669922,0.6702167987823486,0.4317781329154968,-0.5216792821884155 +72,-2.8450552384677357,-1.3163864263237741,0.19661763928658998,-0.07354193180799484,0.9678120017051697,0.24068991839885712,4.026928424835205,-0.33789438009262085,0.5387301445007324,0.16761237382888794,0.4978709816932678,-0.7847572565078735 +73,0.0020365444546858007,-1.4758978236022673,3.1110744203851732,0.00019297348626423627,0.9955005049705505,-0.09475522488355637,2.7815141677856445,1.1744335889816284,-1.2169685363769531,-0.2763770520687103,0.9795665740966797,0.18853574991226196 +74,0.1338494429693314,-1.3065125313238966,-3.0322835296497517,0.03485953435301781,0.9652798175811768,-0.25888124108314514,3.357174873352051,-2.502338171005249,1.4036760330200195,-0.1380852460861206,-0.3680051565170288,0.5988622903823853 +75,0.0371942063602925,-1.1536684552757792,-2.820801855180683,0.015065246261656284,0.9142563343048096,-0.40485602617263794,-0.8962991833686829,-1.5186618566513062,0.7445923089981079,-0.3969927430152893,-1.2887375354766846,0.9026282429695129 +76,0.06717849617567617,-1.2381591722558527,-2.737457750119168,0.02191975712776184,0.9451845288276672,-0.3258002996444702,-0.10703767091035843,-2.7850210666656494,0.3260546028614044,0.8448100090026855,3.36281418800354,-1.6088768243789673 +77,-0.08588784818101372,-1.19833897035826,-2.783746539616725,-0.031216643750667572,0.9314359426498413,-0.3625640571117401,-1.74104642868042,-0.30862635374069214,-0.7521533370018005,0.034787192940711975,1.0883547067642212,2.5994873046875 +78,-0.2970872680071185,-1.4745648074678614,3.0310124887887624,-0.028127269819378853,0.9953733086585999,-0.09187484532594681,-2.841939926147461,2.428302526473999,-1.8850433826446533,-0.1120704784989357,0.33877891302108765,0.3697984218597412 +79,-2.332455046194194,-1.4363374861620883,0.9340111411773218,-0.09701379388570786,0.9909740090370178,0.09251367300748825,-2.231417655944824,-0.2756269872188568,-0.5032517910003662,0.31425318121910095,-0.0356365442276001,0.12556493282318115 +80,-2.6640897619269595,-1.2328985520717584,0.446964072299854,-0.15234705805778503,0.9434536695480347,0.2944239675998688,-2.093600273132324,0.8559228181838989,-0.5371208190917969,-0.22456029057502747,-0.012682795524597168,-0.5489101409912109 +81,-2.506042603320181,-1.088409009151321,0.5104851306935709,-0.2753777503967285,0.885890007019043,0.3733177185058594,-0.502814531326294,0.14224565029144287,-0.5087910294532776,0.7872796058654785,0.42761707305908203,-0.24653244018554688 +82,-2.318643200281223,-1.18167451296531,0.6808802388254191,-0.2781412601470947,0.9252426028251648,0.2579990327358246,3.9225411415100098,0.9392646551132202,0.5932128429412842,0.2730143368244171,0.46147608757019043,-0.5323978662490845 +83,-1.1946736714309518,-1.3858297014640857,1.8731692489373795,-0.17105834186077118,0.9829424023628235,-0.0675550028681755,2.7958502769470215,0.856697678565979,0.046348731964826584,-0.4802020490169525,0.8020003437995911,0.2185407280921936 +84,-0.13636078749349165,-1.3113560748710773,2.9090135744419117,-0.034873589873313904,0.9665337204933167,-0.2541579008102417,3.3152949810028076,-2.3194591999053955,1.8972724676132202,-0.018288027495145798,-0.3167230486869812,0.4606246054172516 +85,-0.13662346769936307,-1.1337694607727054,-3.0661135033527436,-0.057645831257104874,0.9060140252113342,-0.4193035960197449,-0.11245319247245789,-2.179068088531494,0.5001049637794495,-0.24582095444202423,-1.344978928565979,0.9679486751556396 +86,-0.2136322337605413,-1.265250340370542,-3.0791094325493344,-0.06377582252025604,0.9536828398704529,-0.29397550225257874,1.426125407218933,0.00032562296837568283,0.6280598640441895,0.41494160890579224,3.686835289001465,-2.840637445449829 +87,-0.10924120517537975,-1.2212273840754668,-2.880166053242242,-0.0373399443924427,0.9395204186439514,-0.3404511511325836,-0.9902613162994385,2.4795517921447754,-1.8662503957748413,-1.0171644687652588,1.7542356252670288,0.1480531394481659 +88,-0.4960662913620517,-1.4356448476793693,2.88884005198005,-0.06413233280181885,0.9908809065818787,-0.11849899590015411,-2.561112403869629,1.62374746799469,-0.9072105884552002,-0.11727941036224365,0.15293312072753906,0.5380241274833679 +89,-2.1561712673574087,-1.4003814788724334,1.1490362764580775,-0.14135542511940002,0.9855145215988159,0.09370137006044388,-1.7734838724136353,-1.4899650812149048,-0.44679105281829834,0.26954448223114014,-0.07070422172546387,-0.12249469012022018 +90,-2.616376151638249,-1.2357939321011904,0.5840004458984135,-0.1648462414741516,0.9444095492362976,0.28445833921432495,-2.3377909660339355,1.1645934581756592,-0.2575511038303375,-0.1863347887992859,0.002718806266784668,-0.3635598421096802 +91,-2.5529239326092106,-1.0723251217417464,0.536016357518411,-0.2654579281806946,0.8783144950866699,0.3976127803325653,-0.59848952293396,1.565158724784851,-0.38638317584991455,0.3529670834541321,0.3399472236633301,-0.3927605152130127 +92,-2.3913544110663096,-1.1362913461681226,0.6356829392195427,-0.287017285823822,0.9070785641670227,0.30794474482536316,3.6338205337524414,1.1677584648132324,0.5056421756744385,0.07257020473480225,0.6745104193687439,-0.9847788214683533 +93,-1.3806349203982327,-1.3832723014237271,1.6796293479619653,-0.18306666612625122,0.982468843460083,-0.03523799404501915,2.9862072467803955,1.2433065176010132,0.6342775821685791,-0.4843222498893738,0.9958789348602295,0.16509032249450684 +94,-0.1861184046076315,-1.3546842638291607,2.814254072236193,-0.03968008607625961,0.9767385125160217,-0.210730642080307,2.9343955516815186,-1.6553418636322021,1.554577112197876,0.0013347528874874115,-0.3465811014175415,0.3498297929763794 +95,-0.17635180293371308,-1.1633363640194059,3.136182720904956,-0.06952275335788727,0.9181303381919861,-0.3901323080062866,-0.31366899609565735,-1.4103227853775024,0.39704689383506775,-0.3338128328323364,-1.3353514671325684,0.9508012533187866 +96,-0.2132584429524639,-1.2675838467347686,3.1338833035393834,-0.06319475919008255,0.9543821811676025,-0.29182350635528564,0.500847578048706,-1.4185822010040283,0.8766728639602661,0.635948657989502,3.303964376449585,-1.7171486616134644 +97,-0.2117859477130015,-1.2183459722647878,-3.0886735768176776,-0.07256294041872025,0.9385296702384949,-0.3374859690666199,-1.5812386274337769,0.451488196849823,-1.497730016708374,-0.30803704261779785,1.5398638248443604,1.7120282649993896 +98,-0.8688982092138443,-1.4280910804426314,2.373809208169951,-0.10860273241996765,0.9898348450660706,-0.09182777255773544,-2.2900538444519043,1.058234691619873,-1.6246000528335571,-0.11905840039253235,0.33784759044647217,0.17012059688568115 +99,-2.093432378337724,-1.369911879478116,1.0952871524820973,-0.17289917171001434,0.9798904657363892,0.09960156679153442,-2.2391445636749268,-0.36215710639953613,-0.24887718260288239,0.32148927450180054,0.026823341846466064,-0.019996531307697296 +100,-2.525519868975211,-1.2106259766572607,0.5616320317116235,-0.20364812016487122,0.9358367919921875,0.28763988614082336,-2.0926623344421387,1.2412996292114258,-0.44556647539138794,-0.1319994330406189,0.007827579975128174,-0.42733412981033325 +101,-2.4617344990951713,-1.0516337728499237,0.5189127357334865,-0.31192293763160706,0.8682349920272827,0.38583946228027344,-0.4827589690685272,1.314590573310852,-0.36208584904670715,0.36583226919174194,0.4597221612930298,-0.43115806579589844 +102,-2.2058797844779576,-1.1544643676523747,0.737808934391754,-0.3255581855773926,0.9145784974098206,0.2399134784936905,3.850598096847534,0.6116953492164612,0.8141505122184753,0.3945431411266327,0.45325005054473877,-0.2165369689464569 +103,-1.1623836420720597,-1.3567536664390702,1.8320656622279803,-0.19494134187698364,0.9771801829338074,-0.08435995131731033,1.5366368293762207,1.155928611755371,0.4927525818347931,-0.7161151766777039,0.9218523502349854,0.45130330324172974 +104,-0.10572910096385382,-1.3082980763300396,2.863548990801124,-0.027384977787733078,0.9657447338104248,-0.25804492831230164,2.9106292724609375,-2.7632622718811035,1.3223693370819092,0.028880342841148376,-0.3270423412322998,0.3451573848724365 +105,-0.21792232339066234,-1.1176222774913744,3.1059096839175373,-0.09465768188238144,0.8990619778633118,-0.42746642231941223,-0.559089183807373,-1.964314579963684,0.45344093441963196,-0.29868337512016296,-1.409956693649292,0.9697027802467346 +106,-0.31996397544795663,-1.2326531324946695,3.0782907464260223,-0.10434168577194214,0.9433722496032715,-0.3148992359638214,0.7586627006530762,-1.5349806547164917,0.5056331157684326,0.47746485471725464,3.166445255279541,-1.441356897354126 +107,-0.2754751736948268,-1.178812983560756,-3.093606823284491,-0.1039116382598877,0.924153208732605,-0.3676184117794037,-0.7251830697059631,1.1986209154129028,-1.2668753862380981,-0.7658698558807373,1.2696791887283325,-0.3608514666557312 +108,-0.5781470366396052,-1.3909152827284073,2.744143409978345,-0.09777124971151352,0.983864963054657,-0.14983563125133514,-2.4245734214782715,1.879359483718872,-1.181353211402893,-0.26102393865585327,0.26171010732650757,0.39873695373535156 +109,-1.9436853114037966,-1.3812646645939577,1.2643514744430755,-0.17545166611671448,0.982092559337616,0.06863502413034439,-2.338355302810669,-0.4455326199531555,-0.3054998815059662,0.22778931260108948,0.03577542304992676,0.04727065563201904 +110,-2.477987311105045,-1.2180631972819538,0.6558975221971239,-0.212792307138443,0.9384320378303528,0.27214837074279785,-2.314967632293701,1.3759040832519531,-0.12720628082752228,-0.04085454344749451,-0.017945587635040283,-0.32361626625061035 +111,-2.461811120412723,-1.0470787065738953,0.556120226897158,-0.31437599658966064,0.8659659624099731,0.38893476128578186,-0.8840608596801758,1.294362187385559,-0.3433097302913666,0.5484611988067627,0.35751408338546753,-0.40611621737480164 +112,-2.298835077253425,-1.0938723207824732,0.6519961160444857,-0.3426707684993744,0.8884111642837524,0.305453896522522,3.3463079929351807,0.8604297041893005,0.4950161278247833,0.36362114548683167,0.6786052584648132,-0.8713566660881042 +113,-1.4937566227693058,-1.355230990161596,1.5366675970744097,-0.21326521039009094,0.9768556356430054,-0.016462471336126328,2.85032057762146,0.9719709157943726,0.6765474677085876,-0.5559303760528564,1.0133482217788696,0.24130070209503174 +114,-0.19813427930232877,-1.3563943062219124,2.7622515872566753,-0.04188033938407898,0.9771037697792053,-0.2086002677679062,2.487647533416748,-1.3101646900177002,1.521848201751709,-0.018285062164068222,-0.4076306223869324,0.12431076169013977 +115,-0.20917828771806504,-1.144307804082119,3.085034276135455,-0.08590249717235565,0.910423994064331,-0.4046592116355896,0.08615688979625702,-2.090123176574707,0.427372545003891,-0.37122029066085815,-1.4428184032440186,1.0443840026855469 +116,-0.2809218649001588,-1.2221676779017208,3.0991162783945825,-0.09470824897289276,0.9398420453071594,-0.3282182216644287,0.45048511028289795,-2.4886655807495117,0.6371350884437561,0.8111236691474915,3.7166519165039062,-1.1484053134918213 +117,-0.37157160540510203,-1.179077939073506,3.107745794402544,-0.1386157125234604,0.9242543578147888,-0.3557237982749939,-2.1829018592834473,0.5322431325912476,-1.357708215713501,-0.10415162146091461,0.6857309341430664,2.511104106903076 +118,-1.0334066354704472,-1.3991784122480595,2.2785731388721286,-0.14670471847057343,0.9853097796440125,-0.08741942048072815,-1.8610395193099976,1.508673071861267,-0.6701256036758423,-0.02239316701889038,0.014568030834197998,0.30894649028778076 +119,-2.0717493435713537,-1.3267243804163573,1.1735573269580217,-0.21196304261684418,0.9703620076179504,0.1160583645105362,-2.175105333328247,-0.12843120098114014,-0.5590376853942871,0.2980988621711731,0.013585865497589111,0.026153579354286194 +120,-2.458256444159954,-1.155762497254102,0.7113503651142224,-0.25458717346191406,0.9151026606559753,0.3126860558986664,-2.3390979766845703,0.9499420523643494,-0.26668354868888855,-0.15619471669197083,0.033658385276794434,-0.4841795861721039 +121,-2.3654322415159075,-1.0200236606561826,0.6685598472727129,-0.36662688851356506,0.8521203994750977,0.37346386909484863,-0.30879291892051697,0.2794531583786011,-0.1869591325521469,0.7642405033111572,0.582480251789093,-0.7020314335823059 +122,-2.028807178495121,-1.1735813116460263,1.0069273407255657,-0.3469802439212799,0.922141969203949,0.17105215787887573,3.81033992767334,-0.06983645260334015,1.2349650859832764,0.4051620364189148,0.30635833740234375,0.27201735973358154 +123,-1.0389031538632492,-1.3336075891224457,2.0506886175930212,-0.20250923931598663,0.972002387046814,-0.11916918307542801,0.40061599016189575,0.34726741909980774,1.4214993715286255,-0.5321861505508423,0.6045356392860413,0.5810984969139099 +124,-0.07918810023161438,-1.267017834234362,3.064162823822453,-0.023662611842155457,0.95421302318573,-0.2981903851032257,2.9307570457458496,-3.462740421295166,0.9901252388954163,-0.04924388229846954,-0.4322556257247925,0.6373475193977356 +125,-0.2696517022892693,-1.1276753393678838,-3.0207862768984093,-0.11422014236450195,0.9034178853034973,-0.4132673144340515,-1.316041111946106,-2.230004072189331,0.42501214146614075,-0.29145002365112305,-1.313330054283142,0.860304057598114 +126,-0.379619434955659,-1.250696013823702,-3.0512391224975994,-0.11660344898700714,0.9492038488388062,-0.292260080575943,0.9269327521324158,-4.4545392990112305,0.7501039505004883,1.2019305229187012,2.161987066268921,-1.4399787187576294 +127,-0.35926914383244946,-1.226004176080759,-3.010765074641047,-0.11883791536092758,0.9411457180976868,-0.3164212703704834,-1.9993767738342285,0.09078758209943771,0.5835323333740234,0.12372073531150818,-0.32359200716018677,1.7580716609954834 +128,-1.2512816833297937,-1.4042381873380139,2.171459154869199,-0.15739750862121582,0.9861612319946289,-0.05207509547472,-2.393571138381958,0.012081142514944077,-1.2056115865707397,0.054370179772377014,0.20057570934295654,0.047405906021595 +129,-2.261164567136903,-1.3084818446889017,1.0952989789371992,-0.19993628561496735,0.9657923579216003,0.16513845324516296,-2.244325876235962,1.1884996891021729,-0.16118267178535461,0.38023412227630615,-0.15791571140289307,0.018913045525550842 +130,-2.4741804322635863,-1.1339858383679426,0.7314139828986074,-0.2618502676486969,0.9061055779457092,0.3322758972644806,-1.4468696117401123,0.6413894891738892,-1.2194138765335083,-0.1721097230911255,0.37563270330429077,-0.6283726692199707 +131,-2.390340286189093,-1.038337752523125,0.7506481168497949,-0.346500962972641,0.8615615963935852,0.3710104823112488,0.30849555134773254,0.17838889360427856,-0.05974552407860756,0.4376721978187561,0.6738235950469971,-0.8153159618377686 +132,-1.930087561599547,-1.2679135986495802,1.228829473883277,-0.27922725677490234,0.9544805884361267,0.10487604141235352,3.622161388397217,-1.766396403312683,2.073228359222412,0.24002742767333984,0.4984613060951233,0.443326473236084 +133,-0.7566686747110231,-1.3775950195935105,2.3579137081448165,-0.1318100541830063,0.9813945889472961,-0.1396099478006363,1.315664529800415,1.1231019496917725,2.712048053741455,-0.1725417673587799,-0.11103314161300659,0.5477215051651001 +134,-0.013027853062113983,-1.1994748216148385,-3.014261325348276,-0.0047269850037992,0.9318486452102661,-0.36281630396842957,2.4333341121673584,-4.220144271850586,0.7766475677490234,-0.07246722280979156,-0.6994878053665161,0.7611775398254395 +135,-0.21242578331069642,-1.234330106600108,-2.9281100905844193,-0.06960682570934296,0.9439272284507751,-0.3227322995662689,-3.1878459453582764,-1.969388484954834,-0.24646751582622528,-0.21315380930900574,-0.7939334511756897,0.017663389444351196 +136,-0.21614880656376084,-1.2200069295534812,-2.8243711661221345,-0.0737001821398735,0.9391017556190491,-0.3356429636478424,0.4730607867240906,0.8996685743331909,0.677891194820404,-0.4154050350189209,-0.6625972390174866,1.83515465259552 +137,-0.2673062992748318,-1.3307056969855589,-2.983480482534597,-0.06280861049890518,0.9713164567947388,-0.22934547066688538,-3.3273401260375977,1.9839801788330078,0.20198240876197815,0.059222809970378876,-0.39303892850875854,0.999761700630188 +138,-1.6400408936400324,-1.41141480516387,1.8164090843705127,-0.15832705795764923,0.9873256087303162,0.01098084356635809,-1.9175435304641724,0.5787414312362671,-0.29531562328338623,0.005861222743988037,-0.04106712341308594,0.14368224143981934 +139,-2.4224513681400244,-1.2889822659563883,0.9834401438053801,-0.18319468200206757,0.9605525135993958,0.20923388004302979,-2.3056681156158447,1.1097736358642578,-0.06041257083415985,0.10955573618412018,-0.24284005165100098,-0.2350822389125824 +140,-2.533460918251915,-1.104795617577926,0.7584687432619357,-0.25671082735061646,0.8933723568916321,0.368762344121933,-0.8567091822624207,1.9549823999404907,-0.9638274312019348,-0.007144182920455933,0.21125727891921997,-0.21889051795005798 +141,-2.397904943811423,-1.0835951404367434,0.7914957781232353,-0.31694385409355164,0.8836466073989868,0.344551146030426,1.9639192819595337,0.9469689130783081,0.4554247260093689,0.40397998690605164,1.1241202354431152,-0.8697738647460938 +142,-1.6707600064754715,-1.3517744911394423,1.5679931224278205,-0.216189906001091,0.9761104583740234,0.02168341353535652,3.435157299041748,0.5091933608055115,1.4627610445022583,-0.2805752158164978,1.1719913482666016,0.1148827075958252 +143,-0.4457606565126254,-1.3835052598207787,2.7015245047026455,-0.08027827739715576,0.9825122356414795,-0.1680034101009369,2.1079437732696533,1.6223808526992798,2.073317527770996,-0.22309696674346924,-0.2353198528289795,0.4141277074813843 +144,-0.08614528707480316,-1.16581456460316,-3.02528301186508,-0.0338994599878788,0.919109582901001,-0.3925410807132721,1.4450949430465698,-3.182021141052246,0.5656732320785522,-0.1244562566280365,-1.0221827030181885,0.783913791179657 +145,-0.27347176791087713,-1.2360380958033301,-3.0202682930052256,-0.08873090147972107,0.9444897770881653,-0.3163318336009979,-0.9800609946250916,-0.9641149640083313,-0.2572624981403351,0.006592847406864166,0.05935537815093994,-1.2371196746826172 +146,-0.21571598113976817,-1.1535598835850536,-2.823401560826455,-0.08673939108848572,0.9142123460769653,-0.395843505859375,-1.1064544916152954,-0.060204654932022095,0.4620344936847687,-0.7527076005935669,-1.1000796556472778,1.8339080810546875 +147,-0.3212455785924529,-1.3116097235875426,-3.074942552085453,-0.0809246227145195,0.9665987491607666,-0.24318313598632812,-3.421334743499756,2.3880155086517334,-0.06178421154618263,-0.0615161657333374,-0.3863375186920166,0.9153480529785156 +148,-1.7593908173803183,-1.416852953201085,1.6448783239320535,-0.15061824023723602,0.9881740808486938,0.02874740958213806,-1.866180658340454,1.2978765964508057,-0.5700265169143677,0.11703363060951233,-0.0346674919128418,0.03343212977051735 +149,-2.4082153654993834,-1.272147991671958,0.9544350459443578,-0.19695132970809937,0.9557350873947144,0.21858753263950348,-2.1829373836517334,1.2436643838882446,0.03288891911506653,0.18277591466903687,-0.07945340871810913,-0.14771045744419098 +150,-2.492980664815193,-1.0940360319927112,0.70763757467492,-0.27721449732780457,0.8884862661361694,0.3657103478908539,-0.8357185125350952,1.2324076890945435,-1.314758539199829,0.16791582107543945,0.3954949378967285,-0.48981013894081116 +151,-2.3808389307124185,-1.0871562810289292,0.7660572796002297,-0.32060569524765015,0.8853081464767456,0.3368106484413147,2.4251487255096436,0.18695968389511108,0.5864623785018921,0.42009302973747253,1.1616277694702148,-0.7856631278991699 +152,-1.6489947698962006,-1.3425129226881383,1.5372055235816506,-0.22561393678188324,0.9740563035011292,0.01767870783805847,3.107881784439087,0.1386350691318512,1.1162834167480469,-0.45947515964508057,1.0938299894332886,-0.14350271224975586 +153,-0.27880767790349015,-1.4020892524723512,2.8095902828599417,-0.046209849417209625,0.9858027100563049,-0.16142398118972778,2.1728389263153076,0.12135776877403259,2.157154083251953,-0.014199689030647278,-0.30370432138442993,0.22866947948932648 +154,-0.09085692201275777,-1.1684612190615582,-3.0001650556105663,-0.035527754575014114,0.9201491475105286,-0.3899531066417694,0.9909842610359192,-2.8355562686920166,0.4842948913574219,-0.4052986800670624,-1.2817366123199463,1.0501551628112793 +155,-0.17110151518074448,-1.2230597367122125,-2.9520541911057014,-0.058022335171699524,0.9401464462280273,-0.3357948660850525,0.5606389045715332,1.5815273523330688,0.5532404780387878,0.34179002046585083,2.022820472717285,-2.2570090293884277 +156,-0.16311156478169442,-1.195802109896494,-2.813984666219944,-0.05947780981659889,0.9305097460746765,-0.3614053726196289,-0.69742351770401,1.3264732360839844,-0.45872917771339417,-1.3656930923461914,-0.6386092305183411,-0.2763204276561737 +157,-0.1893292069906869,-1.373834549280544,-2.998376533834149,-0.036829087883234024,0.9806656837463379,-0.19219422340393066,-3.3409385681152344,2.6892454624176025,-0.868910014629364,-0.4315699636936188,0.12346035242080688,0.8344671726226807 +158,-1.7794345207154332,-1.4261168690395574,1.6110691727646127,-0.14104917645454407,0.9895521998405457,0.029862817376852036,-2.170469045639038,0.7859732508659363,-0.29175809025764465,0.07618404924869537,-0.0893140435218811,0.12972891330718994 +159,-2.5534791144376716,-1.2837854803946283,0.7535600129860351,-0.15705445408821106,0.9590943455696106,0.23552505671977997,-2.219472885131836,1.5976283550262451,0.058592572808265686,-0.03114745020866394,-0.054507553577423096,-0.1258448362350464 +160,-2.5539335655785833,-1.1088102179005512,0.6198781817965844,-0.24711723625659943,0.8951690196990967,0.37095189094543457,-0.957118809223175,1.7466380596160889,-0.7471901178359985,0.3189098834991455,0.16736137866973877,-0.28509074449539185 +161,-2.4491184209017627,-1.0792293003855244,0.6300527463222039,-0.30135056376457214,0.8815943002700806,0.3632899522781372,1.6263375282287598,0.4856136441230774,0.41935354471206665,0.43217939138412476,1.0599188804626465,-0.7675563097000122 +162,-1.8939325043316508,-1.3198532219793564,1.2015227129281567,-0.23546576499938965,0.9686786532402039,0.07885127514600754,3.344925880432129,-0.5694003701210022,1.5178583860397339,-0.13094353675842285,0.7625682950019836,0.37746286392211914 +163,-0.5378191194221777,-1.4127386673973337,2.426732815412546,-0.0806303322315216,0.9875348806381226,-0.13517943024635315,1.21067214012146,1.433608055114746,2.3969309329986572,-0.1048097237944603,-0.045564115047454834,0.32724183797836304 +164,-0.017791760158548216,-1.205252287557063,3.100783738401504,-0.0063594612292945385,0.933929443359375,-0.3574008345603943,1.6600370407104492,-3.36423921585083,0.552786111831665,-0.07644999027252197,-0.9486083984375,0.6271914839744568 +165,-0.23303714468700668,-1.248282212473306,3.113037597746946,-0.07319486886262894,0.9484415650367737,-0.30838459730148315,-1.917059302330017,-1.7690192461013794,-0.37217068672180176,0.07719267904758453,-0.42944443225860596,-0.21267250180244446 +166,-0.23468365088720877,-1.1581543470721252,-2.988884288039982,-0.09325388073921204,0.9160645008087158,-0.3900379538536072,0.8422470092773438,-0.4752005934715271,0.5503546595573425,-0.6092150211334229,-1.0587799549102783,1.3239216804504395 +167,-0.3572864168553559,-1.2276144190547305,3.077039031961537,-0.11767997592687607,0.9416887760162354,-0.3152356445789337,-3.110347032546997,2.2091684341430664,-0.03577402979135513,0.11911430209875107,-0.6420977711677551,1.0251507759094238 +168,-1.3339005118150902,-1.3677810103190529,1.9519546734913422,-0.1959928423166275,0.9794631004333496,-0.04731837660074234,-1.4528330564498901,-0.5681545734405518,-0.7084702253341675,0.2862943410873413,0.4000992774963379,-0.04643160104751587 +169,-2.1109928929174537,-1.2913080562700738,1.1882295188968877,-0.2365829199552536,0.9611967206001282,0.14187803864479065,-2.0342276096343994,0.5934084057807922,-0.009036272764205933,0.2313186526298523,-0.20652759075164795,0.11244022846221924 +170,-2.3580592449899322,-1.1393517543853688,0.843182017756641,-0.29514867067337036,0.908362627029419,0.296251505613327,-1.2785876989364624,0.8585827946662903,-0.9867901802062988,-0.09391996264457703,0.1164482831954956,-0.13202115893363953 +171,-2.246546701360363,-1.035376759612249,0.8528010825937906,-0.3980788588523865,0.860054612159729,0.31912264227867126,0.30267515778541565,0.6515083312988281,-0.7241595983505249,0.6610946655273438,0.5200265049934387,-0.5010530948638916 +172,-1.80049988285424,-1.1788987351704519,1.3238840332718893,-0.37191084027290344,0.9241859316825867,0.08696416765451431,3.29603910446167,-0.4120296239852905,1.697503924369812,0.18358686566352844,0.13504868745803833,0.31347227096557617 +173,-0.9327683457433394,-1.296509173490149,2.1700749044715724,-0.21757447719573975,0.9626185297966003,-0.1613277941942215,0.7225598692893982,2.839421510696411,1.5791981220245361,-0.34350642561912537,0.2051822543144226,0.5145993232727051 +174,-0.11618666759260554,-1.3024236890779735,3.0252625149183396,-0.030739111825823784,0.9642037153244019,-0.26337504386901855,1.7996288537979126,-3.331989288330078,1.0549354553222656,0.024360936135053635,-0.44691550731658936,0.38816142082214355 +175,-0.2351416718391746,-1.241259007201074,-3.03168815355273,-0.07539383322000504,0.9461921453475952,-0.3147002160549164,-1.1815067529678345,-2.754995822906494,0.2598479986190796,-0.11341841518878937,-1.0290778875350952,0.37335503101348877 +176,-0.2359429880818375,-1.2343914739328645,-2.85389868921661,-0.0771632045507431,0.9439474940299988,-0.32095038890838623,2.5053114891052246,-5.729032039642334,0.7720361351966858,0.5355982780456543,0.4543679356575012,-0.46170341968536377 +177,-0.32066809879080355,-1.228249816482069,-2.877559947157645,-0.10587166994810104,0.9419023990631104,-0.31876474618911743,-1.4740972518920898,-0.15294517576694489,0.0838695839047432,-0.12117911130189896,-0.2920764088630676,2.2667322158813477 +178,-1.2576930732566345,-1.419503519861073,2.2937746757729274,-0.1433895230293274,0.9885770678520203,-0.04642273113131523,-2.626230001449585,-0.24885165691375732,-1.1100512742996216,0.010180264711380005,0.4159182906150818,0.30219054222106934 +179,-2.2129778823646955,-1.329896691779354,1.288918955225931,-0.19104981422424316,0.9711237549781799,0.14289385080337524,-2.0591230392456055,-0.8364650011062622,-0.19537568092346191,0.47251343727111816,-0.19123178720474243,0.031239494681358337 +180,-2.5200849429180185,-1.1707928089644668,0.8761431847061095,-0.2267451137304306,0.9210596084594727,0.31660017371177673,-1.610538363456726,0.5027834177017212,-0.827819287776947,-0.3947300910949707,0.021994471549987793,-0.49917152523994446 +181,-2.444767135190267,-1.0434471510056775,0.877655823964896,-0.3229754567146301,0.8641441464424133,0.38592979311943054,-0.009800425730645657,0.6167039275169373,-0.4073624610900879,0.24572020769119263,0.44194716215133667,-0.7752883434295654 +182,-2.085335601092335,-1.1836416556909988,1.2035345754712719,-0.32866916060447693,0.9259870648384094,0.18580767512321472,4.211925506591797,-0.9894139766693115,1.1031228303909302,0.4155374765396118,0.3888474702835083,-0.1906142383813858 +183,-1.0355518603944396,-1.3729558881396522,2.309331430695942,-0.16906313598155975,0.9804933071136475,-0.10025167465209961,1.3534448146820068,1.197424054145813,1.0783530473709106,-0.6277050375938416,0.8529874682426453,0.5366072654724121 +184,0.03297685913049188,-1.2877169094675305,-2.865361392872856,0.00920923613011837,0.9601998925209045,-0.27916234731674194,2.725194215774536,-3.3527579307556152,0.7730831503868103,-0.18239648640155792,-0.4850258231163025,0.49576082825660706 +185,-0.16347018139745836,-1.1771534551833656,-2.7684670461270517,-0.06242099404335022,0.9235179424285889,-0.37844201922416687,-1.6602749824523926,-1.184726357460022,0.05419865995645523,-0.3567073941230774,-1.4285838603973389,0.8287594318389893 +186,-0.2454279693304404,-1.248492579577976,-2.750714698804869,-0.07696184515953064,0.9485082030296326,-0.30726057291030884,1.5514861345291138,-4.128555774688721,0.7784848809242249,0.945370078086853,0.8208552002906799,-1.044088363647461 +187,-0.4098335427952655,-1.268043513071104,-2.8988678754882313,-0.11879931390285492,0.9545193314552307,-0.2734580934047699,-1.6142915487289429,-0.33461135625839233,-0.7734925150871277,0.04363453388214111,0.76175856590271,1.8566642999649048 +188,-1.1040856208279246,-1.4088226982563261,2.587943149371462,-0.14401976764202118,0.9869109392166138,-0.07256216555833817,-2.0624160766601562,0.07859113067388535,-1.8811715841293335,-0.10292845964431763,0.1936463713645935,0.28371328115463257 +189,-2.1598576836018375,-1.3090444212466246,1.5438093092044038,-0.21516036987304688,0.9659380912780762,0.1437695324420929,-2.230998992919922,0.30898648500442505,-0.18963298201560974,0.3568382263183594,-0.14112424850463867,-0.1594555377960205 +190,-2.4608303990266367,-1.152360460301812,1.1668130460819237,-0.25573939085006714,0.9137256145477295,0.31575772166252136,-1.4976321458816528,0.45952680706977844,-0.5788282752037048,-0.43346959352493286,0.09208798408508301,-0.5900954008102417 +191,-2.3468016712100526,-1.0448177869936173,1.1644183051263866,-0.358328640460968,0.8648330569267273,0.3516596555709839,0.14790062606334686,0.1994314342737198,-0.29579803347587585,1.0101840496063232,0.4725540280342102,-0.6662653684616089 +192,-1.9352947388888566,-1.2414541903022152,1.6212495707237282,-0.3021726608276367,0.9462553262710571,0.11529317498207092,3.3154592514038086,-1.9211485385894775,1.8491605520248413,0.2953825294971466,0.2787202000617981,0.6467002630233765 +193,-0.8538511165559189,-1.3741086076630205,2.7324847076195633,-0.14731276035308838,0.980719268321991,-0.1284092366695404,0.6754881739616394,1.321251630783081,2.4320738315582275,-0.18490159511566162,0.028039395809173584,0.5953282117843628 +194,-0.036888840521016694,-1.2262211493788002,-2.5842237307865545,-0.012458113953471184,0.9412190318107605,-0.33756718039512634,2.5987284183502197,-3.9656174182891846,0.7994725108146667,0.0037910938262939453,-0.7339131236076355,0.733166515827179 +195,-0.20781190558336768,-1.2012434402590164,-2.4600846673294345,-0.07452229410409927,0.9324889183044434,-0.3534274101257324,-2.7573888301849365,-1.1925853490829468,0.16688038408756256,-0.23303386569023132,-1.0040678977966309,0.4780459403991699 +196,-0.2339498123188334,-1.1845361223516466,-2.336609855979877,-0.08733338117599487,0.9263244271278381,-0.36646410822868347,1.9135900735855103,-1.9156317710876465,1.3309626579284668,0.3422314524650574,-1.0174498558044434,0.30687856674194336 +197,-0.3492191577301408,-1.2382299952628293,-2.4959495260649427,-0.11170632392168045,0.9452076554298401,-0.30676427483558655,-1.6105632781982422,1.1778336763381958,0.6509848237037659,0.5844236612319946,-0.4672565460205078,0.9050155878067017 +198,-1.066201210802965,-1.4409266462786878,2.919051881198351,-0.11336487531661987,0.9915787577629089,-0.06260961294174194,-1.966349720954895,-0.5552826523780823,-1.117925763130188,0.008323371410369873,0.31918174028396606,-0.13392359018325806 +199,-2.354759910163292,-1.3460806808505288,1.5665201354794753,-0.15779051184654236,0.9748575091362,0.15733842551708221,-2.0547878742218018,0.6984317898750305,-0.43438276648521423,0.19735650718212128,-0.18902963399887085,-0.30086249113082886 +200,-2.566132140994137,-1.1574775029687405,1.2401142749320635,-0.21858713030815125,0.9157928824424744,0.3369620144367218,-1.8246241807937622,0.9245272278785706,-0.7298752069473267,-0.20792657136917114,0.010858237743377686,-0.5702688694000244 +201,-2.417350373404944,-1.0481006986610786,1.2679310709512508,-0.3307657241821289,0.8664765954017639,0.373914897441864,0.10028982907533646,-0.024003390222787857,-0.34185540676116943,0.9431619644165039,0.5399412512779236,-0.6078627109527588 +202,-2.0815621516497123,-1.2627646503322392,1.6578802006571502,-0.2644885778427124,0.9529321789741516,0.14821001887321472,3.4059648513793945,-1.8119406700134277,1.9614684581756592,0.23728212714195251,0.23423224687576294,0.4090561866760254 +203,-0.7224927887335028,-1.4013350677574503,3.0462308830920333,-0.11152207106351852,0.9856757521629333,-0.1265157014131546,1.0277668237686157,1.3888647556304932,2.234860420227051,-0.3408094644546509,0.22445303201675415,0.6026509404182434 +204,0.0023214565518416466,-1.1900067976195674,-2.3961498451637926,0.0008627765346318483,0.9283714890480042,-0.3716524541378021,2.6745471954345703,-4.252866268157959,0.7335293292999268,0.04767543077468872,-0.6918908357620239,0.6236666440963745 +205,-0.10401856552644603,-1.1739708947509704,-2.2603352021547853,-0.04012994095683098,0.9222925901412964,-0.3844035267829895,-2.979994297027588,-0.6142901182174683,-0.07788994163274765,-0.19139167666435242,-1.0364435911178589,0.3950236439704895 +206,-0.18025371994114092,-1.2040624641807853,-2.2012335392435602,-0.0642838105559349,0.9335034489631653,-0.3527587354183197,1.186827540397644,-0.046486593782901764,1.3131146430969238,-0.481690913438797,-0.6236280798912048,0.8973144292831421 +207,-0.20868088586820016,-1.2447229347108697,-2.2893451711425006,-0.06636175513267517,0.9473074078559875,-0.3133763074874878,-3.018854856491089,2.2450201511383057,1.0070888996124268,0.40545782446861267,-0.6112936735153198,1.3679112195968628 +208,-1.1028026229741146,-1.4257418323581716,2.9708316520311997,-0.12900462746620178,0.9894980192184448,-0.0652046725153923,-1.912347674369812,-0.5805603265762329,-0.4567433297634125,0.10623851418495178,0.07680141925811768,0.0559731125831604 +209,-2.388727420664227,-1.3617090294997212,1.6512732382246884,-0.14192071557044983,0.9782207608222961,0.1514689028263092,-2.008662462234497,0.29169222712516785,-0.15192893147468567,0.18275319039821625,-0.25443530082702637,-0.19233201444149017 +210,-2.615668135968752,-1.1691878445103294,1.3077848711167024,-0.19623668491840363,0.9204334020614624,0.33807364106178284,-1.3381136655807495,0.9337599277496338,-1.0574355125427246,-0.11055655777454376,0.05367249250411987,-0.45001205801963806 +211,-2.486407502769378,-1.072510548502939,1.327837254515925,-0.29119980335235596,0.8784031271934509,0.37895986437797546,-0.14549626410007477,-0.27155834436416626,-0.37140294909477234,0.45919910073280334,0.5542140603065491,-0.8064959049224854 +212,-2.0806612383246996,-1.2841603069017495,1.7591551869278395,-0.24676759541034698,0.959200382232666,0.13798785209655762,3.2506625652313232,-2.092012882232666,1.840895175933838,0.5352960228919983,0.19994890689849854,0.6127445697784424 +213,-0.6162892122684395,-1.4311483474079696,-2.9890950324958236,-0.08045617491006851,0.9902650713920593,-0.11358705163002014,1.4428530931472778,-0.019579613581299782,1.9094198942184448,-0.3433719575405121,0.20538312196731567,0.38787901401519775 +214,0.06783106680966447,-1.206560563201923,-2.211166174287403,0.024145295843482018,0.9343962669372559,-0.35541611909866333,2.9814846515655518,-3.852543830871582,0.5845183730125427,0.014718830585479736,-0.6124968528747559,0.670342206954956 +215,-0.1084502831932472,-1.1712314825097483,-2.154845395385621,-0.04210642725229263,0.9212303757667542,-0.38673222064971924,-2.264875650405884,-1.1016031503677368,-0.36364126205444336,-0.15427419543266296,-0.9898796081542969,0.6186047792434692 +216,-0.31119335922837943,-1.170073413552166,-2.1567463843746273,-0.11944177746772766,0.9207792282104492,-0.37134796380996704,1.8269915580749512,-1.0958755016326904,1.511879801750183,-0.6461374163627625,-0.4058408737182617,0.14316803216934204 +217,-0.3742079125653909,-1.1817352945168216,-2.217722628501363,-0.1386546939611435,0.9252656102180481,-0.35306963324546814,-2.8628101348876953,0.4758818447589874,0.5828476548194885,0.3692760467529297,0.28135353326797485,0.5157893896102905 +218,-0.8179607063828852,-1.3503336353152797,-2.7648917374289845,-0.15958301723003387,0.9757964015007019,-0.14951445162296295,-1.785096287727356,-0.19593453407287598,-0.5501992106437683,-0.19619090855121613,-0.03753352165222168,0.02080656588077545 +219,-2.053951089971831,-1.3697907275612744,2.2666218389367785,-0.1768014281988144,0.9798663258552551,0.09275484830141068,-2.0645577907562256,1.0149226188659668,0.10507611930370331,0.3558022677898407,-0.13687920570373535,0.07792997360229492 +220,-2.498725777034419,-1.2274371418327867,1.743347423346072,-0.20182044804096222,0.9416291117668152,0.26944977045059204,-1.9354112148284912,0.7719265818595886,-0.6630839109420776,-0.3759230971336365,-0.038766562938690186,-0.13680505752563477 +221,-2.456101373148451,-1.0846434307097572,1.6363362476313077,-0.2957803010940552,0.8841368556022644,0.36168500781059265,-0.8433151245117188,0.9355583190917969,-0.23357467353343964,0.6878396272659302,0.3818085193634033,-0.633474588394165 +222,-2.31297256084588,-1.1542244447994674,1.7530790020444411,-0.29821041226387024,0.9144814014434814,0.2734852433204651,3.7188658714294434,0.8570786118507385,0.4104512631893158,0.14179256558418274,0.660011887550354,-0.8371448516845703 +223,-1.289509434226609,-1.3688704576874207,2.912424355890094,-0.19267459213733673,0.9796821475028992,-0.055672965943813324,3.2382986545562744,0.7661104202270508,0.49263039231300354,-0.611021101474762,0.8818748593330383,0.2188047170639038 +224,-0.08229028136241746,-1.2979206964961172,-2.2716201830510996,-0.0221523679792881,0.9629998803138733,-0.26858994364738464,2.8539199829101562,-1.3336952924728394,1.7838175296783447,-0.0326724648475647,-0.13128912448883057,0.29047101736068726 +225,-0.07065677608465387,-1.11314767494433,-1.9650599215333895,-0.03119300678372383,0.8970938920974731,-0.4407373368740082,-0.4418613612651825,-1.7582004070281982,0.6065683364868164,-0.3897206783294678,-1.2588798999786377,0.9976679086685181 +226,-0.24562550457405322,-1.1988717900806105,-2.0157029661444006,-0.08836773037910461,0.9316296577453613,-0.3525017201900482,0.16008533537387848,0.07096721231937408,-0.45459866523742676,-0.04125571250915527,3.2694506645202637,-1.4307013750076294 +227,-0.24982613305983245,-1.1865419681163072,-1.9642458878590099,-0.0926806703209877,0.9270781874656677,-0.3632303774356842,-0.5793787240982056,2.520240545272827,-1.383139729499817,-0.3025830090045929,1.0935516357421875,-0.15869653224945068 +228,-0.4168628121041086,-1.3930701021010927,-2.3143453918472656,-0.07158217579126358,0.9842482209205627,-0.1616525799036026,-2.446603775024414,2.008303642272949,-1.194715976715088,-0.24848616123199463,0.31847089529037476,0.2892160415649414 +229,-2.0338944600061923,-1.4369308210623422,2.2117641066392646,-0.11940793693065643,0.9910534024238586,0.05962197482585907,-2.1597723960876465,0.41537174582481384,-0.3432866036891937,0.20188170671463013,-0.015986323356628418,-0.06949448585510254 +230,-2.62023827408711,-1.2837982389491673,1.5493064898154445,-0.1409865915775299,0.9590979814529419,0.24546660482883453,-2.0103094577789307,1.4089155197143555,-0.18494069576263428,-0.1718643605709076,-0.031668782234191895,-0.37060391902923584 +231,-2.5406418488383067,-1.10483869828113,1.5082544010551215,-0.2540343999862671,0.8933917284011841,0.3705644905567169,-0.6991097331047058,1.611570954322815,-0.6352829933166504,0.3768218457698822,0.15223217010498047,-0.44687363505363464 +232,-2.4009463160529902,-1.1077536489986317,1.5524956069638742,-0.3013988137245178,0.8946975469589233,0.3296586573123932,2.2891218662261963,0.8450217843055725,0.47695282101631165,0.3309398591518402,0.9740157127380371,-0.9813767671585083 +233,-1.5164763693638454,-1.3723305011365432,2.455030396661502,-0.19687514007091522,0.9803702235221863,-0.010704779997467995,3.055286169052124,1.5945179462432861,1.4816988706588745,-0.45742177963256836,1.105903148651123,0.15747904777526855 +234,0.029142694633587773,-1.3876912097269662,-2.3886652013817065,0.005305675324052572,0.9832830429077148,-0.18200695514678955,1.9829254150390625,0.016147345304489136,1.8879013061523438,0.09972056746482849,-0.2462834119796753,0.22409068048000336 +235,-0.02327144998042699,-1.1758057095575787,-2.1292728514577535,-0.00895403791218996,0.923000156879425,-0.38469547033309937,0.894912838935852,-3.134000539779663,0.6619833111763,-0.3564634323120117,-1.1347920894622803,0.9508423209190369 +236,-0.15374622336098984,-1.2935863466077138,-2.077941180435397,-0.04191068187355995,0.9618227481842041,-0.27044522762298584,0.2521716058254242,0.6027492880821228,-0.22191008925437927,-0.21037814021110535,0.6118466854095459,-2.0489516258239746 +237,-0.05383423456485278,-1.2340754494202375,-1.8448611242114508,-0.017777925357222557,0.9438431262969971,-0.32991549372673035,-1.4258449077606201,0.23778411746025085,0.29886141419410706,-0.8873887062072754,-1.1156874895095825,0.8967337608337402 +238,-0.5222036701762588,-1.4154116432514852,-2.3847125969932454,-0.0771927684545517,0.9879520535469055,-0.13413360714912415,-3.5090205669403076,1.9987107515335083,0.03103412687778473,0.06182719022035599,-0.12071889638900757,0.8619015216827393 +239,-1.8560519185438715,-1.4244474376815468,2.4314393562524534,-0.13993515074253082,0.989310085773468,0.04103642329573631,-2.2070376873016357,0.9595768451690674,-0.3628944456577301,-0.006610289216041565,-0.12761569023132324,-0.08952879905700684 +240,-2.5158492586912797,-1.2602068181153399,1.6665097850193005,-0.17900143563747406,0.9521535634994507,0.24771328270435333,-1.8202532529830933,1.3910608291625977,-0.12666857242584229,0.04644833505153656,-0.17441320419311523,-0.4420492947101593 +241,-2.4668068017152907,-1.0850035510888525,1.6133754622926637,-0.29169246554374695,0.8843050599098206,0.36458203196525574,-0.7127059102058411,2.036480188369751,-1.0764398574829102,0.42658016085624695,0.41160863637924194,-0.4366798400878906 +242,-2.277571057549242,-1.116997310833716,1.7759873839729023,-0.3333732485771179,0.8987881541252136,0.28467947244644165,3.143165349960327,0.6215429902076721,0.4818197786808014,0.34205546975135803,0.9642948508262634,-0.9119529724121094 +243,-1.3358725436655388,-1.3859751435281968,2.8101401263147388,-0.17872300744056702,0.9829691052436829,-0.04277612268924713,3.1784684658050537,0.7659132480621338,1.6340296268463135,-0.6055635213851929,1.2531453371047974,0.18822288513183594 +244,0.08615497067795395,-1.3526229237164367,-2.095862621648553,0.018624894320964813,0.9762944579124451,-0.21564383804798126,2.2883427143096924,-0.8518011569976807,1.8996528387069702,-0.05582582950592041,-0.32059377431869507,0.28472036123275757 +245,-0.07953257186224508,-1.139873886184193,-1.8910580833262032,-0.033186472952365875,0.9085808396339417,-0.41638877987861633,0.20666860044002533,-2.4940435886383057,0.3815654218196869,-0.4017805755138397,-1.3830223083496094,1.0601418018341064 +246,-0.17315171836673807,-1.275994026946259,-1.91264266469485,-0.050058331340551376,0.9568595886230469,-0.2862059473991394,1.1521698236465454,1.8233803510665894,1.0298599004745483,0.7216739058494568,3.0263404846191406,-2.8452484607696533 +247,-0.1280478113153387,-1.214399292676521,-1.7626786408385688,-0.044553887099027634,0.9371599555015564,-0.34604352712631226,-0.10549628734588623,0.9496424794197083,-2.1033761501312256,-1.8059710264205933,1.5876660346984863,-1.55671226978302 +248,-0.6136766083483176,-1.4054161816508146,-2.3675173562263563,-0.09480530768632889,0.9863558411598206,-0.13458910584449768,-2.6990928649902344,1.3484370708465576,-2.0676956176757812,-0.3130163550376892,0.5692167282104492,0.6364506483078003 +249,-1.9539983892979358,-1.397948976898178,2.5120939982090063,-0.1595146209001541,0.9850990772247314,0.06430518627166748,-2.455810070037842,0.34476330876350403,0.017006931826472282,0.2373954802751541,-0.0917273759841919,0.0063430145382881165 +250,-2.4842959379031124,-1.2349084483435122,1.887050318252628,-0.20138327777385712,0.9441180229187012,0.26093271374702454,-2.039193630218506,0.745526909828186,-0.6536752581596375,-0.2613242268562317,0.11569637060165405,-0.30101755261421204 +251,-2.376172360854821,-1.0779252458099708,1.8520597506824237,-0.3278222680091858,0.8809780478477478,0.3411894738674164,-0.16305401921272278,1.1306142807006836,-0.5429666042327881,0.6803613901138306,0.3333316445350647,-0.38827815651893616 +252,-2.0609860043186647,-1.1968722134613854,2.1415225632178183,-0.32225823402404785,0.9309011697769165,0.1719672530889511,3.7693772315979004,-0.08748862892389297,1.0608185529708862,0.33470943570137024,0.445731520652771,-0.1032264232635498 +253,-0.8377759056647021,-1.3747475244974152,-2.915320310155524,-0.1447637379169464,0.9808439016342163,-0.13034117221832275,1.3918896913528442,1.1093900203704834,1.4308037757873535,-0.5239832401275635,0.5133272409439087,0.37541258335113525 +254,0.20377972586871906,-1.3408079137886737,-1.818345231272431,0.04613403603434563,0.9736690521240234,-0.22324925661087036,1.9919719696044922,-3.47568678855896,1.194524884223938,-0.07398134469985962,-0.36194419860839844,0.40757542848587036 +255,-0.0015232217608182005,-1.2211338171771755,-1.6689575774769403,-0.0005218260339461267,0.939488410949707,-0.3425801992416382,-1.0829188823699951,-2.0212619304656982,0.3601086437702179,-0.44895631074905396,-1.2260026931762695,0.5770314931869507 +256,0.03460451386504026,-1.290688604103997,-1.5480257227179162,0.009564831852912903,0.9610256552696228,-0.2762938439846039,0.7173680663108826,-4.153675556182861,1.0811463594436646,1.3934502601623535,1.9689059257507324,-1.5491303205490112 +257,-0.0744807002866253,-1.2701981182448128,-1.5908071933648362,-0.02203274704515934,0.9551595449447632,-0.29527097940444946,-0.46674036979675293,-0.8962785005569458,-0.6203010678291321,-0.7493295669555664,0.4146982431411743,2.2261180877685547 +258,-1.0597565761139887,-1.4721100509143032,-2.675199122708214,-0.08593858778476715,0.9951344728469849,-0.04818787798285484,-1.9818177223205566,0.7164720892906189,-1.3513076305389404,-0.12209975719451904,0.39184367656707764,0.40220701694488525 +259,-2.4002161481783433,-1.3652549612719653,2.1794705909078056,-0.13782714307308197,0.9789506196975708,0.15052928030490875,-2.0221431255340576,-0.20798534154891968,-0.32195523381233215,0.30362915992736816,-0.2775347828865051,0.028349488973617554 +260,-2.568640997734289,-1.1976489114222644,1.8847058101553673,-0.1976272612810135,0.9311845898628235,0.306331992149353,-1.8142460584640503,1.5486396551132202,-0.7086814641952515,-0.0883377194404602,0.04743802547454834,-0.2574121654033661 +261,-2.461210683796538,-1.0744592321737143,1.89579850147253,-0.2995773255825043,0.8793327808380127,0.37017151713371277,-0.024562565609812737,0.21671324968338013,-0.3260778784751892,0.26283422112464905,0.425720751285553,-0.5718165040016174 +262,-2.102772096679623,-1.2407723318453514,2.21797591593307,-0.27928200364112854,0.9460345506668091,0.16437816619873047,3.417025566101074,-1.382193684577942,1.6425111293792725,0.5123142004013062,0.2837628126144409,0.24614429473876953 +263,-0.6863865761412347,-1.418178948115176,-2.626561323199844,-0.09634613245725632,0.9883765578269958,-0.11759863793849945,1.1391689777374268,0.6684192419052124,0.6864091753959656,-0.8076913356781006,0.7281457185745239,0.45788490772247314 +264,0.2308513998070881,-1.2649307037207242,-1.6542748516976604,0.06889790296554565,0.9535866379737854,-0.29313066601753235,2.7992188930511475,-3.9921958446502686,0.7731903195381165,-0.14217060804367065,-0.4284859895706177,0.6361788511276245 +265,0.023908210577850402,-1.159347035788803,-1.5422360422077446,0.009560893289744854,0.9165421724319458,-0.39982378482818604,-1.8847821950912476,-1.4187419414520264,0.24141164124011993,-0.41129428148269653,-1.2372361421585083,0.843366265296936 +266,-0.033372701311591896,-1.2348099264104682,-1.4909690076617252,-0.01100095547735691,0.9440855383872986,-0.3295169472694397,1.4568994045257568,-4.887478351593018,0.6260615587234497,0.7502435445785522,0.9655213356018066,-0.8854488134384155 +267,-0.13374016221452734,-1.2258887715030946,-1.5931266553523709,-0.04508411884307861,0.9411067366600037,-0.3350900709629059,-1.1298434734344482,1.5177448987960815,-0.0013358097057789564,0.3615514039993286,-0.2543087601661682,1.896170973777771 +268,-0.31905976917511175,-1.425409310180119,-1.903640972062131,-0.04544341564178467,0.9894499182701111,-0.13756299018859863,-1.9216926097869873,0.8798784613609314,-1.055523157119751,-0.25591766834259033,0.052191197872161865,0.42508435249328613 +269,-2.4012370470069992,-1.4206520203117803,2.242705956819714,-0.10089989006519318,0.9887495040893555,0.1104249358177185,-2.1500508785247803,0.6034857034683228,-0.17986851930618286,0.23362085223197937,0.007649421691894531,0.15619182586669922 +270,-2.664747841974496,-1.2210540337823987,1.837618546159006,-0.15727150440216064,0.9394610524177551,0.30443158745765686,-2.20919132232666,1.059630036354065,-0.47996947169303894,-0.20974817872047424,0.03963440656661987,-0.3760257959365845 +271,-2.522049455614622,-1.0831809329304602,1.8289944098375959,-0.2720525562763214,0.8834525942802429,0.3814429044723511,-0.5545070171356201,1.2465221881866455,-0.012528911232948303,0.4886358380317688,0.33628910779953003,-0.27588266134262085 +272,-2.2268626337832096,-1.2011404054083452,2.0381966681357784,-0.2862887680530548,0.9324517250061035,0.22039109468460083,3.654953956604004,-0.47273463010787964,1.0618491172790527,0.5888553261756897,0.32925164699554443,0.0953894555568695 +273,-0.9635857286632746,-1.4244807694763035,-2.9121523168937062,-0.11973235011100769,0.9893149733543396,-0.083187036216259,1.8511252403259277,1.0215930938720703,0.5212033987045288,-0.7504153847694397,0.9753304123878479,0.4867056608200073 +274,0.19490238743830363,-1.2991321931095878,-1.7772912759039587,0.051968611776828766,0.9633256793022156,-0.263254314661026,2.8458266258239746,-3.261270761489868,1.001707911491394,-0.11222556233406067,-0.32392144203186035,0.3524572551250458 +275,-0.013666553236934949,-1.149530546519914,-1.6702510220036972,-0.0055882991291582584,0.9125720858573914,-0.4088778793811798,-1.1544028520584106,-1.310486078262329,0.41325101256370544,-0.3320887088775635,-1.4426777362823486,0.9144015312194824 +276,-0.07021091191808831,-1.2300010676008724,-1.6294717563087613,-0.02344779670238495,0.9424891471862793,-0.33341333270072937,1.292897343635559,-4.591012477874756,0.19934296607971191,0.8405253887176514,2.3101658821105957,-1.2985751628875732 +277,-0.14863718768420314,-1.1842137451039576,-1.6164087946268184,-0.05583386495709419,0.9262028932571411,-0.3728681802749634,-1.3122642040252686,0.9819349646568298,-1.623576045036316,-0.9341258406639099,2.028524160385132,-0.12644514441490173 +278,-0.5057890412572599,-1.3963712737461398,-2.1097928622719686,-0.08408059179782867,0.9848265051841736,-0.15181298553943634,-2.3908560276031494,0.34347689151763916,-1.1530040502548218,0.06680765748023987,0.3147798180580139,0.3294711112976074 +279,-2.0258858177784647,-1.422790338551645,2.6189552596693018,-0.13245689868927002,0.9890670776367188,0.06481747329235077,-2.7754926681518555,0.007439891807734966,-0.6054254770278931,-0.006062343716621399,-0.1980515718460083,-0.058210380375385284 +280,-2.497724421904943,-1.22473936897499,2.063519477646216,-0.20361445844173431,0.9407174587249756,0.27127841114997864,-2.1902825832366943,0.5023675560951233,-0.7854605317115784,-0.163771390914917,0.16537690162658691,-0.35774993896484375 +281,-2.3937821885255968,-1.0779534828968091,2.033605824182806,-0.32174623012542725,0.8809913992881775,0.3468905985355377,-0.5922906994819641,0.23066692054271698,-0.3529936671257019,0.8312067985534668,0.3506672978401184,-0.6396611928939819 +282,-2.1053928739296035,-1.1792856819858921,2.2829406094181643,-0.3283441960811615,0.9243336915969849,0.19441531598567963,3.6210737228393555,-0.2531711161136627,0.8153818249702454,0.4749048948287964,0.37289226055145264,0.04093623161315918 +283,-0.9990690262005949,-1.4078059376658187,-2.790985410553881,-0.13646277785301208,0.9867464303970337,-0.08780127018690109,2.365422487258911,0.9475988149642944,1.1583430767059326,-0.801876425743103,1.1591885089874268,0.4906179904937744 +284,0.14673004077691443,-1.3088941932296436,-1.6076194455052446,0.03785494714975357,0.9658992290496826,-0.2561362683773041,2.2363839149475098,-3.2649827003479004,1.1639161109924316,-0.21102696657180786,-0.3284022808074951,0.29580914974212646 +285,-0.05102934373802764,-1.1485771546027874,-1.458531304688996,-0.020902013406157494,0.9121817946434021,-0.4092521369457245,-0.6602858901023865,-1.4768348932266235,0.45093807578086853,-0.5013452768325806,-1.4759788513183594,0.9087486267089844 +286,-0.06205589310707125,-1.2654015440764312,-1.4154354913321476,-0.018646350130438805,0.9537283182144165,-0.30009087920188904,-0.45480063557624817,-0.5306506156921387,1.5441491603851318,1.1581422090530396,3.2208778858184814,-0.9629553556442261 +287,-0.05690215500142477,-1.2518170462154012,-1.3302868100210823,-0.0178347360342741,0.9495559930801392,-0.3130897581577301,-1.3566111326217651,1.4539698362350464,-2.89221453666687,-1.1682919263839722,2.2070600986480713,1.6604102849960327 +288,-0.22593264345719652,-1.4491621700690698,-1.6489397852274756,-0.02718101628124714,0.9926117062568665,-0.11825181543827057,-2.1252169609069824,1.422669768333435,-0.7780393362045288,-0.06550085544586182,0.4216645359992981,0.4741020202636719 +289,-2.3552999260332337,-1.409717054676125,2.4490101234790838,-0.11350938677787781,0.9870547652244568,0.11330648511648178,-2.3816254138946533,0.2487747073173523,-0.38072672486305237,0.1685630977153778,-0.05466651916503906,0.19925451278686523 +290,-2.6341548107990627,-1.2166332306022782,2.057100487212908,-0.168526753783226,0.9379370808601379,0.30310583114624023,-2.165925979614258,0.8594445586204529,-0.41951996088027954,-0.23694510757923126,-0.027826428413391113,-0.5042166709899902 +291,-2.480068703519128,-1.0783066207237786,2.070876379202562,-0.29046377539634705,0.8811584115028381,0.3730831444263458,-0.16823701560497284,1.0057129859924316,-0.17657271027565002,0.7804386615753174,0.4217897057533264,-0.38443562388420105 +292,-2.1037255498003358,-1.2476481576818081,2.4018574233772854,-0.2735154330730438,0.9482403993606567,0.16133543848991394,3.710880756378174,-1.395535945892334,1.2213330268859863,0.3608415722846985,0.28277748823165894,0.17769953608512878 +293,-0.6206082427011971,-1.4176939485945343,-2.3634943986084465,-0.08868645131587982,0.9883027076721191,-0.12406690418720245,1.201338291168213,1.402119517326355,0.7268542647361755,-0.8286871910095215,0.8419280052185059,0.5307288765907288 +294,0.22150480641239279,-1.271342892236318,-1.4769029886024347,0.06481049954891205,0.9554978609085083,-0.28779086470603943,2.553145170211792,-3.443228244781494,0.7435026168823242,-0.08533355593681335,-0.4422532320022583,0.509592592716217 +295,0.024886784923375913,-1.1960490867349935,-1.3869891324899386,0.009108551777899265,0.9306001663208008,-0.36592400074005127,-1.9419047832489014,-1.2468926906585693,0.09106800705194473,-0.3948202133178711,-1.2574434280395508,0.7842589616775513 +296,-0.04689664853125325,-1.2672903398475004,-1.328446263517957,-0.014010756276547909,0.9542945027351379,-0.29853910207748413,1.8623749017715454,-4.089172840118408,0.8133264183998108,0.7047608494758606,0.347356379032135,-0.4619283974170685 +297,-0.1574948364827384,-1.2729820230212021,-1.4655261103640567,-0.04602307826280594,0.955980122089386,-0.28979945182800293,-1.0568727254867554,0.5934802293777466,-1.0994764566421509,0.01953382045030594,0.867918074131012,2.0370376110076904 +298,-0.28010394924400606,-1.461669270269278,-1.7477677234614433,-0.030109010636806488,0.9940515756607056,-0.10466624051332474,-1.5176011323928833,1.7577717304229736,-1.2182705402374268,-0.08648335933685303,0.35127007961273193,0.007223606109619141 +299,-2.3979969868370223,-1.4330534853512074,2.3663912887280376,-0.09294828027486801,0.9905284643173218,0.10106316953897476,-1.8526934385299683,1.351033329963684,-0.5460712313652039,0.1512978971004486,-0.21638917922973633,0.006816491484642029 +300,-2.5584676694123547,-1.24173022971533,2.070157437106627,-0.17794276773929596,0.9463445544242859,0.2697557508945465,-1.8481669425964355,0.9307553768157959,-0.8637334704399109,0.03814177215099335,-0.04224616289138794,-0.250453382730484 +301,-2.3929603639128243,-1.1277315344659806,2.113552918723637,-0.29179635643959045,0.9034420251846313,0.3140820562839508,0.957615315914154,1.001695990562439,-0.14486439526081085,0.6831232905387878,0.23713719844818115,-0.7981518507003784 +302,-1.7412680914976537,-1.3187856731486867,2.8165834986773297,-0.245736762881279,0.9684129953384399,0.04230174794793129,3.3446342945098877,-2.577552556991577,1.9565531015396118,0.5836121439933777,0.31657522916793823,0.9090226888656616 +303,-0.2242946888769267,-1.3329371096586922,-2.0228903032304544,-0.05240698531270027,0.9718446135520935,-0.22972096502780914,0.33796367049217224,1.8885544538497925,1.3796665668487549,-0.5306771397590637,-0.0013245344161987305,0.5512083768844604 +304,0.29274281178854633,-1.19551648501624,-1.3889892555119805,0.10577386617660522,0.9304050803184509,-0.35093915462493896,1.3635727167129517,-3.311903476715088,0.7248986959457397,-0.24612420797348022,-0.4398960471153259,0.5741294622421265 +305,0.09918343041472005,-1.1962542947331996,-1.3809079826539246,0.03622642159461975,0.9306752681732178,-0.3640482425689697,-1.6810895204544067,-1.4408395290374756,-0.36818650364875793,-0.18849387764930725,-0.9682729840278625,0.043461114168167114 +306,-0.09731728805185412,-1.2754972910191817,-1.4317564963461258,-0.028277188539505005,0.9567151665687561,-0.289649099111557,0.46617525815963745,-2.643312454223633,0.8155409693717957,0.5125758647918701,1.1354784965515137,-0.7515953779220581 +307,-0.1719568990301094,-1.2247457024258244,-1.4476261632030292,-0.05803826451301575,0.9407196044921875,-0.33418309688568115,-0.384389728307724,-0.39702776074409485,-0.4056457579135895,-0.5325989723205566,0.2010345458984375,1.9566043615341187 +308,-0.6917757461420334,-1.4142911989868692,-2.1784551680624618,-0.09942799061536789,0.9877780675888062,-0.12003488093614578,-1.9456877708435059,-0.18008792400360107,-0.880517840385437,0.012483403086662292,0.3020319938659668,0.13936777412891388 +309,-2.005270672242121,-1.3873471916964593,2.7789823429583125,-0.16547389328479767,0.9832203388214111,0.07678776979446411,-1.877090334892273,-0.43036627769470215,-0.5505919456481934,0.441795289516449,-0.09428894519805908,-0.09758543223142624 +310,-2.4725329316803775,-1.2110593360731414,2.1938988321848325,-0.21834507584571838,0.9359894394874573,0.2761327922344208,-1.7116373777389526,-0.4799412190914154,-1.3188722133636475,-0.4591298997402191,-0.0096435546875,-0.8006231784820557 +311,-2.3504151540479397,-1.0660200687514811,2.2310896753790717,-0.3439357876777649,0.8752827048301697,0.33998313546180725,0.7096363306045532,1.0618414878845215,-0.14332281053066254,0.6989772319793701,0.3004832863807678,-0.8658009767532349 +312,-1.8996521380550278,-1.2967868093824984,2.730704339134262,-0.25609320402145386,0.9626936912536621,0.08739101886749268,3.0001113414764404,-1.1368107795715332,2.2952489852905273,0.13293951749801636,0.6615891456604004,0.5139273405075073 +313,-0.410432073340322,-1.4101339242944357,-2.1221538405666127,-0.06382961571216583,0.9871215224266052,-0.14668585360050201,0.28294673562049866,1.4169642925262451,2.1747095584869385,-0.33576756715774536,0.0585174560546875,0.5061218738555908 +314,0.13641949535940825,-1.2401207898341262,-1.3991750060090875,0.04415573179721832,0.9458232522010803,-0.3216657340526581,1.9638067483901978,-3.857217311859131,0.5199297070503235,-0.22268354892730713,-0.9059977531433105,0.7752484679222107 +315,-0.11580402096223018,-1.283764870300282,-1.3745379917404494,-0.03271164000034332,0.9590885043144226,-0.2812102735042572,-2.8796558380126953,-1.8814826011657715,-0.3320815861225128,-0.20627152919769287,-0.8679478168487549,0.10906064510345459 +316,-0.034886636134563234,-1.2449326734494994,-1.1982046703380467,-0.011165881529450417,0.9473745822906494,-0.3199319839477539,2.7093191146850586,1.9762790203094482,0.7337672710418701,0.13972118496894836,-0.7236350774765015,3.3694162368774414 +317,-0.15790245795762087,-1.3147329318875403,-1.4189590748585124,-0.03982662409543991,0.9673945307731628,-0.2501232326030731,-2.707618474960327,2.24875545501709,0.20103146135807037,0.11978268623352051,-0.4614589214324951,0.8395702838897705 +318,-1.4338583000846163,-1.45598532831032,-2.807050385475073,-0.11348620802164078,0.993416428565979,-0.015638450160622597,-2.235201835632324,0.3042937219142914,-0.7764586806297302,0.14618581533432007,-0.0036703944206237793,0.11042600870132446 +319,-2.4360269082264,-1.285141060886072,2.3988986565872903,-0.1827283650636673,0.9594771862030029,0.2145082801580429,-2.4192252159118652,1.505184292793274,-0.27324169874191284,0.019947603344917297,-0.4025161862373352,-0.0718081146478653 +320,-2.418533414138288,-1.097326610893733,2.2513229150652143,-0.30171164870262146,0.8899915218353271,0.3418848216533661,-0.7955713868141174,2.145127296447754,-0.9343868494033813,0.5252681970596313,0.40937066078186035,-0.5272181034088135 +321,-2.22365714695193,-1.1114393495961639,2.378056429421706,-0.35219213366508484,0.8963378071784973,0.26933133602142334,2.9253122806549072,0.7624542713165283,0.25347572565078735,0.22282811999320984,0.991220235824585,-0.9842666387557983 +322,-1.384305174388454,-1.360553386252975,-2.9819947772454913,-0.2050786167383194,0.9779802560806274,-0.03869498148560524,3.190852642059326,0.1671549677848816,1.949513554573059,-0.5794824957847595,1.213181734085083,0.09156668186187744 +323,0.004942599471899289,-1.3740234714338027,-1.7049176697329347,0.0009663021774031222,0.9807025790214539,-0.19550326466560364,1.4649683237075806,-0.4372076094150543,2.3822553157806396,0.006678342819213867,-0.27568554878234863,0.29776763916015625 +324,0.017546398055844816,-1.1913652207679792,-1.3606141056806378,0.006498715840280056,0.9288755059242249,-0.370335191488266,0.4094808101654053,-3.6523382663726807,0.46777576208114624,-0.2551406919956207,-1.3751797676086426,1.0571485757827759 +325,-0.13215247470770022,-1.294855162176625,-1.3617774779148937,-0.03590058535337448,0.9621692299842834,-0.27007704973220825,0.11971163749694824,1.101585865020752,0.7874664664268494,0.6014676094055176,3.321049213409424,-2.3813512325286865 +326,-0.08233757603412344,-1.2307254541013217,-1.1894989327028311,-0.027433013543486595,0.9427310228347778,-0.3324240446090698,-1.1584504842758179,1.6822571754455566,-2.9642984867095947,-1.210039496421814,1.8326138257980347,3.151500701904297 +327,-0.6396903139238108,-1.4256058556834146,-1.9156576171024657,-0.08636724203824997,0.989478349685669,-0.11607523262500763,-2.0433096885681152,0.3937346339225769,-1.1696721315383911,0.061937928199768066,0.36379313468933105,0.42592018842697144 +328,-2.1176344154127884,-1.3943672747454132,2.8060471945883982,-0.14992012083530426,0.9844767451286316,0.09126584231853485,-2.4571478366851807,0.6345236897468567,-0.5937995314598083,0.11271922290325165,-0.13378405570983887,-0.060565121471881866 +329,-2.46587512592313,-1.18954811689147,2.3675333140811676,-0.23271985352039337,0.928200900554657,0.2903181314468384,-1.8494058847427368,0.799260675907135,-1.1085628271102905,-0.10756641626358032,0.17571139335632324,-0.4570356607437134 +330,-2.3056130702170803,-1.0723133824277493,2.403605758364599,-0.35472315549850464,0.878308892250061,0.32053831219673157,0.5794775485992432,-0.06689547747373581,-0.4219072461128235,1.0304434299468994,0.3066580295562744,-0.7566344738006592 +331,-1.8847765443485587,-1.2623207874073537,2.875783576262129,-0.2887634336948395,0.952797532081604,0.09376776963472366,2.977118968963623,-2.3105227947235107,3.0083744525909424,0.9406800270080566,0.4851906895637512,0.5441259145736694 +332,-0.2803854913285819,-1.404865989430158,-1.7663098405331983,-0.04570702835917473,0.9862651228904724,-0.15872053802013397,1.2245632410049438,-0.8660098314285278,2.6135759353637695,-0.4050986170768738,-0.14182835817337036,0.14048628509044647 +333,0.16292165038318998,-1.159057862175175,-1.1254085469339405,0.06491365283727646,0.9164264798164368,-0.3949032425880432,2.703773260116577,-4.449663162231445,0.7401584386825562,-0.28433504700660706,-0.7969197034835815,0.722082257270813 +334,-0.05766623800405061,-1.151964842986264,-1.102059308199634,-0.02343948557972908,0.9135648012161255,-0.4060174226760864,-2.7808637619018555,-1.2231162786483765,0.011720143258571625,-0.09593001008033752,-0.9558467864990234,0.43682485818862915 +335,-0.08919748054175933,-1.216650293762641,-1.0347286930302517,-0.03089175745844841,0.9379429817199707,-0.34541094303131104,1.597640037536621,-2.459491014480591,1.0356210470199585,0.17772707343101501,-0.5112614631652832,0.06368792057037354 +336,-0.1423803811270778,-1.2130618875147876,-1.1330014838742897,-0.04968664422631264,0.9366925358772278,-0.34660980105400085,-1.000166893005371,1.6617467403411865,0.12549538910388947,0.29843541979789734,-0.3107617497444153,1.5005710124969482 +337,-0.44345645420316615,-1.4357032916454961,-1.5567887949622867,-0.05778772383928299,0.9908888339996338,-0.12165582180023193,-1.5962339639663696,0.13043087720870972,-0.5067886710166931,-0.048337168991565704,0.19084346294403076,0.18716178834438324 +338,-2.385467537876602,-1.41137179735155,2.6954027294852305,-0.10891898721456528,0.9873188138008118,0.11548999696969986,-1.9199494123458862,-0.6696544885635376,-0.3547154366970062,0.35020625591278076,-0.044585227966308594,-0.034130118787288666 +339,-2.6419124959390645,-1.221459933287145,2.260716163366567,-0.16399885714054108,0.9396000504493713,0.3004262447357178,-2.0787510871887207,1.9587153196334839,-0.7216100096702576,-0.2919185161590576,0.03731328248977661,-0.38386133313179016 +340,-2.456149252027906,-1.098782921307974,2.301381831049817,-0.28781992197036743,0.8906546235084534,0.351985365152359,0.05617787316441536,1.0797688961029053,-0.10321586579084396,0.4362269341945648,0.3932197093963623,-0.6695359945297241 +341,-2.0059152162431806,-1.2980969166581406,2.744009665437581,-0.24423621594905853,0.9630473852157593,0.11352861672639847,3.170687437057495,-1.9219547510147095,2.2083287239074707,0.6856424808502197,0.4233968257904053,0.5100675821304321 +342,-0.24848011072732662,-1.4490331575596282,-1.7807317892766716,-0.029871642589569092,0.9925960302352905,-0.11773302406072617,0.17494508624076843,-0.03824525699019432,2.616020441055298,-0.2373250126838684,0.17436575889587402,0.3141899108886719 +343,0.2718911948657756,-1.2263575969863572,-1.0684615256113785,0.09068211168050766,0.9412651062011719,-0.32526418566703796,2.132779598236084,-4.037101745605469,0.2639184594154358,-0.36312779784202576,-0.7510490417480469,0.7540361881256104 +344,-0.015553486596252102,-1.2075116611947097,-1.0927703248575489,-0.005526656750589609,0.9347347021102905,-0.35530367493629456,-2.1862306594848633,-1.5227994918823242,-0.08363157510757446,-0.32633674144744873,-1.0275843143463135,0.5392178297042847 +345,0.10003415917614748,-1.2426184669094262,-0.8876742658301182,0.03218912333250046,0.9466312527656555,-0.3207072615623474,1.4849655628204346,-2.0041189193725586,0.974493145942688,0.9097816944122314,-0.13819009065628052,0.2674540877342224 +346,0.0033843308643551917,-1.2369270792380844,-1.0207830179579898,0.0011090472107753158,0.944781482219696,-0.32769933342933655,-2.591782808303833,2.4510560035705566,-0.027292773127555847,0.2002612054347992,-0.7542906999588013,1.0032364130020142 +347,-0.7556983282346249,-1.4595334278073089,-1.9702792077010776,-0.07614646852016449,0.9938166737556458,-0.08080939948558807,-1.9843333959579468,-0.42315545678138733,-0.914331316947937,0.016789793968200684,0.04187357425689697,-0.026551485061645508 +348,-2.3732177644315784,-1.3746519194891218,2.6374826376241547,-0.1354416012763977,0.9808253049850464,0.14013323187828064,-1.983649492263794,1.1718640327453613,-0.39057594537734985,0.3541610538959503,-0.2853754758834839,-0.10155904293060303 +349,-2.5482049932943265,-1.189221599122043,2.3295768265223975,-0.2082257717847824,0.92807936668396,0.3087235689163208,-1.554726004600525,1.4973620176315308,-1.0531069040298462,-0.1373094767332077,-0.11611366271972656,-0.3854905962944031 +350,-2.401096982556639,-1.0734915228998576,2.3786263002887655,-0.3218495845794678,0.878871500492096,0.35213345289230347,-0.07747451215982437,0.5878161191940308,-0.571498692035675,0.393474280834198,0.47267580032348633,-0.5683046579360962 +351,-2.020533829528392,-1.262368228895086,2.7738795035938284,-0.2733757197856903,0.9528118968009949,0.13196703791618347,2.9811301231384277,-1.805090308189392,2.4819321632385254,0.5836784839630127,0.2465747594833374,0.5294556617736816 +352,-0.36545918152825235,-1.4496749183636901,-1.8288944681522117,-0.04318057745695114,0.9926737546920776,-0.11284662038087845,0.20088627934455872,0.5458344221115112,2.296224355697632,-0.46663081645965576,0.29232990741729736,0.49738335609436035 +353,0.273047895995058,-1.212183239130228,-1.023310022386391,0.09464679658412933,0.9363844990730286,-0.3379732668399811,2.5661745071411133,-4.236996650695801,0.6691530346870422,-0.3194087743759155,-0.7317794561386108,0.6837526559829712 +354,0.014144832099675769,-1.1601122563091406,-1.0198058361532052,0.005646945908665657,0.9168479442596436,-0.3991966247558594,-1.99443519115448,-1.3568922281265259,-0.09151308238506317,-0.373795747756958,-1.423363447189331,0.8863792419433594 +355,-0.025528627965021686,-1.286299786768105,-0.9682008102948361,-0.007164448499679565,0.9598031044006348,-0.2805827260017395,0.629753828048706,-4.084991455078125,0.435945600271225,1.025871753692627,1.9754996299743652,-1.1451679468154907 +356,-0.19391987854742834,-1.3111258016527885,-1.097863606812569,-0.049479834735393524,0.9664746522903442,-0.251949667930603,-0.8451782464981079,3.26121187210083,-2.743637800216675,-0.4698377847671509,1.8556841611862183,2.8664822578430176 +357,-0.872000323958537,-1.497767663140781,-1.9188432144188587,-0.05586252361536026,0.9973345994949341,-0.046937495470047,-1.944601058959961,0.5975267887115479,-0.8549679517745972,0.023223966360092163,0.4649304151535034,0.3916487693786621 +358,-2.5233631339493487,-1.3724383741816444,2.5828976110142596,-0.11421457678079605,0.9803915023803711,0.16058523952960968,-1.933745265007019,-0.23209330439567566,-0.842047393321991,0.23584237694740295,-0.3832997679710388,-0.14578425884246826 +359,-2.623206262212288,-1.165972347506391,2.3796569358166786,-0.1951480656862259,0.9191717505455017,0.3421122133731842,-1.6246421337127686,1.0444375276565552,-0.856334388256073,-0.1286740005016327,-0.12121325731277466,-0.7634685039520264 +360,-2.4246904015702104,-1.0913102505291818,2.4399329763898776,-0.3031136691570282,0.8872321248054504,0.34776613116264343,1.0897469520568848,0.6448854207992554,0.38627398014068604,0.7309701442718506,0.7149559855461121,-0.8515198230743408 +361,-1.81187961457492,-1.3884970123794866,3.0974745579175402,-0.1760479211807251,0.9834294319152832,0.04328405112028122,3.4569504261016846,0.19913680851459503,2.2909438610076904,-0.3504565954208374,1.2569574117660522,0.4691976308822632 +362,0.19441945741454836,-1.4123504282222183,-1.3136444885657896,0.030483301728963852,0.9874736666679382,-0.15481090545654297,1.1413265466690063,0.3213387429714203,2.8429996967315674,-0.07508471608161926,-0.09076046943664551,0.17362499237060547 +363,0.20342187234986495,-1.1729412119785094,-1.0460148493693977,0.07827173918485641,0.9218941330909729,-0.3794533312320709,1.2047029733657837,-3.8911895751953125,0.29604214429855347,-0.4378451108932495,-1.3441200256347656,0.9526955485343933 +364,-0.06009389084985533,-1.2845333510325596,-1.1247231766149008,-0.016958462074398994,0.9593057632446289,-0.2818596661090851,0.5065293312072754,-0.7155978083610535,-0.444866418838501,-0.29882219433784485,0.043852806091308594,-2.2829596996307373 +365,0.07677862018493055,-1.229382755733044,-0.9436689721433451,0.025681743398308754,0.9422823190689087,-0.3338332772254944,0.20741841197013855,-1.5244231224060059,-0.8514918088912964,-2.0600597858428955,-0.2475954294204712,-2.145430088043213 +366,-0.1736035591518249,-1.4233705091640587,-1.3470638465205373,-0.025373080745339394,0.9891524910926819,-0.1446840614080429,-2.834343194961548,3.095855236053467,-2.037447214126587,-0.26060712337493896,0.8098281621932983,0.6149446964263916 +367,-1.971082129210554,-1.4421196624268744,3.0708210235910802,-0.11817770451307297,0.9917325973510742,0.05000454932451248,-2.592862844467163,0.7393589019775391,-0.2244269698858261,0.24110248684883118,-0.08064556121826172,0.2256760597229004 +368,-2.5778451484646605,-1.276175324837531,2.3619371957452304,-0.15516534447669983,0.9569122791290283,0.24544396996498108,-1.9645217657089233,0.5555799603462219,-0.7265464067459106,-0.2716076970100403,0.10348212718963623,-0.37459442019462585 +369,-2.4497564336524547,-1.1002867147394055,2.363916582100278,-0.2892098128795624,0.8913373947143555,0.3491068482398987,-0.7135294079780579,1.0001791715621948,-0.6563679575920105,0.7042946219444275,0.3007708787918091,-0.32763776183128357 +370,-2.27848671709985,-1.1725743976358725,2.4905095686377745,-0.29466044902801514,0.9217519760131836,0.25208809971809387,3.732353448867798,0.41152146458625793,0.7805956602096558,0.38584697246551514,1.0391550064086914,-0.824307918548584 +371,-0.9631068680464486,-1.4290056286179487,-2.419940327751876,-0.11601568758487701,0.9899645447731018,-0.08068719506263733,2.9422597885131836,0.857742190361023,1.7247347831726074,-0.7160155177116394,1.0226696729660034,0.21267575025558472 +372,0.42875798199720966,-1.3100492302496756,-1.1314843707149653,0.10717907547950745,0.966197669506073,-0.23446667194366455,2.4304535388946533,-1.9852582216262817,1.6362696886062622,-0.05671830475330353,-0.2506062984466553,0.09941115975379944 +373,0.10700957079531373,-1.1203706024002167,-1.096255359693236,0.04649762436747551,0.9002618193626404,-0.43285852670669556,-0.1698366403579712,-2.425825834274292,0.1476980447769165,-0.4004862904548645,-1.3502588272094727,1.0177432298660278 +374,-0.11304819704825063,-1.2831238064226316,-1.1718823098420106,-0.032005902379751205,0.9589068293571472,-0.281910240650177,0.9477422833442688,-0.24705694615840912,-0.5796482563018799,-0.135489821434021,0.3357861638069153,-2.5337789058685303 +375,-0.11920265469035318,-1.1428678674322472,-1.056606062379825,-0.04935048520565033,0.9098273515701294,-0.41204217076301575,0.93076092004776,-0.7588785290718079,-1.210915446281433,-1.442577600479126,0.8892143368721008,0.14499810338020325 +376,-0.4444579601876283,-1.3650348723005812,-1.6027916845001708,-0.08784802258014679,0.9789056777954102,-0.18446244299411774,-3.208120584487915,2.6349034309387207,-2.5646812915802,-0.5132872462272644,1.3131933212280273,0.709044337272644 +377,-1.5751170993892636,-1.4129077198603315,-2.7946620751743856,-0.157231867313385,0.9875614643096924,0.0006793673965148628,-2.7431998252868652,-0.19705884158611298,-0.27978143095970154,0.3649649918079376,-0.3684971332550049,-0.0892871618270874 +378,-2.4861342918027955,-1.2961403227814579,2.4917843775434925,-0.16531254351139069,0.962518572807312,0.2150118499994278,-2.113828659057617,0.6447336673736572,-0.5055215358734131,-0.267747163772583,-0.054055869579315186,-0.5650331974029541 +379,-2.4183563686199587,-1.102456999739126,2.4547297309757035,-0.29874634742736816,0.8923191428184509,0.3384038805961609,-0.7111040353775024,1.0331575870513916,-1.1573090553283691,0.7054693698883057,0.3314204216003418,-0.48130249977111816 +380,-2.2662261147569724,-1.1492934945646185,2.6005848292920537,-0.31412312388420105,0.9124751091003418,0.2621375620365143,3.688556671142578,-0.1423051506280899,0.9051592350006104,0.5091913938522339,1.0807348489761353,-0.6569129228591919 +381,-1.1722378352001086,-1.4400755240538157,-2.5021378684268627,-0.12013327330350876,0.9914681911468506,-0.05058753117918968,3.227620840072632,-0.01757877692580223,1.8419437408447266,-0.5984336733818054,1.258806586265564,-0.039973385632038116 +382,0.3088334392143945,-1.3252403506296124,-1.0809780314179218,0.07388819009065628,0.970002293586731,-0.23159413039684296,2.5272538661956787,-0.43337482213974,1.569697618484497,-0.29794827103614807,-0.330277681350708,0.39320001006126404 +383,0.06930061854083874,-1.127677116029696,-1.0299847624299203,0.029689528048038483,0.9034186601638794,-0.4277304410934448,-0.019572407007217407,-2.0047669410705566,-0.0871153473854065,-0.5243337154388428,-1.422232747077942,0.9582022428512573 +384,-0.13445284600237734,-1.2331283604242986,-1.1270343410189394,-0.04440848156809807,0.9435297846794128,-0.3282977044582367,-1.6901012659072876,-0.16826605796813965,0.6762307286262512,0.8604484796524048,2.8635075092315674,-0.5911511182785034 +385,-0.1750386181807654,-1.2155727399800542,-1.0751605377431355,-0.06056806445121765,0.937568724155426,-0.3424857258796692,-0.8191316723823547,1.4984170198440552,-1.4926105737686157,-0.35657671093940735,0.6633834838867188,2.4471304416656494 +386,-0.5204674059976442,-1.3718348590048388,-1.5869783426734834,-0.09828921407461166,0.9802723526954651,-0.1714797466993332,-1.973307490348816,0.814516544342041,-1.4812992811203003,-0.05075863003730774,0.32256877422332764,0.4412551522254944 +387,-1.67063875499246,-1.4012039442211315,-2.738421426072531,-0.1679403930902481,0.9856536388397217,0.01682351529598236,-2.234004020690918,-0.35887742042541504,-0.19140486419200897,0.17654633522033691,-0.16824030876159668,0.045584917068481445 +388,-2.360368207802405,-1.2888714253179454,2.800157971497767,-0.19589799642562866,0.9605216979980469,0.19754010438919067,-1.5002943277359009,0.428072065114975,-0.5348131060600281,-0.04702192544937134,0.08787918090820312,-0.26171863079071045 +389,-2.3834879137452756,-1.1275694610746465,2.6815464939893006,-0.2948589324951172,0.9033725261688232,0.31141021847724915,-0.87095707654953,0.6129398345947266,-0.8809973001480103,0.3705425560474396,0.46309781074523926,-0.44368863105773926 +390,-2.2558368198563867,-1.109684532516478,2.7809827983101565,-0.3445618748664856,0.8955583572387695,0.2815181612968445,2.099686622619629,0.5724835991859436,0.4489527642726898,0.5999177098274231,0.6530410051345825,-0.5447781085968018 +391,-1.5323836654939156,-1.3499895788240328,-2.681116257248575,-0.21885515749454498,0.9757210612297058,-0.00841094646602869,2.983562707901001,-0.14107367396354675,1.7777507305145264,-0.29091042280197144,1.1938955783843994,0.17760038375854492 +392,-0.4140061459898033,-1.4109977123980733,-1.6399707202734792,-0.06401070952415466,0.9872593283653259,-0.14567671716213226,0.7065010666847229,1.0904659032821655,2.776860475540161,-0.06085196137428284,-0.1375432014465332,0.30313217639923096 +393,0.1441128756458914,-1.2143190628575946,-0.8538208852454438,0.050117917358875275,0.9371320009231567,-0.34535762667655945,1.7610691785812378,-3.9478726387023926,0.7806186079978943,-0.22614333033561707,-0.8957959413528442,0.8511865139007568 +394,-0.029446310354143402,-1.2738149860457237,-0.7742385281353149,-0.008615771308541298,0.9562242031097412,-0.29250800609588623,-2.3660287857055664,-1.2337497472763062,-0.33657121658325195,-0.28389522433280945,-0.5416887402534485,-0.15697017312049866 +395,0.06717172279805778,-1.2413009850182244,-0.583639503133171,0.02171812206506729,0.946205735206604,-0.3228359520435333,-0.1253720223903656,2.2112393379211426,0.9191694259643555,-0.1690112054347992,-1.046593427658081,3.0890865325927734 +396,-0.13936488385956272,-1.3593774162990242,-0.8910434430713332,-0.02915080636739731,0.9777341485023499,-0.20781299471855164,-2.619527816772461,1.1492074728012085,0.15111249685287476,0.11450845003128052,-0.5435300469398499,0.9580876231193542 +397,-1.6564936422922933,-1.4744881959272067,-2.5891466826123795,-0.0958063080906868,0.9953659772872925,0.008230501785874367,-1.5209314823150635,1.1108272075653076,-0.9109028577804565,0.013866603374481201,-0.0044907331466674805,-0.1734374761581421 +398,-2.5740465797443806,-1.3109969174957197,2.685701862056285,-0.13809330761432648,0.9664415121078491,0.21661292016506195,-2.170409917831421,1.9162569046020508,0.23154400289058685,0.09050112962722778,-0.2693742513656616,-0.34849464893341064 +399,-2.533558509855322,-1.1175826062766419,2.5681282425655403,-0.25012820959091187,0.8990445733070374,0.3593813180923462,-0.8523911833763123,1.6205391883850098,-1.1361030340194702,0.5354980826377869,0.2435794472694397,-0.4610048234462738 +400,-2.3239427935694135,-1.1292996351083533,2.662435944849569,-0.31172749400138855,0.9041131734848022,0.2922417223453522,2.7979331016540527,1.5229419469833374,0.4287383258342743,0.4590359032154083,0.683441698551178,-0.7308708429336548 +401,-1.3651903940259174,-1.4261821224548727,-2.595659081207468,-0.1410745531320572,0.9895615577697754,-0.029421523213386536,3.056157350540161,0.8646988272666931,2.6851816177368164,-0.22974450886249542,1.174317717552185,0.31177014112472534 +402,0.5642279632303933,-1.3726232909053702,-0.7687375472393038,0.10528340935707092,0.9804279208183289,-0.16636259853839874,2.242596387863159,-0.9703713655471802,2.623337984085083,-0.06890648603439331,0.05178338289260864,0.12147128582000732 +403,0.15444747835713926,-1.1593223420212428,-0.8066749549778146,0.06152763217687607,0.9165322780609131,-0.39519989490509033,0.4630787968635559,-3.312469482421875,0.09339699149131775,-0.5642589330673218,-1.5780160427093506,1.0023165941238403 +404,-0.053152232335353176,-1.268894023165222,-0.8424456264605876,-0.015796691179275513,0.9547725915908813,-0.29691722989082336,0.7329913377761841,2.1625750064849854,1.1641020774841309,0.7418556213378906,1.6405948400497437,-2.5308263301849365 +405,0.17333120976212663,-1.2314074839967353,-0.5026439581656188,0.05741531774401665,0.9429582953453064,-0.3279223144054413,-0.9335241317749023,-1.5027837753295898,-0.13448704779148102,-2.3995020389556885,-0.5330767631530762,-4.020924091339111 +406,-0.08286188493509013,-1.3853770734494724,-0.9137702697211665,-0.015258844010531902,0.9828590154647827,-0.18372628092765808,-2.623331308364868,0.6092917323112488,-0.5092296004295349,-0.2522582411766052,-0.17847669124603271,0.7830915451049805 +407,-1.7295877994420235,-1.4649404099558443,-2.729115483115212,-0.1043282076716423,0.9944024682044983,0.01670708693563938,-2.3377301692962646,0.5034493803977966,-0.7069216966629028,0.2128334492444992,0.03175097703933716,-0.10774099826812744 +408,-2.5454804932514707,-1.2861991082909827,2.667576837637385,-0.15763314068317413,0.9597747921943665,0.23234497010707855,-2.237807273864746,1.586809754371643,-0.1685160994529724,-0.04536977410316467,0.031344592571258545,-0.39779603481292725 +409,-2.3844716429008304,-1.1073323337484593,2.6504590338111385,-0.30704763531684875,0.8945093154907227,0.32492271065711975,-0.682565450668335,1.005025029182434,-0.8959620594978333,0.9195353984832764,0.36626332998275757,-0.36989036202430725 +410,-2.187030710357045,-1.189132703868236,2.803792042207476,-0.30395397543907166,0.9280462861061096,0.21527217328548431,3.821913242340088,0.27322307229042053,1.0085738897323608,0.38246047496795654,0.8088158965110779,-0.983689546585083 +411,-0.8580607261912135,-1.4657017498885345,-2.094656678801778,-0.07936584949493408,0.9944826364517212,-0.06859562546014786,2.102905750274658,0.6040219068527222,2.3411433696746826,-0.44265255331993103,1.0475705862045288,0.0051038265228271484 +412,0.5145784939245085,-1.3257681555174303,-0.7524332023219134,0.11939185112714767,0.9701305031776428,-0.2111690491437912,2.3780710697174072,-1.077671766281128,1.5475159883499146,-0.28873392939567566,-0.3211437463760376,0.3198573589324951 +413,0.21766606271016514,-1.1436244365251542,-0.7093287211227945,0.08946835249662399,0.9101410508155823,-0.40452292561531067,-0.019872590899467468,-2.65391206741333,0.33336198329925537,-0.4610503613948822,-1.4114990234375,1.0872011184692383 +414,0.17120874468912492,-1.2420709182055143,-0.6347262645863361,0.05500291660428047,0.9464545845985413,-0.3181171417236328,-0.218938410282135,0.793880820274353,1.2315473556518555,1.2316181659698486,2.5354180335998535,-1.3357372283935547 +415,0.11783326890347239,-1.2087523912226448,-0.5296495214502628,0.04163843020796776,0.935174822807312,-0.3517303764820099,-0.7664013504981995,0.13396982848644257,-2.079927682876587,-2.101895332336426,1.104833722114563,-2.050537109375 +416,0.10698263927155896,-1.3900159474113303,-0.7195394705430573,0.019198477268218994,0.9837036728858948,-0.17876897752285004,-2.2724969387054443,1.356873631477356,-1.2403991222381592,-0.222323477268219,0.19386279582977295,0.5768707990646362 +417,-1.9153128413240004,-1.493368418196636,-2.850658160951402,-0.07280350476503372,0.997003972530365,0.02612384222447872,-2.798285484313965,1.3743129968643188,-0.38519150018692017,-0.04528426378965378,-0.17960602045059204,0.031569596379995346 +418,-2.5806048256644756,-1.294034966301367,2.6589637212649926,-0.14537100493907928,0.9619454145431519,0.23136219382286072,-2.3066325187683105,1.1481510400772095,-0.5866516828536987,-0.02108713984489441,-0.07580649852752686,-0.3103569746017456 +419,-2.43998402645415,-1.1233019514980462,2.6418886220482674,-0.27929016947746277,0.9015341401100159,0.33050450682640076,-0.4837788939476013,1.2155789136886597,-0.6207401156425476,0.7538232803344727,0.4190225601196289,-0.44531163573265076 +420,-2.13673731654563,-1.2050560595362874,2.863094366490338,-0.3018789291381836,0.9338592886924744,0.19177062809467316,3.6128618717193604,1.3541921377182007,0.9122406244277954,0.3567952811717987,0.49920040369033813,-0.6489087343215942 +421,-0.4999675169370351,-1.462144331449962,-1.697886419679868,-0.05198539048433304,0.994103193283081,-0.09516596794128418,2.4704253673553467,1.9194310903549194,2.291912078857422,-0.7694410085678101,1.7527077198028564,0.3978240489959717 +422,0.5514588184056233,-1.2570923061399968,-0.6357393141384169,0.1616765707731247,0.95119708776474,-0.2628399133682251,2.1518590450286865,-2.997755289077759,1.4234521389007568,-0.3608647882938385,-0.07195514440536499,0.1868664026260376 +423,0.1898709281641184,-1.087119472511613,-0.6547299628671257,0.08776752650737762,0.8852910399436951,-0.4566801190376282,-0.32989561557769775,-1.9221274852752686,0.01367676630616188,-0.547331690788269,-1.4520483016967773,0.9939268231391907 +424,0.09104078443260011,-1.2402778127639997,-0.6424081250370309,0.029504986479878426,0.9458742141723633,-0.32318949699401855,-0.37905070185661316,1.510443091392517,0.8601639866828918,0.7180078029632568,1.7641324996948242,-1.6492226123809814 +425,0.12725692140522205,-1.2210860112060336,-0.5235539218101537,0.04348389804363251,0.9394720196723938,-0.3398551046848297,0.8697789311408997,2.0267975330352783,-0.7177839875221252,-1.336559534072876,0.7720453143119812,-0.8051033020019531 +426,0.08531682147642337,-1.3400017579755552,-0.7100498654055455,0.019492672756314278,0.9734849333763123,-0.22791935503482819,-2.524122714996338,1.0160638093948364,-2.2753989696502686,-0.586371898651123,0.47126299142837524,0.446303129196167 +427,-1.38538112569173,-1.4734291939503985,-2.2658031529467015,-0.0955471470952034,0.9952635765075684,-0.01792174205183983,-2.3951640129089355,1.1672661304473877,-0.4188876450061798,0.1639370620250702,0.04089975357055664,0.09120965003967285 +428,-2.5235056239153093,-1.3290021987938567,2.8163284602956793,-0.1387530267238617,0.9709099531173706,0.19514507055282593,-2.5201313495635986,1.1731834411621094,-0.21317309141159058,0.055043309926986694,-0.08435899019241333,-0.1223149299621582 +429,-2.5142976547544023,-1.1321602121916239,2.7019473800049947,-0.24928347766399384,0.9053317308425903,0.3438488245010376,-0.7013071179389954,1.2894953489303589,-1.1012566089630127,0.46547001600265503,0.3249080181121826,-0.400336891412735 +430,-2.366150395880881,-1.1194668922278979,2.7662256523517224,-0.3053272068500519,0.8998680710792542,0.3114681839942932,2.258035659790039,0.22996173799037933,0.7765239477157593,0.818846583366394,0.9167821407318115,-0.7867490649223328 +431,-1.6119372245605748,-1.4122392644914452,-2.6979436843828677,-0.15775932371616364,0.9874561429023743,0.006494024768471718,3.2160604000091553,-0.5442030429840088,1.9336965084075928,-0.5575116276741028,1.3133708238601685,0.26871347427368164 +432,0.3667355160721655,-1.4095075369080918,-0.8467091668692172,0.05758309364318848,0.9870211482048035,-0.14991211891174316,1.529300570487976,1.5469928979873657,2.803591728210449,0.04329276829957962,-0.008047640323638916,0.16147826611995697 +433,0.21826757469853117,-1.1555752573119213,-0.73865891780441,0.08734995871782303,0.9150271415710449,-0.39382117986679077,1.5286900997161865,-3.5268661975860596,0.37581971287727356,-0.29358774423599243,-1.135440468788147,0.9850841164588928 +434,-0.020663469007282904,-1.225601363995272,-0.7423411208561893,-0.006991606205701828,0.941009521484375,-0.3383077085018158,-2.1009390354156494,-1.6849257946014404,-0.2734392285346985,-0.03754881024360657,-0.5171509385108948,-0.24071750044822693 +435,0.02384108677676362,-1.1808050988956256,-0.5539772462695011,0.00906305480748415,0.9249123930931091,-0.38007232546806335,0.8288722038269043,1.9683313369750977,0.2557485103607178,-0.6246941685676575,-0.47786039113998413,1.9238193035125732 +436,-0.03204764535551729,-1.2699945155225425,-0.7349366592651239,-0.009493640623986721,0.9550992250442505,-0.29613375663757324,-3.4946072101593018,2.803448438644409,-0.42376115918159485,-0.1970950961112976,-0.42073655128479004,1.2499911785125732 +437,-1.1962719080190525,-1.4196140210654578,-2.0714794990121597,-0.14016760885715485,0.9885936975479126,-0.05509672313928604,-1.7867448329925537,0.3275805711746216,-1.0192118883132935,0.33342018723487854,0.3044971227645874,0.18778711557388306 +438,-2.3523018100571305,-1.3318188683607122,2.948160359623047,-0.16802899539470673,0.9715805053710938,0.16672588884830475,-2.105870246887207,1.4957208633422852,0.020790066570043564,0.16287152469158173,-0.386299192905426,-0.11400677263736725 +439,-2.4612758082372856,-1.1243917501463476,2.729786412260909,-0.2715722322463989,0.902005136013031,0.33561182022094727,-0.9784178733825684,1.293269157409668,-1.2604705095291138,0.4957849085330963,0.244387686252594,-0.6288552284240723 +440,-2.273721583223943,-1.0890969450325834,2.8345431587167393,-0.3534660041332245,0.8862088918685913,0.299492210149765,2.2701616287231445,1.0891352891921997,0.5005176663398743,0.8275412917137146,0.5689607858657837,-0.7463916540145874 +441,-1.7155884127409446,-1.412581426641661,-2.7858506220013726,-0.15590707957744598,0.987510085105896,0.02273319847881794,3.0871641635894775,-0.04376494511961937,2.333848476409912,-0.4694285988807678,1.590294361114502,0.4904961585998535 +442,0.31116405484747695,-1.3995607678348851,-0.8339234212546569,0.052171047776937485,0.9853749871253967,-0.1622176170349121,2.1768853664398193,0.18963046371936798,2.839933395385742,-0.18716555833816528,-0.04897350072860718,0.2595229148864746 +443,0.15824317225112866,-1.1696829561930522,-0.6767073578315342,0.06152747943997383,0.9206268787384033,-0.3855651319026947,0.609199047088623,-3.1083059310913086,0.17975212633609772,-0.40750524401664734,-1.5347778797149658,0.9023650884628296 +444,-0.11907858740120413,-1.2481458734022295,-0.7585002284223845,-0.037668462842702866,0.9483983516693115,-0.31483620405197144,0.1379009336233139,-0.7127728462219238,0.2776682376861572,0.6377508044242859,0.4769099950790405,-2.5240461826324463 +445,-0.07310578650140685,-1.1638908039478848,-0.6258545121797416,-0.028907278552651405,0.9183499217033386,-0.3947124183177948,0.20107145607471466,-0.44598785042762756,-1.210403323173523,-1.892174243927002,0.3706515431404114,0.4373760223388672 +446,-0.385419081321245,-1.380428477689646,-1.1693864217484435,-0.07113654166460037,0.9819347262382507,-0.17533840239048004,-2.5668458938598633,0.9323980808258057,-2.3795957565307617,-0.3787536025047302,0.7198016047477722,0.27682462334632874 +447,-1.7600961254109773,-1.4195726330306677,-2.647734284235862,-0.14795680344104767,0.988587498664856,0.02834761142730713,-2.291515350341797,0.5793263912200928,-0.3783274292945862,0.5617294311523438,0.04089248180389404,-0.26804792881011963 +448,-2.4540811425998084,-1.2711396800789192,2.8383750708722113,-0.1873338222503662,0.9554378986358643,0.22813284397125244,-2.3896965980529785,0.9576022028923035,-0.7808409929275513,-0.2736799716949463,0.0007846355438232422,-0.45904409885406494 +449,-2.3464700102086353,-1.1063859039854536,2.843603464806259,-0.3197751045227051,0.8940857648849487,0.31361550092697144,-0.7406049966812134,0.9107744693756104,-1.0064324140548706,0.7511563301086426,0.5339385271072388,-0.44856417179107666 +450,-2.0268646937221644,-1.1774838188416072,3.1217817321983627,-0.3440786898136139,0.9236446022987366,0.1687917709350586,3.8215067386627197,-0.1902507096529007,1.4476220607757568,0.664986252784729,0.6838841438293457,-0.2256155014038086 +451,-1.0113381944767013,-1.4065355015066836,-2.0291154898182415,-0.13859298825263977,0.9865394830703735,-0.08678622543811798,3.126272678375244,0.608924925327301,1.7272436618804932,-0.7855556011199951,1.4789146184921265,0.3014621138572693 +452,0.3546090274178,-1.3170516837276218,-0.6971461277702569,0.08716379106044769,0.9679791927337646,-0.23541206121444702,1.8159968852996826,-1.79657781124115,1.843300223350525,-0.2780207097530365,-0.09984564781188965,0.283294141292572 +453,0.08856730530276535,-1.1381513415080502,-0.5894161176249114,0.03708541765809059,0.9078599810600281,-0.4176304042339325,-0.0734560415148735,-2.4299280643463135,0.08531874418258667,-0.4749668836593628,-1.5648727416992188,0.9928256273269653 +454,0.006038361769233459,-1.2565214541162841,-0.5526050343590299,0.0018666102550923824,0.9510207772254944,-0.3091215193271637,-0.7111508250236511,0.5523238778114319,1.217720866203308,0.6071116924285889,2.589857578277588,-1.1721558570861816 +455,-0.06057721229646892,-1.204672919017817,-0.5052595174366713,-0.021673280745744705,0.933722198009491,-0.3573416769504547,-1.1355770826339722,-0.08974010497331619,-1.8233861923217773,-1.7725619077682495,2.8845150470733643,-0.5733070969581604 +456,-0.10542348018901795,-1.4044725379954426,-0.7733975850234499,-0.017421388998627663,0.9862000346183777,-0.16463884711265564,-2.1721458435058594,1.9241254329681396,-2.269104480743408,-0.5133403539657593,0.6837370991706848,0.11333882808685303 +457,-1.9728753089562254,-1.4215426705031968,-2.7146056084706975,-0.13684138655662537,0.9888823628425598,0.058191247284412384,-2.8641488552093506,0.0616154707968235,-0.08853069692850113,0.5168920755386353,0.013635396957397461,0.019582748413085938 +458,-2.595054925029757,-1.2561827765497635,2.814277839209191,-0.16083058714866638,0.950916051864624,0.2643711268901825,-2.573448896408081,1.4522134065628052,-0.19163170456886292,-0.16289986670017242,0.0194208025932312,-0.7879307270050049 +459,-2.4615126357301778,-1.1003013648578575,2.8664419942652546,-0.2850775718688965,0.8913440108299255,0.3524725139141083,-0.8947502970695496,1.107303261756897,-0.6740061044692993,0.8861669898033142,0.46655094623565674,-0.2569372355937958 +460,-2.0969634828666686,-1.2688559001519935,-3.130191735380132,-0.25715020298957825,0.954761266708374,0.14934764802455902,4.603117942810059,0.5296574234962463,1.18302583694458,0.32802724838256836,0.6041224002838135,0.040059685707092285 +461,-0.2663220496683009,-1.4235212945409352,-1.2603177747595777,-0.03862058371305466,0.9891746044158936,-0.14156976342201233,0.5837594866752625,2.995087146759033,1.5060803890228271,-0.33367860317230225,0.8126594424247742,0.7420946955680847 +462,0.5089693035563027,-1.2271150249500213,-0.3965105782444175,0.1641908437013626,0.941520631313324,-0.29424551129341125,2.0085108280181885,-3.751999855041504,1.1620365381240845,-0.3201509416103363,-0.502738893032074,0.45991015434265137 +463,0.14387058920588885,-1.120002577976881,-0.4344545165103501,0.062465518712997437,0.9001015424728394,-0.4311787188053131,-0.7124575972557068,-1.9254416227340698,-0.29087892174720764,-0.5080069303512573,-1.212815284729004,0.6984516382217407 +464,0.15761334769854293,-1.2247416631047165,-0.3332466052919868,0.05323965474963188,0.9407182335853577,-0.3349847197532654,0.4264947474002838,-1.9685384035110474,0.4306067228317261,1.1209393739700317,1.675553798675537,-0.9854956269264221 +465,0.08733713699178496,-1.147570854233061,-0.3824361099228491,0.035824086517095566,0.9117689728736877,-0.40913817286491394,-2.528548240661621,1.7448369264602661,0.031000372022390366,-0.053982049226760864,-1.4186506271362305,1.6573376655578613 +466,-0.07497545408549516,-1.4762289887326363,-0.7611973430273188,-0.007072967477142811,0.9955318570137024,-0.09416027367115021,-1.922926902770996,0.9588171243667603,-0.6034847497940063,0.05568745732307434,0.30895715951919556,0.324201762676239 +467,-2.148105416577514,-1.4204686884855402,-2.902763274175551,-0.12549138069152832,0.9887220859527588,0.08173620700836182,-2.307607412338257,-0.9840330481529236,-0.6886125206947327,0.4748566150665283,-0.0018597841262817383,-0.08725988119840622 +468,-2.5640732728019113,-1.2227701845385062,2.8147714165216073,-0.18619129061698914,0.9400477409362793,0.2857321500778198,-1.6465281248092651,0.44659069180488586,-1.0719913244247437,-0.2901270389556885,-0.005324959754943848,-0.7607535123825073 +469,-2.4486507458913347,-1.077862035536491,2.8612150038810387,-0.302289754152298,0.8809481263160706,0.36407557129859924,-0.03625050559639931,0.9303245544433594,-0.5666314959526062,0.12920936942100525,0.3900631070137024,-0.5814370512962341 +470,-2.1526080305938344,-1.2318344797604361,3.1073451814637307,-0.27780038118362427,0.9431003928184509,0.18272621929645538,3.135397434234619,-0.8453251719474792,1.9814815521240234,0.7021625638008118,0.23899811506271362,0.014173164963722229 +471,-0.7029298338179303,-1.454196599446821,-1.64313504979698,-0.07520637661218643,0.993209958076477,-0.08875907212495804,2.030616044998169,1.5105431079864502,1.0911462306976318,-0.615635335445404,0.9236602783203125,0.39663565158843994 +472,0.41266069431009106,-1.2928898063470466,-0.531663190828496,0.11002467572689056,0.9616318941116333,-0.2513136863708496,2.69834566116333,-3.354416608810425,1.0407404899597168,-0.29464077949523926,-0.4123002886772156,0.340943843126297 +473,0.08895714041265496,-1.1601076806327848,-0.5611467917332528,0.03546850010752678,0.9168460965156555,-0.3976621925830841,-1.0061419010162354,-1.7102652788162231,-0.22608715295791626,-0.3983835279941559,-1.4818637371063232,0.677798330783844 +474,0.06833101692824396,-1.2615717558773463,-0.4703947382418551,0.020778300240635872,0.952569842338562,-0.30360957980155945,1.4173178672790527,-3.6161303520202637,0.5146724581718445,0.7718089818954468,0.9251613616943359,-0.9027197360992432 +475,-0.013583441235171223,-1.2236849156701775,-0.5573481012595018,-0.004620715975761414,0.9403592944145203,-0.3401517868041992,-0.6638646721839905,1.311798334121704,-0.17085014283657074,-0.07174952328205109,-0.3588009476661682,2.1115598678588867 +476,-0.7767478055189664,-1.4427452856385554,-1.53863542907128,-0.08951341360807419,0.9918126463890076,-0.09107561409473419,-2.204238176345825,-0.6656172871589661,-1.2906153202056885,0.002523072063922882,0.4218224883079529,0.2291828989982605 +477,-2.1979351541014913,-1.3821101476225035,-3.0122842926425792,-0.15187616646289825,0.9822515249252319,0.11007098108530045,-1.949945092201233,0.4590093195438385,-0.26715588569641113,0.47060176730155945,-0.27367913722991943,0.05364048480987549 +478,-2.522692089877661,-1.1895287966653385,2.842780772619768,-0.21586887538433075,0.9281937479972839,0.3030799925327301,-1.4974260330200195,0.38955679535865784,-1.3572452068328857,-0.5442019701004028,0.11884927749633789,-0.7078346014022827 +479,-2.3641535529364774,-1.1014566408543287,2.8869231829332347,-0.3172668218612671,0.8918671607971191,0.32235774397850037,1.202803134918213,1.4601671695709229,0.07910769432783127,0.25697940587997437,0.4960569143295288,-0.9983068704605103 +480,-1.8068460772071486,-1.3777529651592584,-2.7805660473384437,-0.1865260750055313,0.9814249277114868,0.04486584663391113,2.8428492546081543,-1.9035149812698364,2.5919442176818848,-0.01713298261165619,0.7734425067901611,0.37050890922546387 +481,0.12013783599817168,-1.4194264094938946,-0.9140429195740998,0.018072279170155525,0.9885654449462891,-0.14970512688159943,1.4240031242370605,2.6381664276123047,3.837122678756714,0.07882103323936462,-0.16376692056655884,0.6796733736991882 +482,0.2762821093981869,-1.1615566260441768,-0.5224701114722394,0.10854272544384003,0.9174236059188843,-0.38282179832458496,1.6991764307022095,-3.7947845458984375,0.47713109850883484,-0.3718484044075012,-1.0292400121688843,0.7724244594573975 +483,0.09806311071152672,-1.1986405184886624,-0.4911379098112608,0.03560101240873337,0.931545615196228,-0.3618773818016052,-2.03167724609375,-0.8884879946708679,-0.17755983769893646,0.12658464908599854,-0.5787014365196228,-0.4540100395679474 +484,0.11108183751125895,-1.1944356691512494,-0.3386000137484895,0.040742889046669006,0.9300084114074707,-0.36527279019355774,0.04844847321510315,2.033252000808716,0.5850685238838196,-0.3134937584400177,-0.7565160393714905,1.8417589664459229 +485,-0.005369572970161114,-1.2971712999839178,-0.5526236391105674,-0.00145097472704947,0.9627976417541504,-0.27021902799606323,-1.940641164779663,3.2679696083068848,0.1284760683774948,0.21295304596424103,-0.7918993830680847,0.9774639010429382 +486,-1.1563215254719552,-1.4551643413615885,-1.875968261845407,-0.10560574382543564,0.9933220744132996,-0.04646248742938042,-1.6574249267578125,0.49108871817588806,-1.2272928953170776,0.039123207330703735,0.21654731035232544,0.08755439519882202 +487,-2.322079167859636,-1.3474352339208973,-3.105322620796154,-0.1618812382221222,0.9751584529876709,0.15119634568691254,-2.1255364418029785,1.3300632238388062,-0.29894405603408813,0.3974617123603821,-0.2650449872016907,0.13240347802639008 +488,-2.515130993953024,-1.1396864694750874,2.8760575654246123,-0.2449953258037567,0.9085025191307068,0.33852726221084595,-1.2480175495147705,1.212891936302185,-1.2369273900985718,-0.33657822012901306,0.12521952390670776,-0.5989184379577637 +489,-2.354509238526916,-1.0560290694563887,2.9229218165680955,-0.34871745109558105,0.8704073429107666,0.3475440740585327,0.6485283374786377,1.004437804222107,-0.23871095478534698,0.5431297421455383,0.3842311501502991,-0.4295448660850525 +490,-2.068753581749184,-1.3227398497274239,-3.021836494968733,-0.2157038003206253,0.969391405582428,0.11726803332567215,2.9535887241363525,-1.458674430847168,2.4769957065582275,-0.11966909468173981,0.6872550845146179,0.4962420165538788 +491,-0.1979791362225291,-1.466450306764569,-1.1907557752350382,-0.020486533641815186,0.9945608973503113,-0.1021227315068245,0.3157276511192322,1.4170697927474976,2.6992714405059814,-0.22894889116287231,-0.02198094129562378,0.4361986517906189 +492,0.32520719815818033,-1.200071882563085,-0.5065908809878404,0.11575377732515335,0.9320651292800903,-0.3433011770248413,2.657294511795044,-4.080376625061035,0.770790159702301,-0.14410459995269775,-0.8186007738113403,0.6061948537826538 +493,0.0343388735634883,-1.1057163384668132,-0.5178078171803586,0.015397760085761547,0.8937857151031494,-0.4482298195362091,-0.6346849203109741,-1.290092945098877,0.06649747490882874,-0.11358806490898132,-0.7664816379547119,0.3959531784057617 +494,-0.011405596581690984,-1.1268548125337285,-0.45410396258658253,-0.004898624494671822,0.9030658006668091,-0.429474413394928,0.9302986264228821,-2.2252790927886963,0.26907384395599365,0.629364550113678,0.5320233106613159,-0.4514612555503845 +495,-0.01670479768625055,-1.1113003154132786,-0.4404330944004278,-0.0074081760831177235,0.8962761163711548,-0.4434347152709961,0.9432336688041687,2.1003026962280273,0.15571963787078857,-1.1090164184570312,1.9268288612365723,-0.7507181763648987 +496,0.1014797549935924,-1.2602308538534253,-0.5696644791752626,0.030958732590079308,0.9521608948707581,-0.3040250539779663,-2.7822725772857666,1.8495393991470337,-1.0514342784881592,-0.17352160811424255,0.5014981627464294,-0.007376313209533691 +497,-0.17998510196846643,-1.443155746923653,-1.050362764419316,-0.022787686437368393,0.9918649792671204,-0.12523862719535828,-1.7651114463806152,0.3600630462169647,-1.299189567565918,0.03372824192047119,0.014253854751586914,0.1709081381559372 +498,-1.8110100947410321,-1.415078481943403,-2.715869619655859,-0.15063628554344177,0.98790043592453,0.03689734637737274,-3.354165554046631,0.6837199926376343,-1.0839314460754395,0.054673731327056885,0.25657588243484497,0.16767728328704834 +499,-2.220266878554801,-1.1749477851540129,3.020073647282811,-0.3070867657661438,0.9226697087287903,0.23319226503372192,-0.1951676607131958,1.1835086345672607,-0.9137449264526367,0.4801824390888214,0.14787179231643677,-0.7846449613571167 +500,-1.9490209061462613,-1.2980637582568406,-2.9655144144987093,-0.2503260672092438,0.963038444519043,0.09946844726800919,2.0473670959472656,-1.8641163110733032,2.2386221885681152,0.7794855833053589,1.0505876541137695,0.15364432334899902 +501,-0.32764519580686047,-1.4017403981890013,-1.3189565904264169,-0.05414571240544319,0.985744059085846,-0.15930086374282837,1.0265403985977173,0.44950732588768005,1.6911648511886597,-0.7085953950881958,0.4020274877548218,0.36640840768814087 +502,0.39847063112700915,-1.2455286305690945,-0.5064318535071429,0.12399314343929291,0.9475651979446411,-0.2945263981819153,1.825621247291565,-2.5835354328155518,0.37029170989990234,-0.5198061466217041,-0.8305456042289734,0.5303815603256226 +503,0.050696117702410975,-1.2191016012075406,-0.6563702492760276,0.017456797882914543,0.9387902617454529,-0.34404686093330383,-1.097407341003418,-2.007154703140259,-0.5823748707771301,-0.2074592411518097,-1.5011072158813477,0.3297036290168762 +504,-0.06006647080214635,-1.2998260904829957,-0.5931510927294624,-0.01606811210513115,0.9635116457939148,-0.26718372106552124,0.7184538841247559,-3.1404905319213867,0.31365182995796204,0.27162230014801025,0.7629440426826477,-0.17451250553131104 +505,-0.18582180412364147,-1.2639888721135393,-0.7545887686156652,-0.055798858404159546,0.9533026218414307,-0.2968173325061798,-1.6247727870941162,1.8208022117614746,0.3933123052120209,0.17402394115924835,-0.8023169636726379,1.0417362451553345 +506,-1.0458165907726047,-1.3801009187140616,-1.7681632964702043,-0.16401691734790802,0.9818726778030396,-0.09499745070934296,-1.692082166671753,-1.4119266271591187,-1.0855491161346436,0.24102802574634552,0.48579394817352295,0.13465505838394165 +507,-2.0915376919470674,-1.3470613343819082,-2.8539538135791473,-0.1924639195203781,0.9750755429267883,0.11038703471422195,-2.1059165000915527,0.8404466509819031,0.04190295562148094,0.0791979432106018,-0.2889946699142456,-0.07004284858703613 +508,-2.3745385937595196,-1.1845011646247523,3.0769234263367093,-0.2614773213863373,0.9263112545013428,0.27125084400177,-1.3869881629943848,0.9482055902481079,-1.0745929479599,0.030932247638702393,0.08224892616271973,-0.43744957447052 +509,-2.259458796237018,-1.0700014567721274,3.0997793492616705,-0.3707014322280884,0.8772011995315552,0.3051206171512604,0.16783390939235687,0.4837644100189209,-0.35373926162719727,0.7331281900405884,0.3565634489059448,-0.458288311958313 +510,-1.8383036240052735,-1.2481595902571592,-2.721219305548093,-0.3057915270328522,0.9484027028083801,0.0838102251291275,3.046743631362915,-1.2413500547409058,2.0199334621429443,0.0912376344203949,0.09275037050247192,0.3749605417251587 +511,-0.6532866362618042,-1.3566915925878864,-1.546509324085457,-0.12914042174816132,0.977167010307312,-0.1687220335006714,0.6516810059547424,2.903085231781006,1.630700707435608,-0.28786700963974,0.20665550231933594,0.7432612180709839 +512,0.19671681001431177,-1.2798275648240436,-0.6477886347478553,0.056070923805236816,0.9579663872718811,-0.28134751319885254,1.888067364692688,-3.9678003787994385,0.9938415884971619,-0.061564091593027115,-0.3024336099624634,0.4219878017902374 +513,0.005281360491476639,-1.19677936620226,-0.5206143172373104,0.001929576857946813,0.9308672547340393,-0.3653526306152344,-1.4522167444229126,-1.7337170839309692,0.3151562511920929,-0.3228066563606262,-1.190922737121582,0.5067100524902344 +514,0.0037768082428654842,-1.2599124095616407,-0.4213821148589656,0.001155323931016028,0.9520635604858398,-0.3058980703353882,1.4939607381820679,-3.9326956272125244,0.547935426235199,0.8356214165687561,0.5200890898704529,-0.7825113534927368 +515,-0.12832311787961637,-1.249515171215502,-0.5158475572865667,-0.04041106626391411,0.9488316178321838,-0.31318601965904236,-1.3996665477752686,-0.48025888204574585,-0.8556279540061951,-0.3554019331932068,0.11029618978500366,3.0074305534362793 +516,-1.4043547760409476,-1.468628794208242,-1.965470883801861,-0.1005803719162941,0.9947854280471802,-0.01689707487821579,-2.6985385417938232,1.3620107173919678,-1.6652997732162476,-0.1530817151069641,0.5264394879341125,0.3111170530319214 +517,-2.211604003440228,-1.3263233135067634,-2.8110689979909558,-0.19402599334716797,0.9702650308609009,0.14470458030700684,-2.3992438316345215,-0.6629431247711182,-0.7395631074905396,0.42478469014167786,-0.2268112301826477,0.2545110881328583 +518,-2.492919019463294,-1.1766572011749459,3.078622910438779,-0.23199377954006195,0.9233275055885315,0.3060145080089569,-1.8521218299865723,0.7720242142677307,-0.12035607546567917,0.05433574318885803,0.13149714469909668,-0.5349574685096741 +519,-2.4581522283472053,-1.109632027553401,3.0356128180551964,-0.28099608421325684,0.8955349922180176,0.3450482487678528,1.1907882690429688,0.4714938998222351,0.7380372881889343,0.5340173244476318,0.3764834403991699,-1.325974702835083 +520,-1.9448228093344002,-1.387834036034468,-2.7106310239611555,-0.1693647801876068,0.9833090305328369,0.06647612154483795,2.901001214981079,-1.3413867950439453,1.3229749202728271,-0.1680070459842682,0.7965066432952881,0.6877810955047607 +521,0.6332779177020246,-1.4581326410397202,-0.3840505510404714,0.06653282046318054,0.9936601519584656,-0.09062598645687103,2.995654344558716,-1.3453463315963745,2.1168277263641357,-0.016575545072555542,0.7101667523384094,0.0041849613189697266 +522,0.07956422195492167,-1.2616633522588492,-0.6528260725909126,0.024180496111512184,0.9525976777076721,-0.3032701015472412,-0.6663219332695007,-0.8769388794898987,-0.12633782625198364,-0.92463219165802,-2.170020341873169,1.2457139492034912 +523,1.0076436390234906,-1.4773554070425121,0.13549381270749322,0.07889656722545624,0.9956375956535339,-0.049811359494924545,-2.8146748542785645,1.2568098306655884,0.3961455821990967,0.21398061513900757,-0.43045204877853394,0.30466365814208984 +524,-1.2667717414620854,-1.4510493681872187,-2.285595336234368,-0.11398216336965561,0.9928389191627502,-0.03576207160949707,-1.707789659500122,0.10046160966157913,-2.0301926136016846,-0.5148172378540039,-0.79450523853302,0.44169163703918457 +525,-2.5184496984064935,-1.1303272085357237,3.017610591009501,-0.2488216906785965,0.9045517444610596,0.34622788429260254,-1.4842296838760376,1.634468674659729,-0.03835691884160042,0.011089786887168884,1.313389539718628,-1.6220457553863525 +526,-2.31522272906845,-1.1383158449175688,3.0790009697938427,-0.30825600028038025,0.9079289436340332,0.28397753834724426,2.3982346057891846,-0.5988848209381104,1.9696351289749146,1.2950266599655151,-0.9719091057777405,-0.8009452819824219 +527,-1.2396482730857352,-1.4889901367502123,-2.0888792767055935,-0.07727557420730591,0.9966557621955872,-0.026567969471216202,3.238927125930786,-0.35657423734664917,1.9708577394485474,-0.2375437617301941,1.7380549907684326,0.23933649063110352 +528,0.7047858777910769,-1.389147276941391,-0.3061280941786064,0.11703914403915405,0.9835471510887146,-0.13761171698570251,2.0642194747924805,-2.5992214679718018,1.5220381021499634,0.22365911304950714,0.52643221616745,0.6095813512802124 +529,0.08343155072810594,-1.2816937431392825,-0.6124133364133595,0.023758092895150185,0.9585000872612,-0.2841004729270935,-0.4174076318740845,-0.9477611780166626,-1.1031242609024048,-0.8014222979545593,-1.9909403324127197,0.603482186794281 +530,0.46615139088693236,-1.462761108021067,-0.4470561793173796,0.048461902886629105,0.9941698908805847,-0.09632013738155365,-0.44716909527778625,-0.4006197154521942,-0.6327338814735413,-0.4389800727367401,0.184861421585083,0.20816707611083984 +531,-1.2769007617868713,-1.381642576150678,-2.3477896032292107,-0.17996522784233093,0.9821637272834778,-0.054468315094709396,-3.0037479400634766,-5.316898822784424,-1.2967703342437744,-1.0693023204803467,-0.19108712673187256,-0.05867564305663109 +532,-2.366812179204598,-1.1087344107706665,-3.120404585087325,-0.3118598461151123,0.895135223865509,0.3185536563396454,-1.6472139358520508,1.3571529388427734,-0.6886703968048096,-0.011443376541137695,0.6451937556266785,-1.8078420162200928 +533,-2.139224809637694,-1.2462182297910342,-2.9661574275469738,-0.2687598764896393,0.9477853775024414,0.1716713309288025,3.4877688884735107,2.034705638885498,2.4184017181396484,0.8199378848075867,-1.4307870864868164,-0.21441125869750977 +534,-0.6461449799769888,-1.4847248756146085,-1.5757902745165686,-0.05175970867276192,0.9962981343269348,-0.06863415241241455,-0.6734421849250793,6.337830543518066,1.1806528568267822,-1.2007884979248047,3.5526061058044434,1.936782956123352 +535,0.6370750121184369,-1.355040703626119,-0.2750814679110604,0.12734828889369965,0.9768149256706238,-0.1720905900001526,1.8487991094589233,-4.404819488525391,-0.48505792021751404,-0.030378669500350952,-0.6282278299331665,0.8002186417579651 +536,0.35581469547804684,-1.4145686101407158,-0.4484429053262962,0.054201509803533554,0.9878212809562683,-0.14584723114967346,-1.9200260639190674,6.2661848068237305,0.6409151554107666,0.6254859566688538,-0.5402657389640808,-0.8035699129104614 +537,0.6726142425416783,-1.5009582892824715,-0.20998586634076036,0.04347634315490723,0.9975622892379761,-0.05458299070596695,0.5497992038726807,6.702477931976318,-3.593235731124878,-1.6846659183502197,2.3527793884277344,0.30226361751556396 +538,-2.263832582740527,-1.3151796629868029,-3.069736906473441,-0.19451388716697693,0.967507541179657,0.16153472661972046,-3.2319159507751465,-8.396049499511719,-2.5181539058685303,0.15378817915916443,1.9171054363250732,0.7991739511489868 +539,-2.4223035261743173,-1.0988925327959378,3.035366543601462,-0.2995017170906067,0.8907044529914856,0.3419707417488098,1.0740991830825806,1.1465669870376587,-0.36126792430877686,1.042345404624939,-0.20920133590698242,-1.20625901222229 +540,-2.042623154395606,-1.4120045980301963,-2.906889861630155,-0.14084912836551666,0.987419068813324,0.07187055796384811,3.039705514907837,0.40385180711746216,2.501338481903076,0.0025892406702041626,0.5292589068412781,0.09811235219240189 +541,0.8658160531904577,-1.4174490461252591,-0.21870352283487693,0.11633547395467758,0.988265335559845,-0.09898262470960617,1.6881011724472046,-0.20964430272579193,2.7437307834625244,-0.2782922685146332,0.6596533060073853,0.17982375621795654 +542,0.37449261566237196,-1.277003242190095,-0.39229823525727964,0.1059301421046257,0.9571523666381836,-0.26951444149017334,-0.5652230978012085,-1.7624887228012085,-0.3130342364311218,-1.0351752042770386,-2.1664419174194336,0.7924178838729858 +543,0.6985763884734909,-1.3755975304027617,-0.20789003651863994,0.12474209815263748,0.9810091257095337,-0.14852765202522278,1.5455913543701172,-4.593960762023926,-1.1984014511108398,-1.0832687616348267,2.2542965412139893,-3.4095168113708496 +544,-1.5020508987546004,-1.4367341112025596,-2.465228128241392,-0.13334494829177856,0.9910271167755127,-0.00918132346123457,-2.4858450889587402,-8.40007495880127,-3.318207025527954,-0.36634987592697144,1.5308997631072998,0.40458232164382935 +545,-2.54005211746387,-1.1270558712682077,3.030657101589113,-0.24295830726623535,0.9031521081924438,0.3539598286151886,-1.598403811454773,2.0789804458618164,-0.3224537670612335,-0.30292487144470215,0.14244115352630615,-1.5899369716644287 +546,-2.378653297612642,-1.2419583350595806,-3.074777246848097,-0.22316958010196686,0.9464182257652283,0.23342588543891907,3.987104654312134,-0.6755203604698181,1.2247400283813477,0.28469303250312805,-1.127692699432373,-1.2551391124725342 +547,-0.44177783605796994,-1.442604887540288,-1.2507252605161927,-0.0546579547226429,0.9917947053909302,-0.11556711792945862,1.117042064666748,2.362041473388672,1.7932868003845215,-0.4548482894897461,3.410320281982422,1.3034027814865112 +548,0.6403082366999138,-1.2861986351904229,-0.20702529122405203,0.16774459183216095,0.9597746729850769,-0.22515356540679932,1.8529223203659058,-5.141863822937012,-0.5677316188812256,0.5227156281471252,-0.42234498262405396,0.7508341073989868 +549,0.2084227780926793,-1.3400292198059334,-0.46916581598516327,0.04732701927423477,0.9734912514686584,-0.22377462685108185,-2.97613263130188,4.054378032684326,-0.5137438178062439,0.3899288475513458,-1.6232562065124512,-0.21017003059387207 +550,0.2551660543892508,-1.4631007168283545,-0.5247172367812556,0.027130402624607086,0.994206428527832,-0.10400683432817459,1.7530277967453003,4.258055686950684,-3.2651922702789307,-1.1825106143951416,2.827021598815918,0.301119863986969 +551,-2.155377406474767,-1.3439935636401719,-2.7991073483039863,-0.18752291798591614,0.9743903279304504,0.12409060448408127,-3.568103790283203,-7.789475917816162,-1.0840320587158203,0.17435461282730103,1.5206351280212402,0.9408203363418579 +552,-2.531451805320778,-1.1107156030124299,-3.0984550971270965,-0.25441595911979675,0.8960166573524475,0.3639044165611267,0.868872880935669,0.4083891808986664,-0.1979396492242813,0.9860901832580566,-0.38663262128829956,-1.5043768882751465 +553,-2.085001674129892,-1.4047581720265814,-2.6568790856266165,-0.1439034640789032,0.9862473011016846,0.08129004389047623,3.6931610107421875,0.24543185532093048,2.0968706607818604,-0.010866433382034302,0.33917689323425293,0.07505142688751221 +554,0.8790762792132655,-1.4142795785560562,-0.0017173963710650317,0.12005051970481873,0.9877762198448181,-0.0994296744465828,2.082550048828125,0.7793163061141968,3.208834648132324,-0.24123580753803253,0.7729660868644714,0.1272464245557785 +555,0.3069848397299116,-1.2530348874498927,-0.27822178281997667,0.0944151058793068,0.9499372243881226,-0.297833651304245,-0.2141704261302948,-1.8457536697387695,-0.5995932221412659,-1.0302519798278809,-1.9604811668395996,1.1833162307739258 +556,0.7775200601783474,-1.416169973147515,0.0913961752360779,0.10804060846567154,0.9880691170692444,-0.1097564697265625,-1.9596863985061646,-2.3745744228363037,-0.052294157445430756,-0.20055468380451202,-0.43152016401290894,0.826141357421875 +557,-0.3178954700854171,-1.4276280584432801,-1.1033125234064651,-0.04459720104932785,0.989768922328949,-0.1355309784412384,-1.6750093698501587,-2.044712543487549,-2.50917387008667,-0.30978816747665405,-0.2833327651023865,1.0825982093811035 +558,-2.7258519783581363,-1.2242506352408704,-3.075455248488332,-0.13717399537563324,0.9405515789985657,0.3107185363769531,-1.8450615406036377,7.1808857917785645,0.478938490152359,-0.6909204721450806,0.4179536700248718,0.23637008666992188 +559,-2.4825248700197915,-1.2633327410849822,-3.046999491728276,-0.18533200025558472,0.9531042575836182,0.23925775289535522,3.2698700428009033,1.4594475030899048,1.3875328302383423,0.9431597590446472,-1.1530706882476807,-0.968017578125 +560,-0.2168722539180701,-1.4617501912253745,-0.8415520632717726,-0.023417696356773376,0.9940603375434875,-0.10628100484609604,1.5087361335754395,4.826070785522461,0.8351466655731201,-0.8388411998748779,2.7923927307128906,1.0148961544036865 +561,0.7556432103202527,-1.2854145775886139,-0.010727443354946263,0.19305667281150818,0.9595542550086975,-0.20490139722824097,1.7102282047271729,-4.655673503875732,0.049210671335458755,0.5256170034408569,-0.19298332929611206,0.5671908855438232 +562,0.2084433436527749,-1.3318576503384711,-0.3254971084254958,0.04897613823413849,0.9715896844863892,-0.23154857754707336,-2.8639116287231445,-0.2653123438358307,-0.9827677607536316,-0.04516145586967468,-2.049394369125366,0.16634780168533325 +563,0.9984534695026753,-1.4486701426152935,0.3977652010234674,0.10240879654884338,0.992551863193512,-0.06597983092069626,0.5331625938415527,-1.4820741415023804,-0.9107210636138916,-0.3465646803379059,-0.18252378702163696,0.7661751508712769 +564,-1.6729736031748665,-1.4519814220761187,-2.3817892108799574,-0.11791705340147018,0.9929497838020325,0.012090547941625118,-3.477992534637451,-5.953525543212891,-2.1549243927001953,-0.4115324318408966,0.5984350442886353,1.5198613405227661 +565,-2.67905442094194,-1.1473761923496735,3.080563138948858,-0.18334372341632843,0.9116889834403992,0.36770668625831604,-1.2314356565475464,3.5403993129730225,-0.28422459959983826,-0.09625831246376038,0.19648057222366333,-1.7368321418762207 +566,-2.515621703697408,-1.2620281291372106,-3.130875883737223,-0.17804202437400818,0.9527086019515991,0.24626751244068146,3.863314390182495,-0.3072388470172882,1.851467251777649,0.7303033471107483,-1.205714464187622,-1.0092679262161255 +567,-0.51686733123494,-1.4959521487351641,-1.2173902844935358,-0.03694978356361389,0.9972004890441895,-0.06500555574893951,0.7564566135406494,5.393144130706787,0.9249955415725708,-1.368552565574646,4.0125651359558105,0.7314332127571106 +568,0.7345781760026416,-1.2893311623692534,-0.03645887666707164,0.18617774546146393,0.9606494903564453,-0.20613211393356323,1.8154219388961792,-4.351219654083252,0.20387497544288635,0.4178108870983124,-0.4604358673095703,0.5857097506523132 +569,0.4536652856154059,-1.346819687630664,-0.1568388062120233,0.09734182804822922,0.9750218987464905,-0.19964128732681274,-1.9885833263397217,4.382683277130127,0.24635720252990723,0.9160553812980652,-1.0823676586151123,-0.17702189087867737 +570,0.5581568602655373,-1.4343139842931176,-0.06788999729570218,0.07206020504236221,0.9907007217407227,-0.11540991067886353,0.32351529598236084,1.4731427431106567,-3.505939245223999,-1.8582082986831665,2.34006404876709,-1.0878677368164062 +571,-2.162503462025207,-1.400973935447084,-2.857718103833637,-0.14027385413646698,0.9856147766113281,0.09426836669445038,-3.2519824504852295,-6.779696464538574,-2.474177122116089,-0.17826862633228302,2.1837730407714844,1.3963322639465332 +572,-2.586762190943411,-1.098284347128497,2.9920188274693227,-0.23975935578346252,0.890427827835083,0.38685137033462524,-0.5090129971504211,0.7356784343719482,-0.9422480463981628,-0.11656391620635986,-0.27703964710235596,-1.492793083190918 +573,-2.375101829431917,-1.2903029418165552,-3.136728887113563,-0.19201208651065826,0.9609189629554749,0.19941379129886627,4.076460838317871,-2.1169660091400146,1.6072161197662354,-0.06647178530693054,-0.5117309093475342,-1.5216336250305176 +574,0.13740650701605547,-1.514530301419127,-0.8140821448524345,0.007703100331127644,0.9984174966812134,-0.055707402527332306,-0.7274506092071533,5.871919631958008,4.895527362823486,0.29692336916923523,1.2904772758483887,0.8732123374938965 +575,0.5037230178957836,-1.2595354812220514,-0.2601131012986438,0.14782799780368805,0.9519481658935547,-0.2682190537452698,1.5081008672714233,-3.7174012660980225,-1.1558372974395752,-0.42198264598846436,-0.9869213700294495,1.2846375703811646 +576,0.28465294526261214,-1.3936209166628475,-0.46791631108733867,0.049495238810777664,0.9843454360961914,-0.16915735602378845,-2.368669271469116,4.741116523742676,0.5419129729270935,0.8563427925109863,-0.3816843628883362,-1.9504867792129517 +577,-0.04136442095414019,-1.467734115162955,-0.9522112069931092,-0.004254319239407778,0.9946938157081604,-0.10279105603694916,0.32851630449295044,2.781043291091919,-2.4168195724487305,-0.6488065719604492,0.8837393522262573,0.25635552406311035 +578,-2.5411339413233893,-1.3022863448901605,-3.105609649956704,-0.14989715814590454,0.9641672372817993,0.2188885509967804,-6.326815605163574,-9.849564552307129,-0.41777604818344116,0.29633575677871704,1.4362080097198486,-2.394425868988037 +579,-2.5011074554399264,-1.1096592027179863,3.0801667434161266,-0.2659050524234772,0.895547091960907,0.35677671432495117,0.6817704439163208,1.0735121965408325,-0.08767029643058777,1.1942498683929443,-0.41062289476394653,-1.2917895317077637 +580,-2.30358774999849,-1.4298615226475277,-2.9849260082527334,-0.10441185534000397,0.9900851249694824,0.09396619349718094,3.362541675567627,-1.138120174407959,2.6904783248901367,0.09885764122009277,0.5890164375305176,0.07261395454406738 +581,1.0472575342496189,-1.3991678247112183,0.0811620745104302,0.1479106843471527,0.9853079319000244,-0.08538445085287094,1.9603077173233032,0.4308519661426544,3.5107195377349854,0.2764972448348999,0.694684624671936,0.43931204080581665 +582,0.41708118170241754,-1.2440214624131252,-0.23812921950015756,0.1300310641527176,0.94708251953125,-0.29347336292266846,-0.27594253420829773,-1.3934489488601685,-0.49337634444236755,-0.9141954779624939,-2.05078125,1.182679295539856 +583,0.8252212465786811,-1.3564121512401297,0.039509584298602636,0.15630392730236053,0.977107584476471,-0.1443255990743637,0.14946193993091583,1.1710150241851807,0.17205995321273804,-0.21326497197151184,-0.08788645267486572,1.24201238155365 +584,-0.48462341175358564,-1.4313971970723793,-1.4696168194413846,-0.06473229080438614,0.990299642086029,-0.12294795364141464,-1.4570976495742798,-2.253126621246338,-4.498865127563477,0.10524437576532364,-0.39036989212036133,-0.04489874094724655 +585,-2.76986225799961,-1.1817513958347041,3.083399371831002,-0.1377740353345871,0.92527174949646,0.353397935628891,-4.296239376068115,-3.9355154037475586,-1.1359590291976929,0.9559960961341858,1.8417720794677734,-2.386326551437378 +586,-2.4903044270975387,-1.1198048408369836,3.1287028897888387,-0.2642221748828888,0.9000154137611389,0.346639484167099,1.8291610479354858,1.7043951749801636,0.4391438364982605,0.9217844009399414,-0.4132601022720337,-0.7067925930023193 +587,-1.592812961720974,-1.4390084951012079,-2.2941839282333643,-0.13137468695640564,0.9913285374641418,0.002892895834520459,3.642469882965088,1.4236029386520386,2.1665992736816406,0.014660224318504333,0.6716963052749634,0.5593324899673462 +588,0.5495750657181729,-1.3474727214255084,-0.41016207302944735,0.11568045616149902,0.9751667380332947,-0.18885967135429382,3.2178783416748047,-2.3837239742279053,1.489830493927002,-0.07193349301815033,-0.0461353063583374,0.8780229091644287 +589,0.04333995114998766,-1.2736885558456752,-0.5968575513041887,0.01268403884023428,0.9561871886253357,-0.29248061776161194,-1.5485872030258179,-2.3869903087615967,-0.6621050238609314,-0.959324061870575,-2.082362174987793,1.234009027481079 +590,0.4037039909903249,-1.4694084997403056,-0.3020341521673242,0.03975963592529297,0.9948646426200867,-0.09307767450809479,-0.4878973364830017,-5.160547733306885,-0.0994233563542366,-0.15392589569091797,-0.584632158279419,1.0534048080444336 +591,-0.8601644545703832,-1.389599409092073,-1.8609915180397127,-0.1365877240896225,0.9836286902427673,-0.11755121499300003,-0.05976050719618797,-0.4457809329032898,-2.4985711574554443,0.21176780760288239,-0.5287947654724121,1.097791075706482 +592,-2.6086445212893112,-1.137045541082471,-3.125109866504758,-0.2135322242975235,0.9073957800865173,0.3619901239871979,-0.7113829255104065,7.386683940887451,-0.5944709181785583,-0.5960991382598877,0.7406601905822754,0.15236839652061462 +593,-2.234738565466712,-1.221152915578678,-2.981203373811995,-0.2697921097278595,0.9394949078559875,0.21109645068645477,3.1177282333374023,2.676673650741577,2.9562630653381348,1.3221449851989746,-1.2824361324310303,-0.5416628122329712 +594,-0.5012508473794731,-1.4685197148424283,-1.2653489389049097,-0.049060456454753876,0.9947742819786072,-0.08953818678855896,1.1208672523498535,3.190610885620117,1.4561734199523926,-0.5272334814071655,2.7451701164245605,1.2286220788955688 +595,0.6430930942865791,-1.3220456652545816,-0.19743768844113613,0.14763562381267548,0.969220757484436,-0.1970149278640747,1.3583283424377441,-3.457247495651245,0.2352142482995987,0.21495896577835083,-0.32467424869537354,0.4848109483718872 +596,-0.08840630426329348,-1.3542746461715918,-0.7084071999124087,-0.018967894837260246,0.976650595664978,-0.21399438381195068,-1.8912434577941895,-0.6259840726852417,-0.9700631499290466,-0.4494158923625946,-1.7918972969055176,0.16472378373146057 +597,0.5058104565321614,-1.49456494743481,-0.2522217452222599,0.03689916431903839,0.9970958232879639,-0.06662048399448395,1.293337345123291,4.904032230377197,-1.8209604024887085,-1.211398720741272,2.5946552753448486,-0.06793152540922165 +598,-1.9964150969952235,-1.3919878222000337,-2.827557549115983,-0.16198894381523132,0.984056293964386,0.0734342634677887,-3.436476945877075,-6.648980140686035,-2.0481910705566406,0.010240301489830017,1.1149120330810547,1.3400179147720337 +599,-2.4226973091364497,-1.1039303099366402,3.098538915015544,-0.2964082360267639,0.8929832577705383,0.3387076258659363,-0.1773132085800171,0.5437384843826294,-1.075865626335144,0.5217806100845337,-0.3813561797142029,-1.534065842628479 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/8.csv b/BoostRunClub/CoreML/DataSet/Motion/running/8.csv new file mode 100644 index 0000000..211ca1a --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/8.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-2.284566150349493,-1.3191005876201651,-3.071730102326023,-0.18825393915176392,0.9684914946556091,0.163047656416893,3.5310750007629395,-2.133901357650757,2.2587499618530273,0.10539871454238892,-0.3206949234008789,-0.8875349760055542 +1,0.2177275674742129,0.6678457838651384,-0.10500869264215784,0.16960299015045166,-0.6192960143089294,-0.7666206955909729,-0.7394430041313171,1.3251800537109375,0.6940708160400391,0.23495326936244965,0.00038427114486694336,-0.3190421462059021 +2,0.25612978996856367,0.5351222510546221,-0.026921541498480188,0.2179233729839325,-0.5099462270736694,-0.8321443796157837,-1.3905284404754639,0.7079063057899475,-0.026077091693878174,-0.1564304530620575,0.005536437034606934,-0.0031064748764038086 +3,0.19779451362615047,0.4257584206975426,0.04909630970178225,0.1789642870426178,-0.4130116105079651,-0.8929687738418579,-0.36132243275642395,-0.6183664798736572,0.23313213884830475,-0.4223267138004303,0.2453175187110901,0.3438659906387329 +4,0.16576543601159613,0.5451559131094889,-0.012632269865308963,0.14108893275260925,-0.5185514092445374,-0.8433257937431335,1.452968716621399,-0.6417632699012756,-0.8844412565231323,-0.5001587867736816,-0.044024884700775146,0.38173216581344604 +5,0.2674763484387447,0.5795712530062713,-0.027666409839327517,0.22113779187202454,-0.5476652383804321,-0.8069453835487366,-0.6523659229278564,0.18669869005680084,-0.28515565395355225,0.3004838824272156,-0.030688583850860596,-0.7719730734825134 +6,0.3830132211643373,0.6187918268023594,-0.1302202641728833,0.30442237854003906,-0.5800514221191406,-0.7555575966835022,2.6660215854644775,1.7491345405578613,-0.6718022227287292,0.34177207946777344,0.07353591918945312,0.4088321924209595 +7,0.8660635514396837,0.7606923326646015,-0.44933182665002724,0.5518054366111755,-0.6894230842590332,-0.4692615866661072,1.002655267715454,3.154817581176758,-1.7099719047546387,0.4113597869873047,0.746460497379303,0.19698381423950195 +8,1.306681214886297,0.3682189934272815,-0.74337473624831,0.9006181359291077,-0.3599543869495392,-0.24355661869049072,1.1302961111068726,2.533501386642456,-7.902317523956299,1.347123622894287,1.2191767692565918,-0.6723216772079468 +9,1.2843757498973596,-0.45509191902250007,-1.0737874863694448,0.8616282939910889,0.4395448863506317,-0.25376570224761963,1.0130395889282227,-3.2417421340942383,-8.291051864624023,1.3544056415557861,-0.6902925372123718,-1.0480074882507324 +10,0.4237185003112439,-0.6354963565224927,-1.5887286805696865,0.33088651299476624,0.5935770273208618,-0.733607828617096,3.159428358078003,-5.486571788787842,-0.13207119703292847,1.665466547012329,-1.3055675029754639,0.9567371010780334 +11,0.11701977487435437,-0.37813084776824274,-1.522557658362543,0.10850503295660019,0.3691840171813965,-0.9230004549026489,0.9500136375427246,-2.2710695266723633,2.1465814113616943,0.9911196231842041,-0.14635992050170898,0.6814080476760864 +12,0.2761310547052263,-0.23440271925368897,-1.4622128829078376,0.2651796340942383,0.23226207494735718,-0.9358066320419312,1.6520661115646362,1.7040549516677856,0.40596452355384827,-0.09832480549812317,0.03231005370616913,-1.1568140983581543 +13,0.3167979885623379,-0.06698876028491234,-1.3652114378954578,0.31082677841186523,0.06693866848945618,-0.9481064677238464,1.1046842336654663,-0.4765157103538513,2.457051992416382,0.07395407557487488,0.13260051608085632,0.3077561855316162 +14,0.2375654907593112,0.1087918490011741,-1.0895386834202276,0.23394587635993958,-0.10857737064361572,-0.9661678075790405,1.240606665611267,-1.8102390766143799,4.960402011871338,0.05848880112171173,0.024943962693214417,0.2730831503868103 +15,0.028738000630682013,0.2290650297655886,-0.6252463904227781,0.027983486652374268,-0.22706706821918488,-0.9734770059585571,-0.4892651438713074,-0.41968676447868347,5.478468418121338,-0.26959115266799927,0.41441449522972107,-0.12240922451019287 +16,-0.1739936637305201,0.0700765232556592,-0.27288059982259244,-0.1726921945810318,-0.0700191855430603,-0.9824839234352112,-1.9503711462020874,-3.9354591369628906,1.2412797212600708,0.2811364233493805,-0.5480228066444397,-1.001097559928894 +17,-0.5911201093605568,-0.03956339155106552,-0.1319798199936783,-0.556855320930481,0.039553072303533554,-0.8296672701835632,0.650390625,-2.074880361557007,0.15359260141849518,0.03840744495391846,-0.48594895005226135,0.48860275745391846 +18,-0.6627132445465327,0.08576779528788663,-0.136246765289248,-0.6129964590072632,-0.08566267788410187,-0.7854280471801758,0.08982373774051666,0.5960423946380615,-0.8058673143386841,0.22356164455413818,0.08225996792316437,1.3115816116333008 +19,-0.2359820121346824,0.23203290343025484,-0.20587424469082904,-0.22753232717514038,-0.22995641827583313,-0.9462288618087769,1.4363175630569458,2.2075953483581543,-2.347993850708008,-0.3506842255592346,0.04474523663520813,-2.3659963607788086 +20,0.1365417486784068,0.4562003560199169,-0.29837044043543415,0.12219748646020889,-0.44054022431373596,-0.8893773555755615,4.482969760894775,5.20244026184082,0.8891152143478394,0.2720591127872467,-0.29285821318626404,0.4896275997161865 +21,0.09217172405541542,0.5845218174036672,-0.35509343939475646,0.07676021754741669,-0.5518006682395935,-0.8304359912872314,0.6368194818496704,-5.038064002990723,-1.8177430629730225,-0.10527889430522919,1.1571168899536133,0.22327351570129395 +22,-0.3814556585745934,0.6536709023793241,-0.5293556442419448,-0.2955305874347687,-0.6081046462059021,-0.7367973327636719,-0.4001348316669464,-3.748021125793457,-1.4556970596313477,-0.6907517313957214,0.04417043924331665,-0.01834481954574585 +23,-0.6257502872005514,0.5772305554831593,-0.43664954354146307,-0.4908079206943512,-0.5457053184509277,-0.6792005300521851,1.7911458015441895,2.1984543800354004,1.8474177122116089,0.1308225691318512,-0.08712244033813477,-0.18537771701812744 +24,-0.6658466317746223,0.627770622735337,-0.24878082371030433,-0.49994897842407227,-0.5873419046401978,-0.6364593505859375,0.21076662838459015,-0.7193236351013184,0.28931501507759094,0.08886194229125977,0.32012999057769775,0.86175537109375 +25,-0.645043850148851,0.621333699896535,-0.36973875250850463,-0.4888646602630615,-0.5821201205253601,-0.6497288346290588,-1.8543617725372314,0.8020906448364258,-1.5893651247024536,-0.10541939735412598,0.03902930021286011,1.0840550661087036 +26,-0.42548191876222663,0.4548105171445966,-0.638645959389556,-0.3708003759384155,-0.4392921030521393,-0.8182477951049805,-2.1638453006744385,-3.7389893531799316,-2.027773380279541,-0.5126529932022095,-0.8428581357002258,-1.246068000793457 +27,-0.6760153541808047,0.4029346996321593,-0.7506854036946804,-0.5755808353424072,-0.39211970567703247,-0.7175993323326111,-0.31045007705688477,-2.6054887771606445,0.046154968440532684,0.32199496030807495,0.5251153111457825,0.22059011459350586 +28,-0.8288729456880329,0.34080485773383323,-0.8340126377797158,-0.6947726011276245,-0.3342457711696625,-0.6368443369865417,-1.8767067193984985,-5.49905252456665,-0.0787145346403122,0.6020144820213318,0.7065755128860474,-0.05331063270568848 +29,-1.2547279172819412,0.22697290348749113,-0.7631477801277742,-0.9260873794555664,-0.2250290960073471,-0.30285993218421936,1.8320294618606567,-0.28025954961776733,4.60720682144165,-1.0935659408569336,-0.5872572660446167,-0.24059712886810303 +30,-1.4669372961130587,0.026947716230850797,-0.4845618010966686,-0.9942503571510315,-0.02694445475935936,-0.103634774684906,1.7508186101913452,-1.441123604774475,1.3150211572647095,0.25957024097442627,-0.15317028760910034,-0.453494131565094 +31,-1.508230531334727,0.04290087536095471,-0.4586836226835449,-0.9971251487731934,-0.042887717485427856,-0.06246745586395264,-0.7505012154579163,0.20462752878665924,-0.9150639772415161,0.7263883948326111,-0.20267197489738464,0.29376018047332764 +32,-1.484875594711922,0.13780476049438434,-0.5810706307155321,-0.9868660569190979,-0.13736902177333832,-0.08500152826309204,-1.8262063264846802,0.23154465854167938,-0.41370269656181335,-0.0295524001121521,-0.3073636293411255,0.32282501459121704 +33,-1.3757124333137263,0.17714792618847047,-0.7627901430056728,-0.9656785726547241,-0.17622286081314087,-0.19081516563892365,-1.6725155115127563,1.5223677158355713,-2.3442673683166504,-1.0863081216812134,-0.23222441971302032,-0.14588528871536255 +34,-1.2673486174606146,0.37069671413142646,-0.9220165568224105,-0.8894904851913452,-0.3622649013996124,-0.27851539850234985,-0.2926030158996582,0.2736453413963318,-2.2978579998016357,0.2802833318710327,0.3926604390144348,-0.10284751653671265 +35,-1.0821740550903007,0.6220350069292387,-0.9711816864730941,-0.7175931930541992,-0.5826901793479919,-0.381486713886261,0.7830788493156433,1.1951147317886353,-1.6502825021743774,0.4640379548072815,0.6475248336791992,0.06608757376670837 +36,-0.9275530516708649,0.7715526406257306,-0.9167659972940873,-0.5735740065574646,-0.6972490549087524,-0.42994949221611023,1.7782096862792969,0.9202668070793152,1.7249023914337158,-1.1363868713378906,-0.7289593815803528,-0.38772323727607727 +37,-0.9846840562502177,0.6516611210228546,-0.7558906788879993,-0.6623768210411072,-0.6065079569816589,-0.439778208732605,0.18137849867343903,0.32915356755256653,1.0108624696731567,-0.07326459884643555,-0.01833939552307129,-0.046351492404937744 +38,-1.1184750411257085,0.5866188793258496,-0.7060557086856566,-0.7490647435188293,-0.5535483360290527,-0.36398646235466003,-0.6045179963111877,0.1565077304840088,0.6763498783111572,0.8718675374984741,0.21539831161499023,0.6286654472351074 +39,-1.033135635580912,0.5810760347015383,-0.8253463812422966,-0.7179384231567383,-0.548923671245575,-0.42807379364967346,-0.846356987953186,-0.5988428592681885,-1.2235689163208008,0.21654993295669556,0.06483864784240723,0.25036993622779846 +40,-1.03208046182568,0.6361113087496784,-0.9827341681324407,-0.6904816031455994,-0.5940718054771423,-0.41269078850746155,-0.475452184677124,-0.4788590669631958,-0.41666150093078613,-1.2051024436950684,-1.031355381011963,-0.3507368862628937 +41,-1.107366093198148,0.6295238378177123,-0.9265569167358154,-0.7230512499809265,-0.5887599587440491,-0.36132916808128357,0.22150379419326782,0.9210396409034729,0.5092887878417969,0.5896894335746765,0.7365718483924866,0.14717203378677368 +42,-0.971398811501729,0.5855484847749609,-0.9121565270994351,-0.6881255507469177,-0.5526565909385681,-0.47016364336013794,0.313675194978714,2.026858329772949,0.5569598078727722,0.38861083984375,0.8316025733947754,0.5840247869491577 +43,-0.8779646000044875,0.5324554181435353,-0.8241955843859621,-0.6629214882850647,-0.5076503753662109,-0.550296425819397,1.937192678451538,0.25395816564559937,1.4882442951202393,-1.512874960899353,-0.9128818511962891,-0.623775839805603 +44,-1.0732729945407549,0.5734996517155228,-0.5511286420496081,-0.7381709218025208,-0.5425751209259033,-0.4008939862251282,2.5188229084014893,-0.12593160569667816,0.6049757599830627,0.6384699940681458,-0.18235468864440918,-0.17478960752487183 +45,-1.2625706315676954,0.6479947115030792,-0.19729369867917082,-0.7597219347953796,-0.6035888195037842,-0.24187438189983368,3.177658796310425,-0.6791296601295471,-0.006685017142444849,0.8774434924125671,0.2547881603240967,0.3348461389541626 +46,-1.7796989310213047,0.8641040153268477,0.2963286502774103,-0.635205090045929,-0.7605137825012207,0.13466058671474457,1.7246466875076294,-2.107819080352783,0.14744575321674347,0.3973357677459717,0.1375584602355957,0.35529911518096924 +47,-1.5382668696740252,1.0177574679001125,-0.03209314468458221,-0.5249976515769958,-0.850932240486145,-0.017083914950489998,-4.3803391456604,-0.04859292879700661,-2.5751826763153076,-0.7453880906105042,-0.7886399030685425,0.22121596336364746 +48,-1.4376767092484868,1.2474380924336508,-0.15974928412174447,-0.3149413466453552,-0.9481737017631531,-0.042174287140369415,1.8572146892547607,0.023164819926023483,-2.1741199493408203,0.4812469184398651,0.4238816499710083,-0.24928385019302368 +49,-1.5171176422041688,1.3231486782483015,0.011036996243566964,-0.24477048218250275,-0.969491720199585,-0.013151591643691063,-0.8616659641265869,0.4308769404888153,0.0492880679666996,-0.036326900124549866,1.2490177154541016,-0.4517226815223694 +50,0.0848068775905646,1.4034403853286836,-1.5399519039789833,0.014109843410551548,-0.9860286712646484,-0.1659771054983139,-2.6465904712677,0.23798400163650513,-1.202522873878479,-0.15629124641418457,-2.3209476470947266,0.6982647180557251 +51,-0.5083984178139808,1.3706904669642768,-0.8677686817565043,-0.09675861895084381,-0.9800455570220947,-0.17363345623016357,0.8128824234008789,0.9603721499443054,0.1626482754945755,0.3170497417449951,0.2727243900299072,0.14345157146453857 +52,-1.0673548177019319,1.3735931329149942,-0.3492093733563374,-0.17161838710308075,-0.9806183576583862,-0.09452389925718307,0.8036808371543884,-0.6591590046882629,0.9657204151153564,0.5665006041526794,0.8664979338645935,-0.06436586380004883 +53,-1.0366119369368718,1.3558213732862043,-0.4674337866013628,-0.18360313773155212,-0.9769817590713501,-0.10861075669527054,-1.3514015674591064,-2.6864798069000244,-0.960004448890686,0.0964449793100357,0.7354199886322021,0.08578361570835114 +54,-0.3070505111831797,1.2334758620912885,-1.5227292427521226,-0.10003209859132767,-0.9436448812484741,-0.31548061966896057,0.18955475091934204,0.16558599472045898,-0.7680209279060364,-0.32762598991394043,-1.2154737710952759,0.3663076162338257 +55,-0.24704664880218902,1.3128973987093062,-1.4787730234729088,-0.062370117753744125,-0.9669280052185059,-0.24730578064918518,0.686556875705719,1.8978010416030884,0.5320025086402893,0.038398537784814835,0.6872192025184631,-0.04351149499416351 +56,-0.22297803230278043,1.3214921614427488,-1.4037554118905649,-0.05456048622727394,-0.9690843224525452,-0.2406211942434311,0.018396291881799698,0.6179782152175903,-0.04542706534266472,-0.17548102140426636,0.9248797297477722,0.03119434416294098 +57,-0.1673695162669086,1.2070328451704417,-1.3539676397018499,-0.0592714361846447,-0.9345644116401672,-0.3508222699165344,-3.8095903396606445,2.0185024738311768,2.275686502456665,-0.9347165822982788,-1.3969022035598755,-0.6090471744537354 +58,-0.30764879444553067,1.1502372804612553,-1.062767672099679,-0.12363207340240479,-0.9128608703613281,-0.38910192251205444,0.6898422837257385,2.4597299098968506,-0.10845289379358292,0.13333666324615479,0.24367135763168335,0.5531186461448669 +59,-0.4090239804794864,1.1160725257057929,-1.0709168089927539,-0.17468170821666718,-0.8983823657035828,-0.40298333764076233,-0.46985211968421936,-3.907654285430908,2.1372649669647217,0.7022848129272461,0.7217923998832703,0.34190237522125244 +60,-0.8919158135787997,0.9637411380377516,-0.8118853809084218,-0.44396862387657166,-0.8213314414024353,-0.35819897055625916,0.14065390825271606,-2.6152374744415283,0.9394952654838562,0.565062403678894,-0.1710544228553772,-0.35849109292030334 +61,-0.9225668581617297,1.0102518131066442,-1.0926449228602826,-0.42380499839782715,-0.8469657301902771,-0.3209960162639618,-0.6775999665260315,-1.899882197380066,-2.6908180713653564,-0.26163503527641296,-0.9041023850440979,0.11065363883972168 +62,-0.7674548708254145,1.1470494688601016,-1.383710660937249,-0.2854838967323303,-0.9115546941757202,-0.295917272567749,0.42743346095085144,0.05690263211727142,-0.6442989110946655,0.12772327661514282,0.5314582586288452,0.18515372276306152 +63,-0.664996308710019,1.1708396070671414,-1.221788167912276,-0.24026836454868317,-0.9210778474807739,-0.3064092695713043,0.7728626728057861,4.508320331573486,0.464418888092041,-0.19482071697711945,0.7515069842338562,0.2041754424571991 +64,-0.3872323619853544,1.2206091417218237,-1.1106398007539815,-0.1295538991689682,-0.9393085241317749,-0.31767162680625916,0.780135452747345,0.6902481913566589,-1.8531626462936401,-1.4327019453048706,-1.04619562625885,-0.25775253772735596 +65,-0.5208734386016178,1.2507276312599636,-1.0118001055406576,-0.1565726399421692,-0.9492138028144836,-0.27290672063827515,0.6005303859710693,0.30998024344444275,0.8882508873939514,0.08757241070270538,0.6444195508956909,0.25015589594841003 +66,-0.6200180622856434,1.2458968590918809,-0.6482401297740604,-0.18547895550727844,-0.947682797908783,-0.2597976326942444,0.38866493105888367,3.974998950958252,1.3199745416641235,0.5694206357002258,0.5659842491149902,0.3581710755825043 +67,-0.8779198444439535,1.1282092138955693,-0.2664097217178897,-0.3295225501060486,-0.90364670753479,-0.2735641896724701,-1.330592393875122,-3.5475246906280518,3.043297529220581,0.8987669944763184,-1.4010711908340454,0.1772201955318451 +68,-1.1118026512837067,1.1350801863675812,-0.4293127305115303,-0.3783760964870453,-0.9065680503845215,-0.18699197471141815,-0.14641322195529938,-2.950451374053955,-2.2884342670440674,0.0550728440284729,-0.11302423477172852,-0.16142725944519043 +69,-1.4246522285677432,1.157268565146657,-0.43479129936827016,-0.397558331489563,-0.9157088994979858,-0.05851801112294197,2.8412926197052,-2.6034505367279053,3.0966765880584717,-0.7714784741401672,0.7244400978088379,1.3418279886245728 +70,-1.6988477473348382,1.0720019949707607,0.0932655223348014,-0.47445034980773926,-0.8781599402427673,0.06108829751610756,0.40068525075912476,3.305328607559204,-0.9793097972869873,0.08783847093582153,0.8989730477333069,-0.08977485448122025 +71,-1.1127958455644789,1.2168615132214553,-0.2151328994246752,-0.3108707666397095,-0.9380161762237549,-0.15324713289737701,0.4517165720462799,-1.1702771186828613,0.664517343044281,-0.5633662343025208,-1.698275089263916,-0.9915740489959717 +72,-1.7236218763645061,1.2963607850781271,0.4322766898832738,-0.2678448557853699,-0.962578296661377,0.04125521704554558,0.6053624153137207,0.27485203742980957,-1.942945122718811,0.46109747886657715,0.34970909357070923,0.05382227525115013 +73,-2.0073592195316476,1.462462857770229,0.6702572460645191,-0.09798116981983185,-0.9941376447677612,0.04571687802672386,0.5721896290779114,-2.438615560531616,-0.7848718762397766,0.27202293276786804,0.9882172346115112,-0.43562471866607666 +74,-2.662261987040941,1.46271168445929,0.962898661712328,-0.04974979907274246,-0.9941645264625549,0.09571678936481476,-0.10392732918262482,-5.652585983276367,1.1449356079101562,0.36992496252059937,-0.10066872835159302,0.016130074858665466 +75,-2.55434343544443,1.457834361391469,0.5500649768762711,-0.06245673820376396,-0.993626594543457,0.09383820742368698,0.19261009991168976,3.5999112129211426,-1.5231033563613892,0.6328302621841431,-0.3154555559158325,0.5551943778991699 +76,-2.644604626435293,1.4483055371173783,1.016222816055613,-0.05825604125857353,-0.9925073981285095,0.10740459710359573,0.7194640636444092,1.507728099822998,0.6589531898498535,-0.12730608880519867,0.9371940493583679,-0.27985939383506775 +77,-2.3581637504090307,1.3045277118784266,0.5770601053468172,-0.18569661676883698,-0.9647594690322876,0.1864294409751892,-0.5588527917861938,-0.7165546417236328,0.5476137399673462,-0.8775815963745117,0.9009624719619751,0.495760440826416 +78,-2.645716085485811,1.3544724746840322,0.7205594822519765,-0.10212639719247818,-0.9766930937767029,0.18878717720508575,1.4965438842773438,-0.928361713886261,-1.7550894021987915,0.1733849048614502,-0.8807134032249451,-0.35957884788513184 +79,2.674680175646768,1.2881909223067018,1.994274333276701,0.12552320957183838,-0.9603321552276611,0.24901063740253448,1.7668734788894653,1.4205478429794312,-1.7384430170059204,0.10689868032932281,0.6979876756668091,-0.33403250575065613 +80,2.5801047901642677,1.1331520467811969,2.0179399390531616,0.22565416991710663,-0.9057525396347046,0.35873687267303467,-0.09999766945838928,-2.423341751098633,0.10422667860984802,-0.2002330869436264,1.1152405738830566,-0.40133947134017944 +81,2.5539308248683756,1.1562156168223414,1.942595624152472,0.22332224249839783,-0.9152852892875671,0.33523082733154297,-1.854631781578064,0.5991166830062866,1.5851207971572876,0.06947863101959229,-2.2277350425720215,1.3417558670043945 +82,2.6708197077789473,1.1665395593098757,1.559030627257958,0.17840738594532013,-0.9193949699401855,0.3505479097366333,0.8977762460708618,0.5779771208763123,0.6008186936378479,0.3484175503253937,-0.24112749099731445,0.0745009183883667 +83,2.8523266186675644,1.1667345371579603,1.3873493489787336,0.11214742064476013,-0.9194716811180115,0.37682217359542847,-0.749658465385437,-0.3750372529029846,0.3391864597797394,-0.12026509642601013,0.8943403959274292,-0.21138644218444824 +84,2.7482124376976924,1.21290196375949,1.5616301974829911,0.13427545130252838,-0.9366365075111389,0.3235461413860321,-1.550463318824768,1.5167146921157837,-0.888883113861084,-0.2704601287841797,-0.20061630010604858,0.4267284572124481 +85,2.554507000132463,1.2948800119714623,2.002965697945541,0.1509084552526474,-0.9621759653091431,0.22681303322315216,0.38763174414634705,0.12538675963878632,-1.4538428783416748,0.16484162211418152,-0.8109411001205444,0.03736233711242676 +86,2.3012120072137714,1.1674657236815054,2.477982728023597,0.2923600375652313,-0.9197589159011841,0.2618570625782013,0.29351070523262024,3.62150502204895,-1.7639025449752808,-0.08203288912773132,0.8415881991386414,-0.055207282304763794 +87,2.4020852018303844,1.0485507907141403,2.5445234904858895,0.3361718952655792,-0.8667012453079224,0.36853405833244324,0.03512208163738251,-1.3756930828094482,-0.13550974428653717,-0.2598474323749542,0.9768849611282349,-0.3349800109863281 +88,2.3811058283811186,1.1033117301342885,2.4199861668953817,0.3106161057949066,-0.8927046656608582,0.3264905512332916,-1.357237458229065,-1.5508575439453125,2.145782709121704,0.3844522535800934,-0.9956925511360168,0.9857957363128662 +89,2.434540758528229,1.1385335043451266,1.9080541917961755,0.2721327543258667,-0.9080201387405396,0.31850168108940125,2.3616766929626465,-3.840886116027832,0.3628357946872711,0.4542008936405182,-0.18768298625946045,-0.9615223407745361 +90,2.5632977837055884,1.1665089767575847,1.8799216532438838,0.21501125395298004,-0.9193829894065857,0.3294009864330292,-0.7091529965400696,0.04750574007630348,-0.0031981191132217646,-0.16303981840610504,0.9685468673706055,-0.13846781849861145 +91,2.2979219518071505,1.2744843212165355,2.1876766746900143,0.21814586222171783,-0.9564198851585388,0.19409623742103577,-2.2343952655792236,0.009486156515777111,-0.15458522737026215,-0.3298249840736389,0.3616628050804138,0.018656954169273376 +92,1.7034041508556512,1.3248963771783442,2.954120039138307,0.24129150807857513,-0.9699186682701111,0.032186027616262436,-0.24435487389564514,2.411590814590454,-0.4647693932056427,-0.05015994608402252,-0.8361572027206421,-0.24606847763061523 +93,1.636225989440194,1.268942393272498,-3.036130353520008,0.2966545820236206,-0.9547869563102722,0.019437754526734352,-1.1441208124160767,3.0548415184020996,-1.0008405447006226,-0.05551996827125549,0.721174955368042,0.09202766418457031 +94,1.7199535432543995,1.1464125842884192,-2.8590113787590408,0.40718773007392883,-0.9112926721572876,0.0611894391477108,-0.12053772807121277,1.89795982837677,-1.2008140087127686,-0.25514906644821167,0.9953837394714355,0.12425065785646439 +95,1.6083943074831468,1.1289154842728935,-2.626339669221973,0.4273383617401123,-0.903948962688446,0.016074635088443756,-1.7662724256515503,-0.26331627368927,1.6977850198745728,0.7692712545394897,-2.2456483840942383,1.0964131355285645 +96,1.6695249103861645,1.2470149792073395,-2.970578545870066,0.3166044056415558,-0.948039174079895,0.03135986253619194,3.2483410835266113,-3.908543586730957,1.6572129726409912,-0.10086041688919067,-0.23558509349822998,0.18424689769744873 +97,2.5694689714886074,1.2420427218041081,2.0022191216971534,0.17480450868606567,-0.9464454650878906,0.2714487314224243,2.6527388095855713,-5.1818156242370605,1.5416254997253418,-0.22715741395950317,0.8407630920410156,-0.4467111825942993 +98,2.426029448284407,1.2783385277477115,1.9488788262656187,0.18914122879505157,-0.9575381875038147,0.21759165823459625,-0.5523439645767212,-0.11352729052305222,-0.9476267099380493,-0.45433899760246277,-0.13689839839935303,0.20916613936424255 +99,2.343112133175804,1.2823074002504466,2.0253423293269566,0.20378918945789337,-0.9586748480796814,0.19852566719055176,0.9993183612823486,1.4850600957870483,-0.3715689480304718,0.8139567971229553,-0.35765504837036133,0.29410433769226074 +100,2.3133513786811837,1.2477464355228705,2.216462269834416,0.23388676345348358,-0.948271632194519,0.2146579474210739,0.7127363085746765,0.856514573097229,-0.6811657547950745,-0.005249053239822388,0.5993794202804565,0.03294646739959717 +101,2.2629569823646802,1.209978194691193,2.238423943470788,0.27179428935050964,-0.9356083273887634,0.22531068325042725,-0.2224757820367813,-1.5213462114334106,-0.022054113447666168,-0.14197254180908203,0.7630924582481384,-0.19494569301605225 +102,2.1432123049516107,1.2312071428968598,2.220137705800667,0.2800019681453705,-0.9428915977478027,0.18042834103107452,1.0600841045379639,-0.07357989996671677,0.5117178559303284,0.6489378213882446,-1.5891976356506348,0.6333991289138794 +103,2.4685270023719212,1.189179387458302,1.9165409214388751,0.23216234147548676,-0.928063690662384,0.2912016808986664,-0.2553192377090454,1.3143432140350342,0.3690781891345978,-0.15324389934539795,0.4803403615951538,-0.1433134377002716 +104,2.594039153672856,1.2075690745505128,1.8452241214059482,0.1849653571844101,-0.9347550868988037,0.30334916710853577,-0.3943284749984741,0.00019933003932237625,-0.20573896169662476,-0.3153669834136963,0.816728413105011,-0.05736222863197327 +105,2.309617167105129,1.2377981002813259,2.121481881941063,0.24164895713329315,-0.945066511631012,0.22012518346309662,-2.1461873054504395,-0.5509098172187805,0.3359491229057312,-0.09608012437820435,-0.9877184629440308,0.3821544647216797 +106,2.4985939726787305,1.1921056803795442,2.0545593151016392,0.22167383134365082,-0.9291495084762573,0.295874685049057,-0.1749761998653412,2.1382803916931152,-0.8832235336303711,0.4671536684036255,-0.19990921020507812,0.01607605814933777 +107,2.4735646651475345,1.142662619619252,2.128124801627095,0.257175087928772,-0.9097421765327454,0.32593026757240295,0.26635363698005676,-0.23198795318603516,-0.28296127915382385,-0.21983680129051208,0.7248513102531433,-0.17508181929588318 +108,2.41172297395859,1.1183071035724592,2.094568872855712,0.2915164828300476,-0.8993616104125977,0.32583218812942505,0.925545871257782,-1.0503593683242798,0.2655572295188904,-0.21943399310112,0.6201869249343872,0.11812230944633484 +109,2.3134322732642842,1.1076846087818142,2.0652169209277482,0.32910436391830444,-0.8946667313575745,0.3020963668823242,0.08856828510761261,-1.0187827348709106,0.5752866864204407,0.7286959886550903,-1.618105173110962,0.48341089487075806 +110,2.4791536105416236,1.1074933096821478,1.8592137470344323,0.27486538887023926,-0.8945812582969666,0.35238227248191833,-0.3305194675922394,-0.06391449272632599,0.8693971633911133,-0.23362094163894653,0.5685162544250488,-0.08701673150062561 +111,2.506813378451482,1.1991158750233917,1.8239005510172555,0.2153666764497757,-0.9317183494567871,0.29243484139442444,-0.6018955707550049,0.6691917777061462,0.06000928208231926,-0.254963219165802,0.9481520652770996,-0.1673738956451416 +112,2.3017425281503168,1.228382132634143,2.095264226285928,0.24998943507671356,-0.941946804523468,0.2241462618112564,-1.3928836584091187,0.6547403931617737,-0.356722891330719,0.034068167209625244,-1.4616024494171143,0.6985222101211548 +113,2.36675250479324,1.1842277004915,2.0799440388288772,0.263759046792984,-0.9262081980705261,0.26938822865486145,-1.0582048892974854,2.5026469230651855,-1.1464980840682983,0.2675977647304535,-0.0980687141418457,0.031530410051345825 +114,2.4517309842587918,1.0729197131390504,2.216733386547288,0.3039344549179077,-0.8785985708236694,0.36835917830467224,1.8986059427261353,0.973426878452301,-1.2081509828567505,-0.1453956663608551,0.9606298208236694,0.025241374969482422 +115,2.3529507705325994,1.037766572990617,2.300325729374381,0.36047637462615967,-0.8612715005874634,0.3581453561782837,-0.5413296222686768,0.6508614420890808,-0.6836258769035339,-0.10283172130584717,0.4583021402359009,0.1831907033920288 +116,2.2472978891137947,1.1408430126425837,2.267378609008574,0.32502907514572144,-0.9089851975440979,0.2609630823135376,2.4366564750671387,0.11919949948787689,0.8930573463439941,0.3106062412261963,-0.7589834332466125,0.6397020220756531 +117,2.5335273142703247,1.10617942812249,1.88318821963393,0.2559795677661896,-0.8939933180809021,0.36776402592658997,-0.14881616830825806,-0.10543183982372284,0.8842723965644836,-0.16786009073257446,0.7216147780418396,-0.29914525151252747 +118,2.57539849152586,1.1763228839455644,1.8973155405138773,0.20615969598293304,-0.9231990575790405,0.32434824109077454,-0.7530460357666016,0.8989917635917664,-0.21791104972362518,-0.36248600482940674,0.989986777305603,-0.32114386558532715 +119,2.3572461409162786,1.3469902249330847,2.297251567295798,0.15677182376384735,-0.9750598073005676,0.15710189938545227,0.7637684345245361,0.092178113758564,0.20326530933380127,-0.28512877225875854,-1.7937848567962646,-0.14230085909366608 +120,2.397554389548431,1.1423071350701322,2.278020798353372,0.2814013659954071,-0.9095945358276367,0.30569759011268616,-1.191030740737915,2.79536509513855,-2.2154104709625244,0.1562207043170929,0.5153837203979492,-0.3596527576446533 +121,2.306758565892091,1.0696551965008017,2.4584962203152507,0.35608506202697754,-0.8770349025726318,0.3225107192993164,0.17378851771354675,-0.9605821967124939,-0.5476211309432983,-0.3033354580402374,0.9359186291694641,-0.2568979561328888 +122,2.1034581469463833,1.0951108740580155,2.4825214593981344,0.3945029079914093,-0.8889790177345276,0.23255877196788788,-1.26455557346344,-3.7323453426361084,3.8263232707977295,1.889005422592163,-2.7143380641937256,1.1042790412902832 +123,2.236118769628725,1.1754991971771298,2.0991404631666635,0.30295130610466003,-0.9228821992874146,0.237716406583786,1.5284000635147095,-0.29468727111816406,0.4355095624923706,0.09743931889533997,-0.11895740032196045,0.1732332706451416 +124,2.3803545021213917,1.2110117526151736,2.012087079477477,0.24286597967147827,-0.9359726905822754,0.2548941969871521,-0.7854532599449158,1.0410594940185547,0.33834099769592285,-0.19852393865585327,0.8621050119400024,-0.37832263112068176 +125,2.3213180849927952,1.3092048707296544,2.116707648095604,0.18913617730140686,-0.9659796357154846,0.17638300359249115,-1.5766037702560425,0.13989244401454926,0.6217347383499146,-0.44420212507247925,0.7801427841186523,0.06256961822509766 +126,2.0129460494131304,1.381886208593985,2.7881049133407148,0.16972918808460236,-0.9822095036506653,0.08035138994455338,2.368833541870117,1.4014971256256104,0.22564764320850372,-0.20546530187129974,-0.5275865197181702,-0.6919388771057129 +127,1.9574665396332496,1.2126619554078157,2.610306268862309,0.3246478736400604,-0.9365524053573608,0.132186159491539,-0.875361979007721,-0.5874694585800171,-3.6333937644958496,0.04369926452636719,0.8029160499572754,-0.1289513260126114 +128,1.8975790844573106,1.0690807059329133,2.5844689410521626,0.45547956228256226,-0.8767587542533875,0.15437756478786469,0.09390474110841751,-1.974963903427124,0.21253997087478638,-0.25922104716300964,1.0724680423736572,-0.03438246250152588 +129,1.524413789685225,1.2006474535051916,2.773176735087999,0.36136525869369507,-0.9322735071182251,-0.01677306741476059,-1.334283709526062,-1.8798340559005737,3.54410982131958,1.3412103652954102,-2.509666919708252,0.3310736417770386 +130,1.9474612488564884,1.2486302091526311,2.180511901832193,0.2944253981113434,-0.9485517740249634,0.11646018177270889,2.4845364093780518,-2.6524901390075684,0.3358660638332367,0.02430015802383423,-0.05196690559387207,-0.01749170571565628 +131,2.190403706373182,1.26575020950648,1.947742608974179,0.2445063591003418,-0.9538331031799316,0.17441041767597198,-0.5223726630210876,-1.1526786088943481,0.5795106887817383,-0.2446437031030655,0.9570832848548889,-0.2014947086572647 +132,2.1522239975196236,1.323318838221405,1.8837486124125724,0.20470760762691498,-0.9695334434509277,0.13453605771064758,-0.4375368654727936,-1.1373982429504395,0.41158509254455566,-0.3433947265148163,0.8002523183822632,0.1752936989068985 +133,1.364367438471491,1.383753156185809,2.8001187067294153,0.1820063441991806,-0.9825583696365356,-0.03811429813504219,1.5802791118621826,2.307595729827881,-0.16126902401447296,-0.12435868382453918,-0.33549582958221436,-0.16586518287658691 +134,1.5258890624855215,1.3183959730266737,2.7693441713992626,0.24947738647460938,-0.9683157801628113,-0.011210883967578411,-0.38312262296676636,-0.12511123716831207,-1.1494717597961426,-0.05361554026603699,0.8614432215690613,-0.2321057915687561 +135,1.598755902498052,1.2764605712117933,2.421444943726398,0.28999054431915283,-0.9569950699806213,0.008110126480460167,0.7642815113067627,-4.082874774932861,0.011723256669938564,0.04582485556602478,1.1010992527008057,-0.14287567138671875 +136,0.9590635254262658,1.3471017549798856,2.7775459246134284,0.1816055029630661,-0.9750845432281494,-0.12739647924900055,0.44256624579429626,1.5422345399856567,-0.12289213389158249,1.283284068107605,-3.3448619842529297,0.14221273362636566 +137,2.2947894240540117,1.3522533778411234,1.6036002815511357,0.16242475807666779,-0.9762144088745117,0.14360907673835754,1.4072126150131226,4.373721599578857,0.6436283588409424,-0.5484263300895691,0.4829893708229065,-0.16806890070438385 +138,2.5971947898728316,1.3756974929484556,1.459919104051241,0.10040276497602463,-0.9810284972190857,0.16583888232707977,-0.8726178407669067,-1.6467410326004028,0.1412227302789688,-0.3957213759422302,1.0869550704956055,-0.22333407402038574 +139,1.16496697863715,1.4600445807792086,2.7743165722830727,0.10154832899570465,-0.9938732981681824,-0.04363345354795456,-4.7286529541015625,1.0766074657440186,2.089874267578125,-0.14102283120155334,-2.9507222175598145,0.9932336807250977 +140,0.8346959261907604,1.4611000341319127,-3.0757869053025058,0.08113233000040054,-0.9939894080162048,-0.07350297272205353,0.4507790207862854,0.7590702176094055,-0.7972139716148376,0.08428820222616196,0.11403030157089233,0.16696304082870483 +141,1.5650123253024304,1.336041739012404,2.4089621321787686,0.23260001838207245,-0.9725714325904846,-0.00134537392295897,1.3825126886367798,-2.4821414947509766,-0.8825321197509766,0.6084185838699341,1.0419838428497314,-0.3157932758331299 +142,1.5059109280563197,1.3359147412701498,2.2572766822630093,0.23223872482776642,-0.9725419282913208,-0.01509008463472128,-0.9087105989456177,-1.4862096309661865,1.193888545036316,0.2639923691749573,0.34954071044921875,-0.06352317333221436 +143,1.342713088581644,1.407127046836861,2.4363176050798208,0.1587197482585907,-0.9866360425949097,-0.03684241324663162,1.9153096675872803,-1.8340680599212646,-1.1134203672409058,0.0539114773273468,-0.7868777513504028,0.3769303560256958 +144,2.0644816912877846,1.33583950888181,1.8128491427986555,0.20500238239765167,-0.9725244045257568,0.11031821370124817,1.5749139785766602,2.9965999126434326,0.5343081951141357,-0.42414915561676025,0.4506739377975464,-0.19332601130008698 +145,2.630250956022567,1.3859331124920393,1.32475873331698,0.08994769304990768,-0.9829614162445068,0.16029983758926392,-0.6308896541595459,-0.7216161489486694,0.14020727574825287,-0.5052309036254883,1.2823847532272339,-0.25890207290649414 +146,0.45701369891492377,1.3790348175945084,-2.822981118262907,0.08410079032182693,-0.9816700220108032,-0.1710287183523178,-3.9663097858428955,2.3286502361297607,1.4092488288879395,0.033742837607860565,-3.1170237064361572,0.683144211769104 +147,1.193343923430167,1.453660289423032,3.068752694842762,0.10864253342151642,-0.9931474328041077,-0.04307260364294052,0.2224387228488922,3.5034713745117188,-0.8051151037216187,0.052368223667144775,0.1859421730041504,-0.03428947925567627 +148,1.582642723307349,1.389082669224212,2.6685507898190646,0.18070246279239655,-0.9835354685783386,0.0021407732274383307,1.653333067893982,-2.102846622467041,0.3814517855644226,0.6420208811759949,1.139861822128296,-0.45053553581237793 +149,1.6997152634015593,1.4016116968811574,2.32646797705898,0.1669808328151703,-0.9857223629951477,0.021647049114108086,-0.2055615484714508,-3.047941207885742,0.8625848889350891,0.3701895475387573,0.5436753630638123,-0.2739206552505493 +150,1.0928476972323249,1.4589901754831722,2.9178137279611076,0.09906978160142899,-0.9937561750411987,-0.05131876841187477,1.9347096681594849,-1.2675361633300781,-1.1677684783935547,0.07404117286205292,-0.7901334762573242,0.21025431156158447 +151,2.064363836293338,1.397717069120787,1.9152485255595224,0.15166236460208893,-0.9850591421127319,0.08159121870994568,2.1728873252868652,1.9653476476669312,0.13897262513637543,-0.5025534629821777,0.47300469875335693,-0.14740240573883057 +152,2.9390171598229977,1.3779196129656537,1.1507885905398054,0.03856528177857399,-0.9814568758010864,0.18776358664035797,-0.5957764387130737,0.13575075566768646,0.4994257092475891,-0.4615236520767212,1.3218194246292114,-0.21118581295013428 +153,0.8125100601745407,1.425533986588827,-2.9993970700136594,0.10509257763624191,-0.989467978477478,-0.09954315423965454,-6.121373176574707,2.040567636489868,0.9195157885551453,-0.4211478531360626,-3.69881010055542,0.5732675194740295 +154,0.6609663284444987,1.4348177145731946,-2.6332363392075946,0.08321749418973923,-0.9907691478729248,-0.10701089352369308,1.1329466104507446,1.8935437202453613,-1.0618208646774292,0.060138851404190063,-0.007842302322387695,0.23436075448989868 +155,1.543207067718282,1.344561318344201,2.623024324060935,0.2242242991924286,-0.974517822265625,-0.006187752354890108,1.8101987838745117,-3.489361524581909,-0.2915373742580414,0.7359044551849365,1.169510006904602,-0.5722424387931824 +156,1.5797542865771539,1.3524874341578386,2.2958226419192256,0.21657021343708038,-0.9762651324272156,0.0019400791497901082,-0.18120357394218445,-2.4542338848114014,0.753963828086853,0.19675983488559723,0.6544572710990906,-0.23636090755462646 +157,0.8963342881622545,1.4513184916395516,3.0941791713150546,0.09309590607881546,-0.9928709864616394,-0.07443415373563766,2.2245144844055176,-0.953676164150238,-0.9417992830276489,-0.005937688052654266,-0.5773957967758179,0.12524592876434326 +158,1.8285961555101142,1.4169219686866554,2.192761894166542,0.1482035219669342,-0.9881846904754639,0.03907638415694237,1.7073712348937988,2.5687873363494873,0.3679349720478058,-0.5250803232192993,0.5703531503677368,-0.1822037696838379 +159,2.676339266307476,1.427145859782674,1.427594465596466,0.06422766298055649,-0.9897000193595886,0.12794129550457,-0.5548341870307922,0.031653501093387604,-0.4567435383796692,-0.608829140663147,1.3908230066299438,-0.15128719806671143 +160,0.6780021048547626,1.3374317993147191,-2.848074060085848,0.1450502574443817,-0.9728938341140747,-0.18010558187961578,-4.65122652053833,-0.5641580820083618,0.6571192741394043,-0.2546693980693817,-3.0813512802124023,0.1731628179550171 +161,1.0434648448928603,1.3824378450093602,-3.042039268497182,0.1618099808692932,-0.9823129177093506,-0.094228096306324,0.44768640398979187,2.6605050563812256,-0.9745104908943176,0.05416291952133179,0.08486723899841309,0.1302388310432434 +162,1.5327942041394576,1.318259350502575,2.662674445867957,0.24968136847019196,-0.968281626701355,-0.009492992423474789,2.1579840183258057,-2.898111343383789,0.105207659304142,0.4658032953739166,1.0451858043670654,-0.5144022703170776 +163,1.6208112267123482,1.3520692248522939,2.25832949906949,0.21671561896800995,-0.9761744141578674,0.01084805652499199,-0.6006971597671509,-3.360795021057129,1.1550551652908325,0.41531866788864136,0.503579318523407,-0.0890493392944336 +164,1.0479894916469377,1.4234007693690642,2.8783687748317326,0.12724487483501434,-0.9891569018363953,-0.07333056628704071,2.135869264602661,0.47150230407714844,-0.7314946055412292,-0.04416078329086304,-0.7148531079292297,0.2199675440788269 +165,1.9515527890890878,1.4090620244052365,2.067892319561051,0.14949795603752136,-0.9869495034217834,0.0598425529897213,1.6423152685165405,2.33683705329895,0.24452325701713562,-0.48429104685783386,0.662807047367096,-0.047009944915771484 +166,2.715057537050149,1.400989303014533,1.4727880917388791,0.06991557031869888,-0.9856173992156982,0.1538519710302353,-0.36767739057540894,0.7259914875030518,-0.019259992986917496,-0.5719449520111084,1.2439333200454712,-0.260465145111084 +167,0.07035966105413267,1.472566081239171,-2.211319019640878,0.006894627120345831,-0.995179295539856,-0.0978294387459755,-3.0019936561584473,-0.6092317700386047,1.6594092845916748,-0.49685436487197876,-3.0559682846069336,-0.21970593929290771 +168,1.0402846453452153,1.4498684723694784,-3.0247676861778894,0.10405147820711136,-0.9926971197128296,-0.06103707104921341,0.1809777468442917,2.398393154144287,-2.1092042922973633,0.24780090153217316,0.17909860610961914,0.08554268628358841 +169,1.459469272147436,1.369561478153195,2.685178476941047,0.198642298579216,-0.9798204898834229,-0.022206075489521027,1.7738287448883057,-2.389754295349121,0.08002853393554688,0.3529171347618103,1.1266863346099854,-0.25449681282043457 +170,1.5735311044542262,1.3833090981385574,2.3342642863628793,0.18638966977596283,-0.9824756979942322,0.0005097356042824686,-0.5125552415847778,-3.062981367111206,1.3948665857315063,0.5347559452056885,0.02748924493789673,-0.23016977310180664 +171,1.687931024170389,1.4276912187460118,2.2312134045663266,0.1416398584842682,-0.9897779226303101,0.016667239367961884,1.4017126560211182,0.43343308568000793,-1.1479792594909668,0.1611555516719818,-0.5249315500259399,0.3672133684158325 +172,2.5165421507389216,1.42997940689986,1.6245585669200726,0.0821259468793869,-0.99010169506073,0.11381702125072479,0.17635419964790344,2.166597604751587,1.7292580604553223,-0.3874085247516632,0.8253371715545654,-0.06927655637264252 +173,2.8300912406312895,1.4363121366875073,1.4953749777554168,0.04109368473291397,-0.9909706115722656,0.12762656807899475,-0.1051587164402008,0.6259393095970154,-0.44093796610832214,-0.3886431157588959,1.1276130676269531,-0.35798847675323486 +174,-0.08406039330336289,1.4492928575566857,-1.834571432253719,-0.01017653290182352,-0.9926275014877319,-0.12077688425779343,-6.376664161682129,-1.0165971517562866,2.147571325302124,-0.36418259143829346,-4.442537784576416,0.277545690536499 +175,0.3061607538502006,1.3818019994096649,-2.299159009818284,0.05662437900900841,-0.982193648815155,-0.17913466691970825,1.8900617361068726,-0.9513856768608093,-2.411994457244873,0.5699930191040039,0.2262275218963623,-0.14140671491622925 +176,1.4751941059493325,1.4352117855203264,2.598479559147514,0.13455231487751007,-0.9908224940299988,-0.01290283352136612,1.2954894304275513,-2.1091628074645996,-0.38329291343688965,0.42004361748695374,1.179192304611206,-0.2293151617050171 +177,1.3723987693495896,1.4369743550460117,2.438552650149976,0.13080449402332306,-0.9910591840744019,-0.026297233998775482,-1.5271039009094238,-0.9321962594985962,1.0240117311477661,0.7766661643981934,-0.5455922484397888,0.08006919175386429 +178,1.0658011365662745,1.465628821257725,2.7830846307931543,0.09187033027410507,-0.9944750070571899,-0.050786495208740234,1.1321430206298828,-0.47217831015586853,-0.9723080992698669,-0.08349326997995377,-0.3520367741584778,0.30455541610717773 +179,2.4206835456042395,1.452597311286223,1.47791642115268,0.07783802598714828,-0.993022620677948,0.08858542144298553,1.6978423595428467,0.8677193522453308,1.190277099609375,-0.3732024133205414,0.7973286509513855,-0.015938282012939453 +180,-3.06672526433733,1.4413741331775862,0.756464524011215,-0.009653501212596893,-0.9916366338729858,0.12870033085346222,-0.8132566213607788,0.12293891608715057,-0.8653484582901001,-0.510564386844635,1.0690749883651733,-0.1981736421585083 +181,-0.2375413994152446,1.4140556563202258,-2.0373398551885136,-0.03673243895173073,-0.9877412915229797,-0.1517164558172226,0.6739181280136108,0.1513201892375946,0.9288392066955566,-0.3866531550884247,-0.9831448793411255,-0.1321122646331787 +182,0.8305132545790441,1.493042373876553,-3.0031843825892106,0.05734607204794884,-0.9969787001609802,-0.05239187553524971,0.8609045147895813,-0.8661497235298157,-2.051424264907837,0.16152602434158325,0.6345824599266052,-0.0985175371170044 +183,1.761463604596308,1.3732304101310295,2.1319953468112174,0.19272615015506744,-0.9805472493171692,0.03719843924045563,1.2505162954330444,-1.3814969062805176,-0.14304602146148682,0.34398651123046875,1.2134268283843994,-0.39286553859710693 +184,1.4415626946182414,1.4263327973165256,2.2896215776332065,0.1427609771490097,-0.9895832538604736,-0.01855291984975338,-2.613854169845581,0.5950348973274231,1.8122570514678955,1.132995843887329,-1.7894542217254639,0.36816227436065674 +185,1.5848649562336428,1.4507941017095025,2.197857624967359,0.11970359086990356,-0.9928083419799805,0.0016841766191646457,1.1006628274917603,-0.08661575615406036,-0.561305582523346,-0.05558614432811737,-0.4145098924636841,0.15789222717285156 +186,2.66369507637429,1.3601291022563473,1.2583035816990193,0.09617359191179276,-0.9778916239738464,0.18568426370620728,1.1205707788467407,0.7021389007568359,1.1437393426895142,-0.40026599168777466,0.8595597147941589,-0.14779675006866455 +187,-3.0455063185559346,1.399296794658696,0.7103709282310778,-0.016372909769415855,-0.9853299856185913,0.1698731780052185,-0.8683775663375854,-0.46749481558799744,-0.21295464038848877,-0.5433194637298584,1.2127010822296143,-0.23104560375213623 +188,-0.32081681870196277,1.3921182026720336,-2.012680538747164,-0.05604542791843414,-0.9840794801712036,-0.16866105794906616,0.8279722929000854,-0.8176295161247253,0.4503883123397827,-0.17123425006866455,-0.5380915403366089,-0.30245405435562134 +189,1.3095970338910288,1.4354315994233677,2.7476454834812922,0.13037437200546265,-0.9908521771430969,-0.0348498672246933,0.5504938960075378,-1.0709826946258545,-2.258714199066162,0.28171974420547485,0.6479719281196594,-0.1484386920928955 +190,1.590500029677076,1.3412135320374832,2.201451199982903,0.22752687335014343,-0.9737614393234253,0.004483702126890421,0.9960018396377563,-2.1943418979644775,0.16540297865867615,0.15667417645454407,1.2647771835327148,-0.4676337242126465 +191,1.0021724812932058,1.424166778711794,2.605536590358707,0.1231137067079544,-0.9892691373825073,-0.07867319881916046,-3.1323139667510986,3.2941062450408936,3.1813976764678955,1.434076189994812,-3.6102638244628906,0.7504414319992065 +192,1.5979745200169806,1.4513677163152814,2.060297305992609,0.11910229921340942,-0.9928768873214722,0.0032377825118601322,1.1070212125778198,-0.2950091063976288,-0.253173828125,0.02080555260181427,-0.11732220649719238,0.2551546096801758 +193,2.775043413043013,1.4168573589793094,1.001439196160357,0.05495338886976242,-0.9881747961044312,0.1431455910205841,1.0243231058120728,-0.016688279807567596,1.3294963836669922,-0.23558691143989563,0.9470829367637634,-0.1277036815881729 +194,-2.9543250362822224,1.503225810833362,0.45390086991527356,-0.012570572085678577,-0.9977179765701294,0.06633971631526947,-2.6336963176727295,1.0055721998214722,-1.2780042886734009,-0.7242916226387024,0.8550482988357544,0.26357054710388184 +195,-0.17178170299706358,1.4253632220007848,-2.1098332551520462,-0.024772530421614647,-0.9894432425498962,-0.1427880823612213,1.5064697265625,0.9958238005638123,0.28602996468544006,-0.0450669527053833,-0.6626105904579163,0.0935479998588562 +196,1.2659591477684558,1.4042258457040702,2.8057693129772523,0.15815718472003937,-0.9861592054367065,-0.04976325482130051,0.9660449624061584,-2.2368645668029785,-1.6232221126556396,0.540695309638977,0.660460352897644,-0.30797910690307617 +197,1.761810738497104,1.3729924371633941,2.109582672215749,0.19294244050979614,-0.9805005192756653,0.037309661507606506,0.3418117165565491,-1.700452208518982,-0.1669491082429886,0.046086475253105164,1.1334240436553955,-0.5109729766845703 +198,0.9275438545182543,1.4234021193986455,2.761366155749913,0.11751080304384232,-0.9891571402549744,-0.08808745443820953,-1.9293001890182495,0.1576574742794037,1.2501786947250366,0.7856264114379883,-2.7851805686950684,0.42587125301361084 +199,1.5281976502384893,1.4214740740461749,2.182025468711759,0.14863306283950806,-0.9888721108436584,-0.006335404235869646,1.6833913326263428,1.7577134370803833,-0.4840661585330963,-0.39591699838638306,0.04812198877334595,0.07347410917282104 +200,2.586944876684716,1.4037246232116292,1.2624721771653102,0.08757838606834412,-0.9860759377479553,0.14136527478694916,-0.11482015252113342,0.560723066329956,1.293116807937622,-0.3991018235683441,1.109519600868225,-0.07387568056583405 +201,2.4526845482159887,1.4704427920222747,1.4277053021371042,0.06368764489889145,-0.994968831539154,0.07733756303787231,-2.5383946895599365,-0.5352630615234375,-0.6344729065895081,-0.44611865282058716,0.2823680639266968,0.15659499168395996 +202,0.2035879756439404,1.468137863419155,-2.456024333605472,0.020719505846500397,-0.9947352409362793,-0.10036177188158035,1.3572770357131958,2.405021905899048,-0.8948570489883423,-0.0456981360912323,-0.3453220725059509,0.06160444766283035 +203,1.2645555204551615,1.407821909581395,2.7433660451759954,0.1547052264213562,-0.9867490530014038,-0.04891586676239967,0.7551532983779907,-1.9140112400054932,-1.2215163707733154,0.2261999249458313,0.9080899953842163,-0.07744216918945312 +204,1.7264486703081425,1.3649809194684133,2.0502303093249528,0.20189501345157623,-0.9788946509361267,0.03168170526623726,0.3605472445487976,-3.6220595836639404,0.2764536142349243,0.33170485496520996,0.9155402183532715,-0.5341535806655884 +205,0.8800223138955968,1.4156650074129762,2.81861992157053,0.11908954381942749,-0.9879912734031677,-0.09844396263360977,-0.24407033622264862,0.26657363772392273,0.4274600148200989,0.6618857979774475,-1.858261227607727,-0.04469871520996094 +206,1.6993872924333544,1.39080257211491,1.9526839929675561,0.17754530906677246,-0.9838448166847229,0.022957399487495422,0.9684622287750244,2.9703500270843506,-0.16830845177173615,-0.42688918113708496,0.2835884690284729,0.009162306785583496 +207,2.9410680916202363,1.4319124151365685,0.8525128985183547,0.027574699372053146,-0.9903711080551147,0.13566473126411438,-0.08645949512720108,-0.08906441181898117,2.6098146438598633,-0.33114832639694214,1.0401451587677002,-0.0593860000371933 +208,-1.5319615980443286,1.560498762653407,-0.9703284729334624,-0.010290190577507019,-0.9999469518661499,-0.00039981777081266046,-4.775020122528076,1.4480528831481934,-1.4819248914718628,-0.6030825972557068,-0.7904430031776428,0.893939197063446 +209,0.12024490721980652,1.486905338436567,-2.4407503588649093,0.010051448829472065,-0.9964832067489624,-0.08318820595741272,0.9100326299667358,2.005521774291992,-0.21239376068115234,-0.052135169506073,-0.1373668909072876,0.33036530017852783 +210,1.1220740302676133,1.3957326848740395,2.919589252866703,0.1569279432296753,-0.984715461730957,-0.07555769383907318,0.9849741458892822,-1.3819793462753296,-0.9826323986053467,0.3363887071609497,0.8039293885231018,-0.2892341613769531 +211,1.7179033417957994,1.3875351024672098,2.1317060090122353,0.1802685260772705,-0.983254611492157,0.026711728423833847,-0.03466459736227989,-2.502671957015991,0.1133498027920723,0.3268115520477295,1.0135891437530518,-0.13855862617492676 +212,0.48669422737237356,1.3557202527303842,3.1070503579455107,0.09981877356767654,-0.9769601821899414,-0.18864008784294128,0.266875296831131,-0.6019749641418457,0.186443492770195,0.23697322607040405,-1.517134666442871,0.09479856491088867 +213,1.0644395789321681,1.3947468205434477,2.4760933466462114,0.15316428244113922,-0.9845432639122009,-0.08494265377521515,0.435577929019928,2.2670834064483643,-0.12707403302192688,-0.19060936570167542,0.13157695531845093,0.27219849824905396 +214,1.9801222419143876,1.421525102347291,1.802897129511554,0.13643138110637665,-0.9888797402381897,0.05918802693486214,0.47154924273490906,0.6713974475860596,0.9922903776168823,-0.48539990186691284,0.873141884803772,-0.07586586475372314 +215,1.3073595773408597,1.4721923693548042,2.534855877392039,0.09504808485507965,-0.9951425790786743,-0.02563493326306343,-3.3483073711395264,-0.0164987500756979,0.22636795043945312,-0.38879504799842834,-0.5242055654525757,0.3992616534233093 +216,0.2278207690283419,1.4633471267359595,-2.6127424509305985,0.02422136440873146,-0.9942328929901123,-0.104471854865551,0.9960178136825562,1.5782818794250488,-0.47562137246131897,0.11316877603530884,-0.3079216480255127,0.2190043330192566 +217,1.034824826978949,1.4213959562987037,3.001975332993795,0.12797319889068604,-0.9888604879379272,-0.07601182907819748,0.18695726990699768,1.4990582466125488,-0.4314658045768738,0.15773236751556396,0.43286073207855225,-0.21535474061965942 +218,1.473781314777391,1.3993076160685054,2.4840646702937526,0.1698475480079651,-0.9853318333625793,-0.01652965322136879,0.6430593132972717,-2.551806688308716,-0.8503214120864868,0.3116130232810974,0.9486191272735596,-0.04043138027191162 +219,1.1442056667981026,1.3753438808975897,2.4785302659199253,0.17680522799491882,-0.9809598922729492,-0.08035815507173538,-1.8293143510818481,-1.9506521224975586,0.11437864601612091,0.5554487705230713,-1.2600373029708862,0.5031791925430298 +220,1.5171383021844596,1.3630925581980127,2.039411955347561,0.20591624081134796,-0.9785069823265076,-0.011059675365686417,1.1739649772644043,0.37983033061027527,-0.23411671817302704,0.09694017469882965,-0.2602623701095581,0.179318368434906 +221,2.215167454653481,1.3601086370672135,1.5156920787396968,0.16719689965248108,-0.9778873324394226,0.1256251186132431,0.0981389582157135,1.4630486965179443,1.1453965902328491,-0.3275209963321686,0.7962772250175476,-0.0523829460144043 +222,3.106319946219744,1.4633566303973802,0.7122913377697638,0.003781598759815097,-0.9942339062690735,0.1071658656001091,-0.36401158571243286,0.7146573662757874,1.1357219219207764,-0.39860278367996216,1.0132616758346558,-0.14577066898345947 +223,-0.7593108674396151,1.468318076272261,-1.5545607220746254,-0.07042568922042847,-0.9947537183761597,-0.07419942319393158,0.397472083568573,0.424492210149765,0.3891424536705017,-0.25185519456863403,-1.1016056537628174,-0.3333780765533447 +224,1.0970350784608813,1.4883476774292488,2.960323075831199,0.07328588515520096,-0.9966030120849609,-0.0375741682946682,0.06489485502243042,-0.04899664968252182,-1.8283661603927612,0.16285914182662964,0.5132502317428589,-0.079628586769104 +225,1.817159237024844,1.406351528072361,2.1746373758008266,0.1587618589401245,-0.986509382724762,0.03992404788732529,1.7196927070617676,-0.24723337590694427,-0.2503723204135895,0.353887677192688,1.1240826845169067,-0.1933053731918335 +226,1.9374541494544613,1.390061110297947,1.8438854532545732,0.16780495643615723,-0.9837117791175842,0.06444098800420761,-1.5019268989562988,-2.5275442600250244,0.8116849660873413,0.8238332271575928,-0.790183424949646,0.19172358512878418 +227,1.7712916354945836,1.411056415963338,1.9166577898256725,0.1558753252029419,-0.9872686862945557,0.03167787939310074,1.2974883317947388,-1.6610208749771118,-1.020033359527588,0.1941155195236206,-0.6587731838226318,0.0780937671661377 +228,2.38095908595387,1.3485062919687474,1.3629999456991986,0.15198366343975067,-0.975395143032074,0.1597040593624115,0.638774037361145,0.912161648273468,1.0529983043670654,-0.369131475687027,0.7317580580711365,-0.07504832744598389 +229,2.9657622512750277,1.4490114194007309,0.8176221534282911,0.021250590682029724,-0.9925934076309204,0.11961038410663605,-0.8704409599304199,0.6825019717216492,-0.35588204860687256,-0.5990399122238159,1.34269118309021,-0.03800632804632187 +230,0.2553676150866221,1.4391552728177737,-2.6519519243412075,0.033156801015138626,-0.9913478493690491,-0.12700475752353668,-0.7355232834815979,1.4470279216766357,1.4308425188064575,-0.4119715094566345,-1.9340367317199707,-0.214288592338562 +231,1.0298689504462346,1.5058397884027714,2.9709515923110654,0.05564480647444725,-0.9978910684585571,-0.033425331115722656,0.5408419370651245,-0.011276141740381718,-1.3489696979522705,0.11046237498521805,0.6412014961242676,-0.16818904876708984 +232,1.7067959477272854,1.4066116238430542,2.171670357653231,0.16193822026252747,-0.9865519404411316,0.022160330787301064,0.6027617454528809,-0.33118516206741333,0.006695666816085577,0.6149324774742126,1.2026469707489014,-0.25223231315612793 +233,1.3895159388720064,1.4642364197151647,2.2929988116970432,0.10461712628602982,-0.9943278431892395,-0.01917554810643196,-1.7801930904388428,-0.9951418042182922,0.7923806309700012,0.9166994094848633,-1.6921193599700928,0.44553667306900024 +234,1.8217015621975692,1.4479995379401163,1.7896339649061526,0.11865340173244476,-0.9924699664115906,0.030411627143621445,1.0016456842422485,-1.794821858406067,-0.9384843111038208,0.29629409313201904,-0.5285109281539917,0.31838905811309814 +235,2.668395258038074,1.3551869276298223,1.0076904351934055,0.0975012481212616,-0.9768462181091309,0.1904340237379074,0.7558220624923706,1.0452464818954468,1.501373052597046,-0.3602881133556366,0.8290801048278809,-0.11645948886871338 +236,-2.698833164350343,1.4210574625356691,0.14099995151336017,-0.06391390413045883,-0.9888100624084473,0.13479509949684143,-1.9150017499923706,0.43022361397743225,-0.9524436593055725,-0.698689877986908,1.1505379676818848,0.04478561878204346 +237,-0.27430539397674075,1.4825283867203014,-2.1457220192232898,-0.023878823965787888,-0.9961069226264954,-0.08485757559537888,1.6712498664855957,0.8894570469856262,0.412104994058609,-0.2324230670928955,-0.46322834491729736,0.048251695930957794 +238,0.5924609351272839,1.4934702371880437,-2.8334356142177315,0.043136097490787506,-0.9970118403434753,-0.0640832707285881,-0.689552903175354,0.34956201910972595,-1.5047712326049805,0.1355443298816681,0.5012232661247253,-0.2241705060005188 +239,1.7202649434594153,1.4170204385534724,2.1963882583924046,0.15146327018737793,-0.988199770450592,0.022809118032455444,2.0845611095428467,-2.0824098587036133,-0.7769326567649841,0.6649429798126221,1.2130532264709473,-0.15121173858642578 +240,1.215640224613211,1.4344526424797672,2.420677119772992,0.1274380087852478,-0.9907196164131165,-0.047264549881219864,-3.0001418590545654,-1.8058464527130127,1.2122305631637573,0.8403964042663574,-1.7704038619995117,0.4123920798301697 +241,1.2383585776259574,1.4343046430674353,2.321355567679331,0.12861835956573486,-0.9906994700431824,-0.044405605643987656,0.9611008167266846,-1.4258100986480713,-0.8712993860244751,0.22756755352020264,-0.46485161781311035,0.5812860727310181 +242,2.193637286326146,1.3738482366253226,1.434821724252068,0.1589338332414627,-0.980668306350708,0.11414733529090881,1.7330049276351929,1.6221603155136108,0.3208999037742615,-0.3493787944316864,0.7812970280647278,-0.08417905122041702 +243,2.6245093102393353,1.425773804681321,1.0914170439538804,0.07144036144018173,-0.9895026683807373,0.1256214827299118,-1.3542734384536743,0.446831613779068,0.24982216954231262,-0.5346971750259399,0.9942634105682373,-0.16877329349517822 +244,0.1610998518818806,1.4646485503484337,-2.638416595608201,0.016994448378682137,-0.9943715929985046,-0.10457596927881241,-0.15724290907382965,0.5476204752922058,1.1053639650344849,-0.5122947692871094,-1.672300100326538,-0.2528917193412781 +245,-0.01298992779039406,1.4721804810056665,-2.3679490289521348,-0.0012789153261110187,-0.9951413869857788,-0.09844884276390076,-0.012387100607156754,1.2604987621307373,-0.7731552720069885,0.10500815510749817,0.0002225041389465332,0.007155522704124451 +246,1.4934231683839216,1.4458780237054225,2.4370045478820375,0.12422145903110504,-0.9922078251838684,-0.00963063258677721,1.831037998199463,-1.355302095413208,-0.6309260129928589,0.5782016515731812,1.0716450214385986,-0.23035955429077148 +247,1.7650432343007965,1.4077483518339298,1.8937986299166631,0.15927371382713318,-0.986737072467804,0.03133350983262062,-0.42427974939346313,-4.290449142456055,0.3857848644256592,0.3837560713291168,0.6246002912521362,-0.27855634689331055 +248,0.6779705625615007,1.3794023794627237,2.7727129879763464,0.11931359022855759,-0.9817399978637695,-0.14815853536128998,1.4436146020889282,-0.17576676607131958,-0.5461821556091309,0.3377481698989868,-1.483790397644043,0.38712644577026367 +249,1.555284905571255,1.4085313063502596,1.9851274220302555,0.1615346074104309,-0.986863911151886,-0.002505832351744175,2.133244514465332,2.2487239837646484,-0.2275720089673996,-0.4888661503791809,0.381151020526886,-0.1378750205039978 +250,2.639191050160453,1.429234839324398,1.0079992619369667,0.06793871521949768,-0.9899969100952148,0.12365423142910004,-0.30811479687690735,0.4947561025619507,1.0590465068817139,-0.5115727782249451,1.1265935897827148,-0.24209298193454742 +251,0.3068122396708284,1.5142990983723519,-2.90902941374665,0.017054127529263496,-0.9984044432640076,-0.05382971465587616,-4.316760540008545,0.4465563893318176,1.4961445331573486,-0.28788238763809204,-1.2172327041625977,0.42319923639297485 +252,-0.3818939438942229,1.4673695301633303,-2.0460760735216748,-0.03847614303231239,-0.9946562051773071,-0.09580463171005249,1.0067960023880005,2.2678732872009277,-0.15122176706790924,0.0641109049320221,-0.2791779637336731,0.2255653738975525 +253,1.0109803228691603,1.4828022835613086,2.9083786333463792,0.07446550577878952,-0.9961310029029846,-0.046667031943798065,1.7313802242279053,-0.48760858178138733,-0.9081095457077026,0.5228550434112549,0.6751471757888794,-0.41286665201187134 +254,1.8808616607521016,1.4273877671333284,1.957761002402368,0.13610199093818665,-0.9897345900535583,0.043607018887996674,-0.46387654542922974,-2.111102342605591,-0.2974097430706024,0.22920863330364227,0.8732032775878906,-0.3018009662628174 +255,0.8230056251432329,1.3794570295755544,2.7640915278022695,0.13943389058113098,-0.9817504286766052,-0.1293219029903412,-0.014273134060204029,-1.0733498334884644,-0.12215856462717056,0.5169381499290466,-1.6858673095703125,0.2726324796676636 +256,1.3793627267375836,1.3802515494891843,2.1347672481174613,0.18593460321426392,-0.981901228427887,-0.03603540360927582,0.6152087450027466,1.6850634813308716,0.07970435917377472,-0.018393099308013916,-0.3265094757080078,0.03089320659637451 +257,2.2839923087173624,1.3614187740939558,1.4455426265713986,0.15719269216060638,-0.9781605005264282,0.1359875649213791,1.1191428899765015,1.3464124202728271,0.5926099419593811,-0.5273404121398926,0.4894672632217407,-0.3567821979522705 +258,1.9644286354449179,1.433533481963016,1.800733756028765,0.12636838853359222,-0.990594208240509,0.052481718361377716,-1.6339980363845825,-0.45434078574180603,0.15877197682857513,-0.18525204062461853,1.0626461505889893,-0.15984249114990234 +259,0.3264648147551338,1.4108489528201014,-2.9086702260336814,0.05107618495821953,-0.9872356653213501,-0.15085424482822418,1.139751672744751,1.189568042755127,0.32661327719688416,-0.16766858100891113,-1.0223621129989624,0.2117825746536255 +260,1.6458728760925239,1.4894131651946103,2.248876568564932,0.0810665413737297,-0.9966902136802673,0.006097656674683094,-0.35856756567955017,2.105034112930298,-1.3957092761993408,0.15570411086082458,0.3190625309944153,-0.147455096244812 +261,1.8362117179694217,1.4370426902100832,2.1342110928413716,0.1286855936050415,-0.9910683035850525,0.034980423748493195,0.921567440032959,-0.09889142215251923,0.3492632210254669,0.0873330682516098,0.6216988563537598,-0.1150738000869751 +262,1.8663953818543548,1.399388711098926,1.9823982311813433,0.16317148506641388,-0.9853456616401672,0.049689095467329025,0.13464237749576569,-0.8172136545181274,-0.46073031425476074,-0.05945749580860138,0.35317403078079224,-0.18930697441101074 +263,1.3777550700562762,1.3682515795887573,2.3176862435549186,0.19742582738399506,-0.9795578122138977,-0.0385918989777565,-1.939543604850769,-2.0960397720336914,0.036941491067409515,-0.048988357186317444,-1.1020612716674805,0.2817254662513733 +264,1.4691075944965988,1.3590823770170108,1.986397689605584,0.20905040204524994,-0.9776721596717834,-0.021331647410988808,2.8008666038513184,-1.5970816612243652,-1.2861413955688477,0.5801188945770264,-0.5014690160751343,0.4295347332954407 +265,2.066384485130932,1.2993108113894591,1.4875275477660077,0.23590029776096344,-0.963373601436615,0.12752479314804077,1.2540966272354126,3.239030599594116,0.004052476957440376,-0.28959593176841736,0.36379462480545044,-0.398642897605896 +266,2.578396386658623,1.3079953400663666,1.1685310908702307,0.1386973261833191,-0.9656661152839661,0.21966247260570526,-0.6077754497528076,0.38203951716423035,1.294100284576416,-0.437327116727829,0.8545976281166077,-0.4829224944114685 +267,2.042903729684563,1.5058960219953716,1.75767259942093,0.05775878578424454,-0.9978947043418884,0.029492788016796112,-4.746450901031494,0.8334791660308838,0.9994055032730103,-0.29033327102661133,-1.1323083639144897,0.610262393951416 +268,-0.08888427085409176,1.5316676436706482,-2.3069109469400404,-0.003472548210993409,-0.9992345571517944,-0.03896525502204895,1.8846253156661987,0.7160876393318176,-0.05538041144609451,0.00223657488822937,-0.27670538425445557,0.09836769104003906 +269,1.2001214639960083,1.4833842451057986,2.6646919930064636,0.08137022703886032,-0.9961820244789124,-0.03162370249629021,0.5361911058425903,-0.9390314221382141,-0.591804027557373,0.4733020067214966,0.5973021388053894,-0.4207841753959656 +270,1.9185306419388122,1.4377571780029885,1.945635262460928,0.1247081533074379,-0.9911633133888245,0.045202095061540604,-0.2523249387741089,-1.6552674770355225,-0.2577929198741913,0.2322864830493927,0.9475842714309692,-0.2931879758834839 +271,0.7034872535083567,1.4159336853868443,2.940655719161105,0.09977784752845764,-0.9880326986312866,-0.11762548238039017,-0.4211423397064209,-0.3392038643360138,0.3424830138683319,0.7469018697738647,-1.5674177408218384,0.19088292121887207 +272,1.543750635918499,1.4442291857810128,2.0285492362127453,0.1261841207742691,-0.9920010566711426,-0.0034135691821575165,1.1039766073226929,0.1452019065618515,-0.0038885727990418673,-0.09684143960475922,0.004833638668060303,-0.08452284336090088 +273,2.548254050788804,1.4136792329054721,1.1120589653522275,0.08748852461576462,-0.9876824617385864,0.1297275871038437,0.2518117129802704,0.5333392024040222,1.2095351219177246,-0.3221076428890228,0.7359886765480042,-0.06950114667415619 +274,-3.041018337540182,1.5454496280732966,0.5149356120179298,-0.002544962102547288,-0.9996787905693054,0.025218918919563293,-2.7929728031158447,1.0062552690505981,0.4318791925907135,-0.47063007950782776,-0.6975564360618591,0.15600967407226562 +275,-0.6313645429577264,1.4532173673117414,-1.9398172886728993,-0.06924091279506683,-0.9930955767631531,-0.09469403326511383,0.9413741827011108,0.31984254717826843,-0.4032410681247711,0.09109151363372803,-0.18820935487747192,0.5719431638717651 +276,0.9907794470339163,1.4976332788595457,2.7397319141277787,0.0611426867544651,-0.9973247647285461,-0.04006023332476616,1.4096828699111938,-2.2367777824401855,-1.2260105609893799,0.4595329463481903,0.8503216505050659,-0.40564900636672974 +277,2.079123986061393,1.4097311563224524,1.5542585625807914,0.1400928795337677,-0.9870570302009583,0.07805487513542175,-0.015945442020893097,-1.0638662576675415,-0.17382894456386566,0.1059703528881073,0.984691858291626,-0.26138925552368164 +278,0.6763799562571703,1.4194788311234607,2.8339700533853454,0.09435959160327911,-0.9885733127593994,-0.11755399405956268,0.443750262260437,-0.10196269303560257,0.4356927275657654,0.3120582401752472,-1.548703908920288,-0.23303192853927612 +279,1.6230146227849234,1.4187931751978713,1.7762156771018398,0.15121260285377502,-0.9884697198867798,0.007903249002993107,1.291857123374939,2.0749971866607666,-0.4771778881549835,-0.3368968069553375,0.13672411441802979,-0.035201191902160645 +280,2.4807730161746635,1.3965688805546945,0.9959518872324774,0.10639491677284241,-0.9848607778549194,0.1368565857410431,0.02663133293390274,-0.760421633720398,1.1154941320419312,-0.302775502204895,1.0064976215362549,-0.10907028615474701 +281,0.3910884183275381,1.485993831411247,3.0867584430081276,0.03228813409805298,-0.9964064359664917,-0.07830695062875748,-5.157046794891357,3.035295248031616,0.01905990205705166,-0.5954747796058655,-1.6337511539459229,1.073866605758667 +282,0.6907588433203349,1.5315424511507587,3.0543101045949306,0.02500315010547638,-0.9992296695709229,-0.030247723683714867,0.29357579350471497,2.8913397789001465,-0.10319487750530243,-0.04088756442070007,-0.14807868003845215,0.2855883240699768 +283,1.237210509077011,1.4298333656896551,2.6219012429839155,0.1327519565820694,-0.9900811910629272,-0.046003375202417374,0.9074953198432922,0.05612988397479057,-0.9076687693595886,0.2876429259777069,0.6968377828598022,-0.41737550497055054 +284,1.8264445228982942,1.3681202636673135,1.8783157153942895,0.19474934041500092,-0.9795314073562622,0.050901077687740326,0.1556824892759323,-2.470130205154419,0.10365566611289978,0.4181656837463379,1.0621119737625122,-0.09629595279693604 +285,0.5947047324195626,1.3516622022892104,2.8357454946494483,0.12179280817508698,-0.9760860204696655,-0.1800626963376999,-0.0759873166680336,-0.6794337630271912,0.25806349515914917,0.30334755778312683,-1.607852578163147,-0.059179842472076416 +286,1.315454936548577,1.38966645157061,2.0605301186378013,0.1743003875017166,-0.9836407899856567,-0.04549926891922951,1.358980417251587,2.364828586578369,-0.4266721308231354,-0.2946769595146179,0.13155949115753174,0.07468932867050171 +287,2.1595770442198576,1.418603736087257,1.3862356042185358,0.12607748806476593,-0.9884410500526428,0.08419343829154968,-0.17900504171848297,0.1629457175731659,1.0160503387451172,-0.482782244682312,0.8418652415275574,-0.12909996509552002 +288,0.9324845203041026,1.4675829831357734,2.6070467720415462,0.08274319767951965,-0.994678258895874,-0.06138908490538597,-3.492349863052368,-0.19654808938503265,0.6599162817001343,-0.26705411076545715,-0.4955865740776062,0.40722954273223877 +289,0.22009138680649795,1.460075163263959,-2.8831180637646305,0.024123039096593857,-0.9938766956329346,-0.10782915353775024,0.599684476852417,1.5326787233352661,0.1641581952571869,0.005601091310381889,-0.013477981090545654,0.30175310373306274 +290,0.6487456410033994,1.4047215591642737,3.077600435678032,0.09987946599721909,-0.9862412810325623,-0.1317276507616043,-0.1281946301460266,-0.14988334476947784,-0.4238586127758026,0.17990566790103912,0.5171709060668945,-0.1695113629102707 +291,1.0539377881661582,1.4144724261564987,2.839983471600905,0.1353520154953003,-0.9878062605857849,-0.07693381607532501,-0.16829217970371246,0.4767442047595978,-0.6180950999259949,0.3204737901687622,0.32757359743118286,-0.05212504416704178 +292,0.8249716154333125,1.3565919305383634,3.003714328397707,0.1561390906572342,-0.9771458506584167,-0.14424562454223633,0.7707874774932861,-1.540464162826538,0.5066410303115845,0.0612834095954895,-0.8726925253868103,0.06337402760982513 +293,1.114472603078871,1.407043064955531,2.4798057122275172,0.1463412344455719,-0.9866223931312561,-0.07183574885129929,0.9973544478416443,-1.9747968912124634,-0.4582493305206299,0.1521664559841156,0.20102369785308838,0.20280194282531738 +294,1.853194747115708,1.3576274310794718,1.7862680390644885,0.2031782567501068,-0.9773654341697693,0.058952752500772476,1.1974986791610718,2.1583163738250732,-0.6142037510871887,-0.1727217137813568,0.7553195357322693,0.03363752365112305 +295,2.2134716099637517,1.3550824573425895,1.586112483106774,0.17134186625480652,-0.9768238663673401,0.1282854527235031,-0.8948296308517456,-0.43639636039733887,1.5119069814682007,-0.011612877249717712,-0.6574687361717224,-0.28744983673095703 +296,2.311427089536824,1.4195953356883058,1.5104472004206244,0.11116834729909897,-0.9885908961296082,0.10163530707359314,-1.330756425857544,-1.185516357421875,0.06800682842731476,0.44074204564094543,-0.5758164525032043,0.534457802772522 +297,1.5537569400861457,1.4773782887994071,2.2608748558396727,0.09326730668544769,-0.9956396818161011,-0.0015893715899437666,0.23859132826328278,0.09835551679134369,-0.07110506296157837,-0.336690753698349,-0.2113150954246521,0.013125002384185791 +298,1.551734674808629,1.4841725394807364,2.2156881006603313,0.086501345038414,-0.9962505102157593,-0.0016490583075210452,-0.4872554540634155,-0.6490873694419861,0.2769638001918793,-0.08257981389760971,0.5324137210845947,0.017502963542938232 +299,0.9914402648340966,1.4566403267779757,2.725879496208153,0.09532012790441513,-0.9934912919998169,-0.06236305087804794,-0.22131624817848206,-0.25677818059921265,-0.5223419070243835,0.04844817519187927,0.7003852128982544,0.08564800024032593 +300,1.5705969418425136,1.4590652129476054,2.1294834306383295,0.11149866878986359,-0.9937645792961121,-2.2231157345231622e-05,1.4565975666046143,0.5746622681617737,-0.2368924617767334,0.08892550319433212,-0.5231879353523254,-0.18447178602218628 +301,1.6276764879311394,1.401652180576848,2.0470272285221993,0.16806620359420776,-0.9857292175292969,0.009569955058395863,-1.8131669759750366,-2.339167833328247,-0.45176205039024353,-0.0043241530656814575,-0.6233405470848083,0.20365631580352783 +302,1.058709424937301,1.402319294417391,2.4650681530072434,0.14617158472537994,-0.9858412742614746,-0.08216330409049988,0.9084411263465881,-1.4847708940505981,-0.0013727848418056965,0.025733917951583862,-0.11923068761825562,0.44544458389282227 +303,1.5945946969834,1.408163931871963,1.7891033575931667,0.1618705689907074,-0.9868044853210449,0.0038529832381755114,1.244179606437683,0.1257956624031067,-0.3291019797325134,0.09395827353000641,0.5069918632507324,0.0848463773727417 +304,2.30459525023891,1.2989455382324386,1.3100014442122232,0.19940893352031708,-0.9632756114006042,0.17982344329357147,0.19162143766880035,1.5371917486190796,-0.32417407631874084,-0.2687143385410309,0.7388034462928772,-0.1491989940404892 +305,2.3777866942666575,1.3426893962964086,1.2812483430516064,0.156411275267601,-0.9740962386131287,0.16331596672534943,0.25947684049606323,-0.07355649769306183,0.6226581931114197,0.1982487589120865,-0.7747594118118286,-0.11709713935852051 +306,2.5172602988589707,1.37512780015934,1.2466524101505656,0.11365056782960892,-0.9809179306030273,0.1577450931072235,-1.1227773427963257,0.2771002948284149,0.21649117767810822,0.2900512218475342,-0.4483270049095154,0.2692110538482666 +307,2.0854221747946124,1.4710921674348167,1.6300973668548322,0.0866468995809555,-0.9950336813926697,0.048994291573762894,-0.5527040958404541,-0.6102492213249207,-0.24231112003326416,-0.3192976713180542,-0.08373218774795532,0.05996870994567871 +308,1.6473425591783124,1.470482481911985,2.0616312693436702,0.09985175728797913,-0.9949727654457092,0.007658238988369703,-0.6171956062316895,0.3061290979385376,0.09920560568571091,-0.08451668918132782,0.6024252772331238,0.08711409568786621 +309,1.1781414546432463,1.4382780137199593,2.5834672597995794,0.12207525968551636,-0.9912322759628296,-0.0505589060485363,-0.25475865602493286,0.8837963938713074,-0.4329845905303955,-0.006703570485115051,0.6803954839706421,0.011725306510925293 +310,1.6666376589067982,1.4177402894126996,2.0819469672030597,0.15175902843475342,-0.9883098006248474,0.014589485712349415,1.0870410203933716,0.3687628507614136,-0.8790696859359741,0.3726550340652466,-0.8574848175048828,-0.4073507785797119 +311,1.2768233702652332,1.3444990703044217,2.4505814354098017,0.21474526822566986,-0.9745038747787476,-0.06501299142837524,-2.441563129425049,-0.5805063843727112,0.2551891505718231,-0.06014321744441986,-1.1396623849868774,0.48768150806427 +312,1.1886803021019188,1.3751104746052267,2.431119777370456,0.18041661381721497,-0.9809145331382751,-0.07250373065471649,1.3893859386444092,-1.5288352966308594,-0.22006909549236298,0.12079189717769623,0.1676209568977356,0.2718445658683777 +313,1.8883124318928879,1.356967463153494,1.62909215957893,0.2015955001115799,-0.9772256016731262,0.06625133752822876,1.6393123865127563,1.4837056398391724,-0.815360963344574,-0.10624334216117859,0.6334757208824158,-0.015332706272602081 +314,2.286447143251493,1.2979718382024605,1.4368552983931002,0.20334658026695251,-0.9630136489868164,0.17678998410701752,-0.44280368089675903,0.5166450142860413,0.3763303756713867,-0.2336047887802124,0.30325424671173096,-0.3181626796722412 +315,2.2497269241641673,1.3643813843920518,1.545709442920461,0.15950322151184082,-0.978771984577179,0.12870222330093384,0.10689085721969604,0.6699017286300659,0.20611198246479034,0.17165827751159668,-0.41369932889938354,-0.4400883913040161 +316,1.2630417585388845,1.4675494449274347,2.493221522659907,0.09822031110525131,-0.994674801826477,-0.031219663098454475,-0.7569805383682251,-0.7969302535057068,0.7923933267593384,-0.2427210509777069,-0.2886045575141907,0.23886126279830933 +317,0.7800552363344391,1.4546325014798722,2.9401547588737964,0.08151673525571823,-0.9932605624198914,-0.08239249885082245,-0.41121453046798706,-0.11023782193660736,0.28073498606681824,-0.10234495997428894,0.41627997159957886,0.07711291313171387 +318,0.7579489095604474,1.4358789820345765,2.9470337622454417,0.09246566146612167,-0.9909124374389648,-0.0976865142583847,0.10846235603094101,-0.03753982111811638,-0.9516679644584656,0.06767532229423523,0.7366857528686523,0.14526337385177612 +319,1.353278324119137,1.4437585052971442,2.3258473620160274,0.12371035665273666,-0.9919415712356567,-0.0273418128490448,1.1310588121414185,0.10599257797002792,-0.24756857752799988,0.14318111538887024,-0.1416643261909485,-0.2691517472267151 +320,1.5480010984714978,1.4039272291440292,2.1388231845356658,0.16605256497859955,-0.9861096143722534,-0.003785861888900399,-0.8507355451583862,-1.552095651626587,-0.5987493395805359,0.032830461859703064,-0.4272356629371643,-0.08486771583557129 +321,0.9908649211390668,1.4064909030977115,2.5592584656975905,0.13682450354099274,-0.9865322113037109,-0.08962967991828918,1.2274552583694458,-1.7250806093215942,0.08825831860303879,-0.07495009899139404,-0.1872960329055786,0.6451716423034668 +322,1.5928471946203502,1.4030741710615426,1.7610497036447836,0.16689610481262207,-0.9859675765037537,0.003680800786241889,1.207230567932129,-0.12089666724205017,-0.519038736820221,0.17439720034599304,0.5875148773193359,-0.014163613319396973 +323,2.242090372442461,1.3010098030780208,1.3252948650675298,0.20869429409503937,-0.9638277888298035,0.16577894985675812,0.3496902287006378,1.9149152040481567,-0.41170239448547363,-0.2817381024360657,0.780493438243866,-0.1817091703414917 +324,2.2835406756269605,1.3353854334904436,1.3411536570079112,0.17646437883377075,-0.9724186062812805,0.15252025425434113,0.02127363532781601,-0.1820666640996933,0.9178392887115479,0.24875226616859436,-1.0155117511749268,-0.19616033136844635 +325,2.2827414677424773,1.3963743766338006,1.4346170660808555,0.13138581812381744,-0.9848270416259766,0.1133749932050705,-1.7687081098556519,-0.38441070914268494,0.25235554575920105,0.35396575927734375,-0.4447232484817505,0.5266091823577881 +326,1.2821389679808297,1.4374472773315468,2.410836438162683,0.12745290994644165,-0.9911221861839294,-0.03784729167819023,-0.6556685566902161,0.06212605535984039,-0.24714842438697815,-0.35735711455345154,-0.325650155544281,0.1458795666694641 +327,0.988749389823019,1.4308921441856675,2.71322881179667,0.11648620665073395,-0.9902293682098389,-0.07665933668613434,-0.6711746454238892,-0.03608319163322449,0.2729725241661072,-0.09106507152318954,0.6126659512519836,0.12000954896211624 +328,0.8449949013947501,1.4064821780968422,2.855410704431739,0.12234979122877121,-0.9865307807922363,-0.10857132822275162,0.3208920657634735,0.5743392109870911,-0.3690639138221741,0.07604499161243439,0.6393779516220093,0.07216380536556244 +329,1.566015367874149,1.4340884699953982,2.1705701933815424,0.13628160953521729,-0.9906700253486633,-0.0006515617715194821,0.8319796919822693,1.170093297958374,-0.5340916514396667,0.4554542303085327,-0.6813881993293762,-0.41922450065612793 +330,1.161668995400783,1.3662452187455476,2.4782081773582085,0.1863631308078766,-0.979152262210846,-0.0808059498667717,-2.1555721759796143,-2.168222188949585,0.15532220900058746,0.07933816313743591,-1.0400891304016113,0.5168716311454773 +331,0.9932400143893069,1.3751791584441866,2.4731998928134002,0.1628446877002716,-0.9809278845787048,-0.10612285882234573,0.9329352974891663,-1.7233494520187378,-0.17530027031898499,0.2304048240184784,0.10382217168807983,0.30177104473114014 +332,1.5962689189978316,1.3802976736178083,1.7985263663969169,0.18928661942481995,-0.9819099307060242,0.004822663962841034,1.7518463134765625,1.709161639213562,-0.8021817207336426,-0.20987074077129364,0.6696084141731262,0.07272255420684814 +333,2.1948656026981164,1.3115939722488692,1.4240282160128241,0.2079976350069046,-0.9665947556495667,0.14977289736270905,0.02525094524025917,1.3662805557250977,0.12778455018997192,-0.2758076786994934,0.2570761442184448,-0.23036979138851166 +334,2.3211801658362785,1.3755759253568913,1.3699932019073233,0.14188435673713684,-0.9810049533843994,0.13228073716163635,-0.6237607002258301,2.2011804580688477,0.2472328543663025,0.45912879705429077,-0.4170510768890381,-0.342806339263916 +335,1.4480742763439882,1.4552561446882235,2.2823805080189032,0.11441558599472046,-0.9933326840400696,-0.014112233184278011,-1.3321880102157593,-0.17555217444896698,0.3610517680644989,-0.22371429204940796,-0.35299599170684814,0.2619912624359131 +336,1.2326757114309863,1.4435592060370326,2.481691311217495,0.11970902979373932,-0.991916298866272,-0.04209253564476967,-0.08157586306333542,-0.5132672190666199,0.10988587141036987,-0.060794852674007416,0.363986611366272,0.08846396207809448 +337,0.8917044314498624,1.438721987777876,2.770540953163908,0.1024746373295784,-0.9912908673286438,-0.08271348476409912,-0.38227537274360657,-0.44813501834869385,-0.03752618283033371,-0.020306065678596497,0.7621191143989563,0.06040513515472412 +338,0.9957163418963957,1.4356065589686289,2.6463126777909793,0.11309918016195297,-0.990875780582428,-0.07330626249313354,0.8655616641044617,-0.7540204524993896,0.05684606730937958,0.10700884461402893,-0.13178962469100952,-0.14437562227249146 +339,1.4873947094268138,1.4174409654708495,2.1509584985931944,0.15222394466400146,-0.9882640838623047,-0.012725241482257843,-0.33489227294921875,-1.0529769659042358,-0.6368277072906494,0.05897296965122223,-0.16523927450180054,-0.6190496683120728 +340,0.875476546549156,1.3675903736343262,2.575510128860662,0.1549593210220337,-0.9794245958328247,-0.129285529255867,0.7121598720550537,-1.7140036821365356,-0.08680777251720428,-0.01799646019935608,-0.38887661695480347,0.6124856472015381 +341,1.1108001150476061,1.3953935847023158,2.160114585757355,0.15636605024337769,-0.9846563339233398,-0.07747062295675278,1.15102219581604,-1.3595954179763794,-0.24173960089683533,0.204519584774971,0.41269588470458984,0.06556874513626099 +342,1.8663454798861483,1.363748544740277,1.4743025559804537,0.19665837287902832,-0.9786420464515686,0.05987582355737686,0.7842294573783875,2.256753444671631,-0.5764835476875305,-0.11526800692081451,0.6723219156265259,-0.01898229494690895 +343,2.2080604548174136,1.3306486746690533,1.295634410760301,0.1911633461713791,-0.97130286693573,0.1415182203054428,0.35546088218688965,-0.11995740979909897,0.6479594707489014,0.01591368019580841,-0.5227004289627075,-0.1637808084487915 +344,2.289278798810239,1.3766700211193406,1.316362695710402,0.14522303640842438,-0.9812166094779968,0.12698107957839966,-0.9675851464271545,0.27605047821998596,0.3676208555698395,0.3592325448989868,-0.5038144588470459,0.06061051785945892 +345,1.4830684825435692,1.435908252314243,2.1283165637269534,0.13396279513835907,-0.99091637134552,-0.01178250927478075,-0.708063542842865,-0.14044572412967682,-0.19687150418758392,-0.4187680780887604,-0.41040509939193726,0.11264306306838989 +346,1.1958157283616666,1.4442903782457348,2.3585240459094443,0.11740140616893768,-0.9920088052749634,-0.046209681779146194,-0.5510193705558777,-0.23449818789958954,0.3377111852169037,-0.10575896501541138,0.6028334498405457,0.1674255132675171 +347,0.8533017902248716,1.4275074959707257,2.707581594344837,0.10759315639734268,-0.9897516965866089,-0.09389060735702515,0.06526501476764679,0.2062821239233017,-0.181403249502182,-0.005527094006538391,0.7300165295600891,0.03854696452617645 +348,1.5164845914164735,1.437930545495915,2.035229279671619,0.13228043913841248,-0.9911863207817078,-0.007191453129053116,1.3371899127960205,1.1006529331207275,-0.37170687317848206,0.3917674124240875,-0.5810487866401672,-0.18780064582824707 +349,1.4661142510566874,1.367443860834218,2.1246313145845512,0.20084840059280396,-0.9793950319290161,-0.021102365106344223,-1.7943226099014282,-1.6351128816604614,-0.402794748544693,-0.007275402545928955,-0.8147028684616089,0.266234815120697 +350,1.1254916473219199,1.3747626603340926,2.2549959975898353,0.17578557133674622,-0.9808468818664551,-0.08389844745397568,0.9654256701469421,-2.0923802852630615,0.01801186241209507,0.22790095210075378,-0.0330386757850647,0.4476832151412964 +351,1.664195418760513,1.374831101539186,1.56739062300461,0.1938653588294983,-0.98086017370224,0.018159683793783188,1.4563357830047607,0.6772882342338562,-0.7017333507537842,0.023724988102912903,0.5482734441757202,0.07810795307159424 +352,2.217940636221637,1.3020867648990382,1.213877744253932,0.21180842816829681,-0.9641143083572388,0.16006535291671753,0.1535155028104782,1.2000524997711182,-0.02160879410803318,-0.3653271198272705,0.5378752946853638,-0.1060950756072998 +353,2.3674398409839785,1.35705081527838,1.1122562025498721,0.14829662442207336,-0.9772432446479797,0.15166999399662018,-0.0450446642935276,1.9816696643829346,0.2506987154483795,0.42636463046073914,-0.857854962348938,-0.046964168548583984 +354,2.1897543701091173,1.436608158418273,1.4057453630335075,0.10896603763103485,-0.9910102486610413,0.07762055844068527,-1.611796498298645,0.3678286671638489,0.26259440183639526,0.05500490963459015,-0.46322858333587646,0.6163034439086914 +355,1.557141953778688,1.4627490974736872,2.002788410899778,0.1078265830874443,-0.9941685795783997,-0.001472395844757557,-0.25157320499420166,-0.8055797815322876,0.0858345776796341,-0.1943286657333374,-0.023287415504455566,0.012321412563323975 +356,1.0943114960657832,1.4806421679957942,2.4016507048900766,0.08000488579273224,-0.9959388375282288,-0.041294608265161514,-0.5680858492851257,-0.2653390169143677,-0.042311906814575195,-0.037615977227687836,0.6681341528892517,0.0825849175453186 +357,1.0956408501622337,1.4597283299907067,2.3846679878737462,0.09856104850769043,-0.9938383102416992,-0.05070658028125763,0.6835125684738159,-0.11445561796426773,-0.04316018894314766,0.13622593879699707,0.4443693161010742,-0.020658791065216064 +358,1.9984401110976517,1.4404477967697178,1.5058271387109627,0.11827493458986282,-0.991516649723053,0.05390643700957298,0.9594349265098572,1.0498237609863281,-0.7318260669708252,0.3198506832122803,-0.3317561149597168,-0.4166841506958008 +359,1.3772418624841771,1.3923990339632986,2.060407890266666,0.17413973808288574,-0.9841293692588806,-0.034132834523916245,-2.3595755100250244,-2.449481725692749,0.13858002424240112,-0.06580232083797455,-1.0372178554534912,0.509611964225769 +360,1.304475785251568,1.4052890044660389,1.9077135630973523,0.15894515812397003,-0.9863349199295044,-0.04336037486791611,0.9269306659698486,-2.6246025562286377,-0.42619121074676514,0.30478471517562866,0.13941097259521484,0.2392680048942566 +361,1.7759823000642854,1.3504998269062314,1.3550243172127208,0.21393544971942902,-0.9758327007293701,0.04452314227819443,1.075292706489563,2.3345723152160645,-0.7300963401794434,-0.20316274464130402,0.5459773540496826,-0.07458293437957764 +362,2.110506077374643,1.3218546194640324,1.1915532948202257,0.21135808527469635,-0.9691737294197083,0.1266109198331833,-0.18687333166599274,0.9534142017364502,0.3690546452999115,-0.38564395904541016,0.2770653963088989,-0.06179152429103851 +363,2.3135363232251795,1.3628421321533566,1.0818252942637823,0.15208107233047485,-0.9784553647041321,0.13962967693805695,-0.0882316455245018,2.6801185607910156,0.38733434677124023,0.35803550481796265,-0.3424827456474304,-0.261791467666626 +364,2.134131093118123,1.4471952071225471,1.3499319405583503,0.10423654317855835,-0.9923710823059082,0.06583630293607712,-1.3107749223709106,-0.8103194236755371,0.3053589463233948,0.05727773904800415,-0.15158027410507202,0.29723143577575684 +365,1.3016117121339603,1.467656616554716,2.0896505114440265,0.09924986213445663,-0.9946858286857605,-0.02738110162317753,-0.10984836518764496,-0.2743552327156067,-0.09711795300245285,-0.17415525019168854,-0.06699031591415405,0.20136183500289917 +366,1.56074170702171,1.4700661084198114,1.8580071067927326,0.10055448114871979,-0.9949309825897217,-0.0010110711446031928,-0.14363665878772736,0.3038719594478607,-0.016940783709287643,-0.05712796747684479,0.630688488483429,0.05362337827682495 +367,1.7955542569612062,1.4587313509393929,1.6757850392690228,0.10901794582605362,-0.9937272667884827,0.02492375113070011,0.7079651355743408,0.5034153461456299,0.1461140364408493,0.049932852387428284,0.47114425897598267,-0.09615170955657959 +368,1.8416011607237581,1.4465965502256473,1.6493490309194252,0.11936608701944351,-0.9922971129417419,0.03313898667693138,0.36924538016319275,-0.48306775093078613,-0.1725904494524002,0.4214511811733246,-0.5243349671363831,-0.4732787609100342 +369,1.4838063013677742,1.4317890819013381,2.0257270203596853,0.1380360871553421,-0.990354061126709,-0.01203814335167408,-1.0717060565948486,-1.0685906410217285,-0.9473783373832703,-0.1525319516658783,-0.6171746253967285,0.16778463125228882 +370,1.1420794822655795,1.4153730910754665,2.222592673210727,0.14078888297080994,-0.987946093082428,-0.06435021758079529,1.2790886163711548,-1.4288113117218018,-0.0388164147734642,0.035679012537002563,0.272705614566803,0.18980801105499268 +371,2.1389020825192557,1.382531264303779,1.1109275425308405,0.1577572524547577,-0.9823304414749146,0.10069634020328522,1.3058676719665527,-0.21925678849220276,-0.2793632745742798,0.01919892430305481,0.6710968613624573,-0.024600744247436523 +372,2.488731209337165,1.3373761592313451,0.8714475529170256,0.14050985872745514,-0.9728809595108032,0.18373800814151764,-0.1185685321688652,0.7056172490119934,0.5873803496360779,-0.08515097200870514,-0.04883229732513428,-0.361808180809021 +373,2.6561517589129546,1.3847850662929666,0.7536615700843846,0.08629333227872849,-0.9827497005462646,0.1635749489068985,0.21093855798244476,0.70328688621521,0.3919505774974823,0.2503002882003784,-0.3451160192489624,-0.3099830150604248 +374,2.4530312209705953,1.4852585494102104,0.8960445618628449,0.05428723618388176,-0.9963438510894775,0.06596899777650833,-0.9775593280792236,-0.9060890078544617,0.29230988025665283,0.011356070637702942,-0.10534071922302246,0.32758569717407227 +375,1.959921592808572,1.5026188391457223,1.3698560282008139,0.06303319334983826,-0.9976767897605896,0.02584567479789257,0.08818893879652023,-0.3945430517196655,-0.05777862295508385,-0.09379490464925766,0.3466299772262573,0.07844805717468262 +376,1.904319889664686,1.5038578818146935,1.3916335739806993,0.06320355087518692,-0.9977604746818542,0.021897919476032257,-0.15215399861335754,-0.5653854608535767,-0.0868915468454361,-0.025331243872642517,0.5967137217521667,-0.05679476261138916 +377,2.037094987607889,1.4808646348694439,1.2091606345162806,0.080221988260746,-0.9959588646888733,0.040377188473939896,0.6208337545394897,-0.09958286583423615,-0.24532416462898254,0.029397152364253998,0.009569764137268066,-0.21020746231079102 +378,1.8951422899843737,1.4075516550658405,1.329852496944687,0.15404650568962097,-0.9867051243782043,0.05179345980286598,-0.3615415096282959,-0.9420438408851624,-0.7697548270225525,0.18822337687015533,-0.3006483316421509,-0.3047841787338257 +379,1.2264080230572132,1.3908240533431062,1.9246132007116845,0.16849194467067719,-0.9838486313819885,-0.06043502688407898,0.7078110575675964,-0.7918828129768372,-0.06364574283361435,-0.039951905608177185,-0.260459840297699,0.8125560283660889 +380,1.5287460307235903,1.3778102419077005,1.5013064027507652,0.19162021577358246,-0.9814358949661255,-0.008062439039349556,0.9629920721054077,-0.5254902839660645,-0.17494335770606995,0.012435555458068848,0.46820664405822754,0.02213108539581299 +381,2.106198793733832,1.3190358432741447,1.0555830837369544,0.21424949169158936,-0.968475341796875,0.12709221243858337,0.7250562906265259,2.624905586242676,-0.47999876737594604,-0.16319361329078674,0.6599122285842896,-0.12903012335300446 +382,2.3413872784350884,1.3087136002785669,0.938750211939236,0.1858987957239151,-0.9658524394035339,0.1804734468460083,-0.4022553265094757,0.30034199357032776,0.7030004858970642,0.2709035873413086,-0.8871595859527588,-0.1781541258096695 +383,2.5751449549177536,1.327956850546761,0.8028213068594847,0.12903957068920135,-0.9706591367721558,0.20290254056453705,-1.4102747440338135,-0.8404781222343445,0.6988388895988464,0.26660555601119995,-0.4298992156982422,0.25438806414604187 +384,1.728360973084891,1.4729249546912493,1.5721350549863804,0.0965050533413887,-0.9952144026756287,0.015332883223891258,-1.0560615062713623,-0.3588794469833374,-0.2028931975364685,-0.2081688642501831,-0.30999189615249634,0.3218557834625244 +385,1.6437794309382707,1.4704881733464719,1.6730787622449144,0.09987380355596542,-0.994973361492157,0.007302069570869207,0.14774189889431,0.351261705160141,0.14921970665454865,-0.11110426485538483,0.618600070476532,0.08023762702941895 +386,1.671825710642195,1.4661132296242916,1.6837051085915544,0.10395900160074234,-0.9945257306098938,0.010538794100284576,0.2323327660560608,0.44232675433158875,-0.2320157140493393,0.05206211656332016,0.6320990324020386,-0.12987780570983887 +387,1.90205551143786,1.4336495712828585,1.4291070686274534,0.12928487360477448,-0.9906101226806641,0.04446525499224663,0.29545512795448303,-0.5000640153884888,-0.8239034414291382,0.22934244573116302,-0.3760433793067932,-0.4396069049835205 +388,1.2216095595513687,1.370033212724827,2.039885394441938,0.18738262355327606,-0.979914665222168,-0.0682273581624031,-2.6955296993255615,-0.5763131976127625,0.5793107151985168,0.055949270725250244,-1.121678352355957,0.4674583077430725 +389,1.4157111484540637,1.3974072095037844,1.7274841675179804,0.17045214772224426,-0.9850057363510132,-0.026648592203855515,1.3161661624908447,-2.3668434619903564,-0.27014297246932983,0.3093757629394531,0.30013012886047363,0.13700014352798462 +390,2.0002934874438845,1.3414299053342105,1.0669967135504765,0.2067103236913681,-0.973810613155365,0.09467592090368271,1.6825299263000488,2.313169479370117,-0.8494080901145935,-0.2508387565612793,0.686167299747467,-0.04264344274997711 +391,2.392193856575459,1.2844547389419851,0.8601928776637487,0.19240105152130127,-0.9592835903167725,0.2067774385213852,-0.45662152767181396,0.2743251621723175,0.6174399256706238,-0.14268791675567627,-0.10512375831604004,-0.2995814085006714 +392,2.560952634663055,1.3589106753171953,0.762226414325957,0.11536404490470886,-0.9776360988616943,0.1758374124765396,0.05695020407438278,0.25415101647377014,0.5240761637687683,0.31484225392341614,-0.42180848121643066,-0.2635296583175659 +393,1.6297127604640833,1.4931727923461813,1.6096920719010834,0.07741310447454453,-0.996988832950592,0.004566188436001539,-1.0876929759979248,-0.545503556728363,-0.08018583804368973,-0.06444311887025833,-0.266423761844635,0.3206596374511719 +394,1.5503053064046215,1.4664565994445402,1.7415358851126774,0.10412875562906265,-0.9945615530014038,-0.002134003210812807,0.397174209356308,0.6140238642692566,0.0014445949345827103,-0.08929721266031265,0.5289090871810913,0.11675804853439331 +395,1.6142498098856057,1.4758130719165345,1.7134116515936422,0.09475002437829971,-0.9954924583435059,0.004119812045246363,-0.24658085405826569,-0.10041145980358124,-0.020174548029899597,-0.053261399269104004,0.7203766107559204,-0.0752410888671875 +396,1.8143317323659998,1.4611073481605914,1.4578199930424363,0.10623975843191147,-0.9939901828765869,0.026397084817290306,0.14698047935962677,-0.6527843475341797,-0.3252226710319519,0.16944079101085663,-0.48304545879364014,-0.29988038539886475 +397,1.2781547106517102,1.4071174846609906,2.0174236785634667,0.1560206264257431,-0.9866344928741455,-0.04700775071978569,-2.4384779930114746,-0.0963270291686058,-0.2822961211204529,0.0486760139465332,-0.8320909738540649,0.4064285159111023 +398,0.966721266505664,1.388281187502744,2.220918493840507,0.14938287436962128,-0.9833902716636658,-0.10309448838233948,1.5977177619934082,-1.7973644733428955,-0.5006794929504395,0.23449775576591492,0.06984645128250122,0.3489440679550171 +399,1.6369120656190623,1.3965845241995754,1.3446734112387504,0.17295295000076294,-0.9848634600639343,0.011451602913439274,1.6906609535217285,-0.9328750371932983,-0.2892181873321533,-0.03142769634723663,0.6635286808013916,-0.006172061897814274 +400,2.282619422260033,1.307251586320833,0.7706211264469043,0.19724710285663605,-0.9654726386070251,0.1701657921075821,0.4213540852069855,0.9797908663749695,0.20199546217918396,-0.20618873834609985,0.5244629979133606,-0.2555692195892334 +401,2.105907530575131,1.3944167041421431,1.0180236212817637,0.15093876421451569,-0.984485387802124,0.0894770398736,0.22133268415927887,2.0744247436523438,0.3634006977081299,0.129960298538208,-0.8260005116462708,-0.3012843132019043 +402,1.9521292031399662,1.4669069390030245,1.197044852773407,0.0962546318769455,-0.9946083426475525,0.038594163954257965,-2.5025455951690674,-1.3032807111740112,0.6529819965362549,0.0689675509929657,-0.26421135663986206,0.2978774309158325 +403,1.039054347316271,1.4562890239933843,2.048764842229603,0.09848078340291977,-0.9934511780738831,-0.05793224647641182,0.09878294169902802,0.30298474431037903,-0.18170751631259918,-0.023926347494125366,0.13525116443634033,0.2521156072616577 +404,1.0764783351645726,1.4621496363775557,2.0381748760534046,0.09545288234949112,-0.994103729724884,-0.05144408717751503,-0.20284603536128998,0.2753419280052185,0.2100178450345993,-0.005014054477214813,0.6880429983139038,0.006094936281442642 +405,1.3485664827126715,1.47331882283255,1.7529387825298592,0.09493065625429153,-0.9952528476715088,-0.021450715139508247,0.7494869232177734,-0.3933205306529999,-0.005294900853186846,0.07956885546445847,0.2092573642730713,-0.1525605320930481 +406,1.7991423122499792,1.419873229462439,1.2794159247261794,0.14644835889339447,-0.9886327385902405,0.034034501761198044,-0.23014108836650848,-0.08803948760032654,-0.7888756394386292,0.14954163134098053,-0.17169135808944702,-0.5631330013275146 +407,1.045546854226334,1.3818655454137834,1.924140086224686,0.16249242424964905,-0.9822056293487549,-0.09417301416397095,0.7364575266838074,-1.4039864540100098,-0.22888211905956268,-0.03201451897621155,-0.3362758755683899,0.5975146889686584 +408,1.449633539276912,1.3725570223219605,1.3348851857242894,0.1954994648694992,-0.980414867401123,-0.02380385808646679,1.2433710098266602,-0.40810397267341614,-0.3073854148387909,0.0944632887840271,0.5617595314979553,0.14239513874053955 +409,2.1894869742186907,1.290450522339338,0.719841663607387,0.22540107369422913,-0.960959792137146,0.16047072410583496,1.0236468315124512,2.1865711212158203,-0.19117482006549835,-0.16146671772003174,0.5874855518341064,-0.26418471336364746 +410,2.3354192654931962,1.3235865505119266,0.5847575159996765,0.17658621072769165,-0.9695989489555359,0.1693972945213318,-0.19211143255233765,-0.7489514946937561,0.813569962978363,0.18613047897815704,-0.9976710677146912,0.03383459150791168 +411,2.5029190016004312,1.3651978613688038,0.5218812808556906,0.12170165777206421,-0.9789389967918396,0.16391143202781677,-1.5877269506454468,-0.4490772485733032,0.42939257621765137,0.2702966332435608,-0.36944955587387085,0.16799770295619965 +412,1.9133450405620709,1.4569101258360524,1.1166385236222163,0.10703849047422409,-0.9935219883918762,0.03817068785429001,-0.29162511229515076,1.090095043182373,-0.4383366107940674,-0.2778300940990448,-0.44985276460647583,0.29819416999816895 +413,2.139458743241585,1.4270345723396614,1.02215923450028,0.12072031944990158,-0.9896840453147888,0.07715031504631042,0.09746784716844559,0.9735097289085388,0.1487852931022644,-0.16869395971298218,0.5931233763694763,-0.01782405376434326 +414,2.048636043939531,1.4530624530174407,1.1438603659919249,0.10430598258972168,-0.9930773973464966,0.05401674285531044,0.023668956011533737,-0.23833411931991577,0.03816366568207741,-0.018582098186016083,0.6444903016090393,-0.16865599155426025 +415,2.195207546029084,1.4369964999309024,0.9598994316915715,0.10822875797748566,-0.9910621643066406,0.07798851281404495,-0.1887846440076828,-0.1903517097234726,-0.6013392806053162,0.27160826325416565,-0.3928489089012146,-0.41398704051971436 +416,1.3650521424592168,1.382130226515247,1.6913334795655128,0.18359333276748657,-0.9822552800178528,-0.038315434008836746,-1.8112159967422485,-1.0179657936096191,0.22466681897640228,-0.05091816186904907,-0.9873492121696472,0.5497747659683228 +417,1.2999034387633122,1.3963234455055755,1.6429758092194002,0.1672583669424057,-0.984818160533905,-0.046450935304164886,0.9953638315200806,-1.7114454507827759,-0.19826501607894897,0.1751793622970581,0.035965681076049805,0.2343781590461731 +418,1.9416722575849656,1.3651276651248763,0.9741115700984779,0.19033627212047577,-0.9789246320724487,0.07401629537343979,1.626887559890747,2.2845041751861572,-0.5738833546638489,-0.22215089201927185,0.5001344680786133,-0.08556724339723587 +419,2.4223647744918244,1.288341097294341,0.7025791751340134,0.18361841142177582,-0.9603739976882935,0.2096812129020691,0.2670917510986328,1.3795461654663086,0.1644711196422577,-0.323449969291687,0.4796305298805237,-0.37266024947166443 +420,2.4115092717777546,1.3706477024798767,0.7345174065478401,0.1325964778661728,-0.9800370335578918,0.1481412798166275,0.06395906955003738,1.8448704481124878,0.17769916355609894,0.5227532386779785,-0.7672469615936279,-0.08649574220180511 +421,2.0499382775505977,1.4428649521980252,1.173060537192636,0.11321539431810379,-0.9918279647827148,0.05881774425506592,-1.649777889251709,-0.45044592022895813,0.17585539817810059,-0.1626538783311844,-0.3994378447532654,0.22211182117462158 +422,1.5493277110980548,1.4459684382375464,1.6412557713429523,0.12447608262300491,-0.992219090461731,-0.0026727397926151752,-0.3677125573158264,-0.5511725544929504,0.1317286342382431,-0.2004038244485855,0.29216110706329346,0.07628113031387329 +423,1.0097061347439718,1.4552670289768033,2.149065067044597,0.09759857505559921,-0.9933339357376099,-0.061337705701589584,-0.5497369170188904,-0.12074694782495499,0.015687262639403343,-0.03430511802434921,0.7450429201126099,0.09231305122375488 +424,1.3842859307288125,1.4405380532563241,1.7821475357009438,0.1276373565196991,-0.9915283918380737,-0.024085624143481255,1.358291745185852,-0.05032758414745331,-0.1743771880865097,0.1732201874256134,0.00794684886932373,-0.0626300573348999 +425,1.6918005881104752,1.3852275020478866,1.5383042167269523,0.18315669894218445,-0.9828314781188965,0.022271549329161644,-0.5117935538291931,-2.115135431289673,-0.8146542906761169,-0.10060666501522064,-0.03227478265762329,-0.6098569631576538 +426,1.0630705414562356,1.3525786246960285,2.011679184675481,0.18918034434318542,-0.9762848615646362,-0.10525553673505783,0.6392979025840759,-1.7997770309448242,-0.03619719669222832,-0.046098679304122925,-0.43471062183380127,0.4764408469200134 +427,1.331423957523618,1.3805668983648833,1.5528755669707115,0.18369366228580475,-0.9819608926773071,-0.04483072832226753,1.2250510454177856,-0.852440595626831,-0.11506053060293198,0.08916401863098145,0.5064206123352051,0.11468541622161865 +428,2.063278519983663,1.3282697420089786,0.9462888861558785,0.2116159200668335,-0.9707342982292175,0.11354903131723404,0.6958267688751221,2.4406795501708984,-0.25722000002861023,-0.21256199479103088,0.7873696088790894,-0.0822075828909874 +429,2.3251332918080316,1.3400382631231014,0.8137337127159884,0.1666710376739502,-0.9734932780265808,0.15662582218647003,0.07120199501514435,-1.16920006275177,0.9566622376441956,0.0817268043756485,-0.635179877281189,-0.14762316644191742 +430,2.398268378634075,1.3839939344269374,0.806576616377246,0.12568263709545135,-0.982603132724762,0.1367298662662506,-1.371341586112976,-0.22142165899276733,0.14477308094501495,0.30733126401901245,-0.49434083700180054,0.2638591527938843 +431,1.6162738266332808,1.4643218848750765,1.5525980437584825,0.10616398602724075,-0.9943369626998901,0.004831403959542513,-0.5884009599685669,-0.30271288752555847,-0.3830516040325165,-0.42115116119384766,-0.31103718280792236,0.20157432556152344 +432,1.242073124119843,1.459033223846396,1.903909482748584,0.10555879026651382,-0.9937610030174255,-0.036005984991788864,-0.4425767660140991,0.0009153326973319054,0.21994169056415558,-0.15003815293312073,0.576387345790863,0.09740740060806274 +433,1.0897688830030865,1.448510013689429,2.0624525229452066,0.10813918709754944,-0.9925323128700256,-0.056439731270074844,0.3689727187156677,-0.03557592257857323,-0.6545738577842712,0.009979099035263062,0.6670776605606079,0.048215270042419434 +434,1.9695218835664856,1.4048874185739557,1.207265198932845,0.1521948128938675,-0.9862686395645142,0.06411842256784439,0.3684276044368744,1.6727606058120728,-0.7197110056877136,0.4706689715385437,-0.8224167823791504,-0.2624673843383789 +435,1.413873361767324,1.3680306997107587,1.7154135234967696,0.1989050954580307,-0.97951340675354,-0.031471531838178635,-2.0926551818847656,-2.428244113922119,-0.04606879875063896,-0.009848684072494507,-1.1352022886276245,0.6747973561286926 +436,1.2404374280656656,1.3870066638930938,1.6763599655250898,0.1728745400905609,-0.9831581711769104,-0.05928315967321396,0.8937727212905884,-2.5952751636505127,-0.2012762725353241,0.3035811483860016,0.0799751877784729,0.13685888051986694 +437,1.6485379558136641,1.3678243846598515,1.1958313143329826,0.20097240805625916,-0.9794718027114868,0.015655474737286568,1.3930319547653198,2.2810332775115967,-0.7434110045433044,-0.27836498618125916,0.7227731943130493,0.0223388671875 +438,2.0541009939046617,1.3098174275429864,1.0754468751195796,0.22847364842891693,-0.9661378860473633,0.1199071854352951,-0.10713514685630798,2.5547292232513428,-0.22361280024051666,-0.28009408712387085,0.5287293195724487,-0.10982106626033783 +439,2.3885924379114702,1.3170241702792638,0.8354093716695213,0.17168028652668,-0.9679722785949707,0.18318109214305878,-0.250060498714447,2.6602444648742676,-0.1267542988061905,0.4349938929080963,-0.5235284566879272,-0.2605278491973877 +440,1.9188775252281585,1.416508641615563,1.3676495602395984,0.14445960521697998,-0.9881212711334229,0.05241796746850014,-1.583181381225586,-0.16649934649467468,0.2777579426765442,-0.13811196386814117,-0.3399426341056824,0.4703023433685303 +441,1.3591078563738261,1.4321871530069679,1.9231836305676908,0.1350817233324051,-0.9904091358184814,-0.029030177742242813,-0.4261699318885803,-0.5051477551460266,0.3625297546386719,-0.1800646334886551,0.25945210456848145,0.0373767614364624 +442,0.867769034482636,1.4209555725781655,2.3717798216022583,0.11388513445854187,-0.9887948632240295,-0.096514992415905,-0.5144670605659485,-0.12247537076473236,-0.19891494512557983,0.012289799749851227,0.652277410030365,0.13275454938411713 +443,1.3721151346432083,1.4327926256348023,1.82827087771991,0.13486047089099884,-0.990492582321167,-0.02715245820581913,1.4355202913284302,0.6616562008857727,-0.21135424077510834,0.28603798151016235,0.22941458225250244,-0.05834252014756203 +444,1.432902514312467,1.389050915727775,1.8817911859474086,0.17903120815753937,-0.9835296869277954,-0.02484496869146824,-0.5196192860603333,-0.9564809203147888,-0.6715047359466553,-0.16247540712356567,-0.13132327795028687,-0.23498165607452393 +445,1.0161312836190601,1.3593435934494396,2.116122638263994,0.1784144788980484,-0.9777270555496216,-0.11053531616926193,0.4147008955478668,-1.9700407981872559,-0.056778986006975174,0.1545322984457016,-0.4067486524581909,0.57298344373703 +446,1.3237511892647034,1.3849615132894708,1.6422231417113775,0.17915791273117065,-0.9827823638916016,-0.04518304765224457,1.4106014966964722,-1.3265626430511475,-0.22642123699188232,0.05111248791217804,0.502313494682312,-0.03286564722657204 +447,2.0912971139992447,1.3055901077988135,0.9374239293205008,0.22739748656749725,-0.9650384783744812,0.13035038113594055,0.7764834761619568,1.8842759132385254,-0.3272685110569,-0.21886783838272095,0.7777063250541687,-0.07851636409759521 +448,2.239167689515538,1.3264985253967148,0.9033639994139273,0.18983164429664612,-0.9703074097633362,0.14989233016967773,-0.02713838778436184,-0.1366117298603058,0.7878308892250061,0.15635979175567627,-0.8296805024147034,-0.17651890218257904 +449,2.2381613731294747,1.3601160387582807,0.9923643553486832,0.16425824165344238,-0.9778888821601868,0.12943127751350403,-1.645677089691162,-0.06679024547338486,-0.11184386163949966,0.3580653667449951,-0.5503398180007935,0.7434781789779663 +450,1.726154836167952,1.394382595549131,1.5344809779840565,0.17338688671588898,-0.9844794273376465,0.027155961841344833,0.010218419134616852,0.19515688717365265,-0.34603151679039,-0.4637463688850403,-0.42938482761383057,0.02155018225312233 +451,1.6286244728522652,1.404808712676629,1.6044619938590443,0.16495032608509064,-0.9862556457519531,0.009549418464303017,-0.5675145387649536,-0.054837800562381744,-0.03577256575226784,-0.17965978384017944,0.6477241516113281,0.10728704929351807 +452,1.5740639590898204,1.3810980995080133,1.6837633731835409,0.18856246769428253,-0.9820612072944641,0.0006161549827083945,0.6715154647827148,0.016411082819104195,-0.3702734112739563,0.12024495005607605,0.6507470011711121,-0.05624973773956299 +453,1.996471330581411,1.3335686149444854,1.3104914922168318,0.21403639018535614,-0.9719932079315186,0.09704338759183884,0.08911533653736115,0.4641976058483124,-0.6568664312362671,0.21673445403575897,-0.6509772539138794,-0.7630132436752319 +454,1.4845363729907444,1.2990062707617156,1.6993851182004758,0.26745811104774475,-0.9632918834686279,-0.023128317669034004,-1.5379635095596313,-2.0304534435272217,-0.11790120601654053,0.16407570242881775,-0.8122055530548096,0.22294217348098755 +455,1.2707553839300072,1.3003136601565448,1.6970206488566235,0.255259245634079,-0.9636420607566833,-0.07897238433361053,0.9228220582008362,-1.1711255311965942,-0.09236672520637512,0.29498791694641113,0.027362823486328125,0.32640892267227173 +456,1.7861381668282335,1.2861522375374201,1.2066640753214035,0.2743300497531891,-0.9597616791725159,0.06000514328479767,1.7711849212646484,2.4376041889190674,-0.45565328001976013,-0.26482388377189636,0.6311331391334534,0.0064620934426784515 +457,2.285116953592339,1.222612366471195,0.908752418533742,0.2577832341194153,-0.9399938583374023,0.22351594269275665,0.5155365467071533,0.33379679918289185,0.44892802834510803,-0.5750897526741028,0.35028743743896484,-0.6088460683822632 +458,2.22167402245682,1.304931149467911,0.9823700873576372,0.20902682840824127,-0.9648655652999878,0.15919280052185059,-0.6386758685112,2.1767125129699707,0.10666097700595856,0.6147494316101074,-0.5193263292312622,-0.18815398216247559 +459,1.8424252027055352,1.3892949328083812,1.4637290430024203,0.17388834059238434,-0.9835737943649292,0.04843008890748024,-1.351912021636963,0.3734462857246399,0.042149968445301056,-0.28408730030059814,-0.2710953950881958,0.33787667751312256 +460,1.709935968124264,1.3798740367359887,1.5723167104330527,0.18793050944805145,-0.9818296432495117,0.026318645104765892,0.032763395458459854,-0.41461843252182007,-0.07511372119188309,-0.023745939135551453,0.4225492477416992,-0.003674626350402832 +461,1.6296645258297624,1.357521260333566,1.6075902847591046,0.21129503846168518,-0.977342963218689,0.012452946975827217,0.08427496254444122,-0.12808552384376526,-0.11619312316179276,-0.09453479945659637,0.7591423392295837,-0.05223262310028076 +462,1.7667674082414893,1.346911130015026,1.4636220176598087,0.21777023375034332,-0.9750422239303589,0.04323152080178261,0.5442904829978943,-0.1399228721857071,-0.23759783804416656,0.09596572816371918,0.04945933818817139,-0.09631681442260742 +463,1.6987550780299632,1.3198701416587437,1.5199039815687054,0.24627108871936798,-0.9686828851699829,0.031685665249824524,-0.9185084700584412,-0.9757570624351501,-0.4024503827095032,-0.07859228551387787,-0.5807708501815796,0.4272986650466919 +464,1.1797836487970252,1.3155354491680773,1.8758828077983185,0.23343996703624725,-0.967597484588623,-0.09623309969902039,1.1413335800170898,-1.0220760107040405,0.23686401546001434,0.12469905614852905,-0.21949046850204468,0.4976155757904053 +465,1.7101075422477499,1.3655198489721079,1.2479843965919226,0.2018626183271408,-0.9790046811103821,0.02830507606267929,1.3683453798294067,-0.4061143696308136,0.23403048515319824,-0.021000206470489502,0.6548928022384644,-0.0835723876953125 +466,2.3575541305681935,1.2826281033209803,0.7510658756871743,0.20068398118019104,-0.9587660431861877,0.20123043656349182,0.4215259253978729,2.3268191814422607,-0.18120554089546204,-0.18084755539894104,0.7094526886940002,-0.22741460800170898 +467,2.4660812956080536,1.3552045588955544,0.7543520121728373,0.1337667554616928,-0.9768499732017517,0.16694460809230804,-0.6140894293785095,1.59272301197052,0.3141888976097107,0.4675058126449585,-1.124300479888916,-0.21668829023838043 +468,2.2792333743716697,1.4310079461018528,1.0154235944037147,0.10580718517303467,-0.990245521068573,0.09065715223550797,-2.0862112045288086,-0.15653572976589203,0.0010215230286121368,0.001385800540447235,-0.5820963978767395,0.43085777759552 +469,2.071636075683507,1.4299431103586098,1.2931906597630616,0.12314537167549133,-0.9900965690612793,0.0674089640378952,0.4027363061904907,0.0004918277263641357,-0.026316169649362564,-0.14914634823799133,0.19139057397842407,-0.06389940530061722 +470,1.768482256224946,1.460401600505742,1.5723941481096786,0.10802654176950455,-0.9939126968383789,0.02163793332874775,-0.9600339531898499,-0.6312731504440308,-0.06205109506845474,-0.005838409066200256,0.7213447093963623,-0.07722567766904831 +471,1.5572632983330372,1.44748569076459,1.6903435299126683,0.1229870542883873,-0.9924068450927734,-0.0016644889255985618,0.7081645131111145,-0.9145547747612,-0.7897207736968994,0.1744677722454071,0.2274532914161682,0.22920352220535278 +472,1.443130871787308,1.378545673345414,1.8419264951703886,0.18951427936553955,-0.981576681137085,-0.024326734244823456,-0.44580408930778503,-3.012026786804199,-0.5926880836486816,-0.04486092925071716,-0.3622344732284546,0.29819148778915405 +473,1.1765751928321317,1.381928869336131,1.8634565615148977,0.17334553599357605,-0.9822174906730652,-0.07211137562990189,1.3543897867202759,-3.0165646076202393,0.09264830499887466,0.23291972279548645,-0.20949387550354004,0.10520768165588379 +474,1.7940127961677634,1.3690336363937678,1.0700730698940153,0.19542495906352997,-0.9797148704528809,0.04436130449175835,2.0139265060424805,2.516415596008301,-0.9426599740982056,-0.29739946126937866,0.6531615257263184,0.009532686322927475 +475,2.3301594333182294,1.2970784623371048,0.7717605534212246,0.19605085253715515,-0.9627725481987,0.18609930574893951,0.24368755519390106,2.497103691101074,0.013486197218298912,-0.38252854347229004,0.9274027943611145,0.026989683508872986 +476,2.367302356273841,1.3648061865017078,0.9022337501975463,0.14301380515098572,-0.9788589477539062,0.14622677862644196,-1.043811559677124,1.5158286094665527,0.10753288865089417,0.5941687822341919,-0.7062606811523438,-0.6261156797409058 +477,1.6561296155854566,1.4365943820069371,1.646316184904741,0.1333131343126297,-0.9910084009170532,0.01140374131500721,-1.7831319570541382,2.0302350521087646,0.46179771423339844,-0.2797364592552185,-0.5030253529548645,0.3029578924179077 +478,1.9009369781191585,1.4576764326577272,1.504166248344206,0.10678298026323318,-0.9936087727546692,0.03659260645508766,0.13550978899002075,-0.34625425934791565,0.26104849576950073,-0.05813795328140259,0.4670127034187317,-0.008791089057922363 +479,1.3810638234254329,1.4803248106407718,1.8982528853649259,0.08872804790735245,-0.9959102272987366,-0.017039552330970764,-0.2561231255531311,-1.6922173500061035,-0.025390977039933205,0.11725036054849625,0.8635554313659668,-0.04449915885925293 +480,1.947016072749653,1.44659493911518,1.251938666530344,0.11521792411804199,-0.9922969341278076,0.04551522433757782,0.04471179470419884,1.0600125789642334,-0.36570993065834045,0.4962475299835205,-0.4317448139190674,-0.07060062885284424 +481,1.5147405911420113,1.4105582435022694,1.722738674250412,0.15930205583572388,-0.9871893525123596,-0.008939159102737904,-1.2665148973464966,-1.3574154376983643,-0.5199782848358154,-0.01065094769001007,-0.5181053876876831,0.48563897609710693 +482,0.9254745171996936,1.3678506156719341,2.2222739505052282,0.1610237956047058,-0.9794771075248718,-0.12122655659914017,0.5352934002876282,-0.9527397751808167,0.039592158049345016,-0.126111701130867,-0.2382199764251709,0.38613438606262207 +483,1.3094251469481402,1.4149721040297631,1.6902427189584548,0.14992333948612213,-0.9878839254379272,-0.040103036910295486,1.533284068107605,-1.2504639625549316,-0.1611715406179428,-0.07337000966072083,0.832549512386322,-0.04868787154555321 +484,2.113696305692402,1.3418453382316384,0.985534457398143,0.1943230926990509,-0.9739050269126892,0.11725037544965744,0.5374064445495605,3.0245063304901123,-0.3369438946247101,-0.1854119598865509,0.6892523169517517,-0.03465449810028076 +485,2.3241680584310775,1.3496561836593925,0.8825909185876017,0.15998566150665283,-0.9756479859352112,0.15005284547805786,-0.17514963448047638,2.566807985305786,0.014183216728270054,0.5350369215011597,-0.6495199799537659,-0.09304605424404144 +486,1.86488851739619,1.4178542103238254,1.4493933548982028,0.14580681920051575,-0.988327145576477,0.04416121914982796,-1.8913209438323975,0.3172767162322998,0.261122465133667,-0.21563102304935455,-0.6589813232421875,0.614972710609436 +487,1.502506058438564,1.432316995094411,1.8310378841875246,0.13771608471870422,-0.9904270768165588,-0.009419315494596958,-0.563227653503418,-0.8080070614814758,0.22280213236808777,-0.16254211962223053,0.1415194869041443,0.02904212474822998 +488,1.0402847629478853,1.4416789291733425,2.204074723952754,0.11106057465076447,-0.9916759133338928,-0.06514862179756165,-0.4001404941082001,-0.8433743715286255,0.13286468386650085,-0.030005894601345062,0.8315197229385376,0.036706216633319855 +489,1.1693661058279496,1.4285833196904467,2.0702527262281154,0.13046759366989136,-0.9899047613143921,-0.05538089945912361,1.717809796333313,-1.1061967611312866,-0.6453359723091125,0.25133782625198364,0.22575974464416504,-0.10955137759447098 +490,1.6872515558879495,1.3846984960736457,1.6481190735493114,0.18377253413200378,-0.9827337265014648,0.0214985478669405,-0.7825739979743958,-0.8157240748405457,-0.3340983986854553,-0.10541866719722748,-0.08370304107666016,-0.779112696647644 +491,0.9849797010934136,1.3891392294044524,2.1644938237095253,0.15053647756576538,-0.9835456609725952,-0.09988301992416382,0.8403774499893188,-1.1539766788482666,0.002135147340595722,-0.11174865067005157,-0.35129314661026,0.7206410765647888 +492,1.3554391448501735,1.4204836738633604,1.6077329081930534,0.14628873765468597,-0.9887242913246155,-0.032000582665205,0.9734596014022827,-0.7159392833709717,-0.3786226212978363,0.005871906876564026,0.7282567620277405,0.05830669403076172 +493,2.0528688442550993,1.3242463609249278,1.089167301414893,0.21624568104743958,-0.9697601795196533,0.11315010488033295,0.37274643778800964,2.851574659347534,-0.667066216468811,-0.17480280995368958,0.7712128758430481,-0.03816843032836914 +494,2.3068917033993555,1.3162414684367698,0.960751602346585,0.1866186559200287,-0.9677754640579224,0.1690680831670761,0.7299045920372009,0.3708488345146179,0.6436380743980408,0.20084775984287262,-0.9223306775093079,-0.237900510430336 +495,2.412502843607334,1.3561139158697382,0.996168744709179,0.14192326366901398,-0.9770441055297852,0.1588788628578186,-1.4461674690246582,-0.6338226199150085,0.23052646219730377,0.10792410373687744,-0.4588841199874878,0.4456591308116913 +496,1.8070706952296498,1.4214504310034883,1.6037727505707216,0.14465679228305817,-0.9888685941696167,0.034829240292310715,-0.47066530585289,0.11993386596441269,-0.34637725353240967,-0.43646588921546936,-0.31453704833984375,0.06279647350311279 +497,1.3963081292125483,1.4420205465227687,2.018222728829552,0.12647022306919098,-0.9917198419570923,-0.02229427918791771,-0.924224853515625,-0.03295593708753586,0.3883831799030304,-0.11939014494419098,0.6869407892227173,0.03549313545227051 +498,1.0665714394386103,1.446624371137939,2.3272324212609834,0.10843958705663681,-0.9923005700111389,-0.05983707308769226,1.0280940532684326,-0.7462276816368103,-0.1857205182313919,0.04120334982872009,0.6341004967689514,-0.004127800464630127 +499,1.920927478768919,1.4115465029011736,1.5318377395425227,0.14895658195018768,-0.9873465299606323,0.054395537823438644,0.13736982643604279,3.8371875286102295,-0.6337714195251465,0.6506497263908386,-0.38890475034713745,-0.5521067380905151 +500,1.2131566681519081,1.3663473073497772,2.120589566790703,0.19018173217773438,-0.9791730046272278,-0.07107290625572205,-1.8865277767181396,-2.1122071743011475,0.6082718372344971,0.05453877151012421,-1.316267728805542,0.8732884526252747 +501,1.158756692327633,1.3871144870981222,1.9605631097353555,0.16736315190792084,-0.9831778407096863,-0.07314745336771011,0.7365365624427795,-2.0957343578338623,-0.19064942002296448,0.26400279998779297,0.2589195966720581,0.16621077060699463 +502,1.6199140269647478,1.3715690035596406,1.4967245102272948,0.19767320156097412,-0.9802197813987732,0.009717068634927273,1.0374882221221924,2.1819400787353516,-0.5676674842834473,-0.22007311880588531,0.8278913497924805,0.05087566375732422 +503,2.0711224546223748,1.3207346895751304,1.2740149863492756,0.21713119745254517,-0.9688971638679504,0.11871127784252167,0.37582722306251526,1.5008857250213623,0.23636065423488617,-0.16857773065567017,-0.14165276288986206,-0.4010446071624756 +504,2.2955783499071645,1.3594366835578389,1.1833869448962433,0.15705767273902893,-0.9777466058731079,0.13908465206623077,-0.7221331596374512,0.7425753474235535,0.2073662430047989,0.40075787901878357,-0.5252746343612671,-0.5424050092697144 +505,1.679112383481193,1.41676899929494,1.7991685873145802,0.1525208204984665,-0.9881612062454224,0.016585366800427437,-0.7360378503799438,0.09305578470230103,-0.15332895517349243,-0.4289642572402954,-0.4127178192138672,0.2603769302368164 +506,1.4936125587442939,1.4239195535324118,1.946001587643716,0.1459135115146637,-0.9892329573631287,-0.011284572072327137,-0.41672682762145996,-0.35824379324913025,0.3446945548057556,-0.1190885603427887,0.6164150238037109,0.06543797254562378 +507,0.9898706092508432,1.4339127531535707,2.4067914542495163,0.11407194286584854,-0.9906460642814636,-0.07488735765218735,-0.2891739010810852,-0.48378515243530273,0.2945842742919922,-0.08256253600120544,0.7947995066642761,-0.00044530630111694336 +508,1.476227311582627,1.4232596046019037,1.9042940466816582,0.14634466171264648,-0.9891361594200134,-0.0138810770586133,0.787007212638855,2.141770362854004,-0.7985188961029053,0.427919864654541,-0.766967236995697,-0.09546339511871338 +509,1.3701723722727037,1.3650002464323343,2.06351204336993,0.20024815201759338,-0.9788986444473267,-0.040722403675317764,-0.9538042545318604,-2.0865509510040283,-0.6501924991607666,-0.19275608658790588,-0.5795273184776306,0.5258298516273499 +510,1.0930945860260546,1.3738770322195177,2.1304248531897967,0.17374709248542786,-0.9806739687919617,-0.08994767814874649,0.8376014828681946,-1.8396506309509277,0.030293194577097893,0.27295395731925964,-0.14861375093460083,0.3567476272583008 +511,1.441211291446752,1.3932604572243517,1.6677656274162058,0.17512455582618713,-0.9842818379402161,-0.02282140776515007,1.3247008323669434,0.9329419732093811,-0.36623355746269226,-0.23002567887306213,0.5984328389167786,0.012582778930664062 +512,2.142727981898938,1.32605075016501,1.1654339952357131,0.20374763011932373,-0.9701989889144897,0.13115178048610687,0.5192345976829529,1.907489538192749,-0.31418681144714355,-0.26064765453338623,0.638701856136322,-0.02449287474155426 +513,2.3219830025249144,1.3450925732182253,1.1276730625578857,0.1635652631521225,-0.9746368527412415,0.1527397781610489,0.38697201013565063,2.7986581325531006,0.2637787461280823,0.3910459280014038,-0.582202136516571,-0.3925468921661377 +514,1.9725255346827186,1.417788481765788,1.5045590468310301,0.1402776837348938,-0.9883171319961548,0.059594593942165375,-1.655786156654358,-0.5752484798431396,0.1881730705499649,-0.1891668438911438,-0.3077644109725952,0.4819551706314087 +515,1.4881945387292277,1.4216935682453031,1.9808641176608186,0.1480453908443451,-0.9889047741889954,-0.012256703339517117,0.09210442006587982,-0.18031692504882812,0.18363645672798157,-0.1753433495759964,0.1583535075187683,0.10033047199249268 +516,1.182878503247506,1.4555315543692136,2.239737597384127,0.10646544396877289,-0.9933643937110901,-0.043504226952791214,-0.4888642430305481,-0.5895915627479553,0.20821718871593475,-0.0662585124373436,0.7505359053611755,0.02971028909087181 +517,1.6239721332561294,1.437560761906194,1.733428455397008,0.13265420496463776,-0.9911372661590576,0.007060650736093521,1.5256894826889038,0.21359235048294067,-0.5538769960403442,0.24007223546504974,0.24421954154968262,0.14574086666107178 +518,1.7419101653661193,1.3902387784706558,1.7676253889954199,0.17695599794387817,-0.9837437272071838,0.030578650534152985,-0.9421401619911194,-2.212351083755493,-0.7510901093482971,-0.07151778042316437,-0.15602684020996094,-0.42987072467803955 +519,1.0551527691001854,1.3721416985466046,2.2585548578487202,0.17168985307216644,-0.9803329706192017,-0.09731236100196838,0.6684967875480652,-2.059701681137085,-0.420960396528244,0.21933186054229736,-0.1835310459136963,0.5219950079917908 +520,1.5372588187201959,1.3881949964724294,1.606685437982369,0.18148556351661682,-0.9833746552467346,-0.006088856607675552,1.6852846145629883,0.05513373762369156,-0.2892548739910126,-0.13581602275371552,0.6034309267997742,-0.08996516466140747 +521,2.2363271484742566,1.3141887305422562,1.0335673523413234,0.1996372491121292,-0.9672565460205078,0.15671633183956146,0.34803277254104614,1.808281660079956,-0.26098743081092834,-0.16283302009105682,0.9279497861862183,-0.016945824027061462 +522,2.3717970242957302,1.3475697126952348,0.9985980772528836,0.1540762037038803,-0.9751882553100586,0.15896075963974,-0.13875530660152435,0.4856841564178467,0.4179114103317261,0.24922886490821838,-1.059800148010254,-0.20142602920532227 +523,2.1663952446010133,1.4070287748077182,1.28942291537055,0.13496389985084534,-0.9866200089454651,0.09146439284086227,-2.1379127502441406,0.06615280359983444,-0.11115609109401703,0.10420234501361847,-0.5109996199607849,0.9070861339569092 +524,1.7250108902685717,1.4179162516055412,1.802153034765807,0.15047721564769745,-0.9883365631103516,0.02339150570333004,0.26379287242889404,0.2533378601074219,-0.3288860619068146,-0.31370049715042114,-0.09268742799758911,-0.0925290584564209 +525,1.5519106819871604,1.4416234199404183,1.9400973233838321,0.12879055738449097,-0.9916687607765198,-0.0024325819686055183,-0.44278404116630554,-0.9226235151290894,0.44004178047180176,-0.11246366798877716,0.7725374102592468,-0.07317471504211426 +526,1.309983882097698,1.448531935889792,2.100674550861995,0.11783598363399506,-0.9925349950790405,-0.031449440866708755,0.6284478306770325,-0.2015724778175354,-0.4330175220966339,0.17922213673591614,0.48527175188064575,-0.011839751154184341 +527,1.4831461268243948,1.4133732599879336,2.0004908070956566,0.15617208182811737,-0.987634539604187,-0.013723676092922688,-0.343954861164093,0.8929140567779541,-0.329439252614975,0.21725626289844513,-0.163732647895813,-1.05552077293396 +528,1.155773581678612,1.393671775060957,2.1493246898469933,0.16124162077903748,-0.9843544363975525,-0.07104561477899551,-0.16566278040409088,-1.8933511972427368,0.4194239377975464,-0.06523331999778748,-0.7299399971961975,0.5562293529510498 +529,1.3420053881395648,1.4128187758075212,1.688806317497286,0.15322205424308777,-0.9875474572181702,-0.03568056970834732,1.184022307395935,-1.9265484809875488,-0.2264210730791092,0.16199401021003723,0.42484909296035767,0.1428583264350891 +530,1.8953726711322325,1.369440147749025,1.1600272607575772,0.1895550936460495,-0.9797962307929993,0.0637807548046112,0.6194714307785034,2.484823703765869,-0.5870915651321411,-0.1746320128440857,0.8345174193382263,0.09329318255186081 +531,2.3393930202658106,1.3405979433498445,1.0017798099598705,0.16402867436408997,-0.973621129989624,0.15860740840435028,0.05961281806230545,1.0290471315383911,1.1402919292449951,-0.06966833770275116,-0.6781579256057739,-0.4599226713180542 +532,2.38055989148532,1.396428510639893,0.9624984697182357,0.11964722722768784,-0.9848363995552063,0.12562455236911774,-1.4232326745986938,-1.20976984500885,0.0329601876437664,0.43133237957954407,-0.7124596238136292,0.3871011734008789 +533,1.6437904089272108,1.4605469387352532,1.7402730842844858,0.10973251610994339,-0.9939286708831787,0.008024080656468868,0.4196132719516754,0.868398904800415,-0.4430372416973114,-0.3526219129562378,0.06982600688934326,0.04881489276885986 +534,2.0092588044990176,1.424418719210876,1.423342272617529,0.13205768167972565,-0.9893059134483337,0.06192232295870781,0.03556165099143982,0.3942474126815796,0.22564615309238434,-0.16355185210704803,0.7483392357826233,-0.07661653310060501 +535,1.8368531477201868,1.4660208206884073,1.6050162517499544,0.10090537369251251,-0.9945160746574402,0.027498483657836914,-0.36893290281295776,0.06134357303380966,0.20759843289852142,-0.05230611562728882,0.8471770882606506,-0.13574433326721191 +536,1.5736768078503713,1.4162271396048214,1.8420520047307174,0.15395402908325195,-0.9880779385566711,0.0004434628935996443,1.017051100730896,0.5980991125106812,-0.8078030943870544,0.858436107635498,-1.3647968769073486,-0.6002511978149414 +537,1.1772384416674444,1.3679911167697387,2.196788766014652,0.18601971864700317,-0.9795054197311401,-0.07723911851644516,-1.7126222848892212,-3.098343849182129,0.37842896580696106,0.028366267681121826,-0.9300862550735474,-0.04290860891342163 +538,1.0445698943140271,1.394180230020721,2.0815390179157873,0.15192900598049164,-0.9844439029693604,-0.08824935555458069,1.3297793865203857,-1.6498479843139648,-0.18277698755264282,0.31598174571990967,0.14694994688034058,0.3292771577835083 +539,1.850367263227473,1.3802028090858232,1.2241093572732091,0.18208648264408112,-0.9818919897079468,0.05227517709136009,1.8243681192398071,3.1717488765716553,-0.8889219760894775,-0.18086577951908112,0.7737773656845093,0.04995870590209961 +540,2.3586991355754647,1.3149132692353873,1.013899442078278,0.17851969599723816,-0.9674401879310608,0.17941619455814362,-0.16245418787002563,0.5525606870651245,0.19739937782287598,-0.21881817281246185,0.15686285495758057,-0.3891634941101074 +541,2.5466825546498058,1.3631884199388806,0.88831057782509,0.11551671475172043,-0.978526771068573,0.17070835828781128,-0.6321023106575012,1.4411824941635132,-0.15063174068927765,0.4855727553367615,-0.269794762134552,-0.49305033683776855 +542,1.8108882733634402,1.4380388703792886,1.6236962326393507,0.12857113778591156,-0.9912006855010986,0.031476035714149475,-0.9877433180809021,-0.16059470176696777,-0.09292405843734741,-0.22450314462184906,-0.24598193168640137,0.23186016082763672 +543,1.55904373049323,1.4224956070305643,1.8679405533261493,0.14774735271930695,-0.9890235662460327,-0.001736495061777532,-0.37760260701179504,-0.6603060960769653,0.33940616250038147,-0.15742143988609314,0.287836492061615,0.07932746410369873 +544,0.9335955660039758,1.439786616845236,2.43290940760274,0.10500013083219528,-0.9914305210113525,-0.07772129029035568,-0.5559951066970825,-0.975483775138855,0.31228604912757874,-0.08667432516813278,0.82442307472229,-0.02872401475906372 +545,1.0312655604686658,1.4591027438963027,2.2377219981954153,0.09562850743532181,-0.9937687516212463,-0.05726158246397972,1.468930721282959,-1.2830207347869873,-0.5756708383560181,0.2467024326324463,-0.13519853353500366,-0.04745948314666748 +546,1.6249005378463697,1.4209005838594437,1.76413180311015,0.14911694824695587,-0.9887866377830505,0.008075735531747341,-0.9577406644821167,-1.3156132698059082,-0.4873405992984772,0.10976369678974152,-0.21595585346221924,-1.1986122131347656 +547,1.022648387033184,1.3947555732846557,2.143868907473926,0.14947400987148285,-0.9845448136329651,-0.0912628322839737,0.4347420632839203,-1.8106402158737183,0.09316335618495941,0.06013596057891846,-0.29699504375457764,0.5156402587890625 +548,1.2601449290498874,1.4237483004661715,1.6981802343720613,0.13950671255588531,-0.989207923412323,-0.04478805512189865,1.067946195602417,-0.5563169121742249,-0.2965910732746124,-0.005092024803161621,0.6093249320983887,0.13544052839279175 +549,2.045847826878876,1.3516923379131482,1.1010110574254102,0.19328710436820984,-0.9760925769805908,0.09941475838422775,0.3055388331413269,2.905740976333618,-0.3589290976524353,-0.15584203600883484,0.7252686619758606,0.005275845527648926 +550,2.366856688036301,1.356700280477546,0.9786614286687786,0.1486247181892395,-0.9771688580513,0.151828333735466,-0.357247918844223,0.1270904242992401,1.0612589120864868,0.2171589732170105,-0.867466151714325,-0.21374845504760742 +551,2.4598920904375294,1.4084995485860494,0.9883438340003963,0.10181694477796555,-0.9868587851524353,0.12547101080417633,-1.7623786926269531,-1.002893328666687,0.2859227657318115,0.19360846281051636,-0.4234194755554199,0.6407033205032349 +552,1.6213896087511015,1.4698321337441735,1.7795720549857008,0.10066386312246323,-0.9949074387550354,0.005097264889627695,-0.7022497653961182,-0.4993036389350891,-0.2566341459751129,-0.2625748813152313,-0.2887534499168396,0.09884560108184814 +553,0.9523493199859371,1.460535798018393,2.3750937244949126,0.08965659886598587,-0.9939274787902832,-0.06379668414592743,-0.4018140137195587,-0.547453761100769,0.09556873887777328,-0.019283056259155273,0.7391972541809082,0.09692353010177612 +554,0.7560357994529555,1.443409656419753,2.5376275435891533,0.08715612441301346,-0.9918972849845886,-0.09243074059486389,0.026239722967147827,0.07830353081226349,-0.1043706089258194,0.03828636556863785,0.7213132977485657,0.09085912257432938 +555,1.2735896863546494,1.4637404632190008,2.0112896821621673,0.10216773301362991,-0.9942749738693237,-0.03129175305366516,0.4074169993400574,0.3819938600063324,-0.46668723225593567,0.2956594228744507,-1.1897308826446533,-0.34216707944869995 +556,1.0334463374772778,1.4007355524789054,2.1752896937861994,0.1453908532857895,-0.98557448387146,-0.08662869036197662,-0.9070042371749878,-2.9533944129943848,0.04305484518408775,-0.09314475953578949,-1.14571213722229,0.7543227672576904 +557,0.9956216789934434,1.4232061203253072,1.998876889761296,0.1233929917216301,-0.9891283512115479,-0.07999487966299057,0.8648900985717773,-2.701517105102539,-0.34531494975090027,0.2616167664527893,0.019584953784942627,0.06728429347276688 +558,1.8303881289420203,1.3834771153344754,1.1121452262232017,0.17998656630516052,-0.9825069904327393,0.04780164361000061,1.3191157579421997,3.035336494445801,-0.9652296900749207,-0.12812194228172302,0.5919888019561768,-0.04743540287017822 +559,2.1425971083170268,1.339675641485203,1.0840004753750083,0.19263027608394623,-0.9734103083610535,0.12395991384983063,-0.5296226143836975,2.119614601135254,0.04399597644805908,-0.2684969902038574,0.38715237379074097,-0.14443719387054443 +560,2.490385129733172,1.3759208803011653,0.8410460232046331,0.11737729609012604,-0.9810717701911926,0.15401591360569,-0.007479415275156498,2.386838436126709,0.06739543378353119,0.5327539443969727,-0.39112067222595215,-0.5557645559310913 +561,1.6601626609737716,1.4491952561817043,1.6517891574276535,0.1208171620965004,-0.9926156997680664,0.01082582212984562,-1.1903802156448364,-0.4507281482219696,-0.17957498133182526,-0.2707653045654297,-0.2524556517601013,0.2008746862411499 +562,1.2732411495434173,1.4374420282486866,1.9660950616409887,0.12711647152900696,-0.9911214709281921,-0.038981471210718155,-0.40806618332862854,-0.5067709684371948,0.499014288187027,-0.17318277060985565,0.4069693088531494,0.15330028533935547 +563,0.8046039293371462,1.4407613216508806,2.414540954062677,0.09343408048152924,-0.9915573596954346,-0.08991234004497528,-0.2924598157405853,-0.09123682230710983,0.10139676928520203,-0.052769407629966736,0.7441360950469971,0.0652083158493042 +564,1.3656052673692756,1.4529009854314756,1.8107154704627408,0.11515592038631439,-0.9930583834648132,-0.023966265842318535,1.7070486545562744,0.2861538827419281,-0.06010393798351288,0.2719748318195343,-0.4142903685569763,-0.03210980072617531 +565,1.778029701759593,1.4111259486047627,1.5389610839156096,0.1555909812450409,-0.9872797727584839,0.03271328657865524,-1.067238450050354,-2.277829647064209,-0.9011642336845398,-0.028836220502853394,-0.1251469850540161,-0.4957411289215088 +566,1.21038567330581,1.401699199537226,1.8914595968450707,0.157479926943779,-0.985737144947052,-0.05934973806142807,0.2666897475719452,-2.3276867866516113,0.08491716533899307,0.026235878467559814,-0.271129310131073,0.42699503898620605 +567,1.4912302701826536,1.40042874381651,1.4252771837638105,0.1690085530281067,-0.9855225086212158,-0.013475793413817883,0.9349165558815002,0.27776187658309937,-0.35881316661834717,0.02612084150314331,0.5518677234649658,0.12845081090927124 +568,2.083567772898458,1.332499520509089,1.1456520746677403,0.2056896686553955,-0.9717414379119873,0.11580388993024826,-0.07004979252815247,3.4265005588531494,-0.35138919949531555,-0.2834484279155731,0.6643682718276978,-0.013997301459312439 +569,2.462179628240129,1.329341788087996,0.8751203512306207,0.1502450853586197,-0.9709911942481995,0.18601803481578827,0.3963172733783722,0.07157140970230103,0.9212802648544312,0.3113332986831665,-0.6315937042236328,-0.1196117252111435 +570,2.239435698190183,1.4242839924615522,1.226695820854689,0.11455231159925461,-0.9892862439155579,0.09050112962722778,-2.047071933746338,-0.2060421258211136,0.18056926131248474,0.027522273361682892,-0.5626240968704224,0.41401541233062744 +571,1.6368755850758505,1.439810311074444,1.807625051709028,0.13032568991184235,-0.9914335608482361,0.008624381385743618,-0.10705973953008652,-0.35546016693115234,-0.21137668192386627,-0.2675175070762634,0.03595888614654541,0.08823847770690918 +572,1.2365525038325775,1.4716242573650289,2.165773762772774,0.09353064000606537,-0.9950864911079407,-0.032480716705322266,-0.6218255758285522,-0.7556542158126831,0.48307526111602783,-0.13649939000606537,0.7168272137641907,-0.013127803802490234 +573,0.8431676231281486,1.4695526316032672,2.5190231181676372,0.0754752829670906,-0.9948792457580566,-0.06722252070903778,0.3470042645931244,0.21201469004154205,-0.34187501668930054,0.12208026647567749,0.5132660865783691,0.057792603969573975 +574,1.779338722420295,1.4472052058229572,1.6435174872336238,0.12060641497373581,-0.9923723340034485,0.025522619485855103,-0.7230564951896667,2.9496512413024902,-0.49683716893196106,0.4093008041381836,-0.484968364238739,-0.7801765203475952 +575,1.1344089570560847,1.4260701305099068,2.1797820288656515,0.13070636987686157,-0.9895454049110413,-0.0609581433236599,-0.48331218957901,-1.3400874137878418,0.5651059150695801,-0.3079524636268616,-0.5733819603919983,0.7076561450958252 +576,1.3062277451818252,1.4374308986870223,1.8283932351568872,0.12834374606609344,-0.9911199808120728,-0.03477081283926964,1.027895212173462,-1.1536078453063965,-0.5616639852523804,0.27537328004837036,0.24368351697921753,0.11544400453567505 +577,2.034910907707867,1.3642092628529165,1.1871558370005568,0.18342316150665283,-0.9787366986274719,0.0918186753988266,0.9636935591697693,2.8535687923431396,-0.6261582970619202,-0.13371001183986664,0.6545483469963074,-0.1193760558962822 +578,2.359786147916674,1.326078721443503,1.1260487427557788,0.17070327699184418,-0.9702057838439941,0.17193391919136047,-0.052729055285453796,1.2690160274505615,0.4440324008464813,-0.14563307166099548,-0.11567068099975586,-0.3813760280609131 +579,2.462529236166103,1.3906484816969755,1.120196961970252,0.11253318190574646,-0.9838172197341919,0.13942670822143555,-0.35141074657440186,0.08018901944160461,0.026740707457065582,0.36445656418800354,-0.5912864804267883,-0.15666915476322174 +580,1.746476095830814,1.4618694321671488,1.7819641593568136,0.10703905671834946,-0.9940733313560486,0.019000472500920296,-0.21103310585021973,-0.367051899433136,-0.26175135374069214,-0.32668930292129517,-0.3617005944252014,0.17203950881958008 +581,1.6914053349553548,1.4421149471623451,1.841497504926178,0.12739357352256775,-0.9917319416999817,0.015439750626683235,-0.1716146618127823,0.12977701425552368,0.2262716144323349,-0.13949382305145264,0.6090263724327087,-0.017057182267308235 +582,1.4558528448206376,1.466613078723038,2.0723077475017946,0.10330989211797714,-0.9945778250694275,-0.01192737277597189,-0.13730880618095398,-0.07302166521549225,0.11291369050741196,-0.05558037757873535,0.6228126287460327,-0.006093265488743782 +583,1.7084051806594476,1.4665440577901225,1.747716309391462,0.10308012366294861,-0.9945706725120544,0.014274955727159977,0.13564296066761017,-1.672747254371643,-0.5868468284606934,0.2715078890323639,-0.9607973694801331,-0.2383655309677124 +584,1.2372119499036391,1.4039739510875386,2.1844156766465295,0.15689617395401,-0.9861173629760742,-0.0543699711561203,-2.2015514373779297,-2.432081937789917,0.12222091853618622,-0.006124094128608704,-1.0848817825317383,0.2411375641822815 +585,1.1365170125422104,1.4209028605171985,2.120026361130755,0.13547085225582123,-0.9887869954109192,-0.06283281743526459,0.7454213500022888,-2.1159000396728516,-0.33684617280960083,0.24416781961917877,0.1960929036140442,0.231320321559906 +586,1.8067745834650206,1.3908069089198636,1.3865863513038639,0.17405706644058228,-0.983845591545105,0.04185346141457558,1.6262279748916626,2.7446799278259277,-0.9493099451065063,-0.26275643706321716,0.7620745301246643,0.03973519057035446 +587,2.3543829759251396,1.307408717848051,1.1366002735122556,0.1844303458929062,-0.9655135273933411,0.18376335501670837,-0.033251915127038956,1.0006221532821655,0.20065142214298248,-0.2621891498565674,0.13703763484954834,-0.33487117290496826 +588,2.492740933340073,1.3503740448786625,1.0571486283570748,0.1321190744638443,-0.9758052229881287,0.17420899868011475,-0.6832432746887207,1.3466660976409912,-0.028188245370984077,0.4661475419998169,-0.40665632486343384,-0.40905702114105225 +589,1.7870983436716477,1.4359357666404307,1.7421889879719712,0.13131999969482422,-0.9909200668334961,0.028856217861175537,-1.128073811531067,-0.2338278889656067,0.044936403632164,-0.24985025823116302,-0.18493759632110596,0.2944316864013672 +590,1.5880206274530317,1.4321305050891338,1.949790817732659,0.13820242881774902,-0.9904012680053711,0.0023806754034012556,-0.28377673029899597,-0.13057725131511688,0.4664822220802307,-0.15495654940605164,0.38943374156951904,0.0636594295501709 +591,1.136098874082946,1.449817323920169,2.377920352715464,0.10946106910705566,-0.9926909804344177,-0.050824835896492004,-0.36469966173171997,-0.4608406722545624,-0.03302302584052086,-0.058695077896118164,0.688278079032898,-0.010805368423461914 +592,1.276145267725341,1.4521017621093666,2.2287386468777233,0.113311767578125,-0.9929640889167786,-0.03438843414187431,0.8038184642791748,-0.5686432719230652,0.10727787017822266,0.1308898776769638,-0.17506557703018188,-0.10185730457305908 +593,1.717322762648593,1.395036419002009,1.8153933003458855,0.1729835718870163,-0.98459392786026,0.025529636070132256,-1.0618648529052734,-0.5387359261512756,-0.5236269235610962,-0.014383718371391296,-0.44056177139282227,-0.4960496425628662 +594,0.9991132775807041,1.392076134878484,2.3833936655150674,0.14950352907180786,-0.9840720295906067,-0.0961824432015419,0.9182141423225403,-1.403895378112793,-0.12617117166519165,0.11932581663131714,-0.18127226829528809,0.5617128610610962 +595,1.4411703836676288,1.4145109389250397,1.8039246802530666,0.15434379875659943,-0.9878122806549072,-0.02011977694928646,0.9080350995063782,0.08659018576145172,-0.05464295297861099,-0.02697870135307312,0.6096537709236145,0.08605301380157471 +596,2.1701718159424375,1.3451071218374053,1.3037255853212828,0.1847715973854065,-0.9746401309967041,0.12623971700668335,0.7756299376487732,2.5726184844970703,-0.2955041825771332,-0.1955595463514328,0.7256775498390198,-0.14293275773525238 +597,2.427157986702624,1.3640271211638553,1.152746331509406,0.13451005518436432,-0.9786993265151978,0.15509608387947083,-0.37374770641326904,0.7220938801765442,0.4139638841152191,0.5138664245605469,-1.1537622213363647,-0.217077374458313 +598,2.0823457759613375,1.4276363175050213,1.5556732832648614,0.12440741807222366,-0.9897701144218445,0.069841668009758,-1.7496085166931152,-0.5470715761184692,0.1591000258922577,0.049954742193222046,-0.5193393230438232,0.5596597194671631 +599,1.7179948515240793,1.437308676534493,1.8896001167019516,0.13165344297885895,-0.9911037683486938,0.019520383328199387,0.1603974550962448,-0.5279215574264526,-0.1942068338394165,-0.28837645053863525,0.0944514274597168,0.06606614589691162 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/9.csv b/BoostRunClub/CoreML/DataSet/Motion/running/9.csv new file mode 100644 index 0000000..a0c64a7 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/9.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,1.6501617805187343,1.4584528563547683,1.911167960351038,0.1117556020617485,-0.9936960935592651,0.008888203650712967,-0.33112087845802307,-0.5751316547393799,0.2356230914592743,-0.07022115588188171,0.7776010036468506,-0.03755950927734375 +1,-0.10362354155677535,0.41416936806154653,0.07631624628631865,-0.09469258785247803,-0.4024296700954437,-0.9105403423309326,-0.3764123022556305,-0.2963537573814392,0.09308913350105286,-0.19844400882720947,0.07181748747825623,0.016192197799682617 +2,-0.10557933839449912,0.3803318244236703,0.10519163284816549,-0.09785276651382446,-0.3712286055088043,-0.9233710765838623,0.09316392987966537,-0.0007089688442647457,0.05332067236304283,-0.03337281942367554,0.005277067422866821,0.3549201488494873 +3,-0.11123644348139781,0.39233840275897236,0.10477631778353341,-0.10257258266210556,-0.3823501765727997,-0.9183067083358765,-0.0061806319281458855,-0.04065090790390968,-0.009113886393606663,0.05485835671424866,-0.07394865155220032,0.22918927669525146 +4,-0.0905140651677202,0.3929349677703822,0.1123716643345986,-0.08350179344415665,-0.3829013407230377,-0.920007586479187,0.019113682210445404,0.5732934474945068,-0.047662172466516495,-0.04197123646736145,-0.1696498990058899,-0.2279568910598755 +5,-0.05125255466268403,0.42661084448360614,0.12632646180673254,-0.04663853719830513,-0.4137877821922302,-0.9091778993606567,-0.1891402006149292,-0.44315749406814575,-0.08459671586751938,-0.13117213547229767,-0.03814700245857239,-0.549333393573761 +6,-0.031314982870741075,0.4412858764151587,0.1257859608990821,-0.02831047959625721,-0.4271025061607361,-0.9037598967552185,0.4084509313106537,-1.226056694984436,0.38676267862319946,0.12663811445236206,0.010110318660736084,-0.0676451325416565 +7,-0.11324510952669876,0.42848455144392655,0.15587535716963202,-0.1027873232960701,-0.41549283266067505,-0.9037701487541199,-0.49968498945236206,0.5430243611335754,0.22336336970329285,0.0477641299366951,0.08868008852005005,0.2853314280509949 +8,-0.12624438204676414,0.4828213309303637,0.19388092089184078,-0.11151643097400665,-0.46427983045578003,-0.8786399960517883,1.78754723072052,-0.35684072971343994,0.11179415136575699,-0.03418973833322525,0.18763798475265503,0.2354668378829956 +9,-0.1865400684774153,0.602037900017568,0.19617668860238277,-0.1528531014919281,-0.5663232803344727,-0.8098851442337036,0.06201246380805969,0.4485529661178589,0.2265852689743042,0.1147214025259018,0.028161048889160156,0.1334019899368286 +10,-0.1435294399754541,0.5130633320392843,0.18277760503114507,-0.12462039291858673,-0.49084845185279846,-0.8622862100601196,-1.1990196704864502,0.06272470951080322,-0.34723278880119324,-0.16210749745368958,-0.11343005299568176,-0.5242646336555481 +11,-0.0779040618032142,0.41289236248916306,0.16725026953156458,-0.07128516584634781,-0.4012603163719177,-0.9131859540939331,-0.21889357268810272,-0.399511456489563,0.3133234977722168,-0.1569863259792328,0.054656922817230225,-0.1104651689529419 +12,-0.13126340337752934,0.3986879995661015,0.20005341156959636,-0.12062148004770279,-0.38820958137512207,-0.9136431217193604,0.10036679357290268,0.8310707807540894,0.3732096552848816,-0.020247653126716614,0.08332371711730957,0.3709338307380676 +13,0.001838169277015743,0.3980111777427486,0.247641349464745,0.0016944853123277426,-0.38758575916290283,-0.9218320846557617,-0.4549683630466461,2.8075666427612305,0.7167850732803345,0.2169792205095291,-0.12321749329566956,0.4135618209838867 +14,0.09624102295045353,0.397884011819762,0.36813587113912055,0.08858605474233627,-0.38746851682662964,-0.9176168441772461,0.6269107460975647,0.05877066031098366,1.7030802965164185,0.19039037823677063,-0.26341038942337036,-0.3224496841430664 +15,0.05805818319747666,0.45698998117572187,0.5515124704636523,0.052071262151002884,-0.44124895334243774,-0.8958727121353149,0.15783342719078064,1.40127694606781,1.5219677686691284,0.09909755736589432,-0.03642740845680237,-0.5675824880599976 +16,0.10985798414383469,0.40978660145278983,0.7202070042378791,0.10055983066558838,-0.39841359853744507,-0.9116766452789307,-0.3724324703216553,-0.14992736279964447,1.2993272542953491,0.15397202968597412,0.16008657217025757,0.24520325660705566 +17,0.044185514290710215,0.35329510983576895,0.8122114226807055,0.041443027555942535,-0.3459912836551666,-0.9373220205307007,-0.7114127278327942,0.03768378123641014,0.6123512983322144,0.032653652131557465,0.09464851021766663,0.3549703359603882 +18,-0.001119763649232638,0.2796878946886832,0.8791184453511868,-0.0010762512683868408,-0.2760556936264038,-0.961141049861908,-0.3479510247707367,-0.6222034096717834,0.555017352104187,-0.18122050166130066,0.07465493679046631,0.49835723638534546 +19,0.06551879632736304,0.2927147047638335,0.903717238943984,0.06268702447414398,-0.28855252265930176,-0.9554097652435303,0.8056802749633789,0.9690936803817749,0.7486624121665955,0.013545885682106018,-0.19544100761413574,-0.4711954593658447 +20,0.2609612808584559,0.29533001319606994,0.89774567393808,0.24683918058872223,-0.2910555899143219,-0.9243143796920776,0.1699080914258957,2.299509286880493,-1.752834439277649,0.27217328548431396,0.1080569326877594,-0.49768269062042236 +21,0.6415974539357049,0.3352888830789992,0.5292310889613427,0.5651500225067139,-0.329041987657547,-0.7565294504165649,4.061462879180908,2.8740968704223633,-4.113181114196777,0.27789807319641113,0.3374495804309845,0.11595022678375244 +22,1.0898333707752537,0.3216606835554593,-0.15178790557374175,0.8410802483558655,-0.3161424994468689,-0.4389054477214813,4.1457648277282715,1.9389938116073608,-5.045172214508057,0.06564277410507202,0.5458788275718689,0.35084694623947144 +23,1.2246552984437693,-0.058776517663163615,-0.6371347511523132,0.9390645027160645,0.05874267965555191,-0.3386843800544739,1.8907744884490967,0.024540960788726807,-5.299144268035889,0.33608192205429077,-0.060360122472047806,-0.19905057549476624 +24,1.1671772665089568,-0.3913255054849505,-0.780799106468497,0.8501244783401489,0.3814140558242798,-0.36305904388427734,-1.428717851638794,-0.966812252998352,-1.7868250608444214,0.8591957092285156,-0.6709190011024475,-0.5040521621704102 +25,1.0525062998713888,-0.4576155443686713,-0.7809513021151643,0.7792890667915344,0.4418102502822876,-0.44442346692085266,1.9316132068634033,-0.5134442448616028,0.32490143179893494,0.5513994097709656,-0.3225780725479126,0.06490689516067505 +26,1.0207170058476023,-0.26059166260108213,-0.8989011427847371,0.8237012028694153,0.25765228271484375,-0.5051054358482361,1.5280230045318604,-0.6356344819068909,1.9184527397155762,0.043837130069732666,-0.10965731739997864,0.013268887996673584 +27,0.9949625360503851,-0.04071245708136223,-0.8872202010037631,0.8380435705184937,0.040701210498809814,-0.5440831184387207,1.0576142072677612,1.4536528587341309,2.18751859664917,-0.5708774328231812,-0.14613944292068481,0.7705693244934082 +28,1.0896461810892784,0.17500847389784346,-0.6601412593875801,0.8729224801063538,-0.17411647737026215,-0.45572978258132935,-2.751012086868286,1.356503963470459,3.508216142654419,-0.04269188642501831,-0.10783539712429047,0.22950303554534912 +29,1.116020601300864,0.308975914825362,-0.27871184061307286,0.8558180928230286,-0.3040831983089447,-0.41845980286598206,-2.6483101844787598,0.6955049633979797,2.307856798171997,0.3671279549598694,0.10547485947608948,-0.22842127084732056 +30,1.1487026325517775,0.3102134935076625,-0.1993458875262624,0.8686907887458801,-0.3052619397640228,-0.39011698961257935,1.1622556447982788,-0.099410280585289,-0.206880122423172,0.22649341821670532,-0.09905016422271729,-0.5977369546890259 +31,1.2416933974207944,0.33017010862332374,-0.35379011975223407,0.8952186703681946,-0.3242039680480957,-0.3057376444339752,1.5875152349472046,0.7970118522644043,0.07248062640428543,-0.2547615170478821,0.2104039192199707,0.17478668689727783 +32,1.3436720711468502,0.44172286503234365,-0.4212751064664305,0.8807995915412903,-0.42749759554862976,-0.2035633623600006,0.5136032104492188,0.1808299571275711,1.0969585180282593,-0.7114574909210205,0.447211891412735,0.09333381056785583 +33,1.4559136188538804,0.6382458455620532,-0.49846586258612396,0.7978480458259583,-0.595787525177002,-0.09206432104110718,2.5887207984924316,2.157785415649414,2.959557056427002,0.22993826866149902,-0.12441205978393555,-0.1827617883682251 +34,1.4985308987126336,0.7388726747175204,-0.5417433148124169,0.7372989654541016,-0.673454999923706,-0.053374167531728745,0.4075583219528198,1.257887601852417,0.6335288882255554,0.45934104919433594,-0.41336750984191895,0.06280410289764404 +35,1.5763445653836783,0.8059460382392737,-0.5482341044236817,0.6924184560775757,-0.7214860320091248,0.0038417421746999025,-0.3747539222240448,-0.12260126322507858,0.4547420144081116,0.21068823337554932,0.39984601736068726,-0.06905782222747803 +36,1.6130328475776754,0.8277878626526585,-0.5747781526898853,0.6759032011032104,-0.736436665058136,0.02856478840112686,0.5012354850769043,0.4283007085323334,0.037742890417575836,-0.35632312297821045,0.544877827167511,-0.05358922481536865 +37,1.6493204494487348,0.8279466705147398,-0.5963646250801068,0.674305260181427,-0.7365440726280212,0.05305832624435425,0.26484066247940063,0.2001439332962036,0.14456485211849213,-0.4367412328720093,0.34794849157333374,-0.05939078330993652 +38,1.5629214183911995,0.9232498425043074,-0.5475276269196729,0.6032127737998962,-0.7975662350654602,-0.004750343505293131,-1.342655897140503,-1.6902506351470947,2.261528253555298,0.41732555627822876,-0.9082595705986023,0.2431994080543518 +39,1.2704789207598834,1.1071125013948695,-0.2925453133645031,0.4272284507751465,-0.8944109678268433,-0.13230584561824799,-0.04906280338764191,-0.030646897852420807,1.4345455169677734,0.19616937637329102,-0.44418150186538696,-0.4329407215118408 +40,1.2110574682943318,1.2690044417835822,-0.21465272638230382,0.2782050371170044,-0.9548054337501526,-0.10463423281908035,1.1642190217971802,0.613131046295166,0.6763409376144409,0.14911732077598572,0.5196859240531921,-0.15171334147453308 +41,1.3898577692342466,1.3029692353159217,-0.4828051027064372,0.2603163719177246,-0.9643481969833374,-0.04762210324406624,-1.1109668016433716,-1.685861587524414,0.47944018244743347,-0.1389327049255371,0.6907276511192322,0.039260271936655045 +42,0.8817044408005061,1.3367938240838708,0.0002312236603791259,0.17896464467048645,-0.9727461338043213,-0.14743295311927795,0.13007695972919464,0.18685945868492126,-1.3474656343460083,0.11023519933223724,0.34339749813079834,0.11972297728061676 +43,0.9304083191184973,1.2468201804181707,-0.0995122261864014,0.25526419281959534,-0.9479771256446838,-0.19020937383174896,-0.30038654804229736,-0.5168901085853577,-0.22670665383338928,-0.19799795746803284,-0.07059276103973389,0.34296512603759766 +44,1.087047755958355,1.305069337412535,-0.2312848429503632,0.2324785739183426,-0.964901864528656,-0.12214069813489914,1.0497347116470337,1.339156985282898,0.08727080374956131,-0.1706804633140564,-0.48077690601348877,-0.20775431394577026 +45,1.3601186066929876,1.3718985026187915,-0.37230376317695724,0.1932201087474823,-0.9802849292755127,-0.0413203239440918,-0.24659401178359985,0.9352437853813171,0.5346869230270386,0.5288105607032776,0.25367671251296997,-0.1812291145324707 +46,1.247750828368512,1.3622717929294854,-0.16421480950248313,0.1963084191083908,-0.9783374071121216,-0.06571871042251587,-0.41726070642471313,1.8119789361953735,0.09051267057657242,-0.18364357948303223,0.5913897752761841,0.11851412057876587 +47,1.335192941990371,1.3448030225237584,-0.18404856252079707,0.2178843766450882,-0.9745720028877258,-0.052305709570646286,-0.21459713578224182,-0.7501000165939331,-0.46609172224998474,-0.11513164639472961,0.515557050704956,-0.1251235008239746 +48,0.9472051079457277,1.298943830429736,0.18787696480681856,0.21797795593738556,-0.963275134563446,-0.156801238656044,-0.8280203342437744,-0.675203800201416,0.4860164225101471,-0.17929694056510925,-0.7740753293037415,0.3493518829345703 +49,1.3927529034534791,1.409410973565041,-0.2818168579164372,0.15814611315727234,-0.9870056509971619,-0.028458217158913612,2.105668783187866,0.11021295189857483,0.38060590624809265,0.09441736340522766,-0.6713653802871704,-0.42320191860198975 +50,1.3565263396270384,1.4050725482948037,-0.3227947563072767,0.16119346022605896,-0.9862992167472839,-0.03507739305496216,-0.8677589893341064,-1.0808236598968506,0.0161152221262455,-0.01827968657016754,0.3012406826019287,-0.16571295261383057 +51,0.8990247809870225,1.3705422857325342,0.04857156604272357,0.15569773316383362,-0.9800160527229309,-0.12380176782608032,-0.7183510065078735,-1.0684988498687744,-0.15839676558971405,-0.029492273926734924,0.6523029804229736,0.10527758300304413 +52,0.7523958105991068,1.2933419663350436,0.160072650288387,0.18718595802783966,-0.9617558121681213,-0.19996757805347443,-0.347819447517395,-0.21808139979839325,-1.1037505865097046,0.042214661836624146,0.06101429462432861,0.31640738248825073 +53,1.0393189655253723,1.3208687958026044,-0.10701951977013158,0.21321678161621094,-0.9689303636550903,-0.12535084784030914,-0.25754472613334656,-0.02555147558450699,0.13112382590770721,-0.03957170248031616,-0.8220396041870117,-0.009063854813575745 +54,1.144885292741873,1.367642894992243,-0.09734809919707232,0.1837342530488968,-0.9794352054595947,-0.08335679024457932,0.5343963503837585,1.5913368463516235,1.0707341432571411,0.6000639200210571,-0.1827656626701355,-0.6185933351516724 +55,1.525578609826081,1.3987456132440392,-0.41643160584619154,0.17102792859077454,-0.9852357506752014,-0.0077387671917676926,0.8307039141654968,-0.15716321766376495,-1.0490163564682007,0.03742234408855438,0.6875520944595337,-0.006421386264264584 +56,1.820297184358973,1.3462431523232667,-0.7944532244732728,0.2157762497663498,-0.9748936891555786,0.054982010275125504,0.4961470067501068,-1.648700475692749,0.16326886415481567,-0.1629197895526886,0.8492528200149536,-0.15947413444519043 +57,1.4859845804116913,1.3656775648752808,-0.6101614154592098,0.20295196771621704,-0.979036808013916,-0.017254101112484932,-1.2468241453170776,-0.18434390425682068,0.02445881813764572,-0.28576135635375977,-1.0415016412734985,0.739269495010376 +58,1.3522714887913658,1.4418607618915071,-0.42572215883124737,0.1255209743976593,-0.9916993379592896,-0.027874570339918137,1.6218477487564087,1.3616852760314941,0.2694624066352844,0.2082955241203308,-0.39256274700164795,0.24322187900543213 +59,2.2112436780292914,1.4263864069583767,-1.2048168103047892,0.11539020389318466,-0.9895910024642944,0.08599332720041275,-0.7051064372062683,-0.4361991286277771,-0.0395626425743103,0.16912516951560974,-0.08322393894195557,-0.8322091102600098 +60,1.4951927591999015,1.4529064199893953,-0.49917598411939634,0.11728089302778244,-0.9930590391159058,-0.008883786387741566,-1.3638787269592285,-0.7066829800605774,0.13435299694538116,0.06384094804525375,0.48860353231430054,-0.1260954737663269 +61,0.5983330741415356,1.3586118825782598,0.24823636095904866,0.11862141638994217,-0.9775732159614563,-0.17401015758514404,-1.0418450832366943,0.5161677002906799,-0.5535593032836914,-0.13493306934833527,0.9245032072067261,0.658598780632019 +62,1.0158588907310708,1.3319823286843064,-0.15584702729681665,0.20105186104774475,-0.971619188785553,-0.12463593482971191,1.442732334136963,0.1757354438304901,-0.3785689175128937,0.0018595010042190552,-1.3699944019317627,0.18423676490783691 +63,1.1516089061077623,1.3420675741003871,-0.2136817782952627,0.20710845291614532,-0.9739554524421692,-0.09228716790676117,1.6727652549743652,1.8762553930282593,0.3465060591697693,-0.041016533970832825,-0.5001809000968933,-0.04520975798368454 +64,1.6705545608230088,1.3411708783762701,-0.5465499845942344,0.22648067772388458,-0.9737517237663269,0.022668559104204178,0.3003188371658325,1.0080410242080688,-0.619995653629303,0.23317506909370422,0.32291871309280396,-0.24093031883239746 +65,1.7634982623418989,1.3130307561009116,-0.6401481887578616,0.2502020299434662,-0.9669619798660278,0.04882021248340607,0.17012661695480347,-0.49045413732528687,0.003944632597267628,-0.08998477458953857,0.6399356722831726,-0.11122870445251465 +66,1.9024135832846985,1.3385041667168946,-0.8600241936298582,0.21766668558120728,-0.9731412529945374,0.07494979351758957,0.43330052495002747,-1.9319604635238647,0.7875247597694397,-0.19998174905776978,0.8123593330383301,-0.1879563331604004 +67,1.7019682051604277,1.3677097466418178,-0.7304407825629152,0.19996017217636108,-0.979448676109314,0.02638062834739685,-0.7981411814689636,0.4428071677684784,1.2307978868484497,0.12030652165412903,-1.6641974449157715,0.5306414365768433 +68,2.166310629453584,1.4180668014338795,-1.1853077472688556,0.12594765424728394,-0.9883595108985901,0.08533857017755508,2.479602575302124,1.8107738494873047,-0.1228233054280281,0.07386618852615356,-0.6771220564842224,-0.045558929443359375 +69,2.0713264596666643,1.4328366240103405,-1.076660491186663,0.12065335363149643,-0.9904986619949341,0.06599630415439606,-1.8453559875488281,-0.6666246056556702,0.06701041758060455,0.04556064307689667,0.32828229665756226,-0.33023273944854736 +70,1.0339818163833505,1.3849387012504846,-0.09699439156390455,0.15879720449447632,-0.9827781319618225,-0.09450145065784454,-1.3922297954559326,-1.2225539684295654,-0.8814130425453186,-0.026015236973762512,0.7896324396133423,0.05711741000413895 +71,0.9132840446224914,1.2602903477873018,-0.08679439215030894,0.24183979630470276,-0.9521790742874146,-0.18673090636730194,0.2607826888561249,-0.5502479672431946,-0.9366437792778015,-0.04503194987773895,0.24412554502487183,0.34197378158569336 +72,1.3632621342203832,1.3117771809805099,-0.5088269260118162,0.25063636898994446,-0.9666416645050049,-0.052775487303733826,-1.1018445491790771,0.46750926971435547,0.13509634137153625,-0.29168251156806946,-0.6623255610466003,0.439677357673645 +73,1.4029679775553772,1.3299959654270124,-0.4354941781857732,0.23512932658195496,-0.9711474180221558,-0.039836082607507706,0.7250997424125671,2.4103140830993652,-0.07394398003816605,0.34354496002197266,-0.27480900287628174,-0.6682480573654175 +74,1.6550067723779334,1.3867576587535297,-0.5437315723924819,0.18235240876674652,-0.983112633228302,0.015392379835247993,-0.13531582057476044,0.20283254981040955,-0.400674968957901,0.2020927369594574,0.642399251461029,-0.09405136108398438 +75,1.7712133858547896,1.36669890855592,-0.6778792704999883,0.19862639904022217,-0.9792443513870239,0.0403498150408268,0.7493451833724976,-0.603267252445221,0.49241209030151367,-0.17349514365196228,0.7139855623245239,-0.11610972881317139 +76,1.7336655544296462,1.3281443026262683,-0.7859762939052508,0.23709796369075775,-0.9707041382789612,0.03896107152104378,-0.6017786860466003,-1.1332725286483765,0.0856044739484787,-0.13205648958683014,-0.843596339225769,0.3974097967147827 +77,1.3865972647904508,1.4055377748695066,-0.46236893375851584,0.1617242991924286,-0.9863758683204651,-0.030131012201309204,1.4823055267333984,0.27048271894454956,0.385317862033844,0.1988866627216339,-0.3730906844139099,0.3769022822380066 +78,2.280271332786011,1.3855065798106727,-1.3568022150304264,0.13977690041065216,-0.9828829169273376,0.1200147196650505,-0.7315500378608704,-0.5673590302467346,-0.014149783179163933,0.20864228904247284,-0.2784848213195801,-0.6790966987609863 +79,1.833265611434074,1.4187049335508921,-1.0251634993965126,0.1463165134191513,-0.9884563684463501,0.03931046649813652,-0.914569616317749,-1.968408465385437,0.24068793654441833,0.0855560451745987,0.5354230403900146,-0.22522354125976562 +80,0.6803498550653339,1.3561004269916603,0.08794122486104529,0.134022518992424,-0.9770412445068359,-0.1656152456998825,-0.7408623099327087,0.3462235927581787,-0.22400586307048798,-0.2198837399482727,0.7727718353271484,0.3335992097854614 +81,0.9024928278168866,1.3780236553831542,-0.09990935084364064,0.1503669172525406,-0.9814768433570862,-0.11871416121721268,0.25179702043533325,0.7382290959358215,-0.2845926582813263,-0.2286139726638794,-0.8995808959007263,-0.029067277908325195 +82,1.050558332890452,1.4036269414021532,-0.16221138308546781,0.1443779468536377,-0.9860597252845764,-0.08271093666553497,1.359070897102356,0.28465762734413147,0.2823210656642914,0.02734445035457611,-0.6949857473373413,-0.3204110264778137 +83,1.472188665186497,1.4731378449943278,-0.4855986236432252,0.09702969342470169,-0.9952352046966553,-0.00959900300949812,0.11653196066617966,1.1031004190444946,1.1674455404281616,0.3142251968383789,0.09189963340759277,-0.03719973564147949 +84,-0.02990161375095882,1.5006300397317371,1.1761938568437749,-0.0020960706751793623,-0.9975393414497375,-0.07007802277803421,-1.3312709331512451,2.369011878967285,1.3809025287628174,-0.0014897584915161133,0.43943387269973755,-0.04025828838348389 +85,-0.30541022240760674,1.285399853037865,1.664331138560301,-0.08465404063463211,-0.9595500826835632,-0.26850926876068115,-2.538506269454956,1.9491431713104248,0.7641733288764954,0.11199775338172913,0.376908540725708,0.21405065059661865 +86,-0.348375012435302,1.1566437094648048,1.8894201407525495,-0.13737250864505768,-0.9154576659202576,-0.378240704536438,-0.4684860408306122,1.8543782234191895,2.18001127243042,-0.16038747131824493,-0.41465097665786743,0.16988196969032288 +87,-0.7817883475188215,0.8688611752399974,2.337095468559514,-0.4549252688884735,-0.7635940909385681,-0.45822155475616455,0.7618412375450134,-0.18134179711341858,1.3981190919876099,-0.4254152774810791,-0.04550313949584961,-0.8608702421188354 +88,-1.2050471569914385,0.9736128419884985,2.5523937406540473,-0.5251216888427734,-0.8269226551055908,-0.2011115700006485,1.5401736497879028,-6.197599411010742,-1.421028971672058,0.012197613716125488,-0.5830045938491821,-0.5156548023223877 +89,-1.1547961391941473,1.019170895380394,2.4103748355751495,-0.4793755114078522,-0.8516737818717957,-0.21178023517131805,-0.5594392418861389,-0.41754016280174255,-0.777734100818634,0.017095237970352173,0.7361495494842529,-0.34173232316970825 +90,-1.0994703315016832,1.0614866196142902,2.2486764775386376,-0.4344128668308258,-0.8730812668800354,-0.22139206528663635,-0.030181679874658585,-0.7160969376564026,-0.5102571249008179,-0.017705053091049194,0.48979586362838745,0.08851851522922516 +91,-1.0216318532590292,1.1061157658495555,2.088321708831006,-0.3822435438632965,-0.8939647674560547,-0.2339162975549698,0.4565693438053131,0.3611537218093872,-0.4176814556121826,-0.7198225259780884,-0.7204455733299255,0.1950674206018448 +92,-1.0139733194910552,1.1085129044389608,2.0905801661856604,-0.3786206841468811,-0.8950364589691162,-0.235703706741333,-0.13998398184776306,0.920033872127533,0.4505288302898407,-0.0694383978843689,-0.4204237461090088,-0.11123538017272949 +93,-0.7955202038713763,1.0247403480273645,2.172019148821546,-0.37091347575187683,-0.8545793890953064,-0.3634796738624573,-0.10136410593986511,1.0297847986221313,0.6156269907951355,0.48292818665504456,0.07334452867507935,-0.1949004828929901 +94,-0.7721148259542102,1.003587948115783,2.243109855230716,-0.37483423948287964,-0.8434041142463684,-0.38492700457572937,1.0537209510803223,0.6722351312637329,0.7393286824226379,0.14753931760787964,0.6378071904182434,0.05257534980773926 +95,-0.8957658920345513,0.9870027195365723,2.4238867316332064,-0.4303097128868103,-0.834377646446228,-0.3444521129131317,0.7025290727615356,-0.05638757348060608,0.7553619742393494,-0.15587186813354492,0.3491482734680176,0.4317629039287567 +96,-0.9946724897540649,0.9260885905459233,2.5143583818656174,-0.5039575099945068,-0.7992754578590393,-0.32739219069480896,0.13286052644252777,-0.09053122252225876,0.5857584476470947,-0.41372132301330566,-0.3285626769065857,-0.24890175461769104 +97,-0.9439471680358043,0.8687689202012279,2.4851295044998514,-0.5229935646057129,-0.7635345458984375,-0.37880420684814453,-0.5178992748260498,0.22081828117370605,-0.016352960839867592,-0.041215360164642334,-0.5071257948875427,-0.3452405631542206 +98,-0.8215255919041365,0.7954972838031789,2.48310927027701,-0.5124785900115967,-0.7142117619514465,-0.47672563791275024,-1.3351719379425049,1.1887691020965576,-0.3191746175289154,0.18180537223815918,0.30509310960769653,0.11808305978775024 +99,-0.7265739785618961,0.6724752406337432,2.276968960182913,-0.5196800231933594,-0.6229242086410522,-0.5847204923629761,-2.4979372024536133,-2.1141631603240967,-0.8247668147087097,0.4370231628417969,0.446837842464447,0.25572580099105835 +100,-0.6882148604338914,0.6439347173690587,2.186179009551332,-0.5079622268676758,-0.6003468036651611,-0.6177038550376892,-0.4602387547492981,1.340098261833191,0.052261970937252045,0.18383502960205078,0.07664990425109863,0.1618475317955017 +101,-0.6493132909122211,0.645670655368182,2.178481708751383,-0.4829234182834625,-0.6017342209815979,-0.6361610293388367,0.4512619376182556,0.16628405451774597,0.5930917263031006,-0.6696187257766724,-0.19601047039031982,-0.26664048433303833 +102,-0.4982389607725057,0.6065271095576551,2.2384054356218197,-0.39264124631881714,-0.5700174570083618,-0.7217429876327515,0.1104452982544899,4.554728031158447,0.5571396350860596,0.0009939074516296387,-0.3674520254135132,-0.31788408756256104 +103,-0.19377237054477356,0.6069517736733332,2.3085600724186315,-0.15816859900951385,-0.5703663229942322,-0.8060179352760315,-0.38620153069496155,1.9698845148086548,0.6393305063247681,0.41671353578567505,-0.09662586450576782,0.4810667634010315 +104,-0.03672836450039282,0.5640186440165269,2.4284353886581895,-0.031032662838697433,-0.5345867276191711,-0.8445436954498291,-0.3273968994617462,2.0919742584228516,0.48641616106033325,0.14272698760032654,0.40375787019729614,0.2371065616607666 +105,0.09983478822259365,0.5957909169223078,2.429582222527727,0.08249654620885849,-0.561163604259491,-0.8235834836959839,0.2345622330904007,0.351900577545166,0.32187706232070923,-0.0739668756723404,0.2830263376235962,0.3950556516647339 +106,0.14306784662702518,0.5806767295101601,2.5117927170907732,0.11921017616987228,-0.5485898852348328,-0.8275494575500488,-0.7082705497741699,0.8260314464569092,0.26337146759033203,-0.17949765920639038,-0.030252277851104736,-0.5123858451843262 +107,0.08323892841680235,0.5052059917852331,2.5620113001831184,0.07275620102882385,-0.4839877188205719,-0.8720449805259705,-1.055429220199585,-0.9900538921356201,0.5475900173187256,0.29906997084617615,-0.316564679145813,-0.03126007318496704 +108,0.020555981430390596,0.507207622224279,2.557982654125268,0.017966805025935173,-0.4857383072376251,-0.8739196062088013,0.6182575225830078,-0.4772246479988098,-1.0237618684768677,-0.14955860376358032,0.06230691075325012,0.20163261890411377 +109,-0.11287142394365526,0.6435247687111786,2.421641386713903,-0.09010393172502518,-0.6000189185142517,-0.794895350933075,1.3729000091552734,-3.3895606994628906,-1.1668472290039062,0.13949662446975708,0.4693426489830017,0.47949618101119995 +110,-0.2018746431600323,0.7226952484974928,2.3349509976690372,-0.15038485825061798,-0.6614086031913757,-0.734794557094574,0.09179701656103134,0.37583494186401367,-0.973921537399292,0.039453476667404175,-0.09101754426956177,0.10437768697738647 +111,-0.25176949880963895,0.7858887571954595,2.2048553321368543,-0.17606662213802338,-0.7074536085128784,-0.6844778656959534,0.19874513149261475,-1.4403280019760132,-0.7035854458808899,-0.6973311901092529,-0.21561157703399658,-0.10871976613998413 +112,-0.30225567808349457,0.784690163909697,2.199530096049805,-0.21063657104969025,-0.7066059708595276,-0.6755296587944031,0.7413536906242371,-0.6837285161018372,0.047648102045059204,0.17235225439071655,-0.2632426619529724,-0.4822309613227844 +113,-0.3922343337823804,0.8457725168692678,2.2291355447292545,-0.2534930109977722,-0.7484836578369141,-0.6127915978431702,0.39483553171157837,1.2106608152389526,0.23179058730602264,-0.06498843431472778,-0.14005088806152344,0.25091421604156494 +114,-0.23868778123511009,0.8387498906514831,2.2801584861148143,-0.15802672505378723,-0.7438081502914429,-0.6494435667991638,-0.0068815769627690315,0.869318425655365,0.5265012979507446,-0.021523430943489075,0.8220400214195251,0.3952474594116211 +115,-0.28696139019402467,0.7994035135460795,2.369323256281628,-0.19731636345386505,-0.7169404029846191,-0.6686274409294128,-0.5934732556343079,-0.10206902027130127,0.33024197816848755,-0.19053153693675995,0.17832046747207642,0.23471331596374512 +116,-0.3040517740036369,0.7903634677476087,2.3641106737116733,-0.21064592897891998,-0.7106090784072876,-0.6713144183158875,-0.07185586541891098,0.13292743265628815,-0.1470436304807663,-0.4780290126800537,-0.2745898962020874,-0.29908353090286255 +117,-0.38716674194582285,0.7674113798226422,2.361780164063906,-0.2717384397983551,-0.6942744851112366,-0.6664391756057739,-0.002777334302663803,-1.9798474311828613,0.7079733610153198,0.4292701482772827,-0.5451816320419312,-0.23247134685516357 +118,-0.43023746370442423,0.7671981413373888,2.3316993597513047,-0.3002432882785797,-0.6941210031509399,-0.6542552709579468,-0.08958118408918381,0.6576386094093323,-0.7487620711326599,0.2618369460105896,0.06989926099777222,0.006000936031341553 +119,-0.34581238897207156,0.7601727010525773,2.1522821891210935,-0.24565087258815765,-0.6890466213226318,-0.6818140745162964,-0.7554796934127808,-1.7847634553909302,-0.5687866806983948,-0.032028570771217346,0.30896544456481934,0.4045466184616089 +120,-0.3939072083012145,0.7510000449501175,2.0896900655894717,-0.2805599272251129,-0.682370126247406,-0.6750238537788391,0.12802739441394806,0.43993106484413147,-0.37255093455314636,-0.0347629189491272,0.15324115753173828,0.06189519166946411 +121,-0.34558887857126547,0.7201647994112788,2.159483193354674,-0.2546379864215851,-0.6595085859298706,-0.7072538137435913,-0.2903459966182709,0.5540757775306702,1.5965430736541748,-0.4768531322479248,-0.2533789873123169,-0.4477144479751587 +122,-0.3079732116562509,0.5880477930331488,2.2842760214329068,-0.25220999121665955,-0.5547378063201904,-0.7928783297538757,-1.3367938995361328,1.8501927852630615,0.8171530365943909,0.23399102687835693,-0.3450118899345398,-0.309492826461792 +123,-0.2228982120631275,0.45777171176191506,2.2883847922093716,-0.198296919465065,-0.44195035099983215,-0.8748475313186646,-1.311922311782837,1.297390341758728,0.23687851428985596,-0.0011812299489974976,-0.07568880915641785,0.6387483477592468 +124,-0.1473206836464023,0.3730020677898178,2.2987964214784133,-0.13669484853744507,-0.36441269516944885,-0.9211503267288208,-0.605714738368988,0.4603337347507477,0.07646255195140839,0.05121511220932007,0.31663745641708374,0.3551560640335083 +125,-0.08168240022638547,0.30312740821811807,2.268073453417638,-0.0778716430068016,-0.298506498336792,-0.9512254595756531,-0.5004075765609741,0.8153508305549622,-0.5226491093635559,-0.201638862490654,0.389601469039917,0.4771348834037781 +126,-0.0716231518739245,0.26481936398699446,2.2301161419219273,-0.06906726956367493,-0.2617349326610565,-0.962665319442749,-1.166320562362671,-0.5680015087127686,-0.1902262419462204,-0.3409669101238251,-0.1787557601928711,-0.2840844988822937 +127,-0.16170513887519364,0.09359170387149582,2.1840865307637842,-0.1602967083454132,-0.09345512837171555,-0.9826347827911377,-1.952034592628479,-0.8500803112983704,-0.3272577226161957,0.1527283638715744,0.30080682039260864,-0.6219336986541748 +128,-0.09815362434129472,-0.003305268811529123,2.2095569031465057,-0.0979955643415451,0.0033052628859877586,-0.9951813817024231,0.8403741717338562,0.41893547773361206,1.042986512184143,0.2706030011177063,0.37138956785202026,0.1256745457649231 +129,-0.1201177101210893,0.08037027690192233,2.2505886016224554,-0.11944226920604706,-0.08028378337621689,-0.9895898699760437,-0.21254386007785797,0.27378079295158386,-0.8021501302719116,-0.18271227180957794,-0.2918475568294525,0.9472467303276062 +130,-0.09651792556995757,0.06546421295223238,2.1598316212636015,-0.09616171568632126,-0.06541746109724045,-0.9932137131690979,-0.08603328466415405,-0.11095432937145233,-0.7442305684089661,0.13977134227752686,0.07408445328474045,0.3548012375831604 +131,-0.22723287364241282,0.02266880502537139,2.1587431669680917,-0.22522450983524323,-0.022666864097118378,-0.9740431904792786,-0.3833993375301361,-1.454167366027832,1.5593258142471313,-0.30770397186279297,0.03795617073774338,-0.6715103983879089 +132,-0.2719285390488976,-0.007570199415050466,2.287822058702269,-0.26858192682266235,0.00757012702524662,-0.9632270932197571,-0.1519416868686676,-0.05956020578742027,0.5867326259613037,0.25669533014297485,0.008817814290523529,-0.4002677798271179 +133,-0.23901858738389992,-0.03624894525154482,2.308188935305142,-0.23659370839595795,0.03624100610613823,-0.9709325432777405,0.07857656478881836,-0.052173953503370285,0.11616911739110947,0.04187630116939545,-0.27087539434432983,-0.22518867254257202 +134,-0.237673399985922,-0.025028826801845587,2.3667387705517697,-0.23536832630634308,0.025026213377714157,-0.9715839624404907,0.22376438975334167,-0.03843085840344429,0.610409140586853,0.03572234511375427,0.13541994988918304,0.627971351146698 +135,-0.24753118286166664,0.001133894703073124,2.369300362065496,-0.24501098692417145,-0.0011338944314047694,-0.9695196151733398,0.10980800539255142,-0.017817074432969093,-0.46757248044013977,-0.04148802161216736,0.05078599601984024,0.4767065644264221 +136,-0.24741237684024905,0.1866144842948007,2.142887315390537,-0.24064406752586365,-0.18553322553634644,-0.952716052532196,0.8974025845527649,-0.08874892443418503,-0.5447341203689575,0.014798730611801147,0.25738686323165894,0.07156676054000854 +137,-0.2445162179793326,0.20994364435168772,2.1372680592348203,-0.2367713749408722,-0.2084047794342041,-0.9489503502845764,1.1627511978149414,0.19587461650371552,-0.5831735134124756,0.097946897149086,0.014251947402954102,-0.3026975989341736 +138,0.09533818745042409,0.2666832217175848,0.17850963046297105,0.09182874858379364,-0.263533353805542,-0.960269570350647,-0.3180101215839386,-0.2503914535045624,-0.1914428174495697,-0.15452711284160614,0.258131742477417,-0.12884175777435303 +139,0.08298753781277099,0.2854074058049022,0.1438171458709961,0.07953907549381256,-0.281548410654068,-0.9562447667121887,0.16224341094493866,-0.3460701107978821,-0.4832003712654114,0.12192271649837494,-0.042166829109191895,0.07784205675125122 +140,0.06398890613057645,0.28320912258232556,0.09609419945890678,0.06139789894223213,-0.2794383764266968,-0.9581985473632812,0.11522579193115234,-0.3635258674621582,-0.4400865137577057,-0.0017512962222099304,0.020908713340759277,0.30246734619140625 +141,0.05451067198602798,0.2917533393474213,0.05208695238939438,0.05218125507235527,-0.28763189911842346,-0.9563184380531311,0.5343214273452759,-0.512994110584259,-0.16971100866794586,-0.021480578929185867,-0.06890493631362915,-0.01919114589691162 +142,0.015668871600400137,0.35883510182120326,0.047208723103015285,0.014670266769826412,-0.35118377208709717,-0.9361916184425354,0.4030708372592926,-0.4450448155403137,-0.06278922408819199,0.04251967370510101,-0.10455048084259033,-0.2535666823387146 +143,0.006409138062314763,0.32433225878564187,0.047936414718888945,0.0060749477706849575,-0.3186759352684021,-0.9478442668914795,-0.06543634086847305,0.1698635220527649,0.026086188852787018,-0.033205073326826096,0.2123069167137146,-0.207261323928833 +144,-0.0042251399033728975,0.29104089882472295,0.05554702628550769,-0.004047442693263292,-0.2869495153427124,-0.9579371809959412,-0.9185973405838013,-0.026178212836384773,0.8757205605506897,-0.1710929423570633,-0.0527263879776001,0.19417375326156616 +145,0.04702305352080946,0.11303234883739878,0.1630337581881978,0.04670576751232147,-0.11279181391000748,-0.9925203323364258,-0.7992228269577026,0.20830124616622925,1.3344217538833618,-0.022917311638593674,-0.12193413823843002,0.16318988800048828 +146,-0.07784132475491433,0.2374209180162498,0.2731122689380608,-0.07558131963014603,-0.23519667983055115,-0.9690046310424805,2.682706356048584,-1.3558001518249512,0.3701278269290924,0.10306239873170853,0.23241958022117615,-0.08131885528564453 +147,-0.0065659063003442935,0.21726220575378324,0.33273132565406716,-0.006411504000425339,-0.2155570089817047,-0.9764702320098877,-0.6770734190940857,1.3446930646896362,1.1109023094177246,0.16746802628040314,-0.07718287408351898,-0.3957526683807373 +148,-0.06888755768101959,0.22034275371732068,0.5130365460808329,-0.06716888397932053,-0.21856410801410675,-0.9735081195831299,0.46966981887817383,-0.3739645481109619,2.980942487716675,0.3172299265861511,0.04498012363910675,0.12675213813781738 +149,-0.2293528427757962,0.22250233446572468,0.9580915811274786,-0.22174286842346191,-0.22067095339298248,-0.9498075842857361,0.5505844354629517,1.6561486721038818,5.522199630737305,0.3223440647125244,0.17928911745548248,0.5686277747154236 +150,-0.18695407916344137,0.07662755598873087,1.4424077893492233,-0.18532149493694305,-0.07655258476734161,-0.9796916246414185,-0.4850608706474304,0.562349259853363,4.265230178833008,-0.035534217953681946,-0.11468581855297089,0.12207138538360596 +151,-0.15063124514202272,-0.08426979977051541,1.7249431279522414,-0.14952975511550903,0.08417009562253952,-0.9851681590080261,-1.606245756149292,1.6380493640899658,2.5159125328063965,-0.18105192482471466,0.2664921283721924,-0.04248076677322388 +152,0.06470086407349834,-0.18788579743489747,1.8161477248631641,0.06351787596940994,0.18678231537342072,-0.9803457856178284,-1.0449410676956177,1.5033477544784546,-0.4031507968902588,0.15118855237960815,0.3857274353504181,-0.42190641164779663 +153,0.11401008487467551,-0.19545274351502404,1.822677071062526,0.11159718781709671,0.19421067833900452,-0.9745913147926331,0.14972814917564392,0.12674583494663239,-0.023142695426940918,0.1802423894405365,0.1361573487520218,-0.04146087169647217 +154,0.17424508650664652,-0.16456089322454803,1.8375728934896947,0.17102260887622833,0.16381917893886566,-0.9715526700019836,0.10100343823432922,0.9849454164505005,0.5382875800132751,-0.14019986987113953,0.020171314477920532,0.42203789949417114 +155,0.16747615280545752,-0.20167591155796266,1.8822219415446388,0.16331583261489868,0.2003115564584732,-0.9660244584083557,-0.9025987386703491,-1.3274856805801392,0.2939452528953552,-0.15081888437271118,-0.216760516166687,0.2786007523536682 +156,0.21423017253457632,-0.2689164014686044,1.9493629232451744,0.20495444536209106,0.26568692922592163,-0.9420213103294373,-0.6349929571151733,1.5172439813613892,0.6624463796615601,-0.02364952862262726,0.18366914987564087,-0.21549516916275024 +157,0.2682119052291244,-0.24049230104155353,2.0322019738619423,0.25738099217414856,0.23818078637123108,-0.9364960789680481,0.5211447477340698,-1.4153642654418945,1.6011443138122559,0.25641292333602905,-0.19040551781654358,-0.4433867335319519 +158,0.18989663383630204,-0.1924300271759355,2.242262790386955,0.18527337908744812,0.19124463200569153,-0.9638979434967041,-0.005495546385645866,-1.4711798429489136,2.2382466793060303,-0.03398248553276062,-0.46004346013069153,-0.1265408992767334 +159,0.13456969909314095,-0.13019942431219442,2.526952174389017,0.13302835822105408,0.12983188033103943,-0.9825717210769653,0.17245709896087646,-0.36293309926986694,3.133209705352783,-0.04231485724449158,-0.26079806685447693,0.30451691150665283 +160,0.16036274491423735,-0.06602863858544124,2.8878755648055585,0.15932835638523102,0.06598067283630371,-0.9850183129310608,0.4298854470252991,-0.7365402579307556,2.6229453086853027,0.22757349908351898,0.00022721290588378906,0.2585015892982483 +161,0.04058677570837622,-0.080695347868638,3.0475612270532384,0.04044359549880028,0.08060780167579651,-0.9959250688552856,-0.6013858318328857,-3.00723934173584,0.6833614706993103,0.4254377484321594,0.3398939073085785,-0.21913230419158936 +162,0.013195423964894185,-0.11444369764899892,3.013732369617367,0.013108725659549236,0.11419404298067093,-0.9933719635009766,0.5356300473213196,0.07059204578399658,-1.2084861993789673,0.2522873878479004,0.08304106444120407,-0.5920467376708984 +163,-0.1044499129652372,-0.14180985234294324,2.7324858375128374,-0.10321351140737534,0.14133502542972565,-0.9845665693283081,-0.13329289853572845,-0.9840718507766724,-4.52386474609375,-0.12196043133735657,-0.5135884284973145,0.13475888967514038 +164,-0.3224008715282038,0.07066214462623044,2.260251479537752,-0.31605395674705505,-0.07060335576534271,-0.9461104869842529,1.206412672996521,-2.289815664291382,-6.830873012542725,0.054564088582992554,-0.5979757308959961,0.35399317741394043 +165,-0.2695697719728575,0.39367026060752913,1.7075106956460415,-0.2459455132484436,-0.3835805058479309,-0.8901554942131042,1.3224446773529053,1.2499148845672607,-3.679523468017578,-0.1979174017906189,0.3746541142463684,-0.35139113664627075 +166,-0.13555637842042173,0.42465764468299033,1.5903223086250486,-0.12313830852508545,-0.4120088517665863,-0.9028209447860718,-0.5498678088188171,0.37439170479774475,1.713767647743225,-0.40702831745147705,0.4588228464126587,-0.3658558130264282 +167,-0.1283643107020667,0.3064146680101214,1.8720554851184743,-0.12204943597316742,-0.3016422390937805,-0.9455770254135132,-0.5207706093788147,1.8171558380126953,2.8650383949279785,-0.04024304449558258,-0.23714560270309448,-0.13329565525054932 +168,-0.11562826649017838,0.17271799803489207,1.9919073940604022,-0.11365421116352081,-0.17186053097248077,-0.9785431623458862,-1.3157843351364136,1.1224365234375,1.1086281538009644,-0.05403988063335419,-0.017287403345108032,0.17843329906463623 +169,-0.046364013326683245,0.05004020577741172,2.077400309941733,-0.046289388090372086,-0.05001932382583618,-0.9976750016212463,-0.6958646774291992,-0.08833558857440948,0.7585691213607788,-0.053960856050252914,-0.16609090566635132,0.26529890298843384 +170,0.10473851930776318,-0.005239656065877581,2.255336749202178,0.10454569011926651,0.0052396319806575775,-0.994506299495697,-0.46574193239212036,2.383765459060669,1.6243139505386353,-0.2345505654811859,0.08117088675498962,0.3944544196128845 +171,0.16749736438960788,-0.04018808759313898,2.3729238742944303,0.16658064723014832,0.04017727077007294,-0.9852089285850525,-0.6387898921966553,0.4745618999004364,1.0551437139511108,-0.2361302226781845,-0.059922147542238235,-0.5200247764587402 +172,0.013402279202646722,-0.1323502620302753,2.3713451709713556,0.013284672051668167,0.13196420669555664,-0.9911654591560364,-2.2086925506591797,-4.019710540771484,-1.7099627256393433,0.41782188415527344,-0.48120737075805664,-0.3072964549064636 +173,-0.21254760888054355,-0.1373208023640297,2.148675718375737,-0.20896503329277039,0.13688963651657104,-0.9682947993278503,0.812219500541687,0.38326236605644226,-1.0007119178771973,-0.11014202237129211,0.08454591035842896,-0.15463000535964966 +174,-0.29893701528512173,-0.035582529079629284,2.06570750242309,-0.2943181097507477,0.035575021058321,-0.9550451636314392,0.9939721822738647,-1.964526891708374,-0.9933971166610718,0.2797917425632477,0.1627282053232193,0.5837072730064392 +175,-0.539310780450782,0.06863458984538312,1.9965392659288623,-0.5123355984687805,-0.06858071684837341,-0.8560425639152527,0.1769186556339264,-2.9255688190460205,-1.7400319576263428,0.18115884065628052,0.1342392861843109,-0.03894639015197754 +176,-0.8373763452192565,0.24021039421422594,1.9347618772913517,-0.721559464931488,-0.23790699243545532,-0.6501939296722412,0.9190808534622192,-2.1452722549438477,0.5344653725624084,-1.4065074920654297,0.10144762694835663,-0.4756758213043213 +177,-0.741219168759323,0.15307011376620017,2.2620903999474447,-0.6672931909561157,-0.1524730622768402,-0.7290211319923401,0.9600725769996643,2.5736169815063477,4.249618053436279,0.03812754154205322,-0.4471668601036072,-0.6365794539451599 +178,-0.3584875859638318,0.013601613111774484,2.488150297632778,-0.3508259057998657,-0.013601194135844707,-0.9363419413566589,-0.3231956362724304,3.941237449645996,2.0648701190948486,0.2874714136123657,0.040990717709064484,0.6209885478019714 +179,-0.1497435954541255,-0.04089675237529488,2.5453690404027594,-0.14905986189842224,0.04088535159826279,-0.9879825711250305,-0.303855299949646,0.6090194582939148,-0.6238560676574707,0.08746013045310974,-0.15883579850196838,0.7928531765937805 +180,-0.19805235159243312,0.007052885487500448,2.461645203288946,-0.19675523042678833,-0.007052827160805464,-0.9804272651672363,0.6140628457069397,-1.678444743156433,-1.3775713443756104,-0.29486769437789917,0.13640159368515015,-0.16974973678588867 +181,-0.23396316465282901,-0.013650803753733723,2.4692717358273515,-0.23181292414665222,0.013650380074977875,-0.9726645946502686,0.17023637890815735,-1.3145722150802612,0.6887262463569641,0.12198017537593842,0.37801221013069153,-0.13031691312789917 +182,-0.3113218108571888,-0.045626277743060946,2.423516588337117,-0.30599838495254517,0.0456104502081871,-0.9509388208389282,-2.1329290866851807,-0.1318735033273697,-1.2922080755233765,0.45667892694473267,0.1259441077709198,-0.6744884252548218 +183,-0.3421012837938715,-0.058666717190865386,2.275066529957101,-0.334890216588974,0.058633070439100266,-0.9404311180114746,-0.3263750374317169,-0.7713004350662231,-1.1891306638717651,-0.4988347589969635,0.06769444048404694,-0.2845901846885681 +184,-0.40515578705714006,-0.06761794085652532,2.14343419373127,-0.393261194229126,0.06756642460823059,-0.9169408082962036,-0.44902297854423523,-0.19473271071910858,-0.8064455389976501,0.611461877822876,-0.05146840214729309,0.5296727418899536 +185,-0.44855373426079725,-0.07897927834026704,2.066379863048685,-0.43231096863746643,0.07889719307422638,-0.8982663750648499,-0.8323553800582886,-1.7609628438949585,-1.1572338342666626,0.24134725332260132,-0.7369019389152527,0.31045204401016235 +186,-0.46644060315218766,-0.06461475682669368,2.169996182931746,-0.44877150654792786,0.06456980109214783,-0.8913107514381409,1.4402356147766113,0.37576085329055786,2.163210391998291,-0.12720200419425964,-0.14214548468589783,-0.5131234526634216 +187,-0.3948368927473823,-0.034785530185227634,2.345453050122898,-0.38442492485046387,0.03477851673960686,-0.9225009083747864,0.8642733693122864,0.7319602966308594,0.5719839930534363,0.24964404106140137,0.15742118656635284,0.4207461476325989 +188,-0.4137340780423146,-0.0028539155072590415,2.4044317052118425,-0.40202951431274414,0.00285391160286963,-0.9156222939491272,0.10844993591308594,-0.27732133865356445,0.4653482139110565,-0.11574697494506836,0.4224695563316345,-0.0385708212852478 +189,-0.3890518030243221,-0.0685664561277581,2.407953509050453,-0.3784199655056,0.06851274520158768,-0.9230949878692627,-1.2025229930877686,0.5491534471511841,-0.7523968815803528,0.14886674284934998,0.23770064115524292,-0.8227698802947998 +190,-0.20634341408799536,-0.07936077816464365,2.353112274218262,-0.2042374163866043,0.07927750051021576,-0.9757059812545776,0.3636479377746582,2.4006187915802,-0.6849318146705627,0.10931248962879181,-0.22698257863521576,0.04794108867645264 +191,-0.09919985923911213,-0.027664434557636647,2.255130268703704,-0.09899934381246567,0.027660906314849854,-0.9947029948234558,0.3337366580963135,0.1980404257774353,-1.4882540702819824,0.06544526666402817,-0.16972023248672485,1.1375558376312256 +192,-0.1095771294742841,0.04164945227500616,2.1256211853699796,-0.10926313698291779,-0.04163741320371628,-0.9931403994560242,0.7010056972503662,-0.0959707498550415,-0.5926047563552856,-0.15195205807685852,0.014034267514944077,0.005286455154418945 +193,-0.04893242326491899,0.07951170458682233,2.173107012720299,-0.048758365213871,-0.07942795008420944,-0.9956474304199219,-0.10313384234905243,0.15982793271541595,2.0605690479278564,-0.3575831949710846,0.06642746180295944,-1.1335639953613281 +194,-0.044084737028736935,0.02401909786912105,2.3102866851559822,-0.04405774548649788,-0.024016788229346275,-0.9987402558326721,-0.7717854976654053,0.5732952952384949,-0.20159223675727844,0.04302014783024788,-0.6572728753089905,-0.09166806936264038 +195,-0.025171030732103517,-0.02575568755836191,2.3598098874271543,-0.02516002580523491,0.0257528405636549,-0.9993516802787781,0.13816261291503906,-0.13904492557048798,0.769684374332428,0.12144298851490021,-0.0260427575558424,0.4235002398490906 +196,-0.04421835345339955,-0.004368937246298734,2.394884752859332,-0.04420352354645729,0.0043689231388270855,-0.9990130066871643,0.31537318229675293,-0.2775304317474365,-0.11426810920238495,0.10888552665710449,0.13663753867149353,0.9989977478981018 +197,-0.036199154794065734,0.035571558947423275,2.3769038731780507,-0.036168355494737625,-0.035564057528972626,-0.9987127184867859,0.7448961138725281,0.49264591932296753,-0.4897611141204834,-0.002878885716199875,0.2737995386123657,-0.04459172487258911 +198,0.10502168348833714,0.021147425616477877,2.3676693528617774,0.10480529069900513,-0.02114584855735302,-0.9942679405212402,-1.2478007078170776,0.4110124111175537,0.121120385825634,-0.2518694996833801,0.09373190999031067,-0.6800332069396973 +199,0.02159132984211209,-0.07974398490380478,2.308208268290854,0.02152104303240776,0.07965949177742004,-0.9965897798538208,-0.6334707140922546,-0.5987817049026489,-0.9991734623908997,0.44407039880752563,-0.32010748982429504,-0.3229445219039917 +200,0.018734640221293345,-0.0774966297145203,2.227311705995005,0.01867731846868992,0.07741907984018326,-0.9968236684799194,0.5750365257263184,0.42017844319343567,-0.2356688529253006,-0.07548579573631287,-0.14353543519973755,0.3535436987876892 +201,0.01851963146949749,-0.03182026646741317,2.1772556356652175,0.01850919798016548,0.03181489557027817,-0.9993223547935486,0.46789395809173584,-0.6866479516029358,-0.7831963300704956,-0.03216581791639328,-0.058243121951818466,0.8693480491638184 +202,-0.03424681056685279,0.026973260368832602,2.1626298678719693,-0.03422766178846359,-0.026969989761710167,-0.9990500807762146,0.48117485642433167,-0.5603654384613037,0.6966419816017151,0.001756962388753891,0.18988807499408722,-0.6598701477050781 +203,-0.057376243198623895,0.042439063507200905,2.324474373584496,-0.057293135672807693,-0.042426325380802155,-0.9974555373191833,-0.1245463564991951,-0.5769216418266296,2.0576508045196533,0.024822428822517395,-0.09125592559576035,-0.6401482224464417 +204,-0.08337471322314387,0.005356761924483201,2.4828114736898246,-0.08327695727348328,-0.005356736481189728,-0.9965120553970337,-0.42526277899742126,0.26064571738243103,0.6926912069320679,-0.15308168530464172,-0.6051321625709534,0.04410421848297119 +205,-0.05809603731790371,0.009347174665769151,2.573965713623615,-0.05806082487106323,-0.009347038343548775,-0.998269259929657,0.2979316711425781,0.3720249533653259,0.9283969402313232,0.15834158658981323,0.09839732944965363,0.38890957832336426 +206,-0.02309043464096955,0.026955452971532096,2.6350179377661727,-0.023079995065927505,-0.026952188462018967,-0.999370276927948,0.26188015937805176,0.20689880847930908,-0.016616221517324448,0.023690346628427505,0.18388883769512177,0.774944007396698 +207,0.014343305298589995,0.04761504531547178,2.6263602496369813,0.014326557517051697,-0.04759705439209938,-0.9987638592720032,-0.21300414204597473,1.1106431484222412,-0.36684826016426086,-0.1537918895483017,0.3043566942214966,-0.5661928057670593 +208,0.05711915890106145,-0.019301738354640163,2.5558279006043345,0.057077471166849136,0.019300539046525955,-0.9981831908226013,-0.8235030770301819,-0.005942743271589279,-1.2262026071548462,0.37840837240219116,0.07368652522563934,-0.8648234009742737 +209,0.031922851719447996,-0.04075235163618358,2.399333167478739,0.031890928745269775,0.04074107110500336,-0.998660683631897,0.33500391244888306,-0.03776180371642113,-1.6098166704177856,0.15579217672348022,-0.27825939655303955,0.08650553226470947 +210,0.03482076384275254,0.0007593611377028337,2.2345396628606355,0.034813717007637024,-0.0007593610789626837,-0.9993935227394104,0.4439602792263031,-0.11401615291833878,-1.5960619449615479,-0.14452441036701202,-0.11334586143493652,0.7756996750831604 +211,-0.0006613644459310275,0.04754486119669497,2.085266162862256,-0.0006606170209124684,-0.047526951879262924,-0.9988697171211243,0.49630770087242126,0.09440401196479797,-0.8519443273544312,-0.08372048288583755,0.048503514379262924,0.49459731578826904 +212,0.012862248673801507,0.0711206701338939,2.121220354439997,0.012829379178583622,-0.07106073200702667,-0.9973894953727722,-0.1442827731370926,-0.24294570088386536,1.6515713930130005,-0.45005470514297485,-0.271453320980072,-0.8124859929084778 +213,-0.02080186211155424,0.05964721267528506,2.277177937981235,-0.020763371139764786,-0.05961184948682785,-0.9980056881904602,-0.10848471522331238,0.35563746094703674,1.1767857074737549,0.3740043342113495,-0.38747066259384155,-0.2997543215751648 +214,0.013846616174121553,0.054189575660937156,2.385460119469288,0.013825848698616028,-0.05416305735707283,-0.9984363913536072,0.22645792365074158,-0.02019287645816803,0.9268466234207153,-0.023072674870491028,0.02501877397298813,0.2920154929161072 +215,-0.01716972369139842,0.07101108218490344,2.442074512667316,-0.017125610262155533,-0.0709514170885086,-0.997332751750946,0.11413531005382538,-0.3174296021461487,0.061475712805986404,0.12294530868530273,0.2570781111717224,0.880847156047821 +216,-0.011782093854487986,0.08451199964565659,2.4469659320306287,-0.01173977181315422,-0.08441143482923508,-0.9963618516921997,-0.07746744155883789,0.4522166848182678,0.0972893238067627,-0.07923312485218048,0.2841947674751282,0.021294713020324707 +217,0.09959522007519545,0.037685379957972324,2.4588492530738453,0.09936005622148514,-0.03767646104097366,-0.9943379759788513,-0.8225584030151367,0.24080368876457214,-0.23467224836349487,-0.25313812494277954,-0.029416430741548538,-0.4333200454711914 +218,0.0702648544925299,-0.02989534969165748,2.3990975824829603,0.07017567753791809,0.029890896752476692,-0.9970867037773132,-0.2267054170370102,-0.34821948409080505,-0.9173392057418823,0.4731592535972595,-0.02847183123230934,-0.5167224407196045 +219,0.10687715971758105,-0.015038019373157428,2.31970984936406,0.10666174441576004,0.015037452802062035,-0.9941816329956055,0.5271421670913696,0.8606321811676025,-0.5697107315063477,-0.14517492055892944,-0.10185996443033218,0.43442821502685547 +220,0.12465908041523366,0.03020297815131597,2.248655641476025,0.12427975982427597,-0.030198385939002037,-0.9917875528335571,0.6721823811531067,-0.9291588068008423,-0.9982227087020874,-0.09962155669927597,0.019715595990419388,0.8420988321304321 +221,0.04763808781316405,0.10626204844652824,2.1980288801385996,0.047351472079753876,-0.10606218129396439,-0.9932314157485962,0.7448185682296753,0.02958524413406849,0.5601900815963745,-0.10754739493131638,0.18224932253360748,-0.5303586721420288 +222,0.030194551320405473,0.14086609379559228,2.3242001147850226,0.02989092469215393,-0.14040067791938782,-0.9896434545516968,-0.04201566055417061,-1.185085415840149,1.3284417390823364,0.29928693175315857,0.2508285641670227,-0.914332926273346 +223,0.082357813782619,0.0839976564994835,2.4174527913364483,0.08197470009326935,-0.08389891684055328,-0.9930967092514038,-0.9587442874908447,1.1438018083572388,0.6710447669029236,-0.015949919819831848,-0.4492126703262329,0.1362546682357788 +224,0.1129151502341668,0.0618039119011029,2.4719982868694252,0.11246023327112198,-0.06176457554101944,-0.9917347431182861,-0.1714688390493393,0.2413829267024994,0.5435565710067749,0.032223597168922424,0.12734684348106384,0.5154774785041809 +225,0.14323807938023114,0.03725050919066051,2.504833808329236,0.14264975488185883,-0.037241894751787186,-0.989072322845459,0.05966039374470711,-0.11628712713718414,-0.36289551854133606,-0.07038412988185883,0.1428937464952469,0.7894416451454163 +226,0.14485334649681936,0.020080426941373523,2.435788541497072,0.14431820809841156,-0.020079078152775764,-0.989327609539032,-0.44074776768684387,1.222367763519287,-0.7889626622200012,-0.31716978549957275,0.21748203039169312,-0.818838894367218 +227,0.16121411506649225,-0.07553182128150325,2.3321157102593846,0.16005903482437134,0.0754600241780281,-0.9842188954353333,-0.4060133993625641,-0.9871879816055298,-1.4645705223083496,0.6825923323631287,-0.0983176901936531,-0.948733925819397 +228,0.10573350645999381,-0.06685319979831815,2.240678413422978,0.10530085861682892,0.06680341064929962,-0.9921940565109253,0.6657842397689819,0.3952915072441101,-0.11667871475219727,0.02658085525035858,-0.16084332764148712,0.3877171277999878 +229,0.10966627636003548,-0.00885611893949322,2.183138328818457,0.10944229364395142,0.008856003172695637,-0.9939537048339844,0.4954153299331665,-1.0939263105392456,-0.8449841141700745,-0.13997513055801392,0.021814163774251938,0.9211692810058594 +230,0.05067343641062133,0.0223356657219701,2.1280525355946285,0.05063911899924278,-0.02233380824327469,-0.9984672665596008,0.4449493885040283,-0.20657609403133392,0.8097763657569885,0.18341544270515442,0.2298991084098816,-0.36270827054977417 +231,0.041840480561706174,0.04037701344720046,2.2425036919145453,0.04179418087005615,-0.0403660424053669,-0.9983105063438416,-0.24669957160949707,-1.2165608406066895,1.0498645305633545,-0.030884146690368652,0.0999210923910141,-0.813563883304596 +232,0.004292631659376658,0.0014093603460589425,2.299483876627169,0.004292614292353392,-0.0014093598583713174,-0.9999898076057434,-0.5611389875411987,0.8890860080718994,-0.37533318996429443,0.02845274657011032,-0.6168310046195984,-0.06937664747238159 +233,0.09345230932506493,-0.015270041695717537,2.3325982052327365,0.09330546110868454,0.015269448049366474,-0.9955204129219055,-0.04880859702825546,1.3845953941345215,0.6934417486190796,-0.0036143064498901367,-0.0094253309071064,0.413229763507843 +234,0.3133512711714216,0.008671285400475895,2.3745966687391724,0.30823686718940735,-0.008671176619827747,-0.9512701034545898,0.6729536056518555,3.844367742538452,0.7070915699005127,-0.12706929445266724,0.09788931906223297,0.5330877900123596 +235,0.4548666750086993,0.06769682521912135,2.378331590594814,0.43833622336387634,-0.0676451325416565,-0.8962619304656982,0.1570974737405777,-0.5286754965782166,0.04840117692947388,-0.03358161449432373,0.10713488608598709,-0.5470821261405945 +236,0.47037518062022393,0.01881137070175012,2.376802621641046,0.4531405568122864,-0.01881026104092598,-0.8912405967712402,-0.9744662046432495,-1.0831743478775024,-0.7238297462463379,0.5196835398674011,0.10372543334960938,-0.6245369911193848 +237,0.12828125272331975,-0.06472192951358571,2.2706686568362904,0.12766185402870178,0.06467675417661667,-0.9897066950798035,-0.06957709789276123,-3.462463140487671,-1.8257838487625122,0.2914818227291107,-0.24469995498657227,0.03900784254074097 +238,0.08877614970332841,-0.031283614230536716,2.1377761269770033,0.08861620724201202,0.03127851337194443,-0.9955745935440063,0.5849540829658508,0.7242991924285889,-0.6318893432617188,0.05919568985700607,-0.022062204778194427,0.5506435632705688 +239,0.15118490139026688,0.0030353003744281347,2.087398796210188,0.15060892701148987,-0.003035295754671097,-0.9885887503623962,0.6048746705055237,-0.11858946084976196,-0.30970677733421326,-0.18481913208961487,0.0353381484746933,0.6941246390342712 +240,0.10132567940623295,0.06607794011017745,2.119922215617979,0.10093163698911667,-0.0660298615694046,-0.9926998019218445,-0.10470469295978546,0.7466121912002563,1.024661660194397,-0.10567711293697357,0.1833394318819046,-0.8350895047187805 +241,0.09526901511624161,0.03546454504759248,2.239945216529356,0.0950651541352272,-0.03545711189508438,-0.9948393702507019,-0.5896424055099487,-0.032092172652482986,0.8776748180389404,0.506314218044281,-0.03345157951116562,-0.5195344090461731 +242,0.1779483728558168,-0.022862682339100864,2.2666986287538315,0.17696446180343628,0.02286069095134735,-0.9839516878128052,-0.14618760347366333,0.25309988856315613,0.17078828811645508,-0.17310400307178497,-0.26398006081581116,0.11754244565963745 +243,0.17732660178071802,-0.00021627751303110698,2.283119765438012,0.17639872431755066,0.00021627750538755208,-0.9843187928199768,0.13589143753051758,-0.001205426175147295,0.12038606405258179,-0.08011576533317566,0.133221834897995,0.6541491150856018 +244,0.19528810324743304,0.024645568209022507,2.274658599095014,0.19399024546146393,-0.024643072858452797,-0.9806938767433167,0.3461155295372009,0.17033475637435913,-0.10105077177286148,-0.17159034311771393,0.14848341047763824,0.2621270418167114 +245,0.2415698307997986,0.017726698755711732,2.27009564368438,0.23918958008289337,-0.01772577129304409,-0.9708110690116882,-0.620259165763855,0.25143641233444214,-0.13589726388454437,-0.2863087058067322,0.11294060945510864,-0.5039356350898743 +246,0.18272778292769587,-0.06726874456539506,2.240159313893783,0.18130163848400116,0.06721802055835724,-0.9811276197433472,-0.3629998564720154,-0.6509069800376892,-0.7420738935470581,0.5743440985679626,-0.18422242999076843,-0.46818262338638306 +247,0.16338903995470436,-0.06826785318723244,2.1486607153029342,0.16228413581848145,0.06821484118700027,-0.9843833446502686,0.5888203978538513,0.29163265228271484,-0.6857804656028748,-0.14871907234191895,-0.16411632299423218,0.37580180168151855 +248,0.15349011351164954,-0.031433527360137443,2.0773138758314476,0.15281261503696442,0.03142835199832916,-0.987755298614502,0.46237996220588684,-0.7097776532173157,-0.8840548396110535,-0.08662000298500061,-0.018336310982704163,0.6653676629066467 +249,0.09764975444288086,0.024920351225964654,2.0495541299956415,0.09746436774730682,-0.02491777203977108,-0.9949270486831665,0.621210515499115,-0.4203377664089203,0.9807824492454529,0.035699084401130676,0.15351885557174683,-0.1146310567855835 +250,0.07461141889119098,0.041577665960925735,2.18140202527704,0.07447779178619385,-0.04156568646430969,-0.9963560104370117,-0.3606046140193939,-0.4466091990470886,1.4158422946929932,-0.057922013103961945,0.1553504765033722,-0.7635316252708435 +251,0.021056705131202384,-0.009957903835395448,2.2886137074356796,0.021054105833172798,0.009957739152014256,-0.9997287392616272,-0.6621485352516174,0.39844563603401184,0.2324240803718567,0.05842892453074455,-0.6461729407310486,0.011935830116271973 +252,0.05965553546281647,-0.01549095070658395,2.3310657875499814,0.059613004326820374,0.015490330755710602,-0.9981013536453247,0.41464799642562866,0.09689835458993912,0.5647789239883423,0.07974551618099213,0.0436985120177269,0.382119357585907 +253,0.10118778778299299,0.007437584005066951,2.367521462390556,0.10101240873336792,-0.007437515538185835,-0.9948573708534241,0.12282400578260422,0.4532740116119385,-0.05145081505179405,-0.05984419584274292,0.20886878669261932,0.7380519509315491 +254,0.134010599272336,0.019298966323761615,2.3525809026784477,0.13358496129512787,-0.01929776929318905,-0.9908494353294373,-0.039137255400419235,0.5339045524597168,-0.14237719774246216,-0.19114112854003906,0.2015792578458786,-0.16749095916748047 +255,0.20071892608071695,-0.024393583238092754,2.3446612084208476,0.19931456446647644,0.024391165003180504,-0.9796319603919983,-0.6205779314041138,0.058725614100694656,-0.25065097212791443,0.11002688109874725,-0.033256519585847855,-0.5094732642173767 +256,0.16248450068649636,-0.07564366847959116,2.301956565181778,0.16130787134170532,0.07557155191898346,-0.9840064644813538,-0.05471508949995041,-0.6410701274871826,-0.8123988509178162,0.3338550925254822,-0.22474147379398346,-0.27156299352645874 +257,0.15298177714258,-0.05106366582461485,2.2394112473649455,0.15218712389469147,0.05104147642850876,-0.9870328307151794,0.6735252141952515,0.3983105719089508,-0.45879998803138733,-0.05804041028022766,-0.09997642040252686,0.4434385299682617 +258,0.15512563853823716,-0.0033429801907604207,2.1617602622930026,0.15450336039066315,0.0033429739996790886,-0.9879866242408752,0.6618661284446716,-0.5072250962257385,-0.8134688138961792,-0.15474750101566315,0.007521282881498337,0.7017622590065002 +259,0.11875013113960098,0.06829112460411337,2.134406755548556,0.11819508671760559,-0.06823805719614029,-0.9906429648399353,0.47061872482299805,0.27864283323287964,0.8607187271118164,0.05369517207145691,0.1722266972064972,-0.4756045937538147 +260,0.11413373245680887,0.07962297522649224,2.2648168617966573,0.11352527886629105,-0.07953886687755585,-0.9903461933135986,-0.46509888768196106,-0.7477973699569702,1.0216542482376099,0.22619639337062836,0.21448759734630585,-0.7523753643035889 +261,0.08638778583887856,0.019461180218696895,2.3273222469723285,0.08626403659582138,-0.019459951668977737,-0.9960822463035583,-0.6559885740280151,0.6271417140960693,-0.1755547821521759,-0.11418762803077698,-0.5670726299285889,0.08917611837387085 +262,0.10480686247299634,0.014293239242638438,2.351204238512766,0.10460440814495087,-0.014292752370238304,-0.9944112300872803,0.35456177592277527,0.044151194393634796,0.35070720314979553,0.06724007427692413,0.06486038118600845,0.4798543453216553 +263,0.1230028908236963,0.028908621947555703,2.379946064132619,0.12264169752597809,-0.028904596343636513,-0.9920300245285034,0.2378428876399994,0.15400724112987518,0.029481712728738785,-0.12332834303379059,0.24461808800697327,0.6327008008956909 +264,0.18861137431977923,0.03823815894317941,2.34005685242007,0.18735802173614502,-0.038228839635849,-0.9815475344657898,-0.09186015278100967,1.1043423414230347,-0.5591145753860474,-0.05353844165802002,0.2781732976436615,-0.6372726559638977 +265,0.21032979868985194,-0.020946876918956844,2.3082369453771325,0.20873664319515228,0.020945345982909203,-0.9777475595474243,-0.7299380898475647,-0.698383092880249,-0.6703660488128662,0.434802770614624,-0.03359488397836685,-0.6365102529525757 +266,0.1151478092662846,-0.041369367483721095,2.2271146093075087,0.11479521542787552,0.04135756939649582,-0.9925279021263123,0.23604069650173187,-0.4661029875278473,-0.7267085909843445,0.19198273122310638,-0.2672944664955139,-0.07114702463150024 +267,0.08316061677641405,-0.005074288867177027,2.1862757668462804,0.08306372910737991,0.005074267275631428,-0.9965313076972961,0.12035375088453293,-0.9030366539955139,-0.3107204735279083,-0.18792212009429932,-0.08312296867370605,0.40052300691604614 +268,-0.07485034394971844,-0.04906686871306618,2.1460697687848453,-0.07469046860933304,0.049047183245420456,-0.9959998726844788,-0.27275410294532776,-1.0231411457061768,-0.2229154407978058,0.09193290024995804,0.053598690778017044,0.7551093697547913 +269,-0.06832462852248969,-0.015260229692464081,2.1944402698314502,-0.06826353073120117,0.015259637497365475,-0.9975506067276001,0.25531789660453796,1.273613691329956,0.8180628418922424,-0.16415834426879883,0.14707861840724945,-0.6001361608505249 +270,-0.0716205528196539,-0.03468527022921518,2.2759541250183797,-0.07151629775762558,0.03467831760644913,-0.9968364238739014,-0.45378658175468445,-1.143630862236023,0.7069367170333862,0.4140150845050812,-0.029475070536136627,-0.6595814228057861 +271,-0.03226667622725838,-0.10963262125022848,2.3054635207502474,-0.03206739202141762,0.10941313207149506,-0.9934789538383484,-0.6593361496925354,0.9763694405555725,0.34953445196151733,-0.1873845010995865,-0.45917510986328125,0.07581543922424316 +272,0.05826561886840205,-0.12166885694256538,2.3505830634375973,0.057802170515060425,0.1213688924908638,-0.9909230470657349,0.014942143112421036,0.38249143958091736,0.13729356229305267,0.0020580552518367767,-0.003098033368587494,0.6589834094047546 +273,0.07365029047213845,-0.0996478024475087,2.35681756586069,0.0732186958193779,0.09948297590017319,-0.9923417568206787,0.5048022866249084,0.19728322327136993,0.08809558302164078,-0.177848219871521,0.10132269561290741,0.6459977626800537 +274,0.14594853404889493,-0.053607295955643966,2.3588952085515666,0.1452220231294632,0.05358162522315979,-0.9879471659660339,-0.15476146340370178,0.6253973245620728,-0.22519902884960175,-0.1659129559993744,0.2184673249721527,-0.8375838398933411 +275,0.15231622781489035,-0.1038649120629128,2.338557370406429,0.15091027319431305,0.10367826372385025,-0.9830955862998962,-0.5580034255981445,-0.3256157636642456,-0.4389006197452545,0.32612526416778564,0.05991120636463165,-0.7000556588172913 +276,0.08896700558097419,-0.13733788800012972,2.2714968959701696,0.08801307529211044,0.13690656423568726,-0.9866662621498108,0.12833942472934723,-0.12644131481647491,-0.7369421124458313,0.25903281569480896,-0.21245282888412476,0.1739984154701233 +277,0.1423979500392896,-0.09681234172471624,2.220071229837762,0.14125265181064606,0.09666118025779724,-0.9852432608604431,0.41780129075050354,0.9799177646636963,-0.27627187967300415,-0.22348228096961975,-0.06356487423181534,0.5528092384338379 +278,0.1552263689964401,-0.05417937247635322,2.1713522748663943,0.15437689423561096,0.05415286868810654,-0.9865268468856812,0.7029029130935669,-0.23869934678077698,-0.2954634726047516,-0.09999458491802216,0.030563924461603165,0.4785618185997009 +279,0.15676996722759232,0.010041308649851527,2.202081257817982,0.15612073242664337,-0.010041140019893646,-0.9876869320869446,0.19661298394203186,0.36306828260421753,0.7914237976074219,-0.06154675781726837,0.23854149878025055,-0.7372581362724304 +280,0.12022543126086678,0.0067149420406931925,2.3013924505009533,0.11993330717086792,-0.006714891642332077,-0.9927592277526855,-0.5270789861679077,-0.744462788105011,0.8728945851325989,0.3880775570869446,-0.003004956990480423,-0.45006608963012695 +281,0.12063174483110238,-0.049280644559881376,2.3336526075974047,0.12019328773021698,0.0492606982588768,-0.9915276169776917,-0.2635273039340973,0.23713387548923492,0.010968711227178574,-0.14147929847240448,-0.3880821168422699,0.11901479959487915 +282,0.13549009768408804,-0.0344331488311941,2.3487987809770288,0.13499586284160614,0.03442634642124176,-0.990247905254364,0.2792559564113617,0.09390053153038025,0.13966529071331024,-0.04898206889629364,0.07789359986782074,0.609174907207489 +283,0.13703624819947233,-0.007860628963467186,2.358439726620555,0.13660353422164917,0.007860547862946987,-0.9905946254730225,0.461957722902298,-0.2643943727016449,0.07184292376041412,-0.14807814359664917,0.18150103092193604,0.39710402488708496 +284,0.16460263004791117,-0.0007047069141204557,2.3637637383857584,0.16386030614376068,0.0007047068793326616,-0.9864832758903503,-0.4712546765804291,0.6996637582778931,-0.009213211014866829,-0.19996261596679688,0.15334802865982056,-0.5095798969268799 +285,0.17372782457945468,-0.07436458518930375,2.354312627160898,0.17237751185894012,0.07429606467485428,-0.9822250604629517,-0.32798752188682556,-0.41158154606819153,-0.6105659604072571,0.5225535035133362,-0.16409403085708618,-0.6081527471542358 +286,0.15740372084414175,-0.06683296304939104,2.2748019308856304,0.15640459954738617,0.06678321957588196,-0.9854326844215393,0.5995928049087524,0.3357444405555725,-0.7481473088264465,-0.04158222675323486,-0.14686134457588196,0.4016467332839966 +287,0.17561301294000722,-0.03191267028944421,2.18892954447983,0.1746228039264679,0.031907252967357635,-0.9841182827949524,0.4824269711971283,-0.47501441836357117,-0.7920538187026978,-0.1758434921503067,0.011412445455789566,0.6641109585762024 +288,0.10553026952855293,0.03466888050960294,2.138058978647734,0.10527120530605316,-0.03466193750500679,-0.9938392639160156,0.8103757500648499,-0.31971028447151184,0.1644102782011032,0.04791177809238434,0.11533515155315399,-0.16764450073242188 +289,0.12372441378631076,0.04714009205787554,2.2167922015424417,0.12327190488576889,-0.04712263494729996,-0.9912534952163696,-0.38884037733078003,-0.5846956372261047,1.0669230222702026,-0.03635784983634949,0.16354718804359436,-0.7903016805648804 +290,0.09824443406948415,-0.017219819441168818,2.3058294918486704,0.09807192534208298,0.017218967899680138,-0.9950303435325623,-1.063202142715454,1.2419419288635254,0.34031084179878235,0.017635464668273926,-0.507315993309021,0.0006608963012695312 +291,0.15759491975003848,-0.06136359651970913,2.347103396976233,0.15664799511432648,0.06132509186863899,-0.9857487678527832,0.01613420993089676,0.10672198981046677,0.5967879295349121,-0.028260543942451477,-0.05319215729832649,0.4211277961730957 +292,0.16263876703240615,-0.05170908318867753,2.3857980855860097,0.16170628368854523,0.05168604105710983,-0.9854844808578491,0.16211213171482086,-0.11090996861457825,0.1505541056394577,-0.09206517040729523,0.10561680793762207,0.6090501546859741 +293,0.1720922199885369,-0.008577581999350287,2.406698494204348,0.1712377369403839,0.008577477186918259,-0.9851924180984497,0.09465134143829346,0.8745379447937012,0.35191887617111206,-0.1861455738544464,0.15488992631435394,-0.5287846326828003 +294,0.19849043198842206,-0.0369016369263937,2.4192635519041987,0.197055384516716,0.03689326345920563,-0.9796979427337646,-0.7251302003860474,-0.45661845803260803,-0.24755524098873138,0.091824010014534,0.08755742013454437,-0.5572283267974854 +295,0.1257286128330194,-0.09027617885793332,2.367553358643097,0.12488698959350586,0.09015360474586487,-0.988066554069519,-0.08988475054502487,-0.5847134590148926,-1.0083853006362915,0.36549997329711914,-0.23373880982398987,-0.04789835214614868 +296,0.12086680074737265,-0.06299142846295826,2.2617347890126926,0.12033359706401825,0.0629497766494751,-0.990735650062561,0.5819903016090393,0.7755357027053833,-0.7126306295394897,-0.17563144862651825,-0.0857464075088501,0.47733843326568604 +297,0.13660505399815578,-0.026433905879262323,2.176155397910851,0.13613301515579224,0.026430826634168625,-0.9903379082679749,0.6107895374298096,-0.3944316506385803,-0.9195311665534973,-0.12047751247882843,0.022671954706311226,0.6916929483413696 +298,0.12478607216840139,0.0252666768461863,2.148607217821195,0.12442274391651154,-0.025263989344239235,-0.9919075965881348,0.2590736448764801,0.15581649541854858,0.6210615038871765,0.054532334208488464,0.12685701251029968,-0.5492453575134277 +299,0.11776822483599579,0.02030227802286369,2.2695936781731696,0.11747197061777115,-0.020300883799791336,-0.9928686618804932,-0.4432729482650757,-0.7988522052764893,1.2031259536743164,0.47693416476249695,0.17851926386356354,-0.9529015421867371 +300,0.08539617565181665,-0.032676275622427156,2.3322818845011617,0.08524689078330994,0.032670460641384125,-0.9958240985870361,-0.39615190029144287,-0.10474291443824768,0.36609745025634766,-0.14272674918174744,-0.4788984954357147,0.12338757514953613 +301,0.07688295009717233,-0.0200815795335735,2.379437578512799,0.07679174095392227,0.02008022926747799,-0.9968449473381042,0.1557309478521347,0.10523322224617004,0.5856626033782959,0.03493311256170273,0.05281100422143936,0.6924626231193542 +302,0.10625053175839029,0.002064521136226642,2.4208414749457754,0.106050506234169,-0.0020645195618271828,-0.9943585991859436,0.36795875430107117,0.2284110188484192,0.20995254814624786,-0.1694812923669815,0.2188919186592102,0.7507367730140686 +303,0.19782932493448988,0.029575514556491603,2.440234137913508,0.19645550847053528,-0.029571203514933586,-0.98006671667099,-0.3826386332511902,1.0740630626678467,0.08045832812786102,-0.2627244293689728,0.14346280694007874,-0.905278742313385 +304,0.18085032464012044,-0.03249669149093489,2.428059414485075,0.17977112531661987,0.03249097242951393,-0.9831717610359192,-0.5296038389205933,-0.8161821365356445,-0.5644024014472961,0.6039050221443176,0.09162401407957077,-0.8016640543937683 +305,0.12157233141477963,-0.03734272020058057,2.3421228709738195,0.12118853628635406,0.03733404353260994,-0.9919271469116211,0.42124173045158386,-0.02519444189965725,-0.9331970810890198,0.12444744259119034,-0.18174323439598083,0.21809297800064087 +306,0.13300247619288824,-0.01312795299012734,2.2486653734217996,0.13259926438331604,0.013127575628459454,-0.9910827875137329,0.27960631251335144,-0.16253194212913513,-0.9558278918266296,-0.21543923020362854,-0.03799940273165703,0.8691040277481079 +307,0.09686211451183559,0.028816841313264178,2.1582854067643087,0.09667056798934937,-0.02881285361945629,-0.9948992729187012,0.7023354768753052,-0.3559357523918152,-0.20955467224121094,-0.10155338793992996,0.11087462306022644,0.29133182764053345 +308,0.13742169129266502,0.047562059976360135,2.2266405207952333,0.13683465123176575,-0.04754412919282913,-0.9894523024559021,-0.5099170207977295,0.6061424016952515,1.6226584911346436,-0.43648675084114075,0.11355365812778473,-0.8724861741065979 +309,0.06453782922925197,0.011313332090102188,2.341732421048491,0.06448891013860703,-0.011313091032207012,-0.9978542923927307,-0.7022421360015869,0.33011308312416077,0.6532154083251953,0.19681784510612488,-0.4512265920639038,-0.2660464644432068 +310,0.06763221398876844,-0.022369000091662167,2.399634900917793,0.06756375730037689,0.02236713469028473,-0.9974642395973206,0.14060676097869873,-0.2343168407678604,0.7336286902427673,0.04867769032716751,-0.06356586515903473,0.35046106576919556 +311,0.061119145008281424,0.005175488258715651,2.4316424619330776,0.06108028069138527,-0.005175465252250433,-0.9981194138526917,0.2868484854698181,0.09010034054517746,-0.13902458548545837,-0.018935509026050568,0.13131988048553467,0.8762933015823364 +312,0.061248585764173274,0.06394229190237229,2.406579333146509,0.061085209250450134,-0.0638987272977829,-0.9960851073265076,0.6102328896522522,0.1774526685476303,0.0565357431769371,-0.19218872487545013,0.2779795527458191,-0.07639414072036743 +313,0.169466724454123,0.03842581447445943,2.4292013016514464,0.16853223741054535,-0.038416359573602676,-0.9849472641944885,-0.932895839214325,0.5897154211997986,-0.015921257436275482,-0.14355359971523285,0.04882284998893738,-0.5132216811180115 +314,0.1349509419182944,-0.04758070336225134,2.3906987813250296,0.13438943028450012,0.04756275191903114,-0.9897864460945129,-0.2684841752052307,-0.32570749521255493,-1.0009920597076416,0.4454445242881775,-0.16117969155311584,-0.4151817560195923 +315,0.12384134378104227,-0.03793537066937203,2.2771784497523035,0.12343616038560867,0.03792627155780792,-0.9916275143623352,0.6847233772277832,0.40375569462776184,-1.043330430984497,-0.019096560776233673,-0.15293176472187042,0.4544418454170227 +316,0.1651425631939774,0.0024348626445562477,2.1719932865207374,0.16439247131347656,-0.0024348602164536715,-0.9863920211791992,0.5250198245048523,-0.1493380218744278,-1.0622282028198242,-0.16851234436035156,-0.0171116441488266,0.7461271286010742 +317,0.14599968206109992,0.06440211813097779,2.106465375199567,0.14517995715141296,-0.06435760855674744,-0.9873099327087402,0.6056910157203674,0.045609213411808014,0.4807477593421936,-0.056022852659225464,0.15331634879112244,-0.21386194229125977 +318,0.16825462442218997,0.07241539751824147,2.2150503941357544,0.16702298820018768,-0.07235212624073029,-0.9832947254180908,-0.4235425293445587,-0.08373522758483887,1.374732255935669,-0.06182889640331268,0.15862531960010529,-0.7957732677459717 +319,0.1333942226323477,0.01585114582034165,2.3110333871856876,0.1329822689294815,-0.015850482508540154,-0.9909916520118713,-0.9224064350128174,0.6627737879753113,0.11354392766952515,-0.0035877525806427,-0.5913882851600647,-0.03600108623504639 +320,0.16436601765216127,-0.018905781967351425,2.34147499326012,0.1635976880788803,0.018904656171798706,-0.9863460063934326,0.16713674366474152,-0.11187528073787689,0.6318414807319641,0.02199496328830719,0.006348639726638794,0.3432643413543701 +321,0.15223296591363894,0.003212448877876564,2.385701463279741,0.15164487063884735,-0.003212443320080638,-0.988429844379425,0.13936790823936462,0.001683744601905346,0.14163880050182343,-0.14641110599040985,0.12615250051021576,0.8129842877388 +322,0.16235430152735655,0.03462232814258494,2.388903730680426,0.16154512763023376,-0.0346154123544693,-0.9862580299377441,-0.05685034021735191,0.8507819771766663,0.2654614746570587,-0.05323825776576996,0.2720421552658081,-0.4674009680747986 +323,0.22997400519421543,-0.0299178123842251,2.4013590652751273,0.22785019874572754,0.029913349077105522,-0.973236620426178,-0.8806517720222473,-0.6309334635734558,-0.6617724299430847,0.46529555320739746,0.04604490101337433,-0.7609400153160095 +324,0.16223366435274636,-0.0687018762921129,2.300980936540538,0.16114190220832825,0.0686478465795517,-0.9845408797264099,0.29430878162384033,-0.16421912610530853,-1.039574384689331,0.24240727722644806,-0.2232804298400879,-0.023027420043945312 +325,0.19312557111160544,-0.029314708894977764,2.207293298374276,0.19184483587741852,0.02931050956249237,-0.9809874892234802,0.567029595375061,0.47534698247909546,-0.7882021069526672,-0.24534215033054352,-0.07246236503124237,0.6391143202781677 +326,0.17048671892869716,0.022750241129950236,2.1165954533874505,0.1696181297302246,-0.022748278453946114,-0.9852472543716431,1.0182900428771973,-0.5255874991416931,-0.38486248254776,-0.0866713672876358,0.006207751110196114,0.36256664991378784 +327,0.15290351888794906,0.07823426515519577,2.133317819106109,0.15184254944324493,-0.07815448194742203,-0.9853099584579468,-0.08480443805456161,-0.1373455822467804,0.8958389163017273,-0.15237660706043243,0.21806231141090393,-0.8133655190467834 +328,0.08575067217691058,0.06009768592770026,2.248048596084358,0.08549100160598755,-0.06006151810288429,-0.9945269823074341,-0.6486750245094299,-0.34706008434295654,0.9141578078269958,0.42227572202682495,-0.0932740569114685,-0.17164123058319092 +329,0.1429502383594532,-0.008674745464096306,2.3001476258851543,0.14245851337909698,0.008674636483192444,-0.9897627830505371,-0.40290117263793945,0.5936869382858276,0.33704882860183716,-0.06958253681659698,-0.22998811304569244,-0.00820779800415039 +330,0.17251322403374567,-0.009475126285644378,2.351279569140502,0.17165109515190125,0.009474984370172024,-0.9851122498512268,-0.06352018564939499,0.07838911563158035,0.4766879975795746,-0.10017894208431244,0.0493171289563179,0.6490679383277893 +331,0.17442250417339947,0.014326386926637832,2.3670259659054276,0.17352162301540375,-0.014325897209346294,-0.984725832939148,0.4214768707752228,0.05912179499864578,0.04300227761268616,-0.11994802951812744,0.23049716651439667,0.20736688375473022 +332,0.22707466332751053,0.017122227465278188,2.3694477314040916,0.2250952571630478,-0.017121391370892525,-0.9741863012313843,-0.4935324788093567,0.6575677990913391,-0.028008954599499702,-0.21815252304077148,0.17236430943012238,-0.556087076663971 +333,0.20397863117618312,-0.04795586390724774,2.3452425761713567,0.2023341804742813,0.047937486320734024,-0.9781425595283508,-0.3247464895248413,-0.6666897535324097,-0.7258709669113159,0.475995272397995,-0.09044846892356873,-0.47380751371383667 +334,0.17368083266821394,-0.05822131707019426,2.259333305290326,0.17251616716384888,0.05818843096494675,-0.983286440372467,0.37987735867500305,0.4821736812591553,-0.7926484942436218,-0.04139739274978638,-0.18794916570186615,0.30591827630996704 +335,0.22037696301708154,-0.028619587066897677,2.19411027230452,0.21850796043872833,0.02861567959189415,-0.9754155278205872,0.3235979676246643,-0.10797957330942154,-0.5950234532356262,-0.18222257494926453,-0.012578696012496948,0.6028569340705872 +336,0.19120393500448757,0.017537041946889306,2.150101638429293,0.19001179933547974,-0.017536142840981483,-0.9816251993179321,0.604288637638092,-0.20484742522239685,0.4119078516960144,-0.014795124530792236,0.13127514719963074,-0.05751359462738037 +337,0.18117901897457248,0.05002007160353142,2.2320539448557266,0.17996405065059662,-0.049999214708805084,-0.9824016690254211,-0.14388146996498108,-0.32446861267089844,1.1990076303482056,-0.14663885533809662,0.2037162482738495,-0.7602435946464539 +338,0.1173921497319769,0.011686141018536173,2.322966000765608,0.11711470782756805,-0.011685875244438648,-0.9930496215820312,-0.8206390142440796,0.24910415709018707,0.35924410820007324,0.13982802629470825,-0.45857474207878113,-0.033424317836761475 +339,0.1622247217673561,-0.03360794949793189,2.3508127683428253,0.16142290830612183,0.03360162302851677,-0.9863131046295166,0.11378596723079681,0.2538638114929199,0.33002689480781555,0.044402897357940674,0.03651250898838043,0.2951509952545166 +340,0.20034938188968962,-0.01917208553610371,2.376606154751316,0.19897516071796417,0.019170910120010376,-0.9798170328140259,0.02645600028336048,0.32213833928108215,-0.004940998740494251,-0.14936883747577667,0.16578087210655212,0.7004438638687134 +341,0.21312828087327806,0.00033160817863966274,2.3570055260762794,0.21151842176914215,-0.0003316081711091101,-0.9773739576339722,0.32201477885246277,0.3015400767326355,-0.15081466734409332,-0.20996202528476715,0.12995502352714539,-0.23348724842071533 +342,0.2453197143445108,-0.02248967288002777,2.339305235386587,0.24280506372451782,0.02248777635395527,-0.9698144197463989,-0.5359334945678711,-0.0030416222289204597,-0.4239199757575989,0.09471935033798218,0.05685792118310928,-0.5415991544723511 +343,0.1933770291348409,-0.07083069569078698,2.282485103909463,0.19169220328330994,0.0707714855670929,-0.978900134563446,0.1664317399263382,-0.6292865872383118,-0.9876279830932617,0.3446236848831177,-0.2485211193561554,-0.09481501579284668 +344,0.19151127277193394,-0.03518131740157306,2.188818709616539,0.19022497534751892,0.035174060612916946,-0.9811102151870728,0.6877790689468384,0.6383365988731384,-0.6133621335029602,-0.12134680151939392,-0.09639231860637665,0.49333250522613525 +345,0.21908844427069862,0.010151702381424129,2.109622037537526,0.217328742146492,-0.01015152782201767,-0.9760456681251526,0.6824039816856384,-0.28798410296440125,-0.7155575752258301,-0.2151162326335907,0.00923600047826767,0.6899281144142151 +346,0.20792687948969482,0.07326113583688575,2.098324509498708,0.2058781385421753,-0.07319562137126923,-0.9758363366127014,0.39721959829330444,-0.06224833428859711,0.7797606587409973,0.1791163682937622,0.07652203738689423,-0.5719389319419861 +347,0.17213018655426268,0.08375857877927427,2.244230573662883,0.17068098485469818,-0.08366067707538605,-0.9817682504653931,-0.283058226108551,-1.1099005937576294,1.0947978496551514,0.5305366516113281,0.16300639510154724,-0.8756994009017944 +348,0.16022882080457818,0.04431539811321389,2.325083259353568,0.159387469291687,-0.04430089518427849,-0.9862216114997864,-0.7606076002120972,0.5298094153404236,0.35600417852401733,-0.253351092338562,-0.575480580329895,0.2515566945075989 +349,0.16413607664082852,0.02640651008904421,2.3598668223398938,0.16334311664104462,-0.02640344202518463,-0.9862159490585327,-0.006747485138475895,-0.1807723492383957,0.10552633553743362,-0.024060875177383423,0.06641198694705963,0.5906318426132202 +350,0.15925876412156814,0.033244831328128,2.361026112054378,0.15849876403808594,-0.03323870897293091,-0.9867995381355286,0.43024444580078125,-0.05416572839021683,0.01811760663986206,-0.11058616638183594,0.1760914921760559,0.6690962910652161 +351,0.20000815958363044,0.06732090510766106,2.3680282490485647,0.19822728633880615,-0.06727006286382675,-0.9778448939323425,-0.23429390788078308,1.194101333618164,0.1017451360821724,-0.14552344381809235,0.20293596386909485,-0.8027489185333252 +352,0.22218783094004976,0.009641752592725303,2.366353488266559,0.22035396099090576,-0.00964160356670618,-0.975372314453125,-0.7686125040054321,-0.7143734693527222,-0.67591392993927,0.48913395404815674,0.050901368260383606,-0.60296630859375 +353,0.1538619978292283,-0.02236895000970511,2.2971051041234345,0.15321730077266693,0.0223670843988657,-0.9879393577575684,0.30409809947013855,0.006861134432256222,-0.7614495158195496,0.23707200586795807,-0.29815444350242615,0.08219289779663086 +354,0.2262450381163356,0.017233102213752412,2.220108645773787,0.2242865413427353,-0.017232248559594154,-0.9743708968162537,0.5288488864898682,0.8831899166107178,-0.6721975803375244,-0.2932257652282715,-0.1075846403837204,0.5848445296287537 +355,0.22551837104307967,0.06663310174132703,2.1391523227285334,0.22311539947986603,-0.06658380478620529,-0.972515344619751,0.8854253888130188,-0.7171578407287598,-0.3548545837402344,-0.16966387629508972,0.08187311887741089,0.462810754776001 +356,0.19280774171443057,0.12166046727557131,2.191217261652885,0.19019903242588043,-0.12136057019233704,-0.974215567111969,-0.22904512286186218,0.40943843126296997,1.5675947666168213,-0.05430425703525543,0.14974191784858704,-0.934658944606781 +357,0.16345206074937016,0.08852241873998154,2.3382303594828744,0.1620880663394928,-0.08840685337781906,-0.9828080534934998,-0.7382206320762634,0.11275268346071243,0.7818043231964111,0.4495757520198822,-0.09909315407276154,-0.22648149728775024 +358,0.22182643573634694,0.01739628968011867,2.337763349487282,0.21997837722301483,-0.017395412549376488,-0.9753496646881104,-0.177827849984169,0.20948973298072815,-0.14516682922840118,-0.2617111802101135,-0.17117270827293396,0.17336297035217285 +359,0.2087275642309939,0.021875138742692177,2.348984145970135,0.2071656733751297,-0.021873394027352333,-0.978061318397522,0.011753479018807411,-0.1806865632534027,-0.00600806437432766,-0.126248300075531,0.08303061872720718,0.6796451807022095 +360,0.19476413472864998,0.03713368336816963,2.3294650217414303,0.19340170919895172,-0.037125151604413986,-0.980417013168335,0.3598477840423584,-0.08420459181070328,-0.04162268713116646,-0.04388083517551422,0.1856847107410431,0.20540785789489746 +361,0.3021280928938282,0.024275301249835828,2.353132841602189,0.29746490716934204,-0.024272916838526726,-0.9544241428375244,-0.7460463047027588,1.108436942100525,0.16568975150585175,-0.20397430658340454,0.050594329833984375,-0.6160562038421631 +362,0.27854263814906854,-0.04260308432023946,2.3286829498973676,0.27470526099205017,0.042590197175741196,-0.9605847597122192,0.03904855623841286,-0.6214723587036133,-0.794574499130249,0.38212454319000244,-0.1624022126197815,-0.4190080761909485 +363,0.2465338024243148,-0.01916525712125433,2.2425044838783488,0.24399921298027039,0.019164083525538445,-0.9695860743522644,0.8440818190574646,0.005505557172000408,-0.7278683185577393,-0.07708331942558289,-0.1198415756225586,0.5340391993522644 +364,0.22985035833303769,0.04458134853736792,2.1509659914201094,0.2276054471731186,-0.04456658288836479,-0.9727330207824707,0.9010902643203735,-1.0491642951965332,-0.667775571346283,-0.17337572574615479,0.04931207001209259,0.5912785530090332 +365,0.1900885580403537,0.11253147003330263,2.121783416823958,0.18775077164173126,-0.11229411512613297,-0.9757764339447021,0.4081517457962036,0.6650166511535645,0.7348194122314453,0.049584418535232544,0.15485087037086487,-0.17797112464904785 +366,0.22021535705696477,0.1310811302242043,2.2598529729151564,0.2165658175945282,-0.1307060718536377,-0.9674787521362305,-0.4328213632106781,-0.41063129901885986,1.2392560243606567,0.08937288820743561,0.05435110628604889,-0.8089036345481873 +367,0.19602688016300518,0.07599801014498944,2.342555086884954,0.19421164691448212,-0.07592487335205078,-0.9780169725418091,-0.632757842540741,0.465559184551239,-0.03224463388323784,0.05397254228591919,-0.5317411422729492,0.05824774503707886 +368,0.2179573202584278,0.06618366732608,2.3632501677944107,0.21576230227947235,-0.06613536179065704,-0.9742036461830139,0.016866076737642288,0.2647448480129242,0.40632811188697815,-0.003909289836883545,0.06874460726976395,0.4195008873939514 +369,0.2540840444194539,0.05913397288145521,2.396081883902028,0.2509196102619171,-0.05909951403737068,-0.9662021398544312,-0.0804021954536438,0.4320356547832489,0.10862506926059723,-0.17888286709785461,0.18857033550739288,0.6526035070419312 +370,0.28543932224296564,0.06931513163962418,2.4046457223928237,0.2809028625488281,-0.0692596435546875,-0.9572338461875916,0.008007454685866833,0.8464754223823547,0.1985694169998169,-0.14841079711914062,0.167572021484375,-0.43270450830459595 +371,0.35376461546391863,0.03194231471120134,2.4095840193843614,0.34625503420829773,-0.0319368839263916,-0.9375966787338257,-0.5724947452545166,-0.37007996439933777,-0.3630082309246063,0.38239794969558716,0.049820177257061005,-0.7503153085708618 +372,0.2934098861910198,-0.007663458781900789,2.375439361748708,0.2892095744609833,0.007663383614271879,-0.9572351574897766,0.05932527408003807,-0.5315660238265991,-0.6971679925918579,0.2985589802265167,-0.26294293999671936,0.01997929811477661 +373,0.28761541950708797,0.016477753462926164,2.3018806281831643,0.2836278975009918,-0.016477007418870926,-0.9587928652763367,0.6725359559059143,0.4311569631099701,-0.5295102000236511,-0.09301510453224182,-0.017122849822044373,0.47618788480758667 +374,0.30905152095223903,0.047868923174601855,2.2252044908668855,0.3038068115711212,-0.04785064235329628,-0.9515312314033508,0.5988106727600098,-0.6462140083312988,-0.6970969438552856,-0.2383008599281311,0.08195403963327408,0.5482414960861206 +375,0.25496297185172945,0.1121732427233796,2.1935770571965345,0.25062447786331177,-0.11193814873695374,-0.9615910053253174,0.41809287667274475,0.008947575464844704,0.5651673674583435,0.08220022916793823,0.06480374187231064,-0.4885737895965576 +376,0.22068879903725028,0.12098099279878173,2.3110182427248054,0.21730175614356995,-0.12068608403205872,-0.9686148762702942,-0.5778423547744751,-0.9925414323806763,1.0263961553573608,0.5238175988197327,0.07086614519357681,-0.719251275062561 +377,0.23459382382042154,0.054708791586158524,2.398922828928635,0.23210017383098602,-0.054681506007909775,-0.9711536765098572,-0.8776386976242065,0.7757666110992432,0.3100437521934509,-0.16200129687786102,-0.4589751064777374,0.19794505834579468 +378,0.2545228431044596,0.0385216756184477,2.4303064924945237,0.2515968680381775,-0.03851214796304703,-0.9670655727386475,0.03848227113485336,-0.1252303123474121,0.14564228057861328,-0.11033099889755249,0.06616107374429703,0.48191237449645996 +379,0.2529889182914713,0.0378473173007353,2.4388129258638624,0.2501195967197418,-0.03783828392624855,-0.9674752950668335,0.20979470014572144,0.0479261614382267,-0.036011453717947006,-0.12576046586036682,0.17437392473220825,0.639518141746521 +380,0.28831635565583635,0.06212330640682592,2.4281760118075586,0.2837899923324585,-0.06208335608243942,-0.9568745493888855,-0.18375417590141296,1.360571026802063,-0.016385532915592194,-0.1481698751449585,0.16105186939239502,-0.7615092396736145 +381,0.34764366408693154,-0.006489068425101803,2.4319600171154647,0.3406762182712555,0.006489023100584745,-0.9401583075523376,-0.762911319732666,-0.7488151788711548,-0.8587008118629456,0.4893103539943695,-0.030643679201602936,-0.6008115410804749 +382,0.25486566056904364,-0.05845841415502686,2.3581640204489953,0.2516847550868988,0.05842512473464012,-0.9660441279411316,0.13847716152668,-0.5470953583717346,-0.7439876198768616,0.1936582624912262,-0.3123771548271179,0.0012462139129638672 +383,0.26058629055944643,-0.026418422713146306,2.305423742575458,0.2575571835041046,0.026415349915623665,-0.9659019112586975,0.5411115288734436,0.5922455191612244,-0.1629040390253067,-0.1787913739681244,-0.08536006510257721,0.4536338448524475 +384,0.27424732952242364,0.016069906660317067,2.2661767112385327,0.2707875072956085,-0.016069214791059494,-0.962505042552948,0.6942704319953918,-0.5093662142753601,-0.21959351003170013,-0.1803334355354309,0.02366809733211994,0.689616858959198 +385,0.2602005215009137,0.09263619766381496,2.2638074527580807,0.25617122650146484,-0.09250376373529434,-0.962195098400116,0.5206639170646667,0.6586716771125793,0.833027720451355,0.13715457916259766,0.27628061175346375,-0.7370389103889465 +386,0.2618618577592982,0.09551692163367262,2.416783965853999,0.2576993405818939,-0.09537174552679062,-0.9615067839622498,-0.627544641494751,-1.4561357498168945,1.2137640714645386,0.5509706735610962,0.031284838914871216,-0.5654249787330627 +387,0.24895379850226043,0.03510589830788416,2.4807997964322754,0.2462383359670639,-0.035098686814308167,-0.9685735702514648,-0.846759557723999,0.5199066996574402,-0.34937870502471924,-0.1702800840139389,-0.6162227392196655,0.041403770446777344 +388,0.23994978554022695,0.018327887908367275,2.526471073332535,0.23761393129825592,-0.018326861783862114,-0.9711867570877075,-0.08226125687360764,-0.4135177731513977,0.36428284645080566,0.011775702238082886,0.03469954431056976,0.4859725832939148 +389,0.2208496589911671,0.013248620353673949,2.5471017309237207,0.21903949975967407,-0.013248233124613762,-0.9756260514259338,0.20412635803222656,-0.003305865451693535,-0.10434886068105698,-0.10995441675186157,0.1610296070575714,0.6742191910743713 +390,0.2412638087241451,0.034498015889091765,2.5517952317635846,0.23878785967826843,-0.034491173923015594,-0.9704590439796448,-0.24435052275657654,0.8228604793548584,0.20760472118854523,-0.09666749835014343,0.1168275997042656,-0.5619658827781677 +391,0.28809539612006607,-0.006123457075273511,2.5688899403871406,0.2841213047504425,0.006123418919742107,-0.9587687849998474,-0.663325309753418,-0.33836570382118225,-0.25381508469581604,0.2867405116558075,0.06472314149141312,-0.6087360978126526 +392,0.240049951328433,-0.03910862502925478,2.524926751701218,0.23756934702396393,0.03909865766763687,-0.9705833792686462,0.20845383405685425,-0.23246803879737854,-0.6486673951148987,0.24338768422603607,-0.19307509064674377,0.13862842321395874 +393,0.24836411747567988,0.0023092431863831675,2.434189808986357,0.24581794440746307,-0.002309241099283099,-0.9693132638931274,0.6651465892791748,0.7061378955841064,-0.5469575524330139,-0.11770516633987427,0.06981413066387177,0.34524405002593994 +394,0.2945181555859476,0.038130152755668334,2.360582225387584,0.29006779193878174,-0.03812091425061226,-0.956246554851532,0.543101966381073,-0.3104528784751892,-0.6890063881874084,-0.18806278705596924,0.08427874743938446,0.523324191570282 +395,0.2704167596419032,0.08934052848502769,2.305731217157716,0.2660676836967468,-0.08922173082828522,-0.9598163962364197,0.4740147888660431,0.05152430385351181,0.00468809949234128,0.029342472553253174,0.01749015599489212,-0.4522777199745178 +396,0.2502932688822405,0.11064804319150233,2.374383291774524,0.2461734265089035,-0.11042240262031555,-0.9629151225090027,-0.21449707448482513,-0.910309910774231,0.8295990228652954,0.3477902114391327,0.13332584500312805,-0.6210845112800598 +397,0.21475309347614435,0.072980813370325,2.4604409536903624,0.2125389277935028,-0.07291604578495026,-0.9744282960891724,-0.7883645296096802,0.5243347883224487,0.3006313741207123,-0.06088182330131531,-0.5152034759521484,-0.020719408988952637 +398,0.21812044851350096,0.050985739848706774,2.5138874584066095,0.21611379086971283,-0.05096365138888359,-0.9750372171401978,0.004028574097901583,-0.03932689502835274,0.5043673515319824,0.04020334780216217,0.04623343050479889,0.40875303745269775 +399,0.24072447304781064,0.06253342174553571,2.560959904971355,0.23794029653072357,-0.062492676079273224,-0.9692673087120056,0.08379101753234863,0.3360944390296936,0.3308042287826538,-0.15438315272331238,0.16295653581619263,0.5153641104698181 +400,0.27954078770564167,0.08919633806672679,2.5862504688669876,0.27481743693351746,-0.08907811343669891,-0.9573612213134766,-0.025102771818637848,0.9592169523239136,0.47618260979652405,-0.055777519941329956,0.2020541876554489,-0.33293724060058594 +401,0.37473185285212074,0.03776327207596646,2.610146425905664,0.36576205492019653,-0.03775429725646973,-0.9299423098564148,-0.7801640629768372,0.031986054033041,-0.3006838858127594,0.33087795972824097,0.10297035425901413,-0.5201919078826904 +402,0.37278924670651375,-0.012864672442897103,2.5827706805800386,0.3641843795776367,0.012864317744970322,-0.9312379956245422,0.2402493953704834,-0.10514378547668457,-0.6430445909500122,0.2553071677684784,-0.2583324611186981,-0.014928936958312988 +403,0.39650238733723503,0.028587726223972907,2.489069907225793,0.3860366642475128,-0.0285838320851326,-0.9220404624938965,0.722150981426239,0.9196067452430725,-0.5604884028434753,-0.23871305584907532,0.0903208926320076,0.33202892541885376 +404,0.41887985527864346,0.05709079834324679,2.417086138690254,0.40607473254203796,-0.057059790939092636,-0.9120567440986633,0.6188024878501892,-0.4594297707080841,-0.49468180537223816,-0.23943349719047546,0.047263652086257935,0.5371940732002258 +405,0.3689571875393324,0.10936321440529766,2.3832509022030517,0.35848844051361084,-0.10914534330368042,-0.9271317720413208,0.27290767431259155,-0.2325170636177063,0.3597642183303833,0.08786165714263916,0.05236738920211792,-0.6025007963180542 +406,0.3131529071093425,0.12441928204855783,2.4834868374873955,0.3056783974170685,-0.1240985244512558,-0.9440128803253174,-0.36514154076576233,-1.5749156475067139,1.0749768018722534,0.5300302505493164,0.049650900065898895,-0.4487178325653076 +407,0.2886096512608585,0.09833618931337873,2.5685996749173,0.28324463963508606,-0.09817778319120407,-0.9540092349052429,-0.2513611614704132,-0.01099378801882267,-0.22279563546180725,-0.18357422947883606,-0.6519442796707153,-0.02392655611038208 +408,0.256849858948009,0.10929628463077509,2.6027606774833276,0.2525192201137543,-0.10907880961894989,-0.9614238739013672,-0.10692010819911957,-0.09222887456417084,0.7388704419136047,0.016966253519058228,0.05443708598613739,0.4180126190185547 +409,0.2720185597488333,0.09599608197808442,2.6806944717812295,0.2674393057823181,-0.09584870934486389,-0.9587957262992859,-0.16169974207878113,0.1523195058107376,0.44183963537216187,-0.23129123449325562,0.18357150256633759,0.6094152331352234 +410,0.30079449629155974,0.10422144236719863,2.709939165161655,0.2946714758872986,-0.10403286665678024,-0.9499188661575317,-0.10124578326940536,0.866866946220398,0.30926597118377686,-0.05280444025993347,0.25468289852142334,-0.473558247089386 +411,0.3599838857464115,0.049616123305354386,2.7080648402406577,0.35182565450668335,-0.04959576949477196,-0.9347507357597351,-0.6979231238365173,-0.5119277238845825,-0.8467260599136353,0.43690112233161926,0.07240766286849976,-0.5077540874481201 +412,0.28536058958761124,-0.0023633380278763614,2.6338578487003006,0.28150269389152527,0.002363335806876421,-0.9595575332641602,0.14149798452854156,-0.4938866198062897,-0.8234918117523193,0.25543883442878723,-0.26161015033721924,-0.046957969665527344 +413,0.2918445088886186,0.0278579252103363,2.539357435235881,0.2876075804233551,-0.027854321524500847,-0.9573432207107544,0.7306805849075317,0.5386469960212708,-0.7483087182044983,-0.08320087194442749,0.021552443504333496,0.3952857255935669 +414,0.3218552571486131,0.06167994098197435,2.439413601720479,0.31572556495666504,-0.06164084002375603,-0.9468462467193604,0.6299310922622681,-0.4185248911380768,-0.7706672549247742,-0.29079270362854004,0.07598410546779633,0.48857903480529785 +415,0.25575177107503905,0.10121064943713122,2.403421441747754,0.2516782283782959,-0.10103794187307358,-0.9625224471092224,-0.048780232667922974,-0.7578945159912109,0.5770146250724792,0.036926478147506714,-0.05316736549139023,-0.5498524308204651 +416,0.18206169672339387,0.08080651835407854,2.539060053435789,0.18046677112579346,-0.08071860671043396,-0.980263352394104,-0.6405432820320129,-0.6361837387084961,1.7265582084655762,0.580046534538269,-0.07048073410987854,-0.5095895528793335 +417,0.22569731658936718,0.034534151170646614,2.655034095723678,0.22365261614322662,-0.034527286887168884,-0.9740571975708008,-0.124058797955513,-0.3438960015773773,0.6027853488922119,-0.30412745475769043,-0.3358950614929199,0.11373615264892578 +418,0.19153767608544942,0.05733747078085585,2.7079108557745313,0.19005583226680756,-0.05730605870485306,-0.9800993800163269,0.013038652017712593,0.14901825785636902,0.5970531105995178,-0.07576750218868256,0.15682388842105865,0.5467802882194519 +419,0.22192275024329702,0.05731282247905863,2.758994522469165,0.2197442203760147,-0.05728144943714142,-0.9738743901252747,-0.04637899622321129,0.320613294839859,0.3503333330154419,-0.1662774384021759,0.17749018967151642,0.42641955614089966 +420,0.28213611138487843,0.05571746123937874,2.7717867685201463,0.2779758870601654,-0.05568863824009895,-0.9589724540710449,-0.34114277362823486,1.2122615575790405,-0.09178595244884491,-0.1466130018234253,0.19864822924137115,-0.6111874580383301 +421,0.30264789321272445,-0.02234703976533851,2.7577584353639124,0.2979743778705597,0.022345179691910744,-0.954312264919281,-0.7881406545639038,-0.6548421382904053,-0.5895460247993469,0.5036460757255554,-0.004263514652848244,-0.6398649215698242 +422,0.2593347510883622,-0.07118500697326607,2.7112283445083887,0.2557881474494934,0.07112490385770798,-0.9641128778457642,-0.00972878560423851,-0.17630961537361145,-0.6652107238769531,0.1443125307559967,-0.3465155363082886,0.11660921573638916 +423,0.28513687303096763,-0.04729918215886744,2.6528887722994887,0.28097420930862427,0.047281548380851746,-0.9585499167442322,0.49168407917022705,0.6375375986099243,-0.4498582184314728,-0.17237740755081177,-0.040216729044914246,0.3639606833457947 +424,0.3007870014713447,-0.02157383612292022,2.590444062327323,0.29620301723480225,0.021572163328528404,-0.9548813700675964,0.40933623909950256,-0.32553237676620483,-0.39586520195007324,-0.18916261196136475,0.06393808871507645,0.39186257123947144 +425,0.27969889339313814,0.01995277020554805,2.5791483358874445,0.27601131796836853,-0.01995144598186016,-0.9609472751617432,0.275382936000824,-0.010906048119068146,0.6195602416992188,-0.05892455577850342,0.08107814937829971,-0.40442436933517456 +426,0.2596112429821887,0.03993524385928258,2.6792996270289056,0.25650015473365784,-0.03992462903261185,-0.9657192826271057,-0.23715205490589142,-1.0310618877410889,0.6750041246414185,0.14901739358901978,0.04775238409638405,-0.5961093306541443 +427,0.17323916487733526,0.005924634167541218,2.7559872572808914,0.17237089574337006,-0.005924599710851908,-0.9850143194198608,-0.7124464511871338,0.27475035190582275,0.24757754802703857,0.17031098902225494,-0.44303473830223083,-0.02850496768951416 +428,0.2070839046747467,-0.017035552482265882,2.7838354730087578,0.20557714998722076,0.017034728080034256,-0.9784926176071167,0.16093024611473083,-0.14259548485279083,0.39491787552833557,-0.037898316979408264,-0.058660704642534256,0.3546828031539917 +429,0.19155349311179665,0.0028157006008860935,2.7948120854212193,0.1903834491968155,-0.0028156968764960766,-0.9817057847976685,0.23413385450839996,0.15396904945373535,0.06982740759849548,-0.06039382517337799,0.17069289088249207,0.605897068977356 +430,0.2341441387568688,0.026568491235413036,2.7927171183131057,0.23192867636680603,-0.026565365493297577,-0.9723699688911438,-0.04411743953824043,0.9478304982185364,0.23867632448673248,-0.19124875962734222,0.2848051190376282,-0.1138879656791687 +431,0.29343517911961164,-0.008988969438551897,2.771062247580865,0.2892305850982666,0.008988847956061363,-0.957217276096344,-0.20098744332790375,-0.6281112432479858,-1.0521713495254517,0.4175870418548584,0.028212081640958786,-0.815548837184906 +432,0.19807527338010514,-0.008017712014643992,2.653949141014566,0.19677628576755524,0.008017625659704208,-0.9804156422615051,0.5666347146034241,-0.6248866319656372,-1.0486655235290527,0.26565659046173096,-0.099341481924057,0.10372191667556763 +433,0.15612915014597373,0.06037744612845363,2.5316747341649397,0.15521226823329926,-0.060340769588947296,-0.9860365986824036,0.5920324325561523,-0.012420052662491798,-0.7680460214614868,-0.04656970500946045,0.011482127010822296,0.49601584672927856 +434,0.1993977371499612,0.08117672496788234,2.457148605865389,0.19742675125598907,-0.08108759671449661,-0.9769582748413086,0.4933324158191681,0.14927849173545837,-0.7738999128341675,-0.21921631693840027,0.09784175455570221,0.5004720687866211 +435,0.22931537250730674,0.13364919310684453,2.4114361616113467,0.22528377175331116,-0.13325166702270508,-0.9651379585266113,0.14523416757583618,0.5718933939933777,0.38460496068000793,-0.004611164331436157,0.07735872268676758,-0.6074938774108887 +436,0.20363000480515506,0.1413745605593005,2.51679343785682,0.20020811259746552,-0.14090409874916077,-0.9695683121681213,-0.24384497106075287,-0.7287271022796631,1.036971092224121,0.3665643334388733,0.06731097400188446,-0.6839045286178589 +437,0.19182185448016856,0.10778310087034548,2.595681614570803,0.18954132497310638,-0.10757452994585037,-0.9759619832038879,-0.7111704349517822,0.1351974606513977,0.3580200970172882,-0.06637239456176758,-0.5256804823875427,0.08068311214447021 +438,0.17489900306559025,0.08414512173549252,2.646022578326411,0.17339302599430084,-0.08404585719108582,-0.9812600016593933,-0.07362577319145203,-0.4250676929950714,0.4074396789073944,0.022758707404136658,0.026840656995773315,0.3302590250968933 +439,0.14614661369265722,0.07245738893500127,2.6884622760129204,0.1452448070049286,-0.0723940059542656,-0.986743688583374,0.006314006634056568,0.029650524258613586,0.2343856692314148,-0.07781621813774109,0.1952577829360962,0.6749913692474365 +440,0.1754748267188492,0.09051809268201017,2.6893218904516627,0.17386098206043243,-0.0903945341706276,-0.9806126356124878,0.11767133325338364,0.5463946461677551,-0.04286216199398041,-0.13725516200065613,0.16179043054580688,-0.34372812509536743 +441,0.18493942157252435,0.0459250746644014,2.6801037890134847,0.18369309604167938,-0.04590893164277077,-0.9819110035896301,-0.5007780194282532,-1.4270777702331543,-0.450260192155838,0.3045118451118469,-0.038823120296001434,-0.8629376292228699 +442,-0.005112018588359341,0.008471479007001658,2.6233753599669907,-0.0051118130795657635,-0.00847137812525034,-0.9999510645866394,-0.04836736619472504,-1.2158985137939453,-1.2219105958938599,0.15843212604522705,-0.30401337146759033,0.1621519923210144 +443,-0.005104907159806329,0.05364368919396504,2.458124278661077,-0.005097541492432356,-0.053617965430021286,-0.9985485076904297,0.6110106706619263,0.3579474091529846,-1.1663787364959717,0.11581531167030334,0.16873027384281158,0.4643230438232422 +444,0.06044796893228766,0.09086825018204227,2.417077215424539,0.06016192585229874,-0.09074325114488602,-0.994055449962616,0.25326088070869446,0.563136637210846,-0.11810147762298584,-0.06432757526636124,0.1990806609392166,0.49574917554855347 +445,0.11181362614557343,0.12510233228155176,2.4183169349895413,0.11070877313613892,-0.12477626651525497,-0.9859890937805176,0.12286576628684998,0.38536539673805237,0.6548526287078857,0.07016891241073608,0.049077413976192474,-0.5373263359069824 +446,0.1000399024714682,0.1020030646529702,2.5498747064318006,0.09935399889945984,-0.1018262729048729,-0.98982834815979,-0.4711211323738098,-0.6091893315315247,1.064603567123413,0.35996606945991516,0.010502420365810394,-0.68692946434021 +447,0.10834832236130004,0.06140834321991189,2.672235867808805,0.10793262720108032,-0.06136975437402725,-0.9922621846199036,-0.7205845713615417,0.8658034801483154,1.1827651262283325,-0.07172352820634842,-0.41087451577186584,0.13210904598236084 +448,0.1360891525926761,0.025967776187837886,2.7128021569820246,0.1356237381696701,-0.025964858010411263,-0.9904201030731201,0.018050843849778175,-0.09044554829597473,0.0001493575982749462,-0.004489704966545105,-0.018026228994131088,0.3793514370918274 +449,0.13470033160770967,0.022618913054913013,2.725210431705892,0.13425901532173157,-0.022616984322667122,-0.990688145160675,-0.16500785946846008,0.101117342710495,0.4037885069847107,-0.11967161297798157,0.03335917368531227,0.47509366273880005 +450,0.16507198164393236,0.03131069651499258,2.763918128933157,0.16424278914928436,-0.03130558133125305,-0.9859230518341064,0.09536754339933395,0.7450145483016968,0.5555000305175781,-0.13514427840709686,0.08201053738594055,-0.10572123527526855 +451,0.238485290999065,0.024642971699682145,2.812693043467091,0.2361593395471573,-0.024640478193759918,-0.9714018702507019,-0.3414672017097473,0.28703975677490234,0.334455281496048,-0.20631316304206848,0.09032956510782242,-0.4108459949493408 +452,0.20960928196679365,-0.012849530693169573,2.8156531039722115,0.20806057751178741,0.012849177233874798,-0.9780315160751343,-0.09810109436511993,-0.5298599004745483,-0.11206036806106567,0.3095327913761139,-0.16311773657798767,-0.28388553857803345 +453,0.18507705562798407,-0.007645030800757195,2.781067943292569,0.1840168982744217,0.007644956465810537,-0.9828933477401733,0.567071259021759,-0.00998251885175705,-0.49367642402648926,0.1382487267255783,-0.009308164939284325,0.28129422664642334 +454,0.2310294838766351,0.037161852036533466,2.7253976971484404,0.22882167994976044,-0.037153299897909164,-0.9727591276168823,0.3063697814941406,0.3948029577732086,-0.46842747926712036,-0.20217983424663544,0.10323911905288696,0.24984347820281982 +455,0.22838522501021816,0.056642609720054485,2.6721851248537782,0.22604186832904816,-0.05661232769489288,-0.9724711179733276,0.4334591329097748,-0.22866591811180115,-0.2501538395881653,-0.058546170592308044,0.021700218319892883,0.2076701521873474 +456,0.19969111654082475,0.0872527060977749,2.6885454013293466,0.1976119875907898,-0.08714203536510468,-0.9763994216918945,0.05604291334748268,-0.3296039402484894,0.8074883222579956,-0.1304427981376648,0.055693671107292175,-0.514185905456543 +457,0.13649738731921732,0.09270807579256025,2.7790097485631877,0.1354895830154419,-0.09257533401250839,-0.9864442944526672,-0.15862759947776794,-0.41681233048439026,0.9096193313598633,0.3264702558517456,-0.06617710739374161,-0.41202372312545776 +458,0.12675086077996,0.06494185423313319,2.846454835387345,0.12614527344703674,-0.06489621847867966,-0.9898867607116699,-0.14789047837257385,0.010583920404314995,0.4526331126689911,-0.08488552272319794,-0.31372010707855225,0.2623782753944397 +459,0.14303585336694155,0.07140695585901699,2.882518790001047,0.14218534529209137,-0.07134629040956497,-0.987265408039093,-0.09529708325862885,0.42135170102119446,0.5257869362831116,-0.08253875374794006,0.13082505762577057,0.4407261610031128 +460,0.1722420776939979,0.06744395561706291,2.9212412498400653,0.17100203037261963,-0.06739283353090286,-0.9829631447792053,0.03214836120605469,0.2579173147678375,0.19360467791557312,-0.11216413974761963,0.14760828018188477,0.3714976906776428 +461,0.21741195577453878,0.06886121234350512,2.9313695387215586,0.2151920199394226,-0.06880680471658707,-0.9741447567939758,-0.23565661907196045,0.6131253242492676,-0.008069872856140137,-0.1258060485124588,0.17928044497966766,-0.4610053300857544 +462,0.23061745456639993,0.01697602783836798,2.8910475498532797,0.22854574024677277,-0.01697521284222603,-0.9733851552009583,-0.5446716547012329,-0.41356760263442993,-0.8802981972694397,0.26973000168800354,-0.0005723908543586731,-0.523257851600647 +463,0.16985149872221184,-0.013910814630166388,2.8164239379151086,0.16901962459087372,0.013910366222262383,-0.9855145215988159,0.16280163824558258,-0.32494980096817017,-0.8027295470237732,0.19926650822162628,-0.28025251626968384,0.10439574718475342 +464,0.15080622711042516,0.019708172769205307,2.720535502921835,0.1502060890197754,-0.01970689743757248,-0.9884582757949829,0.5682827830314636,0.21904386579990387,-0.6974443793296814,-0.0324997752904892,-0.01625807024538517,0.4496246576309204 +465,0.1727257585918688,0.047660868314038464,2.6470286282993523,0.1716730147600174,-0.04764282703399658,-0.9840012788772583,0.38147011399269104,-0.18989507853984833,-0.5829530954360962,-0.1652948558330536,0.13298523426055908,0.3352281451225281 +466,0.15857720875350356,0.08410072515121059,2.6242087960151586,0.15735529363155365,-0.08400162309408188,-0.9839629530906677,0.20539212226867676,0.08607888966798782,0.39611107110977173,0.027871116995811462,0.047990888357162476,-0.24540716409683228 +467,0.15235291777114432,0.10325103146198078,2.730120076067969,0.15095597505569458,-0.10306767374277115,-0.9831527471542358,-0.12009245157241821,-0.3470500409603119,1.1602901220321655,-0.01721268892288208,0.12113407999277115,-0.6471725702285767 +468,0.09778993617473308,0.09907536790303732,2.8207219884122163,0.09715536236763,-0.09891336411237717,-0.99034184217453,-0.29066869616508484,-0.09075906127691269,0.6332593560218811,0.1797458827495575,-0.20632344484329224,-0.06156855821609497 +469,0.08708776372204853,0.0787934596963186,2.84381161113018,0.08670786768198013,-0.07871195673942566,-0.9931194186210632,0.017956309020519257,-0.08465088903903961,0.0073031773790717125,-0.020072735846042633,-0.11672261357307434,0.12223929166793823 +470,0.10455096729760045,0.07475083120867597,2.8728604981266597,0.10406916588544846,-0.07468123733997345,-0.9917622208595276,-0.19789637625217438,0.2951079308986664,0.30024734139442444,-0.036091260612010956,0.11954207718372345,0.4846668839454651 +471,0.1283371068637446,0.06979621592700859,2.879975051725629,0.12767349183559418,-0.06973955780267715,-0.9893613457679749,0.014179779216647148,0.3206567168235779,-0.1326228529214859,-0.06618057191371918,0.19446489214897156,0.30224281549453735 +472,0.18642223949446615,0.05156907754968076,2.858577412236962,0.18509791791439056,-0.05154622346162796,-0.981367290019989,-0.4182518720626831,0.7747084498405457,-0.30639374256134033,-0.13688014447689056,0.16157734394073486,-0.429826557636261 +473,0.19992117761229888,-0.014723482324727505,2.8109103603681187,0.19857054948806763,0.014722950756549835,-0.9799759984016418,-0.2978473901748657,-0.08924389630556107,-0.6841096878051758,0.2884899973869324,-0.12200749665498734,-0.5365340113639832 +474,0.18860135369249165,-0.027787981034055317,2.7314466514712827,0.18741285800933838,0.027784405276179314,-0.9818881750106812,0.43903228640556335,-0.06432195007801056,-0.9791637063026428,0.14541183412075043,-0.13223081827163696,0.23112529516220093 +475,0.21135407486074487,0.006123404721174794,2.6326832409661325,0.20978009700775146,-0.006123366300016642,-0.9777294397354126,0.4342667758464813,0.23435959219932556,-0.8847424387931824,-0.20808638632297516,0.026615921407938004,0.4280315637588501 +476,0.20033304935966734,0.02887883617907063,2.544264251304618,0.19891275465488434,-0.028874821960926056,-0.9795917272567749,0.4357835054397583,0.039752133190631866,-0.5868329405784607,-0.04997171461582184,0.026158757507801056,0.3467181921005249 +477,0.20535436888484776,0.059162056194643084,2.5462519657325755,0.2035573422908783,-0.059127550572156906,-0.9772759675979614,0.14040985703468323,-0.15962766110897064,0.9113562107086182,-0.2838948965072632,0.013442743569612503,-0.6281164288520813 +478,0.13776414679159096,0.08244266826483201,2.64489327625342,0.1368623524904251,-0.08234930783510208,-0.9871612191200256,0.08322514593601227,-0.5637994408607483,0.7414370179176331,0.4198698103427887,0.08869697898626328,-0.4961913824081421 +479,0.1465293194747969,0.061142100601948156,2.7196026632184283,0.14573270082473755,-0.06110401079058647,-0.9874352216720581,-0.393831729888916,0.5858999490737915,0.6027626395225525,-0.11132413148880005,-0.4132764935493469,0.2665795087814331 +480,0.1665295792955125,0.05503351878637308,2.7674767020511646,0.16550998389720917,-0.055005744099617004,-0.9846729636192322,-0.12229547649621964,0.06970515102148056,0.3975391983985901,-0.07732944190502167,0.031324103474617004,0.4653400778770447 +481,0.18318304113188963,0.03611409628349611,2.810664617003158,0.1820414960384369,-0.03610624745488167,-0.9826276898384094,-0.1982702612876892,0.3521040678024292,0.2724746763706207,-0.11462818086147308,0.12051787227392197,0.5186384916305542 +482,0.24931560014805884,0.026423738101284438,2.8363927016244146,0.24665464460849762,-0.02642066404223442,-0.9687432050704956,-0.30548468232154846,1.126914381980896,0.13712020218372345,-0.10104003548622131,0.21102149784564972,-0.5334540009498596 +483,0.2990840707820788,-0.03161566499005775,2.8460533039018703,0.2944978177547455,0.0316103994846344,-0.9551292061805725,-0.6722655892372131,-0.6568752527236938,-0.6658384203910828,0.308544784784317,0.006963819265365601,-0.653864324092865 +484,0.2280590855995168,-0.07361377017326505,2.7781606563393404,0.2254749834537506,0.07354730367660522,-0.9714689254760742,-0.04190345108509064,-0.16105946898460388,-0.4701697826385498,0.2861369550228119,-0.17552179098129272,0.04817485809326172 +485,0.21967742901182238,-0.050979700714484995,2.7088980353192076,0.21763169765472412,0.05095762014389038,-0.974699854850769,0.5740756392478943,0.23533201217651367,-0.5641252398490906,-0.07517564296722412,-0.06925290822982788,0.40019118785858154 +486,0.23712921668038214,-0.016216372176583206,2.6534309938973597,0.23488226532936096,0.01621566154062748,-0.971888542175293,0.5214892029762268,-0.16215361654758453,-0.42694076895713806,-0.20468513667583466,0.029438631609082222,0.5392408967018127 +487,0.22277719586009803,0.03610924558242241,2.64411217962178,0.22079502046108246,-0.03610140085220337,-0.9746518731117249,0.22152692079544067,0.10879023373126984,0.8290989995002747,0.03932155668735504,0.10056978464126587,-0.41138023138046265 +488,0.23625629400477047,0.05521468174174421,2.775434217312733,0.23370786011219025,-0.05518662929534912,-0.9707394242286682,-0.38985392451286316,-0.5393674373626709,1.4335283041000366,-0.07374998927116394,0.09467638283967972,-0.874872088432312 +489,0.1702444973857915,0.05318579780946207,2.8608149319424134,0.16918374598026276,-0.05316072702407837,-0.9841497540473938,-0.337926983833313,0.5180984735488892,0.303229957818985,0.23433491587638855,-0.34507840871810913,0.024890780448913574 +490,0.1903529027979092,0.03758552512393171,2.8786082806656847,0.18907180428504944,-0.03757667541503906,-0.9812440276145935,-0.021802688017487526,0.1166916936635971,0.442350298166275,0.0024259984493255615,-0.05834007263183594,0.197384774684906 +491,0.22640185880266192,0.03596577591316621,2.934456661968815,0.22432750463485718,-0.03595802187919617,-0.9738501906394958,-0.27372902631759644,0.5024644136428833,0.47272777557373047,-0.18022960424423218,0.08768531680107117,0.5520057082176208 +492,0.25517197308420625,0.03489634536960318,2.9538906251220465,0.25225815176963806,-0.03488926216959953,-0.9670308232307434,0.05738591030240059,0.09039276838302612,-0.07117503136396408,-0.13525375723838806,0.11006931960582733,0.06583148241043091 +493,0.2832446538571297,0.01186916612317706,2.9338435577953055,0.2794528007507324,-0.011868887580931187,-0.9600860476493835,-0.4634072482585907,0.3113624155521393,-0.3556440472602844,-0.11311677098274231,0.12373106926679611,-0.5154693126678467 +494,0.24522229736229978,-0.049895871381062565,2.8787162085783913,0.24246983230113983,0.0498751699924469,-0.9688760638237,-0.011078246869146824,-0.502989649772644,-0.9164618253707886,0.422569215297699,0.0253201425075531,-0.42049771547317505 +495,0.20757897062937347,-0.038013305873224906,2.785562343743441,0.2059425711631775,0.03800415247678757,-0.9778258204460144,0.7384817600250244,-0.12976573407649994,-0.9386159181594849,0.153569757938385,-0.05367492884397507,0.3278166651725769 +496,0.22418045014541577,0.015678777392235322,2.6716199727681462,0.22228007018566132,-0.01567813567817211,-0.9748567938804626,0.5660547018051147,0.21694913506507874,-1.0468711853027344,-0.20828776061534882,0.04029056057333946,0.5174898505210876 +497,0.20528716009912545,0.051566491613856055,2.5565432602836213,0.20357733964920044,-0.051543641835451126,-0.9777011275291443,0.6467379331588745,-0.3047669231891632,-0.706903874874115,-0.04905158281326294,0.06559698283672333,0.10335731506347656 +498,0.18059980444335183,0.0919953085560514,2.601016488452898,0.1788601130247116,-0.09186559915542603,-0.9795763492584229,-0.095549575984478,-0.11006579548120499,1.45888352394104,-0.1872677206993103,-0.018089227378368378,-0.6124341487884521 +499,0.09491692208879438,0.0887007160367151,2.7189247231888034,0.09440187364816666,-0.08858444541692734,-0.9915851354598999,-0.3543948233127594,-0.6372877955436707,0.9057149887084961,0.46759459376335144,-0.12084243446588516,-0.4381328821182251 +500,0.08831080944721824,0.048032328087578645,2.809942459328536,0.08809434622526169,-0.04801386222243309,-0.9949542880058289,-0.27522847056388855,0.037803709506988525,0.9303989410400391,-0.14682543277740479,-0.3138177990913391,0.20549505949020386 +501,0.08189639459202006,0.04690804517577332,2.9048198030266628,0.08171489834785461,-0.04689084365963936,-0.9955520629882812,-0.07623779773712158,0.12058381736278534,0.9378072023391724,-0.03146769851446152,0.13717709481716156,0.6195907592773438 +502,0.10583775879854034,0.03839761460906542,2.9630691399366564,0.10556241124868393,-0.03838818147778511,-0.9936714172363281,-0.014242701232433319,0.26362958550453186,0.20091485977172852,-0.059801310300827026,0.169308602809906,0.4389229416847229 +503,0.15397192865645257,0.05537726351689374,2.9944672940391825,0.15312917530536652,-0.0553489625453949,-0.9866549372673035,-0.0997370108962059,0.6852273941040039,0.25593021512031555,-0.15828663110733032,0.1816001832485199,-0.5154202580451965 +504,0.1796423241820662,0.019897379101239503,2.976786858760812,0.17864230275154114,-0.019896065816283226,-0.983712911605835,-0.6292874813079834,0.013471798971295357,-0.5679557919502258,0.33632659912109375,0.039122141897678375,-0.74764084815979 +505,0.1796614252532861,0.0008060189650562375,2.952167480856183,0.1786963939666748,-0.0008060188847593963,-0.9839039444923401,0.45411476492881775,0.5752217769622803,-0.0035100537352263927,0.2636559009552002,-0.1896999627351761,0.04606825113296509 +506,0.2409358216795951,0.02732066434235316,2.9187138908067984,0.238522469997406,-0.027317265048623085,-0.9707527160644531,-0.13208037614822388,0.9942479729652405,-0.6505217552185059,-0.270108163356781,-0.025844357907772064,0.5334815979003906 +507,0.2890653455963376,0.03908138795882441,2.857006022955638,0.28483882546424866,-0.03907144069671631,-0.957778811454773,0.54151850938797,-0.05313374474644661,-0.636651873588562,-0.17273250222206116,0.07228982448577881,0.607375979423523 +508,0.2902585376866093,0.08870150107554664,2.800415951528824,0.28507480025291443,-0.08858522772789001,-0.9544029831886292,0.6931329965591431,0.1638539433479309,-0.19274605810642242,0.05109158158302307,0.08931764960289001,-0.28714364767074585 +509,0.33032880099190903,0.10411864484427838,2.8354957833457273,0.32259753346443176,-0.10393062978982925,-0.9408130645751953,-0.2112550437450409,-0.4992041289806366,0.5481275916099548,0.19644540548324585,0.05725398659706116,-0.6874675750732422 +510,0.2505228480804249,0.08266076500634312,2.8741692567129355,0.2470640391111374,-0.08256666362285614,-0.9654750823974609,-0.31991812586784363,-0.4608670473098755,-0.020149875432252884,0.01782853901386261,-0.48489242792129517,-0.05478858947753906 +511,0.22111091603659092,0.0718531217168175,2.906153042214731,0.21874772012233734,-0.07179130613803864,-0.9731369018554688,-0.025109704583883286,-0.13511918485164642,0.6165576577186584,0.11166608333587646,0.024382248520851135,0.27759552001953125 +512,0.2295375563861982,0.07874651809680973,2.985329245815425,0.2268221527338028,-0.07866515964269638,-0.970754086971283,-0.1397065371274948,0.2929438054561615,0.5905362963676453,-0.1881411075592041,0.17439879477024078,0.6460928320884705 +513,0.25183677247906533,0.09001818578751894,3.0064140798064862,0.2481742948293686,-0.08989666402339935,-0.9645351767539978,0.14455421268939972,0.424483060836792,-0.03271128982305527,-0.1425071805715561,0.15993450582027435,-0.0931583046913147 +514,0.2928020518853763,0.06882142078844723,2.9974914056680126,0.28795287013053894,-0.06876710802316666,-0.9551723599433899,-0.4590579569339752,-0.09248638898134232,-0.6256112456321716,0.03336670994758606,0.15447571873664856,-0.4838077425956726 +515,0.22852607257389593,0.005263625131951235,2.9385203036201837,0.2265390306711197,-0.005263600964099169,-0.973987877368927,0.052125971764326096,-0.7758540511131287,-1.0156625509262085,0.388344407081604,-0.15960761904716492,-0.2609211802482605 +516,0.19674185052446078,0.03796462310407095,2.8076999518520918,0.19533422589302063,-0.03795550391077995,-0.9800019860267639,0.8914440870285034,0.18207493424415588,-1.105846881866455,-0.01149633526802063,-0.048897527158260345,0.4392610192298889 +517,0.23312485488335327,0.07866829257081234,2.6928632564824566,0.23030447959899902,-0.07858717441558838,-0.9699401259422302,0.5675153136253357,-0.22699622809886932,-1.0935388803482056,-0.19267632067203522,0.13573133945465088,0.7322998046875 +518,0.21974177943967627,0.1034328449436126,2.6118704562078263,0.21681265532970428,-0.10324851423501968,-0.970737874507904,0.2754395008087158,-0.02454547956585884,-0.09280957281589508,0.12245126068592072,0.06549827754497528,-0.29470402002334595 +519,0.2461554516977258,0.10157557559348888,2.6785195514803375,0.24242110550403595,-0.10140099376440048,-0.9648573994636536,-0.29476994276046753,-0.27688974142074585,0.7464335560798645,-0.040715187788009644,0.049841560423374176,-0.7921615839004517 +520,0.15096345022295718,0.07423109504387182,2.7306697383032974,0.14997653663158417,-0.07416294515132904,-0.9859040975570679,-0.3870208263397217,-0.636115312576294,-0.0296326857060194,0.19943445920944214,-0.5063881874084473,-0.04247725009918213 +521,0.1313584770799634,0.05880236684447408,2.7512041538875325,0.13075464963912964,-0.058768484741449356,-0.9896714091300964,0.03928941488265991,0.1438545137643814,0.7036355137825012,0.12400609254837036,-0.008858464658260345,0.19098061323165894 +522,0.16626751212786783,0.06468691623369649,2.825808367194795,0.16515634953975677,-0.0646418109536171,-0.9841467142105103,-0.18371932208538055,0.5793818235397339,0.6206716299057007,-0.14565563201904297,0.1685083955526352,0.65245121717453 +523,0.20295389130746616,0.07085674448568136,2.857687028499494,0.20105768740177155,-0.07079746574163437,-0.9770176410675049,0.0834079310297966,0.6104168891906738,0.2785896062850952,-0.22304560244083405,0.15897801518440247,0.08004498481750488 +524,0.24951421032958326,0.06680450590426978,2.883891583848605,0.2463824301958084,-0.06675482541322708,-0.9668709635734558,-0.33508723974227905,0.33000448346138,0.06070307642221451,-0.1570880115032196,0.15870428085327148,-0.4059317708015442 +525,0.20272584254563158,0.010333066559605185,2.8864396089935416,0.20132935047149658,-0.010332882404327393,-0.9794691205024719,-0.13258998095989227,-1.1978003978729248,-0.3704844117164612,0.3528088331222534,-0.2315647006034851,-0.3901140093803406 +526,0.13777303055267576,0.01686481993827054,2.837166053547047,0.13731805980205536,-0.016864020377397537,-0.9903834462165833,0.4849417805671692,-0.2730652391910553,-0.5390689969062805,0.17280156910419464,-0.15285949409008026,0.23377639055252075 +527,0.17644857362066185,0.06057421075008865,2.7784126560561764,0.17521245777606964,-0.060537174344062805,-0.9826677441596985,0.3590361177921295,0.4642418622970581,-0.852599561214447,-0.26572757959365845,0.0656793862581253,0.6300066113471985 +528,0.1917547958040534,0.08833814241584467,2.702925135317496,0.1898386925458908,-0.08822329342365265,-0.9778435230255127,0.4400990903377533,-0.04898417741060257,0.10977795720100403,-0.041691094636917114,0.11932070553302765,0.2881157398223877 +529,0.2227326711642552,0.10071562384613848,2.7661453874466293,0.2197762131690979,-0.10054543614387512,-0.9703550934791565,-0.25800594687461853,0.48455730080604553,0.87189781665802,-0.1447182297706604,0.20622780919075012,-0.7957887053489685 +530,0.19804486888450243,0.06454675060914287,2.837002035482092,0.1963430792093277,-0.06450194120407104,-0.9784114360809326,-0.45400044322013855,-0.7700051069259644,0.38869330286979675,0.446036696434021,-0.13833314180374146,-0.5295841693878174 +531,0.14541070130804065,0.049065216150371585,2.8393308949389606,0.14472442865371704,-0.04904553294181824,-0.9882557392120361,0.09157929569482803,-0.33494624495506287,0.119158536195755,-0.14983612298965454,-0.27235034108161926,0.18912243843078613 +532,0.1288380058161723,0.07410768661894626,2.863567274496458,0.12812921404838562,-0.07403986901044846,-0.9889898896217346,0.02257893979549408,0.1532168835401535,0.30136558413505554,-0.029526934027671814,0.18039363622665405,0.7784186005592346 +533,0.14586809283250324,0.08864883690814754,2.879393790954,0.14478060603141785,-0.08853277564048767,-0.9854950904846191,0.11487787216901779,0.12055779248476028,0.06267420947551727,-0.18034884333610535,0.14413580298423767,0.41315317153930664 +534,0.24229192413025039,0.07466123202781147,2.901022843373614,0.23925982415676117,-0.07459188997745514,-0.9680861234664917,-0.403053343296051,0.9878854155540466,0.18711285293102264,-0.21263323724269867,0.17194294929504395,-0.7182694673538208 +535,0.23899242712908983,0.028429831674962342,2.8863583963235406,0.23662814497947693,-0.028426002711057663,-0.9711843729019165,-0.37396347522735596,-0.3818400502204895,-0.6786748766899109,0.42595425248146057,0.08338816463947296,-0.6859811544418335 +536,0.1704055677574774,0.019559849746530307,2.7938312730702743,0.1695496141910553,-0.019558602944016457,-0.9853275418281555,0.41955238580703735,-0.2697999179363251,-0.8907820582389832,0.2115996778011322,-0.1388886570930481,0.14122658967971802 +537,0.19583469532382192,0.06189798460990957,2.6973552604172872,0.19421270489692688,-0.061858467757701874,-0.9790071249008179,0.5981688499450684,0.3693380355834961,-0.9693467617034912,-0.2569110691547394,-0.013077449053525925,0.6467164754867554 +538,0.17825166388356103,0.10850901264296933,2.603127225367017,0.1762664020061493,-0.10829620063304901,-0.978367030620575,0.6101148724555969,-0.18699391186237335,-0.3839226961135864,-0.11158441007137299,0.1411331295967102,0.4217264652252197 +539,0.18655545715096278,0.13500545901301175,2.6289362994999546,0.1837875097990036,-0.13459572196006775,-0.9737074375152588,-0.3037618398666382,0.5384714603424072,0.974112331867218,-0.0545913428068161,0.13352760672569275,-0.7416245937347412 +540,0.17030235805394253,0.0980602963421157,2.7386998594125553,0.16866615414619446,-0.09790321439504623,-0.9807990193367004,-0.7856359481811523,-0.6270300149917603,0.8926823735237122,0.41600489616394043,-0.05849936604499817,-0.37734001874923706 +541,0.14139743615838032,0.0460004278051017,2.780583370143025,0.14077766239643097,-0.04598420485854149,-0.9889727234840393,0.0008152015507221222,-0.07934471219778061,0.16956549882888794,-0.026260465383529663,-0.3452358841896057,0.09929382801055908 +542,0.18340108185642473,0.06343856898639649,2.825237083583703,0.1820078045129776,-0.06339602917432785,-0.9812512993812561,-0.008991299197077751,0.8278443217277527,0.47358134388923645,-0.1350107342004776,0.17368654906749725,0.5906415581703186 +543,0.23050005553921232,0.06822534412501718,2.8345561694970116,0.227932870388031,-0.06817242503166199,-0.9712873697280884,0.1575600504875183,0.1872936338186264,-0.196151003241539,-0.1521882563829422,0.236934632062912,0.4022871255874634 +544,0.2679088275269828,0.07150274938994593,2.825330171925071,0.2640390396118164,-0.07144183665513992,-0.9618625044822693,-0.08515264093875885,0.2764274477958679,-0.23834873735904694,-0.0798044204711914,0.14028948545455933,-0.5561581254005432 +545,0.24431675219210072,0.0322542674359968,2.8020556845017803,0.24176761507987976,-0.03224867582321167,-0.9697981476783752,-0.43449410796165466,-0.7942841053009033,-0.4886389672756195,0.41201046109199524,0.02321546897292137,-0.6145066618919373 +546,0.18456790692795833,0.009246057797433458,2.727368480443765,0.18351395428180695,-0.009245926514267921,-0.9829736351966858,0.3256291449069977,-0.12278134375810623,-0.9275737404823303,0.37294358015060425,-0.11380095034837723,0.014345705509185791 +547,0.22811199879658053,0.03739188729980154,2.6381314285296686,0.2259807586669922,-0.037383176386356354,-0.9734141826629639,0.4147294759750366,0.6627811789512634,-0.7891945242881775,-0.2658367156982422,-0.042740724980831146,0.46082574129104614 +548,0.2278209477501973,0.06035161124051642,2.5404553980146143,0.22544412314891815,-0.06031498312950134,-0.9723873138427734,0.5258525609970093,-0.3024093508720398,-0.8781890869140625,-0.16431739926338196,0.07128605246543884,0.6714382171630859 +549,0.23260215012784607,0.0988329320890471,2.5321986570586175,0.22938548028469086,-0.09867211431264877,-0.9683212637901306,-0.03511935472488403,0.5031001567840576,0.884162187576294,0.004684329032897949,0.08663292974233627,-0.5172286629676819 +550,0.22609052443240354,0.08959500962586033,2.6743692840611133,0.22327013313770294,-0.08947519212961197,-0.9706413745880127,-0.5466205477714539,-0.9961547255516052,0.9298339486122131,0.5786097049713135,0.11388924717903137,-0.8194434642791748 +551,0.16164959076054772,0.032750800415998364,2.7385922806434397,0.16086019575595856,-0.03274494409561157,-0.9864338636398315,-0.454504132270813,-0.12756870687007904,0.20715975761413574,-0.06216634809970856,-0.4980167746543884,-0.09884750843048096 +552,0.16722979886097394,0.025644041355338796,2.776142802130046,0.16639670729637146,-0.02564123086631298,-0.985725462436676,0.05241714045405388,0.36092260479927063,0.25734439492225647,-0.05299338698387146,0.17017248272895813,0.581581175327301 +553,0.17781870246089082,0.03647216834825951,2.7829008548414174,0.17676545679569244,-0.036464083939790726,-0.983577311038971,0.38039839267730713,-0.1675250232219696,-0.19227805733680725,-0.12073518335819244,0.21120773255825043,0.8255115151405334 +554,0.20724994005654165,0.06960374887827815,2.761600222552187,0.20527122914791107,-0.06954756379127502,-0.9762309193611145,0.10543981194496155,0.9802919030189514,-0.1802556961774826,-0.08350609242916107,0.09516707062721252,-0.5204426646232605 +555,0.24646089249640418,0.028176733535599675,2.7627080960116412,0.24387648701667786,-0.02817300520837307,-0.9693970084190369,-0.7295762300491333,-0.3036676347255707,-0.43295514583587646,0.546025276184082,0.08060219883918762,-0.6475310921669006 +556,0.21203117812712963,-0.0014590016105630954,2.6900351268397484,0.21044579148292542,0.0014590010978281498,-0.9776044487953186,0.44753628969192505,-0.011656454764306545,-1.1588637828826904,0.2503543794155121,-0.1758211851119995,-0.046626508235931396 +557,0.24089901622362647,0.04449776861175776,2.554959699441246,0.2383396178483963,-0.044483084231615067,-0.9701626300811768,0.8403964042663574,0.5209992527961731,-1.1441227197647095,-0.2581302523612976,-0.050960637629032135,0.5710232257843018 +558,0.2364578295425598,0.0921963523475722,2.4150094623230838,0.23326557874679565,-0.09206579625606537,-0.9680449962615967,0.8634726405143738,-0.4162268042564392,-0.9761503338813782,-0.18610066175460815,0.13092993199825287,0.5965850353240967 +559,0.23855220927744994,0.14259962072577972,2.4061563733205116,0.23389765620231628,-0.14211682975292206,-0.9618184566497803,-0.38101527094841003,0.5417598485946655,0.9257169961929321,0.06940129399299622,0.08262281119823456,-0.8531534671783447 +560,0.2042578226776364,0.11113980500315523,2.5323107733058707,0.20158900320529938,-0.11091114580631256,-0.9731703996658325,-0.7185457348823547,-0.42674708366394043,0.9662075042724609,0.5645090341567993,0.03908803313970566,-0.5245407819747925 +561,0.21164503480918104,0.03942464328109376,2.5797361020394765,0.20990528166294098,-0.039414431899785995,-0.9769269824028015,-0.31497302651405334,-0.11849936842918396,0.1932888776063919,-0.18393482267856598,-0.4532766044139862,0.06918162107467651 +562,0.20753464410647515,0.044036599991966345,2.6115754014663572,0.2058483213186264,-0.044022370129823685,-0.9775932431221008,0.05162760987877846,0.24524910748004913,0.2612541913986206,-0.1122051328420639,0.10923843085765839,0.6024101376533508 +563,0.23360229573472446,0.04695792783397538,2.628273225332737,0.231228306889534,-0.046940673142671585,-0.971766471862793,0.056051529943943024,0.1530611217021942,0.0025685946457087994,-0.157986119389534,0.15323340892791748,0.5080671310424805 +564,0.28793486373658767,0.043068463858836475,2.64725006122033,0.2837093770503998,-0.04305515065789223,-0.9579432606697083,-0.4177969992160797,0.8376213312149048,0.015201564878225327,-0.07121551036834717,0.19452914595603943,-0.5353428721427917 +565,0.3151069920605959,-0.014249126967462063,2.6447172932548804,0.30988672375679016,0.014248644933104515,-0.9506667256355286,-0.7139362096786499,-0.4640621542930603,-0.6839579939842224,0.40156957507133484,0.10614320635795593,-0.6022049784660339 +566,0.2556795284652579,-0.06208078633713882,2.550762090329506,0.2524157166481018,0.062040917575359344,-0.965627908706665,0.2838486135005951,-0.0903204008936882,-1.1263017654418945,0.3574780821800232,-0.26052725315093994,-0.10473036766052246 +567,0.2969487105440664,-0.02633285806731519,2.468544005556695,0.29250237345695496,0.02632981538772583,-0.9559022188186646,0.67899489402771,0.6745253205299377,-0.4248824715614319,-0.26825621724128723,-0.11809617280960083,0.3681642413139343 +568,0.29166847317647926,0.023960177831364494,2.3862668815130528,0.2874681055545807,-0.023957885801792145,-0.9574905037879944,0.8225027918815613,-0.6572726368904114,-0.6050052642822266,-0.2305680811405182,0.043809570372104645,0.6023269891738892 +569,0.27259976243522105,0.07447037933920547,2.4081851575280027,0.26848989725112915,-0.07440156489610672,-0.9604049324989319,-0.09605585783720016,0.3725796043872833,1.139320731163025,0.07509225606918335,0.13825958967208862,-0.5361770987510681 +570,0.27644143998445536,0.07606730164298496,2.5647930749125445,0.2721446752548218,-0.07599396258592606,-0.9592508673667908,-0.6684927940368652,-0.8576849102973938,1.046455979347229,0.5565601587295532,0.29810088872909546,-0.6584096550941467 +571,0.21695126265091225,0.01475309676653751,2.6393416898100317,0.21522992849349976,-0.01475256122648716,-0.9764519929885864,-0.40525004267692566,0.029156845062971115,0.06391995400190353,-0.043507516384124756,-0.5107601284980774,-0.056430697441101074 +572,0.21999651787200736,0.026253413761535234,2.668431083215993,0.2181510180234909,-0.02625039778649807,-0.9755619168281555,0.2556631565093994,0.36308643221855164,0.2649693787097931,-0.026546403765678406,0.12802651524543762,0.607382595539093 +573,0.27152989709387915,0.0439483585478875,2.667560235115641,0.26794663071632385,-0.043934211134910583,-0.9624314904212952,0.19504383206367493,0.25417855381965637,-0.23816271126270294,-0.16650620102882385,0.2747997045516968,0.6323991417884827 +574,0.31031445519290485,0.04874133504884698,2.644307798150086,0.30499544739723206,-0.0487220399081707,-0.9511067271232605,-0.0965602695941925,0.7188200354576111,-0.3027442991733551,-0.060442835092544556,0.0633094385266304,-0.648487389087677 +575,0.31387721666654333,0.013304349241738959,2.6233074939757213,0.3087214231491089,-0.01330395694822073,-0.9510594606399536,-0.40059375762939453,-0.94249027967453,-0.5134230256080627,0.5176945924758911,0.08158703148365021,-0.6977137327194214 +576,0.21888867791872962,0.003791112334169297,2.542373604845305,0.21714338660240173,-0.0037911031395196915,-0.976132333278656,0.5138087868690491,-0.3633746802806854,-0.9812802076339722,0.3930250406265259,-0.14978860318660736,0.05633258819580078 +577,0.2472536161222035,0.049517605427282424,2.4466402691680345,0.24444203078746796,-0.04949737340211868,-0.9683997631072998,0.5699433088302612,0.67530357837677,-0.7190382480621338,-0.26987844705581665,-0.03578399866819382,0.5434730052947998 +578,0.253472203901279,0.09035190136611505,2.349466780856364,0.24974384903907776,-0.09022901952266693,-0.9640989303588867,0.7974807024002075,-0.2693999707698822,-0.8812124729156494,-0.25529804825782776,0.09514235705137253,0.7483854293823242 +579,0.2583442174109479,0.13117370960180663,2.3273662140203584,0.2532852590084076,-0.1307978630065918,-0.9585084915161133,-0.14313209056854248,0.5006891489028931,0.5000548958778381,0.2582656443119049,0.1301569938659668,-0.8544645309448242 +580,0.24956374030272052,0.116445809496213,2.4643486766917655,0.24530863761901855,-0.1161828264594078,-0.9624578952789307,-0.5512222051620483,-0.9020547270774841,1.0502262115478516,0.644080400466919,0.1291985809803009,-0.6635797023773193 +581,0.23580577229999294,0.0717205838498774,2.5299658807523904,0.233025923371315,-0.07165911048650742,-0.9698267579078674,-0.4475482404232025,-0.162384033203125,0.11556015908718109,-0.2684263288974762,-0.5810813903808594,0.05724436044692993 +582,0.20939876818786546,0.07933830333187736,2.5664772958099524,0.20721794664859772,-0.07925509661436081,-0.9750791192054749,0.13608461618423462,-0.18056365847587585,0.3435233235359192,-0.019443288445472717,0.1495065689086914,0.6606718301773071 +583,0.21226034283850523,0.08857402217876167,2.5894883241677795,0.2098442018032074,-0.08845825493335724,-0.9737250804901123,0.2476021647453308,0.019118860363960266,0.03398352488875389,-0.1735435426235199,0.25462645292282104,0.5965735912322998 +584,0.2624014002114733,0.10062106078090752,2.5862150225084855,0.25808843970298767,-0.10045135766267776,-0.9608849287033081,-0.2981896698474884,1.1192866563796997,0.021862123161554337,-0.08415350317955017,0.06689727306365967,-0.7512580156326294 +585,0.2854133284761022,0.05180829778337319,2.6006471486706615,0.28117629885673523,-0.051785122603178024,-0.9582579135894775,-0.5227486491203308,-0.5900859832763672,-0.30741575360298157,0.5655796527862549,0.017590180039405823,-0.6901185512542725 +586,0.21936801896568744,0.037894595140557014,2.545933003966779,0.2174566090106964,-0.037885528057813644,-0.9753344655036926,0.40465739369392395,-0.3608868718147278,-0.7755488753318787,0.21599982678890228,-0.18904319405555725,0.06720763444900513 +587,0.23449130796721798,0.07617997063781953,2.4563591695040348,0.23167437314987183,-0.07610630989074707,-0.969811737537384,0.5832223296165466,0.35267916321754456,-0.7724971175193787,-0.24688738584518433,-0.0013778209686279297,0.625146210193634 +588,0.2262736209003993,0.11150245039414608,2.361048937414463,0.22295451164245605,-0.11127154529094696,-0.9684575200080872,0.6024143695831299,-0.23542647063732147,-0.5567845702171326,-0.14626383781433105,0.15825335681438446,0.43516284227371216 +589,0.24221748611195235,0.14195970947686037,2.3877775570786524,0.23744316399097443,-0.1414833813905716,-0.9610427618026733,-0.4777280390262604,0.6609352827072144,0.9568070769309998,-0.040803149342536926,0.1060677170753479,-0.6553360223770142 +590,0.22635360195310872,0.11347092323947194,2.4984632911622193,0.22298237681388855,-0.11322757601737976,-0.9682243466377258,-0.6545826196670532,-0.6020771265029907,0.7987935543060303,0.5537967681884766,0.00041934847831726074,-0.5846778750419617 +591,0.21462362297757773,0.05216990804106156,2.5519581015533555,0.21268993616104126,-0.052146244794130325,-0.9757273197174072,-0.41191351413726807,0.15846039354801178,0.2639772295951843,-0.14608532190322876,-0.4708029627799988,0.2698709964752197 +592,0.2591291582924863,0.04983356038549161,2.6121356327663023,0.25592076778411865,-0.049812935292720795,-0.965413510799408,-0.09371967613697052,0.6671504974365234,0.7013749480247498,-0.20159947872161865,0.1370932161808014,0.5377859473228455 +593,0.3003665516176245,0.06362846680683296,2.640430179141574,0.295271635055542,-0.0635855421423912,-0.953295111656189,0.25735870003700256,0.03600268065929413,0.00263626454398036,-0.21261480450630188,0.1981985867023468,0.48713910579681396 +594,0.33468693590203474,0.08325519241938464,2.6330754467685953,0.32733574509620667,-0.08315904438495636,-0.9412416815757751,-0.171750009059906,0.3426246643066406,-0.12282859534025192,-0.006382375955581665,0.07177599519491196,-0.6742826104164124 +595,0.31912182587708215,0.03563395820765993,2.6093724696861362,0.3135336935520172,-0.03562641888856888,-0.9489085078239441,-0.6528447270393372,-0.6807727217674255,-0.5128090381622314,0.5010262727737427,0.029919635504484177,-0.5487568378448486 +596,0.25170899335701735,0.011444731604466915,2.52933893204207,0.24904315173625946,-0.011444482021033764,-0.9684247970581055,0.3703959882259369,-0.2649858295917511,-0.8143062591552734,0.12710125744342804,-0.26965293288230896,0.09131908416748047 +597,0.2695882079031064,0.048679141986338784,2.4589537203461327,0.2660190463066101,-0.04865991696715355,-0.9627388119697571,0.4952782988548279,0.35111379623413086,-0.5801935195922852,-0.2735568881034851,-0.024216055870056152,0.49836814403533936 +598,0.2621215677959103,0.0837628060845323,2.386475762377542,0.25822171568870544,-0.0836648941040039,-0.9624561071395874,0.6219675540924072,-0.09088893234729767,-0.31723275780677795,-0.13125333189964294,0.11196994036436081,0.5829242467880249 +599,0.27834077934588836,0.11605431808589899,2.4090903844400797,0.2729124128818512,-0.11579398065805435,-0.9550448060035706,-0.3106897175312042,0.4219888746738434,0.8736391067504883,0.036566346883773804,0.13802604377269745,-0.8610562682151794 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/er1.csv b/BoostRunClub/CoreML/DataSet/Motion/running/er1.csv new file mode 100644 index 0000000..a65d0d3 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/er1.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-0.03302757264601305,0.6700553828622055,2.246913137747512,-0.02588188461959362,-0.6210293769836426,-0.7833598256111145,0.023178305476903915,0.022210020571947098,0.05039792135357857,0.040148839354515076,-0.0076631903648376465,-0.023280799388885498 +1,-0.12371278995866417,0.49442146428952805,0.9939447068613783,-0.1086198017001152,-0.4745224714279175,-0.8735159635543823,-0.2832444906234741,0.5923182368278503,0.9912625551223755,-0.012504465878009796,-0.05298909544944763,0.06655490398406982 +2,-0.14852005211477745,0.4820735374394597,1.1089757490496985,-0.1311107873916626,-0.46361738443374634,-0.8762812614440918,0.28584691882133484,-0.015417534857988358,0.7982167601585388,-0.027489066123962402,-0.08212843537330627,0.1494593620300293 +3,-0.17354119948283955,0.46413272144646917,1.1765188252258358,-0.15440453588962555,-0.44764745235443115,-0.8807786107063293,0.07158868759870529,0.37909838557243347,0.6202779412269592,-0.023116201162338257,-0.06491050124168396,0.07203233242034912 +4,-0.22102272613832213,0.5007505976885066,1.268766763066319,-0.1923113614320755,-0.4800841212272644,-0.8558829426765442,0.49326300621032715,0.08502595126628876,0.31102439761161804,-0.1259564757347107,-0.0928071141242981,0.05793982744216919 +5,-0.27241828682467784,0.5175156607259931,1.299121400961329,-0.23382799327373505,-0.4947226345539093,-0.8370029926300049,0.15015678107738495,-2.0752406120300293,1.5202986001968384,-0.02964550256729126,0.1637442708015442,0.4377720355987549 +6,-0.4195106878450806,0.41857244228025337,1.376737944730849,-0.3721502721309662,-0.4064565598964691,-0.8344442844390869,-0.20737236738204956,-1.7884950637817383,1.2332932949066162,0.11127075552940369,0.4161153733730316,0.3863699436187744 +7,-0.7663428960875932,0.17576949286288385,1.4970235693777783,-0.6828198432922363,-0.17486582696437836,-0.7093512415885925,-1.7403823137283325,-3.024590253829956,2.6396098136901855,-0.47674137353897095,0.722152829170227,0.039673447608947754 +8,-1.025862889787872,-0.16030705284784433,1.45471625594856,-0.8441972136497498,0.15962132811546326,-0.5117149353027344,-2.9179883003234863,-2.2639362812042236,2.687626838684082,-0.39385509490966797,0.6593483686447144,-0.3858680725097656 +9,-1.1820414937894024,-0.48666880517351757,1.3580675911701976,-0.8179410099983215,0.4676840603351593,-0.3350287079811096,-2.1075992584228516,-0.7861137986183167,2.8476402759552,-0.18799465894699097,0.21145415306091309,-0.6016625165939331 +10,-1.2926289393914734,-0.7550858789546622,1.249582295837428,-0.7002203464508057,0.6853511929512024,-0.19996277987957,-1.8308058977127075,-0.7413109540939331,1.8625061511993408,-0.26093071699142456,-0.43414580821990967,-0.7323339581489563 +11,-1.4942601623080627,-0.8772133930195911,1.1041120551211214,-0.637424647808075,0.7689604163169861,-0.048881519585847855,-0.506402850151062,-0.8653443455696106,0.38350433111190796,-0.7159383296966553,-0.9377685189247131,-1.1151962280273438 +12,-1.4456268233096123,-0.7201075275938054,1.1798602817684696,-0.7458536028862,0.659465491771698,-0.09384876489639282,0.6734643578529358,1.5556265115737915,-3.6731271743774414,-2.0534780025482178,-0.5443379282951355,-1.053673267364502 +13,-1.2322856510996243,-0.16967582707906728,1.4449866321931495,-0.9297048449516296,0.16886283457279205,-0.3273138105869293,5.034222602844238,1.6498336791992188,-5.707228660583496,-1.8328683376312256,1.4527955055236816,-0.5578179955482483 +14,-1.1080833896699764,0.5541017821701529,1.6107226432765978,-0.7609522938728333,-0.5261796712875366,-0.3795875012874603,3.7435405254364014,0.44657063484191895,-5.876164436340332,-0.38040512800216675,1.8913987874984741,0.16539984941482544 +15,-1.077502879012076,1.0480944915259365,1.6405463729158873,-0.4397047758102417,-0.8664734959602356,-0.23639674484729767,1.4762974977493286,-0.24744674563407898,-2.79713773727417,0.3803175687789917,1.6481354236602783,0.46743011474609375 +16,-0.9498652346149722,1.1513395534560544,1.544120147422328,-0.3312433063983917,-0.9133102893829346,-0.23694348335266113,-0.8880112171173096,1.020139455795288,0.5957147479057312,0.5290887355804443,1.389491319656372,0.37512707710266113 +17,-0.972965669811713,0.9109629866337743,1.5952623025597759,-0.506668210029602,-0.7900943756103516,-0.3450191915035248,-1.6713643074035645,-0.3308089077472687,3.9117796421051025,0.42369091510772705,1.273050308227539,0.41081511974334717 +18,-1.152440066377053,0.2872272015212251,1.6994150802052335,-0.8763241171836853,-0.28329411149024963,-0.38961583375930786,-2.054079532623291,-2.803339719772339,7.821298122406006,-0.5372501015663147,1.5918421745300293,-0.22445884346961975 +19,-1.3517856153005157,-0.5077837525505953,1.7513254490263888,-0.852951169013977,0.48624181747436523,-0.18985062837600708,-3.7639107704162598,-0.7107437252998352,7.6065473556518555,-1.826370120048523,1.5609688758850098,-0.3966514468193054 +20,-1.3365198713134008,-1.0179943450833673,1.682728012663353,-0.5107303857803345,0.8510566353797913,-0.12189030647277832,-1.8456852436065674,3.499788284301758,2.5059313774108887,-0.9817623496055603,-0.2872290015220642,-0.4405791759490967 +21,-0.9755500541611417,-1.2486139491048922,1.781709590597129,-0.26217910647392273,0.9485466480255127,-0.17754262685775757,-0.007777052465826273,0.0024562994949519634,2.4855105876922607,-0.45419052243232727,-0.7257988452911377,-0.32508188486099243 +22,-1.1558451168473451,-1.3527432138262525,1.78297479627959,-0.19797027111053467,0.9763204455375671,-0.08721193671226501,-1.5456295013427734,-1.1941806077957153,-1.2973637580871582,-1.2981082201004028,-0.8236411213874817,-0.3485332727432251 +23,-1.731681700004765,-1.0872107683362977,1.1942831121453543,-0.45895206928253174,0.8853334784507751,0.07448241859674454,0.015527782961726189,-1.2230652570724487,-2.7281010150909424,-0.47268855571746826,-0.32797569036483765,-1.3798260688781738 +24,-1.6086776130079723,-0.7944891412574576,1.4105933583587837,-0.7001466751098633,0.713505744934082,0.0265351515263319,1.0939912796020508,0.7722441554069519,-4.081175804138184,-1.4601926803588867,0.2687482237815857,-0.7720032930374146 +25,-1.4082909698792918,-0.3289351824949346,1.6735951527503454,-0.9339181780815125,0.32303547859191895,-0.15311692655086517,4.128722667694092,-1.1237796545028687,-5.243551254272461,-1.6222798824310303,1.1140220165252686,-0.5933887958526611 +26,-1.2902593399345212,0.32908725067350736,1.891226768849152,-0.9093424677848816,-0.3231793940067291,-0.26201412081718445,2.686910390853882,0.9397774934768677,-6.391322135925293,-0.7783558368682861,1.7880231142044067,0.19742369651794434 +27,-1.0633630601769286,0.910840296389712,1.7568230334071757,-0.5358306765556335,-0.7900192141532898,-0.29791849851608276,0.7454850673675537,2.0572609901428223,-5.055445194244385,0.02971184253692627,1.8130903244018555,0.3148404657840729 +28,-0.6283869484187901,1.2040070732218604,1.3967660907534192,-0.2108115553855896,-0.9334836006164551,-0.29011547565460205,0.1735590696334839,1.1222724914550781,-1.7004517316818237,0.5354270339012146,1.6139492988586426,0.7023621797561646 +29,-0.640051321947421,1.0793800474426614,1.482902290169609,-0.28182098269462585,-0.8816654086112976,-0.3784744441509247,-1.5914320945739746,-1.2476284503936768,4.043087482452393,0.7592685222625732,1.4759037494659424,0.7537949085235596 +30,-1.0988985394169661,0.4406169792841624,1.7525226793094588,-0.8056345582008362,-0.42649760842323303,-0.4111601710319519,-3.3689630031585693,-2.4567692279815674,8.215690612792969,-0.40952956676483154,1.9544211626052856,0.09502860903739929 +31,-1.3620366980170084,-0.4029386466749819,1.7978379862879965,-0.8999401926994324,0.39212334156036377,-0.19064879417419434,-1.4555574655532837,-1.1704449653625488,6.7835307121276855,-2.1289141178131104,1.5558441877365112,-0.5194647312164307 +32,-1.4621550267298729,-0.9812621435902125,1.785343493328074,-0.5526960492134094,0.8311997652053833,-0.060282979160547256,-0.8570065498352051,-0.017799317836761475,5.447731971740723,-1.2145311832427979,0.1167830228805542,-0.27841633558273315 +33,-1.5983696830413852,-1.3277473199556653,1.5668935596536442,-0.24057161808013916,0.9706087112426758,0.0066350484266877174,-1.3964300155639648,0.7631499171257019,1.9268574714660645,-0.7147048711776733,-0.5440492630004883,-0.20231378078460693 +34,-2.434913746671875,-1.3864279214899182,0.705650722598346,-0.1190352588891983,0.9830522537231445,0.13942302763462067,-1.0042023658752441,-0.44173070788383484,0.13938160240650177,-0.9199662208557129,-0.4649859070777893,-0.4483373165130615 +35,-2.5235941480725232,-1.3087332037745978,0.6581735741028594,-0.15010865032672882,0.9658575057983398,0.21115542948246002,-0.1821979284286499,-0.4950062036514282,-1.3860208988189697,-1.0363842248916626,-0.2810583710670471,-0.5876660346984863 +36,-1.9280056291073895,-1.1940058911051121,1.3194878190775237,-0.3447122573852539,0.9298503398895264,0.12865355610847473,1.555000901222229,-0.32542186975479126,-3.6505982875823975,-1.3985891342163086,0.25800055265426636,-0.21755124628543854 +37,-1.5394667678751603,-0.7880169637626804,1.8184662282756365,-0.7049062848091125,0.7089561223983765,-0.022091630846261978,2.9706168174743652,-1.4756766557693481,-6.991550922393799,-1.5890693664550781,1.1378912925720215,-0.15045475959777832 +38,-1.4228073404339128,-0.01230856857809938,1.8903530187402464,-0.9889946579933167,0.012308257631957531,-0.14743822813034058,0.9301953315734863,1.8405839204788208,-7.094664573669434,-0.34772104024887085,1.8756006956100464,-0.08919507265090942 +39,-1.3280728216289026,0.6375516586107776,1.8834608828399126,-0.7800008058547974,-0.5952298641204834,-0.19313229620456696,0.9456799030303955,0.19719789922237396,-4.395649433135986,0.7026388049125671,1.657073736190796,0.28306758403778076 +40,-1.2917523727544575,0.8894842422891777,1.8654053540185005,-0.6054511666297913,-0.7767470479011536,-0.1734735667705536,0.26997658610343933,1.1246458292007446,-1.4007060527801514,0.7190986275672913,1.2738325595855713,0.2757837176322937 +41,-1.1915672794617014,0.8704341536228026,1.8440618744585036,-0.5987035632133484,-0.7646088004112244,-0.23859478533267975,-0.8860016465187073,0.9554591774940491,2.0026705265045166,0.9466955065727234,1.1407837867736816,0.47731852531433105 +42,-1.2135462245634185,0.4319495561609507,1.813421496484787,-0.8508124351501465,-0.4186421036720276,-0.31757986545562744,-3.2449965476989746,-2.9438469409942627,7.108309745788574,0.10624462366104126,1.7856465578079224,0.20223870873451233 +43,-1.5394361831193237,-0.4123082757664559,1.794900983391847,-0.9157477021217346,0.40072524547576904,-0.028727397322654724,-1.844087839126587,-1.8652585744857788,8.266153335571289,-1.707207441329956,1.9563151597976685,-0.015126343816518784 +44,-1.6062357352957184,-1.2132660553411865,1.6751203968020087,-0.34974202513694763,0.9367640018463135,0.012399842031300068,1.007575273513794,-1.219748616218567,5.703769207000732,-1.653523325920105,0.5007054805755615,-0.4863072633743286 +45,-2.423255571806988,-1.512096152343767,0.7743213476868308,-0.03860968351364136,0.9982776641845703,0.044169265776872635,-1.9538930654525757,2.025132656097412,1.6937366724014282,-0.9817913174629211,-0.3018360733985901,-0.13971984386444092 +46,2.6934623638862276,-1.3365469277192845,-0.4347168935186512,0.10057034343481064,0.9726888537406921,0.20919418334960938,-1.1024353504180908,-0.5236981511116028,1.1064993143081665,-1.2648464441299438,-0.4692097306251526,-0.5950736999511719 +47,3.0766489370716905,-1.251169796961536,-0.11032401984055834,0.02039177715778351,0.9493528604507446,0.3135499656200409,-0.4686281979084015,1.1438730955123901,-2.063096046447754,-1.383215308189392,-0.20437288284301758,-0.8537263870239258 +48,-2.0120525624465437,-1.0832009457061418,1.076975328867126,-0.4236280024051666,0.8834620118141174,0.2000863254070282,1.8690192699432373,2.584242105484009,-6.080821514129639,-1.4140948057174683,0.7665168046951294,-0.3345925509929657 +49,-1.5564695680924059,-0.39105834081327634,1.676815213492134,-0.9244113564491272,0.38116708397865295,-0.01324472390115261,3.2194318771362305,-0.38929447531700134,-7.017081260681152,-0.8378109931945801,1.9490026235580444,0.12170422077178955 +50,-1.4532897440367767,0.28606234848430323,1.8282518735283384,-0.9527466893196106,-0.28217679262161255,-0.11247215420007706,1.106392741203308,0.7370613813400269,-6.128499984741211,-0.04452192783355713,1.6973378658294678,0.18206751346588135 +51,-1.2927387183450239,0.7885067188072327,1.8270625810678602,-0.6778301000595093,-0.7093014121055603,-0.19348828494548798,0.9228777885437012,1.5584417581558228,-3.670086145401001,0.43487972021102905,1.49912691116333,0.24245376884937286 +52,-1.154093689848616,0.9692496908281748,1.7950824626299313,-0.5174918174743652,-0.8244613409042358,-0.22905398905277252,-0.09742684662342072,0.8165196776390076,-0.01876538060605526,0.7193961143493652,1.2037032842636108,0.34994935989379883 +53,-1.0746806753019813,0.7804409094889014,1.7665526173398547,-0.6249317526817322,-0.7035927772521973,-0.33825650811195374,-2.3608815670013428,-0.32532671093940735,3.6718900203704834,0.774864673614502,1.1916604042053223,0.5299068689346313 +54,-1.2919867097412365,0.13454735216054006,1.836290815792675,-0.9526948928833008,-0.13414177298545837,-0.27272409200668335,-1.3988087177276611,-3.6381542682647705,9.075126647949219,-0.48118865489959717,1.8528765439987183,0.016589879989624023 +55,-1.5363407939553044,-0.7385903845857169,1.7903420832706298,-0.7389793992042542,0.6732462644577026,-0.025472009554505348,-0.6656174659729004,0.8419285416603088,5.319242000579834,-1.5953865051269531,1.0386219024658203,-0.4512888193130493 +56,-1.4490135393703585,-1.1937595579030866,1.746151315946335,-0.3654406666755676,0.929759681224823,-0.04472571238875389,-0.887573778629303,0.6621841788291931,3.436014175415039,-0.8147656917572021,0.024555623531341553,-0.1458107829093933 +57,-2.355859377543649,-1.4148402853160995,0.7380864506793293,-0.10986770689487457,0.9878634810447693,0.10979409515857697,-2.3698155879974365,0.1831621378660202,2.3693437576293945,-0.9289659261703491,-0.024927139282226562,-0.44123029708862305 +58,2.9508386748671307,-1.2944805808899924,-0.2472472462824751,0.0517251119017601,0.9620670676231384,0.267864465713501,-0.8707412481307983,0.7297568917274475,0.34642499685287476,-1.846830129623413,-0.4003758430480957,-0.775097131729126 +59,-2.700435894450483,-1.274902256708919,0.3360325011778571,-0.12450690567493439,0.9565418362617493,0.2636772096157074,0.9152652621269226,0.7336578369140625,-3.3862557411193848,-1.655186653137207,-0.20196419954299927,-0.4956718683242798 +60,-1.7606665934483887,-0.8972597021542517,1.375086503940255,-0.6125446557998657,0.7816205620765686,0.11772207915782928,2.5296995639801025,-1.9697515964508057,-6.759432315826416,-1.0520366430282593,1.3276934623718262,-0.3063817024230957 +61,-1.6112129112814468,-0.28906674521045733,1.709051777375235,-0.9577276110649109,0.28505781292915344,0.038729168474674225,0.9162425994873047,1.21914803981781,-6.400786399841309,-0.6087396740913391,1.507270097732544,0.025189876556396484 +62,-1.4400280815972155,0.3312137995990392,1.7660379405036177,-0.9375744462013245,-0.32519108057022095,-0.12330864369869232,0.7602463960647583,1.478765606880188,-5.258266448974609,0.26870542764663696,1.6397509574890137,0.13388299942016602 +63,-1.3042669956725654,0.7498843677220075,1.768641694266774,-0.7059295773506165,-0.6815541386604309,-0.19273656606674194,0.9553257822990417,1.7735451459884644,-2.584459066390991,0.5961883664131165,1.3994190692901611,0.21028417348861694 +64,-1.1334033860660042,0.8642541102774836,1.823149972038402,-0.5880905389785767,-0.7606112360954285,-0.27499088644981384,-0.29296374320983887,1.3167376518249512,1.1333311796188354,0.8540665507316589,1.1094882488250732,0.6399811506271362 +65,-1.2321777110322505,0.44983129237605496,1.83468916163364,-0.8493839502334595,-0.43481361865997314,-0.2991389334201813,-1.9886399507522583,-2.8061118125915527,7.944428443908691,0.3762699365615845,1.6330100297927856,0.1267451047897339 +66,-1.533978121804601,-0.3505681491572734,1.8324584156828474,-0.9385412931442261,0.3434314429759979,-0.034571029245853424,-2.0716605186462402,-1.3510112762451172,7.763897895812988,-1.346294641494751,1.5186595916748047,-0.18271410465240479 +67,-1.5492095818178755,-0.994051815486355,1.826570459876674,-0.5451708436012268,0.8382422924041748,-0.011770292185246944,0.8573502898216248,-2.1015219688415527,3.847510576248169,-1.252726435661316,0.18560713529586792,-0.2368716597557068 +68,-1.6889323662755018,-1.3016749175722058,1.6693274755335472,-0.26403093338012695,0.9640048742294312,0.03133748844265938,-1.4570244550704956,2.2412679195404053,2.5355875492095947,-0.960181713104248,-0.1086888313293457,-0.17658591270446777 +69,-2.4910621536622606,-1.382697148902669,0.6949901574470462,-0.11324400454759598,0.9823614358901978,0.1488012820482254,-1.2292795181274414,0.5299347043037415,1.6026105880737305,-1.1424474716186523,-0.25924742221832275,-0.45345818996429443 +70,-2.651814226850125,-1.352334647430422,0.5414376111937969,-0.10195563733577728,0.9762319922447205,0.19124920666217804,0.11892315745353699,-0.06364104896783829,-1.9803047180175781,-1.7383153438568115,-0.28659576177597046,-0.4789537191390991 +71,-1.7556319165485117,-1.0310609392840733,1.5005184124226796,-0.5051552057266235,0.8578447103500366,0.09444870799779892,1.632767915725708,-0.7159680724143982,-6.1651716232299805,-1.2468435764312744,0.8813520073890686,-0.22242414951324463 +72,-1.6052959089156904,-0.3758063289865221,1.7740863742236932,-0.9296584725379944,0.36702269315719604,0.03208556026220322,0.9183028936386108,0.5165161490440369,-7.249477863311768,-0.6573318839073181,1.5018737316131592,-0.061016201972961426 +73,-1.4646442214535236,0.28926009661493,1.8300727016607712,-0.9530602693557739,-0.2852431535720825,-0.10155107825994492,0.5265772938728333,1.817525863647461,-5.470900058746338,0.34435659646987915,1.610194206237793,0.19391249120235443 +74,-1.3368951469088806,0.6616047690797009,1.8093653388665036,-0.7675223350524902,-0.6143838167190552,-0.18287156522274017,0.4663242995738983,0.5560128092765808,-1.78679358959198,0.8485465049743652,1.3014870882034302,0.20101428031921387 +75,-1.282484526030998,0.6702608671632592,1.8516813354857447,-0.7513143420219421,-0.6211904287338257,-0.2228211909532547,-0.598381757736206,0.6654782295227051,1.9361082315444946,0.9549886584281921,1.0492147207260132,0.489804208278656 +76,-1.233989822658842,0.24307691602859444,1.829328267297082,-0.9160685539245605,-0.240690216422081,-0.3207594156265259,-2.1364238262176514,-1.330291986465454,6.165544033050537,0.34731245040893555,1.4912242889404297,0.2987867593765259 +77,-1.5617731264112993,-0.5526293792782943,1.77666455266763,-0.8511126041412354,0.524927020072937,-0.007679967675358057,-0.32502034306526184,0.04963742569088936,5.55143928527832,-1.7507550716400146,1.2129727602005005,-0.32117748260498047 +78,-1.4882010486473332,-1.0332904526110416,1.8027738178386925,-0.5102496147155762,0.858988344669342,-0.04224030673503876,0.774628221988678,-1.3096424341201782,4.576943397521973,-1.0346417427062988,0.08887231349945068,-0.18429166078567505 +79,-1.6375967867643189,-1.2592206168539946,1.652040420614132,-0.30587509274482727,0.9518517255783081,0.020463043823838234,-2.6529390811920166,1.774282693862915,1.3865888118743896,-0.8552119731903076,-0.2298210859298706,-0.031067848205566406 +80,-2.174617477271444,-1.254496976474612,1.0276166879211308,-0.2560488283634186,0.95039302110672,0.17661254107952118,-1.0666002035140991,-0.025673242285847664,0.00139637163374573,-1.0704586505889893,-0.3544763922691345,-0.5813213586807251 +81,-2.0042107549382155,-1.1679282672730529,1.216684573111239,-0.35580721497535706,0.9199403524398804,0.16465339064598083,0.7585302591323853,0.3617958128452301,-2.921581268310547,-1.9020357131958008,-0.21550321578979492,-0.25052979588508606 +82,-1.6232943146086134,-0.6403418076316258,1.573561987938508,-0.800787091255188,0.5974695682525635,0.042078372091054916,1.7145204544067383,0.1717010885477066,-7.361964702606201,-1.1881351470947266,1.368472933769226,-0.16112743318080902 +83,-1.4874065864924149,0.04304705342953543,1.750538122226814,-0.9956018924713135,-0.04303376004099846,-0.08321595937013626,1.5304666757583618,1.4004766941070557,-6.568271636962891,-0.37137192487716675,1.5655862092971802,0.13100647926330566 +84,-1.3336913115070108,0.6119101453615037,1.7753244266514872,-0.7956508994102478,-0.5744320750236511,-0.1922694444656372,0.7466056942939758,1.2485407590866089,-3.6737148761749268,0.6826900243759155,1.5275418758392334,0.3100825548171997 +85,-1.222660966441511,0.8401722458565872,1.749586412978068,-0.6273016333580017,-0.7447580695152283,-0.22765831649303436,-0.05411127582192421,1.4949711561203003,-0.8255255818367004,0.8731969594955444,1.241797924041748,0.45390039682388306 +86,-1.0906159992503968,0.6816457491005157,1.6974823542263002,-0.6887195706367493,-0.6300718784332275,-0.35871273279190063,-2.4629859924316406,-0.056798651814460754,3.5832014083862305,0.8676136136054993,1.3108885288238525,0.6559539437294006 +87,-1.2892375697916305,0.013985887663395213,1.692306405382005,-0.960529625415802,-0.013985431753098965,-0.2778262197971344,-2.0890848636627197,-5.3297247886657715,10.310572624206543,-0.5202290415763855,2.4902122020721436,-0.3103848695755005 +88,-1.533714015376669,-0.7939678194419478,1.5742881225207408,-0.7005393505096436,0.7131404280662537,-0.025989530608057976,-2.112746477127075,1.8083373308181763,6.155879497528076,-1.3192360401153564,1.2316837310791016,-0.6385612487792969 +89,-1.5093658540622923,-1.2692412414641523,1.6963031296212154,-0.29644569754600525,0.9548757672309875,-0.01823374070227146,0.08292973041534424,-0.47002556920051575,2.7485060691833496,-1.198732614517212,-0.421825110912323,0.12544196844100952 +90,-2.1282710003321514,-1.4054530449624338,1.0093774203474932,-0.13967007398605347,0.9863619208335876,0.08707551658153534,-1.0939128398895264,-0.11318869888782501,0.8392571210861206,-1.1124966144561768,-0.5780673623085022,-0.4567197561264038 +91,-2.407563494360029,-1.3335794566272872,0.7623993061301,-0.15741780400276184,0.9719957709312439,0.17448218166828156,-0.6466743350028992,0.25794413685798645,-1.5516269207000732,-1.5138163566589355,-0.3428453803062439,-0.4710824489593506 +92,-1.9131676285984915,-1.0533754835172444,1.165070899752462,-0.4659319519996643,0.8690978288650513,0.16606147587299347,0.8280444741249084,0.883567750453949,-4.273055553436279,-1.1835432052612305,0.38570868968963623,-0.520340085029602 +93,-1.576862888530188,-0.5331084013901156,1.5678758669312745,-0.8612158298492432,0.5082128643989563,0.0052246833220124245,2.5885703563690186,-0.1394582837820053,-5.890519142150879,-0.6961878538131714,1.3895227909088135,-0.05029916763305664 +94,-1.4558775839343054,0.018130089788928532,1.7683552550501582,-0.9932408928871155,-0.018129097297787666,-0.11464712768793106,1.7326371669769287,1.40941321849823,-5.07439661026001,0.14065605401992798,1.2622087001800537,0.15187859535217285 +95,-1.308029393203443,0.4930431639596542,1.8328716841555999,-0.8506597280502319,-0.473308801651001,-0.2288159728050232,1.1191705465316772,1.6642946004867554,-3.452211618423462,0.7581915259361267,1.2927210330963135,0.3747205138206482 +96,-1.195023722602743,0.6831771314429135,1.819554247041043,-0.7214550971984863,-0.6312602758407593,-0.28462785482406616,-0.42103296518325806,0.6808130741119385,-0.17513087391853333,0.9462933540344238,1.0403331518173218,0.49559587240219116 +97,-1.1065390392044865,0.4564523751735347,1.7583792653730346,-0.8026125431060791,-0.44076645374298096,-0.40191811323165894,-1.9872244596481323,-1.1846204996109009,3.6797657012939453,0.5169527530670166,1.1385661363601685,0.34048622846603394 +98,-1.4064460089302784,-0.2116488704919242,1.7561721052081025,-0.9645113348960876,0.21007226407527924,-0.1599605679512024,-2.409472703933716,-4.247692584991455,9.016097068786621,-1.17850923538208,1.9787094593048096,-0.11410246789455414 +99,-1.6893556918978208,-0.9716015468928085,1.5801750275815507,-0.5600188374519348,0.8257899880409241,0.06670832633972168,0.3118852376937866,0.012119367718696594,5.272934436798096,-1.35550856590271,0.4829106330871582,-0.4557006359100342 +100,-1.7280585868524234,-1.3231710888945292,1.5822449716410358,-0.2420770227909088,0.9694972038269043,0.03838655352592468,-0.003961342386901379,-0.016500625759363174,2.30918550491333,-1.0009191036224365,-0.5046383738517761,-0.10077977180480957 +101,-2.055678715729326,-1.4373304431469143,1.2472396970619037,-0.11773078888654709,0.9911066293716431,0.062024395912885666,-0.7758293151855469,-0.03627966716885567,0.43671274185180664,-1.19777512550354,-0.6170222163200378,-0.08944439888000488 +102,-2.1317832362904796,-1.3006793771618044,1.154871121845685,-0.22594493627548218,0.9637396931648254,0.14196689426898956,-0.2507290244102478,1.1787201166152954,-2.6974945068359375,-1.3803935050964355,-0.23920667171478271,-0.2850942611694336 +103,-1.7045745321609,-0.9203171096001657,1.492709190937188,-0.6001570224761963,0.7957937121391296,0.080770343542099,-0.3837207853794098,0.5470280647277832,-4.955529689788818,-1.1898057460784912,0.6224954724311829,0.1513921022415161 +104,-1.566397380901058,-0.3383479617238586,1.6103419831461374,-0.9432951807975769,0.33192917704582214,-0.00414953101426363,1.9255189895629883,1.1861752271652222,-5.573035717010498,-0.4950440526008606,1.500025749206543,-0.06655967235565186 +105,-1.438211978391551,0.19705075218876558,1.7669706663435427,-0.972041666507721,-0.1957780122756958,-0.12963801622390747,1.7283289432525635,1.4246702194213867,-4.62676477432251,0.46964603662490845,1.2447739839553833,0.24693238735198975 +106,-1.3160275248414852,0.5831659193529827,1.8455244756999598,-0.8077797293663025,-0.5506693720817566,-0.21036836504936218,0.9816795587539673,1.3245139122009277,-3.0090126991271973,0.707407534122467,1.1866710186004639,0.35016942024230957 +107,-1.1123734618521854,0.7736881489738371,1.7495918063953324,-0.6414808034896851,-0.6987782716751099,-0.31656181812286377,-1.3899091482162476,0.8050293326377869,0.5787338614463806,1.20120370388031,1.1252461671829224,0.6062957048416138 +108,-1.1382701372912534,0.44616917870048534,1.6999670852682036,-0.8190315365791321,-0.43151289224624634,-0.3781321942806244,-2.2537262439727783,-1.0313279628753662,5.386463642120361,0.6028297543525696,1.3255252838134766,0.3406871557235718 +109,-1.4649841063188238,-0.37325506925064433,1.7099627956909458,-0.9259375333786011,0.36464831233024597,-0.09834280610084534,-1.6841332912445068,-2.6389009952545166,9.043325424194336,-1.2057915925979614,2.1270508766174316,-0.29054272174835205 +110,-1.569062828832649,-1.0270756309366729,1.625880929837327,-0.5173229575157166,0.8557897806167603,-0.0008967791218310595,0.43465495109558105,-1.2386425733566284,4.863673686981201,-0.9672961831092834,0.42614680528640747,-0.44070786237716675 +111,-1.2833560802794537,-1.331564043872592,2.068432781622265,-0.22723481059074402,0.971520185470581,-0.06717678904533386,-0.21060191094875336,0.9381345510482788,1.0266022682189941,-1.098372459411621,-0.6352317929267883,0.362998902797699 +112,-1.433466349728765,-1.3846999926140844,1.8452929672713134,-0.18328213691711426,0.982733964920044,-0.02532956562936306,-0.5461702942848206,-0.7030544281005859,-0.24495317041873932,-1.1672732830047607,-0.5939857959747314,0.0235137939453125 +113,-1.8651537069279889,-1.2004250175191042,1.3705087792032178,-0.3463934659957886,0.9321929812431335,0.10501416772603989,-1.3130853176116943,1.0629022121429443,-2.9993791580200195,-1.1310540437698364,-0.15782469511032104,-0.3803436756134033 +114,-1.7452748139351728,-0.8579695300932374,1.5838939316182856,-0.6440455913543701,0.7565162181854248,0.11352645605802536,1.4519916772842407,-1.1865720748901367,-3.965731620788574,-0.9948245286941528,0.42755043506622314,-0.20956531167030334 +115,-1.5964796224398592,-0.36072569891932343,1.6926288353872494,-0.9353322386741638,0.35295331478118896,0.02402769774198532,-0.06212295964360237,1.7487624883651733,-5.058834075927734,-0.34965604543685913,1.208402156829834,-0.10122191905975342 +116,-1.3841564878020223,0.1293087444990209,1.705979888222566,-0.9744296073913574,-0.12894868850708008,-0.18400898575782776,0.8964365124702454,1.8433820009231567,-4.315585613250732,0.4414095878601074,1.13224458694458,0.14683854579925537 +117,-1.2687690303005303,0.44196816478698386,1.7584570925599028,-0.8629964590072632,-0.4277193248271942,-0.26887425780296326,1.1983506679534912,0.7652873396873474,-1.4260573387145996,0.8706563711166382,1.0442659854888916,0.38241493701934814 +118,-1.2528860082882793,0.42479478741020804,1.8474106390615346,-0.8654676079750061,-0.4121338129043579,-0.28480100631713867,0.18453456461429596,0.23023907840251923,2.1085147857666016,0.8574414849281311,0.9015136957168579,0.5446581840515137 +119,-1.3088392249691396,-0.008522058682515071,1.864981546843989,-0.9658499956130981,0.008521955460309982,-0.2589620053768158,-1.594794750213623,-1.289725422859192,5.931175231933594,0.16079628467559814,0.9768906235694885,0.052312254905700684 +120,-1.549818686923418,-0.6407788079084737,1.8288317090725106,-0.8014539480209351,0.5978199243545532,-0.016815079376101494,-0.7773630023002625,-3.1738688945770264,6.61594295501709,-1.4163804054260254,1.1747171878814697,-0.43167126178741455 +121,-1.6917135599873636,-1.0897978203220902,1.8191990361519568,-0.4592863619327545,0.8865333795547485,0.05580788850784302,0.7804349660873413,0.633374035358429,2.1566171646118164,-1.0219757556915283,-0.4002816081047058,-0.3344486951828003 +122,-1.4188726477284446,-1.1902812180208782,2.104682965524728,-0.36712077260017395,0.9284734725952148,-0.05620744451880455,1.1802995204925537,0.5571328997612,0.1329020857810974,-0.9785975813865662,-0.9158239960670471,0.18117696046829224 +123,-1.390158569979616,-0.9872473970241193,2.173815954271923,-0.5420240163803101,0.83451247215271,-0.09898901730775833,0.4453287720680237,-0.15999600291252136,-3.4981000423431396,-1.650953769683838,0.10445231199264526,0.03329993039369583 +124,-1.5126763016289018,-0.5145446217522864,2.1133781535959915,-0.8690469861030579,0.49213847517967224,-0.05056598410010338,-0.7144924402236938,-0.959155797958374,-5.308747291564941,-0.48675739765167236,0.9974550008773804,0.001783609390258789 +125,-1.635294279088363,-0.010600386395363579,1.9118992218109903,-0.9978646636009216,0.010600187815725803,0.06444962322711945,-2.526820182800293,0.009881583042442799,-4.32944917678833,0.1440134048461914,1.6054733991622925,-0.351925253868103 +126,-1.4416006112658293,0.3103177715383372,1.7566315321222612,-0.9443003535270691,-0.30536124110221863,-0.12268291413784027,-0.9994421601295471,2.120205879211426,-1.907336950302124,1.0044811964035034,1.0574517250061035,0.09018167108297348 +127,-1.333851751620229,0.2877578316790647,1.7191418401065222,-0.9320910573005676,-0.28380295634269714,-0.22508201003074646,-0.04087508097290993,-0.20931971073150635,2.153223991394043,1.1245503425598145,0.6669816970825195,0.28686484694480896 +128,-1.3824806992170113,-0.07110648392207959,1.7376355305933124,-0.9798386096954346,0.07104657590389252,-0.1867315024137497,-1.3340498208999634,-0.9708343744277954,5.404848575592041,0.5686448216438293,0.6641371250152588,0.1444646716117859 +129,-1.5326188532255833,-0.6553167944592596,1.6916893871084684,-0.7922772765159607,0.6094104647636414,-0.030261848121881485,-0.8653401732444763,-0.6951764225959778,5.465965270996094,-1.1220295429229736,0.3762768507003784,-0.3232995271682739 +130,-1.5919663847853127,-0.9794020272504221,1.604330211061698,-0.55739426612854,0.8301641345024109,0.011801832355558872,0.4326663613319397,0.10828199982643127,2.596552610397339,-1.33280348777771,-0.3323003649711609,-0.2832556962966919 +131,-1.5610011685687282,-1.0174202206258331,1.7850241982676753,-0.525537371635437,0.8507550358772278,-0.005147886462509632,0.09488355368375778,-1.3280982971191406,-2.0526058673858643,-1.4371548891067505,-0.2523815631866455,0.17194175720214844 +132,-1.6296594171755128,-0.7002958880604148,1.742635859026777,-0.7633272409439087,0.6444439888000488,0.044983766973018646,0.11140525341033936,0.1460554599761963,-3.4770917892456055,-0.10233438014984131,0.16106748580932617,-0.33042991161346436 +133,-1.5835027968186093,-0.35454516803563974,1.857209530115472,-0.937728762626648,0.3471638560295105,0.011915863491594791,0.9041446447372437,-0.055652886629104614,-3.270664691925049,0.4240874648094177,0.4836161732673645,-0.06928896903991699 +134,-1.59509798593169,-0.13236785960373587,1.9607469094315495,-0.9909594058990479,0.13198165595531464,0.02408670075237751,-0.07961888611316681,-0.2995009124279022,-1.2301477193832397,0.2977221608161926,0.7350685000419617,0.015433548018336296 +135,-1.533069752904614,-0.029654147262733396,1.938193720397963,-0.998849093914032,0.029649801552295685,-0.037701044231653214,-0.8077037334442139,1.344486951828003,-0.7176957726478577,0.44374966621398926,0.8208903670310974,0.0471920371055603 +136,-1.4474317333435818,-0.11084228453955361,1.8530010179699035,-0.9863101243972778,0.11061545461416245,-0.1222967877984047,-1.929604172706604,-0.2274390161037445,2.4209349155426025,0.4864322543144226,0.7795364856719971,0.16084051132202148 +137,-1.4803490927836354,-0.45230389825931394,1.7430474264634315,-0.8957660794258118,0.43703892827033997,-0.08124122023582458,-1.7037142515182495,0.7501856088638306,3.7535383701324463,-0.00018423795700073242,0.44140955805778503,0.024951577186584473 +138,-1.5974020844306092,-0.7608388576806344,1.505645550698458,-0.7240015268325806,0.6895292401313782,0.01926715485751629,-2.9911744594573975,0.3167375326156616,2.4934706687927246,-0.21635186672210693,0.051407039165496826,-0.09859764575958252 +139,-1.9755079463803569,-0.9662487414749478,1.03744430083551,-0.522473156452179,0.8227593302726746,0.22380566596984863,-2.076815128326416,-0.33740437030792236,2.647040843963623,-0.582354724407196,-0.11014324426651001,-0.6828968524932861 +140,-2.3708222565164956,-1.0992701254994603,0.628439509979707,-0.31646838784217834,0.890876054763794,0.3258649706840515,-0.45629870891571045,-0.22431117296218872,1.4784975051879883,-1.321150779724121,-0.5199041366577148,-0.6318646669387817 +141,-2.1149807487816172,-1.05023377345774,0.7912024343837483,-0.4255233705043793,0.8675395250320435,0.25749778747558594,1.9584574699401855,1.55394446849823,-2.211164951324463,-1.0177291631698608,-0.12384140491485596,-0.5472164154052734 +142,-1.761811206077405,-0.8104675156194106,1.3616684300860955,-0.6766254901885986,0.7246094346046448,0.1308407336473465,1.563855528831482,-0.7714134454727173,-4.845216751098633,-1.2971446514129639,0.6541442275047302,-0.10059785842895508 +143,-1.5268709095024349,-0.2313650727934151,1.6390365337431088,-0.9724153876304626,0.2293064296245575,-0.04274124279618263,2.1804823875427246,0.4836718440055847,-5.8860249519348145,-0.11358308792114258,1.1362330913543701,0.09538406133651733 +144,-1.4981009276436414,0.3121098269077953,1.7868096130872337,-0.949174165725708,-0.30706721544265747,-0.06912239640951157,1.381885051727295,0.38450300693511963,-4.268377780914307,0.5934308767318726,1.2086175680160522,0.19078069925308228 +145,-1.5024480871689694,0.5767291220149029,1.79627952271301,-0.8362935185432434,-0.5452850461006165,-0.05724836140871048,-0.7729937434196472,0.07180667668581009,-0.7934853434562683,0.6271718144416809,1.2043732404708862,0.14982342720031738 +146,-1.4210809320011013,0.4964728433949326,1.6965836081567303,-0.8694323301315308,-0.47632718086242676,-0.13114875555038452,-1.6826889514923096,-0.86845463514328,2.8017048835754395,0.8444077968597412,1.3894131183624268,0.311980664730072 +147,-1.5429208514518968,-0.076207150349159,1.6168372015254042,-0.9967104196548462,0.07613340765237808,-0.0277909766882658,-0.5295295715332031,-1.6099116802215576,7.192513465881348,-0.29474788904190063,1.512855887413025,-0.022974975407123566 +148,-1.7548681742325278,-0.7770863799579129,1.3755281721002321,-0.7009151577949524,0.7012051343917847,0.13049592077732086,-1.9364829063415527,1.4835131168365479,5.162421703338623,-1.0640536546707153,0.6125155687332153,-0.23697175085544586 +149,-2.145404184893028,-1.1780221311192536,0.7617038344417049,-0.3212847113609314,0.9238507747650146,0.20802825689315796,-2.001446485519409,0.22548693418502808,4.354594707489014,-1.2394299507141113,0.018654048442840576,-0.27983617782592773 +150,-2.928299725137154,-1.1486199218360262,-0.17320781570456104,-0.08673501759767532,0.9121993184089661,0.40046197175979614,-0.9870952367782593,0.7260839343070984,1.849845051765442,-1.2995870113372803,-0.285078227519989,-1.0274760723114014 +151,-3.024074435468625,-1.175118204857569,-0.26290855784274353,-0.04519129544496536,0.9227353930473328,0.3827752470970154,0.6328874826431274,-0.5291696190834045,-1.5427275896072388,-1.5963797569274902,-0.23406058549880981,-0.6189203858375549 +152,-2.237433926834399,-1.154730755762838,0.6556061468619876,-0.3176354467868805,0.9146862030029297,0.2499142438173294,2.3530778884887695,-1.181429147720337,-5.007819175720215,-1.296652913093567,0.6706106066703796,-0.4727688729763031 +153,-1.682332144550525,-0.6517628932056525,1.3586746646246437,-0.7900757789611816,0.6065889000892639,0.08848898857831955,2.179460048675537,0.29193904995918274,-5.952467441558838,-0.38181447982788086,1.3727507591247559,-0.19563615322113037 +154,-1.5366601159182147,-0.10745916238555137,1.5941203045517118,-0.9936527013778687,0.10725247114896774,-0.03393271937966347,1.6453527212142944,1.0117632150650024,-5.419590950012207,0.1525576114654541,1.2912307977676392,0.11687952280044556 +155,-1.4015427482646863,0.3843436206749761,1.649390262110288,-0.9137980341911316,-0.37495073676109314,-0.15615758299827576,0.19559141993522644,1.549005150794983,-3.9336061477661133,0.5427042245864868,1.431072473526001,0.35058510303497314 +156,-1.2947622836917538,0.5614128602992969,1.5896221284839385,-0.8144583702087402,-0.5323827266693115,-0.2307077944278717,-0.2581663727760315,0.18076293170452118,0.4871935248374939,0.96976238489151,1.1136205196380615,0.2991434931755066 +157,-1.3535306375240899,0.2627718418163371,1.6032486833719586,-0.9429711699485779,-0.25975823402404785,-0.20816101133823395,-1.1022077798843384,-2.314310312271118,5.7314043045043945,0.5428705215454102,1.2331011295318604,0.20271360874176025 +158,-1.4943906397889866,-0.4259832970371643,1.6180516702937333,-0.9079762101173401,0.41321641206741333,-0.06950986385345459,-1.0253547430038452,0.3145824372768402,6.076138973236084,-0.6945781707763672,1.1246864795684814,0.11070858687162399 +159,-1.5895100550789227,-1.0168467998470272,1.4949930965170641,-0.5259582996368408,0.8504534959793091,0.009843789972364902,-0.3646455407142639,-0.8013332486152649,4.717846870422363,-1.0036590099334717,0.2447614073753357,-0.2358417510986328 +160,-1.8555379702422645,-1.3154106755180224,1.1276729120929163,-0.24244728684425354,0.9675659537315369,0.07096312940120697,-1.4813988208770752,1.77687406539917,2.0808145999908447,-0.9367367029190063,-0.2851927876472473,-0.18549561500549316 +161,-2.4586585792999527,-1.366039857580602,0.427684761226947,-0.12831512093544006,0.9791105389595032,0.1577271968126297,-0.8044918179512024,0.30752912163734436,0.40039026737213135,-1.1492575407028198,-0.3713682293891907,-0.30189216136932373 +162,-2.2951612067051848,-1.2811324453107327,0.592654671426362,-0.21391406655311584,0.9583399295806885,0.18927548825740814,0.4340421259403229,-0.21142743527889252,-2.1973037719726562,-1.1511523723602295,0.06296122074127197,-0.5387780666351318 +163,-1.761118877828232,-1.0275515385504512,1.2833255952801659,-0.5075828433036804,0.8560358881950378,0.09778804332017899,1.5004857778549194,-1.5256502628326416,-5.029878616333008,-0.9360664486885071,0.7788977026939392,-0.14837096631526947 +164,-1.7184690702802823,-0.5963870508128826,1.566616448638543,-0.8183651566505432,0.5616568922996521,0.12173642963171005,0.5474262237548828,0.1648513525724411,-4.413844108581543,-0.2940462827682495,0.7388648390769958,-0.19416990876197815 +165,-1.505247821058918,-0.07861747911672069,1.6615427219076109,-0.9947704076766968,0.0785365179181099,-0.06529926508665085,1.525954008102417,1.509805679321289,-4.618459224700928,0.5166209936141968,1.2148900032043457,-0.041329145431518555 +166,-1.4896584899734941,0.2841000653945522,1.7745287402759378,-0.9567563533782959,-0.28029370307922363,-0.07779994606971741,0.6134549975395203,0.5538604259490967,-2.841397762298584,0.7388303279876709,1.0810596942901611,0.23189842700958252 +167,-1.3311988927769174,0.37586322455536186,1.6970506266361283,-0.9036188721656799,-0.3670756220817566,-0.22074511647224426,-1.7102841138839722,0.6639869809150696,1.3065263032913208,1.1181575059890747,1.0682017803192139,0.4555473327636719 +168,-1.3719292539202905,-0.013695622768451047,1.5529350062274394,-0.9801991581916809,0.013695194385945797,-0.19754034280776978,-2.5573439598083496,-1.2859060764312744,5.7421979904174805,0.18095898628234863,1.3720623254776,0.03782656788825989 +169,-1.5282946373088433,-0.6213445945177956,1.3982120934412148,-0.8123621940612793,0.5821289420127869,-0.03454757109284401,-1.54314386844635,-0.1249057948589325,5.786418914794922,-0.7765507698059082,0.9089598655700684,-0.2842848300933838 +170,-1.7222967711187454,-1.0414922098753738,1.1745378034662823,-0.499149352312088,0.863158643245697,0.07620527595281601,-1.7416154146194458,0.13607919216156006,3.5724756717681885,-0.8907890319824219,0.09980839490890503,-0.14097881317138672 +171,-2.392454275818406,-1.1967422702282264,0.37182479260704593,-0.24883481860160828,0.9308536648750305,0.2675676643848419,-2.1396729946136475,0.4535142183303833,2.2331573963165283,-0.9534051418304443,-0.27042293548583984,-0.7032976746559143 +172,-2.847858361627515,-1.254363113356136,-0.06016359625894906,-0.09009518474340439,0.950351357460022,0.29785090684890747,1.0701558589935303,-0.9675384759902954,0.6407582759857178,-1.5076831579208374,-0.593814492225647,-0.5343164205551147 +173,-2.22031105944312,-1.2124755630190094,0.56691973855092,-0.2792910039424896,0.936487078666687,0.21210446953773499,1.7731083631515503,0.2670077085494995,-3.5739688873291016,-1.1862698793411255,0.16905784606933594,-0.5522992610931396 +174,-1.7097892926830076,-0.8042082921774071,1.2202340150674154,-0.6869918704032898,0.7202816605567932,0.09610673040151596,1.5153999328613281,0.21309968829154968,-5.39229154586792,-0.7531784176826477,1.404565691947937,-0.29086995124816895 +175,-1.498611044652076,-0.289514125555663,1.5131635573781541,-0.9558866620063782,0.2854866087436676,-0.06912104785442352,2.6154825687408447,0.02599778026342392,-4.6936516761779785,0.373443603515625,0.9718985557556152,0.03227110207080841 +176,-1.5389765189601967,0.0986398223558208,1.7132647121814484,-0.9946352243423462,-0.09847994148731232,-0.03165978938341141,1.279266119003296,-0.8463386297225952,-2.38364577293396,0.918249785900116,0.8661648631095886,0.15852141380310059 +177,-1.5302711060534397,0.23689727213493159,1.7340897435584934,-0.971272885799408,-0.2346876859664917,-0.039382610470056534,0.02610379457473755,0.3308955132961273,-0.38571101427078247,0.8190205693244934,1.0978926420211792,0.037383731454610825 +178,-1.453393773086918,0.09873782258161365,1.7341801369652838,-0.9882791042327881,-0.09857746213674545,-0.11656253039836884,-0.7480903267860413,0.626729428768158,3.391911745071411,0.8602121472358704,0.9611567854881287,0.24449217319488525 +179,-1.5322319308896073,-0.3374223516048183,1.5569025789864352,-0.9429094791412354,0.3310559093952179,-0.03638077154755592,-2.2530288696289062,0.9922019243240356,4.932914733886719,-0.20348328351974487,1.1544177532196045,-0.4087486267089844 +180,-1.5684632387726531,-0.7924381647076276,1.3817633915885081,-0.7021092176437378,0.7120672464370728,-0.0016380855813622475,-1.5890780687332153,-0.2907000184059143,4.312647819519043,-0.49398142099380493,0.33636409044265747,-0.19196546077728271 +181,-1.7969595455090217,-1.1280853100447799,1.0911020173712866,-0.4174814224243164,0.9035935997962952,0.09606240689754486,-1.7622469663619995,0.6635116338729858,2.542505979537964,-0.7877950668334961,-0.20319992303848267,-0.14775919914245605 +182,-2.2247248765480503,-1.275178217846998,0.5756570684925532,-0.2312299758195877,0.9566222429275513,0.1772197186946869,-0.3100101053714752,0.8015584349632263,0.9628204107284546,-1.2926957607269287,-0.5725431442260742,-0.2547038793563843 +183,-2.2572183299567414,-1.2711615882797982,0.5443701804144081,-0.22832024097442627,0.9554443955421448,0.18707157671451569,0.2686247229576111,-0.7913793921470642,-1.1529179811477661,-1.3526123762130737,-0.40153515338897705,-0.420454740524292 +184,-1.84793407064958,-1.0557889240756275,1.0820189673034855,-0.4737473726272583,0.8702890872955322,0.13476119935512543,1.2693495750427246,-1.3254860639572144,-4.293997287750244,-1.2942428588867188,0.7479056119918823,-0.3418992757797241 +185,-1.7193183458630068,-0.558772869065138,1.408358492041319,-0.8385714888572693,0.5301461219787598,0.12547026574611664,0.7301251888275146,-0.2659112513065338,-5.8909125328063965,-0.42267417907714844,1.2099661827087402,-0.19277681410312653 +186,-1.5992293263670971,-0.04823068415255274,1.5517777794401026,-0.9984333515167236,0.04821198806166649,0.028396107256412506,1.4494593143463135,0.47121942043304443,-4.028536796569824,0.5387623906135559,1.039129376411438,-0.1264796257019043 +187,-1.5243989985194606,0.21864519614673153,1.7006372855425775,-0.9751415848731995,-0.21690727770328522,-0.0452764593064785,1.166364312171936,0.6269370913505554,-2.6474404335021973,0.6149885058403015,0.9050634503364563,0.0502355732023716 +188,-1.5198115099451825,0.4205011309159785,1.7461993717552926,-0.9116982221603394,-0.4082179665565491,-0.0465230867266655,0.31975987553596497,1.3592722415924072,-0.38772016763687134,0.9642648100852966,1.1191860437393188,0.1360616683959961 +189,-1.4798878360623775,0.1582318674577263,1.6609085731691335,-0.9834297299385071,-0.157572403550148,-0.08964920789003372,-2.1643762588500977,-1.3240786790847778,5.75289249420166,0.6612403988838196,1.4511667490005493,0.06204605847597122 +190,-1.5137195676545903,-0.489219285662524,1.5804451934743282,-0.8812626600265503,0.46993690729141235,-0.050354309380054474,-1.370578646659851,0.18308015167713165,4.7189788818359375,-0.6623927354812622,0.9495730400085449,-0.05212372541427612 +191,-1.5942608437571302,-0.9497960724671192,1.4113808553811382,-0.5816887617111206,0.8132968544960022,0.013651551678776741,-1.1563844680786133,-0.3551812171936035,5.496868133544922,-0.7659979462623596,0.547207236289978,-0.30726122856140137 +192,-1.9860595425006045,-1.347319123104147,0.9714263040204163,-0.20278654992580414,0.9751327037811279,0.08940920978784561,-1.449537992477417,1.985923171043396,2.2464287281036377,-1.4156216382980347,-0.32632899284362793,-0.12607598304748535 +193,-2.424068978245673,-1.3704258950826913,0.40599658828921925,-0.13086774945259094,0.9799929261207581,0.14995798468589783,0.3736417591571808,-0.26267173886299133,1.0182521343231201,-1.067908525466919,-0.5848208665847778,-0.4516395330429077 +194,-2.126478194731312,-1.3604668625900707,0.7452921737267193,-0.17736932635307312,0.9779621958732605,0.11013753712177277,0.33256226778030396,-2.0620553493499756,-2.854116678237915,-1.770521879196167,-0.03371769189834595,-0.29170191287994385 +195,-1.8027343961386322,-0.9178538299923963,1.2946943411849305,-0.5912585854530334,0.7942996025085449,0.13964854180812836,-0.11560073494911194,-0.5957155823707581,-6.850783348083496,-1.1511273384094238,1.3299986124038696,-0.3349761962890625 +196,-1.6530642412952956,-0.2990051595587197,1.457497789197101,-0.9523979425430298,0.29456964135169983,0.07852903008460999,0.6866351962089539,1.1160227060317993,-5.196889877319336,0.12000054121017456,1.226121187210083,-0.21596503257751465 +197,-1.589759526917132,0.1395488906311654,1.5797510322576358,-0.9901008009910583,-0.13909640908241272,0.01877772994339466,1.2217137813568115,0.4332585036754608,-3.5016582012176514,0.46275705099105835,1.1825991868972778,-0.09920680522918701 +198,-1.6061814101039535,0.5117565314939284,1.7025592956372673,-0.8713397979736328,-0.4897094964981079,0.03084530681371689,-0.08250908553600311,1.1996594667434692,-3.815675973892212,0.5327320694923401,1.3754974603652954,0.2509845495223999 +199,-1.3863590340682785,0.6351734621635786,1.6643594189275872,-0.7913162112236023,-0.5933171510696411,-0.14762596786022186,-0.40334901213645935,0.45266467332839966,0.032212503254413605,0.7315933704376221,1.2745000123977661,0.6187257766723633 +200,-1.2960027035165593,0.18126713657712507,1.4898085518081796,-0.9467120170593262,-0.18027609586715698,-0.2669025659561157,-3.156346082687378,-2.8531715869903564,6.1333441734313965,-0.23396730422973633,1.5212795734405518,0.06064951419830322 +201,-1.497761633375908,-0.5930326687600276,1.4492643946079409,-0.8270390629768372,0.5588784217834473,-0.06051017343997955,-0.19836391508579254,-0.5176183581352234,6.285096168518066,-1.3707606792449951,0.91885906457901,-0.34163522720336914 +202,-1.636313859041649,-1.0903818883855863,1.2783454228104025,-0.4611549973487854,0.8868034482002258,0.03025704436004162,-0.11231920123100281,-1.7256064414978027,5.273481845855713,-1.2506979703903198,0.10654360055923462,-0.553831934928894 +203,-1.915550444286275,-1.3419366801193078,1.0175544203068105,-0.2135179340839386,0.9739257097244263,0.07667320966720581,-0.0725216194987297,1.4381999969482422,1.1795557737350464,-1.2187635898590088,-0.540362536907196,-0.41933977603912354 +204,-1.4006527851949617,-1.3738102340356744,1.601655747158623,-0.1928885579109192,0.9806609153747559,-0.03313914313912392,0.31233012676239014,-1.313793659210205,-1.3651463985443115,-1.8237130641937256,-0.43181753158569336,0.23090827465057373 +205,-1.6508552968657488,-0.9962456167210163,1.4535175471776682,-0.5417172908782959,0.8394365310668945,0.043462224304676056,-0.36836177110671997,-0.20002254843711853,-5.660992622375488,-0.9527590870857239,0.8680678009986877,-0.5622763633728027 +206,-1.6060105985627442,-0.5103689360542167,1.5760923525699324,-0.8720234036445618,0.4884991943836212,0.030720368027687073,1.5528767108917236,-0.7438024282455444,-4.479432106018066,-0.07797348499298096,0.8968767523765564,-0.4492841958999634 +207,-1.59870659727035,-0.10581394250502166,1.6862105157175733,-0.994019627571106,0.10561659187078476,0.027750562876462936,0.390829473733902,0.0515943244099617,-3.8875741958618164,0.14250296354293823,0.997593879699707,-0.17707300186157227 +208,-1.5113533549072244,0.2292855705399963,1.6965892670158889,-0.9721089601516724,-0.227281853556633,-0.057853203266859055,0.08420252054929733,2.732147693634033,-2.3336739540100098,0.6096975803375244,0.9758323431015015,-0.030052654445171356 +209,-1.2932078489488004,0.47374466236901847,1.7631778384722545,-0.8558013439178467,-0.45622172951698303,-0.2438564896583557,0.8717637658119202,0.46166321635246277,-0.6052278280258179,1.0203825235366821,1.2501517534255981,0.6508846282958984 +210,-1.313992197331527,0.16243134406298979,1.6602401130661597,-0.9544752836227417,-0.16171802580356598,-0.25064751505851746,-2.2214581966400146,-1.7536624670028687,5.775765895843506,0.1945875883102417,1.4885460138320923,-0.049614906311035156 +211,-1.5164477838797357,-0.49026068054876143,1.6244128599381655,-0.880907416343689,0.4708558917045593,-0.04792322963476181,-2.2239060401916504,-0.19228124618530273,7.410325050354004,-0.698239803314209,1.1462247371673584,-0.07123266905546188 +212,-1.669632503944832,-1.0442863073875195,1.4644820891104602,-0.5000666379928589,0.8645660877227783,0.04958624020218849,-0.20601776242256165,-0.402180552482605,4.842465877532959,-1.2951298952102661,0.1919981837272644,-0.24291515350341797 +213,-2.0696604412611137,-1.3322805034821261,0.9523027865639657,-0.20746716856956482,0.9716897010803223,0.11303403228521347,-1.123581886291504,1.2304755449295044,1.187025547027588,-1.3940190076828003,-0.5795998573303223,-0.2911651134490967 +214,-2.2013841086600503,-1.3883111328569473,0.8148737387666268,-0.14657346904277802,0.9833957552909851,0.10700088739395142,0.690746545791626,-1.638685941696167,-0.8087912797927856,-2.000551700592041,-0.6407443284988403,-0.1805483102798462 +215,-1.8558729533878486,-1.099638410072724,1.3262037499943666,-0.43559813499450684,0.8910433053970337,0.12765587866306305,0.4817263185977936,-1.1684101819992065,-6.026334762573242,-1.3923285007476807,0.49990206956863403,-0.5756386518478394 +216,-1.7156186333831098,-0.5332141106173232,1.623484985418296,-0.8521625399589539,0.5083038806915283,0.12428224086761475,0.8683398962020874,-1.6760238409042358,-5.809964179992676,-0.6496531963348389,1.1834075450897217,-0.19653260707855225 +217,-1.6822942716669322,-0.023090633520786517,1.7059033392209226,-0.9935256242752075,0.02308858186006546,0.11123740673065186,0.19772376120090485,1.0290850400924683,-4.798296928405762,-0.06866919994354248,1.2768534421920776,-0.32255637645721436 +218,-1.6448193979548908,0.39648877323711784,1.8194524621225217,-0.9198966026306152,-0.38618189096450806,0.06821821630001068,0.6674630045890808,0.6484935879707336,-3.744246244430542,0.2990928292274475,1.2014589309692383,0.05974196642637253 +219,-1.5128480000126912,0.7586344693286867,1.8221685383875117,-0.7245578169822693,-0.6879310011863708,-0.04203397408127785,-0.16593241691589355,1.41636061668396,-2.1406142711639404,0.5550479888916016,1.7438087463378906,0.22291165590286255 +220,-1.4068824691256345,0.5277067887992795,1.7934418603101792,-0.8523836731910706,-0.5035533905029297,-0.14098238945007324,-1.0116914510726929,0.11959107220172882,6.622033596038818,0.5629245042800903,1.5295238494873047,0.22702670097351074 +221,-1.5530194499298937,-0.16801918546924546,1.7644403422927102,-0.9857621192932129,0.1672297567129135,-0.01752561889588833,-0.7275072932243347,0.48333409428596497,8.470595359802246,-0.32974380254745483,1.3501347303390503,-0.14200496673583984 +222,-1.5596783197674982,-0.8407655263723327,1.6681773320440103,-0.6668512225151062,0.7451538443565369,-0.007414362393319607,-0.6245049834251404,0.7646439671516418,5.867893695831299,-0.9938389658927917,0.34671926498413086,-0.4420790672302246 +223,-1.4389539174289578,-1.2243961013988212,1.7809947448470953,-0.33656734228134155,0.9406009912490845,-0.04463275521993637,0.025356892496347427,0.13032297790050507,2.2888410091400146,-1.3761401176452637,-0.7591130137443542,0.04112321510910988 +224,-1.231930862117102,-1.2874736634101378,1.9370776459115309,-0.26365023851394653,0.9601318836212158,-0.09292640537023544,0.6656772494316101,-0.9917252063751221,-1.4612981081008911,-2.0413424968719482,-0.5690033435821533,0.22459453344345093 +225,-1.7541569818973561,-0.9484058774197123,1.5502785187713461,-0.5732061862945557,0.8124871850013733,0.10629741847515106,-1.8411426544189453,-0.6612046957015991,-4.744667053222656,-0.9342248439788818,0.44108331203460693,-0.5027512311935425 +226,-1.7355560732798896,-0.5241569998409422,1.6659348747791853,-0.8540220856666565,0.5004833340644836,0.1419956535100937,0.4097365140914917,-0.6426787972450256,-4.062352657318115,-0.3483704924583435,0.6420947909355164,-0.16125226020812988 +227,-1.6528625337806147,-0.13047738123505168,1.684622750324179,-0.9881631135940552,0.13010747730731964,0.08127734810113907,-0.6821879744529724,2.1142630577087402,-3.551637649536133,0.16627883911132812,0.7856640219688416,-0.12529897689819336 +228,-1.5154109817498913,0.249181599851962,1.7274116437242746,-0.9676286578178406,-0.24661092460155487,-0.05364731326699257,1.7361397743225098,1.3086048364639282,-3.339048385620117,0.617683470249176,1.1856062412261963,-0.07614398747682571 +229,-1.4247192900796102,0.40019275921802216,1.7359939042978376,-0.9111772179603577,-0.3895958662033081,-0.134056955575943,-2.612823009490967,-0.8300331830978394,2.642784357070923,1.370893955230713,1.3304375410079956,0.3855065107345581 +230,-1.5377641952805443,-0.062389659226095066,1.7338615556612675,-0.9975100159645081,0.062349192798137665,-0.03296187147498131,-0.30579349398612976,0.0009214673191308975,4.839756965637207,0.009533941745758057,0.9725934267044067,0.22491741180419922 +231,-1.6083983023505193,-0.6078301582213054,1.5369191252418635,-0.820309042930603,0.5710875988006592,0.03085978701710701,-1.3841421604156494,-0.9957165718078613,6.69296932220459,-0.4969213008880615,0.8676179051399231,-0.4289311170578003 +232,-1.8153311720982428,-1.1524727473557723,1.3904397189909445,-0.3941439986228943,0.9137712121009827,0.0983501598238945,0.05539578199386597,-0.019001025706529617,3.313260793685913,-1.4100399017333984,-0.20741140842437744,-0.1355205774307251 +233,-1.9147785509814754,-1.3531547007115154,1.1946256382850389,-0.203278586268425,0.976409375667572,0.07281921803951263,-0.2441946566104889,1.2620265483856201,1.3517675399780273,-1.5246877670288086,-0.4028467535972595,0.006022930145263672 +234,-1.730314456441122,-1.3148272868700512,1.5627866201731808,-0.24996864795684814,0.9674184322357178,0.04021622613072395,-0.5889534950256348,-0.687839686870575,-4.019710540771484,-1.7177132368087769,-0.23069357872009277,0.16205430030822754 +235,-1.7008465785852842,-0.8447449133642049,1.6304399404571448,-0.6583153605461121,0.7478017807006836,0.0861000344157219,-0.020363489165902138,-1.5736075639724731,-4.78468132019043,-0.6794835925102234,0.5775613188743591,-0.22545850276947021 +236,-1.7050484396948509,-0.38242106439327234,1.713697578116223,-0.9194157719612122,0.3731677234172821,0.12418046593666077,0.055478841066360474,0.5069058537483215,-4.9046430587768555,-0.17038226127624512,0.7812511920928955,-0.3105360269546509 +237,-1.6291861434585149,0.09197924946455734,1.7888752201028542,-0.9940759539604187,-0.09184961020946503,0.058109965175390244,0.42831307649612427,0.7810834646224976,-4.173825740814209,0.3833733797073364,1.100898027420044,-0.11403346061706543 +238,-1.5838336558356614,0.4811258849227019,1.792411174204296,-0.8863990306854248,-0.4627775251865387,0.011556929908692837,-0.7542557120323181,0.8686850666999817,-2.2139015197753906,0.9950264096260071,2.073617458343506,0.08246779441833496 +239,-1.4494225740479503,0.27406592169415867,1.8101710155312902,-0.9555960893630981,-0.2706478238105774,-0.11655720323324203,0.019673196598887444,0.2492472231388092,5.672183990478516,0.6400444507598877,1.3678463697433472,0.28272539377212524 +240,-1.4893929906093106,-0.36834234564887364,1.795710993894322,-0.9298363327980042,0.3600694537162781,-0.07585941255092621,-1.867360234260559,-0.37707313895225525,6.889095306396484,-0.5173835754394531,1.0710524320602417,0.020973563194274902 +241,-1.556285549386285,-1.012500719133855,1.721922088103119,-0.529685914516449,0.8481592535972595,-0.00768669368699193,-0.07261157035827637,-0.8861855864524841,4.838389873504639,-1.2852708101272583,0.0983741283416748,-0.11110299825668335 +242,-1.5661237090514812,-1.3216515217688485,1.7306863191593342,-0.24657286703586578,0.9691236615180969,-0.0011521491687744856,0.0195817481726408,0.6162590980529785,0.9669492840766907,-1.534906029701233,-0.7344128489494324,-0.0350874662399292 +243,-1.4522103901658758,-1.2858998979271585,1.8933289246561724,-0.2790847420692444,0.9596907496452332,-0.03325153887271881,-1.1015220880508423,-1.9366754293441772,-2.4842724800109863,-1.8951706886291504,-0.4149214029312134,0.4431331157684326 +244,-1.8086597564109397,-0.8450138417687828,1.6196920019606298,-0.6450331211090088,0.7479802966117859,0.15639044344425201,0.45212221145629883,-0.30702894926071167,-4.879829406738281,-1.0135209560394287,0.5117548704147339,-0.6934387683868408 +245,-1.751359385151914,-0.3465825569798491,1.831024576089485,-0.9252484440803528,0.3396855592727661,0.16890530288219452,0.1262434422969818,-0.251593679189682,-5.463151454925537,-0.40733206272125244,0.8042505979537964,-0.16614343225955963 +246,-1.7110358874858478,0.15474201774305174,1.8794709713402165,-0.9783512353897095,-0.15412519872188568,0.13811014592647552,-0.10089503228664398,-0.0027533345855772495,-4.2079081535339355,0.10287821292877197,1.2387351989746094,-0.3137388229370117 +247,-1.6681268756698058,0.5461616903926555,1.9197340339714013,-0.8504801988601685,-0.5194111466407776,0.08304008841514587,-0.7428628206253052,1.3791401386260986,-3.7699286937713623,0.10730087757110596,2.097505569458008,0.16480839252471924 +248,-1.4696666493492276,0.49662764210470417,1.7926640319026361,-0.8747024536132812,-0.47646328806877136,-0.08876117318868637,0.47585058212280273,1.2579879760742188,4.080068588256836,0.8463820219039917,1.3402938842773438,-0.07882607728242874 +249,-1.4979223188539097,-0.1566493979578905,1.8853645435236117,-0.985133945941925,0.1560095101594925,-0.07191801071166992,-0.15175455808639526,-1.550856590270996,8.531330108642578,-0.35947054624557495,1.275219202041626,0.005557537078857422 +250,-1.479297870867135,-0.85930375603128,2.0223509713843524,-0.6502335667610168,0.7573881149291992,-0.05966195464134216,0.3036356270313263,-1.308549165725708,4.743532657623291,-1.2204482555389404,-0.01851177215576172,-0.028152406215667725 +251,-1.251784680527236,-1.2275975920451807,2.3823412254133935,-0.31952306628227234,0.9416831135749817,-0.10553619265556335,1.4225127696990967,0.9489336609840393,2.0669760704040527,-1.6526601314544678,-0.6602042317390442,0.36733126640319824 +252,-1.141472318594531,-1.2041522263087492,2.4913931061293084,-0.32595130801200867,0.933535635471344,-0.1492215245962143,0.8356740474700928,-3.8048899173736572,-1.1187220811843872,-1.7956764698028564,-0.225863516330719,0.1287137269973755 +253,-1.6530032336035714,-0.8793001134441513,2.1044007949157306,-0.6355370879173279,0.7702927589416504,0.052363548427820206,-1.7074224948883057,0.9699172377586365,-4.96400260925293,-0.8736335039138794,0.7282882928848267,-0.4610549211502075 +254,-1.6436966771013326,-0.4489449590107728,2.1444289035281345,-0.8985125422477722,0.43401527404785156,0.06561816483736038,0.3822431266307831,-1.2305952310562134,-4.317424297332764,0.15048104524612427,0.48229023814201355,-0.20625841617584229 +255,-1.6769036503655255,-0.028465469859084654,2.197766805149725,-0.9939731955528259,0.028461625799536705,0.10586543381214142,-0.04400142282247543,-0.18091058731079102,-4.099289894104004,0.2558596730232239,0.9052847027778625,-0.2300872653722763 +256,-1.6972882439345924,0.23106404829813706,2.22035125973289,-0.9656461477279663,-0.22901342809200287,0.12280207872390747,0.9879432916641235,0.7000643014907837,-0.5280832648277283,0.5371641516685486,1.159982681274414,-0.6143333911895752 +257,-1.589518056990728,0.26952263249060043,2.3143138926579447,-0.9637291431427002,-0.26627132296562195,0.018044784665107727,-0.5503989458084106,1.313328742980957,-0.06909521669149399,0.8099969029426575,1.0410058498382568,0.2566896677017212 +258,-1.485052650821496,-0.027734964661160207,2.1438644693457207,-0.995943009853363,0.027731409296393394,-0.08560571074485779,-1.8883543014526367,-0.18538720905780792,4.859922409057617,0.1454487442970276,0.9472441673278809,-0.18084323406219482 +259,-1.498034614801022,-0.5213589441769967,2.0520682459882265,-0.8648486733436584,0.4980590045452118,-0.06303916126489639,-0.5327026844024658,0.8802542686462402,4.855968952178955,-0.2895702123641968,0.4304077923297882,-0.19710791110992432 +260,-1.4031385423567502,-1.049116289979632,2.1311016161266054,-0.4913499355316162,0.86698317527771,-0.08315928280353546,-0.2920221984386444,-1.0955564975738525,3.7478227615356445,-1.1642134189605713,-0.19086629152297974,0.07388198375701904 +261,-1.4354714673297546,-1.299951441315688,2.0727045287510664,-0.2651001811027527,0.9635452032089233,-0.03609525039792061,0.02708555944263935,0.22949877381324768,1.3569597005844116,-1.349432349205017,-0.6514875888824463,-0.199363112449646 +262,-1.576231615555839,-1.2674010275972662,1.9672094907085418,-0.29875773191452026,0.9543275833129883,0.0016238506650552154,-0.15287859737873077,-1.5823956727981567,-1.6589585542678833,-1.51438307762146,-0.05312830209732056,-0.33771395683288574 +263,-1.6852609218083048,-0.8999357633726585,2.0143141020038993,-0.6175922155380249,0.783286988735199,0.07100281119346619,0.052351005375385284,-0.42259037494659424,-4.758688449859619,-0.6567912697792053,0.6218491196632385,-0.329639196395874 +264,-1.6467765596319377,-0.43742675920554924,2.180211999039544,-0.9032313227653503,0.4236099123954773,0.06876008957624435,1.327547550201416,-1.3485273122787476,-4.804516315460205,0.22595471143722534,0.5300644040107727,-0.18429958820343018 +265,-1.671860749318371,-0.06141982404982065,2.343557160222532,-0.9930212497711182,0.06138121336698532,0.1007022112607956,1.220380425453186,-0.5089198350906372,-2.4528722763061523,0.5821174383163452,0.8249408006668091,-0.3450411558151245 +266,-1.7038050418749695,0.1516748262260209,2.433742374542281,-0.9797883033752441,-0.15109394490718842,0.13109436631202698,-0.46774789690971375,0.735282838344574,-2.024111032485962,0.49214786291122437,1.004045009613037,-0.06777048110961914 +267,-1.5160425102421913,0.24902412989046388,2.2566135839727033,-0.9677009582519531,-0.24645830690860748,-0.0530383363366127,-2.8279216289520264,1.1155999898910522,0.9744520783424377,0.8718758225440979,1.2241652011871338,0.004637483507394791 +268,-1.4974786987071513,-0.17216055914620912,2.016991591072554,-0.9825700521469116,0.1713113635778427,-0.07216906547546387,-1.7445504665374756,-0.6398033499717712,6.3712477684021,0.1016802191734314,1.0012197494506836,-0.24197888374328613 +269,-1.5198776678286685,-0.6620987031354539,1.9585478250497195,-0.7876816391944885,0.6147734522819519,-0.04014239087700844,-2.272568702697754,1.1196072101593018,2.3738889694213867,-0.5410690903663635,-0.04385054111480713,0.4437373876571655 +270,-1.8040149223299415,-0.9602886128689418,1.5145132903520777,-0.5577635169029236,0.8193570375442505,0.13249169290065765,-1.431816816329956,-1.2735964059829712,3.2396180629730225,-0.8017945885658264,-0.02359592914581299,-0.5452572107315063 +271,-2.1439082377674477,-1.1386004647280017,1.1460963168589358,-0.3519381880760193,0.908048152923584,0.22712954878807068,-0.5205601453781128,0.15627428889274597,1.1074882745742798,-1.288228988647461,-0.46563494205474854,-0.5090204477310181 +272,-2.146246948251424,-1.105967525664733,1.1406133773010296,-0.3760746419429779,0.8938983082771301,0.24395419657230377,1.0845801830291748,-0.8006603717803955,-1.5499505996704102,-1.2847377061843872,-0.1737293004989624,-0.7030301094055176 +273,-1.8351363160269998,-0.9279024342746778,1.6394788982856798,-0.5786901116371155,0.8003641963005066,0.15663640201091766,1.7160491943359375,-0.790450394153595,-4.222109794616699,-0.8732904195785522,0.3355458378791809,-0.2610980272293091 +274,-1.6223715252373396,-0.5039946286432789,1.9838709285217624,-0.8744959831237793,0.4829273223876953,0.045142337679862976,1.9237068891525269,0.023947373032569885,-4.287436485290527,0.14617884159088135,0.5809153914451599,-0.06439900398254395 +275,-1.5678619144386878,-0.12733213872180604,2.1538850348237433,-0.9919000864028931,0.12698833644390106,-0.0029106521978974342,0.6399772763252258,-0.09143143147230148,-3.3929033279418945,0.3729119300842285,0.8276930451393127,0.10850149393081665 +276,-1.551452900227516,0.11496891550912064,2.1487014173132994,-0.9932126402854919,-0.1147158071398735,-0.019214531406760216,-0.3642246723175049,0.3450234532356262,-1.2579096555709839,0.5506923794746399,1.002197504043579,-0.11907583475112915 +277,-1.466094480002744,0.11974017255733352,2.1083546303550547,-0.987402617931366,-0.11945424228906631,-0.10376232117414474,-0.7474965453147888,0.4789811372756958,1.7439813613891602,0.764700710773468,0.8238610029220581,0.12333931028842926 +278,-1.4982209170508791,-0.17515109175113072,2.0669890957937946,-0.982107937335968,0.17425692081451416,-0.07140229642391205,-1.1734181642532349,0.009470795281231403,3.670118808746338,0.16001027822494507,0.6620773077011108,0.10457492619752884 +279,-1.532391615397896,-0.5941198240609745,1.942494128687113,-0.8280304670333862,0.5597796440124512,-0.031815916299819946,-1.3666805028915405,-0.5980733633041382,3.620419979095459,-0.184695303440094,0.08926820755004883,-0.10005056858062744 +280,-1.7090051011664078,-0.9433592800976357,1.7664677971726706,-0.5814737677574158,0.8095347881317139,0.08088041096925735,-1.1711641550064087,-0.42319971323013306,3.2930080890655518,-0.6987234354019165,-0.11997491121292114,-0.14475369453430176 +281,-2.0021831292294405,-1.120706648543939,1.4213578166040892,-0.3951903283596039,0.9004080891609192,0.1819063425064087,-0.46621400117874146,0.7681109309196472,1.3315321207046509,-0.9583100080490112,-0.4221060872077942,-0.5589662790298462 +282,-1.9202637312355504,-1.1398759631789492,1.5211538179439372,-0.392458975315094,0.9085816740989685,0.14302188158035278,0.47868943214416504,-0.5760592222213745,-1.3576579093933105,-1.3933534622192383,-0.238461434841156,-0.19241464138031006 +283,-1.762801986845527,-0.8507732278139027,1.822167406347753,-0.647284746170044,0.7517905235290527,0.1258324682712555,1.3550585508346558,-0.46390554308891296,-4.5016021728515625,-0.8135918378829956,0.5738626718521118,-0.3716362714767456 +284,-1.5707867163020919,-0.45309288333419057,2.07561136247044,-0.8990975022315979,0.43774843215942383,-8.64076992002083e-06,1.5622191429138184,0.2435768097639084,-3.751840353012085,0.2341042160987854,0.48705625534057617,-0.04540151357650757 +285,-1.5585370557348037,-0.09801816509641055,2.192938674292253,-0.9951252341270447,0.09786128997802734,-0.012200120836496353,0.40917330980300903,-0.17718468606472015,-3.211054563522339,0.43665361404418945,0.8027887344360352,0.08425211906433105 +286,-1.5262916862369993,0.14718555819470416,2.151175362819479,-0.9882083535194397,-0.14665471017360687,-0.04400891810655594,-1.0532716512680054,1.063950777053833,-1.5091009140014648,0.5147585868835449,1.064501404762268,0.07168841361999512 +287,-1.4323863991250008,0.1661483909174946,2.039511903966688,-0.976797342300415,-0.16538502275943756,-0.1360684633255005,-1.398903489112854,-0.41659966111183167,1.7430219650268555,0.8090727925300598,0.9865367412567139,0.14060033857822418 +288,-1.5157693028848265,-0.20121455343026656,1.96276633320871,-0.9783414602279663,0.19985952973365784,-0.053889624774456024,-0.14831645786762238,-0.4190322756767273,4.476310729980469,0.017144620418548584,0.6997071504592896,-0.21690809726715088 +289,-1.5092538625002634,-0.6615305565187722,2.0167076448262513,-0.7875590920448303,0.6143252849578857,-0.04852961003780365,0.12713974714279175,-0.10823781788349152,4.298150062561035,-0.2770618796348572,0.10813260078430176,0.09038448333740234 +290,-1.5499317177791345,-1.0185751304274628,2.04131952679741,-0.5244651436805725,0.8513614535331726,-0.010944348759949207,0.18524980545043945,-0.49303382635116577,2.6890602111816406,-1.0806373357772827,-0.31535083055496216,-0.056148529052734375 +291,-1.5300373339074425,-1.1583227183913587,1.987597774990608,-0.4005434811115265,0.9161320328712463,-0.01633479632437229,-0.20327383279800415,0.783195972442627,0.38292214274406433,-1.0147243738174438,-0.5790197253227234,-0.09976935386657715 +292,-1.5472063876987838,-1.1080839568244656,2.0320823220381032,-0.44625282287597656,0.8948450684547424,-0.010529030114412308,0.20061419904232025,-1.463358998298645,-1.8395496606826782,-1.343099594116211,-0.30494022369384766,-0.0876460075378418 +293,-1.6841367614613822,-0.7889391152089653,2.0251127477000486,-0.7000778913497925,0.7096061706542969,0.0796886533498764,-0.7357058525085449,-0.5764486789703369,-4.2239580154418945,-1.0534775257110596,0.5538979172706604,-0.2747112512588501 +294,-1.6458208961713587,-0.3252524143828054,2.073984935459551,-0.9449044466018677,0.31954798102378845,0.07102435827255249,0.911304235458374,0.3874482214450836,-4.248887062072754,0.17393898963928223,0.7396255731582642,-0.28760766983032227 +295,-1.6416891918446734,0.052309444103876855,2.2174325326153963,-0.9961238503456116,-0.05228559300303459,0.07073661684989929,0.8007519245147705,-0.03492070734500885,-3.492177724838257,0.4103694558143616,0.9487546682357788,-0.03339838981628418 +296,-1.532683845464439,0.3273168492414998,2.2298364706385763,-0.9462208151817322,-0.32150349020957947,-0.036080293357372284,-0.8768467307090759,1.465275764465332,-2.088620901107788,0.8498920202255249,1.2727210521697998,0.23236936330795288 +297,-1.4433096214747356,0.32703210676827515,2.1459702576920567,-0.9393146634101868,-0.3212338387966156,-0.12040314078330994,-0.15462593734264374,0.7128984928131104,1.6523760557174683,0.724318265914917,1.086050033569336,0.12722383439540863 +298,-1.4920535372879282,-0.09362575973078474,2.070584668627266,-0.9925352334976196,0.09348903596401215,-0.07831692695617676,-1.4787830114364624,-0.6893318891525269,6.3023905754089355,0.017803847789764404,1.2674423456192017,-0.18199801445007324 +299,-1.5419599910974802,-0.6307731687924216,2.0298026060154224,-0.8072358965873718,0.5897693037986755,-0.023284180089831352,-1.4677767753601074,-0.16984522342681885,4.894906520843506,-0.5280148386955261,0.4538402557373047,0.041106462478637695 +300,-1.689603795669258,-1.0517409998701914,1.8310214371077909,-0.49256351590156555,0.8682881593704224,0.05879713222384453,-1.1445667743682861,0.459091454744339,2.6782326698303223,-0.8894860744476318,-0.3158436417579651,-0.061879388988018036 +301,-2.020017717661218,-1.2323357118111722,1.3778118313508474,-0.2990928292274475,0.9432669281959534,0.1441912055015564,-0.2765519618988037,0.28628095984458923,1.7527059316635132,-1.1229195594787598,-0.4678029417991638,-0.5140185356140137 +302,-1.9765652176614599,-1.2786825279851701,1.4349932684536666,-0.2645930349826813,0.9576373100280762,0.11367182433605194,0.18304574489593506,0.08685914427042007,-1.202439785003662,-1.5174808502197266,-0.41031986474990845,-0.12488699704408646 +303,-1.8042375509225808,-0.980988661367716,1.6382652657062018,-0.5411148071289062,0.8310476541519165,0.12866421043872833,0.2862935960292816,0.5466675162315369,-4.522781848907471,-1.1015853881835938,0.7280037999153137,-0.5389882326126099 +304,-1.5446867105071862,-0.510125157132579,1.9700004226470933,-0.87238609790802,0.48828646540641785,-0.022782843559980392,2.607200860977173,-0.3162032663822174,-4.332236289978027,0.17373180389404297,0.716745913028717,-0.016737403348088264 +305,-1.525928640269085,-0.10245031818491852,2.158514178791028,-0.9937554597854614,0.1022711917757988,-0.04461745172739029,1.2565207481384277,-0.20992767810821533,-3.748748779296875,0.4972802400588989,0.7699669599533081,0.0735175609588623 +306,-1.4802864455563451,0.21420961713725278,2.163635998400655,-0.973145067691803,-0.21257518231868744,-0.0883205458521843,-0.6141195297241211,0.6893022060394287,-2.272067070007324,0.577301561832428,1.1854908466339111,0.12060815840959549 +307,-1.4576285220230145,0.25457391047285993,2.075229530511255,-0.961580216884613,-0.25183308124542236,-0.10928686708211899,-1.0351427793502808,-0.9603560566902161,1.7089461088180542,0.589113175868988,0.9124013185501099,-0.0400051474571228 +308,-1.4671279233725256,0.004109229756023041,2.0108962943563817,-0.9946229457855225,-0.004109218250960112,-0.1034819558262825,-1.1990433931350708,0.4047100245952606,2.8215484619140625,0.11931765079498291,0.6711929440498352,0.10477893054485321 +309,-1.4989231897845015,-0.4157382725802402,1.9029931387339616,-0.9124566316604614,0.40386542677879333,-0.06569427996873856,-1.1691627502441406,-0.3554942309856415,4.170420169830322,-0.30395883321762085,0.17689931392669678,-0.13637787103652954 +310,-1.561298421138415,-0.6787520107880195,1.8008399760663043,-0.7783218622207642,0.6278221607208252,-0.007392650004476309,-1.0610647201538086,0.41358670592308044,2.1969552040100098,-0.31872403621673584,-0.3038322925567627,-0.07012200355529785 +311,-1.7382488309727635,-0.8578710969765331,1.5588244818525672,-0.644900918006897,0.7564518451690674,0.10901108384132385,-0.4961029291152954,0.046969108283519745,0.9765509963035583,-0.889431357383728,-0.44019824266433716,-0.7096275091171265 +312,-1.6504087124739488,-0.8975218533634385,1.675048621099492,-0.6215742826461792,0.7817840576171875,0.04958982393145561,0.416034072637558,-0.11511894315481186,-0.8384937047958374,-1.0674668550491333,-0.326812744140625,0.015916109085083008 +313,-1.6441684821792792,-0.7496740433906914,1.8013701140197516,-0.7299418449401855,0.6814002394676208,0.05365372449159622,1.3469747304916382,-1.489150047302246,-1.9860382080078125,-0.743401050567627,0.23058706521987915,-0.3385200500488281 +314,-1.6357011708804619,-0.5048511243920439,2.039006018102651,-0.8734037280082703,0.4836771488189697,0.056767869740724564,1.5419180393218994,-0.3995797634124756,-2.959460496902466,-0.04574006795883179,0.23551544547080994,-0.13998925685882568 +315,-1.6017712047878896,-0.2183407900297092,2.17330890142082,-0.9757899641990662,0.2166101038455963,0.030234644189476967,0.680156409740448,-0.19612234830856323,-2.624617338180542,0.46306413412094116,0.3752935826778412,-0.036719560623168945 +316,-1.6047092770851143,0.013941672662286004,2.198299780349043,-0.9993278980255127,-0.013941220939159393,0.033903155475854874,-0.2376917600631714,-0.2680497169494629,-1.9627807140350342,0.3858940601348877,0.85232013463974,-0.08059501647949219 +317,-1.5586637655717483,0.10922363221429891,2.154869315154594,-0.9939677715301514,-0.10900659114122391,-0.01205996610224247,-0.8607444167137146,1.2978216409683228,-0.33617934584617615,0.3411511182785034,0.9837930202484131,0.038366079330444336 +318,-1.4738735469909476,-0.010320430255514348,2.0358660885515936,-0.9952536821365356,0.010320247150957584,-0.09676595032215118,-1.3032832145690918,0.34043702483177185,3.307990312576294,0.42697060108184814,0.8215736746788025,-0.06368017196655273 +319,-1.5385041273660163,-0.40001891879471124,1.982264751193206,-0.9205734729766846,0.3894357681274414,-0.0297376811504364,-0.6172768473625183,-0.5184446573257446,4.069991588592529,0.11642003059387207,0.1064901351928711,-0.05719161033630371 +320,-1.5834767732849837,-0.77911731493084,1.9444891949957512,-0.7114769816398621,0.7026516199111938,0.009022329933941364,-0.6734125018119812,-0.28633400797843933,3.3479342460632324,-0.29194098711013794,-0.19790607690811157,0.11002671718597412 +321,-1.77587303082148,-1.0534215506367497,1.7589786188513936,-0.48423588275909424,0.8691205978393555,0.10072147101163864,-0.5540024638175964,-0.1078752875328064,1.2962406873703003,-1.2499558925628662,-0.4369460344314575,-0.20597662031650543 +322,-1.7655845039110565,-1.0761876086844733,1.7281911621901316,-0.46571049094200134,0.8801544904708862,0.09187989681959152,0.7784493565559387,-0.3232378661632538,-0.7245848774909973,-1.1711914539337158,-0.35200202465057373,-0.24135494232177734 +323,-1.740262823276051,-0.8871349811320784,1.9337222795347353,-0.6225876212120056,0.7752652764320374,0.10652950406074524,-0.1580907553434372,-0.4037075936794281,-3.870051622390747,-1.2702041864395142,0.4042849540710449,-0.07985709607601166 +324,-1.674707842817778,-0.47380257189441305,2.1101625590632453,-0.8850399851799011,0.45627325773239136,0.09229828417301178,1.488121747970581,-0.8368691802024841,-3.974088668823242,0.0882108211517334,0.5283611416816711,-0.19036650657653809 +325,-1.6653805846066427,-0.1146860453761905,2.235179613951494,-0.9889903664588928,0.11443480104207993,0.09382287412881851,0.1916646510362625,0.25818967819213867,-3.2608675956726074,0.4311900734901428,0.6774810552597046,-0.08324849605560303 +326,-1.6230688909511222,0.1787953972253706,2.2462442795664748,-0.9827146530151367,-0.17784430086612701,0.05141585320234299,-1.0421056747436523,1.6936917304992676,-2.450890302658081,0.34024322032928467,1.1412689685821533,0.1854158639907837 +327,-1.4312113768970687,0.3288825729022755,2.108795635094288,-0.9371989369392395,-0.3229856789112091,-0.13167516887187958,-1.3274158239364624,0.9038776159286499,-0.4498758316040039,0.8456004858016968,1.2080106735229492,0.1591409593820572 +328,-1.4239974782017124,0.039463102356785344,2.0120722970951603,-0.9884741902351379,-0.03945286199450493,-0.14615827798843384,-0.9261067509651184,-1.9479098320007324,5.247228145599365,0.13944464921951294,1.1856777667999268,0.05266767740249634 +329,-1.532056302067614,-0.6044859994107766,2.0486856225309453,-0.8221770524978638,0.5683392286300659,-0.03186710178852081,0.1936141699552536,-0.19223619997501373,5.586920261383057,-0.7786988019943237,0.4687091112136841,-0.04293149709701538 +330,-1.591042688637915,-1.0327616809947453,1.9833135994916773,-0.5123441815376282,0.8587175011634827,0.0103745236992836,-1.5343430042266846,0.3624379336833954,3.2784435749053955,-0.8180543780326843,-0.20249801874160767,0.04135274887084961 +331,-2.0533902773861743,-1.2751830089201928,1.510474930969327,-0.2580554187297821,0.9566236734390259,0.1351984143257141,-0.6555165648460388,-0.964970588684082,2.526392698287964,-1.2831432819366455,-0.4042555093765259,-0.42801451683044434 +332,-1.814821462330322,-1.3193528823453802,1.795546428072974,-0.24143052101135254,0.9685543179512024,0.0601130910217762,0.665259838104248,0.29866230487823486,-2.8569560050964355,-1.485437035560608,-0.38585180044174194,0.0377873070538044 +333,-1.6942785930009991,-0.9345762113865841,2.0628800158630085,-0.5896352529525757,0.8043473362922668,0.07318183034658432,0.11367426067590714,-1.1752088069915771,-5.028757095336914,-1.0902199745178223,0.8715101480484009,-0.3139655590057373 +334,-1.6383071929754756,-0.44998101951943337,2.1296156753436306,-0.8984042406082153,0.4349484443664551,0.06074436008930206,0.5297214984893799,0.5259420871734619,-4.645907878875732,-0.018725275993347168,0.8551669120788574,-0.3604574203491211 +335,-1.5820147653321777,-0.02366191331421036,2.2204382103759843,-0.9996570944786072,0.023659706115722656,0.011215061880648136,0.805941641330719,0.5523214340209961,-3.5936412811279297,0.41394853591918945,0.9653692245483398,-0.14482104778289795 +336,-1.5402395703301301,0.310902797868982,2.2943399859152995,-0.9516133666038513,-0.30591827630996704,-0.02908727154135704,0.3958970904350281,1.3594768047332764,-2.7835958003997803,0.5762166380882263,1.2383370399475098,0.07645058631896973 +337,-1.3717213824693486,0.4573091224539474,2.2939279670090125,-0.8795232772827148,-0.4415353238582611,-0.1774413138628006,-0.8612037301063538,1.3411738872528076,0.2954848110675812,1.0958471298217773,1.2183297872543335,0.4002653956413269 +338,-1.341395503695722,0.14164860714390412,2.1694565852755234,-0.964049756526947,-0.14117540419101715,-0.22511662542819977,-2.8780837059020996,-1.5019291639328003,5.645512580871582,0.2124476432800293,1.4541178941726685,0.07440556585788727 +339,-1.4940802719934234,-0.5838131511652245,2.0831578447478147,-0.831912636756897,0.5512095093727112,-0.06394655257463455,-1.6559383869171143,-0.7240607142448425,5.308389663696289,-1.067699670791626,0.591032862663269,-0.06280826032161713 +340,-1.5836704251299818,-1.0613665533993328,1.9160026542508832,-0.48763933777809143,0.873022735118866,0.006278263404965401,-0.8534592986106873,0.13720375299453735,4.272839069366455,-1.0518505573272705,-0.07387411594390869,-0.23346638679504395 +341,-2.0539857746329577,-1.2800269484603595,1.3475967746653335,-0.25386887788772583,0.9580236077308655,0.13319776952266693,-0.9184780120849609,1.3115880489349365,2.0674052238464355,-1.1287147998809814,-0.41587865352630615,-0.7206459045410156 +342,-2.1214644153759084,-1.3506659914329109,1.2964434944012986,-0.186078742146492,0.9758689999580383,0.11425696313381195,0.27636414766311646,-0.371070921421051,-1.2440861463546753,-1.728182077407837,-0.5163657069206238,-0.31079018115997314 +343,-1.7537659657182605,-1.0562250676499643,1.7809173211507399,-0.48394647240638733,0.8705037832260132,0.08954904973506927,1.0604100227355957,-1.1956435441970825,-5.165893077850342,-1.3321088552474976,0.772837221622467,-0.581019401550293 +344,-1.5709367184290706,-0.5140931429459004,2.0835417150772897,-0.8707391023635864,0.4917454123497009,0.00012224448437336832,1.4891358613967896,0.359622061252594,-5.16141939163208,-0.06299197673797607,1.0069422721862793,-0.1315920352935791 +345,-1.5560659729745234,-0.06136010547464517,2.211526676182198,-0.9980098009109497,0.06132160872220993,-0.014702100306749344,1.039656400680542,-0.44252175092697144,-3.863589286804199,0.4175196886062622,0.9908634424209595,-0.07297486066818237 +346,-1.5503498355820544,0.2556636228403483,2.256303280311187,-0.9672934412956238,-0.2528875172138214,-0.019780512899160385,-0.022369084879755974,0.39670035243034363,-2.5872621536254883,0.31145548820495605,1.291980504989624,-0.040964722633361816 +347,-1.4051143515332507,0.41124137611047745,2.2449043268005875,-0.9040730595588684,-0.3997475206851959,-0.1511744111776352,0.1459461748600006,1.1077452898025513,0.6737306118011475,1.1022847890853882,1.081968069076538,0.17606152594089508 +348,-1.4143358988284633,0.1331718905775501,2.1729693582622773,-0.9790389537811279,-0.1327786147594452,-0.15444315969944,-2.4328041076660156,-0.7074224352836609,4.633963108062744,0.6446578502655029,1.1338772773742676,0.13051742315292358 +349,-1.5279353645131737,-0.4786365604914998,2.105190777882848,-0.8868086338043213,0.4605693817138672,-0.038032762706279755,-0.4597032070159912,-0.5119455456733704,5.421453952789307,-0.5482348203659058,0.5714893937110901,-0.11334967613220215 +350,-1.6048966345619855,-0.883978531127217,1.9944114278369673,-0.633711040019989,0.7732676863670349,0.02161812223494053,-0.5968812704086304,-0.2552160620689392,3.9074862003326416,-0.7081010341644287,0.05069160461425781,-0.21413826942443848 +351,-1.8033930873510844,-1.1813184185621721,1.7772814771364864,-0.36948099732398987,0.9251074194908142,0.08752419054508209,-1.1052792072296143,0.8225625157356262,1.8580857515335083,-1.292445421218872,-0.4447757601737976,-0.12382481247186661 +352,-1.7879036842854055,-1.2603360830869557,1.77298875485889,-0.2983253002166748,0.9521930813789368,0.0658058151602745,0.6614372730255127,-0.7070080637931824,-0.8467031717300415,-1.5288536548614502,-0.5982959866523743,0.016790032386779785 +353,-1.7385221521162468,-1.0022617396255253,1.9626987212653098,-0.5308425426483154,0.8426908254623413,0.08988042175769806,0.2573300004005432,-1.2013522386550903,-4.353862285614014,-1.306758165359497,0.5358797311782837,-0.33315134048461914 +354,-1.6401649318524913,-0.5324465180816879,2.14122821577717,-0.8594955801963806,0.5076426863670349,0.059717826545238495,1.035866141319275,0.06922242045402527,-4.596160888671875,0.016615331172943115,0.6625537872314453,-0.18889880180358887 +355,-1.618119354636742,-0.1086254819300362,2.256063553809648,-0.9929929971694946,0.1084119901061058,0.04702654480934143,0.5216231942176819,-0.1877952218055725,-3.8259785175323486,0.4260375499725342,0.8533494472503662,-0.09670913964509964 +356,-1.6251360009526308,0.20278967343146861,2.269789392457927,-0.9780628085136414,-0.20140261948108673,0.05319998785853386,-0.9163276553153992,0.6894478797912598,-2.215169668197632,0.34698981046676636,1.2866992950439453,-0.0035631656646728516 +357,-1.4913991856661162,0.3463084055026302,2.198074978668407,-0.9376688003540039,-0.3394277095794678,-0.0746050551533699,-0.5951610207557678,1.1348425149917603,-0.33492475748062134,0.8091898560523987,1.1231648921966553,0.1595202088356018 +358,-1.4509990645830535,0.11337906439608146,2.1307440530767514,-0.9864583611488342,-0.11313630640506744,-0.11874360591173172,-0.6089209318161011,-0.9493955969810486,4.443604469299316,0.342903733253479,1.1001815795898438,-9.185075759887695e-05 +359,-1.5048094039027662,-0.3956216722286626,2.1317509085057336,-0.9207490086555481,0.38538190722465515,-0.06084573268890381,-0.5156645774841309,0.10832647979259491,5.636248588562012,-0.3431059718132019,0.629464864730835,-0.02425253391265869 +360,-1.5147793189946053,-0.8498418703765148,2.1167909090648975,-0.6590666174888611,0.7511760592460632,-0.03695760294795036,-0.3606380522251129,0.4092393219470978,4.481147766113281,-0.6597352623939514,0.11480605602264404,-0.058852314949035645 +361,-1.6464331869687985,-1.1834545928126903,1.9306383579958994,-0.37664854526519775,0.9259164333343506,0.02854296565055847,-1.6037172079086304,1.5601963996887207,2.2297048568725586,-1.4134057760238647,-0.3950021266937256,-0.04297780990600586 +362,-1.7930612207945755,-1.2282825988782806,1.6904003091327313,-0.3275943994522095,0.941913366317749,0.07403593510389328,0.005529791582375765,-0.22407691180706024,-0.5809206366539001,-1.254391074180603,-0.45930832624435425,-0.2634584903717041 +363,-1.7464664438900397,-1.0381207679133837,1.9522596329544477,-0.5000241994857788,0.8614513874053955,0.08875417709350586,0.7605617642402649,-2.440849542617798,-3.4510252475738525,-1.1606050729751587,0.251295804977417,-0.30417776107788086 +364,-1.7198923758603768,-0.6449428420367384,2.1437048622310066,-0.7902684807777405,0.601152777671814,0.11870681494474411,0.07182858139276505,0.5585484504699707,-4.511444568634033,-0.3011012673377991,0.4956490397453308,-0.201027974486351 +365,-1.6388507282631954,-0.18718244094050335,2.218382370401202,-0.9802581667900085,0.18609128892421722,0.06681406497955322,0.6401958465576172,-0.03603518754243851,-4.230566024780273,0.385745108127594,0.8013201951980591,-0.19198191165924072 +366,-1.679370598953386,0.16243022719113345,2.27672067608467,-0.9810262322425842,-0.16171692311763763,0.10693473368883133,-0.09060905873775482,-0.9411361217498779,-2.4340858459472656,0.480690598487854,1.2529339790344238,-0.2241680771112442 +367,-1.6272770925699842,0.2636998729951294,2.291532987861149,-0.9638926386833191,-0.2606543004512787,0.05449935793876648,-0.19805856049060822,1.874039888381958,0.006946583278477192,0.6513774991035461,1.1066017150878906,0.016530264168977737 +368,-1.5232485256516173,0.053069470489073185,2.2219030890589084,-0.9974637031555176,-0.05304456502199173,-0.04746297746896744,-1.2257260084152222,0.15356208384037018,3.856083393096924,0.3754695653915405,1.0079090595245361,0.05463462322950363 +369,-1.520128644125163,-0.4327938849553765,2.18571064319952,-0.9066326022148132,0.4194087088108063,-0.04597632214426994,0.021263347938656807,-0.6242422461509705,5.383360385894775,-0.10504043102264404,0.5304813981056213,-0.08572232723236084 +370,-1.5449973356698665,-0.8608699782938133,2.18972999494072,-0.6515610218048096,0.758409857749939,-0.01681334711611271,-0.7375139594078064,1.086582899093628,4.128052234649658,-0.5686843395233154,0.03011852502822876,0.04604923725128174 +371,-1.595826361524511,-1.1431977938877156,2.0797291864575063,-0.4145568311214447,0.9099642038345337,0.010378539562225342,-0.8992177844047546,0.49137911200523376,1.026790738105774,-1.3203216791152954,-0.33293789625167847,0.036908507347106934 +372,-1.6657632685673514,-1.1412663754970718,1.9117344617846905,-0.41456717252731323,0.9091616272926331,0.039488960057497025,0.1678721308708191,0.4342179000377655,-0.7500733733177185,-1.1950976848602295,-0.5390748977661133,-0.2739555835723877 +373,-1.6481503201147485,-0.9278428043177991,2.0667878083555973,-0.5977688431739807,0.8003284335136414,0.046332258731126785,-0.02122163400053978,-0.8889281153678894,-3.609628438949585,-1.217706561088562,0.1576945185661316,-0.07463729381561279 +374,-1.6171277555220445,-0.4951147649608339,2.116597328360778,-0.8789697885513306,0.47513264417648315,0.040753092616796494,0.5566264986991882,0.251365602016449,-4.477524757385254,-0.11547589302062988,0.5559952259063721,-0.22105097770690918 +375,-1.578735994896426,-0.07390863711662567,2.210681491750895,-0.9972386360168457,0.07384137064218521,0.007917909882962704,0.896237313747406,0.05214964225888252,-3.7510921955108643,0.3208165168762207,0.8929097652435303,-0.05357217788696289 +376,-1.537135703037533,0.23207593517799266,2.22438971759855,-0.9726396203041077,-0.22999830543994904,-0.03275202587246895,-0.7356173396110535,0.9997695088386536,-2.1159160137176514,0.4058825373649597,1.1804378032684326,0.10405629873275757 +377,-1.4348487912252856,0.3226357108532263,2.1623566410519848,-0.9396523833274841,-0.31706738471984863,-0.12853625416755676,-0.312845379114151,0.6481844186782837,0.34134215116500854,0.7433328628540039,1.0345051288604736,0.13631828129291534 +378,-1.405402333270907,0.07291646135341115,2.093233639104665,-0.9837325215339661,-0.07285186648368835,-0.1642034649848938,-1.8417092561721802,-0.599026083946228,3.621948719024658,0.21800082921981812,1.0338504314422607,0.12451536953449249 +379,-1.4345980885543401,-0.42107114069916796,2.078666033775293,-0.9041998386383057,0.40873825550079346,-0.1239176020026207,-0.32415735721588135,-0.6041884422302246,5.3098578453063965,-0.24616020917892456,0.42919808626174927,-0.009840957820415497 +380,-1.5244763359377014,-0.8365463878616913,2.04908607899053,-0.6693119406700134,0.7423335313796997,-0.031024714931845665,-0.8187268972396851,-0.4211411476135254,4.207306861877441,-0.6918636560440063,-0.001656651496887207,-0.08576607704162598 +381,-1.7412056349977565,-1.146239712157957,1.8028774229990596,-0.4059505760669708,0.911221444606781,0.06985525041818619,-1.4304872751235962,0.48384344577789307,1.90598726272583,-1.2675113677978516,-0.3580750823020935,-0.1542515754699707 +382,-1.8804650333651454,-1.2225905529624237,1.6164530922033267,-0.3249821364879608,0.9399864077568054,0.10398201644420624,0.19195686280727386,-0.5435280203819275,-0.5617966055870056,-1.3911585807800293,-0.5887137651443481,-0.28431034088134766 +383,-1.7486861777505596,-1.0451139311568283,1.8973241347647736,-0.49388450384140015,0.8649817109107971,0.08879566192626953,1.0438776016235352,-1.8886950016021729,-3.251579523086548,-1.146618366241455,0.1505821943283081,-0.22919178009033203 +384,-1.700100440177092,-0.634461544631142,2.0926894680038424,-0.7986677289009094,0.5927439332008362,0.10385044664144516,0.07746287435293198,0.7005513310432434,-5.028846263885498,-0.5842517614364624,0.7157125473022461,-0.2623738944530487 +385,-1.5404793705773727,-0.10711017076485914,2.2003830356293332,-0.9938123822212219,0.1069054827094078,-0.03013860061764717,0.8358891606330872,1.7406418323516846,-5.502231121063232,-0.16817498207092285,1.022733211517334,-0.07121026515960693 +386,-1.3667255283201394,0.3747430441307763,2.2521466275564994,-0.9112913608551025,-0.3660334050655365,-0.18859323859214783,1.1933212280273438,1.245347023010254,-3.3409955501556396,0.2566741108894348,1.1342066526412964,0.08884651958942413 +387,-1.2273884691603147,0.6414627387122682,2.2460266911985514,-0.7544402480125427,-0.5983680486679077,-0.2697695791721344,0.11688242107629776,2.3878023624420166,-1.1902068853378296,0.362060546875,0.9731086492538452,0.3342684507369995 +388,-1.107472052035681,0.6504877707082838,2.203143130993437,-0.7118898630142212,-0.6055746674537659,-0.35565727949142456,-0.888678252696991,1.3525320291519165,-0.15267141163349152,-0.06249362230300903,0.49267494678497314,0.27538082003593445 +389,-1.001481167300615,0.5260096082160823,2.1008018233706296,-0.7284101843833923,-0.5020864009857178,-0.4661845266819,-1.1753263473510742,-1.0092389583587646,1.314998745918274,0.10969674587249756,0.448375403881073,0.10990703105926514 +390,-1.1254431437144798,0.2923481381966203,2.0844457561155187,-0.8641671538352966,-0.2882015109062195,-0.41249871253967285,-1.3929880857467651,-1.2823517322540283,2.6912519931793213,0.47610557079315186,0.6175014972686768,0.29686760902404785 +391,-1.2395862290594648,-0.08353897825387763,2.05860720702173,-0.942351758480072,0.0834418460726738,-0.3240535855293274,-1.81234872341156,0.26869502663612366,4.247722148895264,0.003020644187927246,0.2433098554611206,-0.1177646815776825 +392,-1.2943514934795373,-0.48403384813492856,1.983533425862614,-0.851518452167511,0.465353399515152,-0.24158354103565216,-1.4521896839141846,0.8177601099014282,2.3779494762420654,-2.3877696990966797,-0.5617736577987671,-0.939080536365509 +393,-1.098697114285151,-0.37316028649268385,1.873836156790062,-0.8293233513832092,0.3645600378513336,-0.423460453748703,1.3271104097366333,1.5985573530197144,-2.8459720611572266,-0.9688944220542908,-0.4943665564060211,-0.8966078758239746 +394,-0.8500806921379278,-0.00648282718858675,1.8960925326714229,-0.7513179183006287,0.00648278184235096,-0.6599087119102478,3.1413207054138184,2.838310956954956,-2.6344101428985596,-0.3300725221633911,0.5433982014656067,-0.2922855615615845 +395,-0.5649937872701517,0.37948962210315895,1.9302773784371376,-0.49731817841529846,-0.37044644355773926,-0.7845024466514587,2.8091418743133545,2.723353147506714,-1.6122688055038452,0.13246527314186096,0.8728725910186768,0.496157169342041 +396,-0.4571942815142092,0.59943477002614,1.918931109629759,-0.36447063088417053,-0.5641759037971497,-0.7408553957939148,0.9322018027305603,0.2076016366481781,-1.2049434185028076,0.11033546924591064,0.5590184330940247,0.38401341438293457 +397,-0.40438775645926445,0.6790460456648804,1.8946386163419986,-0.30617648363113403,-0.6280509829521179,-0.7154074907302856,0.5333717465400696,0.3992236852645874,-0.42389124631881714,-0.19145837426185608,0.0685265064239502,0.03111189603805542 +398,-0.3667980740657928,0.6944540446724338,1.8579917075933667,-0.27557116746902466,-0.6399660110473633,-0.717289388179779,0.27806204557418823,0.39278244972229004,-0.49254822731018066,-0.26837411522865295,0.04987812042236328,-0.21876102685928345 +399,-0.36263862011320125,0.705255711569636,1.8623775699027973,-0.2701171934604645,-0.6482285857200623,-0.7119244933128357,-0.27938157320022583,-0.7244386076927185,0.4302656054496765,-0.10094606876373291,0.25020307302474976,0.2878827452659607 +400,-0.40536669676613024,0.6340640374360511,1.86135548572009,-0.3177034854888916,-0.5924237370491028,-0.7403368353843689,-0.7370214462280273,-1.5814300775527954,0.22501900792121887,0.1466372013092041,0.5030072331428528,0.6330065131187439 +401,-0.6851499061883644,0.48484302664837386,1.8760977204536116,-0.5598589777946472,-0.4660694897174835,-0.6850818991661072,-2.188847780227661,-3.519512414932251,2.116886615753174,0.3452898859977722,0.7525074481964111,0.6836933493614197 +402,-0.8852175591446464,0.07833109715231673,1.931150529208977,-0.7716792821884155,-0.07825101912021637,-0.6311797499656677,-2.8448739051818848,1.3591653108596802,3.901402235031128,-0.3565250635147095,0.34840789437294006,-0.0324249267578125 +403,-1.0300020338746465,-0.3384651931022837,1.8378807325500082,-0.8086615204811096,0.3320397436618805,-0.48560917377471924,-2.9287357330322266,-1.0281928777694702,3.2189838886260986,-0.41243839263916016,0.2887793481349945,-0.6366442441940308 +404,-1.3114336386486156,-0.6593562786277573,1.8684524478751445,-0.7639510631561279,0.6126081943511963,-0.2027062028646469,-0.24481165409088135,-2.638258218765259,2.1464362144470215,-1.349955677986145,-0.21323996782302856,-0.5403205156326294 +405,-1.385163712573063,-0.6578070308183818,1.9038632720163147,-0.7777394652366638,0.6113829612731934,-0.14605534076690674,1.8420413732528687,-0.06685296446084976,-1.0839136838912964,-0.4782571792602539,-0.9524016976356506,-0.6169604063034058 +406,-1.3922857066822214,-0.4221235993902026,2.103914643034955,-0.8977251052856445,0.40969857573509216,-0.16197766363620758,1.4834227561950684,-1.6945298910140991,-3.029059886932373,-0.7377424240112305,-0.09071362018585205,-0.2072697877883911 +407,-1.3180360808265217,-0.05029551559711321,2.1080542126586743,-0.9670014381408691,0.0502743124961853,-0.2497612088918686,0.42425698041915894,1.7349227666854858,-3.6523234844207764,-0.0017027854919433594,0.9190402626991272,-0.11725842952728271 +408,-1.2331906101545236,0.24149029927095506,2.0804511205292253,-0.9161711931228638,-0.23914994299411774,-0.3216175436973572,0.6466519236564636,0.49249663949012756,-1.7851033210754395,0.4099149703979492,1.1572407484054565,0.2840656340122223 +409,-1.210114426124289,0.23347801942055832,2.0515579564525357,-0.9102697968482971,-0.23136256635189056,-0.3433369994163513,-1.143629789352417,-0.5687638521194458,1.5318447351455688,0.5753393769264221,0.8702175617218018,0.36079299449920654 +410,-1.3077532629491995,-0.03976000444834636,2.0050106541661212,-0.9648401737213135,0.03974952921271324,-0.25981467962265015,-1.6915169954299927,-1.1903722286224365,3.8222384452819824,0.3999139070510864,0.7001796960830688,0.23537006974220276 +411,-1.5126863810908096,-0.46041335511478104,1.961969285400488,-0.8943568468093872,0.4443184435367584,-0.05202960595488548,-0.6759247779846191,-1.897223949432373,4.172549724578857,-0.10416316986083984,0.24438703060150146,-0.06975079327821732 +412,-1.8534668956564835,-0.8534845431847989,1.8529676404631303,-0.6312734484672546,0.7535755634307861,0.18335206806659698,-1.0387629270553589,-1.0634890794754028,3.6422715187072754,-0.9790934324264526,-0.13480108976364136,0.016217604279518127 +413,-2.146087619843749,-1.0532306691559417,1.5519470617934328,-0.4151255190372467,0.8690261840820312,0.2691919505596161,0.20668119192123413,-0.218874990940094,1.3713221549987793,-1.2796529531478882,-0.33860015869140625,-0.17455697059631348 +414,-2.0702323273631067,-1.0514511908173185,1.67077212000392,-0.43568864464759827,0.8681443929672241,0.23769882321357727,0.2105380892753601,0.19408851861953735,-1.8442847728729248,-1.2602646350860596,-0.23066270351409912,0.2909724712371826 +415,-1.6263017684729841,-0.7643379025116026,1.912880144697161,-0.7207292318344116,0.6920592188835144,0.04004552587866783,1.788737416267395,2.9682657718658447,-3.897665500640869,-0.49080342054367065,0.34488236904144287,-0.06584811210632324 +416,-1.3704580808000792,-0.4341417168328748,2.1036386045431703,-0.8890861868858337,0.42063188552856445,-0.1805398017168045,1.8477734327316284,0.12586063146591187,-2.443485736846924,0.37796252965927124,0.21633097529411316,-0.02788001298904419 +417,-1.3082191236506442,-0.17329358737899037,2.2053567499284648,-0.9512598514556885,0.17242753505706787,-0.25568249821662903,0.8350386023521423,-0.21852906048297882,-2.10398530960083,0.4607508182525635,0.6162077188491821,0.11580514907836914 +418,-1.5431666635052652,0.053473399050015503,2.1181547277502224,-0.9981896281242371,-0.053447920829057693,-0.027586663141846657,-1.7194890975952148,-2.413383960723877,-1.9224128723144531,0.3336692452430725,0.9443017840385437,-0.2687084674835205 +419,-1.6653105825747776,0.10948035600219087,2.000976048560057,-0.989576518535614,-0.10926178097724915,0.09380858391523361,-0.08859309554100037,-1.5904854536056519,1.8101438283920288,0.6315138339996338,0.7838070392608643,-0.2636237144470215 +420,-1.6648733152701907,-0.232086930325947,2.024043349567303,-0.9688852429389954,0.23000900447368622,0.09141966700553894,1.426123023033142,0.3978786766529083,4.331132888793945,0.08483660221099854,0.492281049489975,-0.09758424013853073 +421,-1.4417663183610376,-0.7117657708787232,2.1936655079921556,-0.7509151697158813,0.6531718373298645,-0.09743189066648483,0.8971591591835022,1.8342193365097046,3.985426902770996,-0.26870763301849365,-0.162891685962677,0.18636012077331543 +422,-1.2710711993357038,-1.003129705697633,2.272620729520617,-0.5136957168579102,0.8431578278541565,-0.1587500125169754,-0.7640308737754822,-0.03763171285390854,2.308913469314575,-0.6579809188842773,-0.1807432770729065,0.1436590552330017 +423,-1.381037603681964,-1.2472947403684265,2.1821616971031133,-0.31218215823173523,0.9481281042098999,-0.05996071547269821,-0.18425776064395905,-0.9005047082901001,1.314505934715271,-1.3789951801300049,-0.2744678854942322,-0.2691560983657837 +424,-1.4077000424585269,-1.2164327661254997,2.164316167612696,-0.3423890471458435,0.9378675222396851,-0.056342847645282745,0.3843196630477905,-0.01293976604938507,-1.0169551372528076,-1.0228453874588013,-0.07818722724914551,-0.17469048500061035 +425,-1.5341601608015607,-0.9724287798228629,2.2137722169447294,-0.56291663646698,0.826256275177002,-0.020632337778806686,-0.21511779725551605,-1.5530339479446411,-3.2052698135375977,-0.5998641848564148,0.2909618616104126,-0.06510686874389648 +426,-1.6360716927695844,-0.6268328161340582,2.2379983144130207,-0.808164656162262,0.5865826606750488,0.05282829701900482,0.34004876017570496,-0.8505285382270813,-3.748581647872925,0.09786802530288696,0.23424869775772095,-0.19340753555297852 +427,-1.6369249561618036,-0.27930121902252675,2.2771107064781337,-0.9591473340988159,0.2756839990615845,0.06351971626281738,-0.020609037950634956,0.05004705861210823,-3.1704514026641846,0.4351757764816284,0.6064876317977905,-0.15397381782531738 +428,-1.6064751666991932,-0.011220626285648537,2.228594551088031,-0.9993007779121399,0.011220390908420086,0.035669028759002686,-1.6525391340255737,1.0413281917572021,-1.9414827823638916,0.49818676710128784,0.9900460839271545,0.0003111399710178375 +429,-1.436875228527571,0.03191550425275839,2.1099610651010856,-0.9905412197113037,-0.031910087913274765,-0.1334531456232071,-0.017009340226650238,1.027442216873169,1.0530823469161987,0.7144182324409485,0.9533883929252625,0.004485860466957092 +430,-1.4563812743351634,-0.3013557607501185,2.0643005613106484,-0.9486912488937378,0.2968151569366455,-0.10902069509029388,-1.794664978981018,-0.6049912571907043,4.881704330444336,0.12389278411865234,0.978682279586792,0.06899692118167877 +431,-1.4685679794737745,-0.7857763775546263,2.066082118908214,-0.7031490206718445,0.7073741555213928,-0.07213322073221207,0.12523479759693146,-0.0004681316204369068,4.0203118324279785,-0.36914706230163574,0.1228564977645874,0.062352366745471954 +432,-1.5143494546308804,-1.1343707992002396,1.9198078227794506,-0.4220295548439026,0.9062684178352356,-0.023847581818699837,-1.7316299676895142,1.522711157798767,2.368248224258423,-0.6257151365280151,-0.2341340184211731,-0.07275581359863281 +433,-2.008385158964046,-1.2698218744524108,1.2978038334283213,-0.2685181200504303,0.9550480842590332,0.12562304735183716,-1.9741077423095703,0.45629817247390747,1.6185451745986938,-0.7782806158065796,-0.09149223566055298,-0.4035007953643799 +434,-2.3924621393686065,-1.345590466936751,0.9313814027815648,-0.1520727574825287,0.9747481346130371,0.16352371871471405,1.1588232517242432,-0.7442213892936707,0.18995317816734314,-1.5840569734573364,-0.06904745101928711,-0.44111168384552 +435,-1.7594529021370209,-1.1779398489169761,1.7204183300370517,-0.37603598833084106,0.9238193035125732,0.07179545611143112,0.8548310995101929,-1.5805518627166748,-4.760173797607422,-1.2016617059707642,0.4822627305984497,-0.1931181102991104 +436,-1.6199088275877829,-0.6876959918891605,2.04041180811669,-0.7717788815498352,0.6347585320472717,0.037934496998786926,1.5466374158859253,-0.6085451245307922,-4.821120262145996,0.020375072956085205,0.6430887579917908,-0.1523449420928955 +437,-1.5911615281858833,-0.25516483516317656,2.1910253805616797,-0.9674211740493774,0.2524048984050751,0.01970445178449154,0.9748702049255371,-0.8144845962524414,-4.204996585845947,0.4268937110900879,0.7356017231941223,-0.11540758609771729 +438,-1.6494937049548286,0.06228584266259021,2.2201991305033597,-0.994971752166748,-0.062245577573776245,0.07846371829509735,-0.6524360775947571,0.056890565901994705,-1.7966077327728271,0.4743266701698303,1.1209156513214111,-0.19252312183380127 +439,-1.5167532765487688,0.20066940840410516,2.11795847416587,-0.978502631187439,-0.1993253529071808,-0.05293281003832817,-1.1060693264007568,2.342047929763794,-0.45868489146232605,0.7096275687217712,1.152007818222046,0.007186952978372574 +440,-1.424075994080728,-0.01649855156858969,2.085238510448129,-0.9891212582588196,0.01649780385196209,-0.1461746096611023,-0.48804888129234314,-1.091392159461975,3.8326406478881836,0.3972785472869873,0.9499176144599915,0.1129256933927536 +441,-1.4971968263519844,-0.5139223079039955,2.096721386457898,-0.8684656023979187,0.49159666895866394,-0.06403429806232452,-0.12285306304693222,-0.09014663845300674,5.453875541687012,-0.18864810466766357,0.5123401284217834,-0.07274544984102249 +442,-1.50425975417567,-0.9601384541890694,2.0493006880841684,-0.5721378326416016,0.8192709684371948,-0.03812436759471893,-1.3968539237976074,0.5013713240623474,3.5599050521850586,-0.6078243255615234,0.010898709297180176,0.021507561206817627 +443,-1.7520003550213907,-1.2392598715221756,1.7339199540286685,-0.3201668858528137,0.9455433487892151,0.058658961206674576,-1.0041619539260864,0.15535755455493927,2.4334592819213867,-1.217384934425354,-0.16301167011260986,-0.3472636938095093 +444,-2.017882894336672,-1.2776354450945901,1.3836129036269118,-0.2605762481689453,0.9573352336883545,0.12493766844272614,-0.6813446879386902,1.3108160495758057,-0.7005040049552917,-1.2450847625732422,-0.336653470993042,-0.39100515842437744 +445,-1.7440080533291722,-1.1383053337328193,1.7256906800988678,-0.41286173462867737,0.9079245328903198,0.07223636656999588,0.9356563091278076,-1.9991155862808228,-3.2945470809936523,-1.2463788986206055,0.1389961838722229,-0.1545422077178955 +446,-1.6136676506862817,-0.767028451113371,2.021179675670729,-0.7193145751953125,0.6939988732337952,0.030856875702738762,1.8058770895004272,-0.7127674221992493,-4.2796807289123535,-0.3796844482421875,0.5784010291099548,-0.2664220333099365 +447,-1.5571662279653868,-0.3301806129876609,2.2050109449918316,-0.9458960890769958,0.3242138922214508,-0.012893455103039742,1.226694941520691,-0.46832770109176636,-4.183769702911377,0.2983739376068115,0.6522418260574341,-0.1609652042388916 +448,-1.5523035352572454,0.044485191249816036,2.2700373450384523,-0.9988398551940918,-0.044470518827438354,-0.018473442643880844,-0.1565636843442917,0.6888013482093811,-3.1032755374908447,0.5116267204284668,0.9609286785125732,0.005442440509796143 +449,-1.4268697947046516,0.24315033778338763,2.198920222953927,-0.9605488777160645,-0.24076148867607117,-0.139211043715477,0.03691822662949562,1.0569058656692505,-0.37501955032348633,0.894005298614502,0.989372968673706,-0.12676489353179932 +450,-1.3707359769239056,0.13806852405316827,2.275557001036504,-0.9707280397415161,-0.13763028383255005,-0.19683730602264404,-0.6589980721473694,0.25760817527770996,3.1506805419921875,0.7296544909477234,0.966762363910675,0.36604201793670654 +451,-1.421245663771832,-0.34195223236428246,2.188432631402419,-0.9315862655639648,0.3353269398212433,-0.14036737382411957,-1.6623600721359253,-1.0716004371643066,5.983681678771973,-0.22098636627197266,1.002929925918579,-0.26739323139190674 +452,-1.4650474291420241,-0.8595944839667186,2.1171572902447644,-0.6490984559059143,0.7575779557228088,-0.06889846175909042,-1.3237531185150146,1.3419666290283203,3.461395740509033,-0.6266583800315857,0.05737876892089844,-0.11941021680831909 +453,-1.6197904607838298,-1.1988806462506545,1.9044082979685282,-0.3629644215106964,0.9316328763961792,0.017797371372580528,-0.6781855821609497,-0.671503484249115,2.9990878105163574,-1.1023064851760864,-0.28083038330078125,-0.3217524290084839 +454,-1.8331365598437581,-1.3450298758865322,1.6386467290413318,-0.2161945402622223,0.9746228456497192,0.058054495602846146,-0.3286500871181488,0.18053187429904938,0.26533272862434387,-1.4682537317276,-0.48568546772003174,-0.22849512100219727 +455,-1.7666365325781082,-1.183555857205432,1.7223540868597984,-0.3704162836074829,0.9259546995162964,0.07348427176475525,-0.05865349993109703,-0.4062269330024719,-3.6886558532714844,-1.362280249595642,0.15125489234924316,-0.28054606914520264 +456,-1.6134031051732458,-0.7346373553261978,1.9443050898236856,-0.7414001822471619,0.670318067073822,0.03160780295729637,1.5710012912750244,-0.1342068463563919,-4.772572040557861,-0.3077482581138611,0.7948917746543884,-0.30213093757629395 +457,-1.52550352443662,-0.3170913079418169,2.143466935613816,-0.9491719007492065,0.3118042051792145,-0.04302007704973221,1.8486307859420776,-0.26938122510910034,-3.734287977218628,0.3656911253929138,0.6565033197402954,-0.08307850360870361 +458,-1.5298661028756662,0.02597928394015635,2.2472231781804997,-0.9988254308700562,-0.025976361706852913,-0.04090499132871628,0.20659859478473663,0.18464653193950653,-2.6590936183929443,0.5541079044342041,0.9637357592582703,0.06602096557617188 +459,-1.4600892552602336,0.18950204344335808,2.1827822673831863,-0.9760860800743103,-0.18836987018585205,-0.10850326716899872,-0.7894541025161743,0.5893727540969849,-0.81059730052948,0.6478237509727478,0.988601803779602,-0.019792616367340088 +460,-1.3613703349380968,0.09199206350015138,2.1031444174419023,-0.9740146398544312,-0.09186237305402756,-0.20701943337917328,-1.492315411567688,0.1950085461139679,2.4111368656158447,0.6207277774810791,0.8267866969108582,0.2524753510951996 +461,-1.4391586632891509,-0.33496793693589993,2.007222377554158,-0.936249852180481,0.32873889803886414,-0.12396260350942612,-1.1676716804504395,-1.1281390190124512,5.026030540466309,-0.189528226852417,0.734752893447876,-0.051345571875572205 +462,-1.5806383690958432,-0.7910446640916661,1.857356469255826,-0.7030689120292664,0.7110881805419922,0.0069198571145534515,-1.7812823057174683,0.2116384208202362,3.60912823677063,-0.6097973585128784,0.03508186340332031,-0.12860870361328125 +463,-1.8195954225718833,-1.0241291650707793,1.5246812568906345,-0.5038367509841919,0.8542618155479431,0.12800633907318115,-1.836859107017517,0.5503604412078857,2.434309244155884,-0.7084130644798279,-0.06312400102615356,-0.33837926387786865 +464,-2.1416549881138827,-1.1795366435979915,1.137951541412802,-0.32088494300842285,0.9244294166564941,0.2060661017894745,-0.16752608120441437,-0.23075376451015472,1.338773488998413,-1.2078931331634521,-0.46117258071899414,-0.4082603454589844 +465,-2.1051838088592545,-1.1479380512052135,1.2110951131743368,-0.35315564274787903,0.9119197130203247,0.209006667137146,0.3579394221305847,-0.362175852060318,-2.160166025161743,-1.3140349388122559,-0.16909128427505493,-0.5255197286605835 +466,-1.7808516575138007,-0.8508599589827693,1.6813700165996932,-0.6448440551757812,0.7518476843833923,0.1374809443950653,2.028637647628784,-0.5438357591629028,-4.356289386749268,-0.598319947719574,0.6044296622276306,-0.3627464771270752 +467,-1.5924960985005607,-0.4625627655396104,2.0211383280495188,-0.8947011232376099,0.446243017911911,0.019417857751250267,2.293714761734009,-0.07261677086353302,-3.6943118572235107,0.24525654315948486,0.5756380558013916,-0.08228409290313721 +468,-1.534053524097356,-0.11365940960135994,2.179544439293146,-0.9928771257400513,0.11341485381126404,-0.03649751469492912,0.45059946179389954,0.16098840534687042,-3.2825934886932373,0.27083128690719604,0.9300727248191833,0.14681851863861084 +469,-1.4737773556266214,0.13690765305104724,2.17575808223144,-0.9859840869903564,-0.13648036122322083,-0.09596043080091476,-0.1287151575088501,0.40167516469955444,-1.5475994348526,0.6407082676887512,1.0219478607177734,0.08122045546770096 +470,-1.3535809977386781,0.19618777404930585,2.0861394483744427,-0.957768976688385,-0.19493165612220764,-0.21137703955173492,-1.4998708963394165,1.3031995296478271,0.30007895827293396,0.6827903389930725,0.8947759866714478,0.28805243968963623 +471,-1.316328675383978,-0.09324322754581899,1.9295370365949378,-0.9635933041572571,0.093108169734478,-0.2506366968154907,-2.6332080364227295,-1.3457292318344116,5.206794261932373,0.36032187938690186,0.9667062759399414,0.06260266900062561 +472,-1.4891747332762988,-0.681623827100299,1.8726623215873974,-0.7739654183387756,0.6300548315048218,-0.06331295520067215,-0.8393496870994568,-0.10366405546665192,4.477870941162109,-0.7087310552597046,0.22246897220611572,-0.019710123538970947 +473,-1.7786594413279755,-1.0465620772357969,1.5181334567840916,-0.48977556824684143,0.865707516670227,0.10329831391572952,-1.9124536514282227,-0.2070903480052948,2.7763524055480957,-1.059662938117981,-0.13719189167022705,-0.5341912508010864 +474,-2.157421248569731,-1.1724710010089987,1.0333018192489163,-0.32302767038345337,0.9217118620872498,0.2147095650434494,-0.5795847773551941,0.10814815759658813,1.059063196182251,-1.2238014936447144,-0.5480089783668518,-0.6259492039680481 +475,-2.1064307365091923,-1.1345370757569442,1.0895799872025127,-0.363371342420578,0.9063386917114258,0.2156648337841034,0.9483429789543152,-0.036364901810884476,-1.7526614665985107,-1.1687636375427246,-0.20283228158950806,-0.6690187454223633 +476,-1.7172387158559492,-0.8769331725191761,1.608700596801324,-0.6326665282249451,0.7687812447547913,0.09331722557544708,2.2386839389801025,-0.5105549693107605,-4.538576602935791,-0.8611993193626404,0.6508811116218567,-0.37658143043518066 +477,-1.5238270081001482,-0.42803988237740564,1.9322003136211445,-0.9087777733802795,0.41508832573890686,-0.04271608963608742,1.9967962503433228,0.29832905530929565,-4.286375999450684,0.06511932611465454,0.7537959218025208,0.01776796579360962 +478,-1.4523442701467837,-0.022898663478451844,2.069069831786968,-0.9927325248718262,0.0228966623544693,-0.11814428120851517,1.3287149667739868,0.14405794441699982,-3.482966661453247,0.4361833333969116,0.9495917558670044,0.12786410748958588 +479,-1.40994521010444,0.24362928952829377,2.05572149109527,-0.957941472530365,-0.24122631549835205,-0.15542875230312347,-0.5216289758682251,0.7323096990585327,-1.5802485942840576,0.5800575613975525,1.161453366279602,0.13405120372772217 +480,-1.3679973685809663,0.25194103036376225,1.9954750814015652,-0.9485840201377869,-0.24928417801856995,-0.19505321979522705,-1.199930191040039,0.36712899804115295,1.648094892501831,0.7554382681846619,1.004517912864685,0.24725353717803955 +481,-1.4037423161097577,-0.08516885050385677,1.9103336735685443,-0.9825047254562378,0.08506592363119125,-0.16567540168762207,-1.388357400894165,-0.9895541667938232,3.905942678451538,0.11905562877655029,0.7790393233299255,-0.03371119499206543 +482,-1.474824819865971,-0.5476095657131431,1.8630863529568897,-0.8498426079750061,0.5206478238105774,-0.08181200921535492,-0.8718867301940918,-0.6147288084030151,3.8993070125579834,-0.34182292222976685,0.14616119861602783,-0.05194651335477829 +483,-1.5798524710464745,-0.9217400366603348,1.7278602688534408,-0.6044101715087891,0.7966545820236206,0.005473775323480368,-1.4213387966156006,0.15284256637096405,3.2862632274627686,-0.7621364593505859,-0.058892130851745605,-0.08689463138580322 +484,-1.8763779353197256,-1.1428809252284275,1.3167812921779816,-0.3957502841949463,0.909832775592804,0.12484441697597504,-1.0517827272415161,0.45617878437042236,1.3263195753097534,-1.0922715663909912,-0.33385926485061646,-0.5308350324630737 +485,-1.9567504850302733,-1.198326383718323,1.2592119355637164,-0.3371470868587494,0.9314313530921936,0.13699409365653992,0.5464665293693542,-0.317780464887619,-0.14597956836223602,-1.1415363550186157,-0.4254651665687561,-0.3317878246307373 +486,-1.7414188074564947,-1.110973212860578,1.6413008114790761,-0.4373454451560974,0.8961310386657715,0.07535362243652344,1.6766208410263062,-2.3666374683380127,-2.568603754043579,-1.1800861358642578,0.047243595123291016,-0.26650047302246094 +487,-1.6786535355098429,-0.7634787786052518,1.9732875902733555,-0.7182369828224182,0.6914387941360474,0.07776883989572525,1.0283113718032837,-1.0659765005111694,-4.483205318450928,-0.4946994185447693,0.5646799206733704,-0.26409387588500977 +488,-1.6069417942657536,-0.3163805125689025,2.1204886107192307,-0.9497469067573547,0.31112876534461975,0.03434400632977486,0.8873627185821533,-0.04096949100494385,-4.542255401611328,0.2510165572166443,0.7486093044281006,-0.12037301063537598 +489,-1.5989126854895668,0.05645958817808903,2.1737178303252107,-0.9980119466781616,-0.05642959848046303,0.028067858889698982,-0.29619261622428894,0.2730898857116699,-2.865420341491699,0.4271807074546814,1.0362117290496826,-0.010108234360814095 +490,-1.4898488251501254,0.2821967041844679,2.08229047537987,-0.9573010802268982,-0.278466135263443,-0.07766082882881165,-0.7057576775550842,1.4269533157348633,-1.1647989749908447,0.5945539474487305,1.1745691299438477,-0.060370199382305145 +491,-1.3483788570122919,0.16056953849540417,2.0472897358364377,-0.9628204107284546,-0.15988044440746307,-0.2177506536245346,-1.0329667329788208,0.04250871390104294,3.739107847213745,0.7696898579597473,0.9724872708320618,0.2983323335647583 +492,-1.4111347147050601,-0.40831067777963875,2.072621313088015,-0.9061196446418762,0.39705944061279297,-0.14591450989246368,-0.0873381644487381,-1.02834951877594,6.640812873840332,-0.13263767957687378,0.969334602355957,-0.01389080286026001 +493,-1.4147333454873467,-1.0282017839244784,2.115538977092949,-0.5100843906402588,0.8563718199729919,-0.08025792986154556,-1.6536370515823364,0.5117392539978027,5.123867988586426,-0.823472797870636,0.22037994861602783,0.08326392620801926 +494,-2.129840134012808,-1.3221071502962087,1.3000348579407115,-0.20866310596466064,0.969235897064209,0.13054345548152924,-2.030909299850464,1.0596022605895996,2.446416139602661,-0.9994667768478394,0.09211969375610352,-0.6030927896499634 +495,-3.0699682763183462,-1.4317120949269422,0.3612255725697312,-0.009921303950250149,0.9903433918952942,0.13828158378601074,1.2109640836715698,-1.2488508224487305,1.02956223487854,-1.5494048595428467,-0.41343897581100464,-0.30809664726257324 +496,-2.121109765700322,-1.4022284104016647,1.3468798598610574,-0.1430017650127411,0.9858260154724121,0.08773680776357651,0.6800720691680908,-0.9914007186889648,-3.188467264175415,-1.209369421005249,0.08070242404937744,-0.3258655071258545 +497,-1.7107854081066225,-0.9721485619366674,1.9394674054422594,-0.5580132603645325,0.8260983824729919,0.07863006740808487,0.7638626098632812,-1.7878338098526,-5.97648811340332,-0.8264014720916748,1.0787630081176758,-0.34344637393951416 +498,-1.597968799712299,-0.39417811274733894,2.15180183591059,-0.922971785068512,0.3840494453907013,0.025085600093007088,1.4232628345489502,0.7935036420822144,-5.184150695800781,0.3061198592185974,0.8636312484741211,-0.1433107852935791 +499,-1.5574394967751855,0.06663591152848068,2.2945977488705087,-0.9976917505264282,-0.06658660620450974,-0.013326792046427727,0.8240261077880859,-0.12103018164634705,-3.624439001083374,0.6167713403701782,1.0385409593582153,0.09122294187545776 +500,-1.521754886389017,0.31681449827416114,2.2785620228583254,-0.9490901827812195,-0.3115411698818207,-0.04658210277557373,-0.7582051157951355,0.6897287964820862,-1.539201259613037,0.5940639972686768,1.241228699684143,0.03077399730682373 +501,-1.3701832123752669,0.28423501642694,2.186671646366737,-0.9406256079673767,-0.28042325377464294,-0.1912747323513031,-1.4477335214614868,0.8210919499397278,2.277726650238037,0.882917046546936,1.0281497240066528,0.2777005136013031 +502,-1.4587236299641604,-0.20813682087698457,2.088093486804188,-0.97227942943573,0.20663729310035706,-0.10942450165748596,-1.0626564025878906,-1.9653438329696655,6.477574348449707,-0.08278948068618774,1.2515383958816528,-0.21032345294952393 +503,-1.5576347384491047,-0.804018259905964,2.088363571896579,-0.6937586069107056,0.72014981508255,-0.009131492115557194,-0.45599910616874695,-0.12391197681427002,4.296467304229736,-0.7728552222251892,0.16675204038619995,0.05582338571548462 +504,-1.7240913110375344,-1.1317808380810908,1.76759275576895,-0.420064240694046,0.9051705598831177,0.06490293145179749,-1.9713592529296875,1.4177522659301758,2.5499212741851807,-0.6985270977020264,-0.09704983234405518,-0.24126410484313965 +505,-2.2642928364970394,-1.3082907076703156,1.1636129734516214,-0.19956064224243164,0.965742826461792,0.16588108241558075,-0.3743773400783539,-0.7956681251525879,2.366448402404785,-1.2354063987731934,-0.2556902766227722,-0.46026885509490967 +506,-2.491714765482229,-1.3468776301343675,0.93050828146143,-0.1343613713979721,0.975034773349762,0.1767885386943817,0.2913542687892914,1.0647563934326172,-1.3935543298721313,-1.5114973783493042,-0.30399906635284424,-0.3718569278717041 +507,-1.8856338405568058,-1.172625032965031,1.64641126901706,-0.3686750829219818,0.9217715859413147,0.1200663149356842,0.7832109928131104,-1.7671313285827637,-3.8639025688171387,-1.4176713228225708,0.5414242148399353,-0.24233496189117432 +508,-1.6492521608269346,-0.6546959146291086,1.9988806015296576,-0.7907930016517639,0.6089180707931519,0.062169935554265976,1.7638071775436401,0.26740017533302307,-6.241060256958008,-0.2781461477279663,1.109297752380371,-0.2739619016647339 +509,-1.537274961041868,-0.12238847471729727,2.227686111085473,-0.9919624328613281,0.1220831647515297,-0.0332643948495388,1.982826828956604,-0.1691979020833969,-4.3746137619018555,0.4563482999801636,1.098268985748291,0.006347890943288803 +510,-1.5327423145670542,0.23955119413490994,2.33001575272342,-0.9707412719726562,-0.2372666597366333,-0.03695844113826752,0.11222435534000397,0.810472309589386,-2.543644428253174,0.6526565551757812,1.1537705659866333,0.1295030117034912 +511,-1.4123243781315133,0.3724616576380422,2.268204204973911,-0.9197630286216736,-0.36390939354896545,-0.14698916673660278,-0.5801709890365601,1.1690022945404053,0.25235116481781006,0.8848814964294434,1.1448543071746826,0.15118534862995148 +512,-1.3548810089422407,0.08703896693668402,2.168099504711171,-0.9730831980705261,-0.08692911267280579,-0.21343059837818146,-2.6473023891448975,-1.7878167629241943,5.160628318786621,0.5307308435440063,1.333038091659546,0.07195109128952026 +513,-1.5401066318609957,-0.5887933805897119,2.2062276669132213,-0.8312198519706726,0.5553579926490784,-0.025517895817756653,0.5553424954414368,0.21902520954608917,5.891155242919922,-0.8948085904121399,0.6113290190696716,0.12015295028686523 +514,-1.4660509347931237,-1.0126661069831107,2.209276873746739,-0.5266984105110168,0.8482468128204346,-0.05537188798189163,-1.3618109226226807,0.5927563309669495,2.9721877574920654,-0.8102461099624634,-0.27602696418762207,0.22559893131256104 +515,-1.905535676754598,-1.2334285510561274,1.6201256256181105,-0.3126325011253357,0.9436292052268982,0.1087426245212555,-1.8056029081344604,0.693918764591217,1.6938767433166504,-1.2397356033325195,-0.3069562315940857,-0.4474114179611206 +516,-2.16173533568751,-1.254979998687994,1.3461335027716061,-0.25792160630226135,0.9505431652069092,0.1730438619852066,0.1423221081495285,-0.03209304064512253,-1.521316647529602,-1.560605525970459,-0.3753783702850342,-0.3927398920059204 +517,-1.7884397976741384,-1.0405447456242174,1.7400780664918711,-0.49381953477859497,0.8626798391342163,0.10920638591051102,1.293908715248108,-0.907019317150116,-3.393202304840088,-1.1119086742401123,0.39755892753601074,-0.3055412769317627 +518,-1.7186116252548471,-0.6440661810107556,2.0787016151532463,-0.7909408211708069,0.6004519462585449,0.11777215451002121,1.2817552089691162,-1.4866669178009033,-4.489284515380859,-0.34036117792129517,0.8218656182289124,-0.26733875274658203 +519,-1.6080563819732765,-0.21095859063740285,2.2417538405968434,-0.9771519899368286,0.2093973308801651,0.036425597965717316,1.2954487800598145,0.6849172711372375,-4.5645294189453125,0.3749333620071411,0.7752981185913086,-0.17352581024169922 +520,-1.5960773801481931,0.17205264550874105,2.3696662182736037,-0.9849206805229187,-0.1712050437927246,0.024905137717723846,0.3100464940071106,0.0910157710313797,-2.8457906246185303,0.5920068025588989,1.0662856101989746,0.08372223377227783 +521,-1.4668728606264798,0.3448638816155025,2.269718948734858,-0.9360439777374268,-0.33806857466697693,-0.097628653049469,-1.231370210647583,1.6136573553085327,-0.39203011989593506,0.8249905109405518,1.0654550790786743,-0.015606820583343506 +522,-1.3675665562426857,0.1635825078717914,2.1885435376683446,-0.9663447737693787,-0.1628539264202118,-0.19913923740386963,-2.1265029907226562,-0.8178787231445312,4.314924716949463,0.5908564925193787,1.1006286144256592,0.29989302158355713 +523,-1.5002772447751038,-0.47314372851242137,2.1296058623558927,-0.8879277110099792,0.45568689703941345,-0.06271984428167343,0.025257790461182594,-0.5994693040847778,6.207813739776611,-0.458965539932251,0.8604751825332642,-0.18398427963256836 +524,-1.4965660327880095,-0.9988805810483266,2.1707049945077053,-0.539753258228302,0.8408656120300293,-0.04013979434967041,-0.19274082779884338,-0.6074526906013489,4.760335922241211,-0.8143116235733032,0.15350377559661865,0.007623318582773209 +525,-1.8796758688020736,-1.3205886425692301,1.7280308772015949,-0.2358870953321457,0.9688610434532166,0.07526981085538864,-2.21533203125,1.8542426824569702,2.015230178833008,-1.2132248878479004,-0.18057674169540405,-0.18760502338409424 +526,-2.3831231395034176,-1.3664496456307467,1.141552613691253,-0.1395755559206009,0.9791937470436096,0.14730267226696014,0.407084584236145,-0.4829033315181732,0.1239863708615303,-1.2708247900009155,-0.45737379789352417,-0.37938880920410156 +527,-1.992101685835134,-1.3024915528916117,1.60982499217009,-0.24191653728485107,0.9642216563224792,0.10841227322816849,0.7266553640365601,-1.6584148406982422,-2.615757465362549,-1.3463555574417114,-0.023852884769439697,-0.2360062450170517 +528,-1.741447039577714,-0.8883522164136202,2.0013678129346655,-0.6215307712554932,0.7760335803031921,0.10710639506578445,0.5004664659500122,0.0024189543910324574,-5.658876895904541,-0.7284601330757141,0.9891948699951172,-0.36740612983703613 +529,-1.5715908940497738,-0.3694660924945686,2.2213287308669605,-0.9325200915336609,0.3611176013946533,0.0007409500540234149,2.0019211769104004,0.1439862996339798,-4.576638221740723,0.30033308267593384,0.8850524425506592,-0.13367557525634766 +530,-1.5547574607435033,0.04658331533622942,2.3816510235745683,-0.9987867474555969,-0.046566467732191086,-0.01602078042924404,0.9843447804450989,0.2687571048736572,-3.5608198642730713,0.5095289349555969,1.0885586738586426,0.046309471130371094 +531,-1.4628306139826417,0.31770801117399716,2.3799385203035617,-0.9444226622581482,-0.3123900890350342,-0.10236331075429916,-0.3672254979610443,0.8851317167282104,-1.5524308681488037,0.8070172667503357,1.1552093029022217,0.059425123035907745 +532,-1.3941054712831715,0.23101841418424876,2.3584177803465303,-0.9582780003547668,-0.228969007730484,-0.17110326886177063,-0.4637501537799835,-0.2361176759004593,3.107896089553833,0.6122850775718689,0.8329729437828064,0.07933695614337921 +533,-1.4075907254753899,-0.17156916069687544,2.3284832826347555,-0.9722247123718262,0.1707286834716797,-0.16009649634361267,-1.2580088376998901,0.2921074628829956,4.713014602661133,0.20109128952026367,0.7760791778564453,-0.004484832286834717 +534,-1.460308770839478,-0.7050279861439995,2.2387198164808675,-0.7569494843482971,0.6480551362037659,-0.08397549390792847,-1.9127113819122314,0.36778688430786133,4.9111433029174805,-0.3318871259689331,0.34301841259002686,-0.04483925551176071 +535,-1.7409962830096124,-1.130018491039647,1.9013385092092594,-0.4204787015914917,0.9044200778007507,0.07226459681987762,-1.9754035472869873,-1.1894268989562988,4.2674407958984375,-1.0070269107818604,0.12290853261947632,-0.32105910778045654 +536,-2.2916364463352537,-1.3061678902616918,1.285791300556963,-0.19649024307727814,0.9651897549629211,0.17262756824493408,0.6997565627098083,2.029670000076294,-0.03471571207046509,-1.3215303421020508,-0.40622979402542114,-0.5155535936355591 +537,-1.8173057761948068,-1.2860857726183124,1.7634160057300254,-0.2723885476589203,0.9597429633140564,0.06854033470153809,0.6750676035881042,-3.0157949924468994,-1.4112507104873657,-1.4334830045700073,-0.06156492233276367,-0.15540862083435059 +538,-1.6836817328575036,-0.947440155829802,2.1205991199458127,-0.5800477862358093,0.8119238018989563,0.06575848907232285,0.6296163201332092,0.39452576637268066,-5.287238597869873,-0.7928159832954407,0.6665612459182739,-0.22907328605651855 +539,-1.531564736671394,-0.42335710725490855,2.302503419343498,-0.9110133051872253,0.4108234941959381,-0.0357588492333889,1.4356530904769897,-0.24997137486934662,-4.792652130126953,0.3389918804168701,0.7156261205673218,-0.020240899175405502 +540,-1.5714761999293199,0.006799606735241724,2.3809235754324583,-0.9999765157699585,-0.006799554452300072,0.0006798572721891105,0.14662645757198334,-0.3924170136451721,-3.563953161239624,0.5427165031433105,1.0739229917526245,0.047003865242004395 +541,-1.523743789374342,0.22462714445748258,2.2925210190688006,-0.973798394203186,-0.22274288535118103,-0.04585352912545204,-1.363977313041687,0.6373293399810791,-1.1045993566513062,0.598905086517334,1.0646922588348389,-0.13477998971939087 +542,-1.376866754340376,0.18521646800259267,2.2155778779194715,-0.9644714593887329,-0.1841593086719513,-0.18942011892795563,-0.6624346971511841,0.6153678894042969,2.619279384613037,0.915597677230835,0.8926401734352112,0.1009649932384491 +543,-1.4542618759937536,-0.2481098413023971,2.1859781997436407,-0.9628034830093384,0.24557211995124817,-0.11271045356988907,-1.0424680709838867,-0.7609924077987671,5.589849472045898,0.06802815198898315,0.9627103209495544,-0.06600045412778854 +544,-1.5143106903474175,-0.7791272914754868,2.1819989561111885,-0.7103922963142395,0.7026587128639221,-0.040169693529605865,-0.36813390254974365,-0.7564436197280884,4.212087631225586,-0.6780659556388855,0.1440972089767456,0.03168576955795288 +545,-1.681144640232498,-1.1369927269055127,1.951438634498915,-0.4177684783935547,0.9073735475540161,0.046288080513477325,-1.7417834997177124,1.3361811637878418,2.5998053550720215,-0.9965534210205078,-0.1438238024711609,-0.1672903299331665 +546,-2.034022547966439,-1.2720791840788321,1.4621499638576776,-0.26327982544898987,0.9557148218154907,0.13150125741958618,-0.575984001159668,0.3544117212295532,1.4240753650665283,-1.1628828048706055,-0.45748502016067505,-0.42433276772499084 +547,-1.9508630639843334,-1.2561255136325638,1.5781379706830665,-0.2874174416065216,0.950898289680481,0.11482042819261551,0.4895043671131134,-0.5792163014411926,-2.347282648086548,-1.4721193313598633,-0.21225082874298096,-0.24954020977020264 +548,-1.761813334358769,-0.9317223067989356,1.9152037093731753,-0.5856040120124817,0.8026484251022339,0.11324097961187363,0.8987952470779419,-1.3297313451766968,-4.615059852600098,-0.7956673502922058,0.7443639039993286,-0.38559508323669434 +549,-1.6243056028289424,-0.47134399921823095,2.1156169711106325,-0.8896836042404175,0.4540841579437256,0.04765181615948677,0.9835406541824341,0.9668983817100525,-4.688751220703125,0.06456458568572998,0.7377188205718994,-0.1888108253479004 +550,-1.5618960957576669,-0.030215632488101232,2.253782269640695,-0.9995039105415344,0.030211035162210464,-0.008896050974726677,1.1620594263076782,0.10681089758872986,-3.7806732654571533,0.5025709867477417,1.0188612937927246,-0.031905949115753174 +551,-1.529619891384446,0.26342065302359263,2.300738359342773,-0.9646866321563721,-0.260384738445282,-0.039744820445775986,-0.09445583820343018,0.7265867590904236,-1.6774859428405762,0.7285414934158325,1.1731959581375122,0.0479082427918911 +552,-1.4289714389329757,0.2829298462792171,2.281786447251074,-0.9506005048751831,-0.2791702151298523,-0.1357300728559494,-0.8108019232749939,1.0440776348114014,1.3238255977630615,0.9093712568283081,0.961466908454895,0.3348878026008606 +553,-1.4180553062803658,-0.0955558605494036,2.199933424573244,-0.9838489294052124,0.09541051089763641,-0.15145371854305267,-1.373874545097351,-0.4047497808933258,4.742692947387695,-0.10430115461349487,0.9297970533370972,0.012079939246177673 +554,-1.4841473596432244,-0.6137105654603554,2.0252750839600693,-0.8144497275352478,0.5759048461914062,-0.07074837386608124,-2.5686779022216797,0.014142635278403759,5.1071319580078125,-0.3212009072303772,0.5421829223632812,-0.16132253408432007 +555,-1.7009287552436878,-1.037142577838848,1.7718368302157954,-0.5043812990188599,0.860954225063324,0.06600939482450485,-1.5530802011489868,0.34140297770500183,3.835381507873535,-0.7115457653999329,0.08725738525390625,-0.22286975383758545 +556,-2.1529880849682845,-1.2400868071923725,1.2532739547949192,-0.2712204158306122,0.9458121657371521,0.17854590713977814,-1.034844994544983,0.34479206800460815,1.1067510843276978,-1.137486219406128,-0.14712148904800415,-0.4183988571166992 +557,-2.2827383016103537,-1.2833097060155831,1.1024580022513348,-0.21466906368732452,0.9589595794677734,0.18524029850959778,0.5922132134437561,-0.1469014436006546,-0.4307010769844055,-1.2695534229278564,-0.2785853147506714,-0.4159989356994629 +558,-1.8525244544856028,-1.163010923843579,1.685768404780332,-0.3809430003166199,0.9180013537406921,0.1102549210190773,1.395073413848877,-1.775759220123291,-3.726123332977295,-1.2093431949615479,0.36065471172332764,-0.3267008066177368 +559,-1.6051981944619862,-0.7211426420351896,2.0642912219349117,-0.7506075501441956,0.6602432727813721,0.025832492858171463,1.8043497800827026,-0.044895023107528687,-4.7905354499816895,-0.051699697971343994,0.6823013424873352,-0.22750794887542725 +560,-1.536907102153909,-0.29297211494289593,2.269826120982404,-0.9568400382995605,0.2887989580631256,-0.032438986003398895,1.4487882852554321,-0.4708106815814972,-3.764460802078247,0.4461894631385803,0.697498619556427,0.0032031573355197906 +561,-1.5219519851089904,0.02176738159121122,2.3368821336963572,-0.9985707402229309,-0.021765662357211113,-0.0488133542239666,0.025693781673908234,0.3931485712528229,-2.400254249572754,0.4946034550666809,1.0463018417358398,0.0913395881652832 +562,-1.451180388805792,0.14829837986141606,2.2959040159842874,-0.9819568991661072,-0.14775539934635162,-0.11802111566066742,-0.4976523816585541,1.3739845752716064,0.0077479504980146885,0.8017048239707947,0.9973495602607727,0.1383763551712036 +563,-1.3771032098726652,-0.0055096268100339645,2.2252980453345055,-0.9812851548194885,0.005509599111974239,-0.19248133897781372,-1.7539564371109009,0.2919660210609436,3.087186574935913,0.5304337739944458,1.008681058883667,0.21073085069656372 +564,-1.4300549561175204,-0.525354764381256,2.1712008405279164,-0.8565917611122131,0.5015199780464172,-0.12136026471853256,-0.6455056667327881,-1.3815348148345947,5.1658759117126465,-0.35825198888778687,0.560339093208313,-0.09442948549985886 +565,-1.5297385539791144,-0.94532194773382,2.097543406475797,-0.5849884152412415,0.8106854557991028,-0.024031827226281166,-1.0901100635528564,-0.29786941409111023,2.7745399475097656,-0.8239470720291138,-0.07190078496932983,-0.045731302350759506 +566,-1.853847177777115,-1.1600119691108663,1.6671496260963714,-0.3834388554096222,0.9168078899383545,0.11152715981006622,-1.368444561958313,0.8649894595146179,1.9646377563476562,-0.9379570484161377,-0.26969772577285767,-0.5136268138885498 +567,-2.005969461762163,-1.2574175438484236,1.5056684096144435,-0.2795422077178955,0.951297402381897,0.129958376288414,0.0732608437538147,-0.12360356748104095,0.075699083507061,-1.3137195110321045,-0.4309422969818115,-0.1849053055047989 +568,-1.842338015363671,-1.1504906536105257,1.6999534043084623,-0.393088698387146,0.9129642844200134,0.10944321006536484,0.5927847623825073,-0.42801564931869507,-2.8734467029571533,-1.2319419384002686,0.0436246395111084,-0.28249311447143555 +569,-1.6726582378715917,-0.7770152452382442,1.9805765177701105,-0.7093135714530945,0.7011544108390808,0.0725029706954956,1.3307368755340576,-0.48732227087020874,-4.550991535186768,-0.42488741874694824,0.7440207600593567,-0.3400810956954956 +570,-1.5632661652905016,-0.35928313892765584,2.194832271078993,-0.9361225962638855,0.351603239774704,-0.00704928720369935,1.6367847919464111,-0.049051664769649506,-3.885223388671875,0.347301185131073,0.6354420781135559,-0.08016997575759888 +571,-1.5572927193024604,-0.014656621663317255,2.3259184154976156,-0.9998014569282532,0.014656096696853638,-0.013501746580004692,0.7693666219711304,-0.3859435021877289,-2.807619571685791,0.4932554364204407,0.9643325209617615,0.057309746742248535 +572,-1.5388794530416672,0.1934971471168081,2.3029957034077233,-0.9808379411697388,-0.19229194521903992,-0.031315915286540985,-0.7615299820899963,1.2507466077804565,-1.0925624370574951,0.7618438601493835,1.0455329418182373,-0.01743590459227562 +573,-1.4113078534278045,0.11955229037130911,2.218019599195632,-0.9802614450454712,-0.11926770210266113,-0.15767961740493774,-1.5012859106063843,0.013329444453120232,2.9779787063598633,0.8092409372329712,0.8695728778839111,0.17423540353775024 +574,-1.4587288027744585,-0.3559985855279322,2.186646160732065,-0.931419312953949,0.3485265076160431,-0.10482104122638702,-0.428419828414917,-0.5547805428504944,5.906703472137451,-0.1222001314163208,0.9345240592956543,0.0781334638595581 +575,-1.5212347949718692,-0.9399071922468818,2.203917701810668,-0.5891386270523071,0.807503342628479,-0.02922254428267479,-0.1993863582611084,-0.6732292175292969,3.7935211658477783,-1.0610840320587158,-0.05738133192062378,0.08534431457519531 +576,-1.7972275728458982,-1.154701636029127,1.7513037123766213,-0.393873929977417,0.9146744012832642,0.09074149280786514,-2.6696083545684814,1.9373072385787964,1.520052433013916,-0.750291109085083,-0.13839876651763916,-0.28962457180023193 +577,-2.1558100411595835,-1.2132714739687327,1.2780205394187831,-0.29176080226898193,0.9367659091949463,0.19325008988380432,-0.12639249861240387,-0.19013582170009613,0.9900432229042053,-0.9142328500747681,-0.32813847064971924,-0.45875295996665955 +578,-2.1347687194920226,-1.1877590447366415,1.3104248239051193,-0.3158614933490753,0.927533745765686,0.19978150725364685,-0.16302239894866943,0.9815213084220886,-2.0250051021575928,-1.3522751331329346,-0.2017952799797058,-0.3927593231201172 +579,-1.6811481871369112,-0.8871470271734697,1.7516597793345074,-0.6277844905853271,0.7752729058265686,0.06955976784229279,2.3872108459472656,-0.5841714143753052,-4.30238676071167,-0.7257311344146729,0.6307329535484314,-0.34459948539733887 +580,-1.5856366883960298,-0.46927586926822407,2.0646139411497857,-0.8917978405952454,0.45224055647850037,0.013235573656857014,2.021740198135376,-0.558118999004364,-4.082296371459961,0.14233189821243286,0.6061547994613647,-0.17333078384399414 +581,-1.556482374813859,-0.082367137417063,2.2443311180597894,-0.9965076446533203,0.08227403461933136,-0.014264937490224838,1.2120757102966309,-0.020423203706741333,-3.263612985610962,0.5864429473876953,0.8104872107505798,0.03564250469207764 +582,-1.5415760943329921,0.14606287534698686,2.287081615489876,-0.988929271697998,-0.14554406702518463,-0.028904970735311508,-0.5668637156486511,0.5201919078826904,-1.427899718284607,0.5012585520744324,1.019613265991211,0.16110706329345703 +583,-1.4200832283350422,0.1631612101242228,2.2153290683543134,-0.9755334854125977,-0.16243824362754822,-0.14814908802509308,-0.6156622767448425,1.3179755210876465,1.156003475189209,0.7077417969703674,0.9995507001876831,0.22631990909576416 +584,-1.4029008117612813,-0.1692475296063583,2.121014195707471,-0.9718512296676636,0.16844068467617035,-0.16472013294696808,-1.90968918800354,-0.7884165644645691,4.787173271179199,0.09056472778320312,1.1000224351882935,0.08793790638446808 +585,-1.5266691108949295,-0.7076630831210395,2.050102460998864,-0.7591433525085449,0.6500597596168518,-0.033520642668008804,-0.9199044704437256,-0.1932254433631897,4.462855339050293,-0.6530727744102478,0.21526610851287842,-0.050463732331991196 +586,-1.6139547979214548,-0.9990204968120918,1.8346587893301107,-0.5406221747398376,0.8409413695335388,0.023346925154328346,-1.8533469438552856,1.2003926038742065,1.4813783168792725,-0.5593075752258301,-0.26045137643814087,-0.1714334487915039 +587,-1.8145580641767722,-1.101540644920788,1.481738218155224,-0.4388536810874939,0.8919051289558411,0.10914615541696548,-1.2680410146713257,1.4748008251190186,0.7718294858932495,-0.9553571939468384,-0.40788108110427856,-0.4275360107421875 +588,-1.7601246798016807,-1.0507074849559777,1.368499901101052,-0.4880770146846771,0.867775022983551,0.09352699667215347,0.3154659867286682,2.0434017181396484,-1.5687458515167236,-1.119176983833313,-0.4305649399757385,-0.611456036567688 +589,-1.4613474770335875,-0.7980124868844289,1.6337305456053581,-0.6939538717269897,0.715969979763031,-0.07625719159841537,2.3973968029022217,0.2757834792137146,-3.863935947418213,-1.2428900003433228,0.44026482105255127,-0.5750947594642639 +590,-1.1787331173387299,-0.35421806978886866,1.80717606988097,-0.8667513132095337,0.34685707092285156,-0.35837462544441223,3.244990825653076,1.3422107696533203,-4.158016681671143,-0.3101743459701538,0.8612575531005859,-0.14667606353759766 +591,-0.9613305578804615,0.08710048485920373,1.9175293813593455,-0.8168455958366394,-0.08699039369821548,-0.5702594518661499,3.3916032314300537,1.7450224161148071,-3.018301248550415,0.17567133903503418,0.9256744980812073,0.22144359350204468 +592,-0.8197263635161538,0.44917661129385655,1.9694059268547832,-0.6584515571594238,-0.4342239797115326,-0.6147283911705017,1.7187719345092773,0.8247979879379272,-1.5342451333999634,0.38110780715942383,0.93101966381073,0.493039608001709 +593,-0.8115195169571567,0.5662448971529688,1.9837669394910253,-0.6121249198913574,-0.5364668369293213,-0.5809530019760132,-0.010344769805669785,0.049216046929359436,-0.06875494122505188,0.18374967575073242,0.6181929111480713,0.3659566640853882 +594,-0.8468270602824128,0.4622326877735774,1.955478487745079,-0.6705626249313354,-0.4459476172924042,-0.5928545594215393,-1.8957840204238892,-1.00178062915802,1.0661001205444336,0.13497912883758545,0.5857181549072266,0.41425037384033203 +595,-1.0021497105151487,0.13456203714623208,1.857571706261584,-0.8350133299827576,-0.13415631651878357,-0.5336242914199829,-2.9132168292999268,-2.8702497482299805,3.164381980895996,0.03443044424057007,0.9077006578445435,0.11483156681060791 +596,-1.2267378023610744,-0.30898486420003013,1.8108091337243095,-0.8968116641044617,0.3040917217731476,-0.32133644819259644,-1.4964783191680908,-1.3052397966384888,4.311343193054199,-0.08116990327835083,0.47554081678390503,-0.16779929399490356 +597,-1.401033190614203,-0.7462521981896565,1.766394977987902,-0.7236835956573486,0.6788917779922485,-0.12404876202344894,-0.9665668606758118,-1.3611201047897339,4.45897102355957,-0.5576274394989014,0.26446759700775146,-0.46594756841659546 +598,-1.515183608051035,-1.0840111990256875,1.7412577426306983,-0.4670638144016266,0.8838412761688232,-0.026001499965786934,-0.6532387733459473,-0.13106946647167206,2.280864953994751,-1.3423385620117188,-0.35312533378601074,-0.2553858160972595 +599,-1.5838110483632963,-1.165041916509516,1.6316465446351038,-0.39467886090278625,0.9188048839569092,0.005136925261467695,0.37414002418518066,-0.6462523341178894,-0.6562255620956421,-1.3784687519073486,-0.4244964122772217,-0.42298364639282227 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/er10.csv b/BoostRunClub/CoreML/DataSet/Motion/running/er10.csv new file mode 100644 index 0000000..e433ae4 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/er10.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-2.065088659510316,-1.1922056857214038,-2.2545340322266285,-0.3253704905509949,0.9291864633560181,0.17534682154655457,3.2679333686828613,1.9719408750534058,-2.0984489917755127,-0.24900084733963013,0.33520251512527466,-0.7706378698348999 +1,-0.19118251629920935,0.41081983295286195,-1.1255177493377795,-0.17420914769172668,-0.3993610739707947,-0.9000899195671082,-0.0008064750581979752,0.20164625346660614,0.0015289168804883957,0.018432170152664185,0.014488637447357178,0.11249226331710815 +2,-0.16065130263379349,0.4290036779362313,-1.1143905367135587,-0.14546558260917664,-0.4159649610519409,-0.8976708054542542,0.39129364490509033,-0.06626581400632858,0.18324130773544312,0.08198902010917664,-0.23691284656524658,-0.15378183126449585 +3,-0.1701015889784346,0.486237880667218,-1.099854419367577,-0.14966215193271637,-0.4673031270503998,-0.8713374733924866,0.5641701221466064,-0.3330264687538147,-0.2397012859582901,-0.08614717423915863,-0.3577396273612976,-0.37625157833099365 +4,-0.10207920125843725,0.6104279207446864,-1.1821860359158065,-0.08349879086017609,-0.5732181668281555,-0.8151373267173767,0.5926774144172668,1.084861159324646,-0.721943199634552,0.033037975430488586,0.3379886746406555,0.1978124976158142 +5,-0.030798696039858124,0.5872922993312496,-1.267287985306144,-0.02563413977622986,-0.5541090369224548,-0.8320493102073669,-0.2819864749908447,0.001041335053741932,-0.7628799080848694,0.03355345129966736,-0.028547823429107666,0.06096166372299194 +6,-0.05404971427778227,0.5801574848454341,-1.2863705142114195,-0.04518389329314232,-0.548155665397644,-0.8351549506187439,0.06042572855949402,-1.0299500226974487,-0.181616872549057,0.05461382865905762,0.21104323863983154,0.3021196722984314 +7,-0.13565162674702613,0.6562414209969898,-1.3799135702990932,-0.10714627057313919,-0.6101433038711548,-0.7850126624107361,1.7544869184494019,-0.966645359992981,-0.8056055307388306,0.1974020004272461,0.027562737464904785,0.02567434310913086 +8,-0.07112726985241104,0.7912977012300365,-1.5246980406906472,-0.049954842776060104,-0.711266040802002,-0.701145589351654,0.3827095031738281,-0.590473473072052,-2.276632308959961,0.6727117896080017,-0.06403303146362305,-0.6303210854530334 +9,-0.043653766829619224,0.6787988871182271,-1.521767482480714,-0.03396613150835037,-0.6278586387634277,-0.7775859236717224,-1.2797001600265503,0.05361155793070793,2.4141669273376465,0.4277802109718323,0.34021520614624023,-0.2693043351173401 +10,-0.22116363038306935,0.6561896549029277,-1.2917050016663307,-0.17380790412425995,-0.6101022362709045,-0.7730239629745483,0.7633396983146667,-0.15401843190193176,1.5985997915267944,0.14638787508010864,1.0091042518615723,0.36256253719329834 +11,-0.4030318049707553,0.45702026818091784,-1.05513406120345,-0.35195714235305786,-0.4412761330604553,-0.825470507144928,-3.1038403511047363,-0.3697306513786316,2.000802755355835,-0.6240864992141724,0.3367534875869751,0.24908500909805298 +12,-0.5390461753507053,0.18293748109281954,-1.0644782075609807,-0.5047522187232971,-0.18191881477832794,-0.8438783884048462,-1.870143175125122,-2.5049595832824707,1.7593638896942139,-0.16960996389389038,-0.43719130754470825,-0.1544126272201538 +13,-0.7990079284632977,-0.07016788537312642,-1.0851022550104883,-0.7149009704589844,0.07011032104492188,-0.6957018375396729,-2.460754871368408,-1.6985307931900024,0.43656015396118164,-0.48288339376449585,-0.7801780700683594,-0.7361218333244324 +14,-0.9928288328891165,-0.14148471660606934,-0.9110376120801698,-0.8292054533958435,0.14101314544677734,-0.5408636927604675,-0.8084214925765991,-0.4013620913028717,2.872724771499634,-0.17169469594955444,-0.07004453241825104,0.32905644178390503 +15,-1.1158915122271806,-0.34452083957269897,-0.9270629602880675,-0.8455162048339844,0.337745726108551,-0.41355785727500916,-0.431212455034256,-2.763633966445923,2.047179937362671,0.12572866678237915,0.49349209666252136,-0.07855325937271118 +16,-1.2178053224877479,-0.7203511632314561,-0.8204304621190084,-0.7052343487739563,0.6596486568450928,-0.25982367992401123,-0.2752079367637634,-1.5551977157592773,4.796006202697754,-0.04500985145568848,0.1842692494392395,0.39686283469200134 +17,-1.4588235500609739,-0.9957859534047802,-1.003799288083881,-0.5404378771781921,0.8391866683959961,-0.06076851114630699,-0.6447532176971436,-0.43550097942352295,1.6082814931869507,0.06222736835479736,-0.39938247203826904,-0.6032177209854126 +18,-1.633496409546207,-0.9731009394949803,-0.9684530797940216,-0.561633288860321,0.8266347050666809,0.035260673612356186,0.1565927416086197,-2.0647034645080566,-1.087633728981018,-0.23977357149124146,-0.14517706632614136,-0.045407768338918686 +19,-1.7740777093078808,-0.9000615441969817,-0.9741798905073057,-0.6087634563446045,0.7833651900291443,0.12548352777957916,-0.595561683177948,0.4729537069797516,-0.4105716943740845,-0.3679821491241455,-0.1338900327682495,0.08562183380126953 +20,-1.7222744291332723,-0.7737627082903379,-1.0899570539572272,-0.7070956230163574,0.6988316178321838,0.1079363226890564,-0.7067691683769226,2.2724392414093018,-2.1355764865875244,0.2755618095397949,0.38043785095214844,-0.19465208053588867 +21,-1.6206732777018742,-0.6138764170487848,-1.1954685932493347,-0.8164047002792358,0.5760404467582703,0.040753576904535294,-0.08538127690553665,1.0118193626403809,-1.7144416570663452,0.32392728328704834,-0.07956528663635254,0.06759905815124512 +22,-1.5074397039959333,-0.4765874321825022,-1.1287937495126554,-0.886782705783844,0.45874956250190735,-0.056258853524923325,0.725220263004303,0.9370769262313843,-1.7295796871185303,0.5431854128837585,-0.3720645010471344,-0.08021579682826996 +23,-1.434132968224337,-0.34626139268797307,-1.121486552971952,-0.9318776726722717,0.33938348293304443,-0.12815235555171967,0.195741206407547,0.04864206165075302,-0.376727432012558,0.06745195388793945,-0.38219964504241943,-0.11226511001586914 +24,-1.47767164333251,-0.17776820753899167,-1.1186889317966533,-0.979976236820221,0.1768333911895752,-0.09152470529079437,1.4598009586334229,0.060661330819129944,-1.8369140625,-0.4167218804359436,-0.033171847462654114,-0.14928948879241943 +25,-1.5115491626284512,-0.03422866441298272,-1.1440882893682705,-0.9976608157157898,0.03422198072075844,-0.059177834540605545,0.014444651082158089,0.32099801301956177,-0.059736382216215134,-0.7061509490013123,0.21680036187171936,-0.13305240869522095 +26,-1.5691297270079996,-0.04249328245902255,-1.2138833536287497,-0.9990957975387573,0.04248049482703209,-0.0016650944016873837,-0.5592902302742004,-0.47815433144569397,0.7399511933326721,0.5752220153808594,0.2684478461742401,0.1745166778564453 +27,-1.5682142318020837,0.022315974786348763,-1.3314889524957203,-0.9997477531433105,-0.022314121946692467,-0.002581449458375573,-2.681685209274292,-0.10595285892486572,-0.4959212839603424,0.24457502365112305,-0.1976718306541443,0.25355803966522217 +28,-1.5229302316354618,0.08940510877068994,-1.4088729920618617,-0.9948652982711792,-0.08928605169057846,-0.047656718641519547,-1.2009350061416626,0.39348968863487244,-0.6981853246688843,0.0027540922164916992,-0.34987714886665344,-0.30477553606033325 +29,-1.473022797579419,0.09996660937270556,-1.5138162203245586,-0.9902554750442505,-0.09980019181966782,-0.09713047742843628,0.7670971155166626,0.14610019326210022,0.6866182088851929,-0.22815895080566406,-0.24982447922229767,-0.21314169466495514 +30,-1.3673673766781975,0.07510015095135214,-1.3364627103112783,-0.9766190052032471,-0.07502957433462143,-0.20145930349826813,1.1577743291854858,1.7568943500518799,-0.7387697696685791,-0.6794936656951904,-0.28880101442337036,-0.24211370944976807 +31,-1.1768345541752177,0.2574388079258566,-1.4414070538037858,-0.8929653763771057,-0.25460460782051086,-0.3712000548839569,-1.0980546474456787,1.6958670616149902,-2.4083352088928223,-0.27031904458999634,0.3336908519268036,0.01196238398551941 +32,-1.1140183045672007,0.3155700206773739,-1.4589735739467429,-0.8531604409217834,-0.3103584051132202,-0.4192790985107422,0.009468539617955685,-0.9201271533966064,0.7650254964828491,0.43778568506240845,0.1200355589389801,0.4740276634693146 +33,-1.2126427699437072,0.21023446596567497,-1.4563888690381075,-0.9159248471260071,-0.20868921279907227,-0.3428272604942322,0.20311683416366577,-0.6119847893714905,1.206486463546753,0.5666206479072571,-0.011006802320480347,0.16118663549423218 +34,-1.1793331500530486,0.047123994863989306,-1.4477706377802269,-0.9233255386352539,-0.047106556594371796,-0.38111773133277893,0.029281122609972954,4.955062389373779,-0.11175590008497238,-1.019926905632019,-0.38703653216362,-0.09260663390159607 +35,-0.9367131544522813,0.1677816814976475,-1.340680228271437,-0.7943024635314941,-0.1669955998659134,-0.5841199159622192,-1.5543007850646973,-0.8833435773849487,-1.5646123886108398,-0.8209776878356934,0.3951449990272522,0.25871098041534424 +36,-0.9616502181677854,0.12515600257618,-1.3471742893120233,-0.8137219548225403,-0.12482951581478119,-0.56769198179245,-0.2549085319042206,-0.597308337688446,1.3827992677688599,0.21408206224441528,0.6235630512237549,0.41093844175338745 +37,-1.1381104032330964,-0.13103681394238997,-1.1764040217209442,-0.9000598788261414,0.13066214323043823,-0.4157159626483917,-0.022016683593392372,-1.7785738706588745,2.589261531829834,-0.21528130769729614,-0.12094226479530334,0.06448912620544434 +38,-1.4287782689455906,-0.36825654095428423,-1.1636346381749094,-0.9235635995864868,0.3599894046783447,-0.13205169141292572,1.5448969602584839,-3.641554594039917,1.990869402885437,0.013712704181671143,-0.2059977650642395,-0.3340127170085907 +39,-1.6254854007860153,-0.49489594431700845,-0.9974619378689094,-0.8787024021148682,0.47494009137153625,0.04810338839888573,0.1419363021850586,-0.7516584396362305,1.4472095966339111,-0.31274956464767456,-0.31991085410118103,-0.35279083251953125 +40,-1.595237210560459,-0.5991864963933049,-1.0266858716173444,-0.8255479335784912,0.5639708638191223,0.020181139931082726,-0.7091659903526306,1.7165868282318115,-0.08273836970329285,-0.6137830018997192,0.00490725040435791,0.13382577896118164 +41,-1.4384677487835495,-0.4862065660785697,-1.1435124263517047,-0.8763823509216309,0.4672754406929016,-0.11665211617946625,-0.37801820039749146,1.6435033082962036,-1.0822746753692627,0.5402464866638184,0.8673955798149109,-0.05412423610687256 +42,-1.293204847713625,-0.47394928246846163,-0.9296971575311789,-0.8557107448577881,0.45640379190444946,-0.24383345246315002,2.1905362606048584,0.815093457698822,-0.5609784126281738,-0.10658478736877441,-0.17611512541770935,0.44503581523895264 +43,-1.214118577999032,-0.3951539552001743,-0.9641161193643237,-0.8648494482040405,0.38495028018951416,-0.32225555181503296,-0.5747414231300354,0.5376513600349426,-0.12082497775554657,0.6000332236289978,-0.23509374260902405,0.17664095759391785 +44,-1.1826505641979963,-0.48241805718907493,-1.0753584878554232,-0.8199775815010071,0.4639226198196411,-0.33527982234954834,-2.5366902351379395,1.6057531833648682,0.8375567197799683,-0.2594901919364929,-0.4704381823539734,0.08112946152687073 +45,-1.0321738247765997,-0.4185650385504528,-1.1862102867722382,-0.7843116521835327,0.4064497947692871,-0.4686722457408905,1.2654775381088257,3.130828857421875,0.1265244483947754,-0.01518779993057251,-0.142060786485672,0.7569413185119629 +46,-0.8887520367040017,-0.6740031449478179,-1.2539235823791095,-0.6065348982810974,0.6241187453269958,-0.4925355017185211,-0.8034403920173645,0.07412209361791611,2.4800498485565186,0.4470958113670349,0.09391403198242188,0.30030524730682373 +47,-1.0715783529362606,-1.0749305778873663,-1.4304360568422643,-0.4177261292934418,0.8795571327209473,-0.22778084874153137,-5.987158298492432,-1.0110348463058472,2.9504432678222656,0.14372408390045166,-0.11551910638809204,0.3502936363220215 +48,-2.4540346765874004,-1.2572233484869197,-2.727210927440921,-0.19576415419578552,0.9512374997138977,0.23837663233280182,-1.9413068294525146,2.060595750808716,0.31534191966056824,-0.5134795904159546,0.47820574045181274,0.19094453752040863 +49,-2.30707482843837,-1.1131296159089354,-2.7071419763484044,-0.32740318775177,0.8970859050750732,0.2967216968536377,-2.2564308643341064,-4.059230804443359,0.03337172046303749,-0.08034214377403259,0.20208078622817993,-0.43304377794265747 +50,-2.398989675211318,-1.0748409767786484,-2.6038847050722866,-0.32178837060928345,0.8795145153999329,0.3505800664424896,3.056635618209839,1.268017053604126,-1.3485045433044434,-0.5310100317001343,0.37628376483917236,-0.4028567373752594 +51,-1.2159093938721628,-1.0937172470883054,-1.6079654094058595,-0.430572509765625,0.8883399367332458,-0.15956006944179535,4.48914098739624,-1.5513989925384521,-0.5686264634132385,0.1361236572265625,0.9809226989746094,0.12586867809295654 +52,-1.2232623235070859,-0.9381798456402626,-1.2132458502566734,-0.5559087991714478,0.806483268737793,-0.20137040317058563,2.581993579864502,-1.7301236391067505,-1.6781816482543945,0.11085575819015503,-0.31833940744400024,0.3742830157279968 +53,-0.989487127879383,-0.7664222452999241,-1.1063720262670544,-0.6020675301551819,0.6935622692108154,-0.39558321237564087,-0.9256600141525269,2.5799810886383057,-0.18942378461360931,0.5210433602333069,-0.41154932975769043,0.7210684418678284 +54,-1.0789646341337693,-0.8504732638243124,-1.3312825254727365,-0.5814415216445923,0.7515926957130432,-0.3115033805370331,-0.028252219781279564,-3.73224139213562,-0.38979488611221313,-0.20214307308197021,0.4321536421775818,-3.2096452713012695 +55,-1.180542110282373,-0.8561628856652511,-1.4311999339792663,-0.6060672402381897,0.7553334832191467,-0.2493070513010025,-0.8488740921020508,-1.8500165939331055,0.9069510698318481,0.3249850273132324,0.09445905685424805,0.7252439260482788 +56,-1.2600695784510647,-0.8999298730929801,-1.3400522178640935,-0.5918945074081421,0.7832832932472229,-0.19007450342178345,-0.0262945294380188,-4.283860683441162,1.026502013206482,0.8176788091659546,-0.3324776291847229,0.507564127445221 +57,-1.4891525193376587,-1.0056058623464177,-1.4341904483511605,-0.5337924361228943,0.8444865942001343,-0.04367794096469879,-3.392160415649414,-3.371493101119995,0.6142794489860535,-0.23599809408187866,0.0936235785484314,0.1318126916885376 +58,-2.049745338037684,-1.029445619701918,-1.821192768512274,-0.45731320977211,0.857013463973999,0.23747164011001587,0.27923983335494995,-0.9311703443527222,0.2034323364496231,-0.17331737279891968,-0.05998575687408447,-0.3274984061717987 +59,-2.216604982003859,-1.0450499828092026,-1.8798454663796693,-0.4007909297943115,0.864949643611908,0.30204078555107117,-1.556652307510376,-2.812154769897461,0.3238927721977234,-0.3335534930229187,-0.16554784774780273,-0.32656171917915344 +60,-2.339860311575699,-1.0350531123659852,-1.8838986541590936,-0.36681169271469116,0.8598894476890564,0.355020135641098,0.5182750821113586,0.7649608850479126,-0.4982457458972931,-0.7910252213478088,0.00020271539688110352,-0.5111175775527954 +61,-1.6867614408145848,-0.9613161307981783,-1.4529506321949248,-0.5685967206954956,0.8199456930160522,0.06623455882072449,2.7535297870635986,3.4698665142059326,-1.6470651626586914,-0.11191481351852417,0.6290748119354248,0.3947486877441406 +62,-1.3304726327941983,-0.8157286617239042,-1.0656194534246675,-0.6656420826911926,0.7282251715660095,-0.16312211751937866,2.128699541091919,1.4795231819152832,-0.35590454936027527,0.3512805104255676,0.10385191440582275,0.40405839681625366 +63,-1.10809290492968,-0.6747192288525469,-0.9515244056501327,-0.6987719535827637,0.6246780753135681,-0.3485616445541382,-0.15775401890277863,2.9856104850769043,-0.5627387166023254,0.5787920951843262,-0.4428238272666931,0.7074788808822632 +64,-0.944459431620679,-0.7542904298691868,-1.0822823844401304,-0.5904249548912048,0.684771716594696,-0.42718377709388733,-2.564763307571411,0.7444859147071838,-0.17990532517433167,0.38394302129745483,-0.3902009129524231,0.4655596911907196 +65,-1.246901857645333,-0.7800117573072817,-1.2848947886299518,-0.6739405393600464,0.7032877802848816,-0.22625340521335602,-0.16159269213676453,0.9373342990875244,-0.007401413284242153,0.1722010374069214,0.03958636522293091,-0.3384743928909302 +66,-1.1880681187478814,-0.7961231969210176,-1.2253880304161928,-0.6488743424415588,0.7146497368812561,-0.26122358441352844,-1.0636661052703857,-2.0674426555633545,0.503013551235199,1.4237767457962036,-0.5918469429016113,1.013481855392456 +67,-1.4097496168212562,-0.9210740306647113,-1.2605820907485839,-0.5971370339393616,0.7962518334388733,-0.09700707346200943,-1.6066689491271973,-5.324944019317627,0.9139128923416138,-0.4355625510215759,0.7692388892173767,-0.14542454481124878 +68,-1.8925242955809427,-1.0023875734461403,-1.572367914554138,-0.5106722712516785,0.8427585959434509,0.1702112853527069,-2.159367561340332,-0.1815006136894226,0.8180879950523376,0.03075277805328369,-0.13996922969818115,-0.0461726039648056 +69,-2.1301017635717976,-1.0064761375315294,-1.7472663630355507,-0.45334428548812866,0.844952404499054,0.28378552198410034,-0.22999145090579987,-2.5715675354003906,-0.026411836966872215,-0.25989726185798645,-0.11690986156463623,-0.26234689354896545 +70,-2.271711445543289,-1.0320690541586013,-1.7637782039828547,-0.39209502935409546,0.8583623170852661,0.33087092638015747,0.8554226756095886,-0.6002867817878723,-0.12223438918590546,-0.9854684472084045,-0.09490412473678589,-0.1996452808380127 +71,-2.001335969588346,-1.023653941953512,-1.5201367811024413,-0.4727713465690613,0.8540146946907043,0.21713174879550934,2.274409055709839,3.1379730701446533,-1.6066440343856812,-0.5127175450325012,0.054615676403045654,-0.5272208452224731 +72,-1.4829046856086807,-0.8974563007986869,-1.1123100722549526,-0.6211934685707092,0.7817431688308716,-0.05473873391747475,1.3339605331420898,-3.020918846130371,-1.143277883529663,0.18167930841445923,1.1840161085128784,-0.014078378677368164 +73,-1.2585480766979098,-0.7549631741357804,-0.8844373379059394,-0.6930801272392273,0.6852618455886841,-0.22373197972774506,1.0213046073913574,0.8600577116012573,-1.5915882587432861,0.16192173957824707,-0.29616278409957886,0.5600051879882812 +74,-1.1044523377464472,-0.6823841586206301,-0.9056587525398317,-0.6932010650634766,0.6306450963020325,-0.3489401042461395,-1.1572037935256958,2.4547221660614014,0.1731145977973938,0.9540348052978516,-0.4514915943145752,0.7649862766265869 +75,-1.1678754378466243,-0.7758766978570689,-1.1072670565636777,-0.6566453576087952,0.7003421187400818,-0.2798888385295868,1.0261821746826172,-0.9093922972679138,-0.9646233916282654,-1.3906264305114746,1.3466243743896484,-3.5016510486602783 +76,-1.3031861172649806,-0.7678143093600871,-1.251445931398158,-0.6938228607177734,0.6945644617080688,-0.19023720920085907,-0.45416170358657837,-1.0182572603225708,0.9835275411605835,-0.36834144592285156,0.37240636348724365,0.09093302488327026 +77,-1.3989401518536961,-0.8094694377568228,-1.232120488030598,-0.6797200441360474,0.7239212393760681,-0.11797785013914108,0.0422014482319355,-2.289915084838867,1.3697856664657593,0.9521962404251099,0.034928858280181885,0.3535583019256592 +78,-1.4887865838339043,-0.9568111045310819,-1.182799623954893,-0.5741929411888123,0.8173584938049316,-0.04719526693224907,-1.830387830734253,0.09626458585262299,0.8954322338104248,-0.21970653533935547,0.17334884405136108,0.6133421659469604 +79,-2.069927435033991,-0.9968313997240551,-1.61259606399364,-0.4767233729362488,0.8397547602653503,0.2598975896835327,1.580966591835022,-0.8050942420959473,0.04641057178378105,-0.32721641659736633,-0.20369213819503784,-0.6910194158554077 +80,-2.121889930572532,-1.0272962144104434,-1.5274672881710383,-0.44057413935661316,0.8559039235115051,0.27078166604042053,-1.1412849426269531,-1.210282564163208,0.5891899466514587,-0.09706920385360718,-0.23468822240829468,-0.18572920560836792 +81,-2.311108441856554,-1.0310475350180113,-1.6481197163375052,-0.3794059157371521,0.8578377962112427,0.34664878249168396,-0.3191048204898834,-1.0697574615478516,-0.2738465964794159,-0.7167397141456604,0.03586941957473755,-0.6027218103408813 +82,-1.8146821260856765,-0.9980929101763498,-1.279095404315487,-0.5258691906929016,0.8404390215873718,0.13085684180259705,2.1246771812438965,4.004659175872803,-2.253708600997925,-0.5644475221633911,0.31086695194244385,0.05873356759548187 +83,-1.4479862794950273,-0.8244391460636015,-0.9030368370105442,-0.6738550662994385,0.7341670989990234,-0.08317475020885468,2.9892828464508057,1.5492910146713257,-1.50270414352417,0.4816248416900635,0.7829380035400391,-0.1006631851196289 +84,-1.2288596741618352,-0.6791622611522677,-0.7602964250345088,-0.733052670955658,0.6281414031982422,-0.2609061598777771,0.895351767539978,1.4326990842819214,-1.4914780855178833,0.36675018072128296,-0.608366072177887,0.5756950378417969 +85,-1.016954164882432,-0.7043511969928556,-0.8624140271972799,-0.6481157541275024,0.6475395560264587,-0.40079745650291443,-2.09236216545105,2.485534191131592,0.696545422077179,0.9491411447525024,-0.26280444860458374,0.7751260995864868 +86,-1.2990485100407345,-0.7482229428470468,-1.0667652924264874,-0.7060039639472961,0.6803374290466309,-0.19672146439552307,-1.402265191078186,0.9885087609291077,-0.009021193720400333,-0.9284869432449341,-0.48818355798721313,-0.22565703094005585 +87,-1.26773008275602,-0.7679902678235587,-1.0768561219871253,-0.6865264177322388,0.694691002368927,-0.21467620134353638,-0.6808150410652161,-0.3155316710472107,0.5267371535301208,0.6714965105056763,0.516612708568573,1.8331760168075562 +88,-1.4515914437375825,-0.8847461428544132,-1.0957434471521983,-0.6289904713630676,0.7737541794776917,-0.07533591240644455,0.6545639634132385,-1.0185012817382812,1.3855491876602173,0.2740862965583801,0.38528817892074585,0.47586387395858765 +89,-1.7859563229964501,-0.9941544836878681,-1.4455513798972557,-0.5326405167579651,0.8382982611656189,0.11640477180480957,-3.9179229736328125,-1.7984428405761719,0.6550107598304749,-0.2670573592185974,-0.19228696823120117,-0.19564366340637207 +90,-1.9992595182682689,-1.029033054570881,-1.4622093757686287,-0.4690361022949219,0.8568007946014404,0.2142380028963089,0.4837213158607483,-1.6328799724578857,0.19404131174087524,-0.2939797043800354,-0.23407423496246338,0.008875995874404907 +91,-2.3145019526098944,-1.0225502747974275,-1.6256903214946168,-0.38357847929000854,0.85343998670578,0.3528568148612976,-0.29911166429519653,-0.6759893894195557,0.5481333136558533,-0.5088775753974915,-0.06787174940109253,-0.8503390550613403 +92,-2.2178615620888826,-1.0359630549131442,-1.5402405895749427,-0.40666547417640686,0.8603536486625671,0.3072698712348938,1.7504246234893799,1.7307426929473877,-0.9761294722557068,-0.5313533544540405,0.06327617168426514,-0.9034918546676636 +93,-1.4626192000907063,-0.9190426125658976,-1.071202409092584,-0.6030359268188477,0.7950212359428406,-0.06549035757780075,1.8993873596191406,0.3225060999393463,-1.9005359411239624,-0.3931646943092346,1.1892470121383667,0.01881372183561325 +94,-1.2968685357792429,-0.7760966247566254,-0.7912006214803624,-0.6870454549789429,0.7004991173744202,-0.19305385649204254,1.026874303817749,0.6483899354934692,-0.8379358053207397,0.1509736180305481,-0.1357254981994629,0.40518149733543396 +95,-1.123606093968109,-0.6569987494541649,-0.752437603526897,-0.7139648199081421,0.6107431054115295,-0.3424134850502014,-0.8475169539451599,2.987757682800293,-0.047331295907497406,0.6978515982627869,-0.3796945810317993,0.6853090524673462 +96,-1.0957744099261544,-0.7922148477747905,-0.9371361314576994,-0.6245167851448059,0.7119104266166687,-0.32118886709213257,-3.295832872390747,-2.9481899738311768,-0.04862607270479202,-0.0020700693130493164,-0.289837121963501,-0.28621771931648254 +97,-1.2877904689899649,-0.7799649256879556,-1.050469632718543,-0.6826574802398682,0.7032544612884521,-0.19852468371391296,-0.9356787800788879,-1.6255537271499634,-0.25851431488990784,0.9897863864898682,0.5237963199615479,-0.35968756675720215 +98,-1.3188255759254675,-0.8439964704181566,-0.9990183652260547,-0.6434991359710693,0.7473046779632568,-0.16566385328769684,-0.22231462597846985,-1.6527044773101807,1.3065698146820068,1.0085351467132568,-0.36502623558044434,0.5055228471755981 +99,-1.3475599476983993,-0.9588129134925055,-1.0540969910046758,-0.5602365732192993,0.8185101747512817,-0.12718497216701508,-2.13679838180542,-0.31784796714782715,0.47849375009536743,-0.2990468144416809,0.3321855664253235,0.344241201877594 +100,-1.9875635419799111,-0.9732785941217658,-1.507952191189042,-0.5144355893135071,0.8267346620559692,0.22774095833301544,0.44563573598861694,-1.5724170207977295,-0.03879447281360626,0.2876594662666321,-0.17306339740753174,-0.631442666053772 +101,-2.1285458175312093,-1.025234748666249,-1.4543370078125242,-0.44025835394859314,0.8548360466957092,0.2746414542198181,-0.09687334299087524,-1.0818592309951782,0.7803067564964294,-0.315860390663147,-0.14774376153945923,0.023759454488754272 +102,-2.2880942575272765,-1.058993940503596,-1.5356581378518734,-0.36906757950782776,0.8718631863594055,0.32193711400032043,-0.18704292178153992,-0.9224132895469666,-0.05603325366973877,-0.9203610420227051,-0.21794790029525757,-0.48258164525032043 +103,-1.7730093978911707,-1.025606809155596,-1.1365204530738455,-0.5080136656761169,0.8550290465354919,0.10415046662092209,1.6075249910354614,4.323241233825684,-2.3776180744171143,-0.7676668167114258,0.42658716440200806,0.55898118019104 +104,-1.4868381088275686,-0.8344710237710672,-0.878669218775256,-0.6692041754722595,0.7409413456916809,-0.05631758272647858,2.268984794616699,1.4612892866134644,-1.7407387495040894,0.4152368903160095,0.5698496699333191,-0.2616298198699951 +105,-1.2433041407942542,-0.7364001621981283,-0.8038696705655446,-0.7015143632888794,0.6716251969337463,-0.23832212388515472,0.5228011012077332,1.2007769346237183,-0.8034611940383911,0.6103736162185669,-0.6492710113525391,0.4794415235519409 +106,-1.0500720754686061,-0.742256588066134,-0.8495475035161436,-0.6392697095870972,0.6759526133537292,-0.3666364848613739,-1.8841135501861572,2.85390043258667,0.5373407602310181,0.7986783385276794,-0.23352402448654175,0.7785780429840088 +107,-1.2410861010629035,-0.7954622766233596,-1.0130407306980933,-0.6622523665428162,0.7141872644424438,-0.2266235053539276,-1.1297519207000732,-0.4802038073539734,-0.1077628806233406,-0.34481239318847656,-0.5302883982658386,-0.264892578125 +108,-1.2736149604932785,-0.8308100319980993,-1.075440539067896,-0.6447212100028992,0.7384778261184692,-0.19744624197483063,-0.06992774456739426,0.37846267223358154,0.5912683010101318,0.21674275398254395,0.533647358417511,1.418500304222107 +109,-1.3712399481141317,-0.9422549086706016,-1.0426694287270968,-0.5762972235679626,0.8088859915733337,-0.11655508726835251,-0.4000076651573181,-0.23413577675819397,1.4680261611938477,0.27250993251800537,0.26946789026260376,0.6666649580001831 +110,-1.7262052476401075,-1.0137376585554745,-1.463529073039024,-0.5223204493522644,0.8488138318061829,0.0818331241607666,-4.500219821929932,-4.053279399871826,-0.009521344676613808,-0.09817826747894287,-0.2540261149406433,-0.3461306095123291 +111,-1.9823625842870969,-1.0265884534965632,-1.4729604516455834,-0.47450703382492065,0.8555376529693604,0.20711976289749146,0.8155562281608582,-1.3721890449523926,0.38559287786483765,-0.20572984218597412,-0.18364733457565308,0.2955658733844757 +112,-2.312987395155512,-1.0354625263526211,-1.680220990595366,-0.3759588599205017,0.8600984215736389,0.34479767084121704,-0.4795893132686615,1.1286797523498535,0.4864645302295685,-0.948244571685791,-0.21033352613449097,-1.0100655555725098 +113,-2.083314642111547,-1.0562965945919671,-1.4981912672182054,-0.4288707971572876,0.8705390095710754,0.24131256341934204,2.778841018676758,3.0438272953033447,-1.2939289808273315,-0.5933154821395874,-0.07932507991790771,-0.7351784706115723 +114,-1.4528793595118075,-0.9066435082193632,-1.1044944130183798,-0.6121118068695068,0.7874392867088318,-0.07251477241516113,1.0950826406478882,-3.06585955619812,-1.5799603462219238,-0.3241369128227234,1.074422836303711,0.23495984077453613 +115,-1.3008342094008263,-0.7462805696067587,-0.942058507814491,-0.7076263427734375,0.6789125800132751,-0.19581249356269836,0.7166411876678467,1.4627199172973633,-1.1505943536758423,0.4062653183937073,-0.12060880661010742,0.346966028213501 +116,-1.129886557923308,-0.6850100471449905,-0.9565551505446557,-0.700350821018219,0.6326807737350464,-0.33049023151397705,-0.9250440001487732,2.575469970703125,0.34014371037483215,0.8720274567604065,-0.29990190267562866,0.696243405342102 +117,-1.1732178824224897,-0.8144701422154287,-1.1092271128857536,-0.6327269077301025,0.7273620963096619,-0.26570841670036316,1.502447485923767,-1.988900065422058,-0.5120553970336914,-1.524484395980835,0.9559569358825684,-3.3619160652160645 +118,-1.2805590323930047,-0.7841057516633468,-1.1910583111579134,-0.6784077286720276,0.7061923146247864,-0.20262086391448975,1.785982608795166,1.6896233558654785,0.00016537122428417206,-1.1321238279342651,0.27421534061431885,-0.12760983407497406 +119,-1.308096757399363,-0.8624010434617088,-1.171524062400095,-0.6282949447631836,0.7594069242477417,-0.16895745694637299,0.6884366869926453,-1.1167391538619995,1.2248411178588867,0.6678915023803711,0.1778184175491333,0.5542724132537842 +120,-1.4563333335878672,-0.9786042376942301,-1.3074939365494285,-0.5545285940170288,0.829719066619873,-0.06375166773796082,-4.093784809112549,-1.52753484249115,0.7246444225311279,-0.2503877878189087,-0.06700855493545532,0.2409062385559082 +121,-2.0067732782555474,-0.9962818514627967,-1.7168607033342393,-0.49259379506111145,0.8394562602043152,0.22948718070983887,0.7517070174217224,-1.2601569890975952,0.07608344405889511,0.10454761981964111,-0.21277791261672974,-0.30837514996528625 +122,-2.202439383705997,-1.0409131015284454,-1.7193030938077085,-0.4079135060310364,0.8628661036491394,0.2984434962272644,-0.9372865557670593,-1.6748745441436768,0.7701311111450195,-0.2857357859611511,-0.3498045802116394,-0.4171876609325409 +123,-2.288771448057226,-1.05513995455086,-1.7647612546079388,-0.37137752771377563,0.8699692487716675,0.32439517974853516,0.15975230932235718,0.4581470191478729,-0.6800638437271118,-1.0195527076721191,-0.258076548576355,-0.5329217910766602 +124,-1.6245798830100306,-0.9509608442951735,-1.3712323809061933,-0.5800614953041077,0.8139740228652954,0.03122788667678833,1.8441798686981201,4.938190937042236,-1.9095357656478882,-0.2865767478942871,0.6963562965393066,0.632025957107544 +125,-1.408597192092717,-0.7963012447734834,-1.1368970847781903,-0.6901759505271912,0.7147742509841919,-0.11293809860944748,0.8680338263511658,2.451535701751709,-0.4193759858608246,0.5291805267333984,0.0653618574142456,0.8946916460990906 +126,-1.2383821965343251,-0.6936123613960499,-1.0807247490132845,-0.7268477082252502,0.6393190622329712,-0.25092563033103943,0.24853678047657013,1.5071618556976318,-0.6790010929107666,0.7180739045143127,-0.5846468210220337,0.6201425194740295 +127,-1.0812866366928657,-0.7619167133541123,-1.2017012933852405,-0.6385471820831299,0.690309464931488,-0.34019142389297485,-3.0643928050994873,1.6027473211288452,0.8488447666168213,0.46134692430496216,-0.4432544708251953,0.36213359236717224 +128,-1.2808243746012875,-0.7757524974232577,-1.3600652228713526,-0.6840904355049133,0.7002534866333008,-0.2041204422712326,-0.14119793474674225,-0.5162106156349182,-1.0075147151947021,0.5274895429611206,0.03361785411834717,-0.2520867884159088 +129,-1.3203764442416044,-0.8340455656112453,-1.375860003997776,-0.6509278416633606,0.7406556010246277,-0.16650032997131348,-0.8449395895004272,-1.3643068075180054,0.9283804297447205,0.9628175497055054,0.02394711971282959,0.701214075088501 +130,-1.40008299529026,-0.9819493655910967,-1.3878477890376935,-0.5473291277885437,0.8315816521644592,-0.09435476362705231,-0.4931386709213257,1.0197525024414062,1.2968032360076904,0.03706002235412598,0.14723914861679077,0.5746556520462036 +131,-2.062339894046985,-0.9939735825160654,-1.855654291379441,-0.4807954430580139,0.8381996154785156,0.2574046552181244,0.761030375957489,-4.9916157722473145,-0.5594855546951294,0.13516861200332642,0.0536307692527771,-2.371677875518799 +132,-1.9952771850920807,-1.0535168183477623,-1.5846609204540016,-0.4506304860115051,0.8691677451133728,0.20366597175598145,-0.6153612732887268,-0.5135689973831177,1.0067943334579468,-0.21585816144943237,-0.317592978477478,0.30503153800964355 +133,-2.3430499178037176,-1.0539043136669257,-1.8462780094809446,-0.35400155186653137,0.8693592548370361,0.34481537342071533,0.47078394889831543,0.7296454310417175,0.14873401820659637,-0.8890252113342285,-0.05414307117462158,-0.24548062682151794 +134,-2.049068830333883,-1.0247021352092982,-1.6290724652995259,-0.46107739210128784,0.8545595407485962,0.2390304058790207,2.0227081775665283,3.649714469909668,-2.3835811614990234,-0.9770786762237549,0.32378512620925903,-0.4102340042591095 +135,-1.5589285629167071,-0.8693982372784497,-1.2212113129627313,-0.6452409625053406,0.7639407515525818,-0.007657926995307207,2.4258029460906982,-1.951731562614441,-1.1373752355575562,0.5319444537162781,1.2214717864990234,-0.21968281269073486 +136,-1.2809164002869893,-0.7388424200139446,-0.9441456997586087,-0.7084059715270996,0.6734326481819153,-0.21130476891994476,1.3798902034759521,1.3146084547042847,-1.4221220016479492,0.13964980840682983,-0.583268404006958,0.5320292711257935 +137,-1.0582343603070514,-0.6935396493334871,-0.9680127638486774,-0.6701661944389343,0.6392631530761719,-0.377120703458786,-1.24184250831604,2.4892666339874268,0.4192913770675659,1.025421380996704,-0.2463034987449646,0.9026333689689636 +138,-1.2463295020734046,-0.8005044327156714,-1.1535538102197795,-0.6600101590156555,0.7177074551582336,-0.22199717164039612,0.08028197288513184,-2.400747299194336,-0.582557737827301,-1.9224178791046143,1.5083210468292236,-2.7389707565307617 +139,-1.3346543717061856,-0.8015644790161497,-1.2059215334642317,-0.676279604434967,0.7184451818466187,-0.16273415088653564,2.537097930908203,1.3526192903518677,0.2929116487503052,-1.1409200429916382,0.7612758874893188,-0.9351662397384644 +140,-1.456652589711337,-0.9030858464669942,-1.2537218208763383,-0.6151604056358337,0.7852413654327393,-0.07052325457334518,-0.9431479573249817,-0.4801855683326721,1.702181339263916,0.6360955238342285,0.14923739433288574,0.6911287307739258 +141,-1.8605705186552064,-1.0011058503471881,-1.5183528739386258,-0.5168840289115906,0.8420679569244385,0.15411770343780518,-1.61237633228302,-2.7529990673065186,0.8323895335197449,-0.24501776695251465,-0.16839253902435303,-0.09270109236240387 +142,-2.087705810132648,-1.0225424688964035,-1.6502476480903496,-0.4531038701534271,0.8534359335899353,0.2575738728046417,0.7132706046104431,-1.875932216644287,0.02357538230717182,-0.21823716163635254,-0.27152663469314575,-0.35327693819999695 +143,-2.3369174487893267,-1.039513284395122,-1.731955329901005,-0.3650875389575958,0.8621577620506287,0.3512764573097229,-0.031109001487493515,-0.8205797672271729,0.5807554721832275,-0.3662814199924469,-0.10503190755844116,-0.8071022033691406 +144,-2.2806190543919573,-1.0563023287538973,-1.6393689155876612,-0.3732423186302185,0.8705418109893799,0.32069745659828186,1.3166449069976807,1.2363598346710205,-1.0983293056488037,-0.6693143844604492,0.022020936012268066,-0.759448766708374 +145,-1.545980967004378,-0.9419988366278962,-1.168207801764682,-0.5879916548728943,0.8087353706359863,-0.01459422055631876,2.030210494995117,1.751746654510498,-1.7647696733474731,-0.2880917191505432,1.0599932670593262,0.0714331865310669 +146,-1.3349467214978854,-0.8081536040364781,-0.8588742056966453,-0.6717096567153931,0.7230128645896912,-0.16142673790454865,1.3630155324935913,0.00202621566131711,-0.659628689289093,0.23413336277008057,-0.03548234701156616,0.32611483335494995 +147,-1.1711911976664897,-0.6828395539781578,-0.7875146481680046,-0.7146637439727783,0.630998432636261,-0.30182239413261414,-0.6805291175842285,3.140227794647217,-0.35566040873527527,0.6754944324493408,-0.448716938495636,0.732318639755249 +148,-1.1487083884932503,-0.8046095256316169,-1.0247943656624996,-0.6325376033782959,0.7205599546432495,-0.2840594947338104,-2.3974294662475586,-4.103799819946289,0.2872180640697479,0.0834958553314209,-0.34627705812454224,-1.3111400604248047 +149,-1.3080328499203717,-0.7764147681834087,-1.1197214887959772,-0.6889424920082092,0.7007260918617249,-0.1853136569261551,-1.0613198280334473,-0.5983628034591675,0.40269750356674194,0.6270986199378967,0.7354310750961304,0.2400774508714676 +150,-1.3279877292709312,-0.8707716081569009,-1.0847564666836778,-0.6253389120101929,0.764826238155365,-0.1548936665058136,-0.41747212409973145,-1.0849931240081787,2.0111043453216553,0.8926881551742554,-0.13012170791625977,0.5434892773628235 +151,-1.508376858955372,-1.024540072601521,-1.2556575322642494,-0.5184801816940308,0.8544753789901733,-0.03240535408258438,-2.455434560775757,-2.2992639541625977,0.5525259375572205,-0.37650883197784424,0.01374971866607666,0.2583574652671814 +152,-2.0268334955179452,-1.0272869458210958,-1.5231697893141933,-0.4642932713031769,0.8558990955352783,0.22774645686149597,0.9154740571975708,-1.0523171424865723,-0.21302150189876556,0.0003345608711242676,-0.17448735237121582,-0.32300710678100586 +153,-2.147627393037157,-1.068246507855023,-1.5038748787885627,-0.4037264883518219,0.8763572573661804,0.26268407702445984,-1.155914306640625,-1.8075984716415405,0.7592965364456177,-0.1515408754348755,-0.2432548999786377,-0.23460793495178223 +154,-2.343039101646406,-1.0745202543556085,-1.6233084208750743,-0.34109190106391907,0.8793618083000183,0.3322335481643677,-0.2608892023563385,-0.549669623374939,-0.2799914479255676,-0.8638947010040283,0.025057077407836914,-0.4749947786331177 +155,-1.8230478110132413,-1.0144255340177326,-1.2630879522042415,-0.5113947987556458,0.8491773009300232,0.13180771470069885,2.0828943252563477,4.327841281890869,-2.3068058490753174,-0.4120060205459595,0.33394336700439453,0.17587052285671234 +156,-1.4531882696178515,-0.8409845452955961,-0.8899076749879355,-0.6621237397193909,0.7452999353408813,-0.07823210954666138,3.302903175354004,1.5728050470352173,-1.485540509223938,0.5514212250709534,0.5325016379356384,0.06037938594818115 +157,-1.2293078567036075,-0.6927223543798577,-0.7337799039821543,-0.7250766158103943,0.638634443283081,-0.2577012777328491,0.577513575553894,1.9269901514053345,-1.255709171295166,0.3680056929588318,-0.687554121017456,0.6607621908187866 +158,-0.9849029295240941,-0.7368848027400017,-0.8509966804427748,-0.6170527338981628,0.6719841957092285,-0.4094912111759186,-2.5469181537628174,1.9205496311187744,0.5204943418502808,0.7991054058074951,-0.3707605004310608,0.6671664714813232 +159,-1.2851333432145058,-0.770409712483378,-1.0474189422869482,-0.6885436177253723,0.6964293122291565,-0.20222225785255432,-0.8189761638641357,1.5874204635620117,-0.3516142964363098,-0.2770019769668579,-0.24357903003692627,-0.1653314083814621 +160,-1.2982545553893514,-0.8002041985219241,-1.087587067988269,-0.6708500981330872,0.7174983620643616,-0.18750028312206268,-1.4232343435287476,-0.7122051119804382,0.7622424364089966,0.9396794438362122,0.3196873664855957,1.1528475284576416 +161,-1.4000644041958408,-0.9336553909041084,-1.0879711377334107,-0.5862504243850708,0.8037998676300049,-0.101075679063797,0.15182724595069885,-0.4034459590911865,1.485813021659851,0.1628190279006958,0.26697033643722534,0.4426894187927246 +162,-1.6979878552782102,-1.0224865070384863,-1.464949788712579,-0.517035186290741,0.8534067273139954,0.06611943244934082,-4.218220233917236,-4.117188930511475,0.39896634221076965,-0.16196566820144653,-0.30206090211868286,-0.4389679431915283 +163,-2.039112917208783,-1.0351300715886602,-1.4966110052713124,-0.4554574489593506,0.8599287271499634,0.23039311170578003,1.181842565536499,-2.570164442062378,-0.04646230861544609,-0.07785245776176453,-0.16664570569992065,-0.092819944024086 +164,-2.2810400059384013,-1.05114867358349,-1.6144097113558868,-0.37650418281555176,0.8679941892623901,0.32377567887306213,-1.6488866806030273,-1.645926594734192,0.5770003795623779,-0.7082736492156982,-0.11915385723114014,-0.2415308952331543 +165,-2.218367237737209,-1.047568725429818,-1.5578941488847373,-0.3985195755958557,0.8662109375,0.30143165588378906,1.6252410411834717,2.5807595252990723,-1.2377753257751465,-0.7636356353759766,0.02952587604522705,-0.7250766754150391 +166,-1.46522169513987,-0.9350993250506436,-1.1279933228560897,-0.5904324650764465,0.804658055305481,-0.0625673234462738,1.4552861452102661,-1.6627376079559326,-1.392055869102478,-0.2976289391517639,1.1505725383758545,0.05029924213886261 +167,-1.2938344624168936,-0.773519153342509,-0.8917519701658198,-0.6881908178329468,0.6986573338508606,-0.1956305205821991,1.0249818563461304,0.8369295001029968,-1.3760026693344116,0.11951100826263428,-0.17233598232269287,0.449063777923584 +168,-1.0580422414062682,-0.6825483405300665,-0.9015220351943626,-0.6761758923530579,0.6307724714279175,-0.3806735575199127,-1.0989910364151,3.836459159851074,0.21845923364162445,0.9795816540718079,-0.357685923576355,0.9321414232254028 +169,-1.1559807329418728,-0.793823973812941,-1.095898868320177,-0.6416619420051575,0.7130395770072937,-0.28256773948669434,0.4924905598163605,-1.5464215278625488,-0.958143413066864,-1.2939765453338623,1.235828161239624,-2.305490732192993 +170,-1.2638897887502487,-0.7992598566183007,-1.218934731057307,-0.6646573543548584,0.7168402075767517,-0.2106432020664215,0.9602681398391724,0.9076192378997803,0.7759523391723633,-0.4229280352592468,0.7407249808311462,-0.014988526701927185 +171,-1.3542357254692612,-0.8619602380806872,-1.1882613081023743,-0.6357458829879761,0.7591200470924377,-0.13987095654010773,0.28075647354125977,-1.3788968324661255,1.7097760438919067,0.8087043166160583,-0.0021468400955200195,0.41289645433425903 +172,-1.537227675434359,-1.02141510784748,-1.3072293784777615,-0.5218653678894043,0.8528478145599365,-0.017524898052215576,-3.099501848220825,-1.8658009767532349,0.9914088845252991,-0.2895665168762207,0.0006067752838134766,0.2964250445365906 +173,-2.089037306839706,-1.028776827079771,-1.6581645632938178,-0.4481295347213745,0.8566686511039734,0.2555362284183502,0.6502735018730164,-0.960573136806488,-0.04678516089916229,-0.1932278871536255,-0.1769964098930359,-0.40705597400665283 +174,-2.2362215777378798,-1.053860704446355,-1.6435614743669378,-0.3887791335582733,0.8693377375602722,0.30512741208076477,-1.074326515197754,-2.265338659286499,0.4982171654701233,-0.09637406468391418,-0.23741024732589722,-0.3596775531768799 +175,-2.3345392532650693,-1.0522909302926213,-1.6961172978660037,-0.3579355776309967,0.8685608506202698,0.34275949001312256,0.5673903226852417,0.8680324554443359,-0.780467689037323,-0.9367879033088684,-0.023239314556121826,-0.706742525100708 +176,-1.6197887238927433,-0.9377992260494259,-1.2737910679589253,-0.5908541083335876,0.8062581419944763,0.028970541432499886,2.746936082839966,4.922496318817139,-1.8162604570388794,-0.29470497369766235,0.8370371460914612,0.48279404640197754 +177,-1.33613137824646,-0.7910340628822548,-0.9285880669425937,-0.6838398575782776,0.7110807299613953,-0.16348524391651154,1.7981468439102173,1.2746087312698364,-0.5703641772270203,0.3730335235595703,0.125482439994812,0.5804469585418701 +178,-1.1236059619602081,-0.6592015925109399,-0.8570292771322721,-0.7127499580383301,0.612485945224762,-0.3418309688568115,-0.5994241237640381,3.464146137237549,-0.40291696786880493,0.6665158867835999,-0.46784788370132446,0.7421605587005615 +179,-1.023562779528103,-0.7774314950134976,-1.0519992285162474,-0.6086373925209045,0.7014511227607727,-0.3708459734916687,-3.156198740005493,-3.8462839126586914,0.1769028753042221,0.17319738864898682,-0.3851669430732727,-0.8492162227630615 +180,-1.234440826840529,-0.7818711604911435,-1.189992599431326,-0.6698333024978638,0.7046084403991699,-0.2342015951871872,-0.46957269310951233,-0.3850128948688507,-0.10361935943365097,0.10296928882598877,0.9010434746742249,-0.4245966076850891 +181,-1.3396392548869855,-0.8695824001435047,-1.208212585523645,-0.6279860138893127,0.7640596032142639,-0.14780543744564056,-0.96674644947052,-1.9655841588974,1.5126160383224487,0.8352309465408325,-0.21207290887832642,0.6697628498077393 +182,-1.6840139409594552,-1.002005786456088,-1.3548402342831531,-0.5351651310920715,0.8425530195236206,0.060850340873003006,-1.4398666620254517,-2.1381704807281494,0.764508843421936,-0.2911745309829712,-0.1039513349533081,0.2791764736175537 +183,-1.984803088893053,-1.0195466526064056,-1.6461830999536347,-0.47950345277786255,0.8518706560134888,0.21069535613059998,-0.7805926203727722,-0.6724969744682312,0.45466890931129456,0.04111853241920471,-0.1543000340461731,-0.5029165148735046 +184,-2.109173633976975,-1.0380851888725062,-1.6711878167759895,-0.43602854013442993,0.8614333271980286,0.26040759682655334,-1.0099238157272339,-1.1134198904037476,0.5479680895805359,-0.13976192474365234,-0.1921369433403015,0.0022419989109039307 +185,-2.3248177176239824,-1.0394310729455385,-1.7883980752361137,-0.36936256289482117,0.8621160984039307,0.3468817472457886,-0.509476900100708,-0.3249129354953766,-0.14535076916217804,-0.8879005908966064,0.07115709781646729,-0.22096624970436096 +186,-2.0226151518202395,-1.0294859082665142,-1.5384482530581598,-0.4635554850101471,0.8570342063903809,0.22496360540390015,2.6805949211120605,3.401402711868286,-2.069732666015625,-0.8196170926094055,0.08252567052841187,-0.3497347831726074 +187,-1.5445257584611936,-0.8935510789931832,-1.1196813367990335,-0.6264322996139526,0.7793019413948059,-0.016460519284009933,2.940098524093628,-0.5674288868904114,-1.559828519821167,0.24708354473114014,0.9928995370864868,-0.4115637540817261 +188,-1.2723309989888705,-0.7257050308589055,-0.8588661679761251,-0.7149602770805359,0.6636629700660706,-0.219961479306221,1.530600905418396,0.8253300189971924,-1.4451137781143188,0.37920594215393066,-0.3959781527519226,0.5458434820175171 +189,-1.0405296836417604,-0.6849478843125081,-0.8863621427137771,-0.6680983304977417,0.6326326727867126,-0.3916895091533661,-0.8989565372467041,2.1305980682373047,0.577241063117981,1.1644514799118042,-0.27188438177108765,0.7453424334526062 +190,-1.2522251057230318,-0.757961205526804,-1.0506298424313796,-0.6896974444389343,0.6874422430992126,-0.22746528685092926,-1.7057923078536987,-1.3082908391952515,-0.2320585399866104,-1.8423306941986084,0.017422199249267578,0.028795868158340454 +191,-1.186985894964911,-0.7804429983638571,-1.1217344867256014,-0.6589018106460571,0.7035942673683167,-0.26608943939208984,0.3604118525981903,-0.12644566595554352,0.9313021898269653,1.32865571975708,0.01001352071762085,0.5828161239624023 +192,-1.4293330990069413,-0.9205045813803997,-1.107052266561964,-0.5993709564208984,0.795907199382782,-0.0853591039776802,0.4383247494697571,-2.649991512298584,1.552012324333191,0.016592025756835938,0.7304142117500305,0.5616621971130371 +193,-1.8327529545479346,-1.0604725545012375,-1.2883672571856195,-0.47179606556892395,0.8725864291191101,0.12649688124656677,-1.8558505773544312,0.0461597740650177,1.2489013671875,-0.46300315856933594,-0.4482242465019226,-0.1879744529724121 +194,-2.043896542630208,-1.0590025759743547,-1.672280113402203,-0.43594861030578613,0.8718674182891846,0.22314998507499695,0.13887837529182434,-0.7587335705757141,-0.3027544915676117,-0.1808421015739441,-0.42335063219070435,-0.12172485888004303 +195,-2.3225332966811707,-1.0418314791758456,-1.7560594937797378,-0.368641197681427,0.8633298873901367,0.34462279081344604,-0.3791772723197937,-0.8951988220214844,0.5746963620185852,-0.831126868724823,-0.08922111988067627,-0.4917328655719757 +196,-2.2583480539517145,-1.05061790697289,-1.6929047025077275,-0.3841095566749573,0.8677304983139038,0.31544169783592224,1.3892091512680054,1.4717049598693848,-0.9973268508911133,-0.7353514432907104,-0.05838918685913086,-0.7537808418273926 +197,-1.5310563289773402,-0.9354908234023676,-1.2287346371139893,-0.5929546356201172,0.8048904538154602,-0.02357642911374569,1.5372145175933838,0.5007861852645874,-1.4867256879806519,-0.19659608602523804,1.187983512878418,0.07043612003326416 +198,-1.359271023406877,-0.7861388335473156,-0.9035501124051198,-0.6908345818519592,0.7076303362846375,-0.1483481377363205,1.70418119430542,-0.3191920816898346,-1.1836071014404297,0.23061418533325195,-0.09065639972686768,0.3457357883453369 +199,-1.1699594529241752,-0.6681962552162497,-0.8435090059487579,-0.7227219939231873,0.6195711493492126,-0.3062751293182373,-0.8064169883728027,3.149243116378784,0.05683792009949684,0.9614915251731873,-0.4232821464538574,0.7833869457244873 +200,-1.1657990862553707,-0.7765618142294436,-1.037238653898892,-0.6556216478347778,0.7008309960365295,-0.2810625433921814,0.579479992389679,-3.072275400161743,-0.1846843808889389,-0.7710598707199097,0.16243499517440796,-3.3562207221984863 +201,-1.2586492328956327,-0.7867992902999776,-1.1758436253338187,-0.6719933152198792,0.7080968618392944,-0.2168499231338501,-0.20239661633968353,0.04673665761947632,0.7852760553359985,0.45895010232925415,0.6953150033950806,0.3098369836807251 +202,-1.3792147062918951,-0.8686496050274563,-1.132610509969678,-0.6340416669845581,0.7634574770927429,-0.12297901511192322,-0.309626966714859,-1.9417628049850464,1.874721884727478,0.7096031904220581,0.00660783052444458,0.6089257001876831 +203,-1.6073947611309614,-1.024118217915565,-1.209455583322995,-0.5195040106773376,0.8542561531066895,0.019021527841687202,-2.929962158203125,-2.984764337539673,1.0490374565124512,-0.1945309042930603,-0.095284104347229,0.017492767423391342 +204,-2.0533206235393227,-1.0455096347745967,-1.5765108272162573,-0.4442077577114105,0.8651801943778992,0.23268647491931915,0.3502388298511505,-1.134337306022644,-0.11605183035135269,-0.24384161829948425,-0.22873598337173462,-0.43475863337516785 +205,-2.1923838775635223,-1.0459096994303998,-1.5618099764706304,-0.4073837101459503,0.8653807640075684,0.29181236028671265,-0.8455383777618408,-1.222471833229065,0.6105332374572754,-0.010035663843154907,-0.19858700037002563,-0.07368806004524231 +206,-2.374409675725451,-1.0486256678204193,-1.6495928727551017,-0.3461959958076477,0.8667385578155518,0.35904350876808167,-0.005033248569816351,-0.7507802844047546,-0.1921202540397644,-0.8133803606033325,0.009390413761138916,-0.46297118067741394 +207,-2.0234156216621892,-1.063840685915186,-1.380367863198093,-0.4366287887096405,0.8742266297340393,0.21232806146144867,2.198259115219116,3.965118408203125,-2.158904552459717,-0.6937423944473267,-0.10802173614501953,-0.14717301726341248 +208,-1.5590295591031054,-0.9113867164814354,-1.0210948616206568,-0.6126081943511963,0.7903540730476379,-0.007208750583231449,2.903132915496826,-1.0435911417007446,-1.6890311241149902,0.26614201068878174,0.9678552746772766,-0.6327295899391174 +209,-1.3204571428754919,-0.7165044711112067,-0.7929772389445795,-0.7305995225906372,0.6567527055740356,-0.18681666254997253,0.9170370101928711,0.9833609461784363,-1.6801975965499878,0.4326411485671997,-0.40875154733657837,0.4979434013366699 +210,-1.073788633837215,-0.6799353704526476,-0.8781151951502609,-0.6835324168205261,0.6287427544593811,-0.37076401710510254,-1.1056783199310303,2.3019344806671143,0.42829135060310364,1.1158292293548584,-0.1769300103187561,0.6597349643707275 +211,-1.2872720722758175,-0.7656131319837971,-1.0726599704704478,-0.6921736598014832,0.6929791569709778,-0.20168133080005646,-1.4847118854522705,0.019001448526978493,0.24202071130275726,-1.8223373889923096,-0.17799508571624756,-0.02630022168159485 +212,-1.2209773736747922,-0.7748637304696511,-1.093602068825805,-0.6712415814399719,0.6996186971664429,-0.24488459527492523,-0.9101394414901733,-1.1619597673416138,0.21206627786159515,1.4185864925384521,0.34730207920074463,1.1790580749511719 +213,-1.5244372640711221,-0.9064160672126592,-1.0935074132218647,-0.6159088611602783,0.7872990369796753,-0.028573429211974144,0.8692055344581604,-2.3944833278656006,1.546775221824646,-0.07688593864440918,0.6736536622047424,0.2516874074935913 +214,-1.8713540840568494,-1.037305964997152,-1.456159858358794,-0.48574498295783997,0.8610373139381409,0.15055543184280396,-3.8155601024627686,0.9951696991920471,1.1823387145996094,-0.0922885537147522,-0.3388814330101013,-0.1885192096233368 +215,-2.067538876726721,-1.0427616423375117,-1.5955381023557051,-0.44294315576553345,0.8637989163398743,0.24011078476905823,0.26886114478111267,-2.0577893257141113,-0.2183743417263031,-0.15385866165161133,-0.22106808423995972,0.10081639885902405 +216,-2.356923394614965,-1.042783568637449,-1.737928789248094,-0.35599327087402344,0.8638100028038025,0.3565126359462738,-0.17756085097789764,-0.2669871747493744,0.47951212525367737,-1.0432376861572266,-0.205439031124115,-0.39331674575805664 +217,-2.1770193360790357,-1.0480417069134367,-1.5834891734212362,-0.41030213236808777,0.8664471507072449,0.28446725010871887,1.816352128982544,2.5438385009765625,-1.6809229850769043,-0.8298407793045044,-0.1767956018447876,-0.4810919463634491 +218,-1.53944218317315,-0.9109767950603673,-1.1490603917410285,-0.6126730442047119,0.7901028394699097,-0.019216135144233704,1.6155327558517456,-2.911978006362915,-1.2313824892044067,0.20686554908752441,1.4033937454223633,-0.06925433874130249 +219,-1.3134903608741244,-0.7577236935483316,-0.8274031562414995,-0.7024884223937988,0.6872696876525879,-0.18485204875469208,1.890464425086975,0.08112674951553345,-1.6651118993759155,0.1642652153968811,-0.38560348749160767,0.3196176290512085 +220,-1.1065368686954922,-0.6712310839239609,-0.8326612363403056,-0.7001726627349854,0.6219504475593567,-0.3506219983100891,-1.065588116645813,3.0278961658477783,0.2602981925010681,1.0867540836334229,-0.40036237239837646,0.8470362424850464 +221,-1.2135121216006177,-0.7799472239582769,-1.0362927047837638,-0.6660541296005249,0.7032418847084045,-0.24864162504673004,-0.3228370249271393,-1.6265404224395752,-0.9671177864074707,-2.357886791229248,1.5505422353744507,-2.704437494277954 +222,-1.2894149893290927,-0.7905126348447844,-1.1489023678935697,-0.6758150458335876,0.7107139825820923,-0.19534465670585632,1.4929845333099365,-0.9973248839378357,0.6641181111335754,0.017825603485107422,0.7048285603523254,-0.02564840018749237 +223,-1.4859518674409788,-0.8463004408967654,-1.0888425180942587,-0.6603740453720093,0.7488335967063904,-0.056163907051086426,0.25974327325820923,-3.1606392860412598,1.1597273349761963,0.5906261205673218,0.07051759958267212,0.5122948884963989 +224,-1.7012368248764136,-0.9858906876115427,-1.2050521009136856,-0.5474300384521484,0.8337641954421997,0.07181481271982193,-3.1914656162261963,-0.6237025260925293,1.128717064857483,-0.3975313901901245,0.07799404859542847,0.43947672843933105 +225,-2.048161840284363,-1.0105409165980241,-1.5195915671496543,-0.4719962179660797,0.8471193909645081,0.24414801597595215,0.7433397769927979,-1.337119698524475,0.1258009970188141,-0.1496315896511078,-0.21987640857696533,-0.04039740562438965 +226,-2.316339734056424,-1.0287116376412004,-1.6096105594619188,-0.379058301448822,0.8566350340843201,0.3499870002269745,-0.23094767332077026,-1.4167029857635498,0.5365131497383118,-0.5723881721496582,-0.048560261726379395,-0.6648674607276917 +227,-2.3699601895001203,-1.0513201664868266,-1.6138707736446338,-0.3461605906486511,0.8680793642997742,0.3558245003223419,0.8636576533317566,-0.00875571183860302,-0.22783711552619934,-0.6219027042388916,0.04728013277053833,-0.858891487121582 +228,-1.7369966375589616,-1.007141435255679,-1.187270424724217,-0.5269169807434082,0.8453080058097839,0.08838911354541779,0.8680585026741028,4.8994340896606445,-2.091351270675659,-0.523833692073822,0.34213078022003174,0.7838795185089111 +229,-1.408704216637101,-0.8204667413517965,-0.8756967375689999,-0.6729417443275452,0.731464147567749,-0.11004399508237839,1.2376261949539185,1.2953531742095947,-1.499035120010376,0.39150863885879517,0.304943323135376,0.7340216636657715 +230,-1.2494124791720165,-0.647894982080623,-0.8218502782710843,-0.7565307021141052,0.6035093069076538,-0.25186869502067566,-0.40709277987480164,2.9862449169158936,-1.1438922882080078,0.4855194091796875,-0.4834684133529663,0.591956615447998 +231,-1.0223590509569052,-0.7242769847401483,-0.961602733141624,-0.639133632183075,0.6625940799713135,-0.3904832601547241,-2.4584736824035645,1.2532694339752197,0.9985377192497253,0.5167429447174072,-0.37261611223220825,0.240870863199234 +232,-1.2681998576778655,-0.771559972256196,-1.1283995404055063,-0.6842557191848755,0.6972543001174927,-0.21361331641674042,0.08278711885213852,0.008831591345369816,-0.8712124228477478,0.05892002582550049,0.14886081218719482,-0.5812628269195557 +233,-1.340420246812022,-0.8184325657700677,-1.1328863015400816,-0.6653123497962952,0.7300755977630615,-0.1560424268245697,-0.8213004469871521,-2.2406022548675537,1.0416326522827148,1.2276597023010254,-0.297931432723999,0.6618560552597046 +234,-1.5619150099604706,-0.9589884462566334,-1.1031413040504299,-0.5743258595466614,0.8186110258102417,-0.005100904032588005,-0.3015533685684204,-3.4534430503845215,1.3828874826431274,-0.3946835994720459,0.28615593910217285,-0.14738017320632935 +235,-1.972802492717842,-1.0245349793743947,-1.4786337451909481,-0.4780808985233307,0.8544726967811584,0.2032608687877655,-1.2728148698806763,0.08727520704269409,0.6707696318626404,0.009239345788955688,-0.16956675052642822,-0.3352189064025879 +236,-2.1572225360009143,-1.0507925862432252,-1.5336880048782222,-0.41386574506759644,0.8678173422813416,0.27496910095214844,-0.5666829943656921,-1.1937958002090454,0.6148613095283508,-0.2155745029449463,-0.11737489700317383,0.17870518565177917 +237,-2.336835259916002,-1.0756127930419548,-1.6414428950456714,-0.34245356917381287,0.8798815011978149,0.3294444978237152,0.002547154203057289,-0.42107513546943665,-0.033326856791973114,-1.0345604419708252,-0.030577540397644043,-0.16530582308769226 +238,-2.0180609653841697,-1.05135669207801,-1.391914504028201,-0.4475650489330292,0.8680974841117859,0.21469064056873322,2.3339719772338867,3.59797739982605,-2.2059788703918457,-0.6736660003662109,-0.01191169023513794,-0.4374690353870392 +239,-1.5408079773717045,-0.8937834703140379,-1.000821356403596,-0.6261860132217407,0.7794475555419922,-0.018783915787935257,2.643353223800659,-1.1274926662445068,-1.3846616744995117,0.41640812158584595,1.1269551515579224,-0.5914608240127563 +240,-1.2867262213266182,-0.7308219436147863,-0.750491158292926,-0.7147833704948425,0.6674818992614746,-0.20869256556034088,1.0364902019500732,1.254024624824524,-1.6185848712921143,0.2049109935760498,-0.4839187264442444,0.5753459930419922 +241,-1.0392065069773522,-0.6977119864899534,-0.8204869403499395,-0.6605644822120667,0.6424660086631775,-0.38844799995422363,-1.4070334434509277,2.7998740673065186,0.41791269183158875,1.0849419832229614,-0.31145721673965454,0.8470814228057861 +242,-1.2213504407193259,-0.769244926478572,-1.0035705453275703,-0.6750158071517944,0.6955929398536682,-0.24597620964050293,-1.5025203227996826,-0.26410502195358276,0.08606939762830734,-1.4362971782684326,0.10529512166976929,-0.25396278500556946 +243,-1.2198898129267128,-0.7723476953171449,-1.0072182032199153,-0.6726257801055908,0.6978187561035156,-0.24621878564357758,-0.006482025142759085,-0.37207648158073425,0.332602322101593,0.4349243640899658,0.9994163513183594,0.8416014909744263 +244,-1.4414568879272271,-0.9018322964207153,-1.0140299661428334,-0.6149935722351074,0.7844645380973816,-0.07998945564031601,0.4518590569496155,-1.5357248783111572,1.7635363340377808,0.21846342086791992,0.5012104511260986,0.6167936325073242 +245,-1.8219106242605008,-1.039773829758592,-1.2409498204526228,-0.4905322194099426,0.8622897267341614,0.1258358359336853,-2.08441424369812,0.062026165425777435,1.225393533706665,-0.18767517805099487,-0.3874819874763489,-0.24245882034301758 +246,-2.068651868803931,-1.0591707898447216,-1.5601834863394934,-0.43016278743743896,0.8719497919082642,0.23380261659622192,-0.10188152641057968,-1.237386703491211,0.19491362571716309,-0.2792030870914459,-0.40457314252853394,-0.23735785484313965 +247,-2.3482019895277286,-1.0623868890884764,-1.6877299623099602,-0.3469514846801758,0.8735198974609375,0.3414493203163147,0.055957380682229996,-0.26160556077957153,0.6640698909759521,-0.8278226852416992,0.028350770473480225,-0.5483279228210449 +248,-2.1809947505743574,-1.0775681464445876,-1.536998958023261,-0.38802626729011536,0.8808090090751648,0.27131348848342896,1.7946720123291016,2.041281223297119,-1.665203332901001,-0.8650864362716675,-0.057338058948516846,-0.6555449962615967 +249,-1.5244145311926232,-0.9513400607023318,-1.1334004740039128,-0.5799681544303894,0.8141942620277405,-0.026919269934296608,2.092536211013794,1.221943736076355,-1.546402096748352,-0.2309296727180481,1.1340937614440918,0.22648900747299194 +250,-1.3094915767425328,-0.7869262255343473,-0.8405333052364441,-0.682058572769165,0.7081864476203918,-0.18239548802375793,1.507631778717041,0.33660200238227844,-1.2797696590423584,0.20767807960510254,-0.17870652675628662,0.46549177169799805 +251,-1.0973256803961735,-0.6637160762902952,-0.8257033705052831,-0.7010534405708313,0.616048276424408,-0.3591775894165039,-0.6471337080001831,3.338019847869873,-0.2815187871456146,0.8234289884567261,-0.21834325790405273,0.7231607437133789 +252,-1.133277176572484,-0.7761662856771874,-1.0200136805567461,-0.6463868021965027,0.7005488276481628,-0.30234959721565247,-1.4781304597854614,-5.767807960510254,-0.097017802298069,-0.20386338233947754,-0.004625976085662842,-1.6591218709945679 +253,-1.2968786253538533,-0.804162866936588,-1.154051851332388,-0.6678515672683716,0.7202501893043518,-0.1876532882452011,-0.9276909828186035,-0.11581844091415405,0.48357391357421875,0.09746283292770386,0.9107617735862732,0.4239966571331024 +254,-1.3206074766073108,-0.8447764552780331,-1.0817924320773735,-0.6432284116744995,0.7478227019309998,-0.16437257826328278,0.6787790656089783,-2.1090400218963623,1.50607168674469,0.8020113706588745,-0.14813709259033203,0.32318609952926636 +255,-1.3358584371227094,-1.0125788251766326,-1.0217391572370544,-0.5151243805885315,0.8482006192207336,-0.12329915165901184,-2.474652051925659,1.6450632810592651,0.955963134765625,-0.4359864592552185,0.17810553312301636,0.844902515411377 +256,-2.103087589127746,-1.0480579715001737,-1.6377368848258202,-0.4301808178424835,0.8664553165435791,0.2533760666847229,1.020914077758789,-0.1896069496870041,0.2591862380504608,-0.045832276344299316,-0.07710301876068115,-0.9156685471534729 +257,-2.1371034053402136,-1.0711415116618301,-1.51625706691172,-0.404325932264328,0.8777480125427246,0.25705859065055847,-0.8117929100990295,-1.5670843124389648,0.49083611369132996,-0.04737997055053711,-0.12126296758651733,-0.06376028060913086 +258,-2.258871910963735,-1.076692182904701,-1.6219201937216992,-0.3663385510444641,0.880393922328949,0.30116909742355347,0.751446008682251,0.7798812985420227,-0.535788893699646,-0.8782141208648682,-0.09859448671340942,-0.39391204714775085 +259,-1.6069622250491007,-0.9949504918415318,-1.2176800571222721,-0.5441884398460388,0.8387320041656494,0.0196896493434906,2.4225409030914307,5.274826526641846,-1.434230089187622,-0.3066874146461487,0.5076272487640381,0.650750994682312 +260,-1.3597446005520368,-0.8095093538786025,-0.8626805599838159,-0.6745467185974121,0.7239487767219543,-0.14451636373996735,2.6531763076782227,0.8091281652450562,-1.4304888248443604,0.5227980613708496,0.24324482679367065,0.6676028966903687 +261,-1.2081709384262709,-0.6706063486931326,-0.848553205919077,-0.7324966788291931,0.6214611530303955,-0.27791154384613037,-0.1530131995677948,2.1319921016693115,-0.7865663170814514,0.6354202628135681,-0.7349101901054382,0.5524171590805054 +262,-1.0689193184535053,-0.7621490791869947,-1.0626507248467854,-0.6341507434844971,0.6904776096343994,-0.34798526763916016,-3.5264804363250732,-2.378021240234375,0.027321012690663338,0.1725875735282898,-0.36583149433135986,-0.25369933247566223 +263,-1.2394972058223697,-0.7451386466420866,-1.1978162321553862,-0.6950252652168274,0.6780737042427063,-0.2390727549791336,-0.5464632511138916,-0.230965718626976,-0.7120525240898132,0.7261379957199097,-0.3337591886520386,0.1607036292552948 +264,-1.3669782013141645,-0.8280301299893236,-1.1950185999076561,-0.6623286604881287,0.7366005182266235,-0.13689547777175903,-0.24826540052890778,-1.6323988437652588,0.8595647811889648,1.1219844818115234,-0.07903826236724854,0.3068937063217163 +265,-1.3289220924275142,-0.9623686649911442,-1.1139131343121358,-0.5549399256706238,0.8205477595329285,-0.1369059532880783,-1.339098572731018,1.323266863822937,1.3329375982284546,-0.154380202293396,0.3266996741294861,0.7491800785064697 +266,-2.0923141781317205,-0.9872757135371544,-1.759269860616321,-0.47772228717803955,0.8345280885696411,0.2744891941547394,-0.1264880895614624,-2.8446288108825684,0.4812268614768982,0.31869518756866455,-0.07227528095245361,-1.759505033493042 +267,-2.1220029714546063,-1.0479264779278505,-1.5932556675625587,-0.42540881037712097,0.8663896322250366,0.2615271508693695,0.00360281765460968,-1.054151177406311,0.5895815491676331,-0.19225171208381653,-0.2930558919906616,0.050621986389160156 +268,-2.324390686058908,-1.047678793184164,-1.7307475809418866,-0.36431312561035156,0.8662659525871277,0.3418469727039337,0.6227385401725769,-0.045174796134233475,-0.46542248129844666,-0.8255367279052734,0.010778725147247314,-0.5330548286437988 +269,-1.6836436925268585,-0.9735260101393377,-1.3138973380585688,-0.5588101744651794,0.8268738389015198,0.0633293092250824,1.6059162616729736,5.610575199127197,-2.1109344959259033,-0.3144350051879883,0.3784940838813782,0.7519782781600952 +270,-1.4097210948991037,-0.8168417146364131,-1.028589336365037,-0.6756660342216492,0.7289875149726868,-0.10978417098522186,3.3160204887390137,0.8748026490211487,-1.3437752723693848,0.589026689529419,0.591157078742981,0.12522608041763306 +271,-1.237224986946052,-0.6720841035949134,-0.884690885113888,-0.7393923401832581,0.6226181983947754,-0.25621432065963745,0.2681601047515869,1.6653412580490112,-1.148226261138916,0.4571199417114258,-0.5960984230041504,0.824497401714325 +272,-1.0000688873220904,-0.7232552166185281,-1.0016183954910396,-0.630841076374054,0.6618284583091736,-0.4049970209598541,-2.9315619468688965,2.334402322769165,0.580772876739502,0.6311920285224915,-0.38364553451538086,0.6811658143997192 +273,-1.229586090826468,-0.7746969984237753,-1.1957465667409946,-0.6734347343444824,0.6994995474815369,-0.23913608491420746,-0.1112002581357956,0.4572080373764038,-0.5690048933029175,0.11810636520385742,0.05922842025756836,-0.31303369998931885 +274,-1.2618792658307196,-0.7765473554791396,-1.1497109612682965,-0.6795704960823059,0.7008206844329834,-0.21687395870685577,-0.2199927419424057,-2.929715871810913,0.8615982532501221,1.3504230976104736,-0.2168424129486084,0.33421409130096436 +275,-1.2549045545084054,-0.9055612081468349,-1.0087012906227177,-0.5867027044296265,0.7867716550827026,-0.19175566732883453,-1.6830788850784302,0.9774906635284424,1.7116299867630005,-0.13316112756729126,0.3485737442970276,0.8188461065292358 +276,-1.8907649667523787,-1.0205274144024994,-1.6072656276559127,-0.49637579917907715,0.8523839116096497,0.1644764095544815,-0.04077907279133797,0.9538298845291138,0.2864389717578888,-0.1338731348514557,-0.16760015487670898,-0.7718830108642578 +277,-2.0191295901059503,-1.0266742387448007,-1.6080505061746502,-0.46650660037994385,0.855582058429718,0.2243901640176773,-0.46674397587776184,-1.7455596923828125,0.3203558623790741,-0.05471837520599365,-0.10881698131561279,-0.016916394233703613 +278,-2.2467006165253203,-1.0417678076034642,-1.7948774077380085,-0.393733412027359,0.8632977604866028,0.31573861837387085,0.24874141812324524,-0.6746609210968018,0.0023895627819001675,-0.9349103569984436,0.027693331241607666,-0.5920447111129761 +279,-1.975231880023043,-1.0197760164465268,-1.5904281225827517,-0.4813186228275299,0.8519907593727112,0.2060195356607437,2.0149552822113037,2.97149395942688,-1.9841262102127075,-0.7194259762763977,-0.003724217414855957,-0.411601185798645 +280,-1.458327930483075,-0.8797543373883887,-1.2188150626741188,-0.6333136558532715,0.7705823183059692,-0.07152961939573288,1.5634340047836304,-2.716708183288574,-1.2522711753845215,0.33312755823135376,0.8914659023284912,0.12044931203126907 +281,-1.2915134301503248,-0.7214849652066303,-0.9647662060190575,-0.7217337489128113,0.6605003476142883,-0.20697742700576782,0.6753252148628235,0.9495054483413696,-1.6305192708969116,0.03493565320968628,-0.2985619306564331,0.548438549041748 +282,-1.1100276486886247,-0.6452345149863199,-1.0204331943161153,-0.715636134147644,0.6013858318328857,-0.3552464246749878,-1.3072530031204224,3.050140142440796,0.08710560202598572,0.948576807975769,-0.24948763847351074,0.7693089246749878 +283,-1.172522813994623,-0.7492310516667496,-1.224142047055658,-0.6749041080474854,0.681075930595398,-0.2839723825454712,-1.4143943786621094,-0.3178280293941498,-0.2259557694196701,-1.9052503108978271,0.8745576739311218,0.1526399552822113 +284,-1.1869706519405405,-0.7331353687310838,-1.2775323329569148,-0.6890125274658203,0.6692027449607849,-0.2782615125179291,1.2533315420150757,-0.14075636863708496,0.5093175768852234,0.9893054962158203,0.7554798722267151,-1.051481008529663 +285,-1.2832492273341585,-0.8370137435554071,-1.112242662698404,-0.6421878933906555,0.7426465749740601,-0.18992282450199127,0.7959743738174438,-1.6707212924957275,1.6380165815353394,0.2620304226875305,0.32807785272598267,0.6771817207336426 +286,-1.684450724450543,-1.0149799184155945,-1.486651887629287,-0.5242325663566589,0.8494699597358704,0.059839215129613876,-4.570821762084961,-4.487504482269287,1.255567193031311,-0.3211500644683838,-0.3955516219139099,-0.5578403472900391 +287,-1.9475763629788911,-1.0170746009442109,-1.649662059398754,-0.4889697730541229,0.8505733013153076,0.19347745180130005,-0.8911879062652588,-1.6060900688171387,-0.06849118322134018,-0.16508296132087708,-0.1821315884590149,-0.12694907188415527 +288,-2.2313150352621607,-1.0166582340985815,-1.8231035725287723,-0.4155351221561432,0.8503543138504028,0.32284435629844666,-1.0063658952713013,-0.5163230299949646,0.7706485986709595,-0.7921522855758667,0.05533117055892944,-0.425276517868042 +289,-2.2211287195299283,-1.020307295965763,-1.8225311956699555,-0.416329562664032,0.8522688150405884,0.31671398878097534,0.5647473335266113,1.3414748907089233,-0.839834451675415,-0.7302006483078003,0.04281187057495117,-0.5046260356903076 +290,-1.5549454119445487,-0.9274739994724547,-1.3834685026546019,-0.5997818112373352,0.8001072406768799,-0.00950788613408804,2.693528890609741,2.570342779159546,-1.2666975259780884,-0.16694188117980957,0.7858761548995972,0.3179643154144287 +291,-1.3551862957812058,-0.7559745296914622,-1.0507597630923453,-0.7107566595077515,0.6859980821609497,-0.15566594898700714,1.7222034931182861,0.5293245911598206,-1.0243165493011475,0.3245871663093567,0.17926687002182007,0.6262317895889282 +292,-1.181805242592704,-0.6226629665076574,-0.9932909822731021,-0.7516409754753113,0.5832004547119141,-0.3080796003341675,-0.18798688054084778,2.7553060054779053,-0.9573588371276855,0.45435404777526855,-0.28101539611816406,0.6736191511154175 +293,-1.0364939526741044,-0.690000553791032,-1.1657612511599238,-0.6637526750564575,0.6365376114845276,-0.3927497863769531,-1.987785816192627,-2.2432665824890137,0.10736691206693649,0.02433311939239502,-0.4760151505470276,-1.3395195007324219 +294,-1.223762873366853,-0.7367234233173514,-1.3100812785959461,-0.6965192556381226,0.6718646287918091,-0.25191032886505127,-1.0689728260040283,0.1684710830450058,0.0983939990401268,0.8724530935287476,-0.09077948331832886,1.1685668230056763 +295,-1.3791731489784123,-0.8309251112309849,-1.262434566026389,-0.6618525981903076,0.738555371761322,-0.1284017711877823,0.0958128422498703,-2.7133684158325195,1.2180441617965698,0.6729763150215149,-0.1474909782409668,0.3566427230834961 +296,-1.487599862124643,-0.9603133502415502,-1.4116423495566106,-0.5712803602218628,0.819371223449707,-0.04763846844434738,-4.664524078369141,-1.4736378192901611,0.5764970183372498,-0.2251521348953247,-0.04082208871841431,0.1259465217590332 +297,-1.979942306975329,-0.9843515365758723,-1.7404079335345395,-0.5077259540557861,0.8329133987426758,0.22015821933746338,0.6868676543235779,-1.4600573778152466,0.135536327958107,-0.16547656059265137,-0.2568788528442383,-0.12160170078277588 +298,-2.1591015973250287,-0.9911739794187576,-1.7638324511569596,-0.45562872290611267,0.8366695642471313,0.3039517104625702,-1.3814066648483276,-1.419249176979065,0.4390554130077362,-0.1795336902141571,-0.0937952995300293,-0.1278958022594452 +299,-2.2810108109847134,-1.008709501011125,-1.792398084421701,-0.40409669280052185,0.8461447954177856,0.34748342633247375,0.8884519338607788,-0.14215734601020813,0.04859454184770584,-0.6387499570846558,0.07635581493377686,-0.5375622510910034 +300,-1.7588835686303061,-0.9646103190634524,-1.4342567517414904,-0.5596890449523926,0.8218269348144531,0.10652957111597061,1.809065341949463,3.7978899478912354,-1.6639559268951416,-0.14877647161483765,0.3927420377731323,0.3698498010635376 +301,-1.4151247367954507,-0.8083925550085955,-1.0558678150749647,-0.6823102831840515,0.7231779098510742,-0.10708272457122803,2.9586408138275146,0.5447276830673218,-1.584783673286438,0.29392820596694946,0.49969202280044556,0.4106868505477905 +302,-1.22214142826182,-0.6349013156065617,-0.8884860444234572,-0.7566878795623779,0.5930980443954468,-0.2750597596168518,0.5054874420166016,2.6899991035461426,-0.934175431728363,0.5364121198654175,-0.46178102493286133,0.5706530809402466 +303,-0.9473364637872792,-0.6362445924294085,-0.9595828891577058,-0.653008222579956,0.5941790342330933,-0.46960774064064026,-1.139772653579712,1.0772165060043335,-0.39288702607154846,0.12021714448928833,-0.518922746181488,-0.054821550846099854 +304,-1.073851889728368,-0.6675307991546324,-1.1070157189197265,-0.6903590559959412,0.6190486550331116,-0.3744104206562042,-1.4814181327819824,-0.4594361186027527,-0.37187933921813965,-0.7333927750587463,-0.30665552616119385,0.45337462425231934 +305,-1.2374291420869201,-0.7767186396227821,-1.1327185329084513,-0.6739519834518433,0.700942873954773,-0.23338381946086884,0.6640118360519409,-2.7884325981140137,1.9612736701965332,0.6988542675971985,0.07420367002487183,0.7589422464370728 +306,-1.5190820261115734,-0.972506910555619,-1.162675328192045,-0.5624769330024719,0.8263002634048462,-0.02911406010389328,-2.808417797088623,-1.4465631246566772,2.164855480194092,-0.4624101519584656,-0.019247710704803467,0.14839202165603638 +307,-1.8844134419020326,-1.0611701930708126,-1.6294032922181103,-0.46405571699142456,0.8729269504547119,0.1505027413368225,-1.662410020828247,0.48855626583099365,0.48156997561454773,-0.13996350765228271,-0.27768146991729736,-0.22466038167476654 +308,-2.071230248210195,-1.0235099143453994,-1.7054118352526333,-0.4565609395503998,0.8539397120475769,0.24967767298221588,0.018481632694602013,-2.683258295059204,-0.49109378457069397,0.06303679943084717,0.2973358631134033,-0.06085015833377838 +309,-2.2870980645382715,-1.0283207842828799,-1.911601576790232,-0.3893817365169525,0.8564332723617554,0.33897465467453003,1.0644372701644897,-0.9687516689300537,0.022904036566615105,-0.9640270471572876,-0.060641705989837646,-0.9940803050994873 +310,-2.0190652697723466,-1.0230740232371895,-1.7079699785517395,-0.46929413080215454,0.8537128567695618,0.22569380700588226,1.6354917287826538,3.6091132164001465,-2.161670684814453,-0.8770804405212402,0.018662750720977783,-0.19940289855003357 +311,-1.5164375022641812,-0.897172955517867,-1.3519837963736072,-0.6229006052017212,0.7815664410591125,-0.033893536776304245,1.9940671920776367,-0.5894186496734619,-1.357230544090271,0.4460054039955139,1.3359873294830322,-0.23461538553237915 +312,-1.3078519784154885,-0.7035168240685451,-0.9896202164508519,-0.7363614439964294,0.6469035148620605,-0.19821137189865112,1.1156599521636963,1.1292273998260498,-2.080925464630127,0.18217748403549194,-0.5211557745933533,0.8040767908096313 +313,-1.0462535895145897,-0.6201778347231087,-1.039963390610815,-0.7043655514717102,0.5811799168586731,-0.4075526297092438,-1.070622444152832,4.239297389984131,-0.19394142925739288,0.7030838131904602,-0.3546020984649658,0.6864680647850037 +314,-1.077096588882185,-0.6186479535746154,-1.2147356165614127,-0.7173807621002197,0.5799342393875122,-0.38605839014053345,-2.366222381591797,0.23661455512046814,-0.10275345295667648,-0.6621357798576355,0.021643459796905518,-0.13129082322120667 +315,-1.1197352082001937,-0.6719481869861296,-1.3310420290567537,-0.7043376564979553,0.6225118637084961,-0.34115612506866455,1.3600647449493408,1.6959246397018433,0.5971964001655579,0.7852550148963928,0.9408731460571289,-0.5386046171188354 +316,-1.2397618152184944,-0.8236460257624865,-1.1963874701350472,-0.6426557302474976,0.7336283326148987,-0.22086866199970245,1.0390675067901611,-2.600986957550049,2.0688624382019043,0.12605416774749756,0.599913477897644,0.5573402643203735 +317,-1.519553219458436,-1.021502867247594,-1.3596303744543088,-0.5213994383811951,0.852893590927124,-0.02674154005944729,-4.328479290008545,-2.5117385387420654,1.1265121698379517,-0.5477228164672852,-0.370868444442749,-0.33339637517929077 +318,-1.9457695685955236,-1.0290263340396555,-1.690853494834902,-0.479824423789978,0.8567973375320435,0.1888568103313446,-0.301519513130188,-0.965693473815918,-0.5439001321792603,-0.14947855472564697,-0.49266159534454346,-0.03643679618835449 +319,-2.164424612659853,-1.0012962782100325,-1.7319496978792566,-0.4469609260559082,0.8421706557273865,0.30161967873573303,-1.3026173114776611,1.2170308828353882,1.3690885305404663,0.21611076593399048,0.00656890869140625,0.18431171774864197 +320,-2.26833929766314,-1.0292922976971843,-1.8310550808180939,-0.39503368735313416,0.8569344282150269,0.3310765027999878,0.30407342314720154,0.3171175718307495,-0.19202499091625214,-1.0280314683914185,0.006438314914703369,-0.2643498480319977 +321,-1.7544251725332383,-0.9539431424828182,-1.4891098391509787,-0.5687455534934998,0.8157028555870056,0.10562801361083984,1.6256552934646606,4.08598518371582,-1.5247480869293213,-0.15111827850341797,0.5461287498474121,0.44663333892822266 +322,-1.4470019830297012,-0.8296355337219458,-1.2051213606280984,-0.669978141784668,0.7376853823661804,-0.083365797996521,3.2180488109588623,-0.2991710603237152,-1.6991814374923706,0.4273023009300232,0.40589988231658936,0.299094557762146 +323,-1.2999217570768158,-0.6336260916919518,-1.0488569374156727,-0.7765011787414551,0.5920708775520325,-0.2156343162059784,0.5344406366348267,1.9249026775360107,-1.3911643028259277,0.3769040107727051,-0.6435081958770752,0.24992084503173828 +324,-1.0494476849529206,-0.6163491138361876,-1.1339517984525056,-0.7075880169868469,0.5780599117279053,-0.4064059853553772,-1.2858010530471802,1.1008135080337524,-0.32185956835746765,0.264030396938324,-0.37693387269973755,0.08598670363426208 +325,-1.1955766565204395,-0.6338544097233589,-1.327129781529344,-0.7496923208236694,0.5922548174858093,-0.2952890396118164,-1.340802788734436,1.56669282913208,-0.13377141952514648,0.17777764797210693,-0.2933046817779541,0.0749673843383789 +326,-1.2554386393090509,-0.6986411462853521,-1.2977626246993654,-0.7279559373855591,0.6431778073310852,-0.23749209940433502,0.6597151756286621,-1.916688084602356,1.6252118349075317,1.0405170917510986,-0.3859146237373352,1.0774426460266113 +327,-1.3874760320048687,-0.8963581568473169,-1.2160434078985674,-0.6139950156211853,0.7810578942298889,-0.11383581161499023,-1.4266254901885986,-1.1157152652740479,2.4835243225097656,-0.2811312675476074,0.5463498830795288,0.5480399131774902 +328,-1.9065349974267618,-1.0473584421685949,-1.7002758103351887,-0.4719519019126892,0.866105854511261,0.1646873950958252,-0.7388201355934143,1.100411295890808,0.7818587422370911,-0.2758660316467285,-0.34231746196746826,-0.4640953540802002 +329,-2.0229364105955208,-1.0073961438295809,-1.7739832199570078,-0.4803982079029083,0.8454440832138062,0.23332810401916504,0.04316380247473717,-3.5939834117889404,-0.7243846654891968,-0.05588716268539429,0.017348885536193848,-0.25409531593322754 +330,-2.2779391442869263,-0.9967954594754805,-1.983202472972204,-0.4127971827983856,0.8397352695465088,0.3527652323246002,-0.2588501274585724,-0.13653413951396942,0.2005295604467392,-1.074660062789917,0.10695058107376099,-0.9536257982254028 +331,-2.113092902419622,-1.010062547392992,-1.8118417493330083,-0.4555071294307709,0.8468651175498962,0.27446842193603516,1.2277625799179077,2.7829630374908447,-1.8475371599197388,-0.9596998691558838,-0.05928260087966919,-0.19814392924308777 +332,-1.5355907613979243,-0.8954169261027254,-1.4732072832250933,-0.6248059868812561,0.7804698348045349,-0.02200574055314064,0.9749433994293213,-1.440711259841919,-0.9802563786506653,0.15507948398590088,1.0489521026611328,-0.06272625923156738 +333,-1.3588232504146942,-0.7230325617262572,-1.147191503958417,-0.7330204248428345,0.6616615056991577,-0.15775041282176971,1.933380365371704,-0.2483939677476883,-1.9717748165130615,0.17219889163970947,-0.19924396276474,0.35226941108703613 +334,-1.1353356736403386,-0.5955992097067745,-1.1236496976744326,-0.7505576610565186,0.5610048770904541,-0.34919461607933044,-0.38069239258766174,3.400024890899658,-0.49295011162757874,0.814324140548706,-0.1104128360748291,0.6383029222488403 +335,-1.0729938759920363,-0.6107913443995081,-1.2443529614105582,-0.7197721004486084,0.5735158920288086,-0.3911619484424591,-1.3926396369934082,-1.8261425495147705,-0.29115039110183716,-0.9151308536529541,0.050324440002441406,-0.3874788284301758 +336,-1.1088088537855976,-0.6301682468858939,-1.3322438462090596,-0.7232319116592407,0.5892807245254517,-0.3601163625717163,1.0723344087600708,3.6431944370269775,0.41230127215385437,-0.0618022084236145,1.3940107822418213,-0.1147218644618988 +337,-1.3076164158536736,-0.7798825662274328,-1.2699654257019082,-0.6865148544311523,0.7031959295272827,-0.1849672645330429,1.0196645259857178,-3.422140598297119,2.454352378845215,0.16666316986083984,0.9393669366836548,0.5523531436920166 +338,-1.6323921125305267,-1.0041095729088862,-1.445910642386742,-0.5358213782310486,0.8436842560768127,0.03304614499211311,-3.382714033126831,-3.1926534175872803,1.2783268690109253,-0.7065491080284119,-0.2449447512626648,-0.3997453451156616 +339,-1.9562418362038878,-1.0435845078351735,-1.725488633826072,-0.46621182560920715,0.864213228225708,0.18916115164756775,-1.4991884231567383,0.7471970915794373,0.3740122318267822,-0.13878390192985535,-0.3776562809944153,0.09301958978176117 +340,-2.1807261916166345,-1.0072457270582544,-1.783818270964819,-0.4378702640533447,0.8453637361526489,0.305990070104599,-1.4342114925384521,-1.567819356918335,0.47449472546577454,0.03191018104553223,0.025241732597351074,0.09101307392120361 +341,-2.2536508338402577,-1.0109639401794293,-1.9015785648038874,-0.4119705557823181,0.847344160079956,0.335094153881073,0.4618537425994873,0.46577727794647217,-0.5147842764854431,-0.8642439842224121,0.40444105863571167,-0.3772846758365631 +342,-1.7136706901025276,-0.9438036439797911,-1.4134197724697857,-0.5807338953018188,0.809795618057251,0.08354120701551437,1.5548402070999146,3.592562675476074,-1.8096342086791992,-0.06904631853103638,0.5839269161224365,0.7527471780776978 +343,-1.3758773535492872,-0.804985228505491,-1.154363121761014,-0.6799965500831604,0.720820426940918,-0.134248748421669,2.9880588054656982,-0.775538980960846,-1.702233076095581,0.3814278244972229,0.30904102325439453,0.2284259796142578 +344,-1.1583162006305987,-0.6066909647969033,-1.032006783896549,-0.752636194229126,0.5701521039009094,-0.3293408155441284,-0.3363659381866455,4.75333309173584,-1.0159393548965454,0.4768946170806885,-0.2717664837837219,0.6767834424972534 +345,-0.9237742010169231,-0.5754527558641259,-1.1083003615520066,-0.669380247592926,0.54421466588974,-0.5057275891304016,-0.5891414284706116,0.16407126188278198,-0.8118265271186829,-0.062171876430511475,-0.48772668838500977,-0.4496403932571411 +346,-1.0047594225215455,-0.6364304696693523,-1.2341043731555446,-0.6787900924682617,0.5943285226821899,-0.4312973916530609,0.00022993108723312616,0.5522527694702148,1.6314283609390259,0.9149962067604065,0.9006054997444153,-0.18543225526809692 +347,-1.2194861353149826,-0.7639522052777206,-1.2080449352240241,-0.6780032515525818,0.6917807459831238,-0.24849766492843628,-0.6550307273864746,-6.219645023345947,1.3879570960998535,0.199792742729187,0.4061654210090637,0.1406179964542389 +348,-1.5798938326708236,-0.9316082204058513,-1.2112167913969143,-0.5965193510055542,0.8025803565979004,0.0054269880056381226,-1.692431092262268,0.6351943016052246,2.2266857624053955,-0.2381058931350708,-0.02961587905883789,0.3212026357650757 +349,-1.8559526789395526,-1.0474085525711183,-1.6347152774470286,-0.4796333611011505,0.8661308884620667,0.14060230553150177,-1.7917369604110718,0.7389617562294006,0.8815487027168274,-0.0819510817527771,-0.21677792072296143,-0.20388056337833405 +350,-2.11556420497851,-1.0332244099227994,-1.8264935926473937,-0.4379313886165619,0.8589544892311096,0.2653554677963257,-0.0634036436676979,-4.170466423034668,-0.7169486880302429,-0.1795002818107605,-0.15991884469985962,-0.3322805166244507 +351,-2.325474954587413,-1.0197159853082858,-1.9904321816517576,-0.3814442455768585,0.8519593477249146,0.3587001860141754,0.5879467129707336,-0.3693547546863556,0.3106926381587982,-0.6011608242988586,0.2634429931640625,-0.9815182685852051 +352,-1.9918467322053919,-1.0312913068610754,-1.7314480573152093,-0.46884381771087646,0.8579630851745605,0.20996375381946564,1.8162556886672974,2.7876086235046387,-1.8811146020889282,-0.5750709772109985,-0.006965160369873047,-0.13766765594482422 +353,-1.5099754135523826,-0.9134033332274203,-1.3356992874909788,-0.6099253296852112,0.7915879487991333,-0.03714202716946602,1.6189566850662231,-0.9683153033256531,-1.2501919269561768,0.44712936878204346,0.7835767865180969,-0.21517729759216309 +354,-1.3484408720749772,-0.7240979265603453,-1.0425584306222861,-0.7306550145149231,0.6624599695205688,-0.16519668698310852,1.361636757850647,0.026938261464238167,-2.1135988235473633,0.15016496181488037,-0.4704281687736511,0.30894970893859863 +355,-1.0870711572241485,-0.6243765756423448,-1.0744729489909064,-0.718242883682251,0.5845915675163269,-0.3773324191570282,-0.5618406534194946,3.4167184829711914,-0.18198511004447937,0.9673579335212708,-0.3359801769256592,0.7006967067718506 +356,-1.0240583822073135,-0.6235585909969696,-1.1735571927207096,-0.6934647560119629,0.5839277505874634,-0.42206060886383057,-1.4630913734436035,-0.8460804224014282,-0.26416707038879395,-0.9416060447692871,0.03808152675628662,-0.22605645656585693 +357,-1.0918980572246026,-0.6721368876095666,-1.2637091126061561,-0.694464921951294,0.6226595044136047,-0.36057403683662415,1.6014374494552612,2.1799063682556152,0.15544766187667847,-1.2384116649627686,2.4608519077301025,-2.3216464519500732 +358,-1.311762608163388,-0.7698342848429187,-1.1861096853050561,-0.694071352481842,0.696016252040863,-0.1839199960231781,0.5391225814819336,-3.4111506938934326,2.4494106769561768,0.45989465713500977,0.6077557802200317,0.5889034867286682 +359,-1.642346054653258,-1.0188636070330346,-1.3293735764352705,-0.5229923129081726,0.8515127301216125,0.03748394548892975,-2.2544538974761963,-2.6132993698120117,1.9255846738815308,-0.5888240337371826,-0.2578543424606323,-0.39394450187683105 +360,-1.9451449147843007,-1.0783319810293728,-1.7467706986851919,-0.4400559663772583,0.881170392036438,0.17288674414157867,-1.8073065280914307,0.844699501991272,0.5187801122665405,-0.272270143032074,-0.30122947692871094,-0.1691025346517563 +361,-2.1650106883218236,-1.044718506449997,-1.8263024687427227,-0.41607198119163513,0.8647832274436951,0.2811301350593567,-1.5769261121749878,0.28015008568763733,1.436547040939331,0.20667561888694763,0.10529428720474243,-0.036913275718688965 +362,-2.1889807359600755,-1.0931205821267513,-1.803362248873815,-0.3746374845504761,0.8880658149719238,0.2664315402507782,1.135788917541504,0.5564014315605164,-0.5686587691307068,-1.0916558504104614,-0.053944170475006104,-0.2546060383319855 +363,-1.6474385634020507,-0.9727606330892405,-1.3894034498868293,-0.5613674521446228,0.8264431357383728,0.043108899146318436,1.6483721733093262,2.547710657119751,-1.6757251024246216,0.0542568564414978,0.9141116738319397,0.4513673782348633 +364,-1.3770423685443474,-0.8159818088034975,-1.1297765145335597,-0.672333300113678,0.7283986210823059,-0.13192220032215118,1.430813193321228,-0.033083830028772354,-1.3136980533599854,0.24670463800430298,0.3138682246208191,0.5077614188194275 +365,-1.2491144015878728,-0.6227266820636116,-1.073414220219799,-0.7706247568130493,0.5832521915435791,-0.25681614875793457,-0.26584652066230774,3.0947585105895996,-1.171668291091919,0.5991158485412598,-0.2980501055717468,0.4473678767681122 +366,-1.0262749854538562,-0.5850807190001461,-1.1765484840153682,-0.7130986452102661,0.5522666573524475,-0.4318470358848572,-0.7253358960151672,2.2933738231658936,-1.131026268005371,0.1444646120071411,-0.21829754114151,0.24271434545516968 +367,-1.1376206373321816,-0.5971277503347198,-1.3630655494987598,-0.7505743503570557,0.5622695684432983,-0.3471183180809021,-0.9864097833633423,-0.2745325267314911,-0.24455155432224274,-0.43616271018981934,-0.27757108211517334,0.010051727294921875 +368,-1.260155228898291,-0.6793980935508843,-1.3217055145555263,-0.7407166361808777,0.6283248662948608,-0.2377956062555313,0.9339107275009155,-4.215786933898926,1.7480660676956177,0.8225037455558777,0.045899927616119385,1.0526913404464722 +369,-1.5926952049247636,-0.8755110337832316,-1.2165185899417625,-0.6404507756233215,0.7678709626197815,0.014027396216988564,-0.9967955946922302,0.41118311882019043,2.5239217281341553,-0.2763124704360962,0.33695679903030396,0.9250137805938721 +370,-1.9298050472769432,-1.0103490789001581,-1.5330154652901309,-0.49767547845840454,0.8470174670219421,0.1867634505033493,-1.852889895439148,1.1531195640563965,1.0838027000427246,-0.07904571294784546,-0.38676661252975464,-0.19929099082946777 +371,-2.0461417314360837,-0.9971603203575427,-1.6872874363773689,-0.4825242757797241,0.8399333357810974,0.2483595609664917,0.5989652872085571,-3.7593510150909424,-0.7567033171653748,-0.09143507480621338,-0.28362834453582764,-0.22251129150390625 +372,-2.314722953889142,-0.9830434832005769,-1.8330611229438563,-0.40800368785858154,0.8321887850761414,0.37549227476119995,0.026028206571936607,-0.4797575771808624,0.294082909822464,-0.7840433716773987,0.23533117771148682,-1.0779764652252197 +373,-2.1487971124894663,-1.0341231952285364,-1.6299941284975332,-0.42822539806365967,0.8594143986701965,0.2793377935886383,1.5024833679199219,2.1884727478027344,-1.813405156135559,-0.9185457229614258,-0.09734487533569336,-0.3536328673362732 +374,-1.5739577899168076,-0.9249583910419646,-1.20041127951303,-0.6018649935722351,0.7985957264900208,0.0019027803791686893,1.2799006700515747,-1.729291558265686,-1.3489058017730713,0.12031280994415283,0.9754217267036438,-0.13158726692199707 +375,-1.3774331600789582,-0.7518237565996612,-0.8884905929987081,-0.7168316841125488,0.6829720735549927,-0.14036257565021515,1.4191527366638184,0.24319185316562653,-1.8928887844085693,0.18606990575790405,-0.2818794846534729,0.24561773240566254 +376,-1.0969914033380859,-0.6152803477762832,-0.8562387746991345,-0.7266526818275452,0.5771874785423279,-0.3725998103618622,0.02443055436015129,2.869938850402832,-0.655908465385437,0.7710710167884827,-0.09449094533920288,0.5454818606376648 +377,-1.0450801293718124,-0.5812677467767919,-0.9680033182644672,-0.7229092121124268,0.549083948135376,-0.41941529512405396,-1.603745460510254,-0.10914035886526108,-0.3475336730480194,-0.9198672771453857,-0.3314782977104187,-0.4571716785430908 +378,-1.0802638378861156,-0.6587565050643724,-1.0889448324406872,-0.6975100636482239,0.6121340394020081,-0.3725208044052124,1.1349271535873413,1.7655810117721558,1.6446739435195923,0.9298250675201416,1.7580595016479492,-1.2555004358291626 +379,-1.2419031100566136,-0.8076064880022389,-0.9977157545266123,-0.6541803479194641,0.7226347923278809,-0.22326436638832092,-0.08435001969337463,-2.8186240196228027,2.252516746520996,0.3786371946334839,0.41734933853149414,0.4654823839664459 +380,-1.6348284500056427,-1.0119617001998955,-1.1380313563674176,-0.5291117429733276,0.8478735685348511,0.033926527947187424,-0.9886611700057983,-2.296508312225342,1.642914891242981,-0.3712177872657776,-0.19440078735351562,-0.20187997817993164 +381,-1.8535941274130046,-1.0866920019322444,-1.5338355768765919,-0.44692906737327576,0.8850921392440796,0.12987129390239716,-1.5593409538269043,0.9036696553230286,0.32718899846076965,-0.22261139750480652,-0.32469773292541504,-0.14570997655391693 +382,-2.1047713437769136,-1.0350499675064377,-1.6148795576832908,-0.4394189715385437,0.8598878383636475,0.25981488823890686,-2.135502576828003,-3.4493565559387207,-0.015322958119213581,0.1138879656791687,0.25420206785202026,0.17411446571350098 +383,-2.239034882116608,-1.0488598139835832,-1.7826241925671047,-0.39132681488990784,0.8668553233146667,0.30890992283821106,0.7253324389457703,0.2711368501186371,0.2598273456096649,-0.748825192451477,0.2322353720664978,-0.20615717768669128 +384,-1.8090088460016636,-1.0160051963403194,-1.4307619477403422,-0.5118908286094666,0.8500104546546936,0.12429886311292648,1.9447646141052246,1.6776469945907593,-1.6974749565124512,-0.4670673608779907,0.37122684717178345,-0.2203986495733261 +385,-1.496136279822641,-0.8848379272422932,-1.1894072837290648,-0.6316501498222351,0.7738123536109924,-0.04724684730172157,2.4004950523376465,0.3659370541572571,-2.1396336555480957,-0.023058593273162842,0.4441593289375305,-0.12371265143156052 +386,-1.3168947020866961,-0.6566086892446954,-1.0335069759847124,-0.76667320728302,0.6104342341423035,-0.1989533007144928,0.15871886909008026,3.5010242462158203,-1.7440645694732666,0.31849205493927,-0.34667080640792847,0.4855896234512329 +387,-0.9683038031149863,-0.5781301222890639,-1.0893968664270874,-0.6900261640548706,0.546458899974823,-0.47460150718688965,-0.1765909641981125,2.237577438354492,-0.3980334997177124,0.5206841230392456,-0.2794910669326782,0.40624213218688965 +388,-1.0265211426125282,-0.6082821128458606,-1.246030174449255,-0.7020520567893982,0.5714585781097412,-0.4249211549758911,-1.33700692653656,0.19112765789031982,0.03808645159006119,-0.2697497010231018,-0.607621967792511,0.2581121027469635 +389,-1.2364113199515192,-0.6990218250667682,-1.219866103107583,-0.7230743169784546,0.6434692144393921,-0.2512189745903015,0.9351181983947754,-4.092581272125244,1.4925246238708496,1.2118438482284546,-0.5972503423690796,0.6331006288528442 +390,-1.479166385859633,-0.9126965525489877,-1.1472603440352842,-0.6090487837791443,0.7911558747291565,-0.05596381425857544,-1.4480993747711182,-0.9490921497344971,2.613189935684204,-0.28630638122558594,0.41259467601776123,0.6313117146492004 +391,-1.9206509354814423,-1.0767502950925552,-1.5035773388042446,-0.4454665780067444,0.8804214596748352,0.16253460943698883,-1.277918815612793,1.7356408834457397,0.7964029908180237,-0.2675613760948181,-0.3103989362716675,-0.12937724590301514 +392,-2.089341599387734,-1.0350412927893102,-1.7496920012985049,-0.44338181614875793,0.8598834276199341,0.25300776958465576,0.32521119713783264,-3.77530574798584,-0.9730055928230286,-0.05693855881690979,-0.24513739347457886,-0.37095823884010315 +393,-2.363851950960362,-1.0270802745304402,-1.906286020934108,-0.3629886209964752,0.855792224407196,0.368590772151947,-0.4213474690914154,-0.521486759185791,0.49249744415283203,-0.8909329175949097,-0.008563101291656494,-0.4319758117198944 +394,-2.327334142954052,-1.0487195909501208,-1.855833137941081,-0.3626496195793152,0.8667854070663452,0.3422989249229431,1.5175336599349976,1.196313738822937,-1.2473511695861816,-0.8504241108894348,0.30483025312423706,-0.7896865606307983 +395,-1.716701904384514,-1.004978767717226,-1.3591704868467827,-0.5304099321365356,0.8441506028175354,0.07794365286827087,0.9166584014892578,1.6127036809921265,-1.4061980247497559,0.10191261768341064,0.5118522644042969,0.29578983783721924 +396,-1.4102772938016248,-0.8396488104853134,-0.9789242072353159,-0.6591404676437378,0.7444086670875549,-0.10672278702259064,2.0452489852905273,-0.049969449639320374,-2.0909841060638428,0.3398655652999878,-0.03057199716567993,0.40980809926986694 +397,-1.074951362632044,-0.6233328619544011,-0.9134147188058408,-0.7141532897949219,0.583744466304779,-0.3862995207309723,0.12381147593259811,4.179629325866699,-1.3994241952896118,0.39674001932144165,0.09020566940307617,0.6875385642051697 +398,-0.968462041240647,-0.5922401321889548,-1.0524706049151236,-0.6836791038513184,0.5582210421562195,-0.47007665038108826,-1.9319651126861572,-2.6217098236083984,-1.22273850440979,-0.8982605338096619,-0.5043118000030518,-1.0594033002853394 +399,-1.0985954470795745,-0.7228084810875633,-1.2262190069421632,-0.6678833961486816,0.6614934802055359,-0.34111326932907104,1.0709292888641357,-0.7452316284179688,1.0215919017791748,0.5890717506408691,2.818593740463257,-2.057354688644409 +400,-1.3497586613069876,-0.8215041453796089,-1.1439675242557357,-0.6645493507385254,0.7321711778640747,-0.14933037757873535,0.16487471759319305,-3.4590554237365723,2.2439522743225098,0.5398088097572327,0.4084233045578003,0.5112841129302979 +401,-1.575338394418029,-1.0345561664987213,-1.3004639706267607,-0.5109022259712219,0.8596357107162476,0.0023205685429275036,-2.7651195526123047,1.4393457174301147,1.998244047164917,-0.5271683931350708,0.23075735569000244,0.4877612590789795 +402,-2.0117678503741225,-1.09907413919498,-1.6562609487005802,-0.4109499156475067,0.8907870054244995,0.1939551681280136,-1.49824857711792,0.8660510778427124,-0.06832676380872726,-0.2852780818939209,-0.3477420210838318,-0.20320190489292145 +403,-2.227312864498553,-1.0254836838962762,-1.7258593010105032,-0.4108629822731018,0.8549651503562927,0.31658563017845154,-1.9342594146728516,-1.480169653892517,0.4010670781135559,0.41704273223876953,0.02827465534210205,0.33095160126686096 +404,-2.3705734878157094,-1.0448704807273363,-1.8902113854309048,-0.3498366177082062,0.8648595213890076,0.3600447177886963,0.14587706327438354,-0.3591732382774353,0.2939460575580597,-0.6110550165176392,0.20330142974853516,-0.3567488491535187 +405,-2.0115904395112616,-1.0380613270511296,-1.6191558404411575,-0.45934349298477173,0.8614212274551392,0.21669575572013855,1.1300883293151855,3.138843536376953,-1.6038267612457275,-0.45197242498397827,0.34222257137298584,0.06466102600097656 +406,-1.5412698243076408,-0.9501552170760879,-1.281415636358508,-0.5813032388687134,0.8135057687759399,-0.017168842256069183,2.990332841873169,0.14295507967472076,-1.2448538541793823,0.21263569593429565,0.8111279010772705,-0.5109988451004028 +407,-1.3087443582416343,-0.7275066872845024,-0.9429334784854166,-0.7213383316993713,0.665009617805481,-0.1934773027896881,1.565022349357605,1.0790444612503052,-1.7291206121444702,0.48147010803222656,-0.45295822620391846,0.359203040599823 +408,-0.9448363846803547,-0.6347663121843099,-0.9404012750540421,-0.652543306350708,0.5929893851280212,-0.47175297141075134,-0.1177375465631485,3.6433117389678955,-0.6456722617149353,0.510453462600708,-0.39937055110931396,0.7359589338302612 +409,-0.918088990260251,-0.6118528722901907,-1.0811389045224848,-0.6503187417984009,0.5743851661682129,-0.49715903401374817,-2.3443970680236816,0.4458777904510498,-0.022134114056825638,-0.09221965074539185,-0.24564987421035767,-0.14807406067848206 +410,-1.0202521321861213,-0.7182732914567858,-1.1287411205654874,-0.6416882872581482,0.6580855250358582,-0.39390307664871216,-0.3491896688938141,-2.853147268295288,1.2158491611480713,0.9947614669799805,-0.15572041273117065,0.3707554340362549 +411,-1.3763057438683088,-0.8658933384676929,-1.0875183913273596,-0.6357434988021851,0.7616744041442871,-0.1252291202545166,-0.16673544049263,-4.181722164154053,1.473886489868164,0.0014356374740600586,0.6030411720275879,0.3692018985748291 +412,-1.7029983231951362,-1.0563661566472726,-1.2860354264357254,-0.4877450168132782,0.8705732226371765,0.06485915929079056,-2.2136292457580566,1.2520443201065063,1.5698570013046265,-0.18350431323051453,-0.17361295223236084,0.00015853345394134521 +413,-1.993511155534916,-1.1142186606710824,-1.7372320634034735,-0.4020722508430481,0.897566556930542,0.18086525797843933,-0.5981148481369019,0.4240371584892273,0.37444841861724854,-0.2581908106803894,-0.2878100872039795,-0.15532207489013672 +414,-2.261897600137144,-1.0715928752819204,-1.7430436144626846,-0.3688799738883972,0.877964198589325,0.30513352155685425,-1.6656650304794312,-0.5665844082832336,0.5289917588233948,-0.14547857642173767,0.03753262758255005,-0.13740897178649902 +415,-2.301294216521995,-1.0989873648408126,-1.777120852814857,-0.3385295569896698,0.8907475471496582,0.3032597005367279,1.0776511430740356,0.5738200545310974,-0.6545441150665283,-1.1642932891845703,0.06590217351913452,-0.2518986761569977 +416,-1.758477026852361,-1.0031098263483416,-1.358371760643602,-0.528240978717804,0.8431471586227417,0.10032131522893906,1.6714268922805786,2.381425142288208,-1.632635474205017,0.10709840059280396,0.7726365327835083,0.47690343856811523 +417,-1.422278261379146,-0.8522283422031462,-1.020330692830774,-0.6510602831840515,0.7527492046356201,-0.09741149097681046,2.5023868083953857,-0.5324994921684265,-1.7836116552352905,0.1875593662261963,0.1491672396659851,0.04603511840105057 +418,-1.1797361322743918,-0.6534625842516788,-0.8857363729273103,-0.7340420484542847,0.6079393029212952,-0.30264168977737427,0.07080279290676117,4.447575569152832,-1.1623557806015015,0.48384374380111694,-0.20452749729156494,0.7039631605148315 +419,-0.9724145388974941,-0.6130755380552156,-0.995100520899039,-0.6757737994194031,0.5753856301307678,-0.4607181251049042,-1.4059247970581055,-1.200661540031433,-0.8959113955497742,-0.003242313861846924,-0.6837077140808105,-0.3240261673927307 +420,-1.1019231772585096,-0.6951430363453377,-1.1242742288728125,-0.6850821375846863,0.6404953002929688,-0.3470277488231659,1.8372488021850586,2.1583473682403564,1.2113200426101685,0.2830588221549988,2.7845535278320312,-2.3548460006713867 +421,-1.3190812791663622,-0.8434624042306957,-1.1785657129682312,-0.6439279913902283,0.7469496726989746,-0.16559870541095734,-1.2755802869796753,-2.875704050064087,2.062520980834961,0.514869213104248,0.5221543312072754,0.7148845791816711 +422,-1.7398595104186503,-1.0300188800710601,-1.295357073084331,-0.507462739944458,0.8573086857795715,0.08662011474370956,-0.6867732405662537,-1.1810036897659302,1.918545126914978,-0.2884356379508972,-0.03333425521850586,-0.01452232152223587 +423,-2.053072227465957,-1.080791067247624,-1.767399668609524,-0.416951447725296,0.8823303580284119,0.2182770073413849,-2.1951451301574707,0.8927080631256104,0.8166993856430054,-0.029856503009796143,-0.20192557573318481,-0.36212167143821716 +424,-2.2114056920193095,-1.0459567900169828,-1.7260800529966498,-0.4017268121242523,0.8654043674468994,0.29948389530181885,-0.9665297865867615,-4.944905757904053,-0.46642518043518066,-0.029562801122665405,-0.10789716243743896,0.14971956610679626 +425,-2.374127078397748,-1.06155266077148,-1.8652973864366857,-0.33848950266838074,0.8731134533882141,0.35085251927375793,0.38916832208633423,0.0888250321149826,0.3222655653953552,-0.7326469421386719,0.22596168518066406,-0.5473247170448303 +426,-1.9729678206340817,-1.0419732233177883,-1.5653225369524963,-0.46426352858543396,0.8634014129638672,0.19747692346572876,1.8813233375549316,2.470393657684326,-1.861016035079956,-0.3999026417732239,0.2731340527534485,-0.11425545811653137 +427,-1.5232519229166195,-0.9335877516065711,-1.2109259812817972,-0.5942819118499756,0.8037596344947815,-0.02827608771622181,2.912118911743164,1.2555018663406372,-1.1624441146850586,0.3984352946281433,0.9239320755004883,-0.5808089971542358 +428,-1.272694556618157,-0.7190071391877058,-0.8357496447595936,-0.7192733883857727,0.6586378812789917,-0.2210022211074829,1.900429606437683,0.8424986600875854,-1.394106149673462,0.3583114743232727,-0.4671553373336792,0.4460693597793579 +429,-0.9028452600222321,-0.6249320667533357,-0.834769519760204,-0.6367122530937195,0.5850421786308289,-0.5023179650306702,-0.15256796777248383,3.1834776401519775,-0.4886179268360138,0.8338557481765747,-0.3290759325027466,0.6563096046447754 +430,-0.8859705774603904,-0.6288054861360189,-0.9925626137208113,-0.626385509967804,0.5881791114807129,-0.5115528702735901,-2.1124868392944336,1.403592824935913,-0.02543010376393795,-0.3030272126197815,-0.16737234592437744,-0.32681071758270264 +431,-1.0110997236790376,-0.7391424813977691,-1.0206734233061427,-0.6262800693511963,0.6736544370651245,-0.39238134026527405,-0.3718569278717041,-4.884525299072266,1.1862783432006836,0.7549879550933838,-0.14550191164016724,0.40045320987701416 +432,-1.437274925515988,-0.8721917937029523,-0.9431476056652427,-0.6374251246452332,0.7657404541969299,-0.08561930805444717,0.05906070023775101,-3.807086944580078,2.1330759525299072,0.18220973014831543,0.3157414197921753,0.24675214290618896 +433,-1.7288903017044894,-1.0793384184574755,-1.186478954698024,-0.46602699160575867,0.8816457986831665,0.07429607212543488,-1.9076725244522095,0.8916999697685242,1.3896872997283936,-0.2526162564754486,-0.27800798416137695,-0.12428378313779831 +434,-1.9842904756563517,-1.1094247107482578,-1.5982448703188439,-0.4076581299304962,0.8954427242279053,0.17887702584266663,-0.7517915368080139,-0.2736334204673767,0.18045838177204132,-0.2243303656578064,-0.2683981657028198,-0.14662005007266998 +435,-2.2430010912581837,-1.0720328916650792,-1.7176728785506419,-0.3742773234844208,0.8781747221946716,0.2978682816028595,-2.370126724243164,2.120955467224121,1.1777602434158325,-0.5916039943695068,0.1471242904663086,-0.37956395745277405 +436,-2.1721520542436004,-1.0703233622517567,-1.72839898290983,-0.39566153287887573,0.877355694770813,0.27147483825683594,1.6271462440490723,1.728369951248169,-1.0927075147628784,-0.8336780071258545,0.2125183343887329,-0.4863796830177307 +437,-1.5073617718806909,-0.9874876155284785,-1.202370297401674,-0.5496808290481567,0.8346447944641113,-0.03491560369729996,1.5556576251983643,0.788022518157959,-0.9271686673164368,0.17800724506378174,0.6551470756530762,0.5356175303459167 +438,-1.3289825006475253,-0.8126500316455333,-0.9528227129971193,-0.6675719022750854,0.7261118292808533,-0.16464993357658386,1.7769564390182495,-0.571944534778595,-1.8077753782272339,0.3334501385688782,0.033470749855041504,0.40503692626953125 +439,-1.1054287406621703,-0.6575719045322426,-0.8869683132214905,-0.7073100805282593,0.6111968755722046,-0.35517704486846924,0.01873612031340599,3.698636054992676,-0.6491404175758362,0.6327404379844666,-0.31571048498153687,0.6877118349075317 +440,-0.9444803325459229,-0.6198013417673506,-0.9562016277010507,-0.6594916582107544,0.5808734893798828,-0.4771338999271393,-0.5398039221763611,-1.536570429801941,-0.9967988133430481,-0.6725701093673706,-0.3812427520751953,-1.257943034172058 +441,-1.0254435427914728,-0.6899315118310202,-1.114673504660521,-0.6594097018241882,0.6364843845367432,-0.40008315443992615,0.5262179970741272,2.608137607574463,1.9437285661697388,1.4672558307647705,0.9617974758148193,-0.8185600638389587 +442,-1.2337926530813188,-0.807912511818583,-1.043535645625598,-0.6521393060684204,0.722846269607544,-0.22848951816558838,-0.21117109060287476,-4.116020679473877,1.7578017711639404,0.4182526469230652,0.21926182508468628,0.4582258462905884 +443,-1.5949063627545979,-1.0146783572010072,-1.1407794919375804,-0.5277397036552429,0.8493108153343201,0.012726289220154285,-1.434258222579956,-2.1047866344451904,1.9121659994125366,-0.4399269223213196,-0.05681508779525757,-0.0003361701965332031 +444,-1.8418935575102597,-1.1011741603170948,-1.4789382375101086,-0.4360213279724121,0.8917393684387207,0.12118767201900482,-2.133535861968994,1.8299429416656494,0.7285779714584351,-0.197630375623703,-0.4436954855918884,-0.054827213287353516 +445,-2.0573685842528,-1.0563598089727353,-1.6287691791989727,-0.43493807315826416,0.8705701231956482,0.2300792932510376,0.14239974319934845,-3.3420193195343018,-0.6960545182228088,-0.04524073004722595,-0.04604625701904297,-0.11861385405063629 +446,-2.3144714723666517,-1.0393856935936503,-1.8781713638261315,-0.3729603588581085,0.8620930910110474,0.3430681526660919,-0.4036657214164734,-0.6465007066726685,0.29860439896583557,-0.9235788583755493,-0.012132883071899414,-0.9811297655105591 +447,-2.1080871970947475,-1.0734128357449335,-1.6851342138594714,-0.40989950299263,0.8788339495658875,0.24419887363910675,2.179776430130005,2.4738943576812744,-1.4448100328445435,-1.0438053607940674,-0.11565041542053223,-0.34504425525665283 +448,-1.517055233622926,-0.9537429999740785,-1.2479799863314132,-0.5777990818023682,0.815587043762207,-0.031081480905413628,0.9653609991073608,-1.565859317779541,-1.2249752283096313,0.30768799781799316,0.9181928634643555,0.12622004747390747 +449,-1.3747451356645621,-0.7864302553962502,-0.9998040811706326,-0.6928447484970093,0.7078362107276917,-0.13760051131248474,1.0967508554458618,0.32630014419555664,-1.5727622509002686,0.32568782567977905,-0.24615108966827393,0.35911238193511963 +450,-1.1410482073243358,-0.6593913473772235,-0.9657598841837016,-0.7184978723526001,0.6126359105110168,-0.3292992115020752,0.13129271566867828,2.7727127075195312,-0.445614755153656,0.8347241282463074,-0.13880479335784912,0.5746300220489502 +451,-1.1233293281136376,-0.6584101012731148,-1.0627815254007351,-0.7130921483039856,0.6118600964546204,-0.34223777055740356,-1.7612935304641724,-1.978983998298645,-0.5331695079803467,-1.2129331827163696,-0.30793553590774536,-0.5899979472160339 +452,-1.2013294399457684,-0.7304913126192694,-1.2469050255474,-0.6945843696594238,0.6672356724739075,-0.2689777910709381,2.0526177883148193,2.107815980911255,0.8202205896377563,0.04886293411254883,1.7957923412322998,-2.1270029544830322 +453,-1.2966586878609938,-0.8395131139762405,-1.1720530583454656,-0.642888069152832,0.7443180680274963,-0.18079158663749695,0.35147547721862793,-1.292128562927246,2.332390308380127,0.6430864334106445,0.08939164876937866,0.6537072658538818 +454,-1.5237254371206541,-1.0439131012577534,-1.35092609854242,-0.5022847652435303,0.8643785119056702,-0.02366046980023384,-3.133176803588867,-3.664820909500122,1.1957341432571411,-0.4422495365142822,-0.11134201288223267,-0.44809550046920776 +455,-1.9204924775698466,-1.0886200850563466,-1.696457576294162,-0.43564316630363464,0.8859878778457642,0.15887217223644257,-1.7813117504119873,0.9082122445106506,0.4935053586959839,-0.15545177459716797,-0.24839943647384644,0.05642925202846527 +456,-2.103131104423338,-1.050756155507056,-1.7912237493367897,-0.4281541705131531,0.8677992224693298,0.2522074580192566,-0.8479398488998413,-3.240200996398926,-0.11664700508117676,0.06565111875534058,0.08087021112442017,-0.032007813453674316 +457,-2.3256413970117875,-1.04528427670484,-2.0198282629889253,-0.36539506912231445,0.865067183971405,0.3437225818634033,0.507409393787384,0.1441776603460312,0.06382079422473907,-0.6531596183776855,0.06520015001296997,-0.5450623035430908 +458,-1.9625093375237113,-1.0565407633464825,-1.7840079552055301,-0.4546295404434204,0.8706591129302979,0.187788724899292,1.7299442291259766,4.396480560302734,-1.5954020023345947,-0.7107299566268921,-0.07402831315994263,0.05151486396789551 +459,-1.524584367442706,-0.9120788450496886,-1.4920322876821324,-0.6114495992660522,0.7907779216766357,-0.028276415541768074,2.751117706298828,-1.4405484199523926,-1.830704927444458,0.354796826839447,0.6991817355155945,-0.6048107743263245 +460,-1.291455103953751,-0.7030451601517113,-1.2554879141744009,-0.7333058714866638,0.6465437412261963,-0.21034233272075653,1.107858419418335,1.0230756998062134,-1.8147777318954468,0.32618606090545654,-0.3889448642730713,0.3629149794578552 +461,-1.0636380359832172,-0.647824329532743,-1.2910085849992992,-0.697028636932373,0.6034529805183411,-0.38729268312454224,-0.6892687082290649,2.086353302001953,0.3534480631351471,1.0187602043151855,-0.13503867387771606,0.6518343091011047 +462,-1.2228214243794198,-0.6877039975406207,-1.433936546041165,-0.7263936400413513,0.6347647309303284,-0.2634885609149933,-2.166067361831665,-2.328613042831421,-0.10477752983570099,-1.070893406867981,-0.14117330312728882,-0.5666048526763916 +463,-1.2180717131943977,-0.740700936533313,-1.507222997913179,-0.6925609707832336,0.6748053431510925,-0.2549450099468231,0.222020223736763,0.536077082157135,0.11662739515304565,0.8795116543769836,1.4238426685333252,-0.8658435344696045 +464,-1.538551759361251,-0.856311247563414,-1.480720577065678,-0.6548879146575928,0.7554307579994202,-0.021123899146914482,1.0471107959747314,-3.6369004249572754,1.6731613874435425,0.3046376705169678,0.30508559942245483,0.5531673431396484 +465,-1.7774377315439391,-1.0075371357599552,-1.632071156034086,-0.5225854516029358,0.8455193638801575,0.1095515564084053,-2.431774616241455,0.561409056186676,1.1918224096298218,-0.3590063452720642,-0.31068354845046997,-0.11226761341094971 +466,-2.035245800591268,-1.0225515773131135,-1.9623875610846,-0.4659794867038727,0.8534406423568726,0.23345699906349182,-0.9754146337509155,0.29114940762519836,0.5696802735328674,-0.04731088876724243,-0.14650094509124756,-0.13081121444702148 +467,-2.25118178741058,-1.0234032060311684,-2.082550041291717,-0.40457165241241455,0.853884220123291,0.3274194598197937,0.16684596240520477,-0.9471536874771118,0.5621607899665833,-0.03707873821258545,0.08581304550170898,-0.6276208162307739 +468,-2.3173021338642696,-1.0453373371482308,-2.1050242674797954,-0.3682152330875397,0.8650938272476196,0.3406325578689575,1.1629433631896973,0.2168687880039215,-0.16500043869018555,-0.6041969060897827,0.033175885677337646,-0.6173808574676514 +469,-1.7562060919604576,-0.9924353637223126,-1.732919125957755,-0.5372830629348755,0.8373597860336304,0.10077495127916336,1.194148063659668,4.174492359161377,-1.50653874874115,-0.192712664604187,0.5955778360366821,0.48522353172302246 +470,-1.417020956752346,-0.8399277622498093,-1.388889109609585,-0.6596397757530212,0.744594931602478,-0.10224353522062302,2.3493456840515137,0.21907879412174225,-1.5467599630355835,0.4126763343811035,0.400333046913147,0.5469762086868286 +471,-1.2563453743314081,-0.6628198352167617,-1.2826054285193034,-0.7496088743209839,0.6153420805931091,-0.2438044399023056,0.014498572796583176,2.5855414867401123,-1.2939109802246094,0.4689081907272339,-0.42260831594467163,0.5714106559753418 +472,-1.0604565781600717,-0.6728000452643753,-1.385418999367269,-0.6824261546134949,0.6231783032417297,-0.38202548027038574,-1.3737010955810547,1.5354615449905396,-0.101964071393013,0.4265362620353699,-0.30611586570739746,0.514471709728241 +473,-1.3349436466309808,-0.7121450621701425,-1.598018864603351,-0.7360057234764099,0.6534590125083923,-0.17688091099262238,-1.611570119857788,0.7223712205886841,0.2284986972808838,-0.5015735626220703,-0.48938125371932983,0.16539104282855988 +474,-1.3527394302345224,-0.7278150445841105,-1.654635144902042,-0.728949248790741,0.6652398705482483,-0.1615206003189087,-1.2088521718978882,-2.611588478088379,0.4810710549354553,1.7652499675750732,-0.16618597507476807,0.4452577829360962 +475,-1.609962443183761,-0.8816260458718264,-1.546408169984373,-0.6354093551635742,0.7717738747596741,0.024899249896407127,0.5547090172767639,-3.3353705406188965,1.8102166652679443,0.017657339572906494,0.33187901973724365,0.15915226936340332 +476,-1.9266928397196585,-1.0040221433918337,-1.884677374765151,-0.5032673478126526,0.8436373472213745,0.18707714974880219,-2.1789145469665527,0.624953031539917,1.0536428689956665,-0.15432536602020264,-0.3536471724510193,-0.4619795083999634 +477,-2.116227892709103,-1.0094947729627013,-2.093471336862569,-0.455055296421051,0.8465630412101746,0.276144415140152,-0.20760750770568848,-2.1254055500030518,0.031749166548252106,-0.20302575826644897,-0.18158501386642456,-0.05194699764251709 +478,-2.322464024096817,-1.0157524995741143,-2.1957444935453143,-0.38498643040657043,0.8498773574829102,0.3598531186580658,-0.12604258954524994,-0.4090956151485443,0.18564969301223755,-0.847374439239502,0.051886677742004395,-0.7034962177276611 +479,-2.1552398282190444,-1.0245115673081229,-2.0702533914151715,-0.4332864582538605,0.8544605374336243,0.2866353988647461,1.361068844795227,3.417660713195801,-1.7028809785842896,-0.8752157092094421,-0.09046828746795654,-0.47074806690216064 +480,-1.5085557877964755,-0.8867166520799775,-1.662249421463521,-0.6307362914085388,0.7750009894371033,-0.03930813819169998,1.6150612831115723,-2.446428060531616,-1.4475128650665283,0.14448446035385132,1.106346607208252,0.06761318445205688 +481,-1.3215011424163243,-0.7292895795919491,-1.3925046927027607,-0.722597599029541,0.6663400530815125,-0.18396705389022827,1.7686879634857178,0.06192843243479729,-1.6013469696044922,0.17573779821395874,-0.12253206968307495,0.31679481267929077 +482,-1.145287711313767,-0.6064356566145541,-1.3723700289256535,-0.748414158821106,0.5699422955513,-0.3391783833503723,-0.538405179977417,2.695701837539673,-0.2594739496707916,0.8260967135429382,-0.19579684734344482,0.66536545753479 +483,-1.1080316680790594,-0.6254815449000255,-1.4883017500826343,-0.7254151105880737,0.5854877233505249,-0.3619072735309601,-0.6307587623596191,-1.71697998046875,-0.7169989347457886,-1.1800870895385742,0.11273914575576782,-1.2517554759979248 +484,-1.1205292390187491,-0.6406121894264241,-1.5941121784754553,-0.7218223810195923,0.5976863503456116,-0.34891778230667114,-0.8167355060577393,2.7696685791015625,1.0731247663497925,1.2292532920837402,0.3959507346153259,0.9526317119598389 +485,-1.405491031439803,-0.7991231627679514,-1.53889558545582,-0.6878295540809631,0.7167448997497559,-0.11474897712469101,1.261879324913025,-4.768843173980713,1.8431814908981323,0.19564199447631836,0.6982178688049316,0.3991422653198242 +486,-1.7004012327764726,-0.9983980289479688,-1.684936077001685,-0.5371066331863403,0.8406043648719788,0.07000405341386795,-3.4095699787139893,-1.5850719213485718,1.3278014659881592,-0.6764553189277649,-0.2508522868156433,-0.16212129592895508 +487,-1.9391254311167145,-1.012798453214178,-1.9484040640778513,-0.4939762353897095,0.8483169078826904,0.1906462460756302,-0.5291216373443604,0.15659524500370026,0.13652154803276062,-0.028728842735290527,-0.30038905143737793,-0.06036674976348877 +488,-2.159559366849599,-0.9997080236466542,-1.9965303641239935,-0.4495348632335663,0.8413131833076477,0.3001839220523834,-0.9205304384231567,-2.5924670696258545,0.4178924262523651,0.12311887741088867,0.012232840061187744,-0.12737813591957092 +489,-2.29354042892958,-1.0055354137399577,-2.127656671495775,-0.40172359347343445,0.8444488644599915,0.35429394245147705,0.7419342398643494,-0.49065306782722473,0.06604132056236267,-0.41874146461486816,0.21177971363067627,-0.752121090888977 +490,-1.819111279279806,-0.9782808917236125,-1.772179218782909,-0.5413206815719604,0.8295385837554932,0.13725066184997559,1.5699290037155151,3.696258306503296,-2.1496975421905518,-0.4901733994483948,0.34761595726013184,0.24914763867855072 +491,-1.4798151183047161,-0.8212663090194993,-1.4769597915846895,-0.6784770488739014,0.7320091724395752,-0.06189954653382301,3.4577455520629883,0.021468916907906532,-1.9254345893859863,0.38962817192077637,0.7018287181854248,-0.3546043634414673 +492,-1.306575570158996,-0.6316614411451013,-1.297756012867239,-0.7790400981903076,0.5904864072799683,-0.2107662558555603,0.5966135859489441,1.400537371635437,-1.6080119609832764,0.4046504497528076,-0.5352190732955933,0.2984432578086853 +493,-1.0654067719402036,-0.6331048187131404,-1.372233442153144,-0.7054087519645691,0.591650664806366,-0.3903176486492157,-1.4840542078018188,2.7824950218200684,0.7110032439231873,0.9654337763786316,-0.33652377128601074,0.6936318874359131 +494,-1.2679631790750074,-0.6937841092101767,-1.5467400842503711,-0.7338463068008423,0.6394510865211487,-0.22928529977798462,-1.6873735189437866,0.7104094624519348,-0.024737652391195297,-0.6787512898445129,-0.46714890003204346,0.05591495335102081 +495,-1.3013684168868982,-0.7281201344131005,-1.6269186272898604,-0.7194979786872864,0.6654676198959351,-0.19868384301662445,1.3357009887695312,-1.1906052827835083,0.06812158226966858,-0.8477169275283813,1.8721299171447754,-2.9543769359588623 +496,-1.449345197056929,-0.8319119555290898,-1.55088696223004,-0.6685028672218323,0.739220380783081,-0.08159199357032776,0.981498122215271,-0.8523169755935669,1.0145992040634155,0.4356689453125,0.016776323318481445,0.7226442694664001 +497,-1.610956917233776,-0.969190314061387,-1.7750780225388147,-0.565511167049408,0.8244277238845825,0.022723479196429253,-3.6088953018188477,-1.5205329656600952,0.7974778413772583,-0.20597326755523682,-0.14455699920654297,0.16293025016784668 +498,-2.0411082641695977,-0.9949635596636243,-2.1826490771796263,-0.48541179299354553,0.8387390971183777,0.24676315486431122,0.13329437375068665,-2.235006093978882,0.4593205451965332,-0.22833335399627686,-0.10009163618087769,-0.3566722869873047 +499,-2.2596716966661883,-1.0099009359327515,-2.2334141532322493,-0.4106407165527344,0.8467791676521301,0.33814093470573425,-0.6152474284172058,-0.785720944404602,0.16914908587932587,-0.4872474670410156,0.05425232648849487,-0.39087533950805664 +500,-2.2824696703090535,-1.041622692818944,-2.193421048628302,-0.38228514790534973,0.8632245063781738,0.32969895005226135,0.9728303551673889,0.7029196619987488,-0.12151222676038742,-0.8731011748313904,-0.0795179009437561,-0.5156883001327515 +501,-1.6609156480989413,-0.955651005043601,-1.781291947161204,-0.5747353434562683,0.8166896104812622,0.051935434341430664,1.8348029851913452,4.48887300491333,-1.7579100131988525,-0.10527247190475464,0.5072239637374878,0.5257623195648193 +502,-1.3715077289234787,-0.7911205411651655,-1.443287917107016,-0.6891340613365173,0.7111415266990662,-0.13918407261371613,2.131466865539551,-0.04295308515429497,-0.976560652256012,0.38459914922714233,0.3720799684524536,0.5288630127906799 +503,-1.1893101464994493,-0.6228621030048802,-1.3215977717469054,-0.7538241147994995,0.5833621621131897,-0.3023867607116699,0.007473936304450035,2.8886756896972656,-0.7443410158157349,0.5709628462791443,-0.3587833642959595,0.5502352714538574 +504,-0.971871855586691,-0.6582302357045903,-1.4250166084059614,-0.6533833146095276,0.6117178201675415,-0.4459726810455322,-0.9826544523239136,-1.5894027948379517,-0.45294538140296936,-0.10589408874511719,-0.408791184425354,-1.1057393550872803 +505,-1.201081377825059,-0.6986480301928029,-1.5900359289089465,-0.7139735221862793,0.6431830525398254,-0.27668991684913635,-1.0507556200027466,0.2269938588142395,-0.25652551651000977,-0.008163869380950928,0.5533653497695923,0.756075382232666 +506,-1.293836101753053,-0.7607244110200041,-1.5875455604785775,-0.6967330574989319,0.6894463300704956,-0.19805756211280823,0.5774428248405457,-3.120560646057129,1.5063422918319702,0.8419967293739319,0.040061116218566895,0.34293973445892334 +507,-1.3461320771873277,-0.9414135722563686,-1.5935582671271262,-0.5738526582717896,0.8083909749984741,-0.13113799691200256,-3.06841778755188,0.5711562633514404,1.2976124286651611,-0.26159656047821045,0.056660234928131104,0.3680154085159302 +508,-1.8976949165253694,-0.9999861726186275,-2.047048747389814,-0.5117006897926331,0.8414635062217712,0.17349889874458313,-0.3117097020149231,-0.4000505208969116,0.002705714199692011,-0.002261221408843994,-0.2354910969734192,-0.29524874687194824 +509,-2.0891553339261018,-0.9875275045529157,-2.086084601574874,-0.4784044325351715,0.8346667885780334,0.2728746831417084,-0.7016110420227051,-1.0481048822402954,0.536225438117981,0.2496752142906189,0.06726497411727905,-0.1335465908050537 +510,-2.2532150178739405,-1.0108952254772632,-2.1990097942352755,-0.4121619760990143,0.8473076224327087,0.3349514901638031,0.47447070479393005,-0.7003598213195801,0.06661081314086914,-0.6820001006126404,0.08273088932037354,-0.565557599067688 +511,-2.068122991944316,-1.017297710495919,-2.035155318923301,-0.4619879424571991,0.8506906032562256,0.25078386068344116,2.056381940841675,2.971338987350464,-1.7205172777175903,-0.736727237701416,-0.09023839235305786,-0.5446834564208984 +512,-1.4888632866501617,-0.8894431396184987,-1.6230308837017493,-0.62773197889328,0.7767211198806763,-0.05154738575220108,0.968117892742157,-2.5851528644561768,-1.3647576570510864,0.12870848178863525,1.2192049026489258,0.14767777919769287 +513,-1.3402344274644546,-0.7279681458028355,-1.3269084242111233,-0.7267733216285706,0.6653541922569275,-0.17059996724128723,0.9852343797683716,0.00201709708198905,-1.2742246389389038,0.35859400033950806,-0.1547035574913025,0.4802008271217346 +514,-1.1686242769085515,-0.6266615529653504,-1.3236787559748915,-0.7453632354736328,0.5864439010620117,-0.3170446455478668,-0.726414144039154,2.884857654571533,-0.10546761751174927,0.8153095245361328,-0.3110380172729492,0.6731084585189819 +515,-1.1396668214376977,-0.6604826259711385,-1.4359631148659022,-0.7174345254898071,0.6134980320930481,-0.33001187443733215,-0.12625564634799957,-2.699369430541992,-0.3892381191253662,-1.1317628622055054,0.3165709376335144,-1.0363059043884277 +516,-1.2020985061100693,-0.7010472641428105,-1.586159609774126,-0.7128131985664368,0.6450183391571045,-0.27540668845176697,1.8103761672973633,0.6391965746879578,-0.12971633672714233,-0.7493297457695007,0.22224551439285278,-0.4565727412700653 +517,-1.3088855000635053,-0.8024931826997882,-1.4991325980194374,-0.6712172031402588,0.7190908789634705,-0.17993228137493134,0.9550953507423401,-1.7948194742202759,2.1900954246520996,0.5449660420417786,0.14571619033813477,0.45843571424484253 +518,-1.4479944568278469,-1.0066802804341342,-1.5374540203545422,-0.530642569065094,0.8450615406036377,-0.06549344956874847,-3.3466827869415283,-0.9572933912277222,1.2602384090423584,-0.341580331325531,-0.20265132188796997,0.3049190640449524 +519,-1.9370048232365653,-1.0553453315226407,-2.0013960894700635,-0.4602419435977936,0.8700705170631409,0.17650631070137024,-0.05005992576479912,0.3482513725757599,-0.32146310806274414,-0.36379364132881165,-0.29452431201934814,-0.1534351259469986 +520,-2.0923381602709705,-1.020558775618373,-1.9777821867428325,-0.4533725380897522,0.8524003624916077,0.2605128288269043,-1.1632846593856812,-2.095452308654785,0.28771281242370605,0.2743716835975647,0.025330960750579834,0.0674443244934082 +521,-2.263881240516405,-1.0379447709658156,-2.1816148220966847,-0.39078715443611145,0.8613619804382324,0.324562668800354,0.38427338004112244,-0.1953417807817459,0.11144762486219406,-0.7851008772850037,0.0936550498008728,-0.111641526222229 +522,-1.8747566380909655,-0.9844290480202182,-1.9133625764770386,-0.5279728770256042,0.8329563140869141,0.1656149923801422,1.7092788219451904,3.1278645992279053,-2.2023627758026123,-0.3854029178619385,0.33080095052719116,-0.10503770411014557 +523,-1.515475339416245,-0.8650065641529636,-1.6312614661748106,-0.6476430296897888,0.7610995173454285,-0.03586484491825104,2.8813564777374268,0.891252338886261,-1.797614574432373,0.09904372692108154,0.5845121741294861,-0.35625553131103516 +524,-1.3210121316809746,-0.6581850179915879,-1.4322192468197898,-0.7665525078773499,0.6116819977760315,-0.19555678963661194,0.6391139030456543,1.992614984512329,-1.7161264419555664,0.46587806940078735,-0.35383903980255127,0.46852123737335205 +525,-1.0527925861207335,-0.6108220807906909,-1.491130084539896,-0.7117084860801697,0.5735411047935486,-0.4056127369403839,-0.5799821019172668,2.250302314758301,0.12609533965587616,0.7511371970176697,-0.3539060950279236,0.5000646710395813 +526,-1.1597661794822223,-0.6184248651027443,-1.64083889920539,-0.7469283938407898,0.5797524452209473,-0.3255535960197449,-2.5637431144714355,0.09694734215736389,0.19519731402397156,-0.5080764889717102,-0.17644739151000977,-0.06468993425369263 +527,-1.1875660381404414,-0.6782250359205361,-1.709998335658226,-0.7222027778625488,0.6274118423461914,-0.2911655902862549,-0.6463470458984375,-2.930870294570923,0.9356569647789001,1.4427380561828613,0.014128625392913818,0.4991428256034851 +528,-1.3964521279958024,-0.8758570755831989,-1.6402180147371612,-0.6306315660476685,0.7680926322937012,-0.11107464134693146,-0.9187538027763367,-3.0997939109802246,1.9462774991989136,0.010590672492980957,0.44716310501098633,0.52791428565979 +529,-1.8311863064418963,-1.0272939486101869,-1.8369805184576218,-0.49970412254333496,0.8559027314186096,0.13314074277877808,-1.035943627357483,-0.1918715387582779,0.9929784536361694,-0.20221543312072754,-0.3781500458717346,-0.21219658851623535 +530,-1.9550929592656887,-1.043851898944299,-2.0979358850037118,-0.4662151336669922,0.8643477559089661,0.18853898346424103,-0.41294097900390625,0.7236713767051697,0.062398605048656464,-0.19021809101104736,-0.24258244037628174,-0.10487492382526398 +531,-2.1854347089207633,-1.0157965344639808,-2.139949297664917,-0.43050292134284973,0.8499005436897278,0.3038685619831085,-2.2787837982177734,-1.5269845724105835,0.4958444833755493,-0.06923764944076538,0.024824678897857666,0.16231796145439148 +532,-2.2875859278228736,-1.0226276577271465,-2.261213610336345,-0.39288610219955444,0.8534802794456482,0.3423624634742737,0.41910725831985474,0.3241795003414154,-0.3699457049369812,-0.9679690599441528,0.12006103992462158,-0.05932721495628357 +533,-1.7460112450458507,-0.9605795880303469,-1.9087973977220423,-0.5642716288566589,0.819523811340332,0.09989316016435623,2.6175262928009033,4.722790718078613,-1.291873812675476,-0.09776157140731812,0.543742299079895,0.7791199684143066 +534,-1.4590366457921582,-0.8465027466630237,-1.6471262145129426,-0.6584726572036743,0.748967707157135,-0.07389862090349197,2.6244678497314453,0.6094500422477722,-1.7044533491134644,0.1708170771598816,0.22599256038665771,0.3091128468513489 +535,-1.2596922044217085,-0.6328671658763164,-1.500816498780593,-0.7676278352737427,0.5914590954780579,-0.2468271553516388,0.15168195962905884,2.986327886581421,-1.245598316192627,0.6942941546440125,-0.22042644023895264,0.5115671157836914 +536,-0.9866339071998275,-0.5774059200912743,-1.526428918996746,-0.6989392042160034,0.5458522439002991,-0.4620923697948456,-0.21170690655708313,1.2916327714920044,-0.5772913098335266,0.18558776378631592,-0.35877954959869385,-0.09608936309814453 +537,-1.1010989019770192,-0.5935771208762606,-1.7084503016444448,-0.7391747832298279,0.5593298077583313,-0.375194251537323,-1.6216704845428467,0.21777863800525665,-0.27168622612953186,-0.6711035370826721,-0.3216589689254761,0.2885701060295105 +538,-1.1464727357744038,-0.7206745119246357,-1.6914115151760731,-0.6847282648086548,0.6598916053771973,-0.30933862924575806,0.43505534529685974,-2.154801607131958,2.3692049980163574,0.5403038263320923,0.07965612411499023,1.5979433059692383 +539,-1.4982370315693558,-0.9147885592169921,-1.7128546514665692,-0.6083531975746155,0.7924336194992065,-0.04421931132674217,-1.0098764896392822,-3.483013868331909,1.7298073768615723,-0.5737146735191345,0.24810892343521118,-0.01692265272140503 +540,-1.7816433481718548,-1.0294838235233403,-1.9749367638918698,-0.5038502812385559,0.8570331335067749,0.10783811658620834,-2.1875574588775635,1.8972547054290771,0.8928889036178589,-0.051676392555236816,-0.2858662009239197,-0.031437285244464874 +541,-1.9097837084362235,-1.0306195383030698,-2.21948514376987,-0.48502081632614136,0.8576177954673767,0.1710173487663269,-0.09405621141195297,-1.6794272661209106,-0.2783988416194916,-0.06846129894256592,-0.20516705513000488,-0.09483014047145844 +542,-2.197427922444773,-0.9892501397734254,-2.380972958820115,-0.4449506998062134,0.8356143236160278,0.3221302032470703,-1.2420783042907715,0.6771555542945862,0.6833840608596802,-0.8412737250328064,0.16218852996826172,-0.9850330352783203 +543,-2.077616860335313,-1.0074269038831267,-2.238239418728143,-0.46690526604652405,0.8454605340957642,0.25922200083732605,1.8404790163040161,1.9606382846832275,-1.43187415599823,-0.9092696309089661,-0.04028475284576416,-0.7077999114990234 +544,-1.4891375005248022,-0.8862910418073126,-1.793401406703729,-0.6301828622817993,0.7747319340705872,-0.05157468095421791,1.298201084136963,0.2563609480857849,-0.9969959259033203,0.008341491222381592,0.8576990365982056,0.3087615370750427 +545,-1.3402763041275367,-0.7140140770684495,-1.605546772434119,-0.735748291015625,0.6548726558685303,-0.17267420887947083,1.4868708848953247,0.0709603950381279,-1.780799150466919,0.164215087890625,0.0070993900299072266,0.33569908142089844 +546,-1.13766894117981,-0.5600244673366676,-1.5967627411023557,-0.7690057754516602,0.5312069058418274,-0.35559722781181335,-0.1266343742609024,2.8323841094970703,-0.7349769473075867,0.7708062529563904,-0.11221575736999512,0.5227420330047607 +547,-1.0114219981311916,-0.5364127151208173,-1.6534652534210164,-0.7285414934158325,0.5110558271408081,-0.4561240077018738,-0.18870043754577637,-0.07981318235397339,-1.1188416481018066,-0.6667678952217102,-0.3207787871360779,-0.819373369216919 +548,-0.9977754177773203,-0.5453537108796094,-1.8163163702335796,-0.7183810472488403,0.5187205076217651,-0.4635273516178131,-0.7697834968566895,0.0012938939034938812,-0.7571388483047485,-0.7435634732246399,0.3974171280860901,-0.3363993465900421 +549,-1.1071163699145923,-0.6705937424470217,-1.7898154195769744,-0.7007301449775696,0.6214512586593628,-0.3503933846950531,-0.10783721506595612,-4.050149440765381,1.2871335744857788,-0.02023237943649292,0.4171992540359497,1.9035550355911255 +550,-1.5263427014987012,-0.8045368418236635,-1.7742509591106832,-0.6927599906921387,0.7205095291137695,-0.03081599436700344,-0.7498276233673096,-1.958005666732788,2.2602431774139404,0.31084775924682617,0.13102245330810547,0.2747124433517456 +551,-1.6950542219957099,-0.9871056249971111,-1.9237967154313145,-0.546858549118042,0.8344343900680542,0.06830339133739471,-0.9802032113075256,-0.5163425803184509,1.3019142150878906,-0.17588931322097778,-0.17917603254318237,0.009180791676044464 +552,-1.875807843480151,-1.0512022644986456,-2.1556774861762076,-0.47360968589782715,0.8680208325386047,0.14910931885242462,-1.2476917505264282,0.5805334448814392,0.5654397010803223,-0.27965566515922546,-0.127435564994812,-0.0346379429101944 +553,-2.1713313772828933,-1.010715364511844,-2.3290450372972047,-0.4383029043674469,0.8472120761871338,0.3002035617828369,-1.2888354063034058,-4.191320419311523,-0.526358962059021,-0.1527157723903656,0.022157371044158936,-0.2889883518218994 +554,-2.2893304319183434,-1.0131696505807266,-2.454333451322762,-0.3983469009399414,0.8485134243965149,0.34834548830986023,0.26408302783966064,0.28828659653663635,0.20322896540164948,-0.5387257933616638,0.20344263315200806,-0.24630993604660034 +555,-1.962879450384797,-0.9921163107265695,-2.224295618853276,-0.5054161548614502,0.8371853232383728,0.2089855968952179,2.7830278873443604,1.5570961236953735,-1.2521636486053467,-0.45137089490890503,0.30734580755233765,-0.46351757645606995 +556,-1.5644509096390258,-0.9148721923673927,-1.856974396473382,-0.6098796725273132,0.7924846410751343,-0.0038699929136782885,1.8671231269836426,-1.8836767673492432,-1.4894591569900513,0.06257742643356323,0.5372272729873657,-0.6589717864990234 +557,-1.3610289086535998,-0.6932002276974174,-1.5546880228135576,-0.7523436546325684,0.6390020847320557,-0.1601734459400177,1.3944913148880005,0.9445502758026123,-1.8507615327835083,0.28484487533569336,-0.28858399391174316,0.2621326446533203 +558,-1.0476340983740025,-0.5685131001239837,-1.5533662524899763,-0.7299856543540955,0.5383796095848083,-0.4210326075553894,0.08947552740573883,2.49114990234375,-0.4686189889907837,0.9315389394760132,-0.20167917013168335,0.5771911144256592 +559,-1.037785421558334,-0.5836265441075005,-1.683379282722509,-0.7187129855155945,0.5510538220405579,-0.42401817440986633,-2.446709632873535,0.2739768326282501,0.29147428274154663,-0.5085666179656982,-0.41416722536087036,-0.10163185000419617 +560,-1.1632326557354424,-0.6699333164900323,-1.7309387248352104,-0.7196561694145203,0.6209337115287781,-0.31070268154144287,-0.43738317489624023,-2.261308193206787,0.6721277832984924,0.85939621925354,-0.10370659828186035,0.6803010702133179 +561,-1.4457499535271767,-0.8363808615517137,-1.7285420348832512,-0.6649206280708313,0.7422226071357727,-0.08358201384544373,-0.5947318077087402,-2.0867536067962646,1.9939889907836914,0.16250979900360107,0.5340224504470825,0.5000554323196411 +562,-1.7319913340968027,-1.015164127746336,-1.9453939700180454,-0.5206424593925476,0.8495671153068542,0.08465950191020966,-2.0567166805267334,0.5778939127922058,1.3120702505111694,-0.24109148979187012,-0.26309555768966675,-0.0032232999801635742 +563,-1.9819499234999156,-1.0435317864471123,-2.2920163225744,-0.46123746037483215,0.864186704158783,0.20110110938549042,-0.624098539352417,0.16629129648208618,0.22352400422096252,-0.1383262574672699,-0.2822468876838684,-0.13033075630664825 +564,-2.2383926317787965,-1.0056069794229099,-2.369549979109055,-0.4205940365791321,0.844487190246582,0.331574946641922,-1.4292875528335571,1.7007700204849243,1.2652949094772339,0.22285544872283936,0.21784484386444092,-0.1158309280872345 +565,-2.2832184397932562,-1.0315966307352684,-2.3961432722773988,-0.38856855034828186,0.8581198453903198,0.33562567830085754,0.5665060877799988,0.49448248744010925,-0.46258988976478577,-0.9743464589118958,0.11388015747070312,-0.1445552408695221 +566,-1.7770818289033246,-0.9588507327868937,-2.040381228262491,-0.5622813701629639,0.81853187084198,0.11766427010297775,2.252556085586548,2.610429048538208,-1.3018308877944946,-0.020451664924621582,0.7651166915893555,0.1760673224925995 +567,-1.454930245183813,-0.844362394901848,-1.726801294935654,-0.6597545742988586,0.7475477457046509,-0.07678710669279099,2.7791502475738525,0.37401634454727173,-1.5427095890045166,0.20012933015823364,0.3637346029281616,0.1255388855934143 +568,-1.2815839514432992,-0.6291482576898598,-1.5506095371796322,-0.7749497890472412,0.5884563326835632,-0.230590358376503,0.27970221638679504,2.847804546356201,-1.3993879556655884,0.5027177929878235,-0.2305309772491455,0.4788051247596741 +569,-1.0381701542043873,-0.5777513144286578,-1.585712927363596,-0.7216527462005615,0.5461416244506836,-0.42537835240364075,-0.2946324050426483,1.4356842041015625,-0.3199490010738373,0.5328251719474792,-0.3743581175804138,0.28080129623413086 +570,-1.1285900266823683,-0.608507739931367,-1.7410829926461089,-0.741577684879303,0.5716437101364136,-0.3511211574077606,-1.9952106475830078,0.8350049257278442,0.2708677649497986,-0.398436963558197,-0.5137671232223511,0.07428097724914551 +571,-1.1950207053946988,-0.6570467585897991,-1.8390954740878553,-0.7365502715110779,0.6107811331748962,-0.2905857563018799,-0.5978570580482483,-2.361349582672119,0.3161196708679199,1.8498010635375977,-0.7179130911827087,0.7508518695831299 +572,-1.4213048935621049,-0.8325888796563642,-1.7249407142889084,-0.665457546710968,0.7396760582923889,-0.10022794455289841,0.11121435463428497,-2.9276366233825684,2.7957098484039307,0.21898537874221802,0.6725858449935913,0.3814626932144165 +573,-1.846294243021005,-1.0132049630288145,-2.018245036702233,-0.5091898441314697,0.8485320806503296,0.14394095540046692,-1.2201822996139526,-1.967154622077942,1.0299450159072876,-0.5746877193450928,-0.6093963384628296,-0.35123157501220703 +574,-1.9955187596290318,-1.0286550133718617,-2.2092192893460356,-0.47012925148010254,0.8566057682037354,0.21261538565158844,-1.0318658351898193,0.7613268494606018,-0.10386640578508377,-0.19123250246047974,-0.3091050386428833,0.04977479577064514 +575,-2.192047959031381,-0.9756064885433969,-2.268156458483714,-0.4559057354927063,0.8280420899391174,0.32633745670318604,-1.16209077835083,0.7821168899536133,0.9173256158828735,0.4218786656856537,0.1514195203781128,-0.07026448845863342 +576,-2.3069495890247067,-1.0066829456892707,-2.3602421886003158,-0.39621853828430176,0.8450629711151123,0.3589978814125061,0.628967821598053,-0.04345148801803589,0.11328911036252975,-0.8108584880828857,0.1590111255645752,-0.32498598098754883 +577,-1.8899522415441354,-0.9751631816034911,-2.0629326488526645,-0.532701313495636,0.8277934789657593,0.1760326772928238,1.9277552366256714,2.7530086040496826,-1.9286959171295166,-0.1289503574371338,0.2905843257904053,-0.2861095666885376 +578,-1.5273015587672585,-0.8765116785086273,-1.740796851995063,-0.6392306685447693,0.7685115933418274,-0.027820736169815063,3.2070670127868652,0.21469983458518982,-1.5716018676757812,0.04555702209472656,0.6294680833816528,-0.33645230531692505 +579,-1.3479094789484845,-0.6762702693207588,-1.478407664665575,-0.7606202960014343,0.6258885264396667,-0.17239655554294586,0.7883135676383972,1.475218653678894,-1.4203453063964844,0.36402904987335205,-0.2585331201553345,0.41639983654022217 +580,-1.1203395926212878,-0.6028475781801165,-1.4900364411486693,-0.7415564656257629,0.5669903755187988,-0.3586304187774658,-0.22740329802036285,1.9029185771942139,-0.34523865580558777,0.7581580877304077,-0.4254651665687561,0.5054504871368408 +581,-1.1366207265503299,-0.5869997397082178,-1.6345198930930116,-0.7553545236587524,0.5538654923439026,-0.35024628043174744,-2.6110382080078125,0.7507790923118591,0.17796188592910767,-0.3858349919319153,-0.23907673358917236,-0.023929685354232788 +582,-1.1319886884976376,-0.6609190372501719,-1.6995106224545231,-0.7146371006965637,0.6138426065444946,-0.3353968560695648,-0.9249672293663025,-3.347944498062134,0.41652265191078186,1.2069008350372314,0.17232072353363037,0.2612239122390747 +583,-1.3714175754955642,-0.8369024724600463,-1.602248705126196,-0.6564978361129761,0.7425720691680908,-0.13265414535999298,-0.2520972490310669,-3.4436519145965576,1.9979524612426758,0.09175485372543335,0.5897490382194519,0.5085543990135193 +584,-1.836759319388645,-1.0133186201495479,-1.8268211128099543,-0.5104463696479797,0.848592221736908,0.13905413448810577,-1.3141322135925293,-1.830348014831543,0.9751057028770447,-0.43967270851135254,-0.2879231572151184,-0.1521766036748886 +585,-2.0134415426385823,-1.0313832920432915,-2.0551050130130033,-0.46412962675094604,0.8580102920532227,0.2200048863887787,-0.528753936290741,0.338407427072525,0.11876869946718216,-0.15031129121780396,-0.30925846099853516,-0.14197146892547607 +586,-2.198941352094377,-1.0196707721690768,-2.059804111700814,-0.4236924648284912,0.8519356846809387,0.30771827697753906,-1.042701244354248,-1.0051460266113281,0.6991887092590332,0.02824568748474121,0.028481245040893555,-0.06192970275878906 +587,-2.3128001048648583,-1.0352577579094164,-2.1974196644604373,-0.3761533200740814,0.8599939346313477,0.34484633803367615,0.17790424823760986,0.29003822803497314,0.0800260528922081,-0.5766512155532837,0.10559743642807007,-0.3894478380680084 +588,-1.8798989768025522,-1.0127629790051424,-1.8716508209150087,-0.5044232606887817,0.8482981324195862,0.1610817015171051,2.036961078643799,2.4120442867279053,-1.6996642351150513,-0.425065815448761,0.33390700817108154,0.09000168740749359 +589,-1.5401347015566302,-0.8933560760416069,-1.5716609925415326,-0.6265060305595398,0.7791796922683716,-0.019215716049075127,2.672361373901367,-0.12691497802734375,-2.0385148525238037,-0.02330470085144043,0.5864208936691284,-0.3308514356613159 +590,-1.3521716152134124,-0.6826833592466973,-1.3950031968926482,-0.7574141025543213,0.6308772563934326,-0.16827908158302307,0.6976988911628723,1.7531588077545166,-1.8133915662765503,0.3521406650543213,-0.3877894878387451,0.37379974126815796 +591,-1.0727124950812428,-0.6139775213684041,-1.4456838237305043,-0.7180531024932861,0.576123058795929,-0.39048951864242554,-0.5822290778160095,2.295332908630371,-0.06494605541229248,0.9132435321807861,-0.33115851879119873,0.5644396543502808 +592,-1.2184698183252765,-0.6620736039598555,-1.5880911925120422,-0.7402701377868652,0.6147536635398865,-0.27217307686805725,-2.533478021621704,-1.4307973384857178,0.025452004745602608,-1.0308480262756348,-0.3486403822898865,-0.21035563945770264 +593,-1.1519528038274605,-0.6483476822730919,-1.6812095867966095,-0.7281827330589294,0.6038702130317688,-0.3241768777370453,-2.9490644931793213,-2.598170280456543,-0.548973798751831,2.6287107467651367,0.445476770401001,0.3820534348487854 +594,-1.326097197896233,-0.848133051065837,-1.5295467019314826,-0.6416821479797363,0.750046968460083,-0.16022996604442596,-0.4513339400291443,-1.8599499464035034,2.6429224014282227,-0.05262327194213867,0.9421679973602295,0.6984379887580872 +595,-1.8007227699291404,-1.0266451278646969,-1.830053245366302,-0.50406813621521,0.8555670380592346,0.11798509955406189,-0.7172179818153381,-2.5506343841552734,0.9278773069381714,-0.570669412612915,-0.6006994843482971,-0.11064565181732178 +596,-1.9758486963451376,-1.05058921564688,-1.9770213206632303,-0.4568389058113098,0.8677162528038025,0.19587494432926178,-1.4722424745559692,1.1689577102661133,0.22790876030921936,-0.14235854148864746,-0.26812201738357544,-0.024366110563278198 +597,-2.1554639434091394,-1.0159817190040308,-2.1138637880519724,-0.4392842650413513,0.8499981164932251,0.29074475169181824,-1.1789323091506958,-1.1744024753570557,0.3469209372997284,0.1790456473827362,0.05822020769119263,-0.03599920868873596 +598,-2.303988548074713,-1.043137416396121,-2.273220375041473,-0.3741307854652405,0.8639882206916809,0.3369731605052948,0.3232531249523163,-0.3414285480976105,0.3668133616447449,-0.7086939811706543,0.07442748546600342,-0.28635963797569275 +599,-1.9617639216702403,-1.016008898833727,-2.0098435207215526,-0.4870135188102722,0.8500124216079712,0.20074036717414856,1.8832746744155884,2.370072841644287,-2.153751850128174,-0.5467084050178528,0.08286416530609131,-0.19698667526245117 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/er2.csv b/BoostRunClub/CoreML/DataSet/Motion/running/er2.csv new file mode 100644 index 0000000..b9597e4 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/er2.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-1.5475293071365002,-0.9397479296391598,1.8259961519411185,-0.589832067489624,0.807409405708313,-0.013726110570132732,0.6159660816192627,-0.7548065781593323,-3.7801754474639893,-0.9778864979743958,0.16999244689941406,-0.1490546464920044 +1,-0.23347642471787206,0.6559886031843374,2.868113582171376,-0.18334096670150757,-0.6099429726600647,-0.7709447145462036,-0.27686089277267456,0.3273576498031616,-0.09987352788448334,0.04245656728744507,0.0994907021522522,0.3661595582962036 +2,-0.2173185120620447,0.6500621704247335,2.8573981231886454,-0.17163708806037903,-0.6052358746528625,-0.7773224115371704,0.5151823163032532,0.2076014280319214,-0.12512999773025513,0.12494519352912903,-0.031269192695617676,-0.033468544483184814 +3,-0.16923463523877733,0.639849325774734,2.847277519068102,-0.1351105123758316,-0.597074568271637,-0.7907257080078125,-0.4050582945346832,0.5466039180755615,0.11345090717077255,0.0864654928445816,-0.10852235555648804,-0.14471435546875 +4,-0.20657629689998602,0.5840786224614135,2.8508465052188248,-0.17110714316368103,-0.5514310002326965,-0.8164840936660767,-1.119442105293274,0.7017094492912292,-0.059212859719991684,-0.12534061074256897,0.03511935472488403,-0.25199735164642334 +5,-0.17880990782654493,0.5698541733774342,2.8117085781855335,-0.14975331723690033,-0.5395092964172363,-0.8285552263259888,0.31995129585266113,-0.9745764136314392,-0.24517643451690674,-0.004879266023635864,0.07796144485473633,-0.01702582836151123 +6,-0.2526631368652258,0.5582088374657656,2.866936309088601,-0.21203723549842834,-0.5296677947044373,-0.8212747573852539,-1.052208423614502,0.4353022575378418,1.6808959245681763,0.20550647377967834,0.24544233083724976,0.5382852554321289 +7,-0.3975013636451351,0.6017163147621597,2.9189849120694435,-0.3191247880458832,-0.5660581588745117,-0.7600904703140259,2.433457136154175,-2.416421890258789,-0.6110426187515259,-0.10072082281112671,0.3774442672729492,0.002644181251525879 +8,-0.5069452213913578,0.5270416793274546,2.882742340444891,-0.41962480545043945,-0.5029786825180054,-0.7555974125862122,-0.8022091388702393,-0.5995045304298401,0.7578485012054443,-0.29488325119018555,0.21193259954452515,-0.20578253269195557 +9,-0.6820264355758177,0.36350448077886366,2.8629682766953923,-0.5891770124435425,-0.35555189847946167,-0.7255709767341614,-1.769313097000122,-0.06179983541369438,0.37364983558654785,-0.41877275705337524,0.17130205035209656,-0.5532528162002563 +10,-0.8757136174639313,0.28097426812382115,2.840302893497291,-0.7378841638565063,-0.27729183435440063,-0.6153342127799988,-0.28851112723350525,-1.5812972784042358,0.9356481432914734,-0.16311681270599365,0.14663082361221313,-0.3857186436653137 +11,-0.8540856581273102,0.1258802032280234,2.9050954779703693,-0.7480047941207886,-0.12554802000522614,-0.6517103910446167,0.2826076149940491,-0.9018911719322205,1.5554440021514893,0.34238046407699585,-0.26590096950531006,0.0096052885055542 +12,-0.9293065903895655,-0.012741320695842691,3.113654475327341,-0.8011402487754822,0.012740976177155972,-0.598341166973114,1.4178755283355713,-1.2497762441635132,1.5236419439315796,-0.11663013696670532,-0.703903079032898,-0.30481135845184326 +13,-0.9432729989685463,0.09553892629200658,-3.056138599970233,-0.8057925701141357,-0.09539365023374557,-0.5844641327857971,1.5033892393112183,-1.1391189098358154,-0.9880105257034302,-0.36171841621398926,-0.39299440383911133,-0.4989403486251831 +14,-0.9281626302829887,0.30109312883246897,-3.0839664298681813,-0.7645070552825928,-0.29656434059143066,-0.5723448395729065,-0.5808285474777222,1.5889534950256348,-0.5547287464141846,-0.06128334999084473,0.060587167739868164,-0.13825702667236328 +15,-0.860742545921579,0.3438022195536469,-3.0295168552873775,-0.71394944190979,-0.33706924319267273,-0.613726794719696,2.612332582473755,-0.19478042423725128,-0.0428854338824749,0.25873398780822754,0.33432263135910034,-0.07896119356155396 +16,-0.979601945623227,0.46723942151346437,-2.885707998384637,-0.7412826418876648,-0.45042333006858826,-0.4976132810115814,1.7470417022705078,-0.3660002052783966,-0.7096400856971741,0.3272506594657898,0.6110373139381409,0.26801425218582153 +17,-1.0785101991611006,0.5352908553250688,-2.8326060077488306,-0.75798499584198,-0.510091245174408,-0.4065287709236145,-1.4680581092834473,0.18663130700588226,1.565636396408081,0.044773995876312256,0.7157950401306152,0.2678111493587494 +18,-1.0554966662547522,0.2864380158441989,-2.841829401312378,-0.834692120552063,-0.28253716230392456,-0.47271728515625,-0.16122832894325256,-1.2512922286987305,3.3242685794830322,-0.43213820457458496,0.5426232814788818,-0.09558102488517761 +19,-1.2142315532393537,-0.060837391361561674,-2.643005050360153,-0.9353678822517395,0.060799870640039444,-0.3484114110469818,0.26704585552215576,-0.04056606441736221,4.185011863708496,-0.5802114009857178,0.12695951759815216,-0.2705460786819458 +20,-1.0878297992821855,-0.3675480498249644,-2.4037260970882306,-0.8264716267585754,0.35932832956314087,-0.43339118361473083,1.5845946073532104,-0.14621767401695251,2.801551342010498,-0.27336668968200684,-0.6843404769897461,-0.18288081884384155 +21,-0.9467807484311348,-0.39679815962268883,-2.2425479332380442,-0.7484846711158752,0.38646724820137024,-0.5389004349708557,0.26316216588020325,-0.33665773272514343,-0.5338827967643738,-0.42271894216537476,-0.8399890065193176,0.670629620552063 +22,-1.1139746038595904,-0.35048957550037035,-2.3543899840264304,-0.8428977131843567,0.343357652425766,-0.41428127884864807,-0.39329206943511963,-2.5184226036071777,-0.851441502571106,-0.2182900309562683,-0.11104261875152588,0.15364596247673035 +23,-1.3803094011970916,-0.24752162908815334,-2.442813823245665,-0.9519860148429871,0.245001882314682,-0.18356652557849884,-0.06480105966329575,-1.5093880891799927,-0.9499651193618774,-0.49050354957580566,0.0658043771982193,-0.29372841119766235 +24,-1.5791792237146494,-0.13156492364908046,-2.5056304186386806,-0.9913229942321777,0.13118569552898407,0.008310353383421898,-1.124251365661621,0.7156285643577576,0.34729260206222534,-0.3010048270225525,-0.026724040508270264,-0.05665016174316406 +25,-1.5323965591236843,-0.19288282363869372,-2.6406973048809066,-0.9807322025299072,0.19168904423713684,-0.03767840936779976,-0.49483832716941833,0.599269449710846,0.8654166460037231,0.09486794471740723,-0.23981527984142303,0.059513747692108154 +26,-1.4116289664648551,-0.3623503815963137,-2.677010279998238,-0.9232467412948608,0.35447296500205994,-0.14820441603660583,-1.853127121925354,1.8563776016235352,0.8011795878410339,0.3370344638824463,-0.16210538148880005,0.13105355203151703 +27,-1.4586419792452017,-0.28106390396666847,-2.838614549325054,-0.9547247290611267,0.2773779630661011,-0.10752775520086288,-0.3804716169834137,-1.4594180583953857,-3.480445623397827,-0.4674249291419983,-0.22789371013641357,-0.1118173599243164 +28,-1.6109926645370165,-0.12438392868886036,-2.9314028002722328,-0.9914728403091431,0.12406344711780548,0.039875056594610214,-1.4327597618103027,-0.7234091758728027,-0.7011732459068298,-0.3255285620689392,-0.2885989546775818,-0.052341461181640625 +29,-1.6091553003757004,0.06405256873009785,-2.919381845535683,-0.9972152709960938,-0.06400877982378006,0.03827092796564102,1.209180235862732,-1.106846570968628,-2.194514513015747,0.5215835571289062,0.42979246377944946,-0.2574634552001953 +30,-1.6739455121409694,0.13548784278776527,-2.729718517490644,-0.985569179058075,-0.1350736916065216,0.10202274471521378,1.8532294034957886,-0.40421533584594727,0.46320095658302307,0.5013008713722229,0.2359342724084854,0.12861384451389313 +31,-1.664902334324169,0.021957960077415187,-2.52641955027674,-0.9953353404998779,-0.021956196054816246,0.09394451975822449,2.140958070755005,-0.12309301644563675,0.21544669568538666,0.17725062370300293,0.1358325481414795,0.09137344360351562 +32,-1.7008624432258923,-0.06966308116633056,-2.3487204563630972,-0.9891483783721924,0.06960675120353699,0.1293851137161255,1.084505319595337,0.17395524680614471,1.4841004610061646,-0.3939845561981201,-0.2131461799144745,0.317560076713562 +33,-1.7372703533343035,-0.15457324119015092,-2.3062878483807934,-0.9744174480438232,0.15395843982696533,0.16373051702976227,-0.18901145458221436,-0.07934035360813141,0.31935688853263855,-0.4043058156967163,0.10307587683200836,0.09876646101474762 +34,-1.6841129783030977,-0.1772182963894008,-2.3539096888873154,-0.9780248999595642,0.17629212141036987,0.11130332201719284,-0.8193248510360718,0.5352299809455872,-0.29902514815330505,-0.4196496605873108,0.23943358659744263,-0.45557212829589844 +35,-1.6437344788031152,-0.15960098239307693,-2.392476208853696,-0.9846658706665039,0.15892426669597626,0.07194734364748001,-0.16368982195854187,0.3886031210422516,0.10146096348762512,0.5315407514572144,-0.07515348494052887,-0.04248260706663132 +36,-1.5742111912259216,-0.17326613953144354,-2.416128103771664,-0.9850211143493652,0.17240050435066223,0.0033637266606092453,-0.07847215235233307,0.8224207162857056,0.2670229971408844,0.5012565851211548,-0.03458315134048462,-0.0847541093826294 +37,-1.5337373227892888,-0.17796928571645762,-2.431522579043571,-0.9835293889045715,0.17703129351139069,-0.03646531701087952,-0.5682425498962402,0.024341730400919914,-0.5159470438957214,-0.5719819664955139,-0.35215646028518677,0.3314177393913269 +38,-1.6270469265081982,-0.12088030668213003,-2.475678385367642,-0.9911327958106995,0.12058613449335098,0.05581068992614746,-0.617283046245575,-2.1993870735168457,-0.637374997138977,-0.6020678877830505,-0.2965352237224579,0.01410507783293724 +39,-1.703936352809763,-0.10140222046975235,-2.5444999406151143,-0.9860585927963257,0.10122853517532349,0.13206513226032257,-0.015913473442196846,0.0132877416908741,-0.03329343721270561,-0.17098486423492432,0.5672895312309265,-0.6151889562606812 +40,-1.667879323754927,-0.13018376485249564,-2.4777043516034785,-0.9868690371513367,0.12981635332107544,0.09611034393310547,0.6137031316757202,0.473258376121521,0.32360562682151794,0.37831807136535645,-0.16160041093826294,0.07355212420225143 +41,-1.6553334618383255,-0.15998537678056285,-2.440105243767266,-0.983704149723053,0.15930376946926117,0.08335819840431213,0.6297176480293274,0.13881182670593262,0.18933115899562836,0.663879930973053,-0.16569720208644867,-0.14073121547698975 +42,-1.632982887554069,-0.15953213104819167,-2.3218644417793084,-0.9853934049606323,0.15885630249977112,0.06135734170675278,0.5535705089569092,-0.08926218748092651,-0.24980296194553375,-0.4768869876861572,-0.17960824072360992,0.40049564838409424 +43,-1.661376019755465,-0.14979435252061804,-2.3104182317905337,-0.984748363494873,0.14923478662967682,0.08944296091794968,-0.7284005284309387,0.40319353342056274,-0.003728529904037714,-0.623314619064331,0.028133422136306763,0.05739238113164902 +44,-1.6273517988859063,-0.09385367412414218,-2.347191412604337,-0.9940071702003479,0.09371595084667206,0.056276559829711914,0.16245126724243164,0.08448939770460129,-0.49688923358917236,-0.2994193434715271,0.18072864413261414,-0.4034445285797119 +45,-1.6074531100746878,-0.08691321912223703,-2.309437088776739,-0.995556116104126,0.08680383861064911,0.03651024028658867,0.1637813299894333,0.49020716547966003,0.0872345045208931,0.44929152727127075,-0.1061367467045784,0.05276894196867943 +46,-1.545959740686242,-0.09545041688031217,-2.338881031879202,-0.9951412081718445,0.09530554711818695,-0.024720992892980576,-0.3165910840034485,0.5054744482040405,0.14046292006969452,0.43027597665786743,0.04705898463726044,0.03239619359374046 +47,-1.53492110832163,-0.1060231300444866,-2.363492483517412,-0.9937450289726257,0.10582461208105087,-0.035666123032569885,-0.5756277441978455,-0.3749566972255707,-0.08990725129842758,-0.49583321809768677,-0.28094974160194397,0.43860501050949097 +48,-1.6623148922580775,-0.08779396485288159,-2.428550905830892,-0.9919796586036682,0.08768122643232346,0.09103886783123016,-0.767490804195404,-1.5141661167144775,-0.32688838243484497,-0.46259474754333496,-0.19350095093250275,-0.18843568861484528 +49,-1.7179012139492968,-0.05461465953814106,-2.541660189266025,-0.9877246618270874,0.05458751320838928,0.14635635912418365,-0.14923639595508575,0.20630252361297607,0.03451641649007797,-0.2121196985244751,0.8283776044845581,-0.6442049741744995 +50,-1.7080199186169098,-0.0807547789129369,-2.4777173041471,-0.9873713254928589,0.08066703379154205,0.13634753227233887,0.6529857516288757,0.06554386019706726,0.18453280627727509,0.46939653158187866,-0.20174551010131836,0.02878306806087494 +51,-1.7255568865818731,-0.09389197715795254,-2.4224031220640274,-0.983696460723877,0.09375408291816711,0.15346457064151764,0.8113816976547241,-0.012557987123727798,-0.22527489066123962,0.47107750177383423,-0.14394024014472961,-0.16458822786808014 +52,-1.7549444479109468,-0.06923652374729948,-2.3751903580409546,-0.9807370901107788,0.06918121874332428,0.18267038464546204,-0.09938301891088486,0.3660658895969391,-0.20378541946411133,-0.28020328283309937,0.022020533680915833,0.18515798449516296 +53,-1.8003940085223948,-0.03858874652783321,-2.356561699965006,-0.9730332493782043,0.038579169660806656,0.22741638123989105,-0.9384198188781738,0.04627344757318497,-0.48335033655166626,-0.4115646481513977,-0.10963934659957886,0.07145753502845764 +54,-1.7592432666150513,0.022627926084355654,-2.38189193546635,-0.9820449352264404,-0.0226259957998991,0.18728560209274292,0.5797507166862488,0.22953931987285614,-0.1499188393354416,-0.38337254524230957,0.23930081725120544,-0.6364585161209106 +55,-1.7248475753244774,0.003148958929120649,-2.3400148233301565,-0.988152801990509,-0.003148953663185239,0.153441920876503,0.014151377603411674,0.7068279385566711,0.282866895198822,0.468972384929657,-0.07683762907981873,0.0478673130273819 +56,-1.6454224841344676,-0.018586762826880123,-2.3664224676678307,-0.9970446228981018,0.0185856930911541,0.0745440423488617,-0.13204312324523926,0.7777657508850098,0.13400152325630188,0.41527271270751953,0.023986339569091797,-0.04634582996368408 +57,-1.5999875994810475,-0.02985138715870502,-2.3832972940001103,-0.9991286993026733,0.029846953228116035,0.02917412482202053,-0.19076871871948242,-0.06913725286722183,-0.0977238267660141,-0.46368563175201416,-0.24342423677444458,0.4056098461151123 +58,-1.7147188078215034,-0.005577085664983159,-2.4216052970286466,-0.9896456599235535,0.005577056668698788,0.1434239149093628,-0.6891036629676819,-1.934524655342102,-0.22722482681274414,-0.586358368396759,-0.31685635447502136,-0.025381922721862793 +59,-1.7775740928973924,0.005286337929210288,-2.5123109660012575,-0.9786837697029114,-0.0052863131277263165,0.20530448853969574,0.2817097306251526,0.12315327674150467,-0.05364782735705376,-0.21708637475967407,0.5546027421951294,-0.7065557241439819 +60,-1.7557912817481587,-0.01661314338668889,-2.441697064961662,-0.9828015565872192,0.016612378880381584,0.18391619622707367,0.6177586317062378,0.002574630780145526,0.2530391216278076,0.33192265033721924,-0.19900068640708923,0.11820793151855469 +61,-1.752946709280063,-0.05536760986723685,-2.4040986087677427,-0.9819494485855103,0.055339325219392776,0.18086722493171692,0.8118831515312195,0.2869056463241577,0.09419281780719757,0.5192266702651978,-0.016704082489013672,-0.22229480743408203 +62,-1.733513725886891,-0.05941108892948172,-2.320845009767097,-0.9850496053695679,0.05937614291906357,0.16171446442604065,0.5045621991157532,0.3459606170654297,0.016905099153518677,-0.37234169244766235,-0.06357231736183167,0.3165264129638672 +63,-1.7869667219051077,-0.05179004359817588,-2.2857512883194966,-0.975416362285614,0.05176689475774765,0.2142031192779541,-0.6115246415138245,-0.21553443372249603,-0.1797049194574356,-0.4905717372894287,-0.058023013174533844,0.07493564486503601 +64,-1.7467428264886709,-0.008963536161021501,-2.3443341335234873,-0.9845216274261475,0.008963416330516338,0.17503304779529572,-0.0849536657333374,0.3652056157588959,-0.29962000250816345,-0.3323270082473755,0.2340938150882721,-0.6748805046081543 +65,-1.7099290192490304,-0.016026807272228754,-2.312765074046609,-0.9902094602584839,0.016026120632886887,0.13866642117500305,0.04275422543287277,0.6780876517295837,0.2748904228210449,0.4747065305709839,-0.10603770613670349,0.08824706077575684 +66,-1.6477796644172034,-0.03392325197163976,-2.339232379599331,-0.9964646697044373,0.03391674533486366,0.07686308026313782,-0.37817132472991943,0.7173686027526855,0.12792204320430756,0.4407395124435425,0.06331223249435425,-0.10289453715085983 +67,-1.6050063234046297,-0.048972185689954484,-2.368795028852814,-0.9982166886329651,0.0489526130259037,0.03416231647133827,-0.4652159512042999,-0.2758535146713257,-0.05852581933140755,-0.41770732402801514,-0.3227868378162384,0.5899374485015869 +68,-1.7035945917225788,-0.03341322104170833,-2.4246963725395823,-0.9906420111656189,0.033407002687454224,0.1323343813419342,-0.6440610289573669,-1.6936713457107544,-0.1223667785525322,-0.5460096001625061,-0.19504335522651672,0.020528197288513184 +69,-1.783425611957379,-0.012079562288070075,-2.519486876181039,-0.977408230304718,0.01207926869392395,0.21101532876491547,-0.21975302696228027,-0.06994661688804626,-0.2220768928527832,-0.30085116624832153,0.5454006195068359,-0.7378097772598267 +70,-1.7575448504281803,-0.0260540577474097,-2.4612316164581736,-0.9822796583175659,0.02605110965669155,0.18560193479061127,0.859196126461029,0.10919805616140366,0.18632487952709198,0.3085736036300659,-0.0916638970375061,0.07408738136291504 +71,-1.764228420712835,-0.05900623937050082,-2.39200949926485,-0.9796423316001892,0.05897200480103493,0.1918935477733612,1.1032119989395142,0.2450323849916458,-0.08466501533985138,0.586637020111084,-0.057308826595544815,-0.3391103744506836 +72,-1.738020640289503,-0.04919533322740318,-2.2812550853611344,-0.9848575592041016,0.04917549341917038,0.16624464094638824,0.1964084655046463,0.18041293323040009,-0.14355140924453735,-0.31793779134750366,-0.1346246898174286,0.535415530204773 +73,-1.7608397821933803,-0.04228148949478989,-2.2687983222063024,-0.9811182618141174,0.042268890887498856,0.18873271346092224,-0.49379777908325195,-0.27002039551734924,-0.03361842408776283,-0.47197604179382324,-0.14232078194618225,0.11117872595787048 +74,-1.7469620440345281,-0.005358784149829588,-2.3493975736245143,-0.9845088720321655,0.005358758382499218,0.17525343596935272,-0.4434899687767029,0.11260935664176941,-0.26876935362815857,-0.303516149520874,0.296048104763031,-0.2719484567642212 +75,-1.7246515289849116,-0.015587679203309626,-2.3674807513456377,-0.9880677461624146,0.015587047673761845,0.15323033928871155,-0.21338419616222382,0.5327737331390381,0.41384464502334595,0.3493193984031677,-0.07747668027877808,-0.008332833647727966 +76,-1.6607363806483673,-0.04106904555293098,-2.4199339806422824,-0.9951183199882507,0.04105750098824501,0.08974311500787735,-0.5815115571022034,0.708444356918335,0.22282512485980988,0.5070964694023132,-0.011318117380142212,-0.14240121841430664 +77,-1.6073949195952764,-0.06488488082379533,-2.4555757635320767,-0.9972274303436279,0.06483936309814453,0.036513425409793854,-0.38687458634376526,0.3500615656375885,-0.01506389956921339,-0.3231765627861023,-0.35168933868408203,0.40129172801971436 +78,-1.6491277618897882,-0.056305297712868865,-2.5053357318655567,-0.995353639125824,0.05627555027604103,0.07812733203172684,-0.5921112298965454,-1.2350459098815918,-0.16727004945278168,-0.6228712797164917,-0.18249626457691193,0.2405981868505478 +79,-1.7416469972643802,-0.04633235153939963,-2.574299182170423,-0.9843829274177551,0.04631577804684639,0.16983823478221893,-0.20264950394630432,-0.17329925298690796,-0.010076073929667473,-0.24672669172286987,0.4905647039413452,-0.6883624792098999 +80,-1.737306875043019,-0.05311300609740874,-2.5298936033585426,-0.9847784042358398,0.05308803915977478,0.1655084490776062,0.725458562374115,0.1820373684167862,0.08804093301296234,0.3021460175514221,0.00932040810585022,-0.026500821113586426 +81,-1.7565853817966053,-0.0780444733907731,-2.4906713129243183,-0.9797991514205933,0.07796526700258255,0.1841597706079483,0.42330634593963623,-0.11456171423196793,0.1738835722208023,0.5655384063720703,-0.12897539138793945,-0.1531081348657608 +82,-1.764086838867445,-0.09657541078044515,-2.399000554158201,-0.9768046140670776,0.09642535448074341,0.1911941021680832,0.800319254398346,-0.57552570104599,-0.035756465047597885,-0.16841340065002441,-0.15889482200145721,0.2594132721424103 +83,-1.8253159812765536,-0.09659571037507068,-2.3642495985330223,-0.9632728695869446,0.09644556045532227,0.25060686469078064,-0.04714517667889595,-1.0949839353561401,-0.5540138483047485,-0.24513167142868042,-0.07601404190063477,0.2868534326553345 +84,-1.790643421874269,-0.06578018828554208,-2.3998063170771773,-0.9738200902938843,0.06573276221752167,0.2176087349653244,0.7050502300262451,-1.2180806398391724,-0.4268479347229004,-0.14438974857330322,0.4750997722148895,-0.6345704793930054 +85,-1.780117761917008,-0.040773148665427736,-2.3487334542789466,-0.9773591160774231,0.04076185077428818,0.20762348175048828,0.45344340801239014,0.5057718753814697,-0.03215997293591499,0.16430985927581787,-0.1303156614303589,-0.07209493219852448 +86,-1.7101401363944693,-0.03977309877619723,-2.349628797551785,-0.9895241856575012,0.03976261243224144,0.13878346979618073,-0.22755469381809235,0.771712601184845,-0.007238089572638273,0.6472390294075012,-0.012220501899719238,-0.13762378692626953 +87,-1.633598339747868,-0.053723702293681834,-2.3524154522089855,-0.9965887069702148,0.0536978617310524,0.06267019361257553,-0.006996944546699524,0.47392264008522034,0.08175250142812729,-0.16289609670639038,-0.12028723955154419,0.09988164901733398 +88,-1.6487577943376612,-0.04183121135449355,-2.3736620943746214,-0.9960906505584717,0.0418190136551857,0.07781440019607544,-0.5589290261268616,-1.1977736949920654,-0.09856057167053223,-0.3476290702819824,-0.2051796168088913,0.5745446681976318 +89,-1.7884478329641789,-0.025974941338711602,-2.4294300148466306,-0.9760778546333313,0.025972019881010056,0.21586427092552185,-0.7404714226722717,-1.020072102546692,0.036942772567272186,-0.10537350177764893,0.10410916805267334,-0.4528331756591797 +90,-1.810132549507172,-0.02362102300809831,-2.421913677031531,-0.9712245464324951,0.023618826642632484,0.23699168860912323,0.8285036087036133,0.2257913053035736,0.0576620027422905,0.10837054252624512,0.24704158306121826,-0.31110358238220215 +91,-1.788171394216666,-0.055577166388840096,-2.3460090590999654,-0.9749592542648315,0.05554855987429619,0.2153342217206955,0.6075181365013123,-0.18172340095043182,0.2184567153453827,0.538756251335144,-0.1864079236984253,-0.0007041692733764648 +92,-1.7798884359202356,-0.08987339311372776,-2.259997307834759,-0.9742717146873474,0.0897524505853653,0.20673410594463348,1.151242733001709,0.010053163394331932,-0.01891986094415188,0.05082511901855469,-0.0329592302441597,0.05118510127067566 +93,-1.795161539298588,-0.10510224615895947,-2.1928008006219284,-0.9695557951927185,0.10490885376930237,0.22125983238220215,0.7182509303092957,-0.7197628021240234,-0.135885551571846,-0.24888914823532104,-0.09816445410251617,0.43882015347480774 +94,-1.7952599003864647,-0.055507302533431196,-2.1888255767004225,-0.9734120965003967,0.05547880381345749,0.2222405970096588,-0.9855659604072571,1.7119470834732056,-0.03249756991863251,-0.270499587059021,0.19233918190002441,-0.17100156843662262 +95,-1.7608869877676698,-0.02342992294794447,-2.1959356502499814,-0.981717586517334,0.023427778854966164,0.1888960599899292,0.09236636757850647,0.10275141894817352,-0.3862263262271881,-0.17283868789672852,0.02817744016647339,-0.5237196683883667 +96,-1.720327936447437,-0.018897396651955754,-2.1920305205530277,-0.9886643886566162,0.018896272405982018,0.14894838631153107,-0.23974356055259705,0.7064595818519592,0.11745709925889969,0.5155351161956787,-0.056890666484832764,0.04105401039123535 +97,-1.6441477318102082,-0.02805267387009355,-2.2237534136452375,-0.9969184994697571,0.02804899401962757,0.07325680553913116,-0.26165685057640076,0.6806724667549133,0.30707818269729614,0.26727384328842163,0.003612993285059929,0.04362558573484421 +98,-1.6113443882810168,-0.043981254210230046,-2.258349457239118,-0.9982119202613831,0.043967075645923615,0.040497757494449615,-0.18998412787914276,-0.031196484342217445,-0.2278360277414322,-0.437563955783844,-0.2916324734687805,0.3443593978881836 +99,-1.74935253191762,-0.04985326202676654,-2.309851809938956,-0.9828786253929138,0.04983261600136757,0.1773882806301117,-1.443111538887024,-1.4636497497558594,0.5065210461616516,-0.46333426237106323,-0.30788925290107727,-0.15848253667354584 +100,-1.7900888006166296,-0.0630372507676226,-2.350964047410221,-0.9741129875183105,0.06299550831317902,0.21710702776908875,0.5778771042823792,-0.021329309791326523,-0.09687894582748413,-0.10125017166137695,0.3661579191684723,-0.32161450386047363 +101,-1.7853034326930273,-0.08548193898758462,-2.2881589730698235,-0.9735137820243835,0.08537787199020386,0.21208861470222473,0.7343889474868774,0.06601497530937195,0.17591874301433563,0.46350401639938354,-0.16588324308395386,-0.1003943681716919 +102,-1.7635422246611443,-0.11724547336871854,-2.197430108216525,-0.9747437834739685,0.1169770359992981,0.1902395784854889,1.1267499923706055,0.2534951865673065,0.028261933475732803,0.2791261076927185,0.016277968883514404,-0.1638113260269165 +103,-1.756462815967269,-0.12857163742987102,-2.114248862175661,-0.9747012853622437,0.1282176971435547,0.18307790160179138,0.5307036638259888,-0.008408121764659882,0.08978435397148132,-0.3732143044471741,-0.10374264419078827,0.48066413402557373 +104,-1.7999633160880508,-0.10009417276770263,-2.0958969951485837,-0.9689816236495972,0.09992711991071701,0.22602936625480652,-1.0734268426895142,0.329644113779068,-0.1591484397649765,-0.40279877185821533,-0.03437533974647522,0.1517477035522461 +105,-1.7607438803051136,-0.06562702502586243,-2.1605554335729806,-0.9799002408981323,0.06557992845773697,0.18840095400810242,-0.09305495023727417,0.3765253722667694,-0.3771829903125763,-0.3366433382034302,0.10924002528190613,-0.4878242015838623 +106,-1.7333890891749486,-0.0544722841953458,-2.16536005169473,-0.9853472709655762,0.05444534868001938,0.16163721680641174,-0.14186955988407135,0.5028573870658875,0.10777142643928528,0.40981626510620117,-0.11209306120872498,0.0009757280349731445 +107,-1.6726285960955114,-0.05119185338178718,-2.218912436819055,-0.993516206741333,0.0511694960296154,0.10152318328619003,-0.4313162863254547,0.7414103150367737,0.14615380764007568,0.37086623907089233,0.08144461363554001,-0.14838291704654694 +108,-1.6339121070849965,-0.05556461026274713,-2.2482080449729356,-0.996468722820282,0.055536024272441864,0.06297654658555984,-0.38887253403663635,-0.036958374083042145,-0.16850335896015167,-0.4345616102218628,-0.35138869285583496,0.3922998905181885 +109,-1.7167494144854758,-0.041168651578478564,-2.292109707084546,-0.9885295629501343,0.04115702211856842,0.14531223475933075,-0.6815789937973022,-1.520160436630249,-0.05120832845568657,-0.6207997798919678,-0.3016245365142822,0.010174885392189026 +110,-1.785467780254494,-0.04090208314654416,-2.345140854940677,-0.9762293696403503,0.04089067876338959,0.21284829080104828,0.3373473882675171,-0.026441235095262527,-0.1339658945798874,-0.06536620855331421,0.4070768356323242,-0.607303261756897 +111,-1.767576420082166,-0.0485034448278642,-2.2929855498281784,-0.9795477986335754,0.048484429717063904,0.19528263807296753,0.4716649055480957,0.244820237159729,0.08813311159610748,0.3037971258163452,-0.04138908162713051,-0.05310119688510895 +112,-1.7513119849366225,-0.08246057046903271,-2.229897136709705,-0.9804086685180664,0.08236715197563171,0.17892684042453766,1.1270484924316406,0.15630608797073364,0.25308793783187866,0.33537375926971436,-0.028305254876613617,-0.12991558015346527 +113,-1.732037529674452,-0.10074036397340586,-2.0848570793569956,-0.9820244908332825,0.10057005286216736,0.159729465842247,1.4536840915679932,-0.28317850828170776,-0.31000640988349915,-0.16738951206207275,-0.20440612733364105,0.3646235466003418 +114,-1.7429889955908848,-0.09344174519052109,-1.9883444580554925,-0.9809135794639587,0.09330582618713379,0.17059554159641266,0.3067172169685364,-0.556868314743042,-0.5850659608840942,-0.28823626041412354,0.006425648927688599,0.18256914615631104 +115,-1.7379979820799185,-0.06168330762469773,-1.998692955106892,-0.9841789603233337,0.06164420023560524,0.1661071628332138,0.3296096622943878,-0.1735329031944275,-0.6179090142250061,-0.2404150366783142,0.11267220973968506,-0.4204559326171875 +116,-1.713640465508911,-0.03917450980154102,-1.9521187077203976,-0.9890556931495667,0.03916449099779129,0.14224962890148163,0.013785929419100285,0.5246656537055969,0.004812011960893869,0.27567678689956665,-0.1905316710472107,0.027809619903564453 +117,-1.6589183980899793,-0.037665778812583255,-1.9605491270509467,-0.9954133629798889,0.03765687346458435,0.08794564753770828,-0.0742245465517044,0.3755154609680176,-0.04249339550733566,0.41564035415649414,-0.01395997405052185,-0.04718947410583496 +118,-1.6367101690841617,-0.04699092045745412,-1.9622099704149623,-0.9967271089553833,0.04697362706065178,0.06579342484474182,0.014927552081644535,-0.11630050092935562,0.08336259424686432,-0.14237213134765625,-0.09995212405920029,0.34334051609039307 +119,-1.7195907023795831,-0.04973616849131474,-2.0040369325403034,-0.9877275228500366,0.049715664237737656,0.148062601685524,-0.6820759177207947,-1.100782871246338,0.2739700376987457,-0.5131421089172363,-0.04762522131204605,0.1450434774160385 +120,-1.7519398826468415,-0.08375491130712745,-2.081420117931539,-0.9801903367042542,0.08365702629089355,0.1795230358839035,-0.3507227599620819,0.0658385306596756,0.2235158085823059,-0.03485482931137085,0.39600300788879395,-0.4056582450866699 +121,-1.7509278018088676,-0.10753436283261768,-2.1185068983036954,-0.9781374931335449,0.10732723772525787,0.1781240701675415,-0.5690903663635254,0.1813487559556961,0.39457860589027405,0.29027116298675537,-0.07320855557918549,-0.05915127694606781 +122,-1.7597760753381742,-0.13916576168621386,-2.1776142913229903,-0.9727004766464233,0.13871699571609497,0.1860406994819641,-0.4043618142604828,0.14862190186977386,0.3484659194946289,0.3084702491760254,-0.07003720104694366,-0.05470837652683258 +123,-1.752850274276262,-0.1407671959849021,-2.1948161759615807,-0.9737460017204285,0.14030276238918304,0.17925912141799927,-0.20654040575027466,-0.4586789608001709,-0.17613808810710907,-0.12412387132644653,-0.15237247943878174,0.39894211292266846 +124,-1.811023910817298,-0.10474787052306621,-2.2468978773459423,-0.9659602642059326,0.10455642640590668,0.23661962151527405,-1.1096035242080688,-0.3009161353111267,-0.41524451971054077,-0.18073773384094238,0.08800950646400452,0.24142301082611084 +125,-1.7819333877817165,-0.06981646218066377,-2.3773476524249775,-0.9754111766815186,0.06975975632667542,0.20906129479408264,-0.715813159942627,0.1268530786037445,-0.030248504132032394,-0.23844075202941895,0.3970828950405121,-0.3317725658416748 +126,-1.7581851337317165,-0.05852365587169352,-2.4526618855971147,-0.9808120727539062,0.05849025398492813,0.18597511947155,-1.0777521133422852,0.42398905754089355,0.19218498468399048,0.1233900785446167,-0.04030176252126694,-0.06839095056056976 +127,-1.7120390485649857,-0.04299471683858416,-2.5966580529173666,-0.989126980304718,0.04298147186636925,0.14064349234104156,-1.371397614479065,0.636690616607666,0.13339655101299286,0.30765414237976074,0.06750741600990295,-0.20897231996059418 +128,-1.673962358226037,-0.058133712841538794,-2.6819745823577636,-0.993002712726593,0.058100976049900055,0.10280914604663849,-0.6396300196647644,0.1924092173576355,0.23451782763004303,0.02966970205307007,-0.14135293662548065,0.20349572598934174 +129,-1.6943388196196927,-0.06076631339120259,-2.742939133185316,-0.9905467629432678,0.06072892248630524,0.12300103157758713,-0.9303725957870483,-0.8012322783470154,0.08659123629331589,-0.22568553686141968,-0.04315079748630524,0.34413158893585205 +130,-1.7687668102834966,-0.07497223629257169,-2.848798293255631,-0.9777135848999023,0.0749020203948021,0.19612738490104675,-0.810754656791687,-0.1538066267967224,0.520926296710968,-0.27227115631103516,0.3124728500843048,-0.6282105445861816 +131,-1.77516344853834,-0.1040739501159815,-2.8653894315787416,-0.9738914370536804,0.10388617217540741,0.20184938609600067,0.4464530646800995,-0.09090536087751389,0.3879781663417816,0.0951988697052002,0.1421007513999939,-0.04593503475189209 +132,-1.7808264816845891,-0.1486774858024201,-2.8728766006201596,-0.9672347903251648,0.14813034236431122,0.20618928968906403,-0.2069423645734787,0.009637001901865005,0.49438363313674927,0.40093547105789185,-0.08566085994243622,-0.07404817640781403 +133,-1.7524674123482864,-0.19737971857877168,-2.869299994439563,-0.9644464254379272,0.1961006075143814,0.17716540396213531,0.20687943696975708,0.32786861062049866,0.2978686988353729,0.01661628484725952,0.0606132447719574,0.12527905404567719 +134,-1.7605458291693978,-0.20676753796676675,-2.833210446856247,-0.9611334204673767,0.20529736578464508,0.18459536135196686,0.3833613097667694,-0.5714042782783508,-0.07091415673494339,-0.036913394927978516,-0.19714920222759247,0.35913634300231934 +135,-1.787684881221547,-0.1980863299516045,-2.7808008757278198,-0.9574747085571289,0.19679343700408936,0.210984006524086,0.12889675796031952,-0.8349243998527527,-0.42366811633110046,-0.19769179821014404,-0.03654564917087555,0.27091896533966064 +136,-1.767569878987909,-0.16690014123891853,-2.79729463959503,-0.9670751690864563,0.16612637042999268,0.19278952479362488,0.04700600728392601,0.339590847492218,-0.6277886629104614,-0.23890328407287598,-0.05060206353664398,-0.3588204085826874 +137,-1.727821309467934,-0.12328035276945884,-2.7508398235931737,-0.9802009463310242,0.12296832352876663,0.15519367158412933,0.44882166385650635,0.5538806915283203,-0.10704755038022995,0.16443544626235962,-0.26319658756256104,0.012195244431495667 +138,-1.648431338254812,-0.11267305643319353,-2.707927847553771,-0.9906660914421082,0.11243480443954468,0.07706526666879654,0.2120065540075302,0.8246606588363647,-0.11745467036962509,0.35622090101242065,-0.08687633275985718,-0.09839701652526855 +139,-1.5857984628844464,-0.11370910313385864,-2.689396380987672,-0.9934302568435669,0.11346422135829926,0.014904693700373173,0.2795502245426178,0.15634886920452118,0.0028536724857985973,-0.19825059175491333,-0.10809314996004105,0.23541569709777832 +140,-1.6648713711766199,-0.11396457059567451,-2.6977431317320866,-0.9891198873519897,0.11371804028749466,0.09332697838544846,-0.46364933252334595,-1.903221607208252,-0.001600042567588389,-0.549255907535553,-0.31981852650642395,0.30874204635620117 +141,-1.7670287674209364,-0.12337004891482299,-2.7331679952187247,-0.9733536839485168,0.12305733561515808,0.19349358975887299,0.08533772081136703,-0.27611029148101807,0.019510168582201004,-0.09189295768737793,0.14293387532234192,-0.5276763439178467 +142,-1.7560044426796884,-0.13621404452032113,-2.6432192356754727,-0.9737934470176697,0.13579320907592773,0.18244531750679016,1.0940479040145874,0.1264442354440689,-0.00982518121600151,0.259438157081604,-0.08208228647708893,0.02995702624320984 +143,-1.7638732034743816,-0.164821976440215,-2.5607916055627755,-0.9681179523468018,0.16407671570777893,0.18927907943725586,1.0478755235671997,-0.03857148438692093,0.31402599811553955,0.40516018867492676,-0.09020890295505524,-0.10485219955444336 +144,-1.7386764083489512,-0.20382245121336495,-2.453460975288714,-0.9655323624610901,0.2024141252040863,0.1636338233947754,1.07369863986969,-0.2860872149467468,0.053972188383340836,-0.10145384073257446,0.0013975352048873901,0.2150893360376358 +145,-1.7749606436268606,-0.21327432122554724,-2.3843726346214886,-0.9570446610450745,0.21166115999221802,0.19815528392791748,0.3199194073677063,-0.874467134475708,-0.39254048466682434,-0.30667322874069214,-0.17923620343208313,0.2409011572599411 +146,-1.7433964016742147,-0.1850813286775972,-2.414374444271567,-0.9683166146278381,0.18402647972106934,0.16881120204925537,0.42852210998535156,-0.7406989932060242,-0.5530111193656921,-0.17029422521591187,0.38060975074768066,-0.5409425497055054 +147,-1.7057080530476496,-0.14527100351593789,-2.3635547480293555,-0.980475664138794,0.14476057887077332,0.13308608531951904,0.5497517585754395,0.18185125291347504,-0.21804319322109222,0.14305806159973145,-0.23487898707389832,-0.08665347099304199 +148,-1.6585082285162362,-0.1300315763202089,-2.3372074173318738,-0.987746000289917,0.12966544926166534,0.08685994148254395,-0.3686068058013916,0.4216161072254181,-0.18653547763824463,0.40685921907424927,-0.10480888187885284,0.04209207743406296 +149,-1.6213073700777354,-0.12494699383615904,-2.354991881430212,-0.9909388422966003,0.12462214380502701,0.05009596794843674,0.28363922238349915,-0.03820992633700371,0.03418136015534401,-0.03135424852371216,-0.04861810803413391,0.18493521213531494 +150,-1.7102999554627836,-0.1270231441502558,-2.4475960542236486,-0.9823068976402283,0.1266818344593048,0.13793130218982697,-2.001648187637329,-0.8137049674987793,0.5466750264167786,-0.4588247537612915,0.08659026026725769,-0.06487226486206055 +151,-1.7211964730961626,-0.1793201872136518,-2.5029504772465954,-0.9728574752807617,0.1783607006072998,0.14743122458457947,0.9103668928146362,-0.05633477121591568,0.5720458626747131,-0.13564789295196533,0.5205681324005127,-0.28616416454315186 +152,-1.7466201210543997,-0.2475657582754138,-2.4486652994685327,-0.9545646905899048,0.24504466354846954,0.16958633065223694,0.15582145750522614,0.016251564025878906,0.6994279623031616,0.2650047540664673,-0.33580392599105835,0.02905261516571045 +153,-1.6585146589959514,-0.3622777889613881,-2.4526406548840796,-0.9314966797828674,0.35440510511398315,0.08191955834627151,0.18030303716659546,1.3696825504302979,1.5131222009658813,0.2794581651687622,-0.012272566556930542,-0.07845581322908401 +154,-1.5972023450423651,-0.44333735916913697,-2.420996766929012,-0.9030102491378784,0.4289565682411194,0.023850448429584503,0.7538900375366211,-0.7349967956542969,0.24230074882507324,-0.018834233283996582,-0.06465297937393188,0.2909841537475586 +155,-1.629363480053012,-0.42522837704775474,-2.348061158574538,-0.9093827605247498,0.4125288426876068,0.05332093685865402,0.6421728730201721,-0.8573059439659119,-0.7143083810806274,-0.17464739084243774,-0.024345219135284424,0.2697685956954956 +156,-1.6038258386647106,-0.3879843660650496,-2.311023005488139,-0.925168514251709,0.37832337617874146,0.030568981543183327,-0.23070204257965088,0.1953088492155075,-0.5075696706771851,-0.009127020835876465,0.29494011402130127,-0.1728724241256714 +157,-1.5817244463999816,-0.30734094446406995,-2.342798709654841,-0.9530845880508423,0.30252525210380554,0.010415837168693542,0.2384253442287445,-0.4711579382419586,-0.8289259076118469,-0.11767053604125977,-0.09587541222572327,-0.48874831199645996 +158,-1.5834595399698674,-0.24530323915111696,-2.3184565753626027,-0.9699860215187073,0.24285049736499786,0.012283796444535255,0.0046288855373859406,0.3435721695423126,-0.36950039863586426,0.15306097269058228,-0.22119827568531036,0.1523585319519043 +159,-1.5601269308519539,-0.21288957305917142,-2.348799875341898,-0.9773688316345215,0.21128511428833008,-0.010428330861032009,-0.05784529820084572,0.14597377181053162,-0.3424948751926422,0.10958623886108398,0.03753994405269623,-0.03461563587188721 +160,-1.6019275792856893,-0.20807765867994865,-2.3341420803361674,-0.9779558181762695,0.20657940208911896,0.03045482747256756,-0.0697522833943367,-0.8333173990249634,0.028209224343299866,-0.10441112518310547,-0.30126020312309265,0.3690812587738037 +161,-1.7488612178039697,-0.2094842946857645,-2.3675434956602444,-0.962672233581543,0.2079554945230484,0.173253133893013,0.01622689701616764,-0.34567949175834656,0.12966126203536987,-0.26891040802001953,-0.020882755517959595,-0.7457934617996216 +162,-1.7259450541457948,-0.21100776562687348,-2.2430553583536117,-0.9660752415657043,0.20944541692733765,0.15109966695308685,1.8496226072311401,-0.06805261969566345,-0.16111762821674347,0.01757371425628662,0.059216082096099854,-0.18038131296634674 +163,-1.7209539710469128,-0.2310796716261895,-2.104294472325066,-0.9624663591384888,0.2290286272764206,0.1456177532672882,0.9836339950561523,-0.2791374623775482,0.13107185065746307,0.24937736988067627,-0.2175845205783844,0.16462397575378418 +164,-1.7019153005130494,-0.254021808947187,-1.989771356165829,-0.9596011638641357,0.251298725605011,0.12654796242713928,1.2998541593551636,-0.6280819773674011,-0.1506601870059967,0.462607204914093,-0.057039111852645874,-0.14478231966495514 +165,-1.7872139769837663,-0.2224305695595747,-1.8819355384483194,-0.9526116847991943,0.22060096263885498,0.20944209396839142,0.2369309514760971,-0.1708487719297409,-0.7566235065460205,-0.1756994128227234,-0.4779099225997925,0.1367187350988388 +166,-1.7319505375634143,-0.14207274680700835,-1.881160517343235,-0.9770979285240173,0.1415952742099762,0.15884090960025787,-0.9699990153312683,1.9177168607711792,-0.5309473872184753,-0.6503891944885254,0.6021639108657837,-0.4010741710662842 +167,-1.6972349127847566,-0.11241915849918502,-1.9394042446904414,-0.9857552647590637,0.11218251287937164,0.12530595064163208,-0.27355074882507324,0.276231586933136,-0.19059725105762482,-0.4107595682144165,0.34455883502960205,-0.18913353979587555 +168,-1.6659079151236482,-0.11744278177651066,-1.9998015820171795,-0.9886229038238525,0.11717299371957779,0.09431406110525131,-1.3802194595336914,0.4479457139968872,-0.10158514976501465,0.4493163228034973,-0.3173683285713196,0.0003056451678276062 +169,-1.6222981513899626,-0.08260815478478109,-2.160406061284955,-0.9952684044837952,0.08251423388719559,0.05130350589752197,-0.8817169666290283,0.5159145593643188,-0.15656130015850067,0.2848498225212097,0.033940814435482025,-0.02000773698091507 +170,-1.5918903260951718,-0.06897428716817826,-2.2546316124205283,-0.9974002838134766,0.0689196065068245,0.02104228176176548,-1.0183268785476685,0.2268739938735962,-0.21362273395061493,-0.19408226013183594,-0.0686907172203064,0.28155481815338135 +171,-1.6480616264798027,-0.05994546010708526,-2.3916976639957612,-0.9952257871627808,0.05990956351161003,0.07704980671405792,-1.9679481983184814,-1.7668853998184204,0.27356570959091187,-0.29627811908721924,0.09701180458068848,0.2507699728012085 +172,-1.6767942891271597,-0.08629286118237804,-2.522260167280349,-0.9906874299049377,0.08618580549955368,0.10540591180324554,-1.4499293565750122,0.6231330037117004,0.834977924823761,-0.20766156911849976,0.5244098901748657,-0.16735661029815674 +173,-1.6598400483394598,-0.16697012852567203,-2.5630704746352735,-0.9821860790252686,0.16619537770748138,0.08768938481807709,-0.31342819333076477,-0.4129559099674225,0.41598567366600037,0.0028008222579956055,-0.20258758962154388,0.16823101043701172 +174,-1.6636440345060146,-0.17869087102706682,-2.690091801685787,-0.9798384308815002,0.17774143815040588,0.09123808145523071,-0.8121318221092224,0.3972637951374054,0.08911701291799545,0.5707046389579773,-0.0029978007078170776,-0.12734031677246094 +175,-1.7228636266295534,-0.20587046234259862,-2.629988045639248,-0.9675870537757874,0.2044193148612976,0.14828310906887054,0.7101131081581116,-2.2752249240875244,0.10855655372142792,0.02383100986480713,-0.4417545199394226,0.47340571880340576 +176,-1.7401429534176418,-0.189009047181567,-2.597095309231035,-0.9681409001350403,0.18788568675518036,0.16553686559200287,0.4747130274772644,1.2456427812576294,-0.15892992913722992,-0.9177387356758118,0.6938282251358032,-0.46270179748535156 +177,-1.6958064541934081,-0.14543757907634958,-2.553136240670048,-0.9817214012145996,0.14492540061473846,0.12336843460798264,0.8398192524909973,0.18383672833442688,-0.7045607566833496,-0.2265610694885254,0.06233474612236023,-0.537003755569458 +178,-1.6547491757614585,-0.11098914104105621,-2.4890157500555423,-0.9903468489646912,0.11076141148805618,0.08333832025527954,0.14001169800758362,0.4823431670665741,-0.10799574106931686,0.3519495129585266,-0.06678555905818939,0.19069421291351318 +179,-1.630292311638931,-0.09850062628025687,-2.4790555219068575,-0.9933920502662659,0.09834142029285431,0.059172675013542175,0.09132947772741318,0.2685050964355469,-0.12321918457746506,0.2716054320335388,-0.10633699595928192,-0.0815267488360405 +180,-1.6193334734651066,-0.09699560703311397,-2.4501483625017215,-0.9941274523735046,0.09684358537197113,0.04829004034399986,0.2688255310058594,-0.22865049540996552,-0.005838991142809391,-0.04630833864212036,-0.18778595328330994,0.3027994632720947 +181,-1.6572114975456542,-0.07410932048807257,-2.461966196441678,-0.9935339689254761,0.07404150068759918,0.08607076108455658,-0.10063948482275009,-0.5650485754013062,-0.3298424184322357,-0.22011959552764893,-0.12261021137237549,0.05124306678771973 +182,-1.7590257282438233,-0.033212279102685587,-2.4717162620707547,-0.9817954897880554,0.03320617228746414,0.18701669573783875,-0.6471679210662842,-0.8949859142303467,0.05413033068180084,-0.05490201711654663,-0.14599913358688354,-0.08594249188899994 +183,-1.7949247482438055,-0.031238135759907363,-2.4839376108679208,-0.97451251745224,0.031233055517077446,0.22214822471141815,0.7131555676460266,-0.12248439341783524,-0.04767274856567383,-0.02219158411026001,0.3412187397480011,-0.35552525520324707 +184,-1.8049563608848378,-0.050677809076037424,-2.400210421327974,-0.9714609384536743,0.05065612122416496,0.2317281812429428,0.6915489435195923,-0.6100544929504395,0.10556158423423767,0.33185815811157227,-0.24049073457717896,0.10962620377540588 +185,-1.8253452406011053,-0.08101159799214283,-2.3307989175425816,-0.9646031260490417,0.08092301338911057,0.2509830892086029,0.9604631662368774,0.12387894839048386,0.03532044589519501,0.2153964638710022,0.11135298758745193,-0.13173553347587585 +186,-1.8152276840521673,-0.08577743075282192,-2.2417671147213682,-0.966707706451416,0.0856722816824913,0.24111485481262207,0.4382825195789337,-0.06674343347549438,-0.13993605971336365,-0.1653723120689392,-0.2047366201877594,0.37685084342956543 +187,-1.8400342267390832,-0.060452029551418617,-2.232273920557166,-0.9622129797935486,0.06041521579027176,0.2655109763145447,-0.4811650812625885,0.008202512748539448,-0.2527120113372803,-0.25711679458618164,0.03554730862379074,0.1471630036830902 +188,-1.7923133960717306,-0.044303484957590324,-2.2843345651618225,-0.9746080040931702,0.0442889928817749,0.2194942831993103,0.33671602606773376,0.3512878119945526,-0.6209467053413391,-0.32107681035995483,0.3205333948135376,-0.6272244453430176 +189,-1.710600346245781,0.007286540136997746,-2.201572921824624,-0.9902170300483704,-0.007286475505679846,0.13934534788131714,-0.10263388603925705,1.3205097913742065,-0.49426132440567017,0.42225438356399536,-0.2593151032924652,0.3487832546234131 +190,-1.6054325646703351,0.047190596867940124,-2.2699261764284704,-0.9982876777648926,-0.04717308282852173,0.03459076210856438,-0.851761519908905,0.360454261302948,-0.37668731808662415,0.3929715156555176,0.17391258478164673,0.008042216300964355 +191,-1.561118733221973,0.06322981965559488,-2.3684635208333225,-0.9979548454284668,-0.06318769603967667,-0.009658102877438068,-0.8979742527008057,0.39076101779937744,-0.06635671854019165,-0.010162711143493652,-0.17317092418670654,0.2556297779083252 +192,-1.54840050946398,0.061124018094219405,-2.441487629836682,-0.9978821873664856,-0.06108596548438072,-0.022352125495672226,-0.8990141749382019,0.23210525512695312,0.007401908747851849,0.03578507900238037,-0.18001815676689148,0.1312999129295349 +193,-1.5690908059044233,0.07009234412979744,-2.5260567011974593,-0.997543215751648,-0.07003496587276459,-0.0017013323958963156,-0.9588185548782349,-1.5682913064956665,-0.3502812385559082,-0.3742678165435791,-0.13521099090576172,0.19036102294921875 +194,-1.7038772075199415,0.051179595555493625,-2.5494946461673114,-0.9898598790168762,-0.051157254725694656,0.13251465559005737,-0.4216934144496918,0.36098894476890564,0.7205206751823425,-0.5375447869300842,0.25730350613594055,-0.17443062365055084 +195,-1.680955058166756,-0.010552601370422644,-2.506736832541733,-0.9938831925392151,0.010552405379712582,0.10992994159460068,0.6734065413475037,-1.1137899160385132,0.577416181564331,0.11178797483444214,-0.23645877838134766,0.2420598268508911 +196,-1.7163191522406915,-0.0879699066481235,-2.5166584016382547,-0.9856042265892029,0.0878564864397049,0.14444902539253235,0.3927222192287445,0.9872872233390808,0.9139180183410645,0.48053836822509766,-0.0825464129447937,-0.36149001121520996 +197,-1.725897339850041,-0.1388875904405246,-2.3955914122245443,-0.978482186794281,0.13844150304794312,0.1529923677444458,0.9237729907035828,-1.3222776651382446,-0.26837295293807983,-0.166598379611969,-0.3460678458213806,0.7259291410446167 +198,-1.7353116194560438,-0.13255909744458452,-2.362285226261039,-0.9778432846069336,0.13217121362686157,0.16233739256858826,-0.6260557174682617,1.6250994205474854,0.5393940806388855,-0.6744241714477539,0.23617592453956604,0.08145225048065186 +199,-1.687641259928612,-0.10218319305240837,-2.3819752997042376,-0.9880008101463318,0.10200546681880951,0.115971140563488,0.49560919404029846,0.10137525200843811,-0.7552132606506348,-0.2116299271583557,0.23059037327766418,-0.7088819742202759 +200,-1.6841180243219929,-0.07083528461274949,-2.3176216970806687,-0.9910942912101746,0.0707760602235794,0.11279573291540146,-0.030153298750519753,0.37704241275787354,-0.04389480501413345,0.22025078535079956,-0.2077084481716156,0.17918121814727783 +201,-1.6555561015347826,-0.0705952300828622,-2.344877214095598,-0.9939281940460205,0.07053660601377487,0.0844474583864212,-0.213810995221138,0.2594641447067261,0.11442606151103973,0.404618501663208,-0.03180977702140808,-0.032964229583740234 +202,-1.648528995825829,-0.08044410336184285,-2.356046487798268,-0.9937561750411987,0.0803573727607727,0.07740327715873718,0.005039204843342304,-0.24791696667671204,-0.08899055421352386,-0.043261587619781494,-0.1635940670967102,0.17010951042175293 +203,-1.7373405779858329,-0.07623442451288064,-2.4074949039925584,-0.983299195766449,0.07616060227155685,0.16529391705989838,-0.7614344358444214,-1.4114630222320557,0.37379446625709534,0.12024694681167603,-0.20834746956825256,0.07092736661434174 +204,-1.8618794640953071,-0.059302984129568276,-2.4954312821929445,-0.9562495946884155,0.05926822870969772,0.2864854633808136,-1.0809836387634277,0.5485841035842896,1.2104589939117432,-0.7698245644569397,0.7336242198944092,-0.4273546040058136 +205,-1.8550939105648698,-0.11091514600293666,-2.5028293234648533,-0.953960657119751,0.11068786680698395,0.27875974774360657,1.070448637008667,-0.5655736923217773,0.0873321145772934,-0.011142313480377197,-0.14207524061203003,-0.040310680866241455 +206,-1.903003568841083,-0.15435517874214988,-2.484643686843313,-0.9340856671333313,0.1537429690361023,0.32225295901298523,0.5027402639389038,-0.011637192219495773,0.43733182549476624,0.35568612813949585,0.011479184031486511,-0.29283395409584045 +207,-1.8697996518409115,-0.20300779675699596,-2.3931893929057986,-0.9360063672065735,0.20161627233028412,0.28851884603500366,0.7757440209388733,-0.33245110511779785,0.08816859126091003,0.0017564892768859863,-0.13609503209590912,0.3357182741165161 +208,-1.8826186989480025,-0.2368998544794032,-2.31445110007937,-0.925193190574646,0.23469020426273346,0.29822495579719543,0.8601551055908203,-0.16781829297542572,-0.18986916542053223,-0.0978323221206665,-0.004145175218582153,0.29782915115356445 +209,-1.865496468913461,-0.22597606838969322,-2.2630814231657226,-0.9325611591339111,0.22405771911144257,0.2830684185028076,-0.13685549795627594,1.3920413255691528,0.1416752189397812,-0.5119883418083191,0.06296010315418243,0.08265420794487 +210,-1.7902854346260657,-0.16996047624238816,-2.3510032563524565,-0.9619460701942444,0.16914339363574982,0.21459385752677917,-0.5371798872947693,0.5163243412971497,-0.27058374881744385,-0.2316117286682129,0.18457062542438507,-0.5421237945556641 +211,-1.7694315582640328,-0.1484123472541613,-2.336979625233992,-0.9695600867271423,0.14786812663078308,0.1951623409986496,0.1349487155675888,0.33862224221229553,-0.09305081516504288,0.22880691289901733,-0.2819165885448456,0.007840633392333984 +212,-1.7132686598909883,-0.13202421313765314,-2.3349614196597446,-0.9812535643577576,0.13164101541042328,0.14075514674186707,-0.010768106207251549,0.7312002778053284,-0.2457342892885208,0.35423946380615234,-0.06560097634792328,-0.03165484964847565 +213,-1.6877199604024045,-0.11420342174456949,-2.3449356316243177,-0.9867026209831238,0.11395533382892609,0.11589749157428741,-0.501426100730896,-0.38872888684272766,-0.12787078320980072,0.009453415870666504,-0.1584804505109787,0.340645432472229 +214,-1.7720789401897983,-0.09092325773444349,-2.42501856865758,-0.9757637977600098,0.0907980352640152,0.19910040497779846,-1.1443718671798706,-1.4222333431243896,-0.3643704056739807,-0.15514147281646729,-0.148598313331604,-0.014774292707443237 +215,-1.831237285573247,-0.06416019082884714,-2.5471252600873164,-0.9642882347106934,0.06411617994308472,0.25697678327560425,-0.5348913073539734,0.3112102150917053,0.38001054525375366,-0.4487670660018921,0.7665875554084778,-0.3185155689716339 +216,-1.8347012830695535,-0.10758083650747159,-2.528311423358095,-0.9597974419593811,0.1073734387755394,0.2593441903591156,-0.0331922322511673,-0.719577968120575,0.4509042501449585,0.2832534909248352,-0.3991825580596924,0.17702656984329224 +217,-1.8460199296815951,-0.13577155395644402,-2.5246391935880665,-0.9535081386566162,0.13535480201244354,0.2692611813545227,0.8371325731277466,0.47227415442466736,0.14369530975818634,0.36966097354888916,0.04553814232349396,-0.21265098452568054 +218,-1.8253804587945186,-0.13463409449638625,-2.4355737387929084,-0.9590104222297668,0.1342277228832245,0.24956394731998444,0.027841797098517418,0.1550627499818802,-0.47505664825439453,-0.01393580436706543,-0.2709465026855469,0.5124142169952393 +219,-1.8383840588060583,-0.10206982647456873,-2.4552187129179885,-0.9593923687934875,0.10189268738031387,0.26302972435951233,-0.9971049427986145,0.8804595470428467,0.19510725140571594,-0.5981029272079468,0.22894836962223053,-0.16519030928611755 +220,-1.8092086633635691,-0.08949538485353897,-2.4893531388370356,-0.967825174331665,0.08937596529722214,0.23521502315998077,0.31273749470710754,0.2918868958950043,-0.10748040676116943,-0.15712887048721313,0.02842187136411667,-0.3490608036518097 +221,-1.7541061961238407,-0.08421795173461959,-2.4962638363336254,-0.9797607660293579,0.08411843329668045,0.1816388964653015,-0.7533806562423706,0.606836199760437,-0.2204040139913559,0.45890218019485474,-0.17730386555194855,0.051027148962020874 +222,-1.6851975206735768,-0.06479435779289933,-2.558699783486426,-0.9913787841796875,0.06474903225898743,0.11391229927539825,0.009010427631437778,0.47093459963798523,0.05705633759498596,0.26283252239227295,0.00301525741815567,-0.1429954618215561 +223,-1.658779597845996,-0.048569797247119365,-2.576285541556687,-0.9949573278427124,0.04855070263147354,0.08776618540287018,-0.2117876559495926,0.09716181457042694,-0.4087112843990326,-0.32520270347595215,-0.19811734557151794,0.43178021907806396 +224,-1.7745294677741792,-0.014192666229000015,-2.614100011754493,-0.9792195558547974,0.014192190021276474,0.20230630040168762,-0.9823806285858154,-1.358203411102295,0.3699365556240082,-0.3240642547607422,-0.14578397572040558,-0.0554405152797699 +225,-1.8112129097571261,-0.02319826414962908,-2.6411178628499723,-0.9709776043891907,0.023196183145046234,0.2380431890487671,0.491196870803833,0.04075070098042488,-0.02797379158437252,-0.005768001079559326,0.37574484944343567,-0.3826049566268921 +226,-1.8103138362747107,-0.04319048830492998,-2.5940099326095587,-0.9705464839935303,0.04317706078290939,0.23701266944408417,0.2475971132516861,-0.5959811210632324,0.19415105879306793,0.4225425124168396,-0.22979207336902618,0.11215418577194214 +227,-1.8419376745850076,-0.07115712979257315,-2.5449691500107465,-0.9610278606414795,0.07109709829092026,0.2671535313129425,0.7369943261146545,0.1341089904308319,0.031061656773090363,0.23005545139312744,0.055520348250865936,-0.11139175295829773 +228,-1.8461139846159056,-0.06571213263416054,-2.4864580069913704,-0.9602620005607605,0.0656648501753807,0.2712659239768982,0.2411385327577591,-0.2588881552219391,-0.2083856463432312,-0.21367299556732178,-0.2146669328212738,0.43332386016845703 +229,-1.8708193891825975,-0.03428689351324618,-2.488525297385244,-0.9547681212425232,0.03428017720580101,0.2953685224056244,-0.7171763777732849,0.6273799538612366,-0.18982376158237457,-0.26854419708251953,-0.009621977806091309,-0.04924428462982178 +230,-1.8112536080460533,-0.016898353416384453,-2.515936147194523,-0.9710906147956848,0.016897549852728844,0.23811280727386475,0.18868479132652283,0.45463165640830994,-0.18612784147262573,-0.45403462648391724,0.1713806390762329,-0.36926206946372986 +231,-1.7795859647875598,-0.019093005446122482,-2.4971269814746258,-0.9781042337417603,0.01909184455871582,0.20723819732666016,-0.04913725703954697,0.598337709903717,0.11677559465169907,0.32168638706207275,-0.08798527717590332,-0.028298377990722656 +232,-1.7045103435897782,-0.016090801146139436,-2.552525912794599,-0.9909452795982361,0.01609010621905327,0.13329866528511047,-0.4159531593322754,0.7473629117012024,0.08789601176977158,0.38840627670288086,0.09600096940994263,-0.14423918724060059 +233,-1.6495913746595987,-0.029324390202493698,-2.574272994696904,-0.9964687824249268,0.029320187866687775,0.07867971062660217,-0.32004573941230774,0.08356110751628876,-0.05470402538776398,-0.2208622694015503,-0.3623737692832947,0.4130805730819702 +234,-1.7181914922900545,-0.009561328036467137,-2.6041382914605364,-0.9891117811203003,0.009561181999742985,0.14685533940792084,-0.2690838575363159,-1.750562071800232,-0.25155431032180786,-0.4872065782546997,-0.1313720941543579,0.32506847381591797 +235,-1.8239302485787559,0.002234191504169225,-2.6477065733622283,-0.9681297540664673,-0.0022341895382851362,0.2504385709762573,-0.2462635338306427,0.08568835258483887,-0.059438761323690414,-0.2179509997367859,0.27471038699150085,-0.6632956862449646 +236,-1.8006615227200256,0.0008763833550968819,-2.603136139031267,-0.9736966490745544,-0.0008763832156546414,0.227846160531044,0.868319571018219,0.3566596210002899,-0.02403891086578369,0.2200499176979065,0.10910698771476746,-0.053163543343544006 +237,-1.7963289800162545,-0.0284135786833799,-2.532372225408996,-0.9742817282676697,0.02840975485742092,0.22353529930114746,0.8281309604644775,-0.24764384329319,0.1817130297422409,0.4711231589317322,-0.055890828371047974,-0.04981386661529541 +238,-1.7873292947556296,-0.04382799183455048,-2.427808625920349,-0.9757102727890015,0.04381396248936653,0.21463851630687714,0.9346086978912354,-0.21024562418460846,-0.3542262613773346,-0.06977611780166626,-0.07120347023010254,0.2754279375076294 +239,-1.828263519151052,-0.028160758543753665,-2.3782822213505077,-0.9666544795036316,0.028157036751508713,0.25453105568885803,-0.20427905023097992,-0.9862626194953918,-0.6188401579856873,-0.005192935466766357,-0.1623275876045227,0.49992451071739197 +240,-1.7301300607406302,-0.0035445507198631947,-2.450530864171476,-0.987326979637146,0.0035445434041321278,0.1586594134569168,0.22446271777153015,0.21209673583507538,0.1474575698375702,-0.3010793924331665,0.5174820423126221,-0.8258194923400879 +241,-1.7246206642297806,0.011728990217479751,-2.433075136242869,-0.9881243705749512,-0.011728721670806408,0.15320788323879242,0.22179076075553894,-0.1866397261619568,-0.19437725841999054,0.10479307174682617,0.006159275770187378,0.011342883110046387 +242,-1.6788593056263272,0.020095194325783175,-2.5106392440814105,-0.9939661622047424,-0.02009384147822857,0.10783100873231888,-1.4443289041519165,0.9488003849983215,0.181996688246727,0.5989618897438049,0.13072004914283752,-0.01664447784423828 +243,-1.6395998729390466,0.01022636706990277,-2.5858411047468137,-0.9975818991661072,-0.010226189158856869,0.0687456876039505,-0.5058054327964783,-0.10832847654819489,0.07830144464969635,-0.09677845239639282,-0.22407251596450806,0.3042095899581909 +244,-1.6971188556149246,0.021751623534204022,-2.63498909146544,-0.9917970895767212,-0.021749908104538918,0.12595701217651367,-0.5937474966049194,-1.4650157690048218,-0.31876155734062195,-0.413857638835907,-0.21430356800556183,0.28320738673210144 +245,-1.813379399563431,0.026360988067560306,-2.7330696631101743,-0.9703834652900696,-0.02635793574154377,0.24012739956378937,-0.831764280796051,-0.38535407185554504,0.19456660747528076,-0.49745094776153564,0.4138701558113098,-0.6846768856048584 +246,-1.813422601307544,0.012726206756747599,-2.7132783391253668,-0.9706315994262695,-0.012725863605737686,0.24023331701755524,0.8673890829086304,0.22900831699371338,0.07169374823570251,0.17570990324020386,-0.07611081004142761,-0.09124653041362762 +247,-1.831652695464024,-0.020221949157827306,-2.6710050973372903,-0.9659718871116638,0.020220570266246796,0.25785529613494873,0.7438321709632874,-0.16806147992610931,0.2678185701370239,0.4047536849975586,-0.019457640126347542,-0.15652170777320862 +248,-1.8177794906050186,-0.0428618939509032,-2.594505866483371,-0.9687638282775879,0.04284876957535744,0.24425525963306427,0.5406915545463562,-0.029251648113131523,-0.24550388753414154,0.058317720890045166,-0.07177942991256714,0.20458197593688965 +249,-1.8497416456739266,-0.01913965390260117,-2.579025999711395,-0.9611701965332031,0.019138485193252563,0.27529144287109375,-0.467203289270401,-0.4626811146736145,-0.3255201280117035,-0.25715261697769165,-0.17551055550575256,0.3341747224330902 +250,-1.8194704346075565,-0.0006863772653574334,-2.656957163605929,-0.9692392349243164,0.0006863772287033498,0.24611897766590118,-0.14040005207061768,0.007218925282359123,-0.2109539657831192,-0.32736098766326904,0.287491112947464,-0.11106351017951965 +251,-1.7996449858429158,0.007572464371468782,-2.6485973670020826,-0.9739004373550415,-0.007572392001748085,0.22684986889362335,0.10734362155199051,0.2994663119316101,-0.05773800611495972,0.11960655450820923,-0.04270531237125397,-0.11031854152679443 +252,-1.7279782239662684,0.011981326804523636,-2.6783046495642187,-0.9876013398170471,-0.011981040239334106,0.15652421116828918,-0.6244059205055237,0.936309278011322,0.13183318078517914,0.5264655947685242,0.040453940629959106,-0.09411586821079254 +253,-1.6659337412944737,-0.002878614990060585,-2.7010242732957948,-0.9954737424850464,0.0028786109760403633,0.09499356895685196,-0.31172558665275574,0.2066120207309723,0.027706541121006012,-0.03742420673370361,-0.18886800110340118,0.33002471923828125 +254,-1.7205086859323226,0.009629315666690407,-2.749706044683159,-0.9887682795524597,-0.009629166685044765,0.14914681017398834,-0.34794166684150696,-1.7221802473068237,-0.05105556547641754,-0.5104536414146423,-0.20243747532367706,0.36484551429748535 +255,-1.8177050087442523,0.0006051498099149289,-2.8080176931758642,-0.9696723818778992,-0.0006051497766748071,0.244407519698143,-0.8160324692726135,0.1300790011882782,0.28623875975608826,-0.22666239738464355,0.28008514642715454,-0.5142897367477417 +256,-1.7975314325466385,-0.017472411354538246,-2.8076769242480037,-0.9742567539215088,0.017471522092819214,0.22476306557655334,0.5599203109741211,0.3104594051837921,0.2377164512872696,0.16399985551834106,0.1295163929462433,0.010222181677818298 +257,-1.8119200716403814,-0.07243053403871601,-2.786923652504729,-0.9685242176055908,0.07236722111701965,0.2381679266691208,0.35183408856391907,-0.36643531918525696,0.6962295770645142,0.4039337635040283,-0.10891202092170715,-0.013100743293762207 +258,-1.768544393809796,-0.12634378829783968,-2.7332059001863986,-0.9726961851119995,0.12600792944431305,0.19489586353302002,1.0174705982208252,0.06633030623197556,-0.06585167348384857,0.051355183124542236,-0.01597680151462555,0.19105994701385498 +259,-1.7957811891924478,-0.12261931456748676,-2.6751891506271335,-0.9674782752990723,0.1223122701048851,0.22141653299331665,0.3059943914413452,-0.3716103434562683,-0.7285297513008118,-0.031468749046325684,0.0751669704914093,0.17125317454338074 +260,-1.7548993729729747,-0.050331151137408714,-2.7609305410005454,-0.9818558692932129,0.05030990391969681,0.1828329861164093,-1.3970140218734741,0.9209660291671753,0.18642480671405792,-0.26806777715682983,0.2964307963848114,-0.5544912815093994 +261,-1.7599982791536688,-0.01278822089653992,-2.813147247954183,-0.982074499130249,0.01278787199407816,0.18805979192256927,0.036706797778606415,0.13156963884830475,-0.2627100348472595,-0.028240561485290527,-0.12208656966686249,-0.2732495963573456 +262,-1.71123438339131,-0.0017825073151624365,-2.864613836255894,-0.9901530742645264,0.0017825063550844789,0.1399766355752945,-1.0271223783493042,0.7971415519714355,0.026431629434227943,0.5168102979660034,-0.042386144399642944,-0.041526928544044495 +263,-1.6178322220338122,0.0013413398517841367,-2.933141221740663,-0.9988932013511658,-0.0013413394335657358,0.04701851308345795,-0.02510950155556202,0.4489710330963135,0.03331815451383591,0.02480250597000122,-0.10354757308959961,0.17331838607788086 +264,-1.6504866905322897,0.009740076476202588,-2.9788256742607517,-0.9967790246009827,-0.009739922359585762,0.07960225641727448,-0.6649271845817566,-1.5272903442382812,0.039016835391521454,-0.4295971989631653,-0.05152411758899689,0.4339933395385742 +265,-1.7698064329041352,-0.0006255827521117767,-3.08887140417231,-0.9802626371383667,0.0006255827029235661,0.19769905507564545,-0.756955087184906,0.006073388736695051,0.2125229388475418,-0.3201982378959656,0.3375854790210724,-0.7913422584533691 +266,-1.7700398626668365,-0.009011622902577551,-3.0848215601801994,-0.9801768064498901,0.009011500515043736,0.19791986048221588,0.20265822112560272,0.13854622840881348,0.24190722405910492,0.17367351055145264,0.01576877199113369,0.1384754180908203 +267,-1.803267327174563,-0.04843171567561142,-3.103395919917176,-0.9719592332839966,0.048412784934043884,0.23011264204978943,0.32659873366355896,-0.27385249733924866,0.4569260776042938,0.37689679861068726,-0.027492977678775787,-0.23885592818260193 +268,-1.8053141242238162,-0.08402010035345063,-3.0288153959440307,-0.9691953659057617,0.08392128348350525,0.23155426979064941,0.8245154023170471,-0.6508221626281738,-0.10943444818258286,0.03639519214630127,-0.11938271671533585,0.3366524875164032 +269,-1.8525220544494982,-0.075494315278102,-3.002607536146434,-0.9578410983085632,0.07542262226343155,0.2772218883037567,-0.30224770307540894,-0.42662087082862854,-0.6282379031181335,-0.12745553255081177,0.030534401535987854,0.2862546443939209 +270,-1.7984905656473402,-0.0531914679500865,-3.075149052269917,-0.9728115797042847,0.05316638946533203,0.22541260719299316,-0.2712338864803314,-0.3989650011062622,-0.07926041632890701,-0.20914942026138306,0.34661388397216797,-0.4464973211288452 +271,-1.794165549898861,-0.03572736349327331,-3.043879769120001,-0.9745343923568726,0.03571976348757744,0.22137504816055298,0.23016570508480072,0.3927878737449646,-0.0002442607074044645,0.12945687770843506,-0.21809281408786774,0.029067516326904297 +272,-1.7410830146788359,-0.020801864043168555,-3.077397416066661,-0.9853229522705078,0.020800363272428513,0.16942822933197021,-0.7165531516075134,0.7430168986320496,-0.01647200807929039,0.5443592667579651,0.01624797284603119,-0.1751045137643814 +273,-1.6790930334832161,-0.027188674791452535,-3.0880885598208367,-0.9937740564346313,0.02718532457947731,0.10804518312215805,-0.002298389095813036,0.05554128438234329,0.04611874744296074,-0.08033770322799683,-0.2058962732553482,0.4142173230648041 +274,-1.7700640354805943,-0.008957018929396274,-3.1054316116510483,-0.9801726341247559,0.00895689893513918,0.19794367253780365,-0.6232242584228516,-2.1660854816436768,0.235581174492836,-0.6955477595329285,-0.2399902194738388,0.40491583943367004 +275,-1.857158059624099,-0.03854685595255885,3.1145734985527542,-0.9585654139518738,0.03853731229901314,0.2822542190551758,0.5139884352684021,0.22336672246456146,-0.15271249413490295,-0.052253127098083496,0.39713165163993835,-0.6828126907348633 +276,-1.8362349716423625,-0.05903079360175265,-3.0730617325427665,-0.96329665184021,0.05899651721119881,0.26187562942504883,0.8005478382110596,0.1253732442855835,0.04737818241119385,0.38753682374954224,-0.1581786572933197,-0.004490405321121216 +277,-1.8348053676467713,-0.08366509792850495,-3.0013106922508674,-0.9619750380516052,0.08356752246618271,0.2600400447845459,0.81564861536026,0.05640650540590286,0.05901966616511345,0.3175962567329407,-0.0023907646536827087,-0.07559177279472351 +278,-1.8230562358685625,-0.09947182437649224,-2.9206704277746582,-0.963563859462738,0.09930786490440369,0.24835914373397827,0.8563011884689331,-0.5241144299507141,-0.15730687975883484,-0.12292277812957764,-0.09485231339931488,0.38402602076530457 +279,-1.8556808933936577,-0.09309497666059663,-2.871377926692356,-0.9555383920669556,0.09296056628227234,0.2798296809196472,0.06361658126115799,-0.7974603772163391,-0.6530839800834656,-0.024167418479919434,-0.05890294909477234,0.3410656452178955 +280,-1.8033547020751461,-0.05962537452934894,-2.913007590555326,-0.9713509678840637,0.05959004908800125,0.23005828261375427,0.12059764564037323,-0.7775754332542419,-0.18554027378559113,-0.22261887788772583,0.28449565172195435,-0.7301497459411621 +281,-1.7934642732142634,-0.030040817259171338,-2.8712433570812346,-0.9748718738555908,0.03003629855811596,0.2207328826189041,0.2598135471343994,0.3218982517719269,-0.2164386510848999,0.06143486499786377,-0.11901029944419861,-0.024398058652877808 +282,-1.7335576912242237,-0.01338101257056286,-2.882036395342334,-0.9866951704025269,0.013380613178014755,0.1620291769504547,-0.3615967631340027,0.6982718110084534,-0.1536152958869934,0.5347451567649841,-0.03440722078084946,-0.12038791179656982 +283,-1.6577250935053645,-0.014977279598360859,-2.891939147095054,-0.9961124658584595,0.01497671939432621,0.08680959790945053,-0.03834868595004082,0.5524194240570068,0.09916277229785919,0.027789592742919922,-0.12168142944574356,0.21847307682037354 +284,-1.6431465579936222,-0.002886664145974026,-2.914057709760389,-0.9973796010017395,0.0028866601642221212,0.07228682190179825,-0.03689916059374809,-0.7141303420066833,0.09077931195497513,-0.30767399072647095,0.057721249759197235,0.5343263149261475 +285,-1.7869712199756433,-0.016567363207467885,-2.9709578857586334,-0.9765912890434265,0.016566606238484383,0.21446573734283447,-0.5454879403114319,-0.8967012166976929,0.501419723033905,-0.1604176163673401,-0.036921825259923935,-0.5413699746131897 +286,-1.7993136015680524,-0.025396993101952054,-2.971213254299687,-0.9736891984939575,0.025394262745976448,0.2264605164527893,0.44713082909584045,0.05519486963748932,0.011027290485799313,-0.002384960651397705,0.3379938006401062,-0.30795779824256897 +287,-1.7990947569771418,-0.052698874278397916,-2.9318635630518837,-0.972700834274292,0.05267448350787163,0.22600628435611725,0.3046930730342865,-0.6176221966743469,0.3640236258506775,0.44233572483062744,-0.16363638639450073,0.10254600644111633 +288,-1.818111745243255,-0.1010333468289067,-2.8772256577009245,-0.9646288156509399,0.1008615493774414,0.24355359375476837,0.9943024516105652,0.10432030260562897,0.04523821920156479,0.19566214084625244,0.02230740338563919,-0.12166643142700195 +289,-1.8477452259357594,-0.10620372551973221,-2.7948274018190684,-0.9564744830131531,0.10600418597459793,0.2718815207481384,0.45822247862815857,-0.6152904629707336,-0.19447007775306702,-0.22484564781188965,-0.18547198176383972,0.31477317214012146 +290,-1.8706345386993612,-0.06535315362924535,-2.7514500998845963,-0.9533448219299316,0.0653066411614418,0.2947351336479187,-0.46762508153915405,1.779470443725586,-0.14470328390598297,-0.27018117904663086,0.1180124580860138,-0.16659188270568848 +291,-1.7988304556329497,-0.04645540053986518,-2.733678167091919,-0.9730618000030518,0.04643869400024414,0.22581909596920013,0.1788347065448761,0.5880622863769531,-0.5607849955558777,-0.37834811210632324,0.07474660873413086,-0.48402833938598633 +292,-1.765100128192426,-0.013318157592488215,-2.69668788014769,-0.9810952544212341,0.013317763805389404,0.19306634366512299,-0.19240882992744446,0.6475990414619446,-0.29668641090393066,0.3170785903930664,-0.0967375636100769,0.06149612367153168 +293,-1.7011962877423992,0.00825690521493034,-2.7387704315687293,-0.9914761781692505,-0.008256811648607254,0.13002629578113556,-0.27475935220718384,0.5916574001312256,-0.029178950935602188,0.2938443422317505,0.07499875128269196,-0.16127634048461914 +294,-1.6719329537916126,-0.0017443514611766705,-2.755668154639737,-0.9948886036872864,0.00174435053486377,0.10096415132284164,-0.5811157822608948,-0.16603899002075195,-0.04160291329026222,-0.14862030744552612,-0.2306414395570755,0.35832536220550537 +295,-1.7112446619508555,0.00980480735352309,-2.8144549509227383,-0.9901057481765747,-0.009804650209844112,0.13998031616210938,-0.4617065489292145,-0.9667482972145081,-0.007802987936884165,-0.3953007459640503,-0.11060245335102081,0.3808021545410156 +296,-1.7997752358153094,-0.02083222653005527,-2.8725792908793473,-0.9736875891685486,0.02083072066307068,0.226934015750885,-0.07732491940259933,-0.1561342179775238,0.43698635697364807,-0.13619118928909302,0.05497495085000992,-0.721455991268158 +297,-1.8013302769099657,-0.04343877024478917,-2.8610745498208257,-0.9726260900497437,0.04342510923743248,0.22828181087970734,0.5900825262069702,0.061003994196653366,0.11143399029970169,0.0441594123840332,0.12054583430290222,-0.1412762701511383 +298,-1.8088608011358855,-0.06767517578750137,-2.8303911211884007,-0.9695718288421631,0.06762353330850601,0.23528234660625458,0.3890087902545929,-0.4381271302700043,0.242096945643425,0.32903826236724854,-0.12720909714698792,-0.06090483069419861 +299,-1.8072569747158032,-0.10428083109644515,-2.7838451530917263,-0.9668920040130615,0.10409193485975266,0.23299063742160797,0.6776220202445984,0.34000924229621887,0.18201614916324615,0.1047704815864563,0.05972640961408615,-0.024647250771522522 +300,-1.824241077022959,-0.09206420195333617,-2.74856219812892,-0.9639546871185303,0.0919342041015625,0.24967825412750244,0.02434835210442543,-0.2891010046005249,-0.37991705536842346,-0.023609280586242676,-0.128936767578125,0.29101690649986267 +301,-1.8460434964249535,-0.008729180895938908,-2.7471197052355385,-0.9623213410377502,0.00872907042503357,0.27177444100379944,-0.6010531783103943,0.11380553990602493,-0.8570178747177124,-0.21080482006072998,-0.013611883856356144,0.15507492423057556 +302,-1.7666000265561677,0.03632558300887481,-2.8105766648525803,-0.9802445769309998,-0.03631759434938431,0.19442661106586456,-0.40006765723228455,0.2166130244731903,-0.28965675830841064,-0.13991838693618774,0.3987596035003662,0.017014384269714355 +303,-1.723392991794787,0.046528893343517515,-2.8532448641892247,-0.987309992313385,-0.04651210829615593,0.15184061229228973,-0.7379181385040283,0.42130276560783386,0.18098416924476624,0.04976421594619751,-0.04339268058538437,0.0876612663269043 +304,-1.680921605021779,0.04460236322388461,-2.948564494128601,-0.9929537773132324,-0.044587574899196625,0.1097935140132904,-1.0961624383926392,0.38471174240112305,0.16558212041854858,0.3201938271522522,-0.04859783872961998,-0.00194443017244339 +305,-1.6313167863597875,0.032875978095611436,-3.02991586636781,-0.9976299405097961,-0.032870057970285416,0.06045084446668625,-0.35621339082717896,0.3532869815826416,0.2551881670951843,0.1685282588005066,-0.015652894973754883,0.09779799729585648 +306,-1.6601191491427671,0.011627308217523122,-3.0821761416131763,-0.9959460496902466,-0.011627046391367912,0.08919806033372879,-0.6718145608901978,-0.8298583626747131,0.26166802644729614,-0.20485961437225342,-0.08766189217567444,0.21608448028564453 +307,-1.7619449397115976,-0.013859121568955851,3.1186310230182155,-0.9816924929618835,0.013858677819371223,0.18996848165988922,-0.38542723655700684,0.17684286832809448,0.5407876372337341,-0.6099671721458435,0.060665249824523926,-0.47483476996421814 +308,-1.7535357653407595,-0.051574574007740424,-3.109048590771578,-0.9820420742034912,0.05155171453952789,0.1814824491739273,1.2123078107833862,-0.24657244980335236,0.017379578202962875,-0.06538224220275879,-0.1630019098520279,0.006307482719421387 +309,-1.789037345848902,-0.08141241931756646,-3.032755792493204,-0.9730462431907654,0.08132251352071762,0.2157955765724182,0.6693031787872314,-0.10096052289009094,0.18436434864997864,0.4387292265892029,-0.0027245059609413147,-0.10983850061893463 +310,-1.783126993764241,-0.09402941585093265,-2.956842153985779,-0.9732240438461304,0.09389091283082962,0.2098078429698944,0.6977874636650085,-0.12333223968744278,-0.30535274744033813,0.18806785345077515,0.04183600842952728,-0.024703502655029297 +311,-1.7951969329764805,-0.07873931941568889,-2.9014236773936846,-0.9719069004058838,0.07865798473358154,0.22183255851268768,0.2927306294441223,-0.4607890248298645,-0.143978551030159,-0.07661592960357666,-0.23210036754608154,0.42515525221824646 +312,-1.8584356564621867,-0.05796100233593738,-2.8764118567995864,-0.957305908203125,0.057928554713726044,0.28321292996406555,-0.2616320848464966,-0.2950267493724823,-0.029806412756443024,-0.3479155898094177,-0.19762276113033295,0.16753169894218445 +313,-1.7971390640405676,-0.05227058188503903,-2.89550737339264,-0.9731626510620117,0.052246782928705215,0.2241085320711136,0.06553704291582108,0.6641664505004883,-0.23052978515625,-0.3783387541770935,0.1520836502313614,-0.4947688579559326 +314,-1.7472611579372703,-0.03258044967125492,-2.8619364543664045,-0.9839479923248291,0.03257468715310097,0.17545723915100098,0.05909615010023117,0.6375067234039307,-0.11674901843070984,0.1416780948638916,-0.11958029866218567,0.22177480161190033 +315,-1.7021219063033903,-0.021912830204632108,-2.9058695162817774,-0.9911512136459351,0.021911077201366425,0.13091698288917542,-0.5386035442352295,0.3412715494632721,0.10165727138519287,0.5499280691146851,0.0041509345173835754,-0.07265889644622803 +316,-1.6645983917003857,-0.03304205532316465,-2.9279761707205543,-0.9950604438781738,0.033036042004823685,0.09361344575881958,-0.24294349551200867,0.23004665970802307,0.1562705785036087,0.08328676223754883,-0.17538529634475708,0.27566444873809814 +317,-1.6938790321846782,-0.021350094929241503,-2.9957394213920066,-0.9922088384628296,0.02134847268462181,0.12274420261383057,-1.0460796356201172,-1.3595234155654907,-0.04724657163023949,-0.07792067527770996,-0.1886000633239746,0.43664300441741943 +318,-1.8269103097572628,-0.007211045416765088,-3.1311627666001307,-0.9673565626144409,0.007210982963442802,0.25331661105155945,-0.7633935809135437,-0.26971670985221863,0.5987838506698608,-0.5552874803543091,0.37042880058288574,-0.6670892238616943 +319,-1.813651709972373,-0.026575860008153165,-3.118759981766655,-0.9703125357627869,0.026572732254862785,0.24039028584957123,0.9308633804321289,0.1570282131433487,0.04561023786664009,-0.10379940271377563,0.07750746607780457,-0.03929471969604492 +320,-1.8342080609686688,-0.05864721869023517,-3.093811635170044,-0.9638474583625793,0.0586136057972908,0.25992849469184875,-0.01583785191178322,-0.38163328170776367,0.3382166028022766,0.6136428713798523,-0.1483047604560852,-0.05005905032157898 +321,-1.8440981793147924,-0.07307119261311781,-2.993882539073246,-0.9603155255317688,0.07300618290901184,0.2691919505596161,1.7541311979293823,-0.2558177709579468,-0.5688990354537964,0.2613409161567688,-0.01802876591682434,0.03772330284118652 +322,-1.8516187926180498,-0.04882556493372673,-2.896968537511322,-0.959682822227478,0.048806168138980865,0.2768157124519348,0.7082449793815613,-1.2700310945510864,-0.32220658659935,-0.20018351078033447,0.01895812153816223,0.65097975730896 +323,-1.878700640920577,-0.018366269021720574,-2.9027199788081326,-0.9528100490570068,0.01836523599922657,0.30301105976104736,-0.8945655226707458,1.7569808959960938,0.2523050904273987,-0.2083532214164734,0.23093286156654358,-0.14558613300323486 +324,-1.8541895715261403,-0.006599134183989427,-2.87346237968961,-0.9600911736488342,0.006599086336791515,0.2796090543270111,0.3537050187587738,0.5125351548194885,-0.3054623007774353,-0.2675851583480835,0.04422794282436371,-0.2579110860824585 +325,-1.7920708850031923,0.005556751157514847,-2.892248341307485,-0.9756034016609192,-0.005556722637265921,0.21946988999843597,-0.60865718126297,0.7530072927474976,0.06119075044989586,0.5145896673202515,0.10289254039525986,0.010525807738304138 +326,-1.7173499528494653,0.012851372830225876,-2.9625958974296736,-0.9891987442970276,-0.012851019389927387,0.14601755142211914,-0.28118377923965454,0.5755332708358765,0.18727415800094604,0.394548237323761,0.022387754172086716,-0.04549261927604675 +327,-1.7026241450578417,0.007343589943126109,-2.9958049532236197,-0.9912965297698975,-0.007343524135649204,0.13144277036190033,-0.3798552453517914,-0.6289425492286682,-0.08805009722709656,-0.20703715085983276,-0.14921164512634277,0.464306116104126 +328,-1.808451917123839,0.035054789232327487,-3.0524893022411543,-0.9712955951690674,-0.035047609359025955,0.23528015613555908,-0.8892562985420227,-1.1143574714660645,0.06050959974527359,-0.35913360118865967,-0.10237304866313934,-0.057667821645736694 +329,-1.8587499969740553,0.03338766449652124,-3.1354837950118655,-0.9582927227020264,-0.03338146209716797,0.28383249044418335,0.11303332448005676,0.014314430765807629,0.06359492987394333,-0.41824841499328613,0.43604564666748047,-0.4194220304489136 +330,-1.8458614301592848,0.006924077577703123,-3.0844356314523336,-0.9623842835426331,-0.006924022454768419,0.2716030478477478,0.11563323438167572,0.3001503050327301,0.2361505925655365,0.4278995990753174,-0.20497478544712067,0.0629153847694397 +331,-1.8426780275153924,-0.018882711480457177,-3.052749542345522,-0.9630955457687378,0.01888158917427063,0.26849663257598877,0.8801167011260986,0.19119855761528015,-0.13836398720741272,0.4287480115890503,0.0016719996929168701,-0.19259941577911377 +332,-1.8214282796794372,-0.0032854389632047945,-2.975590224069699,-0.9687507152557373,0.003285433165729046,0.248014897108078,0.25352877378463745,0.368900865316391,-0.32393118739128113,-0.1419823169708252,-0.11552909016609192,0.2569594383239746 +333,-1.858379519579103,0.03379720696892921,-2.9424711734522666,-0.9583846926689148,-0.03379077464342117,0.28347358107566833,0.0024857844691723585,-0.5079456567764282,-0.46680471301078796,-0.24968427419662476,-0.10985547304153442,0.007938891649246216 +334,-1.8580887205615202,0.046607848816606054,-2.9040233455616855,-0.9579730033874512,-0.04659097641706467,0.2830488681793213,0.7711760401725769,0.20339959859848022,-0.35593095421791077,-0.5052531361579895,0.09781473875045776,-0.38525229692459106 +335,-1.8150441994798239,0.05442174189362747,-2.8408125561755133,-0.9688830375671387,-0.054394882172346115,0.24146859347820282,-0.09336452186107635,0.8428522348403931,-0.10035198926925659,0.21937119960784912,-0.01379665732383728,-0.04626283049583435 +336,-1.716445850202122,0.059797236730414066,-2.881209558674659,-0.9876434803009033,-0.05976160615682602,0.14487570524215698,-0.4376033544540405,0.7878267765045166,0.04521649330854416,0.4586975574493408,0.15912684798240662,0.003760099411010742 +337,-1.6962662624443543,0.04432221325538773,-2.918145886924457,-0.9911645650863647,-0.04430770501494408,0.12501809000968933,-0.40040355920791626,-0.7899083495140076,0.2235347181558609,-0.11848503351211548,-0.04693985730409622,0.3251771926879883 +338,-1.7932182582562737,0.02464943917056938,-3.0232379634438478,-0.9750698804855347,-0.0246469434350729,0.2205255627632141,-1.8597815036773682,-0.7863290309906006,0.7802419066429138,0.08380389213562012,-0.0031393133103847504,-0.09035274386405945 +339,-1.8043004575027095,-0.024619599588599182,-3.129746137388202,-0.9725668430328369,0.024617113173007965,0.23131787776947021,0.3100566864013672,-0.19547167420387268,0.46370387077331543,-0.5216654539108276,0.10839375853538513,-0.08420786261558533 +340,-1.807502801608652,-0.04744606335744801,-3.1004664101119137,-0.9710217118263245,0.04742826521396637,0.23423834145069122,0.5055032968521118,0.633185625076294,-0.2728300988674164,-0.6428700089454651,-0.24132168292999268,0.7812492847442627 +341,-1.7979236887788272,0.013775103733724228,-3.110192565223547,-0.974224865436554,-0.013774667866528034,0.225158229470253,-0.6452645659446716,0.0493229404091835,-0.9569037556648254,0.7612274289131165,0.0035360194742679596,-0.26341211795806885 +342,-1.6638379204390232,0.11741377223441807,3.0979415520358704,-0.9888196587562561,-0.11714418232440948,0.09226775169372559,-0.35711953043937683,1.626517653465271,0.1174824982881546,1.3935282230377197,0.3788781762123108,-0.6114327907562256 +343,-1.755945707946812,0.10041790019740778,-2.9872493762174166,-0.9779572486877441,-0.10024922341108322,0.18316596746444702,2.01815128326416,-0.17282997071743011,-0.588828444480896,-1.1207671165466309,-0.7739573121070862,0.7066655158996582 +344,-1.7394892512914073,0.11860549048839304,-2.9097799327390828,-0.9788793921470642,-0.11832761019468307,0.16671445965766907,0.27304279804229736,-0.2853257358074188,0.0670001283288002,-0.11346673965454102,0.25316953659057617,0.34436333179473877 +345,-1.7514532348737284,0.061492777225889986,-2.956792802033232,-0.9818664193153381,-0.061454031616449356,0.17933620512485504,-1.0922569036483765,0.3670683205127716,0.8412095308303833,0.9175049662590027,0.20242998003959656,-0.25958216190338135 +346,-1.8058102218576086,0.022818859448486817,-3.0821060864937517,-0.9722580909729004,-0.02281687967479229,0.23279592394828796,-0.13572892546653748,-2.7144935131073,0.8839918971061707,0.33442533016204834,0.35301706194877625,-0.8619920015335083 +347,-1.8611867040267236,-0.00214870517260574,-3.1189559927803714,-0.9581298828125,0.0021487034391611814,0.286325603723526,-0.05341072380542755,-0.22998254001140594,0.11589592695236206,-0.6127928495407104,-0.21932704746723175,0.6171014904975891 +348,-1.8225140421297399,0.00994236956377034,3.104775375395784,-0.9684379696846008,-0.009942205622792244,0.24905554950237274,-0.7466278672218323,0.7458091974258423,-0.1526898890733719,0.44982248544692993,-0.04424174875020981,-0.059312522411346436 +349,-1.7246234141071166,0.04851945291564621,3.0838805810384464,-0.987028956413269,-0.0485004186630249,0.1530408263206482,0.38346409797668457,0.8485694527626038,-0.5033801198005676,1.111922264099121,0.0817950963973999,-0.3582257032394409 +350,-1.7686852075696313,0.03217193783448931,-3.0643404524741573,-0.9799763560295105,-0.032166387885808945,0.1964980959892273,2.08687424659729,0.6098536849021912,-0.4277741611003876,-1.4670603275299072,-0.5663290619850159,0.7840316295623779 +351,-1.7447097695980527,0.04924066154713596,-2.936459598356862,-0.9837212562561035,-0.04922076687216759,0.1728283166885376,0.7855352759361267,-0.08621649444103241,-0.07491125166416168,-0.06760919094085693,-0.025226861238479614,0.3153461217880249 +352,-1.7266762809339085,0.025928692928086756,-2.9112362590056473,-0.9875433444976807,-0.025925787165760994,0.15519727766513824,-0.06227615848183632,0.1944015473127365,0.16770631074905396,0.9147435426712036,0.17828479409217834,-0.31440746784210205 +353,-1.8030359331602397,0.014547530303002,-2.961585707863185,-0.9730503559112549,-0.014547017402946949,0.23013320565223694,-0.614199161529541,-1.8811607360839844,0.7432878017425537,0.6154912114143372,0.22968068718910217,-0.27709975838661194 +354,-1.8621327322886578,-0.012607561374146179,-3.067061714655703,-0.9577846527099609,0.012607227079570293,0.28720971941947937,-1.0032029151916504,0.04795733466744423,0.19311532378196716,-0.7927645444869995,0.19387470185756683,0.5726840496063232 +355,-1.8455995707544894,0.017872044453577034,-3.1217889025263856,-0.962324857711792,-0.01787109300494194,0.27131423354148865,-1.046765923500061,0.23438303172588348,-0.07449078559875488,0.31361275911331177,-0.11356811225414276,0.19949576258659363 +356,-1.8111881045752405,0.060316234021647736,3.075514479748641,-0.9694786071777344,-0.060279667377471924,0.23765021562576294,-0.4674162268638611,0.9165697693824768,-0.3196016252040863,1.0396842956542969,0.006767097860574722,-0.6231329441070557 +357,-1.8534434527111796,0.07405779469581944,-3.1399604012667455,-0.9576880931854248,-0.0739901140332222,0.27813419699668884,1.2567890882492065,1.1357935667037964,-0.3913184404373169,-3.240218162536621,-0.08164951205253601,0.6965208649635315 +358,-1.7967328242266996,0.06409643826022601,-3.0037498164123537,-0.972583532333374,-0.06405255943536758,0.2235591560602188,0.7263731956481934,0.7386073470115662,-0.4179782569408417,-0.46583205461502075,0.059795357286930084,0.45309188961982727 +359,-1.8012408622500005,0.04704412443854797,-2.9795299049046062,-0.9724876880645752,-0.04702677205204964,0.22815759479999542,-0.28537222743034363,0.24976447224617004,0.2130821943283081,0.6804651618003845,0.09779277443885803,-0.05875462293624878 +360,-1.7797525050619165,0.06764160374950944,-3.0626799546826424,-0.9760111570358276,-0.06759003549814224,0.20696456730365753,-1.0728036165237427,-0.985567033290863,0.12706835567951202,1.2676368951797485,0.37470367550849915,-0.4213046431541443 +361,-1.9071355299190895,0.026063248700453838,3.0839305901759504,-0.9436484575271606,-0.026060298085212708,0.32992151379585266,-1.5863454341888428,0.342733770608902,0.8723447322845459,-1.0052649974822998,0.03951855003833771,0.5080912113189697 +362,-1.8856235957635397,0.04135445009573873,3.033004313942097,-0.9500370025634766,-0.04134266451001167,0.3093875050544739,-0.5032877922058105,0.5956440567970276,-0.3436577618122101,-0.03767967224121094,-0.45224863290786743,0.3925473690032959 +363,-1.8604165843906997,0.08766162139506678,2.9679058412223083,-0.9546725749969482,-0.08754938840866089,0.28449174761772156,-0.6938824653625488,0.27812308073043823,-0.3791647255420685,0.8660951852798462,-0.08249454945325851,-0.36412736773490906 +364,-1.816510522619003,0.10278362851759971,2.9881964811940813,-0.9648446440696716,-0.1026027500629425,0.24196533858776093,1.900130033493042,-2.2448010444641113,1.0628306865692139,0.6010599732398987,0.1425502747297287,-0.8486853837966919 +365,-1.8395710942506913,0.08205972366516436,-3.135351541227666,-0.9608527421951294,-0.08196765929460526,0.26465681195259094,1.0955240726470947,0.20882759988307953,-0.290212482213974,-0.7640770077705383,-0.16102856397628784,0.2567511796951294 +366,-1.8095042756444288,0.06610380509556116,-3.0835743990539357,-0.9695222973823547,-0.06605567038059235,0.23593102395534515,-0.06726566702127457,0.2025585025548935,0.48626312613487244,0.3745819926261902,0.13508641719818115,0.29866066575050354 +367,-1.7837377666103593,0.030702982304220364,-3.131212268255442,-0.976952850818634,-0.030698157846927643,0.21123620867729187,-0.8295865058898926,0.22674152255058289,0.09767679870128632,0.9780362248420715,0.17561088502407074,-0.39536404609680176 +368,-1.9222776299920805,-0.017226434175514435,3.102267404008684,-0.9387244582176208,0.017225582152605057,0.3442378342151642,0.6967055201530457,-3.329641342163086,0.3770690858364105,-0.8372460007667542,0.13816992938518524,-1.6145015954971313 +369,-1.9022844455144017,-0.02168272781165828,2.994886913118754,-0.9453368186950684,0.021681029349565506,0.3253740072250366,-0.23671835660934448,-0.05028964579105377,-0.275811105966568,-0.37729495763778687,0.06894092261791229,0.152714341878891 +370,-1.8619203046415587,0.006746544930535105,2.9737516791024405,-0.9579001665115356,-0.006746493745595217,0.28702259063720703,-0.4274270832538605,0.20878185331821442,-0.28768372535705566,0.5555105209350586,-0.22953586280345917,0.09778884053230286 +371,-1.8216419221280395,0.07017000639270952,2.962132290602006,-0.9663189649581909,-0.0701124370098114,0.24761231243610382,0.0650852620601654,-0.07071798294782639,-0.6498470306396484,1.015528678894043,0.1547681987285614,-0.38985466957092285 +372,-1.8186943691609596,0.057295244177305575,3.0513834178760053,-0.967839777469635,-0.05726390331983566,0.24496422708034515,1.4444471597671509,0.5630709528923035,-0.256658673286438,-1.2345073223114014,-0.22065970301628113,0.4437565207481384 +373,-1.761815507802929,0.07253622133030724,-3.126768683826006,-0.9792295098304749,-0.07247263193130493,0.1893603801727295,0.7067849636077881,0.4142724871635437,0.10329724848270416,0.12402009963989258,0.12648874521255493,0.423844575881958 +374,-1.7489920667452865,0.030471257124657605,-3.1389498479993367,-0.9837082624435425,-0.030466541647911072,0.17717188596725464,-0.8248730897903442,0.3972674310207367,0.35496729612350464,0.8298081159591675,0.11348961293697357,-0.2614920139312744 +375,-1.7938874014472377,0.048132273290158664,3.030140385797704,-0.9740889072418213,-0.048113688826560974,0.2209889441728592,-0.9523930549621582,-2.9836206436157227,1.074288010597229,0.684644877910614,0.3025387227535248,-0.6411702632904053 +376,-1.8598258168119528,-0.004125091109022998,2.93505388475448,-0.9585129022598267,0.004125079605728388,0.28501972556114197,-0.7283669114112854,-0.619276225566864,0.09033393114805222,-0.6069931983947754,0.22211699187755585,0.5923606157302856 +377,-1.8526855095925867,0.005815964198688503,2.879904199340885,-0.960515558719635,-0.005815931595861912,0.27816611528396606,-0.8826491832733154,0.27102088928222656,0.10631513595581055,0.34196990728378296,-0.26955944299697876,0.2032335102558136 +378,-1.8011609376281357,0.05572127426167909,2.848054626710364,-0.972072184085846,-0.05569244548678398,0.22797814011573792,0.18255086243152618,0.9051080942153931,-0.7047038674354553,1.0276751518249512,-0.05710052698850632,-0.4885983467102051 +379,-1.7728286189887006,0.08277355435932275,2.943140261404305,-0.9763066172599792,-0.08267906308174133,0.1999736726284027,2.0722734928131104,1.5981805324554443,-0.3309207856655121,-1.796154260635376,0.17845848202705383,0.1386645883321762 +380,-1.7024681178065406,0.09921419268458984,3.071514503377303,-0.9864687919616699,-0.09905150532722473,0.1306460052728653,0.6729562878608704,0.4258716106414795,-0.19906948506832123,-0.3241698145866394,-0.08889102190732956,0.44404566287994385 +381,-1.6863462542050975,0.07357431387819896,3.096048686166726,-0.9906442761421204,-0.07350794970989227,0.11498107016086578,-0.3112214505672455,-0.20347906649112701,0.4600691497325897,0.7315958142280579,0.20432156324386597,-0.01180112361907959 +382,-1.7401018853658852,0.05127601690760799,3.0173782423886504,-0.984406590461731,-0.0512535497546196,0.16827644407749176,-1.1845606565475464,-1.6462953090667725,0.5346896052360535,1.003678321838379,0.3035423755645752,-0.25424444675445557 +383,-1.841417436164793,0.008075216806249405,2.8625492205287593,-0.9635736346244812,-0.008075129240751266,0.26732128858566284,-1.3239179849624634,-0.13141492009162903,0.6609727740287781,-0.8242071270942688,0.18233050405979156,0.6289952993392944 +384,-1.8738277673497217,-0.0005885065334658194,2.8203694090125384,-0.9544361233711243,0.0005885065183974802,0.29841485619544983,-0.8101096153259277,0.18664221465587616,0.2819472849369049,0.11343270540237427,-0.6507350206375122,0.37854135036468506 +385,-1.8295060586963034,0.030238944387819787,2.7802328686609563,-0.9662789702415466,-0.030234336853027344,0.2557165026664734,-0.26179590821266174,0.8355928063392639,-0.6363371014595032,0.9771279692649841,-0.12261295318603516,-0.27613282203674316 +386,-1.7377173911183814,0.022480282379314872,2.8170618729573906,-0.9858519434928894,-0.022478388622403145,0.16610503196716309,0.45810025930404663,-0.41551968455314636,0.4947219491004944,0.37533241510391235,-0.093274787068367,-0.6098612546920776 +387,-1.7283375447239626,0.04993796314084251,2.990166510052184,-0.986384928226471,-0.04991720989346504,0.15669478476047516,1.54270601272583,0.618405282497406,-0.7446637153625488,-0.8567242622375488,-0.11251260340213776,0.22604145109653473 +388,-1.6724287391093435,0.059205936331632035,3.0680238233812247,-0.9930967688560486,-0.05917135253548622,0.10127976536750793,0.09424874186515808,0.7625356912612915,0.2609790861606598,0.4932188391685486,0.16114583611488342,0.15280961990356445 +389,-1.66564542913584,0.04949660867798926,3.0226907290372194,-0.994286060333252,-0.04947640001773834,0.09459096938371658,-0.8294472694396973,-0.7576409578323364,0.05801668390631676,1.123466968536377,0.30287909507751465,-0.22195613384246826 +390,-1.8015254320964789,0.035830710800445364,2.8773457909503724,-0.9728751182556152,-0.035823043435811996,0.2285405993461609,-1.8504256010055542,0.1798597127199173,1.1418993473052979,-1.5932106971740723,0.1068527102470398,-0.06650757789611816 +391,-1.863951273137784,0.004758602292016341,2.819963348553085,-0.9573262333869934,-0.004758584313094616,0.2889707684516907,-0.8931464552879333,0.06333042681217194,0.43848884105682373,-0.06334954500198364,-0.7082846164703369,0.44079604744911194 +392,-1.842252305053489,0.007488952275985331,2.745491059256977,-0.9633544683456421,-0.007488882169127464,0.26812684535980225,-0.41357946395874023,0.5922651290893555,-0.35584530234336853,0.9280151724815369,-0.17436537146568298,-0.25898683071136475 +393,-1.7853348110366765,0.044005455078565965,2.7642485678225475,-0.9761290550231934,-0.04399125277996063,0.21269045770168304,0.3483521640300751,0.7099211812019348,1.756456732749939,0.7253049612045288,-0.014571983367204666,-0.41465577483177185 +394,-1.7560969949355107,0.0337399666246757,2.903614119888613,-0.9823213815689087,-0.033733565360307693,0.18413718044757843,0.5252635478973389,0.7376366853713989,-0.9927932620048523,-0.9894802570343018,-0.2329595535993576,0.614568829536438 +395,-1.7109196262123079,0.036031467875545294,2.9552866554230315,-0.9895561933517456,-0.03602367267012596,0.1395745724439621,-0.03874455764889717,0.7058476805686951,0.35046473145484924,0.544823408126831,0.035657454282045364,0.17461921274662018 +396,-1.6983626401929908,0.018509151157149968,2.921077841061705,-0.9917045831680298,-0.018508093431591988,0.12719883024692535,-0.871870756149292,-0.7975886464118958,0.2001383751630783,1.1362816095352173,0.27883830666542053,-0.19670259952545166 +397,-1.8334364427399095,-0.02241684677809439,2.787820384335195,-0.965465247631073,0.02241496928036213,0.2595658004283905,-1.1098357439041138,0.3826470971107483,1.133354902267456,-1.7283518314361572,0.05256672203540802,-0.2625412046909332 +398,-1.8785549107995083,-0.04006065847491695,2.7619109629995773,-0.9522501826286316,0.04004994407296181,0.30268022418022156,-0.5443288683891296,0.5674209594726562,0.2477666139602661,0.0037487149238586426,-0.5098833441734314,0.39260169863700867 +399,-1.8261132854418187,-0.031827682919230736,2.7374144702493624,-0.967093288898468,0.03182230889797211,0.2524242103099823,-0.2923561930656433,0.7072033882141113,-0.6384129524230957,0.9800174236297607,-0.1946183294057846,-0.1862926483154297 +400,-1.801171470951277,0.011251969227162269,2.7779866270315186,-0.9735191464424133,-0.011251731775701046,0.22832830250263214,0.47686734795570374,-0.5554656982421875,0.7461977005004883,0.48421555757522583,-0.2608277201652527,-0.3680835962295532 +401,-1.747699327429553,0.017339719992358758,2.924595317428479,-0.9842454195022583,-0.01733885146677494,0.17595529556274414,2.019124984741211,0.5864003300666809,-0.9501771330833435,-0.9691694378852844,-0.07572450488805771,0.37825918197631836 +402,-1.7166601992853154,0.0387312696671798,3.0293267868454845,-0.9886388778686523,-0.038721587508916855,0.14523820579051971,0.10365595668554306,0.3960878252983093,0.25422823429107666,0.4880436658859253,0.11033108085393906,0.2349802404642105 +403,-1.7287847570511563,0.03206725014232189,2.9796515290080685,-0.9870380163192749,-0.032061755657196045,0.15725111961364746,-0.7032768726348877,-1.0613806247711182,0.02099243365228176,1.114922046661377,0.39639586210250854,-0.35360121726989746 +404,-1.8741608832738845,0.003813409934643491,2.8846793689524293,-0.9543298482894897,-0.0038134006317704916,0.29873064160346985,-1.5257452726364136,0.10201040655374527,0.6534889340400696,-1.1002964973449707,-0.06321845948696136,0.14479658007621765 +405,-1.8810577164630953,0.020232159482957982,2.8431646889743925,-0.9520589113235474,-0.02023077942430973,0.3052450716495514,-0.27845606207847595,-0.0622752346098423,-0.20508117973804474,-0.05714213848114014,-0.610781192779541,0.4304421842098236 +406,-1.8320679645453257,0.052835004501028994,2.8176030436119452,-0.9647141098976135,-0.0528104268014431,0.25794875621795654,0.05677587538957596,0.9583609700202942,-0.9054515361785889,0.9537889361381531,-0.1151735782623291,-0.28114214539527893 +407,-1.7749039480511075,0.10121188539607334,2.90628282643355,-0.9742310047149658,-0.10103917121887207,0.20165610313415527,2.6264994144439697,-1.3979567289352417,2.4212253093719482,0.7627899646759033,-0.04030298441648483,-0.6610066890716553 +408,-1.7607143276250423,0.06337239166358517,3.0716661791065722,-0.9800484776496887,-0.06332997977733612,0.18839943408966064,1.2187309265136719,0.7734299898147583,-0.6929978728294373,-0.952034592628479,-0.17530222237110138,0.29460227489471436 +409,-1.7050177706090928,0.0646350641852975,-3.1232453558118687,-0.9889364838600159,-0.06459006667137146,0.1335393786430359,0.04016810283064842,0.39746585488319397,0.2727963328361511,0.5523214936256409,0.01109275221824646,0.34152770042419434 +410,-1.7098646363012757,0.07366202504900841,3.103232439729833,-0.9876599907875061,-0.07359542697668076,0.13824456930160522,-0.6869668960571289,-0.8066946864128113,-0.22213095426559448,0.9861188530921936,0.44116440415382385,-0.275970458984375 +411,-1.869723917790242,0.002522497345838204,2.989358270117946,-0.9556499719619751,-0.0025224946439266205,0.29449462890625,-1.3880414962768555,0.30447351932525635,0.7303463220596313,-0.947563648223877,-0.07094857841730118,-0.04011532664299011 +412,-1.894193026121416,0.011215618875849724,2.9618328602340505,-0.9481016993522644,-0.011215384118258953,0.31776899099349976,-0.7986627817153931,-0.3506331741809845,0.07995761930942535,0.040829479694366455,-0.8752134442329407,0.4335889518260956 +413,-1.8695614650142105,0.04692431242070311,2.9103635039010136,-0.954648494720459,-0.04690709337592125,0.2940162122249603,-0.4163531959056854,1.2155547142028809,-1.3648262023925781,0.8896462321281433,-0.16114647686481476,-0.2412208616733551 +414,-1.7989749404648272,0.13723945121961764,2.9445997006519438,-0.9649211168289185,-0.13680905103683472,0.22407682240009308,0.6336615085601807,0.36986789107322693,3.064406633377075,0.6179973483085632,-0.01143006980419159,-0.5131392478942871 +415,-1.7618234078414357,0.06866499378657,3.085679698570498,-0.9794961810112,-0.06861104816198349,0.18941998481750488,1.0268874168395996,0.4146796464920044,-0.9703488945960999,-1.0412251949310303,-0.2204209268093109,0.2974727153778076 +416,-1.6951414789335522,0.07769513204324699,-3.1298216764237043,-0.9892855286598206,-0.07761698961257935,0.12365080416202545,0.20165863633155823,0.6517989635467529,0.2731122672557831,0.5204288363456726,0.05392009764909744,0.28688693046569824 +417,-1.710327597933034,0.06604238535887448,3.0850320486886873,-0.9881224036216736,-0.06599438935518265,0.1387757509946823,-1.0439954996109009,-0.8133538961410522,0.5624613165855408,1.0713896751403809,0.45982372760772705,-0.23978902399539948 +418,-1.8015332603183316,0.002720039939911156,2.9843451523762154,-0.9734945297241211,-0.002720036543905735,0.2286941409111023,-0.932980477809906,0.5446425676345825,1.0128810405731201,-1.9180002212524414,-0.11417754739522934,0.307392954826355 +419,-1.8734507175114776,-0.02211026584225216,2.9269129100690146,-0.9543153047561646,0.02210846357047558,0.2979821264743805,-0.7260043025016785,0.14005011320114136,0.5185621976852417,0.1824800968170166,-0.7783188223838806,0.8786994218826294 +420,-1.8398393062631624,0.0021568714902641577,2.914220068400167,-0.9640234112739563,-0.0021568697411566973,0.2658083438873291,-0.013040583580732346,0.49711599946022034,-0.8709372282028198,1.109561800956726,-0.12713085114955902,-0.4131472408771515 +421,-1.7922593148207524,0.052231379532423516,3.0074235214664626,-0.9742467403411865,-0.05220763385295868,0.21935757994651794,0.7802014946937561,0.7022139430046082,0.2235252857208252,-0.3324549198150635,-0.20995362102985382,-0.20267975330352783 +422,-1.703883140086625,0.07618656211984103,3.1214868972594982,-0.9882819652557373,-0.07611288130283356,0.13230937719345093,0.4704115092754364,0.7489809989929199,-0.9243021607398987,-0.9735711812973022,-0.10302530974149704,0.6650996208190918 +423,-1.6860398666374616,0.0740957799050226,-3.130997777192234,-0.9906413555145264,-0.07402800023555756,0.11467313021421432,0.13233129680156708,0.22912710905075073,0.029311345890164375,0.6652628183364868,0.20745083689689636,0.023693576455116272 +424,-1.7367451585141636,0.05687812440177619,3.089603791210748,-0.9846671223640442,-0.0568474605679512,0.16492107510566711,-0.8802379965782166,-1.3616448640823364,0.42557448148727417,1.066301703453064,0.3805779218673706,-0.4032480716705322 +425,-1.8243511044841154,0.0291550655545907,2.9410315477190294,-0.96761554479599,-0.029150934889912605,0.25074008107185364,-2.303532361984253,0.10538012534379959,0.9925177097320557,-1.2817895412445068,0.16118523478507996,0.19336703419685364 +426,-1.8666006135217712,0.022891340296335282,2.870021125353138,-0.9563174843788147,-0.022889340296387672,0.2914329469203949,-0.9753088355064392,0.13880085945129395,0.313770055770874,0.20048856735229492,-0.7498005032539368,0.47445157170295715 +427,-1.8407764698231963,0.052531910703959975,2.8161550425205526,-0.9624466300010681,-0.052507754415273666,0.2663443684577942,-0.5299817323684692,0.6327498555183411,-0.7375094294548035,1.134077548980713,-0.05099261924624443,-0.3079703152179718 +428,-1.823734797859393,0.08670011590802199,2.8512720422506423,-0.9645447134971619,-0.08659153431653976,0.24931004643440247,0.13267815113067627,0.3468497097492218,0.2510874271392822,-0.40010982751846313,-0.14344996213912964,-0.27349531650543213 +429,-1.7776662800334848,0.08600168447266528,2.988859099217145,-0.9750615358352661,-0.08589570969343185,0.20463846623897552,1.3929376602172852,0.3515823483467102,-0.7481310963630676,-1.0455836057662964,-0.33239346742630005,0.3507051467895508 +430,-1.7409813202871194,0.08290998471313123,3.074934547314107,-0.9821680784225464,-0.0828150287270546,0.16878290474414825,0.6484330296516418,-0.16290903091430664,0.20417214930057526,0.5863854885101318,0.2555902898311615,0.45971131324768066 +431,-1.813072103065402,0.06638138730059935,3.0208651289742967,-0.9686565399169922,-0.06633264571428299,0.23938420414924622,-0.2655428349971771,-1.1172690391540527,0.5288988351821899,1.0113810300827026,0.4685848355293274,-0.9319195747375488 +432,-1.8749751830807657,0.03245964611593563,2.9553011169410213,-0.9535907506942749,-0.03245394676923752,0.29935207962989807,-2.374311685562134,-0.08075933903455734,0.6696423292160034,-1.0682904720306396,-0.24914699792861938,0.5902963876724243 +433,-1.873971045038566,0.016693336699529365,2.860127024600941,-0.9542603492736816,-0.01669256202876568,0.29850998520851135,-0.16482311487197876,0.4006814956665039,0.2915579676628113,0.1690431833267212,-0.4746556878089905,0.532193660736084 +434,-1.8422891415069558,0.027898492700972045,2.8441149413355356,-0.9629967212677002,-0.027894873172044754,0.26806551218032837,-0.1529582291841507,0.4850827157497406,-0.6275397539138794,1.1177513599395752,-0.13287171721458435,-0.40301430225372314 +435,-1.8615481895079171,0.059048205011080004,2.9006249412652974,-0.9563589096069336,-0.05901389569044113,0.2861729860305786,0.7033168077468872,-0.3400416076183319,-0.7321005463600159,-1.4170236587524414,-0.19403785467147827,-0.11213123798370361 +436,-1.825355438404667,0.07200736741295598,3.026991849707285,-0.9652664661407471,-0.07194515317678452,0.2511661648750305,1.13792884349823,0.7685819268226624,-0.5937460660934448,-0.8252608180046082,-0.2068939507007599,0.27784082293510437 +437,-1.763667159019141,0.08265832580073709,3.0804824358993015,-0.978107213973999,-0.08256423473358154,0.1910228729248047,0.1937154084444046,-0.033545807003974915,0.005964865908026695,0.884616494178772,0.32142531871795654,-0.0160503089427948 +438,-1.8240123804962127,0.08531284186848434,3.040735101655039,-0.9645907282829285,-0.08520939201116562,0.2496076077222824,-0.5131347179412842,-1.2626351118087769,0.32270023226737976,0.8230655193328857,0.3275189697742462,-0.5024456977844238 +439,-1.8893473869925563,0.07183394361465552,2.9064063135167797,-0.947240948677063,-0.07177218049764633,0.31238311529159546,-1.8765350580215454,0.2461862564086914,0.5094860792160034,-0.9820192456245422,0.27721652388572693,0.27541598677635193 +440,-1.8763025439958765,0.07465091128642823,2.837052443996508,-0.951038658618927,-0.07458159327507019,0.29993829131126404,-0.387182354927063,0.4766596853733063,0.32909151911735535,0.19829213619232178,-0.5394320487976074,0.20004650950431824 +441,-1.8367638891264673,0.09184327340095276,2.825763991889161,-0.9607721567153931,-0.09171421080827713,0.26173514127731323,-0.3651846945285797,1.2783255577087402,-0.44609907269477844,1.0654323101043701,-0.06284205615520477,-0.49809375405311584 +442,-1.8247023175010266,0.10174824656031073,2.9290644080291557,-0.9629325866699219,-0.10157277435064316,0.24988751113414764,1.8719255924224854,1.0250822305679321,-0.34270820021629333,-1.4344673156738281,0.24987295269966125,0.1457422971725464 +443,-1.7745527559384233,0.12818896822386366,3.116331115091211,-0.9712783694267273,-0.12783817946910858,0.20068924129009247,0.25436729192733765,0.13847056031227112,-0.39948588609695435,-0.5324601531028748,-0.3123626410961151,0.6354924440383911 +444,-1.7289196309382735,0.11719530520622294,3.1039170397421736,-0.9807505011558533,-0.11692721396684647,0.15638504922389984,-0.0872032418847084,0.13697543740272522,0.21561017632484436,0.7472606301307678,0.42671117186546326,-0.05293050408363342 +445,-1.791043353371788,0.0938824136964178,3.0103450927133175,-0.9715461134910583,-0.09374456107616425,0.21750858426094055,-1.136995792388916,-1.618027925491333,0.4979889988899231,0.4638710021972656,0.26688605546951294,-0.33838868141174316 +446,-1.8479431119907943,0.07235575018038458,2.8663018133745846,-0.9593232870101929,-0.07229263335466385,0.27289649844169617,-2.099316120147705,-0.43598008155822754,0.6913484334945679,-1.0190396308898926,0.0022853240370750427,0.44617387652397156 +447,-1.8929532333006225,0.04562768152969282,2.7529572924516197,-0.9475675225257874,-0.045611850917339325,0.3162837326526642,-0.9252668619155884,0.23598305881023407,0.21728679537773132,0.42373329401016235,-0.3514828681945801,-0.023818492889404297 +448,-1.863481317847665,0.0836332131759883,2.7202591582300797,-0.9541260600090027,-0.08353575319051743,0.2875156104564667,-0.2600046396255493,1.3892512321472168,-0.5730258822441101,1.051400899887085,-0.13370363414287567,-0.3978365659713745 +449,-1.7988870089311095,0.07667118714289027,2.787110243807855,-0.9712382555007935,-0.07659608870744705,0.22545379400253296,1.045397162437439,0.42775559425354004,0.5645496249198914,-1.1832265853881836,0.30657655000686646,-0.6421103477478027 +450,-1.7708094753299881,0.0881253378394473,2.9262935211655,-0.9762608408927917,-0.08801131695508957,0.19791123270988464,0.21341362595558167,0.2151145339012146,-0.4818286597728729,-0.7403834462165833,-0.43007034063339233,0.7822980880737305 +451,-1.7612830677420754,0.06668672481591824,2.9073273093919467,-0.9797296524047852,-0.0666373074054718,0.18891601264476776,-0.38651323318481445,-0.1045001670718193,0.43511730432510376,0.7646875381469727,0.2355521023273468,0.07930302619934082 +452,-1.822580585873262,0.04275931308123559,2.821554859241277,-0.9675842523574829,-0.04274628311395645,0.24890464544296265,-0.6503473520278931,-1.718568205833435,0.6998949646949768,0.8064666986465454,0.41596102714538574,-0.5149720907211304 +453,-1.8659766440575085,-0.00011024684226818888,2.7078874230650607,-0.9567497372627258,0.00011024684499716386,0.290912389755249,-2.187732458114624,0.006230812985450029,0.6853890419006348,-0.8833228945732117,-0.036609262228012085,0.708721399307251 +454,-1.8836632446552357,-0.012040326411079563,2.602470184669032,-0.9513863325119019,0.012040035799145699,0.307765394449234,-0.49965304136276245,0.5676860213279724,0.29032230377197266,0.2017829418182373,-0.32573020458221436,-0.07642683386802673 +455,-1.839676149354787,0.018135563287395188,2.586056516093596,-0.9639103412628174,-0.018134569749236107,0.26560795307159424,-0.31929704546928406,0.7258332967758179,-0.4991779327392578,1.048062801361084,-0.10509541630744934,-0.4092389941215515 +456,-1.8382667178481047,0.047577800470525684,2.633323865627829,-0.9633511900901794,-0.04755985364317894,0.2639935612678528,0.7307697534561157,0.3261714279651642,-0.11384948343038559,-1.3102235794067383,0.13970766961574554,-0.18475472927093506 +457,-1.751854332638689,0.06783414683513579,2.797663510566119,-0.9813914895057678,-0.06778213381767273,0.1796562522649765,0.923689603805542,0.6787776350975037,-0.5822469592094421,-0.7252125144004822,-0.26000717282295227,0.6141364574432373 +458,-1.7238269084334035,0.05540252544714409,2.861461086170128,-0.9867972135543823,-0.05537418648600578,0.1522001028060913,0.2956479489803314,-0.16808095574378967,0.2999107837677002,0.7390555739402771,0.10440067946910858,0.1743379682302475 +459,-1.7722744109310573,0.056215228008497445,2.808910249911606,-0.9782241582870483,-0.05618562549352646,0.19980162382125854,-0.6656055450439453,-1.1516871452331543,0.42916733026504517,1.0341476202011108,0.25757113099098206,-0.5077391862869263 +460,-1.839673706891939,0.008667173930765161,2.710018552072716,-0.9640336036682129,-0.008667065761983395,0.26563936471939087,-1.6765979528427124,-0.28444942831993103,0.6465263366699219,-0.9896408319473267,0.20820623636245728,0.6258705854415894 +461,-1.8817493910805125,-0.021037396894337607,2.628725077508578,-0.9518319368362427,0.021035844460129738,0.3058984875679016,-0.5517260432243347,0.2443353235721588,0.3562088906764984,0.17265695333480835,-0.3233734667301178,-0.12167903780937195 +462,-1.8563248320196093,-0.012024016351095497,2.6107604967251437,-0.9594436287879944,0.012023726478219032,0.2816442549228668,-0.21568921208381653,0.3594020903110504,-0.39384251832962036,0.9672713279724121,-0.20248393714427948,-0.34240472316741943 +463,-1.8400181879225235,0.020622290234807373,2.6622531322129275,-0.9637730717658997,-0.02062082849442959,0.2659248113632202,1.079547643661499,0.21229389309883118,-0.5818017721176147,-0.8868890404701233,-0.020532114431262016,-0.6349128484725952 +464,-1.7640835776182782,0.04651526610956602,2.8472175990102704,-0.9803165197372437,-0.04649849236011505,0.19187816977500916,1.283713459968567,0.6134952306747437,-0.959949791431427,-0.9148859977722168,-0.19399526715278625,0.590195894241333 +465,-1.7012252872373637,0.05280540649679035,2.9269705197700397,-0.9901241660118103,-0.0527808703482151,0.1298781931400299,0.5303919911384583,0.5421843528747559,0.19904859364032745,0.6367154121398926,0.1010138988494873,0.01791846752166748 +466,-1.7453046901333955,0.030730374065733423,2.902880229179706,-0.9843469262123108,-0.03072553686797619,0.17354199290275574,-0.8312796354293823,-1.2801212072372437,0.3241666555404663,1.0116603374481201,0.35624128580093384,-0.16449345648288727 +467,-1.8161608170976575,-0.008541262983351207,2.8015650790070517,-0.9700135588645935,0.008541159331798553,0.24290108680725098,-1.534264087677002,-0.2433241903781891,0.5440235137939453,-0.9513884782791138,-0.10009390115737915,0.4732396900653839 +468,-1.8460830057146482,-0.025563430051447938,2.7129511878543937,-0.9620327949523926,0.025560645386576653,0.27173399925231934,-0.39692848920822144,0.45304909348487854,0.3796963691711426,0.16956770420074463,-0.3815634548664093,0.2084142565727234 +469,-1.843521494804397,-0.017236232528304012,2.7104568639623254,-0.9628972411155701,0.01723537966609001,0.26931682229042053,-0.20933909714221954,0.43801358342170715,-0.4532031714916229,0.9146949052810669,-0.3435598611831665,-0.19830244779586792 +470,-1.7940511474786305,0.00750812335468225,2.7493311171920802,-0.9751546382904053,-0.007508052978664637,0.22139862179756165,0.913031280040741,0.6170565485954285,0.19613860547542572,-0.7936595678329468,-0.1474602073431015,-0.46677514910697937 +471,-1.710746450540135,0.05356162839452288,2.9070959063276147,-0.9888029098510742,-0.05353602021932602,0.13929368555545807,1.3682831525802612,0.8950919508934021,-1.2652487754821777,-1.0512666702270508,-0.06304112076759338,0.6065711975097656 +472,-1.6546868905915995,0.054915822202957876,2.9701866033938016,-0.9949809908866882,-0.054888226091861725,0.0836658775806427,0.24128516018390656,0.34121736884117126,0.46361181139945984,0.714188814163208,0.20430229604244232,0.08573710173368454 +473,-1.6810751609751207,0.027507329989137255,2.9226710793209705,-0.993549644947052,-0.027503861114382744,0.11001383513212204,-0.9284767508506775,-1.129909634590149,-0.2001623809337616,0.99652498960495,0.3275374174118042,-0.24926553666591644 +474,-1.7906451134939458,-0.025775671195695186,2.8005852598295093,-0.9756063222885132,0.0257728174328804,0.21800962090492249,-2.2459216117858887,-0.13565076887607574,0.5521710515022278,-0.8818460702896118,-0.2129523754119873,0.1664661169052124 +475,-1.8509662118165569,-0.02794011324145275,2.7120849171821395,-0.9606335163116455,0.027936477214097977,0.2764110267162323,-0.7149133086204529,0.13968032598495483,0.3237559199333191,0.12220871448516846,-0.42548897862434387,0.41183677315711975 +476,-1.8391752418942762,-0.013870358943236346,2.6688454564880764,-0.9641091823577881,0.01386991422623396,0.26514318585395813,-0.32134196162223816,1.072675108909607,-0.5284663438796997,0.9902628660202026,-0.27027860283851624,-0.32126501202583313 +477,-1.8042448670119213,0.0017703295225679474,2.6756112180444336,-0.972872793674469,-0.0017703286139294505,0.23133350908756256,0.5147886276245117,0.11192835122346878,0.022734716534614563,-1.7075164318084717,0.19352753460407257,-0.31910210847854614 +478,-1.7255110398572615,0.05521784570627637,2.8600829963943273,-0.9865497350692749,-0.05518978834152222,0.15386338531970978,1.4715615510940552,0.6367893218994141,-1.214751124382019,-0.8276135325431824,-0.4733746647834778,0.5597444772720337 +479,-1.6694993587404485,0.05529626464812798,2.9384998903900965,-0.9936118125915527,-0.05526809021830559,0.09839222580194473,0.5011551976203918,-0.046617645770311356,0.1459111124277115,0.7334494590759277,0.3618934452533722,0.03944039344787598 +480,-1.7531499312493135,0.03664815751281435,2.909590795125661,-0.982759416103363,-0.03663995489478111,0.18122291564941406,-1.017626404762268,-1.7424373626708984,0.05828367918729782,0.8721330761909485,0.2749212086200714,-0.32189369201660156 +481,-1.8155519706738001,0.0038728076166236395,2.8478800638327297,-0.9701892137527466,-0.0038727978244423866,0.24231742322444916,-1.0699104070663452,-0.2028866559267044,0.3282659649848938,-0.9776867032051086,0.2336091250181198,0.5724713802337646 +482,-1.871529442207796,-0.025613088315881886,2.761007258447735,-0.954806387424469,0.025610288605093956,0.29612335562705994,-0.9718999862670898,0.48416954278945923,0.5728254318237305,0.20144939422607422,-0.216757133603096,0.11027923226356506 +483,-1.841276471349591,-0.008851516212291289,2.755200395770693,-0.9636049270629883,0.008851400576531887,0.26718369126319885,-0.005461442284286022,0.6370887756347656,-0.60198974609375,1.0080080032348633,-0.30645883083343506,-0.24722519516944885 +484,-1.7908711372036776,0.02078744305883359,2.7675382077247868,-0.9756702184677124,-0.020785946398973465,0.2182554453611374,-0.3468278646469116,1.301828384399414,0.2622544467449188,-0.8321910500526428,0.058536186814308167,-0.40778493881225586 +485,-1.7404871423777515,0.04572494174227583,2.920540862007001,-0.9846068620681763,-0.04570901021361351,0.16870109736919403,1.1145930290222168,0.26918211579322815,-0.9859612584114075,-0.8889740705490112,-0.3013216257095337,0.573867917060852 +486,-1.7088593141115511,0.052305438030347144,2.9836899413679316,-0.9891298413276672,-0.052281592041254044,0.13743658363819122,0.5367094874382019,0.11023308336734772,0.027099573984742165,0.501031756401062,0.22865793108940125,0.03720031678676605 +487,-1.7597085475831247,0.04090448513230985,2.947991584673011,-0.9813873767852783,-0.0408930778503418,0.1876334697008133,-0.9291678071022034,-1.2159450054168701,0.2649628520011902,1.0178254842758179,0.2758631706237793,-0.33195117115974426 +488,-1.809224083514276,0.020895493967045417,2.8505753319560063,-0.971498429775238,-0.020893974229693413,0.23612360656261444,-1.278698444366455,0.2785061001777649,0.4654200077056885,-0.853574812412262,0.12151041626930237,0.42111825942993164 +489,-1.837064293223456,0.004906854923325183,2.7612933490971465,-0.9647479057312012,-0.004906835034489632,0.2631295621395111,-1.550162434577942,0.37466418743133545,0.6894913911819458,0.12818491458892822,-0.4349430203437805,0.6573415994644165 +490,-1.8140881403965001,0.01297975791476514,2.67929719312371,-0.9704686403274536,-0.01297939382493496,0.24087853729724884,-0.1700461506843567,0.20951448380947113,-0.34668979048728943,0.8813114166259766,-0.2827664613723755,-0.21918055415153503 +491,-1.7813864525223007,0.04127571113547655,2.6875110904009403,-0.9770747423171997,-0.041263993829488754,0.20885896682739258,0.14253583550453186,0.5868643522262573,-0.07623229920864105,-0.2789371609687805,-0.02233463153243065,-0.3546414375305176 +492,-1.739982437371318,0.05133230021353997,2.800870583625436,-0.9844236373901367,-0.05130976065993309,0.16815832257270813,1.49226713180542,0.42365095019340515,-0.7596372961997986,-1.1129578351974487,-0.3093622326850891,0.08356593549251556 +493,-1.7047737047769105,0.05980579493685781,2.8787087519151866,-0.989266574382782,-0.05977014824748039,0.1333381086587906,0.4183134436607361,0.24342435598373413,0.24909919500350952,0.44258999824523926,0.1703811138868332,0.2210625261068344 +494,-1.7510337905987512,0.06090105585244103,2.8312466471854507,-0.9819773435592651,-0.06086341664195061,0.1789308786392212,-1.037070393562317,-0.8849219083786011,-0.38899943232536316,0.9761942625045776,0.3181571364402771,-0.3296724557876587 +495,-1.8546472321372907,0.0022495051211937084,2.772522038000189,-0.9599816799163818,-0.0022495032753795385,0.2800538241863251,-1.3636819124221802,0.5329514145851135,0.7810736894607544,-0.7621099948883057,-0.29677700996398926,0.36438584327697754 +496,-1.8744106685734951,-0.02348025251887012,2.6780647967592155,-0.9539990425109863,0.02347809448838234,0.2988887429237366,-0.7384296655654907,0.42652660608291626,0.6080081462860107,0.0069471001625061035,-0.46995028853416443,0.44493135809898376 +497,-1.845587513515092,-0.008234101593055987,2.6501308165547774,-0.9624493718147278,0.008234008215367794,0.27133679389953613,0.16377954185009003,0.2529236972332001,-0.6121562123298645,0.8337413668632507,-0.20466040074825287,-0.19930002093315125 +498,-1.7929484902522514,0.024170149648206036,2.710080210749223,-0.9751406311988831,-0.024167796596884727,0.22026506066322327,1.5089927911758423,-1.0420124530792236,0.06696134060621262,-0.29138463735580444,0.16029146313667297,-0.6710708141326904 +499,-1.7440943900202475,0.05635732835365717,2.888440313758559,-0.9834575653076172,-0.05632749944925308,0.17215818166732788,0.6990292072296143,0.9284201860427856,-0.8972517251968384,-0.8721942901611328,-0.4900591969490051,0.8352729082107544 +500,-1.7115501865965208,0.05327477822728651,2.943451485931552,-0.9887056946754456,-0.05324958264827728,0.14009051024913788,0.40782010555267334,0.16119688749313354,0.2079579085111618,0.5349857211112976,0.08187507092952728,0.12316940724849701 +501,-1.7443593895453624,0.05520416877304502,2.886702644573876,-0.9834753274917603,-0.055176135152578354,0.1724299043416977,-0.9861854314804077,-1.243056297302246,0.011956645175814629,1.0566411018371582,0.30665624141693115,-0.3618830442428589 +502,-1.8065671228823832,0.009623770671458276,2.7737893174170307,-0.9722895622253418,-0.00962362252175808,0.23358170688152313,-0.9442203640937805,-0.5471687912940979,0.7474905252456665,-1.2020726203918457,0.14745627343654633,0.2426755279302597 +503,-1.8757903445579676,-0.024032511961428103,2.6925566442832696,-0.9535733461380005,0.024030199274420738,0.30020076036453247,-1.0388500690460205,0.42827272415161133,0.3960966169834137,0.12192356586456299,-0.2499518245458603,0.15603697299957275 +504,-1.8796002850102451,0.01140817226953985,2.6289310705212956,-0.9526357650756836,-0.011407924816012383,0.3038996160030365,-0.8040483593940735,0.34028109908103943,-0.38013625144958496,0.9114370346069336,-0.25201982259750366,-0.3260096311569214 +505,-1.868743737853252,0.03479564562399342,2.6525220415976194,-0.9553622603416443,-0.034788623452186584,0.2933809161186218,1.7237509489059448,-1.7126117944717407,0.3053033649921417,-0.8704279661178589,0.01672222465276718,-0.5876772999763489 +506,-1.7705147020950427,0.07082666938561269,2.788873277218333,-0.9776651859283447,-0.07076746970415115,0.19789591431617737,0.6259076595306396,1.5846583843231201,-0.8963766694068909,-0.8811757564544678,-0.23315709829330444,0.6799269914627075 +507,-1.6904901438539695,0.08751166277828296,2.874893433168127,-0.9890459775924683,-0.08740000426769257,0.11895129084587097,0.7389337420463562,0.6238210201263428,-0.11502357572317123,0.49138057231903076,0.08761362731456757,0.12390756607055664 +508,-1.7102352687378912,0.09185289989222142,2.874788972893372,-0.9861196875572205,-0.09172379225492477,0.13840164244174957,-0.32344019412994385,-1.1910818815231323,0.05822030082345009,1.0666859149932861,0.30208146572113037,-0.15773449838161469 +509,-1.7689945225402997,0.05388346079379256,2.7707614156824714,-0.9789999127388,-0.05385738983750343,0.19661733508110046,-1.8373372554779053,0.34860244393348694,0.6123849153518677,-0.6767769455909729,0.35230404138565063,0.11298345029354095 +510,-1.8083288463180027,0.02470187804378474,2.725234227568312,-0.9716251492500305,-0.024699365720152855,0.2352333813905716,-1.0411287546157837,-0.012499326840043068,0.622753381729126,0.14885592460632324,-0.67888343334198,0.5449789762496948 +511,-1.8146037471961993,0.017274341461639052,2.6911053251366166,-0.9702810049057007,-0.01727348193526268,0.24136313796043396,-0.20321989059448242,-0.14033475518226624,-0.31766968965530396,0.8492484092712402,-0.352508008480072,0.019836753606796265 +512,-1.7799298818467988,0.061185567040543766,2.7036605875845385,-0.9763806462287903,-0.06114739924669266,0.20722390711307526,0.44737508893013,1.5429739952087402,0.07015840709209442,0.27742135524749756,-0.01755743846297264,-0.37484169006347656 +513,-1.7088809165059264,0.078382635156874,2.853241033662155,-0.9874402284622192,-0.07830239832401276,0.13722355663776398,1.0401498079299927,0.8278935551643372,-0.9771910905838013,-1.1639573574066162,-0.38332176208496094,0.28741323947906494 +514,-1.6669311354718404,0.0970390656806433,2.9395516971140365,-0.9906997680664062,-0.09688684344291687,0.09553521871566772,0.7376249432563782,0.729101836681366,0.23366940021514893,0.35997772216796875,0.18801233172416687,0.38984692096710205 +515,-1.6951317559428936,0.074461744780964,2.93436753144408,-0.9895306825637817,-0.07439295202493668,0.12367167323827744,-0.6193087697029114,-1.0590254068374634,0.20630382001399994,0.953321635723114,0.35054653882980347,-0.24926674365997314 +516,-1.8064431516283725,0.04225067546848966,2.8491817888731643,-0.9714958071708679,-0.042238105088472366,0.23326364159584045,-1.0486576557159424,0.15734662115573883,0.9511977434158325,-1.4478156566619873,0.15233027935028076,-0.8549371957778931 +517,-1.8518259359274791,0.012941826558192647,2.7563792757052976,-0.960689902305603,-0.012941465713083744,0.27732178568840027,-0.22107723355293274,-0.25646400451660156,0.4313639998435974,-0.1613803505897522,-0.34420573711395264,0.5546789169311523 +518,-1.8370427758918042,0.0029769818284510353,2.732868371125308,-0.9647611379623413,-0.002976977499201894,0.263110876083374,-0.04084669053554535,0.12626343965530396,-0.3895609676837921,0.7922604084014893,-0.2779525816440582,-0.17718860507011414 +519,-1.8007052167332775,0.06514239222726657,2.7563171897977536,-0.9716219305992126,-0.06509632617235184,0.22740545868873596,0.3894960880279541,0.9104322791099548,-0.6470382213592529,0.4506564140319824,0.06749197095632553,-0.24287785589694977 +520,-1.7355962987205087,0.0645949708087886,2.8971423655674537,-0.9843939542770386,-0.06455005705356598,0.16371288895606995,1.121062159538269,0.3057044446468353,-0.8484987616539001,-1.246944546699524,-0.2922309339046478,0.44689810276031494 +521,-1.70069275564598,0.06617387930639382,2.929969243714941,-0.9894051551818848,-0.06612559407949448,0.12924794852733612,0.994522750377655,0.684755802154541,0.16181354224681854,0.30878686904907227,0.4058320224285126,0.19558119773864746 +522,-1.7372578654487094,0.0391126127919027,2.9103815253189618,-0.9854229688644409,-0.03910264000296593,0.16556711494922638,-1.0597702264785767,-1.0025246143341064,0.3924531042575836,0.9232587218284607,0.19040879607200623,-0.26133131980895996 +523,-1.8478048652544088,0.015673743158221162,2.802001857320511,-0.9617598056793213,-0.01567310094833374,0.27344590425491333,-1.1392087936401367,0.22187453508377075,0.9633927345275879,-1.5561997890472412,0.05118030309677124,-0.4173668324947357 +524,-1.8988219612543091,-0.007140656870515063,2.6649417432145133,-0.9466562271118164,0.007140596397221088,0.322166383266449,-0.6815280318260193,-0.59188312292099,0.5732461214065552,-0.2778463363647461,-0.4100794196128845,0.5622330904006958 +525,-1.8885563272355452,-0.03542704739880764,2.6017617007379816,-0.9493416547775269,0.035419635474681854,0.3122434616088867,-0.1508476585149765,0.18512780964374542,0.01154063455760479,0.7139748334884644,-0.22826021909713745,-0.18126201629638672 +526,-1.8729516425408366,0.011950645142410938,2.6141187858827406,-0.9546291828155518,-0.011950360611081123,0.2975573241710663,0.42542368173599243,0.12223053723573685,-0.7772498726844788,0.5463192462921143,-0.010983601212501526,-0.29346799850463867 +527,-1.791389179774147,0.012582697824201194,2.7296174454741546,-0.9756905436515808,-0.012582365423440933,0.21879079937934875,2.0145957469940186,1.0134961605072021,-0.8237455487251282,-1.2392446994781494,-0.003469882532954216,0.05461616814136505 +528,-1.712181228391463,0.03518932381303813,2.8517732637465554,-0.9894088506698608,-0.03518206253647804,0.14082708954811096,0.6430550813674927,0.8916071057319641,0.16261814534664154,0.2773880362510681,0.15571123361587524,0.24154280126094818 +529,-1.7197956289786467,0.003550669416787525,2.872778558460467,-0.9889140129089355,-0.003550661960616708,0.1484476774930954,-0.6016202569007874,-0.7079818248748779,0.2516031861305237,0.9314035773277283,0.1580306440591812,-0.09075415134429932 +530,-1.790855836345953,-0.007015533443965248,2.784273116447789,-0.9758602976799011,0.007015476003289223,0.2182822972536087,-1.1683038473129272,-0.06596513092517853,0.46822163462638855,-1.418792963027954,0.23245596885681152,-0.4363762438297272 +531,-1.8579653807494934,-0.020580301788433036,2.6940057618245894,-0.9588465094566345,0.02057884819805622,0.2831783890724182,-0.342487633228302,0.017147798091173172,0.492626816034317,-0.06109672784805298,-0.40021753311157227,0.561578631401062 +532,-1.8437521694706596,-0.020041896880021972,2.6838181190789703,-0.9627847671508789,0.02004055492579937,0.26952487230300903,0.20503632724285126,-0.018223494291305542,-0.5811322331428528,0.7774211168289185,-0.20715908706188202,-0.22773101925849915 +533,-1.8387226430083272,0.04649806982499946,2.721737842106651,-0.963279664516449,-0.04648131504654884,0.2644461691379547,0.3545624017715454,0.8381402492523193,-0.7658367156982422,0.7646713256835938,0.005786135792732239,-0.07314682006835938 +534,-1.77777188557796,0.07267165964448856,2.854244826119326,-0.9760738015174866,-0.07260771095752716,0.20495854318141937,1.9091979265213013,0.5820876955986023,-0.9375775456428528,-1.4281009435653687,-0.14740875363349915,0.13320671021938324 +535,-1.7271577899277508,0.10256229723335492,2.971939211895939,-0.982609748840332,-0.1023825854063034,0.15490679442882538,0.988072395324707,0.5064826011657715,-0.10445546358823776,0.23042762279510498,0.2336844503879547,0.46992528438568115 +536,-1.7168148785760369,0.09213106220255157,2.988884403370754,-0.9851624369621277,-0.09200078248977661,0.1448831707239151,-0.5008243918418884,-0.5658236742019653,0.08070509880781174,1.0381560325622559,0.3029993176460266,-0.2395944446325302 +537,-1.8429054311170687,0.07713179608030062,2.8909412562065127,-0.960342526435852,-0.07705533504486084,0.2679644823074341,-1.7175747156143188,0.2919340431690216,1.1802841424942017,-1.40435791015625,0.10133206844329834,0.010859400033950806 +538,-1.8624957113932892,0.044559501486284604,2.7694134888024844,-0.9568060040473938,-0.044544756412506104,0.28729483485221863,0.034693777561187744,-0.36746856570243835,0.13526126742362976,-0.23876601457595825,-0.3412279486656189,0.35152962803840637 +539,-1.8637205255092764,0.02560956033901274,2.7628684758249484,-0.9570896029472351,-0.025606760755181313,0.28865841031074524,-0.10287603735923767,0.12608091533184052,0.01586892642080784,0.8500339984893799,-0.27111566066741943,-0.2112811803817749 +540,-1.8281906513445545,0.04928675898582421,2.7829159888140294,-0.9658822417259216,-0.04926680773496628,0.25425246357917786,0.9021891355514526,0.4917048513889313,-0.14581629633903503,0.5705575346946716,0.09704206883907318,-0.20832347869873047 +541,-1.7739280320684612,0.051407387147693356,2.961774964952536,-0.9781458973884583,-0.05138474702835083,0.20147116482257843,1.726911187171936,0.4584130644798279,-0.9051765203475952,-1.3660621643066406,-0.21416395902633667,0.24645058810710907 +542,-1.7021137562667408,0.06629701274477315,3.037615129843208,-0.9892123937606812,-0.06624845415353775,0.13065269589424133,1.22090482711792,1.029041051864624,0.0018988787196576595,0.39004552364349365,0.34501129388809204,0.21764445304870605 +543,-1.7290593517337256,0.04921662830781815,3.0472616864843043,-0.9863068461418152,-0.0491967611014843,0.1574123501777649,-0.785893440246582,-1.1061667203903198,0.24542240798473358,0.9963775277137756,0.2829461395740509,-0.26541411876678467 +544,-1.8392140890627222,0.02380743791807271,2.9579194392634576,-0.9639184474945068,-0.02380518987774849,0.26513102650642395,-1.3153765201568604,0.02548525109887123,0.8669650554656982,-1.4466192722320557,-0.02206273190677166,-0.41652873158454895 +545,-1.8615329756457475,0.006892896922598672,2.853929371141708,-0.9580103158950806,-0.00689284224063158,0.28665125370025635,-0.2369256615638733,0.12221910059452057,0.3396797776222229,-0.10302489995956421,-0.3818400800228119,0.6155704259872437 +546,-1.842864347697368,0.004822063042153371,2.8144286768773976,-0.9632059335708618,-0.004822044167667627,0.268720805644989,-0.10918451100587845,0.14074036478996277,-0.32228416204452515,0.8870036602020264,-0.1823880523443222,-0.24265888333320618 +547,-1.816159391574679,0.04099554640986575,2.8421157824775687,-0.9692341685295105,-0.04098406434059143,0.24270445108413696,0.794804573059082,1.0938087701797485,-0.3288571238517761,0.2391621470451355,0.04505816102027893,-0.35272037982940674 +548,-1.7714916003568186,0.05526122255807013,3.0281738591575658,-0.9784324765205383,-0.055233102291822433,0.19904641807079315,1.4799786806106567,0.45271939039230347,-0.9243240356445312,-1.1805336475372314,-0.23625555634498596,0.4727523624897003 +549,-1.7341927133501343,0.06481435085726399,3.0965533701850436,-0.9846088290214539,-0.06476897746324539,0.16232874989509583,0.46319594979286194,0.3239215314388275,0.2669086158275604,0.5681964755058289,0.11240692436695099,0.20495033264160156 +550,-1.7705241077944027,0.05080214893207711,3.0810273779349995,-0.9788562059402466,-0.05078030005097389,0.19814658164978027,-0.2285255789756775,-1.1870014667510986,0.12059806287288666,1.0389453172683716,0.2726278305053711,-0.3292195796966553 +551,-1.8369493860292765,0.021132293531351428,2.9693909955714073,-0.96457439661026,-0.021130720153450966,0.2629631757736206,-1.427134394645691,0.14290276169776917,0.6292567253112793,-1.0747169256210327,0.1970340460538864,-0.378197580575943 +552,-1.8714886074473511,-0.0032207493061176453,2.885284037117478,-0.9551266431808472,0.0032207437325268984,0.29617995023727417,-0.5569687485694885,0.6415888071060181,0.586502730846405,0.13089269399642944,-0.44525259733200073,0.41518470644950867 +553,-1.8501663385096052,-0.0062321621240284016,2.8614938858224637,-0.9612107276916504,0.006232121959328651,0.27574479579925537,-0.2616730332374573,0.2228565216064453,-0.25220561027526855,0.8903489112854004,-0.3104771077632904,-0.11230790615081787 +554,-1.795311578565156,0.028965397233975208,2.8671861187891623,-0.9744932651519775,-0.02896134741604328,0.22254043817520142,1.3089903593063354,-1.5656582117080688,-0.07085906714200974,-0.49035048484802246,0.006256259977817535,-0.6221376657485962 +555,-1.7725795962300572,0.057044332128232324,3.049167655769162,-0.9781172871589661,-0.05701339989900589,0.20009076595306396,1.073133111000061,0.29679542779922485,-0.7997860312461853,-1.0253922939300537,-0.5485316514968872,0.2804390490055084 +556,-1.7114298440107494,0.05798368790944706,3.1101468768886837,-0.988463282585144,-0.057951200753450394,0.13993482291698456,0.9890329241752625,0.4286620020866394,0.1536404937505722,0.5462179183959961,0.2977430820465088,0.04713796079158783 +557,-1.7701826012836774,0.028854160756439772,3.1100901004213735,-0.979780375957489,-0.02885015681385994,0.19798536598682404,-0.30054643750190735,-1.5058192014694214,0.4393286108970642,0.949903666973114,0.25719794631004333,-0.3263423442840576 +558,-1.8471969337023313,-0.012649736062485114,2.9900696632149666,-0.961966872215271,0.012649398297071457,0.27287280559539795,-1.8563337326049805,0.24042677879333496,0.8338650465011597,-1.054100513458252,-0.014022694900631905,-0.37702932953834534 +559,-1.8724369511101882,-0.017223535090430418,2.8788145027784804,-0.9547088742256165,0.017222683876752853,0.297043114900589,-0.4218515455722809,0.24147789180278778,0.32846537232398987,0.1327940821647644,-0.42068031430244446,0.5061032772064209 +560,-1.8674401800847156,-0.01178384148935744,2.835805445977598,-0.9562564492225647,0.011783569119870663,0.2922919988632202,-0.539402961730957,0.27667075395584106,-0.35480186343193054,0.904605507850647,-0.26361462473869324,-0.3564399778842926 +561,-1.8645098188882312,0.03912052373721246,2.870762050910509,-0.9564431309700012,-0.03911054506897926,0.2892872095108032,0.4748185873031616,0.378231406211853,-0.6013426184654236,-0.7239311337471008,-0.10914385318756104,-0.37264594435691833 +562,-1.7840356994056594,0.04759862495605712,3.02699276347328,-0.9762434959411621,-0.04758065193891525,0.21138730645179749,1.3906787633895874,0.779478132724762,-0.7631962299346924,-0.9481796622276306,-0.24918754398822784,0.31108880043029785 +563,-1.732051571775053,0.04568591727377542,3.1000531647636667,-0.9859967231750488,-0.045670025050640106,0.16038978099822998,0.7333319187164307,0.29769131541252136,0.20287707448005676,0.5209546089172363,0.2185215950012207,0.18175804615020752 +564,-1.7789828201981013,0.01734533099786097,3.07185657005697,-0.9782601594924927,-0.017344461753964424,0.20665480196475983,-0.6914633512496948,-1.3781214952468872,0.29289641976356506,0.8788339495658875,0.30660533905029297,-0.42322278022766113 +565,-1.852369545723909,-0.018685244217363565,2.971194184652162,-0.9604518413543701,0.018684156239032745,0.2778187692165375,-1.7519383430480957,-0.14425773918628693,0.7032957673072815,-0.8202030658721924,0.051216356456279755,0.6489695310592651 +566,-1.887631017782705,-0.01597025951374891,2.8470378539162695,-0.9501050710678101,0.01596958003938198,0.31152060627937317,-1.0711159706115723,0.27501600980758667,0.3475600481033325,0.06512594223022461,-0.4052823483943939,0.11075112223625183 +567,-1.8596001580710386,0.0038584837504030346,2.8058054927313023,-0.9585781097412109,-0.0038584740832448006,0.28480368852615356,-0.3039737641811371,0.5753040313720703,-0.5826481580734253,0.8839168548583984,-0.21600541472434998,-0.2816450595855713 +568,-1.8437294892068674,0.05366814584851431,2.84968069488338,-0.9615978002548218,-0.053642384707927704,0.26916906237602234,0.9692126512527466,0.2784521281719208,-0.45705825090408325,-1.2471117973327637,0.1275864839553833,-0.25937286019325256 +569,-1.7604699619399686,0.06331891978378586,3.030115222426476,-0.9800980091094971,-0.06327661871910095,0.18816059827804565,1.8131815195083618,0.9566009640693665,-0.8041433691978455,-0.6866960525512695,-0.08891455829143524,0.3055986762046814 +570,-1.7023185706147816,0.06384252920241275,3.1063282740266525,-0.9893435835838318,-0.0637991726398468,0.13087619841098785,0.09150472283363342,-0.13927391171455383,0.26552867889404297,0.6992894411087036,0.2416403740644455,0.0402204692363739 +571,-1.783671612769534,0.041856112863103596,3.0583679727922406,-0.9765713810920715,-0.04184389114379883,0.21108610928058624,-0.6829206943511963,-1.477086067199707,0.05108126252889633,0.6489499807357788,0.23254823684692383,-0.2786978483200073 +572,-1.8362050166734347,0.006207567801781161,2.926401399976878,-0.9649667143821716,-0.006207528058439493,0.262298583984375,-1.9507031440734863,0.13228948414325714,0.6218403577804565,-0.8448171019554138,0.29830652475357056,0.5058440566062927 +573,-1.8906643396445575,-0.0072080035644434765,2.807092531344017,-0.9492524266242981,0.007207941263914108,0.31443315744400024,-1.1406301259994507,0.4133184254169464,0.6164987087249756,0.17973631620407104,-0.3282375931739807,-0.012293785810470581 +574,-1.8571702639182863,0.012882915238223871,2.7612944798600743,-0.9591948986053467,-0.01288255862891674,0.2824522852897644,-0.35637789964675903,0.4883268475532532,-0.536898672580719,0.8402526378631592,-0.2339130938053131,-0.25437605381011963 +575,-1.820824399802148,0.0543678435406483,2.7856633357318445,-0.9674740433692932,-0.054341062903404236,0.24706561863422394,0.5541591048240662,0.6355645060539246,0.09817761182785034,-0.8674870133399963,0.11295006424188614,-0.4197492301464081 +576,-1.771351563372503,0.05336204234160081,2.922488504565972,-0.9785614609718323,-0.053336720913648605,0.19892995059490204,1.9646259546279907,0.5683305859565735,-0.8444133400917053,-0.8874513506889343,-0.11727181077003479,0.049086496233940125 +577,-1.732285187358771,0.057304959301055496,2.9912564158108137,-0.9853688478469849,-0.05727360025048256,0.1605239361524582,0.4154488742351532,0.0667199194431305,0.3524079918861389,0.34082233905792236,0.27268192172050476,0.2201065868139267 +578,-1.796666129989404,0.017786341162916358,2.9344269049886464,-0.9744457006454468,-0.01778540387749672,0.22391876578330994,-0.8070344924926758,-0.8432226181030273,0.2993847131729126,0.846836268901825,0.3546842038631439,-0.47475799918174744 +579,-1.8718626513392964,-0.010238650884509766,2.787082676112851,-0.9549708962440491,0.010238472372293472,0.29652324318885803,-2.5973827838897705,-0.37237516045570374,1.1664619445800781,-0.8474889397621155,-0.07002240419387817,0.21380701661109924 +580,-1.8979113496073037,-0.03372127011318546,2.610078168889089,-0.9464348554611206,0.03371487930417061,0.3211296796798706,-0.8193690180778503,0.4550897479057312,0.6204160451889038,-0.03291994333267212,-0.257546067237854,0.0869055688381195 +581,-1.8597598591725264,-0.025522416577292907,2.5812271526843635,-0.9582276344299316,0.02551964670419693,0.2848660945892334,-0.22717709839344025,0.4060676097869873,-0.5970467329025269,0.7728486061096191,-0.28905415534973145,-0.1782834529876709 +582,-1.8549170809845403,0.022316437104874083,2.622292723481064,-0.9596696496009827,-0.022314583882689476,0.28024381399154663,0.09672029316425323,0.7037885189056396,-0.11203157901763916,-0.4846816062927246,0.10050062835216522,-0.23220878839492798 +583,-1.7790375711897362,0.008317903387294876,2.723587025257692,-0.9783620834350586,-0.00831780768930912,0.20673228800296783,2.08315372467041,0.8549293279647827,-0.5957223176956177,-0.7748879194259644,0.17885003983974457,-0.10549023747444153 +584,-1.7119004958039763,0.013509171219251073,2.783736128215878,-0.9899710416793823,-0.013508760370314121,0.1406235694885254,-0.07121527940034866,0.22525480389595032,0.27931666374206543,0.3330649137496948,0.14325423538684845,0.08317708969116211 +585,-1.741510975247473,0.000885372663275364,2.699880498642869,-0.9854633808135986,-0.0008853725739754736,0.16988661885261536,-1.478733777999878,-0.7992343902587891,-0.05145573988556862,0.8834887742996216,0.22523534297943115,-0.25641918182373047 +586,-1.8286112488657327,-0.029576359142674785,2.52749140875021,-0.9665265679359436,0.029572047293186188,0.25485682487487793,-1.757857322692871,-1.0245932340621948,0.9084597229957581,-0.9019274711608887,0.1698145568370819,0.45312049984931946 +587,-1.883356692313954,-0.04220247420733561,2.3532744746247554,-0.9507023096084595,0.04218994826078415,0.3072222173213959,-0.9023311734199524,0.3393486440181732,0.49340569972991943,0.013339519500732422,-0.15838563442230225,-0.07443413138389587 +588,-1.8218042254498696,-0.023972863536841523,2.3731112721126153,-0.9683843851089478,0.02397056668996811,0.24830906093120575,0.4702531397342682,0.4323737919330597,-0.7122731804847717,0.7491765022277832,-0.3411397337913513,-0.26480385661125183 +589,-1.7988745451685735,0.000450328626635161,2.498234288703296,-0.9741026163101196,-0.0004503286036197096,0.22610589861869812,0.5986166596412659,1.25295889377594,0.20417387783527374,-1.0143007040023804,0.2654039263725281,-0.03959774971008301 +590,-1.741411159419985,-0.012050490172153655,2.7128434859014896,-0.9854090213775635,0.012050198391079903,0.16977596282958984,2.04084849357605,0.603165328502655,-0.4914519488811493,-0.6332280039787292,-0.36588627099990845,0.036583900451660156 +591,-1.6702157988939068,-0.012197707913130275,2.8349467598358737,-0.9949877858161926,0.012197405099868774,0.09924837201833725,0.6886823177337646,0.008049766533076763,0.12974540889263153,0.38109636306762695,0.21067246794700623,0.013941273093223572 +592,-1.7221874679359248,-0.013015675605908779,2.8218388900818137,-0.988478422164917,0.013015308417379856,0.15080071985721588,-0.6614385843276978,-0.8717458248138428,-0.20079390704631805,0.8320149183273315,0.07457013428211212,-0.14661981165409088 +593,-1.7782212914604643,-0.033679582022790436,2.6961101923348836,-0.9780094027519226,0.03367321565747261,0.20582394301891327,-1.215164303779602,-0.6924476623535156,0.500129222869873,-0.8013941645622253,0.442141592502594,0.3005999028682709 +594,-1.8371635852038362,-0.057219909539378375,2.606132576059427,-0.9631547331809998,0.05718868970870972,0.2627977728843689,-0.30762794613838196,0.6213648915290833,0.49859872460365295,-0.010539233684539795,-0.10229364782571793,-0.024913281202316284 +595,-1.7927799745592083,-0.03681780053698096,2.6405637496251573,-0.9748015403747559,0.03680948168039322,0.22001582384109497,0.5029518008232117,0.510242223739624,-0.7122290730476379,0.6107116341590881,-0.3232322037220001,-0.01319815218448639 +596,-1.743706891744327,0.009719964604353004,2.6973362661088944,-0.985041618347168,-0.009719811379909515,0.1720421016216278,1.2404308319091797,-0.008130114525556564,-0.43274208903312683,0.15909868478775024,0.2191924750804901,-0.4929192066192627 +597,-1.6811915313082444,0.023426075816374497,2.878252284317658,-0.9936400055885315,-0.023423932492733,0.11014088243246078,1.6044210195541382,0.941379189491272,-1.0901308059692383,-0.9324617385864258,0.0348527655005455,0.24091804027557373 +598,-1.603509706389871,0.06249603749638799,2.9782696880948816,-0.9975138306617737,-0.06245536357164383,0.032643694430589676,0.6516276597976685,1.0661799907684326,0.07016739994287491,0.3363199234008789,0.06701773405075073,0.21827185153961182 +599,-1.6450621467202715,0.03975937659882738,3.02153790369416,-0.9964554309844971,-0.0397489033639431,0.07413893193006516,-0.44128912687301636,-1.030415415763855,0.14551925659179688,0.9045822620391846,0.1229245662689209,0.021045327186584473 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/er3.csv b/BoostRunClub/CoreML/DataSet/Motion/running/er3.csv new file mode 100644 index 0000000..4569817 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/er3.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-1.7414502260761373,0.02360764749630557,2.9174986770397155,-0.9851993322372437,-0.023605454713106155,0.1697794646024704,-1.0370584726333618,0.3100621700286865,0.9329603910446167,-1.1802059412002563,0.5634461641311646,-0.5997415781021118 +1,-0.15189618352671666,0.6150529541193219,-3.0666544326895906,-0.12358362227678299,-0.5770017504692078,-0.8073388934135437,0.45982447266578674,-0.37290847301483154,-0.260848730802536,-0.1298953890800476,-0.13898640871047974,-0.1554601788520813 +2,-0.17580709794261912,0.6122382961856624,-3.11717468872494,-0.14313414692878723,-0.574700653553009,-0.805749237537384,0.27263227105140686,-0.5239500403404236,-0.11609084159135818,-0.050515130162239075,0.21750766038894653,-0.26097744703292847 +3,-0.2533882919063583,0.6609228470784472,3.139295470516478,-0.19789767265319824,-0.6138456463813782,-0.7642186284065247,0.3752245604991913,-0.13345542550086975,-0.43157345056533813,0.015753507614135742,0.14697247743606567,0.24718981981277466 +4,-0.2831802170363482,0.7297104941065077,3.0575350946602833,-0.20826356112957,-0.6666538715362549,-0.715680718421936,0.5311039090156555,-3.6387033462524414,-1.9872114658355713,-0.04735167324542999,0.25460559129714966,0.2847267985343933 +5,-0.4428308992264109,0.6187289223444724,3.021886515852092,-0.34906232357025146,-0.5800001621246338,-0.7360402941703796,-2.7007997035980225,-1.2441363334655762,6.535744667053223,0.37170636653900146,0.3308088779449463,0.21829432249069214 +6,-0.6853174823908561,0.5663719470393714,3.1315865749716707,-0.5340906381607056,-0.5365740656852722,-0.6533265113830566,-1.144313931465149,-2.6131579875946045,0.17347370088100433,0.46879827976226807,0.003309905529022217,0.37024545669555664 +7,-0.891898086261487,0.36505146674938244,-3.074289837816443,-0.7269815802574158,-0.35699737071990967,-0.5865583419799805,-1.1065971851348877,-1.2315242290496826,1.6985515356063843,-0.35079246759414673,0.37663543224334717,0.21831798553466797 +8,-0.9888105848519141,0.15063125269000827,-3.132486044854522,-0.8259134888648987,-0.15006226301193237,-0.5434595346450806,-1.2622382640838623,-0.7026697993278503,1.4160654544830322,0.1978769302368164,-0.05645018815994263,0.15356695652008057 +9,-1.0189256107071185,-0.06672576290314312,3.0914708038470455,-0.8496502041816711,0.06667625904083252,-0.5231144428253174,-1.675039291381836,-1.797155499458313,0.8910295367240906,0.06786620616912842,-0.08666528016328812,-0.06283825635910034 +10,-1.1579634595319308,-0.24387978175613453,3.017837880747692,-0.8888824582099915,0.24146941304206848,-0.3893335163593292,-0.7466166615486145,0.14629405736923218,0.7394132614135742,-0.588580310344696,-0.7507009506225586,-0.9807379245758057 +11,-1.036977521403574,-0.26989419166796697,3.100710260863434,-0.8297059535980225,0.2666294574737549,-0.4904046356678009,1.517524003982544,0.22655902802944183,0.19325870275497437,-0.5050260424613953,-0.7513248920440674,-0.3982367217540741 +12,-1.063224220652026,-0.10492617099332904,-3.021284798019561,-0.8691208958625793,0.10473374277353287,-0.48338374495506287,2.1822307109832764,-0.7562206387519836,-1.5002973079681396,-0.48859089612960815,-0.11832933127880096,-0.10517829656600952 +13,-1.1382517892144854,0.1393990603783868,-2.96321911301951,-0.8990951776504517,-0.13894802331924438,-0.41511616110801697,1.428400993347168,-0.5232993364334106,-2.6621389389038086,0.03950655460357666,0.08473354578018188,-0.09957808256149292 +14,-1.142674987656439,0.43769836336123796,-2.960638287000095,-0.8239851593971252,-0.4238559305667877,-0.37602493166923523,1.3330034017562866,0.10692563652992249,-2.572227954864502,0.27003008127212524,0.6087619066238403,0.11349743604660034 +15,-1.0278085291042225,0.6157287448698783,-3.036212358327515,-0.6989356875419617,-0.5775535702705383,-0.4218064844608307,-0.9722149968147278,0.1548715978860855,-0.49056288599967957,0.20181965827941895,1.070259928703308,0.2718278467655182 +16,-1.032762056157652,0.44095303631065785,-3.136466841321348,-0.7765772938728333,-0.42680153250694275,-0.46343082189559937,-2.6001949310302734,-0.9321354031562805,2.5637810230255127,0.12080037593841553,1.0991801023483276,0.33806464076042175 +17,-1.1830374137750297,-0.04239196414875362,2.9933879999948356,-0.9249270558357239,0.042379267513751984,-0.3777749538421631,-2.959030866622925,-1.330471396446228,3.9507827758789062,-0.7863613367080688,1.0065709352493286,-0.4868795573711395 +18,-1.2327017966083118,-0.5635386728388387,2.8946211832827995,-0.7975124716758728,0.5341809988021851,-0.28040093183517456,-2.290020227432251,-0.048214126378297806,3.9193947315216064,-0.5146977305412292,-0.05131655931472778,-0.31075504422187805 +19,-1.3428881872102105,-0.8786138989417137,2.6151640958152793,-0.621715247631073,0.7698549628257751,-0.14419932663440704,-3.2431371212005615,0.8325585126876831,1.0755525827407837,-0.4628641605377197,-0.34930747747421265,-0.47896963357925415 +20,-1.6915841656370165,-0.962713090628597,2.1539406353528974,-0.5671331286430359,0.8207445740699768,0.06883788853883743,-2.226233959197998,-0.06701815873384476,0.019254501909017563,-0.7537440061569214,-0.5998429656028748,-0.9708306789398193 +21,-1.7901972244021267,-0.9593433660829521,2.1031761742953083,-0.5602965354919434,0.8188148140907288,0.12494077533483505,1.6259417533874512,-0.0663919746875763,-0.46984562277793884,-0.9505524635314941,-0.5577064156532288,-1.1381396055221558 +22,-1.4644285825667913,-0.7808372947414003,2.560130496135845,-0.7063099145889282,0.703874409198761,-0.07541321963071823,4.039788722991943,-1.29618501663208,-2.8111462593078613,-1.0735667943954468,0.327985942363739,-0.9781908988952637 +23,-1.2581077173345343,-0.3229770685210726,2.9970280487270298,-0.9023119807243347,0.3173910975456238,-0.29171255230903625,3.854149341583252,0.9933644533157349,-4.012289047241211,-0.45390450954437256,0.9564736485481262,-0.21530652046203613 +24,-1.1065873771132608,0.1875267603876263,-3.1329279380482653,-0.8784996271133423,-0.18642958998680115,-0.43986642360687256,2.937401294708252,0.680898904800415,-4.0191497802734375,0.033055901527404785,1.2448097467422485,0.11657845973968506 +25,-0.9123158540557652,0.5434176011240305,-3.1286762048086656,-0.6769877076148987,-0.5170642733573914,-0.5237671136856079,0.8665801286697388,1.6395574808120728,-2.1763839721679688,0.19697678089141846,1.3422443866729736,0.3149659037590027 +26,-0.7606913043397655,0.6384631423528578,3.1002739141451436,-0.5536149144172668,-0.5959620475769043,-0.5816699266433716,-0.29814276099205017,1.7083085775375366,0.7942649722099304,0.5175583958625793,1.0855402946472168,0.6380358934402466 +27,-0.7891571807912869,0.36117724838894566,3.0819139107707025,-0.6639671325683594,-0.35337576270103455,-0.6589940786361694,-4.744995594024658,-0.9841834306716919,2.651355504989624,-0.2614021301269531,1.182965636253357,0.6515325307846069 +28,-0.7834276562430809,-0.12004069146715586,2.911790665062551,-0.7006335854530334,0.11975260823965073,-0.7034002542495728,-4.173163890838623,1.4126454591751099,0.5552367568016052,-0.8381694555282593,0.23989705741405487,-0.5656274557113647 +29,-0.6099043924195839,-0.43131810093885503,2.675514898552414,-0.5203304886817932,0.4180685579776764,-0.7446306943893433,-3.88618540763855,2.4042627811431885,0.05185401067137718,0.010488569736480713,-0.2710348665714264,-0.33825504779815674 +30,-0.5579937482569912,-0.6726319069917964,2.4636094922956264,-0.4141552448272705,0.6230467557907104,-0.6635420918464661,-1.9452533721923828,-0.473935604095459,-1.2051335573196411,0.04625058174133301,-0.633712649345398,-1.0884872674942017 +31,-0.6280721518320374,-0.7069400113262392,2.280021333197577,-0.4467726945877075,0.6495101451873779,-0.6152485609054565,1.0793609619140625,2.0371243953704834,0.05426110699772835,0.450236439704895,-0.7243697643280029,-1.395325779914856 +32,-0.3199749996550808,-0.4404148541117261,2.4578304379525266,-0.2845275402069092,0.4263147711753845,-0.8586616516113281,4.369412899017334,2.094974994659424,0.3963814377784729,-0.0014374256134033203,-0.02310127019882202,-1.1605339050292969 +33,-0.044220095994606794,-0.035379811723106384,2.618871757434711,-0.04417802020907402,0.03537243232131004,-0.9983972907066345,4.062083721160889,2.121664524078369,1.0166969299316406,0.05246354267001152,0.5214665532112122,-0.5473180413246155 +34,0.14099383008323002,0.3219130132127491,2.723839512373786,0.133308544754982,-0.31638187170028687,-0.9392184615135193,4.002003192901611,2.949509620666504,1.2384847402572632,-0.3657304048538208,0.7251800894737244,-0.06818205118179321 +35,0.4797801266164458,0.681572717523705,2.5888351824968363,0.3584583103656769,-0.6300151348114014,-0.6889038681983948,2.8859148025512695,1.4694337844848633,-1.1277559995651245,-0.5499256253242493,0.9084880948066711,0.23025518655776978 +36,0.602674121732198,0.6903344523559604,2.488599022870125,0.4370582103729248,-0.6367951035499573,-0.6351946592330933,-1.3096404075622559,-2.2179994583129883,0.31147149205207825,-0.3510596752166748,0.8292542099952698,0.02494990825653076 +37,0.3970049926785135,0.6044514806472976,2.7123439055505933,0.31814759969711304,-0.5683108568191528,-0.7588180899620056,-1.647766351699829,-0.8265848755836487,0.25924447178840637,-0.3633289337158203,0.5077334642410278,0.08395242691040039 +38,0.26432766416435555,0.4519559718343037,2.6938570229224457,0.23502840101718903,-0.4367259442806244,-0.8683502078056335,-1.4328280687332153,-2.6804909706115723,-1.0063203573226929,-0.31713593006134033,0.6489452123641968,0.026705920696258545 +39,0.09915536106523647,0.15482677327985744,2.726591861139899,0.0978088304400444,-0.1542089432477951,-0.9831851720809937,-2.8594601154327393,-1.0697002410888672,0.2932398021221161,-0.2780609130859375,0.1206243485212326,-0.27647364139556885 +40,0.07552794092395419,-0.06970731912135333,2.7123754793181467,0.07527290284633636,0.06965088099241257,-0.9947274923324585,-2.6486361026763916,-0.6775400638580322,-1.0955361127853394,0.08277763426303864,-0.06460022181272507,-0.2644277811050415 +41,0.0169234180268327,-0.40235468935378627,2.682837058043219,0.015571195632219315,0.3915860652923584,-0.9200097322463989,-1.5401217937469482,0.3914352357387543,-0.4930409789085388,0.4661182761192322,-0.7289121150970459,-1.5265387296676636 +42,0.19885464925741636,-0.4003994941791972,2.6271205419056995,0.1819217950105667,0.3897862732410431,-0.9027575254440308,0.9688501954078674,2.897170066833496,2.0330936908721924,1.0079585313796997,-0.7579808235168457,-1.0224286317825317 +43,0.44432497988058905,-0.15696847987835594,2.808660146791292,0.42456382513046265,0.15632468461990356,-0.8918005228042603,1.821558952331543,2.4871304035186768,2.011106491088867,0.33157020807266235,0.06643837690353394,-0.7316125631332397 +44,0.6128208250571516,0.13576361943170187,2.8612254372875943,0.5698846578598022,-0.13534694910049438,-0.8105015158653259,2.1542677879333496,1.395620584487915,2.1585934162139893,-0.08142030239105225,0.4136520028114319,0.0603032112121582 +45,0.7928933892837623,0.3888937729451739,2.9054035554919397,0.6591922044754028,-0.37916502356529236,-0.6493839621543884,2.0534229278564453,1.1633079051971436,1.826639175415039,-0.36239349842071533,0.6645501852035522,0.13581889867782593 +46,0.7982027131339258,0.5355176958430088,2.947258707353747,0.615851640701294,-0.5102863311767578,-0.6002787947654724,-0.14955143630504608,-0.9888332486152649,0.5623450875282288,-0.28676533699035645,0.7518939971923828,-0.03245741128921509 +47,0.6293231280412881,0.46198859210627036,3.0548711227060448,0.5268937945365906,-0.4457291066646576,-0.7236770987510681,-0.9646088480949402,-2.0586495399475098,-0.9570544362068176,-0.6241685152053833,0.3867233693599701,-0.2168898582458496 +48,0.6794517592130754,0.1936558394405396,2.9372352334914202,0.6166207194328308,-0.19244767725467682,-0.7633759379386902,-2.579493999481201,-1.439763069152832,-1.8427940607070923,0.1351035237312317,0.3139533996582031,-0.04331052303314209 +49,0.561384573934593,-0.10071550667810433,2.9473832278999863,0.5296610593795776,0.10054532438516617,-0.8422290682792664,-2.05355167388916,1.8990137577056885,-0.8675813674926758,0.27899372577667236,-0.023579992353916168,-0.31766778230667114 +50,0.5673507559516793,-0.25583042995074046,3.020794953578077,0.5199092626571655,0.2530488967895508,-0.8158802390098572,-1.5723873376846313,-0.14401905238628387,0.27174144983291626,0.11256754398345947,-0.3679475784301758,-0.10816144943237305 +51,0.5573857881746842,-0.29204924436118934,3.097468920837704,0.5065707564353943,0.28791528940200806,-0.8127058744430542,-0.6195248961448669,-0.2990538775920868,0.48354580998420715,-0.2810305953025818,-0.29317960143089294,0.0570601224899292 +52,0.5074303364842935,-0.319429540981709,3.1272209852825648,0.4613519310951233,0.31402501463890076,-0.8297847509384155,-0.2806698977947235,0.18525052070617676,-0.23969796299934387,0.2951178252696991,-0.32795628905296326,-0.6389957666397095 +53,0.5248125301206364,-0.20422637375147742,-3.127647615164447,0.49063801765441895,0.202809676527977,-0.8474329113960266,2.4300973415374756,0.4353635609149933,1.8765426874160767,0.7649619579315186,-0.199452742934227,-1.1982519626617432 +54,0.6489852191032156,0.13242422119235575,-3.1318388481970127,0.5990867614746094,-0.13203752040863037,-0.789722204208374,3.5990068912506104,1.9160478115081787,1.9580473899841309,0.10606765747070312,0.5917085409164429,-0.449718713760376 +55,0.7710445169705172,0.4632891125444135,3.121040072038439,0.6234242916107178,-0.4468929171562195,-0.6415830254554749,2.9609155654907227,0.44670435786247253,2.2354085445404053,-0.54119473695755,0.725777804851532,0.17692238092422485 +56,0.741239657119738,0.7674790769603368,-3.124303439246624,0.48591870069503784,-0.6943232417106628,-0.5308467745780945,0.9306532740592957,-0.6302925944328308,1.8255170583724976,-0.7083155512809753,0.9072596430778503,0.36055874824523926 +57,0.663666214446868,0.8355612818861298,-3.082227171287405,0.4131951332092285,-0.7416731119155884,-0.5283851027488708,-1.436694622039795,-0.32299885153770447,-0.3826919198036194,-0.598391056060791,0.9967542886734009,0.5528753995895386 +58,0.6153697636498253,0.49392805386362926,-2.9951231003710137,0.5082648396492004,-0.4740881025791168,-0.7189626693725586,-4.215394496917725,0.6943060755729675,-2.70874285697937,-0.24964362382888794,1.157758116722107,-0.3235177993774414 +59,0.6303099331928381,-8.365422361298607e-05,3.11910927195157,0.5893951654434204,8.36542239994742e-05,-0.807844877243042,-2.034203290939331,-1.4455671310424805,-3.4339966773986816,0.8664611577987671,0.8741381764411926,-0.8718273639678955 +60,0.525693687185855,-0.37937921400726626,3.0056818844661004,0.4661315977573395,0.3703438937664032,-0.8034716844558716,-2.099740505218506,0.4234478175640106,-2.45229172706604,0.5837341547012329,-0.024244070053100586,-0.4181469678878784 +61,0.4872002006146031,-0.6570337890101156,2.843653471017526,0.3706875741481781,0.6107708811759949,-0.6996783018112183,-1.0313483476638794,0.3568251430988312,-2.8412606716156006,0.3411196768283844,-0.3813244700431824,-0.22958195209503174 +62,0.35178825763784227,-0.830927064737037,2.480113335365819,0.2323109209537506,0.7385566830635071,-0.6329026222229004,0.14066438376903534,1.2825747728347778,-2.8641302585601807,1.0239146947860718,-0.7055519223213196,-0.23767238855361938 +63,0.34768759383201925,-0.8715214154555457,2.321961186765386,0.21931186318397522,0.7653090953826904,-0.605148196220398,0.21849185228347778,0.5637140274047852,0.25954583287239075,1.3160732984542847,-0.8777205944061279,-0.40219128131866455 +64,0.5866279365675345,-0.7292484388056442,2.5833808217758065,0.4127730131149292,0.6663094162940979,-0.6210074424743652,0.3015073239803314,-0.33958908915519714,3.842878818511963,1.2059098482131958,0.0787162184715271,-0.5180306434631348 +65,0.8052110474984622,-0.35131033354457936,2.958605748718742,0.6769415140151978,0.34412840008735657,-0.6506349444389343,1.4545818567276,0.6413145065307617,5.365058422088623,0.6287835836410522,0.8750488758087158,-0.4475095868110657 +66,0.9468413240532424,0.1423416541983099,-3.138377250327705,0.8033663034439087,-0.1418614685535431,-0.5783407688140869,1.7106326818466187,0.84457927942276,4.4056243896484375,-0.1986452341079712,1.1784520149230957,-0.15202116966247559 +67,0.9872693583191088,0.5390373075665778,-3.0595539626944057,0.7161917090415955,-0.5133100152015686,-0.47284483909606934,1.3974833488464355,1.1433192491531372,2.023108959197998,-0.41837066411972046,1.3035168647766113,-0.06365418434143066 +68,1.0872299976633244,0.6908038145140307,-3.068837845392147,0.6823636293411255,-0.6371569037437439,-0.35834476351737976,-0.557278573513031,1.140245795249939,-0.09720693528652191,-0.772588849067688,1.2040514945983887,0.22708868980407715 +69,1.136461675010177,0.4528046639865103,-3.1245983062745237,0.81573086977005,-0.43748927116394043,-0.378399521112442,-0.8486987352371216,-0.6889790296554565,-4.580959796905518,-0.6959646940231323,1.0327041149139404,-0.03729566931724548 +70,0.9733370469674553,-0.09788886214756513,3.013928933434077,0.822809636592865,0.09773260354995728,-0.5598506927490234,-2.1933372020721436,-2.721475124359131,-5.333390235900879,0.48819512128829956,1.1547698974609375,-0.6230564713478088 +71,0.7230162548362797,-0.6598018312714211,2.8549640450881077,0.5227782130241394,0.6129602789878845,-0.5924378633499146,-1.5387992858886719,-1.1244614124298096,-4.503485679626465,0.9684022068977356,-0.01702827215194702,-0.7497557401657104 +72,0.49421069448697713,-0.873230380058619,2.5318889227103156,0.3046922981739044,0.7664079666137695,-0.5654922127723694,-0.17936091125011444,0.1687750518321991,-1.489051103591919,0.8875073790550232,-0.37389087677001953,-0.13496243953704834 +73,0.3539506653286621,-0.9529634329840132,2.3515796838173983,0.20077863335609436,0.8151357173919678,-0.5433615446090698,-0.09625694155693054,-0.4697932004928589,-1.0020222663879395,0.885525107383728,-0.6089284420013428,-0.23160183429718018 +74,0.3509570934139082,-0.9309405067986791,2.3311301159023126,0.2052740454673767,0.8021818399429321,-0.5606842041015625,0.1894073486328125,0.33028581738471985,1.6444453001022339,1.3560051918029785,-0.5053068995475769,-0.15463250875473022 +75,0.6639816360609715,-0.7291796972407294,2.747987779222047,0.4595562219619751,0.6662581562995911,-0.5872887969017029,0.8918818831443787,0.2472527027130127,4.585085868835449,1.0581287145614624,0.48536843061447144,-0.5314245223999023 +76,0.9032453104331163,-0.3468823639464895,3.0545218328451136,0.738563060760498,0.3399675190448761,-0.5821913480758667,1.2527003288269043,1.4299622774124146,4.991209983825684,0.17502641677856445,0.8055860996246338,-0.3687821626663208 +77,1.0261327785475143,0.11402116241494954,-3.0786636543295525,0.849747896194458,-0.11377426236867905,-0.5147659778594971,1.2189080715179443,0.7521126866340637,4.167037487030029,-0.28697317838668823,1.068638801574707,-0.1282241940498352 +78,1.076848618114487,0.45249446972327895,-3.0310099760886673,0.791857123374939,-0.4372103214263916,-0.426391065120697,0.9519747495651245,0.8024088740348816,2.170393228530884,-0.45811694860458374,1.158081293106079,0.04418894648551941 +79,1.118162729792291,0.5511501957038252,-3.023451074474327,0.7661328911781311,-0.5236674547195435,-0.3725760579109192,-0.30320337414741516,0.20524495840072632,-0.615684449672699,-0.7914776802062988,1.008103370666504,0.1389029324054718 +80,1.0894819997372927,0.2502822368593646,-3.047630305907591,0.8587695956230164,-0.24767741560935974,-0.44852039217948914,-2.169402599334717,-1.1650032997131348,-4.695570468902588,-0.31923413276672363,1.1722227334976196,-0.14291024208068848 +81,0.9353651002042936,-0.30982857764372973,-3.0955274404211996,0.7664952278137207,0.3048953711986542,-0.5652644634246826,-2.8060762882232666,-1.620727777481079,-4.881725788116455,0.5505518913269043,0.8417110443115234,-0.7176945209503174 +82,0.7504101984132757,-0.7791930438842958,2.9975322054705136,0.48518645763397217,0.7027055025100708,-0.5203836560249329,-0.6439613699913025,0.2511430084705353,-4.064125061035156,0.9302645921707153,-0.2780686616897583,-0.5577413439750671 +83,0.5200398281968371,-0.953685871362492,2.6536394723231718,0.287555068731308,0.8155539631843567,-0.502178966999054,-0.22136595845222473,-0.3712875247001648,-1.4711315631866455,0.7891660928726196,-0.603380560874939,-0.19601738452911377 +84,0.3661295862702346,-0.9929911366912016,2.5718823444022454,0.19553716480731964,0.837663471698761,-0.5099854469299316,0.5267149209976196,-1.0423697233200073,0.30875566601753235,1.0226024389266968,-1.0740373134613037,-0.5676054358482361 +85,0.39329769211209414,-0.7684007477248346,2.6758354996942457,0.2755557894706726,0.6949862241744995,-0.6641258001327515,3.1855809688568115,-0.13833081722259521,2.621638536453247,1.0519282817840576,-0.3644503951072693,-0.6797309517860413 +86,0.46663126359907664,-0.28592899427990903,2.902198047511657,0.4316151440143585,0.2820488512516022,-0.8568295240402222,4.352981090545654,-0.20672579109668732,4.037715911865234,0.9347331523895264,0.8417152166366577,-1.1723452806472778 +87,0.4251679833545113,0.33941510178397577,3.031208395625991,0.38894200325012207,-0.332935631275177,-0.8589982390403748,5.238101005554199,0.38928067684173584,3.265228033065796,0.08733057975769043,1.1391489505767822,-0.7075300216674805 +88,0.4349604830965403,0.9040480508450169,3.1266789682871554,0.26059237122535706,-0.7858368158340454,-0.5608495473861694,4.674725532531738,0.19845232367515564,1.65396249294281,-0.49174773693084717,1.3601471185684204,-0.5164819955825806 +89,0.6255366288676938,1.1963030668311054,2.9723669194802658,0.21418851613998413,-0.9306930899620056,-0.29653650522232056,1.1927549839019775,-0.14509764313697815,0.594270646572113,-0.6010445356369019,1.3489668369293213,0.13299277424812317 +90,0.5433086810173486,1.0816120298716967,2.985353887406427,0.24292774498462677,-0.8827164769172668,-0.4022407829761505,-2.6604208946228027,-2.0105276107788086,-1.279810905456543,-0.6305009722709656,1.1448776721954346,0.013965696096420288 +91,0.22293036861549734,0.6222546048271619,3.064959012101235,0.1796490103006363,-0.5828686356544495,-0.7924584150314331,-5.095107078552246,-2.4250919818878174,-0.8704564571380615,-0.20003476738929749,0.7454052567481995,-0.8235388994216919 +92,0.07123536795726007,0.10413003863465753,2.989002719216454,0.07078960537910461,-0.10394196212291718,-0.9920609593391418,-4.336458206176758,-1.2588937282562256,-1.9110368490219116,-0.11163738369941711,0.30486971139907837,-0.9498793482780457 +93,0.04611258606916007,-0.31232313126270955,2.7135559498490496,0.04386621713638306,0.30727019906044006,-0.9506107568740845,-3.6285383701324463,0.8702755570411682,-3.422858476638794,0.31927770376205444,0.08069974184036255,-0.686458945274353 +94,-0.09060455228773902,-0.6146525591207294,2.3500580093295547,-0.07392031699419022,0.5766746997833252,-0.8136228322982788,-2.983182907104492,0.4789307117462158,-3.501645088195801,0.7013311982154846,-0.0916893482208252,-0.5911165475845337 +95,-0.34481206480648635,-0.7637528814047679,1.985168918432421,-0.24413327872753143,0.6916368007659912,-0.679733395576477,-1.4726598262786865,0.2618347704410553,-1.5695611238479614,1.1861040592193604,-0.5869767665863037,-0.8467406034469604 +96,-0.3479611845373345,-0.8227213234912737,1.8593510645422808,-0.23194576799869537,0.7329996824264526,-0.6394627690315247,0.9072437286376953,0.7304603457450867,1.5003514289855957,1.3215911388397217,-0.9125651121139526,-1.0152919292449951 +97,0.018847638360524447,-0.6845960201348825,2.3427061632107224,0.014599921181797981,0.6323601007461548,-0.7745369672775269,2.827890634536743,0.45369818806648254,4.673274517059326,0.7603024244308472,0.16720044612884521,-0.9174796342849731 +98,0.3206663989301722,-0.26713386733122235,2.7849698958689966,0.30401939153671265,0.2639680504798889,-0.9153649806976318,3.7189552783966064,0.9006136059761047,3.999610662460327,-0.035266339778900146,0.6369108557701111,-0.38213562965393066 +99,0.35665575831809015,0.20584162015834695,2.9725165058150425,0.34177178144454956,-0.20439109206199646,-0.9172875285148621,4.081839561462402,0.4428618848323822,2.417799949645996,-0.24617546796798706,0.8656765222549438,0.08063280582427979 +100,0.5752951817886547,0.6451063800614142,2.868785715373102,0.43474137783050537,-0.6012834310531616,-0.6704163551330566,4.332086563110352,0.9384317994117737,0.829530656337738,-0.16649186611175537,0.9701189398765564,-0.3457884192466736 +101,0.7488427068790355,0.7048375633333419,2.74473244563971,0.5185703039169312,-0.6479101181030273,-0.5579401850700378,-1.5800296068191528,0.7557456493377686,-1.4348700046539307,-0.3396458029747009,1.1491765975952148,0.019274413585662842 +102,0.7328126331612815,0.39232416541658255,2.7747990677931176,0.6181370615959167,-0.3823370337486267,-0.6868223547935486,-3.1516659259796143,-0.4620184004306793,-2.3111624717712402,-0.12215012311935425,0.8067449927330017,-0.4639344811439514 +103,0.7373186849572634,-0.1403658346859881,2.7707829436002447,0.6656932234764099,0.13990536332130432,-0.7329932451248169,-4.071216106414795,0.7736706137657166,-4.2640061378479,-0.002256333827972412,0.18602237105369568,-0.3153160810470581 +104,0.7236286650379589,-0.5594460523831695,2.664736101917405,0.561169445514679,0.5307167768478394,-0.6351602673530579,-2.020723581314087,-0.049705322831869125,-3.929464101791382,0.20866698026657104,-0.08511435985565186,-0.26887720823287964 +105,0.5061668589396993,-0.8141618712929091,2.4212710819549224,0.3328239917755127,0.7271504998207092,-0.6004001498222351,-0.3481180667877197,-0.5509403944015503,-3.059800386428833,0.9262855052947998,-0.5211568474769592,-0.3530147671699524 +106,0.35089708650413326,-0.9046258395660574,2.2260961350879658,0.2124246060848236,0.7861939668655396,-0.5803230404853821,0.023533307015895844,-0.18179064989089966,-0.402442067861557,1.0551382303237915,-0.9549561738967896,-0.5913230776786804 +107,0.46440143271625556,-0.8181253459735812,2.488182560710346,0.30617180466651917,0.7298656105995178,-0.6111913919448853,1.097326397895813,-1.1135852336883545,4.335836410522461,1.4748187065124512,-0.4684826135635376,-0.8196404576301575 +108,0.6881810162290785,-0.34976232815373287,2.7727279360221666,0.596678614616394,0.34267452359199524,-0.7256368398666382,3.276491641998291,1.6749184131622314,5.293605327606201,0.8507548570632935,0.7245709300041199,-0.4251810312271118 +109,0.8409324828273402,0.18839537338982051,2.9688027890623734,0.732078492641449,-0.18728290498256683,-0.6549703478813171,2.251760721206665,1.4796086549758911,4.431901931762695,0.15421301126480103,1.068752646446228,-0.3270699977874756 +110,0.9950396413754422,0.6318077018496813,3.02580147178118,0.6768633723258972,-0.5906044840812683,-0.43936586380004883,1.8197388648986816,2.2524757385253906,3.5169968605041504,0.14077883958816528,1.3284432888031006,-0.25762510299682617 +111,1.1513458940606458,0.9292643107429469,3.0384137791387618,0.5465480089187622,-0.8011798858642578,-0.2437131553888321,0.09977499395608902,1.530333161354065,0.8230597376823425,-0.4670192003250122,1.4829273223876953,-0.0850679874420166 +112,1.2728257269394436,0.7226270056553421,2.9592001398175114,0.7170184850692749,-0.6613574028015137,-0.22020643949508667,-0.42311280965805054,-1.0525414943695068,-4.588028907775879,-0.5986255407333374,1.4596514701843262,-0.43416672945022583 +113,1.0918736791150816,0.13342408989222143,2.905522766245103,0.8796040415763855,-0.1330285668373108,-0.4567275941371918,-2.6868746280670166,-2.2511091232299805,-6.000098705291748,0.7304117679595947,0.9761071801185608,-0.6661514043807983 +114,0.8652937978289112,-0.45325136547306205,2.8136113826875704,0.6844173073768616,0.4378909170627594,-0.5829446315765381,-1.7499526739120483,-1.5139408111572266,-4.617188930511475,1.0590671300888062,-0.1242159903049469,-0.5441457629203796 +115,0.6495880194370319,-0.7698555789988984,2.540582677004454,0.43429508805274963,0.6960315704345703,-0.5717760324478149,0.11808919906616211,0.1451200395822525,-2.6492111682891846,1.1535040140151978,-0.6327534317970276,-0.2796338200569153 +116,0.517095842577545,-0.8930956895804935,2.3796594338512986,0.30996403098106384,0.7790164947509766,-0.5450281500816345,-0.5966898202896118,-0.6602895259857178,-0.70539391040802,1.0190154314041138,-0.9983615875244141,-0.322662889957428 +117,0.5972372043257271,-0.8622693991491786,2.5278078176179957,0.3659366965293884,0.7593212723731995,-0.5380721092224121,0.5623495578765869,-0.4534497857093811,3.4420626163482666,1.5196070671081543,-0.8058300018310547,-0.4686417579650879 +118,0.8028645203840632,-0.5015438420036613,2.855527502487243,0.6307548880577087,0.48077982664108276,-0.6090969443321228,1.309762716293335,0.4671991467475891,4.94249963760376,1.0644203424453735,0.48235493898391724,-0.3391604423522949 +119,0.9548246295172425,-0.0007232358692335643,3.087352116230661,0.8162121772766113,0.0007232358329929411,-0.5777517557144165,1.969465732574463,1.190295934677124,4.707584381103516,0.2010454535484314,0.8846985101699829,-0.307975172996521 +120,1.0243332095648872,0.4566319924693394,-3.131922742572305,0.7668316960334778,-0.4409276843070984,-0.4664248526096344,1.9263519048690796,0.5897253155708313,3.74064040184021,0.08766061067581177,1.2833501100540161,-0.336889386177063 +121,1.1258007658878038,0.7568242492417233,3.0831570157483377,0.6562175750732422,-0.686616063117981,-0.31294867396354675,0.8948215842247009,0.8924582004547119,1.2946054935455322,-0.2000408172607422,1.5610514879226685,0.01676034927368164 +122,1.182293182266235,0.6872080306788027,3.063868570061365,0.715412437915802,-0.6343814134597778,-0.2928227484226227,-0.8395148515701294,-0.20453691482543945,-3.0440878868103027,-0.6034435033798218,1.3814976215362549,-0.17258557677268982 +123,1.0781794755277951,0.22319626692947336,3.034939457012292,0.8592426180839539,-0.22134773433208466,-0.46120208501815796,-2.9182286262512207,-1.3747378587722778,-5.197676658630371,0.44088250398635864,1.1772040128707886,-0.581705629825592 +124,0.9188543686880595,-0.35715019013591354,3.006282858278916,0.7447459697723389,0.3496056795120239,-0.5684446096420288,-1.651402235031128,-1.187054991722107,-5.1598358154296875,0.5952198505401611,0.036182284355163574,-0.5943819284439087 +125,0.6930602584454103,-0.7040203656388567,2.7023481134657663,0.48699474334716797,0.6472874283790588,-0.5863916277885437,0.14263014495372772,-0.19635245203971863,-3.4556398391723633,0.9676408767700195,-0.43935590982437134,-0.2139165997505188 +126,0.4549621893819059,-0.8628029430405727,2.3958770673212166,0.2857649624347687,0.7596683502197266,-0.5841596126556396,-0.8022496700286865,-0.8353317975997925,-1.3052157163619995,1.2388627529144287,-0.9516391754150391,-0.14167046546936035 +127,0.4670725504925944,-0.8994797244666769,2.4685445234152468,0.2800785005092621,0.7830033898353577,-0.5553933382034302,0.19180698692798615,0.3238251805305481,1.8677961826324463,1.4676326513290405,-1.1641221046447754,-0.3165091276168823 +128,0.7176955365887288,-0.5958708128108448,2.8793176321069676,0.5443110466003418,0.5612297058105469,-0.6234956383705139,1.513492226600647,-0.04050442948937416,5.4767069816589355,1.5405735969543457,0.3384590148925781,-0.6841520667076111 +129,0.8856089433215202,-0.09001530655931961,-3.108124289356562,0.7711656093597412,0.08989379554986954,-0.6302560567855835,1.338484764099121,0.5815058350563049,5.828126430511475,0.4638655185699463,0.9304308891296387,-0.34043174982070923 +130,0.8991364251088111,0.3904866680710471,-2.9329808238430433,0.7238645553588867,-0.3806384801864624,-0.5754429697990417,1.6734644174575806,0.4227120578289032,3.6721112728118896,0.07476526498794556,1.2646105289459229,-0.11153829097747803 +131,0.8885064324481108,0.7080994780414319,-2.886630169403693,0.5895484089851379,-0.6503913402557373,-0.47898200154304504,1.3885451555252075,0.16045942902565002,1.7974411249160767,0.17444390058517456,1.5081336498260498,-0.08818721771240234 +132,0.9728464523393968,0.7979226522182976,-2.8859362795044157,0.5770524740219116,-0.7159072160720825,-0.3930485248565674,0.29061973094940186,1.1340464353561401,-1.349704623222351,-0.6397966742515564,1.411036729812622,0.07583361864089966 +133,1.0666737395892443,0.487593080103591,-3.0160497851434434,0.7735590934753418,-0.4685008227825165,-0.4267474412918091,-1.6596364974975586,-1.1360374689102173,-4.568429470062256,-0.23982185125350952,1.2237193584442139,-0.2654827833175659 +134,0.9553757949754823,-0.0922678521263669,-3.080354558981812,0.813057541847229,0.09213698655366898,-0.5748463273048401,-2.9397590160369873,-1.3393298387527466,-5.170937538146973,0.575888991355896,0.6106370687484741,-0.6743906736373901 +135,0.7840400683198776,-0.5996012085766859,3.0646931183625368,0.5829662680625916,0.5643132925033569,-0.5845518708229065,-0.9810327887535095,-0.008171637542545795,-4.2599921226501465,1.0287890434265137,-0.3711676001548767,-0.559140145778656 +136,0.5798333793040218,-0.7877475975255991,2.690980213611673,0.38650161027908325,0.7087661027908325,-0.5901415348052979,0.3945502042770386,-0.10625865310430527,-2.0869646072387695,1.004611611366272,-0.5945083498954773,-0.2757946848869324 +137,0.48651524876991026,-0.8780003959089018,2.6205751090986316,0.29861894249916077,0.769463300704956,-0.5645821690559387,-0.18047410249710083,-0.2515791356563568,-0.025195633992552757,1.0799821615219116,-0.9847036600112915,-0.3578726649284363 +138,0.5854825805675195,-0.7935193730167944,2.766714654317752,0.3875621557235718,0.7128259539604187,-0.584529459476471,0.3574278950691223,-0.548778235912323,3.2647337913513184,1.1194416284561157,-0.660564661026001,-0.3653606176376343 +139,0.7575740566901166,-0.4283386094701483,-3.128031973109423,0.6250808835029602,0.41536009311676025,-0.6608706116676331,1.4085246324539185,0.2673385441303253,5.148716926574707,0.9956161379814148,0.5746148824691772,-0.4068174362182617 +140,0.8915811699737196,0.0395185029118509,-2.931258312607778,0.7774584889411926,-0.039508216083049774,-0.6276921033859253,2.124382495880127,1.038598895072937,4.208970069885254,0.12259644269943237,0.8531373739242554,-0.21445566415786743 +141,0.9350628580395257,0.43509878045438194,-2.851051901201449,0.7296671867370605,-0.42149996757507324,-0.5384455919265747,1.3927546739578247,0.12156332284212112,3.027838706970215,-0.025138378143310547,1.2031314373016357,-0.022528529167175293 +142,0.9543040687965026,0.6551374070691228,-2.8032430669037867,0.6469887495040894,-0.6092681884765625,-0.4584735035896301,0.4118923544883728,0.8061262965202332,0.9171227216720581,-0.14885032176971436,1.2813873291015625,0.010444939136505127 +143,1.0325401648945283,0.632345847183578,-2.837702146642984,0.6925870776176453,-0.5910386443138123,-0.41351720690727234,-0.44769707322120667,-0.011926937848329544,-1.705478310585022,-0.43988633155822754,1.2123613357543945,-0.08253079652786255 +144,1.0058089062669175,0.28805444419454856,-2.8820935547058486,0.8097966909408569,-0.2840873599052429,-0.5133456587791443,-2.768132209777832,-1.1857354640960693,-4.551609516143799,0.08000433444976807,1.1220238208770752,-0.4384213089942932 +145,0.8931726328439321,-0.25414210318552055,-2.890432177062076,0.7540406584739685,0.2514151632785797,-0.6068056225776672,-2.363461494445801,-0.8547859191894531,-4.326032638549805,0.4171629548072815,0.04358300566673279,-0.6258450746536255 +146,0.7101521102912361,-0.6080181937843914,3.1037441247025686,0.5351079106330872,0.5712419748306274,-0.6223681569099426,0.7819844484329224,0.34566399455070496,-4.438261032104492,0.8846155405044556,-0.31785452365875244,-0.2619702219963074 +147,0.5471174131397363,-0.7750819451754213,2.8063590970635586,0.3716316819190979,0.6997746229171753,-0.6100863218307495,-0.7722946405410767,-0.07132341712713242,-0.9222106337547302,0.9523123502731323,-0.9477605223655701,-0.09380155801773071 +148,0.609598843258457,-0.7830461959307039,2.8507240730068073,0.40579700469970703,0.7054417133331299,-0.5811030864715576,0.993384838104248,0.7086385488510132,1.1291656494140625,0.8561506271362305,-0.7813084125518799,-0.3361179828643799 +149,0.7820132875331982,-0.5593221480504437,3.0109866949158297,0.5973221659660339,0.5306117534637451,-0.6013796329498291,0.5215690732002258,0.49979367852211,3.9622044563293457,0.7779677510261536,-0.03825640678405762,-0.3438870906829834 +150,0.9515941563130031,-0.16056953041055583,-3.0502708401393983,0.803866446018219,0.15988042950630188,-0.5729198455810547,1.1904504299163818,1.37496817111969,4.2857208251953125,0.5341615080833435,0.7834026217460632,-0.5846576690673828 +151,1.0447675898396218,0.27412049790391224,-2.897185275573145,0.8325191736221313,-0.2707003653049469,-0.4833562672138214,0.8187987208366394,0.8005800247192383,3.989358425140381,-0.08837848901748657,1.1822147369384766,-0.3836023211479187 +152,1.0776205505922323,0.5529463416217218,-2.837893171130547,0.7495726943016052,-0.5251967906951904,-0.4028761386871338,0.6472979187965393,0.0825517550110817,1.5920718908309937,-0.4567718505859375,1.121189832687378,-0.07801985740661621 +153,1.1016811643813853,0.6098572485357147,-2.876904983294396,0.7311732769012451,-0.572750449180603,-0.3705975413322449,0.4679505527019501,0.03910862281918526,-0.9861048460006714,-0.6157710552215576,1.009243369102478,0.13590210676193237 +154,1.1063829376657495,0.4183439781982015,-2.968204204169476,0.8169811964035034,-0.4062477946281433,-0.4092729389667511,-0.8936232328414917,-0.7608504891395569,-2.964620590209961,-0.3083447813987732,0.9295480251312256,0.08758720755577087 +155,1.0486862750359573,1.35002493159779e-05,-3.036662475442909,0.8667688369750977,-1.3500249224307481e-05,-0.49871018528938293,-1.9529889822006226,-0.7464427351951599,-4.545068264007568,0.3504095673561096,0.7786389589309692,-0.22373241186141968 +156,0.942450211065436,-0.48116616376529003,-3.026009402190871,0.7171434760093689,0.46281322836875916,-0.5210654735565186,-3.1731321811676025,-1.2439337968826294,-3.011490821838379,0.9509931206703186,0.059067875146865845,-0.683203935623169 +157,0.9085152591727165,-0.8287737468654824,-3.12507583242369,0.5329145789146423,0.7371032238006592,-0.4155488908290863,0.06172595173120499,1.40784752368927,-2.990154266357422,0.8577867150306702,-0.9307372570037842,-0.3275998830795288 +158,0.8646274826655697,-0.9045713383510993,3.030350395294598,0.4702247083187103,0.7861602902412415,-0.4010494351387024,0.32959288358688354,0.10935086756944656,-0.1237887591123581,0.5242668390274048,-0.8290833234786987,-0.18221774697303772 +159,0.8685543771331681,-0.8440671088702363,3.085606575169007,0.5072223544120789,0.7473515868186951,-0.42917507886886597,0.18870845437049866,-0.42695972323417664,1.62794828414917,0.8234661817550659,-0.6447362303733826,-0.30581027269363403 +160,0.9154718976857691,-0.6872881948246955,-3.1413202134076905,0.6128489375114441,0.6344434022903442,-0.47106024622917175,1.0028578042984009,0.22358264029026031,1.8522212505340576,0.7321675419807434,-0.1931135058403015,-0.34986260533332825 +161,0.9967113081982056,-0.45968137489120897,-3.0555081877511805,0.7525245547294617,0.4436625838279724,-0.48669302463531494,0.7247040867805481,0.26832249760627747,2.603130340576172,0.4568259119987488,0.0447254478931427,-0.44517645239830017 +162,1.0287513070483953,-0.15644215829242294,-2.9615453551026527,0.8461938500404358,0.1558048129081726,-0.5095888376235962,1.321691632270813,-0.20425090193748474,3.249162435531616,0.33274590969085693,0.5315731167793274,-0.47844821214675903 +163,1.0875464743025023,0.1737508345026801,-2.9586187484297994,0.8721569180488586,-0.17287792265415192,-0.45766308903694153,1.2647253274917603,0.6889554858207703,2.6427581310272217,-0.19510924816131592,0.8103901147842407,-0.12426134943962097 +164,1.121175465340125,0.421384795972062,-2.9275357582185784,0.8218294382095337,-0.40902450680732727,-0.39660465717315674,0.7355707883834839,0.3585752546787262,1.5250717401504517,-0.6776491403579712,0.7904484272003174,0.009519696235656738 +165,1.1631850564320454,0.48571114582770775,-2.992002176644221,0.8118893504142761,-0.4668373763561249,-0.35056906938552856,0.45735466480255127,0.033939845860004425,-0.7387517690658569,-0.8249356150627136,0.8460487723350525,0.16892844438552856 +166,1.164464796496802,0.27673463936008486,-3.0779085704791225,0.8836275935173035,-0.27321597933769226,-0.38020434975624084,-0.8552649021148682,-0.6854436993598938,-3.669081449508667,-0.30946987867355347,0.9027020931243896,-0.07028090953826904 +167,1.0830919350028525,-0.16555740014092174,3.1176202904100063,0.8713316917419434,0.16480213403701782,-0.4621918201446533,-0.5576919913291931,-1.5767773389816284,-5.559317111968994,0.5847992300987244,0.2918018698692322,-0.8111388683319092 +168,0.8734622923178115,-0.5508763714958361,3.0136914009045404,0.6531571745872498,0.5234341621398926,-0.547176718711853,-1.75271737575531,-0.8995680809020996,-1.597795844078064,1.398676872253418,-0.5286374092102051,-0.2968937158584595 +169,0.9548922121268109,-0.609976738383955,3.124223968673563,0.6690497398376465,0.572848379611969,-0.47351565957069397,0.09831587225198746,0.5590330958366394,0.7265627384185791,-0.13096386194229126,-0.6399108171463013,0.06340524554252625 +170,0.9894105804432516,-0.5373618762454149,-3.1231022594298867,0.7179202437400818,0.5118714570999146,-0.4717818796634674,0.33139219880104065,-0.1783604472875595,0.5854514837265015,-0.2621554732322693,-0.46214306354522705,0.1377059817314148 +171,0.8764232768677661,-0.5189902520129289,3.0739953660429715,0.6672652363777161,0.4960035979747772,-0.5556415319442749,0.7203071117401123,-1.3298438787460327,0.13650847971439362,1.1957261562347412,-0.2097182273864746,-0.2980419397354126 +172,0.9625901631902818,-0.31031546041462743,3.0834830508593947,0.7814766764640808,0.30535903573036194,-0.5441047549247742,0.1509779840707779,1.7271491289138794,2.2272417545318604,0.3846610188484192,0.47352585196495056,-0.36451029777526855 +173,1.0490337622182724,-0.07707051768074463,-2.9466828410881254,0.8643685579299927,0.07699424028396606,-0.49692943692207336,0.6950556635856628,0.043417226523160934,3.162593364715576,-0.008365750312805176,0.26431435346603394,-0.47090500593185425 +174,1.1442363363991415,0.18825374569065875,-2.96631854088632,0.8943099975585938,-0.18714377284049988,-0.4064317047595978,0.6529591083526611,0.46448662877082825,1.98427414894104,-0.660896360874176,0.6535592079162598,0.08651599287986755 +175,1.1511914484833203,0.36457964902336315,-2.9662173611560516,0.8532254695892334,-0.35655659437179565,-0.3806227743625641,1.0783302783966064,0.220810666680336,0.3663443624973297,-0.8184354305267334,0.8265120387077332,0.044898927211761475 +176,1.1853116575433476,0.3010415879609454,-3.092414816243734,0.8849446177482605,-0.2965151071548462,-0.3590984642505646,0.232352152466774,-0.31233900785446167,-2.413957118988037,-0.631862461566925,0.9139925241470337,0.08955195546150208 +177,1.1367301024569632,-0.07875007545032725,3.082873057048781,0.9044514298439026,0.07866870611906052,-0.41926002502441406,-1.045795202255249,-1.5700339078903198,-4.308595180511475,0.4203929305076599,0.7229517698287964,-0.5358638763427734 +178,0.888312690038698,-0.5578836947658644,2.9807668785812687,0.6583481431007385,0.5293919444084167,-0.5350905060768127,-2.7640748023986816,-2.2300832271575928,-3.2892794609069824,1.8208847045898438,0.012615501880645752,-0.8145188689231873 +179,0.8765846206340163,-0.7417003168572491,3.072739276442517,0.5666741132736206,0.6755425930023193,-0.4717230498790741,0.44097235798835754,0.46172621846199036,-0.057264987379312515,0.3544378876686096,-0.7245995402336121,-0.10432672500610352 +180,0.9043287654804997,-0.7429638162397469,3.0881262711453488,0.5788705945014954,0.6764736175537109,-0.45529359579086304,-0.8692834973335266,-0.39802759885787964,-0.14890164136886597,-0.33968907594680786,-0.7676754593849182,0.2523517310619354 +181,0.8563810021818018,-0.7755960654137295,-3.130843981943245,0.5394129753112793,0.7001417875289917,-0.4677979648113251,0.373006135225296,-0.8393257260322571,0.45053476095199585,0.6084293723106384,-0.7375869154930115,-0.22101423144340515 +182,0.8311309107634914,-0.5461551349971144,3.1002650304117965,0.6312347650527954,0.5194055438041687,-0.5759866833686829,2.564164876937866,1.8682582378387451,1.857795000076294,0.8741515874862671,0.1009100079536438,-0.22325342893600464 +183,0.9821222489578652,-0.23023194473705813,3.1228835477023162,0.8097324967384338,0.22820335626602173,-0.5406073927879333,-0.09872229397296906,0.9248867034912109,3.10152006149292,0.1505792737007141,0.3416055738925934,-0.2556877136230469 +184,1.0238072937742155,0.052697661513244766,-3.0019930023881356,0.8529087901115417,-0.05267327278852463,-0.5193958878517151,0.5851978659629822,0.5086349844932556,3.131558656692505,0.07781630754470825,0.6009978652000427,-0.3292521834373474 +185,1.0945129240152152,0.29026632881306774,-2.9463005474507806,0.8515284657478333,-0.2862074375152588,-0.43930014967918396,0.09888996928930283,0.1517949104309082,1.4456486701965332,-0.8751338124275208,0.7912275791168213,0.08111536502838135 +186,1.051148448406995,0.39866574630374496,-2.929403935802258,0.7999258041381836,-0.38818907737731934,-0.45763304829597473,1.6042648553848267,-0.2063238024711609,0.023348046466708183,-0.8559103012084961,0.7818353176116943,0.22824764251708984 +187,1.098075680598406,0.3001441467973417,-3.0892585118864946,0.8505296111106873,-0.2956579029560089,-0.4349551498889923,-0.4456508457660675,0.061406418681144714,-3.0135178565979004,-0.33994001150131226,0.880298376083374,0.14569425582885742 +188,1.0972299524742586,-0.11263742322882907,3.1058069256989027,0.8843079209327698,0.1123993992805481,-0.4531730115413666,-1.241619348526001,-0.8731015920639038,-4.4200286865234375,0.5083311796188354,0.4731566309928894,-0.5900245904922485 +189,0.9295697363787666,-0.5403424242116618,3.110282528259758,0.6871946454048157,0.5144296884536743,-0.5129578709602356,-3.0543272495269775,-0.4688499867916107,-2.054614543914795,1.330993890762329,-0.48430877923965454,-0.6555602550506592 +190,0.9911974176018312,-0.6540841851845542,3.1410620665131193,0.6639958024024963,0.6084327101707458,-0.4346485733985901,0.2832511365413666,0.2653021514415741,0.2713009715080261,-0.1821078658103943,-0.7697485089302063,0.047670602798461914 +191,0.9325705818317194,-0.6525135787763305,3.121869960450862,0.638154149055481,0.6071854829788208,-0.4733761250972748,0.47914308309555054,-1.2389177083969116,-0.5806795358657837,0.20001107454299927,-0.5118486285209656,-0.047818273305892944 +192,0.8557793748402069,-0.5907374967454623,3.0541210383665267,0.6271184682846069,0.5569736957550049,-0.5445206761360168,0.9519035220146179,0.6791927814483643,0.8826949596405029,0.9255243539810181,-0.20675396919250488,-0.19571375846862793 +193,0.9525825044060511,-0.4064547440314048,3.0739484071858887,0.7485224604606628,0.3953554034233093,-0.5323610901832581,0.37677785754203796,0.34240713715553284,1.849204182624817,0.20852404832839966,-0.036834895610809326,-0.3950986862182617 +194,0.9842127192728485,-0.15103225354125416,-3.089413856047435,0.8233557939529419,0.1504587084054947,-0.547217845916748,0.8375778198242188,1.0975046157836914,2.5748000144958496,0.0642174482345581,0.3541646897792816,-0.3048176169395447 +195,1.0643017328779019,0.13403424799214975,-3.039191956027373,0.8666073679924011,-0.13363328576087952,-0.48076388239860535,0.7603759765625,0.42973020672798157,2.900275707244873,-0.5083004236221313,0.49482405185699463,0.14616906642913818 +196,1.08375687131268,0.35075557219573533,-3.010590682021601,0.829915463924408,-0.34360748529434204,-0.43951600790023804,1.0285581350326538,0.2847054600715637,1.0162296295166016,-0.7156729102134705,0.783365786075592,0.13653749227523804 +197,1.1600117666537875,0.3072032936720506,-3.121572544660243,0.8738855123519897,-0.3023940622806549,-0.38063332438468933,-0.167536661028862,-0.3292264938354492,-2.8882527351379395,-0.7072443962097168,0.8825637698173523,0.1722899079322815 +198,1.0776015055684656,-0.04546823064177431,3.0956068831586463,0.8799144625663757,0.04545256495475769,-0.47295308113098145,-0.9609725475311279,-0.6929453015327454,-4.802302837371826,0.29075509309768677,0.6376833915710449,-0.48064494132995605 +199,0.9076485210303853,-0.4598124071842461,3.114370990605145,0.7062072157859802,0.44378000497817993,-0.5516616702079773,-3.336740255355835,-1.3134312629699707,-1.2432472705841064,1.144805908203125,-0.3310786485671997,-0.5328109860420227 +200,0.9667373558929675,-0.6268106958363571,-3.05681203792219,0.6665796041488647,0.5865647196769714,-0.4600147008895874,-1.2973077297210693,0.23226945102214813,0.4391241669654846,-0.018737196922302246,-1.1001298427581787,0.026298880577087402 +201,0.9963308087394221,-0.606886901930812,-2.9262060355465453,0.6895741820335388,0.570313036441803,-0.4463522732257843,0.3559442460536957,-1.2845048904418945,1.1315803527832031,0.2789011001586914,-0.8420416116714478,-0.4399239718914032 +202,0.8941993900000207,-0.40849218640682294,-2.937098744171536,0.7155542969703674,0.3972260355949402,-0.5746246576309204,2.2020864486694336,0.4347369372844696,2.134748935699463,0.9686498045921326,0.13361197710037231,-0.3750671148300171 +203,1.032263827596526,-0.08364228321404162,-3.0092873582575455,0.8554611206054688,0.0835447907447815,-0.511083722114563,1.3130437135696411,1.5384244918823242,1.8085367679595947,-0.37941741943359375,0.963650643825531,-0.273492693901062 +204,1.029722526043667,0.022334467133676778,-3.0307335390895163,0.8569422960281372,-0.022332610562443733,-0.5149282217025757,0.5765591859817505,-0.27752333879470825,-0.3069705367088318,-0.4540950655937195,1.0133147239685059,0.02959197759628296 +205,1.0487401413031672,-0.10135955636939523,-3.0489461836055507,0.8623468279838562,0.10118608921766281,-0.49610406160354614,-0.8300952315330505,-0.14211349189281464,-1.5398191213607788,-0.7302209734916687,0.2331187129020691,0.20603451132774353 +206,0.990947033838895,-0.2928795042413015,3.1158306046454047,0.8009222745895386,0.2887102961540222,-0.5245665311813354,0.6391037106513977,-0.44035398960113525,-3.0409064292907715,-0.2684667110443115,0.18057379126548767,0.11247235536575317 +207,0.8058432259831935,-0.5580089636517009,2.9046974880304517,0.6119841933250427,0.5294982194900513,-0.587458074092865,-1.3446462154388428,-1.0454792976379395,-3.3150222301483154,0.8302612900733948,-0.04130852222442627,-0.17186498641967773 +208,0.6355150982404086,-0.8035216859994773,2.844878173625229,0.4120575189590454,0.7198052406311035,-0.5586494207382202,-0.6176697611808777,-0.5362958908081055,-0.47740438580513,1.294744849205017,-0.6940178871154785,-0.7019859552383423 +209,0.7185668495302108,-0.6875758422444388,2.981767847372355,0.5087305903434753,0.6346656680107117,-0.5817152261734009,0.853779673576355,-0.3145175576210022,3.62276554107666,0.7456181049346924,-0.32018208503723145,-0.5073044896125793 +210,0.8557826462494664,-0.3680831042581213,3.120193440151667,0.7045078277587891,0.35982760787010193,-0.6117129921913147,1.2888715267181396,0.9978218078613281,2.7862143516540527,-0.12159162759780884,-0.006342500448226929,0.07464945316314697 +211,0.8952551856271476,-0.05166573585696711,-3.0209385667420965,0.779327392578125,0.051642753183841705,-0.6244852542877197,0.7861735224723816,-0.30519768595695496,3.0598130226135254,-0.3011474609375,0.537880539894104,0.1503337025642395 +212,0.8548354287541896,0.13256414041354078,-2.96756212893085,0.7478433847427368,-0.1321762204170227,-0.6505840420722961,0.4778764843940735,-0.5413957834243774,0.6014787554740906,-0.1484324336051941,0.9611557126045227,-0.004124820232391357 +213,0.8736135523277775,0.10347657735901519,-3.0061495935131517,0.7625532746315002,-0.10329201817512512,-0.6386260986328125,0.05539419874548912,0.25202617049217224,-1.3373810052871704,-0.37113481760025024,0.7188467979431152,0.0557861328125 +214,0.8657014825802312,-0.0913598878110951,-3.113055051432477,0.7583741545677185,0.09123285114765167,-0.6454032063484192,-1.124697208404541,-0.3203009068965912,-2.886864423751831,0.074862539768219,0.7256616950035095,-0.15907061100006104 +215,0.849784672463822,-0.40313055809573833,-3.125158947564293,0.6909250617027283,0.3922998607158661,-0.6072259545326233,-1.795024037361145,0.17172470688819885,-2.0439159870147705,0.0069509148597717285,-0.1947290599346161,-0.11970275640487671 +216,0.8496557171931235,-0.6280794463806127,3.0823469599696893,0.6077203154563904,0.587591826915741,-0.5342395901679993,-0.2369377464056015,0.2533092796802521,-2.0462722778320312,-0.031777262687683105,-0.49758023023605347,-0.12049978971481323 +217,0.7155975734474678,-0.7823337625479545,2.920331779067696,0.46532994508743286,0.7049366235733032,-0.5352872610092163,-0.18168869614601135,-0.7427919507026672,-1.8405156135559082,0.5146352648735046,-0.4071308374404907,-0.4302736520767212 +218,0.607909330147941,-0.8555211063097617,2.806768786668563,0.37457630038261414,0.754912793636322,-0.5383301377296448,0.35769328474998474,0.3774867653846741,0.15642131865024567,0.9820826053619385,-0.642028272151947,-0.46905505657196045 +219,0.685995256275522,-0.7107360296879638,2.9617769881592992,0.4800753593444824,0.652391791343689,-0.5864406824111938,0.1820685714483261,-0.9316075444221497,3.3898775577545166,0.9273343086242676,-0.060335516929626465,-0.36059606075286865 +220,0.8044335438865805,-0.405534572820799,-3.021255445018574,0.6620044112205505,0.39451003074645996,-0.6372692584991455,1.3890713453292847,0.5450498461723328,3.5222275257110596,0.22810178995132446,0.19516587257385254,-0.146010160446167 +221,0.8824623792897639,-0.045695070859931824,-2.8858960227200905,0.7714992761611938,0.04567917063832283,-0.6345882415771484,1.2500417232513428,-0.24906882643699646,3.8578426837921143,-0.17625391483306885,0.5752772688865662,0.10849571228027344 +222,0.8677213192600416,0.26363993426284993,-2.808985205952022,0.7364991903305054,-0.2605964243412018,-0.6242262125015259,1.347623586654663,0.2076532244682312,1.4251830577850342,-0.20430320501327515,1.1251137256622314,-0.07043009996414185 +223,0.9185547162972442,0.36169726395877794,-2.864622135480282,0.7433045506477356,-0.3538621962070465,-0.5676969885826111,0.9067827463150024,0.33787602186203003,-0.9402844905853271,-0.5854371190071106,1.2829546928405762,0.053475797176361084 +224,0.928404627935357,0.1338819146576952,-3.001444783907442,0.7935001850128174,-0.13348232209682465,-0.5937507748603821,-1.4377530813217163,-0.9472044706344604,-3.336711883544922,0.05957293510437012,1.0708755254745483,-0.20820540189743042 +225,0.8570303200359655,-0.2860562365663523,-2.997114883976711,0.725184977054596,0.2821709215641022,-0.6280814409255981,-2.566824197769165,-0.5140355825424194,-2.9086272716522217,0.08873409032821655,-0.04303517937660217,-0.37706077098846436 +226,0.7912357011792684,-0.5808126517435076,3.132437450847556,0.5945940613746643,0.5487034916877747,-0.5876923203468323,0.30897319316864014,0.5528820157051086,-3.5707316398620605,0.1066235899925232,-0.34100091457366943,-0.20361316204071045 +227,0.5744112899076486,-0.7822524285309277,2.8103843142486475,0.3854065537452698,0.7048789262771606,-0.5954893231391907,-0.621954083442688,-0.5223408937454224,-2.7941954135894775,0.8315123915672302,-0.34440529346466064,-0.2472078800201416 +228,0.46527967102138046,-0.8956908952968888,2.702236361796592,0.28041133284568787,0.7806410789489746,-0.5585418939590454,0.2884546220302582,0.5997688174247742,0.6314522624015808,1.3560327291488647,-1.0141615867614746,-0.6705077886581421 +229,0.6117581599565699,-0.6832870029473613,2.8231022439327846,0.44537651538848877,0.6313455104827881,-0.6348563432693481,1.5008350610733032,0.09424304962158203,3.550962209701538,1.0844391584396362,-0.09747099876403809,-0.5645912885665894 +230,0.8037241701514566,-0.31436974042545407,3.1177180740685193,0.6846622228622437,0.3092171549797058,-0.6600168943405151,1.7637919187545776,0.9781787395477295,4.047393321990967,0.22604328393936157,0.3447898030281067,-0.38542377948760986 +231,0.9206720800206949,0.11361294749440534,-3.0630968762953974,0.7908767461776733,-0.1133686900138855,-0.6013830304145813,1.5214756727218628,0.7058758735656738,4.012792587280273,-0.13274991512298584,0.8546406626701355,-0.0819513201713562 +232,0.9504560295564499,0.4269335266109906,-2.9852118390260496,0.7406445145606995,-0.41408151388168335,-0.5291333794593811,1.0457265377044678,0.4684717655181885,1.551348328590393,-0.42913639545440674,1.1726264953613281,-0.07987534999847412 +233,1.0162401884773216,0.45936114066338424,-3.027648503879934,0.7620058655738831,-0.4433755576610565,-0.4719800353050232,-0.41980046033859253,0.1490393579006195,-1.3588963747024536,-0.6062746644020081,1.2413949966430664,-0.1220293641090393 +234,0.9782693835625813,0.1331904425443638,3.13460904902925,0.8221851587295532,-0.1327970027923584,-0.5535128712654114,-0.908841073513031,-0.9833587408065796,-5.07755708694458,0.1664164662361145,1.161041021347046,-0.4347531795501709 +235,0.9322600697174742,-0.3492996319804501,2.98725553200322,0.7544798851013184,0.3422398269176483,-0.5600286722183228,-1.6981350183486938,-0.03547600656747818,-3.8552024364471436,0.5610260963439941,0.031081736087799072,-0.41635072231292725 +236,0.7739115332890297,-0.6651816674578115,2.720142396046198,0.5499277114868164,0.61720210313797,-0.5627087354660034,1.1889081001281738,-0.5047863125801086,-3.447672128677368,0.5801839828491211,-0.3987877368927002,-0.027287602424621582 +237,0.5073797836968365,-0.7731133914377043,2.3951733753561966,0.34776994585990906,0.6983669996261597,-0.6255713701248169,-0.126228466629982,-0.32032689452171326,-2.309399366378784,0.9245383739471436,-0.46820348501205444,0.06426161527633667 +238,0.38687316917652337,-0.823608671268243,2.181337599728751,0.2564011514186859,0.7336030006408691,-0.629352867603302,0.4475010633468628,1.0526506900787354,-0.37107235193252563,1.3497694730758667,-0.7789673805236816,0.193287193775177 +239,0.6108747519593996,-0.7390912669918396,2.4123687021764786,0.4239251911640167,0.6736165881156921,-0.6054156422615051,-0.5867285132408142,-0.3229503035545349,4.342500686645508,1.3843632936477661,-0.26788538694381714,-0.2035747766494751 +240,0.9041613312634122,-0.39577284712682625,3.004332810867962,0.7251553535461426,0.38552141189575195,-0.5705461502075195,-0.32019561529159546,0.5413423776626587,6.314944267272949,0.7403444647789001,0.6401286125183105,-0.3983411192893982 +241,1.0393322063375146,0.08878958019426589,-3.020365105734363,0.858670175075531,-0.08867296576499939,-0.5047996640205383,0.8772227764129639,0.42389804124832153,5.078614234924316,0.002734243869781494,0.9702189564704895,-0.1467963457107544 +242,1.0102682323708974,0.4830903749204365,-2.899814172486107,0.7500497698783875,-0.46451810002326965,-0.47079533338546753,1.1792211532592773,-0.10335954278707504,2.5221810340881348,-0.11786293983459473,1.3954873085021973,-0.16512995958328247 +243,1.0676485378681955,0.6008221213267774,-2.9271589746220026,0.7226442098617554,-0.5653207898139954,-0.39774104952812195,0.34918203949928284,0.9106795191764832,-0.11629466712474823,-0.46861588954925537,1.249387502670288,-0.00791388750076294 +244,1.1371544647133576,0.47432773490105873,-3.0550533806692792,0.8072600364685059,-0.45674049854278564,-0.3737907111644745,0.43200111389160156,-0.8080018162727356,-3.7346856594085693,-0.22957754135131836,1.1686698198318481,-0.3240089416503906 +245,1.0767673477643163,-0.0011769698766976515,3.106746426710375,0.8804289698600769,0.001176969613879919,-0.4741766154766083,-3.2555525302886963,-1.4577914476394653,-4.69285774230957,0.2981293797492981,0.6936320066452026,-0.22137996554374695 +246,0.9237304467734281,-0.5420661202640978,3.1192709789293294,0.6834790706634521,0.5159070491790771,-0.5164264440536499,-1.657049298286438,-0.8363993763923645,-4.303708076477051,0.6692430973052979,-0.35224127769470215,-0.6825023889541626 +247,0.6225857770488651,-0.8154956600991355,2.6558051777900116,0.399745374917984,0.7280654907226562,-0.5568881034851074,1.2486567497253418,1.06027352809906,-3.992274522781372,1.3106123208999634,-0.39125823974609375,0.09219694137573242 +248,0.5445986243284814,-0.9311520466738769,2.4814569872649965,0.3092440664768219,0.8023081421852112,-0.5105582475662231,-0.560416042804718,0.26632946729660034,0.11250235885381699,1.159551739692688,-0.9857646226882935,-0.25389182567596436 +249,0.7048260321527748,-0.8161005221019576,2.7002551384015967,0.4438559412956238,0.7284799814224243,-0.521832287311554,0.5627380609512329,-0.8165019750595093,4.227757930755615,1.4639198780059814,-0.3122354745864868,-0.33711546659469604 +250,0.9489201293937248,-0.4210414697380639,3.0804559409376595,0.7418012022972107,0.40871119499206543,-0.5316824913024902,0.6544539332389832,1.0042108297348022,5.209771156311035,0.5509539246559143,0.5317032337188721,-0.22794580459594727 +251,1.1151881953249334,0.034953498319958684,-2.9618808498239644,0.8974452018737793,-0.03494638204574585,-0.43973976373672485,-0.07180671393871307,0.9288732409477234,4.50922966003418,-0.15661561489105225,0.9735907912254333,-0.10249662399291992 +252,1.099582077538263,0.39049314058741275,-2.8387417322544004,0.8239432573318481,-0.38064447045326233,-0.4197944700717926,0.8768590688705444,0.5017911195755005,2.1665430068969727,-0.14894020557403564,1.333860993385315,-0.137822687625885 +253,1.1613816523005438,0.484983801947348,-2.918370885224884,0.811566948890686,-0.4661940336227417,-0.35216769576072693,1.2505466938018799,-0.1925767958164215,-1.1419020891189575,-0.6857430338859558,1.3686903715133667,-0.03889980912208557 +254,1.144344081297591,0.1895565285829296,-3.1013825486190782,0.8941310048103333,-0.18842338025569916,-0.40623414516448975,-0.9017422795295715,-1.605217695236206,-4.249564170837402,0.2129397988319397,1.3425524234771729,-0.11413627862930298 +255,1.0048607093156896,-0.3056855864374391,-3.08163126143375,0.8049561381340027,0.30094704031944275,-0.511347770690918,-2.3689756393432617,-1.2913858890533447,-4.258995532989502,0.22067862749099731,0.15895283222198486,-0.48309803009033203 +256,0.824267193189526,-0.7107106507435914,2.9658666673772554,0.5563356876373291,0.6523725390434265,-0.5146851539611816,0.4141523241996765,-0.04859893023967743,-4.089640140533447,0.7430264949798584,-0.318556010723114,-0.22666311264038086 +257,0.5567587027906964,-0.884400916763608,2.5954051680016472,0.3348986804485321,0.773535430431366,-0.5380388498306274,-0.15632449090480804,0.14825600385665894,-2.079515218734741,1.1345531940460205,-0.542486846446991,-0.15916574001312256 +258,0.5019871157518209,-0.934089204513007,2.5192238632094544,0.28607919812202454,0.8040578961372375,-0.5212001800537109,0.32624295353889465,0.24457138776779175,0.37216639518737793,1.1053087711334229,-0.7945973873138428,-0.34044837951660156 +259,0.6625444079728606,-0.8091501937287287,2.7709984162476196,0.42450615763664246,0.723701000213623,-0.544106125831604,0.313428670167923,-1.8436594009399414,4.123103141784668,1.1834955215454102,-0.28276777267456055,-0.563895583152771 +260,0.8153046978280184,-0.4282249084424739,-3.1254166647955683,0.6622052192687988,0.41525664925575256,-0.6237357258796692,1.57877779006958,0.479187935590744,4.839789390563965,0.5691180229187012,0.45894989371299744,-0.16485381126403809 +261,0.9314705567584463,0.05999739284590127,-2.9862610510437855,0.8010542392730713,-0.05996140465140343,-0.5955809354782104,1.5812129974365234,0.31139495968818665,4.391196250915527,-0.11167746782302856,0.9934178590774536,-0.0006714463233947754 +262,0.8955164478857359,0.40584871610323314,-2.87011235818637,0.7171276211738586,-0.3947986662387848,-0.5743362307548523,1.1796257495880127,-0.007057462818920612,2.1484994888305664,-0.23266106843948364,1.152489185333252,0.06312096118927002 +263,0.9771360269996913,0.5043829043121025,-2.933990046553132,0.7256783843040466,-0.48326727747917175,-0.48973849415779114,0.09455357491970062,0.7786287069320679,-0.7670316100120544,-0.36818021535873413,1.2923645973205566,0.02623748779296875 +264,1.0378929503909677,0.2518338012135131,-3.053028050273438,0.8341667056083679,-0.24918033182621002,-0.4920113682746887,-0.9599366784095764,-0.3979031443595886,-4.452753067016602,-0.10127180814743042,1.1268353462219238,-0.2550131678581238 +265,0.9585137205792945,-0.18965969832760332,-3.0979669070036975,0.8036641478538513,0.18852470815181732,-0.5644309520721436,-3.022230625152588,-0.9203197360038757,-4.0624613761901855,0.4666299819946289,0.4983954429626465,-0.44278639554977417 +266,0.8989970316311444,-0.6375426347121727,3.1070953400546215,0.6289495825767517,0.5952225923538208,-0.5001325011253357,-0.6806849837303162,0.5523087382316589,-3.9544837474823,0.48825323581695557,-0.4414139986038208,-0.2867632508277893 +267,0.7099492054003905,-0.8407836727051321,2.7854433266481524,0.4346686005592346,0.7451659440994263,-0.505757749080658,0.6510384678840637,0.23673710227012634,-2.278353452682495,0.8411949872970581,-0.37816160917282104,-0.13218164443969727 +268,0.5814128603611338,-0.943782782742331,2.5910948333139956,0.3222346305847168,0.8097833395004272,-0.4903221130371094,-0.571347177028656,0.19273120164871216,-0.21146011352539062,1.1181797981262207,-0.8211053609848022,-0.16540908813476562 +269,0.7542107569041364,-0.8772444926548977,2.7623144249680665,0.4377186596393585,0.7689802646636963,-0.4659096300601959,0.1404169797897339,0.021627485752105713,2.725654125213623,0.8698527216911316,-0.6419203281402588,-0.4434531331062317 +270,0.8827310618046978,-0.5170063415630848,3.0601371896641125,0.6715155839920044,0.4942799508571625,-0.5520453453063965,0.8575050234794617,-0.07004185020923615,4.652186393737793,0.8606346249580383,0.5549448728561401,-0.31666797399520874 +271,1.0031030078591248,-0.10595399124170575,-3.0260170875747154,0.838415265083313,0.10575585812330246,-0.5346733331680298,0.7928798794746399,0.6264866590499878,4.471556663513184,0.004770159721374512,0.6618527770042419,-0.0009101629257202148 +272,1.0308545371541002,0.2569833228385106,-2.8748707462897203,0.8295714855194092,-0.25416409969329834,-0.49720409512519836,0.634869396686554,0.06143926829099655,3.141824960708618,-0.34254133701324463,0.9584792852401733,0.025036334991455078 +273,1.0407358556312343,0.4349477900551727,-2.8585498755588854,0.7824451327323914,-0.42136305570602417,-0.45851147174835205,0.7076091170310974,0.4780392646789551,-0.07430914789438248,-0.39214056730270386,1.139289140701294,0.09185802936553955 +274,1.1122106517243424,0.3205064527735968,-2.9623186657400735,0.8510169982910156,-0.3150472640991211,-0.42013731598854065,-0.5790126323699951,-0.11309653520584106,-3.5430116653442383,-0.4847602844238281,1.2279043197631836,0.02180659770965576 +275,1.0119713113118145,-0.08735937207569971,-3.0107144514744992,0.8446453213691711,0.087248295545578,-0.5281684398651123,-2.6134486198425293,-1.0727163553237915,-3.7703351974487305,0.6418963670730591,0.7986159324645996,-0.4184104800224304 +276,0.9658649808546964,-0.4769930111464043,-2.9954860433067676,0.7307286858558655,0.459109902381897,-0.5052263736724854,-0.5769332647323608,0.42837241291999817,-2.5154380798339844,0.333037793636322,-0.43121686577796936,-0.21829962730407715 +277,0.9425157337758688,-0.6771067060112907,3.0546698795299707,0.6305561065673828,0.6265406608581543,-0.45808929204940796,0.9619460701942444,0.6536830067634583,-2.7683968544006348,0.04076957702636719,-0.3425593376159668,-0.11554962396621704 +278,0.6979607166573849,-0.8474619844109276,2.6668898073059553,0.42536661028862,0.7496029138565063,-0.5071082711219788,0.662142813205719,-0.3210994005203247,-2.908273220062256,0.7812831401824951,-0.44616663455963135,-0.08532953262329102 +279,0.5713700706997235,-0.9341902507136973,2.514691763359305,0.32148027420043945,0.8041179776191711,-0.500044584274292,-0.41178661584854126,0.5662006139755249,0.5719369649887085,1.263099193572998,-0.8904217481613159,-0.37381094694137573 +280,0.7556823573947499,-0.7891043811368171,2.733838254968118,0.4831230044364929,0.709722638130188,-0.5127241015434265,0.4871467649936676,-0.39591148495674133,3.5092761516571045,1.0126045942306519,-0.243230938911438,-0.5104082226753235 +281,0.9526294930632054,-0.4359436137831303,3.0478564604590974,0.7387223243713379,0.4222659468650818,-0.5253388285636902,0.5646902322769165,1.015965461730957,4.331602573394775,0.4521803855895996,0.4638729691505432,-0.18478995561599731 +282,1.077762734877023,-0.05006680127049858,-3.0206307709054823,0.8797973394393921,0.050045885145664215,-0.4727073013782501,-0.2217126339673996,0.2719540596008301,4.449743747711182,-0.0006315708160400391,0.8900481462478638,0.09152746200561523 +283,1.0613047214952602,0.232248641181057,-2.782683779738754,0.8495538830757141,-0.23016637563705444,-0.4746384918689728,-1.0241117477416992,-0.3256579041481018,2.678262233734131,-0.4048517346382141,1.1555204391479492,0.23002487421035767 +284,1.0525071555218328,0.29194143537037887,-2.700689952923526,0.8319120407104492,-0.2878120541572571,-0.4744330644607544,0.6138632297515869,0.4805153012275696,-1.398313045501709,-0.8035305738449097,0.9308784008026123,0.055197834968566895 +285,1.1199328950719158,0.08708238824811405,-2.967148568083642,0.8966606259346008,-0.08697237074375153,-0.434091717004776,1.5723360776901245,0.2858174741268158,-4.297122478485107,0.10735243558883667,0.8913546800613403,0.1918126344680786 +286,1.085238579136298,-0.2842374433476138,3.0265072400090682,0.8489283323287964,0.2804255783557892,-0.44797566533088684,-0.7420873641967773,-0.36730867624282837,-4.557181358337402,0.4571629762649536,0.6872258186340332,0.15471696853637695 +287,0.9886843534431874,-0.6951309215845554,2.9067302512221342,0.6414877772331238,0.6404860019683838,-0.4222215712070465,-0.4499683082103729,0.012544318102300167,-3.4981143474578857,0.610602617263794,-0.34646445512771606,-0.329502671957016 +288,0.7879926974736381,-0.9079076206416012,2.5675864143287055,0.43627843260765076,0.7882178425788879,-0.43402040004730225,1.0310019254684448,0.5666755437850952,-2.5275707244873047,0.8172310590744019,-0.5017188191413879,-0.13868772983551025 +289,0.6338703396500907,-1.005698537369845,2.3581857382295746,0.31715840101242065,0.8445362448692322,-0.4314731955528259,-0.8496706485748291,-0.35905611515045166,-0.1023511067032814,1.0259201526641846,-0.8674549460411072,-0.23664814233779907 +290,0.769759030840928,-0.9597596064133982,2.5363525103510542,0.39928528666496277,0.8190536499023438,-0.4119737148284912,0.07019241154193878,-0.0006702258251607418,2.4855949878692627,1.2993230819702148,-0.5303573608398438,-0.3659193515777588 +291,0.9882090444245283,-0.5891491559348812,2.903287460736512,0.6942654252052307,0.5556538105010986,-0.45743244886398315,0.13587196171283722,-0.011908486485481262,5.335980415344238,0.8263797163963318,0.5924327373504639,-0.12337809801101685 +292,1.0750717982075966,-0.11640430359750663,-3.1232357094813987,0.8736716508865356,0.11614160239696503,-0.4724501073360443,0.6196478009223938,-0.2120903581380844,5.030265808105469,-0.0061789751052856445,0.7764059901237488,0.006919682025909424 +293,1.0567952549389932,0.2635958170054703,-3.0021294565288117,0.8407067656517029,-0.26055383682250977,-0.4746827781200409,0.9048972129821777,-0.2933174967765808,2.992882490158081,-0.22577756643295288,1.0676674842834473,0.09266376495361328 +294,1.0498764548611146,0.4536400041957696,-2.990691164257044,0.7796348333358765,-0.43824028968811035,-0.4473419487476349,0.3934798240661621,0.6011848449707031,0.20058056712150574,-0.3146233558654785,1.1867144107818604,0.2922821342945099 +295,1.112079913965848,0.330565051692917,-3.0482203451410297,0.8480777740478516,-0.32457754015922546,-0.41882413625717163,-0.4059666097164154,-0.11825618147850037,-3.395477771759033,-0.43932533264160156,1.1205217838287354,-0.04212862253189087 +296,1.107107804242527,-0.10825481080204981,3.1204092065256748,0.8891732096672058,0.10804349184036255,-0.44463208317756653,-2.2383594512939453,0.17878317832946777,-4.787499904632568,0.5328696370124817,0.7767831683158875,-0.11080312728881836 +297,1.1002242612389825,-0.5800425928460947,-3.136549746164947,0.7455259561538696,0.5480595827102661,-0.37923845648765564,-1.5356535911560059,-0.007380389608442783,-3.524756908416748,0.41702592372894287,-0.2382909059524536,-0.39479416608810425 +298,0.9894624264203931,-0.8967630226567448,2.9269178904847113,0.5216150879859924,0.7813106775283813,-0.34274107217788696,0.8950014114379883,0.39461103081703186,-3.2900450229644775,0.6579350829124451,-0.43373072147369385,-0.35026735067367554 +299,0.7497943175702788,-1.0701452612246076,2.637176459317542,0.32711225748062134,0.8772702217102051,-0.3512756824493408,-0.7963240742683411,-0.31852471828460693,-1.065874457359314,1.1823787689208984,-0.7682156562805176,-0.3130462169647217 +300,0.7946110405031719,-1.0302063091687303,2.7144218121723678,0.3672439754009247,0.8574051856994629,-0.3605388104915619,0.44162115454673767,-0.1580929309129715,2.019209146499634,1.128636121749878,-0.7019333839416504,-0.3605304956436157 +301,0.9128443789139064,-0.6857594134878682,3.0350762244152936,0.6123758554458618,0.6332609057426453,-0.47326144576072693,0.7735490202903748,-1.115786075592041,4.7576985359191895,0.9871572256088257,0.42109090089797974,-0.24098718166351318 +302,0.971320548422947,-0.2660721681114682,-3.0173927410616987,0.7965784668922424,0.2629438638687134,-0.5443558096885681,1.2210369110107422,-0.2426421344280243,4.452022552490234,0.12496083974838257,0.5206712484359741,0.03268289566040039 +303,0.9633400377324474,0.1291753916313056,-2.9108195340417744,0.8142615556716919,-0.12881645560264587,-0.5660251975059509,1.3528637886047363,-0.2862073481082916,3.208740711212158,-0.06415468454360962,0.9993456602096558,0.13629192113876343 +304,0.979185800768318,0.393142460395255,-2.884431393943457,0.7667193412780762,-0.3830930292606354,-0.5151516199111938,0.9148725271224976,0.8754715323448181,1.2707217931747437,-0.14503049850463867,1.298315167427063,0.22717249393463135 +305,1.0934493567906702,0.38504490528550483,-2.9146149867354834,0.823183000087738,-0.37560075521469116,-0.42578598856925964,-0.4918004870414734,0.9642527103424072,-2.5353400707244873,-0.7621326446533203,1.151510238647461,0.22833728790283203 +306,1.1040418054665424,-0.0005781906185672775,-3.0179959310397577,0.8930333256721497,0.0005781906074844301,-0.44999030232429504,-1.4942623376846313,-0.5252056121826172,-4.993811130523682,0.29870861768722534,1.1593186855316162,-0.18804073333740234 +307,1.0609947704629712,-0.49859750381606416,-3.02930410269889,0.7665764093399048,0.4781942665576935,-0.4285915195941925,-2.0073189735412598,-0.3797091245651245,-4.160492420196533,0.46265625953674316,-0.07447725534439087,-0.3835574984550476 +308,1.0013180708108154,-0.8432057678347032,3.091545257729248,0.5601122379302979,0.7467790246009827,-0.3586021661758423,0.7285222411155701,0.9111573696136475,-3.0442981719970703,0.7286908626556396,-0.5687394738197327,-0.3234809637069702 +309,0.8663220563312624,-0.9584050857872682,2.791300104578034,0.437989741563797,0.8182758092880249,-0.3722763657569885,0.2597406208515167,1.0531740188598633,-0.7387489676475525,1.020643711090088,-0.6688617467880249,-0.18027490377426147 +310,0.9442434387604937,-0.9134523803986428,2.8014671828898123,0.4949560761451721,0.7916179299354553,-0.35827311873435974,0.274923175573349,0.8179923295974731,1.4863477945327759,1.0120630264282227,-0.5518565773963928,-0.39899009466171265 +311,1.0660284612218986,-0.6397737062361779,2.9333681021367166,0.7021819949150085,0.5970138907432556,-0.3879622519016266,1.7467224597930908,0.03469206392765045,3.8215696811676025,0.7011840343475342,0.1562819480895996,-0.5293809175491333 +312,1.1167602328335196,-0.3280731616749873,3.0125590966589924,0.8507528901100159,0.3222195506095886,-0.415203720331192,-0.3884485363960266,-0.7911862730979919,3.075535535812378,-0.18978792428970337,0.178360253572464,0.2745939791202545 +313,1.0954345878125167,-0.07750854375007775,-3.1276051956018662,0.8864577412605286,0.07743096351623535,-0.4562860429286957,0.36534151434898376,-0.12931787967681885,2.6242799758911133,-0.2667068839073181,0.30045294761657715,0.14998114109039307 +314,1.0728452879591752,0.15856896664774892,-3.1299671912081437,0.8675408363342285,-0.15790529549121857,-0.47163423895835876,1.5441583395004272,-0.0908069759607315,1.1108405590057373,-0.06292963027954102,0.9702832102775574,0.04425084590911865 +315,1.111580156765578,0.22642818043213728,3.1134973194018096,0.8735190629959106,-0.22449831664562225,-0.4319315254688263,-0.09032764285802841,0.5518980622291565,-0.693524181842804,-0.3803856372833252,1.0009723901748657,-0.11080831289291382 +316,1.1302426737137325,-0.003961836933748756,3.073405520914881,0.9045085906982422,0.003961826674640179,-0.4264369606971741,-1.607262134552002,-0.26210349798202515,-2.599729299545288,-0.011030197143554688,0.6207177639007568,-0.10787999629974365 +317,1.0999229686433316,-0.34396217101603777,3.09612112542162,0.838972806930542,0.33721983432769775,-0.4270917773246765,-1.0651055574417114,0.00833960622549057,-3.3467226028442383,0.05349844694137573,-0.028275132179260254,-0.32170283794403076 +318,1.0613559215648543,-0.6359643367310602,2.971949451197788,0.7023419141769409,0.5939536094665527,-0.39234524965286255,0.18222211301326752,0.2500554919242859,-2.7583839893341064,0.1805773377418518,-0.3775840401649475,-0.16814053058624268 +319,0.9175161405514916,-0.8334287924033604,2.760199971080892,0.5339027643203735,0.7402410507202148,-0.40864554047584534,0.20877164602279663,-0.2256724089384079,-2.1206109523773193,0.6182731986045837,-0.37412160634994507,-0.16307079792022705 +320,0.7925593433189914,-0.9397732155595787,2.6273404507976856,0.4201493263244629,0.8074243068695068,-0.41417446732521057,-0.45287591218948364,-0.06639198213815689,-0.3891568183898926,0.9415297508239746,-0.6008050441741943,-0.10322052240371704 +321,0.8667670906417255,-0.8981357495667289,2.756082361997987,0.47492846846580505,0.7821667194366455,-0.40330907702445984,-0.4382956922054291,-1.0475711822509766,2.20304536819458,0.9144910573959351,-0.484635591506958,-0.3241231441497803 +322,0.9622740878102545,-0.6009802210763607,3.062249093404832,0.6767282485961914,0.5654512047767639,-0.47149112820625305,0.8672372102737427,-0.2743363380432129,4.186341762542725,0.7210836410522461,0.2583555579185486,-0.22289055585861206 +323,1.0628156162165128,-0.17902454378739885,-3.061729911467327,0.8597643971443176,0.17806978523731232,-0.47863996028900146,1.0098921060562134,0.5278280377388,4.230407238006592,-0.1066669225692749,0.5646517276763916,0.025087714195251465 +324,1.0721709157713517,0.18644248445703723,-2.9684047628487806,0.863020658493042,-0.18536421656608582,-0.46993115544319153,0.8094428777694702,-0.10707271844148636,2.6210641860961914,-0.35543709993362427,0.9785771369934082,0.0757509171962738 +325,1.0751769825421305,0.34106108440091715,-2.9746297582903334,0.8290053606033325,-0.33448725938796997,-0.44818350672721863,0.40103286504745483,0.423756867647171,0.21902166306972504,-0.2615004777908325,1.0799553394317627,0.14020007848739624 +326,1.1188968284705696,0.23241361230616997,-3.039871963179187,0.875431478023529,-0.23032690584659576,-0.42493438720703125,-0.6258741617202759,-0.17024487257003784,-2.973806381225586,-0.5109447836875916,0.9708664417266846,0.12616732716560364 +327,1.0620073023393557,-0.11107900915594152,-3.1130268443144473,0.8679527044296265,0.11085072159767151,-0.48411792516708374,-1.3742755651474,-1.1978703737258911,-4.392490386962891,0.23887401819229126,0.8790784478187561,-0.31594613194465637 +328,1.0114031918296893,-0.6184528833561577,-3.122670883913587,0.6905859708786011,0.5797752737998962,-0.43237894773483276,-1.9195382595062256,-0.15154682099819183,-3.1921770572662354,0.41736990213394165,-0.365053653717041,-0.36147478222846985 +329,0.9414928753082127,-0.8577214984650997,3.0283529950441275,0.528849720954895,0.756354033946991,-0.385028213262558,0.4705135226249695,0.4286496937274933,-2.395840883255005,0.43864911794662476,-0.5466066002845764,-0.2808653712272644 +330,0.7306459920474575,-0.983264778035384,2.7578313373247325,0.36991798877716064,0.8323115110397339,-0.4128172993659973,-0.10051427781581879,-0.09100174903869629,-1.5856114625930786,0.8620918989181519,-0.48129838705062866,-0.1375824511051178 +331,0.7283533606599837,-1.0196082823853467,2.7723451624825093,0.3485964238643646,0.851902961730957,-0.39082223176956177,0.14782892167568207,0.4211983382701874,1.028896450996399,1.0916653871536255,-0.6802873611450195,-0.27862662076950073 +332,0.8752558538952789,-0.8063202890560504,2.9819386967029113,0.5313757061958313,0.7217451333999634,-0.44353583455085754,1.0444992780685425,-1.123200535774231,3.852421998977661,1.0572779178619385,0.022197186946868896,-0.5138311386108398 +333,0.9946505218724585,-0.3847184230740246,-3.0728948590657943,0.7772727012634277,0.3752981424331665,-0.5049736499786377,1.3325304985046387,1.3531999588012695,4.772049903869629,0.58992999792099,0.707175612449646,-0.23426884412765503 +334,1.1710690875111982,0.06437130028539877,-2.9445985299731388,0.9192593097686768,-0.06432685256004333,-0.3883610665798187,-0.1778845340013504,0.4373341202735901,5.018391132354736,-0.17740750312805176,1.1133075952529907,-0.018957018852233887 +335,1.139959664270041,0.3784968725548271,-2.6980248527206654,0.8443058133125305,-0.36952415108680725,-0.3880717158317566,-1.133937120437622,0.20537219941616058,2.0498077869415283,-0.6233890652656555,1.2089406251907349,0.055323243141174316 +336,1.1102437478699259,0.35183680936493156,-2.604973632225342,0.8409309983253479,-0.3446226716041565,-0.4172171354293823,-1.7039180994033813,0.6702660918235779,-2.0763211250305176,-0.2530404329299927,1.3012725114822388,0.3020895719528198 +337,1.1728554334625374,-0.0035667400899002553,-2.531988125061599,0.9218550324440002,0.003566732630133629,-0.3875184953212738,-3.052708148956299,1.584043025970459,-2.6907339096069336,0.8949174284934998,0.5660285949707031,-0.013665556907653809 +338,1.342950432821604,-0.28344760222985765,-2.3372553759110097,0.935283362865448,0.27966734766960144,-0.21686629951000214,-1.6309373378753662,2.082493543624878,-0.7743315100669861,1.0975229740142822,-0.8891491889953613,-0.7421485185623169 +339,1.4930578499664549,-0.2589417593573077,-2.4492946223775114,0.9637420773506165,0.2560577392578125,-0.07507112622261047,1.61838960647583,0.9110446572303772,1.0467925071716309,-0.30843812227249146,-0.851043701171875,-0.4879171848297119 +340,1.450266014511835,-0.12478900848997289,-2.52696048189391,0.9850252270698547,0.12446538358926773,-0.11930368840694427,0.24438397586345673,-0.9991492033004761,1.192854404449463,-0.8561344146728516,-0.08277840167284012,-0.24611380696296692 +341,1.335209657774022,-0.03619934418221753,-2.5070935362603635,0.9717404246330261,0.036191437393426895,-0.23326054215431213,-1.0582369565963745,-0.664277195930481,0.8845383524894714,0.33573925495147705,0.1971612274646759,0.15356390178203583 +342,1.2892225098329138,-0.011545596529561886,-2.3716298923528596,0.9605552554130554,0.011545339599251747,-0.27784931659698486,-2.192307949066162,-0.09043797105550766,0.3971328139305115,0.3832404613494873,0.2798517346382141,0.07924094796180725 +343,1.3677853854710202,-0.1313154264264806,-2.1782782257404847,0.9710313677787781,0.1309383511543274,-0.19988353550434113,-1.8923758268356323,0.9727213382720947,-1.4986953735351562,0.4211500883102417,0.1454288512468338,0.11652478575706482 +344,1.428980794142141,-0.2692276483152269,-2.1334359634885995,0.9542993903160095,0.26598697900772095,-0.1362490952014923,0.2811543047428131,0.5538671016693115,-1.0729115009307861,-0.6444695591926575,-0.08480408787727356,-0.127560093998909 +345,1.4722863075011152,-0.49654622468059273,-2.1939805874076495,0.8749704957008362,0.4763917028903961,-0.0864732638001442,0.576123833656311,-0.4976785480976105,-2.466188907623291,-0.3439798355102539,-0.40221869945526123,-0.2728254795074463 +346,1.3928131956164211,-0.539765778484896,-2.34470111590337,0.8442777991294861,0.5139350891113281,-0.15187430381774902,1.528428077697754,-1.5360811948776245,-0.37215614318847656,0.19101572036743164,-0.17836380004882812,-0.674724817276001 +347,1.2651876916870175,-0.5775378015817226,-2.514590109631998,0.7989888191223145,0.5459627509117126,-0.25207483768463135,0.36946535110473633,0.21901756525039673,-0.9101591110229492,0.3977122902870178,0.08417946100234985,0.06747400760650635 +348,1.3682443246231708,-0.7744316953583654,-2.4982263633365114,0.7002049088478088,0.6993099451065063,-0.14379988610744476,-0.7347447872161865,3.212280511856079,-2.420499563217163,-0.2877447009086609,-0.3783109188079834,0.25958362221717834 +349,1.3707500520704403,-1.020644239209575,-2.487131603281242,0.512390673160553,0.8524450063705444,-0.10389141738414764,-2.6258349418640137,-2.927001476287842,-4.768204689025879,-0.2991185784339905,1.282488465309143,-0.34174150228500366 +350,1.4206385635864685,-1.3073406321119785,-2.1497853765966832,0.25748810172080994,0.9654958248138428,-0.03895707428455353,-0.3392670154571533,-3.4546332359313965,-0.9041785597801208,-0.27795013785362244,-1.0709187984466553,-0.04545450210571289 +351,1.3236666604512128,-1.2649667453880875,-2.1088950795513117,0.2919369637966156,0.9535974860191345,-0.07365180552005768,-0.47036367654800415,-0.9481092095375061,0.38850265741348267,0.05440706014633179,0.1090245246887207,-0.5027337074279785 +352,1.2597637771011378,-1.2329593925397009,-2.1264268815291363,0.3155438303947449,0.9434738159179688,-0.10143672674894333,0.8772495985031128,-0.44301000237464905,0.6446021199226379,0.13301879167556763,-0.09694671630859375,-0.6242254972457886 +353,1.3282715367173028,-1.2545049955580168,-2.198415910805097,0.3019411563873291,0.9503955245018005,-0.0746985375881195,-0.28824710845947266,2.5590999126434326,-1.5452407598495483,-0.01301601529121399,0.44662290811538696,0.2633582353591919 +354,1.5982228537294678,-1.4234816481340606,-2.025806958031039,0.14672774076461792,0.9891688227653503,0.004025241360068321,-1.1893606185913086,-0.8163403868675232,-0.9437347650527954,-0.2696983218193054,-0.13505804538726807,0.19116520881652832 +355,2.163100680639839,-1.4138027672712,-1.5055273463581096,0.12971651554107666,0.9877017736434937,0.08728601038455963,-0.8039808869361877,1.3959743976593018,-0.1977614313364029,-0.11932528018951416,-0.5911411046981812,-0.16812705993652344 +356,2.6565166443010604,-1.3711583838924086,-1.0465385812765342,0.09246896207332611,0.9801384210586548,0.1754363626241684,-0.37027961015701294,-0.11674953997135162,0.025021053850650787,0.4034416675567627,0.20244812965393066,-0.5484832525253296 +357,2.3469639066877006,-1.3314782731034798,-1.3194539270558692,0.16915270686149597,0.9714998602867126,0.16605842113494873,0.5937849283218384,-0.2618871033191681,0.6529146432876587,0.28124094009399414,0.7865109443664551,-0.07688607275485992 +358,2.579746592526988,-1.37432134875172,-1.1284631122442492,0.10399962961673737,0.9807608127593994,0.1652035415172577,0.8547505140304565,-0.09452497959136963,-0.788182258605957,-0.30723145604133606,0.11680382490158081,0.4401583671569824 +359,2.8198222926142575,-1.3936225239643685,-0.8865948447357129,0.05573808029294014,0.9843457341194153,0.16720320284366608,-0.459170937538147,-0.9806705117225647,-0.24268272519111633,-0.08048783242702484,-0.6015790104866028,-0.39306390285491943 +360,2.901628477051233,-1.3721861666286714,-0.7021509396283867,0.04689343646168709,0.9803417325019836,0.19165310263633728,-0.17068584263324738,-1.2268940210342407,-0.5754099488258362,-0.07310804724693298,-0.5714520812034607,-0.08905304968357086 +361,2.8763386629962753,-1.3643319661623645,-0.5619021808467831,0.05374201014637947,0.9787618517875671,0.1978316605091095,-0.35191646218299866,-0.08489672839641571,-0.7169731855392456,-0.050140924751758575,0.5485667586326599,-0.23675689101219177 +362,2.9139030987091714,-1.3944529064429865,-0.5033174559899987,0.0395997017621994,0.984491765499115,0.17090380191802979,-0.97666996717453,1.1480646133422852,-0.33309584856033325,-0.4850342571735382,0.5683342814445496,0.5951789617538452 +363,3.1032966498334487,-1.3595706338434512,-0.29380681223724836,0.008027143776416779,0.9777746796607971,0.20950539410114288,-0.16698245704174042,-0.8088445663452148,-0.21817199885845184,-0.09358317404985428,0.10634708404541016,0.7786842584609985 +364,-3.139237724439545,-1.2901666521502049,-0.23565793906003443,-0.0006522232433781028,0.960881233215332,0.2769603729248047,-1.2163136005401611,0.5205991268157959,0.21338623762130737,0.14789952337741852,-0.4549912214279175,-0.1831035315990448 +365,-3.060371765707879,-1.2654737971186063,-0.3288289289277844,-0.02438824065029621,0.9537500739097595,0.2996099591255188,0.2932683825492859,2.518772602081299,0.1543012410402298,-0.12749774754047394,-0.7101892828941345,-0.23779666423797607 +366,-2.9587067342044127,-1.2607763449348033,-0.3114382731325323,-0.055483970791101456,0.9523274898529053,0.2999902367591858,0.523958146572113,-0.23724015057086945,0.14194610714912415,0.7030974626541138,0.8819926977157593,-0.5060755014419556 +367,-3.086907595451428,-1.3643869281149223,-0.4177825245691825,-0.011201960034668446,0.9787731170654297,0.20464076101779938,1.2089154720306396,-0.954692542552948,0.5162822008132935,0.14207659661769867,0.5546283721923828,0.056315064430236816 +368,3.0378274057056713,-1.3993827360441597,-0.4964141092138882,0.017667997628450394,0.985344648361206,0.1696573793888092,-0.11295746266841888,-0.4627824127674103,-0.07938384264707565,-0.5266249179840088,0.1302405595779419,0.8582051992416382 +369,3.0570444399192165,-1.3971961961169985,-0.43439615720055325,0.014586581848561764,0.9849693179130554,0.17211253941059113,0.04143930971622467,-1.2576987743377686,-0.6532589197158813,0.10598836839199066,-0.3044273257255554,-0.2634059190750122 +370,-2.95597578420004,-1.384360067385284,-0.10962317817126802,-0.03420828655362129,0.9826710224151611,0.1821737140417099,-0.23629160225391388,-0.6964499354362488,-0.37201833724975586,0.0687999576330185,-0.7250875234603882,-0.15014542639255524 +371,-3.040171425357286,-1.3919009662570196,-0.025323949993362387,-0.018016327172517776,0.9840408563613892,0.17702911794185638,0.4974077045917511,-1.8453580141067505,-0.022719688713550568,-0.017719758674502373,0.5458970069885254,-0.3715939521789551 +372,-2.8232578941984334,-1.395480695422494,0.256085276396526,-0.054590556770563126,0.9846715331077576,0.1656556874513626,-0.06806617975234985,-0.0587170235812664,-0.11494015157222748,-0.043599747121334076,0.5102167129516602,0.08521400392055511 +373,-2.8656518414914465,-1.3960841035564757,0.19397963064533535,-0.04735909774899483,0.9847766160964966,0.16724936664104462,0.0810130313038826,-0.6982158422470093,0.2292519360780716,0.08356820791959763,0.08677184581756592,0.48489606380462646 +374,-3.0755459678468426,-1.4021411610562804,0.04710922479477269,-0.01107831858098507,0.9858114123344421,0.16749069094657898,-0.17489345371723175,-0.3593812584877014,0.17556823790073395,-0.06156877428293228,-0.31703394651412964,-0.16221117973327637 +375,-3.1181526832501514,-1.3579671066678056,-0.06021183771882557,-0.004950676579028368,0.9774371981620789,0.21116791665554047,-0.8437697291374207,1.0509529113769531,0.1634775847196579,-0.14012989401817322,-0.5022175312042236,-0.049195900559425354 +376,-3.075815477217771,-1.3294224904946657,-0.04672816000367654,-0.01571180298924446,0.9710105061531067,0.23851947486400604,0.6698276400566101,-0.23088675737380981,0.04530605301260948,0.17805005609989166,0.39446789026260376,-0.6742801070213318 +377,-2.956696121355542,-1.436060615790448,0.10643503850638299,-0.02469569258391857,0.9909368753433228,0.1320393979549408,1.3906055688858032,-0.2618204951286316,-0.23990106582641602,0.04495936632156372,0.6943811178207397,0.11731982231140137 +378,-2.668150908341222,-1.4527362073986203,0.29801426070466847,-0.05370516702532768,0.9930390119552612,0.104830801486969,0.05511292442679405,1.289790153503418,0.0170883908867836,-0.3115749955177307,-0.05878901481628418,0.7325714826583862 +379,-2.6151844104935753,-1.429692030195031,0.4072704642413611,-0.07066017389297485,0.9900612831115723,0.1215967908501625,-0.13677625358104706,-0.11225255578756332,-0.24544869363307953,0.062084734439849854,-0.44385772943496704,-0.18989503383636475 +380,-2.6094353104899413,-1.3901002730815957,0.48764757803778863,-0.09118616580963135,0.9837188124656677,0.1548629105091095,-0.33255434036254883,-1.0577030181884766,-0.3604033887386322,0.22486841678619385,-0.6029052138328552,0.08447122573852539 +381,-2.727155553687921,-1.4116631792189136,0.41847150209083905,-0.0638091042637825,0.9873650074005127,0.1450481414794922,0.48218780755996704,-2.186774492263794,0.29070156812667847,0.04012744873762131,0.5651863813400269,-1.0316905975341797 +382,-2.4935712862496673,-1.4333717039914655,0.7138378193600047,-0.08268928527832031,0.9905720949172974,0.10922032594680786,0.6342214345932007,-0.41667261719703674,0.7038263082504272,-0.249357208609581,0.2624337077140808,0.07779131084680557 +383,-2.8843496417291883,-1.4293421573810967,0.30606986396825037,-0.035868339240550995,0.9900120496749878,0.13634440302848816,-0.010444078594446182,0.034355029463768005,0.13737232983112335,-0.1470235139131546,0.13764309883117676,0.252571702003479 +384,-2.9835039163257577,-1.4363632359538963,0.23768823198012165,-0.021100301295518875,0.9909774661064148,0.13235749304294586,-0.19778287410736084,-0.34500324726104736,0.1626821905374527,-0.023089149966835976,-0.2004196047782898,0.09501373767852783 +385,3.131238189488003,-1.3860590753159474,0.047851544208013866,0.001901961979456246,0.9829845428466797,0.18367865681648254,-0.8276410698890686,0.14570671319961548,0.2218470722436905,-0.10576853901147842,-0.6097698211669922,-0.11502933502197266 +386,3.123213065561988,-1.3164940572612371,0.019357953610120018,0.004623486194759607,0.9678390622138977,0.25152716040611267,-0.5328786969184875,0.1438159942626953,-0.09071050584316254,-0.01498420350253582,0.14181047677993774,-0.29190197587013245 +387,3.11437325070816,-1.3362862445927113,-0.025939564779407627,0.006324118003249168,0.9726282954216003,0.23228120803833008,1.0439345836639404,0.19805990159511566,-0.10865402966737747,-0.08052761107683182,0.6675238013267517,-0.4336208999156952 +388,-3.058825296473037,-1.407018685376525,0.043030412783012915,-0.013479619286954403,0.9866183996200562,0.16248948872089386,0.10585466772317886,0.8561447262763977,-0.42661982774734497,-0.13367614150047302,0.0954129695892334,0.5225232839584351 +389,-2.9072118729109544,-1.3889308967703542,0.18503296661479138,-0.042004067450761795,0.9835079908370972,0.17591920495033264,-0.15080691874027252,-0.9162774085998535,0.013569798320531845,-0.1402621567249298,-0.21431249380111694,-0.03862060606479645 +390,-3.0590561120650066,-1.392225443770643,0.03575033371661054,-0.014643726870417595,0.9840985536575317,0.17701806128025055,-0.09526152908802032,0.5481964349746704,0.2791917622089386,0.07866960763931274,-0.4166548252105713,-0.25262537598609924 +391,-2.8363457363503293,-1.335386218678564,0.2055310431284756,-0.0700959637761116,0.9724187850952148,0.2224600464105606,-0.6371853947639465,0.05673181638121605,-1.0984879732131958,0.004132218658924103,-0.3010777235031128,-0.11221525073051453 +392,-2.47954409946179,-1.3545673840878871,0.5998436496103418,-0.13189035654067993,0.9767134785652161,0.16922198235988617,0.9799503684043884,0.32458165287971497,-0.6812759637832642,-0.11583609879016876,0.579606831073761,-0.2503376007080078 +393,-2.1489286676570956,-1.3771089380010597,0.7460269988988029,-0.1611984670162201,0.9813011884689331,0.10518238693475723,0.13615356385707855,1.2471098899841309,0.5944793820381165,-0.5929824113845825,-0.5250174403190613,0.361706018447876 +394,-2.7003550999461963,-1.4160663351599698,0.20373505921917015,-0.065815769135952,0.9880532026290894,0.13935361802577972,-0.636171281337738,-1.549710750579834,1.660784363746643,-0.0185043066740036,-0.1616828441619873,0.3887988328933716 +395,2.7116574795096375,-1.4353554545235172,-0.7096476059211362,0.0562811978161335,0.9908419251441956,0.12273930758237839,0.8014114499092102,1.4532886743545532,0.8100306987762451,-0.0083838552236557,-0.3357362747192383,-0.24059820175170898 +396,2.479924318516407,-1.448580989774199,-1.0276916102928495,0.07490658015012741,0.9925410151481628,0.09618432074785233,-0.6385644674301147,0.4652343690395355,-0.16723568737506866,-0.10304379463195801,-0.35330456495285034,-0.144722580909729 +397,2.5977922558733013,-1.4295462304584916,-0.9207086569590225,0.07283952832221985,0.9900407791137695,0.12047410011291504,0.7131087779998779,0.1916043907403946,0.24259082973003387,0.30463239550590515,0.324931263923645,-0.43904709815979004 +398,1.5697177785877143,-1.477679028261175,-1.9587136431061614,0.09298267215490341,0.9956676959991455,-0.00010028633550973609,1.308212161064148,0.5285927057266235,0.02294616587460041,0.17299328744411469,0.6121203303337097,0.012139499187469482 +399,2.844928980137095,-1.4924301858448321,-0.6305072226070747,0.02288549393415451,0.9969309568405151,0.0748663991689682,-2.2716917991638184,-3.0418033599853516,-0.8532134890556335,-0.4084598422050476,-0.10124003887176514,0.0945366621017456 +400,2.8309972050003402,-1.4950995808042795,-0.5887283972072729,0.023112591356039047,0.9971363544464111,0.07200539112091064,0.6051437258720398,0.4069008231163025,0.40901151299476624,-0.04174356907606125,-0.5099385380744934,-0.11537086963653564 +401,1.8827970679570363,-1.495496247360613,-1.5334493619596559,0.07159731537103653,0.9971662759780884,0.023092638701200485,-0.5308161377906799,-1.0169203281402588,-0.3137543201446533,0.051647916436195374,-0.6588026285171509,0.06508791446685791 +402,2.3808742262244236,-1.5168184140916994,-1.016299159746151,0.03719772771000862,0.9985435605049133,0.03908064216375351,0.028436798602342606,-1.3149205446243286,-0.03344942629337311,0.06599746644496918,0.30963826179504395,-0.7946653366088867 +403,1.875657703827173,-1.5320833885079967,-1.5020688579010943,0.036918021738529205,0.9992507696151733,0.011617026291787624,0.22354461252689362,0.6916045546531677,0.496348112821579,-0.04375395551323891,0.3394485116004944,-0.14352929592132568 +404,2.9233050654648376,-1.4683015426716777,-0.4963310147527757,0.022157350555062294,0.9947519898414612,0.09988794475793839,0.15326707065105438,-3.06085205078125,0.34043553471565247,-0.12198035418987274,0.10346883535385132,-0.11830520629882812 +405,2.6632988009363396,-1.4496802326438314,-0.7296537603448349,0.055609241127967834,0.9926744103431702,0.1072617694735527,-0.09411963820457458,0.41668054461479187,0.08448439091444016,-0.03429272398352623,-0.23995840549468994,0.0741347000002861 +406,2.6388355973330575,-1.463043352240804,-0.8701184885365704,0.051820263266563416,0.9942002892494202,0.09423788636922836,-0.182638019323349,1.2725774049758911,-0.38477611541748047,-0.08604571968317032,-0.6138137578964233,-0.1273035854101181 +407,2.977657680055861,-1.436714011698794,-0.610663696358269,0.02181689254939556,0.9910244345664978,0.131888285279274,-0.06801631301641464,0.10497789829969406,-0.03046463057398796,0.3195984959602356,0.2635989785194397,-0.4596623182296753 +408,2.7262787458435005,-1.4935721446002541,-0.8622391492442505,0.03112674318253994,0.9970197081565857,0.07058800756931305,1.1570489406585693,0.41447678208351135,0.4393235743045807,0.20835994184017181,0.7524003982543945,-0.2214212417602539 +409,2.869250808791135,-1.4560251759742777,-0.706684601138815,0.030804075300693512,0.9934210181236267,0.1102977842092514,-0.3063715100288391,-0.959988534450531,-0.5977035164833069,-0.5076107382774353,0.14096301794052124,0.7751392126083374 +410,2.665143366013398,-1.4646881779585923,-0.8793583738570754,0.04857209697365761,0.9943758249282837,0.09411261975765228,0.5449556112289429,-0.04426177591085434,0.2675842046737671,-0.0942874327301979,-0.29535555839538574,-0.13023020327091217 +411,2.3676535500007843,-1.526770773176983,-1.1127834452135823,0.030763939023017883,0.9990310072898865,0.0314771942794323,-0.421975702047348,-0.2478526532649994,-0.3669985830783844,0.004636455327272415,-0.6507948637008667,-0.006407018750905991 +412,2.8314586735499154,-1.4905315217089579,-0.5196192322790671,0.024469148367643356,0.996780514717102,0.07635269314050674,-0.07882855832576752,-1.3450161218643188,-0.010915696620941162,0.013540487736463547,0.3553769588470459,-0.4810004234313965 +413,2.744400593527699,-1.5177165258967225,-0.572275192347654,0.020524434745311737,0.9985916018486023,0.0489274337887764,0.5028051733970642,0.4040178954601288,0.5499404668807983,-0.03912489861249924,0.37209028005599976,0.010215647518634796 +414,2.9336708693406948,-1.4586038388791183,-0.4248752021957193,0.023110901936888695,0.9937130212783813,0.1095455139875412,0.5886979103088379,-1.3856661319732666,0.5275569558143616,-0.15537409484386444,0.24943572282791138,0.23751568794250488 +415,2.5216684632159807,-1.4386764723896104,-0.8010863877294548,0.07653527706861496,0.9912848472595215,0.10722311586141586,-0.08317320793867111,-0.053251512348651886,0.20086431503295898,-0.07880882918834686,-0.32262951135635376,0.030334949493408203 +416,2.6818359669018488,-1.4186950479793765,-0.7220306015092401,0.067232146859169,0.9884548783302307,0.13578253984451294,-0.5153899192810059,1.1282254457473755,-0.08168086409568787,-0.1778430938720703,-0.7067928910255432,-0.052713632583618164 +417,2.881539262521293,-1.383996787700748,-0.5662114028032188,0.04775327444076538,0.9826036691665649,0.1794704794883728,0.06104845553636551,0.050214774906635284,-0.09595933556556702,0.2562475800514221,0.3404706120491028,-0.4687618017196655 +418,2.693936703829831,-1.4270605796856881,-0.7638802322552962,0.06200239807367325,0.9896878004074097,0.1291266530752182,1.284958839416504,-0.13894140720367432,0.42611488699913025,0.23519302904605865,0.5868502259254456,-0.4559546709060669 +419,2.3140691765471813,-1.4694539885859355,-1.2035252323962167,0.07448707520961761,0.9948692321777344,0.06846174597740173,-0.019239060580730438,-0.06156501919031143,-0.18655391037464142,-0.4394772946834564,0.2162514328956604,0.5509077310562134 +420,2.4620204808563395,-1.483243210436728,-0.9979541998435999,0.05495370179414749,0.9961696863174438,0.06801588088274002,-0.4505130350589752,-1.0411847829818726,-0.13114973902702332,-0.05095590651035309,-0.27029383182525635,0.0949479341506958 +421,2.743528475762013,-1.4631492886265764,-0.660489034410977,0.041647423058748245,0.9942116737365723,0.09903950244188309,-0.3417800962924957,-0.4312872588634491,-0.3601502776145935,0.028558261692523956,-0.674921452999115,-0.11371850967407227 +422,2.9105276887158635,-1.4291623271648206,-0.4001226169769976,0.03232778236269951,0.9899866580963135,0.13740891218185425,-0.23413893580436707,-1.431739330291748,0.03217357024550438,-0.025552887469530106,0.11523789167404175,-0.453342080116272 +423,2.837945746918822,-1.4357476746421127,-0.43910389765328894,0.04025721549987793,0.9908947944641113,0.12847910821437836,0.7461043000221252,-0.005839235614985228,0.036279790103435516,-0.07484889030456543,0.32973814010620117,-0.40666210651397705 +424,2.876861451005177,-1.473388834996359,-0.4749846971381727,0.025446178391575813,0.9952596426010132,0.09386478364467621,1.0212301015853882,0.013053575530648232,0.16317561268806458,-0.37632203102111816,0.48528528213500977,0.1205059140920639 +425,2.851758387096914,-1.4950367598103362,-0.4183821758564145,0.021630818024277687,0.9971316456794739,0.072530098259449,-0.85875004529953,-0.9742505550384521,-0.1861800104379654,0.17732852697372437,-0.03984099626541138,0.29040026664733887 +426,2.811809122209463,-1.4471671943397932,-0.5598731168485487,0.039934270083904266,0.9923676252365112,0.11667031794786453,-0.1347179114818573,1.3145607709884644,-0.4106808304786682,-0.13267718255519867,-0.8059813976287842,-0.19313214719295502 +427,3.1379305000979936,-1.4253889585982267,-0.2791701325932607,0.0005306260427460074,0.9894469380378723,0.14489389955997467,-0.32749462127685547,-0.21914564073085785,-0.07900802791118622,0.10831031203269958,-0.09758609533309937,-0.22329355776309967 +428,3.0316696624055743,-1.4563310969267813,-0.3450897579461369,0.012529529631137848,0.9934560060501099,0.1135251447558403,0.8121302723884583,-0.43728843331336975,0.13886915147304535,0.004987558349967003,0.3866250514984131,-0.4723966121673584 +429,2.3785672508661135,-1.4986332263372015,-1.041145543231501,0.04983033239841461,0.9973973631858826,0.0521114319562912,-0.4342535138130188,0.9881581664085388,-0.02753257378935814,-0.15154540538787842,0.08023947477340698,0.3612797260284424 +430,2.626516318581053,-1.492081526569209,-0.7999583483418543,0.03873605653643608,0.9969035983085632,0.06843314319849014,0.30045580863952637,-0.16280707716941833,-0.0789252370595932,-0.23720712959766388,0.06843465566635132,-0.013226740062236786 +431,2.867778079198251,-1.493234753311365,-0.49062307378669745,0.020952308550477028,0.9969936013221741,0.07459808886051178,-0.2852059304714203,-0.14104482531547546,-0.10764611512422562,0.17602339386940002,-0.5229335427284241,-0.12220549583435059 +432,-3.044521337652241,-1.476771113156268,-0.05624415365340767,-0.009099442511796951,0.9955828785896301,0.09344514459371567,-0.22526565194129944,-1.4477719068527222,-0.3884340524673462,-0.08019499480724335,-0.18227416276931763,-0.2145388126373291 +433,3.0409239397166474,-1.4615126366633469,-0.17110520252330755,0.010961057618260384,0.994034469127655,0.10851439833641052,0.5371212363243103,-0.47240862250328064,-0.08120155334472656,-0.09254980087280273,0.5642998814582825,-0.5335022211074829 +434,3.0278803799338903,-1.4765174286875915,-0.19553318882297582,0.010681700892746449,0.99555903673172,0.09353099018335342,-0.8859537839889526,0.8766190409660339,-0.04804854840040207,-0.20968683063983917,0.24910032749176025,0.4742485284805298 +435,2.750919793136975,-1.4485089115664218,-0.45808651579567616,0.046452898532152176,0.9925321936607361,0.11279309540987015,-0.16194456815719604,-0.711607813835144,0.2304513156414032,0.04384862259030342,0.07625454664230347,0.43858325481414795 +436,2.756876397422408,-1.4096326202722034,-0.45947744361003984,0.06022273376584053,0.9870412349700928,0.14873787760734558,-0.44028323888778687,0.8471922874450684,0.08058086037635803,-0.07264338433742523,-0.4573934078216553,-0.22591674327850342 +437,2.864775766208851,-1.3707165087350577,-0.43240942413043987,0.05431687831878662,0.9800507426261902,0.19118179380893707,-0.30168819427490234,0.3480396270751953,0.025017550215125084,-0.09495103359222412,-0.22428280115127563,-0.201359361410141 +438,2.8825055034496594,-1.3860673064998026,-0.41817234403773224,0.047058310359716415,0.9829860329627991,0.1775488257408142,0.7779226899147034,0.20493167638778687,0.04639272391796112,0.1488645374774933,0.3929598331451416,-0.509244441986084 +439,2.4712378636354058,-1.4646535817762345,-0.8776005941852236,0.06581974029541016,0.9943721294403076,0.08301854133605957,0.1733410805463791,1.190599799156189,-0.041341111063957214,0.06403256952762604,0.33518725633621216,0.44530177116394043 +440,2.654812695876436,-1.4710861575456373,-0.7427375015042671,0.046566158533096313,0.9950330853462219,0.08798367530107498,-0.0009061499731615186,-0.6740711331367493,-0.05406245216727257,-0.3242303431034088,-0.12624329328536987,0.36532437801361084 +441,2.6031533049832447,-1.4674956496775693,-0.7038487924160904,0.05287880450487137,0.9946691989898682,0.08852821588516235,-0.048108406364917755,-0.4060041308403015,-0.13183705508708954,0.17710167169570923,-0.4143925905227661,-0.29711592197418213 +442,2.8531337384295155,-1.4522783130100345,-0.40454187260773505,0.03363674506545067,0.99298495054245,0.1133560836315155,-0.3103967308998108,-1.0005823373794556,-0.3797701597213745,-0.04866665229201317,-0.47655123472213745,-0.1301865577697754 +443,2.782090654657889,-1.4354598944825023,-0.356658387403673,0.047467052936553955,0.9908559918403625,0.12629778683185577,-0.25499457120895386,-0.48169180750846863,-0.2933836579322815,-0.08643800020217896,0.5536385774612427,-0.24925316870212555 +444,2.6614421899753147,-1.4709870279235209,-0.4779037351697231,0.046027202159166336,0.9950231909751892,0.08837752044200897,0.43087729811668396,1.453957438468933,0.2599618434906006,-0.06485654413700104,0.5349299311637878,0.2298293113708496 +445,2.8441888836494837,-1.4698474343776782,-0.3457691920434562,0.02953191287815571,0.9949089884757996,0.09635400772094727,-0.10218547284603119,-0.5056113004684448,-0.029437536373734474,-0.09494633972644806,0.08890753984451294,0.6671957969665527 +446,2.8967008765824374,-1.434167883442387,-0.2280457573255158,0.03302304446697235,0.9906808733940125,0.13214096426963806,-0.4198179244995117,-0.15823039412498474,0.07533778250217438,-0.015933193266391754,-0.3066749572753906,-0.23728929460048676 +447,2.9378267372657074,-1.4017033516124768,-0.2733207862418873,0.03405475988984108,0.9857378005981445,0.16480737924575806,-0.35107535123825073,0.7188499569892883,0.09646379947662354,-0.09257221221923828,-0.4433945417404175,-0.08263872563838959 +448,3.029111783056882,-1.3891937031918613,-0.2209266333241498,0.020271921530365944,0.9835554957389832,0.17946478724479675,0.2950925827026367,0.2747616469860077,0.033166952431201935,0.2089761197566986,0.29470378160476685,-0.3865264654159546 +449,2.889537189214457,-1.4608846508975286,-0.380993566047784,0.027356212958693504,0.9939658045768738,0.10622429102659225,1.1358270645141602,0.3637254238128662,0.14056602120399475,0.13493625819683075,0.6666176319122314,-0.04837823659181595 +450,2.8336026331399125,-1.5103437531790818,-0.5087931001009147,0.018314383924007416,0.9981732964515686,0.05757199600338936,0.38152122497558594,0.632254421710968,-0.036161985248327255,-0.369602233171463,0.04256761074066162,0.5708307027816772 +451,2.9591665063812593,-1.508027402869681,-0.3404129019795365,0.011380307376384735,0.9980306625366211,0.06168953329324722,-0.07834962755441666,-0.5115966200828552,-0.2128770500421524,-0.017377011477947235,-0.28089797496795654,-0.19027531147003174 +452,-3.022482399452611,-1.4916994974620146,0.009480001115404296,-0.009389204904437065,0.9968734979629517,0.07845471054315567,-0.35498520731925964,-0.4727208614349365,-0.18792322278022766,0.10446672141551971,-0.5824753046035767,-0.02327895164489746 +453,-3.030843801945695,-1.4564516413845903,0.1145715285055592,-0.012610247358679771,0.993469774723053,0.11339755356311798,-0.16386036574840546,-1.7794846296310425,-0.019329208880662918,-0.09301109611988068,0.17726093530654907,-0.334588885307312 +454,-2.8503150547029876,-1.4593226282642204,0.3581472156284193,-0.031946152448654175,0.993793249130249,0.10655654221773148,0.7255743145942688,-0.6661554574966431,-0.40967676043510437,-0.06365016102790833,0.15348446369171143,-0.4386945962905884 +455,-2.9659485306354583,-1.4716886120654036,0.17567413020121198,-0.017289958894252777,0.9950928688049316,0.09742306917905807,-0.6726162433624268,0.6115858554840088,-0.09496725350618362,-0.18771186470985413,-0.00928354263305664,0.47067689895629883 +456,-3.1156728917923946,-1.4664179169024334,0.03814610216676752,-0.0027002133429050446,0.9945574998855591,0.10415253043174744,-0.24420695006847382,-0.6904844641685486,0.22983253002166748,0.012450579553842545,-0.006673157215118408,0.2758980989456177 +457,3.0118440314457375,-1.433139304953378,-0.10514816361793851,0.01775467023253441,0.9905402064323425,0.13607023656368256,-0.3306407928466797,0.766643762588501,0.3133457601070404,-0.05541335791349411,-0.44610655307769775,-0.15517424046993256 +458,2.9855349783981175,-1.3870037778503803,-0.2010745168345761,0.028405454009771347,0.9831576347351074,0.18053892254829407,-0.6392167210578918,0.21357369422912598,-0.0077904341742396355,-0.06447723507881165,-0.21860074996948242,-0.13863825798034668 +459,3.0135703675231253,-1.395431555589168,-0.18100209382043822,0.022274697199463844,0.9846629500389099,0.17303918302059174,0.7816060185432434,0.5541054606437683,0.08921840041875839,0.11282661557197571,0.41458314657211304,-0.48398280143737793 +460,2.7502720096124893,-1.4975479843535593,-0.48939404634789746,0.02791263349354267,0.9973185658454895,0.06765066087245941,1.1673234701156616,0.9093164205551147,0.14228235185146332,0.14855526387691498,0.354961097240448,0.1654731035232544 +461,2.6520790843041153,-1.5316364067451695,-0.6899504753221923,0.018408073112368584,0.9992333650588989,0.03455205261707306,0.03475508093833923,0.2719540297985077,-0.02275427244603634,-0.4829161465167999,0.11616885662078857,0.6775299310684204 +462,3.0024167049976875,-1.527521636235898,-0.2893808764410681,0.0060014501214027405,0.9990637898445129,0.04284253716468811,-0.16033107042312622,-0.2892753779888153,-0.2852155268192291,0.04032423347234726,-0.19240796566009521,-0.20431113243103027 +463,-2.760798149908232,-1.5023350802123674,0.24288802091605916,-0.025424057617783546,0.9976574182510376,0.0635070726275444,-0.23169012367725372,-0.5954450368881226,-0.3351265788078308,0.070986807346344,-0.5874401926994324,-0.024337999522686005 +464,-2.785438879737264,-1.4759570632930918,0.3739654035850067,-0.033018533140420914,0.9955061078071594,0.08875519037246704,0.06103251129388809,-1.666907548904419,0.062481459230184555,0.006132546812295914,0.13632982969284058,-0.3330179452896118 +465,-2.7783192773661107,-1.4890124276130356,0.3814622036128068,-0.029027963057160378,0.9966575503349304,0.0763603150844574,0.6271846294403076,-0.22270430624485016,0.21265311539173126,-0.13727757334709167,0.40911930799484253,-0.4559227228164673 +466,-2.9421174645114125,-1.4818633282653657,0.12165223491171098,-0.017599210143089294,0.996048092842102,0.08705424517393112,-0.21360233426094055,0.6365768909454346,-0.08703920245170593,-0.2222689539194107,0.07240277528762817,0.3871126174926758 +467,-2.9883457293535303,-1.480007930871289,0.07624597530619234,-0.013839531689882278,0.9958815574645996,0.08960063755512238,-0.10668148845434189,-0.2367190718650818,-0.0013782919850200415,-0.10327167063951492,-0.060533106327056885,-0.0689554288983345 +468,-3.014626983137142,-1.462433877184916,-0.011832173315377541,-0.01369461975991726,0.9941345453262329,0.10728060454130173,-0.22591736912727356,1.6097254753112793,0.31173187494277954,-0.0076524242758750916,-0.5281616449356079,-0.09180819988250732 +469,-3.0678560971192375,-1.4308842151890635,-0.15323520490345152,-0.010273749008774757,0.9902282357215881,0.13907785713672638,-0.2416570484638214,0.15150390565395355,-0.08799832314252853,0.012181094847619534,-0.09810781478881836,-0.30332350730895996 +470,-3.0427470180927267,-1.438339547146467,-0.1354069875170011,-0.013033176772296429,0.9912404417991638,0.13142414391040802,0.5983828902244568,-0.16777798533439636,-0.03945266082882881,-0.0470711886882782,0.47387784719467163,-0.5463259220123291 +471,-2.6705783894189765,-1.5210501450832072,0.19071773567019965,-0.022565221413969994,0.9987629055976868,0.044311344623565674,0.4816644787788391,1.003629207611084,-0.07303149998188019,0.03844963014125824,0.18522757291793823,0.4379580020904541 +472,-2.388994660894444,-1.5239672152759236,0.47133523652183973,-0.03199777379631996,0.9989036917686462,0.034168828278779984,-0.06816662102937698,-0.6926149129867554,-0.13886089622974396,-0.33599844574928284,-0.037981510162353516,0.14091050624847412 +473,-2.4403164493851524,-1.5026139232305515,0.47206088220622894,-0.04395725950598717,0.9976764917373657,0.052052926272153854,-0.26870203018188477,-0.2772967517375946,-0.17340485751628876,0.12942174077033997,-0.528987467288971,-0.07764196395874023 +474,-2.5538713700874935,-1.4716266114487286,0.42689433283623773,-0.05489673092961311,0.9950867295265198,0.08239530771970749,-0.27727189660072327,-1.3689996004104614,-0.01721360720694065,0.007487673312425613,-0.258544921875,-0.06892168521881104 +475,-2.7702011330966547,-1.4573131760943345,0.31373187466102853,-0.04109625890851021,0.993567705154419,0.10551980137825012,-0.16718444228172302,-0.062362462282180786,-0.011761030182242393,-0.12217278778553009,0.35071635246276855,-0.19144201278686523 +476,-2.748693572461249,-1.4660067697008716,0.2870776549376329,-0.04004688560962677,0.9945145845413208,0.09662707149982452,-0.5815920829772949,2.0979561805725098,0.14641810953617096,-0.013511460274457932,0.5219801068305969,0.2423621416091919 +477,-2.7658389818218105,-1.4648502808278783,0.21404407341365644,-0.03880716487765312,0.994392991065979,0.09837118536233902,0.35670536756515503,-0.5021213293075562,0.3797210454940796,0.05154825374484062,0.21030378341674805,0.6758445501327515 +478,-3.077267164045693,-1.4572507714003229,-0.07560789768876942,-0.007283060345798731,0.9935606122016907,0.11306579411029816,-0.3407319188117981,0.2844254970550537,0.2552969753742218,0.06438145041465759,-0.33648681640625,-0.09226812422275543 +479,3.133049690706535,-1.4261764291672063,-0.23427631386090148,0.0012311703758314252,0.9895607829093933,0.14411164820194244,-0.4032714068889618,0.6754294037818909,0.12893101572990417,-0.14962288737297058,-0.5928170084953308,-0.11933135986328125 +480,-3.1316927218073682,-1.4211288301521758,-0.23840318372587585,-0.0014761502388864756,0.9888207316398621,0.14910224080085754,0.635258138179779,0.16333988308906555,0.051213525235652924,0.20235809683799744,0.43531256914138794,-0.5990381240844727 +481,2.790335479007917,-1.5227125479869965,-0.6282158632092786,0.016538025811314583,0.9988442063331604,0.04512990266084671,1.1604747772216797,0.7778294682502747,0.46312442421913147,0.20315802097320557,0.6130636930465698,0.11177623271942139 +482,2.1977408177439868,-1.5441169669448145,-1.3017162186763394,0.021603042259812355,0.9996441006660461,0.015650222077965736,-0.10184914618730545,0.13781622052192688,-0.08606306463479996,-0.5245937705039978,0.24495422840118408,0.7462363243103027 +483,2.2440501204911114,-1.5472663260838924,-1.197282277369851,0.01839393563568592,0.9997231960296631,0.014670341275632381,0.5422401428222656,-1.0910043716430664,-0.2995520234107971,0.04860740900039673,-0.21929717063903809,-0.41931819915771484 +484,2.9779197571076006,-1.5448124409970232,-0.39780430380196063,0.0042344434186816216,0.999662458896637,0.025639943778514862,-0.44430866837501526,-0.6084557771682739,-0.08790141344070435,0.152397021651268,-0.9133890867233276,0.040934208780527115 +485,2.9396135224348123,-1.5265352227176323,-0.2926536260680421,0.008875846862792969,0.9990206360816956,0.04334516450762749,0.1439209133386612,-1.1010116338729858,0.26232534646987915,-0.25074291229248047,0.5523098111152649,-0.42629504203796387 +486,2.2924306266652064,-1.5414923256320014,-0.939583988128756,0.021998872980475426,0.9995706677436829,0.019358206540346146,0.7279565930366516,0.3549746870994568,0.5675382614135742,0.07013370096683502,0.4971335530281067,-0.07546472549438477 +487,2.5443267871600748,-1.5249444140474715,-0.7757350121670334,0.02577633410692215,0.9989489912986755,0.03789910301566124,0.2989672124385834,-0.39191934466362,0.09643639624118805,0.0198169257491827,0.06081962585449219,0.5366858243942261 +488,2.60346008735173,-1.4940247234791806,-0.6576253976916081,0.039309561252593994,0.9970545172691345,0.06585685163736343,-0.543235182762146,-0.36795246601104736,0.0878201425075531,-0.039584219455718994,-0.23162788152694702,-0.02223193645477295 +489,2.811534372077538,-1.450129495746957,-0.4963343481222356,0.039012860506772995,0.992728590965271,0.11387624591588974,-0.5341126322746277,0.9055683016777039,0.14044196903705597,-0.1863212138414383,-0.6120219230651855,-0.06718434393405914 +490,2.9514784453921705,-1.421495285300327,-0.4037840394179576,0.02810872346162796,0.9888752698898315,0.14606617391109467,0.21552161872386932,0.13537107408046722,-0.08025012165307999,0.12096963822841644,0.23088163137435913,-0.44333794713020325 +491,2.7704825069631616,-1.4893177885001458,-0.6111757409869082,0.029515553265810013,0.9966824650764465,0.07584799081087112,0.995398759841919,0.213134765625,0.20908764004707336,0.1816355586051941,0.587469756603241,-0.12363851070404053 +492,2.3229871449610116,-1.5320691496647418,-1.1274536535091328,0.028273185715079308,0.9992501735687256,0.026455136016011238,-0.05361344665288925,0.4736878573894501,-0.07206116616725922,-0.18231067061424255,0.08578705787658691,0.620532751083374 +493,2.5934088463761005,-1.5294272416375183,-0.8132187286870978,0.02155226282775402,0.999144434928894,0.03529633581638336,-0.02802058681845665,-0.7807502150535583,-0.12455125898122787,-0.06536024808883667,-0.13522237539291382,-0.17090117931365967 +494,2.900813813073943,-1.5233220155605618,-0.4578648869482885,0.01131631713360548,0.9988732933998108,0.046087026596069336,-0.2961226999759674,-0.4820357859134674,-0.24252375960350037,0.09348104894161224,-0.6369196176528931,-0.08772826194763184 +495,3.12035670363815,-1.5032880162581168,-0.1316859674433944,0.0014324304647743702,0.9977222084999084,0.06744294613599777,0.10967233031988144,-1.5511573553085327,0.14650768041610718,-0.05010796710848808,0.010609149932861328,-0.2505941390991211 +496,3.00385907049559,-1.5134625781479478,-0.18906376510931933,0.007867763750255108,0.9983568787574768,0.05676138773560524,0.7673511505126953,-0.3437111973762512,0.08246202766895294,-0.08242220431566238,0.36083513498306274,-0.5578447580337524 +497,2.770236869648861,-1.5046521515896734,-0.4619143353686651,0.02398569881916046,0.9978132843971252,0.06159280240535736,0.3441861569881439,-0.4191778600215912,-0.015309721231460571,-0.06480295956134796,0.1288805603981018,0.10436177998781204 +498,2.4821026973794793,-1.5143360754306567,-0.6681799354913199,0.034575868397951126,0.9984065294265747,0.044597454369068146,-0.2039152979850769,-0.7515274286270142,0.07704807817935944,0.020691461861133575,-0.1518794298171997,0.027301907539367676 +499,2.580362973096826,-1.4918964817286093,-0.5815968668656829,0.04194941371679306,0.9968889951705933,0.0667278915643692,-0.5460585951805115,0.48585060238838196,0.14709170162677765,-0.08331599086523056,-0.6993883848190308,0.018996000289916992 +500,2.829145534464371,-1.457576718019405,-0.3436285095484763,0.03472775220870972,0.9935975074768066,0.10750699788331985,-0.08335579931735992,-0.2581046223640442,-0.3236396610736847,-0.034514136612415314,0.06023538112640381,-0.43244290351867676 +501,2.8283925306485034,-1.4830182475868545,-0.35273829015949515,0.027010267600417137,0.9961499571800232,0.083401158452034,0.5587294697761536,-0.48666107654571533,0.08287126570940018,0.1690651774406433,0.4912005066871643,-0.3997920751571655 +502,1.9862966230201136,-1.526739565739024,-1.210979792152545,0.040293268859386444,0.9990296363830566,0.017776835709810257,0.3585207164287567,1.4445048570632935,-0.032376810908317566,0.0027212537825107574,0.1466611623764038,0.20814478397369385 +503,2.529594989067511,-1.5254058577793705,-0.7130063059451154,0.026069872081279755,0.9989700317382812,0.03714204207062721,-0.5494431853294373,-1.1121339797973633,-0.16238468885421753,-0.35952019691467285,-0.2073439359664917,0.24053740501403809 +504,2.9092426440189465,-1.500437596316314,-0.27287039459250073,0.016187947243452072,0.9975258708000183,0.06841222941875458,-0.1570850908756256,-0.26990458369255066,-0.09723513573408127,0.061158858239650726,-0.4910714030265808,-0.15531110763549805 +505,3.0097015746505322,-1.4795460119238366,-0.14921326856206615,0.011983734555542469,0.9958395957946777,0.09033338725566864,-0.33896711468696594,-0.47368329763412476,-0.11313332617282867,-0.056875091046094894,-0.21318566799163818,-0.2199110984802246 +506,2.943651804547293,-1.4683293370712434,-0.15446339252023347,0.020114995539188385,0.9947548508644104,0.10029057413339615,-0.07061349600553513,-0.025267332792282104,0.00750738475471735,-0.10274133831262589,0.2593955397605896,-0.15778577327728271 +507,3.0788686018863047,-1.48229916345577,-0.025453092786784818,0.005540037993341684,0.9960866570472717,0.08820812404155731,-0.07856211066246033,1.1559092998504639,0.18979676067829132,0.06126294285058975,0.7361215353012085,0.10254204273223877 +508,2.674558478698461,-1.5152428982299138,-0.491259272104161,0.025000423192977905,0.9984573125839233,0.04958036541938782,0.287265807390213,-0.8676847219467163,0.09317521005868912,0.1210872232913971,0.09826827049255371,0.5469619035720825 +509,2.791133103038725,-1.483903203323729,-0.2654431886897925,0.02979562245309353,0.9962271451950073,0.08150915801525116,-0.5092566609382629,-0.20971329510211945,0.09631331264972687,0.02350332774221897,-0.3626365065574646,-0.11016523838043213 +510,2.869579303463384,-1.4363107677156899,-0.2158399408835052,0.036023613065481186,0.9909704327583313,0.12915073335170746,-0.4874485731124878,0.20676568150520325,0.0553554929792881,-0.09667730331420898,-0.4174841642379761,-0.0769045352935791 +511,2.963193916894573,-1.4056387258520935,-0.13547892431172054,0.0291748046875,0.9863924384117126,0.16179844737052917,0.24318896234035492,0.17414911091327667,0.09157897531986237,0.15802001953125,0.28512245416641235,-0.46436500549316406 +512,2.759997442966812,-1.4757357974276555,-0.3550158527037149,0.03534742444753647,0.9954851269721985,0.08809027820825577,1.0527329444885254,0.4306477904319763,0.253988116979599,0.20412401854991913,0.537183940410614,0.03056204319000244 +513,2.577064956574061,-1.5070680990009544,-0.6540319459427727,0.034074220806360245,0.9979700446128845,0.0538063608109951,-0.135443314909935,0.9099666476249695,-0.12381342798471451,-0.46522656083106995,0.05174320936203003,0.7519645690917969 +514,2.718283818911662,-1.511508356459069,-0.4812632077016817,0.024340106174349785,0.998242974281311,0.054023440927267075,0.2745112478733063,-0.1847805380821228,-0.16483299434185028,-0.061037495732307434,-0.18906939029693604,-0.26213812828063965 +515,2.9853422194307866,-1.5088666233409065,-0.21671803023302463,0.009631209075450897,0.9980829954147339,0.0611371248960495,-0.33697474002838135,-0.2234000414609909,-0.19672194123268127,0.1659669280052185,-0.5568445324897766,-0.015742182731628418 +516,-3.107921699515404,-1.4867610142721515,0.07647886313310816,-0.0028256759978830814,0.996471107006073,0.08388856798410416,0.199860081076622,-2.023545980453491,-0.024499300867319107,-0.10485559701919556,0.11601662635803223,-0.39536619186401367 +517,-2.9972775463687396,-1.5178110918096677,0.23749717473108434,-0.007616398390382528,0.9985966086387634,0.05240926891565323,0.2964201271533966,-0.3731788694858551,-0.0013538827188313007,-0.16665422916412354,0.2885890007019043,-0.18581688404083252 +518,3.007454136380041,-1.5118114543402057,-0.11541124487148656,0.007883978076279163,0.9982609152793884,0.05842196196317673,0.6368628740310669,-0.24906767904758453,0.26152703166007996,0.03477959707379341,0.12286335229873657,0.3664284944534302 +519,2.65421032134045,-1.5057134665887428,-0.36966068551452547,0.030457956716418266,0.9978828430175781,0.05746454373002052,-0.4478797912597656,-0.7962238788604736,0.09028437733650208,0.031996265053749084,-0.2515297532081604,0.02980053424835205 +520,2.737785894998698,-1.4669750671217239,-0.25741355172872066,0.040720634162425995,0.9946154356002808,0.09530027210712433,-0.5417450070381165,-0.005061997566372156,0.11970113962888718,-0.1289164423942566,-0.49936091899871826,-0.02817690372467041 +521,2.8564357530797553,-1.4225203549262944,-0.1376134873448851,0.041558638215065,0.9890272617340088,0.1417677253484726,-0.18752805888652802,-0.1558825820684433,-0.11721250414848328,-0.022729292511940002,0.04110884666442871,-0.3407423496246338 +522,2.747957460509431,-1.4733309372114551,-0.2672157893587942,0.0373242162168026,0.9952539801597595,0.08987057954072952,1.0082002878189087,0.41974347829818726,0.004118182696402073,0.0396563783288002,0.5280462503433228,-0.18662655353546143 +523,2.5795884189531395,-1.517857098409244,-0.5241942962356403,0.028199320659041405,0.9985990524291992,0.04477894306182861,-0.3594056963920593,1.5599479675292969,-0.33475399017333984,-0.18151962757110596,0.04214203357696533,0.5535029172897339 +524,3.091223885286254,-1.4986538511202119,-0.05021343558349625,0.003629131708294153,0.997398853302002,0.07199028879404068,0.012189806438982487,-0.3828284740447998,-0.13199353218078613,-0.21940366923809052,-0.1848987340927124,-0.1472465991973877 +525,-3.10896499870586,-1.4883707983212138,0.030416667954760168,-0.0026858251076191664,0.9966049194335938,0.0822882279753685,-0.20643262565135956,0.38265538215637207,-0.03388981893658638,0.14108304679393768,-0.4928513169288635,-0.10813654214143753 +526,-2.983768860198959,-1.445752069254776,0.13353515103717634,-0.019602077081799507,0.9921921491622925,0.12316934764385223,-0.4354988932609558,-0.3024996817111969,-0.1178133562207222,-0.08843015134334564,-0.04318690299987793,-0.17950473725795746 +527,-3.0252690928597654,-1.4688294529230157,0.1295531863918803,-0.011814062483608723,0.9948058724403381,0.10110358148813248,0.36289119720458984,0.27197885513305664,0.039061371237039566,-0.022792872041463852,0.3611817955970764,-0.278731107711792 +528,2.7448928095484546,-1.502066102437374,-0.4532448358026164,0.02653411589562893,0.997639000415802,0.06334107369184494,-0.5653127431869507,2.0159082412719727,0.42015063762664795,-0.007979432120919228,0.11828190088272095,0.5733928680419922 +529,2.61155464858671,-1.4862304866174758,-0.6403458456384629,0.04270327463746071,0.9964264631271362,0.0728764533996582,-0.03493916615843773,-0.5110297799110413,0.04793694242835045,-0.1291900873184204,0.08729857206344604,0.3212885856628418 +530,2.664166967312262,-1.4654290033284658,-0.5778135987891694,0.04832587018609047,0.994454026222229,0.0934116318821907,-0.34148383140563965,0.6831820011138916,0.15761011838912964,-0.04835639148950577,-0.4103323817253113,-0.10778535157442093 +531,2.795990901948867,-1.4145716395362025,-0.5287854151485067,0.05270792916417122,0.9878216981887817,0.14638970792293549,-0.4595204293727875,0.597575843334198,-0.0627414733171463,-0.10451152920722961,-0.2181684970855713,-0.18778683245182037 +532,2.8682034632907083,-1.4205116855450237,-0.4963793901365848,0.04042380675673485,0.9887285232543945,0.1441594660282135,0.633277177810669,0.417424738407135,-0.01582946442067623,0.03406960517168045,0.44048595428466797,-0.5340521335601807 +533,2.575552235254745,-1.4924802805009443,-0.8106077014640943,0.04195782169699669,0.9969348907470703,0.06603409349918365,0.39058181643486023,0.5141984224319458,-0.14006491005420685,0.1239510029554367,0.27934086322784424,0.28816819190979004 +534,2.790436112396036,-1.4962077520150792,-0.6003237997530653,0.025633692741394043,0.9972195625305176,0.069972462952137,-0.22241604328155518,-1.0809885263442993,-0.1812100112438202,-0.40867507457733154,-0.10305452346801758,0.28781557083129883 +535,2.879882847544797,-1.4919663695810286,-0.4529558010456862,0.020374638959765434,0.9968945384025574,0.07606644183397293,-0.08275899291038513,-0.03962036594748497,-0.06137782707810402,0.07407726347446442,-0.4147717356681824,-0.1699843406677246 +536,3.0815234139859844,-1.472790796262253,-0.22975534488298974,0.005874177441000938,0.9952012896537781,0.0976724624633789,-0.34692543745040894,-0.5565299391746521,-0.3072810173034668,-0.03854324668645859,-0.4109422564506531,-0.0636453628540039 +537,2.903980371176942,-1.4761871815731227,-0.2906046395146006,0.022236205637454987,0.9955278635025024,0.09181401878595352,0.04991747438907623,-0.29195183515548706,0.1651921570301056,0.0007282737642526627,0.2686932682991028,-0.20962703227996826 +538,2.8461077717420156,-1.5044163547492533,-0.3607186972830395,0.019316159188747406,0.9977976679801941,0.06345734745264053,0.16968367993831635,0.47771501541137695,0.2583511173725128,-0.1125626191496849,0.3602040410041809,0.046634793281555176 +539,2.7727234023227783,-1.4916412399528052,-0.49438250007150236,0.028510432690382004,0.9968688488006592,0.07375367730855942,0.28514185547828674,0.16628555953502655,0.44610583782196045,0.048836372792720795,0.34064024686813354,0.7493665218353271 +540,2.506547930827481,-1.4817413733999523,-0.7872152985167932,0.052758440375328064,0.9960372447967529,0.07159804552793503,-0.10320839285850525,0.6723158359527588,0.14003780484199524,-0.02178310602903366,-0.3025100827217102,-0.13042068481445312 +541,2.691589992738346,-1.453912710651309,-0.6975552085350644,0.05072533339262009,0.9931768774986267,0.10500870645046234,-0.4152112305164337,0.8747515678405762,0.023392457515001297,-0.157674178481102,-0.7616704106330872,0.03740157186985016 +542,2.8810193663100523,-1.4337854479529446,-0.5424004179607047,0.035188380628824234,0.9906286597251892,0.13197185099124908,0.33959534764289856,-0.05713484808802605,-0.349610835313797,0.05166463926434517,0.3115410804748535,-0.7240891456604004 +543,2.8506327650544327,-1.5050681035081463,-0.6154935651526011,0.018842272460460663,0.9978407025337219,0.06292115896940231,0.6755725741386414,0.3183833062648773,0.10042466223239899,0.08162158727645874,0.15062731504440308,-0.1687103509902954 +544,1.4088308283517024,-1.5376822104415544,-2.1424340041047567,0.0326760895550251,0.999451756477356,-0.005339168012142181,0.3176718056201935,0.579224169254303,0.10606815665960312,-0.2386087030172348,0.26951491832733154,0.3933396339416504 +545,1.2657658700828398,-1.5474128188589131,-2.2726801334003492,0.022307660430669785,0.9997265934944153,-0.007023716811090708,-0.21486899256706238,-1.1215990781784058,-0.22720667719841003,0.008606644347310066,-0.006730258464813232,0.14152997732162476 +546,2.8612044139761217,-1.540762946771495,-0.5791325812655576,0.008309721015393734,0.9995490312576294,0.028855731710791588,-0.284376323223114,-0.553165078163147,-0.2295549064874649,0.1307131052017212,-0.47942274808883667,-0.25741708278656006 +547,-3.0821920843774833,-1.5081712704682184,-0.1505015914359893,-0.0037153796292841434,0.9980396628379822,0.06247429549694061,-0.21952398121356964,-1.0115690231323242,0.07262285053730011,-0.052971020340919495,-0.2819904685020447,-0.21991455554962158 +548,2.815716314007692,-1.519441115501925,-0.4611909874970049,0.01643352396786213,0.9986816048622131,0.04863084480166435,0.4539702534675598,-0.6006771922111511,0.1015719473361969,-0.12821941077709198,0.3037170171737671,-0.5155497789382935 +549,1.9125817288193725,-1.5270713092634054,-1.3770505398394655,0.04118449613451958,0.9990442395210266,0.014651259407401085,-0.17159612476825714,0.46110594272613525,0.18893331289291382,0.16354267299175262,0.5095770359039307,0.8499727249145508 +550,2.1406485751282367,-1.5000700541474015,-1.1324009199849157,0.05949966982007027,0.997499942779541,0.038125015795230865,-0.5384600758552551,-0.6026949286460876,0.08618797361850739,-0.15639299154281616,0.1981939673423767,0.1916419267654419 +551,2.4960979345111944,-1.4512319386790986,-0.7974398540553959,0.07175791263580322,0.9928606748580933,0.09528088569641113,-0.7610219717025757,1.006621241569519,0.3131069242954254,0.0009654685854911804,-0.39871400594711304,0.05942796915769577 +552,2.7384514917867575,-1.4047423263321042,-0.6128587492221655,0.06484555453062057,0.9862446784973145,0.15204086899757385,-0.015354026108980179,0.4927981495857239,-0.14572978019714355,-0.022685520350933075,-0.23957115411758423,-0.38261640071868896 +553,2.609571241946263,-1.4713451303395453,-0.7743629313766731,0.050367072224617004,0.9950587749481201,0.08556579798460007,1.2964311838150024,0.46925225853919983,0.016432177275419235,0.2513449788093567,0.5174383521080017,-0.22345945239067078 +554,2.1775452600790413,-1.506077925339337,-1.2525339053346758,0.053130701184272766,0.997906506061554,0.03687752038240433,-0.11408503353595734,0.24250541627407074,0.016617104411125183,-0.08586078882217407,0.2694581151008606,0.6624175310134888 +555,2.483710418607409,-1.5049941898644827,-0.8860257796861377,0.040204863995313644,0.9978358149528503,0.05203051120042801,-0.2509342133998871,-0.617089569568634,-0.15095728635787964,-0.041639190167188644,-0.13490557670593262,-0.1628093719482422 +556,2.8093431047926027,-1.5024235484820367,-0.5107896017678643,0.022284114733338356,0.9976634979248047,0.06458409875631332,-0.27437496185302734,-0.7188710570335388,-0.467741996049881,0.0901884213089943,-0.6234111785888672,-0.03743875026702881 +557,-2.9810502188708727,-1.4871066289063617,0.12003409400779774,-0.01336263120174408,0.9965000748634338,0.08251793682575226,0.06660304963588715,-1.4957460165023804,-0.051100362092256546,-0.10886026918888092,-0.06756013631820679,-0.17747342586517334 +558,-2.9120735944738763,-1.4986477865121401,0.26681741568437245,-0.016400396823883057,0.9973984360694885,0.07019633054733276,0.690803587436676,-0.449367880821228,0.06851869821548462,0.04192835092544556,0.18268591165542603,-0.5168821811676025 +559,3.0695332516656952,-1.4821439925408084,-0.12201866712556071,0.006374442018568516,0.9960729479789734,0.08830776810646057,-0.0744708999991417,0.2434229850769043,-0.000143921235576272,-0.13291557133197784,0.09628862142562866,0.3186441659927368 +560,2.873805341342108,-1.481317823634364,-0.261743413146967,0.02364451065659523,0.9959994554519653,0.08617512881755829,-0.3460659980773926,-0.5577597618103027,0.13205690681934357,-0.009270727634429932,-0.06353473663330078,0.15910983085632324 +561,2.8171260126592044,-1.4385226849743211,-0.34066486553362946,0.042046453803777695,0.9912645816802979,0.1250065714120865,-0.43406200408935547,0.8398581147193909,0.2161271721124649,-0.1142357885837555,-0.4928973317146301,-0.1453617811203003 +562,2.9047809697479026,-1.4001983370938764,-0.29957926447845074,0.03982914611697197,0.9854834079742432,0.16503329575061798,-0.2037213146686554,0.08180871605873108,-0.13008499145507812,-0.03186406195163727,-0.12529975175857544,-0.29601478576660156 +563,2.8627781681855313,-1.4565940494647995,-0.3520804320403026,0.031362127512693405,0.9934859871864319,0.10955389589071274,0.7906955480575562,-0.028331009671092033,0.03708434849977493,0.1796364188194275,0.3856186866760254,-0.2681537866592407 +564,2.3518749103599608,-1.5139460125230464,-0.8786962365649996,0.04035071283578873,0.9983844757080078,0.040003612637519836,0.07543490827083588,0.7021285891532898,-0.16384662687778473,-0.07718542963266373,0.1392803192138672,0.37253308296203613 +565,2.82392220113105,-1.521921023779101,-0.4248979851049268,0.015260723419487476,0.998805820941925,0.04641254246234894,0.09979242831468582,-0.6061694622039795,-0.36615243554115295,-0.3150043785572052,-0.06997275352478027,0.03011036291718483 +566,2.9695453169521304,-1.5056436870435783,-0.21716072541757364,0.011145719327032566,0.9978783130645752,0.06414240598678589,-0.8246394395828247,-0.40143683552742004,0.06320670992136002,0.1882713884115219,-0.577636182308197,-0.09113527834415436 +567,-2.8969545230074742,-1.4754784740902818,0.25042013399589924,-0.023051302880048752,0.9954606890678406,0.09233884513378143,-0.33676743507385254,-0.7582704424858093,-0.7498686909675598,0.009409947320818901,-0.2567828297615051,-0.11797357350587845 +568,-2.9828913865497806,-1.5040488379854466,0.2132298963755891,-0.010540279559791088,0.9977732300758362,0.06585732102394104,0.3843691051006317,0.4564884603023529,-0.4060618579387665,-0.08720751851797104,0.4867541790008545,-0.3292088508605957 +569,-2.804804695686149,-1.5131959237792854,0.33698851021758963,-0.019023997709155083,0.9983415603637695,0.05433456227183342,-0.814372181892395,2.038313150405884,-0.4312351942062378,-0.14880742132663727,0.31354808807373047,0.13336384296417236 +570,-2.8545658203175215,-1.4510607180285147,0.347001559900663,-0.033816710114479065,0.9928402304649353,0.11456390470266342,-0.3106262981891632,-1.0962876081466675,0.18656684458255768,0.13490618765354156,-0.007168114185333252,0.5134420394897461 +571,-3.091678531654588,-1.41197127043128,0.09300265032019628,-0.007891056127846241,0.987413763999939,0.15796133875846863,-0.2518959045410156,1.3536831140518188,0.5533795952796936,-0.057584404945373535,-0.49826282262802124,-0.14312982559204102 +572,3.0651741124543954,-1.3689283653448796,-0.14558478370390232,0.0153069868683815,0.9796937704086304,0.19991454482078552,-0.6801679730415344,0.6998708844184875,0.11152810603380203,-0.077669657766819,-0.27786576747894287,-0.02684938907623291 +573,3.0492708049308073,-1.3537914475037713,-0.19445027187898326,0.019849274307489395,0.9765467047691345,0.2143896371126175,0.9545842409133911,0.6676190495491028,0.19202114641666412,0.1454644501209259,0.6990058422088623,-0.629352331161499 +574,2.969278395633947,-1.4697959122347146,-0.30759868680563074,0.0172885712236166,0.9949038028717041,0.0993366464972496,0.3979903757572174,-0.07569613307714462,-0.4088769555091858,0.0285488348454237,0.47679126262664795,0.47019755840301514 +575,-2.805815026389841,-1.469432582046583,0.18274294899292656,-0.033342719078063965,0.9948670864105225,0.09553973376750946,-0.007215537130832672,-0.8161360621452332,-0.3216032087802887,-0.43617022037506104,-0.17614150047302246,0.2973893880844116 +576,-2.665485071687823,-1.489966970380499,0.33958661661972145,-0.03700528293848038,0.9967350959777832,0.07176108658313751,0.5673801898956299,1.1626259088516235,-0.0013996209017932415,0.19183622300624847,-0.299164354801178,-0.1363515853881836 +577,-2.1048422344994635,-1.452124254036393,0.8281807997366125,-0.10190905630588531,0.9929667115211487,0.0602654293179512,-0.5422900319099426,-0.507570743560791,-1.3896987438201904,0.03023850917816162,-0.33902066946029663,-0.1875084638595581 +578,-1.810865540337784,-1.388157760471219,1.2189100548176108,-0.17641626298427582,0.9833678603172302,0.04318494722247124,1.1283185482025146,-0.4118059277534485,-0.26281726360321045,-0.04041112959384918,0.482666015625,-0.43670904636383057 +579,-1.908024060081636,-1.3852872681015216,1.1104765403213508,-0.1740586757659912,0.9828425049781799,0.06102858483791351,-0.8366796970367432,1.1469249725341797,0.2578417956829071,-0.5353682041168213,-0.3184593915939331,0.3989628553390503 +580,-2.3221282159249794,-1.4292369289666196,0.6833061520679256,-0.10310431569814682,0.9899972081184387,0.09630843251943588,-0.4638853371143341,-0.43183964490890503,1.170438528060913,0.12426823377609253,0.05553513765335083,0.5214283466339111 +581,-2.893087274728718,-1.4482912860845472,0.13731488803472952,-0.03005572035908699,0.9925056099891663,0.1184459775686264,-0.21418222784996033,0.14773912727832794,0.6061835289001465,0.02715655043721199,-0.399533748626709,-0.2163005918264389 +582,3.1388513869587458,-1.4144903501805366,-0.18337157085973074,0.00042673369171097875,0.9878090620040894,0.15566986799240112,-1.1607033014297485,0.5800812840461731,0.14300262928009033,-0.020644627511501312,-0.31334006786346436,-0.03790247440338135 +583,3.032589615337741,-1.3723446174347862,-0.3333514824688004,0.021447625011205673,0.9803730249404907,0.19598181545734406,0.8697825074195862,0.27331283688545227,0.524954617023468,0.16754774749279022,0.49060487747192383,-0.5267618894577026 +584,2.5830308310747903,-1.529652464510108,-0.7907859746121766,0.021799178794026375,0.999153733253479,0.0348815955221653,1.4695771932601929,0.6011247634887695,0.09516020864248276,0.07784072309732437,0.5766977071762085,-0.0731048583984375 +585,-2.8537404510478392,-1.5045951163122662,0.0687736767214262,-0.018780361860990524,0.9978095293045044,0.06343105435371399,0.695092499256134,1.023256540298462,-0.09249609708786011,-0.13089311122894287,-0.0676795244216919,0.8400266170501709 +586,-2.4815554841009395,-1.5150858892286394,0.4553992635254353,-0.03414089232683182,0.9984485507011414,0.043986670672893524,0.1914910525083542,-0.5307254195213318,-0.21126782894134521,0.018378566950559616,-0.28526806831359863,-0.12832200527191162 +587,-1.9158050252538934,-1.5024860673577791,1.0768937393553364,-0.06423381716012955,0.9976677894592285,0.023084500804543495,-0.43703263998031616,-0.9562531113624573,-0.4380928575992584,0.18772320449352264,-0.4582849144935608,0.007234690710902214 +588,-2.313584854610018,-1.4339106450792705,0.7793275968577226,-0.10051345825195312,0.9906457662582397,0.09229306876659393,0.1828075349330902,-0.7252092957496643,0.17557008564472198,-0.025020591914653778,0.10781913995742798,-0.29048943519592285 +589,-1.8989151109766516,-1.4942628446336435,1.216982099851016,-0.07238052040338516,0.9970727562904358,0.02464008703827858,0.4054451882839203,0.2233748584985733,0.9213768243789673,0.027870625257492065,0.18301159143447876,-0.2838869094848633 +590,-2.8440805127603936,-1.467280927489978,0.1975841155959437,-0.030290890485048294,0.9946470856666565,0.09879212081432343,0.19816747307777405,0.03937326744198799,-0.15473957359790802,-0.200727179646492,0.15252399444580078,-0.1079779863357544 +591,-2.955072568240906,-1.4866596049356633,0.1014076582113859,-0.015583972446620464,0.9964625835418701,0.08258001506328583,-0.0055531891994178295,0.09706686437129974,0.28361770510673523,0.0012559667229652405,-0.14996600151062012,-0.006988048553466797 +592,3.1234326815159306,-1.4584658954840857,-0.18297539693200093,0.0020355002488940954,0.9936975836753845,0.11207487434148788,-0.5884919166564941,1.3133405447006226,0.27671244740486145,-0.07050168514251709,-0.4233699440956116,0.11647127568721771 +593,3.0596162943735696,-1.4207723030343071,-0.31157001604697054,0.012238550931215286,0.9887675046920776,0.14895908534526825,0.1786540150642395,0.15333017706871033,0.05680672824382782,0.022307341918349266,-0.03292655944824219,-0.40106475353240967 +594,2.673244043652238,-1.5124500464057997,-0.7093980795261254,0.02632315084338188,0.9982983469963074,0.05203333497047424,0.5362011194229126,0.6194575428962708,-0.12258211523294449,0.027921847999095917,0.2995684742927551,-0.30276572704315186 +595,3.0241206050266674,-1.509322965233793,-0.4030805763544195,0.007200384978204966,0.9981111288070679,0.06101224571466446,-0.6932457685470581,-0.06402365863323212,-0.23676539957523346,-0.18340888619422913,0.20859980583190918,0.40531158447265625 +596,2.8101238941553515,-1.5113378603634033,-0.6311849237730189,0.019338687881827354,0.9982328414916992,0.056189872324466705,0.20583540201187134,-0.34739425778388977,0.17042824625968933,-0.022741392254829407,-0.12698650360107422,-0.14020466804504395 +597,3.0170512550680235,-1.5636626024813134,-0.38797462747625483,0.0008858509827405214,0.9999745488166809,0.007076090667396784,-0.20626519620418549,-0.5459219813346863,-0.6222728490829468,-0.005860224366188049,-0.5565541982650757,-0.046947360038757324 +598,-2.7095594842721646,-1.439656197846138,0.266500943533071,-0.05475353077054024,0.9914134740829468,0.11874954402446747,-0.8494582772254944,-1.5196205377578735,-0.17802321910858154,-0.13854479789733887,-0.13011586666107178,-0.1545466184616089 +599,-2.505358982867353,-1.4882285739330923,0.5235396637279066,-0.04900435730814934,0.9965932369232178,0.06633810698986053,0.77134108543396,-0.036601729691028595,-0.32603609561920166,-0.0037758052349090576,0.2850230932235718,-0.4759145975112915 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/er4.csv b/BoostRunClub/CoreML/DataSet/Motion/running/er4.csv new file mode 100644 index 0000000..a4d8ffd --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/er4.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-2.9804364398967818,-1.4466828095308597,-0.03118960169729243,-0.019863968715071678,0.9923077821731567,0.12219016999006271,-2.123058557510376,0.031541623175144196,-0.09061018377542496,-0.20256340503692627,0.08421492576599121,0.27949750423431396 +1,0.021776898875271813,0.2584250898681489,-2.8408471876529493,0.021052103489637375,-0.2555582523345947,-0.966564416885376,-0.00037702859845012426,0.7446479797363281,0.19891154766082764,-0.024164896458387375,-0.08103537559509277,-0.20503592491149902 +2,0.005097995727788809,0.26468391048232004,-2.8220910633453076,0.004920437932014465,-0.2616041898727417,-0.9651626944541931,0.30045759677886963,-0.11426234245300293,-0.17153529822826385,-0.06250710785388947,0.07280722260475159,-0.4530653953552246 +3,0.03065090732701028,0.2932403627865729,-2.8525456618942595,0.029337896034121513,-0.2890557646751404,-0.9568626284599304,0.33567100763320923,0.4620630443096161,-0.5378064513206482,-0.10358716547489166,0.13315671682357788,-0.02133256196975708 +4,0.08704214957703904,0.3849433625993338,-2.994706971552586,0.08057054877281189,-0.3755066394805908,-0.9233109951019287,0.985695481300354,-0.6820439100265503,-2.3175477981567383,0.00927320122718811,0.08986210823059082,0.3113114833831787 +5,0.07372140821187648,0.4274300728989889,3.1088024589554166,0.0670282393693924,-0.41453346610069275,-0.907562255859375,0.20277146995067596,-1.053898572921753,0.2124997079372406,0.1427343338727951,0.17384129762649536,0.135223388671875 +6,-0.15309853133764312,0.47372391052007584,3.135481296898254,-0.1357070505619049,-0.45620325207710266,-0.8794669508934021,-1.2242777347564697,-1.3516478538513184,0.22707435488700867,-0.0008743703365325928,-0.33713170886039734,-0.07098770141601562 +7,-0.4254216671221139,0.4299397944283346,-3.0486000680287675,-0.37514498829841614,-0.4168160855770111,-0.8279677629470825,0.012056419625878334,-1.6382635831832886,0.8028069138526917,-0.40320584177970886,0.07579740881919861,-0.5577896237373352 +8,-0.7388966691825521,0.4422455442805575,-3.026779290197556,-0.6086798906326294,-0.4279700517654419,-0.6680946350097656,0.052573662251234055,-3.7267532348632812,-0.8268877267837524,-0.1261833906173706,0.3390113115310669,0.08217239379882812 +9,-0.8175283302641998,0.3946341446590747,-2.9853876575096865,-0.6733892560005188,-0.38447049260139465,-0.6314501166343689,0.2119881808757782,0.17778274416923523,1.370593547821045,0.2940252423286438,0.13645413517951965,0.17727231979370117 +10,-0.8427396611688742,0.41225535240284167,-2.8621279830058777,-0.6839293837547302,-0.40067675709724426,-0.6096709966659546,0.6642432808876038,0.469619482755661,0.11345036327838898,0.0236358642578125,-0.010730743408203125,0.1674255132675171 +11,-0.8195465069860689,0.3826841499061376,-2.8559426744478875,-0.6779718399047852,-0.37341180443763733,-0.6331807374954224,0.22744877636432648,-0.019107844680547714,0.6947279572486877,-0.13716793060302734,-0.07443365454673767,-0.25050151348114014 +12,-0.8740528677476618,0.3322992147987771,-2.735385030291471,-0.7249806523323059,-0.32621732354164124,-0.6066179275512695,0.7554632425308228,-1.5966237783432007,1.58674156665802,-0.21763098239898682,-0.12437468767166138,-0.3498334288597107 +13,-1.084480905765506,0.22327474553982138,-2.535536129148108,-0.8621164560317993,-0.22142426669597626,-0.4557704031467438,1.0724613666534424,-1.628370761871338,2.9117424488067627,0.16567480564117432,0.40764254331588745,-0.1544896364212036 +14,-1.223914769522223,-0.050148066377574595,-2.2519325006789432,-0.9392551779747009,0.0501270517706871,-0.33953937888145447,1.5332921743392944,0.6760962009429932,4.413815975189209,0.3324894905090332,0.3521709144115448,0.03372272849082947 +15,-1.113194051384748,-0.362384357821729,-1.8916419334332015,-0.8388505578041077,0.3545047342777252,-0.41310539841651917,2.594506025314331,0.37950772047042847,3.832594394683838,-0.13549935817718506,-0.14370453357696533,-0.19860422611236572 +16,-0.9342848952947382,-0.4486761758312483,-1.574554259902437,-0.724578857421875,0.43377313017845154,-0.5355618596076965,1.1474894285202026,0.8709834218025208,-0.8235670924186707,-1.3500823974609375,-0.6254692077636719,0.27353793382644653 +17,-1.0186954488686002,-0.4056240661791765,-1.7679257246163966,-0.7823367714881897,0.3945922553539276,-0.4819191098213196,-1.109785556793213,-2.7047078609466553,-1.385136604309082,-0.23897969722747803,0.03428652882575989,-0.37577739357948303 +18,-1.2348871493840943,-0.31257588095050504,-1.880961142060674,-0.8983637690544128,0.30751073360443115,-0.31365543603897095,-0.43476682901382446,0.320184588432312,-0.3773292303085327,0.24275463819503784,0.5008846521377563,0.028926461935043335 +19,-1.2231610906884958,-0.24037970045055965,-1.9628028966406363,-0.9131485819816589,0.23807142674922943,-0.3308802545070648,0.17200319468975067,-0.7100546956062317,-0.2934255003929138,0.3681199550628662,-0.04172131419181824,-0.05876821279525757 +20,-1.2783609003964331,-0.2647573647384403,-1.884332493503805,-0.9241799712181091,0.261675089597702,-0.2782401144504547,1.0138994455337524,-0.40388479828834534,0.9128166437149048,0.36061185598373413,-0.16894742846488953,0.3010520339012146 +21,-1.297374996519644,-0.31769385398349603,-1.814277140334397,-0.914669930934906,0.31237664818763733,-0.25651463866233826,-0.1931232213973999,-0.6552140712738037,-0.052039675414562225,-0.023165762424468994,-0.15266287326812744,0.17753511667251587 +22,-1.3914596193944953,-0.2876588156108738,-1.8352820142256736,-0.9435319304466248,0.28370800614356995,-0.17104758322238922,-0.4582008719444275,-1.0692156553268433,-0.48426124453544617,-0.27692699432373047,0.028105348348617554,0.18352925777435303 +23,-1.407187073089299,-0.2534885249750527,-1.8224234257217649,-0.9551160335540771,0.2507825195789337,-0.15767522156238556,0.7393932342529297,-0.1072104424238205,-0.08626293390989304,-0.05379509925842285,0.1729845404624939,-0.30391836166381836 +24,-1.4451641707945642,-0.23288588992573175,-1.7808325565578582,-0.9653358459472656,0.23078645765781403,-0.12191934138536453,-0.3879883289337158,0.06104118376970291,-0.702214777469635,-0.3066520690917969,-0.003628849983215332,-0.059385597705841064 +25,-1.3027663485026952,-0.21770301481656093,-1.8977982606154318,-0.9415334463119507,0.215987429022789,-0.2585812211036682,-2.4534504413604736,2.4220497608184814,-0.5965868234634399,0.3530324697494507,0.06257703900337219,0.025777876377105713 +26,-1.227833102510124,-0.2186117583910197,-2.1535571828230866,-0.9193479418754578,0.2168746292591095,-0.328275591135025,-1.9403239488601685,-0.072708360850811,-0.8577385544776917,0.44833964109420776,-0.1179366409778595,0.07896220684051514 +27,-1.4588342734866895,-0.17506105276833805,-2.351220319733936,-0.978550374507904,0.17416825890541077,-0.11002061516046524,-1.3197393417358398,-4.773528099060059,-1.1769983768463135,-0.20139646530151367,-0.5112196207046509,-0.027796804904937744 +28,-1.663254804687046,-0.0958763905453653,-2.396202783594949,-0.991155743598938,0.09572957456111908,0.09190277755260468,-0.8934259414672852,1.6513959169387817,-0.7701471447944641,-0.6165559887886047,-0.15108844637870789,0.1869363784790039 +29,-1.5643301237856864,0.010690468165987933,-2.4296783775660606,-0.9999220967292786,-0.010690264403820038,-0.006465789396315813,1.927164912223816,0.689626932144165,-0.5696377754211426,0.4805585741996765,0.8900085091590881,-0.6001931428909302 +30,-1.5722418061498693,-0.1452761129233516,-2.322116815545002,-0.9894649386405945,0.14476564526557922,0.0014302521012723446,0.637969434261322,-0.008630970492959023,1.3562724590301514,0.12506979703903198,0.3343755900859833,-0.11176657676696777 +31,-1.5848718645604503,-0.26869649358348613,-2.224883596861552,-0.964022159576416,0.26547491550445557,0.013570026494562626,1.1099026203155518,-0.4397633671760559,1.4835784435272217,0.27792608737945557,-0.20018261671066284,-0.03220105171203613 +32,-1.6002883583695287,-0.4056810922414327,-2.085963578920063,-0.9184342622756958,0.3946446478366852,0.027094347402453423,1.0210604667663574,-0.01501161977648735,1.7234485149383545,-0.1677778959274292,-0.13484853506088257,0.46072912216186523 +33,-1.5942702329665617,-0.4661933163477793,-2.039478275434312,-0.8930395841598511,0.4494890868663788,0.02096697874367237,-0.09415134787559509,-0.18351978063583374,-0.751193642616272,-0.3112907409667969,0.12454646825790405,0.07830667495727539 +34,-1.539160832696483,-0.43059955518997756,-2.071229149539281,-0.9082608222961426,0.41741570830345154,-0.028742870315909386,-0.20499353110790253,-0.3036700189113617,-0.30959826707839966,-0.0757783055305481,0.2523687779903412,-0.5273483991622925 +35,-1.5552294423801636,-0.4119799944153032,-2.0441257490392846,-0.9162186980247498,0.40042445063591003,-0.014263822697103024,0.24194705486297607,-0.09346218407154083,-0.008501646108925343,0.1510363221168518,-0.09405851364135742,-0.16076970100402832 +36,-1.5190347348279345,-0.41129897138346067,-2.038034158356342,-0.9153746366500854,0.39980030059814453,-0.04742360860109329,-0.2313760370016098,0.8212517499923706,-0.10078127682209015,0.47859179973602295,-0.17105582356452942,0.0873863697052002 +37,-1.491365905991072,-0.4209189975648138,-2.0817238921887324,-0.9098362326622009,0.4085994064807892,-0.07242104411125183,-0.42036858201026917,-0.04201936721801758,0.03533927723765373,-0.32690393924713135,-0.10490366816520691,0.18406957387924194 +38,-1.5517865093787306,-0.36579105092051717,-2.1400861020528095,-0.9336724281311035,0.35768812894821167,-0.01775108091533184,-1.0154298543930054,-0.9846069812774658,-1.0067859888076782,-0.554013729095459,-0.08460158109664917,0.16003930568695068 +39,-1.5861468845795526,-0.2762431318383461,-2.2926612819318115,-0.9619736075401306,0.2727431356906891,0.014767991378903389,-0.8747779130935669,1.9016932249069214,-0.25456148386001587,0.020735204219818115,0.6063004732131958,-0.48486077785491943 +40,-1.5617521305115156,-0.27456322273314443,-2.2582474247371653,-0.9625043272972107,0.27112653851509094,-0.008705316111445427,1.1049013137817383,-0.5509654879570007,0.29690787196159363,0.19156932830810547,-0.11640241742134094,-0.0271528959274292 +41,-1.5911199386066293,-0.33626296031999287,-2.1853131238627093,-0.9437994360923767,0.3299616575241089,0.0191840548068285,0.4977293908596039,-0.5835416913032532,0.3117804527282715,0.3194860816001892,-0.2711085081100464,-0.042850494384765625 +42,-1.5781649796671677,-0.349188084093118,-2.0817290000917374,-0.9396252036094666,0.3421350121498108,0.0069238971918821335,1.523585557937622,0.03832612931728363,-0.05272090807557106,-0.025294721126556396,-0.06869751214981079,0.19104361534118652 +43,-1.566467244065939,-0.35320305413170766,-2.007379666265078,-0.9382607936859131,0.3459049165248871,-0.004061833955347538,0.25797608494758606,-0.8990304470062256,-0.08720581233501434,-0.3120291233062744,-0.0358157753944397,0.40968626737594604 +44,-1.507313001539833,-0.3387639745618146,-2.0372927210594693,-0.9412662386894226,0.33232155442237854,-0.05983511358499527,0.10405374318361282,1.0083988904953003,0.27505651116371155,0.09115332365036011,0.49649009108543396,-0.6722053289413452 +45,-1.539484459894848,-0.3194221518654967,-1.9873049964846483,-0.9489515423774719,0.31401798129081726,-0.029723159968852997,0.7213193774223328,-0.5852315425872803,-0.08988860994577408,0.09093469381332397,-0.056480199098587036,-0.1943826675415039 +46,-1.5228715530725845,-0.3172058641951189,-1.966938372486545,-0.9490198493003845,0.31191304326057434,-0.04551641270518303,-0.4393655061721802,0.5051451325416565,-0.18494077026844025,0.49128657579421997,-0.24132585525512695,0.08734077215194702 +47,-1.4613243780792247,-0.33500178820914467,-2.018490523599601,-0.9387564659118652,0.32877084612846375,-0.10318000614643097,-0.2389814555644989,0.6693398356437683,0.453366219997406,0.10805273056030273,-0.12987253069877625,0.15711987018585205 +48,-1.4571005508382002,-0.3463662781002259,-2.0483197356489105,-0.9345394968986511,0.3394821286201477,-0.10671340674161911,0.06602443009614944,-0.49117311835289,-0.19605180621147156,-0.4615634083747864,-0.1405228078365326,0.3837825059890747 +49,-1.5767748146570888,-0.3336411309921151,-2.1221610364599,-0.9448392987251282,0.3274855315685272,0.005648777820169926,-0.8429141044616699,-0.006946572568267584,0.24562521278858185,-0.14154064655303955,0.2264542579650879,-0.7903015613555908 +50,-1.5566468773486029,-0.3385049673318867,-2.165700316127596,-0.9431577324867249,0.3320772647857666,-0.013346053659915924,1.1184018850326538,-0.14658582210540771,0.06150336191058159,0.13465559482574463,0.3519589602947235,-0.13171923160552979 +51,-1.5576804912826792,-0.348726014917098,-2.129643875537753,-0.9397279620170593,0.34170079231262207,-0.01232602447271347,-0.3823341727256775,-0.36281320452690125,0.2019672691822052,0.3615419268608093,-0.38732457160949707,0.14286500215530396 +52,-1.5707087567572358,-0.3694162398199031,-2.0794037883874417,-0.9325382113456726,0.3610711097717285,-8.166240877471864e-05,1.3724626302719116,-0.2646126449108124,-0.047898028045892715,0.3450291156768799,-0.0887170135974884,-0.06942212581634521 +53,-1.5947186720873254,-0.35715349019346637,-1.991063505084294,-0.9366278052330017,0.34960877895355225,0.02241060882806778,0.17027832567691803,-0.38024771213531494,0.23942537605762482,-0.35278570652008057,0.09243834018707275,0.32510828971862793 +54,-1.6278170832199366,-0.3381934388607216,-1.995055656133761,-0.941822350025177,0.3317834138870239,0.05376170203089714,-0.4494783580303192,1.7816938161849976,0.09894181042909622,0.024372458457946777,0.2664068639278412,-0.06487012654542923 +55,-1.5760512205485133,-0.31246036814340783,-1.9579524435277287,-0.9515670537948608,0.30740079283714294,0.005000429693609476,0.6170300841331482,-0.17991046607494354,-0.30127590894699097,-0.15294039249420166,0.06624117493629456,-0.5955919027328491 +56,-1.5567278529047877,-0.2902764155454281,-1.9158837810104767,-0.958069920539856,0.2862170934677124,-0.013479471206665039,0.06541052460670471,0.44666171073913574,-0.22854644060134888,0.33296316862106323,-0.1444934606552124,0.12645554542541504 +57,-1.4933179068448597,-0.2877316591893274,-1.9214088559702232,-0.9560135006904602,0.2837778627872467,-0.0742189809679985,-0.01328528393059969,0.6350166201591492,0.10828301310539246,0.3168075680732727,-0.07465618848800659,0.0324099063873291 +58,-1.4586746051211688,-0.30409441642046564,-1.9277594374828722,-0.9481275677680969,0.2994292676448822,-0.10675341635942459,-0.4468953311443329,-0.2283780574798584,-0.11768843233585358,-0.47388482093811035,-0.23358756303787231,0.3786802887916565 +59,-1.586280924999071,-0.27678596521892923,-1.9881687548515026,-0.9618234038352966,0.27326536178588867,0.014894639141857624,-1.1853164434432983,-1.519648551940918,-0.3800717294216156,-0.5875998139381409,-0.23087647557258606,-0.05116474628448486 +60,-1.6257304174494558,-0.28183605032160935,-2.1072642848332084,-0.9590974450111389,0.2781197130680084,0.05274020880460739,-0.1645791232585907,0.011114444583654404,-0.048286378383636475,0.16243606805801392,0.6147635579109192,-0.5499783754348755 +61,-1.6235214350271725,-0.29317662132925765,-2.015841281988096,-0.9560003280639648,0.28899475932121277,0.05045197904109955,0.6854673027992249,-0.24392034113407135,0.061240874230861664,0.13553524017333984,-0.3144463896751404,0.21450161933898926 +62,-1.655610419751367,-0.3077600731444014,-1.9807937228561232,-0.9495888352394104,0.3029247224330902,0.08073218911886215,0.7989558577537537,-0.1347939521074295,0.08597128093242645,0.4560890793800354,-0.2003704011440277,-0.17223906517028809 +63,-1.6267034675671492,-0.29954732410249885,-1.8669974048312707,-0.9539774656295776,0.2950877249240875,0.053389787673950195,0.672679603099823,-0.16928483545780182,-0.2754509150981903,-0.32061970233917236,-0.014463305473327637,0.3073279857635498 +64,-1.639447084896131,-0.285501193403094,-1.8333097865368415,-0.9572604298591614,0.28163838386535645,0.06582009047269821,-0.09864378720521927,-0.6803645491600037,-0.7150698900222778,-0.4300839304924011,-0.06845784187316895,0.3196932077407837 +65,-1.5765200275245943,-0.26132675681968925,-1.86215632104112,-0.9660322070121765,0.2583625018596649,0.005529339890927076,-0.16103221476078033,1.0592528581619263,0.13205021619796753,0.051206767559051514,0.4726403057575226,-0.5769404172897339 +66,-1.5860154481463062,-0.25763640010065125,-1.8727222784543691,-0.9668828248977661,0.2547956705093384,0.014716243371367455,0.048384103924036026,-0.1409507691860199,0.043034955859184265,0.20327210426330566,0.03444990515708923,-0.2585211992263794 +67,-1.559864884152035,-0.27361801842381833,-1.8950669307577601,-0.9627419710159302,0.27021661400794983,-0.010524578392505646,-0.46695831418037415,0.7195438742637634,0.1537204086780548,0.5170328617095947,-0.12795895338058472,-0.03364962339401245 +68,-1.4905986019838542,-0.29055811567945616,-1.9369031663519187,-0.9550046920776367,0.28648698329925537,-0.07675382494926453,-0.001679959474131465,0.4073810279369354,0.26040342450141907,-0.2211121916770935,-0.16105973720550537,0.13946747779846191 +69,-1.5208349923289028,-0.2903749509853519,-1.9711793323719968,-0.9569409489631653,0.2863115072250366,-0.0478498674929142,-0.4003351032733917,-0.6453726887702942,-0.09252128005027771,-0.31056076288223267,-0.04958668351173401,0.2992842197418213 +70,-1.6415837907709943,-0.2701299492475332,-2.0408438378990827,-0.9613227844238281,0.26685667037963867,0.06816349178552628,-1.5867701768875122,-0.03514733910560608,0.02788998745381832,-0.10642635822296143,0.029469013214111328,-0.30075323581695557 +71,-1.64335843288215,-0.27443996309099405,-2.1034203747963076,-0.9600442051887512,0.2710078954696655,0.06978534907102585,0.7814376354217529,-0.11514820903539658,0.3329393267631531,0.21904683113098145,0.3683811128139496,-0.25957417488098145 +72,-1.633892049146679,-0.31448051395385307,-1.9934764816029924,-0.9490648508071899,0.3093225061893463,0.05996152386069298,0.6451317667961121,-0.20267175137996674,0.2270708680152893,0.3821398615837097,-0.3718683123588562,0.0040948353707790375 +73,-1.6249652636661367,-0.3280024151040318,-1.931124742263841,-0.9452990889549255,0.32215258479118347,0.05125598981976509,0.9251235127449036,-0.022040827199816704,0.0925421342253685,0.09687995910644531,-0.05614617466926575,0.08317387104034424 +74,-1.6240402283457915,-0.3228695708044026,-1.8771611440736646,-0.9469849467277527,0.31728917360305786,0.05046887323260307,0.0926971510052681,-0.05093470960855484,-0.24656371772289276,-0.21509391069412231,0.11526700854301453,0.06754255294799805 +75,-1.638915175794074,-0.28054430795674706,-1.925872611042734,-0.9586761593818665,0.2768787145614624,0.06540511548519135,-0.10936670005321503,1.636603832244873,-0.1336999535560608,0.18070697784423828,0.3808819055557251,-0.5956175327301025 +76,-1.6121921922062503,-0.25566176586230527,-1.8705122852107332,-0.9666673541069031,0.25288572907447815,0.040038906037807465,0.5176111459732056,0.0486125685274601,-0.07108727842569351,-0.0519179105758667,0.10114872455596924,-0.3717801570892334 +77,-1.5817302463727858,-0.2530424460349504,-1.8310727280457737,-0.9680973887443542,0.250350683927536,0.010585520416498184,0.03993208706378937,0.4866544008255005,-0.07389391213655472,0.422366738319397,-0.1663205325603485,0.19562172889709473 +78,-1.52451318935258,-0.2629738022728883,-1.8403422269817633,-0.9645872116088867,0.25995326042175293,-0.044676028192043304,0.14870502054691315,0.5148605108261108,0.29619595408439636,0.20561504364013672,-0.05792692303657532,0.07510209083557129 +79,-1.5340650999715706,-0.2755702211605562,-1.8514594296024254,-0.9616211652755737,0.2720956802368164,-0.0353374183177948,-0.3960293233394623,-0.5530291199684143,-0.15226343274116516,-0.41905510425567627,-0.1621561050415039,0.2166423797607422 +80,-1.6274073196675722,-0.2558033219739984,-1.8873584600318982,-0.9659105539321899,0.2530226707458496,0.05473964661359787,-0.8142942786216736,-0.5462884306907654,0.18824250996112823,-0.19838082790374756,-0.099000483751297,-0.11490511894226074 +81,-1.6302939716338398,-0.27018148994610286,-1.922498271434647,-0.962017297744751,0.26690635085105896,0.05730539932847023,0.7327744960784912,-0.09037943929433823,0.232458233833313,0.2614710330963135,0.5300754308700562,-0.29711246490478516 +82,-1.6221534137132712,-0.29507976068342806,-1.8458967195319806,-0.955517590045929,0.29081615805625916,0.04911578819155693,0.2791993319988251,-0.06872021406888962,0.1261616200208664,0.3395049571990967,-0.32417187094688416,0.044481635093688965 +83,-1.6075193809528734,-0.3104181836574863,-1.8068320195259309,-0.9515638947486877,0.30545684695243835,0.034960050135850906,0.5694637894630432,0.16478174924850464,0.07183464616537094,0.22474205493927002,-0.08698153495788574,-0.017122507095336914 +84,-1.5941542677252751,-0.3027047010047582,-1.759097439696207,-0.9542732238769531,0.2981030344963074,0.02229391224682331,0.3358420133590698,-0.09943696856498718,-0.0016319011338055134,-0.2698019742965698,-0.01445743441581726,0.31832802295684814 +85,-1.6291568133259409,-0.2952504622456356,-1.7459337857401662,-0.9551005363464355,0.2909794747829437,0.05580350384116173,-0.1576736867427826,-0.4166247546672821,-0.3120443820953369,-0.35964250564575195,-0.028146833181381226,0.11918425559997559 +86,-1.599836983290832,-0.28697879567229484,-1.7895402980006745,-0.9586989879608154,0.2830558717250824,0.02784907817840576,0.12355435639619827,-0.8568786978721619,-0.39173799753189087,0.043019115924835205,0.2358345091342926,-0.5905779600143433 +87,-1.6170709804832637,-0.2697956028647207,-1.7361354971215837,-0.9627935290336609,0.2665344476699829,0.044584766030311584,0.514911949634552,0.040624458342790604,0.016932133585214615,0.02228766679763794,-0.1253448724746704,-0.11358499526977539 +88,-1.5867916223516467,-0.265339965726688,-1.7266491298571331,-0.9648800492286682,0.2622373402118683,0.015434857457876205,-0.36565130949020386,0.5047568082809448,-0.007693448103964329,0.42037010192871094,-0.10208109021186829,0.061103224754333496 +89,-1.542639032241556,-0.27963728594691906,-1.7313789534832964,-0.9607744812965393,0.2760070562362671,-0.02705996111035347,0.17189347743988037,0.13825109601020813,0.160883828997612,0.03996777534484863,-0.12886658310890198,0.2357696294784546 +90,-1.584941495399447,-0.2693965673183363,-1.7514204790803578,-0.9638352990150452,0.2661498188972473,0.013634522445499897,-0.5512303113937378,-0.9013339877128601,-0.2845422327518463,-0.5137953758239746,-0.0480102002620697,0.1276313066482544 +91,-1.6578049591506476,-0.24931523480731008,-1.8623343690825527,-0.9654157757759094,0.2467404305934906,0.08421212434768677,-1.1656731367111206,0.4065849184989929,-0.09836144745349884,-0.04375481605529785,0.3485201895236969,-0.529021143913269 +92,-1.6382963124730292,-0.2495238390247964,-1.8624257143306533,-0.9668234586715698,0.24694257974624634,0.06535986810922623,0.4841037094593048,0.15590079128742218,0.13057895004749298,0.22971713542938232,-0.0014744102954864502,0.08908963203430176 +93,-1.6284170221830196,-0.26507073419931665,-1.857366069664509,-0.963472306728363,0.26197752356529236,0.055577464401721954,-0.16554388403892517,0.02137647569179535,0.19041524827480316,0.3986377716064453,-0.23391664028167725,-0.007969982922077179 +94,-1.5967649506582968,-0.28560158685306636,-1.8228530403177141,-0.9591688513755798,0.28173473477363586,0.02491389587521553,0.9339346289634705,-0.16308468580245972,0.048046186566352844,-0.05074942111968994,0.04030203819274902,0.18700015544891357 +95,-1.624543983638947,-0.2876479066125291,-1.8026283563519874,-0.9575291275978088,0.28369754552841187,0.05151456221938133,0.051918212324380875,-0.878486692905426,-0.13834881782531738,-0.16812700033187866,0.10793453454971313,0.4230794906616211 +96,-1.6091113859761008,-0.25068479502151575,-1.8268213890505414,-0.9680318236351013,0.24806740880012512,0.03710835799574852,-0.1451008915901184,1.5612475872039795,-0.01738831028342247,0.10313308238983154,0.16382837295532227,-0.4968557357788086 +97,-1.6002468332783,-0.2323571033902399,-1.7927786029940398,-0.9727042317390442,0.23027192056179047,0.0286549162119627,0.726276159286499,0.06354545056819916,-0.12457287311553955,-0.06036144495010376,-0.029069557785987854,-0.30886733531951904 +98,-1.5634977724982821,-0.22104672461262032,-1.7651452718356249,-0.9756425023078918,0.21925099194049835,-0.007120905909687281,0.005025245249271393,0.4444567561149597,-0.09879664331674576,0.39889079332351685,-0.10444389283657074,0.07371026277542114 +99,-1.5112072020552805,-0.23151300893137003,-1.7731884401549354,-0.971592903137207,0.22945043444633484,-0.0579649955034256,-0.135135218501091,0.430949866771698,0.36842644214630127,0.17337501049041748,-0.018299251794815063,0.11364435404539108 +100,-1.5243265140658766,-0.24957836709328327,-1.8129035225225818,-0.967970609664917,0.24699541926383972,-0.04501381888985634,-0.38462984561920166,-0.42353537678718567,-0.09242360293865204,-0.3870556950569153,-0.24443191289901733,0.28291356563568115 +101,-1.6261033650572052,-0.22737305700075547,-1.8513570796406156,-0.9727721810340881,0.22541896998882294,0.05385607108473778,-0.64105224609375,-0.9224556684494019,-0.1009560376405716,-0.2752593755722046,-0.1746072769165039,-0.16735100746154785 +102,-1.6571672259518841,-0.21401158100740977,-1.9100339298580133,-0.9735440611839294,0.21238166093826294,0.0842955932021141,0.3044125437736511,0.06936787813901901,-0.0693536326289177,0.1131773591041565,0.3965049982070923,-0.4811004400253296 +103,-1.6334917864505818,-0.22596473719030172,-1.8334830961209465,-0.9726636409759521,0.22404667735099792,0.061061616986989975,0.6060367822647095,-0.03974594548344612,0.13708887994289398,0.3062666058540344,-0.2324695587158203,0.10001014918088913 +104,-1.62240606264701,-0.2549894959506097,-1.7655951893276793,-0.9663774371147156,0.2522352337837219,0.04991881176829338,0.9793750643730164,0.08092472702264786,0.27157509326934814,0.26619744300842285,-0.01918777823448181,-0.08536505699157715 +105,-1.5921249544092502,-0.27183448731572807,-1.690563141004879,-0.9630608558654785,0.2684990167617798,0.020543882623314857,0.4242894947528839,0.1600741147994995,0.19103959202766418,-0.3111701011657715,0.023935705423355103,0.30011963844299316 +106,-1.6203379429721656,-0.26388513090723437,-1.6758119036439658,-0.9641995429992676,0.26083314418792725,0.04780711978673935,-0.3081228733062744,-0.14274321496486664,-0.47980624437332153,-0.439731240272522,-0.10568177700042725,0.12638723850250244 +107,-1.5469623743850294,-0.25406068475044064,-1.7076039754852488,-0.967624843120575,0.25133636593818665,-0.023066692054271698,0.3805250823497772,0.011364245787262917,-0.09453827142715454,0.10618996620178223,0.32424038648605347,-0.4894760847091675 +108,-1.5493814393025378,-0.22962911323369714,-1.6741041732528572,-0.973527729511261,0.22761638462543488,-0.020851174369454384,0.2213071882724762,-0.03859839215874672,-0.17829596996307373,0.09770363569259644,-0.036667853593826294,-0.11284631490707397 +109,-1.5306980451266021,-0.22084968434908234,-1.6889774006648142,-0.9749274253845215,0.21905875205993652,-0.03911387920379639,-0.4211649000644684,0.48358094692230225,-0.09391984343528748,0.357999324798584,-0.14129996299743652,0.03998363018035889 +110,-1.47727920430939,-0.2286019728606808,-1.7175857060860602,-0.9697283506393433,0.22661608457565308,-0.09095149487257004,0.006152542773634195,0.5104357600212097,0.2646660804748535,0.09443843364715576,-0.031898677349090576,0.12217098474502563 +111,-1.481403142716624,-0.23767415929394528,-1.74345814492134,-0.968007504940033,0.23544280230998993,-0.08676451444625854,-0.5934133529663086,-0.6129581332206726,-0.017447588965296745,-0.36664819717407227,-0.14479035139083862,0.4602539539337158 +112,-1.5862062342831158,-0.23741843844576052,-1.8238893764609996,-0.9718329906463623,0.23519426584243774,0.014977041631937027,-1.251914620399475,-0.2977249324321747,0.20884141325950623,-0.2136833667755127,0.0015611052513122559,-0.13173723220825195 +113,-1.5789632276837824,-0.24872616513385074,-1.91737069794019,-0.9691945314407349,0.24616952240467072,0.007915491238236427,0.5123447179794312,-0.005001924000680447,0.17463815212249756,0.29582417011260986,0.5196996331214905,-0.24297714233398438 +114,-1.575383506474399,-0.271589177016918,-1.894894963179574,-0.9633356928825378,0.26826271414756775,0.004419025033712387,-0.35988953709602356,-0.07122115045785904,0.23722101747989655,0.3598201274871826,-0.30537205934524536,0.10523068904876709 +115,-1.5642059934886356,-0.3009539069194594,-1.8941034228682199,-0.9550334215164185,0.29643136262893677,-0.006294080056250095,0.2947097718715668,0.3007069528102875,0.17805327475070953,0.22915762662887573,-0.011198818683624268,-0.0261765718460083 +116,-1.557743189996546,-0.2930271654120267,-1.8588312903753874,-0.9572922587394714,0.28885167837142944,-0.012496376410126686,-0.11902738362550735,0.028853610157966614,-0.14563220739364624,-0.3131392002105713,-0.22079750895500183,0.46801698207855225 +117,-1.5692632824211032,-0.2798312561791971,-1.867601970095964,-0.9611008763313293,0.2761934697628021,-0.001473411452025175,-0.303158164024353,0.4777134656906128,-0.0829659178853035,-0.3572583794593811,0.13680091500282288,-0.08742433786392212 +118,-1.519027402473221,-0.2754353074487507,-1.8924453314782639,-0.9610177874565125,0.2719658613204956,-0.049795348197221756,0.6491959691047668,-0.7632977366447449,-0.163752019405365,-0.034664034843444824,0.3488532304763794,-0.33507710695266724 +119,-1.5372346671078885,-0.25455496001401856,-1.881715575869792,-0.9672305583953857,0.25181472301483154,-0.032474055886268616,-0.3259320855140686,0.16514372825622559,-0.07733931392431259,0.10404086112976074,-0.12098589539527893,0.06070280075073242 +120,-1.5079255303869292,-0.24876057906578447,-1.922463359751122,-0.967303454875946,0.24620288610458374,-0.060895394533872604,-0.5313971042633057,0.6640565991401672,0.011514822952449322,0.48375242948532104,-0.06688159704208374,-0.09051758050918579 +121,-1.4761271491858465,-0.2616563964016219,-1.9439828633740854,-0.9616374373435974,0.25868090987205505,-0.09131037443876266,-0.40777528285980225,-0.19138802587985992,-0.010147763416171074,-0.2476520538330078,-0.21389636397361755,0.46399104595184326 +122,-1.569672779652828,-0.24209096127995772,-2.0185376208632277,-0.9708383083343506,0.23973312973976135,-0.0010907830437645316,-0.681404709815979,-1.1832836866378784,-0.519061803817749,-0.7300436496734619,-0.06920090317726135,-0.24651354551315308 +123,-1.6250445027612461,-0.23799980988415675,-2.129972121126981,-0.9703819751739502,0.23575928807258606,0.05269315093755722,-0.7212604880332947,0.2138691395521164,0.13957180082798004,0.050978779792785645,0.6246228218078613,-0.7327315807342529 +124,-1.6229314252962683,-0.26609240421163977,-2.0758249471179764,-0.9634949564933777,0.2629633843898773,0.0502774640917778,0.37185874581336975,-0.005583318881690502,0.27860504388809204,0.16645210981369019,-0.19492441415786743,0.1425631046295166 +125,-1.6326783829674487,-0.2836367899999323,-2.083448620531013,-0.9582065939903259,0.27984896302223206,0.05937160179018974,0.09501829743385315,-0.0919753909111023,0.18643362820148468,0.4217837452888489,-0.18225368857383728,-0.07879602164030075 +126,-1.6140812504847868,-0.2875496863607738,-2.0267359262465434,-0.9580434560775757,0.28360337018966675,0.04149475693702698,0.6258537173271179,-0.08047118782997131,-0.195179283618927,-0.06826263666152954,-0.000858008861541748,0.16782522201538086 +127,-1.6226591375305786,-0.2636112748217615,-1.9980054880905787,-0.964157223701477,0.260568767786026,0.05004878342151642,0.2675354480743408,-0.8614485263824463,-0.2291451394557953,-0.18693530559539795,0.077443927526474,0.428070068359375 +128,-1.6591028813360242,-0.21310555647279183,-2.023093426358245,-0.9735703468322754,0.21149621903896332,0.08619681745767593,-0.5537245869636536,0.9780567288398743,-0.3094186782836914,-0.01750314235687256,0.1241208016872406,-0.2972869873046875 +129,-1.5827740432058608,-0.21077352119557638,-2.0155230052822497,-0.9777992367744446,0.20921637117862701,0.011712362058460712,0.14516708254814148,-0.18777254223823547,-0.10617806017398834,-0.01391524076461792,0.2869231700897217,-0.44104886054992676 +130,-1.572075127200844,-0.2091483008622651,-2.0103950543068647,-0.9782073497772217,0.2076268345117569,0.0012509325752034783,-0.49594905972480774,0.43813642859458923,-0.049021944403648376,0.24210810661315918,-0.1562352180480957,0.1962282657623291 +131,-1.5274112392281296,-0.21177370836834108,-2.0784538117066247,-0.9767396450042725,0.21019431948661804,-0.042402543127536774,-0.5065668225288391,0.665081262588501,0.22579385340213776,0.27218037843704224,-0.020603850483894348,0.06728959083557129 +132,-1.5162813527047931,-0.23472864557525874,-2.1237083329036595,-0.9711326360702515,0.2325790822505951,-0.0529937781393528,-0.5376601219177246,-0.23299625515937805,-0.033337224274873734,-0.29885631799697876,-0.2558029890060425,0.2674560546875 +133,-1.5887706382833342,-0.21977094061236674,-2.1716292602139564,-0.9757898449897766,0.21800607442855835,0.01754103973507881,-0.6853349208831787,-0.9490474462509155,-0.158508762717247,-0.5362951755523682,-0.08333197236061096,0.1606053113937378 +134,-1.6513351006094894,-0.21344595576585373,-2.2681789883437773,-0.9741387963294983,0.21182890236377716,0.07862602174282074,-0.4726408123970032,0.05558150261640549,-0.01859441213309765,0.08883917331695557,0.42409640550613403,-0.6113256216049194 +135,-1.639562879869792,-0.22215930336799028,-2.2169223914945007,-0.9731185436248779,0.22033637762069702,0.06702368706464767,0.5155644416809082,0.12735314667224884,0.0892355665564537,0.1583450436592102,-0.16882272064685822,0.10819303244352341 +136,-1.6458655142786904,-0.2458139554798129,-2.190982080495467,-0.9672078490257263,0.24334588646888733,0.0727442055940628,0.5648435354232788,-0.20354972779750824,0.38321438431739807,0.4018697738647461,-0.11582820117473602,-0.09998119622468948 +137,-1.6296401679459027,-0.2699109859559653,-2.0927555755248846,-0.9621264338493347,0.2666456401348114,0.05668065324425697,0.9216610789299011,-0.46074193716049194,-0.06461306661367416,-0.10350149869918823,-0.08605790138244629,0.26677513122558594 +138,-1.642835643685546,-0.2758823128320607,-2.0372249740773425,-0.9596896767616272,0.2723959982395172,0.06925523281097412,0.4101797640323639,-0.8707088232040405,-0.126212477684021,-0.23354768753051758,-0.017223209142684937,0.4401136636734009 +139,-1.6471686220819435,-0.2596418780645401,-2.0315110954164015,-0.9636647701263428,0.2567344605922699,0.07374071329832077,0.564180850982666,0.8655211329460144,-0.022235814481973648,0.04742026329040527,0.24210584163665771,-0.7533977031707764 +140,-1.6090542868743285,-0.24891448022240392,-1.90809379304919,-0.968471348285675,0.24635204672813416,0.03706982359290123,1.3961046934127808,0.12487154453992844,-0.21139977872371674,-0.13901162147521973,-0.14211922883987427,-0.29646921157836914 +141,-1.5613381941271078,-0.23170828213522993,-1.823899359648527,-0.973232090473175,0.22964048385620117,-0.009205233305692673,0.18047162890434265,0.26878929138183594,-0.2603694498538971,0.3356435298919678,-0.061198681592941284,0.15955007076263428 +142,-1.5047321002515184,-0.22961142167188534,-1.8219354901698919,-0.9716306328773499,0.2275991588830948,-0.0642835721373558,0.3080396056175232,0.5788334012031555,0.21854254603385925,0.21148359775543213,0.01614469289779663,-0.01465015858411789 +143,-1.5096557929346532,-0.23793925313254533,-1.7961221670508207,-0.9700098633766174,0.23570044338703156,-0.05938093364238739,-0.10285040736198425,-0.8433138132095337,0.0032599950209259987,-0.3034886121749878,-0.08659157156944275,0.5275357961654663 +144,-1.622632559911263,-0.23175279306188767,-1.835498707685663,-0.9719580411911011,0.2296838015317917,0.050427816808223724,-1.0065726041793823,-0.42671141028404236,0.2283596396446228,-0.2629357576370239,-0.159508615732193,-0.24659478664398193 +145,-1.641671246148952,-0.21922616920504945,-1.8571387066320428,-0.9736156463623047,0.21747437119483948,0.06912070512771606,0.9700122475624084,-0.3163014054298401,-0.14748886227607727,0.12391471862792969,0.2118011713027954,-0.3106825351715088 +146,-1.63967556478961,-0.21589679016751415,-1.7592100618959183,-0.9744685292243958,0.2142234891653061,0.06722699850797653,0.4074465036392212,-0.13500382006168365,0.03559219092130661,0.3236658573150635,-0.2486320436000824,0.09788835793733597 +147,-1.6273640991761678,-0.22310365777958768,-1.6748169342404489,-0.9736557602882385,0.22125741839408875,0.055136360228061676,1.1129573583602905,0.12770956754684448,-0.1882987767457962,0.2776106595993042,0.008234858512878418,-0.0744539350271225 +148,-1.6008254110036964,-0.20766572176281464,-1.5841999583472106,-0.97807377576828,0.20617634057998657,0.02937949076294899,0.5761960744857788,0.14215363562107086,0.014003224670886993,-0.23619019985198975,0.013199269771575928,0.2558835744857788 +149,-1.6133823827883602,-0.20534227146527445,-1.530710982120206,-0.9781036376953125,0.2039022594690323,0.0416787751019001,0.5335129499435425,-0.3647869825363159,-0.13140869140625,-0.444366455078125,0.010788887739181519,0.0757070779800415 +150,-1.6378438745629578,-0.19979154531044027,-1.5095742445659022,-0.9779059290885925,0.198465034365654,0.0656646192073822,0.43436509370803833,-0.6029283404350281,-0.23679131269454956,-0.042174696922302246,-0.022958427667617798,-0.4264587163925171 +151,-1.6236030716672176,-0.19270749446855787,-1.4385382870910903,-0.9801211357116699,0.1915169656276703,0.05180516839027405,-0.08570494502782822,0.29295849800109863,-0.17844191193580627,0.016238749027252197,-0.23308192193508148,0.01885830983519554 +152,-1.592225918997803,-0.172021844399519,-1.4960665717134765,-0.9850144982337952,0.17117470502853394,0.021111691370606422,-0.3195652663707733,0.4311619997024536,-0.12236615270376205,0.39315658807754517,0.09492334723472595,0.009558439254760742 +153,-1.5579207095995211,-0.17365793588280773,-1.553300730740961,-0.9848777055740356,0.1727864146232605,-0.012681609019637108,-0.495975136756897,0.3481028079986572,0.21605628728866577,0.0037070512771606445,0.00018721818923950195,0.05874788761138916 +154,-1.5490629074145643,-0.19403740017129226,-1.630225704841923,-0.9810020923614502,0.19282208383083344,-0.02132388763129711,-0.811775267124176,-0.14623618125915527,0.07938394695520401,-0.1559607982635498,-0.09237349033355713,0.2895275950431824 +155,-1.6127685038169082,-0.19793428708206434,-1.7167301108011241,-0.9796113967895508,0.1966443657875061,0.041140586137771606,-0.9986871480941772,-0.544281542301178,-0.051845621317625046,-0.4384489059448242,-0.1538282036781311,0.08002948760986328 +156,-1.6521908573273758,-0.19642639398537926,-1.866990404968041,-0.977523148059845,0.1951656937599182,0.0797412097454071,-1.1572775840759277,0.19880050420761108,-7.623026613146067e-05,0.04086250066757202,0.2787570059299469,-0.660780668258667 +157,-1.653214414402925,-0.20087057264480646,-1.8767127495963558,-0.9765670299530029,0.1995224803686142,0.08066952973604202,0.2896697223186493,-0.021544132381677628,0.1276736557483673,0.0745590329170227,-0.053602710366249084,-0.023647435009479523 +158,-1.6416036187208,-0.22460765806306957,-1.8719778663926643,-0.9724386930465698,0.22272388637065887,0.06897105276584625,0.20233194530010223,0.19761443138122559,0.3714101016521454,0.2925681471824646,-0.18283744156360626,-0.07968271523714066 +159,-1.604528629881369,-0.25303073120131586,-1.8131283959255122,-0.9676072001457214,0.2503393292427063,0.032652005553245544,0.7502580285072327,0.13202278316020966,0.025403834879398346,0.06570619344711304,-0.07512271404266357,0.08226191252470016 +160,-1.57706102901318,-0.2535138885978326,-1.7556930182519872,-0.9680180549621582,0.2508070766925812,0.00606442429125309,0.7270855903625488,-0.1372627466917038,0.08617344498634338,-0.260619580745697,0.012590140104293823,0.20400333404541016 +161,-1.6140997226757996,-0.23205144506215183,-1.700082400870635,-0.9722844362258911,0.22997446358203888,0.042129553854465485,0.2610124349594116,-0.8269890546798706,-0.3414664566516876,-0.3081568479537964,-0.21965953707695007,0.1962127685546875 +162,-1.5791401153570372,-0.20543210175892881,-1.641684117934271,-0.97893887758255,0.20399019122123718,0.00816824845969677,1.1605348587036133,-0.24752309918403625,-0.2984822988510132,-0.07974642515182495,0.09644010663032532,-0.38147449493408203 +163,-1.5610129505815429,-0.17646055411081732,-1.5448431085657675,-0.9844241142272949,0.17554619908332825,-0.00963129848241806,0.5777063965797424,0.14385390281677246,-0.1996927708387375,0.023181438446044922,-0.07035210728645325,0.06877440214157104 +164,-1.5264896650686435,-0.16293927602265257,-1.530006191465972,-0.9857864379882812,0.16221924126148224,-0.04370550811290741,0.0039013130590319633,0.43787679076194763,-0.04257257655262947,0.37899017333984375,0.08845213055610657,0.0052228569984436035 +165,-1.4921870850687668,-0.1703263589174967,-1.5277206037369828,-0.9824860692024231,0.16950400173664093,-0.07739195972681046,-0.047445110976696014,0.010545924305915833,0.1507454812526703,0.008319258689880371,-0.11213095486164093,0.25880372524261475 +166,-1.5523126140366648,-0.17680998429044054,-1.5534046301591449,-0.9842415452003479,0.17589019238948822,-0.01819450967013836,-0.5753834843635559,-1.1747231483459473,0.14302374422550201,-0.41054898500442505,-0.05768035352230072,0.2715361714363098 +167,-1.640729743613209,-0.20016122485756693,-1.6417989050292836,-0.9776390790939331,0.1988273411989212,0.06848131865262985,-0.8505345582962036,0.018251853063702583,0.2649354338645935,-0.1988288164138794,0.12031024694442749,-0.46034228801727295 +168,-1.6239325217416936,-0.21292694872993037,-1.6391666671322367,-0.9760372042655945,0.2113216519355774,0.051911767572164536,0.7219604849815369,-0.047113727778196335,0.13936442136764526,0.10059463977813721,0.1948978304862976,-0.04965341091156006 +169,-1.614837066444457,-0.22951810992507096,-1.615504271966979,-0.9728318452835083,0.2275082916021347,0.042871955782175064,-0.10354088991880417,0.16471636295318604,0.22035536170005798,0.32404351234436035,-0.1901395618915558,0.047795768827199936 +170,-1.5789017603112834,-0.25317907303083004,-1.60690862401902,-0.9680892825126648,0.2504829466342926,0.007846955209970474,0.30572614073753357,0.36992788314819336,0.046681467443704605,0.23411095142364502,0.0776725709438324,-0.024417996406555176 +171,-1.5676747555700825,-0.24164169573732883,-1.5856200969813588,-0.9709416627883911,0.23929694294929504,-0.003030873369425535,-0.14757181704044342,0.17614561319351196,-0.07539480924606323,-0.2434900403022766,-0.13106639683246613,0.4184514284133911 +172,-1.6016556518782155,-0.22600557833168194,-1.6109724898096252,-0.9741054177284241,0.2240864783525467,0.030069781467318535,-0.300505667924881,-0.3678455650806427,-0.2828246057033539,-0.264221727848053,0.053882867097854614,0.15446996688842773 +173,-1.6136201553208198,-0.20775393723034175,-1.6760804405958145,-0.9775995016098022,0.20626266300678253,0.041890162974596024,-0.5134584307670593,-0.48948463797569275,-0.2599867284297943,-0.0316166877746582,0.11749833822250366,-0.46574878692626953 +174,-1.616481939904598,-0.19613166325088638,-1.6624386949831258,-0.9798043966293335,0.19487662613391876,0.04479413479566574,0.06701087951660156,0.33851537108421326,0.023936036974191666,0.033362746238708496,-0.20944878458976746,-0.13779640197753906 +175,-1.574369261664945,-0.18797757840940227,-1.7140972244951442,-0.9823779463768005,0.1868724822998047,0.0035099873784929514,-0.6378642916679382,0.6610388159751892,-0.0327044352889061,0.43281739950180054,0.011674880981445312,0.0376582145690918 +176,-1.5282973596063885,-0.1951069214875981,-1.7541673910452227,-0.9801412224769592,0.1938714236021042,-0.04168008640408516,-0.3738057613372803,0.41510945558547974,0.23176006972789764,0.06050920486450195,-0.07157224416732788,0.14041972160339355 +177,-1.5155869197943281,-0.21253901371420778,-1.7987114377597329,-0.9760091304779053,0.21094246208667755,-0.05393970012664795,-0.3835877776145935,-0.09791330248117447,0.012620238587260246,-0.2741892337799072,-0.10168954730033875,0.28567492961883545 +178,-1.5844890401295106,-0.21285602732664557,-1.8531547210112649,-0.9773398637771606,0.2112523317337036,0.013383271172642708,-0.8945516347885132,-0.7091927528381348,0.07595567405223846,-0.5780189633369446,-0.1845647245645523,0.011244415305554867 +179,-1.606963772856949,-0.2242692643707341,-1.9501769510714948,-0.9743193984031677,0.22239398956298828,0.035254016518592834,0.17962078750133514,0.05755966156721115,0.05529952421784401,0.16127002239227295,0.422946035861969,-0.6212677955627441 +180,-1.5988102341265584,-0.23384071499065034,-1.8760442681303138,-0.9724019765853882,0.23171541094779968,0.02724790759384632,0.4798322319984436,-0.12679295241832733,0.04864341765642166,0.17569482326507568,-0.19066926836967468,0.08881044387817383 +181,-1.5905210981799334,-0.24667703162919627,-1.852974468144018,-0.969540536403656,0.24418292939662933,0.019126446917653084,0.6912026405334473,0.13756775856018066,0.2513802945613861,0.3163880705833435,-0.10638082027435303,-0.06685590744018555 +182,-1.5614435407284084,-0.2524960634685752,-1.752123866660617,-0.9682495594024658,0.24982164800167084,-0.009056095033884048,1.0095795392990112,-0.33291590213775635,-0.1993662416934967,-0.05526423454284668,-0.10477161407470703,0.24230194091796875 +183,-1.5635704139992366,-0.2472065431982017,-1.6862603056557561,-0.9695745706558228,0.24469637870788574,-0.007006182800978422,0.699309229850769,-0.6525698304176331,-0.05998482555150986,-0.0754237174987793,0.13280606269836426,0.4011101722717285 +184,-1.5752697186309537,-0.2228053825345033,-1.6761479982798677,-0.9752716422080994,0.22096653282642365,0.004362801089882851,-0.24476996064186096,1.2654600143432617,-0.3628225326538086,0.09245914220809937,0.34135034680366516,-0.4404590129852295 +185,-1.5762781402882151,-0.1863218919840301,-1.6390578081721323,-0.9826774597167969,0.18524570763111115,0.0053869085386395454,0.48003488779067993,-0.09070412814617157,-0.37706467509269714,-0.050556182861328125,-0.11369726061820984,-0.39399778842926025 +186,-1.5478618976900749,-0.16857651571327267,-1.6257152561234867,-0.9855654239654541,0.16777920722961426,-0.022607343271374702,-0.06303631514310837,0.5374096632003784,-0.06729643046855927,0.3871157169342041,-0.013177156448364258,0.0015044212341308594 +187,-1.4978664403662725,-0.16486106053312627,-1.633082328121036,-0.9838190674781799,0.1641152799129486,-0.07187729328870773,-0.2016528695821762,0.5638019442558289,0.10567308962345123,0.19059085845947266,-0.02487882971763611,0.14354783296585083 +188,-1.4644358415892296,-0.18570126371030896,-1.6559806229673972,-0.9772531390190125,0.18463578820228577,-0.10433484613895416,-0.5084958672523499,-0.21153326332569122,-0.01656457968056202,-0.333568274974823,-0.14165176451206207,0.537959098815918 +189,-1.5596239169375652,-0.1776149305442208,-1.725266969886015,-0.9842066168785095,0.17668253183364868,-0.01099641714245081,-0.9475094676017761,-1.3340373039245605,-0.18071651458740234,-0.6686255931854248,-0.22882182896137238,0.16446930170059204 +190,-1.6288359384157118,-0.17391162770225607,-1.8766091054316452,-0.983256995677948,0.17303629219532013,0.057132020592689514,-0.5527894496917725,0.10552876442670822,0.09497252851724625,0.13676047325134277,0.5147078633308411,-1.0325348377227783 +191,-1.6314059821727847,-0.19402805131586484,-1.7983235968064895,-0.9794338941574097,0.19281291961669922,0.059435948729515076,1.0071383714675903,-0.17960187792778015,0.16759589314460754,0.2658107280731201,-0.18973064422607422,0.14829719066619873 +192,-1.6345290406381798,-0.20907247728441203,-1.760582082151925,-0.9762378334999084,0.20755267143249512,0.062302663922309875,0.3961465060710907,-0.03805369883775711,0.14348812401294708,0.32334476709365845,-0.2427699714899063,-0.07200729846954346 +193,-1.6152447760353537,-0.21314186783062425,-1.6836039635256974,-0.9764057993888855,0.21153171360492706,0.04342832788825035,0.6937142610549927,-0.10994669049978256,-0.1548200249671936,-0.04005837440490723,-0.02647310495376587,0.19975101947784424 +194,-1.6132531829368557,-0.2188632064989872,-1.6310383462163427,-0.9752650856971741,0.21712008118629456,0.04143158718943596,0.6849998831748962,-0.6659614443778992,0.042595673352479935,-0.2249300479888916,0.01800253987312317,0.3932759761810303 +195,-1.6453804805969547,-0.19204820746205273,-1.6122849446169494,-0.9788864850997925,0.19086985290050507,0.07314509898424149,0.02091292291879654,1.1542428731918335,-0.2020813226699829,-0.03348851203918457,0.07396173477172852,-0.34382081031799316 +196,-1.6233961771855514,-0.18349941489776184,-1.52424861541336,-0.9818512201309204,0.1824713498353958,0.0516929067671299,1.2557543516159058,0.06404517590999603,-0.05607004836201668,-0.09297776222229004,-0.08206851780414581,-0.5651512145996094 +197,-1.5778848534364989,-0.18601977540541564,-1.440595102905006,-0.9827234148979187,0.18494881689548492,0.006966177839785814,0.3497476875782013,0.4779078960418701,-0.015068653039634228,0.346447229385376,-0.08663643896579742,0.07044172286987305 +198,-1.5275586041377127,-0.18760796493347134,-1.3922264124093084,-0.9815348982810974,0.186509370803833,-0.04246579855680466,0.8504509329795837,-0.01003292016685009,0.12334217131137848,0.13177305459976196,0.024458661675453186,0.13388121128082275 +199,-1.576704711835946,-0.20270798221591266,-1.346228895442405,-0.9795079827308655,0.20132260024547577,0.0057873777113854885,0.1531684696674347,-1.0195119380950928,0.17396053671836853,-0.1898798942565918,-0.09359553456306458,0.12804746627807617 +200,-1.690897742695469,-0.1977099286255113,-1.3523836931515558,-0.9734557867050171,0.19642439484596252,0.11747881770133972,-0.2658468782901764,-1.0087579488754272,-0.1314699947834015,-0.38320308923721313,0.04136858880519867,-0.3287825584411621 +201,-1.7226264972991654,-0.21817822541603485,-1.2703765277070989,-0.965062141418457,0.21645139157772064,0.147661954164505,2.857991933822632,-0.4552815854549408,0.12571720778942108,-0.14091026782989502,-0.08043450117111206,-0.7334620952606201 +202,-1.7149669444962032,-0.2583268792470189,-1.0116180403824324,-0.9567884206771851,0.25546330213546753,0.13890449702739716,2.5434045791625977,-0.46390628814697266,-0.012335791252553463,0.33964669704437256,-0.22735661268234253,-0.24936294555664062 +203,-1.6732706490732436,-0.28776454534029355,-0.7409145733314634,-0.9538506269454956,0.2838093936443329,0.09808877855539322,2.379692554473877,-0.2045566886663437,-0.053048815578222275,-0.013938188552856445,-0.042339026927948,-0.07396458089351654 +204,-1.6570081496393427,-0.2893417036380675,-0.5165243435752817,-0.9548724889755249,0.28532135486602783,0.08252585679292679,2.011604070663452,-0.6233157515525818,-0.48686960339546204,0.16010314226150513,-0.14832791686058044,-0.1446748971939087 +205,-1.612475224381922,-0.27347494747644985,-0.26248145077776275,-0.9620020389556885,0.2700788676738739,0.040118418633937836,2.473802328109741,-0.12022212892770767,-0.09592882543802261,-0.15455985069274902,-0.1290723979473114,-0.3686859607696533 +206,-1.5496156202158198,-0.2478746749625887,-0.007712494620905639,-0.9692185521125793,0.2453441470861435,-0.020531803369522095,2.0813260078430176,-0.12305247783660889,-0.2860262095928192,0.03611314296722412,-0.09095573425292969,0.14232748746871948 +207,-1.5114597277929687,-0.22344395017062443,0.19178299234396937,-0.9734238982200623,0.22158926725387573,-0.05782754719257355,1.9845479726791382,-0.18463367223739624,-0.03064468875527382,0.18184375762939453,-0.15904352068901062,-0.05076926201581955 +208,-1.4980781056703378,-0.22080172275607415,0.36811492172096816,-0.973143458366394,0.21901194751262665,-0.07089025527238846,1.6052608489990234,-0.2793305516242981,0.14507688581943512,-0.11923319101333618,-0.09070080518722534,-0.03268640488386154 +209,-1.5204627430116562,-0.225884913240813,0.4997060835331501,-0.9733620285987854,0.22396887838840485,-0.04903421550989151,0.8985622525215149,-0.7835914492607117,0.12324416637420654,-0.1118735671043396,-0.11383092403411865,0.1314774751663208 +210,-1.5900370463775366,-0.2449696010413827,0.5648723193449093,-0.9699651002883911,0.2425268292427063,0.01866512931883335,0.5331735014915466,-0.7204932570457458,0.3223191797733307,-0.2499903440475464,-0.135333850979805,-0.08647513389587402 +211,-1.6379599503747289,-0.2800463294585052,0.6318910355388663,-0.9588758945465088,0.2764001786708832,0.06449858844280243,0.7575754523277283,-0.5247194766998291,0.25975194573402405,0.1968519687652588,-0.05211120843887329,-0.1813657283782959 +212,-1.6420633654454773,-0.30137917058496794,0.7720692251253051,-0.9525041580200195,0.2968375086784363,0.06799730658531189,1.1706916093826294,-0.30985385179519653,0.09871868789196014,-0.05898582935333252,-0.2510458528995514,0.02643931657075882 +213,-1.6437889378485848,-0.32584129039781234,0.9017842569813538,-0.9448592662811279,0.3201059103012085,0.06909049302339554,1.4385441541671753,-0.3604062497615814,0.20875996351242065,0.16157972812652588,-0.07872709631919861,-0.018736474215984344 +214,-1.6156886093569185,-0.3554251798628749,1.0271157982548327,-0.9365540742874146,0.3479889929294586,0.042072318494319916,1.143226146697998,-0.01878891885280609,0.31116417050361633,0.08073443174362183,0.029910176992416382,-0.009830478578805923 +215,-1.585884051713664,-0.3839617216703216,1.1222334796364213,-0.927082359790802,0.37459665536880493,0.013988625258207321,0.6813045740127563,-0.13236187398433685,0.22782818973064423,-0.024867713451385498,-0.13593396544456482,0.22403323650360107 +216,-1.6221833462633113,-0.3864795442621707,1.1740058682886374,-0.9250191450119019,0.37692996859550476,0.04757586121559143,0.07147835195064545,-0.8521744608879089,-0.35761430859565735,-0.28987038135528564,-0.3004376292228699,0.07902634143829346 +217,-1.5863088746668856,-0.35044932287735503,1.203026981898734,-0.9391055107116699,0.3433198630809784,0.014569087885320187,1.1517513990402222,0.6665665507316589,-0.3834826350212097,0.0366702675819397,0.3903532326221466,-0.4329802989959717 +218,-1.5195759000174227,-0.3017861218823812,1.3321452733370225,-0.9535550475120544,0.29722607135772705,-0.048884253948926926,0.957328736782074,-0.02740843966603279,-0.36511194705963135,-0.2150852084159851,-0.07403576374053955,-0.21828186511993408 +219,-1.4822156170683798,-0.27468476589979307,1.4108653027626425,-0.9587371349334717,0.27124354243278503,-0.08514843881130219,0.6330655217170715,0.28975728154182434,-0.2283349484205246,0.16527998447418213,-0.16780415177345276,0.023029915988445282 +220,-1.4347400810838018,-0.2528967688858745,1.4542128850353722,-0.9592442512512207,0.25020962953567505,-0.1313224881887436,0.3751087188720703,0.49160653352737427,-0.01010951679199934,0.20935112237930298,-0.0018575787544250488,-0.05034862458705902 +221,-1.4064190120908966,-0.2520871506582609,1.5011197293068719,-0.9553403854370117,0.24942567944526672,-0.15846611559391022,0.37329089641571045,-0.3566209673881531,-0.0730038657784462,-0.255215585231781,-0.21793155372142792,0.4374120235443115 +222,-1.5057082855111596,-0.24573986272358664,1.4777388935647873,-0.9679037928581238,0.2432740330696106,-0.0630880817770958,-0.9125992655754089,-1.3202077150344849,-0.11863920837640762,-0.3746560215950012,-0.1727021336555481,0.1367117166519165 +223,-1.5564686959324108,-0.2594823793691861,1.3967539102792013,-0.9664238095283508,0.25658029317855835,-0.01384751033037901,0.2111014723777771,0.02632930874824524,0.19493339955806732,-0.045020341873168945,0.41064074635505676,-0.7303236126899719 +224,-1.5646452985418873,-0.26459845063444754,1.4807088015114576,-0.9651795029640198,0.26152172684669495,-0.0059369211085140705,0.6394940614700317,-0.4297719895839691,0.05069230496883392,0.06599414348602295,-0.34217962622642517,0.27388131618499756 +225,-1.5662949279641267,-0.27894108106324483,1.5178073266109466,-0.9613378643989563,0.275337815284729,-0.004327394533902407,0.6322409510612488,-0.1291063278913498,0.30306029319763184,0.4449804425239563,-0.0635000467300415,-0.17238467931747437 +226,-1.5825361151521293,-0.27839142174360904,1.6143784931157625,-0.9614323973655701,0.2748093605041504,0.011287531815469265,0.5203540325164795,-0.28845685720443726,-0.09037069231271744,-0.20006656646728516,-0.14686444401741028,0.2726786136627197 +227,-1.6604251457045236,-0.2564876642610519,1.6510871621699283,-0.9634042978286743,0.2536846995353699,0.08658075332641602,-0.05551965534687042,-0.8781366348266602,-0.7481352090835571,-0.3139394521713257,-0.11098450422286987,0.15055608749389648 +228,-1.5589441273019489,-0.21579031854988076,1.713886000649343,-0.9767389893531799,0.21411947906017303,-0.011577047407627106,1.2050038576126099,-0.7703942656517029,-0.29151463508605957,-0.13230037689208984,0.2621378004550934,-0.3188062906265259 +229,-1.5538914170069025,-0.1903793691359256,1.7926324524376624,-0.9817923307418823,0.18923142552375793,-0.016598692163825035,0.5589612126350403,0.10509469360113144,-0.12629488110542297,0.14484763145446777,-0.07466837763786316,0.004422185942530632 +230,-1.5231540397079,-0.17462739109475792,1.811208063709428,-0.9836739301681519,0.1737412065267563,-0.04689996689558029,-0.2995647192001343,0.6044031381607056,-0.07242679595947266,0.43496787548065186,-0.02141273021697998,0.0024205446243286133 +231,-1.487444427635117,-0.17821628523158076,1.8293008180204982,-0.9807447791099548,0.17727439105510712,-0.081936776638031,0.1972483992576599,-0.05600350350141525,0.09901345521211624,-0.13477951288223267,-0.1712624430656433,0.4336060881614685 +232,-1.5570949936905683,-0.17251705991205468,1.7921283673337496,-0.9850634336471558,0.1716625839471817,-0.01349752675741911,-0.7045482397079468,-1.0148684978485107,-0.20631423592567444,-0.4086744785308838,-0.07025264203548431,-0.018561186268925667 +233,-1.6288610008136895,-0.16223813368044435,1.68146602235084,-0.9852050542831421,0.1615273505449295,0.05726998671889305,-1.055988073348999,0.5073384046554565,0.06829142570495605,-0.07938534021377563,0.5220053195953369,-0.4392585754394531 +234,-1.6105660462644988,-0.1719559166798856,1.7146313887121774,-0.9844728708267212,0.17110975086688995,0.03917286545038223,0.7448749542236328,0.07458831369876862,0.06597248464822769,0.11763638257980347,-0.05235062539577484,-0.017810586839914322 +235,-1.6158672604709035,-0.17218255991401174,1.700314852437207,-0.9842126965522766,0.17133304476737976,0.04438944533467293,-0.18477429449558258,0.1442003697156906,0.16580359637737274,0.5027216076850891,-0.04666870832443237,-0.12013411521911621 +236,-1.6256747780863339,-0.17213057080976818,1.7378505205824957,-0.983738899230957,0.1712818145751953,0.0540403313934803,0.06182235851883888,-0.5447019338607788,-0.3453415334224701,-0.12475109100341797,-0.2429218292236328,0.40083932876586914 +237,-1.6796924324501314,-0.14656992516603148,1.7262364242397972,-0.9834179878234863,0.14604569971561432,0.10751570761203766,-0.14357741177082062,0.35990747809410095,0.05873768776655197,-0.5031237006187439,0.2759055495262146,-0.17943038046360016 +238,-1.6152153011088064,-0.12538753406495995,1.7304372790604865,-0.9911707043647766,0.12505923211574554,0.0440557636320591,0.30170509219169617,0.1393587738275528,-0.24688175320625305,-0.09974116086959839,0.24868954718112946,-0.4498326778411865 +239,-1.5810787058740223,-0.11488929471561408,1.7656238602273255,-0.9933550357818604,0.11463671177625656,0.010214412584900856,-0.22875119745731354,0.4600410461425781,-0.0497405081987381,0.23302483558654785,-0.0024845898151397705,0.07631814479827881 +240,-1.5350019732273288,-0.10846212417681861,1.7027860818816871,-0.9934870004653931,0.10824958980083466,-0.03557641804218292,-0.8778971433639526,0.6059001684188843,0.010641729459166527,0.28056585788726807,0.07923513650894165,-0.024344801902770996 +241,-1.5123751557630265,-0.12072004290204767,1.6280289066393914,-0.9910285472869873,0.12042704224586487,-0.05796300619840622,-0.8245329856872559,-0.04454047605395317,-0.0003885548794642091,-0.12458723783493042,-0.12193764001131058,0.4201151132583618 +242,-1.5815718600918953,-0.1201000912048666,1.5001819717782798,-0.9927388429641724,0.11981157958507538,0.010697704739868641,-1.7812103033065796,-0.8385599851608276,-0.2501870393753052,-0.1444222331047058,-0.15986594557762146,0.05122244358062744 +243,-1.6083240180961424,-0.11597364643304123,1.2626517656242466,-0.9925832748413086,0.11571384966373444,0.03726685419678688,-2.0456409454345703,0.8116034269332886,0.47617435455322266,0.008803367614746094,0.9773190021514893,-0.4243365526199341 +244,-1.6037897609080272,-0.14988186057647787,1.168829757192343,-0.9882505536079407,0.1493213176727295,0.03261761739850044,-1.1025047302246094,-0.4598108232021332,0.22303226590156555,-0.05886852741241455,-0.4981067478656769,0.26160240173339844 +245,-1.607061759360853,-0.16731435914268405,1.0326188587947929,-0.9853871464729309,0.16653481125831604,0.035751163959503174,-0.5937401056289673,0.48392876982688904,0.1631598025560379,0.4463857412338257,0.029952600598335266,-0.0694882869720459 +246,-1.607410037321264,-0.15334678210967823,0.9855410696910051,-0.9876030683517456,0.15274648368358612,0.03617598116397858,-1.0971730947494507,0.2391703873872757,-0.5849806666374207,-0.2064124345779419,-0.18395072221755981,0.16836810111999512 +247,-1.5688810921689935,-0.10414998367788574,0.8877301448810453,-0.9945794939994812,0.10396179556846619,-0.0019048553658649325,-0.6640500426292419,1.937777042388916,-0.1422254592180252,-0.1771276593208313,0.4841882288455963,-0.35176336765289307 +248,-1.5512392591034054,-0.09657362642254691,0.8097819417498691,-0.9951501488685608,0.09642358124256134,-0.019464699551463127,-0.37678882479667664,-0.22103570401668549,-0.02480459213256836,-0.14956432580947876,0.16422705352306366,-0.0011957306414842606 +249,-1.5425093139057688,-0.09984442161221521,0.664847470419103,-0.994621753692627,0.09967861324548721,-0.028142385184764862,-1.9158624410629272,0.3680114150047302,-0.08280027657747269,0.2803119421005249,-0.00568448007106781,0.018132563680410385 +250,-1.5306411976793663,-0.11097407447774395,0.4810233509762102,-0.9930475354194641,0.11074643582105637,-0.03989739716053009,-1.954011082649231,0.027251869440078735,0.09391061961650848,0.2379205822944641,0.02485843002796173,0.25249814987182617 +251,-1.5695149594925144,-0.11627179554006037,0.24507896713696534,-0.9932473301887512,0.11600998789072037,-0.0012727153953164816,-2.299273729324341,-0.2764572501182556,-0.42834359407424927,-0.6038749814033508,0.17445632815361023,-0.5400633215904236 +252,-1.537495878161156,-0.13373053056159862,0.010846629664344557,-0.9905219078063965,0.1333322823047638,-0.032997019588947296,-1.6495946645736694,0.4812530279159546,0.37289851903915405,-0.17077869176864624,0.6272267699241638,0.0002821721136569977 +253,-1.5492437204292309,-0.1843178083853321,-0.18296593524941193,-0.982833206653595,0.18327593803405762,-0.021185897290706635,-1.9755878448486328,0.5616869926452637,0.379192978143692,0.16908198595046997,-0.07045245170593262,-0.07581418752670288 +254,-1.535340164407133,-0.21009135664148074,-0.33579644346262383,-0.9773972034454346,0.20854924619197845,-0.03466928377747536,-0.9921367764472961,0.42914271354675293,-0.09286335855722427,0.27141880989074707,0.03961971402168274,0.11146676540374756 +255,-1.5494730005021091,-0.20311855034056742,-0.41642671646833873,-0.9792196154594421,0.20172475278377533,-0.020883385092020035,-0.995469331741333,-0.2341320514678955,-0.3405323326587677,-0.12507420778274536,-0.21680042147636414,0.43862324953079224 +256,-1.557107389617089,-0.14628147910245476,-0.5158844656365144,-0.9892271757125854,0.14576034247875214,-0.013542314991354942,-0.7128363847732544,1.2769181728363037,-0.2984596788883209,-0.19053655862808228,0.22479933500289917,-0.19467908143997192 +257,-1.5102228513291531,-0.13648319755873004,-0.5704173623890245,-0.9888837933540344,0.13605986535549164,-0.059973496943712234,-0.3553292751312256,0.20665492117404938,-0.12275473773479462,0.02226996421813965,0.42415133118629456,-0.21181601285934448 +258,-1.4940737937126907,-0.13020022754297675,-0.6796754493122734,-0.9886191487312317,0.1298326849937439,-0.07599853724241257,-1.8671764135360718,0.4995199739933014,-0.2756436765193939,0.1877463459968567,0.025929033756256104,0.11765503883361816 +259,-1.468144165259732,-0.12836941720272596,-0.8820201189083883,-0.9865512251853943,0.1280171424150467,-0.10162883996963501,-1.7838867902755737,0.4037124812602997,0.008832376450300217,0.009653031826019287,-0.028758734464645386,0.1637778878211975 +260,-1.4423916363401548,-0.1571612437894092,-1.0557041392860007,-0.9795444011688232,0.15651507675647736,-0.12647394835948944,-1.3032796382904053,0.5370430946350098,0.09813094884157181,-0.04413717985153198,-0.13599200546741486,0.03759153187274933 +261,-1.4461878814854356,-0.1719099808606141,-1.1836616159686395,-0.9776204824447632,0.17106448113918304,-0.1224542185664177,-1.6811531782150269,-0.46968406438827515,-0.23091432452201843,-0.38323456048965454,-0.14863409101963043,0.286501407623291 +262,-1.5236564037098996,-0.1970727163249889,-1.3923728166883138,-0.9795544743537903,0.1957995444536209,-0.046210356056690216,-2.0685174465179443,0.6296855211257935,0.4202648997306824,0.041047513484954834,0.4643719494342804,-0.3025750517845154 +263,-1.5363995451131887,-0.22870231901504984,-1.5302350616382883,-0.973385214805603,0.22671382129192352,-0.033494528383016586,-1.3623995780944824,0.04500419646501541,0.2778729796409607,0.16157197952270508,-0.03378172218799591,0.1139693334698677 +264,-1.5554177067354236,-0.2568065183786101,-1.6686517673400856,-0.9670915603637695,0.25399309396743774,-0.014873706735670567,-1.0196373462677002,0.22340545058250427,0.2591952681541443,0.16292297840118408,-0.17797383666038513,-0.05298209190368652 +265,-1.5466123389240196,-0.2838594838221649,-1.7325579752045068,-0.9597009420394897,0.2800627648830414,-0.02321392297744751,0.018221596255898476,-0.21616145968437195,0.04123391583561897,0.07411140203475952,-0.05176076292991638,0.211980402469635 +266,-1.607459630594559,-0.25173580953755287,-1.788116960868758,-0.9678307175636292,0.2490854263305664,0.035499777644872665,-1.160102128982544,0.09749171882867813,-0.3433503806591034,-0.6063575148582458,-0.1895608901977539,0.26114630699157715 +267,-1.5670322920549489,-0.2174352530100277,-1.7814847212830223,-0.9764470458030701,0.21572597324848175,-0.003675397951155901,0.8334311842918396,0.965864360332489,-0.3805685341358185,-0.20966440439224243,0.15808385610580444,-0.3467121720314026 +268,-1.5107341317722986,-0.2056914487978533,-1.7231525969160044,-0.9771548509597778,0.20424407720565796,-0.05876074358820915,0.4526475667953491,0.22548070549964905,-0.01148541271686554,0.09640228748321533,0.15085846185684204,0.031050801277160645 +269,-1.4678216618402895,-0.20542513076129287,-1.735974318404254,-0.9737884998321533,0.2039833664894104,-0.10063149034976959,-0.3864745795726776,0.3081127107143402,-0.05543398857116699,0.2647278308868408,-0.0619392991065979,0.1342313289642334 +270,-1.4674288307178809,-0.20936135590554916,-1.7770706351169896,-0.9729426503181458,0.20783524215221405,-0.10093037784099579,-0.24428972601890564,-0.3785704970359802,-0.07982577383518219,-0.07353556156158447,-0.28444966673851013,0.511147677898407 +271,-1.5717076035306152,-0.18505001879405086,-1.843260119543292,-0.9829264879226685,0.18399569392204285,0.0008957182872109115,-1.2428536415100098,-0.9948636889457703,-0.21133053302764893,-0.23071163892745972,0.03782132267951965,0.05386805534362793 +272,-1.6024711113017094,-0.1959586464069718,-1.9469742710873439,-0.9803695678710938,0.19470691680908203,0.0310633834451437,-0.2748744785785675,-0.14247100055217743,0.24028761684894562,0.02123260498046875,0.634364128112793,-0.18386495113372803 +273,-1.6112499144217534,-0.22803722452443315,-1.9671907781537523,-0.9733151197433472,0.226065993309021,0.03939558193087578,-0.39278459548950195,-0.07295459508895874,0.2948524057865143,0.16968035697937012,-0.2751534879207611,-0.007992979139089584 +274,-1.61526353436027,-0.25860579761334734,-1.9775134012657243,-0.9657919406890869,0.2557329535484314,0.04297439754009247,0.4166633188724518,-0.027937227860093117,0.17997877299785614,0.32716572284698486,-0.15377366542816162,0.05195057764649391 +275,-1.6380626286404578,-0.23207586854425544,-1.9752739794249285,-0.9709902405738831,0.22999823093414307,0.06541360914707184,-0.47025907039642334,-0.518509030342102,-0.7041708827018738,-0.14581584930419922,-0.053438782691955566,0.27354514598846436 +276,-1.636294310907236,-0.1747480302065539,-2.0369373443995404,-0.9826589822769165,0.17386001348495483,0.06445437669754028,-0.39439794421195984,-0.09447138011455536,-0.21334263682365417,-0.25405073165893555,0.32220327854156494,-0.429093599319458 +277,-1.6211367364223084,-0.1679860292447147,-2.024080547591357,-0.9846745729446411,0.1671970635652542,0.04961083456873894,-0.10771408677101135,0.22028236091136932,-0.045785900205373764,0.013544201850891113,0.10022848844528198,0.01198887825012207 +278,-1.595574445785951,-0.1621618647116744,-2.082267945852119,-0.986577570438385,0.16145208477973938,0.02445054054260254,-1.2083815336227417,0.6480684876441956,-0.011330458335578442,0.3443809747695923,-0.027388349175453186,0.012338396161794662 +279,-1.558048625443171,-0.17031700330942126,-2.168444555939384,-0.9854511022567749,0.16949477791786194,-0.012562916614115238,-0.7647542953491211,0.3261840343475342,0.14356379210948944,0.0959399938583374,-0.10444656014442444,0.20561712980270386 +280,-1.5701097671997977,-0.17392238709493463,-2.2422539911724706,-0.9849134087562561,0.17304688692092896,-0.0006762018310837448,-0.7894958853721619,-0.3140697181224823,-0.06953011453151703,-0.17814207077026367,-0.25117185711860657,0.2260943055152893 +281,-1.620337636167719,-0.15034002222291465,-2.337778868556444,-0.9875072240829468,0.14977432787418365,0.048962462693452835,-1.9505120515823364,0.297453910112381,0.24147139489650726,0.04823720455169678,0.40828537940979004,0.08180534839630127 +282,-1.5930299452699261,-0.16555326709410453,-2.4751589483737924,-0.9860835075378418,0.1647980660200119,0.021927818655967712,-0.4130118787288666,-0.10950495302677155,0.16840364038944244,0.05966144800186157,0.3183562457561493,0.041411399841308594 +283,-1.6067425333700907,-0.18974224291310543,-2.5486074032620882,-0.9814183712005615,0.18860577046871185,0.035293471068143845,-0.9320475459098816,0.3166194558143616,0.2761669456958771,0.12492740154266357,-0.21836042404174805,-0.11216723918914795 +284,-1.5875544361171672,-0.2058937298594758,-2.5985801017480017,-0.9787412881851196,0.204442098736763,0.01640338823199272,-0.07865562289953232,0.19149276614189148,-0.021468613296747208,0.27763044834136963,-0.0874224454164505,0.1559903621673584 +285,-1.5928085655673259,-0.1722971921730579,-2.6144491876875735,-0.9849548935890198,0.17144598066806793,0.021684564650058746,-0.3680858016014099,-0.4348422884941101,-0.5933676362037659,-0.1429290771484375,-0.05267155170440674,0.26365482807159424 +286,-1.5937098288947673,-0.12101457854130344,-2.656893369389937,-0.9924261569976807,0.12071942538022995,0.022743940353393555,-0.7223731279373169,0.3928423821926117,-0.1682458370923996,-0.041097402572631836,0.22769975662231445,-0.21582865715026855 +287,-1.5953031615330877,-0.11276247745386697,-2.677903951830861,-0.9933505654335022,0.11252366006374359,0.024348752573132515,-0.4918194115161896,-0.11897691339254379,-0.024208473041653633,-0.12278395891189575,0.12905347347259521,0.10185670852661133 +288,-1.597591911686063,-0.11015329711325714,-2.8017683266095936,-0.9935824275016785,0.10993067175149918,0.026629997417330742,-1.5560529232025146,0.3662213087081909,0.027414707466959953,0.35640597343444824,0.030862174928188324,-0.06300687789916992 +289,-1.5780161013577656,-0.11722585717547274,-2.9258826902143378,-0.9931109547615051,0.11695756018161774,0.007170161698013544,-1.1292232275009155,0.18746228516101837,0.12538005411624908,0.1555408239364624,-0.11953631043434143,0.2012038230895996 +290,-1.599481995039199,-0.11710625372606649,-3.046302775982607,-0.9927424788475037,0.11683877557516098,0.028485294431447983,-1.3340270519256592,-0.33402007818222046,-0.07457948476076126,-0.07204651832580566,-0.1803000569343567,0.11509990692138672 +291,-1.6499190119196425,-0.08757438684210958,3.086661585590396,-0.9930513501167297,0.08746249228715897,0.07873726636171341,-1.831155776977539,0.15975376963615417,0.2903333604335785,-0.24138480424880981,0.6787118315696716,-0.057237617671489716 +292,-1.642530727814913,-0.11939470187395516,2.948245883562148,-0.9903273582458496,0.11911123991012573,0.071162648499012,-0.9624727368354797,0.057330839335918427,0.5300993919372559,0.019136011600494385,0.15751534700393677,-0.0009722709655761719 +293,-1.6279226288699613,-0.1647950434337835,2.8485661857564675,-0.984842836856842,0.1640501618385315,0.05632171034812927,-0.9191694855690002,0.3227764070034027,0.4447493851184845,0.31449371576309204,-0.259524405002594,0.04797208309173584 +294,-1.6014860998086353,-0.19614803537857514,2.7876958812615484,-0.9803626537322998,0.19489268958568573,0.03009655699133873,-0.17118263244628906,0.34276968240737915,0.07083064317703247,0.21597367525100708,-0.08402234315872192,0.10485219955444336 +295,-1.6051546102685985,-0.1611483659476075,2.738541787294697,-0.9864611029624939,0.16045179963111877,0.03390645235776901,-0.7803126573562622,-0.543631911277771,-0.7043224573135376,-0.19867372512817383,-0.031087800860404968,0.3452286720275879 +296,-1.5925682197182638,-0.12493943713431122,2.636187077534376,-0.9919701218605042,0.1246146410703659,0.021600481122732162,-1.1220663785934448,0.3477783203125,-0.05285947769880295,-0.2855873107910156,0.5087777376174927,-0.29541945457458496 +297,-1.578156021916747,-0.1274191160935432,2.6005129292542053,-0.9918662309646606,0.12707461416721344,0.007299964781850576,-0.8261466026306152,0.4417122006416321,0.06778701394796371,-0.07479935884475708,-0.006850630044937134,0.2339872121810913 +298,-1.539419040715581,-0.13665238726342843,2.4302050981928867,-0.9901899695396423,0.13622747361660004,-0.031079674139618874,-1.9126287698745728,0.8179420232772827,0.15692096948623657,0.48510879278182983,0.13385310769081116,-0.08252203464508057 +299,-1.5258113334798242,-0.1825172718072502,2.2855815745898234,-0.9823952317237854,0.18150560557842255,-0.0442228764295578,-1.2197602987289429,-0.10271404683589935,0.9227085709571838,0.12881845235824585,-0.06267012655735016,0.244051992893219 +300,-1.5768765237855418,-0.248329111250712,2.169942721910255,-0.9693066477775574,0.2457846701145172,0.005893648136407137,-1.6365725994110107,-0.2391653209924698,0.08838202059268951,-0.24779552221298218,-0.10862335562705994,0.22683334350585938 +301,-1.6253713788997082,-0.2335190750578684,1.925705961683575,-0.9714094996452332,0.23140251636505127,0.05306742340326309,-2.770167589187622,2.064793586730957,0.40752917528152466,-0.09827721118927002,0.670452892780304,-0.08225752413272858 +302,-1.6121074481864637,-0.25069863295006994,1.791807112558612,-0.9679129123687744,0.24808081984519958,0.04000833258032799,-0.22791628539562225,-0.021776344627141953,0.31207817792892456,0.11802881956100464,-0.025134623050689697,-0.0257871113717556 +303,-1.6077377293703976,-0.28076704648972994,1.7369699338932927,-0.9601876735687256,0.27709275484085083,0.03548682481050491,-0.9390444159507751,0.23111358284950256,0.3527456521987915,0.21661162376403809,-0.32589036226272583,0.07114160060882568 +304,-1.6161409804445404,-0.37637946805009737,1.6908590745108383,-0.9290454983711243,0.36755579710006714,0.04215614125132561,-0.04169948399066925,-0.48944535851478577,1.2916553020477295,0.10244637727737427,-0.06930750608444214,0.2547950744628906 +305,-1.6822311474179628,-0.5470738456459495,1.574634584090846,-0.8487532734870911,0.5201903581619263,0.09497411549091339,-1.3087921142578125,0.9929216504096985,1.52627694606781,-0.1669175624847412,0.21174323558807373,0.04885530471801758 +306,-1.5231241064886387,-0.7467863719318468,1.475219878056715,-0.7330417633056641,0.679283857345581,-0.03497222438454628,-0.16157828271389008,1.318364143371582,2.1138408184051514,0.17600446939468384,0.5241920351982117,-0.5679025650024414 +307,-1.3968389768116245,-0.8383096855578237,1.4541041131252441,-0.6586279273033142,0.743513822555542,-0.11574304103851318,-0.5999211072921753,2.1000962257385254,0.21052293479442596,0.2636083960533142,-0.017622768878936768,0.11169946193695068 +308,-1.1924939962965102,-0.9631435003820187,1.3952201073710588,-0.5305723547935486,0.8209903836250305,-0.21087361872196198,-0.7677981853485107,1.9895602464675903,1.3061619997024536,0.24898672103881836,-0.2783879041671753,0.011960044503211975 +309,-1.0782520342734223,-1.1055112662490922,1.390393360925287,-0.395344614982605,0.8936936855316162,-0.2121659368276596,-0.8184172511100769,0.8493320941925049,1.5471757650375366,-0.11172020435333252,-0.06564497947692871,0.20024877786636353 +310,-1.1223827743856936,-1.224345663784872,1.2044218263899422,-0.305990993976593,0.9405838251113892,-0.14721225202083588,-2.003607749938965,2.0197906494140625,-0.62563556432724,-0.028145939111709595,-0.16264504194259644,0.18711401522159576 +311,-1.5313276085828877,-1.3187935391110817,0.5424262597139586,-0.24915000796318054,0.9684149622917175,-0.009838740341365337,-1.1902961730957031,1.3490244150161743,1.204355239868164,0.48302143812179565,0.09269654750823975,-0.27498185634613037 +312,-1.7237601636623379,-1.3619081444433194,0.22305763133856665,-0.2049511969089508,0.9782620668411255,0.031596940010786057,-0.5344328284263611,1.1359598636627197,0.3710961937904358,-0.08609497547149658,0.09523952007293701,-0.0046498775482177734 +313,-1.5715896668694007,-1.4007758274417454,0.284481739077867,-0.16920205950737,0.9855812788009644,0.0001342347968602553,0.15429672598838806,0.7525970339775085,0.33146172761917114,0.012570604681968689,-0.3890237808227539,0.19163823127746582 +314,-1.5429252128108069,-1.3978235753036528,0.2469659562591056,-0.17204540967941284,0.9850775003433228,-0.004796339198946953,-0.25696319341659546,0.89875328540802,-0.5897802114486694,-0.25437676906585693,-0.1057133674621582,0.3294728398323059 +315,-1.6288705090315794,-1.3394047167747867,0.031814564515936936,-0.22894547879695892,0.9733482003211975,0.013310789130628109,-0.35252031683921814,1.0014790296554565,0.27000606060028076,0.15075945854187012,0.4141181707382202,-0.11969506740570068 +316,-1.6686917822515668,-1.352608435705327,-0.06196233261301698,-0.21542476117610931,0.976291298866272,0.021156733855605125,0.710224986076355,0.1351441890001297,-0.04365657642483711,0.358079195022583,0.3621333837509155,-0.22080278396606445 +317,-1.4369751207523638,-1.323087735416605,0.09791816168031582,-0.242990642786026,0.9694767594337463,-0.03271280974149704,0.1542113721370697,0.473829984664917,-0.4383527338504791,-0.02570134401321411,-0.11753290891647339,0.23515117168426514 +318,-0.9806104951577042,-1.2905322570923483,0.4555398769357271,-0.22981715202331543,0.9609824419021606,-0.1539372354745865,1.3198766708374023,2.6697089672088623,0.5331859588623047,0.10304716229438782,-0.3567039966583252,0.07579697668552399 +319,-0.6495278430074991,-1.2953669166870752,0.7349000555979716,-0.16448429226875305,0.9623085260391235,-0.21658068895339966,0.2649973928928375,0.2758353650569916,0.18755951523780823,-0.19815608859062195,0.10377728939056396,0.30169421434402466 +320,-0.7165116783149157,-1.299159262432682,0.6261983574915644,-0.17621412873268127,0.9633329510688782,-0.20233218371868134,-1.1680858135223389,1.2848588228225708,-0.41689929366111755,-0.15792280435562134,0.2548066973686218,0.39949095249176025 +321,-1.2609211294643954,-1.4279018407494182,-0.11889414951162479,-0.13562580943107605,0.9898079633712769,-0.043426014482975006,-1.2489889860153198,1.4142251014709473,1.0644603967666626,0.5477657318115234,0.08517372608184814,-0.13900810480117798 +322,-0.7012745789842322,-1.5098941552527556,0.37557317281882,-0.03927045315504074,0.9981460571289062,-0.04650310054421425,1.2008719444274902,0.24921026825904846,0.6326192617416382,0.35703474283218384,0.0874711275100708,-0.01917070522904396 +323,-0.23748665584184342,-1.4523586292530877,0.8504740862332361,-0.027798648923635483,0.9929944276809692,-0.11484459787607193,0.14616535604000092,0.5551750063896179,-0.1363530457019806,-0.19003582000732422,-0.26571476459503174,-0.03197544813156128 +324,0.1959036270407923,-1.4303360938437484,1.2226060843778623,0.027251221239566803,0.9901516437530518,-0.1373211294412613,0.12211290001869202,0.7151889801025391,0.8215224146842957,-0.037749260663986206,-0.05690890550613403,0.2254101186990738 +325,0.3087069496459787,-1.5223236289205802,1.3385838437097437,0.014721699990332127,0.9988254308700562,-0.046163659542798996,-1.4643702507019043,0.24812167882919312,-0.20000354945659637,-0.18621522188186646,0.18830835819244385,0.3539334535598755 +326,1.3824582378291557,-1.4892187494524007,2.28885369899796,0.08004631102085114,0.9966744184494019,-0.015256587415933609,0.581393837928772,1.0624032020568848,-0.5908241868019104,0.32333502173423767,0.21011275053024292,-0.3442404866218567 +327,-0.2600312213826199,-1.4641847676536113,0.5878795989832083,-0.02735910937190056,0.9943223595619202,-0.10283254086971283,0.7850464582443237,0.40780574083328247,-0.8038046360015869,0.09770214557647705,0.024400174617767334,-0.4238550662994385 +328,-0.39793868370406715,-1.4142630667569367,0.34678066269650726,-0.060412149876356125,0.9877736568450928,-0.14371336996555328,0.42542344331741333,1.2155487537384033,-0.3266531825065613,0.05258437991142273,-0.3230855464935303,0.1563018560409546 +329,-0.3030873839441978,-1.3719809398831166,0.33852465223412176,-0.05894993245601654,0.9803012609481812,-0.18850567936897278,0.41043177247047424,0.7728191018104553,-0.19717149436473846,-0.07453393936157227,-0.24954259395599365,0.11685043573379517 +330,-0.47208785360442884,-1.3209417707459603,0.12964094852111632,-0.11244229972362518,0.9689484238624573,-0.22021806240081787,-0.08586325496435165,-0.19781512022018433,-0.94829922914505,-0.3358303904533386,0.509079098701477,0.22345289587974548 +331,-0.9889786031090477,-1.3513998888858085,-0.44465686064553145,-0.18183059990406036,0.9760289788246155,-0.11960262060165405,-1.2385411262512207,1.2774511575698853,-0.49561336636543274,-0.09952619671821594,0.5044243335723877,-0.14997437596321106 +332,-0.9961345332313398,-1.4593992165937157,-0.5836084083410603,-0.09331078827381134,0.9938017725944519,-0.06042483448982239,-0.7767013907432556,-0.4200010597705841,0.9431243538856506,0.5492281317710876,-0.052838027477264404,-0.3070068359375 +333,-1.0955552821350365,-1.4575741273726646,-0.6468200686358186,-0.10046005249023438,0.9935972094535828,-0.05169442668557167,0.9366382956504822,-1.4379802942276,-0.09262166917324066,0.06925582885742188,-0.21703171730041504,-0.33467334508895874 +334,-1.0892769834677432,-1.407713961308103,-0.5484298369251701,-0.1438993364572525,0.9867315292358398,-0.07519366592168808,-0.054921865463256836,0.5708168745040894,-0.07509354501962662,-0.05126059055328369,-0.3935612440109253,0.09664749354124069 +335,-0.7776713118084603,-1.4528698680226806,-0.17114306688759487,-0.08254844695329666,0.9930547475814819,-0.08383408933877945,-0.789772093296051,-0.21205800771713257,0.3649056851863861,-0.27592629194259644,0.5550714731216431,0.7498496770858765 +336,-1.4870831080433637,-1.4962362998111656,-0.8552394305487481,-0.07422956824302673,0.9972217082977295,-0.006228552665561438,-0.2443247139453888,0.17825692892074585,-0.5613882541656494,0.00667891651391983,0.465012788772583,0.17204582691192627 +337,-0.7895534598220483,-1.4381932509874513,-0.2246111683010234,-0.09387761354446411,0.9912210702896118,-0.0931006595492363,0.594170331954956,-0.31644564867019653,-0.4902592897415161,0.1294763684272766,-0.09765118360519409,-0.3105095624923706 +338,-0.8563779145666433,-1.3866376204744721,-0.29995003869725717,-0.13834254443645477,0.9830906391143799,-0.11997628957033157,0.05816374719142914,0.5678133964538574,-0.20473335683345795,0.11284512281417847,-0.11720013618469238,-0.06135916709899902 +339,-0.9735839368076178,-1.3676363313869773,-0.4967273424729499,-0.1668408215045929,0.9794338941574097,-0.1134604811668396,0.0447649247944355,0.9595876932144165,-0.1406005620956421,0.010117828845977783,-0.27937597036361694,0.0440024808049202 +340,-0.7936088719801074,-1.3649317905581935,-0.4034927201870786,-0.14572378993034363,0.9788846373558044,-0.1433502435684204,0.160007506608963,0.36195752024650574,0.2589138448238373,-0.08562995493412018,-0.092989981174469,0.056512489914894104 +341,-0.8030897747644995,-1.3710917793818629,-0.42113109320458103,-0.14273545145988464,0.9801252484321594,-0.1377723067998886,-0.4291558563709259,-0.11571747064590454,-0.19860339164733887,-0.30961135029792786,0.34775567054748535,0.3872535228729248 +342,-1.100790710949741,-1.3932753138284426,-0.7947864709663786,-0.15744172036647797,0.9842844605445862,-0.0799761414527893,-0.8417754769325256,1.1815364360809326,0.18137334287166595,0.29431307315826416,0.10644429922103882,-0.2543439269065857 +343,-1.091250171953045,-1.4258164264551545,-0.7988734923326394,-0.12817677855491638,0.9895088076591492,-0.06665629893541336,-0.2557600140571594,0.35090047121047974,0.011656824499368668,0.2501250207424164,-0.03038710355758667,-0.035135090351104736 +344,-1.0485811622437855,-1.44235490979363,-0.7159078466754968,-0.111016646027565,0.9917627573013306,-0.06389085203409195,0.20173479616641998,-0.5353050827980042,0.2853853106498718,-0.100775346159935,-0.35438787937164307,-0.03292619436979294 +345,-0.454008112315972,-1.451273555243378,-0.1049290329926136,-0.05229490250349045,0.9928656816482544,-0.10715992003679276,0.3892541527748108,-0.1271693855524063,0.9853147864341736,6.407499313354492e-05,-0.2965918183326721,-0.03932446241378784 +346,-0.3865288221602662,-1.48742213910015,0.0481487920821118,-0.03139350190758705,0.9965263605117798,-0.07713334262371063,-0.7802944183349609,-0.5458478331565857,-0.08966971188783646,-0.44191884994506836,0.47220832109451294,0.4376680254936218 +347,-0.6134765494199131,-1.524725936273206,-0.1664690350054899,-0.02651289291679859,0.9989389181137085,-0.03765467554330826,0.8857348561286926,1.2427992820739746,0.25342029333114624,0.24016645550727844,0.49045610427856445,-0.18532204627990723 +348,-0.5027054394937143,-1.4609936867262703,-0.08456271348596528,-0.05279640480875969,0.9939777255058289,-0.09602478891611099,0.47111746668815613,-0.4212428629398346,-1.420001745223999,0.09356789290904999,0.17313647270202637,-0.4468677043914795 +349,-0.7889192250485332,-1.3773446901794926,-0.34313649256382994,-0.13641764223575592,0.9813464879989624,-0.13546034693717957,0.23810525238513947,0.6514434814453125,-0.366547554731369,0.10463358461856842,-0.2953570485115051,-0.012733057141304016 +350,-0.818308532833224,-1.3631325836323938,-0.4655964170039957,-0.15050528943538666,0.9785152673721313,-0.14091119170188904,-0.48173651099205017,1.1230406761169434,-0.13657186925411224,0.013603433966636658,-0.2540127635002136,0.2858544588088989 +351,-0.7531371802150967,-1.3695289664673793,-0.4666487434763985,-0.13672569394111633,0.9798139929771423,-0.14584484696388245,-0.07497588545084,0.23129047453403473,-0.39540237188339233,-0.536583662033081,0.21310287714004517,0.20451486110687256 +352,-1.0198381121810296,-1.37789514733976,-0.7726159052859694,-0.16333842277526855,0.9814521670341492,-0.10035911202430725,-1.1251031160354614,1.3034992218017578,-0.35852789878845215,-0.15190814435482025,0.5056540369987488,0.11517538130283356 +353,-1.1176717737209672,-1.4346547352874863,-0.9374659761625597,-0.12202480435371399,0.9907470345497131,-0.05941564962267876,-0.18565072119235992,-0.31799831986427307,0.28571802377700806,0.5664370059967041,0.00673520565032959,-0.23340046405792236 +354,-1.172183233599765,-1.448869925442861,-1.0076910000797348,-0.11208812147378922,0.9925761818885803,-0.04720696061849594,0.1320144683122635,-0.8144867420196533,0.1642206311225891,0.020687997341156006,-0.2930981516838074,-0.16647714376449585 +355,-0.8113201971913188,-1.4187797082394202,-0.5674432630438431,-0.10981776565313339,0.9884676933288574,-0.10426700860261917,0.7685977816581726,0.1032731682062149,0.3017500042915344,-0.177657812833786,-0.3558536171913147,0.04645145684480667 +356,-0.5335653764023077,-1.4230538644114183,-0.2634929637140987,-0.07486945390701294,0.9891059398651123,-0.12674348056316376,-0.5797432661056519,-0.8155297040939331,-0.3296630382537842,-0.16876763105392456,0.14018172025680542,0.40790194272994995 +357,-0.7877115897945332,-1.4911518883132977,-0.5233559859788366,-0.05638796091079712,0.9968300461769104,-0.05612766370177269,0.22137729823589325,1.9988913536071777,0.7486737370491028,0.039282865822315216,0.8045157790184021,-0.10566127300262451 +358,0.23139396417276503,-1.5086942664148464,0.3205355366107283,0.0142328180372715,0.9980722665786743,-0.06040729582309723,0.23465535044670105,-0.2535492181777954,-0.9148945808410645,0.3041570782661438,0.1305287480354309,-0.4180014729499817 +359,-0.7843443512336731,-1.458669192041469,-0.7093580100284179,-0.07903650403022766,0.9937203526496887,-0.07920326292514801,-0.13403725624084473,0.8089118003845215,-0.7779078483581543,0.012401372194290161,-0.15753871202468872,-0.06636554002761841 +360,-0.9989837175870414,-1.408955478995762,-1.0988010655250284,-0.13550250232219696,0.9869323372840881,-0.08719976991415024,0.22995613515377045,1.4437776803970337,-0.243196502327919,0.03065936267375946,-0.33323055505752563,-0.03760182857513428 +361,-0.7311791162652065,-1.3946846802804043,-0.9578124336031846,-0.11699120700359344,0.984532356262207,-0.13041870296001434,0.27139949798583984,0.829218327999115,0.06703104823827744,-0.10638219118118286,-0.005757391452789307,0.08297909796237946 +362,-0.8536471915179868,-1.3981501587075744,-1.1895782666312416,-0.12947522103786469,0.9851336479187012,-0.11290712654590607,-0.5575334429740906,0.794073224067688,-0.3195030987262726,-0.12209644913673401,0.26579713821411133,0.11298340559005737 +363,-0.9673443239289755,-1.416838621701248,-1.423507177788584,-0.12626613676548004,0.9881718754768372,-0.08702471107244492,-0.22794762253761292,1.13237464427948,0.26431456208229065,0.40254175662994385,0.11082708835601807,-0.056911468505859375 +364,-0.9468398254812683,-1.4588198579756475,-1.5272715812793474,-0.09068698436021805,0.9937371611595154,-0.06528546661138535,-0.1333950161933899,0.6800026297569275,0.09916474670171738,0.23268529772758484,-0.046319007873535156,-0.04439466446638107 +365,-0.9948215629394807,-1.4724126382939022,-1.7032420037421925,-0.08237794041633606,0.9951642155647278,-0.05349874868988991,-0.1933714896440506,1.07777738571167,0.14016491174697876,-0.01878783106803894,-0.24473702907562256,-0.07195901870727539 +366,-0.7237426797438024,-1.5008319523800013,-1.5458347247467052,-0.04629180580377579,0.9975534677505493,-0.05238339304924011,-0.1742064505815506,0.8936702013015747,0.08111134171485901,0.11321684718132019,-0.17840075492858887,0.09710687398910522 +367,-0.9828127147393941,-1.4882143710666738,-1.8712738393795358,-0.06863623857498169,0.9965920448303223,-0.04575560986995697,-0.05254526436328888,0.7226105332374573,-0.5421580672264099,-0.2222420573234558,0.07272875308990479,0.39936280250549316 +368,-1.135055778646794,-1.4895617701190322,-2.1502059536323164,-0.07356148958206177,0.9967023134231567,-0.034249305725097656,0.7723351120948792,2.278801679611206,0.31460025906562805,0.40386849641799927,0.1907517910003662,-0.33182430267333984 +369,-1.0089720873594046,-1.4335284861055335,-2.1758541116597856,-0.11580277979373932,0.9905935525894165,-0.07289712131023407,0.4805557131767273,0.14367735385894775,-0.3277183473110199,0.22261430323123932,-0.012245893478393555,-0.439172625541687 +370,-0.9938784809101159,-1.393056521690248,-2.2097510798608724,-0.14818868041038513,0.9842458367347717,-0.09643707424402237,-0.14062929153442383,1.5030235052108765,-0.4879349172115326,0.046473607420921326,-0.1877981424331665,0.24337923526763916 +371,-0.9767848720283204,-1.3700413136088436,-2.3365570652700884,-0.16525094211101532,0.9799162745475769,-0.1116073727607727,-0.03141837939620018,1.129616379737854,-0.18373824656009674,0.004911571741104126,-0.15617060661315918,0.03882300853729248 +372,-1.013946151648917,-1.3802316445938476,-2.471097415682471,-0.16079740226268768,0.9818974137306213,-0.10010767728090286,-0.1216321811079979,0.3013906180858612,-0.07258838415145874,-0.2883450388908386,-0.10068714618682861,0.23119592666625977 +373,-1.1496040857915082,-1.3668770642758128,-2.609461140460611,-0.18480996787548065,0.979280412197113,-0.08279547840356827,-0.048443980515003204,-0.14772886037826538,-0.5562205910682678,-0.16495200991630554,0.5894145965576172,-0.14036428928375244 +374,-1.1771771953112455,-1.404427000076044,-2.756150286002085,-0.1529388427734375,0.986192524433136,-0.06351426243782043,0.11918488144874573,-0.5431398153305054,0.7115060687065125,0.667633056640625,0.272901713848114,-0.24991649389266968 +375,-1.3432487167954998,-1.3942623080292773,-2.9865504571941504,-0.17109094560146332,0.9844582676887512,-0.03961747884750366,-0.27429062128067017,0.18834155797958374,-0.33696791529655457,0.0956362634897232,-0.03903907537460327,-0.1278783082962036 +376,-1.2740080254877673,-1.4074604693625492,-2.9121583112087532,-0.1555008441209793,0.9866903424263,-0.04755537584424019,0.19777092337608337,0.17632874846458435,0.3471287190914154,-0.0522780567407608,-0.2577017545700073,-0.016882535070180893 +377,-1.1714009943022505,-1.4224640687369543,-2.834831517971288,-0.13615688681602478,0.9890189170837402,-0.05746918544173241,-0.15174835920333862,0.08723683655261993,-0.07537344843149185,0.011553660035133362,-0.13919603824615479,0.28883814811706543 +378,-1.3962849787716969,-1.4211060365469552,-3.0574783555967864,-0.14686711132526398,0.9888173341751099,-0.02589336782693863,-1.0071121454238892,-0.6272635459899902,-0.08231329917907715,-0.14343130588531494,-0.014223158359527588,0.4168083071708679 +379,-1.3376648428959248,-1.3930599893767346,-3.052400027855372,-0.1720196157693863,0.9842464327812195,-0.040845878422260284,0.4223242402076721,0.9634011387825012,0.38041505217552185,0.336677223443985,0.451468288898468,-0.2548236846923828 +380,-1.2296452882770554,-1.371063633533418,-2.9894310524234653,-0.18697349727153778,0.9801196455955505,-0.06638166308403015,-0.07218095660209656,0.5487063527107239,-0.5490957498550415,0.039192140102386475,0.04411131143569946,-0.24695754051208496 +381,-1.1721952556060005,-1.3359643930279956,-3.0246903534285994,-0.2144382745027542,0.9725534319877625,-0.09030964970588684,0.0036834152415394783,1.6769111156463623,-0.0793929398059845,0.2452305257320404,-0.3649638295173645,0.02556658536195755 +382,-1.021301779964132,-1.3439909663341636,-2.9879172922114527,-0.19176317751407623,0.9743897318840027,-0.11743767559528351,-0.1682528257369995,0.9857547283172607,0.20158430933952332,0.010488748550415039,-0.18079543113708496,0.1791290044784546 +383,-1.0390275935956916,-1.3469399164931257,-3.0512324372952473,-0.1913367360830307,0.9750486016273499,-0.11256252974271774,-0.25455760955810547,0.32017266750335693,-0.21665707230567932,-0.3707817792892456,0.048663437366485596,0.28301846981048584 +384,-1.1980973787064157,-1.3352202466779524,3.0632736544136976,-0.21737952530384064,0.9723800420761108,-0.08498917520046234,-0.7129297852516174,0.9038810133934021,-0.4796602129936218,-0.09423547983169556,0.49493563175201416,0.025983452796936035 +385,-1.261192438906418,-1.3937833483117157,2.952259715391842,-0.16771775484085083,0.9843740463256836,-0.053651366382837296,-0.1900080144405365,-0.26601824164390564,0.15083609521389008,0.556725263595581,0.2134103775024414,-0.056120336055755615 +386,-1.3407052139198163,-1.379541224457711,2.8669580226920566,-0.1850818395614624,0.981766402721405,-0.04335347190499306,-0.02733803354203701,-0.3724643886089325,-0.0704476609826088,-0.0014569014310836792,-0.17210447788238525,-0.11079084873199463 +387,-1.2233941256966485,-1.4157418019299335,3.0133507184276165,-0.14520832896232605,0.988003134727478,-0.052578095346689224,0.10014908015727997,0.1506778597831726,0.703967809677124,0.03143876791000366,-0.369869589805603,-0.07472598552703857 +388,-0.9812370264982399,-1.4495554973377356,-3.012860830534172,-0.1005275696516037,0.992659330368042,-0.06724465638399124,0.11873757839202881,-0.4363332688808441,-0.13175645470619202,0.024126797914505005,-0.06027102470397949,0.14166176319122314 +389,-1.1217245976268513,-1.4243780476512202,-3.12002272453895,-0.13142940402030945,0.9892999529838562,-0.06333723664283752,-0.29740121960639954,-0.3005913496017456,0.07388852536678314,0.03648923337459564,0.19110453128814697,0.31828105449676514 +390,-1.4241278976034852,-1.4136395219140372,2.8916873385090702,-0.1548309177160263,0.9876762628555298,-0.022873055189847946,0.026404529809951782,0.878018856048584,0.07286267727613449,0.11204524338245392,0.28962182998657227,-0.05438220500946045 +391,-1.2307011162944739,-1.4023955784457205,3.029384636288292,-0.15800558030605316,0.9858540892601013,-0.055909328162670135,0.1278696209192276,0.4519181549549103,-0.2150762528181076,0.13470540940761566,0.1081399917602539,-0.529082179069519 +392,-1.1797945924800843,-1.37297329836674,3.0424451083916852,-0.18170250952243805,0.9804967641830444,-0.07490257173776627,0.1864207535982132,0.7717908620834351,-0.19886544346809387,0.14619532227516174,-0.22054803371429443,-0.03970623016357422 +393,-1.2054486395535264,-1.3577487745324213,2.89278730501541,-0.19748446345329285,0.9773910641670227,-0.07554186880588531,-0.5762776732444763,1.3557652235031128,-0.059975963085889816,0.08395904302597046,-0.15839087963104248,0.17240464687347412 +394,-1.145517110826692,-1.370967148224867,2.883681248152397,-0.18081960082054138,0.9801005125045776,-0.08189674466848373,0.007603336591273546,0.35562634468078613,0.054687418043613434,-0.21696175634860992,-0.022459030151367188,0.17892742156982422 +395,-1.2220897795612267,-1.3729723845551562,2.7696174132263462,-0.18470755219459534,0.9804965853691101,-0.06715290248394012,-0.23249094188213348,0.5161287784576416,-0.28818872570991516,-0.23983772099018097,0.10092425346374512,0.11149490624666214 +396,-1.4197297262010686,-1.3675003005645103,2.472354975929426,-0.19959890842437744,0.9794064164161682,-0.030384214594960213,-0.47945067286491394,0.8451759219169617,0.2981824576854706,0.47090017795562744,-0.01697361469268799,-0.2958639860153198 +397,-1.4443526743670758,-1.3872055175045739,2.4438332100511873,-0.18110337853431702,0.9831944704055786,-0.02302219718694687,-0.05395657196640968,-0.3183501064777374,0.09658939391374588,0.02755419909954071,0.07990050315856934,-0.17686796188354492 +398,-1.350105292719251,-1.4142183001113973,2.578927262148874,-0.15215718746185303,0.987766683101654,-0.03413572162389755,0.11556193232536316,0.3313210606575012,0.5994328856468201,0.017116889357566833,-0.22006642818450928,0.01614564284682274 +399,-1.0813388044364587,-1.457767409624918,2.837663022670281,-0.09954596310853958,0.9936190247535706,-0.05302729085087776,0.3900279402732849,0.003527380060404539,0.1537826955318451,0.11984014511108398,-0.19851404428482056,-0.04559028148651123 +400,-0.9702098354665839,-1.439311537725411,2.9923023132964865,-0.10816370695829391,0.991368293762207,-0.07409193366765976,0.295072466135025,0.23371125757694244,-0.04897001385688782,-0.179601788520813,0.11081981658935547,0.25533586740493774 +401,-1.245522033090662,-1.4465592622417522,2.7554284222544485,-0.11741914600133896,0.9922925233840942,-0.039599984884262085,-0.07913563400506973,-0.3450510501861572,-0.4622825086116791,-0.07311736047267914,0.214769184589386,0.18129312992095947 +402,-1.0555284169447017,-1.4347961716916249,2.8617993618839774,-0.11797799915075302,0.9907662272453308,-0.06681039184331894,0.01830783113837242,0.42178860306739807,0.11996173113584518,0.3735779821872711,0.00035315752029418945,-0.3304063677787781 +403,-0.9939014734634205,-1.388606074257579,2.9033820807102133,-0.1518610417842865,0.9834492206573486,-0.0988219678401947,0.18446989357471466,0.48418062925338745,-0.4032742381095886,0.010839328169822693,-0.10416156053543091,-0.2090851068496704 +404,-0.9953344196929083,-1.3533216841293263,2.789146532449596,-0.1810138076543808,0.9764454364776611,-0.11742394417524338,-0.44151806831359863,1.7910544872283936,-0.5778871178627014,0.1445910781621933,-0.18907666206359863,0.18495935201644897 +405,-0.996946307980835,-1.3493750780008247,2.6419182198396034,-0.1844378262758255,0.9755862951278687,-0.11922315508127213,0.07939267158508301,0.8797330856323242,0.11733020842075348,-0.0932873785495758,-0.11033666133880615,0.06633621454238892 +406,-0.9878858537030857,-1.3555701867345855,2.597475497725887,-0.17830081284046173,0.9769281148910522,-0.11756017059087753,-0.382318913936615,0.5645729303359985,-0.1167525053024292,-0.29246336221694946,0.052216172218322754,0.32717013359069824 +407,-1.227177932231618,-1.3581204278907004,2.3200222778978414,-0.19873763620853424,0.9774696230888367,-0.07111096382141113,-0.7354445457458496,0.9481704235076904,-0.3030380606651306,-0.15679213404655457,0.6366356611251831,-0.03167223930358887 +408,-1.3324879127051887,-1.386771854159333,2.1133153169036736,-0.17781713604927063,0.9831152558326721,-0.04319614917039871,0.03895121067762375,0.2240934669971466,0.6055324673652649,0.6580874919891357,0.07911032438278198,-0.3759016990661621 +409,-1.3891367262203043,-1.401882701696915,2.028466712942805,-0.16534556448459625,0.9857679605484009,-0.03037143498659134,-0.35382673144340515,-0.35276129841804504,0.0708208754658699,0.011231794953346252,-0.10828083753585815,0.011404752731323242 +410,-1.2677936265730312,-1.421573917925305,2.203762913758691,-0.1418967843055725,0.9888869524002075,-0.04436109587550163,0.1886865347623825,0.7886198163032532,0.5232476592063904,-0.05581134557723999,-0.265483021736145,0.01805490255355835 +411,-1.0701560793567346,-1.460915241646178,2.3546380117804246,-0.09620283544063568,0.9939691424369812,-0.05263585224747658,0.11787032335996628,-0.08610064536333084,-0.19824828207492828,0.07537458837032318,-0.0703851580619812,0.18979710340499878 +412,-1.2354459225411147,-1.4346979995297262,2.208011946016957,-0.1281210482120514,0.9907529354095459,-0.04465198144316673,-0.52273029088974,-0.4033735990524292,0.0348271019756794,-0.003928527235984802,0.19700658321380615,0.27171802520751953 +413,-1.5017372767301096,-1.4481589354915398,1.9494125579034367,-0.12203957140445709,0.9924894571304321,-0.008441360667347908,-0.04562653228640556,1.7345519065856934,-0.03656589612364769,0.1414182186126709,-0.003109455108642578,-0.027645647525787354 +414,-1.1549195689214413,-1.4063271118350968,2.233044434120074,-0.14977264404296875,0.986505389213562,-0.06614500284194946,0.6026093363761902,-0.7447222471237183,0.030054058879613876,0.17360688745975494,-0.08574861288070679,-0.584260880947113 +415,-1.0215269049068216,-1.3781587754378486,2.3432011032823996,-0.16328731179237366,0.9815027117729187,-0.09994823485612869,-0.04071959853172302,0.9055712819099426,-0.3524525761604309,0.17615048587322235,-0.10184884071350098,0.09250195324420929 +416,-1.1551988378320077,-1.3558736413697174,2.0800386850552504,-0.1951175034046173,0.9769929051399231,-0.0861058235168457,-0.05678491294384003,1.1915024518966675,-0.10997563600540161,0.023669719696044922,-0.16090697050094604,-0.005523212254047394 +417,-0.979026474657474,-1.3627972547802834,2.179787012671781,-0.17138715088367462,0.9784460663795471,-0.11519306898117065,0.17220115661621094,0.501685619354248,0.27717357873916626,-0.10177566111087799,-0.08393025398254395,0.06943198293447495 +418,-0.9637658234721944,-1.3783371405080755,2.1569267242307584,-0.15710139274597168,0.9815368056297302,-0.10910816490650177,-0.34496909379959106,0.1285124570131302,0.021860357373952866,-0.15391848981380463,0.0858917236328125,0.09897632151842117 +419,-1.07888224533647,-1.376950740238415,2.0238113392030592,-0.1697932332754135,0.9812707304954529,-0.09098358452320099,-0.838353157043457,1.1189714670181274,-0.13628460466861725,0.10379895567893982,0.20616823434829712,0.2098037600517273 +420,-1.0887576512690134,-1.401023540924241,1.9789331771280898,-0.1497064083814621,0.9856231808662415,-0.07832711935043335,0.01599050499498844,0.25002041459083557,0.23290137946605682,0.4184747040271759,0.058459579944610596,-0.21664053201675415 +421,-1.1042813317821345,-1.4033195941928205,2.0266435127559745,-0.14888212084770203,0.9860085248947144,-0.07497545331716537,0.2898588180541992,-0.6293056011199951,-0.10818049311637878,-0.18569734692573547,-0.058991312980651855,0.022012174129486084 +422,-0.6248419934360419,-1.4312710530978123,2.4628575568139963,-0.08135385066270828,0.9902821183204651,-0.11279653757810593,0.41435518860816956,0.35634472966194153,1.1442294120788574,0.10405892878770828,-0.2268543839454651,-0.0019190311431884766 +423,-0.28409897614390056,-1.4212488632546831,2.870533306363343,-0.0417611189186573,0.9888386130332947,-0.14301875233650208,-0.32411277294158936,-1.6526122093200684,-0.33060431480407715,-0.1208212822675705,0.1119915246963501,0.4100933074951172 +424,-0.581893854335298,-1.450751036882493,2.6553536961010202,-0.06581924855709076,0.9928032159805298,-0.10004771500825882,0.1943851262331009,-0.1868145763874054,0.09112672507762909,0.23352861404418945,0.12261420488357544,-0.17561757564544678 +425,-0.7017007637436892,-1.4490692341000815,2.541912256246633,-0.0783834382891655,0.9926003813743591,-0.0927395224571228,-0.22819483280181885,0.19658152759075165,-0.49555081129074097,-0.0252084881067276,-0.062455058097839355,-6.444007158279419e-05 +426,-0.9110589867289209,-1.4027864196910529,2.3281503367260554,-0.13212978839874268,0.9859194755554199,-0.10249097645282745,0.2822556495666504,-0.3856654167175293,-0.22347792983055115,-0.04064546525478363,-0.0744815468788147,-0.42030566930770874 +427,-0.8973816505297592,-1.3721023963285872,2.3057688479579928,-0.15429843962192535,0.9803252220153809,-0.12310349941253662,-0.06366182118654251,0.3869437575340271,-0.35015109181404114,-0.07920680940151215,-0.10476064682006836,0.20296800136566162 +428,-0.8849050251682334,-1.3536360891076888,2.2759446895134565,-0.166732519865036,0.9765132069587708,-0.13646255433559418,0.15280163288116455,0.40433162450790405,0.05530466139316559,-0.030090585350990295,-0.1148189902305603,-0.029812440276145935 +429,-0.7789913229963553,-1.3562507825134775,2.3453081868980226,-0.14957819879055023,0.9770732522010803,-0.15150722861289978,0.0316314697265625,0.3292580246925354,0.18324506282806396,-0.09117497503757477,-0.06200355291366577,0.13266263902187347 +430,-0.8426519943670575,-1.380047785683146,2.229871606888826,-0.14151500165462494,0.9818626046180725,-0.12617212533950806,-0.6153405904769897,0.3176093101501465,-0.3481617271900177,-0.30596423149108887,0.11236041784286499,0.11655908823013306 +431,-1.113523680770663,-1.3912173439301088,1.9424643559987216,-0.16026486456394196,0.9839189648628235,-0.0788593739271164,-0.5695074200630188,0.570400595664978,-0.15212811529636383,-0.07911503314971924,0.14056235551834106,-0.04199022799730301 +432,-1.112971472532969,-1.4242844350634496,1.926600702450188,-0.13095392286777496,0.9892863035202026,-0.06452657282352448,-0.02572290226817131,-0.2419319748878479,0.6307211518287659,0.42547905445098877,0.004305005073547363,-0.15263652801513672 +433,-1.0854225091121237,-1.4449689337926528,2.0345811973728156,-0.11100117117166519,0.9920941591262817,-0.05854872241616249,0.34401586651802063,-0.781705379486084,0.39720863103866577,-0.12045940011739731,-0.10406321287155151,-0.06545943021774292 +434,-0.3994656104576355,-1.4613090893802156,2.7278801341528998,-0.04249708354473114,0.9940122365951538,-0.10066499561071396,0.43610864877700806,0.07724545150995255,1.0721527338027954,0.12860243022441864,-0.19434499740600586,-0.004269644618034363 +435,-0.01990444333593328,-1.4404055631693764,3.1401986244229882,-0.002587834605947137,0.9915111660957336,-0.12999574840068817,0.04235871508717537,-0.9418683052062988,-0.35006439685821533,0.004128972999751568,0.017186284065246582,0.28208011388778687 +436,-0.4429918889993088,-1.4378347277242383,2.775712774486253,-0.056825410574674606,0.9911736249923706,-0.11977347731590271,-0.18397113680839539,-0.5105866193771362,-0.20432022213935852,0.021547090262174606,0.1262122392654419,0.10620839148759842 +437,-0.6523143601032181,-1.4452126631246658,2.568209363783235,-0.07603270560503006,0.9921247363090515,-0.09953714162111282,-0.0526745431125164,1.0374033451080322,0.05342304706573486,0.25582700967788696,0.1434648633003235,-0.19942831993103027 +438,-0.9874052019448762,-1.411017272111129,2.181377827850847,-0.1327851116657257,0.987262487411499,-0.0876416340470314,0.0631500706076622,0.13571424782276154,-0.6797011494636536,0.1517060250043869,-0.03451895713806152,-0.4994555711746216 +439,-0.9343450703082284,-1.3781866378421495,2.173626029343044,-0.15394268929958344,0.9815080165863037,-0.11377017199993134,0.02156233601272106,0.9025254845619202,-0.25690895318984985,0.18093548715114594,-0.08525252342224121,0.09613102674484253 +440,-0.9621966993986517,-1.359578409979203,1.9872762246090758,-0.17200827598571777,0.977776288986206,-0.11986164003610611,-0.18599921464920044,1.835368037223816,-0.2595144808292389,0.10087180137634277,-0.15692973136901855,-0.049694061279296875 +441,-0.86114554861781,-1.3563010454293307,1.9333099770424749,-0.1614692658185959,0.9770839214324951,-0.13868944346904755,-0.08963817358016968,1.2137807607650757,-0.03951185569167137,-0.11663742363452911,-0.06514245271682739,0.07931751012802124 +442,-0.8722150146809693,-1.3682907235644115,1.811189673234941,-0.15401217341423035,0.9795657396316528,-0.12934960424900055,-0.3999764323234558,0.7184880971908569,-0.1202412024140358,-0.20734646916389465,0.07322967052459717,0.14323508739471436 +443,-1.0585299318424288,-1.3657537805018167,1.560297002247679,-0.17747318744659424,0.9790523052215576,-0.09979991614818573,-0.6826469898223877,1.0247968435287476,-0.4268215000629425,-0.06526364386081696,0.4996464252471924,0.14550000429153442 +444,-1.1743658099023608,-1.391293355752834,1.3274104678462633,-0.1646934449672699,0.9839325547218323,-0.06893935799598694,-0.20040105283260345,0.8689087629318237,0.20450307428836823,0.5147453546524048,0.049728214740753174,-0.21818530559539795 +445,-1.2398126114081964,-1.4152397211858654,1.2529340863975367,-0.1465212106704712,0.9879254698753357,-0.05034825578331947,0.18226848542690277,-0.7031833529472351,0.3732236623764038,-0.0672696977853775,-0.1438702940940857,-0.20372581481933594 +446,-1.0109108676152532,-1.4480378215336396,1.4790836369198415,-0.10375524312257767,0.9924746155738831,-0.06503275036811829,0.12881018221378326,0.44208359718322754,0.6954936981201172,-0.039845243096351624,-0.2497681975364685,-0.0178835466504097 +447,-0.4479937301146654,-1.4775624870380781,2.026002633424626,-0.040326401591300964,0.9956568479537964,-0.08391141146421432,0.17512081563472748,-0.13437983393669128,0.0893804207444191,0.03811389580368996,-0.07898521423339844,0.14822721481323242 +448,-0.6063051636495954,-1.4823625058755585,1.905872645640131,-0.050326887518167496,0.9960922598838806,-0.07257639616727829,-0.09603864699602127,-0.11268346011638641,0.17488594353199005,-0.1942257285118103,0.2055830955505371,0.1714686155319214 +449,-1.0852914937278695,-1.5347345494786184,1.4835429405167333,-0.031887639313936234,0.99934983253479,-0.016824807971715927,-0.2498769909143448,0.4784666895866394,1.0423474311828613,-0.08362138271331787,0.6342102885246277,-0.04907786846160889 +450,0.9631559342902712,-1.522259934287506,-2.8511633020295717,0.039831798523664474,0.9988223314285278,-0.027699526399374008,0.5143023133277893,-0.33227846026420593,-0.5041612386703491,0.2782681882381439,-0.05979651212692261,-0.2309674620628357 +451,-0.5035406087398743,-1.470962883604246,1.970620053343041,-0.04809248074889183,0.9950208067893982,-0.08729664236307144,0.3919585347175598,0.305489182472229,-1.20988130569458,0.08433210849761963,-0.0761517882347107,-0.04887276142835617 +452,-0.8469994562081669,-1.4090784248296486,1.5434841932450358,-0.12064747512340546,0.9869521260261536,-0.10662920027971268,-0.3829596936702728,1.3150912523269653,-0.48214513063430786,0.0032310783863067627,-0.23147422075271606,0.15751725435256958 +453,-0.8618724222878662,-1.4040798937575445,1.4453406324388285,-0.12596270442008972,0.986134946346283,-0.10803309082984924,0.12071365118026733,0.4614562392234802,0.16646192967891693,-0.0495438426733017,-0.17207860946655273,0.07772917300462723 +454,-0.7285299907178654,-1.4096428369589977,1.5495127267311875,-0.10682762414216995,0.9870428442955017,-0.11972517520189285,-0.19389225542545319,0.5412530303001404,-0.0036018937826156616,-0.29461586475372314,0.09779596328735352,0.28871625661849976 +455,-0.9358641878132629,-1.4222786121369373,1.3196007744674139,-0.11913388222455978,0.9889914989471436,-0.08776547014713287,-0.43111416697502136,-0.27603796124458313,-0.36338838934898376,-0.3421087861061096,0.4551917314529419,0.04707027226686478 +456,-1.305859764234316,-1.4378390964433518,0.8847799561166799,-0.127939373254776,0.9911742210388184,-0.0347118005156517,0.1786457747220993,-0.7108607888221741,0.3133968710899353,0.4972478747367859,0.02327573299407959,-0.6556262969970703 +457,-1.2131542260657278,-1.4510023112244428,1.0666044887039032,-0.11194556951522827,0.9928332567214966,-0.04183554649353027,0.2187921553850174,-1.0118184089660645,0.26214373111724854,0.06108802556991577,-0.13327521085739136,-0.09888100624084473 +458,-1.2232006340726471,-1.4404634352895649,1.1373939652739091,-0.12219195067882538,0.9915186762809753,-0.04427090287208557,-0.12460903823375702,-0.40332064032554626,-0.2364848256111145,-0.21235698461532593,-0.30449169874191284,0.041371703147888184 +459,-0.7503513497434086,-1.4831183890944484,1.6896075713345902,-0.05971037596464157,0.99615877866745,-0.06404954195022583,0.3923001289367676,-1.1449058055877686,0.5449163913726807,0.11529812216758728,-0.01916903257369995,0.021370716392993927 +460,-1.0494104729223865,-1.4716041930471833,1.492869833246566,-0.0858723372220993,0.9950844645500183,-0.0493253655731678,-0.1827135533094406,-0.802888035774231,-0.016848182305693626,-0.2522624433040619,0.11514508724212646,0.2747129797935486 +461,-1.404758256352641,-1.4540165352772394,1.1982349698834982,-0.1149124875664711,0.9931889772415161,-0.019257137551903725,-0.3841455578804016,0.3406659662723541,-0.3031695783138275,-0.2695326805114746,0.5100153684616089,0.10313469171524048 +462,-1.335182026838322,-1.4585402459550414,1.2587029516615582,-0.10892452299594879,0.9937059283256531,-0.026149870827794075,0.6271058917045593,-0.4636930525302887,-0.6100834012031555,0.11785092949867249,-0.04494500160217285,-0.4870184659957886 +463,-1.1225427109220307,-1.4119411441336556,1.5091212312317384,-0.14256030321121216,0.9874090552330017,-0.06855767220258713,0.27502480149269104,0.280802458524704,-0.10024546086788177,0.07412463426589966,-0.11071527004241943,-0.12683111429214478 +464,-1.0927353358153307,-1.3993800394845994,1.4974478821612558,-0.1514543890953064,0.9853441715240479,-0.07847590744495392,-0.021463686600327492,0.18200936913490295,-0.0830777958035469,0.1387133151292801,-0.26201653480529785,0.017288148403167725 +465,-0.908671283132177,-1.4064851582621587,1.6484244605841973,-0.12900812923908234,0.9865312576293945,-0.10056384652853012,0.06927916407585144,0.3200613558292389,0.40756410360336304,-0.06802861392498016,-0.01849842071533203,0.22588425874710083 +466,-0.8130170432943236,-1.4307548089208186,1.7249116130294149,-0.10138944536447525,0.9902101755142212,-0.09593809396028519,-0.05956057831645012,0.18335703015327454,0.08741077035665512,-0.37134307622909546,0.03740823268890381,0.2262176275253296 +467,-1.060916472850072,-1.4661872098435786,1.4698228054372857,-0.09113670885562897,0.9945334792137146,-0.050963740795850754,-0.9416099786758423,0.1464185118675232,0.035999808460474014,-0.33536168932914734,0.3189430832862854,0.18582093715667725 +468,-1.803941933486406,-1.4935547312802255,0.7255673168392179,-0.0750785693526268,0.9970183372497559,0.017828449606895447,0.10012596100568771,-0.7564253211021423,0.051061052829027176,0.4690757691860199,-0.010918974876403809,-0.6269745826721191 +469,-1.8749017655340026,-1.4923716409463703,0.7146344959296294,-0.07475123554468155,0.9969263672828674,0.02345995046198368,0.3087354004383087,-1.1831170320510864,0.11049079149961472,0.07322535663843155,-0.2025688886642456,-0.11862897872924805 +470,-1.6803889942216688,-1.5069499196638099,0.973545935569335,-0.06341957300901413,0.9979625344276428,0.006978280376642942,-0.06130991503596306,-0.6350572109222412,0.06097405403852463,-0.05863547325134277,-0.22524219751358032,0.028071165084838867 +471,-1.1609894773111298,-1.5172243422945904,1.5408785550025543,-0.049111247062683105,0.9985653758049011,-0.021334003657102585,0.30303898453712463,-0.41422387957572937,-0.029584141448140144,-0.024695511907339096,-0.0839688777923584,0.08197242021560669 +472,-1.0142041496941272,-1.5116730796247826,1.7446979719237474,-0.05016937106847763,0.9982527494430542,-0.031216001138091087,0.2605600357055664,-0.37075501680374146,0.16495919227600098,-0.09341584146022797,0.17835241556167603,0.14048421382904053 +473,-1.459762084600991,-1.5342302776924697,1.3450325921333737,-0.0363292396068573,0.999331533908844,-0.004050448536872864,-0.5772185921669006,0.3143285810947418,0.25384074449539185,-0.1465168297290802,0.6159179210662842,0.20583271980285645 +474,-1.8725840232092665,-1.5492454634117563,0.8347330536585956,-0.020572291687130928,0.9997677803039551,0.006404074374586344,0.06556221097707748,-0.7574788928031921,-1.014580249786377,0.09466896951198578,-0.02447187900543213,-0.22883141040802002 +475,-1.217133959486002,-1.4556665718147372,1.5239579474188865,-0.1077672690153122,0.9933798909187317,-0.039785999804735184,0.27505356073379517,0.1495080590248108,-0.20684468746185303,-0.027669757604599,-0.11810511350631714,-0.16535311937332153 +476,-1.1243375532509952,-1.431284938947447,1.553759616584106,-0.125429168343544,0.9902840852737427,-0.06004231423139572,-0.03990044817328453,0.6384543776512146,-0.18041019141674042,0.0656299740076065,-0.2436562180519104,0.17167562246322632 +477,-1.0352163657177416,-1.4296555710697114,1.579596845065314,-0.12097513675689697,0.9900561571121216,-0.0717911496758461,0.074674092233181,0.5582367181777954,0.18562103807926178,-0.062145575881004333,-0.12514221668243408,0.03571939468383789 +478,-0.9484999705261604,-1.4399069867967123,1.6212907377958152,-0.10604922473430634,0.9914461970329285,-0.07607774436473846,-0.10424908250570297,0.4665635824203491,-0.030260903760790825,-0.30657893419265747,0.09603232145309448,0.24253582954406738 +479,-1.2082131504900666,-1.4333561368299725,1.3426320475945255,-0.12810036540031433,0.9905699491500854,-0.048595499247312546,-0.5565115213394165,0.618727445602417,-0.4862244725227356,-0.2853364944458008,0.33319103717803955,0.23968136310577393 +480,-1.5495945555749813,-1.436126272592709,0.9094718556118284,-0.134233757853508,0.9909456968307495,-0.002846420044079423,0.07884670794010162,0.14667664468288422,0.46265214681625366,0.7500022053718567,0.11060154438018799,-0.4565041661262512 +481,-1.4586600996085328,-1.4567970133345776,0.9957661376585997,-0.11303762346506119,0.9935091137886047,-0.012729011476039886,0.019299540668725967,-0.308902382850647,0.06418266147375107,-0.05255076289176941,-0.140069842338562,0.0658295750617981 +482,-1.6998016807423741,-1.4423947459165658,0.8015875007070914,-0.126985564827919,0.9917678236961365,0.016473304480314255,0.0006906019407324493,0.20458632707595825,0.4551626443862915,-0.127500519156456,-0.495841920375824,-0.19649648666381836 +483,-1.3072195995000064,-1.5076908052226643,1.2540739318484229,-0.060886282473802567,0.9980095028877258,-0.01643047109246254,0.20380203425884247,-0.7984371781349182,-0.28192922472953796,0.007556825876235962,-0.08939439058303833,0.23000770807266235 +484,-1.5050343242350734,-1.4918160184193783,1.0984136191826592,-0.07872724533081055,0.9968826770782471,-0.005184737499803305,-0.8988593816757202,-1.0621273517608643,0.06874071806669235,-0.14540907740592957,0.20131367444992065,0.36814558506011963 +485,-1.9723824277714834,-1.465244517674141,0.6590940681971618,-0.09697462618350983,0.9944345951080322,0.041181642562150955,-0.055768825113773346,1.3674283027648926,0.3374180793762207,0.23024488985538483,0.22596347332000732,-0.09203922748565674 +486,-1.4916899837283317,-1.469068343097352,1.0707686873781836,-0.10123413056135178,0.9948301911354065,-0.008025008253753185,0.9443197250366211,0.45463743805885315,-0.4938480854034424,0.2659527659416199,0.14188843965530396,-0.43141287565231323 +487,-1.2219973231216859,-1.4116514712326085,1.3051667338349942,-0.1489318311214447,0.9873631596565247,-0.05416175350546837,0.13156366348266602,0.9560422301292419,-0.3321685492992401,0.026739448308944702,-0.18403369188308716,0.034233808517456055 +488,-1.1080415532425871,-1.383751898053874,1.3016988870728363,-0.16639810800552368,0.9825581312179565,-0.08301343023777008,0.19120968878269196,0.9686586856842041,0.008098232559859753,0.12362773716449738,-0.26574599742889404,0.015355944633483887 +489,-0.8554423947981546,-1.3899886098661065,1.4850194647149093,-0.13574278354644775,0.9836987853050232,-0.11794434487819672,0.18704819679260254,0.4444279968738556,0.23072512447834015,-0.23590028285980225,-0.015101313591003418,0.1297088861465454 +490,-0.8352850559626597,-1.3957309640551254,1.468449031850184,-0.12914696335792542,0.9847151637077332,-0.11686404794454575,-0.40781083703041077,0.07642059028148651,-0.09748920798301697,-0.2524906098842621,0.25498515367507935,0.30846863985061646 +491,-1.209816633359041,-1.4212790442514607,1.003988400070571,-0.13936063647270203,0.9888430833816528,-0.05261167511343956,-0.8083596229553223,1.295050859451294,0.31512442231178284,0.378374308347702,-0.11208832263946533,-0.31109684705734253 +492,-1.2207296150006868,-1.4554815964481544,0.9754672659214065,-0.1080816388130188,0.9933586120605469,-0.03946105018258095,-0.06250534951686859,0.14564122259616852,0.20893223583698273,0.3510778546333313,0.029850006103515625,-0.16775327920913696 +493,-1.2729273520985849,-1.476160059498568,0.9525835196932761,-0.09033503383398056,0.9955253005027771,-0.02773311175405979,-0.39130690693855286,-0.3778190612792969,-0.07631541043519974,-0.16120609641075134,-0.2567709684371948,0.08084899187088013 +494,-1.122411361822292,-1.4919551168975838,1.1136697745143957,-0.07097405195236206,0.9968936443328857,-0.0341431125998497,0.4028518795967102,-0.03481106087565422,0.8950397968292236,0.04378288984298706,-0.41481661796569824,-0.14349967241287231 +495,-0.8297065665534653,-1.499286445999226,1.4725658793970644,-0.052709903568029404,0.9974442720413208,-0.04823429509997368,-0.5022905468940735,-0.9512673020362854,-0.7666298151016235,-0.2324310839176178,0.1860274076461792,0.4804852604866028 +496,-1.5357912325438585,-1.4951289563541845,0.7836195655929463,-0.0755508542060852,0.9971386194229126,-0.0026457454077899456,-0.1727447360754013,-0.5663051009178162,-0.1268085092306137,0.07439117878675461,0.30017900466918945,0.06574082374572754 +497,-1.3917297053024678,-1.4809514826019867,0.8770094128486148,-0.08829028904438019,0.9959666728973389,-0.015981020405888557,0.5849840044975281,1.5793077945709229,-0.13984675705432892,0.24194630980491638,-0.13704943656921387,-0.4223428964614868 +498,-1.3316980172353126,-1.439573119238959,0.9301365560069137,-0.12712480127811432,0.9914025664329529,-0.030988099053502083,0.0915517583489418,-0.024211637675762177,-0.18681174516677856,0.09910967946052551,-0.07703489065170288,-0.34770452976226807 +499,-1.2776745748069904,-1.4157705710366606,0.947172602497672,-0.14781947433948517,0.9880075454711914,-0.04461423680186272,0.049141086637973785,0.7072544693946838,-0.21142587065696716,0.047538742423057556,-0.2584391236305237,0.06724303960800171 +500,-1.102625203594478,-1.414220571070349,1.0534295934775133,-0.1391565203666687,0.9877670407295227,-0.07036688923835754,0.16079270839691162,0.4906635880470276,0.2118011713027954,-0.04225519299507141,-0.13203901052474976,0.08425237238407135 +501,-0.94955559567398,-1.4234387147681113,1.1792893832298117,-0.11939199268817902,0.9891625046730042,-0.08545884490013123,0.09819376468658447,0.3070168197154999,0.0726139023900032,-0.3307575583457947,0.056613922119140625,0.12369740009307861 +502,-1.0386478496146287,-1.4253218792235407,1.0750662194486809,-0.12491617351770401,0.9894372224807739,-0.0735514834523201,-0.30877044796943665,0.16560527682304382,-0.20511214435100555,-0.2206038534641266,0.3304021954536438,0.1940043568611145 +503,-1.5008240497585614,-1.4327055730375475,0.5470488759611694,-0.1373165100812912,0.9904806017875671,-0.009624061174690723,-0.26508307456970215,-0.011170903220772743,0.21933117508888245,0.4629390835762024,-0.06662184000015259,-0.5720562934875488 +504,-1.6393251478443498,-1.4410766617154769,0.408136779630986,-0.12905162572860718,0.9915981888771057,0.008857625536620617,-0.16811220347881317,-0.4329819083213806,0.057394713163375854,0.22829480469226837,0.03733229637145996,-0.0740584135055542 +505,-1.8159117282762502,-1.4497656356596016,0.3040562794573373,-0.11712633818387985,0.9926847219467163,0.029298601672053337,-0.046609822660684586,-0.6886732578277588,0.018895775079727173,-0.18676769733428955,-0.3108915090560913,-0.07989668846130371 +506,-1.6804613243655069,-1.4979397248756865,0.4730567687282815,-0.07235349714756012,0.9973471164703369,0.007966607809066772,0.2997124493122101,-0.2627195119857788,0.6501020193099976,0.03387082368135452,-0.24675214290618896,-0.01924288272857666 +507,-1.6958322111978836,-1.5018320330865316,0.5016956725910684,-0.06837098300457001,0.9976229071617126,0.008593657054007053,0.0048535969108343124,-0.027195651084184647,0.07427611947059631,-0.1873815953731537,0.23196077346801758,0.22092902660369873 +508,-2.2463090161397066,-1.499053060740122,-0.005006652904410472,-0.055939141660928726,0.9974275827407837,0.04482215642929077,-0.3003082573413849,-0.6493446230888367,-0.34717705845832825,-0.10284382104873657,0.2136472463607788,0.3070303201675415 +509,-1.958547744609298,-1.4933549504768726,0.24805627129880367,-0.07161986082792282,0.997002899646759,0.029251614585518837,0.4950747787952423,1.1025304794311523,0.05973241478204727,0.3236340284347534,0.07698690891265869,-0.2805485725402832 +510,-1.4436897447400052,-1.451887308074847,0.7185708561692282,-0.11767327040433884,0.9929386377334595,-0.01503811962902546,0.6434990167617798,-0.07219742983579636,-0.4566735625267029,0.14083608984947205,-0.017489850521087646,-0.4299386739730835 +511,-1.2537023704456753,-1.4266986654640368,0.9007780175571755,-0.13644026219844818,0.9896358847618103,-0.044775232672691345,0.1956636905670166,0.5313366651535034,-0.14577168226242065,0.05059431493282318,-0.14492464065551758,-0.016732927411794662 +512,-1.0633338040942377,-1.4094337016073704,1.03850231006286,-0.14041680097579956,0.9870092868804932,-0.07807623594999313,0.25239330530166626,0.6597097516059875,0.053175751119852066,-0.04122382402420044,-0.13065552711486816,0.14558112621307373 +513,-0.7906155392862799,-1.407583544380437,1.257329604157379,-0.11549540609121323,0.9867103099822998,-0.11429648101329803,0.1980564147233963,0.45383644104003906,0.26341888308525085,-0.13546590507030487,-0.09297245740890503,0.04769180715084076 +514,-0.7060004005337378,-1.4142039555857333,1.2958627961745781,-0.10118180513381958,0.9877644181251526,-0.11867469549179077,-0.35725459456443787,0.13800105452537537,-0.04743777588009834,-0.2161857783794403,0.16868388652801514,0.23398536443710327 +515,-0.8833725745640314,-1.4225914862477607,1.1040446736661873,-0.11412566155195236,0.9890377521514893,-0.09369878470897675,-0.5825435519218445,0.9388175010681152,-0.18484745919704437,0.09723417460918427,0.2442842721939087,0.002786882221698761 +516,-0.9135342837003089,-1.4592857515391555,1.0199928114109595,-0.08809613436460495,0.9937891364097595,-0.06798616796731949,0.06540811061859131,-0.053211335092782974,0.20071421563625336,0.5910868644714355,0.027039051055908203,-0.195731520652771 +517,-0.9639190747973815,-1.4724721385111796,0.9209182588027386,-0.08063642680644989,0.9951700568199158,-0.05598432570695877,-0.42378148436546326,0.7104827761650085,-0.09290114790201187,0.046059995889663696,-0.11493635177612305,0.06672650575637817 +518,-1.0568542681174469,-1.483162340122161,0.817217266747827,-0.07621648907661438,0.9961625933647156,-0.043027687817811966,0.24905139207839966,0.38693171739578247,0.37181898951530457,-0.08883780986070633,-0.351203978061676,-0.10392963886260986 +519,-0.24178402483169356,-1.4942609224132872,1.620634615506912,-0.01830754615366459,0.9970725774765015,-0.07423731684684753,0.1682896614074707,-0.2803885042667389,-0.11463689804077148,0.03248298168182373,0.009458184242248535,0.22771024703979492 +520,-0.8857728661657313,-1.4999370248505814,0.9949413591386025,-0.054829683154821396,0.9974905252456665,-0.044796060770750046,-0.5131439566612244,0.029080599546432495,0.19616137444972992,-0.0988568440079689,0.24298810958862305,0.35981374979019165 +521,-1.2983625185178995,-1.511484746922222,0.55983045728863,-0.05708976835012436,0.9982416033744812,-0.01594974659383297,-0.1878877580165863,0.5576608180999756,0.6311501264572144,0.19643300771713257,0.3447911739349365,-0.06611204147338867 +522,-1.1346348543307605,-1.4885386501575182,0.6495341899654528,-0.0744730606675148,0.9966187477111816,-0.034711871296167374,0.638959527015686,0.6034791469573975,-0.688154935836792,0.2352854609489441,0.10396718978881836,-0.4481983184814453 +523,-1.1174050925933483,-1.4343809289265235,0.6251595523835202,-0.12225352972745895,0.9907098412513733,-0.05956735834479332,0.12604311108589172,0.9448076486587524,-0.2827063798904419,0.04228220880031586,-0.20640802383422852,-0.026492245495319366 +524,-0.9985419820612862,-1.4127590183353291,0.6410527998262727,-0.13230708241462708,0.9875380992889404,-0.08522609621286392,0.2425864040851593,0.7329519391059875,-0.014345136471092701,0.037366896867752075,-0.20898890495300293,-0.013269364833831787 +525,-0.7894695475181699,-1.4085317601512148,0.7884180006051701,-0.11469981074333191,0.9868639707565308,-0.11376962065696716,0.05957305431365967,0.4702085256576538,0.11302953213453293,-0.1915898621082306,-0.04309260845184326,0.10099798440933228 +526,-0.7457630722591715,-1.4147590522360804,0.7914799147977314,-0.10544735938310623,0.9878508448600769,-0.11415591090917587,-0.2730523943901062,0.2529684901237488,-0.04444905370473862,-0.13706055283546448,0.17129826545715332,0.18645203113555908 +527,-0.9321785081165719,-1.4154109292378512,0.5943945571610735,-0.1242608055472374,0.987951934337616,-0.09225092828273773,-0.6350873112678528,0.9696863889694214,-0.2772986888885498,-0.08862978219985962,0.43775296211242676,0.2625695466995239 +528,-1.1094204386938946,-1.4543877612459777,0.3564953642720428,-0.10400085151195526,0.9932321906089783,-0.05170543119311333,-0.06541288644075394,0.04266902804374695,0.160500168800354,0.49438172578811646,-0.05803638696670532,-0.24800771474838257 +529,-1.2994516936958278,-1.4686542708984411,0.15402685436551233,-0.09823378175497055,0.9947880506515503,-0.027329256758093834,-0.3285067081451416,0.02869880385696888,0.007780883926898241,0.023542016744613647,-0.06752669811248779,-0.03309553861618042 +530,-1.6445868905462901,-1.4736698339209124,-0.19936505076637043,-0.09670902043581009,0.9952869415283203,0.007149193435907364,-0.14558552205562592,0.23416738212108612,0.33790144324302673,-0.08152889460325241,-0.2446461319923401,-0.10675859451293945 +531,-1.2964306413218927,-1.5248219299243342,0.14428506496881946,-0.04423831030726433,0.9989433884620667,-0.01245148852467537,0.2843799889087677,-0.30968421697616577,0.0015020323917269707,0.07721257209777832,-0.11223989725112915,0.05848729610443115 +532,-1.5161518048030094,-1.4834522698512094,-0.04393448012874229,-0.08710148185491562,0.9961879253387451,-0.004764361772686243,0.07540653645992279,0.388009637594223,-0.06820186972618103,-0.18978452682495117,0.09808075428009033,0.11474967002868652 +533,-1.7936407058216923,-1.4936126483052639,-0.29920468416585266,-0.07520081847906113,0.997022807598114,0.017041102051734924,-0.041854340583086014,-0.25394049286842346,0.4676557183265686,0.04758241027593613,0.45622432231903076,-0.03597736358642578 +534,-1.6241237154266555,-1.4651541780411483,-0.17848741022615733,-0.10529628396034241,0.9944250583648682,0.005620504729449749,0.4723123610019684,0.5992723703384399,-0.6094304323196411,0.1043807864189148,-0.16585755348205566,-0.18274450302124023 +535,-1.3319829089112019,-1.4313604749956055,0.09623152341602709,-0.13504022359848022,0.9902945756912231,-0.032876815646886826,0.061100687831640244,0.2964455783367157,-0.145182266831398,0.08366388082504272,-0.07202064990997314,-0.145483136177063 +536,-1.3415970184271768,-1.4165715954609128,0.030980254693013753,-0.1495979279279709,0.9881309270858765,-0.03490103781223297,0.05505046248435974,0.34931254386901855,-0.10135997831821442,-0.022978976368904114,-0.16401886940002441,-0.03997385874390602 +537,-1.229679453042778,-1.4094417969678035,0.11162049594505119,-0.15139831602573395,0.9870105981826782,-0.05374549329280853,0.17383858561515808,0.4956892132759094,0.11013543605804443,-0.06268246471881866,-0.114421546459198,0.07434487342834473 +538,-1.0741913096915894,-1.4227139994688267,0.23162846057853675,-0.12971946597099304,0.9890558123588562,-0.0702952966094017,0.11557770520448685,0.29713937640190125,0.19774320721626282,-0.15354466438293457,-0.06266427040100098,0.10014152526855469 +539,-1.0189729783357835,-1.432283534233506,0.26631716844237796,-0.11757678538560867,0.9904224276542664,-0.07238224148750305,0.15192191302776337,-0.19346259534358978,0.0004224390722811222,-0.25237253308296204,0.20254021883010864,-0.05908750742673874 +540,-1.1073259853907802,-1.4264091834361399,0.15612708374250667,-0.12870676815509796,0.9895942807197571,-0.06432487070560455,-0.7599302530288696,1.0906167030334473,-0.14460913836956024,0.03488050401210785,0.17442244291305542,0.08590079098939896 +541,-1.1859091116656522,-1.4516664230491063,0.0531394070231919,-0.11015354841947556,0.9929124116897583,-0.044622182846069336,-0.10049435496330261,0.09803769737482071,0.08667602390050888,0.40658602118492126,-0.0120164155960083,-0.08436036109924316 +542,-1.3817649677400934,-1.4624679427777818,-0.10430691900162559,-0.10619213432073593,0.994138240814209,-0.02031620778143406,-0.2067207545042038,-0.8269891738891602,0.1538182944059372,-0.06690360605716705,-0.07136285305023193,-0.0745018720626831 +543,-1.4025041574437729,-1.481657312656684,-0.05899151918139057,-0.08776358515024185,0.9960297346115112,-0.014910961501300335,0.2682996690273285,-0.1389828473329544,0.5758746266365051,-0.061681002378463745,-0.22933661937713623,-0.020458877086639404 +544,-0.6203123718830563,-1.5232840495756161,0.754487610668188,-0.02760753035545349,0.9988715052604675,-0.03864540532231331,0.15752311050891876,-0.9812940955162048,-0.029532745480537415,0.04350718855857849,-0.1468513011932373,0.09931433200836182 +545,-1.1288747791308027,-1.5200553021200613,0.3245754004290922,-0.045847635716199875,0.998712956905365,-0.02169189602136612,-0.29257431626319885,-0.1603238433599472,0.6025345325469971,0.04392504319548607,0.23264086246490479,0.1792083978652954 +546,-2.337598292115758,-1.5165548671851077,-0.8243738558690072,-0.03904192894697189,0.998529314994812,0.03761621192097664,-0.3473590910434723,0.24918943643569946,-0.18776309490203857,-0.09033733606338501,0.3671170473098755,0.04761933907866478 +547,-2.1144873346571633,-1.5058574162724048,-0.6483993204168343,-0.05553734302520752,0.9978922009468079,0.03356999158859253,0.5324530005455017,0.3792419135570526,-0.6017200946807861,0.04593955725431442,-0.09579247236251831,-0.3139350414276123 +548,-1.3330443529718812,-1.4482594007644496,0.12220289080889545,-0.11879110336303711,0.9925017356872559,-0.02878728322684765,0.18129771947860718,0.17494308948516846,-0.3147452771663666,-0.0760788694024086,-0.13663643598556519,-0.1920379400253296 +549,-1.194021633292129,-1.4214700763419235,0.2108751220066223,-0.13833683729171753,0.9888715147972107,-0.054736796766519547,-0.076739102602005,0.5996690392494202,-0.11630850285291672,0.06030339002609253,-0.1383771300315857,0.14194077253341675 +550,-1.1192124247422506,-1.4234827025994439,0.23131795136843314,-0.1320677548646927,0.9891689419746399,-0.06405419111251831,0.14785152673721313,0.5336208343505859,0.1638287901878357,-0.0764588713645935,-0.12684905529022217,0.019696950912475586 +551,-0.9255270777268447,-1.4370671414721152,0.3682577965468301,-0.10652315616607666,0.9910715818405151,-0.08018705248832703,0.030132047832012177,0.45013517141342163,0.15350981056690216,-0.18491971492767334,-0.024244189262390137,0.11763215065002441 +552,-1.0729084793579338,-1.4503065372165491,0.1907164473977605,-0.10560568422079086,0.9927498698234558,-0.057403355836868286,-0.12729570269584656,-0.2762489318847656,-0.14638523757457733,-0.33895912766456604,0.3185446262359619,-0.0708925724029541 +553,-1.3909143070414713,-1.450386650040146,-0.1632234936009915,-0.11818159371614456,0.9927595257759094,-0.021491045132279396,-0.41086092591285706,0.38602975010871887,-0.005138138774782419,0.15985333919525146,-0.03093695640563965,-0.28456974029541016 +554,-1.4992741548574453,-1.454317241457144,-0.30190345701698484,-0.11591873317956924,0.9932239651679993,-0.008304925635457039,-0.07154864817857742,-0.09273602813482285,0.047151509672403336,0.38805922865867615,-0.05950820446014404,-0.10468637943267822 +555,-1.7289173269743887,-1.457094799927978,-0.48551842252206495,-0.11204176396131516,0.9935429692268372,0.017865294590592384,-0.29308396577835083,-1.3522101640701294,0.024630675092339516,-0.12692612409591675,-0.07558941841125488,-0.12693512439727783 +556,-1.7099214443685034,-1.4615331710280248,-0.336894606206702,-0.10799143463373184,0.9940367341041565,0.015122013166546822,0.12496834248304367,-0.20688466727733612,0.8092762231826782,-0.034006841480731964,-0.19699400663375854,0.0538020096719265 +557,-1.3512690724365046,-1.5278785544661748,0.05981457248306102,-0.041872769594192505,0.999079167842865,-0.009342781268060207,0.1745644062757492,-1.0952619314193726,-0.25185003876686096,-0.016629453748464584,-0.16022735834121704,0.13348829746246338 +558,-1.331855407525015,-1.5222882729732088,0.17199466453410392,-0.0471089743077755,0.9988237023353577,-0.011475486680865288,-0.18086150288581848,-0.7302491664886475,0.39564400911331177,-0.02814733237028122,0.09658932685852051,0.16047757863998413 +559,-2.1798520679765216,-1.507993641228499,-0.6066464401413806,-0.05147627741098404,0.998028576374054,0.03590543940663338,0.10004422068595886,0.15218473970890045,0.11077389121055603,-0.004950731992721558,0.37863463163375854,-0.18341219425201416 +560,-2.044985730789052,-1.5243387224137985,-0.4160343581966167,-0.041316818445920944,0.9989210367202759,0.021205756813287735,1.0749602317810059,-0.21682122349739075,-0.524223268032074,-0.0014383196830749512,-0.11276686191558838,-0.4207724332809448 +561,-0.9270501876365438,-1.4407674875809426,0.7451881314284116,-0.10371150076389313,0.9915581345558167,-0.07782334089279175,0.17302699387073517,0.1967487931251526,-0.34810197353363037,-0.08317813277244568,-0.08808523416519165,0.09357047080993652 +562,-0.9939821265792919,-1.416779457603442,0.6282841190496387,-0.12858743965625763,0.9881628155708313,-0.08366215229034424,0.025236519053578377,0.07849481701850891,-0.13388392329216003,0.03293004631996155,-0.24971377849578857,0.008344769477844238 +563,-0.9023459048450063,-1.413593496491795,0.7187938016875387,-0.12286268919706345,0.987669050693512,-0.09702897816896439,0.12990069389343262,0.01828763633966446,0.18909358978271484,-0.09681808948516846,-0.08639347553253174,0.03256058692932129 +564,-0.8255534942370011,-1.4227689921200442,0.7873247552271021,-0.10839226841926575,0.9890639185905457,-0.1000189483165741,-0.09357475489377975,0.399332731962204,0.06378538906574249,-0.15569159388542175,0.11316996812820435,0.1562780737876892 +565,-1.0370776209901913,-1.434259256311817,0.5241900728247284,-0.11718187481164932,0.9906932711601257,-0.06924549490213394,-0.3510643541812897,0.23000550270080566,-0.139437735080719,-0.2046107053756714,0.14454519748687744,0.01908983290195465 +566,-1.319735533563331,-1.4356915135559667,0.21379968545375272,-0.13047228753566742,0.9908872246742249,-0.033462513238191605,-0.24030962586402893,0.211881622672081,-0.1242019534111023,0.098947674036026,-0.08735322952270508,-0.2960052490234375 +567,-1.367589079666641,-1.4492028666672285,0.15075743984861514,-0.11879750341176987,0.992616593837738,-0.024478375911712646,-0.24535387754440308,-0.44982123374938965,0.10551727563142776,0.2614671587944031,-0.004472792148590088,0.02267790026962757 +568,-1.8474766608081226,-1.4483175748726889,-0.27263264484419425,-0.1175270602107048,0.9925088286399841,0.033373404294252396,-0.4452882707118988,-0.293585866689682,0.13651661574840546,-0.23925398290157318,-0.13510215282440186,-0.12495660781860352 +569,-2.152535942303434,-1.4793806419833149,-0.5422863434943176,-0.07627283781766891,0.9958245158195496,0.050161413848400116,0.13006283342838287,-0.5690972805023193,0.24381521344184875,0.1651248037815094,-0.14645922183990479,-0.028951644897460938 +570,-1.672928876169134,-1.4916267369726228,-0.021167137473931806,-0.0786765068769455,0.9968677163124084,0.008063488639891148,0.38517284393310547,-0.5154048800468445,-0.35008710622787476,-0.030362792313098907,-0.14416074752807617,0.12099528312683105 +571,-1.4703569775465044,-1.4756673358596062,0.24361376166411355,-0.09450668096542358,0.995478630065918,-0.009524238295853138,-0.37059539556503296,-0.8968821167945862,-0.12592868506908417,-0.14096695184707642,0.17407697439193726,0.30768096446990967 +572,-1.7488423264477366,-1.462060200210027,0.02133492791102176,-0.10680730640888214,0.9940940737724304,0.0192201379686594,-0.14937078952789307,0.3769659698009491,-0.21386823058128357,0.07961615920066833,0.32797324657440186,0.08089280128479004 +573,-1.443852342279166,-1.4330568454048238,0.28291806742827125,-0.13619928061962128,0.9905288815498352,-0.0173831544816494,0.8040769696235657,0.4027103781700134,-0.36925414204597473,0.24987727403640747,-0.06656348705291748,-0.4020809531211853 +574,-1.2756790787227439,-1.401325529235539,0.45103820699931246,-0.16136842966079712,0.9856741428375244,-0.049055080860853195,0.012688166461884975,0.3583197295665741,-0.2690471112728119,0.05147466063499451,-0.09124988317489624,-0.059099189937114716 +575,-1.224734231924626,-1.382287084124186,0.4069349961170679,-0.17628508806228638,0.982284665107727,-0.0635635107755661,0.007886143401265144,1.160058856010437,-0.09319595992565155,0.03875763714313507,-0.22084063291549683,0.007212825119495392 +576,-1.0931976024553232,-1.3904100379223252,0.46135993085376975,-0.15933382511138916,0.9837744832038879,-0.08246521651744843,-0.13425874710083008,0.7136416435241699,0.18432235717773438,-0.11831510066986084,0.03867119550704956,0.12757021188735962 +577,-1.0807353470532435,-1.4072184442568203,0.40053181535128096,-0.1436823159456253,0.9866509437561035,-0.07664970308542252,-0.35197722911834717,0.9438759088516235,-0.06123988702893257,-0.1891271024942398,-0.013491213321685791,0.2152147889137268 +578,-1.2229331580996978,-1.4158531792806943,0.19765432506204808,-0.1450803577899933,0.9880203008651733,-0.05260741710662842,-0.03828493505716324,0.39391615986824036,-0.10465332865715027,-0.2866823375225067,0.19050753116607666,0.006434321403503418 +579,-1.4278758132831406,-1.4077087388815726,-0.08740356928180477,-0.16071009635925293,0.986730694770813,-0.023126445710659027,-0.668999969959259,0.8443375825881958,-0.146738663315773,0.18820640444755554,-0.04045689105987549,-0.18050211668014526 +580,-1.5521143133094217,-1.4042114681046054,-0.2722934485402759,-0.16578683257102966,0.9861568212509155,-0.00309759215451777,-0.21787641942501068,0.6112518906593323,-0.01878206618130207,0.43682873249053955,-0.07908278703689575,-0.17666614055633545 +581,-1.6481867353629334,-1.409848349499097,-0.3630233144978667,-0.15977424383163452,0.9870758056640625,0.01238973904401064,-0.07013790309429169,-0.7294536828994751,0.08501552045345306,-0.06863455474376678,-0.053909361362457275,-0.07374536991119385 +582,-1.6974992768960413,-1.405450102715378,-0.3611085156075132,-0.16327466070652008,0.9863614439964294,0.02079879865050316,0.07808279991149902,-0.18629240989685059,0.30264878273010254,-0.0568791925907135,-0.28413665294647217,0.05337417125701904 +583,-1.5096809476158988,-1.431757756121128,-0.168213177334125,-0.13833168148994446,0.9903497099876404,-0.008464735001325607,0.16553303599357605,-0.15225616097450256,-0.08649970591068268,-0.049168288707733154,-0.12764841318130493,0.11019504070281982 +584,-1.3955108254128434,-1.4307918409437965,-0.02705494500433728,-0.13740886747837067,0.9902153611183167,-0.024335529655218124,0.26459285616874695,-0.63478684425354,0.284885436296463,0.012012168765068054,0.12828433513641357,0.1867806315422058 +585,-1.6534582962765374,-1.442402543768258,-0.17376745351328018,-0.12760430574417114,0.9917688369750977,0.010572114028036594,0.03140995651483536,-0.8377152681350708,0.18018516898155212,-0.17340585589408875,0.41626644134521484,0.17822492122650146 +586,-1.590509900046025,-1.4756796783655033,-0.130778866521894,-0.09495383501052856,0.9954798221588135,0.0018721219385042787,0.03757733106613159,-0.37363970279693604,-0.38070952892303467,0.23351888358592987,-0.12771260738372803,-0.28078746795654297 +587,-1.2299765118308832,-1.4271807992514909,0.2325174765622005,-0.13489006459712982,0.9897050261497498,-0.047840047627687454,0.1953849345445633,0.16173532605171204,-0.13142609596252441,0.09878778457641602,-0.09671491384506226,-0.20595937967300415 +588,-1.2254746132404923,-1.4077663974510481,0.18110357550693534,-0.15272672474384308,0.9867400527000427,-0.05494127422571182,0.08676708489656448,1.0366556644439697,-0.20044675469398499,-0.009947195649147034,-0.193389892578125,0.1351567506790161 +589,-1.0760125358671553,-1.398854062850805,0.2259033538128931,-0.1505771428346634,0.9852542877197266,-0.08124370127916336,0.29408302903175354,0.7660995125770569,0.13285738229751587,-0.012691915035247803,-0.14495277404785156,-0.007882893085479736 +590,-0.8409749503301832,-1.4070952367914171,0.39829909750195613,-0.12146134674549103,0.9866308569908142,-0.10865882784128189,0.13582706451416016,0.6873783469200134,0.22145135700702667,-0.16390854120254517,-0.05645507574081421,0.21203714609146118 +591,-0.8977719459356424,-1.4239922938581933,0.2948493553019524,-0.11438018828630447,0.9892436265945435,-0.09118259698152542,0.004786539822816849,-0.3999250829219818,0.005102131515741348,-0.23309296369552612,0.31967055797576904,-0.16453945636749268 +592,-1.082156748938399,-1.4397717883760615,0.016423309216817474,-0.11536026746034622,0.991428554058075,-0.06133035570383072,-0.45595917105674744,0.7062678337097168,0.3065798282623291,0.349887877702713,-0.15083718299865723,-0.524652898311615 +593,-1.0285775159057209,-1.4504058181782609,0.06073315035545852,-0.10287301987409592,0.9927617907524109,-0.06197582185268402,-0.04488486424088478,0.29143816232681274,-0.07858940958976746,0.22735421359539032,-0.01206427812576294,0.03772962838411331 +594,-1.274604236378051,-1.46779012268989,-0.17537762207064378,-0.09834683686494827,0.9946995377540588,-0.03001239150762558,-0.31837478280067444,-0.5789901614189148,0.08109864592552185,-0.08086764812469482,-0.1749058961868286,-0.11494606733322144 +595,-1.2838294007815143,-1.5051656379320248,-0.15972384828728564,-0.06290201097726822,0.9978470802307129,-0.018563173711299896,-0.06090180575847626,0.13787689805030823,0.6338071227073669,0.010655909776687622,-0.2783036231994629,-0.024222493171691895 +596,-1.3889999100687096,-1.5105428373989818,-0.2105230246732278,-0.05922459438443184,0.9981853365898132,-0.0108870230615139,-0.3908337950706482,-0.8577821254730225,-0.5054563283920288,-0.28730252385139465,0.11805611848831177,0.3911818265914917 +597,-1.9883147553610439,-1.4973597203927373,-0.7688951329984773,-0.0670686662197113,0.9973047375679016,0.029751617461442947,-0.4979146420955658,-0.2854962646961212,-0.37558287382125854,-0.2216123342514038,0.2609807848930359,0.18941044807434082 +598,-1.9248378702588425,-1.5092034952041442,-0.7791381774748616,-0.05773598700761795,0.9981037378311157,0.021340107545256615,-0.5256695747375488,-0.9819685220718384,-0.09283074736595154,0.30460792779922485,0.033863365650177,-0.11731791496276855 +599,-1.255519830896882,-1.472244827659121,-0.062171766927266184,-0.09354326128959656,0.995147705078125,-0.03050963208079338,0.37740781903266907,-0.5831143260002136,-0.3312966227531433,-0.02568892389535904,-0.06622308492660522,-0.21463805437088013 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/er5.csv b/BoostRunClub/CoreML/DataSet/Motion/running/er5.csv new file mode 100644 index 0000000..13d0eae --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/er5.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-1.040730315658121,-1.4317943236525508,0.15734686624499344,-0.11954156309366226,0.9903547763824463,-0.07005203515291214,0.06445924937725067,0.48203393816947937,-0.21034716069698334,0.08948174118995667,-0.2731001377105713,0.20764052867889404 +1,-0.06336681339220666,0.7127875818746795,1.7512247137870491,-0.047907572239637375,-0.6539452075958252,-0.7550234794616699,-0.15509037673473358,0.24325314164161682,0.10061566531658173,0.04931137338280678,-0.04126042127609253,-0.1773495078086853 +2,-0.06896870080755026,0.6745086618375589,1.7903040137062383,-0.053822822868824005,-0.6245136260986328,-0.7791571021080017,-0.2611842155456543,0.40169599652290344,0.11423297226428986,-0.06695050001144409,0.12301826477050781,-0.041399478912353516 +3,-0.07514117938506182,0.6615843373360482,1.805880751929102,-0.05923210456967354,-0.6143677234649658,-0.7867934107780457,-0.37396398186683655,-0.3533194959163666,0.06847260892391205,-0.11650338768959045,0.05269169807434082,0.16141194105148315 +4,-0.08700084363679453,0.6142727464037981,1.7811448861503627,-0.07100680470466614,-0.5763643980026245,-0.814102053642273,-0.17057214677333832,-0.44069385528564453,-0.5865045785903931,-0.07234948873519897,0.004876971244812012,0.03469836711883545 +5,-0.051222221466231274,0.5766686851234369,1.7041873253649398,-0.04291997849941254,-0.5452343821525574,-0.8371841907501221,-0.5633371472358704,0.18861648440361023,-0.18137148022651672,0.09663093090057373,-0.07981139421463013,-0.03281092643737793 +6,-0.06196789877682493,0.5658490652677088,1.6772825870331878,-0.05227572098374367,-0.5361327528953552,-0.8425135016441345,0.5256675481796265,-0.2021491527557373,-0.3526172339916229,-0.010193761438131332,0.09622186422348022,0.10931342840194702 +7,-0.13796063905940426,0.5101806744994739,1.5588681398524145,-0.12001068145036697,-0.48833492398262024,-0.8643648028373718,-1.997246265411377,-0.3790016174316406,-0.4350951015949249,0.5581362843513489,-0.6058728694915771,0.33642590045928955 +8,-0.14637220154649574,0.4097362041148475,1.6294618467697253,-0.13377749919891357,-0.39836737513542175,-0.9074177742004395,0.5263602137565613,-1.142922043800354,-0.2431759238243103,-0.031871914863586426,-0.31322622299194336,0.05991411209106445 +9,-0.18690055176187192,0.3772542520314564,1.6310407724534397,-0.17274779081344604,-0.3683691918849945,-0.9134891033172607,-1.0408927202224731,0.2042103260755539,1.0160404443740845,0.15866392850875854,-0.142052561044693,0.13104891777038574 +10,-0.24610055744166479,0.278038121807959,1.7294454957163712,-0.2342676818370819,-0.27446964383125305,-0.9326226711273193,-0.3326835632324219,-0.22410614788532257,0.17072242498397827,-0.1262212097644806,-0.19000789523124695,-0.16440796852111816 +11,-0.22016859675651174,0.29497995486611667,1.7704755620648902,-0.20896126329898834,-0.290720671415329,-0.9337112307548523,1.1181392669677734,-0.9867031574249268,0.383767306804657,0.16539745032787323,-0.34767651557922363,-0.20256495475769043 +12,-0.3256327712499726,0.35685304647822447,1.8376985883483328,-0.29975438117980957,-0.3493272662162781,-0.8877599835395813,1.446646809577942,-1.5495682954788208,0.05872584506869316,-0.11620017886161804,-0.5480878949165344,-0.6847192645072937 +13,-0.5458057851808624,0.5627668691619234,1.9262834021597517,-0.43905141949653625,-0.5335283875465393,-0.7228978872299194,1.9923993349075317,-1.018843412399292,0.2275838404893875,0.09067803621292114,0.4149828553199768,0.29559075832366943 +14,-0.654796669504535,0.6455471665618634,2.0284992276461247,-0.4864496886730194,-0.6016355752944946,-0.6335623264312744,0.6623361706733704,0.23673951625823975,0.08064296096563339,0.1143794059753418,0.8901183009147644,0.5664389729499817 +15,-0.740702328273297,0.5796997120875538,2.04200411993472,-0.5645613670349121,-0.5477727055549622,-0.6174265146255493,-2.8171744346618652,-3.81284499168396,1.2361477613449097,-0.07728433609008789,0.5636571049690247,0.4170938730239868 +16,-0.9196423438889737,0.1955977910732648,1.8422820606660333,-0.7802183032035828,-0.19435295462608337,-0.5945473313331604,-3.4362878799438477,-2.2213294506073,1.7101898193359375,-0.5159091353416443,-0.3811017572879791,-0.9673728942871094 +17,-1.004340131142995,-0.05381484823637915,1.586794650759584,-0.8425864577293396,0.05378887802362442,-0.535868227481842,-2.93800687789917,2.0926740169525146,-0.22912465035915375,0.6204184889793396,-1.4709489345550537,-1.1258139610290527 +18,-0.9046909873779047,0.12640430142590678,1.6951755772873607,-0.779961347579956,-0.12606795132160187,-0.6129984855651855,3.9627392292022705,2.1991240978240967,-1.1433992385864258,0.6922996044158936,-0.38668838143348694,-0.47592973709106445 +19,-0.93795222171305,0.45140428971318125,2.033814298530076,-0.7255810499191284,-0.4362295866012573,-0.5321990847587585,4.242172718048096,0.6699414849281311,0.4371456205844879,-0.8504382371902466,0.29299530386924744,-1.2570312023162842 +20,-1.0060036825969967,0.5681205849082038,2.3944397005174336,-0.7120088934898376,-0.5380488038063049,-0.4511617422103882,1.8437927961349487,1.639386534690857,0.27767422795295715,-0.009106218814849854,1.2077264785766602,0.2533925771713257 +21,-0.9726594755080058,0.571445276701504,2.5522537057409695,-0.6950901746749878,-0.5408482551574707,-0.47363799810409546,0.8657663464546204,0.04684118553996086,0.9431078433990479,0.3175572156906128,1.1033329963684082,0.617024838924408 +22,-1.0029744701558228,0.4725052556785071,2.603239491198077,-0.7506994605064392,-0.45511847734451294,-0.47887104749679565,-1.852892518043518,-0.9603338837623596,1.178891897201538,-0.4596276879310608,0.34975653886795044,0.5701186060905457 +23,-1.0819723383500999,0.20099351385043418,2.3267523899316394,-0.8651120662689209,-0.19964294135570526,-0.46013450622558594,-4.5101094245910645,-1.8749674558639526,0.33705323934555054,-1.0756380558013916,-0.04580993950366974,-0.8657016158103943 +24,-1.1647643470655142,0.018106942236285867,2.004880826662184,-0.9185446500778198,-0.018105952069163322,-0.3949022889137268,-2.321402072906494,-0.8414983153343201,-0.03306997939944267,0.5912436842918396,-1.0362915992736816,-0.9157360792160034 +25,-1.146097256957372,0.06294526700356544,1.986073915343713,-0.9093583226203918,-0.06290370970964432,-0.41123059391975403,2.5963611602783203,0.712458610534668,-0.9888312816619873,1.081996202468872,-0.9690634608268738,-1.0004820823669434 +26,-1.1220361694390637,0.32072813615461965,2.275957627582025,-0.8550410270690918,-0.31525763869285583,-0.4117251932621002,3.724006414413452,1.1620372533798218,-0.8511819243431091,-1.4022526741027832,-0.20579949021339417,-2.1401243209838867 +27,-1.0351850091318069,0.5985735893556966,2.6713815712876148,-0.7104448676109314,-0.5634646415710449,-0.4216345548629761,3.3401806354522705,2.7354345321655273,-0.244573712348938,-0.36049318313598633,1.5450778007507324,0.03752508759498596 +28,-1.0229492702284664,0.680702409168433,2.945591709817033,-0.6633960604667664,-0.6293390393257141,-0.40476903319358826,0.8124842047691345,0.24062740802764893,0.9820442199707031,0.5529376864433289,1.3233392238616943,1.1864310503005981 +29,-1.0959271747451202,0.5311496315597736,2.9099213389852774,-0.7668222784996033,-0.506524920463562,-0.394228458404541,-3.2897579669952393,-3.3666443824768066,2.2800655364990234,0.24817609786987305,1.0440006256103516,0.791658878326416 +30,-1.2722713090122353,0.1668948751062422,2.641907937506688,-0.9424912333488464,-0.16612116992473602,-0.2900242209434509,-3.6257455348968506,1.3652914762496948,1.8954367637634277,-1.2451307773590088,-0.2590802311897278,-0.8670954704284668 +31,-1.2771906054350728,-0.09163022529287447,2.4131428351078044,-0.9531909823417664,0.09150205552577972,-0.28819143772125244,-0.899596095085144,-0.4993201494216919,2.0802950859069824,0.40494275093078613,-1.249979853630066,-1.0140241384506226 +32,-1.1278603303767312,-0.19259540417578572,2.703843327671197,-0.8867921829223633,0.1914069503545761,-0.4206695854663849,4.722984313964844,1.0969351530075073,1.3637869358062744,0.19775110483169556,-1.2725684642791748,0.3309021294116974 +33,-1.2089303419171957,-0.004560715424405379,3.075812862770823,-0.9352281093597412,0.004560699686408043,-0.3540163040161133,3.3139491081237793,-3.5024566650390625,-1.3682458400726318,-1.2076857089996338,-1.4168226718902588,-2.298037528991699 +34,-1.2817598614762475,0.4676633171315354,-3.029693217990279,-0.8555971384048462,-0.4508017301559448,-0.254423588514328,1.3892385959625244,1.7712125778198242,-5.16379976272583,-1.0918821096420288,1.2579916715621948,-0.8856062889099121 +35,-1.150269386466259,0.9279003338339682,-3.088421419664132,-0.5472825765609741,-0.8003629446029663,-0.2447473555803299,0.989811360836029,-1.0951656103134155,-3.260550022125244,0.36971598863601685,2.2127010822296143,0.6840784549713135 +36,-0.8735019266175716,0.9060655951856361,3.018841682625138,-0.47286415100097656,-0.7870829105377197,-0.39610591530799866,-2.11491322517395,-0.5007354021072388,3.1627724170684814,0.29628947377204895,1.3105356693267822,0.8086882829666138 +37,-1.0575835467734565,0.36269620861596946,2.8604718774718956,-0.8144963979721069,-0.35479632019996643,-0.4590373933315277,-4.407629013061523,-0.8731513023376465,2.926391839981079,-1.725695252418518,-0.31330975890159607,-1.2625813484191895 +38,-1.103518094424968,0.04455750070535334,2.6738929139719585,-0.8919115662574768,-0.04454275965690613,-0.45001092553138733,-1.7489066123962402,-0.7643179893493652,0.7028651833534241,0.6385087966918945,-1.771207332611084,-0.6768506765365601 +39,-1.0118940590400016,0.09010480911124776,2.692003271752348,-0.8443982601165771,-0.08998293429613113,-0.5281047224998474,3.5823585987091064,1.9468278884887695,-0.9582199454307556,0.7971265912055969,-1.2144451141357422,-1.0579242706298828 +40,-0.9077076444077188,0.4716147163353822,2.928011903066651,-0.7020630240440369,-0.4543253183364868,-0.5483574867248535,5.07496976852417,2.295163869857788,-1.6825001239776611,-1.3962187767028809,0.040751129388809204,-2.1730170249938965 +41,-0.8780881578789411,0.7908495271922635,-3.060150427334957,-0.5411580801010132,-0.7109509706497192,-0.44910669326782227,2.0304293632507324,2.171344041824341,-0.7240637540817261,-0.3436533808708191,1.6652355194091797,0.02555316686630249 +42,-0.8945221045122748,0.9289356603701779,-2.8762446163848043,-0.46692195534706116,-0.800983190536499,-0.37471312284469604,0.8454007506370544,-0.08409710973501205,-0.14641335606575012,0.19475096464157104,1.759998083114624,1.0824921131134033 +43,-0.9587711250658567,0.7508279087397829,-2.9002361321307766,-0.5984150767326355,-0.6822443008422852,-0.4200500547885895,-2.3775246143341064,-3.560290813446045,3.392115354537964,0.10416769981384277,0.7491999268531799,0.5725463628768921 +44,-1.0898056282774533,0.3630905835086447,3.0751815669047455,-0.8287380337715149,-0.3551650047302246,-0.4324941039085388,-4.499899387359619,0.25712382793426514,1.5646780729293823,-1.2959263324737549,0.06694173812866211,-1.488175392150879 +45,-1.0454626837177632,0.08659025966154363,2.758783841021907,-0.8619153499603271,-0.08648209273815155,-0.49962279200553894,-4.16458797454834,0.17885169386863708,0.5219566822052002,0.3168103098869324,-1.266972541809082,-0.38697391748428345 +46,-1.04392774756714,0.08337557238742256,2.6850530991203203,-0.8613831996917725,-0.08327900618314743,-0.5010823607444763,3.182692050933838,0.554052472114563,-0.7004480957984924,0.9923647046089172,-1.171939492225647,-1.266373634338379 +47,-1.013037037464038,0.43323777551422327,3.005964180829606,-0.7700566053390503,-0.4198116362094879,-0.48038628697395325,5.334175109863281,1.9319592714309692,-1.0903329849243164,-1.1845331192016602,0.10993620753288269,-1.8888611793518066 +48,-0.9611891055329377,0.745514947494294,-2.9391768873858686,-0.602392315864563,-0.6783502697944641,-0.4206712543964386,2.16576886177063,2.939497232437134,-1.1917076110839844,-0.34444600343704224,1.5523126125335693,0.1517351269721985 +49,-0.7841739359867822,0.8438597845292922,-3.02519212478645,-0.469355970621109,-0.7472138404846191,-0.47050657868385315,-1.3220616579055786,-0.2421424239873886,0.3865628242492676,0.2940325140953064,1.7018036842346191,1.0985735654830933 +50,-0.9015167364390747,0.5894738066190599,3.1169229014198128,-0.6519104242324829,-0.5559237003326416,-0.5157147645950317,-4.357814788818359,-4.887307643890381,2.144688129425049,-0.7210144400596619,0.9668276309967041,0.05949223041534424 +51,-1.0687777952145754,0.2887842238391992,2.764494919787165,-0.8403133153915405,-0.28478699922561646,-0.4612700939178467,-3.3246870040893555,-1.1205922365188599,1.1659480333328247,-0.6330296397209167,-0.8027679324150085,-1.3821136951446533 +52,-1.1580627567598276,0.11331329722247692,2.517324817937202,-0.9101532101631165,-0.11307096481323242,-0.39854246377944946,-1.2898021936416626,-1.1925678253173828,-0.13899974524974823,1.0990874767303467,-1.3725857734680176,-1.3696308135986328 +53,-1.0705822280571757,0.25877877071964117,2.670012620958675,-0.8482626080513,-0.25590017437934875,-0.4636438190937042,5.409399032592773,4.1560750007629395,-1.605663537979126,-0.3399392366409302,-0.38065072894096375,-1.6465399265289307 +54,-0.8940953764522344,0.7012399437199386,3.068142422178939,-0.5956805348396301,-0.6451655626296997,-0.47846218943595886,5.408665657043457,3.675539255142212,-0.14027176797389984,-1.4335095882415771,0.4801265597343445,-1.4674911499023438 +55,-0.8719346730753196,0.9713484552419367,-2.855736102865036,-0.4319271743297577,-0.825647234916687,-0.36296752095222473,1.729750633239746,2.972702741622925,-0.03403769060969353,-0.20102259516716003,1.8782596588134766,0.3261784017086029 +56,-0.6576539134728666,0.9261522168560371,-2.8179134937773447,-0.36731570959091187,-0.7993136644363403,-0.4755803644657135,-1.5138999223709106,0.49238303303718567,0.93397456407547,0.060095250606536865,1.5040256977081299,0.9338171482086182 +57,-0.714768989461349,0.646167462208995,-2.941097008679681,-0.5233039259910583,-0.6021309494972229,-0.6029853820800781,-5.823578834533691,-3.9505724906921387,1.1510995626449585,-0.7793999314308167,0.2495308518409729,0.3166389465332031 +58,-0.9617435389582378,0.2542727575422185,3.073841915847956,-0.7938182353973389,-0.2515416145324707,-0.5536960959434509,-2.655627727508545,-0.6349881887435913,1.7894721031188965,-0.3268176317214966,-0.6784968376159668,-0.8942866921424866 +59,-0.9807860778734963,0.06198873184161877,2.9399223448274903,-0.8293390870094299,-0.06194904074072838,-0.5553009510040283,-0.17033925652503967,0.5875042080879211,0.08426065742969513,0.9678887724876404,-1.1158769130706787,-0.5490081906318665 +60,-0.9332891572964732,0.223601887462422,3.0816414277662605,-0.7835769057273865,-0.22174327075481415,-0.5803768038749695,4.656989097595215,1.1499767303466797,-0.7865394353866577,0.416526734828949,-0.7636082768440247,-1.1278293132781982 +61,-1.0049836771824718,0.5856798789165213,-2.802536741990432,-0.7034636735916138,-0.5527660846710205,-0.4467533230781555,6.046302795410156,2.704163074493408,-0.9458905458450317,-1.9306000471115112,0.503281831741333,-1.6176998615264893 +62,-0.8659498098150072,0.8308740247368668,-2.4436553503867895,-0.5135688781738281,-0.7385209202766418,-0.43684545159339905,2.392573595046997,3.4554948806762695,0.5949544310569763,0.10419076681137085,1.994197130203247,0.40419161319732666 +63,-0.8515641662286789,0.7701141963811947,-2.324846164708648,-0.5400328040122986,-0.6962172389030457,-0.4729122817516327,-1.7306519746780396,-0.6063618659973145,0.8721292614936829,0.22945547103881836,1.557896375656128,1.332775592803955 +64,-0.9703611914648581,0.39910170752799295,-2.5982546240067323,-0.7602463960647583,-0.38859081268310547,-0.5205983519554138,-4.999648094177246,-6.735471248626709,0.8307545781135559,-1.8608320951461792,0.30128002166748047,-1.6295785903930664 +65,-0.9636994520245642,0.1282744752832232,-3.0058775462781653,-0.8145599365234375,-0.12792298197746277,-0.5657984614372253,-3.255476951599121,0.011799941770732403,-0.7908859848976135,-0.49951171875,-0.9744024276733398,-0.8670170307159424 +66,-0.9261421558605006,0.03947206335360328,3.071386313831062,-0.7986850738525391,-0.03946181386709213,-0.6004539728164673,0.9015125632286072,-0.4427174925804138,-0.2808127999305725,1.0381717681884766,-1.4257633686065674,-0.5669959783554077 +67,-0.8727110702079023,0.2775756079145315,-2.9609855340144393,-0.7367509603500366,-0.2740248739719391,-0.6181491613388062,4.9494218826293945,0.48321306705474854,-1.611194372177124,0.3401139974594116,-0.5464555025100708,-0.27877771854400635 +68,-1.041613719988829,0.6247576232059725,-2.5814186134408197,-0.7001619338989258,-0.5849006772041321,-0.4094683825969696,4.397120475769043,0.9118099212646484,-1.3921910524368286,-1.7867612838745117,0.025437235832214355,-1.824235200881958 +69,-0.9392874902357548,0.8372205815909857,-2.31403424794202,-0.5404027104377747,-0.7427850961685181,-0.3952658176422119,0.7072299718856812,2.834543228149414,-0.3901435136795044,-0.1780725121498108,1.7077968120574951,0.2183096706867218 +70,-0.7481963543356135,0.8191134427572458,-2.2638975369751853,-0.4645681381225586,-0.7305406928062439,-0.5004864931106567,-1.8923215866088867,-0.9410237073898315,0.324739545583725,0.031920433044433594,1.3260149955749512,1.4182263612747192 +71,-0.8301013518031019,0.5586011430432322,-2.5447120764073676,-0.6258218288421631,-0.5300005078315735,-0.5722294449806213,-6.043506622314453,-3.931946277618408,0.5947788953781128,-0.9644339084625244,0.346238911151886,-0.39958757162094116 +72,-0.9231760538290478,0.20978720690081945,-2.972344114608576,-0.7800362706184387,-0.20825177431106567,-0.590063214302063,-4.544012069702148,-0.7994065880775452,0.26500770449638367,-0.4815451502799988,-0.5781556963920593,-1.014001727104187 +73,-0.9247722477495708,0.02990195462223782,3.067509644274234,-0.798126757144928,-0.029897497966885567,-0.6017473340034485,-1.2680754661560059,0.5237748026847839,-0.5577604174613953,0.972351610660553,-1.2379095554351807,-0.161787211894989 +74,-0.9218137331429981,0.20453018456905608,-3.118713276641867,-0.7800931334495544,-0.20310716331005096,-0.5917788147926331,4.5550127029418945,1.0653798580169678,-1.1876972913742065,0.44609349966049194,-0.6661249995231628,-0.7895534634590149 +75,-0.9970130348672274,0.49858204433045,-2.7299515374565257,-0.7376108765602112,-0.4781806766986847,-0.4767320454120636,4.517349720001221,2.338836908340454,-0.29606208205223083,-1.337294578552246,0.5133521556854248,-1.4522840976715088 +76,-0.9234379932720072,0.6308436469508106,-2.4019696838153117,-0.6441503763198853,-0.589826226234436,-0.4870063066482544,0.9215063452720642,2.7396459579467773,0.1564330905675888,0.03007572889328003,1.3155343532562256,0.5279151797294617 +77,-0.7959494830186453,0.6043178084238716,-2.337460616207882,-0.5879780054092407,-0.5682008266448975,-0.5756992101669312,-1.5499773025512695,-0.18667346239089966,-0.34740135073661804,0.078349769115448,1.0947206020355225,1.3344120979309082 +78,-0.828300929125161,0.4462595107828859,-2.599221611340286,-0.664628803730011,-0.4315943717956543,-0.6099138259887695,-5.4413957595825195,-2.293543815612793,-0.6041392087936401,-0.8937970995903015,0.3487544357776642,-0.19533824920654297 +79,-0.8469341805739594,0.19616013666506293,-3.0156574195103265,-0.73488450050354,-0.19490455090999603,-0.6495822072029114,-2.873760461807251,0.6578376293182373,-0.5105959177017212,-0.32868361473083496,-0.7707631587982178,-0.9150082468986511 +80,-0.8203942022115286,0.12136600859109524,3.1071373138254477,-0.7260345816612244,-0.12106828391551971,-0.676916778087616,0.3658263683319092,-0.43520623445510864,-0.31250715255737305,1.0268616676330566,-0.8161570429801941,0.004065215587615967 +81,-0.8461517240460833,0.2831697044404631,-3.021116808449865,-0.7189164161682129,-0.2794005274772644,-0.636470377445221,3.8373055458068848,0.1410578489303589,-0.5444447994232178,0.5536942481994629,-0.5756104588508606,-0.37550777196884155 +82,-1.0132153347124562,0.529580826231613,-2.665662627996126,-0.7323039174079895,-0.5051716566085815,-0.4566535949707031,4.924588680267334,2.0330026149749756,-0.34038153290748596,-1.7345081567764282,0.22097671031951904,-1.8536491394042969 +83,-0.9170193436040822,0.690314998397305,-2.3869781868359774,-0.61204993724823,-0.6367800831794739,-0.46894121170043945,1.5184561014175415,2.9226179122924805,0.2313140481710434,0.046894967555999756,1.6568301916122437,0.47612813115119934 +84,-0.8457677861578939,0.6556096933679947,-2.346400544775645,-0.5933027863502502,-0.6096426248550415,-0.525668740272522,-2.0527942180633545,-1.7500349283218384,-0.031716905534267426,0.01998436450958252,1.3835378885269165,1.116489052772522 +85,-0.9227095108405263,0.4169339927648819,-2.7053620257999187,-0.7289444208145142,-0.4049589931964874,-0.5519493818283081,-5.207599639892578,-5.343252182006836,-0.4196839928627014,-1.3886702060699463,0.4844726026058197,-1.6163244247436523 +86,-0.9178985717431121,0.15770821346926628,-3.0454441707479467,-0.7844690680503845,-0.15705527365207672,-0.5999516844749451,-2.8354427814483643,0.03963178023695946,0.42772620916366577,-0.03775078058242798,-0.8527714014053345,-0.7808161377906799 +87,-0.85985209201132,0.044448422136380485,-3.1337405071985414,-0.7569976449012756,-0.04443378746509552,-0.6519050598144531,0.17872178554534912,0.8346013426780701,-0.1055784523487091,0.9701781868934631,-1.299712896347046,0.07013320922851562 +88,-0.8624321646059694,0.2163561424710778,-2.9886508177143942,-0.7417219877243042,-0.21467214822769165,-0.6354245543479919,3.5499465465545654,0.4560200572013855,-1.1662547588348389,0.4426345229148865,-0.6490973830223083,-0.30350977182388306 +89,-0.9967482632481948,0.5187864607627268,-2.723192945512558,-0.7292219400405884,-0.4958266317844391,-0.47158390283584595,4.611889839172363,1.3859022855758667,-0.6391524076461792,-2.0203051567077637,0.09668725728988647,-2.0913891792297363 +90,-0.9062863570118214,0.7223476885886918,-2.441110746748899,-0.5906155705451965,-0.6611478328704834,-0.4626627564430237,2.1504626274108887,2.6069865226745605,0.6829068064689636,0.023537933826446533,1.5342862606048584,0.24321085214614868 +91,-0.8829548481370004,0.7519616118245228,-2.274599315069204,-0.5642820000648499,-0.6830727458000183,-0.463678240776062,0.1604442000389099,0.10042207688093185,0.4612964391708374,0.10247474908828735,1.371457815170288,1.049402117729187 +92,-0.8683866014546692,0.6449971536125861,-2.5054028179790997,-0.6099441647529602,-0.6011961698532104,-0.5162665843963623,-5.05732536315918,-2.883432149887085,-0.6242542266845703,-0.717143177986145,0.44778430461883545,-0.1397850513458252 +93,-0.9179277181181577,0.3585550537401957,-2.959735382265082,-0.7438280582427979,-0.35092154145240784,-0.5688356161117554,-3.9393298625946045,-0.868087887763977,0.2800569534301758,-0.39150214195251465,-0.27212533354759216,-0.8945585489273071 +94,-0.9649362680910483,0.1483988527702982,3.0740484267050743,-0.8129780292510986,-0.1478547751903534,-0.5632103085517883,-1.9706828594207764,-0.8151471018791199,-0.2208905965089798,0.9075366854667664,-0.8966856002807617,-0.17661207914352417 +95,-1.0017890704898595,0.2232118619284531,3.1138245236088014,-0.821536660194397,-0.22136293351650238,-0.5254292488098145,2.8839433193206787,0.7364593148231506,-0.8511053919792175,0.9234196543693542,-0.7244225740432739,-0.5026163458824158 +96,-1.138651875565089,0.382320151140101,-2.831259533270562,-0.8425084352493286,-0.37307411432266235,-0.38858097791671753,3.6407759189605713,0.43865519762039185,0.0025956006720662117,-1.7082421779632568,-0.024539411067962646,-0.7766106724739075 +97,-1.205027654072279,0.46318499377886446,-2.6465249519201777,-0.8354530334472656,-0.44679978489875793,-0.3199812173843384,0.5268265008926392,0.8196495771408081,-0.441252201795578,0.022235989570617676,1.255927562713623,0.13594499230384827 +98,-1.1138976366255833,0.45699685896469605,-2.7027460675764163,-0.8053327202796936,-0.441255122423172,-0.39589521288871765,-1.4954911470413208,0.0008929753676056862,-0.3907489776611328,0.5909162759780884,1.2034316062927246,0.83913254737854 +99,-1.084540367312362,0.3117484311623386,-2.9501959330189065,-0.8414745926856995,-0.3067232668399811,-0.4447937607765198,-5.50103235244751,-3.298015594482422,1.1427481174468994,-0.07321351766586304,0.6370149850845337,0.16569525003433228 +100,-1.114962301378692,0.027882159824939984,3.023574208964087,-0.8975451588630676,-0.027878547087311745,-0.4400402009487152,-2.1352832317352295,1.1874827146530151,0.8230760097503662,-0.8090740442276001,-0.7790367603302002,-1.1215900182724 +101,-0.9988459290887785,-0.06657226328016339,2.9103026634936326,-0.8389842510223389,0.06652309745550156,-0.5400740504264832,0.23476693034172058,0.8472974300384521,-0.3120948076248169,0.7622936964035034,-1.3944191932678223,-0.20917844772338867 +102,-0.9361422381153424,0.13751567879841314,3.0195911878727646,-0.7976747155189514,-0.13708266615867615,-0.5873017907142639,4.001843452453613,0.8713903427124023,-1.8794156312942505,0.06664139032363892,-0.6523460149765015,-0.4524778723716736 +103,-1.0570844723171422,0.47290973311628504,-2.9759497850988996,-0.7753394246101379,-0.45547857880592346,-0.4374791383743286,4.319919586181641,0.6037651896476746,-1.7085293531417847,-2.243917226791382,0.46365734934806824,-1.6374567747116089 +104,-0.9650802864206067,0.7168129798869364,-2.72666170909246,-0.6197798252105713,-0.6569852828979492,-0.4292354881763458,1.852218508720398,1.6954537630081177,-0.14014600217342377,0.16793662309646606,1.6658201217651367,0.4158383011817932 +105,-1.013725964521945,0.7278604296464035,-2.522756481412768,-0.6337193250656128,-0.6652737855911255,-0.3947284519672394,0.4000864624977112,0.6703832745552063,2.0061776638031006,0.7934636473655701,1.667669415473938,1.0100390911102295 +106,-0.9975764372574859,0.4396576102265867,-2.6873756997651617,-0.7602577805519104,-0.4256296753883362,-0.4907621443271637,-5.993019104003906,-2.238144636154175,0.889672040939331,-1.1239585876464844,0.1790018379688263,-0.4634462594985962 +107,-0.9545051466365116,0.1924287703641117,-3.107522386164469,-0.8009660840034485,-0.19124339520931244,-0.567344069480896,-4.337530612945557,0.16723349690437317,-1.1451585292816162,-0.6004925966262817,-0.46547961235046387,-0.276741623878479 +108,-0.9176527057077852,0.05967501176591429,2.8164007051619677,-0.7927637100219727,-0.05963959917426109,-0.606604278087616,-2.0628013610839844,-0.5191707015037537,-1.2820048332214355,0.8525782227516174,-0.635581374168396,-0.40395474433898926 +109,-0.9342132453514215,0.18279868784228523,2.831458987269818,-0.790733814239502,-0.1817823350429535,-0.5845469832420349,3.649688482284546,0.5478377938270569,-0.3983834385871887,0.9113240838050842,-0.7290147542953491,-0.7322254180908203 +110,-1.2096055604553992,0.2933635171726048,-2.95728767333842,-0.8955100178718567,-0.2891736626625061,-0.3382904827594757,4.344882011413574,-1.7403439283370972,0.14290042221546173,-2.4695565700531006,0.392185777425766,-1.3545958995819092 +111,-1.1193574603104617,0.5210860358459651,-2.658038605716201,-0.7803953886032104,-0.4978223145008087,-0.3783598244190216,1.6780368089675903,2.489457845687866,-0.6357489228248596,0.4242703914642334,1.3195843696594238,0.5565213561058044 +112,-0.9668866703886768,0.6279629005033259,-2.6942962850193624,-0.6660915017127991,-0.5874975323677063,-0.4595310688018799,-1.5926169157028198,1.0012707710266113,-0.8620678186416626,0.8333430886268616,1.5520665645599365,1.3824741840362549 +113,-0.9759138220130948,0.4131266888399294,-3.0467673964327364,-0.758536696434021,-0.4014749228954315,-0.5132640600204468,-6.687801361083984,-3.5496885776519775,1.3693729639053345,-0.6357351541519165,0.9787759780883789,-0.18690073490142822 +114,-1.0090811301145617,0.04236998170947777,2.8088001677260377,-0.8455832600593567,-0.04235730692744255,-0.5321606397628784,-3.443690538406372,-0.16078528761863708,0.9986064434051514,-0.9033792614936829,-0.43980517983436584,-1.2156727313995361 +115,-1.0651790323004715,-0.12902090292952637,2.555802892136849,-0.8676039576530457,0.12866324186325073,-0.48032182455062866,-1.7262146472930908,-0.03633500635623932,-0.2795995771884918,0.7768599987030029,-1.3222057819366455,-0.5806369781494141 +116,-1.0557917817408835,-0.006401293475583917,2.5589366176488157,-0.870272696018219,0.006401249673217535,-0.4925287365913391,2.826695442199707,-0.1157810166478157,-1.7625929117202759,0.619418203830719,-0.9853593707084656,-0.7999669909477234 +117,-1.0538235729057606,0.3171779319319101,2.836675831845261,-0.825957179069519,-0.3118865191936493,-0.4695972204208374,5.222486972808838,1.087319016456604,-0.5034262537956238,-2.0981760025024414,0.3263213038444519,-1.9820019006729126 +118,-0.9844564864708878,0.6208341610391865,3.134678911727201,-0.6775335669517517,-0.581713855266571,-0.4500635862350464,2.684593915939331,1.5855857133865356,-0.1691129207611084,0.2175421118736267,1.6953003406524658,0.4078425168991089 +119,-1.0471231620632333,0.5988004012749588,3.135083186630215,-0.7153170108795166,-0.563651978969574,-0.41305941343307495,-2.2160441875457764,-1.1138675212860107,1.2601768970489502,1.024017572402954,1.9823684692382812,0.99750155210495 +120,-1.119182930401965,0.2366806614892434,2.9041186161452157,-0.8746607303619385,-0.23447711765766144,-0.42425110936164856,-7.046503067016602,-5.105230331420898,2.713257312774658,-1.0450780391693115,1.2708388566970825,-0.5104718208312988 +121,-1.1862020504603803,-0.09174503453188751,2.5953947502883734,-0.9230523705482483,0.09161638468503952,-0.37360522150993347,-3.504256248474121,0.6992706656455994,0.652070939540863,-1.047360897064209,-0.7660853862762451,-1.0305542945861816 +122,-1.1462234096192594,-0.22710670511126047,2.397179850884508,-0.8878164887428284,0.22515946626663208,-0.40135401487350464,-0.40974828600883484,0.8218340873718262,-0.2690344750881195,0.5279379487037659,-1.5883187055587769,-0.5173470973968506 +123,-1.0825835130713508,-0.051012900366211776,2.4984186978228657,-0.8820235729217529,0.05099077895283699,-0.468438059091568,3.8810322284698486,0.4314562678337097,-2.218842029571533,0.6104477047920227,-0.9551045894622803,-0.7936927080154419 +124,-1.1083508795259402,0.34052641344864665,2.826232610029435,-0.8435744643211365,-0.33398333191871643,-0.4205203652381897,5.69450569152832,2.2894058227539062,-2.690279483795166,-2.8140487670898438,0.31953322887420654,-2.4295315742492676 +125,-1.0220445248280345,0.7945147328658733,3.1089090842855756,-0.597761869430542,-0.7135236859321594,-0.36546510457992554,2.982429027557373,2.630190849304199,-1.915008306503296,-0.10910153388977051,2.3457257747650146,0.07098573446273804 +126,-0.9939605987143482,0.9322470638041983,-2.983213231702139,-0.49958881735801697,-0.8029612898826599,-0.325060099363327,-1.0848960876464844,0.6913326382637024,-0.21669496595859528,0.46748432517051697,2.0069713592529297,1.6024649143218994 +127,-0.8736038960151847,0.5949266446434769,3.034732025983254,-0.6349298357963562,-0.5604479908943176,-0.5317539572715759,-7.086029529571533,-4.279061794281006,3.300410747528076,-0.41125863790512085,1.0909655094146729,0.6312719583511353 +128,-1.0746334666743125,0.06916909274274573,2.788847636569453,-0.8773127794265747,-0.06911394745111465,-0.4749162197113037,-3.674187660217285,0.12404312938451767,1.2961304187774658,-1.7358920574188232,-1.0123069286346436,-0.984571635723114 +129,-1.0668814897685432,-0.05431101697328227,2.4938198255065225,-0.8744077086448669,0.054284319281578064,-0.4821454584598541,-1.689002275466919,0.8296785354614258,-1.7336125373840332,0.9516478180885315,-1.4173519611358643,-0.5436113476753235 +130,-1.024354783583597,0.1033986319726214,2.519320094789692,-0.8498159646987915,-0.10321448743343353,-0.5168748497962952,3.510834217071533,0.7741215229034424,-1.755359172821045,0.6677786111831665,-0.8787190914154053,-1.2081159353256226 +131,-0.9764925077786266,0.4833314824684645,2.8406264860989685,-0.7336307168006897,-0.4647316038608551,-0.4957927465438843,5.53605842590332,3.5558059215545654,-2.290184736251831,-2.79667329788208,0.03891986608505249,-2.4077258110046387 +132,-0.7798332137483963,0.8868735614840705,3.119333999102412,-0.44428402185440063,-0.7751001119613647,-0.44925656914711,2.692220449447632,2.7188284397125244,-0.6748509407043457,-0.35974735021591187,2.2839198112487793,0.2257305383682251 +133,-0.9074803847448032,0.9389922203439712,-2.8821365069713774,-0.4653673768043518,-0.806963324546814,-0.36365291476249695,-1.558130145072937,-0.07673198729753494,0.9639284014701843,0.2086992859840393,1.998339056968689,1.6027123928070068 +134,-0.9453319062253479,0.5309901025322671,3.134843608198712,-0.6990640163421631,-0.5063873529434204,-0.5048576593399048,-6.855641841888428,-6.458261013031006,2.2606730461120605,-1.210054636001587,1.50113844871521,-0.7362158894538879 +135,-1.0506265835007536,0.024837175730159557,2.754372414340918,-0.8674671649932861,-0.02483462169766426,-0.4968741238117218,-4.164813041687012,-0.8971207737922668,1.2384521961212158,-1.0924327373504639,-0.8571996688842773,-1.8686959743499756 +136,-1.077670780364176,-0.08267258533804618,2.513671682051834,-0.8778490424156189,0.08257844299077988,-0.47176453471183777,0.20004107058048248,0.893968403339386,-1.1940926313400269,1.3274645805358887,-1.938565969467163,-0.8965978622436523 +137,-0.9766838432290831,0.17109464637113223,2.649290343337302,-0.816546618938446,-0.17026111483573914,-0.5516002774238586,4.343554973602295,1.3886207342147827,-1.1299493312835693,0.6731749176979065,-0.7331050038337708,-1.2421619892120361 +138,-1.0086256863985201,0.5901061629180083,3.0291455353756893,-0.7030090093612671,-0.5564492344856262,-0.442879855632782,5.848258972167969,2.80922532081604,-2.0504653453826904,-2.568917751312256,0.7983010411262512,-2.0077884197235107 +139,-0.8479738928200754,0.9087941370829026,-3.0090078807332485,-0.4609871506690979,-0.7887630462646484,-0.4066247344017029,0.8865509629249573,3.43636417388916,-0.5021194219589233,0.2753792405128479,2.484426498413086,1.0865869522094727 +140,-0.7123120902174066,0.7414965608376822,-3.1137590519858236,-0.481992244720459,-0.6753923296928406,-0.5581476092338562,-2.783341646194458,-3.040609121322632,2.3498475551605225,0.0432257354259491,1.8752672672271729,1.168438196182251 +141,-1.074634696040226,0.22837800829566968,2.959641898620045,-0.8565821647644043,-0.22639794647693634,-0.46369272470474243,-4.6321845054626465,-3.3508756160736084,2.5295708179473877,-2.3843235969543457,0.15420860052108765,-2.04367733001709 +142,-1.1668553078239143,-0.043442576903527555,2.6573576024048555,-0.9186515212059021,0.04342891275882721,-0.39267435669898987,-3.3211517333984375,-0.112014539539814,-0.13497115671634674,0.16576772928237915,-1.006838321685791,-1.0551252365112305 +143,-1.147624053061698,-0.055644126786126874,2.515612526548186,-0.9103797078132629,0.055615417659282684,-0.4100193977355957,1.1499475240707397,1.3815510272979736,-0.5953768491744995,1.5530340671539307,-1.4746217727661133,-0.8455653786659241 +144,-1.0372604169819326,0.19003001914539708,2.8018215213157296,-0.8455146551132202,-0.18888837099075317,-0.4994257688522339,5.464219093322754,1.3682087659835815,-0.9539505839347839,-0.5865378975868225,-0.7557680010795593,-1.9937993288040161 +145,-0.938316147889099,0.6394447529446711,-3.10291188527426,-0.6472087502479553,-0.5967499613761902,-0.4743524491786957,4.4152750968933105,3.0572407245635986,-2.1065802574157715,-1.7128223180770874,1.1715943813323975,-0.8152440786361694 +146,-0.7815019501700401,0.926922376858359,-2.941312078792753,-0.4228179156780243,-0.7997762560844421,-0.42612558603286743,2.0063588619232178,2.8683173656463623,-0.15367421507835388,0.3349883258342743,2.2224905490875244,0.8325129747390747 +147,-0.7957781161009843,0.8677882685413786,-2.887752771525483,-0.4618759751319885,-0.7629008889198303,-0.45238566398620605,-2.146327257156372,-2.3447985649108887,1.5368987321853638,-0.0017012953758239746,1.7147746086120605,0.9815452098846436 +148,-1.1038897643015255,0.4182495848000667,3.0449689218695544,-0.8159924745559692,-0.4061615467071533,-0.4113257825374603,-5.04626989364624,-5.1242499351501465,3.1378204822540283,-2.106065273284912,0.7964509725570679,-2.283895254135132 +149,-1.1467365838249184,0.10692540191630283,2.8290236973282417,-0.9062208533287048,-0.10672177374362946,-0.40911412239074707,-3.397122859954834,-0.3596267104148865,0.6782717108726501,0.3216260075569153,-1.0587292909622192,-0.6337326169013977 +150,-1.134711763669705,0.07617009543564046,2.6384325099818335,-0.9037842750549316,-0.07609646022319794,-0.4211689531803131,0.04270339012145996,1.212857723236084,-1.7640031576156616,1.6535706520080566,-1.4686881303787231,-0.6834757924079895 +151,-1.0356300563401766,0.31171167769083813,2.7359135801908008,-0.8187316060066223,-0.3066882789134979,-0.4854079484939575,3.8552870750427246,2.31065034866333,-1.9023758172988892,-0.6059662103652954,-0.9005718231201172,-2.001774787902832 +152,-0.9105306818008699,0.7077071280018836,-3.1297488046762987,-0.6001554131507874,-0.6500932574272156,-0.4660390615463257,6.053820610046387,4.218044281005859,-0.959014356136322,-2.0591158866882324,1.0932084321975708,-0.7706705927848816 +153,-0.8282128959804047,0.974851018825504,-2.8072696984576817,-0.4135168194770813,-0.8276183009147644,-0.3795414865016937,2.4487273693084717,1.5531729459762573,-0.5522478818893433,-0.3782007098197937,1.8034484386444092,0.7078496217727661 +154,-0.6674993110613202,1.0638261610325903,-2.9688944677209337,-0.3005552589893341,-0.8742195963859558,-0.3813224136829376,-2.6651461124420166,-1.8062918186187744,-0.824470579624176,-0.02287006378173828,1.849302053451538,0.9352011680603027 +155,-0.9030435159938872,0.6031820315140854,2.988905766760092,-0.6466519832611084,-0.5672658681869507,-0.5099517107009888,-5.968070030212402,-8.404914855957031,4.1560516357421875,-1.159179925918579,0.7399190068244934,-1.3047151565551758 +156,-1.0835087340287928,0.13296691238592512,2.781244838358371,-0.875806450843811,-0.13257545232772827,-0.464097797870636,-3.1665756702423096,-1.0146913528442383,1.5250788927078247,-0.5455496907234192,-1.2104573249816895,-1.0485974550247192 +157,-1.0194022424022728,0.04691749925654404,2.6606380835984433,-0.850857675075531,-0.04690028727054596,-0.5232987403869629,0.6743602156639099,0.5533596277236938,-0.7499130964279175,1.5640230178833008,-1.5076193809509277,-0.6047530174255371 +158,-0.9958679863247909,0.32184677915659526,2.8703211175693935,-0.7961391806602478,-0.3163190484046936,-0.5158534049987793,4.3985748291015625,1.3128738403320312,-1.1791460514068604,-0.4233279824256897,-0.6723741888999939,-1.6053929328918457 +159,-1.0545905967375717,0.6140209871352466,-2.9980591168463984,-0.7108373045921326,-0.5761586427688599,-0.40342476963996887,4.103815078735352,1.9625829458236694,-0.8557998538017273,-1.1801996231079102,1.0777913331985474,-0.483400821685791 +160,-1.0037902839421444,0.7875259005419577,-2.7574375212550226,-0.5951831936836243,-0.7086097002029419,-0.3789844512939453,1.6257798671722412,1.6493598222732544,-0.3037241995334625,0.16122329235076904,1.5968239307403564,0.4897632896900177 +161,-0.8341112803565864,0.8211710010143538,-2.786211460417397,-0.5046865344047546,-0.73194420337677,-0.4577654004096985,-2.555023193359375,0.7542855739593506,0.934592068195343,0.5820943713188171,1.3810378313064575,1.1695878505706787 +162,-1.0572240013027572,0.3556379636356058,-3.0633439190933878,-0.8164920210838318,-0.34818848967552185,-0.460548996925354,-5.3819122314453125,-2.4727489948272705,2.4901516437530518,-2.2617244720458984,0.43871891498565674,-0.821219801902771 +163,-1.0441007120765462,0.060674869708837474,2.914666106911423,-0.862882137298584,-0.06063764914870262,-0.5017545819282532,-5.020899772644043,-0.06764594465494156,-0.2524608373641968,-0.4487481117248535,-0.7695625424385071,0.2529752254486084 +164,-1.1752322229678744,0.024563684527850526,2.738435647851619,-0.9225009679794312,-0.024561215192079544,-0.3852125406265259,0.4658064842224121,-0.7987611889839172,-1.1840441226959229,1.5112460851669312,-1.5851800441741943,-1.3237107992172241 +165,-1.2523869337256917,0.21508151138671563,3.0017418765008053,-0.927851676940918,-0.21342706680297852,-0.30584317445755005,3.9963436126708984,0.175409197807312,-1.4560823440551758,-1.885594367980957,-0.7377142906188965,-2.7661020755767822 +166,-1.1243943697147392,0.5775560067488738,-2.7616294460684583,-0.7557005882263184,-0.5459780097007751,-0.3616972863674164,3.8009700775146484,3.4419362545013428,-2.4766957759857178,-1.3157413005828857,1.5538972616195679,0.12100514769554138 +167,-1.091693416067809,0.8794623763032675,-2.5188192246780816,-0.5657811164855957,-0.7703962326049805,-0.2939069867134094,2.154088258743286,0.027887115254998207,-1.4768140316009521,0.13427793979644775,2.1118574142456055,1.2288435697555542 +168,-1.1324298065119889,0.8557491524522777,-2.5599890279489945,-0.5936585068702698,-0.7550623416900635,-0.27829912304878235,-1.4324744939804077,-2.416584014892578,2.0741071701049805,0.09376531839370728,1.8664820194244385,1.425058126449585 +169,-1.3673136828553019,0.3905885940454479,-3.032945472511185,-0.9056076407432556,-0.3807327449321747,-0.18686160445213318,-4.095603942871094,-1.94771146774292,3.9773595333099365,-2.5953078269958496,0.47259068489074707,-2.7254767417907715 +170,-1.4084499993413935,0.06251047119491858,2.9446934207212974,-0.984923243522644,-0.06246976926922798,-0.16131842136383057,-3.3462634086608887,-1.1409435272216797,1.6382142305374146,0.18138021230697632,-1.435149908065796,-1.4607824087142944 +171,-1.4099899936878164,0.03883659523786816,2.8962210558001127,-0.9863542914390564,-0.038826834410429,-0.1599934697151184,2.189819574356079,-0.4090780019760132,-1.0565108060836792,1.065516710281372,-1.9258185625076294,-1.1363017559051514 +172,-1.4753713921030382,0.26915567952434505,-3.054787696438517,-0.959610104560852,-0.2659175992012024,-0.09184969216585159,4.550644874572754,2.0283286571502686,-3.371100425720215,-3.4614410400390625,-0.030835330486297607,-3.246941089630127 +173,-1.3197418391858073,0.67640017116509,-2.545959519984868,-0.7553843259811401,-0.6259898543357849,-0.19372998178005219,4.549200534820557,3.994595766067505,-2.8456084728240967,-1.4263020753860474,1.8478831052780151,-0.3912919759750366 +174,-1.3328573399648105,1.013969316472424,-2.1096735261504556,-0.5136052370071411,-0.8489363193511963,-0.12456640601158142,3.046434164047241,1.409920334815979,-1.7616958618164062,-0.09911143779754639,2.4591352939605713,0.5747464895248413 +175,-1.398892822448352,1.1098158406888166,-1.9650957223599295,-0.4382701516151428,-0.8956167697906494,-0.07609117776155472,-1.9217445850372314,0.5409967303276062,1.2826647758483887,0.6444621682167053,2.1339590549468994,1.2700608968734741 +176,-1.369195802472789,0.5409721959702711,-2.4763323636294783,-0.8398475646972656,-0.5149695873260498,-0.1716454178094864,-4.636784553527832,-3.974255084991455,6.263126373291016,-2.4305992126464844,1.1078652143478394,-0.9707648754119873 +177,-1.497056637444298,-0.012317414671799752,-2.8031872078423445,-0.9972068667411804,0.012317103333771229,-0.07366729527711868,-2.3958468437194824,-0.03857249766588211,2.624558925628662,-1.4914711713790894,-1.1973451375961304,-1.431978464126587 +178,-1.4056736214364267,-0.06943852434770365,-2.8652611620417865,-0.9840211272239685,0.06938273459672928,-0.16397725045681,2.4524455070495605,-0.19620411098003387,-1.069760799407959,1.1592378616333008,-2.3934335708618164,-1.5251706838607788 +179,-1.4104636513217428,0.2427849046577383,-2.507018939402464,-0.9582226872444153,-0.24040678143501282,-0.15496455132961273,5.4686408042907715,-0.26792076230049133,-3.5429577827453613,-1.948195219039917,-0.7853195667266846,-3.154956817626953 +180,-1.3080898934206475,0.8133527155908935,-2.1231744907412584,-0.6634935140609741,-0.7265948057174683,-0.17842772603034973,2.37357497215271,4.446518421173096,-5.39736795425415,-2.493534564971924,1.7844103574752808,-1.4171228408813477 +181,-1.4682016058573615,1.1828848532984952,-1.4830017460632687,-0.37626707553863525,-0.9257010817527771,-0.038739029318094254,3.459249258041382,3.3673136234283447,-0.7905927300453186,-0.09583985805511475,2.702007293701172,0.830487072467804 +182,-1.4273262055178573,1.1504572972120068,-1.3671362107794067,-0.40387773513793945,-0.9129506349563599,-0.058345258235931396,-2.1533377170562744,-0.2936750650405884,2.6188478469848633,0.5614857077598572,2.165498733520508,1.1106981039047241 +183,-1.3360597324137944,0.5357892656902771,-1.8871537706162413,-0.8362846970558167,-0.5105198621749878,-0.19999347627162933,-5.2331862449646,-2.8304595947265625,6.546255588531494,-2.410907745361328,1.1631841659545898,-1.2692753076553345 +184,-1.4049115967106718,-0.037467685397758445,-2.232269443758058,-0.9855804443359375,0.03745891898870468,-0.16500909626483917,-2.706523895263672,0.5904271602630615,2.5607659816741943,-1.4582366943359375,-1.565901279449463,-1.4889672994613647 +185,-1.305683317108179,-0.09198527222434784,-2.2316614689549605,-0.9609829783439636,0.09185560792684555,-0.26091060042381287,3.6775622367858887,0.07009658217430115,-0.9332550168037415,0.9966122508049011,-2.2685980796813965,-1.3451379537582397 +186,-1.327647324675219,0.269550262170982,-1.8599099352196382,-0.9355376362800598,-0.26629796624183655,-0.2320665419101715,5.294175148010254,-0.7158065438270569,-3.7053115367889404,-2.399118185043335,-0.46046292781829834,-3.2411694526672363 +187,-1.244419143772665,0.8032666123358749,-1.3682470265655418,-0.6577045321464539,-0.7196281552314758,-0.2226211428642273,4.450857639312744,4.139986038208008,-2.7666521072387695,-0.8563030362129211,2.207787275314331,-0.4818466305732727 +188,-1.3603810065347801,1.0114024318398134,-0.8741486382014351,-0.5189681649208069,-0.847576916217804,-0.11083949357271194,0.9698933959007263,1.940680980682373,0.35107100009918213,0.5231338143348694,2.1737639904022217,1.2690883874893188 +189,-1.2091551252407735,0.8511792622529105,-1.0576068712355093,-0.6164647340774536,-0.7520581483840942,-0.23319488763809204,-4.141843318939209,-2.517040491104126,3.365755796432495,0.7066746950149536,2.200269937515259,1.0370583534240723 +190,-1.4069462910064112,0.16878767275867704,-1.425210589427301,-0.9725860357284546,-0.1679873764514923,-0.16079983115196228,-5.056850910186768,-0.6688652634620667,6.068284511566162,-2.934792995452881,1.2309908866882324,-1.5510226488113403 +191,-1.5197268294919002,-0.3056851900476384,-1.763129069820524,-0.9523977637290955,0.3009466826915741,-0.048680804669857025,-2.798203229904175,-0.3188048005104065,2.544372797012329,-0.8064676523208618,-1.239316463470459,-1.2738289833068848 +192,-1.552468452563081,-0.3567744365237095,-1.8439536181221103,-0.9368708729743958,0.3492536246776581,-0.01717277429997921,2.4583349227905273,0.6382753252983093,-2.022345542907715,0.10841017961502075,-2.450587272644043,-1.5855798721313477 +193,-1.4232487292862859,0.06393726509494264,-1.5236793502012718,-0.9871134757995605,-0.06389371305704117,-0.14671243727207184,5.032712459564209,1.4534096717834473,-4.486715316772461,-2.3127217292785645,-0.18342071771621704,-2.4488685131073 +194,-1.358672628031934,0.5510282553501956,-1.1203024540510182,-0.8328903317451477,-0.5235635638237,-0.17937427759170532,5.118684768676758,3.0351884365081787,-3.8910510540008545,-1.9094194173812866,1.8704720735549927,-1.3327717781066895 +195,-1.208024055359722,0.9806108211625318,-0.6903569945259064,-0.5202952027320862,-0.8308374285697937,-0.19748908281326294,1.6674634218215942,3.719923496246338,-1.649099349975586,0.48338425159454346,2.282451868057251,0.5385688543319702 +196,-1.2063612639369095,0.986868450381019,-0.5315566970182534,-0.5150983333587646,-0.834303617477417,-0.19649700820446014,-0.9640358686447144,0.6501873731613159,2.086087465286255,0.5576398968696594,2.0879809856414795,1.4717044830322266 +197,-1.3096058536981106,0.38721163896150107,-0.8436849305959202,-0.894559919834137,-0.37760797142982483,-0.23911288380622864,-4.983538627624512,-4.3156561851501465,4.85655403137207,-2.9333362579345703,0.8371873497962952,-0.8934555053710938 +198,-1.4238087768797558,-0.09135899874923387,-1.1985200914539287,-0.9850913286209106,0.09123196452856064,-0.14584803581237793,-3.791898488998413,0.30505895614624023,1.3929424285888672,-1.4963233470916748,-0.8634793162345886,-0.9029190540313721 +199,-1.3969382465274975,-0.1790037325356329,-1.3362454509450081,-0.9691870808601379,0.17804931104183197,-0.1702195256948471,1.0205777883529663,-0.4869612455368042,-0.8406537175178528,0.9695075750350952,-2.342600107192993,-1.1820753812789917 +200,-1.3670563255590225,0.1758978585254651,-1.0751310145394821,-0.9642056226730347,-0.17499221861362457,-0.19921132922172546,4.304388999938965,1.8628066778182983,-4.854195594787598,-1.8278628587722778,-0.8417009115219116,-2.789161443710327 +201,-1.2000105597101998,0.7431816577553376,-0.6632812473051651,-0.6862814426422119,-0.6766340732574463,-0.2668038606643677,4.756333827972412,3.3469014167785645,-3.2337019443511963,-2.076169729232788,1.6217024326324463,-0.8735159635543823 +202,-1.248485488308371,1.0659100943085755,-0.22478480928593544,-0.4588000178337097,-0.87522953748703,-0.15321901440620422,2.116377830505371,1.323042631149292,-0.9631108641624451,0.09783804416656494,2.346344470977783,0.8249567151069641 +203,-1.170352904256624,1.0127384306803509,-0.25566998698609933,-0.48764708638191223,-0.8482851386070251,-0.20642881095409393,-2.740680694580078,-0.6723787784576416,2.316073179244995,0.45319268107414246,2.2387726306915283,1.3133318424224854 +204,-1.381945736184276,0.33284733372256886,-0.6073331088418571,-0.9283123016357422,-0.32673540711402893,-0.17742663621902466,-4.871677398681641,-2.232686996459961,6.153225898742676,-3.439424514770508,1.013228416442871,-0.9263483881950378 +205,-1.468274440814972,-0.16548748735559102,-0.9444522192611805,-0.9811591506004333,0.1647331714630127,-0.10094419866800308,-2.909590721130371,0.28542089462280273,1.9758628606796265,-1.0216636657714844,-1.2727806568145752,-1.2204210758209229 +206,-1.3989049562430027,-0.17376991364341846,-1.0104803628022578,-0.970425009727478,0.17289671301841736,-0.16847020387649536,1.504539132118225,1.3717515468597412,-0.938448429107666,1.422619104385376,-2.2836601734161377,-0.8675709962844849 +207,-1.3829380474634707,0.0619017719274544,-0.7159072440777919,-0.9805248379707336,-0.061862245202064514,-0.18639759719371796,4.453557968139648,-0.6988264322280884,-2.123589038848877,-1.8036547899246216,-0.9557158946990967,-2.701740264892578 +208,-1.2633921951364595,0.5821448936151712,-0.2379132773254702,-0.7961289882659912,-0.5498167872428894,-0.2527451813220978,5.11465311050415,3.6185736656188965,-3.9763264656066895,-1.6026442050933838,2.1775481700897217,-0.8527388572692871 +209,-1.3448679905355463,0.9858453912690083,0.23932777638846026,-0.5381261706352234,-0.833739161491394,-0.123689666390419,3.03606915473938,2.625014066696167,-2.340895652770996,0.3411809802055359,3.0543813705444336,1.0569934844970703 +210,-1.224743862348833,0.8627575892952806,0.16705203659988582,-0.6117921471595764,-0.7596388459205627,-0.22058862447738647,-3.052873134613037,-2.358003616333008,3.330355167388916,0.09554153680801392,2.562190055847168,0.835411012172699 +211,-1.3174619882467768,0.22322025891217634,-0.25380533169237385,-0.9440637230873108,-0.221371129155159,-0.24441497027873993,-5.273788928985596,-1.6392117738723755,5.627126216888428,-2.4326910972595215,1.075390338897705,-2.0489046573638916 +212,-1.4238661564791573,-0.2270902871057665,-0.6356206535059222,-0.9638275504112244,0.22514347732067108,-0.14264331758022308,-3.1613340377807617,-0.46545663475990295,1.8970603942871094,-0.9021393656730652,-1.3623809814453125,-1.5535236597061157 +213,-1.40672068948897,-0.2695302573686353,-0.7243702377253989,-0.9509508013725281,0.2662786841392517,-0.15744322538375854,2.362496852874756,-0.04864784702658653,-0.6790618896484375,0.9420243501663208,-2.458920955657959,-0.8649414777755737 +214,-1.4406922136817664,-0.00037470565106929215,-0.41986254002554074,-0.9915483593940735,0.0003747056471183896,-0.12973737716674805,5.168903827667236,-0.9069286584854126,-2.5672309398651123,-1.3239881992340088,-0.5831231474876404,-2.711815357208252 +215,-1.3936226801115466,0.4994817998796793,0.08889714777904044,-0.8640890717506409,-0.4789707064628601,-0.15471608936786652,4.35093879699707,3.2497549057006836,-4.460079669952393,-1.8872231245040894,1.8583652973175049,-1.3848804235458374 +216,-1.3793726112952325,0.864711080592549,0.5397079716116753,-0.6370082497596741,-0.7609078288078308,-0.12345004826784134,3.12833571434021,3.5086095333099365,-1.085557222366333,0.4995570182800293,2.603238582611084,0.5533359050750732 +217,-1.290988846151961,0.8402441569010233,0.6523310043228645,-0.6413294672966003,-0.7448060512542725,-0.18428339064121246,-0.9826082587242126,0.4766359329223633,2.4517781734466553,0.7195308208465576,2.50156569480896,0.9090300798416138 +218,-1.2304724760914647,0.2956153124805992,0.4455269576090538,-0.901757538318634,-0.2913285195827484,-0.31931349635124207,-7.333410739898682,-4.280932903289795,5.9904351234436035,-0.7730013728141785,2.0322799682617188,-0.43405866622924805 +219,-1.397256983171455,-0.3320053518338553,0.013533800494833374,-0.9311906099319458,0.3259395360946655,-0.1632402241230011,-4.833012104034424,0.716235876083374,1.7218037843704224,-2.552589178085327,-0.760189414024353,-1.7872602939605713 +220,-1.3863528309085098,-0.39654259026737837,-0.27286391001358484,-0.906756579875946,0.38623154163360596,-0.16916805505752563,-0.12957297265529633,0.983954906463623,-1.3262174129486084,0.44894713163375854,-2.606369972229004,-0.7426209449768066 +221,-1.3976370365345976,-0.15149811194593982,-0.07073547069256557,-0.9737628102302551,0.15091925859451294,-0.17032180726528168,3.8664190769195557,-0.9526585936546326,-3.079160213470459,-0.23171204328536987,-1.1992895603179932,-1.4379545450210571 +222,-1.4259626459051833,0.32612285429305776,0.320207386466754,-0.9373733997344971,-0.32037267088890076,-0.13672056794166565,4.202838897705078,1.205445408821106,-5.049994945526123,-3.514256238937378,1.1121206283569336,-2.6015148162841797 +223,-1.3741563373962,0.8353856315512792,0.7636532694360185,-0.6579628586769104,-0.7415552735328674,-0.1310756355524063,4.355428218841553,3.2492377758026123,-2.814535617828369,0.0167427659034729,3.032097816467285,0.3225886821746826 +224,-1.3984943448691065,0.8917677711155284,0.9635122864773701,-0.6187378168106079,-0.7781831622123718,-0.10767743736505508,-0.6816457509994507,-1.2253636121749878,2.934204578399658,1.1254364252090454,2.5959627628326416,1.2384147644042969 +225,-1.4301585337354872,0.3736484733979945,0.7393737234943911,-0.9218097925186157,-0.36501458287239075,-0.1305028349161148,-4.748297691345215,-4.097908020019531,7.127960681915283,-1.1643869876861572,2.1777281761169434,-0.6994227170944214 +226,-1.4834402481489801,-0.22478212638664719,0.4584015442462265,-0.971125602722168,0.22289396822452545,-0.08505018055438995,-2.6522364616394043,0.4298970699310303,3.3868610858917236,-2.553715705871582,-0.6826260089874268,-1.1288018226623535 +227,-1.4571371702836855,-0.39171253710606774,0.23759309235293508,-0.9182931184768677,0.3817718029022217,-0.10482420027256012,-0.7356253862380981,0.028152739629149437,0.2668397128582001,0.5384560823440552,-2.342083692550659,-0.6644629240036011 +228,-1.455370317559074,-0.30267758505077386,0.4501572190192523,-0.9481902122497559,0.29807713627815247,-0.10993447154760361,3.74957537651062,-1.0705690383911133,-2.143798828125,-0.03032553195953369,-1.623058795928955,-1.0437673330307007 +229,-1.6549485500035799,-0.02115559885275672,0.8599628283455043,-0.9962381720542908,0.021154019981622696,0.08403411507606506,3.0643842220306396,-1.4659547805786133,-4.591278553009033,-3.2891316413879395,1.0582832098007202,-1.5437815189361572 +230,-1.6974674299764811,0.42057968317672884,1.1909074550727696,-0.9055386185646057,-0.40828970074653625,0.11532304435968399,0.7417227625846863,1.7830429077148438,-4.901853084564209,-0.5733432173728943,2.050074338912964,-0.4586763381958008 +231,-1.6413162829595267,0.7819054267361871,1.313702777943583,-0.7078084945678711,-0.7046327590942383,0.04999753087759018,-0.1871555894613266,0.4057949483394623,-1.2489067316055298,1.500349998474121,2.302578926086426,0.7561700344085693 +232,-1.5358603017161931,0.5716794622943875,1.1209248069464888,-0.840480387210846,-0.5410452485084534,-0.029374996200203896,-3.0187265872955322,-0.42850157618522644,4.915579319000244,1.3782153129577637,2.271498680114746,1.1727466583251953 +233,-1.620427106973661,-0.1609984632593125,0.7618807104917292,-0.9858523011207581,0.16030383110046387,0.048968832939863205,-1.3904838562011719,0.7973585724830627,7.594296455383301,-3.1647214889526367,1.1598103046417236,-1.1589083671569824 +234,-1.5625151733138785,-0.5666938809387776,0.5781232035250451,-0.8436515927314758,0.5368456840515137,-0.006986568216234446,-1.3231488466262817,2.203457832336426,1.6948908567428589,-1.095710039138794,-1.4356951713562012,-0.6330128312110901 +235,-1.4643753621356161,-0.5936563860212194,0.6125588601336316,-0.8242114782333374,0.5593955516815186,-0.08804601430892944,2.425520420074463,-1.3953852653503418,-0.8778602480888367,0.1574329137802124,-2.5120933055877686,-0.6889315247535706 +236,-1.5303708257602462,-0.26841176754042917,0.8833283100748531,-0.9634057283401489,0.2652004063129425,-0.03896738961338997,2.73439359664917,-2.099111557006836,-3.9692442417144775,-2.374805450439453,-0.4049251079559326,-1.659076452255249 +237,-1.4217369078446782,0.3219002148852859,1.1332914011276525,-0.9381167888641357,-0.3163697421550751,-0.14088007807731628,3.1385486125946045,3.211890697479248,-5.52614164352417,-1.5490353107452393,2.273629903793335,-0.7541089057922363 +238,-1.2663419880746563,0.7582458272280231,1.3392226317300076,-0.6926531195640564,-0.6876488924026489,-0.21764793992042542,1.8363245725631714,2.068796157836914,-1.1059399843215942,1.5825457572937012,2.6153528690338135,1.214901328086853 +239,-1.187550356293691,0.561040321819037,1.3040394371577244,-0.7852787375450134,-0.5320672988891602,-0.31660979986190796,-2.4017677307128906,-2.121957302093506,3.301093101501465,0.8599094152450562,2.2020349502563477,0.9392446279525757 +240,-1.30297434160333,0.037605817323976054,0.9660977462938384,-0.9636678695678711,-0.03759695589542389,-0.26444461941719055,-5.94720983505249,-1.1211156845092773,3.8482038974761963,-2.484757423400879,1.4751121997833252,-1.8304498195648193 +241,-1.3339256130305808,-0.33888807879303334,0.6594763204426906,-0.9167900085449219,0.3324386179447174,-0.2213154435157776,-3.309441566467285,1.053304672241211,0.6962652206420898,-1.2445411682128906,-1.039332628250122,-1.2048319578170776 +242,-1.2821331695793305,-0.2015814825159905,0.37401633633385095,-0.9392142295837402,0.2002190351486206,-0.2789066731929779,-1.6999964714050293,1.5940760374069214,-2.6989715099334717,1.6964163780212402,-1.4775322675704956,-0.4263392388820648 +243,-1.2650684977054256,0.03530631501411964,0.4087512050566449,-0.9530338048934937,-0.03529898077249527,-0.30079975724220276,2.091125726699829,2.1623635292053223,-2.231229305267334,0.21598851680755615,-0.7472937703132629,-0.9039426445960999 +244,-1.1090107637329374,0.4224875268418354,0.6119480707109725,-0.816540002822876,-0.4100305140018463,-0.40637120604515076,5.888083457946777,5.515963077545166,-3.8547701835632324,-4.064594268798828,1.1620293855667114,-1.7497414350509644 +245,-0.9349724396571961,0.8309513083190052,1.0137833866482935,-0.5424282550811768,-0.7385730743408203,-0.40035152435302734,3.0352702140808105,1.7044721841812134,-0.44073593616485596,-0.05728787183761597,2.220949172973633,1.4863805770874023 +246,-1.0186965035712139,0.8068252699481951,1.1166098852186714,-0.5890110731124878,-0.7220945358276367,-0.36282971501350403,-2.3273203372955322,-1.9002656936645508,1.8700006008148193,0.6964482665061951,2.1165952682495117,1.6524872779846191 +247,-1.2238691123027194,0.3638136170564349,0.9026425430732791,-0.8788681030273438,-0.355840802192688,-0.3177548944950104,-5.963472366333008,-5.480870246887207,4.624804496765137,-1.8898239135742188,0.770940899848938,-0.44693928956985474 +248,-1.2525824573731887,-0.022158222737403897,0.5636975811296225,-0.9495625495910645,0.022156409919261932,-0.3127937614917755,-2.6534154415130615,0.6353167295455933,0.8740534782409668,-0.7421030402183533,-1.0314794778823853,-0.7062643766403198 +249,-1.2583671887096404,-0.1359281278867495,0.30368778871713736,-0.9428122043609619,0.1355099380016327,-0.3045358657836914,-1.8606178760528564,-0.11088158935308456,-0.6706889271736145,0.7156241536140442,-1.4604153633117676,-0.4229726493358612 +250,-1.1951255070045055,0.005049714717654974,0.3128666894249476,-0.9302499294281006,-0.005049693398177624,-0.366892009973526,3.27453351020813,0.7776151895523071,-1.347934603691101,0.529462456703186,-0.8428049087524414,-0.9733942747116089 +251,-1.2866634560782821,0.2873957944820207,0.7462964319091352,-0.9205349683761597,-0.2834557890892029,-0.26882776618003845,5.824429035186768,2.244061231613159,-4.360407829284668,-3.7768070697784424,1.0234612226486206,-1.0619522333145142 +252,-1.2206952214406437,0.7666332362358387,1.0745151299505842,-0.6765585541725159,-0.6937142610549927,-0.24704067409038544,2.985318422317505,1.4047569036483765,-2.2118608951568604,0.6333914995193481,2.3880653381347656,0.7245034575462341 +253,-1.1309554387276808,0.821592790815013,1.1414599162878212,-0.6162325739860535,-0.7322315573692322,-0.28999054431915283,-2.042833089828491,-0.648089587688446,1.7659000158309937,1.1975467205047607,2.181663990020752,1.5380984544754028 +254,-1.1955221946531518,0.3514294314288892,0.8376886608608791,-0.873542070388794,-0.3442402184009552,-0.34412598609924316,-6.672244071960449,-6.135934352874756,5.604348182678223,-1.5046926736831665,1.9910602569580078,-0.45314571261405945 +255,-1.3060276140851153,-0.15433123655272526,0.47733946328914423,-0.9536818861961365,0.15371932089328766,-0.25857582688331604,-4.428598403930664,-0.0009006182663142681,2.0489745140075684,-1.6051865816116333,-0.620897650718689,-1.0729671716690063 +256,-1.3711288748360697,-0.3034286891163623,0.11773114636064443,-0.9353576898574829,0.2987940013408661,-0.1892825812101364,-2.4053609371185303,0.06130535900592804,-0.671069860458374,0.8684632778167725,-1.702770471572876,-0.9112576246261597 +257,-1.3358000887644654,-0.15188187489993749,0.11127100551381232,-0.9613197445869446,0.1512986123561859,-0.23015891015529633,2.372518539428711,0.6924661993980408,-2.4501242637634277,-0.11530989408493042,-1.1814500093460083,-1.4799546003341675 +258,-1.1853620144829589,0.24967171935066684,0.4259437965692979,-0.897903561592102,-0.24708586931228638,-0.36430439352989197,5.762305736541748,4.866255760192871,-4.121899127960205,-3.497955083847046,1.6011966466903687,-1.6486502885818481 +259,-1.0925345579196142,0.7168945868697305,0.7496723232926239,-0.6692649722099304,-0.6570468544960022,-0.3469492793083191,3.360027551651001,1.4307441711425781,-1.5100455284118652,0.19781416654586792,2.378528118133545,0.5708110332489014 +260,-1.0646874521167142,0.8563902316803612,0.8800088586438218,-0.5730352997779846,-0.7554824948310852,-0.3176112473011017,-1.564180850982666,-0.20924413204193115,0.18311110138893127,1.2184972763061523,2.166233777999878,2.409423351287842 +261,-1.1171737171055152,0.5187692602307505,0.5054515750759698,-0.7806018590927124,-0.49581170082092285,-0.3805674612522125,-6.967909812927246,-5.406365871429443,3.454681873321533,-0.8422161340713501,1.5183641910552979,0.4272593855857849 +262,-1.3124255584047175,0.007090591730153845,0.10287902101160669,-0.9667832255363464,-0.007090532220900059,-0.25549930334091187,-3.9167866706848145,-1.2718178033828735,2.639906883239746,-1.6211378574371338,-0.6833849549293518,-1.3182158470153809 +263,-1.412968368785429,-0.21057440032701344,-0.15240608961472052,-0.9657565951347351,0.2090216428041458,-0.15370173752307892,-1.568501591682434,0.006282737944275141,0.3150123357772827,0.6169101595878601,-1.593131184577942,-0.8791504502296448 +264,-1.371594726281324,-0.11290527337424715,-0.021798048772524663,-0.9739837646484375,0.11266554892063141,-0.19662684202194214,5.549152374267578,-0.09632885456085205,-1.1008636951446533,-0.8586730360984802,-1.2483314275741577,-1.6034982204437256 +265,-1.443134743232377,0.28935708397390214,0.45800351702428427,-0.9506281614303589,-0.28533610701560974,-0.12202230095863342,4.081151008605957,-0.8219380974769592,-4.217636585235596,-2.2066900730133057,1.0680357217788696,-1.0269949436187744 +266,-1.4878665781745117,0.6704866934331835,0.6935427240481541,-0.7808266282081604,-0.6213673949241638,-0.06490261107683182,1.3286149501800537,0.8629453182220459,-2.4795494079589844,0.4411812424659729,1.927351951599121,-0.1704641580581665 +267,-1.5187747204983024,0.8098028313488712,0.7820546123444186,-0.6887083649635315,-0.7241511940956116,-0.03586006909608841,-0.9508101940155029,1.8977073431015015,-1.139864206314087,0.979952871799469,1.9349818229675293,0.8045520782470703 +268,-1.2769974900005607,0.5836542499327906,0.4622749282477156,-0.7986986637115479,-0.5510768890380859,-0.24164997041225433,-6.150115013122559,-2.8615715503692627,5.26459264755249,0.26001763343811035,1.3160152435302734,0.609737753868103 +269,-1.281430013052155,0.0795369984123602,0.11490782938843877,-0.955394983291626,-0.07945316284894943,-0.28444287180900574,-3.191601037979126,0.15876616537570953,2.0227410793304443,-1.685535192489624,-0.8711541295051575,-0.8668632507324219 +270,-1.2605846959617477,-0.0717745670181463,-0.11994740196535529,-0.9498171806335449,0.07171295583248138,-0.30447423458099365,-1.454037070274353,-0.5196732878684998,-0.3469386696815491,0.8196597695350647,-1.563122272491455,-0.37904322147369385 +271,-1.257112097543489,0.08238768314792366,-0.13287722350357903,-0.9479768872261047,-0.0822945088148117,-0.3075185716152191,2.3491263389587402,0.4593926668167114,-2.4188051223754883,0.010690391063690186,-0.8573264479637146,-1.0580514669418335 +272,-1.283438291854782,0.4528412664785119,0.1762470406526758,-0.8623365759849548,-0.43752217292785645,-0.2548530697822571,5.629354953765869,2.348345994949341,-4.057687759399414,-2.9690842628479004,0.6498329639434814,-1.2359459400177002 +273,-1.2949947246928872,0.87872053923181,0.5874322728396383,-0.6140198111534119,-0.7699230313301086,-0.17377634346485138,2.064199447631836,1.5493584871292114,-1.8589009046554565,0.017874181270599365,1.8093364238739014,0.5321137309074402 +274,-1.2656342531161198,1.0047156678340032,0.7034223113358467,-0.5115489959716797,-0.844009518623352,-0.1611386388540268,-0.560413122177124,-0.8027191162109375,1.105989933013916,1.0626811981201172,1.990249752998352,1.2383023500442505 +275,-1.2719169094612206,0.7020314817500845,0.46729090353569336,-0.7296823263168335,-0.6457701325416565,-0.22482159733772278,-5.17007303237915,-3.7726807594299316,4.664175510406494,0.015403151512145996,1.3251676559448242,0.6989121437072754 +276,-1.433244223224515,0.13423506015607514,0.026644150868912402,-0.9816434979438782,-0.13383229076862335,-0.13588522374629974,-3.5380494594573975,-0.4127539396286011,3.213524341583252,-2.6133270263671875,-0.5042749643325806,-0.9866123199462891 +277,-1.4380190934573536,-0.07549801887968398,-0.3026153039557118,-0.9883745312690735,0.07542631775140762,-0.1320103257894516,-2.8705666065216064,0.12103006988763809,0.3608495593070984,0.551042377948761,-1.691469430923462,-1.0391170978546143 +278,-1.4103588710905348,0.059965020932878484,-0.35189444012002974,-0.9853832125663757,-0.05992909148335457,-0.15946292877197266,2.520721197128296,1.3489094972610474,-2.372285842895508,0.435837984085083,-0.8986585140228271,-1.3485326766967773 +279,-1.3114637739668742,0.39696639528637656,-0.018438738607749708,-0.8913997411727905,-0.38662242889404297,-0.23649458587169647,4.862490177154541,2.8222272396087646,-2.8040268421173096,-2.961902141571045,0.31525707244873047,-1.597001552581787 +280,-1.2325379421069935,0.8252221105186586,0.4683570305715467,-0.6399520635604858,-0.734698474407196,-0.225121408700943,3.669194459915161,3.676905393600464,-2.4452078342437744,-0.42062538862228394,2.0303525924682617,0.4183128774166107 +281,-0.9625871859950396,0.9888280277418278,0.578733343021727,-0.45109862089157104,-0.835382342338562,-0.3140803575515747,-1.2477725744247437,-0.3850124776363373,1.4133386611938477,1.0517914295196533,2.246286392211914,1.3645259141921997 +282,-1.1493305258154742,0.6568636561416579,0.395898060193024,-0.7226114273071289,-0.6106361746788025,-0.3239697217941284,-4.715586185455322,-3.936535358428955,2.710756540298462,-0.7983083724975586,1.3026374578475952,0.13602718710899353 +283,-1.262456597049659,0.23497578566753932,-0.014940488681323241,-0.9266547560691833,-0.23281943798065186,-0.29513755440711975,-4.8727192878723145,-1.4101500511169434,2.89644455909729,-2.107036590576172,-0.15321266651153564,-1.4725626707077026 +284,-1.3633283562911451,-0.043026089347222685,-0.3163768833712199,-0.9776500463485718,0.043012816458940506,-0.20579220354557037,-2.433990478515625,-1.1739333868026733,1.1668473482131958,0.278797447681427,-1.1269361972808838,-0.8371002078056335 +285,-1.3788020612985106,-0.04198699288746135,-0.38850666765810604,-0.9807604551315308,0.04197465628385544,-0.19064870476722717,1.3193285465240479,0.32520195841789246,-1.3122190237045288,1.1970996856689453,-1.3370033502578735,-0.9235633611679077 +286,-1.4047991417981285,0.19353152077620198,-0.20093429330157817,-0.9678418040275574,-0.1923256814479828,-0.16215111315250397,1.759540319442749,-2.600327968597412,-0.9046192169189453,-1.2659838199615479,-0.7305716276168823,-1.3749123811721802 +287,-1.2339010193219324,0.5643311400549393,0.14872653637054883,-0.7974483370780945,-0.5348507761955261,-0.27930429577827454,3.3948731422424316,4.400979995727539,-2.998326301574707,-0.7289798855781555,1.6242520809173584,0.33228281140327454 +288,-1.0289975672990403,0.8334389615630374,0.3438943778361842,-0.5760441422462463,-0.7402478456497192,-0.34670791029930115,0.6180068850517273,1.6146994829177856,-1.590828776359558,0.5475559830665588,2.131345748901367,1.6388527154922485 +289,-0.9719385363658708,0.716654891329608,0.20249430478773134,-0.6227948665618896,-0.6568661332130432,-0.42503342032432556,-3.189669132232666,-2.8567087650299072,1.877934217453003,0.2790296673774719,1.7019100189208984,1.337493658065796 +290,-1.2720935547950578,0.2209694419892336,-0.17089099842459393,-0.9324811697006226,-0.21917559206485748,-0.2871253788471222,-3.919135570526123,-2.077836275100708,3.130467176437378,-1.771315336227417,0.1473829746246338,-1.1521599292755127 +291,-1.445359404806215,-0.05445152046611404,-0.4380411838347645,-0.9906726479530334,0.05442461743950844,-0.12492281198501587,-2.5694470405578613,-0.26578181982040405,0.791813850402832,-0.11674922704696655,-0.7831538915634155,-0.8802499175071716 +292,-1.499344184282169,-0.05903893176157079,-0.5941278541551254,-0.9957106113433838,0.059004638344049454,-0.07126697897911072,-0.03492005914449692,-0.03034815564751625,-1.3077573776245117,1.4326916933059692,-1.505339503288269,-1.393561601638794 +293,-1.4077433954798284,0.21329682688051183,-0.3884954727120676,-0.9643752574920654,-0.21168315410614014,-0.15865270793437958,2.5843403339385986,1.5729635953903198,-3.914036512374878,-1.128504991531372,-0.7861195802688599,-1.4876638650894165 +294,-1.2062501081318713,0.6397510562535546,-0.018945400063802423,-0.7495254874229431,-0.5969957709312439,-0.28602051734924316,5.105581760406494,4.05798864364624,-2.5885655879974365,-2.7947096824645996,1.3058122396469116,-0.47064757347106934 +295,-1.0256861060031497,0.9555326597660002,0.28966264131959973,-0.49352404475212097,-0.8166213035583496,-0.29927170276641846,2.0888524055480957,2.802969217300415,-1.1672955751419067,0.15630486607551575,2.1260695457458496,0.979889988899231 +296,-1.0671770649958976,0.9576414353591084,0.3953511552479656,-0.5040034055709839,-0.817836582660675,-0.27771154046058655,-1.2059956789016724,-1.5701017379760742,1.5642656087875366,0.30714982748031616,1.9658622741699219,1.2072159051895142 +297,-1.176687890645802,0.5311622981695033,0.06676325910500276,-0.7961207032203674,-0.5065358281135559,-0.33107930421829224,-4.661197185516357,-4.450738430023193,3.3282716274261475,-2.61606502532959,0.7397663593292236,-1.7365171909332275 +298,-1.3306349899524479,0.1229761991270846,-0.1862642316068885,-0.9639643430709839,-0.12266647070646286,-0.23606301844120026,-3.4908089637756348,-1.2161946296691895,2.1837680339813232,-0.6016178727149963,-0.7381428480148315,-0.8631496429443359 +299,-1.4156636591433196,-0.05948799566379058,-0.3961025044185603,-0.9862433671951294,0.05945291742682457,-0.15423786640167236,-1.0799152851104736,-0.41230258345603943,-0.09578346461057663,0.8731452226638794,-1.7125290632247925,-1.2065867185592651 +300,-1.3740247923709161,0.11262007501033902,-0.22639399429638174,-0.9744901061058044,-0.11238215863704681,-0.19426566362380981,3.559879779815674,1.4288032054901123,-2.913241147994995,-0.7129640579223633,-0.884566068649292,-1.330896019935608 +301,-1.2583439562748697,0.5670546681269784,0.11198275254468033,-0.8026472330093384,-0.5371500253677368,-0.25928205251693726,4.294580936431885,2.6368355751037598,-3.6784582138061523,-2.613124370574951,0.9500681161880493,-0.6166486740112305 +302,-1.0075885915760967,0.9256841516161304,0.2984107048906003,-0.5084171295166016,-0.7990323305130005,-0.32102835178375244,2.711615800857544,3.243734359741211,-0.9515763521194458,0.35753822326660156,2.374197244644165,0.8973985910415649 +303,-1.0066702420260747,0.8620499391273605,0.41058974758214467,-0.5500323176383972,-0.7591784000396729,-0.348012238740921,-1.5553309917449951,-1.3860180377960205,2.728588581085205,0.4261004328727722,1.9789966344833374,1.1953938007354736 +304,-1.1860976584886593,0.45632702091349675,0.21748646613660239,-0.8320673108100891,-0.4406539499759674,-0.3368801474571228,-5.9979400634765625,-5.462737083435059,4.176755905151367,-1.6181280612945557,1.04139244556427,-0.3829074501991272 +305,-1.360003734309746,-0.06378748874624089,-0.13627221913452167,-0.9758766889572144,0.06374423950910568,-0.208809494972229,-2.5705037117004395,-2.172997236251831,4.376407623291016,-1.2591086626052856,-0.5276724696159363,-1.373496413230896 +306,-1.434347448201935,-0.295386674051984,-0.3495051597108362,-0.947797417640686,0.2911098003387451,-0.13013452291488647,-0.9072864651679993,-0.023652400821447372,0.05173371732234955,0.4504982829093933,-2.04553484916687,-1.1839065551757812 +307,-1.3985471149610533,-0.07701817921321868,-0.25245989950472997,-0.9822811484336853,0.07694205641746521,-0.17089059948921204,3.299421787261963,1.0197992324829102,-3.1464650630950928,-0.6860995292663574,-0.7916027307510376,-1.5133745670318604 +308,-1.348209644782657,0.33139497187232375,0.13395138904930076,-0.9222614169120789,-0.3253624141216278,-0.2087419033050537,5.82923698425293,1.7230981588363647,-2.4601566791534424,-2.3457133769989014,1.3054344654083252,-1.4282057285308838 +309,-1.3805774891027194,0.6937048432773475,0.562834541027254,-0.7550141215324402,-0.6393901705741882,-0.14537553489208221,2.1547529697418213,2.255297899246216,-2.4716527462005615,0.3115326762199402,1.9781657457351685,0.41997265815734863 +310,-1.2627496065499497,0.8175764843301555,0.5659383385084048,-0.651793897151947,-0.729490339756012,-0.2073846161365509,-1.5717403888702393,-0.6231926083564758,0.7189687490463257,0.8825984597206116,1.8950482606887817,0.911898136138916 +311,-1.2714696538177421,0.4877705377658809,0.2638516747474084,-0.8441006541252136,-0.46865758299827576,-0.2604883313179016,-5.6358184814453125,-4.004113674163818,4.887758731842041,-0.9633334279060364,1.3458548784255981,-0.1660100817680359 +312,-1.3225205983034962,0.03943705634558794,-0.13398764015471154,-0.9685838222503662,-0.039426833391189575,-0.24554185569286346,-4.624210357666016,0.006410958245396614,1.4822754859924316,-0.991590678691864,-0.760042130947113,-0.7621027827262878 +313,-1.4170488316036483,-0.13022113612723893,-0.39660063252515476,-0.9798373579978943,0.12985341250896454,-0.15184588730335236,-0.33781418204307556,-0.20893509685993195,-0.08226644992828369,0.5365541577339172,-1.8087931871414185,-1.0322819948196411 +314,-1.401333876148706,0.05112686199060458,-0.28501065079072,-0.9843875765800476,-0.0511045902967453,-0.16843214631080627,3.545179843902588,0.7502455711364746,-2.198343276977539,0.2345706820487976,-0.899319589138031,-1.255014419555664 +315,-1.3768261781133675,0.43028140068927145,0.07391526344602924,-0.8918046355247498,-0.4171265661716461,-0.17518609762191772,5.007266998291016,1.7906084060668945,-3.4598162174224854,-2.730891466140747,0.42817386984825134,-1.4886475801467896 +316,-1.2719137648456196,0.8332864099463836,0.38554200667208177,-0.6426348090171814,-0.7401453256607056,-0.19800367951393127,4.012707710266113,3.081507444381714,-1.316728115081787,-0.015095293521881104,2.3142879009246826,-0.3648473024368286 +317,-1.2992815352406448,0.8889034870020927,0.7011359221890998,-0.607174277305603,-0.7763811349868774,-0.1690310388803482,0.4014614522457123,1.6330013275146484,1.8533788919448853,0.4954647421836853,2.261336088180542,1.043115496635437 +318,-1.2499985029928413,0.575268513854102,0.41467584946504915,-0.7962416410446167,-0.5440601110458374,-0.26457124948501587,-6.304992198944092,-3.416707992553711,4.089298725128174,-0.6835557222366333,1.282936453819275,-0.30630579590797424 +319,-1.3580686788704899,0.13613430703814533,-0.03772357574609482,-0.9684153199195862,-0.13571420311927795,-0.2091735154390335,-4.415261268615723,0.07517735660076141,1.6537978649139404,-1.6037282943725586,-0.8064092397689819,-1.3681122064590454 +320,-1.296471942395437,-0.002755673404312446,-0.28058503879890684,-0.9626047611236572,0.002755669876933098,-0.2708956003189087,-1.0579630136489868,0.20717445015907288,-0.017015131190419197,0.833484947681427,-1.3741393089294434,-0.3637937009334564 +321,-1.3075139882686795,0.09874130949819242,-0.20455558556659675,-0.9608378410339355,-0.09858093410730362,-0.2589835226535797,3.3958194255828857,-0.7103116512298584,-0.7759605050086975,0.7489390969276428,-0.8019927740097046,-0.6124306321144104 +322,-1.5210844737298002,0.2665212446544042,0.17462815161717038,-0.9635010361671448,-0.2633771002292633,-0.04793691635131836,4.548029899597168,-0.8780827522277832,-2.1830220222473145,-2.503753423690796,-0.4595079720020294,-1.3620667457580566 +323,-1.5745155124877066,0.5368113244288828,0.6294350891277639,-0.8593378067016602,-0.511398434638977,0.003196051577106118,3.104691982269287,2.0426242351531982,-1.177490234375,-0.04328054189682007,1.512069821357727,-0.44054341316223145 +324,-1.471894382804375,0.5939937676785239,0.7956506525497332,-0.8246621489524841,-0.5596751570701599,-0.08182766288518906,0.12100096791982651,0.564089298248291,0.9774872064590454,1.296555519104004,1.7261028289794922,0.5908455848693848 +325,-1.395308419223119,0.42740866989875453,0.5322544531671994,-0.8960661292076111,-0.4145139753818512,-0.15888312458992004,-5.297865867614746,-0.4140714108943939,2.382920503616333,0.09102755784988403,2.043923854827881,0.17759035527706146 +326,-1.3789752304730993,-0.016171219336098323,-0.029658857880616358,-0.9815303683280945,0.01617051474750042,-0.1906219869852066,-5.4411702156066895,1.4291757345199585,3.713536024093628,-2.2277438640594482,0.5855140686035156,-1.996313452720642 +327,-1.4321462721180545,-0.3371835962387374,-0.335042066276398,-0.9346340894699097,0.3308306038379669,-0.1304238885641098,-2.2881717681884766,1.0255961418151855,0.6926577687263489,-0.7352879047393799,-1.765904426574707,-1.0279165506362915 +328,-1.338824452064324,-0.2719700004701732,-0.337814486117545,-0.9374431371688843,0.2686295509338379,-0.22144685685634613,2.2152557373046875,-0.2962425649166107,-1.6099555492401123,0.7161448001861572,-1.865492343902588,-0.6102486848831177 +329,-1.4051264505583654,0.07008676761191283,-0.04180007083659218,-0.9838866591453552,-0.07002940028905869,-0.16450819373130798,3.4518778324127197,-1.9109447002410889,-3.498716354370117,-1.8324737548828125,-0.6969689130783081,-1.5052764415740967 +330,-1.3924516001172336,0.5651583632703715,0.20164374380218758,-0.8311087489128113,-0.5355495810508728,-0.149815633893013,2.205914258956909,2.602478265762329,-3.723951816558838,-0.7499458193778992,2.2735562324523926,-0.6026868224143982 +331,-1.3945665816718664,0.7205726283001826,0.4564939636659058,-0.739789605140686,-0.6598150730133057,-0.1317395716905594,1.4469395875930786,1.0809640884399414,1.3672764301300049,1.3768441677093506,1.9900305271148682,0.9356030821800232 +332,-1.388576261987398,0.5118175558336253,0.37085727147430914,-0.8574211001396179,-0.48976269364356995,-0.15799187123775482,-2.066666841506958,-0.5811442136764526,2.7043375968933105,0.6350548267364502,1.8261122703552246,0.08571101725101471 +333,-1.4711801277457985,0.025595643905870186,0.046177457819897974,-0.994716465473175,-0.025592848658561707,-0.09941894561052322,-1.5902893543243408,1.488093376159668,3.55120587348938,-3.1465187072753906,-0.1290397197008133,-1.9582897424697876 +334,-1.325569199626722,-0.13820624330034015,-0.136239969010529,-0.9608321189880371,0.13776668906211853,-0.24046169221401215,-1.9665836095809937,0.8425255417823792,0.34442150592803955,0.23280489444732666,-1.348368525505066,-0.20115813612937927 +335,-1.3131220013493994,-0.09477468380262913,-0.2104314492975841,-0.9626457691192627,0.09463286399841309,-0.2536887526512146,1.422483205795288,-0.2589207887649536,-1.195448637008667,1.0814505815505981,-1.356748342514038,-0.3497353494167328 +336,-1.3817747740918298,0.19319708783211545,0.07653900169264799,-0.9639154076576233,-0.1919974833726883,-0.1844022125005722,4.396048545837402,-0.9594346284866333,-2.2041313648223877,-1.016538143157959,-1.0146369934082031,-1.7428743839263916 +337,-1.4169544493521056,0.6206576131299482,0.4756877422587594,-0.8038884997367859,-0.5815702676773071,-0.12465669959783554,4.369709014892578,3.0838141441345215,-3.8358583450317383,-1.5817925930023193,2.1053433418273926,-0.7076950073242188 +338,-1.4041500511640628,0.819265819105695,0.7971204997029064,-0.673299252986908,-0.7306447625160217,-0.1132531389594078,1.4574193954467773,0.9200357794761658,0.2833896577358246,1.1226706504821777,2.116325855255127,1.0150322914123535 +339,-1.3794534420300952,0.6204388451206141,0.6901734520812309,-0.7987747192382812,-0.5813922882080078,-0.1547328531742096,-2.7694265842437744,-1.3244894742965698,2.683662176132202,0.3212965130805969,1.6519031524658203,0.5796138048171997 +340,-1.4078533878168409,0.23128342130809895,0.2732675378232934,-0.9604799151420593,-0.2292269617319107,-0.15790337324142456,-3.5726230144500732,0.42288443446159363,1.9524118900299072,-3.1085968017578125,-0.08664527535438538,-1.9516547918319702 +341,-1.2838509049471105,0.09033404544178729,-0.03133835799234355,-0.9552022814750671,-0.09021123498678207,-0.28186988830566406,-3.104566812515259,0.08850152045488358,0.1647283136844635,0.24701136350631714,-0.8951097726821899,-0.29665184020996094 +342,-1.2961511530994505,0.050354497299135596,-0.21655463385407211,-0.9613015055656433,-0.05033322051167488,-0.2708616852760315,0.27957671880722046,0.3554469048976898,-0.9794608354568481,1.3263986110687256,-1.4953973293304443,-0.6362733840942383 +343,-1.2887386598946882,0.2883892911333151,0.024079931402495584,-0.920819878578186,-0.2844083905220032,-0.2668383717536926,5.097446918487549,-0.8684138655662537,-1.6020246744155884,-0.9258140325546265,-0.9330903887748718,-1.5095441341400146 +344,-1.383922262746114,0.6512656581124268,0.5380663594735889,-0.7814704775810242,-0.606193482875824,-0.14776059985160828,4.431787490844727,2.785841941833496,-2.737074375152588,-1.102104902267456,1.1677017211914062,-0.22929929196834564 +345,-1.3168099964859674,0.842025156777474,0.8047772033277367,-0.6445885300636292,-0.7459933161735535,-0.16733033955097198,1.004090428352356,2.0632681846618652,-0.3740277886390686,0.7082634568214417,1.6779544353485107,0.35365545749664307 +346,-1.207209097083663,0.8163104975846809,0.7608862384515515,-0.6401392817497253,-0.7286238074302673,-0.24357546865940094,-2.145090341567993,0.5559279918670654,1.2140824794769287,0.7432734370231628,1.8052687644958496,0.9405969381332397 +347,-1.2525879485627918,0.38109328327550857,0.3897221802021764,-0.8816575407981873,-0.37193554639816284,-0.29041993618011475,-4.2814621925354,-5.792328834533691,4.404719352722168,-3.601405143737793,1.0937221050262451,-2.7091221809387207 +348,-1.1869298301744058,0.15405271166691933,0.09407633464279946,-0.9162427186965942,-0.1534440964460373,-0.3700731694698334,-2.8786509037017822,-0.7149142026901245,0.12917748093605042,0.08936893939971924,-0.8646833300590515,-0.32000550627708435 +349,-1.2972610764080212,0.050756181885591285,-0.13569144522370627,-0.9615820050239563,-0.050734393298625946,-0.26978904008865356,-1.747907280921936,-1.2146599292755127,-0.6935411095619202,1.212970495223999,-1.1482402086257935,-0.27282872796058655 +350,-1.2803053279944365,0.2007549830511203,-0.09611144609273929,-0.9388611316680908,-0.19940920174121857,-0.28067028522491455,3.776463747024536,0.7678507566452026,-0.9350348114967346,1.0237152576446533,-0.5193865299224854,-1.435562014579773 +351,-1.4012360484947144,0.3422532604326568,0.44455647032512857,-0.9284918308258057,-0.3356105089187622,-0.158961683511734,7.093944549560547,2.4991776943206787,-1.8641514778137207,-3.816884994506836,0.7542811632156372,-2.0323681831359863 +352,-1.4509703222932964,0.6363057478774173,0.9374689401729724,-0.798529326915741,-0.594228208065033,-0.09614517539739609,1.3876953125,1.0159435272216797,-1.9639116525650024,0.34566372632980347,1.6787619590759277,0.6235041618347168 +353,-1.4706687337724382,0.7089536970631941,0.9848489767501752,-0.7552416324615479,-0.6510399580001831,-0.07587425410747528,-0.7661072015762329,-1.3289841413497925,1.2026525735855103,1.1051409244537354,1.7463617324829102,1.0964430570602417 +354,-1.5615525276928899,0.3675542263099661,0.6782666058890208,-0.9331690073013306,-0.3593340814113617,-0.008626272901892662,-4.674959659576416,-4.009897708892822,4.6817216873168945,-2.09814190864563,0.9657336473464966,-0.9362894892692566 +355,-1.4710033407777658,0.08832602850304963,0.3803172714105736,-0.9911460280418396,-0.08821123093366623,-0.09923906624317169,-2.629826068878174,1.2099202871322632,1.6585785150527954,-0.3160286545753479,-0.8182371258735657,-0.5623210072517395 +356,-1.5172377794846454,-0.07630900516181809,0.3485833062886694,-0.995660126209259,0.07623496651649475,-0.05337715893983841,2.632120132446289,-0.48834896087646484,-0.2258213609457016,-0.05141317844390869,-1.9671651124954224,-1.0081157684326172 +357,-1.62231617659792,0.09117291999500493,0.8452017269167853,-0.9945254921913147,-0.09104666113853455,0.05128318443894386,5.495981216430664,-2.2595174312591553,-2.5332388877868652,-0.2571989893913269,-0.7754389643669128,-1.3168318271636963 +358,-1.7857591287020744,0.3403303156896926,1.2893842720339044,-0.9209489822387695,-0.33379846811294556,0.20107653737068176,3.205416202545166,3.0682361125946045,-3.7819650173187256,-1.81769859790802,1.0928163528442383,-2.127239227294922 +359,-1.6739899899815935,0.516745272320153,1.6763361608676155,-0.8648066520690918,-0.4940530061721802,0.08956069499254227,2.661956310272217,2.9582362174987793,-0.9865264296531677,0.5082545280456543,1.5506936311721802,-0.23248982429504395 +360,-1.5975873354691763,0.48975412118761497,1.8694442644723057,-0.8821318745613098,-0.47040891647338867,0.023638857528567314,0.4051387310028076,1.26970636844635,0.9939136505126953,0.8288481831550598,1.2698016166687012,0.7241638898849487 +361,-1.537901119710195,0.29718084523902183,1.7772953111505976,-0.95564866065979,-0.2928257882595062,-0.031447604298591614,-3.7926201820373535,-0.8435087203979492,3.47963547706604,-0.07927882671356201,0.9821873307228088,0.3234398365020752 +362,-1.5419409481743265,-0.04518150329218151,1.4867625852822954,-0.9985636472702026,0.04516613110899925,-0.028821932151913643,-3.52960467338562,0.7594747543334961,2.0089797973632812,-2.202791213989258,-0.05175796151161194,-0.7007007598876953 +363,-1.4801664046260703,-0.23634730827055841,1.2381184884100227,-0.9682098031044006,0.23415304720401764,-0.08798982203006744,-1.5597939491271973,0.018660062924027443,1.5407050848007202,-0.036673009395599365,-1.279608964920044,-0.22489166259765625 +364,-1.4600302482836858,-0.23958377607503675,1.2563644946200772,-0.9654834866523743,0.23729830980300903,-0.10738234221935272,1.0793936252593994,-0.43693897128105164,-1.9108295440673828,0.3651112914085388,-2.0033047199249268,-0.06524037569761276 +365,-1.5040458736498103,0.06888675284432885,1.4636205540022407,-0.995406448841095,-0.06883228570222855,-0.06654269248247147,2.822376251220703,-1.621773362159729,-3.255258560180664,-0.9123082756996155,-0.9056091904640198,-1.1929024457931519 +366,-1.5993609950724945,0.45634306826037435,1.7877831091218774,-0.8973037600517273,-0.44066834449768066,0.02563815750181675,2.5470714569091797,1.1756541728973389,-4.363305568695068,-1.902531385421753,0.8017829060554504,-0.9659152030944824 +367,-1.5444257774659618,0.8090498964258839,2.0529877010901,-0.689946174621582,-0.723631739616394,-0.01819847896695137,2.2860143184661865,3.95005464553833,-2.636975049972534,0.0918322205543518,2.355116844177246,-0.013173578307032585 +368,-1.3296304712667155,0.8708610980415117,2.027634209669852,-0.6255260109901428,-0.7648839354515076,-0.15384984016418457,-1.470350980758667,1.2944978475570679,1.7881951332092285,1.2242504358291626,2.4528722763061523,0.8818466663360596 +369,-1.3248294776716818,0.4077506185167734,1.6974288629319074,-0.8903849720954895,-0.3965453803539276,-0.2235313355922699,-4.799642086029053,-3.379119396209717,5.041402339935303,-2.5046496391296387,1.0220794677734375,-1.6565650701522827 +370,-1.3053032096378916,0.05990935133133735,1.224927458735922,-0.9632320404052734,-0.05987352132797241,-0.2619144022464752,-4.026457786560059,0.06590162217617035,1.2882943153381348,-1.389627456665039,-0.8529072403907776,-1.8867062330245972 +371,-1.3641688944690804,-0.10592319163579036,0.9116875267294224,-0.9732430577278137,0.1057252287864685,-0.20401041209697723,-1.549385666847229,0.1292831003665924,-0.11251988261938095,0.8945229053497314,-1.9709901809692383,-1.3343501091003418 +372,-1.24451887962571,0.05665076573088837,1.041203061553359,-0.9457224011421204,-0.05662046745419502,-0.3200049102306366,4.161652565002441,0.49913719296455383,-3.0143444538116455,-0.46998798847198486,-1.2840625047683716,-1.669497013092041 +373,-1.1338773984939439,0.6005762298928091,1.425492497979992,-0.7475084066390991,-0.5651179552078247,-0.3491028845310211,4.961209297180176,2.7786271572113037,-3.4181020259857178,-2.5682263374328613,0.993722140789032,-1.0225706100463867 +374,-0.9962255011327023,0.9546205933244278,1.6923692996167974,-0.48511967062950134,-0.8160945177078247,-0.3140840530395508,1.5447911024093628,3.319495677947998,-0.25818997621536255,0.5650299191474915,2.5781335830688477,1.3779420852661133 +375,-0.9683607686067781,0.7400645315613548,1.6333772707168752,-0.6084312200546265,-0.6743355393409729,-0.41842925548553467,-3.2138681411743164,-2.897242784500122,2.3288350105285645,0.17769086360931396,1.9571266174316406,0.6895016431808472 +376,-1.1575666052050304,0.3072034688831063,1.4048699810620222,-0.8729522824287415,-0.30239421129226685,-0.38276901841163635,-4.207141399383545,-2.541813850402832,2.8245744705200195,-2.073504686355591,0.6081346273422241,-1.6655707359313965 +377,-1.2122141183252038,0.02308913206180551,1.1306365214836043,-0.9361457824707031,-0.02308708056807518,-0.35085344314575195,-3.699439287185669,-0.5326015949249268,0.49820029735565186,-0.5358543395996094,-0.8689722418785095,-0.49350690841674805 +378,-1.296713238803467,-0.08402811979139013,0.9021203570143714,-0.9592771530151367,0.08392927050590515,-0.26970937848091125,-1.13709557056427,0.01626313105225563,-0.7428867816925049,0.8985167145729065,-1.6073362827301025,-0.42406198382377625 +379,-1.3065560286089855,0.10556739172793068,0.9578652861655172,-0.9599173069000244,-0.10537141561508179,-0.2597220242023468,2.5888237953186035,-0.04774528369307518,-3.2520134449005127,-0.3035866618156433,-0.8664608001708984,-0.8045938014984131 +380,-1.2343614643834344,0.5201683162622479,1.2057496988148184,-0.8190882802009583,-0.4970262050628662,-0.286460280418396,4.301357746124268,2.1542720794677734,-3.1863198280334473,-2.4458959102630615,0.3627031147480011,-1.017922043800354 +381,-1.149681027642772,0.865068211157594,1.4950127719187496,-0.5919234156608582,-0.7611395120620728,-0.2651289701461792,2.3117733001708984,1.8798617124557495,-1.309875249862671,0.45880573987960815,2.284882068634033,1.0099867582321167 +382,-1.182984898085121,0.7591181948929188,1.476498899918222,-0.6715710759162903,-0.6882820129394531,-0.2743360102176666,-2.58935546875,-2.891317844390869,2.898881673812866,0.4225475788116455,2.227802276611328,1.0572645664215088 +383,-1.3577103845770961,0.29269338533675376,1.1641124107709515,-0.9358150362968445,-0.2885321080684662,-0.20248296856880188,-3.8558456897735596,-0.4331941306591034,2.324631690979004,-3.2242496013641357,-0.3233300447463989,-1.2556164264678955 +384,-1.289611688962134,0.09010575456960104,0.8880492219971926,-0.9568299055099487,-0.08998387306928635,-0.27636823058128357,-2.3769190311431885,-0.6173728704452515,0.6204270124435425,0.2494325041770935,-1.1319856643676758,-0.23049822449684143 +385,-1.3356465136503517,0.08525854736398036,0.7241636147819138,-0.9689470529556274,-0.08515529334545135,-0.232142373919487,-0.3239431083202362,0.5206839442253113,-1.6154544353485107,1.3597400188446045,-1.1863901615142822,-0.5246630907058716 +386,-1.401424812909927,0.18718329201735565,0.9286786647923274,-0.9684732556343079,-0.18609212338924408,-0.16561849415302277,4.072242736816406,-2.563885450363159,-0.2204626500606537,-1.4529592990875244,-0.8321878910064697,-1.0543370246887207 +387,-1.4647927818399964,0.508886142059813,1.319265651858199,-0.8683857321739197,-0.48720481991767883,-0.09239830821752548,4.040019989013672,2.00380539894104,-3.5429301261901855,-1.2226481437683105,1.3343117237091064,-0.2270902395248413 +388,-1.4628961962419826,0.7268182101489664,1.5661189443466563,-0.7429463863372803,-0.6644952893257141,-0.08047656714916229,0.8605225682258606,0.7212611436843872,0.2592671811580658,1.6653250455856323,1.9415491819381714,0.614518940448761 +389,-1.4981889281753173,0.4221264852969764,1.5291930998449894,-0.9098165035247803,-0.4097011983394623,-0.06617573648691177,-1.7867873907089233,-1.3142553567886353,3.671250581741333,0.9143787622451782,1.7567317485809326,0.30918723344802856 +390,-1.5565060215834485,-0.050165259843717995,1.2558177972618254,-0.9986400008201599,0.050144221633672714,-0.014271841384470463,-3.0630056858062744,0.3632354438304901,4.171913146972656,-2.988222122192383,0.9407310485839844,-0.8367413282394409 +391,-1.4203469872389307,-0.30016325642723557,0.9919386844252002,-0.9444971680641174,0.29567617177963257,-0.14318090677261353,-3.2739429473876953,2.167097568511963,0.6581115126609802,-0.9168614149093628,-0.8577184081077576,-0.042884767055511475 +392,-1.4601896562798853,-0.3526229193011403,0.7053373464185003,-0.9327353239059448,0.34536051750183105,-0.10358952730894089,-1.4475911855697632,-1.007989764213562,-0.7522022128105164,0.5308951735496521,-2.0552146434783936,-0.6749749779701233 +393,-1.5350612904622314,-0.1506076176111649,0.7242997629152722,-0.9880490303039551,0.15003889799118042,-0.03532300516963005,1.8756422996520996,-0.8338508605957031,-2.926708698272705,-0.19977152347564697,-0.8826591372489929,-1.3976908922195435 +394,-1.598705662964776,0.007334003693404216,1.3086167165345985,-0.9995838403701782,-0.007333938032388687,0.027904966846108437,7.8772664070129395,0.655316174030304,-3.9009997844696045,-2.5083813667297363,2.1986334323883057,-0.5228238105773926 +395,-1.5444982895291275,0.3186200908687167,1.6858242961006709,-0.949340283870697,-0.3132564127445221,-0.02497154287993908,-0.11485093086957932,1.704700231552124,-2.9532885551452637,0.9618372321128845,1.5362635850906372,0.8413167595863342 +396,-1.442517921621736,0.3319340621672328,1.532085537149734,-0.9376460313796997,-0.32587212324142456,-0.12094385921955109,-2.760754108428955,-2.362274646759033,2.9782068729400635,2.620049476623535,2.196462392807007,1.2361476421356201 +397,-1.7923151439526697,-0.2859333432121405,1.1129950738138752,-0.935955822467804,0.28205302357673645,0.21079105138778687,-3.2913873195648193,-4.439123630523682,8.221779823303223,-3.7953367233276367,2.6430110931396484,-1.786993384361267 +398,-1.7839443379356712,-0.5028556932857041,0.7716183171772026,-0.8563810586929321,0.4819296896457672,0.1853514164686203,-2.118345022201538,3.1135616302490234,-0.13245703279972076,-1.1858246326446533,-0.7647819519042969,-0.49760735034942627 +399,-1.7103297786916623,-0.44363077128428713,0.6343403063336742,-0.8944209814071655,0.42922160029411316,0.12561795115470886,0.048737019300460815,0.1625349223613739,-0.6439110636711121,0.2311062216758728,-1.990424633026123,-0.41353607177734375 +400,-1.7427576008259138,-0.25493756787701305,0.8015550168273541,-0.9534069895744324,0.25218498706817627,0.16558445990085602,2.2838246822357178,-0.9619870185852051,-3.4174022674560547,-0.19516795873641968,-1.0669127702713013,-1.1305960416793823 +401,-1.864433805154882,0.00886050092910229,1.2067133032147785,-0.9571599960327148,-0.008860385045409203,0.2894245982170105,3.9909939765930176,1.5984512567520142,-5.683538436889648,-4.04732608795166,1.4543864727020264,-1.5616109371185303 +402,-1.7884679686637848,0.4242034013951854,1.6747494000676015,-0.8898614048957825,-0.4115949273109436,0.19681590795516968,2.3595643043518066,1.1820018291473389,-4.148233413696289,-0.0995032787322998,2.2208752632141113,-0.2712481915950775 +403,-1.721164663578079,0.6939059289204138,1.8141060628151,-0.7600792646408081,-0.6395447254180908,0.11516112089157104,0.016376974061131477,1.0994007587432861,-1.144869089126587,1.678078532218933,2.4215118885040283,0.8321502208709717 +404,-1.7661666459216911,0.3611917740139902,1.5734990808311595,-0.9176797270774841,-0.35338935256004333,0.18160386383533478,-2.3611228466033936,-4.24562931060791,7.64546537399292,-1.440169334411621,2.5828967094421387,-0.40268850326538086 +405,-1.8304013597623248,-0.157718354327782,1.2371833345895764,-0.9544956088066101,0.157065287232399,0.25351276993751526,-2.432135581970215,0.2710835039615631,4.583204746246338,-2.3496580123901367,-0.7665471434593201,-0.9308047294616699 +406,-1.8334756593006944,-0.3161066673448612,1.0351882795178615,-0.9178504347801208,0.310868501663208,0.24680311977863312,0.08573932200670242,0.6164959073066711,-0.041031382977962494,0.20560044050216675,-2.393632173538208,-0.9304578900337219 +407,-1.761667222629615,-0.15803600416915056,1.2651956082067901,-0.969603955745697,0.15737898647785187,0.18734988570213318,3.43631911277771,0.07271939516067505,-3.3430073261260986,0.2548518180847168,-1.124893069267273,-1.0456109046936035 +408,-1.8116054934107575,0.15365976167723983,1.679440777857808,-0.9597029089927673,-0.15305578708648682,0.2356785535812378,4.5218329429626465,1.186311960220337,-5.3267998695373535,-4.23208475112915,0.6384683847427368,-2.5270910263061523 +409,-1.7556886421918685,0.6064134323927917,2.1899631435305977,-0.8076925873756409,-0.5699240565299988,0.15106144547462463,2.0515756607055664,3.3209972381591797,-4.056310176849365,-0.7409372925758362,2.432732105255127,-0.5055230855941772 +410,-1.7645383890192694,0.8311852898836695,2.5531718086760944,-0.6613907217979431,-0.738730788230896,0.12976691126823425,0.736687183380127,1.9490644931793213,-0.348145067691803,1.5827316045761108,2.056311845779419,0.6833130121231079 +411,-1.6899440103253012,0.6519835771946897,2.600352202509069,-0.7892464399337769,-0.6067643165588379,0.09448441863059998,0.702549397945404,0.3318975269794464,2.9412128925323486,0.7068031430244446,1.5979905128479004,0.5509471893310547 +412,-1.6962414854241183,0.17886137918370132,2.4284146715773094,-0.9763144850730896,-0.1779092401266098,0.12312042713165283,-2.135305404663086,-2.5365164279937744,5.618129253387451,-3.2778208255767822,0.904013991355896,-0.6381045579910278 +413,-1.6429523583548413,-0.1710645518785301,2.245080509866498,-0.9828398823738098,0.17023146152496338,0.07104115933179855,-1.4055405855178833,1.133786916732788,2.0744497776031494,-1.2842040061950684,-0.9428297281265259,-0.23705674707889557 +414,-1.630885007169994,-0.2819389923857462,2.1120201568923123,-0.9587841033935547,0.2782185971736908,0.05768151208758354,0.4782828092575073,-0.5920419096946716,-0.09993965178728104,0.469312846660614,-1.9885610342025757,-0.9428591728210449 +415,-1.589035615850251,-0.1459565271647141,2.4011914253832947,-0.9892027974128723,0.14543884992599487,0.018044356256723404,4.284231185913086,-0.6625131964683533,-2.7181382179260254,-0.43837904930114746,-1.0097577571868896,-1.095436930656433 +416,-1.6655498812211675,0.226744816599535,2.888715070498123,-0.9700323939323425,-0.22480686008930206,0.09219007939100266,2.8642141819000244,-0.023211896419525146,-5.2092742919921875,-2.546340227127075,0.7583609223365784,-1.018291711807251 +417,-1.7188458974879994,0.632120260167523,-3.106686581903326,-0.797950804233551,-0.590856671333313,0.11900703608989716,2.42840313911438,2.4982752799987793,-2.521148204803467,0.4555436968803406,2.4140379428863525,-0.9184303283691406 +418,-1.5095902330296944,0.6102949101469762,-2.974132247915819,-0.8179445862770081,-0.5731091499328613,-0.05012580007314682,0.4353625774383545,1.584639072418213,2.5706796646118164,1.2000703811645508,1.7370343208312988,0.80381840467453 +419,-1.5299140357448644,0.20568487324893014,-3.0567300859969966,-0.9781033396720886,-0.20423763990402222,-0.04000939801335335,-2.4536492824554443,-2.7702219486236572,5.4897613525390625,-1.150055170059204,0.904249906539917,0.45527732372283936 +420,-1.616546797661982,-0.11166724442355751,2.91152046731881,-0.9927318692207336,0.11143531650304794,0.04544966295361519,-1.9762589931488037,0.5723569989204407,1.6043263673782349,-1.6157886981964111,-0.7516331076622009,-0.8543791770935059 +421,-1.6147643222415413,-0.17621765752625718,2.713757928618404,-0.9835623502731323,0.17530706524848938,0.04327315464615822,-0.9824233055114746,-0.7009523510932922,0.30968162417411804,0.5773886442184448,-1.4319751262664795,-1.3307945728302002 +422,-1.5376064562750689,-0.03134587176369199,2.839657845594045,-0.9989582896232605,0.031340740621089935,-0.03316747397184372,2.5944879055023193,1.845031499862671,-2.5827221870422363,0.22011923789978027,-0.7619010210037231,-0.9680379629135132 +423,-1.393473775807373,0.3527382637593602,3.0877647316369536,-0.9237152338027954,-0.34546875953674316,-0.16553416848182678,3.651756525039673,2.7219245433807373,-3.8558363914489746,-2.6229920387268066,-0.13365718722343445,-1.198281168937683 +424,-1.2372642939808451,0.7883708606868973,-2.9731537232087355,-0.6661503911018372,-0.709205687046051,-0.2308051735162735,1.9256912469863892,2.713576078414917,-2.8828673362731934,-0.6714655756950378,1.8115922212600708,0.1391608864068985 +425,-1.177060828913337,0.9603139407333643,-2.8396164733310534,-0.5293982625007629,-0.8193715810775757,-0.21992702782154083,0.1926630735397339,0.13112328946590424,0.6987758874893188,1.0946447849273682,1.9461872577667236,1.1073782444000244 +426,-1.3278035149110912,0.6929209802056123,-2.7879687219698805,-0.7467806935310364,-0.6387872695922852,-0.18512026965618134,-2.0046164989471436,-2.0913069248199463,4.857629299163818,0.5937350988388062,1.5427026748657227,1.0919805765151978 +427,-1.4521273433248965,0.1416254097624686,-3.0675021128274076,-0.9830253720283508,-0.14115244150161743,-0.11720530688762665,-2.733306884765625,-0.5014271140098572,4.1691789627075195,-2.1505346298217773,-0.08940784633159637,-1.0622684955596924 +428,-1.4828595311167538,-0.19024693972367102,3.065838878749119,-0.9781633615493774,0.18910138309001923,-0.08623895794153214,-2.2523908615112305,0.5005477666854858,1.3712172508239746,0.03567379713058472,-1.4940482378005981,-0.2718847990036011 +429,-1.4166417039989987,-0.16826423287263914,2.9908391345627052,-0.97418612241745,0.16747134923934937,-0.15137629210948944,1.6595062017440796,0.3691259026527405,-2.034900188446045,0.6433297395706177,-1.636572241783142,-0.9786438941955566 +430,-1.3715992091029239,0.19345376906251466,-3.06414047945847,-0.9619406461715698,-0.1922493726015091,-0.1941910982131958,3.1783947944641113,0.29755035042762756,-3.42626953125,-1.9036445617675781,-0.6439474821090698,-1.2009657621383667 +431,-1.3936714121208742,0.6253369012511063,-2.718488973899906,-0.7980810403823853,-0.5853704810142517,-0.1428571343421936,2.642951011657715,2.300330877304077,-3.3338935375213623,-1.0552057027816772,1.4357579946517944,0.025654375553131104 +432,-1.3396570038740512,0.866111131500648,-2.5007229893112055,-0.6305667757987976,-0.7618154883384705,-0.14840102195739746,1.2629989385604858,0.3641693592071533,-0.5887541174888611,1.0114260911941528,1.8314414024353027,0.748178243637085 +433,-1.270723644990032,0.7629728186576611,-2.6247215588881776,-0.6904872059822083,-0.6910731792449951,-0.21364770829677582,-2.824263095855713,-0.1898764967918396,1.905019998550415,0.49418288469314575,1.8558375835418701,0.642877459526062 +434,-1.326581566179514,0.3642942599523101,-2.9390274343495886,-0.9066502451896667,-0.35628995299339294,-0.22592681646347046,-2.0903408527374268,-0.060752563178539276,2.350106954574585,-3.133892297744751,-0.5177792310714722,-1.4712014198303223 +435,-1.2001351996074388,0.1686017275031169,3.0890346708538705,-0.9188714027404785,-0.1678040623664856,-0.3570954203605652,-3.378788709640503,-0.2855099141597748,0.24719937145709991,0.5969109535217285,-1.1092193126678467,-0.12317490577697754 +436,-1.1962649351598578,0.13741924442087672,2.881142173631423,-0.921905517578125,-0.13698714971542358,-0.36238765716552734,0.16098347306251526,0.15649819374084473,-1.150783658027649,1.3851318359375,-0.9050202965736389,-0.5261621475219727 +437,-1.1725113894675643,0.3787769796067962,3.0503881902325514,-0.8563931584358215,-0.369784414768219,-0.360347181558609,4.100213527679443,1.2747794389724731,-2.6774823665618896,-0.6836305260658264,-1.0095185041427612,-1.4093977212905884 +438,-1.1008651736430524,0.8336779453935682,-2.9144204961888507,-0.599294900894165,-0.7404085397720337,-0.3043694496154785,3.3331944942474365,3.3271472454071045,-2.757591724395752,-1.4689881801605225,0.6152865290641785,-0.2391028106212616 +439,-1.0242640227970916,1.0540066754297155,-2.7226113704477126,-0.42211833596229553,-0.8694098591804504,-0.25679320096969604,0.9031952619552612,0.8576479554176331,-0.115352563560009,0.38618382811546326,1.9414312839508057,0.8927642107009888 +440,-1.0559533875689693,0.9183599647236595,-2.711717375126135,-0.5284227132797241,-0.7946069836616516,-0.2989468276500702,-1.7617356777191162,-1.3134843111038208,2.288917064666748,0.02584397792816162,1.6219689846038818,0.7757992744445801 +441,-1.1676106204797956,0.5142990490301077,-2.9821884695398486,-0.800826370716095,-0.4919247031211853,-0.34159526228904724,-3.495029926300049,-0.9005745649337769,1.8280116319656372,-1.9774329662322998,-0.587009072303772,-1.08223295211792 +442,-1.175913446249512,0.2578111322498192,3.0679216903069495,-0.8925355076789856,-0.2549646496772766,-0.37198591232299805,-2.358350992202759,-1.0110396146774292,1.4127401113510132,0.38031309843063354,-0.8512365818023682,-0.37863966822624207 +443,-1.2041610887093757,0.18686599591476055,2.886808440126544,-0.9172871112823486,-0.1857803612947464,-0.35223570466041565,-0.6419012546539307,1.089297890663147,-1.4626264572143555,1.4487965106964111,-1.1035720109939575,-0.7013074159622192 +444,-1.1928382992986886,0.37749365268193885,3.095003197271088,-0.8639808893203735,-0.3685917556285858,-0.34304094314575195,4.5429863929748535,0.0019790998194366693,-0.9333834648132324,-0.861193060874939,-1.0746760368347168,-1.4083170890808105 +445,-1.2554891453321644,0.7704648640761612,-2.7076120465370344,-0.6822106838226318,-0.6964688897132874,-0.2225298136472702,5.493841171264648,2.2719173431396484,-2.439939022064209,-1.8980658054351807,0.8334318399429321,-0.6059767007827759 +446,-1.2873046583071175,1.0302889921456209,-2.322736868947794,-0.49403202533721924,-0.8574477434158325,-0.1439305543899536,1.4042513370513916,1.7349449396133423,-1.0943459272384644,0.21865665912628174,1.7809858322143555,0.3664036989212036 +447,-1.1750800877965482,1.065517987479947,-2.3990622322576374,-0.446644127368927,-0.8750397562980652,-0.18658684194087982,-2.058603525161743,-0.7863860726356506,0.5037944316864014,0.4422495365142822,1.8391205072402954,0.7660088539123535 +448,-1.1488696743786946,0.6745498088082229,-2.828584362962455,-0.7124966979026794,-0.6245458126068115,-0.31982940435409546,-4.824472904205322,-6.158449172973633,3.3469948768615723,-2.358212471008301,0.3929327130317688,-1.4556528329849243 +449,-1.1069099457479985,0.34292930268741556,-3.113566460855992,-0.842247486114502,-0.3362472653388977,-0.4213751554489136,-2.8284637928009033,0.6625568270683289,0.7317426800727844,-0.47394514083862305,-0.6946365237236023,-0.5429803133010864 +450,-1.0701051059415694,0.20212781584712824,2.949087884737567,-0.8593916296958923,-0.2007542848587036,-0.4702593982219696,-1.8977769613265991,-1.2896302938461304,-1.056171178817749,1.2034618854522705,-0.8947962522506714,-0.08580142259597778 +451,-1.0982081399741568,0.3186776055890962,2.9625849647105755,-0.8455623388290405,-0.31331101059913635,-0.43227362632751465,4.0264692306518555,0.6964944005012512,-0.4311677813529968,0.4739193320274353,-0.9681525826454163,-1.4063036441802979 +452,-1.0975266380700324,0.6825874564234401,-2.861169407630083,-0.6906536221504211,-0.6308028697967529,-0.35367414355278015,6.579982280731201,3.0556795597076416,-2.1639440059661865,-2.2192277908325195,0.23180079460144043,-1.4948060512542725 +453,-1.24608370864297,1.0460535386293612,-2.4078353698951718,-0.4748096466064453,-0.8654528260231018,-0.1598341166973114,1.2314866781234741,0.4361896514892578,-2.103379249572754,-0.049909502267837524,1.7395985126495361,0.3874189257621765 +454,-1.1138615112019028,1.1204278076635692,-2.5742619138193237,-0.39063990116119385,-0.9002867341041565,-0.19205300509929657,-2.027272939682007,-0.9624620079994202,0.8451496958732605,0.7451168298721313,1.8742856979370117,0.6682950258255005 +455,-1.2071947489944896,0.7087289652445595,-2.7496428136479367,-0.7095553874969482,-0.6508693695068359,-0.27000024914741516,-3.574328899383545,-5.713589668273926,4.7030134201049805,-1.9627163410186768,0.6640377044677734,-0.9254190921783447 +456,-1.190467746233967,0.3195723727193898,-3.0057381910382706,-0.8815305829048157,-0.31416061520576477,-0.35243043303489685,-3.6638875007629395,-0.5764752626419067,2.0231566429138184,-1.4094393253326416,-0.7293727397918701,-0.7147845029830933 +457,-1.1887431507435748,0.07163534785619022,2.9754318740560715,-0.9255213737487793,-0.07157409936189651,-0.371870219707489,-2.573354482650757,-1.327062964439392,0.38731545209884644,0.6276698112487793,-1.078786015510559,-0.375291645526886 +458,-1.2176715194223697,0.1247613423178223,2.90653327393053,-0.9310036897659302,-0.12443793565034866,-0.343143492937088,2.868136405944824,0.32839393615722656,-1.3068594932556152,0.7364083528518677,-0.9749425649642944,-1.3403587341308594 +459,-1.293153226792582,0.41196106571229363,-3.0111315216905474,-0.881245493888855,-0.4004071056842804,-0.2511587142944336,4.367309093475342,0.6819896101951599,-1.7883057594299316,-2.087092399597168,-0.487776517868042,-1.407731056213379 +460,-1.3689564379482428,0.747183775443834,-2.5951444321944352,-0.7187128663063049,-0.6795754432678223,-0.14706751704216003,1.4519128799438477,2.383206367492676,-2.1410586833953857,-0.2372196912765503,1.5715126991271973,0.3133578300476074 +461,-1.3405986928480145,0.9161318189459706,-2.5138354304348707,-0.5928313136100769,-0.7932522296905518,-0.13893111050128937,-0.03684971109032631,0.09370759129524231,-0.7430577874183655,0.7288939952850342,1.8516628742218018,0.7263486385345459 +462,-1.1889793207402313,0.8310916207938667,-2.7074683045200167,-0.6255293488502502,-0.7386676669120789,-0.2511632442474365,-3.0735087394714355,-0.8630102872848511,2.300548553466797,0.389201283454895,1.1989338397979736,0.730457067489624 +463,-1.2305203482883025,0.3510556013309119,-3.082301480580425,-0.8851698040962219,-0.3438892066478729,-0.3133920729160309,-4.0290093421936035,0.1211007609963417,2.3749842643737793,-1.9635545015335083,-0.5532817840576172,-1.057503342628479 +464,-1.1937749764251184,0.11079956985671136,2.9090419907035576,-0.924064040184021,-0.11057300120592117,-0.36589515209198,-2.853400945663452,-0.33032193779945374,0.39041367173194885,0.517997145652771,-1.0969464778900146,-0.4660292863845825 +465,-1.202296523882986,0.11411914710405059,2.794038390323967,-0.9268009066581726,-0.11387161165475845,-0.3578732907772064,1.0514622926712036,-0.2947017550468445,-0.8828519582748413,1.1603214740753174,-1.0413103103637695,-0.7236543893814087 +466,-1.2790481569643295,0.3676199018725202,3.055447935128309,-0.893751323223114,-0.3593953847885132,-0.26840928196907043,3.069011926651001,0.8199263215065002,-2.0387160778045654,-1.7884385585784912,-0.9795633554458618,-1.042259693145752 +467,-1.2841341403451183,0.7090112054235119,-2.8809541211310585,-0.728033185005188,-0.6510835886001587,-0.21461060643196106,3.63266658782959,2.0748493671417236,-1.7769381999969482,-0.44944173097610474,1.2266147136688232,-0.039844974875450134 +468,-1.2444288429659964,0.9071189640603842,-2.7062466899641193,-0.5835002660751343,-0.7877322435379028,-0.19749803841114044,0.49049052596092224,1.1181737184524536,-1.0805250406265259,0.6473888158798218,1.8396884202957153,0.5963169932365417 +469,-1.2484732067807485,0.8378119391900871,-2.841427362627353,-0.6346338391304016,-0.7431808710098267,-0.211948424577713,-2.9264206886291504,-2.5831708908081055,1.781165599822998,0.1275537610054016,1.4512497186660767,0.6234779357910156 +470,-1.27654556055236,0.4046571484643261,2.9942665242976325,-0.8797283172607422,-0.3937036097049713,-0.2665998935699463,-4.71848726272583,-1.366814136505127,3.3209798336029053,-2.0575428009033203,-0.1237371563911438,-1.5238511562347412 +471,-1.343631864857552,0.12237797344370765,2.8299982691765675,-0.9670222401618958,-0.1220727413892746,-0.22353139519691467,-2.6593689918518066,-0.17452308535575867,1.1254589557647705,-0.028842628002166748,-1.1760687828063965,-0.24715650081634521 +472,-1.2950313171825152,0.12287169087357759,2.661306267432873,-0.9549628496170044,-0.12256275117397308,-0.27023032307624817,0.6952275633811951,0.8127844333648682,-1.586670994758606,1.371939778327942,-0.9685932397842407,-0.8169431686401367 +473,-1.2586716963122622,0.35267721121171003,2.8825551674703185,-0.8931084275245667,-0.345411479473114,-0.2881808578968048,3.767873764038086,-0.19122369587421417,-0.45656946301460266,-0.5782965421676636,-0.9191301465034485,-1.2699856758117676 +474,-1.3424373274088766,0.5489458315555601,-3.0472248180401347,-0.8309285044670105,-0.5217882394790649,-0.1931186318397522,3.9973087310791016,2.002068281173706,-1.7686116695404053,-1.5197184085845947,0.9815508723258972,-0.1465725153684616 +475,-1.2610221988658497,0.7367805404028899,-2.8598094718842475,-0.7053831815719604,-0.6719069480895996,-0.22577796876430511,0.12327266484498978,1.6039215326309204,-0.7521361708641052,0.7268065214157104,1.478105068206787,0.7109311819076538 +476,-1.296677040035212,0.7232643502860581,-2.8494186545383617,-0.721660315990448,-0.6618353128433228,-0.20292946696281433,-1.2311159372329712,-1.3754165172576904,1.5212113857269287,0.2828633785247803,1.7858892679214478,0.9866056442260742 +477,-1.4017055671363008,0.34050018815240063,-3.098333833074597,-0.9291446805000305,-0.33395859599113464,-0.15862444043159485,-3.5469672679901123,-2.5386624336242676,3.560077428817749,-2.8720178604125977,0.15361499786376953,-0.9822751879692078 +478,-1.4129144325098777,0.049683339528868366,2.9140229329273257,-0.9863439202308655,-0.04966290295124054,-0.1570327877998352,-2.689295768737793,-0.5392221212387085,1.0095734596252441,0.15261900424957275,-1.3440901041030884,-0.6391555666923523 +479,-1.415781469558783,0.0640588373092212,2.760324956604007,-0.9859827756881714,-0.06401503831148148,-0.15407811105251312,0.21449299156665802,0.8452442288398743,-1.6296228170394897,1.1948145627975464,-1.2245134115219116,-1.0830434560775757 +480,-1.38647563145097,0.32008924356701135,3.031801693430146,-0.9331285953521729,-0.3146512806415558,-0.1739695519208908,5.431459426879883,1.1451908349990845,-1.6738477945327759,-0.5368725061416626,-0.4322816729545593,-1.2875629663467407 +481,-1.4947088552043553,0.6322356325625895,-2.726838024979065,-0.8043745160102844,-0.5909497141838074,-0.0613212063908577,2.9699954986572266,3.7606444358825684,-3.7335546016693115,-2.0778582096099854,0.9907452464103699,-0.3122291564941406 +482,-1.361998409287542,0.8684268147076497,-2.536643825460515,-0.6319968104362488,-0.7633135318756104,-0.13391132652759552,0.591850996017456,1.501848816871643,-0.7471497058868408,0.8039024472236633,1.70172917842865,0.6429293155670166 +483,-1.4006370440078901,0.7922288978454196,-2.466969350909176,-0.6921181082725525,-0.7119203209877014,-0.11892028152942657,-0.9133440852165222,-1.5060555934906006,2.009021043777466,0.76198810338974,1.6971802711486816,1.0756158828735352 +484,-1.4133291696785437,0.43787675293645506,-2.844057427206498,-0.8944490551948547,-0.4240174889564514,-0.14202214777469635,-5.925763130187988,-4.150716304779053,3.2317700386047363,-2.350515604019165,0.2568727135658264,-0.8983221054077148 +485,-1.358283106628608,0.1818405022164107,-3.1166138222281137,-0.9613873362541199,-0.18084003031253815,-0.20743975043296814,-1.0720806121826172,1.3569471836090088,0.5584811568260193,-0.7575914859771729,-1.1082682609558105,-0.059695884585380554 +486,-1.2124199284378407,0.1409747874935107,3.021019452592454,-0.9271772503852844,-0.14050829410552979,-0.3472745716571808,-0.5866818428039551,0.2656394839286804,-0.5251045227050781,1.0864485502243042,-1.0324958562850952,0.15060409903526306 +487,-1.1311471304050706,0.30377568134993554,3.062624050106973,-0.8634691834449768,-0.29912513494491577,-0.4061345160007477,2.9299848079681396,-0.43728044629096985,0.24560154974460602,1.4837236404418945,-0.6323018670082092,-0.8593074083328247 +488,-1.2611317944312888,0.5652972322093439,-2.897676115356887,-0.8042649626731873,-0.535666823387146,-0.2573307156562805,3.951368808746338,3.763775587081909,-3.3735742568969727,-2.5590620040893555,0.227164626121521,-1.7669460773468018 +489,-1.2391433388205968,0.9011424275856698,-2.5286599659366717,-0.5868892073631287,-0.7840365171432495,-0.2021087110042572,2.1109719276428223,2.203267812728882,-1.2316473722457886,0.05510514974594116,1.6724793910980225,0.4428924024105072 +490,-1.2532209846033497,0.9967417890735102,-2.350292054828057,-0.5158864259719849,-0.8397061228752136,-0.16957220435142517,-0.3292989134788513,0.2868279218673706,0.40137505531311035,0.7854329943656921,1.779327154159546,1.170777678489685 +491,-1.2017733704477058,0.7081372456225016,-2.650105169558582,-0.7084403038024902,-0.6504200100898743,-0.27398189902305603,-3.77018141746521,-3.4589624404907227,2.8464598655700684,-1.8538613319396973,0.40176278352737427,-0.9698230028152466 +492,-1.1466482496408978,0.4059220323586246,-2.921430343921176,-0.8373290300369263,-0.39486604928970337,-0.3781018853187561,-3.456378221511841,-0.5753086805343628,1.2940622568130493,-0.406704843044281,-0.5492410659790039,-0.1926073431968689 +493,-1.176826003914473,0.1860513778157933,3.0933779236449745,-0.907456636428833,-0.1849798709154129,-0.37723308801651,-2.469388246536255,-0.9307472705841064,0.41765502095222473,1.0238964557647705,-0.8588128089904785,-0.13083875179290771 +494,-1.1948154969397353,0.19906951014663105,3.1140204183894746,-0.911778450012207,-0.1977573037147522,-0.3599334955215454,4.491345405578613,-0.46955907344818115,0.8590505123138428,0.9499101638793945,-0.5427212119102478,-1.3293975591659546 +495,-1.3449203226455457,0.4415159695366173,-2.7095746637718254,-0.8811390995979309,-0.4273105561733246,-0.20248350501060486,4.598306179046631,2.788217782974243,-2.95847487449646,-2.4535164833068848,0.05009809136390686,-1.2358099222183228 +496,-1.2552466963218591,0.7573558552144958,-2.441988752738299,-0.6907771825790405,-0.6870024800300598,-0.2255094200372696,1.682810664176941,1.7400726079940796,-1.3826581239700317,0.3963741064071655,1.5581724643707275,0.0856168270111084 +497,-1.3069063150313338,0.8473900941258862,-2.2633886342399894,-0.639026939868927,-0.7495553493499756,-0.17265944182872772,-0.3185880482196808,0.28051677346229553,0.5461456775665283,0.8951457738876343,1.8284127712249756,1.2709566354751587 +498,-1.2776855477709226,0.5786335673825364,-2.620598052489952,-0.8015034198760986,-0.5468804836273193,-0.24189673364162445,-4.873111724853516,-5.153461933135986,2.7412407398223877,-2.1323649883270264,0.7403161525726318,-1.3953255414962769 +499,-1.163958734883599,0.32615460793118883,-2.997040608469053,-0.8699612021446228,-0.32040274143218994,-0.3748458921909332,-3.9788827896118164,0.3839126229286194,0.5410301685333252,-0.41177695989608765,-0.6985028982162476,-0.09933623671531677 +500,-1.1593230862763908,0.16132132056397797,2.965352201333614,-0.9046323299407959,-0.1606225073337555,-0.3947669565677643,-3.24869441986084,-1.4066107273101807,-0.5623409152030945,1.0161434412002563,-1.2640143632888794,-0.2680291533470154 +501,-1.1236304390235181,0.27403501900684607,2.8674148263405517,-0.868031919002533,-0.2706180810928345,-0.4162771999835968,3.4466395378112793,1.270078182220459,-1.471145749092102,0.7721913456916809,-0.589474081993103,-1.2436654567718506 +502,-1.1722587004768785,0.586550262567623,-3.054349752466904,-0.7675838470458984,-0.5534911751747131,-0.32320690155029297,4.945334434509277,2.3059120178222656,-1.495469331741333,-2.5945072174072266,-0.033697545528411865,-1.755711555480957 +503,-1.1544647533526462,0.8952317838224224,-2.6489703850134076,-0.57192063331604,-0.7803540229797363,-0.2528917193412781,2.4966940879821777,2.583037853240967,-0.7728367447853088,0.0049803853034973145,1.7037701606750488,0.22483083605766296 +504,-1.200085195415333,0.9136862185286058,-2.4640165891080312,-0.5693377256393433,-0.7917607426643372,-0.22129103541374207,-0.8034133911132812,-0.39593997597694397,1.2199547290802002,0.6950090527534485,1.7912113666534424,1.075462818145752 +505,-1.218396183218812,0.6352724109257616,-2.634050894493228,-0.7554458975791931,-0.593396782875061,-0.2778158485889435,-4.257302284240723,-2.9106335639953613,3.1026740074157715,-0.2292952537536621,1.0580880641937256,0.486540824174881 +506,-1.2851384788435631,0.21628437459687216,-2.97518456048535,-0.9371222257614136,-0.2146020531654358,-0.2752234637737274,-3.123426914215088,-0.38553234934806824,1.9714173078536987,-2.0221824645996094,-0.6652502417564392,-0.9264366626739502 +507,-1.2558352230907528,0.0481339491388644,3.000320037047003,-0.9497072696685791,-0.04811536520719528,-0.30942073464393616,-3.648198127746582,0.034613367170095444,0.24665085971355438,0.540573239326477,-0.8387559652328491,0.06956782937049866 +508,-1.2447814183287955,0.06684192367710771,2.787725605589409,-0.9452107548713684,-0.06679216027259827,-0.31955522298812866,0.30730000138282776,0.43444007635116577,-1.4969797134399414,1.3515980243682861,-0.9125627279281616,-0.7232609391212463 +509,-1.3309082833105883,0.30065211079334025,3.0341937108900714,-0.9277927279472351,-0.296143114566803,-0.22693629562854767,3.2169535160064697,-0.46355774998664856,-2.164165496826172,-1.9219844341278076,-0.889190137386322,-1.0766372680664062 +510,-1.2964154732343744,0.6673056399511538,-2.93305722203728,-0.7561092972755432,-0.618871808052063,-0.21282987296581268,2.508678436279297,2.8702073097229004,-2.685901165008545,-0.6580600142478943,1.271978497505188,0.0546572208404541 +511,-1.3567428432666622,0.8188981694952453,-2.7061982398863806,-0.6674383282661438,-0.7303937077522278,-0.1450902670621872,1.0092970132827759,0.08914276212453842,0.5677576065063477,1.261905550956726,2.1650402545928955,0.9575749635696411 +512,-1.4020080035681204,0.5275151183738284,-2.707299246023082,-0.85178142786026,-0.5033878087997437,-0.14515182375907898,-2.4227187633514404,-0.9128721356391907,3.791165351867676,0.4298759698867798,1.5422368049621582,0.6684215068817139 +513,-1.5299643420709428,0.00987924695800543,-3.058609581258202,-0.9991177916526794,-0.009879086166620255,-0.040818650275468826,-2.771808624267578,0.8010578751564026,2.926065683364868,-3.1981935501098633,-0.07964423298835754,-1.3006272315979004 +514,-1.409243050411567,-0.13799719860660764,2.9427227067206085,-0.9775959253311157,0.13755963742733002,-0.1593223214149475,-2.587022066116333,1.3262819051742554,0.34577319025993347,0.1712605357170105,-1.1404893398284912,-0.375421941280365 +515,-1.3664075896830579,-0.12087118646256169,2.86015485849503,-0.9720410108566284,0.12057708203792572,-0.20148777961730957,0.9813927412033081,0.8599110841751099,-1.4991271495819092,0.5830792784690857,-1.470033884048462,-0.24126124382019043 +516,-1.3209422296815576,0.16491757859532294,3.022797606419365,-0.9558017253875732,-0.1641710251569748,-0.24390770494937897,4.0499444007873535,-0.6756224036216736,-2.283857583999634,-0.5836117267608643,-0.8246747851371765,-1.2842600345611572 +517,-1.441688149134411,0.5948108624951784,-2.882147507427188,-0.8213611841201782,-0.560352087020874,-0.1066376119852066,3.2409796714782715,2.704413652420044,-4.331286907196045,-1.5318341255187988,1.314166784286499,-0.4983733892440796 +518,-1.4333873022937529,0.8644054924469435,-2.589481764321595,-0.6429741978645325,-0.7607095241546631,-0.08891074359416962,1.469942569732666,1.2697044610977173,-0.9408009052276611,1.0737298727035522,1.863492727279663,0.6510598063468933 +519,-1.3760310416151764,0.7288661930689374,-2.688917777507564,-0.7318268418312073,-0.6660243272781372,-0.14436452090740204,-1.4045429229736328,-0.8371589183807373,2.842214822769165,0.7584534883499146,1.8828364610671997,0.25126761198043823 +520,-1.4360565780384111,0.2942967259067595,-2.896962209277428,-0.9483323693275452,-0.2900668978691101,-0.1285569816827774,-4.931737899780273,-3.9831345081329346,5.366011142730713,-2.2106032371520996,0.9349033236503601,-0.5023939609527588 +521,-1.3638697369856936,0.021502133779117378,-3.124171305859111,-0.9784407019615173,-0.0215004775673151,-0.20540553331375122,-2.4859981536865234,1.7724028825759888,0.3183702528476715,-0.9960770606994629,-0.8850394487380981,-0.06125710904598236 +522,-1.2985132754721893,-0.03754193524780241,2.9366192346152493,-0.9624807834625244,0.03753311559557915,-0.26874157786369324,-1.8800506591796875,-0.6638006567955017,-0.37190327048301697,0.7901327610015869,-1.087826132774353,0.057834625244140625 +523,-1.316070076266893,0.06691265709333598,2.8332897437713167,-0.9655667543411255,-0.06686273962259293,-0.2514166235923767,0.9903774261474609,-0.27560433745384216,-1.7413721084594727,0.7274990677833557,-0.6959546208381653,-0.6228204369544983 +524,-1.4494973577501942,0.3011390713941017,3.124910283270342,-0.947982132434845,-0.29660820960998535,-0.11555656045675278,4.45151948928833,2.0703303813934326,-3.7348012924194336,-3.982849597930908,-0.22234317660331726,-1.3697339296340942 +525,-1.3308515454370398,0.7448182311869312,-2.8409622447415734,-0.714148223400116,-0.6778382062911987,-0.17472220957279205,2.63604474067688,1.9900059700012207,-2.2420713901519775,0.18399685621261597,1.6838195323944092,0.13889454305171967 +526,-1.334216790208699,0.8546085621164448,-2.704924020351514,-0.6382271647453308,-0.7543140053749084,-0.153873011469841,-0.49295157194137573,-0.23273932933807373,1.1929272413253784,1.3678107261657715,1.8236650228500366,0.8617434501647949 +527,-1.4002051670481153,0.6050238068788049,-2.7755651643299557,-0.810549795627594,-0.5687816739082336,-0.13962973654270172,-1.417304277420044,-0.328021377325058,3.2426297664642334,0.4257994294166565,1.4198863506317139,0.4881099462509155 +528,-1.5217111569058677,0.1282835538377054,-3.06679507213249,-0.9905884861946106,-0.12793199717998505,-0.04866229370236397,-2.46797513961792,1.569006323814392,2.787018299102783,-3.1292998790740967,-0.05181656777858734,-1.1207712888717651 +529,-1.3669352082974786,-0.035277557063374695,3.0492073778232913,-0.9786828756332397,0.035270240157842636,-0.20232602953910828,-1.9347254037857056,1.8504648208618164,0.49645596742630005,0.10189759731292725,-0.980994701385498,-0.025945425033569336 +530,-1.3363516284669656,-0.054110302594166534,2.930582326302022,-0.9712198972702026,0.05408390238881111,-0.2319629043340683,0.18020577728748322,0.28355497121810913,-1.6114718914031982,0.7675303816795349,-1.347342610359192,-0.381455659866333 +531,-1.3373140387460576,0.20263352577078422,3.0848869411465314,-0.9529616832733154,-0.20124967396259308,-0.2266329526901245,3.8414041996002197,-1.3243215084075928,-2.029994487762451,-0.6439773440361023,-0.6976302862167358,-1.1135770082473755 +532,-1.4299364349195136,0.4793225860729052,-2.8429272990623966,-0.8785192966461182,-0.4611782133579254,-0.12457313388586044,3.361623764038086,2.493058204650879,-3.696171760559082,-1.5951440334320068,1.1791805028915405,-0.30131494998931885 +533,-1.4066310780802644,0.743260419850875,-2.564442886472055,-0.7263673543930054,-0.6766920685768127,-0.1203271746635437,1.6652902364730835,0.6754759550094604,-1.0428749322891235,0.9207642078399658,1.4196728467941284,0.5635033845901489 +534,-1.4474967610928635,0.6735155303563892,-2.5793203581076236,-0.7756997346878052,-0.6237376928329468,-0.0961310938000679,-1.8155564069747925,-1.190506935119629,2.5663070678710938,1.1925852298736572,1.5917859077453613,0.6471717357635498 +535,-1.4363236007355193,0.3583160739977471,-2.889262464537098,-0.928034245967865,-0.35069775581359863,-0.12555299699306488,-6.13270378112793,-3.1572513580322266,4.80097770690918,-0.4711814522743225,1.4212391376495361,0.06984317302703857 +536,-1.4646319631715967,-0.07497501820440347,-3.0920370597266578,-0.9915764927864075,0.07490479201078415,-0.10566737502813339,-0.8725061416625977,0.9892977476119995,2.4906487464904785,-1.8565223217010498,-0.5979150533676147,-0.4528805613517761 +537,-1.3741710179725248,-0.21457413309928866,3.0708195809612855,-0.9582405686378479,0.21293134987354279,-0.19088062644004822,-2.1805226802825928,0.17066752910614014,0.2228303849697113,0.23903268575668335,-1.5577341318130493,0.3028953969478607 +538,-1.3791239206234926,-0.1226270428840788,2.9415982939861665,-0.974315345287323,0.12231994420289993,-0.1890704333782196,0.8614535927772522,-0.192630335688591,-2.022937059402466,0.5298267006874084,-1.0620172023773193,-0.5909130573272705 +539,-1.4766170958338458,0.17967737676164375,-3.1379828787069353,-0.9795411825180054,-0.1787121593952179,-0.0925261527299881,2.9091227054595947,-0.439206600189209,-3.2763619422912598,-2.16453218460083,-0.4455249011516571,-1.0221893787384033 +540,-1.3920773955810755,0.6088682926117717,-2.902671165013743,-0.8072303533554077,-0.5719394683837891,-0.14582322537899017,2.5481879711151123,3.3551008701324463,-3.6760125160217285,-0.5147758722305298,1.4500980377197266,-0.25061535835266113 +541,-1.306663398004313,0.9668982180808976,-2.6770321099873344,-0.5481618642807007,-0.8231282830238342,-0.14825138449668884,1.4263856410980225,2.710052967071533,-2.231463670730591,1.1729482412338257,1.985573410987854,0.8712433576583862 +542,-1.2712281853037188,0.848575676640115,-2.7253713479660777,-0.6316118240356445,-0.7503396272659302,-0.19508160650730133,-1.465428352355957,-0.8515198230743408,3.2534103393554688,0.6556749939918518,1.9076578617095947,0.5979746580123901 +543,-1.4529344925197618,0.3513302309615809,-2.916709355097578,-0.9324018955230713,-0.34414708614349365,-0.1104063019156456,-1.8123397827148438,0.6037744879722595,3.7096402645111084,-3.6600968837738037,0.26193273067474365,-1.1830658912658691 +544,-1.349402508331292,0.09172489707253308,-3.0159849392505187,-0.9714911580085754,-0.0915963277220726,-0.21866653859615326,-1.999199390411377,1.5376827716827393,1.1835321187973022,-0.34856194257736206,-0.9320243000984192,-0.15080976486206055 +545,-1.3428583853503233,0.0067284073084859465,3.124314332506003,-0.9741123914718628,-0.006728356704115868,-0.22596415877342224,-0.4604269862174988,0.3178417682647705,-0.68208247423172,0.815115749835968,-1.3220984935760498,-0.6765474081039429 +546,-1.277677828609695,0.19889906431402854,-2.9968643255102405,-0.9384731650352478,-0.19759021699428558,-0.2832426130771637,3.9545698165893555,0.533736526966095,-1.7733001708984375,0.1039699912071228,-0.5282245874404907,-0.8733888864517212 +547,-1.4323203055842992,0.481122482822434,-2.6360434915504136,-0.8779903054237366,-0.46277451515197754,-0.12236373871564865,3.448251724243164,1.4837249517440796,-3.2660183906555176,-2.608032703399658,0.3697569668292999,-0.9838526844978333 +548,-1.3558865284794568,0.805898392421949,-2.3721845722296147,-0.676533579826355,-0.7214530110359192,-0.14767423272132874,2.561296224594116,1.8483744859695435,-1.86774742603302,0.22005164623260498,1.383959174156189,-0.18936191499233246 +549,-1.3703576786880736,0.970224472355413,-2.1802318438390498,-0.5538005232810974,-0.8250125646591187,-0.11251385509967804,0.4756132662296295,0.5731204152107239,-0.18080732226371765,0.9976633787155151,1.360016107559204,0.4996293783187866 +550,-1.4288708643467745,0.8567933363711397,-2.128905320775928,-0.6482798457145691,-0.7557465434074402,-0.09263020008802414,-1.6889748573303223,-0.14738549292087555,2.5096704959869385,0.5910136699676514,1.5581910610198975,1.0293978452682495 +551,-1.4930279216942808,0.310018956738953,-2.347323190314635,-0.9494494795799255,-0.3050766885280609,-0.07398638874292374,0.4551120400428772,1.6420584917068481,3.353642463684082,-2.700376510620117,-0.4210585653781891,-1.199100136756897 +552,-1.3469290297904644,0.10987406196664715,-2.308558794603192,-0.9691665768623352,-0.10965312272310257,-0.220663383603096,-0.5935194492340088,1.4608525037765503,1.114746332168579,0.1305282711982727,-0.7976192235946655,0.024786293506622314 +553,-1.3303375165505038,0.045845966191323015,-2.27791746722869,-0.9702083468437195,-0.045829907059669495,-0.23789803683757782,1.0722965002059937,-0.3281957507133484,0.06422625482082367,0.955758273601532,-0.9784926176071167,-0.10840016603469849 +554,-1.416083964755195,0.156659859770764,-1.958940457952778,-0.9759559631347656,-0.15601985156536102,-0.1522088199853897,5.132934093475342,-1.5043997764587402,-0.9229429364204407,0.14006435871124268,-0.6077283024787903,-1.0151190757751465 +555,-1.651743597749511,0.28605114315792324,-1.5055487481634036,-0.9562241435050964,-0.2821660339832306,0.07757323980331421,2.7342324256896973,2.719510793685913,-3.4422695636749268,-1.9613630771636963,0.8019567131996155,-1.166959285736084 +556,-1.5967315152554782,0.4993423381638101,-1.1709228594860848,-0.8776022791862488,-0.47884827852249146,0.022765886038541794,2.0536911487579346,1.4771267175674438,-1.3173415660858154,0.6674584150314331,1.1499756574630737,-0.024535896256566048 +557,-1.590667744800555,0.5360330348636997,-0.9590668248523223,-0.8595717549324036,-0.5107294321060181,0.01708315871655941,2.0976052284240723,0.1938275843858719,0.2873789668083191,0.7627242207527161,1.0509364604949951,0.34737300872802734 +558,-1.6154607950455875,0.3679851778819931,-0.8791488537514842,-0.9321234822273254,-0.35973623394966125,0.041660506278276443,-2.2377233505249023,-1.5002094507217407,4.691707611083984,0.3909095525741577,0.5823314189910889,0.5163533687591553 +559,-1.6448803711683033,0.020692194363234495,-0.9203590926070699,-0.9970433712005615,-0.020690718665719032,0.07400044053792953,0.6840206980705261,0.23361161351203918,2.486276149749756,-1.2034111022949219,-0.7691347002983093,-0.1883193403482437 +560,-1.595551022592515,-0.09403422139395137,-0.9297095777507025,-0.9952769875526428,0.09389570355415344,0.024642813950777054,-0.07975170016288757,0.38176748156547546,0.5002498030662537,0.4815899133682251,-1.1572654247283936,-0.36260974407196045 +561,-1.5403477225692084,-0.07554936844336865,-0.6855117580014916,-0.996685266494751,0.07547751814126968,-0.030357057228684425,4.627910614013672,0.17772261798381805,-1.0228583812713623,0.35136061906814575,-0.815360963344574,-0.7853015661239624 +562,-1.576989560140598,0.14698736632624568,-0.20914286299611196,-0.989197850227356,-0.14645865559577942,0.006126411259174347,5.132653713226318,-1.1479377746582031,-3.335805654525757,-1.5361775159835815,-0.6215009689331055,-1.4490127563476562 +563,-1.6845677719910204,0.44110941692422506,0.12303197484970599,-0.8984324932098389,-0.42694294452667236,0.10265928506851196,1.7333338260650635,1.6422401666641235,-3.7966864109039307,-1.7705433368682861,0.7751942873001099,-1.2011699676513672 +564,-1.5871681381583618,0.7375057458802021,0.4107939749029107,-0.7400487661361694,-0.6724438667297363,0.012117020785808563,1.2846704721450806,3.3712210655212402,-1.0762852430343628,0.5902838706970215,1.9304701089859009,0.12103116512298584 +565,-1.4561209362070886,0.7233753314672171,0.48453691674657223,-0.7446526885032654,-0.6619185209274292,-0.0857696384191513,-1.5262373685836792,0.7365309000015259,0.39849862456321716,0.3527764678001404,1.2504804134368896,1.092132568359375 +566,-1.3646002683070426,0.4205228661172759,0.3060640727227065,-0.8935379385948181,-0.4082378149032593,-0.18690034747123718,-2.9074764251708984,-3.973132848739624,5.173342227935791,-0.7758498191833496,0.7069438695907593,0.1292678862810135 +567,-1.5011104699595783,-0.01718789118240019,0.1506240386673172,-0.9974256753921509,0.017187044024467468,-0.06961919367313385,-2.198568820953369,-0.12654456496238708,2.316406726837158,-1.4051775932312012,-1.0501612424850464,-0.19893550872802734 +568,-1.5316697517554168,-0.13108806810300436,-0.02943594944114218,-0.9906615614891052,0.13071295619010925,-0.03878098353743553,-0.8108983635902405,-0.5692387223243713,-0.4133243262767792,0.5192717909812927,-1.6483674049377441,-0.6544105410575867 +569,-1.4986384669722836,0.07263912286383108,0.09205205124189833,-0.9947674870491028,-0.07257526367902756,-0.07190512865781784,2.9716529846191406,0.16706493496894836,-2.7541842460632324,0.42341750860214233,-0.7584031224250793,-0.8232059478759766 +570,-1.5923682390566083,0.3838165233783303,0.4537993460474417,-0.9270264506340027,-0.3744620382785797,0.02000083588063717,2.8656888008117676,0.5777839422225952,-3.7880640029907227,-2.4463865756988525,-0.2032357156276703,-0.884518027305603 +571,-1.356747113473818,0.7103956112727762,0.6270699318754891,-0.7408031225204468,-0.6521337628364563,-0.16103525459766388,2.857867479324341,3.135148763656616,-1.7715184688568115,0.24443471431732178,2.187976598739624,-0.13806746900081635 +572,-1.33034853874429,0.6977981432380471,0.842616834849064,-0.7442145943641663,-0.6425320506095886,-0.1824750006198883,-0.2741389870643616,0.5492833852767944,2.302941083908081,0.8730140924453735,1.7162015438079834,1.1254223585128784 +573,-1.3498213288235423,0.379663406013127,0.7594078721969739,-0.9062052965164185,-0.370607852935791,-0.20357303321361542,-3.2101480960845947,-1.9982181787490845,2.9305405616760254,-1.3894948959350586,0.3825249671936035,-0.10601255297660828 +574,-1.3311919908086416,0.1200282916591774,0.5186060435260755,-0.9644427299499512,-0.11974029242992401,-0.23561082780361176,-2.1064412593841553,0.23450595140457153,1.5093653202056885,-0.8537945747375488,-0.6739761233329773,-0.6933900117874146 +575,-1.2999648445959446,-0.04632937993468441,0.40798097323982513,-0.9625148773193359,0.046312808990478516,-0.26724565029144287,-1.250561237335205,0.037941671907901764,0.8748929500579834,0.5699977874755859,-1.0962090492248535,-0.09734785556793213 +576,-1.2412914076794128,0.009901017303133086,0.3962107388468537,-0.9461562037467957,-0.009900855831801891,-0.3235587477684021,1.688880443572998,0.7587321400642395,-1.5406638383865356,1.0086562633514404,-0.9938222765922546,-0.1891976296901703 +577,-1.3359332274822664,0.2504508480420738,0.6032194670899217,-0.9422035813331604,-0.2478407621383667,-0.22544948756694794,3.506261110305786,-0.40094518661499023,-1.7189743518829346,-2.3921470642089844,-0.6688309907913208,-1.5414113998413086 +578,-1.2621984842185034,0.6027276607481048,0.8726383144559394,-0.7848766446113586,-0.566891610622406,-0.2502046823501587,1.811731219291687,2.623680353164673,-1.7736655473709106,-0.1655626893043518,1.6279115676879883,0.05818811058998108 +579,-1.2327234103169782,0.7162285662625494,0.9999701424987345,-0.7115910649299622,-0.6565446257591248,-0.2501741647720337,0.20634673535823822,0.0886792466044426,0.8346007466316223,1.1631139516830444,1.558476448059082,1.0074068307876587 +580,-1.2590761416348135,0.5555668420387184,0.8709814883389663,-0.808657169342041,-0.5274249911308289,-0.2605697512626648,-4.099573612213135,-2.1880335807800293,1.9449210166931152,0.424623966217041,1.2710773944854736,0.8489944338798523 +581,-1.3556115489454132,0.24297047044797035,0.512314756850824,-0.9482419490814209,-0.24058690667152405,-0.20725610852241516,-2.894325017929077,0.10848569869995117,1.700837254524231,-1.850921869277954,-0.26251059770584106,-0.98505038022995 +582,-1.2719175283198594,0.048990909071502116,0.26564892096804144,-0.954520583152771,-0.04897131398320198,-0.29409560561180115,-2.9956142902374268,0.34529194235801697,1.2142239809036255,0.538291335105896,-0.610864520072937,-0.012422919273376465 +583,-1.2667895856700533,-0.07193043443124598,0.07850614173144245,-0.9516774415969849,0.0718684196472168,-0.29857152700424194,-0.9225345849990845,0.3213200867176056,-0.32334104180336,0.7885763049125671,-1.2408289909362793,-0.35369589924812317 +584,-1.2926001031651904,0.12738611091030513,0.16736023951241402,-0.9537612795829773,-0.12704187631607056,-0.2723965048789978,2.6938719749450684,-1.6548233032226562,-2.385014533996582,-0.7010238766670227,-0.9267300963401794,-0.8778719902038574 +585,-1.4414339616755911,0.46291285886842504,0.47862367564796604,-0.8872793912887573,-0.44655629992485046,-0.11542513966560364,2.618915319442749,0.7842399477958679,-2.9123458862304688,-1.3631021976470947,0.6643754243850708,-0.24474330246448517 +586,-1.351414557463829,0.6671770475337722,0.6402148572629084,-0.7667432427406311,-0.6187708377838135,-0.17096102237701416,0.13066084682941437,0.9132269024848938,-0.8702303767204285,0.7619366645812988,1.742244839668274,0.7655349969863892 +587,-1.3216236042888743,0.5203929449332262,0.5098836133641806,-0.8408288359642029,-0.49722111225128174,-0.21395805478096008,-2.331538200378418,-2.310579776763916,2.839533805847168,1.1424646377563477,1.6686078310012817,0.9259331822395325 +588,-1.5686412030116526,0.08501074930788888,0.26296183422873565,-0.9963865280151367,-0.0849083960056305,-0.002147339517250657,-4.8111348152160645,-4.6206254959106445,4.908641815185547,-2.602353096008301,0.445031076669693,-0.4688761830329895 +589,-1.6372371805856738,-0.2149322756041759,-0.11534615575603084,-0.9748353958129883,0.21328125894069672,0.06486436724662781,-2.484252691268921,0.6929994821548462,0.9971973299980164,-1.3635131120681763,-0.7057128548622131,-0.6126853227615356 +590,-1.557923630864191,-0.23340364593623364,-0.3246833983103828,-0.9728041291236877,0.23129020631313324,-0.012523303739726543,-0.7307072877883911,0.8457896709442139,-0.20144473016262054,0.532084584236145,-1.078656554222107,-0.4325603246688843 +591,-1.4618711443553936,-0.09636553975061275,-0.26501001238997446,-0.989461362361908,0.09621646255254745,-0.10820554196834564,2.32949161529541,0.36621537804603577,-2.014385461807251,0.569768488407135,-0.8263342976570129,-0.5755255222320557 +592,-1.480532137969171,0.1980396990537262,0.019813384972495237,-0.976462721824646,-0.19674772024154663,-0.08837977796792984,4.308197498321533,0.8710827231407166,-2.980069398880005,-2.661766529083252,-0.10351473093032837,-1.4034110307693481 +593,-1.3860106947515765,0.5782592015455162,0.3425613793323322,-0.8231588006019592,-0.5465670228004456,-0.15386317670345306,2.921017646789551,2.81889271736145,-1.7469805479049683,-0.06157618761062622,1.7542695999145508,-0.015539869666099548 +594,-1.31148934334936,0.6334207528432302,0.4521630054111219,-0.7790609002113342,-0.5919053554534912,-0.20666898787021637,-1.6481033563613892,-0.9237940311431885,1.8038921356201172,1.6134573221206665,1.5513169765472412,1.0039559602737427 +595,-1.3421943281013933,0.3523519090297604,0.29728068479952763,-0.9141461849212646,-0.34510618448257446,-0.21269366145133972,-2.787667751312256,-1.1534178256988525,2.7348899841308594,0.37003302574157715,1.1823101043701172,0.46363967657089233 +596,-1.4592581584754274,-0.04631005000039949,-0.026280573673332277,-0.9927206635475159,0.04629349708557129,-0.11118771135807037,-2.00347900390625,0.6730768084526062,1.897317886352539,-2.534256935119629,-0.3240644931793213,-1.4967529773712158 +597,-1.3545309306415971,-0.11924935797942877,-0.18079713402157774,-0.969769299030304,0.11896692961454391,-0.21305958926677704,-1.7435210943222046,1.2857129573822021,-0.18444828689098358,0.17469483613967896,-1.008844256401062,-0.04054152965545654 +598,-1.320714197009197,-0.0631390026543036,-0.28382814404403633,-0.9669615030288696,0.06309705972671509,-0.2469903975725174,0.5789487957954407,0.31484168767929077,-1.984919548034668,0.5900236368179321,-1.2105426788330078,-0.2645299434661865 +599,-1.297052728554367,0.24801243999688022,-0.12045594424588142,-0.9333072304725647,-0.24547770619392395,-0.2620658278465271,4.2411603927612305,-0.6378481984138489,-2.1652286052703857,-1.0415921211242676,-0.5088405609130859,-1.4785958528518677 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/er6.csv b/BoostRunClub/CoreML/DataSet/Motion/running/er6.csv new file mode 100644 index 0000000..e1d64b5 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/er6.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-1.3817605371358115,0.566746947812225,0.2978094440526923,-0.8286230564117432,-0.53689044713974,-0.1585322916507721,2.776799440383911,2.1871063709259033,-2.1820294857025146,-0.7226158976554871,1.0637917518615723,-0.285208523273468 +1,-0.27784083736880544,0.9199921858421444,-0.4359564871050636,-0.1661660075187683,-0.7955968976020813,-0.5825928449630737,-0.48007896542549133,1.0454624891281128,0.6935402750968933,0.2530953288078308,-0.3939935564994812,-0.212130606174469 +2,-0.2321886990827229,0.8268532185223876,-0.3449888942896184,-0.15582789480686188,-0.73580402135849,-0.6590220332145691,0.22320973873138428,1.463484764099121,0.8399409651756287,-0.3185526132583618,-0.09538793563842773,-0.7422078251838684 +3,-0.2854365179488547,0.8614285333385517,-0.18240170627741722,-0.18340595066547394,-0.7587738037109375,-0.6249997019767761,0.05410633608698845,0.08276146650314331,0.5923705697059631,-0.35100263357162476,0.4474944472312927,0.6139981150627136 +4,-0.2791609720054227,0.8772770510009854,-0.20867644214010622,-0.17614412307739258,-0.7690010666847229,-0.6145002245903015,0.26452285051345825,-0.6966428756713867,-0.27126607298851013,-0.24432706832885742,0.5811958909034729,0.263715922832489 +5,-0.5488448330569355,0.781425500462437,-0.14609579534351688,-0.3703616261482239,-0.7042921185493469,-0.6056441068649292,-3.3569984436035156,-2.5040745735168457,2.428945302963257,-0.42747464776039124,0.4533613324165344,0.09937280416488647 +6,-0.6896736001561233,0.3338337131677201,-0.24372222987689787,-0.601158082485199,-0.3276675045490265,-0.7288641929626465,-4.144005298614502,-1.8929868936538696,1.796856164932251,0.06851953268051147,-0.1480405330657959,-0.287966251373291 +7,-0.8013465688504958,0.021983939698884722,-0.33838180465915746,-0.7181200385093689,-0.021982168778777122,-0.695572018623352,0.0688031017780304,-0.14804580807685852,1.0602751970291138,0.6303667426109314,-1.417043685913086,-1.096053957939148 +8,-0.7609009710010703,0.20176872132683574,-0.16729259668479624,-0.6755852699279785,-0.20040248334407806,-0.7095233201980591,4.478090286254883,-0.270516574382782,-0.69272780418396,-0.15903997421264648,-0.5825412273406982,-1.1610057353973389 +9,-0.8704978509777027,0.4705976934611316,0.04599025157120619,-0.6815304160118103,-0.4534190893173218,-0.5743929743766785,3.3953206539154053,0.31942734122276306,-0.5877695083618164,-1.0501437187194824,0.6525920629501343,-0.8815852999687195 +10,-0.8668933118232438,0.6643677868986545,0.18669463234428604,-0.6001812815666199,-0.6165615320205688,-0.5095433592796326,1.3606550693511963,0.7021968364715576,-0.6527791023254395,0.5236126780509949,1.4521327018737793,1.0344305038452148 +11,-1.0081571249668873,0.627293735989571,0.30507925148480175,-0.6848163604736328,-0.5869558453559875,-0.4318672716617584,-0.6827346682548523,-2.9492545127868652,1.8678473234176636,-0.007444322109222412,1.6115378141403198,0.8498207330703735 +12,-1.2523654921101075,0.2286690556706333,0.2966232930530797,-0.9250054955482483,-0.2266814261674881,-0.30492696166038513,-3.4100053310394287,-3.692962646484375,5.273867130279541,-1.3061957359313965,0.5612761378288269,-1.01012122631073 +13,-1.3830061495046106,-0.3151309355403539,0.36543615040162086,-0.9340407252311707,0.30994096398353577,-0.1774950623512268,-0.3250879645347595,0.1041015088558197,5.095414638519287,-1.4786789417266846,-0.5123946070671082,-0.3056897521018982 +14,-1.1551842441460087,-0.5510645567958387,0.5758168595718556,-0.7794389724731445,0.5235944986343384,-0.34398189187049866,2.8225479125976562,1.3083921670913696,0.36828112602233887,-0.3605145215988159,-1.550511121749878,0.5333739519119263 +15,-1.039570127376441,-0.4590780620084909,0.9300680055067777,-0.7729169130325317,0.4431218206882477,-0.45413917303085327,3.421424627304077,-2.6940860748291016,1.5040818452835083,0.717481791973114,-0.28758901357650757,0.41904401779174805 +16,-1.0761835850315271,-0.4867376712345332,1.3613721671195267,-0.7779347896575928,0.467744916677475,-0.4195619523525238,2.175743341445923,-1.0595014095306396,2.015270948410034,-1.3644449710845947,0.5663737058639526,-0.4446043372154236 +17,-1.0420631081222749,-0.4642966733865967,1.4165791675666368,-0.772039532661438,0.4477940499782562,-0.45103833079338074,-1.4287487268447876,0.13691937923431396,-1.5605412721633911,0.4823209047317505,-0.5233250260353088,0.36433786153793335 +18,-1.1574507987498703,-0.37799367892201324,1.1961138561140803,-0.8511343598365784,0.3690565228462219,-0.3733198940753937,-1.4533947706222534,-0.4828331470489502,-1.6034531593322754,1.111891746520996,0.024070918560028076,0.3529798686504364 +19,-1.4039671237824654,-0.429975387035252,1.0057840893026462,-0.896355926990509,0.41684842109680176,-0.15094128251075745,-2.8352837562561035,0.21316514909267426,-0.6966802477836609,-1.8041292428970337,-0.3942349851131439,-0.6400896310806274 +20,-1.3067477857515053,-0.3721598722843368,0.7252099144084457,-0.899258017539978,0.3636282980442047,-0.24312454462051392,-2.8781113624572754,2.001185417175293,-1.4092854261398315,-0.930423378944397,-0.4766043722629547,0.5764985680580139 +21,-1.2350806273270707,-0.34335026302724336,0.47815089373686537,-0.8890652656555176,0.33664369583129883,-0.3102159798145294,1.3799716234207153,1.220401406288147,0.40871667861938477,1.2598843574523926,0.23035764694213867,0.5187883377075195 +22,-1.0136079652682586,-0.38165442116185433,0.9161034577097105,-0.7876778244972229,0.3724563717842102,-0.49075448513031006,4.4055867195129395,0.22211089730262756,6.43638277053833,0.8780861496925354,1.0415146350860596,0.5046247243881226 +23,-0.8066519014648504,-0.7588313302104934,1.5335298764188894,-0.5238941311836243,0.6880738735198975,-0.5020849108695984,-1.1810276508331299,-0.43909409642219543,2.4143288135528564,-2.710496187210083,-0.33188802003860474,-0.31392449140548706 +24,-1.166100948637687,-0.6900109449440488,1.0927045477922177,-0.7089402079582214,0.6365455985069275,-0.30366671085357666,-3.2941110134124756,-1.0507162809371948,-5.637087821960449,-0.7972700595855713,-0.14071130752563477,-0.7144912481307983 +25,-1.356579978336054,-0.1136917853544278,0.6829438265397136,-0.9708347916603088,0.11344701796770096,-0.21120931208133698,-1.1966646909713745,-0.3871614933013916,-6.53204870223999,0.4866430163383484,1.2119313478469849,-0.24028293788433075 +26,-1.4241480607197143,0.3876926641037599,0.540589519302177,-0.9158469438552856,-0.37805333733558655,-0.13527850806713104,-1.180763602256775,0.700202226638794,-3.574263572692871,-0.0823678970336914,0.7494369149208069,0.14730243384838104 +27,-1.106565374794412,0.5997587179156666,0.15891117301231264,-0.7381089925765991,-0.5644432902336121,-0.3695928752422333,-2.944152593612671,-0.07868041098117828,-2.087103843688965,0.3680070638656616,-0.07416749000549316,0.030344247817993164 +28,-0.8960160210387043,0.6007637303683587,-0.09492705662036036,-0.6441215872764587,-0.5652726292610168,-0.5153388381004333,-0.4374712407588959,0.7596355676651001,-0.8685306906700134,0.7873711585998535,-0.2600141763687134,0.06892776489257812 +29,-0.8685265271734243,0.7293028369143127,-0.020462423986543334,-0.5692044496536255,-0.6663499474525452,-0.4816471040248871,2.413126230239868,1.1620458364486694,-0.3251592218875885,0.48471659421920776,-0.07214486598968506,-0.35432085394859314 +30,-0.9050784142062981,0.7644637715499589,0.10021452011144358,-0.5676400661468506,-0.6921500563621521,-0.4457722008228302,-1.739358901977539,1.992872714996338,-0.19389164447784424,-0.9409810900688171,0.02824026346206665,-0.4815044105052948 +31,-0.5848095649132922,0.6506308484247297,0.057809536723370185,-0.43925976753234863,-0.6056885123252869,-0.6634699702262878,0.4650360345840454,1.1553187370300293,2.651782989501953,-0.05333971977233887,0.5162414908409119,0.38781994581222534 +32,-0.6983904178970407,0.6270150966974487,0.3157027239712792,-0.5206786394119263,-0.5867302417755127,-0.620194673538208,0.3543281853199005,-0.07621930539608002,-0.03835032135248184,-0.6021698713302612,-0.017380475997924805,0.556199312210083 +33,-0.6751284452067106,0.6998426479378536,0.17262326574419942,-0.478087842464447,-0.6440973281860352,-0.5971353054046631,-1.0991456508636475,-0.6503715515136719,-2.273906946182251,-0.796417772769928,-0.18361568450927734,-0.5527975559234619 +34,-0.42538299303585503,0.6396021645609117,-0.03841452627634027,-0.33109861612319946,-0.5968762636184692,-0.7308299541473389,-1.210149884223938,2.281639575958252,-0.8271592855453491,0.30683714151382446,-0.41028010845184326,-0.11856579780578613 +35,-0.22037047399760654,0.5828123546300185,0.0238345902024534,-0.18250571191310883,-0.5503742098808289,-0.8147268891334534,1.5413962602615356,2.89104962348938,1.553222894668579,0.34864342212677,0.10335272550582886,0.16552644968032837 +36,-0.3735498498786397,0.6100195872546467,0.30183611117627546,-0.29910412430763245,-0.5728834867477417,-0.7631128430366516,0.21919043362140656,-2.581820011138916,4.437040328979492,0.5974439382553101,0.045356690883636475,0.3006342053413391 +37,-0.5504384719752722,0.47129377116107324,0.6329258457821587,-0.46603772044181824,-0.45403939485549927,-0.7593793869018555,-2.596369743347168,-1.060695767402649,1.9719942808151245,-0.15891650319099426,-0.24516409635543823,-0.33392810821533203 +38,-0.6072704004569416,0.31599029046628435,0.6775324157409364,-0.5423757433891296,-0.3107578754425049,-0.7805498838424683,-1.3196994066238403,1.1796878576278687,3.006138324737549,-0.06725865602493286,-0.08983108401298523,0.6866167783737183 +39,-0.7797459704386598,0.2107176259755165,0.9243896669805013,-0.687546968460083,-0.20916171371936798,-0.6953635215759277,3.118523359298706,-2.0415453910827637,3.613866090774536,0.3708966374397278,0.8436831831932068,-0.226740300655365 +40,-1.0269140338950757,0.007078785763805694,1.1830344196635385,-0.855684757232666,-0.007078726775944233,-0.5174490213394165,0.1473233848810196,-0.49897101521492004,3.153510570526123,-0.314298152923584,0.08730942010879517,-0.4442209005355835 +41,-0.9963682494275334,-0.17454212249570236,1.2404222818567148,-0.8267478942871094,0.17365723848342896,-0.5350990891456604,-0.32741448283195496,0.8597962260246277,1.2351771593093872,-0.4476814270019531,-0.30857545137405396,0.1328926682472229 +42,-0.9494555436140656,-0.19506460258447628,1.2110200399625148,-0.7976784110069275,0.19382990896701813,-0.5710859298706055,0.7814679145812988,-1.208324670791626,0.23613673448562622,0.6361793875694275,-0.31828057765960693,0.16346263885498047 +43,-1.0404702344032697,-0.20082146351950536,1.3582857623968658,-0.8453056812286377,0.19947434961795807,-0.4956493079662323,1.3713284730911255,-0.9767024517059326,1.639742136001587,-0.1942145824432373,-0.09458541870117188,-0.4662342071533203 +44,-1.0146535248466713,-0.22074790607031775,1.5755094096284983,-0.8286886215209961,0.21895943582057953,-0.515103816986084,0.6270241141319275,-0.07952768355607986,0.9915218353271484,-0.5504007339477539,0.051624685525894165,-0.19740527868270874 +45,-0.9983332007552745,-0.2960036276496517,1.650728162468843,-0.8040128350257874,0.29169997572898865,-0.5181453824043274,0.19785693287849426,-0.9259628057479858,1.9074883460998535,1.53733491897583,-0.23748546838760376,-0.2867862582206726 +46,-1.0619823365708683,-0.5028844183902051,1.7062064398285577,-0.7652021050453186,0.4819548428058624,-0.42683175206184387,-1.394142508506775,-0.5365777611732483,1.8360706567764282,0.9457287788391113,-0.3505156636238098,0.274411678314209 +47,-1.0474346698854593,-0.6869853139109746,1.5973355280651957,-0.6696691513061523,0.6342092156410217,-0.38642197847366333,-1.1214978694915771,0.341591477394104,1.5779484510421753,-0.30544376373291016,0.524527907371521,-0.45938795804977417 +48,-1.0383964630950313,-0.8316627607430513,1.5464940790325397,-0.5804092288017273,0.7390525341033936,-0.3419453799724579,-0.49697282910346985,0.129798024892807,0.6797451376914978,-0.2259719967842102,-0.19718235731124878,0.4764668941497803 +49,-1.0685265349327009,-0.9273847822214225,1.539074463333357,-0.5258325338363647,0.8000537157058716,-0.28881528973579407,-0.6247304081916809,-1.3151174783706665,0.5921450853347778,0.49197328090667725,-0.8579913377761841,0.35830384492874146 +50,-1.1299654562742634,-1.0601220584098334,1.6718798994612398,-0.4420383870601654,0.8724151253700256,-0.20855191349983215,0.5630841851234436,0.6834946274757385,3.5207133293151855,-0.4212123155593872,-0.38297420740127563,-0.15451568365097046 +51,0.20770364383449666,-1.4009001231314413,-3.0779248620050073,0.034866612404584885,0.9856023192405701,-0.1654461771249771,-1.8536040782928467,-2.432612419128418,4.309762477874756,0.14910860359668732,-0.7921513915061951,0.7699994444847107 +52,0.059238517116177794,-1.4733522529418017,3.079185141428322,0.005759887862950563,0.9952560663223267,-0.09711837768554688,-1.3955944776535034,3.547224521636963,-0.03304290398955345,0.22382384538650513,-0.4914262294769287,-0.04520034044981003 +53,1.8400349886425558,-1.4874277129750937,-1.6883027694133015,0.0802711695432663,0.996526837348938,0.022149918600916862,-0.17257356643676758,-0.2244754284620285,0.5018243193626404,0.1546531319618225,-0.9507200717926025,-0.1882418394088745 +54,2.9500906598543075,-1.4281067302143873,-0.5043466719280155,0.027066662907600403,0.989837110042572,0.1396067887544632,-0.39796721935272217,3.5276591777801514,0.9406321048736572,0.2191949337720871,0.9289862513542175,0.047313347458839417 +55,2.322324947077701,-1.4605035601019563,-1.515465289082878,0.08042145520448685,0.9939239025115967,0.07515029609203339,0.8216869831085205,1.408653736114502,0.13271312415599823,-0.8521041870117188,-0.39907538890838623,0.4447929859161377 +56,1.7063566039341953,-1.484172883208887,-2.1288168469202295,0.08572213351726532,0.9962505102157593,0.011692225001752377,0.7338393926620483,0.48561951518058777,0.08837725967168808,-0.06410044431686401,-1.0806621313095093,-0.12222695350646973 +57,2.0461469882937497,-1.5042484530282292,-1.6965345824610483,0.05912565812468529,0.9977865219116211,0.030432898551225662,1.425316333770752,-8.739876747131348,-1.2294203042984009,0.07629609107971191,0.9925240874290466,-1.215445637702942 +58,0.03365792090145983,-1.5181505350795677,3.0904583956979503,0.0017707898514345288,0.9986145496368408,-0.052591513842344284,1.0016158819198608,-4.24377965927124,0.13648369908332825,-0.05323868617415428,0.3265349864959717,-0.6533868908882141 +59,0.23565495533462535,-1.4555600760702536,-3.0265239604381304,0.026845958083868027,0.9933676719665527,-0.11180397123098373,-0.9285009503364563,0.44668102264404297,0.3038279116153717,0.22991368174552917,-1.0033469200134277,0.10646337270736694 +60,0.7963954867822826,-1.52032551371594,-2.5511495632751955,0.03606298938393593,0.9987266063690186,-0.03527839109301567,-0.26446956396102905,1.1625045537948608,-0.061806805431842804,0.17925378680229187,-0.26860886812210083,-0.12437433004379272 +61,1.9558328010232464,-1.536152990992047,-1.6259899287513657,0.03210441395640373,0.9993999600410461,0.013010778464376926,-0.36945804953575134,4.895165920257568,0.34736084938049316,0.20002755522727966,1.1364948749542236,0.23882031440734863 +62,1.1689804163028776,-1.5518424860767228,-2.725400497831724,0.01743803732097149,0.999820351600647,-0.007410038728266954,0.5018855333328247,2.094792366027832,-0.255678653717041,-0.12531769275665283,-0.4682347774505615,0.16770362854003906 +63,-0.6880667845271421,-1.5308341979172084,1.6457836109103539,-0.025372538715600967,0.9992015957832336,-0.030863411724567413,-0.24936233460903168,-0.23732803761959076,-0.32191941142082214,0.07680991291999817,-1.1144969463348389,-0.2507985830307007 +64,-0.5694452926318819,-1.518437954574899,1.9566418957806233,-0.02821890078485012,0.998629629611969,-0.04407920688390732,1.1836585998535156,-6.21413516998291,0.5593979954719543,-0.057169295847415924,4.025692939758301,-0.8000522255897522 +65,-1.4482881638868437,-1.5075065399722976,1.4456133091820864,-0.06277316808700562,0.9979978799819946,-0.007728930562734604,0.28991690278053284,0.011532207950949669,-0.6177290081977844,-0.2659469246864319,0.2604249119758606,0.5922321081161499 +66,-0.5221645380170341,-1.4509499961448382,2.3903629205947117,-0.05963151156902313,0.9928269982337952,-0.1036277636885643,0.24227818846702576,-0.2316906750202179,0.43483611941337585,0.16346755623817444,-0.9533525109291077,-0.049005866050720215 +67,1.7948603921635031,-1.54950152246019,-1.628607393112991,0.020766504108905792,0.9997732639312744,0.004732491448521614,-0.9158941507339478,1.0948656797409058,0.9619848728179932,0.3152625560760498,-0.7898885011672974,-0.25606000423431396 +68,0.5049285358508696,-1.5431460618307093,-2.8859472914391318,0.013374840840697289,0.9996177554130554,-0.024198252707719803,0.09473519772291183,2.7211129665374756,-0.15349726378917694,0.19621989130973816,0.8439186215400696,-0.04467993974685669 +69,-0.7759103899569608,-1.4947308507205084,1.706457042669252,-0.05322252959012985,0.9971083998680115,-0.05424216017127037,0.009910894557833672,2.3462154865264893,-1.408681869506836,-0.18580639362335205,-0.5630569458007812,0.05746179819107056 +70,-1.4674673157267684,-1.368153048976178,1.0790448281194458,-0.2001858800649643,0.9795380234718323,-0.020758941769599915,0.5114527344703674,-1.9057080745697021,-1.2554521560668945,0.1620694100856781,-1.066864013671875,-0.130592942237854 +71,-1.4759436845583553,-1.3369282598747652,1.265232011375113,-0.23070041835308075,0.9727773070335388,-0.021948406472802162,2.1668145656585693,-5.447888374328613,0.6984803676605225,-1.9597902297973633,5.293168067932129,-1.6329587697982788 +72,-1.407120588308754,-1.3231975731946088,1.6859357904501893,-0.2418007105588913,0.9695037007331848,-0.03993415832519531,0.14403995871543884,0.1782824844121933,-0.24642843008041382,-0.08002236485481262,0.03391408920288086,0.6736927032470703 +73,-1.2417273852333468,-1.3681892606453174,1.7805019842651533,-0.19042663276195526,0.9795452952384949,-0.06502781808376312,-0.49254438281059265,0.00261737871915102,0.9483771324157715,0.36034852266311646,-0.9408643841743469,-0.28119415044784546 +74,-2.009580467114358,-1.554262722964014,1.0234904020448348,-0.01496141217648983,0.99986332654953,0.0070213316939771175,-0.109013631939888,2.3057312965393066,1.481709599494934,0.20726792514324188,-0.7127235531806946,-0.06988751888275146 +75,-1.3818086755006715,-1.499854295052992,1.6499400265074462,-0.0696210116147995,0.9974846839904785,-0.013316428288817406,-0.3161499798297882,1.8591359853744507,-0.23921428620815277,-0.153203085064888,0.8795447945594788,0.00475621223449707 +76,-1.3710790600494018,-1.4475725787491018,1.2204826188368205,-0.12046868354082108,0.992417573928833,-0.02438475377857685,-0.6789992451667786,1.3992151021957397,-1.0042600631713867,-0.07525579631328583,-0.474625825881958,0.027558565139770508 +77,-1.4562883852417836,-1.3502017984642518,1.1742743024279703,-0.21737679839134216,0.9757675528526306,-0.025000734254717827,0.7458321452140808,-1.1329425573349,-0.9444637894630432,0.14804084599018097,-1.049086093902588,-0.11820298433303833 +78,-1.5062482843210325,-1.3111701041719837,1.2721969986775747,-0.25618475675582886,0.9664859771728516,-0.01655922830104828,1.0844225883483887,-3.827338218688965,0.5694252252578735,-0.9286144375801086,3.717824935913086,-0.9892085790634155 +79,-1.3250517566601236,-1.3273342768956848,1.7967978614808222,-0.23382119834423065,0.9705092310905457,-0.05864561349153519,0.7039715051651001,-2.679847240447998,-0.22707146406173706,-0.41734760999679565,0.4778854250907898,0.6357024908065796 +80,-1.2914932562152575,-1.357204670920867,1.8587360334728449,-0.20375686883926392,0.9772759079933167,-0.05843745544552803,-0.1506209820508957,-0.28654757142066956,0.5026417970657349,0.2735200524330139,-0.9019891023635864,-0.09045779705047607 +81,-1.81748645136115,-1.4354631102225932,1.3048415488596794,-0.1308346688747406,0.990856409072876,0.03294668346643448,-0.9786191582679749,0.835971474647522,1.4669651985168457,0.426214337348938,-0.9832271933555603,-0.28987419605255127 +82,-1.2793269683203112,-1.5030468192057926,1.7764867981742443,-0.06484223157167435,0.99770587682724,-0.019453557208180428,-0.9282425045967102,3.4402124881744385,-0.45744970440864563,0.28368377685546875,0.8196616172790527,0.06407022476196289 +83,-1.418952528449222,-1.3969285095036879,1.2541051863795853,-0.1710033118724823,0.9849230051040649,-0.026167210191488266,-0.6195859909057617,2.4925050735473633,-2.1669516563415527,-0.09860426187515259,-0.35027939081192017,0.09327536821365356 +84,-1.6433052432489261,-1.2363686683346764,1.023648750179329,-0.3273659646511078,0.9445983171463013,0.023778637871146202,0.4812897741794586,-0.12823203206062317,-0.5434752106666565,0.2472725808620453,-1.0804932117462158,-0.10172057151794434 +85,-1.5611684468086626,-1.2424161508831668,1.1311042040665864,-0.322495698928833,0.9465659856796265,-0.003105045761913061,0.7551634311676025,-1.236860752105713,0.10926271229982376,-0.4394672214984894,0.9067666530609131,-0.7318955659866333 +86,-1.5372217591991686,-1.2478493146187075,1.3922758631235133,-0.3171834349632263,0.948304295539856,-0.01065330021083355,0.2842978835105896,-1.557550072669983,-1.1325538158416748,-0.6406259536743164,0.5653369426727295,0.5902889370918274 +87,-1.5612368768690421,-1.2674885974949088,1.3780549832835973,-0.29866471886634827,0.9543537497520447,-0.002855157246813178,-0.49428901076316833,-0.4156981110572815,0.8236210346221924,0.27913346886634827,-0.6970906257629395,-0.17645084857940674 +88,-2.0965993966690655,-1.406700259530246,0.9265511525273014,-0.14129391312599182,0.986566424369812,0.08199187368154526,-0.6619247794151306,-1.664677619934082,2.171752691268921,0.25686395168304443,-1.0939425230026245,-0.35077548027038574 +89,-2.099590028791198,-1.511707615789242,0.7812374936727914,-0.050989869982004166,0.9982547760009766,0.02979326620697975,0.4105672836303711,0.7232171297073364,-0.11034556478261948,0.8753764629364014,3.581838607788086,-0.06436967849731445 +90,-1.831750800648452,-1.4736562426575441,0.8492026075133786,-0.09370564669370651,0.9952856302261353,0.025023512542247772,-0.7640738487243652,2.915949583053589,-1.7086890935897827,-0.2916398346424103,0.13005030155181885,0.3038492202758789 +91,-1.773554722226919,-1.2483872264273232,0.762232377261021,-0.3103618025779724,0.9484748244285583,0.0638052299618721,0.154008150100708,-0.7362375259399414,-1.0510135889053345,0.1901225447654724,-1.1543159484863281,-0.258675217628479 +92,-1.7573585645880387,-1.2473614365570356,0.8582922421369589,-0.312310129404068,0.9481493234634399,0.05895080417394638,0.2634880542755127,-0.8780865669250488,0.2304992377758026,0.232109934091568,-1.021376371383667,-0.19661569595336914 +93,-1.6259614004628173,-1.32137007096483,1.1828097382702862,-0.2464725524187088,0.9690542221069336,0.013610485009849072,1.0909736156463623,-3.202267646789551,-0.2035406529903412,-0.6718929409980774,1.4001169204711914,-0.017684578895568848 +94,-1.642453734017793,-1.315233422259785,1.284363753190872,-0.2521415650844574,0.9675211310386658,0.018098799511790276,0.08117756247520447,-1.3386534452438354,0.8159581422805786,0.1970420777797699,-0.25459998846054077,0.03149223327636719 +95,-2.0725615568858755,-1.4523328041219135,0.9246054811562557,-0.1036175787448883,0.9929913878440857,0.05684426799416542,-1.2219215631484985,0.036145973950624466,1.7580087184906006,0.1848096251487732,-1.061121940612793,-0.27341222763061523 +96,-3.100933145296185,-1.4323719847037284,-0.2125667117401353,-0.005608767736703157,0.9904346466064453,0.13786877691745758,0.5818842649459839,1.404470682144165,0.2960974872112274,0.44628259539604187,-0.4149036407470703,-0.3690546751022339 +97,-1.8963658668863528,-1.4461491604437988,0.8671687158082124,-0.1177944540977478,0.992241621017456,0.03976529836654663,0.22406131029129028,4.018005847930908,-0.3623729348182678,-0.3436008095741272,0.709647536277771,0.1812582015991211 +98,-1.6567426239336556,-1.2965092593794776,0.7721427701603116,-0.2698606848716736,0.9626185297966003,0.023250803351402283,-0.4667941629886627,-0.058154162019491196,-0.9401944279670715,0.19173571467399597,-0.8276546597480774,0.001971958205103874 +99,-1.6498433647473403,-1.2513303941035308,0.8519788809095034,-0.3130788505077362,0.9494032859802246,0.024799631908535957,0.02889804169535637,-1.4646995067596436,-0.08307160437107086,0.2696371078491211,-1.150254726409912,-0.2730143070220947 +100,-1.6776883267744334,-1.3114395566517887,1.0550351069662494,-0.2549947500228882,0.966555118560791,0.02736118622124195,2.0813300609588623,-3.9518277645111084,1.2330979108810425,-0.03327426314353943,1.627148985862732,0.2698647975921631 +101,-1.3004583452934642,-1.3193802634593013,1.6905638735488262,-0.239740788936615,0.9685611128807068,-0.06643746048212051,0.3533221483230591,0.646207869052887,0.9838483929634094,0.0661415159702301,0.07152384519577026,0.4892585277557373 +102,-0.9805486628611579,-1.4368939799169778,2.016972951242562,-0.11091442406177521,0.9910484552383423,-0.07430317252874374,-0.47941574454307556,-0.4048871397972107,1.627097487449646,0.2014448344707489,-0.9452111124992371,-0.032569341361522675 +103,2.2168020963127826,-1.5225893537421031,-1.0915694837647507,0.03847968578338623,0.9988382458686829,0.02901064045727253,-0.43145111203193665,1.49686598777771,0.45399901270866394,0.24066460132598877,0.03210669755935669,-0.2519263029098511 +104,-2.129571841570314,-1.528002459007445,0.7723612553468314,-0.03627583384513855,0.99908447265625,0.022681286558508873,0.6558314561843872,5.093198299407959,-0.6588167548179626,-0.03617289662361145,0.63909912109375,-0.4770270586013794 +105,-1.2713192240665394,-1.4709108356996423,1.3125775981137942,-0.09528077393770218,0.995015561580658,-0.029419217258691788,-0.555742084980011,0.20390717685222626,-1.0802226066589355,-0.11500058323144913,-0.5534110069274902,0.3441011905670166 +106,-1.5155742794696614,-1.3805024295194306,1.0725604691687474,-0.18885959684848785,0.9819486737251282,-0.010439827106893063,-0.27963441610336304,-0.8288847804069519,-0.6700531244277954,0.06800997257232666,-1.1490933895111084,-0.12231165170669556 +107,-1.7686104911023115,-1.3384357179128983,0.9981946862258699,-0.22578516602516174,0.9731255173683167,0.04525533691048622,-0.07281313836574554,-4.462405204772949,0.5094058513641357,-1.0446921586990356,4.437152862548828,-0.6987892389297485 +108,-1.4848166880505527,-1.4176865737318285,1.5659264985466603,-0.1519484668970108,0.9883015751838684,-0.0130967628210783,1.2675185203552246,-0.16483241319656372,0.569475531578064,-0.166532963514328,0.17342627048492432,0.7313737273216248 +109,-0.41851255148891003,-1.4488592380020198,2.6305276931444412,-0.04943280294537544,0.9925748705863953,-0.11113748699426651,0.18375737965106964,0.29733848571777344,1.330589771270752,0.22825056314468384,-0.9806272387504578,-0.0871199369430542 +110,1.4941970513176972,-1.4529807777929964,-1.8686318141775802,0.11719873547554016,0.9930678009986877,-0.008994937874376774,-0.8749198317527771,2.498922348022461,0.396470844745636,0.23387548327445984,-0.6833143830299377,0.008750797249376774 +111,-1.4892271982785754,-1.470961474691245,1.4071499077253715,-0.09933752566576004,0.9950206279754639,-0.008120894432067871,0.8301438093185425,3.3441975116729736,-1.6827560663223267,-0.5290346741676331,1.2272999286651611,0.02980363368988037 +112,-1.5188907080038219,-1.4479471942464464,1.0138832529937678,-0.12237446010112762,0.9924635291099548,-0.006357632577419281,-0.05231163650751114,0.1754281222820282,0.010692554526031017,-0.004883810877799988,-0.6751571297645569,0.130793035030365 +113,-1.2280298768953692,-1.4067751829057669,1.3453168909308695,-0.15378797054290771,0.986578643321991,-0.054879628121852875,-0.13766109943389893,-0.6143511533737183,-0.6764612793922424,0.05556716024875641,-1.0434024333953857,-0.027868743985891342 +114,-1.6463553260188504,-1.3777458453345615,1.0694419876077939,-0.1913066953420639,0.981423556804657,0.014482514001429081,-0.35367482900619507,-5.027951240539551,1.1088144779205322,-0.9464496374130249,4.458624839782715,-0.9872303009033203 +115,-1.5961860379036146,-1.450403887773054,1.4466849405741609,-0.12006352096796036,0.9927615523338318,0.0030490332283079624,0.54032301902771,0.5508641004562378,-0.12686099112033844,-0.30960872769355774,0.2219448685646057,0.7430142164230347 +116,-0.6028063355839334,-1.4769541832425312,2.4284930672451845,-0.0531262643635273,0.9956000447273254,-0.07718872278928757,0.6616856455802917,-0.051565609872341156,1.2615656852722168,0.1901654601097107,-0.9729713201522827,-0.07484984397888184 +117,2.106344397002965,-1.495403178655025,-1.1877263535372184,0.06477604806423187,0.9971593022346497,0.038437727838754654,-1.7068291902542114,0.20878125727176666,0.3283330798149109,0.36662042140960693,-0.9710515141487122,-0.39248740673065186 +118,-2.22772106510712,-1.5077018916770675,0.7945163932999312,-0.04992993548512459,0.9980102181434631,0.03850541636347771,0.18169742822647095,2.277069568634033,-0.3070645332336426,-0.12386766821146011,1.0150666236877441,0.16526055335998535 +119,-1.4983586249479617,-1.4451327699860297,1.0674938275103134,-0.12500452995300293,0.9921147227287292,-0.00907091237604618,0.5583615899085999,3.7502737045288086,-1.2003651857376099,-0.20943760871887207,-0.33705490827560425,-0.009682178497314453 +120,-1.4438969655976979,-1.3313110451832029,1.1137947530245424,-0.2352954000234604,0.971460223197937,-0.030020153149962425,-0.11902135610580444,-1.07321298122406,-1.1027836799621582,0.1559039205312729,-1.0169771909713745,-0.016122400760650635 +121,-1.5538672274093321,-1.2670279305689476,1.1154111067611447,-0.2990756332874298,0.9542160630226135,-0.005063564982265234,0.6840683221817017,0.0640030950307846,0.35616469383239746,0.1858249008655548,-0.661857545375824,-0.290224552154541 +122,-1.5797541027218982,-1.316111324076536,1.408352548779736,-0.2519303560256958,0.9677426815032959,0.0022567962296307087,1.4331969022750854,-3.7339305877685547,0.6348445415496826,-0.2257154881954193,0.7363893389701843,0.30166780948638916 +123,-1.2928462895732529,-1.3458105053464864,1.8452895602025117,-0.21453045308589935,0.974797248840332,-0.06121329590678215,0.7111820578575134,-0.11458747833967209,0.342893123626709,0.08202312886714935,-0.7715807557106018,-0.04362982511520386 +124,-1.5146656242690588,-1.3965987288320854,1.5751734777775006,-0.1730453372001648,0.9848659038543701,-0.009723369963467121,-1.9085463285446167,0.6487162113189697,0.6439364552497864,0.3332778811454773,-1.0972621440887451,-0.19347786903381348 +125,-1.908526412636336,-1.4423755212578968,1.074036498653501,-0.12083366513252258,0.9917653799057007,0.042434968054294586,1.3897802829742432,-0.05291438847780228,-2.0175609588623047,0.3304436504840851,4.879618167877197,-0.7832796573638916 +126,-1.7237030092809305,-1.3849255293680205,0.9018281070989194,-0.18264563381671906,0.9827756881713867,0.028147445991635323,-1.0170762538909912,4.453929424285889,-0.7322366833686829,0.007749423384666443,0.045758068561553955,0.005803341045975685 +127,-1.638393682213752,-1.2704043555854372,0.8577098653248988,-0.295218825340271,0.9552205801010132,0.019986463710665703,0.40840548276901245,0.1208590492606163,-1.3577847480773926,0.14491978287696838,-0.9719899892807007,-0.041928648948669434 +128,-1.5941441135912369,-1.2433286326724877,0.9665561879839992,-0.32155874371528625,0.9468598961830139,0.007509049493819475,3.267487045377493e-05,-1.4721322059631348,0.37471428513526917,0.23964956402778625,-1.0820832252502441,-0.2198503017425537 +129,-1.5394569236295692,-1.2993464252381972,1.3081307775021556,-0.26799654960632324,0.963383138179779,-0.008401602506637573,1.6358518600463867,-2.6645851135253906,0.7250810861587524,-0.44622156023979187,1.4509234428405762,-0.00755911972373724 +130,-1.4206422510490468,-1.304318653614704,1.541742086367644,-0.26037201285362244,0.9647044539451599,-0.039392415434122086,0.4468397796154022,0.39239999651908875,0.6984781622886658,-0.030246853828430176,-0.2786845564842224,-0.02766990289092064 +131,-1.3735677061018359,-1.403660527474839,1.6129029512668116,-0.16313350200653076,0.9860652685165405,-0.032598379999399185,-1.1542909145355225,-0.23225420713424683,1.2814253568649292,0.27292048931121826,-1.03056001663208,-0.06415760517120361 +132,-3.04943276812647,-1.5210332685154988,-0.11243632787109661,-0.0045775179751217365,0.9987620711326599,0.049528609961271286,-0.10828826576471329,1.5840009450912476,0.5507667660713196,0.18688952922821045,-0.6980419754981995,-0.20651113986968994 +133,-1.72796005249752,-1.4156924082547584,1.0660868110288335,-0.1525796800851822,0.9879955053329468,0.024179400876164436,-0.5090376734733582,5.585033893585205,-0.5237734913825989,-0.1534048467874527,0.6454122066497803,-0.27944374084472656 +134,-1.5646942431720707,-1.3206254934270998,0.8822212797745154,-0.2475646734237671,0.9688701629638672,-0.0015106791397556663,-0.0716341882944107,0.3678755462169647,-1.497400164604187,-0.04715880751609802,-0.777311384677887,0.09411627054214478 +135,-1.5901292231353128,-1.2791563419527423,0.9006586769483416,-0.2874698340892792,0.9577736258506775,0.005558316595852375,0.08616407960653305,-1.0713917016983032,0.6468217372894287,0.1625003218650818,-1.1953530311584473,-0.14647328853607178 +136,-1.7040476984359243,-1.3180764837854901,0.9617932366857204,-0.247821643948555,0.9682359099388123,0.03321941941976547,0.5026073455810547,-3.872194290161133,1.5351473093032837,-0.4946710169315338,4.1134138107299805,-0.661103367805481 +137,-1.6304111089878865,-1.3679390314040596,1.3213244459601279,-0.20111137628555298,0.9794949293136597,0.012003433890640736,0.06532234698534012,0.7970045208930969,-0.0554831363260746,-0.2145838588476181,0.17057538032531738,0.6792807579040527 +138,-1.2169097023334716,-1.4341053482707367,1.7309662058113704,-0.12782108783721924,0.9906723499298096,-0.04722213372588158,0.08279333263635635,-0.6772322058677673,0.9362303018569946,0.21922124922275543,-0.9739030003547668,-0.0558205209672451 +139,-3.0237726458799252,-1.5253278106558075,-0.04875670768123193,-0.005342885386198759,0.9989664554595947,0.045137837529182434,-0.6921509504318237,1.303269863128662,1.1771961450576782,0.29971545934677124,-1.0068247318267822,-0.055025577545166016 +140,-1.7962216229696248,-1.4435764264624453,1.0972236295188196,-0.12366810441017151,0.9919184446334839,0.02835993841290474,0.5709978342056274,3.3936450481414795,-0.9102578163146973,-0.042454347014427185,1.0607397556304932,-0.08461916446685791 +141,-1.6485196234293586,-1.3460308791127933,0.884368838020124,-0.22220490872859955,0.9748464226722717,0.01730535924434662,-0.9939230680465698,2.399113178253174,-1.409935712814331,-0.12728241086006165,-0.31916099786758423,0.3728466033935547 +142,-1.6255874019811263,-1.2449842655472874,0.8906039734421547,-0.31959792971611023,0.9473910927772522,0.017528658732771873,0.674953043460846,-0.11317311227321625,-0.13046354055404663,0.11436724662780762,-1.2292362451553345,-0.11210262775421143 +143,-1.515654535713095,-1.2752358350831399,1.0959523937356233,-0.2908332645893097,0.9566390514373779,-0.016053341329097748,0.6973074078559875,-2.168962240219116,-0.014382348395884037,-0.3741142451763153,1.094142198562622,-0.45602309703826904 +144,-1.4632885837300826,-1.280259522056525,1.562299736272774,-0.2848128080368042,0.9580902457237244,-0.030738096684217453,1.8837517499923706,-3.642025947570801,-0.529222846031189,-0.6381760835647583,0.5282531976699829,0.525824785232544 +145,-1.1188277880296382,-1.345236614412445,1.9065700256261482,-0.20119507610797882,0.9746690988540649,-0.09767724573612213,0.14667361974716187,0.3209418058395386,1.3306894302368164,0.2739031910896301,-0.7992235422134399,-0.29957008361816406 +146,-1.331164039192134,-1.516392152842284,1.7811430767362046,-0.052825991064310074,0.9985204339027405,-0.012906815856695175,-1.1063214540481567,-0.0825943723320961,1.9061620235443115,0.17507940530776978,-1.0652012825012207,-0.08220124244689941 +147,-1.8575408544763357,-1.480846287995847,1.1158434734507316,-0.08616043627262115,0.9959571957588196,0.02540620043873787,0.2558680474758148,-0.9496259093284607,-4.006591796875,0.015176557004451752,4.902159690856934,-0.10629308223724365 +148,-1.6110246041917657,-1.3461344765764502,1.0710064314817795,-0.222597137093544,0.9748694896697998,0.008959533646702766,-1.0825932025909424,3.906656265258789,-1.1516497135162354,-0.22599604725837708,0.03587275743484497,-0.0009181490167975426 +149,-1.6540328134721256,-1.2241225992392528,0.8645059688536613,-0.33859482407569885,0.9405080676078796,0.028248712420463562,0.28735247254371643,-0.38005658984184265,-0.22102433443069458,0.08239978551864624,-1.112673044204712,0.01209544762969017 +150,-1.59022708616078,-1.2310883164499065,0.961365950846565,-0.33314892649650574,0.9428520202636719,0.006474151276051998,0.1979280263185501,-0.8881479501724243,0.39948853850364685,0.21133801341056824,-0.9465904235839844,-0.2827345132827759 +151,-1.5028642603270872,-1.2959710602506842,1.310510058113804,-0.27075326442718506,0.9624726176261902,-0.018421173095703125,1.4200154542922974,-3.1223063468933105,0.407471239566803,-0.41201654076576233,1.2480683326721191,-0.13274765014648438 +152,-1.3984254413555188,-1.3367086651381845,1.550947748225761,-0.2285183072090149,0.9727263450622559,-0.039784710854291916,0.1664062738418579,-0.78907710313797,0.56341952085495,-0.03272742033004761,-0.43776845932006836,0.03708392381668091 +153,-1.5809293144359478,-1.370044787377266,1.4590692908412202,-0.19939550757408142,0.9799169898033142,0.0020205413457006216,-1.320340871810913,-0.3145277202129364,0.31154510378837585,0.2513822019100189,-1.0335516929626465,-0.08737826347351074 +154,-2.2399069121608077,-1.4164992842254012,0.7660388231257065,-0.12054760009050369,0.9881197810173035,0.09532995522022247,0.11429976671934128,0.8302084803581238,0.8052061796188354,0.2482636570930481,-0.5047212839126587,-0.04303799569606781 +155,-1.794059311291362,-1.3803542218404126,1.0193738819470544,-0.18459481000900269,0.9819206595420837,0.04191190004348755,0.12366802990436554,3.6719565391540527,-0.5350404381752014,-0.21575003862380981,0.38403087854385376,0.038852810859680176 +156,-1.7051024897058478,-1.244759538708853,0.8861197301611297,-0.3174070715904236,0.9473191499710083,0.04288790747523308,0.11224889755249023,-0.5896487832069397,-1.2325289249420166,0.2034086287021637,-0.8592148423194885,0.09042811393737793 +157,-1.5834545191855025,-1.2130740165809617,1.0358811682158824,-0.35011401772499084,0.9366967678070068,0.004432047251611948,0.32326722145080566,-0.40867069363594055,0.37669265270233154,0.28019824624061584,-1.1529899835586548,-0.155326247215271 +158,-1.51447430364673,-1.2556470742273338,1.2632442491469877,-0.30946728587150574,0.9507501125335693,-0.01744827814400196,1.5515942573547363,-1.1570430994033813,1.4402704238891602,0.21675485372543335,1.1961920261383057,0.4284895658493042 +159,-1.4020865175991175,-1.2769151055241732,1.6029722567271731,-0.28555622696876526,0.957126796245575,-0.0486384779214859,0.5873422622680664,-0.058384332805871964,0.3201730251312256,-0.37356239557266235,-0.0884440541267395,1.0180293321609497 +160,-1.393644789167768,-1.3240265874014208,1.6706848708178061,-0.2404499500989914,0.9697065353393555,-0.043047334998846054,-0.7496862411499023,-0.4619283676147461,0.8281910419464111,0.3694477677345276,-0.9570265412330627,-0.14410173892974854 +161,-2.60312677380462,-1.5320093777800035,0.45808471150466284,-0.01988643780350685,0.9992479085922241,0.03329131379723549,-0.21621574461460114,2.473095178604126,2.248114585876465,0.25008052587509155,-0.8384813070297241,-0.09904146194458008 +162,-1.5268002904442808,-1.3960527079888383,1.3503020292486483,-0.17368681728839874,0.9847711324691772,-0.007646465674042702,-0.1418803632259369,4.110705852508545,-1.0370302200317383,-0.39076629281044006,1.3202824592590332,0.01709163188934326 +163,-1.5935808517399417,-1.2929229512382163,0.9062077552069242,-0.2742399275302887,0.9616409540176392,0.006249507889151573,-0.43455952405929565,0.8037812113761902,-1.5601383447647095,-0.14513260126113892,-0.5833756327629089,0.1997135877609253 +164,-1.6364835122615102,-1.2101421473307068,0.9334060159853126,-0.3521251082420349,0.9356661438941956,0.023163432255387306,0.20788119733333588,-1.3145718574523926,0.26990583539009094,0.2076854407787323,-1.2667820453643799,-0.22525084018707275 +165,-1.5997424850765796,-1.2509719513036348,1.1569244764663507,-0.31426841020584106,0.9492906332015991,0.009099404327571392,1.4626342058181763,-6.175088405609131,-0.47754716873168945,-1.7380235195159912,5.407109260559082,-1.2127890586853027 +166,-1.2994029127336262,-1.3059538186415283,1.7812700003944568,-0.2521771788597107,0.9651337265968323,-0.07017053663730621,1.030143141746521,-1.6319164037704468,-0.045383062213659286,-0.4581042230129242,0.3949127793312073,0.8259231448173523 +167,-1.157631431423979,-1.3270025640555811,1.9372110867717394,-0.22107426822185516,0.9704291820526123,-0.09691876918077469,-0.06790319085121155,-0.3442574441432953,0.1400284618139267,0.25797000527381897,-0.9654853940010071,-0.07646685838699341 +168,-1.7546577348865027,-1.377837523537757,1.3131548427677506,-0.18853217363357544,0.9814411401748657,0.03505975008010864,-1.9512935876846313,0.1546114683151245,1.3569092750549316,0.5413305759429932,-1.0694994926452637,-0.21630370616912842 +169,-1.85384991881159,-1.33403192805039,1.1617953543245878,-0.22522573173046112,0.9721019864082336,0.06550990790128708,-0.17176896333694458,0.732232391834259,0.01840154640376568,-0.15790724754333496,0.9056752920150757,-0.6605567932128906 +170,-1.6576144579933323,-1.2623593231128423,0.8716113022338609,-0.30242663621902466,0.95280921459198,0.02632228285074234,-0.9905264973640442,3.4999911785125732,-2.366098165512085,-0.22561901807785034,-0.3220871686935425,0.35005104541778564 +171,-1.6468097798762646,-1.137829808431831,0.8950875252839254,-0.41835373640060425,0.9077250957489014,0.03186190128326416,0.7356495261192322,-0.5678200721740723,0.3372802138328552,0.18872427940368652,-1.2716777324676514,-0.16111910343170166 +172,-1.6000695090955168,-1.1816904444107632,1.033791527461264,-0.3791983723640442,0.9252486228942871,0.011103514581918716,0.7221757769584656,-2.049060344696045,0.35148975253105164,-0.38137590885162354,0.7915175557136536,-0.4816693067550659 +173,-1.462537453957182,-1.232295101853281,1.5147598849610444,-0.3301297128200531,0.9432534575462341,-0.035879749804735184,1.11707603931427,-3.185072183609009,-1.025992512702942,-0.6352328062057495,0.8257284760475159,0.7873140573501587 +174,-1.3261554826859763,-1.260867374822096,1.646159086016509,-0.29590967297554016,0.9523552656173706,-0.07387121021747589,0.21330676972866058,-0.13075490295886993,1.0423189401626587,0.3439900875091553,-0.8418968915939331,-0.1999477744102478 +175,-1.5622585552770163,-1.4371695705758682,1.4625147965412564,-0.13322466611862183,0.9910852313041687,-0.0011374694295227528,-1.1435868740081787,-0.3133045434951782,2.678471326828003,0.3831788897514343,-1.0976221561431885,-0.15697413682937622 +176,-1.6848612883895795,-1.4345922313784865,1.217184566467637,-0.1348998099565506,0.990738570690155,0.015454424545168877,-0.06169280409812927,0.20162850618362427,-1.4131571054458618,0.7412230968475342,0.9211722612380981,0.15324664115905762 +177,-1.5859953235456865,-1.374557639325322,0.9943437964194834,-0.19495899975299835,0.9808068871498108,0.002963409526273608,-0.36338621377944946,3.59425950050354,-1.3527734279632568,-0.24370063841342926,-0.09701788425445557,0.13335859775543213 +178,-1.5542992417050405,-1.2147275114457028,0.9563903009668195,-0.34854504466056824,0.9372744560241699,-0.005750499200075865,0.26867204904556274,-0.8896458745002747,-0.9092029333114624,0.16463086009025574,-1.188342571258545,-0.03344935178756714 +179,-1.5745645027137842,-1.218324026446297,1.0558643094336404,-0.3452163636684418,0.9385221004486084,0.0013008421519771218,0.42554858326911926,-1.625461459159851,0.7552703619003296,0.26954805850982666,-0.8345183730125427,-0.3192176818847656 +180,-1.3278917676798987,-1.3029406899624671,1.7079617943868266,-0.2568943500518799,0.9643406271934509,-0.06365775316953659,1.9160107374191284,-3.433713912963867,-0.07150917500257492,-0.49763748049736023,0.9016566276550293,0.3465251922607422 +181,-1.312564273069681,-1.3283568320248211,1.808886484580294,-0.23211173713207245,0.9707552194595337,-0.061307527124881744,0.20963558554649353,-0.4418376386165619,0.5334722399711609,0.15847280621528625,-0.8033815026283264,-0.17088544368743896 +182,-1.7187434807046607,-1.39318782696559,1.4634995782932705,-0.17474594712257385,0.9842690229415894,0.02604345977306366,-1.7048537731170654,-0.19517429172992706,0.8794849514961243,0.31386032700538635,-1.077530860900879,-0.14374983310699463 +183,-2.0944239328892285,-1.386970258703837,1.0697863286489189,-0.1583002507686615,0.9831514954566956,0.09140077978372574,0.5327951312065125,-0.17423705756664276,-2.8461711406707764,0.3336695432662964,4.196032524108887,0.16052186489105225 +184,-1.7365515548244412,-1.3304151235983608,1.1101662505368592,-0.23481012880802155,0.9712473154067993,0.039281416684389114,-1.2476342916488647,5.042450428009033,-0.7937666773796082,-0.12952397763729095,0.009389340877532959,0.16169202327728271 +185,-1.5786034356704912,-1.2156553906109735,1.1164236981631488,-0.3477120101451874,0.9375975131988525,0.0027146805077791214,0.4754028916358948,-0.37147057056427,-0.805428147315979,0.175104558467865,-0.97133469581604,0.03009164333343506 +186,-1.5841262513252319,-1.1861517684606007,1.1675739959313065,-0.37519657611846924,0.9269318580627441,0.00500163808465004,-0.15160676836967468,-0.7349492311477661,0.5470333099365234,0.31249821186065674,-0.8738007545471191,-0.20579195022583008 +187,-1.4930865702912797,-1.2439598485789125,1.5776391939792513,-0.3200797438621521,0.9470627307891846,-0.024923507124185562,2.8526687622070312,-5.584506988525391,-0.18342721462249756,-0.6518746018409729,1.2843520641326904,-0.09920674562454224 +188,-1.3677606075901148,-1.2662195432510681,1.785576494253075,-0.29372894763946533,0.9539739489555359,-0.06047069653868675,-0.2592948079109192,1.1522033214569092,1.0565736293792725,0.17118564248085022,-0.5005592107772827,-0.16397082805633545 +189,-1.4243035059592035,-1.3880312491167395,1.7315503382743485,-0.17980249226093292,0.9833449125289917,-0.0265298243612051,-1.0976917743682861,-0.24081695079803467,1.7464934587478638,0.3819356858730316,-1.0693129301071167,-0.02812713198363781 +190,-2.2572254367522278,-1.473833739267978,0.8542326745344648,-0.0748845636844635,0.9953027963638306,0.06135669723153114,0.5534822940826416,-1.9916812181472778,-3.988619804382324,-0.3460138738155365,5.4695868492126465,-1.137269139289856 +191,-1.8110390834838193,-1.3423380832179903,0.9333157164821437,-0.21997220814228058,0.9740167260169983,0.05388747155666351,-1.3616539239883423,5.029679298400879,-0.9782268404960632,-0.01646275818347931,0.05880504846572876,0.11608017235994339 +192,-1.66183277273174,-1.0914312129722945,0.7811161471327168,-0.45930618047714233,0.8872879147529602,0.04192949831485748,0.21605299413204193,-0.21918095648288727,-0.7824209332466125,0.33583205938339233,-1.311222791671753,-0.2194807529449463 +193,-1.7280052028471418,-1.1241802034038597,0.7946904273567894,-0.42659011483192444,0.9019138216972351,0.06762176007032394,-0.019160369411110878,-0.7997445464134216,0.28875207901000977,0.35760506987571716,-0.852597177028656,-0.27099084854125977 +194,-1.849475950448168,-1.2097550487113176,0.8497472152574856,-0.3396201729774475,0.9355295300483704,0.09717392176389694,1.6635791063308716,-4.7394514083862305,-0.27409178018569946,-0.5732827186584473,1.3852713108062744,-0.6652281284332275 +195,-1.6966703680749449,-1.2602501169217417,1.111570901734041,-0.30316096544265747,0.9521667957305908,0.03836292028427124,-1.0990509986877441,0.6482266783714294,0.14050722122192383,0.01063472032546997,-0.2705109715461731,0.14507830142974854 +196,-1.9153287638734955,-1.2545986319782265,0.8279030166811179,-0.2926812469959259,0.9504246115684509,0.10502711683511734,-1.1030337810516357,1.0095516443252563,0.2987607717514038,0.3534722626209259,-0.9960026741027832,-0.16789329051971436 +197,-2.1447635621519066,-1.3137716763228646,0.5330552947482715,-0.21346880495548248,0.9671506285667419,0.13802465796470642,1.2364128828048706,2.323289394378662,-2.292346954345703,-0.09776473045349121,4.746808052062988,-0.41959500312805176 +198,-1.8236393638392354,-1.1476507868739754,0.37905048216828274,-0.3975750207901001,0.911801815032959,0.10272245854139328,-1.523211121559143,4.861109733581543,-2.5810537338256836,-0.25734755396842957,0.39518988132476807,0.09042336046695709 +199,-1.7103987922558221,-0.9236069767546724,0.1299867850681832,-0.5970807671546936,0.7977816462516785,0.08389969170093536,-0.5190392136573792,1.1191877126693726,0.13589809834957123,0.4418836236000061,-1.1110140085220337,0.09465861320495605 +200,-1.7314062969994342,-0.9879225325945362,0.08093795436388083,-0.5433417558670044,0.8348842859268188,0.08802428841590881,-0.1331413835287094,0.33577486872673035,0.25361162424087524,0.4320898652076721,-0.8829646110534668,-0.03835689276456833 +201,-1.6999015413195877,-1.0295223042574257,0.04194825572401685,-0.5109402537345886,0.8570529818534851,0.06633401662111282,-0.43588927388191223,0.871805727481842,2.4612443447113037,0.6402738094329834,0.9237086772918701,0.7169301509857178 +202,-1.6028175988389282,-1.1085999762933385,0.2737930335254052,-0.44568660855293274,0.895075261592865,0.014276332221925259,0.44820064306259155,1.5317740440368652,-1.5834572315216064,-0.4966809153556824,0.1606650948524475,0.5663357973098755 +203,-1.2206980994695797,-1.1891494741771065,0.392054910124386,-0.349855899810791,0.928052544593811,-0.1277463138103485,-0.0048048896715044975,3.101494073867798,2.1052229404449463,0.3830285370349884,-0.7650430202484131,0.11561556160449982 +204,-0.7992354980671915,-1.3482887629367613,0.5442354606359612,-0.15818601846694946,0.9753471612930298,-0.15386775135993958,-0.2932511568069458,4.1692423820495605,0.47127845883369446,0.24632079899311066,-1.0520071983337402,0.3852977752685547 +205,-0.6498171311480601,-1.2191234744222672,0.3317404581763413,-0.20841778814792633,0.9387977719306946,-0.27426427602767944,0.07213708758354187,0.7845363020896912,-2.5113184452056885,1.6333903074264526,2.5780022144317627,0.8212918639183044 +206,-0.7988550904425543,-1.214774485990824,-0.05664761221015331,-0.24975530803203583,0.9372907876968384,-0.24312227964401245,-0.5957543253898621,3.6053013801574707,-0.33329102396965027,0.23554937541484833,0.5485643148422241,0.30076998472213745 +207,-0.6652462156467815,-1.2407881500228122,-0.218400356012916,-0.20002144575119019,0.9460396766662598,-0.25495198369026184,-0.28812161087989807,2.3029258251190186,-0.27702945470809937,0.22454231977462769,-0.5905556678771973,0.11414384841918945 +208,-0.7264440156514752,-1.2627351818692087,-0.40881051962313214,-0.20139768719673157,0.9529232382774353,-0.22666290402412415,-0.6132108569145203,0.3682253956794739,-0.5795843005180359,0.10496215522289276,-0.9743619561195374,0.0019772350788116455 +209,-0.9187410189322113,-1.2172684610722726,-0.5773403652398104,-0.2751806974411011,0.9381572008132935,-0.21008741855621338,0.16621935367584229,-1.800479769706726,-0.32176855206489563,-0.19625481963157654,2.1647329330444336,-0.23261581361293793 +210,-1.1507324869284783,-1.1574421027334167,-0.7393248153448039,-0.3667619228363037,0.915778636932373,-0.16381388902664185,-0.6054344177246094,1.362851619720459,-1.782012701034546,-0.6233503818511963,0.6216357946395874,0.6617081761360168 +211,-1.0121263493823272,-1.1635716979000348,-0.6958429999762608,-0.3358452022075653,0.9182235598564148,-0.2099362462759018,0.5181031227111816,0.998826265335083,1.7669823169708252,0.4067375659942627,-0.47643595933914185,0.15479101240634918 +212,-0.6618204218957859,-1.356368397051517,-0.43788880930636753,-0.13077011704444885,0.977098286151886,-0.1678636074066162,-1.8857285976409912,1.5737427473068237,2.1760754585266113,0.31975021958351135,-0.806505024433136,0.2520005702972412 +213,-0.6752820894455625,-1.5269334321873924,-0.6357847096405732,-0.02741069905459881,0.9990381598472595,-0.03422538936138153,0.19861184060573578,-1.3872168064117432,-1.8110206127166748,0.28258341550827026,1.6638035774230957,-0.5681000351905823 +214,-0.818483539067077,-1.4524855494194462,-1.014478513583266,-0.08617875725030899,0.9930094480514526,-0.08065692335367203,-0.2804470956325531,4.4175615310668945,-0.685491144657135,-0.03824140876531601,0.48680317401885986,0.17236226797103882 +215,-0.7399331290088493,-1.4333988082993567,-1.2216686157381367,-0.09234709292650223,0.9905757904052734,-0.10115053504705429,-0.06666732579469681,0.6038913130760193,0.09361322224140167,-0.11216645687818527,-0.403905987739563,0.4505463242530823 +216,-0.7828807316369233,-1.4424043465588132,-1.3099821245819565,-0.09031032770872116,0.9917690753936768,-0.09076617658138275,-0.17629767954349518,0.30042049288749695,-0.314060777425766,0.02916835993528366,-1.0123835802078247,-0.011498220264911652 +217,-1.2497392327491623,-1.4300016978861627,-1.7447052688918316,-0.1331595629453659,0.9901047945022583,-0.04428394138813019,0.6036159992218018,-1.811394453048706,-0.8544487953186035,-0.4391671121120453,1.7855452299118042,-0.7953766584396362 +218,-1.0659531515908485,-1.4088397091186016,-1.3883542065797134,-0.14113445580005646,0.9869136810302734,-0.07799199968576431,0.3122027814388275,-1.8600800037384033,0.4287150204181671,-0.27199727296829224,0.7638493776321411,0.4140515923500061 +219,-0.9257137910382801,-1.4133344032761883,-1.1734338963230755,-0.12530046701431274,0.9876284599304199,-0.09428533166646957,0.3799140155315399,-0.3335701823234558,0.5671094059944153,0.14886005222797394,-0.7272830605506897,0.08848703652620316 +220,-0.039374435658081366,-1.4934809895414038,-0.2797373824579821,-0.003040403127670288,0.9970126748085022,-0.07717778533697128,-1.0557422637939453,0.41833242774009705,1.6338441371917725,0.1591378152370453,-1.026950478553772,-0.02981685847043991 +221,1.2121629048030822,-1.5380061422985425,0.8936638620306594,0.030699346214532852,0.9994624257087708,-0.011507449671626091,0.14780715107917786,3.1815147399902344,-0.2544081211090088,0.06054820120334625,1.019519567489624,-0.27148205041885376 +222,-0.856510502861512,-1.4366018404299452,-1.4404339051544186,-0.10108805447816849,0.9910094141960144,-0.08764418959617615,0.0290775578469038,2.3461453914642334,-2.1707682609558105,-0.10289143770933151,0.12012028694152832,0.32027965784072876 +223,-1.340180129866759,-1.338158088003197,-2.007391145432347,-0.2244425117969513,0.9730615615844727,-0.05269762501120567,0.06697004288434982,-0.8456071615219116,-0.9799761772155762,0.06996248662471771,-0.9257286787033081,0.07813405245542526 +224,-1.555097008186098,-1.2668401727924266,-2.1141347255298424,-0.2992604672908783,0.9541599154472351,-0.004698571749031544,-0.4290112853050232,-2.286355972290039,0.005303028039634228,0.1877797544002533,-1.1231968402862549,-0.33711355924606323 +225,-1.5061219723624548,-1.348695701388733,-1.7240937344753176,-0.219818577170372,0.9754368662834167,-0.014236479997634888,2.0402679443359375,-3.111713171005249,0.6976220607757568,-0.3066706657409668,1.3954737186431885,-0.033935546875 +226,-1.1353062936782303,-1.3797702605163442,-1.3065199459147525,-0.17214512825012207,0.9818099141120911,-0.08009613305330276,0.02001570723950863,0.2933523654937744,0.829346776008606,0.11025547981262207,-0.6135237812995911,0.14433562755584717 +227,-1.0559796306037954,-1.5057326716053596,-1.3068582068133192,-0.0565924309194088,0.9978840947151184,-0.03201431408524513,-1.6041680574417114,0.0845746248960495,1.4263523817062378,0.2386145293712616,-1.0447590351104736,-0.07221847772598267 +228,3.1376105023405545,-1.4468220358534551,2.890102411009844,0.000492422201205045,0.9923250079154968,0.12365668267011642,-0.5635475516319275,-1.109231948852539,-1.0029120445251465,1.0933185815811157,2.9384307861328125,-0.16125427186489105 +229,-2.997791638244257,-1.53248098522117,2.783705153506873,-0.0054895044304430485,0.9992660284042358,0.037910811603069305,0.8345719575881958,3.9196677207946777,-0.14686045050621033,-0.027774646878242493,0.4602218270301819,0.3044048547744751 +230,-1.660611342051939,-1.437360888989692,-2.395904810628796,-0.13250312209129333,0.9911106824874878,0.011932873167097569,-0.24452804028987885,0.10237843543291092,-1.6323877573013306,0.010478600859642029,-0.8394383788108826,-0.0774388313293457 +231,-1.6851381669284065,-1.3229194078096091,-2.3805088879284133,-0.2437443882226944,0.9694355130195618,0.027992278337478638,-0.2153414487838745,-1.2842926979064941,-0.2691587805747986,0.1648717075586319,-1.1749866008758545,-0.26967620849609375 +232,-1.7731539473940798,-1.4166598493603402,-2.2649358865866156,-0.15039384365081787,0.9881444573402405,0.030855659395456314,1.091673731803894,-4.2705817222595215,1.947743535041809,-0.44067060947418213,3.796157121658325,-0.11691522598266602 +233,-1.84459426309068,-1.43543646125496,-2.1472034480292495,-0.12992070615291595,0.9908528327941895,0.03648839890956879,0.019644033163785934,0.5527633428573608,-0.08593086153268814,-0.17040278017520905,-0.06488847732543945,0.31621861457824707 +234,-1.0765706498477718,-1.4903118730915708,-1.364493271567944,-0.07077779620885849,0.9967628717422485,-0.038137082010507584,-0.03248203173279762,-1.0588617324829102,1.1649986505508423,0.2250441610813141,-1.0212074518203735,-0.09104382991790771 +235,2.98415210094613,-1.5024501295299026,2.695917687214638,0.010707547888159752,0.997665286064148,0.0674472376704216,-1.255836844444275,1.7109988927841187,-0.5957026481628418,0.4133952260017395,-0.993682861328125,-0.22140836715698242 +236,-1.8696466042890005,-1.3834603559708005,-2.356992330454033,-0.17798712849617004,0.9825038909912109,0.054833732545375824,-0.6566373705863953,3.3706326484680176,-1.0889272689819336,-0.31131643056869507,1.331369400024414,-0.9637235403060913 +237,-1.7134151217750413,-1.1857898544609866,-2.545902724529342,-0.37175217270851135,0.926796019077301,0.053381264209747314,-1.516421914100647,1.9091589450836182,-2.6487104892730713,-0.24760207533836365,-0.2680893540382385,0.48967909812927246 +238,-1.7004261703819328,-1.1333209907067645,-2.5676126960856407,-0.42009925842285156,0.9058241248130798,0.05476449802517891,0.15638673305511475,0.026402482762932777,0.023517271503806114,0.32439616322517395,-1.1102004051208496,-0.1690375804901123 +239,-1.799350093852158,-1.1737070823344506,-2.5081175120042496,-0.3766782581806183,0.9221906065940857,0.0876222774386406,1.5281747579574585,-3.0896193981170654,0.48022186756134033,-0.46604934334754944,1.2436875104904175,-0.4203249514102936 +240,-1.7662358854215148,-1.2391011041943785,-2.0282184218234613,-0.3194466531276703,0.9454916715621948,0.06323975324630737,1.343943476676941,-2.130479097366333,-0.1908714771270752,-0.8241690397262573,0.4113960862159729,0.7277606725692749 +241,-1.7544414610558208,-1.3117696567980224,-2.0437742781770205,-0.25183236598968506,0.9666397571563721,0.04677480831742287,-0.1301829069852829,0.6631153225898743,1.1076263189315796,0.23843517899513245,-0.8122056722640991,-0.1456059217453003 +242,-2.342644433630069,-1.4235237069329765,-2.6116347844750187,-0.10515829175710678,0.9891749620437622,0.10234641283750534,-1.2013541460037231,-0.9093530178070068,2.014726161956787,0.3400978744029999,-1.1021968126296997,-0.23207664489746094 +243,-2.6369362829871954,-1.3651553667679295,-2.8724453519750304,-0.09872975945472717,0.9789302945137024,0.17874039709568024,1.1708451509475708,0.6603041887283325,-1.9882736206054688,1.1471611261367798,1.4654514789581299,0.12521471083164215 +244,-2.0553328545327836,-1.315522609258646,-2.5339445782018397,-0.22344428300857544,0.9675942063331604,0.11761897802352905,-1.2695661783218384,2.7723214626312256,-1.2180238962173462,-0.26906365156173706,0.2226981520652771,0.39078855514526367 +245,-1.8248101928355491,-1.1590202832902017,-2.5101032934942435,-0.38739466667175293,0.9164113998413086,0.10057613998651505,0.3831309974193573,-0.4169534742832184,-0.12624098360538483,0.18286582827568054,-1.047835350036621,-0.16402220726013184 +246,-1.7664325577585893,-1.1928322465580885,-2.4136694090017268,-0.3619896173477173,0.9294178485870361,0.07173582166433334,0.47915348410606384,-0.6058574914932251,0.48551246523857117,0.2829796075820923,-0.9135335087776184,-0.3565257787704468 +247,-1.7005201057514603,-1.2480693725512522,-2.0371303873535735,-0.31448912620544434,0.9483740925788879,0.04102711379528046,1.7822651863098145,-4.577736854553223,0.029249928891658783,-0.7438299655914307,1.2570703029632568,-0.023906707763671875 +248,-1.665761871088916,-1.247499503091024,-1.8489596358882483,-0.3162623345851898,0.9481931924819946,0.030124638229608536,0.07738697528839111,2.1238529682159424,0.9301297068595886,0.1275874674320221,-0.46110230684280396,-0.3699531555175781 +249,-1.7645042849339299,-1.4378138379377339,-1.9449501501501365,-0.13011156022548676,0.9911708235740662,0.025523684918880463,-0.5534370541572571,-1.3060197830200195,2.9128849506378174,0.38703906536102295,-1.047109603881836,-0.04224729537963867 +250,2.9289736564085254,-1.4424873680916601,2.6607850858929543,0.027001656591892242,0.9917796850204468,0.125076025724411,-0.44628608226776123,-0.9374372363090515,-2.387723445892334,0.27907440066337585,0.5574451684951782,-0.4154508113861084 +251,-1.8744735587294683,-1.332970431787026,-2.308058365043214,-0.2248101532459259,0.9718524813652039,0.07044874876737595,-1.2323280572891235,3.7660720348358154,-2.0094916820526123,-0.3795294165611267,0.43072009086608887,0.14828598499298096 +252,-1.7936309826766923,-1.1672035606252344,-2.4406054888299042,-0.3830149173736572,0.919655978679657,0.0867903083562851,0.5590070486068726,-0.592332124710083,-0.14865611493587494,-0.025981664657592773,-1.0390713214874268,0.06498897075653076 +253,-1.728008267518215,-1.165630394177733,-2.3373100762396724,-0.3893100917339325,0.9190369844436646,0.061713460832834244,0.512686550617218,-0.3833441436290741,0.2100275456905365,0.3475010395050049,-1.0570223331451416,-0.22315144538879395 +254,-1.7837192540643352,-1.242003985849714,-2.1669690682766043,-0.3156081736087799,0.9464330077171326,0.06823451071977615,1.6946145296096802,-2.9860126972198486,1.4151930809020996,-0.18111112713813782,1.2605371475219727,0.17740142345428467 +255,-1.506792185550313,-1.2520014325345172,-1.5908053899179286,-0.31278109550476074,0.9496138095855713,-0.020046666264533997,0.16827383637428284,0.3462980389595032,0.817004919052124,0.014227598905563354,-0.12046635150909424,0.3736385703086853 +256,-1.3280752415938486,-1.3526739218619712,-1.4137019322144901,-0.21005411446094513,0.9763054847717285,-0.052009958773851395,0.09496598690748215,-0.25427818298339844,1.4319418668746948,0.35659950971603394,-0.954409122467041,-0.1092144250869751 +257,-2.4688284218628866,-1.5169199601560757,-2.541997545107217,-0.03355792909860611,0.9985490441322327,0.04211781546473503,-1.1141482591629028,0.34176141023635864,0.767913818359375,0.215702086687088,-0.1627182960510254,-0.24797415733337402 +258,-1.6163368754301888,-1.4311158079953068,-1.9285068691299587,-0.13908277451992035,0.9902605414390564,0.006338288076221943,0.28739362955093384,4.182820796966553,-0.3302680253982544,0.17922864854335785,0.9586377739906311,-0.49663376808166504 +259,-1.401046516753076,-1.3418818407952455,-1.9927584595936076,-0.22365932166576385,0.973913311958313,-0.03833504393696785,-0.10571576654911041,1.2286187410354614,-1.884710431098938,-0.17477819323539734,-0.3078671097755432,0.17094916105270386 +260,-1.4866477134119134,-1.1672653829062776,-2.1084915723830577,-0.39127862453460693,0.9196802377700806,-0.033003486692905426,-0.2344794124364853,-0.7696715593338013,-0.6831114292144775,0.26025140285491943,-1.2009150981903076,-0.031693752855062485 +261,-1.6929326195976904,-1.232790896692596,-2.1429692707176,-0.3291361331939697,0.9434179663658142,0.04040055349469185,0.8947532773017883,-3.800507068634033,0.8682506680488586,-1.0277516841888428,3.6196467876434326,-0.698481559753418 +262,-1.3771971207276592,-1.2472351504532397,-1.5086804245887848,-0.3120052218437195,0.9481091499328613,-0.06117010861635208,0.7143713235855103,0.4317823350429535,0.2161480039358139,-0.457846462726593,0.1332201361656189,0.999814510345459 +263,-1.2779633703622804,-1.3293520302845099,-1.4462509562299917,-0.22892650961875916,0.9709936380386353,-0.06902148574590683,0.24425974488258362,-0.4698287844657898,1.2602063417434692,0.36674392223358154,-0.8893744349479675,-0.21547859907150269 +264,-1.8069139141854562,-1.4846915222531758,-1.9399550747262508,-0.08361189067363739,0.9962952733039856,0.020117495208978653,-1.4296927452087402,0.6307362914085388,1.8162529468536377,0.2721037268638611,-0.9561647176742554,-0.06848788261413574 +265,-2.1094903385928987,-1.456358525477132,-2.2694861187723516,-0.0980164185166359,0.993459165096283,0.058580078184604645,-0.45002204179763794,2.948803186416626,-0.3352755308151245,0.10233466327190399,1.1278176307678223,0.11659085750579834 +266,-1.6388554908336028,-1.2906922823627511,-2.2345203737454247,-0.2758154273033142,0.961026668548584,0.018800804391503334,-0.6829813718795776,3.7682065963745117,-2.367567300796509,-0.2132745087146759,-0.02569347620010376,0.09109294414520264 +267,-1.6845068709680475,-1.1026998986566159,-2.391486812189634,-0.4482742249965668,0.8924287557601929,0.05119434744119644,0.09297851473093033,-1.391097068786621,0.14408251643180847,0.18602147698402405,-1.27821683883667,-0.015320904552936554 +268,-1.7292190897184507,-1.1582921682593381,-2.3589541907839737,-0.39588433504104614,0.9161197543144226,0.06324709951877594,0.2652873396873474,-1.7535004615783691,0.525550365447998,0.27672845125198364,-0.5784885287284851,-0.12547242641448975 +269,-1.6555489209474246,-1.2805574337107262,-1.7305323830860981,-0.2851540744304657,0.958175539970398,0.02422557957470417,4.293968200683594,-5.40571928024292,1.0981155633926392,-0.9413015842437744,0.726333737373352,0.5970512628555298 +270,-1.5380882211113878,-1.3598777082791103,-1.6115239472823224,-0.20924650132656097,0.9778389930725098,-0.006846498232334852,-0.46907830238342285,-0.2056945413351059,0.657518744468689,0.23823818564414978,-0.6680855751037598,-0.23155683279037476 +271,-1.7240082251715458,-1.5108392114648455,-1.7530913020676322,-0.05921896919608116,0.9982030987739563,0.009144716896116734,-1.0884367227554321,0.1510329693555832,2.141037702560425,0.19717368483543396,-1.035373568534851,0.05343163013458252 +272,-2.709262936000535,-1.4490304236907667,-2.8350044707321116,-0.050891757011413574,0.9925956726074219,0.1102880984544754,0.23322716355323792,1.6084020137786865,-2.5602855682373047,0.8745306730270386,3.309467077255249,-0.09429696202278137 +273,-1.8469528781388347,-1.3969867408081869,-2.3307224849162633,-0.16638247668743134,0.984933078289032,0.047152403742074966,-0.7396944761276245,2.622051954269409,-1.470138430595398,-0.28440791368484497,0.2510744333267212,0.38720428943634033 +274,-1.6861971462080674,-1.1794736042350071,-2.294476053280872,-0.37887445092201233,0.9244053959846497,0.04391755163669586,0.4061378836631775,-0.6282885670661926,-1.1273322105407715,0.2347705364227295,-1.1163915395736694,-0.07336699962615967 +275,-1.6898772069484482,-1.2044574676837014,-2.2074294011683966,-0.3556629717350006,0.9336450099945068,0.042553991079330444,-0.02529187873005867,-1.367810845375061,0.7428163290023804,0.2793995141983032,-0.8827722072601318,-0.25025665760040283 +276,-1.6367127312242389,-1.302188640160178,-1.9123896224117007,-0.2648129165172577,0.964141309261322,0.017480839043855667,1.831168293952942,-4.586085319519043,0.18688265979290009,-0.5212130546569824,1.1130681037902832,-0.33670997619628906 +277,-1.424992449254905,-1.3123316398662679,-1.5422049328337242,-0.2528839111328125,0.9667835235595703,-0.03713497892022133,0.0027430658228695393,0.40811887383461,0.8524588942527771,0.059707701206207275,-0.33914393186569214,0.22870904207229614 +278,-1.4270230019184125,-1.4247144499319366,-1.5283582490280747,-0.14406172931194305,0.9893490076065063,-0.020856134593486786,-0.7424108982086182,-0.7621152997016907,1.4284950494766235,0.26713910698890686,-1.0224452018737793,-0.17134356498718262 +279,-2.927156379166684,-1.4923723243769502,-3.003682721851759,-0.01667085289955139,0.9969264268875122,0.07654740661382675,-0.3469054698944092,0.180903822183609,-0.5718457102775574,0.3851858675479889,0.31323879957199097,-0.287011981010437 +280,-1.7307015935081236,-1.4035512342905079,-2.0192012325513953,-0.16434340178966522,0.986047089099884,0.02650567516684532,-0.4748757779598236,4.171899318695068,-0.7587566375732422,0.06619887053966522,0.613745391368866,-0.189194917678833 +281,-1.6166125843535726,-1.2128385368892174,-2.280971179630873,-0.3499942719936371,0.9366142749786377,0.016046658158302307,-0.37369006872177124,1.8332659006118774,-2.937865972518921,0.07699930667877197,-0.6902154684066772,0.06790721416473389 +282,-1.6699893052565178,-1.1615985056525777,-2.2837004311347475,-0.39591744542121887,0.9174402952194214,0.03940154239535332,0.03641875833272934,-0.4727137088775635,0.8018556237220764,0.31149065494537354,-1.0775203704833984,-0.05351591855287552 +283,-1.8307606801190495,-1.2432427963079675,-2.2163704003865723,-0.3109177052974701,0.9468322992324829,0.08269894123077393,1.7130444049835205,-2.9496147632598877,0.7329009771347046,-0.2662917971611023,0.8805298805236816,-0.20119869709014893 +284,-1.4490798425765938,-1.2933888372251023,-1.5782550750758197,-0.2718373239040375,0.9617686867713928,-0.033251453191041946,-0.4524870812892914,1.2354437112808228,1.5636640787124634,0.16589555144309998,-0.10387372970581055,0.6059290766716003 +285,-1.7494959310750375,-1.486451739313823,-1.8756123339707118,-0.08290348947048187,0.9964451193809509,0.014974558725953102,-0.054619867354631424,-0.3240740895271301,2.4417335987091064,0.23747502267360687,-1.0216830968856812,-0.24725914001464844 +286,2.6761707147619207,-1.4561691303459021,2.5169697889882263,0.051331646740436554,0.9934374690055847,0.10220950841903687,-0.7617709040641785,-1.2758349180221558,-1.0898340940475464,0.25311172008514404,-0.19190865755081177,-0.27165842056274414 +287,-2.067675978578255,-1.5125565591246364,-2.448500269145232,-0.05116695910692215,0.998304545879364,0.027745680883526802,0.6302918791770935,7.053308963775635,-0.8604534268379211,0.07553523778915405,0.5141313076019287,-0.23402929306030273 +288,-1.5783976704913842,-1.3487726763856913,-2.273918286561853,-0.22019794583320618,0.9754538536071777,0.0016738325357437134,-0.1750650554895401,0.3485736548900604,-2.6061158180236816,-0.05188150703907013,-0.8112540245056152,0.04562842845916748 +289,-1.58254811841812,-1.213006678633887,-2.274699265030222,-0.35018041729927063,0.9366731643676758,0.004115436691790819,0.28153929114341736,-1.7499967813491821,0.6756542921066284,0.16628149151802063,-1.3108187913894653,-0.11318528652191162 +290,-1.6142642248294023,-1.3165287755742996,-2.0458289325184107,-0.25129932165145874,0.9678477644920349,0.010930337943136692,1.4353363513946533,-3.2711281776428223,0.5541261434555054,-0.25562819838523865,0.9129505753517151,-0.4664663076400757 +291,-1.2462823246183297,-1.3332464710728698,-1.4329553827416581,-0.223039448261261,0.971917450428009,-0.07503195852041245,-0.10872072726488113,0.2932440936565399,1.1752281188964844,0.06291373074054718,-0.1517118215560913,0.5838515162467957 +292,-1.2304154190697534,-1.5016268910666817,-1.349120483577491,-0.06515052169561386,0.9976087212562561,-0.023074066266417503,-0.9146740436553955,-1.2531131505966187,1.9549248218536377,0.19199684262275696,-1.0265851020812988,-0.14495575428009033 +293,2.704196867889955,-1.451743392460337,2.5471747995221423,0.050309304147958755,0.9929215908050537,0.10758977383375168,-1.1052088737487793,1.424976110458374,-0.7824075222015381,0.35801589488983154,-0.594438374042511,-0.31805419921875 +294,-2.09568993355595,-1.4081429491948452,-2.304599182036756,-0.14013662934303284,0.9868010878562927,0.08115004003047943,-0.030108241364359856,2.748552083969116,-0.5531409382820129,-0.24823005497455597,0.9022675156593323,-0.19606399536132812 +295,-1.862912105461624,-1.2870913515313143,-2.464444005937881,-0.26805660128593445,0.9600249528884888,0.08060956001281738,0.06842009723186493,2.4631173610687256,-2.0774972438812256,-0.10376957058906555,-0.6165648698806763,-0.09844708442687988 +296,-1.7625611615174428,-1.2002257231667972,-2.3697934692981533,-0.3555092513561249,0.9321208596229553,0.06902232766151428,-0.24191515147686005,-0.08111659437417984,0.002680680016055703,0.2735085189342499,-1.1088786125183105,-0.1818305253982544 +297,-1.8527088767061557,-1.256275496473147,-2.3502970543444106,-0.2971488833427429,0.950944721698761,0.08606208860874176,1.2688325643539429,-5.536874294281006,0.6239565014839172,-1.5778815746307373,5.283750534057617,-1.348650574684143 +298,-1.6315689468047088,-1.344339025466649,-1.7879938237277138,-0.2241126149892807,0.974467933177948,0.013636702671647072,1.4650148153305054,-1.9588980674743652,-0.035976819694042206,-0.4589318335056305,0.5607951283454895,0.6508530378341675 +299,-1.4067933957748406,-1.4039032226056836,-1.505893546278554,-0.1638905256986618,0.9861056208610535,-0.02712213061749935,0.1026231199502945,-0.4958011209964752,0.7030216455459595,0.1684681624174118,-0.8703372478485107,-0.1248248815536499 +300,-2.3539255698917683,-1.4476921556542242,-2.431262631566077,-0.08702507615089417,0.9924322366714478,0.08663106709718704,-1.8350322246551514,0.22795769572257996,0.9202936291694641,0.20235100388526917,-1.0457922220230103,-0.28656697273254395 +301,-2.236014459332228,-1.4024301502546033,-2.4084900308079114,-0.13184292614459991,0.9858598709106445,0.10343080013990402,0.8434680700302124,3.407764434814453,-0.2062712162733078,0.6960518956184387,0.40316295623779297,0.2345360517501831 +302,-1.914787610224428,-1.3566504941229514,-2.483936975329177,-0.20006334781646729,0.97715824842453,0.07166948914527893,-0.8389152884483337,2.6774563789367676,-1.9998971223831177,-0.4702858030796051,0.06652772426605225,0.21775925159454346 +303,-1.752358386050706,-1.1319232121578378,-2.455374947332494,-0.4179353713989258,0.9052310585975647,0.07672615349292755,0.6201140284538269,-0.5203728675842285,0.35974881052970886,0.231381356716156,-1.37086820602417,-0.43250012397766113 +304,-1.7622344023282546,-1.2165903045329733,-2.440929678563951,-0.3405097424983978,0.9379221796989441,0.06599470973014832,0.0031168917194008827,-0.7383022904396057,1.1644881963729858,0.2932532727718353,-0.900858461856842,-0.1633000373840332 +305,-1.6510842048424665,-1.3038208406662473,-1.9880208206294034,-0.262965589761734,0.9645732045173645,0.021158432587981224,1.9080569744110107,-5.0267720222473145,0.1193641945719719,-0.5835767388343811,1.0606189966201782,0.11357665061950684 +306,-1.3372053803003079,-1.3411963163557796,-1.5393402591261096,-0.22140748798847198,0.9737575054168701,-0.05268045514822006,0.14204171299934387,0.18848161399364471,1.0007532835006714,0.1459222286939621,-0.5656610727310181,-0.10166216641664505 +307,-1.8933628644835765,-1.4546953971370136,-2.0412765389441185,-0.10986686497926712,0.993267834186554,0.03672192618250847,-1.348906397819519,-0.3659610152244568,1.3425853252410889,0.19032645225524902,-1.0367705821990967,-0.18290114402770996 +308,-2.424638229441024,-1.4467314679890824,-2.676534089218922,-0.08131283521652222,0.992313802242279,0.09328141063451767,0.9024513959884644,1.3543919324874878,-2.6783225536346436,0.24738949537277222,3.5127367973327637,-0.3106123208999634 +309,-1.7482389886255298,-1.320491775572385,-2.268942327048575,-0.2438095510005951,0.9688370227813721,0.043722059577703476,-0.37960755825042725,4.410841941833496,-1.7196710109710693,-0.3952437937259674,0.33488911390304565,0.45949745178222656 +310,-1.6157209785452444,-1.1793703812977125,-2.35979502004495,-0.3811216652393341,0.9243659973144531,0.017133286222815514,0.38734063506126404,-0.44034668803215027,-0.04720764607191086,0.13856804370880127,-0.9258614778518677,-0.06933355331420898 +311,-1.6451504820952345,-1.1803229680254907,-2.3444789190527398,-0.3795747458934784,0.9247289896011353,0.028275083750486374,-0.13036733865737915,-0.5268810987472534,0.34892210364341736,0.3192720413208008,-1.1003271341323853,-0.2590184211730957 +312,-1.682673956550308,-1.2855522612909112,-2.1094925845722354,-0.2796330749988556,0.9595929980278015,0.03141586855053902,2.002739191055298,-4.235995292663574,0.5981447100639343,-0.6164698600769043,1.6211414337158203,-0.17533671855926514 +313,-1.4494088304309993,-1.2691425452201353,-1.6615559138734048,-0.29491356015205383,0.9548464417457581,-0.03597569093108177,-0.27442049980163574,0.5599668025970459,-0.05388984456658363,0.03479698300361633,-0.36202722787857056,0.6201431751251221 +314,-1.6409402945581035,-1.3727287904761423,-1.8151617664178077,-0.1962912231683731,0.9804486632347107,0.013791270554065704,-0.5101521611213684,-0.5580673813819885,1.7965928316116333,0.3291342258453369,-1.021571159362793,-0.18961822986602783 +315,3.1086038949107797,-1.4715606917497024,2.860578136192068,0.0032676856499165297,0.9950801730155945,0.09901858866214752,-0.8243204951286316,2.144169807434082,0.8263923525810242,0.6158118844032288,-0.33634305000305176,-0.29373598098754883 +316,-1.6790482510037061,-1.3384659230320612,-2.2247096712220853,-0.22889767587184906,0.9731324911117554,0.024875858798623085,-0.8169161081314087,2.4482510089874268,-3.5979950428009033,-0.5303643941879272,0.8043484687805176,0.021678682416677475 +317,-1.5991083013545935,-1.1338498786512747,-2.3677567348385944,-0.42300519347190857,0.906048059463501,0.011979312635958195,0.16074922680854797,0.7721577286720276,0.36119773983955383,0.08992108702659607,-0.876568078994751,0.349989652633667 +318,-1.6005233361867452,-1.1651095406378,-2.3101659750678953,-0.39447566866874695,0.9188315868377686,0.01173003762960434,0.3660142719745636,-1.669284701347351,0.3979332447052002,0.38432857394218445,-1.038017988204956,-0.16762900352478027 +319,-1.641181422455247,-1.1999807490652308,-2.0624978935901837,-0.3614787757396698,0.9320321083068848,0.02548481710255146,1.9302868843078613,-1.420687198638916,1.1587448120117188,-0.1829548478126526,1.5815025568008423,0.08073163032531738 +320,-1.3631301584127484,-1.2340901477440285,-1.4439874720334245,-0.3232821524143219,0.9438480138778687,-0.06811677664518356,1.2069605588912964,-0.2625941038131714,0.8488630652427673,-0.10942661762237549,-0.0073854923248291016,1.0443588495254517 +321,-1.2791023710009073,-1.4261841183484814,-1.3794640913945542,-0.1380220353603363,0.9895618557929993,-0.04144228994846344,-0.8740882873535156,-0.557732343673706,2.2336413860321045,0.2991548180580139,-0.9936968684196472,-0.24798637628555298 +322,2.6441293843097395,-1.4931725675771839,2.513475825770995,0.03700502589344978,0.9969887733459473,0.06814756244421005,-1.2282984256744385,1.3241630792617798,-0.10638140141963959,0.12644711136817932,-0.7998909950256348,-0.26197993755340576 +323,-1.7603887080272282,-1.4222836517598996,-2.081492909055673,-0.14531607925891876,0.9889922738075256,0.027885746210813522,-0.23583418130874634,3.54683518409729,-0.0815676674246788,-0.03276924788951874,0.9705719351768494,-0.4189075231552124 +324,-1.7359869762832085,-1.321575047479938,-2.4338331502519215,-0.2432917058467865,0.9691047668457031,0.04055911302566528,0.18989510834217072,1.2514567375183105,-1.692432165145874,-0.015436306595802307,-0.8698616623878479,0.04965078458189964 +325,-1.6783514781972513,-1.236155441278571,-2.3891021186781995,-0.3265319764614105,0.944528341293335,0.03525625169277191,-0.282450407743454,-0.5418850779533386,0.25396865606307983,0.1962524652481079,-1.220773458480835,-0.0840386152267456 +326,-1.8563468413024937,-1.3382645136457791,-2.323932415337792,-0.22111056745052338,0.9730860590934753,0.06491219252347946,2.337278366088867,-3.0809521675109863,1.160895824432373,0.049876436591148376,3.1745121479034424,0.20971548557281494 +327,-1.3531596827029564,-1.4111882601995813,-1.4896388330047259,-0.15518200397491455,0.9872896671295166,-0.03431682288646698,0.035584378987550735,0.5021247267723083,0.5552000403404236,-0.16093432903289795,0.2359311580657959,0.9881590008735657 +328,-1.341946656784583,-1.4820591075539977,-1.4890727499648346,-0.08630998432636261,0.9960654377937317,-0.020104210823774338,-0.7528324127197266,-1.1761186122894287,0.7150769829750061,0.1883455216884613,-1.0413535833358765,-0.19280171394348145 +329,-2.8142110722389577,-1.4754598562659356,-2.97957977382534,-0.030610792338848114,0.9954589009284973,0.0901372954249382,-0.9688467383384705,2.108983039855957,-0.370132178068161,0.09393475949764252,-0.9191953539848328,0.12925362586975098 +330,-1.9685282338492918,-1.3694737368154644,-2.276159855299901,-0.1843567192554474,0.9798029661178589,0.07745236158370972,0.03716083616018295,3.654374361038208,-0.7804377675056458,-0.3692321479320526,1.0073643922805786,-0.8208301067352295 +331,-1.6232784137985594,-1.243016156066724,-2.3010610645959737,-0.3214988708496094,0.9467593431472778,0.016888441517949104,-0.3785848319530487,1.1752281188964844,-2.1593894958496094,-0.19298169016838074,-0.45898163318634033,0.28355705738067627 +332,-1.5759028565449267,-1.1335260977703294,-2.2910369222557665,-0.42346251010894775,0.9059110283851624,0.0021624425426125526,-0.0026345716323703527,-0.27398887276649475,0.09519632160663605,0.29261842370033264,-1.1773039102554321,-0.06054258346557617 +333,-1.7009426811355117,-1.2223202959817354,-2.2748492496947397,-0.33857816457748413,0.9398941993713379,0.04431520029902458,0.50457364320755,-4.099489688873291,1.107939600944519,-0.6915121674537659,2.5055251121520996,-0.7702978849411011 +334,-1.4866854857853862,-1.3040196763956946,-1.7097259931880602,-0.26269176602363586,0.9646256566047668,-0.02214747853577137,2.365668535232544,-1.5763989686965942,0.7857658863067627,-0.40404099225997925,0.5218245387077332,0.4959328770637512 +335,-1.4547565578056811,-1.4028580144814737,-1.6317359108951037,-0.16602608561515808,0.9859314560890198,-0.019352568313479424,-0.9701389670372009,-0.7734176516532898,1.4713356494903564,0.2736768424510956,-0.9367981553077698,-0.14277201890945435 +336,3.138201171697183,-1.4527467762484412,2.969328172816981,0.00039943630690686405,0.9930402636528015,0.11777587980031967,-1.0592142343521118,1.2142884731292725,1.3246729373931885,0.14707675576210022,-1.0735759735107422,-0.31469058990478516 +337,-2.7664853003305927,-1.4473817710419095,-2.9560294214259772,-0.045101556926965714,0.9923940896987915,0.11454346776008606,0.7443183660507202,0.8842728734016418,-0.0379004031419754,0.6639522910118103,0.8991923332214355,0.15251590311527252 +338,-1.9228137645231071,-1.432776558720244,-2.479561975516826,-0.12914423644542694,0.9904903769493103,0.047436799854040146,-0.024141356348991394,4.744283199310303,-1.3842233419418335,-0.21462099254131317,-0.16972029209136963,0.45315825939178467 +339,-1.7312599320406212,-1.303731441033746,-2.3940741825084837,-0.2605111300945282,0.9645496606826782,0.04216507449746132,-0.04761863872408867,-0.45960530638694763,-0.9440305233001709,0.13470244407653809,-1.0227771997451782,-0.13594555854797363 +340,-1.8375420126069846,-1.289075566096411,-2.4776146972208237,-0.2681766450405121,0.9605785012245178,0.07328133285045624,-0.4197674095630646,-0.5781468749046326,0.9819439053535461,0.19157752394676208,-1.11479914188385,-0.14341068267822266 +341,-2.0094554622652123,-1.395625781821557,-2.301738088424964,-0.15777626633644104,0.9846968054771423,0.07401970773935318,2.3632161617279053,-5.595062255859375,1.1895205974578857,-0.6110988855361938,1.430586338043213,0.5882728099822998 +342,-1.5064600398982801,-1.4785359090278778,-1.6079016792745873,-0.09194013476371765,0.9957470297813416,-0.005923261865973473,0.2554289400577545,0.5919107794761658,1.0751208066940308,0.11916181445121765,-0.273212730884552,-0.05352497100830078 +343,2.2777874345331393,-1.5544247877224664,2.130595617800859,0.01245243102312088,0.9998660087585449,0.010638239793479443,-0.9229715466499329,1.3999828100204468,1.181010365486145,0.06196468323469162,-1.0520662069320679,-0.06782817840576172 +344,2.8657102070386986,-1.434909960607158,2.6817837980240573,0.03690072521567345,0.9907816648483276,0.1303444802761078,-0.6310923099517822,-1.6377711296081543,-1.6688200235366821,0.49405935406684875,-0.35540586709976196,-0.6778146028518677 +345,-1.8928531092008647,-1.4663600670504213,-2.246813554873409,-0.0988866537809372,0.9945514798164368,0.03299586847424507,0.024044733494520187,3.0781493186950684,-0.3882240653038025,-0.07904607802629471,0.5536662340164185,0.3252652883529663 +346,-1.5244344819356181,-1.3604780874307487,-2.1849200884480293,-0.20854689180850983,0.9779645204544067,-0.009675552137196064,0.04107261449098587,0.9492380023002625,-1.5753281116485596,-0.01809188723564148,-0.7412549257278442,-0.06486362218856812 +347,-1.6022047207110353,-1.2291933356805833,-2.233668085086599,-0.33483272790908813,0.9422188997268677,0.010520017705857754,-0.4166159927845001,-1.2614998817443848,-0.28844207525253296,0.27658993005752563,-1.1821175813674927,-0.12110042572021484 +348,-1.829027437569566,-1.3125108916183805,-2.2182981069760666,-0.246954083442688,0.9668293595314026,0.06522757560014725,1.695806622505188,-4.309821605682373,0.6901339888572693,-0.319757342338562,1.4839305877685547,0.3448370695114136 +349,-1.3553137689653678,-1.3444430577330126,-1.4372457435198729,-0.21923485398292542,0.9744912981987,-0.047986309975385666,0.710892379283905,0.4509023427963257,1.5585354566574097,0.1835750788450241,-0.12218117713928223,0.34441882371902466 +350,-0.8413226244556178,-1.5063855443286287,-0.9423492371333417,-0.047986891120672226,0.9979263544082642,-0.04289884865283966,-1.1448278427124023,0.0646192878484726,1.8904426097869873,0.19515791535377502,-1.0412460565567017,-0.15715914964675903 +351,2.5397357577001904,-1.474431145009247,2.3784175631855144,0.05447434261441231,0.9953604936599731,0.07930850982666016,-0.606005847454071,0.36737942695617676,-0.7971410155296326,0.2440943717956543,-0.4034721851348877,-0.35250186920166016 +352,-2.1824290101581703,-1.5125399720700472,-2.4464850153703783,-0.047668710350990295,0.9983035922050476,0.03343253955245018,0.2281598150730133,3.7208409309387207,-0.032440345734357834,0.1513979583978653,0.6349208950996399,0.06500184535980225 +353,-1.4542179757818403,-1.3821936035089892,-2.121500129993647,-0.186214417219162,0.9822671413421631,-0.02180745080113411,-0.05885133892297745,2.3611016273498535,-2.7384095191955566,-0.0931130051612854,-0.7163216471672058,-0.05132788419723511 +354,-1.6094065781271727,-1.213941301526944,-2.279515165287301,-0.3490689992904663,0.9370000958442688,0.013484342955052853,0.05658913403749466,-1.8374274969100952,0.3980203866958618,0.1744931936264038,-1.3911168575286865,-0.14882981777191162 +355,-1.7828474172881095,-1.3357217923867737,-2.260530101738644,-0.2276991605758667,0.9724969863891602,0.04902081936597824,1.0329358577728271,-3.0093770027160645,1.2986643314361572,-0.3103562891483307,1.5604926347732544,0.25197410583496094 +356,-1.3204452837931304,-1.377638722776506,-1.4560818041622796,-0.18597520887851715,0.9814029932022095,-0.04755681753158569,0.5684119462966919,0.2866312563419342,0.6397203803062439,-0.14770400524139404,0.04735994338989258,0.8635358214378357 +357,-1.2747626498255709,-1.4750243545809558,-1.4084468648653223,-0.09146573394536972,0.9954173564910889,-0.02789665386080742,-0.9245297908782959,-0.25296711921691895,1.0081408023834229,0.16568449139595032,-1.0394542217254639,-0.10696053504943848 +358,3.140873482495226,-1.4925184613296405,2.8882951279997813,5.623819743050262e-05,0.9969378709793091,0.0781986191868782,-0.7289228439331055,1.1897292137145996,0.27693989872932434,0.3243608772754669,-0.7809649109840393,-0.3691837787628174 +359,-2.2033627811664442,-1.5120913676094925,-2.5991671441229145,-0.04731994867324829,0.9982773661613464,0.03468802571296692,0.411059707403183,2.504929542541504,-0.3664209842681885,0.05194336175918579,0.7832015156745911,-0.019444584846496582 +360,-1.5289435184806275,-1.3488488693634553,-2.1980021483308807,-0.21993646025657654,0.9754706025123596,-0.009210336953401566,-0.12370849400758743,1.3093258142471313,-2.6457407474517822,-0.11383427679538727,-0.5962898135185242,0.07523512840270996 +361,-1.5719299796161192,-1.206024657487174,-2.2804237744629656,-0.3567356765270233,0.9342052340507507,0.00040441457531414926,-0.2801067531108856,-0.9445350766181946,0.12560638785362244,0.2124791145324707,-1.2751476764678955,-0.1228104829788208 +362,-1.8150789122721853,-1.3020667321974735,-2.3020007816342787,-0.25762420892715454,0.9641090035438538,0.06421554833650589,1.4983118772506714,-6.0523600578308105,1.5951340198516846,-1.4416097402572632,5.8197503089904785,-1.3393772840499878 +363,-1.012917195008368,-1.3806520010552141,-1.154753022055549,-0.16034364700317383,0.9819769859313965,-0.10005426406860352,0.40877631306648254,0.11363202333450317,0.7264197468757629,-0.09345577657222748,0.13881146907806396,1.0024285316467285 +364,-0.6796735993110381,-1.4679713668277539,-0.8453922730959323,-0.06451606005430222,0.9947181940078735,-0.07983458787202835,-0.4200185239315033,-0.6783353686332703,1.1189936399459839,0.1559314727783203,-0.9927955865859985,-0.06352174282073975 +365,2.265436387004948,-1.5159200275905993,2.0557919996058502,0.04213990643620491,0.9984946846961975,0.03510957583785057,-1.3214715719223022,2.475403070449829,0.25458741188049316,0.08484373241662979,-0.9566550254821777,-0.060774803161621094 +366,-2.390507436088825,-1.4775387623674057,-2.5909862192920525,-0.06354948878288269,0.9956546425819397,0.06806743144989014,0.5272356271743774,3.1846230030059814,-0.5434682965278625,-0.1548343002796173,1.0131343603134155,-0.0007609203457832336 +367,-1.7665027288698547,-1.3951843694350985,-2.4003512588580573,-0.17137499153614044,0.9846197962760925,0.03397404029965401,-0.02847360074520111,3.967630624771118,-2.292947769165039,-0.30750682950019836,-0.3775489926338196,0.1646801233291626 +368,-1.614991634135986,-1.1747780321053893,-2.37530097015229,-0.38537126779556274,0.9226042628288269,0.017042700201272964,0.1305929720401764,-1.779131531715393,0.0017664392944425344,0.23430925607681274,-1.4515502452850342,-0.2084641456604004 +369,-1.8014965187721297,-1.2608775226512563,-2.4207792456523904,-0.2969015836715698,0.9523583650588989,0.06973685324192047,0.04743333160877228,-2.2819278240203857,0.9343702793121338,-0.5142556428909302,0.7476081252098083,-0.2637065649032593 +370,-1.5117346663603657,-1.3813897599053742,-1.727942487882139,-0.18794745206832886,0.982116162776947,-0.011113414540886879,2.3287930488586426,-3.5807948112487793,0.1357162892818451,-0.43557244539260864,0.6310276985168457,0.34381604194641113 +371,-1.2808269134076657,-1.41563086570943,-1.4576363527482343,-0.14809274673461914,0.9879859685897827,-0.04418783262372017,-0.32100459933280945,-0.4683505892753601,0.706473708152771,0.20018623769283295,-0.8978979587554932,-0.11387795209884644 +372,-2.370842128915881,-1.4946896087818005,-2.5104174452249373,-0.052970267832279205,0.9971053004264832,0.05454523116350174,-1.5196788311004639,0.4304269552230835,1.051357388496399,0.1370309442281723,-1.0304152965545654,-0.15206420421600342 +373,-2.443769275858164,-1.4610549293351935,-2.7140046076305664,-0.07037339359521866,0.9939844608306885,0.08392027765512466,-0.46462443470954895,4.897080898284912,0.16518105566501617,0.22927841544151306,1.356067419052124,-0.15569758415222168 +374,-1.7783157562826042,-1.4090558465723877,-2.3562259780184562,-0.15758171677589417,0.9869484901428223,0.033178918063640594,-1.001633882522583,0.16388516128063202,-2.4119668006896973,-0.5330158472061157,-0.16109693050384521,0.7502378225326538 +375,-1.6664423474995425,-1.2836724544404663,-2.3287414037296372,-0.28190094232559204,0.9590623378753662,0.027045223861932755,0.14625348150730133,-0.8865564465522766,-0.11051004379987717,0.27746060490608215,-1.2677018642425537,-0.29573726654052734 +376,-1.7398313395409999,-1.2945335971941645,-2.218690255361709,-0.2688746452331543,0.9620815515518188,0.04588710516691208,1.3390439748764038,-2.6449573040008545,-0.2167166769504547,-0.4168705940246582,1.1577152013778687,-0.3436471223831177 +377,-1.5343199927841296,-1.3029136267706758,-1.783828896683027,-0.2645145654678345,0.9643334746360779,-0.009652803651988506,0.9137005805969238,-0.5421623587608337,0.1920444518327713,-0.20821800827980042,0.6838294863700867,0.3949829936027527 +378,-1.3622578956625995,-1.328393672592356,-1.5862149792137783,-0.23483504354953766,0.9707640409469604,-0.04969460517168045,-0.29143083095550537,-0.02866186760365963,0.10081682354211807,0.33966290950775146,-0.8310393691062927,-0.21016258001327515 +379,-1.507116525151476,-1.338200008982153,-1.8243887196537334,-0.23003767430782318,0.9730712175369263,-0.014668586663901806,-0.31177717447280884,1.6965299844741821,0.2605297863483429,0.3529167175292969,-0.33581840991973877,-0.16915404796600342 +380,-1.3594327290832204,-1.3419969289682654,-1.8505392259273123,-0.22176136076450348,0.9739394187927246,-0.04758298397064209,0.1086016297340393,1.5225348472595215,-0.15192368626594543,-0.14852368831634521,1.02712881565094,0.5416015386581421 +381,-1.421866530925353,-1.3045499901706767,-2.1210894232808863,-0.26019954681396484,0.9647653102874756,-0.03904053568840027,-0.4784930646419525,1.3476645946502686,-0.3981688320636749,-0.020669013261795044,-0.5513436198234558,0.005257543176412582 +382,-1.4187128943684237,-1.2822774996706587,-2.183152322705792,-0.2812482416629791,0.9586663842201233,-0.04310604929924011,0.08415552973747253,-0.4230407178401947,-0.07047418504953384,0.2759229838848114,-1.245318055152893,-0.283538818359375 +383,-1.4455849354448354,-1.2941267226896085,-2.0742893807124156,-0.2710146903991699,0.9619705080986023,-0.034112583845853806,0.8762810230255127,-2.5969669818878174,0.06587594002485275,-0.5501065254211426,0.9763991832733154,-0.4547790288925171 +384,-1.2761205289616162,-1.3118215884828797,-1.705395309034808,-0.24505145847797394,0.966653048992157,-0.07437608391046524,0.5919135808944702,-0.3422757685184479,0.3216126561164856,-0.16492170095443726,0.5716618895530701,0.515233039855957 +385,-1.3066379047259915,-1.3266898911904712,-1.625804792502209,-0.2333056628704071,0.9703536629676819,-0.06310433149337769,-0.2769031226634979,0.10546386241912842,-0.05709608271718025,0.3796679973602295,-0.8514876961708069,-0.10460501909255981 +386,-1.4378198230897807,-1.3277713701039349,-1.8416580373055933,-0.2385147660970688,0.970614492893219,-0.03190513700246811,-1.031826376914978,1.688162922859192,0.08162374049425125,0.6262406706809998,-0.6671326160430908,-0.043412260711193085 +387,-1.4421170106779646,-1.3423813193258038,-1.9888450941765332,-0.22456131875514984,0.9740265011787415,-0.02905695140361786,-0.13859273493289948,1.4104028940200806,-0.07150665670633316,-0.11186444759368896,1.2141447067260742,0.7426037192344666 +388,-1.4959218475060425,-1.3136202180140832,-2.235911448877503,-0.253637433052063,0.9671120643615723,-0.019026540219783783,-0.5216065049171448,1.4590227603912354,-0.47928252816200256,-0.20935994386672974,-0.3007609248161316,0.1302783489227295 +389,-1.5549500114526729,-1.275971411542685,-2.3715158714262605,-0.29053589701652527,0.9568530321121216,-0.004604308865964413,-0.0475199818611145,-0.4238368570804596,-0.08309166133403778,0.38265323638916016,-1.357228398323059,-0.3785743713378906 +390,-1.4660943071067238,-1.3141584544873026,-2.112647023299633,-0.25244027376174927,0.9672488570213318,-0.02652801387012005,0.8608481287956238,-2.2577836513519287,0.5248029232025146,-0.6138927340507507,1.7027034759521484,0.127419114112854 +391,-1.302662759925893,-1.3280913126634015,-1.7785788216759093,-0.23174113035202026,0.970691442489624,-0.0636708214879036,0.6417490243911743,-1.8393274545669556,0.29631608724594116,-0.05785539746284485,0.6089440584182739,0.3177449107170105 +392,-1.4027274159056438,-1.355509940531254,-1.7071933801502892,-0.2106170356273651,0.9769152402877808,-0.03573528304696083,-0.26568540930747986,-0.5208669900894165,0.062035806477069855,0.4040985107421875,-0.9899768233299255,-0.11932450532913208 +393,-1.652876512867857,-1.3674350901099699,-1.9723639945184686,-0.2012818604707718,0.9793932437896729,0.016558455303311348,-0.6261059641838074,0.6200914978981018,0.15443889796733856,0.30862748622894287,-0.3901447653770447,-0.37542998790740967 +394,-1.500208532157588,-1.3803968036587444,-1.909473801124634,-0.1887797862291336,0.9819287061691284,-0.013347725383937359,0.06660527735948563,1.8136188983917236,0.04163213446736336,0.2302531898021698,1.0285234451293945,0.5815545320510864 +395,-1.4879420375356287,-1.354401408431092,-2.087743415727013,-0.21397313475608826,0.9766778349876404,-0.01776927150785923,-0.30169355869293213,1.6544232368469238,-0.5061824321746826,-0.17730796337127686,-0.47947025299072266,0.07456248998641968 +396,-1.594679769314171,-1.3124555923399857,-2.2638980522904086,-0.2554035186767578,0.9668152332305908,0.00610107509419322,0.04364045336842537,-0.6329147219657898,-0.24201200902462006,0.1969471275806427,-1.3047058582305908,-0.5453008413314819 +397,-1.6212291659714915,-1.3212245027618852,-2.161130988065224,-0.24667449295520782,0.969018280506134,0.01245105266571045,1.4441410303115845,-2.289614200592041,0.32880496978759766,-0.4145193099975586,0.9174562096595764,-0.7927244901657104 +398,-1.4299109914371708,-1.3322711516099228,-1.8172628839776404,-0.2339293509721756,0.9716874957084656,-0.03317701071500778,0.02912071719765663,-0.8229047060012817,0.21847054362297058,0.006695419549942017,0.7233657240867615,0.6740766763687134 +399,-1.481676020926437,-1.344419475882345,-1.7727928382509395,-0.22355800867080688,0.9744859933853149,-0.019976472482085228,-0.1659221351146698,-0.018519897013902664,-0.11990974843502045,0.2954268753528595,-0.7570481300354004,0.006823359057307243 +400,-1.659831229862785,-1.3317742355863718,-2.0077079660611368,-0.23581457138061523,0.9715699553489685,0.021051382645964622,-0.7885662913322449,1.1809108257293701,0.03000260703265667,0.41777563095092773,-0.7902193665504456,-0.29720497131347656 +401,-1.6233219155107612,-1.3355612272541488,-2.083060200446543,-0.23274952173233032,0.9724595546722412,0.012236560694873333,-0.03163629397749901,1.3778265714645386,-0.086294986307621,0.00130423903465271,1.0286388397216797,0.012253759428858757 +402,-1.579085302183391,-1.3151511942576335,-2.24570973907816,-0.252860963344574,0.9675003886222839,0.00209600618109107,-0.6965135931968689,1.7107521295547485,-0.39105191826820374,-0.2814865708351135,-0.0069748759269714355,0.2527409791946411 +403,-1.642299361776584,-1.2766066153495348,-2.431571403271603,-0.28922373056411743,0.9570373892784119,0.02071569114923477,-0.343142569065094,-0.06662912666797638,-0.260858952999115,0.26531320810317993,-1.1489167213439941,-0.5022373199462891 +404,-1.6216756909121048,-1.2906172390411363,-2.2953216278038693,-0.276170015335083,0.9610059261322021,0.01406349241733551,1.5084199905395508,-1.9487454891204834,0.4875022768974304,-0.09413027763366699,0.28856682777404785,-0.18091833591461182 +405,-1.3518848094357305,-1.327477401659081,-1.8638173662844195,-0.23517519235610962,0.9705436825752258,-0.052321020513772964,0.5927519202232361,-0.8136756420135498,0.422951877117157,-0.2355431765317917,0.7323371171951294,0.41963058710098267 +406,-1.1778516090970674,-1.3571670912334592,-1.5554756595474735,-0.19584999978542328,0.9772679209709167,-0.08118009567260742,0.0841156467795372,-0.6052073240280151,0.2973788380622864,0.21014748513698578,-0.6812626719474792,-0.014309406280517578 +407,-1.3301345550858517,-1.3687768985705149,-1.7239026861640605,-0.1948653608560562,0.9796633720397949,-0.04782350733876228,-0.7371882200241089,0.981995165348053,-0.09150587022304535,0.467753529548645,-1.00874662399292,0.0051141418516635895 +408,-1.33545488851196,-1.3721372435044834,-1.8227832001528326,-0.19191530346870422,0.98033207654953,-0.04601835831999779,0.22247278690338135,0.3869471848011017,-0.12630878388881683,-0.042474955320358276,1.0853416919708252,-0.4770529270172119 +409,-1.3675416254520363,-1.3498981850268013,-2.0226217187182045,-0.21459606289863586,0.9757010340690613,-0.04422840476036072,-0.7069034576416016,1.8212318420410156,-0.45838749408721924,-0.3470799922943115,0.1365426778793335,0.12540513277053833 +410,-1.506366683540236,-1.322947746959955,-2.307499327836516,-0.24480941891670227,0.9694424271583557,-0.015794845297932625,-0.6624817252159119,0.49038374423980713,-0.35222873091697693,0.24627427756786346,-1.0442259311676025,-0.04099839925765991 +411,-1.5784435069504008,-1.3146310041542604,-2.299975299406634,-0.25336551666259766,0.9673686623573303,0.001937569584697485,0.7480120658874512,-1.5331454277038574,0.15796510875225067,0.015511542558670044,-0.3044506311416626,-0.3682096004486084 +412,-1.3902406745230904,-1.340927082589419,-1.9371188285651086,-0.22414623200893402,0.9736961722373962,-0.04091646894812584,0.5476242303848267,-1.1731653213500977,0.2657966911792755,-0.4715019464492798,1.009122371673584,0.19692230224609375 +413,-1.2985793547077122,-1.3626436528542791,-1.6879378976184098,-0.1990436315536499,0.9784143567085266,-0.05556230992078781,0.11075760424137115,-1.4311494827270508,0.26680076122283936,0.11156497895717621,-0.44794243574142456,-0.07999677211046219 +414,-1.4491265319935265,-1.3641644764440393,-1.846674612815698,-0.2036486119031906,0.9787275195121765,-0.024900881573557854,-0.8948372006416321,0.8611260652542114,-0.2098912000656128,0.48012256622314453,-1.0189495086669922,-0.04835653677582741 +415,-1.5296162281022634,-1.3647084957127844,-2.04602799440981,-0.20445844531059265,0.9788389801979065,-0.008424381725490093,0.23459266126155853,0.3930478096008301,-0.08638482540845871,-0.016977086663246155,1.1362581253051758,-0.8772414922714233 +416,-1.474281991894236,-1.3419363895980785,-2.140984110105163,-0.22581133246421814,0.9739256501197815,-0.021861955523490906,-0.22670285403728485,1.4808473587036133,-0.4541711211204529,-0.371646523475647,0.12591254711151123,0.2209739089012146 +417,-1.484550717126456,-1.3081094725747615,-2.2798217995704313,-0.2587107717990875,0.9656957387924194,-0.022368157282471657,-0.29619860649108887,0.47363466024398804,-0.44596877694129944,0.3316783308982849,-1.0466132164001465,-0.05868655443191528 +418,-1.6170454577634916,-1.2981037571229497,-2.355450605380469,-0.2690376937389374,0.9630492329597473,0.012451638467609882,0.07080791890621185,-1.343630313873291,0.2585662007331848,0.09536212682723999,-0.46996140480041504,-0.3121647834777832 +419,-1.4381017231281488,-1.3260252305871587,-1.9995157794378307,-0.24020390212535858,0.9701928496360779,-0.032062165439128876,0.7420655488967896,-1.2402206659317017,0.17038081586360931,-0.3789061903953552,1.1421117782592773,0.3080021142959595 +420,-1.3023795898060915,-1.339589448389592,-1.7070615980036563,-0.22094713151454926,0.973390519618988,-0.06077246740460396,0.6262933611869812,-1.718493103981018,0.2364586740732193,-0.006683483719825745,-0.29222291707992554,-0.18326133489608765 +421,-1.38571263999164,-1.3412631513100202,-1.713454269561846,-0.22363771498203278,0.9737727046012878,-0.04187089949846268,-0.612845242023468,0.2007897049188614,-0.02009892649948597,0.4919940233230591,-1.0133538246154785,-0.11344826221466064 +422,-1.4609194766450666,-1.359430047747686,-1.90130430494641,-0.2085314840078354,0.9777451753616333,-0.023005438968539238,-0.19891266524791718,0.785162627696991,0.031155914068222046,-0.5010632872581482,1.3181533813476562,-0.7357226014137268 +423,-1.3500339586461265,-1.3465294417246392,-1.9150412853602437,-0.21699446439743042,0.9749574065208435,-0.048697907477617264,-0.46468281745910645,1.9706228971481323,-0.3250539302825928,-0.2482612580060959,0.410220205783844,0.15668433904647827 +424,-1.3678458656245165,-1.3249520090833151,-2.1062904104306783,-0.2383805513381958,0.9699321985244751,-0.04905480146408081,-0.21333549916744232,0.7907021045684814,-0.3288878798484802,0.2288895845413208,-0.8275523781776428,0.1573006510734558 +425,-1.4673930354835905,-1.3194341830712377,-2.180212919490608,-0.24739530682563782,0.9685745239257812,-0.02567305415868759,0.006544556003063917,-1.1482428312301636,0.2562023401260376,0.22534634172916412,-0.8025894165039062,0.0166856050491333 +426,-1.300982733945816,-1.3492711900456613,-1.8532346734786795,-0.211769238114357,0.9755634665489197,-0.05856636166572571,1.2021911144256592,-1.435214638710022,0.264544814825058,-0.4385146200656891,1.2727582454681396,-0.1328551173210144 +427,-1.1483959724773838,-1.356516738088737,-1.5629994594560819,-0.19395390152931213,0.9771298170089722,-0.08717349171638489,0.10572831332683563,-1.4485841989517212,0.3427559733390808,0.08871403336524963,-0.14358800649642944,-0.09210205078125 +428,-1.296940644756613,-1.376736031158839,-1.6796839695686248,-0.18565873801708221,0.981229305267334,-0.0521540641784668,-0.794877290725708,0.44351133704185486,-0.0921204537153244,0.4868519902229309,-1.0941596031188965,-0.1437687873840332 +429,-1.5081913339000412,-1.393301120094586,-1.9856487433978203,-0.1762188822031021,0.9842890501022339,-0.011046617291867733,-0.24237844347953796,0.7866318225860596,0.01942814327776432,-0.12263976037502289,1.1235448122024536,-0.2404792308807373 +430,-1.3967714811347338,-1.3879313045538475,-1.9887716570684018,-0.17910142242908478,0.9833267331123352,-0.031486593186855316,0.0069915521889925,1.5516000986099243,-0.2304033637046814,-0.20255140960216522,0.46702128648757935,-0.009422246366739273 +431,-1.2777552217414367,-1.3590156139355598,-2.0040036004738897,-0.20124028623104095,0.9776581525802612,-0.060719773173332214,-0.12816265225410461,0.6802526712417603,-0.3891660273075104,0.15079472959041595,-0.6989716291427612,0.1837361454963684 +432,-1.4404398544165835,-1.3369044192132633,-2.1325666037545883,-0.22979891300201416,0.9727717638015747,-0.03012661449611187,-0.19087159633636475,-1.2021600008010864,0.006531042978167534,0.16682587563991547,-0.8361140489578247,-0.23819923400878906 +433,-1.4074504874890579,-1.3622103424173937,-1.9355810176469201,-0.20432086288928986,0.9783247113227844,-0.033675000071525574,1.0058619976043701,-1.2315582036972046,0.08968294411897659,-0.5118198990821838,1.4012072086334229,-0.44369620084762573 +434,-1.24244160044417,-1.364503999058545,-1.6284604102477171,-0.1938885748386383,0.9787970781326294,-0.06605543196201324,0.463403582572937,-1.4392229318618774,0.21072256565093994,0.1044873595237732,-0.10053181648254395,0.012771733105182648 +435,-1.2597504992302353,-1.3615649209583198,-1.5930360338172678,-0.1977415829896927,0.9781908392906189,-0.06357016414403915,-0.3572121262550354,0.12420172989368439,-0.1998223513364792,0.3835020363330841,-1.227107286453247,-0.24863994121551514 +436,-1.4499096969760712,-1.3595574900940166,-1.839868450363741,-0.2081417292356491,0.9777719378471375,-0.025284839794039726,-0.2058333456516266,0.7100176811218262,0.06022206321358681,-0.2956272065639496,0.9056357741355896,-0.3433980345726013 +437,-1.354757257420707,-1.3446769830156513,-1.8984622398290987,-0.21898530423641205,0.9745437502861023,-0.048059407621622086,-0.4066619873046875,2.2505383491516113,-0.29291319847106934,-0.17223475873470306,0.7334639430046082,0.3639621138572693 +438,-1.385020927587044,-1.320720298806101,-2.1278959991852493,-0.24321970343589783,0.9688935875892639,-0.045711319893598557,-0.3963747024536133,1.5367170572280884,-0.3055296242237091,0.04766303300857544,-0.6679291725158691,0.11136990785598755 +439,-1.4630407490976114,-1.3080839926526682,-2.2479274803509153,-0.2581943869590759,0.9656891226768494,-0.027930069714784622,-0.02804829739034176,-0.6861651539802551,0.1747668981552124,0.3037418723106384,-0.9473328590393066,-0.19342917203903198 +440,-1.3791108229915674,-1.3488543118750367,-2.0061975087183646,-0.21609272062778473,0.9754717946052551,-0.041936736553907394,0.6361607909202576,-1.5708173513412476,0.41537052392959595,-0.45123517513275146,1.3557965755462646,0.11614018678665161 +441,-1.213408105323715,-1.3659845627522926,-1.724037508783162,-0.19053180515766144,0.9790992736816406,-0.07114914059638977,0.6090471148490906,-1.863065481185913,0.40893813967704773,-0.04745951294898987,0.19848251342773438,0.22495776414871216 +442,-1.2896207398584234,-1.3777088935286528,-1.6845759666716544,-0.18435440957546234,0.9814164638519287,-0.0532466322183609,-0.5914612412452698,-0.24150897562503815,-0.13626347482204437,0.43061599135398865,-1.0065934658050537,-0.09987533092498779 +443,-1.6535715393545865,-1.3687971258350187,-2.102341105526262,-0.19994132220745087,0.9796674251556396,0.016588088124990463,-0.579882025718689,1.0604561567306519,-0.06848158687353134,0.33698052167892456,-0.2895582318305969,-0.36248958110809326 +444,-1.5637202967254895,-1.355180781991802,-2.126153351665613,-0.2139430046081543,0.9768449068069458,-0.0015138923190534115,-0.1116277351975441,1.919582724571228,-0.2645944058895111,0.053542643785476685,0.8281781673431396,0.38966697454452515 +445,-1.570244205165554,-1.3132699384277047,-2.3099982656067253,-0.25468912720680237,0.9670229554176331,-0.00014061939145904034,-0.42649298906326294,1.4488694667816162,-0.3567032217979431,-0.11716750264167786,-0.25736725330352783,0.20752280950546265 +446,-1.6054150566158139,-1.2812922885512694,-2.407114405141558,-0.2853057384490967,0.9583855867385864,0.009880870580673218,-0.032595112919807434,-0.6487929821014404,-0.09210260957479477,0.33918455243110657,-1.287334680557251,-0.3779839277267456 +447,-1.5437257159212454,-1.310214380341552,-2.1875517172470236,-0.2575482726097107,0.9662402272224426,-0.006973692681640387,0.2946641743183136,-1.1346584558486938,0.821320116519928,-0.5305986404418945,1.76042902469635,0.5027623176574707 +448,-1.356198202981904,-1.3436430023578347,-1.9020934437646613,-0.22003936767578125,0.9743114113807678,-0.047958508133888245,0.6326530575752258,-0.3964846432209015,0.4571550488471985,-0.17879484593868256,0.4549030661582947,0.22947704792022705 +449,-1.3051142770140023,-1.3677032921449364,-1.7820133645826912,-0.19462324678897858,0.9794474244117737,-0.05295989662408829,-0.29371920228004456,-0.1389136165380478,0.09192220121622086,0.2882664203643799,-0.8123483657836914,0.027096271514892578 +450,-1.542225219556857,-1.3825026399387839,-2.011126702972166,-0.1871071606874466,0.9823250770568848,-0.005347313825041056,-0.6733107566833496,0.3342609405517578,0.16899117827415466,0.3776741623878479,-0.5775398015975952,-0.19600766897201538 +451,-1.5624327552322816,-1.3946982218602548,-2.08874531441694,-0.17518401145935059,0.984534740447998,-0.0014651981182396412,0.3087625205516815,1.19240140914917,-0.05914255976676941,0.006635412573814392,1.0535818338394165,0.36869847774505615 +452,-1.580588038033896,-1.3643558199227763,-2.2607669867812477,-0.20496807992458344,0.9787667393684387,0.0020070523023605347,-0.37916088104248047,1.416048288345337,-0.41862016916275024,-0.29252949357032776,-0.05789870023727417,0.19625043869018555 +453,-1.602768869789473,-1.3304815767906424,-2.3549251134787066,-0.2378859519958496,0.9712631106376648,0.007608411833643913,-0.17423711717128754,-0.5496630072593689,-0.27688899636268616,0.2925124764442444,-1.0765947103500366,-0.29996681213378906 +454,-1.6225580091951528,-1.3323288954816253,-2.2314617626369664,-0.23589681088924408,0.9717011451721191,0.012221332639455795,1.3936843872070312,-2.3782482147216797,0.2640172243118286,-0.2788736820220947,0.5689481496810913,-0.3744344711303711 +455,-1.4291308700529808,-1.3699196958610056,-1.8716702426852148,-0.19753001630306244,0.9798920154571533,-0.028171895071864128,0.3389212191104889,-0.5350322723388672,0.3220503628253937,-0.22786976397037506,0.6760375499725342,-0.04146921634674072 +456,-1.440030155492442,-1.4087419152584826,-1.7438071917526332,-0.15996922552585602,0.986897885799408,-0.021038619801402092,-0.1799342930316925,-1.1204752922058105,0.20089952647686005,-0.14834986627101898,-0.6532796621322632,-0.08191239833831787 +457,-1.8159700605667268,-1.3939891480373328,-2.0393948237034567,-0.17062683403491974,0.984410285949707,0.04269207641482353,-0.7486802339553833,-0.19334998726844788,-0.13526657223701477,0.4397919178009033,-1.0159350633621216,-0.14956462383270264 +458,-1.7909427225127703,-1.3569148275524283,-2.0569851797684198,-0.20713236927986145,0.9772143959999084,0.04635066166520119,0.406819611787796,0.20708169043064117,-0.3444899022579193,-0.12267109751701355,1.6595501899719238,-0.5620976686477661 +459,-1.7833703483385102,-1.3467012389877577,-2.0775545264033513,-0.21722224354743958,0.9749956130981445,0.04688413813710213,-0.02085498347878456,-0.017267480492591858,-0.056335654109716415,-0.4517535865306854,0.12020397186279297,-0.07792043685913086 +460,-1.8931500234234901,-1.32605457186023,-2.1695372214353763,-0.22982534766197205,0.9701999425888062,0.07676249742507935,-0.7647234201431274,-0.9120628237724304,-0.08856136351823807,0.24813589453697205,-0.9686893224716187,0.13785231113433838 +461,-2.194962998625759,-1.3235662559377221,-2.276729270629913,-0.1985771656036377,0.9695940017700195,0.14301885664463043,0.05487429350614548,-2.5235602855682373,0.31706884503364563,0.08497551083564758,-0.7556964159011841,-0.13795293867588043 +462,-2.147148274753482,-1.395534519269839,-1.8310636331494838,-0.14619861543178558,0.9846809506416321,0.09502425789833069,0.473228394985199,-3.192511558532715,0.43902522325515747,-0.3380848169326782,1.1031944751739502,-0.3474808931350708 +463,-2.424328951182645,-1.459098618942551,-1.8868906327444555,-0.07326887547969818,0.9937682747840881,0.08400098979473114,0.21400170028209686,-1.6620861291885376,0.5162017345428467,-0.4175453186035156,-0.06870424747467041,-0.28900277614593506 +464,-2.8177653509601135,-1.432375844042956,-2.163742623255979,-0.04390455782413483,0.9904351830482483,0.1308075338602066,-0.8962856531143188,-0.6366612315177917,-0.10898547619581223,0.07803845405578613,-0.9483819603919983,-0.3221222162246704 +465,-2.9287625819843774,-1.389400056684574,-2.150404963883076,-0.03810610622167587,0.9835927486419678,0.17633317410945892,1.4996620416641235,-1.3886772394180298,-0.3064289689064026,-0.8015698194503784,1.2738993167877197,-0.4460628032684326 +466,-2.965306713821654,-1.4680963467552983,-2.011087651452827,-0.017979195341467857,0.9947310090065002,0.10093013197183609,0.7464938759803772,-0.9936540126800537,-0.18056735396385193,-0.4315600097179413,0.5270737409591675,0.20461176335811615 +467,-2.7301555614700392,-1.488304930361638,-1.6176110839831468,-0.03295326232910156,0.9965994954109192,0.07552183419466019,0.31133800745010376,-1.8877569437026978,-0.26432889699935913,-0.21462059020996094,-0.587541937828064,-0.1748412847518921 +468,-2.2630070579358756,-1.5296460728635666,-0.912113646900227,-0.031669408082962036,0.9991534352302551,0.02625582367181778,0.6205050945281982,-2.496685743331909,0.11605873703956604,0.16513806581497192,-0.7544482946395874,-0.10831761360168457 +469,-0.012383986917115319,-1.541583080318588,1.642464355099961,-0.0003617668407969177,0.9995733499526978,-0.029210977256298065,1.9745501279830933,-4.16064977645874,0.5175527930259705,-0.7921187281608582,0.9204096794128418,-0.7243595719337463 +470,0.18202119411285905,-1.4273038063007815,2.166520142193589,0.025885647162795067,0.9897226095199585,-0.14063820242881775,0.7275332808494568,-3.1719489097595215,0.7515590190887451,-0.24639040231704712,0.7492910623550415,-0.08018696308135986 +471,0.17893412413896892,-1.3538936557720203,2.4619495289111555,0.03830249607563019,0.9765686988830566,-0.21176977455615997,0.39705461263656616,-2.1004996299743652,0.42242804169654846,-0.384005606174469,-0.4827180504798889,-0.05274133384227753 +472,0.05210337520480064,-1.3461761750501446,2.4687438707097558,0.011600032448768616,0.9748787879943848,-0.2224334478378296,-0.42081063985824585,-0.8630830645561218,-0.20056498050689697,0.2322354018688202,-0.889353334903717,0.06891478598117828 +473,-0.08204672787949371,-1.3750441311679196,2.4070627313499426,-0.01594056934118271,0.9809016585350037,-0.1938503235578537,-0.2703973352909088,-0.8067017197608948,-0.10761059820652008,-0.2915545403957367,1.0891361236572266,-0.2309238165616989 +474,-0.13961575700457482,-1.3835444754316548,2.3676483320145936,-0.025906428694725037,0.9825195670127869,-0.1843479722738266,-0.07019740343093872,-0.05261662229895592,-0.026538686826825142,-0.22966304421424866,0.5385985970497131,0.06273543834686279 +475,-0.1384444772163312,-1.381191088565159,2.3632064063147453,-0.026009483262896538,0.9820787310600281,-0.18666759133338928,-0.15259091556072235,-0.1310838907957077,-0.024686871096491814,-0.282019704580307,-0.39751458168029785,0.08016122877597809 +476,-0.3499495599557336,-1.4089324821693388,2.197673673683564,-0.055253151804208755,0.9869286417961121,-0.15139038860797882,-0.7986345887184143,-0.3193703889846802,-0.08872265368700027,-0.028868556022644043,-1.0639550685882568,-0.004340827465057373 +477,-0.43309416240512477,-1.3954339804384814,2.3449833199377017,-0.073219895362854,0.9846633672714233,-0.15835735201835632,0.7043625712394714,-4.227279186248779,0.4584377706050873,-0.6399911642074585,1.4352738857269287,-0.11675865948200226 +478,-0.533065725940793,-1.3417403647089308,2.575375274053994,-0.11538568139076233,0.973881185054779,-0.19555482268333435,0.3388215899467468,-2.136385679244995,0.2906786799430847,0.14607110619544983,0.36638981103897095,0.37505924701690674 +479,-0.44363086583882266,-1.3204934204897616,2.7306277514212205,-0.1063171848654747,0.9688374400138855,-0.2237202674150467,0.0041900742799043655,0.13583828508853912,0.035486526787281036,0.1093231663107872,-0.799571692943573,0.026653051376342773 +480,-0.6235841545928572,-1.363674745565274,2.5016803516247066,-0.12008506059646606,0.9786269068717957,-0.16693927347660065,-0.6706966757774353,0.9058288931846619,-0.12999889254570007,0.29293662309646606,-0.3733871579170227,-0.12772314250469208 +481,-0.6217869874484899,-1.379379482856988,2.4171137492447192,-0.1108185201883316,0.9817356467247009,-0.15464267134666443,0.292084276676178,1.3213603496551514,-0.32137471437454224,-0.040197715163230896,0.9439540505409241,-0.11197412014007568 +482,-0.6737374512150119,-1.3848298385830273,2.1459422226377867,-0.11535942554473877,0.9827579855918884,-0.14449629187583923,-0.46552228927612305,1.60129714012146,-0.20193026959896088,-0.29035651683807373,-0.4068148732185364,0.15513168275356293 +483,-0.8497422824834338,-1.373568946629761,1.9310068647713894,-0.14718133211135864,0.980613648891449,-0.12936274707317352,-0.1632450520992279,-0.6428494453430176,-0.2847305238246918,0.11762502789497375,-1.0805432796478271,-0.07093937695026398 +484,-0.7388436968345801,-1.3520539280387465,2.172868996161691,-0.14613670110702515,0.9761711359024048,-0.1604185402393341,1.3220571279525757,-1.4709177017211914,0.5151399970054626,-0.5849576592445374,2.0670571327209473,0.146975576877594 +485,-0.6936950212120176,-1.3314290925373173,2.441745712486221,-0.15158988535404205,0.9714881777763367,-0.18229423463344574,0.7205007076263428,-1.633137822151184,0.4851160943508148,0.21401359140872955,0.38254624605178833,-0.09030401706695557 +486,-0.6404927937700858,-1.3416548781323994,2.5895177417990474,-0.13573746383190155,0.9738617539405823,-0.182122141122818,-0.7208927869796753,-0.09631997346878052,0.14397619664669037,0.20173174142837524,-1.030456781387329,-0.08325867354869843 +487,-1.064100070432864,-1.399998837399869,2.0571864084776386,-0.14861197769641876,0.9854495525360107,-0.08248399198055267,-1.4129713773727417,1.965268850326538,-0.14908632636070251,0.40975087881088257,-0.343252956867218,-0.10481762140989304 +488,-1.1307721589637703,-1.4079301615160422,1.8585643965990941,-0.14670099318027496,0.9867665767669678,-0.0690683051943779,0.3027699291706085,1.5488476753234863,-0.2807072103023529,-0.022671565413475037,1.1550180912017822,-0.097206711769104 +489,-1.1686073631090386,-1.3874342667117274,1.5764336885893397,-0.16778776049613953,0.9832362532615662,-0.0713728666305542,-0.9409480094909668,1.8604109287261963,-0.35859888792037964,-0.12045077979564667,-0.42860960960388184,0.1789168119430542 +490,-1.3456103031263613,-1.348029164370263,1.3350235921623685,-0.2153507024049759,0.9752898216247559,-0.04933062940835953,0.0688701868057251,-0.9320170283317566,-0.4432591497898102,0.19710122048854828,-1.2470948696136475,-0.22792160511016846 +491,-1.2414559908998124,-1.3048314614470236,1.6435993305911911,-0.24871473014354706,0.9648393392562866,-0.08500770479440689,2.137589454650879,-2.7311956882476807,0.4361949861049652,-0.416522741317749,2.693363904953003,-0.07005215436220169 +492,-1.2303029166964419,-1.3224324652335477,1.899183509735471,-0.23170554637908936,0.9693158864974976,-0.08209145069122314,0.5274331569671631,-1.1056240797042847,0.11941200494766235,0.25698935985565186,0.3843674659729004,-0.10380636900663376 +493,-1.192962689281757,-1.3419611823684006,1.951823630062029,-0.21084366738796234,0.9739313125610352,-0.08368447422981262,-0.676064670085907,0.5480518937110901,0.1997106969356537,0.37901076674461365,-0.8681725263595581,-0.025980420410633087 +494,-1.4735605122122075,-1.35879969622631,1.5573058832374878,-0.20941834151744843,0.9776127338409424,-0.020427381619811058,-0.6170163750648499,0.9977256059646606,-0.13154777884483337,0.45278075337409973,-0.6670658588409424,-0.4304088354110718 +495,-1.418276858349974,-1.3609046920326135,1.48761298969194,-0.20593523979187012,0.9780535101890564,-0.0316549688577652,0.11769973486661911,1.7048035860061646,-0.05685602128505707,-0.17063641548156738,1.1684765815734863,-0.306235671043396 +496,-1.377328782767152,-1.345089094448225,1.2693964953328707,-0.21962077915668488,0.9746360778808594,-0.04302767664194107,-0.551889181137085,1.9035935401916504,-0.17465569078922272,0.033707693219184875,-0.11704635620117188,0.21459752321243286 +497,-1.374137501502453,-1.3231274900659313,1.174384609009814,-0.2404196709394455,0.9694865345954895,-0.047899749130010605,-0.06524214893579483,-0.3285364806652069,-0.254513680934906,0.2405722439289093,-1.0689737796783447,-0.20168828964233398 +498,-1.4584871750653075,-1.307771284350094,1.2233115975508495,-0.2583649456501007,0.9656078815460205,-0.02913936786353588,1.2411404848098755,-1.409918189048767,-0.3520759642124176,0.04121711850166321,-0.2548229694366455,-0.34691351652145386 +499,-1.247238060493504,-1.2972138725137177,1.6415031608696573,-0.25616297125816345,0.962809145450592,-0.08590248972177505,0.4544108510017395,-2.0901989936828613,0.15028390288352966,-0.47705239057540894,1.0450797080993652,0.34817057847976685 +500,-1.1556414392958567,-1.3134435867824215,1.8723998497798007,-0.23290076851844788,0.9670671224594116,-0.1026565283536911,-0.02417224831879139,-1.0986522436141968,0.6057073473930359,0.23583047091960907,-0.4786486029624939,0.014582820236682892 +501,-1.3404741879284803,-1.3648636563800307,1.7793215133080944,-0.19908089935779572,0.978870689868927,-0.04668112471699715,-0.6930042505264282,0.5995192527770996,0.14513540267944336,0.5160669684410095,-1.3395121097564697,-0.16102147102355957 +502,-1.4337626608166254,-1.368610998353244,1.5307466935076686,-0.19892889261245728,0.9796300530433655,-0.027431879192590714,0.3042930066585541,0.9019195437431335,0.14372742176055908,0.1518402397632599,1.0277247428894043,-0.3260226845741272 +503,-1.0813962983164198,-1.3562530837599822,1.5364807160231373,-0.18790964782238007,0.9770737290382385,-0.10008400678634644,-0.4666307270526886,2.964008331298828,-0.3133198618888855,-0.24121327698230743,-0.1377640962600708,0.39064186811447144 +504,-1.1583745584140472,-1.3632759054698373,1.2792329104080633,-0.1887589991092682,0.9785447716712952,-0.08258460462093353,-0.03544292226433754,-0.34706026315689087,-0.33371666073799133,0.2004319578409195,-1.0519700050354004,-0.2705647945404053 +505,-1.2866556735722363,-1.3279179417530032,1.2733888581672805,-0.23085443675518036,0.970649778842926,-0.06741935759782791,-0.2359360158443451,-1.2935130596160889,-0.09973247349262238,0.07284967601299286,-0.8703537583351135,-0.11654061079025269 +506,-1.2076374998675479,-1.323746252559424,1.5795816233146531,-0.22859486937522888,0.9696380496025085,-0.08686914294958115,-0.2275540828704834,-3.4302451610565186,-0.28337863087654114,-0.7690094709396362,1.3236205577850342,0.13134850561618805 +507,-0.990693663628195,-1.3284024044735634,1.9499466400059002,-0.20076091587543488,0.9707661271095276,-0.13156168162822723,1.1462202072143555,-1.168025255203247,0.873647153377533,0.11261086165904999,-0.47708314657211304,-0.028747156262397766 +508,-0.6868360265368874,-1.457597220567833,2.282307269648272,-0.07162588089704514,0.9935998320579529,-0.08734536170959473,-1.3705369234085083,0.8955686092376709,1.8130468130111694,0.21830862760543823,-1.0563287734985352,-0.04696249961853027 +509,-0.8801495116521618,-1.5185662316063373,1.9067235217754044,-0.040244001895189285,0.9986363053321838,-0.03325861319899559,-0.357171893119812,-1.763308048248291,-2.593008279800415,0.3303745985031128,3.604726791381836,-0.4057367444038391 +510,-1.2332148446261637,-1.4650068714037925,1.352719822827923,-0.09963320940732956,0.9944095015525818,-0.03497305512428284,0.39562568068504333,4.984030723571777,-0.24848726391792297,0.040047645568847656,0.11299711465835571,-0.09091198444366455 +511,-1.448139293499046,-1.3806328030154558,0.9320932918870026,-0.1875993311405182,0.9819733500480652,-0.023126469925045967,-0.34516942501068115,0.23900236189365387,-1.8256341218948364,-0.08734877407550812,-0.8348023295402527,0.1920260190963745 +512,-1.483136550026959,-1.2760090129239272,0.9917269751303197,-0.2894211709499359,0.9568639397621155,-0.025435779243707657,0.27436012029647827,-2.0031826496124268,0.35930317640304565,0.12528234720230103,-1.0436558723449707,-0.21810972690582275 +513,-1.2286418509253807,-1.3603820607454404,1.5499183388086724,-0.19675779342651367,0.9779444932937622,-0.0700778067111969,0.9012949466705322,-2.05599045753479,0.18754170835018158,-0.47923707962036133,1.4022586345672607,0.2427157163619995 +514,-1.040432402492024,-1.375842263491694,1.960870212345681,-0.1671089380979538,0.9810565710067749,-0.09799367934465408,1.4457584619522095,-1.2018519639968872,0.7109144330024719,-0.013997629284858704,-0.4063495397567749,0.09202748537063599 +515,-1.1496250787348556,-1.4066385565008352,1.9216274981200214,-0.1491408795118332,0.986556351184845,-0.06681185215711594,-1.2348440885543823,0.09271415323019028,0.9239715337753296,0.3866134285926819,-1.0789177417755127,-0.26343411207199097 +516,-1.1956542286976866,-1.5230087426027734,1.7887854973220356,-0.04444999620318413,0.9988583922386169,-0.017503993585705757,0.7048287987709045,-0.4340679943561554,-3.5645878314971924,-0.5944507718086243,2.63396954536438,-0.6010415554046631 +517,-1.3644869190150348,-1.4155960872009206,1.5048681811527929,-0.15130077302455902,0.9879806041717529,-0.031665313988924026,-1.148206114768982,5.674108505249023,-0.36502301692962646,-0.12418141961097717,0.7478898763656616,-0.04592562094330788 +518,-1.5016522938686192,-1.3204013835441246,0.9909097126718693,-0.24719522893428802,0.9688146114349365,-0.01711936481297016,-1.0953670740127563,-0.10518621653318405,-1.5706207752227783,0.06422705948352814,-0.739871621131897,0.2914876937866211 +519,-1.4917913619922443,-1.2543767398883046,1.0405038603599608,-0.3101951479911804,0.950355589389801,-0.02455807477235794,0.6763522624969482,-0.4088517725467682,0.3926153779029846,0.2098076045513153,-1.1924059391021729,-0.19596195220947266 +520,-1.3937756791000169,-1.2841145692924059,1.4108298626585114,-0.2783523499965668,0.9591874480247498,-0.04979533329606056,2.711622476577759,-3.8458826541900635,1.1946346759796143,-0.052275121212005615,2.203883171081543,0.15512675046920776 +521,-1.2381441386908074,-1.3465919539296924,1.7952710804059553,-0.21014299988746643,0.9749712944030762,-0.07260249555110931,-0.18431515991687775,-1.8597198724746704,0.100845105946064,-0.41818344593048096,0.16695082187652588,0.4348766803741455 +522,-1.0335471889957586,-1.373076314649666,2.1038562133628176,-0.16876086592674255,0.9805169701576233,-0.10053025186061859,-0.6828306317329407,-0.25335195660591125,0.810982346534729,0.28689441084861755,-1.044588565826416,-0.04104083776473999 +523,-1.8541518397745334,-1.5112482747197848,1.2053315468356698,-0.05714098736643791,0.9982275366783142,0.01663893088698387,0.011354275047779083,2.2192604541778564,1.0481668710708618,0.3149840235710144,-0.8478063941001892,-0.2238074541091919 +524,-1.5484231951609424,-1.4068153832120105,1.3906601337078968,-0.16320662200450897,0.9865851998329163,-0.0036520524881780148,-1.8394551277160645,3.2949652671813965,-0.31525349617004395,-0.42811721563339233,1.1105828285217285,-0.054743289947509766 +525,-1.4859483767222679,-1.3706624169001536,1.1165385353959107,-0.19808578491210938,0.9800399541854858,-0.016847621649503708,-0.3597128689289093,-0.6257683038711548,-0.7787556648254395,-0.11740493774414062,-0.6186355352401733,0.3092365264892578 +526,-1.5597159014537065,-1.2697763440121665,1.0411298573495102,-0.29647645354270935,0.9550345540046692,-0.0032852196600288153,-0.2866668701171875,0.052571263164281845,-0.4041384160518646,0.22387513518333435,-1.184084177017212,-0.3145095705986023 +527,-1.492367806538651,-1.2903197810464293,1.1761094942383563,-0.275962769985199,0.9609236121177673,-0.021687837317585945,1.277622103691101,-3.2660164833068848,0.8906071186065674,-0.740760862827301,4.30142068862915,-0.8118234872817993 +528,-1.3285801167223596,-1.3372106401136485,1.6356180967970606,-0.22471068799495697,0.9728426933288574,-0.05551857501268387,1.461543321609497,-3.3332786560058594,0.5242332220077515,-0.3903405964374542,0.43218666315078735,0.8291696906089783 +529,-1.0510219891691646,-1.3766971221378117,2.098300828147297,-0.1674090474843979,0.9812217950820923,-0.09580187499523163,-0.9827700853347778,-0.07918262481689453,0.38886791467666626,0.2742663323879242,-0.9470421671867371,-0.19332164525985718 +530,-2.096646433150565,-1.4684334011790554,0.9915011567821894,-0.08837998658418655,0.9947654604911804,0.051291849464178085,-1.2097597122192383,0.9004366397857666,1.370257019996643,0.26109421253204346,-1.0902395248413086,-0.29857587814331055 +531,-1.9118736024047098,-1.4346235405324266,1.0214420321115603,-0.12793168425559998,0.9907428026199341,0.04540927708148956,0.4604949951171875,0.5020674467086792,0.003988103941082954,0.7740041017532349,0.7094371914863586,0.32644736766815186 +532,-1.4487237217873352,-1.3972215627099542,1.1668207803975768,-0.17142024636268616,0.984973669052124,-0.021030282601714134,-0.4337708055973053,3.911064386367798,-1.7913060188293457,-0.30514225363731384,-0.004947304725646973,0.3154791593551636 +533,-1.5420759128140655,-1.2249740525801407,0.9442355753744691,-0.33883050084114075,0.9407970309257507,-0.009734028950333595,0.21787185966968536,0.18016335368156433,-0.7450181245803833,0.24184563755989075,-1.1432201862335205,-0.06607162952423096 +534,-1.5410740522174238,-1.244313718542719,0.9639180969784162,-0.3205721974372864,0.9471762776374817,-0.00953094195574522,0.06245436891913414,0.20123033225536346,0.9283691644668579,0.09632900357246399,-0.5210744738578796,-0.2634335160255432 +535,-1.212305908501044,-1.419521965253628,1.5318388335626012,-0.14111721515655518,0.9885798096656799,-0.05287385359406471,0.3641139566898346,-2.6704602241516113,0.13128148019313812,-0.2577322721481323,0.9759281277656555,0.11555695533752441 +536,-1.2915550247171412,-1.423798359155023,1.573429518484659,-0.1407967209815979,0.9892152547836304,-0.04037107527256012,0.9326659440994263,-0.204011932015419,0.2702922523021698,0.05057148635387421,-0.6802856922149658,-0.1557043194770813 +537,-1.2159529070103254,-1.4571629474111014,1.6452904879949435,-0.10632622987031937,0.9935506582260132,-0.0393967442214489,-1.3051377534866333,1.0273387432098389,0.40201330184936523,0.20038138329982758,-1.0492451190948486,-0.03874349966645241 +538,-1.5907113453414203,-1.4590957907759752,1.1289489424137096,-0.1114458292722702,0.9937679767608643,0.0022197391372174025,0.4363563656806946,0.642480194568634,-2.8877296447753906,0.163081556558609,3.5747134685516357,-0.4518657922744751 +539,-1.3731313819555808,-1.36097372710272,1.006335655487324,-0.20423150062561035,0.9780678749084473,-0.040903519839048386,-0.32620754837989807,4.224029541015625,-1.5446256399154663,-0.17632274329662323,0.3392540216445923,0.46064233779907227 +540,-1.5653364109071166,-1.176067048772454,0.5842085775812189,-0.38455262780189514,0.9231007099151611,-0.0020996457897126675,-0.040557611733675,0.5407540202140808,-1.154326319694519,0.19827336072921753,-0.9632771015167236,-0.2372192144393921 +541,-1.6186525573484696,-1.169603843212837,0.492638438932429,-0.39006972312927246,0.9205959439277649,0.01868152990937233,-0.33523935079574585,0.5963462591171265,0.2059836983680725,0.3152558207511902,-1.0285364389419556,-0.011250492185354233 +542,-1.470147340702284,-1.3114748258994144,0.6562725991234539,-0.2551271319389343,0.9665641784667969,-0.025765348225831985,0.8360600471496582,-1.0118238925933838,2.823052167892456,0.08056655526161194,1.4554634094238281,0.3148278594017029 +543,-1.5066916208700656,-1.2746824823165295,0.8426611045655166,-0.2912064790725708,0.956477701663971,-0.01869332045316696,0.5696885585784912,0.5297906994819641,0.3462495505809784,-0.0568007230758667,-0.3780168890953064,0.48742806911468506 +544,-1.136837676094349,-1.3582795667419547,1.1706295071803219,-0.1913703978061676,0.9775031805038452,-0.0886850655078888,0.33851706981658936,0.40332865715026855,1.6566317081451416,0.3103889226913452,-0.9967902898788452,0.026337623596191406 +545,-0.8076277330316861,-1.491954662485082,1.380665908314324,-0.05691561847925186,0.996893584728241,-0.05443982779979706,-1.0240613222122192,-0.2670353651046753,-0.06552515178918839,0.5571140050888062,-0.5234134197235107,-0.18362778425216675 +546,-1.2360729917688806,-1.3377259674627457,0.8196366713582734,-0.21814797818660736,0.9729618430137634,-0.07587425410747528,-0.3257187306880951,2.4043197631835938,-1.9670172929763794,-0.23245933651924133,0.8951564431190491,-0.2743149399757385 +547,-1.5853653757841024,-1.182513392301129,0.2823078034680851,-0.37855982780456543,0.9255605340003967,0.005515646655112505,-1.309945821762085,0.5992129445075989,-1.2825260162353516,0.027836531400680542,-0.543083667755127,0.2780841588973999 +548,-1.4798845528466416,-1.1694785381874928,0.36254091312137104,-0.3890184164047241,0.9205470085144043,-0.03546411171555519,0.7608989477157593,0.3685564696788788,0.23336485028266907,0.344539076089859,-1.0593715906143188,-0.2028476595878601 +549,-1.4698988965858821,-1.1888378216661244,0.4614509305616244,-0.3708427846431732,0.9279364347457886,-0.037544578313827515,0.8767478466033936,-3.2246482372283936,0.7905128002166748,-0.2194892168045044,2.615184783935547,-0.7100598216056824 +550,-1.2837271635944425,-1.2557243351416585,0.8706794147010525,-0.29720404744148254,0.950774073600769,-0.08774168789386749,1.2818909883499146,-2.8021087646484375,0.6495419144630432,-0.34076595306396484,1.021668553352356,0.4002874493598938 +551,-1.1328072818872164,-1.2952155377925922,1.1737600715809924,-0.24642065167427063,0.9622673392295837,-0.11540524661540985,0.4666674733161926,-1.3062752485275269,0.5969703793525696,0.20410804450511932,-0.8432183265686035,-0.06962280720472336 +552,-1.132498704733594,-1.3769473664775207,1.2336266268466127,-0.17442862689495087,0.9812700748443604,-0.081755131483078,-0.46179434657096863,0.35435551404953003,1.296599268913269,0.33981865644454956,-1.0564500093460083,-0.1136336401104927 +553,-0.8164246840633368,-1.4324090578462183,1.449419951340457,-0.1005217581987381,0.990439772605896,-0.09446990489959717,0.68771892786026,0.11590956896543503,-2.2942159175872803,0.1563078761100769,3.565605640411377,-0.17397797107696533 +554,-1.0777341220666226,-1.3695557713365014,1.0411137625672355,-0.17607589066028595,0.9798193573951721,-0.09461051225662231,-0.3038965165615082,3.4305989742279053,-1.3512996435165405,-0.14708997309207916,0.49210435152053833,0.09383232891559601 +555,-1.354153934191432,-1.316106593463514,0.5485608732716537,-0.24605609476566315,0.9677414894104004,-0.0541560985147953,-0.43569299578666687,0.1784811168909073,-0.39642810821533203,0.04557088017463684,-0.1837296485900879,0.8889797329902649 +556,-1.6009949284670504,-1.2796831444382475,0.2683894362098371,-0.2868877053260803,0.9579249620437622,0.00866624154150486,-0.4018157124519348,-0.0005805604159832001,0.34730836749076843,0.2558208405971527,-1.2416164875030518,-0.5796196460723877 +557,-1.3916726137410271,-1.345928448468113,0.5319282410635042,-0.21941052377223969,0.9748235940933228,-0.03972742706537247,2.492370843887329,-3.401792049407959,2.5722153186798096,-0.5431016683578491,6.982497692108154,-1.3822392225265503 +558,-0.6638540714204688,-1.3144248281707247,1.6595643106948752,-0.15624025464057922,0.9673164486885071,-0.1997193545103073,1.1357793807983398,-0.7181193828582764,0.10880694538354874,-0.3123876750469208,0.4654838442802429,1.2474184036254883 +559,-0.6029584954393138,-1.31109810627242,1.6115513088598097,-0.1456201821565628,0.9664674997329712,-0.21150697767734528,-0.205199733376503,-0.5710375905036926,0.46666523814201355,0.3075770139694214,-0.8914400935173035,0.09406013786792755 +560,-0.7443468487314627,-1.456088917591031,1.4998085431590908,-0.07754373550415039,0.9934282898902893,-0.08418671786785126,-2.1640641689300537,0.4709957540035248,0.6860547065734863,0.1295456886291504,-1.013279914855957,0.015506915748119354 +561,-1.4549284720684224,-1.4562232040785976,0.5523833579833111,-0.11355569958686829,0.9934436678886414,-0.013216654770076275,-1.0098055601119995,4.657694339752197,-0.7542985677719116,0.1753537952899933,0.8153789043426514,-0.7215855717658997 +562,-1.17481672413543,-1.3685738452022997,0.6543640254785231,-0.18530544638633728,0.9796226024627686,-0.07746919989585876,-0.7460190057754517,2.583341121673584,-0.6223578453063965,-0.5364658236503601,-0.41793131828308105,1.6085971593856812 +563,-1.3009001716085227,-1.3515427698678542,0.4479150898739467,-0.20962755382061005,0.9760600924491882,-0.05799269303679466,0.03415466472506523,-0.7710785865783691,-0.24300339818000793,0.08645862340927124,-1.170640230178833,-0.27135300636291504 +564,-1.2691484100186656,-1.3466369122877768,0.6494717696321988,-0.21225044131278992,0.9749813079833984,-0.06604018807411194,1.6180938482284546,-2.728057861328125,0.5469256639480591,-0.012419968843460083,1.0077457427978516,-0.04762256145477295 +565,-1.098344269351966,-1.3189178619463928,0.9922279910188132,-0.2219218760728836,0.9684459567070007,-0.11341417580842972,0.6877835392951965,-1.2259516716003418,0.49716103076934814,-0.33482545614242554,0.5872789621353149,0.2059740126132965 +566,-0.9822794727702654,-1.3454385104667208,1.251282222428087,-0.1858622282743454,0.9747142195701599,-0.12404625862836838,-0.31083863973617554,-0.7169036865234375,0.3106279969215393,0.2126414030790329,-0.9318827986717224,-0.14891821146011353 +567,-1.180701856983991,-1.3728070528458123,1.0198738738766822,-0.1819208562374115,0.9804640412330627,-0.0747995525598526,-0.9099258184432983,1.2466256618499756,0.03006330318748951,0.3380487859249115,-0.49555504322052,-0.1159658432006836 +568,-1.0530441507216848,-1.3831091059863776,1.0184554544374613,-0.1621321737766266,0.9824383854866028,-0.0923473909497261,-0.1667872965335846,1.4904825687408447,-0.0012429000344127417,-0.06317907571792603,1.3932788372039795,0.3168805241584778 +569,-1.1762229808571563,-1.3703268409931273,0.7011885080977028,-0.18382810056209564,0.9799731969833374,-0.07654806226491928,-0.29542645812034607,1.5118175745010376,-0.5198671817779541,-0.21128298342227936,-0.3607410788536072,0.09754420071840286 +570,-1.2940903032786235,-1.3472341082565629,0.5336357335049132,-0.2132711112499237,0.9751138687133789,-0.06056715175509453,0.2597682476043701,-1.0361593961715698,-0.2573585510253906,0.1827535480260849,-1.314194679260254,-0.32537341117858887 +571,-1.2364983238110077,-1.3061692161705936,0.7721717835667368,-0.2470708191394806,0.9651901125907898,-0.0858161523938179,1.0623397827148438,-2.6898436546325684,0.3176458775997162,-0.2168726623058319,1.4849443435668945,0.1978461742401123 +572,-1.1848924980705797,-1.3028963458058316,1.0194906193957771,-0.2452399879693985,0.9643288850784302,-0.09963478893041611,0.23077304661273956,-0.9288197755813599,0.34858572483062744,0.010819241404533386,0.5228994488716125,-0.11745195835828781 +573,-1.1610478395673283,-1.3196854562611195,1.1130932414124388,-0.22791117429733276,0.9686369895935059,-0.09898916631937027,-0.5303993821144104,-0.058894120156764984,0.0448463000357151,0.42667216062545776,-0.9419646263122559,0.0041252970695495605 +574,-1.4233782795855137,-1.3419022679369712,0.799401510700917,-0.22443926334381104,0.9739179015159607,-0.03332817927002907,-0.537015974521637,1.1735246181488037,0.03332970291376114,0.27618181705474854,-0.41720110177993774,-0.29720771312713623 +575,-1.4101033013900748,-1.345846078673843,0.6587468656024578,-0.22018426656723022,0.9748051762580872,-0.03568980470299721,-0.6780623197555542,2.3394460678100586,-0.26426413655281067,-0.14566045999526978,1.001330018043518,0.409881055355072 +576,-1.5641856422945388,-1.3183850842211693,0.2647389289805196,-0.24973417818546295,0.9683130383491516,-0.001650937949307263,-0.6409062743186951,1.452147126197815,-0.22220951318740845,-0.18402740359306335,-0.2930964231491089,0.13885796070098877 +577,-1.685152142725766,-1.2891792810074976,0.10141719194370419,-0.27609407901763916,0.9606072902679443,0.031711313873529434,0.2434009313583374,-1.3563778400421143,-0.21964147686958313,0.31895604729652405,-1.4078118801116943,-0.4724767208099365 +578,-1.5954146078847053,-1.293863444229737,0.470423827843256,-0.2733238637447357,0.9618985056877136,0.006730123423039913,1.4907511472702026,-2.511514902114868,0.8867921829223633,-0.23651805520057678,1.8152620792388916,0.2862081527709961 +579,-1.578998993287434,-1.3151022115678899,0.6661171054848292,-0.25290846824645996,0.9674879908561707,0.0020745701622217894,0.12063390016555786,-0.5848300457000732,-0.18013522028923035,-0.37756943702697754,0.48241740465164185,0.14340269565582275 +580,-1.5469819490161256,-1.3254411936046349,0.8026274028794165,-0.24283236265182495,0.970051109790802,-0.005783995147794485,-0.04726356640458107,-1.2834770679473877,0.061809029430150986,0.26498812437057495,-0.851581871509552,-0.14033418893814087 +581,-1.6504420765151753,-1.3268790971311861,0.7144365441064902,-0.24074020981788635,0.9703993797302246,0.019214579835534096,-0.33642515540122986,0.7007257342338562,-0.17242228984832764,0.41345444321632385,-0.7003188133239746,-0.2925910949707031 +582,-1.63842202967741,-1.3283931670333142,0.6450943574434287,-0.23948787152767181,0.9707639217376709,0.016220269724726677,0.3537713289260864,1.5002940893173218,0.1854560226202011,-0.03924441337585449,0.9839022159576416,-0.4519960880279541 +583,-1.540549665142528,-1.3154220875386933,0.513777918676677,-0.2524920701980591,0.9675688147544861,-0.007639372255653143,-0.6345618963241577,2.1726529598236084,-0.43449264764785767,-0.1044110357761383,0.007437288761138916,0.16419458389282227 +584,-1.5717594042856093,-1.287358735600498,0.3469187865652466,-0.2796575725078583,0.9600997567176819,0.0002693319693207741,-0.18956616520881653,0.09291332215070724,-0.21499189734458923,0.2775976061820984,-1.0734268426895142,-0.22916638851165771 +585,-1.5943660684309295,-1.3028109745985594,0.4475899124621599,-0.26471585035324097,0.9643062949180603,0.006240439601242542,1.181678295135498,-2.4014267921447754,0.5913896560668945,0.01882043480873108,-0.023617148399353027,-0.3778834342956543 +586,-1.3729749711597778,-1.3759373866381057,0.9504354325658136,-0.1898515522480011,0.9810749888420105,-0.038054391741752625,0.49359989166259766,-2.4767906665802,0.3100471496582031,-0.4895612597465515,1.0840647220611572,0.21314895153045654 +587,-1.2165354242055315,-1.3981167956915899,1.1915612384622352,-0.16115330159664154,0.9851279258728027,-0.05960491672158241,-0.04158898815512657,-0.5654246211051941,0.3810209333896637,0.09909582138061523,-0.45210784673690796,-0.018062293529510498 +588,-1.5593650582534246,-1.449506542220224,0.8126132126189853,-0.12098449468612671,0.9926534295082092,-0.0013830665266141295,-0.6963286995887756,1.0084338188171387,0.2598787546157837,0.4798864722251892,-1.170921802520752,-0.21770262718200684 +589,-1.5570972360124173,-1.427522765868985,0.6780132294349506,-0.14277023077011108,0.9897539019584656,-0.0019559445790946484,0.14420999586582184,0.8289244174957275,0.27096039056777954,-0.2611146569252014,0.7396314144134521,-0.5059480667114258 +590,-1.4209169990519694,-1.4272330010646792,0.6404426205993828,-0.14146636426448822,0.9897124767303467,-0.021363090723752975,-0.6329817771911621,2.2094690799713135,-0.3200457990169525,-0.3030374050140381,0.08784788846969604,0.3790748715400696 +591,-1.561119836182448,-1.40659868106383,0.3643264126073679,-0.16345319151878357,0.9865498542785645,-0.0015817026142030954,-0.11226832866668701,0.0383354127407074,-0.5873873829841614,-0.04046525061130524,-0.972679615020752,-0.08672088384628296 +592,-1.6329330827444248,-1.363317224778706,0.4015940949860323,-0.2055964320898056,0.978553295135498,0.012791561894118786,0.24444982409477234,-1.658768653869629,-0.26298215985298157,0.09526011347770691,-0.7347636222839355,-0.2890976667404175 +593,-1.4325633287096533,-1.385739764909882,0.7786307521663428,-0.18224740028381348,0.9829258322715759,-0.025354303419589996,0.5666896104812622,-1.4389604330062866,0.44951143860816956,-0.488574743270874,1.1758419275283813,0.11384004354476929 +594,-1.1361104108841382,-1.3961316742047754,1.2168259862074349,-0.15761642158031464,0.9847848415374756,-0.07318206131458282,0.49196985363960266,-1.1198970079421997,0.6397724747657776,0.13674244284629822,-0.2931956648826599,0.037476494908332825 +595,-1.3021181931534351,-1.4397519348634813,1.0906746975031514,-0.12598122656345367,0.9914259910583496,-0.0346871092915535,-0.9337168335914612,0.2889535427093506,-0.01693437062203884,0.39043134450912476,-1.226731777191162,-0.2270011305809021 +596,-1.6495954171008018,-1.4296861219636707,0.7003049616119963,-0.14020681381225586,0.9900604486465454,0.011071093380451202,-0.37349918484687805,0.4480155110359192,0.11493773013353348,-0.28870248794555664,1.4303498268127441,-0.0655907392501831 +597,-1.4763341973630741,-1.428477051201756,0.7342866387098488,-0.1412072628736496,0.9898896813392639,-0.013378554955124855,-0.210708886384964,4.288820743560791,-0.30363160371780396,-0.2586798071861267,0.4181913733482361,0.5468716025352478 +598,-1.593891198570938,-1.3976525916582474,0.32288974411112525,-0.17223496735095978,0.9850480556488037,0.003978452179580927,-0.5623313784599304,1.1665805578231812,-0.3696047365665436,-0.06099562346935272,-0.7641311883926392,0.017933130264282227 +599,-1.6370774525983305,-1.3715465352944074,0.34438650560886097,-0.19749921560287476,0.9802153706550598,0.013109673745930195,0.21358293294906616,-1.8334215879440308,-0.04995505511760712,0.20183277130126953,-0.9180511236190796,-0.2547478675842285 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/er7.csv b/BoostRunClub/CoreML/DataSet/Motion/running/er7.csv new file mode 100644 index 0000000..d3603d6 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/er7.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-1.4964361074052508,-1.3836088755189266,0.7238272749634174,-0.18558189272880554,0.9825315475463867,-0.013825401663780212,0.7200605273246765,-2.033951997756958,0.49779993295669556,-0.28217628598213196,1.0735445022583008,0.12347501516342163 +1,0.041927624738694685,0.30254260016551476,-0.6066003197171635,0.040011629462242126,-0.29794830083847046,-0.9537431001663208,0.04308957979083061,0.19448617100715637,0.47129762172698975,0.017941247671842575,0.03712978959083557,-0.5485914945602417 +2,0.03172647985989873,0.3211302708457525,-0.5482667937037861,0.030099548399448395,-0.3156392574310303,-0.9484017491340637,-0.5807690620422363,-0.2606441378593445,0.2948490083217621,-0.024591125547885895,0.08517050743103027,0.10721522569656372 +3,-0.030299779976856532,0.24543058770787018,-0.4606221702391679,-0.029387284070253372,-0.24297402799129486,-0.9695875644683838,-0.9955604076385498,-0.21072478592395782,1.0949163436889648,-0.07252617180347443,-0.10492636263370514,0.2781202793121338 +4,-0.0722517739789915,0.1850355212932176,-0.4375609774546507,-0.07095663994550705,-0.18398144841194153,-0.9803652167320251,-0.03987288102507591,-0.3716674745082855,-0.08274276554584503,0.13614219427108765,-0.05849596858024597,0.026721417903900146 +5,-0.12886258391039052,0.20455975220436495,-0.4426822687754739,-0.12582695484161377,-0.2031361162662506,-0.9710320830345154,-0.1663581281900406,-0.9792546033859253,0.18681257963180542,0.10657036304473877,-0.1603434979915619,-0.2616339325904846 +6,-0.19978638632887324,0.2229034689313189,-0.4167316676005238,-0.1935500204563141,-0.22106218338012695,-0.9558607935905457,0.8550073504447937,-0.1607881635427475,0.19340935349464417,-0.1546097695827484,-0.32691144943237305,-0.36384135484695435 +7,-0.22552609992679723,0.28439440651136894,-0.4107912329028568,-0.21463677287101746,-0.280576229095459,-0.9355255365371704,0.29543545842170715,-0.3476313650608063,-0.3719187378883362,-0.24622441828250885,0.2509894371032715,0.11591494083404541 +8,-0.29092308766789915,0.2683344212727707,-0.5030720386706214,-0.2765718698501587,-0.2651258409023285,-0.9236970543861389,-1.046403169631958,-0.8700939416885376,-0.10826002806425095,0.2198702096939087,0.05087721347808838,0.3627535104751587 +9,-0.3387676877209398,0.17071637745215204,-0.5630162803792466,-0.32749417424201965,-0.16988836228847504,-0.9294544458389282,-1.0215919017791748,-0.31404536962509155,-0.680108904838562,0.10059598088264465,0.008175700902938843,0.2995716333389282 +10,-0.4289936933753432,0.1825949081463618,-0.693954899616345,-0.4090409576892853,-0.18158195912837982,-0.8942670226097107,-0.26902562379837036,-2.2454395294189453,-1.2168935537338257,0.10703900456428528,-0.17753365635871887,-0.0935717225074768 +11,-0.5951466070228643,0.14029194403461107,-0.7389226090665407,-0.5551220774650574,-0.13983219861984253,-0.8199307322502136,0.5749000906944275,-0.077003113925457,-0.1912110447883606,-0.33112359046936035,-0.45458918809890747,-0.5505220890045166 +12,-0.5130857756598356,0.25713322676810774,-0.7762041274502303,-0.4747297465801239,-0.2543090879917145,-0.8425903916358948,0.6400756239891052,1.0331828594207764,-1.298845887184143,-0.2416856586933136,0.22676697373390198,0.005584776401519775 +13,-0.3983569438107638,0.3357380797035443,-0.830247334833892,-0.36624675989151,-0.3294661343097687,-0.870238721370697,0.961798369884491,1.0999664068222046,-0.6732128262519836,0.2049155831336975,0.09434345364570618,0.03260749578475952 +14,-0.44533865177902376,0.44763933460990285,-0.6868351032882167,-0.3883209824562073,-0.43283867835998535,-0.8135462403297424,2.0855112075805664,-0.2937534749507904,0.5032621622085571,0.03474435210227966,0.20388054847717285,-0.0011510252952575684 +15,-0.5140350663658757,0.5648705788733446,-0.5398328496963515,-0.4153139293193817,-0.5353065133094788,-0.735500693321228,0.8042744994163513,0.19411377608776093,0.6514565348625183,-0.1203153133392334,-0.04262012243270874,0.12682759761810303 +16,-0.5048804697538695,0.6275749177351952,-0.4959172185080047,-0.39153510332107544,-0.5871834754943848,-0.7084601521492004,0.6832041144371033,-0.10393880307674408,-0.35210755467414856,-0.32001274824142456,-0.26785802841186523,-0.09866875410079956 +17,-0.5124088495523899,0.7265083253310713,-0.5187964583557803,-0.36648207902908325,-0.6642636656761169,-0.6514941453933716,0.40648892521858215,-0.1679002046585083,-0.588307797908783,-0.20955240726470947,-0.14959430694580078,0.15492743253707886 +18,-0.46944992101120225,0.7288602674036228,-0.5990862516596628,-0.3374573886394501,-0.6660199165344238,-0.6652368307113647,0.6064626574516296,-0.4093363583087921,-0.39021414518356323,0.12268993258476257,-0.00017881393432617188,-0.31201231479644775 +19,-0.5082293113913064,0.7968794744585026,-0.609367182106366,-0.3401268422603607,-0.7151784896850586,-0.6106008291244507,0.39169037342071533,0.07157677412033081,-0.7022899985313416,0.3190697133541107,0.28761202096939087,0.19664520025253296 +20,-0.4271831032485908,0.8408159581475312,-0.6763654649235457,-0.276283860206604,-0.745187520980835,-0.6069290637969971,0.21423619985580444,0.7115834951400757,-0.15083253383636475,0.2699819505214691,0.10361647605895996,0.02199864387512207 +21,-0.4303792572420411,0.8027825431318839,-0.6145035520990709,-0.2898429334163666,-0.7192919254302979,-0.631355881690979,-0.4408824145793915,0.404643714427948,1.0510286092758179,0.04294043779373169,-0.16831183433532715,-0.2391427755355835 +22,-0.4091889750023646,0.7220007632085865,-0.5399913320591988,-0.2985920011997223,-0.6608875393867493,-0.6885277628898621,-0.5606552958488464,1.1016278266906738,0.04606674984097481,-0.2446666955947876,0.008513271808624268,-0.35718756914138794 +23,-0.36517105032416297,0.6966213478840693,-0.4644927365051023,-0.27390778064727783,-0.6416298747062683,-0.7164395451545715,-0.3038586378097534,0.802139401435852,0.9942288398742676,0.11040988564491272,0.2929513454437256,0.21976590156555176 +24,-0.27185193215174885,0.6367538370521576,-0.39619106278770655,-0.21589481830596924,-0.594588577747345,-0.7745023965835571,-0.6016740798950195,2.0089871883392334,0.42737892270088196,0.12435734272003174,0.31059199571609497,0.47115767002105713 +25,-0.15775664731135242,0.517870708105475,-0.2992787343854991,-0.13650299608707428,-0.4950311779975891,-0.8580857515335083,-1.431122064590454,1.0420492887496948,2.0846612453460693,0.005018025636672974,-0.06385248899459839,0.3351212739944458 +26,-0.16339807791550537,0.34172794768059445,-0.16213322203829156,-0.15326577425003052,-0.33511561155319214,-0.9296274185180664,-1.045664668083191,0.4771553575992584,0.3663008511066437,-0.392678439617157,-0.49300938844680786,-0.3621053695678711 +27,-0.11963760198539074,0.24213614926879712,-0.22492206932677453,-0.1158706545829773,-0.23977699875831604,-0.9638884663581848,-0.7970781922340393,0.4338822662830353,-1.2474737167358398,-0.1821640133857727,-0.5113369226455688,-0.5511872172355652 +28,-0.046366393929661485,0.23670883255281183,-0.33177356396073077,-0.04505731910467148,-0.23450450599193573,-0.9710702896118164,0.08998043835163116,0.47383496165275574,-0.8111373782157898,-0.06079290062189102,-0.16078966856002808,-0.2238912582397461 +29,-0.032125056901348446,0.258703058024169,-0.3661459200157093,-0.031050676479935646,-0.2558269798755646,-0.9662237763404846,0.11639567464590073,-0.025931619107723236,-0.2592129111289978,-0.0684061124920845,0.16503718495368958,0.3205938935279846 +30,0.011512123452298023,0.26099141318653685,-0.4367633479167096,0.011122015304863453,-0.2580385208129883,-0.9660705924034119,-0.2998170256614685,0.43640419840812683,-0.7593812942504883,-0.04725482687354088,0.3435640335083008,0.39356082677841187 +31,0.03057666476225036,0.15978737634952878,-0.4557312704956556,0.030182449147105217,-0.15910829603672028,-0.9867996573448181,-1.9704055786132812,-0.05503368750214577,0.41025036573410034,-0.034897416830062866,0.5531207323074341,-0.01271200180053711 +32,-0.0519492346819794,-0.028187062301598974,-0.3679310629666497,-0.05190524458885193,0.028183329850435257,-0.9982542395591736,-1.8935436010360718,-1.7968649864196777,1.4443122148513794,-0.14227810502052307,0.49420130252838135,-0.3044496178627014 +33,-0.19394199882250765,-0.29551745965511433,-0.3018111515017472,-0.18437400460243225,0.29123491048812866,-0.9387164115905762,-3.1174333095550537,-1.381679892539978,0.5505874156951904,-0.27706703543663025,0.028909742832183838,-0.5704236030578613 +34,-0.30131418100471347,-0.5176217115873815,-0.2733476073424985,-0.25789740681648254,0.49481481313705444,-0.8298477530479431,-1.030640721321106,-1.0274356603622437,1.520349144935608,0.001580268144607544,-0.5180997252464294,-0.2922225594520569 +35,-0.3517251256196764,-0.5757240649665177,-0.1656237853936554,-0.28898099064826965,0.5444422960281372,-0.787446916103363,-0.04075709357857704,-0.5488399863243103,0.5219619274139404,0.08910608291625977,-0.4469691514968872,0.17199891805648804 +36,-0.31009979869994153,-0.6535687971664526,-0.11852232421939089,-0.24226728081703186,0.6080235838890076,-0.7560514807701111,-1.084991693496704,0.4291450083255768,0.8350526690483093,-0.11391861736774445,-0.46268361806869507,-0.11374527215957642 +37,-0.2824958335149917,-0.7366548140848703,-0.12710801785139486,-0.20647825300693512,0.6718138456344604,-0.711359977722168,-0.04251348599791527,0.25745493173599243,-0.30588123202323914,-0.3022803068161011,-0.6935728788375854,-0.8015642166137695 +38,-0.2782210537409676,-0.6099552658403493,-0.15051985104409207,-0.2251197099685669,0.5728307962417603,-0.7881535291671753,1.939723014831543,0.7939146161079407,-1.2624917030334473,-0.3706749677658081,-0.21276915073394775,-0.6756526231765747 +39,-0.23492358909322839,-0.32003467505795646,-0.3193957296724262,-0.22094972431659698,0.31459948420524597,-0.9231513142585754,3.0158863067626953,0.6715707778930664,-1.9794602394104004,-0.19343321025371552,0.21048596501350403,-0.5184075236320496 +40,-0.1904645781697464,0.03175018788417871,-0.42703708176470795,-0.18921968340873718,-0.03174485266208649,-0.9814215302467346,3.4974021911621094,1.1879874467849731,-1.6459523439407349,-0.04390409588813782,0.3981083631515503,0.15306764841079712 +41,-0.08123440735526595,0.3370616367419504,-0.5472452442493737,-0.07657910138368607,-0.33071550726890564,-0.9406183362007141,2.096358299255371,0.5395092964172363,-1.034622073173523,-0.05621813237667084,0.7675288915634155,0.2439783215522766 +42,-0.053154454716759,0.47945363844664873,-0.5418861682451385,-0.04713892936706543,-0.4612944722175598,-0.8859939575195312,0.3288280963897705,-0.10940904170274734,0.8167783617973328,0.029759161174297333,1.072195291519165,0.41817474365234375 +43,-0.15872065041560637,0.3483903135318285,-0.3847823772810202,-0.14855965971946716,-0.34138527512550354,-0.9281088709831238,-2.149153470993042,-0.6680585741996765,2.671182870864868,0.16987620294094086,0.9494022727012634,-0.051902055740356445 +44,-0.19033397319000542,-0.05896904760182206,-0.23043930713623176,-0.1888580024242401,0.058934878557920456,-0.9802343249320984,-4.498034954071045,-0.021745601668953896,1.6533781290054321,-0.1956329643726349,0.6045630574226379,-0.6896265149116516 +45,-0.18680931002310502,-0.46168521855443595,-0.02603695799770395,-0.1662798672914505,0.4454575181007385,-0.8797264695167542,-2.379110336303711,-1.1048256158828735,3.7449724674224854,0.0620013028383255,-0.2972946763038635,-0.42358773946762085 +46,0.05190280734644473,-0.6194337992460156,0.5131497072889667,0.04224067181348801,0.5805742740631104,-0.8131108283996582,-0.7167654037475586,-0.039009228348731995,4.585278034210205,-0.6010327935218811,-0.05277276039123535,-0.3135523796081543 +47,0.296496879436785,-0.658854069157599,0.9187565199457416,0.231018528342247,0.6122111678123474,-0.7561930418014526,-0.8377295136451721,-0.0011216932907700539,1.4219253063201904,-1.1699528694152832,-0.5953807830810547,-0.4163990616798401 +48,0.2544526104779567,-0.6642028428462251,0.9047153026937073,0.19820304214954376,0.6164316534996033,-0.7620548605918884,1.0454003810882568,-0.5201354026794434,-1.5526342391967773,-0.9886846542358398,-0.5602182745933533,-0.8162837624549866 +49,0.030602410203317932,-0.5791030205426617,0.5233476868467548,0.025608807802200317,0.5472733974456787,-0.8365620374679565,1.6641926765441895,0.8857410550117493,-4.681352615356445,-0.4619796574115753,-0.09983992576599121,-0.754822850227356 +50,-0.08420635186091875,-0.3139956102365314,0.04757971586826761,-0.07999464124441147,0.3088613450527191,-0.9477370381355286,3.3944783210754395,0.9257622957229614,-4.086763858795166,-0.26152756810188293,0.3477243483066559,-0.5206009745597839 +51,-0.051935712859960625,0.07260828508281313,-0.25958640353675494,-0.05177558958530426,-0.07254450023174286,-0.9960203766822815,3.6046664714813232,0.6602129340171814,-2.4627888202667236,-0.15026603639125824,0.8025097250938416,-0.076809823513031 +52,0.042301712524596684,0.3673844974237207,-0.39938677934849703,0.03946714475750923,-0.3591756820678711,-0.9324350953102112,2.0536162853240967,0.3794676959514618,0.036883387714624405,-0.0002825707197189331,0.9894857406616211,0.09059244394302368 +53,-0.01066717345077476,0.4584036583214418,-0.35655126406364157,-0.009565713815391064,-0.44251713156700134,-0.8967090249061584,-0.07844697684049606,-0.5400383472442627,0.826802670955658,0.04144132137298584,1.0539826154708862,0.47283512353897095 +54,-0.08789797772350164,0.2508958106662453,-0.2504959877908327,-0.08503632992506027,-0.24827182292938232,-0.9649507403373718,-3.556837797164917,0.20865270495414734,1.4279038906097412,0.031111769378185272,1.0063284635543823,0.034500300884246826 +55,-0.0846005937649368,-0.1750814854615443,-0.15524266122359517,-0.08320791274309158,0.17418837547302246,-0.9811905026435852,-4.1530632972717285,-0.34158429503440857,1.919429898262024,0.023637600243091583,0.44273972511291504,-0.5464125871658325 +56,-0.06283224232661312,-0.5609910128371259,0.10446110124559607,-0.05316683650016785,0.5320255756378174,-0.8450574278831482,-2.8803699016571045,-0.5455600619316101,2.8601274490356445,-0.15807583928108215,-0.15357708930969238,-0.3764391541481018 +57,0.15014624014181346,-0.7699530193901511,0.5183719910287148,0.10739193111658096,0.6961014866828918,-0.709865927696228,-1.790340542793274,-0.39219123125076294,3.2545387744903564,-0.5481420755386353,-0.23366868495941162,-0.571200966835022 +58,0.3804922835364163,-0.848458298135701,0.8788278479814245,0.2455328106880188,0.7502620220184326,-0.613857090473175,-0.7479724287986755,-0.619797945022583,0.649968683719635,-1.1921881437301636,-0.8316981792449951,-0.9901772737503052 +59,0.22385792023818454,-0.8229523552991534,0.7230850257791955,0.15096843242645264,0.7331568002700806,-0.6630910038948059,1.244036316871643,1.0042285919189453,-2.596479654312134,-0.6733988523483276,-0.5840479135513306,-0.8487498760223389 +60,0.010672173865671666,-0.6444592538794192,0.19871510206762794,0.008531438186764717,0.6007662415504456,-0.7993792295455933,3.5998799800872803,1.2057654857635498,-3.349015474319458,-0.32039058208465576,-0.07615381479263306,-1.1396924257278442 +61,-0.04100987260982273,-0.2008557304094802,-0.10619147825378102,-0.04017415642738342,0.199507936835289,-0.9790723323822021,4.601200103759766,0.4721628427505493,-2.2615110874176025,-0.2715323865413666,0.6393897533416748,-0.38410210609436035 +62,0.012814020607914131,0.2173828960997552,-0.28962375401218915,0.012512103654444218,-0.21567484736442566,-0.9763850569725037,3.3882622718811035,0.22288867831230164,-1.4470244646072388,-0.30012503266334534,1.0135722160339355,0.03360557556152344 +63,0.047441818721282905,0.4745623825414584,-0.3951095249964757,0.04218332841992378,-0.45694923400878906,-0.8884919881820679,1.7404112815856934,-0.2602064311504364,-0.5373949408531189,-0.24874155223369598,1.174753189086914,0.28071916103363037 +64,-0.016340201515769388,0.5166548167069839,-0.41652678932791337,-0.014206788502633572,-0.49397435784339905,-0.8693603873252869,-1.505712866783142,-0.5570767521858215,0.30175748467445374,0.16192713379859924,1.1669937372207642,0.5193848609924316 +65,-0.06705945723920025,0.222686331186351,-0.3728999508056544,-0.0653545930981636,-0.22085042297840118,-0.9731155633926392,-4.091516017913818,-0.4134477972984314,0.9218596816062927,0.0389874130487442,0.898371160030365,-0.21295011043548584 +66,-0.10966522742091958,-0.20095875127836002,-0.250616765975503,-0.10724302381277084,0.19960887730121613,-0.9739893674850464,-3.6939034461975098,-0.630254328250885,2.5597755908966064,0.07063718885183334,0.17328540980815887,-0.3138219118118286 +67,-0.036641350038358673,-0.5493582823887792,0.07291052709799765,-0.031242940574884415,0.5221400260925293,-0.8522872924804688,-2.965963363647461,-0.44020190834999084,3.732311487197876,-0.3379587233066559,0.05593913793563843,-0.5908126831054688 +68,0.2168397471504805,-0.7704631646913507,0.5828510936030004,0.15438510477542877,0.6964676976203918,-0.7007837891578674,-1.8694308996200562,-0.678875207901001,2.7789852619171143,-1.12339448928833,-0.48505717515945435,-0.9794376492500305 +69,0.26095416995365045,-0.7906818451454259,0.7720898765578138,0.1814688891172409,0.7108330130577087,-0.6795480251312256,0.2754659950733185,-0.45211806893348694,-0.041374534368515015,-0.7646140456199646,-0.6938804984092712,-0.5716574192047119 +70,0.10644904156241057,-0.7552834842636186,0.4820583079574951,0.07735683768987656,0.6854950785636902,-0.7239561080932617,1.6706664562225342,0.9644344449043274,-3.4752650260925293,-0.7305397987365723,-0.3791443705558777,-0.9907197952270508 +71,-0.07946663498796153,-0.4951104724342225,0.023816933288466326,-0.06985041499137878,0.4751288592815399,-0.8771393895149231,3.5202887058258057,0.6397626399993896,-3.643395185470581,-0.3606915771961212,0.18379142880439758,-0.4199187159538269 +72,-0.10694480348221169,-0.12347311344633745,-0.26134456177178667,-0.10592842847108841,0.12315961718559265,-0.9867172241210938,3.384913682937622,0.6890054941177368,-2.6113250255584717,-0.1969738006591797,0.6374452710151672,0.02689361572265625 +73,-0.04765679786787328,0.16615120785786772,-0.426082041755578,-0.04698270931839943,-0.16538779437541962,-0.9851088523864746,2.064586877822876,0.31851062178611755,-0.9128015041351318,-0.20512300729751587,0.8679177165031433,0.19085842370986938 +74,-0.04936863043437589,0.2881672231919931,-0.45932537519409183,-0.04731375724077225,-0.28419551253318787,-0.9575982093811035,0.5538149476051331,-0.5399567484855652,0.1516587734222412,-0.18313974142074585,0.7927709817886353,0.3000969886779785 +75,-0.14439595477100692,0.252972001784678,-0.4167986897956926,-0.1393149346113205,-0.2502824664115906,-0.9580971002578735,-1.7935899496078491,-0.7174099683761597,0.746025025844574,0.04271155595779419,0.9215165972709656,0.22714006900787354 +76,-0.27603636566685824,-0.0038945800793449203,-0.4241344424357767,-0.27254214882850647,0.0038945702835917473,-0.9621359705924988,-2.258197784423828,-2.0120718479156494,0.572044849395752,-0.23630794882774353,0.17382454872131348,-0.5068123936653137 +77,-0.4880619306155538,-0.19546311489348514,-0.42484131680902004,-0.4599858224391937,0.19422085583209991,-0.8664244413375854,-0.5323256850242615,-2.0637872219085693,0.24845583736896515,0.029398083686828613,-0.4257271885871887,-0.18490612506866455 +78,-0.6813761782090195,-0.13649002022769782,-0.33333545215962257,-0.624004602432251,0.13606663048267365,-0.7694830298423767,1.7203598022460938,-0.6589241623878479,0.14936134219169617,-0.22723746299743652,-0.68024080991745,0.012036800384521484 +79,-0.8015666545836754,-0.11046524213722955,-0.09451852976501977,-0.7140676975250244,0.11024072021245956,-0.6913423538208008,3.717987298965454,-1.6130292415618896,1.907684564590454,-0.06016319990158081,-0.8073842525482178,-0.3703489303588867 +80,-0.8064738884465186,-0.07875007176861244,0.08053091813814814,-0.7196142673492432,0.07866869866847992,-0.6899032592773438,0.7978891730308533,-0.16441749036312103,2.2976527214050293,0.20327210426330566,0.3907526731491089,-0.311027467250824 +81,-0.8453652779095048,-0.3568873480329947,0.1217130684718444,-0.7010676264762878,0.3493594229221344,-0.6216527223587036,-3.603086233139038,-0.8507838249206543,2.777132272720337,-0.04539227485656738,0.6676998734474182,-0.06108647584915161 +82,-0.9648060087798155,-0.7789177551684691,-0.00954746002209196,-0.5849524140357971,0.7025096416473389,-0.40535280108451843,-3.361851930618286,-0.7096632719039917,2.3288283348083496,-0.23067563772201538,0.26865118741989136,-0.14461973309516907 +83,-1.1578975976777075,-1.0456264466037026,-0.20739149196148296,-0.4592263102531433,0.8652387857437134,-0.20117872953414917,-0.08509453386068344,0.23140451312065125,0.21636900305747986,-0.3998281955718994,-0.34660792350769043,-0.32122114300727844 +84,-1.123069602281054,-1.0390087075886978,-0.1902569168569661,-0.4570944011211395,0.8619019985198975,-0.21952161192893982,0.5902101993560791,0.1899726539850235,-0.44679200649261475,-0.6279122829437256,-0.22371840476989746,-0.14916127920150757 +85,-1.0710272924926325,-0.877401143592166,-0.1787084837853761,-0.5609794855117798,0.769080400466919,-0.30629628896713257,0.7475188374519348,0.7478659152984619,-2.5915424823760986,-0.3215736150741577,0.007179975509643555,0.1852329969406128 +86,-1.0148488967747424,-0.4542649376841668,-0.15719618922528017,-0.7632578015327454,0.43880191445350647,-0.47422605752944946,1.3101441860198975,0.4616108536720276,-3.6279735565185547,0.29588115215301514,0.22138482332229614,-0.31834593415260315 +87,-1.069729273037089,-0.12065960022505919,-0.1413533877911106,-0.8706937432289124,0.12036703526973724,-0.47686922550201416,1.2617002725601196,-0.26180994510650635,-4.447084426879883,0.34771400690078735,0.05330849438905716,0.15179598331451416 +88,-1.0590311200087927,0.10598045819351166,-0.17178791222583065,-0.8669895529747009,-0.1057821735739708,-0.4869694113731384,-0.8370193839073181,-0.21421237289905548,-0.7809296250343323,0.12812846899032593,0.2227407991886139,0.22581523656845093 +89,-1.0809791057925515,0.0190227015188984,-0.3381642110809417,-0.88225919008255,-0.01902155391871929,-0.470379501581192,-1.7975242137908936,-1.1051936149597168,-0.8112738728523254,-0.5581551790237427,0.24111323058605194,-0.3077729642391205 +90,-1.121233546634469,0.13570783181767004,-0.5987048838586354,-0.8923566341400146,-0.1352916657924652,-0.43057629466056824,-1.3495856523513794,-0.761955201625824,-3.2447798252105713,0.07617926597595215,-0.4801563322544098,-1.0890769958496094 +91,-1.1571808349945558,0.2924433586438818,-0.7307783470191415,-0.876796305179596,-0.28829270601272583,-0.3848578631877899,-1.142465353012085,1.5168495178222656,-3.935551643371582,-0.08322566747665405,0.49233323335647583,0.13555973768234253 +92,-1.0976570485003447,0.3956089539010255,-0.910192954583437,-0.821389377117157,-0.3853701651096344,-0.4204868972301483,-0.1721501350402832,-0.9424403309822083,-0.4650334119796753,0.002923250198364258,0.1924532949924469,0.2973027229309082 +93,-1.2188535246266836,0.33369611760392187,-0.8150237200889121,-0.8869240880012512,-0.327537477016449,-0.32570669054985046,0.43189460039138794,-0.40718841552734375,0.5307621955871582,0.5015329122543335,-0.09200289845466614,-0.18384528160095215 +94,-1.2732255541842263,0.29574971328537214,-0.6508627278498792,-0.9145434498786926,-0.29145708680152893,-0.28046903014183044,1.7829030752182007,0.31200310587882996,1.6089725494384766,0.3731922507286072,-0.3276377022266388,-0.25560274720191956 +95,-1.190120440486023,0.08514559548374671,-0.486416571950297,-0.9250502586364746,-0.08504275232553482,-0.3702020049095154,0.9639979004859924,1.6861772537231445,3.9207534790039062,0.17143404483795166,-0.5683233141899109,-0.15735533833503723 +96,-1.1800816198485613,-0.09579679000405864,-0.23612840078848077,-0.9203976392745972,0.0956503376364708,-0.3791031539440155,2.291858673095703,-1.1590980291366577,-0.40179961919784546,0.06027495861053467,0.4608834981918335,-0.6830306053161621 +97,-1.142684194972111,-0.1487638912993395,-0.08965075533043111,-0.8997029662132263,0.14821578562259674,-0.4105687141418457,0.7412706017494202,0.31198665499687195,0.7992825508117676,-0.23878580331802368,0.03974197804927826,-0.023604869842529297 +98,-1.1468337733719312,-0.20942602885080752,-0.023520060286752062,-0.8915508389472961,0.20789849758148193,-0.40238702297210693,-0.23996631801128387,-0.3329816460609436,0.2493762969970703,0.15763366222381592,0.18109381198883057,0.27863824367523193 +99,-1.1921073667876345,-0.3513160169558066,-0.0727722715207317,-0.8723981976509094,0.34413373470306396,-0.3471214175224304,-0.7578442692756653,-0.4807318449020386,0.03509627655148506,0.0477064847946167,-0.27984848618507385,-0.46070942282676697 +100,-1.223272917673477,-0.35655782775395384,-0.13313822813567322,-0.8810829520225525,0.3490506410598755,-0.31914976239204407,-1.2167565822601318,0.18753233551979065,-0.39808881282806396,-0.3786216378211975,-0.24306312203407288,0.17310789227485657 +101,-1.234411795309622,-0.25971921952892507,-0.26113534081521605,-0.912295937538147,0.25680920481681824,-0.3190063536167145,-0.9504822492599487,0.8189690709114075,-1.1811028718948364,0.014117896556854248,0.4902458190917969,0.25232550501823425 +102,-1.2466483112821687,-0.30879501817024496,-0.41540067000274944,-0.9030861854553223,0.30391088128089905,-0.3034363389015198,-1.6065950393676758,-0.08588512986898422,0.9203388094902039,-0.23224401473999023,0.29490503668785095,0.020965635776519775 +103,-1.3180831532725426,-0.4440151111172008,-0.46428274771862654,-0.8743517398834229,0.42956870794296265,-0.22578735649585724,-0.4214944839477539,-0.4827105700969696,0.9304390549659729,0.6732560396194458,-0.49219071865081787,0.23149409890174866 +104,-1.4176319310624046,-0.5242202873486392,-0.36865109535578006,-0.8555797934532166,0.500538170337677,-0.13207881152629852,1.2419015169143677,-2.158466339111328,0.45436719059944153,0.33037227392196655,-0.4074747562408447,-0.06237924098968506 +105,-1.4584524007052646,-0.4267888955608781,-0.2970256130187289,-0.9045611619949341,0.4139498770236969,-0.10205165296792984,0.40694546699523926,-0.43108969926834106,-0.8167017698287964,-0.22214776277542114,-0.0624331533908844,-0.0012350603938102722 +106,-1.4485348582618722,-0.2179898292324385,-0.339829148448551,-0.9690461754798889,0.21626746654510498,-0.11907088756561279,-0.153252974152565,-0.13438740372657776,-2.136383056640625,-0.6507047414779663,0.16530904173851013,0.004858866333961487 +107,-1.44460795108214,0.037519532337261095,-0.38635724222423046,-0.9913506507873535,-0.03751073032617569,-0.12576517462730408,-0.6774668097496033,0.22720183432102203,-2.134655237197876,-0.06286382675170898,0.1966293752193451,-0.06095664203166962 +108,-1.4153563158242362,0.256064866154794,-0.4294246106199044,-0.9557308554649353,-0.25327569246292114,-0.1497669667005539,0.5379462838172913,0.7398030757904053,0.545687198638916,0.5612910389900208,-0.40877267718315125,0.016939207911491394 +109,-1.3230991367492126,0.4849453156743193,-0.41026709771056386,-0.8576990365982056,-0.46615996956825256,-0.21690386533737183,-0.2431209534406662,0.8079835772514343,-1.9727277755737305,0.12567389011383057,-0.06486111879348755,-0.014571964740753174 +110,-1.2649294660695516,0.5806184206136076,-0.5159183915560911,-0.7973158955574036,-0.5485411286354065,-0.2517734169960022,-1.2438994646072388,-0.903830349445343,-1.3975796699523926,-0.17257839441299438,0.05655205249786377,0.12059363722801208 +111,-1.161384826713442,0.6188924574318333,-0.5981147891970392,-0.7472055554389954,-0.5801333785057068,-0.3242361843585968,0.050143565982580185,0.8728571534156799,0.0001303509925492108,-0.5665151476860046,0.04047584533691406,-0.0591256320476532 +112,-1.1817153788548078,0.45932034342751266,-0.4971918021381734,-0.8293588757514954,-0.4433389902114868,-0.34002137184143066,0.26060304045677185,0.8100808262825012,3.159069538116455,-0.02980262041091919,0.765451967716217,0.09943601489067078 +113,-1.1896052066348417,-0.01894172668670524,-0.29430352140283783,-0.9280555844306946,0.018940594047307968,-0.3719595968723297,0.03176461160182953,-0.033827442675828934,4.17041540145874,-0.10082924365997314,-0.09326615929603577,0.07209387421607971 +114,-1.178985841046318,-0.2978554587608361,-0.27158020148596657,-0.8835241198539734,0.2934707701206207,-0.36504819989204407,-1.0786902904510498,0.528988242149353,0.3102012872695923,-0.6239374279975891,-0.5820144414901733,-0.10492247343063354 +115,-1.1996070580528495,-0.17304257580486168,-0.45617189455530355,-0.9179792404174805,0.17218028008937836,-0.3573068678379059,-1.2157005071640015,-0.40521863102912903,-1.354543685913086,1.0903120040893555,-0.09423837065696716,0.09178870916366577 +116,-1.22135463059993,-0.237579645951824,-0.42684082613028457,-0.91317218542099,0.23535095155239105,-0.3327562212944031,0.4124825596809387,0.029669534415006638,1.0760595798492432,-0.21017998456954956,-0.27032405138015747,0.010749965906143188 +117,-1.0610354134051603,-0.3800457598810961,-0.26307070581636005,-0.8105805516242981,0.3709629774093628,-0.4531508982181549,1.883059024810791,1.4757097959518433,0.2510174810886383,-1.1582152843475342,0.2353145182132721,-0.8697250485420227 +118,-0.8520787410647362,-0.26972542449620474,-0.2536207191610389,-0.7254379391670227,0.26646679639816284,-0.6346142292022705,0.7005510926246643,0.4550281763076782,0.3660091459751129,0.2753799557685852,0.7267583012580872,-0.09521365165710449 +119,-0.8557427351626892,-0.3163724044863432,-0.11288062095618148,-0.7175847887992859,0.31112104654312134,-0.6231177449226379,0.26838988065719604,-0.7046852111816406,1.9702396392822266,0.3332921862602234,-0.18772324919700623,0.2526954412460327 +120,-0.7764242287616611,-0.3432344691901677,-0.11460554921355655,-0.6598598957061768,0.33653464913368225,-0.671810507774353,-0.9413455128669739,1.2068437337875366,-0.26207801699638367,0.39193081855773926,-0.252031534910202,0.4282192587852478 +121,-0.7542097844547028,-0.3620441988356599,-0.19492084496909332,-0.6403262615203857,0.35418665409088135,-0.681567370891571,0.7023003697395325,0.43452534079551697,-1.2668365240097046,-0.5600063800811768,-0.29251062870025635,-0.798474133014679 +122,-0.8005195203245175,-0.33283662912907463,-0.26333004640842095,-0.6783291101455688,0.3267253041267395,-0.6581186652183533,-1.014116644859314,0.8053960800170898,-0.2634715735912323,-0.5964816808700562,0.21572467684745789,0.09061384201049805 +123,-0.7974767914559693,-0.4283770397147778,-0.3460803179113164,-0.6509354710578918,0.415395051240921,-0.6353975534439087,-1.5837023258209229,-0.7220796346664429,1.6584323644638062,0.6230118870735168,0.15055343508720398,0.6870638132095337 +124,-0.8739835709533559,-0.7902241338480348,-0.3976069552460744,-0.5396509766578674,0.7105110287666321,-0.451609343290329,-3.746908664703369,-1.6148189306259155,2.4301223754882812,-0.25675106048583984,0.0736992359161377,0.07682299613952637 +125,-1.1059980408540875,-0.9751079133935691,-0.5359344977117534,-0.5015548467636108,0.8277624249458313,-0.2514992654323578,-1.2966419458389282,-0.8035550117492676,1.0150556564331055,-0.08394008874893188,-0.16823190450668335,-0.2373923361301422 +126,-1.2859385317188232,-1.1259231268596364,-0.6813554489309883,-0.4130014181137085,0.9026652574539185,-0.12093557417392731,-0.45788902044296265,-0.4125540256500244,0.9154576659202576,-0.181770920753479,-0.20594894886016846,-0.4599055051803589 +127,-1.1004113214665032,-1.1832730186567013,-0.4852134164495376,-0.3368546962738037,0.9258478283882141,-0.17127388715744019,1.358656406402588,1.2856831550598145,1.3933156728744507,-0.2713911533355713,-0.1427515149116516,-0.21492606401443481 +128,-0.30439485825278617,-1.2787436282949358,0.040115112041407365,-0.08629374206066132,0.9576548933982849,-0.2746824324131012,-1.1406004428863525,1.7008295059204102,1.0227731466293335,0.06277995556592941,-0.6552410125732422,0.2202543318271637 +129,0.04429574867389858,-1.1717635826591453,0.8978192135605055,0.017204487696290016,0.9214372038841248,-0.3881463408470154,2.1115245819091797,-5.753971099853516,0.9976261854171753,0.050788670778274536,-0.06984418630599976,0.5654382705688477 +130,0.142992399890815,-1.024135737948976,0.7951079426083679,0.074079729616642,0.8542652130126953,-0.5145318508148193,0.6834529042243958,3.4457712173461914,-0.42995205521583557,0.002366788685321808,-0.5741139054298401,0.8700922131538391 +131,0.056994443543568044,-1.282887756421191,0.7279701457288392,0.01617465727031231,0.9588398337364197,-0.2834862470626831,-2.788557767868042,-11.768974304199219,-1.8091074228286743,0.24911463260650635,0.34040021896362305,-2.839972496032715 +132,-0.39141329626107324,-1.324525234669306,0.2998512771877717,-0.09300428628921509,0.9698282480239868,-0.22535131871700287,-0.8632387518882751,-1.484479546546936,0.051043324172496796,-0.1717814803123474,0.6218770146369934,0.9389438629150391 +133,-0.19314420729356746,-1.3374967676992902,0.48548768937620984,-0.04437568038702011,0.9729088544845581,-0.22689004242420197,-1.5445170402526855,0.8485785722732544,1.8400821685791016,0.7582581639289856,-0.4424371123313904,0.6585764288902283 +134,1.8028019612016546,-1.4775716709091842,2.527677350466736,0.09059441834688187,0.995657742023468,0.021403832361102104,-2.7865242958068848,-4.240339279174805,0.1488327980041504,-0.45401298999786377,0.06131845712661743,-0.38859128952026367 +135,2.4960842969695993,-1.3569275484935317,-2.884913575188303,0.12768571078777313,0.9772171378135681,0.16953757405281067,-0.5351420640945435,0.08308733254671097,0.3983556926250458,-0.16630573570728302,-0.03961038589477539,-0.19971944391727448 +136,2.5534863616828285,-1.235909690760699,-2.7811965649144086,0.18233728408813477,0.9444475769996643,0.2734444737434387,-1.2556545734405518,-1.4089418649673462,0.11413106322288513,-0.5138192176818848,0.1353406310081482,-0.593100905418396 +137,2.535543409655483,-1.2218887078186407,-2.7778400426346845,0.19473858177661896,0.9397467374801636,0.2809860110282898,0.9902951121330261,0.44112223386764526,-0.4093150198459625,-0.667852520942688,0.4335595369338989,-0.4787245988845825 +138,0.5851553891396404,-1.5381244624283117,1.3794420989365512,0.01804206147789955,0.9994663000106812,-0.0272307600826025,3.456737518310547,2.9189951419830322,-1.6643000841140747,0.13608694076538086,0.8425899147987366,0.48168325424194336 +139,-0.561385145206968,-1.2750104994120606,0.38676722880487546,-0.1551782339811325,0.9565733671188354,-0.2467530071735382,2.7329766750335693,0.6866443753242493,-2.381248950958252,0.09127442538738251,-0.057708680629730225,0.9156982898712158 +140,-0.5860702751593385,-1.0797080790073228,0.18920048714824594,-0.26082995533943176,0.8818202018737793,-0.39288774132728577,0.25109347701072693,3.6728761196136475,-0.7867034673690796,0.27164846658706665,-0.7042537331581116,0.7782179713249207 +141,-0.4073932991638792,-1.167814989056014,0.12885044706164964,-0.15538160502910614,0.9198958873748779,-0.3600667119026184,-2.826815605163574,-0.7673198580741882,0.5378285050392151,0.059617429971694946,-0.2866256833076477,0.09616595506668091 +142,-0.7136634543394184,-1.2223165106269582,-0.1415356411250514,-0.22352838516235352,0.9398928880691528,-0.25814011693000793,1.0871182680130005,1.2611058950424194,-1.0081971883773804,-0.6453680992126465,1.7672145366668701,-0.17322584986686707 +143,-0.6410010059236716,-1.2684592730428388,-0.13216644495042018,-0.1780552864074707,0.9546432495117188,-0.2386477291584015,-1.3646444082260132,-2.6831724643707275,2.6331703662872314,0.8602910041809082,-0.030845582485198975,0.6926882266998291 +144,2.0429214596867755,-1.4958990626716817,2.717326023098241,0.06664160639047623,0.9971964955329895,0.03403002396225929,-3.1446802616119385,-0.14701905846595764,1.1858954429626465,-0.614615261554718,0.0928913950920105,-0.34741508960723877 +145,2.5795954588253687,-1.3867163433404244,-3.06572401205693,0.09753894060850143,0.9831050634384155,0.1548887938261032,-0.48456504940986633,0.49792933464050293,0.13233767449855804,-0.15735340118408203,-0.0030330419540405273,-0.12414240837097168 +146,2.7417719293293317,-1.2699267338036677,-2.858584646090633,0.11535528302192688,0.9550791382789612,0.272977352142334,-1.9398319721221924,-1.0525567531585693,0.17271824181079865,-0.23145943880081177,-0.04455685615539551,-0.46087414026260376 +147,2.7353235200002857,-1.2113973987762916,-2.820710931456264,0.1389913409948349,0.936108410358429,0.32308337092399597,0.29255586862564087,-0.38006502389907837,-0.29658591747283936,-0.4574727714061737,0.3758270740509033,-0.6557398438453674 +148,3.069702410643258,-1.5234317494741878,-2.597413018237647,0.0034009316004812717,0.9988784790039062,0.04722575098276138,3.9259397983551025,3.1560893058776855,-1.7264258861541748,-0.05700504779815674,0.6738662719726562,0.5337069034576416 +149,-0.6610732300164689,-1.3549553134019674,0.08520381786814148,-0.13149195909500122,0.9767966270446777,-0.16905060410499573,1.8589617013931274,0.28994256258010864,-1.2163411378860474,0.4054329991340637,0.04941791296005249,0.6925948858261108 +150,-0.5788492111467421,-1.1356810688959624,0.13026648390503298,-0.23059427738189697,0.9068214893341064,-0.3528469502925873,1.466248631477356,2.014636278152466,-0.7846747636795044,0.21687665581703186,-0.6431801915168762,0.5848416090011597 +151,-0.32807803607486513,-1.1261246813574206,0.1639000905940253,-0.1386084258556366,0.9027519822120667,-0.4072181284427643,-2.039469003677368,2.06316876411438,0.29506435990333557,0.09554815292358398,-0.5882530808448792,0.5916358232498169 +152,-0.644978151772721,-1.229895815976945,-0.15017592643551125,-0.2009965181350708,0.9424539804458618,-0.26717230677604675,-0.001463377964682877,-0.3361787796020508,-0.6068436503410339,-0.031227007508277893,0.13458764553070068,-0.36191707849502563 +153,-0.6525099507007325,-1.2328202754729414,-0.16712179132669075,-0.20132873952388763,0.9434276819229126,-0.26345983147621155,-1.5301114320755005,0.8724044561386108,0.3694075047969818,1.0905194282531738,-0.7903667688369751,0.7842575907707214 +154,-0.5633834337409701,-1.4960205700395466,0.11028889681536731,-0.03989700600504875,0.9972056150436401,-0.06316086649894714,-3.3247830867767334,-2.9623312950134277,1.9983479976654053,-0.43736737966537476,0.46992695331573486,0.040791451930999756 +155,2.890876296009433,-1.4316884802808894,-2.705513145898795,0.0344013087451458,0.9903401136398315,0.13432495296001434,-1.3495886325836182,0.6056950092315674,0.25532448291778564,-0.1560748815536499,-0.179182767868042,-0.20608697831630707 +156,2.87381042280608,-1.3240965575921313,-2.6866633582625283,0.06461498886346817,0.969723641872406,0.23550142347812653,-1.3752894401550293,-1.1582717895507812,0.3205832242965698,-0.08872387558221817,0.13479900360107422,-0.18551363050937653 +157,2.770485973439824,-1.2190299501020332,-2.74399266432478,0.12495242804288864,0.9387655854225159,0.32110148668289185,0.22819608449935913,0.5071801543235779,0.06590651720762253,-0.6772595643997192,0.45311063528060913,-0.4058030843734741 +158,-3.1250575637925584,-1.4029810245843592,-2.401673994995599,-0.0027617141604423523,0.9859520196914673,0.16700619459152222,4.30999231338501,0.7007884979248047,-2.2687623500823975,0.12403857707977295,0.4870399236679077,-0.5965259075164795 +159,-0.5799556402393969,-1.439524065264569,0.11862681164160134,-0.07172960788011551,0.9913961887359619,-0.10949329286813736,1.6885390281677246,-1.66585373878479,0.0980868712067604,0.8719920516014099,0.27172648906707764,-0.19017411768436432 +160,-0.5114479122411291,-1.204853913383261,0.3567597605540455,-0.17513620853424072,0.933786928653717,-0.3120404779911041,2.2748160362243652,-0.20787030458450317,-0.9752756357192993,0.005748391151428223,-0.4242655038833618,0.42246830463409424 +161,-0.3685761167381575,-1.0851054229581452,0.33907705960093154,-0.16818927228450775,0.8843526244163513,-0.4354685842990875,-0.8990731239318848,1.8546874523162842,-0.020041389390826225,0.38387227058410645,-0.6855916380882263,0.8315256834030151 +162,-0.4368504822277287,-1.2484371890482033,0.20462408930554557,-0.13403619825839996,0.9484906792640686,-0.28705310821533203,-0.279194712638855,0.27272486686706543,-0.4135036766529083,-0.36149293184280396,0.6574662327766418,-0.521113395690918 +163,-0.444486247584342,-1.2313013494057141,0.2525883262866433,-0.14319278299808502,0.9429229497909546,-0.3006529211997986,-0.5112671256065369,1.2441927194595337,-0.31160154938697815,0.5952801704406738,-0.3979552984237671,1.7180418968200684 +164,-0.09646739427224964,-1.4244822844662786,0.625397075185467,-0.014042462222278118,0.9893152117729187,-0.14511510729789734,-3.2604820728302,-2.74619197845459,1.4259380102157593,-0.470790296792984,0.7427557706832886,-0.04357510805130005 +165,2.4917256707692004,-1.4799419801783467,-3.1014650671143826,0.05489800125360489,0.9958755970001221,0.07223473489284515,-1.731368064880371,0.7438874244689941,0.6112903356552124,-0.025784261524677277,-0.2956804037094116,-0.14074671268463135 +166,2.690147468510609,-1.3383056343962956,-2.800579835917394,0.10051663964986801,0.9730955362319946,0.2073197364807129,-1.2324074506759644,-0.988764762878418,0.5180972218513489,-0.21309596300125122,0.035327255725860596,-0.3163590431213379 +167,2.6556614686184434,-1.2158202505216438,-2.796491985160506,0.1623251587152481,0.9376547932624817,0.3073332905769348,0.2295958548784256,0.23047375679016113,0.18426761031150818,-0.5581076145172119,0.368894100189209,-0.6373655796051025 +168,2.6128117257254844,-1.3647251636361022,-2.8850419616963556,0.10322503000497818,0.9788423776626587,0.17667029798030853,4.299299240112305,1.0385633707046509,-1.681043267250061,-0.5561821460723877,0.48760366439819336,-0.4686930179595947 +169,-0.4730676915199122,-1.458596618867111,0.24047081294004435,-0.0510135293006897,0.9937121868133545,-0.09966865926980972,1.1115893125534058,-4.185678958892822,-0.8406758904457092,0.5753818154335022,0.568131685256958,-0.36926448345184326 +170,-0.6671129686195582,-1.2176895406995647,0.13725866819031604,-0.21396251022815704,0.9383028745651245,-0.2716757357120514,1.387007713317871,0.15440216660499573,-1.1270095109939575,0.07396315038204193,-0.5659884810447693,0.5412527322769165 +171,-0.464375655664071,-1.155223849389195,0.16539534690237406,-0.18080906569957733,0.9148853421211243,-0.3609609007835388,-0.579108476638794,1.776649832725525,0.6945433020591736,0.644447386264801,-0.8125447034835815,0.7534322738647461 +172,-0.7537298230224049,-1.2823800410635717,-0.1469917091287524,-0.1946561336517334,0.9586955308914185,-0.207392618060112,-2.242751121520996,0.6471239924430847,-1.3533223867416382,-1.2465364933013916,1.2020862102508545,-0.04861931502819061 +173,-0.5429820603911734,-1.2223085953982802,0.025793964205838935,-0.17643816769123077,0.9398902058601379,-0.2923628091812134,-1.2335644960403442,0.38601502776145935,0.7170686721801758,1.1550911664962769,-1.3612616062164307,0.8341718912124634 +174,0.12079948932446907,-1.4234839642983266,0.8718019178145107,0.017687851563096046,0.9891691207885742,-0.1457103043794632,-1.6017979383468628,1.048471212387085,2.402252674102783,-0.0805845558643341,0.6184205412864685,0.5610698461532593 +175,2.451630928828672,-1.3846335416345295,2.946193634496848,0.11781017482280731,0.9827216863632202,0.14275318384170532,-0.47303181886672974,-0.4100055396556854,-0.26323187351226807,-0.501675546169281,-0.08295685052871704,-0.6494060754776001 +176,2.762711765971438,-1.3426048777387039,-2.9106184216800357,0.08367300033569336,0.9740771055221558,0.2101725935935974,-1.280968427658081,-1.5072333812713623,-0.07247685641050339,0.06506966799497604,-0.08868592977523804,-0.04426373541355133 +177,2.7907824138577624,-1.223701282760934,-2.864983863542871,0.1169017031788826,0.9403648376464844,0.31944984197616577,-0.015056243166327477,-0.2962672710418701,0.0735621377825737,-0.538563072681427,0.3575326204299927,-0.603034496307373 +178,3.0677112340841832,-1.4280235980662388,-2.6201955537772212,0.010502924211323261,0.9898252487182617,0.1419004648923874,3.850416898727417,2.127154588699341,-2.2876226902008057,-0.2840014696121216,0.5283327698707581,-0.08994422852993011 +179,-0.5759166419942298,-1.4019386847821433,0.028881484775045308,-0.09152430295944214,0.9857773780822754,-0.14094802737236023,2.3210299015045166,-2.000406503677368,-1.0578035116195679,0.6659261584281921,0.4366927146911621,-0.8369420170783997 +180,-0.6868533548376,-1.14506237530158,0.01566928732723653,-0.2618795335292816,0.9107358455657959,-0.3193420469760895,2.048051118850708,1.498144507408142,-1.0124807357788086,0.211464524269104,-0.6512753963470459,0.5289062857627869 +181,-0.416824998591005,-1.043220181756153,0.1201710711582953,-0.20382258296012878,0.8640298843383789,-0.460335373878479,-0.1850014626979828,1.7294458150863647,0.4729131758213043,0.4356951415538788,-0.6163492798805237,0.920509934425354 +182,-0.5061186744523913,-1.2000067120598648,-0.03392453170073811,-0.175663024187088,0.9320415258407593,-0.316924512386322,-0.8794242739677429,-0.9523376226425171,0.3688927888870239,-0.3637046217918396,1.0206867456436157,-2.486359119415283 +183,-0.6319369899450571,-1.2339263745139473,-0.2046586394052,-0.1952497959136963,0.9437938928604126,-0.2667034864425659,-0.21080617606639862,-3.907257556915283,-0.5235245227813721,-0.7022721767425537,0.6847919821739197,-0.3323107957839966 +184,-0.703626409742383,-1.3193230303732113,-0.0634415955334609,-0.16099050641059875,0.9685468673706055,-0.18973395228385925,-0.9841492176055908,-3.856452465057373,2.275641441345215,0.46589162945747375,-0.06847667694091797,0.5513367652893066 +185,2.6053887576027477,-1.5490454747953233,-3.026784830223629,0.01111300103366375,0.9997634887695312,0.018699903041124344,-4.043277263641357,3.1336145401000977,0.4929865896701813,-0.4598740041255951,-0.0843580961227417,0.15300726890563965 +186,2.982367906875517,-1.3518860146543257,-2.5879692727343686,0.03443228825926781,0.9761346578598022,0.21441902220249176,-0.8226348757743835,-2.210937023162842,-0.3649121820926666,-0.1217736005783081,-0.27760255336761475,-0.17029058933258057 +187,2.907347191995978,-1.243189540661982,-2.519561363285701,0.0746876448392868,0.9468151330947876,0.31299030780792236,-1.0041199922561646,-1.394690752029419,0.20619209110736847,-0.1889912188053131,-0.0845104455947876,-0.5137654542922974 +188,2.7991252461392158,-1.234468328434418,-2.49908013227154,0.11082585155963898,0.9439728856086731,0.31085848808288574,1.932927131652832,-2.409738779067993,-0.8188312649726868,-0.36294683814048767,0.4761931300163269,-1.4903018474578857 +189,-1.5705821025158024,-1.5015063104407351,-0.8264616934983429,-0.06923539936542511,0.9976004362106323,-1.4831903172307648e-05,3.1703593730926514,0.3711800277233124,-1.6042604446411133,0.2419954240322113,1.2224009037017822,0.19120746850967407 +190,-0.8352858647020149,-1.3444564845233051,0.1765552231563481,-0.16639889776706696,0.9744942784309387,-0.1505727767944336,1.017472267150879,0.22158679366111755,-1.2997617721557617,0.15889158844947815,0.128822922706604,0.6822042465209961 +191,-0.7153437635937082,-1.1854545198079995,0.2542373615083542,-0.2465282827615738,0.9266700148582458,-0.28373655676841736,0.9378933906555176,0.4002951681613922,-0.0150968749076128,0.5028454065322876,-1.0650215148925781,0.6020044088363647 +192,-0.5317703269209847,-1.2432429355324224,0.20818864532210213,-0.16313518583774567,0.9468322992324829,-0.27730047702789307,-2.748173713684082,3.025190591812134,-0.17579218745231628,-0.3173640966415405,-0.3146606683731079,0.024080872535705566 +193,-0.7746567793627975,-1.2389131078588642,0.0007017229054331975,-0.22790418565273285,0.9454303979873657,-0.23285356163978577,-0.3495781421661377,0.8588193655014038,-0.037622466683387756,0.5354145765304565,0.10457253456115723,0.4740797281265259 +194,-0.6335752752955067,-1.2823679917946016,0.2751236329629493,-0.16840054094791412,0.9586921334266663,-0.2292395681142807,-0.010212511755526066,-2.5955965518951416,2.063199520111084,0.8232467174530029,-0.27442699670791626,0.6189337968826294 +195,0.3614879302452811,-1.5291388889539164,1.1538852790133045,0.01472740899771452,0.9991324543952942,-0.038950834423303604,-4.976717948913574,3.547908306121826,0.4445185959339142,-0.3660152554512024,0.06242138147354126,0.2454175353050232 +196,2.984656947648083,-1.3558239471690174,-2.4188115905465004,0.033340368419885635,0.9769822955131531,0.21069905161857605,-1.6713247299194336,-1.3782092332839966,-0.13978785276412964,0.05978402495384216,-0.5229875445365906,-0.1643580198287964 +197,2.7523943215064124,-1.22746960602084,-2.4762928754919638,0.12773005664348602,0.9416400194168091,0.31144702434539795,-1.1990470886230469,0.3018157482147217,0.9607107639312744,-0.6578509211540222,0.04625976085662842,-0.0880582332611084 +198,2.648615473600223,-1.2601280187129316,-2.570177421187738,0.14467032253742218,0.9521294832229614,0.2692951560020447,3.1003530025482178,0.11775034666061401,-0.368079274892807,-0.5753496885299683,0.5038488507270813,-0.672905445098877 +199,-0.41687083528309715,-1.469121730072744,0.39553717828421103,-0.04109732434153557,0.994835615158081,-0.09280724078416824,1.9355976581573486,-2.5391366481781006,-0.6641008257865906,0.42853325605392456,1.5678017139434814,0.08430808782577515 +200,-0.8448740468839285,-1.2604426715942363,0.23082478375225152,-0.2284012883901596,0.9522256255149841,-0.20272915065288544,1.6458081007003784,0.5347281098365784,-2.430776834487915,0.004707470536231995,-0.1896524429321289,0.45848172903060913 +201,-0.6406412958139317,-1.098231990165953,0.2324579231309165,-0.27206021547317505,0.8904039859771729,-0.36491644382476807,0.4192308187484741,3.0617880821228027,0.20915108919143677,0.806972324848175,-0.9070513844490051,0.8076044321060181 +202,-0.4397435929861478,-1.2111563929058178,0.27937395927110775,-0.14982236921787262,0.9360235929489136,-0.3184543550014496,0.0685015395283699,-0.4480111598968506,-0.023804567754268646,-0.4008520841598511,1.7452203035354614,-3.2149014472961426 +203,-0.7222794660190374,-1.2148615778727339,0.0719019539931812,-0.2303701490163803,0.9373211860656738,-0.2614547908306122,1.7247767448425293,-0.38420721888542175,0.9774340391159058,0.3901602029800415,2.4586291313171387,-2.3956496715545654 +204,-0.17939501755739282,-1.3353141649132483,0.6130397338068803,-0.04163086786866188,0.9724019765853882,-0.229567751288414,-1.884360671043396,0.36859166622161865,2.4089975357055664,0.008534550666809082,0.3414560556411743,0.9613029956817627 +205,2.794019085679561,-1.4479160714802795,-2.985659740365618,0.04174976795911789,0.9924597144126892,0.11524134129285812,-4.33024787902832,0.8985978960990906,-0.0002208116347901523,-0.042650043964385986,-0.256528377532959,-0.761283278465271 +206,2.756060098585638,-1.3235104495143044,-2.782951546017949,0.09204749763011932,0.969580352306366,0.2268061488866806,-0.6187636256217957,-1.4443193674087524,0.6326774954795837,-0.03246191889047623,-0.4154117703437805,0.043747395277023315 +207,2.6920350249606515,-1.1994843989468364,-2.7296901360442583,0.15767760574817657,0.9318521022796631,0.32678648829460144,1.0669946670532227,0.8192867040634155,-0.08406703174114227,-0.6688318252563477,0.4539968967437744,-0.8398785591125488 +208,2.9968494562580195,-1.4714414761038654,-2.5397514154331153,0.01430746540427208,0.995068371295929,0.09815596789121628,4.697947025299072,2.5067336559295654,-2.0535993576049805,-0.0031685512512922287,0.7531006932258606,0.08133317530155182 +209,-0.49885155734525927,-1.4133132221760036,0.3294389406269243,-0.07503160834312439,0.9876251220703125,-0.13772012293338776,1.1489827632904053,-3.8966224193573,-2.6743383407592773,-0.3287464678287506,0.18470758199691772,-0.37347984313964844 +210,-0.6293352273053611,-1.1207432750066812,0.15050981684031986,-0.25605201721191406,0.9004240036010742,-0.3516729176044464,1.8686236143112183,2.9621636867523193,-1.2179088592529297,0.34327128529548645,-0.8420134782791138,0.7101324796676636 +211,-0.2943118550354993,-1.0119833044408642,0.21411079330462074,-0.15379540622234344,0.847885012626648,-0.5073835849761963,-0.8388634920120239,1.1497594118118286,0.2668401300907135,0.05400294065475464,-0.5664976835250854,0.5006544589996338 +212,-0.4318211405164708,-1.1077936627968978,0.02953416992703857,-0.18692883849143982,0.894715428352356,-0.4056377410888672,-1.1030715703964233,-0.4787761867046356,-1.5570755004882812,-1.1529301404953003,-0.04341232776641846,-0.4250202178955078 +213,-0.5717499022404726,-1.1987454415730099,-0.1003851294019953,-0.19670602679252625,0.9315837621688843,-0.3057098984718323,-1.9159350395202637,-1.746002197265625,1.7317216396331787,1.1033985614776611,-0.902241051197052,0.5823975205421448 +214,-0.6877748742392482,-1.5230451083086238,0.03221669002930311,-0.030302569270133972,0.9988601207733154,-0.03688229247927666,-1.84917414188385,-3.188911199569702,1.4825654029846191,-0.26123183965682983,0.40661168098449707,-0.16557127237319946 +215,2.680159842602219,-1.38859469339711,-3.105338645813188,0.08067354559898376,0.9834471344947815,0.16224443912506104,-2.185074806213379,2.995100736618042,0.8814182877540588,-0.07972749322652817,-0.14392393827438354,-0.34533464908599854 +216,2.72726336290893,-1.276505622836098,-2.8789659625825363,0.11677172034978867,0.9570081233978271,0.2655181884765625,-2.6638810634613037,-4.558109283447266,-0.5201154351234436,-0.19376757740974426,-0.12720465660095215,-0.2982635498046875 +217,2.7546584273069175,-1.182110443497154,-2.7759686408140016,0.1430055946111679,0.925407886505127,0.35095497965812683,0.6933300495147705,-0.04566621407866478,-0.09651894122362137,-0.333816796541214,0.4755013585090637,-0.8413113951683044 +218,-2.9123118302962383,-1.5047517145138933,-2.345606877987285,-0.014999506063759327,0.9978198409080505,0.06426940113306046,3.4253342151641846,3.864675521850586,-0.9767427444458008,0.30342113971710205,0.721830427646637,0.34619200229644775 +219,-0.38966321139870724,-1.3815115690512052,0.3319336111409889,-0.07147622108459473,0.9821390509605408,-0.17405152320861816,2.051342010498047,-1.4178097248077393,-2.024385929107666,0.2920572757720947,0.11690568923950195,0.9700109958648682 +220,-0.4726423458997866,-1.058362515514085,0.1781328186987617,-0.2232043296098709,0.8715537786483765,-0.4365474581718445,2.3868274688720703,3.4102978706359863,-0.9421224594116211,0.2901446521282196,-0.7083458304405212,0.7446987628936768 +221,-0.2095396563474181,-0.9782350450016324,0.17090467110621102,-0.11617080122232437,0.8295129537582397,-0.5462716221809387,-0.9143295884132385,-1.5030916929244995,-0.34033194184303284,-0.2641545236110687,-0.5142816305160522,-1.5659263134002686 +222,-0.33370877290044954,-1.024350415288937,-0.00716812914943833,-0.17021238803863525,0.8543767929077148,-0.49098682403564453,1.2080116271972656,1.7404028177261353,0.2725910544395447,1.2097479104995728,2.077080726623535,-0.902827262878418 +223,-0.3857999559715272,-1.2462013845986941,0.11058014923477692,-0.12001153081655502,0.9477800130844116,-0.2954830825328827,-2.6554980278015137,-3.0322554111480713,2.1968703269958496,0.07635613530874252,0.5780683159828186,0.7687039375305176 +224,0.13044572621090159,-1.5221809495043568,0.5883915239058445,0.006321328226476908,0.9988185167312622,-0.04818427562713623,-2.450207471847534,2.2419395446777344,0.8163489699363708,-0.06424368917942047,-0.03284561634063721,0.12217414379119873 +225,2.8248805445546608,-1.3635972018954183,-3.0992969740363763,0.0640701875090599,0.9786109328269958,0.19548827409744263,-1.5809532403945923,-1.1512277126312256,0.37333235144615173,-0.160643070936203,-0.15799331665039062,-0.5655748844146729 +226,2.763039410528281,-1.201142453319372,-2.898259092286531,0.1335252821445465,0.9324524402618408,0.3357132375240326,-1.8397518396377563,1.2577528953552246,0.9549420475959778,-0.5756792426109314,0.2557646632194519,-0.4207504093647003 +227,2.8098247070071296,-1.197418088461683,-2.868270370337614,0.11880867928266525,0.9311004281044006,0.3448713719844818,1.6801893711090088,0.3894752562046051,-0.9562947750091553,-0.47444531321525574,0.6777861714363098,-0.23934167623519897 +228,2.063764519208653,-1.5252512335063306,2.563145183282884,0.040110085159540176,0.9989629983901978,0.021547414362430573,2.7108311653137207,-0.23998475074768066,0.9208365678787231,0.4338584244251251,0.6826777458190918,0.6819742918014526 +229,-0.5455519428799371,-1.3295809718317118,0.12471233855807048,-0.12395387887954712,0.9710483551025391,-0.20420679450035095,2.716546058654785,-0.843241274356842,-2.1642730236053467,0.298132985830307,-0.13204389810562134,0.20641936361789703 +230,-0.3972669679697786,-1.060440469790993,0.11478028803853145,-0.18899574875831604,0.8725707530975342,-0.4504453241825104,1.5013431310653687,2.5620129108428955,-0.47748953104019165,0.2572788596153259,-0.7379271984100342,0.7828580141067505 +231,-0.24789359980731504,-1.1116316826648762,0.1107561881509875,-0.10874450206756592,0.8964230418205261,-0.4296514093875885,-3.2573139667510986,-0.022706007584929466,-0.131903737783432,-0.006688229739665985,-0.3453366756439209,0.0627385675907135 +232,-0.8598212639262814,-1.2641504404972592,-0.4532751825797176,-0.22872911393642426,0.9533514380455017,-0.1969873607158661,-1.721688151359558,-0.36583223938941956,-0.09942616522312164,0.7320860624313354,0.4435907006263733,1.0932886600494385 +233,-0.3873573090041029,-1.3030575542639804,0.04138367267894836,-0.09993245452642441,0.9643715620040894,-0.24495108425617218,-1.1836837530136108,-1.433668851852417,2.7961480617523193,0.3177516460418701,-0.23220908641815186,0.887864887714386 +234,-3.0972446378621936,-1.48917311897538,-2.6201692943305983,-0.0036145932972431183,0.996670663356781,0.08145174384117126,-2.183673858642578,1.7850924730300903,0.21998971700668335,-0.22459585964679718,-0.04299646615982056,-0.013092286884784698 +235,2.942494524721027,-1.3231471318982637,-2.69961190866185,0.048482175916433334,0.9694913625717163,0.2402828484773636,-0.6675602197647095,-1.1703718900680542,-0.008807269856333733,-0.15286755561828613,-0.25692129135131836,-0.4378994107246399 +236,2.912748593556694,-1.3127554871942024,-2.6919932593057365,0.057889554649591446,0.9668917655944824,0.2485336810350418,-1.299074411392212,-1.9051166772842407,-0.38160571455955505,-0.32600176334381104,0.1367153525352478,0.03181600570678711 +237,3.015787288686038,-1.1783302668994744,-2.484778557760792,0.04798975959420204,0.9239686727523804,0.37944579124450684,3.334235191345215,-2.1424379348754883,0.5738492012023926,-0.19860926270484924,0.2624480724334717,-1.1085259914398193 +238,-2.816533449813646,-1.463446949088649,-1.9766934285813618,-0.034217994660139084,0.9942435622215271,0.1015329584479332,2.6188395023345947,1.6842718124389648,-1.91135835647583,-0.08403760194778442,0.5989418625831604,0.1712179183959961 +239,-0.8736809963556587,-1.357495674893249,0.14992971090771356,-0.16230016946792603,0.9773375391960144,-0.13590514659881592,1.0436036586761475,-1.0008677244186401,-1.8270384073257446,0.11650852859020233,-0.018780291080474854,0.8250073194503784 +240,-0.8193510462526568,-1.1641873384955561,0.15790228579235147,-0.28899097442626953,0.9184672236442566,-0.27000418305397034,0.7514029145240784,2.242875099182129,-0.28056207299232483,0.517338752746582,-0.8905130624771118,0.512710452079773 +241,-0.5897735242569714,-1.2756509727138075,0.19968189758543936,-0.1617787629365921,0.9567598700523376,-0.24173949658870697,0.47290635108947754,-2.767409563064575,-0.4027045667171478,-0.5440317392349243,0.17312288284301758,-2.414693593978882 +242,-0.9081923538848464,-1.2453993954107465,0.028719128019283478,-0.25203752517700195,0.9475238919258118,-0.1966613084077835,1.243122935295105,-0.40854373574256897,0.6033377647399902,0.8631978034973145,0.932114839553833,-0.22442027926445007 +243,-0.43925517829747246,-1.3734835092680495,0.37840239773778844,-0.08336695283651352,0.9805968999862671,-0.17742520570755005,-3.345487117767334,0.7756692171096802,1.2843198776245117,-0.4291605055332184,1.008508324623108,0.13781338930130005 +244,-2.8542148713119087,-1.418178170926817,-2.1682339516168394,-0.04309004917740822,0.9883764386177063,0.14579156041145325,-3.601943016052246,1.26798415184021,0.12782196700572968,0.0028068460524082184,0.4325829744338989,-0.35688161849975586 +245,3.0065323588284096,-1.2781394620274156,-2.444405519836529,0.038846179842948914,0.9574807286262512,0.2858700156211853,1.2848819494247437,-2.2296979427337646,0.3985779285430908,-0.4602634012699127,-0.371085524559021,-1.2590144872665405 +246,-2.2761525371296316,-1.525031942859402,-1.3653521535336672,-0.03483301028609276,0.9989529848098755,0.029659824445843697,3.608739137649536,3.16550350189209,-2.125718593597412,-0.03560155630111694,0.04032313823699951,0.4310030937194824 +247,-0.6328306511585017,-1.2074807817057018,0.3384027518220976,-0.21017955243587494,0.9347236752510071,-0.2865593135356903,2.2176835536956787,-2.5071537494659424,-0.8398810625076294,0.32483404874801636,1.0518181324005127,0.8996117115020752 +248,-0.8381001694860135,-1.071879984435724,0.21697057372737955,-0.3556852638721466,0.8781015872955322,-0.32004016637802124,-0.12548506259918213,2.005901575088501,-0.00807689968496561,0.5382566452026367,-0.3782694339752197,0.612825870513916 +249,-0.6573608983765646,-1.2726609303791776,0.26765279239483575,-0.1794828623533249,0.9558858275413513,-0.23252545297145844,0.4856627583503723,1.5846569538116455,0.8992302417755127,-0.3212037682533264,-0.8602895736694336,-1.4276765584945679 +250,-0.8260531254674607,-1.3015685786981783,0.24329247716522923,-0.195570170879364,0.9639766216278076,-0.18028150498867035,0.9329226613044739,1.7459313869476318,-0.3308281898498535,0.029539257287979126,0.9276096820831299,-0.21458542346954346 +251,-0.5337460419544707,-1.421779098329907,0.25374752742916157,-0.0755341574549675,0.9889174699783325,-0.12781599164009094,-4.941236972808838,3.9405694007873535,0.534573495388031,-0.3114745318889618,0.9222458600997925,0.35663682222366333 +252,-2.9455465625799357,-1.2994592377745022,-2.2479313477813605,-0.05220828205347061,0.963413417339325,0.2628856301307678,-2.4412357807159424,-2.727951765060425,0.7224349975585938,0.7998889684677124,0.26086026430130005,-2.5151591300964355 +253,2.846459582311919,-1.4399064340357128,-2.5389950068360956,0.037962932139635086,0.9914461374282837,0.12487331032752991,2.482452154159546,-3.7708635330200195,-1.802680492401123,-1.0804433822631836,-0.8622957468032837,-0.604472279548645 +254,-0.6221505497202949,-1.3151279823170043,0.16276067683786163,-0.14738157391548157,0.9674944877624512,-0.2055070549249649,2.7933595180511475,1.7120897769927979,-2.555734157562256,-0.17152711749076843,1.7560772895812988,-0.6233198642730713 +255,-0.9345661527421179,-1.0886544667612672,0.1044475546917213,-0.37295547127723694,0.886003851890564,-0.27550241351127625,-0.2970346510410309,-0.3391367793083191,-1.2845032215118408,-0.23326095938682556,0.3064401149749756,0.5386707782745361 +256,-0.9464685022242219,-1.200181783896273,-0.008797458386770518,-0.29386353492736816,0.9321049451828003,-0.21171776950359344,-2.0089101791381836,0.26513877511024475,2.353541374206543,0.6827948093414307,-1.1049261093139648,0.5587483644485474 +257,-1.1990238047907347,-1.2741607741025107,-0.13999808631616256,-0.27233555912971497,0.956325352191925,-0.10618465393781662,-0.37439262866973877,-1.652738332748413,-0.36045339703559875,0.15392738580703735,-0.7936514019966125,0.7033067941665649 +258,-0.9452502127426012,-1.2929017354524217,0.13972803019555818,-0.22238558530807495,0.961635172367096,-0.16063247621059418,-1.4197674989700317,5.7902960777282715,1.8976874351501465,0.28500765562057495,0.4782911539077759,1.2845338582992554 +259,-2.874233341639118,-1.3976956694970026,-2.2738073417873257,-0.045502640306949615,0.9850554466247559,0.16611818969249725,-4.0993757247924805,-1.8892611265182495,0.35270750522613525,-0.3370504677295685,0.6757873892784119,-0.7677264213562012 +260,2.8343064811108203,-1.3192646629666496,-2.5924583854646013,0.07528185099363327,0.9685323238372803,0.2372293770313263,2.1526882648468018,-3.252587080001831,0.3419671654701233,-0.8065135478973389,-0.5318868160247803,-1.3619548082351685 +261,-1.4665535917970323,-1.452316962723408,-0.436953593287613,-0.11755994707345963,0.9929895401000977,-0.012299353256821632,2.2497003078460693,2.737241744995117,-2.924633741378784,0.06386426836252213,-0.37957102060317993,0.4395606517791748 +262,-1.1242515098591173,-1.1004663589966146,-0.036422044761038594,-0.4087439179420471,0.8914188146591187,-0.19570688903331757,1.2483700513839722,-3.163261890411377,-1.8925926685333252,0.25276851654052734,0.6006772518157959,0.615231990814209 +263,-1.1306731124016947,-1.0692271186510904,-0.05807653643371573,-0.43498125672340393,0.8768291473388672,-0.20484618842601776,-0.42772477865219116,1.3941158056259155,1.6185696125030518,0.858672022819519,-0.6739940643310547,0.4090545177459717 +264,-1.0774869250193957,-1.281989621813936,-0.0886312315164855,-0.25085070729255676,0.9585844278335571,-0.1348690390586853,-0.9818571209907532,-2.4299521446228027,-0.7484953999519348,-1.4192085266113281,0.07878422737121582,-1.1464115381240845 +265,-1.2404319364143712,-1.2157894316021445,0.04399470812995534,-0.3288002014160156,0.9376440644264221,-0.11275613307952881,1.3028655052185059,3.562629222869873,-0.10659551620483398,0.4630775451660156,0.5742424726486206,0.9497312307357788 +266,-1.0091214701351787,-1.443048934113755,-0.24161432163355961,-0.10782762616872787,0.9918513894081116,-0.06785432994365692,-4.475996494293213,4.643300533294678,1.0421921014785767,-0.02394726872444153,0.6704105734825134,0.44654691219329834 +267,-3.0680069297644645,-1.3159870781723872,-2.223108503324539,-0.018531344830989838,0.9677113890647888,0.25137871503829956,-0.3988124132156372,0.2059132307767868,0.8880366683006287,0.031760722398757935,0.1693735122680664,-0.7255913019180298 +268,-3.138118482859852,-1.4332760599307781,-2.1676992599412976,-0.000476263725431636,0.9905589818954468,0.13708646595478058,2.6435859203338623,-2.435671091079712,-2.724285364151001,-0.8337675333023071,-1.0100749731063843,-1.0319687128067017 +269,-1.164666396182399,-1.2633257963929645,-0.2253969125352144,-0.27803003787994385,0.953102171421051,-0.11956341564655304,2.8261358737945557,1.5521864891052246,-3.7111623287200928,-0.10932952165603638,2.2448043823242188,-0.13042128086090088 +270,-1.1877966723342301,-1.0405866473011256,-0.06251936193703597,-0.4690743088722229,0.8627010583877563,-0.18898773193359375,0.06445852667093277,0.12814585864543915,-1.0096346139907837,-0.20467758178710938,0.1213536262512207,0.40424343943595886 +271,-1.085730288727408,-1.186187449017455,-0.10969251518621588,-0.33191540837287903,0.9269452691078186,-0.17494167387485504,-1.928647756576538,0.4170354902744293,2.5647084712982178,0.6444153785705566,-1.0558363199234009,0.47700464725494385 +272,-1.4453280225599066,-1.1893056665777142,-0.1927121967672477,-0.3693777322769165,0.928110659122467,-0.0465899333357811,-0.1773805320262909,-1.454990029335022,-0.5752305388450623,0.3550649881362915,0.3507283926010132,-0.19451415538787842 +273,-0.8821844210965076,-1.257849236865394,0.1175888654008964,-0.23771058022975922,0.9514303803443909,-0.1956370323896408,-1.654425859451294,4.5437798500061035,2.1331281661987305,0.07900393009185791,0.7279061675071716,0.772663414478302 +274,-2.510522644975693,-1.413061491901087,-1.7692657985112108,-0.09267960488796234,0.9875856041908264,0.12682722508907318,-3.494499444961548,-0.33397799730300903,0.2843115031719208,-0.16729962825775146,0.4553769826889038,-0.4722862243652344 +275,3.1383840439625277,-1.3805536300973336,-2.2129717793648367,0.0006067382637411356,0.9819583892822266,0.18909630179405212,2.297414541244507,-3.084066152572632,-0.29232606291770935,-0.8750269412994385,-0.45937538146972656,-1.0084322690963745 +276,-1.380432648597005,-1.3577716295126212,-0.3314013925131343,-0.20759759843349457,0.9773958921432495,-0.04000343382358551,1.8450509309768677,1.9561564922332764,-3.1761584281921387,0.02284422516822815,0.08998680114746094,0.016184452921152115 +277,-1.3374129332404574,-1.0166320260646444,-0.1306037222205334,-0.5119664669036865,0.8503404855728149,-0.1217021495103836,0.15559013187885284,-2.885039806365967,-2.356566905975342,-0.432018518447876,0.45292794704437256,0.1726207733154297 +278,-1.3078330760347725,-0.9966897935824666,-0.2566559308658025,-0.5244154334068298,0.8396778702735901,-0.14117106795310974,-0.9088190793991089,0.5987504720687866,1.9365804195404053,1.454606533050537,-0.9316121935844421,0.24642623960971832 +279,-1.506303878512002,-1.1540455862500838,-0.41501810553832424,-0.4039497375488281,0.9144090414047241,-0.026087887585163116,-0.7530309557914734,-3.0895462036132812,-1.4822885990142822,-1.2059135437011719,-0.3585466742515564,-0.13252723217010498 +280,-1.2406202146720464,-1.1084186647753014,-0.10663506740065659,-0.42198288440704346,0.8949943780899048,-0.14462266862392426,2.319532871246338,3.618516445159912,1.7799134254455566,0.9056101441383362,0.21529626846313477,0.5104979276657104 +281,-1.4028076164759309,-1.3702293013657139,-0.6063743829102348,-0.19642096757888794,0.9799537658691406,-0.03331043943762779,-4.628756046295166,1.3140202760696411,1.0521798133850098,-0.18199700117111206,0.4002952575683594,0.2886967658996582 +282,-2.735128394098956,-1.310660575115622,-1.9293036705705544,-0.10169223695993423,0.9663550853729248,0.23625513911247253,-0.6218531727790833,-0.5671951174736023,1.1151543855667114,-0.4987258315086365,-0.02235490083694458,-1.124560832977295 +283,-2.365493344763185,-1.3973186287216879,-1.4213853716455322,-0.12091241031885147,0.9849904179573059,0.1231822744011879,2.315609931945801,-1.29777991771698,-3.08410906791687,-0.5120068788528442,-0.9994558691978455,-0.5826396942138672 +284,-1.3626659135106096,-1.1235750223549716,-0.4556152453376787,-0.4231288731098175,0.9016522765159607,-0.08936003595590591,2.8661856651306152,-2.3739728927612305,-3.4317142963409424,-0.045010775327682495,2.747838020324707,-0.49436497688293457 +285,-1.4188729844121633,-0.8755212690146196,-0.2498241316956556,-0.6332182884216309,0.7678775191307068,-0.09694766253232956,0.17649072408676147,1.0083918571472168,-1.4021503925323486,-0.27167367935180664,0.09718900918960571,0.09699344635009766 +286,-1.4191041111836429,-0.9835401518916153,-0.2584253226201196,-0.5477161407470703,0.8324640989303589,-0.08372747153043747,-0.6962311863899231,-1.7324436902999878,3.5673413276672363,1.0849323272705078,-0.8380489349365234,0.29768621921539307 +287,-1.6531532422301318,-1.0764995416226872,-0.4077505504563547,-0.4728045165538788,0.8803025484085083,0.03902699798345566,3.9705755710601807,-6.796736717224121,-1.620503306388855,-0.49449580907821655,-0.6369249820709229,-2.1103007793426514 +288,-1.2991154961754003,-1.103914826346818,-0.10247110447852643,-0.433594673871994,0.8929762840270996,-0.12078583985567093,-1.2961190938949585,4.293942451477051,3.146524667739868,0.33279505372047424,0.6439958810806274,1.1219607591629028 +289,-2.0366658562016977,-1.2874267526697738,-1.0269292220772694,-0.24979671835899353,0.9601187705993652,0.1255929172039032,-2.643864870071411,-1.7294795513153076,1.6440807580947876,-0.05722537636756897,0.44562768936157227,-0.3269937038421631 +290,-2.747148277622434,-1.2790233850060264,-1.68609460597423,-0.11054279655218124,0.9577354192733765,0.2655620276927948,0.14093773066997528,-0.7132138013839722,1.1315345764160156,-0.756782054901123,-0.15480268001556396,-0.7248821258544922 +291,-2.1339112623389718,-1.3266664903022007,-0.8556333080188028,-0.20439067482948303,0.9703480005264282,0.12903130054473877,2.232041835784912,-1.5100780725479126,-3.5064265727996826,0.01171797513961792,-1.0455739498138428,-0.09581293165683746 +292,-1.3296568609602655,-1.0121051345378735,-0.06358854430272738,-0.514739990234375,0.8479496240615845,-0.12658730149269104,3.2544028759002686,-3.438110113143921,-1.9669370651245117,0.3653106093406677,2.7255825996398926,0.012421056628227234 +293,-1.4340305213185702,-0.8688979132892696,0.03679806162886676,-0.6396393775939941,0.7636178135871887,-0.08803034573793411,-0.2682584226131439,1.4898641109466553,-0.2828633487224579,0.41716623306274414,-0.09586268663406372,0.2942376136779785 +294,-1.3942226919253984,-1.087338981160656,0.002321222310465794,-0.45761552453041077,0.8853930830955505,-0.08165320754051208,-0.7643527984619141,1.3153190612792969,3.3893308639526367,0.288059800863266,-0.6015185117721558,-0.17486226558685303 +295,-1.6464181236144195,-1.0211654953859624,-0.032441089101114914,-0.5208795666694641,0.852717399597168,0.03946510702371597,-0.5050446391105652,-2.2738287448883057,-0.7658291459083557,1.2584589719772339,-0.31971263885498047,0.8780001401901245 +296,-0.9740760748297066,-1.2196686488240658,0.13671849288766696,-0.2845155894756317,0.9389854669570923,-0.19328075647354126,-3.5352883338928223,4.776375770568848,1.9012868404388428,-0.06738266348838806,0.8619484901428223,0.7271857261657715 +297,-2.4961057308256493,-1.3064954417508217,-1.4522902862373832,-0.15715524554252625,0.9652753472328186,0.20867572724819183,-0.5904169678688049,-1.3934544324874878,1.4778724908828735,0.26500439643859863,0.39574748277664185,-2.4186367988586426 +298,-2.7420176265733525,-1.364225490041791,-1.5998584104784246,-0.07979124039411545,0.9787399768829346,0.188947856426239,2.5390431880950928,-1.8556889295578003,-1.1340992450714111,-0.6790130734443665,-0.7222550511360168,-0.5229170322418213 +299,-1.328552043285091,-1.25361440922838,-0.23407866305657543,-0.30278390645980835,0.9501181244850159,-0.07481690496206284,2.468229055404663,0.02043452486395836,-3.3137662410736084,-0.28538137674331665,0.8896646499633789,-0.45879822969436646 +300,-1.3465672852490307,-0.9445816072946743,0.01718343999260496,-0.5714099407196045,0.810251772403717,-0.13031813502311707,0.1935337781906128,-0.6599060297012329,-1.94504976272583,-0.131669282913208,0.39168304204940796,0.22914928197860718 +301,-1.2984528381591331,-0.9597906673611407,-0.0972039948511556,-0.5525470972061157,0.8190714716911316,-0.15431687235832214,-1.21992826461792,0.25571367144584656,2.0553712844848633,1.1817585229873657,-1.0203197002410889,0.31520551443099976 +302,-1.4770904728197105,-1.0879507330713896,-0.21630124309793788,-0.46226438879966736,0.8856772780418396,-0.043444111943244934,-0.3925265073776245,-1.883437991142273,-0.3008016347885132,-0.27317872643470764,-0.6611900329589844,0.556612491607666 +303,-1.145079717242704,-1.0770516342512522,0.08437933702199397,-0.43162551522254944,0.8805643320083618,-0.19571922719478607,-1.097273826599121,5.420555591583252,2.5626492500305176,0.5782471895217896,0.17094933986663818,1.4365639686584473 +304,-1.9683032337845485,-1.3282016904835932,-1.0801229920218662,-0.2214919924736023,0.9707179665565491,0.09299509227275848,-4.058956146240234,-1.9610880613327026,0.721960186958313,-0.2219436764717102,0.7090000510215759,-0.33159685134887695 +305,-2.7017959108352585,-1.3014489958505366,-1.707021724163725,-0.11329462379217148,0.9639447927474976,0.24077972769737244,0.6505823135375977,-2.1773452758789062,0.8884131908416748,-0.5804157257080078,-0.48993051052093506,-0.9917105436325073 +306,-1.9585688841941273,-1.3056796469719154,-0.8136091558913509,-0.24256788194179535,0.9650619626045227,0.09907769411802292,1.9326025247573853,0.40263330936431885,-3.124199628829956,0.22846874594688416,-1.0673110485076904,0.333310604095459 +307,-1.3101600862294267,-1.0150953090338102,-0.16181019803560634,-0.5097219347953796,0.849530816078186,-0.13594432175159454,2.501812219619751,-4.00774621963501,-1.797408103942871,0.3215811252593994,1.802370309829712,0.49177926778793335 +308,-1.3705846905022967,-0.895247553454124,-0.10444299418207639,-0.6128345131874084,0.780363917350769,-0.12436274439096451,-0.2693321406841278,1.529125690460205,0.7341134548187256,0.8520312905311584,-0.26548659801483154,0.3096502423286438 +309,-1.2818339869198352,-1.1465056248977694,-0.10365341463598769,-0.39460670948028564,0.9113309383392334,-0.11730989068746567,-1.126617431640625,0.32228267192840576,0.7616137862205505,-0.7563179731369019,-0.8704984188079834,-0.5838161706924438 +310,-1.5260594022580174,-1.0539078934056396,-0.1506483078713586,-0.4936832785606384,0.8693610429763794,-0.022100618109107018,1.075136423110962,4.183660984039307,-0.7036966681480408,0.015488028526306152,0.8035669326782227,1.535589337348938 +311,-1.1022393200947203,-1.201686347294241,-0.2253376216741484,-0.3219003975391388,0.9326488375663757,-0.16293050348758698,-4.469815731048584,2.2112605571746826,1.1603338718414307,-0.1142568588256836,0.8067615628242493,0.7533540725708008 +312,-2.3038004897864277,-1.2658529215263834,-1.4357102716465897,-0.22312790155410767,0.9538639187812805,0.20089147984981537,-0.5636348724365234,-0.39875978231430054,1.2452062368392944,-0.10655348002910614,0.41027170419692993,-1.360147476196289 +313,-2.46154835916847,-1.3589709786104198,-1.4439790122636804,-0.13220784068107605,0.9776487946510315,0.1634749323129654,2.0249199867248535,-0.49526673555374146,-0.9027858972549438,-0.49624067544937134,-0.8538084626197815,0.0194321870803833 +314,-1.2852983045198831,-1.2157934402168376,-0.3549529696084356,-0.3335229456424713,0.9376454949378967,-0.09789447486400604,1.8034454584121704,3.0441861152648926,-2.5182485580444336,-0.1306340992450714,0.461936354637146,0.23423172533512115 +315,-1.3326127946924204,-0.9451335068273359,-0.1379463924637596,-0.569101095199585,0.8105751276016235,-0.13817337155342102,0.08702894300222397,-0.9994627833366394,-1.534472942352295,-0.10684794187545776,0.5100730061531067,0.12685133516788483 +316,-1.4012340168262625,-0.9801577396081651,-0.26820238600005164,-0.5489051342010498,0.830585241317749,-0.09397599846124649,-1.250176191329956,0.2053275853395462,2.4272541999816895,0.9621284008026123,-1.003162145614624,0.448330819606781 +317,-1.4298641627448985,-1.1702892600838881,-0.36912715227772985,-0.38601958751678467,0.9208633899688721,-0.05476564168930054,-0.270595908164978,-2.247972011566162,-0.027387024834752083,-0.31388577818870544,-0.7758592963218689,-0.05418216064572334 +318,-1.4846362791768168,-1.1296607171014228,-0.41806800567445657,-0.4253831207752228,0.9042673707008362,-0.03674199432134628,-0.4484318196773529,4.026458740234375,1.74555504322052,0.1794266700744629,0.5736837983131409,0.6453540325164795 +319,-1.8538061928209713,-1.297511012233872,-1.264576990018292,-0.25915980339050293,0.9628893733024597,0.07536778599023819,-3.742793321609497,0.13175328075885773,0.669910192489624,-0.27071690559387207,0.6683971881866455,-0.13010108470916748 +320,-2.528551503177102,-1.300219395061855,-1.7209457245189723,-0.15378616750240326,0.9636168479919434,0.21861542761325836,0.8114376068115234,-0.5672352313995361,0.07688295096158981,-0.5454325675964355,-0.3872617483139038,-0.5889767408370972 +321,-1.6986411487229889,-1.2905665214234983,-0.6885388092746609,-0.2743194103240967,0.9609919190406799,0.035262636840343475,2.2376742362976074,-0.8326791524887085,-2.549208164215088,0.23070979118347168,-1.1071405410766602,0.44631993770599365 +322,-1.2907160023397106,-0.9823229810520924,-0.23690814186031467,-0.5334619283676147,0.8317890763282776,-0.15344567596912384,1.8592870235443115,-3.4781885147094727,-2.048973798751831,0.045409440994262695,2.6393260955810547,0.23944418132305145 +323,-1.3043821145985484,-0.897222762811135,-0.2422597121462806,-0.6017767786979675,0.7815975546836853,-0.16422578692436218,-0.4550444483757019,0.9313331246376038,1.0410151481628418,0.8277289271354675,-0.3342403769493103,0.2194167971611023 +324,-1.2529021068827306,-1.166684995413108,-0.23404219289041436,-0.37350088357925415,0.9194521903991699,-0.12290195375680923,-1.5696378946304321,-0.011676440015435219,0.3968190550804138,-0.9299659132957458,-0.5858187675476074,-0.09320831298828125 +325,-1.6290849493479098,-1.0675992901627014,-0.40227996483030715,-0.4814096689224243,0.8760453462600708,0.028092527762055397,-1.0701675415039062,0.4010608196258545,-0.2723688781261444,0.2986398935317993,0.3292616009712219,0.6261433362960815 +326,-1.107151848819827,-1.2854937743205002,-0.3361049199252465,-0.25173479318618774,0.9595765471458435,-0.12586641311645508,-3.586665153503418,4.849916458129883,2.1040494441986084,-0.14633646607398987,0.7455320358276367,0.5340847969055176 +327,-2.727910924839076,-1.3161857882570263,-1.8946784236372225,-0.10124702751636505,0.9677614569664001,0.23062293231487274,1.060289740562439,-6.977312088012695,1.2118546962738037,0.47932928800582886,0.30897200107574463,-3.2337355613708496 +328,-2.3328468503212334,-1.4270757272373868,-1.3787563642167007,-0.10361383855342865,0.9896899461746216,0.09888510406017303,2.450510263442993,-2.2415690422058105,-2.5121850967407227,-0.6328211426734924,-0.8868608474731445,-0.27721452713012695 +329,-1.3549835338291525,-1.2066572912780076,-0.29911590272841143,-0.3478831946849823,0.934430718421936,-0.0762653574347496,1.4202443361282349,0.35749873518943787,-3.262169361114502,-0.5407428741455078,1.036226511001587,-0.9807415008544922 +330,-1.4564335803559356,-0.9745273558557302,-0.16411516900165599,-0.5578910112380981,0.8274365663528442,-0.06408156454563141,-0.5000134110450745,1.219132423400879,-0.628126323223114,-0.13691794872283936,0.11416804790496826,0.19718396663665771 +331,-1.4541233910627571,-1.1096311425319,-0.23313668528814702,-0.4419662654399872,0.8955346345901489,-0.05180076137185097,-0.6932013630867004,-0.6347353458404541,2.7572131156921387,0.9369919300079346,-0.951061487197876,0.3671541213989258 +332,-1.579110790314019,-1.0606929370489122,-0.2961754876499433,-0.48825058341026306,0.8726940155029297,0.004059635102748871,6.222715854644775,-8.005087852478027,-3.164512872695923,-0.45103466510772705,0.35766786336898804,-3.7279212474823 +333,-1.2350041796037123,-1.1963040209421616,0.034436455926360285,-0.3453700840473175,0.9306934475898743,-0.12053743749856949,-1.174757957458496,6.038512706756592,3.868656635284424,0.27653768658638,0.7103283405303955,0.999397873878479 +334,-2.2529932180643164,-1.4093458024306895,-1.3214545891515688,-0.12477269023656845,0.9869951605796814,0.10135302692651749,-2.9942870140075684,-0.788568377494812,0.9864092469215393,-0.45297083258628845,0.6024823784828186,-0.014667868614196777 +335,-2.9675410409188543,-1.3470114408822749,-1.9179846812451447,-0.03843114525079727,0.9750645160675049,0.21856896579265594,0.30329856276512146,-0.16168886423110962,0.5918114185333252,-0.6232815384864807,-0.39207184314727783,-0.6954977512359619 +336,-2.1297380720399466,-1.3953652145755202,-0.9520435054289995,-0.1479712426662445,0.9846513867378235,0.09255250543355942,1.4936853647232056,-0.3412710428237915,-3.3638358116149902,-0.1510857343673706,-1.0354785919189453,0.20276616513729095 +337,-1.464015617161677,-1.0656722778656273,-0.14094326609659785,-0.48115968704223633,0.8751144409179688,-0.051574744284152985,0.7508708834648132,-5.166147232055664,-2.5119383335113525,0.1324658989906311,2.6866226196289062,0.3448486328125 +338,-1.4684483245077542,-0.8870731203384838,-0.08961065159814198,-0.6283779740333557,0.7752262353897095,-0.06453873217105865,-0.4091014266014099,0.8617359399795532,0.05613459646701813,0.626897931098938,-0.256549596786499,0.22823502123355865 +339,-1.3978644550755075,-1.116953801699972,-0.1163557274988514,-0.43188318610191345,0.8987690806388855,-0.07543989270925522,-1.0869277715682983,2.283330202102661,1.6895722150802612,-0.6216903924942017,-0.564403235912323,-0.0825800895690918 +340,-1.6910148501099551,-1.1095002924682649,-0.21404256225228724,-0.4418962895870209,0.8954764008522034,0.053381532430648804,-1.280148983001709,0.6303132772445679,-0.8184633851051331,-0.40151795744895935,0.35015952587127686,2.9101345539093018 +341,-1.3459162774989546,-1.2515391377580471,-0.1935128409097883,-0.3059583306312561,0.9494687914848328,-0.0699877068400383,-1.8131381273269653,4.884145259857178,2.3841793537139893,0.178135484457016,0.8873687982559204,0.7214463949203491 +342,-2.4806972429816976,-1.3144508678305495,-1.5809846688138023,-0.1556333601474762,0.9673230051994324,0.20016106963157654,-3.530984401702881,-7.336893081665039,0.7439156770706177,0.2031644880771637,0.39762139320373535,-1.9106712341308594 +343,-2.746268059219116,-1.4046332249337032,-1.58456318148239,-0.06369674205780029,0.9862266182899475,0.15264277160167694,2.4783072471618652,-2.6581151485443115,-1.4802958965301514,-0.6614161729812622,-0.6746574640274048,0.11145639419555664 +344,-1.4661942515820026,-1.2394763919583436,-0.15083518448250566,-0.32351380586624146,0.9456138014793396,-0.03396417945623398,1.7660928964614868,1.2823469638824463,-2.852980613708496,0.11077576875686646,-0.052272677421569824,-0.1411457061767578 +345,-1.5187061641167432,-0.9689713833172856,-0.003455481451816231,-0.5653797388076782,0.8243038058280945,-0.02947738766670227,0.02433781698346138,1.5072944164276123,-1.4182898998260498,-0.322956383228302,0.10117220878601074,0.03584027290344238 +346,-1.3909178997758058,-1.0185048567157513,-0.06901397640674005,-0.5161744952201843,0.8513245582580566,-0.09386320412158966,-0.6175870299339294,-0.4258870482444763,2.4072108268737793,1.149841547012329,-0.9115510582923889,0.30428189039230347 +347,-1.4755387889544598,-1.1730600807252372,-0.13009787027481415,-0.385576456785202,0.9219402074813843,-0.03684056177735329,-0.7151744365692139,2.354184865951538,-1.1906150579452515,-0.9205911159515381,-0.4867290258407593,0.9735623598098755 +348,-1.5466767968980386,-1.1486271736114129,-0.13525368961348527,-0.40962082147598267,0.9122022986412048,-0.009881777688860893,0.3899083435535431,4.113067626953125,2.863386392593384,0.7172990441322327,0.3927292823791504,0.534066915512085 +349,-1.8409581696077244,-1.4469046961403311,-0.9971630524758628,-0.1190924420952797,0.9923352599143982,0.032980553805828094,-3.758524179458618,3.874699592590332,0.7002938389778137,-0.1665673553943634,0.6185198426246643,0.4012082815170288 +350,-3.063865431818166,-1.3201079784775254,-2.1135562923510887,-0.01926250569522381,0.9687418937683105,0.24732260406017303,0.28720659017562866,-0.3719869554042816,0.23126353323459625,-0.7005861401557922,-0.148215651512146,-0.6799702644348145 +351,-2.0435523124028374,-1.4139867293551966,-0.8239162552284951,-0.1390395611524582,0.9877305626869202,0.07111009210348129,1.5945264101028442,-1.012998104095459,-3.569737672805786,-0.0693955272436142,-1.1351914405822754,0.2592275142669678 +352,-1.3028570745583958,-1.089281511060631,-0.05738733463361239,-0.44659727811813354,0.886294424533844,-0.12260917574167252,1.4899342060089111,-3.700598955154419,-1.9793012142181396,-0.0018889904022216797,2.992337226867676,0.19395925104618073 +353,-1.3945285159916652,-0.94682429105762,-0.03239112604371915,-0.5752102732658386,0.8115641474723816,-0.10245434939861298,-0.2510468065738678,1.6153725385665894,0.4398540258407593,0.6240841150283813,-0.2736460566520691,0.37825697660446167 +354,-1.329442413220824,-1.172923408415433,-0.02158330034293504,-0.3762282133102417,0.921887218952179,-0.09260939061641693,-0.15395374596118927,0.7263734340667725,2.0089759826660156,-0.17725390195846558,-0.8649565577507019,-0.6370201110839844 +355,-1.6387464169160841,-1.0846897881486195,-0.15672295577027837,-0.46610888838768005,0.8841585516929626,0.031720977276563644,0.3376515805721283,0.5883510708808899,-0.1722271740436554,0.8386217355728149,-0.30961936712265015,0.9599936008453369 +356,-1.1476911236214136,-1.2890128013393778,-0.10538897970552379,-0.2535487413406372,0.9605610370635986,-0.11417355388402939,-2.9109842777252197,5.360210418701172,2.345400094985962,-0.3377751111984253,1.0997264385223389,0.5627819299697876 +357,-2.781929265089807,-1.2907839637393304,-1.8354541923995822,-0.09726996719837189,0.9610520005226135,0.2586839199066162,1.043351411819458,-6.262714862823486,1.2621396780014038,0.5487470626831055,0.3939130902290344,-3.5756242275238037 +358,-2.920105215037283,-1.3760905177323752,-1.8498565750134637,-0.042503390461206436,0.9811046123504639,0.1887514740228653,1.4649559259414673,-0.5750092267990112,-1.6531106233596802,-0.7936171889305115,-0.8983257412910461,-0.0989077240228653 +359,-1.4182182775488406,-1.263870334192245,-0.28050513054987847,-0.2986195385456085,0.9532667994499207,-0.04591967910528183,3.8743951320648193,0.38341495394706726,-2.9005956649780273,-0.026423126459121704,0.4784652590751648,-0.67893385887146 +360,-1.3263115651178101,-0.9573060189919087,0.04168602400929335,-0.5586041212081909,0.8176435232162476,-0.13935792446136475,0.5462127327919006,0.2179756760597229,-1.7833607196807861,-0.13675415515899658,0.05889761447906494,0.30914247035980225 +361,-1.2453716712172973,-1.0151171891536732,0.029957818533753764,-0.4998333156108856,0.8495423793792725,-0.16865409910678864,-0.7444534301757812,0.0420670211315155,2.771334171295166,1.1925671100616455,-1.121148943901062,0.6837450265884399 +362,-1.5183433347662227,-1.09051738697377,-0.19114506976301737,-0.4613911807537079,0.8868660926818848,-0.024223567917943,3.883923292160034,-4.486610412597656,-2.2929625511169434,-0.5717661380767822,-0.41480493545532227,-1.6034467220306396 +363,-1.2399834342464466,-1.1721713338904918,0.07703210932336933,-0.36710524559020996,0.921595573425293,-0.12607619166374207,-0.7301867008209229,3.9346795082092285,3.9711368083953857,0.49611836671829224,0.49467939138412476,0.785942554473877 +364,-2.15319978834334,-1.4416184563487395,-1.3592544692469628,-0.10758253186941147,0.9916681051254272,0.07085482776165009,-4.727393627166748,0.37452951073646545,0.6823137402534485,-0.21150928735733032,0.7335211038589478,-0.2561880350112915 +365,2.9835023243041348,-1.3594165354174639,-2.27314242559942,0.033030860126018524,0.9777423739433289,0.20719309151172638,0.8698689341545105,-2.220244884490967,0.2773556709289551,-0.9636949300765991,-0.5084124803543091,-0.9603211879730225 +366,-1.8428647126075273,-1.3518853709096716,-0.5967483362681323,-0.2091783583164215,0.9761345386505127,0.058357883244752884,1.7826589345932007,0.11907773464918137,-2.662003755569458,0.5886186361312866,-0.9249871373176575,-0.028175953775644302 +367,-1.372630587973439,-1.0470433754192463,-0.06688709055182873,-0.4903455674648285,0.8659483194351196,-0.09846193343400955,0.6887127161026001,-5.568815231323242,-2.5794858932495117,-0.209559828042984,1.2794069051742554,0.23829352855682373 +368,-1.4007964960255082,-0.9567537216110488,-0.12261000291832308,-0.5678703784942627,0.8173254728317261,-0.0974787250161171,-0.43214061856269836,1.2346755266189575,1.012965440750122,1.2687981128692627,-0.5215492248535156,0.3229731321334839 +369,-1.412667879599552,-1.1341083329228583,-0.14745665293476815,-0.41766390204429626,0.9061574339866638,-0.06660057604312897,-2.2653825283050537,-2.157832145690918,-1.3447340726852417,-1.297027349472046,-0.2505483031272888,0.028026342391967773 +370,-1.68933610543696,-1.1069658462249765,-0.28511683226239715,-0.4442374110221863,0.8943454027175903,0.052907854318618774,1.1398037672042847,2.8107728958129883,2.3828608989715576,0.7693870067596436,0.8460109233856201,0.5511418581008911 +371,-1.4547459383897239,-1.4410974660052376,-0.541319981588716,-0.12846674025058746,0.9916008710861206,-0.01497590634971857,-4.026150703430176,6.754236698150635,1.4077565670013428,-0.07700811326503754,0.7942116260528564,0.6808542013168335 +372,3.029063795068646,-1.3063703945041278,-2.2172723298276047,0.029348017647862434,0.9652426838874817,0.2597026228904724,0.11768399924039841,3.142893075942993,0.42170578241348267,-0.7819267511367798,0.11514073610305786,0.2352924644947052 +373,-2.40205186448349,-1.4029660107912418,-1.1661679779265561,-0.1125786080956459,0.9859495162963867,0.12340792268514633,1.6368184089660645,-3.6757543087005615,-5.19983434677124,-0.4021766483783722,-1.0786466598510742,-0.34624719619750977 +374,-1.3957739177298507,-1.0950390158707464,-0.08229628956279814,-0.45101457834243774,0.8889461159706116,-0.07975368946790695,1.6548995971679688,-1.0193145275115967,-2.8574559688568115,-0.36372846364974976,3.781311511993408,0.14652609825134277 +375,-1.4086365754274959,-0.8678151421905924,0.005641553545734289,-0.6380134224891663,0.76291823387146,-0.10437659174203873,0.13667622208595276,3.074941396713257,-0.3195722997188568,0.5168433785438538,0.06294834613800049,0.5380924344062805 +376,-1.432911625601549,-1.0268085802149194,-0.04051360158121074,-0.5126399993896484,0.8556516170501709,-0.07113660126924515,-0.932880163192749,-1.8903781175613403,2.000398874282837,0.12724876403808594,-0.9879301190376282,-0.05178820341825485 +377,-1.5640418507163836,-1.015499636694502,-0.128814743546427,-0.5271834135055542,0.8497440814971924,-0.0035609020851552486,1.3928829431533813,2.868082284927368,0.4558674991130829,0.7130202054977417,0.6023433208465576,0.012731432914733887 +378,-1.2979455905572355,-1.2364426182943113,-0.10025060086666866,-0.31601908802986145,0.9446225762367249,-0.08843151479959488,-2.5129268169403076,3.957247495651245,2.6917495727539062,0.07807353138923645,0.7560762763023376,0.6063910722732544 +379,-2.5078163980927033,-1.3378345773472138,-1.455161904390743,-0.1367131918668747,0.9729869365692139,0.18602599203586578,-2.2118148803710938,-4.820427894592285,1.4224084615707397,-0.13127687573432922,0.4241534471511841,-1.1493133306503296 +380,-2.9865227268492958,-1.3711073796270252,-1.7743491081068228,-0.030637282878160477,0.9801283478736877,0.19598457217216492,1.4258155822753906,-2.0793542861938477,-1.0510549545288086,-0.8433709144592285,-0.765986442565918,-0.3986976146697998 +381,-1.645354973383284,-1.2981841130779566,-0.28840473422658025,-0.2685002088546753,0.9630708694458008,0.020056191831827164,2.0450756549835205,2.204777479171753,-2.882655382156372,-0.07088574767112732,-0.07081317901611328,-0.05299997329711914 +382,-1.5245450488989483,-0.98647663747376,0.07441367309320501,-0.5510420799255371,0.8340875506401062,-0.025504590943455696,0.3118865489959717,-2.815028667449951,-2.5444467067718506,0.047044336795806885,0.3823277950286865,-0.06446123123168945 +383,-1.4136586339298973,-0.9370584752991562,0.08883385117204631,-0.5848650336265564,0.8058197498321533,-0.0926683247089386,-0.1619177758693695,-0.17485485970973969,1.9744614362716675,1.2531847953796387,-0.7103760242462158,0.3529832363128662 +384,-1.435081738585335,-1.1872845211999055,0.06605794556447317,-0.37073907256126404,0.9273563027381897,-0.05062590166926384,-2.2872753143310547,-0.7246713638305664,-0.14661802351474762,-1.517154574394226,-0.3185763955116272,0.12194550037384033 +385,-1.755806421549947,-1.1330848209987159,-0.06860294099419866,-0.41663429141044617,0.905724048614502,0.07797322422266006,0.11804982274770737,-1.6564565896987915,-0.23921777307987213,0.22852393984794617,0.6385111808776855,0.6472922563552856 +386,-1.0428746633313395,-1.303517868874815,0.22790573874482903,-0.22815126180648804,0.9644932746887207,-0.13304153084754944,-2.79123592376709,7.994003772735596,2.5613553524017334,-0.20954713225364685,0.8499142527580261,0.891067624092102 +387,-3.081414660381637,-1.365068881050423,-1.8688959626876438,-0.0122856879606843,0.9789126515388489,0.20390932261943817,-0.451082319021225,-10.40249252319336,1.3732901811599731,0.011064978316426277,0.36065638065338135,-1.7565522193908691 +388,-3.055930453282029,-1.4143324687978402,-1.8012429696506345,-0.013332130387425423,0.9877845048904419,0.15525522828102112,1.8200775384902954,-0.6372895836830139,-2.871328115463257,-1.1219980716705322,-0.9377509355545044,-0.37801826000213623 +389,-1.455741687220443,-1.2300704498913146,-0.12550302521724996,-0.33196189999580383,0.9425123333930969,-0.03836318477988243,3.089797258377075,-0.67734295129776,-3.4604034423828125,-0.24443885684013367,1.8431473970413208,-0.03979235887527466 +390,-1.4671187889886346,-0.9856391662076321,0.051605115271162925,-0.549364447593689,0.833625316619873,-0.05716170743107796,-0.11024057120084763,0.5289443731307983,-1.3781167268753052,-0.16761553287506104,0.3081439733505249,0.20558393001556396 +391,-1.3431112081796446,-1.0908089429554917,0.0016403799029510295,-0.4498504400253296,0.8870007395744324,-0.10423164814710617,-1.2064934968948364,0.27254563570022583,3.2211220264434814,1.0457977056503296,-1.0212781429290771,0.47454720735549927 +392,-1.4495041956531414,-1.1483457038947178,-0.12605931587962552,-0.4069846570491791,0.9120869040489197,-0.049607548862695694,1.432212233543396,0.15738244354724884,-2.6283116340637207,-1.327466607093811,-0.05545854568481445,1.0364086627960205 +393,-1.1388246138057883,-1.127783591135938,0.18698978920270848,-0.3892870843410492,0.9034643173217773,-0.17946508526802063,-1.6448471546173096,8.00062084197998,4.915988445281982,0.7950030565261841,0.8140649199485779,1.3894717693328857 +394,-2.3544968426991733,-1.426396338236578,-1.4977566040199513,-0.10192476958036423,0.989592432975769,0.10157929360866547,-4.609603404998779,-2.9019806385040283,0.40768879652023315,-0.10229890048503876,0.692155122756958,-0.28047335147857666 +395,2.9820115961653477,-1.3258223866778651,-2.2179882844232464,0.03853921219706535,0.9701436161994934,0.2394488900899887,0.609985888004303,-2.3238823413848877,0.6619791984558105,-0.7259171605110168,-0.5197958946228027,-0.6305316686630249 +396,-1.9855596752290556,-1.360193183967744,-0.6754756542915565,-0.19132500886917114,0.9779050350189209,0.084241583943367,2.2863690853118896,1.470036506652832,-2.925179958343506,0.38071709871292114,-0.7682797908782959,-0.23496794700622559 +397,-1.285690507427608,-1.0621764825886892,0.06500367185724326,-0.4673142433166504,0.8734174370765686,-0.13696536421775818,1.1654226779937744,-4.3757829666137695,-1.8797338008880615,-0.0464034378528595,1.1976885795593262,0.6444574594497681 +398,-1.3164425923779237,-0.9811975337735995,0.06438721899082368,-0.5381380915641785,0.8311638236045837,-0.13990767300128937,-0.36827850341796875,1.5823954343795776,1.3925789594650269,1.1602998971939087,-0.5607323050498962,0.2698209881782532 +399,-1.398026643095794,-1.1916846279328448,-0.020309950379764418,-0.3645857870578766,0.9289937615394592,-0.06362367421388626,-1.748746633529663,-2.2822787761688232,-1.2008335590362549,-1.4277421236038208,-0.3691639304161072,-0.17642760276794434 +400,-1.5013904766573918,-1.0843394258506016,0.020648513592103575,-0.46637141704559326,0.8839948177337646,-0.03242098167538643,2.4238381385803223,2.848602771759033,-0.06220691651105881,0.9847582578659058,0.2002185583114624,0.7791403532028198 +401,-1.0295741948989996,-1.3705032827441164,0.07312493064661128,-0.1705217957496643,0.9800083041191101,-0.10249930620193481,-4.360179424285889,3.070962429046631,1.7423371076583862,-0.1904401183128357,0.9209468960762024,0.4776976704597473 +402,-3.0447896922159328,-1.3614285731229072,-1.8574983428735072,-0.020088331773877144,0.9781625270843506,0.20686912536621094,-1.6474610567092896,1.1739505529403687,0.9766700863838196,-0.4854505956172943,0.23681867122650146,-0.7424221038818359 +403,-3.1223736922154606,-1.4358743982346518,-1.7800610393785397,-0.0025850292295217514,0.9909118413925171,0.1344875544309616,1.8066078424453735,-1.7842241525650024,-3.0547497272491455,-0.9186490774154663,-0.9323791861534119,-0.6307491064071655 +404,-1.3176864795702288,-1.2461509221947484,0.0013355016546265004,-0.30880939960479736,0.9477639198303223,-0.07987575978040695,2.431999444961548,0.14316768944263458,-3.547586679458618,-0.45893657207489014,1.3989766836166382,-0.48205965757369995 +405,-1.3954252863927235,-0.9968609237848214,0.14787092316779454,-0.5346133708953857,0.8397707939147949,-0.09472882747650146,-0.26032090187072754,-0.10006662458181381,-1.106458306312561,-0.22995871305465698,0.2772335410118103,0.27551496028900146 +406,-1.3171218572957824,-1.097146527434472,0.10229873952216086,-0.4415392577648163,0.8899093866348267,-0.11447331309318542,-0.7137718200683594,0.3092985451221466,3.454955577850342,0.9768023490905762,-1.0394761562347412,0.3713855743408203 +407,-1.4257237775815865,-1.1761628055958846,-0.06256213179305833,-0.38043150305747986,0.9231375455856323,-0.055580634623765945,-0.47933366894721985,2.002134323120117,-0.4831104278564453,-0.013306349515914917,-0.7625844478607178,0.46880388259887695 +408,-1.0704888321345265,-1.1977634203159744,0.2394244951218728,-0.31977343559265137,0.9312263131141663,-0.17482072114944458,-0.31639835238456726,5.44440221786499,2.559800624847412,0.43804433941841125,0.3217032551765442,1.1886910200119019 +409,-2.3093376330649695,-1.4561236256614285,-1.359872726419166,-0.08460976183414459,0.9934322834014893,0.07703027129173279,-3.666353940963745,-2.846173048019409,0.8490136861801147,-0.2598574161529541,0.5545872449874878,-0.4855690002441406 +410,3.0761421933691317,-1.3900892797345725,-2.083279934540708,0.01175474189221859,0.9837168455123901,0.17934101819992065,1.5460551977157593,-2.951871871948242,0.37599650025367737,-0.7269494533538818,-0.5526864528656006,-1.1576125621795654 +411,-1.5731638340721923,-1.3687498671979867,-0.29122355237641306,-0.20067410171031952,0.9796579480171204,0.0004750982625409961,1.7334240674972534,0.5781327486038208,-2.923762321472168,0.11174586415290833,-0.18816930055618286,-0.5837727785110474 +412,-1.31737411334431,-1.0542052399081,0.09238943396338692,-0.4781431555747986,0.8695079684257507,-0.1238345131278038,0.5838788151741028,-4.145164966583252,-2.7651891708374023,-0.7969269752502441,0.856337308883667,0.5077913999557495 +413,-1.3548547593234435,-0.9830447813149663,0.004850750693728074,-0.5416133403778076,0.8321895003318787,-0.11880932003259659,-1.0457595586776733,1.3549233675003052,1.405837893486023,1.2286860942840576,-0.9617366194725037,0.3029066324234009 +414,-1.4386175174204408,-1.1205506269055694,-0.08466117794524324,-0.4313909411430359,0.90034019947052,-0.05735515430569649,-0.6095208525657654,-2.312288522720337,-0.42703285813331604,-0.6942347288131714,-0.6294660568237305,-0.040438421070575714 +415,-1.2910213631852792,-1.156749412798223,0.01592739009309946,-0.38667458295822144,0.9155001640319824,-0.11109574139118195,1.577944040298462,1.4857650995254517,1.5731983184814453,0.5874496698379517,0.9547085762023926,0.20032918453216553 +416,-1.270283784766996,-1.3937252551936856,-0.1925240796963062,-0.16825328767299652,0.984363853931427,-0.05214134603738785,-3.18560791015625,1.3832770586013794,2.0147335529327393,0.09099805355072021,0.425731360912323,0.12663471698760986 +417,-3.078832189304268,-1.366406092734926,-1.9867319186009649,-0.012730104848742485,0.9791849255561829,0.20256999135017395,-0.953938364982605,-0.12093858420848846,1.0996654033660889,-0.5859332084655762,0.1465778946876526,-1.374002456665039 +418,-2.846607169870139,-1.4808575917532738,-1.6188273418934294,-0.026112783700227737,0.9959582090377808,0.08593961596488953,2.0098249912261963,-2.5459275245666504,-3.0212337970733643,-0.8155009746551514,-1.0023515224456787,-0.7999136447906494 +419,-1.2148987970504688,-1.2053001789352529,0.017156534505277262,-0.3350151777267456,0.9339465498924255,-0.12453396618366241,2.6292877197265625,0.07856704294681549,-3.5234975814819336,-0.2504798173904419,2.0577526092529297,-0.240059494972229 +420,-1.3786079214882903,-0.9603265500813726,0.05992287167595222,-0.5626979470252991,0.8193787932395935,-0.10949548333883286,-0.44241705536842346,1.3315478563308716,-0.9222669005393982,-0.12338292598724365,0.21960735321044922,0.05898892879486084 +421,-1.3094517751337813,-1.0741526624975615,0.017057543106622,-0.46029794216156006,0.879186749458313,-0.12311210483312607,-0.4804397225379944,-0.6628694534301758,3.2813217639923096,0.9222425222396851,-0.894933819770813,0.17705190181732178 +422,-1.4660678450967515,-1.1332258278278322,-0.1095746410560917,-0.4214184880256653,0.9057838320732117,-0.044296588748693466,2.6839957237243652,-7.925961017608643,0.413026362657547,0.5234693288803101,-1.047232747077942,-3.872741460800171 +423,-1.2597570395676787,-1.2598023709799027,0.012952927738750723,-0.2913217544555664,0.9520298838615417,-0.09365232288837433,0.3271765410900116,4.152543544769287,3.6905252933502197,0.4463510811328888,0.5601465702056885,0.5739074945449829 +424,-2.6017337731809103,-1.4666073712635033,-1.7990763890901438,-0.05345815047621727,0.9945772290229797,0.08921024203300476,-4.392310619354248,-2.288747549057007,0.9756520986557007,-0.46688181161880493,0.7888853549957275,-0.7900617122650146 +425,3.0047761769752754,-1.3674332847335204,-2.248737442417827,0.027545886114239693,0.9793928861618042,0.20007675886154175,0.4571327865123749,-1.9159115552902222,0.5051026940345764,-0.7823677062988281,-0.5092543959617615,-0.963001012802124 +426,-2.2529307697008036,-1.4473962163685814,-1.065466118188466,-0.09554416686296463,0.9923958778381348,0.07760075479745865,1.7551836967468262,-0.03262397274374962,-3.1592671871185303,-0.08855310082435608,-1.0813393592834473,0.28282713890075684 +427,-1.2858147237338688,-1.06283282543611,-0.06074261148071309,-0.4667809009552002,0.8737368583679199,-0.1367460936307907,1.0008717775344849,-5.958749294281006,-2.413714647293091,0.2294151782989502,2.7674221992492676,0.6302610635757446 +428,-1.4791337184980926,-0.9212488522253628,-0.17033538055036118,-0.6022870540618896,0.7963575720787048,-0.05536234378814697,-1.0094102621078491,2.4035301208496094,0.8906683921813965,0.7946240901947021,-0.3570265769958496,0.3050724267959595 +429,-1.3975590703745744,-1.1632424877470569,-0.21303662753643512,-0.39043208956718445,0.9180931448936462,-0.06832223385572433,-1.5086508989334106,-1.0128992795944214,1.0722192525863647,0.008428335189819336,-0.8574547171592712,0.01683908700942993 +430,-1.5524011972750784,-1.1196604005965758,-0.26726836951975574,-0.43591439723968506,0.8999524116516113,-0.008019606582820415,1.4979134798049927,3.291386365890503,1.1224955320358276,0.6864331960678101,0.7259020805358887,0.24651449918746948 +431,-1.0202403118606633,-1.4120814743987757,-0.28795692222755004,-0.1346949189901352,0.9874312281608582,-0.08268523961305618,-4.465309143066406,5.873829364776611,1.1716210842132568,-0.07494555413722992,0.8316605091094971,0.7343881130218506 +432,-3.0086034734908784,-1.3450811195549504,-2.140434754624069,-0.02967577800154686,0.9746342897415161,0.22182722389698029,-1.7056137323379517,2.181824207305908,0.8097360730171204,-0.8685175776481628,0.2662714123725891,-0.4436594247817993 +433,-2.34332581818108,-1.4743065849386787,-1.333131939576104,-0.06899415701627731,0.9953484535217285,0.0672408938407898,2.027846097946167,1.8792709112167358,-1.9191521406173706,-0.23110046982765198,-0.8541436195373535,-0.0039168596267700195 +434,-1.279026015181256,-1.1650524504951985,-0.22653793488221755,-0.37802085280418396,0.9188090562820435,-0.11353545635938644,2.3869192600250244,-6.242219924926758,-3.6400868892669678,0.13709980249404907,2.4508352279663086,-0.03252166509628296 +435,-1.396261653455341,-0.8780553657529975,-0.1476511792518602,-0.62894606590271,0.7694984078407288,-0.11090129613876343,-0.07962578535079956,1.2952907085418701,-1.331485390663147,0.21285420656204224,0.20054858922958374,0.14735448360443115 +436,-1.3342267980239944,-0.9727516452435594,-0.1700541709346754,-0.5473458766937256,0.8264380693435669,-0.13195623457431793,-0.6723201870918274,-1.1361428499221802,3.072035551071167,0.9816721081733704,-1.071662187576294,0.25712406635284424 +437,-1.5915539277488835,-1.1212933003153576,-0.31780595551543933,-0.4344242215156555,0.9006631374359131,0.009018899872899055,1.4300016164779663,-2.3829007148742676,-1.1131454706192017,-1.2865535020828247,0.14219868183135986,-2.3796396255493164 +438,-1.2977373116619921,-1.2220360028304282,-0.14530411063676435,-0.32907170057296753,0.939797043800354,-0.09215793013572693,-0.09567686170339584,4.7667694091796875,2.9004428386688232,0.3269813060760498,0.43331068754196167,0.9371591806411743 +439,-2.427655117069194,-1.439756581790204,-1.8437744661332103,-0.08556064963340759,0.9914265871047974,0.0987543836236,-5.119238376617432,1.2214362621307373,0.8940443992614746,-0.2088271677494049,0.6982247829437256,-0.193572536110878 +440,3.031094198812258,-1.3025774052091172,-2.4478955528640816,0.029224177822470665,0.9642444252967834,0.2633986175060272,1.1108603477478027,-0.7980626821517944,0.07321351021528244,-0.979816198348999,-0.37218815088272095,-1.1942609548568726 +441,-2.253960800099732,-1.4203418967766483,-1.2810697179777542,-0.11624936759471893,0.9887030720710754,0.0946163684129715,1.368822455406189,1.5824676752090454,-2.954611301422119,-0.059470854699611664,-0.6293891668319702,0.4043765068054199 +442,-1.4059973448545215,-1.090174045736069,-0.2511375210876719,-0.4560670256614685,0.8867073655128479,-0.07584726810455322,1.087145447731018,-3.456080436706543,-3.144702434539795,0.0673646628856659,0.8515280485153198,0.6298176050186157 +443,-1.3131921208797157,-0.9019682781578134,-0.2131922064751158,-0.5996066331863403,0.7845488786697388,-0.1579710692167282,-0.26115119457244873,2.1106135845184326,-0.0797010138630867,1.1847050189971924,-0.28755491971969604,0.5745207071304321 +444,-1.494499750902816,-1.1225684598712697,-0.3010336254755446,-0.43210864067077637,0.9012165069580078,-0.033032529056072235,-1.2889175415039062,-1.3915902376174927,2.3416192531585693,-0.019978851079940796,-0.8539446592330933,0.10627472400665283 +445,-1.8130804274294283,-1.0880349370985656,-0.4578442527568359,-0.4506681561470032,0.8857163786888123,0.11137765645980835,0.4983898401260376,-0.4637649953365326,0.8656622171401978,0.6693570613861084,1.0784409046173096,-1.2500038146972656 +446,-1.2412381216137043,-1.3483171577141935,-0.3567427401997058,-0.2087739109992981,0.9753534197807312,-0.07140721380710602,-2.792651414871216,7.44304895401001,1.9910767078399658,-0.0032011717557907104,0.8319126963615417,0.8794668912887573 +447,-3.0979337059755636,-1.2997711305950586,-2.0726103087070515,-0.011684617958962917,0.9634969234466553,0.26746392250061035,-0.5321693420410156,-8.118151664733887,0.7738569974899292,-0.2090642750263214,0.6917458772659302,-1.8041765689849854 +448,-3.1397300139956665,-1.322943083663122,-2.036020802655653,-0.00045694896834902465,0.969441294670105,0.245323047041893,1.5002388954162598,-3.131006956100464,-2.769660234451294,-1.0611733198165894,-0.83458411693573,-0.6895827054977417 +449,-1.6200208810225045,-1.2338857756474202,-0.416646119926127,-0.3301728665828705,0.9437804818153381,0.0162657517939806,3.319739580154419,1.9280003309249878,-3.7601799964904785,-0.2333952784538269,1.5126709938049316,-0.36514270305633545 +450,-1.5362007553090236,-0.9822809623657237,-0.06647770184786672,-0.554794430732727,0.8317657709121704,-0.019201092422008514,0.6344562768936157,-0.015503066591918468,-1.2912445068359375,-0.1284635066986084,0.26068711280822754,0.10869383811950684 +451,-1.3723485444743204,-1.0408333342608658,-0.03043839365308623,-0.4955802857875824,0.8628257513046265,-0.09965848922729492,-1.0298644304275513,-0.3070596754550934,2.7054355144500732,1.3172050714492798,-1.237490177154541,0.6836123466491699 +452,-1.6326895114524822,-1.1457310442626856,-0.28658983814723815,-0.41159072518348694,0.911011815071106,0.025507241487503052,2.6130104064941406,-4.200958251953125,-0.8141000866889954,-0.25929245352745056,-0.45367538928985596,-0.9901525974273682 +453,-1.5136422524825335,-1.2116019690781672,-0.10048873065015694,-0.35094594955444336,0.9361803531646729,-0.02007986046373844,1.3275262117385864,4.463354110717773,3.126817464828491,0.43406060338020325,0.34267401695251465,0.5607903003692627 +454,-2.351811458445346,-1.4061650999375788,-1.5160915654850753,-0.11639361083507538,0.986478865146637,0.11537773907184601,-4.46489953994751,-0.14094167947769165,0.6528008580207825,-0.21832320094108582,0.6899585127830505,-0.05148911476135254 +455,3.0955447078581098,-1.3064376299898375,-2.010307352444966,0.012027615681290627,0.9652602672576904,0.2610130310058594,1.3212491273880005,-0.7244344353675842,-0.38191473484039307,-0.9668768644332886,-0.4167984127998352,-1.1776237487792969 +456,-1.9062816907699462,-1.3027743730055745,-0.421608977177668,-0.25006017088890076,0.9642966389656067,0.08718733489513397,2.1925368309020996,-0.2692921459674835,-2.8722898960113525,0.12963786721229553,-0.361635684967041,-0.6683793067932129 +457,-1.406071561999733,-1.0247761869354644,0.1731837818157005,-0.5122610330581665,0.8545979857444763,-0.08515366911888123,0.38635656237602234,-5.794637203216553,-2.9490461349487305,-0.16381019353866577,0.7405559420585632,0.3065282106399536 +458,-1.330522945782406,-0.9285028052157123,0.19432796973483354,-0.5818250775337219,0.8007239699363708,-0.14255091547966003,-0.3933056592941284,0.9839009046554565,1.3640391826629639,1.4972914457321167,-0.7237128615379333,0.3752932548522949 +459,-1.4400589160216315,-1.1450223994099447,0.09340836084698446,-0.4095011353492737,0.9107193350791931,-0.05384423956274986,-2.1962146759033203,0.12587226927280426,-0.23180367052555084,-0.9075460433959961,-0.2893509268760681,0.19071555137634277 +460,-1.5740505222935484,-1.1888452349654601,0.06034433031342729,-0.37272971868515015,0.9279391765594482,0.0012129397364333272,0.7671746611595154,3.3490662574768066,-0.24507294595241547,-0.08413368463516235,1.3160183429718018,0.8556596040725708 +461,-1.1495927013962841,-1.3861160892402467,0.018098820821377357,-0.16758213937282562,0.9829950332641602,-0.07507964968681335,-2.8660008907318115,6.858896732330322,2.419532537460327,0.05552162230014801,0.6477116942405701,0.6821811199188232 +462,-3.1119693866411775,-1.312890062008613,-1.9186432104801396,-0.007554507348686457,0.966926097869873,0.2549448013305664,0.10078079253435135,-1.6429554224014282,1.214373230934143,0.9644637107849121,0.2548908591270447,-3.7704172134399414 +463,-2.9673568188701447,-1.426424522125149,-1.6953345882254842,-0.024940893054008484,0.9895964860916138,0.14169298112392426,2.8177220821380615,-3.930492401123047,-3.695507049560547,-0.9479595422744751,-0.8604155778884888,-0.973647952079773 +464,-1.2760579771332405,-1.178874779491251,0.08490581652603604,-0.3654941916465759,0.924176812171936,-0.11095688492059708,2.66837215423584,2.565037727355957,-2.916271924972534,-0.2807155251502991,1.773378849029541,0.17959092557430267 +465,-1.3741172621879516,-0.9400438021788731,0.1643681679749018,-0.5783827900886536,0.8075839281082153,-0.11524563282728195,0.11783840507268906,1.859104871749878,-0.9076998233795166,0.047163307666778564,0.25628936290740967,0.24648648500442505 +466,-1.292707788962666,-1.0427001350589422,0.11860988830046242,-0.4845314025878906,0.8637679219245911,-0.13832689821720123,-1.6218972206115723,-0.6935563683509827,3.0666847229003906,1.0775642395019531,-1.1795181035995483,0.551809549331665 +467,-1.4698150637584917,-1.1651985649032477,-0.08417173050218817,-0.39255771040916443,0.9188666939735413,-0.0397762693464756,0.2072632759809494,-0.3276870846748352,-0.8313338756561279,-0.2374471127986908,-0.4922463893890381,0.1536373496055603 +468,-1.2635831653224985,-1.1587129891764665,0.165368701000994,-0.38176703453063965,0.9162883758544922,-0.12111843377351761,0.19251392781734467,3.4599263668060303,2.820371627807617,0.41852545738220215,0.3502826690673828,0.772760272026062 +469,-1.6505407035732342,-1.4459938868695592,-0.6752407682123511,-0.12408392876386642,0.992222249507904,0.009916024282574654,-3.605429172515869,2.6207163333892822,1.3486244678497314,-0.11207637190818787,0.35621219873428345,0.20540070533752441 +470,3.090197628411361,-1.3467426624537298,-2.034767964890193,0.01141410879790783,0.9750047922134399,0.22189028561115265,0.10897508263587952,1.2201117277145386,0.7665262222290039,-0.6716161370277405,-0.16163510084152222,-0.6009490489959717 +471,-1.9131441509315408,-1.3959947343849366,-0.46328879543184875,-0.1638214886188507,0.9847610592842102,0.05838281661272049,1.8169620037078857,-2.208500623703003,-3.449705123901367,0.023226991295814514,-1.2873579263687134,0.06184125691652298 +472,-1.2835609522579423,-1.0754813410123942,0.1255901004839083,-0.4558359682559967,0.8798190355300903,-0.13465596735477448,1.3257615566253662,-3.106881618499756,-2.2889814376831055,0.46311435103416443,2.1315183639526367,0.7165193557739258 +473,-1.3542073549381453,-0.9324344320787213,0.13682622649857826,-0.5819585919380188,0.8030729293823242,-0.12805448472499847,-0.3055208921432495,1.4552353620529175,0.33932578563690186,0.5913428068161011,-0.06938457489013672,0.30337798595428467 +474,-1.2382734717218817,-1.203933206976712,0.13771614023272538,-0.33904045820236206,0.93345707654953,-0.11708632111549377,-1.3163665533065796,1.6273829936981201,2.1778199672698975,-0.43258121609687805,-0.6485450863838196,-0.012659125030040741 +475,-1.4657355932233307,-1.2182342734281222,-0.0189650704842863,-0.3433994948863983,0.9384911060333252,-0.036211129277944565,-0.49521318078041077,2.6948726177215576,-0.9217357635498047,0.031280964612960815,0.5069587230682373,1.2890797853469849 +476,-0.949936333262447,-1.3754319760003408,0.09601848844806554,-0.15789638459682465,0.9809769988059998,-0.11292877048254013,-2.5330135822296143,6.338736534118652,2.787579298019409,0.26330408453941345,0.8417158722877502,0.8974441289901733 +477,-3.1258616345546617,-1.3364886785260466,-2.2030094254708863,-0.003652107436209917,0.9726753234863281,0.23214048147201538,-2.118361234664917,-9.604374885559082,0.8021426200866699,0.38953161239624023,0.4066123366355896,-3.4852380752563477 +478,3.0526824152396745,-1.4222100897407401,-2.1619728416957953,0.013144943863153458,0.9889813661575317,0.1474553346633911,2.817854166030884,-2.8040220737457275,-2.756361246109009,-0.784614086151123,-0.7980176210403442,-0.2280980348587036 +479,-1.2331673333317676,-1.2722742362823845,-0.1421578182554799,-0.2775035798549652,0.9557722210884094,-0.09742357581853867,2.719621419906616,0.972162127494812,-3.83662486076355,-0.2644886076450348,1.5366594791412354,-0.6355171203613281 +480,-1.345277025949008,-0.9732702185423996,-0.017982300579235177,-0.5483527183532715,0.826729953289032,-0.12580415606498718,0.007719402667135,0.10948702692985535,-1.3676453828811646,-0.26640552282333374,0.38658779859542847,0.11301733553409576 +481,-1.341421988540144,-1.0571122378904785,-0.11791655212223334,-0.4785190522670746,0.870940089225769,-0.1117262989282608,-1.6436076164245605,-0.2108171135187149,3.3295536041259766,1.037631630897522,-1.168745994567871,0.6317458152770996 +482,-1.476093974889852,-1.1862321187717184,-0.30516690002872204,-0.3734738230705261,0.9269620180130005,-0.03547496721148491,-0.2612212896347046,1.729426383972168,-1.595413327217102,-0.8778841495513916,0.04387831687927246,1.0130140781402588 +483,-1.2554241935413546,-1.21030942582415,-0.053664189237472924,-0.33533361554145813,0.935725212097168,-0.10940632969141006,0.254404753446579,6.304752826690674,3.76662540435791,0.7570559978485107,0.631108283996582,0.7559517621994019 +484,-2.6573626040077243,-1.4757767050425195,-1.9926836655555293,-0.04416836053133011,0.9954890608787537,0.08397038280963898,-4.933154582977295,-1.1551309823989868,0.9418138265609741,-0.3466397523880005,0.7625524401664734,-0.5290082693099976 +485,2.90142336686304,-1.3163128893031073,-2.500960237471762,0.05988200008869171,0.9677934646606445,0.24451999366283417,0.6098724007606506,-0.764911949634552,0.15756718814373016,-0.9646061062812805,-0.33049488067626953,-1.023954153060913 +486,-2.2057523358371727,-1.4303103437368594,-1.1347347459918973,-0.11273370683193207,0.9901480674743652,0.08305463939905167,1.8019874095916748,0.6532230377197266,-3.2167422771453857,0.08146843314170837,-0.6546225547790527,0.20901381969451904 +487,-1.2295066140829232,-1.0908114047624449,-0.11561589469894623,-0.4351331293582916,0.8870018720626831,-0.1545543372631073,1.574184536933899,-4.700821399688721,-2.0741913318634033,0.15626341104507446,1.120154619216919,0.6623516082763672 +488,-1.3246122996307912,-0.9544063442245558,-0.09660924638271026,-0.5606635212898254,0.8159707188606262,-0.140884131193161,0.03224792703986168,2.4461662769317627,0.059009354561567307,0.7283881306648254,-0.24254542589187622,0.4584195613861084 +489,-1.3235968455889153,-1.1846374808547266,-0.11582061039019037,-0.36518386006355286,0.9263625741004944,-0.09215813875198364,0.4603407680988312,0.46178963780403137,2.145906448364258,-0.025761574506759644,-0.8003402948379517,-0.6916248202323914 +490,-1.6281340014708086,-1.1204704341370373,-0.2801187235226779,-0.4345438778400421,0.9003053307533264,0.024943076074123383,-0.2925218939781189,-0.3790700137615204,-0.6249651908874512,0.6713602542877197,0.6494841575622559,0.44156384468078613 +491,-0.9627669613819314,-1.339896936579521,-0.08408931062880552,-0.18783752620220184,0.9734609723091125,-0.1307329684495926,-3.3184654712677,8.028971672058105,2.2169671058654785,-0.02776920795440674,0.9679606556892395,1.0470842123031616 +492,-3.105624517423579,-1.322175533036303,-2.275603910331397,-0.008848683908581734,0.9692527055740356,0.24590842425823212,0.3210681080818176,-12.530364036560059,0.8986384868621826,0.5155625343322754,0.5434731245040894,-2.8941476345062256 +493,3.0843520035123766,-1.3736829179133432,-2.25210967217295,0.011203864589333534,0.9806360006332397,0.1955188512802124,1.5484696626663208,-1.9824906587600708,-3.1294384002685547,-1.1479531526565552,-0.7575067281723022,-0.1572803258895874 +494,-1.4873457739519629,-1.2603490514038334,-0.37115895712887575,-0.30442172288894653,0.9521970152854919,-0.025463297963142395,3.005282163619995,1.7375253438949585,-3.1106369495391846,-0.22235745191574097,1.1669435501098633,-0.4852026104927063 +495,-1.3779721858153022,-1.0120762902288163,-0.08477706040522914,-0.5202770233154297,0.8479343056678772,-0.10158410668373108,0.2262149155139923,-1.5667123794555664,-1.4666664600372314,-0.1551380157470703,0.1882137656211853,0.1700502634048462 +496,-1.2669490392217453,-1.0812802732335416,-0.04615979259577835,-0.44866031408309937,0.8825604915618896,-0.1406804621219635,-1.1480481624603271,0.06804054975509644,2.804799795150757,1.1751923561096191,-1.2222363948822021,0.6319829225540161 +497,-1.4193384021450406,-1.1529497823289323,-0.2166442820329824,-0.4011479616165161,0.9139649271965027,-0.06122591719031334,3.6382713317871094,-4.528042793273926,-2.614318609237671,-1.2442682981491089,0.06316220760345459,-1.6303787231445312 +498,-1.3062640643700354,-1.2042393722806901,-0.00022402669545468158,-0.34593626856803894,0.9335668683052063,-0.0937073677778244,-0.636425793170929,5.346292018890381,5.112288475036621,0.5882763266563416,0.7152521014213562,0.7880433201789856 +499,-2.860608123682142,-1.483300838851056,-2.1645943988190837,-0.024232089519500732,0.996174693107605,0.08395829051733017,-4.0276970863342285,3.9287092685699463,0.9533767700195312,-0.26325875520706177,0.6465103626251221,0.04114855080842972 +500,2.7477302755384967,-1.3296355527087182,-2.6315619695609542,0.09165274351835251,0.9710614085197449,0.2205432951450348,1.228680968284607,-1.4315682649612427,0.19617454707622528,-0.8530358076095581,-0.4820478558540344,-1.143608570098877 +501,-1.8825665063487904,-1.4500306663515896,-0.7745339027046426,-0.11466554552316666,0.9927166700363159,0.03695446252822876,1.4108744859695435,-0.533197283744812,-3.4105570316314697,0.041591182351112366,-0.8743693828582764,0.13560724258422852 +502,-1.3981335516510591,-1.1350824720389328,-0.1667941557191656,-0.4157818555831909,0.9065690040588379,-0.07251206785440445,0.14520923793315887,-4.16395902633667,-2.8757128715515137,-0.4037981927394867,1.1827712059020996,0.49057233333587646 +503,-1.4024605309244658,-1.0191390203105124,-0.19777808932675264,-0.516691267490387,0.8516570925712585,-0.08780860900878906,-0.061467837542295456,1.3083181381225586,0.7386296391487122,1.1556529998779297,-0.5056641101837158,0.30375099182128906 +504,-1.3409670609700053,-1.216761655692436,-0.21858169433053146,-0.3375692665576935,0.9379816055297852,-0.07897880673408508,-1.9224237203598022,0.3064309060573578,-0.1257641315460205,-1.1577768325805664,-0.40132999420166016,0.0857079029083252 +505,-1.5764395466048264,-1.088372653825212,-0.22008998196650437,-0.46392005681991577,0.8858731389045715,0.002618030644953251,2.044610023498535,1.799384355545044,0.10041588544845581,1.072486400604248,-0.2758115530014038,0.5470035076141357 +506,-1.1212487931299169,-1.4250414423615436,-0.2921298094720433,-0.13080884516239166,0.9893965721130371,-0.06311488896608353,-3.0650649070739746,7.947752475738525,1.8652572631835938,-0.011830329895019531,0.7409653663635254,0.7375686168670654 +507,3.013266530993284,-1.3258183065788747,-2.3532966859375772,0.031038157641887665,0.970142662525177,0.24054023623466492,0.4537242650985718,1.8151267766952515,0.5058425068855286,-0.5298632383346558,0.30520206689834595,-0.4890296757221222 +508,-2.577235250087707,-1.4023671282864314,-1.5731724569623313,-0.08966335654258728,0.9858493208885193,0.14164014160633087,1.451127052307129,-3.7412431240081787,-4.006374359130859,-0.6105777621269226,-1.068979024887085,-0.598473072052002 +509,-1.4615974969614327,-1.1840904148132592,-0.3526307533146268,-0.3748933970928192,0.9261564016342163,-0.041101422160863876,2.1197805404663086,0.42115774750709534,-3.323169708251953,-0.2213743031024933,2.020895481109619,-0.07729148864746094 +510,-1.4821418314068693,-0.9557471417714807,-0.17169414967794785,-0.5747325420379639,0.8167450428009033,-0.05108653008937836,0.11133164167404175,1.4161781072616577,-0.7100264430046082,-0.14607733488082886,0.07882368564605713,0.30461132526397705 +511,-1.4257249758682136,-1.0785645672707704,-0.16887204506841794,-0.4676298499107361,0.8812803626060486,-0.0683196485042572,-0.3498733639717102,0.19645632803440094,3.0062639713287354,1.0772948265075684,-1.2687314748764038,0.11066281795501709 +512,-1.7860784826145375,-1.074840640279523,-0.3239500690993676,-0.4648873209953308,0.8795143365859985,0.10165730118751526,-0.25112196803092957,-5.214125156402588,-0.6586225628852844,0.4590127170085907,1.027010202407837,-2.4222140312194824 +513,-1.2690201225319353,-1.281331084639149,-0.11737275693292426,-0.27254047989845276,0.9583966732025146,-0.08483735471963882,-2.0608630180358887,7.515902042388916,2.9470067024230957,0.10937830805778503,0.7887346148490906,0.8045028448104858 +514,-2.7457720958106013,-1.3422193247297378,-1.9003011587288963,-0.08736606687307358,0.9739898443222046,0.209072083234787,-3.455568790435791,-7.0526909828186035,0.8444539308547974,-0.2527676224708557,0.35265517234802246,-0.8211936950683594 +515,3.09848621174594,-1.3588495165346453,-2.0812495159424267,0.009065192192792892,0.9776232242584229,0.21016758680343628,1.9675952196121216,-2.423748731613159,-2.0262324810028076,-1.065629482269287,-0.6564410924911499,-0.26963117718696594 +516,-1.6976046075718745,-1.2585854737689623,-0.3682228800147602,-0.30469709634780884,0.9516568183898926,0.03884655982255936,3.1459033489227295,0.04130446910858154,-3.728250741958618,-0.07291215658187866,1.00520658493042,-0.621152400970459 +517,-1.6218102118070281,-1.0020599213251478,0.032588516284961754,-0.5378670692443848,0.8425821661949158,0.027462514117360115,0.6486823558807373,-0.2934621274471283,-1.7066153287887573,-0.25328582525253296,0.23833507299423218,0.13052701950073242 +518,-1.4520306454051064,-1.0350403770174976,0.09739719898582479,-0.5068952441215515,0.8598829507827759,-0.06048641726374626,0.1417209953069687,0.3193172216415405,2.7193355560302734,1.5240004062652588,-1.2236524820327759,0.19740355014801025 +519,-1.6058214422534962,-1.1548579680787376,-0.1311704589886174,-0.4038006067276001,0.9147375822067261,0.014148948714137077,0.4856618344783783,-1.3650950193405151,-1.6220283508300781,-0.9510272741317749,-0.5357550382614136,-0.13751626014709473 +520,-1.3254288859382446,-1.1021260890420805,0.30707472872942326,-0.43817105889320374,0.892169713973999,-0.1097237765789032,0.6733080148696899,4.0468621253967285,2.4442086219787598,0.6274410486221313,0.2810785174369812,1.0445992946624756 +521,-1.7625513219721625,-1.3785006600675713,-0.5637513015828592,-0.18761049211025238,0.9815680980682373,0.03642277047038078,-4.122291564941406,-1.5850218534469604,1.5464776754379272,-0.2366448938846588,0.40737855434417725,-0.2526397705078125 +522,-2.9987274027948807,-1.340053392564329,-1.6872223415700205,-0.03256242722272873,0.9734967350959778,0.22637127339839935,-0.04992854222655296,-0.043256908655166626,1.1727546453475952,-0.7803037762641907,-0.11428946256637573,-0.571631908416748 +523,-2.3602303867644205,-1.3965514232074248,-0.8671854073252359,-0.1220913752913475,0.9848577380180359,0.12308087199926376,1.5105197429656982,0.5098574161529541,-2.5133132934570312,-0.027063295245170593,-1.4954016208648682,-0.10710491240024567 +524,-1.3642961956108746,-1.1436414311766405,0.04481196398880519,-0.4054812490940094,0.9101480841636658,-0.0849427580833435,1.7712363004684448,-4.99069356918335,-2.3745856285095215,0.2976016402244568,4.122887134552002,0.07023323327302933 +525,-1.4992066874126957,-0.9843165963570074,0.1376332617086599,-0.5520147681236267,0.8328940868377686,-0.03958619013428688,-0.003773396834731102,1.4432810544967651,-0.10480929911136627,0.21461254358291626,0.05182570219039917,0.3025714159011841 +526,-1.3666850010736709,-1.1852013798381233,0.18724854475733252,-0.36830323934555054,0.9265748262405396,-0.07623652368783951,0.08197469264268875,1.591471791267395,3.2112581729888916,0.33297911286354065,-1.174575924873352,-0.1327630877494812 +527,-1.675854262852762,-1.2270069212714947,-0.07877397481738724,-0.3351988196372986,0.9414841532707214,0.03534543141722679,-0.5266185402870178,-9.701946258544922,-0.19827322661876678,0.6365445852279663,0.1252424716949463,-2.8339600563049316 +528,-1.0711647250505028,-1.32047113025446,0.26398687278698174,-0.21743746101856232,0.9688318967819214,-0.11868263781070709,-0.9723759889602661,6.143840312957764,2.6454179286956787,0.1614835113286972,0.36628156900405884,1.182006597518921 +529,-2.815422219897505,-1.3391411296749638,-1.6781502257320249,-0.07356425374746323,0.9732877016067505,0.21748383343219757,-3.5239644050598145,-6.302379608154297,0.4759833514690399,-0.09763937443494797,0.7230165004730225,-1.7071688175201416 +530,2.9605066460038407,-1.355262673691551,-2.050370554916477,0.038517262786626816,0.9768624305725098,0.21037141978740692,1.8483572006225586,-1.768921136856079,-0.7330566048622131,-0.7725566029548645,-0.6166024804115295,-0.017225757241249084 +531,-1.6220940672478967,-1.3609555264522442,-0.3122219815653524,-0.20803053677082062,0.9780640602111816,0.010680867359042168,3.259298324584961,2.552764654159546,-3.4621384143829346,-0.1149522066116333,-0.23262643814086914,-0.0768430233001709 +532,-1.3852044566333475,-1.0421749035021803,0.17718324261049317,-0.4956824481487274,0.8635031580924988,-0.09306562691926956,0.7019797563552856,-3.09226655960083,-2.569808006286621,-0.14184501767158508,0.42861104011535645,0.753710150718689 +533,-1.3361282332708027,-0.992453646520512,0.15879010625202064,-0.531654417514801,0.8373697400093079,-0.12710410356521606,-0.3627423346042633,1.4098756313323975,1.9936212301254272,1.4356460571289062,-0.8521097898483276,0.45046836137771606 +534,-1.3651598011858195,-1.214907959212437,0.07278107939364711,-0.34108248353004456,0.937337338924408,-0.07114467024803162,-2.093693971633911,-2.581270933151245,-2.5816397666931152,-1.8844270706176758,0.18119299411773682,0.283394455909729 +535,-1.3183360068511931,-1.119940598157301,0.28123260122324284,-0.4219233989715576,0.9000745415687561,-0.108841173350811,-0.015356856398284435,4.701260089874268,3.6628901958465576,0.7445857524871826,0.3535112142562866,1.213714838027954 +536,-1.7604526583557425,-1.4555486207008372,-0.7401511678653867,-0.11293067038059235,0.9933663010597229,0.021678565070033073,-4.8140034675598145,0.9692202806472778,0.8653036952018738,0.00321999192237854,0.8677786588668823,0.3111156225204468 +537,-3.0555347283607484,-1.3786908107518663,-1.8343904076189734,-0.016410380601882935,0.9816043972969055,0.1902189701795578,1.2371734380722046,-4.689149856567383,-0.14124463498592377,-0.9594044089317322,-0.5801916122436523,-1.3132352828979492 +538,-1.573213862759359,-1.3754495470378343,-0.2032831910386711,-0.19410613179206848,0.980980396270752,0.0004692594811785966,1.844239592552185,0.9032372832298279,-3.274287462234497,0.08248810470104218,-0.6781392693519592,0.13727188110351562 +539,-1.3118983458085773,-1.0248879788708662,0.3111417422207946,-0.5018911361694336,0.8546560406684875,-0.13292178511619568,0.5505275130271912,-2.158750057220459,-1.7801353931427002,-0.1447305679321289,0.4107704758644104,0.5797143578529358 +540,-1.238985915137783,-0.919824251138175,0.25791149966144067,-0.5729073286056519,0.7954951524734497,-0.19739460945129395,-0.44166263937950134,2.5222573280334473,0.41731077432632446,1.3047646284103394,-0.6581660509109497,0.6248390674591064 +541,-1.310969967769807,-1.1327896942174998,0.12278418019370865,-0.4098985493183136,0.9055989384651184,-0.10896563529968262,-1.8940885066986084,-0.7933525443077087,1.3820850849151611,-0.24171271920204163,-0.621449887752533,-0.1632358878850937 +542,-1.4276897542210343,-1.1161500455904536,0.09825883021033147,-0.4346556067466736,0.8984163999557495,-0.06263020634651184,0.6749435067176819,2.066760778427124,0.18956373631954193,0.5284361243247986,0.548803448677063,-0.33460187911987305 +543,-0.8893765095544861,-1.3418723162788615,0.11853763362314786,-0.17625150084495544,0.9739111065864563,-0.1429421454668045,-3.0983102321624756,5.502628326416016,2.00484299659729,-0.03222936391830444,0.6299706697463989,0.5238015651702881 +544,-2.918913158523452,-1.3597250433318993,-1.9536471822883021,-0.04626837000250816,0.9778070449829102,0.20433436334133148,-0.1517637073993683,0.895823061466217,1.7945923805236816,0.26857367157936096,0.19304555654525757,-2.4065287113189697 +545,-2.9248619593442635,-1.466690929235428,-1.8338057315809313,-0.022346312180161476,0.9945859313011169,0.10148690640926361,2.1438915729522705,-2.406848430633545,-2.6063973903656006,-0.7334977984428406,-0.9322842955589294,-0.6163032054901123 +546,-1.1633524456613056,-1.2291568948392766,-0.10501739895611509,-0.30760544538497925,0.9422066807746887,-0.132761150598526,3.8613932132720947,0.3263710141181946,-2.357278823852539,0.24176374077796936,1.9219138622283936,-0.1523950695991516 +547,-1.2077972461680153,-1.0153975605041425,0.07699268532145453,-0.4929225444793701,0.8496902585029602,-0.18722712993621826,0.43716907501220703,0.0768207460641861,-1.266400694847107,-0.21192669868469238,0.32406163215637207,0.16067683696746826 +548,-1.183052724342621,-1.0788398944177662,0.06092901661328799,-0.43728601932525635,0.8814104199409485,-0.17859622836112976,-1.229349136352539,0.2814705967903137,2.771334171295166,0.9765011668205261,-1.1949174404144287,0.6493604183197021 +549,-1.1772623593051559,-1.233244628797534,-0.002348033941829709,-0.3058628439903259,0.9435682892799377,-0.12699182331562042,0.25358283519744873,1.8669100999832153,-1.2972036600112915,-0.8332057595252991,-0.38038158416748047,1.0919575691223145 +550,-1.2523169034792707,-1.1582579226746847,0.012127167796341782,-0.38077399134635925,0.9161060452461243,-0.12554220855236053,-0.25108441710472107,4.9157490730285645,2.8641912937164307,0.7578186988830566,0.32319748401641846,0.9833303093910217 +551,-2.1413815573508983,-1.4540176941093108,-1.3445763949637344,-0.09805671870708466,0.9931890964508057,0.06293226778507233,-4.161104202270508,-0.0564405731856823,1.073914647102356,-0.21110163629055023,0.5196283459663391,-0.13289380073547363 +552,3.0870242987240917,-1.3442718439858952,-2.293887254297785,0.012249552644789219,0.9744528532028198,0.22425803542137146,1.0766373872756958,-1.7933614253997803,0.05394892394542694,-0.8845335245132446,-0.14394748210906982,-1.0846400260925293 +553,-1.8102292161615856,-1.3976050008316678,-0.7050304265869783,-0.16741140186786652,0.9850398302078247,0.04086775332689285,1.453433871269226,1.1792033910751343,-3.052992582321167,0.15270189940929413,-0.6426477432250977,0.21810436248779297 +554,-1.165896334869302,-1.0967360721539432,-0.0910910125602426,-0.41959041357040405,0.8897221088409424,-0.17982853949069977,1.958207607269287,-4.877809524536133,-1.8644673824310303,0.08086061477661133,2.300264835357666,0.2976416349411011 +555,-1.2974028559679232,-0.9751882566955085,-0.10170509861725557,-0.5401763916015625,0.8278075456619263,-0.15147355198860168,-0.4360467791557312,2.5654163360595703,0.4753807783126831,0.5321502685546875,-0.15384209156036377,0.5451502799987793 +556,-1.3047737429493018,-1.184120334981728,-0.16591495575922255,-0.36384686827659607,0.9261677265167236,-0.09914126992225647,-0.1847640722990036,-0.5554328560829163,2.9014008045196533,0.5720988512039185,-0.8497821092605591,-0.4036358594894409 +557,-1.5490226193316017,-1.226012904414777,-0.27271880679463184,-0.33791276812553406,0.9411486983299255,-0.007358776871114969,-0.5957011580467224,-8.080140113830566,-1.018592119216919,0.19707417488098145,0.36683470010757446,-2.0634725093841553 +558,-1.328360445454529,-1.3088039447979238,-0.27263665625855193,-0.2514311671257019,0.9658758640289307,-0.06217892840504646,-1.5248411893844604,5.842846393585205,2.346938371658325,0.020184248685836792,0.5816094875335693,0.8174432516098022 +559,-2.716437005259419,-1.339250105344096,-1.9290953158890323,-0.09465296566486359,0.9733127355575562,0.20905275642871857,-4.351013660430908,-7.527358055114746,0.6824651956558228,-0.1801730990409851,0.6020503640174866,-0.48728156089782715 +560,3.0578009486628837,-1.3704467448740285,-2.2399635179212063,0.016656091436743736,0.9799970388412476,0.19831429421901703,2.111453056335449,-2.22533917427063,-1.0401583909988403,-0.852029025554657,-0.7823957204818726,-0.3030506372451782 +561,-1.5100473356895319,-1.3619916828123333,-0.4307504145192034,-0.20690873265266418,0.9782794117927551,-0.012584982439875603,2.1086456775665283,1.6264004707336426,-3.104837656021118,-0.20579573512077332,-0.2757036089897156,0.08904683589935303 +562,-1.4306647782371766,-0.9996905788393091,-0.08611911586640386,-0.5352640151977539,0.8413037657737732,-0.07550223171710968,0.6861096024513245,-1.1625264883041382,-2.5370705127716064,-0.34153658151626587,0.5354358553886414,0.2263200879096985 +563,-1.306328792518326,-0.9722511083667456,-0.04710389721337382,-0.5438511967658997,0.8261561989784241,-0.14728085696697235,-0.27514851093292236,0.2159942239522934,2.1380653381347656,1.498486876487732,-1.037719488143921,0.32857048511505127 +564,-1.5191685064898572,-1.1699303699296983,-0.20931386498585838,-0.38969579339027405,0.9207234382629395,-0.020137038081884384,-1.0521035194396973,-1.3415738344192505,-1.0893052816390991,-1.2136672735214233,-0.28548485040664673,0.034739673137664795 +565,-1.4239914726401133,-1.1527148914799346,-0.07194557048695763,-0.40164101123809814,0.9138695597648621,-0.0593901164829731,1.965395212173462,1.8497236967086792,2.3962860107421875,0.9101706147193909,0.4603217840194702,0.660952627658844 +566,-1.4019246268905154,-1.480932550266382,-0.564591663421222,-0.08846580237150192,0.9959649443626404,-0.01508302055299282,-3.9937453269958496,6.233250617980957,1.562886118888855,-0.2991379499435425,0.9737005233764648,0.7648846507072449 +567,2.970440822845597,-1.267164336630932,-2.382580837528178,0.050922881811857224,0.9542568922042847,0.2946195900440216,-0.31805598735809326,-1.1522890329360962,0.6888558268547058,-0.7640881538391113,0.03902924060821533,-1.5429105758666992 +568,-3.127694166844796,-1.4370841514019748,-2.050885059164787,-0.0018528088694438338,0.9910738468170166,0.1333015263080597,1.9248968362808228,-1.1587426662445068,-2.41670298576355,-0.472573459148407,-0.9867861270904541,-1.0240333080291748 +569,-1.1255125805673827,-1.1817407577250338,-0.0034464103009523394,-0.3423270881175995,0.9252676963806152,-0.163376122713089,2.7653422355651855,-5.023202896118164,-4.081767559051514,-0.371097594499588,3.6604714393615723,0.3445589542388916 +570,-1.4165955138524369,-0.8836762491370301,-0.03139591683961051,-0.6267870664596558,0.7730759978294373,-0.09742448478937149,0.033868394792079926,2.695225238800049,-0.9993715286254883,0.11120784282684326,0.11849504709243774,0.3488435745239258 +571,-1.2711123820581125,-1.039732182159151,-0.03061342543223129,-0.48387840390205383,0.8622686266899109,-0.1495135873556137,-0.26518240571022034,-0.7445788383483887,3.572096109390259,0.9720529317855835,-1.1259405612945557,-0.054710015654563904 +572,-1.4237667169393151,-1.1168449605110184,-0.16678835502047676,-0.4337886571884155,0.8987213969230652,-0.0642433762550354,2.7685935497283936,-7.200234413146973,-2.213602066040039,-1.2312350273132324,0.8391478657722473,-3.6565206050872803 +573,-1.2284434850721173,-1.2424476582327695,-0.03772654384841168,-0.3037659227848053,0.9465761780738831,-0.10825802385807037,-1.7318453788757324,7.085507869720459,3.956949234008789,0.4392029345035553,0.6767300963401794,1.0606200695037842 +574,-2.662390168531564,-1.4170534634690122,-2.045950069401944,-0.07060748338699341,0.988204836845398,0.13588878512382507,-6.023214817047119,-4.411016941070557,0.3816913068294525,-0.2158762812614441,1.004180908203125,-0.7586609125137329 +575,2.8695739045650157,-1.4147926784737581,-2.424326507452759,0.04174455255270004,0.9878560900688171,0.14965814352035522,2.1718590259552,-1.345935583114624,-1.689165711402893,-1.0066341161727905,-0.5789816975593567,0.1929473727941513 +576,-1.5097841924926854,-1.3039395432041865,-0.3626311948025038,-0.2632099688053131,0.9646045565605164,-0.01607895828783512,2.8122544288635254,-0.3773057162761688,-3.3346645832061768,0.119060218334198,-0.13202404975891113,-0.6197395324707031 +577,-1.3563824351780056,-0.9786762765375467,-0.06400407783923216,-0.5453411936759949,0.8297592997550964,-0.11875417828559875,0.5812184810638428,-3.7936809062957764,-2.344226837158203,-0.32199883460998535,0.5766586065292358,0.13598132133483887 +578,-1.195766484003742,-0.9683629683156456,-0.07227297513884076,-0.5272650718688965,0.8239591717720032,-0.20756372809410095,-0.878828763961792,0.6483548879623413,1.84990394115448,1.363553524017334,-0.8222044706344604,0.46032559871673584 +579,-1.2991046133720925,-1.217108481914036,-0.18286222936938742,-0.33365491032600403,0.9381017684936523,-0.09294968098402023,-2.5748918056488037,-0.5562535524368286,-1.5313589572906494,-1.4329771995544434,-0.06345260143280029,-0.16037672758102417 +580,-1.5907882201841217,-1.19030476752466,-0.35171237995041915,-0.371302992105484,0.928482174873352,0.007424039300531149,-0.6128575205802917,2.800875663757324,1.3527615070343018,0.4539598822593689,1.491195559501648,0.24030232429504395 +581,-1.8909614817550986,-1.4708948091945384,-1.2792271943723974,-0.09466701745986938,0.9950140118598938,0.03138900175690651,-4.248632431030273,3.5669097900390625,1.4344342947006226,-0.044401563704013824,0.8161584734916687,0.2150557041168213 +582,2.8806923917000695,-1.3201637487438764,-2.484318600540365,0.06397627294063568,0.9687557220458984,0.23962430655956268,0.042526040226221085,0.13237732648849487,0.8843033909797668,-0.6505088806152344,-0.41750121116638184,-0.8833009600639343 +583,-2.297636025447903,-1.3960419639138724,-1.1135877623477908,-0.1299264281988144,0.9847692847251892,0.11553607136011124,2.459116220474243,0.9030029773712158,-2.4476122856140137,0.21359038352966309,-1.3340888023376465,0.19397318363189697 +584,-1.246549593270644,-1.0836054937052064,-0.14139783325466504,-0.44375064969062805,0.8836514353752136,-0.14914867281913757,2.006582021713257,-2.764708995819092,-1.0264869928359985,0.7463019490242004,2.020385980606079,0.40932631492614746 +585,-1.2001372909273968,-0.9854787738868459,-0.05706398829823462,-0.5149456858634949,0.833536684513092,-0.20011897385120392,0.18337507545948029,2.4417457580566406,0.47137778997421265,0.7463757395744324,-0.26667267084121704,0.49566650390625 +586,-0.7984278523300445,-1.1997209815833974,0.10298842331699515,-0.25972840189933777,0.9319379329681396,-0.2530467212200165,0.12370060384273529,2.210970163345337,0.5479964017868042,-1.5281133651733398,-0.2917555570602417,-1.4358417987823486 +587,-0.8488317607022431,-1.1612506365849475,0.11580382802076532,-0.2988472580909729,0.9173018336296082,-0.26314985752105713,-0.4538412392139435,4.688484191894531,-0.7519771456718445,0.04629901051521301,-0.1352277398109436,1.3327451944351196 +588,-0.7960366582066905,-1.3277736246331022,-0.04363607796472001,-0.17195697128772736,0.970615029335022,-0.1683366298675537,-3.1213154792785645,3.017465829849243,1.8303887844085693,0.11752885580062866,1.1292842626571655,-0.05679154396057129 +589,-3.050015828700297,-1.4920538429708847,-2.3687385304626836,-0.007193469908088446,0.9969013929367065,0.07833150029182434,-1.8176378011703491,-0.18288658559322357,1.139367938041687,-0.6258478760719299,0.3602762818336487,-0.753044605255127 +590,2.540611196375342,-1.397703716761318,-2.9663636445830863,0.09738747030496597,0.9850568175315857,0.14205150306224823,1.2800788879394531,-0.7379884719848633,-0.24007746577262878,-0.7338621020317078,-0.7575483322143555,-0.5952833890914917 +591,-1.0977682554397055,-1.3907554917150509,-0.2765688593784393,-0.15940651297569275,0.9838363528251648,-0.081581249833107,3.227424383163452,-0.23006011545658112,-4.071084022521973,-0.47476401925086975,0.9740340709686279,-0.4968336820602417 +592,-1.15649587105278,-1.086754203024282,-0.22436811513039148,-0.4259902536869049,0.8851211071014404,-0.18733076751232147,-0.36078694462776184,-3.2579784393310547,-1.980656385421753,-0.3101547360420227,0.2478744387626648,0.15412767231464386 +593,-1.1458209423327457,-1.0886945125717236,-0.3950407794563802,-0.42240074276924133,0.8860223889350891,-0.1911589354276657,-1.7621147632598877,1.6145153045654297,1.54256010055542,1.1514198780059814,-1.140340805053711,0.6851164102554321 +594,-1.0540548926871611,-1.244910776129846,-0.5023092411451607,-0.2783474028110504,0.9473676085472107,-0.1581689864397049,-1.0115106105804443,0.539717435836792,-0.1981189250946045,-0.2047305703163147,-0.6855725049972534,0.6153985857963562 +595,-1.1285793323882467,-1.2636239340280695,-0.4769032619354448,-0.2732785940170288,0.9531923532485962,-0.12939514219760895,-0.1992356777191162,4.695438861846924,2.7017366886138916,0.4819273054599762,0.644463837146759,0.8769689798355103 +596,-1.165674057219014,-1.5681619391716637,-1.1050004815440135,-0.0024342606775462627,0.999996542930603,-0.001043918775394559,-3.4012327194213867,2.382375955581665,0.7648153901100159,-0.40480756759643555,0.559756875038147,-0.008324980735778809 +597,2.766049588507285,-1.393630118746041,2.9660416260464384,0.06464090198278427,0.9843470454216003,0.16395753622055054,-0.6129084825515747,1.52871835231781,0.7163069844245911,-0.7863510847091675,-0.43419158458709717,-0.8291797637939453 +598,2.8365517392734914,-1.5391300345702268,3.1220853922972918,0.009508146904408932,0.9994986653327942,0.030197229236364365,1.912699818611145,-1.4799569845199585,-2.3804380893707275,-0.3814411461353302,-1.0407127141952515,-0.29760754108428955 +599,-1.0993123590370761,-1.2100345704084245,-0.8227043185919182,-0.31447431445121765,0.9356281757354736,-0.16032975912094116,1.7907198667526245,-4.009948253631592,-1.850833535194397,0.24658799171447754,2.9574227333068848,0.27023881673812866 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/er8.csv b/BoostRunClub/CoreML/DataSet/Motion/running/er8.csv new file mode 100644 index 0000000..46e17ba --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/er8.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-1.3137994867107132,-1.014313290093446,-0.9031766981900189,-0.5108559727668762,0.8491180539131165,-0.1342572569847107,-0.2824283540248871,2.4222521781921387,-0.8204501271247864,0.13291096687316895,0.12013566493988037,0.3729810118675232 +1,0.05337393390638211,0.25279066816254236,-1.2136683743536245,0.05165308341383934,-0.25010690093040466,-0.9668394327163696,0.1060703694820404,-0.17566290497779846,-0.08393678814172745,0.04112035036087036,-0.11711111664772034,-0.22661149501800537 +2,0.035455084216942934,0.22911537341759214,-1.2207044223329029,0.034521326422691345,-0.22711610794067383,-0.9732556343078613,-0.5256420969963074,-0.3965933620929718,-0.139207661151886,0.0032899491488933563,-0.11072874069213867,0.042454302310943604 +3,-0.010113710202507835,0.20997211727505932,-1.2419714404538178,-0.009891411289572716,-0.2084326297044754,-0.9779866933822632,-0.3936101794242859,-0.17272791266441345,-0.157148540019989,0.07027044147253036,-0.1602807343006134,0.06873071193695068 +4,-0.05439553472380893,0.1953761403011457,-1.2587806715734178,-0.05333433300256729,-0.19413553178310394,-0.979523777961731,0.08890736103057861,-1.0456396341323853,-0.4712904095649719,0.019963368773460388,-0.24618734419345856,0.16551315784454346 +5,-0.19583783784203293,0.1929605412319688,-1.3671373117429575,-0.19097702205181122,-0.19176532328128815,-0.9626805782318115,-0.13914823532104492,-2.3797290325164795,-1.153275728225708,0.2971019148826599,-0.21353861689567566,0.016208410263061523 +6,-0.39396058475654916,0.1408586191866568,-1.3718176106613262,-0.38004690408706665,-0.14039328694343567,-0.9142505526542664,-0.8501452207565308,-1.8877050876617432,0.7926275730133057,-0.04011911153793335,-0.4321317672729492,-0.22085076570510864 +7,-0.6529652572788232,0.13593129396497763,-1.3687216875713717,-0.6019400954246521,-0.1355130672454834,-0.7869589328765869,0.5488041639328003,-1.6199419498443604,-0.325586199760437,-0.2449837327003479,-0.1377260535955429,-0.09077239036560059 +8,-0.6122598587963994,0.23988108842140995,-1.4541021876304108,-0.5582619309425354,-0.2375871241092682,-0.7949188351631165,-0.38584965467453003,-0.017329802736639977,-2.2862892150878906,-0.1626242995262146,0.09433761239051819,0.20957642793655396 +9,-0.6132627361802611,0.3374476612425013,-1.5451696578019634,-0.5430799126625061,-0.33107978105545044,-0.7716543078422546,0.1250067949295044,-0.05980908125638962,-1.3410618305206299,0.3067823648452759,-0.06654897332191467,0.3262655735015869 +10,-0.5924284881746456,0.4098195981221644,-1.5948091672831333,-0.512139618396759,-0.39844387769699097,-0.7608912587165833,0.21111755073070526,-0.5172092318534851,-0.11295847594738007,0.41245388984680176,0.020102202892303467,0.24032241106033325 +11,-0.5737524607487046,0.3901823527761188,-1.6044837538244454,-0.5019913911819458,-0.3803570568561554,-0.7767452001571655,-0.9753158688545227,0.6828481554985046,0.08761952072381973,0.4304581880569458,0.2653821110725403,0.23614156246185303 +12,-0.49017600815158874,0.27447146762147195,-1.6320721994821887,-0.4531591832637787,-0.2710382342338562,-0.849226176738739,-1.7144432067871094,0.7358400225639343,1.2404589653015137,0.23328006267547607,0.3241083323955536,-0.363939106464386 +13,-0.49822896606902484,0.0326053977112502,-1.5603721462054703,-0.477616548538208,-0.03259962052106857,-0.8779633641242981,-2.2634027004241943,-0.3362807631492615,1.1698477268218994,-0.6594226360321045,0.24785536527633667,-0.5439574122428894 +14,-0.6131713788480885,-0.13466926304071877,-1.5539676100598356,-0.5702536106109619,0.1342625766992569,-0.8104223608970642,-0.6485345363616943,-1.7499035596847534,1.8936951160430908,-0.07755821943283081,-0.2073979675769806,-0.1557794213294983 +15,-0.688473048433582,-0.3146020127006511,-1.3979090313817946,-0.6041750907897949,0.3094380497932434,-0.734316349029541,-0.3002999722957611,-0.720255970954895,2.2165117263793945,0.12007474899291992,-0.2940877079963684,0.24315118789672852 +16,-0.6352954974404228,-0.4699727599880081,-1.1869934935224877,-0.5290776491165161,0.4528619945049286,-0.7176300287246704,0.3794890344142914,-0.1793479472398758,1.9323958158493042,-0.4297999143600464,-0.432140588760376,-0.1351684331893921 +17,-0.5918265480437437,-0.47420852792207163,-1.0686877020041456,-0.4963184893131256,0.4566344618797302,-0.7383447289466858,0.013002807274460793,-0.3366265892982483,0.04298019781708717,-0.6201213598251343,-0.598831057548523,-0.1703314185142517 +18,-0.668522113992001,-0.43041414117416343,-1.1237901934925032,-0.5632943511009216,0.4172472059726715,-0.7131649255752563,0.3792060315608978,-0.25150737166404724,-1.6368236541748047,-0.4354848861694336,-0.5119279623031616,-0.40487706661224365 +19,-0.7006079238199411,-0.22146519524796335,-1.2575557626856042,-0.6289371848106384,0.21965926885604858,-0.7457799315452576,0.9100201725959778,0.2363007515668869,-2.8206989765167236,-0.6491236686706543,0.11261613667011261,-0.26647281646728516 +20,-0.7622433681996071,-0.042305394404651205,-1.3933084480287403,-0.6899279356002808,0.04229277744889259,-0.7226415276527405,0.6779971122741699,-1.1475063562393188,-1.7105263471603394,-0.31580936908721924,0.2176254391670227,-0.11050361394882202 +21,-0.8499197987115111,0.17967591601494565,-1.4904679712188138,-0.7391339540481567,-0.1787107139825821,-0.6494178175926208,0.6384211182594299,-0.5717706084251404,-2.4189350605010986,0.23638737201690674,0.6919858455657959,0.20308297872543335 +22,-0.9006575813320661,0.29810188783835434,-1.5603867385750094,-0.7491693496704102,-0.29370632767677307,-0.5937017202377319,0.12231188267469406,-0.6310919523239136,-0.349545419216156,0.44815927743911743,0.7866873741149902,0.1612219214439392 +23,-0.9222747662090153,0.24090695767605377,-1.5500334054469445,-0.7739625573158264,-0.2385834902524948,-0.5865662097930908,-1.0285284519195557,0.32372599840164185,1.4192320108413696,0.4096437096595764,0.7791565656661987,0.05339360237121582 +24,-0.8867630584460325,0.014117491786673738,-1.481841654294219,-0.7749530673027039,-0.014117022976279259,-0.6318610906600952,0.24367792904376984,0.18830859661102295,3.118408679962158,-0.39754748344421387,0.160113126039505,-0.6404930353164673 +25,-0.8652506221062326,-0.17131606979368888,-1.289702188361311,-0.7501139640808105,0.17047929763793945,-0.6389568448066711,-0.1456727683544159,-0.25837481021881104,2.629560708999634,-0.22258806228637695,-0.08234456181526184,0.09382140636444092 +26,-0.8635201273505027,-0.3624185045759968,-1.2038201683893068,-0.7107577919960022,0.35453668236732483,-0.6075583100318909,-0.6085942983627319,0.0637940764427185,1.5459785461425781,0.1171908974647522,-0.41599905490875244,0.23773103952407837 +27,-0.8069882936793826,-0.5083272050787084,-1.10319907397562,-0.6308913826942444,0.486716628074646,-0.604220986366272,-0.09775933623313904,0.15876799821853638,1.9311213493347168,-0.17664951086044312,-0.5220407247543335,-0.09859883785247803 +28,-0.7122926861341415,-0.600641778462422,-1.0074602142867586,-0.5391782522201538,0.565172016620636,-0.6243935823440552,-0.27781733870506287,0.7304369807243347,-0.0935116782784462,-0.9196382164955139,-0.27002131938934326,-0.38659268617630005 +29,-0.724860153192513,-0.5991645015886573,-1.105858325785949,-0.5475354790687561,0.5639526844024658,-0.6181926727294922,-0.05597994476556778,0.49626433849334717,-1.7684545516967773,-0.6704210042953491,-0.3992951512336731,-0.42978090047836304 +30,-0.7419551278296161,-0.3811476262867291,-1.3033172724808006,-0.6272388696670532,0.3719859719276428,-0.6842498183250427,0.2630959749221802,0.6816774010658264,-2.827275276184082,-0.2139628529548645,0.12101021409034729,-0.005310118198394775 +31,-0.7166436895975381,-0.19183603496883897,-1.461163698279735,-0.6448081731796265,0.19066156446933746,-0.7401828169822693,0.4766714870929718,0.815848708152771,-1.9774773120880127,0.07867658138275146,0.27082526683807373,0.2928256392478943 +32,-0.7191962818773161,-0.0872364317064181,-1.529350645493785,-0.6562750935554504,0.08712582290172577,-0.7494745254516602,0.22605077922344208,-0.5640761852264404,-0.9211727380752563,0.25466376543045044,0.42256349325180054,0.47380924224853516 +33,-0.7763970074801245,-0.061194973494406696,-1.5070705636434079,-0.69940185546875,0.06115678697824478,-0.7121074199676514,-0.3510796129703522,0.11220481991767883,0.09015775471925735,0.2867889404296875,0.8011174201965332,0.43737292289733887 +34,-0.8064154298681193,-0.23289912551399122,-1.5026573478436764,-0.7023230791091919,0.2307993471622467,-0.6734047532081604,-1.333346962928772,-0.12969538569450378,1.739113688468933,-0.060738444328308105,0.6954702138900757,0.0818520188331604 +35,-0.7974671572485805,-0.3963005326773426,-1.4809711252541153,-0.6601276397705078,0.38600826263427734,-0.6443827748298645,-0.022026631981134415,-0.5524312853813171,1.571696400642395,-0.3572216033935547,-0.09172722697257996,-0.7499958872795105 +36,-0.8766516505068365,-0.5258774721635461,-1.2475611658308143,-0.6647507548332214,0.5019721388816833,-0.5532906651496887,2.1516659259796143,-3.034071207046509,3.8388707637786865,-0.14277487993240356,-1.031162142753601,-0.6724783778190613 +37,-0.9122515029385514,-0.49119849672307164,-1.0369995604962694,-0.697376012802124,0.4716830253601074,-0.5396127104759216,-0.389182448387146,0.28634753823280334,-0.04209635406732559,0.12974905967712402,0.07442906498908997,0.6141824126243591 +38,-1.0239530627370153,-0.6553999608818977,-1.2568998808809624,-0.6771897673606873,0.6094763875007629,-0.4122529625892639,-2.8150761127471924,-0.866298258304596,0.9736902713775635,0.17807477712631226,-0.25058966875076294,-0.2631773352622986 +39,-1.1273729782644797,-0.6961007211976682,-1.2633060269255618,-0.6931368112564087,0.6412304639816284,-0.3292187452316284,0.6499485373497009,-0.5240440964698792,0.5944011807441711,-0.1673978567123413,0.12930786609649658,-0.2551165819168091 +40,-1.143704904222334,-0.759395897725538,-1.3026169446660902,-0.6601059436798096,0.6884834170341492,-0.3004177510738373,-0.8795998692512512,1.4543707370758057,0.3880385160446167,0.5374710559844971,0.12021708488464355,0.33961760997772217 +41,-1.0239866522676073,-0.8353247244887007,-1.2749292435373285,-0.573106050491333,0.7415144443511963,-0.34886354207992554,0.3389078676700592,0.9936814904212952,0.9819653034210205,0.05949527025222778,0.4389054775238037,0.22996702790260315 +42,-1.1352092867910712,-1.0917132398252116,-1.3828895453225876,-0.41792184114456177,0.8874179720878601,-0.1945010870695114,-1.5673656463623047,-1.4695509672164917,1.7212679386138916,-0.07005423307418823,-0.2990696430206299,-0.5930507779121399 +43,-1.3119379373566078,-1.2058844895634706,-1.394868800004531,-0.34497711062431335,0.9341552257537842,-0.0913497656583786,-0.18367834389209747,-2.0576648712158203,1.0859432220458984,-0.22965362668037415,-0.19443970918655396,0.05730742961168289 +44,-1.4528423902511312,-1.2602431207052431,-1.4236300185739714,-0.3034617006778717,0.9521646499633789,-0.03596143424510956,0.4795006513595581,-0.8502529859542847,-0.46045035123825073,-0.8820393681526184,-0.11036789417266846,-0.308032751083374 +45,-1.3394737106402732,-1.085360033317942,-1.3213628427185518,-0.4541662335395813,0.8844714760780334,-0.10697381943464279,0.4598844051361084,1.179381251335144,-1.3557051420211792,0.3132513165473938,0.23184633255004883,-0.12099248170852661 +46,-1.2499677755894236,-0.9032583521626782,-1.3584816805074647,-0.587466835975647,0.7853481769561768,-0.19522063434123993,-0.569513738155365,1.2000243663787842,-1.2451748847961426,-0.0035823583602905273,0.07861971855163574,0.2867123484611511 +47,-1.2037552134728706,-0.7089331327605689,-1.4486585334855404,-0.7084985375404358,0.651024341583252,-0.27239149808883667,0.6630915999412537,1.296359658241272,-2.9413959980010986,0.4990869164466858,-0.7468342781066895,0.23599934577941895 +48,-1.1663550607403943,-0.45733178983031186,-1.5224275490903292,-0.8248472213745117,0.4415556788444519,-0.35306617617607117,-0.011370930820703506,0.03635620325803757,-1.5806547403335571,0.2795133590698242,-0.335919052362442,-0.09119349718093872 +49,-1.187922982314126,-0.29743241652180297,-1.5322915445614533,-0.8868663311004639,0.2930663228034973,-0.35718390345573425,2.2732644081115723,-0.3077429234981537,-2.6099982261657715,-0.5291950702667236,-0.3084014356136322,-0.8223357796669006 +50,-1.183906042266432,-0.04045828374294686,-1.5530762943063317,-0.9253290295600891,0.04044724628329277,-0.3770016133785248,-1.326608419418335,0.5732191205024719,-1.6635934114456177,0.11755925416946411,0.2616920471191406,0.07377898693084717 +51,-1.1926904456927248,-0.04551290773977592,-1.6723173749767943,-0.9284031391143799,0.04549719765782356,-0.3687784969806671,-2.0557403564453125,-0.4676364064216614,0.155695378780365,0.4654514789581299,0.15767359733581543,0.3952372074127197 +52,-1.300570533054802,-0.23888963608437055,-1.7817430296589585,-0.9363424777984619,0.23662394285202026,-0.25936803221702576,-0.6801771521568298,-1.3896288871765137,0.7179496884346008,0.2086966633796692,0.08007223904132843,0.08158794045448303 +53,-1.4088217066933366,-0.3562856498344755,-1.8526813378663038,-0.9249317049980164,0.3487955629825592,-0.1511395275592804,-0.5974239110946655,-1.219800591468811,1.7827354669570923,0.12477606534957886,-0.005091339349746704,-0.5309131145477295 +54,-1.4377851122465903,-0.493704163636698,-1.872606904325432,-0.8728054165840149,0.4738909602165222,-0.11678242683410645,-0.5805584192276001,1.2953037023544312,1.2110562324523926,-0.48998749256134033,-0.3636462092399597,-0.21796488761901855 +55,-1.119201482601899,-0.4808687364544622,-1.8518351486629772,-0.7977144718170166,0.4625495672225952,-0.3869103193283081,1.322512149810791,3.958204984664917,0.2332402467727661,-0.2113950252532959,0.09610521793365479,-0.2081671953201294 +56,-0.8592676081695885,-0.43550758162669373,-1.7289677975815871,-0.686669111251831,0.4218706488609314,-0.5920394062995911,2.3451623916625977,-1.655773639678955,0.6082245707511902,0.13881760835647583,0.5172619819641113,-0.6863266229629517 +57,-1.0625854988002936,-0.2638186687111446,-1.3837103600930893,-0.8433905243873596,0.26076897978782654,-0.46977871656417847,0.8063711524009705,-1.819855809211731,0.02145543321967125,0.6348791718482971,-0.24514400959014893,1.1473910808563232 +58,-1.0704120569981879,-0.2946288738419937,-1.4465617767760286,-0.8395911455154419,0.2903847396373749,-0.4590897262096405,-0.5388830304145813,0.8820514678955078,0.01440642960369587,0.3010321855545044,-0.3727211654186249,0.2120041847229004 +59,-1.0569714740183136,-0.22355004986671945,-1.5991423021922104,-0.8492006063461304,0.22169272601604462,-0.4792812466621399,0.44822603464126587,-0.5448463559150696,-1.4202383756637573,0.10039085149765015,-0.21148459613323212,-0.6045962572097778 +60,-1.0446949211969407,-0.18013566968005573,-1.637705750855699,-0.8507788181304932,0.17916305363178253,-0.4940403997898102,0.20906440913677216,-0.12597572803497314,-1.4602947235107422,-1.0490624904632568,0.5744990706443787,-0.2885065972805023 +61,-1.1202835277815075,-0.1839304822986422,-1.712970475650811,-0.8850392699241638,0.18289515376091003,-0.42808258533477783,-0.7681139707565308,0.4925285875797272,1.313725471496582,0.5066366791725159,0.6087613105773926,0.343304842710495 +62,-1.1451110018707702,-0.40351492337402733,-1.7084436768617504,-0.8376099467277527,0.39265337586402893,-0.37977999448776245,-0.47789865732192993,-0.9641894698143005,2.1568117141723633,0.21360182762145996,-0.054701775312423706,0.11124053597450256 +63,-1.242116074136299,-0.5421090671176445,-1.7639042921181909,-0.8107666969299316,0.5159438252449036,-0.2765127718448639,-0.7994967103004456,-0.9229130744934082,0.45386582612991333,-0.039239346981048584,-0.2788984775543213,-0.178641676902771 +64,-1.331110575893395,-0.6125201204162954,-1.7466241069462478,-0.794811487197876,0.574931263923645,-0.19423893094062805,0.8818344473838806,-0.6405799388885498,0.8941720128059387,-0.4148595333099365,-0.2907668352127075,-0.35695433616638184 +65,-1.2287417640245997,-0.5422726277939903,-1.680180824139102,-0.8069166541099548,0.5160838961601257,-0.2873028516769409,-0.5114121437072754,1.552553415298462,-2.651984691619873,-0.9488053917884827,0.29827767610549927,-0.3173419237136841 +66,-1.1259935659334852,-0.32485265037721883,-1.6940518892122693,-0.8554825782775879,0.31916913390159607,-0.40777525305747986,1.4946295022964478,0.4529057741165161,0.1185571700334549,0.6858506202697754,0.34615984559059143,0.29162538051605225 +67,-1.0390712150189023,-0.31389931793630926,-1.5792052055838544,-0.8198168277740479,0.30876976251602173,-0.4822463393211365,0.8306612372398376,-0.32741254568099976,0.34717121720314026,0.3266528248786926,-0.36505943536758423,0.14992520213127136 +68,-1.0079801674031268,-0.2840221091451038,-1.5754007684254994,-0.8118716478347778,0.28021886944770813,-0.5121932625770569,-0.9619725346565247,0.016200358048081398,-0.25418204069137573,0.31878387928009033,-0.371481716632843,-0.049848973751068115 +69,-1.0642569614534592,-0.2703538254541826,-1.6484833094043687,-0.8426663279533386,0.2670724391937256,-0.46753156185150146,0.14251641929149628,-0.9972350597381592,-1.1878784894943237,-0.8864290714263916,-0.0699288547039032,-0.614667534828186 +70,-1.0396061730653938,-0.18879531714986528,-1.711711823044482,-0.8468843102455139,0.18767575919628143,-0.4975588023662567,0.15895487368106842,-0.3174832761287689,1.4542721509933472,0.4805513620376587,0.5736004710197449,-0.1862790584564209 +71,-0.9822556788708228,-0.4142244151997436,-1.6177876118506402,-0.7614094614982605,0.4024800658226013,-0.5081982612609863,-1.9883511066436768,0.20795436203479767,2.6272120475769043,0.1385762095451355,-0.03600972890853882,0.2884412407875061 +72,-1.1146546444678846,-0.6538796627922542,-1.737057766512183,-0.7125779986381531,0.6082704067230225,-0.34962818026542664,-2.6597349643707275,0.4594886004924774,1.0876941680908203,0.09227770566940308,-0.19851088523864746,0.21728867292404175 +73,-1.1911642531115636,-0.7494498234442738,-1.8836597403444184,-0.6799414753913879,0.6812360882759094,-0.2712872326374054,-0.13054408133029938,-0.2924340069293976,0.2976014316082001,-0.004979729652404785,-0.4588087797164917,-0.42137017846107483 +74,-1.0670627160174173,-0.7285749127230836,-1.7487896327196797,-0.6534451842308044,0.6658070087432861,-0.36015307903289795,1.649075984954834,2.3619978427886963,0.6887696385383606,-0.377316415309906,-0.4353078007698059,-0.26040658354759216 +75,-0.68732279442742,-0.6614220453907792,-1.6077024846595158,-0.5006727576255798,0.6142396330833435,-0.609947919845581,-0.20799261331558228,2.6923582553863525,0.35967209935188293,-0.5977769494056702,0.4795103669166565,0.12548136711120605 +76,-1.0126519439834831,-0.9480642102155489,-1.7536414928076633,-0.4947412610054016,0.8122879862785339,-0.308900386095047,-1.7484338283538818,-3.007660388946533,0.724109411239624,0.3026483952999115,-0.06663674116134644,-0.08004617691040039 +77,-0.7473447041095194,-0.8538305489728109,-1.7832903150066342,-0.4466269016265869,0.7538029551506042,-0.48198068141937256,-1.1840729713439941,2.2077603340148926,1.3025944232940674,0.3543722629547119,-1.3615758419036865,1.00796639919281 +78,-0.9959977254006123,-1.04357742390208,-1.9083579938553388,-0.42227959632873535,0.8642096519470215,-0.2735356390476227,3.8320584297180176,-10.56658935546875,-1.5847134590148926,0.15894341468811035,1.0551629066467285,-3.1373071670532227 +79,-0.9735757049936165,-1.0306723481094138,-1.9487272831463438,-0.4252277910709381,0.8576449155807495,-0.28918224573135376,1.0997287034988403,1.9686238765716553,0.6685386300086975,-0.1770213544368744,1.4147701263427734,-1.0477622747421265 +80,-0.867083913270238,-1.172624193379202,-1.825995150814174,-0.295626163482666,0.9217712879180908,-0.250884473323822,-2.990300416946411,-2.396869659423828,0.8479373455047607,-0.033765316009521484,-0.18069767951965332,1.0421442985534668 +81,-2.1294541478733873,-1.184780985947654,-2.924537069632891,-0.31925973296165466,0.9264166355133057,0.19956330955028534,-1.8653572797775269,-1.1926698684692383,-1.3463740348815918,-0.32986441254615784,-0.25931763648986816,0.1442171335220337 +82,-2.2082079117073317,-1.0644719253552024,-2.4192179891576298,-0.38973739743232727,0.87453293800354,0.2886115610599518,2.656538724899292,-4.683113098144531,-0.6432790160179138,0.19051870703697205,0.04004824161529541,-0.26105430722236633 +83,-2.404661068880426,-1.0741450036735176,-2.523892610313007,-0.32020628452301025,0.8791830539703369,0.3528527319431305,-1.4035475254058838,-0.7976515889167786,0.3837461471557617,-1.1867974996566772,-0.21278595924377441,-0.9713525772094727 +84,-2.0660057098427114,-1.0890043495728183,-2.2430864355537725,-0.40770280361175537,0.886165976524353,0.2201995998620987,2.279282331466675,3.247669219970703,-1.5691168308258057,-0.7258114814758301,0.20921647548675537,-0.15220648050308228 +85,-1.4891725576867787,-0.9887976585145534,-1.8479880497310839,-0.5478647947311401,0.8353656530380249,-0.044818367809057236,3.4980783462524414,-2.31536865234375,-1.0647807121276855,0.48992711305618286,1.1707990169525146,-0.6419644951820374 +86,-1.2679284388739007,-0.8297410882219738,-1.510079393017376,-0.6443410515785217,0.737756609916687,-0.2013445794582367,0.24565142393112183,1.7958568334579468,-1.3251657485961914,0.102669358253479,-0.5862826704978943,0.4704333543777466 +87,-1.0734298757764986,-0.763965023146389,-1.552709549125271,-0.6346108317375183,0.691789984703064,-0.34452253580093384,-1.161746859550476,2.7091293334960938,0.2048351764678955,0.9423958659172058,-0.35138165950775146,0.7835789322853088 +88,-1.2434505897616777,-0.868779544836187,-1.7568794376852959,-0.611468493938446,0.7635414004325867,-0.20763139426708221,-1.2793083190917969,-1.54256010055542,-0.44164276123046875,-1.3333709239959717,0.17572855949401855,0.1892293244600296 +89,-1.229553866485143,-0.8451743500313313,-1.6950988720531666,-0.6253373622894287,0.7480868101119995,-0.22207945585250854,-0.5213459730148315,1.1685398817062378,0.2743684649467468,1.0200974941253662,0.11371427774429321,1.8230620622634888 +90,-1.3186004291361464,-0.9846221408934076,-1.6429433303975711,-0.5356793403625488,0.8330631256103516,-0.13803508877754211,-0.7301023006439209,-0.03402857109904289,1.3021361827850342,0.08546870946884155,0.565221905708313,0.8784220218658447 +91,-1.9233861561602759,-1.063255025487792,-2.38560990009231,-0.45613011717796326,0.8739421367645264,0.16784046590328217,-4.127831935882568,-1.3229725360870361,0.7599942684173584,0.18615639209747314,-0.17389947175979614,-1.0618834495544434 +92,-2.1739022901555836,-1.09841822323379,-2.4589997910160597,-0.37473204731941223,0.8904887437820435,0.25808030366897583,-0.5984290838241577,-1.8876076936721802,0.6226539015769958,-0.1852501928806305,-0.12118655443191528,-0.11069566011428833 +93,-2.375409040794899,-1.122332811915513,-2.5702258436231524,-0.30064114928245544,0.9011143445968628,0.31242233514785767,0.27643635869026184,-0.31541773676872253,0.014257336966693401,-0.8581875562667847,0.00045114755630493164,-0.20136895775794983 +94,-1.9251686464529945,-1.1083705154844106,-2.1863598573224885,-0.4184006154537201,0.8949729204177856,0.15480461716651917,2.223104953765869,3.5880353450775146,-1.914655089378357,-0.5386916399002075,0.45159995555877686,0.022151589393615723 +95,-1.4333637287868417,-0.9626192809903104,-1.770391412369858,-0.565984845161438,0.8206909894943237,-0.07827822118997574,2.483819007873535,-2.334712266921997,-1.4496968984603882,0.2990323305130005,0.6925688982009888,-0.35299623012542725 +96,-1.2087409929570598,-0.8061828777419202,-1.5725250636451542,-0.6473797559738159,0.7216500043869019,-0.24519585072994232,0.3285484313964844,1.2630558013916016,-1.5030505657196045,0.24375420808792114,-0.5531318783760071,0.6296563148498535 +97,-1.0278885177295665,-0.7825164998961374,-1.6492692227925283,-0.6071739792823792,0.7050662040710449,-0.36636221408843994,-1.6011019945144653,3.046994209289551,0.6406185030937195,0.8187829852104187,-0.3605991005897522,0.7499834299087524 +98,-1.1956269090770473,-0.8375870324496232,-1.8221630670904323,-0.622707724571228,0.7430303692817688,-0.24523615837097168,-0.8297338485717773,-1.5524555444717407,-0.7956258654594421,-0.6386600136756897,-0.2936590909957886,0.04615476727485657 +99,-1.2759245152775769,-0.8614060232130928,-1.8876587039898438,-0.6232576370239258,0.7587591409683228,-0.18929967284202576,1.9463056325912476,-0.5625420808792114,0.20952360332012177,-0.7511166930198669,0.9704278111457825,-1.8497170209884644 +100,-1.4810849734966671,-0.9695736186617728,-1.8756231641727068,-0.563376784324646,0.8246446251869202,-0.05067731812596321,0.7077460885047913,-2.340522527694702,0.9798052310943604,0.6088326573371887,-0.043959081172943115,0.4538755416870117 +101,-1.7061243809314706,-1.0702337443084802,-2.196151531123728,-0.47553157806396484,0.8773127198219299,0.06474851071834564,-3.9414453506469727,-0.7376800775527954,0.9076805710792542,-0.22953134775161743,-0.07694333791732788,-0.09248899668455124 +102,-2.183684856179308,-1.0900676124328532,-2.485773899557819,-0.37825947999954224,0.8866581916809082,0.2660023272037506,0.7952477335929871,-2.10845685005188,0.313514769077301,-0.10725998878479004,-0.16314733028411865,-0.09125861525535583 +103,-2.4598852768663706,-1.099982221515859,-2.606082923742546,-0.28582969307899475,0.8911992907524109,0.352228581905365,-0.056592635810375214,-0.44166144728660583,0.44462189078330994,-0.7682473659515381,-0.07155835628509521,-0.5350746512413025 +104,-2.2752155147733704,-1.1155619043300795,-2.4175870343994363,-0.33502545952796936,0.8981579542160034,0.28472843766212463,2.1230878829956055,2.1346096992492676,-1.726256251335144,-0.7468990087509155,0.05161011219024658,-0.7217401266098022 +105,-1.561493500446306,-1.009675773993939,-1.9000394468694835,-0.5321123003959656,0.8466593623161316,-0.0049502914771437645,1.8235982656478882,-0.504302978515625,-1.7144509553909302,-0.12616711854934692,1.2267963886260986,-0.027489900588989258 +106,-1.3083836115612855,-0.8649283244368046,-1.5527526937945093,-0.6264877915382385,0.7610487937927246,-0.1682787984609604,0.657427966594696,0.14408844709396362,-0.8251104950904846,0.2557450532913208,-0.19476467370986938,0.5694018006324768 +107,-1.0968341097409853,-0.7399918434093419,-1.5600456769987374,-0.657069742679596,0.674281895160675,-0.3370508551597595,-1.210810899734497,3.578686237335205,-0.08880113065242767,0.727748453617096,-0.5042227506637573,0.8695826530456543 +108,-1.0879918251484695,-0.8656993835478123,-1.8157546189776996,-0.5740265846252441,0.7615486979484558,-0.3008936643600464,-0.47719115018844604,-3.4461445808410645,0.19116295874118805,0.2531190514564514,0.3162252902984619,-2.825448989868164 +109,-1.2407719658894576,-0.8662434533744402,-1.8818065432272437,-0.6127399802207947,0.7619011998176575,-0.20989535748958588,0.20914989709854126,-1.10212242603302,0.9186331033706665,0.29273271560668945,0.5484471917152405,0.17422033846378326 +110,-1.289903599263812,-0.9397568671132374,-1.7408555661360177,-0.5668619871139526,0.8074146509170532,-0.16355165839195251,0.5327682495117188,-3.6406116485595703,1.5369689464569092,0.5557383298873901,-0.14866220951080322,0.4437946081161499 +111,-1.495336686333552,-1.0728874159587727,-1.9419244227505976,-0.4762301445007324,0.8785831928253174,-0.03600452095270157,-4.979031562805176,-0.564176082611084,0.568173348903656,-0.3374294936656952,-0.12878161668777466,0.10517257452011108 +112,-2.075841400749902,-1.0613326531210874,-2.4263395027726813,-0.42682021856307983,0.8730062246322632,0.2359766960144043,0.0627281665802002,-2.6424903869628906,0.14405611157417297,0.20440801978111267,-0.23109936714172363,-0.1539301574230194 +113,-2.3309656126003824,-1.095960193045491,-2.498716949453879,-0.33133646845817566,0.8893676400184631,0.3150259852409363,0.06818993389606476,-1.947211503982544,0.6162444949150085,-0.40349629521369934,-0.30043941736221313,-0.532982587814331 +114,-2.3556128456309224,-1.1297494360958562,-2.4616101409050137,-0.3020299971103668,0.9043052792549133,0.3016788363456726,1.015894889831543,1.0761021375656128,-0.7660156488418579,-0.9434229135513306,0.008826494216918945,-0.7519198656082153 +115,-1.5469902211653228,-1.0418944941768988,-1.8612379454608912,-0.5044425129890442,0.8633617162704468,-0.012011080980300903,2.2281301021575928,2.4097583293914795,-1.8646067380905151,-0.34977495670318604,0.8826099038124084,0.414766788482666 +116,-1.3014791298146124,-0.8734924006124906,-1.5548869123596787,-0.6190053224563599,0.7665762901306152,-0.17085981369018555,0.572633683681488,1.7812026739120483,-0.6634894013404846,0.4733755588531494,0.03791278600692749,1.2690043449401855 +117,-1.1550750858065642,-0.7453650668638335,-1.5732490383875217,-0.6722503900527954,0.6782401204109192,-0.2967650890350342,-0.6064209342002869,2.3578732013702393,-0.5324933528900146,0.7147156596183777,-0.7195457220077515,0.5585906505584717 +118,-1.0596423629789429,-0.8650653427241504,-1.8021463346643476,-0.5656880736351013,0.7611376643180847,-0.3172801434993744,-1.8930938243865967,-1.6831681728363037,0.709592342376709,0.38368117809295654,-0.1618027687072754,-1.8011432886123657 +119,-1.2187834501679538,-0.8443170826509825,-1.9128557640226336,-0.6235110759735107,0.7475176453590393,-0.22902263700962067,-0.9728913307189941,-1.385593295097351,0.04067038744688034,0.8838412761688232,-0.025120794773101807,0.488498330116272 +120,-1.3273804148791237,-0.9197990361574242,-1.838987570432559,-0.588115930557251,0.7954798340797424,-0.14605283737182617,0.518257737159729,-3.5892333984375,1.24001145362854,0.8279078006744385,0.03444570302963257,0.33410215377807617 +121,-1.495948260423202,-1.0773860423140684,-1.915241778413497,-0.4723059833049774,0.8807227611541748,-0.035417355597019196,-3.209489583969116,1.6768577098846436,0.8378582000732422,-0.2775871753692627,0.10414046049118042,0.6767594814300537 +122,-2.1027533679048163,-1.0934758463611502,-2.4813339440469275,-0.3959187865257263,0.8882290720939636,0.23301757872104645,1.0965431928634644,-2.597524404525757,0.03514285758137703,-0.1023111343383789,-0.17570477724075317,-0.38148561120033264 +123,-2.3784994124739134,-1.11951612804482,-2.5382250267799598,-0.3014272451400757,0.8998895287513733,0.31518295407295227,-0.948398232460022,-1.468242883682251,0.930908203125,-0.34359225630760193,-0.25918829441070557,-0.5357030630111694 +124,-2.3942378437671277,-1.1534129758425036,-2.5377020040910416,-0.2755301594734192,0.9141528010368347,0.29733437299728394,1.7138121128082275,1.1142586469650269,-1.0636847019195557,-0.9412513971328735,0.002869844436645508,-0.9079452753067017 +125,-1.486613867003887,-1.0361001153009568,-1.866471430587036,-0.5077751278877258,0.8604234457015991,-0.04284701868891716,1.5580179691314697,0.43899187445640564,-2.389756679534912,-0.4552832841873169,1.2526593208312988,0.10035741329193115 +126,-1.2868825238054933,-0.8559112509105551,-1.607697521111384,-0.6292875409126282,0.7551685571670532,-0.18362393975257874,0.13882164657115936,1.4656131267547607,-1.1444652080535889,0.22857648134231567,-0.08211863040924072,0.47300684452056885 +127,-1.0963679763935994,-0.7163907530166963,-1.638654207356569,-0.6708844900131226,0.6566669344902039,-0.34453240036964417,-0.7829138040542603,3.459523916244507,-0.5574333071708679,0.7541211843490601,-0.6249744296073914,0.7909740209579468 +128,-1.008707464478938,-0.8457112181654182,-1.8793980396055552,-0.5611618161201477,0.7484430074691772,-0.35345524549484253,-2.3236348628997803,-3.59851336479187,0.3990728259086609,0.3140915036201477,-0.26750117540359497,-1.5061028003692627 +129,-1.2336526111571497,-0.8398611143904504,-1.982132962083893,-0.6299846172332764,0.7445504069328308,-0.22082623839378357,1.1873817443847656,-1.5357513427734375,-0.43700486421585083,-0.7601978778839111,0.7895072102546692,0.3714914917945862 +130,-1.324603585260224,-0.9265723356308028,-1.8624508275781844,-0.5824692249298096,0.7995660901069641,-0.14636889100074768,0.44715914130210876,-2.7174768447875977,2.6541693210601807,0.5262558460235596,0.2549383044242859,0.5535343885421753 +131,-1.6326865119776273,-1.1103118157995986,-2.188859917153859,-0.4435318112373352,0.8958373069763184,0.02748536877334118,-5.217918395996094,-1.9722956418991089,1.0169810056686401,-0.33491069078445435,-0.30553555488586426,-0.07062184065580368 +132,-2.0838258679485757,-1.127241516870255,-2.552062537364432,-0.3739047348499298,0.9032317996025085,0.21063658595085144,0.009643848054111004,-1.60709810256958,0.0818401575088501,-0.07183504104614258,-0.31083977222442627,-0.00015673041343688965 +133,-2.409573272407585,-1.123512302730864,-2.7077182189719706,-0.2890833914279938,0.9016251564025879,0.3217182457447052,0.020826663821935654,-0.9716725945472717,0.7284333109855652,-0.5229893326759338,-0.06974655389785767,-0.5786610841751099 +134,-2.3152282016552546,-1.1721967863646992,-2.5854345964914205,-0.2854578495025635,0.9216054677963257,0.26297786831855774,2.290334701538086,0.8267279267311096,-1.2960540056228638,-0.980853796005249,-0.06659448146820068,-0.8639605045318604 +135,-1.4890046276562052,-1.0249579121174583,-2.000882688738199,-0.5173995494842529,0.8546923398971558,-0.042413610965013504,0.6016293168067932,-0.10973599553108215,-2.072539806365967,-0.5193283557891846,1.2369977235794067,0.007425189018249512 +136,-1.2725441269925717,-0.8316201327485433,-1.8221141575501465,-0.6439374685287476,0.7390238046646118,-0.19796068966388702,0.5287693738937378,1.6848866939544678,-1.7878823280334473,0.04251223802566528,-0.09417212009429932,0.38015061616897583 +137,-1.0556128948447556,-0.7055610238346028,-1.8982992200320148,-0.66243976354599,0.6484609842300415,-0.37506264448165894,-1.234574556350708,3.672921895980835,-0.1735052913427353,1.1172126531600952,-0.399086594581604,0.9605576395988464 +138,-1.0431299283109114,-0.8361787591804374,-2.0784388981699915,-0.5791317820549011,0.7420871257781982,-0.33751019835472107,-1.5858029127120972,-2.27642560005188,-0.25109341740608215,-1.2476657629013062,1.1191799640655518,-0.842619776725769 +139,-1.2562947521188454,-0.8332479514298098,-2.126628639922272,-0.6394909024238586,0.740119457244873,-0.2080252319574356,0.5674540996551514,-0.6896976232528687,-0.13590623438358307,-0.8482562303543091,1.2530598640441895,0.3902914822101593 +140,-1.4480276730802404,-0.9527342282479971,-2.146952249758969,-0.575095534324646,0.8150029182434082,-0.07096057385206223,-0.28922203183174133,-1.1881600618362427,1.8904321193695068,0.278922438621521,0.3163447380065918,0.542335033416748 +141,-1.8859135159595235,-1.0530332868838614,-2.5904010803595385,-0.47056666016578674,0.8689284920692444,0.1533948928117752,-3.876986503601074,-2.2484657764434814,0.8413293361663818,-0.1236257553100586,-0.3283708095550537,-0.5550520420074463 +142,-2.1224744140414384,-1.0743939610857656,-2.662384576930206,-0.40560972690582275,0.8793016672134399,0.24961890280246735,-0.092204749584198,-3.0760812759399414,-0.018949296325445175,-0.1462855041027069,-0.19480746984481812,-0.16384929418563843 +143,-2.4407207300044034,-1.0752039797532367,-2.818939630620844,-0.30667635798454285,0.8796871900558472,0.3634553551673889,0.48185408115386963,0.152091845870018,0.4391120374202728,-1.0210518836975098,0.006161630153656006,-0.7134004235267639 +144,-2.1642729431116865,-1.0803976106615645,-2.602746418929584,-0.39044129848480225,0.8821451663970947,0.26339271664619446,2.3552708625793457,3.154562473297119,-2.2283520698547363,-0.8249212503433228,0.1567801833152771,-0.5345567464828491 +145,-1.5271950346405956,-0.9346360490486412,-2.0555297975259004,-0.5935466289520264,0.8043829202651978,-0.02589581161737442,1.8655211925506592,-3.2082431316375732,-1.4974348545074463,0.45357775688171387,1.3213495016098022,-0.15228110551834106 +146,-1.2793035517937206,-0.7999641995312745,-1.7635765230781546,-0.6673412919044495,0.7173311710357666,-0.20022855699062347,1.218727707862854,1.0131332874298096,-1.9603577852249146,0.10456663370132446,-0.5442355275154114,0.6465939283370972 +147,-1.0173332963898025,-0.7158742314234319,-1.7984679658464435,-0.6418769955635071,0.6562772989273071,-0.3966030478477478,-1.1009082794189453,3.5364513397216797,0.23026452958583832,0.9974983930587769,-0.3279845118522644,0.8639035224914551 +148,-1.1741614497629216,-0.8252334028494787,-1.9808890708155134,-0.6257197856903076,0.7347061634063721,-0.2620715796947479,-1.606441617012024,-2.6072847843170166,0.043369244784116745,-1.3879063129425049,0.5348708033561707,-0.4145794212818146 +149,-1.293428752217478,-0.8527976016216993,-2.0793372781945325,-0.6327341794967651,0.7531238198280334,-0.18014346063137054,2.31691575050354,-0.14752919971942902,0.7729626893997192,-0.2865467071533203,1.2612345218658447,-1.9666613340377808 +150,-1.3770262306772432,-0.9886888710178474,-2.016505638477993,-0.5394964814186096,0.8353058695793152,-0.10586660355329514,-0.4093330502510071,-2.2379820346832275,2.155982732772827,0.5197973847389221,-0.20826119184494019,0.45436209440231323 +151,-1.6025488415325682,-1.1144102719347262,-2.3092781574252252,-0.4404847323894501,0.8976510763168335,0.013991200365126133,-3.1678109169006348,0.09485901147127151,0.29305827617645264,-0.22362354397773743,-0.157462477684021,0.13911545276641846 +152,-2.197696313509163,-1.0954974690494372,-2.6586826652751157,-0.3705904483795166,0.8891559839248657,0.2684473395347595,1.2591543197631836,-1.590351939201355,-0.3445156216621399,-0.10813876986503601,-0.06458646059036255,-0.3082271218299866 +153,-2.4966809951719897,-1.1090990756184107,-2.7757725406579317,-0.267783522605896,0.8952977061271667,0.3559974133968353,-0.6526792645454407,-1.3280928134918213,0.6888424754142761,-0.7815786600112915,-0.09143418073654175,-0.6638435125350952 +154,-2.223776244420141,-1.1044156692463347,-2.5597032896653333,-0.35715198516845703,0.8932015895843506,0.2731916606426239,2.0890443325042725,2.6748926639556885,-2.510451078414917,-0.949885368347168,0.36837995052337646,-0.4766065776348114 +155,-1.5325651806293066,-0.9590164736402116,-1.991653005582318,-0.573905885219574,0.818627119064331,-0.02195177599787712,1.701949119567871,-2.950190782546997,-1.130533218383789,0.7025679349899292,1.2251198291778564,-0.5371302366256714 +156,-1.2707629651839403,-0.8014548097731329,-1.6784280168098318,-0.664584755897522,0.7183688879013062,-0.2056044489145279,1.331017255783081,1.5835671424865723,-2.340052366256714,-0.18211013078689575,-0.7645115256309509,0.4184951186180115 +157,-0.9454342785253648,-0.7445717673429424,-1.7493581429299863,-0.5962088704109192,0.6776569485664368,-0.43048369884490967,-1.473986268043518,3.663145065307617,0.1041993722319603,1.0116751194000244,-0.354170560836792,0.9011104702949524 +158,-1.121409331757688,-0.7683347655834767,-1.8945305385359925,-0.6476751565933228,0.6949387788772583,-0.31237322092056274,0.8099451661109924,-1.0843225717544556,-1.7556495666503906,-2.6422266960144043,0.4818800687789917,-1.671971321105957 +159,-1.2250693199675966,-0.8769991191099882,-1.9373080511304652,-0.6016237735748291,0.7688233852386475,-0.21670107543468475,-0.13324537873268127,-3.8706214427948,3.426597833633423,0.9304659962654114,0.7365781664848328,0.7944141030311584 +160,-1.6694123928013356,-1.1188317156693657,-2.0598924321590943,-0.4346120357513428,0.8995908498764038,0.04299921169877052,-2.307378053665161,-0.4840610921382904,1.7149831056594849,-0.490650475025177,0.004507780075073242,0.61737060546875 +161,-2.1318789331565307,-1.159318798361755,-2.4799012779018565,-0.3386411666870117,0.9165308475494385,0.21282199025154114,-1.270538568496704,-0.2987223267555237,-0.10866567492485046,-0.3374452292919159,-0.27724868059158325,-0.034706130623817444 +162,-2.2984316761875876,-1.1183441130833016,-2.5444256949015456,-0.32645779848098755,0.8993777632713318,0.29076552391052246,-1.0444949865341187,-2.4493186473846436,0.28774723410606384,-0.054065823554992676,0.03493297100067139,-0.20859700441360474 +163,-2.4053097671260844,-1.1309641693677304,-2.6507242196104093,-0.2859324514865875,0.9048231244087219,0.3154955208301544,1.533166766166687,0.41155797243118286,-0.4681534767150879,-0.8193836808204651,-0.11365509033203125,-0.755894660949707 +164,-1.602677620044634,-1.0400879687193363,-2.1066488728979067,-0.5058870911598206,0.8624487519264221,0.016133802011609077,1.6667771339416504,3.473473310470581,-2.2624759674072266,-0.36506927013397217,1.0700920820236206,0.37764978408813477 +165,-1.337530574878918,-0.8553303912771211,-1.7518054562406582,-0.6382033228874207,0.7547876834869385,-0.15163123607635498,0.8612942695617676,-0.19296255707740784,-1.3007698059082031,0.23607319593429565,0.09968924522399902,1.21355140209198 +166,-1.1462477540652547,-0.7043528190491078,-1.7465026856674248,-0.6943812966346741,0.647540807723999,-0.31388768553733826,-0.5045170783996582,3.305595636367798,-0.2679222822189331,0.9762722253799438,-0.5479467511177063,0.6735068559646606 +167,-1.0244695976998488,-0.8167897982966297,-1.9115067630426708,-0.584918737411499,0.7289519906044006,-0.3556671738624573,-0.7816874980926514,-2.375068187713623,0.06128031387925148,-0.10233712196350098,-0.29863888025283813,-1.8874053955078125 +168,-1.2178615818303682,-0.8107400538712559,-2.006285094971983,-0.6464961767196655,0.724797248840332,-0.2381419539451599,1.4461233615875244,-0.3626692593097687,-0.4481014609336853,-1.1378055810928345,1.386469841003418,-0.2047138810157776 +169,-1.3432278672405482,-0.9166582047799581,-1.940200287235343,-0.5927877426147461,0.7935726642608643,-0.1372777670621872,0.2689145505428314,-3.000994920730591,2.70184588432312,0.4550008177757263,0.41106295585632324,0.4413701295852661 +170,-1.618101731699861,-1.1082666433446173,-2.153427866789988,-0.44571438431739807,0.8949266076087952,0.021100440993905067,-3.4492039680480957,1.4394266605377197,0.9520411491394043,-0.35486850142478943,-0.1497025489807129,0.37050116062164307 +171,-2.0814461663949104,-1.1193143846469034,-2.5418520088805248,-0.3806392550468445,0.89980149269104,0.21323874592781067,0.5561544299125671,-0.7694374918937683,-0.24025946855545044,-0.20148351788520813,-0.36286014318466187,-0.07716099917888641 +172,-2.316402407557121,-1.1186827406124522,-2.5802217465773833,-0.32095688581466675,0.8995257616043091,0.29637882113456726,-1.2341015338897705,-1.652332067489624,0.7723129987716675,-0.15586504340171814,-0.15814685821533203,-0.13899967074394226 +173,-2.3964104887766275,-1.131455732336158,-2.6599506805727873,-0.28842705488204956,0.9050323367118835,0.31261146068573,1.616663932800293,0.7487542033195496,-0.7983613610267639,-0.7956488132476807,-0.012729048728942871,-0.8109636306762695 +174,-1.5465819952461155,-1.0245943373866584,-2.0496757514100667,-0.5192934274673462,0.8545035123825073,-0.012576800771057606,1.7794231176376343,3.11791729927063,-2.3308699131011963,-0.3393796682357788,1.1322365999221802,0.41467636823654175 +175,-1.2956134417351028,-0.8532710405267105,-1.7698110652787373,-0.6327832341194153,0.7534351944923401,-0.17866384983062744,0.6621848940849304,0.23000282049179077,-1.036200761795044,0.1817333698272705,0.020582079887390137,0.43737661838531494 +176,-1.1244021732298726,-0.7064011520886975,-1.753643763523586,-0.6861613988876343,0.6491003036499023,-0.32840749621391296,-0.46495234966278076,3.1551578044891357,-0.5205156207084656,0.8690226674079895,-0.45442867279052734,0.7718888521194458 +177,-1.0199620665571427,-0.8116601818081683,-1.9395874499078423,-0.5864880681037903,0.7254308462142944,-0.3602524399757385,-0.0413452684879303,-3.025169849395752,-0.15735197067260742,-0.07458370923995972,0.29289495944976807,-3.0305557250976562 +178,-1.2806679905304212,-0.8161877392222642,-2.0615012866652602,-0.6563752889633179,0.7285397052764893,-0.19596251845359802,1.8458291292190552,0.2969284951686859,0.1421196460723877,-0.6747099161148071,1.0231996774673462,-0.6721863150596619 +179,-1.3604862195571026,-0.876628718818501,-1.9775821669399047,-0.6256498098373413,0.7685865163803101,-0.1335553675889969,0.6899951696395874,-2.4550979137420654,1.9649516344070435,0.7407926321029663,-0.010178923606872559,0.4348401427268982 +180,-1.6089185978917082,-1.0684444310428622,-2.189306859225174,-0.4811384677886963,0.8764525651931763,0.018350981175899506,-3.2310094833374023,1.306052803993225,1.0430926084518433,-0.3815018832683563,-0.11062920093536377,0.4187675714492798 +181,-2.1356809014517757,-1.0875475401498558,-2.554073537920864,-0.39247411489486694,0.8854900002479553,0.2487402856349945,0.9001549482345581,-1.0612096786499023,-0.24145309627056122,-0.12931549549102783,-0.31192725896835327,-0.201605886220932 +182,-2.4057230212353358,-1.1096645349217753,-2.650943417411751,-0.2986724376678467,0.895549476146698,0.32982656359672546,-1.1003950834274292,-1.7344845533370972,0.8109278678894043,-0.45689696073532104,-0.24772250652313232,-0.2994769215583801 +183,-2.374963754491259,-1.1343747304340035,-2.5986196735530926,-0.2932313084602356,0.9062700271606445,0.3044506907463074,1.8922393321990967,1.2326791286468506,-1.2310839891433716,-0.7882658839225769,0.10004717111587524,-0.8594890832901001 +184,-1.533014475124742,-1.0018888875451137,-1.9941289492760312,-0.5383274555206299,0.8424900770187378,-0.020348692312836647,2.188162326812744,-0.2720507085323334,-2.053670644760132,-0.2832515239715576,1.2958003282546997,-0.12709695100784302 +185,-1.301955439563268,-0.8317270536771122,-1.686418756682214,-0.6494043469429016,0.7390958070755005,-0.1789178103208542,0.7956448793411255,1.1336044073104858,-1.2170695066452026,0.21460509300231934,-0.09651762247085571,0.4074029326438904 +186,-1.0526853038411264,-0.7105938794236618,-1.7080211380940749,-0.6584951281547546,0.6522840261459351,-0.3753792941570282,-0.7704180479049683,3.6292941570281982,-0.024888481944799423,0.9631521105766296,-0.48838937282562256,0.9312417507171631 +187,-1.1268791828155171,-0.8537587582594806,-1.9231532761068242,-0.5934606790542603,0.7537558078765869,-0.28223487734794617,-1.1133379936218262,-2.532661199569702,-0.14482057094573975,-1.1403038501739502,0.8875710368156433,-2.3258278369903564 +188,-1.1792117249265683,-0.8401698081677916,-1.9525233945347755,-0.6168224811553955,0.7447564601898193,-0.2546912431716919,0.6067097187042236,0.9235063791275024,0.5918993353843689,0.9665693044662476,0.5932714343070984,1.1284857988357544 +189,-1.3024635718171673,-0.9933687433628078,-1.8832900147951739,-0.5263359546661377,0.8378696441650391,-0.14472344517707825,-0.7622911930084229,-1.1133946180343628,2.4412119388580322,0.09332209825515747,0.6638240218162537,0.7427306175231934 +190,-1.9700036920104858,-1.1361101109175746,-2.533063545733856,-0.3880123794078827,0.9070022106170654,0.1636865884065628,-3.1847620010375977,-4.933779716491699,1.31155264377594,-0.017154216766357422,-0.4466446042060852,-1.4286249876022339 +191,-2.1072231249269833,-1.1545006960034279,-2.5939613504372083,-0.3475770354270935,0.9145931601524353,0.2066633552312851,-0.8707287907600403,-1.7542556524276733,0.09497112780809402,-0.23155507445335388,-0.17666274309158325,0.0428178608417511 +192,-2.398172675862383,-1.1591714220168414,-2.777493820957454,-0.2707909345626831,0.9164718985557556,0.294536292552948,0.15033164620399475,-0.02684934064745903,0.631585955619812,-0.8028174638748169,-0.13918906450271606,-0.16454669833183289 +193,-2.230727710848814,-1.1824459399337006,-2.6355899904681657,-0.2991558611392975,0.9255349636077881,0.23214344680309296,1.849509596824646,2.0284135341644287,-1.6649870872497559,-0.8862536549568176,-0.14051616191864014,-0.4063836634159088 +194,-1.505871325836986,-1.011689125246117,-2.136544362887547,-0.5293120741844177,0.8477290272712708,-0.034413956105709076,0.6141582727432251,-2.8002190589904785,-1.4060711860656738,0.15919488668441772,1.698779821395874,-0.13427197933197021 +195,-1.2743578558729125,-0.8572735408027792,-1.8901796361290792,-0.6259537935256958,0.7560608983039856,-0.1911902129650116,1.0392049551010132,0.7581055164337158,-1.7281676530838013,0.034095942974090576,-0.4606507420539856,0.2798437476158142 +196,-1.0937356731213785,-0.7717273505739523,-1.9324846459865872,-0.6366856098175049,0.6973742842674255,-0.3290903866291046,-1.2411941289901733,3.6223232746124268,0.32481083273887634,1.0014164447784424,-0.4925098419189453,0.9272655248641968 +197,-1.1967424919905167,-0.8709041985061142,-2.148026593209537,-0.5995956659317017,0.7649116516113281,-0.23536182940006256,-1.9547735452651978,-2.0308446884155273,-0.6234341859817505,-1.4402601718902588,0.7024497985839844,0.34192919731140137 +198,-1.25162432206514,-0.8501409745902863,-2.1581901791806994,-0.626550555229187,0.7513734102249146,-0.20705661177635193,0.2448398768901825,0.6514062285423279,0.24621625244617462,0.6524752378463745,0.25415027141571045,1.8137460947036743 +199,-1.388519225807385,-0.9876132249295351,-2.163237277753971,-0.5415608882904053,0.8347139954566956,-0.09982212632894516,-0.5057827830314636,-1.8567094802856445,2.117279529571533,0.3183858394622803,0.34120458364486694,0.5028982758522034 +200,-1.8882356636729358,-1.0948274296621527,-2.594809875742706,-0.43530702590942383,0.8888491988182068,0.14302009344100952,-3.724902391433716,-4.457045078277588,0.9052174091339111,-0.14220759272575378,-0.5010471343994141,-0.7644648551940918 +201,-2.163447078520488,-1.1063939043606252,-2.7509831002912555,-0.3715072572231293,0.89408940076828,0.25017356872558594,-0.12038355320692062,-2.1800777912139893,0.12686064839363098,-0.24189606308937073,-0.0824437141418457,-0.24034687876701355 +202,-2.4647592654917356,-1.1074225630344183,-2.9086955143762436,-0.2799486219882965,0.8945496082305908,0.34843865036964417,-0.31562063097953796,0.3586253821849823,0.50254887342453,-0.9850049614906311,-0.07040727138519287,-0.22876408696174622 +203,-2.218358551690998,-1.123478840387247,-2.6862521370243666,-0.3449817895889282,0.9016106724739075,0.2609321177005768,2.2303895950317383,2.3648147583007812,-1.9889150857925415,-0.7777446508407593,0.09242302179336548,-0.4297248423099518 +204,-1.5524889008293168,-0.9615395796335313,-2.1310343328862626,-0.5721622109413147,0.8200736045837402,-0.010475987568497658,1.5894455909729004,-2.388397216796875,-1.363255262374878,0.4114108681678772,1.4274544715881348,-0.33153456449508667 +205,-1.2804386545652102,-0.813063295443246,-1.852331996496689,-0.6585081815719604,0.7263959050178528,-0.1967637985944748,1.1346756219863892,1.0643013715744019,-2.02947735786438,0.04063403606414795,-0.5304120182991028,0.643083393573761 +206,-1.037217617537822,-0.7426562480583597,-1.8976953551628106,-0.6342714428901672,0.6762470602989197,-0.37468597292900085,-1.3506300449371338,3.4190926551818848,0.3459259569644928,1.110421895980835,-0.46819353103637695,0.9753939509391785 +207,-1.2658611543256721,-0.8467369828638567,-2.1290923122316565,-0.6318708658218384,0.7491228580474854,-0.198882594704628,-1.7808842658996582,-1.4635980129241943,-0.06276661902666092,-1.2260087728500366,0.27103400230407715,-0.1350712776184082 +208,-1.3122262039786885,-0.8413453133251815,-2.141852429886771,-0.6443051695823669,0.7455403804779053,-0.17041295766830444,-0.510087788105011,-0.3801686763763428,0.25073882937431335,1.0828733444213867,-0.2522847056388855,0.8152951598167419 +209,-1.5247337382979758,-1.007109995255243,-2.163594001581174,-0.5337390899658203,0.845291256904602,-0.024602806195616722,-0.8975231051445007,-2.874558210372925,2.220534563064575,0.2332935333251953,0.46174609661102295,0.36914628744125366 +210,-2.0181723378675316,-1.095816455339119,-2.5783523188979784,-0.412313312292099,0.8893019556999207,0.19783735275268555,-3.0119221210479736,-5.417885780334473,1.1734503507614136,-0.1878911256790161,-0.5982406139373779,-1.1720043420791626 +211,-2.173999165892466,-1.1278720851300645,-2.5383079444658874,-0.35294824838638306,0.9035022258758545,0.24312806129455566,-0.02244541421532631,-1.6415141820907593,0.3398244082927704,-0.28851595520973206,-0.13159066438674927,-0.08808352053165436 +212,-2.4357573193989306,-1.1410172552267368,-2.7164793220012693,-0.27028101682662964,0.9090578556060791,0.31711477041244507,0.31718552112579346,0.24308259785175323,0.46336451172828674,-1.060758352279663,0.03179901838302612,-0.6961889266967773 +213,-1.9274284586391894,-1.1710792832543788,-2.273735508738685,-0.36467114090919495,0.9211711287498474,0.13586285710334778,2.122948408126831,3.628023147583008,-2.600677490234375,-0.8664842844009399,0.1460896134376526,0.08497750759124756 +214,-1.4775019783706758,-0.9570736259147644,-1.9009617425659369,-0.5734102725982666,0.8175097107887268,-0.05365168675780296,3.72184681892395,-0.009456761181354523,-1.9087156057357788,0.3703005909919739,1.5710400342941284,-0.8306866884231567 +215,-1.238855118548439,-0.74751973671375,-1.7461566445769894,-0.6933432817459106,0.6798219084739685,-0.23899215459823608,0.6619067788124084,1.865936040878296,-2.1741864681243896,0.3280326724052429,-0.530026376247406,0.5507749915122986 +216,-1.0054225999070863,-0.733297387554355,-1.8468596641879464,-0.6273564696311951,0.6693231463432312,-0.39803311228752136,-2.662555456161499,3.012786626815796,1.1206527948379517,1.2412328720092773,-0.4586145281791687,1.0789413452148438 +217,-1.2863413191552437,-0.8082809063288823,-2.0654386495741863,-0.6629849076271057,0.7231007814407349,-0.19384612143039703,-0.04545764625072479,-0.3445434272289276,-0.449776291847229,-0.4200076460838318,-0.5928823351860046,-0.3475204110145569 +218,-1.3209734557169057,-0.8234588678866448,-2.054194882606655,-0.658588171005249,0.733501136302948,-0.1680409163236618,-0.7160360217094421,-0.25427135825157166,0.9367623329162598,1.3981664180755615,0.2650492787361145,0.8939473032951355 +219,-1.371915408762535,-0.9741860279480554,-1.9678918762968425,-0.55076664686203,0.8272448182106018,-0.11100439727306366,-1.1570398807525635,-1.1139651536941528,2.0033247470855713,-0.02244502305984497,0.3720806837081909,0.6410642266273499 +220,-2.010504365376068,-1.063407433734212,-2.5763083926645445,-0.4396764636039734,0.8740162253379822,0.2068343162536621,-4.047443866729736,-5.3097028732299805,0.5502931475639343,0.05053156614303589,-0.3471149802207947,-1.035569667816162 +221,-2.234485295557408,-1.1003308809355201,-2.579675184278977,-0.3570767343044281,0.891357421875,0.2792457640171051,-0.5666805505752563,-2.545093059539795,0.4535149037837982,-0.3059939444065094,-0.236297607421875,-0.15185022354125977 +222,-2.430624468622847,-1.114289792246872,-2.7090992065319965,-0.28766152262687683,0.8975979685783386,0.3340187966823578,0.2610301375389099,-0.2335675209760666,0.033056799322366714,-0.8282594680786133,0.10472124814987183,-0.5455665588378906 +223,-1.9609132378871734,-1.1122851357313928,-2.319849867916351,-0.40935778617858887,0.8967124819755554,0.16832448542118073,1.9730008840560913,3.865347146987915,-2.4013845920562744,-0.6414845585823059,0.40200895071029663,-0.1797991842031479 +224,-1.4585330206556417,-0.9441528181878912,-1.8892562154474168,-0.5827376246452332,0.8100004196166992,-0.06569627672433853,3.0718655586242676,1.2411292791366577,-1.3450844287872314,0.5799758434295654,0.9547089338302612,-0.33797502517700195 +225,-1.224816885451346,-0.7851711388212211,-1.7029617468310088,-0.6653572916984558,0.7069462537765503,-0.23984724283218384,0.760847270488739,1.3667718172073364,-1.514173150062561,0.4567086696624756,-0.8444889187812805,0.5180454850196838 +226,-1.0157557863639255,-0.7967160563310187,-1.791688228724004,-0.5941153168678284,0.715064287185669,-0.3683883547782898,-2.512446880340576,3.091383695602417,0.6868279576301575,0.8219137787818909,-0.46755146980285645,0.7998917102813721 +227,-1.2743307362955212,-0.8653249972134104,-1.986937207956928,-0.6201065182685852,0.7613060474395752,-0.189422607421875,0.10248740017414093,0.07538782805204391,-0.4713348150253296,0.14734351634979248,-0.2156670093536377,-0.32977294921875 +228,-1.2733461746582642,-0.872709048004849,-1.9376500960855068,-0.6145281195640564,0.7660729885101318,-0.18838027119636536,-0.7596601843833923,-1.1033645868301392,0.9593803286552429,1.3491320610046387,-0.2136439085006714,0.44721511006355286 +229,-1.4484248429653912,-1.0532551006366198,-1.9279935625985702,-0.49104535579681396,0.8690382838249207,-0.06039170175790787,-1.5804848670959473,-0.8061147332191467,1.3383327722549438,-0.10969319939613342,0.2453569769859314,0.7116673588752747 +230,-2.1350677937947835,-1.0721015972818813,-2.602135278035669,-0.404136061668396,0.8782075643539429,0.25578415393829346,-1.4134483337402344,-5.266319274902344,0.06835699081420898,0.1214669942855835,-0.09215104579925537,-1.9187785387039185 +231,-2.1783131591455347,-1.1044838591439217,-2.4595140573354617,-0.36914852261543274,0.8932322263717651,0.25664278864860535,-0.3901388347148895,-1.8108317852020264,0.7159693241119385,-0.09346744418144226,-0.05421251058578491,0.012003391981124878 +232,-2.423658288918556,-1.1074399632576095,-2.658557847881066,-0.2940192222595215,0.8945574164390564,0.33662986755371094,0.02901473455131054,-0.6249053478240967,-0.174106165766716,-0.9245171546936035,0.07436037063598633,-0.6287593841552734 +233,-1.7765913761972185,-1.1135918480810325,-2.1470034059224106,-0.432126522064209,0.897290050983429,0.0902065709233284,2.541595458984375,5.012670516967773,-2.3312277793884277,-0.705538272857666,0.36561888456344604,0.7189822196960449 +234,-1.372264824904113,-0.9040243742278808,-1.7675811328714275,-0.6063044667243958,0.7858221530914307,-0.12197732925415039,2.2545700073242188,2.3595097064971924,-1.4493680000305176,0.5409815907478333,0.6106317043304443,0.5328965187072754 +235,-1.2031740293919007,-0.755565227379054,-1.7053580213305186,-0.6792502999305725,0.6857001781463623,-0.2615998387336731,0.4523053765296936,1.6629117727279663,-1.4729692935943604,0.5309195518493652,-0.63652104139328,0.401751846075058 +236,-0.9738046468209354,-0.7729544410144288,-1.8041209177321587,-0.5920304656028748,0.6982532143592834,-0.4024205803871155,-2.245330333709717,2.996670961380005,0.7162439823150635,0.7717332243919373,-0.4153248071670532,0.7854467630386353 +237,-1.2770199102956932,-0.8474692773846685,-2.0228461928703148,-0.6335254311561584,0.7496077418327332,-0.1916605532169342,-0.33198463916778564,0.18482890725135803,-0.5054647326469421,-0.39728206396102905,-0.25647419691085815,-0.28905239701271057 +238,-1.27106054774065,-0.8666647645102997,-2.002569992658839,-0.6185088157653809,0.7621740698814392,-0.19114814698696136,-1.180720567703247,-1.2915557622909546,1.462296962738037,1.3963103294372559,-0.3474554419517517,0.6648877859115601 +239,-1.3871186695931292,-1.075166154324923,-2.069355802748375,-0.4675861895084381,0.879669189453125,-0.08686420321464539,-2.398442506790161,0.08861745148897171,1.310340404510498,-0.2915843427181244,0.4368896484375,0.6826436519622803 +240,-2.157782412687726,-1.0910122602351275,-2.672062988360322,-0.38432419300079346,0.8870946168899536,0.25565218925476074,0.7536563277244568,-2.4892454147338867,0.17197485268115997,0.25280869007110596,-0.08773243427276611,-1.1050479412078857 +241,-2.118417474001085,-1.1227260124300846,-2.4876895808994015,-0.3698744773864746,0.9012847542762756,0.22556310892105103,-0.06007898226380348,-1.4887245893478394,0.59636390209198,-0.3337235450744629,0.059896886348724365,0.0445479154586792 +242,-2.4165812506140063,-1.1161568496584602,-2.6667453371406533,-0.2912117838859558,0.8984193801879883,0.3286912739276886,0.7226133346557617,0.5838137269020081,0.002851612400263548,-1.0450918674468994,-0.05611914396286011,-0.524385392665863 +243,-1.771847161837992,-1.0894033957632374,-2.1553485381234943,-0.45368778705596924,0.8863508105278015,0.09246351569890976,2.7421891689300537,4.453287124633789,-2.716313362121582,-0.4566973149776459,0.5212266445159912,0.6339157819747925 +244,-1.3768806826480149,-0.8990941243001449,-1.7618728029331037,-0.6106551289558411,0.7827634811401367,-0.11992252618074417,2.556462287902832,2.3017256259918213,-0.7882068753242493,0.6052993535995483,0.5655945539474487,0.4475134611129761 +245,-1.172487564094577,-0.7570410591804333,-1.627648782087093,-0.669970691204071,0.6867736577987671,-0.28192439675331116,0.6592652797698975,0.8207208514213562,-1.0763806104660034,0.619769275188446,-0.8033050298690796,0.49637144804000854 +246,-1.0223628025912574,-0.7803908235353645,-1.7215313489737092,-0.6064180731773376,0.7035571932792664,-0.3704923093318939,-2.6470072269439697,1.7764511108398438,0.6435830593109131,0.5901674032211304,-0.5048877596855164,0.7321561574935913 +247,-1.3075499271407882,-0.8745290366562566,-1.9304938035814136,-0.6192636489868164,0.7672415375709534,-0.16689197719097137,0.874914288520813,2.6389992237091064,-0.2776249945163727,-1.0092458724975586,1.7244882583618164,-0.5072565674781799 +248,-1.2473302881109063,-0.871440303351289,-1.8754601067501697,-0.61034095287323,0.7652568817138672,-0.20461101830005646,0.5397717356681824,-1.0751361846923828,1.877794861793518,1.360234260559082,-0.42922788858413696,0.5125333666801453 +249,-1.5846929278589255,-1.1190132839237403,-2.0186453898184173,-0.4365282356739044,0.8996701240539551,0.006066649220883846,-2.4931163787841797,-0.236077681183815,1.8790905475616455,-0.3138837516307831,0.03242826461791992,0.5667483806610107 +250,-2.142334912918656,-1.1530250782173235,-2.6117407808242845,-0.34124264121055603,0.9139954447746277,0.21946726739406586,0.09559005498886108,-0.5398063063621521,-0.16718468070030212,-0.44034308195114136,-0.2155700922012329,-0.18502816557884216 +251,-2.4296021343580887,-1.1138650034336492,-2.749738446473868,-0.28825220465660095,0.8974106311798096,0.3340134918689728,-0.5030947327613831,-0.08750319480895996,1.1497646570205688,0.04879602789878845,-0.1323654055595398,-0.6514420509338379 +252,-2.4136050773764617,-1.1491608484160483,-2.7268968442916584,-0.2723042070865631,0.9124208092689514,0.30551356077194214,1.7426732778549194,1.0593546628952026,-1.3225184679031372,-0.993030846118927,-0.05710476636886597,-0.5671712160110474 +253,-1.518171435701938,-1.0045983032836137,-2.11973431313695,-0.5356846451759338,0.8439465761184692,-0.028216397389769554,1.2046855688095093,0.2111031413078308,-2.353747844696045,-0.1935175657272339,1.7010821104049683,-0.08744525909423828 +254,-1.3187308038517502,-0.8316948172759923,-1.8240049220717431,-0.6523371934890747,0.7390741109848022,-0.1680050492286682,1.0603119134902954,-0.23484860360622406,-1.6543498039245605,0.09768015146255493,-0.22430360317230225,0.3374233841896057 +255,-1.087352875154574,-0.6962112512853365,-1.865459458014746,-0.6793470978736877,0.6413152813911438,-0.35665416717529297,-0.8648762106895447,3.629599094390869,0.038646090775728226,0.933207631111145,-0.4712103605270386,0.8715925216674805 +256,-1.0371008166806017,-0.8089784953753917,-2.089007953309951,-0.5942485332489014,0.7235824465751648,-0.351136714220047,-1.0134161710739136,-1.5999069213867188,0.27353715896606445,-0.8727467060089111,0.8296554088592529,-1.1249985694885254 +257,-1.255622091543866,-0.837137312821731,-2.2184676797569467,-0.6366092562675476,0.7427293062210083,-0.20756147801876068,1.0713005065917969,-1.0233080387115479,0.3726724088191986,-0.8154323101043701,1.2211987972259521,-1.4153480529785156 +258,-1.4288746059162878,-0.8991465857532316,-2.1414889953174385,-0.6160219311714172,0.7827961444854736,-0.08801863342523575,0.35009196400642395,-3.5418968200683594,1.8744741678237915,0.6382539868354797,0.28026843070983887,0.6653196215629578 +259,-1.7682404993156329,-1.0512420257426844,-2.3135212571792576,-0.48684707283973694,0.8680405616760254,0.09739402681589127,-3.710886240005493,0.03881137818098068,1.227127194404602,-0.43911731243133545,-0.06561136245727539,0.6046934127807617 +260,-2.160931706381741,-1.0746395091267922,-2.6946476286448138,-0.3955327570438385,0.8794186115264893,0.2649087607860565,0.12055271863937378,-1.736411213874817,0.20493608713150024,-0.2394006848335266,-0.32224398851394653,-0.2182779610157013 +261,-2.427723687025028,-1.1065012743620304,-2.764500165308936,-0.29319778084754944,0.894137442111969,0.33845674991607666,-0.1654980331659317,-1.6573609113693237,0.764045774936676,-0.7763517498970032,0.00668025016784668,-0.33168187737464905 +262,-2.4148445296827568,-1.1436530015176427,-2.7390380498095848,-0.27526023983955383,0.9101529121398926,0.3096018135547638,1.4390740394592285,1.1500658988952637,-0.9385606646537781,-0.8735129237174988,-0.05308210849761963,-0.5893869400024414 +263,-1.6233504087274044,-1.0085285520592822,-2.1204118842963653,-0.5323701500892639,0.8460482954978943,0.028004013001918793,1.883423924446106,0.6637980341911316,-2.537047863006592,-0.3077787160873413,1.2112789154052734,0.14030051231384277 +264,-1.3448526439929145,-0.7877038466705476,-1.7957156247937056,-0.6875436305999756,0.7087352871894836,-0.1580447554588318,1.9701818227767944,0.5807134509086609,-2.3160746097564697,0.11906218528747559,0.023198366165161133,0.3628482222557068 +265,-1.0700856047915375,-0.6294784038763489,-1.785412491014886,-0.7091048359870911,0.5887232422828674,-0.3880403935909271,-0.7645472288131714,3.908233642578125,-0.2806892991065979,0.9035323858261108,-0.44878482818603516,0.9605348706245422 +266,-0.9491138933762477,-0.6944113232077853,-1.9750428484258364,-0.6246570348739624,0.639933168888092,-0.44753676652908325,-2.2092108726501465,-0.6157391667366028,0.31302064657211304,-0.1380382776260376,-0.21882110834121704,-0.24322861433029175 +267,-1.1778506275129519,-0.7932488816599065,-2.0592824278463406,-0.6480663418769836,0.7126362323760986,-0.2686251401901245,0.6205179691314697,-1.8078396320343018,0.6462910771369934,-0.2760668396949768,0.2875620722770691,1.6188143491744995 +268,-1.4687284331011945,-0.9625702646774172,-1.9813499911478272,-0.5684385895729065,0.8206629753112793,-0.05822164937853813,0.3508032262325287,-1.2476598024368286,2.0288586616516113,0.15249931812286377,0.3310245871543884,0.7695406079292297 +269,-1.8926863767258244,-1.1080832768189914,-2.3785425546038463,-0.42345118522644043,0.8948447704315186,0.14121602475643158,-0.7633610367774963,1.3436405658721924,0.7201679348945618,-0.37005162239074707,-0.15920329093933105,-0.5702626705169678 +270,-2.1763926698724894,-1.112238670469095,-2.579599840717004,-0.3639344871044159,0.8966919183731079,0.2519824802875519,0.21057645976543427,-1.7958946228027344,0.3096531331539154,-0.05917644500732422,0.0046904683113098145,-0.4159534275531769 +271,-2.4079776596499562,-1.1544892794369448,-2.713086818351965,-0.270760178565979,0.9145885705947876,0.30036112666130066,0.463651180267334,0.08516263216733932,0.4604715406894684,-1.1606210470199585,-0.025840282440185547,-0.37367960810661316 +272,-2.0250916900173968,-1.1632238330398195,-2.409650450866954,-0.35617727041244507,0.9180857539176941,0.17394407093524933,1.8364025354385376,3.2064151763916016,-2.1120049953460693,-0.6216212511062622,-0.05585724115371704,0.012228503823280334 +273,-1.4856423381151835,-0.9533496271062581,-2.0436271622581357,-0.5768574476242065,0.815359354019165,-0.04924078658223152,3.4434826374053955,0.13226284086704254,-1.968218445777893,0.39922988414764404,1.4702394008636475,-0.9137261509895325 +274,-1.2569866960258482,-0.7372226383893498,-1.825669538911187,-0.7041837573051453,0.672234296798706,-0.22853098809719086,0.8758377432823181,1.6487435102462769,-2.0791385173797607,0.307104229927063,-0.5043113827705383,0.5994263887405396 +275,-0.9708413361568915,-0.6993903735667816,-1.9142388864343425,-0.6315949559211731,0.643751323223114,-0.43205562233924866,-1.8884737491607666,3.8930366039276123,0.6591785550117493,1.1308472156524658,-0.4751874804496765,0.996630847454071 +276,-1.1379436792627529,-0.7964380220152125,-2.0835761699950432,-0.6347670555114746,0.7148699164390564,-0.2933120131492615,-1.5421723127365112,-1.1657456159591675,-0.1204017847776413,-0.12280130386352539,-0.15609300136566162,-0.06673437356948853 +277,-1.3506548139613106,-0.8319603415260697,-2.134004561507523,-0.6571757793426514,0.7392529249191284,-0.14705491065979004,-0.2555895447731018,-1.0777571201324463,0.6446918249130249,0.35476183891296387,1.1319934129714966,1.826528787612915 +278,-1.526065441893042,-0.9752569795629351,-2.0975267927576766,-0.5603942275047302,0.8278460502624512,-0.02508366107940674,0.18786288797855377,-0.8256898522377014,1.5593074560165405,0.22781366109848022,0.18040889501571655,0.5668927431106567 +279,-1.786413316810559,-1.0616865044904935,-2.4376006371609416,-0.4761141836643219,0.8731787204742432,0.10427934676408768,-4.24690055847168,-0.39921557903289795,0.7012028694152832,-0.2053585946559906,-0.31040412187576294,-0.0570380762219429 +280,-2.1877611856592254,-1.0730021297132,-2.5650987062787443,-0.3894578814506531,0.878637969493866,0.27625682950019836,0.26061511039733887,-2.765794038772583,0.192621648311615,-0.14873483777046204,-0.15125155448913574,0.041293829679489136 +281,-2.436563287918001,-1.095598250510789,-2.6670274490633,-0.29649490118026733,0.8892021179199219,0.34843939542770386,0.1751844882965088,0.37685656547546387,0.4186936020851135,-1.1502976417541504,-0.0588952898979187,-0.3568928837776184 +282,-2.0533385987970023,-1.1242691860846146,-2.31505466848439,-0.38252800703048706,0.9019522666931152,0.2003859430551529,2.880777597427368,2.939479112625122,-2.1324737071990967,-0.7496131062507629,0.13404321670532227,-0.23381805419921875 +283,-1.476155144494487,-0.928067304075322,-1.8266414288985597,-0.5966998338699341,0.8004630208015442,-0.0566415935754776,3.4046130180358887,1.1738237142562866,-1.5648373365402222,0.2866870164871216,1.278714895248413,-0.7335042953491211 +284,-1.2089709775523423,-0.739060993609662,-1.5990565964865804,-0.6912463307380676,0.6735941767692566,-0.2616286277770996,0.6823944449424744,2.294344902038574,-1.5696276426315308,0.3866656422615051,-0.4042155146598816,0.7555861473083496 +285,-0.9383274501629152,-0.7186567088354708,-1.6521740410406933,-0.6070982217788696,0.6583741903305054,-0.4449440538883209,-1.8778657913208008,3.3607029914855957,0.6428590416908264,1.0754972696304321,-0.5145753622055054,0.926007866859436 +286,-1.2132501650665606,-0.808151262686502,-1.8676272264258456,-0.6471466422080994,0.7230112552642822,-0.24177652597427368,-1.0960156917572021,-0.710192859172821,-0.19385914504528046,-0.6491637229919434,-0.4944499135017395,0.025147512555122375 +287,-1.2755930172475216,-0.8188433464151866,-1.8522003981907456,-0.6535189747810364,0.7303562760353088,-0.19872748851776123,-0.6249947547912598,-3.4290666580200195,1.039113998413086,1.2386020421981812,-0.30806928873062134,0.6703766584396362 +288,-1.5279126053668355,-1.0098825991276292,-1.7888664622254027,-0.5314709544181824,0.846769392490387,-0.022805433720350266,-1.4839061498641968,0.0854412242770195,1.7445762157440186,-0.3375628590583801,0.42163264751434326,0.7160274982452393 +289,-1.9745829355988895,-1.100357488083051,-2.3436225951437506,-0.4168247580528259,0.8913694620132446,0.17809416353702545,-2.140056848526001,0.14373105764389038,0.614349365234375,-0.016860514879226685,-0.2796599268913269,0.06177400052547455 +290,-2.288655856078691,-1.1072627876274428,-2.5628385031167076,-0.3367713689804077,0.8944782018661499,0.2940984070301056,0.041871197521686554,-1.7493647336959839,0.6757713556289673,-0.23546373844146729,-0.1567004919052124,-0.021530747413635254 +291,-2.427698323312617,-1.1494720829191085,-2.6187663540417825,-0.2677859663963318,0.9125481843948364,0.3091064393520355,0.019997484982013702,-0.18030859529972076,0.11959177255630493,-0.8523159623146057,-0.06867605447769165,-0.6274352073669434 +292,-1.7714667078276547,-1.1054367567727428,-2.0898229585980994,-0.4397391080856323,0.8936602473258972,0.08944647759199142,1.6349291801452637,4.199215888977051,-2.483177900314331,-0.5901528596878052,0.5974895358085632,0.7951055765151978 +293,-1.3561468022787437,-0.8662177189871847,-1.699453975596244,-0.6328486204147339,0.7618845701217651,-0.1379660964012146,1.4409431219100952,0.6017098426818848,-1.8459771871566772,0.3425806760787964,0.45678913593292236,0.8258780837059021 +294,-1.1630195998328692,-0.6857594404292365,-1.6787868338609582,-0.710479199886322,0.63326096534729,-0.30692026019096375,-0.5131818056106567,3.4882447719573975,-1.1551622152328491,0.6672357320785522,-0.35082072019577026,0.6962025165557861 +295,-0.9218172542225093,-0.7651098191792808,-1.8636206036400649,-0.5746656060218811,0.6926162242889404,-0.43593829870224,-2.909494638442993,0.9742200970649719,-0.14058002829551697,0.15631544589996338,-0.3911941647529602,0.020761936902999878 +296,-1.2128454236488508,-0.8176361091701351,-2.0496208616581186,-0.6405968070030212,0.7295311093330383,-0.2396250069141388,-0.7799457311630249,-1.2816342115402222,-0.5789633393287659,0.027361392974853516,-0.25078660249710083,0.6168375015258789 +297,-1.4166275500101129,-0.8738812821473306,-2.0487742765264954,-0.6342422366142273,0.7668259143829346,-0.09856246411800385,-0.1943129301071167,-3.7472598552703857,1.1346739530563354,1.082515001296997,-0.01884019374847412,0.31697678565979004 +298,-1.6331801814483604,-1.0292266142367104,-2.1475784052293,-0.5144789814949036,0.8569005727767944,0.032136883586645126,-2.2774078845977783,-0.3424589931964874,1.2346340417861938,-0.04606783390045166,0.09935247898101807,0.4063091278076172 +299,-2.0907159408076272,-1.056371736156183,-2.507053138057939,-0.42701613903045654,0.8705759644508362,0.24444755911827087,0.5096676349639893,-2.0211095809936523,-0.18449793756008148,-0.19328415393829346,-0.30633652210235596,-0.12906062602996826 +300,-2.355831306941235,-1.0820024180247974,-2.5572587928108166,-0.33215051889419556,0.882899820804596,0.3319093585014343,-0.07947111874818802,-1.4578686952590942,0.980803370475769,-0.39670076966285706,-0.18011057376861572,-0.5589295625686646 +301,-2.477064157511133,-1.1170240012113175,-2.6149843074493178,-0.27033108472824097,0.8987998962402344,0.3450799882411957,0.5712376236915588,-0.5367454886436462,-0.11558215320110321,-0.8344815969467163,-0.044582247734069824,-0.6000696420669556 +302,-1.8172554788700495,-1.0860695555164688,-2.1236716897765238,-0.4518863260746002,0.8848022818565369,0.11368267238140106,1.8056210279464722,4.791316032409668,-2.5237042903900146,-0.6086910963058472,0.5950255393981934,0.5506696701049805 +303,-1.3683460788452304,-0.8885990147523085,-1.6978784650379648,-0.6176232099533081,0.7761892080307007,-0.12677472829818726,2.4255433082580566,0.45299622416496277,-1.1582589149475098,0.6672906279563904,0.5140024423599243,0.6358842253684998 +304,-1.1699873957216154,-0.7117051739649766,-1.5502972689286958,-0.6972340941429138,0.6531259417533875,-0.29545092582702637,0.2926492691040039,2.93106746673584,-0.9389545321464539,0.46415603160858154,-0.5568429827690125,0.6831309795379639 +305,-0.8897768212610486,-0.7721319798383437,-1.644469473617528,-0.5566129088401794,0.697664201259613,-0.45105066895484924,-2.4911601543426514,2.079021453857422,0.2662261426448822,0.36802953481674194,-0.4131183624267578,0.5950021743774414 +306,-1.1838654378062505,-0.8702516054076846,-1.8657348582166624,-0.5969773530960083,0.7644911408424377,-0.24325141310691833,-0.37963056564331055,-0.1255778968334198,-0.5265650749206543,0.18610399961471558,-0.04612267017364502,-0.37181514501571655 +307,-1.299323639176965,-0.9691549636978501,-1.8428202861379517,-0.5452679991722107,0.824407696723938,-0.15177223086357117,1.3670005798339844,-0.7721506357192993,1.8304623365402222,0.05205816030502319,1.119760513305664,1.677056074142456 +308,-1.427864010940767,-1.0946880728868142,-1.8696824423774678,-0.4536499083042145,0.8887853026390076,-0.06528643518686295,-2.332085371017456,1.0206934213638306,0.6308209896087646,-0.24366146326065063,0.08620548248291016,0.5883424878120422 +309,-1.975683905030045,-1.095714057099922,-2.4233366565924825,-0.42042842507362366,0.8892551064491272,0.18018151819705963,-1.609237551689148,0.0967465192079544,0.31774988770484924,0.08153074979782104,-0.3307681679725647,0.35830116271972656 +310,-2.3191096145013286,-1.0977861379943936,-2.6509070211464323,-0.33385753631591797,0.8902009725570679,0.30997031927108765,0.3950635492801666,-2.3239338397979736,0.5010973215103149,-0.43803882598876953,-0.18257451057434082,-0.3486665189266205 +311,-2.372688525865114,-1.1480048445753581,-2.5917307771857727,-0.28530648350715637,0.9119471311569214,0.29487690329551697,0.9105086326599121,0.7489868402481079,-0.640498697757721,-1.169374942779541,-0.05306053161621094,-0.47233667969703674 +312,-1.6274358411117886,-1.03261747049976,-2.05435627569011,-0.511751115322113,0.8586435914039612,0.029016371816396713,2.3211560249328613,3.3753678798675537,-2.184971332550049,-0.2464275360107422,0.8527058959007263,0.625433087348938 +313,-1.3250944604512815,-0.8453446350437057,-1.7899759265264852,-0.6435472369194031,0.7481998205184937,-0.16138140857219696,1.1476348638534546,0.7240567803382874,-1.6673027276992798,-0.15235114097595215,0.10687214136123657,0.27202290296554565 +314,-1.1170171574073435,-0.664781458602386,-1.815229682404902,-0.7073995471000671,0.6168871521949768,-0.3450161814689636,-0.8957951068878174,3.975651979446411,-0.9776176810264587,0.7015096545219421,-0.5275774598121643,0.7325894236564636 +315,-0.9142968541484603,-0.7701266904496095,-1.9869478269160536,-0.5686113834381104,0.696226179599762,-0.43812137842178345,-2.757359027862549,-0.17568999528884888,0.5953448414802551,0.21569085121154785,-0.28716856241226196,-0.07489436864852905 +316,-1.214644856991788,-0.8320655567350842,-2.1973006462745217,-0.6310944557189941,0.7393237948417664,-0.23477685451507568,-0.42868903279304504,-1.9494445323944092,-0.7291507720947266,-0.12798452377319336,0.027109920978546143,0.045918822288513184 +317,-1.2867223753631691,-0.9143986857498858,-2.14904144964316,-0.585808515548706,0.7921957969665527,-0.1710387021303177,0.23873159289360046,-3.0816938877105713,1.3952515125274658,0.45996928215026855,0.14234399795532227,0.466769278049469 +318,-1.5165726851536498,-1.0468041682205826,-2.245293412910784,-0.4996052384376526,0.8658286333084106,-0.02711699716746807,-3.184223175048828,0.7453978061676025,0.5780365467071533,-0.2331218123435974,0.06077653169631958,0.5748922824859619 +319,-2.0229489781416565,-1.0681591762643792,-2.7624093972722528,-0.43332773447036743,0.876315176486969,0.21047282218933105,0.037358034402132034,-2.676708936691284,0.10232511907815933,-0.09220021963119507,-0.236056387424469,-0.35511088371276855 +320,-2.280560821792254,-1.0927400898961386,-2.8208972358542037,-0.34895816445350647,0.8878908157348633,0.2997966706752777,-0.14796793460845947,-1.6201545000076294,0.7686755657196045,-0.41686519980430603,-0.12124347686767578,-0.4516216516494751 +321,-2.3795074404006145,-1.1117174754074792,-2.894413912715521,-0.30594542622566223,0.8964610695838928,0.32055363059043884,0.26206350326538086,0.8898539543151855,-0.39834651350975037,-0.8566979169845581,0.05294066667556763,-0.5541203022003174 +322,-1.756665379632164,-1.056179514397342,-2.419137971075227,-0.48372361063957214,0.8704813718795776,0.09095913171768188,2.2864787578582764,3.3599696159362793,-1.8281759023666382,-0.11820510029792786,0.5399647355079651,0.5147995948791504 +323,-1.3559485617096263,-0.861327885495352,-1.9888968116626575,-0.6364536285400391,0.7587082386016846,-0.13888418674468994,2.0519814491271973,0.4504818618297577,-1.1954797506332397,0.4224643111228943,0.24464881420135498,0.8414598703384399 +324,-1.1770870063541117,-0.682339582530777,-1.9385132330926362,-0.7167220115661621,0.6306105256080627,-0.2977246046066284,-0.17029131948947906,3.2455153465270996,-0.9261168241500854,0.4990859627723694,-0.6096754670143127,0.5519970655441284 +325,-0.9372978011874517,-0.7454133598937658,-2.0660206411219773,-0.5922265648841858,0.6782755851745605,-0.43498262763023376,-2.3103461265563965,1.8801168203353882,0.41871532797813416,0.5244013071060181,-0.3472514748573303,0.48965489864349365 +326,-1.1948791104120777,-0.8195832510954775,-2.25291944973585,-0.6348661184310913,0.7308614253997803,-0.25057294964790344,-0.6281686425209045,-0.0027373088523745537,-0.41115957498550415,-0.016684234142303467,-0.266093909740448,-0.22855302691459656 +327,-1.3115401065574068,-0.8553614592853398,-2.270682498179195,-0.634024441242218,0.7548080682754517,-0.16815932095050812,-1.0194298028945923,-1.7156676054000854,0.8728363513946533,0.9728459715843201,-0.14955300092697144,0.5710676312446594 +328,-1.5156858608714265,-0.9958885659426746,-2.259819754746037,-0.5429316163063049,0.8392424583435059,-0.029951544478535652,-0.46968111395835876,-0.03328186273574829,1.4569671154022217,0.04595297574996948,0.3426573872566223,0.4447311758995056 +329,-1.968727462053993,-1.0659657023133537,-2.770954003149713,-0.4458681643009186,0.8752564191818237,0.18742366135120392,-3.393103837966919,-2.4048497676849365,0.4827142655849457,-0.16642120480537415,-0.13924884796142578,-0.43727102875709534 +330,-2.1740544160710358,-1.087980717715466,-2.799976309399424,-0.3823266327381134,0.885691225528717,0.2633965015411377,-0.32082676887512207,-1.7014528512954712,0.32004550099372864,-0.298764705657959,-0.13009113073349,0.06649854779243469 +331,-2.3879579961634954,-1.110142082321576,-2.9357005269284886,-0.30419179797172546,0.8957618474960327,0.32415705919265747,-0.08160003274679184,-0.40886062383651733,0.24596640467643738,-0.9414899349212646,-0.07323694229125977,-0.23513737320899963 +332,-2.0361900763027423,-1.1270547114866971,-2.6151685377956393,-0.3836613893508911,0.9031516313552856,0.1926688253879547,2.826385974884033,2.641369342803955,-2.1973743438720703,-0.7086238265037537,-0.053877830505371094,-0.42522796988487244 +333,-1.4867970157953325,-0.9191491091763883,-2.193592147863665,-0.6043585538864136,0.7950858473777771,-0.05088543891906738,2.486759662628174,-1.1807359457015991,-1.9245038032531738,0.2576636075973511,1.2661933898925781,-0.3876521587371826 +334,-1.2295078228873426,-0.7313345469439031,-1.9961777283124122,-0.7013565897941589,0.6678634881973267,-0.24911294877529144,0.7789381146430969,1.4824124574661255,-1.7173694372177124,0.20715492963790894,-0.43757784366607666,0.23011571168899536 +335,-1.026676898144412,-0.6822720909389327,-2.0771866280327864,-0.6640543937683105,0.6305581331253052,-0.40178152918815613,-1.6167047023773193,3.3904547691345215,0.5629401803016663,1.262794017791748,-0.5414620041847229,0.8169578909873962 +336,-1.1676717080042516,-0.807490694167876,-2.2521933243702446,-0.6358977556228638,0.7225547432899475,-0.27119848132133484,-1.8946282863616943,-2.714421510696411,0.3879966735839844,-0.48281556367874146,-0.08092272281646729,-0.4573933780193329 +337,-1.3202025710835348,-0.8470467898152629,-2.2474134673982484,-0.6415151953697205,0.749328076839447,-0.16421152651309967,-0.5351801514625549,-0.348820298910141,1.1024411916732788,0.45267254114151,0.411377489566803,2.245922327041626 +338,-1.4812925557959116,-0.9959922141260812,-2.20393403562342,-0.5414941310882568,0.8392988443374634,-0.048595599830150604,0.058972541242837906,-0.2089611291885376,1.4150480031967163,0.14557433128356934,0.2758287191390991,0.6199457049369812 +339,-2.040229235214697,-1.057880642771591,-2.7934040046248514,-0.437636137008667,0.871317446231842,0.2219921052455902,-2.0132858753204346,-3.0139448642730713,1.0161415338516235,-0.02104303240776062,-0.3003641366958618,-1.4573588371276855 +340,-2.199568058468779,-1.0895967976266578,-2.7396374974432733,-0.37432441115379333,0.8864403963088989,0.2722218930721283,-0.4965420067310333,-2.081735849380493,0.6566469073295593,-0.05128896236419678,-0.054027676582336426,-0.057179808616638184 +341,-2.464229354436079,-1.1356719008970082,-2.924759318038984,-0.2641858756542206,0.906817615032196,0.3284628391265869,0.04526563733816147,-0.5407153964042664,0.16149428486824036,-1.1994677782058716,0.013165414333343506,-0.3014852702617645 +342,-2.0476447158214497,-1.1423078648636311,-2.561677535591935,-0.3691461980342865,0.9095948338508606,0.19070520997047424,2.1915273666381836,3.163792848587036,-2.364581823348999,-0.4919988214969635,0.016323745250701904,-0.012619853019714355 +343,-1.489644058217348,-0.9216838008150874,-2.1581599358916836,-0.6024903059005737,0.7966205477714539,-0.049001071602106094,2.3000779151916504,-1.8440580368041992,-1.6589080095291138,0.46427619457244873,1.1547496318817139,-0.9439951181411743 +344,-1.2168133247466366,-0.7625764035870801,-1.946901273508477,-0.6782287359237671,0.690786600112915,-0.2506386339664459,0.9639292359352112,1.5797394514083862,-2.0465433597564697,0.2397063970565796,-0.37184739112854004,0.6042762994766235 +345,-0.9721830069206175,-0.6769805003801518,-2.0139540313617337,-0.6439322829246521,0.6264422535896301,-0.4392281770706177,-1.9847919940948486,3.355088949203491,0.08472622185945511,1.1022758483886719,-0.24803954362869263,1.1580239534378052 +346,-1.2383026948966336,-0.8049259801882193,-2.257912866161556,-0.6552008390426636,0.7207793593406677,-0.22624965012073517,-1.7579931020736694,-1.2679263353347778,0.18185271322727203,-1.2988548278808594,0.8194580674171448,-0.04532626271247864 +347,-1.267511859641431,-0.7958478967620001,-2.2072254103523274,-0.6677463054656982,0.714457094669342,-0.20896364748477936,-0.10313378274440765,-2.1276068687438965,1.2276902198791504,1.0941836833953857,-0.13982641696929932,0.7551062107086182 +348,-1.5431530145274592,-1.0247661207392844,-2.1789401582927694,-0.5191006064414978,0.8545927405357361,-0.014353316277265549,-1.0247925519943237,-0.7835948467254639,1.70279061794281,-0.023074746131896973,0.3634096384048462,0.6836495995521545 +349,-2.164233489325406,-1.061596035945236,-2.823214856770116,-0.404131680727005,0.8731346130371094,0.2726050913333893,-1.3686712980270386,-2.5364019870758057,0.8548290729522705,0.051440030336380005,-0.20031362771987915,-1.6068183183670044 +350,-2.2823446246091024,-1.1071114320091806,-2.6997902987426206,-0.3387233018875122,0.8944104909896851,0.29205551743507385,-0.6694740056991577,-1.660662055015564,0.41201403737068176,-0.4089573621749878,-0.14137405157089233,-0.017000555992126465 +351,-2.4281796685844093,-1.110622194715516,-2.755999478143446,-0.2906295955181122,0.8959751725196838,0.3358013927936554,0.054361239075660706,-1.087537169456482,-0.3050319254398346,-0.7251784801483154,-0.037134408950805664,-0.6074690222740173 +352,-1.678248355785635,-1.0750494495552492,-2.1599946656235605,-0.47294530272483826,0.8796136975288391,0.051015425473451614,1.935622215270996,6.030825138092041,-2.5086593627929688,-0.6176003217697144,0.3807470202445984,0.8037208318710327 +353,-1.4053888259976595,-0.846603508863775,-1.7959595678439586,-0.6534883975982666,0.7490344643592834,-0.10908857733011246,2.0500106811523438,1.4798836708068848,-2.0426652431488037,0.6168367862701416,0.27888911962509155,0.8499332666397095 +354,-1.1907024564483706,-0.703052090354459,-1.8106006267112966,-0.7084260582923889,0.6465490460395813,-0.28303149342536926,-0.3910674750804901,2.669229507446289,-0.8533844351768494,0.6616884469985962,-0.7536352872848511,0.5716056823730469 +355,-1.0067196552578919,-0.8249991140859798,-1.956586757588972,-0.5734373331069946,0.7345471978187561,-0.36278119683265686,-3.3377411365509033,-0.25605642795562744,1.0533521175384521,0.38973671197891235,-0.25447511672973633,-0.07633620500564575 +356,-1.2435294692179035,-0.8148863685670484,-2.053196067718156,-0.6495438814163208,0.7276476621627808,-0.22050319612026215,0.18077674508094788,-0.8749037981033325,-0.5840216279029846,0.0764085054397583,0.9222241640090942,-0.5221115350723267 +357,-1.2855377166908042,-0.888333091436698,-2.0185193819118297,-0.6052188873291016,0.7760214805603027,-0.17748431861400604,0.0005414836341515183,-2.3313939571380615,1.57511568069458,0.8327274918556213,0.07450336217880249,0.33049947023391724 +358,-1.5233399242506307,-1.0392913845420235,-2.027403533965047,-0.5062606930732727,0.8620452880859375,-0.024043362587690353,-1.4131402969360352,0.9275965094566345,1.1773382425308228,-0.1940566897392273,0.0727386474609375,0.7650254368782043 +359,-2.078948748140124,-1.0865130570957222,-2.603930992921597,-0.40674668550491333,0.8850088715553284,0.22653169929981232,0.8871458768844604,-0.6656317710876465,-0.12486577779054642,-0.18154069781303406,-0.01870626211166382,-0.6847531795501709 +360,-2.258236591394907,-1.1041821449353861,-2.5678047811172755,-0.34768855571746826,0.8930965662002563,0.28546684980392456,0.04987526684999466,-0.822777271270752,0.6229485869407654,-0.14460572600364685,-0.25590479373931885,-0.11467516422271729 +361,-2.4410454554890597,-1.1161784029496475,-2.723252025187242,-0.2830721139907837,0.8984288573265076,0.3357020616531372,0.17982949316501617,-0.9023194313049316,-0.19038522243499756,-0.7297605276107788,0.14345651865005493,-0.6270076036453247 +362,-1.90704094948823,-1.1368326387018024,-2.2824868404501513,-0.3969241678714752,0.9073062539100647,0.13873180747032166,1.8661890029907227,3.657757043838501,-2.2952880859375,-0.4896572530269623,0.09284627437591553,0.14183150231838226 +363,-1.4971335813704636,-0.9473847388540027,-1.951613898643431,-0.5822252631187439,0.811891496181488,-0.042966052889823914,2.700352668762207,-1.0860559940338135,-2.0543012619018555,0.2772935628890991,0.9390546083450317,-0.6320827603340149 +364,-1.2545448481427144,-0.7694103785545876,-1.8193673494293547,-0.6826980113983154,0.6957118511199951,-0.2234022468328476,0.2218599021434784,2.1384963989257812,-1.7254905700683594,0.5093276500701904,-0.3887813091278076,0.6341841220855713 +365,-1.0281783481734705,-0.7541830668492219,-1.9093219070637832,-0.6241417527198792,0.6846935153007507,-0.3763536512851715,-1.8086336851119995,3.180344820022583,0.8393654823303223,0.8928185105323792,-0.44409286975860596,0.6732897162437439 +366,-1.2987469619051841,-0.8519868700952068,-2.1173185546983215,-0.6342713832855225,0.7525902390480042,-0.1769399642944336,-0.42328494787216187,0.5714054703712463,-0.24307586252689362,-0.29747605323791504,-0.41291433572769165,-0.29924100637435913 +367,-1.2759429047288309,-0.8758485936385867,-2.086922986968796,-0.6127109527587891,0.7680871486663818,-0.1860840767621994,-1.0426682233810425,-0.1502530574798584,1.3878337144851685,0.9297581315040588,0.010751903057098389,1.7200044393539429 +368,-1.3874666763679209,-1.0270084594163895,-2.0317002201333256,-0.5087111592292786,0.8557550311088562,-0.09432091563940048,-0.15142355859279633,-0.8148389458656311,1.203850507736206,0.023466408252716064,0.4460485577583313,0.6406008005142212 +369,-1.9106967278693583,-1.0791818169727438,-2.653845418021914,-0.44504284858703613,0.881571888923645,0.1573781967163086,-4.803818225860596,-2.5403976440429688,-0.1406470239162445,-0.10390734672546387,-0.13407433032989502,-0.3574056625366211 +370,-2.1648724088923577,-1.102632593212745,-2.6221442554380805,-0.373934268951416,0.8923984169960022,0.2525833547115326,0.16457806527614594,-2.813673496246338,0.44148126244544983,-0.3214545249938965,-0.13345670700073242,0.07540428638458252 +371,-2.4640405376090873,-1.114755758422111,-2.7852745512822845,-0.276079386472702,0.8978032469749451,0.3431174159049988,0.3199649155139923,-0.24522535502910614,0.36309564113616943,-1.116483449935913,-0.12763112783432007,-0.593178391456604 +372,-2.104976511105376,-1.1458992740494154,-2.4832240546714175,-0.35479840636253357,0.9110811948776245,0.20987959206104279,2.9095194339752197,2.6698429584503174,-1.9679900407791138,-0.8555135130882263,0.11330240964889526,-0.3461099863052368 +373,-1.53659880467795,-0.9497741058491291,-2.0381766097872074,-0.5815264582633972,0.8132840991020203,-0.019894519820809364,1.8093255758285522,-2.8924787044525146,-1.662512183189392,0.2820727825164795,1.26938796043396,-0.17761528491973877 +374,-1.2861802908432187,-0.7906817756313855,-1.8278726387646473,-0.6750642657279968,0.710832953453064,-0.1974959522485733,0.5460332036018372,2.0917294025421143,-1.9754012823104858,0.1733705997467041,-0.44092029333114624,0.6491408348083496 +375,-1.020764034672079,-0.7232748679340573,-1.902787933423857,-0.6390756964683533,0.6618431806564331,-0.3918490409851074,-1.2733756303787231,2.554948329925537,0.4302898347377777,1.1022257804870605,-0.13282102346420288,0.7993198037147522 +376,-1.2268778226446977,-0.8479145038787861,-2.0884587460755046,-0.6228085160255432,0.7499023675918579,-0.2230600118637085,-1.7234559059143066,-2.3769192695617676,-0.16943120956420898,-1.429468035697937,0.5498716831207275,0.08948461711406708 +377,-1.2660832088200384,-0.8452058888635499,-2.052691676024599,-0.6330084204673767,0.7481077313423157,-0.19908617436885834,-0.2297096997499466,0.3136904835700989,0.3086833357810974,0.7479375600814819,0.2549898028373718,1.2999467849731445 +378,-1.4771995406963812,-1.0215446743810679,-2.053046865263366,-0.5197640657424927,0.8529154062271118,-0.04879080504179001,0.012045458890497684,-2.7224557399749756,1.605383038520813,0.17898958921432495,0.3417256474494934,0.3949059247970581 +379,-1.8852143698657429,-1.0939480486894821,-2.4843465992968414,-0.4364803433418274,0.8884459137916565,0.141945943236351,-4.152412414550781,-3.022932291030884,0.5685190558433533,-0.1972324252128601,-0.27340996265411377,-0.4382106065750122 +380,-2.1356335014875136,-1.1267851679773926,-2.4547799349585784,-0.36284327507019043,0.9030358791351318,0.2299368977546692,0.24350190162658691,-1.9807432889938354,0.6135241985321045,-0.25629734992980957,-0.13701415061950684,0.09290850162506104 +381,-2.4539170368052035,-1.1259984614808567,-2.697031133637944,-0.2731141448020935,0.9026976823806763,0.33248382806777954,-0.20944546163082123,-0.13808193802833557,0.48922601342201233,-1.1759519577026367,-0.053958117961883545,-0.9813944101333618 +382,-2.1846405076516797,-1.147167555242636,-2.475744022164546,-0.33602628111839294,0.9116032719612122,0.23678302764892578,2.066831111907959,2.91377329826355,-1.6688451766967773,-0.7003049850463867,-0.11286658048629761,-0.4328584372997284 +383,-1.4417772038586543,-0.9670153655497443,-1.9754609572711863,-0.5630402565002441,0.8231948018074036,-0.07304873317480087,1.926975965499878,-3.562298536300659,-1.9809269905090332,-0.16710805892944336,1.3966081142425537,-0.05498773604631424 +384,-1.3058059488784681,-0.7874577839540812,-1.732356568988252,-0.6810181736946106,0.7085616588592529,-0.18480941653251648,0.7416041493415833,0.7792747616767883,-1.5927131175994873,0.1327088475227356,-0.32799220085144043,0.4064280390739441 +385,-1.0780941709184926,-0.6844750700182253,-1.757829459456146,-0.6826004981994629,0.6322664022445679,-0.36646369099617004,-0.7820517420768738,3.1681437492370605,0.03122011572122574,1.030897617340088,-0.18217796087265015,0.7521142959594727 +386,-1.2144234145807058,-0.8275941599865184,-1.929181424631526,-0.6341342926025391,0.7363055944442749,-0.23606757819652557,-0.5066859126091003,-2.7233901023864746,-0.3475229740142822,-1.607290267944336,0.9024730920791626,-2.807053804397583 +387,-1.2866164261655204,-0.8345011593162865,-1.962622920154875,-0.6446129679679871,0.7409616112709045,-0.18828198313713074,1.643458366394043,0.6987416744232178,-0.0659070760011673,-0.3499702215194702,1.0663046836853027,-1.1417655944824219 +388,-1.3871076589517233,-0.9487245803765572,-1.9880267240949387,-0.5729168653488159,0.8126729726791382,-0.10643816739320755,-0.31246936321258545,-2.2367286682128906,1.71983003616333,0.4675396680831909,0.2560373544692993,0.40869957208633423 +389,-1.6274217866478358,-1.0644251321103346,-2.137583530772503,-0.48422959446907043,0.8745102286338806,0.027449067682027817,-2.7314064502716064,-0.12901490926742554,0.9966806173324585,-0.05870860815048218,-0.01386880874633789,0.41009676456451416 +390,-2.103851917224845,-1.1109050039696982,-2.462459190491409,-0.38227012753486633,0.8961007595062256,0.22555045783519745,0.9283562302589417,-1.0380635261535645,0.2745136320590973,-0.4011771082878113,-0.23206877708435059,-0.22510790824890137 +391,-2.356798136193602,-1.1312848922011431,-2.5783057743216937,-0.30069053173065186,0.9049596786499023,0.3010537624359131,-1.2835016250610352,-2.056227445602417,0.6209242343902588,-0.38093486428260803,-0.2434757947921753,-0.4427010715007782 +392,-2.3412918030236782,-1.1328872048519645,-2.5688488400546454,-0.3042815625667572,0.9056402444839478,0.29534485936164856,1.4940108060836792,1.1250011920928955,-1.155260682106018,-0.7585236430168152,0.13107246160507202,-0.9143328666687012 +393,-1.4893259297567147,-1.0127479385863423,-1.9923391743416092,-0.5277750492095947,0.8482901453971863,-0.04309342801570892,2.1372625827789307,2.74721097946167,-2.2978944778442383,-0.543437659740448,0.8889228105545044,0.23318743705749512 +394,-1.3444017732999505,-0.8198752253195968,-1.6976249781944421,-0.664901077747345,0.7310606837272644,-0.1531555950641632,1.2273589372634888,0.5450138449668884,-0.8927227854728699,0.5337823629379272,-0.04876399040222168,0.2848389148712158 +395,-1.191246873612554,-0.6820745182181672,-1.6813759825344528,-0.7210208773612976,0.6304047703742981,-0.2876082956790924,-0.35256075859069824,2.210052728652954,-0.48279356956481934,0.7703068256378174,-0.5068543553352356,0.4720260798931122 +396,-1.1803001665110333,-0.8384963082844116,-1.849985726338877,-0.6182512640953064,0.7436386346817017,-0.2544938623905182,-2.0877106189727783,-2.6610851287841797,1.2991076707839966,-0.1102338433265686,-0.18290865421295166,-1.1833418607711792 +397,-1.3265239024715147,-0.8440219202821378,-1.9337690203388764,-0.6447368860244751,0.7473215460777283,-0.16070051491260529,0.3887886106967926,0.3120860755443573,-0.20401006937026978,-0.22155028581619263,0.18412059545516968,0.4936472773551941 +398,-1.3688490479501312,-0.9012130439144156,-1.9074131755941386,-0.6080462336540222,0.7840803861618042,-0.12449024617671967,-0.2659537196159363,-2.1531453132629395,1.6118587255477905,0.7286211848258972,-0.3051375150680542,0.24637746810913086 +399,-1.557455325280471,-1.0470653444207758,-2.033972722142559,-0.5000700354576111,0.8659592866897583,-0.006671831011772156,-3.0700087547302246,1.937483549118042,1.1120381355285645,-0.039923250675201416,0.0472487211227417,0.6331214308738708 +400,-2.107517090855522,-1.0811458316307307,-2.59479985359921,-0.4041860103607178,0.8824973106384277,0.24048294126987457,0.431606650352478,-1.647905707359314,0.3168967366218567,-0.13257238268852234,-0.1891379952430725,-0.3347517251968384 +401,-2.3627531814067724,-1.1104534385220586,-2.6556971703229815,-0.31206879019737244,0.8959002494812012,0.31618940830230713,-0.4820016026496887,-1.8152453899383545,0.7893686890602112,-0.3556710481643677,-0.21889835596084595,-0.3435026705265045 +402,-2.4487825710656463,-1.149925344550337,-2.685428431140335,-0.26094526052474976,0.9127334356307983,0.31436485052108765,0.4033691883087158,1.182647705078125,-0.1354692280292511,-0.9153852462768555,-0.18890231847763062,-0.5881532430648804 +403,-1.600975888803468,-1.0579213730678285,-2.1048865258457283,-0.49046093225479126,0.8713374137878418,0.014806391671299934,2.067462682723999,4.952553749084473,-2.5407142639160156,-0.38618701696395874,0.7659153938293457,0.6916602849960327 +404,-1.322672076586848,-0.871730990074979,-1.7826560626209744,-0.623795211315155,0.7654439806938171,-0.1580352932214737,1.4559739828109741,1.1781079769134521,-0.8140681982040405,0.47992008924484253,0.10157567262649536,0.605316162109375 +405,-1.1303165924947869,-0.7044142616656074,-1.7478950116808665,-0.6892569065093994,0.6475875973701477,-0.3248927593231201,-0.1507507860660553,2.659374237060547,-0.8561091423034668,0.6612264513969421,-0.6405075192451477,0.6487452983856201 +406,-1.0018853264001182,-0.8018373022527611,-1.8978663988458966,-0.5858558416366577,0.7186349630355835,-0.3746156692504883,-3.5754523277282715,-1.187461495399475,0.8654448986053467,0.30979377031326294,-0.4226144552230835,-0.02366924285888672 +407,-1.2886729392194394,-0.8458385190254678,-2.0500982617067542,-0.6368889808654785,0.7485274076461792,-0.18460527062416077,-0.7088406085968018,-1.3154815435409546,-0.21921806037425995,0.33154547214508057,-0.1190718412399292,0.47095173597335815 +408,-1.3812653081031687,-0.9092371772864108,-2.0379049694619695,-0.6033463478088379,0.7890353202819824,-0.11574207246303558,-0.776447057723999,-2.3706181049346924,1.0640119314193726,0.8707109689712524,-0.22902262210845947,0.15639153122901917 +409,-1.6438093052298897,-1.0593531003119105,-2.109899688944096,-0.4881323575973511,0.8720390200614929,0.03570346161723137,-2.0923774242401123,-0.3735648989677429,1.2427598237991333,0.13083255290985107,0.1834113597869873,0.4593832492828369 +410,-2.119423510240211,-1.0346985239713122,-2.6324159558581672,-0.43582287430763245,0.8597084283828735,0.26638275384902954,1.3118478059768677,-2.5914578437805176,0.03448714315891266,-0.08585986495018005,-0.1672036051750183,-1.3432412147521973 +411,-2.296131229624398,-1.0787704632509918,-2.5911009894301347,-0.3534952402114868,0.881377637386322,0.3133915960788727,-1.251971960067749,-2.4283299446105957,0.8289467096328735,-0.2564443051815033,-0.28028833866119385,-0.15512746572494507 +412,-2.434053529411606,-1.0825689921124255,-2.6606102109261984,-0.3048734664916992,0.883165717124939,0.3564692735671997,0.8827188014984131,0.5395644903182983,-0.3840697407722473,-0.6382112503051758,0.07412487268447876,-1.0885707139968872 +413,-1.6433740374683743,-1.0242907297269654,-2.04429666300153,-0.5183364152908325,0.8543457984924316,0.03768586739897728,1.8768774271011353,3.3058738708496094,-2.5766546726226807,-0.30254048109054565,0.795861542224884,0.6007571220397949 +414,-1.3634228675043956,-0.8316196336036097,-1.6753986052500798,-0.6592462658882141,0.7390234470367432,-0.13870416581630707,0.9626909494400024,0.8083935976028442,-1.11509108543396,0.23262572288513184,0.12628722190856934,0.743638813495636 +415,-1.1852740789703609,-0.6892711222617215,-1.6131435129685419,-0.7150680422782898,0.6359748840332031,-0.29019618034362793,-0.3041386306285858,2.355621814727783,-0.7658635377883911,0.6823989152908325,-0.6181373000144958,0.6277358531951904 +416,-1.074747074104361,-0.7766561291251383,-1.781485397315224,-0.6272916793823242,0.700898289680481,-0.3394800126552582,-3.3235230445861816,-0.9985537528991699,0.5305951833724976,0.101718008518219,-0.32515066862106323,0.03908023238182068 +417,-1.308861955316256,-0.8000655624533781,-1.9366641328892158,-0.6728971600532532,0.7174017429351807,-0.1803995966911316,-0.48834893107414246,-1.186851143836975,-0.26407739520072937,0.30532824993133545,0.7281548380851746,0.08915205299854279 +418,-1.3579378765135504,-0.8494501571893283,-1.8627186014657953,-0.6454916000366211,0.750917375087738,-0.13951177895069122,-0.005049115978181362,-3.99160099029541,1.4556423425674438,0.8921194672584534,-0.2379627227783203,0.24301213026046753 +419,-1.5485097715636953,-1.0082331571190934,-1.8952184356064465,-0.5332236289978027,0.8458908200263977,-0.011885684914886951,-2.505699396133423,0.692223072052002,1.196339726448059,-0.04348224401473999,0.056224048137664795,0.6612082123756409 +420,-2.063352343453228,-1.0440314018838852,-2.445838341715912,-0.44297707080841064,0.864437997341156,0.2377350926399231,0.3668164014816284,-2.0372347831726074,0.6029775142669678,0.01240462064743042,-0.020703375339508057,-0.5464967489242554 +421,-2.304220177146445,-1.0900750873327039,-2.4639830584804723,-0.34352487325668335,0.8866616487503052,0.3095511198043823,-0.8797026872634888,-1.1382348537445068,0.8447295427322388,-0.42550283670425415,-0.24106228351593018,-0.13447177410125732 +422,-2.48359249688493,-1.0980606753186026,-2.6074186510136523,-0.278446763753891,0.8903260231018066,0.3602598011493683,0.3220040202140808,-0.5348867177963257,0.029577068984508514,-0.5097765326499939,0.018411219120025635,-0.6596982479095459 +423,-1.7963299218195734,-1.0909369928742825,-2.0480353388275274,-0.4499627947807312,0.8870598673820496,0.10323810577392578,2.085787534713745,4.5163421630859375,-2.762094259262085,-0.5818517208099365,0.3399145007133484,0.6118650436401367 +424,-1.4707421343399218,-0.8800986165315741,-1.6525082453590698,-0.6338889598846436,0.7708017230033875,-0.06363574415445328,1.8661285638809204,2.104426860809326,-1.832892894744873,0.39131999015808105,0.40459805727005005,0.8002538084983826 +425,-1.2438145845943058,-0.7053531202616278,-1.5933100255153783,-0.7210416793823242,0.6483027338981628,-0.244545578956604,0.18280740082263947,2.881175994873047,-1.1446667909622192,0.6184720396995544,-0.5420710444450378,0.544533371925354 +426,-1.0351801227938267,-0.7154360013743597,-1.6550292446009174,-0.6490997076034546,0.6559465527534485,-0.38523176312446594,-1.685197114944458,2.457685708999634,0.9043701887130737,0.8337616324424744,-0.44333070516586304,0.774986982345581 +427,-1.3124798539695437,-0.8392988350152993,-1.8605770827295824,-0.6458219885826111,0.7441749572753906,-0.17063887417316437,-0.8109821677207947,-0.5126721262931824,-0.09856031090021133,-0.4872346520423889,0.055034637451171875,-0.24638378620147705 +428,-1.294373740871466,-0.8674886875674949,-1.8278376930671194,-0.6221922039985657,0.7627071738243103,-0.1765066236257553,-1.3365185260772705,0.4279802441596985,1.4022544622421265,0.8913878202438354,-0.019604206085205078,1.001106858253479 +429,-1.4352161664328176,-1.0232835472954136,-1.8423479291635405,-0.5157879590988159,0.8538219332695007,-0.07036227732896805,-0.1391502171754837,-0.9549742937088013,1.1924775838851929,-0.03371149301528931,0.3285510540008545,0.49361056089401245 +430,-2.0374094465020574,-1.0747121027591733,-2.4408512512120115,-0.42510131001472473,0.8794531226158142,0.21412880718708038,-2.0839016437530518,-2.1226272583007812,0.7470501661300659,0.08502867817878723,-0.1306738257408142,-0.9760764837265015 +431,-2.2713970821683525,-1.1029634528538954,-2.5130674999304095,-0.3447335362434387,0.8925476670265198,0.29071927070617676,-0.2789911925792694,-1.0620766878128052,0.8025527596473694,-0.15247413516044617,-0.005996644496917725,-0.09331616759300232 +432,-2.483837646005382,-1.129137978355869,-2.668074711653771,-0.26131126284599304,0.9040440917015076,0.3382608890533447,-0.1607501208782196,0.011472387239336967,0.40313720703125,-1.1719772815704346,0.0010918378829956055,-0.437702476978302 +433,-2.1608395299029586,-1.1469484948736182,-2.412629511518744,-0.3417316675186157,0.9115132093429565,0.2288297414779663,2.783230781555176,3.1726653575897217,-2.1930696964263916,-0.6169780492782593,-0.12385457754135132,-0.4036649465560913 +434,-1.5215699183542095,-0.9767824862141554,-1.9400103385312422,-0.5590137839317322,0.828700840473175,-0.02754049189388752,1.6929501295089722,-4.852259635925293,-1.4580382108688354,0.03556102514266968,1.4927866458892822,-0.21144264936447144 +435,-1.2923327645601757,-0.7953494413711494,-1.6843922760709455,-0.6730690598487854,0.7141082882881165,-0.19242477416992188,0.8399050235748291,2.083186149597168,-2.0569276809692383,0.20720303058624268,-0.20371711254119873,0.7049217224121094 +436,-1.0092537397001133,-0.7033000106772331,-1.725630692733223,-0.6455859541893005,0.6467381715774536,-0.40613847970962524,-1.0840198993682861,3.4466962814331055,0.21273475885391235,1.2079944610595703,-0.2774602770805359,0.905802845954895 +437,-1.1192047669779637,-0.8423976747525672,-1.8888549101752525,-0.5989439487457275,0.7462413311004639,-0.2904995083808899,-1.9143040180206299,-2.3508522510528564,0.08133850246667862,-1.440377950668335,0.35161322355270386,-0.20123019814491272 +438,-1.2775266079184173,-0.858478890340149,-1.9576347819690196,-0.6256836652755737,0.7568492293357849,-0.18894217908382416,0.6728494167327881,0.5257860422134399,0.3408104479312897,-0.43608391284942627,1.0414295196533203,0.5739824771881104 +439,-1.3045780508210907,-0.97318448165067,-1.9463219319212506,-0.5428485870361328,0.8266817331314087,-0.14802990853786469,-0.5984401702880859,-0.42719513177871704,1.6572790145874023,0.2749805450439453,0.040856778621673584,0.7102705240249634 +440,-1.7632275037199334,-1.091792409002728,-2.436636289569566,-0.45238828659057617,0.8874544501304626,0.08814429491758347,-4.947242736816406,-3.792121171951294,0.3456496596336365,-0.11966371536254883,-0.15181297063827515,-0.40305519104003906 +441,-2.1579590458515168,-1.0990806367921846,-2.6181403820135025,-0.3783075511455536,0.8907899856567383,0.25174635648727417,-0.36003896594047546,-3.2795047760009766,0.37699154019355774,-0.005679786205291748,-0.20908856391906738,-0.20323866605758667 +442,-2.4650412624211113,-1.1227137685998807,-2.81438612111835,-0.2712538540363312,0.9012794494628906,0.33781173825263977,-0.17539562284946442,0.08968645334243774,0.6429500579833984,-0.9626481533050537,-0.14984512329101562,-0.4293186664581299 +443,-2.1902989106309336,-1.1552052757027091,-2.5734723784706848,-0.3287043869495392,0.9148778319358826,0.23441827297210693,3.3439176082611084,2.351148843765259,-1.975124478340149,-0.6362918615341187,0.038628578186035156,-0.6402410268783569 +444,-1.4791546361907835,-0.9601459495772772,-1.9444392064182754,-0.5709942579269409,0.8192752599716187,-0.05247385427355766,1.0101726055145264,-4.839437484741211,-1.6104423999786377,0.014079034328460693,1.5598902702331543,-0.00018423423171043396 +445,-1.280887224852238,-0.805423322386172,-1.754416079600991,-0.6638951301574707,0.721123993396759,-0.19804906845092773,0.7405474185943604,2.092941999435425,-1.9284791946411133,0.2717137336730957,-0.25126010179519653,0.5566458702087402 +446,-1.0723811561116825,-0.7208492302624453,-1.7864729691107049,-0.6598499417304993,0.6600229144096375,-0.3591209948062897,-0.7712734341621399,2.8544883728027344,0.2102910280227661,0.9755542874336243,-0.3177071809768677,0.8811241388320923 +447,-1.2113188768196363,-0.8689007605186629,-1.9740029294009225,-0.6043957471847534,0.7636196613311768,-0.2271357923746109,-0.5071148872375488,-4.041414737701416,-0.9313782453536987,-1.823979377746582,1.3123385906219482,-3.0796267986297607 +448,-1.226660229650793,-0.8255672954284077,-1.9819102167136742,-0.6383790373802185,0.7349326014518738,-0.22879336774349213,0.8182568550109863,2.5472090244293213,0.2630051076412201,0.5754212737083435,0.6422188878059387,1.4560120105743408 +449,-1.284911445893544,-0.9787643206961845,-1.958781966115099,-0.5353984832763672,0.8298084139823914,-0.15737326443195343,-0.37881630659103394,-2.3085081577301025,2.3159515857696533,0.2955608367919922,0.5778758525848389,0.47179585695266724 +450,-1.8293007538174786,-1.1238025247238008,-2.462411299729571,-0.4178943634033203,0.9017506241798401,0.11049994826316833,-4.88319730758667,-1.028342604637146,1.119910717010498,-0.2916088104248047,-0.2980213761329651,-0.12873423099517822 +451,-2.210255898289145,-1.1310339677277526,-2.7163824389043927,-0.3416088819503784,0.9048528671264648,0.2540559470653534,-0.5510204434394836,-2.2678420543670654,0.25931307673454285,-0.1609697937965393,-0.31207960844039917,-0.0879639983177185 +452,-2.4856790375296867,-1.1332905221017042,-2.920403186003209,-0.25839632749557495,0.9058112502098083,0.33576375246047974,-0.062300439924001694,0.346310019493103,0.4394645690917969,-0.8720052242279053,-0.04945749044418335,-0.2178744375705719 +453,-2.0649830467129284,-1.1719937923072778,-2.522443951312913,-0.34185510873794556,0.9215266704559326,0.1841840296983719,3.6406912803649902,2.406733274459839,-2.350389242172241,-0.5280789732933044,0.2527897357940674,-0.3133190870285034 +454,-1.4786153599694754,-0.9664188514547056,-1.981267335776365,-0.5658371448516846,0.8228560090065002,-0.05230765789747238,3.0611138343811035,-4.56408166885376,-1.7202770709991455,0.27050334215164185,1.543034315109253,-0.368346631526947 +455,-1.2583304789725578,-0.7994731792222225,-1.710559509823153,-0.6633306741714478,0.7169889807701111,-0.21428801119327545,0.3811514973640442,2.569772720336914,-1.2816309928894043,0.38630741834640503,-0.3342832922935486,0.7872250080108643 +456,-1.0515731765767191,-0.7502183811434301,-1.747049445539009,-0.6351267695426941,0.68179851770401,-0.3629944622516632,-1.266480803489685,2.5587713718414307,0.3466535210609436,1.1609903573989868,-0.34203100204467773,0.9494965076446533 +457,-1.2185291381873693,-0.863418758882499,-1.9427931488413033,-0.6099377274513245,0.7600686550140381,-0.22421306371688843,-1.8193891048431396,-1.648711085319519,-0.6598345041275024,-1.8769396543502808,0.7066823840141296,0.4640964865684509 +458,-1.312777231708867,-0.8534912438358747,-2.0136622198591585,-0.6355960965156555,0.7535799741744995,-0.16773481667041779,2.1429624557495117,-1.928391695022583,-1.2607885599136353,-1.3205502033233643,1.3917447328567505,-1.8418018817901611 +459,-1.4247591118175382,-0.9440106912152052,-2.040199708362036,-0.5803008675575256,0.8099170327186584,-0.08535315841436386,-0.46497514843940735,-1.0004935264587402,1.5902245044708252,0.4808593988418579,0.2813457250595093,0.6561844348907471 +460,-1.8903898010214744,-1.0708494869378231,-2.5085956927077704,-0.4551047682762146,0.877608060836792,0.15061159431934357,-3.819836139678955,-2.039604663848877,1.3746079206466675,-0.1444740891456604,-0.23213070631027222,-0.08693671226501465 +461,-2.226988274986798,-1.0996814644468627,-2.7430687929019424,-0.35961848497390747,0.89106285572052,0.2769138216972351,-0.26790735125541687,-2.463433027267456,0.10945293307304382,-0.20245420932769775,-0.30749058723449707,-0.10943332314491272 +462,-2.4748956879862933,-1.0839350083737311,-2.861658627893522,-0.2893180251121521,0.8838056325912476,0.3676718473434448,-0.0370500311255455,-0.8675738573074341,0.39255645871162415,-0.7284278869628906,-0.007249295711517334,-0.11317053437232971 +463,-2.4038710782058956,-1.1323062472502692,-2.7096961118107483,-0.28556910157203674,0.9053937792778015,0.3141850233078003,2.6422512531280518,0.6221082210540771,-1.3082646131515503,-0.7827292084693909,0.013246238231658936,-0.7170628309249878 +464,-1.5617671473537167,-1.0040540461542187,-2.0472593394941025,-0.5368648171424866,0.843654453754425,-0.0048475805670022964,2.129483938217163,-0.718230664730072,-2.036393880844116,-0.22784465551376343,1.3592875003814697,-0.033528268337249756 +465,-1.3556402806841727,-0.8359573481624942,-1.6863759030970373,-0.6550089716911316,0.7419387102127075,-0.14314481616020203,1.0807156562805176,0.8197193741798401,-1.6195238828659058,0.029856324195861816,-0.16083824634552002,0.14624230563640594 +466,-1.1639537252925898,-0.7362647139520085,-1.6757535138286677,-0.6804993152618408,0.6715248227119446,-0.29321524500846863,-0.4208831489086151,1.4719709157943726,0.06353213638067245,1.0469238758087158,-0.6389015316963196,0.5408653616905212 +467,-1.2039169560195984,-0.8786557588756083,-1.8554399134260815,-0.595716118812561,0.7698817253112793,-0.22892023622989655,1.288175106048584,-1.9678491353988647,0.6141036748886108,-0.23985517024993896,0.24586528539657593,-3.1682355403900146 +468,-1.3373745107010833,-0.8460776081346637,-1.9163096302080513,-0.6449466347694397,0.748685896396637,-0.15333972871303558,2.323354482650757,1.0663472414016724,-0.1008584126830101,-0.345730185508728,0.8308733105659485,0.1411784440279007 +469,-1.3631587561618899,-0.8917220224152818,-1.8606546234051335,-0.614582359790802,0.7781544327735901,-0.12947647273540497,0.23833271861076355,-1.7847728729248047,1.8772435188293457,0.5113109350204468,0.33524882793426514,0.7538966536521912 +470,-1.722309230547585,-1.0564762303259512,-2.151214837686804,-0.4863072335720062,0.8706274032592773,0.07425086200237274,-3.7839255332946777,-0.7096462249755859,1.270559310913086,-0.2382715940475464,-0.19449520111083984,0.3622572422027588 +471,-2.1290451759311515,-1.0833850294327183,-2.5260423926830646,-0.39723876118659973,0.8835482001304626,0.24808065593242645,1.0126972198486328,-3.177537202835083,0.06928277015686035,-0.24858948588371277,-0.28622764348983765,-0.20405900478363037 +472,-2.388173664247883,-1.097801685101561,-2.626986561670723,-0.3116614818572998,0.8902080655097961,0.3322606086730957,-0.14402329921722412,-0.34157875180244446,0.6891855001449585,-0.5270988941192627,0.08496600389480591,-0.5409245491027832 +473,-2.3053314764567374,-1.1203986193579119,-2.5534616454755756,-0.32307228446006775,0.9002740383148193,0.29177242517471313,1.9655829668045044,1.3018444776535034,-1.707230567932129,-0.9144613146781921,0.06705701351165771,-0.7279449701309204 +474,-1.477581003509157,-0.9729323126606156,-1.8735613182737352,-0.5604345798492432,0.8265398144721985,-0.052392929792404175,2.8464674949645996,-1.7709754705429077,-2.0132408142089844,-0.002385854721069336,1.4983656406402588,0.011468827724456787 +475,-1.3168016016941242,-0.8363917137518416,-1.5864470593911069,-0.6486448049545288,0.7422298789024353,-0.16838914155960083,0.9350033402442932,0.6721676588058472,-1.046515941619873,0.10871249437332153,-0.2378200888633728,0.32981187105178833 +476,-1.1635590792637474,-0.7347359187868212,-1.5618207383119218,-0.681325376033783,0.6703912019729614,-0.2938900291919708,-0.252376914024353,1.9375578165054321,-0.40414881706237793,0.7735952734947205,-0.4988672137260437,0.5426235198974609 +477,-1.1727401759362053,-0.8348015837522254,-1.7530370802369322,-0.6188378930091858,0.7411633133888245,-0.2602236866950989,-2.675309419631958,-2.246217966079712,0.39645150303840637,0.06993359327316284,-0.21554386615753174,-0.5552211999893188 +478,-1.3932120087140283,-0.8165819408703365,-1.8790585894629372,-0.6739480495452881,0.7288097143173218,-0.12095679342746735,-1.541712760925293,-0.12465512752532959,0.22637417912483215,0.2611367702484131,0.5943409204483032,1.1116031408309937 +479,-1.360329275556559,-0.9050363056720985,-1.8484226754077375,-0.6040273904800415,0.7864475846290588,-0.12903884053230286,-0.3294999897480011,-1.9910389184951782,2.1161651611328125,1.015038251876831,-0.2129155397415161,0.11374951899051666 +480,-1.5334373498527851,-1.0654897718787402,-1.855763962379495,-0.48373812437057495,0.8750261068344116,-0.018080374225974083,-1.8326592445373535,0.2032223492860794,1.3252204656600952,0.031009793281555176,0.019932448863983154,0.7075029611587524 +481,-2.1914010266272554,-1.0684414503088127,-2.4936667202076603,-0.3917059004306793,0.8764511346817017,0.28000012040138245,-1.4480319805443287e-05,-3.8759937286376953,-0.2078128457069397,-0.15623721480369568,-0.0018936395645141602,-2.040116786956787 +482,-2.200201618140225,-1.0947858001443125,-2.41722416798296,-0.37042829394340515,0.8888301253318787,0.26974746584892273,-1.0717122554779053,-0.3980085551738739,0.7428273558616638,-0.3186890780925751,-0.135229229927063,-0.08023327589035034 +483,-2.415181012179762,-1.081003994749098,-2.5707012343793276,-0.3124640882015228,0.8824305534362793,0.35168546438217163,0.9737288355827332,-0.16054193675518036,-0.06888950616121292,-0.4692589342594147,0.14819395542144775,-0.7676553726196289 +484,-1.6367851922919532,-1.0731859972726425,-1.9554565607074121,-0.4762880802154541,0.8787257075309753,0.031475409865379333,2.6419670581817627,4.597264766693115,-2.3661115169525146,-0.4781949520111084,0.4904606342315674,0.8046756982803345 +485,-1.3671779444513144,-0.8405297588184238,-1.5779080692209697,-0.6532875299453735,0.7449966073036194,-0.13489073514938354,1.3774362802505493,2.207458257675171,-1.43366277217865,0.39892351627349854,0.24856418371200562,0.516802966594696 +486,-1.1577038310408778,-0.7001037963093293,-1.5317716616588553,-0.7004452347755432,0.6442970633506775,-0.3070141673088074,0.1363646537065506,2.234882354736328,-0.67791748046875,0.7035276293754578,-0.7212929725646973,0.6096874475479126 +487,-0.9926641410794265,-0.7725089721250544,-1.5966633512220743,-0.5997745990753174,0.6979342699050903,-0.39135420322418213,-2.4251484870910645,1.1855566501617432,1.5594078302383423,0.5934575200080872,-0.2391940951347351,0.5518919229507446 +488,-1.2953353957715128,-0.8460653378398011,-1.7423835138718518,-0.6379413604736328,0.7486777901649475,-0.18031176924705505,-0.3359466791152954,-0.6497368812561035,-0.47521060705184937,-0.2826060652732849,-0.4856621026992798,-0.41490310430526733 +489,-1.3505710941109752,-0.8886423094808982,-1.770916657675085,-0.6152395009994507,0.7762165069580078,-0.13772501051425934,-1.2880351543426514,0.7749926447868347,1.487223744392395,1.3146719932556152,-0.09646803140640259,0.2837821841239929 +490,-1.3720190126982312,-1.0303841875737008,-1.7221805069729978,-0.5043584704399109,0.8574967384338379,-0.10159666836261749,-0.6587400436401367,0.3904729187488556,0.834984302520752,0.1574956774711609,0.1511092185974121,0.6066930890083313 +491,-1.9594415036554926,-1.0830342403598676,-2.3305175065511503,-0.43369951844215393,0.8833838701248169,0.1775878220796585,-3.15535831451416,-3.745718479156494,0.7422780990600586,-0.008088171482086182,-0.23610615730285645,-0.8459075689315796 +492,-2.1420209113044395,-1.107801820267582,-2.3651152416529606,-0.375722199678421,0.8947190642356873,0.24147574603557587,-0.6324977874755859,-1.6648037433624268,0.39372268319129944,-0.12290453910827637,-0.07291126251220703,0.015299201011657715 +493,-2.3807997469909727,-1.1313393699067231,-2.5667520555746868,-0.29334452748298645,0.9049828052520752,0.3081473708152771,0.08081736415624619,-0.29587480425834656,0.5139343738555908,-0.9156398177146912,-0.04815620183944702,-0.1723136007785797 +494,-1.9817586136794774,-1.1094418717278907,-2.2514992066368524,-0.4080958068370819,0.8954503536224365,0.1778382509946823,2.507272720336914,2.748392343521118,-2.3853156566619873,-0.5590367317199707,0.280864953994751,-0.3938722610473633 +495,-1.4785813758597817,-0.9281219990989211,-1.7665226197797406,-0.5967917442321777,0.8004958033561707,-0.055189650505781174,2.143197536468506,-2.0594120025634766,-1.3387517929077148,0.30350261926651,0.8114883303642273,-0.34810012578964233 +496,-1.235166742612405,-0.7597549403361308,-1.6021239175145265,-0.6845518946647644,0.6887437701225281,-0.23879028856754303,0.5737837553024292,2.45381236076355,-1.6162254810333252,0.3740965723991394,-0.5330583453178406,0.6155297756195068 +497,-1.0452304326371904,-0.7068028288095217,-1.6575568823465443,-0.6578129529953003,0.649405837059021,-0.381515771150589,-1.1456153392791748,2.4757838249206543,0.1112252026796341,0.8915165662765503,-0.236686110496521,0.8792880177497864 +498,-1.0864261257813699,-0.8351202804258825,-1.810773151499992,-0.5938920378684998,0.7413772344589233,-0.31249305605888367,-0.8709123134613037,-3.8812153339385986,0.19073301553726196,-0.645960807800293,0.7030654549598694,-1.6873085498809814 +499,-1.302126342870167,-0.8531850620189014,-1.9369305386487925,-0.6339958906173706,0.753378689289093,-0.17455604672431946,2.165754556655884,0.3887651860713959,0.37084901332855225,-1.013388752937317,1.0972224473953247,-1.241215467453003 +500,-1.3871843776798383,-0.9631821177696764,-1.91345202022366,-0.5613136291503906,0.8210124373435974,-0.10423792898654938,-0.07482146471738815,-2.4661102294921875,2.1813783645629883,0.7009162902832031,0.03712654113769531,0.4180043935775757 +501,-1.5580410882867624,-1.0975905100748964,-2.062479272359091,-0.45570507645606995,0.8901118636131287,-0.005812942516058683,-2.513496160507202,0.6941472887992859,0.7037859559059143,-0.21549850702285767,-0.024099290370941162,0.43675166368484497 +502,-2.1036034159274206,-1.117168487220578,-2.4910746138518314,-0.3774838149547577,0.8988631963729858,0.22259993851184845,1.9985238313674927,-1.3795697689056396,-0.34857186675071716,-0.26301905512809753,-0.3128342628479004,-0.16034415364265442 +503,-2.311908943925192,-1.1317978889154316,-2.547491863869769,-0.31355422735214233,0.9051778316497803,0.2869434654712677,-1.9356330633163452,-1.6101198196411133,0.7132524251937866,-0.297880619764328,-0.0562552809715271,-0.09713941812515259 +504,-2.36583635624407,-1.1165931524347716,-2.6214268336674142,-0.30723485350608826,0.8986108899116516,0.3132173418998718,1.6636121273040771,1.6991527080535889,-1.5116283893585205,-0.9260720014572144,-0.012075304985046387,-0.709365963935852 +505,-1.4499625587413847,-0.9866338960652407,-1.9080861564311238,-0.5474795699119568,0.8341742753982544,-0.06647787988185883,2.6558244228363037,-1.0652142763137817,-1.6949682235717773,0.011362075805664062,1.5623862743377686,0.18360430002212524 +506,-1.2690785304533074,-0.8370664342270566,-1.616924650560722,-0.639394998550415,0.7426818609237671,-0.19899214804172516,0.8628652095794678,0.8816906809806824,-1.2535468339920044,0.034795939922332764,-0.23302298784255981,0.5244773626327515 +507,-1.0487525308864303,-0.7088674327293827,-1.622391193813983,-0.6579889059066772,0.650974452495575,-0.37852707505226135,-0.6636803150177002,2.7171757221221924,-0.2056407481431961,0.8872522711753845,-0.3910257816314697,0.7576165199279785 +508,-1.1425273230045545,-0.8527704299608282,-1.8204818963460263,-0.5984817147254944,0.7531059384346008,-0.2732234299182892,-0.059669047594070435,-5.004265785217285,0.3005247414112091,-0.11247104406356812,0.6489325761795044,-3.0536046028137207 +509,-1.2825731385470662,-0.8457122192805566,-1.8685162437679435,-0.6358418464660645,0.7484436631202698,-0.1885136067867279,1.8460201025009155,0.7921594381332397,0.10005756467580795,-0.933753490447998,0.78253173828125,-0.6473475694656372 +510,-1.231090517608233,-0.950409363350918,-1.832474417950373,-0.5481274724006653,0.8136535286903381,-0.19371148943901062,-0.13276374340057373,-2.1087653636932373,1.6621642112731934,0.6058515310287476,-0.07653200626373291,0.3654491901397705 +511,-1.5723600828631976,-1.0651725805771646,-2.033557204240123,-0.48435255885124207,0.8748725056648254,0.0007574098999612033,-2.6942224502563477,-0.09257566183805466,1.2038413286209106,0.08440449833869934,-0.19838941097259521,0.3337763547897339 +512,-2.1713249860950605,-1.08796646062541,-2.5921816426269553,-0.3830539286136627,0.885684609413147,0.262358695268631,0.8169021606445312,-1.4212702512741089,0.30346301198005676,-0.3207118511199951,-0.010639011859893799,-0.5782461762428284 +513,-2.368680081834267,-1.0932170894443451,-2.655141448070079,-0.3209245204925537,0.8881101608276367,0.32904013991355896,-1.2011879682540894,-1.3796908855438232,0.6504594087600708,-0.203657329082489,0.052304089069366455,-0.3613583445549011 +514,-2.4691381115970277,-1.1016004832079644,-2.7348486226695425,-0.28165963292121887,0.8919321894645691,0.3537294864654541,0.878463864326477,0.6159274578094482,-0.3560011684894562,-0.6432518362998962,0.13472479581832886,-0.6490175724029541 +515,-1.6803197113153827,-1.0616020084621225,-2.108441877882229,-0.48455342650413513,0.8731375336647034,0.05328315123915672,2.6827874183654785,3.6527342796325684,-2.072007656097412,-0.14439865946769714,0.5927897095680237,0.4929203987121582 +516,-1.2991221016045336,-0.9053999592432966,-1.6988849787363447,-0.5947274565696716,0.7866721153259277,-0.16566814482212067,1.8947867155075073,0.830053985118866,-0.8129889965057373,0.3006296753883362,0.11355054378509521,0.5355716943740845 +517,-1.0780841129159873,-0.7651033752407183,-1.5604672281205618,-0.6355131268501282,0.692611575126648,-0.3411923944950104,0.3028411269187927,2.080737829208374,-0.6956452131271362,0.5072324872016907,-0.6360015273094177,0.610632061958313 +518,-0.9667303985315353,-0.8115632567688797,-1.7146401378897957,-0.5665472745895386,0.7253641486167908,-0.39098700881004333,-2.8068783283233643,0.7165011763572693,0.3898563086986542,0.39865487813949585,-0.5311808586120605,0.3602405786514282 +519,-1.223296434425799,-0.8737871522837388,-1.8609532526450654,-0.603557288646698,0.7667655348777771,-0.21860714256763458,-0.3696514964103699,-0.6035553216934204,-0.6620959639549255,0.10569357872009277,0.20438003540039062,-0.39647459983825684 +520,-1.1800213229751781,-0.8841633360684122,-1.8318825078463046,-0.5861469507217407,0.7733848690986633,-0.24146978557109833,-1.379313349723816,-1.0865893363952637,0.852610170841217,1.4947925806045532,-0.24904710054397583,0.39828431606292725 +521,-1.4273132001511208,-1.0555004609904084,-1.8556851469515734,-0.48772844672203064,0.8701469302177429,-0.07046503573656082,-0.9155148267745972,-0.8698667287826538,1.5936119556427002,-0.05031168460845947,0.5215461254119873,0.5456542372703552 +522,-1.8707597140904189,-1.1290018245134588,-2.3772998294030354,-0.4084705710411072,0.903985857963562,0.12633837759494781,-3.0051422119140625,-3.894937515258789,0.5233363509178162,-0.028708964586257935,-0.403955340385437,-0.3659929037094116 +523,-2.2628546140273964,-1.1363408615102748,-2.525406230850169,-0.32407835125923157,0.9070993661880493,0.268596887588501,0.2848843038082123,-1.3381868600845337,0.23772485554218292,-0.3031952977180481,-0.217707097530365,0.0723760724067688 +524,-2.464824968769093,-1.1436264035365042,-2.6638054548779673,-0.2594640851020813,0.9101418852806091,0.322985976934433,0.38786041736602783,-0.14400871098041534,0.004506287164986134,-0.9779168367385864,0.07000631093978882,-0.6932557821273804 +525,-1.7750117667639314,-1.1171723860212155,-2.1551556677510404,-0.42912009358406067,0.8988649249076843,0.08887182921171188,2.235487461090088,5.366771697998047,-2.786713123321533,-0.5891141891479492,0.4909819960594177,0.544291615486145 +526,-1.4066890514906285,-0.9023014839806973,-1.7687611867660626,-0.6114782094955444,0.7847554683685303,-0.10125866532325745,2.883096218109131,0.6898275017738342,-1.7045154571533203,0.5461553335189819,0.6558115482330322,-0.11949026584625244 +527,-1.1801946256179072,-0.7637842528562339,-1.6898131826735332,-0.6678258776664734,0.6916594505310059,-0.2749829590320587,0.38398295640945435,1.9944006204605103,-1.1418665647506714,0.5158025622367859,-0.9886260628700256,0.4741102159023285 +528,-0.9787891102965535,-0.8027607022682066,-1.788310960491019,-0.5764971971511841,0.7192767262458801,-0.38767510652542114,-2.276233673095703,2.528409719467163,0.8787562251091003,0.6869555711746216,-0.3145831823348999,0.7178295254707336 +529,-1.2790813207419893,-0.8427628025391506,-1.9238878510599537,-0.6372912526130676,0.7464843392372131,-0.1913667619228363,-0.4401939809322357,-0.4651884436607361,-0.21914610266685486,-0.27730536460876465,-0.16813039779663086,-0.25486132502555847 +530,-1.1938417106136734,-0.8533205841021801,-1.9093572988518375,-0.6113227009773254,0.7534677982330322,-0.24201396107673645,-1.3979367017745972,-0.48208102583885193,0.9776359796524048,1.7202703952789307,-0.185993492603302,0.26114851236343384 +531,-1.4180583562950875,-1.019733916843503,-1.8667064103873934,-0.5174972414970398,0.8519687056541443,-0.07966192066669464,-0.5950754284858704,-1.6022160053253174,1.6456267833709717,0.1036788821220398,0.5482998490333557,0.6312977075576782 +532,-1.961569004937376,-1.103188165062764,-2.4757301520460437,-0.4167725741863251,0.8926489949226379,0.17169298231601715,-4.507165908813477,-4.764691352844238,0.9544817805290222,-0.08539417386054993,-0.27733826637268066,-0.6872111558914185 +533,-2.272031522844423,-1.1276034777941855,-2.5871510853371857,-0.32764261960983276,0.9033870697021484,0.27666211128234863,-0.6445884108543396,-2.873919725418091,0.3485426902770996,-0.27948930859565735,-0.162420392036438,-0.18121841549873352 +534,-2.4517948620388905,-1.1403983792312586,-2.7244553311704887,-0.26551902294158936,0.9087997674942017,0.3218427300453186,0.5313903093338013,-0.3525683283805847,-0.06767279654741287,-0.8010092973709106,0.09359586238861084,-0.4672132730484009 +535,-1.8432665844931555,-1.106344793006237,-2.215928190144497,-0.43140825629234314,0.8940673470497131,0.12054385244846344,2.483537197113037,3.5482637882232666,-2.741823196411133,-0.35345813632011414,0.5286927819252014,-0.15142761170864105 +536,-1.3964850146589993,-0.9128697978864578,-1.746218060768181,-0.6022112965583801,0.7912617921829224,-0.10604849457740784,3.3715178966522217,-0.0647055134177208,-1.2708065509796143,0.6726459264755249,0.6474283337593079,-0.38883984088897705 +537,-1.1760061701633564,-0.7635530540751729,-1.551475295111096,-0.6668159365653992,0.69149249792099,-0.27783921360969543,1.2827104330062866,0.9940099716186523,-1.2564884424209595,0.36746907234191895,-0.8712257742881775,0.3709026277065277 +538,-1.0248303024251093,-0.7586420200045172,-1.6124428246348075,-0.6202626824378967,0.6879364848136902,-0.3768520951271057,-1.8844319581985474,2.475217580795288,0.35956013202667236,0.8176504373550415,-0.36889052391052246,0.856207013130188 +539,-1.307824043685494,-0.8470726987994637,-1.8310474289040846,-0.6394150257110596,0.7493452429771423,-0.17213480174541473,-0.7691664099693298,0.2838008403778076,-0.34467098116874695,-0.8386886119842529,-0.24163949489593506,-0.2738032937049866 +540,-1.3328612593575362,-0.845379411387973,-1.8020318739232533,-0.6447558999061584,0.7482228875160217,-0.15637214481830597,-0.8795776963233948,1.1049954891204834,0.28501641750335693,1.1848256587982178,0.21424049139022827,1.823562741279602 +541,-1.3649533521909338,-0.9684143201013585,-1.7725380962743478,-0.5546451210975647,0.8239883184432983,-0.11581011861562729,0.11499766260385513,-0.8699841499328613,2.0111637115478516,0.44774216413497925,0.22261202335357666,0.6725422739982605 +542,-1.8068500889892645,-1.1095627074346368,-2.2537764954802304,-0.4327109158039093,0.8955041766166687,0.10408348590135574,-4.322722434997559,-1.3992820978164673,0.8233859539031982,-0.3238655924797058,-0.23986458778381348,-0.06138945370912552 +543,-2.1596070119842334,-1.1253517383604204,-2.429291501683707,-0.3583034873008728,0.9024192094802856,0.23928743600845337,-0.06128119304776192,-1.9327610731124878,0.37049874663352966,-0.22841224074363708,-0.2791891098022461,0.049683600664138794 +544,-2.490911921460936,-1.1000179052676455,-2.6540957140159964,-0.274746298789978,0.8912155032157898,0.3609009087085724,0.31985196471214294,1.0139317512512207,0.4991770386695862,-0.8703495264053345,0.044133007526397705,-0.9684144258499146 +545,-2.134890674241201,-1.1258963626913163,-2.3492889873249503,-0.3636920154094696,0.902653694152832,0.23009628057479858,3.1103732585906982,3.2878530025482178,-2.421964645385742,-0.7344372868537903,0.0806989073753357,-0.3919461965560913 +546,-1.5119304903561601,-0.9502111453895011,-1.8233561760442933,-0.5805039405822754,0.8135383129119873,-0.03421137481927872,2.2545034885406494,-3.183640956878662,-1.4112608432769775,0.5312334299087524,1.3936150074005127,-0.27104073762893677 +547,-1.258768376318392,-0.800519458788156,-1.5156979561470592,-0.6627099514007568,0.7177178859710693,-0.21376703679561615,1.2158479690551758,1.5204555988311768,-1.4284980297088623,0.3069360852241516,-0.4754694700241089,0.5935583114624023 +548,-1.0859026937438605,-0.7469277681822047,-1.5326528592044413,-0.649192750453949,0.679387629032135,-0.34202510118484497,-1.0162848234176636,2.654686450958252,0.5287840962409973,1.0186538696289062,-0.3809562921524048,0.9107812643051147 +549,-1.242515801069083,-0.8527463419762079,-1.7013661687393768,-0.622783362865448,0.7530900835990906,-0.21212299168109894,-1.325685977935791,-1.8780897855758667,-0.5385441780090332,-1.5251352787017822,0.09683966636657715,0.33661943674087524 +550,-1.2649474545836372,-0.8314136154934375,-1.6346641236774597,-0.6425605416297913,0.7388846278190613,-0.20289266109466553,0.5931794047355652,0.13248300552368164,0.3221309185028076,0.08120495080947876,0.8049538135528564,1.4806331396102905 +551,-1.3258862434413135,-0.9329471701869989,-1.6009971997435475,-0.5776996612548828,0.8033784031867981,-0.14438281953334808,0.17719098925590515,-0.13110403716564178,1.5742241144180298,0.1635913848876953,0.2902647852897644,0.611835777759552 +552,-1.8431544806792814,-1.065903312051571,-2.184911878523992,-0.4658834934234619,0.8752262592315674,0.13012059032917023,-2.4303576946258545,-0.4553473889827728,1.1890169382095337,0.09626990556716919,-0.10911309719085693,-0.6328519582748413 +553,-2.1211156350493883,-1.0946236033373729,-2.3798887187820905,-0.39070451259613037,0.8887557983398438,0.23971465229988098,-0.19145317375659943,-2.201479911804199,0.5430760383605957,-0.03126204013824463,-0.03696441650390625,-0.3306264877319336 +554,-2.383105902088422,-1.1144447129702355,-2.608465669466019,-0.303107351064682,0.8976662158966064,0.3198767602443695,0.15124358236789703,0.16762204468250275,0.5139376521110535,-0.7644280195236206,0.040230393409729004,-0.5334388017654419 +555,-2.146047283199946,-1.1313211165708335,-2.4224069166326796,-0.3569885194301605,0.9049750566482544,0.23147203028202057,2.502716064453125,2.3488991260528564,-2.1701769828796387,-0.9072631597518921,0.09955674409866333,-0.4007225036621094 +556,-1.4601272319531318,-0.9484376814298734,-1.9015212606537255,-0.5793871283531189,0.8125057220458984,-0.06438330560922623,1.491501808166504,-4.214092254638672,-1.3448845148086548,0.3275407552719116,1.4245549440383911,-0.19861716032028198 +557,-1.2863627806016051,-0.8069507599943153,-1.6360958746252148,-0.6639115810394287,0.7221813797950745,-0.19410160183906555,0.8458526730537415,1.4617068767547607,-1.276464819908142,0.258104145526886,-0.34391605854034424,0.5344641208648682 +558,-1.1295530083908676,-0.7237805667345608,-1.6383884911101596,-0.6775398850440979,0.6622222065925598,-0.3200022876262665,-0.6911140084266663,1.8173896074295044,0.06250722706317902,0.8243446946144104,-0.3130553364753723,0.7436931133270264 +559,-1.248633569970391,-0.8645902243934069,-1.835437301596373,-0.615565299987793,0.7608293890953064,-0.20547041296958923,0.4603564143180847,-4.567768573760986,-1.0941839218139648,-2.479710578918457,1.5167889595031738,-4.059055805206299 +560,-1.3995730622866216,-0.8555690863909061,-1.9059003401845878,-0.6461993455886841,0.7549442648887634,-0.11173846572637558,3.119889736175537,-1.2374342679977417,0.6250636577606201,-1.1522624492645264,1.4388728141784668,-2.9252946376800537 +561,-1.394334281478002,-0.9360980815133865,-1.8295897055951864,-0.5837270617485046,0.8052506446838379,-0.10408831387758255,0.6013800501823425,-1.442323088645935,1.4950525760650635,0.7079945206642151,-0.06115567684173584,0.6798176765441895 +562,-1.6889257563135904,-1.0767436266613208,-2.162352336774668,-0.4708934426307678,0.8804183006286621,0.05588657036423683,-3.858402967453003,0.3054327964782715,1.1843763589859009,-0.06784868240356445,-0.010377287864685059,0.24341464042663574 +563,-2.07122176054938,-1.0841138328700755,-2.4630565067475314,-0.410346657037735,0.8838893175125122,0.224400132894516,1.5807701349258423,-2.440221071243286,-0.25468766689300537,-0.09537538886070251,-0.2435542345046997,0.19317185878753662 +564,-2.3276533160531563,-1.0949816895526727,-2.5671241626214436,-0.33301055431365967,0.8889198899269104,0.3145241141319275,-1.4689804315567017,-0.6083194017410278,1.043172836303711,-0.42782318592071533,-0.0484352707862854,-0.24669885635375977 +565,-2.377990860675331,-1.1215480083221319,-2.5750220156123986,-0.30032244324684143,0.900773823261261,0.31370821595191956,1.7113659381866455,0.4421955347061157,-0.861811637878418,-0.7754068970680237,0.18520939350128174,-0.6236904859542847 +566,-1.5200760445532595,-1.02710552583794,-1.8941984677797479,-0.5166329741477966,0.8558052778244019,-0.026226263493299484,2.5239908695220947,1.7573542594909668,-2.21950101852417,-0.15746980905532837,0.9581748247146606,0.333843469619751 +567,-1.3404461868659752,-0.8466322845335305,-1.5619466197285474,-0.645010232925415,0.7490535378456116,-0.15126311779022217,0.6552248001098633,0.8631452322006226,-0.9927892088890076,0.32320237159729004,-0.012557566165924072,0.42792022228240967 +568,-1.1869058464823035,-0.7098903675790404,-1.5473744506930576,-0.7032304406166077,0.6517506241798401,-0.28405651450157166,-0.11533243954181671,2.027280569076538,-0.8077011108398438,0.6160112023353577,-0.40739643573760986,0.5315082669258118 +569,-1.1398147875947937,-0.808889881681931,-1.7393715718033869,-0.6271781325340271,0.7235212922096252,-0.28838247060775757,-3.926938056945801,-1.4627941846847534,1.312168836593628,0.15520858764648438,-0.2708693742752075,-0.07087042927742004 +570,-1.4273439453351395,-0.8326188400259952,-1.8933388921725902,-0.6660286784172058,0.739696204662323,-0.0962042286992073,-1.1353648900985718,0.8111931085586548,0.5143792033195496,0.16880583763122559,0.43674105405807495,1.229398250579834 +571,-1.3829309546132118,-0.8870721094481097,-1.840019426338927,-0.6205702424049377,0.7752255797386169,-0.11797484755516052,0.539426326751709,-1.1667888164520264,1.7505489587783813,0.8202162384986877,-0.24621862173080444,0.28336483240127563 +572,-1.4729703005648453,-1.0477773446847987,-1.9387659731024351,-0.49710965156555176,0.8663151264190674,-0.0487859882414341,-4.033348083496094,0.565498411655426,1.2575639486312866,-0.26524993777275085,0.06880450248718262,0.5354803204536438 +573,-2.0709758105641014,-1.0928120462419202,-2.5728526318756355,-0.40363988280296326,0.8879239559173584,0.2206035554409027,0.15545538067817688,-1.9336329698562622,0.33756253123283386,-0.021408915519714355,-0.2243802547454834,-0.21356917917728424 +574,-2.34824558390005,-1.1230559539647333,-2.7367763697698217,-0.30855095386505127,0.901427686214447,0.3036842346191406,-1.3528820276260376,-0.8283259868621826,0.8170065879821777,-0.720898449420929,-0.27493250370025635,-0.2979012131690979 +575,-2.308468058373214,-1.15132211536147,-2.7320402367747745,-0.30140218138694763,0.9133031964302063,0.2739230990409851,1.703889012336731,1.5935949087142944,-0.8887547254562378,-0.9437912702560425,-0.06468576192855835,-0.7393161058425903 +576,-1.4114215593006645,-1.0173812537334752,-2.1284628064859095,-0.5189348459243774,0.850734531879425,-0.0834125503897667,2.4723777770996094,2.417867660522461,-2.162217378616333,-0.44539016485214233,1.1086466312408447,0.3595966696739197 +577,-1.2783719805847722,-0.8184760697808472,-1.8467822426068794,-0.6543256640434265,0.7301053404808044,-0.19698797166347504,0.6162816286087036,1.3573265075683594,-1.089325189590454,0.2776319980621338,0.07767975330352783,0.9029663801193237 +578,-1.075162141311461,-0.6979817496345889,-1.8874852423660406,-0.6739490032196045,0.6426727175712585,-0.36436861753463745,-0.557640790939331,2.7774791717529297,-0.38138529658317566,0.8591296672821045,-0.39691466093063354,0.5847055315971375 +579,-1.1194267738203687,-0.8794269090629596,-2.1110074315599685,-0.5737382769584656,0.7703735828399658,-0.27811694145202637,-3.791905641555786,-4.496188640594482,1.1251906156539917,-0.13150769472122192,-0.02618718147277832,-0.29254651069641113 +580,-1.3856935018651657,-0.8644507108429046,-2.2123726448396104,-0.6379704475402832,0.7607388496398926,-0.11945758759975433,0.24806325137615204,0.6931883096694946,-0.11400977522134781,-0.5238795280456543,0.3502535820007324,0.748501181602478 +581,-1.3379809509435248,-0.8982208070302777,-2.150145077381439,-0.6061943173408508,0.7822197079658508,-0.14373779296875,0.6671143174171448,-2.321270704269409,0.8393667340278625,0.7049492597579956,-0.16753476858139038,0.2108917385339737 +582,-1.5176383879910664,-1.023341768184494,-2.3478778174768196,-0.5197802782058716,0.8538522124290466,-0.02765650302171707,-3.551949977874756,2.367065906524658,0.9813913702964783,0.12402832508087158,0.1148672103881836,0.4700698256492615 +583,-2.0290677600490605,-1.0625090972984212,-2.811773524305337,-0.43646520376205444,0.8735793828964233,0.2153072953224182,1.1618167161941528,-1.1986254453659058,0.38028326630592346,-0.11091333627700806,0.00876009464263916,-0.43933677673339844 +584,-2.246102765018842,-1.0927846920598945,-2.880774835847061,-0.3590488135814667,0.8879113793373108,0.2875722050666809,-1.2360777854919434,-1.5866620540618896,0.5004192590713501,-0.4392605423927307,-0.35530316829681396,-0.45206186175346375 +585,-2.338446787336276,-1.083243311605647,-2.915617412625539,-0.33708158135414124,0.8834818005561829,0.325324147939682,0.6609168648719788,-0.2205091416835785,-0.45279693603515625,-0.4428256154060364,-0.029584765434265137,-0.6262427568435669 +586,-1.7234943567796388,-1.0185896172016558,-2.4080210493307783,-0.5184634923934937,0.8513690233230591,0.07978945970535278,1.998549461364746,3.675976276397705,-2.0167715549468994,-0.25570642948150635,0.5701855421066284,0.5147691965103149 +587,-1.4259154297588874,-0.8697626748224139,-1.9964833840389016,-0.6382504105567932,0.7641758918762207,-0.09312277287244797,2.4683468341827393,0.6064909100532532,-1.1986268758773804,0.3560085892677307,0.2640987038612366,0.34017783403396606 +588,-1.2401551847155416,-0.7395676566177349,-1.8911283430503214,-0.6987446546554565,0.6739685535430908,-0.23983807861804962,0.7473774552345276,0.929844319820404,-1.0887888669967651,0.36891067028045654,-0.5089294910430908,0.2520756721496582 +589,-1.1010967260776414,-0.7588219604322338,-1.9606621508120181,-0.6470625400543213,0.6880670785903931,-0.32844120264053345,-1.7514050006866455,1.9216402769088745,0.8173645734786987,0.6387159824371338,-0.43721264600753784,0.5580555200576782 +590,-1.3071236024059045,-0.8330024770101979,-2.13311345159485,-0.6494094133377075,0.7399543523788452,-0.1753132939338684,-0.4053427278995514,-0.850688636302948,-0.3406642973423004,-0.04698634147644043,-0.10105365514755249,-0.4730631709098816 +591,-1.363242113788616,-0.8707907222519082,-2.1052919408650954,-0.6303955316543579,0.7648385763168335,-0.13275301456451416,-0.9642747044563293,0.9923037886619568,0.47443124651908875,0.4126374125480652,0.42873436212539673,1.7803817987442017 +592,-1.531585047158985,-0.9897903602911381,-2.152719775794154,-0.5484431982040405,0.8359109163284302,-0.021516187116503716,-0.18078041076660156,-0.1777740716934204,1.1700834035873413,0.3363766074180603,0.27994900941848755,0.5568555593490601 +593,-1.8249584329103075,-1.0459108185909445,-2.5551466003350147,-0.4850151240825653,0.8653813004493713,0.12599729001522064,-3.409132719039917,-2.3700249195098877,0.2914429306983948,-0.1154944896697998,-0.1263219714164734,-0.29219603538513184 +594,-2.0874059075230775,-1.070245807202944,-2.607110547968886,-0.41728028655052185,0.8773185014724731,0.2370438426733017,0.022051168605685234,-1.1642632484436035,0.24253691732883453,-0.22116276621818542,-0.19132894277572632,0.1928572952747345 +595,-2.357941212860548,-1.0557512042505088,-2.7846959810198326,-0.3476935029029846,0.8702704906463623,0.34891027212142944,-0.4167467951774597,-1.0441664457321167,0.4525723457336426,-0.3706749975681305,0.08473128080368042,-0.7306241989135742 +596,-2.2702021014995224,-1.0865318651111704,-2.6628815231972665,-0.3562561869621277,0.8850176334381104,0.299708753824234,1.761574625968933,1.3853172063827515,-1.4000272750854492,-0.9125273823738098,-0.04489922523498535,-0.4052842855453491 +597,-1.498824444564493,-0.9873612980676001,-2.044091189763162,-0.5494675636291504,0.8345752358436584,-0.039614640176296234,3.142428398132324,0.5154785513877869,-1.452790379524231,-0.15901321172714233,1.0394022464752197,0.33825963735580444 +598,-1.3808325894637936,-0.8044440481503898,-1.7271489458496485,-0.6810364127159119,0.7204452157020569,-0.1309511959552765,0.6666201949119568,1.027904748916626,-1.4062821865081787,0.20209354162216187,0.1534104347229004,0.4529421925544739 +599,-1.1775945256054494,-0.656299627178102,-1.730323395363454,-0.7317962050437927,0.6101893782615662,-0.3035510182380676,-0.1810998022556305,3.310398578643799,-0.6093714833259583,0.6337737441062927,-0.24695396423339844,0.5968402028083801 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/er9.csv b/BoostRunClub/CoreML/DataSet/Motion/running/er9.csv new file mode 100644 index 0000000..1c83aae --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/er9.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-0.9762602223577918,-0.7112409103606518,-1.8461569808059375,-0.6275628209114075,0.6527743339538574,-0.424323707818985,-1.7833222150802612,0.24811400473117828,-0.07462842017412186,-0.15319889783859253,-0.5599703192710876,-0.6437152624130249 +1,-0.07782060186222195,0.08449766280046365,-2.4034190267783337,-0.07746470719575882,-0.08439715206623077,-0.9934164881706238,0.09114569425582886,0.1513034701347351,-0.02793802320957184,0.10334362089633942,0.01809772104024887,0.30156779289245605 +2,-0.0708534991732625,0.08923030515267893,-2.4083948670773587,-0.07051258534193039,-0.08911194652318954,-0.9935225248336792,-0.07400033622980118,-0.22790928184986115,0.18156476318836212,0.11036854237318039,-0.23059019446372986,-0.0410233736038208 +3,-0.09046307719404109,0.0742656273158049,-2.3989159717097834,-0.09009072929620743,-0.07419738173484802,-0.9931658506393433,-0.3458465039730072,-0.12198200076818466,0.10257107019424438,0.07638832926750183,-0.4693054258823395,-0.31027042865753174 +4,-0.07091986955360813,0.11660559813692233,-2.4159330091359723,-0.07037924230098724,-0.11634153127670288,-0.990712583065033,0.6745175719261169,0.1160755306482315,0.3958342671394348,-0.016397491097450256,0.4973840117454529,-0.04691559076309204 +5,-0.11173533190704572,0.10079809371557424,-2.3456136732384194,-0.11093700677156448,-0.10062748938798904,-0.9887199401855469,-0.37989315390586853,-0.6161839365959167,0.39261773228645325,-0.0029851123690605164,-0.28209346532821655,0.15037155151367188 +6,-0.16979731060582018,0.12201924740613473,-2.3466698241894948,-0.16772617399692535,-0.1217166855931282,-0.978290855884552,0.7692909240722656,-0.7332919239997864,-0.3457695245742798,0.11654818058013916,0.0969974547624588,0.359485924243927 +7,-0.2375326111474715,0.23250706031113066,-2.312291026608422,-0.2289735972881317,-0.23041784763336182,-0.9457688331604004,1.123449444770813,-0.7060062289237976,0.15736353397369385,0.1255953013896942,-0.05301417410373688,0.1921219825744629 +8,-0.3564767123076955,0.3687798691957979,-2.3237998041971974,-0.3255123198032379,-0.36047759652137756,-0.8741267919540405,0.6239553093910217,-0.6764830946922302,-0.47578164935112,-0.020007699728012085,-0.44326385855674744,-0.21054422855377197 +9,-0.31440399081517484,0.4270386774317903,-2.40562551027535,-0.2814779579639435,-0.4141772389411926,-0.8655792474746704,0.41238686442375183,1.0337939262390137,-1.2430802583694458,-0.22129914164543152,0.07755309343338013,-0.12132871150970459 +10,-0.23779801190553487,0.4271424540586982,-2.5175190443932878,-0.214398592710495,-0.41427168250083923,-0.8845406770706177,-0.7039381265640259,0.34001198410987854,-1.5521771907806396,0.11366006731987,0.23836839199066162,0.15941250324249268 +11,-0.1267461882854634,0.5353900158091811,-2.617297544254324,-0.10871892422437668,-0.5101765394210815,-0.85317063331604,3.251368522644043,1.7879000902175903,-0.545120358467102,0.3092041611671448,0.33820992708206177,-0.03540968894958496 +12,-0.07310775786875594,0.6842027539562864,-2.6131934251114735,-0.05660244822502136,-0.632055401802063,-0.7728532552719116,-0.5685778856277466,-0.37324264645576477,0.7720140218734741,-0.05641939491033554,0.214849591255188,0.2958482503890991 +13,-0.18612180238232492,0.5959431219019959,-2.4881621888043557,-0.15315023064613342,-0.5612895488739014,-0.8133259415626526,-0.26716500520706177,-0.6015062928199768,1.8640766143798828,-0.08792337775230408,0.39405322074890137,0.09898573160171509 +14,-0.4325108176650369,0.4172740615371829,-2.228790365893457,-0.38318729400634766,-0.40526992082595825,-0.8300143480300903,-1.5931047201156616,-1.6226165294647217,3.3071231842041016,-0.7710332870483398,-0.06686753034591675,-0.17302215099334717 +15,-0.7301068359027519,0.16024975407190387,-2.033588289351862,-0.6584039330482483,-0.1595647633075714,-0.7355564832687378,-0.4743970036506653,-2.7527010440826416,1.5786083936691284,-0.4745611548423767,-0.2206232100725174,-0.1433497667312622 +16,-0.8647212824651516,-0.0638247066644211,-1.852400859227716,-0.7593651413917542,0.06378138065338135,-0.6475310921669006,1.5353467464447021,-0.1850382387638092,4.208032131195068,-0.20354074239730835,-0.8875882029533386,-0.4131377935409546 +17,-0.948623968159197,-0.17130479500262427,-1.573318976460556,-0.80072021484375,0.17046819627285004,-0.5742714405059814,-0.4986616373062134,-0.8711611032485962,1.7875834703445435,0.2493133544921875,-0.22481998801231384,0.07070088386535645 +18,-1.0706269004842908,-0.33138613145640755,-1.5496279649308902,-0.8297585248947144,0.32535406947135925,-0.4534817039966583,-0.568185031414032,-1.7995936870574951,1.861350178718567,-0.7236624956130981,0.006478846073150635,-0.25695228576660156 +19,-1.2331440741360296,-0.45271179018483365,-1.6422074219498413,-0.8484872579574585,0.4374057650566101,-0.29790180921554565,-0.9474090337753296,-0.4919763207435608,-0.30042150616645813,0.8488993048667908,0.6964748501777649,0.12126609683036804 +20,-1.3062763840672322,-0.5384770000481268,-1.7746896396368552,-0.828630805015564,0.5128291249275208,-0.22444891929626465,-1.510664463043213,0.2623991370201111,0.9044950008392334,-0.48542553186416626,0.34520310163497925,-0.24152396619319916 +21,-1.3974257776482297,-0.6210394136418537,-1.9230744266480837,-0.8010822534561157,0.5818808078765869,-0.14029249548912048,-1.3200956583023071,-0.527721107006073,0.8592259883880615,0.4443012475967407,-0.3265860080718994,-0.05491316318511963 +22,-1.5996729835078647,-0.7947924047729362,-2.1040400682910096,-0.7001411318778992,0.7137182354927063,0.020223356783390045,-0.4651164710521698,-1.3479093313217163,1.395113229751587,-0.05645066499710083,-0.8202855587005615,-0.23909533023834229 +23,-1.6687889061063506,-0.8995068988579821,-2.0265118168837053,-0.6190123558044434,0.7830203175544739,0.06085352599620819,0.5358259677886963,-0.30525174736976624,0.9070084095001221,-0.46079111099243164,-0.3127291202545166,-0.2568373680114746 +24,-1.5167766489127108,-0.9101495674970038,-1.8499066571632221,-0.6127327680587769,0.7895955443382263,-0.033131860196590424,0.49099087715148926,1.085184097290039,-0.9407256841659546,-0.3491508364677429,0.20411795377731323,0.022511716932058334 +25,-1.2935158464128587,-0.7526701197466799,-1.7462749901458854,-0.7019878029823303,0.6835900545120239,-0.19979430735111237,2.1247096061706543,1.6013295650482178,-1.7504931688308716,-0.022407948970794678,0.5037878751754761,-0.04968690872192383 +26,-1.144250142408516,-0.489821392157202,-1.6142130955849796,-0.8033523559570312,0.47046828269958496,-0.3650813400745392,0.5440636873245239,0.3257482349872589,-2.8779895305633545,0.5730057954788208,0.049734294414520264,-0.016571491956710815 +27,-1.1145036648422169,-0.2801899044619845,-1.7355765647545272,-0.8626848459243774,0.2765381634235382,-0.4234400689601898,-0.8823882341384888,0.41462671756744385,-2.482966899871826,0.14964163303375244,-0.3571960926055908,0.2614375352859497 +28,-1.197186212083136,-0.17037369599560628,-1.843253867880188,-0.9175360202789307,0.16955064237117767,-0.3596945106983185,0.2692883014678955,-0.6918365359306335,-2.4843523502349854,-0.6596581339836121,-0.28559374809265137,-0.5034952163696289 +29,-1.2660893858026767,-0.047408076747764885,-1.9908117744002436,-0.9528631567955017,0.04739031940698624,-0.2996765673160553,-0.5753212571144104,-0.8067913055419922,-0.8820362687110901,-0.1518121361732483,0.39216962456703186,-0.06749570369720459 +30,-1.3520016503380883,-0.0873607533731829,-2.123299013200993,-0.9724370837211609,0.08724967390298843,-0.21622543036937714,-1.8010882139205933,-0.3951304852962494,0.33985647559165955,-0.36527037620544434,0.036636434495449066,0.15708239376544952 +31,-1.508326631488712,-0.24275102472394552,-2.1557185467122104,-0.9687869548797607,0.240373894572258,-0.06059867516160011,0.3767591118812561,-1.8158224821090698,0.9051799178123474,0.7719181180000305,-0.21591408550739288,-0.006189044564962387 +32,-1.627278270152436,-0.2848606487151148,-2.0981413234293886,-0.9581703543663025,0.28102371096611023,0.054176945239305496,0.36846575140953064,-0.9372259378433228,0.5708204507827759,0.22269678115844727,-0.14038348197937012,-0.128182053565979 +33,-1.6945059581211022,-0.3923849688819931,-2.061317164953009,-0.9169383645057678,0.3823932111263275,0.1140163391828537,0.40284666419029236,-0.053805459290742874,0.9744648337364197,-0.15538841485977173,-0.34662652015686035,-0.24031327664852142 +34,-1.615633574798354,-0.43240254222683805,-1.985421928604509,-0.9070490002632141,0.41905343532562256,0.04069685935974121,0.8098298907279968,1.4269870519638062,-0.5948742628097534,-0.3609563112258911,0.07766592502593994,0.001417398452758789 +35,-1.5141246907085386,-0.40826797668594444,-1.9550890774819345,-0.9163365364074707,0.39702025055885315,-0.051985956728458405,-0.15895703434944153,1.0053346157073975,-0.826328694820404,-0.09730494022369385,0.344099223613739,-0.0622718408703804 +36,-1.483517464948967,-0.3383523253852533,-1.9762448789265863,-0.9397122859954834,0.33193328976631165,-0.08222591131925583,0.5235983729362488,-0.2483026087284088,-1.5211291313171387,0.1971585750579834,-0.5086910724639893,0.11944210529327393 +37,-1.5045269610030454,-0.14039432436720492,-1.8690592867606155,-0.9879876375198364,0.13993357121944427,-0.06556932628154755,1.638772964477539,-0.44129040837287903,-0.07900033891201019,0.7696647644042969,0.003529593348503113,-0.18897777795791626 +38,-1.4388050778074444,0.048216410195623324,-1.8210965434233048,-0.9901497960090637,-0.048197731375694275,-0.13145539164543152,0.3835621178150177,0.5967044234275818,-2.0905344486236572,0.26189351081848145,-0.17543509602546692,-0.04942232370376587 +39,-1.4067437472387418,0.3231346373635277,-1.8779489264191909,-0.9355131387710571,-0.3175405263900757,-0.15486514568328857,-0.18998689949512482,0.05303042382001877,-4.470202922821045,-0.7391694784164429,0.009679168462753296,0.2613562345504761 +40,-1.530586699266746,0.5581368059465633,-2.0179285616947062,-0.847557783126831,-0.5296066999435425,-0.03409836068749428,-0.9923906326293945,-0.3428393304347992,-0.45884814858436584,-0.022467851638793945,0.4703415632247925,0.07189440727233887 +41,-1.4561445308239687,0.5259518161121126,-2.08553163599604,-0.8591685891151428,-0.5020363926887512,-0.09893912076950073,-0.8106727600097656,0.635988712310791,-0.11009743064641953,0.20389503240585327,0.16036158800125122,0.35984915494918823 +42,-1.416388075922454,0.4622478619317369,-2.1183997023841568,-0.8844034671783447,-0.4459611773490906,-0.13765493035316467,0.09980124980211258,0.2469233274459839,1.0260834693908691,0.12236440181732178,0.34153008460998535,0.09139026701450348 +43,-1.3794336841342645,0.3003794769848974,-2.0437588825300423,-0.937787652015686,-0.2958827018737793,-0.18168064951896667,-0.21500620245933533,1.5632257461547852,1.524682641029358,0.032971978187561035,-0.4605107307434082,-0.09396934509277344 +44,-1.202987651293027,0.19660477397755852,-2.0089169897602397,-0.9151414632797241,-0.19534064829349518,-0.35264456272125244,0.34041228890419006,2.3792757987976074,1.4407280683517456,-0.4629560708999634,-0.579714298248291,-0.36352670192718506 +45,-1.0919436591594023,0.17323220163704425,-1.9153851777160773,-0.8742403984069824,-0.17236706614494324,-0.4538648724555969,0.43852636218070984,0.46811169385910034,-1.5766578912734985,-0.3924374580383301,0.4621772766113281,-0.11803454160690308 +46,-1.0753747876818922,0.2821314676118591,-2.074145778903145,-0.844986081123352,-0.27840349078178406,-0.4566071331501007,-2.927140712738037,-0.5041729211807251,-1.7512505054473877,0.36360180377960205,0.17002028226852417,0.3663513660430908 +47,-1.013755654054467,0.17159800339466436,-2.408607543083832,-0.8363567590713501,-0.17075709998607635,-0.5209119319915771,-0.0005591546650975943,-0.5377543568611145,0.4218411147594452,0.5324932932853699,0.22994592785835266,0.7672498226165771 +48,-1.1442154016090293,0.10514573193704674,-2.224687962871767,-0.9053578972816467,-0.10495209693908691,-0.41147544980049133,0.11318869888782501,-1.3352066278457642,1.7069047689437866,-0.3451608419418335,-0.6389443874359131,-0.7143332362174988 +49,-1.1763801812440233,0.13320844258697448,-2.301237696596775,-0.9150422215461731,-0.13281483948230743,-0.3808649480342865,-2.3139736652374268,-0.7879402041435242,-1.2351332902908325,-0.8824126720428467,-0.15415719151496887,0.5437220335006714 +50,-1.2971917373385153,0.12604754124874804,-2.3326033837796456,-0.9551648497581482,-0.1257140338420868,-0.2680600583553314,0.06970145553350449,-0.9401770234107971,1.0274662971496582,0.6188916563987732,0.9059722423553467,0.3334745168685913 +51,-1.3168754751961762,0.029048295349631756,-2.237610379669678,-0.9675266146659851,-0.02904421091079712,-0.2510950565338135,0.7840245962142944,0.6537155508995056,0.26665470004081726,-0.7280300259590149,-0.8799523711204529,-0.22174429893493652 +52,-1.4070563847528508,-0.05634951948667115,-2.2315394331201577,-0.985058605670929,0.0563197024166584,-0.16275052726268768,-1.0628423690795898,-2.120579481124878,1.843151330947876,1.2383391857147217,1.1105351448059082,0.2965090870857239 +53,-1.396020965652789,-0.26315840421153935,-2.1400944546347276,-0.9508633017539978,0.26013150811195374,-0.16790054738521576,2.093919038772583,5.7126336097717285,-0.6770045757293701,-2.41127347946167,-0.8528134226799011,0.3339924216270447 +54,-1.1182658277669741,-0.2390890504105903,-2.0895042175817498,-0.8737608194351196,0.23681768774986267,-0.4248049259185791,-0.21440774202346802,-0.4324587285518646,2.6910459995269775,0.15226435661315918,0.11811698973178864,-0.10142487287521362 +55,-1.1415731332057535,-0.42006879886276927,-1.8947082120222054,-0.8302364349365234,0.40782326459884644,-0.3799835741519928,3.6413843631744385,0.8580926656723022,-0.8852984309196472,-0.9865207076072693,0.6773970127105713,-0.5323545932769775 +56,-1.065348213976452,-0.2343209652173425,-1.7901057883488862,-0.8510469198226929,0.2321825623512268,-0.47096744179725647,0.5888394713401794,1.3647037744522095,-1.0430479049682617,0.20889610052108765,-0.03865538537502289,0.31891360878944397 +57,-0.9216010947422497,-0.2331842768491369,-1.8418469317535786,-0.7750118374824524,0.23107679188251495,-0.5881838798522949,-0.38669323921203613,0.5021789073944092,-0.06300315260887146,0.6346157193183899,-0.18331676721572876,0.5911593437194824 +58,-0.8899266970575237,-0.2938091189422401,-2.029821913784479,-0.7437282800674438,0.2896001935005188,-0.6024948358535767,-3.6951425075531006,2.4633164405822754,-2.1361560821533203,-0.36329686641693115,-0.4155614972114563,-0.20588529109954834 +59,-0.8650477363542753,-0.321649622629386,-2.193326087649041,-0.7220920324325562,0.3161320090293884,-0.6153402924537659,1.6500258445739746,-1.7138158082962036,1.0594196319580078,-0.19831806421279907,-0.03408855199813843,0.14425569772720337 +60,-0.8290872459242445,-0.42436776126430487,-2.1876596186754513,-0.6719146966934204,0.41174471378326416,-0.6156273484230042,-0.4661638140678406,-0.32997825741767883,0.9032782912254333,0.3983703851699829,0.3141311705112457,-0.10043710470199585 +61,-0.9994817400418363,-0.5478923206744927,-2.0941037692969755,-0.7180608510971069,0.5208892226219177,-0.4615873396396637,-0.41329577565193176,-2.473332643508911,1.5928981304168701,0.1854376196861267,-0.0831451416015625,0.5132994055747986 +62,-1.1206038694176714,-0.7020092661154461,-2.1413583774206657,-0.6874690055847168,0.6457531452178955,-0.3322485685348511,-1.067893385887146,-0.11802498251199722,0.23451566696166992,-0.03883403539657593,-0.2991955876350403,-0.09753045439720154 +63,-1.2744227263776922,-0.7931780037114939,-2.272144669079868,-0.6709964275360107,0.712586522102356,-0.2049003541469574,-1.3626594543457031,-0.9092158079147339,1.0152289867401123,-0.028069615364074707,-0.28823965787887573,-0.3966621160507202 +64,-1.3153577089707296,-0.879497689203547,-2.2043525291275907,-0.6168516278266907,0.7704187631607056,-0.16108663380146027,0.9595602750778198,0.2084730565547943,0.12657177448272705,-0.576004147529602,0.03611499071121216,-0.2815403342247009 +65,-1.0192831334462706,-0.8401440319588943,-2.039481606183461,-0.5684084296226501,0.7447392344474792,-0.3496786952018738,1.6088972091674805,2.61448073387146,0.15823420882225037,-0.23308992385864258,0.0841485857963562,0.13166114687919617 +66,-0.6914167910624883,-0.8601767536931515,-1.8979678729206237,-0.4159277677536011,0.7579578757286072,-0.502497673034668,-3.1913018226623535,-2.322495460510254,1.0385864973068237,0.22203433513641357,0.0035319924354553223,-0.42282581329345703 +67,-0.8781087712516907,-0.9362161078883641,-1.9840537831132357,-0.4562091827392578,0.8053206205368042,-0.37859177589416504,0.8556783199310303,3.2769510746002197,-0.740426778793335,0.0504780113697052,0.8009567856788635,0.8645079135894775 +68,-0.713086702794255,-1.0035794585022324,-2.0860404737351628,-0.351477712392807,0.8433995842933655,-0.40637484192848206,-2.398033618927002,-0.1722756177186966,-0.8495616316795349,-0.014962106943130493,-0.45472776889801025,0.15573397278785706 +69,-1.2738370661059022,-0.8995905865355552,-2.4140734503844534,-0.5947092175483704,0.7830723524093628,-0.18198557198047638,-1.8951033353805542,-1.8449631929397583,-0.991815984249115,-0.5253469944000244,-0.4833744764328003,0.6469208598136902 +70,-1.1694873720862076,-1.0683623102743123,-2.3394648326899183,-0.4433005750179291,0.8764130473136902,-0.18810884654521942,-1.9343663454055786,-1.888570785522461,1.749991536140442,0.823809027671814,-0.14191597700119019,0.4787430167198181 +71,-1.3460819161880424,-1.2332805064378096,-2.405885668583518,-0.3228181302547455,0.9435802102088928,-0.0737880989909172,-1.6159298419952393,1.0044915676116943,1.5420314073562622,-0.014538407325744629,0.2680591344833374,0.6622738242149353 +72,-2.4268135312365198,-1.2329997531652486,2.9797122210527416,-0.21722210943698883,0.9434871673583984,0.2502925395965576,0.000963717233389616,-6.4169697761535645,0.016096636652946472,-0.03761492669582367,-0.08321201801300049,-1.6186091899871826 +73,-2.4690323831505285,-1.2472887630855969,3.0772127878076807,-0.19804489612579346,0.9481261968612671,0.24866582453250885,-1.26387619972229,-0.7575531601905823,0.8131988644599915,-0.32714733481407166,-0.15248727798461914,-0.10694220662117004 +74,-2.7162332722249443,-1.2103614259485713,2.908905608158034,-0.14553327858448029,0.935743510723114,0.32125401496887207,0.2996087074279785,-0.21319571137428284,-0.39265385270118713,-0.6316426396369934,0.1387345790863037,-0.5255081653594971 +75,-1.7347117931608325,-1.2365166487500578,-2.532425584267733,-0.3236912488937378,0.9446468949317932,0.053538355976343155,2.8965632915496826,3.677084445953369,-2.27790904045105,-0.1855403184890747,0.4215487837791443,0.6192522048950195 +76,-1.254121241464847,-1.0648123553274271,-2.0360089803670394,-0.46056878566741943,0.8746979832649231,-0.15092995762825012,2.100999116897583,0.7099313735961914,-0.9200707674026489,0.44790399074554443,0.3067137598991394,0.4513450264930725 +77,-1.1171690587507423,-0.9022660513624133,-1.9167496345514796,-0.5571454167366028,0.7847334742546082,-0.27162879705429077,0.48925960063934326,1.433327078819275,-0.648604154586792,0.44647353887557983,-0.6977889537811279,0.501258373260498 +78,-0.9214549775887673,-0.944849589796623,-1.9998183628263324,-0.46663081645965576,0.8104088306427002,-0.35425007343292236,-2.426698684692383,2.730900526046753,0.25832271575927734,0.42604246735572815,-0.46099787950515747,0.8244343996047974 +79,-1.201694785273034,-0.9659009055203038,-2.1895080743220623,-0.530376672744751,0.8225615620613098,-0.2051655501127243,0.14337249100208282,0.5085087418556213,0.24093955755233765,0.20731765031814575,0.8963257074356079,-0.255848228931427 +80,-1.18043419637778,-0.9777260126973074,-2.1321018180704012,-0.5168634057044983,0.8292285799980164,-0.21267807483673096,-0.6947937607765198,-2.1241605281829834,1.034091591835022,0.9954554438591003,-0.42531323432922363,0.47212332487106323 +81,-1.4467605201609286,-1.1688406591801204,-2.189516126617753,-0.388213187456131,0.9202976822853088,-0.04840080440044403,-1.562538504600525,-0.7164590358734131,1.8160874843597412,-0.14106836915016174,0.33424943685531616,0.4270781874656677 +82,-2.0277854093157512,-1.2482021003631076,-2.7271530597600933,-0.28449633717536926,0.9484161734580994,0.13988809287548065,-1.0236989259719849,0.09839511662721634,0.6379132866859436,-0.01816171407699585,-0.18277591466903687,-0.12775732576847076 +83,-2.332743111195853,-1.2487853414544883,-3.001385920772353,-0.22896738350391388,0.9486008882522583,0.21847237646579742,-0.48676255345344543,-0.9423310160636902,0.27280348539352417,-0.27776169776916504,-0.07117486000061035,-0.059124842286109924 +84,-2.5533657256863136,-1.248352000014151,3.135370747833581,-0.17583589255809784,0.9484636783599854,0.2636256814002991,-0.09126155823469162,-0.6699594259262085,0.1466042846441269,-1.0485446453094482,0.05844855308532715,-0.25770533084869385 +85,-1.9935326649122387,-1.2816938800704343,-2.6454222768373237,-0.2599949538707733,0.9585001468658447,0.11696096509695053,3.0314781665802,3.5304176807403564,-1.982865810394287,-0.5628657341003418,0.18448984622955322,-0.10919429361820221 +86,-1.3522608302871906,-1.0912701386513548,-2.0933915230970954,-0.4503859281539917,0.8872136473655701,-0.10002268850803375,2.0790765285491943,-4.5480780601501465,-1.34245765209198,0.3276137113571167,0.9072199463844299,-0.21464401483535767 +87,-1.1451316451780287,-0.9114566561212318,-1.9388495845352858,-0.5579298734664917,0.7903969287872314,-0.2529565989971161,0.6182553768157959,1.4002189636230469,-1.4345576763153076,0.3555525541305542,-0.45775532722473145,0.5857812762260437 +88,-0.9752448240540907,-0.8691240472726386,-1.9493915125988612,-0.5343668460845947,0.7637637853622437,-0.36210086941719055,-0.7405804395675659,2.252049446105957,0.3902738690376282,0.8969767093658447,-0.39884984493255615,0.7477820515632629 +89,-1.2095342990645392,-0.9515722411056557,-2.1396477755269885,-0.542939305305481,0.8143290281295776,-0.20514656603336334,0.04753253608942032,-3.236978054046631,-2.688387393951416,-2.3839709758758545,2.1112232208251953,-3.2624590396881104 +90,-1.2112840663312674,-0.9365500663996967,-2.2169612215982815,-0.5546867847442627,0.8055185675621033,-0.20847688615322113,2.0852293968200684,0.27951937913894653,-0.07371272146701813,-0.4869849681854248,0.4054343104362488,-0.6050301790237427 +91,-1.2795309107372004,-1.0540188493660991,-2.2524460303103777,-0.47327107191085815,0.8694158792495728,-0.14188259840011597,-0.9572118520736694,-2.6473562717437744,1.3694651126861572,0.45131367444992065,0.32669007778167725,0.587469756603241 +92,-1.7354196988218762,-1.2072514302754975,-2.545457020461464,-0.35078197717666626,0.9346421957015991,0.058274295181035995,-2.429387092590332,0.6805577874183655,1.1218328475952148,-0.14071884751319885,-0.0984453558921814,0.4694662094116211 +93,-2.1783608274617214,-1.2411421855427558,-2.9500495827778317,-0.26578405499458313,0.9461543560028076,0.18479959666728973,-0.6793860793113708,0.5367754101753235,0.8403457999229431,-0.17075467109680176,-0.22380328178405762,0.021178841590881348 +94,-2.5551007892387014,-1.2164245839309917,2.9890861352191616,-0.19204500317573547,0.9378646612167358,0.2890125811100006,-0.8783966302871704,-1.814074993133545,0.25900280475616455,-0.27820032835006714,0.058091580867767334,-0.307933509349823 +95,-2.6297999833305092,-1.2221653692473198,3.000557326512886,-0.1673010289669037,0.9398412704467773,0.297839879989624,0.6935879588127136,0.04778314009308815,-0.6320660710334778,-0.6232415437698364,0.0916832685470581,-0.510181188583374 +96,-1.6904948619412423,-1.2081877893109771,-2.4714831409025924,-0.3521766662597656,0.934974730014801,0.04235752299427986,2.201547861099243,3.314258337020874,-1.9189903736114502,-0.09907150268554688,0.5874557495117188,0.5808877944946289 +97,-1.3389982904829358,-1.0595804395986264,-2.0532161861141174,-0.4761534631252289,0.8721503019332886,-0.1123916283249855,1.4563928842544556,0.6166908740997314,-1.526175618171692,0.07612904906272888,0.07777035236358643,0.4215194582939148 +98,-1.1857502854946902,-0.9004044411758891,-1.9545480526649475,-0.575802743434906,0.7835782766342163,-0.23335881531238556,0.1159352958202362,2.145644187927246,-1.1288028955459595,0.381771981716156,-0.5216764211654663,0.47087711095809937 +99,-1.0659927804316627,-0.9162974339363867,-2.0930032506253617,-0.5328307747840881,0.7933530807495117,-0.29441890120506287,-2.0192182064056396,1.6896384954452515,0.016629114747047424,0.41074520349502563,-0.46199309825897217,0.46038874983787537 +100,-1.3136428662972817,-0.9310577915154423,-2.314181518852798,-0.5773555636405945,0.8022518754005432,-0.15183056890964508,-0.3119388222694397,0.8374970555305481,0.01886303909122944,-0.10942727327346802,0.04041475057601929,-0.18161970376968384 +101,-1.2139902306980688,-0.9703693176339281,-2.2716065799313534,-0.5294100642204285,0.82509446144104,-0.19734331965446472,-1.0706528425216675,-0.6079685688018799,0.6887246966362,1.1815094947814941,-0.496130108833313,0.4987196624279022 +102,-1.486975776028822,-1.1567965703462664,-2.332504992951416,-0.4008623957633972,0.9155191779136658,-0.03367941826581955,-1.89689302444458,-1.5496643781661987,1.7995370626449585,0.08080923557281494,0.3915945887565613,0.5066408514976501 +103,-2.177119646710216,-1.2148817833588264,-3.0229548022024653,-0.28633666038513184,0.9373282194137573,0.19856305420398712,-0.3171815276145935,-1.5471243858337402,0.2524876296520233,-0.04891422390937805,-0.10648715496063232,-0.4600071907043457 +104,-2.4697544005001135,-1.2150295363868042,3.1243534928640355,-0.21679651737213135,0.9373796582221985,0.27261409163475037,-0.7489331960678101,-0.4904342591762543,0.24430449306964874,-0.5233005285263062,-0.17691224813461304,0.16708311438560486 +105,-2.6774642427399327,-1.1930052300584755,2.9811838886502158,-0.1651216745376587,0.9294816851615906,0.3298467695713043,0.031137067824602127,-1.0864123106002808,-0.17791317403316498,-0.6650022268295288,0.2678450345993042,-0.31969961524009705 +106,-2.161053172392655,-1.2503414219181748,-2.7811099871834792,-0.2616994082927704,0.9490922093391418,0.17531968653202057,2.7921934127807617,1.84324049949646,-2.224809408187866,-0.5034983158111572,0.39531368017196655,-0.40174487233161926 +107,-1.4510604609336468,-1.138672910845625,-2.2187552243916633,-0.4158015251159668,0.9080784916877747,-0.05002565309405327,0.961948573589325,-3.386457681655884,-0.5827004909515381,0.2195277214050293,0.5278192758560181,0.07993286848068237 +108,-1.2244675827798899,-0.9899056315985723,-1.9489027009292825,-0.5161855816841125,0.8359742164611816,-0.18627774715423584,0.696313738822937,1.205067753791809,-1.2471290826797485,0.3450735807418823,-0.3961397409439087,0.5712722539901733 +109,-1.0616482464145307,-0.9061483632851279,-1.9533050758515842,-0.538549542427063,0.7871339917182922,-0.3006403148174286,-0.5194740891456604,2.6170809268951416,-0.23393207788467407,0.7054654359817505,-0.45421773195266724,0.6618311405181885 +110,-1.2357988341258468,-0.9579155282328454,-2.1574212205143666,-0.5432499647140503,0.8179942965507507,-0.1891152560710907,-1.3065050840377808,-1.639941930770874,-1.3099853992462158,-1.7027215957641602,0.4827715754508972,-0.2169516384601593 +111,-1.2874558249582178,-0.9470620960094027,-2.135471909380269,-0.5607815384864807,0.811703085899353,-0.16328531503677368,0.9546206593513489,-0.24413707852363586,0.8016715049743652,-0.05414760112762451,1.8191561698913574,-0.6128682494163513 +112,-1.3195878793233926,-1.104691601965771,-2.195213845187839,-0.4353044629096985,0.8933256268501282,-0.11171199381351471,-1.0071316957473755,-0.3682873249053955,1.8160929679870605,0.4269883930683136,0.17778044939041138,0.6529107689857483 +113,-2.0126523082406167,-1.2313529755097599,-2.9166004684005857,-0.3009840250015259,0.9429401755332947,0.14238044619560242,-2.048924207687378,0.27071627974510193,1.1414828300476074,-0.09028178453445435,-0.27208763360977173,-0.9216773509979248 +114,-2.3827778353444176,-1.2298423930168711,3.0905642860688443,-0.2300785332918167,0.9424360990524292,0.2426481544971466,-0.608324408531189,-1.862510323524475,0.36325639486312866,-0.334969699382782,-0.0990217924118042,-0.23211956024169922 +115,-2.6759087862501962,-1.207281081793803,2.888746427746503,-0.15965944528579712,0.9346526861190796,0.31769993901252747,-0.4364093840122223,-0.7562469244003296,0.5061648488044739,-0.5442742705345154,0.02750551700592041,-0.4619412422180176 +116,-2.4838037223487284,-1.2321204555589806,3.0413469256516485,-0.20312005281448364,0.9431954026222229,0.26291540265083313,2.9878108501434326,2.054159641265869,-1.7749780416488647,-0.7264300584793091,0.20403653383255005,-0.8860080242156982 +117,-1.3982560240435937,-1.1350297899967003,-2.3854012805964953,-0.41583773493766785,0.9065467715263367,-0.07246933877468109,1.4489156007766724,-3.217355966567993,-1.0360321998596191,0.16905736923217773,0.981987714767456,-0.07152783125638962 +118,-1.1952515145805291,-0.992772951356993,-2.049847888851567,-0.5082917213439941,0.8375442624092102,-0.2003970444202423,1.2201942205429077,0.7231719493865967,-1.341883659362793,0.018576204776763916,-0.382954478263855,0.5556522011756897 +119,-0.9692419806578422,-0.887639856620333,-2.0075112494915266,-0.5204336047172546,0.7755841016769409,-0.3572366237640381,-0.44896751642227173,2.8586432933807373,-0.05622119829058647,0.6755393147468567,-0.4291333556175232,0.7989022731781006 +120,-1.0905006612278805,-0.9972729499259572,-2.2034542305878095,-0.4812049865722656,0.8399944305419922,-0.2507013976573944,1.6450611352920532,-4.45695686340332,-1.839284896850586,-1.4579582214355469,1.0393848419189453,-4.107727527618408 +121,-1.1932659050330356,-0.9883137294401387,-2.2870566896195976,-0.511359691619873,0.8350995779037476,-0.20278069376945496,2.153451919555664,-0.07961755990982056,0.6169118285179138,-0.3852466940879822,0.39361441135406494,-0.17241768538951874 +122,-1.1508033034022325,-1.0885859031301284,-2.196518759227349,-0.42343613505363464,0.8859720230102539,-0.18909141421318054,-0.09785579890012741,-1.977094054222107,1.6968311071395874,0.3358200788497925,0.15185463428497314,0.5369613170623779 +123,-1.5706098267300685,-1.253116165346106,-2.6544928258126785,-0.3123641312122345,0.9499626159667969,-5.82559296162799e-05,-3.5593488216400146,1.8023954629898071,0.7068333029747009,-0.12016153335571289,-0.10174167156219482,0.16320526599884033 +124,-2.282727997778223,-1.2241461024523415,3.0925336983953313,-0.2572246789932251,0.9405160546302795,0.22195738554000854,0.4825900197029114,-2.0811655521392822,-0.015067458152770996,0.03760489821434021,-0.16555267572402954,-0.3302032947540283 +125,-2.63002853062632,-1.2251282951359463,2.8888578008713734,-0.16586890816688538,0.9408493041992188,0.2954484820365906,-1.4249862432479858,-1.6664478778839111,0.7124688625335693,-0.7064607739448547,-0.0643388032913208,-0.43344905972480774 +126,-2.4086428352401805,-1.2531156779497483,3.098915358415016,-0.20899173617362976,0.9499624371528625,0.232150137424469,2.597935914993286,1.7425795793533325,-1.834911823272705,-0.5385057926177979,0.2977029085159302,-0.7020751237869263 +127,-1.3577488401752813,-1.1467792064895967,-2.3497763023604348,-0.40212321281433105,0.9114435315132141,-0.08699150383472443,1.1932960748672485,-1.9328371286392212,-0.7407861351966858,0.22506025433540344,1.1106206178665161,0.11732596904039383 +128,-1.334798969486396,-1.0343915731929132,-2.1209233546440927,-0.49688345193862915,0.8595516085624695,-0.11948978155851364,0.5007703900337219,1.2971196174621582,-1.212510347366333,0.2537957429885864,-0.13793301582336426,0.40128910541534424 +129,-1.172411491884841,-0.9226178118443547,-2.1279179804072057,-0.5564560890197754,0.7971848249435425,-0.2342071682214737,-0.3524619936943054,2.7968666553497314,-0.19354084134101868,0.6476426720619202,-0.55138099193573,0.6105194091796875 +130,-1.1834856641703753,-0.987995792884722,-2.3012055190679206,-0.5095977187156677,0.8349246382713318,-0.20787236094474792,-0.1910424679517746,-4.297476768493652,-1.5088744163513184,-1.2765960693359375,1.1459407806396484,-3.0135326385498047 +131,-1.3436105597081507,-0.950533272473279,-2.3935583777430285,-0.5663134455680847,0.8137255907058716,-0.13091853260993958,4.248164653778076,0.4496285915374756,-0.2547402083873749,-1.0433361530303955,1.398661494255066,-2.917543411254883 +132,-1.3166829092509122,-1.0745618553197358,-2.3005581233815757,-0.46082770824432373,0.8793815970420837,-0.1196899339556694,0.8028311729431152,-2.0813612937927246,2.094259262084961,0.8083924651145935,-0.08101135492324829,0.501922607421875 +133,-1.6116779690364609,-1.2413648719765271,-2.6055582470564924,-0.32323482632637024,0.9462264180183411,0.013221736997365952,-3.1981868743896484,2.717550277709961,0.8751351833343506,-0.01671576499938965,-0.06567221879959106,0.45893096923828125 +134,-2.3100626192548956,-1.2418294210841905,3.108726918891283,-0.23873381316661835,0.946376621723175,0.21766436100006104,1.3505452871322632,-1.4451576471328735,0.029573539271950722,-0.15363070368766785,-0.13111460208892822,-0.07652053236961365 +135,-2.692334416150888,-1.2399184729948085,2.856823223015634,-0.1410917192697525,0.9457575082778931,0.29263609647750854,-1.9817203283309937,-1.0038421154022217,0.8493435978889465,-0.6324220895767212,-0.024187684059143066,-0.2516510486602783 +136,-2.676131576725514,-1.239954784972293,2.8747026122927957,-0.14579913020133972,0.9457693099975586,0.2902810275554657,1.5613595247268677,0.42175713181495667,-1.3064451217651367,-0.7003617286682129,0.048569679260253906,-0.7773721218109131 +137,-1.4731073179094243,-1.1514857612316245,-2.4517450228473865,-0.4051893949508667,0.9133698344230652,-0.0397089459002018,1.8053064346313477,-0.24080631136894226,-1.4472697973251343,0.18532556295394897,1.367742657661438,-0.048853032290935516 +138,-1.2571307945072432,-1.0222107146467128,-2.0503041574539447,-0.4960373044013977,0.8532629609107971,-0.16090157628059387,1.2725703716278076,-0.35240834951400757,-1.365171194076538,0.10744175314903259,-0.2838965058326721,0.3606390953063965 +139,-1.0628898341979276,-0.8856522367155968,-2.014234310483553,-0.5529047846794128,0.7743278741836548,-0.3077542185783386,-0.3289073705673218,2.9420320987701416,-0.4294397234916687,0.7158076167106628,-0.4945732355117798,0.7028653025627136 +140,-1.1359432607404178,-0.9928635989620309,-2.281209608352995,-0.495450884103775,0.8375937938690186,-0.23014090955257416,-1.3393645286560059,-3.809619188308716,0.03948083147406578,-0.4077167510986328,0.2573615312576294,-1.7331159114837646 +141,-1.283571295436917,-0.9411297227118487,-2.4134707197546827,-0.5647512674331665,0.8082239031791687,-0.16682368516921997,-0.46138739585876465,-0.0449979193508625,1.2011051177978516,0.3957907557487488,0.4011724591255188,1.1209100484848022 +142,-1.3058110214280383,-1.0136444055747718,-2.326216601626798,-0.5103151202201843,0.8487645387649536,-0.13848257064819336,0.6368716955184937,-3.3051066398620605,1.810056209564209,0.761428952217102,-0.11896717548370361,0.32058095932006836 +143,-1.618837657202326,-1.2202786336532507,-2.58978445005777,-0.34298810362815857,0.9391950964927673,0.01649029366672039,-2.888056993484497,2.20851731300354,0.9360730051994324,-0.07305806875228882,-0.03604257106781006,0.3594862222671509 +144,-2.2608853313463158,-1.2076918072399616,3.0036506188530363,-0.2739095091819763,0.9347986578941345,0.2261084020137787,0.7910141944885254,-1.4559141397476196,0.4508790373802185,-0.01825055480003357,-0.1228480339050293,-0.5452306270599365 +145,-2.6163109521970296,-1.2070835138383376,2.7851124261743854,-0.17839162051677704,0.9345824718475342,0.3077859580516815,-1.7944207191467285,-1.3876230716705322,0.9235100150108337,-0.48463326692581177,-0.10357356071472168,-0.5175027847290039 +146,-2.6182637518290934,-1.2058724662883078,2.8017843605719968,-0.178355872631073,0.9341509342193604,0.3091140687465668,1.5897613763809204,0.42000988125801086,-0.9321445822715759,-0.3881266713142395,0.0572279691696167,-0.9263626337051392 +147,-1.4292883208156026,-1.1657387026048858,-2.5576410774541496,-0.3901326656341553,0.9190796613693237,-0.05557836964726448,1.9892827272415161,0.3513141870498657,-2.0150809288024902,-0.3089792728424072,1.1348447799682617,0.11142551898956299 +148,-1.3144133361705093,-1.0040921750021041,-2.1928793436365304,-0.5193063020706177,0.8436749577522278,-0.13613732159137726,0.8283751606941223,-0.0159841887652874,-0.7565247416496277,0.6148263812065125,0.08898794651031494,0.8706954717636108 +149,-1.0821880275272362,-0.8743570461126593,-2.091401291514037,-0.56642746925354,0.7671312093734741,-0.30111387372016907,0.5341799855232239,1.2572245597839355,-0.07785052806138992,0.5398924946784973,-0.8504289984703064,0.32256773114204407 +150,-1.004501035459527,-0.9936298049186146,-2.249093751899744,-0.46047231554985046,0.8380120992660522,-0.2927471697330475,-4.281813621520996,-1.7156882286071777,0.48894795775413513,-0.12982919812202454,-0.328063428401947,-0.16982302069664001 +151,-1.2827732470470912,-0.9310199619593439,-2.3732842104064957,-0.5724234580993652,0.8022292852401733,-0.16958679258823395,-0.8113046288490295,0.09772320091724396,0.11967819929122925,0.5822501182556152,0.18766939640045166,1.1194616556167603 +152,-1.1994295470499354,-1.0147245515568633,-2.2997247199868984,-0.49187129735946655,0.8493351936340332,-0.19155257940292358,0.13057738542556763,-1.3705661296844482,1.183817744255066,0.777439534664154,-0.2096562385559082,0.3091215491294861 +153,-1.4216392232547614,-1.1967752338580548,-2.436067952470858,-0.36130499839782715,0.9308657050132751,-0.05429445207118988,-2.7220816612243652,1.3133952617645264,1.3934309482574463,-0.02925899624824524,0.12989479303359985,0.5910223722457886 +154,-2.217804725641415,-1.2047522714191237,3.0045907002132566,-0.2855846583843231,0.933750569820404,0.21575766801834106,-2.3951172828674316,-4.554687023162842,0.1082632839679718,0.14537161588668823,-0.24734920263290405,-1.0040266513824463 +155,-2.5298753397438642,-1.2131104841262008,2.897889064364672,-0.2010577917098999,0.9367095232009888,0.286620169878006,-0.38824447989463806,-0.16399233043193817,0.5723839402198792,-0.3877178430557251,-0.09492790699005127,0.053940773010253906 +156,-2.7612130079438644,-1.1714343468782826,2.7267958809318187,-0.144362211227417,0.9213092923164368,0.3610382080078125,-0.2704140245914459,-0.912520170211792,-0.33513081073760986,-0.6130077838897705,0.23239243030548096,-0.4172973930835724 +157,-1.9632644111742386,-1.2342979517413293,-2.8242649965964173,-0.3050798177719116,0.9439166188240051,0.1262856423854828,2.5864977836608887,4.89106559753418,-2.7185916900634766,-0.32309404015541077,0.3407209515571594,0.7400627136230469 +158,-1.456904058275408,-1.076040519397888,-2.2500276295770627,-0.4717405140399933,0.8800846934318542,-0.05396111682057381,3.070584774017334,-1.7102590799331665,-1.4204500913619995,0.4314878284931183,0.5384333729743958,-0.5107971429824829 +159,-1.1957884145376585,-0.9228149117780562,-2.014851792157307,-0.5616323947906494,0.7973037958145142,-0.22107857465744019,1.2789525985717773,1.9738885164260864,-1.2408313751220703,0.2918875217437744,-0.8033157587051392,0.4718567728996277 +160,-0.9675379376635084,-0.8955165623098956,-2.0277843952718575,-0.5147772431373596,0.7805321216583252,-0.3546459972858429,-1.491551399230957,2.894807815551758,0.6589175462722778,0.8244850039482117,-0.54652339220047,0.7803967595100403 +161,-1.2273536886541532,-0.9562964372674776,-2.266705327520941,-0.5428802371025085,0.8170619010925293,-0.19414211809635162,-0.5930551886558533,-0.8935481309890747,-0.262307733297348,-0.45103150606155396,-0.3630213141441345,-0.43961644172668457 +162,-1.2160250898742853,-0.949540892680678,-2.2078901465231513,-0.5458095073699951,0.8131483793258667,-0.20219236612319946,-1.9970449209213257,0.2594015598297119,0.836642861366272,1.6799037456512451,-0.3771742582321167,0.6010571122169495 +163,-1.2787310566158487,-1.1207887154413347,-2.1910357170632198,-0.41655170917510986,0.9004437923431396,-0.12524184584617615,-1.2404334545135498,-1.4483704566955566,1.9091700315475464,0.11023160815238953,0.3987504243850708,0.49245983362197876 +164,-1.9324290618552746,-1.2363647250316305,-2.999799589586078,-0.3070029318332672,0.9445970058441162,0.11612939834594727,-3.6472935676574707,-1.883551836013794,0.27842628955841064,0.06217566132545471,-0.37210237979888916,-0.6510567665100098 +165,-2.3483246307457675,-1.2333921563053067,3.1110749573754837,-0.2359144687652588,0.9436171650886536,0.23223015666007996,-0.4487285912036896,-2.090266466140747,0.41520917415618896,-0.3178117275238037,-0.12719571590423584,-0.12146665155887604 +166,-2.7232663079557127,-1.199019029309896,2.833992819619014,-0.14757269620895386,0.9316831827163696,0.33194729685783386,0.44759926199913025,0.5832570195198059,0.14648491144180298,-0.9033001661300659,0.11249113082885742,-0.5464859008789062 +167,-2.2399834586211216,-1.248563024312646,-3.041805090719074,-0.24838492274284363,0.9485305547714233,0.19645556807518005,3.510284900665283,3.1168465614318848,-2.3300204277038574,-0.6374946236610413,0.32032930850982666,-0.42207205295562744 +168,-1.4086728556176542,-1.127257855766553,-2.329318401903719,-0.42351073026657104,0.903238832950592,-0.06926898658275604,1.463452696800232,-5.330642223358154,-0.335611492395401,0.41525575518608093,0.9668172597885132,0.08584005385637283 +169,-1.2574414376060528,-0.9689227499310591,-2.0644393051605707,-0.5386171340942383,0.8242762684822083,-0.17452844977378845,0.7877946496009827,1.6324208974838257,-1.6796696186065674,0.12110620737075806,-0.5015681982040405,0.5648788213729858 +170,-0.9990902880140304,-0.8861125562244001,-2.0566140233527066,-0.5318588614463806,0.7746191024780273,-0.3421863615512848,-0.5958365797996521,2.7860753536224365,0.260130912065506,1.0514206886291504,-0.5096502304077148,0.7904742956161499 +171,-1.2088015814577449,-0.960895376649158,-2.2611380314475777,-0.5356651544570923,0.8197047710418701,-0.2028467059135437,-1.7339738607406616,-1.6648273468017578,-1.4264562129974365,-1.5552008152008057,0.6819583177566528,0.2055017650127411 +172,-1.1451476230677966,-0.9387179456957532,-2.2424794252830917,-0.5381043553352356,0.8068013191223145,-0.24395766854286194,-1.5464407205581665,2.571007490158081,0.8683666586875916,1.2423127889633179,-0.13527727127075195,1.9036104679107666 +173,-1.3470822995682254,-1.1149694992565826,-2.284643589289323,-0.42923489212989807,0.8978973627090454,-0.09766056388616562,-0.7102103233337402,-3.7604219913482666,2.638256311416626,0.5311789512634277,0.3917296528816223,0.47928285598754883 +174,-1.71070262319467,-1.274270123225647,-2.7896574228750834,-0.28934434056282043,0.9563573002815247,0.040747303515672684,-3.3774263858795166,3.0759503841400146,0.6344054937362671,0.05986744165420532,-0.2183050513267517,0.1285794973373413 +175,-2.399502137476771,-1.2333466018618855,2.95571176775682,-0.22375506162643433,0.9436020851135254,0.24402624368667603,0.8783567547798157,-2.141753673553467,-0.07329053431749344,-0.21720871329307556,-0.1330857276916504,-0.2303849458694458 +176,-2.677989811342706,-1.2309612557290457,2.8180205612177867,-0.14905714988708496,0.9428096413612366,0.29814764857292175,-1.7171066999435425,-1.529808759689331,0.594558596611023,-0.7106077671051025,0.1067204475402832,-0.007177799940109253 +177,-2.6477156565248725,-1.2261911375996009,2.8837695436868738,-0.16014364361763,0.9412088990211487,0.29745548963546753,1.7492527961730957,1.4954403638839722,-1.6249499320983887,-0.6947910189628601,0.06565755605697632,-0.5699775218963623 +178,-1.3648892219166255,-1.1260479227521798,-2.391562206174165,-0.42114245891571045,0.9027189612388611,-0.08796289563179016,2.119699478149414,-0.21587035059928894,-1.301632046699524,0.04550161957740784,1.5042481422424316,0.035045452415943146 +179,-1.1698764621457687,-1.0100863899538104,-2.062727137895376,-0.48961812257766724,0.8468778133392334,-0.20753832161426544,1.5861666202545166,-0.11604049801826477,-0.8958610892295837,0.19524556398391724,-0.3591458201408386,0.24046677350997925 +180,-0.9548835856503126,-0.8891014939692422,-1.9468621956999108,-0.5143250823020935,0.7765058875083923,-0.36401695013046265,0.051176298409700394,2.5752692222595215,-0.15738323330879211,0.6625337600708008,-0.6021437048912048,0.7753176093101501 +181,-1.0685947553133002,-1.0119292745674093,-2.1787808861251485,-0.4647563397884369,0.8478564023971558,-0.2552277147769928,-0.1247987449169159,-9.258877754211426,-0.6615732312202454,-0.230663001537323,0.5734997987747192,-3.148733615875244 +182,-1.2632917797965157,-0.9760435768043563,-2.2811551158377052,-0.5340213179588318,0.8282870650291443,-0.16959351301193237,0.4617834985256195,0.24709948897361755,0.4595760703086853,-0.03639799356460571,0.239568829536438,0.7135388255119324 +183,-1.1079876583899102,-1.0508148541254485,-2.1557549574405965,-0.44459494948387146,0.867828369140625,-0.22183144092559814,-0.013033856637775898,-1.5679279565811157,1.9289191961288452,0.6218868494033813,-0.037017881870269775,0.49325478076934814 +184,-1.5457916322296217,-1.2519564522282924,-2.5179688516716605,-0.3133668899536133,0.9495997428894043,-0.00783727690577507,-3.535158395767212,1.2863490581512451,0.9893624782562256,-0.17682167887687683,-0.14785724878311157,0.27646827697753906 +185,-2.22642111735496,-1.257997117343319,-3.1164652027173187,-0.24392172694206238,0.9514759182929993,0.1876046061515808,0.9282305836677551,-1.242806315422058,-0.029103830456733704,-0.18393468856811523,-0.1827535629272461,-0.14719931781291962 +186,-2.563004676819218,-1.2454954873744044,2.967944415809842,-0.17476731538772583,0.9475546479225159,0.2675751745700836,-1.6989480257034302,-1.424705147743225,0.7634924054145813,-0.31767958402633667,0.014069437980651855,-0.2821930944919586 +187,-2.58589101128587,-1.252332135587081,2.9635787970580836,-0.16517671942710876,0.9497174024581909,0.2659946084022522,1.0169495344161987,0.29295262694358826,-1.1705682277679443,-0.7274166345596313,0.08467566967010498,-0.5420261025428772 +188,-1.4174000032160925,-1.1780325503835363,-2.3724235198206878,-0.3782488703727722,0.9238547682762146,-0.058481402695178986,2.302530527114868,2.1309080123901367,-1.6376080513000488,0.023466765880584717,1.0686988830566406,0.3823949694633484 +189,-1.1594154643499464,-1.049592350995683,-2.0246633100747746,-0.4563824534416199,0.8672203421592712,-0.19910775125026703,0.9720012545585632,0.5180380344390869,-0.84768146276474,0.16207095980644226,-0.13185358047485352,0.4387318193912506 +190,-1.049511259214146,-0.8941129516323995,-1.9632156270686298,-0.5430371761322021,0.7796539068222046,-0.3118496537208557,0.03115195967257023,1.7804313898086548,-0.7874293327331543,0.4752119183540344,-0.47124338150024414,0.5477811098098755 +191,-0.9798660100514611,-0.9589243330158939,-2.1266364871523904,-0.47699546813964844,0.8185741901397705,-0.32001808285713196,-3.0192902088165283,0.7680460214614868,0.5222708582878113,0.05296897888183594,-0.495103120803833,0.21589207649230957 +192,-1.294594563521399,-0.9634824050351163,-2.3578288268474306,-0.5490344762802124,0.8211838006973267,-0.15562188625335693,-0.43565115332603455,0.6140773892402649,-0.135573148727417,0.018455922603607178,0.9025405049324036,0.23547114431858063 +193,-1.1185893749871134,-1.0191253505050475,-2.2531889772746476,-0.4714297950267792,0.8516499400138855,-0.22901111841201782,-0.38585323095321655,-1.549836277961731,1.5356024503707886,0.8056583404541016,-0.2610892057418823,0.5171581506729126 +194,-1.3620880561502235,-1.2183187916471614,-2.3523774831772464,-0.3377321660518646,0.9385203123092651,-0.07152910530567169,-2.5428497791290283,0.46087443828582764,1.0991828441619873,-0.186712384223938,0.03219795227050781,0.468547523021698 +195,-2.224239415198033,-1.2346279745345592,3.135450866514629,-0.2619168758392334,0.9440255761146545,0.2005370557308197,0.07284191250801086,-3.1571271419525146,-0.05364691838622093,0.0198514461517334,-0.2102763056755066,-0.6468566656112671 +196,-2.33168331190776,-1.2524273191484225,-3.092092321700835,-0.2266951948404312,0.9497472047805786,0.21584582328796387,-0.3924562931060791,0.13265493512153625,0.6706238389015198,-0.1991165578365326,-0.1503545641899109,0.05940745770931244 +197,-2.638994300689635,-1.2099432224143758,2.9313258439348693,-0.17007645964622498,0.9355959296226501,0.30940932035446167,-0.1534559577703476,-1.557352900505066,-0.21348699927330017,-0.7285898923873901,0.24868440628051758,-0.600684404373169 +198,-2.213270297542256,-1.2580041173523833,-2.905209003094056,-0.24636292457580566,0.9514780640602112,0.18437710404396057,3.1864027976989746,1.848197102546692,-1.5821038484573364,-0.6069695949554443,0.17126363515853882,-0.6359151601791382 +199,-1.3922387270667569,-1.131449471591417,-2.1583856707965445,-0.41858577728271484,0.9050296545028687,-0.0755462571978569,1.2260215282440186,-3.6530046463012695,-0.8053449988365173,0.30390068888664246,0.8109432458877563,0.11688232421875 +200,-1.1906023751232246,-0.9780468067542892,-1.9169833453100111,-0.5187523365020752,0.829407811164856,-0.2073129564523697,1.1433777809143066,0.9237680435180664,-1.4107818603515625,0.14356929063796997,-0.38359183073043823,0.45854896306991577 +201,-1.0050115623561409,-0.8727751106587657,-1.9111420932056957,-0.5425493717193604,0.7661154270172119,-0.34453919529914856,-0.5404326319694519,1.8550190925598145,-0.3251526653766632,0.8146288394927979,-0.3667929768562317,0.696040689945221 +202,-1.2256858029961695,-0.9694040185975408,-2.15709306632299,-0.5324311256408691,0.8245486617088318,-0.19140757620334625,-0.12423095107078552,-2.732792377471924,-1.5019608736038208,-1.6819853782653809,1.314993143081665,-3.2486255168914795 +203,-1.2639379076845976,-0.9359734055360851,-2.2409155834836074,-0.5653327107429504,0.8051767349243164,-0.1791353076696396,2.536187171936035,0.873698890209198,-0.241562157869339,-0.6729637980461121,0.5759574174880981,-0.9366941452026367 +204,-1.2416036526693754,-1.0595500608350727,-2.215621976574135,-0.4629930853843689,0.8721354603767395,-0.15816912055015564,-0.41287872195243835,-2.475752115249634,1.996885061264038,0.5317033529281616,0.15241605043411255,0.37205153703689575 +205,-1.8190558221508262,-1.2383015359592162,-2.674096737447355,-0.3163951337337494,0.9452309608459473,0.0802026093006134,-2.7549240589141846,1.9593381881713867,1.1017324924468994,-0.14568674564361572,0.04726165533065796,0.351529598236084 +206,-2.2395617366680924,-1.247682545463214,-3.006848067747174,-0.24912294745445251,0.9482513070106506,0.19686856865882874,-0.20259498059749603,-1.5397599935531616,-0.1504877656698227,-0.20415468513965607,-0.24894094467163086,-0.1901547610759735 +207,-2.5891616778478483,-1.2005957565558796,3.0405651639584637,-0.18985897302627563,0.9322547912597656,0.3079851269721985,-1.256360411643982,-1.5914407968521118,0.6265859007835388,-0.17059943079948425,-0.12080752849578857,-0.3462083041667938 +208,-2.674703133292757,-1.187510822900898,2.980643164740187,-0.16832774877548218,0.9274409413337708,0.33394452929496765,0.9116777777671814,0.1774398535490036,-0.9348157048225403,-0.6090617775917053,0.276523232460022,-0.5290281772613525 +209,-1.5888015770309387,-1.1571844207496507,-2.374987516096061,-0.4018540382385254,0.9156751036643982,0.007236264646053314,2.427623987197876,3.5989015102386475,-2.348127603530884,-0.1397109031677246,0.7880144715309143,0.574138879776001 +210,-1.2823900831661694,-1.036525145524875,-1.9514881527593637,-0.48818275332450867,0.8606399893760681,-0.144833043217659,1.6927164793014526,0.389554500579834,-0.5840806365013123,0.470924973487854,0.014817893505096436,0.7353023886680603 +211,-1.1337969869915674,-0.9037892929755762,-1.8025163100837875,-0.5605012774467468,0.7856767177581787,-0.26182132959365845,0.5099510550498962,1.36372709274292,-0.553860068321228,0.4316560626029968,-0.6276719570159912,0.506282389163971 +212,-1.0106858329211224,-0.9982256074476857,-1.920655155799515,-0.4590063691139221,0.8405109643936157,-0.2878444790840149,-3.631662368774414,1.2862884998321533,0.7874243855476379,0.05724245309829712,-0.4137836694717407,0.42450225353240967 +213,-1.3082630875211705,-0.9739613676765865,-2.0960899674882643,-0.5427698493003845,0.8271185755729675,-0.14586174488067627,-0.18979769945144653,0.5005244016647339,-0.10310707986354828,0.5035242438316345,0.3959801197052002,0.11398613452911377 +214,-1.1651608004105691,-1.0627170402388533,-2.0338876278384967,-0.44702160358428955,0.8736805319786072,-0.19197434186935425,-0.6028420329093933,0.30232274532318115,1.91175377368927,0.7186890840530396,-0.4867939352989197,0.24647879600524902 +215,-1.3282591867849245,-1.232875354686347,-2.1552251182697373,-0.3218235373497009,0.9434459805488586,-0.07962153851985931,-2.7393062114715576,0.21789613366127014,0.7210810780525208,0.00535622239112854,0.09076428413391113,0.4706432819366455 +216,-2.230034771721178,-1.235363787825765,-2.9997742474541784,-0.26020151376724243,0.944267988204956,0.20162633061408997,-0.642859935760498,-2.939873218536377,0.1585136204957962,0.10892587900161743,-0.18387675285339355,-0.7755703926086426 +217,-2.3882637091752454,-1.2610172747181263,-2.999380306546972,-0.2085377722978592,0.9524009227752686,0.22236110270023346,-0.5669233798980713,-0.6421684622764587,0.7522718906402588,-0.2182048112154007,-0.15428990125656128,0.0038503706455230713 +218,-2.7113201169803154,-1.205128714858518,2.996114917637521,-0.14915022253990173,0.9338852763175964,0.324980765581131,0.4739818871021271,0.9244813919067383,0.031300999224185944,-0.7853285074234009,0.11100602149963379,-0.4918051064014435 +219,-2.052067444909264,-1.2406608297092323,-2.719981093116692,-0.2873477637767792,0.9459984302520752,0.15006092190742493,3.2910032272338867,2.846764326095581,-2.4980506896972656,-0.5561581254005432,0.4531409740447998,-0.32820725440979004 +220,-1.4205476393655774,-1.0768198353823975,-2.1196081581679618,-0.46878913044929504,0.880454421043396,-0.07096979767084122,1.8456463813781738,-3.907566547393799,-1.0268826484680176,0.5295801162719727,0.5700154900550842,-0.4266955852508545 +221,-1.1919554483481392,-0.9149772291713837,-1.895436468604863,-0.5665695071220398,0.7925487160682678,-0.22553393244743347,0.939578652381897,1.1072121858596802,-1.3542885780334473,0.2504226565361023,-0.4687877297401428,0.41957998275756836 +222,-0.9653191657302742,-0.8742307303409697,-1.882343928107285,-0.5275324583053589,0.7670501470565796,-0.3651621341705322,-0.7496002316474915,2.258066177368164,0.6493164896965027,0.9659938812255859,-0.49306339025497437,0.7737467288970947 +223,-1.225983972817229,-0.9736020136113408,-2.1053739937713103,-0.5292257070541382,0.8269165754318237,-0.1900770515203476,-1.2369076013565063,-0.04650107026100159,-0.8406722545623779,-1.6593729257583618,0.19449150562286377,0.2642652988433838 +224,-1.2053676461413472,-0.9797490933266031,-2.092545443111313,-0.5204371213912964,0.8303576111793518,-0.1991262286901474,-1.8171454668045044,2.3439993858337402,0.5766492486000061,0.8009242415428162,0.24065673351287842,2.388014793395996 +225,-1.1884763074415976,-1.1496914296389322,-2.0831841782821354,-0.3792565166950226,0.9126378297805786,-0.15250107645988464,-0.6456115245819092,-0.46567782759666443,1.9956122636795044,0.28820735216140747,0.2565057873725891,0.5108842849731445 +226,-1.7905388436833534,-1.284030334738887,-2.809558822483087,-0.27605077624320984,0.9591636061668396,0.0616556853055954,-2.501211643218994,0.5846083164215088,-0.07103888690471649,-0.25930386781692505,-0.13813382387161255,-0.08086644858121872 +227,-2.1675624636269344,-1.2381623338355645,-2.8748868299165538,-0.2700943052768707,0.9451855421066284,0.18350201845169067,1.3509544134140015,0.41337254643440247,-0.8530588150024414,-0.21486049890518188,-0.21776878833770752,0.17079170048236847 +228,-2.4784092442135197,-1.2099178572569476,3.119445350924954,-0.21737627685070038,0.9355869889259338,0.27825286984443665,-2.8845021724700928,-0.017471157014369965,0.4580678343772888,-0.5814213752746582,0.12346452474594116,0.12836337089538574 +229,-2.481333424812334,-1.1904470503745979,-3.1383594269541972,-0.2276925891637802,0.9285350441932678,0.293221652507782,1.922573208808899,0.0658872053027153,-1.0269767045974731,-0.6431417465209961,0.08701366186141968,-0.6444789171218872 +230,-1.367961371728415,-1.132548679132641,-2.2964338192244003,-0.41565367579460144,0.9054966568946838,-0.08548466116189957,2.3105130195617676,1.0622084140777588,-1.1273574829101562,-0.17727231979370117,0.9877222180366516,0.13817328214645386 +231,-1.2560095663993835,-0.9725719572207338,-1.9947080837999758,-0.5355030298233032,0.8263369202613831,-0.1743670552968979,1.286888599395752,0.9774289727210999,-1.244325876235962,0.23400461673736572,-0.12539392709732056,0.3558856248855591 +232,-1.0664406413022487,-0.8453636087706579,-1.9668442020271506,-0.5808492302894592,0.7482123970985413,-0.3206122815608978,0.08812393993139267,2.0614564418792725,-0.49897465109825134,0.6689382791519165,-0.45274126529693604,0.5755561590194702 +233,-1.0442575146977122,-0.9559705509665487,-2.100165081336469,-0.4986874759197235,0.8168739676475525,-0.2898755669593811,-2.799429416656494,-2.5587375164031982,0.8774999380111694,-0.1384279727935791,-0.12252277135848999,-0.5983690619468689 +234,-1.2981707316800692,-0.9327484173143856,-2.2423826481757936,-0.5736303925514221,0.8032600283622742,-0.1603795439004898,-0.18147611618041992,0.2507082223892212,-0.15365475416183472,-0.4178857207298279,0.5664452314376831,0.4187108278274536 +235,-1.187997191212141,-0.9894798470546013,-2.1998640188781575,-0.5093806982040405,0.8357404470443726,-0.20510828495025635,-0.11166907101869583,-0.9882927536964417,1.6824113130569458,0.6156123280525208,0.010466337203979492,0.5287777185440063 +236,-1.5821445907762415,-1.200657816273823,-2.4542941433067336,-0.36172163486480713,0.932277262210846,0.004105088766664267,-2.756570816040039,-0.28952351212501526,1.539872169494629,-0.09189167618751526,-0.009532392024993896,0.2918848991394043 +237,-2.196251932518645,-1.234822390070593,-3.0851442865597725,-0.26727741956710815,0.9440896511077881,0.1930217146873474,-0.39148420095443726,-0.6024656891822815,0.1988598257303238,-0.12397319078445435,-0.19703465700149536,-0.17172051966190338 +238,-2.390067822732522,-1.213687189459601,3.1386414088670267,-0.23866815865039825,0.9369112849235535,0.25541064143180847,-0.47706249356269836,-0.6356777548789978,0.23366282880306244,-0.13524843752384186,-0.12753945589065552,-0.17351678013801575 +239,-2.6827913948562343,-1.1756482897426743,2.887372755824705,-0.17048192024230957,0.9229395985603333,0.3451353907585144,-0.23807388544082642,-0.13474446535110474,-0.16586442291736603,-0.9802749156951904,0.22746628522872925,-0.3129088878631592 +240,-2.057536722589113,-1.191851575558167,-2.86507577812238,-0.32697638869285583,0.9290555119514465,0.17303866147994995,2.9344089031219482,2.42871356010437,-2.5344510078430176,-0.5011028051376343,0.5071017146110535,-0.15591824054718018 +241,-1.4758764801399928,-1.0932408978514196,-2.316793261312694,-0.45754024386405945,0.8881211280822754,-0.04356055334210396,3.191603183746338,-0.7954031229019165,-0.7332761287689209,0.6236780285835266,0.4534161686897278,-0.48184531927108765 +242,-1.2386373225159393,-0.9352344118868381,-1.9999593772057085,-0.56118243932724,0.8047382831573486,-0.19357368350028992,1.2846264839172363,1.4741960763931274,-1.835274338722229,0.01001971960067749,-0.4510546326637268,0.6246496438980103 +243,-0.9985277487478948,-0.8640629439042079,-1.9976912021881181,-0.5458945631980896,0.7604871392250061,-0.35165101289749146,-0.9306496381759644,2.6392507553100586,0.2075919359922409,0.8140830397605896,-0.4821668267250061,0.7490509152412415 +244,-1.158759106173625,-0.9459838097574622,-2.1806992619857093,-0.5359893441200256,0.811072826385498,-0.2342570424079895,-0.8177316188812256,0.022599875926971436,-0.5640944838523865,-1.0635285377502441,0.05921220779418945,-0.11548972129821777 +245,-1.1983615112829533,-0.938830296043508,-2.187683178455689,-0.5502341985702515,0.8068676590919495,-0.2149582952260971,-1.4740557670593262,1.4130799770355225,0.0949108675122261,0.8468497395515442,0.3565235137939453,1.6664201021194458 +246,-1.2922084459591299,-1.0807927638522303,-2.186922436138643,-0.45248401165008545,0.8823311924934387,-0.12942221760749817,-0.9090341925621033,-1.693471908569336,1.986127257347107,0.2415616810321808,0.29366379976272583,0.49087244272232056 +247,-1.8719528743040321,-1.2050673026677625,-2.7829163522294835,-0.34153440594673157,0.9338632822036743,0.10608192533254623,-2.953126907348633,-1.40077543258667,0.7683122158050537,-0.06320491433143616,-0.19964098930358887,-0.4787015914916992 +248,-2.1659510489156024,-1.205952165417995,-2.947759268602129,-0.2954557240009308,0.9341793656349182,0.20003746449947357,-0.1779487580060959,-2.31599497795105,0.26888003945350647,-0.10726955533027649,-0.13828086853027344,-0.15618368983268738 +249,-2.5907327548236365,-1.1706507448050354,3.0372842796783837,-0.20389950275421143,0.9210042953491211,0.33192765712738037,-0.04547860473394394,-0.3357132077217102,0.05758564546704292,-0.9978827238082886,0.11567777395248413,-0.8361390829086304 +250,-2.1152799630361474,-1.2185781589046385,-2.8062943524568125,-0.295094758272171,0.938609778881073,0.17869189381599426,4.328036308288574,1.6970102787017822,-1.9215366840362549,-0.41301989555358887,0.137104332447052,-0.7287560701370239 +251,-1.2866030981858754,-1.038843727421914,-2.1333330887106245,-0.4868718981742859,0.8618183135986328,-0.14221517741680145,1.4578195810317993,-4.225331783294678,-0.6453995108604431,0.1125737726688385,1.1285076141357422,0.32733482122421265 +252,-1.2551905517537942,-0.8907464111673741,-1.9757321469142455,-0.5977729558944702,0.7775413393974304,-0.1951846331357956,0.46298569440841675,1.3162893056869507,-1.3545516729354858,0.3578742742538452,-0.2727348208427429,0.509210467338562 +253,-1.1074899385155108,-0.8264848996653862,-2.022333146114649,-0.6060467958450317,0.735554575920105,-0.3027649521827698,-0.6383832693099976,1.8954612016677856,0.5391858220100403,0.9873030185699463,-0.44807904958724976,0.6062012910842896 +254,-1.098729959072626,-0.9857810621440535,-2.110754002700794,-0.4918169677257538,0.8337036371231079,-0.2511060833930969,2.121980905532837,-4.93252420425415,-1.8143423795700073,-1.6304516792297363,1.957205057144165,-4.401863098144531 +255,-1.3253697529281023,-0.9390018300285562,-2.2542152085899874,-0.572895884513855,0.8069689869880676,-0.14349664747714996,-0.8535908460617065,2.7837750911712646,0.706792950630188,-1.145289421081543,0.3795238733291626,0.9901305437088013 +256,-1.2133718753941296,-1.07573659242564,-2.278447231755582,-0.4450593888759613,0.8799403309822083,-0.1662142127752304,-0.3581864535808563,-1.2694454193115234,1.5714341402053833,0.7198549509048462,0.05264627933502197,0.3695527911186218 +257,-1.4284903442184793,-1.1999477037562971,-2.413909771219214,-0.3587433695793152,0.9320201277732849,-0.051398757845163345,-1.8610053062438965,1.0191949605941772,1.1527596712112427,0.15827339887619019,-0.010847032070159912,0.31912946701049805 +258,-2.028997491971438,-1.2650286746108064,-3.0989685861019693,-0.2699745297431946,0.9536161422729492,0.1331542432308197,-1.0175694227218628,0.0843028798699379,0.3404257297515869,-0.09521406888961792,-0.05090612173080444,-0.1518157571554184 +259,-2.371694969352811,-1.2485562721300254,2.9911964872994288,-0.22043704986572266,0.9485284090042114,0.2273789644241333,-0.5661777257919312,-0.9761025905609131,0.35579079389572144,-0.25301265716552734,-0.14603829383850098,-0.03238694369792938 +260,-2.602471646213913,-1.2242558933331655,2.8051236809011626,-0.17436827719211578,0.9405533671379089,0.291471004486084,-0.14408613741397858,-0.8708788752555847,0.059834904968738556,-0.6066223382949829,0.14390414953231812,-0.3341040313243866 +261,-2.384193163766101,-1.2369873334826478,3.0045005621658913,-0.22510287165641785,0.9448012113571167,0.23807461559772491,1.946116328239441,1.2118375301361084,-1.670161485671997,-0.7956337928771973,0.3848649263381958,-0.350669264793396 +262,-1.391272625768293,-1.1640498209245078,-2.3701039442432603,-0.3892652988433838,0.9184128642082214,-0.07064289599657059,2.3516957759857178,-1.7592544555664062,-0.6277387738227844,0.4553511440753937,0.9658339619636536,0.42788165807724 +263,-1.209799398058293,-1.0125656847828044,-2.0233609033684448,-0.4955454170703888,0.8481936454772949,-0.18708893656730652,1.5184880495071411,-0.9314615726470947,-1.545991063117981,-0.01603597402572632,-0.3024020195007324,0.27322477102279663 +264,-1.0742624366105002,-0.8731985609521999,-1.9596036066267815,-0.564804196357727,0.7663875222206116,-0.3060167729854584,-0.13954971730709076,2.051220178604126,-0.5807512998580933,0.5192415118217468,-0.5072475671768188,0.48640623688697815 +265,-1.0560131431558324,-0.9716728522710761,-2.1512686088091715,-0.4908347427845001,0.8258302211761475,-0.2776433229446411,-1.986189365386963,0.1168026328086853,0.4594930112361908,0.13852459192276,-0.25402235984802246,-0.7065181136131287 +266,-1.1826794522913824,-0.9653651771269671,-2.2348788332173997,-0.526787519454956,0.8222568035125732,-0.21537986397743225,-0.7872449159622192,-0.29980358481407166,0.19716361165046692,0.26494675874710083,0.3432399034500122,0.31956687569618225 +267,-1.1926343700540756,-0.9999338704744005,-2.174598614871728,-0.5021788477897644,0.8414352536201477,-0.19950713217258453,-0.22994911670684814,-1.1115447282791138,1.2731140851974487,0.9197661876678467,-0.37999427318573,0.27102506160736084 +268,-1.4436749699878366,-1.2001195088410133,-2.2749013457081544,-0.3593233525753021,0.9320823550224304,-0.045925322920084,-2.1417524814605713,-1.1068655252456665,1.7080012559890747,0.03421962261199951,0.047348737716674805,0.2234460711479187 +269,-2.082082743743305,-1.2779235329979093,-2.8979177807988497,-0.25178295373916626,0.9574184417724609,0.14126253128051758,-1.2370378971099854,-1.0915371179580688,0.24718622863292694,-0.23631516098976135,-0.09575474262237549,-0.16042758524417877 +270,-2.3928392988957414,-1.2446280091849595,-3.1037030477798426,-0.21811535954475403,0.9472770094871521,0.2347167283296585,-0.2846560478210449,-0.5626782774925232,0.3904673457145691,-0.22249744832515717,-0.0618247389793396,-0.11893308162689209 +271,-2.672086368684994,-1.2070585473628113,2.906260828193375,-0.16096654534339905,0.9345735907554626,0.3172723948955536,0.42529046535491943,-0.11421351879835129,0.23704132437705994,-0.8274825811386108,0.3077663779258728,-0.627514123916626 +272,-2.053470627386396,-1.2726067754590593,-2.832442793860256,-0.260226309299469,0.9558699727058411,0.13636241853237152,3.643850088119507,3.1730802059173584,-1.941521406173706,-0.5538452863693237,0.19889986515045166,-0.3825477361679077 +273,-1.3055763077107032,-1.114130623656487,-2.1591795950437396,-0.42553991079330444,0.8975277543067932,-0.11558463424444199,1.727036476135254,-4.168875217437744,-1.074724555015564,0.35911834239959717,0.7174320220947266,-0.112076535820961 +274,-1.1396656477725577,-0.9216893251972397,-1.9743194931227952,-0.5491620898246765,0.7966238856315613,-0.2526091933250427,0.7703272700309753,1.5812838077545166,-2.270535945892334,0.09211558103561401,-0.2927328944206238,0.8379058241844177 +275,-0.9566732304572323,-0.8373035753381803,-2.071259761755496,-0.5471424460411072,0.7428406476974487,-0.38577577471733093,-1.428633451461792,2.623911142349243,0.12448995560407639,1.0344929695129395,-0.392270028591156,0.8042023181915283 +276,-1.1308002910892947,-0.9867088149928213,-2.291951885269489,-0.4989157021045685,0.8342156410217285,-0.23487737774848938,-2.161562919616699,-1.5951558351516724,-0.800308108329773,-1.8325204849243164,0.6753973960876465,-0.16133230924606323 +277,-1.1313061567170615,-0.9685255393301954,-2.3189037298405952,-0.5126784443855286,0.8240513205528259,-0.24103979766368866,0.8031104803085327,2.142120599746704,0.07592783123254776,0.28149259090423584,1.0188746452331543,0.34382301568984985 +278,-1.2108788270449202,-1.0704345431827251,-2.352126850761563,-0.44900384545326233,0.877409040927887,-0.16896404325962067,-0.3020116090774536,-1.1058835983276367,1.8245371580123901,0.2807757258415222,0.5058001279830933,0.6236454248428345 +279,-1.7423009708401294,-1.2436909673220393,-2.922346675779379,-0.3165893852710724,0.946976363658905,0.054835245013237,-2.5323281288146973,0.38127896189689636,0.8464868068695068,-0.06158438324928284,-0.1457679271697998,0.017537228763103485 +280,-2.269924295231975,-1.22490667886518,2.8716487484670163,-0.25949758291244507,0.9407742023468018,0.21818524599075317,-0.4687446653842926,-1.0490552186965942,0.11926720291376114,-0.21238043904304504,-0.08997470140457153,-0.2049558311700821 +281,-2.671709553603988,-1.1758692489673184,2.6053770367143834,-0.17420360445976257,0.923024594783783,0.34304279088974,-0.5256588459014893,-0.5539053678512573,0.36044201254844666,-0.85622239112854,0.12610846757888794,-0.97542804479599 +282,-2.435169314080292,-1.206100988660006,2.8483168864303963,-0.2315172404050827,0.9342324733734131,0.2713107466697693,2.714015007019043,1.2371513843536377,-1.9278589487075806,-0.6139264702796936,0.18872284889221191,-0.9373873472213745 +283,-1.360337636661583,-1.1398594998932898,-2.5253224260000784,-0.40850526094436646,0.9085748195648193,-0.08726572245359421,2.7211456298828125,-0.30197879672050476,-1.1997323036193848,0.037976086139678955,1.2744390964508057,0.3408362865447998 +284,-1.2247457566251947,-0.9870674089673644,-2.2010957106194726,-0.5184673070907593,0.8344132900238037,-0.18693818151950836,1.4175920486450195,-0.7040004134178162,-1.090323567390442,0.14322322607040405,-0.17796504497528076,0.31050384044647217 +285,-1.0398595475291565,-0.880793087043797,-2.1159601471571534,-0.5489093065261841,0.7712439298629761,-0.32230639457702637,-0.18218320608139038,2.737621545791626,-0.27908414602279663,0.4637804627418518,-0.6438025236129761,0.7105968594551086 +286,-0.9955903416589433,-0.9651684214440711,-2.2866765328690426,-0.4776703417301178,0.8221448063850403,-0.309691846370697,1.525091528892517,-2.1125640869140625,-0.23538969457149506,-0.1207488477230072,0.4585101008415222,-3.8459324836730957 +287,-1.1478791385957736,-0.9532506365426847,-2.362044394787749,-0.5280203223228455,0.8153020739555359,-0.23764930665493011,1.061374545097351,-1.9963550567626953,-0.04008444398641586,-0.660288393497467,0.4902552366256714,0.011987090110778809 +288,-1.2151479321724443,-1.0229097339582764,-2.2682888858901182,-0.4882880449295044,0.8536272644996643,-0.18137109279632568,-0.34759482741355896,-3.2892534732818604,1.892932415008545,0.6061316728591919,-0.1297960877418518,0.4314931631088257 +289,-1.4870006060106504,-1.2291877927380355,-2.430751021609681,-0.33382776379585266,0.9422169923782349,-0.0280389953404665,-2.4377737045288086,1.9976035356521606,1.0157783031463623,-0.31723421812057495,0.08062541484832764,0.5299006104469299 +290,-2.3179214810542437,-1.2427747967446297,3.084931186814473,-0.23635907471179962,0.9466816186904907,0.21892544627189636,-0.0016933424631133676,-0.39019903540611267,0.2514348030090332,-0.14906266331672668,-0.14512217044830322,-0.33061981201171875 +291,-2.5188650289883516,-1.2378758564724865,2.953197823525852,-0.19060981273651123,0.945091962814331,0.26546040177345276,-1.2378509044647217,-1.9314874410629272,0.49167540669441223,-0.45405879616737366,-0.1487356424331665,-0.19234022498130798 +292,-2.7005509827830885,-1.1965243425887706,2.8391916571505877,-0.15606606006622314,0.9307740330696106,0.33061081171035767,0.6118733882904053,0.03353773429989815,-0.1330184042453766,-0.45750510692596436,0.24169617891311646,-0.475187748670578 +293,-1.6998943235006372,-1.2374702179926982,-2.5942236335506426,-0.3244648873806,0.944959282875061,0.04212203621864319,2.208258628845215,5.28070592880249,-2.285706043243408,-0.35603126883506775,0.3485434055328369,0.8412245512008667 +294,-1.413302734600196,-1.0586205228898442,-2.217409297372622,-0.4840095341205597,0.8716802597045898,-0.07686498016119003,1.755521297454834,-0.5011416673660278,-2.2380318641662598,0.3146370053291321,0.15332889556884766,0.41959261894226074 +295,-1.2295180300779684,-0.8506729043835031,-2.193882725406427,-0.6214438676834106,0.751724362373352,-0.22072182595729828,-0.1994820386171341,3.2255451679229736,-1.1555906534194946,0.5513755083084106,-0.6202698945999146,0.590915322303772 +296,-0.9992739224552563,-0.9084801120829207,-2.2858681974502897,-0.5172170996665955,0.788569986820221,-0.3326318860054016,-2.2575557231903076,1.6469608545303345,1.0064160823822021,0.515065610408783,-0.3792223334312439,0.5665032863616943 +297,-1.3368256196319133,-0.9458354969019073,-2.465732531335409,-0.5691243410110474,0.8109860420227051,-0.1356426328420639,0.5508316159248352,-1.1840192079544067,-0.3758437931537628,-0.49940282106399536,0.007373213768005371,-0.15331308543682098 +298,-1.2840577945684306,-0.9298081951266078,-2.4532790601342884,-0.5735729336738586,0.8015052676200867,-0.16912619769573212,-0.5985519289970398,-1.2824523448944092,0.7062416076660156,1.3721721172332764,-0.5104895234107971,0.2787148356437683 +299,-1.4671465744230217,-1.125608236170358,-2.579994064166668,-0.42831674218177795,0.9025296568870544,-0.04455459490418434,-3.081184148788452,0.050023533403873444,1.5518594980239868,0.08961737155914307,0.0033083558082580566,0.03546035289764404 +300,-2.0688624091213614,-1.1834353864394136,-3.134454839496327,-0.3318532407283783,0.925909161567688,0.18045982718467712,-1.6786746978759766,-0.994177520275116,0.5303941965103149,0.1404622495174408,-0.2221280336380005,-0.607416033744812 +301,-2.4392526039450293,-1.1779814299694804,2.9223382657593637,-0.2472851723432541,0.9238352179527283,0.2921968400478363,-1.1932786703109741,-0.9418056607246399,0.7040752172470093,-0.3336322009563446,-0.12619715929031372,-0.08583685755729675 +302,-2.6324793414925263,-1.158915288693565,2.7681001438047055,-0.19512417912483215,0.9163693785667419,0.3495626449584961,-0.04080108180642128,-0.9502331614494324,-0.24963831901550293,-0.48949193954467773,0.2680789828300476,-0.3131551444530487 +303,-1.9223505768640246,-1.2086269002906225,-2.828931857331509,-0.3326343595981598,0.9351304173469543,0.12200723588466644,3.234119415283203,2.5903124809265137,-2.248654365539551,-0.5516735315322876,0.4347122311592102,0.22097982466220856 +304,-1.385654522948216,-1.0676488396622497,-2.241631994971693,-0.4739450514316559,0.8760692477226257,-0.08876356482505798,3.644843339920044,-0.8453682661056519,-1.220210075378418,0.6001351475715637,0.6257466673851013,-0.091168113052845 +305,-1.1955885348035664,-0.9181318809478489,-1.954474768752873,-0.5650559663772583,0.7944684624671936,-0.22255665063858032,1.14692223072052,0.21160975098609924,-0.8399807810783386,0.2909623980522156,-0.5440717935562134,0.5971751809120178 +306,-1.0334456910683327,-0.8677437106492728,-1.9343469520088599,-0.5554298162460327,0.7628720998764038,-0.3309439718723297,-0.7266110777854919,2.2036356925964355,0.4668101966381073,0.8339637517929077,-0.5747312307357788,0.7522849440574646 +307,-1.1804892435942642,-0.9561597961563584,-2.145337028902143,-0.5332923531532288,0.8169831037521362,-0.21940389275550842,-0.9907519221305847,0.3806370496749878,-1.0904319286346436,-1.5552544593811035,0.8759032487869263,0.45881426334381104 +308,-1.1553948648160124,-0.9071296710546914,-2.129866184477259,-0.5636204481124878,0.7877388596534729,-0.24859505891799927,0.6193534135818481,0.055881205946207047,-0.10297666490077972,1.0821599960327148,0.1793326735496521,0.9356525540351868 +309,-1.226120125352597,-1.0653294248426017,-2.0463239935511526,-0.4557366371154785,0.8749485015869141,-0.16361263394355774,-0.8720617890357971,-0.9440378546714783,2.253308057785034,0.1250177025794983,0.43138688802719116,0.6056902408599854 +310,-1.8525954668847728,-1.2770260931061606,-2.6684617509716113,-0.2781416177749634,0.9571589827537537,0.08052290230989456,-3.159241199493408,-1.3961564302444458,1.2266391515731812,-0.46917280554771423,-0.22604936361312866,-0.33189618587493896 +311,-2.2388258926535074,-1.256952146503044,-3.102854970831274,-0.2423563003540039,0.9511538147926331,0.19123171269893646,-0.5126423835754395,-1.5386816263198853,-0.16182424128055573,-0.2978505492210388,-0.2928439974784851,-0.28604987263679504 +312,-2.5930087559934636,-1.215607124266613,2.9325815594763838,-0.18135394155979156,0.9375807046890259,0.29673799872398376,-0.9260213971138,0.36698436737060547,1.0448180437088013,-0.7995725870132446,0.13662290573120117,-0.5530245304107666 +313,-2.5209108474211863,-1.2384453293117996,2.9918247455918756,-0.18975336849689484,0.9452779293060303,0.26541203260421753,1.896672010421753,0.9679955244064331,-1.1406469345092773,-0.7101337909698486,0.17573964595794678,-0.8665167093276978 +314,-1.3721765571906284,-1.1475303557905692,-2.351155793830349,-0.4026653468608856,0.9117523431777954,-0.08104585856199265,2.070472478866577,1.6813619136810303,-1.443016767501831,-0.03549081087112427,1.1067566871643066,0.42528414726257324 +315,-1.2234802588696332,-1.0022204578807068,-2.0276102190621326,-0.50628262758255,0.8426686525344849,-0.183269202709198,0.8603026866912842,-0.25539839267730713,-1.1859021186828613,0.3321341276168823,-0.09181410074234009,0.998546302318573 +316,-1.1583869113772618,-0.8692071961290471,-1.9935334594362357,-0.5913178324699402,0.7638174891471863,-0.25870081782341003,-0.16056925058364868,1.8866157531738281,-0.3499586582183838,0.65690016746521,-0.6563650965690613,0.5289797782897949 +317,-1.0745653411843448,-0.9661234174720014,-2.1787759133354476,-0.4999232888221741,0.822688102722168,-0.27066779136657715,-2.5802958011627197,0.10529188066720963,0.2763191759586334,-0.03358501195907593,-0.23835277557373047,-0.36403679847717285 +318,-1.230410627147943,-0.9180268692209431,-2.292196847202829,-0.5725404620170593,0.7944046854972839,-0.2027771770954132,-0.752608597278595,1.8720406293869019,-0.004064594395458698,0.5322725176811218,1.1257612705230713,0.3199341893196106 +319,-1.265863237616701,-0.9607239355760042,-2.254964312041571,-0.5464958548545837,0.8196065425872803,-0.1720093935728073,-0.035156235098838806,-3.010070562362671,1.625661015510559,0.926027774810791,-0.18389499187469482,0.3510560393333435 +320,-1.4979036119195215,-1.1812867613452633,-2.3789428116190217,-0.3787263333797455,0.9250953793525696,-0.02765538915991783,-2.492882490158081,0.49600616097450256,1.8545318841934204,-0.20383897423744202,0.06674110889434814,0.33093905448913574 +321,-2.1038399696832184,-1.2189507252136274,-2.9683768054006467,-0.2968182861804962,0.9387382864952087,0.17512661218643188,-1.4177902936935425,-0.5427692532539368,0.506370484828949,0.1804853081703186,-0.27928394079208374,-0.10992588102817535 +322,-2.4252001665897174,-1.2244216492713254,3.080456567125579,-0.22293248772621155,0.9406096339225769,0.256036639213562,-0.6480646133422852,-1.3715870380401611,0.7114651203155518,-0.15188442170619965,-0.08726179599761963,0.057943493127822876 +323,-2.688071701692526,-1.2051085348086414,2.8543957335379395,-0.15667271614074707,0.9338780045509338,0.32144254446029663,-0.02606019377708435,-0.5876400470733643,-0.12343931943178177,-0.5920608043670654,0.26302123069763184,-0.46580591797828674 +324,-1.7779686201546325,-1.25024269456907,-2.639588954379247,-0.3083544969558716,0.9490610957145691,0.06481242924928665,2.803898334503174,4.498842716217041,-2.1810357570648193,-0.4150647222995758,0.5916951894760132,0.6174843311309814 +325,-1.297766567318277,-1.0597582187328614,-2.1219174387871447,-0.4709666669368744,0.8722372651100159,-0.13188135623931885,2.7434802055358887,0.4837433993816376,-1.6751779317855835,0.536701500415802,0.41211026906967163,0.23135340213775635 +326,-1.1286872816568378,-0.880148044371447,-2.005234620726804,-0.5757867693901062,0.7708331942558289,-0.2725541889667511,0.465596079826355,1.5699141025543213,-1.0318796634674072,0.4581262469291687,-0.6745044589042664,0.591966450214386 +327,-0.9562826099547374,-0.8778981443438892,-2.041285054068498,-0.5219094157218933,0.7693979740142822,-0.368289977312088,-1.1568937301635742,2.32770037651062,0.5997644066810608,0.872144341468811,-0.4804726839065552,0.8489875793457031 +328,-1.2896188193215725,-0.9315300014501661,-2.321863527977595,-0.5731778144836426,0.8025336861610413,-0.16555072367191315,-1.648984670639038,1.2552188634872437,-0.5107640027999878,-1.7656437158584595,0.3918328285217285,0.39392900466918945 +329,-1.1537416214193628,-0.9516074189885221,-2.2859497350482627,-0.5306284427642822,0.8143494725227356,-0.23509202897548676,-0.09026982635259628,0.9520649313926697,0.6218235492706299,1.1090433597564697,0.02729475498199463,1.9284361600875854 +330,-1.3282084011191106,-1.0887849847354931,-2.305205356955246,-0.4499891996383667,0.886064350605011,-0.11135493963956833,-1.0204682350158691,-0.7714521884918213,2.02927303314209,0.0997084379196167,0.4908277988433838,0.4273339509963989 +331,-1.8006249848864138,-1.2476968441142826,-2.7571279786447382,-0.3091583251953125,0.9482558369636536,0.0723314955830574,-1.853796124458313,-0.23009371757507324,1.1306865215301514,-0.04295346140861511,-0.17434537410736084,0.24448668956756592 +332,-2.336762569184938,-1.250445240277246,3.113480886884394,-0.2269521951675415,0.9491249322891235,0.2182990163564682,0.7136573195457458,-1.2277411222457886,-0.17023760080337524,-0.4788888394832611,-0.1850411295890808,-0.14510264992713928 +333,-2.651755948346095,-1.196182483292793,2.8898769119582917,-0.17215542495250702,0.9306489825248718,0.3228852152824402,-1.2951397895812988,-1.7115942239761353,0.4459478259086609,-0.2982577681541443,0.2577054500579834,-0.8290345668792725 +334,-2.5667062896009045,-1.236913109497125,2.995571923440542,-0.17819112539291382,0.9447768926620483,0.27503547072410583,1.8534995317459106,2.076702833175659,-1.330032467842102,-0.7986918091773987,0.04350435733795166,-0.7239948511123657 +335,-1.4028513648525318,-1.1775605340379103,-2.4093551414181302,-0.3777881860733032,0.9236739873886108,-0.06405095010995865,2.505760908126831,1.733689785003662,-1.179471492767334,0.05086863040924072,1.1910263299942017,0.5377143025398254 +336,-1.1784469910336302,-1.0167522843201884,-2.068840441807247,-0.4861518144607544,0.8504037857055664,-0.20117150247097015,1.3170212507247925,-0.10527867823839188,-1.403596043586731,-0.11501401662826538,-0.24287497997283936,0.42823752760887146 +337,-0.9969848509750612,-0.8828060221297366,-2.0041443767794527,-0.53328537940979,0.7725237011909485,-0.3446938693523407,0.21661552786827087,2.6095151901245117,-0.5002315640449524,0.6136229038238525,-0.436174213886261,0.6390969753265381 +338,-0.9688929192084154,-0.9371243618594064,-2.15359842378675,-0.4880504310131073,0.8058587312698364,-0.3352587819099426,-2.599491834640503,-2.206618309020996,-0.31448695063591003,-0.1334705352783203,-0.4140741229057312,-0.22429624199867249 +339,-1.2250456395392877,-0.9605357015047841,-2.3706939278730794,-0.5391668081283569,0.8194986581802368,-0.19421888887882233,-0.3680175244808197,1.9659901857376099,0.12077165395021439,-0.34692633152008057,1.2357990741729736,-0.019282102584838867 +340,-1.20525305370537,-0.9991129528297318,-2.341206703369683,-0.5053014159202576,0.8409913778305054,-0.1934014856815338,-0.2542971074581146,-2.8198039531707764,1.855806589126587,0.8276432752609253,-0.41012895107269287,0.7739678621292114 +341,-1.5910598058366208,-1.2079902967033442,-2.4141161922695766,-0.3548259735107422,0.9349046349525452,0.007190993055701256,-1.517548680305481,0.13479028642177582,2.0904457569122314,-0.1260242462158203,-0.05068838596343994,0.5278584957122803 +342,-2.249430476765861,-1.263595703916486,3.0824716104048355,-0.23539093136787415,0.9531838297843933,0.18982039391994476,-1.8397480249404907,0.4438477158546448,0.6334556937217712,-0.0073306262493133545,-0.14655840396881104,-0.28852951526641846 +343,-2.540883560279692,-1.2452261487666092,2.944773873168201,-0.1807873249053955,0.9474685192108154,0.263854444026947,-0.3249009847640991,-1.2591423988342285,0.5023261904716492,0.014298692345619202,-0.10098731517791748,0.027435868978500366 +344,-2.76919330439799,-1.2215130129054803,2.7630100822593726,-0.12451881170272827,0.9396182298660278,0.3187673091888428,0.19182738661766052,-0.5068239569664001,-0.08556970953941345,-0.6398854851722717,0.36577117443084717,-0.6927144527435303 +345,-2.0838626862912593,-1.288129258750886,-2.945389766969042,-0.2430058717727661,0.9603149890899658,0.1369074285030365,2.6171092987060547,4.008236408233643,-2.171968936920166,-0.6421412229537964,0.220211923122406,0.09511770308017731 +346,-1.3386144536739044,-1.137981806727276,-2.3006019658698467,-0.40817272663116455,0.907788872718811,-0.09651082009077072,3.2027502059936523,-0.30074867606163025,-1.2179985046386719,0.6997987031936646,0.7115653157234192,-0.4122629761695862 +347,-1.1361964644967488,-0.9484858174777966,-2.0712198024907167,-0.5287256240844727,0.8125337958335876,-0.24543452262878418,0.9265743494033813,1.7227985858917236,-1.5184130668640137,0.2960137724876404,-0.5067476630210876,0.7474486827850342 +348,-0.9198028624889372,-0.9188912674831039,-2.0940106350624212,-0.4826205372810364,0.7949294447898865,-0.3676473796367645,-0.9630867838859558,2.503427267074585,0.3112673759460449,0.9520266652107239,-0.682792603969574,0.7811758518218994 +349,-1.19058686501667,-0.9580274455920307,-2.3622216863601513,-0.5340626239776611,0.8180586695671082,-0.2134411334991455,-2.024662733078003,1.4119553565979004,-1.7359064817428589,-1.7914531230926514,1.290431261062622,0.6756298542022705 +350,-1.071617812862902,-0.9254711935933817,-2.3539073247309688,-0.5280659794807434,0.7989042401313782,-0.287920743227005,-0.2958328127861023,2.476799964904785,0.7994005084037781,1.4460499286651611,0.18360918760299683,1.9988429546356201 +351,-1.3239058390889933,-1.0804749019232958,-2.369233245759328,-0.45663005113601685,0.8821815252304077,-0.11508551239967346,-0.8020744323730469,-3.672151565551758,2.351043462753296,0.31844648718833923,0.570806086063385,0.6154669523239136 +352,-1.8587603081916755,-1.2738665685186479,-2.834155257548963,-0.2805381715297699,0.9562392830848694,0.0830945074558258,-2.4459025859832764,-0.1560330092906952,1.2138539552688599,-0.4671119451522827,-0.26498568058013916,-0.043131716549396515 +353,-2.3790021070340317,-1.2394978714431149,2.881271467276465,-0.2246962934732437,0.9456207752227783,0.23518694937229156,-0.6169322729110718,-0.3977491855621338,0.25188636779785156,-0.32152259349823,-0.24673771858215332,-0.3428835868835449 +354,-2.7189415613075485,-1.2087593619894945,2.6902580652743193,-0.14527715742588043,0.9351773262023926,0.32301318645477295,0.34946948289871216,-0.023733120411634445,0.5408334732055664,-0.540788471698761,0.1293366551399231,-0.7678070664405823 +355,-2.458129768089505,-1.2504211481343486,2.937462931360666,-0.19886822998523712,0.9491173028945923,0.24418841302394867,3.428093433380127,2.3604204654693604,-2.019951820373535,-0.6610103249549866,0.11356592178344727,-0.7120534181594849 +356,-1.441947418087206,-1.1370950141048255,-2.513127808756597,-0.41674861311912537,0.907416582107544,-0.05399675667285919,1.4111719131469727,-3.447340488433838,-1.1355397701263428,0.30777040123939514,1.366051435470581,-0.010914143174886703 +357,-1.2018057513009572,-0.9735227161701631,-2.182669996584845,-0.5245367288589478,0.8268719911575317,-0.20283958315849304,1.705524206161499,0.02560662291944027,-1.751052737236023,0.04498356580734253,-0.30521976947784424,0.31393879652023315 +358,-1.0412425854297698,-0.8570960225781366,-2.1301213974191304,-0.564971923828125,0.7559447288513184,-0.3306880593299866,-0.17155800759792328,2.276585340499878,-0.16342996060848236,0.7877044081687927,-0.4632352590560913,0.7289423942565918 +359,-1.0625707120587553,-0.9658640263562718,-2.2967452530588273,-0.49682727456092834,0.8225405812263489,-0.2767484188079834,0.07954053580760956,-3.232556104660034,0.09239989519119263,-0.44047436118125916,0.6823880076408386,-2.8281404972076416 +360,-1.2371231212232232,-0.9601148760762934,-2.481874186807183,-0.5417990684509277,0.8192574381828308,-0.18780609965324402,-1.8455358743667603,0.1077733263373375,1.0546138286590576,0.24205541610717773,0.6198142170906067,0.5675362944602966 +361,-1.270428247469463,-1.010094700043767,-2.488255051440515,-0.5079717040061951,0.8468822240829468,-0.157338947057724,-0.42209652066230774,-2.142207622528076,1.4282127618789673,0.902212917804718,-0.16038918495178223,0.3769739270210266 +362,-1.570037970678502,-1.2275991562051354,-2.6325908850916107,-0.33649951219558716,0.9416836500167847,-0.00025518651818856597,-3.0248124599456787,-0.5344974398612976,1.882888913154602,-0.14302319288253784,0.005139470100402832,0.44227176904678345 +363,-2.3363192582655135,-1.2355412432057806,2.9869021742793826,-0.23722325265407562,0.9443264007568359,0.22797608375549316,1.5396913290023804,-2.942262649536133,-0.49317651987075806,-0.36885589361190796,-0.12169444561004639,-0.6785528659820557 +364,-2.3935932461625593,-1.2305046150792833,3.0211417680618387,-0.2270161658525467,0.9426573514938354,0.24466466903686523,-1.359440803527832,-1.550662875175476,0.6622506976127625,-0.07704570889472961,-0.13241565227508545,-0.12250280380249023 +365,-2.695751549620377,-1.1738722618706465,2.76106063756753,-0.16670140624046326,0.9222544431686401,0.34879443049430847,0.6671814322471619,-0.6041311025619507,-0.30091777443885803,-0.5727242827415466,0.21289271116256714,-0.6255736351013184 +366,-1.8741896896353356,-1.21800898937444,-2.8458046865135906,-0.3297343850135803,0.9384133219718933,0.10322606563568115,2.475126028060913,4.859983921051025,-2.106398582458496,-0.27544447779655457,0.3807547688484192,0.33335840702056885 +367,-1.3161587772742365,-1.0829204410092867,-2.292695497549452,-0.4536357522010803,0.8833305239677429,-0.11807581782341003,2.7536869049072266,0.44191160798072815,-0.9781963229179382,0.7082133293151855,0.38128745555877686,0.15767239034175873 +368,-1.0944399767915358,-0.917350743819795,-2.1073630747576315,-0.5402461886405945,0.7939938306808472,-0.27876076102256775,1.386415719985962,1.80513596534729,-1.2019329071044922,0.33454257249832153,-0.7383756637573242,0.5548685789108276 +369,-0.86358512207033,-0.9056638615601962,-2.1280639192123276,-0.46915316581726074,0.7868350148200989,-0.40098103880882263,-1.7109652757644653,1.7282044887542725,0.5196641683578491,0.505942165851593,-0.4706272482872009,0.7571059465408325 +370,-1.1353092173601371,-0.949665935017257,-2.3414522313697086,-0.5276377201080322,0.8132211565971375,-0.24549879133701324,-0.8152472376823425,-0.31985437870025635,-0.7129022479057312,-0.866588294506073,-0.05885720252990723,-0.46189865469932556 +371,-1.1220993463650693,-0.9313742884460986,-2.314870915373719,-0.5376631617546082,0.8024407625198364,-0.258857399225235,-0.2985769510269165,1.1757255792617798,0.1923435777425766,1.1040542125701904,0.15593326091766357,2.091377019882202 +372,-1.2190817072675337,-1.0803339640432421,-2.315085544548899,-0.44219866394996643,0.8821151852607727,-0.16227488219738007,-0.5243120789527893,-0.669532299041748,2.326691150665283,0.23753252625465393,0.4173690676689148,0.5966010689735413 +373,-1.798338181780864,-1.2426257874534519,-2.9082804149243993,-0.31400346755981445,0.9466335773468018,0.07270810753107071,-3.2481913566589355,-0.3652307391166687,0.6808093786239624,-0.14479780197143555,-0.1894162893295288,-0.1211853101849556 +374,-2.279511845575303,-1.2169280930296116,3.103363667537115,-0.263084352016449,0.9380393028259277,0.2255416065454483,0.7203923463821411,-0.7989976406097412,-0.4495945870876312,-0.15575414896011353,-0.20915746688842773,-0.0036940574645996094 +375,-2.590590095463089,-1.2067172077721713,2.9370206818465356,-0.1864272654056549,0.9344520568847656,0.3033875823020935,-1.5002650022506714,-2.1453661918640137,0.5742681622505188,-0.7058151364326477,0.12781894207000732,-0.15235617756843567 +376,-2.5980100893136857,-1.1967825476911786,2.9817233541583277,-0.18896353244781494,0.93086838722229,0.3126930594444275,1.70023512840271,1.0560885667800903,-1.2371529340744019,-0.7337354421615601,0.10686659812927246,-0.5335639715194702 +377,-1.4204183261923153,-1.1436244011827925,-2.375614633058814,-0.4096229374408722,0.9101410508155823,-0.062066834419965744,2.7078258991241455,2.2500147819519043,-1.0006920099258423,0.021057844161987305,1.0842283964157104,0.38660603761672974 +378,-1.307745131417399,-0.9980698194025541,-2.065744302223857,-0.5232837796211243,0.8404265642166138,-0.14091578125953674,1.58954918384552,0.8881497979164124,-1.596837043762207,0.24595534801483154,-0.14232176542282104,0.40042197704315186 +379,-1.1103795675066095,-0.8662206729973541,-2.005635889637809,-0.5802628397941589,0.761886477470398,-0.28779175877571106,0.22439223527908325,1.912194848060608,-0.307930052280426,0.7285782694816589,-0.5547178983688354,0.556697428226471 +380,-0.9915867540919759,-0.9484047962544255,-2.108960846013468,-0.48789331316947937,0.8124865889549255,-0.3191014230251312,-2.759214401245117,-2.82865047454834,0.28421130776405334,-0.19852328300476074,-0.35466182231903076,-0.49573320150375366 +381,-1.1743475906432392,-0.9372587526626396,-2.2300194009289402,-0.5460830926895142,0.8059383034706116,-0.2285977005958557,0.5567774176597595,0.7505656480789185,-0.30239900946617126,-0.4508499503135681,0.8614811897277832,-0.3306216299533844 +382,-1.1037308055106418,-1.0153842022148767,-2.167486607391206,-0.47081685066223145,0.8496832251548767,-0.2374233901500702,-0.3783101439476013,-0.5550235509872437,1.9403789043426514,0.531684160232544,-0.2588934302330017,0.5771298408508301 +383,-1.228752087358806,-1.2483127712990665,-2.2839409055933753,-0.29856419563293457,0.9484512209892273,-0.10630036890506744,-2.7479138374328613,0.6008058190345764,0.8949810266494751,-0.19751432538032532,0.00764918327331543,0.37879180908203125 +384,-2.229401517544199,-1.2378816342806898,3.100668963110621,-0.25844791531562805,0.9450938701629639,0.2000056952238083,-0.38921576738357544,-2.854734420776367,-0.23860420286655426,0.30657413601875305,-0.10804247856140137,-0.8567135334014893 +385,-2.287076474098125,-1.2820032260492034,-3.056122974547094,-0.21480798721313477,0.9585883021354675,0.18699204921722412,-0.5028581619262695,-0.6450913548469543,0.6912868618965149,-0.36615514755249023,-0.10563725233078003,0.08585035800933838 +386,-2.717244683220237,-1.2396444366285642,2.8582680271998515,-0.13386568427085876,0.9456684589385986,0.2962955832481384,0.5809304118156433,0.37717288732528687,0.07903724908828735,-1.1611324548721313,0.12168377637863159,-0.3578801453113556 +387,-1.9289495692378344,-1.2494801239423372,-2.7556802833472194,-0.295775830745697,0.9488205909729004,0.11070768535137177,2.546555995941162,3.9505889415740967,-2.5058817863464355,-0.309357225894928,0.4038405418395996,0.043634891510009766 +388,-1.3367059571520652,-1.103092005084818,-2.2098777418113005,-0.4385419189929962,0.8926056027412415,-0.10457564145326614,0.9652122855186462,-1.0767589807510376,-1.3089467287063599,0.2409254014492035,0.44081413745880127,0.07538563758134842 +389,-1.1288965643334852,-0.9147805635982893,-2.1180708279007283,-0.5513718128204346,0.792428731918335,-0.26085588335990906,0.48441290855407715,2.4381561279296875,-1.689056158065796,0.34279948472976685,-0.37656575441360474,0.541693925857544 +390,-0.9457143876778595,-0.8639297841029094,-2.1882688983713487,-0.5266522765159607,0.760400652885437,-0.3800370395183563,-1.3219330310821533,1.4345556497573853,0.29588741064071655,0.806330680847168,-0.3973483443260193,0.7601335048675537 +391,-1.150168125898259,-0.9548400463088874,-2.354476816614704,-0.5273792743682861,0.8162213563919067,-0.2359105944633484,-1.4364253282546997,-1.3448091745376587,-1.6254088878631592,-1.6467082500457764,1.6391619443893433,-0.7960107922554016 +392,-1.222913792051355,-0.9426355097634846,-2.4147733904927295,-0.5524548888206482,0.8091096878051758,-0.20033712685108185,3.7518670558929443,1.063488245010376,-0.256259948015213,-1.120579719543457,2.0274534225463867,-2.595149278640747 +393,-1.199594427261016,-1.0905059658209093,-2.4317271508737512,-0.43056830763816833,0.8868607878684998,-0.1675972193479538,-0.763727068901062,-1.4793757200241089,1.752657413482666,0.6244465112686157,-0.02028369903564453,0.8032478094100952 +394,-1.6096698591014262,-1.248731475247744,-2.789735935687876,-0.31628626585006714,0.9485838413238525,0.012301362119615078,-2.5705366134643555,-0.032541338354349136,0.9062427282333374,-0.1271950900554657,-0.034582555294036865,0.15115082263946533 +395,-2.2931653744012053,-1.2474619200471628,3.0279778803200377,-0.2383742332458496,0.9481812715530396,0.2100715935230255,0.7854286432266235,-1.5461344718933105,-0.37359800934791565,-0.3926834762096405,-0.11982738971710205,-0.08037185668945312 +396,-2.4708224252218276,-1.189172047489124,2.8686009745680807,-0.23149800300598145,0.9280609488487244,0.2917397618293762,-0.7421528100967407,-1.341111660003662,0.11034906655550003,-0.30465012788772583,0.052118122577667236,-0.44147413969039917 +397,-2.5916626632084054,-1.172943509296308,2.8118589454831695,-0.20248690247535706,0.9218950271606445,0.330316424369812,1.0010319948196411,-0.11168449372053146,-0.34750741720199585,-0.5610629320144653,0.18653404712677002,-0.7648714780807495 +398,-1.6335180335662387,-1.1696129467940863,-2.6960440367479523,-0.3897400498390198,0.9205995202064514,0.024477267637848854,2.7883219718933105,5.129705905914307,-1.9231934547424316,-0.25187674164772034,0.4405454397201538,0.6522500514984131 +399,-1.3483241286977727,-1.0321550295960868,-2.3130707763411666,-0.500328004360199,0.8584064245223999,-0.11318254470825195,2.1237435340881348,1.1424521207809448,-0.859848141670227,0.395835816860199,0.1287304162979126,0.33545732498168945 +400,-1.0586308626336347,-0.8383678868263936,-2.1217713713496247,-0.5828761458396912,0.7435527443885803,-0.32769596576690674,1.138723611831665,1.154780626296997,-1.5339568853378296,0.5341090559959412,-0.5925365686416626,0.3743574321269989 +401,-0.9740003857519137,-0.8923978067227578,-2.190840894250887,-0.5190696120262146,0.7785786986351013,-0.35267841815948486,-2.3913116455078125,1.3041285276412964,1.616987705230713,0.4351310133934021,-0.610381007194519,0.6082324981689453 +402,-1.1466347146863058,-0.9053241061832339,-2.3693525690011272,-0.5627163648605347,0.786625325679779,-0.2541077733039856,-1.016206979751587,1.213991641998291,-0.4489460587501526,-0.14431482553482056,-0.3690534234046936,-0.1627318561077118 +403,-1.119311306805257,-0.9036181179715197,-2.376846927270049,-0.5567710399627686,0.7855708599090576,-0.2699715495109558,-1.5446851253509521,0.13527227938175201,0.7224574089050293,1.640801191329956,-0.38600409030914307,1.329206109046936 +404,-1.2536126560898586,-1.1141425110436074,-2.3219822869691367,-0.4189518392086029,0.8975329995155334,-0.1375279426574707,-0.7845281958580017,-0.9010472893714905,2.7651491165161133,0.07868087291717529,0.554752767086029,0.6389012336730957 +405,-1.9554024619894093,-1.2794284593729626,-3.1030046560853624,-0.26627683639526367,0.9578518271446228,0.10777916014194489,-3.788930892944336,-3.9570205211639404,0.7089148759841919,-0.19852107763290405,-0.27752357721328735,-0.6501528024673462 +406,-2.3308969428490207,-1.2581611729197915,2.9853622157061426,-0.22291433811187744,0.951526403427124,0.21191194653511047,-0.8988878726959229,-0.5387460589408875,-0.1080564558506012,-0.28909432888031006,-0.2188299298286438,-0.02117706835269928 +407,-2.7021548009786622,-1.1813634584770163,2.709890045494795,-0.16152077913284302,0.9251245260238647,0.3435925245285034,-1.246767520904541,-1.6038727760314941,0.4441491663455963,-0.4853450655937195,0.1346137523651123,-0.6132763624191284 +408,-2.5429225366946926,-1.2066048805932192,2.872844245578723,-0.20073123276233673,0.9344120621681213,0.29424694180488586,2.424093723297119,2.0759479999542236,-1.7264670133590698,-0.8109265565872192,0.15323448181152344,-0.5553247928619385 +409,-1.443300707183336,-1.1285209329332455,-2.5973543046118315,-0.42452287673950195,0.9037801623344421,-0.05441999435424805,1.701940894126892,-1.3691567182540894,-0.35514700412750244,0.45313316583633423,1.520810842514038,0.049720294773578644 +410,-1.183710496415773,-1.0241807688000542,-2.2206004259638217,-0.4813406467437744,0.854288637638092,-0.19621966779232025,1.5059386491775513,-0.9533372521400452,-1.64263117313385,-0.037626028060913086,-0.32160431146621704,0.38010334968566895 +411,-0.9548758069874353,-0.9182009417740743,-2.0894503310404033,-0.49566349387168884,0.7945104241371155,-0.3508148491382599,0.036460425704717636,3.146040678024292,0.2010720819234848,0.6458709836006165,-0.7456058859825134,0.7883453369140625 +412,-0.9785554907059604,-0.977476359434131,-2.2824554376005226,-0.4638946056365967,0.8290889859199524,-0.3121110498905182,0.41287392377853394,-4.501984119415283,-0.9084323644638062,-0.24856877326965332,0.7983219027519226,-4.149375915527344 +413,-1.056182294112583,-0.9882171582029495,-2.3858062914664013,-0.4789217710494995,0.8350464105606079,-0.2707977294921875,0.8874426484107971,-1.2061039209365845,-0.5596417188644409,-0.812414288520813,1.6687530279159546,-1.10546875 +414,-1.1601715391049163,-1.0998790928661735,-2.3606187539013948,-0.41598814725875854,0.8911525011062622,-0.18111051619052887,-1.204716682434082,-2.216980457305908,2.4525351524353027,0.7882874011993408,-0.09076797962188721,0.5973397493362427 +415,-1.7670120328310188,-1.2837620175429936,-2.8324722254897057,-0.2776765525341034,0.9590877294540405,0.0551946647465229,-2.267908811569214,-3.277188539505005,0.5262730717658997,-0.3693724274635315,-0.04342305660247803,-0.17422842979431152 +416,-2.435889511723437,-1.2623258416191894,-3.1315223150506473,-0.19690653681755066,0.9527990221977234,0.23108795285224915,-0.38642609119415283,-2.5897200107574463,-0.27854856848716736,-0.35236406326293945,-0.22426825761795044,-0.16872526705265045 +417,-2.5196479529404643,-1.2134120300046063,2.9833233883418755,-0.20381416380405426,0.936815083026886,0.28431954979896545,-1.127372145652771,-1.4641979932785034,0.12364120036363602,-0.29560598731040955,-0.03036665916442871,-0.20007574558258057 +418,-2.7384766215616745,-1.1615653380732012,2.8829329291573034,-0.15609222650527954,0.9174270629882812,0.3660089075565338,0.7024354934692383,-0.7171417474746704,-0.3297189176082611,-0.6365408301353455,0.24253064393997192,-0.5266382098197937 +419,-2.0067539788334274,-1.202067980512336,-2.784238068777779,-0.3267172574996948,0.9327864646911621,0.15220175683498383,2.782975912094116,4.410629749298096,-2.5547499656677246,-0.37817782163619995,0.49067550897598267,0.22859656810760498 +420,-1.4230130728955404,-1.0916231836891976,-2.236746242702382,-0.4560202956199646,0.8873764276504517,-0.06788709759712219,2.3862199783325195,-2.857499361038208,-1.471729040145874,0.3070487380027771,0.45100247859954834,-0.4895774722099304 +421,-1.1865030543276127,-0.8836465612849445,-2.0194652516962783,-0.5880701541900635,0.7730571627616882,-0.2378152757883072,0.8909585475921631,2.89247465133667,-1.0858811140060425,0.3902552127838135,-0.5428783297538757,0.6716378927230835 +422,-0.8445299272414603,-0.8674853656563674,-1.9845988025744394,-0.48354586958885193,0.7627050280570984,-0.429493248462677,-0.9215644001960754,1.9503272771835327,0.565270185470581,0.6698404550552368,-0.5033819079399109,0.7041209936141968 +423,-1.137080489814973,-0.9372578638876218,-2.2252029927872385,-0.5371872186660767,0.8059377670288086,-0.24878542125225067,-1.2031539678573608,-0.24696610867977142,-0.32219886779785156,-1.6098921298980713,0.31497281789779663,0.02271123230457306 +424,-1.0265859715025742,-0.9109498891660084,-2.1591205709125956,-0.5244399309158325,0.7900863885879517,-0.31737393140792847,-0.8521946668624878,2.2281134128570557,1.0510063171386719,1.954432725906372,-0.08070534467697144,2.2212741374969482 +425,-1.1407026409308754,-1.0962199038254707,-2.1151421766238814,-0.41534486413002014,0.8894863724708557,-0.19053298234939575,-1.0049165487289429,-1.3986986875534058,2.616283655166626,0.09980839490890503,0.8714847564697266,0.8584712147712708 +426,-1.918709358061611,-1.3014445008692272,-2.6414108795626543,-0.25016361474990845,0.963943600654602,0.09072565287351608,-1.3994568586349487,0.5106959342956543,1.1037249565124512,-0.33310359716415405,-0.4057464599609375,-0.05894159525632858 +427,-2.3998641781940693,-1.2737299023047035,3.030018757684988,-0.197748064994812,0.9561992883682251,0.21581993997097015,-0.8465998768806458,-0.2592104971408844,0.27842119336128235,-0.1562863141298294,-0.2656630277633667,-0.2642056345939636 +428,-2.7315881019310386,-1.2381397383669137,2.8035415636677095,-0.13016945123672485,0.9451781511306763,0.2994903028011322,-0.8167847394943237,-1.1147794723510742,0.6933476328849792,-0.46382468938827515,-0.009188652038574219,-0.3760741651058197 +429,-2.6927410571945036,-1.2492529009189828,2.8652050418156567,-0.13713593780994415,0.948748767375946,0.2847273647785187,1.6225981712341309,0.7375754714012146,-1.0302433967590332,-0.706492006778717,0.207211434841156,-0.6040176153182983 +430,-1.4933740046201283,-1.1968741461302974,-2.5015973670427614,-0.364175021648407,0.9309018850326538,-0.02825174853205681,2.154167652130127,3.6560535430908203,-1.6538785696029663,-0.11185339093208313,0.8689332604408264,0.478523313999176 +431,-1.228785013165837,-1.0320230270267368,-2.1446683941514433,-0.48336663842201233,0.8583387136459351,-0.17207923531532288,1.4171541929244995,0.41315898299217224,-1.6098623275756836,0.2621294856071472,-0.09988534450531006,0.40401285886764526 +432,-1.0498176183298158,-0.8928427741700976,-2.0642259835712373,-0.5439912676811218,0.7788578867912292,-0.312175989151001,0.46187880635261536,2.440300464630127,-0.2574702501296997,0.6013796329498291,-0.7233769297599792,0.561260461807251 +433,-0.9079481486886367,-0.9426285290834433,-2.1478296694366397,-0.4632214307785034,0.8091055750846863,-0.36162713170051575,-1.8624669313430786,0.9751956462860107,-0.47102928161621094,-0.08411139249801636,-0.405068039894104,0.27100512385368347 +434,-1.1599017129241669,-0.9222405916829535,-2.355904836313034,-0.5537583827972412,0.7969570159912109,-0.24126987159252167,-0.6695283651351929,1.0967621803283691,-0.06472165882587433,-0.225813090801239,0.025934159755706787,-0.15851037204265594 +435,-1.0781500475392758,-0.9538756577823041,-2.3051888525444597,-0.5097305774688721,0.8156638145446777,-0.2736193537712097,-2.151069164276123,0.864507257938385,1.5206235647201538,1.8787033557891846,-0.4924215078353882,0.34203973412513733 +436,-1.3935959696124716,-1.168361944569409,-2.386588030695882,-0.385526180267334,0.920110285282135,-0.06903950870037079,-1.5901520252227783,-5.32729434967041,2.0413239002227783,-0.19397205114364624,0.29154425859451294,-0.19403725862503052 +437,-1.9289819146100557,-1.2714622440878587,-2.8458446228304806,-0.2761687636375427,0.9555330872535706,0.103379026055336,-2.188544511795044,-0.028093628585338593,1.239845871925354,-0.2661590576171875,-0.28716766834259033,-0.2500312328338623 +438,-2.3562251301340584,-1.2503533574382617,2.9570749233721143,-0.2227223813533783,0.9490959644317627,0.22273603081703186,-0.9800801277160645,-0.8419966101646423,0.33862563967704773,-0.224222794175148,-0.23351997137069702,-0.25474900007247925 +439,-2.7159039670091936,-1.1901286068976522,2.7332067645797955,-0.15342694520950317,0.9284167289733887,0.33838221430778503,0.17114870250225067,0.27613702416419983,0.3334598243236542,-0.6696473956108093,0.35185664892196655,-0.6709016561508179 +440,-2.5488246120627043,-1.2154961083294793,2.9041117324510273,-0.19434191286563873,0.9375420808792114,0.2885242998600006,1.777094841003418,2.2387046813964844,-1.6809273958206177,-0.8240296840667725,0.15466690063476562,-0.4159047305583954 +441,-1.4672329025169555,-1.132230221908431,-2.5578813117442034,-0.42236682772636414,0.9053614735603333,-0.0438988097012043,1.9627737998962402,-0.0995904803276062,-0.9582496285438538,0.339816689491272,1.3057897090911865,0.0366051159799099 +442,-1.2134295407118405,-1.0027886124564163,-2.1911315212158655,-0.5039663910865784,0.8429744243621826,-0.1881808042526245,1.7036138772964478,-0.1090545654296875,-1.472960352897644,0.006453573703765869,-0.3531673550605774,0.3643587827682495 +443,-0.9615250853672238,-0.8743803040754806,-2.0829488512368735,-0.5260493755340576,0.767146110534668,-0.3670954704284668,0.11944771558046341,2.887401819229126,-0.33273300528526306,0.6932398676872253,-0.3886517882347107,0.7792963981628418 +444,-0.9096123989570363,-0.9172598545974263,-2.181772404768558,-0.479871928691864,0.7939385771751404,-0.3733421564102173,-0.23507365584373474,-2.720529794692993,-0.30763113498687744,-0.6610124111175537,0.17284297943115234,-2.4404397010803223 +445,-1.0353409724978426,-0.9272234886190486,-2.3221062234862684,-0.5160713195800781,0.7999569773674011,-0.30616897344589233,-0.8356185555458069,-1.0025831460952759,0.2918992340564728,-0.4208641052246094,0.29707372188568115,-0.10876327753067017 +446,-1.0748507113126657,-1.0019644347940029,-2.308949190254996,-0.4737514853477478,0.8425307273864746,-0.25632309913635254,-0.7279640436172485,-1.548253059387207,2.0400919914245605,0.6975063681602478,-0.3212752342224121,0.72926926612854 +447,-1.5944558645057116,-1.1928730818485285,-2.567033673106722,-0.3688879609107971,0.9294329285621643,0.00872934702783823,-0.9101695418357849,-2.370558977127075,1.1901271343231201,-0.09583374857902527,-0.07246875762939453,0.13607656955718994 +448,-2.073371784292457,-1.2411706040817514,-3.01745418482112,-0.28366273641586304,0.946163535118103,0.15591558814048767,-1.018160343170166,-0.9289218783378601,0.6025707125663757,0.0513630211353302,-0.15052467584609985,-0.21142712235450745 +449,-2.3621852531093666,-1.2433972829453448,3.0192053119585673,-0.22602589428424835,0.9468819499015808,0.22875039279460907,-0.6983789801597595,-2.3784406185150146,0.4864146411418915,-0.28390759229660034,-0.047055959701538086,-0.18851304054260254 +450,-2.747743213185441,-1.1878718588793087,2.8407727189013197,-0.14338071644306183,0.927575945854187,0.34502851963043213,0.9555199146270752,0.8851502537727356,-0.3202580213546753,-0.8516448736190796,0.4483090043067932,-0.6276823282241821 +451,-2.14818533654869,-1.2093894799018168,-2.949510364554764,-0.29627054929733276,0.9354003071784973,0.19300338625907898,3.1316933631896973,2.9656975269317627,-2.4174180030822754,-0.3064058721065521,0.33001118898391724,-0.8791301250457764 +452,-1.304891113953417,-1.125127705056768,-2.2403340322519,-0.41591158509254456,0.9023226499557495,-0.11327546089887619,0.8691563010215759,-3.6906867027282715,-0.767004668712616,0.32702913880348206,0.7780972123146057,0.042459435760974884 +453,-1.1098259591395543,-0.9219667576898706,-1.9921203869832829,-0.5411831140518188,0.7967915534973145,-0.2687828540802002,1.132960319519043,1.9301406145095825,-1.1170626878738403,0.2545314431190491,-0.49584245681762695,0.6942284107208252 +454,-0.8160675780513427,-0.8430160135250722,-1.9699295021744576,-0.48458003997802734,0.7466527819633484,-0.45573219656944275,-0.2748870849609375,2.0324018001556396,0.0788477435708046,0.9952459335327148,-0.5215704441070557,0.7606180310249329 +455,-0.9515597839281073,-0.8682083372356544,-2.0819724077130997,-0.5262105464935303,0.7631723880767822,-0.3750603199005127,-1.5770928859710693,-0.20215095579624176,-0.5842229723930359,-0.88971346616745,0.2135578989982605,-0.3315894305706024 +456,-0.9930809926028512,-0.8925037312803298,-2.1693467108956916,-0.525634765625,0.7786452174186707,-0.34266549348831177,0.06000804528594017,3.119255781173706,0.5164808034896851,1.0647125244140625,0.9820816516876221,0.44763079285621643 +457,-1.1413430858945999,-1.0539745291673404,-2.199085911502266,-0.44925013184547424,0.8693940043449402,-0.20573833584785461,-0.5538727045059204,-2.018216371536255,2.390549659729004,0.4101419150829315,0.43758225440979004,0.8877909779548645 +458,-1.8320141933305216,-1.2706056899803775,-2.5921929697835697,-0.28567075729370117,0.9552801251411438,0.07636722177267075,-0.3519001007080078,-0.11063648760318756,1.1044543981552124,-0.46367308497428894,-0.16040414571762085,0.2524597644805908 +459,-2.3265377981504507,-1.27818566462993,3.1170900348040926,-0.2099255472421646,0.9574940800666809,0.19782933592796326,-1.0599664449691772,0.2856486737728119,0.3539435565471649,-0.2535754442214966,-0.2079823613166809,-0.3360433578491211 +460,-2.58565394189802,-1.2297144427264062,2.968146218651253,-0.17653293907642365,0.9423933029174805,0.2841319441795349,-2.0810885429382324,-2.6626152992248535,0.28555724024772644,-0.23153285682201385,0.041142404079437256,0.05980122089385986 +461,-2.682605619564086,-1.2055415952514854,2.8893401880402947,-0.1582481414079666,0.9340327978134155,0.32021865248680115,1.2919613122940063,0.3300555646419525,-0.5838471055030823,-0.7057502269744873,0.2974734306335449,-0.2626167833805084 +462,-1.5751207885219312,-1.1955526204367821,-2.5063159102777135,-0.36649560928344727,0.9304183125495911,0.001584906131029129,2.9882993698120117,4.283065319061279,-1.507655382156372,-0.009038418531417847,0.7507644295692444,0.5192433595657349 +463,-1.2667591833058238,-1.0307863115804863,-2.102493028423077,-0.49056366086006165,0.8577035069465637,-0.15392182767391205,1.742884635925293,1.0654646158218384,-1.7696226835250854,0.16742825508117676,-0.002829909324645996,0.5760104656219482 +464,-1.015763811965358,-0.8662787219410488,-2.002983349939555,-0.5504408478736877,0.7619240880012512,-0.3413013815879822,0.6930276155471802,2.439455509185791,-0.8005490303039551,0.625285267829895,-0.4925606846809387,0.6265339255332947 +465,-0.8668429841046108,-0.8797177254146987,-2.05715445747415,-0.4858594536781311,0.7705590128898621,-0.41252821683883667,-1.6983063220977783,-0.19699698686599731,-0.03471231460571289,-0.015025585889816284,-0.47046440839767456,-0.06571274995803833 +466,-1.130751424508279,-0.923842782603534,-2.2785052432634774,-0.545335054397583,0.7979238033294678,-0.2567630410194397,-1.4023516178131104,-0.6653895378112793,0.14333027601242065,-0.09882998466491699,-0.011073827743530273,0.3843722939491272 +467,-1.1272670263837459,-0.9895344680761982,-2.2830033789828184,-0.49595168232917786,0.8357704281806946,-0.23562626540660858,-0.3116605877876282,-2.972778558731079,1.6299046277999878,1.261439323425293,-0.6968544125556946,0.4511414170265198 +468,-1.4817590686522781,-1.2168290222528186,-2.4262217002844566,-0.3452489972114563,0.9380049705505371,-0.030821513384580612,-3.0808956623077393,-4.118778228759766,1.7813117504119873,-0.4083368182182312,0.23943954706192017,0.013533294200897217 +469,-2.132628197021471,-1.2861026588142315,-3.073534307212384,-0.23768945038318634,0.9597477316856384,0.14962655305862427,-1.5333760976791382,1.2925069332122803,0.690342128276825,-0.12395912408828735,-0.24726909399032593,-0.08619582653045654 +470,-2.489608560916714,-1.2386527319746174,2.932187044806051,-0.19784776866436005,0.9453455805778503,0.2591870129108429,-1.1780813932418823,-2.1421191692352295,0.0226979348808527,-0.24944832921028137,0.11419415473937988,-0.0015118420124053955 +471,-2.6723981036930935,-1.2190143192422804,2.831200774239985,-0.1558043211698532,0.9387601613998413,0.307334840297699,0.541826069355011,-0.6625062823295593,-0.08715050667524338,-0.6982148289680481,0.15964388847351074,-0.3214796483516693 +472,-1.8162240277676294,-1.2272416739508891,-2.7161252783582563,-0.3267424404621124,0.9415633082389832,0.08184152096509933,2.595993757247925,3.8945963382720947,-2.0456812381744385,0.006567239761352539,0.5911057591438293,0.014472007751464844 +473,-1.2894357043634683,-1.0913185855061611,-2.1866019230501426,-0.44317641854286194,0.8872359991073608,-0.12809041142463684,2.4259836673736572,0.15333794057369232,-1.8490047454833984,0.31724557280540466,0.3829057216644287,0.30835777521133423 +474,-1.1048231529008166,-0.9061265799431282,-1.9759398170579534,-0.5510388612747192,0.787120521068573,-0.2771231532096863,0.8600552082061768,1.974393606185913,-0.8972794413566589,0.3363630771636963,-0.5328176617622375,0.5696799755096436 +475,-0.9022982280230569,-0.8611412843977847,-2.0099779321342446,-0.5113235712051392,0.7585867047309875,-0.403849720954895,-0.9420124292373657,1.5528948307037354,-0.23281900584697723,0.5163894295692444,-0.5291707515716553,0.558451771736145 +476,-1.0898267146819043,-0.8925647172832046,-2.223939100969718,-0.5562345385551453,0.7786834836006165,-0.29026761651039124,-1.6273428201675415,1.0320261716842651,-0.0751776248216629,-0.02558302879333496,-0.24854737520217896,0.012496590614318848 +477,-1.078884880198294,-0.9200440457468957,-2.2488916230643934,-0.5339582562446594,0.7956283092498779,-0.28611937165260315,-1.7261546850204468,-0.2531607449054718,0.5979391932487488,1.8190535306930542,-0.8403975963592529,1.1622790098190308 +478,-1.3277534187133004,-1.1470387689798827,-2.273834567613134,-0.3991039991378784,0.9115503430366516,-0.09895554184913635,-2.5027825832366943,-2.9489684104919434,2.458122968673706,0.04661065340042114,0.6516211628913879,0.577867865562439 +479,-2.084225783402753,-1.2608282610317456,-2.7899735151667096,-0.26569971442222595,0.9523432850837708,0.14982005953788757,-0.5260061621665955,-1.211127519607544,0.9280004501342773,-0.23829811811447144,-0.302990198135376,-0.2660766839981079 +480,-2.345403741578103,-1.2362992256065397,-3.088341798797579,-0.23463068902492523,0.9445755481719971,0.22962087392807007,-0.5054971575737,-1.1517064571380615,0.03356761112809181,-0.17984381318092346,-0.4257156252861023,-0.2465580701828003 +481,-2.6786509928107396,-1.1559779102068277,2.926727718878448,-0.17998339235782623,0.9151895046234131,0.3606029748916626,0.03657276928424835,-0.18511328101158142,0.16220596432685852,-0.9893129467964172,0.34767383337020874,-1.2361063957214355 +482,-2.1956688690319606,-1.1967088605361242,-2.885534051423262,-0.29637160897254944,0.9308414459228516,0.2137700766324997,2.8327226638793945,2.5042402744293213,-2.8650639057159424,-0.8320767879486084,0.31671690940856934,-0.4015142321586609 +483,-1.4659489516606548,-1.1037400564899194,-2.262838112190193,-0.44778725504875183,0.8928976058959961,-0.04712211713194847,1.4926395416259766,-2.423818588256836,-0.624178946018219,0.3407773971557617,0.7600107192993164,-0.17506110668182373 +484,-1.2009106030054206,-0.9096811833882252,-1.9422424890805656,-0.572472095489502,0.7893080115318298,-0.22196558117866516,1.6780674457550049,2.3253116607666016,-1.210708498954773,0.40811967849731445,-0.39628738164901733,0.629054844379425 +485,-0.8830158445070228,-0.8130443498615285,-1.8851225229912778,-0.5310395956039429,0.7263829112052917,-0.43630826473236084,-0.04742704704403877,2.0460832118988037,-0.08903449773788452,0.8860200643539429,-0.417544960975647,0.7359145879745483 +486,-1.0307134313664212,-0.8399324329047269,-2.0460746785429227,-0.5725033283233643,0.7445980310440063,-0.343239963054657,-1.8903353214263916,-0.45390331745147705,0.4430868327617645,-0.814215362071991,-0.2545468211174011,-0.34186437726020813 +487,-1.0470588033621313,-0.8892711899764546,-2.09829464463555,-0.5455335378646851,0.7766128182411194,-0.3150648772716522,-1.7877309322357178,-0.14212456345558167,0.258656769990921,1.3948986530303955,-0.06987136602401733,1.1929945945739746 +488,-1.244832165570933,-1.098138550804081,-2.0541323327130385,-0.4312816560268402,0.890361487865448,-0.14578257501125336,-1.6414138078689575,-1.2937300205230713,2.0176336765289307,0.04877433180809021,0.5036967396736145,0.7611695528030396 +489,-1.887865850552635,-1.2486123678774192,-2.512197924218519,-0.3008553981781006,0.9485461711883545,0.09872276335954666,-1.2241032123565674,-0.31178054213523865,1.1578508615493774,-0.2953207492828369,-0.322127103805542,-0.18614041805267334 +490,-2.2309451137537684,-1.2497106003449903,-2.9762973877061585,-0.24929043650627136,0.9488933086395264,0.1935349702835083,-0.8002126812934875,0.3601261079311371,0.3517916798591614,-0.07138828933238983,-0.28567010164260864,-0.1849290132522583 +491,-2.6387998370477384,-1.1864360412157162,3.052370507739565,-0.1806866079568863,0.9270384907722473,0.3285602927207947,-2.558828830718994,1.4938154220581055,1.016689419746399,-0.5107196569442749,0.2314239740371704,-0.18825581669807434 +492,-2.5159861729081934,-1.2104136153946414,3.12809225860801,-0.2064979374408722,0.9357619285583496,0.2858470678329468,1.5361850261688232,1.0116513967514038,-1.4682520627975464,-0.8229515552520752,0.14672720432281494,-0.3471110761165619 +493,-1.5144719379584273,-1.1567062833093154,-2.323346511001481,-0.4017190635204315,0.9154828190803528,-0.022650539875030518,2.187659502029419,1.8175078630447388,-0.46428772807121277,0.3265085220336914,0.9447314143180847,0.594717800617218 +494,-1.2487382009411838,-1.0156957628685894,-1.969084109133452,-0.4999322295188904,0.8498474359512329,-0.16681495308876038,1.842126488685608,-0.12253910303115845,-1.1729985475540161,0.2120751440525055,-0.20607900619506836,0.301488995552063 +495,-0.9508169941541802,-0.8711329841187408,-1.8094973980946978,-0.5241129994392395,0.7650590538978577,-0.37415263056755066,0.6976750493049622,2.869602918624878,-0.5814943909645081,0.5215648412704468,-0.40189987421035767,0.6310038566589355 +496,-0.8467627256474581,-0.8377707391121565,-1.8507587824072387,-0.5012653470039368,0.7431533336639404,-0.4432336986064911,-0.09904767572879791,-1.0416399240493774,-1.1982306241989136,-0.48111069202423096,-0.1310318112373352,-1.035846471786499 +497,-1.0535979957880606,-0.9025645966007537,-2.0757574170023316,-0.5385603904724121,0.784918487071991,-0.30635881423950195,-1.22158682346344,-1.7350467443466187,-0.03174509480595589,-0.5594620704650879,0.5112698674201965,-0.09409278631210327 +498,-1.0501782754574536,-1.0003674553026878,-2.0381584220921414,-0.4684504568576813,0.8416694402694702,-0.2686014175415039,-0.47948312759399414,-2.901137590408325,2.506547212600708,0.8427942991256714,-0.4334510564804077,0.8188333511352539 +499,-1.5753512096980136,-1.2111953184815272,-2.2231377500178047,-0.35189712047576904,0.9360373020172119,0.0016028612153604627,-0.8442076444625854,-3.3587546348571777,1.4642778635025024,-0.31724652647972107,-0.05420142412185669,-0.050385236740112305 +500,-2.0063806261190895,-1.2926567662974846,-2.723025517174796,-0.2489296793937683,0.9615679383277893,0.11585120856761932,-1.8028020858764648,1.4070967435836792,1.101855754852295,-0.04869303107261658,-0.12144941091537476,-0.07356904447078705 +501,-2.3633409540948906,-1.2670786534348668,3.0923166295050644,-0.20995749533176422,0.9542312622070312,0.21298004686832428,-0.5344841480255127,-2.5195627212524414,-0.3222431242465973,-0.2933536469936371,-0.12718963623046875,-0.18795561790466309 +502,-2.7335597207453137,-1.1683175328387958,2.851913418708352,-0.15542837977409363,0.9200928807258606,0.35954275727272034,0.2501841187477112,-0.9765419363975525,0.17505766451358795,-0.7688727378845215,0.33193647861480713,-1.048049807548523 +503,-2.4073098710020076,-1.255307776021603,-3.089102053688811,-0.20790547132492065,0.9506449103355408,0.2303253412246704,2.9320924282073975,1.7383629083633423,-2.0276315212249756,-0.8083146214485168,0.17250877618789673,-0.5324187278747559 +504,-1.445168817870032,-1.1770793601806508,-2.336361453713726,-0.3806007206439972,0.923489511013031,-0.04806705564260483,0.571045458316803,-1.287595510482788,-0.41536879539489746,0.2281501293182373,0.9468718767166138,0.04921143501996994 +505,-1.1863310058427332,-0.9946138520822052,-1.9894172255361162,-0.5050537586212158,0.8385486602783203,-0.20434460043907166,1.858931541442871,-0.05765322223305702,-1.7048542499542236,0.020160019397735596,-0.18606770038604736,0.42240795493125916 +506,-0.8692243012169443,-0.8443914309228148,-1.906932612547477,-0.5073244571685791,0.7475670576095581,-0.42867860198020935,0.6197392344474792,3.0675506591796875,-0.43090584874153137,0.7925570011138916,-0.3933495879173279,0.7269879579544067 +507,-0.8695534759440169,-0.8092988633455988,-2.011097816175516,-0.5271928906440735,0.7238035798072815,-0.44516971707344055,-1.7068395614624023,-1.0432531833648682,-1.6196990013122559,-0.9293500185012817,0.19749164581298828,-1.0603997707366943 +508,-0.8968020244817888,-0.8472534823376789,-2.158019851021653,-0.517278254032135,0.7494649291038513,-0.4131895899772644,0.8332262635231018,5.328303337097168,1.3718466758728027,1.3562827110290527,1.6913461685180664,-0.4907105565071106 +509,-1.1775893033292357,-1.0364752788734553,-2.179751145688859,-0.47039297223091125,0.8606145977973938,-0.19512313604354858,-1.1944098472595215,-5.562297344207764,2.1554388999938965,0.30094408988952637,0.6979791522026062,0.4577726721763611 +510,-1.719115829530165,-1.2085040916175687,-2.4232735939074046,-0.3505270779132843,0.9350868463516235,0.052374619990587234,-1.3343323469161987,-0.3319978415966034,1.870232105255127,-0.3931557536125183,-0.18418675661087036,0.0016415007412433624 +511,-2.2772835753391854,-1.2862231108037963,-3.1075138652083623,-0.21354976296424866,0.9597815871238708,0.1822517216205597,-1.8989506959915161,2.59147047996521,1.168591856956482,-0.11956484615802765,-0.20842361450195312,0.011992678046226501 +512,-2.5539807326287938,-1.2362763566922736,2.9555668608388697,-0.18201033771038055,0.9445680379867554,0.27324673533439636,-2.3973233699798584,-5.940157413482666,-0.4385508894920349,-0.32845717668533325,-0.00937199592590332,0.15137484669685364 +513,-2.7233940896670026,-1.1923797477686342,2.8177231371623552,-0.15003907680511475,0.9292507767677307,0.3376113772392273,0.9827707409858704,0.12009662389755249,-0.5481799840927124,-0.7731634378433228,0.3991183638572693,-0.3007460832595825 +514,-1.7599412874962181,-1.1885441943696933,-2.6220624935207555,-0.36635828018188477,0.9278269410133362,0.07013317942619324,2.676790952682495,3.405675172805786,-1.677897572517395,0.17278531193733215,0.6253803968429565,0.5233573913574219 +515,-1.3766165579112786,-1.0710887890207044,-2.187064223288575,-0.4701633155345917,0.8777227401733398,-0.0924612432718277,2.3625266551971436,0.36091914772987366,-2.2342751026153564,0.19004252552986145,0.3174980878829956,0.602028489112854 +516,-1.0567041830379351,-0.8664835201766385,-1.966545197053069,-0.563812792301178,0.7620567083358765,-0.31840965151786804,1.1217161417007446,3.003004789352417,-0.8848548531532288,0.454376757144928,-0.532213568687439,0.5281112194061279 +517,-0.7919116344894507,-0.7906842625146613,-1.9463460491693763,-0.5005789399147034,0.7108347415924072,-0.49410000443458557,-0.1790921837091446,0.7455678582191467,-0.6606146097183228,0.14720064401626587,-0.40533846616744995,0.32401031255722046 +518,-0.9642470380613516,-0.8256387918056929,-2.1390672163903997,-0.5571302175521851,0.7349810600280762,-0.38653406500816345,-1.138426423072815,0.06999743729829788,-0.38756173849105835,-0.6023546457290649,-0.29238468408584595,0.02256619930267334 +519,-1.0899414299538879,-0.8528304401060027,-2.226350420718453,-0.5832532644271851,0.7531454563140869,-0.304282009601593,-0.9438223242759705,-3.4106740951538086,1.0769191980361938,1.8499464988708496,-1.1815359592437744,0.0739353597164154 +520,-1.4539895662191509,-1.1194680998315654,-2.2110307649810683,-0.4331887662410736,0.8998685479164124,-0.05083076283335686,-1.3350796699523926,-2.9831666946411133,2.01570725440979,-0.023644059896469116,0.5922272205352783,0.28976815938949585 +521,-1.9959722059219849,-1.266145542203546,-2.5785423390604127,-0.2732531726360321,0.9539517760276794,0.1237276941537857,-0.9091703295707703,0.06024875491857529,1.4793037176132202,-0.4003002345561981,-0.3886289596557617,-0.2333163022994995 +522,-2.194203465607822,-1.2406725969693018,-3.017448798615346,-0.2631838917732239,0.9460022449493408,0.18924638628959656,-0.8852452635765076,2.7569949626922607,-0.1411106437444687,-0.2461850345134735,-0.41594231128692627,-0.12555620074272156 +523,-2.528187611244266,-1.1155903322716407,3.032163658089845,-0.2530852258205414,0.8981704711914062,0.35949641466140747,-2.280228614807129,5.029019832611084,0.9954435229301453,0.06408989429473877,0.8672103881835938,-0.8022758960723877 +524,-2.4218649368681753,-1.143415520900081,-3.1315039683808465,-0.273222416639328,0.9100545048713684,0.3116891384124756,1.3237231969833374,1.8911529779434204,-1.3011685609817505,-0.7417464256286621,0.28232818841934204,-0.5586678981781006 +525,-1.5175109682014747,-1.138364668121369,-2.37271939407404,-0.4184851050376892,0.9079493880271912,-0.022320257499814034,2.1565840244293213,1.3737213611602783,0.18913352489471436,0.4504217207431793,0.8928928971290588,0.6714749336242676 +526,-1.2022460279361369,-0.9863819061683733,-1.958648211558683,-0.5146640539169312,0.8340352773666382,-0.19876135885715485,2.528362989425659,0.18930065631866455,-1.5120140314102173,0.21133464574813843,-0.15234887599945068,0.37466466426849365 +527,-0.8867394170358788,-0.8106112141901444,-1.7718711233506212,-0.5340287685394287,0.7247084975242615,-0.4354434907436371,0.7861940264701843,2.7449538707733154,-0.8470355868339539,0.33752602338790894,-0.325248658657074,0.7737919092178345 +528,-0.7620168619291656,-0.7751150182102253,-1.8142462289436683,-0.49316781759262085,0.6997982263565063,-0.5167861580848694,-0.6825299859046936,-0.7706653475761414,-0.6954898834228516,-0.28518301248550415,0.012710869312286377,-1.4644150733947754 +529,-0.9166913098595395,-0.8424134192039068,-1.9634871934377978,-0.5282659530639648,0.7462518215179443,-0.40502262115478516,0.7468838691711426,1.6928426027297974,1.3042049407958984,0.7911902070045471,1.0090582370758057,-0.17244625091552734 +530,-1.1286341678548637,-0.9818800496646295,-1.9969440682166029,-0.5020408630371094,0.8315431475639343,-0.23767848312854767,-1.1352217197418213,-5.103431701660156,1.9439178705215454,0.4662590026855469,0.3464353680610657,0.349113404750824 +531,-1.6802132770181788,-1.1921001903368726,-2.2152156623203703,-0.36749815940856934,0.929147481918335,0.040371768176555634,-0.8439891934394836,-1.2108296155929565,2.041125774383545,-0.2709295451641083,0.11234104633331299,0.11848747730255127 +532,-2.2328819700312965,-1.2553160024569523,-2.8099567669825856,-0.2447163611650467,0.9506474733352661,0.19074471294879913,-1.38607919216156,1.4275215864181519,0.8686783909797668,-0.1391337662935257,-0.12230873107910156,-0.21726450324058533 +533,-2.352302762072133,-1.23648172293262,-2.9373324372034015,-0.23291803896427155,0.9446354508399963,0.23111213743686676,-0.5670143365859985,-4.248210430145264,-0.36490190029144287,-0.2589032053947449,-0.1941320300102234,-0.10708872973918915 +534,-2.710079134193877,-1.1433701223398216,3.118669311966066,-0.17337559163570404,0.9100356698036194,0.376531720161438,0.7268825173377991,-0.4525243937969208,0.06652522832155228,-0.36498498916625977,0.4518875479698181,-0.5290127992630005 +535,-2.005358756101153,-1.2074445584207776,-2.4844585206982113,-0.32237595319747925,0.9347108006477356,0.1496323049068451,2.9271178245544434,2.2927298545837402,-2.226170539855957,-0.27137407660484314,0.46966248750686646,0.06717981398105621 +536,-1.4086686673789452,-1.1231247393486286,-1.919439970465768,-0.4271910488605499,0.9014574289321899,-0.06987277418375015,3.0936834812164307,-2.1320834159851074,-1.0184675455093384,0.5350401997566223,0.5126050114631653,-0.37420374155044556 +537,-1.1798404781973109,-0.9107487637269993,-1.638544558726531,-0.5668890476226807,0.7899630665779114,-0.23365619778633118,1.199337124824524,2.0106570720672607,-1.0230143070220947,0.28141236305236816,-0.5014804005622864,0.5465529561042786 +538,-0.8758151911353541,-0.8263048127574655,-1.6102425697770004,-0.5204397439956665,0.7354325652122498,-0.4339140057563782,-0.13453184068202972,1.353220820426941,-0.5462641716003418,0.4213797450065613,-0.5531510710716248,0.5071409940719604 +539,-0.987542987657688,-0.8374329066260834,-1.8006544349482287,-0.5587084293365479,0.7429272532463074,-0.3686515688896179,-1.584831953048706,0.9866843223571777,-0.06156828999519348,-0.27916693687438965,-0.14188355207443237,0.10667341947555542 +540,-1.05593782061896,-0.8736949361704985,-1.8790164701010803,-0.5587709546089172,0.7667062878608704,-0.31612733006477356,-1.3075016736984253,-2.0425708293914795,0.9257320165634155,1.93729567527771,-0.7232492566108704,-0.16305965185165405 +541,-1.3478797252301495,-1.1082878758691197,-1.9003873728957708,-0.4351541996002197,0.8949360847473145,-0.09864243865013123,-1.699271559715271,-4.371715068817139,1.2297264337539673,-0.2653920650482178,0.2987437844276428,0.18583112955093384 +542,-1.8196974573558204,-1.2330084852497847,-2.186585909808106,-0.3211880922317505,0.9434900879859924,0.0816369354724884,-1.7377814054489136,0.9475957751274109,1.192762017250061,-0.2333468198776245,-0.12329965829849243,0.0013555288314819336 +543,-2.1914171712581805,-1.2527618158199647,-2.70070228413869,-0.2543870508670807,0.9498518705368042,0.1818477362394333,-0.9577082395553589,1.3191041946411133,0.4290182292461395,-0.1317976713180542,-0.2374495267868042,-0.09125638008117676 +544,-2.5390829461346844,-1.186189632259424,-2.8845854516709197,-0.21262720227241516,0.9269460439682007,0.30912867188453674,-3.005805730819702,-3.838533639907837,0.2106894850730896,-0.14636631309986115,0.11525964736938477,-0.10806360840797424 +545,-2.628935926049518,-1.1737352241769623,-2.9886425861999255,-0.18967899680137634,0.9222014546394348,0.33699628710746765,1.1582353115081787,0.40189599990844727,-0.7352416515350342,-0.720812976360321,0.39782118797302246,-0.31525251269340515 +546,-1.7136848745626412,-1.1839980402623533,-2.1932380771067947,-0.3733810484409332,0.9261215925216675,0.0537179633975029,2.220334053039551,2.4426634311676025,-1.0650581121444702,0.24415439367294312,0.5123092532157898,0.5973289012908936 +547,-1.3389709837196493,-1.0302821007134109,-1.773027319980244,-0.5008114576339722,0.857444167137146,-0.11822635680437088,2.0212507247924805,1.2077027559280396,-1.926078200340271,0.1589077115058899,0.15786045789718628,0.6983502507209778 +548,-1.0199774250837137,-0.8331429156746784,-1.5690821668026815,-0.5730800032615662,0.7400488257408142,-0.35200437903404236,1.4431402683258057,3.884516477584839,-1.1176517009735107,0.37994956970214844,-0.3336614966392517,0.5590814352035522 +549,-0.7899082844413323,-0.75931491048832,-1.5609591559823803,-0.5151780247688293,0.6884247064590454,-0.5105518102645874,-0.6685352921485901,0.4323364794254303,-0.4663544297218323,0.12641459703445435,-0.4286285638809204,0.3497546911239624 +550,-1.01784133793877,-0.7947653404488195,-1.7762606244153698,-0.596068263053894,0.7136992812156677,-0.3678804337978363,-1.7217729091644287,-2.0047616958618164,-0.3203953802585602,-0.981141209602356,-0.18098443746566772,0.5706544518470764 +551,-1.0601918645764505,-0.9146698712810619,-1.821511639671489,-0.5322394371032715,0.7923612594604492,-0.29813528060913086,-1.1532961130142212,-3.1292848587036133,2.404911756515503,0.9886603951454163,-0.151980459690094,0.9161621332168579 +552,-1.5145304340930004,-1.1354457608626642,-1.987836603932488,-0.4210608899593353,0.9067222476005554,-0.0237163994461298,-1.478542685508728,-1.271172285079956,1.2418934106826782,-0.17082753777503967,0.06449967622756958,0.05609554052352905 +553,-1.9574391280886096,-1.2508125709026745,-2.324328310424966,-0.2913311719894409,0.949240505695343,0.11861136555671692,-1.375085711479187,-1.7710908651351929,0.858119547367096,-0.21808350086212158,-0.31496310234069824,-0.2273455709218979 +554,-2.1697586834357967,-1.2668894551788785,-2.633043609192487,-0.24715667963027954,0.9541746377944946,0.16871275007724762,-0.3526580333709717,2.600738763809204,0.41944620013237,-0.15961207449436188,-0.21738892793655396,-0.054790765047073364 +555,-2.698584847143233,-1.1437392540263667,-2.9822007974772853,-0.17754806578159332,0.910188615322113,0.3742106854915619,-2.1843526363372803,5.256658554077148,0.14698702096939087,-0.46269547939300537,0.880201518535614,-1.6776927709579468 +556,-2.6026657235305692,-1.1763511639677737,-2.868815744362569,-0.19722655415534973,0.9232099056243896,0.3298257887363434,1.3873752355575562,1.0512442588806152,-1.3621443510055542,-0.9447717070579529,0.2448502779006958,-0.4809030592441559 +557,-1.5696520510091991,-1.1941936192010334,-1.9936272455851412,-0.36776337027549744,0.929919421672821,-0.00042082290747202933,2.079782009124756,2.1748809814453125,-0.04615454748272896,0.3160208463668823,0.6974915266036987,0.6091396808624268 +558,-1.2962221785295327,-1.0255932468843727,-1.6293766988584766,-0.4991658627986908,0.8550220131874084,-0.1406094878911972,1.9793765544891357,0.6869035959243774,-1.8213205337524414,0.22575879096984863,-0.1876329779624939,0.3170315623283386 +559,-1.0020059345869854,-0.8480225490194392,-1.5183420504683012,-0.5573214292526245,0.7499738335609436,-0.35627514123916626,0.9771245718002319,3.186164140701294,-0.9224690198898315,0.5924929976463318,-0.3735853433609009,0.5684181451797485 +560,-0.881145838067592,-0.7876496465833659,-1.5404921117456185,-0.5442809462547302,0.7086970210075378,-0.44889500737190247,-0.49376749992370605,-0.008803630247712135,-0.6990621089935303,-0.12335205078125,-0.20558428764343262,-0.36644312739372253 +561,-1.061525502820118,-0.8309386818906881,-1.7383494792617247,-0.5886292457580566,0.7385645508766174,-0.32869160175323486,-1.5876089334487915,-1.6428521871566772,-0.30129939317703247,-0.6374754905700684,-0.02922922372817993,0.43461811542510986 +562,-1.1245987868840503,-0.88901896264948,-1.757075549627471,-0.568476676940918,0.7764539122581482,-0.27194440364837646,-0.8703784346580505,-2.755533456802368,2.107299566268921,1.153864860534668,-0.4193524718284607,0.983873724937439 +563,-1.5269802131486963,-1.1335815815000987,-1.8390153748613782,-0.42301145195961,0.9059345126152039,-0.018546588718891144,-1.107154130935669,-2.659329652786255,1.7542346715927124,-0.16997557878494263,0.14689141511917114,0.19710493087768555 +564,-1.9986695725533392,-1.2665402631978133,-2.3056333131463096,-0.27257612347602844,0.9540700912475586,0.12430819123983383,-1.4545800685882568,0.6442738771438599,1.1206766366958618,-0.11266252398490906,-0.2093954086303711,-0.22793066501617432 +565,-2.268873216820035,-1.2601635002015723,-2.702085014850874,-0.23416101932525635,0.9521403312683105,0.19646255671977997,-0.5172262191772461,1.6405526399612427,0.15102334320545197,-0.25560033321380615,-0.33821821212768555,-0.08806419372558594 +566,-2.6025472610205567,-1.155774449739446,-2.9175233263026445,-0.20697426795959473,0.9151074886322021,0.3460339903831482,-1.570069670677185,0.050424784421920776,0.0769004225730896,-0.2740590274333954,0.4474411606788635,-0.9752455353736877 +567,-2.3947739200444116,-1.2057154754473014,-2.7092117555835435,-0.24252992868423462,0.9340949058532715,0.26200422644615173,2.3041999340057373,1.2617000341415405,-1.4137789011001587,-0.7242517471313477,0.28813421726226807,-0.5204727649688721 +568,-1.3977330145224933,-1.1616408599580437,-1.8182351540523585,-0.3918917179107666,0.9174571633338928,-0.06850740313529968,2.129845380783081,1.644034743309021,-0.6460717916488647,0.165146142244339,0.701195240020752,0.5403702259063721 +569,-1.2146097449440387,-0.9971530859535354,-1.5250343863532378,-0.5086323618888855,0.8399294018745422,-0.18923939764499664,1.793481469154358,0.7032609581947327,-1.5294889211654663,0.24319058656692505,-0.11593049764633179,0.33378592133522034 +570,-1.0002507434152297,-0.8624854731772716,-1.429526924882648,-0.547508716583252,0.7594618201255798,-0.35135743021965027,0.4619661569595337,1.9749298095703125,-0.4471629858016968,0.7127918601036072,-0.46945321559906006,0.46382996439933777 +571,-0.9379498721409233,-0.852449410144814,-1.4868975609449153,-0.5306901931762695,0.7528946995735168,-0.3892524838447571,-0.41403326392173767,0.15845514833927155,-0.8501594662666321,-0.572474479675293,0.06509846448898315,-0.8052207827568054 +572,-1.0748561885868348,-0.8699296318833355,-1.6976863547683247,-0.567186176776886,0.7642835378646851,-0.3068718910217285,-0.9701361656188965,-0.5813676118850708,0.08316576480865479,-0.3348981738090515,0.6535782217979431,-0.1754584014415741 +573,-1.0463180996037558,-0.9639042232152871,-1.6242854818428951,-0.4936584532260895,0.8214244842529297,-0.2855930030345917,-0.45802414417266846,-2.499692440032959,2.2057158946990967,0.6766875982284546,-0.32890117168426514,0.8603153228759766 +574,-1.536310977781227,-1.180123689502664,-1.7570608754563095,-0.3805842101573944,0.9246531128883362,-0.013129784725606441,-1.6499581336975098,-5.17210054397583,1.7492316961288452,-0.3379216492176056,-0.006089270114898682,-0.23424571752548218 +575,-1.9991078060886176,-1.2738641942048998,-2.255735768721977,-0.2661575675010681,0.9562386274337769,0.12152193486690521,-1.6478816270828247,1.4540011882781982,1.0332695245742798,-0.2196669578552246,-0.18261820077896118,-0.0986032709479332 +576,-2.3244702459244895,-1.2368786069469428,-2.6060246596958425,-0.238986074924469,0.944765567779541,0.22428424656391144,-0.8645418286323547,-2.8640296459198,-0.3149583637714386,-0.22193613648414612,0.015759825706481934,-0.2517043650150299 +577,-2.6113734251847953,-1.1729195212249006,-2.850929731843385,-0.1959482580423355,0.9218857288360596,0.33426204323768616,-0.01946302503347397,-0.05416953191161156,0.26764416694641113,-0.7032369375228882,0.31210780143737793,-1.1914397478103638 +578,-2.3927705080858783,-1.2054286289825065,-2.6348347312807885,-0.2432364523410797,0.9339924454689026,0.26171374320983887,2.264275550842285,2.412152051925659,-1.6475751399993896,-0.6165810823440552,0.12205308675765991,-0.5628918409347534 +579,-1.3727986173190596,-1.1413549309408486,-1.8572400720546394,-0.40822863578796387,0.9091984629631042,-0.08190140128135681,1.6313247680664062,0.3387095034122467,-0.5708514451980591,0.1578623652458191,0.9965938925743103,0.3380812406539917 +580,-1.2247123337347312,-0.974993453491121,-1.5881583871564153,-0.5279003381729126,0.8276982307434082,-0.19035929441452026,1.6149224042892456,0.7922182083129883,-1.446702241897583,0.22605103254318237,-0.26034605503082275,0.26688215136528015 +581,-0.9910034905193369,-0.8548510641130954,-1.5009251836685007,-0.5490708947181702,0.7544731497764587,-0.3595713675022125,0.36037376523017883,2.143035411834717,-0.2698259949684143,0.6892075538635254,-0.37109607458114624,0.5944651365280151 +582,-0.9529392362823832,-0.8999925206071082,-1.5838101265149416,-0.50669264793396,0.783322274684906,-0.3600957691669464,-0.699171781539917,-1.9822049140930176,-0.5015999674797058,-0.6903440952301025,0.2173033356666565,-1.736004114151001 +583,-1.1608944960713012,-0.9230363263069767,-1.7753185111696084,-0.5534159541130066,0.7974374294281006,-0.24046725034713745,-1.119881510734558,-0.42471134662628174,0.45849859714508057,-0.09435021877288818,0.6633017659187317,0.5419961810112 +584,-1.1258551511132553,-1.00949793951463,-1.703230301472662,-0.4804602563381195,0.8465647101402283,-0.2290983349084854,-0.4912058413028717,-1.8096166849136353,1.9100360870361328,0.6463385820388794,-0.46732282638549805,0.6072263717651367 +585,-1.5806375160392279,-1.1806570759793353,-1.8422155926817154,-0.3802986741065979,0.9248561263084412,0.003742711851373315,-1.163737416267395,-4.599782466888428,1.0652724504470825,-0.19050204753875732,0.09560585021972656,0.17783689498901367 +586,-2.0018093783367314,-1.250659650995873,-2.2998792749961616,-0.285915344953537,0.9491924047470093,0.13147751986980438,-1.4968502521514893,0.8945362567901611,0.8899544477462769,-0.1387825310230255,-0.11154592037200928,-0.1073533296585083 +587,-2.274115219637407,-1.2344210098525885,-2.5910486188608504,-0.251742959022522,0.9439572691917419,0.2134724259376526,-0.6208389401435852,-2.283813714981079,-0.01835845410823822,-0.1532558798789978,-0.09353905916213989,-0.3136464059352875 +588,-2.63417666762615,-1.1826615033475076,-2.855923041512627,-0.18390290439128876,0.9256165623664856,0.3307778239250183,-0.3109161853790283,0.2989068031311035,0.2626143991947174,-0.9824331998825073,0.23432618379592896,-0.590985894203186 +589,-2.2351976296422054,-1.188801492759191,-2.529614170428834,-0.29347866773605347,0.9279228448867798,0.22984707355499268,2.2724525928497314,2.4521729946136475,-1.9325839281082153,-0.3120664060115814,0.26366662979125977,-0.5002175569534302 +590,-1.3958794611494596,-1.1509388321433565,-1.7606402384141255,-0.4014103412628174,0.9131470322608948,-0.07093839347362518,1.1940587759017944,-2.0130865573883057,-0.4246275722980499,0.3634617030620575,0.4016723036766052,0.13992339372634888 +591,-1.1904884103506046,-0.9732848238191742,-1.4987732932135391,-0.5223903059959412,0.826738178730011,-0.20883585512638092,1.4198453426361084,0.6339296698570251,-1.5013781785964966,0.09280961751937866,-0.4550492763519287,0.4017527103424072 +592,-0.9580718359240077,-0.8625313789741537,-1.4654441805209595,-0.5321776270866394,0.7594916820526123,-0.37411126494407654,-0.1884499043226242,1.8941290378570557,-0.43980881571769714,0.7676818370819092,-0.34875571727752686,0.7317620515823364 +593,-1.0560901399050069,-0.9205147821510978,-1.640335849371749,-0.5269720554351807,0.7959133982658386,-0.2980310022830963,-1.0500022172927856,-2.3807437419891357,-0.2734628915786743,-0.7922723293304443,0.7532962560653687,-2.1406285762786865 +594,-1.227596392469718,-0.9588092270314413,-1.8055214749410498,-0.5409920811653137,0.8185080289840698,-0.19331881403923035,-0.4566105604171753,0.1627688854932785,0.6665500402450562,-0.24572056531906128,0.8632851243019104,0.08591222763061523 +595,-1.2205281180572118,-1.004342361331537,-1.7634141652910176,-0.5040587782859802,0.8438092470169067,-0.18414904177188873,-0.3204364478588104,-1.8454335927963257,1.5688663721084595,0.7161559462547302,-0.29665952920913696,0.41519761085510254 +596,-1.6213885268199537,-1.1853965564135203,-1.953042961297592,-0.37544840574264526,0.9266481995582581,0.019010983407497406,-1.7107915878295898,-2.9456562995910645,1.1732021570205688,-0.21035173535346985,0.1742733120918274,0.11482381820678711 +597,-2.097298450191959,-1.216696460135694,-2.3679540920011517,-0.2997863292694092,0.9379590153694153,0.17424419522285461,-1.3923805952072144,0.9796037673950195,0.40831881761550903,-0.06409001350402832,-0.05474978685379028,-0.03596913814544678 +598,-2.367423196117763,-1.1981105119699813,-2.6004820669456827,-0.254563570022583,0.9313527345657349,0.26034557819366455,-0.7059447765350342,-2.2541911602020264,0.411039799451828,-0.20260503888130188,0.029722213745117188,-0.13546761870384216 +599,-2.6124300817303534,-1.1708969765995603,-2.743219251652546,-0.19653552770614624,0.9211001992225647,0.3360772728919983,0.29268762469291687,0.13351473212242126,-0.30342015624046326,-0.688779354095459,0.22684890031814575,-0.42740121483802795 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/q1.csv b/BoostRunClub/CoreML/DataSet/Motion/running/q1.csv new file mode 100644 index 0000000..98b4c1b --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/q1.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-1.5267835987033633,-0.4819167506847663,-2.9725129078493433,-0.8852500319480896,0.4634784758090973,-0.03898744657635689,1.2075462341308594,-0.7200474739074707,0.0005198393482714891,-0.016254425048828125,-0.03774303197860718,-0.12159603834152222 +1,0.13754904333422455,0.2120724415160296,1.5406465492228225,0.134043887257576,-0.21048636734485626,-0.9683634042739868,-0.2889671325683594,0.37678003311157227,-0.29724958539009094,0.021046429872512817,-0.07972054183483124,0.036646485328674316 +2,0.0947912037211577,0.2123500279550255,1.514774358209316,0.09252332895994186,-0.21075771749019623,-0.973149836063385,0.23524615168571472,-0.5660930871963501,-0.3303011953830719,0.04169297218322754,-0.04501008987426758,-0.08434528112411499 +3,0.05531949927363652,0.16544901749109547,1.4803747727813308,0.054536256939172745,-0.16469523310661316,-0.984835684299469,-0.4662843942642212,0.10065387189388275,-0.11950479447841644,-0.10203686356544495,0.08855387568473816,-0.3642091155052185 +4,0.06345499379663186,0.21578228255043183,1.4614366848138345,0.061941832304000854,-0.21411164104938507,-0.9748432636260986,0.7924652695655823,-0.3740123510360718,-0.3009413182735443,-0.02402374893426895,0.04393035173416138,0.26808667182922363 +5,0.03444278029721183,0.27958408640781274,1.4160899081452423,0.03309883177280426,-0.2759559154510498,-0.9606002569198608,0.6947258710861206,-0.6246469616889954,-0.6182302832603455,-0.14807379245758057,0.1575171947479248,0.10180509090423584 +6,-0.13878887795810202,0.34891346664932094,1.3881292787230635,-0.130007803440094,-0.34187695384025574,-0.9307084083557129,1.352325439453125,-1.0567256212234497,0.4450039863586426,0.1255674958229065,-0.19497302174568176,0.2534928321838379 +7,-0.4261105004946898,0.5144788815029517,1.5185627968299387,-0.35982608795166016,-0.49208125472068787,-0.7927050590515137,1.061190128326416,-0.8273704051971436,0.7861434817314148,0.14170169830322266,0.035202592611312866,0.35193967819213867 +8,-0.4363052965835094,0.4925437135336562,1.533308917144216,-0.37236127257347107,-0.47286877036094666,-0.7985876202583313,-0.6929633021354675,0.8578715324401855,-0.3453822135925293,0.09851178526878357,-0.14560043811798096,0.07554996013641357 +9,-0.3315087702692941,0.45905240983512285,1.475149661723342,-0.29177501797676086,-0.4430988132953644,-0.8476619720458984,-0.25218465924263,-0.22928377985954285,-0.28374388813972473,0.018398523330688477,-0.16664236783981323,-0.35865211486816406 +10,-0.5349193487500145,0.49893440631760105,1.5670367581546567,-0.44762688875198364,-0.47849011421203613,-0.7554318904876709,2.075667142868042,-3.9140987396240234,2.0063161849975586,0.17301446199417114,0.27524304389953613,-0.0073854923248291016 +11,-1.2971659454882347,0.40303112221353743,2.1131424865703523,-0.885653555393219,-0.39220839738845825,-0.24857686460018158,3.3695528507232666,-3.6023573875427246,5.403789043426514,0.2919340133666992,0.5859339237213135,0.21198627352714539 +12,-1.363510763902557,-0.012293703147819421,2.351916976778135,-0.9785192012786865,0.012293393723666668,-0.2057887762784958,-3.4133598804473877,-1.773169755935669,-1.2884178161621094,0.716663122177124,0.013432919979095459,0.18128317594528198 +13,-1.4170470797860386,-0.05985052870731158,2.1155499326952367,-0.9864343404769897,0.059814803302288055,-0.15286999940872192,-1.4187681674957275,-0.45202532410621643,1.3775478601455688,0.4240413308143616,0.16778527200222015,0.043296605348587036 +14,0.03294752899044089,0.36991986673785726,2.455826345123352,0.0307132788002491,-0.3615407347679138,-0.9318503141403198,-0.5266315937042236,0.5065073370933533,0.30721190571784973,0.0623958557844162,0.07278338074684143,0.23362338542938232 +15,0.019810918154550466,0.28811159738163855,2.46154248764708,0.018993113189935684,-0.2841421663761139,-0.958594024181366,-0.260490745306015,-0.5819409489631653,-0.14654771983623505,0.022358201444149017,-0.02757963538169861,0.11049526929855347 +16,-0.012769436505094182,0.29201273136875466,2.4542811248394707,-0.012228528037667274,-0.2878803312778473,-0.9575883150100708,0.12090802937746048,-0.2834016680717468,-0.0994362086057663,-0.046288929879665375,0.00899544358253479,0.1681138277053833 +17,-0.0429570126542132,0.2916355302368304,2.4525487179406147,-0.04113049805164337,-0.28751906752586365,-0.9568913578987122,-0.1280927062034607,-0.49287334084510803,0.009302916005253792,-0.02150682359933853,0.012143701314926147,-0.06373852491378784 +18,-0.046922633244363444,0.22647750945337228,2.4650708927058016,-0.04570761322975159,-0.2245463877916336,-0.9733908176422119,-0.778925359249115,0.48445191979408264,0.22783976793289185,0.028221044689416885,0.0691966563463211,-0.3982674479484558 +19,-0.0014124744225495031,0.2559882714518389,2.45569759385913,-0.0013664463767781854,-0.25320160388946533,-0.9674125909805298,0.0652008056640625,0.2773304283618927,-0.049911946058273315,-0.16779249906539917,0.07580292224884033,0.037892937660217285 +20,-0.02342460665332087,0.2182556684578348,2.46688610032833,-0.022866804152727127,-0.21652700006961823,-0.9760087728500366,-0.3934846520423889,-0.2830561101436615,-0.0637621134519577,-0.04427187144756317,0.16095449030399323,0.13514268398284912 +21,-0.024311743560563637,0.22337587180845453,2.448870946444105,-0.023705387488007545,-0.22152288258075714,-0.9748669862747192,0.2656416893005371,0.11986826360225677,0.157536581158638,-0.1176825538277626,-0.11946529150009155,0.21784794330596924 +22,-0.02128069195536043,0.21770719927408383,2.46703023109114,-0.020776798948645592,-0.21599151194095612,-0.9761741757392883,-0.265286386013031,0.15272745490074158,0.3101951777935028,-0.11397357285022736,-0.09231232106685638,0.04732590913772583 +23,-0.026053908687010328,0.217595045294276,2.4778221851550684,-0.02543666586279869,-0.21588200330734253,-0.9760881066322327,0.2786984145641327,-0.23283350467681885,-0.26140743494033813,-0.11968968063592911,0.01927250623703003,-0.13884109258651733 +24,-0.018017588657348715,0.19234062915641228,2.4762677278440983,-0.01768437772989273,-0.19115687906742096,-0.981400191783905,-0.36143431067466736,0.11660722643136978,0.07416564226150513,0.02625981718301773,0.16219569742679596,-0.30508357286453247 +25,0.020533649931162416,0.22664296668538536,2.541792476179441,0.020007120445370674,-0.22470761835575104,-0.9742208123207092,0.4811347723007202,-0.05482115224003792,0.7795873284339905,0.15694905817508698,0.08454038202762604,-0.009559094905853271 +26,0.06265353723344512,0.3008680284583908,2.552046131577183,0.05979997292160988,-0.29634934663772583,-0.9532056450843811,-0.08198080211877823,0.2193404883146286,-0.21405713260173798,-0.028275322169065475,0.07647022604942322,-0.12650620937347412 +27,0.05917607974253796,0.27969750282847244,2.5504781564705326,0.05684324726462364,-0.276064932346344,-0.9594566226005554,-0.10560145974159241,0.12118679285049438,0.2719365358352661,-0.10464903712272644,-0.016385048627853394,0.16718977689743042 +28,0.03242388911966134,0.27888707940689783,2.5873224844882206,0.031165646389126778,-0.27528589963912964,-0.960857093334198,0.06876441091299057,0.26041117310523987,0.1851494312286377,0.04891248047351837,-0.07523897290229797,0.21644186973571777 +29,0.06075272462064709,0.2962540931107315,2.5817733645278014,0.05807040259242058,-0.29193952679634094,-0.9546722769737244,-0.13254845142364502,-0.0839070975780487,-0.3162609934806824,0.060093656182289124,-0.07366105914115906,-0.22797542810440063 +30,0.19452198084330177,0.3141915513011018,2.5494552177738967,0.183834969997406,-0.3090476989746094,-0.9331099390983582,1.0726462602615356,2.1767079830169678,-0.16183969378471375,-0.055966317653656006,0.24486923217773438,0.0021407604217529297 +31,0.2706016340307491,0.32827726883723835,2.5339238421839636,0.25303658843040466,-0.32241275906562805,-0.9121526479721069,-0.2408696711063385,0.047707341611385345,-0.1507505476474762,-0.01162731647491455,0.05626899003982544,0.02267211675643921 +32,0.3199666250838256,0.3273243983241908,2.5197130338615814,0.29783496260643005,-0.3215106427669525,-0.8988466262817383,0.22474761307239532,1.456510066986084,-0.0598512701690197,-0.13079696893692017,0.03652220964431763,0.21693134307861328 +33,0.4579191891190715,0.33656627129683636,2.5336893041646236,0.4172792434692383,-0.3302479684352875,-0.8466488718986511,0.1738770455121994,0.6520552039146423,0.31614765524864197,-0.0954866111278534,-0.03294175863265991,0.006240546703338623 +34,0.5019997791314048,0.3533068837664925,2.5558551730874504,0.4514588415622711,-0.3460023105144501,-0.822476327419281,0.16030476987361908,-0.12742343544960022,0.26340052485466003,-0.023236215114593506,-0.08487537503242493,-0.1443358063697815 +35,0.5682156546255173,0.3838684745140508,2.520497523384806,0.49896541237831116,-0.3745101988315582,-0.7815213203430176,-0.16316083073616028,1.4671021699905396,0.37283647060394287,0.018780529499053955,-0.18316802382469177,-0.24858427047729492 +36,0.665891122417544,0.3394322645437497,2.674576849199973,0.582513153553009,-0.3329518139362335,-0.7414996027946472,-3.6874802112579346,2.154740333557129,1.2037595510482788,-0.09531527757644653,0.6231129169464111,-0.09535348415374756 +37,0.777493007275232,-0.12125854906260237,3.0949956491674024,0.6963440179824829,0.12096161395311356,-0.7074413895606995,-6.345519065856934,1.9405306577682495,-1.8283315896987915,0.1613677740097046,0.26229339838027954,0.013425886631011963 +38,1.2270080197486848,-0.5433005849841785,-2.657306574412043,0.805917501449585,0.5169641375541687,-0.28852248191833496,-4.40787410736084,3.6411383152008057,-0.252411812543869,0.5432494282722473,-0.6578179597854614,-0.3748076260089874 +39,1.5639930069041268,-0.5340127078539816,-2.571544878102511,0.8607518076896667,0.5089914798736572,-0.005856059957295656,0.6079766154289246,1.2332080602645874,1.0050923824310303,0.0827602744102478,-0.42416781187057495,-0.7981600165367126 +40,1.5205980759497204,-0.42228369552386474,-2.7774373692550585,0.9110063910484314,0.40984460711479187,-0.045769378542900085,1.9796327352523804,1.0662552118301392,-0.3326680064201355,-0.0968889594078064,0.07805517315864563,0.2093130350112915 +41,1.2998194726111343,-0.5972796683533069,-2.914144692388283,0.7966960072517395,0.5623952150344849,-0.2213301956653595,3.150557041168213,-1.8771589994430542,-1.8416796922683716,0.180156409740448,0.08552348613739014,-0.1628556251525879 +42,1.1134819864126,-0.6806666365603289,3.033668959012172,0.6972942352294922,0.6293112635612488,-0.3431442975997925,0.9334311485290527,1.4652304649353027,-1.4392025470733643,0.023225724697113037,0.29099202156066895,0.15355387330055237 +43,1.1857744502595768,-0.7663325855456782,3.009028024136326,0.6677142977714539,0.6934976577758789,-0.27058956027030945,-0.3594145178794861,0.520869255065918,0.08416935056447983,-0.20859259366989136,-0.1884317398071289,0.013829946517944336 +44,1.1305142405962683,-0.7712108712063537,3.047232733008945,0.648681640625,0.6970040202140808,-0.3056102395057678,-0.24103207886219025,-1.1731560230255127,-0.27847135066986084,-0.23735040426254272,-0.05558556318283081,0.04231983423233032 +45,1.0967261953614804,-0.7994960220988067,3.0974660601957127,0.6201938986778259,0.7170048952102661,-0.31821954250335693,-0.5675582885742188,-0.5173054933547974,0.0663398951292038,-0.06626933813095093,-0.1403599977493286,-0.17788946628570557 +46,1.014386847834772,-0.864273197746663,3.0804939247961918,0.5512669086456299,0.7606236338615417,-0.34286534786224365,-0.07672446221113205,-0.9798535108566284,-0.966417670249939,0.2386348843574524,0.1115993857383728,-0.17993131279945374 +47,0.9224975214176968,-1.0121387264361643,3.10536547066611,0.42250803112983704,0.8479673862457275,-0.32005977630615234,-2.193220853805542,-0.7976629137992859,-1.790325403213501,-0.014716893434524536,-0.32985520362854004,0.29958248138427734 +48,1.580639064417436,-1.2832478958430966,-2.614817882440351,0.283588707447052,0.9589420557022095,0.0027913793455809355,-1.1402615308761597,0.5634644031524658,-1.3422865867614746,-0.23991802334785461,0.0445064902305603,0.2944192886352539 +49,1.5322011924698216,-1.229738095794983,-2.6523157686253085,0.33423537015914917,0.9424012303352356,-0.012906268239021301,-0.9197165966033936,3.6379847526550293,-0.07410137355327606,-0.08605119585990906,-0.32173478603363037,-0.2348201870918274 +50,1.6949338303194483,-1.257278505591861,-2.802077844551746,0.3060334324836731,0.9512545466423035,0.03818657994270325,1.001073956489563,1.8102408647537231,-0.30281442403793335,0.016750961542129517,-0.19441866874694824,0.009466644376516342 +51,1.8406462735021796,-1.2932823207148068,-2.908777059611716,0.2640508711338043,0.9617394804954529,0.07303556799888611,0.10850466787815094,0.9555102586746216,-0.2339550107717514,0.20884951949119568,-0.004235267639160156,-0.496482253074646 +52,1.7769217674454256,-1.253179678878382,-2.9569805126343285,0.3056918978691101,0.9499824643135071,0.06391870230436325,0.1088545173406601,0.16924598813056946,0.0011547708418220282,0.4300868511199951,0.5480795502662659,0.03128086030483246 +53,1.6135350215641435,-1.2818756718794524,-3.106986592226818,0.28465768694877625,0.9585519433021545,0.012173310853540897,0.3125420808792114,-0.8927721381187439,-0.2165522575378418,-0.08307385444641113,0.013677060604095459,0.09009110927581787 +54,1.5059415553537803,-1.2848508215199603,-3.1356354611959607,0.28147152066230774,0.9593954086303711,-0.018280407413840294,-0.14750637114048004,-0.059429824352264404,-0.09763085097074509,-0.15073421597480774,-0.07737642526626587,0.20187413692474365 +55,1.5186821209884356,-1.2942160376193712,-3.1162416652533436,0.27269721031188965,0.9619948863983154,-0.01422427874058485,-0.12997260689735413,-0.10115058720111847,-0.1526482254266739,0.01104000210762024,-0.4271894693374634,0.01987004093825817 +56,1.5876380541053363,-1.2756527854362696,-2.9729229416465754,0.2908361554145813,0.9567604064941406,0.004898646380752325,-0.15196439623832703,-2.0970892906188965,0.5938083529472351,0.005611598491668701,0.038494110107421875,-0.6002050638198853 +57,1.5589879524144894,-1.2291728887564102,-2.9160693795640515,0.3349933922290802,0.9422120451927185,-0.0039559113793075085,0.5431875586509705,-1.534037709236145,0.49563294649124146,0.13455000519752502,0.22154515981674194,-0.21703708171844482 +58,1.5094902634815224,-1.1725566254633257,-2.943221176751394,0.3870678246021271,0.9217450618743896,-0.023759378120303154,0.14726762473583221,-0.572665274143219,0.13484039902687073,0.010911911725997925,0.6428301334381104,0.1953902244567871 +59,1.459019355285883,-1.1873254029399405,-2.9281046847075323,0.37180641293525696,0.927371621131897,-0.04173334687948227,-0.969312310218811,0.10873319208621979,-0.16853053867816925,0.10240620374679565,-0.018543004989624023,0.358673632144928 +60,1.7490465611772914,-1.1967194610726009,-2.6976029540631687,0.35962367057800293,0.930845320224762,0.06479065865278244,-0.35939860343933105,2.567174196243286,-0.3832455575466156,-0.20920249819755554,-0.5181561708450317,-0.03515815734863281 +61,1.8295158235246551,-1.2472418862993155,-2.823535351991523,0.307357519865036,0.9481112957000732,0.08134244382381439,0.2764788568019867,-0.06177377328276634,-0.45875096321105957,-0.02207919955253601,-0.08148825168609619,-0.21430754661560059 +62,1.7925337158594017,-1.287884314354148,-2.9119956743063597,0.27231913805007935,0.9602466225624084,0.06139282509684563,0.823898196220398,1.0131088495254517,-0.04874400421977043,0.38683003187179565,0.0770307183265686,-0.03639888018369675 +63,1.6091050177244348,-1.290407543536038,-3.1120205215368326,0.27652624249458313,0.9609479308128357,0.010598543100059032,0.5498332381248474,-1.744181752204895,0.2110733985900879,0.10099145770072937,0.5085039734840393,0.2895113229751587 +64,1.40299956580353,-1.2312716026604058,2.9879106711449426,0.3283616602420807,0.9429130554199219,-0.05562102049589157,0.1925976723432541,0.7542430758476257,0.2540925443172455,-0.2066575288772583,0.3174018859863281,0.26579558849334717 +65,1.4885015635540761,-1.259219783188452,3.0188350288444683,0.305521696805954,0.9518514275550842,-0.025199750438332558,-0.5131329298019409,0.09091587364673615,-0.05823930352926254,-0.07911187410354614,-0.5611045360565186,-0.0012284480035305023 +66,1.67148668163246,-1.2248252737981113,-3.0971835383420174,0.3373926877975464,0.9407466053962708,0.03408746421337128,-0.04888119548559189,0.23133522272109985,0.262217253446579,-0.2355555295944214,-0.2678340673446655,-0.2513115406036377 +67,1.5693873437318606,-1.2074788202242175,-3.1298941279335124,0.35537657141685486,0.9347230195999146,-0.0005007198778912425,-0.24428284168243408,-0.10096436738967896,0.17452163994312286,0.15974482893943787,0.20964032411575317,-0.03431981801986694 +68,1.470012226071788,-1.1565998760299574,3.0882637715232613,0.40041252970695496,0.915440022945404,-0.04049241170287132,-0.130427286028862,-0.9167442917823792,0.4999580681324005,-0.02788442373275757,0.7862508296966553,0.3523973226547241 +69,1.4040886903529948,-1.1676215330762632,2.9870911716677786,0.38690152764320374,0.9198200106620789,-0.0651036724448204,-0.1391465812921524,-0.4117036461830139,-0.38801541924476624,0.14035072922706604,0.027827143669128418,0.3252354860305786 +70,1.593773311097881,-1.2013110714985686,-3.071290212627099,0.3610403835773468,0.9325133562088013,0.008297079242765903,-1.0745232105255127,2.2576630115509033,-0.17579729855060577,-0.1299002468585968,-0.41841423511505127,0.006488680839538574 +71,1.7128625691394224,-1.237458223103178,3.1353630353959523,0.3239031434059143,0.9449554085731506,0.046327799558639526,0.3542673885822296,-0.08019198477268219,-0.2941247224807739,-0.1422930359840393,-0.14081716537475586,-0.10508942604064941 +72,1.8208084544331664,-1.2603893874361305,-3.094330937927328,0.295949786901474,0.9522093534469604,0.07557220757007599,0.5630922913551331,0.6061139702796936,-0.019934993237257004,0.1916753351688385,0.16529858112335205,-0.16994786262512207 +73,1.703521117664929,-1.271967515706523,3.0347705504820945,0.2918114960193634,0.9556819200515747,0.03895965963602066,0.2334018498659134,-0.6221144795417786,0.03243213891983032,0.28523004055023193,0.35921353101730347,0.026012174785137177 +74,1.5224198522752421,-1.2279136361799674,2.93254622187124,0.33581045269966125,0.9417893886566162,-0.016258010640740395,0.11046292632818222,-1.0949949026107788,1.2188416719436646,-0.29482531547546387,0.04800260066986084,0.10861945152282715 +75,1.3485639190803524,-1.1959758872325412,2.711715203599434,0.35710200667381287,0.9305734038352966,-0.08069242537021637,0.46131664514541626,0.5613470077514648,-0.31565213203430176,-0.03300538659095764,-0.25280851125717163,0.12321866303682327 +76,1.4420802212107227,-1.236339529319049,2.792152283399311,0.3255406618118286,0.9445887804031372,-0.04213528335094452,-1.0155904293060303,0.7274599671363831,0.09945537894964218,0.022939532995224,-0.5812617540359497,-0.07145112752914429 +77,1.5315774257731183,-1.214184311027232,2.893351962181555,0.3488330841064453,0.937084972858429,-0.013687869533896446,0.24521063268184662,-1.7770365476608276,0.3543721139431,0.0354289710521698,0.16052550077438354,-0.2315514087677002 +78,1.4320528664838943,-1.1532851836613174,2.8757204622156554,0.4015899896621704,0.9141009449958801,-0.05607827752828598,-0.7799412608146667,-1.4565578699111938,0.7884551286697388,0.0036833882331848145,0.5227428078651428,0.2822898030281067 +79,1.3545279297391484,-1.131521640003033,2.8738314774104223,0.41537603735923767,0.905060350894928,-0.09125997126102448,0.3099997639656067,-0.03126414492726326,-0.18943627178668976,0.17544427514076233,0.46115046739578247,0.5433015823364258 +80,1.4723040899766218,-1.1438236183906891,2.9263981090874247,0.4121101200580597,0.9102235436439514,-0.040721409022808075,-1.1012492179870605,2.9748637676239014,-0.262814462184906,-0.3722541332244873,-0.12433493137359619,0.022090435028076172 +81,1.6644891554634287,-1.1897708790843944,2.965142472576213,0.37024182081222534,0.9282838106155396,0.03479086607694626,0.5578945279121399,0.22797852754592896,-0.1946084052324295,-0.17839306592941284,-0.5475311279296875,-0.03497397527098656 +82,1.729162094500485,-1.2283867429026534,2.95255447156483,0.33155593276023865,0.9419483542442322,0.05295051634311676,-0.06689618527889252,0.565251350402832,-0.37295159697532654,0.27781903743743896,0.015113294124603271,-0.10852301120758057 +83,1.6590315328938967,-1.2497139135971784,2.8259647787020907,0.3143663704395294,0.9488943815231323,0.027810391038656235,0.41497617959976196,-0.2701852321624756,-0.0945252850651741,0.1077069640159607,0.4064217805862427,-0.07421231269836426 +84,1.5335905211612415,-1.2309646054772057,2.749287267140628,0.3330974876880646,0.9428107738494873,-0.012398882769048214,0.41651442646980286,0.2699968218803406,0.8924555778503418,-0.17251402139663696,0.20545876026153564,0.2919551134109497 +85,1.4379804741771525,-1.192470439196463,2.583178989274359,0.3661121428012848,0.9292842745780945,-0.04891344904899597,0.1682855784893036,0.4249849319458008,-0.37907886505126953,-0.10137221217155457,-0.20404934883117676,-0.009893890470266342 +86,1.498888821218556,-1.2322648408550116,2.6262878905620157,0.3312438726425171,0.9432433843612671,-0.023860059678554535,-0.3012319505214691,0.5236804485321045,-0.09529159963130951,-0.021978765726089478,-0.6604828238487244,0.02863609977066517 +87,1.6711929626852993,-1.207093754620994,2.7694674959971453,0.3539454936981201,0.9345861077308655,0.035654809325933456,-0.5654593706130981,-1.7644119262695312,0.4961760938167572,0.1613132357597351,-0.08326780796051025,-0.5425212383270264 +88,1.6185991159701083,-1.146230348022557,2.86112173717438,0.4114549160003662,0.9112176299095154,0.01968368887901306,-0.010804807767271996,-0.5777950882911682,0.5642356276512146,0.1256697177886963,0.5073767900466919,-0.18533313274383545 +89,1.480069565551425,-1.1064407517986075,2.7957180870470757,0.4460046887397766,0.894110381603241,-0.04057595506310463,-0.010935596190392971,0.14744490385055542,-0.05716511979699135,-0.07629948854446411,0.24063998460769653,0.5852537155151367 +90,1.4663798714663618,-1.091640177950963,2.7556058643090564,0.45851951837539673,0.887384295463562,-0.04805174097418785,0.07027816027402878,1.403149962425232,0.29978156089782715,0.09499305486679077,-0.06592738628387451,0.25206172466278076 +91,1.4355181396133185,-1.1010174201849379,2.829794020810344,0.44855305552482605,0.8916683793067932,-0.06105232238769531,-0.8850837349891663,-2.685471534729004,-0.1312294900417328,-0.3055935204029083,-0.40297526121139526,-0.012372966855764389 +92,1.4942851278489664,-1.1377237234756632,3.0027996338882192,0.41843417286872864,0.9076805710792542,-0.03207751736044884,-0.3315715193748474,0.09121876955032349,-0.6295903325080872,-0.12244418263435364,-0.04305654764175415,-0.013119041919708252 +93,1.5318038327661434,-1.2079397004460757,3.0656328426909107,0.3546762764453888,0.9348866939544678,-0.013836725614964962,0.08485487103462219,2.920656681060791,-0.5826866626739502,0.2810659110546112,0.17921841144561768,-0.15777885913848877 +94,1.4285313761999359,-1.2424178066415716,2.8721496416703363,0.31925079226493835,0.9465665221214294,-0.04572711139917374,0.5510523319244385,0.11563289165496826,0.0010790012311190367,0.12479525804519653,0.2193118929862976,0.18421590328216553 +95,1.3787356438609533,-1.2005466722783356,2.804743233793052,0.355194628238678,0.9322370290756226,-0.06907028704881668,0.10794287919998169,-0.3058495819568634,0.13917848467826843,-0.20671135187149048,0.2109818458557129,0.05556625872850418 +96,1.2597551201333927,-1.2106795207217997,2.7604094393828427,0.33547458052635193,0.9358556866645813,-0.10784699767827988,0.11750711500644684,-1.1126710176467896,0.00282071135006845,0.03485625982284546,-0.4462011456489563,0.04600316286087036 +97,1.241771758968899,-1.1953258674032314,2.8550510175073605,0.34703925251960754,0.9303352236747742,-0.11849147826433182,-0.6981374025344849,-0.865097165107727,0.3786146342754364,-0.16269782185554504,-0.3083869218826294,-0.1064382791519165 +98,1.3637538335191839,-1.1707871172206934,3.051136501246938,0.3811097741127014,0.921057403087616,-0.08005306124687195,-0.6031883358955383,-1.2766391038894653,0.48715031147003174,-0.003485262393951416,0.15317654609680176,-0.18758606910705566 +99,1.3658877089429884,-1.1221908731400787,3.0826983284888896,0.42463597655296326,0.9010528326034546,-0.08825018256902695,0.19860538840293884,-0.21892477571964264,0.20352734625339508,0.13754358887672424,0.7350097894668579,0.09430789947509766 +100,1.2876360976001995,-1.1229418468553973,3.039323503439075,0.41578784584999084,0.9013782739639282,-0.12098552286624908,0.31463584303855896,0.8978523015975952,-0.464650958776474,0.13825872540473938,-0.028743505477905273,0.5209641456604004 +101,1.35537305969673,-1.1300930475583952,3.0290176036086938,0.4167155921459198,0.9044519066810608,-0.09118516743183136,-0.6392925381660461,-0.8937425017356873,0.20373591780662537,-0.035245925188064575,-0.20935308933258057,-0.05787789076566696 +102,1.4069304463964207,-1.1281709340686699,3.114163389858574,0.42257559299468994,0.9036303162574768,-0.06987224519252777,-0.07084584981203079,0.11331885308027267,-0.1395116001367569,-0.14355337619781494,-0.3245287537574768,-0.11050187796354294 +103,1.4645082475883922,-1.1665449544277917,-3.1369946178519754,0.39111071825027466,0.9193971157073975,-0.04172765836119652,-0.29335910081863403,0.2180314064025879,-0.5533233284950256,0.017778992652893066,0.027410686016082764,-0.16513574123382568 +104,1.5543682464857151,-1.222993816274118,-3.1138925141706992,0.34078726172447205,0.940123975276947,-0.005598984193056822,0.22604911029338837,1.436402440071106,-0.5417255759239197,0.13337966799736023,0.1665961742401123,-0.09956461191177368 +105,1.6076482933312863,-1.2437538654627605,3.0819313426501793,0.321025550365448,0.9469965696334839,0.011835780926048756,0.22017502784729004,1.106713056564331,0.21373294293880463,0.188648521900177,0.21598249673843384,0.13142895698547363 +106,1.591601794612361,-1.1976466520269013,2.9571170017909605,0.3644711673259735,0.9311837553977966,0.007584087550640106,0.09171812236309052,0.40040984749794006,0.015749670565128326,-0.2212674915790558,0.1847219467163086,0.020812511444091797 +107,1.5492319867687419,-1.216527483621621,2.929164212890659,0.3468240201473236,0.9379003643989563,-0.007480190601199865,0.24613706767559052,-0.7860565185546875,-0.11329779028892517,0.03977265954017639,-0.3976172208786011,-0.1505245566368103 +108,1.5078234051169153,-1.2095056926872463,2.924115103302331,0.3527814447879791,0.9354413747787476,-0.022245090454816818,-0.5539702773094177,0.11800666153430939,0.18295232951641083,-0.146192729473114,-0.48671090602874756,-0.0035117268562316895 +109,1.5214640491668396,-1.17729541755883,3.063675108059467,0.38295766711235046,0.9235723614692688,-0.018907515332102776,-0.11899121850728989,-2.5568535327911377,0.09094297140836716,0.004066258668899536,0.3661767244338989,-0.28132444620132446 +110,1.4352902611954719,-1.1548158471808367,3.040958129058035,0.4003830552101135,0.9147205352783203,-0.054588861763477325,0.35066336393356323,0.6059855818748474,-0.08183953911066055,0.06034085154533386,0.8686352968215942,-0.009147055447101593 +111,1.3018583189466881,-1.1769009574057139,2.9319551018810635,0.3699926435947418,0.9234210848808289,-0.10197556763887405,-0.006713084876537323,-0.7958801984786987,-0.7047079801559448,0.10830935835838318,0.03834038972854614,0.34170639514923096 +112,1.396745656360695,-1.199236037779811,2.9815964008468825,0.3575843274593353,0.9317619800567627,-0.062873974442482,-0.3418477177619934,0.6585788726806641,0.11751009523868561,-0.013422340154647827,-0.4659111499786377,0.0672074556350708 +113,1.4534287556509013,-1.1873312439788222,3.0223819092472515,0.3715621531009674,0.9273737668991089,-0.04381069913506508,0.15271179378032684,0.3349153995513916,-0.04489729925990105,-0.2123366892337799,-0.36795610189437866,-0.052823182195425034 +114,1.5924477203616567,-1.2205560816268346,3.102841359818627,0.34304291009902954,0.9392902851104736,0.0074285175651311874,-0.8268449306488037,0.7371008992195129,-0.43198591470718384,0.15317288041114807,0.1373850703239441,-0.27871453762054443 +115,1.6895536627234582,-1.2534924253760429,3.0804194551916853,0.3098086714744568,0.9500800967216492,0.0369659960269928,0.8904863595962524,0.24949058890342712,-0.15358981490135193,0.3232937753200531,0.2572869062423706,-0.2959839105606079 +116,1.4806169176337096,-1.2554939529978812,2.8539455306318833,0.3088440001010895,0.9507026672363281,-0.027927113696932793,0.5900357961654663,0.5152505040168762,0.654717743396759,0.01883852481842041,0.11007308959960938,0.287677526473999 +117,1.465418452888192,-1.1734773968820855,2.784287567951769,0.3848010003566742,0.9221017360687256,-0.0407002754509449,0.1324170082807541,0.034966062754392624,0.20182198286056519,-0.3250781297683716,0.11219996213912964,0.04146325960755348 +118,1.3584255037256043,-1.1861976312562315,2.6973150186620156,0.3667583763599396,0.9269490838050842,-0.07908125966787338,0.24051803350448608,-0.9124709963798523,-0.19069264829158783,-0.08685111999511719,-0.5145039558410645,-0.12558484077453613 +119,1.3549653584842762,-1.197257848596361,2.7980819193374304,0.35644596815109253,0.931041955947876,-0.07814934104681015,-1.0045278072357178,-0.8661518096923828,0.001489030895754695,-0.07890385389328003,-0.276043176651001,-0.17870187759399414 +120,1.5030014926290975,-1.1909266548374888,3.0179983120287606,0.36994776129722595,0.9287129640579224,-0.02511904202401638,0.16605474054813385,2.117042064666748,0.7360140085220337,0.23159947991371155,0.38635051250457764,-0.20513606071472168 +121,1.2616456157162494,-1.1358333164300838,2.9004418600223634,0.40140026807785034,0.9068856239318848,-0.12820376455783844,0.5749367475509644,-1.3536816835403442,-0.24501334130764008,0.0002873241901397705,0.47475188970565796,0.5920099020004272 +122,1.2578156568302525,-1.1708667313647123,2.8911668579841536,0.3704385757446289,0.9210883975028992,-0.11988028138875961,-0.5760403871536255,0.4343436658382416,-0.15704108774662018,0.1987447738647461,0.06435459852218628,0.3050152063369751 +123,1.4048871070996471,-1.1742631383336324,3.087659026633472,0.3809196650981903,0.922405481338501,-0.0637843981385231,-0.4900314211845398,1.1084294319152832,0.3409964144229889,-0.3594352900981903,-0.4376184940338135,0.06556969881057739 +124,1.6569617075046175,-1.2029291058419245,3.119552630419657,0.3582921326160431,0.9330964684486389,0.030949009582400322,0.39237216114997864,0.9953480958938599,-0.2997611165046692,-0.12785392999649048,-0.2769685387611389,-0.2918895483016968 +125,1.6330154820976401,-1.248292050538942,2.997449863304775,0.3163295388221741,0.948444664478302,0.019707193598151207,0.40699660778045654,1.5790587663650513,-0.32969388365745544,0.3420872092247009,0.10419809818267822,-0.10857439041137695 +126,1.4700227685731106,-1.265343966419553,2.769473407216405,0.29919880628585815,0.9537110328674316,-0.030253810808062553,0.5304479002952576,-0.5285155177116394,0.2199958860874176,0.14927220344543457,0.3005308508872986,0.19585740566253662 +127,1.4864155207374743,-1.2040013974235797,2.7666717680630044,0.357349693775177,0.9334815740585327,-0.030225224792957306,0.24969425797462463,-0.3670712411403656,0.12450549006462097,-0.21335244178771973,0.23564696311950684,-0.06984192132949829 +128,1.3091172964706872,-1.2062777100111195,2.6677809462443247,0.34436333179473877,0.9342954754829407,-0.09222745150327682,0.1660178303718567,-1.1164950132369995,-0.07816319167613983,-0.06051930785179138,-0.5112608671188354,-0.03658723831176758 +129,1.2826908738319427,-1.2117142427303182,2.748804283578328,0.3369310200214386,0.9362198114395142,-0.09984973818063736,-0.8806600570678711,-0.6152063012123108,0.011581944301724434,-0.1107652485370636,-0.45832985639572144,-0.018848411738872528 +130,1.5194195327952313,-1.2101603084764112,2.9809941908764124,0.3524041175842285,0.9356725811958313,-0.01812133938074112,-0.10754133015871048,1.6240757703781128,0.42201727628707886,0.11434701085090637,0.47843581438064575,-0.1870483160018921 +131,1.2245286531532433,-1.1839712484082079,2.764421635367592,0.3548586368560791,0.9261114597320557,-0.12803462147712708,1.1730197668075562,-2.9665133953094482,-0.15533971786499023,0.1427762508392334,0.5277459025382996,0.26949888467788696 +132,1.2044543233885996,-1.2197887904817817,2.804015227970131,0.32102808356285095,0.9390267729759216,-0.12316589802503586,-0.7541046142578125,0.46879842877388,0.05382499843835831,0.26558080315589905,0.047118306159973145,0.26116645336151123 +133,1.3911224423572854,-1.2191351364534087,3.029056422161036,0.33891257643699646,0.9388018250465393,-0.0615575835108757,-0.41839516162872314,1.8987839221954346,0.12285648286342621,-0.49024927616119385,-0.4343463182449341,0.0626104548573494 +134,1.5419450038850904,-1.2410779440074458,2.9627811809184257,0.32364195585250854,0.946133553981781,-0.009340090677142143,0.5545878410339355,1.3551684617996216,-0.185479998588562,-0.15951839089393616,-0.3985261917114258,-0.1901381015777588 +135,1.5258659746078962,-1.2734373172471867,2.8415022784483503,0.29270029067993164,0.9561136364936829,-0.013159983791410923,0.41448259353637695,1.7178243398666382,-0.2640455663204193,0.23392626643180847,0.07417500019073486,-0.09880900382995605 +136,1.459934270064525,-1.2776468329671886,2.665304949439968,0.2871946394443512,0.9573385119438171,-0.0319700688123703,0.8793516755104065,-0.2620757520198822,0.06926269084215164,0.3900056779384613,0.5639932155609131,0.2724637985229492 +137,1.4895936680797237,-1.2171608590751997,2.6605808757603895,0.3451693058013916,0.9381198883056641,-0.02809043414890766,-0.2746385931968689,-0.562053382396698,0.256862998008728,-0.2063143253326416,0.3938654661178589,-0.13467508554458618 +138,1.2897130837886228,-1.226053459559483,2.5713431712396053,0.3246914744377136,0.9411624073982239,-0.09374735504388809,0.30223673582077026,-1.1267670392990112,-0.15329979360103607,0.04167202115058899,-0.31933629512786865,-0.09117387980222702 +139,1.205136013960904,-1.2314953027371196,2.609395916708302,0.3108242452144623,0.9429875612258911,-0.11900806427001953,-0.49424275755882263,-1.053909420967102,0.03269088640809059,-0.07412987947463989,-0.6793767213821411,0.01823902130126953 +140,1.418094438491253,-1.231307628319677,2.812174811603555,0.3291301429271698,0.9429250359535217,-0.050653114914894104,-0.18669231235980988,0.17831681668758392,0.5234889984130859,-0.03881645202636719,0.086509108543396,-0.3409484624862671 +141,1.2499187909984448,-1.2094019543842116,2.7014326309383785,0.33553215861320496,0.9354047179222107,-0.11151867359876633,0.4693126678466797,-2.7420613765716553,-0.14426317811012268,0.25957587361335754,0.7848407030105591,0.21549206972122192 +142,1.0003406249031241,-1.2354001681144284,2.612007877106867,0.27702489495277405,0.9442799687385559,-0.17774240672588348,-0.14890173077583313,-0.01414929423481226,-0.04130968824028969,0.37061911821365356,0.14145904779434204,0.3481983542442322 +143,1.2977542655674383,-1.2394150607656595,2.8728042686611115,0.31329721212387085,0.9455938339233398,-0.08773449063301086,-0.922904908657074,1.8478376865386963,0.07172956317663193,-0.35507574677467346,-0.3346165418624878,-0.12898606061935425 +144,1.38696245306268,-1.2344635041283325,2.7922576568308215,0.32446691393852234,0.9439712762832642,-0.06032915040850639,0.03527294471859932,1.4774051904678345,0.003069662256166339,-0.23781225085258484,-0.46443331241607666,0.005885779857635498 +145,1.4538867864387863,-1.2536659258497715,2.740536869310337,0.30971279740333557,0.9501342177391052,-0.03637424856424332,0.4715079665184021,0.7250174880027771,-0.1394466608762741,0.18592315912246704,-0.07766711711883545,-0.04631316661834717 +146,1.365354197370212,-1.2467795761698341,2.607164635157687,0.3116817772388458,0.9479642510414124,-0.0649489089846611,0.95284503698349,-1.2607617378234863,0.017877714708447456,0.3126773536205292,0.8174471855163574,0.2240523099899292 +147,1.51376404580335,-1.2005266155917496,2.6955519184437082,0.36127814650535583,0.93222975730896,-0.020626885816454887,-0.47757062315940857,0.070433109998703,0.05760519579052925,-0.142802894115448,0.6867581009864807,-0.25590819120407104 +148,1.4394346778830875,-1.2200001644832508,2.611074922521655,0.3406846225261688,0.9390994310379028,-0.04501210153102875,0.13443540036678314,-0.1401924043893814,-0.15014919638633728,0.014555215835571289,-0.3263675570487976,-0.22837960720062256 +149,1.377358271038968,-1.237060678408199,2.602127711112256,0.32146549224853516,0.9448252320289612,-0.06297104805707932,-0.23613476753234863,-0.5667515993118286,-0.29608625173568726,-0.13019660115242004,-0.7458811402320862,0.07748216390609741 +150,1.5762034948750236,-1.2254267619456796,2.792975627916576,0.3385395109653473,0.9409503936767578,0.0018305578269064426,-0.10025336593389511,0.69150710105896,0.6511164903640747,0.03642994165420532,0.07058525085449219,-0.3720545768737793 +151,1.372683303482937,-1.1906879613519152,2.7338826167500705,0.3637638986110687,0.9286244511604309,-0.07302424311637878,-0.3987022936344147,-3.8407394886016846,0.31216832995414734,0.23367872834205627,1.1723430156707764,0.30898618698120117 +152,1.1814878042100259,-1.2059802418979348,2.6678627323603714,0.33008068799972534,0.9341893792152405,-0.13541455566883087,0.22066821157932281,0.41349807381629944,0.06170656159520149,0.36141714453697205,0.3409265875816345,0.31919145584106445 +153,1.4782074773098677,-1.204329498003019,2.939796224274441,0.3567839562892914,0.9335991740226746,-0.03312893584370613,-1.4764878749847412,1.6578078269958496,0.19102050364017487,-0.33209529519081116,-0.2426356077194214,-0.08331090211868286 +154,1.7030215899704542,-1.2430068039102746,2.9495506436546672,0.31914064288139343,0.9467563033103943,0.042446114122867584,0.7512345314025879,2.3068573474884033,-0.31851673126220703,-0.22526860237121582,-0.6218967437744141,-0.21778488159179688 +155,1.8333631002735316,-1.2729651111012246,2.954230481450139,0.2833900451660156,0.9559751749038696,0.0761672705411911,0.29702460765838623,0.7826600074768066,-0.19423522055149078,0.2620963752269745,-0.056820571422576904,-0.09711755067110062 +156,1.6351581170237557,-1.2720575373672687,2.6972899971274527,0.2937059700489044,0.9557084441184998,0.018929587677121162,0.9091007113456726,-0.8650458455085754,0.24368123710155487,0.23610970377922058,0.9550276398658752,0.3828495740890503 +157,1.639357067496365,-1.2126450354319989,2.6697500836512793,0.3497198224067688,0.9365465044975281,0.024014689028263092,-0.22974731028079987,-0.5696630477905273,0.07783891260623932,-0.2512243986129761,0.4446943402290344,-0.16059613227844238 +158,1.5256590734634277,-1.219290786373106,2.6820080061318734,0.34396079182624817,0.9388554096221924,-0.015535997226834297,0.017603754997253418,-0.13946008682250977,-0.2144857794046402,-0.04487326741218567,-0.5682195425033569,0.04120129346847534 +159,1.6260536341339207,-1.2292819113707278,2.741391599631533,0.3344034254550934,0.942248523235321,0.018497062847018242,-0.5113437175750732,0.04576262831687927,-0.0084992041811347,-0.14023533463478088,-0.5954161882400513,-0.12095987796783447 +160,1.5367199368798035,-1.20413299251925,2.726043251062004,0.35829439759254456,0.93352872133255,-0.012214107438921928,0.8878007531166077,0.7093223333358765,0.27241194248199463,0.22717007994651794,0.6482125520706177,-0.3991628885269165 +161,1.3698648354561271,-1.168200073046757,2.5879625538683384,0.3839256763458252,0.920046865940094,-0.07819797843694687,0.45614901185035706,-2.625958204269409,-0.22421544790267944,0.03300544619560242,0.5391664505004883,0.2579617500305176 +162,1.1722413109466001,-1.2231719563921815,2.552800185313711,0.3139646053314209,0.9401846528053284,-0.13220766186714172,-0.6885781288146973,0.3938311040401459,-0.2324398308992386,0.19566363096237183,0.02203446626663208,0.466420978307724 +163,1.4896225436560098,-1.2586095643496045,2.9123222856767277,0.3061290979385376,0.9516642093658447,-0.02490437962114811,-1.1376715898513794,-0.11634323745965958,0.28210222721099854,-0.1705852746963501,-0.4523813724517822,-0.04429423809051514 +164,1.9270259618083323,-1.2720590817288815,3.045555137204512,0.2758359909057617,0.955708920955658,0.10263977944850922,0.7796161770820618,3.3053503036499023,-0.242661714553833,-0.21242046356201172,-0.535085141658783,-0.3839508295059204 +165,1.902736777148248,-1.3142118980759498,2.9297112057962424,0.23992450535297394,0.9672623872756958,0.08270063996315002,0.6051239967346191,1.2670412063598633,0.0502292774617672,0.3962754011154175,0.11220520734786987,0.11874578893184662 +166,1.5816010056035525,-1.310882981154113,2.5711192034055075,0.25698164105415344,0.9664122462272644,0.00277671217918396,0.58835369348526,-0.5556908249855042,0.3664758503437042,0.16190263628959656,0.7027618885040283,0.44799840450286865 +167,1.6958881271872353,-1.2328737708714834,2.663619676030249,0.3289370834827423,0.9434454441070557,0.04136331006884575,0.3957633376121521,-0.6457619667053223,-0.0434892475605011,-0.08195838332176208,0.5947014689445496,-0.18491792678833008 +168,1.60343902940503,-1.2536981455137943,2.6203303456583154,0.31164467334747314,0.9501442313194275,0.010176539421081543,-0.2833409309387207,1.142630934715271,-0.13990244269371033,0.018036693334579468,-0.5197396278381348,-0.08117568492889404 +169,1.6013495208845463,-1.273184364082539,2.5969151266204125,0.29310134053230286,0.9560394883155823,0.008957969956099987,0.4250939190387726,-0.44752493500709534,-0.24564479291439056,-0.07924944162368774,-0.7096863389015198,-0.07589828968048096 +170,1.5182800519432043,-1.257415295969011,2.5494810208526637,0.30785197019577026,0.9512966871261597,-0.01618211902678013,0.38828471302986145,-0.4056680500507355,0.3946439027786255,-0.05624982714653015,0.41790497303009033,-0.3281934857368469 +171,1.1619898062755927,-1.2543904015569678,2.4549240200090394,0.28551292419433594,0.9503598809242249,-0.12368790805339813,0.042561162263154984,-1.5358494520187378,-0.19540724158287048,0.5390110015869141,0.2903628349304199,0.5447694659233093 +172,1.2227043403039282,-1.2478925765123108,2.5739011118375044,0.29829034209251404,0.9483180046081543,-0.10823994129896164,-1.2692766189575195,-0.5752338767051697,0.5043782591819763,0.003848940134048462,-0.0689082145690918,0.06447774171829224 +173,1.7483089613408824,-1.2369577652167847,3.0194988744122115,0.32252272963523865,0.9447914958000183,0.05786088854074478,-0.5536181330680847,2.2270004749298096,-0.4613022804260254,-0.2980171740055084,-0.34022313356399536,-0.3346705436706543 +174,1.7893291191555483,-1.2924557835821644,2.9376757817879406,0.2682255804538727,0.9615127444267273,0.05956736207008362,-0.522336483001709,-0.09101682901382446,-0.4673289954662323,-0.13840380311012268,-0.4293319582939148,-0.04095160961151123 +175,1.6249342479251248,-1.3093174418838005,2.779770972677833,0.25813040137290955,0.966008722782135,0.01398831233382225,0.9075810313224792,-0.5553908944129944,0.2842760682106018,0.31909430027008057,0.7805731892585754,0.3990976810455322 +176,1.7435833816553354,-1.2576202985814584,2.854019669868303,0.3034941852092743,0.9513598680496216,0.052968043833971024,-0.03550175577402115,-0.09144045412540436,0.11040327697992325,-0.16393733024597168,0.33082085847854614,-0.27902698516845703 +177,1.4677259322990663,-1.2661508708460871,2.6918376110157918,0.2983626425266266,0.9539533853530884,-0.030861718580126762,-0.1902967393398285,-0.2710353434085846,-0.07416889071464539,0.11452493071556091,-0.36764979362487793,0.002663496881723404 +178,1.5858585710537503,-1.2733914917242328,2.7896009008322538,0.29300665855407715,0.9561001658439636,0.004413671791553497,-0.027953658252954483,-0.6142097115516663,-0.09864042699337006,-0.10366034507751465,-0.7876126766204834,-0.12320339679718018 +179,1.441679705903774,-1.261910248905412,2.7028201693755647,0.3014672100543976,0.9526727795600891,-0.0391421839594841,1.412729263305664,0.5429562330245972,0.10316827148199081,-0.04789665341377258,0.8763677477836609,-0.5469632148742676 +180,1.229675411770216,-1.2537969253689916,2.6439347685313583,0.2937561273574829,0.9501750469207764,-0.10428299754858017,-0.6530419588088989,-2.333404302597046,-0.43298307061195374,0.23036807775497437,0.4249318838119507,0.5271650552749634 +181,1.1978390308842168,-1.2741654913955227,2.668325148948458,0.2722054421901703,0.9563267230987549,-0.1065056174993515,-1.0767594575881958,-0.2340889871120453,0.027538936585187912,0.03785315155982971,-0.11758160591125488,0.0984795093536377 +182,1.8609232817305932,-1.2702194919623386,-3.033596580251964,0.2836984097957611,0.9551658630371094,0.08469846099615097,-0.4413923919200897,2.106761932373047,-0.4837595224380493,-0.28987815976142883,-0.4586904048919678,-0.3186003863811493 +183,1.9268383659453059,-1.3078792979160203,3.127443683294648,0.24359823763370514,0.9656359553337097,0.09059194475412369,-0.3082362711429596,0.7896870374679565,-0.3052215874195099,0.02951882779598236,-0.19750863313674927,-0.1632084846496582 +184,1.8479396205980072,-1.3317709804805726,2.9554741486792544,0.22772200405597687,0.9715691804885864,0.06477870047092438,0.4614967107772827,0.5564578175544739,0.2083543986082077,0.4677126109600067,0.4869575500488281,0.14228308200836182 +185,1.655092895879498,-1.2611345725722432,2.734162115573555,0.30365440249443054,0.9524366855621338,0.02565782703459263,0.20812436938285828,-0.4150974750518799,1.0375250577926636,-0.26288291811943054,0.5824296474456787,0.0435255765914917 +186,1.5384769153521534,-1.2507597322421307,2.650221067780886,0.3144366145133972,0.9492239356040955,-0.010165946558117867,0.18064886331558228,-0.9921993017196655,-0.2027285248041153,-0.09411501884460449,-0.40768963098526,-0.08832955360412598 +187,1.4091575415644138,-1.2697174275825003,2.656046984328751,0.2926848530769348,0.95501708984375,-0.04772559180855751,-0.33761781454086304,-1.142466425895691,-0.11314471065998077,0.0347992479801178,-0.727279782295227,-0.011219136416912079 +188,1.6207973775593572,-1.2684389333731272,2.8923058724430213,0.29739946126937866,0.9546371698379517,0.014882690273225307,-0.2964550852775574,-0.45136407017707825,0.2859766483306885,0.12549787759780884,0.05711209774017334,-0.4053703546524048 +189,1.4630665580344244,-1.230231444245825,2.731711838110035,0.33208346366882324,0.9425661563873291,-0.03591432049870491,0.3688707649707794,-1.6765574216842651,0.41861584782600403,0.20609405636787415,0.852065920829773,0.02501952275633812 +190,1.0599453390122113,-1.2418960520004745,2.5537773106470616,0.2817642390727997,0.946398138999939,-0.15792223811149597,-0.009632071480154991,-0.7420651316642761,-0.4776020348072052,0.28250575065612793,0.30648577213287354,0.7414335608482361 +191,1.275318990471332,-1.2961102584097093,2.8018177432803926,0.25948986411094666,0.9625104069709778,-0.07898552715778351,-1.4531645774841309,-0.3897165358066559,0.16116467118263245,-0.06451305747032166,-0.4984601140022278,-0.047143638134002686 +192,1.6771866015690005,-1.304777767531874,3.048900410177191,0.2614058256149292,0.9648252129554749,0.02791644260287285,0.41232240200042725,2.4580492973327637,-0.19795750081539154,-0.2095106542110443,-0.6520048379898071,-0.14656877517700195 +193,1.7970099676079934,-1.3279181106431828,3.0177738973315886,0.2343701720237732,0.970649778842926,0.05394098535180092,-0.021586325019598007,0.3027600049972534,-0.31071144342422485,0.1656542420387268,0.1400526762008667,-0.08888363838195801 +194,1.6433895449143325,-1.333620802154092,2.7965675693151653,0.23433919250965118,0.9720054864883423,0.01704138144850731,1.0534101724624634,-0.6242202520370483,0.20036959648132324,0.31587743759155273,0.8947699666023254,0.20424151420593262 +195,1.5933457131392865,-1.2703366150394464,2.770801778154464,0.29588407278060913,0.9552005529403687,0.006673135329037905,-0.20579557120800018,-0.4077010750770569,0.21964289247989655,-0.22999662160873413,0.28842127323150635,-0.04625439643859863 +196,1.5013422133198138,-1.2758408743522538,2.7795067975974512,0.28999653458595276,0.9568150639533997,-0.020173901692032814,0.03491612523794174,-1.4425567388534546,-0.21299321949481964,-0.11413899064064026,-0.5729345083236694,-0.06611454486846924 +197,1.4450366812770254,-1.2990612010175133,2.8531254655166016,0.26628395915031433,0.9633066058158875,-0.03366544470191002,-0.7417550086975098,-0.9597254991531372,-0.22159923613071442,-0.015917688608169556,-0.5310250520706177,-0.03475499525666237 +198,1.6219119147857837,-1.288566813645028,3.0311461655947007,0.2781342566013336,0.9604369401931763,0.014229390770196915,1.1788266897201538,1.3618196249008179,0.4049745202064514,0.24843132495880127,0.719967782497406,-0.657417893409729 +199,1.2657077907909775,-1.2410921617421937,2.6823908963215493,0.3088116943836212,0.9461381435394287,-0.09725114703178406,-0.0008143233135342598,-1.5511791706085205,0.15687669813632965,0.06403681635856628,0.7638074159622192,0.38661885261535645 +200,1.2212324148123002,-1.2746063558142313,2.774039717408015,0.27422600984573364,0.9564554691314697,-0.09996481239795685,-0.573654055595398,-0.07216121256351471,0.042724840342998505,0.16994208097457886,0.003261268138885498,0.34534144401550293 +201,1.5819792509760089,-1.2690906920952245,-3.1193797753479453,0.29713040590286255,0.954831063747406,0.003322925418615341,-1.0035309791564941,1.9772560596466064,0.3404073119163513,-0.3947409391403198,-0.5142641067504883,0.022678136825561523 +202,1.8618150963463007,-1.291081945876017,-3.119324572358752,0.26447272300720215,0.9611343145370483,0.07921556383371353,1.0047125816345215,1.4193806648254395,-0.31158706545829773,-0.14351627230644226,-0.47088468074798584,-0.37149763107299805 +203,1.7977757271850878,-1.3219072320224252,3.016124237241739,0.24000902473926544,0.9691866636276245,0.05543234199285507,0.5260032415390015,1.258458137512207,-0.05541110411286354,0.41137340664863586,0.42616844177246094,-0.14635944366455078 +204,1.6093393973007508,-1.29252062010799,2.7575954251030086,0.27449390292167664,0.9615305066108704,0.010585079900920391,-0.44237402081489563,1.1777712106704712,0.7832794189453125,-0.18881580233573914,0.45334064960479736,0.21236109733581543 +205,1.5479457059752848,-1.2755585465873769,2.7310585226160016,0.29089149832725525,0.956732988357544,-0.0066482084803283215,0.3320263922214508,-1.2636876106262207,-0.2544380724430084,-0.06976112723350525,-0.22896504402160645,-0.08119666576385498 +206,1.46688247051292,-1.295306489981621,2.7497886587713984,0.2705508768558502,0.9622920751571655,-0.028215615078806877,-0.49447962641716003,-0.549127459526062,-0.0023887327406555414,0.07261925935745239,-0.7585415244102478,0.0022604484111070633 +207,1.6315337028666899,-1.2865008019808117,2.990171878841248,0.279963880777359,0.9598594903945923,0.017025213688611984,-0.25908076763153076,-0.6070254445075989,0.3225450813770294,0.02821788191795349,-0.17546629905700684,-0.2704126834869385 +208,1.4796572864077842,-1.2430104123979973,2.8787204025857673,0.32061126828193665,0.9467574954032898,-0.02930137887597084,0.8639400005340576,-0.5944186449050903,0.2302723079919815,0.19675317406654358,0.8046615123748779,-0.05584263801574707 +209,1.1578810628936762,-1.2249737994624594,2.6459138144233987,0.3104819357395172,0.940796971321106,-0.1360226273536682,0.2680446207523346,-0.4867274761199951,-0.3850040137767792,0.061329007148742676,0.35505568981170654,0.6736965775489807 +210,1.2329735528163928,-1.2748658126758499,2.7675660275252976,0.2751467823982239,0.9565311670303345,-0.09665606170892715,-1.1250606775283813,-1.1424189805984497,-0.12157389521598816,0.05345124006271362,-0.27939194440841675,-0.025933019816875458 +211,1.781674710165705,-1.286987875376911,-3.0790635253864727,0.27381059527397156,0.9599959850311279,0.058612145483493805,-0.49868592619895935,2.9313511848449707,-0.30309709906578064,-0.22858357429504395,-0.4833572506904602,-0.23439335823059082 +212,1.7556498589405327,-1.3342908546201424,3.08258833795715,0.23031538724899292,0.9721627235412598,0.043066270649433136,0.36249175667762756,-0.4909065365791321,-0.15449583530426025,0.20976334810256958,-0.045420050621032715,0.02025771513581276 +213,1.5276102709922863,-1.3194963224615126,2.805291201107609,0.24843139946460724,0.9685899615287781,-0.010735447518527508,0.7428422570228577,0.16785691678524017,0.5855619311332703,0.18546749651432037,0.8936078548431396,0.3194665312767029 +214,1.6523597591024275,-1.2395306466376577,2.891549301435047,0.3241591155529022,0.9456314444541931,0.02649831771850586,-0.08364423364400864,-0.10583797097206116,0.3586141765117645,-0.3798842430114746,0.2649398446083069,-0.17218923568725586 +215,1.5308802432243138,-1.2645039765415276,2.812908298566837,0.3012854754924774,0.9534580707550049,-0.012032526545226574,0.02470841258764267,-1.3079496622085571,-0.6070941090583801,-0.06529301404953003,-0.5323307514190674,-0.08104610443115234 +216,1.5337570324849752,-1.2990670142281842,2.9100046887416364,0.26821333169937134,0.9633082151412964,-0.009938977658748627,-0.788239061832428,-0.5310941338539124,0.045596517622470856,0.10231578350067139,-0.43739885091781616,-0.10071778297424316 +217,1.6153244085139637,-1.2687653462914976,2.991373473852989,0.29716482758522034,0.9547343254089355,0.013240931555628777,0.9818628430366516,0.27216798067092896,0.3951230049133301,0.11523443460464478,0.6049579381942749,-0.4192467927932739 +218,1.2849318336572129,-1.2457427763793278,2.7428604948016893,0.3063994348049164,0.9476336240768433,-0.09005524963140488,-0.25424137711524963,-2.631294012069702,-0.13941195607185364,-0.027575582265853882,0.36092960834503174,0.2674844264984131 +219,1.2478962447770694,-1.285767772753019,2.8058861053387663,0.2666528820991516,0.9596536159515381,-0.08922500163316727,-0.22320403158664703,-0.08806511759757996,-0.007847893983125687,0.2401372492313385,-0.09124547243118286,0.17793965339660645 +220,1.6518590182102157,-1.2703395414693002,-3.1240146707731125,0.2949846088886261,0.9552013874053955,0.023964762687683105,-1.4887958765029907,3.22544264793396,0.10940298438072205,-0.2986772954463959,-0.3958294987678528,-0.0803765058517456 +221,1.817182577456999,-1.2974754339948236,-3.1313800159485203,0.2617788314819336,0.9628797769546509,0.0658363476395607,0.43061426281929016,-0.6962482929229736,-0.3311295211315155,-0.14929106831550598,-0.15778028964996338,-0.2990669012069702 +222,1.7085205124388871,-1.3186051881644874,2.9913587441812948,0.24716342985630035,0.9683679938316345,0.034257251769304276,0.6068039536476135,0.6512832641601562,0.18006367981433868,0.42365872859954834,0.5442967414855957,0.022230859845876694 +223,1.7176647085676018,-1.2755961451026916,2.9444614239625766,0.2877994775772095,0.9567438960075378,0.042575206607580185,0.006327465642243624,0.2701987624168396,0.7547138929367065,-0.2486606240272522,0.47718560695648193,-0.010653849691152573 +224,1.5968275205129838,-1.2839211256988097,2.820849676586831,0.28286054730415344,0.959132730960846,0.007364861201494932,0.2162414938211441,-0.4664854109287262,-0.2982136011123657,-0.022850751876831055,-0.21557199954986572,-0.06557714939117432 +225,1.5090991082577088,-1.3141733828387998,2.8071132804647134,0.25333285331726074,0.9672526121139526,-0.015649795532226562,-0.26265278458595276,-0.8173319697380066,-0.17940261960029602,0.02402612566947937,-0.6667612791061401,-0.03217124938964844 +226,1.7063296681272517,-1.3079376733214736,3.0660734567996317,0.2574590742588043,0.9656511545181274,0.03510953113436699,-0.7388083934783936,-1.0883961915969849,0.32568246126174927,0.08160647749900818,-0.20817434787750244,-0.3397207260131836 +227,1.433683624270183,-1.2736960744227404,2.9092130293110823,0.29000064730644226,0.9561893939971924,-0.040013838559389114,0.8481118679046631,-2.787858486175537,0.052593402564525604,0.24544546008110046,0.9329400658607483,-0.17269372940063477 +228,1.27438715699478,-1.2905574277271241,2.915381422477646,0.26452401280403137,0.9609894156455994,-0.08078726381063461,-0.18213091790676117,0.3817918598651886,-0.07163027673959732,0.4491753578186035,0.1987701654434204,0.5437846779823303 +229,1.4627210991060013,-1.2803765477062128,3.1248908344791695,0.28468361496925354,0.9581237435340881,-0.030887598171830177,-1.0193614959716797,1.3683923482894897,0.4614207446575165,-0.17890971899032593,-0.2954803705215454,0.0015296954661607742 +230,1.843659318091438,-1.2869155938472476,-2.9847278314454044,0.26972121000289917,0.9599757194519043,0.07547955214977264,0.7637741565704346,0.9829177856445312,-0.10358403623104095,-0.24382701516151428,-0.6249079704284668,-0.25621986389160156 +231,1.785369097546488,-1.3256921304757519,-3.1093931512567408,0.23709307610988617,0.9701120257377625,0.05166913941502571,0.23313316702842712,0.6344739198684692,-0.3291141986846924,0.10046190023422241,0.09118258953094482,0.03146076947450638 +232,1.650709358567002,-1.3342422959890978,2.926469073424994,0.23360604047775269,0.9721513390541077,0.018708007410168648,0.4638863503932953,0.5425121188163757,0.3299598693847656,0.16741017997264862,0.5652021765708923,0.2103722095489502 +233,1.5606975816595658,-1.2892770325196201,2.8021240866972024,0.27780091762542725,0.9606344699859619,-0.0028055361472070217,0.3055644631385803,-0.3100789785385132,-0.08531578630208969,-0.20155277848243713,0.32520830631256104,-0.08441376686096191 +234,1.4519545669945413,-1.306745607622386,2.767508515638178,0.2591520845890045,0.9653406739234924,-0.03094390407204628,-0.07261541485786438,-0.8807218074798584,-0.2692727744579315,0.017199814319610596,-0.5255671143531799,0.010481834411621094 +235,1.4926835704221137,-1.3185867440706591,2.88473750456389,0.2487836480140686,0.9683634042739868,-0.019472798332571983,-0.8391950130462646,-1.1821131706237793,0.06746240705251694,0.010478436946868896,-0.4679056406021118,-0.10018664598464966 +236,1.6348141917673054,-1.290434499984267,-3.093911325445233,0.2761366367340088,0.9609553813934326,0.01770186796784401,-0.34341463446617126,-1.0560145378112793,0.5055127143859863,0.1270463466644287,0.18940472602844238,-0.2959611415863037 +237,1.4337921908177134,-1.2477071417585948,3.0835716752640097,0.31452226638793945,0.9482591152191162,-0.04336249828338623,0.6091938018798828,-2.539297342300415,0.4409199059009552,0.11749976873397827,0.7080671191215515,0.08114326000213623 +238,1.3342698658448138,-1.2666699535277637,3.123915459126933,0.29112181067466736,0.9541089534759521,-0.07017149031162262,-0.16872233152389526,0.673543393611908,-0.013926020823419094,0.33631959557533264,0.10724657773971558,0.5947381854057312 +239,1.504444669059546,-1.2493366010576006,-3.015855894150475,0.3152565062046051,0.9487752318382263,-0.020948542281985283,-0.9528194665908813,2.0005838871002197,0.2555217444896698,-0.3628029227256775,-0.2796468734741211,-0.09990108013153076 +240,1.697429054807985,-1.2751077439723488,-2.966396453680224,0.28906524181365967,0.9566017389297485,0.03680204600095749,0.7188208699226379,0.9736847281455994,-0.38287556171417236,-0.15397918224334717,-0.39452898502349854,-0.17436003684997559 +241,1.7193452288196753,-1.3163282265280596,-3.000807152637478,0.24895836412906647,0.9677973389625549,0.03725694119930267,0.5114992260932922,0.8688944578170776,-0.262561172246933,0.3933145999908447,0.12991994619369507,-0.06623339653015137 +242,1.5368610707959007,-1.2954437786302975,3.0513261106933904,0.2717299163341522,0.9623293876647949,-0.009224765934050083,-0.03819406032562256,-0.13769026100635529,0.7178137302398682,-0.04377886652946472,0.3921322822570801,0.0926750898361206 +243,1.596603064922736,-1.2478703522485541,3.068279197511032,0.31723669171333313,0.9483109712600708,0.008188662119209766,0.21541915833950043,0.11209660768508911,-0.19098320603370667,-0.26161840558052063,-0.052879512310028076,-0.08469617366790771 +244,1.4863713743444649,-1.2826346063789986,3.014983307642299,0.28317779302597046,0.9587678909301758,-0.023964233696460724,0.009297579526901245,-0.8520143628120422,-0.22602982819080353,-0.03145354986190796,-0.6173526048660278,-0.021506961435079575 +245,1.4880585338916583,-1.2787363146363895,3.1095060756411064,0.28694087266921997,0.9576528072357178,-0.023795174434781075,-0.4605385959148407,-0.14725299179553986,0.20236247777938843,-0.07505732774734497,-0.13953757286071777,-0.19008731842041016 +246,1.5276693213691641,-1.2468903602086012,3.1165513785217294,0.317976176738739,0.9479994773864746,-0.013721868395805359,0.4863201677799225,-0.005460649728775024,0.4269021153450012,0.11703667044639587,0.5200486183166504,-0.31087833642959595 +247,1.2072436298439775,-1.2512235168980026,3.059979992485301,0.29362696409225464,0.9493697285652161,-0.11171458661556244,-0.4192560315132141,-1.104217529296875,-0.4936818778514862,0.312482625246048,0.22180324792861938,0.8439686298370361 +248,1.1685570038461561,-1.2549461827690975,3.0219160223600174,0.2858327031135559,0.9505326747894287,-0.1216033399105072,-0.23856870830059052,-0.0566428117454052,0.39729219675064087,0.032221436500549316,-0.1920487880706787,0.014578230679035187 +249,1.576325170702122,-1.2490663546603566,-3.0647937608513742,0.31620344519615173,0.9486898183822632,0.0017482572002336383,0.3488176465034485,2.4289681911468506,-0.043130870908498764,-0.20043504238128662,-0.5318349599838257,-0.08072769641876221 +250,1.7068988848898738,-1.2605872209177613,-3.1021466104730835,0.3024349510669708,0.9522697329521179,0.041418228298425674,0.019103072583675385,0.6699931025505066,-0.21711967885494232,0.11194801330566406,-0.016738176345825195,-0.23120713233947754 +251,1.5788211030031085,-1.2752351320282302,3.016566228964523,0.2912674844264984,0.9566388130187988,0.002337406389415264,0.7323622703552246,-0.6287196278572083,-0.027358461171388626,0.24159997701644897,0.5009417533874512,0.21384906768798828 +252,1.4691185952103787,-1.2464297816569103,2.940131650607644,0.3170623779296875,0.9478527903556824,-0.03234973922371864,-0.19605770707130432,0.8181825280189514,0.3148917555809021,-0.10986325144767761,0.41478753089904785,0.15199393033981323 +253,1.4503142606479988,-1.2476139546382103,2.9218670829337867,0.3152835965156555,0.9482295513153076,-0.038170892745256424,0.08104797452688217,-0.563344419002533,-0.2530403435230255,-0.07796365022659302,-0.4046809673309326,-0.04146468639373779 +254,1.4163823979381434,-1.2691522702693292,2.9691304791278643,0.29355594515800476,0.954849362373352,-0.045692864805459976,-0.36615699529647827,-0.8226886987686157,-0.14199323952198029,-0.06987732648849487,-0.6210784912109375,-0.04502064362168312 +255,1.5077874959039077,-1.2605740891261907,3.098638985991524,0.30466482043266296,0.952265739440918,-0.019222019240260124,0.07175479829311371,0.8510693311691284,0.5275598168373108,0.030891209840774536,0.34125232696533203,-0.22250771522521973 +256,1.2873943145203532,-1.2392365595986776,2.9110294968019903,0.3125334680080414,0.9455357789993286,-0.09102264791727066,0.7537283301353455,-3.038177490234375,-0.04578001797199249,0.11413279175758362,0.5370540618896484,0.32184237241744995 +257,1.2257151280611873,-1.2523490122996237,2.9514664934474846,0.29463493824005127,0.9497227072715759,-0.10591072589159012,-0.9484305381774902,-0.5693870782852173,0.19157010316848755,0.17527467012405396,0.05229145288467407,0.12196297198534012 +258,1.611214676126273,-1.2553028316003327,-2.988730131742212,0.3100319802761078,0.9506433606147766,0.012537808157503605,-0.26526808738708496,1.6886591911315918,-0.3576291799545288,-0.2057534158229828,-0.39983171224594116,-0.24189269542694092 +259,1.680054687441961,-1.2764990114777939,-3.074654142759543,0.28833797574043274,0.9570062160491943,0.0316292941570282,-0.20246140658855438,0.7043650150299072,-0.28888851404190063,-0.13271355628967285,-0.12735533714294434,-0.11179900169372559 +260,1.6614892125831406,-1.3028305889512537,3.1348107902920685,0.26368263363838196,0.9643114805221558,0.023979920893907547,0.6275321841239929,-0.20586559176445007,-0.10347880423069,0.28183433413505554,0.5368483066558838,0.14655232429504395 +261,1.5166102807177047,-1.2837191399581125,3.0248866519518063,0.28273481130599976,0.9590755701065063,-0.015335293486714363,-0.3884495794773102,0.32505059242248535,0.7162870764732361,-0.09444135427474976,0.35868871212005615,0.15893572568893433 +262,1.5070717736603314,-1.2634652035183027,3.029698844420815,0.3019016981124878,0.9531443119049072,-0.01926463469862938,0.16668103635311127,-1.0043131113052368,-0.19624817371368408,-0.08946889638900757,-0.316181480884552,-0.09827381372451782 +263,1.4083184687151187,-1.275210524916171,3.0362308263926203,0.2874639928340912,0.9566316604614258,-0.04712192341685295,-0.20311228930950165,-1.0923011302947998,-0.043817851692438126,-0.055637210607528687,-0.5201234817504883,-0.09704315662384033 +264,1.4745369027050466,-1.2742565021110288,-3.1174945638240232,0.2908601760864258,0.9563533067703247,-0.028084831312298775,-0.18118816614151,0.24620728194713593,0.3827795088291168,0.05168437957763672,-0.06014358997344971,-0.17043203115463257 +265,1.395986908970384,-1.2367291884418061,3.0019000924560357,0.3228910565376282,0.9447165727615356,-0.0570264607667923,1.130341649055481,-1.9126994609832764,0.13032999634742737,0.13386550545692444,0.8336952924728394,-0.12142503261566162 +266,1.1807305186819859,-1.2566650217435802,2.945113632262217,0.2857802212238312,0.951065182685852,-0.11749335378408432,-0.4592176079750061,0.5322158932685852,-0.3411885201931,0.34977883100509644,0.28655993938446045,0.7728736400604248 +267,1.4634551433799514,-1.2635311576206378,-3.105766225426751,0.30071261525154114,0.953164279460907,-0.03240339457988739,-0.9939426779747009,1.8070484399795532,0.0002516810782253742,-0.35282137989997864,-0.29921823740005493,-0.2329164743423462 +268,1.5770807235715434,-1.28526816085251,-3.136132546386732,0.28165897727012634,0.9595130085945129,0.0017700801836326718,0.010651607997715473,1.3989428281784058,0.014810244552791119,-0.09705814719200134,-0.6023352742195129,0.110137939453125 +269,1.794255170947406,-1.2959676118017576,-3.0403443678305737,0.2646346390247345,0.9624717235565186,0.06013929098844528,0.29439666867256165,1.4096637964248657,-0.003680574242025614,0.2839798629283905,0.34126973152160645,-0.19838392734527588 +270,1.5492898872100782,-1.3119631424110845,2.9338618868763495,0.2558930218219757,0.9666892886161804,-0.005504196509718895,1.0573357343673706,-1.0948882102966309,-0.09087614715099335,0.23074018955230713,0.45471251010894775,0.29883915185928345 +271,1.5072814478296146,-1.259262991065777,2.9046658251666204,0.305900514125824,0.9518647193908691,-0.019455403089523315,-0.21178965270519257,0.048674650490283966,0.6182271838188171,-0.22095483541488647,0.24407339096069336,0.0636601448059082 +272,1.4348557219201996,-1.2609637841506265,2.8781746820472702,0.30208641290664673,0.9523846507072449,-0.04132065549492836,0.03205519914627075,-1.0754493474960327,-0.3433673679828644,-0.08255821466445923,-0.4461437463760376,-0.06709301471710205 +273,1.3913710446988372,-1.2849816032419847,2.9308123384727343,0.27741312980651855,0.9594322443008423,-0.05031604319810867,-0.5557979941368103,-0.5301530361175537,-0.10656566917896271,-0.0028769969940185547,-0.5475975275039673,-0.10370618104934692 +274,1.4653914727682216,-1.2738402393683732,3.073912533372351,0.2909870147705078,0.9562315940856934,-0.030785540118813515,0.15930873155593872,0.13747510313987732,0.41190898418426514,0.08619502186775208,0.33151865005493164,-0.12354183197021484 +275,1.2259353041856709,-1.2458873799334877,2.8757283978217933,0.3004273474216461,0.9476798176765442,-0.10791820287704468,0.8222584128379822,-3.910244941711426,-0.13148103654384613,0.1051207184791565,0.5161873698234558,0.1272815465927124 +276,1.1280941786721272,-1.2761411304622987,2.9285334385854846,0.26241376996040344,0.9569023251533508,-0.12440664321184158,-0.602613627910614,0.19522042572498322,0.2785511612892151,0.36815571784973145,0.033820271492004395,0.211259663105011 +277,1.5161465444570292,-1.2645078139068406,-3.0071678385400276,0.30107203125953674,0.9534592032432556,-0.016469920054078102,-0.8886045217514038,2.303663730621338,-0.1572769582271576,-0.30952543020248413,-0.3148025870323181,-0.22370338439941406 +278,1.5690387501539247,-1.2889035821091064,-3.1061471313204523,0.27817413210868835,0.9605306386947632,-0.000488912861328572,0.2888963520526886,0.815398097038269,-0.36640942096710205,-0.13764062523841858,-0.26587414741516113,-0.035613417625427246 +279,1.5730768996514062,-1.320942587984886,3.099264098114819,0.2472618669271469,0.9689486026763916,0.0005638996954075992,0.4700929820537567,1.3437484502792358,-0.045280661433935165,0.485632985830307,0.3388364315032959,0.052033185958862305 +280,1.452326543529228,-1.2913428807573153,2.9117501777229373,0.2738969922065735,0.961206316947937,-0.03260118141770363,-0.1306624561548233,1.3657878637313843,0.8503884673118591,-0.08531361818313599,0.3174649477005005,0.2133415937423706 +281,1.6005876975966,-1.2567037254481064,2.9592889551552015,0.30881616473197937,0.9510771036148071,0.009202779270708561,0.3463584780693054,-0.32234880328178406,-0.3012732267379761,-0.13092923164367676,-0.08242487907409668,-0.1647508144378662 +282,1.4418783491765508,-1.2902458226704938,2.9214841169025543,0.27458691596984863,0.9609031677246094,-0.035596612840890884,-0.16708466410636902,-1.3027021884918213,-0.15993212163448334,-0.030400484800338745,-0.6421623229980469,-0.017702341079711914 +283,1.512835172396209,-1.3012275407763907,3.1134732338594264,0.26586881279945374,0.9638858437538147,-0.015427343547344208,-0.6586903929710388,-0.6910052299499512,0.18306167423725128,0.029434561729431152,-0.11540555953979492,-0.1731865406036377 +284,1.538250532498772,-1.2595983272621267,3.1312165303102852,0.30603721737861633,0.9519674181938171,-0.009963743388652802,0.6243772506713867,0.7551228404045105,0.4755186438560486,-0.06519249081611633,0.6282938122749329,-0.2999880313873291 +285,1.2163436849376226,-1.2462856495682015,2.956943545992976,0.2990245223045349,0.9478068351745605,-0.11066379398107529,-0.13504627346992493,-2.278533697128296,-0.37652304768562317,0.1729450821876526,0.3239216208457947,0.6134713888168335 +286,1.2700835209971735,-1.2671315380332877,3.0335809250239354,0.2856007516384125,0.9542470574378967,-0.088569775223732,-0.4703386425971985,0.08178645372390747,0.24434158205986023,0.12016090750694275,-0.045342087745666504,0.0821000412106514 +287,1.654036698457244,-1.2634978008318967,-2.9578479126710855,0.3014373481273651,0.9531542062759399,0.025149870663881302,-0.45893701910972595,1.7071419954299927,-0.30143389105796814,-0.2410735785961151,-0.3892504572868347,-0.2675204277038574 +288,1.7025549499264507,-1.2950543761485205,-3.053925005281934,0.2699016034603119,0.962223470211029,0.03576909005641937,-0.0073377275839447975,0.4837927520275116,-0.38588663935661316,0.024883002042770386,-0.14157509803771973,-0.09616339206695557 +289,1.6951086338157284,-1.3103021626319313,3.129149021891247,0.2555708885192871,0.9662628173828125,0.031935278326272964,0.6956080794334412,0.056795842945575714,-0.0838184654712677,0.08604291081428528,0.38531494140625,-0.2739243507385254 +290,1.4527403448463743,-1.298515349160963,2.947049388647853,0.267056941986084,0.96315997838974,-0.03167496249079704,-0.4137336313724518,0.4049670398235321,0.7173376083374023,-0.10264351963996887,0.36319494247436523,0.22833025455474854 +291,1.531154274076695,-1.2725245802542338,3.005008708009946,0.29363805055618286,0.9558457732200623,-0.011646516621112823,0.14883850514888763,-0.5429939031600952,-0.13775157928466797,-0.09902745485305786,-0.27916419506073,-0.05825400352478027 +292,1.4969683139193852,-1.2854477999994272,3.03747170040716,0.28072527050971985,0.9595636129379272,-0.020763125270605087,-0.4763300120830536,-0.864912748336792,-0.0779440626502037,-0.047265827655792236,-0.5239709615707397,-0.0978434681892395 +293,1.7094479576155663,-1.279564968772028,-2.97421086980175,0.28437596559524536,0.957891047000885,0.03968381509184837,-0.5080893635749817,0.2904379367828369,0.19990766048431396,0.03453266620635986,0.03304511308670044,-0.32494688034057617 +294,1.5258893390163195,-1.238452669244524,3.1201799886663717,0.32593053579330444,0.9452803134918213,-0.014646404422819614,1.185300588607788,-1.6516348123550415,0.26377853751182556,0.10194119811058044,0.4624650478363037,-0.03906452655792236 +295,1.1734654007595449,-1.2293142747882244,2.923873190845493,0.3087957203388214,0.9422593712806702,-0.12958630919456482,-0.6265146732330322,-0.18247327208518982,0.022099999710917473,0.4120447337627411,0.24321120977401733,0.6018152832984924 +296,1.4661952915888683,-1.2209394239921936,-3.0119619112397618,0.34089016914367676,0.9394217729568481,-0.03578808158636093,-1.5035995244979858,1.7771921157836914,0.30321788787841797,-0.473550021648407,-0.2656240463256836,-0.021920625120401382 +297,1.6762020063744965,-1.2393918022919883,-2.9596256555778675,0.3235654830932617,0.9455862641334534,0.03423251211643219,0.5635707378387451,1.444820523262024,-0.1214766725897789,-0.173464834690094,-0.43484413623809814,-0.040442828088998795 +298,1.6264389824476084,-1.2792885022910911,-3.062763098127152,0.28695201873779297,0.9578115940093994,0.01598327048122883,1.0289582014083862,-0.6234638094902039,-0.5840438604354858,-0.015055656433105469,0.5028664469718933,0.09127068519592285 +299,1.5751978341373267,-1.2902776321780969,-3.1266918405756163,0.27685117721557617,0.9609119892120361,0.0012185703963041306,-0.48582324385643005,0.9849538207054138,0.15721198916435242,-0.07627445459365845,0.3626200556755066,0.017351388931274414 +300,1.4479988648396447,-1.2972077458144735,3.0006937228638715,0.26815366744995117,0.9628074765205383,-0.0330951064825058,0.590133547782898,0.5106269121170044,0.0723862498998642,0.13399171829223633,-0.2353142499923706,-0.03379940986633301 +301,1.4130881035094989,-1.283421987868199,2.9762342252181893,0.2799176871776581,0.9589914083480835,-0.04451499134302139,-0.44584009051322937,-1.1145464181900024,0.15279147028923035,-0.11567208170890808,-0.404349684715271,-0.07931005954742432 +302,1.3142451054280262,-1.2720258023187,2.900283775349779,0.2847117483615875,0.95569908618927,-0.07468902319669724,0.6950284838676453,-0.6511906981468201,0.0122842937707901,0.08468824625015259,0.4387558102607727,-0.28073394298553467 +303,1.0918299359097574,-1.2794513955284024,2.804006218521524,0.2549181282520294,0.9578584432601929,-0.13237842917442322,-0.018508028239011765,-0.5859892964363098,-0.3504747450351715,0.39004039764404297,0.11790144443511963,0.4594811201095581 +304,1.1354246624582116,-1.2884103388564587,2.854667239798493,0.2526535093784332,0.9603933095932007,-0.11751890927553177,-0.6442448496818542,0.2222154587507248,0.29255107045173645,0.2734237313270569,-0.08516454696655273,0.12653686106204987 +305,1.5048228335087201,-1.2790381408393385,-3.0896050581420553,0.28701093792915344,0.9577396512031555,-0.018962634727358818,-0.7801699638366699,1.6516293287277222,-0.04113871604204178,-0.43993455171585083,-0.39964938163757324,-0.12944436073303223 +306,1.55091713035744,-1.3262048938387818,-3.119200108432032,0.24211183190345764,0.9702363610267639,-0.004813622683286667,0.41428494453430176,-0.26269030570983887,-0.4967094361782074,0.06503231823444366,-0.04500448703765869,8.338736370205879e-05 +307,1.4893130901652785,-1.3585532649348266,3.0759649349114526,0.20995396375656128,0.9775608777999878,-0.017145691439509392,0.2600685954093933,0.07713773101568222,0.01738656498491764,0.5704568028450012,0.5761957764625549,-0.07687890529632568 +308,1.4026657554512274,-1.296678171595727,3.038571062552083,0.2668814957141876,0.9626643061637878,-0.04529857635498047,0.13029050827026367,-0.3833906054496765,1.0584614276885986,-0.2659507095813751,0.22097527980804443,0.10581493377685547 +309,1.3726282047522793,-1.256191720985558,3.0552713948463026,0.3033842146396637,0.9509187936782837,-0.06092064082622528,-0.08876121044158936,-0.5519750714302063,-0.43692681193351746,-0.35079333186149597,-0.14984768629074097,0.047126654535532 +310,1.338294399306942,-1.3112911184486027,3.084782312153946,0.24969764053821564,0.9665170907974243,-0.0591244101524353,-0.411202609539032,-1.6607701778411865,-0.5842028856277466,0.13468648493289948,-0.3612467646598816,-0.1539188027381897 +311,1.3256005908167117,-1.309101921068124,-3.047134457213097,0.25097960233688354,0.96595299243927,-0.06280279159545898,0.07433290034532547,0.901776909828186,0.39777469635009766,-0.18747249245643616,0.04881751537322998,-0.21158075332641602 +312,1.0862310341152945,-1.2775902482729675,3.0372528681521285,0.2557496726512909,0.9573221802711487,-0.1346336156129837,0.7373936176300049,-1.9382085800170898,-0.12187860906124115,0.02670571208000183,0.6201008558273315,-0.17519603669643402 +313,1.000264267156771,-1.2448203910529376,2.8669122928694555,0.26951298117637634,0.9473386406898499,-0.17295172810554504,0.2429184913635254,1.8339035511016846,0.023299066349864006,0.21664726734161377,-0.01673567295074463,0.23049259185791016 +314,1.1233999935695504,-1.2448189923926611,2.9603556846687225,0.28871625661849976,0.9473382234573364,-0.1385398805141449,-0.9108604788780212,-1.459897518157959,0.1994251310825348,-0.036351144313812256,-0.15154653787612915,0.019460320472717285 +315,1.2678753063258987,-1.2592510230494294,-3.1061853367649057,0.292573481798172,0.9518610239028931,-0.0914408266544342,-0.18400059640407562,1.5270589590072632,-0.22137528657913208,-0.2966322898864746,-0.30575811862945557,-0.12463891506195068 +316,1.3532445020588544,-1.290448703328009,-3.090754960495181,0.2701680660247803,0.9609593152999878,-0.0597207136452198,-0.3236829340457916,0.38897982239723206,-0.3822009861469269,0.07941079139709473,-0.05609786510467529,-0.011324167251586914 +317,1.3148151030909918,-1.3184622520006601,3.08165449884421,0.2415296882390976,0.9683323502540588,-0.06321386247873306,0.5791131854057312,0.3809262216091156,-0.3490522503852844,0.2215745747089386,0.48221397399902344,-0.04463529586791992 +318,1.2144761463744318,-1.298499192397635,2.955035641002354,0.25205138325691223,0.9631556272506714,-0.09381541609764099,0.029138676822185516,0.8241127729415894,0.43091097474098206,-0.05945497751235962,0.013971447944641113,0.2294049859046936 +319,1.377991586383257,-1.2654071364998294,3.0225463846877605,0.2950936555862427,0.9537299871444702,-0.05761110410094261,-0.17035691440105438,0.10295368731021881,-0.17307725548744202,-0.3065682351589203,-0.003854990005493164,-0.09371031075716019 +320,1.3349504462676305,-1.3197431827248025,3.11917725652127,0.24154718220233917,0.9686513543128967,-0.05804819613695145,-0.6436057686805725,-1.6901706457138062,-0.1554335653781891,0.19230598211288452,-0.38440757989883423,0.00867074728012085 +321,1.4706307288534257,-1.3050252424149693,-2.9862375894993347,0.26133665442466736,0.9648902416229248,-0.026264842599630356,-0.15709581971168518,0.7044337391853333,0.19805531203746796,-0.21684205532073975,0.02493208646774292,-0.29754191637039185 +322,1.3539850116047005,-1.2776754807008586,-3.113280951973169,0.2821768522262573,0.9573467969894409,-0.06215612590312958,0.6543619632720947,-0.7715322375297546,0.1990259885787964,0.0057870447635650635,0.5183612108230591,-0.438698410987854 +323,1.2489223902083675,-1.2625272409007862,3.0399077943662274,0.28782814741134644,0.9528601765632629,-0.09598217159509659,0.5739145874977112,2.0221810340881348,0.23678399622440338,0.14411768317222595,-0.04775458574295044,0.4788862466812134 +324,1.2655380714814604,-1.260923189435258,2.983884395677417,0.2908404767513275,0.9523722529411316,-0.09164589643478394,-0.5090466141700745,0.22885040938854218,0.17327721416950226,0.2774273455142975,-0.12348437309265137,0.25480812788009644 +325,1.3814455038098143,-1.255667422387482,-3.057517278522739,0.304399698972702,0.9507564306259155,-0.05833720788359642,-0.3046761155128479,-0.9552648067474365,0.06911513954401016,-0.3292562663555145,-0.3272974491119385,-0.029095657169818878 +326,1.428267221573136,-1.282068142069138,-3.0552842518004097,0.2818463444709778,0.9586067795753479,-0.04044555500149727,-0.26320841908454895,-0.13080473244190216,-0.4062168002128601,0.003142029047012329,-0.08627700805664062,-0.09941649436950684 +327,1.4693846038480642,-1.315031146858777,-3.0444146948037893,0.25168606638908386,0.9674699902534485,-0.02561177685856819,0.5468050241470337,0.6965733766555786,-0.3138420581817627,0.18639376759529114,0.365553081035614,-0.2374802827835083 +328,1.314280251656698,-1.3099472869372124,3.013367910457592,0.24946260452270508,0.966171383857727,-0.06543266773223877,0.15173234045505524,0.6551238298416138,0.38443461060523987,0.12222620844841003,0.07078540325164795,0.18809807300567627 +329,1.45552725700136,-1.2616431209566505,3.0576231920980086,0.30223342776298523,0.9525915384292603,-0.034993287175893784,-0.393444299697876,0.4237637221813202,0.21687349677085876,-0.30650585889816284,0.1914973258972168,-0.029719237238168716 +330,1.509435363921315,-1.285094527283037,-3.0167608256195746,0.28130051493644714,0.9594640731811523,-0.01728256605565548,-0.5276101231575012,-1.7442872524261475,-0.16311201453208923,0.07126906514167786,-0.5551062226295471,0.03421986103057861 +331,1.5741929012771616,-1.271468566854702,-2.8583843904519606,0.29487618803977966,0.9555349349975586,0.0010015728184953332,0.07762839645147324,0.7815016508102417,0.10743124783039093,-0.2760010361671448,-0.1394338607788086,-0.24141907691955566 +332,1.4715412141486588,-1.26651244409268,-2.925280481170838,0.298135906457901,0.95406174659729,-0.02968907356262207,0.9154525399208069,-0.22220076620578766,0.3511371910572052,-0.030862927436828613,0.7063997983932495,-0.28111720085144043 +333,1.306174145646227,-1.265657994271588,-3.090610039962008,0.28996768593788147,0.9538053870201111,-0.07857456058263779,0.4182893931865692,3.1148078441619873,-0.23683135211467743,0.36527523398399353,-0.14328902959823608,0.778830885887146 +334,1.3933753111411806,-1.2612474724535714,-3.136742751284618,0.29984667897224426,0.9524710774421692,-0.053764428943395615,-0.2655130922794342,0.5517231225967407,0.24577851593494415,0.17580026388168335,-0.043535590171813965,0.2065659761428833 +335,1.5661037667476556,-1.2388323250719007,-2.8569342478057687,0.32589688897132874,0.9454041123390198,-0.0015293019823729992,-0.7878662347793579,-1.5043675899505615,0.149499773979187,-0.26878324151039124,-0.4160919785499573,-0.12566792964935303 +336,1.5833155757205368,-1.263834662980885,-2.8198610728099047,0.3021399974822998,0.9532560706138611,0.0037827633786946535,-0.29855743050575256,0.7580708861351013,-0.4984152913093567,-0.1061408519744873,-0.10361617803573608,-0.07307291030883789 +337,1.6675841383752565,-1.3262466559813717,-2.807552684538985,0.24098601937294006,0.970246434211731,0.023397617042064667,0.46380379796028137,0.5738665461540222,-0.6176475882530212,0.40914520621299744,0.4524524211883545,-0.06923508644104004 +338,1.6246858128644521,-1.3237369494646087,-2.917061130647784,0.24419860541820526,0.9696357250213623,0.013172490522265434,0.22905364632606506,-0.046993665397167206,0.45397984981536865,-0.04659728705883026,0.16006392240524292,-0.009342552162706852 +339,1.541378103629129,-1.3049595531053477,-3.0158354072414504,0.2626028060913086,0.9648730158805847,-0.007727537304162979,0.028334785252809525,0.6708683371543884,0.04747438058257103,-0.2066946029663086,0.12082028388977051,0.1660679578781128 +340,1.6915824194235873,-1.3056819480859938,-2.8559214502509356,0.2601105868816376,0.9650625586509705,0.03157142549753189,-0.6276701092720032,-0.7443599104881287,-0.03301587328314781,0.09790638089179993,-0.643666684627533,-0.0672769546508789 +341,1.7610585413927053,-1.286500777586421,-2.7073456888956775,0.2754198908805847,0.9598594903945923,0.05304360389709473,0.09825151413679123,0.9666796326637268,0.02895490452647209,-0.1958605945110321,-0.16858452558517456,-0.15459084510803223 +342,1.6325465023268892,-1.300705057616102,-2.8007607809481097,0.26631078124046326,0.9637465476989746,0.016465671360492706,1.1507439613342285,-0.09011995047330856,0.3869527280330658,0.17649927735328674,0.7250199317932129,-0.2790541648864746 +343,1.2886981037351084,-1.2840700558143996,-3.077913208857473,0.2716354727745056,0.9591748714447021,-0.07872740924358368,0.8329912424087524,2.1768884658813477,0.0731203705072403,0.20437777042388916,0.0576862096786499,0.8441998362541199 +344,1.2851372844960094,-1.2693041286178224,3.06776429722635,0.2849120795726776,0.9548944234848022,-0.08367621898651123,-0.44637301564216614,0.6541761755943298,0.12345092743635178,0.2276153564453125,-0.10057014226913452,0.37370002269744873 +345,1.5910404182445357,-1.25448411175667,-2.8392979522195994,0.31100043654441833,0.95038902759552,0.0062967813573777676,-1.052390694618225,-1.3804917335510254,0.19458957016468048,-0.28489258885383606,-0.37031078338623047,-0.13051855564117432 +346,1.7837384536418226,-1.2777495834884602,-2.741109843518414,0.2823461592197418,0.9573681950569153,0.06104893609881401,-0.1313200294971466,0.8914560675621033,-0.5447133779525757,-0.12130486965179443,-0.016999423503875732,-0.3395371437072754 +347,1.6855713921800592,-1.3513736619208572,-2.8643472957641047,0.21623371541500092,0.976023256778717,0.024927794933319092,0.1355455368757248,0.8212378621101379,-0.3454030752182007,0.5622391700744629,0.4138539433479309,0.013646360486745834 +348,1.5795967180838844,-1.3185088817092854,-3.050028119651035,0.24960960447788239,0.96834397315979,0.0021967189386487007,0.5236828923225403,0.16039761900901794,0.8461068868637085,-0.12863795459270477,0.24392098188400269,0.015228748321533203 +349,1.5230857979350083,-1.2672905675870056,3.1303794638059697,0.2985278069972992,0.9542946219444275,-0.014253735542297363,-0.09865675121545792,0.7306621074676514,-0.00907892920076847,-0.3110857903957367,-0.10219800472259521,0.11650288105010986 +350,1.6509216631348593,-1.28225754953769,-2.98498212540733,0.2836388945579529,0.9586607217788696,0.022775424644351006,-0.6930666565895081,-1.160024881362915,-0.2256452739238739,0.07947450876235962,-0.6024594902992249,-0.03005385398864746 +351,1.6993151740498889,-1.2630338565457426,-2.772487527484033,0.30042871832847595,0.9530137777328491,0.03882474824786186,-0.13886737823486328,-0.7263156175613403,0.31960082054138184,-0.16778409481048584,0.03390944004058838,-0.20157504081726074 +352,1.5655594604711156,-1.2479000961175177,-2.8724828875074784,0.3173099458217621,0.9483203887939453,-0.0016617249930277467,0.7312739491462708,-0.2625027894973755,0.4114299714565277,0.10927996039390564,0.5413188338279724,-0.3080611824989319 +353,1.2837122645033259,-1.236131901588041,-3.1134372234816103,0.3150100111961365,0.9445205926895142,-0.0930035412311554,1.1418050527572632,1.039465308189392,-0.24211953580379486,0.06221774220466614,-0.09962618350982666,0.5718090534210205 +354,1.2617265464999161,-1.2453448401641067,3.0369338112010276,0.3045865297317505,0.9475064873695374,-0.09725513309240341,-0.8315827250480652,0.8751741647720337,0.14037172496318817,0.22007164359092712,-0.21154457330703735,0.3061479330062866 +355,1.6031085463735897,-1.2426374807689264,-2.832626500886803,0.3221321105957031,0.9466373324394226,0.010412427596747875,-0.9574776291847229,-1.1905235052108765,0.18360643088817596,-0.266513854265213,-0.44846856594085693,-0.08850693702697754 +356,1.8221397403240531,-1.2723920321088003,-2.7323469733710994,0.2847578525543213,0.9558068513870239,0.07311824709177017,0.2530179023742676,-0.17229504883289337,-0.5748931765556335,-0.02578568458557129,0.14302432537078857,-0.3694438934326172 +357,1.644136426839132,-1.3429392408247556,-2.9542848043146446,0.2252826690673828,0.974152684211731,0.016551939770579338,0.20374655723571777,0.7663893699645996,0.13820971548557281,0.7012614607810974,0.4195391535758972,0.15968704223632812 +358,1.581564873320002,-1.2784953162649715,-3.0747712744580116,0.28813955187797546,0.9575833678245544,0.003102964023128152,0.5158025622367859,0.7822297811508179,0.8557275533676147,-0.39926934242248535,0.2752962112426758,0.09569764137268066 +359,1.5502917402173775,-1.2568432410837969,3.126047481324319,0.30875644087791443,0.9511201977729797,-0.006331810262054205,-0.26406097412109375,-0.2582787275314331,-0.04159631207585335,-0.08521515130996704,-0.3680207133293152,0.0075372448191046715 +360,1.6096337598961634,-1.2527789881702123,-3.021969957446075,0.3124479651451111,0.949857234954834,0.012140781618654728,-0.47912338376045227,-1.0329102277755737,0.17859141528606415,-0.05805346369743347,-0.6359534859657288,-0.10178613662719727 +361,1.587746605629932,-1.256542402745025,-2.960961781175472,0.30906209349632263,0.9510272741317749,0.00523919053375721,-0.00769772008061409,-1.4544700384140015,-0.23066699504852295,-0.021876484155654907,0.18665260076522827,-0.28896117210388184 +362,1.3989100215248937,-1.2297407474445494,-3.112759776266773,0.3295530080795288,0.9424021244049072,-0.05721018835902214,0.03381403535604477,-1.0457104444503784,0.26599955558776855,0.1957918405532837,0.5512654781341553,-0.27704882621765137 +363,1.2351416168480147,-1.224766596744659,3.0847916508812587,0.32023802399635315,0.9407266974449158,-0.11171674728393555,0.661167562007904,-1.3512063026428223,-0.4829746186733246,0.07008174061775208,-0.023307383060455322,0.29993391036987305 +364,1.2092631301322823,-1.2397262070273902,3.0014728712844008,0.3040424585342407,0.9456950426101685,-0.11497495323419571,-0.9509005546569824,0.9929724931716919,0.16553565859794617,0.14845693111419678,-0.28517258167266846,0.185791015625 +365,1.5404083673342606,-1.2324484242359253,-2.90475337745238,0.33177587389945984,0.9433043599128723,-0.010085095651447773,-0.8254839181900024,-0.764438807964325,0.15845642983913422,-0.25987645983695984,-0.3816283345222473,-0.061493873596191406 +366,1.6920580326814523,-1.2657352318039932,-2.830021941246608,0.29814615845680237,0.9538286328315735,0.036331966519355774,0.5009673237800598,-0.601849377155304,-0.8547636866569519,-0.039723336696624756,0.1287825107574463,-0.3176276683807373 +367,1.6504433039197444,-1.3435145916901687,-2.9240611230546225,0.22461575269699097,0.9742825031280518,0.01792789064347744,-0.2823587656021118,1.5636872053146362,-0.20360124111175537,0.5932400226593018,0.38110995292663574,-0.10168337821960449 +368,1.6282518869694758,-1.3117730657454552,-3.023672292262233,0.25571373105049133,0.9666405916213989,0.014708363451063633,0.6304144263267517,1.2121424674987793,0.6829246282577515,-0.23892909288406372,0.1785162091255188,0.15579330921173096 +369,1.5779163239464207,-1.2799956519074984,3.0924366529193184,0.2867121994495392,0.9580146074295044,0.002041424624621868,0.09427027404308319,0.17888692021369934,-0.1439839005470276,-0.2673182785511017,-0.1081305742263794,-0.04125654697418213 +370,1.5720380256234123,-1.2959274565781291,-3.1245632237792385,0.271420955657959,0.9624608159065247,0.00033702322980389,-0.5828134417533875,-1.575321078300476,0.07218518853187561,0.1009545624256134,-0.6315585970878601,-0.12614572048187256 +371,1.604509845432827,-1.2749469284922652,-2.966962691446171,0.2913871109485626,0.9565548300743103,0.009827408008277416,-0.4585438668727875,-1.1895499229431152,0.13689111173152924,-0.07523107528686523,-0.028408408164978027,-0.2294166088104248 +372,1.5103346924885632,-1.2356666439082735,-2.9788540522992735,0.3282906413078308,0.9443676471710205,-0.019873211160302162,0.4011017680168152,0.16817781329154968,0.534483790397644,0.1057303249835968,0.5951678156852722,-0.4263700842857361 +373,1.2814250088935353,-1.202611475177462,-3.124621744163963,0.34495827555656433,0.9329822063446045,-0.10270382463932037,1.2045356035232544,-0.15726225078105927,-0.47631919384002686,-0.06213662028312683,0.1443188190460205,0.5233886241912842 +374,1.2099980108899582,-1.2074276901917227,2.9480493789906563,0.3325410783290863,0.9347048401832581,-0.12547259032726288,-0.48592495918273926,1.1682249307632446,0.12954241037368774,0.058755338191986084,-0.21392536163330078,0.3049312233924866 +375,1.5135311840472836,-1.213969671568573,-3.0184923651433655,0.34873008728027344,0.9370099902153015,-0.019991936162114143,-1.0578991174697876,-0.5906718373298645,0.14104625582695007,-0.24527546763420105,-0.4469587206840515,-0.030026376247406006 +376,1.735596028606593,-1.239355776371265,-2.916805502581958,0.32099664211273193,0.9455745816230774,0.053384315222501755,0.22131037712097168,0.4659608006477356,-0.7489438056945801,-0.12539425492286682,0.04652136564254761,-0.6162657737731934 +377,1.515101488665554,-1.325793644355678,3.1293954793416683,0.24218250811100006,0.9701367020606995,-0.013502279296517372,0.010352162644267082,1.7493987083435059,-0.40113601088523865,0.6082355380058289,0.25578486919403076,0.18270695209503174 +378,1.602033049280719,-1.2988115630423787,3.114221142496503,0.26851320266723633,0.9632396101951599,0.00839020125567913,0.0911216214299202,0.3099021017551422,0.7112235426902771,-0.19882628321647644,0.18641865253448486,0.11308503150939941 +379,1.6366727665976326,-1.2575683017465566,3.0579141306568576,0.307462602853775,0.9513438940048218,0.020283890888094902,0.3626013398170471,0.7941027283668518,-0.08579700440168381,-0.3012370467185974,-0.030552327632904053,-0.009068729355931282 +380,1.549767869695107,-1.2819382327632216,2.9919007949937977,0.28479501605033875,0.9585697650909424,-0.005989682860672474,-0.125616192817688,-0.9586678743362427,-0.08877386152744293,0.06502795219421387,-0.5260288715362549,-0.045096755027770996 +381,1.5355570847839306,-1.275814860797553,3.062129630466461,0.29054176807403564,0.956807553768158,-0.010242711752653122,-0.2555217146873474,-0.8724866509437561,0.1074366569519043,-0.13476479053497314,-0.12845367193222046,-0.17689108848571777 +382,1.4779632361684596,-1.248409763279993,3.0812939697128447,0.315466970205307,0.9484819769859314,-0.029370194301009178,0.7082298398017883,1.181641697883606,0.5162496566772461,0.1078423261642456,0.5480085015296936,-0.25613701343536377 +383,1.295712795767858,-1.2065413093119448,2.943525435381115,0.3428593873977661,0.9343894124031067,-0.09676821529865265,0.1635502725839615,-0.3666922450065613,0.09721747785806656,-0.009363263845443726,0.29566746950149536,0.35297858715057373 +384,1.0799457638320649,-1.210505252060605,2.734258883187297,0.31092244386672974,0.9357942342758179,-0.16618220508098602,0.6006131768226624,0.4887576401233673,-0.26209259033203125,0.10545939207077026,0.16492903232574463,0.3671099543571472 +385,1.2695650291104945,-1.2276667222632889,2.9088397594010216,0.32128673791885376,0.9417063593864441,-0.09981925040483475,-1.057068109512329,-0.19859841465950012,0.2697792947292328,-0.09702834486961365,-0.33742785453796387,0.08515561372041702 +386,1.4733914427906263,-1.2266306534997768,3.131577053591639,0.33581221103668213,0.9413573145866394,-0.03281359001994133,-0.5329566597938538,0.27339309453964233,-0.08192121237516403,-0.22723063826560974,-0.21909773349761963,-0.19051402807235718 +387,1.5738125908263503,-1.2671523098703203,-3.102918394107886,0.2989976108074188,0.9542532563209534,0.0009018584969453514,0.763280987739563,0.4649089276790619,-0.6140474677085876,0.19364765286445618,0.3160712718963623,-0.1642167568206787 +388,1.379130772112182,-1.2996619759929942,2.9473836055942866,0.2629205286502838,0.9634677171707153,-0.051019087433815,-0.0035072844475507736,-0.2578705847263336,0.16165700554847717,0.2462347447872162,0.07031536102294922,0.2913144826889038 +389,1.4447383566850551,-1.2549561270936544,2.976947712651407,0.30815067887306213,0.9505357146263123,-0.03905192017555237,0.2076207548379898,0.5193686485290527,0.2629932165145874,-0.17004337906837463,0.12389665842056274,0.06682288646697998 +390,1.3041628639904401,-1.2607494429371129,2.9301965984204106,0.2943219542503357,0.9523192644119263,-0.08039024472236633,0.2105002999305725,-1.6343727111816406,-0.0635550394654274,0.02075675129890442,-0.39085692167282104,-0.10167758911848068 +391,1.2138036296598302,-1.2636961560592168,2.9859257156327037,0.28323668241500854,0.953214168548584,-0.1056397408246994,-0.6049231886863708,-0.7219989895820618,0.2152213156223297,-0.08223268389701843,-0.399289608001709,0.022464096546173096 +392,1.3307521037314956,-1.2470679999746948,-3.1154175456383633,0.3089826703071594,0.9480560421943665,-0.07562769949436188,0.34093722701072693,0.2806275486946106,0.3322716951370239,0.025688380002975464,0.540942370891571,-0.10627233982086182 +393,1.1623972993257048,-1.1970168992470454,2.9893646057178427,0.3351067900657654,0.9309539794921875,-0.14501045644283295,0.30386704206466675,-0.8757509589195251,0.053059596568346024,0.07457640767097473,0.5286559462547302,0.23624278604984283 +394,1.0170366393064865,-1.2188199560717061,2.8697769088776566,0.29323142766952515,0.9386931657791138,-0.18130210041999817,0.1586747020483017,0.48341208696365356,-0.10232929140329361,0.27816441655158997,0.07104194164276123,0.4360322952270508 +395,1.2408575213637605,-1.225742213472914,3.03367221508858,0.3200029730796814,0.9410571455955505,-0.10958709567785263,-1.1172066926956177,-0.268825888633728,0.24261164665222168,-0.13892695307731628,-0.4757710099220276,0.029051251709461212 +396,1.412913694295014,-1.23159856196808,-3.015358136038823,0.32859209179878235,0.9430218935012817,-0.052314385771751404,-0.2572568953037262,-0.3132208287715912,-0.09412864595651627,-0.18064290285110474,-0.3137953281402588,-0.0975879356265068 +397,1.5135669290047675,-1.270039965109168,-2.9423654050129917,0.29575803875923157,0.9551126956939697,-0.016944557428359985,-0.45481908321380615,1.0439529418945312,-0.5440519452095032,0.16965031623840332,0.4883078336715698,-0.18402892351150513 +398,1.5734706636560178,-1.3001756295220006,-2.9819530581081697,0.2673284411430359,0.9636051654815674,0.0007149280281737447,0.6569956541061401,0.6128723621368408,-0.24226827919483185,0.18248537182807922,0.43339794874191284,-0.004743218421936035 +399,1.5270330862513015,-1.2726475669816222,-3.0588465672039815,0.29346954822540283,0.9558819532394409,-0.012851383537054062,-0.09646212309598923,0.9826278686523438,0.8160094022750854,-0.08892551064491272,0.04684925079345703,0.277103066444397 +400,1.5906758551578979,-1.2269802434657349,3.135739923061926,0.3370160162448883,0.9414752125740051,0.006700602360069752,0.7210626602172852,0.9187930822372437,-0.22665907442569733,-0.30131039023399353,-0.17189806699752808,-0.16858112812042236 +401,1.4036982144210934,-1.2508288017851787,3.0318437558977864,0.3101547956466675,0.9492456316947937,-0.052314091473817825,-0.1620028018951416,-1.478954553604126,-0.1303747445344925,0.01179039478302002,-0.4581415057182312,-0.060265302658081055 +402,1.411072524661037,-1.257998811968159,-3.092465521525079,0.3038046658039093,0.9514764547348022,-0.04894173890352249,-0.4588761627674103,-1.9482629299163818,0.20126783847808838,0.024533987045288086,0.028946518898010254,-0.2721642255783081 +403,1.3086325351895705,-1.229907275475446,3.1099293229286507,0.3229016363620758,0.9424577951431274,-0.08664735406637192,-0.01704435609281063,-0.24698634445667267,-0.03996703028678894,0.1140337884426117,0.5263531804084778,-0.4324260950088501 +404,1.1717604208774464,-1.240339819709119,3.0421533453382206,0.29898276925086975,0.9458943009376526,-0.12606824934482574,0.35543569922447205,-0.7654461860656738,-0.5966818332672119,0.14704692363739014,0.03901469707489014,0.39935314655303955 +405,1.2353634070319155,-1.2553307879977702,3.0388850860606293,0.2929677963256836,0.9506520628929138,-0.10213049501180649,-0.6600790023803711,0.8501477837562561,0.09681089222431183,0.045136451721191406,-0.2539967894554138,0.15262186527252197 +406,1.463089981499063,-1.2526202677196836,-2.9732731486214563,0.31102168560028076,0.9498075842857361,-0.033629149198532104,-0.5070607662200928,-0.294698029756546,0.23953217267990112,-0.21177852153778076,-0.41980892419815063,-0.04519772157073021 +407,1.7355517917464411,-1.262856041941831,-2.795531605776138,0.29899242520332336,0.9529598951339722,0.04971124231815338,-0.13338500261306763,0.4534625709056854,-0.4147944152355194,-0.04128667712211609,0.10709881782531738,-0.3345775604248047 +408,1.7537049188390677,-1.3010986737716808,-2.835253303381373,0.26199546456336975,0.9638515114784241,0.0484628826379776,0.7063674926757812,0.8650496006011963,-0.27664345502853394,0.32752782106399536,0.4557957053184509,-0.1568918228149414 +409,1.535995135573125,-1.3059703466103763,-3.048567397258028,0.26158323884010315,0.9651380777359009,-0.00910708587616682,-0.22855550050735474,-0.18088111281394958,0.6416105031967163,0.007887005805969238,0.03387022018432617,0.2532019019126892 +410,1.5740416333572689,-1.235299438758411,-3.075218594227459,0.32923686504364014,0.9442468285560608,0.0010684782173484564,0.5220820903778076,1.0180021524429321,0.20579242706298828,-0.28895366191864014,-0.14753961563110352,0.022109627723693848 +411,1.4614148868277943,-1.2438261249158054,3.061016615394615,0.3192559778690338,0.9470197558403015,-0.035060614347457886,0.15107087790966034,-0.785269558429718,-0.11818194389343262,-0.033870846033096313,-0.38345158100128174,-0.13679909706115723 +412,1.4722168488716583,-1.2603779358470661,-3.05044253723866,0.3039741516113281,0.9522058367729187,-0.03006305918097496,-0.9961673617362976,-1.8253644704818726,-0.01649787463247776,-0.010349243879318237,-0.17876839637756348,-0.17188704013824463 +413,1.442016320910389,-1.2334154544371552,-2.9930049847596067,0.3282758593559265,0.9436248540878296,-0.042510632425546646,0.4816865921020508,0.47056037187576294,0.3739529252052307,0.044175952672958374,0.5124756693840027,-0.30946385860443115 +414,1.2985717338794163,-1.2133830429252521,-3.0947584812512394,0.33696889877319336,0.9368049502372742,-0.09406641870737076,0.7096521258354187,0.08758906275033951,-0.5027613043785095,-0.02044057846069336,0.13445359468460083,0.4577748775482178 +415,1.2937052479152922,-1.2265682387071402,3.090121412992899,0.32459741830825806,0.9413362145423889,-0.09231793880462646,-0.1581326425075531,1.0769654512405396,0.008602108806371689,0.04754921793937683,-0.042257845401763916,0.27240216732025146 +416,1.4671494735058688,-1.229136788896768,-3.0174678982057497,0.33325356245040894,0.9421999454498291,-0.034664902836084366,-0.8550126552581787,-0.6974787712097168,0.22982433438301086,-0.17950600385665894,-0.34660351276397705,-0.08772587776184082 +417,1.6897569699872994,-1.2287580922852672,-2.88800646099385,0.3330370783805847,0.9420729875564575,0.03980625793337822,-0.10142715275287628,1.2339115142822266,-0.2497781366109848,-0.1491381824016571,-0.16852879524230957,-0.4002951383590698 +418,1.626564249466338,-1.280101133259331,-2.9706545805933486,0.28617292642593384,0.9580448269844055,0.0159758348017931,-0.11227354407310486,0.6927289962768555,-0.5571691989898682,0.29941368103027344,0.30457425117492676,-0.0301054697483778 +419,1.5631096853880497,-1.3131623658819713,-3.0989943368801574,0.25478604435920715,0.9669955372810364,-0.001958487555384636,0.6614914536476135,-0.43226227164268494,-0.012102155946195126,0.17677831649780273,0.2846677303314209,0.053670525550842285 +420,1.52920276612605,-1.2508639112238704,-3.1241950827406906,0.3142305016517639,0.9492566585540771,-0.013077507726848125,0.20541778206825256,1.2310428619384766,0.8169218301773071,-0.13344436883926392,0.18305230140686035,0.3517463207244873 +421,1.558704683265097,-1.22617244987912,3.0744277634873627,0.3378174602985382,0.9412025809288025,-0.004084967076778412,0.0025263712741434574,-0.3285089433193207,-0.25592896342277527,-0.21042189002037048,-0.2615610361099243,-0.14606153964996338 +422,1.4275920775024427,-1.2542127131405023,3.140695533132979,0.30813485383987427,0.9503045678138733,-0.04443035647273064,-0.26125800609588623,-2.283787727355957,-0.09428250789642334,0.042618900537490845,-0.44697821140289307,-0.14853227138519287 +423,1.548749838406239,-1.2601029521713478,-2.942155989428782,0.3056446611881256,0.9521217942237854,-0.006739483680576086,-0.38366299867630005,-0.5010013580322266,0.1794019341468811,0.08292043209075928,0.09540927410125732,-0.23120605945587158 +424,1.4276731912308187,-1.2186032791360168,-3.0809270682175467,0.3414302468299866,0.9386184811592102,-0.04920298978686333,0.6578256487846375,-0.8249973058700562,0.41231000423431396,0.07180827856063843,0.6127427220344543,-0.043829865753650665 +425,1.2572623601141966,-1.2408460961075463,3.098074171811892,0.3082011938095093,0.946058452129364,-0.09992761164903641,-0.5839900970458984,-0.914884626865387,-0.4383712708950043,0.3531758189201355,0.20692622661590576,0.5486275553703308 +426,1.4860533822126416,-1.2597551190386564,-2.917157354474912,0.30495187640190125,0.9520153999328613,-0.02590455859899521,-0.9803109169006348,-1.0293089151382446,0.1985516995191574,0.009379208087921143,-0.30598878860473633,-0.10846436023712158 +427,1.756564165658755,-1.2240937678750425,-2.6386283579665997,0.3339523673057556,0.9404982924461365,0.06276123225688934,-0.6267322897911072,2.2695443630218506,-0.1510622203350067,-0.35705411434173584,-0.3706434369087219,-0.2042255401611328 +428,1.872349587754735,-1.2595908608492972,-2.6902081424896123,0.2923893332481384,0.9519651532173157,0.09094446897506714,0.6005756855010986,0.8052647113800049,-0.5939949750900269,0.06980854272842407,0.1677858829498291,-0.15957856178283691 +429,1.897248380393474,-1.3043846987463394,-2.766935148832511,0.2493671029806137,0.9647217988967896,0.08442708849906921,1.254066824913025,0.518108069896698,-0.26721981167793274,0.2658001184463501,0.47711169719696045,-0.0255892276763916 +430,1.6797417964524395,-1.2854285922827682,-2.9824058490979066,0.2798413932323456,0.9595581889152527,0.0306086465716362,0.03736168518662453,0.5257599949836731,1.0335201025009155,-0.12990853190422058,0.14275193214416504,0.3229527473449707 +431,1.696559317834217,-1.2418601832442606,-3.0198388518954546,0.32048508524894714,0.9463865160942078,0.04051901027560234,-0.05968015268445015,0.13351038098335266,-0.16109830141067505,-0.23552417755126953,-0.27991318702697754,-0.08461689949035645 +432,1.6482199694104147,-1.2581780718414026,-3.0571318828721137,0.3066294193267822,0.9515315890312195,0.02378791756927967,-0.07206247746944427,-0.6099444627761841,-0.15536436438560486,-0.0758708119392395,-0.41446805000305176,-0.0927577018737793 +433,1.650087592963352,-1.2677402635164736,-2.9100368385658193,0.29750072956085205,0.9544289112091064,0.0236387699842453,-0.30747848749160767,-1.7979007959365845,0.07212047278881073,0.03144824504852295,0.004250288009643555,-0.17256450653076172 +434,1.433247469061676,-1.2365576226262307,-3.131236971285327,0.32495155930519104,0.9446603059768677,-0.04498074948787689,0.45213884115219116,-0.7099077105522156,0.23554348945617676,0.17192032933235168,0.49662381410598755,-0.23425507545471191 +435,1.2252950565414495,-1.23017123230557,3.014225287192385,0.31433436274528503,0.942546010017395,-0.11314108967781067,-0.027781222015619278,-1.2162227630615234,-0.615886926651001,0.10618254542350769,0.1798446774482727,0.5912752151489258 +436,1.355445008819973,-1.2696679890277929,-3.1351393583515343,0.2897465229034424,0.9550024271011353,-0.06338011473417282,-0.8858484029769897,-0.19545456767082214,0.029617179185152054,0.07068130373954773,-0.2768104672431946,-0.0003100484609603882 +437,1.566972805187688,-1.2486725740244737,-2.9082253848209887,0.3165794014930725,0.9485652446746826,-0.0012104540364816785,-0.48092448711395264,2.330296516418457,0.22576679289340973,-0.2819724678993225,-0.4541041851043701,0.04929089546203613 +438,1.8109555011693261,-1.2681409802322572,-2.8400433661199567,0.2895020842552185,0.9545484185218811,0.07089483737945557,0.4556679129600525,0.12423370778560638,-0.5678275227546692,0.045641958713531494,0.06537961959838867,-0.32127630710601807 +439,1.8177691281963262,-1.3142852832750584,-2.9112572501844713,0.246008962392807,0.9672810435295105,0.06202373653650284,0.9451366066932678,0.7980926632881165,-0.2329556792974472,0.2124565839767456,0.399647057056427,-0.07667219638824463 +440,1.589672767586762,-1.3137426803309031,-3.076719776379182,0.2541868984699249,0.9671432375907898,0.004798714071512222,-0.5175240635871887,-0.798503577709198,0.6726494431495667,0.007348746061325073,0.044133007526397705,0.2559434175491333 +441,1.5071017222673853,-1.2611598734568938,-3.0965455148060714,0.3040945529937744,0.9524444341659546,-0.01939541846513748,0.4637177884578705,-0.9471443295478821,-0.048739079385995865,-0.1859152615070343,-0.2086700201034546,-0.047071874141693115 +442,1.3322591492542823,-1.2736177308648104,3.0849222753505887,0.2845323085784912,0.9561664462089539,-0.06918881833553314,0.0692555382847786,-0.2913721203804016,-0.12079078704118729,0.0009596645832061768,-0.34656262397766113,0.016393423080444336 +443,1.3945238914771565,-1.2693638026914043,-3.081774304860348,0.2922876477241516,0.9549121856689453,-0.05206260830163956,-0.8467288613319397,-0.7676314115524292,0.1437196135520935,-0.1526697874069214,-0.4964314103126526,-0.06414836645126343 +444,1.3868118613967593,-1.2453889498512145,-3.1152040408837447,0.3142991364002228,0.9475205540657043,-0.05848759412765503,0.6341413855552673,0.82645183801651,0.028335247188806534,0.16932815313339233,0.4561048746109009,-0.44219905138015747 +445,1.2955544347981973,-1.2194550062677343,3.0334198537411035,0.3312031030654907,0.9389119148254395,-0.09353499859571457,0.45708173513412476,-1.5370270013809204,-0.19028927385807037,-0.03365674614906311,0.274955153465271,0.2668747901916504 +446,1.1922361145930407,-1.2537137923672357,3.052229417120612,0.28971999883651733,0.9501491189002991,-0.11523444950580597,-0.914915144443512,-0.27022144198417664,0.10021784901618958,0.04871988296508789,-0.2647090554237366,0.3049011826515198 +447,1.4277255095902677,-1.2519296507448223,-2.9806926623433387,0.3102872967720032,0.949591338634491,-0.044698458164930344,-0.10975907742977142,0.6033274531364441,0.19465157389640808,-0.17495709657669067,-0.37859225273132324,0.030919793993234634 +448,1.6230301845471375,-1.2448946826667602,-2.8939398318580953,0.3197263777256012,0.9473624229431152,0.016715748235583305,-0.939373254776001,2.051497459411621,-0.2298998385667801,-0.21088546514511108,0.12752771377563477,-0.21027350425720215 +449,1.6246750431926857,-1.291505998963161,-3.0094180442036853,0.27527377009391785,0.9612513184547424,0.014845765195786953,0.7712041735649109,1.4123605489730835,-0.11159317940473557,0.43702179193496704,0.27825069427490234,0.22067368030548096 +450,1.5160476492399073,-1.283036520134983,-3.139793348924699,0.2833791673183441,0.9588820338249207,-0.015530155040323734,-0.14367346465587616,-1.7118113040924072,0.5264002084732056,-0.025032609701156616,0.18824303150177002,0.037411272525787354 +451,1.455711395228471,-1.2324141768254888,3.1074250677471498,0.32976529002189636,0.9432929754257202,-0.03811945766210556,0.5477117300033569,0.557944118976593,0.11847532540559769,-0.24417880177497864,-0.2550453543663025,0.13170158863067627 +452,1.3515406268471422,-1.228387077055021,2.9338112061988717,0.32771944999694824,0.9419484734535217,-0.07302835583686829,0.725700855255127,0.571850061416626,-0.049866363406181335,-0.08002352714538574,-0.566124439239502,-0.0535128191113472 +453,1.2494336288125802,-1.219029993237624,2.8113951623369173,0.3269171416759491,0.9387655854225159,-0.1088315099477768,-0.03973407298326492,-0.3219601511955261,-0.04351019859313965,-0.011060208082199097,0.0069130659103393555,-0.292199969291687 +454,1.2045368408576365,-1.2183604472979226,2.841656711726266,0.3222897946834564,0.938534677028656,-0.1236194595694542,0.23078350722789764,-0.3829774558544159,0.2032700777053833,0.09467178583145142,0.46882909536361694,-0.3843761384487152 +455,1.15341343095702,-1.2002214189778162,2.7962945505720564,0.3310619294643402,0.9321193099021912,-0.14680516719818115,0.4514588713645935,-0.5786888003349304,-0.07640177756547928,0.11548656225204468,0.3929082155227661,0.16236913204193115 +456,0.9863567956898367,-1.2067885374316898,2.6692685988419003,0.2969300448894501,0.9344774484634399,-0.1964287906885147,-0.6192813515663147,-0.10778795927762985,-0.0971081554889679,0.11801746487617493,-0.04278445243835449,0.3575158417224884 +457,1.277788636775004,-1.253364332021127,3.014746502944456,0.2988245487213135,0.9500401020050049,-0.09015275537967682,-0.7822480201721191,-0.5816397070884705,0.2052091509103775,-0.10854747891426086,-0.6208928823471069,-0.011501304805278778 +458,1.3080867292519454,-1.2513066552498844,3.042084962582523,0.30330583453178406,0.9493958353996277,-0.08156652003526688,-0.1085563600063324,-0.05154087394475937,-0.1269935816526413,-0.09043046832084656,-0.04792189598083496,-0.22731715440750122 +459,1.5422622339264536,-1.2864874498665244,-3.0246432794239015,0.2803800404071808,0.9598557353019714,-0.008002562448382378,-0.459984689950943,1.284188151359558,-0.620074450969696,0.14721694588661194,0.32195883989334106,-0.23622965812683105 +460,1.5589760208145444,-1.3163270247423808,-3.017543875212593,0.251714289188385,0.967797040939331,-0.0029754783026874065,-0.15257863700389862,-1.8605258464813232,0.4544873833656311,0.1876015067100525,0.23189473152160645,-0.0229034423828125 +461,1.3393103855660327,-1.2433048125109887,-3.0772662156977892,0.31308940052986145,0.9468522071838379,-0.07379870861768723,0.7829555869102478,0.29877376556396484,0.4608796238899231,-0.20462986826896667,-0.01312100887298584,0.3662486672401428 +462,1.3172157709766288,-1.2046497022017952,3.0494656838275964,0.3465706706047058,0.9337138533592224,-0.08981706202030182,0.3800979256629944,0.9469675421714783,0.12672698497772217,-0.19254842400550842,-0.4450054168701172,0.041217803955078125 +463,1.2482323708400518,-1.2177999881878667,3.071118201442576,0.32788121700286865,0.9383410811424255,-0.10959015041589737,-0.5176748633384705,-2.417574405670166,-0.016025463119149208,-0.06056252121925354,-0.22017091512680054,-0.14738309383392334 +464,1.218621206007712,-1.2213206212249745,-3.09065749553511,0.3213897943496704,0.939552366733551,-0.11810927093029022,0.643962562084198,1.784934401512146,0.34387528896331787,0.00380551815032959,0.4314650297164917,-0.34282827377319336 +465,1.1648498316205056,-1.1875159083912972,3.093096813685608,0.34357255697250366,0.9274428486824036,-0.14767450094223022,0.339790016412735,-0.7124670147895813,0.07849015295505524,-0.03439897298812866,0.5060288310050964,0.15232843160629272 +466,1.115592317188102,-1.251435070498549,3.067527275941057,0.2819902300834656,0.9494361281394958,-0.13803128898143768,-0.660776674747467,-0.056511931121349335,-0.40703508257865906,0.3692549169063568,-0.009036898612976074,0.6084139347076416 +467,1.2435915633091084,-1.2666713261955094,-3.040893786799486,0.28357064723968506,0.9541093707084656,-0.0962451919913292,-0.5494751930236816,-0.7162801623344421,0.3742145001888275,-0.10070928931236267,-0.4330216646194458,-0.0015941858291625977 +468,1.4144140678165102,-1.2533661433949008,-2.9345449571067137,0.30831748247146606,0.9500406384468079,-0.048612307757139206,-0.40653419494628906,2.239666223526001,-0.2243390828371048,-0.3396132290363312,-0.3022897243499756,-0.17952179908752441 +469,1.5010844934471586,-1.310735035752408,-2.9495145263107525,0.25651493668556213,0.9663742184638977,-0.0179111510515213,0.15519076585769653,0.3335427939891815,-0.4925128221511841,0.2933354675769806,0.345011830329895,-0.12703204154968262 +470,1.5463915104976955,-1.3395581473839477,-3.028657085188703,0.2291143536567688,0.973383367061615,-0.0055926041677594185,0.8461623787879944,0.23020611703395844,-0.06353338807821274,0.2699701189994812,0.5131735801696777,-0.13999152183532715 +471,1.4118479487403528,-1.2735991778832745,3.1179136145042263,0.28914976119995117,0.9561610221862793,-0.04635089263319969,0.17263594269752502,1.341598629951477,1.0253520011901855,-0.10537293553352356,0.22782939672470093,0.4457497000694275 +472,1.5770538113835322,-1.2300508322887977,3.125995768184814,0.3341834545135498,0.9425057768821716,0.0020911749452352524,-0.07994464039802551,0.7339259386062622,-0.09205000847578049,-0.3061835467815399,-0.3763132095336914,-0.1232917308807373 +473,1.502528695906382,-1.2461631902202943,3.109973608754688,0.3182178735733032,0.9477677941322327,-0.021757792681455612,0.2678655683994293,-1.151590347290039,-0.2048856019973755,-0.1151387095451355,-0.4169909358024597,-0.149064302444458 +474,1.5357509537962122,-1.2703107836529366,-3.0868028062945854,0.29580259323120117,0.9551928639411926,-0.01037075836211443,-0.621863603591919,0.20207728445529938,-0.15430377423763275,0.12094548344612122,0.06108832359313965,-0.11827605962753296 +475,1.4749004120547093,-1.231183576422981,3.0940458662976673,0.33159154653549194,0.9428837299346924,-0.03189610689878464,0.25846046209335327,-0.2744286358356476,0.3954780101776123,0.11401090025901794,0.6878993511199951,0.023183345794677734 +476,1.1901108992107663,-1.2313918557958798,2.983659353577703,0.30909132957458496,0.9429531097412109,-0.12370073050260544,-0.10601246356964111,-1.5357238054275513,-0.4290073812007904,0.13971540331840515,0.11886018514633179,0.620374321937561 +477,1.366733614832115,-1.255561794156307,-3.1161603607811177,0.30360645055770874,0.9507237076759338,-0.06282929331064224,-0.6814507842063904,-0.33503785729408264,0.17491930723190308,-0.04843375086784363,-0.3989201784133911,0.03518039733171463 +478,1.524182021812472,-1.2331831540470866,-2.9330662593393138,0.3308766186237335,0.9435479640960693,-0.015434765256941319,-0.5849645137786865,1.6966378688812256,0.10828722268342972,-0.355733186006546,-0.4617668390274048,0.008202074095606804 +479,1.751636783580118,-1.2692626207925686,-2.8369921973146606,0.2921423614025116,0.9548821449279785,0.05341470614075661,0.6037711501121521,-0.04232361912727356,-0.6778320074081421,0.1261621117591858,0.3207831382751465,-0.2573179006576538 +480,1.769736823114872,-1.3094594017160677,-2.931954120487666,0.2532767653465271,0.9660454392433167,0.05106242746114731,0.8576004505157471,0.7925902605056763,-0.27949753403663635,0.2048836648464203,0.4328194260597229,-0.1371372938156128 +481,1.4447768049784662,-1.2997726602901787,3.0597616502117475,0.2655948996543884,0.9634973406791687,-0.033648453652858734,0.08340340107679367,0.3365938067436218,0.930364727973938,-0.009613454341888428,0.1084783673286438,0.3483304977416992 +482,1.5147730967877795,-1.2252225111625945,3.032302848396502,0.3382049798965454,0.9408812522888184,-0.01896718330681324,0.24354246258735657,0.35202550888061523,0.0744825154542923,-0.3158203959465027,-0.16944271326065063,-0.028518198058009148 +483,1.3642018395360571,-1.243183360189892,2.9289961892646157,0.3149412274360657,0.94681316614151,-0.06600689142942429,0.3037252128124237,-1.2051339149475098,-0.24194449186325073,-0.033691227436065674,-0.4769797921180725,-0.15716814994812012 +484,1.3970596794084542,-1.2747200179934346,3.095666898813162,0.28737759590148926,0.9564886689186096,-0.050436507910490036,-1.2387614250183105,-1.2123221158981323,-0.08931881934404373,0.061377257108688354,-0.18471431732177734,-0.11565542221069336 +485,1.2825367384408606,-1.2446900778969774,3.0536774475410544,0.3071395456790924,0.9472969174385071,-0.09107251465320587,0.5368186831474304,-0.36740708351135254,0.35445377230644226,0.06726542115211487,0.49961793422698975,-0.37540388107299805 +486,1.1806909270011396,-1.213068008717521,2.9882092246856393,0.3238404095172882,0.9366946816444397,-0.13315609097480774,0.376762330532074,0.060037579387426376,-0.5953277945518494,0.01018977165222168,0.3269008994102478,0.39693474769592285 +487,1.26881715398606,-1.2737830858945134,3.084766039076646,0.2794223427772522,0.9562148451805115,-0.08704177290201187,-0.6060728430747986,0.060657355934381485,-0.22938254475593567,0.10664030909538269,-0.23909759521484375,0.23425859212875366 +488,1.3866055543132658,-1.2725677502819204,-2.9805453409734595,0.28885751962661743,0.9558584690093994,-0.0538148507475853,-0.16910986602306366,-0.04986102133989334,0.2314438372850418,-0.16657361388206482,-0.4507162570953369,-0.025378286838531494 +489,1.594925862352416,-1.2830538650141248,-2.9038352170238104,0.2837061882019043,0.958886981010437,0.006847027689218521,-0.48272669315338135,1.475189208984375,-0.3692348599433899,-0.1437678039073944,-0.06788039207458496,-0.20519602298736572 +490,1.6394194143946756,-1.3354563499929275,-2.9551715357300394,0.23262514173984528,0.9724351167678833,0.015988560393452644,0.3952992856502533,0.8989986181259155,-0.039412837475538254,0.5878857374191284,0.1939162015914917,-0.16460919380187988 +491,1.5266427378149692,-1.2982382756848436,3.135887449041722,0.2689339518547058,0.963085412979126,-0.011882121674716473,0.27904924750328064,0.1928936243057251,1.124280571937561,-0.006589621305465698,0.17386221885681152,0.12823039293289185 +492,1.5991324708864396,-1.197988374593942,3.1219205385474575,0.36408576369285583,0.9313082695007324,0.010319548659026623,-0.01896427944302559,1.2051680088043213,0.5692643523216248,-0.38148078322410583,0.07935762405395508,0.08748924732208252 +493,1.5864080416444228,-1.2038595139889523,3.0295704363827274,0.35871419310569763,0.9334306716918945,0.005600598640739918,0.6179361939430237,-0.5144457221031189,-0.21466143429279327,-0.25364214181900024,-0.44080066680908203,-0.31419432163238525 +494,1.4045080810327355,-1.2510763195122736,3.136445422674385,0.30996525287628174,0.9493234753608704,-0.052023984491825104,-1.0281648635864258,-3.2169179916381836,-0.2614913284778595,-0.009199261665344238,-0.31750279664993286,-0.0633934736251831 +495,1.4548070748294277,-1.2553097713030994,-2.998069415214531,0.3081939220428467,0.9506455063819885,-0.03590836003422737,0.447551965713501,0.2697829604148865,0.47066187858581543,0.19362184405326843,0.4820173382759094,-0.6280167698860168 +496,1.1789627014867399,-1.2070507788392963,3.0657461944306537,0.328812837600708,0.9345707893371582,-0.1358654499053955,0.12230215966701508,0.32463133335113525,-0.14100104570388794,-0.07432675361633301,0.3256372809410095,0.6531383991241455 +497,1.3698984271111845,-1.25255425112134,-3.093769049722747,0.3066043555736542,0.9497869610786438,-0.062438443303108215,-0.027692515403032303,-0.06374602764844894,-0.07759330421686172,0.10889247059822083,-0.0964239239692688,0.11285346746444702 +498,1.5043604536397144,-1.2367334304762514,-2.9505281442175892,0.32716068625450134,0.9447180032730103,-0.02176724001765251,-0.42035913467407227,1.2484890222549438,0.43125373125076294,-0.18365177512168884,-0.42147886753082275,0.009575486183166504 +499,1.8605480181087273,-1.2359130235340752,-2.809896522437493,0.3149586021900177,0.9444486498832703,0.09390250593423843,0.3003458082675934,0.7265177369117737,-0.4202619791030884,-0.1549244225025177,-0.06638175249099731,-0.47848498821258545 +500,1.7240773133379297,-1.2979308253414656,-3.0223569816670994,0.266332745552063,0.963002622127533,0.041146498173475266,0.7395185828208923,1.0770155191421509,-0.12405949085950851,0.5410555601119995,0.4112955927848816,0.06876254081726074 +501,1.552624441808515,-1.2667362279488745,3.0880319203142914,0.2993472218513489,0.9541288018226624,-0.0054403021931648254,-0.19716179370880127,-0.10998469591140747,1.0330344438552856,-0.09500148892402649,0.23356962203979492,0.219490647315979 +502,1.57976607763249,-1.2079850151571245,3.0906388312399375,0.35488972067832947,0.9349027872085571,0.003183357883244753,-0.022341588512063026,0.16639350354671478,-0.11848250776529312,-0.32959064841270447,-0.16334211826324463,-0.0030155181884765625 +503,1.5456540490887103,-1.2352834664575343,3.063683313254704,0.32914963364601135,0.9442415833473206,-0.008277315646409988,0.1665930300951004,-0.703747570514679,-0.40515777468681335,-0.06384506821632385,-0.4402589797973633,-0.136208176612854 +504,1.5318089340062477,-1.2699539416649954,-3.0285421632011555,0.29609978199005127,0.9550871849060059,-0.011550010181963444,-1.1504231691360474,-2.480092763900757,0.09007250517606735,0.09216010570526123,-0.10752248764038086,-0.18846219778060913 +505,1.5462470171185447,-1.236309398128884,-2.9890417063922214,0.32818546891212463,0.9445788860321045,-0.008058345876634121,0.42259880900382996,0.6058843731880188,0.1774912178516388,0.07438716292381287,0.6286174058914185,-0.406629741191864 +506,1.2258749314281192,-1.2181538384474597,3.062341563273936,0.32503700256347656,0.9384633302688599,-0.11678052693605423,-0.8364795446395874,-1.1863467693328857,-0.43606534600257874,0.16522789001464844,0.05161845684051514,0.9315235614776611 +507,1.4776027940480727,-1.2803398790229967,-2.93344121359459,0.28514695167541504,0.9581132531166077,-0.0266510508954525,-0.7979826927185059,-1.3485909700393677,0.03309192880988121,0.16829848289489746,-0.30053573846817017,-0.12132871150970459 +508,1.678416818674618,-1.2373628335705054,-2.6879201987487717,0.32539552450180054,0.9449241757392883,0.03515505790710449,-0.6343382000923157,2.2236080169677734,0.15318182110786438,-0.4839496612548828,-0.4460381269454956,-0.169844388961792 +509,1.8173129547990534,-1.2733618807460678,-2.668389414991561,0.2842085659503937,0.9560915231704712,0.0715167373418808,0.6097228527069092,0.44753924012184143,-0.7232160568237305,0.02537703514099121,0.2182706594467163,-0.174818754196167 +510,1.831793455806027,-1.330239141764678,-2.7752778635379993,0.23017480969429016,0.9712053537368774,0.06147727742791176,0.9662392139434814,1.3307416439056396,-0.1762419044971466,0.36362096667289734,0.3187572956085205,-0.14109766483306885 +511,1.5613299179623064,-1.3161029558815116,-3.090167564285393,0.2519374191761017,0.9677405953407288,-0.002385013736784458,-0.02293228730559349,0.0408218652009964,0.9528380036354065,0.018051624298095703,0.20146405696868896,0.20937049388885498 +512,1.4329500846082475,-1.2491778372038485,3.064723904353979,0.31310370564460754,0.9487250447273254,-0.043435633182525635,0.20945540070533752,-0.18132370710372925,-0.22885838150978088,-0.23249152302742004,-0.01186603307723999,0.06102902069687843 +513,1.34856026861752,-1.274586524529274,3.058730797501084,0.28471893072128296,0.9564496874809265,-0.06433749943971634,0.026206428185105324,-1.427463412284851,-0.047592826187610626,-0.07632961869239807,-0.6266003847122192,-0.12769436836242676 +514,1.284713179819444,-1.3004169802447207,-3.110623039695901,0.25624144077301025,0.9636696577072144,-0.07537396252155304,-1.0318024158477783,-1.0853391885757446,-0.10471763461828232,0.037352919578552246,-0.35553061962127686,-0.022877395153045654 +515,1.4237587518207346,-1.2805162437769007,-2.9692178614229507,0.28313225507736206,0.9581637382507324,-0.04193371906876564,1.2244105339050293,0.020636707544326782,0.30171188712120056,0.03431156277656555,0.6673092842102051,-0.6359379887580872 +516,1.15354997650046,-1.2487431798314401,3.0777471129392833,0.28936031460762024,0.9485875368118286,-0.1282658576965332,-0.3576635420322418,1.1264368295669556,-0.20415346324443817,0.21216553449630737,0.31105589866638184,0.7224431037902832 +517,1.2985015803758628,-1.2751756569003558,-3.0917080926853413,0.2805998623371124,0.956621527671814,-0.0783519595861435,-0.39196863770484924,-0.07194290310144424,0.18356762826442719,0.02774977684020996,-0.24150311946868896,0.12025260925292969 +518,1.4781220977928706,-1.261901120461309,-2.9033653015899197,0.30270200967788696,0.9526700377464294,-0.02813326194882393,-0.16919471323490143,0.8688583374023438,0.13104182481765747,-0.25964170694351196,-0.32098662853240967,-0.034626126289367676 +519,1.6934996384409657,-1.2865273541558657,-2.8319432043376582,0.2783471345901489,0.9598669409751892,0.03432656452059746,0.1587105095386505,0.8068740963935852,-0.48151329159736633,0.009555667638778687,-0.022717952728271484,-0.29766273498535156 +520,1.7095963640748175,-1.3210293225211416,-2.9275864648789165,0.24480104446411133,0.9689700603485107,0.03419829159975052,0.5108664631843567,1.3518515825271606,-0.051347631961107254,0.45745420455932617,0.33510708808898926,-0.07060575485229492 +521,1.4710008561366923,-1.2870159102443892,3.1185045175422075,0.2785937190055847,0.9600038528442383,-0.027895057573914528,0.3102460205554962,-0.5083357691764832,1.0291674137115479,-0.0996081531047821,0.15135478973388672,0.22807514667510986 +522,1.4628718816573583,-1.2151870679025059,3.065513124743483,0.3461358845233917,0.9374345541000366,-0.037502240389585495,0.0368557870388031,0.17174014449119568,0.010628239251673222,-0.34595274925231934,-0.19730699062347412,0.0634116530418396 +523,1.3829755625759603,-1.2278183620683856,3.007957346055464,0.3303787410259247,0.9417573809623718,-0.0627920925617218,0.1212243065237999,-0.4287908375263214,-0.2585891783237457,-0.09882664680480957,-0.4223635196685791,-0.03922819346189499 +524,1.4514986813132944,-1.2468750681276257,3.0949792422993925,0.31602418422698975,0.9479946494102478,-0.03788081929087639,-0.5790759325027466,0.08553523570299149,-0.030500853434205055,0.06428587436676025,-0.0735744833946228,-0.1508094072341919 +525,1.4777426746885647,-1.2146831855741171,3.03513114148982,0.34712573885917664,0.9372590184211731,-0.03239487111568451,0.907538115978241,-0.12279153615236282,0.32873407006263733,0.021084070205688477,0.5937469005584717,-0.7994685173034668 +526,1.2001477249763999,-1.1876422849928476,2.8785165341088628,0.34846070408821106,0.9274901151657104,-0.13541515171527863,-0.26021209359169006,-0.9562714099884033,-0.12555018067359924,0.03537413477897644,0.15011608600616455,0.45227909088134766 +527,1.1420004166721092,-1.2402117602017524,2.9133610520853637,0.2952090799808502,0.9458527565002441,-0.13495910167694092,-0.5921613574028015,-1.274962306022644,-0.28268471360206604,0.09126552939414978,-0.03488790988922119,0.10174073278903961 +528,1.264134149161307,-1.2667055555445657,3.094772224255728,0.2854565382003784,0.9541196227073669,-0.09039013087749481,-0.476904034614563,0.8466809988021851,0.010113456286489964,-0.046244531869888306,-0.45901769399642944,0.0474976971745491 +529,1.5110844861475916,-1.277223160999414,-3.0538764731247667,0.2888590395450592,0.9572160243988037,-0.0172688327729702,-0.27612531185150146,1.1653039455413818,-0.2511122226715088,-0.10990393161773682,-0.16122591495513916,-0.16403615474700928 +530,1.5771400295528104,-1.301639014474353,-3.06235707822623,0.2659139037132263,0.9639953374862671,0.001686901436187327,0.5061600804328918,1.6319948434829712,-0.03418071195483208,0.2510385811328888,0.2149292230606079,-0.1741417646408081 +531,1.389263954174515,-1.2894741639429523,2.9822777240966927,0.2730638384819031,0.9606891870498657,-0.05012171342968941,0.4989231824874878,-0.48707765340805054,0.1896630972623825,0.06870245933532715,0.09421181678771973,0.1399502158164978 +532,1.352588526064908,-1.247465055298004,2.981134724721611,0.3101927936077118,0.948182225227356,-0.06878164410591125,-0.6298750042915344,-0.5050888061523438,-0.07171761244535446,-0.1968047022819519,0.18473708629608154,0.15299493074417114 +533,1.2754570225458104,-1.2736083420993984,3.016201744287688,0.2801539897918701,0.9561637043952942,-0.085233174264431,0.033837806433439255,-1.5562102794647217,-0.25481978058815,-0.016710996627807617,-0.28195416927337646,-0.12066888809204102 +534,1.2745414545360059,-1.2765035556004882,3.0683216075859465,0.27742671966552734,0.9570075273513794,-0.08468103408813477,-0.6207508444786072,0.9543453454971313,0.14685887098312378,-0.02701479196548462,-0.5338356494903564,-0.0024924203753471375 +535,1.54961337269416,-1.2607232413086351,-2.9917250611397366,0.3050597608089447,0.9523112773895264,-0.006463033612817526,0.007362191565334797,-0.7505196332931519,0.31124719977378845,-0.02016294002532959,0.37041211128234863,-0.26529598236083984 +536,1.2678222170215383,-1.2214067336158434,3.074855949323068,0.3267325460910797,0.9395818710327148,-0.10213592648506165,-0.25810015201568604,-1.542096734046936,0.3096252977848053,0.1664925515651703,0.7378320693969727,0.12168241292238235 +537,1.1335464688776264,-1.2347310326685699,3.00556226893696,0.298749715089798,0.9440595507621765,-0.13964314758777618,0.28890302777290344,-0.036837805062532425,-0.37412962317466736,0.19104215502738953,0.2273576855659485,0.488886296749115 +538,1.238473165332332,-1.2672054193708304,-3.105955098385395,0.28259241580963135,0.9542691707611084,-0.09752905368804932,-0.7845191955566406,-0.9276711940765381,0.1446128785610199,-0.11053436994552612,-0.4098508358001709,-0.005757682025432587 +539,1.3372345797237326,-1.2505218771063114,-3.090912547894794,0.30627864599227905,0.9491490721702576,-0.07286476343870163,-0.010696811601519585,2.295506477355957,-0.06409092992544174,-0.26094481348991394,-0.36791133880615234,-0.07549642771482468 +540,1.4903446303656698,-1.2799882359322345,-3.0568286270654,0.2857987582683563,0.9580124616622925,-0.023042729124426842,0.2906355857849121,0.782490074634552,-0.6092816591262817,0.06075882911682129,0.1537885069847107,-0.1288585066795349 +541,1.551003832399295,-1.310042227572078,-3.125311590062643,0.2577589452266693,0.966195821762085,-0.0051023587584495544,0.3133205771446228,1.0827140808105469,-0.19194909930229187,0.2612077295780182,0.64540696144104,-0.29482442140579224 +542,1.3713056784741162,-1.2577772420616424,2.996176399236406,0.3018251359462738,0.9514082074165344,-0.06102294474840164,0.002978632226586342,1.204028606414795,1.0180145502090454,-0.1787325143814087,0.23041540384292603,0.4182007312774658 +543,1.403449444157719,-1.2249119797125836,2.9447396649756676,0.3342924118041992,0.940775990486145,-0.05647093430161476,0.6390159726142883,-0.42148855328559875,-0.2523139715194702,-0.2576932907104492,-0.36413121223449707,-0.12071412056684494 +544,1.209136684793872,-1.2341178507172303,2.8163107727181957,0.3089839220046997,0.9438571333885193,-0.11688825488090515,-0.18934616446495056,-0.3894248306751251,-0.04069088026881218,-0.04435071349143982,-0.5360049605369568,-0.05172133445739746 +545,1.3722385932833667,-1.2518093693374932,2.988285239392284,0.3074427545070648,0.9495536088943481,-0.061860229820013046,0.015366829000413418,-0.5249834060668945,0.14035336673259735,0.1306828260421753,0.1781775951385498,-0.37051284313201904 +546,1.2703812366583644,-1.2113437862582788,2.8465519503821066,0.33600765466690063,0.9360895156860352,-0.10409218817949295,0.6289191842079163,-0.2650377154350281,0.03290129452943802,0.17703858017921448,0.7245396971702576,-0.17825645208358765 +547,1.0485834902020565,-1.2134479537151481,2.739421646116886,0.3031705319881439,0.9368276596069336,-0.1744758039712906,-0.24530629813671112,-1.231947422027588,-0.46463698148727417,0.10983917117118835,0.12555038928985596,0.4702674150466919 +548,1.1347016423328504,-1.249649360483618,2.7955950053875656,0.286111980676651,0.9488739967346191,-0.13333344459533691,-0.5826764702796936,0.6983816623687744,-0.055363867431879044,0.025243550539016724,-0.41570156812667847,0.1311972439289093 +549,1.3415000999133881,-1.2571450234923187,2.9796256918952553,0.300458163022995,0.9512133598327637,-0.07012727856636047,-0.6995788216590881,0.9281026721000671,0.2191651314496994,-0.19491314888000488,-0.4262501001358032,-0.018709354102611542 +550,1.6033681252879757,-1.2860754004141042,3.109745025620182,0.28074073791503906,0.9597401022911072,0.009147466160356998,0.5915892720222473,-0.09192647784948349,-0.5334296822547913,0.00317952036857605,0.0356212854385376,-0.32123541831970215 +551,1.604080029923294,-1.3211383691389793,3.0175314917162313,0.24693627655506134,0.9689970016479492,0.008221990428864956,0.42125359177589417,1.7257966995239258,0.02494952082633972,0.38830241560935974,0.38369476795196533,-0.06519830226898193 +552,1.4882780773865925,-1.2954915433402423,2.8688397845453677,0.27091526985168457,0.962342381477356,-0.022406334057450294,0.2658517062664032,-0.6942912340164185,0.7593448162078857,-0.06116798520088196,0.18890273571014404,0.04190707206726074 +553,1.5452316652275127,-1.2440076950874688,2.909908911886658,0.3208980858325958,0.9470781087875366,-0.00820543896406889,-0.38607490062713623,0.47684067487716675,0.0017447364516556263,-0.2661800980567932,-0.1009630560874939,0.04833608865737915 +554,1.6012437758923954,-1.2569272350811926,2.9758912754957505,0.3085976243019104,0.951146125793457,0.009398914873600006,-0.17934532463550568,-0.8322200179100037,-0.20115579664707184,-0.1276131570339203,-0.4438983201980591,-0.1506953239440918 +555,1.658670677323505,-1.2646414506966366,3.1061712986424985,0.3002319037914276,0.9534994959831238,0.026450803503394127,-0.40597814321517944,-0.24142618477344513,0.002608838491141796,0.030792236328125,-0.06043308973312378,-0.3268352746963501 +556,1.5284011476466037,-1.2454470477431925,3.049287050455494,0.31935274600982666,0.9475391507148743,-0.013547134585678577,0.5702088475227356,-0.04715108126401901,0.5020160675048828,0.2543319761753082,0.4842236042022705,-0.24501299858093262 +557,1.2687955681098493,-1.210019432046103,2.8933259553202224,0.33702552318573,0.9356228709220886,-0.10499349981546402,0.07969685643911362,-1.5853934288024902,-0.1326834112405777,-0.06306919455528259,0.18040496110916138,0.31480181217193604 +558,1.291190097779285,-1.246727547079057,2.960860118137874,0.3060600459575653,0.9479476809501648,-0.08787842094898224,-0.07672237604856491,0.452569842338562,-0.04480138048529625,0.12603837251663208,-0.2038680911064148,0.23863524198532104 +559,1.4806969557444432,-1.233840970182509,3.1321425820954407,0.32927438616752625,0.9437656402587891,-0.02974795363843441,-1.2165098190307617,0.9793050289154053,0.4200458824634552,-0.24677011370658875,-0.38538551330566406,-0.0021429061889648438 +560,1.7812288543921349,-1.253550719386575,-2.9855674749092187,0.30506908893585205,0.9500982761383057,0.06516112387180328,0.7118299603462219,0.06044449657201767,-0.3987453281879425,0.11338791251182556,-0.06888800859451294,-0.5085662603378296 +561,1.720826723369196,-1.2754841760066842,-3.0925735585818526,0.28776898980140686,0.9567113518714905,0.043500978499650955,0.8463993072509766,0.6057327389717102,-0.010620638728141785,0.28522902727127075,0.5078576803207397,-0.1793651580810547 +562,1.3868891096085023,-1.2736060166298202,2.9827544390744865,0.28789663314819336,0.9561630487442017,-0.05355136841535568,0.2168724536895752,-2.077868938446045,0.36305657029151917,0.08614206314086914,0.08292990922927856,0.172249436378479 +563,1.3270218555207767,-1.2423333574958426,3.1019016747644956,0.3130512535572052,0.9465392827987671,-0.07786239683628082,-0.8049328923225403,-1.3419253826141357,0.33035290241241455,-0.08104133605957031,-0.27059006690979004,0.16885054111480713 +564,1.4654036977222542,-1.2296165438054611,-2.913435318151089,0.3327427804470062,0.9423605799674988,-0.035199057310819626,-0.8369893431663513,-1.3205833435058594,0.35493096709251404,-0.11057478189468384,-0.31415611505508423,0.09443366527557373 +565,1.5560300000807168,-1.1932711754965777,-2.5772720188479163,0.36858081817626953,0.9295797348022461,-0.0054429806768894196,-1.563410758972168,-3.173635244369507,0.4044676423072815,-0.13437369465827942,0.04132169485092163,-0.08649122714996338 +566,1.7208713008078103,-1.1444495576387552,-2.33185130472241,0.4088992476463318,0.9104825854301453,0.06183043494820595,0.3415546119213104,0.008566668257117271,0.3857334852218628,-0.2651461362838745,0.581933856010437,-0.21579158306121826 +567,1.471875074509525,-1.166036604791241,-2.413726029920622,0.3918726444244385,0.9191970229148865,-0.038891471922397614,0.02170400135219097,-2.210148811340332,-0.9625236988067627,0.036594122648239136,0.16352075338363647,0.34229719638824463 +568,1.3980714198465651,-1.2499198261935616,-2.4340645990660774,0.3107057213783264,0.9489593505859375,-0.05420675501227379,-0.32816755771636963,-0.007871932350099087,0.5468454360961914,0.5006957054138184,-0.004592776298522949,0.2380751371383667 +569,1.6372520092345326,-1.1852329548891252,-2.2618196992489534,0.37525105476379395,0.9265866875648499,0.024974340572953224,-0.5669350624084473,2.9963672161102295,0.6396856904029846,-0.35741350054740906,-0.27785933017730713,-0.03246641159057617 +570,1.8033817087044457,-1.1794901824640962,-2.3160187393255094,0.37112656235694885,0.9244117140769958,0.08790954202413559,0.5609848499298096,0.6273868680000305,-0.3932267725467682,-0.25325244665145874,-0.15738290548324585,-0.22168338298797607 +571,1.932705394033635,-1.260229470397071,-2.330938248411033,0.2858026325702667,0.9521604776382446,0.10820028930902481,0.5383725166320801,1.4718581438064575,-0.7344846725463867,0.4405462443828583,0.28338944911956787,-0.2762300968170166 +572,1.8048688311480023,-1.3467393765145368,-2.425814023672224,0.2161286622285843,0.9750040769577026,0.05153442174196243,0.38645586371421814,-2.5409843921661377,-0.3937390148639679,0.3221404254436493,0.12164521217346191,0.03087831288576126 +573,1.5512482377523749,-1.3271678146809986,-2.4620749302107434,0.2411799281835556,0.970469057559967,-0.004715207498520613,-0.1160615086555481,-0.9829978942871094,0.42376723885536194,0.0808262825012207,-0.037394046783447266,0.2225954532623291 +574,1.590498104645773,-1.2774386353383205,-2.3966199806305846,0.2891116142272949,0.957278311252594,0.005696749780327082,-0.1224113330245018,-0.028350118547677994,0.5622081756591797,-0.1349673867225647,-0.3470947742462158,0.06540918350219727 +575,1.6641652575643793,-1.2153925997135517,-2.2358544269501857,0.3464536666870117,0.9375060796737671,0.03244233876466751,-1.1426684856414795,-1.6044610738754272,0.6219298839569092,-0.19037148356437683,-0.10744309425354004,-0.049165960401296616 +576,1.7689063186452543,-1.1510659025599614,-2.036917085918732,0.39954352378845215,0.9131988286972046,0.08020561188459396,0.19434651732444763,0.97955322265625,0.22574855387210846,-0.34305545687675476,0.4226623773574829,-0.044042348861694336 +577,1.503612186041372,-1.2208450529925308,-2.2391592344850366,0.34207841753959656,0.9393894076347351,-0.02301688678562641,1.0257755517959595,-1.1382274627685547,-1.6073182821273804,0.29459452629089355,0.26066845655441284,0.34244436025619507 +578,1.3068182593717446,-1.2782330964189186,-2.442443578923734,0.27841681241989136,0.9575077891349792,-0.07525207847356796,-0.1015666052699089,1.4131908416748047,0.13487043976783752,0.36245229840278625,0.12551522254943848,0.21667057275772095 +579,1.5562589211394007,-1.2294635586724418,-2.2784495053537244,0.33470794558525085,0.9423093795776367,-0.004866127856075764,-0.5035014748573303,1.4034843444824219,0.6384220123291016,-0.25856655836105347,-0.4301481246948242,-0.01027059555053711 +580,1.7489435204344639,-1.2021178245175874,-2.2755382936241015,0.35467955470085144,0.9328044056892395,0.06386218965053558,0.6765261888504028,2.096299886703491,-0.3798034191131592,-0.38765382766723633,-0.2538493275642395,-0.17589223384857178 +581,1.7089916300865313,-1.2608851660602958,-2.5138093348192205,0.302066832780838,0.9523606896400452,0.04201200604438782,0.4963749945163727,2.9836928844451904,-0.20383627712726593,0.24622726440429688,0.3745284676551819,0.04859471693634987 +582,1.4708452881395409,-1.29412861563038,-2.898180498433639,0.27178797125816345,0.9619709849357605,-0.02725631557404995,0.8991034626960754,0.13730694353580475,0.10421844571828842,0.03825536370277405,0.04535311460494995,0.390583336353302 +583,1.568638745829344,-1.2405133173897662,-2.8933674963007268,0.32430949807167053,0.9459506273269653,-0.0006997250602580607,-0.13458172976970673,1.143506407737732,0.23657235503196716,-0.2069542109966278,-0.002667725086212158,0.021344900131225586 +584,1.5470765365962504,-1.2447017515518397,-2.9749058961223542,0.3202555179595947,0.9473006725311279,-0.0075978185050189495,0.5168959498405457,0.44689905643463135,0.04397239908576012,-0.04657387733459473,-0.4317673444747925,-0.07331955432891846 +585,1.5926142863798376,-1.227958399504453,-3.0396879369904415,0.3360814154148102,0.9418044686317444,0.007333774119615555,-0.33632057905197144,1.7644003629684448,0.14665228128433228,-0.12235152721405029,-0.23265212774276733,-0.28540992736816406 +586,1.6234007830098864,-1.2135866274418357,-3.0696696162030506,0.34917783737182617,0.936876118183136,0.018385272473096848,0.6157293319702148,1.805578589439392,0.40051785111427307,0.11766481399536133,0.5427533984184265,-0.08758389949798584 +587,1.4775887635498959,-1.1859194941294384,3.0935777245683105,0.3738149106502533,0.9268446564674377,-0.034943629056215286,0.6124098896980286,-1.844733715057373,-0.25420713424682617,-0.0724385678768158,0.5390975475311279,0.06204325333237648 +588,1.3651965568880051,-1.2495743886326969,3.0856048881545206,0.3090765178203583,0.9488503336906433,-0.06445685774087906,-0.11084062606096268,0.7690999507904053,-0.7345209717750549,0.19193056225776672,-0.17762541770935059,0.5190771818161011 +589,1.516327673378935,-1.2701038376569298,-3.082248806420298,0.295742392539978,0.9551315903663635,-0.01612463966012001,-0.3962903320789337,0.7288039326667786,0.33073607087135315,-0.06847798824310303,-0.3361893892288208,-0.0361366868019104 +590,1.8196232168891198,-1.2659127685470613,-3.004440294733433,0.29093703627586365,0.9538819193840027,0.0739249736070633,0.42073503136634827,2.1079041957855225,-0.21731525659561157,-0.12165603041648865,-0.17630928754806519,-0.3501396179199219 +591,1.914812115739199,-1.3026699257967107,-3.0459074662471854,0.24940276145935059,0.9642689228057861,0.08935143798589706,0.36354199051856995,1.4024162292480469,-0.1731763333082199,0.2808706760406494,0.19028735160827637,-0.15482687950134277 +592,1.4603286450926436,-1.330375838118377,2.7698411643742356,0.2366594672203064,0.9712379574775696,-0.026250088587403297,0.9504728317260742,-0.5915656089782715,0.40494322776794434,0.1223035603761673,0.47853004932403564,0.37091565132141113 +593,1.4660148664359076,-1.2488662662178636,2.752950196057383,0.3146626949310303,0.9486265182495117,-0.033092014491558075,0.06897277384996414,0.08946920186281204,0.46194174885749817,-0.24363309144973755,0.019101083278656006,-0.00709962472319603 +594,1.3200049428416327,-1.255190599012754,2.651837395572064,0.30068209767341614,0.9506085515022278,-0.07703026384115219,0.3301510214805603,-0.773351788520813,-0.29016372561454773,-0.049064695835113525,-0.4961102604866028,-0.051265649497509 +595,1.3452251436435707,-1.2786198052953455,2.662115017733629,0.2807401716709137,0.9576192498207092,-0.06442328542470932,-0.5479232668876648,1.1269108057022095,-0.08851884305477142,0.012014985084533691,-0.35161644220352173,-0.1284935474395752 +596,1.3167740117568394,-1.257695654025105,2.596204700463726,0.2981257140636444,0.951383113861084,-0.07740265130996704,0.7219650745391846,-0.15105581283569336,0.19956637918949127,0.1881108582019806,0.5474876761436462,-0.607198178768158 +597,1.0888428950561835,-1.2576081847166902,2.622503624030272,0.2729983329772949,0.9513561725616455,-0.14280439913272858,-0.5627575516700745,-2.5588786602020264,-0.4097050130367279,0.3525052070617676,0.39628469944000244,0.6115238666534424 +598,1.0605682353874377,-1.264969705676004,2.7093325998166744,0.26273393630981445,0.9535983800888062,-0.1470412164926529,-0.6996696591377258,-0.1996653527021408,0.663021445274353,-0.09236958622932434,-0.25419652462005615,0.0728071928024292 +599,1.506693569025922,-1.2644767905981522,2.951509441557854,0.30093273520469666,0.9534498453140259,-0.019317084923386574,0.5140169858932495,1.9512097835540771,-0.010203314013779163,-0.19285470247268677,-0.6136822700500488,-0.026764513924717903 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/q11.csv b/BoostRunClub/CoreML/DataSet/Motion/running/q11.csv new file mode 100644 index 0000000..be679e6 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/q11.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-2.8754986476974773,0.15743753279573597,1.6872894977601505,-0.2597125768661499,-0.1567879468202591,0.9528726935386658,0.5256465077400208,0.2393937110900879,0.41724807024002075,0.3115620017051697,0.030887722969055176,0.5953142642974854 +1,-0.2470362524510083,0.19749885524858246,1.3370323951322909,-0.23977768421173096,-0.19621741771697998,-0.9507919549942017,-0.20071910321712494,0.17592336237430573,-0.28716331720352173,-0.05567823350429535,-0.09572897851467133,-0.22234946489334106 +2,-0.21288997971058896,0.17305473047853115,1.2634523354725589,-0.2081296145915985,-0.17219224572181702,-0.9628249406814575,0.06501105427742004,0.246327742934227,-0.6572124361991882,0.152572363615036,0.04026475548744202,-0.48912513256073 +3,-0.20514893915605764,0.18849795379460263,1.20206750222391,-0.20010456442832947,-0.18738366663455963,-0.9616888761520386,0.041490498930215836,-0.07864494621753693,-0.42472004890441895,0.05658040940761566,0.07913781702518463,0.031894564628601074 +4,-0.16611961617190316,0.20077006816244422,1.1314146691591924,-0.16203516721725464,-0.19942398369312286,-0.9664236307144165,-0.15149915218353271,-0.13577808439731598,-0.6440079212188721,-0.0060251206159591675,0.14025042951107025,0.3647086024284363 +5,-0.15165842854494416,0.20754540794479834,1.1017678343644988,-0.14783555269241333,-0.20605860650539398,-0.9673078656196594,0.4472056031227112,1.245690941810608,-0.0007012044079601765,-0.08130568265914917,0.004993543028831482,0.23067456483840942 +6,-0.05828122661325042,0.252812415446203,1.1404005698601989,-0.056396689265966415,-0.25012797117233276,-0.9665688872337341,0.8354846835136414,0.5588410496711731,0.5413422584533691,0.1374208629131317,-0.09024983644485474,-0.21810823678970337 +7,0.015474922886396193,0.2927066148524194,1.2050945402870223,0.014816127717494965,-0.28854477405548096,-0.9573517441749573,-0.36196354031562805,1.5090575218200684,0.8054997324943542,0.07806411385536194,-0.17800796031951904,-0.4535674452781677 +8,0.11336559559750505,0.25284124074307723,1.276121095124042,0.10952624678611755,-0.25015586614608765,-0.9619906544685364,-0.5060163140296936,2.155344247817993,0.14958176016807556,-0.0055833905935287476,-0.13534215092658997,0.05909764766693115 +9,0.2120237874244938,0.20637435703198495,1.305472546442305,0.20597334206104279,-0.20491254329681396,-0.9568625092506409,-0.11900342255830765,0.21961107850074768,0.8214863538742065,-0.02363082766532898,0.08659589290618896,0.32343965768814087 +10,0.18350569114595075,0.2093858365511746,1.369938718929885,0.1784919798374176,-0.20785918831825256,-0.9617354869842529,-0.15915074944496155,-0.840641975402832,0.6067579984664917,-0.3936866819858551,0.21208587288856506,0.29459071159362793 +11,0.13938864347173074,0.2114012039583973,1.32388694802819,0.1358446627855301,-0.2098301202058792,-0.9682549238204956,-0.050400689244270325,-0.44126954674720764,-1.0472900867462158,0.03633551299571991,0.018393337726593018,-0.3777076005935669 +12,0.15509677092135268,0.1609651380127692,1.1519347122287529,0.15247881412506104,-0.16027094423770905,-0.9752247929573059,0.15658704936504364,0.16254347562789917,-3.065194845199585,-0.08221209049224854,0.30931881070137024,-0.6048227548599243 +13,0.24886246436179413,0.17018470577877892,0.7602179587030128,0.24274343252182007,-0.16936439275741577,-0.9551917910575867,1.7547394037246704,1.109981894493103,-4.223080635070801,0.07085521519184113,0.23635047674179077,0.21155470609664917 +14,0.43963655712908917,0.21762413608994302,0.22365509917855286,0.41557180881500244,-0.215910404920578,-0.8835625648498535,2.4731075763702393,0.132232204079628,-3.258195161819458,0.24582040309906006,-0.055940181016922,0.567751407623291 +15,0.45649122734810826,0.32698631890928603,-0.011689622628425222,0.4174453020095825,-0.3211904764175415,-0.8500447869300842,1.871664047241211,-0.807026207447052,-0.844025731086731,-0.16390526294708252,-0.047492384910583496,0.12236839532852173 +16,0.541135870424674,0.4213001535993676,-0.04751877863077584,0.47006767988204956,-0.40894725918769836,-0.7821754813194275,0.660516619682312,1.9668813943862915,0.8370285630226135,0.23981693387031555,-0.24785202741622925,-0.5235495567321777 +17,0.486689339250742,0.42457429958961607,0.010301997955385613,0.42617687582969666,-0.41193291544914246,-0.8054095506668091,0.48279041051864624,-1.1170467138290405,-1.2085868120193481,0.27269092202186584,-0.14438727498054504,0.06824219226837158 +18,0.5859407692730902,0.3897869469468107,-0.018082778314953613,0.5115042328834534,-0.379991352558136,-0.7706944942474365,0.752304196357727,2.0709893703460693,-1.4250903129577637,-0.09037691354751587,0.4855822026729584,0.3787420392036438 +19,1.0019995703267601,0.44634090289438844,-0.4717175526807087,0.760007381439209,-0.4316678047180176,-0.4858516454696655,3.9206154346466064,1.9045910835266113,-2.5427868366241455,-0.3292365074157715,0.4266171455383301,0.5839961767196655 +20,1.3566936344401954,0.23947636806567743,-0.685950202038648,0.9492812156677246,-0.2371939718723297,-0.20640724897384644,-0.19233012199401855,3.4913034439086914,-3.178574323654175,-0.34416353702545166,0.6119346022605896,0.2597214877605438 +21,1.6966675988322317,-0.10464038617833925,-0.591352531954584,0.9866623282432556,0.10444952547550201,0.1248525083065033,-2.0559234619140625,4.119596004486084,-3.8855655193328857,1.0804002285003662,0.4439818859100342,-0.5451862812042236 +22,1.880889322375251,-0.41487142342928873,-0.38535823299587946,0.8715194463729858,0.4030722677707672,0.2792609930038452,-0.997433602809906,0.5196214318275452,-3.324432373046875,1.8546617031097412,-0.2934989035129547,-0.5947669744491577 +23,1.830558219040815,-0.42439063792775494,-0.5373218780994236,0.8807171583175659,0.41176554560661316,0.2340652048587799,3.474233865737915,-1.5279558897018433,3.495741844177246,0.9353839159011841,-0.40482279658317566,-0.590312123298645 +24,1.5586591440555173,-0.07405016208980991,-1.0053840672951737,0.9971859455108643,0.07398250699043274,-0.012103622779250145,4.853857517242432,-0.4051394462585449,4.459512233734131,-0.08872354030609131,0.21321842074394226,0.1996493935585022 +25,1.6428238811825304,0.31530630577397456,-1.471091115953403,0.948236346244812,-0.31010767817497253,0.0684175044298172,3.546365737915039,0.6106634140014648,3.287949323654175,-0.2930087447166443,0.7974886894226074,0.04439067095518112 +26,1.7772376802964431,0.4596071062498622,-1.6855567495008337,0.8771968483924866,-0.4435960054397583,0.18370689451694489,-0.3272968828678131,1.399951696395874,-0.12799832224845886,0.11236608028411865,0.9594193696975708,0.1954587697982788 +27,1.7948064550431433,0.3530444798653052,-1.3891315997817708,0.9148798584938049,-0.3457561135292053,0.2084406316280365,-3.217513084411621,0.47735196352005005,-4.256188869476318,0.4458378553390503,1.0728678703308105,-0.27017760276794434 +28,1.8281152668921712,-0.12826168119445006,-1.1398409837723216,0.9591318964958191,0.1279103010892868,0.25239822268486023,1.1073304414749146,1.329008936882019,-5.045039653778076,0.8005726337432861,0.1726725548505783,-0.07701376080513 +29,1.8569943291231967,-0.44849556544963615,-1.160641219464449,0.8644475936889648,0.43361037969589233,0.25438693165779114,-0.24854569137096405,-0.6031411290168762,-1.7712584733963013,-0.03755843639373779,-0.5672315359115601,-0.24683377146720886 +30,1.7705244733261616,-0.5335591495150732,-0.9427973459773448,0.8438860774040222,0.5086010098457336,0.17082534730434418,-2.724074602127075,-3.4562244415283203,-1.0906497240066528,-0.0002428889274597168,-0.42705804109573364,-0.40614640712738037 +31,1.4748702281604273,-0.5339961241109844,-0.37311183743268783,0.8568227291107178,0.5089771747589111,-0.0824446976184845,-5.25101900100708,-5.3506975173950195,1.321396827697754,0.4827311038970947,-0.9202167987823486,-0.2940964698791504 +32,1.1462203013381096,-0.34339367150428085,-0.055921849361514994,0.8580145239830017,0.33668455481529236,-0.3878847062587738,-0.8569526672363281,-4.576732158660889,2.2713654041290283,0.4292778968811035,-0.5056146383285522,-0.7047513723373413 +33,0.8061275949564323,-0.07291342660905117,-0.06201723047832132,0.7196943759918213,0.072848841547966,-0.6904585361480713,3.3748981952667236,-3.2104971408843994,1.4225170612335205,0.4082658290863037,0.3969845175743103,-0.8990647792816162 +34,0.4819697726103405,0.19894152525056663,-0.2635511684109796,0.4543830156326294,-0.1976318508386612,-0.8686067461967468,2.9704301357269287,-4.058811187744141,-0.20845605432987213,0.08419117331504822,0.5917510986328125,-0.3853757381439209 +35,0.025972080988870015,0.3518491490014194,-0.3460372078486178,0.0243782140314579,-0.3446342647075653,-0.9384204149246216,0.6917447447776794,-3.8429336547851562,-0.5016107559204102,0.3476615846157074,0.6927025318145752,0.40344732999801636 +36,-0.14119786121009326,0.5432911752307928,-0.36433559057643555,-0.12046583741903305,-0.516956090927124,-0.8474929928779602,2.7596869468688965,-0.3922010660171509,-0.4433925747871399,0.5591102242469788,0.3353612422943115,0.3911941647529602 +37,-0.12258191914001097,0.6910182337181412,-0.25883177742668506,-0.09422492980957031,-0.637322187423706,-0.764815092086792,-0.3763359487056732,-0.19675400853157043,1.1605706214904785,0.3968982696533203,0.029991865158081055,-0.251267671585083 +38,-0.07545715825881505,0.663165618107451,-0.30088607146556673,-0.05940740182995796,-0.6156145930290222,-0.7858049273490906,-2.1593661308288574,-1.3766924142837524,-1.5690875053405762,0.19804875552654266,0.2817980647087097,-0.5482252240180969 +39,-0.15901464108163646,0.46568773008250014,-0.40748023950768475,-0.1414836198091507,-0.4490374028682709,-0.8822401762008667,-2.0452566146850586,-1.8498255014419556,1.4929745197296143,0.10678516328334808,0.04847896099090576,0.389976441860199 +40,-0.24831793136320468,0.46270225593642755,-0.3015150072391984,-0.21993060410022736,-0.44636785984039307,-0.8674020171165466,0.18383777141571045,-0.18602913618087769,0.7438794374465942,0.18613240122795105,-0.16167962551116943,0.26422208547592163 +41,-0.3048007288201242,0.3498661691814529,-0.2946889832010416,-0.28192242980003357,-0.34277209639549255,-0.8961177468299866,-1.2261991500854492,-1.6021535396575928,-0.35572969913482666,-0.32490435242652893,-0.052873075008392334,-0.20382732152938843 +42,-0.7349470900340921,0.38808045661945195,-0.3540724308032856,-0.620684027671814,-0.37841230630874634,-0.6866989135742188,2.2390658855438232,-6.231147289276123,-0.36316388845443726,-0.16264110803604126,-0.2812556326389313,-0.20333093404769897 +43,-1.2865317559225622,0.501094969232108,-0.2257134620939974,-0.8418592214584351,-0.4803861677646637,-0.24597208201885223,0.47264695167541504,-1.7369461059570312,0.5460944771766663,-0.12928640842437744,0.21280807256698608,-0.14295923709869385 +44,-1.501230763008774,0.5672429618834367,-0.17766382837138628,-0.8413455486297607,-0.5373088717460632,-0.05862327665090561,1.1361817121505737,-2.3481335639953613,-0.9082415699958801,0.2223728895187378,0.09776419401168823,0.05387783423066139 +45,-1.6141996988081058,0.5884062403210901,-0.20825194332514188,-0.8310427665710449,-0.5550360083580017,0.03609272465109825,-1.1593879461288452,-0.95606929063797,0.19343946874141693,0.4855839014053345,0.32784801721572876,-0.26164817810058594 +46,-1.5748099282764227,0.583889499844853,-0.30699060228610675,-0.8343181014060974,-0.5512732267379761,0.0033486383035779,-1.2816897630691528,0.4290536046028137,0.47575312852859497,0.2048930525779724,-0.2535210847854614,-0.17584919929504395 +47,-1.5165981466823688,0.44247067219253905,-0.3675207232562185,-0.9023696780204773,-0.4281735122203827,-0.048954736441373825,0.8090327382087708,-0.5456926226615906,2.021453857421875,-0.2612503170967102,-0.10377839207649231,-0.36240696907043457 +48,-1.5330620628858138,0.258860868320915,-0.29874360955025003,-0.9659942388534546,-0.2559795379638672,-0.03646839037537575,0.4229126274585724,0.36137649416923523,1.9644664525985718,-0.16578078269958496,0.1936626136302948,-0.29678356647491455 +49,-1.3966667183071437,0.18332149044533233,-0.32815406647666634,-0.9683747291564941,-0.18229641020298004,-0.1703479140996933,-0.8941231966018677,1.9175909757614136,-0.2040463387966156,0.3601594567298889,0.5973354578018188,-0.2409374713897705 +50,-1.1894103530860975,-0.02773581716829605,-0.3666414479907252,-0.9277926683425903,0.027732260525226593,-0.3720640540122986,-0.7187610864639282,1.4869396686553955,3.151215076446533,0.34977447986602783,0.3937612771987915,0.061562955379486084 +51,-0.9241221923864423,-0.3486946571096142,-0.26312175659326104,-0.7500625848770142,0.34167131781578064,-0.5662745237350464,-0.14285148680210114,2.9053380489349365,3.270815372467041,-0.34989774227142334,0.39064374566078186,-0.2189427614212036 +52,-0.7126353681336419,-0.5613303905625465,-0.14931359423404214,-0.5534983277320862,0.5323129296302795,-0.6405330896377563,-0.5932276248931885,-0.3780609667301178,1.8493587970733643,-1.372267723083496,-0.17859888076782227,-0.11166417598724365 +53,-0.8128455597954929,-0.6521227616009336,-0.2504682465001531,-0.5772186517715454,0.606874942779541,-0.5463712811470032,-2.576042652130127,-0.27959924936294556,-3.112520933151245,-1.0521149635314941,-0.6071495413780212,0.0060575008392333984 +54,-1.059889507736138,-0.3452534347126474,-0.6696057513566507,-0.8208267688751221,0.33843517303466797,-0.46011433005332947,-0.5382017493247986,-0.08719398826360703,-4.585997581481934,-0.31871497631073,-0.07865425944328308,0.00859147310256958 +55,-1.1267471618073435,-0.006770627574749344,-0.9314397806330206,-0.9029988050460815,0.006770575884729624,-0.42958956956863403,-0.5311347246170044,-0.04977639764547348,-4.248170852661133,0.2633656859397888,0.4819989502429962,0.04232153296470642 +56,-1.0386348485021404,0.2800794747633512,-1.1714611175422043,-0.8281344175338745,-0.2764320373535156,-0.4876255691051483,-0.44715315103530884,1.4661650657653809,-2.8500261306762695,0.08820521831512451,0.9433937072753906,-0.1253046691417694 +57,-0.8839572094218714,0.34924128719638486,-1.1928712062674676,-0.7265748381614685,-0.34218499064445496,-0.5958174467086792,0.9585546255111694,0.5877003073692322,1.46950364112854,-0.242129385471344,1.0029821395874023,-0.3044663667678833 +58,-0.9681227905971758,0.15916558372813294,-0.8246856732474787,-0.8134099245071411,-0.15849439799785614,-0.5596820116043091,1.1257346868515015,1.0319846868515015,4.380498886108398,-0.016057908535003662,0.9470838904380798,-0.17650878429412842 +59,-0.8787368746380392,-0.21982703378372873,-0.6625574346832684,-0.7514051795005798,0.21806082129478455,-0.6227678656578064,-2.07612681388855,0.46064144372940063,3.766422748565674,-0.002989351749420166,0.08590951561927795,0.08892381191253662 +60,-0.7960971548503645,-0.5453594695148354,-0.5406890168477538,-0.610967755317688,0.5187254548072815,-0.5980321764945984,-0.6346874833106995,0.46228522062301636,3.0551071166992188,-0.1252078413963318,-0.2435179352760315,0.11899775266647339 +61,-0.5323142624510694,-0.7328749327573755,-0.2398369382656804,-0.37722280621528625,0.6690092086791992,-0.6404135823249817,0.28276199102401733,1.0791958570480347,2.8034141063690186,-0.7698871493339539,-0.152712881565094,0.050569891929626465 +62,-0.27923150686274933,-0.9024645167134132,0.041041396068595665,-0.17079369723796844,0.7848564982414246,-0.5956760048866272,-1.3222172260284424,-0.4992664158344269,0.169663205742836,-1.675962209701538,-0.7171074748039246,-0.4295772910118103 +63,-0.7202269681083426,-0.8680450795805216,-0.4597936854113432,-0.42628347873687744,0.7630668878555298,-0.48580998182296753,0.0020976155065000057,0.8959935903549194,-5.141849040985107,-0.7548230886459351,-0.2928367853164673,-0.5525506138801575 +64,-0.8643016801446572,-0.35840980161618485,-0.8324112620724846,-0.7123077511787415,0.3507855236530304,-0.6079203486442566,1.4148736000061035,0.15485042333602905,-5.382756233215332,-0.40191954374313354,0.3480059504508972,-0.10950207710266113 +65,-0.8839888308242968,0.14824270895207153,-1.0542353169908296,-0.7647930383682251,-0.14770033955574036,-0.6271173357963562,1.3996502161026,0.4931258261203766,-5.2913408279418945,-0.06630736589431763,0.8792829513549805,0.1631433367729187 +66,-0.6966509630853315,0.5050644253789357,-1.2916798036891186,-0.5615379810333252,-0.48386383056640625,-0.6712309122085571,0.28176331520080566,1.4377073049545288,-2.205340623855591,-0.2558143138885498,1.0301742553710938,0.10976850986480713 +67,-0.6229313590099672,0.5273084495493922,-1.295494094939244,-0.5041695237159729,-0.5032092332839966,-0.7018500566482544,-0.23492754995822906,-0.5262911915779114,2.004089593887329,-0.1973380446434021,1.054036259651184,0.0880042314529419 +68,-0.7751176468310487,0.26115978328462713,-1.015640250247142,-0.6760706901550293,-0.2582011818885803,-0.690116286277771,-0.5304970741271973,0.6259225010871887,4.814177989959717,-0.09518474340438843,0.7541576623916626,-0.21315819025039673 +69,-0.7777048467684344,-0.16923738070978706,-0.7106132261258306,-0.6916218400001526,0.16843067109584808,-0.7023463249206543,-1.7921876907348633,-0.4341578185558319,5.034304618835449,-0.19999492168426514,0.11831249296665192,-0.1001744270324707 +70,-0.7109157164952835,-0.5934891985124195,-0.5433612918599152,-0.5409420132637024,0.5592569708824158,-0.6281826496124268,-1.7632964849472046,0.6514924764633179,2.541285514831543,-0.3222629427909851,-0.422568678855896,-0.004599332809448242 +71,-0.5131812664697903,-0.7551064853963346,-0.36883396779083705,-0.357509970664978,0.6853662133216858,-0.6343972086906433,0.15055587887763977,0.18693570792675018,2.0670363903045654,-0.766513466835022,-0.4679742455482483,-0.08745032548904419 +72,-0.42498132640333497,-0.7990299845659092,-0.14408352148871278,-0.28754159808158875,0.7166799306869507,-0.6353658437728882,0.18722927570343018,-1.314774751663208,0.5375698208808899,-1.0679728984832764,-0.6475728750228882,-0.3616586923599243 +73,-0.7213954886566205,-0.7678402749597466,-0.4142770261478689,-0.475123792886734,0.6945831179618835,-0.540195882320404,-0.24765445291996002,0.06442142277956009,-4.002993106842041,-0.6594738960266113,-0.3020050525665283,-0.39532041549682617 +74,-0.8279036075977224,-0.3311193040630446,-0.7057015368611531,-0.6965067386627197,0.32510173320770264,-0.6396774053573608,1.6117409467697144,0.5575491189956665,-5.0107831954956055,-0.4053609371185303,0.28915607929229736,-0.12266695499420166 +75,-0.8833858888351792,0.07166790566586899,-0.9546245777156714,-0.7709077000617981,-0.07160656899213791,-0.6329089403152466,0.5711347460746765,-0.008600023575127125,-4.192700386047363,0.12483537197113037,0.597470223903656,0.17381781339645386 +76,-0.8001584780829555,0.38860573121150943,-1.1266341474575234,-0.6639708876609802,-0.3788984715938568,-0.6446537971496582,1.4176464080810547,0.9599926471710205,-2.3228511810302734,-0.0624237060546875,0.9664686918258667,0.05737358331680298 +77,-0.754019558923571,0.43946491694860385,-1.0431488198262,-0.619525671005249,-0.4254552721977234,-0.6596785187721252,-0.16427648067474365,-0.26495790481567383,2.285257339477539,-0.3463099002838135,0.9584753513336182,-0.10278791189193726 +78,-0.8917032823705194,0.15449629360400646,-0.7873661969753377,-0.7688743472099304,-0.15388241410255432,-0.6206064820289612,-0.4291013777256012,0.16130684316158295,4.356545925140381,-0.2545478343963623,0.7001165747642517,-0.17414748668670654 +79,-0.917689250157712,-0.22190837262996688,-0.6736884676975201,-0.7747251987457275,0.22009159624576569,-0.5927567481994629,-1.9188424348831177,-0.7161705493927002,3.4633371829986572,0.03446030616760254,-0.09959295392036438,0.05699014663696289 +80,-0.9293619830204342,-0.5736344090648837,-0.5628445013777033,-0.6729874610900879,0.5426883101463318,-0.5025706887245178,-0.7453128695487976,-0.6502143740653992,2.9196038246154785,-0.0002913475036621094,-0.4115084409713745,0.11183887720108032 +81,-0.774592738082673,-0.6709138168592794,-0.3600307897816216,-0.547827422618866,0.6217020153999329,-0.5597962141036987,1.680996298789978,0.6900792121887207,1.747243046760559,-0.517693817615509,-0.29231053590774536,-0.057543814182281494 +82,-0.5482045126117382,-0.7157969732666434,-0.04846903642728621,-0.39324870705604553,0.6562190055847168,-0.6439969539642334,0.609099268913269,0.18274766206741333,1.5284875631332397,-1.0707405805587769,-0.3993372917175293,-0.0866091251373291 +83,-0.691085147824234,-0.7461785533348082,-0.20750667622512056,-0.4680160880088806,0.6788376569747925,-0.565809428691864,-1.9794330596923828,-0.15334726870059967,-3.3159210681915283,-0.7040724754333496,-0.6763352751731873,-0.3711259365081787 +84,-0.852423909282015,-0.4203925278227362,-0.6104447965142163,-0.6873239874839783,0.4081188440322876,-0.6008533835411072,1.3180381059646606,1.1827741861343384,-5.145133972167969,-0.33139854669570923,-0.0457988977432251,-0.09212452173233032 +85,-0.8829553788551618,0.016816997481492745,-0.8010618214478253,-0.7725092768669128,-0.01681620441377163,-0.634780764579773,1.430290937423706,-0.5778658390045166,-4.076566219329834,0.14978283643722534,0.3971567749977112,0.12554919719696045 +86,-0.8318960566666299,0.33259811037437786,-0.955348787723933,-0.698698878288269,-0.3264998495578766,-0.6365670561790466,0.09950502216815948,1.10982084274292,-2.2844791412353516,0.08230489492416382,0.696830689907074,0.18881314992904663 +87,-0.6250600716582939,0.4011192037006291,-1.031478847565055,-0.5386998057365417,-0.3904489576816559,-0.7465602159500122,-0.11586764454841614,1.399741768836975,0.2895772457122803,-0.6643183827400208,0.8153451681137085,-0.1567295789718628 +88,-0.6567216770620172,0.3889550383993945,-0.8866318187569223,-0.5649211406707764,-0.37922170758247375,-0.732840359210968,-0.47086799144744873,0.06496293842792511,2.9104888439178467,-0.22359198331832886,0.7922313809394836,-0.10457724332809448 +89,-0.7645189945933112,0.014263980023597377,-0.7883441226529031,-0.6921194791793823,-0.014263496734201908,-0.7216419577598572,-2.0426201820373535,-1.4469285011291504,3.0207676887512207,0.0361594557762146,0.10396991670131683,-0.16742658615112305 +90,-0.8541423269722134,-0.31193263298246604,-0.6697965760352947,-0.7176210880279541,0.3068985641002655,-0.6251665949821472,-1.0678447484970093,-0.3950077295303345,2.333462715148926,-0.09915131330490112,-0.7041306495666504,-0.006028473377227783 +91,-0.8453345099177558,-0.40052351049811125,-0.626221581503751,-0.6889788508415222,0.38990047574043274,-0.6109711527824402,0.23242273926734924,-0.2083437591791153,0.5223023891448975,-0.07895016670227051,-1.0324785709381104,0.03449416160583496 +92,-0.9179715733879518,-0.3554620237061791,-0.6131974556749318,-0.7447116374969482,0.34802353382110596,-0.5694595575332642,0.3048987090587616,-1.3579916954040527,-2.024226427078247,-0.19855618476867676,-1.362946629524231,-0.17317044734954834 +93,-1.0219443475421583,-0.040219156812588766,-0.8161255152914317,-0.8524340987205505,0.04020831361413002,-0.5212862491607666,-0.21779502928256989,0.7670724391937256,-5.083481788635254,-1.3752574920654297,-0.5790572166442871,-0.5998075008392334 +94,-0.8401655058996538,0.4781283656687357,-1.1576577542339006,-0.6612351536750793,-0.46011823415756226,-0.5925025939941406,0.337752103805542,-0.6369372606277466,-5.4174370765686035,-1.8595777750015259,0.31993576884269714,-0.3028984069824219 +95,-0.7710832869265561,0.8755365810430207,-1.483232581266897,-0.4464316666126251,-0.7678873538970947,-0.45939943194389343,2.350834369659424,-1.6804956197738647,-3.5385923385620117,-0.2684120833873749,1.1442453861236572,0.3422577381134033 +96,-0.5910370664070523,1.2097208204452947,-1.7281372956700234,-0.19685590267181396,-0.935517430305481,-0.29335126280784607,0.4753302335739136,1.7309322357177734,-3.26651668548584,0.32469403743743896,1.8783122301101685,0.11544901132583618 +97,-0.049329487489483716,1.3251662262670914,-1.9906964167007328,-0.011990461498498917,-0.9699842929840088,-0.24287164211273193,0.3556886315345764,2.4919261932373047,2.304692268371582,-0.22008046507835388,-0.22493141889572144,-0.9631830453872681 +98,-0.739108734265723,1.1652853736518396,-1.1399548009471796,-0.2657390534877777,-0.9189009666442871,-0.2915542721748352,-1.9079945087432861,1.484920859336853,2.038759231567383,-0.06621590256690979,-0.1487107276916504,-0.041377246379852295 +99,-0.7748635812564849,0.8978072726869196,-1.007213977752183,-0.4360904395580292,-0.781961977481842,-0.4453766644001007,-0.157201886177063,0.0007579680532217026,2.900200843811035,0.42751502990722656,0.2401835322380066,0.439380019903183 +100,-0.9791827801099315,0.7826073051485501,-0.7388169974735571,-0.5885639786720276,-0.7051305770874023,-0.39545324444770813,0.6294467449188232,-0.33905360102653503,1.0892984867095947,0.4340229630470276,-0.3778619170188904,0.9799717664718628 +101,-0.8138666667746821,0.9346846287583601,-1.0770670367334627,-0.43185946345329285,-0.804411768913269,-0.40794503688812256,-0.4533735513687134,-1.0693786144256592,-4.842230796813965,-1.2855019569396973,-1.6178141832351685,-0.25849783420562744 +102,-0.7005602276256949,1.3113472494044291,-1.3823611666189337,-0.16538263857364655,-0.9665314555168152,-0.1961260885000229,3.3691213130950928,-1.800769329071045,-2.0079522132873535,-0.6957471370697021,1.0161378383636475,-0.6421459913253784 +103,-0.9952192511719405,1.4734572199526896,-1.1794584709430076,-0.08152689784765244,-0.995266318321228,-0.05289996787905693,-0.9001054167747498,0.023835498839616776,0.682778000831604,0.7608329057693481,1.6148189306259155,-0.43391644954681396 +104,-1.0386300953193963,1.2386216784198234,-1.0499038282191768,-0.28100329637527466,-0.9453354477882385,-0.16546334326267242,-2.053558111190796,1.222780704498291,2.573057174682617,-0.36392468214035034,-0.42272186279296875,0.06271064281463623 +105,-1.0488224567789886,1.0482626919630071,-0.9997896961165778,-0.4326184391975403,-0.8665574789047241,-0.2488359659910202,0.9595481157302856,-0.18918436765670776,0.07764056324958801,-0.6271806955337524,-1.7910199165344238,-0.21475659310817719 +106,-0.9770126449932821,1.1816662236608642,-1.0880423337439273,-0.31444457173347473,-0.9252394437789917,-0.21226567029953003,-0.27190691232681274,0.14309652149677277,-1.1021461486816406,-0.2776727080345154,0.6976698637008667,-0.28639155626296997 +107,-0.9529164179600271,1.164212068903984,-1.0570649415310147,-0.3223544955253601,-0.9184769988059998,-0.22910159826278687,-0.4402821958065033,0.9373086094856262,1.5558966398239136,0.5386783480644226,1.6883745193481445,0.17465823888778687 +108,-0.8386545125409037,0.8657408313811653,-1.0528841057027483,-0.4820028841495514,-0.7615755796432495,-0.43321555852890015,-2.3693106174468994,0.9668233394622803,2.643205404281616,-0.06951075792312622,-0.25156211853027344,-0.09943819046020508 +109,-0.8992251083940919,0.6858287862372939,-0.9564475021329666,-0.6058393120765686,-0.6333146095275879,-0.4815300405025482,0.7483281493186951,-0.687537431716919,0.6192148923873901,-0.09337937831878662,-1.5066542625427246,0.019875407218933105 +110,-0.8359053491725781,0.8539655093549299,-1.1646398738083716,-0.4874298870563507,-0.75389164686203,-0.440521776676178,-1.1150803565979004,-0.7480558753013611,-4.146626949310303,-0.9444701075553894,-0.9851372241973877,-0.05009409785270691 +111,-0.5529180811535158,1.1151784081336713,-1.6401592950358552,-0.2310851514339447,-0.8979893326759338,-0.3744529187679291,2.0017142295837402,-1.362721562385559,-2.448411464691162,-0.5332123041152954,0.43450355529785156,-0.1890389323234558 +112,-0.629928299736575,1.37840022982859,-1.7130629674772373,-0.11264003068208694,-0.9815489053726196,-0.15451203286647797,1.3393490314483643,-1.3612242937088013,-1.1303601264953613,0.03889429569244385,1.5058714151382446,-0.04003751277923584 +113,-0.4864706270062354,1.3528686465297188,-1.8806511229806309,-0.10107831656932831,-0.9763475656509399,-0.19112376868724823,-1.0317901372909546,0.81239253282547,1.2929725646972656,0.3938029408454895,1.072188138961792,-0.1415483057498932 +114,-0.7460554499729798,1.0497297626057103,-1.4293302132988006,-0.3378840684890747,-0.8672887086868286,-0.36557433009147644,-1.7377371788024902,1.7608063220977783,3.6093077659606934,-0.6822117567062378,-0.6351679563522339,-0.6093554496765137 +115,-0.8907829979831349,0.6900295100873822,-1.0686027723362466,-0.5996788740158081,-0.6365599632263184,-0.48495036363601685,0.32411688566207886,0.8590063452720642,3.6100566387176514,-0.4166480302810669,-0.6259522438049316,-0.09831690788269043 +116,-0.9325286174765353,0.4862304852060034,-0.9427404130874921,-0.7100468873977661,-0.4672966003417969,-0.5267516374588013,-0.6770023703575134,0.24451367557048798,0.5079360604286194,0.2399388551712036,-0.1429024040699005,0.38475334644317627 +117,-0.9362969192201808,0.4642358821646458,-0.9718035218345521,-0.720131516456604,-0.44773969054222107,-0.530037522315979,0.44630059599876404,-0.4804694950580597,0.022243648767471313,0.4438254237174988,-0.21118059754371643,0.405861496925354 +118,-0.965191809900219,0.5753556156267796,-1.0060720674077916,-0.6897897124290466,-0.544133186340332,-0.477607786655426,0.8210505843162537,-0.6050461530685425,-2.25495982170105,-0.1954793930053711,-0.7461041808128357,0.2982254922389984 +119,-1.057837795266795,0.8684732747568024,-1.0133581786094739,-0.562851071357727,-0.7633435726165771,-0.3170255124568939,2.023159980773926,-0.4909437894821167,-3.3795275688171387,-0.9948728680610657,-0.7611009478569031,-0.01671472191810608 +120,-0.9012650474708036,1.2656560701776962,-1.3269581229605572,-0.23556849360466003,-0.9538048505783081,-0.18645046651363373,-0.24107567965984344,-1.7063376903533936,-3.4348151683807373,-0.45454075932502747,0.3622826337814331,-0.5829281806945801 +121,-0.8506254019143602,1.4129792987501322,-1.5108729323732462,-0.11813794076442719,-0.9875727295875549,-0.10365072637796402,0.7065477967262268,-1.4862644672393799,0.7920634150505066,0.19742262363433838,1.3098535537719727,-0.1606009602546692 +122,-0.994278486419071,1.2797717103957218,-1.4291279330429085,-0.24055542051792145,-0.9579503536224365,-0.1564098298549652,-1.8394814729690552,0.34340667724609375,0.9982921481132507,0.23925845324993134,1.0508002042770386,-0.08673898875713348 +123,-0.7530487911434833,0.9686116765529289,-1.5607268487113364,-0.3873721957206726,-0.8241000771522522,-0.4132818877696991,-2.6054205894470215,0.92266446352005,2.861940383911133,-0.6702602505683899,-0.403683066368103,-0.5343194603919983 +124,-0.7254068560138924,0.712052641834986,-1.3866796545344366,-0.5022388100624084,-0.653389036655426,-0.5664264559745789,-0.437946617603302,1.0341811180114746,2.8640620708465576,-0.5645183324813843,-0.9740981459617615,-0.37995415925979614 +125,-0.83859543190522,0.5708890739805766,-1.2184611150316165,-0.6257688403129578,-0.5403803586959839,-0.5624966621398926,-0.31300172209739685,-0.4107207655906677,0.6241122484207153,0.30106180906295776,-0.2147008180618286,0.4404568672180176 +126,-0.8907767553426605,0.5742268741268649,-1.249431374944885,-0.6528494358062744,-0.543185830116272,-0.5279552936553955,0.9728327989578247,-0.12827005982398987,-0.7478734254837036,0.6684439778327942,-0.1602444052696228,0.3885815143585205 +127,-0.9935735813356039,0.7449626371146516,-1.183672129330959,-0.6160112619400024,-0.6779443621635437,-0.4011504054069519,1.3067458868026733,-0.7062789797782898,-1.8299140930175781,0.11109793186187744,-0.22311770915985107,0.34345686435699463 +128,-0.8916366004284668,1.0791606025821094,-1.4033487085905332,-0.367316871881485,-0.8815618753433228,-0.2965248227119446,0.8106598854064941,-1.173439383506775,-3.8126533031463623,-0.5802692174911499,-0.44294679164886475,-0.3240501284599304 +129,-0.7011269320649575,1.3099295448110633,-1.7087453336051077,-0.16637764871120453,-0.9661667943000793,-0.19707933068275452,0.9544675350189209,-1.0750988721847534,-1.143396258354187,-0.49484673142433167,0.22162944078445435,-0.37916886806488037 +130,-0.7651707155138425,1.3268503716824285,-1.6825539631836286,-0.16730071604251862,-0.9703924655914307,-0.17420955002307892,-0.1319267451763153,-0.20652534067630768,1.3226531744003296,0.2046695053577423,0.8163244724273682,0.005126893520355225 +131,-1.2674347247553672,1.1930066129682584,-1.1982037002147015,-0.352023720741272,-0.9294822216033936,-0.11019165068864822,0.30914464592933655,-0.19355766475200653,1.8258451223373413,0.366977334022522,0.816490888595581,0.0911487340927124 +132,-1.4369961425770283,1.0513883526194152,-1.0307651514919163,-0.4919299781322479,-0.8681132197380066,-0.06621593981981277,-0.4306109845638275,1.4177494049072266,2.5624117851257324,0.49403566122055054,-0.859425961971283,0.7480091452598572 +133,-1.3736194718758368,1.0054954409828514,-1.012413274899837,-0.5252906680107117,-0.8444274663925171,-0.10493866354227066,-0.5123163461685181,0.6865203380584717,-1.222772240638733,-0.41906052827835083,-0.6484925746917725,0.17261140048503876 +134,-1.0085965140848145,1.1358526902986672,-1.3055904881681673,-0.3565058708190918,-0.906893789768219,-0.22460520267486572,-0.5275329947471619,0.4381910264492035,-1.2131474018096924,-0.2136693298816681,0.35699743032455444,-0.29874077439308167 +135,-0.9304815580849457,1.099077141364254,-1.33441282354125,-0.36440175771713257,-0.8907883763313293,-0.2714914083480835,-0.07796549797058105,0.7286563515663147,1.0065181255340576,0.24217882752418518,0.8497878909111023,0.01981291174888611 +136,-0.9717651360264744,1.0083385292406466,-1.1978883192806804,-0.44041571021080017,-0.8459470272064209,-0.30067864060401917,-0.5295329093933105,0.8072582483291626,1.4890691041946411,0.33035406470298767,0.4492185711860657,0.21423760056495667 +137,-0.9361627076797303,0.8668372698428887,-1.1593060898686331,-0.5212157368659973,-0.7622857093811035,-0.3837376534938812,-0.3875536322593689,-0.033542197197675705,0.6645973324775696,-0.08706057071685791,-1.0388007164001465,0.2655278742313385 +138,-0.9982979533658066,0.9753918617678748,-1.1810367287420578,-0.47141724824905396,-0.8279217481613159,-0.3038279414176941,0.34437260031700134,-1.1166552305221558,-2.681903600692749,-0.6481963396072388,-1.141621708869934,0.04241439700126648 +139,-0.6887522642093754,1.190101989207929,-1.6642367471791788,-0.23615725338459015,-0.9284068942070007,-0.28686296939849854,0.28220242261886597,-1.0707210302352905,-2.3880128860473633,-0.5142241716384888,0.16449087858200073,-0.3466360867023468 +140,-0.9699490516624001,1.3500240614912693,-1.4913258855375506,-0.1806301474571228,-0.9757286310195923,-0.12380053848028183,1.1180731058120728,-1.2357200384140015,-0.16072893142700195,0.2203640341758728,1.7073874473571777,-0.00849314033985138 +141,-0.990561929561492,1.302981111890784,-1.4941196710459768,-0.22131524980068207,-0.9643513560295105,-0.14507292211055756,-0.26191970705986023,0.6365148425102234,1.7186275720596313,0.24405083060264587,0.7337452173233032,-0.02663421630859375 +142,-1.0384292544062415,1.1021509809289731,-1.4019130656466727,-0.3891696035861969,-0.8921809792518616,-0.22926025092601776,-1.2068889141082764,-0.0843488872051239,0.3529239296913147,-0.4187985360622406,-1.7523045539855957,-0.41553038358688354 +143,-0.7713669213184169,1.151212259988523,-1.59543056964305,-0.2839914560317993,-0.91325843334198,-0.29207491874694824,0.7060901522636414,0.9281468987464905,-1.1244131326675415,-0.4855245053768158,-0.40345293283462524,-0.30063745379447937 +144,-0.8333131952005869,1.2288847841852857,-1.459845829017779,-0.24816836416721344,-0.9421154856681824,-0.22545720636844635,0.8139761686325073,0.07521899044513702,1.408921241760254,0.06643620133399963,1.0672681331634521,0.06498050689697266 +145,-1.1206597651523635,1.130763212082526,-1.116920642317206,-0.383537620306015,-0.9047375321388245,-0.18533438444137573,-0.03593266010284424,0.7504159212112427,1.5374821424484253,0.4139026403427124,0.9232311844825745,0.13131827116012573 +146,-1.1264229050315173,0.9523204883869557,-1.0287399572961335,-0.5234845876693726,-0.8147631287574768,-0.24924898147583008,-0.533761739730835,0.2847253084182739,1.8149476051330566,0.05182015895843506,-0.887324333190918,0.20075654983520508 +147,-1.1875517967898135,0.9781827249418662,-1.0126829529932657,-0.5180128812789917,-0.8294837474822998,-0.20885229110717773,-0.0864294245839119,-0.7716420888900757,-1.876114010810852,-0.028450071811676025,-1.0994408130645752,0.33992528915405273 +148,-0.8755114511974581,1.2048226020099022,-1.5773976284728635,-0.2747895419597626,-0.9337757229804993,-0.22924591600894928,-1.030674695968628,-2.584989547729492,-3.4693803787231445,-0.7361509799957275,-0.23846548795700073,0.24725133180618286 +149,-0.9232139174442752,1.3532465066239656,-1.8225473243071086,-0.1721402257680893,-0.9764292240142822,-0.13020628690719604,0.4392918050289154,-2.552246332168579,-0.1694166660308838,-0.1228579431772232,1.0185587406158447,0.043658435344696045 +150,-0.7818345705085203,1.2862651749766256,-2.276864323507681,-0.19778171181678772,-0.9597933888435364,-0.19919638335704803,-1.9754098653793335,-2.9542136192321777,-0.06735394895076752,0.04861178994178772,0.4309542179107666,-0.07672828435897827 +151,-0.62563748824414,1.2059863262124806,-2.626211569621157,-0.20893053710460663,-0.9341915845870972,-0.28919553756713867,-1.0186288356781006,-0.8827926516532898,0.10776505619287491,-0.10579723119735718,-0.07963281869888306,-0.25934264063835144 +152,-0.8090973107305308,1.142573692878809,-2.4246619136068293,-0.3005048930644989,-0.9097052216529846,-0.2865886688232422,0.847884476184845,0.809235692024231,0.4096478223800659,-0.5221421718597412,-0.5269706845283508,-0.22293278574943542 +153,-0.9933722229517248,1.1200312184869967,-2.20800362201151,-0.36502212285995483,-0.9001140594482422,-0.23780937492847443,0.6297974586486816,-0.8276732563972473,1.2339882850646973,-0.06336835026741028,0.17304813861846924,-0.12386968731880188 +154,-1.0389862690833938,1.0839727638732464,-2.2292890872870026,-0.40321049094200134,-0.8838233351707458,-0.23722931742668152,-0.893481969833374,-0.3005625307559967,-0.4402684271335602,0.31747135519981384,0.47543710470199585,-0.08325105905532837 +155,-0.9759806467970598,1.0791155307140938,-2.3230758495431973,-0.39102452993392944,-0.8815405964851379,-0.26454874873161316,-0.5399221777915955,0.20799832046031952,-0.19138863682746887,0.09895604848861694,0.06453925371170044,0.12326765060424805 +156,-0.9082089186344087,1.1313822473741453,-2.4294299418432534,-0.33539390563964844,-0.9050011038780212,-0.26169416308403015,-0.029416248202323914,-0.800294816493988,-0.9819011092185974,-0.4195346534252167,-0.7747321128845215,-0.05126360058784485 +157,-0.7841955529616755,1.203490814367153,-2.626399783185532,-0.2536177635192871,-0.9332983493804932,-0.25422850251197815,-0.5864980220794678,-0.15341320633888245,-1.3061480522155762,-0.045500248670578,-0.20425957441329956,0.14711180329322815 +158,-0.8022518528636152,1.2584290551263677,-2.61681527852605,-0.22093409299850464,-0.9516087174415588,-0.2136097401380539,2.1796364784240723,-0.4884243309497833,0.8312013149261475,0.11070460081100464,0.43088728189468384,0.04847913980484009 +159,-1.282940030882153,1.265211475723386,-2.179773147472826,-0.2884725034236908,-0.9536711573600769,-0.08541084080934525,-0.7570206522941589,-0.13215014338493347,-0.1848563849925995,0.4035084843635559,1.0726592540740967,0.06394171714782715 +160,-0.7738416184421092,1.1810712294990666,-2.585146421533128,-0.2655314803123474,-0.925013542175293,-0.27174076437950134,-1.262313961982727,2.0869710445404053,0.8234532475471497,-0.2745075821876526,-0.36594104766845703,-0.40954887866973877 +161,-0.9042966571994319,1.0583769532979477,-2.1830407958600473,-0.3853611648082733,-0.8715608716011047,-0.30311450362205505,1.2483935356140137,2.7870101928710938,1.7399697303771973,-0.4923091232776642,-0.8190671801567078,-0.37539803981781006 +162,-0.8067279883818682,1.068761326035739,-1.9946645109995886,-0.347447007894516,-0.8766050934791565,-0.3329324424266815,0.6661691665649414,2.593743085861206,0.3693709671497345,-0.06444871425628662,0.15896904468536377,0.06968781352043152 +163,-0.7884616053813681,1.0792397334900488,-1.7290782654383885,-0.334774374961853,-0.8815991878509521,-0.3327295184135437,1.2805650234222412,2.156879186630249,1.4418669939041138,0.16576802730560303,0.7185132503509521,0.2311670184135437 +164,-0.967442538537444,1.0632608204746445,-1.2997383669975986,-0.400210976600647,-0.8739449381828308,-0.2757740318775177,1.131695032119751,1.8749486207962036,1.7117847204208374,0.3522831201553345,0.4148385524749756,0.3628407120704651 +165,-1.1883373358820288,0.9394499251691716,-0.9441183576257557,-0.5475877523422241,-0.8072335720062256,-0.2202763706445694,1.1178816556930542,-0.5175350904464722,1.7000073194503784,0.007258772850036621,-0.6430838108062744,0.3984532356262207 +166,-1.302897602423018,0.9275078877971864,-0.9643825898632225,-0.5784335732460022,-0.8001275658607483,-0.15877839922904968,-1.1890887022018433,-1.5709662437438965,-1.6426693201065063,-0.8808254599571228,-0.8823065161705017,-0.16611170768737793 +167,-1.070157631406418,1.1116759273504793,-1.411899665690853,-0.3887736201286316,-0.8964426517486572,-0.21271052956581116,-1.0725023746490479,-1.350454568862915,-2.708167552947998,-0.1326497197151184,0.19855141639709473,-0.09956061840057373 +168,-1.0521837544035886,1.2347877601401342,-1.5954650679567546,-0.2863657474517822,-0.944078266620636,-0.1634349524974823,0.630914032459259,-1.5590521097183228,-0.6099234819412231,0.23137307167053223,0.946367084980011,0.06736558675765991 +169,-1.045037407475582,1.2737317898555065,-1.7086301476880745,-0.2531813979148865,-0.9561998844146729,-0.14690446853637695,-1.1108065843582153,-0.09654531627893448,0.03654038906097412,0.32189175486564636,0.7571185231208801,0.003548160195350647 +170,-0.7746185829958878,1.0813864436072131,-1.896989617838116,-0.32881203293800354,-0.8826104402542114,-0.3359784483909607,-0.7205211520195007,1.3523633480072021,1.958090901374817,-0.40426596999168396,-0.6094855070114136,-0.6107683181762695 +171,-0.9313865143089289,0.9311428882049766,-1.5354668080447773,-0.4789952039718628,-0.8023026585578918,-0.3561937212944031,1.3215219974517822,1.847927212715149,1.6904994249343872,-0.3465357720851898,-0.46327656507492065,-0.2866285443305969 +172,-0.8994588910135268,0.9088181246541965,-1.367686703626113,-0.4812873303890228,-0.7887778282165527,-0.38235071301460266,1.0219568014144897,1.2870866060256958,0.616921603679657,0.13241034746170044,0.18013525009155273,0.10892844200134277 +173,-0.900144529408149,0.9258227601604772,-1.23508390185057,-0.4709725081920624,-0.7991156578063965,-0.3736298382282257,-0.26862508058547974,1.16710364818573,-0.324034184217453,0.2553657293319702,0.44921624660491943,0.4335358440876007 +174,-0.743032100472639,0.9088233850852226,-1.2982577157913855,-0.41584184765815735,-0.7887810468673706,-0.45265883207321167,-0.01476872805505991,0.5682696104049683,0.8743138909339905,0.36213093996047974,0.010231852531433105,0.5455543398857117 +175,-0.9323293098647585,0.9063914400405473,-1.1260749165973318,-0.49512866139411926,-0.7872838377952576,-0.367466539144516,1.0660127401351929,-1.6565983295440674,0.2672045826911926,-0.39538952708244324,-0.9233484268188477,0.4437147378921509 +176,-1.053239239414755,0.9559761269938727,-1.2354642386470331,-0.5012669563293457,-0.8168771862983704,-0.28538259863853455,-1.3395659923553467,-2.314605951309204,-2.0884644985198975,-0.7162318229675293,-0.5487844347953796,0.010892271995544434 +177,-0.9450086038436057,1.1000639238354641,-1.6446430306520643,-0.36759448051452637,-0.8912363648414612,-0.26565423607826233,-0.19648225605487823,-2.4929606914520264,-1.7627546787261963,0.10509753227233887,0.6293345093727112,-0.022492706775665283 +178,-0.7811501303787765,1.1670217471258726,-2.0356349533916642,-0.27663421630859375,-0.9195845723152161,-0.2789945602416992,-1.570307970046997,-1.3028017282485962,-1.631093144416809,0.19013211131095886,0.792036235332489,0.03468605875968933 +179,-0.44315214120484964,1.0429217447065056,-2.4122305606141734,-0.21598047018051147,-0.8638795614242554,-0.4550434350967407,-2.1282923221588135,0.5636837482452393,1.1582911014556885,-0.4212875962257385,0.08467429876327515,-0.12762868404388428 +180,-0.6199384715105404,0.7757927575569855,-2.124091299677387,-0.4147455394268036,-0.7002822160720825,-0.5810257196426392,-0.4936489760875702,0.3263293504714966,3.8064255714416504,-0.5366246700286865,-0.1647995114326477,-0.5991652607917786 +181,-0.7654542161065834,0.5559632285060374,-1.8219333768422423,-0.5885140299797058,-0.527761697769165,-0.6124695539474487,0.34544748067855835,0.41067031025886536,2.247410535812378,-0.09518653154373169,-0.43656325340270996,-0.15837395191192627 +182,-0.8592913160224156,0.5003244847725485,-1.6315681737103298,-0.6645456552505493,-0.47971028089523315,-0.5729373097419739,1.1236823797225952,0.03738170862197876,0.36989346146583557,0.4751230478286743,-0.07979899644851685,0.4487002491950989 +183,-0.8416008660318895,0.5801198649310757,-1.6330393063527238,-0.6237100958824158,-0.5481241941452026,-0.5572660565376282,-0.3331570029258728,0.1012072041630745,-1.1269162893295288,0.539100170135498,-0.08174329996109009,0.562484622001648 +184,-0.7793031085931198,0.7126031300827871,-1.7438057263650804,-0.5317701697349548,-0.653805673122406,-0.5382923483848572,0.3326317071914673,-0.4252438545227051,-1.8448258638381958,-0.5619187951087952,-0.761416494846344,0.2283252477645874 +185,-0.7101924924638213,0.891064921302339,-1.9504170273668417,-0.4098241925239563,-0.777741551399231,-0.47661545872688293,0.014310097321867943,-1.7519830465316772,-1.812888503074646,-1.1572840213775635,-0.8091725707054138,-0.42440080642700195 +186,-0.7249900426666473,1.0938614836753229,-2.2015249406262867,-0.304414302110672,-0.8884061574935913,-0.3436077833175659,1.0401086807250977,-2.6350464820861816,-1.8811906576156616,-0.12357944250106812,0.8033843040466309,-0.17892947793006897 +187,-0.7512732698043074,1.1995225959451898,-2.4393701501702383,-0.24763831496238708,-0.9318659901618958,-0.2651437520980835,-0.7194041013717651,-2.063328266143799,-1.193179726600647,0.24655494093894958,0.9692347645759583,-0.081551194190979 +188,-0.5990412660860699,1.1558751440794302,-2.717607459684735,-0.22729825973510742,-0.9151480793952942,-0.3329254388809204,-1.1047288179397583,0.0460406132042408,0.19231924414634705,0.08882477879524231,0.39677661657333374,0.010369926691055298 +189,-0.6656772735715739,0.9696715572756759,-2.6194204198232005,-0.3492918312549591,-0.8246999979019165,-0.4448205232620239,-0.5338007211685181,0.11355207860469818,1.9780088663101196,-0.3509034514427185,-0.571891188621521,-0.4021795988082886 +190,-0.7875385402586955,0.8556626197598808,-2.446312302555624,-0.4646541476249695,-0.7550055980682373,-0.46266934275627136,-0.04353616014122963,0.5135442018508911,0.16073116660118103,-0.19762301445007324,-0.38761818408966064,-0.15570831298828125 +191,-0.8837620325328079,0.8804386000455946,-2.30067806559166,-0.4923396110534668,-0.7710182666778564,-0.40389689803123474,1.6090848445892334,-0.02014441229403019,0.541419506072998,0.437591016292572,0.2442542314529419,0.28834205865859985 +192,-1.0235003808129215,0.9536041731760636,-2.121657706135649,-0.4942128658294678,-0.8155066967010498,-0.3011687994003296,0.3684026002883911,0.06169550493359566,-0.1531665176153183,0.5245015621185303,0.8114477396011353,0.3976653516292572 +193,-0.9611499501117672,0.93956961532811,-2.2166264419957598,-0.48382288217544556,-0.8073042035102844,-0.3378983438014984,-0.9447025060653687,-0.761352002620697,-1.1740955114364624,-0.6953915357589722,-0.8898698091506958,-0.3310011923313141 +194,-0.9530019195019812,1.025080774987779,-2.343620541288588,-0.4230912923812866,-0.8547561168670654,-0.30064213275909424,0.26032784581184387,-0.8478370904922485,-1.4974511861801147,-0.3847700357437134,-0.7887527942657471,-0.40561091899871826 +195,-0.9481959772977403,1.1680335198121474,-2.4073854332341726,-0.3184157907962799,-0.9199815988540649,-0.22857221961021423,0.9396398663520813,-0.34719547629356384,-0.9137828946113586,-0.1627701222896576,0.38319265842437744,-0.040226638317108154 +196,-1.2529815409935228,1.2153745713425013,-2.106324013176889,-0.3305588364601135,-0.9374998211860657,-0.1087426096200943,1.0844805240631104,-0.36736035346984863,0.986066997051239,0.2629318833351135,1.141418218612671,0.2283562421798706 +197,-1.335641700938074,1.0822719436656638,-2.041608365766415,-0.4564070999622345,-0.8830263614654541,-0.10934929549694061,-1.1700695753097534,0.2194560170173645,2.0402450561523438,0.2978529632091522,0.6950989961624146,-0.10015393793582916 +198,-1.16675690388787,0.8851102523112735,-2.120868305818052,-0.5822188854217529,-0.7739847898483276,-0.24893517792224884,-0.13922090828418732,1.2662935256958008,1.3751990795135498,-0.8306229114532471,-1.2586079835891724,-0.6363034844398499 +199,-1.0727574616765514,0.8519466111682743,-2.027069928644212,-0.5785232186317444,-0.7525637149810791,-0.3145770728588104,1.187652587890625,2.6452879905700684,-0.2616492211818695,-0.2818741202354431,-0.7490384578704834,-0.3088207244873047 +200,-1.0221935645474283,1.0119278282870166,-1.8193116448550046,-0.4524185359477997,-0.8478556275367737,-0.27651116251945496,2.1029903888702393,1.598939061164856,-0.996728777885437,-0.16324305534362793,0.4395456910133362,0.17604726552963257 +201,-1.0692938337330153,1.1307231119368462,-1.6143760712793247,-0.37354785203933716,-0.9047204852104187,-0.20479948818683624,1.0811623334884644,0.8258017897605896,0.2599092125892639,0.28873950242996216,0.9877740740776062,0.20907199382781982 +202,-1.246826948988323,1.0580659962898633,-1.3525781574095774,-0.4650392532348633,-0.8714083433151245,-0.15616042912006378,-0.1940121352672577,0.9311439990997314,1.8299795389175415,0.4547548294067383,0.744134783744812,0.2519550919532776 +203,-1.1412065360853887,0.9545881326212928,-1.4111376534999058,-0.5254310369491577,-0.8160758018493652,-0.24071289598941803,0.5318922400474548,-0.9154121279716492,0.6898810267448425,-0.11888664960861206,-1.3428293466567993,-0.23551395535469055 +204,-1.1640381359471366,1.0486621539506706,-1.421027200550582,-0.45803868770599365,-0.866756796836853,-0.1973150074481964,0.009195731952786446,-0.07512985169887543,-2.0878450870513916,-0.6632229089736938,-0.7331424951553345,-0.15111945569515228 +205,-1.2056210371077194,1.1871353473456072,-1.4771357690549929,-0.3496360182762146,-0.9273005127906799,-0.13367387652397156,0.7380384802818298,-0.8701363205909729,-0.9456835985183716,-0.1733284890651703,0.3290947675704956,0.06990741193294525 +206,-1.5089438931927257,1.2606549231697262,-1.2777827405161222,-0.30460941791534424,-0.952290415763855,-0.018864896148443222,0.43977636098861694,-1.427878737449646,-0.2877424955368042,0.25414860248565674,1.1557512283325195,-0.019388912245631218 +207,-1.2923982615408396,1.2495365101300513,-1.5879912376483232,-0.3036045730113983,-0.9488383531570435,-0.0867764800786972,-1.9244400262832642,0.17555709183216095,0.3077864944934845,0.24183699488639832,0.5081950426101685,-0.0950014591217041 +208,-1.0826762596748738,1.073266443997067,-1.732785580929412,-0.4215203523635864,-0.8787640929222107,-0.22381709516048431,0.28899630904197693,0.5856239795684814,2.0618162155151367,-0.3374975919723511,-1.0801591873168945,-0.4410083293914795 +209,-1.0362817446841865,0.9445501858904928,-1.6576049106989483,-0.50435471534729,-0.8102333545684814,-0.2985767722129822,-0.801654040813446,0.5505927205085754,0.8122727274894714,-0.3033081889152527,-0.3976981043815613,-0.19409897923469543 +210,-1.000959712148589,0.9199671615309124,-1.6721440839187618,-0.5101160407066345,-0.7955816984176636,-0.3268507421016693,0.5006121397018433,0.4189921021461487,0.110310398042202,0.22964423894882202,0.5102423429489136,0.0418623685836792 +211,-1.1313444025149553,0.902333167438009,-1.491084413008151,-0.5608921647071838,-0.7847750782966614,-0.26368165016174316,0.6507123708724976,-0.10406900197267532,0.7472226023674011,0.45505720376968384,0.7340244054794312,0.27964237332344055 +212,-1.0914036794525077,0.8493784532128902,-1.5124982564790304,-0.586000919342041,-0.7508700489997864,-0.3046261966228485,-0.2574276328086853,0.46894168853759766,0.1806931048631668,0.029894351959228516,-0.3800503611564636,0.16734284162521362 +213,-1.240640113782056,0.8682709830555706,-1.4218273486956865,-0.6112497448921204,-0.7632128596305847,-0.20947492122650146,0.17460307478904724,-1.131975769996643,-0.306173175573349,-0.11537379026412964,-0.785233736038208,-0.048780083656311035 +214,-1.1785072603455111,0.9847834468752161,-1.5472408949083372,-0.5110324025154114,-0.8331523537635803,-0.2114311009645462,-0.7986482977867126,-0.6534391641616821,-2.227264404296875,-0.6941677927970886,-0.5282215476036072,-0.10601276159286499 +215,-1.1492054367360087,1.1353406623498141,-1.6874420894632955,-0.38488849997520447,-0.9066779017448425,-0.17261558771133423,0.924187183380127,-1.138548731803894,-0.9453312158584595,0.09933552145957947,0.75755375623703,-0.08289283514022827 +216,-1.2514091629204211,1.196247252198546,-1.683247572063086,-0.34735092520713806,-0.9306727051734924,-0.11487221717834473,-1.1954978704452515,-0.3896948993206024,-0.07278997451066971,0.49081408977508545,1.0475854873657227,0.15524697303771973 +217,-0.867994763117984,1.0706235804788364,-2.1023745951622304,-0.3659338355064392,-0.8774997591972351,-0.3099784851074219,-2.323488473892212,0.8962544798851013,0.8986073732376099,0.019177883863449097,0.07659643888473511,-0.04378131031990051 +218,-0.8332357424978112,0.8852432398183421,-2.006887145257891,-0.46856534481048584,-0.7740690112113953,-0.4257507622241974,0.5932827591896057,1.3580282926559448,2.836242198944092,-0.2869583070278168,-0.6532076001167297,-0.599563479423523 +219,-0.924046273686256,0.8047182735309306,-1.68886841729712,-0.5532969236373901,-0.7206353545188904,-0.4177883565425873,1.1281589269638062,0.9550357460975647,0.8030176162719727,-0.3214893937110901,-0.21561336517333984,-0.21033969521522522 +220,-0.9132487265702606,0.7844586727856833,-1.6029564393313946,-0.5601959824562073,-0.7064421772956848,-0.43257370591163635,0.11170724034309387,0.5027384161949158,0.4109063148498535,0.4192200303077698,0.41991257667541504,0.26335370540618896 +221,-0.9175733629753807,0.7782300342788127,-1.5632330336763351,-0.5655449032783508,-0.7020200490951538,-0.4328128695487976,0.19186420738697052,0.5283389091491699,-0.005623377859592438,0.5483787655830383,0.36269503831863403,0.4169437289237976 +222,-0.8359765314977736,0.7866507661167033,-1.6000383239671532,-0.5239813923835754,-0.7079919576644897,-0.4734879732131958,0.25985535979270935,0.5025998950004578,-0.532218337059021,-0.041905999183654785,-0.657471239566803,0.1462022364139557 +223,-1.0097012830020293,0.8981903408996691,-1.4242800026095326,-0.5274995565414429,-0.7822007536888123,-0.33152085542678833,1.3993662595748901,-1.3544304370880127,-1.247581958770752,-1.1362881660461426,-0.7349042296409607,-0.23996660113334656 +224,-0.8301891504414427,1.072627987637993,-1.7948605296422613,-0.35265734791755676,-0.8784592151641846,-0.32240059971809387,-0.9860749840736389,-1.039560317993164,-2.1061315536499023,0.01830679178237915,0.33919835090637207,-0.25097888708114624 +225,-0.9681117234548535,1.1975945128350476,-1.756369797457365,-0.3003626763820648,-0.9311647415161133,-0.20667509734630585,1.4508342742919922,-1.1236379146575928,-0.21295444667339325,0.35067087411880493,1.1075868606567383,0.08716827630996704 +226,-0.8895211776115537,1.1843139005357857,-1.8715579384340362,-0.29279017448425293,-0.9262406826019287,-0.23738624155521393,-1.6672108173370361,0.6848993897438049,0.46568572521209717,0.23315882682800293,0.7661759853363037,-0.04194110631942749 +227,-0.7369275106475204,0.9528815353089417,-1.947590371240495,-0.3893234431743622,-0.8150882720947266,-0.4290201663970947,-1.9667812585830688,0.8514847755432129,1.8186500072479248,-0.4944656193256378,-0.7032985091209412,-0.5160024166107178 +228,-0.719903009508244,0.7424865164991348,-1.8053683509483347,-0.48577404022216797,-0.6761220097541809,-0.5539697408676147,1.3364510536193848,0.32861459255218506,2.2556862831115723,-0.38249680399894714,-0.7759348154067993,-0.451630175113678 +229,-0.8738942772108956,0.7215234770871636,-1.5803969220198248,-0.5757394433021545,-0.6605292558670044,-0.48189759254455566,0.21691718697547913,-0.3738653063774109,0.6835359334945679,0.31508880853652954,0.2765723466873169,0.3182012438774109 +230,-0.9101425202383444,0.7224748526997016,-1.5904470870679042,-0.5923289656639099,-0.6612432599067688,-0.4603302478790283,-0.1622236669063568,-0.40910881757736206,-0.9482026100158691,0.34690654277801514,0.280902624130249,0.30104368925094604 +231,-0.8849520534629767,0.8251512144192032,-1.6573338211409063,-0.5250387787818909,-0.7346503734588623,-0.4296777844429016,0.8539892435073853,-0.04774392396211624,-1.590770959854126,0.08032143115997314,-0.2554008364677429,0.1913202702999115 +232,-0.9794945616747663,0.993033977106817,-1.6198453481927713,-0.45342308282852173,-0.8376868367195129,-0.30444759130477905,1.459161639213562,-1.113252878189087,-0.4121664762496948,-0.16733497381210327,-0.5862786173820496,-0.33950382471084595 +233,-0.9560338976398454,1.0826130214112715,-1.7166652780668985,-0.3831491768360138,-0.883186399936676,-0.2705153524875641,-0.3117801249027252,-0.3333141803741455,-0.9806012511253357,-0.14916890859603882,0.06432348489761353,-0.016807615756988525 +234,-1.0692041626324895,1.1091956688516227,-1.6619600631761733,-0.39051878452301025,-0.8953407406806946,-0.21414943039417267,1.031265139579773,-1.2131978273391724,0.5813863277435303,0.28671327233314514,0.7161873579025269,0.10994715988636017 +235,-1.3264100976588735,1.0764718377019844,-1.4783440193886401,-0.4603397846221924,-0.8802893757820129,-0.11479522287845612,0.44384390115737915,-0.49656936526298523,0.5678883790969849,0.3756229877471924,0.6790259480476379,0.007449626922607422 +236,-1.1894947450974631,1.0377402090705932,-1.5655034331246809,-0.4716717302799225,-0.8612580895423889,-0.18910391628742218,-0.6355232000350952,0.25576087832450867,0.45054981112480164,-0.6477892994880676,-0.9767546057701111,-0.2613508105278015 +237,-1.1899055029084074,0.9934539753621096,-1.4989104718798112,-0.5066837668418884,-0.8379161357879639,-0.2028994858264923,0.18258897960186005,1.3531748056411743,-0.7276703119277954,-0.45312464237213135,-0.6106618046760559,-0.12083104252815247 +238,-1.0669178861746935,1.0269451765919617,-1.5922605506513103,-0.45312678813934326,-0.8557223081588745,-0.24983106553554535,-0.502234160900116,-0.12203774601221085,0.16479644179344177,0.20474421977996826,0.4873141050338745,0.008131861686706543 +239,-1.1259220109259964,0.9984549568980052,-1.5289821090524505,-0.488884836435318,-0.8406351804733276,-0.2330753058195114,0.8424679040908813,-0.032692328095436096,0.02891087345778942,0.5317162871360779,0.9825419783592224,0.2648898959159851 +240,-1.127140672178629,0.9977986954367934,-1.4547836959965958,-0.4896666407585144,-0.8402795791625977,-0.23271609842777252,-0.33286961913108826,0.7500367164611816,0.7570083737373352,0.1484190821647644,-0.11196041107177734,0.28967714309692383 +241,-1.2760873773366752,0.9272102886739854,-1.3702399641808618,-0.5741971731185913,-0.799949049949646,-0.17429658770561218,0.01070988830178976,-1.1201350688934326,0.08828441798686981,-0.08737820386886597,-0.8321311473846436,-0.2130020409822464 +242,-1.1474532446840064,0.9958660732418999,-1.560009333356638,-0.49577218294143677,-0.8392302393913269,-0.2233891636133194,-0.815047562122345,-0.4433819055557251,-1.062256932258606,-0.38749808073043823,-0.3455079197883606,-0.023009777069091797 +243,-1.1094996597151772,1.05259616072121,-1.6695231261996024,-0.443544864654541,-0.8687120676040649,-0.22047053277492523,0.11661788076162338,-0.8126422762870789,-0.3860260248184204,0.1587090790271759,0.5368029475212097,0.07426078617572784 +244,-1.1241871626301392,1.1054058719425293,-1.7448054903113839,-0.40475478768348694,-0.8936464190483093,-0.19382889568805695,-0.706900417804718,-0.8594409823417664,-0.841239869594574,0.2880708575248718,0.6728212237358093,0.06428183615207672 +245,-0.8654680889525086,1.056997850834089,-2.039677624143642,-0.3742190897464752,-0.8708838820457458,-0.3186243176460266,-1.174696445465088,0.7101579904556274,0.20096024870872498,-0.02008327841758728,-0.12893301248550415,-0.08378046751022339 +246,-0.9256038593931227,0.9602223568700697,-1.867872444574908,-0.4580879509449005,-0.8193190693855286,-0.3447780907154083,0.8781220316886902,1.1677321195602417,2.1848278045654297,-0.34325796365737915,-0.199174702167511,-0.3350009620189667 +247,-0.9404392115998558,0.8426830201907213,-1.637690971843965,-0.5375719666481018,-0.7464312314987183,-0.39224573969841003,-0.46312496066093445,1.3126946687698364,2.640141010284424,-0.4600018858909607,-0.02313053607940674,-0.2754483222961426 +248,-1.0324639333034986,0.629244638535591,-1.4773911054391633,-0.6941258907318115,-0.5885342359542847,-0.41450774669647217,-0.4934232234954834,-0.29868021607398987,1.8392276763916016,0.17790579795837402,-0.03199493885040283,0.14291656017303467 +249,-1.0353484334049798,0.5282110938554129,-1.5296135584173205,-0.7428253889083862,-0.503989040851593,-0.4406875967979431,-0.34089013934135437,0.7857661843299866,-0.06104371324181557,0.7068604230880737,-0.15915793180465698,0.3664535880088806 +250,-0.9408260066051539,0.5946701065081902,-1.576208093805892,-0.6693305969238281,-0.5602355003356934,-0.48798835277557373,0.7711580395698547,0.5505768060684204,-1.5616375207901,-0.1213340163230896,-0.6317963004112244,0.21221628785133362 +251,-1.001990871971046,0.7835273550008602,-1.5366880900643727,-0.5968828201293945,-0.7057827115058899,-0.3815779685974121,0.8345478773117065,-0.4714064598083496,-1.1511486768722534,-0.722590446472168,-0.5143101215362549,0.06799459457397461 +252,-0.9256230659489179,0.9194433191423859,-1.8081669464126113,-0.4844014346599579,-0.7952642440795898,-0.3645682632923126,-0.8335243463516235,-1.6039248704910278,-2.1357650756835938,-0.19600322842597961,0.22920894622802734,-0.22793054580688477 +253,-0.9818181028827944,1.0217122359047888,-1.9264482446918076,-0.433969646692276,-0.8530029058456421,-0.28992506861686707,0.43064719438552856,-1.5764822959899902,-0.6681803464889526,0.393106609582901,0.8231108784675598,-0.05524396896362305 +254,-0.974809023486635,1.0451581948579745,-2.007559102969111,-0.41525810956954956,-0.8650039434432983,-0.28165382146835327,-1.144027590751648,-0.003267838153988123,-0.43921002745628357,0.25566643476486206,0.6397536993026733,0.15047401189804077 +255,-0.753908083395812,0.949854646975231,-2.2036718028873103,-0.3982388973236084,-0.8133309483528137,-0.4241443872451782,-1.180081844329834,0.8763272166252136,1.1498386859893799,-0.2929231822490692,-0.260017991065979,-0.2583507001399994 +256,-0.8748462522406756,0.7977788237127887,-1.9128592126918098,-0.5359054803848267,-0.7158068418502808,-0.447689414024353,1.938162088394165,1.4489156007766724,2.752744436264038,-0.23625022172927856,-0.28875547647476196,-0.3820835053920746 +257,-0.8866704497160194,0.7198579407381702,-1.667188414377339,-0.5827008485794067,-0.6592778563499451,-0.47519731521606445,-0.6096035838127136,1.255502462387085,0.673758864402771,-0.16455256938934326,0.07759755849838257,-0.014045238494873047 +258,-0.8520342668615889,0.6261548759575333,-1.6108687283231196,-0.6098392605781555,-0.5860334634780884,-0.5335361957550049,0.43075281381607056,-0.1018374115228653,1.3127202987670898,0.2757176160812378,0.13283216953277588,0.2887699604034424 +259,-0.9464570017669144,0.6132588758434357,-1.49319129472295,-0.6635027527809143,-0.5755355358123779,-0.4780406653881073,0.5940572619438171,-0.0899924710392952,-0.10094612091779709,0.3564043641090393,-0.11895298957824707,0.4047374725341797 +260,-1.036847083807604,0.6939512644600763,-1.424510541333047,-0.6617213487625122,-0.6395795941352844,-0.3912324011325836,2.0917205810546875,-1.1276785135269165,-0.6045676469802856,-0.05014687776565552,-0.6258775591850281,0.054135262966156006 +261,-1.1809152937525924,0.8605732657257651,-1.3657117615152174,-0.6030728816986084,-0.7582164406776428,-0.24781222641468048,-0.7067664861679077,-1.0164505243301392,-2.581083297729492,-0.9759981632232666,-0.6486133933067322,-0.16600608825683594 +262,-1.0442512420188172,1.111736990671851,-1.7016271543189712,-0.38308584690093994,-0.8964697122573853,-0.22268220782279968,-0.18556420505046844,-1.9113088846206665,-2.4697976112365723,-0.13408029079437256,0.48024046421051025,-0.05904078483581543 +263,-0.9128461582006371,1.2698722189170104,-2.0327759417093008,-0.23452819883823395,-0.955062985420227,-0.18124939501285553,-0.6442102789878845,-1.3621104955673218,-1.638807773590088,0.24475158751010895,1.102432370185852,0.06210881471633911 +264,-0.4994677216448246,1.2042160626494003,-2.5533755360637143,-0.17167073488235474,-0.9335585236549377,-0.3146390914916992,-1.7976734638214111,-0.05883096903562546,0.0394047275185585,0.061929523944854736,0.25080400705337524,-0.03561115264892578 +265,-0.7286836284351347,1.0552892167241261,-2.2375762273664646,-0.3282669484615326,-0.8700428605079651,-0.36778563261032104,-0.24856048822402954,0.8686455488204956,3.274003267288208,-0.2810012400150299,-0.3672618269920349,-0.48148804903030396 +266,-0.8992326995221931,0.910477983532372,-1.8431080983508203,-0.48017531633377075,-0.7897970080375671,-0.38164448738098145,1.353690266609192,1.5116392374038696,2.0555827617645264,-0.29535263776779175,-0.24313145875930786,-0.29503703117370605 +267,-0.9494763810109258,0.8282743145676643,-1.62371126702548,-0.54978346824646,-0.7367656230926514,-0.3935919404029846,0.16158802807331085,0.5036595463752747,0.47483503818511963,0.04766249656677246,0.18770867586135864,0.15430361032485962 +268,-1.0223702116037765,0.8074968669748092,-1.529803274014989,-0.5899259448051453,-0.7225589752197266,-0.3604104220867157,0.5035340785980225,-0.097872793674469,0.3853744864463806,0.39244675636291504,0.1928349733352661,0.3173958957195282 +269,-1.0916966500295255,0.8478432530745357,-1.4408582434793993,-0.5871124863624573,-0.7498552203178406,-0.30498558282852173,0.6956063508987427,-0.2020389437675476,-1.0396779775619507,0.0629425048828125,-0.4690321087837219,0.20935875177383423 +270,-1.2151876797782748,1.006368456058516,-1.344590675804852,-0.5014644265174866,-0.8448947668075562,-0.18624268472194672,0.6026607751846313,-0.4335211217403412,-0.7781552672386169,-0.4584659934043884,-0.7632136940956116,0.18494564294815063 +271,-1.0687198723757594,1.1678451895404183,-1.5890552434408434,-0.34373974800109863,-0.9199077486991882,-0.18871371448040009,-0.44058144092559814,-1.0714733600616455,-1.7534013986587524,-0.41012072563171387,0.11625784635543823,-0.2522652745246887 +272,-1.045380270780673,1.2582378427572856,-1.7324832248630102,-0.2660180330276489,-0.9515499472618103,-0.15423083305358887,-0.23485742509365082,-1.0235048532485962,-0.5524980425834656,0.3653374910354614,1.0123867988586426,-0.03975415229797363 +273,-0.8511710438947445,1.1989931530218347,-1.9790087123784297,-0.2732176184654236,-0.9316737651824951,-0.23944932222366333,-1.4119709730148315,-0.06787589937448502,0.07842504978179932,0.20517870783805847,0.6998013257980347,0.023552745580673218 +274,-0.6510301343169779,1.0519501013384382,-2.180507759147687,-0.30050551891326904,-0.8683918714523315,-0.3944516181945801,-1.563199520111084,0.5360375046730042,1.1841799020767212,-0.11354172229766846,-0.27072250843048096,-0.2719607353210449 +275,-0.7755445384251843,0.8847525725837755,-1.8954948012173125,-0.44350314140319824,-0.7737582921981812,-0.45233064889907837,0.954617440700531,1.643999695777893,2.3210976123809814,-0.32952234148979187,-0.3529201149940491,-0.40705958008766174 +276,-0.9179881498019599,0.7942803370933461,-1.512340977139055,-0.5567010045051575,-0.7133594751358032,-0.4256786108016968,-0.14479169249534607,1.0281858444213867,2.036611795425415,-0.40354984998703003,0.24981272220611572,-0.0590474009513855 +277,-0.8858822456975776,0.6237798279022729,-1.4757205642481903,-0.6286218762397766,-0.5841073393821716,-0.5134718418121338,0.018794991075992584,-0.1826838254928589,1.4380464553833008,0.21536803245544434,-0.035811543464660645,0.1616804003715515 +278,-0.9580157859974409,0.5217827987922076,-1.3737385971340152,-0.7091953754425049,-0.49842649698257446,-0.4986109733581543,-0.21016810834407806,0.025835353881120682,0.9815662503242493,0.43269091844558716,-0.15330687165260315,0.3218531906604767 +279,-0.9678954236413746,0.5141195597452147,-1.3513313249440748,-0.7172119617462158,-0.49176841974258423,-0.4937315285205841,1.0506783723831177,-0.1631569266319275,-0.5491113662719727,-0.04607844352722168,-0.8048929572105408,0.1333494782447815 +280,-1.0261204394080672,0.6685314165749346,-1.364154111794576,-0.6711782813072205,-0.6198341846466064,-0.4066022038459778,-1.4910430908203125,-0.9664292931556702,-2.9115447998046875,-0.861094057559967,-0.7030112743377686,-0.011870145797729492 +281,-0.7209724773877063,0.9115520685461155,-1.8586507315367777,-0.40433359146118164,-0.7904553413391113,-0.4601026773452759,0.30693915486335754,-0.7209423184394836,-3.5281805992126465,-0.4741148352622986,-0.05314195156097412,-0.14913493394851685 +282,-0.6142567525883155,1.1938305661173358,-2.136572651323584,-0.2121555209159851,-0.9297858476638794,-0.3008129298686981,1.2450237274169922,-1.6207716464996338,-2.363980770111084,-0.1363552212715149,1.054221272468567,0.04817318916320801 +283,-0.151485644791647,1.2418321225877509,-2.747994662393156,-0.04875244200229645,-0.9463774561882019,-0.3193632662296295,-1.7611865997314453,-0.4005189538002014,-1.3433685302734375,0.10940613597631454,1.1013762950897217,0.10201704502105713 +284,-0.30027754101957876,1.04729581281155,-2.5357441061326016,-0.14786750078201294,-0.8660745024681091,-0.47754591703414917,-0.9012678861618042,0.4490049481391907,3.527106761932373,-0.30016106367111206,0.3329172134399414,-0.44907456636428833 +285,-0.7098680199945123,0.7784300566252724,-1.9081305816039442,-0.46404528617858887,-0.7021624445915222,-0.5400276184082031,0.28399714827537537,1.0279836654663086,5.223287582397461,-0.5508167743682861,0.04351687431335449,-0.4606589674949646 +286,-0.8787103346090867,0.4178130280581203,-1.39783189285421,-0.7036871314048767,-0.40576258301734924,-0.5832504034042358,0.14945857226848602,1.551478385925293,5.101194381713867,-0.401613712310791,0.26126185059547424,-0.19790798425674438 +287,-0.8205624706630416,0.0954689996796885,-1.1142625992167006,-0.7281982898712158,-0.09532403945922852,-0.678705096244812,-0.02790558524429798,0.9810916185379028,2.59710431098938,-0.3691527843475342,-0.328671932220459,0.340448260307312 +288,-0.7781366447023258,-0.0037651012520644725,-1.0220612750862506,-0.7019485235214233,0.0037650924641638994,-0.7122176885604858,-0.21717312932014465,-0.22050924599170685,0.6041923761367798,-0.21902620792388916,-0.7494621276855469,0.42460477352142334 +289,-0.8293048318277028,-0.004728183933337239,-1.033441588722891,-0.7374537587165833,0.0047281663864851,-0.6753810048103333,0.4319804906845093,-0.9416553378105164,-0.8060818910598755,-0.3658939599990845,-1.0777415037155151,0.26929885149002075 +290,-0.9157265481214915,0.16191488610144833,-1.2092961184004978,-0.7826332449913025,-0.1612083464860916,-0.6012462973594666,-0.9150451421737671,-1.1202220916748047,-4.07056999206543,-0.9524131417274475,-0.7197120785713196,-0.12350040674209595 +291,-0.9195026754813858,0.5146075702476074,-1.530738924278409,-0.6922977566719055,-0.4921932816505432,-0.5277023315429688,0.156740203499794,-1.2893922328948975,-4.809584140777588,-0.6902400851249695,0.031515151262283325,-0.00554656982421875 +292,-0.8236836611347792,0.891833838989673,-1.8857960910860914,-0.4607243835926056,-0.7782247066497803,-0.4267311096191406,0.3223312497138977,-1.5171253681182861,-4.477508068084717,-0.4221796989440918,0.764934241771698,0.07727432250976562 +293,-0.4993236609445756,1.1320574677972324,-2.4248378144776974,-0.2034069001674652,-0.9052881002426147,-0.37293311953544617,-0.12059271335601807,-1.3494001626968384,-3.052177667617798,-0.3031238615512848,1.0177453756332397,0.08327549695968628 +294,-0.34931761025410185,1.1548626816432057,-2.7140969958964014,-0.13828682899475098,-0.9147394895553589,-0.379642516374588,-0.3324103355407715,-1.3637499809265137,1.0005842447280884,-0.18803763389587402,0.7787531614303589,-0.0522117018699646 +295,-0.7616529222232721,0.9319709255117106,-2.342197974244504,-0.4114852249622345,-0.8027966618537903,-0.43150603771209717,-1.0204143524169922,-0.4069957137107849,4.067943096160889,-0.4446243941783905,-0.09112423658370972,-0.5884525179862976 +296,-1.029343850891906,0.5731910862125803,-2.064844369374225,-0.7199969291687012,-0.5423159003257751,-0.4330102801322937,-2.4694671630859375,-0.45181092619895935,2.96060848236084,-0.33705568313598633,-0.5308195352554321,-0.0468328595161438 +297,-1.1067627199316348,0.3452759844062485,-2.1681965353306887,-0.8414774537086487,-0.338456392288208,-0.4211448132991791,-1.2071430683135986,-0.9235315322875977,0.49821412563323975,0.5828867554664612,-0.5974414348602295,0.12517011165618896 +298,-1.1242280041731056,0.39398632367768305,-2.2416060690752646,-0.8328337669372559,-0.3838723599910736,-0.39878547191619873,0.26956063508987427,-0.3360212445259094,-1.684389591217041,0.27892452478408813,-0.564278244972229,0.10732734203338623 +299,-1.1102660195739593,0.6577861847004944,-2.3361856956599434,-0.7089025378227234,-0.6113664507865906,-0.3516932427883148,0.5543625354766846,-0.27492424845695496,-3.318415641784668,-0.5468347072601318,-0.5137251019477844,-0.1556462049484253 +300,-0.9364089443862077,0.9405426717180297,-2.578952280297316,-0.4746828079223633,-0.8078780174255371,-0.34929823875427246,-0.08858910948038101,0.23372355103492737,-3.2862677574157715,-0.6344633102416992,-0.12196201086044312,-0.21793195605278015 +301,-0.8109243916945044,1.1368891347072914,-2.7286778485732714,-0.3047719895839691,-0.9073300361633301,-0.28959667682647705,1.1243853569030762,-0.29884710907936096,-0.8203781843185425,-0.048560529947280884,0.6499447822570801,0.14903271198272705 +302,-0.8808751090767113,1.2004509540888229,-2.696282134418638,-0.27916088700294495,-0.9322023987770081,-0.2303645759820938,-0.41186851263046265,-0.25296711921691895,-0.2797672748565674,0.23799267411231995,1.1103334426879883,0.10522729158401489 +303,-0.7387534658643592,1.0729860545767533,-2.790260106083495,-0.32153457403182983,-0.8786302804946899,-0.35302191972732544,-1.8000723123550415,1.7141709327697754,2.311194658279419,-0.16859298944473267,0.7998644113540649,-0.29709404706954956 +304,-0.7505821248699307,0.7292870277569191,-2.432792304738061,-0.508581280708313,-0.6663382053375244,-0.5452876091003418,-0.9079309105873108,2.9293949604034424,5.550442218780518,-1.171686053276062,-0.21160680055618286,-0.7543187141418457 +305,-0.7163485143341954,0.4345999611437761,-1.980961692436023,-0.5955933332443237,-0.4210475981235504,-0.6840961575508118,1.3638211488723755,2.1871814727783203,4.041574954986572,-0.6052733659744263,-0.8979374170303345,-0.14701956510543823 +306,-0.581867809159176,0.3812098615382341,-1.7515341261548063,-0.5101334452629089,-0.37204375863075256,-0.7754658460617065,0.8492534160614014,2.1955573558807373,0.49225276708602905,-0.0026991963386535645,-0.8242758512496948,0.5680683851242065 +307,-0.4330532289657298,0.443920547603947,-1.6996489667587125,-0.37897005677223206,-0.4294832944869995,-0.8197107911109924,0.6904640793800354,1.066247582435608,-0.994623601436615,-0.08987149596214294,-0.1348172426223755,0.6358423829078674 +308,-0.20986037318705428,0.5798515783394128,-1.8789581141070721,-0.17427164316177368,-0.5478997826576233,-0.8181902170181274,1.4434292316436768,1.467516541481018,-2.537100076675415,-0.005110695958137512,0.2507806420326233,-0.04515206813812256 +309,-0.07700049704554887,0.7590539234250461,-2.058598610694571,-0.05580770596861839,-0.6882354021072388,-0.7233377695083618,0.46652084589004517,-0.23739853501319885,-1.5513821840286255,-0.05350625514984131,0.41630852222442627,-0.038747191429138184 +310,-0.04534047989214062,0.6963057380223058,-2.1736615273417117,-0.034774065017700195,-0.6413877606391907,-0.7664284110069275,-0.6007338762283325,-0.7747482061386108,-0.17973749339580536,-0.09707711637020111,-0.07272350788116455,-0.08618694543838501 +311,-0.08638240089710486,0.7208558164930645,-2.1942598284058157,-0.06481333822011948,-0.6600278615951538,-0.7484400272369385,0.23537354171276093,-0.04119015112519264,0.16730985045433044,0.16410228610038757,0.2576841115951538,0.4276392459869385 +312,-0.05212135698494842,0.7263280297207476,-2.226528449405226,-0.038949232548475266,-0.6641288995742798,-0.7466028928756714,-0.41367629170417786,0.5627045035362244,-0.25078117847442627,0.27602502703666687,0.2643333673477173,0.2943171262741089 +313,-0.023455495944478315,0.6346703259709133,-2.1739406475779797,-0.018886210396885872,-0.5929120779037476,-0.8050457239151001,-0.43532896041870117,0.8072303533554077,0.4336715042591095,0.04635202884674072,0.16777169704437256,-0.026115775108337402 +314,0.0259631409371965,0.5807372400415851,-2.035896653152095,0.021704263985157013,-0.5486404895782471,-0.8357766270637512,-0.8551256656646729,1.9611982107162476,2.208576202392578,0.024743497371673584,-0.28149867057800293,-0.23212498426437378 +315,0.0027702808883453283,0.5558720970704217,-1.7673205546098143,0.002353186020627618,-0.5276842713356018,-0.8494372963905334,-0.87491774559021,0.4164438545703888,1.1320537328720093,0.16531038284301758,-0.05483525991439819,-0.5297740697860718 +316,-0.025183047323875787,0.4256365994462399,-1.6863393838100496,-0.02293369174003601,-0.4129006564617157,-0.9104872941970825,-1.3909674882888794,-0.2046278715133667,0.6209353804588318,0.0924069732427597,0.059705495834350586,0.278666615486145 +317,-0.07657394485030317,0.3260045204605837,-1.620899283016138,-0.07246988266706467,-0.32026055455207825,-0.9445534944534302,-0.008350564166903496,-0.054284822195768356,0.7936073541641235,0.16225260496139526,0.001504451036453247,0.5008279085159302 +318,-0.10627106894605519,0.3799105041404372,-1.5789220881676627,-0.09850805252790451,-0.37083736062049866,-0.9234586358070374,1.0725653171539307,-0.5545393824577332,-0.30989354848861694,0.1547061800956726,-0.11806949973106384,-0.19522422552108765 +319,-0.1519824523185904,0.558092525073803,-1.6380444811950556,-0.12842592597007751,-0.5295690894126892,-0.838488757610321,1.7046202421188354,-0.7574388980865479,-0.9712711572647095,-0.0074383169412612915,-0.2574334144592285,-0.24459540843963623 +320,-0.10764985079248504,0.7022164105743479,-1.7607950825748404,-0.08202259987592697,-0.6459113359451294,-0.7589933276176453,1.2163246870040894,-0.05999680608510971,-1.191644310951233,-0.20395761728286743,-0.1466759443283081,-0.27431660890579224 +321,-0.11346845296632672,0.8047313417575149,-1.8547744641525206,-0.07849953323602676,-0.7206444144248962,-0.6888464689254761,0.7078827619552612,-1.417028784751892,-0.418658971786499,-0.07718589901924133,0.48564380407333374,0.2933233976364136 +322,-0.2708714315879176,0.8551229265233184,-1.8464911002452902,-0.1755603402853012,-0.7546516060829163,-0.6322020888328552,0.46491098403930664,-1.0859073400497437,0.09846743196249008,0.3356860876083374,0.8058143258094788,0.538848876953125 +323,-0.3506701450672856,0.8077703099356691,-1.774020004671832,-0.23741568624973297,-0.7227479815483093,-0.6490525007247925,-0.8946146965026855,0.07769379764795303,1.3971425294876099,0.058964163064956665,0.7719423174858093,-0.23244774341583252 +324,-0.3849074651600179,0.5011510741514149,-1.5659431595822864,-0.32930147647857666,-0.4804353713989258,-0.8128606081008911,-2.5362186431884766,1.5181888341903687,2.7388062477111816,-0.6437362432479858,-0.12712380290031433,-1.1213586330413818 +325,-0.38465571883537514,0.27145826420592556,-1.2949470665218854,-0.3614990711212158,-0.268136590719223,-0.8929843902587891,0.01912977173924446,0.18658548593521118,3.2850141525268555,-0.2904479205608368,-0.4794982671737671,-0.30527299642562866 +326,-0.40608068589949753,0.1756214536768894,-1.0872182565871076,-0.38893577456474304,-0.17472006380558014,-0.9045451283454895,-0.5231407284736633,0.26253360509872437,1.3890810012817383,-0.09603431820869446,-0.29218363761901855,0.4628031849861145 +327,-0.468535590868314,0.16315737963936605,-1.0117930923906044,-0.44558289647102356,-0.16243445873260498,-0.8803811073303223,0.9450924396514893,-0.406859427690506,0.28559696674346924,0.03196290135383606,-0.3476821184158325,0.6434884071350098 +328,-0.6014957917021762,0.2401384792582588,-0.9575625253004673,-0.549638569355011,-0.23783713579177856,-0.8008313775062561,1.3115620613098145,-2.7773518562316895,-0.8314648866653442,-0.4785749316215515,-0.6899277567863464,0.014805376529693604 +329,-0.8028988375985617,0.4547938134402517,-1.01914742845131,-0.6462496519088745,-0.4392770826816559,-0.6240168809890747,-0.363214373588562,-0.9744279384613037,-3.290970802307129,-0.7970944046974182,0.08527320623397827,-0.5950382947921753 +330,-0.6137271032022351,0.7746665997621694,-1.4925195235835522,-0.4115825593471527,-0.6994778513908386,-0.5842350721359253,0.49950549006462097,-2.106029987335205,-3.3102035522460938,-0.1686939299106598,0.3538205027580261,-0.2604304552078247 +331,-0.7630953132015146,0.9315283403890678,-1.5413288016097046,-0.41235265135765076,-0.8025326728820801,-0.43116870522499084,1.257442831993103,-0.9198692440986633,-0.10863276571035385,0.47682103514671326,0.5331998467445374,0.19317743182182312 +332,-0.8953865123105686,0.9841021360273924,-1.4972644502845762,-0.4320661127567291,-0.832775354385376,-0.34612709283828735,0.17230136692523956,-0.616117000579834,-0.36536869406700134,0.2083418071269989,0.34203749895095825,0.14562663435935974 +333,-0.9022407172582128,0.9349491646709515,-1.551206546075042,-0.46601203083992004,-0.804568886756897,-0.3681056499481201,-1.5846673250198364,0.6052955985069275,0.27757760882377625,-0.13149163126945496,-0.016537070274353027,0.07013201713562012 +334,-0.7613077865525717,0.7615326255432794,-1.5708934201788165,-0.49931272864341736,-0.6900315284729004,-0.5239687561988831,-0.006642065942287445,2.526552200317383,2.1391196250915527,0.07611024379730225,0.12986618280410767,-0.34236425161361694 +335,-0.7252558384950566,0.6489447910369307,-1.3407714794296393,-0.5284870862960815,-0.6043460369110107,-0.5962107181549072,-0.8674296140670776,1.2522473335266113,0.9734203219413757,-0.3685007691383362,0.36946749687194824,-0.05614829063415527 +336,-0.6535981496188987,0.48419727771065346,-1.3631970245634588,-0.5381512641906738,-0.46549805998802185,-0.7026413083076477,-0.06604006886482239,0.04202335327863693,1.398733377456665,0.1750836968421936,-0.04216182231903076,0.2533310055732727 +337,-0.6686010777362232,0.4507376178113022,-1.2995084913841493,-0.557978093624115,-0.43562960624694824,-0.7063195109367371,-0.23275816440582275,0.6168693900108337,-0.1811467856168747,0.051462650299072266,-0.31462976336479187,0.5083825588226318 +338,-0.578505023067002,0.4905836933252792,-1.400717714964832,-0.48228538036346436,-0.4711408317089081,-0.7385303974151611,0.32759764790534973,0.9554721713066101,-0.32773685455322266,-0.013014912605285645,-0.9252977967262268,0.14337658882141113 +339,-0.46932993955183683,0.5799753525821132,-1.5208267040928416,-0.37832877039909363,-0.5480033159255981,-0.746029257774353,-0.1757965236902237,0.7251583337783813,-2.854299545288086,-0.8767828941345215,-0.6067665815353394,-0.620151162147522 +340,-0.19284733626205092,0.6317363278287795,-1.8993066229178277,-0.15466558933258057,-0.5905468463897705,-0.7920435070991516,-0.4905903935432434,-0.30658137798309326,-2.0404582023620605,-0.26885735988616943,0.3427136540412903,-0.09379017353057861 +341,-0.09669975090512122,0.6172489807334779,-2.135847362719034,-0.07873328030109406,-0.5787939429283142,-0.8116641044616699,0.5971734523773193,0.16899102926254272,-2.1327900886535645,0.11208897829055786,0.7548651695251465,0.4172396659851074 +342,0.055028015304688954,0.7488273861557588,-2.3344911925632386,0.04028700292110443,-0.680780291557312,-0.7313789129257202,0.23376083374023438,0.0914120301604271,-0.8116365075111389,0.15247726440429688,0.2767886519432068,0.24825519323349 +343,0.08968959686586618,0.7473354496812713,-2.342374061683206,0.06569938361644745,-0.6796867251396179,-0.7305542826652527,0.22238513827323914,-0.22320182621479034,0.6378317475318909,-0.010737225413322449,0.08573836088180542,-0.24719840288162231 +344,0.008526299474230808,0.70958238845873,-2.2337217622727046,0.006468262057751417,-0.6515170335769653,-0.7586064338684082,-0.4565287232398987,0.36166468262672424,1.0151088237762451,-0.0828385055065155,0.25631439685821533,-0.2387690544128418 +345,-0.1663660767746684,0.6625047796370639,-1.9735250706669485,-0.1305677443742752,-0.6150937080383301,-0.7775678634643555,-0.25895026326179504,-0.4246854782104492,3.0020127296447754,0.0246717631816864,0.2839016914367676,0.03037548065185547 +346,-0.33376682692000464,0.5789988316635579,-1.6549985809431587,-0.2742083668708801,-0.5471861958503723,-0.7908204197883606,-0.08435774594545364,0.1799597442150116,2.538947582244873,0.09137758612632751,0.11284488439559937,0.30803239345550537 +347,-0.43976866611523135,0.47681936999610514,-1.3954847060943125,-0.3782438635826111,-0.45895564556121826,-0.8039224147796631,-0.15872806310653687,0.453689306974411,1.9283283948898315,0.14641711115837097,-0.37032899260520935,0.35946446657180786 +348,-0.4956879703265631,0.4127029423991294,-1.2739250648144416,-0.43570247292518616,-0.40108680725097656,-0.8057870268821716,0.621575117111206,-0.8317208290100098,0.2802950441837311,-0.39339908957481384,-0.8085536956787109,-0.08914095163345337 +349,-0.5753071578810781,0.539681255375825,-1.3711609807422631,-0.4667620062828064,-0.5138625502586365,-0.7197766900062561,0.15610432624816895,-1.147522211074829,-3.37125563621521,-0.8140759468078613,-0.48781585693359375,-0.5969652533531189 +350,-0.3742235502855091,0.7280247286363029,-1.8184592065519334,-0.2728794515132904,-0.6653963923454285,-0.6948269605636597,0.6990298628807068,-0.4616999924182892,-4.102608680725098,-0.2385646402835846,0.21756619215011597,-0.2893039584159851 +351,-0.19523884941639136,0.9019699117146336,-2.1342660857544664,-0.12029328942298889,-0.7845498919487,-0.6082853674888611,1.4327092170715332,-0.6851395964622498,-1.594240427017212,0.1604086458683014,0.94342440366745,0.27452993392944336 +352,-0.06708460747003223,0.9790246606947615,-2.3085797304112203,-0.03739389404654503,-0.829953670501709,-0.5565775036811829,-0.05767389386892319,0.4259636402130127,-0.9844986796379089,0.2928870618343353,0.9112372994422913,0.35261332988739014 +353,-0.08249178954760757,0.93044021367188,-2.1765025331011483,-0.0492313914000988,-0.8018830418586731,-0.5954492092132568,-2.333956241607666,0.5310556888580322,2.6241323947906494,-0.04633438587188721,0.35309159755706787,-0.25618958473205566 +354,-0.2707119187249858,0.6468937704647757,-1.812451756330633,-0.21338841319084167,-0.6027106642723083,-0.7688987255096436,-0.9287545680999756,0.6856859922409058,3.669753074645996,-0.32541465759277344,-0.29267507791519165,-0.9415199756622314 +355,-0.3575719823709353,0.482352107786772,-1.5326232034652745,-0.31006795167922974,-0.46386420726776123,-0.829872190952301,-0.9874343872070312,0.9587088227272034,1.0016411542892456,-0.21825236082077026,-0.11613762378692627,-0.2318342924118042 +356,-0.35226681209458327,0.42456729711171703,-1.3657123817625063,-0.3143938481807709,-0.4119265377521515,-0.8552619814872742,0.829802393913269,0.6432293057441711,2.0735273361206055,0.16008171439170837,0.05334499478340149,0.40984266996383667 +357,-0.29953518872343876,0.45630176497015656,-1.2495623827227997,-0.26488634943962097,-0.44063127040863037,-0.8577174544334412,0.3562895357608795,1.3065537214279175,0.2135675549507141,0.08522936701774597,-0.04194319248199463,0.5029048919677734 +358,-0.3045407913690805,0.4963066700791963,-1.1612557011395994,-0.26367679238319397,-0.4761810600757599,-0.8388838768005371,1.1236556768417358,-1.0314884185791016,1.5333832502365112,-0.16886410117149353,-0.4441527724266052,0.2142653465270996 +359,-0.4218688838707999,0.5039584109182198,-1.2104547826712655,-0.3585605025291443,-0.4828956127166748,-0.7989031076431274,-1.1900949478149414,-1.8981295824050903,-2.693556308746338,-0.8179531693458557,-0.7388298511505127,-0.7235273122787476 +360,-0.3407001103963576,0.6019414612224134,-1.6047026830613054,-0.27541664242744446,-0.5662437677383423,-0.7768614292144775,1.0174752473831177,-0.751701295375824,-3.5912840366363525,-0.19604942202568054,-0.06261670589447021,-0.23145461082458496 +361,-0.294989196445427,0.8184152632757465,-1.8705877074910902,-0.19867846369743347,-0.730063796043396,-0.6538607478141785,1.5620079040527344,-1.2746391296386719,-1.778826355934143,0.23674915730953217,0.8095315098762512,0.4019075632095337 +362,-0.1830378138825028,0.9396577594390142,-2.089251012260397,-0.1074020192027092,-0.8073561787605286,-0.5802074670791626,-0.8754326701164246,0.343367338180542,-1.3681094646453857,0.2295486032962799,1.1216720342636108,0.4980236887931824 +363,-0.012266622324572925,0.6727057842879913,-2.1906583530488284,-0.009593957103788853,-0.6231045722961426,-0.7820796966552734,-3.7444651126861572,-0.03180498257279396,1.1933791637420654,-0.4468574523925781,-0.3695864677429199,-0.8920230865478516 +364,-0.21168269162154607,0.47218413399323866,-1.812521677079399,-0.18711498379707336,-0.4548324942588806,-0.8706982135772705,-0.8478987216949463,0.1637502759695053,4.131864070892334,-0.16392871737480164,-0.2863479256629944,-0.5934436321258545 +365,-0.3222080750161789,0.34816103388741043,-1.4673842920321725,-0.297662615776062,-0.3411697447299957,-0.891627848148346,0.14946067333221436,0.24427412450313568,1.891591191291809,0.008798480033874512,-0.21687468886375427,0.024303019046783447 +366,-0.3330218500086901,0.3302810815689081,-1.3508605858660718,-0.30923178791999817,-0.32430893182754517,-0.893979549407959,0.18268677592277527,0.42181411385536194,0.9220888018608093,0.22575095295906067,-0.13272231817245483,0.528195858001709 +367,-0.35044356459606124,0.3762938347971324,-1.2501912499852839,-0.319293737411499,-0.36747613549232483,-0.8735060095787048,1.3624378442764282,0.11024332791566849,0.6852476000785828,-0.015148401260375977,-0.43811163306236267,0.45053237676620483 +368,-0.4096431157328705,0.533812273140937,-1.1514167563282662,-0.34287044405937195,-0.5088189244270325,-0.7896475195884705,1.8189743757247925,-1.0593748092651367,0.08205993473529816,-0.6131842136383057,-0.515518844127655,-0.06014496088027954 +369,-0.4755452758762908,0.7213574201996378,-1.3356188140418594,-0.34378406405448914,-0.6604045629501343,-0.667591392993927,0.5170876979827881,-1.9900975227355957,-4.306501388549805,-0.7572290897369385,-0.16472971439361572,-0.7835804224014282 +370,-0.24920582005334385,0.9256657204076162,-1.9063188368730255,-0.14830195903778076,-0.7990212440490723,-0.5827277898788452,1.080893635749817,-2.1762521266937256,-3.2254087924957275,0.06837642192840576,0.6499276161193848,-0.13832628726959229 +371,-0.22599436728881184,1.063453616166985,-2.176733312135095,-0.10886850953102112,-0.8740386366844177,-0.4735017716884613,0.7400237321853638,-1.666886806488037,-1.0454704761505127,0.3386353552341461,1.1336517333984375,0.3533083498477936 +372,-0.1428435833219311,1.0610582751660147,-2.319803558512429,-0.06946352869272232,-0.8728723526000977,-0.482978880405426,-1.442191243171692,0.8771279454231262,0.1053209900856018,0.3382318615913391,0.5751429200172424,0.07793435454368591 +373,-0.2320679700001419,0.7962490469070049,-2.088011745756762,-0.16085368394851685,-0.7147377133369446,-0.6806438565254211,-2.195352077484131,1.4479304552078247,2.3806960582733154,0.03205423057079315,-0.3097373843193054,-0.9797412753105164 +374,-0.2374847182476391,0.7162906724967824,-1.7241086340750322,-0.1774430274963379,-0.6565914750099182,-0.7330768704414368,1.333082914352417,1.7665408849716187,3.7456486225128174,-0.2386641502380371,-0.25882911682128906,-0.5470287203788757 +375,-0.3138727221744592,0.719699706771247,-1.4025893469785105,-0.2321769744157791,-0.6591588854789734,-0.7152645587921143,0.043509289622306824,0.9840476512908936,0.7159184217453003,-0.10806348919868469,0.1990758776664734,0.40041470527648926 +376,-0.30471169940386417,0.6930099121632473,-1.358407934556108,-0.2308119535446167,-0.6388556957244873,-0.7338864207267761,-0.13524757325649261,0.02972063422203064,0.14210611581802368,0.05368794500827789,0.1486213207244873,0.6110379099845886 +377,-0.29976356340650884,0.6727575777726293,-1.4250426725612293,-0.23095154762268066,-0.6231450438499451,-0.747229278087616,-0.6444061398506165,-0.8114268779754639,-0.8830012083053589,0.17594362795352936,-0.17395877838134766,0.48506808280944824 +378,-0.29583071105104425,0.6505517438434927,-1.5322599881034418,-0.2319885790348053,-0.605625569820404,-0.7611826658248901,-0.265911728143692,-1.0957355499267578,-1.4121004343032837,-0.5685180425643921,-0.953334391117096,-0.29113972187042236 +379,-0.12308856072388866,0.6582002812069869,-1.9683155462396051,-0.0971289724111557,-0.6116940975189209,-0.7851091027259827,-0.12084915488958359,-0.37820738554000854,-4.605101108551025,-0.3949822187423706,-0.5529787540435791,-0.7523817420005798 +380,0.022876383753099007,0.8669353855055559,-2.2780749736808295,0.014803523197770119,-0.7623491883277893,-0.6469964981079102,3.530226707458496,-1.2322360277175903,-0.810756266117096,-0.16057074069976807,0.6334887742996216,-0.16004085540771484 +381,-0.064179069747342,1.1635891654141388,-2.337129582436856,-0.025400441139936447,-0.9182304739952087,-0.3952310085296631,1.2752052545547485,-0.7707183361053467,-0.5203470587730408,0.32804328203201294,1.451937198638916,0.2808206379413605 +382,0.06814870592320836,1.0937121696160523,-2.392932318985414,0.03126905858516693,-0.8883376121520996,-0.45812514424324036,-2.20576548576355,1.4960768222808838,1.1518065929412842,0.12783434987068176,0.8441481590270996,-0.11559009552001953 +383,-0.14965484620445468,0.7492922068974102,-2.003099278796755,-0.10916441679000854,-0.6811206936836243,-0.7239874005317688,-1.5347177982330322,1.0602612495422363,3.334498882293701,-0.08764345943927765,-1.036484956741333,-1.242717981338501 +384,-0.24385959592417922,0.7012112764480127,-1.5963711688550561,-0.18448245525360107,-0.6451436281204224,-0.7414551973342896,1.053064227104187,1.3820507526397705,2.1696085929870605,-0.16888056695461273,-0.45518285036087036,-0.16517621278762817 +385,-0.2881766602430506,0.7426513073577365,-1.3994339644064466,-0.2093672901391983,-0.6762434244155884,-0.7063002586364746,0.6061573028564453,0.6271295547485352,0.5413990616798401,0.008958354592323303,0.19868916273117065,0.5289779305458069 +386,-0.37498768273247657,0.8463184806835475,-1.2666556920839038,-0.2427375167608261,-0.7488455772399902,-0.6166918277740479,1.7499040365219116,-0.4886007308959961,0.5592290759086609,0.0017249584197998047,0.23749303817749023,0.5064318180084229 +387,-0.4903475265932295,0.9442710261342506,-1.2134712871360371,-0.2761235237121582,-0.810069739818573,-0.5172454118728638,0.48734670877456665,-0.870937705039978,-0.5916719436645508,0.07991078495979309,-0.0442240834236145,0.32442015409469604 +388,-0.5620247352599511,0.9287589387757529,-1.2948110996081912,-0.3191160261631012,-0.8008773922920227,-0.5067153573036194,-1.9711638689041138,-0.634242057800293,-0.8359188437461853,-0.1976991593837738,-0.4640457034111023,-0.17136996984481812 +389,-0.27883243716100836,0.8408216169070156,-1.718184697739127,-0.18353956937789917,-0.7451912760734558,-0.6410952210426331,-1.1657469272613525,-0.9415202140808105,-1.7747074365615845,-0.20938950777053833,-0.3562033176422119,-0.46425139904022217 +390,-0.2636694323329572,0.8637311916152124,-1.855361640099759,-0.1693033128976822,-0.7602716684341431,-0.6271549463272095,1.5422240495681763,-0.7113412618637085,-0.5215522050857544,0.1351388841867447,0.49992620944976807,0.23251688480377197 +391,-0.3395393050942497,1.026561064029029,-1.8318926913628284,-0.1724427193403244,-0.8555234670639038,-0.4882039427757263,0.20490455627441406,0.013491709716618061,-0.6104586124420166,0.3380158543586731,0.8558133840560913,0.5001057982444763 +392,-0.18640112331741154,0.9801322052952998,-1.8841923713113868,-0.10320903360843658,-0.8305709958076477,-0.5472655296325684,-1.9070154428482056,0.27358874678611755,1.5178453922271729,-0.13446184992790222,-0.65955650806427,-0.39029544591903687 +393,-0.350223761057099,0.8833835570274363,-1.6068768592303195,-0.21771563589572906,-0.7728903293609619,-0.596020519733429,0.7102058529853821,1.6009682416915894,1.1951239109039307,-0.12917765974998474,-0.8336312770843506,-0.6210814714431763 +394,-0.2995973491059138,0.9460822795560117,-1.5411982219128761,-0.17261454463005066,-0.8111304044723511,-0.5588127970695496,0.48582780361175537,0.48798829317092896,0.32494935393333435,0.06708475947380066,0.4609106779098511,0.08748400211334229 +395,-0.4834638977590282,0.9551375488907888,-1.2819080398922889,-0.2684485912322998,-0.8163931965827942,-0.5113096833229065,0.834904134273529,0.10779134929180145,1.7201790809631348,0.3051765263080597,0.8176290988922119,0.551302969455719 +396,-0.4751191585157871,0.9117095452196748,-1.2071725074888056,-0.28013673424720764,-0.7905518412590027,-0.5445651412010193,-0.7446172833442688,1.2356483936309814,-0.7538033127784729,0.12672486901283264,0.2646729350090027,0.5365848541259766 +397,-0.39139777622410493,0.8039495538280477,-1.3425573406298084,-0.2646973729133606,-0.7201021909713745,-0.6413955092430115,-0.8101434707641602,-1.8585515022277832,-0.5592916011810303,-0.2736174464225769,-0.7909451723098755,-0.2684250473976135 +398,-0.4558453017309382,0.8380825502400988,-1.5537763006660577,-0.29445943236351013,-0.7433619499206543,-0.6005885601043701,-0.6634467840194702,-1.6222903728485107,-2.796175241470337,-0.416828989982605,-0.6778874397277832,-0.3631412982940674 +399,-0.16820421385452927,0.8218035739037423,-2.0871391569974853,-0.11399117857217789,-0.7323750853538513,-0.6712918281555176,-0.8962149620056152,-1.065680742263794,-3.129636764526367,-0.2681346535682678,0.06574910879135132,-0.17595243453979492 +400,-0.05316668047898151,0.8799554511863084,-2.3712155299779893,-0.033861082047224045,-0.7707104682922363,-0.6362851858139038,0.9303987622261047,-0.9386309385299683,-1.173508882522583,0.01590147614479065,0.8347669243812561,0.3788083791732788 +401,-0.04427943897899124,0.9066759342446344,-2.4665393973341194,-0.027283454313874245,-0.7874592542648315,-0.6157625913619995,-1.0529139041900635,-0.4169529378414154,0.5190619826316833,0.3766181766986847,0.7899922132492065,0.4378756284713745 +402,-0.17807151380713213,0.7362597240333912,-2.212370434286004,-0.13125216960906982,-0.6715211272239685,-0.7292683124542236,-0.919364869594574,1.1716269254684448,2.536675453186035,-0.3164712190628052,-0.133669912815094,-0.6894023418426514 +403,-0.3158403780760478,0.6009616958034604,-1.8198073565797315,-0.2561931610107422,-0.5654359459877014,-0.7839944362640381,-0.6850664615631104,1.2609341144561768,2.7400929927825928,-0.5130023956298828,-0.4009794592857361,-0.6745016574859619 +404,-0.3793062497754507,0.4958803529142597,-1.5901101601244203,-0.32567644119262695,-0.4758061468601227,-0.8170332908630371,-0.022433415055274963,0.04985909163951874,1.7775050401687622,0.06279799342155457,-0.16997632384300232,0.04832601547241211 +405,-0.46516198009729826,0.41535386928717755,-1.4183723133545825,-0.4104274809360504,-0.40351372957229614,-0.8177566528320312,-0.548467218875885,0.10378331691026688,2.190886974334717,0.4927333891391754,0.12224847078323364,0.5808792114257812 +406,-0.4127824862376551,0.3764056447326232,-1.3635669688370295,-0.3730752170085907,-0.3675801157951355,-0.8518801331520081,0.8699628710746765,1.0541858673095703,-0.6846859455108643,0.0802132785320282,-0.2643168270587921,0.46041589975357056 +407,-0.3964192643001074,0.48360931238854027,-1.3665044278723004,-0.3418387472629547,-0.46497759222984314,-0.8166652321815491,1.3029258251190186,-0.9124279618263245,-0.40223586559295654,-0.6658364534378052,-0.529300332069397,-0.2810673117637634 +408,-0.5441031726989926,0.607980720515182,-1.477420106008662,-0.42488953471183777,-0.5712112188339233,-0.7022724747657776,-0.3177303373813629,-2.2498748302459717,-2.452833652496338,-0.5953588485717773,-0.12286537885665894,-0.5978679060935974 +409,-0.5214859584206069,0.7241484609643232,-1.7828369903525865,-0.3731604814529419,-0.6624978184700012,-0.6494981646537781,0.7890634536743164,-1.3231440782546997,-1.6947824954986572,0.2360297441482544,0.4180367588996887,-0.14591199159622192 +410,-0.6399884039396506,0.8482598318144958,-1.807309351135838,-0.39491286873817444,-0.7501307725906372,-0.530422031879425,0.8016743659973145,-1.42156982421875,-0.7656499743461609,0.4330598711967468,0.765298068523407,0.21110135316848755 +411,-0.6375978295118683,0.844873340585769,-1.8876038565929456,-0.3951537013053894,-0.7478870153427124,-0.5334028005599976,-1.5883582830429077,0.32672253251075745,0.03429568558931351,0.3018004298210144,0.3702930212020874,0.08578622341156006 +412,-0.5181043292968844,0.6953316815120556,-1.8858448762790692,-0.38026121258735657,-0.640640139579773,-0.6670694351196289,-0.8826622366905212,1.329842448234558,2.5364432334899902,0.021084576845169067,-0.44380199909210205,-0.4678487777709961 +413,-0.5072500333743796,0.49592891151625773,-1.528916081014375,-0.4272525906562805,-0.47584885358810425,-0.7687802314758301,-0.10045774281024933,2.6423282623291016,2.5268616676330566,-0.4829646944999695,-0.33541515469551086,-0.5076327323913574 +414,-0.4613731644333963,0.45184574122813886,-1.430584691770408,-0.4005012512207031,-0.4366267919540405,-0.8055779337882996,0.2582186460494995,-0.03840138018131256,-0.5759116411209106,-0.05886456370353699,0.023220419883728027,-0.00860053300857544 +415,-0.46726475037784393,0.5175128045768447,-1.405402381137408,-0.3914610743522644,-0.4947201609611511,-0.7758931517601013,0.9443435668945312,0.03533666580915451,0.49703511595726013,0.4268309473991394,0.2895047068595886,0.4396657347679138 +416,-0.4483471283309521,0.5627029362087281,-1.3383134460319732,-0.3666415810585022,-0.533474326133728,-0.7622198462486267,0.3386857807636261,1.1418410539627075,-0.03819398209452629,0.2167544960975647,0.020107626914978027,0.4881262183189392 +417,-0.41561722721552874,0.6147110019384908,-1.2825318165646236,-0.3298434317111969,-0.5767224431037903,-0.7473918795585632,0.43912678956985474,-0.6155046820640564,1.0406408309936523,-0.4613247513771057,-0.6155535578727722,0.06152456998825073 +418,-0.5540556325271889,0.6579063514752806,-1.3280124725745117,-0.416321337223053,-0.6114615201950073,-0.6728977560997009,-0.05940581485629082,-2.3080334663391113,-1.7727268934249878,-0.8445581197738647,-0.5757790803909302,-0.5609890222549438 +419,-0.531615786317262,0.7839879879256207,-1.6812992975464989,-0.358956515789032,-0.7061089277267456,-0.610377311706543,-0.17055237293243408,-2.1574454307556152,-3.5725739002227783,-0.021307766437530518,0.4628075361251831,-0.10924243927001953 +420,-0.49086545321204456,0.9125477259253295,-2.025033988401153,-0.28836408257484436,-0.7910648584365845,-0.5395021438598633,0.292645663022995,-1.7221081256866455,-1.3107218742370605,0.554416298866272,0.9602543115615845,0.21651935577392578 +421,-0.47917982986166213,0.8765643226062972,-2.051847108152966,-0.29497867822647095,-0.7685452699661255,-0.5677374005317688,-1.1183242797851562,1.2890900373458862,0.604962170124054,0.46461063623428345,0.623235821723938,0.10826480388641357 +422,-0.4028945662967818,0.6899423737623188,-1.9304761703188211,-0.3024066686630249,-0.6364927291870117,-0.7095260620117188,-0.5083709359169006,0.5959091186523438,2.9011390209198,-0.1442791223526001,-0.4008760452270508,-0.7482223510742188 +423,-0.39794525230758027,0.5927754525869506,-1.6399343608679422,-0.3214106261730194,-0.5586650967597961,-0.7645838856697083,0.35461369156837463,1.9325062036514282,1.8848421573638916,-0.4625401496887207,-0.28882330656051636,-0.5409581065177917 +424,-0.4862446252231439,0.5058340185069236,-1.3778929517425922,-0.4087882936000824,-0.48453718423843384,-0.7733795046806335,-0.23131920397281647,-0.015635646879673004,1.6844974756240845,0.0432487428188324,0.11344343423843384,0.24089354276657104 +425,-0.5052487054038327,0.48210228973352376,-1.3034155448355098,-0.4288569688796997,-0.4636428654193878,-0.775317370891571,0.5621103644371033,0.3358473777770996,0.31042271852493286,0.2935115098953247,0.09750822186470032,0.523577868938446 +426,-0.47756891234614224,0.5059433941172565,-1.2690485921190893,-0.4020390212535858,-0.48463284969329834,-0.7768498659133911,0.588864803314209,0.35256507992744446,-0.20380045473575592,0.028015553951263428,-0.33265841007232666,0.3341008424758911 +427,-0.5459026507419088,0.6796254954265547,-1.2552574981882751,-0.40383005142211914,-0.6285017728805542,-0.6647607684135437,1.5257673263549805,-1.5948904752731323,-0.42460083961486816,-0.29496148228645325,-0.6212693452835083,0.0489465594291687 +428,-0.5001945015205325,0.7603120446551908,-1.5492737620221948,-0.3475254774093628,-0.6891475915908813,-0.6358471512794495,-1.1575825214385986,-0.8723089098930359,-3.7450003623962402,-0.5404444932937622,-0.5977329015731812,-0.45364564657211304 +429,-0.33710071191907753,0.871356410899006,-1.957409319980353,-0.21293479204177856,-0.7652028799057007,-0.6075551509857178,0.8100454807281494,-2.0217578411102295,-2.301224946975708,-0.020738303661346436,0.3411611318588257,-0.11662697792053223 +430,-0.3562956097551338,1.018210187858295,-2.139100896496764,-0.18308426439762115,-0.8511699438095093,-0.49192461371421814,1.0204864740371704,-1.2724610567092896,-1.462083101272583,0.16880202293395996,0.9147533178329468,0.19796407222747803 +431,-0.22715461720728244,1.0787050701058478,-2.362852710502267,-0.10640318691730499,-0.8813467025756836,-0.4603329300880432,-0.5517634749412537,0.038785193115472794,-0.5120044946670532,0.2881200909614563,0.8327779173851013,0.10321617126464844 +432,-0.31241568942455805,0.9176758500418265,-2.1043261822688213,-0.1867717057466507,-0.7941914796829224,-0.5782528519630432,-1.4807597398757935,1.5294773578643799,3.027592897415161,-0.3507038950920105,-0.03584086894989014,-0.7599124312400818 +433,-0.49541471887086613,0.6995048537819754,-1.5703621625334314,-0.36375492811203003,-0.6438388824462891,-0.6731669902801514,-1.255969524383545,2.3395819664001465,4.014909744262695,-0.6072075366973877,0.16059309244155884,-0.6149951815605164 +434,-0.4591473422709234,0.3922614308493364,-1.3214731176572587,-0.40952274203300476,-0.38227906823158264,-0.8283440470695496,-1.641958475112915,1.072231650352478,2.093538522720337,-0.47614315152168274,-0.49517759680747986,-0.21937018632888794 +435,-0.4865522342981075,0.2978821298349456,-1.166438634230418,-0.4469888508319855,-0.2934962809085846,-0.8450212478637695,0.21483774483203888,-0.30653318762779236,1.654349446296692,0.07467439770698547,-0.3234165906906128,0.550389289855957 +436,-0.49050903627407205,0.2762618578905009,-1.1227047278412832,-0.4532126486301422,-0.27276116609573364,-0.848645806312561,0.30088311433792114,0.24916529655456543,-0.5190818309783936,-0.004795163869857788,-0.7798969149589539,0.48812639713287354 +437,-0.5439812566927569,0.4151193372603164,-1.1277233686734516,-0.4735904932022095,-0.40329912304878235,-0.7829826474189758,1.3235549926757812,-1.1566698551177979,-1.409021258354187,-0.49370989203453064,-0.58748459815979,-0.05210036039352417 +438,-0.3232228988012709,0.5197663492749748,-1.7664759328554733,-0.27567723393440247,-0.49667736887931824,-0.8229906558990479,-4.678952693939209,-1.7878711223602295,-9.445149421691895,-0.8267397880554199,0.5611305236816406,-0.5721204280853271 +439,-0.3958475147297787,0.2322224644295171,-2.381451540618986,-0.3752400279045105,-0.23014089465141296,-0.8979031443595886,-2.698249101638794,-4.874790668487549,1.1602458953857422,0.8971516489982605,-0.11055734753608704,-0.9566958546638489 +440,-0.41998628336054417,0.13310087308219476,-2.385254548870716,-0.40414145588874817,-0.13270822167396545,-0.9050183892250061,-1.615374207496643,-0.4891861379146576,1.0006526708602905,0.36976340413093567,0.39660900831222534,0.40350770950317383 +441,-0.4405607947742639,0.09780353871602203,-2.261668842381741,-0.42440879344940186,-0.09764768928289413,-0.9001900553703308,1.4241701364517212,0.7522305846214294,3.632587432861328,0.002121835947036743,-0.31801697611808777,-0.3912680745124817 +442,-0.4208071511081863,0.16937153986788886,-1.9500115613833906,-0.4026520848274231,-0.16856291890144348,-0.8996987342834473,3.3629353046417236,0.6179364323616028,2.524528741836548,-0.2887846827507019,-0.6695718765258789,-0.6225790977478027 +443,-0.47534238508440146,0.45631794051104635,-1.62503761327122,-0.41081735491752625,-0.4406457841396332,-0.7981606125831604,3.841660976409912,-0.06326572597026825,0.46678441762924194,-0.18468737602233887,0.045107483863830566,-0.07600009441375732 +444,-0.5301104615092552,0.7334840399965292,-1.578141776430484,-0.3756044805049896,-0.6694617867469788,-0.6408917307853699,1.7869056463241577,-0.28664958477020264,-2.275346040725708,0.19996055960655212,0.40702587366104126,0.07506531476974487 +445,-0.4149761748840032,0.9854487495241128,-1.7135023793292965,-0.22274599969387054,-0.8335201144218445,-0.5055971145629883,0.9974072575569153,0.924701452255249,-1.740554690361023,0.5918256044387817,1.1858150959014893,0.5479860305786133 +446,-0.19863067770821136,0.9489430223104326,-1.856093709926654,-0.11495144665241241,-0.8128002285957336,-0.571088433265686,-1.9589126110076904,0.3366644084453583,0.5623401999473572,0.11249477416276932,0.20289117097854614,0.09449547529220581 +447,-0.23940244495668808,0.7455708357767387,-1.8614551312553802,-0.17421382665634155,-0.6783913373947144,-0.713746964931488,-1.307831048965454,-0.3972167372703552,0.5390867590904236,0.20431943237781525,-0.5178672075271606,-0.06419187784194946 +448,-0.22628941485438644,0.6508761157412694,-1.9489386022203838,-0.17849279940128326,-0.6058836579322815,-0.7752711772918701,0.05907334387302399,-0.5385791659355164,-0.9493816494941711,-0.45886683464050293,-1.0678834915161133,-0.5130894184112549 +449,-0.23019313015136017,0.7370022293468838,-2.086018504797033,-0.168953537940979,-0.672071099281311,-0.7209542989730835,1.629728078842163,-1.2894303798675537,-1.4890886545181274,-0.0331491082906723,0.1268288493156433,0.04778236150741577 +450,-0.2740695417863295,0.9851684811100773,-2.212069725575407,-0.14959515631198883,-0.8333652019500732,-0.5320937633514404,1.648020625114441,-1.0410698652267456,-1.1508982181549072,0.3409861624240875,1.0031192302703857,0.43207240104675293 +451,-0.08601833254937634,0.9797288361121309,-2.388546820373268,-0.04787443205714226,-0.8303462862968445,-0.5551874041557312,-1.559564232826233,1.6059075593948364,-0.5836371183395386,0.19585417211055756,0.814400851726532,0.1337854266166687 +452,-0.08265072139152814,0.6673726546118806,-2.2685555246689586,-0.06484416872262955,-0.6189244985580444,-0.7827693223953247,-2.419651985168457,0.48076313734054565,2.6834259033203125,0.07961466908454895,-0.16815441846847534,-0.7097996473312378 +453,-0.2599378474010831,0.44665035937548675,-1.912786196323656,-0.23180653154850006,-0.43194693326950073,-0.8716005682945251,-0.6977493166923523,-0.26961076259613037,2.21221923828125,-0.37091565132141113,-0.36009106040000916,-0.5862088203430176 +454,-0.345165019224545,0.3214623235281464,-1.7782397961887257,-0.3210196793079376,-0.315954327583313,-0.892815351486206,-0.4442565143108368,-0.8073464035987854,1.8917019367218018,0.23074871301651,-0.2041109800338745,0.26689982414245605 +455,-0.42837578114059244,0.19754257873255104,-1.6525463520987094,-0.4073152542114258,-0.19626030325889587,-0.891950786113739,-0.7733585238456726,0.2285241186618805,-0.02581491507589817,0.21108722686767578,-0.12373177707195282,0.444746196269989 +456,-0.3724041236987625,0.22047553738677658,-1.6649566722921094,-0.35504817962646484,-0.21869367361068726,-0.9089080691337585,1.0780164003372192,0.5138567090034485,0.3142254054546356,0.15012264251708984,-0.6507063508033752,0.046893298625946045 +457,-0.39774839138574825,0.43438302864523104,-1.5731514956438164,-0.35137084126472473,-0.42085081338882446,-0.8363152146339417,2.0017049312591553,-0.4699617922306061,-0.05076195299625397,-0.3196648955345154,-0.48480409383773804,-0.09163278341293335 +458,-0.3602868279863347,0.5456046414267134,-1.8222977249883683,-0.30135828256607056,-0.5189350247383118,-0.799930989742279,-0.05481812730431557,-1.536859154701233,-3.989091396331787,-0.36821264028549194,-0.12097275257110596,-0.5684161186218262 +459,-0.33761207834257845,0.7528569125833634,-2.094246398476139,-0.24171486496925354,-0.6837263703346252,-0.6885434985160828,2.2216789722442627,-1.181960105895996,-1.4822932481765747,0.20857277512550354,0.5691481232643127,0.10553568601608276 +460,-0.4143492260521928,0.9422735450803077,-2.1296474335978646,-0.23670554161071777,-0.8088968992233276,-0.5381972789764404,1.2014080286026,-0.5522890090942383,-0.6142019033432007,0.21331381797790527,0.6987437009811401,0.21381068229675293 +461,-0.46942419683826164,0.9985020444120756,-2.029496677579756,-0.2449880838394165,-0.8406606912612915,-0.4829809367656708,-0.429280161857605,1.0314399003982544,1.7338002920150757,0.239449143409729,0.5902639627456665,0.1381627917289734 +462,-0.4714609952873638,0.7548091349278566,-1.8278637761677998,-0.3308318853378296,-0.6851496696472168,-0.6489377617835999,-1.39102041721344,2.193605899810791,2.9555506706237793,-0.2066132128238678,0.2313990592956543,-0.42296165227890015 +463,-0.5189788952288799,0.4731528469372687,-1.523043037918743,-0.4415018856525421,-0.4556950032711029,-0.7729282975196838,-1.2645411491394043,-0.05373087525367737,2.7478044033050537,-0.6032674312591553,-0.4383632242679596,-0.48711198568344116 +464,-0.6408049961183734,0.2933506258881473,-1.3547082723865722,-0.5723013877868652,-0.2891613245010376,-0.7673701047897339,-0.16410617530345917,-0.6718985438346863,1.52774977684021,0.25595617294311523,-0.3227618932723999,0.3369807004928589 +465,-0.6200450637662369,0.25803418060941913,-1.3645098695953606,-0.5618345737457275,-0.255180299282074,-0.7869084477424622,-0.6050859093666077,0.7146938443183899,-0.5675463080406189,0.34358811378479004,-0.5394211411476135,0.44364672899246216 +466,-0.5472990119022818,0.32723276124083445,-1.3978582516698852,-0.492768794298172,-0.32142385840415955,-0.8086196184158325,1.5959898233413696,0.38837990164756775,-0.549127459526062,-0.262968510389328,-0.6035791635513306,-0.03731238842010498 +467,-0.5649534033970046,0.4799000052690772,-1.4540299657593825,-0.4749009311199188,-0.4616904854774475,-0.7492069005966187,-0.6964243054389954,-0.6214548945426941,-3.0657498836517334,-1.0000746250152588,-0.309259831905365,-0.5669704675674438 +468,-0.4402734269381394,0.662025196534999,-1.8142233502032816,-0.33615440130233765,-0.6147154569625854,-0.7135300040245056,1.2752599716186523,-1.1966497898101807,-2.8410017490386963,-0.08869603276252747,0.3359679579734802,-0.2067732810974121 +469,-0.526830162120689,0.8825068236736338,-1.9066143632589794,-0.31938451528549194,-0.7723336815834045,-0.5490849614143372,1.8027423620224,-1.436859369277954,-1.1797975301742554,0.27432531118392944,0.855692446231842,0.09460186958312988 +470,-0.47480273390637445,1.0051862548339694,-2.018475227791521,-0.24500782787799835,-0.8442618250846863,-0.47664788365364075,-0.5070702433586121,0.7164872288703918,-1.0470560789108276,0.33335620164871216,0.7236410975456238,0.21976613998413086 +471,-0.41408286114144266,0.8605987731807172,-1.9818397709156128,-0.26232588291168213,-0.7582330703735352,-0.5968815684318542,-2.2455332279205322,0.7703424096107483,2.8678674697875977,-0.01668110489845276,0.15155893564224243,-0.303997278213501 +472,-0.4301725452713446,0.5900724923598398,-1.733990979866427,-0.3465084135532379,-0.5564212799072266,-0.7552001476287842,-0.6250653266906738,1.1892454624176025,3.837935209274292,-0.4049259126186371,-0.17931175231933594,-0.6255829334259033 +473,-0.5025798564427377,0.3762968528458757,-1.4556569704644267,-0.4479851722717285,-0.36747896671295166,-0.8150267004966736,-1.6435339450836182,0.5405553579330444,2.044938564300537,-0.21316289901733398,-0.11460721492767334,-0.10881668329238892 +474,-0.5043665371792332,0.2683633344014189,-1.3653188146012294,-0.4659554660320282,-0.265153706073761,-0.8441439867019653,-0.1353183090686798,0.15420854091644287,1.2781144380569458,0.2554757297039032,-0.2452680468559265,0.39407074451446533 +475,-0.46349939311169513,0.2629922598512408,-1.3159117336403592,-0.43170878291130066,-0.25997108221054077,-0.8637375831604004,0.51200270652771,0.4898909032344818,-0.18009768426418304,-0.10294395685195923,-0.6740499138832092,0.2526383399963379 +476,-0.4884680162518767,0.4066839294264712,-1.2839871520716157,-0.4309985339641571,-0.3955658972263336,-0.8110288977622986,2.0035009384155273,-0.8666278123855591,-0.4048275947570801,-0.354722261428833,-0.5524321794509888,0.05330801010131836 +477,-0.5257610616294471,0.5460319958561498,-1.4016654624131117,-0.4288952350616455,-0.5193002820014954,-0.7391725778579712,-0.7307042479515076,-0.7912557721138,-3.51115083694458,-0.9366443157196045,-0.29757899045944214,-0.5770353078842163 +478,-0.44076844026144,0.7370769662748534,-1.7729084147387486,-0.31589576601982117,-0.6721264719963074,-0.6696684956550598,1.236878514289856,-2.2580482959747314,-2.3154218196868896,-0.07469868659973145,0.5419079661369324,-0.10811769962310791 +479,-0.6131815062067345,0.9152600913968965,-1.8997889632711715,-0.35079893469810486,-0.792721152305603,-0.49853113293647766,0.7701767086982727,-2.3682093620300293,-1.1881740093231201,0.5481408834457397,1.050503134727478,0.22661954164505005 +480,-0.6069753252640294,0.9335105276997017,-2.000863654448127,-0.33938875794410706,-0.8037137389183044,-0.4887326657772064,-1.4746015071868896,1.291448712348938,0.3133437931537628,0.30751311779022217,0.31949132680892944,0.015084564685821533 +481,-0.5299524322484208,0.7084326542089566,-1.926030809622405,-0.38386204838752747,-0.6506443619728088,-0.6552189588546753,-0.6469090580940247,0.9614730477333069,3.1105546951293945,0.15101292729377747,-0.30928605794906616,-0.6836177110671997 +482,-0.573820572922082,0.5629843820387763,-1.5458662105781986,-0.4590652883052826,-0.5337123870849609,-0.7102183699607849,0.270254909992218,1.9019372463226318,3.077526330947876,-0.4786025285720825,0.14182090759277344,-0.2870197296142578 +483,-0.5066931231221925,0.36137593578478017,-1.4532634987214548,-0.4539443552494049,-0.3535616397857666,-0.8178806304931641,-1.1199356317520142,0.3242826759815216,0.9091242551803589,-0.09085547924041748,-0.2565915584564209,0.10584449768066406 +484,-0.5635714655156381,0.30216343284026076,-1.4037927539633555,-0.5100063681602478,-0.2975863218307495,-0.807053804397583,-0.10153763741254807,-0.4590727984905243,0.07590073347091675,0.23077058792114258,-0.1852475106716156,0.4823163151741028 +485,-0.5525808471832847,0.29187700538653766,-1.4158039245597527,-0.5026859045028687,-0.28775036334991455,-0.8151727318763733,0.1688457578420639,0.17070643603801727,-0.06501534581184387,0.007263600826263428,-0.48466476798057556,0.18113958835601807 +486,-0.6011052871379248,0.36104165071150407,-1.3713639832708253,-0.5290927290916443,-0.3532489240169525,-0.7715413570404053,1.0813772678375244,-0.9729236960411072,-0.182329922914505,-0.4025784134864807,-0.4203411638736725,-0.19141030311584473 +487,-0.5791303620108537,0.4430920203142673,-1.5858597782388233,-0.4944440722465515,-0.4287349283695221,-0.7561159729957581,0.000371001660823822,0.1582745760679245,-3.081350564956665,-0.3053300976753235,-0.3397892117500305,-0.36157506704330444 +488,-0.5855097751650649,0.6255302411662353,-1.7128054631153693,-0.4479864537715912,-0.5855271816253662,-0.6756227612495422,1.5390589237213135,-1.5232213735580444,-1.5388197898864746,0.008548587560653687,0.2728440761566162,0.07741719484329224 +489,-0.6014693138850499,0.8202934901834618,-1.879488596009637,-0.3859165608882904,-0.7313460111618042,-0.562317967414856,0.012809038162231445,-0.6943864822387695,-2.7893104553222656,0.0859135091304779,0.6087874174118042,0.18226730823516846 +490,-0.2940733271145031,0.9093862927721539,-2.2940742684545175,-0.17803651094436646,-0.7891269326210022,-0.5878620147705078,0.0367644801735878,0.3263276517391205,-1.3417942523956299,0.20681458711624146,0.3974643349647522,0.022966384887695312 +491,-0.3623347836608155,0.8313694318515281,-2.1492788099862374,-0.2388569563627243,-0.7388548851013184,-0.630111813545227,-0.8384042978286743,1.0725815296173096,2.68599796295166,0.2514912486076355,0.46788930892944336,-0.04054248332977295 +492,-0.44700216852306207,0.6261614939977018,-1.7549858915800995,-0.3502563238143921,-0.5860388278961182,-0.7306702136993408,0.1255626529455185,1.0382850170135498,3.9312543869018555,-0.4556671380996704,-0.042424917221069336,-0.5052154064178467 +493,-0.5328260213683333,0.4267512410317167,-1.4903287153376323,-0.4624125063419342,-0.41391560435295105,-0.7841228246688843,-1.684844970703125,0.5908846259117126,1.6389734745025635,-0.0799611508846283,-0.04674723744392395,0.13112294673919678 +494,-0.5026031893838548,0.30822943586684404,-1.507586824417699,-0.45900657773017883,-0.30337199568748474,-0.8350319862365723,-0.41114792227745056,-0.11005561053752899,0.39518865942955017,0.26731041073799133,-0.38835468888282776,0.30941247940063477 +495,-0.5205171155005965,0.30869337129115654,-1.472391487613659,-0.4738207757472992,-0.30381402373313904,-0.8265536427497864,0.7319182753562927,0.006715714931488037,0.022580711171030998,0.1352435052394867,-0.7475165128707886,0.18229705095291138 +496,-0.5861065972711662,0.4232611444384864,-1.4234234884672974,-0.5043110251426697,-0.41073599457740784,-0.7595829963684082,0.22420622408390045,-0.8100186586380005,-0.7540466785430908,-0.4713054299354553,-0.500442624092102,-0.2086024284362793 +497,-0.45675051184823995,0.5203363407990751,-1.7558632971114099,-0.3826640844345093,-0.4971719980239868,-0.7787092924118042,0.2443513572216034,0.0736895427107811,-3.702808380126953,-0.4691883325576782,-0.3339436948299408,-0.474220335483551 +498,-0.41398464506723415,0.7546692744993528,-1.959753025718109,-0.29304608702659607,-0.6850477457046509,-0.6669584512710571,2.01558256149292,-1.5322608947753906,-1.5176969766616821,-0.01528826355934143,0.6597792506217957,0.16523420810699463 +499,-0.4555900744351841,0.9333666553723285,-2.0873372174710725,-0.26185342669487,-0.8036280870437622,-0.5344293713569641,-0.002085987478494644,-0.8957829475402832,-1.4895319938659668,0.31580850481987,0.9926081895828247,0.3763177990913391 +500,-0.3206320806272652,0.8772302333647917,-2.218036300174533,-0.20148073136806488,-0.7689711451530457,-0.6067032814025879,-1.2960002422332764,1.0544737577438354,1.397249460220337,0.16836917400360107,0.5240523219108582,-0.06390523910522461 +501,-0.4773570555685256,0.6223090353906083,-1.8871091156816628,-0.37330546975135803,-0.5829128623008728,-0.721703290939331,-0.1653304398059845,1.0434396266937256,3.9879443645477295,-0.11500626802444458,0.1111263632774353,-0.39444661140441895 +502,-0.5697915118586137,0.38002908335169533,-1.482774052299981,-0.5009683966636658,-0.3709474802017212,-0.7819390296936035,0.05415713042020798,0.4708215594291687,3.390033006668091,-0.41416221857070923,-0.23485693335533142,-0.2927679419517517 +503,-0.5855072402865089,0.23770687929266973,-1.3648342450679498,-0.5370827317237854,-0.2354746013879776,-0.8099961876869202,-0.4421849548816681,0.003728829324245453,0.4491647779941559,0.0643501877784729,-0.3901968002319336,0.19396835565567017 +504,-0.587519533014984,0.23307926379740088,-1.3378633335099506,-0.5393098592758179,-0.23097461462020874,-0.809812068939209,0.11668624728918076,0.40932974219322205,-0.030817000195384026,0.18478715419769287,-0.31742626428604126,0.3244757652282715 +505,-0.5315100212903108,0.2937597460699184,-1.3398938735842794,-0.48512378334999084,-0.2895529568195343,-0.8251145482063293,0.9899284243583679,0.3527301847934723,-0.20362207293510437,-0.12872201204299927,-0.5651070475578308,0.10563212633132935 +506,-0.5426101998528718,0.4214100364326245,-1.3558864361024094,-0.47119712829589844,-0.40904754400253296,-0.7814431190490723,-0.0661010593175888,-0.2559640109539032,-2.2810118198394775,-0.6975040435791016,-0.5651498436927795,-0.30170202255249023 +507,-0.3987409667451403,0.560309092762099,-1.6994050043802702,-0.3288901150226593,-0.5314480662345886,-0.7806370258331299,0.6993817687034607,-0.18001821637153625,-3.9122872352600098,-0.4041878581047058,-0.06059294939041138,-0.4251277446746826 +508,-0.3379365830275729,0.8005113972062398,-1.918206589325899,-0.2308652549982071,-0.7177122831344604,-0.656955361366272,2.408047914505005,-1.6002719402313232,-1.2146313190460205,-0.1413729190826416,0.759872317314148,0.13934671878814697 +509,-0.3685129054875702,0.9546021556345937,-2.0808558518194653,-0.20818814635276794,-0.8160838484764099,-0.5391333699226379,-0.7290975451469421,-0.6481449007987976,-2.6430232524871826,0.02242763340473175,0.8077983856201172,0.18219977617263794 +510,-0.14110887067601743,0.9010606730711029,-2.386484250668963,-0.08730697631835938,-0.7839857935905457,-0.614608645439148,-1.802996277809143,-0.3706676959991455,0.9610671997070312,0.4576225280761719,0.29910725355148315,-0.20634472370147705 +511,-0.3770732986461965,0.713564900932132,-1.9076595870938002,-0.27837222814559937,-0.6545330882072449,-0.7029191851615906,1.0393353700637817,2.522869348526001,4.661970138549805,-0.19930416345596313,0.0045239925384521484,-0.7659834027290344 +512,-0.3779194460511361,0.5805024126316984,-1.506173213958755,-0.3085426390171051,-0.5484440922737122,-0.777181088924408,-1.0289534330368042,1.4252511262893677,0.7723203301429749,-0.5389915704727173,0.033841490745544434,-0.16617828607559204 +513,-0.35100091652991017,0.45149202715230036,-1.4609720420884138,-0.3093843162059784,-0.43630853295326233,-0.8449355959892273,-0.9191480278968811,0.02566312626004219,1.2996931076049805,0.1163911521434784,-0.25268682837486267,0.3855239748954773 +514,-0.3593338662022912,0.39274354993745153,-1.393897098142072,-0.32487693428993225,-0.3827245235443115,-0.8648566007614136,-0.18723224103450775,0.5334413051605225,0.33720123767852783,0.12465110421180725,-0.47266796231269836,0.4981421232223511 +515,-0.3677871638442966,0.4659803956216335,-1.3022319310607027,-0.3212166130542755,-0.4492988884449005,-0.8336368799209595,2.360684633255005,-0.4321226477622986,0.8573884963989258,-0.264186829328537,-0.6601676940917969,0.12861979007720947 +516,-0.5429958219018628,0.5834052788356323,-1.2122478733053839,-0.431236207485199,-0.5508691668510437,-0.7145478129386902,-0.6537625193595886,-1.6908743381500244,-2.003031015396118,-1.0475997924804688,-0.5281866192817688,-0.6012632846832275 +517,-0.4909876598899547,0.7611091692926314,-1.6140657303941466,-0.34139755368232727,-0.6897249817848206,-0.6385350823402405,0.4470990002155304,-1.6359213590621948,-3.2520649433135986,0.12116748094558716,0.34834009408950806,-0.25863587856292725 +518,-0.46115722587407465,0.9226051842003001,-1.8546882501967072,-0.26865753531455994,-0.7971771955490112,-0.5406770706176758,0.8884288668632507,-1.4609341621398926,-1.2604984045028687,0.36397916078567505,0.9050873517990112,0.20087909698486328 +519,-0.4790839344615155,0.9650819316240629,-1.9469527072337616,-0.26245102286338806,-0.8220955729484558,-0.5052508115768433,-0.11771880835294724,-0.06579887866973877,-1.0817006826400757,0.23237594962120056,0.6291329264640808,0.19317805767059326 +520,-0.36274459642469364,0.8553099156746451,-2.0393321151807116,-0.2327706217765808,-0.754774272441864,-0.6132974028587341,-2.317249059677124,0.31227436661720276,1.9852441549301147,0.0053078532218933105,-0.06523305177688599,-0.24363619089126587 +521,-0.49493848244049654,0.6306022507602331,-1.7865875047297215,-0.3836263120174408,-0.5896312594413757,-0.710750162601471,-0.613562285900116,0.6591635346412659,3.0932044982910156,-0.1429850161075592,-0.11031985282897949,-0.3276714086532593 +522,-0.5692292925404684,0.4501779980443016,-1.4560295934260097,-0.4852839708328247,-0.43512579798698425,-0.758396327495575,-0.2701556980609894,1.0909384489059448,3.50723934173584,-0.1924656629562378,0.24838873744010925,-0.27840787172317505 +523,-0.5624233500476047,0.26599236586425373,-1.2336868343647875,-0.5144850015640259,-0.2628668546676636,-0.8162145614624023,-0.8373910188674927,0.7428470253944397,2.0545921325683594,-0.04098069667816162,-0.3801995515823364,0.12814998626708984 +524,-0.5186986913401914,0.20856788253735278,-1.1323582511871417,-0.48500674962997437,-0.20705902576446533,-0.8496440649032593,0.3781381845474243,0.6328890919685364,0.7999119162559509,0.040686070919036865,-0.6061428785324097,0.4759563207626343 +525,-0.5378767934624826,0.2772820735689291,-1.0477760367861668,-0.49274489283561707,-0.27374255657196045,-0.8259948492050171,1.4974671602249146,-0.7442480325698853,0.1935584396123886,-0.2768474221229553,-0.6062623262405396,0.3098357915878296 +526,-0.5589012800757326,0.3997907078684067,-1.1578964176270543,-0.4884403645992279,-0.389225572347641,-0.7809798121452332,0.6344014406204224,-0.6435343623161316,-3.596510171890259,-1.0891963243484497,-0.6257737874984741,-0.9276841282844543 +527,-0.5776380210808117,0.6832247605772976,-1.351095141039733,-0.42348161339759827,-0.63129723072052,-0.6497131586074829,1.9806801080703735,-1.621680498123169,-2.3734827041625977,-0.16184556484222412,0.4356948137283325,-0.1911376714706421 +528,-0.6166235755394741,0.9320557176674548,-1.5614277844558622,-0.3447640538215637,-0.8028472065925598,-0.48638880252838135,0.19462066888809204,-1.897006630897522,-2.8931915760040283,0.2322915494441986,1.1442168951034546,0.14456143975257874 +529,-0.36477928920748326,0.9675957770960224,-2.0284125058119513,-0.20237360894680023,-0.8235242366790771,-0.5299553871154785,-1.3999619483947754,-0.37403881549835205,-1.1252830028533936,0.4289361238479614,0.8745344281196594,0.09427124261856079 +530,-0.4821101182766916,0.7831142860283721,-1.8504111351442716,-0.3285978138446808,-0.705489993095398,-0.6279389262199402,-1.2130622863769531,0.14313630759716034,4.193126201629639,-0.047928035259246826,0.22282403707504272,-0.5418760776519775 +531,-0.631791044262256,0.4898771123830006,-1.4524620077416088,-0.5211320519447327,-0.47051745653152466,-0.712063729763031,-1.2390081882476807,2.362586498260498,3.803922414779663,-0.3754591941833496,0.43365219235420227,-0.4031248688697815 +532,-0.5253820185653316,0.1735689094679285,-1.157368279394282,-0.4940077066421509,-0.1726987212896347,-0.8521335124969482,-1.3966234922409058,1.245397925376892,4.886897563934326,-0.3023027181625366,0.2320554256439209,-0.19744229316711426 +533,-0.40193066869785116,-0.16821664727805866,-0.9172097307595707,-0.3856741189956665,0.16742444038391113,-0.9073172211647034,-2.418520212173462,1.5200145244598389,1.9476821422576904,-0.2795785665512085,-0.12299084663391113,0.23281770944595337 +534,-0.25971509870552645,-0.4473571756727997,-0.896334540509816,-0.23153391480445862,0.432584285736084,-0.8713569641113281,-2.273949384689331,1.08335280418396,1.1807559728622437,-0.5251342058181763,-0.570371150970459,-0.16015243530273438 +535,-0.16111569846759075,-0.5791161707864617,-0.74333004019986,-0.13426262140274048,0.5472844243049622,-0.8261073231697083,0.16455256938934326,-0.8269357681274414,1.3310478925704956,-1.0719294548034668,-0.9310582280158997,-0.6003453135490417 +536,-0.3676814582492027,-0.4920008078040051,-0.9364711220668581,-0.3168179392814636,0.4723903238773346,-0.8224802613258362,1.0768451690673828,-0.8111771941184998,-5.032771587371826,-0.7878573536872864,-0.6295406222343445,-0.7196034789085388 +537,-0.5366297510809406,-0.01923076243526116,-1.3143494260666235,-0.5111478567123413,0.019229577854275703,-0.8592776656150818,3.9772732257843018,-0.6540553569793701,-4.848028659820557,-0.4370180368423462,-0.003513038158416748,-0.5055142045021057 +538,-0.589019552425762,0.5479481804813542,-1.4722153230662767,-0.4742114543914795,-0.520936906337738,-0.7097522616386414,3.038843870162964,-0.8305404782295227,-4.31689453125,-0.2879345715045929,0.7556933760643005,-0.09794121980667114 +539,-0.34560579434412364,0.9464794629723047,-1.864227087511205,-0.198023721575737,-0.811362624168396,-0.5499792098999023,1.598228931427002,0.18437157571315765,-3.804889440536499,-0.2739611268043518,0.932013988494873,-0.08403867483139038 +540,-0.04253802469630011,1.0022279678087866,-2.16126014765652,-0.02289668098092079,-0.8426726460456848,-0.5379391312599182,-0.9674440026283264,0.5468982458114624,1.0416755676269531,-0.084387868642807,0.8775390386581421,0.04413419961929321 +541,-0.3839366174677321,0.7811796587082471,-1.6993548837215104,-0.2659783661365509,-0.7041175365447998,-0.6583874225616455,-3.779069185256958,0.5301274657249451,4.409781455993652,-0.3556647300720215,0.6619269847869873,-0.441084623336792 +542,-0.5199157693644095,0.32494236500301493,-1.4768024481378723,-0.4708086848258972,-0.31925415992736816,-0.8224450945854187,-3.1515424251556396,-0.10404261946678162,2.9696619510650635,0.07293576002120972,0.18769288063049316,-0.1436956524848938 +543,-0.4866123918568909,-0.06966072405213947,-1.3566099059090375,-0.46650004386901855,0.06960439682006836,-0.8817782998085022,-1.648956060409546,0.5131390690803528,2.951815128326416,0.012581586837768555,-0.23589468002319336,0.015674173831939697 +544,-0.3704648091444756,-0.34228458743783535,-1.1448925710334557,-0.34104642271995544,0.335640013217926,-0.8780848979949951,-1.4479740858078003,0.9601122736930847,2.59908127784729,-0.49182406067848206,-0.4970932900905609,-0.20351910591125488 +545,-0.25559337719673125,-0.5100716694974444,-0.9151687047215171,-0.22063803672790527,0.4882397949695587,-0.8443582057952881,-0.8017367720603943,-0.8038105368614197,1.4843939542770386,-0.8645517826080322,-0.7962536811828613,-0.5760061740875244 +546,-0.37930647681152874,-0.5410858935382509,-1.063860404500541,-0.3173823356628418,0.5150670409202576,-0.7962251305580139,0.3280361592769623,-0.007143382914364338,-3.3905131816864014,-0.5469365119934082,-0.8579320907592773,-0.7345671057701111 +547,-0.5054838441348074,-0.2314715128418762,-1.318088353274166,-0.4713163375854492,0.22941003739833832,-0.8516055345535278,2.6079208850860596,-0.41429099440574646,-3.391031503677368,-0.18392658233642578,-0.10047326982021332,-0.27823150157928467 +548,-0.5519152194078996,0.1823882937289391,-1.4538417066904097,-0.5156223177909851,-0.18137876689434052,-0.8373979330062866,2.360100269317627,-0.5374749898910522,-3.1401050090789795,0.06846356391906738,0.4789709448814392,0.1689257025718689 +549,-0.4832862199694674,0.5164772776412637,-1.6225241041971183,-0.4040791094303131,-0.4938199818134308,-0.7699752449989319,1.8240289688110352,0.7640623450279236,-2.225752592086792,0.013042092323303223,0.8808896541595459,-0.021742284297943115 +550,-0.48814373442185605,0.6192657762268662,-1.4932374443816627,-0.3818986117839813,-0.580437421798706,-0.7191981077194214,1.0232189893722534,0.671851396560669,2.880356550216675,-0.14320209622383118,0.8291099071502686,-0.2508641481399536 +551,-0.579893804079839,0.3634906072790436,-1.1509310011699705,-0.5121338367462158,-0.355538934469223,-0.781863808631897,-2.5938236713409424,1.1836028099060059,3.732001304626465,-0.2727935314178467,0.7077118158340454,-0.384487509727478 +552,-0.5287772902437802,-0.09752629955789302,-1.1140017271062248,-0.5020807981491089,0.09737177193164825,-0.859321653842926,-3.531578302383423,0.1239166259765625,2.6406259536743164,-0.04259693622589111,-0.15718622505664825,-0.15785980224609375 +553,-0.4955217260448731,-0.43497179067257086,-0.9912732931992237,-0.431213915348053,0.4213848114013672,-0.7978028655052185,-1.087781548500061,0.22037991881370544,1.6617401838302612,-0.029799848794937134,-0.4291210472583771,0.1866883635520935 +554,-0.35032708322108363,-0.5356293414767289,-0.8419509665496041,-0.29513832926750183,0.510382354259491,-0.8077148199081421,0.07628478109836578,0.7246941924095154,1.9537886381149292,-0.4256563186645508,-0.37287014722824097,-0.10196840763092041 +555,-0.16020655746192639,-0.642883202211351,-0.5748399628706974,-0.1276768147945404,0.5995055437088013,-0.7901213765144348,-0.9245438575744629,-0.13481269776821136,1.929438591003418,-1.0981990098953247,-0.7630187273025513,-0.614755392074585 +556,-0.3464678000298995,-0.6681657433104119,-0.7752284928029107,-0.26655465364456177,0.6195471882820129,-0.7383155822753906,0.6121116876602173,-0.45026490092277527,-4.863789081573486,-0.6481639742851257,-0.7736151814460754,-0.8079643249511719 +557,-0.5433432926604462,-0.2553154678993462,-1.1499639053606054,-0.5002413988113403,0.2525506615638733,-0.8282371163368225,3.057983160018921,0.10352175682783127,-4.170392036437988,-0.26965606212615967,0.10572570562362671,-0.424066960811615 +558,-0.5212819220334791,0.18617953492664693,-1.336408153711869,-0.4893862009048462,-0.1851058155298233,-0.8521953821182251,2.1806998252868652,0.33562391996383667,-3.7428369522094727,-0.1349881887435913,0.6335005760192871,0.0934368371963501 +559,-0.32872811200101804,0.523694668872894,-1.6064743003633284,-0.2795717418193817,-0.5000830292701721,-0.8196076154708862,1.660520315170288,1.73860502243042,-2.441730260848999,-0.2412106990814209,1.0406408309936523,-0.08427727222442627 +560,-0.216417644588502,0.5892355363578391,-1.6084349703228307,-0.17852100729942322,-0.555725634098053,-0.811972439289093,-0.2879723906517029,-0.1248539462685585,1.8356409072875977,-0.2514106035232544,0.944305956363678,-0.05933493375778198 +561,-0.37591864187328067,0.35443310595583444,-1.2915922285432127,-0.3443078100681305,-0.3470587730407715,-0.8723545074462891,-2.910097122192383,0.4239199757575989,3.7819221019744873,-0.066229909658432,0.893949031829834,-0.18309593200683594 +562,-0.38307316500209365,-0.10705433492071685,-1.0705055788089675,-0.3716328740119934,0.10684996843338013,-0.9222104549407959,-3.7072932720184326,-0.33018067479133606,3.3864126205444336,-0.1466166377067566,0.09487122297286987,-0.2588198184967041 +563,-0.3222913496690206,-0.4941082600616309,-0.9447978909853151,-0.2788560092449188,0.4742467701435089,-0.8350624442100525,-2.092418909072876,0.7607366442680359,1.94925856590271,-0.2544844448566437,-0.4673497676849365,-0.23959875106811523 +564,-0.1634728557549129,-0.6561935831288092,-0.7485852691459811,-0.12894675135612488,0.6101053953170776,-0.781757116317749,-1.125135064125061,0.15938448905944824,2.63173770904541,-0.6374869346618652,-0.43075358867645264,-0.3565638065338135 +565,0.011080640974109397,-0.766100566170418,-0.4330355870587711,0.00798476580530405,0.6933305263519287,-0.7205755114555359,-1.001025676727295,-0.5789851546287537,1.1149959564208984,-1.0939222574234009,-0.6304185390472412,-0.7082421779632568 +566,-0.23582601154161578,-0.7803448208728812,-0.7450895050497329,-0.16604559123516083,0.7035245299339294,-0.6910008192062378,1.1412655115127563,0.040530718863010406,-4.217050075531006,-0.518951952457428,-0.6734036803245544,-0.7206660509109497 +567,-0.4659406176159981,-0.43373101862517355,-1.1394117755706303,-0.40766337513923645,0.4202592670917511,-0.8106741905212402,2.80894136428833,0.14858579635620117,-4.123135566711426,-0.11803239583969116,-0.041261494159698486,-0.2071022391319275 +568,-0.4713278155303755,-0.00024455862274727413,-1.368139449511526,-0.45406970381736755,0.0002445586142130196,-0.8909661173820496,2.4120211601257324,0.6531224250793457,-3.6089260578155518,0.04868948459625244,0.4387660622596741,0.13545769453048706 +569,-0.3205076485059883,0.29741515605624796,-1.5159619264054487,-0.30121687054634094,-0.29304981231689453,-0.9074084758758545,1.4360651969909668,2.2299916744232178,-1.2480237483978271,-0.3604804575443268,0.8240557312965393,-0.22712820768356323 +570,-0.18656164869902556,0.4111867537506409,-1.4563431611641156,-0.1700209081172943,-0.3996974527835846,-0.9007412791252136,1.5126731395721436,-0.4118369519710541,1.964485764503479,-0.5567246675491333,0.7900325059890747,-0.21147185564041138 +571,-0.33908532912351813,0.2881671245067142,-1.2652315079399639,-0.31890931725502014,-0.2841953933238983,-0.9041735529899597,-3.069157600402832,-0.5575419664382935,1.2523741722106934,-0.06629881262779236,0.5630497932434082,-0.08668643236160278 +572,-0.42022542092082266,-0.01836038037080198,-1.2048432157070819,-0.4078975021839142,0.01835934817790985,-0.9128431081771851,-2.1142590045928955,-1.0232304334640503,2.6983602046966553,0.3318019509315491,-0.10165707767009735,0.16822946071624756 +573,-0.4734440689056305,-0.2939361015409749,-1.0142801004129864,-0.4363987445831299,0.2897217571735382,-0.8518317937850952,-1.4885485172271729,0.026272568851709366,2.6813650131225586,0.06994369626045227,-0.2952149212360382,0.00832599401473999 +574,-0.3394919129255342,-0.501743418837172,-0.8698615601768596,-0.29196327924728394,0.4809547960758209,-0.8267042636871338,-1.013949990272522,0.7550367712974548,1.4592552185058594,-0.5864546895027161,-0.5997902154922485,-0.3961198329925537 +575,-0.3254628821110654,-0.5577793361066081,-0.8080510829023021,-0.2712841331958771,0.5293034315109253,-0.8038923144340515,0.5461941361427307,-0.6969155669212341,-0.3297446668148041,-0.7048053741455078,-0.4589604139328003,-0.640764057636261 +576,-0.4306591322530034,-0.44977669605401127,-1.027829451646193,-0.37595003843307495,0.43476444482803345,-0.8183162212371826,0.6073642373085022,0.44422605633735657,-3.554398536682129,-0.38877469301223755,-0.25568729639053345,-0.2964603900909424 +577,-0.5097441464837448,-0.1810547605881304,-1.285501723351766,-0.4799779951572418,0.18006719648838043,-0.8586017489433289,1.8729881048202515,-0.45388510823249817,-2.888413429260254,0.01708739995956421,0.00047479569911956787,0.16315191984176636 +578,-0.5882270467785098,0.09379000790218825,-1.4253977902259303,-0.5524481534957886,-0.09365256130695343,-0.8282694220542908,1.0496468544006348,-0.5201364159584045,-2.4142203330993652,0.24235910177230835,0.4381197392940521,0.27748817205429077 +579,-0.5114014852281913,0.2800560075287379,-1.539149285931583,-0.4703328609466553,-0.27640947699546814,-0.8380840420722961,0.5122561454772949,1.2471343278884888,-0.6009456515312195,-0.08871865272521973,0.6873897314071655,-0.12988781929016113 +580,-0.5159379374124876,0.2630216101986488,-1.4003262956472204,-0.4763839840888977,-0.25999942421913147,-0.8399158120155334,0.5172514319419861,-0.2958357632160187,3.088806629180908,-0.1171981692314148,0.5188495516777039,-0.2856181859970093 +581,-0.5717336861530113,0.06205741375061068,-1.218704366850051,-0.5400492548942566,-0.062017589807510376,-0.8393453359603882,-1.9002232551574707,-0.5461428165435791,1.546189546585083,-0.03944903612136841,0.14707008004188538,-0.21807348728179932 +582,-0.6292238274593436,-0.16230018921328654,-1.1672058921242463,-0.5807832479476929,0.16158859431743622,-0.7978596091270447,-0.7727732062339783,-0.664252758026123,2.1593520641326904,0.42000138759613037,-0.3944987654685974,0.14218944311141968 +583,-0.622761898710564,-0.256349919125024,-1.004984087962441,-0.5642203092575073,0.2535514533519745,-0.7857271432876587,0.4446999728679657,0.4806893765926361,0.8053773045539856,0.07340610027313232,-0.155788391828537,0.1610018014907837 +584,-0.5193282325681541,-0.2901645141304084,-0.8838214863903171,-0.47555023431777954,0.2861098647117615,-0.8318611979484558,0.09121587872505188,0.3305923044681549,2.084803342819214,-0.36588039994239807,-0.37412258982658386,-0.19095063209533691 +585,-0.5059832597658256,-0.3756388696300082,-0.7770628775433688,-0.4508735239505768,0.36686691641807556,-0.8137086033821106,-1.5569549798965454,0.03321406617760658,-0.5592014789581299,-0.5921562910079956,-0.31689441204071045,-0.36723005771636963 +586,-0.5555264205655895,-0.36353700977028525,-1.0950202538113245,-0.4929230213165283,0.3555822968482971,-0.7940958142280579,0.2275247424840927,0.7484502196311951,-3.01322078704834,-0.2950561046600342,-0.5283575654029846,-0.44723719358444214 +587,-0.5848582668324696,-0.08143442199184345,-1.2467836788330346,-0.5502516627311707,0.08134444802999496,-0.8310272097587585,2.5353121757507324,-0.4613991677761078,-2.6499674320220947,0.008061051368713379,0.05195632576942444,0.15115660429000854 +588,-0.6251034692417891,0.21597395623760626,-1.35593779679575,-0.5715863704681396,-0.21429885923862457,-0.79206383228302,0.8715208768844604,-0.31534790992736816,-2.461040496826172,0.20180487632751465,0.5080915689468384,0.31867516040802 +589,-0.5609750508628879,0.3518794300779735,-1.4838117676343898,-0.4994138777256012,-0.34466269612312317,-0.7948543429374695,-0.0418839156627655,0.97471684217453,-0.5329524874687195,0.07064193487167358,0.6784639358520508,0.03397482633590698 +590,-0.530278995513543,0.24535969165744828,-1.3636269869326652,-0.49062612652778625,-0.24290525913238525,-0.8368291854858398,-0.6952646970748901,0.0691867470741272,3.397078514099121,-0.13959240913391113,0.44400084018707275,-0.36773014068603516 +591,-0.559447241995698,-0.06958986808610551,-1.1556232157966717,-0.5294332504272461,0.06953371316194534,-0.845497190952301,-2.514113187789917,-0.5238129496574402,2.0404751300811768,-0.22668546438217163,0.09205684810876846,-0.310234010219574 +592,-0.6094507597532048,-0.2936632491486016,-1.1586273814023837,-0.5479120016098022,0.28946059942245483,-0.7848598957061768,-0.6987711191177368,-0.19444146752357483,1.3862993717193604,0.36810243129730225,-0.47821182012557983,0.21059536933898926 +593,-0.5395987207892774,-0.40014170141611166,-1.0127447949873578,-0.47320520877838135,0.3895488679409027,-0.7901446223258972,0.1468496471643448,0.5725994110107422,1.671210765838623,0.018798470497131348,-0.24796253442764282,0.16918820142745972 +594,-0.39151344577200814,-0.48601934414367215,-0.841883405050387,-0.3373996317386627,0.46710991859436035,-0.817294180393219,-0.26766732335090637,0.678530216217041,2.0874485969543457,-0.5315579175949097,-0.36273980140686035,-0.27387702465057373 +595,-0.3838068080398689,-0.5855531417026553,-0.7604475900114086,-0.3120715916156769,0.5526604652404785,-0.7727727293968201,-1.263085126876831,-0.504441499710083,-1.6982511281967163,-0.779069185256958,-0.394197940826416,-0.5953912734985352 +596,-0.5790200760606692,-0.49751056455144277,-1.1578715389061265,-0.48086830973625183,0.47723937034606934,-0.7355326414108276,-0.21838507056236267,0.48790833353996277,-3.49039626121521,-0.09863001108169556,-0.29608702659606934,-0.16749775409698486 +597,-0.6116376568162653,-0.24869448880728937,-1.4082753108456045,-0.5565431714057922,0.2461388260126114,-0.7935208082199097,1.552590012550354,0.774335503578186,-3.181126117706299,0.1719607710838318,-0.03260734677314758,0.29228490591049194 +598,-0.5385873171860953,-0.0010942170427302622,-1.5631806190165882,-0.512923538684845,0.0010942168300971389,-0.8584336638450623,0.6745954155921936,1.2792069911956787,-2.096665859222412,-0.23056095838546753,0.3398786783218384,-0.023722708225250244 +599,-0.461525246108558,0.14111829151631308,-1.6750792088323267,-0.44088757038116455,-0.14065037667751312,-0.8864737153053284,0.2163216471672058,-0.12160078436136246,-0.6851382255554199,-0.25280749797821045,0.4959055185317993,-0.08718961477279663 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/q12.csv b/BoostRunClub/CoreML/DataSet/Motion/running/q12.csv new file mode 100644 index 0000000..c1bcc0b --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/q12.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,0.20571361950551162,0.5097968944310469,-2.8044430748110147,0.17829209566116333,-0.48799997568130493,-0.8544401526451111,-0.3790694773197174,-0.167165607213974,0.08767591416835785,-0.06398849189281464,0.03577524423599243,0.13378280401229858 +1,0.10818054250096906,0.022647036084985906,2.513152412871356,0.10794197022914886,-0.022645100951194763,-0.9938992857933044,0.23352055251598358,0.4996820092201233,-0.4167017340660095,0.02918875962495804,-0.10427750647068024,0.19880956411361694 +2,0.17259879490651367,0.02964983920928557,2.465764163614532,0.17166762053966522,-0.029645495116710663,-0.9847087860107422,0.46311208605766296,-0.587425708770752,-0.4430229067802429,0.025994732975959778,-0.14427417516708374,-0.022432327270507812 +3,0.17513547203605437,0.06802230928448018,2.420956291044951,0.17383858561515808,-0.06796986609697342,-0.9824256896972656,0.654753565788269,-0.2238258272409439,-0.4155614376068115,0.09216788411140442,-0.14170116186141968,-0.19369125366210938 +4,0.17081457106107456,0.05986893811973746,2.3613587273825276,0.16968058049678802,-0.05983318015933037,-0.9836810827255249,-0.5936033129692078,0.4827519655227661,-0.7063775658607483,0.17477132380008698,-0.023403510451316833,-0.2217327356338501 +5,0.232383103937965,0.041597037295814064,2.303995495807831,0.23009800910949707,-0.0415850430727005,-0.9722785353660583,0.4475787281990051,0.4751044809818268,-0.67667156457901,0.017933592200279236,0.127873495221138,0.19305801391601562 +6,0.37287340916304035,0.06747005238602712,2.2327108663697754,0.36346402764320374,-0.06741887331008911,-0.9291655421257019,0.6027244329452515,1.8282175064086914,-0.07601205259561539,-0.07601895928382874,0.10642033815383911,0.044689834117889404 +7,0.4871096317739717,0.07499347919830224,2.184004841046327,0.46675804257392883,-0.07492320239543915,-0.881205677986145,0.7139742374420166,1.1460003852844238,-0.5840676426887512,-0.14862754940986633,-0.03211720287799835,0.11464989185333252 +8,0.6158361986033879,0.11517891896169126,2.0811053089202547,0.5738139748573303,-0.11492442339658737,-0.8108821511268616,0.867350697517395,1.0453860759735107,-0.7679547667503357,-0.011710703372955322,-0.03572559356689453,0.13842731714248657 +9,0.7853032482746062,0.16280428593130822,2.0257890401353915,0.6976902484893799,-0.16208603978157043,-0.6978226900100708,0.8041039705276489,1.1117433309555054,-0.10833937674760818,0.09041094779968262,0.12696030735969543,-0.1383436918258667 +10,0.9357484796902562,0.1617511369652665,1.9395236521518993,0.7945348620414734,-0.16104672849178314,-0.5854726433753967,0.031133882701396942,1.8624247312545776,-1.2133420705795288,0.31754088401794434,-0.02450011670589447,0.016609787940979004 +11,1.0328351099555317,0.09443643805743175,1.8858348769352897,0.854928731918335,-0.09429613500833511,-0.510103166103363,0.28485456109046936,0.6805276870727539,-1.2488681077957153,-0.04439711570739746,0.18687120079994202,-0.009199202060699463 +12,1.2341016329871832,-0.005762119683097451,1.846652275747844,0.9438361525535583,0.005762087646871805,-0.3303636908531189,0.09479739516973495,3.249095916748047,-1.1663399934768677,-0.32519906759262085,0.23357200622558594,0.3683733344078064 +13,1.6749912697555882,-0.22227068683549625,1.8151137508161284,0.9701095819473267,0.22044502198696136,0.10144790261983871,-0.17561514675617218,5.026034355163574,-2.793942451477051,-0.3267531394958496,-0.13678103685379028,0.215858593583107 +14,2.167955829949081,-0.3957928485641116,1.925608223547615,0.7630069255828857,0.38553985953330994,0.5188255310058594,-0.060122471302747726,2.7448196411132812,-1.853281855583191,0.19664889574050903,0.07313939929008484,-0.20569956302642822 +15,2.359748960718678,-0.4885484496668647,2.1086887363585083,0.6221626400947571,0.4693446457386017,0.6266013383865356,-0.6913530230522156,0.5118253827095032,-1.495750904083252,0.3710014224052429,-0.015975534915924072,-0.016234517097473145 +16,2.4747100994596813,-0.5803956254961943,2.309310611775029,0.5172511339187622,0.5483548045158386,0.6570833921432495,0.12999604642391205,1.0053879022598267,-1.5337525606155396,0.7259129881858826,0.21775853633880615,0.14937418699264526 +17,2.436690361166654,-0.6985906011483981,2.2958403067602995,0.49617454409599304,0.6431390643119812,0.5832520723342896,0.3122953772544861,-1.1604450941085815,0.8517105579376221,0.7182724475860596,-0.3550226092338562,0.30805957317352295 +18,2.3417210252072818,-0.654786526626432,2.0032663003908175,0.5689199566841125,0.608989953994751,0.5526853203773499,1.5111860036849976,1.3792310953140259,1.929495930671692,-0.18159091472625732,-0.13073378801345825,-0.13551008701324463 +19,2.3922482689222275,-0.5873576410015938,1.699482351810282,0.5670021772384644,0.5541634559631348,0.6094356179237366,1.6387052536010742,2.624683141708374,2.437800645828247,-0.09700095653533936,0.46188884973526,-0.15803474187850952 +20,2.485077235837519,-0.6323400963203982,1.4675996734801924,0.49234527349472046,0.5910339951515198,0.6389642357826233,1.9894602298736572,1.5612049102783203,0.35984450578689575,0.007197052240371704,0.658660888671875,-0.14460986852645874 +21,2.285674335985186,-0.8714875588810004,1.288297079477127,0.48609644174575806,0.7652872800827026,0.4219541847705841,2.6069791316986084,-2.980849504470825,-1.8733692169189453,0.7400082349777222,0.2756061553955078,0.22820749878883362 +22,1.6741003252455917,-0.9591464845304798,0.9178437099107678,0.5711578726768494,0.8187017440795898,0.059213679283857346,1.595974326133728,-3.3978800773620605,1.4236875772476196,0.20876461267471313,-0.3398503065109253,0.46188926696777344 +23,1.4434033206607662,-0.8022600910069063,0.8302015412477707,0.6894509196281433,0.718928873538971,-0.08830946683883667,0.6073560118675232,0.5084287524223328,1.4187159538269043,-0.8560616970062256,-0.007396340370178223,0.27390211820602417 +24,1.4988447299115875,-0.6639789664845442,0.8687386007759652,0.7855087518692017,0.6162553429603577,-0.056616343557834625,-0.5318241119384766,-0.32184892892837524,1.2908469438552856,-0.46229714155197144,-0.1927628517150879,-0.18624258041381836 +25,1.557896703231841,-0.59541514998462,0.9128865253264296,0.8278469443321228,0.5608525276184082,-0.010679506696760654,-0.6333574652671814,0.8337993621826172,1.5521936416625977,0.23373758792877197,-0.3572697043418884,0.1451246738433838 +26,1.640440570301362,-0.3157419511475806,1.0707708310065218,0.9482618570327759,0.31052184104919434,0.06614796072244644,-1.4552652835845947,0.8325986266136169,2.4681553840637207,0.24647074937820435,0.3864538371562958,0.13665664196014404 +27,1.646040199800234,-0.01485505283832151,1.1914938920570577,0.9970605969429016,0.014854506589472294,0.07516460865736008,-1.8356109857559204,1.4597725868225098,1.231860637664795,0.05390387773513794,-0.008171139284968376,0.0798952654004097 +28,2.0104713591005634,0.024795203773822532,1.3281126092625748,0.9046117663383484,-0.024792663753032684,0.4255145490169525,-1.300890564918518,4.819714069366455,-0.3021010160446167,0.3515373468399048,0.18420124053955078,-0.3847735822200775 +29,2.3175477971349463,0.09972484853964438,1.425000224716485,0.7302528619766235,-0.09955963492393494,0.6758832335472107,0.062003180384635925,3.761303424835205,0.5050656795501709,-0.42646580934524536,0.3031424283981323,-0.1986953616142273 +30,2.543802355224345,0.1086245356508902,1.3709538385757196,0.5595002174377441,-0.10841104388237,0.8217095732688904,-0.02777431719005108,0.32144904136657715,1.2797666788101196,0.08477163314819336,-0.4832790195941925,0.2271949052810669 +31,2.6131952528638718,0.14128440803711367,1.3253159006951667,0.4991265535354614,-0.14081484079360962,0.8550109267234802,-0.4681631326675415,-0.2163187712430954,-0.3390551209449768,-0.034374386072158813,-0.08915035426616669,0.16432183980941772 +32,2.606783505883836,0.17491080743094503,1.3585910831179286,0.5019002556800842,-0.17402030527591705,0.8472386002540588,-0.762643039226532,-0.5888802409172058,-0.07447692006826401,0.31308692693710327,-0.21112678945064545,0.34334373474121094 +33,2.592626376873759,0.2501110647182339,1.416581386621663,0.5055696964263916,-0.24751156568527222,0.8265213370323181,-0.6133860349655151,0.18180473148822784,-0.0572979599237442,0.07630902528762817,0.30847039818763733,-0.19807279109954834 +34,2.621348299288766,0.22081856460483784,1.4058805354207502,0.48502203822135925,-0.21902838349342346,0.846628725528717,0.4825146794319153,-0.40694287419319153,-0.08298203349113464,0.03278496861457825,0.10380928218364716,-0.034464478492736816 +35,2.6078917556586028,0.16619620365828286,1.3735914868743302,0.5017133951187134,-0.1654321700334549,0.8490676283836365,1.26569402217865,-0.775182843208313,-0.20212016999721527,-0.3425337076187134,0.1705438792705536,-0.47745513916015625 +36,2.4580164359748116,0.007619046310912196,1.3942896054671126,0.6315513849258423,-0.0076189725659787655,0.7752965092658997,1.1256550550460815,-0.024351805448532104,-1.1436785459518433,-0.23175591230392456,-0.1222791075706482,0.5127893686294556 +37,2.4688690212132474,-0.05919228777581004,1.384642124473282,0.6220272183418274,0.059157729148864746,0.7807576060295105,-0.081178218126297,0.8741779923439026,0.2539772093296051,0.03675574064254761,-0.19380128383636475,0.4580729007720947 +38,2.6029639396423074,-0.09218579047316258,1.4012620402470357,0.5107814073562622,0.09205527603626251,0.8547681570053101,0.0660952776670456,1.8226560354232788,-0.8458976149559021,0.5965642929077148,0.09745890647172928,0.6417528986930847 +39,2.716270645151173,-0.10364919816256807,1.4168493330472007,0.41039973497390747,0.10346370935440063,0.9060173034667969,0.051616862416267395,0.4873863160610199,0.2315051406621933,0.11937016248703003,0.10794681310653687,-0.4137229919433594 +40,2.683636767870394,-0.11743013743056706,1.3519700603689127,0.4390707015991211,0.11716043204069138,0.8907807469367981,0.37441903352737427,-1.4896066188812256,0.11256489157676697,-0.5085897445678711,-0.008960366249084473,-0.44292008876800537 +41,2.5570445063337144,-0.1561396625571494,1.3368782899136078,0.5451096892356873,0.15550599992275238,0.8238163590431213,-0.05325193330645561,-0.28430044651031494,-0.38548535108566284,-0.06575489044189453,-0.17946232855319977,-0.015482008457183838 +42,2.504966415958797,-0.18052202788890778,1.3568344885543877,0.5848256349563599,0.179543137550354,0.7910393476486206,-0.20914869010448456,-1.076608657836914,-0.029007941484451294,0.09950053691864014,-0.09059964120388031,0.4116736650466919 +43,2.388888033295782,-0.10243928812347058,1.4186147081022695,0.6800314784049988,0.10226021707057953,0.7260165214538574,-1.2166614532470703,-1.1729884147644043,0.2385147213935852,0.3785470128059387,0.12291371077299118,0.4980129599571228 +44,2.3302343384918065,-0.0029725373742057614,1.4174036475024028,0.7252197265625,0.002972532995045185,0.6885107755661011,-0.4117644429206848,-1.4446359872817993,0.25191187858581543,0.044860661029815674,0.3570128381252289,-0.1226692795753479 +45,2.0869138047569984,-0.0035335260458192034,1.389663978481313,0.8697365522384644,0.0035335186403244734,0.4935041069984436,1.205422043800354,-3.145315170288086,-0.6555220484733582,-0.2832801342010498,0.3221195638179779,-0.15979427099227905 +46,1.705803154343409,-0.20171355891500423,1.3789029330055182,0.9708097577095032,0.20034843683242798,0.13186809420585632,0.9142078161239624,-2.6356289386749268,-2.413579225540161,-0.6160581111907959,-0.16760310530662537,0.2547743320465088 +47,1.4669847018367077,-0.418862194587079,1.3571334147566931,0.9086341857910156,0.4067212641239166,-0.09466710686683655,-1.0409396886825562,-2.0215072631835938,-1.8489203453063965,-0.5402412414550781,-0.5403577089309692,0.07847750186920166 +48,1.3291595703648322,-0.7643080632678448,1.3287400231153428,0.7008897662162781,0.6920377016067505,-0.172735795378685,0.49051815271377563,-0.33228132128715515,-3.588063955307007,0.1813429594039917,-0.1974087953567505,-0.2696927785873413 +49,1.2555530995399309,-0.8604621690593423,1.1197664388532733,0.619952917098999,0.7581440210342407,-0.20217812061309814,1.3430761098861694,1.5760828256607056,-0.2623600959777832,0.9364129900932312,0.037769615650177,-0.03701864182949066 +50,1.5338669493840673,-0.684653510903037,1.1653012682737374,0.774109959602356,0.632404625415802,-0.028600402176380157,0.33257830142974854,2.666471481323242,2.8124516010284424,0.187330961227417,0.15624576807022095,-0.13401252031326294 +51,1.7461734757859537,-0.4685269502940055,1.1886736304149692,0.8785483241081238,0.4515724778175354,0.15567663311958313,-0.9474818706512451,0.48697853088378906,2.989504098892212,0.2870247960090637,-0.4440804123878479,-0.17673373222351074 +52,1.7673606426080393,-0.3862596349980133,1.401992884032132,0.9084866046905518,0.37672626972198486,0.1809120625257492,-3.7520639896392822,-0.535420835018158,-1.4023096561431885,-0.6340574026107788,0.21471959352493286,0.05858992040157318 +53,1.879095719243728,-0.2952011647308852,1.5858481041216874,0.911634087562561,0.2909323275089264,0.2903129756450653,-0.8388964533805847,1.0820215940475464,-0.24996961653232574,-0.08503502607345581,0.20392543077468872,1.3793189525604248 +54,2.0394998967948372,-0.1814303408795803,1.7285688587990329,0.877511203289032,0.1804366260766983,0.4443155527114868,-1.6686463356018066,1.2106959819793701,3.6388967037200928,1.1060090065002441,-0.5872512459754944,0.363942414522171 +55,2.1367703080517675,0.12413118032894864,1.6066484678281652,0.8375722765922546,-0.12381264567375183,0.5321122407913208,0.22385115921497345,0.3230833411216736,1.4600986242294312,-0.2581806778907776,0.6730985045433044,-0.3146743178367615 +56,2.2625900626499837,0.09654443332770812,1.5599844096864657,0.7665168046951294,-0.09639452397823334,0.6349489092826843,0.7473703622817993,1.987056851387024,-1.2208044528961182,-0.2582465410232544,0.07645130157470703,0.0614926815032959 +57,2.5929097388708686,0.06666291062177451,1.548792891868032,0.5204055309295654,-0.06661354750394821,0.8513172268867493,-1.7910425662994385,4.626795291900635,2.2415719032287598,0.17986613512039185,-0.4664827585220337,-0.25628530979156494 +58,2.994513188885021,0.11293190451608145,1.4657153020119102,0.14561621844768524,-0.11269200593233109,0.982901930809021,2.238461494445801,3.5505433082580566,-0.30322137475013733,-0.30394142866134644,0.21549049019813538,0.06482744216918945 +59,-3.1164631643428375,-0.038606484718563774,1.4066576066305387,-0.025108130648732185,0.03859689459204674,0.9989396929740906,-0.9296892881393433,-1.0303778648376465,-0.47850680351257324,-0.06311819702386856,0.16599294543266296,0.7918473482131958 +60,-3.1331512528625627,0.11381564691683535,1.3987850123558054,-0.008386688306927681,-0.11357007920742035,0.9934949278831482,-2.940638303756714,-0.9610256552696228,-0.09190727025270462,0.4691258370876312,0.20527535676956177,-0.046030640602111816 +61,2.9364712557050603,0.3602826045522556,1.4220948825510278,0.19060879945755005,-0.35253870487213135,0.916179358959198,-2.314934253692627,-3.4300289154052734,-0.6018492579460144,-0.26122650504112244,0.43095365166664124,-0.3749349117279053 +62,2.76823068769937,0.40941849521626317,1.5430221130054973,0.3346024453639984,-0.3980759382247925,0.8541529774665833,0.6445945501327515,0.5922491550445557,-1.415869116783142,-0.5460586547851562,0.4294326901435852,-0.7277947068214417 +63,2.833105255879853,0.09519948259590158,1.5955136576059297,0.3022429943084717,-0.09505575150251389,0.9484796524047852,3.6703338623046875,0.1476678103208542,-0.9338237047195435,0.3238403797149658,0.0038997530937194824,0.38220882415771484 +64,2.7927946495239926,-0.20251718385077924,1.5157711993723009,0.33478376269340515,0.20113570988178253,0.9205780029296875,3.2117502689361572,-0.0016172933392226696,0.3157842755317688,0.0055176615715026855,-0.2144109010696411,0.3433682918548584 +65,2.9506460379897117,-0.34044528949903835,1.503352090911278,0.17889566719532013,0.3339068591594696,0.9254741072654724,-0.29534411430358887,1.6273515224456787,-1.1117243766784668,0.4748518764972687,-0.3816821575164795,0.7505664229393005 +66,3.0197617710772495,-0.1969503011231503,1.634345264285306,0.11918027698993683,0.19567950069904327,0.9733988046646118,-3.835460901260376,0.15433399379253387,0.21858802437782288,0.6574158072471619,0.15042033791542053,0.7439929842948914 +67,2.946434780379279,0.06458669738947746,1.6028742325423042,0.1935170739889145,-0.06454180181026459,0.978971540927887,0.18036183714866638,-0.19175276160240173,0.25908756256103516,-0.2954610586166382,0.5342073440551758,-1.3836348056793213 +68,3.0369640922302326,-0.14406073468350097,1.5127023337430603,0.10335592925548553,0.14356295764446259,0.9842293858528137,2.418328285217285,1.1772229671478271,0.6870324015617371,0.16339822113513947,0.16049893200397491,-0.15923237800598145 +69,3.014811458934771,-0.3462439589713908,1.3767979267559434,0.11893799155950546,0.3393670618534088,0.9331041574478149,2.643575668334961,-2.474724769592285,1.0221855640411377,-0.38747742772102356,0.08984735608100891,0.5233165621757507 +70,2.7525017036287567,-0.4405367653348847,1.3458164602616776,0.3431284725666046,0.426425039768219,0.8369137048721313,-0.3905000686645508,0.7943702340126038,-0.08930955827236176,0.23438617587089539,0.696804940700531,0.31854283809661865 +71,3.003053336136708,-0.40400517100587374,1.3751335643968632,0.12697897851467133,0.39310422539711,0.9106841087341309,-0.3730740249156952,2.996948719024658,0.4509570300579071,0.42195597290992737,0.336357444524765,-0.10617971420288086 +72,3.0882248815437356,-0.3808076887696244,1.3415608245575248,0.049521252512931824,0.3716704249382019,0.9270431995391846,-0.28644809126853943,-0.3399234414100647,-0.20869553089141846,0.006325922906398773,-0.15926805138587952,-0.22256004810333252 +73,3.003781773847858,-0.311181178986093,1.3033429036650221,0.13077732920646667,0.3061833083629608,0.9429472088813782,0.9507258534431458,-0.8630765080451965,0.8877984285354614,-0.3182315230369568,0.15515097975730896,-0.8516384363174438 +74,2.917909768790848,-0.4766953416260827,1.2897999525764625,0.1970926821231842,0.45884543657302856,0.8663807511329651,0.9295564889907837,0.7984678745269775,-1.3380454778671265,-0.06223548948764801,-0.36747580766677856,0.6246166229248047 +75,3.056479529620437,-0.42048681204162514,1.3984150259014907,0.07760516554117203,0.40820491313934326,0.9095856547355652,-2.4438247680664062,0.5918104648590088,-0.949593186378479,-0.03727618604898453,-0.06221190094947815,1.0252439975738525 +76,2.9472505029734664,-0.09886990392968145,1.6941579025487843,0.19217796623706818,0.09870890527963638,0.9763832092285156,-2.366665840148926,-2.9875001907348633,-2.8533849716186523,0.21449926495552063,0.5051119327545166,0.11219406127929688 +77,3.029101615110531,-0.028545171744787656,1.6887975922581686,0.11220818758010864,0.02854129485785961,0.9932745099067688,0.0993705540895462,3.5485780239105225,0.8698543906211853,-0.42286190390586853,0.5397875308990479,-0.4756508469581604 +78,-3.140827643338896,-0.07272500632920477,1.5996976869837054,-0.0007629878236912191,0.0726609155535698,0.9973561763763428,0.5728232860565186,1.9984432458877563,1.1423225402832031,-0.11038202792406082,-0.023985393345355988,-0.18874740600585938 +79,-3.125288117584614,-0.21587409435893476,1.5473036265274356,-0.015925392508506775,0.21420131623744965,0.9766595959663391,2.5478525161743164,-0.6688345074653625,1.7146317958831787,-0.41580677032470703,-0.22167813777923584,0.19155317544937134 +80,2.9345882795793243,-0.37847811930581493,1.419361441704849,0.19098341464996338,0.36950671672821045,0.9093897938728333,0.07408314943313599,1.1635677814483643,-0.1744544357061386,-0.15764300525188446,0.3235321342945099,0.4138979911804199 +81,3.032284689636534,-0.37093174744007085,1.3745446548209233,0.10167121142148972,0.3624839782714844,0.9264280200004578,-0.008779150433838367,2.3155083656311035,0.7922425270080566,0.3967113792896271,-0.012004733085632324,-0.2688196897506714 +82,3.1245495362465907,-0.34693049805159093,1.3547289140652388,0.016026927158236504,0.340012788772583,0.940284252166748,-0.13050436973571777,-1.1257256269454956,0.3494165539741516,0.24898771941661835,0.06133913993835449,-0.30095624923706055 +83,3.0617480722514223,-0.3884012040513931,1.2927462279603366,0.07381891459226608,0.37870919704437256,0.9225670099258423,0.616982102394104,0.45925620198249817,0.08560560643672943,-0.2985351085662842,-0.22969192266464233,-0.27934813499450684 +84,3.1004792406736152,-0.455319425467737,1.2458286759592077,0.036914415657520294,0.43974921107292175,0.8973620533943176,1.3414920568466187,2.9617905616760254,0.4577175974845886,-0.2150607705116272,-0.1896117627620697,0.25766754150390625 +85,-3.071212397041172,-0.5729726522329583,1.2252001236518066,-0.059091221541166306,0.5421323180198669,0.8382126688957214,0.9321273565292358,-1.589539885520935,-0.29557329416275024,-0.5271514654159546,0.1742066740989685,0.306989848613739 +86,-3.0060053036018872,-0.6751654458545558,1.4324026119657576,-0.10551594942808151,0.6250264644622803,0.7734391093254089,0.43866291642189026,-0.3557429909706116,-1.6682950258255005,0.1601119190454483,0.07574862241744995,0.22967350482940674 +87,-2.880097915515028,-0.5733413467692953,1.6499693700279685,-0.2171848565340042,0.5424421429634094,0.8115337491035461,-0.9595599174499512,-0.19043251872062683,-0.8082301020622253,0.1798161119222641,0.4243852496147156,-0.31333446502685547 +88,-3.0507069713472506,-0.42030799729022966,1.6838846527185507,-0.08286114782094955,0.40804165601730347,0.9091957211494446,-1.2385214567184448,-2.6505610942840576,0.3260567784309387,0.35411661863327026,-0.21779492497444153,-0.6891788840293884 +89,-3.006871483009867,-0.5142175061233412,1.6068074866986555,-0.11694427579641342,0.4918537139892578,0.8627887964248657,2.1145143508911133,3.623112201690674,1.2672042846679688,-0.13258272409439087,-0.12324699759483337,-0.3480181097984314 +90,-2.8330147693653815,-0.6463335576183287,1.5318850572567948,-0.24244610965251923,0.6022635698318481,0.7605909705162048,0.14149223268032074,-0.3084971606731415,0.14909377694129944,-0.4983986020088196,0.15451133251190186,0.7675920724868774 +91,-2.881943415031297,-0.7148292659699389,1.4888062255239631,-0.19389253854751587,0.6554884910583496,0.7298907041549683,0.6835700869560242,-0.8840521574020386,1.2271991968154907,0.32902437448501587,0.3463730216026306,0.05195432901382446 +92,-3.0955039270962246,-0.7637686063966478,1.3313933248441487,-0.03327510505914688,0.6916481852531433,0.7214679718017578,-0.32478925585746765,0.4850209057331085,0.8581721186637878,0.10047479718923569,-0.057507991790771484,0.018308818340301514 +93,3.1214721520162203,-0.6916511740967713,1.2373320788598152,0.015495647676289082,0.6378097534179688,0.7700383067131042,-1.0462849140167236,-0.4652193784713745,0.4252983331680298,-0.1555255651473999,-0.21817761659622192,-0.2873416543006897 +94,3.054000426711879,-0.6379288681589959,1.2421369934471689,0.07027563452720642,0.5955328941345215,0.8002515435218811,0.20994006097316742,-1.1019595861434937,-0.45116543769836426,-0.31371432542800903,0.23549139499664307,-0.3338664174079895 +95,3.022519281512069,-0.7145187197406321,1.2447301886505482,0.08973664790391922,0.6552539467811584,0.7500596642494202,-0.1749074012041092,0.8359693288803101,0.4618867039680481,-0.23101776838302612,-0.04182010889053345,0.9314740896224976 +96,3.1036171231379748,-0.7106216690058073,1.2761077538556391,0.02877689339220524,0.6523050665855408,0.7574102878570557,0.3013073205947876,-0.012006504461169243,-0.8959481120109558,-0.2003161907196045,0.06331700086593628,0.23723405599594116 +97,-3.0400338660596913,-0.7212941412852972,1.477221519298272,-0.07613473385572433,0.6603570580482483,0.747082531452179,-0.2626557946205139,-1.0930370092391968,-1.4791730642318726,0.42162424325942993,0.16554021835327148,-0.4600645899772644 +98,2.971019848442396,-0.6638525519736764,1.5966046026556848,0.1336967796087265,0.6161558032035828,0.7761942148208618,-1.5971314907073975,-5.229859828948975,-0.8876065611839294,0.007416516542434692,-0.2153226137161255,-0.47753381729125977 +99,2.851999984954844,-0.6363485952264702,1.625691621660215,0.2296692281961441,0.5942627191543579,0.7707816958427429,0.4751097559928894,0.8783907890319824,0.5216142535209656,-0.025186151266098022,-0.17905569076538086,-0.4334706664085388 +100,2.7037021938655768,-0.6777592852491366,1.512064068669211,0.33031055331230164,0.6270491480827332,0.705481231212616,-2.3856139183044434,-7.879654407501221,0.3759646415710449,0.01807805895805359,0.2937118411064148,1.5956048965454102 +101,2.612811377643889,-0.6025880928085574,1.4928211809441263,0.41562777757644653,0.5667766332626343,0.7113490104675293,-0.4774990379810333,1.626585841178894,0.41463062167167664,0.1139131486415863,0.40259885787963867,-0.13316315412521362 +102,3.0344397981659084,-0.6200206366438378,1.485398018082716,0.08704131841659546,0.5810519456863403,0.8091985583305359,-0.39984700083732605,2.251117467880249,-0.5132157802581787,0.28566983342170715,0.5061367154121399,-0.41321784257888794 +103,3.1196532649436235,-0.6940679844208044,1.445726975343322,0.016862360760569572,0.6396692991256714,0.7684651613235474,0.22683177888393402,0.42947742342948914,0.5552017688751221,-0.05528399348258972,-0.15237993001937866,-0.23814600706100464 +104,3.014072423463087,-0.7261346944879398,1.3813486676158888,0.09509461373090744,0.6639843583106995,0.7416751980781555,0.3661186695098877,-0.8431791663169861,0.4140157103538513,-0.21000856161117554,-0.3424816131591797,-0.13690829277038574 +105,2.9763487447173294,-0.7437289050525041,1.3002545019600924,0.12105841934680939,0.6770368814468384,0.7259241938591003,0.02206891030073166,1.6768271923065186,0.8424868583679199,-0.4381360411643982,-0.02632582187652588,0.3744480609893799 +106,3.1150086119024447,-0.6945805387665772,1.2418596413489862,0.02042270265519619,0.6400632262229919,0.7680507302284241,-0.3298909068107605,1.883661150932312,-0.1810353398323059,-0.8515994548797607,0.16814899444580078,0.46472203731536865 +107,-2.9170542182002546,-0.6804601454492655,1.3665252806451824,-0.1730670928955078,0.6291507482528687,0.7577710747718811,0.46986645460128784,1.1826841831207275,-1.2615776062011719,0.2012500762939453,0.20787012577056885,0.002299666404724121 +108,-2.7215416327811477,-0.6494677500273544,1.4464297112244242,-0.324779748916626,0.604762613773346,0.7271724343299866,-0.9485426545143127,2.0344276428222656,0.12767650187015533,0.35877642035484314,0.015827476978302002,-0.4279020428657532 +109,-2.5285579941901735,-0.5895878982330608,1.376838777981211,-0.4782153069972992,0.5560185313224792,0.6798185706138611,-0.7339710593223572,1.6114264726638794,0.06523038446903229,0.23299136757850647,-0.2669713497161865,-0.21421200037002563 +110,-2.5223879485179648,-0.6172541680563386,1.268970203113129,-0.47328928112983704,0.5787981748580933,0.6640707850456238,0.5777091979980469,-0.8375363349914551,0.7821406722068787,-0.12709838151931763,-0.09240901470184326,-0.3113791346549988 +111,-2.5314467544494517,-0.7145056911404228,1.4121312052145618,-0.4328441917896271,0.6552441120147705,0.6191129684448242,0.485324889421463,1.0093584060668945,1.1643998622894287,-0.03659239411354065,0.3550402522087097,0.959805428981781 +112,-2.4749767041458988,-0.7050829719907103,1.3921635256947118,-0.4708940088748932,0.648097038269043,0.5985224843025208,-0.045183658599853516,0.39345666766166687,0.027530726045370102,0.3847734034061432,0.15013599395751953,0.23279160261154175 +113,-2.507338318036695,-0.7046081056771231,1.2982499730567183,-0.451463907957077,0.6477352976799011,0.6136930584907532,-0.9200267791748047,-0.6996146440505981,0.3111996650695801,0.4874136447906494,-0.1038358211517334,-0.21949762105941772 +114,-2.654259360550995,-0.6945383835000786,1.1932347684908735,-0.3597959876060486,0.6400308012962341,0.6789018511772156,-0.5243521928787231,-1.7248035669326782,0.7016879320144653,0.028375059366226196,-0.22924888134002686,-0.2705613970756531 +115,-2.942433542092988,-0.6917418606851887,1.1343839557917903,-0.15236765146255493,0.6378796100616455,0.7549128532409668,0.46926239132881165,-0.2807078957557678,0.5157997012138367,-0.6292790770530701,0.29049551486968994,-0.17172205448150635 +116,-3.011322948581506,-0.7578148292313179,1.1838026708119438,-0.09435269981622696,0.6873359084129333,0.7201855778694153,-0.0484866164624691,-2.810969591140747,0.2545042037963867,-0.26866915822029114,-0.12221121788024902,0.09814339876174927 +117,-3.1252824200316374,-0.7985698197411136,1.281613576894142,-0.011379665695130825,0.7163589596748352,0.6976391077041626,0.4688243269920349,0.8336905837059021,-2.319305181503296,0.0962185263633728,0.3065597414970398,0.2332843542098999 +118,-2.874438143835147,-0.8287749313189908,1.5628702756884945,-0.1783975064754486,0.737104058265686,0.6518063545227051,-0.09275174140930176,0.8374479413032532,-0.5345401763916016,0.528586745262146,0.10737818479537964,-0.0801665186882019 +119,-2.8438264010921386,-0.761191682801223,1.6168023665717812,-0.21241536736488342,0.6897847056388855,0.6921537518501282,-0.9294096827507019,0.7489979267120361,-0.7576712369918823,0.030133873224258423,-0.14763998985290527,-0.2443082332611084 +120,-2.6967544003537007,-0.7880983673053908,1.5765926261125984,-0.3034537136554718,0.7090135216712952,0.6365654468536377,0.7037419676780701,2.0802013874053955,1.3766814470291138,0.3637259900569916,-0.37548696994781494,-0.16285640001296997 +121,-2.723949610783742,-0.8601803000915147,1.4373930534302004,-0.2645778954029083,0.7579602003097534,0.5962339043617249,-0.24345088005065918,-0.7181190252304077,-1.4089000225067139,-1.472848892211914,0.3726549744606018,0.49319785833358765 +122,-2.691519288951005,-0.8296578341703948,1.452210031785803,-0.29370206594467163,0.7377004027366638,0.6078956127166748,-0.6388895511627197,0.24462838470935822,0.592618465423584,0.6931314468383789,0.1651773452758789,0.4842826724052429 +123,-2.749659713003519,-0.8255179982717583,1.3882045864132586,-0.25904685258865356,0.7348991632461548,0.6267521381378174,0.05066472664475441,-0.13958019018173218,0.18997932970523834,0.4151900112628937,0.10126727819442749,0.017458736896514893 +124,-2.8593826950603547,-0.817862376787414,1.3331320390120265,-0.19041898846626282,0.7296858429908752,0.6567337512969971,-0.7028353214263916,0.08548390120267868,0.978308916091919,0.147053524851799,-0.25835710763931274,-0.23681187629699707 +125,-3.022780257645935,-0.7527125817143768,1.0257197010410546,-0.0865098163485527,0.6836209893226624,0.7246917486190796,-0.7853226065635681,-0.599769651889801,1.607242226600647,-0.4043654203414917,0.0034211277961730957,-0.44855350255966187 +126,-3.065011878067344,-0.8104704597807839,1.0207083761198614,-0.05272466689348221,0.7246114611625671,0.6871379613876343,0.7827642560005188,-0.8503422141075134,-0.5593945980072021,-0.1261846125125885,-0.30366724729537964,0.574870765209198 +127,3.0758771360734083,-0.7551973324618302,0.9587373981425132,0.04781540483236313,0.6854323744773865,0.7265644073486328,-0.21896183490753174,0.14201804995536804,-0.7999370694160461,-1.6519871950149536,0.7819290161132812,0.8612040877342224 +128,-3.0391972668497194,-0.8010038728561905,1.234072561131211,-0.07114128768444061,0.7180551290512085,0.6923405528068542,0.759132981300354,-1.1473259925842285,-1.931639552116394,0.3571520447731018,0.30666404962539673,-0.1939428448677063 +129,3.076886141699561,-0.771818077368172,1.4899580092430809,0.04633919894695282,0.6974393129348755,0.7151445746421814,-0.8026646375656128,-6.22698450088501,-1.0302379131317139,0.10579092800617218,-0.09566301107406616,-0.4646407961845398 +130,2.7598078673239828,-0.7513098858562253,1.4978364100384995,0.27227771282196045,0.6825966238975525,0.6781787276268005,0.3482789397239685,-0.9111854434013367,0.3985130190849304,-0.03601065278053284,-0.3465067148208618,-0.4273701310157776 +131,2.636290685786262,-0.8291814776909928,1.3559904719598788,0.3269805908203125,0.737378716468811,0.5910638570785522,1.9596608877182007,-2.6449804306030273,0.9708505868911743,-0.15643304586410522,-0.28136974573135376,-0.17768794298171997 +132,1.846296546219094,-0.6867889241406656,1.432636677344113,0.7441248297691345,0.6340574026107788,0.2103556990623474,0.8984354734420776,-1.2243582010269165,1.947668433189392,-0.03758186101913452,0.13086575269699097,0.7537708282470703 +133,1.7304314522292448,-0.4712428250530893,1.21974738983146,0.8796759843826294,0.4539940059185028,0.1416323184967041,0.6505609750747681,0.4681968688964844,0.11527608335018158,0.4270257353782654,0.7784431576728821,-0.1533815860748291 +134,1.5842286669255325,-0.4998555552887133,1.166723960017662,0.8775725960731506,0.47929877042770386,0.011788562871515751,0.1277257800102234,-0.5501479506492615,0.24250923097133636,0.010107457637786865,-0.26920050382614136,-0.37716031074523926 +135,1.4538266293114719,-0.44645036072839944,1.1906540909293177,0.8958221077919006,0.431766539812088,-0.10526455193758011,0.5385589599609375,-1.755993366241455,0.6448610424995422,-0.6267638206481934,-0.10866168141365051,0.05991542339324951 +136,1.3214487116371962,-0.4863450353623572,1.0535118722588779,0.8567067384719849,0.46739786863327026,-0.21815790235996246,1.0296274423599243,1.1670924425125122,-0.8820350170135498,0.39503276348114014,0.05990016460418701,0.5420867204666138 +137,1.5479598426430945,-0.44545870268481114,0.9161464134271777,0.9021779298782349,0.4308718740940094,-0.020606152713298798,1.744745135307312,4.71469783782959,0.709373950958252,0.6892832517623901,-0.1795443296432495,0.7464820146560669 +138,1.8333090385826438,-0.4854018081693311,0.9712837851400508,0.8541858792304993,0.46656379103660583,0.22953160107135773,-3.3492913246154785,0.08565433323383331,-2.2139852046966553,0.25570791959762573,0.15370595455169678,0.11124300956726074 +139,1.8358544258613398,-0.4709067774452659,1.3560877547799557,0.86003577709198,0.45369455218315125,0.23345234990119934,-2.3667073249816895,-0.574580729007721,0.7045275568962097,-0.37733912467956543,0.18709835410118103,-0.27573439478874207 +140,1.8625487512771979,-0.4256681195660832,1.3703876672572437,0.8722752332687378,0.41292938590049744,0.2619636654853821,1.1645824909210205,0.10621640086174011,0.13415077328681946,-0.4311438202857971,-0.20009982585906982,-0.4955452084541321 +141,1.8616877827025482,-0.4564868564780271,1.337699768877029,0.8598970174789429,0.4407974183559418,0.2574393153190613,1.3974180221557617,-0.5906648635864258,-0.25783294439315796,-0.10347294807434082,-0.08865499496459961,-0.42783424258232117 +142,1.5439509701488745,-0.42370802596414703,1.4003763058897019,0.9112423062324524,0.41114339232444763,-0.024468502029776573,1.469482660293579,-0.25316324830055237,-0.12881319224834442,-0.1268184781074524,0.24678504467010498,-0.22811025381088257 +143,1.4857491664670954,-0.42409374845332776,1.166673474759753,0.9081178903579712,0.4114949703216553,-0.07741960138082504,1.0591049194335938,-0.15411639213562012,-0.6028875708580017,0.1679776906967163,0.4205057621002197,-0.2518192529678345 +144,1.512240584109214,-0.4511744258660488,1.057776530722586,0.8983932733535767,0.43602272868156433,-0.05266629159450531,0.6323724985122681,0.25990721583366394,0.11773820966482162,-0.28627169132232666,-0.20602697134017944,-0.3837045431137085 +145,1.5646577659899037,-0.40200612716926903,0.9891940041174635,0.9202606678009033,0.391265332698822,-0.005649147089570761,1.178787112236023,1.919853925704956,0.851753294467926,-0.38437187671661377,0.12191835045814514,0.06082499027252197 +146,1.6778906937185145,-0.42584742826946875,0.8689134977518218,0.9054716229438782,0.4130926728248596,0.09734334796667099,1.2315460443496704,1.2304078340530396,-0.8291172385215759,-0.019943058490753174,-0.2681189179420471,0.3547288179397583 +147,1.6484661008577075,-0.34975844037172216,0.7761500681275356,0.936623215675354,0.34267088770866394,0.07289395481348038,1.1111774444580078,0.48334187269210815,0.6077151298522949,0.02439051866531372,0.2591814696788788,0.6422703266143799 +148,1.757845110945192,-0.3781595839360301,0.7964042957282942,0.9131353497505188,0.36921072006225586,0.17282108962535858,-1.850053071975708,1.5774677991867065,-1.0234882831573486,0.42017751932144165,0.06865546107292175,-0.3748779296875 +149,1.847217799002442,-0.3834612539668643,1.0757094809738943,0.8921704292297363,0.37413257360458374,0.253094345331192,-1.336449384689331,0.08005547523498535,0.510407567024231,-0.08575868606567383,0.05044323205947876,-0.5386015176773071 +150,1.995962882471573,-0.3592142149572119,1.0782169178837249,0.8528258204460144,0.3515387177467346,0.3861457407474518,0.0471905916929245,1.684625506401062,0.008054704405367374,-0.15049433708190918,-0.309607595205307,-0.35718467831611633 +151,1.9226251162425083,-0.3798326244531915,1.0440892693749644,0.8718366026878357,0.3707650303840637,0.3200532793998718,1.0385969877243042,-0.07153990119695663,0.047008611261844635,-0.31440263986587524,0.12155979871749878,-0.26008620858192444 +152,1.7457675370827854,-0.41507717864075755,0.9180751856056999,0.9011131525039673,0.40326055884361267,0.15929782390594482,-2.745950698852539,-2.295142650604248,-0.12995366752147675,0.19912171363830566,-0.49813976883888245,1.5573617219924927 +153,1.7711832623828405,-0.431570255948039,0.8208599904596471,0.8901345729827881,0.41829758882522583,0.18079781532287598,1.137233853340149,1.0882316827774048,0.04531298205256462,0.21551740169525146,0.36931541562080383,-0.666118860244751 +154,1.718491864479507,-0.43055049367833065,0.560274844890174,0.8988426327705383,0.41737112402915955,0.13372884690761566,2.7450342178344727,0.2382553070783615,1.8116295337677002,0.29773634672164917,-0.24346670508384705,0.044005513191223145 +155,1.673895227430343,-0.20941314467710856,0.3781446663160767,0.972959041595459,0.20788590610027313,0.10066793859004974,1.9001359939575195,-0.10258547961711884,1.8136066198349,-0.5600867867469788,-0.004409953951835632,-0.45442771911621094 +156,1.5206845526825659,-0.09920197346624227,0.3136904323981441,0.9938344359397888,0.09903934597969055,-0.04984453693032265,0.14621864259243011,-0.9104729294776917,0.4920743405818939,-0.34423720836639404,0.32401058077812195,0.34658217430114746 +157,1.4431063563482045,-0.10009218140874908,0.37346493141948883,0.9868943691253662,0.09992513805627823,-0.12670589983463287,-1.7933377027511597,0.06140817701816559,-1.0685365200042725,-0.185777485370636,-0.10755453258752823,0.517407238483429 +158,1.5560951378313526,-0.0800249404765776,0.4366731306510066,0.996691882610321,0.07993955165147781,-0.014653610996901989,1.4726099967956543,0.7033994197845459,1.633496880531311,0.9207121729850769,0.1607220470905304,-0.09301239252090454 +159,1.7429737108224754,-0.13597589895465906,0.35914355613585053,0.976120114326477,0.13555726408958435,0.1697465032339096,0.03198007121682167,2.996300458908081,-1.0479553937911987,0.006606936454772949,-0.07742127776145935,0.0081404447555542 +160,1.977578050290855,-0.05538945750826266,0.48830267621694495,0.9169906973838806,0.05536114051938057,0.3950490653514862,-2.388498544692993,1.2285352945327759,0.3205324113368988,-0.1876509189605713,0.3610207140445709,-0.4594867527484894 +161,1.8885361930515043,0.09295759730590773,0.6265676892153869,0.9458425045013428,-0.09282378107309341,0.3110714554786682,-0.9673793911933899,-0.12868541479110718,1.0613528490066528,-0.5417135953903198,0.2261245846748352,-0.060720592737197876 +162,1.8222860542432495,0.01379353026653608,0.6314412283192167,0.968450665473938,-0.013793093152344227,0.24882343411445618,0.8490189909934998,-0.26011207699775696,0.3836403489112854,-0.1918545961380005,-0.36212244629859924,0.48408663272857666 +163,1.8556672668812906,0.09461862992455794,0.633953702413992,0.9554052352905273,-0.09447751194238663,0.27977654337882996,-1.7678269147872925,-1.2208335399627686,1.3656871318817139,0.056618690490722656,0.15099608898162842,0.22707459330558777 +164,1.8043053338971293,0.2063681972520001,0.5982065231544518,0.9522179365158081,-0.20490652322769165,0.22648294270038605,0.11874254047870636,1.300231695175171,0.15855152904987335,0.3719702959060669,-0.03189462423324585,-0.3424801826477051 +165,1.9732315784475174,0.18803046677119836,0.589264141791758,0.9038922190666199,-0.18692444264888763,0.384756863117218,0.043787360191345215,0.8526228070259094,-0.6455860733985901,-0.008399784564971924,-0.06690549850463867,-0.7350987792015076 +166,1.7157824742062306,0.33342330790297875,0.7665627037867532,0.9350132346153259,-0.3272797167301178,0.13652192056179047,-3.082171678543091,-2.024988889694214,1.9642595052719116,-0.15777629613876343,-0.02484738826751709,0.32728421688079834 +167,1.4385654779256067,0.5591063711411618,1.0554725074702331,0.8403290510177612,-0.5304288268089294,-0.11176961660385132,-2.5447425842285156,-0.11351822316646576,2.924776554107666,-0.35339057445526123,0.2713041305541992,0.6361684203147888 +168,1.4449307790316424,0.8197658235385195,1.1805466578623587,0.6769943833351135,-0.7309860587120056,-0.08566311001777649,0.9198877811431885,0.9205946922302246,1.6754921674728394,-0.02172088623046875,-0.20828402042388916,0.2776492238044739 +169,1.98147942048119,1.1605950520687744,0.7364193561385405,0.36563363671302795,-0.9170405864715576,0.15921282768249512,2.713510274887085,1.8247487545013428,3.8076322078704834,0.19141897559165955,-0.13314563035964966,-0.2675044536590576 +170,2.477026549149107,1.1532954275413156,0.20149221179017798,0.250064879655838,-0.9141051173210144,0.3191852867603302,0.9400922656059265,-0.9991818070411682,-0.6959909200668335,0.3869132399559021,0.38888245820999146,-0.3372822105884552 +171,2.2608355340585176,1.174837663911766,0.2823204993476788,0.2974543869495392,-0.9226272106170654,0.24551944434642792,-1.5751463174819946,-0.4910726249217987,0.7004528045654297,-0.07307389378547668,0.3574722409248352,-0.1666468381881714 +172,2.4707890112184847,1.336886484588473,-0.033460981511249155,0.14407946169376373,-0.9727675914764404,0.1815601885318756,-0.05474039912223816,-0.6695680022239685,3.977644681930542,0.07781381905078888,0.598347544670105,0.007251963019371033 +173,-2.986808789464819,1.4817442023977845,-0.599927251134979,-0.013710620813071728,-0.996037483215332,0.08787060528993607,-0.9525184035301208,3.2637462615966797,-1.6869051456451416,0.3145681619644165,-0.2354077696800232,-1.533534049987793 +174,2.715836968284166,1.459380117293658,-0.05950519013771541,0.04592091217637062,-0.99379962682724,0.10126025974750519,1.57961106300354,-0.8923826217651367,0.6294053196907043,0.23088878393173218,-0.322515070438385,-0.49743950366973877 +175,2.4799906172445794,1.3891247073359811,0.13397244841372025,0.11100289970636368,-0.9835430383682251,0.14255355298519135,0.7305760979652405,-0.8049020767211914,-1.101962924003601,0.14348317682743073,-0.0949481725692749,-0.646963357925415 +176,2.083300959920159,1.3286697410431565,0.4506013599073539,0.20896245539188385,-0.9708302617073059,0.11757306754589081,-1.1297650337219238,-1.0487574338912964,-0.3013301491737366,0.04016779363155365,0.5759022831916809,-0.2879831790924072 +177,1.2534310720341115,1.3478822593009787,1.152031648511935,0.2100319117307663,-0.975257396697998,-0.06898873299360275,-2.0885467529296875,0.6446980237960815,-1.0663671493530273,0.019002467393875122,0.4514538049697876,0.7162818312644958 +178,1.0775707509348742,1.2208152042373597,1.3447324204289868,0.3020123541355133,-0.9393792152404785,-0.16234329342842102,-0.48108768463134766,-2.7917795181274414,1.1212300062179565,-0.5866345763206482,-0.9063239097595215,0.04707838594913483 +179,1.0541272464089317,1.3756862182269183,1.2631526508842696,0.16856801509857178,-0.9810263514518738,-0.09577146917581558,2.699265241622925,1.7976869344711304,0.49561426043510437,0.05466806888580322,-0.624381422996521,-0.18247252702713013 +180,1.8100890172144266,1.310380690964264,0.5929876350396738,0.2501458525657654,-0.9662830233573914,0.06102737411856651,1.098713994026184,2.1036088466644287,-3.8583598136901855,0.0826636254787445,0.1226854920387268,-0.1931380033493042 +181,2.3079026495802935,1.1133790404011097,0.3507520434107947,0.3269919753074646,-0.8971961140632629,0.29684239625930786,1.2707757949829102,1.225764513015747,1.6771851778030396,0.2756386399269104,0.8430731892585754,-0.5366648435592651 +182,2.2475156709783928,1.0681404353653012,0.18041720058307947,0.3755909204483032,-0.8763061761856079,0.30169329047203064,-0.2554880678653717,-2.713888168334961,-0.13892991840839386,-0.09484449028968811,0.7108399271965027,-0.2576717436313629 +183,1.8676518758263705,1.1432754436194879,0.24069938212239958,0.3964814245700836,-0.9099964499473572,0.12128138542175293,2.4638805389404297,-3.708075761795044,1.3664177656173706,-0.14840394258499146,-2.7003400325775146,5.419078350067139 +184,1.845687643463753,1.1555415439143684,0.3424211682139744,0.388276606798172,-0.9150135517120361,0.10950615257024765,1.4955335855484009,-2.0363118648529053,-0.07258714735507965,0.5941300988197327,-0.03469353914260864,-0.7511993646621704 +185,1.3870604293916249,1.1984854704982646,0.5939588253110466,0.3576459288597107,-0.9314892292022705,-0.0664619728922844,-1.9665403366088867,-0.5494862198829651,1.2265375852584839,-0.16207405924797058,-0.10087466239929199,-0.17635118961334229 +186,0.9920781041177917,1.222138421018226,1.2238293026446423,0.28600648045539856,-0.9398320913314819,-0.1868589073419571,-2.2438583374023438,2.048269748687744,0.7615594267845154,-0.023311138153076172,0.3826419711112976,0.09448222815990448 +187,0.702533636648083,1.1430946641401671,1.6014048426150629,0.26801201701164246,-0.9099214673042297,-0.31656381487846375,0.062285419553518295,-1.5493923425674438,-0.36199432611465454,-0.0021886229515075684,0.4798981547355652,0.27444955706596375 +188,0.8042245307877546,1.266420747103788,1.3530251760279428,0.21587014198303223,-0.9540342688560486,-0.2078913152217865,1.1742911338806152,-1.8868255615234375,1.5343390703201294,-0.26350805163383484,-0.8373780846595764,0.6540430188179016 +189,0.4497980757078829,1.3006294230451598,1.6902594196894423,0.11604054272174835,-0.9637263417243958,-0.24034607410430908,1.0237184762954712,-1.516096830368042,-1.8055535554885864,0.011873915791511536,-0.21562552452087402,-0.040308862924575806 +190,1.5427901350123077,1.173122786928543,0.7356156283696733,0.38712263107299805,-0.9219644665718079,-0.010844666510820389,1.8574336767196655,1.2583527565002441,-0.7683667540550232,0.790764331817627,-0.43771564960479736,-0.5664868950843811 +191,1.938269768906062,1.1569947959996338,0.3849634664189275,0.3752482831478119,-0.9155988693237305,0.14445532858371735,1.507633924484253,1.7381596565246582,0.12955772876739502,-0.2216227948665619,0.5700026154518127,-0.08790625631809235 +192,2.0356635448997378,1.109608935106201,0.33580468360308463,0.39778780937194824,-0.8955247402191162,0.1995006948709488,-0.6600848436355591,-0.8225178718566895,-0.7368360161781311,-0.25571316480636597,0.48785555362701416,-0.3409648835659027 +193,1.8929941683038722,1.1469394100062982,0.4639451950466153,0.39011552929878235,-0.9115094542503357,0.13023242354393005,1.4928710460662842,-0.23727695643901825,1.3545621633529663,-0.5167481899261475,-1.7796831130981445,3.088548183441162 +194,1.9107392121943891,1.1620214396492705,0.33716586636702656,0.37473902106285095,-0.9176084995269775,0.1325349360704422,0.41481366753578186,-3.0715548992156982,1.139988660812378,0.5577714443206787,-1.1196993589401245,-0.9472017288208008 +195,1.5569426151288026,1.2089431503560886,0.6739456149481897,0.3539738655090332,-0.9352424144744873,-0.004904165398329496,-2.601235866546631,1.214156985282898,0.42022275924682617,0.1668390929698944,-0.3771812319755554,-0.2396026849746704 +196,1.0342687715720782,1.1876623295937696,1.3788845490880894,0.3213018774986267,-0.9274976253509521,-0.19108442962169647,-2.3511412143707275,0.1834060549736023,0.44028690457344055,-0.11466735601425171,0.41530585289001465,0.045988619327545166 +197,0.7059516392891874,1.0636406814174602,1.6439117767908766,0.3150973320007324,-0.8741295337677002,-0.36960968375205994,-0.6015638113021851,-1.8965673446655273,-1.614653468132019,0.024105548858642578,0.7520134449005127,0.5463979840278625 +198,0.8713992741324683,1.0831199997944099,1.341856062784706,0.3585672676563263,-0.8834240436553955,-0.3016476333141327,2.5492022037506104,2.425844192504883,2.034721851348877,-0.1963968575000763,-0.9473711252212524,1.29252290725708 +199,1.4697708765006896,1.3744930042016035,0.6876924899599511,0.19405077397823334,-0.9807943105697632,-0.019671034067869186,1.1967825889587402,-1.9928786754608154,-0.4474644958972931,-0.02470874786376953,-0.7566477060317993,-0.1311315894126892 +200,1.742134227638191,1.1777938477611967,0.5996308690222699,0.3773561716079712,-0.9237633943557739,0.06529562175273895,-0.4794203042984009,2.2762601375579834,-0.9416648149490356,0.3442777097225189,-0.10780704021453857,-0.4965853691101074 +201,2.0625542921430036,1.1776631787376426,0.3833973373166559,0.33769047260284424,-0.9237133264541626,0.18088336288928986,0.14790789783000946,0.8191415071487427,-0.22196964919567108,-0.18871894478797913,0.8366772532463074,-0.4614619016647339 +202,1.793748387532157,1.1830182298086929,0.557191936725077,0.3687731623649597,-0.9257515072822571,0.08360867947340012,-1.366883635520935,-1.4594414234161377,0.0719815045595169,-0.2342517077922821,0.38232505321502686,-0.14064598083496094 +203,1.8356487193857725,1.218041952418157,0.3578128319520814,0.33343711495399475,-0.9384247064590454,0.0904361754655838,-4.631326198577881,2.115363597869873,-0.05545426160097122,-0.23051661252975464,0.7062165141105652,-0.12202192097902298 +204,1.7595929375682275,1.1204568646693278,0.4477418886410542,0.42753660678863525,-0.9002993702888489,0.08169037103652954,-1.593753457069397,-0.15047892928123474,-0.6714197993278503,0.7039483785629272,-0.6154170632362366,-0.37917566299438477 +205,1.350661609279926,1.175942531030239,0.887893635094729,0.37539032101631165,-0.9230527877807617,-0.08399766683578491,-1.6598997116088867,-0.6859623789787292,0.7778064608573914,0.010840088129043579,-0.138424813747406,-0.3619709610939026 +206,0.8247209152199515,1.1584805773521323,1.3793067721258878,0.29428085684776306,-0.916195273399353,-0.27200159430503845,-1.8086771965026855,0.3373878002166748,0.016027702018618584,-0.06668078899383545,0.5498318672180176,0.3956283628940582 +207,0.8512594486180519,1.028770110034938,1.4488490301444783,0.38799384236335754,-0.8566651940345764,-0.3399791419506073,0.4532531797885895,-3.045381784439087,-0.8636491894721985,0.04497435688972473,0.29398196935653687,0.4423808753490448 +208,1.1155732204603324,1.2939293698865357,1.1409881637118884,0.24550656974315643,-0.9619165658950806,-0.12017873674631119,3.341548442840576,0.5384036898612976,3.174790382385254,-0.1948627084493637,-1.3001377582550049,0.314423143863678 +209,1.587683646715549,1.124244209156909,0.7105663590142852,0.43179649114608765,-0.9019414782524109,0.007292578928172588,-0.8948589563369751,3.258721113204956,-3.5507214069366455,0.4470028579235077,-0.37810295820236206,-0.18615615367889404 +210,1.844649835991781,1.157469756414825,0.6806330448292954,0.38669049739837646,-0.9157897233963013,0.10862571001052856,1.4729083776474,0.3911559283733368,0.17918936908245087,-0.25634995102882385,0.933703601360321,-0.7191451787948608 +211,1.931398283073392,1.1462621206029333,0.4993619217364382,0.38540515303611755,-0.9112306833267212,0.14533253014087677,-0.205546572804451,-0.7479636073112488,0.5631321668624878,-0.35305655002593994,0.5534883737564087,-0.1410142183303833 +212,1.8356838710097436,1.2309177078193954,0.5470291487527797,0.3217458128929138,-0.9427951574325562,0.087277352809906,-3.266037702560425,0.22798952460289001,-0.481414258480072,-0.36515697836875916,0.01077282428741455,-0.07838139683008194 +213,1.9340660544777453,1.1820084247411753,0.34698916011284714,0.3543292284011841,-0.9253692030906677,0.1346948742866516,-0.9273669719696045,0.8007360100746155,-0.07788879424333572,-0.1583453118801117,-0.1141510009765625,-0.6783654689788818 +214,1.417908666535884,1.148758214801479,0.9268067661138835,0.4048425257205963,-0.9122560024261475,-0.06238223984837532,-1.2963337898254395,-1.014467716217041,-0.006070172879844904,0.3943517506122589,0.006158590316772461,-0.25426816940307617 +215,0.9255619201619751,1.1613731572752735,1.2744261888757829,0.318049818277359,-0.9173505902290344,-0.23939983546733856,-1.5293043851852417,-1.5056204795837402,-0.2288096845149994,-0.06838548183441162,0.7851484417915344,0.47186750173568726 +216,0.8578492173843589,1.046356201095048,1.3600770937653415,0.37876972556114197,-0.8656044006347656,-0.327509343624115,-0.007705421186983585,-1.6952857971191406,-0.8927068114280701,-0.06335535645484924,0.3660317063331604,0.6547036170959473 +217,0.9200225367731548,1.2392597699803563,1.3957812747428238,0.25896966457366943,-0.9455432891845703,-0.19718627631664276,-0.3042190968990326,-1.8407186269760132,1.7033393383026123,-0.17918148636817932,-0.43911540508270264,-0.38475343585014343 +218,0.8033157880943347,1.2558924438707826,1.53823736013216,0.2228974550962448,-0.9508261680603027,-0.2150496542453766,2.6507203578948975,3.442812919616699,-2.5507800579071045,0.2202025055885315,-0.40360498428344727,-0.6856003999710083 +219,1.6232235686391614,1.1172996752225552,0.775956644196711,0.43750932812690735,-0.8989206552505493,0.02295844629406929,1.6803182363510132,0.9838104248046875,0.46872687339782715,0.5099698305130005,0.08733630180358887,-0.1800476312637329 +220,2.119172466447107,1.1023912781024305,0.4184885926144769,0.3852667510509491,-0.8922894597053528,0.2353491187095642,0.4487479031085968,-0.5583484172821045,-0.13123735785484314,-0.2966131567955017,0.7694867253303528,-0.5229619741439819 +221,1.8241841859907528,1.1232448149739571,0.5772731936191968,0.4189411699771881,-0.9015094041824341,0.10848641395568848,-1.8499799966812134,-1.9688720703125,0.8593950271606445,-0.22950327396392822,0.15890979766845703,-0.13256476819515228 +222,1.5874536644589472,1.2409571185348782,0.8421412985275947,0.32384616136550903,-0.9460944533348083,0.005394913721829653,1.7970819473266602,-1.886357307434082,-0.603629469871521,0.33779019117355347,0.2500647306442261,-1.4015893936157227 +223,1.7638029311228645,1.1686276439888428,0.5843182365982144,0.3841474652290344,-0.9202142953872681,0.07507757097482681,-1.0487333536148071,-1.08749258518219,0.4282306134700775,0.23931145668029785,-0.10751104354858398,-0.6317028999328613 +224,1.3393980798394693,1.2135341466327239,0.921437278677986,0.3403894603252411,-0.9368577599525452,-0.0802021399140358,-1.8123639822006226,-0.8432395458221436,0.7635385990142822,0.030002355575561523,0.05955380201339722,-0.05274771898984909 +225,0.9298995654688257,1.1454463906084393,1.3415570017215868,0.33075520396232605,-0.9108943939208984,-0.24672308564186096,-0.5666237473487854,0.13902324438095093,-0.18904496729373932,-0.10214805603027344,0.4148464798927307,0.4397467374801636 +226,0.7965566795194373,1.09276422182592,1.39746121406207,0.3289016783237457,-0.8879019618034363,-0.32164227962493896,-0.08290725946426392,0.445309042930603,0.6487893462181091,-0.20957794785499573,-0.17539143562316895,1.2792381048202515 +227,1.1978870395326335,1.3540827519450105,1.0105678547204986,0.2002435028553009,-0.9766093492507935,-0.07833804190158844,2.373371124267578,-1.4507648944854736,1.0781848430633545,0.0405859649181366,-1.0147541761398315,-0.07429558038711548 +228,1.719311329362879,1.1018529734146134,0.6330500024856837,0.44696927070617676,-0.892046332359314,0.06687404215335846,-0.1898988038301468,2.405801773071289,-1.1756479740142822,0.774374783039093,-0.14524626731872559,-0.19774866104125977 +229,2.0449229505383153,1.1164537681700102,0.45443056335550425,0.3904603123664856,-0.8985497355461121,0.20037183165550232,-0.5774361491203308,1.2285716533660889,-0.1490846872329712,-0.1569550633430481,0.8065851330757141,-0.8189784288406372 +230,1.7728608496558371,1.1063160202695432,0.630780644437889,0.4388441741466522,-0.8940544724464417,0.08990174531936646,-1.5506007671356201,-1.0287030935287476,0.34413957595825195,-0.2810377776622772,0.09399044513702393,-0.13641047477722168 +231,1.657797937882671,1.2467823979771995,0.8814612883553162,0.31717023253440857,-0.947965145111084,0.027664154767990112,7.080968379974365,6.855771064758301,-1.0414204597473145,0.544554591178894,0.7682929039001465,1.7910919189453125 +232,1.669756058694019,1.170257997366735,0.9292676184952077,0.3880065977573395,-0.9208512306213379,0.038522861897945404,-1.6491739749908447,-1.8692630529403687,-0.43275216221809387,0.5407348871231079,-0.4844679832458496,-0.5271855592727661 +233,1.19955121311374,1.1844154739704582,1.2673109970813492,0.3511667847633362,-0.9262789487838745,-0.13670791685581207,-1.355310082435608,-2.0004539489746094,0.8889422416687012,0.09315386414527893,-0.005697309970855713,-0.19837509095668793 +234,0.8359946090743856,1.061983968972,1.6108579113812367,0.3614404499530792,-0.8733236789703369,-0.3265984058380127,-1.7048858404159546,1.7682381868362427,-0.8078605532646179,0.1464788317680359,0.4386466145515442,0.8459160327911377 +235,0.8466754458705006,1.099779783732881,1.590003145519334,0.33992788195610046,-0.891107439994812,-0.300627201795578,1.4557679891586304,3.194122552871704,1.809146523475647,-0.28777337074279785,-0.4512540102005005,1.8028244972229004 +236,1.293076553945351,1.2567098642919685,1.2501730775778928,0.29710984230041504,-0.9510790109634399,-0.08470220118761063,0.41002529859542847,-1.6623280048370361,-1.1984729766845703,0.41510939598083496,-1.199952483177185,-0.1577599048614502 +237,1.4570250546766765,1.1665749125227078,1.3015498338692646,0.39076054096221924,-0.919408917427063,-0.044650137424468994,0.3801164925098419,1.9724373817443848,1.666574239730835,0.6767290830612183,0.5219479203224182,-0.618771493434906 +238,1.8024419876138116,1.153731991007705,0.9572186664812253,0.3942587077617645,-0.9142820239067078,0.0929977148771286,1.4953279495239258,-0.8149175643920898,-0.4103847146034241,-0.14776822924613953,0.7256070971488953,-0.317607045173645 +239,1.7820415759263615,1.1459112178751991,0.8758199380860143,0.40305274724960327,-0.9110860824584961,0.08643249422311783,-1.0934611558914185,-0.19485190510749817,1.369516134262085,-0.36385297775268555,0.23289400339126587,-0.004660613834857941 +240,1.6740872701886023,1.3157103755845245,1.1705693861911102,0.2509843707084656,-0.9676415920257568,0.026017002761363983,1.2171046733856201,0.36883261799812317,-0.5634666085243225,0.3410108983516693,0.22398912906646729,-0.9613502025604248 +241,1.9073219968852684,1.2650200008666312,0.8732402600906112,0.2841479778289795,-0.9536135196685791,0.0994042232632637,-1.1363815069198608,-0.61070317029953,-2.2055890560150146,0.243882417678833,-0.5234220027923584,-0.6509331464767456 +242,1.3195052715209152,1.1251510520434174,1.4090927617265652,0.4175022542476654,-0.9023327231407166,-0.10718017816543579,-0.9973604679107666,-0.025278910994529724,0.3966362476348877,0.3246394395828247,-0.11082035303115845,0.005617685616016388 +243,1.093995821400518,1.141262705572549,1.640541248023457,0.36999982595443726,-0.9091600775718689,-0.19112375378608704,-0.9700711965560913,-0.4637274742126465,-0.7062948942184448,-0.14220133423805237,0.8192093968391418,0.25888803601264954 +244,0.9702198319068219,1.0058046906774585,1.772095162118206,0.44171759486198425,-0.8445931077003479,-0.3025692403316498,-0.8477768301963806,0.2945539653301239,-0.8337056636810303,-0.09575507044792175,0.2871895432472229,0.6602352857589722 +245,0.9994201294688514,1.2939873809934899,1.648023814279335,0.22987784445285797,-0.9619324207305908,-0.14779119193553925,3.3470165729522705,0.2720879316329956,3.1688380241394043,-0.20093192160129547,-0.8040282726287842,0.40772461891174316 +246,1.6798029630131759,1.2829867963900479,0.8775141503907058,0.2821680009365082,-0.9588679671287537,0.03088059276342392,0.7827268838882446,1.5387986898422241,-3.078434944152832,0.12367001175880432,-0.6010838747024536,0.17132890224456787 +247,1.9569443485189904,1.104519616058418,0.9476327366796031,0.41646116971969604,-0.8932483196258545,0.1693161129951477,-0.43943655490875244,2.5945522785186768,1.7113221883773804,0.4828156530857086,0.3250565528869629,-0.28830403089523315 +248,1.9069495796700398,1.1363996067581634,0.8306761693771408,0.39730775356292725,-0.9071241021156311,0.13882514834403992,1.023851990699768,-3.6552393436431885,-0.46761617064476013,-0.26536503434181213,0.9843488335609436,-0.3652961254119873 +249,1.7641968960985708,1.1375469120664077,0.85380662017595,0.4119952619075775,-0.9076063632965088,0.08068865537643433,0.0416872538626194,-1.270677089691162,0.5679119229316711,-0.09397158026695251,0.1554243564605713,-0.0758516788482666 +250,1.9198582792423797,0.9855371095076896,0.43591616992971877,0.5191012620925903,-0.8335689306259155,0.18893513083457947,-1.7968565225601196,4.134706974029541,-0.2731865346431732,0.6772487163543701,0.3342251777648926,-0.44395533204078674 +251,1.6806624284175526,1.0889194138520124,0.8730993947024718,0.46064889430999756,-0.8861266374588013,0.05081431567668915,-4.169909954071045,2.919278144836426,1.1944966316223145,0.09657153487205505,-0.36101990938186646,-0.3170497417449951 +252,1.2676292910583131,1.1374120906664227,1.4863579169931174,0.4007934629917145,-0.9075497388839722,-0.12537209689617157,-1.2107609510421753,-0.7027763724327087,0.8373084664344788,-0.0970366895198822,0.05555993318557739,-0.25861531496047974 +253,0.9197388632175223,1.1473519200536442,1.8152016942071543,0.3268502354621887,-0.9116790294647217,-0.2490188181400299,-1.16194748878479,0.6731778979301453,-0.4711775779724121,-0.10280543565750122,0.8140380382537842,0.38129723072052 +254,0.9473471574254069,1.0225192056144596,1.8241965117683066,0.4231608211994171,-0.8534237742424011,-0.3043071925640106,-0.437648206949234,-1.3017804622650146,-0.6847498416900635,0.021846532821655273,0.19558686017990112,0.33796805143356323 +255,0.7937442882066654,1.2499482795156331,1.843435645346745,0.22485469281673431,-0.9489682912826538,-0.2211323380470276,2.609360456466675,0.05003754794597626,1.7793583869934082,-0.3572857081890106,-0.6878420114517212,0.5197773575782776 +256,1.4568806655724948,1.2966024481845888,1.1543260948198986,0.2690161168575287,-0.9626438021659851,-0.030778400599956512,0.004431764129549265,0.8231747150421143,-3.231900453567505,0.07630550861358643,-0.4129360318183899,-0.04656839370727539 +257,1.6938202816243986,1.1207961931799149,1.1523860936514754,0.43167781829833984,-0.9004470705986023,0.05337626487016678,0.8202594518661499,0.8491237759590149,1.8381332159042358,0.352532297372818,0.5026353597640991,-0.554291844367981 +258,1.9516908809647093,1.1245589395500626,0.7891200272257873,0.4006447494029999,-0.902077317237854,0.16043834388256073,0.9106574654579163,-0.8410632610321045,-0.19767872989177704,-0.29439777135849,0.8149648308753967,-0.35622382164001465 +259,1.8473364551709723,1.1237680842236593,0.7909185749577845,0.4158634543418884,-0.9017357230186462,0.11802706867456436,1.2724016904830933,-4.672623157501221,0.05756484344601631,-0.17912334203720093,0.13933032751083374,-0.1395266056060791 +260,1.8044704505179292,1.0521418084272545,0.6950606382627401,0.4822395443916321,-0.8684869408607483,0.11478374898433685,2.15320086479187,2.0591650009155273,-0.3894358277320862,0.5000449419021606,0.15574902296066284,-0.982367992401123 +261,1.685519764639313,1.0853474090498152,0.9203696201382059,0.46353840827941895,-0.8844655752182007,0.053413257002830505,-3.2814781665802,2.269519329071045,0.2924196720123291,0.48381882905960083,-0.5954997539520264,-0.3426283597946167 +262,1.3531147933210201,1.145612023723372,1.448270826655375,0.40275442600250244,-0.910962700843811,-0.08908375352621078,-1.0706850290298462,-0.5512531399726868,0.5976888537406921,-0.13912832736968994,0.29810869693756104,-0.31741034984588623 +263,1.0713278662839518,1.1692091080956695,1.6909027033017408,0.34312915802001953,-0.920441746711731,-0.18721555173397064,-0.906474232673645,0.2270655483007431,-0.45617491006851196,-0.15500351786613464,0.7902994155883789,0.23024533689022064 +264,0.9757370240553079,1.0055386440900074,1.7812389824086912,0.4435664415359497,-0.8444505929946899,-0.300253689289093,-1.3058933019638062,-1.6418657302856445,0.546088695526123,0.04202929139137268,-0.5836195945739746,0.39188268780708313 +265,0.48529700520677577,1.2856670747992727,2.151277760605631,0.13120967149734497,-0.9596253037452698,-0.24880370497703552,3.3776421546936035,-1.3745509386062622,1.7279367446899414,-0.42062312364578247,-0.4673613905906677,0.13155514001846313 +266,1.3682467886687941,1.2071160155426774,1.169928496043591,0.34844449162483215,-0.9345940351486206,-0.07155855000019073,-0.006875344552099705,3.279200553894043,-4.227213382720947,0.21793127059936523,-0.13562703132629395,0.05372106283903122 +267,1.718006172381176,1.1239993897548137,1.1230386878895404,0.4274061322212219,-0.9018356800079346,0.06337685883045197,0.46143728494644165,0.8301811218261719,1.4810975790023804,0.02545952796936035,0.797465443611145,-0.4970163106918335 +268,1.9059404758344014,1.101446626873197,0.818877156230024,0.42714154720306396,-0.8918626308441162,0.14876602590084076,0.6453961730003357,-0.6428194642066956,-0.27095216512680054,-0.26483383774757385,0.5730454325675964,-0.33640336990356445 +269,1.8824668723694695,1.1086686756830404,0.7131615675261146,0.42437344789505005,-0.8951058983802795,0.13672058284282684,0.6850739121437073,1.1742497682571411,-0.15585695207118988,-0.15404877066612244,-1.5475209951400757,3.420103073120117 +270,1.8658298206706851,1.0873401054022718,0.7839992497580638,0.44475728273391724,-0.8853936195373535,0.13516297936439514,-0.9021296501159668,-0.2661094069480896,-0.07381198555231094,0.537695050239563,-0.5232824087142944,-0.5666662454605103 +271,1.5922600587712405,1.104969009694234,1.1738947385102825,0.4490586519241333,-0.8934502601623535,0.009639955125749111,-2.271275281906128,0.07240045815706253,0.5569702982902527,0.1910627782344818,-0.1983160376548767,-0.306469202041626 +272,1.223234238684167,1.1435863076812358,1.5553395066868871,0.38955870270729065,-0.9101252555847168,-0.14112472534179688,-0.9583358764648438,-0.7360344529151917,0.8443465232849121,-0.16583436727523804,0.3085474967956543,-0.037479400634765625 +273,1.0299719154461375,1.0889939153545232,1.7690673317573289,0.3972461223602295,-0.8861611485481262,-0.23856648802757263,-1.227150797843933,0.34024885296821594,-1.3570327758789062,0.06425592303276062,0.771232008934021,0.3321486711502075 +274,0.9002288498249756,0.9898366099428542,1.8546377730423667,0.4299886226654053,-0.8359363079071045,-0.3410576283931732,0.4373222887516022,-2.6389050483703613,2.24580717086792,0.0012094676494598389,-1.4813549518585205,0.4292076826095581 +275,0.9890134418778831,1.421335690521945,1.6239338857538004,0.12440793216228485,-0.9888515472412109,-0.08182553201913834,3.361992120742798,-0.017726955935359,-0.5965192317962646,-0.28549498319625854,-0.20313453674316406,0.012504875659942627 +276,1.6361037701535213,1.0876849653318363,1.0285542306791688,0.4635462164878845,-0.8855538964271545,0.030316129326820374,-0.6308698654174805,2.787353038787842,-4.2147040367126465,0.5052037239074707,-0.2053120732307434,-0.13395380973815918 +277,1.7680053232737367,1.1433787779996152,1.0644882289325521,0.4064873158931732,-0.9100392460823059,0.08121859282255173,0.21474187076091766,0.3896014094352722,0.4658227264881134,-0.2727135717868805,0.9910940527915955,-0.7328909635543823 +278,1.893920436429417,1.089017549691728,0.8287681995325463,0.43937671184539795,-0.8861721158027649,0.14712977409362793,-0.0991235300898552,-1.1425586938858032,-0.07504646480083466,-0.28372180461883545,0.4358852505683899,-0.35098719596862793 +279,2.0200799153262965,1.1017232600999725,0.5517671872428607,0.4071965515613556,-0.891987681388855,0.1963386982679367,-1.0177987813949585,-1.5128259658813477,-0.3272654116153717,-0.2674107849597931,-0.5437422394752502,2.007732391357422 +280,1.866372059860376,1.090413563484869,0.81407001311037,0.4420784115791321,-0.8868181109428406,0.13461077213287354,0.40694692730903625,-1.4823070764541626,-0.46179908514022827,0.9319754838943481,-0.9187542796134949,-0.545331597328186 +281,1.5515669213863013,1.1428961446690804,1.2147211246862542,0.414884477853775,-0.9098390936851501,-0.007978965528309345,-2.5818591117858887,1.0776959657669067,0.6424534320831299,0.055910199880599976,-0.015316545963287354,-0.21985000371932983 +282,1.2476855753236984,1.180181770735674,1.531807234328574,0.3610536754131317,-0.9246752262115479,-0.12089714407920837,-0.2876833379268646,-0.496150404214859,0.4370630383491516,-0.10400411486625671,0.43454766273498535,0.04103267192840576 +283,1.1436412070482942,1.1402362139023208,1.6724498832399006,0.37987732887268066,-0.9087321162223816,-0.17291341722011566,-1.2911276817321777,0.7431128621101379,-0.6753053665161133,0.10790035128593445,0.5632426738739014,0.37056052684783936 +284,0.8259728666978443,1.1216163325551887,1.952287719524375,0.31924718618392944,-0.9008034467697144,-0.29433751106262207,0.30402272939682007,-2.2573280334472656,3.1142451763153076,0.043149083852767944,-1.1152946949005127,0.4521286189556122 +285,1.0486564244012206,1.371672632946819,1.6178794447530678,0.17145290970802307,-0.9802402853965759,-0.09865515679121017,3.7735164165496826,-0.43595218658447266,-1.5775493383407593,-0.16542568802833557,-0.23525959253311157,0.1733163595199585 +286,1.773299629213278,1.0583576136701953,1.0110855113749322,0.4802855849266052,-0.8715513944625854,0.09861104935407639,-0.6510294675827026,2.6914186477661133,-2.842940092086792,0.735366940498352,-0.36524975299835205,-0.1542292833328247 +287,1.906019816784099,1.1313534479517144,1.0769210022428841,0.40175411105155945,-0.9049888253211975,0.13995976746082306,0.4530041515827179,1.5477468967437744,0.23300451040267944,-0.21301817893981934,0.8908134698867798,-0.5251069068908691 +288,1.9165259093141565,1.0743228519262538,0.9826970069185125,0.44814246892929077,-0.8792678117752075,0.16141937673091888,-0.47753849625587463,-0.8512879610061646,0.13814151287078857,-0.37538862228393555,0.31286168098449707,-0.2651791572570801 +289,1.984663827386229,1.1161633075289472,0.8358879383232671,0.40205806493759155,-0.8984222412109375,0.17659880220890045,-0.6004233956336975,-1.050925374031067,-0.14214332401752472,-0.3165782690048218,-0.919113278388977,2.0464236736297607 +290,1.8846700734650326,1.0877230757665606,0.9589578112885182,0.44180989265441895,-0.8855715990066528,0.14341327548027039,-0.8861913681030273,-2.0402867794036865,-0.40386006236076355,0.44762498140335083,-0.9347410798072815,-0.7469594478607178 +291,1.5765702355133426,1.1038319782144985,1.355159756015498,0.4501704275608063,-0.8929389715194702,0.0025992717128247023,-2.0212008953094482,0.5522379279136658,0.573138415813446,0.2263891100883484,-0.13864684104919434,-0.31975317001342773 +292,1.2497762997844455,1.1333709010326976,1.6624967780544166,0.40196841955184937,-0.9058452844619751,-0.13366328179836273,-0.41915231943130493,-1.2166475057601929,0.5589475035667419,-0.15999454259872437,0.3662182092666626,-0.050052523612976074 +293,1.0905097621820417,1.1482943989881806,1.7668009379449527,0.36365261673927307,-0.9120659232139587,-0.18945397436618805,-0.5858907103538513,-0.30314916372299194,-0.5964609384536743,-0.09280908107757568,0.6796591877937317,0.30542072653770447 +294,0.9759421150319759,1.0263703185616568,1.8378949759399346,0.42896291613578796,-0.855424702167511,-0.29024016857147217,-0.32342004776000977,-0.5190344452857971,0.2404610514640808,-0.042625635862350464,-0.481214702129364,0.5380734205245972 +295,0.7382469636210495,1.3282795001289647,1.939327268062534,0.16161684691905975,-0.9707366228103638,-0.17762432992458344,1.9433099031448364,-2.527407169342041,2.382901191711426,-0.33861878514289856,-0.6007508039474487,0.40220320224761963 +296,1.5062260520514912,1.2467060418271214,1.1235071461512627,0.3177834749221802,-0.9479408264160156,-0.020547930151224136,0.9714843034744263,3.1897096633911133,-3.766101121902466,0.07593908905982971,-0.2800256013870239,0.12272077798843384 +297,1.75925187317637,1.0729377985067248,1.1001215814925862,0.46908998489379883,-0.8786072134971619,0.08946424722671509,0.07266653329133987,-0.2114444077014923,1.8997873067855835,0.23795649409294128,0.5483002662658691,-0.5116902589797974 +298,1.9383288870582405,1.058034543217313,0.8216644090531967,0.4578229486942291,-0.8713929653167725,0.17627429962158203,1.5195070505142212,0.06715177744626999,-0.34920039772987366,-0.3255750238895416,0.544015645980835,-0.36464405059814453 +299,1.7496466220389604,1.0575661839995882,0.8741843866522107,0.4831618666648865,-0.8711630702018738,0.08734697103500366,1.5975580215454102,-4.480928421020508,-0.05154719203710556,0.07384493947029114,0.22997355461120605,0.3315831422805786 +300,1.7395825871913646,1.0447919900811204,0.8427268259977533,0.4949469566345215,-0.864820122718811,0.08434271067380905,3.3994836807250977,5.532585144042969,0.0049318186938762665,0.312410831451416,-0.08426129817962646,0.13578057289123535 +301,1.7200613806181058,1.0407169360765471,0.9395034668044231,0.4999799132347107,-0.8627669215202332,0.0751887634396553,-1.8192051649093628,0.7169347405433655,-0.004870906472206116,0.3259020149707794,-0.22121745347976685,-0.4609919786453247 +302,1.3670020766983844,1.0695867654549458,1.3023723006949874,0.4705432057380676,-0.8770020008087158,-0.09724399447441101,-0.9748433232307434,-0.977837324142456,0.48366403579711914,-0.1695483922958374,0.29684770107269287,-0.2335665076971054 +303,1.1406785436378208,1.103790640917708,1.4784589164464659,0.4092077612876892,-0.8929203748703003,-0.187729611992836,-0.808129072189331,-0.17322783172130585,0.09979193657636642,-0.16494500637054443,0.5024631023406982,0.20065376162528992 +304,0.9704544364832967,0.9793345998169257,1.6320241039283419,0.46007871627807617,-0.8301265239715576,-0.31498774886131287,-1.1587858200073242,-1.360337734222412,0.35587549209594727,-0.016078531742095947,-0.5836459398269653,0.5615240335464478 +305,0.7538243570834089,1.2685793037642854,1.6913277369059088,0.20371270179748535,-0.9546789526939392,-0.21700063347816467,4.363988399505615,0.9365139603614807,1.3761640787124634,-0.21033501625061035,-0.5195488929748535,0.3989006280899048 +306,1.5722893009196977,1.093373710654594,0.904033318729238,0.459491103887558,-0.8881821632385254,0.0006860088324174285,-0.5841891765594482,3.0373752117156982,-4.566150665283203,0.334271103143692,-0.1299910545349121,0.011444687843322754 +307,1.7604013509818774,1.1399248588252957,0.9767277650234645,0.410178005695343,-0.9086021184921265,0.07871738076210022,-0.4166799783706665,0.6956290602684021,0.806560754776001,-0.15006142854690552,0.9345420002937317,-0.6227999925613403 +308,1.8426146849747551,1.0815830990616193,0.7323165973165587,0.4526780843734741,-0.8827028870582581,0.12616896629333496,0.46047019958496094,-1.1028401851654053,-0.4325993061065674,-0.37998515367507935,0.5740021467208862,-0.43255019187927246 +309,1.8591025702395114,1.123560949782911,0.6699529414753274,0.41462522745132446,-0.9016461968421936,0.12296503782272339,-1.4105368852615356,0.4296287000179291,0.34750449657440186,-0.3193798065185547,-1.3655657768249512,2.6108453273773193 +310,1.9154897100999482,1.1031649322266863,0.6505129970673197,0.424258828163147,-0.8926385045051575,0.15232010185718536,-0.5481091737747192,0.425738126039505,-0.2239355444908142,0.013210713863372803,-0.13488847017288208,-1.0006476640701294 +311,1.5696057678808704,1.076046544402222,1.0753285013389255,0.47481128573417664,-0.8800875544548035,-0.0005652910913340747,-2.176729917526245,-0.47250521183013916,0.5527084469795227,0.5047876834869385,-0.11570101976394653,-0.3352196216583252 +312,1.2110105016194357,1.1039218943626858,1.3642310161810862,0.4212786853313446,-0.8929794430732727,-0.15846748650074005,-0.921103298664093,-1.7613219022750854,0.2636890709400177,-0.055067747831344604,0.3653305768966675,0.016347184777259827 +313,0.963541854579445,1.0072293028505874,1.5129877480838125,0.4386984705924988,-0.8453549742698669,-0.3048252463340759,-1.6111621856689453,-0.0721440538764,-0.4310128092765808,0.13469624519348145,0.5306119918823242,0.6903996467590332 +314,0.8888277335272826,1.074975440261388,1.5499731079921715,0.36934366822242737,-0.8795784711837769,-0.29987844824790955,2.086623430252075,2.6102399826049805,2.53930401802063,-0.13078776001930237,-0.6470633745193481,1.2482274770736694 +315,0.990830522956139,1.2303437758123172,1.4589595256037138,0.27931270003318787,-0.9426036477088928,-0.18298321962356567,-0.772688627243042,0.4742802083492279,-2.0846822261810303,0.16593876481056213,-0.6555256247520447,0.24887067079544067 +316,1.56167728060288,1.1139343536684596,1.2247833890586655,0.44111594557762146,-0.8974412083625793,-0.004022668115794659,1.577936053276062,1.3523610830307007,1.6831310987472534,0.5469975471496582,0.3532668948173523,-0.41255754232406616 +317,1.862900059585444,1.140487747793261,0.9155065800596991,0.3994808495044708,-0.908837080001831,0.12012600898742676,1.0265244245529175,-0.571098804473877,-0.13189160823822021,-0.3804683983325958,0.721184492111206,-0.44216275215148926 +318,1.746566875803718,1.1205439343437662,0.9143671023477424,0.4284874498844147,-0.900337278842926,0.07610081136226654,-1.238398551940918,-1.1821171045303345,0.14125651121139526,-0.3380943834781647,0.348060667514801,-0.14781713485717773 +319,1.6685632133172958,1.1416310305655646,0.954463919888936,0.4141250550746918,-0.9093133807182312,0.0406172089278698,-0.5030732154846191,0.5727924108505249,-0.02277989871799946,0.17074432969093323,0.6068994402885437,-2.017911911010742 +320,1.6852852694693883,1.093398234742805,0.9576400721990758,0.45646190643310547,-0.8881934285163879,0.05248938128352165,-2.0108706951141357,2.3194096088409424,-0.0873851552605629,0.5824174880981445,-0.48399895429611206,-0.24574196338653564 +321,1.4384176503667947,1.1210838113046608,1.3808178110717841,0.43090346455574036,-0.9005721211433411,-0.05737798660993576,-1.0367348194122314,-0.3243853747844696,0.4173962473869324,0.06845566630363464,0.36381369829177856,-0.27137261629104614 +322,1.1723814288180212,1.1920029701053598,1.4934022637026116,0.3408359885215759,-0.9291115403175354,-0.1434667408466339,-0.10001859813928604,-0.6207122206687927,0.17151255905628204,-0.16647380590438843,0.6953621506690979,0.2038305401802063 +323,1.0726742485287175,1.0742600888549585,1.6227613856792813,0.4184935688972473,-0.8792378902435303,-0.2276046723127365,-1.970126748085022,-0.008536914363503456,-0.5873565077781677,0.15096443891525269,0.03736472129821777,0.42892909049987793 +324,0.519093084989064,1.2018892802274235,2.061009391085415,0.17888933420181274,-0.9327220320701599,-0.3130948543548584,2.7823076248168945,-2.7430238723754883,1.7740927934646606,-0.30411821603775024,-0.5483570694923401,0.7079007625579834 +325,1.692858834393528,1.2239276750036396,0.8792793314501756,0.33742523193359375,-0.9404418468475342,0.04139275103807449,0.7134396433830261,2.96989107131958,-4.334788799285889,0.17967987060546875,-0.4486267566680908,-0.021159648895263672 +326,1.8333753883439807,1.0816446583849564,1.006484738329017,0.45377177000045776,-0.8827317953109741,0.12196704745292664,-0.6708621978759766,1.085938572883606,1.6380137205123901,0.08379542827606201,0.6388657093048096,-0.298358678817749 +327,1.8925550408827339,1.0891158935642056,0.8717770510750064,0.43949463963508606,-0.8862176537513733,0.14650219678878784,1.1576708555221558,-0.8647645711898804,-0.5389481782913208,-0.2873186767101288,0.7321648597717285,-0.5119349956512451 +328,1.8594557351432663,1.0855141745810226,0.8328206331079504,0.44715896248817444,-0.8845433592796326,0.132785364985466,2.584789514541626,1.4164866209030151,0.28380638360977173,-0.34419262409210205,-2.0871667861938477,4.831799030303955 +329,1.8584771098751498,1.0802460869726387,0.8191750316286697,0.4517505168914795,-0.8820737600326538,0.13366791605949402,-0.2754540741443634,-0.8921074867248535,0.2844069302082062,0.47270315885543823,-0.8532471656799316,-0.9400949478149414 +330,1.6242631424291467,1.0744676232297126,1.1469825213096938,0.47551998496055603,-0.8793367743492126,0.025448793545365334,-2.271411657333374,0.6808304190635681,0.6305094957351685,0.37408941984176636,-0.20298439264297485,-0.3344697952270508 +331,1.2392452132861054,1.1142370343675116,1.5126097355950479,0.4168524146080017,-0.8975746631622314,-0.14350515604019165,-1.203171968460083,-2.016451120376587,0.8699308633804321,-0.1467566192150116,0.2593148350715637,-0.15517042577266693 +332,0.9728948939656681,1.0873634919740376,1.7280786621738509,0.38418346643447876,-0.8854044675827026,-0.2616521716117859,-1.188171148300171,0.45551472902297974,-0.9135109186172485,0.011904150247573853,0.6358470916748047,0.4965765178203583 +333,0.8079257430733259,1.0120336353821135,1.8448047243069683,0.3832128643989563,-0.8479117155075073,-0.3663247227668762,1.5246670246124268,-2.1719110012054443,3.099306106567383,-0.2548406720161438,-1.5411568880081177,1.104193925857544 +334,1.3942226474770876,1.2995909992168484,1.2219022752170454,0.2637275755405426,-0.963448703289032,-0.04705742374062538,3.573857069015503,0.1833828240633011,-2.0999093055725098,0.03470379114151001,-0.4863956570625305,-0.028473611921072006 +335,1.7020038719327615,1.0217851320972917,1.115135985530561,0.5173586010932922,-0.8530409336090088,0.06827358901500702,-1.4226157665252686,2.7342135906219482,1.7703335285186768,1.3037779331207275,-0.3437364101409912,-0.38190269470214844 +336,1.8259230850079646,1.0969283220606345,1.037568109492867,0.4415602684020996,-0.8898098468780518,0.1151633933186531,2.6507365703582764,-0.3831455707550049,-0.5280493497848511,-0.3781905770301819,0.8948149085044861,-0.3774162828922272 +337,1.891424711103761,1.0927626476156334,0.9161001340323236,0.43658947944641113,-0.8879011869430542,0.14498566091060638,-2.079442024230957,-2.8216185569763184,0.1908291131258011,-0.4868215024471283,0.4051132798194885,-0.28159764409065247 +338,1.8225193532295443,1.1316322335049303,0.9565907757538559,0.4117831587791443,-0.9051073789596558,0.10590160638093948,1.8414976596832275,-3.281611919403076,-0.28256046772003174,0.6801204681396484,0.6991596221923828,-0.9941004514694214 +339,1.8203924794938802,1.070850372851571,0.9913407985105502,0.46452298760414124,-0.8776084780693054,0.11841238290071487,-2.246185779571533,0.5437097549438477,-2.0018792152404785,0.4283144474029541,-0.24298161268234253,-0.6161540746688843 +340,1.410232391193044,1.1046399446683899,1.4195952114679413,0.44367459416389465,-0.8933024406433105,-0.07185670733451843,-1.4368312358856201,-0.7749662399291992,1.011432409286499,-0.07558685541152954,0.1171947717666626,-0.19689631462097168 +341,1.0985354412275623,1.0823317418544633,1.6966793231988784,0.41790518164634705,-0.8830544352531433,-0.21347157657146454,-1.261407494544983,-0.3058619797229767,-0.34415385127067566,-0.18385064601898193,0.5076119303703308,0.27662771940231323 +342,0.8860091208094377,1.0256629069638636,1.7683110388615553,0.4016311466693878,-0.8550581336021423,-0.3279759883880615,0.8834283947944641,-2.3151979446411133,1.0807323455810547,-0.11732932925224304,-0.5008837580680847,1.1020848751068115 +343,1.3061735627504534,1.2345352300929728,1.3785428173295413,0.31847476959228516,-0.94399493932724,-0.08629951626062393,3.3076014518737793,-1.4225449562072754,-0.9713405966758728,0.13083556294441223,-0.5268914103507996,0.030315034091472626 +344,1.6492203630377023,1.0181875860453087,1.1998916303057843,0.5232961177825928,-0.851158082485199,0.04112333431839943,-1.0886911153793335,3.2700002193450928,0.7124665379524231,1.0491983890533447,-0.3953781723976135,-0.5078287124633789 +345,1.7866756463679228,1.074718226615341,1.064979649619436,0.4649316072463989,-0.8794560432434082,0.10195793956518173,3.065369129180908,1.4708880186080933,-0.035667162388563156,-0.3095971941947937,0.5915533304214478,0.35922372341156006 +346,1.9088835031723457,1.0629603970626904,0.9023124413062589,0.4587591588497162,-0.8737989068031311,0.1612933725118637,-1.3510698080062866,-1.5858240127563477,-0.28719356656074524,-0.3908117711544037,0.6149488091468811,-0.42269158363342285 +347,1.7537102796357515,1.0725040199234743,1.0014861659605698,0.46995335817337036,-0.8783999681472778,0.0869327113032341,-2.5468411445617676,0.040877390652894974,0.40906697511672974,-0.09426677227020264,-0.2928341031074524,0.3774533271789551 +348,1.794148402938596,1.0649325272253938,0.9502799073297166,0.4725269377231598,-0.8747562170028687,0.10733060538768768,-0.7189074158668518,0.738571286201477,-0.48386746644973755,0.14345508813858032,-0.12237507104873657,-0.5748140811920166 +349,1.5840390231893293,1.0756849800886064,1.225008441254208,0.4750879406929016,-0.8799158334732056,0.006291813217103481,-1.5094196796417236,-0.8866029381752014,0.3958013951778412,0.06324213743209839,0.08027899265289307,-0.38287878036499023 +350,1.2470768241900414,1.1260185037008217,1.4697609058755725,0.4079090654850006,-0.9027062654495239,-0.13686266541481018,-0.9605360627174377,-0.9064765572547913,0.7068800330162048,-0.17754718661308289,0.4636194705963135,0.08600510656833649 +351,1.0425397580977802,1.0371479149678273,1.7048895135912498,0.4393382966518402,-0.8609569668769836,-0.2563879191875458,-1.7011412382125854,0.5144830346107483,-0.7259129285812378,0.24584227800369263,0.3258923292160034,0.5569403171539307 +352,0.7459744805569297,1.1209445103949731,1.8516998069634623,0.29511529207229614,-0.9005115628242493,-0.3193524181842804,2.8629791736602783,-1.4119973182678223,2.244016647338867,0.03668707609176636,-0.432145357131958,0.9263623356819153 +353,1.3691272391068545,1.2851177287014035,1.2383141164491684,0.2760974168777466,-0.9594706296920776,-0.05644764378666878,1.860516905784607,-1.1653120517730713,-2.808600902557373,-0.030125737190246582,-0.11290180683135986,-0.0026343464851379395 +354,1.6128348932040517,1.0185949657374156,1.0744940312737152,0.5240992903709412,-0.8513718247413635,0.022045370191335678,0.31195229291915894,1.201931357383728,2.048171281814575,1.0255374908447266,-0.12996667623519897,-0.4231531620025635 +355,1.9484105170181523,1.0669475552780516,0.8347957108942627,0.4487849771976471,-0.8757308721542358,0.17801007628440857,1.6042401790618896,-0.05603174865245819,-0.5704690217971802,-0.3677607774734497,0.9139388799667358,-0.722809910774231 +356,1.9680027019630602,1.058785606215939,0.7281770794415714,0.45178765058517456,-0.87176114320755,0.18952676653862,-1.014962077140808,-1.1274968385696411,0.6122108697891235,-0.36945122480392456,0.35860806703567505,-0.24735760688781738 +357,1.7592841833779869,1.0396150564072897,0.8178928398685373,0.49758049845695496,-0.8622093200683594,0.09491458535194397,-1.4023878574371338,2.547347068786621,-0.5665820837020874,0.21415045857429504,0.2870445251464844,-0.9440815448760986 +358,1.8002264363859055,1.0325301907853646,0.9406566728989485,0.4992150664329529,-0.8585988283157349,0.11658784002065659,-2.3743460178375244,0.6618044376373291,0.1031707376241684,0.2362738847732544,-0.1591930389404297,-0.55335533618927 +359,1.4311193628504624,1.0780336425667407,1.2606665250402262,0.4684545397758484,-0.8810293078422546,-0.06586117297410965,-1.0789703130722046,-1.4580246210098267,0.7282305359840393,-0.16025754809379578,0.19211030006408691,-0.17568546533584595 +360,1.1022964775788435,1.1140077340249976,1.543405666780017,0.39354145526885986,-0.8974735736846924,-0.1991634964942932,-1.2663458585739136,-0.0837107002735138,0.23801662027835846,-0.18811240792274475,0.5280736684799194,0.23085597157478333 +361,0.9473510056325674,1.0048921766829215,1.710767322336201,0.4353087842464447,-0.8441041707992554,-0.3130406141281128,-0.521464467048645,-0.952113926410675,0.2915075123310089,0.1058136522769928,-0.6194425821304321,0.5729740858078003 +362,1.0254515321938298,1.2401261391748586,1.6000873306754213,0.2775820195674896,-0.9458249807357788,-0.16841410100460052,2.4612224102020264,-0.4647905230522156,1.1987544298171997,-0.1923311948776245,-0.8744875192642212,0.22816753387451172 +363,1.5472912826434047,1.1008412850296394,0.9616773555508428,0.4527209997177124,-0.8915886282920837,-0.0106431869789958,0.7906603813171387,1.0495892763137817,-4.090225696563721,0.2110973298549652,-0.1401190161705017,0.055122554302215576 +364,1.8108641420516411,1.0324464719888686,0.8847691720172689,0.49801620841026306,-0.8585559129714966,0.12190867960453033,-0.5161373615264893,2.546584129333496,0.8264173269271851,-0.13174423575401306,0.5575762987136841,-0.33212900161743164 +365,1.9152985129729203,1.0168796464536027,0.7544065244097858,0.49511483311653137,-0.850470781326294,0.17765241861343384,0.6345130801200867,-1.1582037210464478,0.19531677663326263,-0.29517900943756104,0.48497718572616577,-0.420633465051651 +366,1.9507304002969692,1.0478080015059388,0.6153028956103469,0.46385350823402405,-0.8663304448127747,0.18523353338241577,5.371740341186523,-2.5449302196502686,-0.6423498392105103,0.06054532527923584,-1.505968689918518,2.483086109161377 +367,1.8607711229305073,1.0392421310766198,0.7638785465508382,0.48571205139160156,-0.8620203137397766,0.14492934942245483,0.8068082928657532,2.419705867767334,-0.6129205226898193,0.9152278304100037,-0.34449201822280884,-0.4257369041442871 +368,1.7940311968675717,1.056494495527737,0.94182506456908,0.47972074151039124,-0.8706364035606384,0.10890549421310425,-2.224940061569214,0.8949820399284363,0.21711967885494232,0.14732393622398376,-0.04841572046279907,-0.19723856449127197 +369,1.3809168778334573,1.1124202191249073,1.40255479320506,0.4345395863056183,-0.8967722654342651,-0.08351626247167587,-0.6153128743171692,-1.28476881980896,0.6691309213638306,-0.2842405140399933,0.5066202282905579,-0.37285882234573364 +370,1.2281997237373783,1.1479970465346825,1.523112448138019,0.3864697217941284,-0.9119439125061035,-0.1378387212753296,-0.8877431154251099,0.7309221625328064,-0.15138575434684753,-0.14055907726287842,0.424776554107666,0.1557983160018921 +371,1.0888390966434844,1.0509519168651278,1.6947997214000534,0.4401605427265167,-0.8678964972496033,-0.23024846613407135,-0.8850131034851074,-2.0178520679473877,0.26164698600769043,0.10941526293754578,-0.8360372185707092,0.11167240142822266 +372,0.7243687112067396,1.239064524848344,1.6998682146979667,0.21581660211086273,-0.9454797506332397,-0.24390824139118195,4.853440761566162,-4.939115524291992,-0.43853139877319336,-0.13036736845970154,-0.027496933937072754,0.42528945207595825 +373,1.7405438598568244,1.0460339471614608,0.6539358935094658,0.4938066303730011,-0.8654429912567139,0.08463694155216217,0.6182360053062439,2.813276529312134,-4.265542030334473,0.5752851366996765,-0.15602606534957886,-0.07369637489318848 +374,2.045311154485893,0.9555092387946159,0.5612813302813068,0.513421356678009,-0.8166077733039856,0.26372337341308594,0.07987472414970398,4.130941867828369,-0.44818565249443054,-0.1360563039779663,0.5925478339195251,-0.12962916493415833 +375,1.8915726889611344,1.0167214369158297,0.8319458324113076,0.4993181824684143,-0.8503875732421875,0.16589908301830292,-0.5834895968437195,-2.657165050506592,-0.012078270316123962,-0.3069201111793518,0.4313201904296875,-0.7728936672210693 +376,1.9999524946268536,1.0046687096588207,0.678105511330843,0.48772865533828735,-0.8439843058586121,0.22318468987941742,1.7228455543518066,-2.0589983463287354,-0.5178065896034241,0.26987025141716003,-1.7051490545272827,2.572561264038086 +377,1.93262544709589,1.0031859916268357,0.7688842661035997,0.5028082728385925,-0.8431881070137024,0.19030919671058655,-0.9236052632331848,-0.7637439966201782,-0.09265412390232086,0.5506889820098877,-0.6473666429519653,-0.7128006219863892 +378,1.619649367889667,1.0609142013930182,1.217241038130481,0.4874923527240753,-0.8728020191192627,0.02383444830775261,-2.3462884426116943,0.5138240456581116,0.2333298921585083,0.13228920102119446,-0.010422587394714355,-0.3204042911529541 +379,1.2739286398271998,1.0874625638285482,1.5506565245697943,0.4444049894809723,-0.885450541973114,-0.1359468251466751,-0.7346705794334412,-1.1161303520202637,0.7178766131401062,-0.2348407506942749,0.322950541973114,-0.10660690069198608 +380,1.0428314317369194,1.0988262483057982,1.7486935996512456,0.39273521304130554,-0.890674352645874,-0.22903788089752197,-1.1053085327148438,0.33816996216773987,-0.2764025032520294,-0.04413291811943054,0.37932175397872925,0.2877384424209595 +381,1.0211221817052578,1.0282870988460633,1.8414367710448716,0.44023481011390686,-0.8564159274101257,-0.2697129249572754,0.23233865201473236,-0.7850280404090881,1.047210693359375,-0.025928229093551636,-0.7989490628242493,0.2712846100330353 +382,0.9634878802205812,1.2813076075096477,1.684111266214076,0.23441752791404724,-0.958389937877655,-0.16290144622325897,3.1766364574432373,-0.3664000630378723,0.41215354204177856,-0.22898544371128082,-0.30674660205841064,0.4392533600330353 +383,1.6849730514099255,1.106584299932124,0.8968052809104085,0.44480305910110474,-0.8941746354103088,0.05100800096988678,0.9000559449195862,1.2322161197662354,-4.256767272949219,0.2100583016872406,-0.11089116334915161,0.019060365855693817 +384,2.142445469227247,0.9703588528474434,0.6979853850924392,0.47517356276512146,-0.8250885009765625,0.3056780695915222,-0.4170120060443878,2.7833075523376465,-0.15699486434459686,-0.025069832801818848,0.589111328125,-0.4168994426727295 +385,1.897821492425252,1.01684632742421,0.9270959322632728,0.4981711208820343,-0.85045325756073,0.16898183524608612,0.5632438659667969,-1.617802619934082,0.07761570811271667,-0.3597586452960968,0.3468979597091675,-0.55037522315979 +386,1.9481720596872998,1.0172826977397351,0.8051505690909587,0.488690048456192,-0.8506827354431152,0.1937035322189331,1.0521939992904663,-0.4166905879974365,0.1033986359834671,0.1818574070930481,-1.8871407508850098,2.8581457138061523 +387,1.9024854362876231,1.0069395578667288,0.8210821424010775,0.5053188800811768,-0.8452001810073853,0.17403851449489594,1.686914086341858,-1.1450115442276,-0.32121196389198303,1.0141513347625732,-1.0546562671661377,0.44803178310394287 +388,1.6810587206171423,1.0560630765660708,1.0972140171514824,0.48931312561035156,-0.8704240918159485,0.05417255684733391,-1.6224184036254883,0.7114920616149902,0.39271751046180725,0.18788719177246094,0.07147383689880371,-0.3923531770706177 +389,1.4325450959359693,1.0946919155073347,1.3122330267856666,0.45394718647003174,-0.8887870907783508,-0.06316167861223221,-0.5087184309959412,-1.6846660375595093,0.669306755065918,-0.20171943306922913,0.3072899580001831,-0.2067967653274536 +390,1.0985080001777576,1.1136586350103217,1.5582685644614345,0.3930632174015045,-0.8973195552825928,-0.20079557597637177,-1.604867696762085,-0.07331128418445587,0.07402198016643524,-0.1038023829460144,0.33411771059036255,0.25200408697128296 +391,0.9388795726476596,1.0170419306988563,1.815279680364205,0.4243342876434326,-0.8505561351776123,-0.31063583493232727,-0.4829099774360657,-0.5632079839706421,1.640218734741211,0.03509259223937988,-1.2481682300567627,0.35735824704170227 +392,1.0792544857442208,1.238968386423941,1.4986747591656386,0.287202388048172,-0.9454484581947327,-0.15375962853431702,4.695257663726807,-0.3678772449493408,-0.1533539742231369,-0.16198879480361938,-0.40361160039901733,0.38032209873199463 +393,1.7881354667181817,1.0270839736701787,0.7027815971675009,0.5051464438438416,-0.8557941317558289,0.11155005544424057,0.18911391496658325,0.6360080242156982,-3.0205981731414795,0.3604845404624939,-0.34954339265823364,-0.1210714653134346 +394,1.944693504273939,1.033985311577278,0.7697934382184534,0.47606608271598816,-0.8593438863754272,0.18678615987300873,0.6018001437187195,2.331801414489746,0.5723662972450256,-0.17458295822143555,0.653167188167572,-0.9758028984069824 +395,2.047524722270262,1.011048940196249,0.631009206550579,0.4717693328857422,-0.847389280796051,0.24364979565143585,-0.34135475754737854,-1.2146649360656738,0.11888828128576279,-0.4484386742115021,0.5120163559913635,-0.4721958637237549 +396,1.8731550741442164,1.035197587820258,0.7389778064749412,0.48720496892929077,-0.8599632382392883,0.15197023749351501,-1.6227681636810303,0.022384576499462128,0.5175626873970032,0.04171052575111389,-1.130042314529419,1.0198285579681396 +397,1.8752171990491924,1.0536208749546547,0.7264859570438679,0.4716935157775879,-0.869219183921814,0.1481998860836029,-0.8009753823280334,-0.31349629163742065,-0.004134932532906532,0.10353231430053711,-0.28736650943756104,-0.8123692274093628 +398,1.7418542730966429,1.0657415662260203,0.8511097504385788,0.47679340839385986,-0.8751479983329773,0.08236422389745712,-0.792881965637207,-0.9754979014396667,0.1829652190208435,0.21449071168899536,0.08063822984695435,-0.41914093494415283 +399,1.4314862630745682,1.117402659399282,1.0660821909902551,0.4337751269340515,-0.8989657759666443,-0.0608232207596302,-1.1646498441696167,-1.3251286745071411,0.8626391887664795,-0.22660663723945618,0.35524946451187134,-0.09242080897092819 +400,1.0459725094989842,1.1051973382945381,1.433000885426677,0.3885340094566345,-0.8935527801513672,-0.22495529055595398,-1.674101710319519,0.9048565626144409,-0.10479630529880524,0.05174309015274048,0.2981395721435547,0.4388834834098816 +401,0.8863528690960659,1.0977637220085357,1.6586022368163196,0.35297635197639465,-0.8901907801628113,-0.2880418002605438,1.369901180267334,-1.2347816228866577,2.658705711364746,-0.03097018599510193,-0.9217446446418762,0.6678788661956787 +402,1.0818187597680935,1.2707634497284617,1.4251420581388972,0.260917067527771,-0.9553267955780029,-0.1388275921344757,0.8472983241081238,-1.0749623775482178,-1.3391385078430176,-0.057471632957458496,-0.01526951789855957,-0.05102229118347168 +403,1.4309038045280777,1.0115379097224644,1.0844676928224588,0.5253746509552002,-0.8476487994194031,-0.0739792063832283,1.076588749885559,1.7520759105682373,-0.24368825554847717,1.0502631664276123,-0.41544318199157715,-0.4688522219657898 +404,2.0830133013926178,1.0065506940811735,0.5944127033694724,0.4661453664302826,-0.8449922800064087,0.2621009349822998,1.9601409435272217,1.835932970046997,-0.07503124326467514,-0.2897994816303253,0.5676178932189941,-0.5069739818572998 +405,2.1010773726545486,0.996263615285277,0.5267573070196242,0.4688091576099396,-0.8394463658332825,0.2748602628707886,-0.32452693581581116,-0.8448508381843567,-0.08134101331233978,-0.4667491614818573,0.6696158647537231,-0.6941260099411011 +406,1.812133291866033,1.0508042997619194,0.7969157502102163,0.4824734032154083,-0.8678231239318848,0.11875320225954056,-1.9334150552749634,-0.5925022959709167,0.1544220745563507,0.3016299605369568,-1.2718405723571777,0.8145811557769775 +407,1.856760555557832,1.0432223594845578,0.7429984455240219,0.48299410939216614,-0.8640309572219849,0.14201132953166962,-0.43255507946014404,0.6947628855705261,-0.255397766828537,0.03745269775390625,-0.20084941387176514,-0.816693902015686 +408,1.6597512317273182,1.0455652109357014,1.002337890069746,0.49943074584007263,-0.865208089351654,0.044544368982315063,-1.5925849676132202,-0.684407651424408,0.19061219692230225,0.12276169657707214,0.1562541127204895,-0.3599282503128052 +409,1.2858867281914836,1.0888483320721907,1.2553478358790926,0.4448208510875702,-0.8860936760902405,-0.13027799129486084,-0.9972012639045715,-1.8397057056427002,1.144124984741211,-0.2340664565563202,0.21875053644180298,-0.05780184268951416 +410,1.0116762620853486,1.0757508999462484,1.5249099950686582,0.4027286469936371,-0.8799471259117126,-0.2519971430301666,-1.1141926050186157,0.965059220790863,-0.5057459473609924,0.04337728023529053,0.2762026786804199,0.3747846186161041 +411,0.9661571268022532,1.116383698093935,1.6165996236039017,0.3611147701740265,-0.898518979549408,-0.24951913952827454,1.3328794240951538,-1.6113494634628296,2.1472325325012207,-0.10485866665840149,-0.5736337304115295,0.6126173138618469 +412,1.3214453632346392,1.2416923606091184,1.1247076901877067,0.3131999373435974,-0.9463323354721069,-0.07975657284259796,2.187981128692627,-0.5891201496124268,-2.3513808250427246,0.07245072722434998,-0.10377764701843262,-0.010636456310749054 +413,1.621067250409719,1.0046917823304427,0.8983927939939197,0.5356707572937012,-0.8439967036247253,0.026951368898153305,0.39853957295417786,3.045970916748047,1.2383424043655396,0.7283978462219238,0.07097125053405762,-0.21374952793121338 +414,1.8208328065898214,1.0394767657354882,0.90359250079266,0.49091577529907227,-0.8621392250061035,0.12537045776844025,1.0849553346633911,-0.8897427320480347,-0.48422086238861084,-0.28013086318969727,0.6833367347717285,-0.7059826850891113 +415,1.8838872841271987,1.0300629757213926,0.7787574481530934,0.48973995447158813,-0.857331395149231,0.15854793787002563,-1.2305032014846802,-0.44300413131713867,0.3752090632915497,-0.3829742670059204,0.3504650592803955,-0.1620270162820816 +416,1.6998376051429245,1.097171174311957,1.0541642107879738,0.45232298970222473,-0.8899206519126892,0.05869448557496071,1.1778730154037476,-0.44813913106918335,0.3529888987541199,0.3291406035423279,0.34153515100479126,-1.102410912513733 +417,1.7445777717560351,1.0712567699787807,0.9918465977311586,0.47180625796318054,-0.8778032064437866,0.0828266441822052,-0.6686599254608154,-0.48197636008262634,-0.7534529566764832,0.24941563606262207,-0.1481214165687561,-0.5042743682861328 +418,1.567635864365493,1.0683933841044198,1.1665166319622968,0.48153042793273926,-0.8764280080795288,-0.0015218639746308327,-1.0501056909561157,-0.2847402095794678,0.2392917424440384,0.022299468517303467,0.3161558508872986,-0.23552340269088745 +419,1.2547490920353799,1.116730127776639,1.4006785855422836,0.41689902544021606,-0.89867103099823,-0.13632942736148834,-1.5150134563446045,-1.4146702289581299,1.1532918214797974,-0.19697409868240356,0.289265513420105,-0.02533745765686035 +420,0.8802030157685082,0.9986776436983424,1.7908963700297824,0.41735929250717163,-0.8407557606697083,-0.3448781967163086,-2.3675811290740967,0.2693704664707184,-0.9109630584716797,0.27911287546157837,-0.03525131940841675,0.5192098617553711 +421,0.9141193987224827,1.1599057334446443,1.6710406222706842,0.3163555860519409,-0.9167654514312744,-0.24384495615959167,3.1574745178222656,1.8993380069732666,0.19835923612117767,-0.09316527843475342,-0.3599221706390381,0.5808200240135193 +422,1.366257782279938,1.1291777409194996,1.1206179149031783,0.41849416494369507,-0.9040610790252686,-0.08681220561265945,-0.3170836567878723,-0.46912649273872375,-3.918721914291382,0.23314771056175232,-0.0900644063949585,0.05006902664899826 +423,1.6708365268206273,1.0366265071520373,0.9666869461292029,0.5065808892250061,-0.8606916069984436,0.05084820091724396,2.2430994510650635,2.155491828918457,0.1164688766002655,-0.06715840101242065,0.5711256265640259,-0.20682358741760254 +424,1.9368295088934708,0.9900480056643071,0.8030801466509049,0.5123040080070496,-0.8360522985458374,0.1963694989681244,0.5130830407142639,0.2651504874229431,0.3058294653892517,-0.39127135276794434,0.30034685134887695,-0.4753763675689697 +425,1.812757129348705,1.0568321984923377,0.9131183784835828,0.4773121178150177,-0.8708024621009827,0.11779868602752686,-1.1941558122634888,-0.15275883674621582,0.15588638186454773,-0.3966693580150604,0.025373876094818115,0.9825278520584106 +426,1.7966630953533744,1.0552928771829628,0.9060216319373179,0.4804515540599823,-0.8700446486473083,0.11040186882019043,1.072018027305603,0.40788978338241577,-0.18332558870315552,0.11468696594238281,0.10336685180664062,-0.5348708629608154 +427,1.7594188982277774,1.0504249169414626,1.0411566036659026,0.4883836805820465,-0.8676345944404602,0.09322845935821533,-2.0442395210266113,1.554302453994751,-0.23446425795555115,0.4219861924648285,-0.1817886233329773,-0.45570099353790283 +428,1.5160238059012536,1.0594915817205401,1.326893702754888,0.48858168721199036,-0.8721067905426025,-0.026787644252181053,-0.8395388126373291,-1.0812933444976807,0.14102159440517426,-0.07967668771743774,0.3598540425300598,-0.2313910722732544 +429,1.226932575076138,1.1002078961807682,1.5211941370728825,0.42686763405799866,-0.8913016319274902,-0.15285706520080566,-1.5795174837112427,-0.6687089800834656,0.9672020077705383,-0.23024293780326843,0.24684679508209229,0.08315487205982208 +430,0.9209188739067374,0.98753474067795,1.8703469493195983,0.4384833872318268,-0.8346707820892334,-0.3332522213459015,-1.653956413269043,0.3266846537590027,-0.7993043065071106,0.18488392233848572,-0.21810942888259888,0.5176546573638916 +431,0.801105994638682,1.1349350473753874,1.8464111539683428,0.3031865656375885,-0.9065067768096924,-0.29380831122398376,3.6905009746551514,-0.27115851640701294,1.1179414987564087,-0.1388799548149109,-0.6564204692840576,0.6729434728622437 +432,1.5287687675582746,1.1511918351022143,1.0134959390074278,0.40703922510147095,-0.9132501482963562,-0.01711694523692131,1.0008368492126465,-1.011110782623291,-3.8784587383270264,0.18060719966888428,-0.05229538679122925,0.04487264156341553 +433,1.737936827295427,1.0062512820397813,0.9304934015931077,0.5275753140449524,-0.8448321223258972,0.0890096127986908,0.18831077218055725,3.231295585632324,0.6771271228790283,0.010861396789550781,0.5258930325508118,-0.14113368093967438 +434,1.9634327496154997,0.998093480105832,0.8315351543098242,0.5006685256958008,-0.8404393792152405,0.20734694600105286,0.742117702960968,-2.4586565494537354,-0.24324823915958405,-0.22411829233169556,0.4932103753089905,-0.869776725769043 +435,1.7903780227520731,1.0620841685328788,0.9121820704722354,0.47535794973373413,-0.873372495174408,0.1060905009508133,0.12038692086935043,2.7814319133758545,1.1357306241989136,-0.28881925344467163,-0.18540430068969727,0.9100532531738281 +436,1.7855745514090913,1.0867688630336145,0.9387324978042982,0.45465585589408875,-0.8851279616355896,0.0991799384355545,1.694728136062622,0.7581748962402344,-0.271807998418808,0.17464712262153625,0.09853732585906982,-0.5071847438812256 +437,1.741609332855935,1.063415604896677,1.0377161811537496,0.47881847620010376,-0.8740201592445374,0.08259326219558716,-1.788455843925476,1.5463173389434814,0.03864698112010956,0.47867053747177124,-0.06181657314300537,-0.3988926410675049 +438,1.4557103191625305,1.0939890391663982,1.3922005296578783,0.45590898394584656,-0.8884647488594055,-0.05270162597298622,-1.2379474639892578,-0.755699634552002,0.36854422092437744,-0.07009050250053406,0.307852566242218,-0.2093222737312317 +439,1.0809311023267363,1.1480638112990702,1.6997803570117642,0.3620067834854126,-0.9119713306427002,-0.19302745163440704,-1.5578994750976562,-0.5575251579284668,1.1310312747955322,-0.1582561433315277,0.36276161670684814,0.20213696360588074 +440,0.8837689054688008,1.0063862442611893,1.9714825925398534,0.41356319189071655,-0.8449043035507202,-0.33926692605018616,-1.444551706314087,0.6235561370849609,-1.2044546604156494,0.06800413131713867,-0.11386632919311523,0.41664430499076843 +441,0.7204414816586024,1.1201079547974582,2.0357187197354722,0.2873627245426178,-0.9001474976539612,-0.32734858989715576,2.683973550796509,-1.2027655839920044,0.30770596861839294,-0.1731659471988678,-0.2706441283226013,0.5057696104049683 +442,1.6471124146230274,1.134364340053204,1.0432904278766164,0.4214782118797302,-0.9062656760215759,0.03222816064953804,3.1619606018066406,0.5318607687950134,-3.7697787284851074,0.2532348930835724,-0.19663959741592407,0.10670316219329834 +443,1.801672311698864,1.0357922958446724,0.964506236924997,0.49631622433662415,-0.8602665662765503,0.11666784435510635,-1.7620970010757446,2.209099292755127,1.1172467470169067,-0.03112161159515381,0.45862483978271484,-0.22669900953769684 +444,1.9082227018355575,1.0476624278388023,0.969429742583686,0.47142493724823,-0.8662577271461487,0.1653965413570404,1.77205228805542,-0.7263064384460449,-0.4805186986923218,-0.17516031861305237,0.5518962144851685,-0.6018284559249878 +445,1.8723425166619356,1.0669715980126553,0.9700699338507979,0.46099501848220825,-0.875742495059967,0.14338383078575134,0.21718725562095642,0.04190116375684738,0.14320752024650574,-0.4006311893463135,-0.20914226770401,1.5465424060821533 +446,1.8398273503251574,1.0720579211021017,0.9924916962079449,0.46111246943473816,-0.8781867027282715,0.1271357238292694,0.6201161742210388,-1.23185396194458,-0.06308964639902115,0.35352376103401184,0.2767462730407715,-0.7543177604675293 +447,1.7471814932329968,1.069225236127841,1.1172693539769623,0.4733439087867737,-0.8768282532691956,0.08436760306358337,-1.3847615718841553,0.3323096036911011,-0.5215139389038086,0.2562856078147888,-0.08131688833236694,-0.3979356288909912 +448,1.4269232679429886,1.0856937381065739,1.4441008949084988,0.4614812135696411,-0.884627103805542,-0.06685665249824524,-1.5492122173309326,-1.33039391040802,0.548613965511322,-0.09575861692428589,0.18926894664764404,-0.24845093488693237 +449,1.049260305166922,1.1288809781637736,1.715803931974845,0.3708147704601288,-0.9039341807365417,-0.21307134628295898,-1.0189533233642578,-0.14665600657463074,0.6600940227508545,-0.17139765620231628,0.40211838483810425,0.22338628768920898 +450,0.9480808641398318,1.0254507326750415,1.8995655289377897,0.4213498830795288,-0.854948103427887,-0.30253612995147705,-1.2182185649871826,0.37752169370651245,-1.0875734090805054,0.2511965036392212,0.09220695495605469,0.43324291706085205 +451,0.9051017902503515,1.1822656017310436,1.8396331194040954,0.29794448614120483,-0.9254666566848755,-0.2339669018983841,3.225688934326172,-1.218520998954773,0.4055599868297577,-0.19911333918571472,-0.07242757081985474,0.5844307541847229 +452,1.7037749507221152,1.1493203614936023,0.9331571481556156,0.4054959714412689,-0.9124860763549805,0.05424240231513977,2.3936750888824463,0.930460512638092,-3.44657301902771,0.2348848581314087,-0.24638843536376953,0.2614314556121826 +453,1.812965034247085,1.0395344660366956,1.0438686451308457,0.4918384552001953,-0.8621684908866882,0.12149221450090408,-2.5581958293914795,2.209188222885132,1.424060344696045,0.1329326331615448,0.425736665725708,-0.34010493755340576 +454,1.9683600057463482,1.052004962072544,0.9634109463454531,0.4571593701839447,-0.8684191107749939,0.19197234511375427,1.9357187747955322,-0.16253337264060974,-0.3474361300468445,-0.16124576330184937,0.574397623538971,-0.5872207880020142 +455,1.8510264995441719,1.0591811622447567,0.9949057169909106,0.47048863768577576,-0.8719548583030701,0.13540829718112946,0.9589391350746155,-0.42778855562210083,0.16200651228427887,-0.5566244125366211,-0.23615378141403198,2.025923013687134 +456,1.9064568406271576,1.0502133496470558,0.9373988038126271,0.46962836384773254,-0.8675293922424316,0.16383542120456696,0.28031572699546814,-1.2317323684692383,0.3014706075191498,0.8276281356811523,-0.5979704856872559,-0.45643794536590576 +457,1.7523991302735766,1.0331778464531884,1.0914257020929348,0.5036704540252686,-0.8589306473731995,0.09248694032430649,-2.130758285522461,-1.4190404415130615,-0.18846267461776733,0.4397345781326294,-0.2529771327972412,-0.438510537147522 +458,1.2970256032936658,1.0682214902361515,1.503692930580679,0.46374496817588806,-0.8763452172279358,-0.13022975623607635,-1.541519045829773,-0.3978903889656067,0.7215355634689331,-0.24177533388137817,0.2730889916419983,-0.07068270444869995 +459,1.0048728756938927,1.0401980459618512,1.7756771565097376,0.42715317010879517,-0.8625044822692871,-0.2713414132595062,-1.2948994636535645,-1.0323702096939087,-0.4939628541469574,-0.12887436151504517,0.4492201805114746,0.28238874673843384 +460,0.9144589590118019,1.0174362717017065,1.7884988053878152,0.41635701060295105,-0.8507634401321411,-0.32070013880729675,1.9744362831115723,0.13182096183300018,2.5467529296875,-0.04312703013420105,-1.3517054319381714,0.7317108511924744 +461,1.2751199587293536,1.2296337762201435,1.3762205028172196,0.32006365060806274,-0.942366361618042,-0.09749304503202438,2.2195448875427246,-1.281572699546814,-0.523759663105011,-0.030482381582260132,-0.425675630569458,0.308491587638855 +462,1.7162762978037678,0.9953516999609899,0.918938611353719,0.5384592413902283,-0.8389503955841064,0.07889238744974136,0.7022210955619812,1.906626582145691,-2.1191365718841553,0.669563889503479,-0.35509568452835083,-0.13856947422027588 +463,1.929585339044454,1.0347830702315117,0.9080985340830161,0.47819167375564575,-0.8597515821456909,0.17933188378810883,-0.09366957098245621,2.289562702178955,0.6814139485359192,-0.28490862250328064,0.5098218321800232,-0.2608596086502075 +464,2.0308554790172537,1.0122293617057192,0.7721632670734742,0.47486844658851624,-0.8480154275894165,0.235307976603508,-0.01278483122587204,-0.7262734174728394,0.2006402611732483,-0.49600183963775635,0.49454551935195923,-0.4651815593242645 +465,1.8518168905309391,1.0249063791472226,0.8623341481255324,0.4988129138946533,-0.8546655774116516,0.14398713409900665,1.6213139295578003,1.1289374828338623,-0.17666281759738922,0.2207610309123993,-1.8414708375930786,3.5406746864318848 +466,1.863030288215193,1.0242957196551636,0.8126295492924324,0.49766701459884644,-0.854348361492157,0.14972178637981415,-0.1380549818277359,-0.22391054034233093,0.25968340039253235,0.12705838680267334,-0.6558750867843628,-1.2438380718231201 +467,1.6913746946857382,1.035650090101766,1.0343935193106504,0.5062642097473145,-0.8601940870285034,0.061342090368270874,-2.19661808013916,-0.5169776082038879,0.3441937565803528,0.34900617599487305,-0.12267041206359863,-0.34840571880340576 +468,1.2676602414826685,1.089191800156708,1.4376995627730664,0.44208207726478577,-0.8862528204917908,-0.13827255368232727,-1.363348364830017,-0.35035863518714905,0.8220547437667847,-0.24893635511398315,0.34149885177612305,0.0012180954217910767 +469,0.9958874199197043,1.0497377082424204,1.6934788944683212,0.41777342557907104,-0.8672927021980286,-0.270682156085968,-1.0595353841781616,-0.7601502537727356,-0.46976083517074585,0.024960339069366455,0.29377585649490356,0.3721683621406555 +470,0.9882533380574606,1.0822412024476673,1.7023745895946296,0.3919389843940735,-0.8830119371414185,-0.25821295380592346,2.28700590133667,0.1650109887123108,3.229464292526245,-0.03499007225036621,-1.4505910873413086,0.5819128751754761 +471,1.3623790539860383,1.2095861303831972,1.2025725629859205,0.345758855342865,-0.9354698061943054,-0.0731239765882492,3.0899288654327393,-0.29380035400390625,-1.8817145824432373,0.03601604700088501,-0.12226945161819458,0.2565193772315979 +472,1.8424485346254682,0.9629191064981111,0.816177591063837,0.5501824617385864,-0.8208622336387634,0.15324656665325165,-0.6215378046035767,2.547412872314453,0.5574060678482056,0.9169653654098511,-0.2725825905799866,-0.32113897800445557 +473,1.8708403371054718,1.0532025483131349,0.9402608777950309,0.47268497943878174,-0.8690122961997986,0.14624139666557312,2.317883253097534,0.8168258666992188,-0.05191292241215706,-0.46919071674346924,0.7065977454185486,-0.6398173570632935 +474,1.9382693606088373,1.0280017015475025,0.8178629425997771,0.4820462763309479,-0.8562685251235962,0.18556800484657288,-1.2265546321868896,-0.7542440891265869,-0.2917247712612152,-0.36824631690979004,0.5476596355438232,-0.3136350214481354 +475,1.7793330839416897,1.0471327470933809,0.9514156819023499,0.4892227351665497,-0.8659930229187012,0.10352598875761032,-0.502984344959259,-0.513282299041748,0.2272331565618515,-0.14560991525650024,-0.07321614027023315,-0.5198467969894409 +476,1.8766163831575324,1.0426326534828423,0.8632295244011997,0.48056507110595703,-0.8637339472770691,0.15172630548477173,-0.06112241744995117,0.5825507640838623,-0.3557083010673523,0.053462058305740356,0.05938214063644409,-0.607536792755127 +477,1.6215579733488126,1.0501385425485945,1.1207286262177216,0.49681007862091064,-0.867492139339447,0.02524058148264885,-2.055767774581909,-1.6444365978240967,0.3004645109176636,0.07943809032440186,-0.011505603790283203,-0.3533198833465576 +478,1.1786538685856998,1.1020279767712242,1.4945986181618895,0.41749387979507446,-0.8921254277229309,-0.17265942692756653,-1.4513095617294312,-0.30195021629333496,0.870484471321106,-0.2218761444091797,0.39050787687301636,0.13820503652095795 +479,0.9602627578141314,1.025661134694538,1.746916913459192,0.4248564839363098,-0.8550571799278259,-0.2972777783870697,-1.0877468585968018,-0.30747637152671814,-0.6583893299102783,0.19858711957931519,0.3012089729309082,0.6165221929550171 +480,0.9851846498068668,1.152364325611953,1.6781199041908785,0.33862337470054626,-0.9137271642684937,-0.22458131611347198,3.1996536254882812,1.5888671875,1.6501411199569702,0.04458588361740112,-0.4502559304237366,0.5386682748794556 +481,1.299170665730759,1.2143131758217682,1.2501535220375184,0.3361857533454895,-0.9371299147605896,-0.09363079071044922,1.1336113214492798,-0.1401059478521347,-2.923253059387207,-0.026020348072052002,0.0525321364402771,0.20019817352294922 +482,1.704993080290042,0.9954445273919837,1.0230179682037421,0.5392378568649292,-0.839000940322876,0.07280151546001434,0.8831904530525208,1.4864166975021362,1.2699675559997559,0.6880875825881958,0.21804451942443848,-0.3934040069580078 +483,2.0082876257324394,0.9794595841640921,0.763323830975513,0.5049672722816467,-0.8301962018013,0.23618300259113312,2.150763988494873,1.2533718347549438,-0.08860104531049728,-0.29958397150039673,0.44053250551223755,-0.5808027982711792 +484,1.9319896776161656,0.993032950323132,0.7965761140493605,0.5109118819236755,-0.83768630027771,0.19300507009029388,-1.6334185600280762,-0.5019249320030212,-0.09702205657958984,-0.32460200786590576,0.4357696771621704,-0.3966946303844452 +485,1.7800743691644512,1.0101740603582698,0.8642477514219402,0.5201117992401123,-0.8469244241714478,0.110465407371521,-1.7736459970474243,-0.2862071692943573,0.7721689343452454,-0.07469260692596436,0.33195561170578003,-0.646262526512146 +486,1.8345036883675987,1.010199251522221,0.831246171362993,0.5133113861083984,-0.8469377756118774,0.13859161734580994,-1.7713756561279297,1.7962003946304321,0.08739513158798218,0.1469058394432068,-0.06411862373352051,-0.4800375699996948 +487,1.5679254449603066,1.0634061322474073,1.1840295883016674,0.4858960509300232,-0.8740155696868896,-0.0013949539279565215,-1.7728537321090698,-0.8465315699577332,0.4430212080478668,0.04628473520278931,0.11936163902282715,-0.28568387031555176 +488,1.2742936952628423,1.1068399467758026,1.4478971807333691,0.4279632568359375,-0.8942890763282776,-0.13074634969234467,-1.0218396186828613,-0.4614141285419464,0.5463421940803528,-0.157958984375,0.4137134552001953,0.06295156478881836 +489,1.0095021855682689,1.0403929921314525,1.712451387124974,0.42826229333877563,-0.8626031279563904,-0.2692715525627136,-1.613312005996704,0.018677864223718643,-0.6865447759628296,0.14414063096046448,0.30609989166259766,0.5477902889251709 +490,0.9427992920370057,1.133494370744023,1.7816775081092828,0.34269624948501587,-0.9058975577354431,-0.24881511926651,2.9104506969451904,-1.6556543111801147,1.7205479145050049,0.05160611867904663,-0.3322768807411194,0.2270408272743225 +491,1.5473729588091363,1.2494606831806176,1.0623713865688884,0.31574785709381104,-0.9488144516944885,-0.007397231180220842,2.3177201747894287,-0.463733434677124,-2.194962739944458,-0.10398635268211365,0.1540297269821167,0.07087379693984985 +492,1.8056815899939356,0.9468832464954094,0.8607221178314262,0.5681734681129456,-0.8115985989570618,0.1359652578830719,0.054264675825834274,1.8009257316589355,0.04224547743797302,0.8458585143089294,-0.32122910022735596,-0.2139223963022232 +493,1.968966929962438,1.0343822311643276,0.9007857635531108,0.47107797861099243,-0.8595467805862427,0.1981535255908966,0.4413101077079773,0.4845592677593231,-0.14386190474033356,-0.3402644097805023,0.8003122210502625,-0.9022245407104492 +494,1.9329680648716803,1.0068067857287206,0.8526177185292791,0.49988511204719543,-0.8451291918754578,0.1893986314535141,-1.1450058221817017,-1.5287576913833618,0.09918031096458435,-0.39951273798942566,0.2911282181739807,-0.3647221028804779 +495,1.7253117797738957,1.001553958361242,0.9142337355452455,0.5325724482536316,-0.8423095941543579,0.08295188099145889,-3.7126576900482178,0.777053952217102,0.6016800999641418,0.08463025093078613,-0.18526297807693481,0.4453531503677368 +496,1.731588725566255,1.001292704642196,0.9530128081953777,0.5322584509849548,-0.8421687483787537,0.08632838726043701,-0.5556538701057434,0.23740984499454498,-0.2624780237674713,0.4342789053916931,-0.36194801330566406,-0.11487758904695511 +497,1.4852336868583034,1.0474703159699048,1.2825776059655205,0.49793583154678345,-0.8661617636680603,-0.042708978056907654,-1.9570232629776,-0.4489181339740753,0.4470961093902588,-0.08382749557495117,0.16088515520095825,-0.22775304317474365 +498,1.2340189168828095,1.0948550936758945,1.5322205694001938,0.43243691325187683,-0.888861894607544,-0.15140272676944733,-0.6690763831138611,-0.2051575630903244,0.6179613471031189,-0.1410856544971466,0.4739144444465637,0.05247999727725983 +499,1.0647964786397548,1.0557997875721623,1.6857669881525426,0.43081286549568176,-0.870294451713562,-0.23872146010398865,-1.0055080652236938,-0.43613696098327637,-0.3874281644821167,0.12594982981681824,0.3419893980026245,0.42033153772354126 +500,0.8678149022660432,1.1688459557535509,1.81618550405933,0.298464298248291,-0.9202997088432312,-0.252918004989624,2.0517592430114746,-2.0516560077667236,2.0442495346069336,-0.022615909576416016,-0.4875829815864563,0.398730993270874 +501,1.3200167674803147,1.2981517836305445,1.1495256991348155,0.2608557343482971,-0.9630621671676636,-0.0668240636587143,2.4802756309509277,-1.6569756269454956,-3.036487340927124,0.014885812997817993,-0.10589224100112915,0.205328106880188 +502,1.783025015683012,0.9746536950534359,0.855103368868493,0.5488576292991638,-0.827507495880127,0.11826427280902863,0.33037102222442627,2.992274761199951,1.0908739566802979,1.017106056213379,-0.26728004217147827,-0.3300868272781372 +503,1.9770214740417176,1.0638137518788493,0.9102472351431724,0.44602757692337036,-0.8742135763168335,0.19185903668403625,-0.9524555206298828,0.3869834244251251,0.13292255997657776,-0.29824626445770264,0.9208598136901855,-0.9055888652801514 +504,1.8738215801186255,1.026735375907108,0.8508750316410715,0.49403101205825806,-0.8556137084960938,0.1544608175754547,-0.6876901984214783,-0.5314708352088928,0.20826086401939392,-0.3498965799808502,0.3175737261772156,-0.25637438893318176 +505,1.779644641774057,1.054236458112111,0.924451284341688,0.483159601688385,-0.8695233464241028,0.10240023583173752,0.4819728434085846,-2.2140870094299316,0.330708384513855,0.2056068778038025,0.38652169704437256,-1.1968064308166504 +506,1.805138939688365,1.0596437927352176,0.9012120969007986,0.4758121371269226,-0.8721812963485718,0.11359003186225891,-1.380890130996704,0.6902477145195007,-0.4069041311740875,0.01135525107383728,-0.09077036380767822,-0.5652806758880615 +507,1.5340126285464404,1.067481043850976,1.3009529395448953,0.48200589418411255,-0.8759883046150208,-0.017737960442900658,-2.4051389694213867,0.2291482836008072,0.692288339138031,0.10293972492218018,0.1314815878868103,-0.1151050329208374 +508,1.0755365950232714,1.0937984592179784,1.765471727299694,0.40394940972328186,-0.8883772492408752,-0.21819867193698883,-1.0746581554412842,-0.3533754348754883,0.5743610858917236,-0.16887253522872925,0.4205886125564575,0.08906354010105133 +509,0.9335715090104356,1.0426455708865636,1.9171788023659282,0.4050392508506775,-0.8637404441833496,-0.29982590675354004,-0.4377604126930237,0.22547689080238342,-0.682481050491333,0.12068703770637512,0.3411117196083069,0.5151121616363525 +510,1.0024365200414793,1.1153849874095354,1.8117600029999632,0.3706834018230438,-0.8980801701545715,-0.23673953115940094,2.8418123722076416,-1.3512132167816162,3.16610050201416,-0.003358602523803711,-1.2008271217346191,0.27072083950042725 +511,1.2936430415040112,1.274082754299517,1.401451067156371,0.28122103214263916,-0.9563025236129761,-0.08000027388334274,2.205763816833496,0.08562261611223221,-1.660343885421753,-0.17314305901527405,-0.02369314432144165,0.13386380672454834 +512,1.7762267001702763,1.011949047646014,0.947992254498659,0.5190604329109192,-0.8478668332099915,0.10815653949975967,-0.02916085720062256,0.5200457572937012,-1.8006845712661743,0.5707831978797913,-0.2993192672729492,-0.24022141098976135 +513,1.723015929139055,1.0768355091455029,1.1385332979714786,0.4686346650123596,-0.8804618716239929,0.07189150154590607,-0.7015700340270996,2.1932220458984375,0.2916944622993469,-0.261176198720932,0.8597710132598877,-0.5480725765228271 +514,1.8439402067148714,1.0216631724884004,0.9664723379559058,0.5025982856750488,-0.8529772758483887,0.14080078899860382,-0.2858038544654846,-1.4088678359985352,-0.05632586032152176,-0.29114198684692383,0.30036497116088867,-0.3824847936630249 +515,1.9079460746626011,0.938745015195114,0.6122714753634879,0.5575394630432129,-0.8068172931671143,0.19543607532978058,-2.3285164833068848,0.3576611280441284,-0.4245222806930542,-0.04066336154937744,-0.3518739938735962,1.8732894659042358 +516,1.876882084433414,0.980764443389546,0.8195296059562905,0.5305269956588745,-0.8309229612350464,0.16765554249286652,-0.816466748714447,-0.575691282749176,-0.21698535978794098,0.5600644946098328,-0.46904969215393066,-0.4750744104385376 +517,1.544047997440387,1.0234128023344702,1.2418107343254727,0.5202686786651611,-0.8538892269134521,-0.01391963753849268,-2.54238224029541,0.64503014087677,0.5684769749641418,0.003412902355194092,-0.10930657386779785,-0.3303949236869812 +518,1.2443466838631307,1.052266969601541,1.5546214314304445,0.4694288372993469,-0.8685489892959595,-0.15893112123012543,-0.8674648404121399,-1.2326983213424683,0.7961602807044983,-0.1780318021774292,0.33528488874435425,-0.012989625334739685 +519,1.0030348042500816,1.032953018049269,1.7179268396706997,0.43191081285476685,-0.8588154911994934,-0.27547916769981384,-0.7774713039398193,-0.03779970109462738,-0.6479331851005554,0.12622514367103577,0.45491552352905273,0.5483063459396362 +520,1.0010571778542252,1.0472527498363446,1.7211411604086162,0.42098063230514526,-0.8660529851913452,-0.2696804404258728,2.0951895713806152,-0.5340791344642639,2.724118709564209,-0.061285197734832764,-1.1265158653259277,0.4499477744102478 +521,1.4103367906444184,1.286079881918096,1.183878074084601,0.2772769033908844,-0.9597413539886475,-0.0448775477707386,2.572408676147461,-0.8116533160209656,-0.8293412923812866,-0.2020968794822693,-0.15683573484420776,0.09262233972549438 +522,1.6677315957193648,1.023574848017782,0.9276893145462443,0.5178741216659546,-0.8539735078811646,0.05035809800028801,-0.5846211314201355,2.6316285133361816,-3.987733840942383,0.2662903666496277,-0.10833740234375,0.00695396214723587 +523,1.8202070381040876,1.0412221680409304,0.9907725747052737,0.48953500390052795,-0.8630222678184509,0.12469156831502914,-0.32662683725357056,1.0910499095916748,0.5295091867446899,-0.24823254346847534,0.7029118537902832,-0.4233059883117676 +524,1.892702156021959,1.000527564836076,0.8376433166097732,0.5121280550956726,-0.8417559266090393,0.17079772055149078,0.3435443639755249,-1.3275439739227295,0.028689175844192505,-0.3229190707206726,0.4187212586402893,-0.4067901372909546 +525,1.963167821874553,0.9975100196466158,0.6084970646314039,0.501176655292511,-0.8401230573654175,0.207401841878891,9.5144624710083,-4.711985111236572,-0.34424224495887756,0.2767469882965088,-1.287135362625122,1.5623124837875366 +526,1.9913772058910977,1.0302515464103317,0.4916595539334928,0.46975624561309814,-0.8574284911155701,0.21010760962963104,1.908371090888977,1.8255261182785034,0.5894571542739868,0.8168799877166748,-0.2833032011985779,0.1936856061220169 +527,1.5964717192577114,1.0316412382876863,0.9443980410848967,0.5132421851158142,-0.8581427931785583,0.013180590234696865,-4.116270542144775,0.4811762869358063,-0.6165992021560669,0.062121033668518066,-0.3664972186088562,-0.33825385570526123 +528,1.2073982441401974,1.0045534720628766,1.5611940993684137,0.5014308094978333,-0.84392249584198,-0.19068779051303864,-1.0771359205245972,1.084976315498352,0.6918527483940125,-0.18842732906341553,0.34460920095443726,-0.24597297608852386 +529,1.0033654023290235,1.032317076143531,1.6589192235046362,0.4324624538421631,-0.8584895730018616,-0.2756299078464508,-0.21044732630252838,-2.3250675201416016,-0.2624284327030182,-0.052884846925735474,0.5252071619033813,0.2824811637401581 +530,0.9781114223208641,0.9891101218274678,1.6573649720416073,0.45572444796562195,-0.8355373740196228,-0.30690819025039673,0.857397735118866,0.39424675703048706,0.6170249581336975,-0.07748958468437195,-0.5574832558631897,0.6125264167785645 +531,1.19014973566908,1.19556291922613,1.4429214999940077,0.34025800228118896,-0.9304221272468567,-0.1361585408449173,1.4712048768997192,-0.5900698900222778,0.9863505363464355,-0.22300949692726135,-0.9379708170890808,0.3864026665687561 +532,1.5061209078946454,1.0320451046314945,1.0999017244658822,0.5119919776916504,-0.8583500385284424,-0.033159542828798294,0.13905829191207886,2.2498860359191895,-3.670015335083008,0.2356429100036621,-0.3083064556121826,0.10020667314529419 +533,1.7481457467206751,1.0144363695973166,1.0535032501393733,0.51981520652771,-0.8491830229759216,0.09316777437925339,-0.17463050782680511,1.1521857976913452,0.5570440292358398,-0.16846632957458496,0.7001657485961914,-0.537168025970459 +534,1.940792243154392,0.9895780390607166,0.8279434644533289,0.5118883848190308,-0.8357943892478943,0.19854024052619934,0.9165633916854858,0.04034310579299927,0.528475821018219,-0.372484028339386,0.30704671144485474,-0.22187098860740662 +535,1.7253805976862855,1.0340420207087668,0.954486731940696,0.5052515268325806,-0.8593729138374329,0.07873207330703735,1.1909691095352173,-2.8259873390197754,-0.6252230405807495,0.024609804153442383,0.10168260335922241,1.0505098104476929 +536,1.7062903557095577,1.032424765701547,0.985483603726254,0.5080390572547913,-0.8585447669029236,0.0692606195807457,1.3200420141220093,1.9563205242156982,-0.08602767437696457,0.40205609798431396,0.11725765466690063,-0.5562907457351685 +537,1.6776132234034848,1.0230389039383092,1.0846799433262433,0.5178059935569763,-0.8536945581436157,0.055521756410598755,-2.357311487197876,1.756818175315857,0.2657690644264221,0.3111124038696289,-0.12712514400482178,-0.29883837699890137 +538,1.4155206567785616,1.0518130904104042,1.4077062258895683,0.4900302588939667,-0.8683239221572876,-0.07670725882053375,-0.41315239667892456,-1.263975739479065,0.49443721771240234,-0.13456150889396667,0.2526317834854126,-0.31980764865875244 +539,1.210021996795927,1.1145051051818848,1.5254203651886853,0.41225627064704895,-0.897692859172821,-0.15553899109363556,-0.7866204380989075,-0.17221754789352417,0.3564542829990387,-0.19909095764160156,0.5503570437431335,0.15263980627059937 +540,1.0108263542901446,1.0071466482514169,1.7647379074753675,0.45267561078071594,-0.8453108072280884,-0.2837858200073242,-1.718966007232666,-0.2847633361816406,-0.5169025659561157,0.10945817828178406,-0.14954698085784912,0.4531126022338867 +541,0.8775775368555104,1.168680479820925,1.8127769217282637,0.30103635787963867,-0.9202349781990051,-0.25008952617645264,2.5205109119415283,-0.9747262001037598,0.8977270722389221,-0.2819017767906189,-0.27840399742126465,0.8145121335983276 +542,1.5573209430424975,1.139240572738854,1.0552492033945213,0.4182468354701996,-0.9083160758018494,-0.005636377725750208,1.9397709369659424,0.6958663463592529,-3.9155900478363037,0.1229824423789978,-0.3625122904777527,0.22757548093795776 +543,1.7137122191937115,1.0108202482430455,1.0802560434560908,0.5257506370544434,-0.8472678065299988,0.07565389573574066,-2.0359020233154297,1.9957906007766724,1.561643123626709,0.12232065200805664,0.5194327235221863,-0.22715842723846436 +544,1.8803468947646547,1.0374092525306982,0.9957049048835878,0.48428642749786377,-0.861089825630188,0.15489031374454498,2.6855032444000244,0.6016953587532043,-0.27637621760368347,-0.22032463550567627,0.5717069506645203,-0.3674452304840088 +545,1.8144945121177203,1.0322562084348454,0.9685732096100862,0.4977288544178009,-0.8584583401679993,0.12375526875257492,-0.39307695627212524,-1.8853224515914917,-0.44671759009361267,-0.3581109344959259,0.29435616731643677,-0.10774886608123779 +546,1.804857769295265,1.0179875255562782,0.9651057288685019,0.5107622742652893,-0.8510530591011047,0.1217818483710289,2.3066282272338867,0.504597008228302,-0.40172120928764343,0.7972517013549805,0.2691590189933777,0.18978740274906158 +547,1.7657379888155662,0.9989296674242921,1.003792836740345,0.5309519171714783,-0.8408921957015991,0.10483602434396744,-1.755863070487976,0.18713927268981934,-1.1201097965240479,0.382759690284729,-0.3268171548843384,-0.496040940284729 +548,1.4502232426205799,1.0173199540909874,1.3472826561869624,0.5218316912651062,-0.8507023453712463,-0.06322554498910904,-1.2892858982086182,-0.8383336663246155,0.4827129542827606,-0.0691339373588562,0.27651405334472656,-0.23728102445602417 +549,1.1106703239781084,1.0629654364152785,1.5260424053004134,0.4357081651687622,-0.8738013505935669,-0.215939462184906,-0.6610733270645142,-1.5917991399765015,0.2737160921096802,-0.19565683603286743,0.5614995956420898,0.22521677613258362 +550,0.96645516669848,0.9409483580034904,1.6469762836770343,0.4846923351287842,-0.8081170916557312,-0.3346940279006958,-1.2251102924346924,-0.1540178656578064,-0.6490830779075623,0.24577638506889343,-0.12575125694274902,0.5504533052444458 +551,1.012367523363927,1.174578566049055,1.5387514699958287,0.3273043632507324,-0.9225272536277771,-0.2044876217842102,2.4747579097747803,-0.28720128536224365,1.613787293434143,-0.2336764633655548,-0.8313331007957458,0.1972855031490326 +552,1.3655887056378038,1.0871101646931376,1.122114006741343,0.4552884101867676,-0.8852866888046265,-0.09476255625486374,-0.24615253508090973,2.384533166885376,-4.673189163208008,0.13808012008666992,-0.15971148014068604,0.14217162132263184 +553,1.7102528845413518,1.0477861664819226,1.0869086183642815,0.49464109539985657,-0.8663195371627808,0.06943163275718689,-0.15019726753234863,2.5140042304992676,1.2021887302398682,-0.05363154411315918,0.8031939268112183,-0.4681285619735718 +554,1.8880428989884164,1.011616317299101,0.8579956110965099,0.5040186047554016,-0.8476904034614563,0.1654876470565796,1.1060047149658203,-0.9463450312614441,-0.3335804045200348,-0.2778071165084839,0.5856207609176636,-0.3216155767440796 +555,1.7608450304833165,1.0205922715200157,0.9000034241120569,0.5134469866752625,-0.8524178266525269,0.09877197444438934,0.2699621915817261,-1.1875420808792114,-0.03029283508658409,-0.2786905765533447,0.018525123596191406,0.9857158660888672 +556,1.7954571673554067,1.0247788549796408,0.872460225436097,0.5062382221221924,-0.8545993566513062,0.11568478494882584,3.2462620735168457,1.0423202514648438,-0.6859195232391357,0.6364467740058899,0.05760222673416138,-0.03907035291194916 +557,1.780102521774176,1.0146841222405718,0.9780319616745761,0.5163671374320984,-0.8493138551712036,0.10968527942895889,-1.5080556869506836,0.8680477142333984,-0.1105063185095787,0.41690611839294434,-0.07411748170852661,-0.4580739736557007 +558,1.5216074145220644,1.0421164273605086,1.2650375418619144,0.5037840604782104,-0.863473653793335,-0.02480059489607811,-1.2081085443496704,-0.8204674124717712,0.2896624207496643,-0.12533551454544067,0.2931305170059204,-0.2778727412223816 +559,1.2132245028924868,1.083563916609778,1.486323185692041,0.43856942653656006,-0.8836320042610168,-0.16386409103870392,-1.2343844175338745,-0.8595573902130127,0.2769177258014679,-0.23211801052093506,0.5474808216094971,0.15705865621566772 +560,1.0206882548668261,0.9614486300031664,1.6660446014651162,0.4878953695297241,-0.8200215101242065,-0.2992037534713745,-1.188598871231079,0.0498010627925396,-0.5396777987480164,0.23106825351715088,-0.22229111194610596,0.566949725151062 +561,0.8853338394160856,1.1286630107722986,1.6960146206555402,0.331224262714386,-0.903840959072113,-0.27085405588150024,2.4309115409851074,0.09505975991487503,1.6502429246902466,-0.22369560599327087,-0.6323375701904297,0.7820388078689575 +562,1.390083436806106,1.1290752544151503,1.1234002378689456,0.42053452134132385,-0.9040172696113586,-0.07683423161506653,0.942330539226532,-0.3040401041507721,-4.020270347595215,0.09907302260398865,-0.05684387683868408,0.09255082160234451 +563,1.7157954616156035,0.9946191911948884,0.9879922756413531,0.5391048192977905,-0.8385515809059143,0.07872221618890762,0.046394769102334976,3.0609993934631348,1.1933965682983398,0.1077762246131897,0.4937334656715393,-0.19476532936096191 +564,1.8894066079186895,0.9953028175020896,0.8754231165911138,0.5168578624725342,-0.8389238119125366,0.17048442363739014,1.622312307357788,-1.0507391691207886,-0.4286172389984131,-0.22837519645690918,0.5472825765609741,-0.48541057109832764 +565,1.8074345775094303,0.9890695991071253,0.8583149948031292,0.5341546535491943,-0.8355151414871216,0.12881489098072052,-1.7257695198059082,-1.430863857269287,0.1015205904841423,-0.2437341809272766,0.06789124011993408,-0.2371523529291153 +566,1.6340900415403334,1.0411658244334954,1.076507645172176,0.5042029619216919,-0.8629937767982483,0.03195556253194809,0.953397274017334,-0.19169680774211884,0.29529714584350586,0.062233805656433105,0.5427575707435608,-1.6177252531051636 +567,1.7170914088320917,1.0160916673467881,0.9710513254610783,0.5210661292076111,-0.8500560522079468,0.07677793502807617,-0.7087311148643494,1.2553993463516235,0.08087332546710968,0.3986726403236389,-0.16843760013580322,-0.25722837448120117 +568,1.5812924169097635,1.0416239093153448,1.1638906833700138,0.5047913193702698,-0.8632251620292664,0.005298529751598835,-1.1195281744003296,-0.5247540473937988,0.43135449290275574,0.030883729457855225,0.28439825773239136,-0.3248633146286011 +569,1.302717260214335,1.1003312287253812,1.3612142516670633,0.43710944056510925,-0.8913575410842896,-0.12007009983062744,-1.204006552696228,-0.4443112015724182,0.5797999501228333,-0.23143628239631653,0.4826052188873291,0.07566703855991364 +570,1.0042973725716686,0.9606230856264678,1.639228292670233,0.48349693417549133,-0.8195487856864929,-0.3075234591960907,-1.8254420757293701,-0.9890491962432861,-0.7860609889030457,0.24602580070495605,-0.09700089693069458,0.5072305202484131 +571,0.8412001393146173,1.122984101349424,1.6767587259211905,0.3227729797363281,-0.9013965725898743,-0.28862056136131287,2.7028698921203613,0.1355719417333603,0.6528862118721008,-0.2616768181324005,-0.27504080533981323,0.8089758157730103 +572,1.4238125293970016,1.151081656134433,1.000809524327217,0.40310609340667725,-0.9132052659988403,-0.05968046933412552,0.8157671689987183,-0.8084369897842407,-3.629977226257324,0.08615168929100037,-0.11361968517303467,0.07593107223510742 +573,1.648296083711812,1.0156823521071474,1.0045892886836743,0.5254580974578857,-0.8498404026031494,0.040804602205753326,-1.0476917028427124,3.2651727199554443,1.7727713584899902,0.18163412809371948,0.4777395725250244,-0.23236346244812012 +574,1.8442854908493562,1.047546403378211,0.9013813087067543,0.48112666606903076,-0.866199791431427,0.13496477901935577,1.841537356376648,-0.5123751163482666,-0.6008357405662537,-0.2202776074409485,0.7142678499221802,-0.4225471019744873 +575,1.7228676094421953,1.019346220836013,0.8874345844979464,0.5178766250610352,-0.8517656922340393,0.07936691492795944,-1.7016305923461914,-1.4622668027877808,0.19390277564525604,-0.25380802154541016,0.045033395290374756,-0.12721848487854004 +576,1.6585479362035151,1.0327135495093012,0.9645646088654216,0.510518491268158,-0.8586928248405457,0.04491416737437248,0.37079858779907227,0.7634373903274536,0.34275954961776733,0.2399391531944275,0.5006148815155029,-1.7013473510742188 +577,1.7541626915783153,1.008757834703118,0.9158287326813809,0.5239782333374023,-0.8461705446243286,0.09717150032520294,-1.406272053718567,1.0883426666259766,-0.07267019152641296,0.30243784189224243,-0.1264094114303589,-0.327075719833374 +578,1.5101514512982057,1.0414637876946853,1.2284891283389927,0.5040287971496582,-0.8631442785263062,-0.030604293569922447,-1.5422393083572388,-0.6508532166481018,0.5016961097717285,-0.018097519874572754,0.2452092170715332,-0.2854204773902893 +579,1.1914316943872068,1.0823778137317666,1.465349715835597,0.4358677566051483,-0.8830760717391968,-0.17377009987831116,-1.074331283569336,-1.1021387577056885,0.669340968132019,-0.2104039192199707,0.3761332631111145,0.09125053882598877 +580,0.9735363565449265,0.9877117332631618,1.6773876534568906,0.45528122782707214,-0.8347682356834412,-0.30964672565460205,-1.2375370264053345,0.15804241597652435,-0.7589438557624817,0.24474620819091797,0.12770646810531616,0.47987377643585205 +581,0.8762553683721512,1.1151972999438728,1.6684918549981602,0.33807310461997986,-0.8979976177215576,-0.2816145718097687,2.67179012298584,-1.4610378742218018,0.8207059502601624,-0.15611207485198975,-0.03196448087692261,0.7445968389511108 +582,1.4253122313925344,1.168296591851488,1.0758841191999375,0.3875814378261566,-0.9200846552848816,-0.05678815394639969,2.053264856338501,-0.37228137254714966,-3.2248425483703613,0.068717360496521,-0.03485608100891113,0.1526743769645691 +583,1.6610559911256497,0.993027013470691,0.9178006696155924,0.5439335107803345,-0.8376830220222473,0.04922901466488838,-0.9634178876876831,2.2730512619018555,1.049906849861145,0.3437160849571228,0.3892425298690796,-0.16408181190490723 +584,1.8988845641019432,1.0165763668527164,0.8529834465962628,0.4982086420059204,-0.8503112196922302,0.16958533227443695,2.2796056270599365,0.013628360815346241,-0.5308204889297485,-0.25621941685676575,0.7077940106391907,-0.6577292680740356 +585,1.932973145598341,1.0332126380990214,0.752939943806956,0.4788433909416199,-0.8589484691619873,0.18142902851104736,-1.5593907833099365,-1.1960268020629883,0.6939668655395508,-0.3963848948478699,0.3452613949775696,-0.24542438983917236 +586,1.7238018758816906,1.0205807789385664,0.8039112076647003,0.5167628526687622,-0.8524118661880493,0.07969042658805847,-3.2687296867370605,0.21340595185756683,0.05253659933805466,0.0038213133811950684,0.29870080947875977,0.05272544175386429 +587,1.7825377127436919,1.0036088720205902,0.828727770389075,0.5252631306648254,-0.843415379524231,0.11291246116161346,-2.0794260501861572,1.1449689865112305,-0.3541254699230194,0.16913384199142456,-0.08427321910858154,-0.2552158832550049 +588,1.4559406190866588,1.0437188226372056,1.3025072377765246,0.49969545006752014,-0.8642808198928833,-0.05764658749103546,-2.192537546157837,-0.32534006237983704,0.5564224720001221,-0.03376832604408264,0.1972123384475708,-0.21032828092575073 +589,1.105079274304359,1.0643072693145414,1.570940968949609,0.4334460198879242,-0.874453067779541,-0.21784541010856628,-0.5599738955497742,-1.2824677228927612,0.3921678364276886,-0.18463614583015442,0.42422711849212646,0.13322016596794128 +590,0.953404996165114,1.011640819560252,1.672430027964131,0.43254104256629944,-0.8477033972740173,-0.30709466338157654,-0.6702750325202942,0.5525864362716675,-0.4411228597164154,0.15562424063682556,0.1780257225036621,0.5710259675979614 +591,0.950661733795148,1.1302858172428696,1.7051969783815317,0.34700560569763184,-0.904534101486206,-0.24780094623565674,1.7267076969146729,-1.1901553869247437,0.9187877178192139,-0.12293028831481934,-0.007621049880981445,0.42039310932159424 +592,1.291508151715434,1.1858833514033134,1.201123874467014,0.36092954874038696,-0.9268311262130737,-0.10350874811410904,2.27864933013916,-0.9229905605316162,-3.3809313774108887,0.019685685634613037,0.028118908405303955,0.20903855562210083 +593,1.6785052997217214,0.971994461471834,0.9400523845743569,0.5603868365287781,-0.8260115385055542,0.06059318780899048,-0.5700856447219849,2.237940788269043,1.050892949104309,0.4531171917915344,0.3504561185836792,-0.27566587924957275 +594,1.8030771762889615,1.0305636782517065,0.9869779593962213,0.5005224943161011,-0.857589066028595,0.11839886754751205,1.8136974573135376,-0.1617545485496521,-0.4532914459705353,-0.3718603849411011,0.6775658130645752,-0.6630918979644775 +595,1.8104509105056499,1.022731487460727,0.8882279834066494,0.5061454176902771,-0.8535344004631042,0.12367694824934006,-1.0147672891616821,-1.233557105064392,0.5695475935935974,-0.4015768766403198,0.2806278467178345,-0.24254296720027924 +596,1.7464422306441356,0.976800798029831,0.7888723480083806,0.5510654449462891,-0.8287110924720764,0.09780022501945496,-2.749675750732422,1.578948736190796,-0.20082198083400726,0.13603782653808594,0.4170594811439514,-0.37399959564208984 +597,1.8080968987959876,0.9730551475210358,0.8587153527521131,0.5470056533813477,-0.8266089558601379,0.13229742646217346,-2.483253240585327,1.3010270595550537,0.04589855298399925,0.11376094818115234,-0.02640324831008911,-0.4450569152832031 +598,1.5224262229049073,1.0117079341374355,1.2229096114990585,0.5297935009002686,-0.8477389812469482,-0.02564617060124874,-1.9010735750198364,-0.7126203775405884,0.5669305920600891,0.030997633934020996,0.022482573986053467,-0.2937049865722656 +599,1.144781132079106,1.0471346835625295,1.5302270008558156,0.4553593695163727,-0.8659939765930176,-0.2066451907157898,-1.0081998109817505,-1.1892578601837158,0.7442559599876404,-0.19997301697731018,0.37801796197891235,0.138774111866951 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/q13.csv b/BoostRunClub/CoreML/DataSet/Motion/running/q13.csv new file mode 100644 index 0000000..5531479 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/q13.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,0.9735931124609405,1.001831711243683,1.6801679259747595,0.4455068111419678,-0.8424592614173889,-0.30296194553375244,-0.5051971673965454,0.6024767756462097,-0.45678597688674927,0.11813756823539734,0.1717134714126587,0.5686479806900024 +1,0.18728168342665646,0.5295286193046022,2.707231953697737,0.1606893688440323,-0.5051265954971313,-0.8479540348052979,-0.22266602516174316,0.2950277328491211,0.07958925515413284,0.15460297465324402,0.08789026737213135,0.04465514421463013 +2,0.16480459755696986,0.5255505816403889,2.722409214948303,0.14191938936710358,-0.5016893744468689,-0.8533267974853516,-0.12707847356796265,0.11579280346632004,0.055806051939725876,0.0014216750860214233,0.0969347357749939,0.5319156646728516 +3,0.21349499523001225,0.5241663280581532,2.7144261262813356,0.18343056738376617,-0.5004914402961731,-0.8460860252380371,-0.33882176876068115,0.36158591508865356,0.026388056576251984,0.07065878808498383,-0.0690581202507019,0.3734145164489746 +4,0.2396502198238194,0.4565114873040693,2.673780857987666,0.21305589377880096,-0.44081953167915344,-0.871943473815918,-0.7483646869659424,0.22259773313999176,-0.7040590047836304,0.06573742628097534,-0.12198564410209656,-0.13431262969970703 +5,0.2399399401633496,0.432979639515667,2.6864509767569356,0.21571438014507294,-0.41957733035087585,-0.8817154765129089,-0.17277973890304565,0.11535540223121643,-0.3414049744606018,0.04424962401390076,-0.11341214179992676,-0.35058432817459106 +6,0.43864639343945916,0.4917895151884049,2.533576722108255,0.3743811845779419,-0.4722040891647339,-0.7980363368988037,1.7248554229736328,1.7278296947479248,-2.3103511333465576,-0.12160411477088928,0.4133204221725464,0.206071674823761 +7,0.7770615621461291,0.3962627541793029,2.224948813701812,0.6468523144721985,-0.38597339391708374,-0.657728374004364,0.21122939884662628,2.87026047706604,-3.1783041954040527,-0.24427974224090576,0.41432422399520874,0.6764814257621765 +8,1.0268369904075407,0.1704176209444643,2.04275288180568,0.8432711362838745,-0.1695939302444458,-0.51003098487854,0.3607785701751709,1.682369589805603,-4.16759729385376,-0.2991427779197693,0.7763901948928833,0.2805846333503723 +9,1.2108985056846144,-0.2800325665805828,1.7703711982255312,0.8994749188423157,0.27638694643974304,-0.3384599983692169,0.5808542966842651,1.197798490524292,-5.728097438812256,0.6154329180717468,0.36104899644851685,-0.36500072479248047 +10,1.0344109450066235,-0.7361277238591727,1.457043686908176,0.6369987726211548,0.6714233160018921,-0.37871283292770386,1.5073812007904053,-1.4271697998046875,-3.813253164291382,1.6664527654647827,-0.1564849615097046,-0.5672100186347961 +11,0.6092119088304306,-0.68741396083248,1.2133994660353074,0.4422638416290283,0.6345405578613281,-0.63384610414505,1.296393871307373,-2.7476413249969482,1.943211317062378,0.8112456798553467,-0.3777657747268677,0.628078281879425 +12,0.754712373871215,-0.5657902126240261,1.269634813909415,0.5783200860023499,0.5360830426216125,-0.6149479150772095,0.899785578250885,3.350938081741333,0.3497243821620941,0.025302410125732422,-0.03602200746536255,0.4622379541397095 +13,0.8979933836742819,-0.4178451265365169,1.2911855180924403,0.7147923707962036,0.40579190850257874,-0.5695655941963196,1.230028510093689,-0.220978245139122,1.55214524269104,-0.08844953775405884,-0.09745752811431885,0.05906742811203003 +14,0.8949065641926689,-0.24278487836505852,1.2799442274041457,0.7572705745697021,0.24040676653385162,-0.6072445511817932,1.1142736673355103,0.4702160954475403,0.9098255634307861,-0.08846259117126465,-0.3053481876850128,0.4302578568458557 +15,0.9061347009146582,-0.10869171705608588,1.3204529165749848,0.7824805974960327,0.10847783088684082,-0.6131530404090881,0.8682534098625183,-0.7781360149383545,1.3921645879745483,0.3327842950820923,-0.05325627326965332,-0.16454166173934937 +16,0.8652564119320006,0.013983309016384674,1.286857917346623,0.7611871361732483,-0.013982852920889854,-0.6483815312385559,-0.00010004732757806778,-2.0067272186279297,0.13765425980091095,-0.06357061862945557,0.0734616219997406,-0.2981669306755066 +17,0.5651917402981967,0.03989417517296122,1.3809232736147063,0.5351516008377075,-0.03988359495997429,-0.8438140153884888,0.12909576296806335,-1.8180198669433594,-0.3985178768634796,-0.390421986579895,0.7691926956176758,0.13609611988067627 +18,0.37602012572880844,0.05719711802833756,1.2912928566000386,0.3666210472583771,-0.05716593563556671,-0.9286124110221863,0.5484826564788818,-1.0957162380218506,-1.0280455350875854,0.04927247762680054,0.406912624835968,0.5395896434783936 +19,0.46013499690638493,0.031607927085013206,1.336688331630789,0.44384726881980896,-0.03160266578197479,-0.8955450057983398,-1.7080347537994385,3.4099278450012207,1.3364927768707275,0.34262123703956604,0.287004292011261,0.08762264251708984 +20,0.8511324724148895,0.016165903147614884,1.5136586269717764,0.7519291043281555,-0.016165198758244514,-0.6590458154678345,-0.2662426233291626,3.9608683586120605,1.5492703914642334,0.30698513984680176,0.40849918127059937,-0.588192343711853 +21,1.1213299986205159,0.07482564228711966,1.6513906303105215,0.8981589078903198,-0.07475584000349045,-0.4332691729068756,-1.533668041229248,2.48637056350708,0.6481971144676208,-0.07957065105438232,0.031893908977508545,0.20009958744049072 +22,1.2103616335710767,0.03497086119064623,1.8105194346265305,0.9351714253425598,-0.034963734447956085,-0.35246536135673523,-1.3415577411651611,-0.5634622573852539,0.08613204210996628,-0.6021331548690796,-0.009897109121084213,0.2854030430316925 +23,1.18894268871698,-0.019959046149620945,1.901221906458555,0.9277907013893127,0.01995772123336792,-0.3725670278072357,-0.7263150215148926,0.22455541789531708,-0.3858506381511688,-0.35380083322525024,-0.17613142728805542,0.2175072431564331 +24,1.2709143790417856,-0.002458467856680438,1.9257568466286699,0.9553685784339905,0.0024584652855992317,-0.2954065501689911,0.20233064889907837,-0.06539293378591537,0.71552973985672,0.6832271218299866,-0.14912596344947815,0.2514917552471161 +25,1.2213523503243107,0.0274748792706075,1.9613115396196088,0.9392087459564209,-0.027471423149108887,-0.34224626421928406,-0.4746762812137604,-0.19513489305973053,0.34576770663261414,0.5529941320419312,0.05740916356444359,-0.2630546987056732 +26,1.1693399936053006,0.07344668401198308,2.0804529773242337,0.9180111885070801,-0.07338067144155502,-0.3897058069705963,-0.5926002264022827,0.4766930043697357,1.198892593383789,-0.22144752740859985,0.22799798846244812,0.2080194056034088 +27,1.322772887208522,0.18823368542393693,2.081640411800041,0.952276349067688,-0.1871240735054016,-0.24115212261676788,1.106014609336853,1.7642468214035034,0.6824033856391907,-0.7177640199661255,0.2331598401069641,0.22183454036712646 +28,1.3251109927648212,0.19032592917125826,2.033307779798039,0.9524556398391724,-0.1891789436340332,-0.23882916569709778,0.5037524104118347,-1.0949053764343262,-0.06336499750614166,-0.017565011978149414,0.21267753839492798,0.03158429265022278 +29,1.422658205636159,0.19354120684222645,2.029457272245603,0.9705814123153687,-0.19233518838882446,-0.14484116435050964,-1.2213575839996338,1.6466693878173828,0.7291312217712402,0.9146724939346313,-0.48538389801979065,0.35896772146224976 +30,1.6221185081058875,0.22973886205678867,2.126460391229963,0.972443699836731,-0.22772325575351715,0.04995179548859596,-0.7239174842834473,0.47200292348861694,0.3301960825920105,0.152754545211792,0.49382132291793823,-0.29052186012268066 +31,1.6270718082498146,0.2383764614801646,2.1226870610950095,0.9701843857765198,-0.23612530529499054,0.054655302315950394,0.248066708445549,-0.133235901594162,-0.08621250838041306,-0.4239960312843323,0.16497355699539185,-0.04864335060119629 +32,1.6213954279214946,0.23140815234584192,2.073025705297597,0.9720985293388367,-0.22934836149215698,0.04922933131456375,0.4263617694377899,-0.2555837631225586,-0.03125513345003128,-0.7462380528450012,0.03527189791202545,-0.03487087041139603 +33,1.5286011238667399,0.23643105760432484,2.0764025054616937,0.9713148474693298,-0.23423446714878082,-0.041009169071912766,-1.1310838460922241,-1.127837061882019,0.5975699424743652,0.5586991906166077,-0.5659974813461304,0.6809933185577393 +34,1.5277397895954912,0.30740837739024734,2.0802140983329034,0.952237606048584,-0.3025895357131958,-0.04102540761232376,0.8866913914680481,1.0746738910675049,0.39462122321128845,0.7478508353233337,-0.1823652684688568,-0.04387449845671654 +35,1.5958873405524134,0.3204988150037017,2.044387321849134,0.9487794637680054,-0.3150400221347809,0.02381083555519581,0.2763395607471466,-0.4822613000869751,-0.1258632242679596,-0.0429416298866272,0.20964762568473816,-0.33414411544799805 +36,1.5815576440940773,0.29869841971074157,1.9955838434057955,0.955665111541748,-0.29427650570869446,0.010284611955285072,0.4759555459022522,-0.28651654720306396,-0.17077971994876862,-0.569205641746521,0.31000831723213196,-0.0563662052154541 +37,1.532665521501837,0.26913923880957746,1.9257165320564162,0.9632993936538696,-0.2659017741680145,-0.03674919530749321,0.15883617103099823,-0.8895393013954163,-0.4711821675300598,-0.43961775302886963,0.020601511001586914,0.25485825538635254 +38,1.5047788808124873,0.22133600845005563,1.9229875602663629,0.9734798669815063,-0.21953323483467102,-0.06436018645763397,-0.624203622341156,0.30044832825660706,-0.23261287808418274,0.7257541418075562,-0.421549528837204,0.5244889259338379 +39,1.5584013756397008,0.19694359314318552,1.9947632284941272,0.9805939793586731,-0.1956729292869568,-0.012155037373304367,-0.33595776557922363,1.0860728025436401,0.06155300512909889,0.2845275402069092,-0.1469784379005432,-0.29414987564086914 +40,1.6191398304896198,0.20852336617243214,2.004150780731469,0.977194607257843,-0.2070154845714569,0.04727784916758537,0.18920910358428955,0.27893128991127014,-0.06466498970985413,0.03910171985626221,0.3683619201183319,-0.02246701717376709 +41,1.6376562020170724,0.19026478355672005,1.9592563368388538,0.9797602891921997,-0.1891189068555832,0.06560443341732025,0.16664162278175354,0.27091479301452637,-0.14251358807086945,-0.4706507921218872,0.0478072464466095,0.047463178634643555 +42,1.6352230881721,0.17897128314517202,1.9749191080608866,0.9819859266281128,-0.17801737785339355,0.06335385143756866,-0.00023023877292871475,-0.4197007119655609,-0.058012597262859344,-0.5187747478485107,-0.03494955599308014,-0.0901939794421196 +43,1.563467716596184,0.19389947755439854,2.0180878796303086,0.9812340140342712,-0.1926867514848709,-0.007191210053861141,-0.8752090334892273,-0.5751011371612549,0.5379357933998108,0.591535210609436,-0.2578900158405304,0.41141176223754883 +44,1.5698608824121858,0.2427691220025417,2.0078712078788805,0.9706756472587585,-0.24039146304130554,-0.0009080133750103414,0.9990696907043457,0.5701361298561096,0.2576454281806946,0.586834728717804,-0.14452672004699707,-0.1075667142868042 +45,1.629817698233479,0.24535209970113808,1.9263369852775918,0.9683628678321838,-0.2428978979587555,0.05722056329250336,0.7979414463043213,-0.13055044412612915,-0.07944945991039276,-0.06598854064941406,0.025444865226745605,-0.28474438190460205 +46,1.6139000377761894,0.21703052521839752,1.8145855749508137,0.9756343364715576,-0.21533076465129852,0.04207952320575714,1.080122947692871,-0.487011581659317,-0.13025641441345215,-0.43342840671539307,0.07925286889076233,-0.04043149575591087 +47,1.5737648681462855,0.2006998357765884,1.7355118050547185,0.9799228310585022,-0.19935517013072968,0.002908949973061681,0.34489065408706665,-0.39109542965888977,-0.2018665224313736,-0.4934728145599365,0.06532198190689087,0.25800108909606934 +48,1.5221902556749773,0.18191484346137435,1.7217565819476157,0.9823375940322876,-0.18091315031051636,-0.047785207629203796,-0.1924176812171936,-0.12364684045314789,0.11127933859825134,0.4043506383895874,-0.23494985699653625,0.4419502019882202 +49,1.5913577199566928,0.2656223550027573,1.832132642748652,0.9647253155708313,-0.26250985264778137,0.019838891923427582,-1.267648696899414,0.8029851913452148,0.696864664554596,0.6696282625198364,-0.23169174790382385,-0.16511774063110352 +50,1.6422146113845064,0.4995068910855833,1.978142669995918,0.8755812048912048,-0.4789927303791046,0.06263904273509979,-0.6043990254402161,0.9149538278579712,5.268482208251953,0.40965133905410767,0.5321086049079895,-0.1848008632659912 +51,1.8381895327837796,0.9519892977794358,1.8654129669780533,0.5594499707221985,-0.8145710229873657,0.1532633751630783,-0.06402115523815155,0.563387930393219,1.845106601715088,-0.20868098735809326,0.5055501461029053,-0.2917673587799072 +52,1.8055227736827264,1.0436332247511142,1.8261047773921575,0.48928821086883545,-0.8642377257347107,0.11700568348169327,0.06729958951473236,-0.6520566940307617,-0.19895115494728088,-0.10585001111030579,0.2725933790206909,0.14745964109897614 +53,1.6237119048216644,0.995108752048925,1.844023909553429,0.5436497330665588,-0.8388181924819946,0.028794419020414352,0.05165037885308266,-2.8251404762268066,-0.9264423251152039,0.017293930053710938,-0.14483964443206787,0.10604751110076904 +54,1.587324463155458,0.9931138354788284,1.7573047478029686,0.5460094809532166,-0.8377304673194885,0.009025340899825096,0.733503520488739,-0.108364038169384,0.20270629227161407,0.09960514307022095,-0.349494993686676,0.39534783363342285 +55,1.700103029798904,1.0048570216048887,1.6198871925027891,0.531732439994812,-0.8440853357315063,0.06914235651493073,0.793975830078125,-0.4896334111690521,0.369883269071579,0.1733609437942505,-0.030792593955993652,-0.29707813262939453 +56,1.7601681570205092,0.9999122674849477,1.4674294199078728,0.5307158827781677,-0.8414235711097717,0.10172151774168015,0.4828176200389862,-1.1080496311187744,-0.3345378041267395,-0.15557843446731567,0.18462419509887695,-0.26605868339538574 +57,1.555940133098858,0.9813919531796027,1.5350575040200687,0.5558047890663147,-0.8312718868255615,-0.008257751353085041,-0.636497437953949,-1.0016697645187378,-0.47063949704170227,-0.20804166793823242,0.49333542585372925,0.25746428966522217 +58,1.5337646967860306,0.9433925596899134,1.5563192950029696,0.586642324924469,-0.8095543384552002,-0.02173425815999508,-0.410476416349411,0.5021787881851196,0.07520472258329391,-0.0002776980400085449,0.06822139024734497,0.31632041931152344 +59,1.621378769345804,1.0761632947736592,1.5605888278680793,0.47410157322883606,-0.8801429867744446,0.02400168962776661,-0.09971810132265091,1.0772569179534912,2.2442731857299805,0.28776973485946655,-0.5747673511505127,0.37564122676849365 +60,1.8065823334335072,1.3948859915465148,1.3938927757410113,0.170162633061409,-0.9845676422119141,0.040882408618927,0.592636227607727,0.34578490257263184,4.170517444610596,-0.030773580074310303,0.1884554624557495,-0.22414052486419678 +61,-2.628666761888609,1.3083790920886453,-0.5508662609493635,-0.1273030787706375,-0.9657657146453857,0.22603273391723633,1.3339554071426392,-1.6450307369232178,0.967768669128418,0.4838399291038513,0.3129793405532837,0.00576356053352356 +62,-2.788429417784687,1.3222735264021293,-0.49568442597608914,-0.08507378399372101,-0.9692768454551697,0.23079156875610352,-0.7255081534385681,-0.7158025503158569,0.24065294861793518,-0.1004120483994484,0.29190874099731445,-0.03529609739780426 +63,-2.6825571497338263,1.3413286524519534,-0.7548997606293281,-0.10078329592943192,-0.9737876057624817,0.20391236245632172,-0.2584345042705536,-1.968026041984558,0.6496192216873169,0.02746482938528061,0.17547839879989624,-0.0394836962223053 +64,-2.511145983378777,1.3360149263190813,-1.1694797008885656,-0.13713692128658295,-0.972565233707428,0.1879105120897293,-0.2715334892272949,-2.745424270629883,0.9211191534996033,0.06522224843502045,-0.10920661687850952,-0.05299234390258789 +65,-2.525891867692224,1.3155813895768498,-1.4977511839486353,-0.14579960703849792,-0.9676090478897095,0.2060951143503189,-0.19025811553001404,-3.3873355388641357,0.4123789668083191,0.1635303646326065,-0.25471144914627075,-0.1718543916940689 +66,-2.518297278804838,1.3377064875911815,-1.869853331851283,-0.1348291039466858,-0.9729573130607605,0.18755030632019043,-0.7472318410873413,-3.1131181716918945,0.7635350823402405,-0.1455358862876892,-0.11708474159240723,-0.29246973991394043 +67,-2.444669347130448,1.332339493380118,-2.2215036977248834,-0.15160979330539703,-0.9717036485671997,0.18112556636333466,-0.38866791129112244,-1.8738449811935425,0.5960226058959961,-0.10838472843170166,0.1480189561843872,0.021053314208984375 +68,-2.3844148820809923,1.30068662539392,-2.4910429194730836,-0.1832829862833023,-0.9637416005134583,0.19393093883991241,0.12104474753141403,-1.9812098741531372,0.6285890340805054,0.016763851046562195,0.19298982620239258,-0.04469993710517883 +69,-2.4351267448246166,1.2525841113277463,-2.6184240314183422,-0.20309852063655853,-0.9497962594032288,0.23798686265945435,-0.21543468534946442,-1.5805445909500122,0.533477783203125,-0.08098959922790527,-0.24057215452194214,-0.07775430381298065 +70,-2.481368572484146,1.2329957778738796,-2.733812703995589,-0.20325317978858948,-0.9434858560562134,0.2617676556110382,-0.042160049080848694,-1.2391413450241089,0.30003243684768677,0.06252142786979675,0.06674647331237793,-0.16046467423439026 +71,-2.519506370263184,1.2403301356394814,-2.7966862119556173,-0.18908730149269104,-0.9458912014961243,0.2636968195438385,-0.48403677344322205,-0.6355728507041931,-0.015347287058830261,0.17005959153175354,0.06687808036804199,-0.1354771852493286 +72,-2.5122083443597587,1.2794348241061868,-2.8802384275712805,-0.16909293830394745,-0.9578536748886108,0.23221559822559357,-0.3483990728855133,-0.6175342202186584,-0.1033318042755127,0.11539727449417114,-0.03773653507232666,0.1052020788192749 +73,-2.4705076859876995,1.3203854426190755,-2.9282422158858803,-0.15409250557422638,-0.9688106775283813,0.1940658688545227,-0.24909937381744385,0.05779925733804703,-0.1924704760313034,0.23038645088672638,-0.0778965950012207,0.2128554880619049 +74,-2.6072778962882537,1.3138936655793159,-2.7811469867258656,-0.12939369678497314,-0.9671816229820251,0.2186710089445114,0.27200937271118164,0.14899155497550964,-0.2128615826368332,0.040282368659973145,0.011294782161712646,-0.013119816780090332 +75,-2.689432050142386,1.3012941339649005,-2.66506137367836,-0.11632808297872543,-0.963903546333313,0.23949488997459412,0.24572809040546417,0.4987001121044159,-0.1970110386610031,0.16660580039024353,0.03601658344268799,-0.003990769386291504 +76,-2.722041888595407,1.292654563138566,-2.566408706381308,-0.1118457242846489,-0.9615673422813416,0.2507561445236206,0.14921730756759644,0.8625556230545044,-0.17402704060077667,0.16371037065982819,-0.002849102020263672,0.024527639150619507 +77,-2.7016540535839626,1.2850116541097456,-2.4803054707105052,-0.12006095051765442,-0.9594407677650452,0.2550659477710724,0.21592216193675995,1.2030781507492065,-0.20535719394683838,0.1718035191297531,0.007384002208709717,0.006195038557052612 +78,-2.6710648476838807,1.272828490476856,-2.367879503692168,-0.13309559226036072,-0.9559350609779358,0.2616746425628662,0.3192995488643646,1.4306987524032593,-0.2624240219593048,0.18421253561973572,-0.026578307151794434,-0.001588582992553711 +79,-2.648584595223919,1.2554494003502723,-2.2331570045488394,-0.14678522944450378,-0.9506888389587402,0.27321168780326843,0.36217400431632996,1.572921872138977,-0.2790549099445343,0.18178890645503998,0.005757927894592285,0.009793013334274292 +80,-2.620901695237821,1.2406405385509218,-2.1088421081649242,-0.16127799451351166,-0.9459918737411499,0.2812270522117615,0.31216299533843994,1.6355044841766357,-0.34397202730178833,0.14347101747989655,-0.04505115747451782,-0.019874602556228638 +81,-2.6009746271156677,1.2367475500655882,-1.9734238180908803,-0.16874393820762634,-0.944722592830658,0.2811133861541748,0.2377731204032898,1.289113163948059,-0.35823962092399597,0.05302131175994873,0.07153844833374023,-0.0816504955291748 +82,-2.621003943250074,1.2366676350674524,-1.8390895356205748,-0.16311772167682648,-0.9446964263916016,0.28450247645378113,0.23375782370567322,0.8737284541130066,-0.33231326937675476,-0.09986753761768341,-0.04886460304260254,-0.20797961950302124 +83,-2.5854295381138064,1.243523219956966,-1.7739223174998977,-0.1697099655866623,-0.9469224810600281,0.2730135917663574,-0.14884862303733826,0.9918636083602905,-0.03730866685509682,-0.1572096049785614,-0.12200146913528442,-0.07524442672729492 +84,-2.4828089306945182,1.2540358271310514,-1.8035384498685758,-0.19068029522895813,-0.9502494931221008,0.24630673229694366,-0.05324944853782654,0.5465492010116577,-0.0030763079412281513,0.0019443482160568237,0.23395615816116333,-0.11903311312198639 +85,-2.434984425786234,1.2557585273051606,-1.8054652522713985,-0.20117402076721191,-0.9507846832275391,0.23566384613513947,-0.11360173672437668,0.4185057580471039,-0.08475659787654877,-0.061261892318725586,-0.16905784606933594,0.07764482498168945 +86,-2.372057218853175,1.2772352474241577,-1.8429950912076778,-0.2013389766216278,-0.9572194814682007,0.20783007144927979,-0.1328536719083786,0.155634805560112,-0.08978971838951111,0.024825334548950195,-0.017893314361572266,0.08957895636558533 +87,-2.4101716995080906,1.288812769232733,-1.7987005325545888,-0.18585869669914246,-0.9605053663253784,0.20708957314491272,0.14981424808502197,0.05956553295254707,-0.2239307463169098,0.041861534118652344,0.028712153434753418,0.08426165580749512 +88,-2.510619474592992,1.2871207094844093,-1.684825740320955,-0.1651134490966797,-0.9600331783294678,0.22599509358406067,0.1984710991382599,0.20334352552890778,-0.14998577535152435,-0.05943484604358673,0.002513706684112549,0.10435770452022552 +89,-2.5770888515326553,1.2638972212577753,-1.5869022679033833,-0.16162465512752533,-0.9532749652862549,0.25523385405540466,0.6606703996658325,0.4275881052017212,-0.04926228150725365,-0.04150034487247467,-0.13318133354187012,0.0028837621212005615 +90,-2.5940021087997276,1.2383630390870326,-1.5238686998276687,-0.1699049025774002,-0.9452510476112366,0.27862629294395447,0.30216506123542786,0.2716078758239746,0.009647367522120476,0.1670057624578476,0.19482392072677612,-0.1765449345111847 +91,-2.5842026494330654,1.2358812327766844,-1.51006325258986,-0.1738673746585846,-0.9444382190704346,0.27893778681755066,-0.8730754256248474,0.5740026235580444,0.06649074703454971,0.14225119352340698,-0.3836866021156311,0.05228465795516968 +92,-2.0140380863221754,1.2763883698218808,-2.0910262043288403,-0.26213279366493225,-0.9569740891456604,0.12444671988487244,-1.5663480758666992,-0.5665948390960693,1.5724749565124512,0.10894984006881714,0.2543526887893677,0.013111233711242676 +93,-1.5955702779858705,1.2971512388644408,-2.5608116499741436,-0.27016010880470276,-0.9627922177314758,0.006694302894175053,-0.32011404633522034,-1.0904909372329712,-1.5271601676940918,-0.02401408553123474,0.6794975399971008,-0.33954954147338867 +94,-1.417567878062253,1.3339731666017505,-2.9330070470868073,-0.23186688125133514,-0.9720882177352905,-0.03580929711461067,-1.2162235975265503,-1.9412380456924438,0.5141123533248901,-0.15320393443107605,-0.0032383203506469727,-0.19719243049621582 +95,-1.2245810921105196,1.2952910402659543,2.8843809750452816,-0.25589197874069214,-0.9622878432273865,-0.09231182932853699,-1.4363813400268555,-2.8189473152160645,-0.12265223264694214,0.19117939472198486,-0.0079728364944458,-0.111362524330616 +96,-1.2348578053826778,1.2975987562283953,2.629794224853573,-0.2547297775745392,-0.9629130959510803,-0.0889449417591095,-0.1921403855085373,-2.30788516998291,-0.26177752017974854,-0.006256550550460815,0.03469043970108032,0.05609273910522461 +97,-1.4025577031919614,1.3271394691415221,2.564534862713288,-0.23784653842449188,-0.9704622626304626,-0.04039682820439339,0.07744150608778,-2.4744174480438232,-0.41158902645111084,-0.09981518983840942,0.12161588668823242,-0.1818474531173706 +98,-1.609742717130817,1.3649180893348063,2.512156900473871,-0.20427164435386658,-0.9788818359375,0.007959667593240738,-0.2002396285533905,-2.223930597305298,-0.28691646456718445,-0.14706198871135712,0.09887701272964478,-0.18076550960540771 +99,-1.7763266004212663,1.389201682943725,2.4771355874378953,-0.17679671943187714,-0.9835569262504578,0.03685753419995308,0.0006247032433748245,-2.3003740310668945,-0.2551714777946472,-0.012274935841560364,-0.020166099071502686,-0.1385115385055542 +100,-1.9992064576207877,1.4165334091277513,2.500863925757628,-0.13976621627807617,-0.9881250262260437,0.06383097171783447,-0.06718305498361588,-1.5704177618026733,-0.20354753732681274,0.08004330098628998,0.0477258563041687,-0.22490274906158447 +101,-2.092192091774717,1.4615827790199962,2.4398831140754846,-0.09451375156641006,-0.9940420985221863,0.054290276020765305,-0.7871828079223633,-1.5752424001693726,-0.4979279339313507,0.29113849997520447,-0.12720423936843872,0.2928471565246582 +102,-2.757224095731128,1.5052232479243988,2.9872536666141,-0.024570902809500694,-0.9978508353233337,0.06074582785367966,0.3645576536655426,-1.627302885055542,-0.6096936464309692,-0.09695009142160416,0.17071765661239624,-0.08470213413238525 +103,3.0604812032623165,1.5172389736920888,-2.927551674343448,0.004337265621870756,-0.9985661506652832,0.05335559695959091,-0.26543956995010376,-1.1499276161193848,0.06536424160003662,-0.05113597214221954,0.0317387580871582,0.03726625442504883 +104,-3.025276362733412,1.4724914297024658,3.07034365164143,-0.01139039732515812,-0.9951719641685486,0.0974840447306633,0.7569879293441772,-0.9105134606361389,0.5824929475784302,-0.07799558341503143,0.24993270635604858,-0.05326414108276367 +105,-2.8568848211531095,1.3874616156951047,2.765578260709269,-0.05120636150240898,-0.9832412004470825,0.17496973276138306,0.10266632586717606,-0.7158254384994507,-0.1561713069677353,-0.23076079785823822,-0.5725600719451904,-0.15714754164218903 +106,-3.084854227413403,1.4237663230252073,2.874661209684262,-0.008307701908051968,-0.9892105460166931,0.1462639421224594,-0.4295051693916321,-1.3721367120742798,-0.7652549147605896,0.04936910420656204,-0.04914987087249756,0.228980153799057 +107,2.6443824726595095,1.4328067056799425,-2.9330144578500184,0.0656094178557396,-0.9904945492744446,0.12089766561985016,-0.12127867341041565,-0.722672164440155,-0.6283407211303711,-0.080105260014534,0.33921873569488525,-0.014986500144004822 +108,2.3983794756207,1.399075300858604,-2.6773617120627877,0.11562652140855789,-0.9852921366691589,0.1258178949356079,0.412733256816864,0.35801318287849426,-0.2843376696109772,0.053013622760772705,-0.043501317501068115,0.025503531098365784 +109,2.574177589631662,1.3634881706868787,-2.7515006277664664,0.11062224954366684,-0.9785885214805603,0.17357201874256134,-0.3831814229488373,0.9765781164169312,0.26133039593696594,0.30699557065963745,-0.1876712441444397,-0.20582914352416992 +110,2.6986765593710484,1.363203779316394,-2.782303888807028,0.08833148330450058,-0.9785299301147461,0.18621668219566345,0.17342257499694824,1.2880799770355225,-0.05393974483013153,0.04153606295585632,0.01573091745376587,-0.13128508627414703 +111,2.8980895555023145,1.390980979734407,-2.8385076850322326,0.04312089458107948,-0.9838767051696777,0.17357167601585388,-0.11323443800210953,1.6544195413589478,0.40646180510520935,0.04661603644490242,0.286382257938385,-0.020663395524024963 +112,-2.8695819660695006,1.4102764631516094,3.0919240979137825,-0.04294157400727272,-0.9871443510055542,0.1539543718099594,-0.07670566439628601,1.9418491125106812,0.9636058807373047,0.06880521774291992,-0.038322508335113525,0.2372046560049057 +113,-2.1472890702058955,1.3290833838412393,2.5568209887494544,-0.2006794661283493,-0.9709293842315674,0.13047519326210022,0.4013824462890625,1.6615550518035889,1.1835970878601074,0.2855183780193329,-0.11975347995758057,-0.052380695939064026 +114,-1.9948730400320847,1.292297216198858,2.637895406771696,-0.25056031346321106,-0.9614691138267517,0.11312077194452286,0.4072984457015991,1.9001364707946777,-0.4262569844722748,0.48690375685691833,-0.11056745052337646,-0.5888898372650146 +115,-2.076134329025987,1.3608720201403004,2.9250231266132336,-0.18233996629714966,-0.978046715259552,0.10088030248880386,0.10980109870433807,2.0588839054107666,-1.1373567581176758,0.18415576219558716,0.106617271900177,-0.19273817539215088 +116,-2.6257856186668893,1.4417023288964226,-2.598248407111721,-0.06349717080593109,-0.9916789531707764,0.11198645085096359,0.4444262683391571,2.300213098526001,-1.5634597539901733,0.1220298781991005,0.11690783500671387,-0.10777498036623001 +117,2.7288270215294093,1.4333625636047267,-1.4740449821525166,0.054957468062639236,-0.9905708432197571,0.12549565732479095,-0.045215122401714325,1.595481038093567,-1.0389986038208008,-0.14248189330101013,0.09988480806350708,-0.11280035972595215 +118,2.5325956368845204,1.417743370012999,-1.092181617428611,0.08721133321523666,-0.9883102178573608,0.12504726648330688,-0.17053209245204926,2.3221330642700195,-0.1417447179555893,-0.046882376074790955,0.22448593378067017,-0.1222091019153595 +119,2.8830542185057952,1.4683856252977308,-1.2009400787995967,0.026137249544262886,-0.9947606325149536,0.0988335832953453,-1.5778928995132446,1.9491349458694458,0.8141310811042786,0.7731181383132935,-0.6030328869819641,0.4332098960876465 +120,-3.053310714163507,1.4695084342822187,-1.376456887346469,-0.008914927020668983,-0.9948747754096985,0.10071998089551926,-0.3390035927295685,1.1548256874084473,0.23162895441055298,-0.033199310302734375,0.43242067098617554,-0.04832138121128082 +121,-2.195203028298941,1.5133941039019132,-2.123337286110916,-0.04654562100768089,-0.9983529448509216,0.033539969474077225,-0.4014509916305542,1.3047527074813843,0.3547472655773163,-0.08751809597015381,0.35838407278060913,0.284498929977417 +122,-1.48355412485772,1.4563499991679525,-2.7299424862419204,-0.1137615293264389,-0.9934581518173218,-0.009950063191354275,-0.4474024474620819,0.552467405796051,0.8680263757705688,0.2093883603811264,-0.47175168991088867,0.45239394903182983 +123,-1.760905775184253,1.429708766485749,-2.355601487265917,-0.13808587193489075,-0.9900636672973633,0.026572324335575104,0.1262085735797882,0.5883313417434692,-0.1346759796142578,0.5334716439247131,-0.43396270275115967,-0.05925667658448219 +124,-1.8712833834142923,1.4827369574341638,-2.2025683417466633,-0.08400526642799377,-0.9961252808570862,0.026030711829662323,-0.3497469425201416,0.4042856991291046,-0.6268268823623657,0.10815992951393127,0.22677713632583618,-0.15061867237091064 +125,-1.0474922053398767,1.511919643267353,-2.9867159681369575,-0.05096672475337982,-0.9982672929763794,-0.029405631124973297,-0.31849566102027893,0.5068508982658386,-0.3357245624065399,0.046831581741571426,0.6284400820732117,0.2162952423095703 +126,-0.015942201104237642,1.5023134958148465,2.3405992568398086,-0.00109084602445364,-0.997655987739563,-0.06841925531625748,-0.4845122694969177,0.8137490153312683,-0.5131891965866089,-0.07575240731239319,0.05003952980041504,0.1993701457977295 +127,0.876068655568063,1.4899453874151707,1.5417584857901299,0.06204485520720482,-0.9967333674430847,-0.05170293152332306,0.6099904775619507,1.2603760957717896,-0.37523403763771057,0.004407167434692383,-0.6232923269271851,0.46834415197372437 +128,2.5179344553217153,1.5097691616376767,0.07756467246493928,0.03561849147081375,-0.998138427734375,0.04950821027159691,0.4092099666595459,1.7302013635635376,0.7198764085769653,0.5451615452766418,-0.211334228515625,-0.3447505235671997 +129,2.997392644749193,1.5101543402873574,-0.3837411517174027,0.008708653971552849,-0.9981618523597717,0.05997370183467865,0.016514664515852928,-0.4594533443450928,0.03230831027030945,-0.025249198079109192,0.4760367274284363,-0.05756283551454544 +130,-3.1036547803900607,1.5103982978306159,-0.6096166427607123,-0.0022894281428307295,-0.9981765747070312,0.06031781807541847,-0.2651301622390747,-0.6212250590324402,0.31698012351989746,-0.14701780676841736,0.671394407749176,-0.0870511531829834 +131,-2.1357319024376733,1.5176470768492356,-1.6390580587448724,-0.04487117752432823,-0.9985879063606262,0.02844144031405449,0.05784580484032631,-0.07258770614862442,0.910413384437561,-0.15713992714881897,-0.683769941329956,0.7138071060180664 +132,-2.2038970343059257,1.4310086750871116,-1.53837471230901,-0.11233001202344894,-0.9902455806732178,0.08243613690137863,1.5895767211914062,0.8104374408721924,0.08760220557451248,0.06325775384902954,-0.9235117435455322,-0.06566667556762695 +133,-2.4017201155341765,1.4175887755452905,-1.2967068929268732,-0.10288811475038528,-0.9882866740226746,0.1127101480960846,-0.5026026368141174,-0.18747729063034058,-0.3566751480102539,0.3024883270263672,0.26372307538986206,-0.3959895372390747 +134,-1.9051226162435602,1.4933534620118176,-1.889557693626464,-0.07308089733123779,-0.9970027804374695,0.025385813787579536,-1.3184080123901367,-1.4167907238006592,0.032025206834077835,0.2364262342453003,0.806359589099884,0.11780261993408203 +135,-0.4116152375799004,1.4827815049559523,2.8458887196192113,-0.03516819328069687,-0.9961292147636414,-0.08055882900953293,-0.3748560845851898,0.3434928357601166,-0.367191880941391,0.06840184330940247,0.22606396675109863,0.583595335483551 +136,0.4797676763179578,1.492223469649737,2.067913676969813,0.036230236291885376,-0.9969147443771362,-0.06963127106428146,-0.28091302514076233,1.4449012279510498,-0.6334325075149536,-0.07961097359657288,-0.32831108570098877,0.5491539239883423 +137,1.4347942265200475,1.4926051198820875,1.2816708873777016,0.07739081233739853,-0.9969446063041687,-0.010590690188109875,0.5944913625717163,1.510937213897705,-0.26305100321769714,0.26178157329559326,-0.19136404991149902,-0.19990432262420654 +138,1.1311303204896248,1.4866378146418877,1.6975677212133613,0.07606437057256699,-0.9964607357978821,-0.03577859327197075,-0.5006074905395508,0.7653579711914062,-0.3603043258190155,-0.012252114713191986,-0.5389243364334106,0.38729530572891235 +139,0.9875686812730453,1.4902667716710363,1.9927743477065343,0.06714537739753723,-0.9967592358589172,-0.04430193826556206,0.0761997252702713,0.7834105491638184,0.5615699291229248,-0.5735387802124023,0.8898866772651672,-0.06801801919937134 +140,0.23876023772979174,1.481512433350326,2.74835565179642,0.021087532863020897,-0.9960168600082397,-0.0866362601518631,-0.49527910351753235,-0.4068649709224701,0.45569196343421936,-0.32163989543914795,1.1279901266098022,0.004849135875701904 +141,-3.118388793443804,1.5271557656283146,-0.3705504430881686,-0.001012252876535058,-0.9990478754043579,0.04361650347709656,-0.4543711245059967,-2.108074903488159,0.02978361025452614,-0.24125152826309204,-2.7830872535705566,0.7427757978439331 +142,-0.5842631754221708,1.443068517837003,-3.1197636530096164,-0.07026126980781555,-0.9918538928031921,-0.10625062882900238,-0.4973706007003784,-2.4190378189086914,-0.03902744501829147,0.35151126980781555,0.6022665500640869,0.4660986661911011 +143,-0.9257206206740518,1.502732168423587,-2.845279743642695,-0.05434487387537956,-0.9976845383644104,-0.04089251905679703,0.9344305396080017,0.8349665999412537,0.1289585530757904,0.31740638613700867,0.9424629807472229,0.09728896617889404 +144,-2.8992635830922198,1.4413982352535812,-0.6427336013085715,-0.030964601784944534,-0.9916397333145142,0.1252680867910385,1.4709618091583252,3.0318825244903564,-1.536729335784912,0.8113601207733154,-1.884596347808838,-0.05916701257228851 +145,2.4619787025995814,1.4848428533359965,0.4232801204307565,0.053955476731061935,-0.9963082671165466,0.06677467375993729,0.24652814865112305,1.4833765029907227,-0.8542270064353943,-0.5024722814559937,0.16584861278533936,-0.08204876631498337 +146,2.2458747155987213,1.4864237075170348,0.6146844251730038,0.0657893568277359,-0.9964427351951599,0.052667904645204544,-0.6846611499786377,-0.49807974696159363,0.8984741568565369,-0.5465022325515747,0.9241464734077454,0.22421813011169434 +147,3.0945993561654297,1.4567024625512228,-0.2924561900341979,0.005348043981939554,-0.9934983253479004,0.1137206181883812,2.193147897720337,-3.1390812397003174,-0.5697765350341797,-0.3682173192501068,-0.25880569219589233,-0.6952331066131592 +148,2.8520169859786244,1.4564499246972826,-0.1901966940300685,0.03257999196648598,-0.9934695959091187,0.1093469113111496,-2.0648839473724365,-0.14715731143951416,0.8489507436752319,0.3008855879306793,-0.22146570682525635,-0.07463312894105911 +149,0.9147505487171125,1.4865102965782133,1.5220141341662,0.06671026349067688,-0.9964500069618225,-0.05135277658700943,0.24934209883213043,-0.8316434025764465,-1.309985876083374,0.04126092046499252,1.1957603693008423,0.5206215381622314 +150,2.122721021917792,1.4687923245484105,0.4170539698727793,0.08670805394649506,-0.9948021173477173,0.053391050547361374,1.1198843717575073,2.0235352516174316,-0.09559926390647888,0.33380889892578125,0.5473228693008423,-0.19088804721832275 +151,2.2355809348478437,1.4126628685430962,0.5225120688300128,0.12394187599420547,-0.9875229597091675,0.09714566171169281,-1.3161981105804443,1.5454901456832886,-0.3683493137359619,0.056935831904411316,-0.6873124837875366,0.45822861790657043 +152,2.194600238372563,1.3511282487975873,0.6815130408212079,0.17686563730239868,-0.9759698510169983,0.12728442251682281,-0.5358405113220215,-1.0248186588287354,0.43729567527770996,-0.5785227417945862,0.6178156137466431,-0.6500505208969116 +153,2.1302132722426466,1.4082299926409947,0.6671162382773849,0.1371796578168869,-0.9868151545524597,0.08589334040880203,0.507480263710022,-0.39023876190185547,0.023699764162302017,-0.4018891453742981,0.9705035090446472,-0.2006394863128662 +154,2.4620495614833824,1.3431599090915658,0.10438279183900255,0.14182281494140625,-0.9742025136947632,0.17554372549057007,-1.655822515487671,-1.863013505935669,0.770169198513031,0.36383819580078125,-2.1213021278381348,0.8621606826782227 +155,1.578385511780732,1.5238636691394807,0.782312182680044,0.04691551998257637,-0.9988988637924194,0.00035605739685706794,-0.40092459321022034,-1.444050908088684,-0.1730339676141739,0.48804235458374023,1.028760313987732,0.6156412363052368 +156,1.6329450370807692,1.4719872541734509,0.69378587229721,0.09845789521932602,-0.9951223731040955,0.006126921158283949,0.6836292743682861,1.1393492221832275,-0.8392853736877441,-0.09069114923477173,1.0621085166931152,0.07633161544799805 +157,2.3425472540730667,1.3629149411237262,0.22761328242691573,0.14791545271873474,-0.9784703850746155,0.1439322829246521,2.121497631072998,2.6394307613372803,-1.4890358448028564,1.2934449911117554,-1.4570915699005127,-0.4035910367965698 +158,2.0201926127411483,1.3072674151242765,0.7398538443939735,0.23462505638599396,-0.9654767513275146,0.11316217482089996,0.06405256688594818,1.5970648527145386,-0.7865642309188843,-0.39511698484420776,-0.04496026039123535,0.11915290355682373 +159,1.8163707783087721,1.309487983329033,0.9282425925083249,0.2505941390991211,-0.9660528302192688,0.06280718743801117,-1.6046887636184692,-0.7334960103034973,0.4624525010585785,-0.9028920531272888,0.7389714121818542,0.09679973870515823 +160,1.6455140375502395,1.393251739050731,1.0274504276248695,0.17611967027187347,-0.9842802882194519,0.01318380143493414,1.711479902267456,-1.1638484001159668,-0.03540968522429466,-0.27455413341522217,0.38940131664276123,0.0770719051361084 +161,1.916175897169313,1.4061043684195738,0.5529024085341031,0.15426667034626007,-0.9864689111709595,0.055505335330963135,-1.1675461530685425,-0.6771547794342041,1.4412143230438232,0.21302762627601624,-0.7217830419540405,0.11635434627532959 +162,1.1886604149474806,1.506721189361073,1.133723196046761,0.05941321700811386,-0.9979478716850281,-0.023877667263150215,-0.6888043880462646,-1.2027724981307983,-0.47127828001976013,0.47760459780693054,1.2790758609771729,0.13088756799697876 +163,1.737899559234424,1.4728586581916803,0.6454270710001593,0.09641897678375244,-0.9952079653739929,0.016263583675026894,0.5874390006065369,2.1019413471221924,-0.20912039279937744,0.27784860134124756,1.0188286304473877,-0.15688860416412354 +164,2.138368363453944,1.3670294374105778,0.4818209724242009,0.1706310659646988,-0.9793112874031067,0.10878556221723557,-1.9264620542526245,1.0671294927597046,-0.13257691264152527,0.6401752233505249,-1.5825629234313965,0.17173205316066742 +165,2.194381988400039,1.3404167269365237,0.5889999464126119,0.18537020683288574,-0.9735797643661499,0.13334347307682037,0.06544741988182068,0.9898565411567688,-0.06294514983892441,-0.9012210369110107,0.3265613317489624,-0.5582244396209717 +166,1.5864915259445584,1.4276343523419566,1.1780239987776382,0.14265576004981995,-0.9897698163986206,0.00223919446580112,-0.4192509055137634,-0.7748379707336426,0.5526843070983887,-0.42541638016700745,1.1443718671798706,0.18185806274414062 +167,2.458567226635124,1.3434501917690669,0.11938923287007833,0.14225511252880096,-0.9742679595947266,0.1748298555612564,2.5412869453430176,-2.9557254314422607,-0.05972668528556824,-0.08170823752880096,-2.4766902923583984,-0.10643994808197021 +168,2.2464665360886547,1.451822126910454,0.11379224390144743,0.09261476248502731,-0.9929308891296387,0.0742330551147461,-0.2818447947502136,-1.8749198913574219,0.6769503355026245,0.4555724859237671,0.3793445825576782,-0.09564114362001419 +169,1.6532792013762996,1.4638902060255672,0.602032274710557,0.10634048283100128,-0.9942910075187683,0.008791214786469936,0.3432179391384125,0.38260459899902344,-0.23728932440280914,0.13683883845806122,1.0833868980407715,0.2920815944671631 +170,2.347066556820833,1.3601918115310234,0.047435142550541105,0.14916448295116425,-0.977904736995697,0.14646592736244202,2.319331407546997,2.403186082839966,-1.7623800039291382,0.8651635050773621,-0.781891405582428,-0.33054792881011963 +171,2.1850534517341362,1.3230784468484813,0.4278236673659892,0.20037201046943665,-0.9694744944572449,0.14131726324558258,-0.5836136937141418,0.9276776313781738,-0.30591315031051636,-0.052849993109703064,-0.24234813451766968,0.06852163374423981 +172,2.0953688577987197,1.3373263153460455,0.581358338824547,0.20024646818637848,-0.9728694558143616,0.11587248742580414,-1.6157499551773071,0.6976504921913147,0.4742964506149292,-0.8787590265274048,0.6305995583534241,0.16931426525115967 +173,1.7733321171453955,1.424454780136217,0.8514221452038452,0.1428401917219162,-0.989311158657074,0.02933243289589882,1.0137853622436523,-1.2990654706954956,0.2433350831270218,-0.4373653531074524,1.0302350521087646,0.21137487888336182 +174,2.457591784057848,1.2809564188506861,-0.15370626823471897,0.1805959939956665,-0.958289623260498,0.22150862216949463,0.3832433521747589,-4.656029224395752,0.9495068192481995,0.2689584493637085,-2.6672749519348145,0.6754029989242554 +175,1.8463225946356139,1.4426866123485735,0.3570014468273441,0.12294059246778488,-0.9918051958084106,0.034757379442453384,-1.2564384937286377,-0.20420905947685242,0.007582108955830336,0.292205274105072,0.7831870317459106,-0.12135100364685059 +176,1.394229405144602,1.4258789036887383,0.8029589780455745,0.14216594398021698,-0.9895178079605103,-0.025365952402353287,0.5837053060531616,1.6362583637237549,0.08359979093074799,0.12680071592330933,1.0039831399917603,0.201330304145813 +177,2.2255903227053433,1.3099731035434716,0.18843820527160496,0.20454095304012299,-0.9661779999732971,0.1570458561182022,-0.264796644449234,2.2573046684265137,-1.5873475074768066,0.7420075535774231,-2.14400577545166,-0.22270439565181732 +178,2.1271970193474328,1.3347227527010548,0.40819423736319554,0.19860772788524628,-0.9722638130187988,0.12352342903614044,1.5056953430175781,1.0219894647598267,-0.2700234353542328,-0.7628929615020752,0.40970277786254883,-0.06077921390533447 +179,1.9057206226781824,1.389386021627311,0.6400734810125958,0.17039182782173157,-0.9835902452468872,0.05930253118276596,-1.6335724592208862,-0.8467054963111877,1.0032942295074463,-0.509503185749054,0.906350314617157,0.10808634012937546 +180,2.422292452510484,1.3441604605484887,-0.04581371372058061,0.14804613590240479,-0.9744278192520142,0.1690351366996765,5.045897483825684,-2.5151641368865967,-0.6423605680465698,-0.016378045082092285,-1.8289626836776733,-0.14517033100128174 +181,2.2083492636911397,1.4070455256038492,-0.010916335076003291,0.13099513947963715,-0.9866227507591248,0.0970342829823494,-1.1168204545974731,-1.3694907426834106,0.9182058572769165,0.43809664249420166,0.2427874207496643,-0.3995397090911865 +182,1.5485485385407645,1.4353168631425974,0.5094099987563128,0.1350322812795639,-0.9908366799354553,-0.0030046654865145683,0.27300605177879333,-0.13440287113189697,-0.2811107933521271,-0.008384332060813904,0.9752727150917053,0.12557852268218994 +183,2.0865479792477677,1.3766912640836104,0.045133290161650165,0.1677982062101364,-0.9812206625938416,0.09513057768344879,2.800964593887329,1.644046425819397,-1.1903233528137207,0.9635952711105347,-0.9104418754577637,-0.2625042200088501 +184,2.246224188781169,1.3719135902133048,0.15529431876950386,0.1541943997144699,-0.9802879095077515,0.12352931499481201,-1.0503783226013184,2.5309059619903564,-0.09699531644582748,0.1594957560300827,0.20578241348266602,0.011617764830589294 +185,2.1649407351310446,1.3410734386447447,0.28495402669575426,0.18868499994277954,-0.9737295508384705,0.12747082114219666,-0.839212954044342,-1.5649892091751099,-0.2728115916252136,-0.7745004296302795,0.664571225643158,-0.25977981090545654 +186,1.9569094832696947,1.3993571112747485,0.4179083452785887,0.1580410748720169,-0.9853402376174927,0.06424662470817566,1.1910208463668823,-0.16857174038887024,0.18530909717082977,-0.4849758744239807,0.673801600933075,0.019722461700439453 +187,2.2254907164143063,1.3423738876928837,-0.09467991792285682,0.1796208620071411,-0.9740248322486877,0.13788385689258575,-2.378331422805786,-0.872965395450592,0.875137448310852,0.12027536332607269,-1.00487220287323,0.4797309637069702 +188,1.505248838489983,1.4331770985998054,0.5451791926398405,0.13689053058624268,-0.990545392036438,-0.008985702879726887,-1.214493989944458,-0.978663980960846,-0.5610554814338684,0.3275412321090698,1.066503643989563,0.23109257221221924 +189,1.3981049871902123,1.3925768256329003,0.7004831883020779,0.1746404767036438,-0.9841609001159668,-0.030462320894002914,0.027484597638249397,1.638503074645996,-0.2005538046360016,0.19857420027256012,0.9535060524940491,0.1332607865333557 +190,2.186495442861873,1.2875871800917436,0.13304542867138977,0.22812515497207642,-0.9601636528968811,0.16138394176959991,-2.084609270095825,2.313087224960327,0.10445134341716766,0.2941526770591736,-1.8043627738952637,0.021614670753479004 +191,1.942347843995891,1.327977438659954,0.512145157183167,0.2240329384803772,-0.9706640839576721,0.08729425072669983,0.8880091309547424,0.2846064865589142,-0.6639515161514282,-0.588290810585022,0.6375953555107117,-0.150923490524292 +192,1.9367269152649735,1.3559636037352054,0.5274518647084917,0.1990695744752884,-0.9770120978355408,0.07628124952316284,-0.2631818652153015,0.6431873440742493,1.0477434396743774,-0.626315712928772,0.8623422980308533,-0.06279253959655762 +193,2.342326775054088,1.31465542629562,-0.048326474080762995,0.18161170184612274,-0.967374861240387,0.17664320766925812,2.0949127674102783,-4.380532264709473,-0.11173354089260101,0.22956688702106476,-2.1164872646331787,-0.3930891752243042 +194,1.9243649336450301,1.4203819740501762,0.1456254282520912,0.14057926833629608,-0.9887090921401978,0.05188470333814621,-1.493571162223816,-1.9867134094238281,0.6023358106613159,0.4920806288719177,0.0983738899230957,0.11689270287752151 +195,1.1620012708760652,1.3774559838937952,0.7436395389983006,0.1763063222169876,-0.9813678860664368,-0.07637578994035721,0.24694941937923431,-0.5954575538635254,-0.18385262787342072,-0.012518450617790222,0.8912341594696045,0.3773096203804016 +196,1.5724159975588232,1.4036975514866845,0.41449066991849864,0.16632190346717834,-0.9860714673995972,0.00026938694645650685,1.4360343217849731,1.1398524045944214,-0.2804395854473114,0.38528329133987427,0.44562041759490967,-0.28335046768188477 +197,1.9270812760566203,1.3804720798751964,0.28590969414426953,0.177296444773674,-0.9819429516792297,0.06598395109176636,-1.7654539346694946,0.6114439368247986,0.13278445601463318,0.3979598879814148,-0.5945340394973755,-0.02051270753145218 +198,1.925789195080716,1.348973036978208,0.3716705086443478,0.20629115402698517,-0.9754979610443115,0.07647151499986649,-0.5244515538215637,-0.06590166687965393,-0.26508060097694397,-0.641441285610199,0.5437352061271667,-0.37070679664611816 +199,1.3915760435529065,1.4049926705497504,0.8251178226964366,0.1624012440443039,-0.9862860441207886,-0.029421275481581688,0.044850751757621765,-1.2699756622314453,0.7152761220932007,-0.4258442521095276,0.9759253859519958,0.055864810943603516 +200,2.338463063341508,1.3223017653870968,-0.2667883500084483,0.17696548998355865,-0.9692837595939636,0.17079849541187286,3.609464406967163,-2.897373914718628,-0.6118383407592773,0.49686264991760254,-2.2692110538482666,-0.48139119148254395 +201,1.6084882345275144,1.4097570832323265,0.2869104280870896,0.16023045778274536,-0.9870612025260925,0.006042253226041794,-2.23700213432312,-1.810369610786438,0.21015186607837677,0.5025350451469421,0.14775151014328003,0.0662691593170166 +202,1.012847828178601,1.3335650902127658,0.7385104061500435,0.1993708610534668,-0.9719923734664917,-0.12442642450332642,0.3506178557872772,-0.15760046243667603,-0.3368585407733917,-0.16833452880382538,0.9090041518211365,0.45021677017211914 +203,1.4735776558189813,1.3561446086952356,0.3840842158388565,0.21200136840343475,-0.9770506620407104,-0.020675670355558395,1.6341530084609985,1.3707093000411987,-0.3032097816467285,0.44749876856803894,0.02023303508758545,-0.3028717041015625 +204,1.9652143892405884,1.3351289638490313,0.1331470737938024,0.21556414663791656,-0.972358763217926,0.08972402662038803,-1.3431380987167358,1.2938141822814941,0.431905061006546,0.25613075494766235,-0.3865736126899719,0.05682133883237839 +205,2.0248761474912382,1.34500620751475,0.16392682617426704,0.2011897712945938,-0.9746175408363342,0.09820009022951126,-0.6117864847183228,-0.5373605489730835,0.13245704770088196,-0.6410701870918274,0.5725942850112915,-0.35674500465393066 +206,1.5455576821726111,1.4237123033163759,0.5443268532201014,0.14650781452655792,-0.989202618598938,-0.0036984437610954046,-0.31000930070877075,-0.6861289739608765,0.7478870749473572,-0.3867269456386566,1.1540892124176025,0.1487179398536682 +207,2.3016940501643433,1.3172596019528096,-0.4113472430221003,0.18676146864891052,-0.9680313467979431,0.16743828356266022,-0.7637869119644165,-2.965688943862915,0.5246739983558655,0.5959534049034119,-2.6076979637145996,0.618938684463501 +208,1.5937358372137058,1.4279920502304966,0.21842902179127732,0.14228127896785736,-0.9898207783699036,0.0032644355669617653,-0.4617624282836914,-1.1023825407028198,0.2217520922422409,0.44434285163879395,0.5348648428916931,-0.1015462875366211 +209,1.2742693811947103,1.385893731962192,0.4776281343630893,0.175827756524086,-0.9829541444778442,-0.05372152104973793,0.19388002157211304,1.0795743465423584,-0.16364192962646484,-0.1311194747686386,1.0649089813232422,0.26961809396743774 +210,2.0607790467124953,1.343005110043424,-0.1133099215505905,0.19925528764724731,-0.9741675853729248,0.10627598315477371,2.9678232669830322,2.5758376121520996,-1.702940821647644,0.8695008158683777,-1.0801841020584106,-0.4361405372619629 +211,1.8404041826712059,1.3525275573442568,0.21398205806963919,0.20871801674365997,-0.976273775100708,0.05767630413174629,-0.8500019907951355,0.553778350353241,-0.0389043353497982,0.006049424409866333,0.014680087566375732,0.4665546417236328 +212,2.00390206761519,1.3575138437852214,0.17792911426475522,0.19212520122528076,-0.97734135389328,0.08883588761091232,-0.23375722765922546,0.22447419166564941,0.1877293437719345,-0.6947039365768433,0.8105170726776123,-0.29563820362091064 +213,1.8091145348971314,1.4092184055023258,0.3050885082625034,0.15632906556129456,-0.9869746565818787,0.03797778859734535,0.20322026312351227,-0.38971561193466187,0.36008110642433167,-0.49461641907691956,0.7046107649803162,0.006684780120849609 +214,2.126899575716765,1.3549273442015994,-0.21451269927485045,0.18192102015018463,-0.9767906069755554,0.11307016015052795,-1.9078816175460815,-0.9207046627998352,0.49863943457603455,0.30428504943847656,-1.2958686351776123,0.43456780910491943 +215,1.6979756778273738,1.3832330068601464,0.10618110409836748,0.18495914340019226,-0.9824615120887756,0.0236506350338459,-0.37280192971229553,-1.5248279571533203,-0.29712820053100586,0.28807854652404785,0.7229858636856079,0.2179570198059082 +216,1.5500355465016855,1.3717240314548003,0.20837882693072748,0.19771724939346313,-0.9802504777908325,-0.004105354193598032,-0.012776482850313187,0.6978868842124939,0.14741748571395874,0.08135077357292175,0.98798668384552,0.0950934886932373 +217,2.1133728617469822,1.3137899759733183,-0.13923533046543515,0.2176801860332489,-0.9671552777290344,0.13124752044677734,-0.5559114217758179,2.3731939792633057,-0.9867866039276123,1.1020982265472412,-2.2675552368164062,-0.41483211517333984 +218,1.8436603181812117,1.3721769800163968,0.27755712113212017,0.19001543521881104,-0.9803399443626404,0.05317467078566551,0.15496613085269928,1.2399290800094604,-0.07229448109865189,-0.2974525988101959,0.14434152841567993,0.2852194309234619 +219,1.7523930680069275,1.3749144315675121,0.4296200081589665,0.19143204391002655,-0.9808763861656189,0.0351506806910038,-0.6892698407173157,-0.492340624332428,0.17568348348140717,-0.6095991134643555,0.8096268177032471,-0.010889165103435516 +220,1.6901188026325842,1.4252018283717443,0.3671993934555289,0.14405041933059692,-0.9894198179244995,0.017270496115088463,1.6844555139541626,-2.180647373199463,0.10365690290927887,-0.04911021888256073,0.28812575340270996,-0.061581969261169434 +221,2.0449453922988003,1.3821811638052917,-0.19474823168318742,0.16681422293186188,-0.9822648167610168,0.08560848981142044,-1.147093653678894,-0.17203935980796814,0.9188607931137085,0.02218112349510193,-0.3646589517593384,-0.33995723724365234 +222,2.2233416292982846,1.4240422840098372,-0.3766791710968005,0.11618468910455704,-0.9892509579658508,0.08879164606332779,-0.16820868849754333,-0.359778493642807,0.4876735210418701,0.13122135400772095,0.8483054637908936,0.031752824783325195 +223,1.814399243387826,1.4563554300742036,0.0689878037575962,0.11081937700510025,-0.9934588074684143,0.02754291146993637,0.24733787775039673,1.0468822717666626,-0.3021746873855591,0.24213163554668427,1.229420781135559,-0.017212633043527603 +224,2.3888023005181633,1.324347121018423,-0.32510576482494297,0.1667916178703308,-0.9697847962379456,0.1780398041009903,-2.204850673675537,1.091417908668518,0.08878187090158463,0.2936728596687317,-2.044070243835449,-0.010681375861167908 +225,2.1944196480801654,1.329181465648555,-0.04395789969728921,0.19423219561576843,-0.9709528684616089,0.1397293210029602,0.1340835839509964,1.5791280269622803,-0.2630058825016022,-0.5176575183868408,0.19078630208969116,0.027247652411460876 +226,2.113230771111531,1.3796737141568134,0.08900281293064378,0.16269318759441376,-0.981791615486145,0.09806228429079056,-0.9391586184501648,-0.5621733665466309,0.6923691034317017,-0.43214815855026245,1.0451613664627075,-0.12952589988708496 +227,2.008952236114045,1.4187508523014807,0.04559586928652394,0.1371525526046753,-0.9884633421897888,0.06426004320383072,1.847456932067871,-3.6076865196228027,-0.9652673006057739,-0.2803105115890503,0.1959371566772461,-0.40985631942749023 +228,2.2049650070426026,1.3435726145606997,-0.43364188427927053,0.18147219717502594,-0.9742955565452576,0.13347625732421875,-1.0383988618850708,0.007627625018358231,1.0686955451965332,0.10424862802028656,-0.5455102920532227,-0.004463210701942444 +229,2.1967965271375895,1.4259500812681398,-0.4427545510226246,0.11697003245353699,-0.9895281195640564,0.08457008004188538,-1.318410873413086,-0.6229352951049805,0.02070774883031845,0.308322936296463,0.9370684027671814,0.09948145598173141 +230,1.978085887210738,1.415059119555359,-0.21688737704610342,0.1424199938774109,-0.9878974556922913,0.06144177168607712,0.6955453157424927,1.2319526672363281,0.063202865421772,0.11398866772651672,0.907025933265686,-0.019831061363220215 +231,2.468263841022515,1.2991870670536143,-0.45595267327337585,0.16729827225208282,-0.9633404016494751,0.20972929894924164,-1.9438132047653198,1.1782304048538208,-0.3970072865486145,0.7369832992553711,-2.2142717838287354,-0.5787783861160278 +232,1.988411612105448,1.361916313482234,0.03830922960158206,0.18954269587993622,-0.978263795375824,0.08410299569368362,0.04128611087799072,1.2630980014801025,0.11328770965337753,-0.5680674910545349,0.024360716342926025,0.354556679725647 +233,2.0848833055313136,1.399677788485648,0.01679957381528574,0.14827412366867065,-0.9853948950767517,0.08373584598302841,-0.7933052182197571,-0.3383444547653198,0.5817289352416992,-0.30861347913742065,0.8948187232017517,-0.09084641933441162 +234,2.050411967645431,1.4479879250008767,0.021147992862549665,0.10867961496114731,-0.992468535900116,0.056526701897382736,0.8776773810386658,-0.32201525568962097,0.09465000033378601,-0.16474036872386932,0.6509156823158264,-0.18233537673950195 +235,2.451418053088588,1.3516965108764392,-0.6028856522703769,0.13838151097297668,-0.9760934710502625,0.16760723292827606,-1.8973561525344849,-0.6551253795623779,0.8429220914840698,0.0400547981262207,-1.2501027584075928,0.531657338142395 +236,2.1592589585669133,1.4429265589088522,-0.36888811391704435,0.10607293993234634,-0.9918357729911804,0.07078579813241959,-0.41300058364868164,-1.1361865997314453,-0.3434833288192749,0.25560617446899414,0.7897025346755981,0.053176648914813995 +237,1.8494215510813878,1.4073890761219288,-0.092068280354266,0.1564081311225891,-0.9866787195205688,0.044743120670318604,0.18867509067058563,1.2264342308044434,-0.36697620153427124,-0.13969974219799042,1.1000514030456543,0.15842771530151367 +238,2.449775462196435,1.3065570748365731,-0.46969715508100623,0.16661317646503448,-0.965291440486908,0.20112751424312592,1.3087897300720215,3.5073893070220947,-1.2986602783203125,0.6871923804283142,-1.6827187538146973,-0.022553935647010803 +239,1.9912646331370822,1.383017268941277,0.1039330300687465,0.17041797935962677,-0.9824212789535522,0.0761997327208519,0.5249162912368774,1.3854361772537231,-1.1486800909042358,-0.08327500522136688,0.1136009693145752,0.4358851909637451 +240,2.29059003447447,1.3016824867353627,-0.10354855576102341,0.19992375373840332,-0.9640069007873535,0.17527374625205994,-0.2863509953022003,0.559410035610199,0.07732149213552475,-0.4423706829547882,0.6258112788200378,-0.4084586203098297 +241,2.245346322436047,1.3492289419872845,-0.08698478998525011,0.17162907123565674,-0.9755542278289795,0.13724951446056366,0.3695836663246155,-0.46760451793670654,0.2760421931743622,-0.269056499004364,0.966963529586792,-0.11315597593784332 +242,2.330757705916843,1.294226335638696,-0.378476234676069,0.1979287564754486,-0.9619976878166199,0.18810711801052094,-2.180605888366699,-1.4910614490509033,0.8188773393630981,0.055489182472229004,-2.1367568969726562,0.9593843221664429 +243,1.8293250413195847,1.4651338673454763,0.04260372102377006,0.10196047276258469,-0.9944229125976562,0.026963114738464355,-0.4530916213989258,-0.9088395237922668,-0.1684972494840622,0.5725237727165222,0.780830442905426,0.45101845264434814 +244,1.9936722669705416,1.3935293706963465,-0.1829258276811924,0.16080696880817413,-0.984329342842102,0.07236739248037338,0.4072181284427643,0.1677548587322235,-0.43437331914901733,-0.18601447343826294,0.8771210312843323,-0.10410571098327637 +245,2.428677001392451,1.3157040169408678,-0.49559387509381964,0.165037602186203,-0.9676399827003479,0.19088073074817657,1.9066977500915527,2.068127155303955,-0.9255056381225586,0.8860640525817871,-1.3818320035934448,-0.34954166412353516 +246,1.95855509786785,1.3988375723477458,0.026256216187030352,0.1584087312221527,-0.9852514863014221,0.06470004469156265,-0.051764681935310364,0.6325523257255554,-0.6018590927124023,-0.058158501982688904,-0.0017937421798706055,0.6314973831176758 +247,2.331225329352702,1.3402472510058328,-0.2510192137801334,0.16556578874588013,-0.9735410809516907,0.15749749541282654,0.20069999992847443,0.1415332704782486,0.17735369503498077,-0.4460681676864624,0.6548613905906677,-0.2863427400588989 +248,2.315456632252188,1.391403223359661,-0.3117394941902965,0.13120420277118683,-0.9839521646499634,0.12092722207307816,-0.04314674437046051,-0.7876068949699402,0.6379346251487732,-0.32215267419815063,1.0598952770233154,-0.08786143362522125 +249,2.427911092998676,1.2937673647779009,-0.6273104535032328,0.17903809249401093,-0.9618722796440125,0.20675326883792877,-2.1455254554748535,-1.5091829299926758,0.6464536786079407,0.2122735232114792,-2.2058217525482178,0.6338534355163574 +250,2.124293664608337,1.4570148766038027,-0.4057374661922205,0.09658486396074295,-0.9935338497161865,0.059682447463274,-0.5454747080802917,-1.1258060932159424,0.12794944643974304,0.5453981757164001,0.6033666133880615,0.3270057439804077 +251,1.996044707751655,1.4026190442610533,-0.3039810009275043,0.15247805416584015,-0.9858915209770203,0.06905463337898254,0.2777261435985565,0.32870933413505554,-0.3872257471084595,-0.13247376680374146,0.907598614692688,-0.07294559478759766 +252,2.378525676847265,1.3504650636662014,-0.5632117775845297,0.15105067193508148,-0.9758251309394836,0.157952219247818,1.7202672958374023,1.3273258209228516,-0.07155454158782959,0.6049002408981323,-0.17360413074493408,-0.3593529462814331 +253,2.2026242964234277,1.3533079221537954,-0.2765396556448608,0.1741212010383606,-0.9764424562454224,0.12744247913360596,-1.3368141651153564,0.5637572407722473,-0.052568938583135605,0.300762802362442,-0.5802895426750183,0.7516316175460815 +254,2.530339809575541,1.328894484352957,-0.42937423916096384,0.1374761313199997,-0.9708841443061829,0.19617438316345215,0.29428404569625854,0.14824077486991882,0.4314292371273041,-0.3464452624320984,0.5185068249702454,-0.39313483238220215 +255,2.6226025702032434,1.3841187264882477,-0.6492980763080008,0.0920562744140625,-0.9826262593269348,0.16115684807300568,0.12863896787166595,-1.8703036308288574,0.7016196846961975,0.040329016745090485,0.9264585375785828,-0.21041224896907806 +256,2.602715741055439,1.3007274846554129,-0.9959914563912188,0.13691334426403046,-0.9637525081634521,0.22898882627487183,1.9337483644485474,-3.5119333267211914,-0.3757338523864746,0.6844062209129333,-2.4229815006256104,0.6015012264251709 +257,2.4227009759487084,1.4242297560657968,-0.9114460595332087,0.09617594629526138,-0.9892783164978027,0.10990168899297714,-0.7201160192489624,-0.40853366255760193,-0.05138992518186569,0.23100297152996063,0.4011131525039673,0.08283208310604095 +258,2.3156363129949455,1.4234232345050208,-0.8680596814570993,0.10795656591653824,-0.9891602396965027,0.09953641146421432,0.3412226140499115,-0.7441783547401428,-0.21520422399044037,-0.08514465391635895,0.7721801996231079,-0.07202480733394623 +259,2.2818597945184327,1.3578070068117487,-0.7938770684299662,0.16015809774398804,-0.9774034023284912,0.137956902384758,0.4702419638633728,1.0014104843139648,-0.4435536861419678,0.07076841592788696,0.4474656581878662,-0.2862265110015869 +260,2.38559236870967,1.355288110872132,-0.6333480427701692,0.14670096337795258,-0.9768678545951843,0.1555902361869812,-2.065101385116577,3.0570991039276123,0.8041476607322693,0.2766541838645935,-1.4546356201171875,0.376697301864624 +261,2.6087716045743328,1.431068729518141,-0.6502352725937478,0.07074621319770813,-0.9902539849281311,0.11996722966432571,0.26421305537223816,1.1961302757263184,-0.07852992415428162,0.0002987086772918701,0.36500978469848633,0.005856752395629883 +262,2.7493775061659336,1.4469778385325323,-0.6392047299491805,0.04720740392804146,-0.9923442602157593,0.11412493884563446,-0.2997095584869385,1.9379762411117554,0.3566618263721466,-0.22248512506484985,0.8340189456939697,-0.19388268887996674 +263,2.937950577505925,1.4630711738168376,-0.8537430087203757,0.0217440128326416,-0.9942032694816589,0.10529553890228271,0.7853193879127502,-1.8073608875274658,-0.22255729138851166,-0.3643343448638916,0.16998451948165894,-0.3302711248397827 +264,2.5226332338622743,1.4086134954842244,-0.5893743169310959,0.09368457645177841,-0.9868771433830261,0.13151679933071136,-2.6660876274108887,1.4650182723999023,0.6222293376922607,-0.0747789517045021,-0.9670870304107666,-0.18318308889865875 +265,1.4387672592199383,1.5019811314005034,0.33632804836458313,0.06816237419843674,-0.997633159160614,-0.009052073583006859,0.7345977425575256,-1.6191589832305908,-0.773801863193512,0.3360429108142853,0.865461528301239,0.329334020614624 +266,2.033068180372342,1.4120140940856216,-0.2643238535534365,0.1415199637413025,-0.9874205589294434,0.07051677256822586,0.4056772291660309,1.5996724367141724,-0.638356626033783,-0.035913869738578796,0.7807098031044006,-0.035604722797870636 +267,2.445655433696279,1.3031006984051805,-0.5185471962726832,0.16957823932170868,-0.9643830060958862,0.20299851894378662,0.6659301519393921,2.039611577987671,-1.8588577508926392,0.4990161061286926,-1.7217435836791992,0.009937852621078491 +268,2.0124359377832963,1.3678145722323352,0.012483119202891893,0.1822485476732254,-0.9794698357582092,0.08616439253091812,0.8028466105461121,0.6412648558616638,-0.4241267144680023,-0.2937139868736267,-0.026587843894958496,0.16729938983917236 +269,2.034554400917891,1.3561597376849293,-0.03734942007575881,0.1904962956905365,-0.9770538806915283,0.09527445584535599,-0.4189022183418274,-0.977635383605957,0.42448222637176514,-0.5847071409225464,0.5973998308181763,0.016953960061073303 +270,2.004843892408884,1.4293249878317524,-0.08335094426059442,0.12792523205280304,-0.990009605884552,0.05929706245660782,0.11004248261451721,-0.4224364161491394,1.0586066246032715,-0.43642738461494446,0.8817484974861145,0.05953836441040039 +271,2.530997029605909,1.3623769341606489,-0.7649329550592275,0.11863552033901215,-0.9783591628074646,0.1695263385772705,-1.8301054239273071,-1.0625998973846436,0.5144020915031433,0.45977944135665894,-2.616657257080078,0.3588550090789795 +272,2.0654774556819464,1.4840327222022789,-0.49990058904067075,0.07626675814390182,-0.9962384104728699,0.041139520704746246,-0.5908058881759644,-2.558467388153076,-0.4515465497970581,0.4159970283508301,0.4680401682853699,0.42770206928253174 +273,1.5744375912360424,1.4349431469401563,-0.10438306413060755,0.13543516397476196,-0.9907861351966858,0.000493157422170043,0.45079025626182556,0.0742485374212265,-0.5877914428710938,-0.16567811369895935,0.9483972191810608,0.06685912609100342 +274,2.0526174746774437,1.3730793285038287,-0.5068398855227919,0.1740676760673523,-0.980517566204071,0.09102482348680496,1.2888550758361816,0.7386746406555176,0.25341668725013733,0.3341720700263977,0.5229523777961731,-0.3038543462753296 +275,2.19265383487399,1.3757415991060573,-0.44403228505919007,0.15753675997257233,-0.9810370802879333,0.11290926486253738,-1.8974379301071167,0.7345595359802246,0.8001601696014404,0.362620085477829,-0.5923576951026917,-0.09404945373535156 +276,2.12404971895005,1.382326221857907,-0.3190836269685394,0.15940669178962708,-0.9822919964790344,0.09844806045293808,0.018794972449541092,0.8847536444664001,0.27456459403038025,-0.3453502655029297,0.43564581871032715,0.2248857170343399 +277,2.339781927667958,1.3916166510420558,-0.549612405406831,0.12807370722293854,-0.9839902520179749,0.12393718957901001,0.5875401496887207,-0.9207608699798584,0.4616073966026306,-0.48149779438972473,1.0356717109680176,-0.26209020614624023 +278,2.6710062980015232,1.2968372965451904,-1.0750866666676397,0.12266750633716583,-0.9627073407173157,0.24113741517066956,2.9043517112731934,-2.614893913269043,-0.495963990688324,0.17989903688430786,-2.314148187637329,-0.14636504650115967 +279,2.5346443932598386,1.3739574651851405,-1.1499114679662095,0.11154583841562271,-0.9806897044181824,0.16063950955867767,-1.1593670845031738,-0.7253155708312988,0.923355221748352,0.6006733775138855,-0.18383044004440308,0.49754834175109863 +280,2.142508170357493,1.4218764269448612,-0.7786911066655633,0.12477535754442215,-0.9889318943023682,0.08027876168489456,-0.039265505969524384,-0.2842915654182434,-0.5128895044326782,0.08779480308294296,0.7510626912117004,-0.026903517544269562 +281,2.158920507195389,1.3635429938454917,-0.7433610409243973,0.17119938135147095,-0.9785997867584229,0.11416298896074295,0.5453532934188843,1.844963788986206,-0.492080420255661,-0.04168279469013214,0.9325335621833801,-0.15014314651489258 +282,2.392094431611872,1.2734384882781116,-0.7584006114050149,0.19960929453372955,-0.9561139941215515,0.21448153257369995,-2.952817440032959,1.1389137506484985,0.4320182204246521,0.32356879115104675,-1.1886919736862183,0.08665060997009277 +283,2.1282939188668974,1.3266716987882585,-0.3427961466430187,0.20510825514793396,-0.9703492522239685,0.12787863612174988,0.34093669056892395,1.4076645374298096,0.14482729136943817,-0.42817652225494385,0.014584481716156006,0.16841650009155273 +284,2.110991714464635,1.364863448265587,-0.27574474977552116,0.17536425590515137,-0.9788706302642822,0.10516510903835297,-0.05142246559262276,-1.4444139003753662,0.42267024517059326,-0.5543620586395264,0.8350565433502197,-0.12239229679107666 +285,2.3161689009316526,1.3154429873522535,-0.6647613528763733,0.18561004102230072,-0.9675741195678711,0.1713162213563919,2.959029197692871,-2.412205457687378,0.18945921957492828,-0.2272970825433731,-1.1274118423461914,-0.45116233825683594 +286,2.2842357698272604,1.36792182193244,-0.8222078624574746,0.15234607458114624,-0.9794914722442627,0.13185961544513702,-0.8956496119499207,-0.6172093152999878,0.5350269675254822,0.43356090784072876,-0.023728013038635254,0.06816790997982025 +287,1.8781608521325706,1.4144551219205221,-0.4487519219764508,0.14840832352638245,-0.98780357837677,0.04710837081074715,0.0002244831994175911,-0.17240621149539948,-0.3768143355846405,0.11666737496852875,0.598292350769043,0.41434788703918457 +288,2.09004538573123,1.3575770567624743,-0.594960742456717,0.18371601402759552,-0.9773547649383545,0.1050056740641594,0.7347477078437805,1.0265309810638428,-0.25993087887763977,-0.1235048770904541,0.795119047164917,-0.2661384344100952 +289,2.401212160104587,1.228420003715259,-0.7810222362978855,0.22647033631801605,-0.94195955991745,0.24783699214458466,-1.2444404363632202,1.8128715753555298,-0.5470203757286072,0.5538183450698853,-1.8565938472747803,0.07012555003166199 +290,2.229435714067822,1.291736174869174,-0.49406126284516133,0.21783481538295746,-0.9613147377967834,0.16858826577663422,0.056785762310028076,1.0271986722946167,-0.33516043424606323,-0.33644136786460876,-0.12413442134857178,0.2514556646347046 +291,2.2357531108733526,1.3192392204090078,-0.46467373152449887,0.19587986171245575,-0.9685260057449341,0.15358510613441467,-0.18561722338199615,-0.9037967324256897,0.49834904074668884,-0.5041989684104919,0.7201892137527466,-0.09164977073669434 +292,2.4396145758769463,1.3260037195896903,-0.7688267082754943,0.1564958095550537,-0.9701876044273376,0.185054212808609,1.913692593574524,-1.1069773435592651,0.11623996496200562,-0.3326127827167511,0.26352256536483765,-0.3636735677719116 +293,2.4618737156162243,1.3162975448731682,-1.0188951602256797,0.15825043618679047,-0.9677895903587341,0.1958068460226059,-1.5609333515167236,-1.9009592533111572,1.3303669691085815,0.3710007071495056,-0.7699118852615356,0.0805450975894928 +294,2.2148241882153337,1.4174667197286357,-0.8565613302265672,0.12213508784770966,-0.9882680177688599,0.09170188009738922,0.18017429113388062,-0.3306370973587036,-0.38964495062828064,0.22321709990501404,0.5196554064750671,0.12128030508756638 +295,2.2045518043158854,1.3698694966996428,-0.8401780318683564,0.16082167625427246,-0.979882001876831,0.11818503588438034,0.5253676772117615,0.7756179571151733,-0.4000617265701294,-0.09673479199409485,0.804192304611206,-0.15985679626464844 +296,2.465002358212726,1.244769725416553,-0.94591988132033,0.20054051280021667,-0.947322428226471,0.24972748756408691,0.12887385487556458,1.8650904893875122,-1.0555198192596436,0.5956172943115234,-1.5405621528625488,-0.2859671115875244 +297,2.151376491082778,1.3288326195882554,-0.5401529509256321,0.20034818351268768,-0.9708693027496338,0.13142800331115723,0.2521933913230896,0.6097829341888428,-0.5735328197479248,-0.24063138663768768,-0.059449851512908936,0.2960469722747803 +298,2.1719809574054834,1.3305897924388657,-0.518385840945786,0.1961909681558609,-0.9712888598442078,0.13456293940544128,-0.5271632075309753,-0.41982218623161316,0.37629324197769165,-0.359505832195282,0.5035917162895203,-0.07126951217651367 +299,2.3456584333479498,1.368807591061064,-0.7744697771896445,0.14334559440612793,-0.9796695113182068,0.1403563767671585,0.8495291471481323,-1.1087294816970825,0.593053936958313,-0.26590418815612793,0.677667498588562,-0.1565612405538559 +300,2.50357010825495,1.2753685799292251,-1.1504207056938767,0.17341062426567078,-0.9566776752471924,0.23387262225151062,-1.108864665031433,-1.5473889112472534,1.2101768255233765,-0.03734801709651947,-1.7346827983856201,0.0185839980840683 +301,2.164410712847232,1.4401319898037956,-0.9294317253291274,0.1080033928155899,-0.9914755821228027,0.07288102805614471,-0.36916548013687134,-0.42145830392837524,-0.2677171528339386,0.6788618564605713,0.6350606679916382,0.5388896465301514 +302,2.0630649288353067,1.3841974822297598,-0.8154273319756459,0.16348940134048462,-0.9826409220695496,0.08768030256032944,0.3358383774757385,0.4913911819458008,-0.5805699825286865,-0.22016052901744843,0.7007806897163391,-0.07265044003725052 +303,2.2563893215525255,1.3055427037864205,-0.8821999402975891,0.20291844010353088,-0.9650260210037231,0.16597793996334076,1.381163239479065,1.694051742553711,-1.0074256658554077,0.32010704278945923,-0.3730933666229248,-0.29067277908325195 +304,2.131673441443597,1.3050556815916934,-0.5842224962947643,0.22238728404045105,-0.9648982286453247,0.13969749212265015,-0.07847240567207336,1.340263843536377,-0.6641154885292053,0.21224409341812134,-0.3275212049484253,0.03402376174926758 +305,2.107618205712647,1.2921109510963975,-0.4358360868537458,0.2363969385623932,-0.9614179134368896,0.14068402349948883,-1.0372941493988037,0.9161046147346497,0.3265220820903778,-0.4081041216850281,0.23450452089309692,0.10956011712551117 +306,2.0258429934053255,1.3566446342911613,-0.3192818627702587,0.19089320302009583,-0.9771570563316345,0.09340301156044006,0.14987021684646606,-0.24362492561340332,0.5244260430335999,-0.23924824595451355,0.8836358189582825,-0.02714931219816208 +307,2.322048542808052,1.2681740605959326,-0.6816426328925899,0.21780645847320557,-0.954558253288269,0.20341776311397552,2.4185287952423096,-1.203758716583252,-0.7064631581306458,-0.04149116575717926,-1.161545753479004,-0.3485746383666992 +308,2.103112881895385,1.361077749446291,-0.58654134450226,0.17937922477722168,-0.9780895709991455,0.10566029697656631,-2.2988626956939697,-0.6079100370407104,0.7881196737289429,0.4125854969024658,-0.38014107942581177,0.4281836748123169 +309,1.4030939532718172,1.3683442887981772,0.08856735239865969,0.19825084507465363,-0.9795764684677124,-0.03356236591935158,-0.3125966489315033,-0.17072583734989166,-0.7150028347969055,-0.015465855598449707,0.6109394431114197,0.20296549797058105 +310,1.6165741371064541,1.3626293949334622,-0.1323566615272742,0.20644958317279816,-0.9784113764762878,0.009457416832447052,0.9970589280128479,0.5541070103645325,0.2251402735710144,-0.18540775775909424,0.9853543043136597,-0.10995185375213623 +311,2.3502858460998706,1.3157608731048458,-0.7854752567321727,0.17943982779979706,-0.9676543474197388,0.17733176052570343,-0.8830569386482239,0.26803576946258545,-0.4257509708404541,0.8121220469474792,-2.417782783508301,0.007711529731750488 +312,1.7201985429747049,1.4392968814836942,-0.08051061148031821,0.12966053187847137,-0.9913663864135742,0.019516998901963234,0.2892570495605469,1.6958049535751343,0.018765410408377647,0.06046402454376221,0.2743864059448242,0.3814992904663086 +313,2.1483057964060164,1.4251057182676052,-0.3810893165858787,0.12163186073303223,-0.9894058704376221,0.07925710827112198,0.01871582306921482,-0.031024349853396416,0.649527907371521,-0.24866124987602234,0.8544266819953918,-0.28393852710723877 +314,2.683685189172197,1.5123519638812857,-1.0753842947199537,0.025822091847658157,-0.9982926249504089,0.05239391326904297,0.33491939306259155,-2.6917221546173096,1.5421671867370605,-0.36941951513290405,0.051683127880096436,-0.21107006072998047 +315,-3.016220277135786,1.3505531459387485,-2.050665086103383,-0.027318036183714867,-0.9758443236351013,0.2167523354291916,-1.1948058605194092,-0.4742741584777832,1.5555442571640015,0.2836656868457794,-1.1412363052368164,1.009688138961792 +316,-2.3435051099188544,1.417546510799989,-2.7150621668551906,-0.10930132865905762,-0.9882802367210388,0.10656200349330902,0.13693413138389587,-1.2392735481262207,-0.6019238829612732,0.10505939275026321,0.7250356078147888,-0.3042854070663452 +317,-2.7009215769444697,1.3716906837224128,-2.258394131358263,-0.08436790853738785,-0.9802438616752625,0.178896963596344,1.5862722396850586,0.6783414483070374,-0.36595290899276733,0.36038413643836975,0.9124032855033875,-0.8302640914916992 +318,-3.123627155479402,1.3055736333465573,-1.8769014501069343,-0.004708949942141771,-0.9650341272354126,0.2620825171470642,-2.1825802326202393,1.4028539657592773,-0.2442256212234497,0.8054596781730652,-1.999199390411377,1.825213074684143 +319,3.0673858515274497,1.3365118277458432,-1.7180510975862473,0.017211101949214935,-0.9726806879043579,0.23150840401649475,0.16213780641555786,0.5300540328025818,-0.04329415410757065,-0.32583537697792053,0.4523254632949829,0.3289010524749756 +320,-2.921951801113886,1.4028856041859603,-1.9650744608058963,-0.03641252592206001,-0.9859361052513123,0.16310760378837585,-0.3645251393318176,-0.4413414001464844,0.10779906064271927,0.007848057895898819,0.9740495681762695,0.017251238226890564 +321,-3.0631796960890774,1.33545342151304,-1.9063510237454977,-0.018265387043356895,-0.9724344611167908,0.23246076703071594,2.0441555976867676,-2.8524229526519775,-1.3346140384674072,-0.9848169088363647,-0.5721670985221863,-0.526787519454956 +322,-2.783737612615415,1.3051376423774714,-2.3124030595420533,-0.0919608324766159,-0.9649198055267334,0.2459135353565216,-1.2600144147872925,0.10952740907669067,1.286759853363037,0.5169485807418823,-0.024399280548095703,0.36329370737075806 +323,-2.5751553776507157,1.3072710009130972,-2.4779945462916992,-0.13978415727615356,-0.965477705001831,0.21980245411396027,0.09486241638660431,0.5974029898643494,0.0017135050147771835,0.02604512870311737,0.6142356991767883,-0.41566431522369385 +324,-2.461125237538406,1.2485286351119858,-2.3949762085711495,-0.19926537573337555,-0.9485196471214294,0.24617843329906464,1.005356788635254,4.216404438018799,0.5462293028831482,0.46884241700172424,0.6481809020042419,-0.43599772453308105 +325,-2.423996528633502,1.2890636126139634,-2.223723117173332,-0.1828192174434662,-0.9605751633644104,0.2094571888446808,-2.972424030303955,1.6126196384429932,-0.0783541351556778,0.1733740270137787,-1.5543172359466553,0.4909974932670593 +326,-2.377391238480619,1.3661536946115092,-2.1797189531191763,-0.14061862230300903,-0.979133665561676,0.14670996367931366,0.4686775207519531,0.5572182536125183,-0.7839685082435608,-0.013022109866142273,0.38947296142578125,0.14393950998783112 +327,-2.249067369988201,1.433173992122266,-2.3216766852174366,-0.1068226546049118,-0.9905449748039246,0.08607831597328186,-0.6839302182197571,-1.4493176937103271,-0.18812784552574158,-0.2024272084236145,0.9637811183929443,-0.030139684677124023 +328,-2.3892135466348727,1.4064193486763856,-2.3484377883497287,-0.11182664334774017,-0.9865204691886902,0.11946650594472885,0.09255851805210114,-3.153968095779419,1.3856908082962036,-0.41609692573547363,-1.226553201675415,-0.15823912620544434 +329,-1.9051075604989114,1.3243631193541798,-2.9742622394267966,-0.2304406613111496,-0.969788670539856,0.08004335314035416,-0.10192117094993591,0.3121547996997833,1.1237021684646606,-0.07059995830059052,-0.6174305081367493,-0.02190733700990677 +330,-1.5668248937710034,1.1570696065321373,3.0841122716438236,-0.4020211100578308,-0.915628969669342,-0.0015966083155944943,0.13100098073482513,1.1878896951675415,1.8029800653457642,0.4203622341156006,0.3203378915786743,0.11731928586959839 +331,-1.6298850977884467,0.8510009359794812,-3.048938929032507,-0.6580803990364075,-0.7519406080245972,0.03893048316240311,2.554095506668091,2.3882224559783936,3.081669569015503,1.0935357809066772,0.47958648204803467,-0.17999792098999023 +332,-1.5326747804547527,0.6095532768495426,-2.7758464676220997,-0.8193082809448242,-0.5725012421607971,-0.031248437240719795,1.2119320631027222,1.6655899286270142,1.2123899459838867,-0.7166415452957153,-0.5692224502563477,0.20643460750579834 +333,-1.545740750645337,0.46350125106846496,-2.615472374148465,-0.8942118883132935,-0.4470826983451843,-0.022409683093428612,1.191016674041748,0.6522407531738281,0.9653912782669067,-0.36303603649139404,0.29679885506629944,0.33671021461486816 +334,-1.544452989601338,0.37857052149657516,-2.405784720464768,-0.9288714528083801,-0.3695925772190094,-0.024475235491991043,-0.12690827250480652,1.2566601037979126,0.9615589380264282,0.7196124792098999,0.3076419532299042,0.10281389951705933 +335,-1.2142186876266023,0.24591262657894636,-2.504058484136846,-0.9089049100875854,-0.2434415966272354,-0.3385676443576813,-2.5808703899383545,3.800302267074585,1.0539294481277466,0.549209475517273,0.04104900360107422,-0.18352705240249634 +336,-1.3575152577527492,0.17201816454029326,-2.6440506841438522,-0.9629175066947937,-0.17117106914520264,-0.2085438370704651,1.2005878686904907,0.2540547549724579,0.9293277859687805,-1.0259132385253906,-0.48922932147979736,0.2658863365650177 +337,-1.4033005326282313,0.10554862815915637,-2.6817778907529553,-0.9805182814598083,-0.10535275936126709,-0.16578595340251923,-0.5437430143356323,-0.3632518947124481,0.015808530151844025,0.4012334942817688,-0.2308746725320816,0.07922284305095673 +338,-1.416551573300361,0.11441019372950587,-2.6493378139433914,-0.9816677570343018,-0.11416076123714447,-0.15262944996356964,0.9770380854606628,-0.16805918514728546,0.2009880095720291,0.8727657794952393,-0.25810790061950684,-0.009891867637634277 +339,-1.5114464921970234,0.21182658944047653,-2.5574941810382996,-0.9759273529052734,-0.2102460116147995,-0.05798923224210739,0.8593789935112,0.8087972402572632,-0.5627396702766418,-1.7815039157867432,-1.0195361375808716,0.7621060609817505 +340,-1.5354636508870951,0.23182833797883506,-2.4561389796457287,-0.9726403951644897,-0.22975733876228333,-0.03438029810786247,1.0745983123779297,-0.3416118323802948,-0.6326136589050293,0.1829218864440918,0.07880213856697083,0.09422528743743896 +341,-1.5041272706266786,0.28070780812045,-2.4776625236910617,-0.9587249159812927,-0.27703583240509033,-0.06401215493679047,-0.4987497925758362,0.23030836880207062,-0.004903249442577362,0.900634765625,0.8151522874832153,0.16147005558013916 +342,-1.5400606601951732,0.21715483647552228,-2.5192795557168286,-0.9760532975196838,-0.2154521495103836,-0.03000909835100174,-1.2908546924591064,-1.7916781902313232,1.5038750171661377,0.13787269592285156,0.1733684092760086,-0.44731634855270386 +343,-1.564357485332919,0.1483799841088522,-2.8201469319805574,-0.988991379737854,-0.1478361189365387,-0.006368046626448631,-1.9981533288955688,0.9095919728279114,-0.03817921504378319,-1.0902475118637085,-0.2718568742275238,0.20938622951507568 +344,-1.4695715480726306,0.13667900861223914,-2.850714517457929,-0.9856029152870178,-0.13625384867191315,-0.10010959208011627,-0.44369927048683167,-0.331171452999115,-0.6407462358474731,0.857245922088623,0.04668475687503815,-0.04507780075073242 +345,-1.4702365991664759,0.14815152936648143,-2.8421781722753754,-0.9840490818023682,-0.1476101577281952,-0.09929061681032181,1.5554509162902832,0.9338390231132507,0.3586213290691376,0.9471380710601807,-0.08574250340461731,-0.11775034666061401 +346,-1.5456734622831716,0.23729539253162782,-2.7393099324680787,-0.9716704487800598,-0.23507466912269592,-0.024416282773017883,1.5770339965820312,-1.2395817041397095,-0.9668475985527039,-1.9541106224060059,-0.9580710530281067,0.07469397783279419 +347,-1.5078490527359136,0.2612861768221355,-2.6274606104779927,-0.9641451835632324,-0.2583232820034027,-0.06077059730887413,0.6862652897834778,0.26928427815437317,-0.030459964647889137,-0.0769314169883728,0.2531048059463501,0.20812475681304932 +348,-1.4957701429617114,0.23229978529386608,-2.5564596954630616,-0.97040194272995,-0.2302161455154419,-0.07294246554374695,0.015208065509796143,0.19838345050811768,0.37403300404548645,0.8501474261283875,0.4415045976638794,0.12259453535079956 +349,-1.5182137041655852,0.19752021210922818,-2.6007463664727415,-0.9792011380195618,-0.19623836874961853,-0.05153647065162659,-1.1710352897644043,-1.5157462358474731,0.3204026520252228,0.36849844455718994,0.14638788998126984,-0.5194779634475708 +350,-1.576249192341923,0.23579619044651373,-2.8463706992420885,-0.9723142385482788,-0.23361721634864807,0.005301951430737972,-1.5305824279785156,0.9102602601051331,-0.15772797167301178,-0.898657500743866,-0.37798556685447693,0.06494951248168945 +351,-1.5066530377629248,0.24252348432486406,-2.934306046916196,-0.9687387943267822,-0.24015302956104279,-0.06222345307469368,-0.9323984384536743,0.30996963381767273,-0.19842471182346344,0.6001322269439697,-0.03911334276199341,0.2383708953857422 +352,-1.5290223506124305,0.24989429588695727,-2.9392110536997196,-0.9680933952331543,-0.24730153381824493,-0.040464650839567184,1.093854308128357,-0.35568296909332275,0.16082735359668732,0.8505548238754272,-0.058240488171577454,-0.10012984275817871 +353,-1.5870435017871258,0.2707821919332133,-2.80017600551431,-0.9634349346160889,-0.26748520135879517,0.01565447263419628,1.406684160232544,-0.21135185658931732,-0.6256383061408997,-1.7265675067901611,-0.47886791825294495,-0.555846095085144 +354,-1.5069075636831197,0.2608112570757506,-2.680178236622333,-0.9642099142074585,-0.25786444544792175,-0.06168613210320473,1.6232059001922607,1.1407710313796997,0.17078904807567596,0.0730355978012085,0.17870187759399414,0.23279821872711182 +355,-1.5123821122341545,0.307507374534445,-2.6076578565004116,-0.9514655470848083,-0.30268388986587524,-0.05564241483807564,-0.47443482279777527,-0.10348446667194366,-0.7296978235244751,0.8055151104927063,0.45823195576667786,0.10611849278211594 +356,-1.4548459184933504,0.37513933982747083,-2.777278689319443,-0.9242088198661804,-0.36640217900276184,-0.10764523595571518,-1.892691969871521,-1.0846153497695923,-1.2346128225326538,0.20999068021774292,0.20302632451057434,-0.34534239768981934 +357,-1.549470259784895,0.42283214639098304,-3.071089019500461,-0.9117231369018555,-0.41034480929374695,-0.019446415826678276,-1.8912140130996704,1.1862691640853882,0.18339966237545013,-1.0848894119262695,-0.6994879245758057,0.39438533782958984 +358,-1.4557122935398599,0.37005341601521197,-3.124411520185816,-0.9261409640312195,-0.3616652190685272,-0.10705708712339401,-0.9376632571220398,-1.02640962600708,1.4287265539169312,0.432992160320282,-0.2233872413635254,0.03589010238647461 +359,-1.4682344879440257,0.18696894521674456,3.106159745688951,-0.9774090051651001,-0.18588152527809143,-0.10059784352779388,-0.3227161765098572,0.8889927864074707,1.9075121879577637,0.699683666229248,-0.807038426399231,-0.4753603935241699 +360,-1.3425243719278843,0.28327424040930504,3.074856608105927,-0.9352381229400635,-0.27950090169906616,-0.21727575361728668,2.5036685466766357,2.2783639430999756,-3.591031789779663,-0.6140018701553345,0.04002949595451355,0.23898902535438538 +361,-1.2383166848516765,0.4006669221744025,-2.9073566617216065,-0.8703742027282715,-0.3900325298309326,-0.3005382716655731,1.989751935005188,3.326249599456787,2.4901814460754395,-0.36998212337493896,0.5713832974433899,0.254868745803833 +362,-1.1059431933310846,0.14873102048787462,-2.6040455666353766,-0.8840188980102539,-0.14818328619003296,-0.443342387676239,0.02394413948059082,0.9213311076164246,3.6273040771484375,0.44853293895721436,1.0863394737243652,0.15168583393096924 +363,-0.9796153531631422,-0.17145403276838006,-2.5233064091121737,-0.8181092739105225,0.17061524093151093,-0.5491700768470764,-1.3133785724639893,2.6283388137817383,1.1032140254974365,0.27286696434020996,0.12900635600090027,-0.061959683895111084 +364,-0.9032004670390865,-0.24316847287921928,-2.6926932101675294,-0.7622084021568298,0.2407790869474411,-0.600885808467865,-1.8493205308914185,0.6767748594284058,-1.268222689628601,-0.30395370721817017,-0.1542617529630661,-0.485784113407135 +365,-0.7688941474437646,-0.134450599736575,-2.7746511921042467,-0.6890655755996704,0.13404588401317596,-0.7121940851211548,-0.4489806294441223,1.2927767038345337,-1.9624371528625488,0.2599121332168579,-0.7282689213752747,-0.2985786199569702 +366,-0.6643458052893408,-0.054900417001981144,-2.984562631104511,-0.6156153082847595,0.05487284064292908,-0.7861340641975403,0.6414093971252441,0.6234729290008545,-0.755396842956543,0.18624824285507202,-0.695482611656189,0.41418588161468506 +367,-0.6985245523767126,0.06959631359360437,-2.931757136148686,-0.6415316462516785,-0.06954014301300049,-0.7639380097389221,1.3568222522735596,0.25875943899154663,-0.2455282360315323,-0.19349020719528198,-0.2969454526901245,0.04729372262954712 +368,-0.614581943346804,0.11157713265123542,-2.9240967088406093,-0.5730314254760742,-0.11134576797485352,-0.8119341731071472,-0.2259756326675415,2.0772674083709717,0.3222818672657013,0.0767393708229065,0.07107783108949661,-0.14735537767410278 +369,-0.523695915961307,0.05819678115059861,-2.8980847754336403,-0.4992375075817108,-0.05816393718123436,-0.8645107746124268,-0.2500609755516052,0.2679733633995056,0.34986430406570435,0.032532185316085815,0.24162036180496216,0.42871975898742676 +370,-0.5762709423496273,-0.04747131107903913,-2.951347193559767,-0.5442870855331421,0.04745348170399666,-0.8375558257102966,-1.357062578201294,-2.0349442958831787,-0.05582122877240181,-0.04969179630279541,0.25828686356544495,-0.19274812936782837 +371,-0.7016659036729335,-0.09107391684179189,-3.0834839306383555,-0.6428158283233643,0.09094806760549545,-0.760602593421936,-1.5909391641616821,-0.02272983454167843,-0.9528795480728149,0.04488492012023926,-0.06244464963674545,-0.692705512046814 +372,-0.7262036472759436,-0.17819408457724484,3.0702907405131654,-0.6535211801528931,0.17725254595279694,-0.7358611822128296,-0.9762534499168396,0.9466649293899536,-0.6004124879837036,-0.024915099143981934,-0.14838291704654694,0.2087005376815796 +373,-0.6904109203147979,-0.09305285553245086,2.900615225458093,-0.6340988278388977,0.09291862696409225,-0.7676488757133484,0.10144739598035812,-1.3460880517959595,-1.65029776096344,0.3604629635810852,-0.28298211097717285,0.1491338610649109 +374,-0.8200378453036148,0.039366330571058254,2.828716190852806,-0.7306051850318909,-0.03935616463422775,-0.6816650032997131,1.517945647239685,-1.2012124061584473,0.14323967695236206,-0.03077787160873413,-0.49755483865737915,-1.051672339439392 +375,-0.9270134510721038,0.04671273517184349,3.0289873179838898,-0.798958420753479,-0.04669575020670891,-0.599570631980896,1.3213729858398438,-1.4023878574371338,2.080760955810547,0.130196213722229,0.05160907655954361,-0.1451345682144165 +376,-1.141529779844658,0.01715966547868654,-3.083194314426698,-0.9091374278068542,-0.01715882308781147,-0.4161427319049835,2.047565221786499,-3.3645410537719727,0.3016684055328369,0.39679306745529175,0.300102561712265,0.09772235155105591 +377,-1.452306442792407,-0.13154400004018446,-3.057026296961934,-0.9844094514846802,0.13116495311260223,-0.11719152331352234,-1.7829817533493042,-1.9273357391357422,2.0321686267852783,0.7755471467971802,0.4573360085487366,0.57819002866745 +378,-1.4478625422536209,-0.12419712587032275,3.079223833391236,-0.9848086833953857,0.12387808412313461,-0.12167984992265701,-2.1212310791015625,-0.03509185463190079,0.4907439649105072,-0.758584201335907,-0.2455211579799652,-0.2898496985435486 +379,-1.4989984523497561,-0.181222012398426,2.9184540852886705,-0.9810900092124939,0.1802317053079605,-0.0705614686012268,-0.42775270342826843,0.20292618870735168,-0.21631371974945068,0.48508787155151367,-0.1650644838809967,0.054768629372119904 +380,-1.5194563518152624,-0.09164016144404688,2.934582850619015,-0.9944918751716614,0.09151194989681244,-0.05110209435224533,0.8982735872268677,-1.0598640441894531,-1.0102072954177856,0.8469852209091187,-0.34839367866516113,-0.2560115456581116 +381,-1.6206485154643575,-0.07899587446369721,3.1049111339648516,-0.995642900466919,0.07891374081373215,0.049676138907670975,2.4771149158477783,-1.1130484342575073,0.5030755996704102,-1.692925214767456,0.17482465505599976,0.008124109357595444 +382,-1.6465043688137322,-0.13893423263376384,-2.964268643712715,-0.9875271916389465,0.13848769664764404,0.07490692287683487,1.44698166847229,0.017917444929480553,0.08550167083740234,0.2025235891342163,0.14044296741485596,0.15765225887298584 +383,-1.584759582268815,-0.176977193005149,-2.902662772965916,-0.9842843413352966,0.17605479061603546,0.013744707219302654,0.35290536284446716,1.186185359954834,0.7094362378120422,0.9802408218383789,-0.006728038191795349,0.019549965858459473 +384,-1.4960289485618052,-0.23541480299428366,-2.970543396315591,-0.969700813293457,0.23324637115001678,-0.0726373940706253,-2.306805372238159,1.176448941230774,0.3500506579875946,0.3538409471511841,0.2730860114097595,0.018865413963794708 +385,-1.3213779422032044,-0.16307078533702815,-3.01766322244508,-0.9562000632286072,0.16234901547431946,-0.2435656487941742,0.8837703466415405,1.2071365118026733,-1.5746181011199951,-1.2905497550964355,-0.06841591000556946,-0.3983563184738159 +386,-1.1614208431366961,-0.06935241938199291,-2.9031410849605734,-0.9151643514633179,0.06929683685302734,-0.3970796763896942,2.292863607406616,0.7598505020141602,-0.026141364127397537,0.14189469814300537,-0.22064876556396484,0.21794146299362183 +387,-1.196278729946955,-0.13623795723443108,-2.7151650225966355,-0.9220603704452515,0.13581690192222595,-0.36243385076522827,0.6180449724197388,1.055625557899475,2.2825605869293213,0.31729358434677124,-0.7700179815292358,-0.11046651005744934 +388,-1.2077569317061256,-0.17629449020455037,-2.658562501620185,-0.9203323125839233,0.17538270354270935,-0.3496129512786865,2.104459285736084,-0.9716086983680725,-1.4462647438049316,-0.24459987878799438,-0.48693668842315674,-0.1268121898174286 +389,-1.2388427380458897,0.2670836280571789,-2.5979129541335313,-0.9118878245353699,-0.2639195919036865,-0.31433606147766113,1.507302165031433,-0.9381848573684692,-4.398460865020752,-0.2281116247177124,0.20616507530212402,-0.21428942680358887 +390,-1.0515754188188675,0.4985029474484875,-2.8619039977636187,-0.7625446915626526,-0.478111207485199,-0.4358154833316803,-4.183526039123535,2.4229061603546143,-1.0486029386520386,-0.5112131237983704,0.8784408569335938,0.08437508344650269 +391,-0.9108483844981088,0.33571324470059305,-3.0505358086813197,-0.7459214925765991,-0.32944267988204956,-0.5788511037826538,-0.5302672982215881,-2.2785425186157227,1.6106971502304077,-0.2924238443374634,0.5161949992179871,0.2932828664779663 +392,-1.1840463397529222,0.054667463992679875,-2.9255246617496025,-0.9247562289237976,-0.054640237241983414,-0.3766169846057892,2.279057025909424,-0.07644397765398026,3.459453821182251,-1.0124232769012451,0.7815384268760681,-0.4763492941856384 +393,-1.341747492028236,-0.11454338956550189,-2.6784308256423692,-0.9675009250640869,0.11429308354854584,-0.2255634367465973,0.15356460213661194,-2.617950201034546,0.8084384202957153,0.8654502630233765,-0.7126054763793945,0.4269031882286072 +394,-1.4427443596747536,-0.22908399932712484,-2.7419852017408806,-0.965901255607605,0.22708554565906525,-0.12436605989933014,0.367584764957428,-0.7038753032684326,1.3254139423370361,1.2206162214279175,-0.5903820395469666,0.033362627029418945 +395,-1.4813863735470276,-0.23511468485849205,-2.6379713347542886,-0.9686030745506287,0.23295451700687408,-0.08683426678180695,1.6078449487686157,0.4084797203540802,0.19568994641304016,-1.9745426177978516,-0.11579754948616028,1.064266562461853 +396,-1.5394499237825319,-0.28967304523051624,-2.449087940511196,-0.9578666687011719,0.2856388986110687,-0.030035512521862984,0.34918081760406494,-2.188821315765381,0.8847329616546631,0.5622977018356323,0.12799638509750366,-0.22709029912948608 +397,-1.6556379311122655,-0.45181811349375395,-2.471585264226852,-0.8964188694953918,0.4366019368171692,0.07623662054538727,-0.09349247813224792,0.08355580270290375,2.6144628524780273,1.068446397781372,-0.1272910237312317,-0.2609900236129761 +398,-1.4940933320755148,-0.7470120547641831,-2.54064826975812,-0.7315650582313538,0.6794494986534119,-0.05622353404760361,-2.990424871444702,5.513250827789307,3.1721534729003906,-0.18919605016708374,-0.7600311636924744,-0.2655995488166809 +399,-1.4187554070384392,-0.7283338610768384,-2.8840581220659542,-0.7376751899719238,0.665627121925354,-0.1130291000008583,-0.4499303102493286,2.265190839767456,-0.5396467447280884,-0.3467515707015991,0.014594316482543945,0.2810436189174652 +400,-1.3851793980139389,-0.6452403633669106,-2.98357971651579,-0.785231351852417,0.6013904809951782,-0.1474495232105255,0.13977816700935364,0.3003675937652588,-0.856363832950592,0.7968279123306274,-0.5731921792030334,-0.0041465312242507935 +401,-1.445172110359627,-0.6425264708271208,-2.9054428156074574,-0.7942755222320557,0.5992199778556824,-0.10030847042798996,0.7486023902893066,-1.9200533628463745,1.0396220684051514,-0.19333434104919434,-0.7611157298088074,-0.04963964223861694 +402,-1.4610462573888134,-0.6122448031683815,-2.7458576304030307,-0.8134362697601318,0.574705958366394,-0.08963486552238464,1.2653268575668335,0.22863604128360748,-0.4255119264125824,-0.8181402087211609,0.3027353882789612,0.25589460134506226 +403,-1.5282809902283203,-0.5197549696577011,-2.6511716802338734,-0.8671565651893616,0.4966674745082855,-0.03688967972993851,-0.11883518099784851,-0.25540634989738464,-0.6542080044746399,0.8404690027236938,0.026022285223007202,-0.01581418141722679 +404,-1.4650020840842302,-0.5371033251479105,-2.653232617960825,-0.854390561580658,0.5116493105888367,-0.09072834998369217,-0.8760933876037598,0.15940724313259125,0.9684019088745117,1.1119589805603027,-0.29173964262008667,0.05158954858779907 +405,-1.5724027244429517,-0.6594912776215616,-2.8028647417797203,-0.7903030514717102,0.6127148866653442,0.0012695420300588012,-2.6851227283477783,0.29913994669914246,-0.13478684425354004,-2.3996078968048096,1.9413316249847412,-0.8800079822540283 +406,-1.4278838974339545,-0.6470306103519996,-2.86658146992255,-0.7897433042526245,0.6028198599815369,-0.11363884061574936,-0.6540390253067017,1.5626580715179443,-0.1314743012189865,-0.05478489398956299,-0.5157226920127869,0.32736867666244507 +407,-1.4079289266766057,-0.6080190465735992,-2.9860724102243323,-0.8099193572998047,0.57124263048172,-0.13308830559253693,-0.29995930194854736,-0.0876619815826416,-0.3186602294445038,0.7949352264404297,-0.6093591451644897,0.009659945964813232 +408,-1.4765581681589137,-0.614184466791498,-2.8589783731638208,-0.8136175870895386,0.5762922167778015,-0.07690160721540451,1.0856491327285767,-2.6361751556396484,0.3861815333366394,-0.6560022830963135,-0.38618290424346924,-0.3914211392402649 +409,-1.5450978077984714,-0.6180861599160403,-2.64100142430144,-0.8147197961807251,0.5794764757156372,-0.020941702648997307,1.5031871795654297,-1.469962477684021,0.32252976298332214,-0.2828448414802551,0.2421940565109253,0.12294673919677734 +410,-1.6092549298590655,-0.6178900521686826,-2.6058865949475956,-0.814500093460083,0.5793166160583496,0.031339988112449646,-0.05191243812441826,1.2693949937820435,-0.01750444620847702,0.9601908922195435,-0.09549087285995483,-0.12339627742767334 +411,-1.5414705091592793,-0.6836853360864917,-2.644606750788646,-0.7749167680740356,0.6316543817520142,-0.022731585428118706,-1.0367133617401123,0.5918868780136108,0.3821876049041748,0.8679344058036804,-0.47010964155197144,0.05367642641067505 +412,-1.6575028014504163,-0.6330237758121059,-3.0140056234587966,-0.8032135367393494,0.5915853381156921,0.06981886923313141,-2.1343581676483154,2.5061066150665283,0.222523495554924,-1.7509856224060059,1.2461068630218506,0.3742271661758423 +413,-1.5128311133288754,-0.6507314282403504,-3.013250354827174,-0.794304609298706,0.6057685017585754,-0.04609367251396179,0.36993423104286194,0.9398099780082703,-0.01808839663863182,0.24683457612991333,-0.6305336356163025,0.0500914491713047 +414,-1.476995743161975,-0.6311319142618601,-3.042390601622085,-0.8038109540939331,0.5900589823722839,-0.07561984658241272,0.4870007336139679,-1.0890971422195435,-0.06828228384256363,0.7123192548751831,-0.7987992167472839,0.10439795255661011 +415,-1.6084348095895895,-0.6543670877166223,-2.8943443909084934,-0.7928714156150818,0.60865718126297,0.029856577515602112,2.116290807723999,-3.823302745819092,0.09260238707065582,-1.7249507904052734,0.884476363658905,-0.5327709913253784 +416,-1.6258659480720938,-0.6788663113220719,-2.6004389477037892,-0.7771051526069641,0.6279110908508301,0.0428382009267807,1.1228342056274414,-1.6881513595581055,0.08168858289718628,0.2675989866256714,0.10455650091171265,-0.018302086740732193 +417,-1.5862870443744013,-0.6811657611999569,-2.554057069619977,-0.7767460346221924,0.6296990513801575,0.012033315375447273,0.24622759222984314,0.5636252760887146,0.46095210313796997,1.0438053607940674,-0.09774714708328247,-0.05796229839324951 +418,-1.5798561736616388,-0.7413072548057867,-2.609246527943152,-0.7375560998916626,0.6752526760101318,0.006682328414171934,-1.9002411365509033,0.41402965784072876,0.5753123164176941,-0.10373717546463013,0.1376134753227234,-0.18952834606170654 +419,-1.5632799633528953,-0.7061724901328513,-2.8477715138183006,-0.7608296275138855,0.6489263772964478,-0.0057187797501683235,-0.683530330657959,1.6984413862228394,-0.48737019300460815,-0.6658060550689697,0.07574397325515747,-0.42152732610702515 +420,-1.459575574357166,-0.6721278566210238,-2.9739864951794277,-0.7776638865470886,0.6226524114608765,-0.08685076981782913,-1.0150399208068848,2.0946242809295654,-0.734688937664032,0.49841272830963135,-0.644213080406189,0.30317461490631104 +421,-1.4742095300755766,-0.6604855075570285,-2.9837811564551884,-0.7860137224197388,0.6135003566741943,-0.07615551352500916,1.3081036806106567,-2.070965528488159,0.3429429233074188,0.575915515422821,-1.0282952785491943,-0.01004134863615036 +422,-1.6065370840693927,-0.6200032222505726,-2.807119913711208,-0.8133567571640015,0.5810377597808838,0.029082370921969414,2.0244555473327637,-1.3570605516433716,-0.32116279006004333,-1.825894832611084,0.9054581522941589,0.25288474559783936 +423,-1.5745924816123158,-0.6200312939172021,-2.6371969757112037,-0.813854455947876,0.5810606479644775,0.0030895324889570475,0.3232845067977905,-1.1063416004180908,0.06317445635795593,0.5315515995025635,0.08480238914489746,-0.0033489465713500977 +424,-1.4976266986472735,-0.6550753663220213,-2.580411130294489,-0.7908802032470703,0.6092190146446228,-0.05797190219163895,0.23183873295783997,0.8484412431716919,0.8260725736618042,1.2558612823486328,-0.3315548300743103,0.09471511840820312 +425,-1.5304703352969944,-0.7135774608864633,-2.670036686997448,-0.755410373210907,0.6545426249504089,-0.030479196459054947,-2.0726892948150635,0.9820303916931152,-1.1318129301071167,-0.8452670574188232,0.9773848056793213,-0.24430108070373535 +426,-1.4878236620911354,-0.7044815245164896,-2.8890206712215347,-0.7593262195587158,0.6476388573646545,-0.06314829736948013,-0.684088945388794,1.3114584684371948,0.1106855645775795,-0.30822449922561646,-0.16936737298965454,-0.3985368609428406 +427,-1.3990897499821775,-0.6998841914377806,-3.0175100092657403,-0.7536682486534119,0.6441290974617004,-0.13069678843021393,-0.5718140006065369,1.2534252405166626,-0.2807205617427826,0.6139741539955139,-0.6485695242881775,0.46419286727905273 +428,-1.4375118886372373,-0.7085713195479804,-2.9652853376556396,-0.7525581121444702,0.6507496237754822,-0.1009024977684021,1.4003658294677734,-1.9474973678588867,0.44043561816215515,0.35251837968826294,-1.041115164756775,-0.012271955609321594 +429,-1.5562350417530766,-0.6989582203396224,-2.734692772596478,-0.7654317021369934,0.6434205174446106,-0.011146456934511662,1.7963120937347412,-0.69289630651474,0.0011168988421559334,-1.2848154306411743,0.7137724161148071,0.22287744283676147 +430,-1.6249334373964688,-0.7018841848821502,-2.6196332280393086,-0.7625083327293396,0.6456576585769653,0.04132037237286568,0.4518585503101349,-0.7831791639328003,-0.005836323369294405,0.7215842008590698,0.008730769157409668,-0.1947779655456543 +431,-1.5087552434884597,-0.7373435136044555,-2.550148514349485,-0.7388328909873962,0.6723238229751587,-0.04589689522981644,0.28315821290016174,0.7606872320175171,0.9411147832870483,1.1087212562561035,-0.5461031794548035,0.11884915828704834 +432,-1.5710662335942935,-0.746933448997233,-2.6587205418781137,-0.7337756752967834,0.6793918013572693,0.00019805105694103986,-2.833613872528076,0.015387733466923237,-1.0783917903900146,-1.4392285346984863,1.0475521087646484,-0.6711574792861938 +433,-1.4866935731838584,-0.700094538823926,-2.801105185152291,-0.7620781660079956,0.6442899703979492,-0.06424441188573837,-0.43579918146133423,1.2529600858688354,-0.13561613857746124,-0.2910987138748169,0.12643146514892578,0.028462529182434082 +434,-1.3981267701533884,-0.6841368707055854,-2.929422714783886,-0.7634408473968506,0.6320043802261353,-0.1331488937139511,-1.0395082235336304,0.7287729978561401,-0.19325824081897736,0.7227761745452881,-0.6973425149917603,0.35446232557296753 +435,-1.464910074466204,-0.6948372529569067,-2.894853236955912,-0.7638557553291321,0.6402604579925537,-0.08118546009063721,1.1701630353927612,-2.261990785598755,0.3729065954685211,0.03318864107131958,-0.8044145107269287,-0.1321018934249878 +436,-1.5505778221723492,-0.6978209392346655,-2.650331679165356,-0.7660876512527466,0.6425495147705078,-0.015491257421672344,2.0270206928253174,-0.019598744809627533,-0.012752970680594444,-1.125910758972168,0.3842144012451172,0.22841238975524902 +437,-1.5371059035912644,-0.6897156189041791,-2.5072894064686917,-0.7709892988204956,0.6363178491592407,-0.025984786450862885,0.7785338759422302,-0.804418683052063,0.31440162658691406,0.7443474531173706,-0.014857828617095947,0.017058372497558594 +438,-1.4497688248654903,-0.7190493984820647,-2.4901235249501155,-0.7469282746315002,0.6586697101593018,-0.0908428430557251,-0.3132972717285156,1.0524110794067383,0.4217052459716797,1.0275068283081055,-0.43064236640930176,0.1136852502822876 +439,-1.4914255036273967,-0.7231402022742051,-2.64687353059845,-0.7473713159561157,0.6617422103881836,-0.059444356709718704,-3.168846368789673,1.209564208984375,-0.5604021549224854,-1.4593242406845093,1.109269142150879,-0.5478096604347229 +440,-1.3708064418509087,-0.6857560781266292,-2.7925631422064643,-0.7585148811340332,0.6332583427429199,-0.15375058352947235,-0.7716581225395203,1.46452796459198,-0.10317958891391754,-0.3370051980018616,-0.3623995780944824,0.20714110136032104 +441,-1.3341741655684527,-0.6599409118636262,-2.9135032662665674,-0.768014669418335,0.6130701899528503,-0.18519869446754456,-0.5886284112930298,-0.6018536686897278,-0.2899884581565857,0.728036642074585,-0.6044336557388306,0.13074004650115967 +442,-1.4237687600369513,-0.6755786211735642,-2.806441288126972,-0.7719259858131409,0.6253489255905151,-0.11431934684515,1.453425407409668,-2.253129005432129,0.734054684638977,-0.06674277782440186,-0.7353190183639526,-0.1810755729675293 +443,-1.4829344500255652,-0.6806958945122524,-2.5924472785196513,-0.7741373777389526,0.6293339729309082,-0.0681927278637886,1.6757855415344238,-0.17426331341266632,0.07534325867891312,-0.9209158420562744,0.3098903298377991,0.295426607131958 +444,-1.5355040736025336,-0.6822974710904993,-2.4504993233674157,-0.7756429314613342,0.630577802658081,-0.02738555707037449,0.5865539908409119,-0.497870534658432,0.10047483444213867,0.6611561179161072,-0.09339207410812378,-0.15352261066436768 +445,-1.4365545511430953,-0.6958581100780498,-2.4355103029476264,-0.7605987787246704,0.6410442590713501,-0.1027219220995903,-0.45437371730804443,0.6242534518241882,0.6735517978668213,1.0299774408340454,-0.4191967844963074,0.0945432186126709 +446,-1.521619263582825,-0.7038435491307102,-2.6543716288231916,-0.7614388465881348,0.6471526026725769,-0.03747554123401642,-3.6044998168945312,1.5147737264633179,-0.5024580955505371,-1.6435446739196777,1.4981262683868408,-0.4344483017921448 +447,-1.4232831310589924,-0.7049319374703074,-2.7891384827228145,-0.7533836960792542,0.6479820013046265,-0.11194721609354019,-0.4606736898422241,1.3120824098587036,0.15530027449131012,-0.12834537029266357,-0.30723804235458374,-0.09807472676038742 +448,-1.3704042036040116,-0.7095906372155654,-2.8998432606794298,-0.7434474229812622,0.6515232920646667,-0.1510077714920044,-0.3277488946914673,-0.5500698089599609,-0.1018356904387474,0.753579318523407,-0.7080418467521667,0.1323157697916031 +449,-1.476114693952325,-0.7286707244718051,-2.8024440775641506,-0.7427185773849487,0.6658784747123718,-0.07053270190954208,0.8149781227111816,-2.7658145427703857,0.29574185609817505,-1.0431090593338013,-0.2514040470123291,-0.6199732422828674 +450,-1.5031195748488553,-0.6978963219370167,-2.5702138758272417,-0.7644416093826294,0.6426072716712952,-0.05181405320763588,1.0267564058303833,-1.5722006559371948,-0.1408330500125885,-0.22304606437683105,0.21020638942718506,-0.1291247010231018 +451,-1.5262604968121063,-0.6701144795968895,-2.5187778187347507,-0.7829734683036804,0.6210756897926331,-0.034893445670604706,0.4548804461956024,1.329945683479309,-0.022400494664907455,0.9723960757255554,-0.027066349983215332,-0.0007663369178771973 +452,-1.4108118346201355,-0.730992562522606,-2.484437489172674,-0.7350045442581177,0.667608916759491,-0.1186029389500618,-0.7466429471969604,0.4668610692024231,0.4414163827896118,0.9332314729690552,-0.504461944103241,0.1861078143119812 +453,-1.5100705841453286,-0.730839852399694,-2.745835094468068,-0.7432417273521423,0.6674952507019043,-0.04518946632742882,-1.467767357826233,1.861625075340271,-0.1609373241662979,-1.6768022775650024,1.2726445198059082,0.030571579933166504 +454,-1.4174490212401556,-0.7334814526897739,-2.843970768466573,-0.7341310381889343,0.669459879398346,-0.11346783488988876,-0.9420569539070129,1.7612699270248413,-0.20329570770263672,0.0273897647857666,-0.589076578617096,0.21080362796783447 +455,-1.3815400418514971,-0.7264610107027649,-2.9191549153993157,-0.7341822385787964,0.6642283201217651,-0.14063167572021484,0.6464630961418152,-0.9416301250457764,0.2821607291698456,0.6289881467819214,-0.8065012693405151,0.23868465423583984 +456,-1.4848493736448733,-0.7259079829109286,-2.770138974817344,-0.7451363205909729,0.6638147830963135,-0.06420035660266876,1.5317494869232178,-3.5019936561584473,-0.28821560740470886,-1.4806174039840698,0.6786686778068542,-0.8891993165016174 +457,-1.4529957287087771,-0.7190067941752696,-2.4924648187147986,-0.747245192527771,0.6586376428604126,-0.08843538165092468,0.7661187648773193,-1.4933048486709595,0.003546525724232197,0.24982398748397827,0.08815789222717285,-0.06663964688777924 +458,-1.4732257276298961,-0.709445861659816,-2.4447437881100638,-0.7551144361495972,0.6514134407043457,-0.07391165941953659,0.4029626250267029,1.2287824153900146,0.21240296959877014,1.0139491558074951,-0.3546299934387207,0.06355094909667969 +459,-1.4512426528949938,-0.7493948697925668,-2.4483237497467787,-0.7268756628036499,0.681195855140686,-0.08731706440448761,-0.7540960311889648,-0.12358462810516357,-0.39760345220565796,0.3131487965583801,-0.07896190881729126,-0.16489547491073608 +460,-1.5085625283617952,-0.7351850438481435,-2.664885263606306,-0.7402706742286682,0.6707243919372559,-0.04612942785024643,0.32831478118896484,1.9458394050598145,0.007352238520979881,-1.146142840385437,0.6792663931846619,-0.10970860719680786 +461,-1.3848471452549849,-0.7665887372276761,-2.7099911091115847,-0.7078642249107361,0.6936821937561035,-0.1331651508808136,-1.1617438793182373,1.591790795326233,-0.12445186078548431,0.36565548181533813,-0.7050806283950806,0.2855241596698761 +462,-1.4317135561296932,-0.7886819685972701,-2.7449943747599153,-0.6979754567146301,0.7094249725341797,-0.09770718961954117,0.9170526266098022,-1.5209349393844604,0.3326711654663086,0.6457293033599854,-0.9191417098045349,0.03629051148891449 +463,-1.5959435616859858,-0.8196073337963622,-2.646826081059827,-0.6822925806045532,0.7308778762817383,0.01716138981282711,1.9676251411437988,-2.208306312561035,0.2059973180294037,-2.0372204780578613,1.3119993209838867,0.36443042755126953 +464,-1.566184489283442,-0.8430769104377679,-2.396325177731197,-0.6651612520217896,0.7466933131217957,-0.003067637560889125,0.5486000180244446,-1.6232157945632935,0.12298376113176346,0.3345796465873718,-0.16151881217956543,0.0018926863558590412 +465,-1.5071760757875243,-0.834753213525187,-2.355481947205019,-0.6700024008750916,0.7411308288574219,-0.04268332198262215,0.31208232045173645,0.7651636004447937,0.3524607717990875,0.8969005942344666,-0.36310964822769165,-0.12905436754226685 +466,-1.5114117271450487,-0.8495807759971143,-2.4228826600068403,-0.6591342091560364,0.7510036826133728,-0.03918850049376488,-2.7142605781555176,0.6660336256027222,-0.9866817593574524,-0.7452237010002136,0.703998327255249,-0.3664969205856323 +467,-1.508055089990091,-0.7946457958946227,-2.6501380874534983,-0.6991592049598694,0.7136155366897583,-0.0439237616956234,0.5744875073432922,0.5555368065834045,0.23814880847930908,-0.3378280997276306,0.1845167875289917,-0.3533235788345337 +468,-1.3879052227926492,-0.819268288350427,-2.691193911560376,-0.6713689565658569,0.7306464314460754,-0.12417501956224442,-0.9669294953346252,0.7960253357887268,-0.27504175901412964,0.6310095191001892,-0.7972358465194702,0.2740926146507263 +469,-1.488336006631284,-0.8319749479053227,-2.7124788854244097,-0.6711286902427673,0.7392627596855164,-0.055467262864112854,0.3895348310470581,-1.8681714534759521,0.30015087127685547,0.2727828025817871,-0.9100239276885986,-0.04733120650053024 +470,-1.5959796958128323,-0.84339426757945,-2.5602315174288295,-0.6647205948829651,0.7469043731689453,0.01674344390630722,1.9044570922851562,-0.1469036489725113,-0.0614357627928257,-1.1107310056686401,0.3404063582420349,0.5656235218048096 +471,-1.6221672696945106,-0.8533961815582142,-2.4447963760274654,-0.6565604209899902,0.7535175085067749,0.033757828176021576,0.8548245429992676,-0.8755542039871216,0.3885536789894104,0.58456951379776,-0.19303178787231445,-0.053075436502695084 +472,-1.5488721404673014,-0.9025320947406943,-2.342220800517557,-0.6194756031036377,0.7848984003067017,-0.013583674095571041,0.5219919681549072,-0.17586030066013336,0.44433531165122986,0.9715264439582825,-0.7720962762832642,-0.04800081253051758 +473,-1.5860638998649592,-0.8944944774298766,-2.427664387243522,-0.6258402466773987,0.7798927426338196,0.009555804543197155,-2.711895704269409,1.2212567329406738,-1.1880043745040894,-1.031950831413269,1.2155754566192627,-0.4261665344238281 +474,-1.476009718098226,-0.8405916488250469,-2.5732371979575945,-0.6640280485153198,0.7450379133224487,-0.06313014775514603,-0.08450303971767426,1.8205039501190186,-0.018465988337993622,-0.3514138460159302,0.22923582792282104,0.15211939811706543 +475,-1.3755832446461431,-0.8227977536155774,-2.6713187801085687,-0.6672540307044983,0.7330516576766968,-0.1319369524717331,-0.6589468121528625,0.015556830912828445,-0.3523157835006714,0.5138421654701233,-0.686649739742279,0.21169467270374298 +476,-1.4620692697780449,-0.821719293081644,-2.611493000346506,-0.676941990852356,0.7323176860809326,-0.07389331609010696,0.5480493903160095,-2.0866293907165527,0.09394044429063797,-0.06436043977737427,-0.6926143765449524,-0.19295239448547363 +477,-1.5074060278935992,-0.802040199197698,-2.455390774943341,-0.6938453316688538,0.7187759876251221,-0.04404207319021225,1.8791325092315674,-0.2708292007446289,-0.04507999122142792,-0.8079246878623962,0.36287379264831543,0.21072906255722046 +478,-1.5324243297154077,-0.7935723068797715,-2.3311813374150443,-0.7007868885993958,0.7128630876541138,-0.026903798803687096,0.5122423768043518,-0.637452244758606,0.01652192696928978,0.5743374228477478,-0.14871519804000854,0.04507702589035034 +479,-1.4326573240305236,-0.8062940703742267,-2.2700593099671997,-0.6855838894844055,0.7217269539833069,-0.09531291574239731,0.002697321120649576,0.6112517714500427,0.5095220804214478,0.9412603378295898,-0.5930039882659912,0.06062968820333481 +480,-1.4663266345558645,-0.810102159408343,-2.3879352471340507,-0.6856657862663269,0.7243576049804688,-0.07189302891492844,-2.1882758140563965,0.7539434432983398,-0.6990826725959778,-0.6304047703742981,1.2606582641601562,-0.508459746837616 +481,-1.370399619440588,-0.8212858439572102,-2.4480460324275892,-0.6676463484764099,0.7320224642753601,-0.13561438024044037,-1.1455881595611572,2.7023892402648926,0.28174257278442383,-0.7607593536376953,-0.2529270648956299,0.37781715393066406 +482,-1.3745430472016087,-0.80855726501409,-2.6924867488292694,-0.6772870421409607,0.7232916355133057,-0.1346530020236969,-0.9174768328666687,0.52852463722229,-0.539103090763092,0.48237133026123047,-0.5850012302398682,0.1795749068260193 +483,-1.43272626609647,-0.823628854423673,-2.636189149016534,-0.6730965971946716,0.7336167097091675,-0.09352957457304001,0.4337116777896881,-2.072195529937744,1.00029456615448,-0.36350929737091064,-0.6068618893623352,-0.2869635820388794 +484,-1.4795478114894982,-0.8200903915037489,-2.4653424542682973,-0.6793171167373657,0.7312074899673462,-0.06215929239988327,0.7437217235565186,-0.9603878855705261,-0.20612986385822296,-0.6243022084236145,0.48868685960769653,-0.0016682110726833344 +485,-1.5393784565781037,-0.8087422075112224,-2.366894806159594,-0.6900681257247925,0.7234193682670593,-0.02168760634958744,0.6887177228927612,-0.08212678134441376,-0.10344839841127396,0.64635169506073,-0.1027224063873291,-0.024073539301753044 +486,-1.431981712216673,-0.8399660374378639,-2.3097339847220386,-0.6610674262046814,0.7446204423904419,-0.09235982596874237,-0.35667145252227783,0.6814122796058655,0.3887662887573242,0.9339708685874939,-0.5910102128982544,0.09020835161209106 +487,-1.572925334398847,-0.8351608507617096,-2.5854298851490545,-0.6710569262504578,0.7414044737815857,0.0014286874793469906,-1.9130752086639404,1.7718406915664673,-0.34678924083709717,-1.484201192855835,1.5641984939575195,-0.11548817157745361 +488,-1.4203644068073753,-0.8318632415563206,-2.628868252280354,-0.6658936142921448,0.7391875386238098,-0.10093417763710022,-1.0349136590957642,2.214899778366089,-0.0930694043636322,-0.24517822265625,-0.42011094093322754,0.38767731189727783 +489,-1.3877154711201525,-0.8084278007868718,-2.7091540895980812,-0.6790940761566162,0.7232022285461426,-0.12573711574077606,0.3710789680480957,-0.9811083078384399,-0.013474885374307632,0.4984757900238037,-0.7621273994445801,0.19356238842010498 +490,-1.5418435195168458,-0.8149679819862179,-2.6251331459311564,-0.6856040358543396,0.7277036309242249,-0.019855709746479988,1.3462882041931152,-3.0179481506347656,-0.3859981596469879,-1.3763923645019531,0.7507966160774231,-0.34621793031692505 +491,-1.5262477341043936,-0.8008956850591773,-2.413941621738998,-0.6953731179237366,0.7179798483848572,-0.03099840320646763,0.4685327112674713,-1.0975892543792725,-0.1644047498703003,0.22691315412521362,0.06851905584335327,-0.15059643983840942 +492,-1.4732284262040114,-0.7996938371948618,-2.3378771060135626,-0.6936115622520447,0.7171427607536316,-0.06788977980613708,0.42832788825035095,1.2540161609649658,0.25750428438186646,0.9008870720863342,-0.29407769441604614,0.09501989185810089 +493,-1.409021908370046,-0.835760506700762,-2.387144964649248,-0.6618573665618896,0.7418067455291748,-0.1080155298113823,-1.4860326051712036,-0.04380844533443451,-0.18289096653461456,0.5160902142524719,-0.07667618989944458,-0.14569233357906342 +494,-1.4814236175751254,-0.7994786952164681,-2.6244190715953413,-0.6942986249923706,0.7169927954673767,-0.06221709027886391,0.05783812329173088,1.728627324104309,-0.02154720388352871,-0.6456519961357117,0.38551580905914307,-0.5534445643424988 +495,-1.3663809770922335,-0.8129899865567197,-2.7290770560549844,-0.6730196475982666,0.7263455390930176,-0.13952435553073883,-0.7639526724815369,1.7434533834457397,-0.6783504486083984,0.4062654376029968,-0.6820797324180603,0.28944194316864014 +496,-1.3715758900513242,-0.7846918361629356,-2.723884850926981,-0.6936103105545044,0.7066071629524231,-0.14003893733024597,1.1492514610290527,-1.5286734104156494,0.30029430985450745,0.45197218656539917,-0.9006837606430054,0.030251935124397278 +497,-1.448038458113311,-0.7706093349130021,-2.5212461026265904,-0.7120870351791382,0.6965725421905518,-0.08785604685544968,2.280837297439575,-0.14882980287075043,0.14709161221981049,-1.0149483680725098,0.45064419507980347,0.4290273189544678 +498,-1.434104515735022,-0.7591571137690848,-2.3770172175180364,-0.7186499238014221,0.6883102655410767,-0.09884998947381973,0.5489181280136108,-0.7663446664810181,0.03518277779221535,0.5063391327857971,0.05857694149017334,0.021472692489624023 +499,-1.3211822761255256,-0.7751989778519028,-2.3125961067776775,-0.6921445727348328,0.6998581886291504,-0.1764490008354187,-0.21288098394870758,1.152705430984497,0.508370578289032,0.88368821144104,-0.49453604221343994,0.1973077803850174 +500,-1.4364632051431274,-0.8277408377981108,-2.52265255528046,-0.6704461574554443,0.7364048361778259,-0.09060880541801453,-3.97257137298584,0.19556155800819397,-0.6636675000190735,-1.3123114109039307,1.5042719841003418,-0.5912454128265381 +501,-1.3901718301673744,-0.8187664946103949,-2.699272454426831,-0.672009289264679,0.7303037643432617,-0.12271882593631744,-0.012505489401519299,0.4694736897945404,0.24766552448272705,-0.20514219999313354,-0.268466055393219,-0.41100311279296875 +502,-1.3060003286100947,-0.792541468376903,-2.7157415088872403,-0.6775686740875244,0.7121397852897644,-0.18373191356658936,-0.00415115337818861,-0.2629249095916748,-0.43621745705604553,0.4366171956062317,-0.8345611095428467,0.34619224071502686 +503,-1.4020789790342136,-0.7708312470355833,-2.624383409653359,-0.7071463465690613,0.6967317461967468,-0.12045295536518097,0.5201082229614258,-3.1438539028167725,0.4195709228515625,-0.6847298741340637,-0.2502290606498718,-0.4653777480125427 +504,-1.431023987237257,-0.753140125071033,-2.3446528699914473,-0.7224301695823669,0.6839330196380615,-0.10163849592208862,1.604549765586853,-1.2484129667282104,0.008539710193872452,-0.35139185190200806,0.15354567766189575,-0.12139922380447388 +505,-1.4551689776609698,-0.7295252434232331,-2.2268305795081718,-0.7405131459236145,0.6665157675743103,-0.08600721508264542,0.8004176616668701,0.4450572431087494,-0.1915813833475113,0.7329142689704895,-0.04508626461029053,0.07813369482755661 +506,-1.3512039979773458,-0.7539159167286562,-2.159745762443287,-0.7115076184272766,0.6844987869262695,-0.15880239009857178,-0.2872161567211151,0.040975067764520645,0.5693973898887634,0.7726802229881287,-0.38931751251220703,0.19173087179660797 +507,-1.470668445788667,-0.7863728098171777,-2.3603000398756957,-0.7028791308403015,0.7077956199645996,-0.07061394304037094,-0.5713346600532532,2.4695894718170166,-0.15211449563503265,-1.3150193691253662,1.077803134918213,0.11431515216827393 +508,-1.3487494205809436,-0.7778601329945365,-2.3980842155019197,-0.6949260830879211,0.7017565369606018,-0.15689323842525482,-0.28020936250686646,1.4533202648162842,-0.1224307045340538,-0.025822758674621582,-0.3226672410964966,0.2866082191467285 +509,-1.3425193860302753,-0.7491510344039929,-2.4336917638499167,-0.7132706642150879,0.6810173392295837,-0.16571173071861267,0.29946839809417725,-1.152118444442749,-0.21455062925815582,0.5434404015541077,-0.7428764700889587,0.15559512376785278 +510,-1.5196477042007532,-0.7273714700143988,-2.386619326844071,-0.7459477782249451,0.6649086475372314,-0.038187507539987564,0.9587695002555847,-3.3568215370178223,-0.2406567484140396,-1.2229089736938477,0.8351828455924988,-0.6009879112243652 +511,-1.4858720547364461,-0.7044617776192336,-2.2230528402545793,-0.7592142224311829,0.6476238369941711,-0.06463116407394409,-0.1549910008907318,-0.6976289749145508,-0.28232234716415405,0.24648839235305786,0.23538702726364136,-0.06111651659011841 +512,-1.4761961930198826,-0.7005196266343893,-2.2157805507333608,-0.7610892057418823,0.6446150541305542,-0.07221468538045883,0.02618641033768654,1.1912881135940552,0.33961039781570435,0.9365346431732178,-0.17909985780715942,0.0002695247530937195 +513,-1.4405002894190613,-0.7485070338330175,-2.3098097232810355,-0.7264947891235352,0.6805456280708313,-0.09519873559474945,-2.121720790863037,1.1489704847335815,-0.07460539788007736,0.28753000497817993,-0.1961706280708313,0.07034219801425934 +514,-1.490124463125474,-0.7057542483727101,-2.5861288253249275,-0.7586471438407898,0.6486080884933472,-0.06133459135890007,-0.07818527519702911,1.9206517934799194,0.25366121530532837,-0.5701034069061279,0.29861170053482056,-0.7757626175880432 +515,-1.390786561150353,-0.7137205135735193,-2.7044144749160224,-0.7437170147895813,0.6546507477760315,-0.1353413462638855,-0.8952568173408508,1.457980751991272,-0.5096490979194641,0.3886603116989136,-0.5391112565994263,0.322520911693573 +516,-1.4436958425455675,-0.7346223445861146,-2.671448353254091,-0.736098051071167,0.6703069806098938,-0.09406549483537674,0.7811639904975891,-1.784539818763733,0.5517299771308899,0.378248929977417,-0.995258092880249,0.09603387117385864 +517,-1.58750135533348,-0.698613558362325,-2.5627086770223184,-0.7656277418136597,0.6431566476821899,0.012791022658348083,1.4555374383926392,-0.5206041932106018,0.05287623032927513,-1.3003053665161133,0.9506390690803528,0.2591968774795532 +518,-1.5488807319148385,-0.7087108107889689,-2.458205177131631,-0.7590192556381226,0.650855541229248,-0.01663702167570591,0.24528174102306366,-0.7852450013160706,0.0915926992893219,0.36711251735687256,0.05675548315048218,0.020146548748016357 +519,-1.4814416259724164,-0.727958390982245,-2.4186213478401317,-0.7435560822486877,0.6653469204902649,-0.06661762297153473,-0.16211442649364471,1.0041182041168213,0.5547666549682617,0.9147749543190002,-0.3476436138153076,0.06467974185943604 +520,-1.5456246425505689,-0.7721231624979292,-2.6115892325298886,-0.7162042260169983,0.6976578831672668,-0.018031874671578407,-3.470569133758545,0.9635250568389893,-0.3801724314689636,-0.733396053314209,0.8368728160858154,-0.5329172015190125 +521,-1.4968960311608381,-0.7252774241017294,-2.919039969281937,-0.7462729215621948,0.663343071937561,-0.05525040626525879,-0.7651857137680054,1.2560254335403442,-0.22056175768375397,-0.2216072678565979,-0.00785607099533081,-0.2964036464691162 +522,-1.4362093514575784,-0.7143318800692189,-2.9160654656305844,-0.7486987113952637,0.6551128029823303,-0.1013779416680336,-0.044684190303087234,0.39304065704345703,-0.16130225360393524,0.5056109428405762,-0.5773692727088928,0.05645609647035599 +523,-1.4680515509739571,-0.7350843611305519,-2.851753732149975,-0.7378623485565186,0.6706497073173523,-0.07607939839363098,0.8748120665550232,-1.8972527980804443,0.4314921796321869,0.14380717277526855,-0.7952377796173096,-0.02655118703842163 +524,-1.5669220852612575,-0.7304950187448407,-2.6791499628989595,-0.7448386549949646,0.6672384142875671,-0.0028856992721557617,1.6976995468139648,-0.06552214920520782,-0.004504906013607979,-0.6886635422706604,0.3587625026702881,0.06872737407684326 +525,-1.5625610833872146,-0.7167898539040475,-2.5942894296244,-0.7538931965827942,0.6569678783416748,-0.006208634003996849,0.39551785588264465,0.1267630010843277,-0.04168197512626648,0.6336996555328369,-0.016541242599487305,-0.000978231430053711 +526,-1.4557686918648458,-0.7395557003642139,-2.6123575934244183,-0.7338860034942627,0.6739597320556641,-0.08479146659374237,-0.9863398671150208,1.315247654914856,0.4826485514640808,0.8793633580207825,-0.39924055337905884,0.10381919890642166 +527,-1.5809782742021417,-0.7312516324415448,-2.968363483426358,-0.7443005442619324,0.6678017973899841,0.0075786905363202095,-4.928713321685791,1.7372162342071533,-1.1352542638778687,-1.0724260807037354,1.2210378646850586,-0.3051556348800659 +528,-1.5061912585285029,-0.6917388093715383,3.090984830381812,-0.7685312032699585,0.6378772854804993,-0.04972020536661148,0.7996405959129333,-0.20058098435401917,0.3120551109313965,-0.006752490997314453,0.019135594367980957,-0.29282432794570923 +529,-1.4194563261930873,-0.6912088266776961,-3.0612223448897558,-0.7616692781448364,0.6374689936637878,-0.11615921556949615,0.2528805136680603,-0.028509685769677162,-0.04714091867208481,0.5505334734916687,-0.7488124966621399,0.24480605125427246 +530,-1.490613160423714,-0.7113265485938763,-2.9709806760046,-0.7550626397132874,0.652839183807373,-0.06067340075969696,0.750865638256073,-2.8684165477752686,0.17526757717132568,-0.6942475438117981,0.013267934322357178,-0.43224650621414185 +531,-1.5294475415560875,-0.7020425179676383,-2.812689560625403,-0.7628721594810486,0.6457785367965698,-0.031561825424432755,0.6727574467658997,-0.2978372275829315,-0.04267589747905731,-0.22366958856582642,0.2111855149269104,-0.11174875497817993 +532,-1.5557818207508272,-0.7145232764112943,-2.771847523631348,-0.7553205490112305,0.6552573442459106,-0.011341617442667484,0.153004989027977,0.5617018342018127,0.2588394284248352,0.7773848176002502,-0.01895064115524292,0.0009809145703911781 +533,-1.4269002777888093,-0.7617942042809814,-2.768674706037675,-0.7161203622817993,0.690220832824707,-0.10376405715942383,-0.5086643099784851,1.1364866495132446,0.36370816826820374,0.8202005624771118,-0.46606922149658203,0.008671283721923828 +534,-1.5796658978105778,-0.7642973679981836,-3.0785159831565134,-0.7218403816223145,0.6920299530029297,0.00640258239582181,-2.057253360748291,2.420025110244751,-0.09390899538993835,-1.4728007316589355,1.4625263214111328,0.1370757818222046 +535,-1.4244584079791878,-0.7428188238160097,-3.1314980446188647,-0.7286922931671143,0.6763668656349182,-0.10740308463573456,-0.6152259707450867,1.2600984573364258,-0.39439189434051514,-0.007635831832885742,-0.4921780228614807,0.15824538469314575 +536,-1.3952323508523283,-0.7242313505985462,3.0934680185847423,-0.7374953031539917,0.6625599265098572,-0.1308244913816452,0.457839697599411,-0.5512571334838867,0.14169782400131226,0.6761091947555542,-0.7379841208457947,0.1430162787437439 +537,-1.4585011803781383,-0.7551088960702226,-3.074050827339291,-0.7236102819442749,0.6853679418563843,-0.08160121738910675,0.5239337682723999,-2.4099037647247314,0.6449537873268127,-0.7725443840026855,-0.13921016454696655,-0.33143895864486694 +538,-1.4722299793662759,-0.7512202987521877,-2.848326034630523,-0.7273091077804565,0.6825311183929443,-0.07192126661539078,1.9762632846832275,-2.173635959625244,0.567659854888916,-0.3884897828102112,0.4100896716117859,-0.00919448584318161 +539,-1.5391968882380285,-0.7480475621019569,-2.779792070720326,-0.7326525449752808,0.6802088618278503,-0.023159118369221687,0.35015735030174255,1.2658666372299194,-0.15695995092391968,0.725816547870636,-0.22389471530914307,-0.07280337810516357 +540,-1.4224280157308344,-0.7742959928580624,-2.806690478579467,-0.7070590257644653,0.6992129683494568,-0.10568175464868546,-0.886455237865448,0.8320126533508301,0.45825842022895813,0.7682010531425476,-0.41907691955566406,0.12223757058382034 +541,-1.5781856361749187,-0.8124145599264294,3.1325151093947885,-0.687728762626648,0.7259498834609985,0.005081932991743088,-1.943821668624878,3.4453182220458984,-0.23939503729343414,-1.3515472412109375,1.2712271213531494,0.3842155933380127 +542,-1.4659478403676396,-0.8124427313446998,3.0654791633893264,-0.6839506030082703,0.7259692549705505,-0.07197512686252594,0.1743343472480774,0.8415905833244324,0.10781768709421158,-0.04105556011199951,-0.36903566122055054,-0.053085923194885254 +543,-1.4280873079066043,-0.7872233751422523,3.0320285787114996,-0.6986398100852966,0.7083961963653564,-0.10038460046052933,0.23746129870414734,-0.850375771522522,0.010244845412671566,0.4401560425758362,-0.7217629551887512,0.12215889245271683 +544,-1.5551395612816141,-0.8037287584670241,3.1202818743655025,-0.6939420700073242,0.719948947429657,-0.010865775868296623,0.5529123544692993,-3.5446348190307617,-0.058566488325595856,-1.0035371780395508,0.4241092801094055,-0.5175918936729431 +545,-1.5281610314801222,-0.8011513992292232,-2.912477374956056,-0.6952478885650635,0.7181578278541565,-0.029660074040293694,0.6027997136116028,-0.9361822605133057,-0.16738401353359222,-0.09769028425216675,0.17358100414276123,-0.07528984546661377 +546,-1.5102056807027289,-0.798042561297453,-2.8363874382319776,-0.696828305721283,0.7159909605979919,-0.04227302223443985,0.5668209791183472,0.9325498938560486,0.21624673902988434,0.8515830636024475,-0.2628660202026367,0.015432838350534439 +547,-1.437068080338888,-0.8329752956344874,-2.8844822497179026,-0.666671097278595,0.7399360537528992,-0.08968803286552429,-1.8060321807861328,0.45719897747039795,0.12294258177280426,0.4862207770347595,-0.15666896104812622,-0.0589478462934494 +548,-1.5779313972671143,-0.8096630915410739,3.0616311796936824,-0.689724862575531,0.7240548133850098,0.004921319428831339,0.13046446442604065,1.9260659217834473,-0.17079494893550873,-0.5906859040260315,0.6654868125915527,-0.3302844762802124 +549,-1.4858496678190916,-0.8122283159886908,3.075988206867139,-0.6854024529457092,0.7258217930793762,-0.05836309492588043,-0.4007906913757324,1.4832961559295654,-0.23253141343593597,0.11670738458633423,-0.589835524559021,0.03585642948746681 +550,-1.4473544416292143,-0.7768541796202741,2.995212965955126,-0.7076961398124695,0.7010395526885986,-0.08780579268932343,0.1673220843076706,-0.5956484079360962,-0.247269868850708,0.526070773601532,-0.7302753329277039,0.21646791696548462 +551,-1.6199783098973255,-0.7986021335838549,3.048018411015479,-0.6968652009963989,0.7163814902305603,0.034300871193408966,1.6707578897476196,-2.834169864654541,0.20769475400447845,-1.184482455253601,0.7106662392616272,-0.31265175342559814 +552,-1.513772331322874,-0.8292859297844558,-2.9064431258501036,-0.6743049025535583,0.7374492883682251,-0.03849329054355621,0.3473956286907196,-1.7140787839889526,-0.03509087115526199,0.08511722087860107,-0.0013805031776428223,-0.11999976634979248 +553,-1.5224240677891603,-0.7907936544080273,-2.9051565625898106,-0.7024586200714111,0.7109116315841675,-0.034006036818027496,0.14891685545444489,0.5230566263198853,-0.18108822405338287,0.6082814335823059,-0.055256783962249756,-0.05644809827208519 +554,-1.4936029781413378,-0.8349161264181655,-2.8573943683653957,-0.6692410111427307,0.7412402033805847,-0.05176381394267082,-0.35267406702041626,-0.2567170262336731,0.5250304341316223,0.2218227982521057,-0.09867733716964722,0.08330374956130981 +555,-1.596068613966276,-0.8440404698760782,-2.976729112811819,-0.6642364263534546,0.7473338842391968,0.016790349036455154,-0.5460247993469238,1.211751103401184,-0.30277755856513977,-0.7223601937294006,0.26182132959365845,-0.42441368103027344 +556,-1.5204021056385264,-0.8361591291202719,-2.998931205634022,-0.669467031955719,0.7420740127563477,-0.03376585990190506,0.3443177044391632,1.0004041194915771,-0.02103813737630844,-0.02523505687713623,-0.28090763092041016,-0.05188173055648804 +557,-1.391367217050722,-0.7997196832463722,-3.0086131646126106,-0.6857194900512695,0.7171607613563538,-0.12437566369771957,-0.2736097574234009,0.29209479689598083,-0.35045886039733887,0.37833118438720703,-0.47347790002822876,0.20068484544754028 +558,-1.4812566468130746,-0.7908312233674663,-2.99238369187332,-0.7004374861717224,0.7109380960464478,-0.0628850981593132,0.45394012331962585,-1.6612623929977417,0.10522511601448059,-0.014558851718902588,-0.2531896233558655,-0.21766304969787598 +559,-1.5277947437950294,-0.8017207277314145,-2.847494987696169,-0.6948283910751343,0.7185538411140442,-0.02989715151488781,1.3820881843566895,0.18478065729141235,0.13074085116386414,-1.1357990503311157,0.28460466861724854,0.13393157720565796 +560,-1.5299153009103121,-0.7903174608088263,-2.730862821405042,-0.7030317783355713,0.7105766534805298,-0.028756681829690933,0.5556743741035461,-0.6938344836235046,-0.07056157290935516,0.33656150102615356,-0.14360588788986206,0.04223019257187843 +561,-1.4706629602959749,-0.7922769126176615,-2.6852916936271183,-0.6987084746360779,0.7119539976119995,-0.07019881159067154,0.2847781181335449,1.0004597902297974,0.1230139508843422,0.9031915664672852,-0.4717959761619568,0.060158491134643555 +562,-1.4673337167434035,-0.8119085557368128,-2.7649437588621164,-0.6844351291656494,0.7256017923355103,-0.0710672065615654,-2.3194541931152344,0.17998026311397552,-0.3789078891277313,-0.3651253581047058,0.46151667833328247,-0.284676194190979 +563,-1.483824534346524,-0.7920849619632042,-2.975603109826136,-0.699708104133606,0.7118192315101624,-0.06100877374410629,0.15699903666973114,0.7093973755836487,0.06797181069850922,-0.38954055309295654,0.15933561325073242,-0.349956214427948 +564,-1.3940636145483503,-0.7935800107638166,-2.9713945683034098,-0.6903740167617798,0.7128685116767883,-0.12329807132482529,-0.3915451169013977,0.7444227933883667,-0.3951568901538849,0.3794761896133423,-0.613152265548706,0.1566537618637085 +565,-1.4171686284123453,-0.7739085963051998,-2.9504542244869683,-0.7067610621452332,0.6989359259605408,-0.10944041609764099,0.7432035207748413,-1.4455163478851318,0.180491104722023,0.36317896842956543,-0.762732982635498,0.050556786358356476 +566,-1.507958693346213,-0.7853255031848928,-2.803733642107296,-0.7057624459266663,0.707055389881134,-0.04440690204501152,2.4261834621429443,-0.13580985367298126,0.1998969316482544,-1.065828800201416,0.7045961618423462,0.19823074340820312 +567,-1.4795222056791986,-0.7873553273486688,-2.6651540209064017,-0.70278400182724,0.7084893584251404,-0.06432472169399261,0.2716004252433777,-0.8491647839546204,-0.01025365199893713,0.2779487371444702,-3.898143768310547e-05,0.08590059727430344 +568,-1.4184405383557008,-0.7909135606098361,-2.5952584368827885,-0.6950505375862122,0.7109959721565247,-0.10672200471162796,0.24550361931324005,0.37830057740211487,0.3759465515613556,0.7301152348518372,-0.47152453660964966,0.07148945331573486 +569,-1.4687494716796836,-0.8248566652658124,-2.6897829208057207,-0.6751315593719482,0.7344505190849304,-0.06913520395755768,-2.44511342048645,-0.19716013967990875,-0.1643296182155609,-0.6497432589530945,0.7139289975166321,-0.41298145055770874 +570,-1.4293658480777682,-0.8178406207404805,-2.783669334308717,-0.6769708395004272,0.7296709418296814,-0.0963878333568573,0.3350929319858551,0.47225886583328247,0.25981375575065613,-0.23472648859024048,-0.09202146530151367,-0.2277698963880539 +571,-1.3539898726663024,-0.8064222130257441,-2.815061323724468,-0.6758832931518555,0.7218156456947327,-0.14887584745883942,-0.44474461674690247,0.721371054649353,-0.4694019556045532,0.31353282928466797,-0.46366745233535767,0.22487984597682953 +572,-1.3925559727198984,-0.7872069970852623,-2.8020247321917324,-0.6946444511413574,0.70838463306427,-0.12514172494411469,0.426994264125824,-1.5497758388519287,0.1933601051568985,0.13774442672729492,-0.553568959236145,-0.05210435390472412 +573,-1.4500468082215097,-0.7960865249714038,-2.658016029603624,-0.694415271282196,0.7146240472793579,-0.08426022529602051,1.558851718902588,0.08678560703992844,0.1438431739807129,-0.9483611583709717,0.2798522114753723,0.148392915725708 +574,-1.4693979409687883,-0.7789616425924798,-2.572462172331291,-0.7079882025718689,0.7025408744812012,-0.07203591614961624,0.46844327449798584,-0.8128604292869568,-0.20037780702114105,0.2356066107749939,-0.05947446823120117,0.040694355964660645 +575,-1.403828767837407,-0.7624714053440006,-2.517688656736632,-0.7130749225616455,0.690710723400116,-0.12017925083637238,0.2386884093284607,0.7006546258926392,0.22042134404182434,0.6385204792022705,-0.3551393747329712,0.10144150257110596 +576,-1.3878900798788205,-0.8074911579140555,-2.5767679152908953,-0.6797818541526794,0.7225550413131714,-0.12574170529842377,-1.8220938444137573,0.17953117191791534,0.4037025570869446,0.14177221059799194,0.03695118427276611,-0.11163926124572754 +577,-1.4593226247534865,-0.8217539437992217,-2.849340738856003,-0.6767114400863647,0.7323412895202637,-0.07574955374002457,-0.2608298659324646,1.657689094543457,0.016978271305561066,-0.5396276712417603,0.5596051216125488,-0.15978509187698364 +578,-1.340615991466219,-0.8348276016112912,-2.7848397170742647,-0.6536000370979309,0.7411807775497437,-0.1531604528427124,0.33370742201805115,0.8631252646446228,-0.0460333414375782,0.10756427049636841,-0.6126254796981812,0.1404956579208374 +579,-1.3078770008907716,-0.811279610871492,-2.74306652181262,-0.6649085879325867,0.7251688838005066,-0.17896008491516113,1.0267341136932373,-1.1302688121795654,-0.012692923657596111,0.29759907722473145,-0.7627207040786743,0.14265942573547363 +580,-1.4397245523213191,-0.7995658298683895,-2.605708822645871,-0.6910392642021179,0.7170535326004028,-0.09109802544116974,1.5840662717819214,-2.4531354904174805,-0.26312145590782166,-1.2371985912322998,1.1690852642059326,-0.14437562227249146 +581,-1.4236783529683479,-0.7923711641015753,-2.4725276739098705,-0.6945739984512329,0.712020218372345,-0.10292797535657883,-0.1848280280828476,-0.6749488115310669,0.024326186627149582,0.3946624994277954,0.26101750135421753,-0.013237178325653076 +582,-1.3594292905399767,-0.798452499218384,-2.5147892994447005,-0.682286262512207,0.7162770628929138,-0.14639952778816223,-0.5543443560600281,1.3702622652053833,0.007206914015114307,0.6721543669700623,-0.4256581664085388,0.24146173894405365 +583,-1.419300830164288,-0.792145841363337,-2.7125050375937874,-0.694275438785553,0.7118619680404663,-0.10599171370267868,-2.724821090698242,0.5368869304656982,-0.7113289833068848,-0.1348719596862793,0.3435579538345337,-0.4131580591201782 +584,-1.4316872098926816,-0.7791692565327578,-2.953783351241793,-0.704624354839325,0.7026885747909546,-0.09865687787532806,-1.0051755905151367,1.9128341674804688,0.01827915571630001,-0.3855855464935303,0.3414856195449829,-0.24031716585159302 +585,-1.3713875703296095,-0.7755575748194903,-3.0796327565338477,-0.6998815536499023,0.7001143097877502,-0.14144226908683777,-0.8410363793373108,0.7190068364143372,-0.3205791115760803,0.39607906341552734,-0.5030775666236877,0.11170285940170288 +586,-1.3772497560339947,-0.7556276538349563,-3.0818947207115768,-0.7142511606216431,0.6857456564903259,-0.1399933099746704,0.5722823739051819,-0.611905038356781,-0.10904697328805923,0.29699963331222534,-1.0096898078918457,0.0666138082742691 +587,-1.4595975061094881,-0.7151549728591983,-3.032581573755523,-0.7503287196159363,0.6557344198226929,-0.08378127962350845,1.4052637815475464,0.2897566556930542,-0.18661841750144958,-0.9752267003059387,0.7831236124038696,0.28670793771743774 +588,-1.4158543286476744,-0.7157895938826961,-2.964636002346336,-0.7455359101295471,0.6562134027481079,-0.11644817888736725,0.13341310620307922,-9.96999442577362e-05,0.21355998516082764,0.6207190155982971,-0.0017944574356079102,0.13788676261901855 +589,-1.3148495972260776,-0.7348790980253789,-2.9807854134620833,-0.7177433967590332,0.670497477054596,-0.18782345950603485,-0.836932361125946,1.5601848363876343,-0.008388521149754524,0.5935063362121582,-0.554103434085846,0.27162474393844604 +590,-1.4694846889119495,-0.7235651465032225,3.0043460176737313,-0.7456071972846985,0.6620607972145081,-0.07579819113016129,-3.262294054031372,0.7293704152107239,-0.8018744587898254,-1.2407057285308838,1.3677853345870972,-0.4300916790962219 +591,-1.4240893743947094,-0.7247503038828695,2.895281043016057,-0.7406226396560669,0.6629485487937927,-0.10944078117609024,0.4516391158103943,0.1770229935646057,0.3910123109817505,0.03264540433883667,-0.06825250387191772,-0.13996410369873047 +592,-1.3592830591970182,-0.7521931517056325,2.8893307036655003,-0.7139193415641785,0.6832418441772461,-0.1532963067293167,-0.2165529876947403,0.7597039937973022,-0.15162402391433716,0.6190249919891357,-0.7601919174194336,0.1622532606124878 +593,-1.3944885725499696,-0.7427990386057863,2.9256601701254357,-0.7251598834991455,0.6763522624969482,-0.12919270992279053,0.016477227210998535,-1.6919022798538208,0.3698764741420746,-0.378645658493042,-0.5364139080047607,-0.18767130374908447 +594,-1.3926357469064565,-0.729238203940391,3.073589162286997,-0.7338790893554688,0.6663017868995667,-0.13214948773384094,1.2753353118896484,0.09629125893115997,-0.25008830428123474,-0.40683746337890625,0.28943246603012085,-0.042517900466918945 +595,-1.437785837587288,-0.7161955700118886,-3.136319960224426,-0.7476460933685303,0.6565197110176086,-0.1000353991985321,0.6583788394927979,-0.09992494434118271,0.23959331214427948,0.5067555904388428,0.005330204963684082,0.08878971636295319 +596,-1.3297876421318866,-0.7461146610992656,-3.078486540354731,-0.7131077647209167,0.6787907481193542,-0.17527195811271667,-0.26164019107818604,0.6433246731758118,0.23509180545806885,0.6634405255317688,-0.4753148555755615,0.23705483973026276 +597,-1.5252304900457136,-0.7761417167274397,2.9735684714743886,-0.7128811478614807,0.7005313038825989,-0.03250552713871002,-2.0280656814575195,0.195102259516716,-0.3394230306148529,-1.177164077758789,1.4174344539642334,-0.39420652389526367 +598,-1.4347111514490263,-0.7766450104153199,2.976810953295576,-0.7066748142242432,0.7008903622627258,-0.09676604717969894,0.025373205542564392,0.6845337152481079,0.12637357413768768,-0.2007959485054016,-0.32669901847839355,0.05082182586193085 +599,-1.3818264776792277,-0.7374834013196789,2.8974255379188953,-0.7269870638847351,0.6724273562431335,-0.1390375792980194,-0.5993372201919556,0.6573852300643921,-0.6694111227989197,0.4658939242362976,-0.49956047534942627,0.20257514715194702 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/q14.csv b/BoostRunClub/CoreML/DataSet/Motion/running/q14.csv new file mode 100644 index 0000000..04bebd9 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/q14.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-1.4436651054914782,-0.690523699914688,2.9012768824147934,-0.7646910548210144,0.6369410157203674,-0.09774326533079147,0.29401665925979614,-1.7550781965255737,-0.35350728034973145,0.09869074821472168,-0.3869563341140747,-0.15260767936706543 +1,0.32724917372185724,0.2506559104536766,2.2535883421849574,0.3113943934440613,-0.24803942441940308,-0.917338490486145,0.35004299879074097,-0.019889526069164276,0.39384424686431885,-0.012810438871383667,-0.04027538001537323,0.2232925295829773 +2,0.3488782673324009,0.26116609628808246,2.275249585884688,0.3302517831325531,-0.2582072913646698,-0.907889187335968,-0.13245442509651184,0.6433966755867004,0.3956930637359619,-0.0465756356716156,-0.1410999894142151,0.24440652132034302 +3,0.4070153275531394,0.33900892138387356,2.296074897306436,0.3733391761779785,-0.33255258202552795,-0.8660407662391663,1.194718360900879,0.1759592592716217,0.36020198464393616,0.1419501006603241,-0.14822131395339966,-0.15933454036712646 +4,0.5295253744239101,0.3706018888893902,2.426285039952252,0.47083067893981934,-0.3621765375137329,-0.8044542670249939,-0.21075691282749176,3.3392562866210938,2.2218782901763916,-0.06264284253120422,-0.0779632031917572,-0.1849408745765686 +5,0.7567759911433695,0.3900797354467595,2.494813957773649,0.6350041627883911,-0.380262166261673,-0.6724361181259155,-0.1424318552017212,1.0226534605026245,0.2328711450099945,0.11607921123504639,-0.18092557787895203,0.06229817867279053 +6,0.8816036223079677,0.4237958258606821,2.5491938289814815,0.7034856081008911,-0.411223441362381,-0.5796579122543335,-0.20165559649467468,2.280696392059326,0.297711044549942,0.3071345090866089,0.2677450478076935,0.16275733709335327 +7,1.0316640512906563,0.4750460267909816,2.5115144618109726,0.7631324529647827,-0.45737937092781067,-0.45654451847076416,1.6129674911499023,1.090530276298523,0.05368431285023689,0.11357653141021729,0.11381250619888306,0.05661168694496155 +8,1.1972272810492859,0.45559028720254974,2.3766510897689628,0.8360670208930969,-0.4399924576282501,-0.32771721482276917,0.18877974152565002,1.3057465553283691,-0.8764115571975708,-0.13790112733840942,0.05696636438369751,-0.027553141117095947 +9,1.2851863513469042,0.27958743501894623,2.5660796077130703,0.9222322702407837,-0.2759591341018677,-0.27080249786376953,-4.460122585296631,0.3804081678390503,-1.256913661956787,-0.14928317070007324,0.7148934602737427,-0.4981336295604706 +10,1.17380164213352,-0.19690537878364256,3.019073707479549,0.9044066667556763,0.19563545286655426,-0.37917718291282654,-6.918150424957275,-0.030343154445290565,-5.896945476531982,1.0909851789474487,0.42384088039398193,0.005397915840148926 +11,1.5482799276705834,-0.6260330681923781,-2.8381070332074856,0.8101527690887451,0.5859347581863403,-0.018244806677103043,-2.4174442291259766,3.2015907764434814,-0.5471120476722717,0.9027225375175476,-1.2134678363800049,-0.5395860075950623 +12,1.7368658478493417,-0.5381507257652103,-2.9059281588531114,0.8468446731567383,0.5125489830970764,0.14194238185882568,2.025186061859131,1.2002005577087402,2.633882761001587,-0.08677387237548828,-0.8605561852455139,-0.7194111347198486 +13,1.6450865125945788,-0.456111286931279,-3.092183532659333,0.8952959775924683,0.4404602646827698,0.06663433462381363,1.032867431640625,-0.7558953762054443,1.146589994430542,-0.4348924160003662,-0.1712188720703125,-0.009642831981182098 +14,1.540656043923989,-0.345384850346764,3.012371929567101,0.9405179023742676,0.3385588228702545,-0.02835606224834919,1.3904674053192139,-0.5168021321296692,-0.11321768909692764,-0.07787752151489258,0.6481813192367554,-0.6767678260803223 +15,1.4591391269801726,-0.34739098977975236,2.821486277880563,0.934408962726593,0.3404458165168762,-0.1047692522406578,1.9773684740066528,0.5337054133415222,0.4738021492958069,0.255868136882782,0.14890354871749878,-0.13242864608764648 +16,1.5573904105890117,-0.3890301541041215,2.7442976890562205,0.9251943230628967,0.37929120659828186,-0.012403820641338825,1.0502934455871582,-0.11173020303249359,0.28387728333473206,-0.28600358963012695,-0.42694440484046936,-0.30211031436920166 +17,1.4809697385383538,-0.35272765196388817,2.7240816358931315,0.9346504807472229,0.3454588055610657,-0.08418300747871399,-0.8192765712738037,-0.8814430832862854,0.007448500022292137,-0.6888008117675781,-0.24838238954544067,0.056839220225811005 +18,1.267256301672825,-0.44124767424426925,2.8760768868891153,0.8628825545310974,0.42706796526908875,-0.2702714502811432,-3.0657260417938232,-5.413664817810059,-4.621725082397461,0.8696919083595276,0.12868762016296387,0.1264115571975708 +19,0.8844740642824853,-1.1326419137648664,2.8569763295016077,0.328206866979599,0.9055362343788147,-0.26885783672332764,-2.902506113052368,2.083407163619995,-4.677054405212402,-0.1367395520210266,-0.08127164840698242,-0.5047780275344849 +20,1.366414447076897,-1.4268687326542089,3.038945914446332,0.14044521749019623,0.9896602630615234,-0.02911093272268772,-2.357477903366089,3.15544056892395,-1.6791937351226807,-0.21104766428470612,-0.6413480043411255,0.03638935089111328 +21,1.337744283454498,-1.4746160577255172,2.831008440218349,0.09343530237674713,0.9953782558441162,-0.022178275510668755,1.287833333015442,0.8977611064910889,0.022392038255929947,-0.16066554188728333,-0.802873432636261,0.0069499630481004715 +22,0.6453191208003067,-1.4320627926855938,2.183262593067293,0.08317402750253677,0.9903919100761414,-0.1104796901345253,0.8720771670341492,2.282344341278076,-0.1788024753332138,-0.2837202847003937,1.5990855693817139,0.3329681158065796 +23,2.0727729778755157,-1.4667161475839217,-2.857818377949075,0.09107552468776703,0.9945885539054871,0.04998879134654999,-0.45455631613731384,-2.867638349533081,0.6530908942222595,-0.10123787075281143,0.40398627519607544,-0.9761972427368164 +24,1.5504557336440608,-1.529763859576281,3.122838585074216,0.041012778878211975,0.9991582632064819,-0.0008343393565155566,0.44178199768066406,0.5112148523330688,-0.8798899054527283,-0.05138877034187317,-0.9050115346908569,0.16884887218475342 +25,1.1402513159014522,-1.533879904468199,2.6559132485145405,0.03354288637638092,0.9993186593055725,-0.015405604615807533,-0.23649191856384277,0.7150648236274719,0.6202161312103271,0.013454172760248184,-0.34113067388534546,0.44364356994628906 +26,2.0304283797617506,-1.534505942589946,-2.7744793612180203,0.0325179286301136,0.9993415474891663,0.016096068546175957,-0.6073957681655884,-1.5508882999420166,1.4829214811325073,0.5535264015197754,1.022951602935791,-0.2491741180419922 +27,2.687832040425288,-1.5056393349093014,-1.8660319105586571,0.02854158729314804,0.9978780150413513,0.05852263793349266,-0.581846296787262,-3.161206007003784,0.1654670089483261,0.08197781443595886,-1.005599021911621,-0.10167455673217773 +28,2.3517315513430703,-1.473646019413357,-2.237247073801235,0.06889308243989944,0.9952846169471741,0.06828088313341141,0.3679419457912445,1.1228396892547607,-0.1404910385608673,-0.033630043268203735,-0.5975185036659241,-0.09444975852966309 +29,1.7650804872330055,-1.4822516699759984,-3.006910986467545,0.08676647394895554,0.9960824847221375,0.017072703689336777,0.31122785806655884,2.1014254093170166,0.5206565856933594,-0.27715039253234863,1.0353049039840698,0.6112995147705078 +30,1.9500027174780385,-1.476612622100249,-2.8303067670110886,0.08736208081245422,0.9955679774284363,0.034813158214092255,1.5585391521453857,-2.6989777088165283,-0.3422622084617615,0.11348934471607208,0.5056220293045044,-0.33425164222717285 +31,1.2473238049712323,-1.4545325979182155,2.719331756500159,0.10998540371656418,0.9932489991188049,-0.03687235713005066,-0.048650313168764114,-0.15363138914108276,1.2084338665008545,0.3570556044578552,-0.4635096788406372,-0.26572465896606445 +32,1.0614959205473564,-1.4264624632007061,2.809883999589704,0.12557853758335114,0.9896019101142883,-0.07012815028429031,0.5426671504974365,-1.9171942472457886,-0.33873844146728516,0.11728036403656006,-0.9152153730392456,0.3143755793571472 +33,0.713360056822969,-1.5092786800946196,2.3835390778611836,0.04022978991270065,0.9981083869934082,-0.04648757353425026,-1.1235921382904053,1.0629204511642456,-2.361455202102661,0.14876553416252136,1.5015864372253418,0.04662490263581276 +34,2.5775840492090323,-1.5101816223232511,-1.7977484595141142,0.03238431364297867,0.9981634616851807,0.0511966235935688,0.598131000995636,-0.63004469871521,0.7122525572776794,-0.17937225103378296,-0.11184144020080566,-0.22475004196166992 +35,2.9606463454913547,-1.5264304989138682,-1.5728585006889888,0.007980908267199993,0.9990159869194031,0.04362407326698303,0.18018943071365356,1.1707671880722046,0.11181642860174179,0.12542670965194702,-1.1328967809677124,-0.3197014331817627 +36,1.3122745148006871,-1.5446696799177757,2.8898112719448386,0.02525310032069683,0.9996587038040161,-0.006677913945168257,0.5623424053192139,4.109597682952881,-0.5572142601013184,-0.2597043812274933,-0.31083130836486816,0.38463813066482544 +37,-2.4602856936333772,-1.5339144389739368,-1.0110651602487917,-0.023222967982292175,0.9993199110031128,0.028641147539019585,-0.8746167421340942,-4.4097795486450195,0.6862562298774719,-0.44360440969467163,1.3889703750610352,-1.2355960607528687 +38,-0.11437928654072102,-1.4661059377338774,1.568652715897827,-0.011926382780075073,0.9945249557495117,-0.10381537675857544,0.9241271018981934,0.7276719212532043,0.3342530429363251,0.5136353969573975,-0.48782652616500854,0.07180239260196686 +39,0.6579120286527155,-1.4844462397122644,2.4336522050045324,0.052734363824129105,0.9962741732597351,-0.0682411640882492,-1.595107913017273,-2.735114812850952,-0.17876216769218445,-0.011215213686227798,-0.8639346957206726,0.03247452527284622 +40,0.6209080081425474,-1.468862384764447,2.440649700002772,0.05919959396123886,0.9948092103004456,-0.0827641412615776,0.3666469156742096,0.6500109434127808,0.5516969561576843,-0.10787516832351685,-0.1283542513847351,0.3085942268371582 +41,2.0979363258281767,-1.4951949131451978,-2.3519865062916847,0.06527841836214066,0.997143566608429,0.03799736499786377,0.11812350898981094,-1.2332767248153687,1.9710876941680908,0.46119558811187744,0.9436067342758179,-0.07603751868009567 +42,2.1264817330484624,-1.4280409821444806,-2.329571071317167,0.12086506187915802,0.9898277521133423,0.07505178451538086,0.07780404388904572,-1.313207983970642,-1.0332483053207397,-0.2714387774467468,-0.5044609308242798,0.15723276138305664 +43,3.089695338838123,-1.538778698806503,-1.313347904658924,0.0016605147393420339,0.9994874596595764,0.03196742758154869,0.5526747107505798,0.5611851215362549,-1.643354892730713,0.1319149136543274,-0.38588589429855347,0.1865842342376709 +44,-1.8334906560752111,-1.414257555854119,0.022446259073438203,-0.15055187046527863,0.9877728223800659,0.04048469662666321,-0.7029290795326233,0.08751528710126877,-0.3572048246860504,-0.5785741209983826,0.7929736375808716,0.5248229503631592 +45,-2.3463814010846336,-1.367918587590573,-0.34253604673564764,-0.14386487007141113,0.9794908165931702,0.141068696975708,-0.49809595942497253,0.6905890703201294,0.7933928370475769,-0.28229784965515137,0.18266421556472778,-0.1893627792596817 +46,-2.718196384409633,-1.343201354460226,-0.9838036061304257,-0.09270452708005905,0.9742118716239929,0.20571185648441315,-2.218472719192505,-1.823889136314392,0.817650556564331,0.08138247579336166,-0.5836172699928284,-0.613670825958252 +47,-3.059303978795003,-1.3524551934853648,-1.1439391419283698,-0.01780444011092186,0.9762580990791321,0.21587704122066498,0.6545330286026001,0.6248496770858765,0.3015576899051666,0.26342517137527466,-0.6925668120384216,0.31293153762817383 +48,-2.7551512026243716,-1.3437353168619526,-0.8777426278411447,-0.08484445512294769,0.9743322134017944,0.20851367712020874,0.3842245042324066,-4.40381383895874,-0.22904004156589508,0.3796442747116089,1.4709038734436035,0.2746557891368866 +49,-3.111555276926954,-1.3429892524376008,-1.0522185882220563,-0.0067826793529093266,0.9741640090942383,0.22574006021022797,-0.016334977000951767,-0.3197082579135895,0.050687532871961594,-0.3178022801876068,-0.3342561721801758,-0.22474825382232666 +50,-3.0022584224583833,-1.3281557510135058,-0.9070916450296489,-0.03336918726563454,0.9707069396972656,0.23793838918209076,-0.10441761463880539,0.32385173439979553,-0.4018525779247284,-0.24002254009246826,-0.4858741760253906,-0.21434831619262695 +51,-2.2630157526405767,-1.3290708830357474,-0.3832694447605924,-0.1842808872461319,0.9709264039993286,0.15278252959251404,0.6752758622169495,4.360502243041992,-0.8106338381767273,-0.1546778380870819,-0.4117070436477661,0.3147314786911011 +52,-2.1348585842091183,-1.258741143816076,-0.43575898399918256,-0.25945550203323364,0.9517046213150024,0.16413751244544983,-0.7890611290931702,-0.8933174014091492,-0.36958804726600647,-0.43886294960975647,0.8440411686897278,-0.07430900633335114 +53,-1.9987954450930183,-1.202058378446952,-0.3764136626009245,-0.32792598009109497,0.9327830076217651,0.1496003270149231,0.3941597044467926,1.98332679271698,0.4235546588897705,0.5469964742660522,-0.3304118514060974,-0.19026495516300201 +54,-1.9961695208987995,-1.23280330419218,-0.2430376571805081,-0.30204400420188904,0.9434220790863037,0.13683585822582245,1.2778496742248535,-2.592817544937134,-0.17507174611091614,0.2907067835330963,-0.47999751567840576,-0.27535510063171387 +55,-1.1723835334623816,-1.2614298706199898,0.6909641794955551,-0.2806093990802765,0.9525266289710999,-0.11811510473489761,3.384247064590454,0.9859045743942261,0.7377759218215942,0.5187533497810364,0.9001191258430481,0.5484739542007446 +56,-0.11609374595896901,-1.2795301501469076,1.3875978466280807,-0.033263254910707474,0.9578810334205627,-0.285232275724411,-1.6541486978530884,-0.18348181247711182,0.43103405833244324,0.03617769479751587,0.19731611013412476,-1.273346185684204 +57,-0.38323237086599526,-1.4212063858011006,1.169317082657864,-0.055726308375597,0.9888322949409485,-0.1382218897342682,-1.3186001777648926,1.4151277542114258,0.025962693616747856,-0.048384420573711395,-0.44285762310028076,0.1876450926065445 +58,-1.2260740976275626,-1.4388185594939202,0.14435267227347623,-0.12385354936122894,0.991303563117981,-0.04447072371840477,0.19426068663597107,1.933754801750183,-1.8202375173568726,-0.30764976143836975,-0.8346415758132935,0.09429061412811279 +59,-0.899878748719688,-1.2324593356325049,0.4049364486128963,-0.25997599959373474,0.9433079361915588,-0.20635563135147095,2.1512527465820312,1.1815682649612427,-0.1776847392320633,-0.18143028020858765,0.5945186018943787,0.36690860986709595 +60,-0.7919605455551223,-1.167948739383295,0.45925237965425303,-0.2790270745754242,0.9199483394622803,-0.2753887176513672,0.22272495925426483,-0.35148727893829346,-0.18297025561332703,0.2875262200832367,0.3066751956939697,0.2604656219482422 +61,-0.7402148506220977,-1.2525069949703822,0.6567781694241168,-0.21106278896331787,0.9497721195220947,-0.23105263710021973,-0.5667962431907654,-1.1687334775924683,1.4983763694763184,0.30409562587738037,-0.2883036732673645,-0.07453513145446777 +62,-0.5958050486489688,-1.278861460117161,0.8322510027848847,-0.16150958836078644,0.9576888084411621,-0.23821613192558289,1.470746397972107,-0.8300312757492065,-0.2261330485343933,0.11489400267601013,-0.3063673973083496,-0.05836892127990723 +63,-0.47086637255460534,-1.2315839546699134,1.1491628944882624,-0.1509522646665573,0.9430170655250549,-0.2965335547924042,-0.2524460554122925,-1.306146264076233,1.3250912427902222,0.471646249294281,0.8257664442062378,0.18430522084236145 +64,0.13281541435851235,-1.292858145979935,1.7475044727468465,0.036334019154310226,0.9616231918334961,-0.2719573378562927,-0.3480336666107178,1.5096979141235352,2.9812071323394775,0.02882099151611328,0.0976419448852539,-0.015258848667144775 +65,1.0831369080839077,-1.1063189739767372,2.6205188011319307,0.3957380950450897,0.8940557837486267,-0.20989370346069336,-0.13697879016399384,1.135391354560852,3.5278148651123047,-0.3522963523864746,0.009218573570251465,-0.11212775111198425 +66,1.4235706659832097,-0.7501255579638603,2.770256081123531,0.7236886024475098,0.6817306280136108,-0.1073220744729042,-0.3926805853843689,1.3876304626464844,2.9832608699798584,-0.6383004784584045,0.10342556238174438,0.3947213292121887 +67,1.576527104245263,-0.5697564720803343,2.8120055620760236,0.8420186042785645,0.5394269824028015,0.004825474228709936,1.0662199258804321,-0.5536378026008606,2.7948720455169678,0.8865885138511658,0.144944965839386,0.022747159004211426 +68,1.563455728052378,-0.3172755596721031,2.7129412358521146,0.9500633478164673,0.3119792640209198,-0.006974159274250269,0.2779611647129059,-0.8677764534950256,2.1852378845214844,-0.2591301202774048,-0.3428172767162323,-0.11971956491470337 +69,1.4707946594886296,0.05684711966973023,2.770110457942466,0.9933968186378479,-0.05681650713086128,-0.09967382252216339,-1.685770034790039,1.2212109565734863,3.7224559783935547,-0.8427466750144958,0.07289927452802658,0.6615024209022522 +70,1.391000973815548,0.08804446833503285,2.992204494807869,0.9800692796707153,-0.08793076127767563,-0.17813554406166077,-2.6950135231018066,-1.1076120138168335,-4.141700267791748,0.3131282329559326,-0.023656748235225677,0.27194660902023315 +71,1.3197089598994662,-0.08316832170097681,3.108380201765379,0.9652946591377258,0.0830724760890007,-0.2475985735654831,-0.18846748769283295,-1.2807092666625977,0.535182774066925,0.03623110055923462,0.2448083758354187,-0.13565638661384583 +72,1.1751620330903254,-0.05306251828302092,3.130795815010498,0.921453595161438,0.0530376210808754,-0.3848511576652527,0.5772511959075928,-1.829493761062622,0.14968375861644745,-0.5941067934036255,-0.0919017568230629,0.24164742231369019 +73,0.9859063794464064,-0.0412981928271681,3.120401820680539,0.8330618739128113,0.04128645360469818,-0.551636815071106,-0.42067745327949524,-3.3312361240386963,0.06029645353555679,-0.8676994442939758,0.10824967920780182,-0.03733712434768677 +74,0.8950046696309655,-0.1877265126324932,3.08606243026739,0.7665045261383057,0.18662583827972412,-0.614525556564331,0.8353540897369385,-0.579639196395874,-0.3228750228881836,0.9955651164054871,0.18867935240268707,-0.9323952198028564 +75,0.7895858123720989,-0.18545736848675135,3.00818773389267,0.6978855729103088,0.18439607322216034,-0.6920649409294128,0.25030744075775146,0.2993406355381012,-0.44794678688049316,0.006612718105316162,-0.25127536058425903,0.15985357761383057 +76,0.9737413518040049,-0.1447059742276258,3.008943183205626,0.8183514475822449,0.14420148730278015,-0.5563333630561829,1.0873339176177979,3.6323277950286865,1.5674899816513062,-0.008887946605682373,-0.22452375292778015,0.35314738750457764 +77,1.3307172383588013,0.0646172514859342,2.996095402384117,0.9692920446395874,-0.0645722970366478,-0.23728320002555847,-0.10988479107618332,2.46258807182312,0.8309401273727417,-0.6490253210067749,-0.1007566899061203,0.02663564682006836 +78,1.2664058719179745,0.16971750185444187,3.0299224750042444,0.9403228759765625,-0.1689039170742035,-0.29540562629699707,0.02166997827589512,-2.1262357234954834,1.0030066967010498,0.5935059189796448,-0.1609758585691452,-0.2719772160053253 +79,1.0750891002128986,0.21546989944212255,3.105597262093919,0.8592919111251831,-0.21380648016929626,-0.4646548330783844,-1.381460189819336,-1.931383728981018,0.389448344707489,-0.18154233694076538,0.36880528926849365,0.2935580313205719 +80,0.8530493452765012,0.1589451063640408,-3.1014046153115395,0.7437940835952759,-0.15827669203281403,-0.6493988633155823,-1.3708399534225464,-1.5585285425186157,-0.6393423080444336,-0.2261090874671936,0.00503268837928772,0.17239385843276978 +81,0.7067231116120769,0.05120316424841638,-3.0442117166470424,0.6484941840171814,-0.05118079483509064,-0.7594970464706421,-0.9388718008995056,-0.8714492917060852,-0.24756655097007751,0.6059002876281738,0.22421546280384064,0.11069339513778687 +82,0.7066776492510833,0.02401776881216233,-3.0563681921686965,0.6491233706474304,-0.024015460163354874,-0.7603039741516113,1.001739263534546,-0.314207524061203,-0.383367121219635,0.04321366548538208,-0.09747502207756042,-0.7511553764343262 +83,0.6452418543585341,0.20862638043484605,-3.072976228521171,0.588351309299469,-0.2071162611246109,-0.7816300988197327,1.7836475372314453,-0.26482826471328735,2.3576855659484863,-0.114352285861969,-0.016013026237487793,0.23428207635879517 +84,0.6381964467271729,0.4571325657824614,-2.969507695247531,0.5345775485038757,-0.4413769245147705,-0.7207033038139343,0.11758139729499817,0.7657176852226257,1.9202195405960083,-0.11322134733200073,0.241502046585083,0.5669863224029541 +85,0.6422603434527685,0.5635840315591489,-2.819865722499143,0.5063680410385132,-0.5342193841934204,-0.6769055128097534,-0.0015486115589737892,0.640966534614563,1.5158560276031494,0.21212255954742432,-0.6169952154159546,0.23244750499725342 +86,0.749051813390675,0.8145821853009426,-2.6928048589139815,0.4672454297542572,-0.7274389863014221,-0.5025079846382141,0.6200223565101624,1.6121573448181152,2.3846354484558105,0.2070557177066803,-0.31194400787353516,-0.5930578112602234 +87,0.716605550989024,0.8093729806699355,-2.710834950078646,0.4531807601451874,-0.7238547205924988,-0.5202515721321106,-0.8071362972259521,-1.2048910856246948,-1.4625883102416992,-0.268061101436615,0.7065664529800415,0.08668828010559082 +88,0.6974036906873031,0.6193437266447765,-2.796639673355566,0.5229417085647583,-0.5805009007453918,-0.6241399049758911,-0.3240123391151428,-0.5483682155609131,-1.1072262525558472,0.06768018007278442,0.11303269863128662,0.3848058581352234 +89,0.7025696814234428,0.5335880350375801,-2.8427849908994243,0.5563538074493408,-0.508625864982605,-0.6570922136306763,1.5403406620025635,1.4958053827285767,-0.48070764541625977,0.2541930675506592,-0.9383498430252075,-0.6604584455490112 +90,0.68641062129984,0.5664132966801351,-3.025764059455302,0.5347903966903687,-0.5366089344024658,-0.652725100517273,0.48558560013771057,-1.4444749355316162,-0.8290790915489197,-0.17585790157318115,0.08644413948059082,0.17660510540008545 +91,0.7710173138815158,0.5639452733644519,-3.0471499220575438,0.588957667350769,-0.53452467918396,-0.606145441532135,-0.2567348778247833,3.2246742248535156,0.36481475830078125,-0.43994033336639404,0.5544373989105225,0.7022299766540527 +92,1.2436996455832618,0.5708525581146309,-2.936518503633901,0.7968267202377319,-0.5403496026992798,-0.2703506648540497,-1.5708330869674683,5.182764053344727,0.7823383808135986,-0.12614190578460693,0.2603965997695923,0.37481236457824707 +93,1.577191045841868,0.25755009921019045,-2.734609788510057,0.9669972062110901,-0.25471222400665283,0.0061837597750127316,-1.024764895439148,0.4564264118671417,0.558501124382019,1.8093090057373047,-1.5709255933761597,-0.5544778108596802 +94,1.3628897090745413,0.3129654965829555,-2.806967731178691,0.9309359192848206,-0.3078814446926117,-0.19638551771640778,-0.14723654091358185,0.9649069309234619,0.4128548502922058,-0.7530947327613831,0.1636553406715393,0.7575733065605164 +95,1.5011115452088748,0.31815645199492437,-2.834426427362768,0.9475086331367493,-0.3128160536289215,-0.066134013235569,0.4695133566856384,-0.3551907241344452,-0.023186704143881798,-0.6507250666618347,0.3869432508945465,0.09230279177427292 +96,1.4913141081777264,0.31591137155907517,-2.8181990380897517,0.9475129246711731,-0.31068286299705505,-0.07546941936016083,-0.8714557886123657,-0.12279696762561798,-0.5451357364654541,1.1738402843475342,-0.38205087184906006,0.28625428676605225 +97,1.55286998016721,0.36393993248917783,-2.8612490240688064,0.9343514442443848,-0.35595884919166565,-0.016751302406191826,1.2238225936889648,0.06567129492759705,0.9059145450592041,0.11215728521347046,-0.15643125772476196,-0.20408916473388672 +98,1.5952265695355292,0.4100730836158991,-2.9173958454868574,0.9168180227279663,-0.3986763656139374,0.02240254357457161,-0.11115863174200058,0.16675888001918793,0.2698168158531189,-0.6499723196029663,0.08237692713737488,-0.09837603569030762 +99,1.6205278797295515,0.45629433248748924,-2.877890984167214,0.8965815901756287,-0.4406245946884155,0.044625189155340195,-0.9320464134216309,-0.4518093168735504,0.5036817193031311,-0.7117061614990234,0.16199913620948792,-0.021889571100473404 +100,1.4725605461674194,0.49983016336577746,-2.6755039017263287,0.8734325766563416,-0.47927647829055786,-0.08607940375804901,-0.27633726596832275,0.9421136379241943,1.5537179708480835,1.0909228324890137,-0.8812124133110046,-0.1663314700126648 +101,1.7133651149215352,0.7739081550303519,-2.902794272836663,0.7079285979270935,-0.6989356279373169,0.10161794722080231,2.176102876663208,0.2406269907951355,2.6009485721588135,0.3172484040260315,0.049399495124816895,-0.08043885231018066 +102,1.8092205151728775,0.792296323432471,-3.066242284006519,0.6823474764823914,-0.7119676470756531,0.16584262251853943,0.6251941323280334,-0.5373703837394714,-0.06929631531238556,-0.6055653691291809,0.7854235172271729,-0.3217264413833618 +103,1.7098442963896376,0.8054237494640779,-3.0895738097749557,0.6861189603805542,-0.7211242914199829,0.09602309763431549,-0.1984417736530304,-2.228173017501831,1.034065842628479,-0.028358399868011475,0.4422699809074402,0.1828618049621582 +104,1.6365349808430103,0.8024652989186317,3.0398688596717567,0.69343501329422,-0.7190715074539185,0.04565126448869705,2.7559797763824463,1.0824248790740967,-0.4442411959171295,0.45202702283859253,-0.728422999382019,-0.06370246410369873 +105,1.588060215070428,0.7811500834797492,2.8726477010656013,0.7099984884262085,-0.7040965557098389,0.012258552014827728,0.19549411535263062,-3.6152536869049072,-0.17993520200252533,-0.4145883321762085,0.15909838676452637,-0.015447616577148438 +106,1.3053188599913021,0.7405712442291881,2.8407031709169255,0.7122263312339783,-0.6747096180915833,-0.1936509609222412,0.466406911611557,0.6984320282936096,0.5369236469268799,-0.816764235496521,0.5474970936775208,0.4890916049480438 +107,1.4456233819538142,0.8405550764515007,2.9149612427711435,0.6618306040763855,-0.7450134754180908,-0.08327868580818176,-1.1778264045715332,3.820782423019409,-1.027550458908081,1.5654795169830322,-1.2543609142303467,0.7040672302246094 +108,1.753293433646664,0.7072747483149449,2.827925868903796,0.7475124001502991,-0.6497645974159241,0.13795378804206848,2.8242013454437256,0.28986459970474243,-0.7457329630851746,-0.05783039331436157,-0.25598180294036865,-1.232771873474121 +109,1.5992692427989508,0.6728258392827324,2.9005796352354527,0.7817466259002686,-0.6231984496116638,0.022264624014496803,0.7985404133796692,-0.4228161871433258,-0.2816917598247528,-0.4332360029220581,0.4867238998413086,-0.026781203225255013 +110,1.6084460282571955,0.6684192844864952,2.9112610921204674,0.7842460870742798,-0.619746208190918,0.029540590941905975,-0.9472985863685608,-0.11241450160741806,0.2680908143520355,-0.26607292890548706,0.6003676056861877,0.0524296760559082 +111,1.6173182321032047,0.6793032640656219,2.7874727807584088,0.7771688103675842,-0.6282511353492737,0.036181479692459106,1.797603726387024,0.9736365079879761,0.054557062685489655,0.3532174825668335,-0.9106281995773315,-0.4691953659057617 +112,1.4438087137194617,0.6759627513618041,2.8254121871380975,0.773823618888855,-0.6256486773490906,-0.09879765659570694,-0.10706844925880432,0.1441192477941513,-0.17549975216388702,-0.422566294670105,0.2193833589553833,0.20850837230682373 +113,1.5967149769262032,0.6850130796310554,2.8014070553392316,0.7741504907608032,-0.6326831579208374,0.020069429650902748,-0.480517715215683,1.0217812061309814,0.3871099054813385,-1.0525472164154053,0.3319019675254822,-0.006885888054966927 +114,1.4638115807370244,0.7401020647532971,2.9773629141699285,0.7341780066490173,-0.6743632555007935,-0.07884689420461655,-2.234973192214966,-1.354478359222412,0.83895343542099,0.3934006690979004,-0.7335956692695618,0.40901654958724976 +115,1.6806551205065718,0.7477784169930122,3.0041945467916658,0.7287814021110535,-0.6800115704536438,0.0803866982460022,0.38025444746017456,0.13704150915145874,-0.5082384943962097,0.2343686819076538,-0.0188257098197937,-0.3051180839538574 +116,1.6373573217105368,0.7066882266986102,3.0332639359561937,0.7588323950767517,-0.6493186950683594,0.0505833625793457,-0.21089786291122437,-0.22471250593662262,-0.05860479548573494,-0.604001522064209,0.3633537292480469,0.1668238639831543 +117,1.5482713668536632,0.7108120453821268,3.0396407315535,0.7576400637626648,-0.652449369430542,-0.01706869900226593,-0.5966426730155945,-2.0469882488250732,0.4262169897556305,-0.4755355715751648,0.7191150188446045,0.007272601127624512 +118,1.5045113554543155,0.7460371108356806,3.0005125870234832,0.7327716946601868,-0.6787338256835938,-0.04864301532506943,2.228268623352051,0.6345760226249695,-1.155521035194397,0.7456828951835632,-0.22158050537109375,-0.4668293595314026 +119,1.326571430330201,0.7271232771546341,2.912521312276473,0.7249197959899902,-0.6647232174873352,-0.18064948916435242,0.2706131041049957,-2.2262866497039795,-0.1551344096660614,-0.16657018661499023,0.11453711986541748,0.3911597728729248 +120,1.4720431081237566,0.7279749972183794,2.8047304965644946,0.7428861856460571,-0.6653593182563782,-0.07360181957483292,0.7290785908699036,-0.5073015093803406,0.22648313641548157,-0.5697447061538696,0.3357998728752136,-0.09618271142244339 +121,1.4645533392758108,0.7892476827908919,2.7738341930721537,0.7004079222679138,-0.7098235487937927,-0.0746946781873703,-0.25390827655792236,-0.9071990847587585,0.3353293240070343,0.05548197031021118,0.0003203749656677246,0.013979971408843994 +122,1.5357117403023426,0.7708590689695646,2.8137396952881795,0.7168708443641663,-0.6967517137527466,-0.025161443278193474,0.4544282853603363,3.8048412799835205,0.4204281270503998,0.43948590755462646,-0.3148602247238159,-0.5197451710700989 +123,1.4930688492074198,0.7847513092237594,2.815583953585835,0.7054280042648315,-0.7066492438316345,-0.05494182929396629,0.4483810365200043,0.7440054416656494,0.08848999440670013,-0.3508899211883545,0.5412744283676147,0.3056284785270691 +124,1.5424135756277895,0.7729411734017905,2.741101237842268,0.7155718207359314,-0.6982437372207642,-0.020315352827310562,0.010197769850492477,-0.8395474553108215,0.011849731206893921,-0.4358019232749939,0.42378389835357666,0.09656351804733276 +125,1.5481674564359929,0.8073540192476589,2.691473948774084,0.6912355422973633,-0.7224602699279785,-0.015644550323486328,0.8035119771957397,0.3578469753265381,0.13000454008579254,1.4683866500854492,-0.7364935874938965,0.19342470169067383 +126,1.638469660591946,0.7314365840669697,2.5659603669345508,0.7425121068954468,-0.6679394245147705,0.050325118005275726,1.3162444829940796,-1.3327057361602783,-0.7647148966789246,0.19953501224517822,-0.3802325129508972,-0.1468369960784912 +127,1.6277721500591342,0.6830818982786547,2.474210743132865,0.7743725180625916,-0.6311864256858826,0.04416831582784653,0.4999442398548126,3.3790619373321533,-0.05967245623469353,-0.6468853950500488,0.44380855560302734,0.08788120746612549 +128,1.8074067397338527,0.6936202267996632,2.465446771600503,0.7475123405456543,-0.6393250823020935,0.18024547398090363,-1.0327882766723633,-0.18840764462947845,0.11915671080350876,-0.4928279519081116,0.3388795852661133,-0.0846034437417984 +129,1.481789422763399,0.7759650630545569,2.6108529841332553,0.710919976234436,-0.7004052400588989,-0.06344442069530487,-0.30898287892341614,-1.498435139656067,0.5508326292037964,0.9335044026374817,-1.379001498222351,1.0849287509918213 +130,1.8902461812924578,0.7440535437361762,2.591999951478897,0.69850754737854,-0.6772757768630981,0.23105159401893616,-1.0118563175201416,0.15391063690185547,-0.7624184489250183,0.533151388168335,0.16670143604278564,-1.4583771228790283 +131,1.7049040515218092,0.7429141400422521,2.6469088018792375,0.7298874855041504,-0.6764370203018188,0.09847460687160492,1.229609727859497,-0.5069335103034973,0.14203867316246033,-0.5344223976135254,0.5153042674064636,-0.03075612336397171 +132,1.870733636563743,0.7220112184197905,2.477513492769175,0.7169729471206665,-0.6608954071998596,0.22173647582530975,0.6891507506370544,0.8227456212043762,0.2809586226940155,-0.23633641004562378,0.3388891816139221,-0.0004687458276748657 +133,1.8172127536876357,0.766126082385573,2.4660688398916446,0.6988347172737122,-0.6933488845825195,0.1757766306400299,0.7473303079605103,-0.6224199533462524,-1.6492670774459839,1.3333766460418701,-1.2015790939331055,0.77800452709198 +134,1.67063279575205,0.7358515075906139,2.5102081688196645,0.7375686168670654,-0.6712185740470886,0.07388187944889069,-0.5261107087135315,-1.4690512418746948,0.2545556128025055,-0.26247090101242065,0.04908716678619385,0.034180887043476105 +135,1.7202883898042831,0.7338043253065766,2.47717742249927,0.7343494892120361,-0.6696996688842773,0.11060457676649094,0.4409922957420349,0.7268120050430298,-0.006244051270186901,-0.8370411396026611,0.24695491790771484,-0.08142971992492676 +136,1.7348938245491934,0.7735671781043706,2.485447231063638,0.7058120369911194,-0.698691725730896,0.11687292903661728,-1.0935732126235962,-0.4987550973892212,0.8074005842208862,-0.32800447940826416,0.3660043478012085,0.12230861186981201 +137,1.697742083902784,0.7142542363267124,2.64841785135668,0.7495018243789673,-0.6550540924072266,0.0956604927778244,1.0651720762252808,7.350359916687012,-1.4894458055496216,0.8098548054695129,-1.3477686643600464,0.3365752696990967 +138,1.8840380837198696,0.6814263548382927,2.6974538081645703,0.7388817667961121,-0.6299014687538147,0.23932796716690063,-0.7451025247573853,0.3239273130893707,-0.3014459013938904,-0.14984673261642456,0.0978732705116272,0.1814788579940796 +139,1.9126819933621884,0.669304042962628,2.776426731151149,0.7388644814491272,-0.6204403042793274,0.2629322409629822,-0.37196826934814453,0.9777794480323792,-0.24865400791168213,-0.5735354423522949,0.3979213237762451,-0.14257082343101501 +140,1.9115056955814786,0.6966269202450583,2.823081400942199,0.7229215502738953,-0.6416341662406921,0.2563011646270752,-0.5134657621383667,-0.11747772991657257,0.6961507797241211,0.8998201489448547,-0.42539775371551514,0.3523566722869873 +141,1.944242885747956,0.6988494728529084,2.7034730399982965,0.7128154635429382,-0.6433373093605042,0.27930501103401184,-0.3706584572792053,-2.463594436645508,0.9011606574058533,0.04331856966018677,-0.11859512329101562,-0.2838064134120941 +142,1.847919918241452,0.6937147952760135,2.7923916217788705,0.7395406365394592,-0.6393977999687195,0.21035689115524292,0.28883418440818787,0.9697546362876892,-0.18526259064674377,-0.8698660135269165,0.30854153633117676,-0.1687920242547989 +143,1.8598887319960662,0.7331973380838989,2.8385120528837677,0.7122046947479248,-0.6692488193511963,0.21182723343372345,-1.551994800567627,0.22075951099395752,0.5179089307785034,-0.7252203822135925,0.350355327129364,0.043650656938552856 +144,1.89777387414866,0.7650350121084446,2.964718852065265,0.683138906955719,-0.6925622820854187,0.23168744146823883,0.6290232539176941,1.816245198249817,0.48094215989112854,0.8237123489379883,-1.1970710754394531,0.25840964913368225 +145,2.0550440950861955,0.80418439662321,2.9483242459933927,0.6139410734176636,-0.7202650904655457,0.3229464590549469,-0.38350915908813477,0.5047941207885742,-0.4013172388076782,0.19143301248550415,0.6434981822967529,-0.3213748037815094 +146,2.053016582242222,0.7696749363739167,2.9885702476424796,0.6362459063529968,-0.6959018111228943,0.33303409814834595,0.30760759115219116,-0.09529545158147812,-0.15831004083156586,-0.4141847491264343,0.5383091568946838,-0.28669312596321106 +147,1.990161097794885,0.7860830287008453,2.9123982104777166,0.6453918218612671,-0.7075908780097961,0.2877226769924164,0.6292575597763062,-2.367366313934326,0.4609396457672119,0.7492004036903381,0.14817321300506592,0.46444401144981384 +148,2.100261459254133,0.7308351159703708,2.6932393232819254,0.6426624059677124,-0.6674917340278625,0.3760852515697479,0.7765762209892273,-0.9390432834625244,0.018382493406534195,0.3439709544181824,-0.3224222660064697,-0.5353869795799255 +149,2.0011292086686754,0.7266377941293202,2.643668805002689,0.6792684197425842,-0.6643604636192322,0.3118005096912384,0.44701728224754333,-0.08552545309066772,0.1676819920539856,-0.5415579080581665,0.3129658102989197,0.0358099639415741 +150,2.0451114391412224,0.7452779180497002,2.600167636692213,0.6537708044052124,-0.6781761050224304,0.33565011620521545,-0.27706119418144226,-0.14559118449687958,0.41830751299858093,-0.6623920202255249,0.25889503955841064,-0.34807074069976807 +151,1.9985229453675224,0.7776707500873938,2.702187630901106,0.6483569741249084,-0.7016215920448303,0.29556798934936523,0.5268895626068115,1.2269648313522339,-0.30035164952278137,0.7072033882141113,-1.0935138463974,0.8005318641662598 +152,2.1410450949419064,0.813644424336358,2.6024802669267624,0.5781710743904114,-0.7267951965332031,0.3707924485206604,0.31342893838882446,0.30035367608070374,0.7359710335731506,0.2957913279533386,0.5143928527832031,-0.2863655090332031 +153,2.155028681328532,0.7965512330041566,2.591413830421753,0.5832079648971558,-0.7149490714073181,0.38563716411590576,0.1822056621313095,0.0708925873041153,-0.4263044595718384,-0.2856159210205078,0.5339035987854004,-0.31747621297836304 +154,2.077663687427422,0.7650182101835649,2.612485629960282,0.6306717991828918,-0.6925501227378845,0.3501824736595154,-0.07366535067558289,-1.549910306930542,-0.1625405102968216,-0.056239187717437744,0.09405452013015747,-0.1094140112400055 +155,1.9609571624826156,0.7569097516304791,2.5484987995382014,0.6723290085792542,-0.6866782307624817,0.27649056911468506,2.1507773399353027,-1.3497425317764282,1.2153922319412231,0.5214271545410156,-0.3887155055999756,0.7340379953384399 +156,2.0361293235211124,0.779331004827978,2.3439069250660642,0.6357439756393433,-0.7028036713600159,0.3192124664783478,-0.18075598776340485,-0.9298084378242493,-0.13322199881076813,-0.17611879110336304,0.22058022022247314,-0.06393292546272278 +157,1.9983591612646467,0.7440397836575292,2.369023240422979,0.6695065498352051,-0.6772656440734863,0.30507710576057434,0.32558223605155945,0.5564475059509277,-0.1301560252904892,-0.5560269951820374,0.029545366764068604,-0.05487874150276184 +158,2.039257862295842,0.7416417085206061,2.358378743209589,0.6579204797744751,-0.6754993796348572,0.3329288065433502,-0.8358123302459717,0.07280101627111435,-0.015744928270578384,-0.016440927982330322,-0.10718506574630737,-0.28144571185112 +159,1.9608819127810329,0.7866789568516923,2.504839721336668,0.6531482338905334,-0.7080118656158447,0.26854515075683594,-0.6740116477012634,0.13889487087726593,-0.191809743642807,0.24904286861419678,-0.4920308589935303,0.46718788146972656 +160,1.9532839513098306,0.8156737828672999,2.585761632186603,0.6358519792556763,-0.7281875610351562,0.25580328702926636,-0.41804200410842896,0.591456949710846,-0.0016626648139208555,-0.209536612033844,0.050529420375823975,0.28493764996528625 +161,2.038662732686733,0.8007923549649052,2.6272950881999524,0.6213257908821106,-0.7179079055786133,0.313946396112442,-0.28242307901382446,1.4508370161056519,-0.3823176920413971,-0.12401145696640015,0.15249353647232056,-0.14382615685462952 +162,2.0740233461210384,0.7846851409690396,2.6967039991851744,0.6198891401290894,-0.7066023945808411,0.3412489891052246,-0.5276690721511841,0.5053555369377136,-0.5317143797874451,-0.2018897533416748,0.260511577129364,-0.12365856766700745 +163,2.0671246541786004,0.7530546453008153,2.781057366278892,0.641567051410675,-0.6838706135749817,0.3474371135234833,0.04774993658065796,0.33832502365112305,-0.1395650953054428,-0.003337681293487549,-0.22211986780166626,-0.07999637722969055 +164,2.0652420524166075,0.7479752687141857,2.728983992043802,0.6452694535255432,-0.680155873298645,0.34787270426750183,0.37038782238960266,-1.1924413442611694,0.1721101850271225,0.3304690718650818,-0.08728492259979248,-0.07763946056365967 +165,2.0228169582458695,0.7425442755754442,2.6089327243954266,0.6627563238143921,-0.6761645674705505,0.321801096200943,0.675167441368103,-0.9793806076049805,0.37249132990837097,0.2990357279777527,0.26101863384246826,0.3411017954349518 +166,1.9907851315924103,0.7158409471826583,2.5495755991139966,0.6889672875404358,-0.6562522053718567,0.3076646029949188,0.4345279037952423,-0.9492194652557373,0.019546551629900932,0.04543834924697876,-0.21285796165466309,-0.026506155729293823 +167,1.9425303294388678,0.7177219719170138,2.5014402959984814,0.7018543481826782,-0.6576703190803528,0.2736245095729828,0.3078523874282837,-0.17253485321998596,0.1430353820323944,-0.6036335229873657,0.3176587224006653,-0.040363311767578125 +168,1.9927259481982644,0.7037312562360786,2.4426607314574724,0.6955681443214417,-0.6470670104026794,0.3122328817844391,0.13341374695301056,0.062815822660923,0.03845841810107231,-0.18252187967300415,-0.0036898255348205566,-0.2890242338180542 +169,1.9773217183890088,0.7455995960044028,2.428905086388777,0.6748050451278687,-0.6784124374389648,0.2905079126358032,0.2487626075744629,-0.20333291590213776,0.5888501405715942,0.6119381189346313,-0.5703821182250977,0.4433330297470093 +170,1.975594632023784,0.7835648121513196,2.37289484466638,0.651150107383728,-0.7058092355728149,0.27899229526519775,0.24315333366394043,-0.17012354731559753,0.0264890119433403,-0.017910480499267578,0.025999724864959717,0.41136106848716736 +171,2.0560103683593622,0.7675704531527221,2.324356946623464,0.636540412902832,-0.6943889856338501,0.33561983704566956,0.6924393773078918,0.6932761073112488,0.36421579122543335,-0.16038984060287476,0.23923450708389282,-0.2705715596675873 +172,2.1108197691525032,0.7500473593490439,2.205991197976772,0.6275395750999451,-0.6816734075546265,0.376185804605484,0.8409751653671265,-1.0713952779769897,0.21170587837696075,-0.1544560194015503,0.3539603352546692,-0.2678484320640564 +173,2.0383808207452163,0.7694141402619584,2.0043917740333,0.6412139534950256,-0.69571453332901,0.323768675327301,0.736451268196106,-2.584839105606079,1.1082093715667725,0.6835541129112244,0.11801677942276001,0.40421295166015625 +174,2.0657526340719987,0.7691678306305991,1.7958385442913003,0.6322635412216187,-0.6955375671386719,0.3412778079509735,1.3567445278167725,0.3025248944759369,0.6288878321647644,0.6013943552970886,-1.0446662902832031,-0.04545566439628601 +175,2.0521499966964956,0.8022919984559477,1.7193633065761373,0.6160805225372314,-0.7189510464668274,0.3217989504337311,-0.39110565185546875,-0.19861797988414764,-0.29619380831718445,-0.5134803652763367,0.4902064800262451,-0.1500612199306488 +176,2.0055119794536873,0.805015804849338,1.7908536163655522,0.6286343336105347,-0.7208415865898132,0.2919006645679474,-0.7008004188537598,0.20904293656349182,-0.017284300178289413,-0.4882383346557617,0.22158938646316528,-0.13607794046401978 +177,1.9220647125328678,0.8236305344199139,1.9186558100615543,0.6380663514137268,-0.7336178421974182,0.23382997512817383,-0.06988121569156647,1.0511118173599243,-0.6665133237838745,0.49351024627685547,-0.8834323287010193,0.9082598686218262 +178,2.063875254201417,0.8194455422833159,1.9316041753181081,0.6013117432594299,-0.7307674288749695,0.3231146037578583,-0.20111609995365143,1.1332457065582275,-0.03003949113190174,0.07471352815628052,0.22998929023742676,-0.06638553738594055 +179,2.1493607988308567,0.7886496304845177,1.9954040761950873,0.5900962352752686,-0.7094022035598755,0.3854028582572937,-0.1312921643257141,1.0228668451309204,-0.7864558696746826,-0.19429844617843628,0.43161582946777344,-0.3928338885307312 +180,2.088679240042982,0.7632376554498644,2.0658581015233515,0.627846360206604,-0.6912645697593689,0.3577180504798889,-0.1479654163122177,-1.284071683883667,-0.06903358548879623,0.040274977684020996,0.16486692428588867,-0.06801462173461914 +181,2.0077159092893457,0.7624955168071219,1.9727609027724036,0.6551848649978638,-0.6907281279563904,0.30598628520965576,1.3128159046173096,-0.07888951152563095,0.7488454580307007,0.7114990949630737,-0.21604067087173462,0.6764355897903442 +182,1.9839320369584874,0.7526770590241243,1.9587941621856935,0.6684556007385254,-0.6835950613021851,0.2930271029472351,-0.21466130018234253,-0.8675042986869812,-0.13537444174289703,-0.2818131446838379,-0.10032516717910767,-0.0032170116901397705 +183,1.9830401403773794,0.7499497436800915,1.9846930673441707,0.6704226136207581,-0.6816020011901855,0.2931768298149109,0.10260684788227081,0.7744238376617432,0.07225333899259567,-0.555874764919281,0.2643654942512512,-0.16179853677749634 +184,1.972406962119302,0.7891102595947103,2.0691531871970525,0.6484234929084778,-0.7097267508506775,0.2753809690475464,-1.6232147216796875,-0.38533830642700195,0.09961990267038345,-0.25004708766937256,0.08590173721313477,-0.08698073029518127 +185,1.9086935503008415,0.7777197384377311,2.224373486801048,0.672225296497345,-0.7016565203666687,0.23620164394378662,-0.1584981232881546,1.104815125465393,0.046659212559461594,0.19456541538238525,-0.8833501935005188,0.4773451089859009 +186,2.058897894891758,0.8070109498303305,2.223260744432273,0.6108916401863098,-0.7222229838371277,0.3243541717529297,0.3464469909667969,1.7605971097946167,0.5520243644714355,-0.10118699073791504,0.4683929681777954,-0.1369914710521698 +187,2.156048782507691,0.7782979975012659,2.225481475036799,0.593595027923584,-0.7020684480667114,0.39337629079818726,-0.42201048135757446,-0.11524652689695358,-0.7592121362686157,-0.2264379858970642,0.48608022928237915,-0.41309070587158203 +188,2.0011305456617223,0.7481011392114695,2.3027602913967335,0.6661533117294312,-0.6802481412887573,0.30578142404556274,0.2697165310382843,-1.780482530593872,0.05141626298427582,0.36967432498931885,-0.5923653244972229,0.22755897045135498 +189,1.9587461094834497,0.7581641799484238,2.122015156526061,0.6721406579017639,-0.6875896453857422,0.27467718720436096,1.185612678527832,-1.461638331413269,1.1097251176834106,0.23920577764511108,0.1350231170654297,0.19916915893554688 +190,1.9260539584586354,0.7545982260254035,2.0633880748272655,0.6830539703369141,-0.6849960088729858,0.25341179966926575,0.10747897624969482,-0.768700897693634,-0.3119800388813019,-0.1759587526321411,0.10630649328231812,-0.19040825963020325 +191,1.9089111586205163,0.7227895066197352,2.066778252185236,0.7075019478797913,-0.6614792943000793,0.2487698793411255,0.4238795042037964,0.6079466938972473,-0.0886908769607544,-0.7584662437438965,0.3130599856376648,0.0194338858127594 +192,1.995543333171594,0.7094580817884859,2.0399474762713066,0.6912977695465088,-0.6514226794242859,0.31265902519226074,-0.04520270228385925,0.864036500453949,-0.21185080707073212,-0.032316505908966064,-0.38759392499923706,-0.22737768292427063 +193,1.9874942036779801,0.7388171869049666,2.123338912046749,0.6760070323944092,-0.6734139919281006,0.2992126941680908,-0.8690603971481323,-0.5350183844566345,0.11788877844810486,1.1177704334259033,-1.061220407485962,0.28835752606391907 +194,1.9151854890425106,0.7561108017338194,2.2008790633336295,0.6847918629646301,-0.6860972046852112,0.24562318623065948,-0.6277862787246704,-0.13432587683200836,-0.32565879821777344,-0.4910815358161926,0.4768992066383362,0.43215692043304443 +195,1.9323402823819509,0.7486875716627011,2.253183219996052,0.6852228045463562,-0.6806778907775879,0.2591283619403839,0.050056055188179016,1.0041924715042114,-0.15828196704387665,-0.5259209871292114,0.5222153663635254,-0.19539237022399902 +196,2.053774594220427,0.7333473258432072,2.2208977044960925,0.6579574942588806,-0.6693602204322815,0.3450343608856201,0.4140302836894989,0.9138638377189636,-0.45020583271980286,-0.13229221105575562,0.25477898120880127,-0.2849757969379425 +197,2.0670268218181085,0.6929666866500953,2.188997788164939,0.6765573024749756,-0.6388224363327026,0.3663003146648407,0.375091016292572,-1.2164324522018433,0.3631689250469208,0.6859456896781921,-0.3366108536720276,-0.2587564289569855 +198,1.9226492261453676,0.7128781645345937,2.135723328365814,0.7101374864578247,-0.6540137529373169,0.26071256399154663,0.6363992094993591,-1.8497257232666016,0.5387638211250305,0.43453121185302734,0.00012868642807006836,0.40064913034439087 +199,1.8288738565102898,0.7071216881499337,2.1248415510748546,0.7350578308105469,-0.6496482491493225,0.19402886927127838,-0.2449979931116104,0.03931229189038277,-0.5498735904693604,-0.4688529372215271,0.269353449344635,0.2133045494556427 +200,1.8287942360344316,0.652184037650324,2.188988555628107,0.7684558629989624,-0.6069236397743225,0.20277929306030273,-0.18311622738838196,0.2638830244541168,-0.3402535021305084,-0.8978502750396729,0.048024654388427734,-0.20473238825798035 +201,1.9210289593940664,0.6731895789316887,2.1538893808107584,0.7343740463256836,-0.623482882976532,0.2682610750198364,0.41776570677757263,1.5335570573806763,0.519218385219574,0.10603433847427368,-0.3712833523750305,0.030719637870788574 +202,2.0039403796453743,0.7518428166406681,2.1836723898504347,0.6629765629768372,-0.6829859614372253,0.3065814971923828,-2.5271692276000977,0.5766588449478149,-0.5387857556343079,0.7983729243278503,-0.07182049751281738,-0.0445728600025177 +203,1.8771034574515628,0.7671357886547089,2.3955244610561155,0.6863927245140076,-0.6940761208534241,0.21707890927791595,-0.4983372092247009,-0.18796028196811676,0.351322740316391,-0.13327693939208984,0.07437103986740112,0.47296929359436035 +204,1.9075587328962782,0.7471190639842796,2.463462202058812,0.6924400925636292,-0.679527997970581,0.24242211878299713,0.010026334784924984,1.1551463603973389,-0.20079724490642548,-0.38099294900894165,0.32282328605651855,-0.011220932006835938 +205,2.031970399968053,0.7267501602007317,2.4511963381737343,0.6692636013031006,-0.6644444465637207,0.332565039396286,0.06135451793670654,1.2499405145645142,-0.6171965599060059,-0.40336406230926514,0.6239477396011353,-0.3221128582954407 +206,2.054013555882533,0.6677907162486683,2.481792985029559,0.6952909231185913,-0.6192528009414673,0.36482396721839905,0.550818681716919,-0.15559008717536926,-0.21329158544540405,0.4536195993423462,-0.7394508123397827,0.20944058895111084 +207,2.012941625293884,0.6807133010250367,2.3882077661767784,0.7023925185203552,-0.6293475031852722,0.3325153887271881,0.26240164041519165,-1.8783460855484009,0.498649001121521,0.5425873398780823,-0.570664644241333,0.3944896161556244 +208,1.9254885009686493,0.7060379532756993,2.348811364955064,0.7135728001594543,-0.6488239765167236,0.26427528262138367,-0.12736022472381592,-0.43931716680526733,-0.024708647280931473,-0.018534958362579346,0.33519482612609863,0.20511555671691895 +209,1.8944987730360223,0.6798515844481327,2.38565333530237,0.7372773289680481,-0.6286776065826416,0.24735914170742035,-0.35214024782180786,0.1905355006456375,-0.6737418174743652,-0.6082948446273804,0.5073702931404114,-0.04948319494724274 +210,1.911904524760381,0.6442777970287534,2.428259195779604,0.7534683346748352,-0.6006211638450623,0.2674693763256073,0.14467968046665192,0.3590039908885956,0.22263957560062408,-0.7535597681999207,0.15140235424041748,-0.1592693030834198 +211,2.048729880897571,0.6588757849149609,2.3775687137303647,0.7020829916000366,-0.6122283339500427,0.3636699616909027,0.5185229182243347,1.3971227407455444,0.7549485564231873,0.6940351128578186,-1.055816650390625,-0.17261472344398499 +212,2.002603288023088,0.7406695565796626,2.505778591724748,0.6702747941017151,-0.6747822165489197,0.30886924266815186,-1.8564178943634033,-0.0006990516558289528,-0.958132803440094,0.4860818386077881,-0.582419753074646,0.6755056977272034 +213,1.9561460282512637,0.7615888416980388,2.6004853803053245,0.6706663370132446,-0.690072238445282,0.27204185724258423,-0.5704167485237122,0.5913156270980835,-0.3173012435436249,-0.3489806056022644,0.32778286933898926,0.5222086906433105 +214,2.056063433122517,0.7426050375493256,2.659167107618953,0.6516568064689636,-0.6762093305587769,0.3436342477798462,-0.28692397475242615,1.760743260383606,-0.35906434059143066,-0.26380884647369385,0.6507423520088196,-0.3634859025478363 +215,2.1071977956001584,0.7061544025632449,2.7235126874490425,0.65400230884552,-0.6489126086235046,0.388836145401001,0.0745149776339531,-0.035393133759498596,-0.40254005789756775,-0.15600121021270752,0.14973658323287964,-0.306682825088501 +216,2.1401060720895084,0.6708664756688489,2.6436789839444033,0.6597386598587036,-0.6216649413108826,0.4222295582294464,0.9141167998313904,-0.8695288896560669,0.7300270199775696,0.5995386838912964,-0.6462794542312622,-0.20828604698181152 +217,2.023959138246733,0.6964261601959687,2.588963556996177,0.6897097826004028,-0.6414801478385925,0.3358623683452606,0.4264173209667206,-1.641486644744873,0.5980003476142883,0.2323787808418274,-0.2014610767364502,0.6290271282196045 +218,1.956294723397683,0.7267839940442004,2.540540900620807,0.6924706697463989,-0.6644697189331055,0.28100624680519104,-0.16451406478881836,-0.34490540623664856,-0.0968848243355751,-0.15584957599639893,0.35991954803466797,0.10591089725494385 +219,1.9155299232695815,0.693726995127308,2.6079392074144407,0.7236323356628418,-0.6394071578979492,0.25983595848083496,-0.3938027024269104,0.5167392492294312,-0.6645277738571167,-0.6698756814002991,0.3676786422729492,-0.13665175437927246 +220,1.9799345203275385,0.6757539720702976,2.6271824519452593,0.7158380746841431,-0.6254857778549194,0.3103923797607422,0.20599333941936493,0.9297434687614441,0.3659731447696686,-0.26379644870758057,-0.12312567234039307,-0.1491680145263672 +221,2.110659454820204,0.7317526236711968,2.575565923352677,0.6381914615631104,-0.6681746244430542,0.38243213295936584,-0.626292884349823,0.29462766647338867,0.8716433048248291,0.7311170101165771,-0.5734940767288208,-0.28564560413360596 +222,2.0129198600889606,0.7870505473444435,2.707302048083737,0.6380579471588135,-0.708274245262146,0.302042156457901,-0.4456976354122162,-0.13313572108745575,0.17672638595104218,-0.19916945695877075,-0.25206810235977173,0.6371209621429443 +223,2.0115338275442243,0.7827457638062754,2.744810041275065,0.6412280201911926,-0.7052287459373474,0.3024556040763855,-0.0075773810967803,1.0641452074050903,-0.6257231831550598,-0.3156664967536926,0.40160930156707764,0.25331535935401917 +224,2.1104356858066207,0.7349660198825612,2.7837805304013945,0.636431872844696,-0.6705619692802429,0.3811841905117035,0.06583715975284576,0.5943487882614136,-0.45493191480636597,-0.30926817655563354,0.5184623003005981,-0.6417126655578613 +225,2.148310333293034,0.6807975902630546,2.8056055282368493,0.6510472893714905,-0.6294130086898804,0.42423614859580994,0.3594990372657776,0.4874151647090912,-0.4673890471458435,0.057723283767700195,-0.2722896933555603,-0.07308563590049744 +226,2.1657881513706494,0.6744210230356725,2.7233534384366944,0.646844208240509,-0.6244451999664307,0.4377903938293457,0.22546349465847015,-1.5410616397857666,0.42673808336257935,0.6570954918861389,-0.33090752363204956,-0.012985765933990479 +227,2.061212166434137,0.6910374332383868,2.6687402055299083,0.6797618269920349,-0.6373369693756104,0.36294007301330566,0.11565545201301575,-0.7412098050117493,0.2153087854385376,0.09341621398925781,0.19945549964904785,0.29045653343200684 +228,2.0382639139803236,0.6854430696760491,2.6513676620680133,0.6910833716392517,-0.633016049861908,0.3488479256629944,-0.03518232703208923,-0.20356842875480652,-0.3835733234882355,-0.2977268695831299,0.4071553349494934,-0.14248791337013245 +229,2.006557003082283,0.6460448346398644,2.701140277476044,0.7238535284996033,-0.6020330190658569,0.33703482151031494,-0.08370186388492584,0.41103988885879517,-0.2969004511833191,-0.716880202293396,0.28986865282058716,-0.1336199939250946 +230,2.106946207559602,0.6511353645815952,2.6494463599173774,0.6837878823280334,-0.6060898900032043,0.40631231665611267,0.47265973687171936,1.6529136896133423,0.34004849195480347,0.2638746500015259,-0.6167343258857727,0.26206859946250916 +231,2.2194903563666695,0.7330073943151773,2.6394526383579704,0.5922090411186218,-0.6691076755523682,0.44898074865341187,-2.847781181335449,-0.12751227617263794,-0.6391295194625854,0.5888366103172302,-0.11301213502883911,-0.24408572912216187 +232,2.0322421921121565,0.76017962747091,2.849480446856592,0.6489145159721375,-0.689051628112793,0.3226732909679413,0.43997669219970703,-0.38004758954048157,0.7130177021026611,-0.26976412534713745,-0.1129046082496643,0.8686108589172363 +233,1.9945532561190327,0.7785205145320756,2.839439567312075,0.648981511592865,-0.7022268772125244,0.2927466928958893,0.06383714824914932,0.24132028222084045,0.23574554920196533,-0.3311256766319275,0.34089869260787964,0.135125070810318 +234,2.097438053710449,0.7751155126311531,2.7637972360842835,0.6175471544265747,-0.699798583984375,0.3590509593486786,0.36690255999565125,0.5468822121620178,-0.30513736605644226,-0.4335414171218872,0.7069244384765625,-0.415874719619751 +235,2.1305539043080732,0.7243651970249199,2.7370639459700876,0.6346229910850525,-0.6626601815223694,0.39766231179237366,0.6218125224113464,-0.2781248390674591,-0.3945944607257843,0.503972589969635,-0.7124619483947754,0.18598639965057373 +236,2.152646138363843,0.6964894856350908,2.6356750242156264,0.6408708691596985,-0.6415287256240845,0.42157477140426636,-0.25830963253974915,-1.7977327108383179,0.3802092671394348,0.40678226947784424,-0.33556777238845825,0.06209823489189148 +237,2.0407761164602953,0.7266832324556025,2.6112546558807326,0.6663491725921631,-0.6643943786621094,0.33846569061279297,0.08460439741611481,-0.271709680557251,0.27183759212493896,0.07898163795471191,0.2728538513183594,0.32628345489501953 +238,2.036137056298389,0.7145997381311003,2.615011223387221,0.6750375628471375,-0.655315101146698,0.33894863724708557,-0.2513679563999176,0.06768310070037842,-0.4987451136112213,-0.4111216068267822,0.33102017641067505,-0.18120339512825012 +239,2.0509788068179096,0.6709190569866463,2.6653154368102943,0.6946735978126526,-0.6217061281204224,0.36181575059890747,-0.05408501625061035,1.053159236907959,-0.2654006779193878,-0.6930102109909058,0.06283760070800781,-0.06515422463417053 +240,2.202956451330223,0.6549854142105471,2.633541389132018,0.639801025390625,-0.6091476678848267,0.46860846877098083,0.3015700876712799,1.52290678024292,-0.008709607645869255,0.3475341796875,-0.6855301260948181,-0.07621341943740845 +241,2.203708895272002,0.7253714451735551,2.6841483187430457,0.6033226251602173,-0.663413405418396,0.4425885081291199,-1.6747597455978394,-1.2016897201538086,-0.7665985822677612,0.7091621160507202,-0.4117056131362915,0.2785724401473999 +242,2.070483902693228,0.7145051036836823,2.822750717387265,0.6630546450614929,-0.6552436351776123,0.36195945739746094,-0.39802083373069763,0.6132301688194275,-0.7021466493606567,-0.5385581254959106,0.20375126600265503,0.5429325103759766 +243,2.1192043522709483,0.7014400913805635,2.860461351118281,0.6518901586532593,-0.6453184485435486,0.3982507586479187,0.09692946076393127,1.16132652759552,0.21444536745548248,-0.46327608823776245,0.36480075120925903,-0.1484338343143463 +244,2.275697263629271,0.6832381603483343,2.8464608378380434,0.5907043218612671,-0.6313076019287109,0.5025127530097961,-0.16331206262111664,0.9078717231750488,-0.7970177531242371,-0.09024661779403687,0.4455166459083557,-0.5528514981269836 +245,2.2506075742838916,0.6308263885654807,2.876322207566085,0.6280173063278198,-0.5898122787475586,0.5076573491096497,0.6149811148643494,-0.6642253994941711,0.6124891042709351,0.4360238313674927,-0.8788614273071289,0.12112689018249512 +246,2.152446371908763,0.6633876710764278,2.832655516917666,0.6583443880081177,-0.6157895922660828,0.4328807294368744,0.2167450487613678,-1.7677768468856812,0.7182931900024414,0.30509549379348755,-0.26223164796829224,0.361186683177948 +247,2.068473762455415,0.6908045265654338,2.8259302429540893,0.6772388815879822,-0.6371574401855469,0.36793750524520874,-0.36042383313179016,-0.3058632016181946,-0.23849622905254364,-0.027275502681732178,0.3604698181152344,0.17500066757202148 +248,2.0240979060014035,0.6629814371961272,2.8639410004352865,0.7085611820220947,-0.6154694557189941,0.3451639413833618,-0.20517726242542267,-0.10050179809331894,-0.4903534948825836,-0.5218852758407593,0.3441377282142639,-0.2741037905216217 +249,2.054076931212588,0.6457819633096383,2.852480733951137,0.7071667313575745,-0.6018231511116028,0.3711124360561371,0.2464432716369629,0.7482795119285583,0.16460758447647095,-0.45786863565444946,0.05058407783508301,-0.04199552536010742 +250,2.1854443001251473,0.6666925521602303,2.8022419300260326,0.642038106918335,-0.6183901429176331,0.4531889855861664,-0.0991368368268013,0.537373423576355,1.2729798555374146,0.4684506058692932,-0.8580806851387024,-0.21260377764701843 +251,2.1328542099868413,0.7473478852395199,2.861903830333386,0.6206533908843994,-0.6796958446502686,0.3908999562263489,-0.5812004804611206,-0.6378905773162842,-0.3098357021808624,0.2908760905265808,-0.33646315336227417,0.4802243113517761 +252,2.0671300852737855,0.7464421603345366,2.8805773949879043,0.6455274224281311,-0.6790311932563782,0.3495863974094391,-0.08748820424079895,-0.2559967637062073,-0.31885457038879395,-0.3393598794937134,0.2820128798484802,0.2401200234889984 +253,2.108270170783724,0.7392452808765666,2.843368937272961,0.6347848176956177,-0.6737303733825684,0.37833237648010254,0.5351017713546753,0.6692259311676025,0.1560526192188263,-0.39757174253463745,0.5187621712684631,-0.2597716450691223 +254,2.192845473012665,0.7043450908744521,2.777922125697408,0.6192960739135742,-0.6475349068641663,0.4440396726131439,0.4640321135520935,0.14667411148548126,-0.43905720114707947,-0.03441137075424194,0.11066961288452148,-0.22620505094528198 +255,2.2139569066891367,0.6594692560757185,2.729268707736154,0.6324155330657959,-0.6126974821090698,0.4739752411842346,0.3774917423725128,-0.8370345830917358,0.704677402973175,0.4742739200592041,-0.6034585237503052,-0.14095211029052734 +256,2.1144177159029827,0.6933358292507666,2.6646877618629734,0.6582430005073547,-0.6391063928604126,0.3978176712989807,0.16040611267089844,-0.9571451544761658,0.5927804112434387,0.179296612739563,0.15616577863693237,0.43082600831985474 +257,2.0343549086710837,0.7150918732874341,2.6793195956029137,0.6753522157669067,-0.6556867957115173,0.337600976228714,-0.26781517267227173,-0.27255740761756897,-0.19635295867919922,-0.27068907022476196,0.28788888454437256,0.038162022829055786 +258,2.0054971450732815,0.6838218715553853,2.7496355430628157,0.7030709981918335,-0.6317601799964905,0.32645195722579956,-0.2828359603881836,0.7163147330284119,-0.5286561250686646,-0.6396552324295044,0.22847026586532593,0.00022360682487487793 +259,2.122267062958736,0.6771689745006638,2.7537601928653643,0.6638150215148926,-0.6265891790390015,0.4083329439163208,-0.11982296407222748,1.8539012670516968,-0.27585479617118835,0.05604887008666992,-0.049054741859436035,-0.1011582612991333 +260,2.18798213063902,0.7184454997535784,2.837193773666566,0.613940417766571,-0.6582151651382446,0.43569451570510864,-1.6542567014694214,0.2621189057826996,-0.0031528654508292675,0.6636626124382019,-0.5066712498664856,0.027119815349578857 +261,2.076974123750297,0.7568869041952039,2.9667863866230713,0.6358171105384827,-0.6866616010665894,0.35246604681015015,-0.09316980093717575,-0.3067355155944824,0.3612613081932068,-0.26162582635879517,-0.01428133249282837,0.6453672647476196 +262,2.055388242965735,0.7472056890079045,2.9909607419011395,0.6491287350654602,-0.6795915365219116,0.3417412042617798,0.1130627691745758,0.45350492000579834,-0.24044528603553772,-0.3237655758857727,0.3111681342124939,0.10071787238121033 +263,2.133895890528133,0.7387024707932647,2.9488366861166933,0.6251918077468872,-0.6733291745185852,0.39466848969459534,0.3954349458217621,0.4732069969177246,-0.019701778888702393,-0.39841562509536743,0.5762680172920227,-0.33796679973602295 +264,2.188354995376664,0.6931768931454846,2.931079237576127,0.6271409392356873,-0.6389841437339783,0.4454142153263092,0.4573465883731842,0.23273886740207672,-0.4451797902584076,-0.11761939525604248,-0.166542649269104,-0.15076690912246704 +265,2.2225148465240308,0.6521198089489726,2.846190981598897,0.6318991780281067,-0.6068726181983948,0.4820882976055145,0.2684144675731659,-0.8946300148963928,0.10726043581962585,0.6153694987297058,-0.2692108154296875,-0.17735505104064941 +266,2.051643497542794,0.6694991625046611,2.81110450978075,0.6952147483825684,-0.6205933690071106,0.36268526315689087,0.4069907069206238,-2.4402732849121094,0.542508065700531,0.2983613610267639,-0.06618958711624146,0.6134804487228394 +267,1.9308741404205112,0.6747781312278331,2.765689455757632,0.7307694554328918,-0.6247240900993347,0.27512863278388977,0.3160814046859741,-0.3996179699897766,-0.33676543831825256,-0.35203105211257935,0.4365374445915222,0.29460394382476807 +268,1.945571884478706,0.6173190734303723,2.743669379521265,0.7588339447975159,-0.5788511037826538,0.29850050806999207,0.21724963188171387,0.18796537816524506,-0.5135018229484558,-0.6376180648803711,0.2875455617904663,-0.22568559646606445 +269,1.9966133709788845,0.6140456867535988,2.6909858468225076,0.7443379759788513,-0.576178789138794,0.33760783076286316,0.6806454658508301,0.4756660461425781,0.6572008728981018,-0.4039906859397888,0.023993730545043945,-0.175010085105896 +270,2.154234091490465,0.6551393130278009,2.590619401792283,0.6617861390113831,-0.6092697381973267,0.43684038519859314,-0.3965778946876526,0.4968484342098236,0.8640731573104858,0.9096554517745972,-0.9249251484870911,-0.30970409512519836 +271,2.071706631684824,0.7095561967265819,2.736951766508609,0.6654477715492249,-0.6514971256256104,0.3643227219581604,-0.18398813903331757,-0.07204465568065643,0.2998620271682739,-0.019558429718017578,-0.4066236615180969,0.6725120544433594 +272,2.072149518203163,0.7086336342053708,2.7841779947962766,0.6658129096031189,-0.6507969498634338,0.36490598320961,-0.19691365957260132,0.695102334022522,-0.5798870921134949,-0.26876401901245117,0.3575688600540161,0.22861504554748535 +273,2.1365748653545316,0.6734236633371643,2.8010103809349167,0.6598814725875854,-0.6236658692359924,0.41904371976852417,-0.17142827808856964,1.03345787525177,-0.5485422611236572,-0.4057005047798157,0.6076288223266602,-0.24365907907485962 +274,2.207461749285773,0.6230242712670145,2.820607310952568,0.6530097126960754,-0.5834938883781433,0.4828181266784668,0.30206191539764404,0.25773853063583374,-0.45828789472579956,0.007634878158569336,-0.032656073570251465,-0.287139356136322 +275,2.2116145767877944,0.5960659850743715,2.721625330217049,0.6633700728416443,-0.5613912343978882,0.49475228786468506,1.0053352117538452,-1.613469123840332,0.6286220550537109,0.6728725433349609,-0.42815643548965454,0.050474703311920166 +276,2.1070936786478836,0.621755589139638,2.58144850723165,0.6987370848655701,-0.5824630856513977,0.41533470153808594,0.6441963315010071,-1.617693543434143,0.7110319137573242,0.30477237701416016,0.34982770681381226,0.3474978804588318 +277,2.039964351412343,0.6255982170697363,2.5139914772858623,0.723021924495697,-0.5855823159217834,0.36651405692100525,0.24544289708137512,-0.4659181237220764,-0.14070247113704681,-0.4155726432800293,0.44785648584365845,0.14480793476104736 +278,2.014852354072891,0.5852279411528074,2.536352873310016,0.7527421712875366,-0.55238938331604,0.3581133186817169,-0.05429685860872269,-0.011207385919988155,-0.4305969476699829,-0.8079485297203064,0.049825966358184814,-0.20985892415046692 +279,2.1084207252101326,0.5859436989945429,2.4982998887101995,0.7156504988670349,-0.5529859066009521,0.42667442560195923,0.431560218334198,1.6803271770477295,0.23338519036769867,-0.07630723714828491,-0.42585015296936035,-0.04132890701293945 +280,2.205081434701608,0.6490950971559112,2.5775013589573024,0.6416831016540527,-0.6044657826423645,0.47208523750305176,-1.6671216487884521,0.13113035261631012,0.04646763205528259,0.6934916377067566,-0.5992239117622375,0.2839421033859253 +281,2.131572617566553,0.6982411123541826,2.7074826309426614,0.6486591696739197,-0.6428714394569397,0.4073784053325653,-0.9132586121559143,0.5294449925422668,-0.33834248781204224,-0.071327805519104,0.23192179203033447,0.5511481165885925 +282,2.161958589354175,0.6773801294817764,2.849725331966723,0.6469789743423462,-0.6267537474632263,0.43427836894989014,-0.4768276512622833,1.4624264240264893,-0.5910809636116028,-0.34390902519226074,0.4679707884788513,-0.10018724203109741 +283,2.267614806797413,0.6487247548982704,2.9259782688369875,0.6110985279083252,-0.6041707396507263,0.5114065408706665,-0.02457929402589798,1.1241974830627441,-0.5808063745498657,-0.11404341459274292,0.37304574251174927,-0.5338215827941895 +284,2.2939041003958973,0.6155725751609795,2.937361823916892,0.6121305823326111,-0.5774260759353638,0.5402550101280212,0.2785095274448395,-0.39899158477783203,0.022311506792902946,0.26918667554855347,-0.2219666838645935,-0.09317249059677124 +285,2.2402549196811985,0.6227651785652583,2.831699785351614,0.6369468569755554,-0.5832834839820862,0.5040627717971802,0.7738445401191711,-1.7794344425201416,1.2139906883239746,0.3983162045478821,-0.5876454710960388,0.5827751159667969 +286,2.2302357656675085,0.6698826240250105,2.563451500170508,0.6195400357246399,-0.6208939552307129,0.4802718162536621,0.9770956039428711,-1.3934656381607056,1.362407922744751,0.24372601509094238,0.6147904396057129,0.2284073829650879 +287,2.204434276204938,0.6570576104994699,2.4452424679515667,0.6380892395973206,-0.6107897162437439,0.46880510449409485,0.5611414909362793,-0.7074121832847595,-0.0037252046167850494,-0.3763856887817383,0.2379717230796814,-0.15662550926208496 +288,2.188751383471429,0.6346988303581013,2.3697494331661257,0.6563313603401184,-0.5929350256919861,0.46653759479522705,0.7788386940956116,-0.2462170124053955,0.5927321314811707,-0.5550587177276611,-0.051687777042388916,-0.15901196002960205 +289,2.243977974319226,0.636796958641342,2.2753567611122665,0.628604531288147,-0.5946232080459595,0.5012781620025635,-0.16424959897994995,0.10127824544906616,0.29733407497406006,0.3054470419883728,-0.5203518271446228,-0.4146539568901062 +290,2.220581545512267,0.7065816748262939,2.3077278478736174,0.6055886149406433,-0.6492376327514648,0.46016591787338257,-0.7885971069335938,0.1747698336839676,-0.09138008207082748,0.3965933322906494,-0.4477165937423706,0.5882806777954102 +291,2.1702993902431027,0.7337158918629593,2.3869747931885303,0.6131778359413147,-0.6696339845657349,0.4190503656864166,-0.2678329646587372,0.16683879494667053,-0.1702343076467514,0.006862998008728027,0.22770899534225464,0.5502642393112183 +292,2.218135206197687,0.7330527547876783,2.4087283350514594,0.5927923321723938,-0.6691413521766663,0.44815921783447266,0.09008225798606873,0.8668034076690674,0.11709078401327133,-0.15762704610824585,0.4768350124359131,-0.11255753040313721 +293,2.219281855615545,0.7196925458282969,2.3684002847366266,0.5993503332138062,-0.6591535210609436,0.45419812202453613,0.3747306764125824,-1.0809425115585327,-0.018142176792025566,-0.27227818965911865,0.30290651321411133,-0.21475720405578613 +294,2.152792808383292,0.6878720046729885,2.3178977850070144,0.6454037427902222,-0.6348945498466492,0.42469221353530884,0.8228134512901306,-1.1986205577850342,0.3738597333431244,0.030789673328399658,-0.5279169678688049,0.0942135751247406 +295,2.0951853915508676,0.7092729320518332,2.200873656481179,0.6568708419799805,-0.6512821912765503,0.3799370229244232,0.4410386085510254,-0.933184802532196,0.3948324918746948,0.28680896759033203,-0.3977137804031372,0.4890357255935669 +296,2.0939717804366915,0.7154487049018685,2.1900484777435807,0.6538347601890564,-0.6559561491012573,0.377122700214386,0.010877560824155807,-0.004717826843261719,-0.32601839303970337,0.030064105987548828,0.5644950270652771,-0.1189592182636261 +297,2.1205397663721546,0.6782943941403411,2.1564664557008557,0.6639174818992615,-0.6274659037590027,0.4068169593811035,0.724909782409668,-0.049735479056835175,0.3080404996871948,-0.25345611572265625,0.07497572898864746,-0.3251519501209259 +298,2.1416175874129997,0.6864003608476821,2.1048867425736346,0.6508943438529968,-0.6337568759918213,0.4179573655128479,0.06591306626796722,-0.0487239696085453,-0.23908618092536926,-0.20916783809661865,0.20294040441513062,-0.08560571074485779 +299,2.149870200931552,0.6773787597382579,2.1742164849979324,0.6521821022033691,-0.6267526745796204,0.42642638087272644,-0.564146876335144,0.4158440828323364,0.07269355654716492,0.2628416419029236,-0.45669758319854736,-0.3513989746570587 +300,2.124765268434593,0.7084337527020986,2.332641299148032,0.6458110213279724,-0.6506451964378357,0.39948540925979614,-1.665981650352478,1.2335655689239502,-1.2761340141296387,0.29063600301742554,-0.4389084577560425,0.32884708046913147 +301,2.113219899331502,0.7144033430140375,2.543612580409149,0.6470422148704529,-0.655166745185852,0.38999098539352417,-1.1317071914672852,1.0106406211853027,-0.521286129951477,-0.2673882246017456,0.07589733600616455,0.26689982414245605 +302,2.1832786412699976,0.7119455710892038,2.661120899246169,0.6194707155227661,-0.6533079743385315,0.4352526366710663,-0.2902633547782898,1.6823395490646362,-0.0818648412823677,-0.3298283815383911,0.347079336643219,-0.06130540370941162 +303,2.305539964891719,0.7041280495026271,2.6636642121432303,0.5655367970466614,-0.6473695039749146,0.5109606385231018,-0.1854710727930069,1.1056710481643677,-0.6246947050094604,-0.07591277360916138,0.5620271563529968,-0.33684271574020386 +304,2.276761205972724,0.6813296055526472,2.7028400369011396,0.5910851359367371,-0.6298263072967529,0.5039217472076416,0.3048141300678253,-1.0559871196746826,0.36473193764686584,0.29131531715393066,-0.5258285403251648,0.13116425275802612 +305,2.2284301298950933,0.7052639391383314,2.5525279140822383,0.6026349067687988,-0.6482348442077637,0.4654272496700287,1.1486893892288208,-1.543535590171814,0.9294103384017944,0.3687395453453064,0.16070133447647095,0.5245628952980042 +306,2.1836305897027977,0.7026236346276775,2.399323476390952,0.6242724061012268,-0.6462221145629883,0.4389546811580658,1.010893702507019,-1.2253262996673584,0.5714700222015381,-0.17274951934814453,0.1266602873802185,0.08390301465988159 +307,2.164596654541524,0.6841465233056129,2.3082404052916057,0.6423013806343079,-0.6320118308067322,0.4336008131504059,0.49168887734413147,-0.4774666428565979,0.1390666961669922,-0.5727825164794922,0.19274187088012695,-0.24700114130973816 +308,2.1569120275806144,0.6644768965621684,2.315456020992223,0.6558456420898438,-0.6166474223136902,0.4354451596736908,-0.5831437110900879,-0.10836011171340942,-0.601344108581543,-0.27172088623046875,-0.19913321733474731,-0.4705404043197632 +309,2.1250598496796878,0.694853990922016,2.4213783371887003,0.6531466841697693,-0.6402732729911804,0.404289186000824,-1.011462688446045,0.7550591826438904,-0.03463897109031677,0.240759015083313,-0.20877158641815186,0.3951494097709656 +310,2.102590995919905,0.6940229083202789,2.6041939416062436,0.6625232696533203,-0.6396346688270569,0.38978254795074463,-0.7705473303794861,0.7362987995147705,-0.30185219645500183,-0.2503986358642578,-0.10671848058700562,0.4169800281524658 +311,2.1618549585471163,0.6932433034335619,2.715876023335202,0.6386876702308655,-0.6390352249145508,0.42861688137054443,-0.732982873916626,2.051018476486206,-0.6465456485748291,-0.2510074973106384,0.29285889863967896,0.09294387698173523 +312,2.276978919480135,0.681076268876612,2.7996890108141335,0.5910965800285339,-0.6296295523643494,0.5041537880897522,-0.2848950922489166,1.0559214353561401,-0.45456740260124207,-0.1457841992378235,0.3942018747329712,-0.376956582069397 +313,2.2687427939095413,0.6559940696130467,2.8790248342855365,0.607140064239502,-0.6099472641944885,0.5092594027519226,-0.2237628847360611,-0.4412723481655121,-0.28726914525032043,0.28830665349960327,-0.3178786039352417,-0.09148901700973511 +314,2.1733900114587263,0.6659762853447294,2.8450367544768262,0.6478190422058105,-0.6178271174430847,0.44566789269447327,0.654956042766571,-1.749084711074829,0.6934424042701721,0.3894886374473572,-0.3943493962287903,0.4972030520439148 +315,2.1537936047416832,0.6890916015816648,2.705872437255268,0.6443312168121338,-0.6358363032341003,0.42491114139556885,0.6926969289779663,-0.5454483032226562,0.42218488454818726,0.04391646385192871,0.4776790142059326,0.05627477169036865 +316,2.1340389258151196,0.6605537117239547,2.666016979518007,0.667673647403717,-0.6135541796684265,0.42161980271339417,0.20340435206890106,-0.309122234582901,-0.2669036090373993,-0.47710657119750977,0.211134135723114,-0.24989736080169678 +317,2.133505868138949,0.6331397142000874,2.67941037124942,0.6818720698356628,-0.5916787981987,0.43007752299308777,-0.0173516646027565,0.6298007369041443,-0.37328431010246277,-0.42561596632003784,-0.06559354066848755,-0.08956241607666016 +318,2.1826274609374194,0.6443641958441612,2.731528928957361,0.6544538140296936,-0.6006902456283569,0.45919620990753174,-0.8435651063919067,0.1513635814189911,0.3370136618614197,0.5091966390609741,-0.6094689965248108,-0.35923606157302856 +319,2.1215421995129047,0.6912119977063665,2.912317238051944,0.6565473079681396,-0.6374714374542236,0.40320664644241333,-1.0863945484161377,0.6522628664970398,-0.6181791424751282,0.005684018135070801,-0.3408762216567993,0.5504218935966492 +320,2.137433163995435,0.687543040278667,3.0051270922181645,0.6520264148712158,-0.6346403360366821,0.41484129428863525,-0.36076393723487854,1.2740122079849243,-0.5898929834365845,-0.20573735237121582,0.16146528720855713,0.43757569789886475 +321,2.2397865476057675,0.6716000163131298,3.061594242114097,0.6140875220298767,-0.6222392916679382,0.4855049252510071,0.0622074231505394,1.0750057697296143,-0.004419976845383644,-0.27178698778152466,0.48462021350860596,-0.2571265697479248 +322,2.308346260250123,0.6457257085334607,3.0621737688826185,0.5911056399345398,-0.6017782092094421,0.5370826125144958,0.11935457587242126,-0.2623562812805176,-0.21494832634925842,0.15950489044189453,0.06578260660171509,-0.3693578243255615 +323,2.2360611473301484,0.6383700407787585,3.022716935352115,0.6318164467811584,-0.5958872437477112,0.49570778012275696,0.7200613021850586,-1.6268171072006226,0.7778698205947876,0.4813274145126343,-0.5482776761054993,0.35051408410072327 +324,2.187232543129156,0.6725045618015008,2.8237194297010837,0.6382836699485779,-0.6229471564292908,0.4522511065006256,0.7269576787948608,-0.9795309901237488,0.7287704348564148,0.1292182207107544,0.390342116355896,0.28343623876571655 +325,2.1520475743308523,0.6647014581511055,2.761048941279775,0.6578402519226074,-0.6168241500854492,0.43217357993125916,0.2575852870941162,-0.6766382455825806,-0.043731506913900375,-0.2609134316444397,0.12913811206817627,-0.17736706137657166 +326,2.1188393332072915,0.6569622634455414,2.713291334291406,0.675881028175354,-0.6107142567634583,0.41256847977638245,0.34142160415649414,-0.2871066927909851,0.2957419157028198,-0.5980765223503113,0.18104207515716553,-0.19247585535049438 +327,2.1594761525063992,0.6504783825268123,2.7080842693029443,0.661841869354248,-0.6055671572685242,0.4418756067752838,-0.44704121351242065,0.9544535875320435,-0.30064821243286133,-0.01903480291366577,-0.4814842939376831,-0.19858938455581665 +328,2.1246366885267176,0.7071954544133258,2.82628778501226,0.6465471386909485,-0.6497043371200562,0.3998258113861084,-1.5707054138183594,-0.34509262442588806,-0.487261563539505,0.5602245330810547,-0.5196375250816345,0.46868911385536194 +329,2.068736914690907,0.6991924080109909,2.9724826178217776,0.6724228262901306,-0.643599808216095,0.3655501902103424,-0.04799125716090202,0.624069094657898,-0.06643408536911011,-0.23896640539169312,0.03041011095046997,0.49657142162323 +330,2.1772858599258433,0.6924053941201564,3.0161515207957104,0.6324374079704285,-0.6383904814720154,0.43872585892677307,-0.21572919189929962,1.5342440605163574,-0.0765438824892044,-0.2924259305000305,0.43279361724853516,-0.22749844193458557 +331,2.279394446668514,0.6693110557076584,3.0528394864344777,0.5954606533050537,-0.6204458475112915,0.5103657841682434,-0.057317472994327545,0.5326937437057495,-0.647805392742157,-0.08833491802215576,0.20684123039245605,-0.4899343252182007 +332,2.2073124464587752,0.6520509233646337,3.0713021597185355,0.639188289642334,-0.6068178415298462,0.4724513292312622,0.3681838810443878,-1.0400972366333008,0.6667537093162537,0.29083484411239624,-0.47532016038894653,0.14581948518753052 +333,2.135373765258813,0.7040082255814037,2.9518606887037793,0.6439635753631592,-0.6472781896591187,0.40785086154937744,0.5909661650657654,-0.7395437955856323,1.1711406707763672,0.19745200872421265,0.09655779600143433,0.5695052146911621 +334,2.1412628058508076,0.7191667991259851,2.8897539242957495,0.6332190036773682,-0.6587580442428589,0.40629032254219055,0.1558879017829895,-0.21903768181800842,-0.3523910939693451,-0.1273748278617859,0.09830266237258911,-0.03400629758834839 +335,2.1381487752646553,0.6870320182822698,2.9003887396723544,0.6520029306411743,-0.6342453360557556,0.4154820740222931,0.1755862534046173,0.20314659178256989,-0.10615576058626175,-0.575602114200592,0.32838284969329834,-0.2565464377403259 +336,2.1774667791475135,0.6774026319295979,2.8920327485119453,0.6401553750038147,-0.6267712712287903,0.4442514181137085,0.08139527589082718,0.338968962430954,-0.054452765733003616,-0.15733659267425537,-0.11210525035858154,-0.19744038581848145 +337,2.1740031446945034,0.738033523533914,2.9105840406987524,0.6092349886894226,-0.6728344559669495,0.4196745455265045,-1.5308723449707031,-0.36031559109687805,0.051529593765735626,0.6217830777168274,-0.3763751983642578,0.18489402532577515 +338,2.0529056950976523,0.7681942253627224,3.0634330835369727,0.6371954083442688,-0.694837749004364,0.3334411084651947,-0.7176727652549744,0.33747392892837524,-0.1254122257232666,-0.20003104209899902,-0.22232240438461304,0.5303590297698975 +339,2.123981106740685,0.7753615553964913,3.11859393579118,0.6076536774635315,-0.6999743580818176,0.3752235472202301,-0.22727519273757935,1.7801034450531006,-0.0844653844833374,-0.2076292634010315,0.2960132360458374,0.06274932622909546 +340,2.2426246639602074,0.7606264463187952,-3.1106803713016835,0.566980242729187,-0.6893754005432129,0.450882226228714,-0.3121950924396515,0.7347761988639832,-0.6967857480049133,-0.1819095015525818,0.5982804894447327,-0.48159828782081604 +341,2.241611065228423,0.7395220611874659,-3.0714067062128443,0.5787062644958496,-0.6739348769187927,0.45925039052963257,0.20926077663898468,-0.3231142461299896,-0.0069177644327282906,0.030424654483795166,-0.09060674905776978,-0.31871694326400757 +342,2.2061784805290925,0.7386622619161564,-3.111084380935532,0.5950781106948853,-0.6732994318008423,0.4388050436973572,0.03508530184626579,-0.698371410369873,0.031536977738142014,0.44071894884109497,-0.39505988359451294,0.1940685212612152 +343,2.126227996900163,0.7607738663262344,-3.128349499272204,0.6154201626777649,-0.6894821524620056,0.38193202018737793,0.205741748213768,-0.8043322563171387,0.44489139318466187,0.26928436756134033,0.22187674045562744,0.4728805422782898 +344,2.14345605092638,0.7503855834605708,3.094791035486783,0.6147361397743225,-0.6819208264350891,0.39633727073669434,0.3832818865776062,-0.17789721488952637,0.0018364572897553444,-0.31453484296798706,0.20184892416000366,-0.13515260815620422 +345,2.1963941028299985,0.7476769946081291,3.010258642706483,0.5943989157676697,-0.6799371838569641,0.4293901026248932,0.8428992033004761,-0.0343501903116703,0.6286991834640503,-0.4768298864364624,0.3504081964492798,-0.37926486134529114 +346,2.223077651732302,0.7338148709764863,2.9440945841391386,0.5901648998260498,-0.6697075366973877,0.45077407360076904,0.2682235538959503,-0.08790593594312668,0.036772917956113815,0.2653038501739502,-0.1753699779510498,-0.07679641246795654 +347,2.2016115519010904,0.7904704754791124,2.896928859587402,0.5681183934211731,-0.7106843590736389,0.4149332642555237,-0.8224446177482605,-1.4386426210403442,0.198262020945549,0.6401947140693665,-0.16599416732788086,0.23565584421157837 +348,2.051938107079573,0.7726055067506346,2.995757225371038,0.6347939968109131,-0.6980034112930298,0.33140242099761963,-0.18413615226745605,-0.24436844885349274,-0.42197278141975403,-0.21136265993118286,-0.10799628496170044,0.480517715215683 +349,2.1021846277499168,0.7623687225963083,2.9382943742660084,0.6234758496284485,-0.6906364560127258,0.36646878719329834,0.5565230846405029,0.4484500586986542,0.39244747161865234,-0.2898576855659485,0.28685832023620605,-0.0016769170761108398 +350,2.23410327058449,0.7669181294946764,2.8118381797581455,0.5673728585243225,-0.6939194202423096,0.4433550238609314,0.792303740978241,0.18925948441028595,0.45238739252090454,-0.16531908512115479,0.46735697984695435,-0.35425904393196106 +351,2.2329821973084467,0.7334796826026856,2.760851124963203,0.5858482718467712,-0.6694585680961609,0.45673516392707825,0.5480957627296448,-0.8033118844032288,-0.06189584359526634,0.04264599084854126,-0.1987665295600891,0.01563119888305664 +352,2.1823793211510027,0.7265846690361257,2.6306343533912133,0.6119654774665833,-0.664320707321167,0.42915773391723633,0.6453758478164673,-1.877225399017334,0.631973922252655,0.461047887802124,-0.520097017288208,0.40311765670776367 +353,2.154497842024451,0.7519571990927262,2.5600805763041516,0.6094275116920471,-0.6830695271492004,0.4025096595287323,0.24941658973693848,-0.6419205069541931,0.4438212513923645,0.3772057294845581,0.35764533281326294,0.1640491485595703 +354,2.139363209983837,0.7442550016717044,2.4652809289305013,0.6198645830154419,-0.6774239540100098,0.39606156945228577,0.5607271194458008,-0.7054479122161865,0.2076881378889084,-0.3086004853248596,0.3035377860069275,-0.08829182386398315 +355,2.13802611090893,0.718214862451561,2.4121045918826285,0.635059118270874,-0.6580415368080139,0.40457531809806824,0.637844979763031,0.04177827760577202,-0.009989258833229542,-0.4784124493598938,0.17780166864395142,-0.24548721313476562 +356,2.1734513028447906,0.7290649945706201,2.3507607971557865,0.6144130825996399,-0.6661726236343384,0.42274171113967896,-0.6900523900985718,-0.6950666904449463,0.40821731090545654,0.38491547107696533,-0.5910905003547668,-0.42387083172798157 +357,2.0578043167391007,0.7909114231662553,2.510812458955984,0.6214418411254883,-0.7109944820404053,0.3290851414203644,-0.7747623920440674,0.08054332435131073,-0.5312594175338745,0.3157529830932617,-0.4353830814361572,0.665086030960083 +358,2.0456876809973803,0.7820223949660855,2.6336680389112717,0.6309791803359985,-0.7047157287597656,0.32440832257270813,-0.5007725358009338,1.004167914390564,-0.4204449951648712,-0.1346108317375183,0.1366310715675354,0.28968164324760437 +359,2.1735638655616425,0.781938409652739,2.652882396504449,0.5845052003860474,-0.7046561241149902,0.40226078033447266,0.3171411454677582,1.0595316886901855,0.26838386058807373,-0.3194751739501953,0.541890561580658,-0.4104089140892029 +360,2.2443075050656454,0.7614705262118572,2.6098702368777857,0.5657660365104675,-0.6899865865707397,0.4514729082584381,0.24134951829910278,-0.0016519706696271896,-0.5060884356498718,-0.11491447687149048,0.4611656069755554,-0.24041318893432617 +361,2.175726179039708,0.7334475928020054,2.6036472663229104,0.6110422611236572,-0.6694347262382507,0.4224737286567688,0.4105983078479767,-1.273056149482727,0.22872905433177948,0.3651844263076782,-0.5143877267837524,-0.025577515363693237 +362,2.1036037897908066,0.752657572381054,2.5256151198163224,0.6287028193473816,-0.6835808753967285,0.3707425892353058,0.48115256428718567,-0.5900871157646179,0.49990114569664,0.1537678837776184,0.11981439590454102,0.5046694278717041 +363,2.114432864703315,0.7364246751273046,2.536145311082264,0.6340652704238892,-0.6716433167457581,0.3832187056541443,-0.2379615157842636,0.4699561297893524,-0.6927409172058105,-0.15715181827545166,0.06103235483169556,-0.10946083068847656 +364,2.100086275574136,0.7075547316139941,2.593672658003607,0.6559659242630005,-0.649977445602417,0.3837161660194397,0.15085193514823914,0.13682617247104645,0.22286677360534668,-0.5181790590286255,0.13543587923049927,-0.2728152573108673 +365,2.1662003508324776,0.7246442120055749,2.544941190014205,0.6198945045471191,-0.6628690958023071,0.41992324590682983,0.2997615933418274,0.2954390347003937,0.36656245589256287,-0.14964914321899414,0.07954084873199463,-0.33606088161468506 +366,2.1573218340116735,0.7639954869437879,2.5848430153350623,0.601395845413208,-0.6918120384216309,0.3996486961841583,-0.956943690776825,-0.4254699647426605,0.12882256507873535,0.7537371516227722,-0.6957153677940369,0.20163914561271667 +367,2.01078663798524,0.7464611242251362,2.7543309804777816,0.6641780734062195,-0.6790451407432556,0.31267425417900085,0.07307369261980057,0.15342684090137482,-0.11978782713413239,-0.37027859687805176,-0.3320479989051819,0.4509214162826538 +368,2.089067041015534,0.7439858411995963,2.776054871662929,0.6391509175300598,-0.6772259473800659,0.36448726058006287,-0.33884793519973755,1.7830219268798828,-0.30184251070022583,-0.29559940099716187,0.3754834532737732,0.01693663001060486 +369,2.2346812257953315,0.7198961133494071,2.795689556716314,0.5921797156333923,-0.6593065857887268,0.4632910192012787,0.016902972012758255,0.7532575130462646,-0.6785855293273926,-0.27343881130218506,0.6400803923606873,-0.5419041514396667 +370,2.1834741888305493,0.6720935238785111,2.927101191440517,0.6401882767677307,-0.6226255893707275,0.4499962329864502,-0.3033182919025421,-0.18940815329551697,-0.4352644085884094,0.31884193420410156,-0.7786653637886047,0.02702409029006958 +371,2.102026592295337,0.707242885060669,2.8826891936257013,0.6553950309753418,-0.6497403979301453,0.38509100675582886,0.08430571854114532,-1.4345955848693848,0.5140523314476013,0.4490360617637634,-0.38924580812454224,0.661418080329895 +372,2.0814142571697376,0.7589837842923832,2.8191168620767697,0.6329881548881531,-0.6881844997406006,0.35458114743232727,0.07062140107154846,-0.17404352128505707,0.35237810015678406,0.12332886457443237,0.6295756101608276,0.05003613233566284 +373,2.0521820617211817,0.721865271102219,2.84350519906184,0.6652749180793762,-0.6607858538627625,0.34752196073532104,0.05034835264086723,-0.10795316845178604,-0.36801499128341675,-0.4843972325325012,0.2701455354690552,-0.20376893877983093 +374,2.0473946507510643,0.7087094717479603,2.8348803206424456,0.6745972037315369,-0.6508545279502869,0.3482910692691803,0.17461393773555756,0.37692126631736755,-0.03574163839221001,-0.6035523414611816,0.2755494713783264,-0.04625871777534485 +375,2.1501801879025506,0.6995868691321256,2.7620938782944466,0.6402426362037659,-0.6439016461372375,0.4189032018184662,0.45223870873451233,-0.17829136550426483,0.8481899499893188,0.5405281782150269,-0.9980050921440125,-0.4094275236129761 +376,2.0270327633331213,0.7970811783406698,2.844761793308308,0.6273225545883179,-0.7153194546699524,0.30787113308906555,-1.329661250114441,-0.4769306182861328,-0.9983396530151367,0.1647154688835144,-0.29473602771759033,0.5726525783538818 +377,2.0250161816649754,0.7911742924539181,2.8887340285468714,0.6317278146743774,-0.7111793160438538,0.30845391750335693,-0.12401376664638519,1.2354731559753418,-0.3361872136592865,-0.22192257642745972,0.36359941959381104,0.5634790658950806 +378,2.179033804796014,0.758710904810406,2.9594401614239754,0.5955696105957031,-0.6879864931106567,0.41469427943229675,0.17566822469234467,1.9935461282730103,-0.11361529678106308,-0.2121925950050354,0.456190288066864,-0.33302929997444153 +379,2.2846204131478545,0.7186078080507592,2.9752710083782246,0.5689557194709778,-0.6583373546600342,0.49282941222190857,-0.025588877499103546,0.1659659445285797,-0.6267087459564209,-0.08554220199584961,0.27752387523651123,-0.4706432521343231 +380,2.2297236984011324,0.6911411248842366,2.9981605616228473,0.6092103719711304,-0.6374168395996094,0.4717649817466736,0.879062831401825,-1.0184532403945923,0.52082759141922,0.47890907526016235,-0.7378730177879333,0.012701451778411865 +381,2.1616018173806766,0.7007573623641324,2.794929335427757,0.6347900032997131,-0.6447967886924744,0.4257681667804718,1.166748046875,-1.4904390573501587,1.2414426803588867,0.2731078863143921,-0.18319082260131836,0.8406350016593933 +382,2.1721330571265787,0.7282446308985385,2.6839282196646237,0.6154202818870544,-0.6655605435371399,0.4222404658794403,0.3076479136943817,-0.19264109432697296,-0.06667490303516388,0.05103778839111328,0.2777584195137024,0.010727643966674805 +383,2.1663537385884237,0.7063034389602239,2.6670016754950336,0.629789412021637,-0.6490259766578674,0.4267670810222626,0.3377314805984497,-0.4840523302555084,0.13789859414100647,-0.506483256816864,0.26526761054992676,-0.3412569463253021 +384,2.170815734928141,0.6995662755031697,2.6279536145289346,0.6314735412597656,-0.6438859105110168,0.4320322871208191,0.15556666254997253,-0.04099252447485924,-0.05549035966396332,-0.4570503830909729,0.23670518398284912,-0.2437846064567566 +385,2.152591434570524,0.7188497821029003,2.647264277731649,0.628750205039978,-0.6585195064544678,0.41355234384536743,-1.3588535785675049,-0.35923513770103455,0.9872319102287292,0.7627446055412292,-1.4313852787017822,-0.5093926787376404 +386,2.052753669177283,0.7844221602740599,2.717804943922951,0.6271710991859436,-0.7064163088798523,0.32807397842407227,0.009223964996635914,-1.0390918254852295,-0.07306182384490967,0.1148027777671814,-0.4024399518966675,0.6719107627868652 +387,2.0894760261884557,0.7789520336268104,2.719457297478108,0.6180499196052551,-0.702534019947052,0.35278910398483276,-0.2731635868549347,1.5578478574752808,-0.28398144245147705,-0.14751476049423218,0.3633159399032593,0.23789390921592712 +388,2.2100333173284814,0.765752662093806,2.7308518997979014,0.5785279273986816,-0.6930797696113586,0.4300536811351776,0.3796272277832031,0.7761115431785583,-0.06684698909521103,-0.34024661779403687,0.5962473750114441,-0.4622802138328552 +389,2.2172247255417847,0.7238392184871131,2.7559625938381584,0.5980966687202454,-0.6622661352157593,0.45131412148475647,-0.03225905820727348,-0.8596358895301819,-0.39859718084335327,0.11480933427810669,-0.1801716685295105,-0.2499590516090393 +390,2.1503495347826007,0.7122512790222264,2.689162819900833,0.6332976222038269,-0.6535394191741943,0.4145123362541199,0.3490316867828369,-1.6905980110168457,0.6177992224693298,0.4293091893196106,-0.45719367265701294,0.04195433855056763 +391,2.0636883954701624,0.7551264788264787,2.5976249075026243,0.6415077447891235,-0.685380756855011,0.3445594310760498,0.10097238421440125,-0.7132209539413452,0.7989358901977539,0.14842456579208374,0.151567280292511,0.4129174053668976 +392,2.0518452805632417,0.7674587195178585,2.5667068730636644,0.6380013823509216,-0.6943085789680481,0.3330015242099762,0.15115931630134583,-0.41831713914871216,-0.12393323332071304,-0.28567594289779663,0.2900574803352356,-0.1365903615951538 +393,2.03715964294417,0.7479244229307841,2.55893319246894,0.654813826084137,-0.6801186203956604,0.32963278889656067,0.17859148979187012,0.376461386680603,-0.32819461822509766,-0.6738872528076172,0.4438209533691406,-0.1256532371044159 +394,2.125634962769178,0.7090883272908264,2.5512803663925347,0.6451011896133423,-0.6511421203613281,0.399822473526001,-0.18322612345218658,0.40218842029571533,-0.2506469786167145,0.1720678210258484,-0.5124471783638,-0.33694109320640564 +395,2.0429920463238913,0.7861730230883227,2.6678716387538843,0.6292414665222168,-0.7076544761657715,0.3213732838630676,-2.1448307037353516,-0.1482607126235962,-0.445557564496994,0.5379034876823425,-0.41676586866378784,0.4047468602657318 +396,1.9563247711399787,0.8027683652018355,2.7751442930854178,0.6437255144119263,-0.7192820906639099,0.2612478733062744,-0.04716668277978897,0.4160189628601074,0.1134415790438652,-0.10243535041809082,0.1471538543701172,0.6216256022453308 +397,2.0615814373271912,0.7885297118149949,2.801147524952742,0.6216863393783569,-0.7093176245689392,0.33222734928131104,-0.05315842851996422,1.614431381225586,-0.19347649812698364,-0.18938946723937988,0.4105656147003174,-0.14288094639778137 +398,2.1784174494628843,0.7546333003189627,2.789061966105848,0.5981234312057495,-0.6850215792655945,0.41592535376548767,0.12736876308918,0.10354553908109665,-0.5237938165664673,-0.139367938041687,0.3640682101249695,-0.41702401638031006 +399,2.1397097909260445,0.7158750109797417,2.7875968366759736,0.6356724500656128,-0.6562778949737549,0.4064722955226898,0.8437786102294922,-1.029421091079712,0.29234176874160767,0.24988657236099243,-0.5488306879997253,-0.033745914697647095 +400,2.075217340286364,0.7298657636711608,2.626301395909023,0.65244460105896,-0.6667696237564087,0.36018654704093933,1.3933415412902832,-1.8277887105941772,0.9643948078155518,0.39137864112854004,-0.2422727346420288,0.5036134719848633 +401,2.084767470488492,0.754838649052377,2.4839381877708093,0.6342743635177612,-0.6851711273193359,0.35810115933418274,0.5747897028923035,-0.42047250270843506,0.06526213884353638,0.20822429656982422,0.3766995072364807,-0.01267269253730774 +402,2.0526391982638,0.7227571659892764,2.476445229017143,0.6645934581756592,-0.6614550352096558,0.3475527763366699,0.20607194304466248,-0.9164879322052002,-0.11441968381404877,-0.5525786280632019,0.2465837597846985,-0.32759425044059753 +403,2.0324369959780824,0.7193686171536716,2.4442491148700194,0.6734815239906311,-0.6589098572731018,0.3350529074668884,0.19049370288848877,0.38350996375083923,0.12480749189853668,-0.4928327202796936,0.15157049894332886,-0.14785805344581604 +404,2.0919705258968637,0.755058715829194,2.4596866314647423,0.631547749042511,-0.685331404209137,0.36258548498153687,-1.6640914678573608,0.3726266026496887,0.53379887342453,0.6170178651809692,-0.9396532773971558,-0.24922791123390198 +405,1.9483841525495649,0.8301640868845465,2.669711387970214,0.6272226572036743,-0.7380421161651611,0.24876804649829865,-0.8104949593544006,0.1474083811044693,0.17607258260250092,-0.11231487989425659,-0.2490641474723816,0.6748158931732178 +406,2.010455557008998,0.82035556284137,2.7272291382822647,0.6171045303344727,-0.7313883304595947,0.29026395082473755,-0.2411312609910965,1.9898301362991333,-0.495914101600647,-0.15779972076416016,0.3533823490142822,0.19604885578155518 +407,2.1753497532133386,0.7926164785231906,2.734084347802342,0.5775619149208069,-0.7121924161911011,0.3990042209625244,0.16115382313728333,0.6536560654640198,-0.43717652559280396,-0.08075094223022461,0.6268346905708313,-0.6530935168266296 +408,2.144169599403966,0.7507409762225022,2.7496692287678948,0.6142498850822449,-0.6821807622909546,0.3966445028781891,0.3319770395755768,-0.9332714080810547,-0.1656741350889206,0.2084888219833374,-0.3341004252433777,0.029533565044403076 +409,2.066466824799218,0.755763370078028,2.6454402739895,0.6401636004447937,-0.6858444213867188,0.34613269567489624,0.9102451205253601,-1.9891809225082397,0.5533323287963867,0.356708288192749,-0.21884912252426147,0.49798354506492615 +410,2.0692130142874885,0.7679216492466925,2.50096152642769,0.6318395733833313,-0.694641649723053,0.3438777029514313,0.6559838056564331,-0.2828994393348694,0.2661801874637604,0.1995813250541687,0.2872777581214905,0.008478283882141113 +411,2.0652472776994264,0.7542579053313925,2.473129281114595,0.6414934992790222,-0.6847480535507202,0.3458413779735565,0.2430344969034195,-0.11549247056245804,-0.016727471724152565,-0.570112943649292,0.21933972835540771,-0.1299600601196289 +412,2.1349647720965717,0.7407272276376478,2.417028941296861,0.6236162185668945,-0.6748247742652893,0.39460667967796326,0.2881430983543396,0.33518901467323303,-0.10208487510681152,-0.33705610036849976,0.1389208436012268,-0.3343496322631836 +413,2.071978082191572,0.7819369232257872,2.499683350294986,0.6222863793373108,-0.704655110836029,0.3409120738506317,-1.4424514770507812,-0.63840252161026,0.7104858756065369,0.3568243384361267,-0.3406482934951782,-0.0674746036529541 +414,1.9196542943439494,0.8229611242754178,2.6975014080722715,0.6390893459320068,-0.7331627607345581,0.23245905339717865,-0.6987117528915405,-0.09477121382951736,0.09108900278806686,-0.10825133323669434,-0.3701392412185669,0.48365116119384766 +415,1.9610389470043195,0.8283643971001105,2.768474860906254,0.6252517700195312,-0.7368265390396118,0.25719016790390015,-0.45255333185195923,2.106837749481201,-0.3936746120452881,-0.23200231790542603,0.3440958857536316,0.2380795180797577 +416,2.1199603074273123,0.8225776571580173,2.788844373743437,0.5802990198135376,-0.732901930809021,0.35511720180511475,0.011532897129654884,0.8121163249015808,-0.34991803765296936,-0.13074451684951782,0.7213662266731262,-0.4580223262310028 +417,2.108162833219542,0.7746546728993288,2.829948801293795,0.6139379143714905,-0.6994693279266357,0.3658182919025421,0.3675881028175354,-0.4297608435153961,-0.310778945684433,0.13099616765975952,-0.25574612617492676,-0.05839943885803223 +418,2.1071398608091316,0.7506155932787654,2.707041016065908,0.6285864114761353,-0.6820890307426453,0.3736758828163147,0.5808374881744385,-1.4162737131118774,0.3345503807067871,0.5470422506332397,-0.44208693504333496,-0.022967815399169922 +419,2.0320314169183504,0.7707215721334806,2.6021811452522576,0.64244145154953,-0.6966530680656433,0.31928569078445435,0.2901763617992401,-0.9617078900337219,0.5368764400482178,0.11413496732711792,0.20341277122497559,0.33803245425224304 +420,2.0237669791218234,0.7641288827495344,2.5668077484362977,0.6491740345954895,-0.6919082999229431,0.31596869230270386,0.21943452954292297,-0.06189597398042679,-0.22378510236740112,-0.22986239194869995,0.2681106925010681,-0.1318713128566742 +421,1.9921441078103637,0.7351608706199065,2.5754268620957856,0.6768507361412048,-0.6707065105438232,0.3033577799797058,0.03432878106832504,-0.11044111102819443,-0.31986892223358154,-0.6212782263755798,0.28217196464538574,-0.041761159896850586 +422,2.041412428724206,0.7184910725113812,2.546129938406063,0.6709621548652649,-0.6582494974136353,0.3413460850715637,0.5718865394592285,0.7624107003211975,0.08854910731315613,-0.06656157970428467,-0.2865898609161377,-0.14040321111679077 +423,2.0513857167393708,0.7773020269673955,2.5679279941014537,0.6320634484291077,-0.7013588547706604,0.3295327126979828,-1.954136610031128,-0.4834579527378082,-0.16736800968647003,0.3847365379333496,-0.4191246032714844,0.3445395231246948 +424,1.940746657523175,0.7927657922069824,2.7626094875423064,0.654392421245575,-0.712297260761261,0.25377732515335083,-0.6047139763832092,0.4053271412849426,0.10195757448673248,-0.08671975135803223,-0.07548344135284424,0.5330420732498169 +425,1.9937945154809704,0.7897713304902625,2.850206986425141,0.6419580578804016,-0.7101923227310181,0.2889924943447113,-0.5213397741317749,1.7163450717926025,-0.344673216342926,-0.3108423948287964,0.39799755811691284,0.08527502417564392 +426,2.117965706688861,0.7804311694816252,2.8795972557257565,0.6068613529205322,-0.7035858631134033,0.36971044540405273,0.18252110481262207,1.1253374814987183,-0.37877339124679565,-0.17169606685638428,0.6695131063461304,-0.36435467004776 +427,2.1201202404493347,0.7287041050467306,2.896792878061228,0.6362790465354919,-0.6659033894538879,0.38951435685157776,0.45752331614494324,-0.9112551808357239,-0.1230725646018982,0.17974567413330078,-0.3619285225868225,0.056805193424224854 +428,2.075715027383601,0.7195552926264378,2.7635798573092907,0.6582474708557129,-0.6590502858161926,0.36381760239601135,1.1085175275802612,-1.9452905654907227,0.7451249957084656,0.4296737313270569,-0.5419385433197021,0.4217506945133209 +429,2.0617559301563144,0.7268878502413469,2.6301473260568184,0.6589821577072144,-0.664547324180603,0.35230594873428345,0.3747028112411499,-0.48523253202438354,0.05611679330468178,0.23802101612091064,0.389950156211853,0.03189504146575928 +430,2.027975638654103,0.7037593677205172,2.5978609869884437,0.6841155886650085,-0.6470884680747986,0.3365442156791687,0.34289807081222534,-0.491875022649765,-0.00864630751311779,-0.4595521092414856,0.2477813959121704,-0.1336176097393036 +431,2.0421457183508367,0.6931383694148205,2.559146435203484,0.6853634119033813,-0.6389545202255249,0.34930551052093506,0.2259014993906021,0.3854697346687317,0.016683585941791534,-0.5605617761611938,0.18579894304275513,-0.13099798560142517 +432,2.1085336545446176,0.6938673637409719,2.5401244842780195,0.6602810025215149,-0.6395151019096375,0.3937638998031616,-0.1453903764486313,0.16099679470062256,0.6672303676605225,0.36506402492523193,-0.8179588317871094,-0.3415938913822174 +433,1.969657286257577,0.7722360336406884,2.6632394183065085,0.6601213812828064,-0.697738766670227,0.27820897102355957,-0.6211349964141846,-0.6444546580314636,-0.12174592912197113,0.32030153274536133,-0.4811552166938782,0.6782577037811279 +434,1.9622162803275751,0.7835145195525008,2.7049933587507007,0.6548569798469543,-0.7057735919952393,0.2702697813510895,-0.48824426531791687,1.3833584785461426,-0.5827738642692566,-0.21313029527664185,0.35613375902175903,0.47614428400993347 +435,2.105029509354547,0.7543007588319194,2.764672731820102,0.627206027507782,-0.6847792863845825,0.371066153049469,0.1053612157702446,1.813662052154541,-0.33505943417549133,-0.2614070773124695,0.51221764087677,-0.3982572555541992 +436,2.1431157092365387,0.7079470774180961,2.832758288381504,0.6386383771896362,-0.6502755284309387,0.41144001483917236,-0.7115880846977234,-0.002389186527580023,-1.012290596961975,-0.04070746898651123,0.01006251573562622,-0.27745258808135986 +437,2.0657030580220583,0.6885516957073831,2.8124631059043463,0.6795171499252319,-0.635419487953186,0.36674046516418457,0.5669016242027283,-1.464203953742981,0.5876781940460205,0.35400640964508057,-0.42933881282806396,0.27164149284362793 +438,2.0443871884494857,0.7292339251643478,2.6514486577610574,0.6636123657226562,-0.6662985682487488,0.34009572863578796,0.7681587934494019,-0.6238499879837036,1.1079367399215698,0.08763891458511353,0.20200413465499878,0.25115180015563965 +439,2.0715741842242883,0.7345845911615969,2.594851036836134,0.6509852409362793,-0.6702789068222046,0.35629263520240784,-0.014677061699330807,0.00036616716533899307,-0.2363516092300415,-0.1444239616394043,0.1371062994003296,-0.20539844036102295 +440,2.066962884531417,0.7347031403082442,2.5830772663977486,0.6525513529777527,-0.6703668832778931,0.35324910283088684,0.03376150503754616,0.10314476490020752,0.14912612736225128,-0.5300843119621277,0.24295294284820557,-0.126625657081604 +441,2.0985690643419326,0.7275266063691388,2.602278873584448,0.6452021598815918,-0.66502445936203,0.3761070668697357,-0.17687325179576874,0.7769839763641357,-0.2656312584877014,-0.011397898197174072,-0.22872847318649292,-0.110924631357193 +442,2.107400935669826,0.7682985438036685,2.665633950827988,0.6180251836776733,-0.6949127316474915,0.3676159381866455,-1.028647541999817,0.044630710035562515,0.2526487708091736,0.48008888959884644,-0.3755829334259033,0.14071539044380188 +443,1.9766935631823013,0.7827354057281413,2.8434693614828985,0.6513808369636536,-0.70522141456604,0.2799387574195862,-0.033776864409446716,-0.18781247735023499,-0.05541438236832619,0.08453530073165894,-0.30355238914489746,0.5612629652023315 +444,2.0453985466606666,0.7752251114106762,2.8302858307819334,0.6353193521499634,-0.6998769044876099,0.3264075219631195,-0.009443418122828007,1.0034724473953247,0.07037662714719772,-0.5014081597328186,0.5695210099220276,-0.018332570791244507 +445,2.124326694568879,0.7772799766080362,2.8520784872924314,0.6063806414604187,-0.7013431191444397,0.37472695112228394,0.1459815949201584,0.6630445122718811,-0.35880059003829956,-0.1129724383354187,0.5771976709365845,-0.4582841694355011 +446,2.0733625341051054,0.7195689696372372,2.9024992501232503,0.6590932011604309,-0.659060537815094,0.3622635006904602,0.8318524956703186,0.029600000008940697,-0.04983026534318924,0.30442285537719727,-0.7450987696647644,0.049342185258865356 +447,2.0401419700643153,0.7103665197472694,2.7645851584758665,0.6761429905891418,-0.6521117091178894,0.34290117025375366,0.7480381727218628,-1.8845468759536743,0.5998073220252991,0.5487716197967529,-0.5794557929039001,0.42696574330329895 +448,1.9735253098258616,0.7413897472124344,2.682243277969157,0.678524374961853,-0.6753135323524475,0.28906071186065674,0.10275807231664658,-0.6829673647880554,0.11030294746160507,0.0639224648475647,0.3775688409805298,0.18281742930412292 +449,1.9569547939942877,0.7323900670574234,2.662863701679588,0.6888232231140137,-0.6686487197875977,0.28005579113960266,-0.019404487684369087,-0.14141207933425903,-0.13005448877811432,-0.5551257729530334,0.37633615732192993,-0.18735864758491516 +450,1.9548561744702202,0.7249063149750797,2.6906999340250852,0.6940296292304993,-0.6630653142929077,0.28047674894332886,-0.01172005757689476,0.46524691581726074,0.025928262621164322,-0.652678370475769,0.24111407995224,-0.11671951413154602 +451,2.0556836250983177,0.736896875732927,2.634696745175699,0.6551916003227234,-0.6719931364059448,0.3451802730560303,0.6943541765213013,0.7996185421943665,0.8315843939781189,0.2840479016304016,-0.6798898577690125,-0.049495428800582886 +452,2.108781551750465,0.8153637033105584,2.605925131849802,0.5887574553489685,-0.7279750108718872,0.3513081669807434,-1.9119311571121216,-0.4216938018798828,-0.6939146518707275,0.26552122831344604,-0.20978456735610962,0.05733749270439148 +453,1.9830895713480887,0.8341536340964248,2.758661453437664,0.6155105829238892,-0.7407281994819641,0.269199937582016,-0.17836041748523712,0.16429868340492249,-0.14863485097885132,-0.00670015811920166,-0.16483521461486816,0.8926347494125366 +454,2.1092433442800402,0.7863883279252156,2.7662416368355096,0.6064542531967163,-0.7078065872192383,0.36224761605262756,0.6858262419700623,2.198319673538208,-0.09881646931171417,0.04627102613449097,0.050244271755218506,-0.21391698718070984 +455,2.18347003399471,0.7417097994873973,2.8085482265753656,0.6032068729400635,-0.6755495667457581,0.42399778962135315,0.0004724990576505661,-0.19903762638568878,-0.6811663508415222,-0.33327895402908325,0.6557742357254028,-0.5033893585205078 +456,2.124323975995325,0.721347655468447,2.7952675604036292,0.638786256313324,-0.6603972315788269,0.3947503864765167,0.3468411862850189,-1.3714181184768677,0.36121314764022827,-0.1519545316696167,0.43854963779449463,-0.13133782148361206 +457,2.0326432276701456,0.7210269854917745,2.6922575465654104,0.6724334359169006,-0.6601564288139343,0.3347044885158539,1.503745675086975,0.38721299171447754,0.4254553020000458,0.8240113258361816,-0.9933775663375854,0.7846955060958862 +458,2.031022190049509,0.7211648177968112,2.609376163832142,0.6728935837745667,-0.6602599620819092,0.3335736095905304,0.11048104614019394,-0.7151338458061218,-0.020049557089805603,-0.3179435729980469,0.056454360485076904,0.09699895977973938 +459,2.0317991907499344,0.7277319472574185,2.6073410506863657,0.6687363982200623,-0.6651778221130371,0.3321603238582611,-0.3814045190811157,0.10143395513296127,0.2475174367427826,-0.753437876701355,0.44430679082870483,-0.3867410123348236 +460,1.9567063222158363,0.79433755905912,2.7091783569682666,0.6492211222648621,-0.7133995294570923,0.2637667655944824,-1.5766853094100952,-0.5338389277458191,0.12501175701618195,-0.5565240383148193,0.08086174726486206,0.2945522964000702 +461,2.048099725937267,0.7497172912725306,2.8371387621194715,0.6500839591026306,-0.6814318895339966,0.3362157344818115,-0.33205312490463257,3.5594072341918945,0.43647104501724243,0.7443250417709351,-1.3856151103973389,0.1779596209526062 +462,2.147494274251916,0.7875586236476947,2.880934830613322,0.5914626121520996,-0.7086328268051147,0.3847222626209259,-0.658705472946167,0.07785949856042862,-0.7683025598526001,-0.23047024011611938,0.512511670589447,-0.05163818597793579 +463,2.109094255196689,0.7655473642183148,2.9368409981434156,0.6190409660339355,-0.6929317712783813,0.3696407079696655,0.23466576635837555,-1.0050610303878784,0.10995461791753769,-0.49167579412460327,0.6533809304237366,-0.34296831488609314 +464,1.9949580809184506,0.7922393090697445,2.8313630914110197,0.6400219798088074,-0.711927592754364,0.2890170216560364,1.9878740310668945,-2.001107692718506,0.3909238278865814,0.9897692203521729,-0.07725685834884644,0.8797147274017334 +465,2.1836856288412725,0.7339492212657682,2.5691193343948333,0.6073858141899109,-0.6698073148727417,0.42713087797164917,-0.026651041582226753,-1.5316743850708008,0.5655706524848938,0.1700037717819214,-0.5746995806694031,-0.6041786074638367 +466,2.0786247772261652,0.7563031317187521,2.588888641315837,0.6355845332145691,-0.686237096786499,0.3537099063396454,-0.4566020965576172,0.4339722990989685,-0.13368968665599823,-0.6795756816864014,0.3984106779098511,-0.155131995677948 +467,2.068759635386762,0.7955982872929426,2.6670207207858443,0.6148650646209717,-0.7142824530601501,0.3342781066894531,-0.8034277558326721,0.10577138513326645,0.23922738432884216,-0.6689422130584717,0.3699830174446106,-0.22427746653556824 +468,1.9944426291199506,0.7924149481807561,2.819886240339962,0.6400569081306458,-0.7120509743690491,0.2886356711387634,-0.5746020078659058,2.372098922729492,-1.4444606304168701,1.0488011837005615,-1.1428990364074707,1.1326441764831543 +469,2.175434383427996,0.7972846187833391,2.7980068677177004,0.5747864842414856,-0.7154616117477417,0.39715874195098877,0.11257296800613403,-0.008190551772713661,0.36327362060546875,0.37829267978668213,0.5833510756492615,-0.20872798562049866 +470,2.188448124808629,0.7638118962559187,2.8165762342077016,0.5887705683708191,-0.6916794180870056,0.4182448983192444,0.3976548910140991,-0.07527127861976624,-0.35551202297210693,-0.3598429560661316,0.6145310997962952,-0.5491805076599121 +471,2.0810500872714277,0.7350448930687246,2.7675339807376123,0.6473106741905212,-0.6706204414367676,0.3622945547103882,0.24021422863006592,-2.376904010772705,0.17292097210884094,-0.036486029624938965,0.3994564414024353,0.0969645082950592 +472,2.044222306094435,0.6935069736532808,2.5554664099575706,0.6844266653060913,-0.6392379999160767,0.35062041878700256,2.0400030612945557,1.3517522811889648,0.645121693611145,0.6147370338439941,-0.9376204013824463,0.36603909730911255 +473,2.0686763969155293,0.670103154232335,2.5035864906444205,0.6886070370674133,-0.6210668087005615,0.3742944598197937,-0.2479674518108368,-1.0836281776428223,-0.19765885174274445,-0.48172837495803833,-0.008205652236938477,-0.3781702518463135 +474,2.0305445259082906,0.6835011450461611,2.5054216357916768,0.6948555111885071,-0.6315115690231323,0.3440474271774292,-0.37835821509361267,0.3500451147556305,0.1324886977672577,-0.7724923491477966,0.4257774353027344,-0.18375390768051147 +475,1.9658229315759859,0.7222992335079835,2.5872104899550457,0.6925051212310791,-0.6611115336418152,0.28873521089553833,-0.8439813256263733,-0.2173185646533966,-0.11868292093276978,-0.0032199621200561523,-0.6427671909332275,0.6156837344169617 +476,2.08590879905085,0.72325227732639,2.6625169893061487,0.6523798704147339,-0.6618262529373169,0.3693057894706726,-0.45326945185661316,2.215632915496826,0.7689340114593506,0.48710083961486816,-0.5135431885719299,-0.00671115517616272 +477,2.172035065191465,0.7681340553054439,2.7081434043106882,0.593084990978241,-0.6947944164276123,0.40683069825172424,-0.22572755813598633,1.0066663026809692,-0.41950780153274536,-0.2440553903579712,0.74736088514328,-0.17791825532913208 +478,2.1261353817366544,0.7311603388941428,2.7349658855635806,0.6325329542160034,-0.6677338480949402,0.3924711346626282,0.18116866052150726,-1.7491871118545532,0.097755067050457,-0.4481457471847534,0.5874115824699402,-0.5401761531829834 +479,1.9801942366882588,0.7406912795408024,2.6476022475775056,0.6770140528678894,-0.6747982501983643,0.29376694560050964,1.7692102193832397,-0.8720808625221252,0.27173829078674316,1.0042755603790283,-0.25844448804855347,1.1737775802612305 +480,2.1146992228445622,0.6560427916061483,2.4590457295911023,0.6780637502670288,-0.609985888004303,0.41005727648735046,0.5541887283325195,-0.5989360213279724,-0.16293491423130035,0.004889190196990967,-0.4223475456237793,-0.6451341509819031 +481,2.0180695176116976,0.6698332828428825,2.474320473188009,0.7068102955818176,-0.6208553314208984,0.3390543758869171,-0.47425034642219543,-0.1896195411682129,-0.05676788091659546,-0.6539539098739624,0.30281639099121094,-0.11850380897521973 +482,1.959706599856794,0.7183950410398167,2.5457538062576215,0.6966416239738464,-0.6581771969795227,0.2854709327220917,-1.4336645603179932,-0.31693392992019653,0.6067196726799011,-0.43641817569732666,-0.12574315071105957,0.24060633778572083 +483,1.9990794288067109,0.730015673302511,2.688278422685822,0.6778609752655029,-0.6668813228607178,0.30947378277778625,0.08605261147022247,1.7609829902648926,-0.2072000950574875,0.31959086656570435,-0.702137291431427,0.02849319577217102 +484,2.1229651013842568,0.787253838117715,2.678650750737546,0.6009045243263245,-0.7084177136421204,0.37021318078041077,-0.33081740140914917,0.9543949365615845,-0.4949798882007599,0.16739076375961304,0.8782634139060974,-0.05543974041938782 +485,2.1327415909210115,0.7457317915927186,2.7032851844164445,0.6216262578964233,-0.678509533405304,0.3914148807525635,0.33109787106513977,-0.7669832706451416,0.07372637093067169,-0.40113675594329834,0.5170258283615112,-0.396373987197876 +486,2.0325071043272787,0.7561171695416169,2.633210641386744,0.6513298153877258,-0.6861018538475037,0.32408952713012695,0.8319938778877258,-2.317901849746704,0.20413413643836975,0.5216591358184814,0.1910151243209839,0.44344285130500793 +487,2.1412281881915036,0.6809613724560267,2.418413377589373,0.653948962688446,-0.6295402646064758,0.4195592701435089,1.4991881847381592,1.9206032752990723,0.19453157484531403,0.815411388874054,-0.9688026309013367,-0.10344290733337402 +488,2.18052816058024,0.6840508980515514,2.366147337674178,0.6353620886802673,-0.6319377422332764,0.4438129961490631,-0.4550166726112366,-0.20990143716335297,0.036062661558389664,-0.40434402227401733,0.2770487666130066,-0.31246525049209595 +489,2.1320678802981163,0.6872470752892249,2.4642377188565483,0.6544018387794495,-0.6344115734100342,0.4114370346069336,-0.8283972144126892,0.3913946747779846,-0.2754107117652893,-0.7502574920654297,0.3107420802116394,-0.2667836546897888 +490,2.0345086966587806,0.7265845387482917,2.6142485779968014,0.6685158610343933,-0.6643206477165222,0.3343120515346527,-0.17494812607765198,0.7103780508041382,-0.541584312915802,0.7016013264656067,-1.2513439655303955,1.0454944372177124 +491,2.219473222574346,0.7793479681243461,2.45703573557301,0.5668810606002808,-0.7028157114982605,0.42976313829421997,0.6215195655822754,0.40378713607788086,2.0112204551696777,0.06004166603088379,0.11638987064361572,0.00457841157913208 +492,2.2701634309483216,0.7573024754930224,2.5025782806694985,0.556100606918335,-0.686963677406311,0.4677957594394684,-0.8576771020889282,0.5581822395324707,-1.5187346935272217,-0.17725545167922974,0.6150948405265808,-0.46108201146125793 +493,2.179475942650663,0.7121455263471143,2.5742883600022037,0.6210141181945801,-0.653459370136261,0.43281906843185425,0.06743928790092468,-1.9714126586914062,-0.043731555342674255,-0.12081575393676758,0.4809892177581787,-0.23179984092712402 +494,2.0553876279865775,0.6834664159149235,2.4990391336235573,0.6861146092414856,-0.6314846277236938,0.36121228337287903,1.7375621795654297,-0.24204254150390625,0.6285681128501892,0.5081908702850342,-0.5462803244590759,1.1962370872497559 +495,2.1544222033319986,0.664429154525782,2.3400703082649765,0.656952440738678,-0.6166098117828369,0.43382716178894043,-0.272654265165329,-1.2350013256072998,0.19508667290210724,-0.16674858331680298,-0.21461278200149536,-0.33829182386398315 +496,2.0635314909422426,0.6599873742666689,2.405116807746354,0.6960235834121704,-0.613106906414032,0.3736996650695801,-0.3471372723579407,0.34294602274894714,-0.5923387408256531,-0.7326750755310059,0.3379756212234497,-0.11510893702507019 +497,2.077587956898376,0.6780599678584872,2.46446395196593,0.6809021830558777,-0.6272833347320557,0.37800559401512146,-0.6864545941352844,0.02146804705262184,0.5822229385375977,-0.5066314339637756,-0.05238908529281616,-0.18218937516212463 +498,2.1716947037628693,0.7358943726006176,2.455817489657273,0.6113877296447754,-0.6712503433227539,0.41907966136932373,0.5248866081237793,1.04507315158844,1.177523136138916,0.32908761501312256,-0.876311182975769,0.6031980514526367 +499,2.2792442870750484,0.7547815049868456,2.4820416743164655,0.5531432032585144,-0.6851295232772827,0.47395166754722595,-1.0676798820495605,0.7727636098861694,-1.4141929149627686,0.0894654393196106,0.5146889090538025,-0.2669508755207062 +500,2.258977552209498,0.7061163748020705,2.603519327172538,0.5877112746238708,-0.6488836407661438,0.4832649827003479,0.12970206141471863,-0.1852123737335205,-0.13564032316207886,-0.3175392746925354,0.3141975998878479,-0.5680886507034302 +501,2.162567319171647,0.7130028731992828,2.5651179402668225,0.6277779936790466,-0.6541081070899963,0.42194443941116333,0.08868011087179184,-1.5402138233184814,0.31131511926651,0.3178853392601013,0.20765119791030884,0.2980719208717346 +502,2.262496611315944,0.6682363991630614,2.3843807159148067,0.6045129299163818,-0.6196026802062988,0.50065678358078,1.4975695610046387,0.319690465927124,0.6901006102561951,0.7243903875350952,-0.8942066431045532,-0.3956303596496582 +503,2.1629386534945216,0.6886448025053082,2.402862945485271,0.6406542062759399,-0.6354914307594299,0.4309442639350891,-0.6963889598846436,0.09977938234806061,-0.8491988778114319,-0.5583634972572327,0.38051700592041016,-0.02373296022415161 +504,2.1838554643580315,0.6811177687698677,2.4767604728940107,0.6353949904441833,-0.6296617984771729,0.4469890296459198,-0.44488516449928284,0.17515935003757477,0.48653891682624817,-0.6528968811035156,0.20169854164123535,-0.4969921112060547 +505,2.141413481051626,0.701110779226342,2.5737178920700208,0.6430637836456299,-0.6450668573379517,0.41274380683898926,0.3550867736339569,1.238738775253296,-1.229783058166504,0.5275904536247253,-0.8595717549324036,1.1659152507781982 +506,2.337243913964086,0.6925508300112125,2.5861841444990867,0.5544179677963257,-0.6385024189949036,0.5337932705879211,0.07225871086120605,1.5569078922271729,0.20002619922161102,0.6744638085365295,0.4700302481651306,-0.35441094636917114 +507,2.343856345331051,0.6777801732451086,2.639323691655967,0.5575665831565857,-0.6270654201507568,0.5439749360084534,-0.061318784952163696,0.06187049299478531,-0.41455918550491333,-0.2737683057785034,0.47694939374923706,-0.26782137155532837 +508,2.2996104018574473,0.6700641053007091,2.5882708247180655,0.5846735835075378,-0.6210362315177917,0.52198725938797,0.47130733728408813,-1.4745173454284668,0.6428370475769043,-0.10606646537780762,0.469745397567749,-0.10685664415359497 +509,2.2552784380506923,0.6527796593219662,2.4319402328229986,0.6154573559761047,-0.6073969006538391,0.5022757053375244,1.5133321285247803,0.595255970954895,0.8601524829864502,0.7349606156349182,-0.7769108414649963,1.0698678493499756 +510,2.2385528281454863,0.6678273113347617,2.3091681600753113,0.6165248155593872,-0.619281530380249,0.48619699478149414,-0.15269382297992706,-1.6085623502731323,0.2308630347251892,-0.2163325548171997,0.11282706260681152,-0.05615854263305664 +511,2.2370012330806754,0.6623709922777606,2.31917238030761,0.6199255585670471,-0.6149882078170776,0.4873207211494446,-0.12365962564945221,1.3358694314956665,-0.1533721387386322,-0.7341224551200867,0.3112316131591797,-0.35640037059783936 +512,2.2231915920094116,0.7112672502293698,2.36984109702754,0.6019616723060608,-0.6527943015098572,0.45989319682121277,-1.3324050903320312,-0.7572334408760071,-0.4525960087776184,-0.2636285424232483,-0.14714771509170532,0.22707271575927734 +513,2.3347358608940376,0.6865787478149147,2.4818953112624453,0.5584986209869385,-0.6338948607444763,0.535029411315918,-0.47132542729377747,1.890982747077942,0.13271379470825195,0.6514775156974792,-0.4940348267555237,-0.13270097970962524 +514,2.3551684670497828,0.7335061672973727,2.500852892155389,0.5257998704910278,-0.6694782376289368,0.5247220396995544,-0.5999600887298584,0.18549077212810516,-0.6954864263534546,-0.1773654818534851,0.7322834730148315,-0.0006437897682189941 +515,2.3243235493670444,0.7052244160500545,2.539077517639052,0.5553221702575684,-0.6482047438621521,0.5210069417953491,0.3689150810241699,-1.4212363958358765,0.30765199661254883,-0.2791990637779236,0.46989041566848755,-0.48360759019851685 +516,2.1915293014940587,0.711959599446879,2.4322694575017616,0.6158509850502014,-0.6533185839653015,0.4403434097766876,1.6883039474487305,-2.163957118988037,0.5095755457878113,0.7022032141685486,-0.2094895839691162,1.0130715370178223 +517,2.2614286415673126,0.6740324068051009,2.309055574080485,0.602268636226654,-0.6241416335105896,0.4977146089076996,0.1490442305803299,-1.064605951309204,0.35422760248184204,0.38120609521865845,-0.5472451448440552,-0.5388216972351074 +518,2.20848326216665,0.7095266006810089,2.2193627007630363,0.6095727682113647,-0.6514747142791748,0.4516657888889313,-0.2066659778356552,-0.08162816613912582,0.11800070852041245,-0.705489456653595,0.543472945690155,-0.1851557493209839 +519,2.2177015719370257,0.7159485522083036,2.2951459290054563,0.602032482624054,-0.6563333868980408,0.454734742641449,-0.6962569355964661,0.46500658988952637,-0.04672323167324066,-0.6835600733757019,0.381766676902771,-0.474174439907074 +520,2.156578078467656,0.6960383015960172,2.449167338145702,0.6394497156143188,-0.641182541847229,0.4242515563964844,0.6885742545127869,0.9174584746360779,-0.25416314601898193,1.0260319709777832,-1.494758129119873,1.0994758605957031 +521,2.220173189067753,0.7331085301427522,2.3891762486691337,0.5918481945991516,-0.6691827774047852,0.4493439495563507,-0.357382208108902,0.5257813930511475,0.320151150226593,0.1333714723587036,0.5038080811500549,-0.1272004246711731 +522,2.234943888512848,0.7174353087009289,2.4507734425297962,0.5933334231376648,-0.6574543714523315,0.4644449055194855,0.17564265429973602,0.08769505470991135,-0.5610089302062988,-0.3545486330986023,0.4945515990257263,-0.5978525280952454 +523,2.166400871466027,0.6955575121724596,2.4009474877186108,0.6355067491531372,-0.6408135294914246,0.4306850731372833,0.44956767559051514,-2.0232653617858887,0.38342711329460144,0.16806703805923462,0.33994054794311523,0.08062180876731873 +524,2.1363192479582174,0.6732646685776205,2.243465556049503,0.6600721478462219,-0.6235415935516357,0.4189280867576599,1.366466999053955,-0.29983800649642944,0.3609352111816406,0.7829210162162781,-0.5214779376983643,0.030229568481445312 +525,2.0429699419776877,0.668577521678292,2.186826902169937,0.6988431811332703,-0.6198703646659851,0.3569015860557556,0.011477077379822731,-0.9933866262435913,0.20869669318199158,-0.4368193745613098,0.05587506294250488,0.06703326106071472 +526,2.0433292587979444,0.6587068760540123,2.2345923437109914,0.7041289806365967,-0.6120947599411011,0.35992011427879333,-0.6278613805770874,0.839587926864624,-0.31095772981643677,-0.7738463878631592,0.19871896505355835,-0.33123350143432617 +527,2.0317024451154606,0.6991038412321897,2.3526330237952173,0.6855476498603821,-0.6435320377349854,0.3404277563095093,-1.581384301185608,0.6725844740867615,-0.6387418508529663,-0.014389753341674805,-0.49137091636657715,0.4977680444717407 +528,2.0554481861304965,0.6996534290053151,2.460828167074887,0.6769582629203796,-0.6439525485038757,0.35644418001174927,-0.5651712417602539,0.8395916223526001,0.5869076251983643,0.32847386598587036,-0.4299151301383972,0.2684795558452606 +529,2.1265154190014948,0.7599907810945534,2.5210699774055554,0.6157692074775696,-0.6889147758483887,0.38239383697509766,-0.5257682204246521,1.208040475845337,-0.6023174524307251,-0.019242048263549805,0.9328264594078064,-0.3379449248313904 +530,2.094858010453949,0.7195972703213894,2.598110985325504,0.6511387228965759,-0.6590818166732788,0.37633711099624634,0.05483975633978844,-0.8350695967674255,-0.20582419633865356,-0.27613866329193115,0.2663968801498413,-0.30124861001968384 +531,2.013467021278966,0.6977436473334466,2.5788822397189115,0.6924315094947815,-0.6424902677536011,0.32824525237083435,1.695618987083435,-1.065693974494934,0.06885522603988647,0.7025880217552185,-0.48612600564956665,0.8305835723876953 +532,2.1103525718723106,0.6525278873537835,2.4668126208609134,0.6816747784614563,-0.6071968674659729,0.40820497274398804,0.40644651651382446,-0.3723730146884918,-0.4172182083129883,0.19906246662139893,-0.2952231168746948,-0.47706788778305054 +533,2.0412975294941345,0.6485304269524208,2.4789464029134476,0.7103741765022278,-0.6040158271789551,0.36129388213157654,-0.03293077275156975,-0.18805858492851257,0.0689806193113327,-0.6714948415756226,0.25524574518203735,-0.1359979212284088 +534,2.081448086369062,0.668090065430459,2.5344823072857605,0.6848600506782532,-0.6194878220558167,0.3836686611175537,-0.850448727607727,0.597204864025116,0.30524834990501404,-0.6237790584564209,0.07847219705581665,-0.3523423671722412 +535,2.096112528023073,0.6978113855031269,2.7009117873462913,0.662933349609375,-0.6425421833992004,0.3842643201351166,-0.9414151310920715,1.608408808708191,-0.21995218098163605,1.0732269287109375,-1.1033685207366943,0.8236214518547058 +536,2.1874576547235,0.7337561529004285,2.7462138993019773,0.6058757901191711,-0.6696639060974121,0.42949363589286804,-0.19052547216415405,0.27595335245132446,0.8579704761505127,0.10931885242462158,0.3984389305114746,-0.17187941074371338 +537,2.2089387633689364,0.739855422438071,2.7806665949822644,0.5932188034057617,-0.6741811633110046,0.43996694684028625,-0.010417371056973934,0.07302504777908325,-0.5791669487953186,-0.30681145191192627,0.5484641194343567,-0.4928692579269409 +538,2.0981519207224713,0.7331749024816788,2.757875364516315,0.6421027183532715,-0.6692321300506592,0.3739415407180786,0.069115050137043,-2.3867733478546143,0.0006179127376526594,0.20941394567489624,0.37948304414749146,0.2210443913936615 +539,2.1413848946716088,0.6820372692040451,2.5097886374638683,0.6533125042915344,-0.630375862121582,0.41929545998573303,1.794908881187439,0.8761892318725586,0.9650861024856567,0.5673142671585083,-0.7381848692893982,0.31692570447921753 +540,2.140329513319881,0.6749819065021502,2.449844225219737,0.6574840545654297,-0.6248831748962402,0.42099371552467346,0.014228053390979767,-0.9960586428642273,0.0490829162299633,-0.5062999725341797,0.031087398529052734,-0.2620124816894531 +541,2.114542704141798,0.6735773258308466,2.501945342051234,0.6688709259033203,-0.6237859725952148,0.4043549597263336,-0.8993307948112488,0.7123947143554688,-0.28781285881996155,-0.7331714630126953,0.17269039154052734,-0.37168586254119873 +542,2.0360553241194377,0.7377154617686286,2.6586962367882685,0.6613483428955078,-0.6725990772247314,0.33200734853744507,-1.3521206378936768,-0.005603703670203686,-0.46577349305152893,0.6306285262107849,-0.8309561610221863,0.7859584093093872 +543,2.082010135884244,0.753799733915661,2.6655072107323234,0.6358799934387207,-0.6844140291213989,0.35669904947280884,-0.16362689435482025,0.4588960111141205,0.7197039127349854,-0.0435643196105957,0.08265310525894165,0.20975306630134583 +544,2.2013406853308055,0.7686549707263349,2.6453514097349426,0.5806170105934143,-0.6951689720153809,0.4238206744194031,0.11345835775136948,1.0212239027023315,-0.5483824014663696,0.005808770656585693,0.7599883675575256,-0.45951107144355774 +545,2.166698079593524,0.7300818511586978,2.6374495151703012,0.6166930794715881,-0.666930615901947,0.4182025194168091,0.738629162311554,-1.7275363206863403,0.24902187287807465,-0.1299072504043579,0.20043891668319702,-0.17860889434814453 +546,2.063656203820061,0.7055300660982661,2.514004569988053,0.6706641912460327,-0.6484374403953552,0.36019179224967957,1.6286718845367432,-0.86610347032547,0.7710269689559937,0.5258994698524475,-0.4459075331687927,0.8574594855308533 +547,2.1187324079865664,0.7135738992552284,2.3851043192299817,0.6453461647033691,-0.6545398831367493,0.39383479952812195,0.0737866759300232,-1.3885353803634644,0.34611377120018005,-0.08762222528457642,-0.12016409635543823,-0.24109435081481934 +548,2.0591488519422265,0.7126048244369765,2.423078221452449,0.6682130694389343,-0.6538069844245911,0.35500410199165344,-0.44322633743286133,1.008525013923645,-0.5628840923309326,-0.6865999102592468,0.3722059726715088,-0.07733985781669617 +549,2.0989091460791913,0.7241683499105962,2.530640626806592,0.6469999551773071,-0.6625127196311951,0.3774498999118805,-1.5260188579559326,0.44000622630119324,-0.3695429563522339,-0.5097317099571228,0.27937960624694824,-0.31223371624946594 +550,2.0629656562812775,0.7193711862447861,2.7246677507561374,0.662939190864563,-0.6589118242263794,0.35545334219932556,-0.1597876399755478,2.493320941925049,-0.8190361857414246,0.8740786910057068,-0.9988488554954529,0.661941647529602 +551,2.220419755796051,0.7432033589722487,2.649622810661313,0.5863279104232788,-0.6766500473022461,0.4453807771205902,0.23507337272167206,-0.041030507534742355,0.914186418056488,0.05640268325805664,0.5917807817459106,-0.01839408278465271 +552,2.259207642068851,0.7059385431636774,2.6693033085327307,0.5876892805099487,-0.6487483382225037,0.48347362875938416,0.2784028947353363,0.18905764818191528,-0.28416308760643005,-0.15990924835205078,0.22127342224121094,-0.45422250032424927 +553,2.152294453409417,0.7054576015454578,2.611558341311177,0.6361859440803528,-0.648382306098938,0.4181724786758423,0.923175036907196,-3.3504223823547363,0.6382608413696289,0.4673449993133545,-0.03713411092758179,0.345453679561615 +554,2.1579857426299722,0.6638896868072585,2.4212085103451453,0.6556789875030518,-0.6161850094795227,0.4363496005535126,0.7715988159179688,0.37161877751350403,-0.3862748146057129,0.36064785718917847,-0.37696373462677,-0.06495064496994019 +555,2.1424606732219234,0.6459912655167955,2.358291578588768,0.671542763710022,-0.601990282535553,0.4320163428783417,0.2358241230249405,-0.43784579634666443,0.3552020192146301,-0.6291996240615845,0.1848149299621582,-0.25957679748535156 +556,2.1944908809603656,0.6654968564196394,2.4334776320955966,0.6385119557380676,-0.6174500584602356,0.4594102203845978,-1.4893035888671875,1.6643962860107422,-0.41520294547080994,-0.5936969518661499,0.061236679553985596,-0.42637497186660767 +557,2.1118977069708373,0.7055633018733164,2.6852659540829302,0.6524960398674011,-0.6484627723693848,0.3921029567718506,-1.1782282590866089,0.6765779256820679,-0.4369554817676544,0.7936556339263916,-1.0009818077087402,1.0363638401031494 +558,2.1727013754874402,0.7483543134576011,2.729481511677221,0.6040246486663818,-0.6804336905479431,0.4149269461631775,0.052259888499975204,0.6091948747634888,1.2292346954345703,-0.03903740644454956,0.16796720027923584,0.1424155831336975 +559,2.266351712248552,0.7560928780372586,2.7608348266386127,0.5585173964500427,-0.6860841512680054,0.466204971075058,-0.08665396273136139,0.7247389554977417,-0.6713647842407227,-0.14004504680633545,0.5358002781867981,-0.4781525731086731 +560,2.2125047655123184,0.7198031530813656,2.793647545386081,0.6023563146591187,-0.6592366695404053,0.45008227229118347,-0.0788121372461319,-1.1924329996109009,-0.2930355370044708,-0.22329747676849365,0.6283528804779053,-0.3546537160873413 +561,2.04063324777992,0.6922749431054372,2.701868678049444,0.6863822937011719,-0.6382900476455688,0.3485179841518402,2.9402713775634766,-1.2026288509368896,1.160646677017212,0.9176214933395386,-0.8610994815826416,1.3254930973052979 +562,2.133038031399746,0.6668403293364766,2.497202280399923,0.6648187637329102,-0.6185062527656555,0.41888684034347534,-0.38799285888671875,-0.5516514778137207,0.2208292931318283,-0.06180661916732788,-0.3034297823905945,-0.2501702904701233 +563,2.100167300264873,0.6904899098103054,2.559092232711519,0.6654124855995178,-0.6369149684906006,0.3893144428730011,-1.0533380508422852,-0.09160216152667999,-0.7214877009391785,-0.902869701385498,0.5402199625968933,-0.343950092792511 +564,2.060860291999339,0.7215883949414038,2.691877342336747,0.6623952984809875,-0.6605780124664307,0.35336822271347046,-2.029313802719116,0.8604599237442017,-1.5553836822509766,0.0670815110206604,-0.19130486249923706,0.46808871626853943 +565,2.1536603596101553,0.6686711884729448,2.8868634937097486,0.6550930738449097,-0.6199439167976379,0.43188291788101196,-0.23172767460346222,1.9418659210205078,0.7286283373832703,0.5608493685722351,-1.0548608303070068,-0.12174803018569946 +566,2.24098816707537,0.7477234935107491,2.8765670255230935,0.5746411085128784,-0.6799712777137756,0.45544126629829407,-0.434250146150589,1.2102233171463013,-0.4286576211452484,-0.17269402742385864,0.9566437005996704,-0.01263117790222168 +567,2.2283299935579857,0.7137752395708774,2.925786322941659,0.5982928276062012,-0.6546921133995056,0.46197810769081116,0.10442513227462769,-1.3005298376083374,-0.09813723713159561,-0.23702579736709595,0.5494828224182129,-0.40207213163375854 +568,2.0552919371306144,0.7241758580172677,2.863158480613757,0.6628381609916687,-0.662518322467804,0.3488771617412567,2.160562515258789,-1.6883041858673096,0.6047887802124023,1.0413702726364136,-0.44232481718063354,1.1710965633392334 +569,2.1677816342260137,0.681959518210727,2.7254674450777676,0.6420588493347168,-0.6303154826164246,0.43642038106918335,-0.019161976873874664,-1.0410109758377075,0.41063907742500305,0.18757671117782593,-0.47117072343826294,-0.7200508117675781 +570,2.0262114159333753,0.7035941795607101,2.736033436215959,0.6848046183586121,-0.6469625234603882,0.33538395166397095,-0.17014944553375244,-0.4817223846912384,0.06798838078975677,-0.8069664239883423,0.2601521611213684,-0.039683908224105835 +571,2.0334228339788067,0.7504892486464733,2.7366944720242112,0.6544776558876038,-0.6819966435432434,0.3264038860797882,-0.3333475589752197,0.09249389171600342,0.502752959728241,-0.641797661781311,0.3293813467025757,-0.03245857357978821 +572,2.017308227949648,0.7390527102039491,2.89017695292674,0.6666441559791565,-0.6735880374908447,0.3191627562046051,-0.5001627802848816,0.9836637377738953,-0.6744398474693298,0.8014496564865112,-0.9830129146575928,0.3879753351211548 +573,2.0179838878548417,0.7771971434453291,2.828519507212731,0.6427819132804871,-0.7012840509414673,0.30827248096466064,0.16820813715457916,-0.4075278639793396,0.3934571444988251,0.14020752906799316,0.49112480878829956,0.06890949606895447 +574,2.0509474366927365,0.7378202762669658,2.7656693633202485,0.656268298625946,-0.672676682472229,0.3417864441871643,0.9606455564498901,-0.16780690848827362,-0.24295149743556976,-0.33717650175094604,0.4663779139518738,-0.49329105019569397 +575,2.0708864802982347,0.7171845388897767,2.706237607056777,0.6613656282424927,-0.6572653651237488,0.3613831102848053,-0.2918274998664856,-1.0162372589111328,0.36068928241729736,0.4837759733200073,0.31940531730651855,0.14784836769104004 +576,2.0705960929451015,0.6579139171557769,2.5798960966864426,0.6944804191589355,-0.6114675402641296,0.37921586632728577,0.6687461137771606,-1.7383865118026733,-0.2719089686870575,0.37160545587539673,-0.4635753035545349,-0.2938275933265686 +577,1.9826203686711403,0.6509287179751899,2.4948369666160235,0.7290098667144775,-0.6059255003929138,0.31843262910842896,0.6315094232559204,-0.4015529751777649,0.18283560872077942,-0.637243390083313,0.18070876598358154,-0.10534355044364929 +578,1.9026211634378014,0.6713221833165185,2.474058084033612,0.7402869462966919,-0.6220217943191528,0.2550770342350006,-0.589881181716919,-0.908815860748291,0.2727574110031128,-0.6674414873123169,0.42130762338638306,-0.06483039259910583 +579,1.8027619099906285,0.7208717461751547,2.5874138526120154,0.7311097383499146,-0.6600397825241089,0.17270103096961975,-0.5378695130348206,1.4001480340957642,-0.22131659090518951,0.5242460370063782,-1.1259098052978516,0.8572213649749756 +580,1.9090840192012986,0.7191704404361212,2.651620922708615,0.7097123265266418,-0.6587607860565186,0.24968494474887848,-0.8880857229232788,1.1296086311340332,-0.4332275986671448,0.05958998203277588,0.022286176681518555,-0.017385125160217285 +581,1.9097156075276467,0.6965994678428638,2.724071641087139,0.7233957052230835,-0.6416131258010864,0.2550124526023865,0.04325176775455475,-0.29960814118385315,-0.37853068113327026,-0.5122140049934387,0.5599328279495239,-0.22460174560546875 +582,1.8318579970099795,0.6819718444441997,2.7151842349399176,0.7500265836715698,-0.6303250789642334,0.20037609338760376,0.1763906031847,-0.9137840270996094,0.17951631546020508,-0.30550748109817505,0.8473355770111084,-0.026120781898498535 +583,1.886640490656112,0.6347319793776195,2.5810584366598595,0.765399694442749,-0.5929617285728455,0.25011998414993286,0.9356063008308411,-0.027878042310476303,-0.604788601398468,1.2211421728134155,-0.9253489375114441,-0.34643346071243286 +584,1.7630705468715895,0.6107659402663846,2.5802344434380218,0.80411297082901,-0.573495090007782,0.15654407441616058,0.2686011791229248,-0.22990334033966064,0.2471144199371338,-0.7536672949790955,-0.009726405143737793,0.3753315210342407 +585,1.7756776684855802,0.6465302023474907,2.5695610407912,0.7814850807189941,-0.6024205088615417,0.16239027678966522,-0.1646677553653717,-0.2434242218732834,0.6798691749572754,-0.8285432457923889,0.349323034286499,-0.16988231241703033 +586,1.7334557102533186,0.7393539720903035,2.645566350497691,0.7291505336761475,-0.6738107204437256,0.11966037005186081,-1.1883996725082397,0.9681590795516968,0.2904513478279114,0.16629624366760254,-0.4280569553375244,0.6941366195678711 +587,1.8814291313503373,0.7213165398523436,2.6876330079326327,0.7149972319602966,-0.660373866558075,0.22953225672245026,-0.8417762517929077,1.508227825164795,-0.20961187779903412,0.8620138168334961,-0.151866614818573,-0.5407810211181641 +588,1.8946450678105409,0.7055164979205084,2.7848121099649905,0.7217038869857788,-0.6484271287918091,0.2422516644001007,-0.31616395711898804,0.15752601623535156,-0.334437757730484,-0.3007291555404663,0.4234362840652466,-0.2842285633087158 +589,1.8229575499217052,0.690986586269671,2.8095227652219443,0.7462472319602966,-0.6372977495193481,0.19226710498332977,-0.019083166494965553,-1.0099328756332397,0.02298767864704132,-0.5195474028587341,0.5556175112724304,-0.08757664263248444 +590,1.7507540455094772,0.7084696595336716,2.7406016163826963,0.7470958828926086,-0.650672435760498,0.13591605424880981,1.6888712644577026,-0.6932713985443115,0.15860071778297424,1.0661823749542236,-0.29676103591918945,0.7027223110198975 +591,1.6973814391109983,0.6979500036156938,2.67572003092978,0.7600308656692505,-0.6426483988761902,0.09672578424215317,-0.44865113496780396,-1.6985737085342407,-0.15606789290905,-0.11060166358947754,-0.28180527687072754,0.16671715676784515 +592,1.686716699991498,0.6982819749566477,2.6636589196373452,0.7608073949813843,-0.6429027318954468,0.08859024941921234,0.08305024355649948,0.6014574766159058,0.04544360935688019,-0.5659221410751343,0.17238271236419678,-0.14062261581420898 +593,1.6782716883171167,0.7244222359664838,2.7301251104845545,0.7445615530014038,-0.6627028584480286,0.08033156394958496,-1.2481868267059326,0.11048470437526703,0.5006827116012573,-0.6260770559310913,0.30456382036209106,0.08612656593322754 +594,1.6740945961206908,0.7512088422598057,2.850556426686201,0.7269684076309204,-0.6825227737426758,0.07536282390356064,-0.1921650767326355,1.892251968383789,-0.13634425401687622,0.9198973774909973,-0.9508389830589294,0.5350650548934937 +595,1.7919267537746864,0.7726528116502737,2.89436732897213,0.698625385761261,-0.6980372667312622,0.15705564618110657,-0.3939983546733856,0.6162511706352234,-0.1606801152229309,-0.008363544940948486,0.2899104952812195,-0.14944149553775787 +596,1.7426332951866303,0.741564722608114,2.9415998915303843,0.7265521883964539,-0.6754425764083862,0.1260920614004135,0.043007127940654755,-0.8866435885429382,-0.16687746345996857,-0.5476428866386414,0.6424225568771362,-0.05579483509063721 +597,1.6913470405232431,0.7362520651462352,2.86520272914565,0.7356128096580505,-0.6715154647827148,0.08911073207855225,1.4039212465286255,-0.7172191739082336,0.012228617444634438,0.6832408905029297,0.09393984079360962,0.7073370218276978 +598,1.7986721460702164,0.6989404497324099,2.705465909099896,0.745734453201294,-0.6434069275856018,0.17293867468833923,-0.09281425178050995,-1.4539175033569336,-0.23693102598190308,0.6968772411346436,-0.3926801085472107,-0.6721452474594116 +599,1.6827456792664393,0.6976931410466248,2.693566756360614,0.7615294456481934,-0.6424515843391418,0.08561067283153534,0.4605301320552826,-0.1826469898223877,0.3337763547897339,-0.7675718069076538,0.26626133918762207,0.17873263359069824 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/q15.csv b/BoostRunClub/CoreML/DataSet/Motion/running/q15.csv new file mode 100644 index 0000000..1876cc5 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/q15.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,1.6980441910874098,0.7329969127430176,2.660408781562854,0.7371640205383301,-0.6690998673439026,0.09431213140487671,-0.34154242277145386,-0.19544479250907898,0.568263828754425,-0.7905545234680176,0.3679065704345703,-0.07740531861782074 +1,0.0225190095959376,0.39884636008385554,2.2243096359956365,0.020749730989336967,-0.3883555233478546,-0.9212759733200073,0.28919297456741333,-0.02669442445039749,-0.13746412098407745,0.019869178533554077,-0.038539618253707886,0.15594089031219482 +2,0.0641033358844914,0.3563815765495821,2.21156060374621,0.060034289956092834,-0.3488854765892029,-0.9352405071258545,-0.6553831100463867,-0.020029578357934952,0.08297155797481537,0.026895038783550262,-0.04698857665061951,-0.2539379596710205 +3,0.08927825219244698,0.28474040621024854,2.244125883640759,0.08556964993476868,-0.2809083163738251,-0.9559122920036316,-0.8812657594680786,0.8753980398178101,0.5388875603675842,0.10092326253652573,0.008981466293334961,-0.35803723335266113 +4,0.09211754120429032,0.21598434254127571,2.225450898389746,0.08985007554292679,-0.21430900692939758,-0.9726245999336243,-0.31918200850486755,-0.40031006932258606,-0.3517947196960449,0.11611305922269821,0.05873039364814758,-0.005738437175750732 +5,0.08519544173710888,0.3137114044695521,2.2771188180621453,0.08093946427106857,-0.30859100818634033,-0.9477449059486389,2.3768579959869385,0.8842688202857971,1.6653006076812744,0.07312852889299393,0.06944003701210022,0.3692384362220764 +6,0.06804284325140122,0.6710299439015134,2.5140928478349625,0.053248800337314606,-0.6217929720878601,-0.7813693881034851,3.8416359424591064,0.2946164309978485,2.370091676712036,0.157780259847641,0.2836734652519226,0.3567630648612976 +7,-0.03356401467484586,0.8938744844618994,2.764609380934484,-0.0210204366594553,-0.7795045375823975,-0.6260437965393066,-0.3447713851928711,1.1059106588363647,-1.1605877876281738,-0.04590460658073425,0.5138185024261475,0.37674570083618164 +8,0.39032751223091633,0.9093846963591415,2.4642901741003107,0.2337096929550171,-0.7891259789466858,-0.5680316090583801,3.832202911376953,2.6702377796173096,-3.259955644607544,0.19594727456569672,0.7225671410560608,-0.2519755959510803 +9,1.6691906273255481,0.6951055450151418,1.051508994960682,0.7642714381217957,-0.6404665112495422,0.0754435807466507,8.072227478027344,-2.1607511043548584,-7.259101867675781,1.176875352859497,0.5387666821479797,-0.3195384740829468 +10,1.5984019152017104,0.2878048358784074,0.662579020181276,0.9585039019584656,-0.2838480472564697,0.026466788724064827,-0.2867603003978729,-3.7487642765045166,-1.4366424083709717,0.16112494468688965,-0.8286397457122803,0.5514446496963501 +11,1.4950476611696046,0.3255303969172583,0.7030403259663709,0.9447641968727112,-0.3198113739490509,-0.07170181721448898,-2.4649221897125244,0.5955092310905457,1.3883963823318481,-0.6420299410820007,-0.6059699058532715,0.8646400570869446 +12,1.5345059929864453,0.44998221161875873,0.917339873671404,0.8998618125915527,-0.43494951725006104,-0.032670628279447556,0.7493847608566284,0.7923306226730347,1.759975790977478,0.18163520097732544,-0.2449820637702942,-0.16093289852142334 +13,1.7492449569863746,0.6849316706383206,0.9587536554901058,0.7621639370918274,-0.632620096206665,0.13746941089630127,-1.3228627443313599,2.1855804920196533,1.2548013925552368,0.6552553772926331,-0.16074532270431519,-0.15826715528964996 +14,1.7345889198359792,0.7494216649466925,1.1157662624562565,0.7222847938537598,-0.6812154650688171,0.1193743348121643,-2.2678380012512207,0.9450948238372803,-1.065749168395996,-0.21297693252563477,0.7160512804985046,0.15949523448944092 +15,1.5534218674854787,0.5166805057332374,1.5423964365882685,0.8693323731422424,-0.49399667978286743,-0.015105700120329857,-2.811943292617798,-0.3357802629470825,-3.129568099975586,0.39110445976257324,-0.07941323518753052,-0.051743026822805405 +16,1.3699489306919286,0.41532972274901403,1.7503292712349519,0.8965901732444763,-0.40349164605140686,-0.1825389564037323,-1.0684565305709839,-1.4588316679000854,3.3315722942352295,0.6177377700805664,-0.656917929649353,-0.1847095489501953 +17,1.379193802547572,0.6564574465394508,1.7457796035567248,0.777662992477417,-0.6103144288063049,-0.1508527398109436,2.2156612873077393,2.5615079402923584,2.0659303665161133,0.10199093818664551,-0.45722103118896484,0.3956037163734436 +18,1.562621773134116,0.938761832227835,1.564552928517924,0.5907676815986633,-0.8068272471427917,-0.004829369951039553,-0.16933488845825195,-1.5982877016067505,4.133352279663086,0.6376563310623169,0.04558151960372925,-0.4421616196632385 +19,1.441442516792534,1.164657554566129,1.6724598341204164,0.3917642831802368,-0.918653130531311,-0.05096074938774109,-0.9183168411254883,0.30068206787109375,1.3140162229537964,-0.09328716993331909,0.7011392116546631,-0.17480826377868652 +20,1.268844708866916,1.1037779862524457,1.778681776759606,0.42985692620277405,-0.8929146528244019,-0.1338900774717331,0.46991854906082153,-0.9887605309486389,-2.9777188301086426,-0.025987237691879272,0.5175331234931946,0.2838839888572693 +21,1.398982375580599,0.9031103628510357,1.607932129035642,0.610054075717926,-0.785256564617157,-0.10585951805114746,-0.07456138730049133,1.107601284980774,-2.516788959503174,-0.058525145053863525,-0.14911538362503052,0.22147536277770996 +22,1.5042058836406575,0.7753043107488369,1.5528540422936363,0.7126250267028809,-0.6999334692955017,-0.047524284571409225,0.7537727952003479,0.731524646282196,0.0195339135825634,-0.029168665409088135,-0.4161859154701233,-0.04238050431013107 +23,1.8664271309688873,0.7928575072234494,1.3463973422779958,0.6713669300079346,-0.7123616337776184,0.20446842908859253,0.5596435070037842,2.5466952323913574,0.7838739156723022,0.20750874280929565,-0.2600809931755066,-0.138657346367836 +24,2.2868604973990534,0.9155545877734632,1.1734230271794999,0.45969119668006897,-0.7929006218910217,0.39999035000801086,-0.12073902040719986,2.788205146789551,2.8216323852539062,0.5927073955535889,0.19263523817062378,-0.06271010637283325 +25,2.8139091932287887,1.0691805575065056,0.7756182153755353,0.15475960075855255,-0.8768067955970764,0.4552575349807739,0.5714576244354248,0.6263269186019897,1.62040376663208,0.06473806500434875,0.5544496178627014,-0.2670707702636719 +26,3.0352639037956375,1.0878521294863828,0.555162428640014,0.04928487166762352,-0.8856315016746521,0.46176597476005554,-0.3942036032676697,0.8866945505142212,1.4739686250686646,0.2533121705055237,0.4670829176902771,-0.05804896354675293 +27,3.1224666110813004,1.0063615817547686,0.20044239335597586,0.010230633430182934,-0.8448911309242249,0.5348407030105591,4.680728912353516,-7.333137035369873,1.586746335029602,-0.0730052962899208,-0.5181766152381897,1.153925895690918 +28,2.8164841296212124,1.1123958145948623,0.11027919252622347,0.14134441316127777,-0.896761417388916,0.4193342328071594,-2.0727341175079346,-4.333975791931152,0.5134871602058411,0.4400154948234558,-0.4584023356437683,-0.2813335955142975 +29,1.8431345585099437,1.1900804107976939,0.5846112309635183,0.35789042711257935,-0.928398847579956,0.09995059669017792,-2.2228405475616455,-3.238766670227051,-1.3276610374450684,-0.10787516832351685,0.11766886711120605,-0.2380732297897339 +30,1.4729926239463071,1.0742766296355948,0.9426805297593038,0.47409194707870483,-0.8792458176612854,-0.046516358852386475,0.2327561229467392,1.9849947690963745,-1.4514267444610596,-0.28030532598495483,-0.0307731032371521,-0.15424352884292603 +31,1.7134413797793557,0.8603599962309724,0.5476652334064778,0.6455409526824951,-0.7580773830413818,0.09271290898323059,2.2494373321533203,-0.36162039637565613,-1.3246545791625977,0.06069684028625488,0.40883421897888184,0.7288661003112793 +32,1.756065738381539,0.7686981853423418,0.49316728484102773,0.7065151929855347,-0.6952000856399536,0.13241416215896606,0.02023598551750183,-0.287716805934906,-0.061195265501737595,0.10548138618469238,-0.8305416703224182,0.8056352138519287 +33,1.7745415221031988,0.7337791310155015,0.5502221622929032,0.7272876501083374,-0.6696809530258179,0.15026642382144928,1.0322697162628174,1.7843464612960815,-0.9387975931167603,0.3868786096572876,-0.3617825508117676,0.4154531955718994 +34,2.0957198741626426,0.5897118111828655,0.38803755255136796,0.719203531742096,-0.5561215281486511,0.4165036976337433,1.4116570949554443,1.214099645614624,-1.4679676294326782,0.42876100540161133,-0.19474822282791138,-0.2845456600189209 +35,2.0816478991074616,0.5293079912762237,0.4280723131654703,0.7529563307762146,-0.504936158657074,0.42201489210128784,-0.05166193097829819,-1.4799755811691284,-0.14523625373840332,-0.4290273189544678,-0.0655289888381958,-0.4912896752357483 +36,2.1925898269507202,0.5292883190086364,0.3510455697915495,0.701612114906311,-0.504919171333313,0.502789318561554,1.8178989887237549,0.879347026348114,1.6986593008041382,0.3073447346687317,0.355566143989563,-0.8273131847381592 +37,2.131520017798667,0.5619692297429453,0.1396039627227274,0.7166282534599304,-0.5328536033630371,0.45001253485679626,1.0416327714920044,-7.113361835479736,-0.09478975087404251,-0.17091286182403564,0.14045852422714233,0.7308804392814636 +38,2.0997420600980035,0.6880631007996567,0.10144393722938301,0.6669102907180786,-0.6350421905517578,0.3898102045059204,-0.7299240231513977,2.3129889965057373,1.6685945987701416,0.2284448742866516,-0.1313914656639099,-1.000207543373108 +39,2.356757720354883,0.7152397560581096,0.03476883601576228,0.5335195064544678,-0.6557984352111816,0.5341208577156067,-0.519883930683136,3.240946054458618,0.5362315773963928,0.18277370929718018,-0.2731565237045288,-0.42643964290618896 +40,2.5640021791149126,0.9371761142211947,0.21961876310799422,0.3232721984386444,-0.805889368057251,0.4960216283798218,-3.6619973182678223,7.001394748687744,-0.27682098746299744,0.1844029724597931,0.17510634660720825,0.011729836463928223 +41,2.5830360271783688,1.1689368043854882,0.6872528464574928,0.2072845697402954,-0.9203352928161621,0.3316868245601654,-3.3624465465545654,3.6365816593170166,-1.492566466331482,-0.09554445743560791,0.7713332176208496,0.030205965042114258 +42,2.1457575234405035,1.2279303778328374,1.5433413952565125,0.2821332812309265,-0.9417950510978699,0.182819664478302,-3.1857645511627197,3.559589147567749,-2.293919324874878,-0.423139750957489,0.17839783430099487,-0.21049904823303223 +43,1.591689573337009,1.3133281401386985,2.4290896516476725,0.25457704067230225,-0.9670377373695374,0.005319715011864901,-2.509582757949829,6.275228977203369,2.4783918857574463,-0.33569279313087463,-0.7198365330696106,-0.029733777046203613 +44,-0.19996397761457452,1.38936939267422,-1.3391090853329628,-0.03584018722176552,-0.9835872054100037,-0.17683790624141693,0.2716352939605713,5.550539970397949,3.012525796890259,-0.07152065634727478,-0.45952796936035156,0.5900917053222656 +45,-0.9353471323027567,1.40631538821526,-0.4276383609109511,-0.13177897036075592,-0.9865034818649292,-0.09718621522188187,-0.10736258327960968,-2.237962245941162,1.902690052986145,0.3760417103767395,0.664695680141449,0.5547362565994263 +46,-0.9686580587874107,1.3266270386322758,-0.5556812288713154,-0.1992330104112625,-0.9703384637832642,-0.1369289606809616,-3.005836248397827,0.2274123877286911,-0.7281185984611511,-0.3056345582008362,0.23436129093170166,-0.5327335000038147 +47,-0.33203577067917633,1.2912563866378133,-1.0171334332800326,-0.08993905782699585,-0.9611824750900269,-0.26084333658218384,-3.294835329055786,13.98830795288086,0.16704824566841125,-0.9184838533401489,-0.5532828569412231,0.31763648986816406 +48,-0.07212368335842571,1.1794158407300859,-1.0844618825079102,-0.027488818392157555,-0.9243833422660828,-0.3804733157157898,-1.135488510131836,-0.7941259145736694,0.8116398453712463,0.3882218599319458,-0.476373553276062,0.5485183596611023 +49,-0.652349634777407,1.1117205606664955,-0.803725406145967,-0.2689981162548065,-0.8964624404907227,-0.3521293103694916,0.3068690896034241,-3.4623022079467773,0.30103883147239685,0.2202616035938263,-0.13587087392807007,0.11593857407569885 +50,-0.7869288330265902,1.1116343045388113,-0.876949249232066,-0.31386691331863403,-0.8964241743087769,-0.31290754675865173,-0.34995564818382263,-1.8881354331970215,-0.49153685569763184,0.2156308889389038,0.31683439016342163,0.023600906133651733 +51,-0.9559092747249539,1.15627511371866,-1.1414626196045758,-0.3289831876754761,-0.9153092503547668,-0.23233389854431152,-0.7761633396148682,-7.721426486968994,-1.9310674667358398,0.3141516447067261,0.49383097887039185,-0.20176339149475098 +52,-1.6760020935860438,1.3325196733778963,-1.4928038955763914,-0.23472334444522858,-0.9717461466789246,0.024785760790109634,1.0476205348968506,-9.447185516357422,-0.9476635456085205,0.07259869575500488,-0.6101477146148682,0.035166025161743164 +53,-1.6270174700131785,1.3720312331892714,-1.6102084979680709,-0.1971469670534134,-0.9803111553192139,0.011095521040260792,3.4022376537323,-1.212213397026062,-0.4067741632461548,0.07187230885028839,-0.11327099800109863,0.21532964706420898 +54,-2.8848203230614144,1.2816732173261942,-0.4320559928922982,-0.07240718603134155,-0.958494246006012,0.2757650315761566,0.7898610830307007,-0.6280651688575745,-1.788163661956787,0.15469782054424286,-0.46988123655319214,0.08837074041366577 +55,-2.974126434734241,1.2928528904708492,-0.05474265998483868,-0.04573475942015648,-0.9616217613220215,0.27054062485694885,-2.2819087505340576,4.8082194328308105,-0.5921416878700256,0.3318980932235718,0.37327325344085693,-0.4110892713069916 +56,-1.1432465082413252,1.5219230622936404,-1.6277017772122457,-0.04445629194378853,-0.9988059401512146,-0.020256901159882545,-2.5207269191741943,2.6530895233154297,-0.9564484357833862,0.3152235150337219,0.7507590651512146,-0.22463136911392212 +57,-1.1707538351609708,1.4932581036814854,-1.6831925742153442,-0.07134439051151276,-0.9969953894615173,-0.03016749583184719,-1.0448414087295532,1.8771991729736328,0.7944027781486511,-0.7268428802490234,-1.1204819679260254,0.9602975249290466 +58,-0.3453388191307422,1.4456428995969606,-2.3889148196958776,-0.04225575178861618,-0.9921784996986389,-0.11745696514844894,-1.1004844903945923,1.713728427886963,-1.2736667394638062,0.6537669897079468,-0.11885964870452881,-0.6566519141197205 +59,0.33925666483551314,1.3003913378223222,-3.0684098423794945,0.08889449387788773,-0.9636628031730652,-0.25189658999443054,-1.271639108657837,0.3325903117656708,-0.4941611886024475,-0.025326386094093323,-0.034918129444122314,-0.02573704719543457 +60,0.36682200404779386,1.1628967315114707,-2.8634177230601936,0.1422702670097351,-0.9179560542106628,-0.37029147148132324,-2.449817180633545,2.84885573387146,0.25144022703170776,0.0014675110578536987,0.4994990825653076,0.28496435284614563 +61,0.6707668558977503,0.9848794163182957,-2.7511645673477467,0.34371498227119446,-0.8332054018974304,-0.4331614673137665,-0.27521637082099915,6.13706111907959,-0.44659820199012756,-0.39019328355789185,0.09881514310836792,0.12064623832702637 +62,0.7970436928571849,0.9703379125862286,-2.5186166875406157,0.4041556119918823,-0.825076699256897,-0.39485034346580505,-1.5154210329055786,2.6709721088409424,0.7662476897239685,-0.04655066132545471,-0.456997275352478,-0.37773263454437256 +63,0.9181699887631877,0.9980301262659153,-2.2944127617373185,0.43058183789253235,-0.8404050469398499,-0.32911816239356995,0.8306710124015808,3.5008058547973633,2.9488742351531982,0.25031107664108276,-0.41260093450546265,-0.16120779514312744 +64,0.46654343976360146,1.2523072317896744,-1.8891205647635212,0.14084728062152863,-0.9497095942497253,-0.279666930437088,-0.3868446350097656,-1.3263826370239258,1.448014497756958,0.31500905752182007,0.08539080619812012,0.7254982590675354 +65,0.4536019904825054,1.1866873090315628,-1.6836089238834056,0.1642104834318161,-0.9271326661109924,-0.33683833479881287,-2.2680819034576416,3.7878639698028564,-0.566597044467926,-0.2774917185306549,0.49817758798599243,0.265350878238678 +66,0.5780437078855579,1.1025962833683527,-1.7660133651663426,0.2465738207101822,-0.892382025718689,-0.37796273827552795,-0.5950512290000916,-1.6888748407363892,-0.8279852271080017,0.019768357276916504,0.47526776790618896,0.32997381687164307 +67,0.65711571991192,1.0111182951382969,-1.7698372438500503,0.32430076599121094,-0.8474261164665222,-0.4203544557094574,0.8441721796989441,-2.625274896621704,-0.0474422313272953,0.11396214365959167,0.05486941337585449,-0.09935981035232544 +68,0.19814333949820603,1.0203020921571637,-1.6176052996907873,0.1029735580086708,-0.8522660732269287,-0.5128731727600098,0.9226692318916321,-7.943745136260986,2.513472080230713,0.9423907995223999,-0.2745954394340515,0.39251190423965454 +69,-0.4747233151221159,1.2081662921028085,-1.3892059852466137,-0.1621464341878891,-0.9349671006202698,-0.3155076801776886,-0.2787138819694519,-1.8618242740631104,-2.047210931777954,0.10297286510467529,0.043457090854644775,-0.2197554111480713 +70,0.10708524707129313,1.0460997639292489,-1.8476233312850532,0.05354192852973938,-0.8654760122299194,-0.49808087944984436,-2.190250873565674,4.0075883865356445,-2.1197586059570312,-0.3698566257953644,0.26269280910491943,0.20041239261627197 +71,0.7057643273829541,0.9349735825342108,-2.0767394478163315,0.38517382740974426,-0.8045833706855774,-0.45198094844818115,0.12611880898475647,4.230851173400879,-0.6835321187973022,-0.5499382019042969,0.07872277498245239,0.34109532833099365 +72,0.9621792239580859,0.9020186737017625,-1.9123093090538748,0.5086949467658997,-0.7845801115036011,-0.35449036955833435,-1.404001235961914,3.7214744091033936,1.2564278841018677,0.03955334424972534,-0.5896110534667969,-0.3173998296260834 +73,0.8412426368284869,0.9898623475118339,-1.4388643390918157,0.4091185927391052,-0.8359504342079163,-0.3657987117767334,-2.952923059463501,4.034846305847168,4.204654216766357,0.2062835693359375,-0.6150535345077515,0.4212339222431183 +74,0.593864951236129,0.8772264491110232,-0.8652300060095551,0.3577244281768799,-0.7689687609672546,-0.5298303961753845,0.06525877118110657,0.05908383056521416,-0.8224654197692871,-0.08361557126045227,0.17741608619689941,0.4246821403503418 +75,0.7824427071223105,0.9405921259043166,-0.9802419595218477,0.415471613407135,-0.8079071640968323,-0.41793471574783325,-0.4757829010486603,2.2813777923583984,-1.1748054027557373,-0.17154461145401,0.8917389512062073,-0.27162522077560425 +76,0.8419926830630605,0.9729445565843778,-1.093293552588877,0.4198837876319885,-0.8265466690063477,-0.37485769391059875,3.5320887565612793,3.300111770629883,0.05788731947541237,-0.052009642124176025,-0.12233632802963257,-0.33998608589172363 +77,0.9102103308006864,0.9791185718735634,-1.1520221696301352,0.4404212534427643,-0.8300060629844666,-0.3422268331050873,-0.07077696919441223,-1.7399786710739136,0.2623145878314972,-0.1158362627029419,-0.4994465708732605,0.3512752950191498 +78,0.22349646383109992,0.9897723975115972,-1.0166897822469647,0.12165402621030807,-0.8359010815620422,-0.5352284908294678,0.8717988133430481,-11.434576988220215,0.6634328961372375,0.4885144531726837,-0.2926846742630005,0.43326932191848755 +79,-0.7384396179718943,1.0759592733166332,-1.1000982221506035,-0.3196636736392975,-0.8800461292266846,-0.35118913650512695,-2.705172300338745,-1.1457884311676025,0.21124310791492462,0.07552310824394226,-0.0024763941764831543,0.7710347175598145 +80,-0.1295698507530716,0.8657812865977916,-1.4088039750822081,-0.08373238146305084,-0.7616018056869507,-0.6426131129264832,1.0612934827804565,4.4066481590271,0.07140570133924484,-0.33440420031547546,0.15581268072128296,0.7955366969108582 +81,0.7536935730268859,0.9469830586809866,-1.4908793393458335,0.3997446298599243,-0.8116568922996521,-0.42593109607696533,-1.7141697406768799,4.527710914611816,-0.7853555083274841,0.4861195981502533,-0.07611465454101562,-1.8262356519699097 +82,1.0309093136125342,0.9716425929412732,-1.4427201369297682,0.4837321937084198,-0.8258131742477417,-0.2898891270160675,-0.1971043199300766,3.7221498489379883,0.7973084449768066,-0.2284832000732422,-0.6184921860694885,-0.5813572406768799 +83,0.9714894489754766,1.0921670539554809,-0.9725844638514407,0.38029924035072327,-0.8876270651817322,-0.25978994369506836,-3.0156209468841553,-0.7382215261459351,2.4144673347473145,-0.19730058312416077,-0.4800792336463928,0.37288808822631836 +84,0.5884365986806414,1.0191177904781266,-0.6494354172694847,0.2909172475337982,-0.8516459465026855,-0.43596580624580383,0.2647373378276825,-0.3870502710342407,-0.10564322024583817,0.1030646562576294,0.2311321496963501,0.6033700108528137 +85,0.6519252605222414,0.9281158681760011,-0.6875416507502475,0.36363229155540466,-0.8004921078681946,-0.47642821073532104,-0.9147028923034668,-1.1678829193115234,-0.42400598526000977,-0.17179879546165466,0.32257163524627686,0.781207263469696 +86,0.7743904100567293,0.9730607002170972,-0.7275895472239675,0.39353546500205994,-0.8266120553016663,-0.40229612588882446,-1.9681618213653564,2.2784976959228516,-0.6796128749847412,0.0183449387550354,-0.1424124836921692,-2.1183643341064453 +87,0.7027953948696813,0.9094981264037244,-0.6682606948324635,0.3969525694847107,-0.7891955971717834,-0.46861380338668823,-1.0612820386886597,-0.1226060688495636,0.48154130578041077,0.09859183430671692,-0.4883769750595093,-0.03134039044380188 +88,0.5547291969643773,0.848239543883011,-0.5020335526070926,0.3483178913593292,-0.7501173615455627,-0.5621375441551208,-0.9387809634208679,0.21520942449569702,-0.27283477783203125,0.030878275632858276,-0.2692612409591675,0.5462989211082458 +89,0.6481458431460512,0.8173883902425645,-0.5589508396317314,0.41301462054252625,-0.7293616533279419,-0.5453901886940002,0.6749220490455627,2.5426025390625,-0.44015800952911377,-0.10284924507141113,0.47913283109664917,0.3263808488845825 +90,0.8984024601149185,0.8200577944389966,-0.6423981356396471,0.5336910486221313,-0.731185257434845,-0.42490240931510925,0.5278680920600891,1.5474447011947632,0.6402661800384521,-0.2503201365470886,0.6814873218536377,0.05072641372680664 +91,1.111127416136732,1.006269492690038,-0.7397287425871397,0.47948122024536133,-0.8448418378829956,-0.23736070096492767,3.0446271896362305,0.8644595742225647,0.6170273423194885,0.39351987838745117,-0.048545002937316895,-0.26369214057922363 +92,1.1559485430508638,1.0637935699738297,-0.9989641627151514,0.4443729519844055,-0.8742037415504456,-0.19570495188236237,-1.4833651781082153,-2.5344293117523193,-0.14196880161762238,-0.2554386556148529,-0.7453945875167847,-0.5199627876281738 +93,0.49524212766892006,1.1071915885854307,-0.6062377125117527,0.2125176638364792,-0.8944463729858398,-0.39344877004623413,-0.040238115936517715,-3.988556385040283,2.1875,0.2978125214576721,-0.29506778717041016,0.02041715383529663 +94,-0.055380499087351966,1.152036055163564,-0.3037145426527302,-0.022507762536406517,-0.9135937690734863,-0.40600478649139404,0.04339296370744705,-0.3556753098964691,0.43644002079963684,0.005036443471908569,0.17329835891723633,0.30258071422576904 +95,0.07939735431000274,1.1113392958980406,-0.30385840665198205,0.03517267107963562,-0.8962934017181396,-0.4420642554759979,-0.5131828188896179,0.41503047943115234,-0.3887607157230377,0.20112492144107819,0.5902174711227417,0.8188495635986328 +96,0.43729033078669866,1.1565540388395557,-0.524117356162008,0.17045168578624725,-0.9154215455055237,-0.36462241411209106,0.8251991271972656,8.075967788696289,-1.4500901699066162,-0.35921818017959595,-0.06733596324920654,-0.6818100214004517 +97,0.6191422467678908,1.1364400370328942,-0.6749081626044868,0.2442210614681244,-0.9071411490440369,-0.3427111506462097,1.2999573945999146,-1.8211499452590942,-0.21774663031101227,-0.08710132539272308,-0.06350088119506836,0.4749438464641571 +98,0.5998188344280936,1.1767475717169742,-0.7411406128100697,0.21672573685646057,-0.9233621954917908,-0.3169103264808655,0.6959049701690674,-2.697439193725586,0.833433985710144,0.5010935068130493,-0.30680137872695923,0.3923802971839905 +99,0.3148681747028837,1.1359204765550526,-0.868121041191845,0.13047218322753906,-0.9069223403930664,-0.4005855917930603,-1.3496828079223633,-0.9428582787513733,-2.2666242122650146,-0.28681373596191406,0.21197611093521118,0.2491726577281952 +100,0.6101465008796333,1.0453958367468201,-1.1398682965481137,0.2873874306678772,-0.8651231527328491,-0.41106027364730835,-0.3350088894367218,0.738568902015686,-0.17901940643787384,-0.4431796669960022,0.4493669271469116,0.23541635274887085 +101,0.8234124210243322,1.0522629593986084,-1.2437948183955705,0.36351248621940613,-0.8685469627380371,-0.33687493205070496,1.2764556407928467,1.410346508026123,-0.5718816518783569,-0.414339542388916,-0.16784512996673584,-0.20789435505867004 +102,0.894328596830553,1.052118976573039,-1.1100746502769705,0.386566162109375,-0.868475615978241,-0.3103491961956024,-1.4228382110595703,-0.015098433941602707,0.9766606092453003,0.3501891791820526,-0.37514615058898926,-0.7236778736114502 +103,0.3358811337121059,1.1751116745824008,-0.6624277835779814,0.12704139947891235,-0.9227328896522522,-0.3639014959335327,0.2244630753993988,-2.748412609100342,2.8613951206207275,0.007174879312515259,-0.4436609745025635,0.2558540105819702 +104,-0.22140251007843947,1.2318122644094256,-0.1582542120199369,-0.07302278280258179,-0.9430930018424988,-0.3244122862815857,0.4640636742115021,4.1492204666137695,-0.18119008839130402,0.1329440474510193,0.3649985194206238,0.1775006651878357 +105,0.34660047009574657,1.2477237410304798,-0.3796254122449098,0.10784925520420074,-0.9482644200325012,-0.298601895570755,-0.16232991218566895,0.3139195740222931,-0.37739047408103943,0.33377063274383545,0.7909615635871887,0.6075313687324524 +106,0.4685308651102802,1.2679659887093084,-0.567966813023099,0.13467024266719818,-0.9544962644577026,-0.26608413457870483,0.3498958647251129,10.887394905090332,-1.350265622138977,-0.5563774108886719,0.42931926250457764,1.193192958831787 +107,0.6428214124800145,1.1867110264145435,-0.6337324611858743,0.22462284564971924,-0.927141547203064,-0.29992160201072693,0.269564151763916,-2.269575834274292,0.185553640127182,-0.13044562935829163,-0.284574031829834,0.5539194345474243 +108,0.5025667084814647,1.2528992198014666,-0.5900558850794719,0.15055736899375916,-0.9498948454856873,-0.2739199995994568,0.16478604078292847,-2.928112268447876,0.18263615667819977,0.30130112171173096,-0.45370006561279297,0.17450901865959167 +109,0.43874067645297943,1.2512797129550113,-0.8095362792220702,0.13343283534049988,-0.9493873715400696,-0.28435763716697693,-0.23936061561107635,-1.2154754400253296,-1.3719171285629272,0.06158974766731262,0.3031013607978821,-0.06598412990570068 +110,0.5863210185717196,1.1483214360584637,-0.9975154688073254,0.22686351835727692,-0.912077009677887,-0.3415382504463196,-0.1420612633228302,-0.24696394801139832,-0.8184547424316406,-0.4926716685295105,0.42713749408721924,0.28907862305641174 +111,0.81215263952778,1.1714292313138666,-1.210976541179661,0.28220483660697937,-0.9213072657585144,-0.26749441027641296,-0.9845499396324158,1.4189317226409912,-0.632339596748352,0.12854647636413574,-0.3411743640899658,-0.7111432552337646 +112,0.6879451344972455,1.0959637736001868,-1.0247091440627516,0.2902930974960327,-0.8893693089485168,-0.35320302844047546,-0.4417998194694519,-2.687459707260132,1.417492151260376,-0.0564369261264801,-0.8002059459686279,-0.4498670697212219 +113,0.020718922005065935,1.1613675980264384,-0.5594006914787742,0.008247311227023602,-0.9173483848571777,-0.39800000190734863,-0.09766536206007004,0.20157569646835327,1.4207355976104736,-0.005363404750823975,-0.30295801162719727,0.31177258491516113 +114,0.0448395631422628,1.087742763602734,-0.40835914739268864,0.02082034945487976,-0.8855807185173035,-0.46401864290237427,-0.6177846789360046,1.7719066143035889,0.030204497277736664,0.19760921597480774,0.574072539806366,0.47309762239456177 +115,0.21606632906169215,1.0440807779354353,-0.47597010702729475,0.10777270048856735,-0.8644627928733826,-0.4910082221031189,0.509864091873169,0.5461266040802002,-0.7555369734764099,0.20317091047763824,0.6125707030296326,0.6676592826843262 +116,0.7844563932188277,1.0985396811057937,-0.6702655756931538,0.3213578462600708,-0.8905439972877502,-0.32196372747421265,-3.182433843612671,3.172835350036621,-1.164731502532959,0.2477644979953766,-0.6761369705200195,-5.227123737335205 +117,0.6555727181996515,1.108003871081282,-0.7470129373898446,0.272161066532135,-0.8948093056678772,-0.35389938950538635,0.5550839304924011,-1.6824313402175903,-0.4827106297016144,0.62008136510849,0.1211429238319397,1.3650383949279785 +118,0.4019481207996389,1.1834884216928543,-0.824744565206184,0.14775963127613068,-0.9259291887283325,-0.3475949168205261,1.1099574565887451,-3.253009080886841,-0.32022324204444885,0.636313259601593,-0.27843177318573,0.3007046580314636 +119,0.5717416100243959,1.1699544025382023,-1.1439951930075924,0.21113285422325134,-0.9207327961921692,-0.32813727855682373,-0.9221163988113403,-0.8865684270858765,-1.934302568435669,-0.07642826437950134,0.2220023274421692,-0.19710075855255127 +120,0.6580331839156102,1.0136410764154717,-1.2420706419131773,0.32337793707847595,-0.8487627506256104,-0.4183640778064728,-0.5419569611549377,1.0682145357131958,-0.4911828637123108,-0.6860336065292358,0.38622307777404785,0.5232834815979004 +121,0.8351144339027946,1.0418763868737946,-1.2701452422135815,0.37409791350364685,-0.8633525967597961,-0.33863431215286255,-2.29099178314209,2.0061087608337402,0.6857083439826965,0.11541929841041565,-0.5595600605010986,-1.3017160892486572 +122,0.568622107849523,1.078467656770018,-0.981507309695272,0.2545243203639984,-0.8812345266342163,-0.3983002305030823,-0.08323030173778534,-1.8819986581802368,2.1467056274414062,0.08974447846412659,-0.6219850778579712,-0.10885614156723022 +123,0.015540908014970019,1.1636958333882375,-0.4717170345859673,0.006153147201985121,-0.9182727336883545,-0.3959003984928131,-0.04321339726448059,-0.1145256906747818,1.4362082481384277,0.1347160041332245,-0.11769211292266846,0.2754476070404053 +124,0.11349575949338711,1.0933558948316335,-0.364230251020674,0.05204024165868759,-0.8881739974021912,-0.4565509855747223,-1.1996597051620483,0.8185433149337769,-0.3785078227519989,0.3421553373336792,0.5275630354881287,0.3436816930770874 +125,0.24197660926222653,1.0519715621849683,-0.5442481997206395,0.11881900578737259,-0.8684025406837463,-0.48141366243362427,0.5044676661491394,-0.721255898475647,-0.978539764881134,-0.002714887261390686,0.6013279557228088,0.6537006497383118 +126,0.5954941988227217,1.069069696343925,-0.6958304541327243,0.2697678804397583,-0.8767534494400024,-0.3981564939022064,-0.3914128541946411,-1.4896519184112549,-0.23778250813484192,0.09082779288291931,-0.7749035954475403,-1.2252870798110962 +127,0.4030749419852914,1.1128855017369375,-0.6702034872542666,0.17340347170829773,-0.8969780206680298,-0.40664705634117126,0.216379314661026,-2.6749868392944336,0.37333014607429504,0.5893375873565674,-0.4490455389022827,0.4553073048591614 +128,0.30276760085620646,1.176326347232478,-0.8571644162191004,0.11458968371152878,-0.9232003688812256,-0.36683809757232666,0.26600176095962524,-0.7577400207519531,-1.2399696111679077,0.2728614807128906,0.013013660907745361,0.015641748905181885 +129,0.5583049879640855,1.0701674384093989,-1.1299730444142881,0.2542676329612732,-0.8772808909416199,-0.4070947468280792,-0.6271060705184937,0.71437668800354,-1.712207317352295,-0.3552655875682831,0.5321729183197021,0.1465814709663391 +130,0.807513796286633,1.0129711258714182,-1.2893963911172956,0.38248729705810547,-0.8484083414077759,-0.365932822227478,1.5455349683761597,2.0418739318847656,0.18312901258468628,-0.5838422775268555,0.04312574863433838,0.15079915523529053 +131,0.9015942679230415,1.0235802428315892,-1.240115466368444,0.4080893099308014,-0.853976309299469,-0.3227807879447937,0.1368294060230255,-0.5668612122535706,0.4833751320838928,-0.15451878309249878,-0.48658448457717896,-0.5134618282318115 +132,0.497838072452324,1.1166983212017927,-0.9774838043031553,0.20946817100048065,-0.8986570835113525,-0.3854070007801056,0.5184631943702698,-1.7388713359832764,2.486623525619507,0.028797805309295654,-0.44040846824645996,0.24121147394180298 +133,0.013087348431703302,1.2324476692351651,-0.4505357363117992,0.004343957174569368,-0.9433040618896484,-0.3319014012813568,-0.24051420390605927,1.5562796592712402,0.8211414813995361,0.05450919270515442,0.1937466263771057,0.3372267484664917 +134,0.2861844208672032,1.1354749162643292,-0.43407288420537354,0.11904381960630417,-0.9067345261573792,-0.4045502543449402,-0.8282536864280701,1.562821388244629,-0.5443221926689148,0.11763525754213333,0.5779687166213989,0.5864197611808777 +135,0.3851983463819337,1.116427539813617,-0.5735970225911176,0.16491183638572693,-0.8985382318496704,-0.406734824180603,0.37446945905685425,1.7967184782028198,-0.7312168478965759,-0.13395175337791443,0.4689270257949829,0.462978720664978 +136,0.7739399148282022,1.0770306247613113,-0.727779825128878,0.33126798272132874,-0.8805543780326843,-0.3389478325843811,0.5383411049842834,-1.803852915763855,-0.06095537543296814,-0.08790555596351624,-0.4349974989891052,0.3825421631336212 +137,0.5419388300609277,1.1482920196317368,-0.685711477182888,0.21150073409080505,-0.9120649099349976,-0.35129034519195557,0.7915202975273132,-3.242184638977051,0.5882455706596375,0.46447885036468506,-0.43691879510879517,0.43713632225990295 +138,0.5239055035230431,1.2286380002240014,-0.9193512427766056,0.16784949600696564,-0.9420326948165894,-0.29051801562309265,0.4108105003833771,-0.3922310471534729,-1.1091848611831665,0.11896993219852448,0.1152200698852539,0.08243390917778015 +139,0.7640428925086331,1.1211795875121355,-1.1466311850134583,0.3006904423236847,-0.9006137251853943,-0.3138153553009033,-0.7774168848991394,1.040764570236206,-1.4291112422943115,-0.2962959110736847,0.46750831604003906,0.2041962444782257 +140,1.1400075210305143,1.0681011708997694,-1.351557353985281,0.437771201133728,-0.8762872219085693,-0.20118917524814606,1.4886889457702637,1.867472529411316,0.1358916312456131,-0.5508692860603333,0.02744072675704956,-0.20249733328819275 +141,1.1955915140292535,1.0730003997365039,-1.274282094105497,0.44427257776260376,-0.8786371350288391,-0.17498259246349335,0.47329455614089966,0.1246945858001709,0.29300856590270996,-0.039609432220458984,-0.44510871171951294,-0.34027618169784546 +142,0.788860899935667,1.1715253313331897,-1.0488416560304097,0.2758356034755707,-0.9213446378707886,-0.2739318907260895,-0.2101002335548401,-3.3332085609436035,2.288369655609131,-0.0011926889419555664,-0.21506887674331665,0.17143866419792175 +143,0.13416824351218246,1.2333828040877968,-0.531011950193569,0.044282905757427216,-0.9436140656471252,-0.3280722200870514,-0.6420089602470398,1.9947112798690796,1.0630519390106201,0.11823844909667969,0.08957970142364502,0.44609901309013367 +144,0.23186870102084872,1.075246493997533,-0.4149694725405922,0.10927185416221619,-0.879707396030426,-0.4627900719642639,-0.46218931674957275,0.7342790365219116,-0.37235042452812195,0.1663781702518463,0.585029661655426,0.8046022057533264 +145,0.38786470531138917,1.0731197593143547,-0.5888903521162534,0.18055309355258942,-0.8786941170692444,-0.44192442297935486,1.0350587368011475,-0.12528696656227112,-0.7546111941337585,-0.1814686357975006,0.47374117374420166,0.5980371236801147 +146,0.7865976407956214,1.0963750319267167,-0.7752992984733248,0.32341042160987854,-0.8895572423934937,-0.3226355016231537,0.5256643891334534,-2.680615186691284,-0.2247944325208664,-0.20007359981536865,-0.43865931034088135,0.0794103741645813 +147,0.5825356665487936,1.1376565416167204,-0.7952934798607684,0.23090769350528717,-0.9076523780822754,-0.35049816966056824,0.2956346273422241,-3.0347201824188232,0.22046102583408356,0.269397497177124,-0.2881484031677246,0.6050147414207458 +148,0.42868536574652544,1.190631342438009,-0.8993770284731067,0.15424613654613495,-0.9286034107208252,-0.3374961316585541,0.17229010164737701,-0.4833419620990753,-0.898750901222229,0.38995856046676636,0.07662904262542725,0.16565164923667908 +149,0.5296066959818077,1.0768797044514986,-1.1018408132871427,0.23950134217739105,-0.8804828524589539,-0.40913209319114685,-0.9849323630332947,0.1378139704465866,-1.2527554035186768,-0.27174317836761475,0.39734381437301636,0.30059635639190674 +150,0.9211594335183495,1.034065846233472,-1.3333510242959812,0.4071730673313141,-0.859385073184967,-0.3093015253543854,1.6331082582473755,2.2962324619293213,-0.5983507633209229,-0.6504744291305542,0.01796966791152954,-0.028329670429229736 +151,1.111037060081398,1.0440079673740985,-1.29787048997533,0.45055267214775085,-0.8644261956214905,-0.22309069335460663,0.4213789105415344,1.020551323890686,0.3421677350997925,0.14338040351867676,-0.514205276966095,-0.8012318015098572 +152,0.7912867481946083,1.165134074636029,-1.1346860821116365,0.2806820273399353,-0.9188412427902222,-0.27739569544792175,0.22100023925304413,-2.836127996444702,2.572335720062256,-0.1450313925743103,-0.25782495737075806,0.09746408462524414 +153,0.13723113044466895,1.208229799837932,-0.49428909981569347,0.04851987585425377,-0.9349896311759949,-0.3513409197330475,-0.9354500770568848,1.9224293231964111,0.9906042814254761,0.29350587725639343,0.12163501977920532,0.5585247278213501 +154,0.4451432131875527,1.0810033703225501,-0.4503823040733392,0.20256684720516205,-0.8824302554130554,-0.42459815740585327,-1.166962742805481,2.7204699516296387,-0.890312910079956,0.01986052095890045,0.5191948413848877,0.31711524724960327 +155,0.5286905926806439,1.0248401088262349,-0.4963168760194728,0.2619040012359619,-0.8546311855316162,-0.4483433663845062,1.773144006729126,0.18334682285785675,-0.03342270106077194,-0.2501852810382843,0.484025776386261,0.6873112916946411 +156,1.0738740914379408,1.1169879267565823,-0.7700868870333056,0.3853699862957001,-0.8987840414047241,-0.20899111032485962,0.3765392005443573,-0.4600660800933838,-0.8419437408447266,0.4668028652667999,-0.6322218179702759,-1.1373682022094727 +157,0.9137106707759746,1.1426616250617552,-0.8861462318611266,0.32872506976127625,-0.9097417593002319,-0.2535935342311859,1.3043529987335205,-5.625270843505859,0.6511375308036804,0.14800524711608887,-0.3824639916419983,0.7922593355178833 +158,0.7872151594546314,1.2931222907762574,-1.114797353563062,0.1941836029291153,-0.9616956114768982,-0.19347921013832092,0.045564305037260056,-1.3187733888626099,0.11249695718288422,0.5039060115814209,-0.012120246887207031,0.47988665103912354 +159,0.5367687306241955,1.1870295380991527,-1.0803757958564466,0.19146209955215454,-0.9272608757019043,-0.32176029682159424,-1.5159672498703003,-1.142401933670044,-1.5067239999771118,-0.06186917424201965,0.44673097133636475,0.43151673674583435 +160,0.8069874677216197,1.0583892118811191,-1.3443222286994094,0.35408109426498413,-0.871566891670227,-0.33911317586898804,1.3663051128387451,0.08411551266908646,-1.370863437652588,-0.8890084624290466,0.25125133991241455,-0.008695662021636963 +161,0.9195746578515583,1.0399222873448408,-1.349412414936492,0.4026724696159363,-0.8623648881912231,-0.3068903386592865,-0.6932862401008606,1.3568283319473267,0.1566367745399475,0.25844505429267883,-0.49519431591033936,-0.9407293200492859 +162,0.7372003878722689,1.0972493740839058,-1.236858087900715,0.3065620958805084,-0.8899562954902649,-0.3376350402832031,-0.0036946097388863564,-2.3610193729400635,1.849818468093872,-0.13606038689613342,-0.30828583240509033,-0.06835556030273438 +163,0.09050525860260898,1.1949098760295858,-0.7809111369502453,0.03317888081073761,-0.9301825761795044,-0.36559468507766724,0.3278656005859375,0.18307432532310486,1.726788878440857,0.1066221296787262,-0.19773179292678833,0.4231966435909271 +164,0.20289031453587367,1.129421566748409,-0.5162882837693047,0.08607786148786545,-0.9041652679443359,-0.41842061281204224,-1.2796666622161865,3.144256830215454,-0.13585875928401947,0.16924744844436646,0.45042991638183594,0.3541658818721771 +165,0.3955035657484241,1.0733465491745438,-0.6091174628322393,0.1838468760251999,-0.8788023591041565,-0.4403485655784607,0.4180751442909241,-0.12107023596763611,-0.6266351938247681,0.0006471425294876099,0.582858145236969,0.5733289122581482 +166,0.8799029176013557,1.1011256285744782,-0.7829374072712272,0.3488028645515442,-0.8917173743247986,-0.28840386867523193,-0.6569302082061768,-1.3445603847503662,-0.33272287249565125,0.5032631754875183,-0.3860536217689514,-0.5158411264419556 +167,0.7084621836150824,1.1528324090188502,-0.8471764552040293,0.26410606503486633,-0.9139173030853271,-0.308226078748703,1.5141664743423462,-2.8457863330841064,0.4579673707485199,0.19251319766044617,-0.32918572425842285,0.8097977042198181 +168,0.7205250126289212,1.2542893637703019,-1.1012484977949477,0.205355703830719,-0.9503284096717834,-0.2338910698890686,-0.25133827328681946,-2.3260657787323,-0.5499788522720337,0.2930726408958435,-0.04774898290634155,0.3850904107093811 +169,0.6264448924862752,1.1195888119374267,-1.2475127326257553,0.25564372539520264,-0.8999212384223938,-0.35325339436531067,-0.8129775524139404,-0.3818427622318268,-1.7392576932907104,-0.4375437796115875,0.4453619718551636,0.31008628010749817 +170,0.8885347558293241,1.0964064442036618,-1.5150133436763489,0.35454148054122925,-0.8895716071128845,-0.288032591342926,0.8727112412452698,0.7390559911727905,0.03850334882736206,-0.6599156260490417,0.14887946844100952,-0.1520613729953766 +171,0.8717070999708633,1.0591820061122863,-1.4091040793252634,0.3747428059577942,-0.8719552755355835,-0.31505849957466125,0.16609889268875122,-0.8597042560577393,0.46616581082344055,-0.1338675320148468,-0.5806052088737488,-0.5652821063995361 +172,0.3698068300580469,1.141096825906686,-1.043874774655126,0.15057308971881866,-0.9090909957885742,-0.38843443989753723,-0.010832434520125389,-1.8877571821212769,2.7324728965759277,0.18486084043979645,-0.540493905544281,0.26514342427253723 +173,-0.06102523168866764,1.1817300209457624,-0.5762673143571297,-0.023134004324674606,-0.9252636432647705,-0.3786184787750244,-0.08996812254190445,3.1667120456695557,0.91593998670578,0.01724410243332386,0.2719586491584778,0.3567220866680145 +174,0.12948356547117412,1.0993926425109273,-0.5115403738932631,0.05863913893699646,-0.8909317255020142,-0.4503355920314789,-0.6497418284416199,1.604922890663147,-0.5794222354888916,0.38636818528175354,0.7031875848770142,0.7483397126197815 +175,0.6210253352823987,1.1461362902914662,-0.7323048612066972,0.23973645269870758,-0.9111788272857666,-0.3350810706615448,2.1639866828918457,12.840638160705566,0.15100067853927612,-0.17908279597759247,-0.23107868432998657,-0.7467517852783203 +176,0.7720020003476604,1.1215264613897007,-0.8232275391042204,0.3029607832431793,-0.9007644653320312,-0.3111885190010071,0.31702476739883423,-1.91255784034729,-0.38638994097709656,0.33468878269195557,-0.35779571533203125,-0.3155509829521179 +177,0.9403057748386933,1.2721708573789798,-1.161499300473517,0.2376420646905899,-0.9557417631149292,-0.17344693839550018,2.7756450176239014,0.651339054107666,-0.06819258630275726,0.2972853183746338,-0.4497910141944885,0.3550112843513489 +178,1.484104736047965,1.237215158678603,-1.6871313171684807,0.3261990547180176,-0.9448758363723755,-0.028349772095680237,0.203370600938797,-0.2490333765745163,-1.306702733039856,-0.12077000737190247,0.30556315183639526,0.13244521617889404 +179,1.6676857902500297,1.109882907374821,-1.799989858458008,0.44268012046813965,-0.8956466317176819,0.04302575811743736,1.3855500221252441,1.4714481830596924,-1.1944411993026733,-0.5376966595649719,0.39114540815353394,-0.03495383635163307 +180,1.900940805315273,1.0424426502348183,-2.054449367950432,0.47688812017440796,-0.863638162612915,0.16342301666736603,-2.075944662094116,-1.468851923942566,-1.0225558280944824,0.20679724216461182,-0.5476168394088745,-1.0569167137145996 +181,1.7227812836075551,1.088615970913562,-1.8093856871643421,0.45836663246154785,-0.8859859704971313,0.07020623981952667,-0.528912365436554,0.36200302839279175,1.6416875123977661,0.10498782992362976,-0.9394229054450989,-0.1750187873840332 +182,1.5859389825513601,1.350546633228563,-1.5406575044837265,0.21844829618930817,-0.9758429527282715,0.003308140207082033,-1.5625134706497192,1.0278642177581787,1.8316242694854736,-0.017795205116271973,-0.312197208404541,0.3997070789337158 +183,1.0557563152698726,1.4041063388395698,-1.0137500053243083,0.14439557492733002,-0.9861393570899963,-0.08172709494829178,-1.9163308143615723,-0.5879269242286682,-0.6321055293083191,0.024458199739456177,0.6815738081932068,-0.4463033080101013 +184,0.5413035497846884,1.313595034008184,-0.6772282255656769,0.13106772303581238,-0.9671056866645813,-0.2180091142654419,1.0013434886932373,-0.173633873462677,-0.5604722499847412,0.148686945438385,0.7299687266349792,0.467352956533432 +185,0.954229693812658,1.183158547032428,-0.8370744784688083,0.30840060114860535,-0.9258045554161072,-0.2185753434896469,-0.32870596647262573,1.1100399494171143,-1.8055579662322998,0.05217990279197693,-0.4150615930557251,-1.9663153886795044 +186,0.7738408019299149,1.187180357823785,-0.8945886657369587,0.2615768015384674,-0.9273173213005066,-0.26769405603408813,1.1593403816223145,-3.1808292865753174,0.4828067123889923,0.1333511769771576,-0.45813488960266113,1.0241484642028809 +187,0.773263659682227,1.2642320123064237,-1.1612089789226947,0.21078930795192719,-0.953376054763794,-0.215968057513237,-0.05596810206770897,-1.5111503601074219,-0.7927474975585938,0.2519335150718689,0.054404377937316895,0.2342785894870758 +188,0.6023606259672749,1.1330739461813522,-1.2098997460285874,0.24016442894935608,-0.9057194590568542,-0.34927526116371155,-0.5809783935546875,-1.226905345916748,-1.5676499605178833,-0.22785060107707977,0.5074193477630615,0.19044652581214905 +189,0.6745700535603169,1.0547330646463984,-1.4176294358980197,0.308196097612381,-0.8697685599327087,-0.3853801190853119,0.638944685459137,-1.3521374464035034,0.4482780694961548,-0.8501730561256409,0.03947681188583374,0.06328240036964417 +190,0.4963083174144164,1.0506570968580486,-1.321746809185961,0.23666317760944366,-0.8677499890327454,-0.43703606724739075,-0.5510854125022888,-0.8699134588241577,0.0027641707565635443,-0.12931761145591736,-0.40576380491256714,-0.6406158804893494 +191,0.009422290647948412,1.0756350422862724,-1.0627979166030725,0.004477157723158598,-0.879892110824585,-0.47515252232551575,1.0332444906234741,-3.582988977432251,2.1976206302642822,0.2564481496810913,-0.41232895851135254,0.0016112923622131348 +192,-0.5439933918045062,1.04823322783151,-0.6809418582797456,-0.25831419229507446,-0.8665427565574646,-0.4270566999912262,-0.17073415219783783,0.42271915078163147,1.6442501544952393,0.06117069721221924,-0.026187896728515625,0.5121701955795288 +193,-0.3620857018605254,0.9276319951907309,-0.5800034438596889,-0.21243983507156372,-0.8002020120620728,-0.5608440637588501,-1.0646389722824097,3.4790844917297363,0.06310977786779404,0.6423867344856262,0.5612493753433228,0.3473888635635376 +194,-0.12348489144351169,0.9256372487209832,-0.6879304552550333,-0.07406604290008545,-0.7990041375160217,-0.5967466831207275,0.945567786693573,0.8718858957290649,-1.474302887916565,-0.09057628363370895,0.7405934929847717,0.5255797505378723 +195,0.7616441127268198,1.0458417894584902,-1.0680976496227967,0.3458661735057831,-0.8653467297554016,-0.3627006709575653,0.5951297879219055,0.24841763079166412,0.12550204992294312,0.5399218201637268,-0.8040868639945984,-1.9412238597869873 +196,0.5921430597714108,1.098633994619237,-1.0360634184669122,0.253849595785141,-0.8905869126319885,-0.37737953662872314,0.19975216686725616,-1.0224751234054565,1.2547589540481567,0.3302110731601715,-0.4131850600242615,0.6275168657302856 +197,0.840814809663231,1.387745614333572,-1.1303719819924887,0.13564598560333252,-0.9832929372787476,-0.12138745188713074,2.7279374599456787,1.2900112867355347,-0.5876260995864868,0.3170517683029175,-0.3121018409729004,0.22633738815784454 +198,1.42169913859044,1.296606148712886,-1.6997564383467465,0.26776376366615295,-0.9626448154449463,-0.040221307426691055,-0.47479361295700073,1.4130059480667114,-1.8249435424804688,-0.37997692823410034,0.5204145312309265,0.27563393115997314 +199,1.4270442386551605,1.1515788641491362,-1.6217212340110656,0.4028473496437073,-0.9134077429771423,-0.058312371373176575,0.017904207110404968,-0.9039505124092102,-0.36253222823143005,-0.4057770371437073,0.30075210332870483,-0.29746150970458984 +200,1.1777979472708993,1.106466800444503,-1.461149937051509,0.41368332505226135,-0.8941220045089722,-0.17149831354618073,-0.02099905163049698,0.08075516670942307,-0.1473577618598938,0.43180611729621887,-0.424496591091156,-0.5724287033081055 +201,0.9234413008763176,1.2022766141062882,-1.2801705863260628,0.28735262155532837,-0.9328616261482239,-0.21724985539913177,-0.09934090077877045,-1.1766436100006104,2.6454083919525146,0.04377833008766174,-0.3506312966346741,0.13854506611824036 +202,0.39721643838903986,1.339213132267555,-0.5886925448245901,0.08878997713327408,-0.973304271697998,-0.21164864301681519,0.15423035621643066,2.4176268577575684,1.0392625331878662,-0.02494719624519348,0.16811323165893555,0.3712250590324402 +203,0.516704765259864,1.3605151259990615,-0.5335798777844618,0.10311874002218246,-0.9779722690582275,-0.1814849078655243,-0.40118294954299927,-0.24757276475429535,-0.09062611311674118,0.15248122811317444,0.6600706577301025,0.2389647513628006 +204,0.4624472410067266,1.3455886990863655,-0.6059022970468454,0.09962707757949829,-0.9747477769851685,-0.1998535394668579,1.6734893321990967,-1.1974304914474487,-0.5835043787956238,0.1212591677904129,0.4661874771118164,0.285836786031723 +205,0.9779005394594973,1.2148850198890868,-0.8598638567778238,0.28897446393966675,-0.9373293519020081,-0.19469879567623138,0.6809568405151367,-3.848731517791748,0.7882492542266846,-0.03694504499435425,-0.34361547231674194,0.6948971748352051 +206,0.7595476125353849,1.2625190704537517,-0.828701114719885,0.2089310586452484,-0.9528576731681824,-0.22002220153808594,0.7611300349235535,-1.8463324308395386,0.5491994619369507,0.1023634523153305,-0.4064866304397583,0.5402279496192932 +207,1.2006260444649506,1.3014331351809405,-1.2197267685547972,0.24809205532073975,-0.9639405608177185,-0.09627437591552734,-0.0062539055943489075,0.9407129287719727,-0.7126380801200867,0.07096919417381287,0.27416712045669556,-0.03875063359737396 +208,1.2848339655703753,1.2238194725672809,-1.2660783497090247,0.32624709606170654,-0.9404050707817078,-0.09592344611883163,0.4755255877971649,0.7084229588508606,-1.0675163269042969,-0.26122939586639404,0.5989133715629578,0.12876033782958984 +209,1.6775605029632399,1.1657365178522225,-1.6387761745420077,0.39183032512664795,-0.9190788269042969,0.04199311509728432,1.1739617586135864,-1.8188245296478271,0.31990402936935425,-0.3294675946235657,-0.07486355304718018,-0.5478830337524414 +210,1.2482236635882584,1.1151402002187074,-1.4268703218027292,0.4173549711704254,-0.8979724645614624,-0.13949966430664062,0.1888289749622345,0.131914421916008,-0.08891044557094574,-0.1993679404258728,-0.43102216720581055,-0.6957817077636719 +211,0.7981010098922472,1.2577400697750254,-1.0329125008063713,0.2205149084329605,-0.9513967633247375,-0.2149825543165207,-0.6810101866722107,0.23694413900375366,3.239762544631958,0.16240441799163818,-0.4025766849517822,0.312196284532547 +212,0.3205050308849389,1.2828580798007914,-0.35436296312728993,0.08946537971496582,-0.9588314294815063,-0.26951462030410767,-0.6303392648696899,3.4068636894226074,-0.14826609194278717,0.028622381389141083,0.5113522410392761,0.8576952219009399 +213,0.5177771178454184,1.2555331202757352,-0.3996471038419097,0.1534675508737564,-0.9507148265838623,-0.26942378282546997,-1.9767571687698364,0.47486385703086853,-0.9403824210166931,0.08252488076686859,0.6371009349822998,0.35031062364578247 +214,0.6495638549941811,1.2638848319729903,-0.5625868382575456,0.18273141980171204,-0.953271210193634,-0.24058915674686432,1.9200400114059448,2.7011678218841553,-0.2059200406074524,-0.00351695716381073,0.3012021780014038,0.2959022521972656 +215,1.0156768054078615,1.1909055468045715,-0.7461905286708144,0.31513601541519165,-0.9287051558494568,-0.19543834030628204,-0.7899991273880005,-0.9422013163566589,-0.07393550872802734,-0.23499685525894165,-0.4936123490333557,0.2926673889160156 +216,0.846793763749684,1.2815843887619704,-0.850837317163542,0.21365807950496674,-0.9584689140319824,-0.18891100585460663,1.438309907913208,-3.7881338596343994,0.20425738394260406,0.31138157844543457,-0.293758749961853,0.3810039460659027 +217,0.7883855559982054,1.2323038258476482,-1.0309521976957938,0.23550647497177124,-0.9432563185691833,-0.23410356044769287,-0.24090027809143066,0.12245345860719681,-0.9742074012756348,-0.0034355223178863525,0.3281591534614563,0.19057020545005798 +218,0.8401781057129631,1.120386162283717,-1.055938394666236,0.3242207467556,-0.9002686142921448,-0.29051199555397034,-0.41781938076019287,1.4374351501464844,-0.6831330060958862,-0.22609150409698486,0.41433727741241455,0.2341308295726776 +219,1.1465406115122692,1.1563948462561728,-1.180505283809205,0.36694586277008057,-0.9153574705123901,-0.1657445728778839,1.6721277236938477,0.6809051632881165,0.07478281855583191,-0.30427804589271545,-0.03828626871109009,-0.4350396990776062 +220,1.36645131409044,1.051706287036853,-1.2554955609504297,0.4857686460018158,-0.8682709336280823,-0.10066953301429749,0.496308296918869,-1.500713586807251,0.9025267958641052,0.11182653903961182,-0.32632434368133545,-0.8493731617927551 +221,0.6788959427943096,1.1958310297091916,-0.7905722978450227,0.22997494041919708,-0.9305203557014465,-0.285032719373703,-0.6078917384147644,-1.3899507522583008,2.5252346992492676,0.3037317395210266,-0.5207583904266357,0.2898697853088379 +222,0.4966710709917372,1.0854418814983693,-0.4065236524798574,0.22229842841625214,-0.8845096230506897,-0.410153865814209,-3.5289971828460693,1.6589487791061401,-0.6739002466201782,-0.02794720232486725,0.3573794364929199,0.3011602759361267 +223,0.47990491898683285,0.9826589349940058,-0.3688569000289804,0.25615400075912476,-0.831975519657135,-0.4921400845050812,0.3089648187160492,-0.7178219556808472,-0.2553181052207947,0.055232107639312744,0.53665691614151,0.6669600009918213 +224,0.7883804036887931,1.1154904252962015,-0.5969095380527595,0.3118671178817749,-0.8981265425682068,-0.3100125193595886,1.1521713733673096,8.668869018554688,-0.6761868596076965,0.2494274377822876,-0.4908962845802307,-0.8032992482185364 +225,0.8462615600327122,1.0453130813029659,-0.6504899904171891,0.3756253123283386,-0.8650816082954407,-0.33247464895248413,-0.2524471580982208,-1.6614798307418823,-0.2426425814628601,0.2361147701740265,-0.506332516670227,0.07464689016342163 +226,0.41987868011384183,1.0601195550918006,-0.5938078570161083,0.19924606382846832,-0.8724139332771301,-0.44631272554397583,0.7623745203018188,-2.796610116958618,0.04047883674502373,0.3197358548641205,-0.22522705793380737,0.5363243222236633 +227,0.4975073324569416,1.0763625151413863,-0.7915489112038829,0.2264646291732788,-0.8802375197410583,-0.4170079529285431,0.36460602283477783,0.5061248540878296,-1.2488369941711426,-0.0496305376291275,0.2783851623535156,0.20994624495506287 +228,0.7124558754894329,1.0159082838396327,-0.9890254896973879,0.34439754486083984,-0.8499594330787659,-0.3986968696117401,0.20460982620716095,0.6578289866447449,-0.17128875851631165,-0.6719884872436523,0.32966530323028564,0.10699465870857239 +229,0.8682625678053225,1.0823508446663885,-1.0859172054509563,0.3581380546092987,-0.8830633759498596,-0.3032100796699524,-0.2607923746109009,1.415039300918579,-0.4674055874347687,0.4881754517555237,-0.08162790536880493,-0.8928654193878174 +230,0.7393997952286885,1.0903046083038384,-0.9701200409792725,0.31146112084388733,-0.8867677450180054,-0.3415183126926422,-0.4494520425796509,-2.564282178878784,1.678639531135559,0.11068850755691528,-0.5479397773742676,-0.4487954080104828 +231,0.3458735509984906,1.1538651955854575,-0.6998998460933775,0.13728776574134827,-0.9143360257148743,-0.38097473978996277,-0.3463907837867737,1.2484912872314453,0.972154438495636,0.12981733679771423,-0.24333304166793823,0.3711327910423279 +232,0.42346851084092707,1.031358968536326,-0.5413879107261355,0.21107305586338043,-0.8579978346824646,-0.46828195452690125,-2.1407864093780518,1.8401662111282349,-0.35529711842536926,-0.03806890547275543,0.3056296706199646,0.31300854682922363 +233,0.4372278640307783,0.9641174917107467,-0.5208500802007261,0.24141515791416168,-0.8215460777282715,-0.5165082812309265,0.1961343139410019,-0.7762220501899719,-0.29710903763771057,-0.0686856210231781,0.4926580786705017,0.731550395488739 +234,0.8370251908361875,1.1125534748916124,-0.7281496502041521,0.32853004336357117,-0.896831214427948,-0.2962460219860077,0.2064981311559677,7.352127552032471,-0.2597806453704834,0.5824501514434814,-0.4398539066314697,-1.5825839042663574 +235,0.8016666245121677,1.0725660800729018,-0.7434653665602935,0.34335845708847046,-0.878429651260376,-0.3323645293712616,-0.04379565641283989,-2.9508867263793945,-0.02063516527414322,0.16030362248420715,-0.252292275428772,0.3019079864025116 +236,0.6192777897148893,1.1164602598847337,-0.8153524364299147,0.2547384798526764,-0.8985525965690613,-0.35736754536628723,1.148224115371704,-2.3429272174835205,-0.6428705453872681,0.4786599576473236,-0.16142970323562622,0.3307257294654846 +237,0.7666291747258656,1.1131501742447156,-1.1272403902379664,0.30650776624679565,-0.8970950245857239,-0.318234920501709,0.14688536524772644,0.3388220965862274,-1.3771175146102905,-0.19975730776786804,0.37913548946380615,0.16943123936653137 +238,1.071708942736079,1.057499513477832,-1.4021321598893657,0.4311533272266388,-0.8711303472518921,-0.23502948880195618,1.567712664604187,1.0972579717636108,-0.5108481049537659,-0.7727212905883789,0.11746823787689209,-0.14973610639572144 +239,1.2085520992561753,1.0669595868848436,-1.4972028749389295,0.45145776867866516,-0.875736653804779,-0.17108769714832306,-0.5512237548828125,-0.32260581851005554,-0.282488614320755,0.516880214214325,-0.3189806342124939,-0.7392974495887756 +240,0.7556020470720869,1.1171312206787516,-1.1748165684079142,0.3005286455154419,-0.8988468647003174,-0.3189934492111206,-0.8332632780075073,-2.252354860305786,2.39630126953125,-0.0895911455154419,-0.5526606440544128,0.290459543466568 +241,0.22228995783108674,1.1505673557592653,-0.7424804934651378,0.08994249999523163,-0.9129955768585205,-0.39793139696121216,0.032769229263067245,1.3935739994049072,1.0354249477386475,0.04120679944753647,0.2237865924835205,0.32069143652915955 +242,0.21915422968790108,1.0918766206181185,-0.5379890540768191,0.10018433630466461,-0.8874932527542114,-0.4497986435890198,-0.8511647582054138,0.7490465641021729,0.5527700185775757,0.05107603222131729,0.4405176043510437,0.4481964409351349 +243,0.2336184651658951,1.104207115860214,-0.5760080748149339,0.10413826256990433,-0.8931077718734741,-0.43762290477752686,2.0414035320281982,1.6915614604949951,-0.2804268002510071,-0.18032538890838623,0.5347093939781189,0.23942649364471436 +244,0.6703979450331625,1.1377894369350179,-0.7623107469472094,0.26069775223731995,-0.9077081680297852,-0.3287893235683441,0.11039362102746964,-1.962382435798645,0.510414183139801,-0.13333266973495483,-0.9187687635421753,0.594612717628479 +245,0.2339345758711896,1.1573988178205685,-0.6428682350372447,0.09312205761671066,-0.9157612323760986,-0.3907806873321533,0.3793397545814514,-2.6229898929595947,0.15665486454963684,0.40649646520614624,-0.3993936777114868,0.4296448230743408 +246,0.30130494151024373,1.1639560838402128,-0.8587563743206929,0.11743337661027908,-0.9183757305145264,-0.37788283824920654,0.1916690170764923,-0.30521997809410095,-1.6243802309036255,0.03188912570476532,0.28191637992858887,0.20761001110076904 +247,0.6379104815654664,1.1150884115349737,-1.1892683842883915,0.26208633184432983,-0.8979496955871582,-0.35354912281036377,0.6067012548446655,1.513711929321289,-1.1860495805740356,-0.5990157127380371,0.47651731967926025,0.27038875222206116 +248,1.0187749905430632,1.1835424124057075,-1.518471528394077,0.3215537369251251,-0.9259495735168457,-0.1980416625738144,0.4580654501914978,1.0664987564086914,-0.06673508882522583,0.08535236120223999,-0.13740485906600952,-0.6203176975250244 +249,0.9897919153704468,1.1349434809244678,-1.4366389083585176,0.35290825366973877,-0.9065102934837341,-0.23172131180763245,-0.8899680376052856,-1.3587144613265991,0.6947935819625854,0.13840949535369873,-0.8414602279663086,-0.6717516183853149 +250,0.4534453816868301,1.2119193155974257,-0.9639881991636023,0.1538587361574173,-0.9362918138504028,-0.3157297372817993,-0.6802740097045898,-0.5102270245552063,2.3700144290924072,0.2154497355222702,-0.5229519605636597,0.3219248056411743 +251,0.34426409790709056,1.2004498139328572,-0.7030507331268917,0.12215561419725418,-0.9322019815444946,-0.340701162815094,-1.4750778675079346,2.9604287147521973,-0.031123558059334755,0.03644423186779022,0.5276457667350769,0.18347463011741638 +252,0.21786815698207224,1.13096414333906,-0.6157920184658746,0.09203342348337173,-0.9048231244087219,-0.41572219133377075,0.36979609727859497,-1.1453139781951904,-0.2881578803062439,0.2719802260398865,0.7181165814399719,0.6679347157478333 +253,0.64101858367201,1.1805762524012382,-0.8421741526107286,0.2274789810180664,-0.9248253703117371,-0.30487918853759766,-1.6218005418777466,8.003945350646973,-0.5670149922370911,-0.009369850158691406,-0.46488404273986816,-2.01364803314209 +254,0.6528329435695192,1.1222190812411401,-0.8455178757572551,0.2634367346763611,-0.9010650515556335,-0.3445039391517639,0.16573026776313782,-4.504491329193115,0.25526323914527893,0.22817093133926392,-0.45869141817092896,0.6310792565345764 +255,0.38627366682052405,1.1886561119513093,-0.968988032949282,0.1404886692762375,-0.927868664264679,-0.3454308807849884,0.2752227783203125,-1.0843749046325684,-0.6181666254997253,0.3673085570335388,-0.032610952854156494,0.2003655731678009 +256,0.4771745201226898,1.1459136600774789,-1.185230745662431,0.1893179714679718,-0.9110870957374573,-0.3661680519580841,-0.18211953341960907,-0.867318332195282,-1.3752893209457397,-0.066026970744133,0.44393932819366455,0.217867910861969 +257,0.6789901661809757,1.0641928408388976,-1.4281898809887792,0.3047155439853668,-0.8743975758552551,-0.377593994140625,0.9202865362167358,0.21713396906852722,-0.8124551177024841,-0.753324031829834,0.1651080846786499,0.1541900932788849 +258,0.8462554612877781,1.0658279020122847,-1.53485273017969,0.3622560501098633,-0.8751897215843201,-0.32064515352249146,-0.7953341603279114,0.8700202703475952,-0.45805686712265015,0.15788552165031433,-0.2820977568626404,-0.9055817127227783 +259,0.5499600402804894,1.108847330898449,-1.2729099419186662,0.23294316232204437,-0.8951855301856995,-0.37997403740882874,0.3609110414981842,-1.2291589975357056,2.4787240028381348,0.08323417603969574,-0.7349108457565308,0.200210303068161 +260,0.18442176194923637,1.1939468967628588,-0.8444379970234025,0.06748181581497192,-0.9298286437988281,-0.361752450466156,-0.6677088141441345,2.2376935482025146,1.169283151626587,0.00948350876569748,0.1176491379737854,0.3435029685497284 +261,0.2355909817282653,1.1130627963368724,-0.6361658942798512,0.10315103828907013,-0.8970564007759094,-0.42970889806747437,-0.6853405833244324,0.8662818670272827,0.25518518686294556,0.20495441555976868,0.6404951214790344,0.45563358068466187 +262,0.31022520685749483,1.1371629725813055,-0.742635222791454,0.1282668262720108,-0.9074451327323914,-0.4001138508319855,1.8757277727127075,3.488412857055664,-1.6233536005020142,-0.296296626329422,0.7053729891777039,0.4345376491546631 +263,0.7210866685185621,1.088323823733621,-0.903951914030789,0.30631402134895325,-0.8858504891395569,-0.3484831750392914,0.43310266733169556,-2.096071481704712,-0.05022060126066208,-0.07914119958877563,-0.29406583309173584,0.7593261003494263 +264,0.5330523788538022,1.15404038706261,-0.9327530511133962,0.205703005194664,-0.914406955242157,-0.34863460063934326,1.6312612295150757,-3.072495222091675,0.20532512664794922,0.3197333812713623,-0.23813509941101074,0.49048033356666565 +265,0.556379421536723,1.162626602735272,-1.1505500951097438,0.2096247375011444,-0.9178488254547119,-0.33706212043762207,-0.11972029507160187,-0.7499127388000488,-1.1676697731018066,-0.1053462028503418,0.14848554134368896,0.09597328305244446 +266,0.6157377727188139,1.0677295899014314,-1.2662468216502698,0.27845069766044617,-0.8761081695556641,-0.39357322454452515,-0.4400830864906311,0.1624821126461029,-0.48390281200408936,-0.5847861170768738,0.322534441947937,0.34598100185394287 +267,0.7859413421314762,1.1133579283065511,-1.3204822284334068,0.31246429681777954,-0.8971867561340332,-0.312125027179718,0.43975329399108887,1.4904897212982178,0.4397640824317932,-0.28040558099746704,-0.07731574773788452,-0.15317648649215698 +268,0.8816252010005959,1.0524712270562038,-1.3244113249881788,0.38235652446746826,-0.8686501979827881,-0.3150402009487152,-0.07111629843711853,0.7611883282661438,-0.09617242962121964,-0.40333735942840576,-0.4864981174468994,-0.6846240758895874 +269,0.6427710398154071,1.1844569762352064,-1.1424256128629315,0.22585999965667725,-0.9262946248054504,-0.3016051650047302,0.8905443549156189,-1.1931523084640503,2.0001392364501953,0.054291367530822754,-0.41682976484298706,0.13290399312973022 +270,0.4853490011492635,1.2094804888317252,-0.7935920980256685,0.16491639614105225,-0.935432493686676,-0.3126800060272217,-2.544074058532715,2.562372922897339,0.5500321388244629,0.04496826231479645,0.10941308736801147,-0.04101875424385071 +271,0.46841582383981484,1.1133631928570076,-0.6364861625947563,0.19939176738262177,-0.8971890807151794,-0.3940746784210205,-0.43392595648765564,-0.21182221174240112,-0.3165923058986664,0.14330540597438812,0.7051724195480347,0.5174419283866882 +272,0.5699332494353312,1.1081390963682192,-0.761631917908743,0.24082762002944946,-0.8948696851730347,-0.37577974796295166,0.10756553709506989,6.9608869552612305,-1.305536150932312,-0.40936094522476196,0.32297027111053467,0.19757235050201416 +273,0.823921884344248,1.0500401353135798,-0.8684718440073622,0.36509987711906433,-0.8674432039260864,-0.33800041675567627,0.4115409553050995,-0.14006534218788147,0.4204826056957245,-0.37575051188468933,-0.9971349835395813,0.39351192116737366 +274,0.4232858828311623,1.2254383866069951,-0.916489748296592,0.13905541598796844,-0.940954327583313,-0.30865567922592163,1.3726954460144043,-4.763821125030518,-0.31161946058273315,0.6496713757514954,-0.23089003562927246,0.38446131348609924 +275,0.4663857421512827,1.173280894802427,-1.1332883952492214,0.17407673597335815,-0.9220256805419922,-0.34578320384025574,-0.6458160281181335,0.156251922249794,-0.9896208643913269,-0.13806599378585815,0.3182659149169922,0.12059396505355835 +276,0.7422492666934025,1.0515016107483859,-1.2948634581301426,0.3354509770870209,-0.8681694269180298,-0.36572471261024475,-0.5741121172904968,1.25815749168396,-1.3865615129470825,-0.4982011914253235,0.4009605646133423,0.30569660663604736 +277,0.9473591642804249,1.0587229071464817,-1.3893147660293095,0.3978080451488495,-0.8717304468154907,-0.28606805205345154,-1.6144940853118896,2.254122734069824,0.302476704120636,0.06009295582771301,-0.3359874486923218,-0.8026770353317261 +278,0.8154894187376936,1.041936469189811,-1.198299109030747,0.36734262108802795,-0.863382875919342,-0.345874547958374,0.8387943506240845,-1.5657682418823242,1.8283504247665405,-0.24019116163253784,-0.7284138798713684,-0.1516687572002411 +279,0.5806801871763534,1.2571332425963555,-1.1063093141596883,0.16926559805870056,-0.9512097239494324,-0.2579713761806488,1.904014229774475,1.0404114723205566,1.0638270378112793,0.008926525712013245,-0.025261223316192627,0.5572877526283264 +280,0.47043756509179846,1.2175859762336805,-0.6823536538708885,0.15679368376731873,-0.9382670521736145,-0.3083355128765106,-1.339117169380188,2.0226614475250244,0.3520566523075104,0.18616285920143127,0.5144084095954895,0.5182506442070007 +281,0.496428630321845,1.147060452435222,-0.6325068955233123,0.19583478569984436,-0.9115592241287231,-0.36153608560562134,-0.002483437769114971,-0.5741941332817078,-0.2110033631324768,-0.00021713972091674805,0.6797325611114502,0.6714116334915161 +282,0.8334412260118663,1.0347916943983064,-0.7188376902381498,0.37804895639419556,-0.8597559928894043,-0.3433634042739868,0.42724868655204773,-1.4158257246017456,-0.6693918704986572,0.24174773693084717,-0.44671666622161865,-0.7716878652572632 +283,0.7462387640222031,1.106015543024109,-0.7514403362163158,0.30429303646087646,-0.893919825553894,-0.3291093707084656,1.0872068405151367,-1.723751187324524,1.095280408859253,0.30320510268211365,-0.21960550546646118,0.8500750064849854 +284,0.7456632715170118,1.2251581897853714,-1.0497760874232147,0.2298600971698761,-0.9408594369888306,-0.24889332056045532,0.782831072807312,-2.243452310562134,-1.6144516468048096,0.5757277011871338,-0.16076409816741943,-0.12468761205673218 +285,0.886772943688896,1.1074351035928605,-1.346364125616502,0.3464084565639496,-0.8945552110671997,-0.28243979811668396,-0.7613096833229065,-0.6557541489601135,-0.9836181998252869,-0.2769046425819397,0.3654567003250122,0.011886239051818848 +286,0.8749631708073445,1.017991723326048,-1.3223995528100188,0.403006374835968,-0.8510552644729614,-0.33658701181411743,0.19830305874347687,0.7903994917869568,-0.26957806944847107,-0.3914249539375305,0.3180199861526489,0.35350900888442993 +287,1.0265060561318673,0.9889951257154671,-1.2986177917090753,0.47011980414390564,-0.8354741930961609,-0.2845524847507477,-0.8764603734016418,1.017029881477356,-0.2679651081562042,0.291965126991272,-0.6060998439788818,-1.3443385362625122 +288,0.9199869226428579,1.0638201133249534,-1.2154002873642715,0.3862892687320709,-0.8742166757583618,-0.29415246844291687,0.5214347839355469,-2.2072699069976807,1.6214735507965088,0.0989401638507843,-0.3628895878791809,-0.09914276003837585 +289,0.5629649900098174,1.2259078144342712,-1.0427973243204542,0.1804381161928177,-0.9411131739616394,-0.2859160900115967,0.34908151626586914,0.2501322329044342,1.717759609222412,0.04510204493999481,-0.1131470799446106,0.35377198457717896 +290,0.5260546434957969,1.1487876353416582,-0.6514129275555756,0.2056674212217331,-0.9122680425643921,-0.354214608669281,-1.272312045097351,1.3693186044692993,0.09552483260631561,0.1509152352809906,0.5243743658065796,0.44904792308807373 +291,0.48577532918989447,1.0888114393953043,-0.6112940618005627,0.21642355620861053,-0.8860765695571899,-0.40991348028182983,0.3953128457069397,-1.0769435167312622,-0.2736385464668274,-0.020821139216423035,0.6422106623649597,0.7167372703552246 +292,0.9149596224071176,1.058473723954072,-0.7522164647710851,0.3885044753551483,-0.871608316898346,-0.2989368438720703,-0.680477499961853,-1.0299193859100342,-0.6079658269882202,0.4537654221057892,-0.591984212398529,-1.8606853485107422 +293,0.6621673521937846,1.1216915047322227,-0.7185432054897924,0.2669330835342407,-0.9008361101150513,-0.34240469336509705,0.842277467250824,-3.918731927871704,1.3799628019332886,0.3322184979915619,-0.33321839570999146,0.6748632192611694 +294,0.666253841488724,1.2161832386923996,-0.9515787501624267,0.21460236608982086,-0.9377809166908264,-0.2729703485965729,0.6259331703186035,-0.08524489402770996,-1.268522024154663,0.30534085631370544,-0.003030240535736084,0.19551673531532288 +295,0.8064305480290068,1.1138966516637534,-1.1268404959082698,0.3184443712234497,-0.897424578666687,-0.30532312393188477,-0.613592267036438,0.8869267702102661,-1.6253926753997803,-0.2344752848148346,0.4903964400291443,0.12839749455451965 +296,1.17234641776758,1.0444985438226395,-1.3346332776954546,0.46298447251319885,-0.8646727204322815,-0.19490128755569458,0.6522054076194763,1.2936537265777588,0.14779847860336304,-0.48228684067726135,0.061678946018218994,-0.16194069385528564 +297,1.4359590817923047,1.0383368471949521,-1.4681724601429298,0.5030460357666016,-0.861561119556427,-0.06824342161417007,-0.3514733612537384,1.024527907371521,-0.5378774404525757,0.28249168395996094,-0.2750813364982605,-0.6870360970497131 +298,1.2787610525946935,1.0889840049662192,-1.301831630317386,0.44376614689826965,-0.8861565589904785,-0.13340970873832703,-1.6522746086120605,-0.8368860483169556,2.1744892597198486,0.05019134283065796,-0.317227840423584,0.034273386001586914 +299,0.8174966528374541,1.1953708944053265,-0.809655504175717,0.26746079325675964,-0.930351734161377,-0.25081905722618103,-0.5938856601715088,-1.0682551860809326,1.3533140420913696,0.14380931854248047,-0.2590402364730835,0.31798824667930603 +300,0.7341877996684857,1.1031741105000863,-0.6165383660542139,0.30200549960136414,-0.892642617225647,-0.33463671803474426,-1.174286961555481,0.9481263160705566,-0.02412378042936325,-0.21171927452087402,0.42647141218185425,0.48037347197532654 +301,0.7440543221796766,1.0889065316580224,-0.6033219255589931,0.313886821269989,-0.8861206769943237,-0.3409768342971802,1.0002387762069702,-0.8105332851409912,-0.16446685791015625,0.0507371723651886,0.4729127287864685,0.28436675667762756 +302,0.8454351187942517,1.1052249595268349,-0.7210714863507399,0.335919052362442,-0.8935651779174805,-0.2978251874446869,-0.39788827300071716,0.5626186728477478,-0.7750551104545593,-0.03963911533355713,-0.3967943787574768,-0.9244495630264282 +303,0.8340376702127582,1.098319912669352,-0.7494701154314573,0.3370645046234131,-0.8904440402984619,-0.3057725429534912,0.5103175044059753,-0.07811994850635529,0.005082865245640278,-0.13128450512886047,-0.4872872233390808,-0.4755384624004364 +304,0.6889468877616515,1.2906705341349483,-0.7948902918656571,0.17576277256011963,-0.9610206484794617,-0.2134164273738861,1.6995811462402344,-2.0857479572296143,0.2036503702402115,0.5892671346664429,-0.09743565320968628,0.3259194493293762 +305,0.9354140383816413,1.3003222129729748,-1.250322264118859,0.21504536271095276,-0.9636443257331848,-0.1585724800825119,0.23629041016101837,-2.028472900390625,-1.0422331094741821,0.009136795997619629,0.17951035499572754,0.026904389262199402 +306,0.9194371508982632,1.2099397296027457,-1.3494719310327508,0.2807874381542206,-0.9355947375297546,-0.21405865252017975,-0.7911598086357117,1.4295915365219116,-0.827053427696228,-0.5259351134300232,0.3701038956642151,0.38213416934013367 +307,1.1334490200128795,1.0927074403914108,-1.3977383320408223,0.41677942872047424,-0.8878757953643799,-0.1948627084493637,-0.07598590850830078,1.7815513610839844,-0.8195315003395081,0.18344026803970337,-0.45558422803878784,-0.5714947581291199 +308,1.1758204929992475,1.0862229354488733,-1.4603002563734029,0.4299646317958832,-0.8848737478256226,-0.17924514412879944,0.4977259933948517,-2.331223249435425,1.01163911819458,0.031537413597106934,-0.7143388986587524,-0.7315672039985657 +309,0.6567596481883731,1.3239915772791482,-1.3053774093365078,0.14916256070137024,-0.9696980118751526,-0.19348499178886414,0.878212034702301,-1.4826055765151978,2.036414384841919,0.07114383578300476,-0.09771531820297241,0.24835556745529175 +310,0.212058885978902,1.3597940043297632,-0.6976599225019985,0.04408152773976326,-0.9778214693069458,-0.20474864542484283,-1.4713460206985474,3.4733011722564697,0.30786383152008057,0.32010000944137573,0.3456803560256958,0.23528152704238892 +311,0.3873336596600429,1.2427375512996053,-0.6631496977070721,0.12170393764972687,-0.9466695785522461,-0.29833677411079407,-0.5203797221183777,-0.151007279753685,-0.2308664321899414,0.07563798129558563,0.6316366195678711,0.4785125255584717 +312,0.5663841427201871,1.1958417143228324,-0.8072509598849328,0.19651351869106293,-0.9305242300033569,-0.309042364358902,-0.7046853303909302,2.218370199203491,-0.801739513874054,-0.47994548082351685,-0.14461010694503784,-0.5940185785293579 +313,0.6458918885046454,1.2013803134666678,-0.8947614319666255,0.21733254194259644,-0.9325383901596069,-0.28833797574043274,1.3395746946334839,-2.278992176055908,0.18406936526298523,0.26797324419021606,0.08472949266433716,0.7808306813240051 +314,0.6767775295643415,1.3043188897217664,-1.0038225675623902,0.16492238640785217,-0.9647045135498047,-0.20529447495937347,1.3338236808776855,-0.7729734778404236,0.7512733340263367,0.37801581621170044,-0.2728137969970703,0.33626067638397217 +315,0.993278698270744,1.2926000393920216,-1.4290761096176623,0.2300836741924286,-0.9615523219108582,-0.14992856979370117,0.13466405868530273,-1.889294147491455,-1.5380438566207886,0.14644218981266022,0.12649989128112793,0.10757018625736237 +316,1.046514315443824,1.136025303712887,-1.540097264642393,0.3646284341812134,-0.906966507434845,-0.21085062623023987,-0.9868718981742859,0.9791152477264404,-1.1619303226470947,-0.3967634439468384,0.40606623888015747,0.21951764822006226 +317,1.3794636405161873,1.0262040634260476,-1.6988153415208203,0.5086156129837036,-0.8553385734558105,-0.0985199511051178,1.5734844207763672,2.9653947353363037,-1.1378463506698608,-0.6900578737258911,-0.20127153396606445,-0.4230407476425171 +318,1.375503998489943,1.0872781702860885,-1.5727539647214932,0.45605963468551636,-0.885364830493927,-0.09021477401256561,-0.9979490637779236,-0.34185701608657837,1.5851359367370605,0.37601739168167114,-0.636424720287323,-0.4918927550315857 +319,0.9021825015184242,1.3134608032026036,-1.1943501924973747,0.1997053623199463,-0.967071533203125,-0.15776731073856354,-0.3965315520763397,-1.2179858684539795,2.6143181324005127,0.3912522792816162,-0.4056702256202698,0.23462581634521484 +320,0.4290347027720605,1.2871365067612852,-0.7378421085774125,0.11642450839281082,-0.9600375890731812,-0.25450584292411804,-1.8290530443191528,0.8287827968597412,-0.229573056101799,-0.023162782192230225,0.20092809200286865,-0.06814128160476685 +321,0.4436107737990675,1.216118430880204,-0.7383949855156082,0.14905734360218048,-0.9377583861351013,-0.3136734366416931,-0.03990418463945389,-0.41941094398498535,-0.5387610197067261,0.011419340968132019,0.7364950180053711,0.4832291305065155 +322,0.7777383332849104,1.1455020821356003,-0.8796319727863654,0.28950104117393494,-0.910917341709137,-0.29397040605545044,-0.39882561564445496,3.777630090713501,-0.9773823022842407,-0.4441031217575073,-0.8672045469284058,-2.2022454738616943 +323,0.6968243724177934,1.1845715034676987,-0.914285103948985,0.241756871342659,-0.926337718963623,-0.28888073563575745,1.252968192100525,-2.1803910732269287,0.0844840332865715,0.6129947304725647,-0.27028703689575195,0.6170210242271423 +324,0.9717057659359913,1.2222495146352632,-1.4115000186085203,0.2820540964603424,-0.9398699998855591,-0.1925872564315796,0.5856865048408508,-2.08298921585083,-1.5537885427474976,0.4250686764717102,-0.43244439363479614,0.007604971528053284 +325,1.08856388023723,1.092525233511604,-1.6958305807656509,0.40775924921035767,-0.8877919912338257,-0.21344226598739624,-0.13995423913002014,-0.9415952563285828,-1.3910280466079712,-0.41091784834861755,0.19238799810409546,0.013048604130744934 +326,1.1336150837456944,1.0207112997016947,-1.7570140190153392,0.4735935628414154,-0.8524800539016724,-0.2213299721479416,0.6285390853881836,1.0763461589813232,-0.3467998504638672,-0.8797215223312378,0.37890827655792236,0.3519604802131653 +327,1.219905172814858,0.9763913927520619,-1.614060200008099,0.5258922576904297,-0.828481912612915,-0.19249692559242249,-1.2872951030731201,0.02528449147939682,0.3913193345069885,0.3944416046142578,-0.7091310024261475,-1.1568834781646729 +328,1.038634025557993,1.1372679669892385,-1.5148139051905278,0.36198392510414124,-0.9074892401695251,-0.21314530074596405,1.0989795923233032,-0.031227393075823784,2.67507004737854,0.23587065935134888,-0.6441617012023926,0.06161029636859894 +329,0.5882739012071434,1.3228071600452835,-1.1542929619858435,0.13620921969413757,-0.9694079756736755,-0.20419378578662872,0.15043435990810394,-0.20715847611427307,0.776967465877533,-0.025796622037887573,0.2821063995361328,0.2667395770549774 +330,0.6567970516987619,1.1956205617156075,-0.9717060674650383,0.22373993694782257,-0.9304432272911072,-0.29019996523857117,-0.4611373245716095,0.10851211845874786,-0.3317403793334961,0.17497225105762482,0.7482989430427551,0.577446699142456 +331,0.7113192693619086,1.1674073817523327,-1.0740463872430475,0.2562616765499115,-0.9197359681129456,-0.29734763503074646,-1.8247566223144531,6.178084373474121,-0.8240670561790466,-0.2993524968624115,0.5583926439285278,0.37773096561431885 +332,0.9037627479219843,1.0754895699744735,-1.0462643071453013,0.3734256625175476,-0.8798229694366455,-0.2940492331981659,0.8628066182136536,-0.76401686668396,0.4792231023311615,-0.04589575529098511,-0.259749174118042,0.485409677028656 +333,0.6973029013110162,1.1804941234422754,-1.0644666519763228,0.24431836605072021,-0.9247941374778748,-0.29165786504745483,1.7097276449203491,-2.980736494064331,0.10687509179115295,0.5468498468399048,-0.19381242990493774,0.44702279567718506 +334,0.6732428008162629,1.185534874931937,-1.3301982014510825,0.2343215048313141,-0.926700234413147,-0.2938031256198883,-0.12460019439458847,-2.0392775535583496,-1.3041090965270996,0.1491929292678833,0.05745267868041992,0.1242627203464508 +335,0.7135540092376967,1.0458963945269921,-1.5094187077386294,0.3279997408390045,-0.8653740882873535,-0.378871887922287,-0.684472382068634,0.4585476517677307,-1.4782240390777588,-0.411755234003067,0.4173150062561035,0.4763450622558594 +336,1.1045864148736684,0.9557468901165492,-1.7313939472480038,0.51542067527771,-0.8167449235916138,-0.2593632936477661,-0.3051973879337311,3.2653560638427734,-0.29152950644493103,-0.5121553540229797,-0.44779670238494873,-0.5693720579147339 +337,1.0031348429728182,0.9690509604439385,-1.5551830379594838,0.47729822993278503,-0.8243488669395447,-0.3043607771396637,-0.40331801772117615,-1.7920122146606445,1.7524369955062866,0.24212315678596497,-0.7128520607948303,-0.6129671335220337 +338,0.6296966927903903,1.1931898797032672,-1.3166616221695984,0.21712537109851837,-0.9295498132705688,-0.29798296093940735,1.1131211519241333,-0.42743974924087524,2.137446165084839,0.20722155272960663,-0.29280126094818115,0.32021498680114746 +339,0.5312406362842453,1.2769878460258828,-1.1255296190960735,0.14671213924884796,-0.9571478962898254,-0.24968676269054413,-0.9406163692474365,3.002026319503784,-0.009182625450193882,-0.06677134335041046,0.29006415605545044,-0.07178544998168945 +340,0.6235896960382897,1.1651695249439507,-1.0267874384257956,0.23042482137680054,-0.9188552498817444,-0.32032713294029236,-0.4247916638851166,0.6179693341255188,-0.710408091545105,0.08798031508922577,0.7665267586708069,0.5345452427864075 +341,0.9166284118074038,0.9985587748010921,-1.028470324145654,0.4297211766242981,-0.8406913876533508,-0.32951104640960693,-0.2747783362865448,-0.27616387605667114,-0.537227213382721,-0.19023451209068298,-1.0345983505249023,-2.152101993560791 +342,0.7888237489165486,1.1028012949050496,-1.0414387841346104,0.3200652301311493,-0.8924745321273804,-0.31787988543510437,1.0990391969680786,-3.00431752204895,1.6824787855148315,0.3990204632282257,-0.28941023349761963,0.4248897433280945 +343,0.5936846636064544,1.188118870552701,-1.2737397168908227,0.20889027416706085,-0.9276682138442993,-0.3095104694366455,0.23594215512275696,-2.6807286739349365,-1.669445276260376,0.23166151344776154,-0.25705480575561523,-0.14576604962348938 +344,0.5842495750673802,1.0547549433865735,-1.4753656376893707,0.27216899394989014,-0.8697793483734131,-0.411592036485672,-1.0697847604751587,-0.47656571865081787,-0.9207888841629028,-0.23946940898895264,0.3487679958343506,0.3062758445739746 +345,0.6994484353210703,0.9354705952485386,-1.5121533244781942,0.38205400109291077,-0.8048784136772156,-0.45409858226776123,0.18718990683555603,1.822198510169983,-0.8466429114341736,-0.6445357203483582,0.20470446348190308,0.42867743968963623 +346,0.9118629461270125,0.9071870192142057,-1.4847690985002966,0.4870094954967499,-0.7877741456031799,-0.37713879346847534,-0.41244208812713623,0.5181203484535217,0.23032303154468536,0.12271645665168762,-0.5396489500999451,-1.2417576313018799 +347,0.7853756525225906,1.036287969084224,-1.427907774452666,0.3602049648761749,-0.8605191707611084,-0.3602212071418762,1.442151427268982,-1.3304182291030884,2.213017702102661,0.04302382469177246,-0.39988744258880615,0.10680320858955383 +348,0.5268352834272733,1.221712460123019,-1.210144788986196,0.17197638750076294,-0.9396864771842957,-0.29565781354904175,0.6062708497047424,0.5475744009017944,0.8845826387405396,0.12132807075977325,0.14763319492340088,0.35864609479904175 +349,0.5834797813440515,1.1480467233401637,-1.039450778568883,0.22603033483028412,-0.9119642972946167,-0.34239068627357483,-0.9667487740516663,1.1554129123687744,-0.16239461302757263,0.05616569519042969,0.6148146986961365,0.5695940852165222 +350,0.6173889397307633,1.1276645545955326,-1.107350240205651,0.24821893870830536,-0.9034132957458496,-0.3496167063713074,0.7076420187950134,-1.6487599611282349,-0.22624549269676208,-0.010181814432144165,0.4999098777770996,0.3727948069572449 +351,0.789491890829813,1.1018951899069653,-1.0927411341444775,0.3208514451980591,-0.8920654058456421,-0.3182351887226105,0.4690091609954834,-3.7571463584899902,0.2750716209411621,0.19037902355194092,0.14008182287216187,0.7668130397796631 +352,0.6901167633696799,1.1556327812053322,-1.1772731184900493,0.2567770481109619,-0.9150503873825073,-0.3110441565513611,0.5992892980575562,-1.7477858066558838,0.331493616104126,0.4324930012226105,-0.12118929624557495,0.5649961829185486 +353,0.7619744100426387,1.1373544968177345,-1.394674656918344,0.2899453341960907,-0.9075255990028381,-0.3038569390773773,-0.14053504168987274,-1.107481837272644,-1.7034616470336914,0.2742178738117218,-0.043188512325286865,0.03461560606956482 +354,0.8698070263888524,0.9959411309268345,-1.5867219592068629,0.41550812125205994,-0.839271068572998,-0.350680947303772,-0.8327755928039551,-0.18579694628715515,-1.041122317314148,-0.5777090787887573,0.30939435958862305,0.22384992241859436 +355,1.0400707604777817,0.9520378326626143,-1.6250974497334327,0.5002360343933105,-0.8145992159843445,-0.29358455538749695,0.27896973490715027,2.488673210144043,0.11119137704372406,-0.4766460061073303,-0.08943819999694824,-0.06438663601875305 +356,1.0696984654657185,0.9483520949609978,-1.4990817751012768,0.5113434791564941,-0.8124558329582214,-0.28007757663726807,0.6598585844039917,-0.4483264088630676,1.078808069229126,-0.29639285802841187,-0.47019803524017334,-0.4413732588291168 +357,0.7546895397589694,1.1482640838752314,-1.2921918440456674,0.280924528837204,-0.9120534658432007,-0.2987305521965027,0.3620738685131073,-1.3251893520355225,2.159830093383789,0.5018665790557861,-0.4317117929458618,0.021890342235565186 +358,0.6724588406822863,1.1354091662965657,-0.9976179875103818,0.26272013783454895,-0.9067068099975586,-0.32994091510772705,-2.2591776847839355,1.1026843786239624,0.08522172272205353,-0.020380020141601562,0.1479330062866211,0.12590038776397705 +359,0.597482567001591,1.0378892356379452,-0.841403769834679,0.28580424189567566,-0.8613337874412537,-0.42002397775650024,-0.3126567602157593,0.15584881603717804,-0.5113346576690674,0.30042317509651184,0.6878108382225037,0.6684370636940002 +360,0.6113714865784996,1.0595051831000064,-0.902048892943218,0.2808558940887451,-0.8721134662628174,-0.40067189931869507,0.5171292424201965,5.455777168273926,-0.3315122127532959,-0.6765925884246826,-0.019686400890350342,-0.6857233047485352 +361,0.7270942064818879,1.0529895943555203,-0.9548107777758772,0.3290109634399414,-0.8689068555831909,-0.3698006868362427,0.358991414308548,-2.677297592163086,-0.17047517001628876,0.8269491195678711,-0.6750536561012268,-0.6207998991012573 +362,0.4917368854198318,1.2083659537420617,-1.212579342286627,0.16740243136882782,-0.9350379109382629,-0.31253883242607117,1.7722111940383911,-2.956313133239746,-1.5748497247695923,0.6746538281440735,-0.21599358320236206,0.3253256678581238 +363,0.7351912823060839,1.1190758894202253,-1.587445452110225,0.29278263449668884,-0.8996974229812622,-0.32376354932785034,-0.7507563829421997,-1.0363672971725464,-1.5211478471755981,-0.2875794470310211,0.20238608121871948,0.11670181155204773 +364,0.8104294637501821,0.984864048657083,-1.6144476262712,0.40067747235298157,-0.8331969380378723,-0.38110435009002686,-0.6599412560462952,2.0478439331054688,-0.3802999258041382,-0.8331420421600342,0.4169676899909973,0.5242928266525269 +365,1.0992247141716098,0.9515024765373415,-1.5858004596543984,0.5171062350273132,-0.8142885565757751,-0.26369553804397583,-2.623340368270874,2.108752965927124,-0.25608935952186584,0.439467191696167,-0.43340736627578735,-1.565573811531067 +366,1.1081669751976506,0.9686132920830537,-1.4866686458765241,0.5068995952606201,-0.8241010308265686,-0.2528049051761627,0.5686926245689392,-0.6320288181304932,1.7556997537612915,-0.05514782667160034,-0.7560533881187439,-0.08270531892776489 +367,0.8603795577607495,1.2072479008894714,-1.3374004211359636,0.26957160234451294,-0.9346409440040588,-0.2318999320268631,0.604638397693634,-1.3340156078338623,2.0517959594726562,0.21011894941329956,-0.20255088806152344,0.2422453761100769 +368,0.7630387250514978,1.2435462987116637,-1.1137431574626988,0.2221541404724121,-0.9469298720359802,-0.23231756687164307,-2.124133586883545,3.372325897216797,-0.1282384842634201,0.06811380386352539,0.2517089247703552,0.037142395973205566 +369,0.6209874665406796,1.1623347079046584,-0.9227876089610961,0.2311049997806549,-0.9177329540252686,-0.32304269075393677,-0.0178783368319273,-0.9657179117202759,-0.2041819542646408,0.0733688622713089,0.7505424618721008,0.625334620475769 +370,0.9428019253700433,1.1033807713711141,-1.035719067857732,0.36461323499679565,-0.8927357792854309,-0.2647264897823334,-0.4618305265903473,0.6827965974807739,-0.79520583152771,-0.07861775159835815,-1.2407023906707764,-2.7117748260498047 +371,0.8596428044556567,1.126628709863761,-1.1018183193262248,0.32554954290390015,-0.9029686450958252,-0.2804727852344513,1.4352729320526123,-0.6575075387954712,0.3611384332180023,0.5048794746398926,-0.09498661756515503,0.988556981086731 +372,1.2058981304990568,1.1981815364127189,-1.528406394150197,0.3400828242301941,-0.9313786029815674,-0.12991347908973694,1.583423137664795,-0.9937583208084106,-0.9775766730308533,0.4777882397174835,-0.10032916069030762,0.13639843463897705 +373,1.3331691744998233,1.083139472085376,-1.7723855153733208,0.4553903341293335,-0.8834331631660461,-0.11029700189828873,-0.28686314821243286,-0.9254928231239319,-1.2837830781936646,-0.2926096022129059,0.3197430372238159,-0.07953756302595139 +374,1.2891037743568683,1.0052497819138588,-1.7241034847295569,0.5147566199302673,-0.844295859336853,-0.14896424114704132,0.09045268595218658,1.2421623468399048,-0.05083858221769333,-0.9073041677474976,0.2546045780181885,0.09891538321971893 +375,1.4084890737786406,0.9907638526435993,-1.6022048378462947,0.5408480763435364,-0.8364448547363281,-0.08856262266635895,-0.8858219385147095,1.4552974700927734,-0.18366923928260803,0.5258632898330688,-0.6667289137840271,-0.8122247457504272 +376,1.332340338999391,1.0801699928916004,-1.5834783750006607,0.4578460454940796,-0.8820379376411438,-0.11129359900951385,0.1844763606786728,-1.8153823614120483,2.4104840755462646,-0.1999114751815796,-0.327343225479126,0.12867337465286255 +377,0.9801578612919782,1.2835576061375813,-1.3231191573629186,0.23530904948711395,-0.9590297937393188,-0.15777018666267395,0.15209819376468658,-0.7144260406494141,1.5236217975616455,0.034069597721099854,-0.07791167497634888,0.15967756509780884 +378,0.7607099697219314,1.225577252120805,-0.9487528251772117,0.23330692946910858,-0.9410013556480408,-0.2451208382844925,-1.0090335607528687,3.319257974624634,-0.5703006386756897,-0.02224735915660858,0.6242594718933105,0.6254766583442688 +379,0.7531389260077022,1.2217063764004075,-0.962122749902196,0.23393402993679047,-0.9396843910217285,-0.24953581392765045,1.0072426795959473,-0.6016184091567993,-0.039211906492710114,-0.11502228677272797,0.6894097328186035,0.5593350529670715 +380,0.8478393411360137,1.1294479842844452,-0.9628070967336329,0.3203061521053314,-0.9041765332221985,-0.28261032700538635,-0.9854951500892639,-1.8903883695602417,-0.41470199823379517,0.1788393259048462,-0.6339246034622192,-0.32310250401496887 +381,1.0506893446035988,1.236877883735642,-1.2320655130971183,0.2844080328941345,-0.9447653293609619,-0.16288158297538757,2.2729856967926025,0.39182063937187195,-0.005906438920646906,0.3298344910144806,-0.2428414225578308,0.45862746238708496 +382,1.4804748388538111,1.1960600500164718,-1.7506358359188325,0.36453473567962646,-0.9306041598320007,-0.03301514685153961,0.5017489790916443,-0.8255590796470642,-1.479610562324524,0.24281081557273865,0.03531014919281006,0.09337890148162842 +383,1.337022539419846,1.099184652430106,-1.7618737370215372,0.44196459650993347,-0.8908372521400452,-0.10524395853281021,-0.8501577973365784,-1.619560956954956,-0.4295715391635895,-0.47196340560913086,0.25292831659317017,-0.1236225888133049 +384,1.3144641481156296,1.0866434186029326,-1.7725934911696717,0.450250506401062,-0.8850695490837097,-0.11800974607467651,0.3486197590827942,0.3074430823326111,0.3383493721485138,-0.6547030210494995,0.143110990524292,-0.08081226795911789 +385,1.2224983313536435,1.0664943721588716,-1.5190583303359002,0.4541829824447632,-0.8755120038986206,-0.16491425037384033,-0.007573983632028103,0.6058760285377502,0.4008978605270386,0.016443848609924316,-0.32111281156539917,-0.16212737560272217 +386,1.0839427650377778,1.2115797848063181,-1.4360851980753928,0.3106953203678131,-0.9361725449562073,-0.16446758806705475,0.1258414089679718,-1.121561050415039,2.6305599212646484,0.12924611568450928,-0.4772948622703552,0.20662760734558105 +387,0.659344638892845,1.3042290347437935,-0.909759252550375,0.1613718718290329,-0.9646808505058289,-0.208206906914711,-2.3043737411499023,4.5389838218688965,-0.23399870097637177,-0.0635172575712204,-0.027918696403503418,-0.6907951235771179 +388,0.5571778004691558,1.209992081643022,-0.690717769530303,0.18667808175086975,-0.935613214969635,-0.2996317744255066,-0.492380827665329,-0.6888322234153748,0.06576792895793915,0.07533058524131775,0.75430828332901,0.5643870234489441 +389,0.7295616718376824,1.278292685030494,-0.9038543007769722,0.19219812750816345,-0.9575249552726746,-0.21495583653450012,0.7800852060317993,0.7350112795829773,-0.310980886220932,-0.03625330328941345,0.47502678632736206,0.08296728134155273 +390,0.7462046065247405,1.2252507860411712,-0.9213331120199811,0.22993558645248413,-0.9408907890319824,-0.24870480597019196,0.8609484434127808,-1.398172378540039,0.15515832602977753,0.32792574167251587,-0.22861909866333008,0.927614152431488 +391,1.2166855015639348,1.300968669591451,-1.4042753023223031,0.25002607703208923,-0.9638168215751648,-0.09243316948413849,1.4991272687911987,-0.8745691776275635,-0.6508858799934387,0.5659528970718384,-0.25999897718429565,0.2229873538017273 +392,1.411199382035529,1.1882096572828922,-1.7316022280494536,0.3685769736766815,-0.9277020692825317,-0.059328336268663406,0.205097496509552,-1.2063591480255127,-1.6682453155517578,-0.1282358169555664,0.247877299785614,-0.003431018441915512 +393,1.3574507444670818,1.065774029940647,-1.739771711771676,0.47285792231559753,-0.8751636743545532,-0.10244113206863403,0.7562671303749084,0.18627598881721497,-0.21338824927806854,-1.2434114217758179,0.28710508346557617,0.01992158591747284 +394,1.576263850819953,1.06905887812737,-1.7193582057602201,0.4809424877166748,-0.876748263835907,0.0026295906864106655,-0.3067067265510559,-0.3005887567996979,0.4593217372894287,0.5236351490020752,-0.6533268094062805,-0.6688436269760132 +395,1.279177315997712,1.263383473203035,-1.5973744546385225,0.2898182272911072,-0.9531196355819702,-0.08699671924114227,-0.5300906896591187,-1.3060312271118164,2.8810203075408936,0.2704234719276428,-0.6157432794570923,0.2091585397720337 +396,0.39629534287840307,1.3406955036841621,-0.8302766617551,0.08803805708885193,-0.97364342212677,-0.2103993445634842,-3.2970352172851562,1.5448095798492432,0.09176893532276154,0.45016995072364807,0.15906822681427002,-0.16496682167053223 +397,0.4767182633204386,1.22850954652869,-0.798139931409658,0.1540147364139557,-0.9419896006584167,-0.2982199788093567,-0.11369221657514572,-0.9104040861129761,-0.12229635566473007,0.1827009618282318,0.7078587412834167,0.5899527668952942 +398,0.6470713678040759,1.3051610919957408,-1.008408807481998,0.15826192498207092,-0.9649259448051453,-0.2094537764787674,-0.1857321858406067,1.0648130178451538,-0.9975757002830505,-0.2998329997062683,0.3885405659675598,-0.14712883532047272 +399,0.7740302933965353,1.2100174834804873,-1.0665219309688487,0.246757373213768,-0.9356221556663513,-0.25243234634399414,0.34121954441070557,-0.7577771544456482,0.939441442489624,-0.3752821683883667,-1.1422128677368164,-0.9818205833435059 +400,1.2809874171787745,1.3599122891828348,-1.5203263431281955,0.20059531927108765,-0.9778462648391724,-0.059818465262651443,1.8173753023147583,-0.0584561824798584,-0.329374760389328,0.36111122369766235,-0.24795329570770264,0.13072603940963745 +401,1.6291080187081228,1.2432149483378685,-1.9324461459677296,0.32120686769485474,-0.9468232989311218,0.018751375377178192,0.4405953288078308,-0.36226919293403625,-1.6086629629135132,-0.010843127965927124,0.15444976091384888,0.04806685447692871 +402,1.4502538602022894,1.1445149887360098,-1.812539172021522,0.41048774123191833,-0.9105096459388733,-0.04972226545214653,-0.48130887746810913,-0.7265960574150085,-0.09503892809152603,-0.7707476615905762,0.40072858333587646,-0.06026310846209526 +403,1.7916355937039297,1.0938109628221895,-1.9360793375394119,0.447953462600708,-0.8883829712867737,0.10056592524051666,-1.1981136798858643,4.778372287750244,-1.6055033206939697,0.24069100618362427,-0.3400411605834961,-1.00532066822052 +404,1.7859503534007144,1.1290749721912148,-1.7790582268593742,0.4176396131515503,-0.9040171504020691,0.09126953780651093,0.14272204041481018,0.17642559111118317,2.8412113189697266,-0.11458480358123779,-0.3503773808479309,0.09551334381103516 +405,1.5800471122264979,1.3988049227549102,-1.6118633740653188,0.17113806307315826,-0.9852458834648132,0.0015832065837457776,-0.9495842456817627,-2.834454298019409,1.734871745109558,-0.08874057233333588,-0.09001058340072632,0.24440371990203857 +406,0.2114654495103299,1.4131203825604968,-0.6169190236121078,0.032958004623651505,-0.9875949025154114,-0.15352515876293182,-3.1620688438415527,-1.6007580757141113,0.023729223757982254,0.2053079903125763,0.46672093868255615,0.2150944024324417 +407,0.479665807637505,1.3761449464790858,-0.7023498982725543,0.08926206082105637,-0.9811151623725891,-0.17159637808799744,0.04284019023180008,0.47335875034332275,-0.14259468019008636,0.012269921600818634,0.8039301633834839,0.5315664410591125 +408,0.6157804389056426,1.2763930403859796,-0.8479753078282483,0.16760031878948212,-0.9569754600524902,-0.23687149584293365,0.5733959674835205,0.5489798188209534,-1.028710126876831,-0.09158103168010712,-0.49730920791625977,-0.81117844581604 +409,0.6766023014053699,1.331741079086502,-0.9323702339215649,0.14826223254203796,-0.9715620875358582,-0.18462225794792175,0.7421773076057434,0.52408367395401,0.34380391240119934,0.35399606823921204,0.06029200553894043,0.8452057838439941 +410,1.3580313063232723,1.3522327731252148,-1.4876760958451605,0.21193836629390717,-0.9762099385261536,-0.0457860603928566,2.0627634525299072,0.6393177509307861,-1.0945998430252075,0.48648691177368164,-0.24862831830978394,0.04586237668991089 +411,1.7458122683700938,1.1999859432844446,-1.9028260965551258,0.35683542490005493,-0.9320340156555176,0.06309744715690613,0.06845307350158691,-0.40523087978363037,-1.6123497486114502,-0.17603406310081482,0.2997555136680603,-0.054064154624938965 +412,1.6282769793575491,1.1210009526405873,-1.7799245459126327,0.4340631663799286,-0.900536060333252,0.024977749213576317,-0.01859423890709877,0.15541069209575653,0.3124960958957672,-0.8362696170806885,0.32704979181289673,-0.09988319873809814 +413,1.8811525921203387,1.1023871841243462,-1.7970109047801397,0.4298984408378601,-0.8922876119613647,0.1378771811723709,-0.5987288355827332,3.160717010498047,-0.42980948090553284,0.8375270962715149,-0.9529424905776978,-0.9517199993133545 +414,2.0184262984382118,1.230678356462939,-1.8476105657223463,0.30073070526123047,-0.9427153468132019,0.14439143240451813,-1.8125020265579224,-0.4892107844352722,2.385169267654419,-0.14437389373779297,-0.5140412449836731,0.292238712310791 +415,1.4269097367518717,1.4359178977272349,-1.4402943239113581,0.13308151066303253,-0.9909176826477051,-0.019281895831227303,-0.5545678734779358,-3.006434679031372,1.6077325344085693,-0.04422956705093384,0.04687154293060303,0.17550140619277954 +416,0.3674468594476386,1.3732836278118041,-0.4705224173113251,0.07049285620450974,-0.9805576801300049,-0.18313217163085938,-0.06399661302566528,2.365365743637085,0.11659158021211624,0.10791290551424026,0.8762943744659424,0.6526451110839844 +417,0.410193826926264,1.3972827101476302,-0.556002194031576,0.06884804368019104,-0.9849842190742493,-0.15832170844078064,0.986911952495575,-1.5609350204467773,-0.43840673565864563,0.027984224259853363,0.5963124632835388,0.31286269426345825 +418,0.6204270843724938,1.2850378383200174,-0.7936622454108098,0.163883239030838,-0.9594480991363525,-0.22935041785240173,0.7634863257408142,-1.2742583751678467,-0.07439533621072769,0.1510123759508133,-0.051492393016815186,0.47060710191726685 +419,0.8734795383434464,1.3678191622572529,-1.0017255044007707,0.1545296311378479,-0.9794707894325256,-0.12945130467414856,1.2936079502105713,2.5428454875946045,0.08846845477819443,0.2379416823387146,-0.30003970861434937,0.564174234867096 +420,1.811490798892227,1.376202600599323,-1.8795159449582433,0.18779347836971283,-0.9811263084411621,0.04609445482492447,0.9425931572914124,-0.39889973402023315,-0.7050583958625793,0.16880439221858978,0.20800930261611938,0.16163873672485352 +421,1.7846549306629453,1.289009451729666,-1.8723727120118205,0.27173739671707153,-0.9605600833892822,0.05901584029197693,-0.46420446038246155,-0.23006057739257812,-0.8328858017921448,-0.23928198218345642,0.4537090063095093,-0.05050147324800491 +422,1.739873027753679,1.2528520024386391,-1.7868087917807634,0.30815649032592773,-0.949880063533783,0.052604302763938904,0.8717098832130432,0.5392715930938721,0.06912503391504288,-0.6426901817321777,0.17703777551651,-0.4487529993057251 +423,1.9700267745882238,1.187588498284452,-1.789342201254006,0.3444942831993103,-0.9274700284004211,0.14533744752407074,0.28216350078582764,0.9819929003715515,0.8125572204589844,-0.03321501612663269,-0.3738147020339966,-0.6482366323471069 +424,1.7359898684106352,1.3669220813781346,-1.6291951315227242,0.19970886409282684,-0.9792895317077637,0.03329401835799217,-0.8727647662162781,-0.21038812398910522,1.515893816947937,0.16367921233177185,-0.31337404251098633,0.3807380199432373 +425,0.95868278547357,1.463202721764127,-0.987632304886506,0.08788949251174927,-0.9942173957824707,-0.06170453503727913,-0.6008633375167847,-2.65553617477417,0.9452494382858276,0.03421134501695633,0.07455480098724365,0.11137186735868454 +426,0.1941278333521797,1.356067760903527,-0.17735081791663343,0.04110579565167427,-0.9770342707633972,-0.20907938480377197,-0.3746136724948883,-0.45574697852134705,0.46737900376319885,0.09797806292772293,0.7936695218086243,0.6293827295303345 +427,0.4815822026020507,1.4049875781210752,-0.5313916817649378,0.07644835114479065,-0.9862852096557617,-0.14627805352210999,2.0690653324127197,-1.7994914054870605,-1.4527770280838013,-0.005205065011978149,0.23749065399169922,-0.2897266149520874 +428,0.5399209813033311,1.303861769477385,-0.6207582853129069,0.13559864461421967,-0.9645839929580688,-0.22625331580638885,-0.045632027089595795,0.6262364387512207,-0.07210057973861694,0.24719858169555664,-0.1879122257232666,0.5237844586372375 +429,0.7810807668191616,1.3669927829704307,-0.8845713624709391,0.14249561727046967,-0.9793038368225098,-0.14373138546943665,2.22269868850708,2.399298667907715,-0.2241971790790558,0.15656134486198425,-0.2827962040901184,0.5811856985092163 +430,1.8045391845971674,1.2980992952341392,-1.874868667260924,0.2620059847831726,-0.963047981262207,0.0623822920024395,1.5197265148162842,-0.30379241704940796,-1.3734016418457031,0.2788418233394623,0.18698590993881226,0.030314810574054718 +431,1.9657549585628682,1.1517140178686553,-2.0244190982813115,0.3755945563316345,-0.91346275806427,0.15657158195972443,0.29682624340057373,0.11653784662485123,-1.0124740600585938,-0.498839795589447,0.3366957902908325,-0.2457592487335205 +432,2.089102358237294,1.1742051138269536,-2.0160410916905973,0.3355428874492645,-0.9223830699920654,0.191365048289299,-1.9952216148376465,5.343040466308594,-1.2092124223709106,-0.17314359545707703,-0.02799534797668457,-0.5018966197967529 +433,2.3815845588735964,1.1181714776082783,-1.9625996815312008,0.301286906003952,-0.8993023037910461,0.3169883191585541,-0.8295698165893555,-2.300037145614624,0.8422740697860718,0.015332967042922974,-0.5938770771026611,-0.34601056575775146 +434,1.680886828546595,1.411021803930448,-1.6147024448726264,0.1581317037343979,-0.9872632026672363,0.01747947372496128,-1.0205951929092407,-0.4696517288684845,1.6631381511688232,-0.022786274552345276,-0.4116777181625366,0.47460126876831055 +435,0.3990668670531686,1.4410629188800492,-0.47313597623535564,0.05026742070913315,-0.9915964007377625,-0.11920362710952759,-2.238987684249878,-1.5340057611465454,0.6544524431228638,0.17034414410591125,0.3905070424079895,0.3862324357032776 +436,0.13164193510221048,1.3150841112925558,-0.11452230412396315,0.0332006998360157,-0.967483401298523,-0.2507460415363312,0.25317615270614624,0.5710386037826538,-0.09567174315452576,0.1145806759595871,0.817794680595398,0.6327040791511536 +437,0.5911879592164261,1.3487041885053004,-0.4558567249754297,0.1227673664689064,-0.9754387736320496,-0.18288615345954895,-2.582798957824707,12.107351303100586,-1.9291495084762573,-0.2990521788597107,-0.8089239597320557,0.7808780670166016 +438,0.8268433745007217,1.3146399796486672,-0.7454714668960208,0.18642492592334747,-0.9673709869384766,-0.17157888412475586,0.6319330334663391,0.8440869450569153,-0.8689643740653992,-0.3419272303581238,-0.688390851020813,-0.6337189674377441 +439,1.460682871328249,1.375362383914109,-1.4247580104210371,0.19301581382751465,-0.9809634685516357,-0.021339956670999527,1.8614919185638428,1.7213666439056396,-0.2444603443145752,0.22162649035453796,-0.1564265489578247,0.44005638360977173 +440,1.988934134772378,1.3047693620859382,-1.8007341930411858,0.2402503937482834,-0.9648230075836182,0.10675305873155594,0.8934479355812073,1.4683088064193726,-0.9238130450248718,-0.11119157075881958,0.30468207597732544,0.13642621040344238 +441,2.1541608945564867,1.1566081287172107,-1.8274395017621994,0.33588773012161255,-0.9154433012008667,0.22168183326721191,0.7129698991775513,1.065512776374817,-0.742987334728241,-0.44076141715049744,0.29680633544921875,-0.3078634738922119 +442,1.9146185282966957,1.2007953158329616,-1.6157364929974498,0.3404521048069,-0.9323269724845886,0.12189655750989914,-4.634149551391602,-2.545522928237915,-2.7456119060516357,0.6432820558547974,-0.5254519581794739,-0.8773438930511475 +443,1.9048333281383216,1.2331720476222434,-1.6717803300732517,0.31293734908103943,-0.9435442686080933,0.10860233753919601,0.48597097396850586,0.4886695444583893,1.018572449684143,-0.16565951704978943,-0.7882825136184692,-0.04970347881317139 +444,1.5309879905208812,1.4162515660067179,-1.3094226842746886,0.15380841493606567,-0.988081693649292,-0.006126093212515116,-1.3615673780441284,-2.213540554046631,1.8169407844543457,-0.15809613466262817,-0.32508963346481323,0.4206158518791199 +445,0.5785796836172894,1.4189778143295153,-0.3419609554913319,0.0827011689543724,-0.9884976744651794,-0.126620814204216,-0.7240118384361267,1.4751445055007935,-0.007625436410307884,-0.032957524061203,0.5456724166870117,0.3978000283241272 +446,0.45691941597741,1.3486020376393977,-0.31452425325334354,0.09722421318292618,-0.9754162430763245,-0.19776380062103271,0.08141128718852997,-1.5016634464263916,-0.5949416160583496,0.054524436593055725,0.6924725770950317,0.5473731756210327 +447,0.7600997992567866,1.213263330517493,-0.4985999178563138,0.24112313985824585,-0.9367630481719971,-0.25364255905151367,-2.1732394695281982,-0.2912667393684387,-1.9640313386917114,0.30216604471206665,-0.7299849390983582,-5.436085224151611 +448,0.7167324794585592,1.2275756582467585,-0.6936137428803152,0.2210695594549179,-0.9416757225990295,-0.2537228465080261,1.9950835704803467,-0.8663678169250488,0.09332021325826645,0.2636564075946808,-0.140752375125885,1.0898128747940063 +449,1.445492422573335,1.3656918384947163,-1.3641903996116758,0.20207299292087555,-0.97903972864151,-0.02545389160513878,1.2841465473175049,1.026157259941101,-0.23425564169883728,0.17336952686309814,-0.07634967565536499,0.1739066243171692 +450,1.6782345560297949,1.288375187705125,-1.5057003269264446,0.2770750820636749,-0.9603835344314575,0.029883528128266335,0.25796282291412354,1.4225666522979736,-0.9033321142196655,-0.17772510647773743,0.4564162492752075,0.0856560468673706 +451,1.9044211448363795,1.2050815787373272,-1.6077650687140255,0.3378988802433014,-0.933868408203125,0.11710899323225021,0.5789639353752136,1.258603572845459,-0.12109564244747162,-0.4142995774745941,0.23187243938446045,-0.12864457070827484 +452,1.5591928105387414,1.2045013232625859,-1.2303904658065508,0.35813435912132263,-0.9336607456207275,-0.00415580440312624,-1.4245487451553345,4.234896659851074,-1.403601050376892,0.933918833732605,-0.7461029887199402,-0.6244757771492004 +453,1.477932587412521,1.2534323481147045,-1.077249180083842,0.3107186555862427,-0.9500613212585449,-0.028937727212905884,-1.3155183792114258,-1.9116648435592651,0.9493186473846436,0.13248810172080994,-0.7798885703086853,-0.37850242853164673 +454,0.9508459268521158,1.405162700190888,-0.8242742164196967,0.1341947764158249,-0.986314058303833,-0.09579280763864517,0.7255437970161438,-2.0291712284088135,1.7857050895690918,-0.11725753545761108,-0.12089413404464722,0.24314695596694946 +455,0.38832682730979995,1.3709207537321835,-0.144679038721117,0.07517824321985245,-0.9800912737846375,-0.18376478552818298,-2.5548763275146484,1.5877801179885864,0.14438624680042267,0.26111021637916565,0.3403664231300354,-0.05093063414096832 +456,0.3273060699425598,1.273461262188464,-0.02835741429984986,0.0941888839006424,-0.9561206102371216,-0.27741971611976624,0.396232545375824,0.05156721919775009,-0.21990768611431122,-0.010173983871936798,0.7193347811698914,0.5358730554580688 +457,0.9597889163386734,1.2747196731196093,-0.45943881289437555,0.23897995054721832,-0.9564885497093201,-0.16738620400428772,1.2266618013381958,-1.4800126552581787,-2.163052797317505,0.6279023289680481,-0.6796655654907227,-2.56738543510437 +458,0.9993614919808114,1.2578144308256505,-0.6273018292070076,0.25897979736328125,-0.9514197111129761,-0.16652265191078186,1.1934198141098022,-1.961625337600708,0.18378883600234985,0.19184106588363647,-0.12905502319335938,1.0323673486709595 +459,1.5819100845200034,1.38083099215091,-1.3797313899683785,0.188813716173172,-0.9820107817649841,0.0020985163282603025,1.617140531539917,0.1067599356174469,-0.6360092163085938,0.2589859664440155,-0.21000581979751587,0.29123640060424805 +460,1.9361804744614952,1.2690384775362709,-1.767245632304782,0.2775799334049225,-0.9548155069351196,0.10619163513183594,0.7888794541358948,0.05552847310900688,-1.008673906326294,-0.10573545098304749,0.4109923243522644,-0.009572982788085938 +461,2.083879862357711,1.1538176228815125,-1.8242188025696386,0.3528498411178589,-0.914316713809967,0.19880054891109467,0.5139516592025757,2.2602999210357666,-0.21508927643299103,-0.4537257254123688,0.2217509150505066,-0.16109612584114075 +462,2.207803774983581,1.1693387149266552,-1.6395475750750261,0.3141244351863861,-0.92049241065979,0.23242151737213135,-1.8823670148849487,1.0334441661834717,-3.059028148651123,0.9676138162612915,-0.7150362133979797,-1.4117428064346313 +463,2.1666687931742126,1.1222205790865913,-1.5686136688705759,0.35894128680229187,-0.9010657072067261,0.2433960884809494,0.10321049392223358,-3.438692092895508,2.2595088481903076,0.14369845390319824,-0.5409660935401917,-0.3362152576446533 +464,1.8531650427675082,1.4048333307999492,-1.659301394169313,0.15865957736968994,-0.9862596988677979,0.04603042080998421,-1.2397089004516602,-2.1312925815582275,2.6678214073181152,-0.20178093016147614,-0.4121319651603699,0.19092321395874023 +465,0.10362632964978752,1.4420498900306795,-0.01229463789331138,0.01328087318688631,-0.9917235970497131,-0.12770211696624756,-2.925261974334717,1.367125391960144,0.2777014374732971,-0.000722888857126236,0.5838104486465454,0.7270673513412476 +466,0.2659714197224987,1.2718201595036471,-0.04942499911772143,0.07741940021514893,-0.9556385278701782,-0.2841852605342865,0.8390784859657288,0.9890875220298767,-0.2914634644985199,0.10866153985261917,0.718089759349823,0.5633295178413391 +467,0.7643088130930249,1.2458154868017675,-0.3637375136571782,0.22096116840839386,-0.9476568698883057,-0.2304832488298416,1.493237853050232,-4.657541275024414,-0.8596711754798889,0.16810740530490875,-0.12529534101486206,-1.4151313304901123 +468,0.9230779279004779,1.2893311088450583,-0.6322895671779354,0.22150608897209167,-0.9606494903564453,-0.1675938218832016,1.6828254461288452,-1.747196912765503,0.6135345101356506,0.11534692347049713,-0.2988567352294922,1.1194370985031128 +469,1.7457744336716754,1.407259478814851,-1.6766887147940874,0.16032272577285767,-0.9866576194763184,0.028342820703983307,1.1499322652816772,-0.9285959005355835,-0.6933674216270447,0.24066297709941864,-0.08772891759872437,0.2485126256942749 +470,1.8690798806244542,1.3137864192079691,-1.715767909375233,0.2429649829864502,-0.967154324054718,0.07470117509365082,0.2557642161846161,2.8673012256622314,-0.8324925899505615,-0.11390618979930878,0.5167913436889648,0.07924472540616989 +471,2.2935738618031203,1.2099391126846826,-1.848683889184461,0.2647970914840698,-0.9355944991111755,0.23354946076869965,1.4554671049118042,2.169891595840454,0.13801632821559906,-0.3398398458957672,0.2951068878173828,-0.26940762996673584 +472,2.137589408749515,1.087002551758112,-1.594489313558302,0.3924054801464081,-0.8852366805076599,0.24974778294563293,-1.722631812095642,1.4771618843078613,-2.0445339679718018,1.4106950759887695,-1.2935047149658203,-0.29473066329956055 +473,1.9588890508941474,1.262690136815655,-1.5209438367760155,0.2807026207447052,-0.9529095888137817,0.11475884169340134,-1.3296982049942017,-2.5687594413757324,3.317190408706665,0.11584281921386719,-0.1858386993408203,-0.05320487916469574 +474,2.2677851050931377,1.4850627504734981,-2.077520774974237,0.0656571313738823,-0.9963271021842957,0.054965123534202576,0.6236289739608765,-3.1265275478363037,1.4846527576446533,-0.2422928810119629,0.01083838939666748,0.17046819627285004 +475,0.2775324330189784,1.365219514207082,-0.05801331779849688,0.055928751826286316,-0.978943407535553,-0.19632071256637573,-0.5314869284629822,-0.20851530134677887,-0.10186459124088287,0.014002270996570587,0.8194432854652405,0.7184001803398132 +476,0.41406700011038317,1.3572560706229064,-0.23426579739942022,0.08526328206062317,-0.9772867560386658,-0.1940116584300995,1.8076640367507935,-0.6910372972488403,-0.5065785646438599,0.057864151895046234,0.5347362756729126,0.44063952565193176 +477,0.8459045377118355,1.2692274815781714,-0.5431785697067023,0.22233986854553223,-0.9548717141151428,-0.19693976640701294,0.9109132289886475,-1.9985313415527344,-0.046721357852220535,0.035304829478263855,-0.43930870294570923,1.2421057224273682 +478,0.7921255221901906,1.3056694165282534,-0.6444613569653121,0.18652674555778503,-0.9650592803955078,-0.1840338110923767,1.5282292366027832,-2.6230874061584473,0.7872349619865417,0.041180163621902466,-0.20451170206069946,0.8454260230064392 +479,1.8435763488997057,1.3646367218789932,-1.7548603662585542,0.1971340775489807,-0.978824257850647,0.055148929357528687,1.5206353664398193,0.652738630771637,-0.6867053508758545,0.6181430816650391,-0.12435579299926758,0.323131799697876 +480,2.113549181196619,1.2568921259677652,-1.9742220772979582,0.2644008994102478,-0.9511352777481079,0.1594807654619217,0.7387534976005554,1.2186603546142578,-0.7392396330833435,-0.23400536179542542,0.40725094079971313,-0.07021687924861908 +481,2.3270030787298674,1.1677983767892606,-2.028206008807632,0.28528714179992676,-0.9198893904685974,0.2690992057323456,0.5860448479652405,1.716772198677063,0.3580772578716278,-0.45012789964675903,0.32919132709503174,-0.26145464181900024 +482,2.27627188681372,1.113267255440517,-1.7242576797091693,0.33629247546195984,-0.8971467018127441,0.2864176034927368,0.8046977519989014,3.7027928829193115,-1.088888168334961,0.8183553218841553,-0.6160826086997986,-0.4320627748966217 +483,2.292456434599001,1.2897121475657003,-1.9042019234218728,0.20824480056762695,-0.9607552289962769,0.1832573562860489,-2.6435739994049072,-3.514939785003662,3.3314921855926514,-0.11031392216682434,-0.023406028747558594,-0.07905508577823639 +484,2.4185155383748413,1.5106513072928032,-2.27623447013894,0.03977302834391594,-0.9981918334960938,0.04506721720099449,-1.0030308961868286,-0.5731300711631775,1.13568115234375,0.04663749039173126,0.13842016458511353,0.1502147912979126 +485,-0.04527600854797705,1.4077952043585322,0.19753376109033224,-0.007344912737607956,-0.9867447018623352,-0.16211439669132233,-1.1195100545883179,1.1479666233062744,0.47095373272895813,0.11742182075977325,0.8022201657295227,0.5117238163948059 +486,-0.08394734150449228,1.412469036835001,0.12491557660787271,-0.01322020310908556,-0.9874923825263977,-0.1571119874715805,1.0723059177398682,-0.8708473443984985,-0.7640597224235535,0.12314451485872269,0.6637618541717529,0.3463057279586792 +487,0.6116957753167139,1.3258010368590678,-0.49006409456954153,0.1392868161201477,-0.9701384902000427,-0.19857096672058105,0.40923529863357544,-1.5032228231430054,-0.46138280630111694,0.6412155032157898,-0.3652191162109375,0.41024091839790344 +488,0.8249529373363318,1.399386820815781,-0.8260152862701872,0.12528739869594574,-0.9853453040122986,-0.11574830859899521,1.7048958539962769,-1.3256100416183472,0.11972974240779877,0.0030695348978042603,-0.06381851434707642,0.7184705138206482 +489,1.8344426572487076,1.4012021915840724,-1.7656421995365952,0.1629500687122345,-0.9856533408164978,0.043985068798065186,1.2971464395523071,0.3080340027809143,-0.9908309578895569,0.3037094473838806,-0.07753324508666992,0.2332366704940796 +490,2.182255822248864,1.2623665557431039,-2.1068262742280677,0.2485608458518982,-0.9528114199638367,0.17426440119743347,1.1381714344024658,0.7712448835372925,-0.797095537185669,-0.2638043463230133,0.4036322236061096,-0.06369923055171967 +491,2.408511743150208,1.139702970090853,-2.2808794323751784,0.2796189785003662,-0.9085094332695007,0.3105217218399048,0.7976327538490295,0.7168909907341003,-0.1672588288784027,-0.4201219379901886,0.2086193561553955,-0.3479057848453522 +492,2.371390593634962,1.0710246903038902,-1.9599642579211398,0.33367523550987244,-0.8776920437812805,0.34397366642951965,-0.7932888269424438,-0.20905083417892456,0.4223020672798157,0.43504732847213745,-0.31028109788894653,-0.2792915999889374 +493,2.2581526709422213,1.316361331412847,-2.0684771703631153,0.19454430043697357,-0.9678056836128235,0.15970167517662048,-1.599744200706482,-2.4935879707336426,2.737851858139038,-0.13227319717407227,-0.24215519428253174,0.28356611728668213 +494,3.087921852302303,1.543285180313343,-3.0376886470817923,0.0014760427875444293,-0.999621570110321,0.027475371956825256,-0.6932069063186646,-2.015397548675537,1.2904335260391235,0.13019204139709473,0.1469298005104065,-0.19355201721191406 +495,-0.7024881558584475,1.4340416903990054,0.7325367440557732,-0.08808446675539017,-0.9906636476516724,-0.10405102372169495,-0.36534497141838074,0.7794099450111389,0.4529988467693329,0.18430641293525696,0.7923910021781921,0.41607803106307983 +496,-0.4462526667093675,1.4636317996584218,0.6063369280380163,-0.04616249352693558,-0.9942633509635925,-0.09648510068655014,0.9955894947052002,1.5781311988830566,-1.2882667779922485,0.023930437862873077,0.6246954798698425,0.21632766723632812 +497,-0.3869619471265862,1.3674179725311755,0.1741757188175917,-0.07622206956148148,-0.9793897867202759,-0.18704438209533691,1.8603172302246094,3.056636095046997,-0.2844158411026001,-0.19082197546958923,0.8845412731170654,1.437441110610962 +498,0.07675255413361663,1.4940139374955468,-0.10304911311101073,0.00588181521743536,-0.9970536828041077,-0.07648293673992157,1.2864370346069336,2.3919732570648193,-0.48521000146865845,0.08872267603874207,-0.3235030770301819,0.5293943285942078 +499,2.3739633639436426,1.4396359805864478,-2.2609091234399323,0.09082072973251343,-0.9914107918739319,0.09410703182220459,1.0923426151275635,0.5000373721122742,-1.7201694250106812,0.13635212182998657,0.11860811710357666,0.1719146966934204 +500,2.370880442274313,1.2394475300320065,-2.1666567215255594,0.2266319841146469,-0.9456044435501099,0.23338830471038818,1.2294362783432007,1.7625502347946167,-0.971308171749115,-0.2116020917892456,0.5460988879203796,-0.13306178152561188 +501,2.7140156174581884,1.1259665702939414,-2.345696577841927,0.1784331351518631,-0.9026839137077332,0.3915654718875885,0.3797645568847656,1.6388440132141113,-0.8727511763572693,-0.2198454737663269,-0.07995158433914185,-0.7349950075149536 +502,2.485003064242507,1.231901260457697,-2.0903435862305733,0.20293070375919342,-0.9431225657463074,0.26332247257232666,-2.2941091060638428,-3.518624782562256,2.992759943008423,0.073253333568573,-1.1534197330474854,0.16900476813316345 +503,2.7912684648127675,1.506282124692019,-2.436561472787286,0.02212654985487461,-0.9979196786880493,0.060554999858140945,-1.2616628408432007,0.3113158047199249,0.6289405226707458,-0.28134283423423767,0.054651737213134766,0.44884443283081055 +504,-0.3445119459407224,1.5184910020407276,0.6225614718314388,-0.017656944692134857,-0.9986323714256287,-0.049208153039216995,-1.3603874444961548,0.4468804597854614,-0.15498961508274078,0.17422737181186676,0.6634274125099182,0.5148453712463379 +505,0.25008073572130046,1.5153776955737073,-0.0955316189165348,0.013708703219890594,-0.9984647631645203,-0.05366955325007439,1.4571549892425537,-1.3615827560424805,-0.6666368246078491,0.0854581668972969,0.7643643021583557,0.3909498453140259 +506,0.6900299288557137,1.4198258247168085,-0.5277842839259086,0.09573772549629211,-0.9886255860328674,-0.11599139869213104,-0.8162046670913696,-0.2487938553094864,-0.08753769099712372,0.4683492183685303,-0.5986395478248596,0.7660310864448547 +507,2.361332946872132,1.4999236491644858,-2.123583872455115,0.049813318997621536,-0.9974895715713501,0.05032789707183838,2.4282310009002686,1.9868028163909912,0.28512388467788696,0.04498952627182007,-0.12995165586471558,0.3391374349594116 +508,2.6102310750265083,1.3070279084521714,-2.371716094089821,0.13210879266262054,-0.9654143452644348,0.22477133572101593,1.3866981267929077,-0.02792767435312271,-1.5706247091293335,0.10238824784755707,0.33916330337524414,0.0790310651063919 +509,2.5331862120402238,1.134763986507452,-2.240509866851976,0.2413966953754425,-0.9064345359802246,0.3465607166290283,1.2177881002426147,0.6123249530792236,-0.6337365508079529,-0.2620723247528076,0.40080392360687256,-0.42666932940483093 +510,2.705521152441478,1.0767169326268275,-2.3257823510208286,0.2003026008605957,-0.8804056644439697,0.4298429787158966,-1.5314033031463623,1.8562157154083252,-2.4233243465423584,0.16300919651985168,-0.7508810758590698,-0.8097409605979919 +511,2.4495654752046243,1.2018310619598527,-2.0226645783046675,0.23013092577457428,-0.932701051235199,0.27768442034721375,-2.3272695541381836,-1.9782787561416626,2.544973611831665,-0.13187956809997559,-0.4623032212257385,0.17325866222381592 +512,3.0858345581584974,1.4486103730332798,-2.777015846446557,0.006792382337152958,-0.9925445914268494,0.12169249355792999,-1.3286938667297363,-0.9524617195129395,2.321284055709839,-0.2868521809577942,-0.007241785526275635,0.22109615802764893 +513,-1.075550975404538,1.4203078721791969,1.1669024769860128,-0.1319083273410797,-0.9886979460716248,-0.0712495893239975,-1.1940287351608276,1.8508342504501343,0.7058134078979492,0.1971854418516159,0.809269905090332,0.7515321969985962 +514,-0.8818530428748249,1.4490900393502666,1.0785377505838294,-0.0937153697013855,-0.9926029443740845,-0.07718033343553543,0.9401673674583435,-0.19552592933177948,-0.7479727268218994,0.138225257396698,0.829654335975647,0.38336318731307983 +515,0.06669761391162748,1.423202943458383,0.12906010583444671,0.00980114471167326,-0.9891278743743896,-0.14673098921775818,-0.3581760823726654,-1.8349441289901733,-1.4564265012741089,-0.18330883979797363,-0.25908684730529785,0.1726861596107483 +516,0.33032346422671593,1.4519216301140403,-0.18324721533523283,0.03846636414527893,-0.9929426908493042,-0.11218401044607162,1.7905892133712769,0.7779855728149414,0.038458146154880524,0.20594891905784607,-0.1686326265335083,0.8285078406333923 +517,2.655155433195219,1.3976542305994304,-2.359140110723546,0.08053631335496902,-0.9850482940673828,0.15229426324367523,1.9115104675292969,-0.33568069338798523,-1.187552571296692,0.09008745849132538,-0.16737163066864014,0.21414552628993988 +518,2.4603069973491634,1.2190786627894126,-2.1398497979338766,0.21697016060352325,-0.9387823343276978,0.26760339736938477,0.7788131237030029,1.2210224866867065,-1.475035309791565,-0.059972479939460754,0.5459906458854675,-0.15499356389045715 +519,2.6401464067140337,1.104115635634777,-2.1864459685903905,0.21627604961395264,-0.8930666446685791,0.3945333957672119,1.3958977460861206,0.7918692827224731,1.3849666118621826,-0.39584147930145264,0.1032717227935791,-0.5208609104156494 +520,2.5350463138757933,1.1873057471588806,-2.021778742885262,0.21328364312648773,-0.9273642301559448,0.30741792917251587,-0.5968669652938843,0.7311959862709045,0.4716421067714691,0.49350348114967346,-0.13121432065963745,-0.2378987967967987 +521,2.4444899602475476,1.332539844466389,-2.168468870128396,0.1515176147222519,-0.9717509150505066,0.18094947934150696,-1.5437391996383667,-3.246476173400879,2.3415300846099854,0.023866906762123108,-0.1470845341682434,0.33984827995300293 +522,-2.700644046325847,1.485366285628837,2.89153594656878,-0.036416806280612946,-0.9963530898094177,0.07716407626867294,-1.6740750074386597,-0.7959462404251099,1.0232895612716675,-0.09367962926626205,0.21928399801254272,0.024108409881591797 +523,-0.5340353650933006,1.3936719341598178,0.6676936996580639,-0.08968734741210938,-0.9843544363975525,-0.15166527032852173,-0.14646534621715546,1.2366766929626465,-0.4829813838005066,0.2581291198730469,0.6552072167396545,0.42760521173477173 +524,-0.5855556645130832,1.4538870780466007,0.6928085398911199,-0.06446438282728195,-0.9931738972663879,-0.09721112251281738,2.000497817993164,-0.30672216415405273,-0.6016079187393188,-0.023868747055530548,0.6064093708992004,0.3835728168487549 +525,0.20982858250823141,1.4187052522616492,-0.15143264752893873,0.03155754506587982,-0.9884564280509949,-0.14818306267261505,0.47929757833480835,-1.9373607635498047,-0.43385711312294006,0.33309701085090637,-0.21514171361923218,0.6039935946464539 +526,0.5469844226534892,1.5138923178756194,-0.4561705108659721,0.02957928366959095,-0.9983813762664795,-0.048573147505521774,2.6942331790924072,1.73319411277771,0.32589438557624817,-0.0964280366897583,-0.08679300546646118,0.6364485025405884 +527,2.6850858352776155,1.3445122425741838,-2.4683867287222823,0.09890025854110718,-0.9745067954063416,0.20138287544250488,1.015558123588562,0.9760168194770813,-1.7587881088256836,0.09757190197706223,0.0773358941078186,0.20991776883602142 +528,2.4118164413359664,1.1915803537193248,-2.04871968699614,0.24680818617343903,-0.9289551377296448,0.27591297030448914,0.6147410273551941,0.7659108638763428,-1.7345502376556396,-0.09322848916053772,0.44392406940460205,-0.3195684254169464 +529,2.5859375387649006,1.1101580663602548,-2.1375735314785826,0.23448415100574493,-0.895768940448761,0.37764400243759155,0.6912548542022705,1.3928797245025635,1.749534010887146,-0.319277286529541,0.03080928325653076,-0.4979901611804962 +530,2.5021948298222996,1.1167688499998083,-1.9142976720705982,0.26171109080314636,-0.898688018321991,0.35194751620292664,0.11660176515579224,0.8006587028503418,0.10364898294210434,0.24443817138671875,-0.19132357835769653,-0.03425958752632141 +531,2.4228009704577427,1.3300235155148739,-2.0370487634151706,0.15701544284820557,-0.971153974533081,0.1794600933790207,-1.7577295303344727,-2.5089285373687744,2.6055755615234375,0.07389579713344574,-0.1539679765701294,0.1516251415014267 +532,-2.8922383314017894,1.5485829225993015,-3.037113207721992,-0.00548153929412365,-0.9997532963752747,0.021525418385863304,-3.7233521938323975,-0.6975228190422058,0.6142763495445251,0.012866795063018799,0.15554553270339966,-0.24520397186279297 +533,0.022558522837389735,1.3888850982740029,0.4317165863392449,0.004080692771822214,-0.9834997057914734,-0.1808629333972931,-0.8244485259056091,-0.6251009106636047,-0.2868019640445709,0.059716299176216125,0.6379646062850952,0.5856022834777832 +534,0.139582826894716,1.324943226577354,0.2227235765046456,0.03386196866631508,-0.9699300527572632,-0.24101650714874268,-1.5107606649398804,-0.46058088541030884,-0.9247152209281921,0.11327853798866272,-0.14098602533340454,-0.7911185026168823 +535,0.29091395457441227,1.2402573576098874,-0.03380133404746671,0.0930907279253006,-0.9458675384521484,-0.3109155595302582,0.5200905799865723,-1.8272958993911743,-0.1959373503923416,-0.2853667438030243,-0.5890597105026245,0.4282403886318207 +536,1.498328537437532,1.4687597439849511,-1.202595561218755,0.10159369558095932,-0.9947987794876099,-0.007375185377895832,4.3112874031066895,2.3779804706573486,0.26535898447036743,0.08979731798171997,-0.8059673309326172,0.6405691504478455 +537,2.5963541510432115,1.2574985340097826,-2.294523463815708,0.1598382592201233,-0.9513223767280579,0.2635103762149811,1.4623550176620483,-0.936619758605957,-1.7951157093048096,0.1738104373216629,0.1361519694328308,-0.049582093954086304 +538,2.3635890573196567,1.0527534657838296,-2.0134643776860157,0.34754693508148193,-0.8687899708747864,0.35272523760795593,0.7107265591621399,1.1938810348510742,-1.6958577632904053,-0.27456414699554443,0.3976595997810364,-0.3596222400665283 +539,2.552982292893781,0.986378640964121,-1.986472194212619,0.3063148260116577,-0.8340334892272949,0.45886775851249695,-1.2026233673095703,3.6030240058898926,-1.5913437604904175,-0.10187754034996033,-0.09890425205230713,-0.8592125773429871 +540,2.4304513706226794,1.0004752969721964,-1.7838545981633211,0.3523935377597809,-0.8417276740074158,0.40903931856155396,0.22423295676708221,-1.5555412769317627,0.18797414004802704,0.6050496697425842,-0.664207935333252,0.3633147180080414 +541,2.3726221081859986,1.2325503658194026,-2.0219022616668774,0.23075567185878754,-0.94333815574646,0.23846453428268433,-1.5728352069854736,-1.2568597793579102,3.6800928115844727,-0.09664614498615265,-0.2960265874862671,0.16876211762428284 +542,2.7202877448736302,1.483575890369487,-2.4550252525509992,0.03562353923916817,-0.9961987137794495,0.0794922336935997,-3.295971393585205,-2.6157140731811523,0.7134657502174377,0.08624841272830963,-0.015504717826843262,-0.4358459711074829 +543,-0.27714302610482194,1.4105977790664952,0.4075976492645653,-0.04364457353949547,-0.987195611000061,-0.1534276008605957,-0.7370606064796448,0.38209429383277893,0.1101391389966011,0.14067521691322327,0.6892066597938538,0.3727879524230957 +544,-0.09218796991131384,1.4101837423293744,0.2435046097421488,-0.01472212839871645,-0.9871295094490051,-0.15924419462680817,-0.8085380792617798,-0.11175333708524704,-1.1569929122924805,0.07838179171085358,0.14096862077713013,-0.3055537939071655 +545,0.045714496983625535,1.3108494006944125,-0.034684084803551105,0.011745872907340527,-0.966403603553772,-0.25676077604293823,0.2516476511955261,-1.335667610168457,0.1397642195224762,-0.3992885947227478,-0.6030238270759583,-0.023222744464874268 +546,0.76637272800071,1.4913367865585232,-0.6777686234567611,0.055049773305654526,-0.9968447685241699,-0.057185351848602295,3.104323387145996,3.2817611694335938,-1.152540683746338,0.14569485187530518,-0.3430752754211426,0.8122817873954773 +547,2.520660164374471,1.2707993397805433,-2.2840019537670657,0.17193032801151276,-0.955337405204773,0.24035519361495972,1.811671495437622,-1.481533169746399,-1.793698787689209,0.23503683507442474,0.054488956928253174,-0.06396353244781494 +548,2.363578919211544,1.050330059094657,-2.1336291595315937,0.3490268588066101,-0.8675873875617981,0.35422003269195557,0.6746768355369568,1.6422966718673706,-0.9466558694839478,-0.15539291501045227,0.5533633828163147,-0.3492457866668701 +549,2.5864566695513855,1.026671646062139,-2.149107702947588,0.2728424370288849,-0.855580747127533,0.43993064761161804,0.041244860738515854,2.654771566390991,1.273030400276184,-0.3064880073070526,-0.008448302745819092,-0.46251362562179565 +550,2.4191909511432357,1.0084348193202726,-1.9298501622234356,0.3525358736515045,-0.8459983468055725,0.40000617504119873,0.3744337856769562,-1.3179343938827515,1.224581241607666,0.2042420208454132,-0.35112982988357544,-0.258419930934906 +551,2.229870333515859,1.299710327318414,-1.9416209818981247,0.2116943597793579,-0.9634806513786316,0.16398315131664276,-2.7228541374206543,-0.23721282184123993,2.6971707344055176,0.058065757155418396,-0.27057385444641113,0.5873291492462158 +552,1.5689769328737002,1.4833512647791645,-1.260153679424064,0.08733496814966202,-0.9961791038513184,-0.00015889688802417368,-3.595388174057007,-4.677454948425293,0.3556356728076935,0.2698580324649811,-0.04550802707672119,-0.8444303274154663 +553,0.37840917419325343,1.4058012104747541,-0.07394015980901661,0.060679905116558075,-0.986419141292572,-0.15262724459171295,-0.1721067875623703,0.35086217522621155,-0.06064489856362343,-0.04714536294341087,0.7943568825721741,0.5175716876983643 +554,0.756421099711815,1.4516564331899653,-0.5231900458449453,0.08157532662153244,-0.9929112195968628,-0.08644543588161469,1.5626848936080933,-0.26924464106559753,-1.0445709228515625,0.02932555228471756,0.4561833143234253,0.2346082329750061 +555,0.8731317469558099,1.321985859889232,-0.63283954162139,0.1887131929397583,-0.9692060351371765,-0.1581990122795105,0.2899797558784485,-1.3061254024505615,0.20311421155929565,0.2323836088180542,-0.3929612636566162,-0.1831400841474533 +556,1.4390238724755595,1.4029084338395117,-1.2522736064988942,0.16565169394016266,-0.9859399199485779,-0.02195555530488491,2.775242328643799,2.258080244064331,0.5114933252334595,0.05523453652858734,-0.5183325409889221,0.761320173740387 +557,2.417041433311016,1.2977464639985847,-2.1821233687989348,0.17873665690422058,-0.9629529118537903,0.2019275426864624,0.900443434715271,-0.17873069643974304,-1.268271565437317,0.13232898712158203,0.24899423122406006,0.2140422910451889 +558,2.2976197465267743,1.1464229942297572,-1.9375168756357508,0.3076963424682617,-0.9112969636917114,0.27360761165618896,0.5265659689903259,1.588969349861145,-1.6653631925582886,-0.16760537028312683,0.5178794860839844,-0.2530082166194916 +559,2.547954357109931,1.0216492822058973,-2.0564926515538375,0.29197418689727783,-0.8529700636863708,0.43265822529792786,1.6115107536315918,1.1417909860610962,0.8364821076393127,-0.30518829822540283,-0.00977712869644165,-0.59070885181427 +560,2.424538270830051,0.9856765526186174,-1.844215130206833,0.3629527986049652,-0.8336459398269653,0.4162924289703369,-0.7628178000450134,-0.04563756287097931,0.9179032444953918,0.2443011999130249,-0.26477307081222534,-0.2317832112312317 +561,2.164640546945167,1.2411495949607898,-1.8058930033367697,0.26828810572624207,-0.9461567401885986,0.18113140761852264,-2.406829833984375,-1.718265414237976,2.9121360778808594,0.00980326533317566,-0.19719940423965454,0.3753107488155365 +562,1.9554795653536525,1.468206823057657,-1.5522835760172347,0.09492463618516922,-0.9947423338890076,0.038430552929639816,-0.9739084243774414,-0.028907880187034607,0.7336992025375366,-0.12217685580253601,0.40705013275146484,0.12097799777984619 +563,0.7418106320794733,1.4244360154887008,-0.36621292146204704,0.09853164851665497,-0.9893084168434143,-0.10751856118440628,-0.32148298621177673,0.3105050027370453,-0.172876238822937,-0.11192887276411057,0.7729846239089966,0.3828634023666382 +564,1.2139663151946332,1.4508871778205281,-0.9208571119251134,0.112087681889534,-0.9928194880485535,-0.041784949600696564,1.99818754196167,-0.7456914782524109,-0.836408257484436,0.010531961917877197,0.4989534616470337,0.17368191480636597 +565,1.0913692611684478,1.2915089738329373,-0.7389724641987264,0.24459151923656464,-0.9612521529197693,-0.12715893983840942,-0.5119701623916626,-0.05773007124662399,0.09801994264125824,-0.24674300849437714,-0.3405209183692932,0.2851484417915344 +566,1.566925396346425,1.3858246855354543,-1.2766806642487525,0.18391725420951843,-0.9829414486885071,-0.000711934466380626,2.736954689025879,1.362898349761963,0.7903567552566528,0.08424070477485657,-0.4165641665458679,0.6347756385803223 +567,2.3118215088079688,1.2720591069882887,-2.0099105954512626,0.21713784337043762,-0.955708920955658,0.19867487251758575,1.0355783700942993,0.024737820029258728,-1.3425025939941406,0.15952536463737488,0.29121917486190796,0.08979249000549316 +568,2.331029953970728,1.129263578795505,-1.9356065870746972,0.3096723258495331,-0.9040977358818054,0.2944662570953369,0.5605188012123108,1.6493710279464722,-1.1120952367782593,-0.2546948790550232,0.4978782534599304,-0.18887543678283691 +569,2.5881880572818083,1.0571069173684684,-2.0851221547752825,0.2582700252532959,-0.8709374666213989,0.41804835200309753,1.0164082050323486,-0.49364563822746277,0.674754798412323,-0.2141111195087433,-0.1053503155708313,-0.7118563652038574 +570,2.395052171678778,1.0557008774127061,-1.9275866942460014,0.33453842997550964,-0.8702456951141357,0.3616024851799011,-0.8035146594047546,-1.0600595474243164,0.8761890530586243,0.27849864959716797,-0.7140742540359497,-0.26719632744789124 +571,2.080887627654344,1.324565149321878,-1.7840920477002675,0.21272175014019012,-0.9698379635810852,0.11901326477527618,-1.864061951637268,0.4950686991214752,1.9854103326797485,0.08616743981838226,-0.15586405992507935,0.5109306573867798 +572,1.4450395959314335,1.4791691764760833,-1.096528374302196,0.09077520668506622,-0.9958051443099976,-0.011476155370473862,-1.9997661113739014,-2.707721710205078,0.3649527430534363,0.06536797434091568,0.2823653221130371,-0.6226333975791931 +573,0.5546958818614435,1.411487696673126,-0.21059963243951993,0.08355063945055008,-0.9873371720314026,-0.13484935462474823,-0.1635369211435318,-0.09712330251932144,-0.11809392273426056,-0.02655906230211258,0.7132284045219421,0.4617994427680969 +574,1.0890347026006664,1.4444199181076858,-0.8539200449384825,0.11169324815273285,-0.9920251369476318,-0.05839903652667999,0.9707245230674744,1.517935872077942,-1.360048532485962,-0.002409830689430237,0.26651567220687866,0.1521032601594925 +575,1.073438422950343,1.3304836421998985,-0.8062706069474643,0.2091713845729828,-0.971263587474823,-0.11355429142713547,1.6969926357269287,-1.8659158945083618,0.4463384449481964,-0.3385506272315979,0.20669132471084595,0.8699782490730286 +576,1.6327802684147394,1.3894562750360862,-1.4458660403821388,0.1800018846988678,-0.9836028814315796,0.011171537451446056,2.0917937755584717,-0.7026525139808655,0.5535168051719666,0.010855033993721008,-0.1704193353652954,0.6066720485687256 +577,2.24168007117467,1.2839934754258917,-2.068248473723649,0.22157803177833557,-0.9591532349586487,0.1758650690317154,1.170749545097351,0.7226499915122986,-1.0413621664047241,0.07679232954978943,0.1792306900024414,0.1763383150100708 +578,2.393619895168064,1.1596991232050888,-2.0480633334227987,0.27179989218711853,-0.9166828989982605,0.29294559359550476,0.5098364353179932,2.288313150405884,-1.0010991096496582,-0.23260009288787842,0.3698079586029053,-0.17862680554389954 +579,2.565381612325069,1.0993479977326865,-2.0920257911461277,0.247458815574646,-0.8909114003181458,0.3808426856994629,1.001071572303772,-0.6761284470558167,0.22728022933006287,-0.3093331754207611,-0.0026586055755615234,-0.5682205557823181 +580,2.3979865382627312,1.0092958614263583,-1.8826386114083022,0.36044469475746155,-0.8464571237564087,0.3919052481651306,-0.6693322658538818,-0.35209158062934875,1.353826642036438,0.09965351223945618,-0.3952266573905945,-0.4173263907432556 +581,2.183015523276277,1.3078364385544632,-1.8373071117805186,0.212728351354599,-0.9656248092651367,0.14938363432884216,-1.9812636375427246,-0.15616686642169952,1.985285758972168,0.117715984582901,-0.23071002960205078,0.44989001750946045 +582,1.9290911682388792,1.469098831082413,-1.561253812850606,0.09507500380277634,-0.9948332905769348,0.03560153394937515,-0.7871235013008118,-0.9784820079803467,0.4529120922088623,-0.07090508937835693,0.4473479390144348,0.06564056873321533 +583,0.8127193448277924,1.4240984816552924,-0.44554529736931286,0.1061442643404007,-0.9892591834068298,-0.10049717128276825,-0.19285251200199127,-1.9238065481185913,0.05191081389784813,-0.0686686784029007,0.8065809607505798,0.5666531324386597 +584,1.2733722156984792,1.4100117918274426,-0.9620212144260328,0.15306441485881805,-0.9871019721031189,-0.04691670835018158,-2.1334664821624756,6.013984203338623,-2.212076187133789,-0.03074994683265686,-0.3871656656265259,-0.7464334964752197 +585,1.0693548837819224,1.2869503865712075,-0.7443579343698525,0.24557343125343323,-0.9599854946136475,-0.13461735844612122,0.7911551594734192,-1.495347499847412,0.16372166574001312,-0.16091762483119965,-0.6334594488143921,0.2717633843421936 +586,2.0910914215976493,1.3730694714275873,-1.784587791905016,0.17044682800769806,-0.9805156588554382,0.09765814244747162,2.8421902656555176,1.2234768867492676,0.2788875997066498,0.03922422230243683,-0.2937764525413513,0.2993297576904297 +587,2.3669965567037017,1.2089163276083192,-2.0745247627380947,0.24762050807476044,-0.9352328777313232,0.2530287504196167,0.7337489724159241,1.5072288513183594,-1.1364850997924805,-0.014344125986099243,0.38820528984069824,0.0443497896194458 +588,2.4377557958894815,1.095025789798842,-1.9606974740893421,0.2964085638523102,-0.8889400362968445,0.3491807281970978,0.5759625434875488,1.5947024822235107,-0.5856012105941772,-0.29654595255851746,0.3354734778404236,-0.32157760858535767 +589,2.554757104753102,0.9902443207921208,-2.0499263378904953,0.30371221899986267,-0.8361600041389465,0.45672228932380676,-1.013675570487976,-0.24827730655670166,-2.811509370803833,0.5680223703384399,-0.7225557565689087,-0.7685508728027344 +590,2.3519639333986078,1.05850059710137,-1.8450615044048497,0.348072350025177,-0.8716214895248413,0.34513965249061584,-1.014291524887085,-2.241612434387207,0.9266011118888855,0.5095325708389282,-0.9744629859924316,-0.016511112451553345 +591,2.2882606611449186,1.3487174763647902,-1.9575833164003258,0.16595889627933502,-0.9754416942596436,0.14481434226036072,-1.397220492362976,0.694230854511261,2.762465238571167,-0.04050111770629883,-0.30951619148254395,0.4486762285232544 +592,0.04600876870654828,1.5113360249640178,0.17360923495105252,0.00273314630612731,-0.9982327818870544,-0.059362977743148804,-2.9643518924713135,-2.1676714420318604,1.5135407447814941,-0.0014971792697906494,0.29942601919174194,0.3838106393814087 +593,-0.16635082384389557,1.4282750100629005,0.4407484403723724,-0.02351948246359825,-0.989861011505127,-0.14007824659347534,0.21005038917064667,-0.7196252346038818,-0.3800261318683624,0.0307521540671587,0.7841878533363342,0.5885035395622253 +594,0.6262177151199539,1.4435029340498453,-0.2616455211286799,0.07440295070409775,-0.9919091463088989,-0.10286060720682144,-2.6732277870178223,3.1307244300842285,-1.4542542695999146,0.044585078954696655,-2.4432103633880615,-4.049849510192871 +595,0.7002173710988476,1.379035123833832,-0.4609153300661295,0.12281180918216705,-0.981670081615448,-0.1457430124282837,1.1174043416976929,-1.2064205408096313,-0.4923456013202667,0.03554389625787735,-0.4571878910064697,-0.21364723145961761 +596,2.150160788313962,1.4128530402009953,-1.8871921712898176,0.1316199004650116,-0.9875528812408447,0.08611370623111725,2.698749542236328,1.1173197031021118,-0.31470829248428345,0.023745089769363403,-0.2641561031341553,0.31511616706848145 +597,2.3512979705149952,1.228245298822197,-2.0188099978974967,0.23867109417915344,-0.9419008493423462,0.23634515702724457,0.5645079016685486,1.6673747301101685,-1.5313960313796997,-0.009087353944778442,0.4018923044204712,0.012281656265258789 +598,2.4068576732892635,1.0910586705172494,-1.8870897564983877,0.309416264295578,-0.887116014957428,0.34247124195098877,1.0482017993927002,0.8999291658401489,-0.3513351082801819,-0.2304825782775879,0.28714054822921753,-0.40669551491737366 +599,2.5134280678721392,1.0048887779721443,-2.0013026225760804,0.31509318947792053,-0.8441023230552673,0.4338289797306061,-1.0357820987701416,0.8041781187057495,-2.9661495685577393,0.49301227927207947,-0.5487504005432129,-0.5307985544204712 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/q16.csv b/BoostRunClub/CoreML/DataSet/Motion/running/q16.csv new file mode 100644 index 0000000..8078792 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/q16.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,2.3524053217363767,1.029909594724061,-1.7627392633308192,0.36546382308006287,-0.8572524189949036,0.36270463466644287,-1.2302114963531494,-2.139054536819458,1.54457426071167,0.16021674871444702,-0.8471238613128662,-0.18347486853599548 +1,0.09713764428007375,0.16849565662036162,-3.0697274837136317,0.09561146795749664,-0.16769950091838837,-0.9811907410621643,0.22395992279052734,-0.7253775000572205,1.0299211740493774,0.21127328276634216,-0.13292916119098663,-0.6143750548362732 +2,0.06136675987895712,0.190103589249615,-3.001638530559109,0.060223400592803955,-0.18896061182022095,-0.9801362156867981,0.2921569347381592,0.0513777919113636,0.31390294432640076,0.053073108196258545,0.12168461084365845,-0.1397520899772644 +3,0.02114775427124318,0.24350429854161362,-2.9699179807340594,0.0205223448574543,-0.24110502004623413,-0.9702820181846619,0.8332830667495728,-0.8130945563316345,0.07468600571155548,0.0910346657037735,0.08055204153060913,0.15444034337997437 +4,-0.015716721547190053,0.3602247014426835,-2.9356065129790196,-0.014707379974424839,-0.3524845242500305,-0.9357020854949951,1.5564936399459839,-0.15865960717201233,0.47693273425102234,0.011411480605602264,0.07424050569534302,0.3597285747528076 +5,-0.022940260020427587,0.4920036631209723,-2.893763575950637,-0.020217498764395714,-0.47239282727241516,-0.8811562061309814,0.937624454498291,0.5633066296577454,-0.147794708609581,-0.18742409348487854,-0.02991124987602234,0.14783406257629395 +6,-0.025622402371256695,0.5375204543809583,-2.89636452282408,-0.022006746381521225,-0.5120077133178711,-0.8586989045143127,0.3167390525341034,-0.3837120234966278,-0.07199675589799881,-0.13233590126037598,-0.1162271499633789,-0.06302344799041748 +7,0.03572016288706615,0.4310655722691006,-2.96662980907529,0.03244561702013016,-0.4178391396999359,-0.907941460609436,-1.6778886318206787,0.9748886227607727,-1.5057584047317505,0.053583431988954544,0.0722275972366333,-0.5031760334968567 +8,0.11580397672488867,0.41239261405558536,-3.055373921400673,0.10585851222276688,-0.40080249309539795,-0.9100282192230225,0.2726856768131256,1.408237099647522,0.14566674828529358,-0.06813877820968628,-0.04710400104522705,0.34572768211364746 +9,0.2607458688072359,0.5773553567749612,-3.0738742536765495,0.21601402759552002,-0.5458098649978638,-0.8095860481262207,5.292708873748779,1.6581000089645386,1.3006253242492676,0.1597336381673813,-0.05839240550994873,-0.011413097381591797 +10,0.9317603488790103,1.1515387624016404,2.5911073297861624,0.3267532289028168,-0.9133914113044739,-0.24279282987117767,6.386231422424316,-0.021919813007116318,-1.4881774187088013,-0.043519556522369385,0.5091403722763062,0.27877306938171387 +11,1.6191175717124997,0.9254322036658302,1.953570307127913,0.6007872819900513,-0.7988808155059814,0.029053404927253723,-1.353511929512024,1.2053190469741821,-4.053318977355957,0.048107922077178955,0.7696754932403564,0.3524925708770752 +12,1.5641274279899802,0.488300044982395,2.1957103360098884,0.8831120729446411,-0.46912527084350586,-0.005889472551643848,-3.0264856815338135,1.4461629390716553,-6.458714485168457,0.06039988994598389,1.2465910911560059,-0.0753331184387207 +13,1.6020548993839405,-0.10011941415293697,2.489667687013639,0.9945060014724731,0.09995223581790924,0.031096966937184334,-2.155033588409424,1.3039772510528564,-6.970915794372559,0.57939213514328,1.0143513679504395,-0.4948725700378418 +14,1.695136902359772,-0.6511338877186078,2.7520059517478677,0.78925621509552,0.6060886979103088,0.09864546358585358,-3.089672327041626,-3.2537789344787598,-4.198324203491211,0.7237594723701477,-0.10242664813995361,-0.6466648578643799 +15,1.78524862943647,-0.9569748897816426,-3.0693442609590162,0.562800943851471,0.8174528479576111,0.12257887423038483,-0.7531125545501709,-1.1549882888793945,-2.1598358154296875,0.868122398853302,-0.6370025873184204,-0.4053089916706085 +16,1.7402356156710848,-1.0670825330344296,-2.990130833620565,0.4757691025733948,0.8757960200309753,0.08139441162347794,0.27514973282814026,-1.0680409669876099,-0.4207608997821808,1.0919036865234375,-0.6746242046356201,0.049449674785137177 +17,1.5953777986732927,-0.9632175254120026,-3.1412721965187935,0.5707087516784668,0.8210326433181763,0.014031686820089817,1.5440566539764404,1.0397727489471436,2.785080909729004,1.2501072883605957,-0.43571776151657104,0.14690279960632324 +18,1.5828915257571248,-0.5359982870918402,2.9020817551721234,0.8596963286399841,0.5106995701789856,0.01039870548993349,1.9983938932418823,2.73128080368042,4.79368782043457,0.41064363718032837,0.5965239405632019,0.1276170015335083 +19,1.781544242540873,-0.16735674063366654,2.684184071785746,0.9642123579978943,0.16657660901546478,0.20626860857009888,0.9852097630500793,1.6330208778381348,3.1986522674560547,-0.13903236389160156,0.4917943477630615,-0.4563295841217041 +20,1.7756269155957611,0.023206352742016035,2.5083013294135053,0.9788320064544678,-0.023204270750284195,0.20334656536579132,1.6686686277389526,-1.3841257095336914,1.220158576965332,-0.32148313522338867,0.7851213812828064,-0.6694720387458801 +21,1.677394872770871,0.07465752148566725,2.4534437911586533,0.9915539026260376,-0.07458818703889847,0.10610038787126541,-1.2100034952163696,-1.0240716934204102,0.18713898956775665,-0.41818976402282715,0.7405732870101929,-0.40971970558166504 +22,1.507710937111036,-0.030902389629354567,2.6734431913588423,0.9975343346595764,0.03089747205376625,-0.063013456761837,-3.4548144340515137,-2.194049596786499,-2.575780153274536,-0.09070450067520142,0.9270035028457642,-0.26132732629776 +23,1.4346318963646323,-0.3345742770419754,2.8775644390693618,0.9358073472976685,0.32836708426475525,-0.12821707129478455,-1.896316409111023,-0.7659109234809875,-2.5878543853759766,0.49886971712112427,0.36966148018836975,-0.10470831394195557 +24,1.396423562675361,-0.618670832020141,2.970966919146881,0.8022962808609009,0.5799528956413269,-0.14133399724960327,-1.0181386470794678,-0.5162862539291382,-1.9970649480819702,0.14384013414382935,-0.4874083399772644,0.20276589691638947 +25,1.4629013372157078,-0.77955981853072,3.1008248710595305,0.7070871591567993,0.7029663920402527,-0.07658858597278595,-1.7005976438522339,-0.5104902982711792,-1.0591881275177002,0.2262623906135559,-0.44884663820266724,-0.14765459299087524 +26,1.5593053591774138,-0.9144885629008555,-2.9369794425089726,0.6101557016372681,0.7922506332397461,-0.00701158819720149,-0.6349995136260986,0.3133951723575592,-1.0733755826950073,0.7451757192611694,-0.5068197250366211,-0.2850416302680969 +27,1.5608383006918312,-0.868038242774119,-3.013529150686205,0.6462928056716919,0.7630624771118164,-0.006436013150960207,1.9298889636993408,0.812611997127533,2.0192534923553467,1.088021159172058,-0.4178171157836914,-0.3521607518196106 +28,1.532891842232442,-0.5217830803382597,2.996165425320467,0.8663090467453003,0.49842673540115356,-0.03285273164510727,2.0931220054626465,1.7430123090744019,3.7960360050201416,0.39716440439224243,0.25787511467933655,-0.16262763738632202 +29,1.6203669357146824,-0.16108572005136615,2.7618739166233652,0.9858412742614746,0.1603899598121643,0.048908818513154984,2.35671329498291,1.148122787475586,3.0324931144714355,-0.3176283836364746,0.4254865050315857,-0.23390638828277588 +30,1.705241712696237,0.04618311505918647,2.537601517169019,0.9899191856384277,-0.04616669937968254,0.1338977962732315,1.632589340209961,1.079423189163208,1.365749478340149,-0.3711143136024475,0.6818631291389465,-0.1176319271326065 +31,1.8073713189869534,0.09369531592382987,2.4850064627784505,0.9678823351860046,-0.09355828911066055,0.2333463728427887,-1.0102505683898926,1.0328766107559204,0.07142703980207443,-0.14563202857971191,0.7420263290405273,-0.2866605520248413 +32,1.7545817585775823,0.01958582104617893,2.7350030252952564,0.9829702973365784,-0.019584568217396736,0.1827174872159958,-2.3686559200286865,-1.8458857536315918,-3.2220983505249023,-0.013640522956848145,0.9847182631492615,-0.4063960313796997 +33,1.6127269095106418,-0.31644223166929386,2.749723585240479,0.9495134353637695,0.31118741631507874,0.03983699902892113,2.3663740158081055,-0.45467609167099,-3.1643548011779785,0.3974868059158325,0.29440343379974365,0.2935217618942261 +34,1.544048922436324,-0.5799811018390166,2.7319018294940456,0.8361737132072449,0.548008143901825,-0.02237081155180931,-1.854107141494751,-1.4569151401519775,-1.9263942241668701,0.0014879703521728516,-0.4522287845611572,0.1733565330505371 +35,1.5824880666696235,-0.7325747542809957,2.870125539266807,0.7434041500091553,0.6687860488891602,0.00869208388030529,-0.8017617464065552,0.1710614114999771,-1.4220463037490845,0.05189919471740723,-0.27956485748291016,-0.023218512535095215 +36,1.6907064453097227,-0.8808498649624985,3.052746715415914,0.6319255232810974,0.7712801098823547,0.07613953948020935,-0.8916772603988647,-0.6269189119338989,-1.6754621267318726,0.6672534942626953,-0.32157307863235474,-0.1511974334716797 +37,1.7098407774494107,-0.9425278409433666,-3.1297405934917797,0.5820721983909607,0.8090463876724243,0.08145955204963684,1.362311601638794,-0.6938565969467163,0.595436155796051,1.152440071105957,-0.34887194633483887,-0.15232133865356445 +38,1.5108978522314966,-0.7048359855043161,2.7342114661952444,0.7603517174720764,0.6479089260101318,-0.045598454773426056,2.5456619262695312,2.95007586479187,3.2892048358917236,0.5198453664779663,0.09737604856491089,0.24768590927124023 +39,1.6532258074807757,-0.4131720342762266,2.531043582299057,0.9127421975135803,0.40151646733283997,0.0754077285528183,0.9374056458473206,1.3460707664489746,2.7719995975494385,-0.16561084985733032,0.032046765089035034,-0.253493070602417 +40,1.7243692584695947,-0.1679508292488288,2.4448987338064354,0.9743258953094482,0.16716235876083374,0.1508176177740097,0.4751904010772705,1.3977630138397217,2.109152317047119,-0.32291293144226074,0.44894176721572876,-0.1434781551361084 +41,1.868538167305875,-0.04605164486452729,2.432944515618458,0.9549880623817444,0.046035367995500565,0.29305118322372437,-1.1007733345031738,0.938247799873352,-0.03401894494891167,0.10456722974777222,0.9357609152793884,-0.36585086584091187 +42,1.779040757415367,-0.08203212588886133,2.6765693784943467,0.9751052856445312,0.08194015175104141,0.20604735612869263,-1.923082709312439,-2.1107327938079834,-2.208049774169922,-0.03023529052734375,0.8551783561706543,-0.1926196813583374 +43,1.6965377357228624,-0.364059464185141,2.6911856609431184,0.9270813465118408,0.35607054829597473,0.11719080060720444,0.9769543409347534,-0.8854555487632751,-2.716003179550171,0.07441389560699463,0.0919579565525055,0.07581757009029388 +44,1.5816430233465268,-0.575573270414056,2.7909828662092253,0.8388311862945557,0.5443158149719238,0.009098904207348824,-1.4591805934906006,-1.3005253076553345,-1.3970531225204468,-0.2128850221633911,-0.39934200048446655,0.10468590259552002 +45,1.604379204013871,-0.6719562558063936,3.012353001493481,0.7821640372276306,0.6225181818008423,0.026277197524905205,-2.7785074710845947,-1.6190999746322632,-0.8871653079986572,0.1897597312927246,-0.3109947443008423,-0.10731661319732666 +46,1.6670126842162274,-0.7349669065348,-2.9884112124828284,0.7384215593338013,0.6705626249313354,0.07126829773187637,-1.0288113355636597,-0.7672109007835388,-0.29462090134620667,0.7843902707099915,-0.5524596571922302,-0.25699830055236816 +47,1.6245848799707996,-0.68228683565036,-2.969328221282023,0.7750104665756226,0.630569577217102,0.041726939380168915,1.2690166234970093,-0.14482836425304413,1.6275415420532227,0.960097074508667,-0.3580628037452698,-0.250238299369812 +48,1.496311247929825,-0.3933606709936588,3.1209344323643484,0.921065092086792,0.38329458236694336,-0.06873276084661484,1.7612345218658447,-0.7814934253692627,3.4263155460357666,0.526581883430481,-0.010903894901275635,-0.38073015213012695 +49,1.254707584176891,0.060331483759838045,3.0467233278253882,0.9487292766571045,-0.06029488891363144,-0.31028589606285095,1.081526517868042,-4.214649677276611,4.61442756652832,0.417985200881958,0.5408551692962646,-0.48893898725509644 +50,0.7390570912512442,0.41847901490923567,-3.0809379204923157,0.6154658198356628,-0.40637117624282837,-0.675325334072113,0.02887328341603279,-5.187163352966309,3.3224937915802,0.2899906635284424,0.8497915863990784,0.16455262899398804 +51,0.23383582660429103,0.5134725164165461,-2.8586160500003057,0.201830193400383,-0.4912049174308777,-0.8473383784294128,0.12759286165237427,-2.1150858402252197,1.7471972703933716,0.2716957926750183,0.4475647807121277,0.6033045649528503 +52,0.11928927576425166,0.539249665005284,-2.7691441090501496,0.1021188423037529,-0.5134922862052917,-0.851996123790741,-0.07623034715652466,0.779643177986145,0.7304587364196777,0.2697988748550415,0.021426916122436523,0.25690340995788574 +53,0.188350147527038,0.4673797864341333,-2.761140862339562,0.16715750098228455,-0.4505486488342285,-0.8769630789756775,-2.0933454036712646,0.48315590620040894,-0.4746437072753906,0.13374580442905426,-0.11475896835327148,0.32305383682250977 +54,0.18867079449257734,0.2565298413799762,-2.69744854066946,0.18141598999500275,-0.25372549891471863,-0.9501113891601562,-1.1886262893676758,-0.04633127525448799,0.4965789020061493,-0.11755797266960144,-0.029675990343093872,0.40538787841796875 +55,0.051943787794852786,0.270313438446445,-2.6906925629475142,0.050035059452056885,-0.26703351736068726,-0.9623874425888062,0.49739542603492737,-2.7112724781036377,-0.624515175819397,0.046675145626068115,-0.038050711154937744,0.25567662715911865 +56,-0.4613136694919283,0.3817756445431758,-2.7868728872798623,-0.4130778908729553,-0.37256887555122375,-0.8309988975524902,-0.37353822588920593,-5.022207736968994,-1.1360037326812744,0.14838367700576782,-0.10303235054016113,0.09422826766967773 +57,-0.976585821280181,0.46407087694197324,-2.7693670638592685,-0.7409572005271912,-0.4475921392440796,-0.5006433129310608,-0.08636011928319931,-4.459367752075195,-0.3231052756309509,-0.31340980529785156,-0.11268004775047302,-0.3293737769126892 +58,-1.2473055579569337,0.47100087251549216,-2.7679124377881417,-0.8448939323425293,-0.4537784159183502,-0.2832659184932709,0.2141731232404709,-2.5336523056030273,0.10648393630981445,0.18676698207855225,0.16334253549575806,0.24507316946983337 +59,-1.2850754724520812,0.3524541356655862,-2.8396694774994202,-0.9004793167114258,-0.34520211815834045,-0.264523446559906,-1.6217124462127686,-0.7163240909576416,0.07120998948812485,0.21737372875213623,0.17172491550445557,-0.028445333242416382 +60,-1.2996944490118456,0.3842390618150241,-2.9180234837967802,-0.8932235240936279,-0.37485378980636597,-0.2482668161392212,0.5987573862075806,-0.6901795864105225,-0.735416054725647,0.4364669919013977,-0.21238070726394653,-0.1704038381576538 +61,-1.3229752198588876,0.37680200513326517,-2.833711164394926,-0.9014384746551514,-0.3679487109184265,-0.228083997964859,0.2647811472415924,1.9082679748535156,0.15799304842948914,0.3660534620285034,0.2662641704082489,-0.1559949815273285 +62,-0.8273195353648065,0.45098188188322014,-2.978153629101945,-0.6625221967697144,-0.43584945797920227,-0.6091794967651367,-1.3842012882232666,6.208737850189209,-0.7508216500282288,0.42192161083221436,0.6854374408721924,-0.6154603958129883 +63,-0.3334918507083776,0.07799319353769091,-2.8938134655792322,-0.3263493776321411,-0.07791414856910706,-0.9420326352119446,-4.386794567108154,2.720608711242676,4.7176289558410645,-0.5883692502975464,1.0549496412277222,-1.0214378833770752 +64,-0.050486412015564114,-0.5013450795080687,-2.6568337829121496,-0.044254593551158905,0.48060551285743713,-0.8758195042610168,-4.3101725578308105,1.6938413381576538,0.9756531715393066,-0.8374897837638855,-0.17655891180038452,-0.3755384683609009 +65,0.011371420361679744,-0.7311419446490928,-2.644312804295895,0.008464843966066837,0.6677201390266418,-0.7443642616271973,-0.5944440364837646,-0.3326517641544342,0.17407667636871338,-0.47184374928474426,-0.38395243883132935,-0.32945775985717773 +66,0.07254586247952051,-0.8334690932625525,-2.5379232744589295,0.04873066768050194,0.7402681112289429,-0.670543372631073,-1.3935658931732178,-0.39067789912223816,0.7149698138237,-0.5444887280464172,-0.5638460516929626,-0.511768639087677 +67,-0.018085446185952495,-0.8822067030246298,-2.636562648417619,-0.011491748504340649,0.7721430063247681,-0.6353448629379272,1.2704330682754517,-0.5308820605278015,-2.0747289657592773,-0.6761302947998047,-0.5433069467544556,-1.2753607034683228 +68,-0.30140297056489757,-0.5476994310055987,-2.990272598926612,-0.2534369230270386,0.5207245349884033,-0.8152396082878113,3.8637373447418213,-0.5117602348327637,-4.069179534912109,-0.22517025470733643,0.20068049430847168,-0.682166337966919 +69,-0.37939396177022267,-0.1453092742737044,3.047800922197332,-0.36645445227622986,0.14479845762252808,-0.9190998673439026,2.3654115200042725,0.5220690965652466,-3.000180244445801,0.08079466223716736,0.2902448773384094,0.10727125406265259 +70,-0.33280557706074465,0.1407631071747792,2.9077899782058365,-0.32346466183662415,-0.14029870927333832,-0.9357814192771912,1.8730201721191406,0.8057683110237122,-2.0231924057006836,0.0014279186725616455,0.618097186088562,0.18938249349594116 +71,-0.17869989707044023,0.35976090999505556,2.772270202563559,-0.1663709282875061,-0.35205045342445374,-0.9210761189460754,1.4733984470367432,1.1851310729980469,-1.1732739210128784,-0.3089250922203064,0.7984768152236938,0.01239997148513794 +72,-0.1530450531705383,0.48982315521536707,2.7787676340597303,-0.13452282547950745,-0.4704698324203491,-0.872101902961731,1.0279451608657837,-0.46277374029159546,0.9239997863769531,-0.16480882465839386,1.0775102376937866,-0.08737069368362427 +73,-0.2593903545691916,0.3738265484555476,2.938592852985701,-0.23877723515033722,-0.3651803731918335,-0.8997937440872192,-2.4647135734558105,-0.3861420154571533,2.266432046890259,0.13590246438980103,0.710532546043396,-0.06547725200653076 +74,-0.30102837976770286,-0.046593732122612204,3.0694534650006937,-0.29618069529533386,0.04657687619328499,-0.9539955854415894,-5.04392147064209,-0.18740494549274445,2.2585010528564453,0.09329986572265625,0.10854397714138031,-0.27717506885528564 +75,-0.27935942446682877,-0.46334301698140323,-3.1186971720500885,-0.24666686356067657,0.4469411373138428,-0.859883189201355,-2.139552116394043,-0.013803567737340927,1.9425824880599976,-0.11583617329597473,-0.4217946529388428,-0.32722008228302 +76,-0.14756709468465556,-0.6094547801965827,-2.9081705132926237,-0.12056047469377518,0.5724204778671265,-0.811048686504364,-0.5139328837394714,0.2847599387168884,2.4358901977539062,-0.3546287417411804,-0.27362293004989624,-0.361131489276886 +77,-0.021645632415188024,-0.7240638737588023,-2.748360877945448,-0.016213906928896904,0.662434458732605,-0.7489443421363831,-0.9126332402229309,-0.21959316730499268,0.5200362205505371,-0.6586976051330566,-0.5990647077560425,-0.7445400953292847 +78,-0.14108817116552722,-0.6764477618003012,-2.857757172775434,-0.10965611040592194,0.6260269284248352,-0.7720530033111572,1.7805312871932983,-0.3575432300567627,-2.0322744846343994,-0.29549527168273926,-0.5095260739326477,-0.5086324214935303 +79,-0.27279654634125733,-0.33451540090271414,-3.138738380235772,-0.25449123978614807,0.3283114731311798,-0.9096404910087585,2.9409844875335693,0.28611066937446594,-3.3977599143981934,-0.15900668501853943,0.08831450343132019,-0.33364564180374146 +80,-0.33053385717214856,0.03992842562835997,2.9867433754588792,-0.32428935170173645,-0.03991781547665596,-0.945115327835083,3.3205771446228027,-0.839176595211029,-1.5045965909957886,0.09014323353767395,0.42634665966033936,0.10247921943664551 +81,-0.370000027815767,0.31559348962534317,2.93889669134409,-0.3437561094760895,-0.3103806972503662,-0.8862818479537964,1.486335277557373,0.09915196895599365,-1.3341172933578491,0.19006958603858948,0.8185288906097412,0.1846674680709839 +82,-0.32586380489534755,0.40452893879741497,2.9080858505418083,-0.29428911209106445,-0.39358577132225037,-0.8709099292755127,-0.44259336590766907,0.21063706278800964,0.5776218175888062,0.21225786209106445,0.8685003519058228,0.0938713550567627 +83,-0.339601101308669,0.17260740594744084,3.0716129791374134,-0.3281610608100891,-0.17175158858299255,-0.9288765788078308,-2.7251322269439697,0.7934070229530334,3.4147379398345947,0.1336572766304016,0.7088457345962524,-0.2573722004890442 +84,-0.27058817783164013,-0.24143890662456238,-3.0544966123122417,-0.2595452666282654,0.23910003900527954,-0.935664176940918,-4.2314043045043945,0.4192507266998291,1.577926754951477,-0.19696718454360962,0.02582305669784546,-0.46248340606689453 +85,-0.22003764240784504,-0.5426694557908808,-2.983853494888223,-0.18690872192382812,0.516423761844635,-0.8356863260269165,-1.0187971591949463,0.09189207851886749,1.484964370727539,-0.09151840209960938,-0.43588787317276,0.0877615213394165 +86,-0.10488583417492912,-0.6088434685091395,-2.8209953022480643,-0.08588123321533203,0.5719191431999207,-0.8158019781112671,-0.5806703567504883,0.4083788990974426,1.662279486656189,-0.26377391815185547,-0.30411213636398315,0.059866368770599365 +87,0.05514814207055287,-0.7310043940357598,-2.6316196307470374,0.041037216782569885,0.6676177382469177,-0.74337238073349,-1.0260339975357056,0.33777934312820435,0.885287344455719,-0.8100954294204712,-0.5614013671875,-0.8357901573181152 +88,-0.07690781195869653,-0.710362323607058,-2.7641924689316113,-0.05824832245707512,0.6521084904670715,-0.7558846473693848,1.372370719909668,-1.3494013547897339,-2.9824039936065674,-0.4839574694633484,-0.45639926195144653,-0.7058920860290527 +89,-0.32279752840814974,-0.38814804326444696,-3.1096664190564565,-0.29362326860427856,0.3784748613834381,-0.8778052926063538,2.770810127258301,0.0019246852025389671,-3.6424238681793213,-0.08198708295822144,0.2041209638118744,-0.26088184118270874 +90,-0.3759966764018192,-0.07743253414204239,2.9314518732312385,-0.36609947681427,0.07735517621040344,-0.9273550510406494,1.6818172931671143,0.05199745297431946,-2.5984387397766113,0.10808861255645752,0.33092424273490906,0.2686636447906494 +91,-0.32881008207406587,0.12882390806992333,2.7671568454773308,-0.3202412724494934,-0.1284678876399994,-0.9385848641395569,1.252071499824524,1.005394458770752,-1.602611780166626,0.08943682909011841,0.4886821210384369,0.19781643152236938 +92,-0.22294473102432855,0.29269545174801737,2.7501429377433393,-0.21169885993003845,-0.2885340750217438,-0.9337728023529053,1.5933030843734741,0.8409688472747803,0.6225038766860962,-0.23127903044223785,0.7974146604537964,-0.06876015663146973 +93,-0.3159613958310214,0.26602591755649013,2.96926802883537,-0.29979994893074036,-0.262899249792099,-0.9170626997947693,-2.1190497875213623,-0.6715167760848999,3.0181500911712646,0.11699965596199036,0.7937830686569214,0.06603425741195679 +94,-0.3566076068131472,-0.10954359148845304,3.0161420822352176,-0.34700483083724976,0.10932464152574539,-0.9314696788787842,-4.05930233001709,0.2278289943933487,0.6885780692100525,0.20020002126693726,0.1928451657295227,-0.2976410388946533 +95,-0.3437951057724915,-0.4472932414119109,3.0797259497581115,-0.3039027154445648,0.4325266480445862,-0.8488603234291077,-1.2130385637283325,-0.4662514626979828,2.5350286960601807,0.06652176380157471,-0.40478619933128357,0.016783297061920166 +96,-0.22942495709662894,-0.5567647532409348,-2.976088532247283,-0.19307053089141846,0.5284423232078552,-0.8267239332199097,-0.5735275149345398,0.5704692602157593,2.0642948150634766,-0.15757644176483154,-0.17590326070785522,-0.012662053108215332 +97,-0.05915405266419164,-0.7367929652313223,-2.848916985280499,-0.04378555715084076,0.671916127204895,-0.739331841468811,-1.9165434837341309,1.3684011697769165,0.45842018723487854,-0.44144392013549805,-0.6253921389579773,-0.554003119468689 +98,-0.08305222403927112,-0.7465976538663979,-2.917953392071533,-0.06089059263467789,0.679145336151123,-0.7314738035202026,1.0327256917953491,-0.8199297189712524,-1.8131159543991089,-0.4988780915737152,-0.520911693572998,-0.8032552003860474 +99,-0.2638071345472302,-0.43922938052144267,3.053342971867241,-0.23600661754608154,0.4252421259880066,-0.8737676739692688,3.1816964149475098,0.8614139556884766,-3.8376357555389404,-0.17538559436798096,0.06560260057449341,-0.3037225008010864 +100,-0.272159109424197,-0.03593629960865122,2.8285962805095313,-0.26863813400268555,0.03592856600880623,-0.9625709056854248,3.3957581520080566,-0.26528069376945496,-1.9723587036132812,-0.07935377955436707,0.3182736933231354,0.1045691967010498 +101,-0.3095737154208855,0.27377175671203197,2.7553552521318125,-0.29330676794052124,-0.2703646421432495,-0.9169918894767761,1.969908595085144,-0.12381813675165176,-1.4032021760940552,0.05147022008895874,0.788110613822937,0.17819184064865112 +102,-0.25869937106290586,0.41354964096012253,2.7047364202320656,-0.2342575341463089,-0.4018622636795044,-0.8852288722991943,0.02771756425499916,0.42537450790405273,0.0304444320499897,-0.002177402377128601,0.9340125322341919,-0.050058603286743164 +103,-0.328910403791045,0.24800833311481685,2.858719935524193,-0.31312891840934753,-0.245473712682724,-0.917438268661499,-3.0932822227478027,-0.5256796479225159,3.255781412124634,0.12112757563591003,0.6958979368209839,-0.14646553993225098 +104,-0.3613142150318311,-0.1895348510542616,2.9111305895675614,-0.3471733331680298,0.18840210139751434,-0.918681263923645,-3.985067844390869,0.047594428062438965,0.8539276123046875,0.07384267449378967,0.06626707315444946,-0.3922927975654602 +105,-0.35609505200323605,-0.49185172332361987,2.974313019556658,-0.30729183554649353,0.47225892543792725,-0.826161801815033,-0.8627621531486511,-0.4345693290233612,2.1949305534362793,0.03498351573944092,-0.37213075160980225,0.12441009283065796 +106,-0.2898168035161704,-0.5882488203479935,3.135808924566478,-0.23774152994155884,0.5549050569534302,-0.7972198128700256,-0.7220234870910645,0.01549522578716278,1.521712064743042,-0.10622210800647736,-0.2813607454299927,0.06803280115127563 +107,-0.15327759392357937,-0.7327833031480447,-2.938962637606381,-0.11348799616098404,0.668941080570221,-0.7346007823944092,-1.3581968545913696,0.11446774750947952,2.037731647491455,-0.47734758257865906,-0.29661136865615845,-0.4521057605743408 +108,-0.14323339708041008,-0.7906648239573636,-2.9209969721411375,-0.1004023626446724,0.7108210325241089,-0.6961700916290283,0.19894981384277344,-0.2153635323047638,-2.4993865489959717,-0.6302037239074707,-0.6167505979537964,-0.9225280284881592 +109,-0.32757082957759664,-0.5140517184267157,3.010262555057716,-0.280161589384079,0.4917093515396118,-0.8244582414627075,3.2024548053741455,0.9491294622421265,-3.110776424407959,-0.15836074948310852,0.034657835960388184,-0.4725998640060425 +110,-0.32274038804316924,-0.12420747114158932,2.8595287030633174,-0.31472325325012207,0.12388835102319717,-0.9410637617111206,3.202188730239868,-0.09320677816867828,-2.047839641571045,-0.02623438835144043,0.2939430773258209,0.1187981367111206 +111,-0.32867933354612683,0.16861134752010676,2.7871505726898,-0.3182157278060913,-0.16781355440616608,-0.933047354221344,1.9160218238830566,0.33178120851516724,-1.4682981967926025,0.06528604030609131,0.6640141010284424,0.3313475251197815 +112,-0.2493584488301838,0.3419217435160796,2.7196150299628656,-0.23249657452106476,-0.33529821038246155,-0.9129734039306641,0.7447306513786316,0.5156344771385193,-0.18044447898864746,-0.07577675580978394,0.8906876444816589,0.06818580627441406 +113,-0.2985848738627295,0.28782128999041356,2.839451895864055,-0.28206726908683777,-0.2838638126850128,-0.9164384603500366,-1.352687954902649,-0.5038576722145081,2.5451407432556152,0.11805054545402527,0.8386123180389404,-0.06358778476715088 +114,-0.34709000127337997,-0.053315700754610916,3.0539281702773566,-0.33967944979667664,0.05329044535756111,-0.9390303492546082,-3.409329414367676,0.01658445969223976,2.673684597015381,-0.07108718156814575,0.5104913115501404,-0.35967570543289185 +115,-0.3516318329043556,-0.47446051579486276,3.072639954139266,-0.30638426542282104,0.45685863494873047,-0.8351101279258728,-3.0405004024505615,-0.44365113973617554,1.4190497398376465,-0.014462292194366455,-0.512660026550293,-0.2214389443397522 +116,-0.33224657040069494,-0.6701642428365172,-3.111033658915543,-0.2556239366531372,0.6211147308349609,-0.7408596277236938,0.0031888987869024277,0.10295584052801132,1.252608060836792,-0.06050765514373779,-0.43834495544433594,-0.13818395137786865 +117,-0.1814456292931962,-0.7246467983476987,-2.8991329224405407,-0.13511022925376892,0.6628710031509399,-0.7364423274993896,-0.3589140474796295,0.18034668266773224,1.6159822940826416,-0.3908602297306061,-0.2507464289665222,-0.34734368324279785 +118,-0.14873839823173413,-0.7775684472055927,-2.8952962076366275,-0.10560379922389984,0.70154869556427,-0.7047533392906189,0.3149622678756714,0.02978900447487831,-1.8952940702438354,-0.7420982122421265,-0.4189712405204773,-1.1166882514953613 +119,-0.3240255142771946,-0.5410589541436439,3.1168069049892795,-0.27290821075439453,0.5150439739227295,-0.8125581741333008,3.098445415496826,0.2821369171142578,-2.7447669506073,-0.14953136444091797,-0.06346017122268677,-0.4953947067260742 +120,-0.33954787803174985,-0.1574401359174769,2.9360990178103212,-0.3289414942264557,0.15679052472114563,-0.931243360042572,2.5670297145843506,0.2805727422237396,-2.83651065826416,-0.03922256827354431,0.2577449679374695,0.1529383659362793 +121,-0.33096396028541747,0.10685388815356124,2.796841994610629,-0.3231014609336853,-0.10665066540241241,-0.9403356313705444,1.7189644575119019,0.2676587998867035,-1.6010764837265015,0.10329863429069519,0.4418862462043762,0.30401360988616943 +122,-0.2544343878391971,0.3003019409967456,2.7446457991967623,-0.24043385684490204,-0.2958086431026459,-0.9244937896728516,1.7453312873840332,0.7769534587860107,-0.3567661643028259,-0.13317757844924927,0.7599047422409058,-0.0019282698631286621 +123,-0.29520675631381155,0.4288580837070007,2.859132475098114,-0.26459071040153503,-0.4158325791358948,-0.8701006174087524,0.24729710817337036,-0.3468014895915985,2.2605316638946533,0.13020655512809753,0.9279327988624573,-0.06326425075531006 +124,-0.3432942985387845,0.14133313993314975,3.033813940056705,-0.33323487639427185,-0.1408630907535553,-0.9322618246078491,-3.219773530960083,0.6260181665420532,1.7688114643096924,0.03863343596458435,0.4912201464176178,-0.3346296548843384 +125,-0.3086186429176498,-0.14963127570886114,3.0362600205420027,-0.30034884810447693,0.1490735411643982,-0.9421080946922302,-2.4874749183654785,-0.1371530294418335,1.1665328741073608,0.09963473677635193,-0.4326581358909607,-0.2574921250343323 +126,-0.2924838130805046,-0.29961179440043545,-3.062881424118733,-0.27548661828041077,0.2951493263244629,-0.9148737788200378,-0.04969196394085884,-0.09700041264295578,2.7869396209716797,0.08490434288978577,-0.3173508644104004,0.21675366163253784 +127,-0.16383321477949436,-0.36893002920806367,-2.783371007910945,-0.15212680399417877,0.36061766743659973,-0.9202240705490112,-0.5253748893737793,0.7914988994598389,2.4884629249572754,-0.3086581230163574,-0.20210933685302734,0.12183845043182373 +128,-0.030307658898990928,-0.5135252734560314,-2.6448197782831038,-0.026394478976726532,0.4912508726119995,-0.8706181049346924,-1.4212524890899658,0.42752277851104736,-0.46003785729408264,-0.8507112264633179,-0.576501727104187,-0.6306941509246826 +129,-0.1819277373349335,-0.5005002934396799,-2.8023748035327207,-0.15873393416404724,0.47986453771591187,-0.8628636002540588,1.152812123298645,-1.43068528175354,-2.494849920272827,-0.35892045497894287,-0.44827884435653687,-0.5819606184959412 +130,-0.3691383311568701,-0.20710712536740547,-3.122669315933644,-0.35310134291648865,0.20562970638275146,-0.9127079844474792,2.0098745822906494,0.09896112233400345,-4.461441993713379,-0.026094824075698853,0.22068558633327484,-0.22065383195877075 +131,-0.39617840622867095,0.09514193462211656,2.9007292875654045,-0.38415035605430603,-0.09499846398830414,-0.9183701872825623,1.7982194423675537,-0.42684489488601685,-2.278200387954712,0.20040398836135864,0.30354034900665283,0.22966474294662476 +132,-0.37311956273681157,0.28283011835358784,2.8068062842596735,-0.3500394821166992,-0.27907443046569824,-0.8941978812217712,1.0480095148086548,0.8046045303344727,-1.042371392250061,0.15579509735107422,0.5639865398406982,0.18249744176864624 +133,-0.27650743413398193,0.3682476199047902,2.8218109113889063,-0.2546955645084381,-0.35998108983039856,-0.897520899772644,-0.04437024146318436,0.7237842679023743,0.9597510695457458,-0.13074147701263428,0.7563281059265137,-0.12077438831329346 +134,-0.3457243861629191,0.23455389647463049,3.016559374632306,-0.32959917187690735,-0.23240911960601807,-0.915068507194519,-2.1397488117218018,-0.3497292697429657,2.760118246078491,0.05219438672065735,0.6396204233169556,-0.07072556018829346 +135,-0.3781776230034377,-0.09581872382182324,3.0920413515490317,-0.367533802986145,0.09567216783761978,-0.9250760674476624,-3.4012722969055176,0.03190963715314865,0.8109859824180603,0.03367149829864502,0.19955489039421082,-0.35339683294296265 +136,-0.3821429639779695,-0.4383505770227344,3.135858180812124,-0.3376522362232208,0.42444658279418945,-0.8401405215263367,-1.557542085647583,-0.6663068532943726,2.376157760620117,0.041814833879470825,-0.46137282252311707,0.040488481521606445 +137,-0.307372365220268,-0.5567642593410796,-2.9416115785147965,-0.2568601369857788,0.5284419059753418,-0.8091798424720764,-0.37453389167785645,0.16164018213748932,1.917445421218872,-0.1546236276626587,-0.2281031608581543,-0.08820480108261108 +138,-0.18645214678693076,-0.7085675981653978,-2.744439276776771,-0.14075329899787903,0.6507468223571777,-0.7461348176002502,-1.8961963653564453,0.29387563467025757,0.9599769711494446,-0.43212267756462097,-0.46210241317749023,-0.508091926574707 +139,-0.2661733735429008,-0.7626949340211364,-2.905736036696391,-0.19017289578914642,0.690872311592102,-0.6975167989730835,1.563401699066162,0.1546415388584137,-2.4903552532196045,-0.40533187985420227,-0.6486360430717468,-0.9967886209487915 +140,-0.3446334457851823,-0.4225954162766653,-3.103452207654427,-0.30813005566596985,0.4101289212703705,-0.8583997488021851,3.3129687309265137,0.7371821999549866,-2.807764768600464,-0.21852701902389526,0.15247789025306702,-0.45800650119781494 +141,-0.31908135184253794,-0.053012956385230646,3.007413962239706,-0.3132537305355072,0.05298813059926033,-0.9481900334358215,2.4351961612701416,0.22684402763843536,-2.1788647174835205,-0.07613533735275269,0.2979945242404938,0.15464144945144653 +142,-0.3062774717491401,0.21497094893003085,2.9204823069812997,-0.2945714294910431,-0.21331904828548431,-0.9315163493156433,2.0720694065093994,0.26712334156036377,-1.3960410356521606,0.02764943242073059,0.6074841022491455,0.2808510661125183 +143,-0.2382366619729491,0.4173977722729894,2.876054763817235,-0.21572904288768768,-0.40538302063941956,-0.888327419757843,1.4341553449630737,0.45318078994750977,-0.15221717953681946,-0.12168857455253601,0.8583096265792847,0.10938149690628052 +144,-0.2766759586100416,0.42685528743454,2.9680347389253905,-0.24864953756332397,-0.41401031613349915,-0.8756533861160278,-1.2593936920166016,-0.2959437668323517,1.9251830577850342,0.01900474727153778,0.8751003742218018,-0.17993438243865967 +145,-0.32633070769339195,0.11633170071629785,3.119583508108218,-0.31840285658836365,-0.1160694882273674,-0.9408227801322937,-2.9214906692504883,-0.06557853519916534,2.0275909900665283,-0.013842016458511353,0.347179114818573,-0.4445074200630188 +146,-0.3711871965239481,-0.19447569070011983,-3.076996705307771,-0.3558844029903412,0.19325213134288788,-0.9143303036689758,-1.076304316520691,-0.47383373975753784,2.8729991912841797,0.2771490514278412,-0.4994502663612366,-0.02181166410446167 +147,-0.277055842110015,-0.31345059785429874,-2.7687561425602416,-0.2601975202560425,0.30834293365478516,-0.9149982929229736,0.5049173831939697,0.9237497448921204,2.1852309703826904,-0.12598717212677002,-0.11734867095947266,0.10739636421203613 +148,-0.03687742103148735,-0.2506495918497279,-2.639627720507632,-0.035716962069272995,0.2480333000421524,-0.9680928587913513,-0.027622131630778313,1.9774366617202759,1.598057508468628,-0.3431130051612854,-1.2310807704925537,-0.3819132447242737 +149,0.038208731304742526,-0.1406609778638874,-2.5346727527212076,0.03782216086983681,0.14019758999347687,-0.9894008636474609,1.940609335899353,-1.2333275079727173,-0.1257234811782837,-0.9378771185874939,-0.917251467704773,-1.1689395904541016 +150,-0.0434752804618663,0.04933470215605033,-2.7705484131857108,-0.04340870678424835,-0.04931469261646271,-0.9978395104408264,1.7147481441497803,-0.6863904595375061,-3.420416831970215,-0.5969111323356628,0.4877149760723114,-0.8145536184310913 +151,0.028780360449204363,0.2637769323901048,3.1243625435864275,0.02778107300400734,-0.2607286870479584,-0.9650123119354248,2.6922078132629395,0.4994654059410095,-3.142519235610962,-0.28144317865371704,0.7046068906784058,-0.2516930103302002 +152,0.11836886478223102,0.5575884348800914,2.870522937589493,0.10020557790994644,-0.5291414260864258,-0.8425961136817932,2.637401819229126,-0.39769431948661804,-1.8299224376678467,-0.11842458695173264,1.1529054641723633,0.3057461380958557 +153,0.25440863090543575,0.6602475301800673,2.557777623075239,0.19878160953521729,-0.6133123636245728,-0.7644173502922058,1.8197050094604492,-0.3792155981063843,-1.985133171081543,0.20772778987884521,0.49182194471359253,0.028043389320373535 +154,0.4611381153653039,0.8188064394876491,2.1993426590240346,0.30395445227622986,-0.7303310632705688,-0.6117420196533203,1.7035231590270996,-0.208845853805542,-1.304591417312622,0.35527098178863525,0.5723568201065063,0.2718524932861328 +155,0.4678107469007393,0.8317828566076392,2.157930132634766,0.30373018980026245,-0.7391334176063538,-0.6011902093887329,-0.5913769006729126,-0.3472177982330322,0.9894296526908875,0.20766809582710266,0.9924903512001038,0.3391357660293579 +156,0.1384362400227083,0.7550374550133068,2.6158211778509295,0.1004939153790474,-0.6853159666061401,-0.721278727054596,-2.330160140991211,0.0975373387336731,3.949758768081665,-0.04113723337650299,1.4048136472702026,0.21590769290924072 +157,-0.12486239005544207,0.40300641511133334,-3.1026745428450533,-0.11456095427274704,-0.39218565821647644,-0.9127246141433716,-4.355147361755371,0.6120648980140686,4.294351100921631,-0.6883870363235474,1.0668072700500488,-0.6451214551925659 +158,-0.1828889205323314,-0.12846032770944402,-2.727599072873892,-0.18037250638008118,0.12810730934143066,-0.9752201437950134,-4.917717933654785,-0.8627563714981079,4.441752910614014,-0.7618882656097412,0.37270140647888184,-0.8917384743690491 +159,-0.07789819565351579,-0.6562064043990393,-2.382752948677103,-0.06165730580687523,0.6101155281066895,-0.7899097204208374,-4.446625232696533,0.4209875166416168,2.4501073360443115,-1.075198769569397,-0.06058549880981445,-1.375083565711975 +160,0.031570014352411586,-1.0488577779292065,-2.283804525038579,0.015736976638436317,0.8668543100357056,-0.4983130097389221,-2.6298110485076904,0.11105836927890778,-0.6223837733268738,-0.773671567440033,-1.2313563823699951,-1.456887125968933 +161,-0.3450367491102993,-1.0237048030292868,-2.6840221918274785,-0.1759497970342636,0.8540411591529846,-0.4895462393760681,2.6227617263793945,0.673884391784668,-2.946909189224243,-0.06985403597354889,-0.6545476913452148,-0.8118758797645569 +162,-0.3678792012898574,-0.5562201445797966,-2.8961231283776345,-0.3054244816303253,0.5279799103736877,-0.7924349308013916,3.8997609615325928,0.9536536335945129,-2.8409457206726074,-0.24590611457824707,-0.005015432834625244,-0.1684415340423584 +163,-0.3337660775395742,-0.19530453860915395,-2.9971253698436984,-0.32137539982795715,0.19406528770923615,-0.9268530011177063,2.921607732772827,0.8692688345909119,-2.0507709980010986,-0.30136629939079285,0.46578577160835266,-0.13100826740264893 +164,-0.23080926678064698,0.15329685816278202,-3.0805404688522064,-0.2260826826095581,-0.1526971459388733,-0.962065577507019,3.5076732635498047,1.0003647804260254,-1.1222244501113892,-0.4213172197341919,0.9146142601966858,-0.11216843128204346 +165,-0.257426394776564,0.3868185877943031,-3.027845386099234,-0.2357817441225052,-0.3772439658641815,-0.895596981048584,0.38881367444992065,-0.6365383267402649,0.5763470530509949,0.05670459568500519,1.323929786682129,0.269376277923584 +166,-0.30729721779012775,0.17674294896359405,-2.9927596858379415,-0.2977713644504547,-0.17582419514656067,-0.9383059740066528,-3.275911331176758,-0.1608157902956009,1.367479681968689,0.2644003927707672,0.6171541810035706,0.09187042713165283 +167,-0.31445280861242453,-0.19680898260222235,-2.9707217043219765,-0.303325355052948,0.1955409198999405,-0.932607889175415,-4.39971923828125,-0.5425925850868225,1.4765045642852783,-0.0703776478767395,0.1157231330871582,-0.31510329246520996 +168,-0.3639801126998232,-0.6013428719917248,-2.969566487647573,-0.29354631900787354,0.5657503008842468,-0.7705564498901367,-2.243804454803467,-0.26770269870758057,1.1607016324996948,-0.05278238654136658,-0.4797670245170593,-0.2948732376098633 +169,-0.2932366006525324,-0.7752978388807577,-2.8304902033637585,-0.20644471049308777,0.6999288201332092,-0.6837252974510193,-1.0475066900253296,-0.30189600586891174,1.9087339639663696,-0.19425110518932343,-0.48487144708633423,-0.3210660219192505 +170,-0.23358107322686683,-0.917308242409308,-2.7660225570365733,-0.14072000980377197,0.7939680218696594,-0.5914495587348938,-0.829862117767334,0.5759822726249695,-0.851877748966217,-0.4411128759384155,-0.6921156048774719,-0.8655053377151489 +171,-0.32240002003983265,-0.7814610254049656,-2.9431182573639547,-0.2249227911233902,0.7043173313140869,-0.673310399055481,2.0924642086029053,0.7859495282173157,-1.88258957862854,-0.249625563621521,-0.3959524631500244,-0.6502827405929565 +172,-0.30660269595791195,-0.42642870869622845,3.136807781566149,-0.27479299902915955,0.4136219620704651,-0.8679894208908081,2.999567747116089,1.5294185876846313,-2.832798957824707,-0.26945745944976807,0.12354844808578491,-0.2845679521560669 +173,-0.23052265976970363,-0.09036697563025416,2.9779583712615776,-0.2275540977716446,0.09024403244256973,-0.9695747494697571,2.9188201427459717,0.6518077254295349,-1.5815037488937378,-0.1979524940252304,0.2620813846588135,0.09300309419631958 +174,-0.17157491562220126,0.2169771623917616,2.9096072390213426,-0.1667310893535614,-0.21527865529060364,-0.9622140526771545,2.707882881164551,0.6807927489280701,-1.036905288696289,-0.2210252583026886,0.7386398315429688,0.12072235345840454 +175,-0.14011861691060024,0.42555982359907146,2.8961606985191777,-0.12720392644405365,-0.41283074021339417,-0.9018813371658325,1.0228722095489502,-0.4504980444908142,0.7107377648353577,0.00733087956905365,1.0624583959579468,0.24116051197052002 +176,-0.25629610036352235,0.28619786589057367,3.040838563995578,-0.24318808317184448,-0.2823067903518677,-0.9279883503913879,-4.451610565185547,-0.5724400877952576,1.5954371690750122,-0.09581643342971802,1.0272408723831177,-0.2991997003555298 +177,-0.31855350188539383,-0.1802571717030372,2.993047063276794,-0.30811870098114014,0.17928259074687958,-0.9343022108078003,-3.8301756381988525,-0.5293818116188049,0.8067866563796997,-0.04144492745399475,0.18509729206562042,-0.5166255235671997 +178,-0.36387082536432447,-0.5497234379027642,3.062092665827551,-0.303460031747818,0.5224514603614807,-0.796841561794281,-2.1049633026123047,-1.271604299545288,2.807828187942505,-0.10382753610610962,-0.4328213334083557,-0.10089397430419922 +179,-0.2587790911809702,-0.7671827097476062,-2.912259410586079,-0.18421483039855957,0.6941099166870117,-0.6958996057510376,-1.0512956380844116,-0.026449568569660187,2.982830047607422,-0.19177699089050293,-0.4193296432495117,-0.2784198522567749 +180,0.08509014464488189,-0.9496426870095066,-2.5619731722369807,0.04946048930287361,0.8132076263427734,-0.5798680782318115,-1.3549659252166748,0.7290971279144287,0.8166311383247375,-0.6941748261451721,-0.6230831146240234,-0.757396936416626 +181,-0.04174436281512421,-0.978323549043291,-2.7178223755708877,-0.023303871974349022,0.8295623660087585,-0.557927668094635,1.8025590181350708,-0.1552378386259079,-2.0717225074768066,-0.3179894685745239,-0.6009246706962585,-1.2136178016662598 +182,-0.2627357926776301,-0.6786652223243858,-3.052083994422002,-0.20217165350914001,0.6277545690536499,-0.7516986131668091,3.8494465351104736,0.816807210445404,-4.102499008178711,-0.22235837578773499,-0.005119681358337402,-0.7744702100753784 +183,-0.24912864282027916,-0.17928903104483127,2.888206354580516,-0.24260742962360382,0.17833004891872406,-0.9535931944847107,2.7587790489196777,1.8480234146118164,-3.301816463470459,-0.17653624713420868,0.26255738735198975,-0.13976001739501953 +184,-0.13662348197935206,0.13346944457846566,2.742303318311245,-0.13498751819133759,-0.13307352364063263,-0.9818705916404724,2.8284125328063965,0.8437497019767761,-0.992327868938446,-0.2744515538215637,0.5543686747550964,0.11677354574203491 +185,-0.030383846751954033,0.38932019064393064,2.665357411441322,-0.02810581773519516,-0.37955957651138306,-0.9247403144836426,2.0260069370269775,0.7636768221855164,-0.8128117918968201,-0.34408655762672424,0.8654604554176331,0.14060640335083008 +186,0.01763663335685186,0.49367788337087787,2.6504383392333226,0.015529942698776722,-0.473867803812027,-0.8804590106010437,-0.03143688291311264,-0.03580325469374657,0.7224811911582947,-0.15673477947711945,1.1271119117736816,0.24302315711975098 +187,-0.1386458625532589,0.29528256356377935,2.857912240532463,-0.13222070038318634,-0.29101020097732544,-0.9475393295288086,-3.8363935947418213,-1.1159886121749878,3.2224273681640625,-0.00854162871837616,0.8118536472320557,-0.2453317642211914 +188,-0.28395782438917744,-0.18901032652257704,3.0419589398890885,-0.2751677334308624,0.18788693845272064,-0.9428579807281494,-4.564430236816406,-1.035347819328308,1.949917197227478,-0.037515342235565186,0.10529541969299316,-0.6120736002922058 +189,-0.3404846734729559,-0.595473843958439,-3.1009958754457125,-0.2764664590358734,0.5609011054039001,-0.7803564667701721,-1.7072581052780151,-1.0417237281799316,3.080034017562866,-0.0450361967086792,-0.5217470526695251,-0.15831845998764038 +190,-0.1938469791826133,-0.7004826861935904,-2.8196810569490194,-0.1472756415605545,0.6445868015289307,-0.750211775302887,0.08916456252336502,0.48872363567352295,1.6815992593765259,-0.2683737874031067,-0.22675538063049316,-0.13221919536590576 +191,0.014292423030422576,-0.8404978996229958,-2.6252182278906533,0.009534036740660667,0.7449753284454346,-0.6670238971710205,-2.5057361125946045,0.8081789612770081,0.5728337168693542,-0.6065798997879028,-0.5652725696563721,-0.673659086227417 +192,-0.15428901904971018,-0.9134487815816659,-2.8532948159895786,-0.09389999508857727,0.7916157245635986,-0.6037611365318298,1.8162235021591187,-0.26848751306533813,-3.0317742824554443,-0.31819412112236023,-0.8020985126495361,-1.06771719455719 +193,-0.2690000951468853,-0.5116747926295754,3.127195700643004,-0.2317296266555786,0.48963823914527893,-0.8405687212944031,3.8813979625701904,1.3067867755889893,-3.410468339920044,-0.4599055051803589,0.15498456358909607,-0.6682203412055969 +194,-0.26645056981204357,-0.08092395811104947,2.8882076461246737,-0.2624472379684448,0.08083566278219223,-0.9615545272827148,3.3272712230682373,0.3969513177871704,-2.570533275604248,-0.15681850910186768,0.4135185778141022,-0.09035587310791016 +195,-0.20250079327228904,0.2570612903059323,2.749822888314185,-0.19451111555099487,-0.2542394995689392,-0.9473794102668762,2.310378074645996,0.619423508644104,-2.024048089981079,-0.21108274161815643,0.842526912689209,0.14539271593093872 +196,-0.09570907603007589,0.4738512235383283,2.632676494256068,-0.08503364771604538,-0.4563165605068207,-0.8857451677322388,1.4706125259399414,0.4653700292110443,-0.47590166330337524,-0.19922232627868652,0.9692102074623108,0.15716850757598877 +197,-0.17727338687847244,0.5093969380684858,2.749010512318508,-0.15395718812942505,-0.4876508414745331,-0.8593566417694092,-1.381805419921875,-0.7320430278778076,2.3405466079711914,0.11667996644973755,1.1426191329956055,0.14602351188659668 +198,-0.2662494317451621,0.0943892450455745,2.92864395352397,-0.26194366812705994,-0.09424915164709091,-0.9604700207710266,-4.144447326660156,0.3049664795398712,2.461578845977783,0.017345279455184937,0.6754411458969116,-0.5984899401664734 +199,-0.2624148360005231,-0.31632905940007167,3.0356446897916074,-0.24654234945774078,0.31107985973358154,-0.9178486466407776,-3.0655829906463623,-0.7850058674812317,2.780824899673462,-0.03522643446922302,-0.29788103699684143,-0.36155498027801514 +200,-0.2042533011673688,-0.5309268677438369,-2.847043593798146,-0.17491325736045837,0.5063328146934509,-0.8444125056266785,-0.07834409922361374,-0.6236037611961365,3.5438642501831055,-0.16587653756141663,-0.10025066137313843,0.009436309337615967 +201,-0.012524486693520062,-0.6254519080229632,-2.5435536100289475,-0.010153318755328655,0.5854637026786804,-0.8106350302696228,-1.8353646993637085,1.05055832862854,2.096066474914551,-0.43970629572868347,-0.10566633939743042,-0.12160062789916992 +202,0.2584311098610079,-0.880210916775779,-2.3726552940145167,0.1627913862466812,0.7708732485771179,-0.6158354878425598,-2.0009820461273193,1.2184627056121826,-1.2568573951721191,-1.286662220954895,-0.9188835024833679,-1.360131859779358 +203,-0.035730242270910026,-0.8337188138859665,-2.675289776559175,-0.02401014417409897,0.7404360175132751,-0.6716977953910828,1.8536717891693115,-0.6827892065048218,-2.2985708713531494,-0.25987961888313293,-0.41275352239608765,-0.7237488627433777 +204,-0.26465138585330117,-0.4852201264052229,-3.0983694911405024,-0.23138006031513214,0.4664030969142914,-0.8537747859954834,2.9305074214935303,1.1660677194595337,-5.037307262420654,-0.2605785131454468,0.15089121460914612,-0.3162385821342468 +205,-0.26425168981351177,-0.10648613612217753,2.8012650524642035,-0.25970757007598877,0.10628500580787659,-0.959820568561554,2.494140863418579,1.0538781881332397,-3.336470603942871,-0.04057013988494873,0.3646317422389984,0.10201722383499146 +206,-0.14040283388684813,0.1533094322200008,2.6457339431160865,-0.13830062747001648,-0.15270957350730896,-0.9785462021827698,2.076786756515503,1.346360445022583,-0.5891641974449158,-0.21466566622257233,0.6208034753799438,0.05250561237335205 +207,-0.06664399423399572,0.36026433879100256,2.7288111033255813,-0.06231953948736191,-0.3525216281414032,-0.9337263107299805,1.8413292169570923,0.22723084688186646,1.2277607917785645,-0.41669961810112,1.0079171657562256,0.11236095428466797 +208,-0.20357347354819036,0.3588025289184315,2.912537733386913,-0.189295694231987,-0.35115328431129456,-0.9169833660125732,-2.7037553787231445,-1.01051664352417,2.141839027404785,0.1079815924167633,1.0150784254074097,0.13506197929382324 +209,-0.29273195874587243,-0.056481578979411556,2.957393632114648,-0.28810885548591614,0.056451551616191864,-0.9559322595596313,-3.805548667907715,-0.6842225193977356,0.8930844068527222,0.08666232228279114,0.27127671241760254,-0.37536656856536865 +210,-0.4217961698076212,-0.4220444984408232,2.99792814201543,-0.37347638607025146,0.40962639451026917,-0.832298994064331,-1.927666425704956,-1.6699737310409546,2.717709541320801,0.19388043880462646,-0.44556087255477905,-0.15877461433410645 +211,-0.37348066583365414,-0.6177332112549258,-3.0847322444777268,-0.297430157661438,0.5791887640953064,-0.7589964866638184,-0.8680422306060791,0.42646437883377075,1.669147253036499,-0.1968783140182495,-0.1453508734703064,-0.21063852310180664 +212,-0.31667784359244155,-0.8175369614799276,-3.0442075297745785,-0.21301154792308807,0.7294632792472839,-0.6500071883201599,-2.104152202606201,0.13578718900680542,0.44940096139907837,-0.22793692350387573,-0.6173417568206787,-0.5661182403564453 +213,-0.319924491048285,-0.8806015990822663,-3.091227359634049,-0.20023490488529205,0.7711220383644104,-0.604381263256073,1.2134252786636353,0.2707079350948334,-0.9970480799674988,-0.5259461402893066,-0.6788979768753052,-1.0668222904205322 +214,-0.37494752625191874,-0.5857313839989832,3.0445245345057086,-0.30517715215682983,0.5528090000152588,-0.7754154801368713,3.2363693714141846,0.9870596528053284,-2.737694025039673,-0.26740890741348267,0.002214193344116211,-0.5342463850975037 +215,-0.31825255506793493,-0.19019583768420267,2.8746010377144233,-0.3072647452354431,0.18905121088027954,-0.9326564073562622,2.854243278503418,0.8285531997680664,-2.6664175987243652,-0.2261672019958496,0.31860870122909546,-0.03552895784378052 +216,-0.2825118195333714,0.13623072770764785,2.741580566472163,-0.2761859595775604,-0.1358097344636917,-0.9514604806900024,2.5279650688171387,-0.014698687940835953,-1.8530704975128174,-0.07011225819587708,0.6036442518234253,0.18321096897125244 +217,-0.25507308748545193,0.3692043615047884,2.662012130620844,-0.23531374335289001,-0.3608735203742981,-0.9024398922920227,1.411454677581787,0.07068665325641632,-0.5017846822738647,-0.009101524949073792,0.7942383885383606,0.2714889645576477 +218,-0.28702870032481664,0.39210937575030547,2.7474080320951346,-0.26161760091781616,-0.38213855028152466,-0.8862992525100708,-0.7991921305656433,-0.020778730511665344,1.9113779067993164,0.11153215169906616,0.8904088139533997,0.0907670259475708 +219,-0.36310036897157644,0.1252356990621167,2.9491280546886154,-0.3523925244808197,-0.12490858882665634,-0.9274790287017822,-3.2520291805267334,-0.15661603212356567,3.869079351425171,0.1053832471370697,0.6426392793655396,-0.2678029537200928 +220,-0.3474236220320978,-0.3381273772284913,3.0746553740276,-0.32119786739349365,0.33172109723091125,-0.8870135545730591,-4.080456256866455,0.395643413066864,1.3025394678115845,-0.13064536452293396,0.003209322690963745,-0.5071972608566284 +221,-0.3074489000094403,-0.6478484793630853,-3.1112282962585525,-0.24131084978580475,0.6034722328186035,-0.7599936723709106,-1.0941355228424072,-0.5491863489151001,2.2051546573638916,-0.18521809577941895,-0.4765496253967285,-0.11319053173065186 +222,-0.20004096123291326,-0.7163672526188568,-2.8844819224283134,-0.14986592531204224,0.6566492319107056,-0.7391563057899475,-0.22433005273342133,-0.12022963166236877,1.7400261163711548,-0.26564615964889526,-0.29129278659820557,-0.06968164443969727 +223,-0.09104152128322196,-0.8923101080821186,-2.7724881311371945,-0.05706015229225159,0.7785236835479736,-0.6250160932540894,-2.5024402141571045,0.9056654572486877,-0.5699202418327332,-0.3980179727077484,-0.5292713642120361,-0.6549369096755981 +224,-0.23730185981005847,-0.9202218151748857,-3.0395851345949008,-0.14237530529499054,0.7957359552383423,-0.5886710286140442,2.018280267715454,0.06183897703886032,-1.6032721996307373,-0.39224690198898315,-0.5528770089149475,-1.159391164779663 +225,-0.3150048204015893,-0.5658663465894248,3.049969548109347,-0.26152750849723816,0.5361472964286804,-0.8025891780853271,4.011785984039307,1.3338987827301025,-3.606982946395874,-0.31656694412231445,0.2426002025604248,-0.5873796343803406 +226,-0.2605901060563218,-0.1284914414637545,2.77514006220412,-0.2555267810821533,0.12813816964626312,-0.9582727551460266,2.92641544342041,0.5195659399032593,-2.8056790828704834,-0.21128535270690918,0.3760274648666382,-0.11127680540084839 +227,-0.23599944064923456,0.20658687407633258,2.6681626007216095,-0.22884316742420197,-0.20512054860591888,-0.9516072273254395,2.7949576377868652,0.2689279615879059,-1.287469506263733,-0.08817340433597565,0.7328152656555176,0.19176536798477173 +228,-0.19741441737023152,0.4403880635093351,2.6207341961189328,-0.1774206906557083,-0.4262905418872833,-0.8870164752006531,1.5133967399597168,0.06605233997106552,-0.3368065655231476,-0.063561350107193,0.9061183929443359,0.26840996742248535 +229,-0.2485153297201386,0.4798056898111575,2.662996992900194,-0.21819192171096802,-0.46160680055618286,-0.859832227230072,-1.0778851509094238,-0.36774560809135437,0.8599997162818909,0.21352273225784302,1.034757375717163,0.12223762273788452 +230,-0.2846884519463922,0.12283905484744859,2.7526919931932765,-0.27874213457107544,-0.12253035604953766,-0.9525172710418701,-4.223384857177734,-0.33724623918533325,2.9410107135772705,-0.0017296671867370605,0.45787274837493896,-0.5356724262237549 +231,-0.3342383328440898,-0.333421186078124,2.9500948959548525,-0.3099834620952606,0.3272777199745178,-0.8926362991333008,-3.2285280227661133,-0.8151315450668335,2.8994674682617188,-0.08907964825630188,-0.08087879419326782,-0.3252592086791992 +232,-0.32283563418957406,-0.5907062191248577,3.1378479057390676,-0.2634970247745514,0.5569477081298828,-0.787641167640686,-0.14009875059127808,-0.5665708184242249,1.8221417665481567,-0.1112130880355835,-0.3493213653564453,-0.036165595054626465 +233,-0.2232355855179046,-0.6527331850395797,-2.930161821732967,-0.17587502300739288,0.6073600053787231,-0.7747140526771545,-1.152174711227417,-0.07047666609287262,1.6712079048156738,-0.2666908800601959,-0.16912758350372314,-0.13075774908065796 +234,-0.1832473384898165,-0.8726946605508128,-2.880881055863041,-0.11712682247161865,0.7660637497901917,-0.6320028901100159,-2.0577967166900635,0.4178043603897095,-0.4719599187374115,-0.48051416873931885,-0.6071434617042542,-0.8994301557540894 +235,-0.34395112362121416,-0.8121857100529326,-3.0916282244922844,-0.23197098076343536,0.7257924675941467,-0.6476224064826965,2.4409537315368652,-0.43674594163894653,-1.652696967124939,-0.17290572822093964,-0.4872061014175415,-0.9128177165985107 +236,-0.3874214643598834,-0.4428041852280972,3.1056237882319695,-0.34136462211608887,0.42847487330436707,-0.8365880250930786,3.5520949363708496,0.8739697337150574,-2.707841157913208,-0.16646313667297363,0.25339463353157043,-0.3728846311569214 +237,-0.3294034905093937,-0.0658095604869064,2.9020442497533567,-0.3227784335613251,0.06576206535100937,-0.9441871643066406,2.1869120597839355,0.7682119011878967,-3.118497610092163,-0.08170154690742493,0.40062281489372253,0.0843849778175354 +238,-0.2737780000025102,0.1869610725649886,2.768632634288554,-0.26565906405448914,-0.18587379157543182,-0.9459789395332336,2.1368298530578613,0.39167243242263794,-1.4187896251678467,-0.025173455476760864,0.6136386394500732,0.16205865144729614 +239,-0.24398615316714775,0.37532291075321944,2.7615648872328524,-0.22475658357143402,-0.3665729761123657,-0.9028337001800537,1.305296540260315,0.18647335469722748,0.3064649701118469,-0.032796502113342285,0.8661457300186157,0.2242448329925537 +240,-0.3183925906183468,0.35051845848515994,2.891246339247536,-0.2940058708190918,-0.3433847725391388,-0.8919907212257385,-1.6164275407791138,-0.3519936800003052,2.02121901512146,0.3632807731628418,0.9641428589820862,0.09322363138198853 +241,-0.3206451611911939,-0.017903475256092403,3.0830171214306223,-0.3151283860206604,0.017902519553899765,-0.9488801956176758,-3.003089189529419,0.2119206339120865,3.6854963302612305,-0.08562842011451721,0.37006744742393494,-0.4544706344604492 +242,-0.2733511043504039,-0.3695884373783096,-2.992720963778573,-0.25173091888427734,0.3612316846847534,-0.8978548049926758,-2.219727039337158,0.012881348840892315,2.3894765377044678,-0.21169379353523254,-0.14625060558319092,-0.2784299850463867 +243,-0.20447835541444148,-0.5411129180477615,-2.740317416883886,-0.17404694855213165,0.5150902271270752,-0.839279294013977,-0.20022018253803253,-0.6197130084037781,2.565241575241089,-0.19901517033576965,-0.2287437915802002,0.09254467487335205 +244,-0.09648935318940131,-0.6015478345729495,-2.458930825397482,-0.0794282928109169,0.5659192800521851,-0.8206256628036499,-0.6033937335014343,-0.1388646513223648,2.406613349914551,-0.2818998396396637,-0.19395583868026733,0.029854238033294678 +245,0.04255430937794309,-0.7623638408577541,-2.2541621645043906,0.03076622076332569,0.6906329393386841,-0.7225507497787476,-1.8928477764129639,0.40535131096839905,0.4451192021369934,-0.6192824840545654,-0.5249530076980591,-0.6279130578041077 +246,-0.06883512261952364,-0.7864462537318097,-2.348314213305016,-0.04858435317873955,0.7078474760055542,-0.7046924829483032,1.6965476274490356,-1.0914016962051392,-1.5118910074234009,-0.25634726881980896,-0.5498579740524292,-0.8647044897079468 +247,-0.27320790827592284,-0.4773280720819886,-2.586352904785444,-0.23966258764266968,0.4594075381755829,-0.8552815914154053,3.4673540592193604,0.13738404214382172,-3.591362237930298,-0.11627918481826782,0.22566631436347961,-0.4597818851470947 +248,-0.30796700866441856,-0.07980213566211365,-2.878648435995994,-0.3021572232246399,0.07971745729446411,-0.9499190449714661,2.5670840740203857,0.34347230195999146,-2.668546199798584,0.07445037364959717,0.3416387438774109,-0.058381736278533936 +249,-0.29623658861235336,0.20186333567497963,-2.970392930658897,-0.285995215177536,-0.200495183467865,-0.937021017074585,2.027336359024048,-0.02022019401192665,-1.0235084295272827,0.1132047176361084,0.66915363073349,0.18596822023391724 +250,-0.30132688588680706,0.3441625541515511,-2.951994209896432,-0.27938345074653625,-0.3374084532260895,-0.898944079875946,0.8357399106025696,0.15222135186195374,0.7339269518852234,0.32097893953323364,0.7604278326034546,0.36615294218063354 +251,-0.3289206952828617,0.234997000329954,-2.7690659597218494,-0.3141435384750366,-0.23284006118774414,-0.9203799962997437,-2.210683822631836,0.6215183734893799,2.9007647037506104,0.23496568202972412,0.8623414039611816,0.03680455684661865 +252,-0.22948272371462838,-0.2405077601538832,-2.527866093924571,-0.22092649340629578,0.23819580674171448,-0.9457558989524841,-5.006586074829102,0.8682674765586853,3.539562225341797,-0.3275811970233917,0.3481079041957855,-0.7347860932350159 +253,-0.11138728123013793,-0.6393803272128628,-2.3946941086515996,-0.08919975161552429,0.5966982841491699,-0.7974926829338074,-1.53696608543396,-0.20089775323867798,1.364484429359436,-0.3545868396759033,-0.5574832558631897,-0.4665911793708801 +254,-0.07015052285032643,-0.6472056133654449,-2.1435068152499,-0.05591822415590286,0.6029594540596008,-0.7958096861839294,0.768154501914978,-1.2818200588226318,2.180297374725342,-0.17107152938842773,-0.35266953706741333,0.09956640005111694 +255,0.005317376408987044,-0.6223583000185499,-1.9050714846936088,0.004320379346609116,0.5829529166221619,-0.8124943971633911,-0.7615441679954529,0.21684026718139648,1.2940961122512817,-0.22685456275939941,-0.13286447525024414,0.12327021360397339 +256,0.05678680838208618,-0.7991338283228326,-1.888891514278499,0.03957773745059967,0.7167523503303528,-0.6962037086486816,-2.1976077556610107,0.5030128359794617,-1.097866415977478,-0.27734020352363586,-0.46659982204437256,-0.5719084143638611 +257,-0.06282134548401538,-0.9031049931545367,-2.105282614320326,-0.03887181356549263,0.7852532267570496,-0.617953360080719,0.8031226992607117,0.29811742901802063,-1.3889578580856323,-0.2535476088523865,-0.6267754435539246,-0.9949005842208862 +258,-0.177560417030258,-0.7468577316644942,-2.3619451736143997,-0.12961506843566895,0.6793362498283386,-0.7222896218299866,2.2358882427215576,1.4095876216888428,-3.1145548820495605,-0.25325846672058105,-0.23760956525802612,-0.4929814338684082 +259,-0.17981900486812724,-0.41758220341747826,-2.717915098573972,-0.1634831726551056,0.40555161237716675,-0.8993337154388428,2.3900344371795654,1.8975738286972046,-2.9647042751312256,-0.3056330382823944,0.12661391496658325,-0.20198464393615723 +260,-0.09085775506487129,-0.1445508255410752,-2.9173805384970266,-0.08978652209043503,0.14404796063899994,-0.985489010810852,2.7703359127044678,1.1857610940933228,-1.4219270944595337,-0.3142662048339844,0.30456042289733887,0.15138256549835205 +261,-0.00863863873330941,0.13417571873995623,-3.0159080270313123,-0.008560887537896633,-0.13377349078655243,-0.9909749627113342,2.4699313640594482,0.31226709485054016,-0.4315577447414398,-0.4383537769317627,0.6593014001846313,0.21828514337539673 +262,-0.03530196425767626,0.30022868091689875,-3.0104840175037757,-0.0337158627808094,-0.29573866724967957,-0.954673707485199,0.39229437708854675,-0.7845345735549927,0.4724563956260681,-0.2398284524679184,0.9474263191223145,0.22812646627426147 +263,-0.17437414829066264,0.14921910811801042,-2.9216750647744636,-0.17156387865543365,-0.14866596460342407,-0.9738913178443909,-3.008080244064331,-1.4272353649139404,1.9148601293563843,0.19014908373355865,0.6308589577674866,-0.05458158254623413 +264,-0.29234083130512606,-0.23855693784865697,-2.7851589039227345,-0.28003284335136414,0.23630067706108093,-0.9304534196853638,-4.074957847595215,-0.9495764970779419,1.939887285232544,-0.007793694734573364,0.38297727704048157,-0.44871222972869873 +265,-0.3975845067479116,-0.6444203847397647,-2.794241592688301,-0.3095402121543884,0.6007351875305176,-0.7370902895927429,-2.6773386001586914,-1.0005569458007812,1.3783358335494995,0.05055278539657593,-0.5220913887023926,-0.3040779232978821 +266,-0.3575325767807827,-0.8330976028946757,-2.6813821272637623,-0.23538105189800262,0.7400183081626892,-0.6300544142723083,-0.5781657695770264,0.33594614267349243,1.3391189575195312,-0.1697855442762375,-0.375577449798584,-0.2910728454589844 +267,-0.19988160394341561,-0.9404347183380762,-2.545177755413104,-0.11703465133905411,0.8078144192695618,-0.5777013301849365,-1.466729760169983,0.5752987265586853,0.6870148777961731,-0.3531343936920166,-0.3848254680633545,-0.5555689334869385 +268,-0.22718366224998837,-1.0097871966108736,-2.6646583145656613,-0.11983397603034973,0.8467186689376831,-0.5183700323104858,0.9012552499771118,0.6767301559448242,-1.4409672021865845,-0.45986270904541016,-0.5442436933517456,-1.1689926385879517 +269,-0.3402206331518758,-0.7553285307266192,-2.9712778842983742,-0.24294552206993103,0.6855279207229614,-0.6863155961036682,2.594228744506836,1.7299017906188965,-3.262667179107666,-0.16042059659957886,-0.18685537576675415,-0.5344486236572266 +270,-0.2574128026338512,-0.3731458250544513,3.0774874201702267,-0.23706060647964478,0.3645465672016144,-0.9005043506622314,2.6853861808776855,1.856067180633545,-2.186020851135254,-0.2659606337547302,0.16935846209526062,-0.07608866691589355 +271,-0.13299573766449205,-0.12075334756976243,2.8969217056166077,-0.13163842260837555,0.12046010047197342,-0.9839515686035156,2.0616729259490967,1.5092124938964844,-1.6658281087875366,-0.33914101123809814,0.3558430075645447,0.22401809692382812 +272,-0.0054962918483224465,0.06664817461882985,2.7524774242039016,-0.005484061781316996,-0.06659884750843048,-0.9977647662162781,1.4750633239746094,0.9470781087875366,-0.811253547668457,-0.5091796517372131,0.5433139204978943,0.2747270464897156 +273,0.011045606301438119,0.17517781581335823,2.7146064707729702,0.010876337997615337,-0.1742832362651825,-0.9846354722976685,0.2949172258377075,-0.6756805181503296,0.21670743823051453,-0.476238876581192,0.6772587299346924,0.31210434436798096 +274,-0.11137514342292205,0.10573971464252836,2.72412780449349,-0.1105242595076561,-0.10554277896881104,-0.9882535934448242,-1.6070985794067383,-1.3175110816955566,0.6821907162666321,-0.043238565325737,0.587293267250061,-0.02126789093017578 +275,-0.24309109178488394,-0.1306477121593349,2.748578309353666,-0.23865263164043427,0.1302763670682907,-0.9623268842697144,-2.7594666481018066,-1.059476613998413,0.6675553917884827,0.16653959453105927,0.3783143162727356,-0.22572243213653564 +276,-0.3757347278532398,-0.48012660948793784,2.6772860921383446,-0.32546672224998474,0.4618914723396301,-0.8250622153282166,-3.9603865146636963,-1.1729871034622192,0.611713707447052,0.27944624423980713,-0.17963439226150513,-0.36205631494522095 +277,-0.5081532975228105,-0.789089965595179,2.5515280711776667,-0.342780739068985,0.7097124457359314,-0.6154751777648926,-1.9006425142288208,0.18006214499473572,-0.4905696213245392,0.1786876916885376,-0.6306414008140564,-0.6455569267272949 +278,-0.4685011487989621,-0.8421290838572711,2.4343821267824906,-0.3006759285926819,0.7460625171661377,-0.5941252112388611,-0.23094289004802704,1.3921175003051758,0.011132155545055866,0.019013941287994385,-0.5498039722442627,-0.45781564712524414 +279,-0.349709714074069,-0.8140212570034326,2.3271164024536857,-0.2352396845817566,0.7270539402961731,-0.6450232267379761,0.35370150208473206,2.001528739929199,-1.2714747190475464,-0.5359243154525757,-0.3901093602180481,-0.7437555193901062 +280,-0.2738027652718462,-0.6230756490115943,2.099175929683175,-0.21958398818969727,0.5835356116294861,-0.7818369269371033,2.1186718940734863,2.669508457183838,-3.0995748043060303,-0.7599234580993652,-0.13578170537948608,-0.5044026374816895 +281,-0.17524112054616572,-0.2783547175536743,1.8226048438640419,-0.16763480007648468,0.27477407455444336,-0.9467828869819641,2.0855252742767334,1.4614278078079224,-2.5094211101531982,-0.623640239238739,0.23084118962287903,0.04540044069290161 +282,-0.082263080687335,-0.002714630284898371,1.6247790067180423,-0.0821700245141983,0.002714626956731081,-0.9966146349906921,3.0179543495178223,1.2928060293197632,-2.1088807582855225,-0.5372452735900879,0.5564131736755371,0.22105616331100464 +283,0.07977183928466297,0.29225577344531606,1.4663824207359768,0.0763082355260849,-0.2881130874156952,-0.9545511603355408,2.635434865951538,1.0605767965316772,-0.7723314762115479,-0.6643972396850586,0.7927060127258301,0.25606483221054077 +284,0.07559812385864184,0.4685253047224475,1.4192731647716006,0.06738707423210144,-0.451570987701416,-0.8896867632865906,-0.012662163004279137,-1.5946601629257202,-0.27534887194633484,-0.47371336817741394,1.015596866607666,0.40486931800842285 +285,-0.07726845224726646,0.21729949013723343,1.3163484610334744,-0.07537628710269928,-0.21559341251850128,-0.9735696911811829,-4.969137191772461,-1.846847653388977,-1.1281105279922485,-0.09114287793636322,1.1296406984329224,-0.38096827268600464 +286,-0.29399347700540623,-0.29527280970069675,1.1652900291615231,-0.2772359251976013,0.2910008728504181,-0.9156739115715027,-3.4378578662872314,-2.1593832969665527,-0.035925157368183136,0.3273763060569763,0.09786936640739441,-0.4261839985847473 +287,-0.45389304696705884,-0.5292141801015343,1.1362193271286536,-0.37848711013793945,0.5048551559448242,-0.7758020162582397,-2.196979284286499,-1.17910635471344,1.377469539642334,0.20912981033325195,-0.19604778289794922,-0.41809141635894775 +288,-0.5021317510380633,-0.8283476792301891,1.125337919593895,-0.3254008889198303,0.7368152737617493,-0.5926361083984375,-3.0989274978637695,0.8705239295959473,0.003882789285853505,0.06911429762840271,-0.23846322298049927,-0.6609954833984375 +289,-0.5589219859637583,-0.9718010373598763,0.8606363871340434,-0.29897454380989075,0.82590252161026,-0.4780160188674927,-0.412047803401947,1.6081137657165527,-0.3616694509983063,0.023431360721588135,-0.7681632041931152,-0.6678885221481323 +290,-0.29039339898398003,-0.8280662333531384,0.991964529134945,-0.19364483654499054,0.7366249561309814,-0.6479856371879578,2.7903804779052734,1.697095274925232,0.18679043650627136,-0.42084187269210815,-0.20519191026687622,-0.33921223878860474 +291,-0.15469454900751842,-0.5536138246976173,0.9812763966328183,-0.13106362521648407,0.5257647037506104,-0.8404723405838013,2.005634307861328,0.7435034513473511,-1.7069228887557983,-0.7281435132026672,0.23981451988220215,-0.43371284008026123 +292,-0.1694802030489082,-0.3758417277341663,0.7878475382992929,-0.1568966805934906,0.36705562472343445,-0.9168716073036194,2.0130398273468018,1.5648256540298462,-2.6334497928619385,-0.4294985830783844,0.20226502418518066,-0.23061978816986084 +293,-0.022223364187885928,-0.07156697976667953,0.5298501985479979,-0.02216465212404728,0.07150590419769287,-0.9971938729286194,2.9984354972839355,1.7040293216705322,-2.850600481033325,-0.6989352107048035,0.5400053262710571,4.7266483306884766e-05 +294,0.06545155285290041,0.25085604977649845,0.2881087923173006,0.06335768103599548,-0.24823330342769623,-0.9666261076927185,3.4331092834472656,-0.3768050968647003,-1.432981014251709,-0.5284303426742554,0.7848391532897949,0.115017831325531 +295,0.02500752537833752,0.5069288911808485,0.16712558689206958,0.021860290318727493,-0.4854946434497833,-0.8739662766456604,1.251753568649292,-1.0497715473175049,-0.5631212592124939,-0.1614476889371872,0.9739895462989807,0.4471932053565979 +296,-0.06269762493113351,0.4956832450438201,0.15417666543220238,-0.055115461349487305,-0.47563278675079346,-0.8779155611991882,-1.5256797075271606,-0.9814895987510681,-0.03332004323601723,0.1196143627166748,0.9768229722976685,0.21238821744918823 +297,-0.13910863218180963,0.17436046322635862,0.19918748256411933,-0.13655799627304077,-0.17347833514213562,-0.9753241539001465,-3.9051690101623535,-0.7644899487495422,2.0040717124938965,-0.06929832696914673,0.4228985011577606,-0.542940616607666 +298,-0.22964921939346222,-0.22385761977619265,0.38870571157608397,-0.2219560742378235,0.221992626786232,-0.9494497179985046,-3.2348599433898926,-0.596319317817688,1.934133768081665,-0.1293928027153015,0.1063002198934555,-0.49941807985305786 +299,-0.29306415163584454,-0.5393055573081973,0.4060551090898655,-0.24788405001163483,0.5135402679443359,-0.8214803338050842,-1.7476555109024048,-0.9000095725059509,0.874502420425415,-0.004191160202026367,-0.5654659271240234,-0.31662696599960327 +300,-0.26991610555077955,-0.5960266497073091,0.5304439736858312,-0.22067271173000336,0.5613586902618408,-0.7976089119911194,0.11963300406932831,0.289753258228302,0.7978069186210632,-0.08297717571258545,-0.2910492420196533,-0.06484836339950562 +301,-0.22731869044962727,-0.6595247544375958,0.538247912684854,-0.1781030297279358,0.6127413511276245,-0.7699527740478516,-0.8932246565818787,0.5205571055412292,-0.5836763978004456,-0.18102779984474182,-0.4751834273338318,-0.13730424642562866 +302,-0.23762872564722917,-0.6410722294170026,0.4004486225608246,-0.18866141140460968,0.5980551242828369,-0.7789331674575806,1.2666200399398804,1.0021158456802368,-1.9257341623306274,-0.4204236567020416,-0.2419760823249817,-0.5637791752815247 +303,-0.2520474181709571,-0.43199303300706643,0.24541863439429137,-0.2264767736196518,0.4186815619468689,-0.8794395923614502,1.4708725214004517,0.7214503288269043,-2.3176982402801514,-0.2875765562057495,0.0937696099281311,-0.1681678295135498 +304,-0.20377740172878375,-0.181331280524843,0.02400328592718391,-0.19905205070972443,0.18033918738365173,-0.9632528424263,1.6287623643875122,1.3650155067443848,-2.5608742237091064,-0.22024421393871307,0.28633561730384827,0.07653409242630005 +305,-0.12484212699641953,0.005004000480680173,-0.1482592216348836,-0.12451653182506561,-0.005003979429602623,-0.9922049045562744,1.6173847913742065,0.6325854063034058,-1.439012050628662,-0.2448834776878357,0.35516268014907837,0.2823966145515442 +306,-0.07231170628712728,0.18152546305677136,-0.2316739170152883,-0.0710616186261177,-0.18053017556667328,-0.9809990525245667,1.5725712776184082,0.18815003335475922,-0.41200679540634155,-0.3167710304260254,0.6090885400772095,0.29783254861831665 +307,-0.11488649170313846,0.26690079751554535,-0.1930838167301257,-0.11057507991790771,-0.26374325156211853,-0.9582341313362122,-0.36497607827186584,-0.7543767094612122,0.8161011934280396,-0.17932665348052979,0.8261821866035461,0.22417956590652466 +308,-0.1794915600006803,0.09750055881080505,-0.07970284443463628,-0.17768141627311707,-0.09734614938497543,-0.9792614579200745,-2.645043134689331,-0.3749053478240967,2.3631248474121094,-0.012748271226882935,0.6130017042160034,-0.32905763387680054 +309,-0.2505178622301393,-0.24789385837504593,0.16905041538598156,-0.24032755196094513,0.24536274373531342,-0.9391697645187378,-2.51933217048645,-0.9464019536972046,3.20048451423645,0.08366557955741882,0.050047412514686584,-0.4085017442703247 +310,-0.2055724134903677,-0.47357491302815985,0.43223077554730693,-0.18166200816631317,0.4560706615447998,-0.87120521068573,-0.700187087059021,-0.12550368905067444,2.2765488624572754,-0.11470943689346313,-0.2139441967010498,0.14461219310760498 +311,-0.08858552945728514,-0.5286053702369639,0.5664273427336051,-0.07639459520578384,0.5043295621871948,-0.8601253032684326,-0.4272197186946869,0.9096323251724243,0.552207350730896,-0.33974310755729675,-0.017421603202819824,0.10612750053405762 +312,0.018454580827645537,-0.6857970796042469,0.6052219236052128,0.014281457290053368,0.6332901120185852,-0.7737827301025391,-2.0796620845794678,0.6095468401908875,-0.3172931373119354,-0.4703361690044403,-0.3732650876045227,-0.24240678548812866 +313,-0.039187286608712624,-0.7792386299050602,0.46784220411298216,-0.027872614562511444,0.7027379274368286,-0.7109026312828064,1.113378882408142,-0.11830630153417587,-1.4544793367385864,-0.45897430181503296,-0.5260411500930786,-0.9012037515640259 +314,-0.16915517901079882,-0.5852646927733658,0.22958467379812122,-0.14033052325248718,0.5524200201034546,-0.8216686844825745,1.9699900150299072,1.3860958814620972,-3.4460880756378174,-0.13408353924751282,0.00959169864654541,-0.35984987020492554 +315,-0.10609326089280108,-0.273693275055822,-0.11044154448977116,-0.10195287317037582,0.2702890932559967,-0.957365870475769,2.4448747634887695,2.0790207386016846,-3.3028390407562256,-0.2594973146915436,0.3608143925666809,-0.20109659433364868 +316,-0.005389028178961563,-0.019398312932313137,-0.23594186497184352,-0.005387988407164812,0.01939709670841694,-0.9997973442077637,3.0183792114257812,0.9357826709747314,-0.34674426913261414,-0.2713606655597687,0.5664030909538269,0.16695737838745117 +317,0.24380800268723585,0.19102391474238753,-0.32193286030514773,0.23700878024101257,-0.18986427783966064,-0.9527740478515625,0.7292681336402893,3.2561752796173096,-0.9377936124801636,-0.2763764560222626,0.9492636919021606,0.5423736572265625 +318,0.35082851277936583,0.14966838850397293,-0.2651365891243228,0.3398338854312897,-0.14911024272441864,-0.9285898208618164,-1.4146394729614258,-0.5474144220352173,1.2213315963745117,-0.3309227526187897,0.8231825232505798,0.2017526626586914 +319,0.2387314725812734,0.00655909266539562,-0.04979620885935452,0.236465185880661,-0.006559045519679785,-0.9716178178787231,-2.541459560394287,-1.0928997993469238,1.392530083656311,-0.2193600833415985,0.7675759196281433,-0.5541695356369019 +320,0.0927704621476685,-0.2719596296876302,0.16764129434625263,0.0892326831817627,0.268619567155838,-0.9591042995452881,-2.823753595352173,-2.182692766189575,1.8463736772537231,-0.1258537769317627,-0.3262519836425781,-0.7126944065093994 +321,-0.028584048874036705,-0.42947941146101315,0.2977994263753675,-0.02598458155989647,0.4163975417613983,-0.9088112115859985,-1.4226726293563843,-1.3386406898498535,0.0232088565826416,0.02871590666472912,-0.5282139778137207,0.4358193278312683 +322,-0.10656663418884181,-0.6319241469766581,0.2247590067070786,-0.08582514524459839,0.5906984210014343,-0.8023149967193604,-1.4700521230697632,0.17531636357307434,-1.6301181316375732,0.11716669797897339,-0.9396669864654541,0.24636107683181763 +323,-0.09766514364552713,-0.582952068266786,0.13800005001787977,-0.08140532672405243,0.5504908561706543,-0.830862820148468,0.6179271340370178,2.5324203968048096,1.1483843326568604,-0.4896243214607239,0.5885624885559082,-1.5475552082061768 +324,0.07700268921014189,-0.4732507417521548,0.126046009543574,0.06847171485424042,0.4557821452617645,-0.8874537944793701,1.7481082677841187,-0.9654876589775085,-2.1469838619232178,-0.6770532727241516,0.2734659016132355,-0.16409039497375488 +325,-0.11262981954250281,-0.39971601687000863,-0.03955257452355386,-0.10353216528892517,0.3891567587852478,-0.9153349995613098,0.27073583006858826,-1.1874667406082153,-1.3110908269882202,0.10966621339321136,-0.1733669936656952,0.7422392964363098 +326,-0.1805283312343917,-0.3112700850266783,-0.23349971343269238,-0.17092116177082062,0.30626794695854187,-0.9364752769470215,1.8732584714889526,1.4275976419448853,-2.6350481510162354,0.2803114056587219,0.03031042218208313,0.464536190032959 +327,0.07916215282720072,-0.017342186528899683,-0.2540809504089706,0.07906761020421982,0.017341317608952522,-0.9967184066772461,1.5275474786758423,1.8731896877288818,1.970589280128479,-0.9250301122665405,0.9194720387458801,-1.015854835510254 +328,-0.12809646861996352,-0.1363954487925112,-0.14145691484790002,-0.1265600025653839,0.13597293198108673,-0.9825955033302307,-3.0431745052337646,-2.2790794372558594,-0.0019373873947188258,0.4226720631122589,0.07818418741226196,0.3746243119239807 +329,-0.22496516266891828,-0.2877731123656769,-0.2024559460046136,-0.21389928460121155,0.2838176190853119,-0.9347163438796997,-0.963158369064331,0.11467554420232773,-0.49128684401512146,0.23204198479652405,-0.3803294599056244,0.7719050645828247 +330,-0.20793263064065426,-0.3699450159746503,-0.2822076266121062,-0.1924714297056198,0.36156415939331055,-0.9122642874717712,-0.5114479064941406,1.3226759433746338,-0.30240947008132935,0.131924569606781,0.24826860427856445,-0.31806713342666626 +331,0.012381868948230762,-0.5033588521994454,-0.27144507955071184,0.010845835320651531,0.4823704957962036,-0.875900149345398,-0.5175281763076782,1.1921868324279785,0.02850477769970894,-1.0604369640350342,-0.3373204469680786,-1.1731873750686646 +332,-0.06156671338513146,-0.4522998496093858,-0.30821849240252963,-0.055340856313705444,0.4370352625846863,-0.8977402448654175,0.3175203502178192,-0.6339738965034485,-1.1644783020019531,-0.04854097589850426,-0.15952369570732117,0.35879987478256226 +333,-0.1500491967171822,-0.4648802970255286,-0.504148151225426,-0.13362252712249756,0.4483157992362976,-0.8838314414024353,-0.8309770822525024,0.747319221496582,-2.451057195663452,0.12690867483615875,-0.2994663417339325,0.5034908652305603 +334,-0.04772922264654397,-0.43397201573229616,-0.692587198299557,-0.04328841716051102,0.4204779267311096,-0.9062694907188416,0.930057942867279,2.728508949279785,-0.6902884244918823,-0.2779396176338196,-0.03990846872329712,-0.29034000635147095 +335,0.12576103605490024,-0.30744765524727574,-0.7327209512534593,0.11954827606678009,0.30262696743011475,-0.9455819129943848,1.190367579460144,0.4583719074726105,-0.9761216640472412,-0.7812303900718689,0.35620176792144775,-0.5889182090759277 +336,0.007448097085428238,-0.31299155751148555,-0.9480308557106147,0.007086178287863731,0.30790624022483826,-0.9513903260231018,-0.5467116832733154,-0.7825568318367004,-2.6998960971832275,0.021127328276634216,-0.11297518014907837,0.2151995301246643 +337,-0.09715157853439953,-0.35693097494826215,-1.1691097425697827,-0.09088533371686935,0.34940028190612793,-0.9325552582740784,-0.697481095790863,-0.006393429357558489,-1.9433233737945557,0.09654635190963745,-0.31999659538269043,0.7627554535865784 +338,-0.14432879082933542,-0.42555673054840887,-1.4538255678540475,-0.13100005686283112,0.41282790899276733,-0.901339054107666,-0.3209179937839508,1.5992637872695923,-2.8412156105041504,-0.08996248245239258,0.19509747624397278,-0.550168514251709 +339,0.05446699712331491,-0.5513742659954759,-1.5984379292793314,0.046372346580028534,0.5238583087921143,-0.8505422472953796,-1.029490351676941,2.517348051071167,-0.9367591738700867,-1.0945748090744019,-0.06658297777175903,-0.9777200818061829 +340,-0.0304278858198485,-0.5796729816869212,-1.8615066680772903,-0.025453314185142517,0.5477503538131714,-0.8362545371055603,0.127309188246727,0.1328684538602829,-3.2035863399505615,-0.1529066562652588,-0.1903589963912964,0.22927522659301758 +341,-0.18384124048138634,-0.5752074700343265,-2.2780390679248654,-0.15338996052742004,0.5440089106559753,-0.8249399065971375,-0.3812410533428192,1.3365349769592285,-2.9703011512756348,0.13454535603523254,-0.5123316645622253,0.35402315855026245 +342,-0.047954594011615656,-0.4332021597403913,-2.4515109289692156,-0.04350816458463669,0.41977930068969727,-0.906582772731781,1.7659698724746704,2.608128309249878,-0.15354014933109283,-0.6227058172225952,0.20396947860717773,-0.6572751998901367 +343,0.025219952155622064,-0.25879308298795617,-2.4919648961531013,0.024377532303333282,0.25591400265693665,-0.9663921594619751,1.604857087135315,-1.3491402864456177,-1.3858537673950195,-0.6078431010246277,0.37236663699150085,-0.0859149694442749 +344,-0.14655998898299222,-0.19358067524074127,-2.740374124200132,-0.14330816268920898,0.19237391650676727,-0.9708012342453003,-0.2920907139778137,-0.6531434059143066,-2.74564528465271,0.20464849472045898,-0.009298965334892273,0.6696995496749878 +345,-0.23677160065117236,-0.23028530423483876,-3.0319895584296668,-0.22837330400943756,0.22825530171394348,-0.9464381337165833,-1.5725449323654175,-0.04445154219865799,-2.799394130706787,0.25893667340278625,0.00010773539543151855,0.46558791399002075 +346,-0.19989414856086,-0.37176585356142827,2.9619946237830828,-0.18500104546546936,0.36326122283935547,-0.9131351709365845,-2.4434332847595215,3.0313899517059326,-0.5031793117523193,-0.44103652238845825,0.07944199442863464,-0.9514277577400208 +347,-0.08323669050153731,-0.39514057557927873,2.890258299735265,-0.07673399895429611,0.38493794202804565,-0.9197470545768738,0.8941270709037781,-1.3272128105163574,-0.9193629026412964,-0.5680871605873108,-0.15454551577568054,-0.07784199714660645 +348,-0.25260388700977915,-0.2825534574528149,2.713745644515839,-0.2400156408548355,0.2788087725639343,-0.9298699498176575,0.5801048278808594,-0.21048091351985931,-1.926193118095398,0.4969889223575592,-0.030533015727996826,0.7141717672348022 +349,-0.18564210901043288,-0.19277640441192156,2.554848959468611,-0.18115854263305664,0.19158460199832916,-0.9646123051643372,1.6682312488555908,1.190189003944397,-1.0921785831451416,0.005545139312744141,0.12091539800167084,-0.07988232374191284 +350,-0.13575879880303587,-0.0024361385714933405,2.602015740024635,-0.13534176349639893,0.0024361361283808947,-0.9907959699630737,0.8303139209747314,-1.0941365957260132,1.1108975410461426,-0.3033331632614136,0.4396415054798126,-0.6020384430885315 +351,-0.29556140413460363,-0.11746073912587252,2.6022566257518713,-0.28926989436149597,0.11719082295894623,-0.950046956539154,-2.382089614868164,-1.2252455949783325,-0.34223777055740356,0.39861440658569336,-0.10881375521421432,0.28564882278442383 +352,-0.3848651237590338,-0.2890439157776101,2.4892641704388763,-0.3598599433898926,0.2850359380245209,-0.8884004354476929,-2.562319755554199,-0.0667949691414833,-0.46843647956848145,0.4351620674133301,-0.3724840581417084,0.46782243251800537 +353,-0.3908727778573549,-0.45371537857014455,2.2345711676690945,-0.34244823455810547,0.4383080303668976,-0.8310326337814331,-1.141270637512207,2.4030508995056152,-2.1304759979248047,0.03426647186279297,-0.22601249814033508,-0.7473822832107544 +354,-0.16495882554929941,-0.4361980928247711,2.1388357465470067,-0.1488356739282608,0.42249661684036255,-0.8940607309341431,1.8893108367919922,1.2836551666259766,0.6222609877586365,-0.7985215187072754,-0.29548245668411255,-0.8009923696517944 +355,-0.2756056500320148,-0.1418229921856427,2.2405349967158226,-0.2693975865840912,0.14134803414344788,-0.9525994062423706,2.4887993335723877,-2.397102117538452,-0.03818948566913605,0.10579288005828857,0.32988911867141724,0.19518369436264038 +356,-0.38552718702395805,-0.013134823513167504,2.1440455686145303,-0.37601524591445923,0.013134445995092392,-0.9265204071998596,0.37794697284698486,0.8588094711303711,-1.4205440282821655,0.8727956414222717,0.4495120346546173,0.5204382538795471 +357,-0.26940368330417674,0.08982961182974264,2.19082961880863,-0.26508355140686035,-0.0897088497877121,-0.9600432515144348,2.684232234954834,0.841569185256958,1.3840419054031372,0.008049249649047852,0.9328027367591858,-0.4429108500480652 +358,-0.23583906314568184,0.10610870883533874,2.3108570520972047,-0.23234474658966064,-0.10590970516204834,-0.9668500423431396,-1.994179368019104,-0.13942629098892212,1.0148417949676514,0.09245218336582184,0.5937637090682983,-0.3235093951225281 +359,-0.28711536810934446,-0.16089537051647076,2.5076981167102543,-0.27952927350997925,0.16020207107067108,-0.9466776847839355,-1.8495205640792847,-1.1134105920791626,4.317441463470459,0.20376941561698914,-0.23152168095111847,0.2577891945838928 +360,-0.25528766030598443,-0.49570017453323073,2.911803872136099,-0.2221289575099945,0.4756476581096649,-0.8511275053024292,-2.4348063468933105,0.006868721917271614,3.33819842338562,-0.1085900366306305,-0.4514319598674774,0.2793196439743042 +361,-0.09905465658848812,-0.6236047150243405,2.9257507700002923,-0.08027902990579605,0.5839651823043823,-0.8077994585037231,1.2351529598236084,2.5373425483703613,-1.5593563318252563,-0.8169835209846497,-0.3076285123825073,-1.0460823774337769 +362,-0.1381032726976862,-0.4376019537009537,2.8387674948876054,-0.12469261884689331,0.4237686097621918,-0.8971465229988098,1.8787795305252075,-2.620797634124756,-0.09090612828731537,-0.4436209797859192,-0.01231539249420166,-0.3560730218887329 +363,-0.4175371754558496,-0.2770994285448704,2.7423173317515435,-0.39004144072532654,0.273566871881485,-0.8792206048965454,0.5709561109542847,-1.3290619850158691,-3.162548780441284,0.47686392068862915,-0.004066139459609985,0.2821747064590454 +364,-0.4630091436431872,-0.07358819661153179,2.472075532022745,-0.445433646440506,0.07352180033922195,-0.8922911286354065,1.1015599966049194,1.292484998703003,-1.9310745000839233,0.7995901107788086,0.09000664949417114,0.108767569065094 +365,-0.3342609219522178,0.11900429608615669,2.647115281115867,-0.3257507383823395,-0.11872360110282898,-0.937971830368042,2.7127037048339844,1.444901704788208,3.116412401199341,0.12520450353622437,1.0626780986785889,-0.540574312210083 +366,-0.34418846475692444,0.0359887945810618,2.951214461687943,-0.3372143507003784,-0.03598102554678917,-0.9407400488853455,-2.357186794281006,-0.5489606857299805,3.4774951934814453,0.2904461622238159,0.19906696677207947,-0.24901825189590454 +367,-0.3032554922390369,-0.15973248220854475,-3.0938156472971907,-0.2948271334171295,0.15905410051345825,-0.942220151424408,-0.7642683982849121,0.7030441761016846,2.090719223022461,0.1301696002483368,-0.024227455258369446,0.36562103033065796 +368,-0.1799384500583163,-0.34716764945876477,-2.918128603402641,-0.16829174757003784,0.34023579955101013,-0.9251580834388733,-1.6479538679122925,0.9045777916908264,1.799675703048706,-0.13692979514598846,-0.11013326048851013,0.3553186058998108 +369,-0.05787081149587779,-0.5718822319660579,-2.881056407346088,-0.048635467886924744,0.541215717792511,-0.8394761085510254,-1.3062424659729004,1.4468005895614624,-0.33854055404663086,-0.5129032135009766,-0.2017229199409485,-0.9301924705505371 +370,-0.000751447951094254,-0.562018335694958,-2.8426462406382305,-0.000635861128102988,0.5328951478004456,-0.8461810350418091,1.7482526302337646,-1.6792047023773193,0.3209623098373413,-0.5577595233917236,-0.27587610483169556,-0.5519970655441284 +371,-0.20889844268186497,-0.39000273301127075,-2.8973080115621896,-0.19180965423583984,0.3801909387111664,-0.9048004746437073,1.58699369430542,-1.5244901180267334,-1.6036248207092285,0.43125057220458984,-0.13856801390647888,0.029739439487457275 +372,-0.29357894078398006,-0.1635257443183552,-3.0204996735115044,-0.28551939129829407,0.16279791295528412,-0.9444445371627808,2.911233425140381,-0.023403428494930267,-0.7048362493515015,0.723156750202179,0.2825298309326172,0.17682069540023804 +373,-0.2947154500750444,0.04522060886567003,-2.8234520468226787,-0.2901706397533417,-0.04520519822835922,-0.9559066295623779,1.8575339317321777,0.32194969058036804,2.4216113090515137,0.4608859717845917,0.9131861329078674,0.01501917839050293 +374,-0.23000445054143082,0.059774512451592134,-2.5884269625705336,-0.2275746911764145,-0.059738922864198685,-0.9719264507293701,-1.225782036781311,0.5010973811149597,1.7029461860656738,-0.1785532385110855,0.7295234799385071,-0.2711918354034424 +375,-0.20601023838223306,-0.23418502890335563,-2.4915784938021512,-0.19897253811359406,0.2320503443479538,-0.9521358013153076,-3.45112681388855,-0.20135240256786346,1.6780446767807007,-0.05935877561569214,-0.1399330198764801,-0.12238812446594238 +376,-0.18206467820048589,-0.5132304996063558,-2.3015173046830353,-0.15773320198059082,0.49099409580230713,-0.8567643165588379,-1.4075348377227783,-0.3482288122177124,2.4629993438720703,-0.04122614860534668,-0.5132261514663696,0.1383500099182129 +377,-0.06833162117484912,-0.6360638075292905,-2.0414800509166806,-0.054925937205553055,0.5940335988998413,-0.8025628924369812,-0.9407057166099548,0.014329036697745323,1.2765084505081177,-0.20409199595451355,-0.4768155813217163,0.0909845232963562 +378,-0.009149591938096653,-0.6482911836712907,-1.9880390532731234,-0.007293191738426685,0.6038251519203186,-0.7970834374427795,1.2264870405197144,-0.17181400954723358,-0.0023682601749897003,-0.6071171760559082,-0.4726148247718811,-0.8290457129478455 +379,-0.11496407340730527,-0.37972894829983406,-1.9146980406024763,-0.10653957724571228,0.3706687390804291,-0.9226342439651489,2.457209348678589,-1.8245295286178589,0.3093644678592682,-0.07885470241308212,0.19288408756256104,-0.5633886456489563 +380,-0.28294371633481047,-0.19690490989453424,-1.9551825763845163,-0.27378880977630615,0.19563499093055725,-0.9416828751564026,1.4111533164978027,-1.5375577211380005,-1.473547101020813,0.6148074865341187,0.30076393485069275,0.12138563394546509 +381,-0.3236801544099797,-0.16287059342963953,-1.8907101691092234,-0.3138485550880432,0.16215147078037262,-0.9355244636535645,-1.0345841646194458,0.9299631118774414,2.5471062660217285,0.5321255326271057,0.4381903111934662,0.19886064529418945 +382,-0.20699545821450666,-0.14749967696123215,-1.5343289305291798,-0.20328880846500397,0.1469654142856598,-0.9680262804031372,1.828588843345642,0.5311547517776489,4.033444404602051,-0.05698034167289734,0.6474682092666626,-0.1607731580734253 +383,-0.11657564711637808,-0.22244639928063129,-1.1632568674511363,-0.1134459376335144,0.2206164002418518,-0.9687406420707703,-1.9598222970962524,0.5672426819801331,2.4268107414245605,-0.2024415135383606,0.3181561827659607,-0.058770954608917236 +384,0.01093374719256771,-0.4321177362456294,-0.9801571587257198,0.009928529150784016,0.41879481077194214,-0.9080265760421753,-1.6446304321289062,0.3703342378139496,1.8848017454147339,-0.34510308504104614,-0.3969137370586395,-0.07312875986099243 +385,0.10888463736713297,-0.5513880438807847,-0.7187116464086756,0.09256458282470703,0.523870050907135,-0.8467537760734558,-1.1261364221572876,-0.4629964232444763,1.5047388076782227,-0.28461170196533203,-0.5869651436805725,0.07722252607345581 +386,0.0908411369333471,-0.6050603072783539,-0.6690674016957119,0.07461119443178177,0.5688116550445557,-0.8190765380859375,0.9021967053413391,-0.3004511594772339,-0.2279932051897049,-0.26407957077026367,-0.6446326375007629,-0.4423522353172302 +387,0.027937608013035683,-0.382775106810062,-0.6771263297789658,0.025912439450621605,0.3734961748123169,-0.9272697567939758,2.6216487884521484,-0.6985899806022644,-0.1944657862186432,-0.36734309792518616,0.0895622968673706,-0.6111976504325867 +388,-0.07900728001237405,-0.1119703190102482,-0.728667457934593,-0.07843086868524551,0.11173649877309799,-0.9906379580497742,2.5266339778900146,-1.1346560716629028,-0.8773582577705383,-0.08125235885381699,0.2075841724872589,-0.18894273042678833 +389,-0.14105520985439535,0.19645317034227203,-0.809575314236382,-0.137883722782135,-0.19519196450710297,-0.9710242748260498,3.080296754837036,0.45370960235595703,-1.05881929397583,0.7000938057899475,1.2062546014785767,0.6374977231025696 +390,-0.0028975533719038443,0.26123730615409274,-0.7891739924238119,-0.0027992387767881155,-0.2582760751247406,-0.9660670757293701,-1.0953422784805298,1.3040440082550049,2.813875198364258,0.05104752629995346,0.4887295961380005,-0.3824283480644226 +391,-0.01867658979323439,0.19370687971402906,-0.335658450848926,-0.018326224759221077,-0.19249776005744934,-0.9811262488365173,-0.08055940270423889,0.6589434146881104,4.7956085205078125,-0.16038471460342407,0.5165944695472717,-0.5430283546447754 +392,0.02357091333810032,0.042934361614156556,0.15288996730940677,0.023547010496258736,-0.042921170592308044,-0.9988009333610535,-2.471961259841919,1.844306468963623,3.54540753364563,-0.6373317837715149,0.09673891961574554,0.14874905347824097 +393,0.08623556896267034,-0.21012867867693757,0.31803888604833447,0.08423424512147903,0.20858575403690338,-0.9743698239326477,-2.2233033180236816,-0.6214565634727478,0.4907170236110687,-0.5247554779052734,-0.8996562957763672,0.4662826657295227 +394,-0.0708863202258584,-0.26892741600667264,0.21230061960400043,-0.06828119605779648,0.26569756865501404,-0.9616352915763855,1.1394506692886353,-0.6758460998535156,-2.756235361099243,-0.3639697730541229,-0.09794244170188904,-0.6367990970611572 +395,-0.13051311625795178,-0.15980786832195393,-0.05463093057115886,-0.12848462164402008,0.15912853181362152,-0.9788615107536316,1.126675009727478,-0.666649341583252,-1.7530113458633423,-0.3365422487258911,-0.15032419562339783,-0.4911549687385559 +396,-0.24558412174524827,0.008985843239369134,-0.13708961158631897,-0.24311314523220062,-0.008985722437500954,-0.9699563384056091,0.8187443017959595,-0.6980337500572205,-1.7327922582626343,0.3187204599380493,0.3128950297832489,0.35844510793685913 +397,-0.1833576166234577,0.119089926187872,-0.3393894935224761,-0.18104049563407898,-0.11880862712860107,-0.9762729406356812,0.5826267004013062,1.4357271194458008,-1.4957278966903687,0.3822886645793915,0.21533572673797607,0.37330663204193115 +398,-0.03861036676879996,0.18448800129051723,-0.25027528723212306,-0.03794573247432709,-0.18344324827194214,-0.9822976589202881,-0.02455301582813263,1.2873581647872925,2.6836745738983154,-0.3309202194213867,0.43251246213912964,-0.20657563209533691 +399,-0.06793878554219691,0.11292844451865254,-0.02211098171132634,-0.06745412200689316,-0.1126885712146759,-0.9913380742073059,-1.3770455121994019,-0.6864064335823059,0.6650875806808472,-0.19006845355033875,0.3317895233631134,-0.12951147556304932 +400,-0.059615659091720744,-0.09802595006187802,-0.056016697946430515,-0.05929432436823845,0.09786903858184814,-0.9934313297271729,-1.9921765327453613,0.1452784538269043,0.502733051776886,-0.015473738312721252,-0.33431923389434814,-0.04805731773376465 +401,-0.08367994833297018,-0.24541889594665636,0.059321307147255,-0.08107782900333405,0.24296268820762634,-0.966641366481781,-0.668585479259491,-0.39444318413734436,0.6413981318473816,-0.0033337846398353577,-0.5174835920333862,0.2951783537864685 +402,-0.09085936270675025,-0.30451992560224855,-0.0639034347791665,-0.08655980229377747,0.2998352348804474,-0.9500558972358704,-0.1540294587612152,0.930519700050354,-2.4201321601867676,-0.21596094965934753,-0.12049871683120728,-0.42329609394073486 +403,-0.0184304088097017,-0.387651692965085,-0.31708046536828577,-0.01706189289689064,0.378015398979187,-0.9256420731544495,-0.3818754553794861,1.5946153402328491,-1.8826388120651245,-0.6173833012580872,-0.556939959526062,-0.921693742275238 +404,-0.03163759759349466,-0.16213720760887038,-0.447130253909642,-0.03121744655072689,0.16142775118350983,-0.9863906502723694,3.2905678749084473,-0.8022139668464661,-1.4588946104049683,-0.42405903339385986,0.13357040286064148,-0.01161038875579834 +405,-0.09729889583231029,0.10186456220165012,-0.6666006281816665,-0.09664186835289001,-0.10168848931789398,-0.9901109933853149,1.120846152305603,-0.17974884808063507,-3.0702836513519287,-0.046638160943984985,0.5240517854690552,0.41255056858062744 +406,0.03425104842105466,0.2042533716827255,-0.9470911091716978,0.03353250399231911,-0.20283611118793488,-0.9786383509635925,1.4246398210525513,1.7888318300247192,-1.2922643423080444,-0.2189725637435913,0.4604197144508362,-0.048629045486450195 +407,0.09109119301481723,0.38400504179171396,-0.8628413986969948,0.0843404233455658,-0.37463682889938354,-0.923327624797821,1.46815025806427,-0.5276591181755066,2.72445011138916,-0.3879903256893158,0.9377167224884033,0.08096623420715332 +408,-0.07487696544478381,0.22520869779904892,-0.7367406252787012,-0.07291795313358307,-0.22330980002880096,-0.9720163345336914,-5.219252109527588,-1.0660427808761597,-0.47000372409820557,0.16201402246952057,0.6842930316925049,0.0031747817993164062 +409,-0.15957307886462835,-0.24475903844519392,-0.8492580624125119,-0.15416093170642853,0.24232254922389984,-0.9578695893287659,-4.136533737182617,-1.0563862323760986,0.07949250936508179,0.35612624883651733,-0.48371660709381104,-0.06492698192596436 +410,-0.2235223764034006,-0.5498916330733995,-0.9926226029432892,-0.18898802995681763,0.5225948691368103,-0.8313712477684021,-1.644483208656311,1.3266340494155884,-1.5527430772781372,-0.14395874738693237,-0.17351949214935303,-0.9461402893066406 +411,-0.09363565451632394,-0.7215334459457992,-1.12713223888504,-0.07019837945699692,0.6605367660522461,-0.7475048303604126,-0.33379554748535156,1.8788156509399414,-0.03940186649560928,-0.7583996057510376,-0.9202260971069336,-1.1156085729599 +412,-0.10770468791309853,-0.47053148248666593,-1.112356933322667,-0.09581465274095535,0.45336008071899414,-0.8861626386642456,3.0186524391174316,-1.2357120513916016,-1.0083913803100586,-0.32076555490493774,-0.07500314712524414,0.1465691328048706 +413,-0.2283395759266857,-0.26808567394226135,-1.3793140208851882,-0.21827486157417297,0.2648859918117523,-0.9392505288124084,-0.021681491285562515,0.7699588537216187,-3.972418785095215,0.11033417284488678,0.07088366150856018,0.45231205224990845 +414,-0.06605966751804965,-0.21314936490245628,-1.7192150968945246,-0.06451775878667831,0.21153903007507324,-0.9752377867698669,0.5023929476737976,4.041218280792236,-0.14871016144752502,-0.2993738651275635,-0.24880099296569824,-0.43349939584732056 +415,0.13752873382253597,0.056982349129627206,-1.3989794163771494,0.13687309622764587,-0.05695151910185814,-0.9889500737190247,3.085982084274292,-1.7288074493408203,3.6626029014587402,-0.840104877948761,0.7869472503662109,-0.026125609874725342 +416,-0.045589520865226614,0.07410846747476148,-1.5197275847242764,-0.04544864222407341,-0.07404065132141113,-0.9962190389633179,-1.6546093225479126,-1.4439500570297241,-4.53561544418335,0.33766970038414,0.49341320991516113,0.40915238857269287 +417,-0.13578824717870464,-0.021822240495411628,-1.81722666511848,-0.13533911108970642,0.02182050794363022,-0.9905590415000916,-1.2195501327514648,-1.5100232362747192,-1.241241216659546,0.3166745603084564,-0.07609602063894272,0.6074718832969666 +418,-0.2688044698109097,-0.09481171774413512,-2.000764319625891,-0.26438623666763306,0.09466973692178726,-0.9597591161727905,-2.4789581298828125,-0.21055454015731812,-1.6175000667572021,0.09194666147232056,0.5498310327529907,-1.076541543006897 +419,-0.16701345890867872,-0.3723825264487436,-2.18411927762499,-0.15484467148780823,0.3638356924057007,-0.9185024499893188,-0.19709692895412445,0.5916565656661987,-0.12185618281364441,-0.3797927498817444,-0.7827962636947632,-0.31480443477630615 +420,-0.15869635438538843,-0.26182417643557127,-2.1235459838803608,-0.1526452898979187,0.25884297490119934,-0.95378178358078,0.8874802589416504,-0.9364287853240967,0.6384351849555969,0.014492213726043701,0.04447120428085327,0.6740729212760925 +421,-0.16137255228254752,-0.2891027794046667,-2.166422857755454,-0.15400515496730804,0.2850923538208008,-0.9460468888282776,0.11480396240949631,1.2164332866668701,-0.9067015051841736,-0.16711606085300446,0.08887001872062683,0.17231953144073486 +422,-0.041549640701424764,-0.2615143390388659,-2.258998789001885,-0.04012538865208626,0.2585436999797821,-0.9651658535003662,0.008614295162260532,0.022618893533945084,-0.8706320524215698,-0.6917014122009277,0.1238110363483429,-0.6124556064605713 +423,-0.22335222824008913,-0.34559407024007605,-2.4532826670475223,-0.20840351283550262,0.33875569701194763,-0.9175034761428833,-1.1768100261688232,-0.5146949887275696,-0.9751781225204468,0.9609364867210388,-0.5047102570533752,-0.1789015531539917 +424,-0.2690805758592025,-0.34887064061651435,-2.5744577892606824,-0.24983052909374237,0.34183669090270996,-0.9059427976608276,-0.37879061698913574,0.006862210109829903,-1.3000582456588745,0.31547385454177856,-0.37775588035583496,0.5565775632858276 +425,-0.28803283713169037,-0.3835816179628411,-2.760780615603948,-0.2634235620498657,0.37424421310424805,-0.8891283869743347,-0.8648640513420105,1.047177791595459,-1.5972188711166382,0.04546704888343811,-0.09827375411987305,-0.11355715990066528 +426,-0.12311071662247246,-0.42253937571756195,-2.871603154209672,-0.11199977993965149,0.4100778102874756,-0.9051476120948792,-0.8897821307182312,2.520644426345825,-0.5930609107017517,-0.7870480418205261,-0.049711018800735474,-0.8573950529098511 +427,-0.17523752373540424,-0.2793414585861535,-2.947089679253205,-0.16758404672145844,0.2757226824760437,-0.9465160369873047,1.735803484916687,-1.7810016870498657,-0.5937126874923706,5.780160427093506e-05,0.0646398663520813,0.1563549041748047 +428,-0.250577162322372,-0.17644134435510292,-2.946883131716938,-0.24411340057849884,0.17552728950977325,-0.9537289142608643,0.7456663846969604,0.12450707703828812,0.18295930325984955,0.36687037348747253,0.047128960490226746,0.6004879474639893 +429,-0.1918081215060802,-0.07193259878707242,-2.9910011940381005,-0.19014118611812592,0.0718705803155899,-0.979122519493103,2.0051910877227783,1.3513137102127075,-1.2758772373199463,-0.09266521036624908,0.5094740390777588,-0.2609440088272095 +430,-0.15820045720144832,0.020738402251747726,-3.0547297762883203,-0.1575075089931488,-0.02073691599071026,-0.9873000383377075,-2.0648884773254395,-1.4221014976501465,0.5031419992446899,-0.0712217390537262,0.4364473521709442,-0.14069068431854248 +431,-0.3053904280200262,-0.35706019105367914,-3.065529454381871,-0.28170210123062134,0.34952136874198914,-0.8935763835906982,-3.715672731399536,-0.9015083312988281,0.2890886962413788,0.21196943521499634,-0.49126026034355164,0.15364718437194824 +432,-0.4924032526415079,-0.66511097227863,3.0282777263221305,-0.3719785809516907,0.6171464323997498,-0.6933701634407043,-2.975069761276245,-0.26423677802085876,-1.526996374130249,0.18212872743606567,-0.799839973449707,0.19260722398757935 +433,-0.4806377542347836,-0.5865132582836314,2.808611159448828,-0.3850756287574768,0.5534603595733643,-0.7385109066963196,2.2595605850219727,3.362332344055176,-0.7062163352966309,-0.2677106261253357,0.37833285331726074,-1.0362541675567627 +434,-0.1986674674995417,-0.47354657168236275,2.860898792414901,-0.175644651055336,0.4560454487800598,-0.8724514245986938,2.1172678470611572,0.0011151498183608055,-1.1499465703964233,-0.7881462574005127,0.1523071825504303,-0.3210757374763489 +435,-0.33049845632440955,-0.28604222309610045,2.704407053522189,-0.3113289177417755,0.2821574807167053,-0.9074478149414062,0.6327053308486938,-0.39418160915374756,-1.8034368753433228,0.311344176530838,-0.016868174076080322,0.7424392700195312 +436,-0.3312886754635574,-0.16831332160212611,2.6768185905841935,-0.32066553831100464,0.16751974821090698,-0.9322611093521118,1.5989232063293457,1.3532980680465698,0.08439146727323532,0.26605433225631714,0.256338894367218,0.038126587867736816 +437,-0.22138682763579834,-0.09194029649322973,2.6868791958326192,-0.21865540742874146,0.09181082248687744,-0.9714733958244324,0.2591490149497986,-0.5197808742523193,0.5142474174499512,0.08091431856155396,0.0006879493594169617,-0.6950305104255676 +438,-0.25246812426388116,-0.1596636923412224,2.6775310025988484,-0.2466174066066742,0.1589861810207367,-0.9559828639030457,-1.219821572303772,0.37957140803337097,-0.9952613115310669,0.2367754876613617,-0.1004839837551117,0.30908650159835815 +439,-0.24324167829873886,-0.2440170044137879,2.617424904949152,-0.2337150275707245,0.2416025698184967,-0.9418097138404846,-1.2495262622833252,0.06128741428256035,-0.10553766787052155,0.1932182013988495,-0.2855325937271118,0.5323706269264221 +440,-0.24382464566668513,-0.3580397217503759,2.5432915591973395,-0.2261066436767578,0.3504389524459839,-0.9088829755783081,-0.3338298201560974,0.6951517462730408,-0.8530197143554688,-0.086179718375206,0.007776349782943726,-0.4076452851295471 +441,-0.1774399396687527,-0.3891615997042784,2.471828048426035,-0.163312166929245,0.37941282987594604,-0.9107003211975098,-1.1686733961105347,0.4020272493362427,-0.9878588318824768,-0.6570155620574951,-0.09025877714157104,-0.8356070518493652 +442,-0.29339162831104765,-0.336827601430041,2.234110461503685,-0.27294978499412537,0.33049461245536804,-0.9034775495529175,0.33809730410575867,-0.12081553041934967,-3.0586507320404053,0.17913877964019775,-0.16112208366394043,0.15236371755599976 +443,-0.3576702485825887,-0.1860737110579272,2.059962149833824,-0.3440496325492859,0.18500182032585144,-0.9205455780029297,1.476054310798645,-0.14283446967601776,-0.6185706257820129,0.3588048815727234,-0.10773131251335144,0.4290294647216797 +444,-0.3406227853226977,0.03690292033095137,2.1311310906734544,-0.33384671807289124,-0.0368945449590683,-0.9419050812721252,2.6466498374938965,0.7466694712638855,-0.15070614218711853,0.20985379815101624,0.608015775680542,0.11886125802993774 +445,-0.168544621094192,0.19217918665243203,2.174433144621332,-0.16465958952903748,-0.19099842011928558,-0.9676811695098877,-0.1220393180847168,1.3725334405899048,0.4926533102989197,-0.13361921906471252,0.9330791234970093,-0.7636420726776123 +446,-0.23931749922831774,-0.045332411735368304,2.3401991217673026,-0.23679611086845398,0.04531688615679741,-0.9705018997192383,-1.4243872165679932,-0.9930368065834045,3.9500348567962646,0.5602519512176514,-0.3964979350566864,0.04133325815200806 +447,-0.2808890348405922,-0.14496778227387538,2.5402709542147583,-0.2743021845817566,0.1444605439901352,-0.9507310390472412,-0.6383777260780334,-0.5452438592910767,0.9348651170730591,0.1594950556755066,-0.1411494016647339,0.5621659755706787 +448,-0.30738745312499366,-0.2867703039894563,2.464619952482359,-0.29021337628364563,0.28285589814186096,-0.9142038822174072,-2.5982279777526855,0.516189455986023,-1.7027957439422607,0.17017248272895813,-0.19969549775123596,0.2518961429595947 +449,-0.15886955553877946,-0.4400528332241868,2.264035871479107,-0.14313004910945892,0.42598727345466614,-0.8933357000350952,-2.9758167266845703,2.6394145488739014,0.4244000017642975,-0.7535526752471924,-0.42705538868904114,-1.2644249200820923 +450,-0.1255216833481962,-0.3945195165779836,2.3338878231620126,-0.11557522416114807,0.38436466455459595,-0.915918231010437,2.745885133743286,-2.3935062885284424,-0.7076863646507263,-0.23153170943260193,-0.21989017724990845,0.10370814800262451 +451,-0.3563205778106294,-0.2032286838142469,2.149512314030705,-0.3416494131088257,0.2018326222896576,-0.9178993701934814,0.9189450740814209,-0.730937659740448,-2.9451985359191895,0.4722646474838257,-0.2017715871334076,0.42385029792785645 +452,-0.3480503469799659,0.10963530773124727,1.9969479769149272,-0.33901798725128174,-0.10941580682992935,-0.9343955516815186,3.7597193717956543,1.6586368083953857,-2.090834140777588,0.22666749358177185,0.40613824129104614,-0.49372029304504395 +453,-0.10567260194962515,0.34093340389597165,2.202732696518297,-0.09940515458583832,-0.33436691761016846,-0.9371858835220337,-1.1804046630859375,2.803241729736328,4.001004219055176,-0.4310208559036255,0.8668376207351685,-0.4027036428451538 +454,-0.1698427008524725,-0.0019210720005269342,2.254325646501811,-0.16902700066566467,0.0019210708560422063,-0.9856095314025879,-4.8150763511657715,-1.2097289562225342,-2.777094602584839,0.34163445234298706,0.3788467347621918,0.37551742792129517 +455,-0.2802875437764291,-0.26617599636913314,2.087941927947048,-0.2668900489807129,0.2630440294742584,-0.9271340370178223,-0.1741505116224289,-0.9246143102645874,1.2603553533554077,0.5328049659729004,-0.503156304359436,0.5930733680725098 +456,-0.37006096189047055,-0.3019291747190759,2.1889377016010694,-0.34531188011169434,0.29736265540122986,-0.8901320695877075,-0.03425437584519386,-1.5956146717071533,0.27822980284690857,-0.19846555590629578,0.5699774026870728,-1.139958143234253 +457,-0.22761284954146893,-0.5458731153646528,2.3846543762918144,-0.1928594708442688,0.519164502620697,-0.8326303958892822,-0.10942564159631729,0.014758237637579441,1.6576240062713623,-0.8393365740776062,-0.6355738639831543,-0.7364766001701355 +458,-0.40876549061357587,-0.38090944606668325,2.249066424896433,-0.3689884543418884,0.3717648983001709,-0.8518441319465637,-0.2746666669845581,-0.6203324198722839,-3.525932788848877,0.4757847189903259,-0.1905972957611084,0.4293892979621887 +459,-0.43551486336453177,-0.29567948424803575,1.9672230811767044,-0.40356963872909546,0.29138991236686707,-0.8673081994056702,0.9038817286491394,1.443223476409912,-1.7526400089263916,0.38162750005722046,-0.33489274978637695,0.28852707147598267 +460,-0.20865689014170113,-0.05217910895567319,2.083171133868079,-0.20686417818069458,0.05215543508529663,-0.9769785404205322,3.6333632469177246,3.0702567100524902,2.7988154888153076,-0.4555503726005554,0.7376700043678284,-0.9181020259857178 +461,-0.15755803059258133,0.09493195423481637,2.3557104913758518,-0.15620045363903046,-0.09478943049907684,-0.983166515827179,-1.3754913806915283,-2.241763114929199,-0.497135192155838,-0.017353013157844543,0.807680070400238,0.11950379610061646 +462,-0.28233401931480195,-0.08376225292788064,2.203176813353314,-0.27762123942375183,0.08366434276103973,-0.9570406079292297,-0.43211978673934937,-0.9957695603370667,0.14111016690731049,0.6206541061401367,-0.4306339621543884,0.7081392407417297 +463,-0.4478927862764499,-0.13273354270608118,2.1725591408851086,-0.4292578101158142,0.13234412670135498,-0.893433153629303,-1.862172245979309,-0.5606151223182678,-0.5573208928108215,0.7288030982017517,0.14937888085842133,0.328095018863678 +464,-0.20075799628951796,-0.32244391011918744,2.1471603331083866,-0.18913522362709045,0.31688547134399414,-0.9294145703315735,-2.032797336578369,3.64827561378479,1.6767760515213013,-0.8089574575424194,0.38605639338493347,-1.3725110292434692 +465,-0.05765500152558298,-0.4324898447307179,2.3629090673003823,-0.05231742188334465,0.41913267970085144,-0.9064163565635681,0.3262469470500946,-2.691067934036255,1.053049921989441,-0.5537311434745789,-0.6810803413391113,-0.5441451072692871 +466,-0.17879811691612016,-0.24188000298788737,2.2953445248157,-0.17266973853111267,0.2395283281803131,-0.9554116129875183,3.6861205101013184,1.0079728364944458,-2.835411787033081,-0.03391900658607483,-0.4097858965396881,-0.07437354326248169 +467,-0.07007875418586772,0.13434892104746843,2.058266595902425,-0.0693904310464859,-0.13394512236118317,-0.9885563850402832,4.110579490661621,1.1828911304473877,-2.9421956539154053,-0.5049198865890503,0.07292523980140686,-0.5274653434753418 +468,0.11289863864256738,0.46668593920756185,1.7794319147447204,0.10061168670654297,-0.4499290883541107,-0.8873788118362427,2.165083646774292,0.310126394033432,-1.3560781478881836,-0.30140209197998047,0.5243309736251831,-0.6039847135543823 +469,0.046545704499627485,0.6659037086780989,1.6923851527749938,0.036588411778211594,-0.6177700161933899,-0.7855071425437927,0.8724233508110046,-2.225949287414551,-1.3087068796157837,-0.012510031461715698,1.0454127788543701,0.3059844970703125 +470,-0.10849631174191438,0.5779033860847206,1.5065585431423227,-0.09069938957691193,-0.5462689995765686,-0.8326846957206726,-1.6511214971542358,-1.9803756475448608,-2.2578797340393066,0.31285208463668823,0.3893628716468811,0.4249698519706726 +471,-0.030492973847976203,0.5443134759711107,1.2245492334853998,-0.026082178577780724,-0.5178309082984924,-0.8550853133201599,0.06291855126619339,0.4084283113479614,-2.273815393447876,0.16544069349765778,0.19335275888442993,0.3343028426170349 +472,0.14003221294982565,0.49299268211553166,0.9525401758581095,0.12295448780059814,-0.47326430678367615,-0.8722975850105286,-0.4784069359302521,-1.0032870769500732,-0.5576313138008118,-0.11395180225372314,-0.5725730657577515,-0.5442826151847839 +473,0.03426100437596088,0.49169987254538267,0.975255798823828,0.03019624948501587,-0.4721250534057617,-0.8810142278671265,0.4505314826965332,-1.0066001415252686,-0.3395520746707916,-0.10618501901626587,0.054003745317459106,-0.12672191858291626 +474,-0.004786647270017497,0.499294784507185,0.9268399172206807,-0.004202279262244701,-0.4788065254688263,-0.8779103755950928,-0.4231838881969452,0.29427099227905273,-0.9449921250343323,0.18080750107765198,0.3418283760547638,0.4394032955169678 +475,0.12957743632625635,0.47876350248827493,0.8216288525984173,0.11468686163425446,-0.46068206429481506,-0.8801243901252747,0.027820631861686707,0.8443161249160767,0.040299709886312485,0.19323548674583435,0.47819915413856506,0.7674688100814819 +476,0.044682558009988035,0.4432363724243968,1.0778875307074318,0.04035138338804245,-0.42886534333229065,-0.9024667739868164,-1.6077101230621338,0.49410709738731384,3.980541706085205,-0.037116531282663345,1.2847460508346558,0.2852030396461487 +477,-0.07689656325401781,0.07906911441810682,1.5249663305140517,-0.07658079266548157,-0.0789867490530014,-0.9939298033714294,-6.147972106933594,-1.9044352769851685,4.594559669494629,-0.7880890369415283,1.5109325647354126,-1.4213991165161133 +478,-0.20914450511440782,-0.6608826399028335,1.794586062128016,-0.1639082431793213,0.6138138771057129,-0.7722477912902832,-4.618650913238525,-0.2828184962272644,1.539371371269226,-0.2557542324066162,-0.7505021095275879,-0.6004939079284668 +479,-0.32942600351820417,-0.9214258025621558,1.5616871778273396,-0.19561564922332764,0.7964645624160767,-0.5721702575683594,-2.7924811840057373,1.1701740026474,-2.7953646183013916,0.005216449499130249,-0.5645461678504944,-0.4349709153175354 +480,-0.4578666706900584,-0.9634605438737355,1.0881087633324866,-0.25226154923439026,0.8211713433265686,-0.511900007724762,-1.6146504878997803,3.973877429962158,-0.4519273340702057,-0.36367470026016235,-0.4670759439468384,-1.5823228359222412 +481,-0.15561133477181455,-0.703182122786074,1.2353953554861656,-0.11822004616260529,0.6466482281684875,-0.7535715699195862,6.454623222351074,-1.6772595643997192,-0.17136822640895844,-0.7524921894073486,-0.01835232973098755,-0.5082387328147888 +482,-0.37670992809171755,-0.19099427152156112,1.2412949658911876,-0.3611738681793213,0.18983517587184906,-0.912971019744873,2.37869930267334,-1.8686604499816895,-2.7962465286254883,0.1605818271636963,0.49748170375823975,0.543799877166748 +483,-0.3524381169241803,0.04558199829411552,0.9893700033711712,-0.3448285460472107,-0.045566216111183167,-0.9375590682029724,1.0167937278747559,2.761995792388916,-2.68376088142395,0.2887219786643982,0.394321084022522,0.5456523299217224 +484,0.07768206838724462,0.17692428893074197,0.9358546328088951,0.07639253884553909,-0.17600271105766296,-0.9814209938049316,1.4985429048538208,4.050396919250488,0.552746593952179,-1.0191415548324585,0.8336412906646729,-1.0335783958435059 +485,-0.04669509967022413,0.22071358045825684,0.9932757207071875,-0.0455457903444767,-0.21892595291137695,-0.9746779203414917,-2.458183526992798,-3.2340328693389893,-0.2720457911491394,0.5359022617340088,0.7075581550598145,0.1320875883102417 +486,-0.16921574726643723,-0.012959993157181477,0.9610410201031057,-0.16839520633220673,0.012959630228579044,-0.9856343865394592,-1.305904507637024,-0.7076486945152283,0.6300201416015625,0.5635825991630554,-0.44011417031288147,0.5988240838050842 +487,-0.12412383130403261,-0.20316199348581232,0.9448161053603977,-0.12125910818576813,0.20176729559898376,-0.9718982577323914,-2.4389641284942627,1.3808457851409912,-1.525341510772705,-0.009234055876731873,-0.14334139227867126,0.28549689054489136 +488,-0.05088598428609476,-0.39473322950937556,0.6093584431842023,-0.046952541917562485,0.3845619559288025,-0.9219043254852295,-3.309204339981079,3.2685158252716064,-1.9918859004974365,-0.5023333430290222,-0.05474323034286499,-1.3018505573272705 +489,0.053882619814812356,-0.4179829748349792,0.520930389511522,0.0492200143635273,0.4059179127216339,-0.9125831723213196,3.318220615386963,-1.344948410987854,-0.46939870715141296,-0.6384839415550232,-0.1736486256122589,-0.06486433744430542 +490,-0.16938107805785027,-0.19912502353483186,0.392209396655589,-0.1652413308620453,0.19781172275543213,-0.9662120938301086,0.4848857522010803,-1.3600791692733765,-2.6435294151306152,0.04036340117454529,0.14071977138519287,0.7700145840644836 +491,-0.2189549992562007,-0.12576224552593168,0.07679864254067019,-0.21549424529075623,0.12543100118637085,-0.9684158563613892,0.14384949207305908,1.3380722999572754,-3.0091211795806885,0.04416857659816742,0.29595571756362915,-0.18108969926834106 +492,0.07596230169138889,0.027767073346186374,0.07750586990268002,0.07586001604795456,-0.027763504534959793,-0.9967318773269653,2.3456645011901855,1.9456064701080322,3.549886465072632,-1.0320062637329102,0.4318315088748932,-1.0576351881027222 +493,-0.20447333105402113,0.07130877893364536,0.23674397275991987,-0.2025354504585266,-0.071248359978199,-0.9766796231269836,-2.6073408126831055,-1.9538192749023438,-1.1829270124435425,0.5781458020210266,0.3287251591682434,0.43223077058792114 +494,-0.28482589270999825,0.03051170449756598,0.12557351931842578,-0.2808595895767212,-0.03050697036087513,-0.9592639207839966,0.8153206706047058,-0.8554028868675232,0.7106804251670837,0.4758974313735962,-0.3138381242752075,0.5806933641433716 +495,-0.4085563806644707,-0.06160259072594777,0.19373037504943047,-0.396531343460083,0.0615636371076107,-0.91595458984375,-2.272526979446411,-0.7132165431976318,0.257371723651886,0.240586519241333,0.288137286901474,0.027130126953125 +496,-0.13789256613532416,-0.3641480966421204,0.05984254475183179,-0.1284426599740982,0.35615336894989014,-0.9255577921867371,-2.9160094261169434,5.853982925415039,-0.9015941023826599,-0.9515897035598755,0.17965897917747498,-1.6592810153961182 +497,-0.0880104964101466,-0.43912518100664677,-0.11197954897603501,-0.07955760508775711,0.42514780163764954,-0.9016207456588745,2.8208703994750977,-2.314425230026245,-1.6468995809555054,-0.3524797558784485,-0.31977060437202454,-0.02338230609893799 +498,-0.33730485136389965,-0.20682724541534528,-0.2276477726433899,-0.3238917291164398,0.20535580813884735,-0.9235383868217468,0.5098870992660522,-0.9452293515205383,-1.3290677070617676,0.37578684091567993,-0.04780881106853485,0.6747438311576843 +499,-0.23586823799556006,-0.014635675010270362,-0.24716959749291434,-0.23366224765777588,0.01463515218347311,-0.9722076654434204,3.73980450630188,3.1498913764953613,1.0388954877853394,-0.12317979335784912,0.4060496687889099,-0.2840789556503296 +500,-0.09694500377394832,0.2574162171054171,0.04839919169533494,-0.09360398352146149,-0.2545827627182007,-0.9625102281570435,-1.797504186630249,-2.6148784160614014,1.956851840019226,-0.4097682237625122,1.0815480947494507,-0.10996901988983154 +501,-0.24566174755357914,-0.16549315931459563,0.11432374042583164,-0.23987549543380737,0.16473877429962158,-0.9567240476608276,-0.37803035974502563,0.27381861209869385,1.7375818490982056,0.3858258128166199,-0.4215594530105591,0.24970805644989014 +502,-0.1888870907748769,-0.25526245854320545,0.1324874548390436,-0.18168172240257263,0.25249937176704407,-0.950387179851532,-2.457493782043457,0.7487635612487793,-0.5659534335136414,0.028544530272483826,-0.21961668133735657,0.6369563937187195 +503,-0.13498225328567307,-0.47379261874814105,0.00907473308333235,-0.11974877119064331,0.4562644064426422,-0.8817499876022339,-1.5936986207962036,1.9667431116104126,-0.17494021356105804,-0.2452719807624817,0.11206445097923279,-0.9271489381790161 +504,0.04813023719339651,-0.6042259787378951,0.004520474239867393,0.039593107998371124,0.5681252479553223,-0.821989119052887,0.3651764690876007,-0.3715006709098816,-0.8868703842163086,-1.0395320653915405,-0.6281228065490723,-0.9569873213768005 +505,-0.2326857345647189,-0.3689310901339248,-0.27926921185493125,-0.21507596969604492,0.3606186509132385,-0.9075772762298584,2.2056736946105957,-1.2363449335098267,-3.685641050338745,0.13032865524291992,0.026985108852386475,0.2768094539642334 +506,-0.3019243800823737,-0.14755639938639742,-0.48495036961946547,-0.2941267788410187,0.14702153205871582,-0.9443908929824829,1.9308496713638306,0.989729106426239,-1.1473348140716553,0.18429401516914368,0.03728938102722168,0.3527313470840454 +507,-0.1086648233644113,0.14628641805053288,-0.4488770849645465,-0.10729275643825531,-0.14576523005962372,-0.9834839701652527,3.0120272636413574,2.324204683303833,0.7565211653709412,-0.610068678855896,1.1353893280029297,-0.6387693881988525 +508,-0.11335481173872444,0.1328106867306133,-0.4489751163346066,-0.11211610585451126,-0.1324205994606018,-0.9848323464393616,-3.4746878147125244,-0.2240234613418579,0.6810980439186096,0.8578894138336182,0.3784838318824768,0.21760517358779907 +509,0.03146689260534968,-0.1175532937601634,-0.2979279788137819,0.031244568526744843,0.11728274077177048,-0.9926069378852844,-1.4183003902435303,1.3027946949005127,1.4964467287063599,-0.10750799626111984,0.05123532563447952,0.5927198529243469 +510,0.10913278864349865,-0.39886096230197804,-0.19809800260876656,0.10036679357290268,0.38836896419525146,-0.9160218834877014,-2.9128406047821045,1.0221973657608032,-1.3225681781768799,-0.2902624309062958,-0.44546735286712646,0.09828811883926392 +511,0.16427232586000468,-0.5919776543506439,-0.3016156110361204,0.13570725917816162,0.5580032467842102,-0.8186671733856201,-0.8908113837242126,0.6662116646766663,0.37297579646110535,-0.8611253499984741,-0.1108139157295227,-1.7115147113800049 +512,0.0513599839533209,-0.47275657212143624,-0.3978140976622382,0.04570654034614563,0.45534223318099976,-0.8891425132751465,2.446460247039795,-0.9903281927108765,-1.851183533668518,-0.18100622296333313,-0.059483468532562256,-0.09515619277954102 +513,-0.05468087429307242,-0.2786745720982394,-0.6474622819326967,-0.05254514142870903,0.275081604719162,-0.9599839448928833,0.2940167188644409,0.8164692521095276,-2.172396659851074,0.35743099451065063,-0.0927848219871521,0.7465287446975708 +514,0.05108038589131706,-0.1484790351218415,-0.8039384110864304,0.05049639567732811,0.14793407917022705,-0.987707257270813,2.2025957107543945,1.9340388774871826,-0.4106270968914032,0.1664225459098816,0.33631885051727295,0.194006085395813 +515,0.18366865467540558,0.027062992472247794,-0.7558536270177877,0.18257085978984833,-0.027059689164161682,-0.9828202724456787,-0.23088912665843964,-0.2736678421497345,1.8458703756332397,-0.5405725836753845,0.8067227602005005,-0.6777632236480713 +516,0.046960527540652795,-0.10904250468251507,-0.5881877855445287,0.046664461493492126,0.10882654041051865,-0.9929648637771606,-2.497694492340088,-1.3693790435791016,1.8359819650650024,0.2549712657928467,-0.005860239267349243,0.15678322315216064 +517,-0.03085950224859499,-0.298490253258057,-0.3433132238727729,-0.029490262269973755,0.2940775454044342,-0.955326497554779,-2.269362211227417,-1.102364420890808,2.421339988708496,-0.060429781675338745,-0.2164255678653717,0.587894856929779 +518,-0.13805729652445656,-0.6050441036127566,-0.37753154483847046,-0.11318858712911606,0.5687983632087708,-0.8146513104438782,-2.2562096118927,0.37287506461143494,-2.877861738204956,-0.07392994314432144,-0.6263392567634583,-0.5509492754936218 +519,0.004400797671247334,-0.6077770995773503,-0.5890858002708317,0.003612688509747386,0.5710440278053284,-0.8209114074707031,0.5935147404670715,1.8389302492141724,0.01256992481648922,-1.1128655672073364,-0.2762138247489929,-1.4869651794433594 +520,-0.11746642111035861,-0.31197317084948617,-0.6335870892087415,-0.11153937131166458,0.30693715810775757,-0.9451711773872375,2.8546626567840576,-2.010627031326294,-1.224284291267395,-0.14630365371704102,0.28376108407974243,0.26206570863723755 +521,-0.2884789726919456,-0.10335088132753908,-0.7897393401892295,-0.28297632932662964,0.10316698998212814,-0.9535622596740723,0.5890353322029114,0.37199729681015015,-0.44646981358528137,1.1566030979156494,0.27793651819229126,1.4502358436584473 +522,-0.10026950691637601,0.08153180695701823,-0.7144501464973496,-0.09976904839277267,-0.08144150674343109,-0.9916720390319824,2.7936367988586426,1.9324891567230225,0.6663347482681274,-0.24684959650039673,1.3590751886367798,-1.0301785469055176 +523,-0.13124865150519863,-0.03090766287697237,-0.6081514330962258,-0.13080964982509613,0.030902741476893425,-0.9909257292747498,-1.1839746236801147,-1.0658974647521973,2.81497859954834,0.4527243375778198,-0.032123446464538574,-0.6185407638549805 +524,-0.1006063915112701,-0.17199553347621427,-0.3972070886686992,-0.09895483404397964,0.17114877700805664,-0.9802632331848145,-2.0581090450286865,0.4103652536869049,0.6363276243209839,-0.13662560284137726,-0.06976939737796783,0.38858848810195923 +525,-0.0750376240187609,-0.3933044191472164,-0.4405230457902144,-0.06924330443143845,0.3832426071166992,-0.9210485816001892,-2.1320853233337402,0.36877161264419556,-1.1520522832870483,0.059386126697063446,-0.5713834762573242,0.4860205054283142 +526,-0.08865312817915215,-0.5898701537476864,-0.7198746811628112,-0.07357542961835861,0.5562531352043152,-0.8277494311332703,-1.762595295906067,2.3619656562805176,-1.9427791833877563,-0.02266174554824829,-0.3320099711418152,-1.0273377895355225 +527,0.233297609719049,-0.6279923263813059,-0.4864707002206933,0.1870785653591156,0.5875213146209717,-0.787286639213562,2.441288948059082,-0.9313396215438843,4.1483964920043945,-1.232763409614563,-0.5248993039131165,-1.2144222259521484 +528,-0.02131099192285239,-0.285367521694067,-0.5210129421531305,-0.020447589457035065,0.2815101146697998,-0.9593403935432434,2.2493767738342285,-1.4075660705566406,-4.241394996643066,-0.025923864915966988,0.3910209536552429,0.003453552722930908 +529,-0.07639276968120971,0.04591003137713659,-0.933266048852272,-0.07623807340860367,-0.04589390382170677,-0.9960328936576843,3.459740400314331,0.9688648581504822,-1.6112040281295776,0.6250967383384705,0.6793472766876221,0.9216157793998718 +530,0.027661905433040854,0.30296566807002445,-0.9799312524303125,0.02639870159327984,-0.29835212230682373,-0.9540907144546509,0.850236177444458,0.6312721967697144,-0.8045337200164795,-0.07295326888561249,1.5653351545333862,-0.9368242025375366 +531,-0.06292516725372983,0.055550395017365084,-0.8411654230192418,-0.06278664618730545,-0.055521830916404724,-0.9964814186096191,-2.4431345462799072,-1.0340385437011719,4.377186298370361,0.42806679010391235,-0.023396626114845276,-0.23977041244506836 +532,-0.07510091352744121,-0.1732406919749858,-0.4394080113003899,-0.07390723377466202,0.17237542569637299,-0.9822547435760498,-2.096221685409546,0.2348737269639969,2.7703092098236084,-0.20014062523841858,0.09192204475402832,0.4110267758369446 +533,0.006558987146174953,-0.42019482401030994,-0.32670273447610015,0.0059883748181164265,0.4079383313655853,-0.9129898548126221,-2.83860182762146,0.9595573544502258,-0.3042418658733368,-0.27503132820129395,-0.2687476575374603,0.38180088996887207 +534,0.03687461398122824,-0.6580967079692389,-0.5214235243496387,0.02916702628135681,0.6116121411323547,-0.7906199097633362,-1.1185044050216675,1.9190926551818848,-1.9116954803466797,-0.3800123631954193,-0.3099459409713745,-1.3377827405929565 +535,0.1369358497899785,-0.6173276179770897,-0.5361028004585728,0.11131272464990616,0.5788580775260925,-0.8077950477600098,3.4226009845733643,-1.9532403945922852,0.7932828664779663,-0.917648196220398,-0.47404545545578003,-0.8418021202087402 +536,-0.1832655013327846,-0.31225529908687566,-0.7179610793033631,-0.1734287291765213,0.3072056472301483,-0.9357067346572876,1.976088047027588,-1.3852304220199585,-4.053955078125,0.1398746818304062,0.1402125358581543,-0.008735954761505127 +537,-0.2082049041139145,0.051463971799039575,-0.9808620117867902,-0.20643024146556854,-0.0514412559568882,-0.9771081805229187,3.884315013885498,0.8549965023994446,-0.793279230594635,0.36786821484565735,0.6862679123878479,0.1789819598197937 +538,-0.13185678270014534,0.3954762035194365,-0.8889938861062517,-0.12132690101861954,-0.38524767756462097,-0.9148027300834656,0.20321941375732422,1.4576783180236816,0.41927069425582886,0.11829040944576263,1.8694243431091309,-0.3111799359321594 +539,-0.1662041890973857,0.04476620783086161,-0.7110510948594767,-0.16527430713176727,-0.044751256704330444,-0.9852318167686462,-4.43754243850708,-0.2572527229785919,3.563641309738159,0.05312220752239227,0.34147366881370544,-0.29789501428604126 +540,-0.063959817810067,-0.3945048118061673,-0.3888913054633681,-0.059006623923778534,0.38435107469558716,-0.9212993383407593,-4.277681827545166,-0.08829541504383087,3.1830811500549316,-0.5831289887428284,-0.44997912645339966,-0.06147348880767822 +541,0.023334108627807056,-0.7460528581429804,-0.25552190417773124,0.017134401947259903,0.6787453889846802,-0.7341737747192383,-2.6643295288085938,0.8389550447463989,-0.6411306858062744,-0.5073535442352295,-1.2458840608596802,-0.13572973012924194 +542,-0.06653051277045965,-0.7172138378984201,-0.4941375279463821,-0.050103072077035904,0.6572874784469604,-0.7519726157188416,2.494530200958252,0.6330969333648682,-1.7239185571670532,-0.9226447343826294,-0.25398242473602295,-1.4807543754577637 +543,-0.15640954344683147,-0.36011742056050194,-0.6075124410977244,-0.14578062295913696,0.35238412022590637,-0.9244313836097717,2.7124247550964355,-1.3851386308670044,-1.929542064666748,-0.46136659383773804,0.574526309967041,-0.3173593282699585 +544,-0.3186767026079315,-0.15534917860450004,-0.8987036205599724,-0.3095371425151825,0.1547250896692276,-0.9382147789001465,0.4400300979614258,0.17388874292373657,-3.237786054611206,0.7449619770050049,0.3943471908569336,0.666471004486084 +545,-0.2116920379876853,0.04606746584489997,-1.0304450657775768,-0.20989155769348145,-0.04605117440223694,-0.9766395688056946,2.2319788932800293,1.5783576965332031,-0.33554863929748535,0.43386006355285645,0.9281312227249146,0.5958870053291321 +546,-0.07388232505541738,0.12322712817423093,-0.881825842069936,-0.07325539737939835,-0.12291549891233444,-0.9897097945213318,-1.2818233966827393,1.2222204208374023,3.599736452102661,-0.14729513227939606,0.571584939956665,-1.2866878509521484 +547,-0.04174700532052364,-0.05111073106189626,-0.5210112644982788,-0.04168038070201874,0.05108848214149475,-0.9978240132331848,-0.9447664618492126,0.3104081451892853,2.9405677318573,-0.35710805654525757,-0.28271690011024475,-0.08020943403244019 +548,-0.06335337873395067,-0.1716036923909978,-0.26090559250663037,-0.06238110736012459,0.17076270282268524,-0.9833354949951172,-1.4874097108840942,-1.055985927581787,1.41325843334198,-0.3912016451358795,-0.33416908979415894,0.9662151336669922 +549,-0.20915951658890272,-0.3364465062083796,-0.3744484347383133,-0.19599634408950806,0.33013492822647095,-0.9233614802360535,-1.0194751024246216,-1.7937766313552856,-2.8327462673187256,-0.13818639516830444,-0.27292972803115845,-0.03997164964675903 +550,-0.21980563035612732,-0.3780654441523782,-0.5082010186495941,-0.2026420533657074,0.3691232204437256,-0.9070194363594055,0.3251982629299164,3.5220463275909424,0.4838669002056122,-0.8189033269882202,-0.003385305404663086,-1.1808254718780518 +551,-0.23968469801850656,-0.12263932547479377,-0.5206194071426729,-0.23561331629753113,0.1223321333527565,-0.9641168117523193,0.899760365486145,-3.0776233673095703,-1.3651126623153687,0.23962637782096863,0.4533362090587616,0.39227843284606934 +552,-0.41371022070052893,-0.1884630504880271,-0.6952221710384503,-0.39489105343818665,0.1873493790626526,-0.8994227051734924,-1.1800044775009155,0.19025970995426178,-0.5400466918945312,0.7648098468780518,-0.2713642716407776,0.8119136095046997 +553,-0.3295661605526054,-0.09993744709284484,-0.6696657509617743,-0.3220177888870239,0.0997711792588234,-0.9414618015289307,3.0289876461029053,2.5762810707092285,0.9458115100860596,0.11814510822296143,0.6463836431503296,-0.7288415431976318 +554,-0.24312587121411589,-0.05197830247115515,-0.32435388970158696,-0.2404126077890396,0.05195489898324013,-0.9692793488502502,-1.152452826499939,-2.042886734008789,3.728149175643921,-0.06070435047149658,0.21157965064048767,-0.30391401052474976 +555,-0.27517953882071616,-0.23053389659285126,-0.17432806694172243,-0.2645312547683716,0.22849732637405396,-0.9369162917137146,-0.40570372343063354,0.9671032428741455,0.9664255380630493,0.17296326160430908,-0.26124268770217896,0.6661948561668396 +556,-0.19998713430276138,-0.3645502970886312,-0.14309257171770118,-0.1856018304824829,0.356529176235199,-0.9156630635261536,-2.5978548526763916,0.25030118227005005,-0.8922439217567444,-0.06963193416595459,-0.337913453578949,0.49859458208084106 +557,-0.22007450514133078,-0.5044817585889069,-0.39834979376772933,-0.1911073476076126,0.4833538234233856,-0.8543108701705933,-0.7593117356300354,1.8809561729431152,-1.4934059381484985,-0.4266294836997986,-0.13392755389213562,-0.9826642274856567 +558,-0.08920472035643445,-0.5129475894435257,-0.3849924596659326,-0.07762119174003601,0.4907476007938385,-0.8678374290466309,1.2705795764923096,-0.9004400968551636,0.15852832794189453,-0.7572023868560791,-0.3393804132938385,-0.43492746353149414 +559,-0.27848152990020303,-0.31867558205794483,-0.554497155681679,-0.2610553205013275,0.31330910325050354,-0.9130648970603943,1.9778839349746704,-0.47918543219566345,-3.3267247676849365,0.1357196569442749,-0.05516093969345093,0.30060768127441406 +560,-0.30027573233483734,-0.04684044021915663,-0.6542564354016929,-0.29545918107032776,0.04682331532239914,-0.9542072415351868,1.9815024137496948,1.2046200037002563,0.1034390926361084,0.6361268758773804,0.5143186450004578,0.7734974026679993 +561,-0.1761063681588919,0.12814427641100384,-0.5513922495897305,-0.1737610101699829,-0.12779384851455688,-0.976460874080658,2.042174816131592,1.591627836227417,1.6136983633041382,-0.5673736333847046,1.397538661956787,-1.2775673866271973 +562,-0.2520114477045939,-0.0669627131767998,-0.3565075429412332,-0.24879352748394012,0.0669126808643341,-0.9662424325942993,-3.9519388675689697,-1.4452638626098633,1.8939518928527832,0.07661335170269012,0.1078462302684784,-0.14348351955413818 +563,-0.228827478169446,-0.3832469489548779,-0.18300910001454623,-0.21038000285625458,0.3739338219165802,-0.9032794237136841,-1.8062258958816528,0.3470151126384735,3.015538215637207,0.04181616008281708,-0.5104847550392151,0.4428759813308716 +564,-0.12503687032940305,-0.6610584266923466,-0.05844889613141633,-0.09843998402357101,0.61395263671875,-0.7831805348396301,-2.8122007846832275,0.8579017519950867,-0.545584499835968,-0.2836095690727234,-0.8331299424171448,0.07495909929275513 +565,-0.19337031132966467,-0.7594893311584737,-0.305276853988098,-0.13935750722885132,0.6885511875152588,-0.7116718292236328,0.011842556297779083,1.389086127281189,-1.7480357885360718,-0.8226481080055237,-0.23603659868240356,-1.4891643524169922 +566,-0.2479871159895878,-0.532040994517666,-0.46583173778816683,-0.21152502298355103,0.5072932839393616,-0.8354105353355408,2.6576437950134277,-0.7139201164245605,-2.179250955581665,-0.295494019985199,0.05038493871688843,-0.13085228204727173 +567,-0.37605678287906985,-0.22355605557021194,-0.6110661176155987,-0.35811659693717957,0.2216985821723938,-0.9069742560386658,2.212218999862671,0.4417683184146881,-1.5777770280838013,0.8935017585754395,0.4518091082572937,0.8163828253746033 +568,-0.2534760028974616,-0.020945496512962184,-0.5451612555923115,-0.2507154047489166,0.020943965762853622,-0.9678342342376709,2.1577210426330566,0.6776703000068665,1.2221662998199463,0.09017771482467651,1.0638796091079712,0.052505314350128174 +569,-0.20172974080913159,0.020206774395922212,-0.2799807861281642,-0.20032338798046112,-0.02020539902150631,-0.9795214533805847,-2.742030143737793,-0.3080865144729614,1.601980209350586,-0.5197083353996277,0.9132717847824097,-0.5008099675178528 +570,-0.2684563204739197,-0.3113863826548195,-0.29774855727821375,-0.25248774886131287,0.30637863278388977,-0.9178137183189392,-1.938336730003357,-0.14708344638347626,1.8092817068099976,0.25140440464019775,-0.49668627977371216,0.16096258163452148 +571,-0.19182750033607654,-0.5727712262937714,-0.10663360464260571,-0.16022537648677826,0.5419631004333496,-0.8249871730804443,-3.079832077026367,0.15832538902759552,0.47620218992233276,-0.05164290964603424,-0.9861006736755371,0.23958373069763184 +572,-0.32021240765069464,-0.7284549593183165,-0.38215190917979186,-0.2348812073469162,0.6657175421714783,-0.7082732319831848,1.0863367319107056,1.6961780786514282,-2.5503764152526855,-0.2921878695487976,-0.5490946173667908,-1.060510277748108 +573,-0.17638486638569273,-0.4865823083521959,-0.44617971759857794,-0.15510576963424683,0.46760761737823486,-0.8702214360237122,2.6486098766326904,0.2981054484844208,-0.7148717641830444,-0.9947965741157532,0.15769755840301514,-0.9910609126091003 +574,-0.24857515625899035,-0.1378760305643182,-0.49125219269124654,-0.2436884343624115,0.13743960857391357,-0.9600657820701599,2.2941269874572754,-0.9911477565765381,-2.066807508468628,0.2151239812374115,0.7413140535354614,0.4408397078514099 +575,-0.22982200422343815,0.028489014835941413,-0.6320978566704164,-0.2277117669582367,-0.028485162183642387,-0.9733118414878845,0.6335238814353943,0.9329007863998413,-0.2467326670885086,0.5374957323074341,0.7528504133224487,0.7558435797691345 +576,-0.17614357127917593,0.036178747988487275,-0.45459133252396716,-0.17511945962905884,-0.03617085516452789,-0.9838825464248657,0.4471333622932434,0.9338797330856323,3.2384965419769287,-0.09074969589710236,1.0434187650680542,-0.4105876684188843 +577,-0.14210920537913616,-0.11814464988729195,-0.21541572111314558,-0.14064405858516693,0.11786999553442001,-0.9830187559127808,-2.545994758605957,-0.6065602898597717,2.1802926063537598,-0.21567916870117188,0.09608873724937439,-0.695432722568512 +578,-0.11097085547767677,-0.32225104067077265,0.04793673070402757,-0.1050427183508873,0.3167025148868561,-0.9426905512809753,-0.5957837104797363,-0.2026088535785675,2.9005165100097656,-0.1743457019329071,-0.716101348400116,0.15538287162780762 +579,-0.11054901962414382,-0.371270269447371,0.18584254311768977,-0.10280731320381165,0.36279943585395813,-0.9261788129806519,0.7329350113868713,-0.3261187672615051,-0.4929116666316986,-0.08244965225458145,-1.4631717205047607,0.21310508251190186 +580,-0.0642858333051665,-0.14362824306561217,0.09557634240470399,-0.06358008086681366,0.1431349366903305,-0.9876588582992554,3.3528425693511963,1.3285664319992065,-1.2122663259506226,-0.9467806220054626,-0.5096052885055542,-1.0643430948257446 +581,-0.06272831852253301,0.1723636442428191,-0.018325869206821853,-0.06175829842686653,-0.1715114414691925,-0.9832444787025452,3.1704487800598145,-1.5418694019317627,-1.8237422704696655,-0.92795729637146,0.4880703091621399,-1.054932951927185 +582,-0.053667897147488146,0.45100368381761274,-0.3511957017550294,-0.04827846586704254,-0.4358690679073334,-0.8987142443656921,0.9061039090156555,-0.11369451880455017,-4.431547164916992,-0.08276401460170746,0.9682482481002808,0.15344452857971191 +583,0.16425254552778315,0.4154399151872346,-0.7603328021618089,0.14960621297359467,-0.40359246730804443,-0.9026245474815369,-0.38636866211891174,0.9804612994194031,-2.7192001342773438,-0.10512685775756836,0.7373327016830444,0.27132272720336914 +584,0.3848461184764931,0.4055147295521744,-0.9684935010617733,0.3449700176715851,-0.3944917917251587,-0.8516876697540283,1.0463485717773438,0.9463698267936707,-0.5543245673179626,-0.016692429780960083,0.4620577096939087,0.04976201057434082 +585,0.30947758545831794,0.4737488630628287,-0.9129664874321041,0.27101802825927734,-0.4562254548072815,-0.8475892543792725,-0.8486018776893616,-1.62814462184906,0.9961538910865784,0.012383490800857544,0.059557974338531494,0.11898207664489746 +586,0.1778965835805946,0.41014389253181793,-0.8336464551989411,0.16228331625461578,-0.39874130487442017,-0.9025904536247253,0.17239725589752197,-0.51441490650177,0.7236544489860535,0.17926941812038422,-0.21345657110214233,0.24006909132003784 +587,0.1492064098500277,0.45557060581575465,-0.8395006417664092,0.13349226117134094,-0.4399747848510742,-0.8880326747894287,0.07549505680799484,0.5451805591583252,-1.1321414709091187,-0.06910017132759094,0.05527019500732422,0.5683000087738037 +588,0.30832506821108924,0.41576837397212896,-0.9978342240154974,0.2776099443435669,-0.40389296412467957,-0.8716669082641602,-0.6260269284248352,0.8015505075454712,-1.0646655559539795,-0.0760260820388794,-0.17104294896125793,-0.24460506439208984 +589,0.25045857016996054,0.32374367879142113,-0.9878899089695621,0.23497280478477478,-0.31811797618865967,-0.9184708595275879,-0.5404611825942993,-1.1830003261566162,0.05918676778674126,-0.14967617392539978,-0.15052521228790283,-0.2595839500427246 +590,0.14605830680111018,0.282232316896772,-0.9926449901861719,0.13978144526481628,-0.27850034832954407,-0.9502097964286804,-0.7640697956085205,-0.5650841593742371,-0.18924716114997864,0.12018254399299622,0.052914440631866455,0.3150475025177002 +591,0.20889119015266974,0.23525018889614507,-1.0454771555816718,0.20166338980197906,-0.23308628797531128,-0.9513162970542908,0.38279715180397034,0.9646790027618408,-0.2620472013950348,-0.054324522614479065,0.14608067274093628,0.22571510076522827 +592,0.28724278268483655,0.3145685399795042,-1.0073268716634856,0.2694070637226105,-0.30940622091293335,-0.9119690656661987,-0.09419712424278259,0.7657217979431152,0.34463146328926086,-0.5046671032905579,0.46739575266838074,-0.2028380036354065 +593,0.11642584257661566,0.15323296357898905,-0.8957102700085111,0.11480189114809036,-0.15263400971889496,-0.9815922975540161,-1.8492507934570312,-1.2488154172897339,-0.10272398591041565,-0.07586146146059036,-0.24569667875766754,-0.5577448606491089 +594,0.02798379978767326,0.08917150235286382,-0.9350051934524782,0.027868978679180145,-0.08905337750911713,-0.9956368803977966,0.5463084578514099,-1.1760540008544922,0.3890328109264374,0.31101346015930176,-0.5095183849334717,0.036408424377441406 +595,0.04382502712782745,0.16265177455138666,-1.0224957076879444,0.0432327538728714,-0.16193555295467377,-0.9858538508415222,0.9429705142974854,1.1843851804733276,-2.298516273498535,-0.0484360009431839,0.004144400358200073,0.5336748957633972 +596,0.22214941926429543,0.1485561483015688,-1.2392190807041659,0.21790000796318054,-0.14801034331321716,-0.9646825790405273,-1.2809604406356812,0.593546986579895,-1.691133737564087,-0.32323142886161804,-0.19570915400981903,-0.8107080459594727 +597,0.0722838179600261,0.12217038725206016,-1.2470487692372338,0.07168258726596832,-0.12186670303344727,-0.9899545907974243,1.445098638534546,-2.111187219619751,0.176883727312088,0.05102859437465668,-0.09317541122436523,0.039759278297424316 +598,-0.023737276168661944,0.1810047014973076,-1.3011402207270306,-0.023347295820713043,-0.18001794815063477,-0.983386218547821,-0.3381299674510956,0.34657642245292664,-1.2770607471466064,0.36055126786231995,0.15142297744750977,0.695269763469696 +599,0.11503101609476875,0.17297820960307267,-1.383504041321635,0.11306462436914444,-0.17211687564849854,-0.9785664081573486,-0.12341928482055664,1.5029759407043457,-0.3792261779308319,-0.13142095506191254,-0.11862409114837646,-0.7378947734832764 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/q17.csv b/BoostRunClub/CoreML/DataSet/Motion/running/q17.csv new file mode 100644 index 0000000..0cd0357 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/q17.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,0.12527300977253025,0.24068154246371998,-1.364170664249067,0.12134414166212082,-0.238364577293396,-0.9635652303695679,1.1650193929672241,-1.1870836019515991,0.8278233408927917,0.08287948369979858,-0.062691330909729,-0.23644697666168213 +1,0.003807840562114009,0.6014892763968415,0.262697759128074,0.0031395333353430033,-0.565871000289917,-0.8244878649711609,0.6354525685310364,0.107881560921669,0.26896166801452637,-0.06350330263376236,0.08639407157897949,0.2109624147415161 +2,0.017564468834167905,0.5780251807817914,0.23426534438385868,0.01471024565398693,-0.5463709831237793,-0.8374140858650208,-1.1166284084320068,0.33475643396377563,-0.4694729447364807,-0.02993851900100708,0.019759654998779297,-0.05366867780685425 +3,0.09477193367006848,0.5425098737957259,0.22366471351227493,0.08104271441698074,-0.516287088394165,-0.8525723814964294,-0.46889352798461914,0.12233730405569077,0.6879921555519104,-0.11239953339099884,-0.15873122215270996,-0.3688783645629883 +4,0.04750802280943969,0.4282321666129032,0.255594247394976,0.04320185258984566,-0.41526326537132263,-0.9086748957633972,-0.7445932030677795,-0.7009572982788086,-0.49700066447257996,0.09498172998428345,0.08213341236114502,0.020231902599334717 +5,0.035368474828664107,0.3369457832235959,0.2351704288337247,0.033372703939676285,-0.3306061625480652,-0.9431785941123962,-0.5362786650657654,-0.8377684354782104,-0.26097843050956726,-0.014039821922779083,-0.13922721147537231,0.07913440465927124 +6,0.026211884383413566,0.27450616604629835,0.21835582428313233,0.02522760070860386,-0.2710716128349304,-0.962228536605835,-0.47191157937049866,1.4533566236495972,0.35999974608421326,0.1342419981956482,-0.07334977388381958,0.03319716453552246 +7,-0.0016308247254844753,0.34462154559951436,0.24044075187218034,-0.001534937066026032,-0.3378404974937439,-0.9412021040916443,-0.4944245517253876,-0.2679319679737091,0.7199546098709106,0.00846242904663086,-0.08894780278205872,0.07103919982910156 +8,-0.15952770460671756,0.34519110242380774,0.6225781849493747,-0.1494813859462738,-0.338376522064209,-0.9290622472763062,1.0343812704086304,-0.910365641117096,3.8890178203582764,0.1289888322353363,-0.0416436493396759,-0.26371729373931885 +9,-0.24153152608016587,0.36541655091680597,0.7544709357646618,-0.22339746356010437,-0.3573383688926697,-0.9068642854690552,0.5772024393081665,1.0103213787078857,-2.323108196258545,0.5220425128936768,0.5997852683067322,-0.13448703289031982 +10,0.07799484854717086,0.4563083309213438,0.4483847820870788,0.0699438601732254,-0.44063717126846313,-0.8949562907218933,2.5934360027313232,3.481349229812622,-5.72690486907959,0.120729960501194,1.1610655784606934,0.4333016276359558 +11,0.7732976676035128,0.31749488755875455,-0.32051246941751255,0.6635882258415222,-0.31218764185905457,-0.6798452138900757,-2.0920422077178955,1.6915761232376099,-7.775705814361572,-0.09559506177902222,0.39846086502075195,-0.12452179193496704 +12,0.693155730521395,-0.29405752497213483,-0.5675943045176157,0.611540675163269,0.28983795642852783,-0.7362146973609924,-0.12780240178108215,-1.0866892337799072,-4.0708088874816895,0.40228378772735596,-0.7306033372879028,-0.49754995107650757 +13,0.688144486890589,-0.340226645932055,-0.8140716822107973,0.5987001657485962,0.3337007462978363,-0.7281495928764343,1.4404754638671875,1.3916882276535034,0.89061039686203,1.3001339435577393,-0.9543215036392212,-0.0858914852142334 +14,0.9838235378201172,-0.17393167964374381,-0.7118987737690237,0.8200585246086121,0.17305603623390198,-0.5454866886138916,0.33788391947746277,3.6545844078063965,2.1075453758239746,0.10929328203201294,0.11901244521141052,-0.6489713191986084 +15,1.0534802718714547,-0.10286028860161905,-0.6261750316717963,0.8645558953285217,0.10267900675535202,-0.49193528294563293,-0.8811870813369751,0.015358597971498966,-1.3387742042541504,-0.36284685134887695,1.1862919330596924,0.41770124435424805 +16,1.1324936203756737,-0.23898153690382018,-0.7467466362691176,0.8797393441200256,0.2367132306098938,-0.41234150528907776,-0.22741661965847015,-1.5388723611831665,-2.1374363899230957,-0.3269287347793579,0.0793420821428299,0.10946983098983765 +17,1.0274443743001356,-0.3908596623886417,-0.9151671648907287,0.7914240956306458,0.3809833824634552,-0.47801631689071655,1.1049154996871948,-1.7368595600128174,-1.318518042564392,0.26941269636154175,-0.3575764000415802,-0.45527225732803345 +18,0.928608234114838,-0.4477727620550659,-0.9150543540523809,0.7218404412269592,0.4329589605331421,-0.5399008989334106,-0.9880816340446472,0.08945789933204651,1.7574938535690308,1.0827860832214355,-0.5039428472518921,-0.17759788036346436 +19,1.0300015152954713,-0.16224058307947675,-0.6460013612962215,0.8460415601730347,0.1615297645330429,-0.5080568790435791,0.675160825252533,-0.29676058888435364,3.133314371109009,-0.14355742931365967,0.7992246150970459,-0.2530057430267334 +20,1.040753452001183,-0.18388193829501373,-0.7887704752584898,0.8482399582862854,0.18284744024276733,-0.4970470666885376,0.1350894272327423,1.4348691701889038,-3.203289031982422,-0.5748482346534729,0.6454759240150452,0.3983074426651001 +21,1.0383505169349563,-0.3670320896069286,-0.8985022832221148,0.80418461561203,0.3588467836380005,-0.4738313555717468,0.4521315097808838,-0.5657634735107422,-1.341966152191162,-0.07550114393234253,-0.490179181098938,0.12728899717330933 +22,0.9936194382601823,-0.37252309891925706,-0.9604944411982866,0.7805292010307312,0.3639666438102722,-0.5082345604896545,0.6247454285621643,1.0110423564910889,2.0902366638183594,0.41106003522872925,-0.9773089289665222,0.29444366693496704 +23,1.1121610686239884,0.01145861224140605,-0.639188643487113,0.8965986371040344,-0.011458361521363258,-0.4426957368850708,-1.0784858465194702,1.8526275157928467,5.027024745941162,0.2323228120803833,0.4658193290233612,0.0376511812210083 +24,1.0591795280555383,0.3061144490686654,-0.4058472187187624,0.8314183950424194,-0.3013559877872467,-0.4668275713920593,-2.050137996673584,0.07252497971057892,2.5723817348480225,0.4914270043373108,0.04107162356376648,-0.3268583118915558 +25,1.1715523944631685,0.40667545844875397,-0.5045087583845779,0.8462103009223938,-0.39555811882019043,-0.35701805353164673,0.9621476531028748,-0.42737850546836853,0.6762114763259888,0.1608850359916687,0.02141261100769043,0.4120718240737915 +26,1.1286994756282587,0.5218834976183675,-0.550678405540092,0.7835366725921631,-0.498513787984848,-0.37088289856910706,0.9987866282463074,0.5983461737632751,0.12282189726829529,-0.48702800273895264,0.5796753168106079,0.09303560853004456 +27,1.1024469224739393,0.6167676322558754,-0.4887142077567702,0.7279077768325806,-0.5784013867378235,-0.368242084980011,-0.7133373022079468,1.6729480028152466,0.3913966119289398,-0.40570318698883057,0.3401811718940735,0.298143208026886 +28,1.3576994269470757,0.5585570830195488,-0.5336076875427498,0.8288390636444092,-0.5299631357192993,-0.1793460100889206,0.22757728397846222,6.188854217529297,-4.965195655822754,0.19963383674621582,-0.6713308095932007,-0.4321194887161255 +29,1.519817458254287,0.23763638978763485,-0.5578298201656477,0.9706344604492188,-0.23540610074996948,-0.049524758011102676,-0.6617806553840637,-3.0120131969451904,1.557809591293335,0.8407669067382812,-1.2166507244110107,-0.04251629114151001 +30,1.5517743421055514,0.4821674352377605,-0.6216582244684371,0.8858317732810974,-0.4637005925178528,-0.01685231178998947,0.4061536490917206,-0.2678096890449524,2.6099631786346436,-0.004941880702972412,0.3529523015022278,-0.17498117685317993 +31,1.6473544085751093,0.7817206126068393,-0.7864905240465964,0.7076236009597778,-0.7045015692710876,0.054280396550893784,2.418332099914551,0.11423719674348831,4.449051856994629,-0.47912323474884033,0.6997256278991699,0.2980145215988159 +32,1.7639837370803282,0.9949490433240683,-0.9951632122063245,0.5344156622886658,-0.8387312293052673,0.10454622656106949,0.5133209228515625,-2.4967689514160156,1.0559967756271362,-0.04766029119491577,0.7446150183677673,-0.32196879386901855 +33,1.532834223290851,0.8979692532200111,-0.9296355211898126,0.6227504014968872,-0.7820629477500916,-0.023652277886867523,-0.15496458113193512,-0.2149505466222763,-1.3300068378448486,0.769797146320343,-0.8086963295936584,-0.023344814777374268 +34,1.6212041446313499,0.8952894978685101,-0.9681155977408995,0.6244987845420837,-0.7803901433944702,0.031506311148405075,0.33312904834747314,0.7145717740058899,0.06729248911142349,0.14944225549697876,-0.3179222345352173,-0.2729156017303467 +35,1.6427152978421466,0.9615681723280599,-0.9671891050604939,0.5707552433013916,-0.8200899362564087,0.0411190502345562,-0.8584925532341003,-1.0543123483657837,2.447455406188965,0.13958704471588135,-0.19695407152175903,-0.4612545967102051 +36,1.41967350708974,1.1845486008870925,-0.7534767062175527,0.3724215030670166,-0.9263291358947754,-0.05671379342675209,-0.29885366559028625,-0.36478012800216675,0.24197722971439362,-0.2539980709552765,0.9204850792884827,-0.16006779670715332 +37,1.483380391329165,1.1168199557189522,-0.8588241146678055,0.43686822056770325,-0.8987104296684265,-0.03828681632876396,0.018074778839945793,-0.5196480751037598,-0.991467297077179,-0.03606557846069336,-0.03991878032684326,0.007143616676330566 +38,1.491329090055315,1.0835899086992185,-0.8458378083537058,0.4666818380355835,-0.883644163608551,-0.03716418147087097,0.17023582756519318,1.2194139957427979,-0.3144400417804718,0.1758657693862915,-0.5370407104492188,0.2639250159263611 +39,1.6743440621540144,1.0903254341686794,-0.9108936994517677,0.4597214162349701,-0.886777400970459,0.04777397960424423,-0.11606734991073608,0.8351300358772278,-0.3843308687210083,0.31743931770324707,-0.26654303073883057,-0.35743582248687744 +40,1.6927253838254657,1.010640347241316,-0.9034619771884412,0.5273736715316772,-0.8471722602844238,0.06462273001670837,-0.23982927203178406,0.4201095700263977,-0.17523492872714996,-0.06693977117538452,0.058048784732818604,-0.009920008480548859 +41,1.6361140155632299,0.9349588213245111,-0.8527597869093018,0.5925852060317993,-0.8045746088027954,0.0387614369392395,0.3816661238670349,-0.3661729395389557,-1.2392743825912476,-0.1428477168083191,0.3248078227043152,-0.08931374549865723 +42,1.6694759074855199,0.8460401175187839,-0.9502873259378378,0.6597276926040649,-0.7486610412597656,0.06531379371881485,0.8039218783378601,0.32866424322128296,-0.7427374124526978,-0.3212115168571472,0.2532539963722229,0.12940359115600586 +43,1.7065757833668884,0.7721440915542962,-0.978577710919859,0.7098224759101868,-0.6976729035377502,0.09697599709033966,-0.5949072241783142,-0.8072828054428101,-0.4487549066543579,0.4081278443336487,-0.458393931388855,0.18157313764095306 +44,1.7428006124304742,0.7835372884616438,-1.023037030340641,0.6979674696922302,-0.7057897448539734,0.12125152349472046,0.646012544631958,0.5902798175811768,-0.0846339762210846,0.19119256734848022,-0.30450987815856934,-0.10465003550052643 +45,1.7960387714477681,0.7335031351932395,-1.0685052091543101,0.7240698337554932,-0.6694759726524353,0.16590650379657745,0.09328433126211166,-0.27251243591308594,-0.6918846368789673,-0.003259897232055664,0.019192159175872803,-0.284726619720459 +46,1.7138585066223746,0.6654982893813556,-1.020770867361089,0.7785732746124268,-0.6174511909484863,0.11215055733919144,-0.8377727270126343,0.686257004737854,-0.9587898254394531,-0.14934659004211426,0.35834163427352905,0.49636995792388916 +47,1.6775392022629037,0.6033911373219776,-0.9807472278584879,0.8187295198440552,-0.5674380660057068,0.08772698044776917,-0.016642745584249496,-0.32987380027770996,-0.16120457649230957,-0.3332101106643677,0.1513308882713318,-0.12828493118286133 +48,1.6641042627387999,0.6743128329572229,-0.9499070770593602,0.7777382731437683,-0.6243606805801392,0.07278048992156982,-0.8113808631896973,0.49540773034095764,1.408917784690857,0.11340552568435669,-0.12260282039642334,0.4221688508987427 +49,1.564424331860021,0.9983865589062841,-0.805311314314321,0.5416481494903564,-0.8405981659889221,-0.00345142581500113,-0.5117971897125244,0.5768264532089233,2.9589385986328125,-0.0036385655403137207,-0.1086052656173706,0.26912224292755127 +50,1.520799363009442,1.2519382064121949,-0.7457776094788064,0.3130907118320465,-0.9495940208435059,-0.015666641294956207,0.3458663523197174,-1.4339746236801147,0.5557988882064819,0.04535353183746338,0.7262969017028809,-0.5307048559188843 +51,1.4861713286630702,1.3447508117641407,-0.8552807318319611,0.2233227789402008,-0.9745603203773499,-0.01894393377006054,-0.6375327706336975,0.8606500029563904,1.490885615348816,0.2588701844215393,-0.1529877781867981,0.5893327593803406 +52,0.1805698619040552,1.3262203131499164,0.37764604849613015,0.04348691925406456,-0.97024005651474,-0.2382083535194397,-0.6386474370956421,-0.3303528428077698,-0.24345338344573975,-0.05444272980093956,-0.2607017755508423,0.2516970932483673 +53,0.13972935954796667,1.3520441393354856,0.4158913762619079,0.030224371701478958,-0.9761689901351929,-0.21489694714546204,0.7650532722473145,-0.1806645393371582,0.9326255321502686,-0.09835487604141235,-0.48493635654449463,0.16648083925247192 +54,0.058684339764731294,0.4218713555827035,-1.076479769252528,0.05350842326879501,-0.4094684422016144,-0.9107537865638733,-0.5587787628173828,-0.20415446162223816,-0.2512333393096924,-0.010448113083839417,-0.06570550799369812,0.11094909906387329 +55,0.045688808667761385,0.39291890306263133,-1.1148287969436783,0.042192429304122925,-0.38288649916648865,-0.9228313565254211,0.5264890193939209,-0.18384456634521484,-0.06952011585235596,0.09750178456306458,-0.18866193294525146,-0.25182074308395386 +56,0.11440958606678693,0.4366144452463232,-1.0659543266963751,0.10345062613487244,-0.42287394404411316,-0.9002642035484314,0.6221316456794739,1.4231280088424683,-0.636407196521759,0.08259978145360947,0.31087443232536316,0.035853803157806396 +57,0.17842099174371742,0.46621033441884485,-1.0829576696311096,0.15853530168533325,-0.4495042860507965,-0.8790975213050842,-0.33090177178382874,-0.8205555081367493,1.286644458770752,0.15803879499435425,-0.1164899468421936,-0.05164283514022827 +58,0.072024697066809,0.3911266895789367,-1.034139440225955,0.0665278434753418,-0.38123026490211487,-0.9220832586288452,-0.23854778707027435,-0.4576047956943512,0.10356709361076355,-0.0998225286602974,-0.013789266347885132,0.21763074398040771 +59,0.06588498595258284,0.4134933502357022,-0.9774853413169748,0.06028874218463898,-0.4018107056617737,-0.9137359857559204,0.335880309343338,0.2537737190723419,0.6264666318893433,0.002577461302280426,-0.09078878164291382,-0.03760373592376709 +60,-0.002257281398660706,0.42124315960028774,-0.9675732343865636,-0.00205995119176805,-0.40889525413513184,-0.9125789999961853,0.4855334758758545,-1.0335742235183716,-0.5650047063827515,-0.035476669669151306,-0.006571054458618164,-0.1406436562538147 +61,0.020749863306346254,0.416945513421739,-0.9648197110812149,0.01897086389362812,-0.40496954321861267,-0.9141333103179932,-0.9788769483566284,0.5673202276229858,0.5797308087348938,0.08304940164089203,-0.03202691674232483,-0.31053704023361206 +62,-0.0013049929870207404,0.3320980778747304,-0.9005324050611532,-0.00123368832282722,-0.32602718472480774,-0.9453595876693726,-0.6863793730735779,0.44587618112564087,0.1490330696105957,-0.07470931112766266,0.09964781999588013,0.14999520778656006 +63,0.050313951995871645,0.35406786486518765,-0.926035141808582,0.04717307165265083,-0.3467161953449249,-0.9367830753326416,0.9739906191825867,0.5297096371650696,0.10130361467599869,-0.07354027032852173,-0.10250252485275269,0.24465972185134888 +64,0.07557409835515769,0.44619494616822775,-0.8984380911749554,0.06811019033193588,-0.43153613805770874,-0.899520754814148,0.9750986099243164,0.26220640540122986,0.22488953173160553,-0.10151167213916779,0.13546985387802124,0.06092822551727295 +65,0.08731111327056958,0.5334881335827529,-0.884481175528199,0.07508274912834167,-0.5085398554801941,-0.857758641242981,0.40511980652809143,-0.4784320890903473,-0.23016861081123352,-0.09447667002677917,-0.019643127918243408,-0.24015700817108154 +66,0.024857125277157333,0.5072416295757741,-0.8850104447488835,0.021725071594119072,-0.48576804995536804,-0.8738177418708801,-0.32327497005462646,-0.593258261680603,-0.06592284888029099,0.05655251443386078,-0.04523780941963196,-0.07440918684005737 +67,0.03288056093285296,0.44022063212308726,-0.9121135805048649,0.029740290716290474,-0.42613908648490906,-0.9041686654090881,-0.18441501259803772,0.16130474209785461,-0.2946818768978119,0.08701995015144348,0.05583879351615906,0.05289614200592041 +68,0.050815780375908115,0.46650787717526365,-0.9414654663672938,0.04536629840731621,-0.44977006316185,-0.8919914960861206,0.46641841530799866,0.1108551174402237,-0.2737717032432556,-0.019029632210731506,0.06463822722434998,0.3180626630783081 +69,0.06390406063033145,0.5107481378855377,-0.9438642970751757,0.055710624903440475,-0.488830029964447,-0.8705983757972717,0.34924179315567017,0.09781047701835632,0.4201580882072449,0.10711590945720673,-0.09684804081916809,0.09792381525039673 +70,0.02919659636731114,0.5147064489963199,-0.9187040046621223,0.02541019581258297,-0.4922793507575989,-0.8700662851333618,0.611553430557251,-0.46297934651374817,-0.23503482341766357,0.05384396016597748,-0.05555695295333862,-0.3119558095932007 +71,-0.01791857185630125,0.6017528038729456,-0.9487547666328332,-0.01477028802037239,-0.5660882592201233,-0.8242123126983643,-0.41466784477233887,0.1820322573184967,0.12166368216276169,-0.05954001843929291,-0.3168615698814392,0.11673855781555176 +72,0.05190016542284827,0.519579789319458,-0.9496594319341166,0.04503056779503822,-0.4965154230594635,-0.8668590784072876,0.12449273467063904,0.4785083532333374,-0.5137926340103149,-0.013689015060663223,0.2252447009086609,-0.06382018327713013 +73,0.08684098391009543,0.45932249058440966,-0.9775907496070053,0.07774238288402557,-0.443340927362442,-0.8929753303527832,-0.7908472418785095,0.26019272208213806,-0.4059391915798187,0.09652825444936752,0.18194261193275452,0.2194523811340332 +74,0.19012869280664108,0.46396636861736346,-1.0318942965473246,0.1690066158771515,-0.4474986791610718,-0.8781694769859314,1.0662981271743774,0.7897878885269165,-0.245418518781662,0.12130710482597351,0.04460561275482178,0.39486265182495117 +75,0.24957920608604586,0.4937777995094856,-1.0322327795343702,0.21749219298362732,-0.47395581007003784,-0.8532661199569702,-0.3588210344314575,0.6109054684638977,-0.27767813205718994,0.10590259730815887,0.25148266553878784,0.3005164861679077 +76,0.445565536337974,0.43528796445151396,-1.0137694507114419,0.39077988266944885,-0.4216715395450592,-0.8182201385498047,-2.610478639602661,2.9392759799957275,0.8076526522636414,0.21990734338760376,0.18534338474273682,0.4148845672607422 +77,0.8111938917700062,0.2071620899762745,-0.8277901170820682,0.7096059322357178,-0.20568349957466125,-0.6739092469215393,-0.8285685181617737,6.068717956542969,-1.5810641050338745,0.3826334476470947,0.9155223369598389,-0.05977910757064819 +78,1.441421729367544,-0.0821423444988211,-0.9778426702339242,0.9882991313934326,0.08205000311136246,-0.12857897579669952,1.1230883598327637,4.678305149078369,-4.954318523406982,0.9161960482597351,0.39033159613609314,-0.7292701005935669 +79,1.6293292532884405,-0.5343656087897922,-1.0215742362242457,0.8591181039810181,0.5092951655387878,0.050344206392765045,0.03955833986401558,0.14372585713863373,-2.5322089195251465,0.44434869289398193,-0.8576686382293701,-0.5046136379241943 +80,1.5896105359725023,-0.6785747545288932,-1.0475807623273212,0.778330385684967,0.6276841759681702,0.01464539859443903,0.21045158803462982,0.8700316548347473,-0.9191749095916748,0.43283599615097046,-0.6912217736244202,0.05642998218536377 +81,1.642754230136428,-0.6670074444254979,-1.0589443821111795,0.7836431264877319,0.6186375617980957,0.05648684501647949,1.3361531496047974,-0.8346621990203857,1.8812395334243774,1.302065372467041,-0.7588812112808228,-0.823012113571167 +82,1.4658650120638967,-0.3612751452375525,-1.2605465359697396,0.9303016662597656,0.35346734523773193,-0.0979776382446289,2.016066074371338,-0.36034783720970154,3.993565320968628,0.6429252624511719,0.06961306929588318,-0.0779714584350586 +83,1.41214656299369,0.0418302283834207,-1.4032567138207128,0.9865778088569641,-0.041818030178546906,-0.15784688293933868,2.1139400005340576,0.22924213111400604,3.508085012435913,-0.08781975507736206,0.4468930959701538,0.028467640280723572 +84,1.4705370415665822,0.3130859837017718,-1.5825454271075419,0.9466100335121155,-0.30799606442451477,-0.0952257290482521,1.7918736934661865,-0.2900966703891754,1.5144250392913818,-0.27194273471832275,0.7415287494659424,-0.046467363834381104 +85,1.5015972189699924,0.4374776280751281,-1.674280633625553,0.9036552309989929,-0.42365598678588867,-0.06263213604688644,-0.12810304760932922,0.4426705539226532,0.5693471431732178,-0.025252580642700195,0.966182291507721,-0.014974050223827362 +86,1.4335972773200503,0.34856924432085984,-1.4816914696898043,0.9310303926467896,-0.3415534496307373,-0.12854404747486115,-3.631273031234741,-0.2881462275981903,-2.6066441535949707,0.027206242084503174,1.0297858715057373,0.00503946840763092 +87,1.402574121866226,-0.0618727215245844,-1.2104782227047517,0.9839974045753479,0.061833251267671585,-0.16710951924324036,-2.094412326812744,-0.46530404686927795,-4.071438789367676,0.559230625629425,0.3248854875564575,-0.34100818634033203 +88,1.369203553783221,-0.4172034395947908,-1.109328520657786,0.8957116603851318,0.4052053391933441,-0.18305550515651703,-1.2984024286270142,-0.07892279326915741,-1.86068856716156,0.014642953872680664,-0.5508047342300415,0.016032814979553223 +89,1.4805443627862838,-0.47888724335367544,-0.9232235334864429,0.883895993232727,0.4607918858528137,-0.07999064773321152,-3.0085105895996094,-0.02571692317724228,-0.3706122934818268,0.1439664363861084,-0.3827584981918335,-0.2695119380950928 +90,1.672849021001717,-0.5358927757963403,-0.5873125806026179,0.8553395867347717,0.5106088519096375,0.08759400993585587,-1.42620849609375,0.6286466121673584,-0.0482419915497303,0.5365213751792908,-0.7396128177642822,-0.9385919570922852 +91,1.6408694466267968,-0.41541193506595203,-0.6715346682913488,0.9127047061920166,0.4035668671131134,0.06406095623970032,2.1597399711608887,-0.35604870319366455,2.0132501125335693,0.7850490808486938,-0.3409143090248108,-0.7193648815155029 +92,1.534035675878317,-0.1543770052616527,-1.0092293101840744,0.9874398708343506,0.153764545917511,-0.03631529211997986,4.546401500701904,0.04978836327791214,2.9222898483276367,0.36857813596725464,0.20414559543132782,-0.29190123081207275 +93,1.5487191652668502,0.18794650547076772,-1.4833345075863107,0.982150673866272,-0.1868419647216797,-0.021686622872948647,4.173675060272217,-0.1672593653202057,3.0727756023406982,-0.026645302772521973,0.6327037811279297,-0.1084708571434021 +94,1.6259967526483126,0.3904960211367435,-1.8131222249547077,0.9233117699623108,-0.3806471526622772,0.051019035279750824,1.9668152332305908,-0.05239520221948624,1.1596568822860718,-0.07179516553878784,0.8259749412536621,-0.06517922878265381 +95,1.5916189558564338,0.503058839661539,-1.86086370447796,0.8759219646453857,-0.48210766911506653,0.018241634592413902,-1.7006016969680786,-2.241611957550049,1.4012832641601562,0.273995578289032,0.8443361520767212,-0.39197516441345215 +96,1.2199744314781917,0.37750699734651944,-1.4983865153781413,0.8729658126831055,-0.3686041533946991,-0.31947073340415955,-3.472834825515747,-0.6466003060340881,-2.1519112586975098,0.22449201345443726,0.547208309173584,0.05988827347755432 +97,1.1467076271486802,0.12518987963928155,-1.3652972380253923,0.9042813181877136,-0.12486313283443451,-0.4082700312137604,-2.064052104949951,-0.4360201060771942,-2.434342384338379,0.1235811710357666,0.1377263069152832,0.17346778512001038 +98,1.1392421300800253,-0.07250437213592525,-1.2917798383148777,0.9059302806854248,0.07244086265563965,-0.417184054851532,-1.3113453388214111,0.3689025640487671,-0.5835179686546326,-0.11500632762908936,-0.33037543296813965,0.12719082832336426 +99,1.2505070855112486,-0.18263801317000655,-1.2236262397878637,0.9333581924438477,0.18162433803081512,-0.309604674577713,-0.670596182346344,1.540155291557312,-1.3242814540863037,-0.31905460357666016,-0.11115923523902893,0.043979644775390625 +100,1.4051051040518454,-0.389766442161172,-1.2364594362337322,0.9123296737670898,0.3799723982810974,-0.15256372094154358,0.5439899563789368,1.6944060325622559,-1.8549667596817017,0.6863946914672852,-0.4384745955467224,-0.585046112537384 +101,1.4656617338680296,-0.4239667885595189,-1.381584387432789,0.9064314961433411,0.41137927770614624,-0.09564998000860214,1.2906794548034668,0.46180278062820435,1.0471043586730957,0.7473464608192444,-0.6440606117248535,-0.48097968101501465 +102,1.4635180136510442,-0.21385001808467838,-1.4875151048009898,0.9716031551361084,0.21222378313541412,-0.10463365167379379,1.6553130149841309,0.050025567412376404,2.5361294746398926,0.08538830280303955,-0.1311996579170227,-0.2800403833389282 +103,1.4261009198090324,0.0659389113642132,-1.683986103492624,0.9873992800712585,-0.06589113920927048,-0.14387765526771545,2.439796209335327,-0.2757524847984314,2.3659520149230957,-0.2198365330696106,0.3077276945114136,0.04658760130405426 +104,1.384613334156144,0.31510288152519744,-1.9015851004533868,0.9343334436416626,-0.3099142909049988,-0.17599529027938843,2.068199872970581,-1.9732509851455688,1.7238775491714478,0.749718189239502,0.7650229334831238,-0.034225061535835266 +105,1.0284613841669963,0.41146227071674135,-1.8922667417635843,0.7850192785263062,-0.39994996786117554,-0.47305890917778015,-1.427941083908081,-4.488754749298096,0.8847705721855164,0.6870418190956116,0.3895740211009979,0.15839216113090515 +106,0.7026846820032951,0.33120722391056867,-1.8833534490080672,0.6111443042755127,-0.3251848816871643,-0.7216352224349976,1.3921765089035034,-1.75559401512146,-3.510070323944092,-0.17964106798171997,0.6489459276199341,-0.37882858514785767 +107,0.8744042440922043,0.1629794664624167,-2.369513482837024,0.7569952607154846,-0.16225890815258026,-0.6329536437988281,2.182616710662842,1.9483736753463745,-4.696457862854004,-0.3485785126686096,-0.13475343585014343,0.4841041564941406 +108,1.042762042447306,-0.04849056177760768,-2.716896360770714,0.8627838492393494,0.048471562564373016,-0.5032441020011902,0.33968275785446167,0.08748336136341095,-1.884013295173645,0.006356775760650635,-0.5648137331008911,0.5644776821136475 +109,1.0705567030660947,0.05377348885237197,-2.7601456147207393,0.8761993646621704,-0.05374757573008537,-0.47894254326820374,0.48858174681663513,0.2439078390598297,2.5760488510131836,0.1288207769393921,-0.07958371937274933,0.6014859080314636 +110,1.0757017098508852,0.3627481342262234,-2.608916492915072,0.8226628303527832,-0.354844868183136,-0.4441968500614166,-0.6838467121124268,-0.33557578921318054,3.3750977516174316,0.3744043707847595,0.17367729544639587,-0.2382829487323761 +111,1.133441143365996,0.41966814110798717,-2.5497237431157007,0.8272669911384583,-0.4074574112892151,-0.3867916166782379,-0.2781262695789337,0.2747570276260376,-0.3225136399269104,0.3842045068740845,-0.3065165877342224,-0.3527866005897522 +112,1.127622790301813,0.550123662021574,-2.4255054686630833,0.7701084017753601,-0.522792637348175,-0.36554214358329773,-0.9025270342826843,-0.6223480105400085,2.0821070671081543,-0.45469391345977783,0.9058797955513,-0.3117039203643799 +113,1.0524014681039282,0.6871764709190933,-2.240851970816421,0.671474814414978,-0.6343570351600647,-0.3830310106277466,-1.507189154624939,1.6112442016601562,1.4296616315841675,-0.2915767431259155,0.5598025321960449,0.43001288175582886 +114,1.1590891169993347,0.743029691016006,-2.0577936384140227,0.6748862266540527,-0.6765221357345581,-0.29469743371009827,-0.576021134853363,2.0242626667022705,2.339144229888916,0.44123321771621704,-0.5381995439529419,-0.2685807943344116 +115,1.1738583674903225,0.9439918674899732,-1.787614286611181,0.5409541726112366,-0.809906005859375,-0.22676177322864532,0.2024828940629959,1.3247114419937134,2.8202505111694336,0.37400853633880615,-0.471282958984375,-0.5106649994850159 +116,1.3637252375836226,1.2856679077253879,-1.8824600117193393,0.27527153491973877,-0.9596255421638489,-0.05782970041036606,1.536109209060669,0.47097283601760864,2.64155650138855,0.21108707785606384,0.5762485265731812,-0.011658843606710434 +117,1.5056753889358376,1.333986999136932,-2.0797606809860287,0.23410485684871674,-0.9720914363861084,-0.015266714617609978,-0.1809138059616089,-1.467136263847351,-0.5788295865058899,0.19074559211730957,0.3421629071235657,-0.10353821516036987 +118,1.454696709724997,1.2642927859212953,-2.13798776518699,0.2996959090232849,-0.95339435338974,-0.03495176136493683,-0.20329977571964264,-0.7376073598861694,-0.4618213474750519,-0.1460857093334198,0.5170845985412598,0.16420894861221313 +119,1.3900644552001962,1.2304949233026135,-2.121994514875114,0.3283347487449646,-0.9426541328430176,-0.05999520421028137,-0.0861608013510704,0.06747830659151077,0.03316140174865723,0.1106911301612854,-0.5623049139976501,0.3897223472595215 +120,1.417618509615092,1.257160610079288,-2.137001035388185,0.3049062192440033,-0.9512181878089905,-0.047073617577552795,1.00341796875,0.49439308047294617,0.20792651176452637,0.1842142641544342,-0.49038630723953247,0.1309664249420166 +121,1.6893325543089721,1.244307941737269,-2.433659604372883,0.31846848130226135,-0.9471744298934937,0.03792785853147507,0.4996742904186249,-0.6271357536315918,-0.2559816539287567,0.18699419498443604,-0.023177742958068848,-0.41550660133361816 +122,1.450811674078479,1.2075224191355212,-2.2665861263843663,0.3527813255786896,-0.9347385168075562,-0.04253264516592026,-2.1745293140411377,-1.670503854751587,-0.4433044195175171,0.16304194927215576,0.3821110725402832,0.041815467178821564 +123,1.091061301768146,1.1225494323454532,-1.922229013046299,0.3844643831253052,-0.9012082815170288,-0.20002685487270355,-0.1153106838464737,1.0315030813217163,-0.3133485019207001,-0.23086944222450256,0.6819395422935486,0.38774049282073975 +124,1.2783176406420667,1.1031431583801101,-2.023026604066889,0.431648313999176,-0.8926286697387695,-0.12997543811798096,0.2032608538866043,0.7125288844108582,0.1744360327720642,0.1461867094039917,-0.5758771300315857,0.03860582411289215 +125,1.3817759749214733,1.1112833473102723,-1.9875565831175852,0.4356122314929962,-0.8962686061859131,-0.08333442360162735,0.017579637467861176,1.7272531986236572,0.34866178035736084,0.08051630854606628,-0.7517569065093994,0.040899693965911865 +126,1.530598865127228,1.1721382838280292,-2.0379657396574316,0.38786840438842773,-0.9215827584266663,-0.015599728561937809,0.7212405800819397,0.2272530198097229,0.7881828546524048,0.5247902870178223,0.14303356409072876,-0.10697406530380249 +127,1.6218632713580243,1.1874494228881383,-2.1481825255794584,0.3735390305519104,-0.9274179935455322,0.019092096015810966,0.2061115801334381,-0.7487463355064392,-0.1504136323928833,-0.1759682297706604,0.4825937747955322,-0.13952970504760742 +128,1.5628625800557137,1.1840970970914046,-2.163527361016746,0.3771216571331024,-0.9261589050292969,-0.002992050489410758,-0.13743895292282104,-1.2092232704162598,0.013106873258948326,-0.1062171459197998,0.5388298034667969,0.09509408473968506 +129,1.3317610491801601,1.1752310624797186,-2.0459204721036057,0.3743739426136017,-0.9227789044380188,-0.09123285114765167,-0.43715929985046387,-1.502724528312683,0.19094204902648926,0.2670750617980957,-0.6347162127494812,0.22543388605117798 +130,1.0482156413343104,1.2183929159011575,-1.8966211132299557,0.2990882098674774,-0.9385458827018738,-0.17227290570735931,0.4457520544528961,-2.006197929382324,-0.3472326695919037,0.2146446704864502,-0.3251107335090637,-0.410322904586792 +131,1.0412290885695892,1.1370827582149237,-2.2435382257043743,0.3626810312271118,-0.9074113965034485,-0.2122902125120163,0.35179051756858826,-2.5621466636657715,-2.2450058460235596,-0.24221289157867432,0.20749080181121826,-0.045095086097717285 +132,1.0407996161526891,0.975197788657681,-2.436934556753189,0.4840393662452698,-0.8278128504753113,-0.28360477089881897,-0.5584955215454102,-1.3000532388687134,-1.9135640859603882,-0.21868902444839478,0.46732401847839355,0.21233093738555908 +133,1.2385927288090424,0.6805271174837929,-2.652879161123024,0.7347462773323059,-0.6292027831077576,-0.2534792721271515,0.5823511481285095,-0.33746159076690674,-4.794447898864746,-0.12338763475418091,0.39408010244369507,0.010605156421661377 +134,1.3475513304630833,0.3036882480694513,-2.7052698039435543,0.9305597543716431,-0.2990417182445526,-0.2112642079591751,-1.7015775442123413,0.248897522687912,-2.7931694984436035,0.24628955125808716,0.11660763621330261,-0.3251737952232361 +135,1.30630741524285,-0.040091288257460944,-2.564072737258298,0.9644506573677063,0.04008055105805397,-0.2612059414386749,-3.7569711208343506,-2.1178627014160156,-1.473816156387329,0.8030816912651062,-0.24351072311401367,-0.2827698886394501 +136,1.132336252068918,0.15781105027620776,-2.0472883172461693,0.8941555619239807,-0.157156839966774,-0.4192701280117035,-5.032540321350098,-2.563230276107788,8.195381164550781,0.7626742124557495,-0.9463282227516174,-0.14666303992271423 +137,0.6635433135843705,0.632304606209105,-1.2346366667620445,0.496836394071579,-0.5910053849220276,-0.6355046629905701,-2.2936062812805176,-1.3556416034698486,5.9197258949279785,-0.15589404106140137,0.8989735841751099,0.02806752920150757 +138,0.4425957878909274,0.7756303850986535,-0.8697965207391788,0.30578792095184326,-0.7001662850379944,-0.6451827883720398,-0.2572269141674042,0.08377516269683838,1.3480589389801025,-0.10251036286354065,0.48494112491607666,0.0980178713798523 +139,0.35276267038813797,0.7380330470474731,-0.7760024782717913,0.2555924355983734,-0.6728340983390808,-0.6942382454872131,-0.3830273151397705,-0.3646746277809143,0.23444728553295135,0.03516373038291931,-0.11149811744689941,0.2012726068496704 +140,0.27811796203966904,0.6655663673381076,-0.7793448863946105,0.21594920754432678,-0.6175047159194946,-0.7563424110412598,-0.36579039692878723,-1.245649814605713,-0.9253400564193726,0.1738518327474594,-0.02301347255706787,-0.28546667098999023 +141,0.3294094526412063,0.6701382874643989,-0.9715372568980153,0.2535262107849121,-0.6210943460464478,-0.741597056388855,0.9734264612197876,0.12139945477247238,-2.365417718887329,0.03210306167602539,0.26924198865890503,-0.07671648263931274 +142,0.7049557864200846,0.6618254336131774,-1.681982303500729,0.5111890435218811,-0.6145579218864441,-0.600836455821991,2.7973854541778564,-1.848386287689209,-8.063855171203613,-0.034763872623443604,1.0903574228286743,-0.29560214281082153 +143,0.998165962242767,0.0785196515749237,-2.5023581026240045,0.8378890752792358,-0.07843898981809616,-0.5401752591133118,1.7833809852600098,1.0305465459823608,-7.220419883728027,0.43643349409103394,-0.22811010479927063,0.226820707321167 +144,0.743073222994634,-0.018946814002037363,-2.7128328254517577,0.6764327883720398,0.018945680931210518,-0.7362606525421143,-0.47263720631599426,-1.5379408597946167,1.372484564781189,0.5419815182685852,-0.5432529449462891,1.3259975910186768 +145,0.8354362271944825,0.13367361336714176,-2.5876869620243346,0.7349735498428345,-0.13327588140964508,-0.6648695468902588,-0.40172576904296875,1.4959418773651123,3.343454360961914,0.703457236289978,-0.03260242938995361,-0.2971208095550537 +146,0.8568012771939822,0.3384900596353796,-2.2832562398638085,0.7128682136535645,-0.3320631980895996,-0.6176997423171997,-0.4491198658943176,0.6982333064079285,2.8805124759674072,0.06920570135116577,0.3759169578552246,-0.09184920787811279 +147,0.8155196948529404,0.3872651245640788,-2.170411780380226,0.6741641163825989,-0.3776574730873108,-0.6347264051437378,-0.6530728936195374,1.3417106866836548,-2.254066228866577,-0.47544896602630615,1.129549503326416,0.3569401502609253 +148,1.0347903015975812,0.11860825379927958,-2.3533077656418975,0.8537148833274841,-0.11833035200834274,-0.5071181654930115,-0.964504599571228,-0.05081097409129143,-1.688504695892334,0.22221285104751587,-0.6646744012832642,-0.09416967630386353 +149,1.1201343014028349,-0.15690366050170415,-2.212817891661229,0.8891012072563171,0.1562606543302536,-0.43021103739738464,-1.4924190044403076,2.8621718883514404,-1.6705117225646973,0.24986052513122559,-0.050288379192352295,-0.02950572967529297 +150,1.180157996230138,-0.02880500436910751,-2.079952031752425,0.9242826104164124,0.028801020234823227,-0.3806207776069641,-0.6822052001953125,-0.7883626222610474,4.145659446716309,0.9026522040367126,-0.17395788431167603,-0.1770879626274109 +151,1.0484537955703537,0.32055873784911304,-1.975427971027257,0.8225051760673523,-0.3150968849658966,-0.4734968841075897,1.0805637836456299,-0.7672023773193359,1.4360344409942627,-0.268839955329895,0.6218137741088867,-0.11617904901504517 +152,1.1571435947956559,0.32587012335578724,-2.025470144920808,0.867469847202301,-0.320133239030838,-0.3808026909828186,0.5056455135345459,1.7400010824203491,-1.8343561887741089,-0.4566880464553833,0.5682106614112854,0.4879499077796936 +153,1.2277417063816152,0.23386490744062008,-2.0623190111486074,0.9160958528518677,-0.23173893988132477,-0.3272087872028351,-0.5243169665336609,-0.05457732081413269,-0.630557656288147,-0.3954201936721802,0.17998111248016357,0.1388695240020752 +154,1.2839644329558684,0.1584808385017165,-2.08492447471092,0.9471251964569092,-0.1578182727098465,-0.2793695628643036,0.495972216129303,2.118868827819824,-0.8783840537071228,0.3244659900665283,-0.3561282455921173,0.0499078631401062 +155,1.4557350520709895,-0.028059972362991684,-2.1257849420812582,0.9929965734481812,0.02805629000067711,-0.11476234346628189,-0.4280851483345032,-0.7564622163772583,-1.6876797676086426,0.881072461605072,-0.1322585642337799,-0.3776082694530487 +156,1.4698915988394097,-0.06166732806065942,-2.1186565253444902,0.9930223822593689,0.061628248542547226,-0.1005421131849289,-0.3497552275657654,0.8685510754585266,-0.16665659844875336,-0.057170212268829346,0.2962208688259125,0.17735479772090912 +157,1.5284266605493089,-0.08645381997708823,-2.149436044630839,0.9953709840774536,0.08634616434574127,-0.0421987920999527,1.4009041786193848,0.16789060831069946,-0.532619297504425,-0.6825964450836182,0.12276028841733932,-0.0726693868637085 +158,1.524909508846262,-0.20074644598537023,-2.3722068614486407,0.9788864850997925,0.19940084218978882,-0.04494953900575638,3.196944236755371,0.543846607208252,-2.5762436389923096,-0.6147660613059998,-0.028532937169075012,-0.04306316003203392 +159,1.5020103720418356,-0.4805067115648203,-2.519076633455698,0.8846637010574341,0.46222856640815735,-0.06094859540462494,-0.8039730191230774,0.08670483529567719,-0.34493014216423035,0.9996135830879211,-0.18502220511436462,0.36359143257141113 +160,1.4989568498015755,-0.4875165815562859,-2.4139546877523532,0.8812199234962463,0.4684332311153412,-0.0634155124425888,0.010697128251194954,0.10398107767105103,-0.3322734236717224,0.7331903576850891,0.6179009675979614,-0.3770599365234375 +161,1.4250401210636985,-0.568927249136662,-2.480621422373681,0.833545982837677,0.5387285947799683,-0.12236225605010986,0.9093425273895264,-0.9243673086166382,-1.2874308824539185,-0.18886220455169678,-0.01732051372528076,-0.29502665996551514 +162,1.3006294563339227,-0.6306632180953362,-2.628729613499926,0.7783406972885132,0.589680552482605,-0.21555195748806,1.8997914791107178,-0.13209235668182373,-0.5505403280258179,-0.7041524648666382,-0.4999436140060425,0.11551535129547119 +163,1.2436660891864744,-0.6463667475578866,-2.633228314452514,0.7559434771537781,0.6022900342941284,-0.25650790333747864,0.29416704177856445,-0.39180296659469604,-0.233152374625206,0.23264294862747192,-0.04709899425506592,-0.02692413330078125 +164,1.2170882257900235,-0.6322237580682886,-2.623941642197217,0.7567754983901978,0.5909401774406433,-0.27942904829978943,-2.0515286922454834,-0.36283010244369507,0.7836709022521973,0.7271264791488647,0.045137643814086914,0.2531382143497467 +165,1.301024620398249,-0.6429102095696643,-2.5134863627897897,0.7714070081710815,0.5995271801948547,-0.2133035808801651,-0.23243415355682373,0.31203383207321167,0.27944183349609375,0.17024338245391846,0.45500773191452026,-0.2847738265991211 +166,1.3099603458482032,-0.6250847264947118,-2.529986494321307,0.7834842801094055,0.5851659774780273,-0.20912519097328186,0.7132627964019775,0.7307336330413818,-0.4384068250656128,-0.494681179523468,-0.13078975677490234,0.07977640628814697 +167,1.3310263513388034,-0.6537663237010739,-2.592368217615314,0.7710903882980347,0.6081804037094116,-0.1885107159614563,0.2652958035469055,0.811858057975769,-0.35783207416534424,-0.5356167554855347,-0.3819078207015991,0.1905401349067688 +168,1.2834994824933255,-0.6897602785591784,-2.754013733701639,0.7397814393043518,0.6363523006439209,-0.21858416497707367,1.6373238563537598,-0.3546470105648041,-1.2138701677322388,0.08462035655975342,0.3358919024467468,0.15439049899578094 +169,1.2986480097126178,-0.7475525843321446,-2.7492807502250507,0.7063641548156738,0.6798459887504578,-0.19712673127651215,-0.5843300223350525,1.209245204925537,-0.6750122904777527,0.060695111751556396,0.27202773094177246,0.10998383164405823 +170,1.44144241590347,-0.8420630331642831,-2.6637143612468845,0.660361647605896,0.7460185289382935,-0.08590000122785568,-0.4530220031738281,0.7262333631515503,-0.33072784543037415,0.5478445291519165,0.19677627086639404,-0.3154366612434387 +171,1.5256572899246783,-0.8350707041623769,-2.533931268450307,0.6704418063163757,0.7413439750671387,-0.030283667147159576,-1.102373480796814,-1.434552788734436,-0.557205319404602,-0.48890793323516846,-0.10248899459838867,-0.21059155464172363 +172,1.2212127119008784,-0.9542803150511672,-2.620196205147672,0.5432241559028625,0.8158978223800659,-0.19803600013256073,0.9404287338256836,-2.788623809814453,-0.8421248197555542,-0.5665091276168823,-0.5974225401878357,0.20983101427555084 +173,0.9667454461094096,-1.0197627604374644,-2.8827036617819553,0.43091830611228943,0.8519838452339172,-0.2973768413066864,0.4142719507217407,2.235821485519409,-2.2935943603515625,-0.010645478963851929,-0.12313252687454224,0.2770673632621765 +174,1.232855050802675,-1.0455238429643026,-2.7305287758522607,0.47308650612831116,0.8651873469352722,-0.16625311970710754,-1.2657995223999023,-1.4801894426345825,0.5603521466255188,0.6649749875068665,0.6803753972053528,0.15889835357666016 +175,1.3279312314396754,-1.0675366753072586,-2.629059678833946,0.46812981367111206,0.8760151267051697,-0.11598175019025803,-1.0465553998947144,-0.058074258267879486,-0.10109228640794754,-0.001912832260131836,0.20453590154647827,-0.22358737885951996 +176,1.4656074692767949,-1.0881071567945577,-2.4624318757683024,0.4615972340106964,0.8857499361038208,-0.048734765499830246,0.4734289348125458,0.6493842601776123,-0.04711315408349037,-0.2798040211200714,-0.3366929292678833,-0.26455867290496826 +177,1.3949716485243449,-1.0789375853420504,-2.6524360009031374,0.4649839699268341,0.8814565539360046,-0.0826086774468422,1.0845924615859985,0.9855057597160339,0.2569500803947449,-0.2630033791065216,-0.7112448215484619,0.10288763791322708 +178,1.3966551045728337,-1.0034314480787607,-2.590608359425541,0.5292837619781494,0.8433200716972351,-0.0931132584810257,-2.0099151134490967,-1.035800814628601,1.333040475845337,0.3579995632171631,0.012789607048034668,0.3727611303329468 +179,1.6023893801991056,-0.9366065708219776,-2.315958216145497,0.5922291874885559,0.805552065372467,0.018716556951403618,-0.08765018731355667,0.5040380954742432,0.5524684190750122,0.20868933200836182,0.6148732304573059,0.23583054542541504 +180,1.7020625804359015,-0.8931609326175811,-2.361326472841874,0.6215589046478271,0.7790573835372925,0.08206158131361008,1.495353102684021,1.5228345394134521,0.23469819128513336,0.20215630531311035,0.14525896310806274,-0.5726773738861084 +181,1.5995105952113968,-0.8972341279658657,-2.522898054601373,0.6235169768333435,0.7816046476364136,0.01790875755250454,0.7341040968894958,-0.5784792900085449,0.21475166082382202,-0.28161340951919556,-0.3471411466598511,-0.07476305961608887 +182,1.3416251727758404,-0.8698127984085458,-2.6443290119501834,0.6281068921089172,0.764208197593689,-0.1465180218219757,0.5253364443778992,-0.8747638463973999,-0.06250105798244476,-0.4469393491744995,-0.47040027379989624,0.6582367420196533 +183,1.3927907707211975,-0.8809157776598953,-2.6654092223300587,0.6263883709907532,0.7713220715522766,-0.11269339919090271,-0.4279620349407196,0.31556937098503113,-0.29567381739616394,0.5247651934623718,0.8975468277931213,-0.2842944860458374 +184,1.3878546320806344,-0.9016665565100345,-2.5372378239563584,0.6099527478218079,0.7843617796897888,-0.11284752190113068,-0.7088565826416016,0.8779323101043701,0.26024559140205383,0.5962393283843994,0.5559703707695007,-0.05684550106525421 +185,1.5592746676684006,-0.8671504906152839,-2.4265210540378157,0.6469590663909912,0.7624884247779846,-0.0074543715454638,-0.7820908427238464,1.0826045274734497,0.0751897320151329,-0.24315041303634644,0.23551279306411743,-0.20720624923706055 +186,1.6651230697543011,-0.8919451737223457,-2.383027484656941,0.6251081228256226,0.778294563293457,0.0591399185359478,0.6077188849449158,1.3259459733963013,-0.1909538060426712,-0.30363595485687256,-0.7003984451293945,0.01422429084777832 +187,1.6893438406983035,-0.9061916332294925,-2.4931087829847924,0.6124192476272583,0.7871606349945068,0.07294280081987381,0.367300808429718,-0.05027111619710922,0.2183779627084732,-0.4129411578178406,-0.5686853528022766,-0.08826256543397903 +188,1.6082386174359735,-0.834491196900265,-2.575504463284873,0.6710840463638306,0.7409549355506897,0.025138672441244125,1.1239874362945557,-0.12841805815696716,0.42608925700187683,0.5689366459846497,1.0620845556259155,0.39073967933654785 +189,1.6569924536619693,-0.820767275249366,-2.4891272951283936,0.6791293025016785,0.7316690683364868,0.05868372321128845,-0.6339818239212036,2.893465518951416,-0.5437672734260559,0.19341403245925903,0.6071217656135559,0.019014116376638412 +190,1.700345936655482,-0.8774068710502005,-2.6586272696779094,0.6337917447090149,0.769084095954895,0.082569919526577,1.1502336263656616,0.19102998077869415,-0.0480773039162159,0.3335391879081726,-0.42139720916748047,-0.46291041374206543 +191,1.5902365388045967,-0.8695659317401789,-2.7334079787442036,0.645036518573761,0.7640489935874939,0.012541226111352444,-0.42431190609931946,-2.2938449382781982,0.24269059300422668,-0.572007954120636,-0.4490159749984741,0.15512239933013916 +192,1.523095386798488,-0.8518214695508026,-2.585240162703213,0.6578644514083862,0.7524812817573547,-0.03140457347035408,-0.7604374885559082,-1.3188376426696777,0.04130716621875763,-0.33329474925994873,-0.14786702394485474,-0.016630053520202637 +193,1.3795807313332136,-0.8727677402801121,-2.5240825463176675,0.6309944987297058,0.7661107182502747,-0.12214834988117218,-1.249794840812683,-3.7517809867858887,-0.047565676271915436,0.7394430637359619,0.20990240573883057,0.45146358013153076 +194,1.4707180431787796,-0.8983097429370845,-2.373032644162631,0.6198161244392395,0.7822751402854919,-0.06223805993795395,0.39509811997413635,2.2591302394866943,0.004024162422865629,0.16161692142486572,0.25956445932388306,-0.17312872409820557 +195,1.6707210044490022,-0.8868838925519824,-2.377443823903004,0.6286789178848267,0.77510666847229,0.06303046643733978,0.09769925475120544,1.0399885177612305,-0.20699089765548706,-0.1797804832458496,-0.1261959671974182,-0.24395392835140228 +196,1.7820258483103706,-0.9162871459342472,-2.3536386180576074,0.5952393412590027,0.7933468222618103,0.12763607501983643,-0.5046947002410889,0.5853808522224426,-0.22945547103881836,-0.3372132182121277,-0.5807919502258301,-0.16473020613193512 +197,1.7164842569714143,-0.9190114650146424,-2.4326135209655657,0.60017991065979,0.7950023412704468,0.08806289732456207,1.1041558980941772,-0.5724850296974182,0.7632777094841003,-0.3122771978378296,-0.23776674270629883,-0.09357132017612457 +198,1.5556647717558765,-0.8534835280492294,-2.4218780569329588,0.6572867631912231,0.7535749077796936,-0.009946529753506184,-1.7606568336486816,0.2932104468345642,0.36363598704338074,0.18299949169158936,0.09682786464691162,1.2078683376312256 +199,1.7456695285251005,-0.8619579339477107,-2.44036060825486,0.6410243511199951,0.7591185569763184,0.11325480788946152,1.2952265739440918,2.114590644836426,-0.22382846474647522,0.2263614535331726,0.1599487066268921,-0.5863382816314697 +200,1.7200888795005422,-0.8878823755062809,-2.627690054939977,0.6240366101264954,0.7757371664047241,0.09386239945888519,1.2005354166030884,0.1867644041776657,0.16860167682170868,0.0012532472610473633,-0.3654588460922241,-0.060338862240314484 +201,1.5752997955549584,-0.8691627130223906,-2.6702573891712413,0.6454600095748901,0.7637887597084045,0.0029068286530673504,-0.582724928855896,-1.5386402606964111,0.2862962484359741,-0.5310495495796204,-0.43245929479599,0.08141326904296875 +202,1.4844540025189876,-0.866469126663229,-2.6125979184009633,0.6451093554496765,0.7620473504066467,-0.05583907291293144,0.6607928276062012,-0.9805532693862915,-0.004241608083248138,0.07624995708465576,0.13597828149795532,-0.08406878262758255 +203,1.3476455272939962,-0.8803832937693054,-2.4550690837575746,0.6210649013519287,0.7709830403327942,-0.14093834161758423,-1.5046346187591553,0.12026750296354294,0.09723804891109467,0.6885054111480713,0.3123146891593933,0.5552602410316467 +204,1.560801066934584,-0.884036307017664,-2.3228769896307,0.6340034604072571,0.7733043432235718,-0.0063372403383255005,-0.07227791100740433,1.4511796236038208,0.32274994254112244,-0.054169416427612305,0.3350940942764282,-0.2532604932785034 +205,1.6678828151348444,-0.8923155308138716,-2.3961003528688716,0.624655544757843,0.7785270810127258,0.06083688139915466,0.8788045644760132,1.7814871072769165,-0.32839518785476685,-0.2673405408859253,-0.42534714937210083,-0.04336559772491455 +206,1.7323364761142446,-0.9179982305234504,-2.482977782847225,0.5995036959648132,0.7943873405456543,0.09769519418478012,0.23295731842517853,0.4896999001502991,-0.1282622069120407,-0.3168192505836487,-0.5174859762191772,-0.1294640153646469 +207,1.6167696057168286,-0.8954235514014173,-2.586767417328383,0.6245276927947998,0.7804739475250244,0.028731830418109894,0.3653646409511566,-1.6446162462234497,0.559894859790802,0.08766096830368042,0.3065163493156433,0.1249699592590332 +208,1.5620899286317196,-0.8630706746089861,-2.4929846772536974,0.6500825881958008,0.7598423957824707,-0.005660020746290684,-0.577681303024292,1.2053338289260864,0.4021669030189514,0.4657926559448242,0.36610352993011475,0.5132588744163513 +209,1.6995633092243425,-0.870941966308572,-2.5227254297318185,0.6387737989425659,0.7649360299110413,0.0827106237411499,0.9547234773635864,1.6357779502868652,-0.23567228019237518,0.20651733875274658,0.06581354141235352,-0.4647754430770874 +210,1.6497120502781353,-0.880745499200522,-2.685190448178742,0.6345949769020081,0.7712136507034302,0.0501837395131588,0.3568103313446045,-0.9229056239128113,0.24335001409053802,-0.1295291781425476,-0.3041117191314697,0.03587578982114792 +211,1.585025099056929,-0.8563626224009545,-2.609514722679963,0.6551233530044556,0.7554643750190735,0.009322229772806168,-1.0297386646270752,-1.1478917598724365,0.21542006731033325,-0.5323206782341003,-0.47018611431121826,0.032792091369628906 +212,1.4899576525564147,-0.8554130189950385,-2.546413122069895,0.653765082359314,0.7548418641090393,-0.05296492576599121,0.6943956613540649,-1.1352463960647583,-0.08902918547391891,0.1383492350578308,0.18909740447998047,-0.032163865864276886 +213,1.325380546183514,-0.8685834858042016,-2.4745892592533107,0.6265546679496765,0.763414740562439,-0.15692970156669617,-0.699619710445404,0.4608010947704315,-0.03915724530816078,0.8621079921722412,0.3024115562438965,0.7164084911346436 +214,1.5374679724204903,-0.8755002338144907,-2.3687784469463016,0.6402570009231567,0.7678640484809875,-0.021346617490053177,0.12288359552621841,1.4554492235183716,0.2928335666656494,-0.06971567869186401,0.4605752229690552,-0.3131108283996582 +215,1.6249802401894657,-0.8834568567670684,-2.4535331798396105,0.6335518956184387,0.7729368209838867,0.034361954778432846,0.6598933339118958,1.3142309188842773,-0.49014347791671753,-0.2652505040168762,-0.3847074508666992,-0.058714985847473145 +216,1.6756190683384382,-0.923646990772496,-2.510500667355568,0.5996055006980896,0.7978057265281677,0.06308351457118988,0.15435630083084106,0.6540380120277405,-0.11827355623245239,-0.3195762038230896,-0.5774686932563782,-0.05221926420927048 +217,1.5990759294768788,-0.8912112090993246,-2.6120292695548706,0.6282191276550293,0.7778335213661194,0.017770525068044662,1.0148930549621582,-0.27563533186912537,0.960014283657074,-0.005996227264404297,0.2707352042198181,0.08188462257385254 +218,1.5306992601617375,-0.8456617175934222,-2.545389098665117,0.6627030968666077,0.748410165309906,-0.02658670023083687,-1.007747769355774,1.573141098022461,0.44837966561317444,0.30890029668807983,0.4402037262916565,0.454595685005188 +219,1.724542056067117,-0.8623680541699253,-2.563079729437524,0.6429663896560669,0.7593854665756226,0.0996396616101265,0.7986636161804199,1.3195631504058838,-0.2044016271829605,0.4006584882736206,0.05274832248687744,-0.6643521785736084 +220,1.6424286456404553,-0.870751973439308,-2.731858056342419,0.6425996422767639,0.7648136019706726,0.04610979184508324,0.9148561358451843,-0.7447190284729004,0.3176010847091675,-0.25049448013305664,-0.29594141244888306,0.04001081362366676 +221,1.4825445413478375,-0.8640579012990588,-2.7187607385473593,0.6468298435211182,0.7604838609695435,-0.05723255127668381,-1.1907081604003906,-1.3697866201400757,0.05148796737194061,-0.49828553199768066,-0.5585795640945435,0.1384398341178894 +222,1.4123824466390356,-0.8683244401357755,-2.674354147182482,0.6380161643028259,0.7632474303245544,-0.10192464292049408,0.7231618762016296,-1.6285169124603271,0.08253004401922226,0.3423304557800293,0.4714021682739258,-0.02284645289182663 +223,1.3453871262196309,-0.8854569223782509,-2.5177317421412098,0.6169243454933167,0.7742042541503906,-0.1414644867181778,-1.2439285516738892,1.0405384302139282,0.10018984973430634,0.6507605910301208,0.6143302917480469,-0.1350095272064209 +224,1.5215133633202906,-0.8768386345838972,-2.4180774204997326,0.638808012008667,0.7687207460403442,-0.031507864594459534,-0.1213831752538681,1.3774281740188599,0.3484373390674591,-0.18539315462112427,0.38208186626434326,-0.17146456241607666 +225,1.6294449461443616,-0.8818681014351764,-2.45079468089722,0.634617030620575,0.7719277739524841,0.037262145429849625,0.10329163074493408,1.0360236167907715,-0.31122347712516785,-0.2891275882720947,-0.42512619495391846,-0.0073549784719944 +226,1.7256857418699416,-0.9046675956154141,-2.4199618127721214,0.6105495095252991,0.7862197756767273,0.09533122926950455,0.4340778589248657,0.26624011993408203,-0.21573548018932343,-0.504119336605072,-0.6534834504127502,-0.17962072789669037 +227,1.5587284821888379,-0.8633012674921781,-2.5252745882172,0.6498847007751465,0.7599923014640808,-0.00784308835864067,-0.05639081448316574,-1.9166364669799805,0.8878781795501709,0.588991641998291,0.6218894124031067,0.3226166367530823 +228,1.60924690706021,-0.8251064395726062,-2.443353371123547,0.6779770851135254,0.7346199750900269,0.026081467047333717,-0.22861891984939575,1.9509915113449097,0.057746563106775284,0.38528579473495483,0.6972341537475586,-0.11461305618286133 +229,1.7155364214248343,-0.8651221062759973,-2.5419559234078277,0.6417655944824219,0.7611744403839111,0.09354335814714432,1.6500396728515625,1.9323681592941284,-0.3227558135986328,0.25873178243637085,-0.029759705066680908,-0.39461445808410645 +230,1.6145559804919274,-0.8775759853492185,-2.738246383237321,0.6384059190750122,0.7691921591758728,0.02795426733791828,0.12866638600826263,-1.4041047096252441,0.1376555860042572,-0.31060129404067993,-0.2837337851524353,0.1522367000579834 +231,1.5472811267092483,-0.8680164839416623,-2.6685303001375957,0.6461626887321472,0.7630484104156494,-0.015197445638477802,-0.9691544771194458,-1.6294933557510376,0.12775659561157227,-0.42835867404937744,-0.5020773410797119,-0.026413261890411377 +232,1.4520202092268393,-0.8689724351820773,-2.60811507368356,0.6410629153251648,0.7636659145355225,-0.07650306075811386,0.128067284822464,-1.6083757877349854,0.02701537311077118,0.4392898678779602,0.520498514175415,0.08552098274230957 +233,1.4353850498282967,-0.8882077155807948,-2.4459054129839917,0.6250291466712952,0.7759423851966858,-0.0851571187376976,-1.7571593523025513,0.8849164247512817,-0.03492918238043785,0.7308362126350403,0.38519030809402466,0.028745420277118683 +234,1.5885184896594873,-0.87227016219945,-2.330522871276343,0.6429885029792786,0.7657908201217651,0.01139634009450674,0.1992896944284439,0.6028574109077454,0.2889367640018463,-0.18467563390731812,0.2736377716064453,-0.2090282440185547 +235,1.5885486632716501,-0.8776010106237179,-2.425797310821541,0.6388976573944092,0.7692081332206726,0.01134311780333519,0.4806291460990906,0.7307943105697632,-0.22404375672340393,-0.2994201183319092,-0.4135563373565674,-0.02568638324737549 +236,1.580303054620057,-0.8838384023018607,-2.48381179715359,0.6341593265533447,0.7731788158416748,0.006028961855918169,0.22411978244781494,-0.27668312191963196,0.24150750041007996,-0.288563072681427,-0.3678444027900696,0.02255082130432129 +237,1.4783466520869473,-0.8610511306637925,-2.5307933803974554,0.6488577723503113,0.758527934551239,-0.060158178210258484,-0.013123074546456337,-0.08199374377727509,0.40258654952049255,0.22917866706848145,0.1986863613128662,0.4535144567489624 +238,1.5749162546708215,-0.8260654644501921,-2.4692586891381882,0.6777682900428772,0.7352703213691711,0.0027923723682761192,-0.479457825422287,1.4913849830627441,0.1917327493429184,0.2598384618759155,0.6215106844902039,-0.0586395263671875 +239,1.7397209687023218,-0.8579469488217207,-2.543417840556344,0.6446832418441772,0.7565014958381653,0.1099507138133049,1.5011565685272217,1.8523757457733154,-0.1368294209241867,0.32742369174957275,-0.04103207588195801,-0.4803426265716553 +240,1.640304357187018,-0.8560200883162908,-2.7021515785122054,0.65386563539505,0.7552399039268494,0.04552224650979042,0.2176450490951538,-1.1810661554336548,0.4477861821651459,-0.20963656902313232,-0.3638063073158264,0.05793237313628197 +241,1.4869676700359729,-0.82917514810588,-2.6431751272565154,0.6731120944023132,0.7373744249343872,-0.056558627635240555,-1.1910669803619385,-1.8155052661895752,-0.0072111040353775024,-0.401261568069458,-0.35845303535461426,0.07328225672245026 +242,1.3521572654545775,-0.8514366734238472,-2.645720934988559,0.6432169079780579,0.752227783203125,-0.14291691780090332,0.26382336020469666,-2.4642391204833984,-0.12393178045749664,0.6251699328422546,0.5372161269187927,0.3734467029571533 +243,1.4070608395223112,-0.884985432907666,-2.490912811606539,0.6248306035995483,0.7739057540893555,-0.10323111712932587,-1.3837847709655762,1.3699818849563599,-0.16171053051948547,0.43971407413482666,0.33726972341537476,-0.27334052324295044 +244,1.5907044948957343,-0.888406902736505,-2.4096463509696737,0.630524218082428,0.7760680317878723,0.01255424041301012,-0.0403398834168911,1.0219212770462036,-0.02346527948975563,-0.09796196222305298,0.2205749750137329,-0.16460800170898438 +245,1.6279467413060746,-0.9184306527298763,-2.4959833044573987,0.6060768365859985,0.7946498990058899,0.03467530384659767,0.7096788883209229,1.0260275602340698,-0.49740326404571533,-0.3174416422843933,-0.4714382290840149,-0.08550238609313965 +246,1.6049049591299498,-0.9512045986292925,-2.6180416145886847,0.5803650617599487,0.814115583896637,0.019803138449788094,0.5269292593002319,0.10099044442176819,0.16897527873516083,-0.22730720043182373,-0.5270215272903442,-0.021649479866027832 +247,1.5278665317525908,-0.8793566054901402,-2.564285854789691,0.6370595097541809,0.7703287601470947,-0.02736564725637436,-1.3477364778518677,-2.003743886947632,0.33420461416244507,0.45078539848327637,0.810207188129425,0.43115895986557007 +248,1.6612534971006407,-0.8551043647320149,-2.4850557804062654,0.6534571051597595,0.7546393871307373,0.05927163362503052,0.5243039131164551,2.593970537185669,-0.3874092102050781,0.1158604621887207,0.6117851138114929,-0.4012058973312378 +249,1.6988223123513382,-0.8805108346843873,-2.683192596930085,0.631545901298523,0.771064281463623,0.08129895478487015,0.866123616695404,0.5522364377975464,0.27597150206565857,0.3024445176124573,-0.1819988489151001,-0.32160961627960205 +250,1.6073923000449009,-0.8647406991946068,-2.6758655551609163,0.6484031677246094,0.7609270215034485,0.023739544674754143,-0.3038337230682373,-1.3136522769927979,-0.06184661015868187,-0.4823874831199646,-0.39323586225509644,0.20366215705871582 +251,1.5344620630905828,-0.8548668283323427,-2.665408455908105,0.6558858752250671,0.7544835209846497,-0.023841623216867447,-0.18176081776618958,-1.4073076248168945,0.052803006023168564,-0.27179163694381714,-0.38160449266433716,-0.23134636878967285 +252,1.3904172313239638,-0.8624739938292548,-2.6132953393451284,0.6400058269500732,0.7594543695449829,-0.11671223491430283,-1.1122784614562988,-3.1827573776245117,0.007756043691188097,0.6256649494171143,0.4428008794784546,0.621381402015686 +253,1.4815047381584852,-0.8822967118157578,-2.4947216608198755,0.6328480839729309,0.7722002267837524,-0.05665867030620575,-0.7733141779899597,1.6985914707183838,-0.11652077734470367,0.4252421259880066,0.16301101446151733,-0.32130151987075806 +254,1.6468131483272037,-0.8738303052816295,-2.5472581823572322,0.6400407552719116,0.7667931914329529,0.048747796565294266,0.5022450089454651,2.3368074893951416,0.07555849105119705,-0.11402446031570435,0.31812208890914917,-0.11794637888669968 +255,1.746275133514754,-0.8948328561776865,-2.5592686293114437,0.616041362285614,0.7801045179367065,0.10922563821077347,-0.3308675289154053,0.17084695398807526,-0.27488216757774353,-0.25207340717315674,-0.5126025676727295,-0.15111099183559418 +256,1.7361672798581873,-0.8970325241269768,-2.568367526725154,0.6154196858406067,0.7814788222312927,0.1027105450630188,0.3238776922225952,-0.24233144521713257,0.4390571117401123,-0.31137311458587646,-0.37054443359375,-0.13719534873962402 +257,1.5559606598749927,-0.8579696249773887,-2.588449156703143,0.6539028882980347,0.7565163373947144,-0.009701796807348728,-0.8200531601905823,-1.9550681114196777,0.26084980368614197,0.39390289783477783,0.42362892627716064,0.5701113939285278 +258,1.6633741205249608,-0.808227459638261,-2.5770185318239833,0.6878229975700378,0.7230638861656189,0.06385967880487442,0.0454382449388504,1.9024215936660767,-0.12579002976417542,0.22836041450500488,0.9620099067687988,-0.5342576503753662 +259,1.733467733844007,-0.8253686340396952,-2.753239305035675,0.6693316102027893,0.7347978949546814,0.10985179245471954,1.6627691984176636,1.2739092111587524,0.32234644889831543,0.4064740538597107,-0.2814592123031616,-0.2759590148925781 +260,1.5880429403616434,-0.8131891017663029,-2.8583174074420863,0.6870830655097961,0.7264823913574219,0.01185103040188551,0.08034232258796692,-1.1641912460327148,-0.0172360111027956,-0.5038859844207764,-0.3194083571434021,0.15424084663391113 +261,1.4949854450847637,-0.8135558146742982,-2.8742108914107836,0.6849457621574402,0.7267343401908875,-0.05202604830265045,-0.37710198760032654,-1.3003915548324585,-0.20221176743507385,-0.2882477641105652,-0.19655239582061768,-0.14179110527038574 +262,1.3679345427281495,-0.8447249017500171,-2.854289852691749,0.6503223180770874,0.7477884888648987,-0.1337655484676361,-1.4354143142700195,-2.982640504837036,-0.1274281144142151,0.6928325891494751,0.3928212523460388,0.3932107090950012 +263,1.440185311025175,-0.8690013093332212,-2.656804178634631,0.6400908827781677,0.7636845707893372,-0.08408159017562866,-0.8805924654006958,1.245882272720337,-0.03144913166761398,0.2892761826515198,0.43071240186691284,-0.40996748208999634 +264,1.6181399633109488,-0.8506620583828696,-2.6127546926856864,0.6587468385696411,0.751717209815979,0.031210793182253838,0.2764666676521301,1.4558892250061035,0.06633006036281586,-0.12838178873062134,0.28676557540893555,-0.1737736463546753 +265,1.6808271713016372,-0.870524806705356,-2.673305154203002,0.6405283808708191,0.7646672129631042,0.07076368480920792,0.12059137225151062,0.9731174111366272,-0.30324772000312805,-0.3663889169692993,-0.5471837520599365,-0.07564640045166016 +266,1.6876892624318989,-0.8804765186920106,-2.720213342829669,0.6324382424354553,0.7710424065589905,0.07426612824201584,0.6390936970710754,-0.31279072165489197,0.3116597831249237,-0.2621226906776428,-0.3848424553871155,-0.07516646385192871 +267,1.5037732057946058,-0.8436258597460733,-2.798312426893442,0.6632660031318665,0.7470583319664001,-0.04452084004878998,-0.2514272928237915,-1.1304049491882324,0.19250692427158356,0.3175079822540283,0.5478940606117249,0.5617785453796387 +268,1.6526017514183435,-0.8193472987579861,-2.734135177299805,0.6804150938987732,0.7307003736495972,0.055786143988370895,-0.21848000586032867,2.3731701374053955,-0.2940385937690735,0.1541796326637268,0.8455477356910706,-0.3803558349609375 +269,1.72802722699306,-0.8542871977135995,-2.876355522844191,0.648655116558075,0.7541029453277588,0.1028374657034874,1.3500676155090332,1.2019214630126953,0.002567108254879713,0.4341849088668823,-0.18417179584503174,-0.5391014814376831 +270,1.5878552851409071,-0.8378159074547017,-2.9915030983881405,0.6689903140068054,0.7431835532188416,0.011413385160267353,-0.36286643147468567,-2.2596142292022705,0.24916473031044006,-0.4423515200614929,-0.29816097021102905,0.1985018253326416 +271,1.4861393949845205,-0.8325310950940265,-2.89730309542553,0.670595645904541,0.7396371960639954,-0.05690658092498779,-0.7769620418548584,-1.5333621501922607,0.00022880197502672672,-0.374178409576416,-0.35532933473587036,-0.07157242298126221 +272,1.3673471903153576,-0.866546627843964,-2.8859368227951196,0.6341086030006409,0.7620975375175476,-0.13081878423690796,-0.725097119808197,-2.771530866622925,-0.2799278795719147,0.7688606977462769,0.5058162808418274,0.30823272466659546 +273,1.401685441684216,-0.9036178976722502,-2.7092994805142157,0.6099451780319214,0.7855706810951233,-0.10414304584264755,-1.2773852348327637,1.0683461427688599,-0.0036012413911521435,0.6828863024711609,0.330502986907959,-0.31136906147003174 +274,1.5994262431114676,-0.8768696777328715,-2.6056978390446823,0.6392988562583923,0.7687405943870544,0.01830807514488697,-0.23072293400764465,0.9956653118133545,0.391356498003006,-0.13758975267410278,0.31200897693634033,-0.17310845851898193 +275,1.657354814231479,-0.8780826834784167,-2.641238073399912,0.6362369060516357,0.769515872001648,0.055209655314683914,0.5684771537780762,1.2201350927352905,-0.23303885757923126,-0.37709689140319824,-0.5201566815376282,-0.11117887496948242 +276,1.661368010919149,-0.9145564269702635,-2.760318837160953,0.6076412200927734,0.7922919988632202,0.05518607050180435,0.7963684797286987,0.660383403301239,0.011338175274431705,-0.32053178548812866,-0.4021705985069275,-0.09774279594421387 +277,1.5361034187779061,-0.8757619901294431,-2.790071338494,0.6400265693664551,0.7680317163467407,-0.022213295102119446,-0.526854395866394,-2.796849012374878,0.18922573328018188,0.2699923515319824,0.4409526586532593,0.456447958946228 +278,1.645260283489137,-0.842169066920814,-2.7027469521282868,0.6640008091926575,0.7460891604423523,0.04953571781516075,-0.16419902443885803,2.4980926513671875,-0.1292014718055725,0.22070372104644775,0.7598769664764404,-0.32478904724121094 +279,1.7469087392306373,-0.8789249917889034,-2.8013542550319928,0.6281111240386963,0.770053505897522,0.11177616566419601,1.0724011659622192,0.9335010647773743,-0.009856248274445534,0.27115029096603394,-0.14877671003341675,-0.37425780296325684 +280,1.5941608329829786,-0.8728011667582067,-2.9387124619125515,0.6425076127052307,0.7661321759223938,0.015014604665338993,0.26151061058044434,-1.6993032693862915,0.10378915816545486,-0.4353085160255432,-0.3607214689254761,0.1571502685546875 +281,1.4785387023101852,-0.8778609723298122,-2.936879707810841,0.6360818147659302,0.7693742513656616,-0.05885045975446701,-0.24574008584022522,-1.1979241371154785,-0.17958609759807587,-0.2775917649269104,-0.22079014778137207,-0.05916101485490799 +282,1.3655070992861853,-0.8960610457772992,-2.886837431185938,0.611573338508606,0.7808723449707031,-0.12734337151050568,-1.8693969249725342,-2.9930367469787598,0.07280560582876205,0.6616352200508118,0.2620963454246521,0.45830655097961426 +283,1.4820422390692811,-0.901831111757882,-2.6548695681931456,0.6177334785461426,0.7844638228416443,-0.05497078597545624,-0.9439864754676819,0.6573320031166077,0.0815669447183609,0.09207481145858765,0.41890525817871094,-0.43981069326400757 +284,1.592849770898369,-0.8746992990452436,-2.6321523378670775,0.6410717368125916,0.7673507332801819,0.014140132814645767,0.3992651104927063,1.3685868978500366,0.10650418698787689,-0.17995113134384155,0.22125095129013062,-0.06161022186279297 +285,1.6411412363221252,-0.8911895125944937,-2.7231691303836842,0.6269330978393555,0.7778198719024658,0.0441744402050972,0.25073927640914917,0.8253290057182312,-0.22121699154376984,-0.3575696349143982,-0.5440093278884888,-0.0337831936776638 +286,1.6579779141082238,-0.8930106449544755,-2.750113875976935,0.6246881484985352,0.7789631485939026,0.05459970608353615,0.43268027901649475,-0.06580839306116104,0.3757692277431488,-0.25945383310317993,-0.31401264667510986,-0.06442642211914062 +287,1.5462225674450307,-0.8395238178942315,-2.7349944522508505,0.6676158308982849,0.7443252205848694,-0.0164091344922781,-1.2328503131866455,-1.2099971771240234,0.5815734267234802,0.2369099259376526,0.3318009376525879,0.63954758644104 +288,1.657138361965671,-0.7997749775936195,-2.6881261348837606,0.6942722201347351,0.7171993255615234,0.060094282031059265,-0.3855450451374054,1.8398785591125488,-0.04261404275894165,0.11424529552459717,0.7673587799072266,-0.5000967979431152 +289,1.7822848254872588,-0.8216834993357965,-2.765552403255249,0.6658165454864502,0.7322933077812195,0.14295019209384918,0.8672062158584595,0.6135642528533936,0.0030894563533365726,0.40223759412765503,-0.06704068183898926,-0.386877179145813 +290,1.6508267980452376,-0.8055252941968029,-2.8273345109019297,0.6905152797698975,0.7211946249008179,0.055380549281835556,-0.41845187544822693,-2.333190441131592,0.3606312572956085,-0.39850783348083496,-0.31842362880706787,0.03817105293273926 +291,1.4384913624785018,-0.7925811442679451,-2.7915755145546397,0.6958741545677185,0.7121676206588745,-0.09260860085487366,-0.14070308208465576,-1.392545461654663,-0.416032612323761,-0.6266756057739258,-0.08298677206039429,0.13316649198532104 +292,1.356960177051285,-0.8545451042311829,-2.764020881815651,0.6416078805923462,0.7542723417282104,-0.13932910561561584,-1.3560388088226318,-2.6107723712921143,-0.15885943174362183,0.9118436574935913,0.22399914264678955,0.47017019987106323 +293,1.441379531483696,-0.8832906938603358,-2.5787049937211437,0.6293041706085205,0.772831380367279,-0.08190028369426727,-1.1076053380966187,0.8939835429191589,-0.14446617662906647,0.18760555982589722,0.5537523627281189,-0.5098355412483215 +294,1.6217801882962304,-0.8773924932521595,-2.5716552150778313,0.6383282542228699,0.7690748572349548,0.0325726680457592,0.6338309645652771,2.003648281097412,-0.06838667392730713,-0.12300843000411987,0.03005850315093994,-0.03942393884062767 +295,1.6897653872144633,-0.9221403063740868,-2.6564660593264726,0.5998457074165344,0.7968964576721191,0.07170168310403824,0.4235271215438843,1.1416540145874023,-0.5589357614517212,-0.3443983793258667,-0.5773835182189941,-0.14003050327301025 +296,1.6777599304233584,-0.9317658469667731,-2.7456304139315737,0.5930089950561523,0.8026743531227112,0.06367339938879013,0.2109442800283432,-0.4441380500793457,0.6824896335601807,-0.20592403411865234,-0.4123697876930237,-0.06283426284790039 +297,1.547620774146659,-0.8529114063062063,-2.700365167538486,0.6576166749000549,0.7531986832618713,-0.01524335891008377,-0.8985894918441772,-1.6545048952102661,0.5456100106239319,0.023657798767089844,0.4577084183692932,0.5676878094673157 +298,1.7369382163024332,-0.8215492248439437,-2.624030182530703,0.671709418296814,0.732201874256134,0.11263736337423325,0.3704306483268738,2.495485544204712,-0.28478261828422546,0.3555275797843933,0.7441775798797607,-0.5612914562225342 +299,1.7033123810845638,-0.8443560737397378,-2.804035407413586,0.6583894491195679,0.7475435733795166,0.08776148408651352,0.5594208836555481,0.2215990573167801,-0.03707892447710037,0.16604292392730713,-0.1711580753326416,-0.1739126443862915 +300,1.5660460685767879,-0.8398066888135641,-2.8755972291141707,0.6675991415977478,0.7445141077041626,-0.0031712923664599657,0.02734329178929329,-1.736892580986023,0.11249013245105743,-0.4971737861633301,-0.3992688059806824,0.11021173000335693 +301,1.4865583749921298,-0.8490042812798804,-2.7599160981799873,0.6583878993988037,0.7506228685379028,-0.05559280514717102,-0.8669328093528748,-1.2269318103790283,-0.335693359375,-0.2997605800628662,-0.15379071235656738,-0.06193041056394577 +302,1.3583686119928415,-0.891497623770328,-2.664832085312417,0.6141258478164673,0.7780135273933411,-0.1324557512998581,-1.611656904220581,-2.4637372493743896,-0.08442835509777069,0.6033576130867004,0.2335221767425537,0.5958499312400818 +303,1.4944023129305293,-0.9222203610164121,-2.497178082186841,0.6022903919219971,0.796944797039032,-0.046101100742816925,-0.40482640266418457,1.0981502532958984,-0.0016817105934023857,0.29491114616394043,0.20406228303909302,-0.42379331588745117 +304,1.6057608503448977,-0.8995914489841419,-2.5255464308715863,0.6215497255325317,0.7830728888511658,0.021741051226854324,0.41225379705429077,1.3858414888381958,-0.0519590750336647,-0.12373179197311401,0.13251549005508423,-0.15356171131134033 +305,1.7053415057219823,-0.9265740553349425,-2.5857491157072485,0.5951489806175232,0.7995671033859253,0.08056113123893738,0.1570110023021698,1.431810736656189,-0.21681255102157593,-0.2498120665550232,-0.5410526990890503,-0.08632898330688477 +306,1.740790101084093,-0.9264468294901061,-2.6196609133421767,0.5920203924179077,0.7994906902313232,0.10162054002285004,0.4874749481678009,-0.025073174387216568,0.22877979278564453,-0.24172431230545044,-0.43559908866882324,-0.07340705394744873 +307,1.6159614592571416,-0.8907720438369755,-2.677472634267982,0.6281707882881165,0.7775574326515198,0.02839072421193123,-0.33197182416915894,-0.7916122674942017,0.22788257896900177,0.29013365507125854,0.6351012587547302,0.44560837745666504 +308,1.7153003545279428,-0.8521599004998159,-2.635021518774529,0.6514971256256104,0.7527041435241699,0.09480476379394531,-0.3542419373989105,1.1037119626998901,0.09982901066541672,0.5494000911712646,1.02000093460083,-0.5492115020751953 +309,1.7987950516386177,-0.8794037883513568,-2.7458327285991104,0.6211095452308655,0.7703588604927063,0.14411814510822296,1.2897368669509888,1.5075887441635132,-0.09618250280618668,0.25080806016921997,-0.07101809978485107,-0.19412113726139069 +310,1.7366957696225347,-0.8964046530454175,-2.878669619491654,0.6158488988876343,0.7810869216918945,0.10311674326658249,0.30242225527763367,-0.48938626050949097,0.08787211775779724,-0.41650819778442383,-0.2989856004714966,0.01021026074886322 +311,1.6442575813094433,-0.8840026587319069,-2.8989165704772804,0.6323510408401489,0.7732830047607422,0.046537045389413834,-0.6379129886627197,-1.8146212100982666,0.04119411110877991,-0.3096886873245239,-0.5481700897216797,-0.22234880924224854 +312,1.4985719736936187,-0.878652304028025,-2.842560141482143,0.6365256309509277,0.7698795199394226,-0.046052753925323486,-0.252262145280838,-3.860818386077881,0.06995229423046112,0.6153817772865295,0.6138028502464294,0.2348650097846985 +313,1.415978331203496,-0.8854907004234646,-2.710334270684494,0.6253398060798645,0.774225652217865,-0.09759484231472015,-1.3772387504577637,0.44243305921554565,0.105976402759552,0.5826221704483032,0.3258872628211975,-0.07920872420072556 +314,1.569175660782508,-0.8828656570755186,-2.681735172044929,0.6349391341209412,0.7725615501403809,-0.00102902518119663,0.9014241099357605,2.457306385040283,0.08442547917366028,-0.1353815793991089,0.4957185387611389,-0.13172245025634766 +315,1.6614273933367105,-0.9010902418410197,-2.7544806715023573,0.6182078719139099,0.7840041518211365,0.056182753294706345,-0.11227276921272278,0.25065550208091736,-0.20728929340839386,-0.1483592987060547,-0.37584686279296875,-0.14616382122039795 +316,1.6960086167473987,-0.9063558239718251,-2.7328913156127252,0.6117916107177734,0.7872619032859802,0.07700669020414352,0.24699649214744568,0.12045013159513474,0.08833165466785431,-0.35497087240219116,-0.45230090618133545,-0.06359421461820602 +317,1.5978183896132325,-0.8867320521777781,-2.8193883371757584,0.6317173838615417,0.7750107049942017,0.01707446202635765,0.5818402767181396,-1.197616457939148,0.4115176200866699,-0.018024146556854248,0.08389121294021606,0.17669689655303955 +318,1.554058392399265,-0.8446551725086183,-2.762530827543726,0.6638962030410767,0.7477421760559082,-0.011113288812339306,-0.784842848777771,1.48548424243927,0.6190487146377563,0.5339187383651733,0.4289392828941345,0.5817004442214966 +319,1.7596935367461344,-0.8460650470854133,-2.790079300861277,0.6511419415473938,0.7486776113510132,0.12448303401470184,1.3460367918014526,1.7110077142715454,0.08484957367181778,0.2415124773979187,0.008539736270904541,-0.6209735870361328 +320,1.6929399083783798,-0.8500853245235663,-2.963102270187302,0.6550025343894958,0.7513366937637329,0.0804046094417572,1.3401329517364502,-0.30565565824508667,0.3102562725543976,-0.11076736450195312,-0.3269287347793579,-0.05213010311126709 +321,1.5149081195995764,-0.8358559085377176,-3.0394134203644967,0.6694959402084351,0.7418707013130188,-0.03745593503117561,-0.49380606412887573,-1.2542544603347778,0.27025726437568665,-0.5037091970443726,-0.3840063810348511,0.17878282070159912 +322,1.4372914845791627,-0.8435849073957068,-2.972053671225966,0.6588734984397888,0.7470310926437378,-0.08848915994167328,0.37225982546806335,-0.5055344104766846,-0.2022797167301178,-0.01904195547103882,0.2272425889968872,-0.03524434566497803 +323,1.3127523344754974,-0.8798421255714902,-2.898627017724501,0.6161734461784363,0.7706382870674133,-0.1626255363225937,-1.0884630680084229,-0.09517896920442581,-0.2594665288925171,0.690421462059021,0.26790541410446167,0.6438267230987549 +324,1.5100146085037536,-0.9012021921377278,-2.746910167195799,0.6195215582847595,0.7840736508369446,-0.03770202770829201,-0.13266171514987946,1.0984959602355957,0.2861243188381195,-0.1018671989440918,0.35951149463653564,-0.3623986840248108 +325,1.6007997592141245,-0.8989463139720785,-2.8042634450791013,0.6221546530723572,0.7826715111732483,0.018672378733754158,0.45503807067871094,0.8744370341300964,-0.4389437437057495,-0.23189592361450195,-0.31807202100753784,-0.11327695846557617 +326,1.659960756329476,-0.939743606947911,-2.812656073868841,0.5876513123512268,0.8074068427085876,0.052536897361278534,-0.04743251949548721,0.44551557302474976,-0.1099705696105957,-0.2999926209449768,-0.5887178182601929,-0.08590792864561081 +327,1.59268280880885,-0.9320522631409827,-2.896807287588284,0.5960449576377869,0.8028451800346375,0.013047411106526852,1.2392669916152954,-0.2648463249206543,0.4526507556438446,-0.08664554357528687,-0.0545082688331604,0.05743288993835449 +328,1.5184248723650777,-0.8735324069881787,-2.919135381402414,0.6412423253059387,0.7666019797325134,-0.033613529056310654,-0.1473427563905716,0.99083411693573,0.725702166557312,0.21088474988937378,0.33607447147369385,0.5824568867683411 +329,1.684174755282401,-0.8609596274484027,-2.902460193020614,0.6475259065628052,0.7584683299064636,0.0737316682934761,0.627231776714325,1.5806169509887695,-0.14755764603614807,0.0203513503074646,0.1936497688293457,-0.6719067096710205 +330,1.6599624361224088,-0.8731025968627911,-3.0055554153219908,0.639899730682373,0.7663258910179138,0.057209063321352005,1.12893807888031,-0.2875153124332428,0.12218433618545532,0.06652110815048218,-0.3709707260131836,-0.15233230590820312 +331,1.412227475976462,-0.8629753685748245,-3.0636215769624804,0.6420227885246277,0.7597804665565491,-0.10266675055027008,-0.4883275032043457,-2.051516532897949,-0.14344219863414764,-0.51999831199646,-0.3087306022644043,0.3639277219772339 +332,1.3689895095960944,-0.8834762548718977,-3.0119927749047966,0.6215924024581909,0.7729490995407104,-0.12717269361019135,0.05891980230808258,-1.0429259538650513,-0.1916593462228775,0.05229681730270386,-0.1350858211517334,-0.18027664721012115 +333,1.2922693131706713,-0.9083214020956807,-2.930334669630973,0.5913662910461426,0.7884724140167236,-0.16910722851753235,-1.4237713813781738,-0.9308100342750549,-0.016155032441020012,0.6637301445007324,0.21840929985046387,0.5981233716011047 +334,1.4188810795946456,-0.9224035614866203,-2.7713944142637597,0.596950888633728,0.7970554232597351,-0.09139006584882736,0.13857299089431763,0.964209794998169,0.2205049693584442,-0.1068844199180603,0.29902905225753784,-0.31011444330215454 +335,1.5354852428713661,-0.8917427327487687,-2.783058768493171,0.6276655197143555,0.7781674861907959,-0.02217276766896248,0.23655089735984802,1.1893781423568726,-0.03831277787685394,-0.2080182433128357,0.04466283321380615,-0.11890995502471924 +336,1.613105820567029,-0.9075130145132709,-2.829575558260123,0.6151566505432129,0.7879748940467834,0.026042506098747253,0.05408019945025444,0.967214047908783,-0.20497778058052063,-0.3392471671104431,-0.5217242240905762,0.008137229830026627 +337,1.633019163144847,-0.9053920679494586,-2.8691816805096084,0.6161823868751526,0.7866672873497009,0.03839017450809479,0.7886359691619873,-0.10647816210985184,0.31151485443115234,-0.20778095722198486,-0.2554630637168884,-0.04734707251191139 +338,1.5073533523916567,-0.8544301646113452,-2.926856533249923,0.6553272008895874,0.7541968822479248,-0.041631776839494705,-0.5774880051612854,-0.4632217586040497,0.5872647166252136,0.3646923303604126,0.38758766651153564,0.629034161567688 +339,1.6865205808663293,-0.8157637519357931,-2.7968309559846465,0.680728554725647,0.728249192237854,0.07913035899400711,-0.5763415694236755,2.1641182899475098,-0.22212935984134674,0.21613723039627075,1.0206215381622314,-0.4835340976715088 +340,1.766336378218109,-0.8325397474097274,-2.9445582604563323,0.6601740121841431,0.7396429777145386,0.1307613104581833,0.5814020037651062,0.26115351915359497,0.20283037424087524,0.5141881108283997,-0.23796457052230835,-0.3886042833328247 +341,1.638006692522454,-0.8114668177253248,-2.987727817038553,0.6868810057640076,0.725297749042511,0.046235162764787674,0.19570966064929962,-1.7082644701004028,0.3202153444290161,-0.40036672353744507,-0.269975483417511,-0.000916600227355957 +342,1.4608725418774329,-0.7931933573104059,-2.9323683063633914,0.6973391175270081,0.7125972509384155,-0.07696440070867538,-1.2507929801940918,-2.470404863357544,-0.07709142565727234,-0.5095949172973633,-0.27851516008377075,0.1508779525756836 +343,1.355159016771633,-0.8439648932537901,-2.86105913496924,0.649115264415741,0.7472836971282959,-0.14218415319919586,-0.4984124004840851,-1.9698288440704346,-0.4732890725135803,0.7094509601593018,0.6729890704154968,0.10063447058200836 +344,1.3280297659561746,-0.8907494567559416,-2.7071360595453444,0.610390305519104,0.7775432467460632,-0.1511637270450592,-1.5394244194030762,0.6483792066574097,-0.06464827060699463,0.5661844611167908,0.4467610716819763,-0.15065516531467438 +345,1.4729995122362156,-0.8780494213051628,-2.725628450847418,0.6356017589569092,0.7694945931434631,-0.062358755618333817,1.1500132083892822,2.1854875087738037,0.2755933105945587,-0.24020075798034668,0.16689151525497437,-0.13928616046905518 +346,1.555144905138846,-0.8971263703372363,-2.800432516673617,0.6237820386886597,0.7815374135971069,-0.009763873182237148,0.015475818887352943,1.2684011459350586,-0.48094990849494934,-0.35418975353240967,-0.29418694972991943,-0.08094966411590576 +347,1.623930082277415,-0.9287411598410714,-2.8167976795093588,0.5979976058006287,0.8008667230606079,0.03180379420518875,0.5894763469696045,0.28257516026496887,0.03579294681549072,-0.1921900510787964,-0.5975586175918579,-0.06595301628112793 +348,1.4632168223466542,-0.8960481829225782,-2.920119901653088,0.6210891604423523,0.7808642983436584,-0.06707543134689331,0.5683677792549133,-1.244271159172058,0.6161354780197144,0.09412074089050293,0.23636281490325928,0.31982195377349854 +349,1.4622498579140926,-0.8341568491294348,-2.8831917665454556,0.6678487062454224,0.740730345249176,-0.07277867943048477,-0.5241667032241821,1.1109000444412231,0.6350823044776917,0.16128337383270264,0.47121429443359375,0.43430519104003906 +350,1.6620182523496954,-0.8265220028393379,-2.8847670681871525,0.6746215224266052,0.7355796694755554,0.061711546033620834,1.424450159072876,2.797449827194214,-0.10802403092384338,0.08685314655303955,0.1925055980682373,-0.6601002216339111 +351,1.628087207048483,-0.8248564021472542,-3.0021263676067154,0.6775487661361694,0.7344503402709961,0.03885988891124725,-0.06614384055137634,-1.756272554397583,0.3709418773651123,-0.012982845306396484,-0.31172096729278564,0.04604005068540573 +352,1.4992876214568311,-0.8050892167425099,-2.8464972377297584,0.6912757158279419,0.7208924889564514,-0.04951666295528412,-1.184035062789917,-1.820193886756897,0.09035950154066086,-0.6122199296951294,-0.4197602868080139,0.04597663879394531 +353,1.4250503921570474,-0.8485402878432432,-2.7463124854237493,0.6540703773498535,0.7503162026405334,-0.09600885957479477,-0.3283204436302185,-1.9857136011123657,-0.5223385095596313,0.09527355432510376,-0.017329692840576172,-0.032531216740608215 +354,1.2595513149807778,-0.8986078675366648,-2.6361381613848764,0.592781126499176,0.7824608087539673,-0.19069816172122955,-0.7618343830108643,0.09582416713237762,-0.1842796802520752,0.6984328627586365,0.2515662908554077,0.5461821556091309 +355,1.4030399503182447,-0.9189229604224124,-2.5434854517884555,0.5981602668762207,0.7949486374855042,-0.10129722952842712,0.1331612765789032,1.5576764345169067,0.18324732780456543,-0.10409587621688843,0.3288154602050781,-0.12142004072666168 +356,1.491917608935814,-0.9073557962289568,-2.665376174462639,0.6139165759086609,0.7878780961036682,-0.04852563515305519,1.2379709482192993,1.4938198328018188,-0.17884700000286102,-0.1443120241165161,-0.15173906087875366,-0.1723758578300476 +357,1.5640456235474542,-0.9172548897272774,-2.752392632823317,0.607988178730011,0.7939355969429016,-0.004104409832507372,-0.2706243395805359,0.6511483192443848,-0.005743496119976044,-0.1850450038909912,-0.5065057873725891,0.045394718647003174 +358,1.5664016017087559,-0.9020297196917553,-2.7586458393872264,0.6200129985809326,0.7845869660377502,-0.0027248042169958353,0.5025073289871216,-0.4662133753299713,0.5993695259094238,-0.13315075635910034,-0.00034612417221069336,0.016091465950012207 +359,1.560758891545476,-0.8514716755295798,-2.7315551386305277,0.6588435173034668,0.7522508502006531,-0.006613321602344513,0.12798729538917542,0.8838620185852051,0.4904927909374237,0.04699748754501343,0.16585516929626465,0.5825105309486389 +360,1.6781181573185133,-0.8504916465254442,-2.792404454292659,0.6558187007904053,0.7516047954559326,0.07065514475107193,1.943605661392212,2.1816513538360596,-0.24051256477832794,0.04060769081115723,0.13367962837219238,-0.6113502979278564 +361,1.6011259287941926,-0.8623976381563337,-3.016125351702693,0.6503191590309143,0.759404718875885,0.019729971885681152,0.49085986614227295,-0.771816074848175,0.1953476518392563,0.06334954500198364,-0.3368126153945923,-0.07185399532318115 +362,1.47928253863669,-0.853916506593343,-2.944663069609976,0.6542865037918091,0.7538594603538513,-0.060043949633836746,-0.9449698328971863,-1.748611330986023,-0.02387390285730362,-0.4157305359840393,-0.37000930309295654,0.16168272495269775 +363,1.3942871396008032,-0.874352722825826,-2.878886073660432,0.6315264701843262,0.7671284675598145,-0.11264247447252274,0.12302511930465698,-1.046988844871521,-0.28101274371147156,-0.09087705612182617,-0.11319780349731445,-0.038678884506225586 +364,1.2571824388396335,-0.9006933954356688,-2.8130472470022934,0.5907739996910095,0.783757746219635,-0.19159796833992004,-0.9221184253692627,-1.438033103942871,0.08578834682703018,0.5802311897277832,0.3628181219100952,0.7892999649047852 +365,1.4434846998415434,-0.9398474991503042,-2.677454585181336,0.5851369500160217,0.8074681758880615,-0.07489984482526779,0.05826375633478165,1.1671018600463867,0.010631740093231201,0.2094491720199585,0.250103235244751,-0.3619897961616516 +366,1.466736416880387,-0.9071368919637901,-2.7513797061656855,0.612671434879303,0.7877432703971863,-0.06398565322160721,0.5979681015014648,1.0168997049331665,-0.09722559154033661,-0.3647618889808655,-0.12183451652526855,-0.1387578845024109 +367,1.5591902943544924,-0.9344592499898945,-2.808011254521729,0.594213604927063,0.8042778372764587,-0.006896772421896458,0.2194308191537857,1.0670032501220703,-0.2264595478773117,-0.2270107865333557,-0.5078147649765015,-0.0619966983795166 +368,1.5350723880661619,-0.9197798669591829,-2.8583459849797235,0.6056085824966431,0.7954682111740112,-0.021643932908773422,0.12361980974674225,-0.38611793518066406,0.625239372253418,-0.05496472120285034,-0.073788583278656,0.17694789171218872 +369,1.5729762661172602,-0.8663650678876513,-2.766468259137766,0.6475992798805237,0.7619799971580505,0.0014117293758317828,0.08671798557043076,0.9775668382644653,0.6146396398544312,0.1951131820678711,0.09174942970275879,0.5975263118743896 +370,1.6795330931577983,-0.8551687375228985,-2.788134233543023,0.6522161960601807,0.7546816468238831,0.07120072096586227,1.3670352697372437,1.7178826332092285,-0.14266476035118103,-0.01447516679763794,0.13969695568084717,-0.5985902547836304 +371,1.6005008307363953,-0.8610150829951027,-2.9905383145553475,0.6513803601264954,0.7585044503211975,0.019354622811079025,0.39056727290153503,-1.5748542547225952,0.16563890874385834,-0.04347020387649536,-0.2924399971961975,-0.016913175582885742 +372,1.4574333039524003,-0.8611574429444786,-2.9576276347555917,0.6473776698112488,0.758597195148468,-0.07370469719171524,-0.2421390414237976,-0.8474342226982117,-0.19046078622341156,-0.4943472743034363,-0.3794468641281128,0.22726911306381226 +373,1.3898051490093273,-0.888807814694589,-2.9592133013921367,0.620042085647583,0.7763208150863647,-0.11346380412578583,-0.022780921310186386,-0.9650753736495972,-0.2266916185617447,0.12316781282424927,0.014206647872924805,-0.06192071735858917 +374,1.319584754821994,-0.9175107769221021,-2.822524985898656,0.5887211561203003,0.7940911054611206,-0.15108521282672882,-0.7937076091766357,-0.021776657551527023,0.03952641785144806,0.5795222520828247,0.4451819658279419,0.4388965368270874 +375,1.5081895499094982,-0.9213528233217736,-2.6628698312672405,0.6035585999488831,0.7964204549789429,-0.03783630579710007,-0.3868062198162079,0.4940474331378937,0.5471802353858948,-0.08697229623794556,0.32616865634918213,-0.16696715354919434 +376,1.5240388735221249,-0.8941834645570444,-2.67380954150354,0.625471293926239,0.7796980738639832,-0.029266776517033577,0.2188255339860916,0.7662802338600159,-0.2179221361875534,-0.3774397373199463,-0.20538777112960815,-0.10015827417373657 +377,1.591506791909893,-0.9130124876571019,-2.6892801220738405,0.6112335920333862,0.7913490533828735,0.012660742737352848,0.13616463541984558,0.3169137239456177,-0.12271063774824142,-0.31266486644744873,-0.5252968072891235,0.014347314834594727 +378,1.5157593810877472,-0.9193814178072542,-2.749475508576747,0.6053943634033203,0.7952266931533813,-0.03335273638367653,0.022026395425200462,-0.47041457891464233,0.07273920625448227,0.06176573038101196,0.03398174047470093,0.43133246898651123 +379,1.548439638685137,-0.8793576364955373,-2.7324729894434427,0.6374867558479309,0.7703294157981873,-0.014254467561841011,0.07060719281435013,0.28021618723869324,0.8957697749137878,0.3157755732536316,0.42641735076904297,0.13572967052459717 +380,1.6547562711888175,-0.8478480004422947,-2.665876345724013,0.6592679619789124,0.7498583793640137,0.05548253282904625,0.8129554986953735,1.1956369876861572,-0.23848213255405426,-0.15517860651016235,0.19076967239379883,-0.45404207706451416 +381,1.6121143774787279,-0.8665947919809169,-2.796476568005891,0.646872878074646,0.7621287703514099,0.02674274705350399,0.8892346024513245,-1.7072468996047974,0.05264010652899742,-0.07884925603866577,-0.2077617049217224,-0.16738295555114746 +382,1.3674438680992973,-0.8813319617145416,-2.8134307776045753,0.6230168342590332,0.7715868353843689,-0.12846770882606506,0.1369081735610962,-1.447848916053772,-0.31078699231147766,-0.4879307150840759,-0.3861802816390991,0.2682992219924927 +383,1.2796938915386693,-0.9102408397727232,-2.9364635198050526,0.5877422094345093,0.7896515130996704,-0.17609566450119019,0.8578099012374878,0.2204282283782959,-0.5442865490913391,0.4284931421279907,0.1292175054550171,0.21921700239181519 +384,1.298196254528677,-0.9606722718976081,-2.8690877822584047,0.5518117547035217,0.8195769190788269,-0.1542641520500183,-0.5438138842582703,-0.37351635098457336,-0.1956367790699005,0.577781081199646,0.3659698963165283,0.219434455037117 +385,1.4251554347477593,-0.9737434465353787,-2.8328331000649625,0.556255578994751,0.8269960880279541,-0.08159126341342926,-0.07221798598766327,1.7127114534378052,-0.020763130858540535,-0.25118666887283325,0.23376435041427612,-0.28204095363616943 +386,1.5503787824495607,-0.9821407550391609,-2.820915519646696,0.5551276803016663,0.8316879272460938,-0.011335919611155987,0.05669637769460678,0.3865143060684204,-0.1126941666007042,-0.17027050256729126,-0.15506744384765625,-0.29390090703964233 +387,1.4832238582207784,-0.9763578781118515,-2.825201362942606,0.557897686958313,0.8284631371498108,-0.04898175224661827,-0.2971319556236267,-0.6217485070228577,0.22912073135375977,-0.2601223587989807,-0.5779899954795837,0.19155985116958618 +388,1.4334033463724607,-0.967655524154532,-2.8631522772790725,0.5618865489959717,0.8235580921173096,-0.07768872380256653,0.6342578530311584,0.22282837331295013,0.13539783656597137,-0.05849909782409668,-0.017924606800079346,0.26151132583618164 +389,1.483085625179975,-0.9204806682607322,-2.809761851149531,0.603110134601593,0.7958927154541016,-0.05303528532385826,-0.7817721366882324,0.38113370537757874,0.4629356265068054,0.04146683216094971,0.5465601682662964,0.33163022994995117 +390,1.6143888151672283,-0.9201155599087705,-2.789175076200582,0.6051526665687561,0.7956716418266296,0.02639683336019516,0.8966607451438904,1.415656328201294,-0.3284003436565399,0.02498948574066162,0.10336089134216309,-0.45469582080841064 +391,1.4976664508003925,-0.9296999677700477,-2.9882430909011135,0.5964758396148682,0.8014405369758606,-0.04369812831282616,0.6278338432312012,-1.6718487739562988,0.2334672510623932,0.14867186546325684,-0.30525529384613037,-0.2605164051055908 +392,1.3394263639872261,-0.9213620598240141,-2.9252032536966572,0.5886215567588806,0.7964260578155518,-0.13867269456386566,-0.04077819734811783,-0.9292930364608765,0.039809033274650574,-0.3952927589416504,-0.40641146898269653,0.47724997997283936 +393,1.2600869386701519,-0.9310865985555273,-2.9836019945853542,0.5683782696723938,0.8022691011428833,-0.18251186609268188,-0.05612732470035553,-0.866922914981842,-0.31326860189437866,0.0444909930229187,0.0535963773727417,-0.13705295324325562 +394,1.2571045546213615,-0.9734326029258772,-2.8565405817578564,0.5350168347358704,0.8268213272094727,-0.17356103658676147,-0.5870373249053955,-0.773209810256958,-0.1377657949924469,0.5142384767532349,0.44080251455307007,0.5107802748680115 +395,1.3435774051849225,-0.9932725399454246,-2.846035272990334,0.5319185256958008,0.8378171324729919,-0.12298580259084702,0.10006579756736755,1.133239984512329,-0.024419015273451805,-0.027798593044281006,0.16051983833312988,-0.3241119384765625 +396,1.4427175038229114,-0.9951744495267949,-2.8770026367217874,0.5398978590965271,0.8388539552688599,-0.06953009217977524,0.18322183191776276,0.8331879377365112,-0.21291984617710114,-0.3042258024215698,-0.13771259784698486,-0.15485042333602905 +397,1.44189011060263,-1.001752501893164,-2.9432855958938817,0.534356415271759,0.8424165844917297,-0.0692659467458725,-0.16479963064193726,0.35161057114601135,0.06756740808486938,-0.33452725410461426,-0.6001832485198975,0.06917440891265869 +398,1.4400561978365596,-0.9731131286216356,-2.9654445592533474,0.5579262971878052,0.8266415596008301,-0.0733618214726448,0.21829663217067719,-0.4870398938655853,0.3460548520088196,-0.09642428159713745,-0.11677223443984985,0.23180913925170898 +399,1.5461750529849558,-0.910127427969462,-2.8673776524113297,0.6134592890739441,0.7895819544792175,-0.015107201412320137,-0.08689887076616287,0.29273536801338196,0.6818475127220154,0.1362507939338684,0.42285090684890747,0.5028696060180664 +400,1.6801014846592874,-0.8607301275567067,-2.7807073764645267,0.6479935050010681,0.7583187222480774,0.07111246883869171,-0.7928155064582825,0.5147060751914978,-0.16913025081157684,0.12608474493026733,0.41158783435821533,-0.5890415906906128 +401,1.6791357917586567,-0.8754802827037622,-2.766003820860031,0.6368723511695862,0.7678512930870056,0.06926964223384857,0.4764311909675598,-0.9831008911132812,-0.09531004726886749,-0.13171488046646118,-0.1755659580230713,-0.36300134658813477 +402,1.3887323707652866,-0.8794094542617837,-2.903781778319868,0.6270679831504822,0.7703624963760376,-0.11544486880302429,1.2895236015319824,-2.500746726989746,-0.19239605963230133,-0.4544758200645447,-0.39069318771362305,0.3711516857147217 +403,1.299576065036751,-0.9090278195489584,-2.919425840313203,0.5920493602752686,0.7889066934585571,-0.16463252902030945,-0.5943239331245422,-0.2894260287284851,-0.18584415316581726,0.11901021003723145,-0.15420210361480713,0.057546377182006836 +404,1.2816058307169187,-0.95103744733628,-2.7705456961831065,0.5567197203636169,0.8140185475349426,-0.16564160585403442,-0.43252310156822205,-0.41870972514152527,-0.14784620702266693,0.5399294495582581,0.3913952708244324,0.6520612835884094 +405,1.3935156308537895,-0.9537597819467747,-2.7469831611457987,0.5695518851280212,0.8155967593193054,-0.1020418033003807,-0.29858267307281494,0.8401224613189697,0.21904990077018738,0.040524959564208984,0.3451850414276123,-0.3726590871810913 +406,1.528310843024199,-0.9360192086762334,-2.599526800165193,0.5924631357192993,0.805203914642334,-0.025186238810420036,-0.3276747465133667,0.46313902735710144,-0.22816431522369385,-0.38930755853652954,-0.06896722316741943,-0.3031524419784546 +407,1.5053710999415268,-0.9584856593168292,-2.7198258467615837,0.5735302567481995,0.8183221220970154,-0.037576980888843536,1.2486323118209839,0.41830724477767944,-0.10591526329517365,-0.15867435932159424,-0.5962762236595154,0.18766248226165771 +408,1.4664590147626133,-0.9510559897276963,-2.76333636283763,0.5776652693748474,0.8140292763710022,-0.060491710901260376,-0.10332759469747543,0.1752883940935135,0.09088633209466934,-0.1522502303123474,-0.012988686561584473,0.189367413520813 +409,1.4856259867609212,-0.9178287016677642,-2.7418714046816457,0.6053439378738403,0.7942843437194824,-0.051682375371456146,-0.06618689000606537,-0.15773779153823853,0.38157063722610474,0.14866912364959717,0.4191402792930603,0.32650840282440186 +410,1.5810051798469928,-0.8828461644831108,-2.6748002560228055,0.6349218487739563,0.7725492119789124,0.006482048891484737,-0.5332738757133484,1.0358871221542358,0.023118771612644196,-0.0249670147895813,0.18793052434921265,-0.2798128128051758 +411,1.6270749308356827,-0.8972316457942615,-2.7845850886954118,0.6227886080741882,0.7816030979156494,0.035086724907159805,1.2900218963623047,0.5748270153999329,-0.04485173895955086,0.11459237337112427,-0.06015217304229736,-0.3159095048904419 +412,1.5186520663501826,-0.8864539746222605,-2.89699240394382,0.6313045024871826,0.774834930896759,-0.032948773354291916,0.22416794300079346,-0.7758417725563049,0.21274995803833008,-0.37474316358566284,-0.43862271308898926,0.11491900682449341 +413,1.3831109564531714,-0.896833618719739,-2.933226260831057,0.6131272912025452,0.7813547253608704,-0.11644554138183594,-0.1647205948829651,-1.0493253469467163,-0.3631102442741394,-0.05001699924468994,-0.1647929549217224,0.07726097851991653 +414,1.3528839181480592,-0.9430262688378985,-2.835127553424033,0.573451578617096,0.8093392848968506,-0.12697848677635193,-0.7132558822631836,-0.931124746799469,-0.20118632912635803,0.6016888618469238,0.44847339391708374,0.2913004159927368 +415,1.4531109070309562,-0.9817215984099046,-2.726986487450129,0.5517489910125732,0.8314551115036011,-0.06523425132036209,-0.2845541834831238,0.5475361943244934,0.1038215383887291,0.07381558418273926,0.22677242755889893,-0.27305305004119873 +416,1.4637672491215892,-0.9497464981152657,-2.715727825891159,0.5785598158836365,0.8132680058479309,-0.06216026097536087,0.4930668771266937,0.5061233639717102,0.16124539077281952,-0.2770156264305115,-0.017659425735473633,-0.058933503925800323 +417,1.4863175127997614,-0.9473847330352184,-2.8249052547700733,0.5817264318466187,0.811891496181488,-0.04926080256700516,0.5302242040634155,0.7577359676361084,-0.01570223644375801,-0.28802525997161865,-0.5198534727096558,-0.011621713638305664 +418,1.4457802427407167,-0.9214711630684063,-2.853014558568269,0.5999303460121155,0.7964920401573181,-0.07539413124322891,0.19736406207084656,-0.4035632610321045,0.32356181740760803,-0.21637004613876343,-0.07543784379959106,0.1745762825012207 +419,1.4621744944340005,-0.887397904883868,-2.8594522414651316,0.6277105808258057,0.7754313349723816,-0.06845249980688095,-0.16576054692268372,0.7409545183181763,0.581381618976593,0.34709715843200684,0.24139916896820068,0.37912142276763916 +420,1.6343029196974064,-0.8574845833504936,-2.7463370560699607,0.6530227661132812,0.7561990022659302,0.04152709245681763,0.44302740693092346,1.161630392074585,-0.1681760847568512,-0.26616668701171875,0.3670309782028198,-0.47672295570373535 +421,1.6304035205630776,-0.8841867824632342,-2.99410223057159,0.6327928304672241,0.7733997106552124,0.03776374086737633,1.7793817520141602,0.7845346927642822,0.19611310958862305,0.2886549234390259,-0.3277515172958374,-0.30767643451690674 +422,1.4567189976692125,-0.8728787156364883,-3.0298022713001074,0.6384468078613281,0.7661820650100708,-0.0731498971581459,-1.063830018043518,-2.3331336975097656,0.0596155971288681,-0.41136544942855835,-0.44167327880859375,0.3102714419364929 +423,1.3688127530764052,-0.8912796699710405,-2.939434387162671,0.6156418323516846,0.7778765559196472,-0.12606863677501678,-0.16715988516807556,-0.8468688130378723,-0.2538720667362213,-0.22324681282043457,-0.20381039381027222,-0.08637946844100952 +424,1.2595307484578326,-0.9334790756475962,-2.872148191599151,0.5664477944374084,0.803695023059845,-0.1822395771741867,-0.7417170405387878,-2.0099129676818848,0.006304494105279446,0.4938396215438843,0.32296818494796753,0.8270607590675354 +425,1.4618320163489436,-0.9768633289196377,-2.693043306871677,0.5563057661056519,0.8287460803985596,-0.06085852533578873,-0.6659692525863647,0.6686340570449829,0.11968666315078735,0.04475313425064087,0.12830036878585815,-0.45565152168273926 +426,1.5570401294331848,-0.9486541118005571,-2.647751032688207,0.5827220678329468,0.8126319050788879,-0.008016545325517654,0.5906930565834045,1.0532138347625732,-0.14494246244430542,-0.40684932470321655,0.09081041812896729,-0.15473365783691406 +427,1.5552869127592157,-0.9710152492810965,-2.8142981523451667,0.5643941760063171,0.8254591822624207,-0.008754124864935875,0.829883337020874,0.8766658306121826,-0.19281691312789917,-0.21249592304229736,-0.5481458902359009,0.05564439296722412 +428,1.4877061164321412,-0.9636230024736032,-2.9199956010029875,0.5685797929763794,0.8212640285491943,-0.047352440655231476,0.5200284123420715,-0.46303829550743103,0.27072107791900635,-0.17763447761535645,-0.3150079846382141,-0.004542704671621323 +429,1.4169762616294066,-0.9022867518141,-2.9490273633003428,0.6124987006187439,0.7847463488578796,-0.09496475011110306,-0.4168691337108612,0.1019197627902031,0.5498771667480469,0.18535280227661133,0.4170815348625183,0.65159010887146 +430,1.5637261854049693,-0.8738208339720392,-2.8759784999156217,0.6418856978416443,0.7667871117591858,-0.0045382981188595295,0.01339908130466938,1.175606369972229,-0.17084936797618866,-0.128106951713562,0.42937999963760376,-0.43621182441711426 +431,1.6058584240426061,-0.9025843079122684,-3.0427070912804317,0.6192025542259216,0.7849307060241699,0.021719440817832947,1.405125617980957,0.8025192618370056,0.2709822952747345,0.4017477035522461,-0.16804850101470947,-0.39214181900024414 +432,1.4462655685509305,-0.8771502451195384,-3.0230488748220505,0.6343938708305359,0.7689200043678284,-0.07941248267889023,-1.3091877698898315,-2.606234312057495,0.06093624234199524,-0.3853856921195984,-0.39868080615997314,0.29408836364746094 +433,1.363210875843114,-0.8861997515460421,-2.941746341229687,0.6187847256660461,0.7746742367744446,-0.13032813370227814,-0.20956172049045563,-0.9211700558662415,-0.20873942971229553,-0.34092217683792114,-0.24299699068069458,-0.06570154428482056 +434,1.2865205043444592,-0.9304959646526713,-2.8478795238187176,0.5734584331512451,0.8019163608551025,-0.167558491230011,-0.6972216367721558,-1.6553494930267334,-0.09112124145030975,0.5807927846908569,0.250818133354187,0.6237657070159912 +435,1.4589039272816793,-0.9594421061688483,-2.677885667134258,0.5703878402709961,0.8188714981079102,-0.06408975273370743,-0.7347387671470642,0.47065410017967224,0.16925914585590363,0.07768350839614868,0.37232130765914917,-0.4712953567504883 +436,1.4694996706813608,-0.9214778034136201,-2.640161706623337,0.6015443205833435,0.7964960336685181,-0.06114370375871658,0.3794136047363281,0.7138491272926331,-0.1016862615942955,-0.4220704436302185,0.060498595237731934,-0.059629619121551514 +437,1.5283734195748362,-0.9458096069971715,-2.7564217884524207,0.5845603346824646,0.8109709024429321,-0.024813637137413025,0.7905220985412598,1.2151280641555786,-0.2152058482170105,-0.3077353239059448,-0.4685635566711426,0.01285075768828392 +438,1.4788817723481262,-0.9424275461360281,-2.8530275526384083,0.5853445529937744,0.8089874386787415,-0.053953707218170166,0.35798534750938416,-0.4497811794281006,0.18265612423419952,-0.12617707252502441,-0.28313910961151123,0.10587942600250244 +439,1.4430815428175825,-0.9027227456383579,-2.8431515008188386,0.6144296526908875,0.7850164771080017,-0.07890120893716812,-0.3509331941604614,-0.049508798867464066,0.4447440803050995,0.17780667543411255,0.4855828285217285,0.5615519881248474 +440,1.5597226840357037,-0.8761569133611102,-2.7680141144066357,0.640069305896759,0.7682845592498779,-0.007088188547641039,-0.7868091464042664,0.9627649784088135,-0.11014161258935928,0.10065335035324097,0.7399399280548096,-0.22795820236206055 +441,1.6204158683249665,-0.9079052230074198,-2.8963534518694387,0.6146405935287476,0.7882163524627686,0.030523238703608513,1.297965407371521,1.527251958847046,-0.02981061488389969,0.30651718378067017,-0.1084831953048706,-0.44118309020996094 +442,1.4779587647053727,-0.8934778150352474,-2.916302967013616,0.6240067481994629,0.7792560458183289,-0.05809827521443367,-1.2332175970077515,-2.440744638442993,0.23932328820228577,-0.29063278436660767,-0.3266041874885559,0.2973408102989197 +443,1.3946045516103254,-0.8937024664067904,-2.7860214649451964,0.6168307662010193,0.7793967723846436,-0.10981925576925278,-0.25955042243003845,-1.0727311372756958,-0.18739275634288788,-0.33378028869628906,-0.3953331708908081,-0.07745181024074554 +444,1.2671725185495983,-0.9169227769012794,-2.728201992578767,0.5804431438446045,0.7937335968017578,-0.18185938894748688,-0.9098948240280151,-2.6904823780059814,-0.027918778359889984,0.649827241897583,0.3031902313232422,0.6027578115463257 +445,1.4008549934219003,-0.9465543583907317,-2.56890753085259,0.5760625600814819,0.8114064335823059,-0.09885028004646301,-0.542391300201416,1.533540964126587,-0.019290277734398842,0.11937189102172852,0.24921667575836182,-0.3334617614746094 +446,1.533197866266151,-0.9237729010914723,-2.536300332834882,0.6023880243301392,0.7978816628456116,-0.02265954203903675,0.45368361473083496,0.7908896803855896,0.07841236144304276,-0.24562233686447144,0.11717265844345093,-0.1388242244720459 +447,1.5585077755716565,-0.9384425137603574,-2.701239048870377,0.5910003781318665,0.8066385388374329,-0.007262904196977615,0.9242920279502869,1.482420563697815,-0.2508789896965027,-0.27558600902557373,-0.48046666383743286,-0.0238192081451416 +448,1.5381040286690124,-0.934766175840075,-2.759409254281721,0.5936890244483948,0.8044602274894714,-0.019415976479649544,0.021569596603512764,-0.672502338886261,0.14651308953762054,-0.20607006549835205,-0.4973466396331787,0.0738593339920044 +449,1.4874722385699173,-0.8915472716989922,-2.7199925857442544,0.6260296106338501,0.7780447006225586,-0.05228440463542938,-0.8469479084014893,-0.05408347398042679,0.37534427642822266,0.15589183568954468,0.618592381477356,0.7154923677444458 +450,1.6465717326243698,-0.8629539205392274,-2.6306179345657243,0.6483300924301147,0.7597665190696716,0.049221720546483994,-0.5023210644721985,0.9747166037559509,-0.10220368951559067,0.19941765069961548,0.5995626449584961,-0.4651916027069092 +451,1.666401640659501,-0.885281750678674,-2.7855694860408295,0.630180299282074,0.7740933895111084,0.06043282151222229,1.2850261926651,1.0767264366149902,-0.008430583402514458,0.22216039896011353,-0.12963855266571045,-0.2617114782333374 +452,1.5315980870439914,-0.8712690414337732,-2.874594375123635,0.6433615684509277,0.7651466131210327,-0.025231564417481422,-0.7049074769020081,-1.8916476964950562,0.10115201771259308,-0.40887975692749023,-0.3730262517929077,0.19048422574996948 +453,1.4669295477719428,-0.8738227839156177,-2.7428051223359855,0.638440728187561,0.7667883634567261,-0.06655228137969971,-0.3244571089744568,-1.5198818445205688,-0.16595561802387238,-0.32504040002822876,-0.3373754024505615,-0.07915390282869339 +454,1.301946917108245,-0.9062125137694721,-2.7136557480365187,0.5945770740509033,0.7871735095977783,-0.16381776332855225,-1.1947654485702515,-3.1824400424957275,-0.1754239946603775,0.7513092756271362,0.31161201000213623,0.6258233785629272 +455,1.422973726592677,-0.9397706524303132,-2.532201126254916,0.5835393071174622,0.8074228167533875,-0.08689414709806442,-1.0171047449111938,1.0633258819580078,-0.04202783480286598,0.45686596632003784,0.2449912428855896,-0.46788489818573 +456,1.5813293272002626,-0.913803181625674,-2.524665889834712,0.6107048392295837,0.7918322086334229,0.006432792637497187,0.7510101795196533,1.8653236627578735,-0.06185620650649071,-0.22839587926864624,0.11991095542907715,-0.08268094062805176 +457,1.6560426978236218,-0.9538451831973465,-2.690078383684078,0.5764500498771667,0.8156461715698242,0.04925965517759323,0.8021572232246399,1.7941908836364746,-0.4185127019882202,-0.25213974714279175,-0.5462828874588013,-0.13730287551879883 +458,1.6167398659303642,-0.9644389875107062,-2.8220083309262445,0.5692763328552246,0.8217293620109558,0.02617298811674118,0.11341893672943115,-0.8294606804847717,0.16531260311603546,-0.11207735538482666,-0.44651585817337036,-0.023701077327132225 +459,1.518926697111462,-0.9258861659005979,-2.7427857067141828,0.6003181338310242,0.799153745174408,-0.031166234984993935,-1.2736655473709106,-1.3925858736038208,0.4339972138404846,0.06282883882522583,0.5238595008850098,0.5730668306350708 +460,1.6367380064351729,-0.886800485528643,-2.646922988399178,0.6305215954780579,0.7750539779663086,0.04163802042603493,-0.7863320708274841,0.7332972288131714,-0.0797257050871849,0.29280298948287964,0.9353188276290894,-0.7878233194351196 +461,1.6951863747190916,-0.9155573125287947,-2.745851669051143,0.6046403646469116,0.7929022908210754,0.07560157775878906,1.2888182401657104,1.3533504009246826,-0.1521439254283905,0.17638063430786133,-0.03046649694442749,-0.19619180262088776 +462,1.5342604324158213,-0.926781619484657,-2.896046295059139,0.600010097026825,0.7996917366981506,-0.021931665018200874,-0.16621606051921844,-1.6333271265029907,0.0014365727547556162,-0.45843905210494995,-0.43734127283096313,0.11421680450439453 +463,1.4200172179917612,-0.9383706541370881,-2.8168783588717954,0.5843964219093323,0.806596040725708,-0.08878864347934723,-0.27603375911712646,-1.7081525325775146,-0.1905730813741684,-0.14163219928741455,-0.31022775173187256,-0.04074322432279587 +464,1.2823369245116207,-0.9528438928738991,-2.723135290960588,0.5554298758506775,0.8150664567947388,-0.16481590270996094,-1.183140754699707,-3.0557899475097656,0.09919729828834534,0.6774497032165527,0.10015565156936646,0.6874294281005859 +465,1.4105439022615702,-0.9592666951568829,-2.5438147416229238,0.5667645335197449,0.8187707662582397,-0.09161095321178436,-0.519861102104187,1.0478366613388062,0.15777121484279633,0.1384052038192749,0.37374943494796753,-0.45450109243392944 +466,1.5132790206335618,-0.9116548759188021,-2.5485102322298423,0.6114257574081421,0.7905183434486389,-0.035206396132707596,0.4939174950122833,1.410589337348938,0.1289488822221756,-0.2820953130722046,0.16033315658569336,-0.1421923041343689 +467,1.585360399808093,-0.9288790670355287,-2.624841036723995,0.5986684560775757,0.8009493350982666,0.008719667792320251,-0.0019164467230439186,0.9245368838310242,-0.1885017454624176,-0.39066070318222046,-0.5561984777450562,0.00241923239082098 +468,1.655148621447491,-0.9331357106353805,-2.6163090043631114,0.5932009220123291,0.8034906387329102,0.05015687644481659,0.33858317136764526,-0.01632826402783394,0.2073715180158615,-0.19516009092330933,-0.3060845136642456,-0.05803035944700241 +469,1.5086753475478922,-0.8835182646112336,-2.623758419954405,0.6332118511199951,0.772975742816925,-0.03938641771674156,-1.2423208951950073,-1.3847514390945435,0.5453037619590759,0.12731671333312988,0.3889962434768677,0.467319130897522 +470,1.6510791524495187,-0.8499816970939098,-2.5152451145294896,0.6578708291053772,0.7512683272361755,0.05292949452996254,-0.4548969268798828,1.171486496925354,-0.23372086882591248,0.26952773332595825,0.9316843748092651,-0.6329466104507446 +471,1.6954665283540271,-0.8767923479337452,-2.667124381476868,0.6346557140350342,0.7686911821365356,0.07953514158725739,1.1801451444625854,0.9082046747207642,-0.0586235448718071,0.28010863065719604,-0.1118919849395752,-0.2213808298110962 +472,1.5736973470328999,-0.8760416594712835,-2.7609067454608613,0.6401941180229187,0.768210768699646,0.0018572212429717183,0.07769294828176498,-0.8801304697990417,0.10024406760931015,-0.4285242557525635,-0.3208842873573303,0.06862306594848633 +473,1.4829468455517374,-0.8746919348311398,-2.73559022048332,0.6387603282928467,0.7673460245132446,-0.05625956878066063,-0.32766300439834595,-1.7495667934417725,-0.11664187163114548,-0.25202643871307373,-0.3472411036491394,-0.11376915872097015 +474,1.3321896151546126,-0.8975404373892034,-2.645333839980312,0.6058688759803772,0.7817956805229187,-0.1473718285560608,-1.014703392982483,-3.189769983291626,-0.12975823879241943,0.7324947118759155,0.4755590558052063,0.3703637719154358 +475,1.3851074065518,-0.9166793811617794,-2.4993577593417986,0.5979987978935242,0.7935855388641357,-0.11233586072921753,-0.8189953565597534,1.1753871440887451,0.06377668678760529,0.47686076164245605,0.297249972820282,-0.5493921041488647 +476,1.5567448603733258,-0.8931913504606853,-2.505252684680426,0.6268669366836548,0.7790764570236206,-0.008808979764580727,0.7110636234283447,2.092127561569214,0.16548822820186615,-0.09032219648361206,0.3173742890357971,-0.12433922290802002 +477,1.6283646249142603,-0.9138149390689895,-2.624022774724964,0.609717845916748,0.7918394207954407,0.03513924404978752,0.44968611001968384,1.4057828187942505,-0.2507987916469574,-0.33365577459335327,-0.5204007029533386,-0.08135807514190674 +478,1.6858764310137297,-0.9189485315894366,-2.641385142948428,0.6026436686515808,0.7949641942977905,0.06966008245944977,0.0855853334069252,-0.19803698360919952,0.10930866003036499,-0.3169991970062256,-0.457516074180603,-0.08142459392547607 +479,1.5516189174124935,-0.8815122595236129,-2.693453102725103,0.6358679533004761,0.7717015147209167,-0.012195794843137264,-0.05627753585577011,-1.5356858968734741,0.2964286506175995,0.4018822908401489,0.6005366444587708,0.3129007816314697 +480,1.628431414645228,-0.8481293406114234,-2.592292993536842,0.6602891683578491,0.7500444650650024,0.03809801861643791,-0.1786074936389923,1.0644181966781616,0.2443854659795761,0.16881239414215088,0.6211408376693726,-0.17397761344909668 +481,1.7151307515216256,-0.8714883252412252,-2.6754079918977633,0.6369951367378235,0.7652878165245056,0.09258414059877396,1.6003717184066772,1.9332133531570435,-0.13192127645015717,0.24098026752471924,0.0028854012489318848,-0.37775564193725586 +482,1.594877343845778,-0.8795012517486885,-2.853521616683636,0.637350857257843,0.770421028137207,0.015351024456322193,0.04709833860397339,-1.391638159751892,0.11803428083658218,-0.22226595878601074,-0.29137122631073,0.1683952808380127 +483,1.5030261897441786,-0.8652373930381354,-2.776271307014026,0.6469708681106567,0.7612492442131042,-0.043912552297115326,-0.839420735836029,-1.9887819290161133,0.13318897783756256,-0.34913456439971924,-0.49942368268966675,-0.13557660579681396 +484,1.3739290941015292,-0.8801003577374078,-2.6995185955214573,0.6247682571411133,0.7708027958869934,-0.12461040169000626,-0.4239298105239868,-3.456723928451538,-0.08866026252508163,0.5566740036010742,0.6421762704849243,0.29062604904174805 +485,1.339786943727985,-0.9045320436430779,-2.555464900219669,0.6016353368759155,0.7861360311508179,-0.14150965213775635,-1.1125398874282837,1.0645372867584229,-0.0887579694390297,0.5157809853553772,0.42049843072891235,-0.40834081172943115 +486,1.5493481364650807,-0.8991720280500679,-2.491118413226814,0.6221151947975159,0.7828119397163391,-0.013345290906727314,0.37157681584358215,1.4922326803207397,0.36663150787353516,0.01063627004623413,0.4042607545852661,-0.16542667150497437 +487,1.6328512227448273,-0.9041260622483732,-2.5769945324532277,0.6171823143959045,0.7858850359916687,0.038348421454429626,0.49155595898628235,1.5870819091796875,-0.24750322103500366,-0.2969919443130493,-0.431225061416626,-0.11476445198059082 +488,1.6859850244837586,-0.9138503925093653,-2.6297862091751654,0.6066544055938721,0.7918610572814941,0.0701904445886612,0.4355139136314392,0.010568812489509583,0.050869766622781754,-0.2525741457939148,-0.4815734624862671,-0.0983276292681694 +489,1.5373762201124386,-0.882403047419133,-2.709704066136207,0.6349425315856934,0.772267758846283,-0.021227750927209854,0.038773346692323685,-1.8442927598953247,0.37196093797683716,0.23390817642211914,0.41115814447402954,0.34048736095428467 +490,1.6038458371887676,-0.8478659903982471,-2.6380361586782266,0.6612236499786377,0.7498703002929688,0.021861078217625618,-0.6277777552604675,1.9362725019454956,0.03714922443032265,0.3011024594306946,0.7271041870117188,-0.08791637420654297 +491,1.7238005929915836,-0.8799755674469474,-2.704122685654084,0.6297261118888855,0.770723283290863,0.09710975736379623,1.8517545461654663,1.7823997735977173,-0.11326517909765244,0.3452188968658447,-0.12483417987823486,-0.5048093795776367 +492,1.610191344427943,-0.8864862459738658,-2.8898674201534837,0.6316481232643127,0.774855375289917,0.024896670132875443,0.1986847221851349,-1.4256155490875244,0.1602584570646286,-0.38305193185806274,-0.2476184368133545,0.12375450134277344 +493,1.5102260656527329,-0.8876070630572739,-2.828423420713497,0.6301121711730957,0.7755633592605591,-0.03821280226111412,-0.860936164855957,-1.8723390102386475,-0.08769230544567108,-0.3243412971496582,-0.4653064012527466,-0.05907726287841797 +494,1.3800021132964462,-0.9063620466217776,-2.785211408849327,0.6054248809814453,0.7872657179832458,-0.1169339120388031,-0.6823639869689941,-3.3671109676361084,-0.16585992276668549,0.6463757157325745,0.5455437898635864,0.3091031312942505 +495,1.4065855402705518,-0.9316149201974471,-2.579594467066143,0.5885138511657715,0.8025843501091003,-0.0975184366106987,-1.2765134572982788,0.9664626717567444,0.11861196160316467,0.5630059242248535,0.34768420457839966,-0.3620610237121582 +496,1.5721763528163064,-0.903240339764467,-2.525158389243583,0.6190679669380188,0.7853370308876038,0.0008543304284103215,0.32053521275520325,1.3025873899459839,0.22318758070468903,-0.1027105450630188,0.36819690465927124,-0.16816699504852295 +497,1.6164692923634312,-0.9207793064947603,-2.625569275260504,0.6045688986778259,0.7960734963417053,0.027631670236587524,0.5488753914833069,1.2897042036056519,-0.37552595138549805,-0.3209385275840759,-0.5436320900917053,-0.11967265605926514 +498,1.6704718193155703,-0.9333007838315261,-2.6697249076559206,0.5922307372093201,0.8035888671875,0.05922716483473778,0.41732317209243774,0.20862512290477753,0.1310572326183319,-0.3505313992500305,-0.5507354140281677,-0.036415331065654755 +499,1.548579016939887,-0.8997317055840521,-2.722881873178792,0.6216667890548706,0.7831600904464722,-0.01381403673440218,-0.5983541011810303,-0.6933512091636658,0.41706350445747375,0.4660559892654419,0.5889102220535278,0.36572742462158203 +500,1.6582132915044592,-0.861003457246334,-2.6083390686987946,0.6491882801055908,0.758496880531311,0.056895069777965546,-0.5464655160903931,0.5585010647773743,0.21082065999507904,0.2850768566131592,0.8036826848983765,-0.42835497856140137 +501,1.74961383953889,-0.8828874544205438,-2.709136845878278,0.6247988343238831,0.7725754380226135,0.11293123662471771,1.442440390586853,1.6566462516784668,-0.15626956522464752,0.37636077404022217,-0.0285722017288208,-0.3439188003540039 +502,1.6386354307897408,-0.8950621182348257,-2.88501447724776,0.6240317821502686,0.7802479267120361,0.04239881783723831,0.303170382976532,-1.1791445016860962,0.02400536648929119,-0.40427470207214355,-0.24678540229797363,0.09927904605865479 +503,1.5456611434902838,-0.8908580332084968,-2.8714049166488715,0.6285463571548462,0.777611494064331,-0.01580195501446724,-0.43107861280441284,-1.6400001049041748,0.041683297604322433,-0.28587979078292847,-0.4880760908126831,-0.15460824966430664 +504,1.406821232813502,-0.8983306656937222,-2.820026784943081,0.6145610213279724,0.782288134098053,-0.10168571025133133,-0.3636435568332672,-3.104969024658203,0.004139379598200321,0.5075703263282776,0.40991151332855225,0.3491833209991455 +505,1.4204805133619856,-0.9197630859225844,-2.6311373126232516,0.5991751551628113,0.7954580783843994,-0.09075003117322922,-1.2885953187942505,0.4517956078052521,0.2164640575647354,0.585273027420044,0.3985726833343506,-0.4850251078605652 +506,1.5815118541678683,-0.8968867539032088,-2.5475752528522237,0.6240097284317017,0.7813878655433655,0.006686849519610405,0.0188051238656044,1.5075055360794067,0.012662362307310104,-0.10855263471603394,0.41807490587234497,-0.13212943077087402 +507,1.6692307197470455,-0.9102197958272129,-2.620053442609825,0.6106019616127014,0.7896386384963989,0.0602991096675396,0.7505776286125183,1.382399320602417,-0.1443900763988495,-0.2911440134048462,-0.4643976092338562,-0.033672578632831573 +508,1.7228571576911786,-0.923138959758621,-2.705436153873813,0.5963581800460815,0.7974993586540222,0.09138818085193634,0.42171332240104675,0.5247153639793396,-0.029620181769132614,-0.32375991344451904,-0.4683215022087097,-0.05539274215698242 +509,1.6056803687033134,-0.8984098282870672,-2.761535140608865,0.6224758625030518,0.7823374271392822,0.02172328718006611,0.032152894884347916,-1.4334908723831177,0.4738685190677643,0.10620754957199097,0.3133503794670105,0.13509130477905273 +510,1.6244683245419314,-0.8523846467892376,-2.690400422040472,0.6572421789169312,0.7528520822525024,0.03530941158533096,-0.23522289097309113,1.0262808799743652,0.36726102232933044,0.19818085432052612,0.5006422996520996,-0.007065292447805405 +511,1.7382600375141923,-0.8638609667333564,-2.716398663562866,0.6404204964637756,0.7603559494018555,0.1082611158490181,1.132319450378418,1.4985445737838745,-0.1971261352300644,0.26563113927841187,0.11600202322006226,-0.3570404052734375 +512,1.6275741404173367,-0.8848082133652666,-2.885925069266904,0.6324171423912048,0.7737935185432434,0.03594589605927467,0.34691765904426575,-1.0748728513717651,0.020593468099832535,-0.24865859746932983,-0.2285512089729309,0.14925003051757812 +513,1.555419700780472,-0.8841584432749449,-2.853351313288873,0.6338657140731812,0.773381769657135,-0.00974748469889164,-0.7614763975143433,-1.4509474039077759,-0.015310580842196941,-0.45240819454193115,-0.5052847862243652,-0.08699321746826172 +514,1.429966222353348,-0.9038971431136704,-2.7900516778428552,0.6124288439750671,0.7857434749603271,-0.08682316541671753,-0.057178910821676254,-2.5125174522399902,-0.18479794263839722,0.43183696269989014,0.2981189489364624,0.12429874390363693 +515,1.3883204715899429,-0.9235602498404476,-2.634360197881752,0.5929727554321289,0.7977534532546997,-0.10942038148641586,-0.9225125312805176,0.9224997162818909,-0.029837967827916145,0.7072134017944336,0.4873417615890503,-0.017792105674743652 +516,1.5513193349826286,-0.9164757115193208,-2.6362305903654204,0.608505129814148,0.7934616208076477,-0.011853347532451153,0.45672568678855896,2.2498209476470947,0.18749628961086273,-0.0849149227142334,0.39666301012039185,-0.13443267345428467 +517,1.6620830313209245,-0.9293051454648492,-2.7130376950202604,0.5958995223045349,0.8012043237686157,0.054549314081668854,0.3615702688694,1.1709229946136475,-0.32419589161872864,-0.2865733504295349,-0.38550907373428345,-0.11514198035001755 +518,1.7318942179928614,-0.9516200598139861,-2.717894648439035,0.5728501677513123,0.814356803894043,0.09309166669845581,0.02667631395161152,0.4215858578681946,-0.020477421581745148,-0.3123215436935425,-0.5540722608566284,-0.08680509775876999 +519,1.6281753884295844,-0.930250707412752,-2.7922167163549014,0.5966495871543884,0.8017697930335999,0.03427281230688095,0.14366455376148224,-2.072929620742798,0.5118054747581482,0.09310877323150635,0.13034379482269287,0.19318997859954834 +520,1.6193724985560658,-0.8897150313115425,-2.6805706209411824,0.6288907527923584,0.776892364025116,0.030573157593607903,-0.3128604292869568,0.9548088312149048,0.4428783655166626,0.1750490665435791,0.40459567308425903,0.7443139553070068 +521,1.7341447513652664,-0.8953016743374209,-2.7198806672551803,0.6169599294662476,0.7803977727890015,0.10168546438217163,1.2930628061294556,1.9118813276290894,-0.12822028994560242,0.17584103345870972,0.010923147201538086,-0.4486246109008789 +522,1.6653859122236798,-0.909789512580014,-2.908639571488693,0.6111676096916199,0.7893745303153992,0.057983122766017914,0.6796864867210388,-0.9936845898628235,0.24818725883960724,-0.06551331281661987,-0.28636854887008667,0.0467379093170166 +523,1.5311294940011448,-0.8914669245772644,-2.9060627239193058,0.6277772784233093,0.7779942154884338,-0.024915006011724472,-0.4847065508365631,-1.5214245319366455,0.19632676243782043,-0.4072114825248718,-0.44951820373535156,-0.015368223190307617 +524,1.4566201362377311,-0.8970169191185311,-2.8549650260408104,0.619881272315979,0.7814691066741943,-0.07108484208583832,0.6139751672744751,-0.3842199146747589,-0.11879995465278625,0.16330653429031372,0.1557561159133911,0.06015957146883011 +525,1.363090875245378,-0.9126771460332733,-2.748760054167944,0.5984839797019958,0.7911440134048462,-0.12612740695476532,-1.160546064376831,1.0019679069519043,-0.13855013251304626,0.5225334763526917,0.4088834524154663,0.19447147846221924 +526,1.6013945635784235,-0.9191041581829155,-2.616919309896816,0.6062489151954651,0.7950586080551147,0.018555939197540283,-0.19646808505058289,1.2166252136230469,0.3310808837413788,-0.0025348663330078125,0.4793708324432373,-0.20329415798187256 +527,1.678459235484589,-0.9284313624190754,-2.673034311420858,0.5956217050552368,0.8006811738014221,0.06437528878450394,0.5756805539131165,1.5430277585983276,-0.327111154794693,-0.27759814262390137,-0.3789588212966919,-0.10056914389133453 +528,1.7507882598890332,-0.9654325810259368,-2.750301944037595,0.5598681569099426,0.8222951292991638,0.10187428444623947,0.6579284071922302,0.6141820549964905,-0.08480572700500488,-0.1893543004989624,-0.5613850951194763,-0.17116451263427734 +529,1.597047499468022,-0.9377520105622643,-2.8113182130016763,0.5913981795310974,0.8062302470207214,0.015528462827205658,-0.32803770899772644,-2.145333766937256,0.4807591438293457,0.2317219376564026,0.38181906938552856,0.30763745307922363 +530,1.620181968817681,-0.8874099790023335,-2.6970436904937536,0.630652666091919,0.7754389643669128,0.03117053396999836,-0.3949882686138153,1.6036372184753418,0.5194806456565857,0.3174063563346863,0.42548877000808716,-0.03435969352722168 +531,1.7849918993641107,-0.8748261446144299,-2.6583387897524697,0.6264791488647461,0.7674320340156555,0.1362796127796173,0.7798340320587158,1.329649806022644,-0.10164716839790344,0.1257028579711914,0.07938498258590698,-0.3366427421569824 +532,1.693102308547378,-0.9020470596272515,-2.859358536399786,0.6153737306594849,0.7845977544784546,0.07564143091440201,0.9918947219848633,-0.6171104907989502,0.164290651679039,-0.30792438983917236,-0.2676452398300171,-0.04263663291931152 +533,1.5727149609395032,-0.903906752964226,-2.8895589105439,0.6185437440872192,0.7857493758201599,0.0011867604916915298,-0.6886546015739441,-1.301572561264038,-0.12828460335731506,-0.3356611132621765,-0.3852977752685547,-0.029446005821228027 +534,1.432895883015845,-0.9259720103616965,-2.885814677615401,0.595352292060852,0.7992053627967834,-0.08262374997138977,0.1824115812778473,-2.2923085689544678,-0.20879396796226501,0.2830504775047302,0.2538953423500061,0.10072069615125656 +535,1.4103232447622605,-0.9406640604470534,-2.7003096835724056,0.5816807150840759,0.8079496026039124,-0.09415369480848312,-1.1412022113800049,0.5357589721679688,0.2168559581041336,0.5993037223815918,0.49423539638519287,-0.20018832385540009 +536,1.5766129860433493,-0.9199647421139484,-2.6334171214323367,0.6058379411697388,0.795580267906189,0.003523992607370019,0.22024919092655182,1.8352665901184082,0.24990993738174438,-0.11377251148223877,0.43031084537506104,-0.1703026294708252 +537,1.6936546598388795,-0.9248248205399742,-2.7022536839936153,0.5974370837211609,0.7985153198242188,0.07377167046070099,0.6585513949394226,1.6475077867507935,-0.1425454169511795,-0.2427617907524109,-0.30968475341796875,-0.08559727668762207 +538,1.7687278021696877,-0.9528214237743627,-2.7909119250067853,0.5680738091468811,0.8150534629821777,0.11393141001462936,0.28738588094711304,0.9484855532646179,-0.02610267885029316,-0.19768190383911133,-0.5525869131088257,-0.11474011838436127 +539,1.64817476968192,-0.9227269173334804,-2.873899970250844,0.6018422245979309,0.7972506880760193,0.04666278138756752,0.09856760501861572,-2.1130359172821045,0.6711202263832092,0.2020670771598816,0.1515103578567505,0.2481522560119629 +540,1.6403328648695892,-0.8771293442159264,-2.829284473396627,0.6378158926963806,0.7689066529273987,0.04442313313484192,-0.04175126552581787,1.267368197441101,0.4425774812698364,0.3002486824989319,0.3686818480491638,0.6996259689331055 +541,1.7670229995273723,-0.8611684051957744,-2.834690050669756,0.6390479207038879,0.7586043477058411,0.12703292071819305,1.049865961074829,1.893535852432251,0.04367382451891899,0.06741881370544434,0.06526356935501099,-0.4325902462005615 +542,1.7105179868260811,-0.8814886217494918,-3.0536872684556378,0.629805326461792,0.7716864943504333,0.08857458084821701,1.1838042736053467,-0.36564403772354126,0.18997159600257874,-0.012892425060272217,-0.1699102520942688,-0.06408428400754929 +543,1.590485430455768,-0.8628981571690291,-3.0874170930131477,0.6501122713088989,0.7597302198410034,0.012801782228052616,-0.5018678903579712,-1.2292062044143677,0.21233482658863068,-0.4382898211479187,-0.3825635313987732,0.006973623298108578 +544,1.5030910532196016,-0.8634809820190184,-2.9886875038486753,0.6483067870140076,0.7601090669631958,-0.04396098107099533,0.20898470282554626,-1.4040794372558594,-0.09785114228725433,-0.04140371084213257,-0.0031205415725708008,-0.10144001245498657 +545,1.3397845334411038,-0.8828053942749279,-2.9019019442040492,0.6181182265281677,0.7725232839584351,-0.14538812637329102,-1.5037349462509155,-0.9564393162727356,0.13374751806259155,0.7167206406593323,0.14425528049468994,0.7024712562561035 +546,1.4778434991208103,-0.8803685335279116,-2.76517330640384,0.6341176629066467,0.7709736227989197,-0.05911337584257126,0.20132198929786682,1.0259448289871216,0.4399202764034271,-0.110787034034729,0.37570905685424805,-0.21826088428497314 +547,1.5779904025253924,-0.8623651874944311,-2.801825662899495,0.6506264805793762,0.7593835592269897,0.004680736921727657,0.20078712701797485,0.861720621585846,-0.20735090970993042,-0.19164210557937622,-0.11494380235671997,-0.19021236896514893 +548,1.6663718106211756,-0.8731749520651185,-2.775138301023036,0.6394648551940918,0.7663723826408386,0.061303943395614624,-0.3266633450984955,0.5315408706665039,0.030121607705950737,-0.4126735329627991,-0.42085230350494385,-0.005243182182312012 +549,1.6641934082342185,-0.8863555310106028,-2.8532748287769194,0.6294842958450317,0.7747727036476135,0.05896354466676712,1.239450216293335,0.004027914255857468,0.11082921177148819,0.02458369731903076,-0.1517106294631958,-0.04509329795837402 +550,1.5366833777021904,-0.8532259865518371,-2.8558113041465907,0.6571735739707947,0.7534055709838867,-0.022426828742027283,-1.014556884765625,0.017847120761871338,0.27071887254714966,0.029014170169830322,0.5568971037864685,0.852764368057251 +551,1.711349140831313,-0.8359294069918496,-2.7623851627387848,0.6638763546943665,0.741919994354248,0.09392903000116348,0.12883155047893524,1.3422857522964478,-0.13757894933223724,0.08665764331817627,0.4209827780723572,-0.5805013179779053 +552,1.720371282972519,-0.8473113405394991,-2.9102625580708437,0.654609203338623,0.7495031952857971,0.09864992648363113,0.9131739139556885,0.10881730914115906,0.09540160745382309,0.27088212966918945,-0.1906195878982544,-0.2689685821533203 +553,1.569036945613035,-0.8293632674638212,-2.962592294395733,0.6753445863723755,0.7375015020370483,-0.001188189722597599,0.09255604445934296,-1.4007331132888794,0.1811758130788803,-0.4528713822364807,-0.22486716508865356,0.15517985820770264 +554,1.4866873167138797,-0.841517619036935,-2.918694688522681,0.6639766693115234,0.7456552386283875,-0.05597848817706108,-0.5988264679908752,-1.4436042308807373,-0.34221941232681274,-0.25751298666000366,-0.2832833528518677,-0.15224289894104004 +555,1.3498174096899698,-0.8724540057993714,-2.8153082993327168,0.627314567565918,0.7659090161323547,-0.14092466235160828,-1.5257138013839722,-2.602776050567627,-0.17920571565628052,0.46439075469970703,0.328283429145813,0.5330297350883484 +556,1.4298155243796713,-0.9010214347626848,-2.61997230242786,0.6146500706672668,0.7839614152908325,-0.0872325599193573,-1.3556264638900757,0.3492487072944641,-0.036417156457901,0.4140210747718811,0.33437037467956543,-0.3079547882080078 +557,1.540906430218377,-0.8974238523734789,-2.582522554989189,0.6233472228050232,0.7817229628562927,-0.018637333065271378,0.1156550794839859,1.1721616983413696,0.07857316732406616,-0.1171216368675232,0.2795562744140625,-0.1310361623764038 +558,1.6013094572112052,-0.9162118916641717,-2.6352639653925904,0.6085461974143982,0.793300986289978,0.018574414774775505,0.14790984988212585,0.70509272813797,-0.23912006616592407,-0.27698802947998047,-0.4503750205039978,0.008570907637476921 +559,1.659938694371234,-0.9248222825086742,-2.62629163118285,0.5995863676071167,0.7985137701034546,0.053590573370456696,0.4223763942718506,0.06636135280132294,-0.01091674156486988,-0.3258284330368042,-0.4277099370956421,-0.06479048728942871 +560,1.532302127075192,-0.908419546920544,-2.706123125368438,0.6145373582839966,0.7885327339172363,-0.023667816072702408,-0.42254677414894104,-0.5014431476593018,0.3755112588405609,0.2983197569847107,0.4153248071670532,0.5434126853942871 +561,1.6302761661688554,-0.8708720065093143,-2.6264929292612025,0.6430208086967468,0.7648909687995911,0.038291942328214645,-0.2351405918598175,0.5636588931083679,0.2425665706396103,0.27653491497039795,0.7561357617378235,-0.33786773681640625 +562,1.6885403452219587,-0.8880820054067383,-2.7255771219347653,0.6265328526496887,0.7758631110191345,0.07411330938339233,1.1906989812850952,1.6062482595443726,-0.07785676419734955,0.217903733253479,-0.022735178470611572,-0.3761763572692871 +563,1.5858022742480666,-0.8822931509499359,-2.8545126143189563,0.6353105902671814,0.772197961807251,0.009534153155982494,-0.09344775229692459,-1.4485642910003662,0.2579040229320526,-0.1699938178062439,-0.23015999794006348,0.14483904838562012 +564,1.5076927026140647,-0.8730404194504705,-2.7924182739659784,0.64122074842453,0.7662859559059143,-0.04051714763045311,-0.3350686728954315,-1.1000044345855713,0.07428141683340073,-0.39502018690109253,-0.44194525480270386,0.027608219534158707 +565,1.3862736553109318,-0.8878458411612328,-2.76103396814123,0.6203712224960327,0.775714099407196,-0.11578970402479172,-0.8614795804023743,-2.373849630355835,-0.22650502622127533,0.3731895685195923,0.49309998750686646,0.16918021440505981 +566,1.3885879661526659,-0.9222591443606556,-2.612201261283919,0.5940224528312683,0.7969682216644287,-0.10944978892803192,-1.1011642217636108,0.7796651124954224,-0.04955287650227547,0.584032416343689,0.49091947078704834,-0.2754836678504944 +567,1.5326025641858587,-0.9075432426483302,-2.570980589807968,0.6152346730232239,0.7879935503005981,-0.02350955829024315,0.40962284803390503,1.0346425771713257,0.25556060671806335,-0.0928957462310791,0.39761435985565186,-0.17502248287200928 +568,1.59357443272972,-0.9262810519464353,-2.6639276358079442,0.6006553173065186,0.7993910908699036,0.013684157282114029,0.44977056980133057,1.5074352025985718,-0.34345245361328125,-0.33013224601745605,-0.45094138383865356,-0.05511176586151123 +569,1.6420269958810818,-0.9389237932044773,-2.7092391652977343,0.5891588926315308,0.8069229125976562,0.04203730449080467,0.4960393011569977,0.24497514963150024,0.06813632696866989,-0.28747737407684326,-0.49806976318359375,-0.010100603103637695 +570,1.5243180297043668,-0.9011503106629669,-2.7716468368429625,0.6200382709503174,0.7840414643287659,-0.028839092701673508,-0.49699166417121887,-1.364335536956787,0.5239518284797668,0.4332606792449951,0.5429086685180664,0.2920379638671875 +571,1.6086775036747458,-0.8625595465449056,-2.6708571159512866,0.6500290632247925,0.7595100402832031,0.02463565021753311,-0.37351083755493164,1.3083734512329102,0.25925031304359436,0.301921010017395,0.7042198777198792,-0.1999591588973999 +572,1.6917634536839894,-0.8828704512387102,-2.7577193250717555,0.6302962899208069,0.7725645899772644,0.0766192227602005,1.4308750629425049,1.5744216442108154,-0.053133994340896606,0.3055252432823181,0.046099960803985596,-0.36897754669189453 +573,1.5555086878466275,-0.8823720704986194,-2.8979104449084954,0.635246992111206,0.7722480893135071,-0.009712183848023415,-0.1372687965631485,-1.815740704536438,0.09743491560220718,-0.28395915031433105,-0.2465522289276123,0.16698455810546875 +574,1.4525934296784195,-0.883418998096591,-2.8426691460228364,0.6300848126411438,0.7729128003120422,-0.0748266652226448,-0.5520467162132263,-1.472995400428772,-0.08256689459085464,-0.3709447979927063,-0.40920424461364746,-0.06775146722793579 +575,1.347717816649461,-0.905997473051683,-2.7991716935312208,0.601614773273468,0.7870408892631531,-0.13647879660129547,-0.8431857228279114,-2.5890285968780518,-0.08447369188070297,0.4944393038749695,0.432853639125824,0.2854198217391968 +576,1.4206523524234005,-0.9293090394061071,-2.5824280850355845,0.5916556119918823,0.801206648349762,-0.08950712531805038,-1.1828396320343018,0.6273133158683777,0.1111374944448471,0.4347573518753052,0.49809443950653076,-0.4826822280883789 +577,1.5353344704872272,-0.9084381340854987,-2.536858249726524,0.6145914793014526,0.7885441780090332,-0.02180369570851326,0.25460684299468994,0.7213926911354065,0.18362140655517578,-0.15019023418426514,0.2244868278503418,-0.19221609830856323 +578,1.5847454176532494,-0.9230724145212316,-2.6074759442034696,0.6033143401145935,0.7974591851234436,0.008416232652962208,0.3398638367652893,0.8962733149528503,-0.2918393909931183,-0.2992982268333435,-0.44800227880477905,0.049323081970214844 +579,1.6376075211642094,-0.9382442010494851,-2.6305102517516725,0.5898858308792114,0.8065212965011597,0.03946972265839577,0.5795097947120667,0.30406448245048523,0.023471951484680176,-0.2683526873588562,-0.4842405319213867,-0.06927013397216797 +580,1.553138864965897,-0.9050018913462712,-2.6556038483071878,0.6175878643989563,0.786426305770874,-0.010906167328357697,-1.0953314304351807,-0.6170524954795837,0.29750770330429077,0.3414117693901062,0.630535364151001,0.4681357741355896 +581,1.6589225614637721,-0.8693387518711899,-2.56969236468565,0.642827570438385,0.7639023661613464,0.0567970834672451,-0.5081542730331421,0.7438350915908813,0.037754133343696594,0.3075050115585327,0.8466628193855286,-0.5746040344238281 +582,1.688028841375039,-0.8807133742218726,-2.6986761776309645,0.6322317123413086,0.7711932063102722,0.07445953041315079,1.0600091218948364,0.724586546421051,0.09503619372844696,0.3637704849243164,-0.023436248302459717,-0.3006558418273926 +583,1.556336754731286,-0.8668278426749297,-2.777028961030132,0.6471803188323975,0.7622796297073364,-0.009358602575957775,0.1151074767112732,-1.0182260274887085,0.1832272857427597,-0.34507155418395996,-0.23783499002456665,0.21188855171203613 +584,1.5063615931624768,-0.8697219207381525,-2.7799901105963976,0.6437004208564758,0.7641496062278748,-0.04153416305780411,-0.02529490739107132,-0.3548203110694885,-0.22054876387119293,-0.3156517744064331,-0.34923267364501953,-0.05259734019637108 +585,1.3734236727385356,-0.8957828039054094,-2.765487179268809,0.6127753257751465,0.7806984782218933,-0.12254046648740768,-1.2703168392181396,-3.3705496788024902,-0.24562980234622955,0.7176536917686462,0.49144190549850464,0.3846559524536133 +586,1.4125046857503971,-0.9204774485079403,-2.590588233625499,0.5978710055351257,0.795890748500824,-0.09543640911579132,-1.1580480337142944,0.48491978645324707,0.06243561580777168,0.48202401399612427,0.36060333251953125,-0.5439983606338501 +587,1.516553229886201,-0.8898581313677425,-2.5832772350266975,0.6285963654518127,0.7769824266433716,-0.03413049504160881,0.49960681796073914,1.0707701444625854,0.10395386815071106,-0.18476396799087524,0.26362115144729614,-0.13548624515533447 +588,1.592584670532057,-0.9109726329602155,-2.668797712840329,0.6128321290016174,0.7901003360748291,0.013354710303246975,0.3428839147090912,1.591455101966858,-0.3916885256767273,-0.27790170907974243,-0.4349367618560791,-0.03543412685394287 +589,1.6394057645648632,-0.9252282985135167,-2.7172355335598537,0.6002366542816162,0.7987581491470337,0.04124663770198822,0.47871044278144836,0.06972800940275192,0.11616798490285873,-0.2073991894721985,-0.41319912672042847,-0.04034638777375221 +590,1.5318076525322866,-0.8916606438147886,-2.7505179272652605,0.6276434063911438,0.7781159281730652,-0.024483392015099525,-1.291086196899414,-0.8399353623390198,0.3795291781425476,0.4677392244338989,0.5366881489753723,0.5676963329315186 +591,1.6472937903619904,-0.8523648133371431,-2.671542596977709,0.6562797427177429,0.7528390288352966,0.050301894545555115,-0.41315773129463196,1.070750117301941,0.07378225028514862,0.2773292660713196,0.7646780610084534,-0.5911649465560913 +592,1.7082226817428288,-0.8671611293020239,-2.784710634178192,0.6408939361572266,0.7624952793121338,0.08863440901041031,1.232959508895874,1.0233736038208008,0.0016444616485387087,0.27022361755371094,-0.02313065528869629,-0.2736930847167969 +593,1.5840630189503346,-0.8640391113710109,-2.873149636880773,0.649313747882843,0.7604716420173645,0.008614751510322094,0.13800129294395447,-1.2375106811523438,0.031741052865982056,-0.38173580169677734,-0.28654903173446655,0.11891818046569824 +594,1.4772227011441985,-0.8639664690813846,-2.8669748600918696,0.6465852856636047,0.7604244947433472,-0.06068054214119911,-0.558445155620575,-1.2001696825027466,-0.07568390667438507,-0.32404500246047974,-0.39123809337615967,-0.15242373943328857 +595,1.3632847056486022,-0.8885239706817226,-2.791894045176443,0.617030680179596,0.776141881942749,-0.12991110980510712,-0.9987776279449463,-3.064606189727783,-0.17045339941978455,0.623783528804779,0.4639856815338135,0.32325518131256104 +596,1.3884993813752162,-0.9130434427475453,-2.600234818901001,0.6012102961540222,0.7913680076599121,-0.11082922667264938,-1.0133919715881348,0.2521081566810608,0.21667715907096863,0.4629223942756653,0.45738083124160767,-0.44306480884552 +597,1.5139932754521148,-0.8965344353048993,-2.5680691974712997,0.6233139634132385,0.7811679840087891,-0.035444263368844986,0.13727925717830658,1.5846405029296875,0.09306032210588455,-0.17043310403823853,0.30229759216308594,-0.08600044250488281 +598,1.5845284118691485,-0.9166355607800145,-2.6490614131658283,0.6084361672401428,0.7935588955879211,0.008355623111128807,0.3482307195663452,0.7697404623031616,-0.3090873956680298,-0.23088794946670532,-0.47120165824890137,-0.00994253158569336 +599,1.6355466618395038,-0.9254599411134243,-2.6434378480158904,0.6002068519592285,0.7988975048065186,0.03891799971461296,0.21477805078029633,0.16936108469963074,0.054144710302352905,-0.293032169342041,-0.3804098963737488,-0.024147510528564453 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/q18.csv b/BoostRunClub/CoreML/DataSet/Motion/running/q18.csv new file mode 100644 index 0000000..4e96b1b --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/q18.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,1.5335149366529033,-0.9089799269590747,-2.736142714490372,0.6141237616539001,0.7888772487640381,-0.022906001657247543,-0.20600812137126923,-0.3659711480140686,0.34655946493148804,0.31048256158828735,0.4267141819000244,0.43295544385910034 +1,0.042736131112161034,0.10748612925926916,-1.1260042811205542,0.04247656464576721,-0.10727927833795547,-0.9933211207389832,-0.13523729145526886,-1.1782890558242798,-0.29439783096313477,0.04880150780081749,-0.03476477414369583,-0.40919041633605957 +2,0.11108560926575398,0.0539682190032039,-1.152161006710687,0.11069588363170624,-0.05394202470779419,-0.9923893809318542,-0.8316421508789062,1.380613088607788,-0.40361711382865906,0.011511757969856262,0.2044394612312317,-0.39616042375564575 +3,0.2561266978048577,0.045713632330104344,-1.2103091033954096,0.2530708611011505,-0.045697711408138275,-0.9663679003715515,0.3262798488140106,1.7123266458511353,-0.1680723875761032,0.0200309157371521,0.050336387008428574,0.142805278301239 +4,0.2831627016716656,0.035892611925506385,-1.2035285748014901,0.2792138457298279,-0.035884905606508255,-0.9595581889152527,-0.2979193329811096,-0.4142405390739441,-0.05436677485704422,-0.02619260549545288,0.07690052688121796,0.3275696635246277 +5,0.31294173655335045,-0.011570643064953744,-1.1910728771965122,0.30783823132514954,0.011570384725928307,-0.9513683319091797,-1.253389596939087,0.11558528989553452,-0.14934833347797394,0.12026232481002808,-0.03619806468486786,0.15217405557632446 +6,0.32313475712664697,-0.11268181153774932,-1.205055718232304,0.3155268430709839,0.11244350671768188,-0.9422309994697571,-0.045763351023197174,1.9112659692764282,-0.3061479330062866,0.2541905641555786,0.24551242589950562,0.3499305844306946 +7,0.5981215088927877,-0.20820734133835456,-1.1368152934278146,0.5509300231933594,0.20670628547668457,-0.8085471987724304,-2.314446449279785,2.2883827686309814,0.8926710486412048,0.4478340148925781,0.12430262565612793,-0.3215034604072571 +8,0.8641596141174828,-0.36432874585081276,-0.925182883215193,0.7106298208236694,0.35632216930389404,-0.6066628694534302,-1.083718180656433,1.272538185119629,1.1988633871078491,-0.08535516262054443,-0.04945269227027893,-0.3921164274215698 +9,1.0510667151678512,-0.3704467050730008,-0.8447811973812691,0.8090764284133911,0.36203187704086304,-0.4629558324813843,-2.048508882522583,2.0854761600494385,-0.33844855427742004,-0.2068273425102234,-0.21136662364006042,0.08774223923683167 +10,1.2334887780607435,-0.5361613842937092,-0.9420851548794112,0.8112325072288513,0.5108398199081421,-0.284507691860199,4.050151824951172,2.908198595046997,-3.6134743690490723,-0.03434646129608154,0.37966322898864746,0.12155905365943909 +11,0.6874224608342547,-0.8496294479132501,-1.9456461525223376,0.41896703839302063,0.7510358095169067,-0.510305643081665,4.678999900817871,0.9176054000854492,-6.175696849822998,0.7494289875030518,-0.38090336322784424,0.001516580581665039 +12,0.515642287491643,-0.7442994207124753,-2.4287220369683236,0.3627013862133026,0.6774566769599915,-0.6399220824241638,1.2436248064041138,0.37104666233062744,-2.1101796627044678,0.4677582383155823,0.3505737781524658,-0.0011149048805236816 +13,0.5310297978234554,-0.7135224090722039,-2.6937615232573684,0.38288572430610657,0.6545009613037109,-0.6519410014152527,0.5307294130325317,2.6303279399871826,-1.7265872955322266,-0.08022761344909668,0.36419105529785156,-0.2583068013191223 +14,0.6686088865626343,-0.7403828833717883,-2.819320405433439,0.45761287212371826,0.674570620059967,-0.579262375831604,-1.7827593088150024,1.9870853424072266,0.15047994256019592,-0.11474788188934326,-0.38501983880996704,0.1166921854019165 +15,0.8784203384029683,-0.7402678966166223,-2.699981922894567,0.5682833790779114,0.6744857430458069,-0.47129926085472107,-1.2040555477142334,-0.8409936428070068,0.8001192212104797,-0.022644340991973877,-0.4364181160926819,0.20884805917739868 +16,1.0199563668386775,-0.7678457670050752,-2.3918478265183243,0.6129975318908691,0.6945870518684387,-0.37654078006744385,-1.39992094039917,0.538735568523407,1.4658150672912598,-0.21103519201278687,0.2926718592643738,0.2509456276893616 +17,1.0332028768317962,-0.7172327210186864,-2.397981226137596,0.6473235487937927,0.657301664352417,-0.38591039180755615,-0.8687604665756226,-2.4480555057525635,-0.6490074396133423,0.7363129258155823,0.251389741897583,-0.24755823612213135 +18,1.10461188567198,-0.7463923425347251,-1.8800868694706703,0.6558026075363159,0.6789946556091309,-0.32998353242874146,-7.5718536376953125,-2.2565042972564697,3.419175148010254,-0.0736035704612732,-0.8165832161903381,-0.21982112526893616 +19,1.574796849064353,-0.4755968319354052,-1.085850847283195,0.8890125155448914,0.45786911249160767,0.0035565332509577274,0.016568277031183243,1.0441694259643555,2.4250974655151367,-0.22995489835739136,0.37191906571388245,0.256758451461792 +20,1.5645170035081353,-0.4023840205452421,-1.0287636936632485,0.9201117753982544,0.39161306619644165,-0.005777755286544561,-1.5233335494995117,-0.9144925475120544,-0.3944990634918213,-0.07326436042785645,-0.5347863435745239,0.663263738155365 +21,1.599024564599792,-0.24445042051998195,-0.702518801762607,0.969883918762207,0.24202312529087067,0.02738538756966591,-3.882180690765381,-0.10780899971723557,1.477698564529419,-0.5185136795043945,0.09751543402671814,0.17395436763763428 +22,1.7160599087242192,-0.16427144875375385,-0.08810458550804,0.9761471748352051,0.16353362798690796,0.14280451834201813,-5.429134845733643,0.626297652721405,-2.0624747276306152,-0.049969375133514404,0.581064760684967,-0.08469904959201813 +23,1.652513437064017,-0.21013768992202475,0.0400219571137636,0.974738597869873,0.20859456062316895,0.0798305943608284,-0.8946540355682373,-0.7009379863739014,-0.26667433977127075,0.3133167624473572,-0.40175557136535645,-0.2588620185852051 +24,1.579871950208328,-0.21456235089247022,0.1981736163741675,0.9770293831825256,0.21291983127593994,0.008867394179105759,-0.33613264560699463,-1.4566189050674438,0.11775054037570953,0.5646575689315796,0.6439069509506226,0.05886638164520264 +25,1.4370263548139695,-0.13304860643567257,0.18490138162936484,0.9823071360588074,0.13265641033649445,-0.13219264149665833,-0.16467884182929993,-1.0113285779953003,1.4204955101013184,-0.36112189292907715,-0.02669939398765564,0.21692468225955963 +26,1.4034571449871787,0.008779394987309768,0.17750549414264094,0.9859933853149414,-0.008779281750321388,-0.1665528565645218,0.5247349739074707,-0.20557081699371338,1.312994360923767,-0.18364059925079346,-0.07003236562013626,0.07173474133014679 +27,1.4766029306529935,0.11916484660621852,0.17045483411129875,0.9885067939758301,-0.11888302117586136,-0.0933871641755104,-0.49273085594177246,1.792497158050537,0.18035490810871124,-0.4060940742492676,-0.06918155401945114,0.0667911171913147 +28,1.5429580792274622,0.13152364483283932,0.21818704377472808,0.9909791946411133,-0.13114477694034576,-0.027594253420829773,-0.6211159229278564,-0.12544076144695282,0.5282699465751648,0.4803037643432617,-0.08345483243465424,-0.25377780199050903 +29,1.493646903034801,0.2085864660635907,0.28753071249343687,0.9754143953323364,-0.20707720518112183,-0.07540231943130493,-0.06466346234083176,-0.6512218713760376,0.5899039506912231,0.49451035261154175,0.11648580431938171,-0.042105600237846375 +30,1.367027621664441,0.3164036503199189,0.280860747439831,0.9306985139846802,-0.31115075945854187,-0.19231638312339783,-0.054846517741680145,-1.3632949590682983,1.2656190395355225,-0.09189236164093018,-0.04530981183052063,0.5134833455085754 +31,1.2652659344068595,0.3294994718226752,0.32613457326435863,0.9023833870887756,-0.32356947660446167,-0.2846173942089081,-0.7599126100540161,-0.4470627009868622,0.2785836160182953,-0.22750234603881836,0.2508307993412018,-0.03540518879890442 +32,1.0256328280540266,0.45665368405792417,0.5445467770942737,0.7674288749694824,-0.44094714522361755,-0.4654228389263153,-0.5810410380363464,-0.6888022422790527,2.117971658706665,-0.5026431679725647,0.04633966088294983,0.4359581172466278 +33,1.1053153056953413,0.516201400373844,0.5711403014933174,0.7771693468093872,-0.49358007311820984,-0.39036738872528076,-0.015231788158416748,1.8921594619750977,0.01053566299378872,-0.16306400299072266,0.022266536951065063,-0.06179630756378174 +34,1.2376581806956417,0.4415720408806015,0.6424382150510236,0.8543753623962402,-0.42736124992370605,-0.29564374685287476,-1.405672311782837,0.7472612857818604,-0.13859856128692627,0.6326394081115723,-0.5519630908966064,-0.19793230295181274 +35,1.3599984609520746,0.42591602558674774,0.7451910849333317,0.8905024528503418,-0.41315513849258423,-0.19054678082466125,-1.8808221817016602,2.4859163761138916,0.6460385918617249,0.15829509496688843,0.2119375467300415,0.34377557039260864 +36,1.3625551811111665,0.3167581808511052,1.024011350737308,0.9297209978103638,-0.31148767471313477,-0.19645410776138306,-3.685539960861206,2.937577962875366,-1.5153441429138184,-0.41870421171188354,-0.5795035362243652,0.21233852207660675 +37,1.567710962365337,0.198139280535259,1.1467608603678174,0.980430006980896,-0.19684535264968872,-0.0030249934643507004,0.11853943765163422,0.46038371324539185,0.037485696375370026,-0.5332711338996887,0.030631333589553833,-0.13666921854019165 +38,1.7063096593623317,0.22134326476602784,1.1141000718919107,0.9666591882705688,-0.2195403128862381,0.1318030059337616,0.7908334732055664,3.2590086460113525,0.08292842656373978,0.012802481651306152,0.04731437563896179,0.09829950332641602 +39,1.853272622183953,0.22752366661445483,1.0791387677857813,0.9356176853179932,-0.22556570172309875,0.27155113220214844,-1.143837332725525,-1.09035062789917,0.04400870203971863,0.8421381711959839,0.0042063891887664795,0.01133158802986145 +40,1.8088562069061775,0.20647871085531105,1.1801335705738512,0.9511552453041077,-0.2050146907567978,0.23080863058567047,-0.2613885700702667,1.411646842956543,-0.8373157382011414,0.08577096462249756,-0.33433768153190613,0.25571784377098083 +41,1.8798975299660743,0.1840345199413501,1.1441566078847258,0.9365211129188538,-0.1829974353313446,0.29906561970710754,0.8868270516395569,-0.08878803253173828,0.17367145419120789,-0.19987255334854126,-0.008729249238967896,-0.10730838775634766 +42,1.82034455074854,0.1922830770245527,1.0890252757203684,0.9511653780937195,-0.19110038876533508,0.2424147129058838,0.07366316765546799,-1.676567792892456,0.5848633050918579,-0.25031405687332153,-0.08393925428390503,-0.24563434720039368 +43,1.7871489791081856,0.23558746177634268,1.0506288343867143,0.9497084617614746,-0.23341426253318787,0.20873907208442688,-0.19586239755153656,-0.5437619090080261,0.3419323265552521,-0.20915353298187256,0.01348927617073059,-0.058012694120407104 +44,1.794074848367051,0.16363655157845797,1.0323065401945766,0.9621497988700867,-0.16290724277496338,0.2184699922800064,0.12349510937929153,-0.46004781126976013,-0.7500729560852051,0.44414597749710083,-0.007090926170349121,-0.18548047542572021 +45,1.8043729393055534,0.10672830033751418,1.0098356342517554,0.9673092365264893,-0.10652579367160797,0.23014147579669952,0.6610932946205139,0.6596938967704773,0.4513234794139862,0.23027682304382324,-0.25867804884910583,0.37129902839660645 +46,1.8248181779940413,0.1474805899889555,0.9205421674528493,0.9574025273323059,-0.14694653451442719,0.24857081472873688,1.4093821048736572,0.2830926477909088,1.1431952714920044,0.07041442394256592,-0.015666380524635315,0.0852304995059967 +47,1.8598757403415611,0.22517749338772938,0.8493262603457513,0.9343085885047913,-0.22327937185764313,0.2778731882572174,-0.4644445478916168,0.1984912008047104,1.1713796854019165,-0.3402840495109558,-0.009264558553695679,-0.10076454281806946 +48,1.7254067009075897,0.41528835602748065,0.8481710309260829,0.9040855765342712,-0.4034537971019745,0.14090555906295776,0.2019234448671341,-0.8652913570404053,2.5434553623199463,-0.21676868200302124,0.1347160041332245,-0.266515851020813 +49,1.6796163080876305,0.5177873679788524,0.9185178697396601,0.8637767434120178,-0.494958758354187,0.09436896443367004,-3.346132755279541,0.47627779841423035,0.10800547152757645,0.7267230749130249,0.3603152334690094,0.11067866533994675 +50,1.7208501200326474,0.557704919558927,1.0321095146982715,0.8389377593994141,-0.5292403101921082,0.12683920562267303,1.6297634840011597,-1.4105499982833862,0.37514784932136536,-0.20469099283218384,-0.8026994466781616,-0.45194292068481445 +51,1.581524512469804,0.5949873871315273,1.0219417220771043,0.8281079530715942,-0.5604982972145081,0.008884436450898647,-0.3894299864768982,-0.15851695835590363,0.6535013914108276,-0.007352948188781738,0.18629181385040283,0.6517753601074219 +52,1.6698588901934082,0.6629347193864841,1.0131911376264147,0.7843254208564758,-0.615432620048523,0.07795244455337524,0.48387303948402405,1.1712454557418823,0.655316174030304,-0.5537497401237488,0.3536222577095032,-0.24341881275177002 +53,1.7573284627713937,0.7586713690000139,0.945402171458387,0.7131613492965698,-0.6879578232765198,0.13459216058254242,-0.11932037025690079,1.2135365009307861,2.1283538341522217,-0.3242300748825073,0.3674469590187073,-0.1371861696243286 +54,1.7556784003755213,0.9318954304101299,0.9544907323851214,0.5861510038375854,-0.8027516603469849,0.10962066054344177,-0.3854130804538727,0.12336616218090057,-0.8920444846153259,0.46545422077178955,0.28106898069381714,-0.001344330608844757 +55,1.7212317759451508,0.8223040474221271,1.0553737929923328,0.6728489398956299,-0.7327157855033875,0.10199087858200073,0.18892641365528107,-0.055119678378105164,-0.19296887516975403,0.020403623580932617,-0.8866385221481323,-0.11473190784454346 +56,1.7398743663834986,0.7655683898554191,0.9233468512019573,0.7107076644897461,-0.6929469108581543,0.12132337689399719,1.6105748414993286,-1.2350037097930908,-0.9372263550758362,-0.1585683822631836,-0.0744938850402832,0.0995781421661377 +57,1.782419611763027,0.6686158622014402,0.7448319538898455,0.7671753764152527,-0.6199004650115967,0.16482001543045044,0.8901305198669434,-0.3676033318042755,-0.5522510409355164,-0.15850216150283813,0.3275572657585144,-0.010187491774559021 +58,1.7591104159627815,0.6637962589227014,0.733153802836477,0.7737340331077576,-0.6161114573478699,0.14745214581489563,-0.32515209913253784,-0.6317281126976013,0.46008944511413574,-0.08867549896240234,0.34313178062438965,-0.09303930401802063 +59,1.709971528849675,0.6983556873407281,0.7438114194570086,0.7584947943687439,-0.6429591774940491,0.1062505692243576,-0.8456868529319763,-0.08945415169000626,-0.04684694483876228,0.2585340142250061,-0.04849278926849365,-0.02803397923707962 +60,1.524901312068456,0.6684903193274958,0.9644764380477984,0.7839319705963135,-0.619801938533783,-0.036003850400447845,-1.5279006958007812,-0.9811913967132568,-0.34498506784439087,0.4081151485443115,-0.30613183975219727,0.07134318351745605 +61,1.3303418686048765,0.6175295971364888,1.1224045657039514,0.7918546795845032,-0.5790227651596069,-0.1941615343093872,-0.25173959136009216,0.203606516122818,0.33059802651405334,-0.15008533000946045,-0.2281671166419983,0.3331691026687622 +62,1.4569895605930885,0.6470977841887364,1.2028296263511662,0.7926754355430603,-0.6028734445571899,-0.09060332924127579,-1.1317334175109863,3.1907241344451904,0.38743722438812256,-0.29739052057266235,0.4506670832633972,0.06940890103578568 +63,1.5272418584412664,0.6488773898725421,1.3568457890970438,0.7960070371627808,-0.6042923331260681,-0.03469160199165344,-0.8471922874450684,1.75544273853302,0.20704200863838196,-0.48994630575180054,0.5232986807823181,-0.25818556547164917 +64,1.5796677072059604,0.7236247390990161,1.4741014422700123,0.7493811249732971,-0.6621054410934448,0.006648219656199217,-0.7641273736953735,0.7499712109565735,-0.07911603897809982,0.3986748456954956,-0.10759365558624268,-0.17301487922668457 +65,1.4973879597022426,0.7114702581997813,1.439568037265304,0.755362868309021,-0.6529480814933777,-0.05554977431893349,0.08920067548751831,-0.9600255489349365,1.0328820943832397,0.1285024881362915,-0.4374755024909973,0.0722733736038208 +66,1.4481859306425224,0.7653363431683843,1.5114116635585826,0.715735673904419,-0.6927796006202698,-0.08819904923439026,-0.3971919119358063,0.5879996418952942,-0.2682109475135803,0.06029587984085083,-0.255279541015625,0.44417130947113037 +67,1.5633950061595756,0.7713703889903722,1.434836530135961,0.7169363498687744,-0.6971184015274048,-0.005306372418999672,1.6168434619903564,-0.003130559343844652,0.7006146907806396,-0.2811453938484192,0.03789299726486206,-0.18040835857391357 +68,1.7011603694259736,0.9281620960695206,1.335812971934879,0.5942208766937256,-0.8005198240280151,0.07790687680244446,0.03609278425574303,1.1975600719451904,1.397868275642395,-0.5879800915718079,0.7931956648826599,-0.28733372688293457 +69,1.8009923535177605,1.0715567024763641,1.225862622822629,0.4661291241645813,-0.8779468536376953,0.1092374324798584,0.21334345638751984,-0.4996176064014435,2.302626609802246,0.5648461580276489,-0.20306193828582764,-0.018676534295082092 +70,1.5618486570650736,1.1856590164694607,1.436961856606587,0.3756710886955261,-0.9267468452453613,-0.0033614705316722393,-1.4732749462127686,-1.225344181060791,-1.2250343561172485,0.274521142244339,-0.7472947835922241,-0.1374160647392273 +71,1.3613745886131237,0.9465044693011955,1.4638020742154545,0.5717516541481018,-0.811377227306366,-0.12151894718408585,-0.14446677267551422,-1.1131722927093506,-2.285399913787842,0.06777465343475342,-0.14515036344528198,0.31854045391082764 +72,1.269637032678925,0.7618819230660316,1.4877955525253028,0.690974235534668,-0.6902843117713928,-0.2146213799715042,0.34382376074790955,-0.39914581179618835,-1.4543156623840332,-0.3280896544456482,0.509894847869873,0.2051304280757904 +73,1.3929325102877728,0.6951670870262157,1.3808872793064808,0.7558315992355347,-0.6405137777328491,-0.13587090373039246,-0.9215396642684937,0.49132367968559265,-0.21744874119758606,-0.4830959439277649,0.22655797004699707,-0.00487615168094635 +74,1.3245817121784373,0.7196212949111855,1.3952342587728301,0.7293749451637268,-0.6590999364852905,-0.18330183625221252,0.5330881476402283,-1.3900985717773438,0.03112848661839962,0.37559032440185547,-0.16522562503814697,-0.28628742694854736 +75,1.295216055935952,0.6794034805855513,1.4240897715911824,0.7485936880111694,-0.6283290982246399,-0.2116837203502655,-1.4104976654052734,0.2017022967338562,-0.199216827750206,0.3316980004310608,-0.45403778553009033,0.03134007751941681 +76,1.2529623831706462,0.6944839110661698,1.5646301487501069,0.7298992872238159,-0.6399889588356018,-0.2401275336742401,0.7998454570770264,0.43796229362487793,0.6992189884185791,0.07211792469024658,-0.0991315245628357,0.3578338027000427 +77,1.3405538808271258,0.7529306451810586,1.483933433930814,0.7104322910308838,-0.6837801337242126,-0.16652469336986542,0.5049312710762024,0.7825292348861694,0.1723460853099823,-0.21964865922927856,0.20143461227416992,0.1451166421175003 +78,1.4776836802137827,0.8183668246976431,1.3814266720020338,0.6804540753364563,-0.7300306558609009,-0.06354261934757233,0.9469236731529236,0.18696416914463043,0.4996558725833893,-0.3099554181098938,0.6862531900405884,-0.15293383598327637 +79,1.6288978335604265,0.887458774319168,1.2734732538085993,0.6303191781044006,-0.7754697799682617,0.036663759499788284,0.019873978570103645,-0.10237210988998413,0.8491740822792053,0.1565002202987671,0.030352652072906494,-0.04414058104157448 +80,1.468762621348599,0.926042369038466,1.4162903280903472,0.5978758335113525,-0.799247682094574,-0.0612160749733448,-0.856757640838623,0.29966965317726135,-0.20805412530899048,0.5762421488761902,-0.286430299282074,-0.2176840901374817 +81,1.452157733426107,0.8526618569784384,1.4049655869184852,0.6533558964729309,-0.7530345320701599,-0.07787895202636719,-0.14549250900745392,0.03272988274693489,-1.091033697128296,-0.1957905888557434,-0.2577381730079651,0.2352428436279297 +82,1.4069221303869004,0.7532951276973056,1.4327498575325013,0.7196664214134216,-0.6840460896492004,-0.11900191754102707,0.5110732913017273,-0.6156090497970581,-0.22434961795806885,-0.13298118114471436,0.13237982988357544,0.23220688104629517 +83,1.4375930408509485,0.7656455093541096,1.4127392665622613,0.7145485877990723,-0.6930025219917297,-0.09574718028306961,-0.5167883634567261,0.3940283954143524,0.42975208163261414,-0.5759226083755493,0.3458651900291443,-0.023835942149162292 +84,1.3886611593475813,0.7845409621604248,1.4214480643080747,0.6960064768791199,-0.7065004110336304,-0.1281878650188446,1.0128624439239502,-0.19341406226158142,0.40429192781448364,0.10129576921463013,-0.10639631748199463,-0.08961606025695801 +85,1.4166654762966593,0.7348095466167186,1.2748421144972697,0.7331629395484924,-0.6704458594322205,-0.11390646547079086,-0.05770110338926315,-0.7067705988883972,-0.699971616268158,0.37306880950927734,-0.3593698740005493,-0.3082737326622009 +86,1.2567614885553542,0.6817886031289426,1.3250290945705865,0.7384746670722961,-0.6301828026771545,-0.23984338343143463,1.0998008251190186,-1.8021016120910645,-0.24166296422481537,0.030278384685516357,-0.16312164068222046,0.29657554626464844 +87,1.240452050007569,0.7256989014658628,1.1563414412560373,0.7075900435447693,-0.6636583805084229,-0.24263939261436462,0.834941029548645,0.35772064328193665,0.2710372507572174,-0.029703080654144287,0.09105712175369263,0.3947848081588745 +88,1.478397884873569,0.7912781185144844,1.1748042537936305,0.699938178062439,-0.7112522721290588,-0.06485787779092789,-0.37810981273651123,2.904629945755005,1.0428147315979004,-0.42222827672958374,0.4366247057914734,-0.1893230676651001 +89,1.548170674241753,0.8500410216086265,1.171154934236069,0.6597835421562195,-0.751307487487793,-0.014930580742657185,0.1485878974199295,0.5606664419174194,0.4466608762741089,0.2197941541671753,0.14531993865966797,0.1441572904586792 +90,1.5485393311258557,0.892121823415253,1.2273671614759525,0.627606213092804,-0.778405487537384,-0.013970935717225075,-0.2652873992919922,0.10788103193044662,0.3457295000553131,0.6631957292556763,-0.3314577341079712,-0.5739654302597046 +91,1.4385117871120932,0.882408216237224,1.2850153854743245,0.6297426819801331,-0.7722710371017456,-0.08379457145929337,-0.5009035468101501,-0.8579506874084473,-0.6707507371902466,-0.06806671619415283,-0.3242254853248596,0.2551354765892029 +92,1.3385382895167723,0.8284737471736117,1.317276093319238,0.6578500866889954,-0.7369005084037781,-0.1555989384651184,0.08233527094125748,-0.7077243328094482,-0.10853839665651321,-0.28855687379837036,-0.0190809965133667,0.2166188359260559 +93,1.3379581597900885,0.8168968936894762,1.270799794197398,0.6660163402557373,-0.7290253043174744,-0.15793852508068085,0.3052917718887329,-0.2629930377006531,-0.18468961119651794,-0.36189335584640503,0.5700744986534119,0.04398590326309204 +94,1.3653859043748837,0.7987243783524963,1.1811684028016585,0.6829554438591003,-0.7164667844772339,-0.14229309558868408,0.8793041706085205,-0.40719395875930786,-0.38427454233169556,-0.11975347995758057,0.1807154417037964,-0.20257079601287842 +95,1.3843522833894926,0.7559949084265501,1.1361491525744547,0.714979887008667,-0.686012864112854,-0.13487012684345245,-0.44907569885253906,-0.01280817948281765,-0.6431212425231934,0.22352713346481323,-0.22643214464187622,-0.39161914587020874 +96,1.2280851161483883,0.7051921220068476,1.226210386910723,0.7172042727470398,-0.6481801271438599,-0.25589150190353394,0.23314876854419708,-1.5214800834655762,0.02230558730661869,0.05763697624206543,-0.46534520387649536,0.15086528658866882 +97,1.2348909614463475,0.7471764553579126,1.0794148391711422,0.6926108002662659,-0.6795700788497925,-0.2418157309293747,1.0495136976242065,-0.7330296635627747,0.10511881858110428,0.21685880422592163,0.4011276960372925,0.3706914782524109 +98,1.343087256873571,0.7590078351710264,1.0203845288571547,0.7067906260490417,-0.6882019639015198,-0.1637832671403885,-0.8855613470077515,2.744028091430664,0.5731755495071411,-0.575885534286499,0.27371227741241455,-0.05516509711742401 +99,1.4216002137000934,0.797112058633561,1.1242469376791826,0.6910127401351929,-0.7153410315513611,-0.10386823862791061,0.3514363169670105,0.438401460647583,0.43814167380332947,-0.11476457118988037,0.20940536260604858,0.1299302577972412 +100,1.5435984744446942,0.8509657082718682,1.167875093962354,0.6590136885643005,-0.7519174218177795,-0.01792817749083042,-1.5880144834518433,1.4144017696380615,0.3418818712234497,0.6410199403762817,-0.01428753137588501,-0.8672036528587341 +101,1.4016443946030186,0.8391270051476201,1.2887993684005303,0.6585772037506104,-0.7440601587295532,-0.11247438192367554,-0.2162957787513733,-1.1560866832733154,-0.39795470237731934,0.13359802961349487,-0.2382548451423645,0.19961732625961304 +102,1.2830623952629283,0.7788405997513373,1.2808758890388272,0.6824688911437988,-0.702454686164856,-0.20197434723377228,0.2829015254974365,-0.9177228808403015,-0.2763090431690216,-0.21204042434692383,-0.05325204133987427,0.17791128158569336 +103,1.264172054652634,0.7846313844936135,1.1798526423668694,0.6746426224708557,-0.7065643668174744,-0.21359820663928986,0.34488871693611145,-0.8820461630821228,-0.07002284377813339,-0.4312191605567932,0.47960513830184937,0.18839067220687866 +104,1.2059813494794682,0.7802802840772571,1.1764024314535095,0.663943886756897,-0.7034786343574524,-0.25356683135032654,0.1284765601158142,-0.25064370036125183,-0.05772221088409424,-0.24219101667404175,0.21095556020736694,0.11973199248313904 +105,1.3709676491947738,0.7888018209497701,1.1325997113950748,0.6906729936599731,-0.7095094323158264,-0.1398831605911255,-0.8195334076881409,1.6719964742660522,-0.0932985171675682,0.25703513622283936,-0.04944753646850586,-0.5938204526901245 +106,1.2333125185310045,0.7430170075611701,1.2113666138740455,0.694889485836029,-0.6765127778053284,-0.24384252727031708,-0.12320972979068756,-1.0652196407318115,0.01854652166366577,0.26035648584365845,-0.6782845854759216,0.4581521451473236 +107,1.1821860449793422,0.773426149474813,1.0702095720732212,0.6621696352958679,-0.6985908150672913,-0.27111297845840454,1.2373147010803223,-0.9248533248901367,-0.12777133285999298,0.16015702486038208,0.19424206018447876,0.20162445306777954 +108,1.3173381575393794,0.8034248243633713,0.9832576242516222,0.6720654368400574,-0.7197380065917969,-0.17408432066440582,-0.3941718637943268,1.5764662027359009,0.37992751598358154,-0.5079266428947449,0.3599205017089844,0.01890242099761963 +109,1.3750776983524247,0.8295096431223007,1.0647543897769778,0.6623460054397583,-0.7376003265380859,-0.1313144415616989,0.06698828190565109,1.0060882568359375,0.33559054136276245,-0.1639939546585083,0.40474510192871094,0.1379215121269226 +110,1.4918569804609803,0.8668622003938858,1.1377583066038757,0.645206093788147,-0.7623018622398376,-0.05103820562362671,-0.995597243309021,1.6783329248428345,0.3884730637073517,0.37273818254470825,-0.03211641311645508,-0.8587670922279358 +111,1.382969845177328,0.8544515764504004,1.260383652721814,0.6450836658477783,-0.754210889339447,-0.12260902673006058,-0.4092921316623688,-0.7085132002830505,-0.2638448178768158,0.3054473400115967,-0.2850040793418884,0.2738693952560425 +112,1.2871520922769415,0.7913419348166717,1.2515545453380323,0.6748054027557373,-0.7112971544265747,-0.19670851528644562,0.16332392394542694,-0.8207120299339294,-0.3240969181060791,-0.22302311658859253,-0.14295095205307007,0.16405466198921204 +113,1.2789229453608655,0.7927988171801764,1.1498052934082774,0.6721706986427307,-0.7123204469680786,-0.20195646584033966,0.33795011043548584,-0.4396892488002777,-0.12180624902248383,-0.3792477250099182,0.44899946451187134,0.12613549828529358 +114,1.2478320177604947,0.7773867846848961,1.172083528691152,0.6758988499641418,-0.7014192342758179,-0.2262115180492401,0.03534725680947304,0.34694287180900574,-0.0557144358754158,-0.3456376791000366,0.34511131048202515,0.08203120529651642 +115,1.3768067869946972,0.7803446323876326,1.1318288378175958,0.6973411440849304,-0.7035244107246399,-0.13699974119663239,-0.7677353620529175,1.1448969841003418,-0.08679917454719543,0.36721885204315186,-0.3345463275909424,-0.5035337209701538 +116,1.2744842097780222,0.7332122938860646,1.2059232745397983,0.7106471061706543,-0.6692599058151245,-0.216960608959198,-1.0609402656555176,-1.1809335947036743,0.07753398269414902,0.4252018928527832,-0.934606671333313,0.3965412974357605 +117,1.2048867638283651,0.7664840948044082,1.0778279535493918,0.6726653575897217,-0.6936068534851074,-0.25774168968200684,1.1732738018035889,-1.473589301109314,0.040177229791879654,0.31293028593063354,0.002521038055419922,0.3596551716327667 +118,1.3351480038228047,0.8026242879013983,0.9680289644343087,0.6756190657615662,-0.7191819548606873,-0.16222241520881653,0.13371020555496216,2.0079123973846436,0.2629043459892273,-0.41397666931152344,0.28705310821533203,-0.05803816020488739 +119,1.433433320646962,0.8319846317225509,1.0263822906401618,0.6670669913291931,-0.7392693161964417,-0.09221101552248001,-0.14171810448169708,0.49768340587615967,0.21780720353126526,-0.28066861629486084,0.4309195876121521,0.14785981178283691 +120,1.5403932925593538,0.8612338148199825,1.03900463563331,0.6512008309364319,-0.7586469650268555,-0.019804583862423897,-0.6406933069229126,1.8723164796829224,0.46414992213249207,0.43581998348236084,-0.24942487478256226,-0.42805618047714233 +121,1.438913350329692,0.8576222238836085,1.2231025058290839,0.6485562324523926,-0.7562890648841858,-0.08603289723396301,-1.2034273147583008,-0.3943272829055786,-0.16595101356506348,0.44067710638046265,-0.5209935903549194,0.3416176438331604 +122,1.3232928727623845,0.796277034518707,1.3141852072156481,0.6780606508255005,-0.7147573232650757,-0.17133526504039764,-0.400723397731781,-0.014236203394830227,-0.4770088493824005,-0.131384015083313,-0.4272409677505493,0.15223127603530884 +123,1.332008126824199,0.7952747026330038,1.238911037548069,0.680223822593689,-0.7140559554100037,-0.16558872163295746,0.40529975295066833,-0.8345043063163757,0.021279629319906235,-0.40205609798431396,0.42448997497558594,0.10374487936496735 +124,1.27375572926375,0.7951127125473879,1.235569193341286,0.6695402264595032,-0.7139425277709961,-0.20494399964809418,0.2719363868236542,-0.24574866890907288,-0.033405717462301254,-0.3409116864204407,0.4426411986351013,0.06280836462974548 +125,1.3598864169543794,0.7889531864960853,1.214246923742499,0.6889753937721252,-0.7096160650253296,-0.14750541746616364,-0.8339786529541016,1.603871464729309,-0.06406446546316147,0.41826331615448,-0.41018062829971313,-0.42341744899749756 +126,1.2587032302816068,0.7315100823686524,1.2819367576065024,0.7082180380821228,-0.6679941415786743,-0.22849729657173157,-0.48560434579849243,-1.1674010753631592,-0.11822063475847244,0.4117160439491272,-0.9446462392807007,0.36471253633499146 +127,1.194760977513011,0.7465485083799649,1.1175316136768894,0.6827484369277954,-0.6791092753410339,-0.2695646584033966,1.1781693696975708,-1.1498148441314697,-0.27613672614097595,0.3516601324081421,-0.03877091407775879,0.2910185754299164 +128,1.3147529258635502,0.7650349478490276,1.0445442107317922,0.6978415846824646,-0.6925622224807739,-0.18268752098083496,-0.3052443563938141,1.678083896636963,0.41208916902542114,-0.5215721130371094,0.3463555574417114,-0.02844838798046112 +129,1.3895973971716065,0.7920841388321871,1.1258112747497744,0.6908644437789917,-0.7118186354637146,-0.12657219171524048,-0.42029908299446106,1.020079255104065,0.4124467968940735,-0.2954482436180115,0.3366050720214844,0.2322850376367569 +130,1.4873988809221408,0.8421105275871854,1.200561809916874,0.6635753512382507,-0.7460501790046692,-0.055469147861003876,-1.2227160930633545,1.8855801820755005,0.6963216662406921,0.393172025680542,-0.2945839762687683,-0.532436728477478 +131,1.3766747274709996,0.8483888156749356,1.3612477074791045,0.6487738490104675,-0.7502160668373108,-0.12754718959331512,-1.2109752893447876,-0.5956111550331116,0.031904298812150955,0.3898003101348877,-0.2780737280845642,0.3016347289085388 +132,1.2732892839456311,0.7946970002844894,1.4155012967584786,0.66972815990448,-0.7136513590812683,-0.20534323155879974,-0.06518925726413727,-0.4053267240524292,-0.18724676966667175,-0.22919166088104248,-0.2653524875640869,0.13223838806152344 +133,1.235251262495096,0.8073152112388527,1.3497893729547175,0.6528796553611755,-0.7224333882331848,-0.2276802510023117,0.544188916683197,-1.0974680185317993,0.06948424875736237,-0.41732966899871826,0.5246795415878296,0.17659378051757812 +134,1.191618244407539,0.8106559530177652,1.325020391028319,0.6400813460350037,-0.7247393131256104,-0.2550468146800995,0.3714003264904022,0.009258290752768517,-0.059581056237220764,-0.28221702575683594,0.38390374183654785,0.11524584889411926 +135,1.3195923330232187,0.7995630276205438,1.314367484418578,0.6751434206962585,-0.7170515656471252,-0.17325854301452637,-1.5181949138641357,2.190549612045288,-0.04510946199297905,0.519604504108429,-0.40662091970443726,-0.5015156269073486 +136,1.205419298460936,0.7406797555959652,1.4130339792594118,0.6892933249473572,-0.6747897267341614,-0.26369205117225647,-0.477120578289032,-0.8385376930236816,0.027213633060455322,0.4324565529823303,-0.9273067116737366,0.44591256976127625 +137,1.1343459907188411,0.7661851393232697,1.2701828738295788,0.6530141830444336,-0.6933914422988892,-0.3045993745326996,1.1956478357315063,-1.183410406112671,-0.17377448081970215,0.27171415090560913,0.07074135541915894,0.24380835890769958 +138,1.2488408784962763,0.7990783768222363,1.159708073350041,0.6615356206893921,-0.7167136669158936,-0.22066248953342438,0.1792057901620865,1.1060060262680054,0.1218433529138565,-0.46474307775497437,0.28824692964553833,0.04930630326271057 +139,1.3395540958179926,0.8151390060822149,1.2491978065432783,0.6675137877464294,-0.7278209328651428,-0.15716885030269623,-0.7451761364936829,1.6427429914474487,0.37485069036483765,-0.23765850067138672,0.3995433449745178,0.22391080856323242 +140,1.4642648698142704,0.85392660940082,1.3265924946446246,0.6533031463623047,-0.7538660764694214,-0.06986182183027267,-0.5992796421051025,2.411268711090088,0.700335681438446,0.5083789229393005,-0.21650123596191406,-0.4967275857925415 +141,1.3728725302193938,0.858259090592826,1.5216828253652308,0.6409924030303955,-0.7567055821418762,-0.12855064868927002,-0.7751836776733398,-0.6484300494194031,-0.08347341418266296,0.4387347102165222,-0.4420706033706665,0.2386123090982437 +142,1.26341843901628,0.8119871462835931,1.5462384443555939,0.6558087468147278,-0.7256558537483215,-0.20817911624908447,0.05042634904384613,-0.7487963438034058,-0.27925345301628113,-0.10601931810379028,-0.34084194898605347,0.09210550785064697 +143,1.2094826306065432,0.818615088644128,1.4889061488848614,0.639119029045105,-0.7302002906799316,-0.24152526259422302,0.2900141775608063,-1.117339015007019,-0.06618817150592804,-0.353901743888855,0.5021576881408691,0.20682674646377563 +144,1.1813045206428165,0.8108603145379127,1.4587262741455336,0.6372796893119812,-0.7248800992965698,-0.2615784704685211,0.3219645321369171,0.3315262496471405,-0.13786981999874115,-0.39741164445877075,0.5106009840965271,0.14056101441383362 +145,1.3050378462627454,0.7933922750494227,1.4336697355074726,0.676806628704071,-0.7127368450164795,-0.18422478437423706,-0.9699057936668396,1.1337202787399292,-0.21593588590621948,0.5650146007537842,-0.5339519381523132,-0.46822577714920044 +146,1.2100960168299921,0.7304128166174597,1.5014717911080464,0.6969647407531738,-0.6671772003173828,-0.26289689540863037,-0.6180784106254578,-1.0672509670257568,-0.13229985535144806,0.5744891166687012,-1.1750316619873047,0.30136430263519287 +147,1.119458254385185,0.7575449572370718,1.3467543099724162,0.6537740230560303,-0.6871398687362671,-0.3168884813785553,0.881851851940155,-1.5616451501846313,-0.13688763976097107,0.34349459409713745,-0.01047670841217041,0.3356568217277527 +148,1.2029951199113151,0.7816858897538196,1.2713503378656337,0.6622604727745056,-0.7044769525527954,-0.2551926374435425,0.03187292069196701,1.4619771242141724,0.26473090052604675,-0.4894242286682129,0.2542664408683777,0.07979288697242737 +149,1.2915850109093328,0.7941061677982767,1.3218899190930609,0.6737778782844543,-0.7132374048233032,-0.19317254424095154,-0.35965001583099365,1.379515528678894,0.32577255368232727,-0.2919725179672241,0.3559376001358032,0.24911126494407654 +150,1.4415792788325155,0.830270345888695,1.3611339612950328,0.6690515875816345,-0.7381138205528259,-0.08693727850914001,-0.33489319682121277,1.4668885469436646,0.47258320450782776,0.3365636467933655,-0.26998865604400635,-0.5835644602775574 +151,1.3515404603410406,0.8334758846716545,1.5629484464348904,0.656211256980896,-0.7402727007865906,-0.14622893929481506,-1.4233794212341309,-0.18260125815868378,0.05432707443833351,0.44678550958633423,-0.48702216148376465,0.48901766538619995 +152,1.2121974563017193,0.8005626723216743,1.6186564114134814,0.6520107388496399,-0.7177479863166809,-0.2443762719631195,0.05917888879776001,-0.9829049110412598,-0.1246299296617508,0.005368351936340332,-0.4190469980239868,0.1838598996400833 +153,1.1825565466410761,0.8144140840246769,1.5737294276785512,0.635218620300293,-0.727323591709137,-0.2598036527633667,0.20867212116718292,-0.30289721488952637,0.047817304730415344,-0.2710675597190857,0.4404125213623047,0.2040480077266693 +154,1.186160355669524,0.8153205762213886,1.5708092015915387,0.635539174079895,-0.7279454469680786,-0.25726518034935,0.7407909035682678,0.20610377192497253,-0.21078668534755707,-0.2979995608329773,0.4841862916946411,0.06472977995872498 +155,1.2727339723126516,0.8085904057771482,1.496181811626668,0.6600719094276428,-0.7233145236968994,-0.20278362929821014,-0.3907262086868286,-0.2738233208656311,-0.3974570333957672,0.2895588278770447,-0.13775420188903809,-0.5849055647850037 +156,1.1987275623827869,0.7544922678388098,1.5142615014967549,0.6787651777267456,-0.6849188208580017,-0.26488474011421204,-0.7808432579040527,-1.4613693952560425,-0.23603378236293793,0.4516211152076721,-0.838137149810791,0.1667250096797943 +157,1.09222012598603,0.7357293655152395,1.5302975751574242,0.658052921295166,-0.6711280345916748,-0.34139949083328247,-0.2588226795196533,-0.6416630148887634,0.09068995714187622,0.341977596282959,-0.2016899585723877,0.41476374864578247 +158,1.2076694121551292,0.7815881610400587,1.4922866595194764,0.6635104417800903,-0.7044075727462769,-0.25211870670318604,0.7343042492866516,2.168398141860962,0.5298622250556946,-0.12106049060821533,0.47233664989471436,0.28638994693756104 +159,1.4034303340576608,0.8020241387038173,1.4188730524904634,0.6855384111404419,-0.7187648415565491,-0.11581925302743912,0.09120042622089386,-0.9002137780189514,0.5949517488479614,-0.5253517031669617,0.24056971073150635,-0.1758372187614441 +160,1.420868391502028,0.8713830931714363,1.4141939594105815,0.6365466713905334,-0.765220046043396,-0.09615769982337952,-0.34540024399757385,0.589148223400116,0.5198342204093933,0.245167076587677,-0.08301591873168945,-0.27502763271331787 +161,1.337325496018723,0.8669032545288751,1.529509863990945,0.6296315789222717,-0.7623283863067627,-0.1497310996055603,-1.2239011526107788,-0.33287307620048523,-0.13276493549346924,0.5245125889778137,-0.49954289197921753,0.1136898547410965 +162,1.2020581563474897,0.828255363293842,1.6289988200097048,0.6307124495506287,-0.7367528080940247,-0.24371498823165894,-0.5278189778327942,-0.8155170679092407,-0.11257917433977127,-0.12219804525375366,-0.5058161020278931,0.07614302635192871 +163,1.1551656779168862,0.8416768275934917,1.6337117490555377,0.6094930768013,-0.7457612752914429,-0.26899489760398865,0.23597343266010284,0.08101893961429596,0.10506784915924072,-0.30035001039505005,0.42995017766952515,0.19395214319229126 +164,1.1469264654867268,0.8424322852223352,1.69980963328761,0.6067423820495605,-0.7462643980979919,-0.2737756371498108,-0.2056412696838379,0.3773701786994934,0.34252649545669556,-0.2836986184120178,0.38499730825424194,0.0024438798427581787 +165,1.2068725250142092,0.8689347778148413,1.6086751922826723,0.6033557653427124,-0.7636415958404541,-0.22981171309947968,0.2719198763370514,-0.9161469340324402,-0.25698980689048767,0.2836376428604126,-0.1121213436126709,-0.2783517837524414 +166,1.1527564617171235,0.801869215260801,1.7240065997851715,0.6354843974113464,-0.7186571359634399,-0.28229716420173645,-1.0693073272705078,-0.6735575199127197,-0.5490626096725464,0.6431869268417358,-0.9578108191490173,0.20130351185798645 +167,1.12815494623295,0.7958352179969058,1.7494169752435784,0.6322548985481262,-0.7144482731819153,-0.2996959984302521,0.8717407584190369,-0.756960391998291,-0.09118200838565826,0.24175339937210083,-0.2010486125946045,0.2568645179271698 +168,1.3459933733638894,0.8229659213049303,1.5834103637148835,0.6629384160041809,-0.7331660389900208,-0.15159280598163605,0.8499159812927246,2.6982924938201904,-0.02520814538002014,-0.5163624286651611,0.2519495487213135,-0.21400779485702515 +169,1.4385130648384774,0.8351230256079111,1.5696482536957217,0.6652233004570007,-0.7413790822029114,-0.08851481229066849,-0.22036013007164001,0.7657364010810852,0.42703479528427124,-0.2287609577178955,0.2617649435997009,0.14065410196781158 +170,1.5099088490077015,0.8879747673532213,1.5432105132082659,0.629815399646759,-0.7757954597473145,-0.03839533030986786,-0.5798659324645996,0.21650657057762146,0.4774003326892853,0.5254276394844055,-0.2330852746963501,-0.670650064945221 +171,1.3845577228681265,0.9080364498826287,1.6594905883126367,0.6046550273895264,-0.7882971167564392,-0.11393038183450699,-1.0001732110977173,-0.537014365196228,0.016030803322792053,0.41426587104797363,-0.2505059838294983,0.5057455897331238 +172,1.3104077113623576,0.8649813802437608,1.8029709368491782,0.6267881393432617,-0.76108318567276,-0.16699999570846558,0.21877418458461761,-0.40495631098747253,0.051517438143491745,-0.4182157516479492,-0.520929753780365,-0.16895276308059692 +173,1.300802511005662,0.8862896622917704,1.7710888914896146,0.6093845367431641,-0.7747310996055603,-0.16864807903766632,-0.23124027252197266,0.021565062925219536,0.10652220994234085,-0.18903547525405884,0.4283261299133301,0.13163025677204132 +174,1.2762740099792502,0.8902229072561929,1.8004050485559409,0.6021443605422974,-0.7772120237350464,-0.1826571822166443,0.36019694805145264,-0.47546279430389404,0.036284372210502625,-0.31900233030319214,0.41264909505844116,-0.03928188979625702 +175,1.288324380478534,0.9052872553567868,1.7312624236283711,0.5929895043373108,-0.7866025567054749,-0.1721048802137375,-0.27691325545310974,0.1818857491016388,0.009538048878312111,0.3165717124938965,-0.2729526162147522,-0.3354482054710388 +176,1.186168265535442,0.8568492153993442,1.8549312415100643,0.606979489326477,-0.7557831406593323,-0.24569866061210632,-1.3688547611236572,-0.09278041869401932,-0.18545398116111755,0.43237292766571045,-0.8879546523094177,0.3919541835784912 +177,1.1773471485934626,0.8517096016994176,1.8730004660849635,0.6083681583404541,-0.7524076104164124,-0.2525291442871094,0.8489168882369995,-0.0400550551712513,-0.04321661591529846,0.1572873592376709,-0.048602521419525146,0.14432907104492188 +178,1.3564588226454593,0.87253429066189,1.7144596548620945,0.6281766295433044,-0.7659606337547302,-0.1367422640323639,0.9509313702583313,1.2101290225982666,-0.10835617035627365,-0.36789220571517944,0.3006286025047302,-0.02703028917312622 +179,1.4468548886296604,0.8875550724874992,1.6777386184186662,0.6264672875404358,-0.7755305767059326,-0.07804529368877411,-0.29853662848472595,0.27257078886032104,0.31972867250442505,-0.1758905053138733,0.3658168315887451,0.1513943076133728 +180,1.4738779188238917,0.9122696122030226,1.6456914297028598,0.6090804934501648,-0.7908946871757507,-0.05921664088964462,-0.037457793951034546,0.428710401058197,0.10804780572652817,0.5508925914764404,-0.21423226594924927,-0.43234527111053467 +181,1.3904723961393444,0.9070730104865599,1.7323513238051869,0.6060651540756226,-0.7877039313316345,-0.11048822849988937,-0.23668895661830902,-1.1674329042434692,-0.2440481036901474,0.48063528537750244,-0.345032274723053,0.24369746446609497 +182,1.2711418137964325,0.8654299444257807,1.8067561199208946,0.6194230318069458,-0.7613740563392639,-0.19137553870677948,-0.34431853890419006,0.08062766492366791,-0.36371108889579773,-0.2594377398490906,-0.4497770071029663,0.15422041714191437 +183,1.3133855732363782,0.869177272629864,1.6745296225210016,0.624189019203186,-0.763798177242279,-0.16431835293769836,1.0214967727661133,-0.705443263053894,-0.24772080779075623,-0.23179399967193604,0.46423763036727905,0.19724678993225098 +184,1.2679738673759644,0.8551397291936232,1.7035959104783718,0.6262590289115906,-0.7546625733375549,-0.19566303491592407,-0.2083052694797516,-0.3999283015727997,-0.18704888224601746,-0.2620011568069458,0.4226161241531372,-0.14544719457626343 +185,1.2601292580086063,0.8562680152699165,1.6487337016292773,0.6238938570022583,-0.7554023861885071,-0.20030935108661652,0.26589110493659973,-0.913291871547699,-0.12471193820238113,0.16327661275863647,-0.0869438648223877,-0.38771864771842957 +186,1.2211588967727809,0.820225321657564,1.698597322420009,0.6407901048660278,-0.7312995195388794,-0.23364339768886566,-0.723021388053894,-0.1367904245853424,-0.19476814568042755,0.19589513540267944,-0.4264459013938904,0.2721717655658722 +187,1.1559768198515719,0.808786930389256,1.7372679647333962,0.6318249702453613,-0.723450243473053,-0.27823880314826965,0.3569973409175873,-0.257412850856781,0.10165126621723175,0.3313402533531189,-0.11529487371444702,0.42666110396385193 +188,1.3292702961363985,0.8403656859114016,1.562058804216084,0.6478247046470642,-0.7448871731758118,-0.15958172082901,1.2753151655197144,1.1690599918365479,-0.13101214170455933,-0.3560309410095215,0.13358956575393677,-0.04795306921005249 +189,1.4566876031153302,0.8624038356009479,1.5277479647316643,0.6463828086853027,-0.759408712387085,-0.0740797221660614,-0.22355733811855316,0.6483362913131714,0.5388708114624023,-0.32864898443222046,0.4557587504386902,0.004743747413158417 +190,1.4940918119985143,0.9125602280677735,1.5428278983730694,0.609923779964447,-0.7910724878311157,-0.04687587916851044,-0.6406278014183044,0.6100654006004333,0.45331519842147827,0.5929875373840332,-0.5009196996688843,-0.5330954194068909 +191,1.3776616799617272,0.9240689516834548,1.7468566336948843,0.5913744568824768,-0.7980600595474243,-0.11565651744604111,-1.1863044500350952,0.1337853968143463,0.025671713054180145,0.3912457823753357,-0.3636678457260132,0.4620310068130493 +192,1.4144174686592474,0.8976778667288632,1.7643225801112676,0.615820050239563,-0.7818813323974609,-0.09709399193525314,1.5691345930099487,-0.6992227435112,-0.28940123319625854,-0.5247708559036255,-0.17252540588378906,-0.26342540979385376 +193,1.435458729679175,0.90219457582499,1.6550616217410716,0.6142208576202393,-0.78468918800354,-0.08363844454288483,-0.357298880815506,-0.15330101549625397,0.008847257122397423,-0.08695346117019653,0.4419921636581421,0.09473157674074173 +194,1.3891100826469658,0.8842094045267955,1.6965207032663365,0.6234674453735352,-0.7734140753746033,-0.11453854292631149,-0.1617099642753601,-0.213433638215065,-0.12236639112234116,-0.42260074615478516,0.2714608907699585,-0.11393129825592041 +195,1.3703499503058947,0.8793435326939784,1.6766444487172298,0.6248896718025208,-0.7703204154968262,-0.1269618272781372,0.03057042509317398,-0.0869319885969162,-0.20935292541980743,0.425693154335022,-0.10823482275009155,-0.2756260633468628 +196,1.2803347024679168,0.8472703585708393,1.7874816425489872,0.6343001127243042,-0.7494760751724243,-0.18960218131542206,-1.0430293083190918,-0.702734649181366,-0.03423183411359787,0.3420029878616333,-0.7090199589729309,0.18844252824783325 +197,1.245076561147685,0.8412538930594998,1.7235257211011272,0.6314831376075745,-0.7454794645309448,-0.21328306198120117,0.8208193778991699,-0.4022589325904846,-0.1900661438703537,0.2647266387939453,0.08822238445281982,0.26572751998901367 +198,1.4234739705925255,0.8549839491822493,1.584042595736686,0.6491219997406006,-0.7545604109764099,-0.09632808715105057,0.9433115720748901,1.118994951248169,-0.03595113754272461,-0.34664708375930786,0.16277891397476196,-0.14851443469524384 +199,1.49669001190167,0.8814809665798413,1.5385756607142367,0.6342633366584778,-0.7716816067695618,-0.04708915203809738,-0.03443615883588791,0.01917141303420067,0.4456218183040619,-0.24656802415847778,0.38824355602264404,0.09959465265274048 +200,1.5481166674215123,0.9247906139571074,1.5434196575827597,0.6018469929695129,-0.7984947562217712,-0.01365202572196722,-0.8801829814910889,0.7660603523254395,0.520846962928772,0.45744866132736206,-0.40809398889541626,-0.6281784176826477 +201,1.3968304840613426,0.9311418278979371,1.738961960909246,0.5879083275794983,-0.8023020625114441,-0.10332037508487701,-1.0655405521392822,-0.022148441523313522,-0.053091052919626236,0.44382989406585693,-0.37778210639953613,0.4093964099884033 +202,1.3736956279963666,0.8835898697154773,1.8155454707120264,0.6220978498458862,-0.7730212211608887,-0.12422880530357361,0.6654794812202454,-0.49948549270629883,-0.17830047011375427,-0.43208009004592896,-0.20009297132492065,-0.16521520912647247 +203,1.386321005398925,0.8855915523609122,1.740094548940051,0.6220939755439758,-0.7742894887924194,-0.11608076840639114,-0.3062588572502136,-0.1030958965420723,0.051519885659217834,-0.22817307710647583,0.4904608726501465,0.05234481394290924 +204,1.3358211585107025,0.8748316407254799,1.7702456446308121,0.6235079765319824,-0.7674355506896973,-0.14926621317863464,0.28212234377861023,-0.3441871106624603,-0.013264836743474007,-0.3262667655944824,0.19845062494277954,-0.044886648654937744 +205,1.2925224849512142,0.8785750919558242,1.7328228124482656,0.6136958599090576,-0.7698302268981934,-0.17532452940940857,-0.42048463225364685,-0.35898083448410034,-0.2289954274892807,0.2906009554862976,-0.06969302892684937,-0.33102309703826904 +206,1.1675248420314484,0.8403205153046971,1.8796792442758596,0.6137009263038635,-0.7448570132255554,-0.26183846592903137,-0.2664055824279785,-0.49617302417755127,-0.018915433436632156,0.24616235494613647,-0.4973915219306946,0.17390206456184387 +207,1.1868577501124784,0.8548068729058282,1.808454903147561,0.6085786819458008,-0.7544441819190979,-0.24585777521133423,0.8952441215515137,0.5022214651107788,-0.10211794078350067,0.05774211883544922,0.1076546311378479,0.17797142267227173 +208,1.45229224958367,0.8767384114646911,1.6170996290761814,0.6351754069328308,-0.7686566710472107,-0.0756252110004425,0.8401240706443787,0.9552099108695984,0.07516834884881973,-0.4197670817375183,0.3429974317550659,-0.2492496371269226 +209,1.4819970818949526,0.9076172892765351,1.633677527836251,0.6131997108459473,-0.7880391478538513,-0.05459524691104889,0.6042971611022949,-0.13799378275871277,0.26272180676460266,0.01823955774307251,0.31811410188674927,0.1477348804473877 +210,1.4965384625843174,0.9367469540590844,1.6631765948424801,0.590779185295105,-0.8056352138519287,-0.04395081847906113,-1.2136833667755127,0.6040557622909546,0.2617610692977905,0.42063432931900024,-0.14001286029815674,-0.7107031345367432 +211,1.3263838473650384,0.906570249716769,1.8559974201714295,0.5981288552284241,-0.787394106388092,-0.14917244017124176,-1.4153469800949097,0.242665097117424,-0.36699768900871277,0.14434856176376343,-0.34747833013534546,0.6010309457778931 +212,1.3304535842290646,0.8659128589691182,1.8651206334256432,0.6293207406997681,-0.7616870403289795,-0.1542339324951172,0.6288442015647888,-0.8984382152557373,0.07859647274017334,-0.16412609815597534,-0.014619052410125732,-0.03323553502559662 +213,1.3356932110978157,0.8689516262695378,1.8134555746669172,0.6278665661811829,-0.763652503490448,-0.15039460361003876,-0.3322393000125885,0.16580317914485931,-0.014032639563083649,-0.25733739137649536,0.4894062876701355,0.06454867124557495 +214,1.341113548379837,0.8580933924524525,1.800674229465648,0.6367095112800598,-0.7565972208976746,-0.14886826276779175,0.6340019702911377,-0.18745645880699158,-0.07369229197502136,-0.27870774269104004,0.17259764671325684,-0.11378121376037598 +215,1.34764110467286,0.857882853617087,1.740511572545075,0.6378228664398193,-0.7564595341682434,-0.14474418759346008,-0.6676771640777588,-0.37442129850387573,-0.34077486395835876,0.2562047839164734,-0.14452606439590454,-0.3250129222869873 +216,1.2065847422878746,0.8007780264275461,1.888838281472974,0.6504844427108765,-0.7178979516029358,-0.2479768991470337,-0.4836913049221039,-0.37908923625946045,0.02454083412885666,0.11369097232818604,-0.3223700523376465,0.2668672800064087 +217,1.2455430742552833,0.8165404918405226,1.8113868914714384,0.6488451361656189,-0.7287812829017639,-0.21880990266799927,1.525484323501587,0.4880558252334595,-0.06989672780036926,-0.12328672409057617,0.11972677707672119,0.18514902889728546 +218,1.499712055355503,0.8505883463031266,1.5980869412537755,0.6578751802444458,-0.7516685724258423,-0.0468435063958168,0.5392396450042725,0.4376696050167084,0.2168162316083908,-0.47237420082092285,0.36128783226013184,-0.2698069214820862 +219,1.5022137465461953,0.8830195828670913,1.6336117974134556,0.6333284378051758,-0.7726593017578125,-0.0435035265982151,0.3781152367591858,0.4661555886268616,0.44115856289863586,-0.020291388034820557,0.2690582871437073,0.1325232982635498 +220,1.49884232517424,0.9188455414439934,1.6930471482281753,0.6051682233810425,-0.7949016690254211,-0.04361958056688309,-1.2102996110916138,0.22973310947418213,0.4130043387413025,0.3436232805252075,-0.2960101366043091,-0.6091209053993225 +221,1.339076302151408,0.9069396247427727,1.8672619447497407,0.5996907353401184,-0.7876217365264893,-0.14150206744670868,-1.0411981344223022,0.15736205875873566,-0.2470189779996872,0.07859289646148682,-0.2733064889907837,0.5107494592666626 +222,1.3402286426992471,0.8777660794879283,1.8391253964184877,0.6219648718833923,-0.769313633441925,-0.1460014283657074,0.9469479918479919,-0.8033941388130188,0.048824701458215714,-0.22038406133651733,0.002834022045135498,0.004888162016868591 +223,1.3619009854692112,0.8860459310430642,1.7652559519178113,0.6187299489974976,-0.7745769619941711,-0.13116323947906494,-0.5426647663116455,0.21433770656585693,-0.04069722443819046,-0.35086196660995483,0.5375316739082336,0.11263908445835114 +224,1.3587060608041746,0.8676779667347562,1.7828213943490252,0.6321113109588623,-0.7628295421600342,-0.13611167669296265,0.3412851393222809,-0.414105623960495,-0.1441807895898819,-0.3013313412666321,0.06651002168655396,-0.27923256158828735 +225,1.3089026697016808,0.8545662701570356,1.778740868679274,0.6341584920883179,-0.7542862296104431,-0.16998633742332458,-0.6345780491828918,0.06027848646044731,-0.2190764844417572,0.33163124322891235,-0.11856228113174438,-0.4441494345664978 +226,1.1841213382881206,0.818474140874083,1.9272036612190773,0.6328840851783752,-0.7301040291786194,-0.2576935589313507,0.3048684597015381,-0.44597893953323364,-0.10042500495910645,0.20579999685287476,-0.20249789953231812,0.3318970203399658 +227,1.2254842044198564,0.8364391350598048,1.830428584557104,0.6305534243583679,-0.7422616481781006,-0.22682584822177887,1.1195839643478394,0.7120665907859802,-0.06719734519720078,-0.0711967945098877,0.14018034934997559,0.15875637531280518 +228,1.4494394816898182,0.8580810800590586,1.6676196881425343,0.6490814089775085,-0.7565891742706299,-0.0791594609618187,0.3117794692516327,1.009193778038025,0.010444356128573418,-0.39187920093536377,0.3512241840362549,-0.1687958836555481 +229,1.4649194082338843,0.8867598135139864,1.7002801093617486,0.6283879280090332,-0.7750282883644104,-0.06678150594234467,0.6360310912132263,0.2115626186132431,0.35534679889678955,0.0809626579284668,0.2616921067237854,0.21003097295761108 +230,1.473745628610397,0.9216567598476365,1.7501825906595283,0.601656436920166,-0.7966042160987854,-0.05857519432902336,-1.2094156742095947,0.2917342185974121,0.2764059603214264,0.5173773169517517,-0.10827243328094482,-0.7614321112632751 +231,1.3097909615308971,0.8928384850814861,1.9181249138645762,0.6059610247612,-0.7788552045822144,-0.1618511825799942,-1.432665467262268,0.2501439154148102,-0.3537582755088806,-0.03125399351119995,-0.28752046823501587,0.543290376663208 +232,1.2817521599448967,0.8641788704077008,1.94487669462968,0.6223313212394714,-0.7605623602867126,-0.18506400287151337,0.7623483538627625,-0.6353409290313721,0.043628107756376266,-0.061326682567596436,0.10722684860229492,0.18382799625396729 +233,1.3005729167184619,0.8602820415843049,1.928445761800934,0.628555417060852,-0.7580265402793884,-0.17410901188850403,-0.4744233787059784,0.2193106710910797,-0.09377043694257736,-0.4436951279640198,0.5287173986434937,0.05409865081310272 +234,1.2886676140327034,0.8532771355102374,1.8741421644014153,0.6315226554870605,-0.7534392476081848,-0.18305346369743347,0.6941601037979126,-0.7666553258895874,-0.013756053522229195,-0.28914594650268555,0.10109549760818481,-0.07526254653930664 +235,1.2760181339025802,0.8509731472806653,1.830822507759067,0.6308160424232483,-0.7519223093986511,-0.19153085350990295,-0.8020756840705872,0.3810322880744934,-0.17799505591392517,0.10142278671264648,-0.22161895036697388,-0.45875293016433716 +236,1.1610414417984525,0.8094861778901449,1.9559671016322613,0.6327621340751648,-0.7239328026771545,-0.2748337686061859,0.057906076312065125,-0.3172193467617035,-0.011745868250727654,0.15013593435287476,-0.24208593368530273,0.3349228799343109 +237,1.2088879373173096,0.8265233943838171,1.8598100349566569,0.6335545778274536,-0.7355806231498718,-0.2398531287908554,0.8680649995803833,0.7358583807945251,-0.08844232559204102,0.03066045045852661,0.1242525577545166,0.164596825838089 +238,1.4367403861541177,0.8520370118258028,1.718583030123472,0.6525436639785767,-0.7526232600212097,-0.0880051702260971,0.5448589324951172,1.092069387435913,0.23920762538909912,-0.49739235639572144,0.3023059368133545,-0.1600264310836792 +239,1.4701998853072191,0.8901684846357361,1.723828459110551,0.6260995864868164,-0.7771778106689453,-0.06319671124219894,-0.08631815761327744,0.6211932301521301,0.4644736051559448,0.015334069728851318,0.38095295429229736,0.17942291498184204 +240,1.4653190637540892,0.9293505954071524,1.7972665932678558,0.5950289964675903,-0.8012315630912781,-0.06299582123756409,-1.293703317642212,0.1805744171142578,0.28196659684181213,0.5262630581855774,-0.09937268495559692,-0.6928178071975708 +241,1.2884660858092507,0.8935996011928784,1.9859807067434978,0.6018026471138,-0.7793323397636414,-0.1745702624320984,-1.5343941450119019,0.4923393428325653,-0.4146443009376526,0.04758089780807495,-0.41836053133010864,0.5818578600883484 +242,1.2637793203533496,0.8550831723521439,1.9933056039081718,0.6254734396934509,-0.7546254992485046,-0.1983010619878769,0.603093683719635,-1.1074997186660767,0.010137327015399933,-0.19906657934188843,0.14608979225158691,0.07966400682926178 +243,1.2779871997465002,0.855548026738264,1.9140599924805917,0.6278918385505676,-0.7549304366111755,-0.18929345905780792,-0.26179006695747375,0.43910014629364014,-0.10080324113368988,-0.4224322438240051,0.596101701259613,0.15581567585468292 +244,1.2729534285451496,0.8322922640575028,1.9306356979278156,0.6435434222221375,-0.7394764423370361,-0.19755129516124725,0.2944183647632599,-0.5837904214859009,-0.10641229152679443,-0.24257296323776245,0.016179323196411133,-0.14474910497665405 +245,1.2626595624702843,0.8260322021395755,1.8829873362480996,0.6458743810653687,-0.735247790813446,-0.2055652141571045,-0.8271090388298035,-0.12337274849414825,-0.3339795768260956,0.28654444217681885,-0.01356196403503418,-0.815263032913208 +246,1.1439088616684145,0.7657038003556031,2.0126173205109787,0.6562009453773499,-0.6930445432662964,-0.29847902059555054,-0.043222036212682724,-0.3116881251335144,-0.06940679997205734,0.06654685735702515,-0.3164617419242859,0.42346373200416565 +247,1.2016905502270325,0.7837072080276224,1.9449531027677496,0.6605975031852722,-0.7059100866317749,-0.2555420696735382,1.405933141708374,1.0126100778579712,-0.07929215580224991,-0.1383044719696045,0.10237926244735718,0.06795051693916321 +248,1.4022655699623148,0.8258030214153592,1.8255501989131084,0.668361485004425,-0.7350924611091614,-0.11371814459562302,0.6348166465759277,0.46191006898880005,0.3258380591869354,-0.4903067946434021,0.4496157765388489,-0.04646860808134079 +249,1.4417233037645154,0.8719906516521019,1.8337123651840204,0.6379523873329163,-0.7656110525131226,-0.08280277997255325,-0.004760405980050564,0.490600049495697,0.6142375469207764,0.037706732749938965,0.20253127813339233,-0.06903742998838425 +250,1.4371322637968933,0.9086491038427471,1.8490330035534899,0.6093277931213379,-0.7886739373207092,-0.08193375915288925,-0.9492855072021484,0.15749067068099976,0.3950593173503876,0.3364882469177246,-0.06212562322616577,-0.5455381870269775 +251,1.2990106251338032,0.9044879516190061,2.0029286362273875,0.5953998565673828,-0.7861087918281555,-0.1659269779920578,-1.0724202394485474,0.13346543908119202,-0.05878565460443497,0.2791270613670349,-0.26368051767349243,0.5034666657447815 +252,1.28124506583076,0.8749882151572412,2.033450943445546,0.6143222451210022,-0.767535924911499,-0.1830214262008667,0.8572627305984497,-0.5242182612419128,-0.01532026194036007,-0.2205386757850647,-0.24769234657287598,-0.0508347749710083 +253,1.3533521080176862,0.8893872854235708,1.9274992377571418,0.6150556206703186,-0.7766859531402588,-0.13588875532150269,-0.35617896914482117,0.3131985664367676,0.016045983880758286,-0.26239442825317383,0.5102827548980713,0.028115928173065186 +254,1.3258219804723157,0.8827680616099077,1.9323355221784602,0.6160559058189392,-0.7724996209144592,-0.15401114523410797,0.5173243284225464,-0.5953680872917175,-0.04171265661716461,-0.406827449798584,0.22026878595352173,-0.003459557890892029 +255,1.3022520736696825,0.8828310801397917,1.9003908813953556,0.6122082471847534,-0.7725396156311035,-0.16847452521324158,-0.7719764113426208,0.3252973258495331,-0.09731926023960114,0.3540850877761841,-0.11301946640014648,-0.2778908610343933 +256,1.1737329955123013,0.8344098305266727,2.030597537271638,0.6193636655807495,-0.7409002780914307,-0.25972142815589905,-0.5055046677589417,-0.3842219114303589,0.012769495137035847,0.2960720658302307,-0.5730645060539246,0.30198827385902405 +257,1.2130847949431762,0.8476259139039347,1.9986984605092517,0.6198753714561462,-0.7497114539146423,-0.2317046970129013,0.7247499823570251,0.8116151094436646,0.05720137804746628,0.038983821868896484,0.05700826644897461,0.1807251125574112 +258,1.449128103712962,0.873019997735416,1.8393389963119056,0.637765645980835,-0.7662728428840637,-0.07798098027706146,0.6346008777618408,0.9249352812767029,0.11937277019023895,-0.38530898094177246,0.35402607917785645,-0.18830013275146484 +259,1.4728612553253018,0.9113689545710678,1.8482631921439923,0.6097285747528076,-0.790343165397644,-0.05990545451641083,0.4419468939304352,0.1787187159061432,0.44510623812675476,-0.04445153474807739,0.3950490355491638,0.17587226629257202 +260,1.441907035434602,0.938183124059687,1.8947514256293294,0.5863499045372009,-0.8064851760864258,-0.07599551230669022,-1.4658998250961304,0.27058476209640503,0.35933762788772583,0.3657679557800293,-0.18399327993392944,-0.4712609648704529 +261,1.294216690569703,0.9244644400125357,2.0815645230496806,0.5793734192848206,-0.7982983589172363,-0.16445790231227875,-1.2726327180862427,0.46986493468284607,-0.1777009814977646,0.03003215789794922,-0.2674213647842407,0.38603079319000244 +262,1.2885993847937809,0.9071248926137011,2.0698707836532892,0.5916472673416138,-0.7877358794212341,-0.17153891921043396,0.8170819878578186,-0.7597134113311768,-0.04632466286420822,-0.033404529094696045,0.0911417007446289,0.07359273731708527 +263,1.271556985881455,0.9014289324669842,2.0222571391615984,0.5929161310195923,-0.7842143774032593,-0.18291640281677246,-0.2795654535293579,-0.3763505816459656,-0.13044512271881104,-0.3388420343399048,0.5505412220954895,0.08956313133239746 +264,1.2558719967272487,0.8837791118628335,1.977902939139334,0.6030421853065491,-0.7731412053108215,-0.19645047187805176,0.69527667760849,-0.45274606347084045,-0.2917460799217224,-0.22232013940811157,0.2360929250717163,-0.07259248197078705 +265,1.235004281922163,0.8657027081887034,1.955282770455787,0.6119081974029541,-0.7615509033203125,-0.21356171369552612,-0.882806122303009,-0.24768105149269104,-0.3440428078174591,0.23855561017990112,-0.0018157958984375,-0.4982455372810364 +266,1.1217485751056004,0.8137503652792283,2.0319901216997147,0.6186908483505249,-0.7268679738044739,-0.2981354594230652,-0.45495471358299255,-0.05919012054800987,0.01100145187228918,0.2443767786026001,-0.4347836375236511,0.5453125834465027 +267,1.1907133796501885,0.8264846592495154,1.9802683343103131,0.6291176676750183,-0.7355543971061707,-0.2513381242752075,1.7053190469741821,0.9558457732200623,-0.20668603479862213,-0.1789376139640808,0.056187331676483154,-0.07008826732635498 +268,1.4035882806277795,0.8596576379907014,1.853651582609699,0.643593966960907,-0.7576191425323486,-0.10862834751605988,-0.19786392152309418,0.7714494466781616,0.22981132566928864,-0.4228755831718445,0.4595843553543091,-0.026564553380012512 +269,1.4688092557362773,0.8936270710581393,1.8601391941144265,0.6233334541320801,-0.7793495655059814,-0.06379328668117523,0.6258533596992493,0.370310515165329,0.2778402268886566,-0.09829384088516235,0.4107888340950012,-0.14514529705047607 +270,1.4187560316160743,0.9140276278886864,1.9513917753229584,0.6035177111625671,-0.7919692397117615,-0.09247265011072159,-1.0653005838394165,0.42365357279777527,0.2680005431175232,0.49079692363739014,-0.2090684175491333,-0.5649217963218689 +271,1.2586429603319877,0.8774485349273581,2.1409137798162363,0.6082301139831543,-0.7691106796264648,-0.19627796113491058,-1.3089609146118164,0.2641453444957733,-0.177615225315094,-0.0957942008972168,-0.38768863677978516,0.422657310962677 +272,1.2643846095186348,0.8720170523595091,2.0804999900517567,0.6133208870887756,-0.7656280398368835,-0.1940397322177887,1.2805349826812744,-1.0026334524154663,-0.14155623316764832,-0.10296010971069336,0.22635191679000854,0.08600753545761108 +273,1.2764467157324715,0.8681590357612919,1.999190706732762,0.6184386014938354,-0.7631405591964722,-0.1874833106994629,-0.3671036660671234,-0.03165353089570999,-0.1117788702249527,-0.3946227431297302,0.5153379440307617,0.018232837319374084 +274,1.2491472302157056,0.8665034430268603,1.9565632321007598,0.6142886877059937,-0.762069582939148,-0.20469366014003754,0.5615119934082031,-1.0416375398635864,0.02934224158525467,-0.14842259883880615,0.02192676067352295,-0.24100035429000854 +275,1.2056976603128242,0.8516730873411242,1.97844995582825,0.6153075695037842,-0.7523835897445679,-0.2351921796798706,-1.2545084953308105,0.05017644166946411,0.004169914871454239,0.31904906034469604,-0.5859189033508301,-0.1087866723537445 +276,1.1055154682000434,0.8341500642758275,2.0541069590198995,0.6003913283348083,-0.7407258152961731,-0.3014223873615265,0.11015941947698593,-0.4546525776386261,0.04014110192656517,0.5160636901855469,-0.1759917140007019,0.5452731847763062 +277,1.2542009648226837,0.8583781161568795,1.9388826926670035,0.6211792230606079,-0.7567833662033081,-0.2035077065229416,1.4784475564956665,1.3372009992599487,-0.08341436833143234,-0.3774200677871704,0.23114866018295288,0.009614229202270508 +278,1.4546487323000448,0.88925852564984,1.830965146813547,0.6257435083389282,-0.7766048312187195,-0.07300719618797302,0.04628850147128105,0.4910297095775604,0.3006383776664734,-0.3862110376358032,0.509804904460907,0.009149134159088135 +279,1.492956592697171,0.9244124414872152,1.8312759901624598,0.6004801988601685,-0.7982670068740845,-0.046835850924253464,-0.22193843126296997,0.2513161897659302,0.24157385528087616,0.5204762816429138,-0.3716855049133301,-0.36220651865005493 +280,1.3398125801945246,0.91034331006866,2.0462250562756172,0.5971818566322327,-0.7897143959999084,-0.1404459923505783,-1.7406119108200073,-0.4738174378871918,-0.2615891695022583,0.49820083379745483,-0.554325520992279,0.519581139087677 +281,1.256932787641575,0.853896056845142,2.1605856844883276,0.6249527931213379,-0.7538460493087769,-0.2028551697731018,0.705361008644104,-1.2271053791046143,-0.14655853807926178,-0.11253213882446289,-0.5015098452568054,-0.2626599669456482 +282,1.2096724564544827,0.840723592210329,2.1080917797548495,0.6239075064659119,-0.7451258897781372,-0.2356414496898651,-0.09103430807590485,-0.15651772916316986,-0.1678512841463089,-0.24048465490341187,0.5258113145828247,0.22256463766098022 +283,1.2019646538234567,0.8175724167734011,2.0902663860473725,0.6379950046539307,-0.7294875383377075,-0.24659761786460876,0.38048815727233887,-0.5752125382423401,-0.3107685148715973,-0.40021729469299316,0.37696373462677,0.06851232051849365 +284,1.265302634198232,0.8357805302103,1.9573026558138782,0.6395491361618042,-0.7418201565742493,-0.20169201493263245,0.7833978533744812,-0.14036646485328674,-0.12262185662984848,0.20104223489761353,-0.18878281116485596,-0.42730581760406494 +285,1.1909550016923907,0.8032502318041985,2.0137592568197675,0.6448789834976196,-0.7196167707443237,-0.2574542164802551,-0.8164640069007874,-0.33146780729293823,-0.3371427655220032,0.5213654637336731,-0.5562315583229065,0.3366778790950775 +286,1.169590866252595,0.7780215190609535,2.0295010107550033,0.6557402610778809,-0.7018715143203735,-0.2781747877597809,0.330923467874527,0.32376593351364136,-0.08435489982366562,0.29413461685180664,-0.09053266048431396,0.2697519063949585 +287,1.316307784754134,0.794954368608228,1.9476103047580624,0.6777614951133728,-0.7138316631317139,-0.17630517482757568,0.5714110136032104,1.3904595375061035,0.20030367374420166,-0.4882168769836426,0.14361071586608887,-0.06986485421657562 +288,1.41097786771126,0.838988603065732,1.8984628807303912,0.6596997976303101,-0.7439676523208618,-0.10633911937475204,0.24480190873146057,0.30136018991470337,0.3808567225933075,-0.2070174217224121,0.5051219463348389,0.16978517174720764 +289,1.4503077847907768,0.8804669070132313,1.8857251416153489,0.6321744918823242,-0.7710362672805786,-0.07654053717851639,0.29591065645217896,-0.09199661016464233,0.31952106952667236,0.428036630153656,-0.2890222668647766,-0.44090020656585693 +290,1.353914537239757,0.8858314536918906,1.9999099350712362,0.6178248524665833,-0.7744412422180176,-0.13613618910312653,-0.7972416877746582,-0.7881345152854919,-0.2635625898838043,0.675143837928772,-0.37987077236175537,0.057553425431251526 +291,1.2707518346755684,0.8367099880678079,2.0981162184051225,0.639979898929596,-0.7424431443214417,-0.19800017774105072,0.027285683900117874,-0.18563884496688843,-0.31043630838394165,-0.27827030420303345,-0.5769080519676208,0.04776217043399811 +292,1.2934080009033686,0.8438069927554592,2.012113914105797,0.6392172574996948,-0.7471787333488464,-0.18200357258319855,0.41482850909233093,0.28096306324005127,-0.0834956094622612,-0.12505710124969482,0.45353859663009644,0.22483497858047485 +293,1.3000225477310743,0.8463518990333915,2.0513676437721338,0.6385728716850281,-0.7488677501678467,-0.1772623211145401,0.13702178001403809,-0.49008768796920776,0.11630820482969284,-0.4419786334037781,0.4009520411491394,-0.044829368591308594 +294,1.2999033173600063,0.8799912824806954,1.9611263427896375,0.6139221787452698,-0.7707332968711853,-0.1704983413219452,0.6453636288642883,-0.8477696180343628,-0.017039543017745018,0.2795714735984802,-0.08352994918823242,-0.3478121757507324 +295,1.2432083848560427,0.8552740959027123,2.006727959418914,0.6211257576942444,-0.7547507286071777,-0.21107842028141022,-1.1889495849609375,-0.5299096703529358,-0.07906915247440338,0.2963241934776306,-0.678705632686615,0.211322620511055 +296,1.16005087733103,0.8486834544903241,2.009835721504526,0.6059943437576294,-0.7504108548164368,-0.263921320438385,0.4109877049922943,-0.5810984373092651,0.001500407699495554,0.3568199872970581,-0.05578726530075073,0.50443035364151 +297,1.3164515527036473,0.865925125845912,1.9245632458696251,0.6270906329154968,-0.7616950273513794,-0.16302797198295593,0.7457568049430847,1.7533454895019531,-0.041712723672389984,-0.2883760333061218,0.16763979196548462,-0.01705622673034668 +298,1.4308671650096716,0.8850257108856742,1.8548946039962935,0.627079963684082,-0.7739312648773193,-0.08832399547100067,-0.05340006947517395,0.10556076467037201,0.3425583243370056,-0.2817736268043518,0.4104211926460266,0.10660404711961746 +299,1.501225383791685,0.909892249928674,1.84391034119809,0.6123459339141846,-0.7894375920295715,-0.0426703505218029,-0.46839967370033264,0.7892839312553406,0.18893484771251678,0.35385584831237793,-0.31357449293136597,-0.4250115156173706 +300,1.3645626797687584,0.9125987010236049,1.9928303288736733,0.5987297892570496,-0.791096031665802,-0.125259131193161,-0.5188443660736084,-0.8653326034545898,-0.1323055922985077,0.7618811726570129,-0.2684285044670105,0.21008270978927612 +301,1.2770670497610734,0.8696993133598524,2.066124829575124,0.617429256439209,-0.7641350030899048,-0.18675918877124786,0.36554232239723206,-0.27875444293022156,-0.3543138802051544,-0.1839575171470642,-0.5307106375694275,0.04808734357357025 +302,1.3184308675875376,0.8769801577118875,1.9188897542629761,0.619219958782196,-0.7688112854957581,-0.1596740037202835,0.4116629660129547,-0.21642979979515076,-0.16096286475658417,-0.10122990608215332,0.5082827210426331,0.23554068803787231 +303,1.2954698826800737,0.8577571300507667,1.9733075325768148,0.6294986009597778,-0.7563773393630981,-0.17783403396606445,0.2200787216424942,-0.24284480512142181,-0.1881314218044281,-0.39695465564727783,0.44726473093032837,0.005714893341064453 +304,1.3240565303302074,0.8648414522104668,1.870058364287741,0.629112184047699,-0.7609924077987671,-0.1584557592868805,0.40507733821868896,-0.529704213142395,-0.06131930276751518,0.19593048095703125,-0.12581777572631836,-0.362128347158432 +305,1.2637361812964312,0.8285986782445386,1.928889486886172,0.6442944407463074,-0.73698490858078,-0.2042987048625946,-1.1147689819335938,-0.5181242823600769,-0.32669422030448914,0.3585437536239624,-0.589339554309845,0.2621905505657196 +306,1.1760449472720986,0.812157792364273,1.973631542153096,0.6350265145301819,-0.725773274898529,-0.26456475257873535,0.705989420413971,-0.20644955337047577,0.05348837003111839,0.4022201895713806,-0.08294254541397095,0.40024590492248535 +307,1.3598296259328406,0.8424584020310705,1.8231906100070987,0.6508724689483643,-0.7462817430496216,-0.13938647508621216,1.1721796989440918,1.6896241903305054,0.046737298369407654,-0.34999966621398926,0.15665167570114136,-0.002825438976287842 +308,1.4912271731576023,0.8852431060798839,1.729475452457123,0.6310982704162598,-0.7740688920021057,-0.05032220110297203,0.11736106872558594,-0.006285299081355333,0.5346801280975342,-0.35878992080688477,0.4443417191505432,0.08045828342437744 +309,1.5059060407775182,0.9357020703737308,1.7625520350677282,0.5920050144195557,-0.8050158023834229,-0.03846938535571098,-0.5270015597343445,0.38325512409210205,0.37883850932121277,0.5264948010444641,-0.3152236342430115,-0.3815593123435974 +310,1.3729671710386033,0.9444716359154223,1.9180593268196702,0.574738085269928,-0.8101873397827148,-0.11520681530237198,-1.1095415353775024,-0.9456163644790649,-0.10400895774364471,0.6165612936019897,-0.35385990142822266,0.28991997241973877 +311,1.263844401063508,0.8875366570755492,2.0599779847852413,0.6018155217170715,-0.7755189538002014,-0.19075743854045868,0.12519022822380066,0.3141840398311615,-0.4418385624885559,-0.1799405813217163,-0.6351103782653809,0.1096111536026001 +312,1.309100138120697,0.8914837811846036,1.8981829229783087,0.606867790222168,-0.7780048251152039,-0.16254261136054993,0.5665544867515564,-0.5342085957527161,-0.2908870279788971,-0.007105827331542969,0.4808093309402466,0.13156723976135254 +313,1.2536951444153206,0.881289350240548,1.9219344095743263,0.6044402122497559,-0.7715597748756409,-0.1983623504638672,0.17160098254680634,-0.5602043271064758,-0.10440617799758911,-0.44252920150756836,0.4337453842163086,0.1258525848388672 +314,1.222836749803994,0.8951597967151584,1.8527881920470655,0.5879145264625549,-0.7803090214729309,-0.2132471203804016,0.48731729388237,-1.0570094585418701,-0.0015557620208710432,0.26543325185775757,-0.1558024287223816,-0.4697820544242859 +315,1.1834700452040645,0.8534939962275471,1.9087479527310123,0.608659029006958,-0.7535818219184875,-0.2482920140028,-0.9445865750312805,-0.17451420426368713,-0.36824992299079895,0.19344979524612427,-0.5407451391220093,0.2474069893360138 +316,1.1193787637174126,0.8190454592769261,1.9544323689519056,0.6145103573799133,-0.7304942607879639,-0.2979174554347992,0.34892207384109497,-0.24392485618591309,-0.2366415411233902,0.39017391204833984,-0.10309326648712158,0.3242083787918091 +317,1.2829102454933865,0.8365690246916031,1.7632977244553583,0.642440140247345,-0.7423486709594727,-0.19023427367210388,1.6396280527114868,1.5130761861801147,-0.09792114049196243,-0.41567927598953247,0.17549997568130493,0.14558710157871246 +318,1.4338020621759036,0.868799249511828,1.6926639268049155,0.6396939158439636,-0.7635540962219238,-0.08818676322698593,-0.6705304384231567,0.4416271448135376,0.5238909721374512,-0.33331263065338135,0.40343141555786133,0.034796297550201416 +319,1.4616890793420534,0.9237583768303543,1.712873879104392,0.5992411375045776,-0.7978729009628296,-0.06564223766326904,-0.17829012870788574,0.16218748688697815,0.4457002878189087,0.4755726456642151,-0.29104000329971313,-0.47538864612579346 +320,1.3365200231560421,0.9305051139259115,1.8898770248062686,0.5811086893081665,-0.8019217848777771,-0.1386866271495819,-0.9626314043998718,-0.49250656366348267,0.0361003577709198,0.5842965245246887,-0.29440683126449585,0.3413081169128418 +321,1.2330195747599146,0.8888324528403804,2.0108180771607156,0.5947020053863525,-0.7763363718986511,-0.20888158679008484,-0.14850027859210968,0.2979258894920349,-0.16551168262958527,-0.27658677101135254,-0.5379489064216614,0.08005166053771973 +322,1.264325680096111,0.9002165072966817,1.9198349173186418,0.5924839377403259,-0.7834614515304565,-0.18748584389686584,0.1964235007762909,0.21469509601593018,-0.11862634122371674,-0.15339702367782593,0.4706105589866638,0.22471731901168823 +323,1.2768150444892505,0.8851120216505067,1.9654626707331873,0.6060370206832886,-0.7739859223365784,-0.18347999453544617,0.11665022373199463,0.19332364201545715,-0.08128071576356888,-0.3599127531051636,0.44670015573501587,-0.012305498123168945 +324,1.2974903429272902,0.8982388220856203,1.9190437440808614,0.5998656749725342,-0.7822309136390686,-0.16815471649169922,0.4639947712421417,-0.051187664270401,0.05591515824198723,0.08276677131652832,0.07153761386871338,-0.22781085968017578 +325,1.3007722303955427,0.8774824402155593,1.92367798446816,0.6159318685531616,-0.7691323757171631,-0.1704801321029663,-0.920418381690979,-0.2994595170021057,-0.1644061952829361,0.2840162515640259,-0.3566458225250244,-0.1482912302017212 +326,1.1729431631448402,0.8406645048298862,2.002267421542122,0.6148743629455566,-0.7450864911079407,-0.25841012597084045,0.48432549834251404,-0.4311063289642334,-0.420817106962204,0.16196590662002563,-0.2043001651763916,0.32615914940834045 +327,1.2301739828565723,0.8557395028669714,1.868471085390163,0.6179906129837036,-0.7550559639930725,-0.21903888881206512,1.2384285926818848,0.1175093948841095,-0.0987689420580864,0.03336125612258911,0.11304247379302979,0.29777419567108154 +328,1.4538368049967463,0.8813342176232349,1.7371049653087465,0.6317762732505798,-0.7715882658958435,-0.07423104345798492,0.031339630484580994,0.11259498447179794,0.3445914685726166,-0.43016189336776733,0.317990243434906,-0.41514885425567627 +329,1.4393587474008713,0.9084700138225263,1.7688263433548528,0.6096486449241638,-0.7885637879371643,-0.08059539645910263,0.03523828834295273,0.6287476420402527,0.3013077974319458,0.033066749572753906,0.0937548279762268,0.09165805578231812 +330,1.417068410884586,0.9375784948865171,1.8561566401987435,0.5847634673118591,-0.8061275482177734,-0.0906093642115593,-1.000927448272705,0.35209864377975464,0.2105344980955124,0.34652620553970337,-0.08985322713851929,-0.3246433734893799 +331,1.2929680264750256,0.9228906154901945,2.0089677659446123,0.5803748369216919,-0.7973495125770569,-0.16552552580833435,-0.6948513388633728,-0.03950762748718262,-0.14170433580875397,0.11142808198928833,-0.35479581356048584,0.32333189249038696 +332,1.2680748443439438,0.903779419272492,2.0185473820968824,0.5905142426490784,-0.7856706380844116,-0.1844298094511032,0.670337975025177,-0.743202269077301,-0.024105817079544067,-0.3001853823661804,-0.22273683547973633,-0.11085830628871918 +333,1.2604165058405885,0.9066210156714274,2.0250011718909935,0.5869566202163696,-0.7874253988265991,-0.18826419115066528,-0.7994733452796936,0.33818936347961426,0.00029642507433891296,-0.21856361627578735,0.46769261360168457,0.0836193859577179 +334,1.2465127301932568,0.8875762250000304,2.0768039213998333,0.5983899235725403,-0.7755439281463623,-0.2011488974094391,0.11948919296264648,0.2980300784111023,-0.009206653572618961,-0.33250558376312256,0.37657248973846436,-0.10349282622337341 +335,1.2813293754547548,0.8847453539424434,2.0015022411268166,0.6071310639381409,-0.7737537026405334,-0.18082328140735626,0.14867998659610748,-0.1434670090675354,-0.35128453373908997,0.23243802785873413,-0.37048763036727905,-0.22776126861572266 +336,1.2369431307309366,0.847405285910344,2.0432377313668324,0.6253830790519714,-0.7495654225349426,-0.21690526604652405,-0.8960481882095337,-0.35013559460639954,0.012767888605594635,0.23275601863861084,-0.6943738460540771,0.04222258925437927 +337,1.1425015886973438,0.8443885747056022,2.025402854179493,0.6041958332061768,-0.7475651502609253,-0.2758508622646332,0.6310256123542786,-1.1244463920593262,-0.09657225012779236,0.46063870191574097,-0.04891306161880493,0.43580880761146545 +338,1.333111494970416,0.8602612091843674,1.870178108753424,0.6339023113250732,-0.7580129504203796,-0.15357187390327454,1.1512120962142944,1.8320258855819702,-0.18409205973148346,-0.33019137382507324,0.21312159299850464,-0.047691524028778076 +339,1.4219490815458866,0.8831121095171294,1.8772738544756908,0.6277309656143188,-0.7727180123329163,-0.09413222968578339,-0.68015456199646,0.42272743582725525,0.4922192096710205,-0.39559900760650635,0.42136913537979126,0.11901932954788208 +340,1.4629707182440375,0.9276079723489472,1.9163731418333714,0.5962668061256409,-0.8001875877380371,-0.06454315781593323,-0.3075823485851288,0.8444541692733765,0.4276094436645508,0.37335294485092163,-0.23635715246200562,-0.2790847420692444 +341,1.3990116962525414,0.9518495611000775,2.0333459858664087,0.5716381669044495,-0.8144899606704712,-0.09917613118886948,-0.5658987164497375,-0.532134473323822,0.050522301346063614,0.716920793056488,-0.21065646409988403,-0.015585236251354218 +342,1.2994613220566027,0.9199831779583253,2.073390607465903,0.5836687088012695,-0.795591413974762,-0.16237424314022064,-0.21782773733139038,-0.4917541742324829,-0.43425023555755615,-0.16142743825912476,-0.3944721221923828,0.28285765647888184 +343,1.3233492958945734,0.9105805722688656,2.0086899767409325,0.5946069955825806,-0.78985995054245,-0.1502121537923813,0.8030886054039001,-0.38003304600715637,-0.09116886556148529,-0.10751599073410034,0.2648050785064697,0.0401809960603714 +344,1.3276105323689462,0.901883305591087,2.024306039600651,0.6018868684768677,-0.7844961881637573,-0.1493256837129593,-0.2990957796573639,0.2844807505607605,-0.1284433752298355,-0.4258003830909729,0.46305447816848755,0.08804641664028168 +345,1.3961006298553067,0.9067149833897613,1.9489857543245919,0.6069550514221191,-0.7874833345413208,-0.10712441802024841,1.269087791442871,0.02290380746126175,-0.033346280455589294,-0.14250802993774414,0.0790940523147583,-0.2168043851852417 +346,1.4515784411463135,0.8947621324423636,1.875635743605034,0.6212630867958069,-0.7800602912902832,-0.0744185745716095,-0.34550559520721436,0.07720724493265152,-0.34352967143058777,0.20268100500106812,-0.2439875602722168,-0.2774338126182556 +347,1.2962750600428345,0.8723873454029397,1.9887847917539405,0.618922770023346,-0.7658661603927612,-0.17430835962295532,0.16765040159225464,-1.5382007360458374,0.003476899117231369,0.20540273189544678,-0.3419218063354492,0.08571584522724152 +348,1.2877652776038868,0.8920822982586232,1.9261069372449957,0.602814793586731,-0.7783806920051575,-0.17532198131084442,0.8584445714950562,0.5440967679023743,0.03908563032746315,-0.07232785224914551,0.27043086290359497,0.3213791251182556 +349,1.5644907533789085,0.907193302922517,1.7240336117937405,0.6159470081329346,-0.7877780199050903,-0.003883950412273407,0.4202105700969696,0.9490639567375183,0.22170479595661163,-0.48664402961730957,0.35097992420196533,-0.2662423849105835 +350,1.5398248422872796,0.9374635358485991,1.7660691002017537,0.5915504097938538,-0.8060595393180847,-0.018327055498957634,-0.13240870833396912,0.25548091530799866,0.37818098068237305,0.1714499592781067,0.10804629325866699,0.19069033861160278 +351,1.5199543544975402,0.9650964661263512,1.8894984678024547,0.5686017870903015,-0.8221038579940796,-0.028933770954608917,-0.8797833919525146,-0.060633786022663116,0.0964391902089119,0.5386979579925537,-0.16309505701065063,-0.7060210704803467 +352,1.332673989096209,0.9210324510860219,2.0606886357633116,0.5879270434379578,-0.7962266802787781,-0.14270606637001038,-0.7230885028839111,0.01650562696158886,-0.6162520051002502,-0.10581034421920776,-0.2996137738227844,0.46024149656295776 +353,1.343196289606975,0.8937170894506915,2.015727110134628,0.610361635684967,-0.779405951499939,-0.1413678377866745,1.05442214012146,-1.1826225519180298,0.008302642032504082,-0.23885595798492432,0.12022638320922852,0.023737803101539612 +354,1.3399879184402492,0.8998308583250988,1.9587732452306446,0.605255126953125,-0.7832217812538147,-0.14223268628120422,-0.4146369695663452,0.12743499875068665,-0.040201231837272644,-0.3499144911766052,0.5007051229476929,0.03127078711986542 +355,1.3512600186633386,0.8920642545043388,1.9437010311242966,0.6127384305000305,-0.7783693671226501,-0.1367219239473343,0.30459070205688477,-0.31380176544189453,0.0596529021859169,-0.24034768342971802,0.15036338567733765,-0.1835142970085144 +356,1.3325223147481333,0.884777374448395,1.8994183204308497,0.6155644059181213,-0.7737739682197571,-0.14951328933238983,-0.22121229767799377,-0.4064224660396576,-0.29097145795822144,0.1958826780319214,-0.35320961475372314,-0.6126327514648438 +357,1.2145444506310215,0.8406446755069565,2.0218950786169607,0.6251033544540405,-0.7450732588768005,-0.2326195240020752,0.18447628617286682,-1.2649385929107666,-0.3211163282394409,0.25531357526779175,-0.29977238178253174,0.08398362994194031 +358,1.2283629970617087,0.8435895248029693,1.8961264755433618,0.6261883974075317,-0.7470341920852661,-0.2232218086719513,0.9265159964561462,0.383159875869751,-0.1689196079969406,-0.05563175678253174,0.1848393678665161,0.2658090591430664 +359,1.4758091558974966,0.8559756011057557,1.706625881992476,0.6525272130966187,-0.7552107572555542,-0.062168799340724945,0.9505050182342529,1.3794695138931274,0.06346330046653748,-0.42021214962005615,0.2682112455368042,-0.15891575813293457 +360,1.5195376669892948,0.9072756730110578,1.719193886455679,0.6150854825973511,-0.7878287434577942,-0.03155609965324402,-0.28454068303108215,0.019740553572773933,0.6877375841140747,0.057781338691711426,0.2106192708015442,0.1237955093383789 +361,1.487587675771551,0.9631100166820294,1.849107234293757,0.5689943432807922,-0.8209712505340576,-0.047454822808504105,-0.7238926887512207,0.4694420099258423,0.31933218240737915,0.44135117530822754,-0.15099847316741943,-0.7064971923828125 +362,1.30480068486275,0.9394339490658724,2.0874992838031274,0.5694867372512817,-0.8072240948677063,-0.1551576852798462,-0.9517356157302856,0.9648971557617188,-0.5164656043052673,0.031755268573760986,-0.35548025369644165,0.4105440676212311 +363,1.3869751094006069,0.913838117474913,2.004226405318837,0.6004219651222229,-0.7918535470962524,-0.11163048446178436,1.443821668624878,-0.9222643971443176,0.007272479590028524,-0.22464382648468018,0.25793325901031494,0.020443975925445557 +364,1.4190117655172607,0.9196941529297982,1.9010090472569803,0.599095344543457,-0.7954162955284119,-0.0916382446885109,-0.31910786032676697,-0.1035628616809845,0.06466671824455261,-0.3082323670387268,0.49881601333618164,0.014489836990833282 +365,1.4107882780917447,0.9170171107248164,1.8652550436233928,0.6004214882850647,-0.7937909960746765,-0.09690064936876297,0.4704516530036926,-0.2479550540447235,0.13022947311401367,-0.2344089150428772,0.039762794971466064,-0.21628598868846893 +366,1.3717880278817745,0.9014126448238039,1.8753868638162636,0.6082560420036316,-0.7842042446136475,-0.12267173826694489,-0.8800075054168701,0.2135809063911438,-0.48331204056739807,0.41104626655578613,-0.23421311378479004,-0.25277072191238403 +367,1.2290750332659184,0.8680520901059224,2.0051099916603996,0.6089439988136292,-0.7630714178085327,-0.21658599376678467,0.3418232202529907,-0.6854992508888245,-0.027653781697154045,0.09282302856445312,-0.25722289085388184,0.4770229756832123 +368,1.321153259319748,0.8932395372799806,1.858179690939755,0.6074581146240234,-0.7791066765785217,-0.15487858653068542,1.5052295923233032,0.9796090722084045,-0.15470761060714722,-0.2430019974708557,0.2465749979019165,0.13200564682483673 +369,1.5515612288334037,0.9158705663521578,1.7254675102687895,0.6089876294136047,-0.7930931448936462,-0.011715381406247616,-0.550901472568512,0.10497161746025085,0.2233959585428238,-0.4399508237838745,0.598177433013916,-0.23260831832885742 +370,1.538657412431094,0.9543764333824153,1.7789680368201592,0.5778194069862366,-0.8159534335136414,-0.018576884642243385,-0.0743713527917862,0.5739913582801819,0.333023339509964,0.304932177066803,-0.17888927459716797,-0.03022068925201893 +371,1.4621027719008262,0.9798938791099855,1.9133260876626572,0.5538231730461121,-0.8304382562637329,-0.06043519824743271,-1.1220711469650269,-0.6950709223747253,0.12619175016880035,0.6353248357772827,-0.29376840591430664,0.013132922351360321 +372,1.3066315500049726,0.9288758681107612,2.1056363202179185,0.5779651999473572,-0.800947368144989,-0.15633150935173035,-0.36764970421791077,0.2730364501476288,-0.6534007787704468,-0.18698924779891968,-0.465593159198761,0.28301000595092773 +373,1.3440359499014387,0.9181497484254834,2.0062315376892643,0.5917443037033081,-0.7944793105125427,-0.13653239607810974,1.3059072494506836,-0.8977012038230896,-0.19148719310760498,-0.24024289846420288,0.3848114609718323,0.07066018879413605 +374,1.3964658757077926,0.9117999799458574,1.8925541474465388,0.6030428409576416,-0.790607213973999,-0.10620682686567307,-0.34892982244491577,-0.024376317858695984,-0.10701671242713928,-0.3926545977592468,0.5706821084022522,-0.007135465741157532 +375,1.3177667918343416,0.9057178727860307,1.9341768374220918,0.5974709391593933,-0.7868683934211731,-0.1544889509677887,0.1845962107181549,-0.7270374298095703,0.19103263318538666,-0.05755394697189331,-0.15968012809753418,-0.2573763132095337 +376,1.2730320287697785,0.8779028109414345,1.9577960493913622,0.610657274723053,-0.769400954246521,-0.1874035745859146,-1.0728647708892822,0.17507168650627136,-0.3087908923625946,0.2974848747253418,-0.14420390129089355,-0.4304095506668091 +377,1.1176230500034594,0.820645996689594,2.1299083573275306,0.612934410572052,-0.7315863966941833,-0.29848363995552063,0.3342365026473999,-0.4800146520137787,-0.23010630905628204,0.23655277490615845,-0.20522695779800415,0.21976354718208313 +378,1.203589747602848,0.8400352330339617,2.002851683473252,0.6229411959648132,-0.7446666359901428,-0.23961617052555084,1.2391269207000732,0.535661518573761,-0.20902661979198456,-0.30862540006637573,0.2967754602432251,0.11850716173648834 +379,1.415440767731436,0.8520692928349369,1.8336545167618699,0.6504974961280823,-0.7526444792747498,-0.10187935829162598,0.1238195076584816,1.3189265727996826,0.24902382493019104,-0.4390259385108948,0.2836502194404602,-0.06377007067203522 +380,1.4539829313360781,0.9097682654450827,1.867272352284809,0.6097447872161865,-0.7893614768981934,-0.0715521052479744,0.3660082221031189,0.0021439092233777046,0.49409961700439453,0.3967706561088562,-0.08917850255966187,-0.16964352130889893 +381,1.3989763274223905,0.9425785865138124,1.999320623701502,0.5790499448776245,-0.8090762495994568,-0.10048314183950424,-1.5400651693344116,0.156069815158844,0.38690459728240967,0.512975811958313,-0.4762631058692932,0.08932900428771973 +382,1.2868437500059389,0.89489734114906,2.2511730941644124,0.6005474328994751,-0.7801448702812195,-0.1752629280090332,-0.30552908778190613,1.0636448860168457,-0.5006617903709412,-0.2900004982948303,-0.5258244872093201,0.1880650371313095 +383,1.3325944132438512,0.8884327498142731,2.1079220348028938,0.612822413444519,-0.7760843634605408,-0.14880049228668213,0.9951687455177307,-0.7254679203033447,-0.3228552043437958,-0.05129903554916382,0.39762067794799805,0.08506454527378082 +384,1.2730625232715538,0.8678684391961301,2.129834505905067,0.6180127859115601,-0.7629526853561401,-0.18964028358459473,-0.46534568071365356,-0.5006281137466431,-0.1876411736011505,-0.36523568630218506,0.5210551023483276,0.08807778358459473 +385,1.2670492531941182,0.855296459710159,2.069302589283335,0.6259650588035583,-0.7547654509544373,-0.19620664417743683,0.6803626418113708,-1.0109484195709229,-0.12487908452749252,-0.10634225606918335,0.02657020092010498,-0.33028262853622437 +386,1.2165515587155897,0.825079493783364,2.0881589269977825,0.6363698244094849,-0.7346017360687256,-0.2353590577840805,-1.1694731712341309,0.4350493848323822,-0.15060357749462128,0.2444896101951599,-0.5551627278327942,-0.1603013575077057 +387,1.1184596970903513,0.782617169986544,2.181209035725743,0.6377579569816589,-0.7051376104354858,-0.30991223454475403,0.014246298000216484,-0.36008796095848083,-0.11982665210962296,0.329237163066864,-0.07965236902236938,0.5079102516174316 +388,1.255107195007072,0.8098046378163483,2.0349971696538347,0.6555596590042114,-0.7241524457931519,-0.21411359310150146,1.5923393964767456,0.8744920492172241,-0.09943569451570511,-0.3437616229057312,0.20652860403060913,0.06968918442726135 +389,1.483258335752995,0.8418960510777259,1.8314465086229652,0.6634992361068726,-0.7459073066711426,-0.0582302063703537,0.02391933649778366,0.24166229367256165,0.14837601780891418,-0.32405227422714233,0.33153975009918213,-0.11695592850446701 +390,1.48343255791258,0.9017782398370847,1.861837889429405,0.6178504824638367,-0.7844310402870178,-0.05411549657583237,0.8956220746040344,-0.0026725302450358868,0.44723913073539734,0.3676077723503113,-0.0453571081161499,-0.20442938804626465 +391,1.416382605915799,0.9293154337717355,1.9892837892423074,0.5912628769874573,-0.8012105226516724,-0.09203172475099564,-1.370600938796997,-0.40427055954933167,0.2246895581483841,0.6015928983688354,-0.43687230348587036,0.15399765968322754 +392,1.2896352054850808,0.8909161734980221,2.160516569531182,0.6040132641792297,-0.7776480913162231,-0.1744462102651596,0.001284956932067871,0.061714138835668564,-0.351784348487854,-0.25109273195266724,-0.5361489057540894,0.1352616548538208 +393,1.308674491613464,0.8914838597002006,2.1028547939851747,0.6067983508110046,-0.7780048251152039,-0.1628008633852005,0.18562902510166168,-0.04087047651410103,-0.1513330340385437,-0.054460763931274414,0.4417470097541809,0.110203817486763 +394,1.2898790640150952,0.884932375640084,2.102007615133731,0.6085158586502075,-0.7738721370697021,-0.17558585107326508,0.18748901784420013,-0.49458175897598267,-0.0883474349975586,-0.46399986743927,0.5251691341400146,0.05530083179473877 +395,1.2749312933564012,0.8846948241633965,1.9966674823391302,0.6059991121292114,-0.7737216949462891,-0.1847154200077057,0.2416602224111557,-1.4397867918014526,-0.21716192364692688,0.1487310528755188,-0.24121659994125366,-0.3800276517868042 +396,1.2142803283803711,0.8262625267194533,2.0599622156040494,0.6350185871124268,-0.7354038953781128,-0.23650024831295013,-1.7415755987167358,-0.11585616320371628,-0.2523888051509857,0.21730679273605347,-0.7380610108375549,0.19621707499027252 +397,1.1210191319451777,0.8020782949969354,2.0665560837388646,0.6260711550712585,-0.7188025116920471,-0.3022548258304596,0.8437263369560242,-0.6279194951057434,-0.21597439050674438,0.35017091035842896,0.08870607614517212,0.4804774522781372 +398,1.3151126374691198,0.831642845704653,1.8899653459279246,0.6517623662948608,-0.7390390634536743,-0.17037397623062134,1.4276647567749023,1.1474374532699585,-0.167270228266716,-0.39427024126052856,0.14602142572402954,-0.020238831639289856 +399,1.4180747817566577,0.8621458117549009,1.8446462889179247,0.6432349681854248,-0.7592408061027527,-0.0990067794919014,-0.33033487200737,0.2617981433868408,0.5645086169242859,-0.34767216444015503,0.3743835687637329,0.1059952825307846 +400,1.4623475109933597,0.9157040206805992,1.8557802789712385,0.6056536436080933,-0.7929916977882385,-0.06594113260507584,-0.5341571569442749,0.8701057434082031,0.41834279894828796,0.6894056797027588,-0.3518601655960083,-0.5344769358634949 +401,1.3322824562137892,0.932506685366403,2.0149130877312973,0.578954815864563,-0.8031160235404968,-0.14076831936836243,-1.051274299621582,-0.6969107389450073,0.03708026930689812,0.6382997035980225,-0.1206357479095459,0.4634764790534973 +402,1.248539611246178,0.87449615685034,2.1348889460007365,0.6083671450614929,-0.7672204375267029,-0.20313124358654022,0.08851904422044754,0.6720167994499207,-0.5652252435684204,-0.19888228178024292,-0.4970617890357971,0.18651443719863892 +403,1.3174490462474042,0.8729606093033256,1.9817779884505333,0.6220495700836182,-0.7662346363067627,-0.16105516254901886,0.08941125124692917,-0.5787091255187988,-0.20185180008411407,-0.06052619218826294,0.44473201036453247,0.05219896137714386 +404,1.259069670574673,0.8534280134683794,2.011913331213577,0.6257205605506897,-0.7535384297370911,-0.2016274333000183,0.3870483636856079,-0.4069891571998596,-0.22892208397388458,-0.4263034462928772,0.42605429887771606,0.10206389427185059 +405,1.2389627663830582,0.8592774117110613,1.9098130417743195,0.6173624396324158,-0.7573709487915039,-0.21272756159305573,0.6681129336357117,-1.1741613149642944,-0.15097899734973907,0.302986741065979,-0.22918617725372314,-0.29947951436042786 +406,1.199464622615488,0.8274620291819175,1.9641422077652007,0.630622923374176,-0.7362161874771118,-0.24556204676628113,-1.5877081155776978,-0.31672829389572144,-0.08473259955644608,0.33066558837890625,-0.6239675879478455,0.26982352137565613 +407,1.1284254258314803,0.8098855351456932,2.0069607178736004,0.623201847076416,-0.7242082357406616,-0.29519835114479065,0.721019983291626,-0.386678546667099,-0.1651318222284317,0.322690486907959,0.015498518943786621,0.29895204305648804 +408,1.3104515570200106,0.8416308403619591,1.812757595103881,0.6437956690788269,-0.7457306385040283,-0.17150120437145233,1.6431419849395752,1.0629775524139404,-0.14143623411655426,-0.34928590059280396,0.2094300389289856,0.01464088261127472 +409,1.4727084146540284,0.8768563705034828,1.697800662759299,0.6364967823028564,-0.7687321305274963,-0.06263364106416702,-0.08388970047235489,0.514188826084137,0.5191088318824768,-0.37703633308410645,0.40278053283691406,0.06942379474639893 +410,1.523994858386427,0.9334597715898368,1.6842259714933014,0.5944055318832397,-0.8036835193634033,-0.027839381247758865,-0.3683645725250244,0.636194109916687,0.37423476576805115,0.6876226663589478,-0.3931853771209717,-0.4825823903083801 +411,1.367970944387657,0.9443669139701831,1.9068569946142357,0.5742384791374207,-0.8101259469985962,-0.11809398233890533,-1.784548282623291,-0.047774214297533035,-0.03537137061357498,0.47713786363601685,-0.3284543752670288,0.5567994117736816 +412,1.309889147281603,0.8955866287255162,2.0086547834477844,0.6039065718650818,-0.7805758714675903,-0.1612389087677002,0.522738516330719,-0.4918665289878845,-0.25721490383148193,-0.24920082092285156,-0.3549830913543701,-0.04156564176082611 +413,1.3345419998431227,0.8985135287433076,1.8685126981016607,0.6054741740226746,-0.7824020385742188,-0.14576810598373413,0.5670283436775208,-0.6361449360847473,-0.24302272498607635,-0.2516533136367798,0.4345930814743042,0.025879785418510437 +414,1.2896954363424205,0.8832652790161408,1.8680686845800885,0.6097222566604614,-0.7728152275085449,-0.17605523765087128,-0.15943312644958496,-0.27467742562294006,-0.05114670470356941,-0.2927666902542114,0.3235354423522949,0.04363948106765747 +415,1.2624095816579555,0.8928660042409042,1.8129895145820794,0.5975947380065918,-0.7788724303245544,-0.1903635710477829,0.011065431870520115,-0.44719937443733215,-0.25947681069374084,0.3760838508605957,-0.2607545852661133,-0.3887990117073059 +416,1.134881988817242,0.8277234111669207,1.956263615495505,0.613285481929779,-0.7363930344581604,-0.2856677174568176,-1.2695844173431396,-0.6442075967788696,-0.15237639844417572,0.5190844535827637,-0.8650015592575073,0.24079161882400513 +417,1.120491803245017,0.8243027364275761,1.9343728058041136,0.6113756895065308,-0.7340744733810425,-0.29555779695510864,0.9124979376792908,0.10148356854915619,-0.14871615171432495,0.13992130756378174,0.12999427318572998,0.26450616121292114 +418,1.3625736320343491,0.8519207074661777,1.7447809295480041,0.6443145871162415,-0.7525466680526733,-0.136134073138237,1.2308368682861328,1.5996795892715454,0.03968849033117294,-0.5653350949287415,0.2381575107574463,-0.059987202286720276 +419,1.4685831360305102,0.8922701933532688,1.6830833280274784,0.6243703961372375,-0.778498649597168,-0.06404207646846771,0.2081248164176941,0.4736129343509674,0.5569033026695251,-0.18775546550750732,0.34476757049560547,0.0956583023071289 +420,1.4845753879706225,0.9519388019776461,1.6975643297571645,0.5779499411582947,-0.814541757106781,-0.04995523765683174,-1.1788947582244873,0.5089620351791382,0.5521133542060852,0.5479044914245605,-0.1651182770729065,-0.7784749269485474 +421,1.288009415994936,0.9358818082591209,1.9392911408406428,0.569551408290863,-0.8051223754882812,-0.16549688577651978,-0.9927906394004822,-0.21290738880634308,-0.506246030330658,0.11096006631851196,-0.23197174072265625,0.4089966416358948 +422,1.279969587505168,0.8878596246082722,1.9338147487731574,0.6045732498168945,-0.7757228016853333,-0.1809568554162979,0.9156001806259155,-0.9984555840492249,-0.1588720977306366,-0.32976245880126953,-0.27197617292404175,-0.07420063018798828 +423,1.2768266859768653,0.9013981412555998,1.8154476096822827,0.5938948392868042,-0.7841952443122864,-0.17979636788368225,-0.05528956651687622,-0.41836923360824585,-0.18505436182022095,-0.258384644985199,0.5354160070419312,0.12636007368564606 +424,1.2684344659704845,0.8776813609937207,1.8077658411273994,0.6099516153335571,-0.769259512424469,-0.19025978446006775,0.2915419340133667,0.2029241919517517,-0.3017318546772003,-0.26769697666168213,0.325961172580719,0.03481847047805786 +425,1.310963879131564,0.8746478930140077,1.704518184598739,0.6197417974472046,-0.7673177719116211,-0.1647534817457199,0.17649443447589874,0.1536037176847458,-0.35034677386283875,0.3418518304824829,-0.19871622323989868,-0.3206438422203064 +426,1.1973605984053182,0.8195394003049853,1.828081065654426,0.6355156302452087,-0.730831503868103,-0.2490083873271942,-1.1348059177398682,-0.8279874324798584,-0.0842447429895401,0.34844744205474854,-0.5976138710975647,0.034561336040496826 +427,1.1509246089146057,0.8176536370008257,1.7904524226603893,0.6245291233062744,-0.7295430898666382,-0.27880147099494934,1.1545456647872925,0.1113814264535904,-0.15182317793369293,0.11048668622970581,0.09309905767440796,0.40731099247932434 +428,1.3786677387621447,0.8484358961956376,1.5408273714148937,0.6489923000335693,-0.7502471804618835,-0.12624721229076385,2.0519959926605225,1.3512715101242065,-0.2228238880634308,-0.5043999552726746,0.29770195484161377,0.0017049163579940796 +429,1.5168572976600152,0.8952255135774061,1.4727491437802325,0.6244333982467651,-0.7803501486778259,-0.03371403366327286,-0.42954152822494507,0.4344339370727539,0.6017820835113525,-0.14138591289520264,0.37147557735443115,-0.013252556324005127 +430,1.5242594342796936,0.9520465744443886,1.52552745320055,0.579389214515686,-0.8146042823791504,-0.02698245458304882,-1.0833323001861572,0.5766236782073975,0.4161930978298187,0.6096824407577515,-0.2534956932067871,-0.7112530469894409 +431,1.2986847923230533,0.946288383600377,1.7477221178511713,0.5631844997406006,-0.8112509250640869,-0.15714691579341888,-0.9833013415336609,-0.33240827918052673,-0.21895332634449005,0.3469107151031494,-0.3039224147796631,0.4561581015586853 +432,1.2543154057074388,0.8876545914884264,1.8168295649415322,0.5998836755752563,-0.7755934000015259,-0.1964549422264099,0.1889871060848236,-0.3610782027244568,-0.24669650197029114,-0.23927271366119385,-0.12748277187347412,0.03487962484359741 +433,1.2533697707854947,0.8807500705956938,1.741671795890039,0.6047708988189697,-0.7712165713310242,-0.19868887960910797,0.0920247733592987,-0.36507993936538696,-0.235182985663414,-0.3838083744049072,0.5610877871513367,0.15745961666107178 +434,1.261056865399479,0.8586765704649814,1.7619195680567505,0.6223447322845459,-0.756978452205658,-0.1991753727197647,-0.19995419681072235,0.48426005244255066,0.006167469546198845,-0.2732388377189636,0.2453053593635559,-0.03855660557746887 +435,1.2547709145865218,0.8823499332558109,1.7149775098226847,0.6038750410079956,-0.7722340226173401,-0.19745753705501556,0.024194864556193352,-0.15527133643627167,-0.2803483307361603,0.4245520234107971,-0.18462932109832764,-0.43726229667663574 +436,1.1443954822514921,0.8155563007956035,1.849788535915979,0.6240873336791992,-0.7281070351600647,-0.2835054099559784,-1.707169771194458,-0.1448162943124771,-0.2637091875076294,0.44599634408950806,-0.6258969306945801,0.1982392966747284 +437,1.144864448935908,0.8032372791178539,1.845057233680849,0.6323407292366028,-0.7196077704429626,-0.28689703345298767,1.1974201202392578,-0.08661161363124847,-0.17565977573394775,0.19581478834152222,-0.06428200006484985,0.24121224880218506 +438,1.3624293200558868,0.8407308100030831,1.620204688758544,0.6524931788444519,-0.745130717754364,-0.13796044886112213,1.7263721227645874,0.9179006218910217,-0.10607423633337021,-0.44643843173980713,0.322157084941864,-0.06035804748535156 +439,1.4563659452994695,0.8803507148307598,1.5687637553471736,0.6327157020568848,-0.7709622979164124,-0.07271958142518997,-0.39292559027671814,0.34028199315071106,0.77126544713974,-0.288874089717865,0.3411983847618103,0.06478499621152878 +440,1.454199588572092,0.9281081613810083,1.592148433842105,0.5952798128128052,-0.8004875183105469,-0.0697239339351654,-1.320649266242981,0.7895795106887817,0.41066789627075195,0.3908956050872803,-0.19638431072235107,-0.6097347140312195 +441,1.3061973029629381,0.9240424144089545,1.8099413871336143,0.5816271305084229,-0.7980440855026245,-0.15759310126304626,-1.1836799383163452,-0.042887721210718155,-0.23097319900989532,0.40518927574157715,-0.334142804145813,0.3957064747810364 +442,1.2910185944202153,0.8823973403972147,1.8729623005449616,0.6105990409851074,-0.7722641229629517,-0.1754334568977356,0.6417990922927856,-0.7269922494888306,-0.15431079268455505,-0.3376803994178772,-0.31782370805740356,-0.1284147948026657 +443,1.2982773245742347,0.8928448405880977,1.766290256365495,0.6040525436401367,-0.7788591980934143,-0.1688157618045807,0.11011499166488647,-0.565420925617218,-0.05984792858362198,-0.2971983551979065,0.5091449022293091,0.119484081864357 +444,1.235109665690233,0.8821994685409267,1.7984224161480875,0.5999859571456909,-0.7721384167671204,-0.20932979881763458,0.10557489097118378,-0.4371994733810425,-0.01839025877416134,-0.2636823058128357,0.3010386824607849,0.035684794187545776 +445,1.255466846319525,0.8873947312493167,1.660953472867927,0.6003010869026184,-0.7754293084144592,-0.19582659006118774,0.43090519309043884,-0.34157508611679077,-0.59959477186203,0.3343760371208191,-0.22913306951522827,-0.34009259939193726 +446,1.207452806394227,0.8313233829413182,1.784750740442266,0.6299023032188416,-0.7388238310813904,-0.23950454592704773,-1.6269649267196655,0.17435762286186218,-0.006615986581891775,0.41636234521865845,-0.7130804657936096,-0.03831225633621216 +447,1.163082847585411,0.8181110514114517,1.7960829637368139,0.6275662183761597,-0.7298558354377747,-0.27105554938316345,1.021536111831665,-0.803798258304596,-0.3136172890663147,0.23530304431915283,-0.04855602979660034,0.39697110652923584 +448,1.3010245996802805,0.8323523058929095,1.5970448237970074,0.6487918496131897,-0.7395168542861938,-0.17939898371696472,1.4241056442260742,1.0524002313613892,-0.3997575640678406,-0.3437533974647522,0.34024012088775635,0.06121969223022461 +449,1.469632804360837,0.8502565026838608,1.5312179128715286,0.6564172506332397,-0.7514496445655823,-0.066632941365242,-0.44301876425743103,0.4980646073818207,0.46348458528518677,-0.37074214220046997,0.273162841796875,0.01751493662595749 +450,1.5246610100220561,0.9023034796277034,1.514179537335564,0.6191443800926208,-0.7847567200660706,-0.028584705665707588,-0.39172035455703735,0.7665692567825317,0.41153261065483093,0.7415885925292969,-0.33560454845428467,-0.5484569072723389 +451,1.3986905022848306,0.9188963736140973,1.6688047142913112,0.5977346301078796,-0.7949325442314148,-0.10390151292085648,-0.965266764163971,-0.7748480439186096,-0.13132460415363312,0.5048196911811829,-0.1116684079170227,0.3524061441421509 +452,1.2882470808890998,0.8765579242161585,1.7982001817043827,0.6144307255744934,-0.7685412168502808,-0.17837931215763092,-0.2807071805000305,0.41817206144332886,-0.2821183502674103,-0.23955285549163818,-0.31368833780288696,0.13890482485294342 +453,1.29123444708377,0.8797371897392904,1.7367312375995947,0.6126094460487366,-0.7705714106559753,-0.1758679449558258,0.2759632468223572,-0.8822625279426575,0.008043150417506695,-0.2783045768737793,0.40608471632003784,0.1079511046409607 +454,1.2124421651412924,0.8755650575318652,1.760171214657621,0.5998715162277222,-0.767905592918396,-0.22466687858104706,0.04784545674920082,-0.18054108321666718,0.027965955436229706,-0.22342193126678467,0.419700026512146,0.04226332902908325 +455,1.2635687019961546,0.8963547362376231,1.6724202166075497,0.5952213406562805,-0.781055748462677,-0.1888478696346283,0.7103133201599121,-0.7121092081069946,-0.20902223885059357,0.328011691570282,-0.188487708568573,-0.4871317148208618 +456,1.2171396509809738,0.8584998813291185,1.7590965538152041,0.6131256222724915,-0.756862998008728,-0.22635246813297272,-1.59316086769104,-0.42847469449043274,-0.17049305140972137,0.31683653593063354,-0.6433598399162292,0.06506705284118652 +457,1.1373901573686551,0.8369061068586751,1.8036637888833882,0.6078375577926636,-0.7425745129585266,-0.2812768816947937,0.5829308032989502,-0.2326081246137619,-0.13266286253929138,0.2732964754104614,-0.03229731321334839,0.4338952898979187 +458,1.245895735340448,0.8542824770141166,1.6674877412663562,0.6223998069763184,-0.7540998458862305,-0.20964732766151428,1.2369084358215332,0.38265883922576904,-0.23985780775547028,-0.29577016830444336,0.30935192108154297,0.1444159746170044 +459,1.4582494092563152,0.8581793715934658,1.4889706501026392,0.6496796011924744,-0.7566534876823425,-0.07342973351478577,0.0933171883225441,0.6096901297569275,0.21007850766181946,-0.39116519689559937,0.44450438022613525,0.020680129528045654 +460,1.4588215256978654,0.9160566743971136,1.5246061103526163,0.6051390171051025,-0.793206512928009,-0.06804495304822922,-0.035145021975040436,-0.19117262959480286,0.7318921685218811,0.6893708109855652,-0.5830446481704712,-0.4269959330558777 +461,1.4260796386098114,0.9573299742944941,1.5990559845652124,0.5696870684623718,-0.8176573514938354,-0.08302362263202667,-1.0626463890075684,-0.2482929229736328,0.19015106558799744,0.7481991648674011,0.047424256801605225,0.07037413865327835 +462,1.2869791047231056,0.9136222714210271,1.695028204282508,0.5864428877830505,-0.7917217016220093,-0.17106054723262787,-0.31520766019821167,-0.26425328850746155,-0.45315027236938477,-0.09871089458465576,-0.4043538570404053,0.37772560119628906 +463,1.2633362544824838,0.8928986286346237,1.7088710972203955,0.5977466702461243,-0.7788929343223572,-0.18980203568935394,0.4987073838710785,-0.5907109379768372,0.06234653294086456,-0.33209115266799927,0.3506244421005249,0.04533177614212036 +464,1.247543395206392,0.8981356765193631,1.631151817437991,0.5907986164093018,-0.7821666598320007,-0.1979195922613144,-0.02046806737780571,-0.2287183403968811,-0.05672653764486313,-0.36664706468582153,0.508103609085083,0.20536591112613678 +465,1.2826173749761898,0.9153275312557404,1.6063286110412738,0.5843958854675293,-0.792762279510498,-0.17323285341262817,1.531839370727539,-0.6422863602638245,0.017346680164337158,0.2463078498840332,-0.12128502130508423,-0.4739381670951843 +466,1.3409520718382104,0.8736966556028045,1.526909996273018,0.6251134276390076,-0.7667074203491211,-0.1462634652853012,-1.9919350147247314,0.27833595871925354,-0.4381810128688812,0.14798837900161743,-0.5651865601539612,-0.1275249719619751 +467,1.1739687089436255,0.8091914176174042,1.7637706926106296,0.6364584565162659,-0.7237294316291809,-0.2667135000228882,-0.150813490152359,-0.7161838412284851,0.04273037612438202,0.07408219575881958,-0.22892248630523682,0.40804043412208557 +468,1.2488099693236165,0.846256350659725,1.616154922966678,0.6287292838096619,-0.7488043904304504,-0.20974117517471313,1.450081706047058,0.2809921205043793,0.06537280976772308,-0.27829599380493164,0.3554786443710327,0.16979368031024933 +469,1.4736733745155979,0.8714892331387074,1.3573139128683704,0.6406541466712952,-0.7652884125709534,-0.062418609857559204,1.6028202772140503,0.7817783355712891,-0.2906915247440338,-0.31696945428848267,0.4847402572631836,-0.056340575218200684 +470,1.5302329250236821,0.9064245863813056,1.3510026456193773,0.616057276725769,-0.7873042821884155,-0.025003094226121902,-0.5666168332099915,0.21232706308364868,0.5107243061065674,0.5104227066040039,-0.4390444755554199,-0.3089812994003296 +471,1.5132179719525323,0.9484146753650177,1.4444887934580504,0.5820056796073914,-0.812492311000824,-0.033548012375831604,-1.2200309038162231,-0.787272036075592,0.29976990818977356,0.6941173076629639,-0.18016809225082397,0.08875429630279541 +472,1.3121839943893208,0.9046145923220013,1.6379042948879676,0.5974379181861877,-0.7861870527267456,-0.1580439656972885,-1.1539416313171387,0.34673961997032166,-0.43039804697036743,-0.17444908618927002,-0.3779670000076294,0.4054957628250122 +473,1.3227167138429787,0.8759291977362845,1.6442743960560038,0.620681643486023,-0.7681387662887573,-0.15721701085567474,0.6804467439651489,-0.7089918851852417,-0.014137317426502705,-0.35374438762664795,0.3002738356590271,0.016454637050628662 +474,1.3273752657554292,0.8804225352277725,1.556839211185487,0.6180513501167297,-0.7710080146789551,-0.15349039435386658,0.15370085835456848,0.18765902519226074,0.04723062366247177,-0.36586934328079224,0.4581723213195801,0.17953717708587646 +475,1.3525070545295377,0.8996494450225395,1.4894543763816979,0.6071268916130066,-0.7831089496612549,-0.13467521965503693,0.8098123073577881,-1.8475234508514404,-0.11688926070928574,0.2506306767463684,-0.15349090099334717,-0.5492084622383118 +476,1.304716247708775,0.8464256821847509,1.511550600484961,0.6393445134162903,-0.7489166259765625,-0.1742485612630844,-2.0839381217956543,0.4135681092739105,-0.3625825345516205,0.07435482740402222,-0.622528076171875,0.2499016523361206 +477,1.161008913752466,0.7951761412426939,1.6940308772967498,0.6421898007392883,-0.7139869332313538,-0.2789534330368042,0.08062883466482162,-0.7091314196586609,-0.027013814076781273,0.12021559476852417,-0.22615283727645874,0.3552626371383667 +478,1.2398349983817774,0.8265623470881778,1.5862670242160162,0.6406458616256714,-0.7356070280075073,-0.2201254814863205,1.1705342531204224,0.3790721595287323,0.05272206291556358,-0.3291682004928589,0.3009756803512573,0.11726593971252441 +479,1.411369002109388,0.847602203655243,1.4182920571695592,0.6533900499343872,-0.7496957182884216,-0.10505984723567963,0.6390671730041504,0.7052556872367859,-0.08202095329761505,-0.346688449382782,0.4761515259742737,0.08981633931398392 +480,1.475203984855392,0.8826347545850012,1.4443296091797606,0.6322186589241028,-0.7724149227142334,-0.0606200248003006,-0.11893221735954285,0.3868802785873413,0.4801081717014313,0.3258501887321472,-0.0870058536529541,-0.2261536717414856 +481,1.4735289251302812,0.9257164468089215,1.537011562329825,0.5984205007553101,-0.7990517616271973,-0.05839106813073158,-1.5768142938613892,0.35898709297180176,0.4643784165382385,0.5567156672477722,-0.33731621503829956,-0.2752423882484436 +482,1.2907583677111967,0.9057367081013922,1.794968623286514,0.5930666923522949,-0.7868800163269043,-0.17056326568126678,-0.985555112361908,0.7404568195343018,-0.20518521964550018,-0.06523466110229492,-0.3705754280090332,0.4086766839027405 +483,1.33596215423201,0.8929752124333805,1.761427038728596,0.6098853349685669,-0.7789409160614014,-0.14591407775878906,1.1770734786987305,-0.6580464839935303,0.047098077833652496,-0.2997657060623169,0.17850756645202637,0.0062503814697265625 +484,1.3895215250094057,0.9124975321407103,1.641299660954395,0.6017479300498962,-0.7910341024398804,-0.11029248684644699,0.2938963770866394,0.5717268586158752,0.10168389976024628,-0.3851494789123535,0.5514253973960876,0.1997547745704651 +485,1.461770048113663,0.92231066988367,1.5732837893088505,0.600394070148468,-0.7969993352890015,-0.06571933627128601,1.0006272792816162,-1.63090181350708,-0.5730966329574585,0.315682590007782,0.061998724937438965,-0.6679537296295166 +486,1.5108675781645906,0.9013237849148507,1.426297745158253,0.6194582581520081,-0.7841491103172302,-0.03716786578297615,-0.9289385676383972,0.9769123792648315,0.20681770145893097,-0.4095432162284851,-0.258209228515625,0.27454882860183716 +487,1.3793011537943014,0.8730920019017002,1.6566876177420946,0.6307164430618286,-0.7663190960884094,-0.12227748334407806,-1.0159367322921753,-2.1885337829589844,-0.5842612981796265,0.2423761487007141,-0.1204911470413208,0.14420433342456818 +488,1.357745196294097,0.8665757789791547,1.5947128412986775,0.6328015923500061,-0.7621164321899414,-0.13689666986465454,0.9774601459503174,0.43126940727233887,0.0008823743555694818,-0.1246381402015686,0.1672983169555664,0.19323211908340454 +489,1.467416541532227,0.8835355923044413,1.4889097424239353,0.6310352087020874,-0.7729867696762085,-0.06546968221664429,0.14162495732307434,0.4362437129020691,0.19532330334186554,-0.3547137379646301,0.42699360847473145,-0.05438811331987381 +490,1.5359451199628642,0.9107957741992073,1.4812285729322054,0.6127448081970215,-0.7899919152259827,-0.021363545209169388,-0.19853515923023224,0.5435433983802795,0.3201373219490051,0.03581470251083374,0.15408200025558472,-0.03648251295089722 +491,1.616105382292779,0.9760810557082267,1.51952861434043,0.5596981644630432,-0.8283080458641052,0.025376763194799423,0.13251951336860657,0.1552494764328003,0.6935369968414307,0.5259647369384766,-0.3651124835014343,-0.6867079734802246 +492,1.4355688079395816,1.0193107979512552,1.6810516219249387,0.519169807434082,-0.8517470955848694,-0.07063713669776917,-1.1625421047210693,0.4706985354423523,-0.14831312000751495,0.27682018280029297,-0.2680343985557556,0.4848216772079468 +493,1.4120356455118053,0.9814187563713926,1.812552965897978,0.5488535761833191,-0.8312867879867554,-0.08787591010332108,0.5578664541244507,-0.05606122687458992,-0.2283134162425995,-0.3223826289176941,-0.16599714756011963,0.0063024163246154785 +494,1.507809571762915,0.9632794674671336,1.5827163763880112,0.5696984529495239,-0.8210679888725281,-0.03593098744750023,1.2012860774993896,-0.44336560368537903,-0.26944294571876526,-0.3299218416213989,0.4511644244194031,0.14979207515716553 +495,1.6316825207955747,0.9547353308744526,1.4814285387142159,0.5767539143562317,-0.8161608576774597,0.03515981137752533,0.03706851601600647,-0.315123975276947,-0.07125408947467804,-0.32679980993270874,0.3465564250946045,-0.335834264755249 +496,1.544793073780299,0.90560180724308,1.4926909403193074,0.6170035004615784,-0.7867967486381531,-0.01604771614074707,-0.22870387136936188,-0.20183506608009338,-0.7892265915870667,0.41850370168685913,-0.014289677143096924,-0.37405848503112793 +497,1.363614132032407,0.8742640888037574,1.7435191359355013,0.6278411746025085,-0.7670716047286987,-0.13197121024131775,-1.1780574321746826,-1.3574707508087158,-0.3902147710323334,0.1914488673210144,-0.3903380036354065,0.10949501395225525 +498,1.283845616656309,0.8624502892135226,1.708112391767055,0.6239774227142334,-0.7594389319419861,-0.18413259088993073,0.7474361658096313,0.008221169002354145,-0.05529742315411568,0.0386660099029541,0.14615768194198608,0.2519579529762268 +499,1.4455758829144987,0.885511832068531,1.5580547982390924,0.627937912940979,-0.7742390036582947,-0.07904423773288727,1.2938116788864136,0.3317926526069641,-0.07707744836807251,-0.4077078104019165,0.513695240020752,0.08209598064422607 +500,1.5392258798580807,0.9095721534167631,1.5028668349446217,0.6137775182723999,-0.7892410755157471,-0.019383670762181282,-0.46978259086608887,0.17191076278686523,0.4756420850753784,-0.1937488317489624,0.47405552864074707,-0.10714221000671387 +501,1.5573407272522848,0.9549704797482619,1.5328057777648327,0.5775806903839111,-0.8162966966629028,-0.007772163487970829,0.12139415740966797,1.1300159692764282,0.34627753496170044,0.36377978324890137,-0.31529510021209717,-0.6094916462898254 +502,1.3867692234032714,0.9662337427460557,1.7295493719769393,0.5588048100471497,-0.8227508068084717,-0.10401204228401184,-1.6170659065246582,-0.2163584977388382,-0.18178337812423706,0.21779131889343262,-0.23373723030090332,0.38417869806289673 +503,1.2895542267224893,0.9018886710267114,1.8574151148676508,0.5957654118537903,-0.7844995260238647,-0.17211639881134033,0.41503673791885376,-0.4747107923030853,-0.45662274956703186,-0.4046795964241028,-0.15805107355117798,0.13552583754062653 +504,1.3616679945417736,0.8975936319669416,1.6692171136042027,0.6099086999893188,-0.7818288207054138,-0.1294417381286621,0.7654865384101868,-0.40750715136528015,-0.32047954201698303,-0.42179834842681885,0.5183247923851013,0.2262587547302246 +505,1.4093034737120895,0.8944824550508568,1.6851008899067925,0.6177780628204346,-0.7798852324485779,-0.10064319521188736,-0.38535743951797485,0.9839985966682434,0.24500496685504913,-0.30805522203445435,0.33632761240005493,-0.042957231402397156 +506,1.4473524501674055,0.8919550586260567,1.59448397306039,0.6231138110160828,-0.7783008217811584,-0.07731269299983978,-0.10349243134260178,0.26532092690467834,-0.5361648797988892,0.426019549369812,-0.1089673638343811,-0.5006444454193115 +507,1.2431992165803252,0.8292851911380473,1.842921579149895,0.6394839286804199,-0.7374487519264221,-0.2173236608505249,-1.2938584089279175,-0.04167667776346207,0.1377486139535904,0.1567501425743103,-0.4606865644454956,0.4346851110458374 +508,1.1657442413943362,0.8262782153532862,1.820275550650812,0.6227861046791077,-0.7354145050048828,-0.26702651381492615,1.082951545715332,-0.3483743369579315,-0.19930021464824677,0.15088027715682983,0.2222766876220703,0.31725847721099854 +509,1.4020117551338962,0.8515050416764808,1.6233827418130602,0.6494893431663513,-0.7522728443145752,-0.11067677289247513,1.9150968790054321,1.1954119205474854,-0.32562774419784546,-0.47254836559295654,0.4029228687286377,-0.05445384979248047 +510,1.554010464450854,0.8877183776137024,1.5351845201434249,0.6310942769050598,-0.7756336331367493,-0.01059445645660162,-0.7888138890266418,0.007514637894928455,0.8237093091011047,-0.11290585994720459,0.2633657455444336,-0.10787475109100342 +511,1.506377588933252,0.9514739121725523,1.6176405094815602,0.5792797803878784,-0.8142719864845276,-0.037368178367614746,-0.2881433665752411,0.15523774921894073,0.5286375880241394,0.37425726652145386,-0.37960630655288696,-0.7386633157730103 +512,1.287265620497715,0.966448924576452,1.805942926659222,0.5455381870269775,-0.8228731155395508,-0.15895938873291016,-1.1738029718399048,-0.42175740003585815,-0.2692163288593292,0.21627211570739746,-0.07007122039794922,0.47647953033447266 +513,1.2771196959428142,0.9181621391055058,1.7914817690308744,0.5812813639640808,-0.7944868803024292,-0.17579182982444763,1.195945143699646,-0.7467260360717773,-0.3497858941555023,-0.2276741862297058,0.02893805503845215,0.017985448241233826 +514,1.3250516559628498,0.9165488740661095,1.6734486327266023,0.5902788639068604,-0.7935061454772949,-0.1480502337217331,-0.07162638008594513,-0.15412025153636932,-0.04262769967317581,-0.34124016761779785,0.5294985771179199,0.029153764247894287 +515,1.3465031383672812,0.9261877460186564,1.6316089858612528,0.585834264755249,-0.7993350028991699,-0.13364733755588531,0.3045254051685333,-0.1800418645143509,0.17447905242443085,-0.2680547833442688,0.2412143349647522,-0.06410650908946991 +516,1.3764034627475044,0.917553906730508,1.5015218436741176,0.5963173508644104,-0.7941173315048218,-0.11740239709615707,0.035883303731679916,0.08961837738752365,-0.7767977118492126,0.4540824294090271,-0.18474924564361572,-0.5344683527946472 +517,1.2563950324021653,0.8497991566177799,1.6961147546879547,0.6277754306793213,-0.7511478662490845,-0.20414459705352783,-1.30550217628479,0.2885589003562927,0.12582843005657196,0.07451033592224121,-0.5331539511680603,0.23345673084259033 +518,1.2045626263591334,0.856969178729658,1.7288179243066872,0.6113113164901733,-0.7558616399765015,-0.23446024954319,0.7071754336357117,0.36706170439720154,0.015585538931190968,0.11496126651763916,0.21487659215927124,0.3358244299888611 +519,1.4517319273083373,0.8807729145192714,1.5310527966237695,0.632048487663269,-0.7712311148643494,-0.07561211287975311,1.7358613014221191,1.0482177734375,-0.05880647897720337,-0.4149159789085388,0.32195138931274414,-0.1329450011253357 +520,1.5132122089297417,0.9073340712845144,1.485648453964422,0.6148276925086975,-0.7878647446632385,-0.0354434959590435,-0.449540913105011,0.3158738613128662,0.3566133677959442,-0.11375951766967773,0.354240357875824,0.07401770353317261 +521,1.5234378866815075,0.9481639896703207,1.5258931249609828,0.5825217366218567,-0.8123461604118347,-0.027607964351773262,-0.32312870025634766,0.5981830358505249,0.5048550367355347,0.4127785563468933,-0.37394845485687256,-0.8409985899925232 +522,1.3479627114486576,0.9610057941202319,1.7137796067557862,0.5585361123085022,-0.8197680115699768,-0.12656240165233612,-1.4928655624389648,0.6938263773918152,-0.1375642567873001,0.2818874716758728,-0.22524553537368774,0.5916350483894348 +523,1.32688830942433,0.8976297437683634,1.8616489181362719,0.6050114631652832,-0.7818513512611389,-0.15056481957435608,1.037839651107788,-0.6309927701950073,-0.358344167470932,-0.3378300666809082,-0.19960922002792358,-0.2508023977279663 +524,1.3685335054472472,0.8922792169978141,1.6565779237335008,0.6148445010185242,-0.7785043120384216,-0.12608426809310913,0.48125821352005005,-0.353172242641449,-0.2523794174194336,-0.34084248542785645,0.4076395034790039,0.18739409744739532 +525,1.4042552709314116,0.8920578303951674,1.6488396581632658,0.619125247001648,-0.7783653140068054,-0.10407374799251556,-0.06431711465120316,0.006030452437698841,0.19784961640834808,-0.39213550090789795,0.3626396059989929,-0.12135958671569824 +526,1.38039201094286,0.8994139653280706,1.5603739605599132,0.610826849937439,-0.7829625010490417,-0.11773023754358292,1.2458914518356323,-0.9516857266426086,-0.7689619660377502,0.6567665338516235,-0.18748122453689575,-0.39542287588119507 +527,1.3006236574727268,0.8474762609439107,1.691849102583096,0.6378673315048218,-0.7496123909950256,-0.17665354907512665,-1.532380223274231,0.05451298877596855,-0.0534808412194252,0.2805439233779907,-0.6760772466659546,0.08532971143722534 +528,1.2386278231579935,0.8406159746757436,1.70436320224663,0.6305440068244934,-0.7450541257858276,-0.21750588715076447,0.611519992351532,-0.1331409513950348,-0.02793538011610508,0.13921618461608887,0.05271708965301514,0.38233137130737305 +529,1.4180585543593167,0.8764335422148993,1.541907075987248,0.6324463486671448,-0.7684615850448608,-0.09735669940710068,1.3723727464675903,0.047450028359889984,0.0719330832362175,-0.3325195908546448,0.2860092520713806,0.027715623378753662 +530,1.5580361016381667,0.9063410099658539,1.4433940076708431,0.6165801882743835,-0.7872527837753296,-0.007868128828704357,-0.7608453631401062,0.2066064327955246,0.6602844595909119,-0.26968687772750854,0.6085723638534546,-0.13303154706954956 +531,1.5640341791092205,0.9574145585787648,1.4890055035844982,0.5756227970123291,-0.8177060484886169,-0.0038925055414438248,0.058283738791942596,1.2097960710525513,0.39340245723724365,0.6290737986564636,-0.7594728469848633,-0.3381027579307556 +532,1.4764773966782523,1.0076260161354624,1.611597891636921,0.5314964056015015,-0.8455668091773987,-0.05027935653924942,-1.8280948400497437,-0.8101258277893066,0.25982189178466797,0.6237006783485413,-0.2031848430633545,0.2265336513519287 +533,1.3123826705248756,0.9462109977246135,1.839642704077631,0.5653446912765503,-0.8112056851387024,-0.14943397045135498,-1.0140033960342407,0.3788028657436371,-0.41187363862991333,-0.27039235830307007,-0.10413843393325806,0.22961892187595367 +534,1.3056181537307154,0.922064052484851,1.7712574094500337,0.5830580592155457,-0.7968503832817078,-0.15834331512451172,0.7263453006744385,-1.230747938156128,-0.3001389801502228,-0.37228846549987793,0.24983811378479004,0.1339598000049591 +535,1.2679139714963465,0.9225202390263523,1.7153743452523778,0.5763280987739563,-0.7971258759498596,-0.1801009476184845,0.6862099766731262,-0.43505704402923584,0.13458415865898132,-0.3193395733833313,0.4997473359107971,0.10112148523330688 +536,1.3914004867871541,0.9392389863168515,1.5560498509828824,0.5809275507926941,-0.8071090579032898,-0.10534854978322983,0.7872807383537292,-0.12579868733882904,-0.4283382296562195,0.4109852910041809,-0.12611854076385498,-0.4598827362060547 +537,1.3960790362633113,0.880824655694545,1.5777531034243732,0.6268248558044434,-0.7712640762329102,-0.11064529418945312,-2.1318116188049316,0.5592444539070129,-0.11218634992837906,0.08556222915649414,-0.7418279051780701,0.3108711242675781 +538,1.233264814145076,0.8324185520992498,1.7348824873864073,0.635110080242157,-0.7395614385604858,-0.2228994518518448,0.11400207132101059,-0.8213070631027222,-0.14696083962917328,0.10668075084686279,-0.16490328311920166,0.3470144271850586 +539,1.2804395625391225,0.8501547738558319,1.6408908915156362,0.6322461366653442,-0.7513825297355652,-0.18891599774360657,1.0670939683914185,0.16077403724193573,-0.0002916946541517973,-0.21560490131378174,0.3138520121574402,0.2607696056365967 +540,1.4394111070596292,0.8685381298863396,1.4748134979883893,0.640376091003418,-0.7633854746818542,-0.08462344110012054,0.7415409684181213,1.0066218376159668,0.06293894350528717,-0.40493297576904297,0.39714401960372925,-0.04319947957992554 +541,1.4935196027911308,0.9204731704180912,1.459211971972229,0.6036368608474731,-0.7958881855010986,-0.046740155667066574,0.07220029830932617,0.0002008676528930664,0.5862269401550293,0.41838157176971436,-0.23292040824890137,-0.33491265773773193 +542,1.4956758659697875,0.961383715693792,1.5034333776652506,0.5707717537879944,-0.8199843764305115,-0.04295746982097626,-0.9157677292823792,-0.38797321915626526,0.37951764464378357,0.7311844825744629,-0.3087235689163208,-0.20580661296844482 +543,1.3215590189176663,0.9429334998307319,1.6525103585474936,0.5692659616470337,-0.8092847466468811,-0.1448950618505478,-0.4960501790046692,-0.330790251493454,-0.651871383190155,0.08353555202484131,-0.3446459174156189,0.3365302085876465 +544,1.3027742678582743,0.8835641355758658,1.7011707201739676,0.611750066280365,-0.7730048894882202,-0.1680048257112503,0.38067248463630676,0.10575881600379944,-0.35431599617004395,-0.35030585527420044,-0.031057119369506836,0.17049197852611542 +545,1.398847683842689,0.8738055371027758,1.561933573327923,0.6324471831321716,-0.7667773365974426,-0.10983302444219589,0.1338883340358734,0.27632394433021545,-0.15341421961784363,-0.46952909231185913,0.46115899085998535,0.0599825382232666 +546,1.3776675502105644,0.882468552577492,1.6073428228663067,0.6234365105628967,-0.7723093628883362,-0.12192317843437195,-0.2662716507911682,-0.049778833985328674,0.46080151200294495,-0.30194908380508423,0.25926297903060913,-0.07267220318317413 +547,1.415297729816549,0.8720721046158031,1.4690686998465756,0.6354802846908569,-0.7656634449958801,-0.0996205285191536,0.9240472316741943,-0.5275047421455383,-0.9601023197174072,0.44386541843414307,-0.0892711877822876,-0.508289635181427 +548,1.3321266399493417,0.8294975077453748,1.6183553705286806,0.6561053991317749,-0.7375921607017517,-0.15963514149188995,-1.1173441410064697,-0.4700279235839844,-0.3243218660354614,0.2960277199745178,-0.3840203285217285,-0.017870351672172546 +549,1.271730014823305,0.8119237529086419,1.6727573403383789,0.6575602293014526,-0.7256122827529907,-0.20273469388484955,-0.008795482106506824,0.28575965762138367,0.0673011913895607,0.017808973789215088,0.018642127513885498,0.33795809745788574 +550,1.3595818565635496,0.8285841058012285,1.5926805303946656,0.6608989238739014,-0.7369750738143921,-0.14170493185520172,1.330642819404602,0.5857113003730774,-0.06530182808637619,-0.35297662019729614,0.39763492345809937,0.10247458517551422 +551,1.541436474964847,0.8445265328944829,1.4596540960743403,0.6637993454933167,-0.7476567625999451,-0.01949465088546276,-0.5028839707374573,0.5488190054893494,0.4861838221549988,-0.3396415114402771,0.4320896863937378,-0.11096799373626709 +552,1.5660656527147443,0.8981131710276757,1.5051614238662587,0.6230798363685608,-0.7821526527404785,-0.0029476096387952566,-0.3305489122867584,1.2558462619781494,0.5788096785545349,0.5096105933189392,-0.3075994849205017,-0.5199863314628601 +553,1.437745818333749,0.9479854660006082,1.7085849181942212,0.5781649351119995,-0.8122420310974121,-0.07738229632377625,-1.227508544921875,-0.24871672689914703,0.2840982675552368,0.4467373490333557,-0.08318936824798584,0.37151068449020386 +554,1.3243412888745103,0.9232478261982074,1.8625380325968386,0.5850054621696472,-0.7975650429725647,-0.14716938138008118,-0.5598171353340149,0.730648398399353,-0.19838766753673553,-0.23570120334625244,-0.32210975885391235,0.22718648612499237 +555,1.3527100719402783,0.9169348204462262,1.7763936684744503,0.5938485264778137,-0.7937409281730652,-0.13160327076911926,0.45887190103530884,-0.644690990447998,-0.17031751573085785,-0.22515040636062622,0.3912293314933777,0.17882919311523438 +556,1.3546266906950897,0.9090109690061734,1.7693648927214123,0.6002238392829895,-0.7888963222503662,-0.13180972635746002,0.07845308631658554,0.5323923230171204,-0.11548981815576553,-0.3527110815048218,0.465928852558136,0.08050967752933502 +557,1.392614837277867,0.9283729086219936,1.7175740714650642,0.5896515250205994,-0.8006461262702942,-0.10619118809700012,0.7534631490707397,-0.8713080286979675,0.04859773814678192,0.15004873275756836,0.07313776016235352,-0.35055011510849 +558,1.413908071062694,0.8863964548514016,1.6334015907931714,0.6244434714317322,-0.774798572063446,-0.09877962619066238,-1.3842189311981201,0.5107277631759644,-0.24065785109996796,-0.06778758764266968,-0.4927489757537842,0.2813510298728943 +559,1.2642643334731338,0.8346710018664734,1.802083800233676,0.640123724937439,-0.7410756349563599,-0.20260420441627502,0.2117084562778473,-1.292801856994629,-0.3051869571208954,0.11065441370010376,-0.18105870485305786,0.13926495611667633 +560,1.2642777592390897,0.8413689909753809,1.6789628358429518,0.6353798508644104,-0.7455561757087708,-0.20109333097934723,0.8606137037277222,0.12178988754749298,-0.06478706747293472,-0.17122268676757812,0.19506484270095825,0.26563799381256104 +561,1.388570018477034,0.8581670977579633,1.5126925293501312,0.6429998874664307,-0.7566454410552979,-0.11848590523004532,0.8651280999183655,0.19342556595802307,-0.11108817160129547,-0.31107544898986816,0.43764519691467285,0.05829000473022461 +562,1.4248279332156686,0.8950468145433019,1.5142915360278513,0.618830680847168,-0.7802383899688721,-0.090976782143116,0.0817396342754364,0.33029985427856445,0.5230033993721008,0.16264820098876953,0.0964309573173523,-0.0845755934715271 +563,1.5053282358023132,0.9431897027731375,1.509247200046036,0.5859510898590088,-0.809435248374939,-0.038416001945734024,-0.19488008320331573,-0.09178890287876129,0.47861042618751526,0.36963051557540894,-0.30671459436416626,-0.7143305540084839 +564,1.338752566651076,0.9526054617463546,1.6475091633444543,0.5640287399291992,-0.8149282932281494,-0.13328011333942413,-0.5558547973632812,-0.034394390881061554,-0.4713638722896576,0.15775775909423828,-0.18369841575622559,0.43183356523513794 +565,1.278731667711137,0.8813820638975304,1.7656443885531978,0.6091479659080505,-0.7716187238693237,-0.1831480711698532,-0.24335947632789612,0.4168072044849396,-0.2754973769187927,-0.4002704620361328,-0.1399717926979065,0.2390563040971756 +566,1.3323749404737313,0.8718904627849969,1.6521060455052654,0.6251804828643799,-0.7655466198921204,-0.15194648504257202,0.5321469306945801,-0.09582012891769409,-0.25799381732940674,-0.40157824754714966,0.36543065309524536,0.13055367767810822 +567,1.4045058638830976,0.8735963368570795,1.631169654250565,0.6332165598869324,-0.7666429877281189,-0.10627931356430054,0.055433306843042374,0.3998236358165741,0.08418244123458862,-0.2580029368400574,0.30491209030151367,-0.1866130828857422 +568,1.4309065409488682,0.8643715954487593,1.6257915024764953,0.6427773833274841,-0.760687530040741,-0.09050916135311127,0.17410306632518768,0.4542774260044098,-0.5358902812004089,0.48887544870376587,-0.1980680227279663,-0.3167174458503723 +569,1.4032760873802486,0.8207491045305577,1.6869305411914701,0.6721309423446655,-0.7316566705703735,-0.11366076022386551,-1.8446276187896729,-0.4238522946834564,-0.10457819700241089,0.41894882917404175,-0.7600426077842712,-0.04010207951068878 +570,1.2815436791531245,0.8133896670204319,1.777072087022363,0.6584979891777039,-0.7266201972961426,-0.1959683895111084,0.4320562779903412,-0.3387609124183655,0.17301945388317108,0.03583794832229614,0.004986226558685303,0.481521338224411 +571,1.3814714087512443,0.8564840482651002,1.6783195030215525,0.6433923244476318,-0.7555439472198486,-0.12328675389289856,1.3235363960266113,1.187909483909607,0.20561984181404114,-0.30502867698669434,0.31258130073547363,0.07293277978897095 +572,1.611117376536196,0.8858312278998545,1.5437819369326793,0.6321316957473755,-0.774441123008728,0.025502033531665802,-0.19689114391803741,0.0972655862569809,0.21465259790420532,-0.23428934812545776,0.7090114951133728,-0.15880274772644043 +573,1.5912697943354845,0.9151975179658058,1.600725500632702,0.6095061898231506,-0.7926830053329468,0.012480448931455612,-0.1278538554906845,1.0643506050109863,0.4122749865055084,0.30863040685653687,-0.39886045455932617,-0.02480960078537464 +574,1.5762548202798077,0.9805562752422647,1.6956025388129972,0.5565522909164429,-0.830807089805603,0.0030379672534763813,-1.6944416761398315,-0.20140494406223297,0.6555123925209045,0.7226988077163696,-0.251071572303772,0.07685708999633789 +575,1.4126338220962904,0.9544037332829075,1.801461345457469,0.5708798170089722,-0.8159691691398621,-0.09105227887630463,-0.3427059054374695,-0.584725558757782,-0.8354624509811401,0.04351532459259033,-0.28905707597732544,0.24116826057434082 +576,1.3731781565969052,0.8916574761499684,1.8108081262938656,0.6158979535102844,-0.7781139016151428,-0.12332218885421753,0.44330528378486633,-0.23934391140937805,-0.4215793311595917,-0.2989729642868042,0.1992412805557251,0.33413761854171753 +577,1.4506911033475607,0.8599715075387425,1.7870196046689029,0.6477588415145874,-0.7578239440917969,-0.07817547768354416,-0.16173133254051208,1.1869473457336426,-0.22741307318210602,-0.3545917272567749,0.35612112283706665,-0.06515026092529297 +578,1.4417586110455274,0.8638343143401601,1.7956070773924364,0.6441269516944885,-0.7603386640548706,-0.08358108252286911,-0.17626282572746277,-0.5704954266548157,0.1716994047164917,-0.14681243896484375,0.18965983390808105,-0.09770859032869339 +579,1.443378355137317,0.8300811433194957,1.6973538530889698,0.6693453192710876,-0.737986147403717,-0.08575119078159332,0.5397553443908691,-0.6676175594329834,-0.5603786110877991,0.2734951972961426,-0.20267236232757568,-0.5059694051742554 +580,1.369707168920351,0.7828756722052376,1.8467771926867005,0.6946039199829102,-0.7053208351135254,-0.14159098267555237,-1.5962224006652832,-0.9502171874046326,-0.45671623945236206,0.15021419525146484,-0.4156050682067871,0.13129127025604248 +581,1.297344552627215,0.7880859139966905,1.7793197987847622,0.6790013313293457,-0.7090047597885132,-0.19044484198093414,1.4140673875808716,-0.640762448310852,0.034679070115089417,0.10232490301132202,0.07439178228378296,0.3231506049633026 +582,1.4090021432585782,0.8282266268950957,1.617110344032271,0.6673521399497986,-0.7367333769798279,-0.10892581939697266,0.6740617156028748,0.6833502054214478,0.15193164348602295,-0.24549239873886108,0.36654001474380493,0.06238652765750885 +583,1.4895290740355527,0.8654155892793746,1.6141827879327242,0.6461842060089111,-0.761364758014679,-0.05262952670454979,-0.2623508870601654,-0.1461430937051773,0.44324418902397156,-0.28496289253234863,0.5170257687568665,-0.04189860820770264 +584,1.5207320077492774,0.9039259286287563,1.608242605607369,0.6177549958229065,-0.7857612371444702,-0.03095334954559803,-0.20632304251194,0.9995859861373901,0.5835011005401611,0.45324409008026123,-0.5364128351211548,-0.3839941620826721 +585,1.4784946928665832,0.9616570799685685,1.6462537812455227,0.569726288318634,-0.8201408386230469,-0.052736517041921616,-0.38586920499801636,-1.2369359731674194,0.41689684987068176,0.6902835369110107,-0.13772964477539062,0.052889108657836914 +586,1.3458877639392979,0.9280832861865875,1.6932863217040555,0.5842739939689636,-0.800472617149353,-0.13366970419883728,-0.7982054948806763,-0.5138536691665649,-0.5494398474693298,-0.11454743146896362,-0.04852640628814697,0.31994903087615967 +587,1.2746988142359768,0.8767645857303487,1.7587293856321229,0.6118059754371643,-0.7686734199523926,-0.1866408735513687,0.7367198467254639,-0.6097236275672913,-0.4492260217666626,-0.31099414825439453,0.2814754247665405,0.23026572167873383 +588,1.384985560157574,0.8616610427604035,1.6654623603378071,0.639968991279602,-0.7589252591133118,-0.12030080705881119,-0.04847397282719612,0.7026164531707764,-0.1537969410419464,-0.41545116901397705,0.407027006149292,-0.017333507537841797 +589,1.3858962209849246,0.8844077319517646,1.6820116551161743,0.622945249080658,-0.7735397815704346,-0.1165134608745575,0.6819289326667786,-0.4178030490875244,0.17440946400165558,0.04084259271621704,0.12226420640945435,-0.23216509819030762 +590,1.4600133632684769,0.8552047627630086,1.5802138770578087,0.6520422101020813,-0.7547052502632141,-0.07253213971853256,-0.19119970500469208,-0.04166405647993088,-0.5834696888923645,0.2614861726760864,-0.3354589343070984,-0.5875173211097717 +591,1.3201544537233951,0.8197378655619896,1.7619024805958203,0.6610898971557617,-0.7309669852256775,-0.1692560315132141,-0.7171682715415955,-0.7211870551109314,-0.043491821736097336,0.15661334991455078,-0.17563402652740479,0.2002008557319641 +592,1.3006628694418911,0.8298112527543667,1.7196085291853715,0.6505358219146729,-0.7378039956092834,-0.18013454973697662,1.0080515146255493,-0.5281003713607788,0.041718754917383194,-0.00032830238342285156,0.17106205224990845,0.2543228268623352 +593,1.4524260654967236,0.8591944303468808,1.5180763025393684,0.6484780311584473,-0.7573167085647583,-0.07712104916572571,2.3100616931915283,0.7518889904022217,-0.17505624890327454,-0.33788537979125977,0.4507371187210083,-0.0662352442741394 +594,1.5996081156180193,0.8827046717138508,1.3973404110844931,0.6348007917404175,-0.7724593281745911,0.018294809386134148,-0.6878540515899658,-0.4150758981704712,0.5837705731391907,-0.2725876569747925,0.46278220415115356,-0.1760401725769043 +595,1.6002799597649124,0.9378190908017683,1.40023952089628,0.5912908315658569,-0.8062698841094971,0.017438454553484917,0.439152330160141,0.8448565602302551,0.23345988988876343,0.38931524753570557,-0.32567280530929565,-0.497556209564209 +596,1.467458044681843,0.9753666202687428,1.5359009104107804,0.5578724145889282,-0.8279075622558594,-0.057855669409036636,-1.0546040534973145,-1.115195870399475,0.22364935278892517,0.681598961353302,-0.19429391622543335,0.18380171060562134 +597,1.351531155951928,0.9218455279936423,1.6361846166973817,0.5898813605308533,-0.7967182993888855,-0.13145387172698975,-0.957565426826477,0.2682795524597168,-0.37416011095046997,-0.2393869161605835,-0.17236745357513428,0.23271118104457855 +598,1.2971814992434054,0.8834539531141757,1.684381032712807,0.610882580280304,-0.7729349732398987,-0.17144648730754852,0.8692785501480103,-0.9913095235824585,-0.2947917580604553,-0.39678657054901123,0.39280807971954346,0.1488787680864334 +599,1.2828139602231783,0.8712062259021714,1.602295934275266,0.6173874139785767,-0.765106201171875,-0.18288052082061768,-0.00794881023466587,0.23993974924087524,0.039408810436725616,-0.40358126163482666,0.4905853271484375,0.16844570636749268 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/q19.csv b/BoostRunClub/CoreML/DataSet/Motion/running/q19.csv new file mode 100644 index 0000000..7e1bcb7 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/q19.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,1.341168512305253,0.8896119988599246,1.5173164641107513,0.6131842136383057,-0.7768274545669556,-0.14333230257034302,1.1394035816192627,-1.5462300777435303,-0.48699742555618286,0.40500426292419434,-0.20927178859710693,-0.5303279757499695 +1,0.11146867087170363,0.5401795059839128,-0.729302571697804,0.09539951384067535,-0.5142899751663208,-0.852293848991394,0.4104059338569641,-0.7602609395980835,0.34058713912963867,-0.05291903764009476,0.07332617044448853,-0.07693588733673096 +2,0.03530103515481423,0.5356764231118011,-0.7511086626560473,0.030349887907505035,-0.5104228258132935,-0.8593878149986267,-0.23919087648391724,-0.9986339807510376,-0.7451187372207642,-0.04295365512371063,-0.029097437858581543,-0.2717004418373108 +3,0.04137267980635965,0.47491883009633334,-0.8553178928460781,0.03678346425294876,-0.45726627111434937,-0.8885688185691833,-0.43096691370010376,0.23542746901512146,-1.2727601528167725,-0.10882019996643066,-0.009942591190338135,-0.22901540994644165 +4,0.031596620100564334,0.4878518867711404,-1.0124151981852405,0.027905970811843872,-0.4687294661998749,-0.8829008936882019,0.8921712040901184,-1.9944201707839966,-1.2284058332443237,-0.06577828526496887,0.12182086706161499,0.1420866847038269 +5,-0.06394487894162999,0.5103785395836793,-1.1117139426673288,-0.05575770512223244,-0.48850756883621216,-0.8707762956619263,-0.48716819286346436,1.5797240734100342,-0.35168445110321045,-0.010785888880491257,0.18612417578697205,0.6286346316337585 +6,-0.049973140633042534,0.44917704252162727,-1.0954146102112867,-0.044997308403253555,-0.43422436714172363,-0.8996801972389221,0.4880121946334839,-2.0357701778411865,1.5425893068313599,0.10244664549827576,-0.013712644577026367,-0.2591027617454529 +7,-0.3907929745831026,0.5663474810821363,-0.8057242593947371,-0.3214470446109772,-0.5365533828735352,-0.7802450060844421,2.2457876205444336,-2.1922852993011475,4.034581184387207,-0.012430548667907715,0.008706092834472656,0.0019857287406921387 +8,-0.9644205017954022,0.271607389120793,-0.28936745634915395,-0.7915953993797302,-0.2682802379131317,-0.5490014553070068,2.2865195274353027,-2.7315101623535156,5.348850727081299,-0.4582672715187073,0.4452822208404541,-0.6255896091461182 +9,-0.9717369485282463,-0.07538134209283949,0.16234137475228982,-0.8235210180282593,0.07530996948480606,-0.5622645616531372,1.8438974618911743,1.734704613685608,4.386906623840332,-0.29873234033584595,0.061164624989032745,-0.3085392117500305 +10,-0.5985614011161359,-0.18161062787553145,0.5653766917594321,-0.5541880130767822,0.1806139498949051,-0.8125602602958679,2.430128335952759,2.4334535598754883,1.253790020942688,-0.6608235836029053,-0.2354540377855301,0.3526756763458252 +11,-0.5389034954351398,-0.03466287986167763,0.5517612522435151,-0.5128869414329529,0.034655939787626266,-0.8577563762664795,0.4191775918006897,-1.0543911457061768,-1.735720157623291,-0.14771181344985962,-0.37590348720550537,0.2948291301727295 +12,-0.6907357767190202,0.04483812740650805,0.3760316845986931,-0.6364641189575195,-0.04482310637831688,-0.7700027823448181,-1.1546522378921509,-3.1546390056610107,-2.2991716861724854,-0.1213025450706482,-0.4741435647010803,-0.3607955574989319 +13,-1.0627450036881279,0.15286197422314346,0.07791227647289459,-0.8635063171386719,-0.15226735174655914,-0.4808030128479004,-0.9072677493095398,-4.530550956726074,-2.1705069541931152,-0.08623123168945312,0.5274351835250854,-0.4886183738708496 +14,-1.3123752212235413,0.36940200157830316,-0.17446220200627194,-0.901577889919281,-0.361057847738266,-0.23831555247306824,0.06741294264793396,-3.013723373413086,-2.367067337036133,0.014065861701965332,0.3670393228530884,-0.3257713317871094 +15,-1.5894972358887087,0.8025816065285624,-0.19526859788169054,-0.6947307586669922,-0.7191523313522339,0.012993612326681614,-0.18177759647369385,-0.9255189299583435,-4.7187700271606445,0.636564314365387,0.7377681136131287,0.20398640632629395 +16,-1.9552526083611437,1.138446409042638,0.12321186794175353,-0.3884193003177643,-0.9079836010932922,0.1571502387523651,-0.9850714802742004,0.9498451948165894,-1.6148302555084229,0.2143317461013794,0.06391322612762451,0.246185302734375 +17,-1.4853196617468543,1.205587236776385,-0.16228206979421694,-0.35584041476249695,-0.934049129486084,-0.030490346252918243,0.16989298164844513,4.620931625366211,1.1676366329193115,0.12952208518981934,0.26528704166412354,0.2681612968444824 +18,-1.4588566658558404,1.1705149887416213,-0.01350406965475839,-0.3872385323047638,-0.9209514260292053,-0.043529316782951355,0.3740725517272949,-1.1896353960037231,0.09723058342933655,-0.27136126160621643,-0.4680866599082947,-0.06198525056242943 +19,-1.6938194399892574,1.1884683818957298,0.06331597151364789,-0.370261549949646,-0.9277986288070679,0.045781929045915604,0.5402114391326904,-4.21586799621582,-0.09955048561096191,-0.0010915696620941162,0.08893150091171265,-0.39775633811950684 +20,-2.306958127872966,1.1110292886814719,0.31838452603760264,-0.32883358001708984,-0.8961558938026428,0.2979481518268585,0.18885448575019836,-1.8045979738235474,0.6287000179290771,0.09119316935539246,0.1747204065322876,0.14876818656921387 +21,-2.531164017519454,1.02246450364672,0.34038029633550715,-0.298798531293869,-0.8533952832221985,0.42712530493736267,0.5300156474113464,-2.1201517581939697,0.47758224606513977,0.15348905324935913,0.480485737323761,-0.42428719997406006 +22,-2.5794443074964337,0.9528890604467392,0.30934548382924143,-0.30878615379333496,-0.8150926232337952,0.49017849564552307,0.4580291211605072,-0.10954257100820541,0.5131638050079346,0.019647419452667236,-0.12225472927093506,0.22075888514518738 +23,-2.6123117840170447,0.9122582473266113,0.2983628609188335,-0.3089870810508728,-0.790887713432312,0.528226912021637,0.2087542563676834,-0.1627882570028305,0.18317289650440216,-0.031833261251449585,-0.666662335395813,0.7597979307174683 +24,-2.735474395730424,0.9148321622462531,0.4310884378648296,-0.24094796180725098,-0.7924602031707764,0.5603129267692566,-0.0283900648355484,-2.1057138442993164,-0.44360360503196716,-0.361163854598999,-0.2685443162918091,-0.43940240144729614 +25,-2.8135429499425366,0.8986647475777004,0.49534073899576425,-0.2006179690361023,-0.7824962139129639,0.5894508957862854,0.7135130763053894,-0.27100732922554016,-0.122416652739048,-0.05655369162559509,0.059351563453674316,-0.2837105393409729 +26,-2.9120841837729774,0.9805270777560627,0.514317739830311,-0.12662248313426971,-0.8307908773422241,0.5419903993606567,-1.903064489364624,-0.9937528967857361,0.17434151470661163,-0.13180039823055267,0.32079625129699707,-0.14661985635757446 +27,-3.030152158039021,1.0969790835319726,0.47504127149133696,-0.05074360966682434,-0.8898330330848694,0.4534561038017273,-1.3880993127822876,-1.3785253763198853,-0.11843990534543991,0.15737202763557434,0.1788039207458496,-0.08323204517364502 +28,-2.9758959330534025,1.1320723243289454,0.3496096448336574,-0.07006373256444931,-0.9052944183349609,0.4189663231372833,-0.473515123128891,-0.5579260587692261,0.14620672166347504,0.4146835207939148,-0.5122011303901672,0.625665545463562 +29,-3.029640533844501,1.1636408944710157,0.3761040559963375,-0.04424033313989639,-0.9182509779930115,0.3935196101665497,0.0540335439145565,-0.19954532384872437,-0.5390779972076416,-0.3013101816177368,-0.6771621108055115,0.32596272230148315 +30,-0.8986729030041852,1.254285153448498,-0.689543937852811,-0.24355599284172058,-0.9503270983695984,-0.19380144774913788,-2.30855393409729,1.3206117153167725,0.0909339040517807,0.2649182379245758,0.3940984010696411,0.060943156480789185 +31,-0.6172526943141007,1.1868829800083684,-0.928276247717774,-0.2167895883321762,-0.9272059798240662,-0.30543655157089233,-1.7451248168945312,1.5788313150405884,-0.5700919032096863,0.0632556676864624,0.39166826009750366,0.37107986211776733 +32,0.32880828561082537,0.28008131343184245,-0.9573747047608864,0.310332328081131,-0.2764337956905365,-0.9095483422279358,0.45641273260116577,1.1650737524032593,-0.8023303747177124,-0.22431856393814087,0.029287189245224,-0.05593627691268921 +33,0.2325252316331741,0.3266156960737093,-1.0313658811915516,0.2182532250881195,-0.3208394944667816,-0.9216439127922058,1.0957521200180054,-0.8099892735481262,-0.47655051946640015,-0.0565558522939682,0.053200334310531616,-0.3610098361968994 +34,0.029293158229410185,0.3701344813977652,-1.1039176781014708,0.02730548195540905,-0.3617407977581024,-0.9318787455558777,0.0430777370929718,-3.495530843734741,-0.9251667261123657,-0.0836867094039917,0.029190778732299805,-0.3283293843269348 +35,-0.1336476198066193,0.3269863808713865,-1.1919070379991696,-0.12618979811668396,-0.3211905360221863,-0.9385695457458496,-0.13542702794075012,-0.03464561328291893,-0.564190149307251,0.09588584303855896,0.2885825037956238,0.1866011619567871 +36,-0.1259163058026548,0.3470427825951648,-1.1988000524298987,-0.11809685826301575,-0.3401183784008026,-0.9329376220703125,0.2330467402935028,1.2652201652526855,0.43944454193115234,-0.014227360486984253,-0.0019684135913848877,0.393280029296875 +37,-0.022915144440511914,0.34219109243596196,-1.1533505138657343,-0.02158467471599579,-0.3355519473552704,-0.9417743682861328,-0.13165488839149475,0.12315669655799866,-0.013418341055512428,0.023965030908584595,-0.046406060457229614,0.12118721008300781 +38,-0.05757067054726118,0.31757611421394355,-1.171895668469355,-0.054661646485328674,-0.3122648000717163,-0.9484212398529053,-0.6922439336776733,-1.1308873891830444,0.253592848777771,-0.06280051171779633,-0.07825338840484619,-0.3922159671783447 +39,-0.21882596255264997,0.22560763140018947,-1.1492751616671486,-0.2115824818611145,-0.22369863092899323,-0.9514156579971313,-0.5407489538192749,-3.2848684787750244,-0.7696735262870789,-0.002589881420135498,0.0008897930383682251,-0.5968631505966187 +40,-0.4601586470165733,0.24165655641610065,-1.2698816791132435,-0.4311862587928772,-0.23931138217449188,-0.8699473738670349,-0.2370082288980484,-3.7455782890319824,-2.5166356563568115,-0.1426662802696228,0.3831712603569031,-0.2274952530860901 +41,-0.6963369019354992,0.22423542904154026,-1.5559637660274888,-0.6253535747528076,-0.2223609983921051,-0.7479896545410156,-1.6255159378051758,-0.7893456816673279,-0.4859345853328705,0.07380938529968262,0.11391676962375641,0.4920387268066406 +42,-0.7681257421790432,0.28642812224789993,-1.6214228527793895,-0.666482150554657,-0.2825276851654053,-0.689912736415863,0.7501756548881531,-1.6786447763442993,-1.1059409379959106,0.33835726976394653,0.10406091809272766,0.35763734579086304 +43,-0.928833345908732,0.378013005759644,-1.7601234332362807,-0.7443767189979553,-0.3690744936466217,-0.5564956068992615,-1.1969749927520752,-3.1528995037078857,-0.4431079924106598,0.3296886086463928,-0.6578725576400757,0.06288909912109375 +44,-1.1951291841959104,0.5184252437602317,-1.612079440403006,-0.8080270290374756,-0.4955129325389862,-0.3186836540699005,3.2238967418670654,-1.3579953908920288,-0.32357916235923767,-0.8763144016265869,0.2545003592967987,-0.3211631774902344 +45,-1.3649784142462447,0.3101110343525111,-1.232215461975084,-0.93220055103302,-0.3051643669605255,-0.19461946189403534,3.628701686859131,1.8402642011642456,4.22627592086792,-0.2767990231513977,0.2915230691432953,-0.5719210505485535 +46,-1.15467783562353,0.10588275667942472,-0.9160388051859485,-0.9095423221588135,-0.1056850254535675,-0.4019494950771332,1.2216445207595825,2.7186543941497803,0.949027419090271,0.5743220448493958,-0.5092442035675049,0.33067572116851807 +47,-1.079628137942638,0.17751996811524892,-0.8306613493458151,-0.8679250478744507,-0.17658905684947968,-0.4642440974712372,0.42813876271247864,-0.08061424642801285,-1.3774149417877197,0.33051037788391113,-0.14349457621574402,0.3547012209892273 +48,-1.0436316783085335,0.4472719806581343,-0.9878870868441033,-0.779222309589386,-0.4325074851512909,-0.45359668135643005,-0.6187934875488281,0.014394938945770264,-4.238586902618408,-0.1409895420074463,-0.11419963836669922,0.30074942111968994 +49,-0.9312783050552202,0.658092555001894,-1.265036219567978,-0.6348140239715576,-0.6116088628768921,-0.47217148542404175,-0.0137353939935565,-0.7523753046989441,-3.7070817947387695,-0.21668744087219238,-0.09179079532623291,-0.32915908098220825 +50,-0.753678888240671,0.8148062430775789,-1.6228207906020076,-0.4694540202617645,-0.7275927066802979,-0.5002217888832092,-0.6816306710243225,-1.6019206047058105,-2.7898168563842773,-0.303479939699173,0.20966362953186035,-0.05377912521362305 +51,-0.6960732196883258,0.8901680148250803,-1.9080520631146485,-0.40350115299224854,-0.7771775126457214,-0.48288917541503906,-1.6133784055709839,-1.476237416267395,-2.248634099960327,-0.07861554622650146,0.7192398905754089,0.20842933654785156 +52,-0.6088100313560181,1.0213942703062788,-2.317160283086134,-0.29862886667251587,-0.8528369069099426,-0.42835724353790283,-1.4206842184066772,-3.449540138244629,-4.070761203765869,0.15792760252952576,0.5613635778427124,0.5904971957206726 +53,-0.3713047595226697,1.1125534142484999,-2.7969638316777945,-0.1605069488286972,-0.8968311548233032,-0.41222748160362244,0.14055533707141876,-0.8797336220741272,-0.17799952626228333,0.4448087215423584,-0.5188182592391968,-0.16806429624557495 +54,-0.39642019538740375,1.1759265442821687,-2.8220283076106796,-0.14853526651859283,-0.9230466485023499,-0.3548552393913269,0.5380159616470337,0.6238522529602051,-1.6883060932159424,0.00043345987796783447,-1.2715182304382324,-0.4543183445930481 +55,-0.2190499056843097,1.2547979475731608,-3.006902635334451,-0.06753005087375641,-0.9504866003990173,-0.30333948135375977,0.30014604330062866,1.2755082845687866,-0.14698746800422668,-0.2287651151418686,-0.3352494239807129,0.28785184025764465 +56,-0.1530379081401935,1.225342371003196,-3.0316836651214714,-0.051620207726955414,-0.9409218430519104,-0.334665983915329,-0.034737952053546906,-1.54807448387146,-0.2752420902252197,-0.153854638338089,0.36029452085494995,0.13366195559501648 +57,-0.5154109169161172,1.1890556205066267,-3.0220285268308285,-0.18362049758434296,-0.9280175566673279,-0.3241405189037323,-0.9050498008728027,-2.9891443252563477,0.4741196632385254,0.16463853418827057,0.1152428388595581,0.2656993567943573 +58,-0.7878290505708401,1.2441876416752757,-2.9257249957009877,-0.2274138331413269,-0.9471358060836792,-0.2263108789920807,1.6180847883224487,-2.5387823581695557,-1.0259718894958496,0.049984633922576904,0.690696656703949,-0.1051863431930542 +59,-1.0418795173318462,1.432468324732146,-2.9197859923216223,-0.11904506385326385,-0.9904479384422302,-0.0695774182677269,0.4092508852481842,-2.1321628093719482,-0.854308009147644,0.047649189829826355,-0.5099029541015625,-0.1317623257637024 +60,-1.4960862548979064,1.4749571203276988,-2.6664029092572767,-0.09542495757341385,-0.9954109191894531,-0.007142499089241028,0.2735157012939453,-0.3518412709236145,-0.45690155029296875,0.18006546795368195,-0.11448276042938232,0.4249587059020996 +61,2.5710372934205115,1.4317755932516936,-0.29891518417524043,0.07484396547079086,-0.9903521537780762,0.1166243702173233,1.1207414865493774,2.94708251953125,-2.1221635341644287,-0.04467733949422836,-0.3224378228187561,0.5673508644104004 +62,2.776655420629577,1.2323190932210273,-0.42777943324088086,0.1185060665011406,-0.9432613849639893,0.3101845979690552,0.6426268219947815,-1.4249858856201172,-0.2750786244869232,-0.1574922651052475,0.4991236925125122,-0.3315010964870453 +63,2.7541190044538255,1.2348729293150165,-0.4629590594861155,0.12455496937036514,-0.9441063404083252,0.3052034378051758,0.18575695157051086,-0.4390280246734619,-0.08416377007961273,-0.09728751331567764,0.44045954942703247,-0.14996054768562317 +64,2.581879722821309,1.2559297599748607,-0.3104206262940992,0.16442729532718658,-0.9508377313613892,0.2624329626560211,-0.2899680435657501,-0.9342193603515625,0.19589728116989136,0.031434521079063416,-0.6650221347808838,-0.15881064534187317 +65,2.4199200096881843,1.2287580057360221,-0.23696119800687776,0.22158437967300415,-0.9420729279518127,0.251791387796402,-0.7195040583610535,0.09688609838485718,-1.0666921138763428,-0.18563467264175415,-0.5064743757247925,0.3579956293106079 +66,2.2695721325290226,1.192440853376747,0.0425740316116485,0.2828187644481659,-0.9292733669281006,0.23762372136116028,-0.44963550567626953,2.4153122901916504,-0.6917054653167725,0.204684317111969,0.329831600189209,0.3218398690223694 +67,2.395305890077563,1.1501111073030723,0.2160376493356735,0.277260422706604,-0.9128093123435974,0.29984328150749207,0.37414243817329407,2.7448787689208984,-0.44738447666168213,-0.026421159505844116,0.18655186891555786,-0.19175001978874207 +68,2.547285776396481,1.1448023720207054,0.16388916220587013,0.23137971758842468,-0.9106284379959106,0.34237322211265564,0.34680163860321045,0.29108041524887085,0.34754082560539246,-0.14136812090873718,0.6067954301834106,-0.15153157711029053 +69,2.6654068944395735,1.1299962371589476,0.19037488470343494,0.19557948410511017,-0.9044106006622314,0.37919726967811584,-0.05146118625998497,1.7198607921600342,-0.878779947757721,0.3495407700538635,-0.5358361005783081,-0.06353837251663208 +70,2.660721887572635,1.194376573267897,0.20707841681194042,0.1700306534767151,-0.9299866557121277,0.3259052038192749,-1.0484645366668701,0.17385540902614594,-0.6826724410057068,0.6058177351951599,-0.31300944089889526,0.3525920808315277 +71,2.372438042951223,1.168421496084542,0.5074163764846685,0.2723718583583832,-0.9201335906982422,0.28136736154556274,-0.01073403935879469,-0.9779337048530579,0.5799328684806824,-0.22886908054351807,-0.10064882040023804,0.2872665822505951 +72,2.435108568373704,1.153276190117521,0.3316316444686739,0.2632323205471039,-0.9140973091125488,0.30843913555145264,0.5142689943313599,-1.3380091190338135,0.613346517086029,-0.12756645679473877,0.17096388339996338,0.035341352224349976 +73,2.381330993455493,1.143250114871179,-0.01472541471394244,0.2857322096824646,-0.9099858999252319,0.30047038197517395,1.187226414680481,-5.607216835021973,0.164491668343544,0.07515335083007812,0.8519263863563538,-0.5083866715431213 +74,2.281240234430502,1.1117403693462238,-0.12287952220773891,0.3359033763408661,-0.8964712023735046,0.2889779508113861,0.40239232778549194,1.9639164209365845,0.41649001836776733,-0.05399724841117859,-0.18943572044372559,0.13640651106834412 +75,2.0788584187061545,1.1256291726885355,-0.2512035417461382,0.3762184679508209,-0.9025387167930603,0.20948493480682373,0.32739678025245667,0.02073955535888672,-0.46882399916648865,-0.17271193861961365,-0.579669713973999,0.39348140358924866 +76,2.0200020176012448,1.1474738407654244,-0.06641582794692613,0.3700384199619293,-0.911729097366333,0.17838656902313232,-0.820792555809021,0.7104448080062866,-0.27944353222846985,0.24611151218414307,0.0005504488945007324,0.5264474153518677 +77,1.9520414186598412,1.1539268234298432,-0.012950788584810982,0.3758285939693451,-0.9143609404563904,0.15065358579158783,0.3554215431213379,-0.2401464581489563,0.009889809414744377,-0.03200235962867737,0.3088924288749695,0.03998968005180359 +78,2.0028755115929293,1.1695152939485953,-0.15492556194732646,0.3547006845474243,-0.9205613732337952,0.16356664896011353,0.5114555954933167,-0.9937266707420349,0.7016133666038513,-0.3955484926700592,0.6538530588150024,-0.142677441239357 +79,2.077783572577897,1.1693041534751525,-0.1723308901298483,0.3416348695755005,-0.920478880405426,0.1897474080324173,-0.394226610660553,1.3754490613937378,-0.8628469705581665,-0.06343662738800049,0.1130753755569458,-0.12860551476478577 +80,2.1257790569702633,1.1756939991365005,-0.14346402198381006,0.3271324932575226,-0.922957181930542,0.20281626284122467,0.17106372117996216,1.0140265226364136,0.7227230668067932,-0.06887748837471008,-0.605302095413208,-0.18778634071350098 +81,1.9276429047844335,1.237475534816607,0.01748745710066626,0.30657142400741577,-0.9449610710144043,0.11429194360971451,-1.8450764417648315,-0.14973275363445282,0.210484117269516,0.2986684739589691,-0.0593571662902832,0.3939173221588135 +82,1.7182063911084957,1.2464220606018899,0.29629869953942667,0.31525906920433044,-0.9478503465652466,0.04681192338466644,0.704681932926178,0.6871623992919922,0.0525706484913826,-0.21358978748321533,0.04852789640426636,0.14460957050323486 +83,1.9879046203298958,1.21858599126156,-0.03587033448016344,0.31539684534072876,-0.9386125206947327,0.13975505530834198,1.3393610715866089,-0.7160686254501343,0.18533001840114594,-0.17435985803604126,0.6087784767150879,-0.2393338680267334 +84,2.1113840066949963,1.2050012908556733,-0.12711222235415245,0.3066871464252472,-0.9338396787643433,0.18408244848251343,-1.191890001296997,2.181914806365967,0.003940455615520477,-0.20190507173538208,-0.013059675693511963,-0.0851903110742569 +85,1.9527383532350122,1.163996327904312,0.06540169738436252,0.367161363363266,-0.9183917045593262,0.14747636020183563,0.9338752031326294,-1.8100999593734741,-0.4245471954345703,0.11797654628753662,-0.6493420600891113,-0.33265697956085205 +86,1.8487954932761574,1.1702140071630514,-0.02560326396537198,0.37498316168785095,-0.9208340644836426,0.1070161759853363,-0.15648210048675537,-0.01821579411625862,0.6155126690864563,0.3355881869792938,-0.20798075199127197,0.5338987112045288 +87,1.8029751345777476,1.2115521952277455,0.00202839704403251,0.3421333432197571,-0.9361628293991089,0.08089496195316315,-0.32687026262283325,-0.11166706681251526,-0.3983115255832672,0.05157396197319031,0.4300440549850464,0.03551435470581055 +88,1.7192798775283176,1.1718418925225067,0.3034362775554402,0.38418030738830566,-0.921467661857605,0.05746741220355034,-1.0779151916503906,2.3300116062164307,-0.6888135075569153,-0.29979923367500305,0.5727129578590393,-0.08627606928348541 +89,1.6779408649486434,1.125796237767519,0.4611065886423265,0.42798930406570435,-0.9026105999946594,0.04603300243616104,-0.08768569678068161,0.08315546065568924,0.038286179304122925,-0.25530561804771423,0.16158288717269897,-0.14718353748321533 +90,1.7443553813149102,1.1596213821947337,0.3570705161416499,0.39368170499801636,-0.9166518449783325,0.06902146339416504,1.2350876331329346,-1.156395673751831,0.7609898447990417,0.18709826469421387,-0.5858810544013977,-0.6538755893707275 +91,1.5884876213642163,1.2390186340379186,0.4366895176894148,0.3256731331348419,-0.9454647898674011,0.005762180313467979,-2.1588518619537354,-0.4924831986427307,0.4545266032218933,0.4449567496776581,-0.4143373370170593,0.3297938108444214 +92,1.4360167970699262,1.2163893078512082,0.6455907524909313,0.3438866138458252,-0.9378524422645569,-0.0466315783560276,0.36434584856033325,0.30328550934791565,-0.48038503527641296,-0.33434993028640747,0.08725142478942871,0.4272315502166748 +93,1.6888003129867735,1.2211597352782355,0.49101095490403684,0.34017428755760193,-0.9394972920417786,0.04032928869128227,1.7043006420135498,-0.9467944502830505,0.5219911336898804,-0.033167481422424316,0.5617507100105286,-0.6667026281356812 +94,1.746206938984028,1.2105394618681964,0.22907189278452905,0.34710532426834106,-0.9358063340187073,0.06151820346713066,0.35027000308036804,-0.771778404712677,-0.29046308994293213,0.00021520256996154785,0.3999329209327698,0.14476537704467773 +95,1.8777380247544644,1.1347650454445093,0.06841167141415982,0.40260589122772217,-0.906434953212738,0.12760943174362183,0.6692880988121033,-1.9173178672790527,-0.7388612031936646,-0.05540737509727478,-0.40115177631378174,-0.6106569766998291 +96,1.65241054608305,1.1296237840405974,0.17904441327545528,0.42557886242866516,-0.9042516350746155,0.03481061011552811,-0.2606763541698456,-0.9097773432731628,0.17069613933563232,0.23785802721977234,-0.1264185905456543,0.32084131240844727 +97,1.6651683021513584,1.218351479015571,0.06963116126261377,0.34365713596343994,-0.9385315775871277,0.03252822533249855,0.7133322358131409,-0.1344923973083496,0.3683668076992035,0.25129827857017517,0.30214864015579224,0.17560172080993652 +98,1.8738124568624723,1.1796268390484441,-0.07066922290072575,0.36389943957328796,-0.9244638085365295,0.11377100646495819,0.29156938195228577,0.6374759674072266,-0.6030876040458679,-0.18303701281547546,0.5823160409927368,-0.1486067771911621 +99,1.7899460187823413,1.1217578382134155,0.01924738777033779,0.42371708154678345,-0.9008648991584778,0.09437313675880432,-0.545601487159729,-0.019497402012348175,-0.6516561508178711,-0.30044135451316833,0.27049386501312256,-0.033048033714294434 +100,1.9758283326066302,1.115757465624827,-0.08689726115028146,0.4039371907711029,-0.8982439637184143,0.17318297922611237,-0.31678441166877747,0.49562084674835205,0.3565921485424042,0.14460095763206482,-0.5648601651191711,-0.29961729049682617 +101,1.8802039832779067,1.20314040203683,0.016188179003962504,0.3423607647418976,-0.9331724643707275,0.10944400727748871,-1.2668215036392212,-0.5103377103805542,1.5939611196517944,0.5823675990104675,-0.6410003304481506,0.0847850814461708 +102,1.4908799791416194,1.257678227732704,0.5124952011831615,0.30704301595687866,-0.9513777494430542,-0.024590127170085907,0.04593417048454285,3.162019968032837,-0.35863497853279114,0.15447425842285156,-0.06894677877426147,0.968575119972229 +103,1.8125074417665759,1.2109609982829506,0.328303366169002,0.34188395738601685,-0.9359548091888428,0.08428501337766647,1.178734302520752,0.722620964050293,0.4110807478427887,-0.12234053015708923,0.13056540489196777,-0.45476841926574707 +104,1.9522593774918493,1.2063857590924159,0.060990489513664974,0.33078113198280334,-0.9343339800834656,0.13267967104911804,-0.0832105353474617,-2.155447244644165,0.10103936493396759,-0.06251636147499084,0.5423815250396729,-0.15778040885925293 +105,1.9407035804745245,1.1648402367162334,-0.010442988617986364,0.3681873083114624,-0.9187252521514893,0.1427670121192932,0.5364365577697754,0.5651196241378784,-0.564735472202301,0.20320862531661987,-0.3094242811203003,0.042612090706825256 +106,1.8994365198303516,1.0961454735783356,-0.03785862451996379,0.4325687885284424,-0.889452338218689,0.1475086510181427,-0.20815572142601013,-2.169996976852417,-0.5001996159553528,0.13769790530204773,-0.611402153968811,-0.09390449523925781 +107,1.848179730585136,1.1068278866410644,-0.169122188260469,0.43039512634277344,-0.894283652305603,0.12254360318183899,0.9691563248634338,-0.7472331523895264,0.6709869503974915,0.24422642588615417,0.14121663570404053,0.3536679744720459 +108,1.9313207019046754,1.089817349408209,-0.19761084686539476,0.4329046905040741,-0.8865424394607544,0.16320578753948212,-0.35481664538383484,1.0845272541046143,-0.47503045201301575,-0.1970801055431366,0.4466773271560669,-0.13407671451568604 +109,1.8603883558286236,1.0585470735986742,-0.035885199605166146,0.4697301387786865,-0.8716442584991455,0.13996480405330658,-0.5506255030632019,0.07198503613471985,-0.1768866926431656,-0.40649765729904175,0.38095200061798096,-0.21232198178768158 +110,1.9335550458584183,1.0967616535868676,-0.0379921188928308,0.4267725646495819,-0.8897337913513184,0.16198396682739258,0.2088938057422638,0.6336581110954285,0.3431571125984192,0.3259892165660858,-0.5422881841659546,-0.3883328437805176 +111,1.6850714305095837,1.166858357310578,0.11067753808423905,0.39047908782958984,-0.9195203185081482,0.04481729492545128,-0.05277739092707634,-1.5378938913345337,1.0099202394485474,0.5210199952125549,-0.6193438768386841,0.17078936100006104 +112,1.3345173297482773,1.1826186647680184,0.5234235569552685,0.36798590421676636,-0.9256003499031067,-0.08860233426094055,-1.2407201528549194,3.2273199558258057,-0.3041873872280121,0.07404595613479614,-0.00782555341720581,0.8148902058601379 +113,1.6522035202629157,1.1707159206345283,0.4249192638511749,0.3882026970386505,-0.9210296869277954,0.031672488898038864,0.6521865129470825,3.0249924659729004,0.04740389436483383,-0.2388039231300354,0.2688232660293579,0.03793811798095703 +114,2.0750614014006055,1.1494586476257855,0.027113363422042864,0.35807517170906067,-0.9125426411628723,0.19760501384735107,0.18960684537887573,-2.2784059047698975,0.053148768842220306,-0.15708646178245544,0.6152863502502441,-0.48237982392311096 +115,1.9112276626978792,1.140020971095062,0.07972410233135326,0.3936111629009247,-0.9086422324180603,0.1394258439540863,0.47012266516685486,1.467354416847229,-0.47442033886909485,0.2747543156147003,-0.4297976493835449,0.2850278615951538 +116,1.893033592661636,1.0989079642910602,-0.003238605697646826,0.4311717748641968,-0.8907114863395691,0.14395713806152344,-1.9994333982467651,-0.2780085802078247,-0.002425167476758361,0.19823795557022095,-0.7233935594558716,0.5194492340087891 +117,1.8041877213512505,1.1754853724878995,-0.04472985568786799,0.37465429306030273,-0.9228768348693848,0.08906414359807968,1.7084780931472778,-2.0033318996429443,1.0404773950576782,0.2975716292858124,0.18053680658340454,0.3110213279724121 +118,1.9779290527132112,1.1490474120223049,-0.28236022508213504,0.3758958578109741,-0.9123743772506714,0.1620962768793106,0.1522711217403412,-0.21080303192138672,-0.5724924206733704,-0.1816820204257965,0.5428981184959412,-0.1448996216058731 +119,1.7708142494635792,1.0949296275535023,-0.06019531559155122,0.44897595047950745,-0.8888959884643555,0.09102030843496323,-1.3369030952453613,0.6100067496299744,-0.7919602394104004,-0.4022534489631653,0.3989514112472534,0.000440843403339386 +120,1.8199221658242513,1.081774733684789,-0.026565375725294316,0.45525994896888733,-0.8827928900718689,0.11582312732934952,-0.7131572365760803,0.1903853416442871,0.15036028623580933,0.06836062669754028,-0.7890210151672363,-0.3156827688217163 +121,1.6478804890731196,1.1827673818595266,0.20463967483940443,0.3772406280040741,-0.9256566166877747,0.029137011617422104,-1.300018310546875,1.0494273900985718,1.2664607763290405,0.5279411673545837,-0.6915916800498962,0.2091900110244751 +122,1.463018977069161,1.202990239012712,0.5315141362696104,0.3574828505516052,-0.933118462562561,-0.03867843374609947,-0.13915863633155823,1.2250365018844604,-0.20177841186523438,0.035522520542144775,-0.11508405208587646,0.5921452641487122 +123,1.6956745194597582,1.215194165421272,0.40284268743439383,0.34544381499290466,-0.9374369978904724,0.04336404800415039,0.8102308511734009,1.697590708732605,0.42318621277809143,-0.08653268218040466,0.4310741424560547,-0.05006265640258789 +124,1.9572733612410478,1.2210472928268148,0.11285279389928575,0.3173880875110626,-0.9394587278366089,0.12915875017642975,0.3467809855937958,-1.499096393585205,0.06973384320735931,0.03263324499130249,0.5076808333396912,-0.24453045427799225 +125,1.966570402840203,1.1675468380195704,0.024437387595203388,0.3620753884315491,-0.9197907447814941,0.15128260850906372,1.1768831014633179,-0.9225768446922302,-0.3158970773220062,0.15339705348014832,-0.6342558860778809,-0.24738240242004395 +126,1.8354850928698005,1.136419299899658,0.018628825633456306,0.4061886668205261,-0.9071323871612549,0.11009679734706879,-1.4296940565109253,-0.24265845119953156,-0.30587518215179443,0.1327974796295166,-0.5871453881263733,0.44770345091819763 +127,1.7324225656536973,1.165527693162741,0.10696735051798655,0.38912734389305115,-0.9189965128898621,0.06344662606716156,0.003987194504588842,-0.26864108443260193,0.3197997212409973,0.14464038610458374,0.07933586835861206,0.16564881801605225 +128,1.690728043638588,1.1460082938712655,0.261759048185339,0.409167617559433,-0.9111261367797852,0.049308814108371735,-1.0946803092956543,1.2626172304153442,-0.605697751045227,-0.2640107274055481,0.5096062421798706,-0.04094695299863815 +129,1.519292042958009,1.124306780585265,0.40558469650321327,0.4312291741371155,-0.9019684791564941,-0.022229809314012527,0.4407605528831482,-0.901008129119873,0.1772051304578781,-0.37080442905426025,0.4184480309486389,-0.023683903738856316 +130,1.8579491756225472,1.1450859979582604,0.07979681733317703,0.3960583209991455,-0.9107456207275391,0.11696185171604156,1.5468169450759888,-0.11395309120416641,0.1893054097890854,0.4202868342399597,-0.8032130599021912,-0.46303117275238037 +131,1.4908122801594819,1.2404477592128114,0.3428561912154289,0.3233356773853302,-0.9459293484687805,-0.025916988030076027,-1.9624866247177124,0.3626703917980194,0.92581707239151,0.4551219344139099,-0.5764857530593872,0.411521852016449 +132,1.2289223154534796,1.2128166148120167,0.7571685076277511,0.3301052153110504,-0.9366065859794617,-0.11746688187122345,0.7156797647476196,1.8450489044189453,-0.21038562059402466,-0.11825224757194519,-0.16758030652999878,0.6799516677856445 +133,1.7211454014781644,1.2442603169863709,0.3224099047281725,0.31714579463005066,-0.9471591711044312,0.048045139759778976,2.810837984085083,-0.926859438419342,0.6952869296073914,-0.009101331233978271,0.4433596134185791,-0.663294792175293 +134,1.9598780970423755,1.2249240443071803,-0.09215248001896276,0.3136780858039856,-0.9407801032066345,0.12860235571861267,0.6579710841178894,-1.9168261289596558,-0.16724155843257904,-0.04149186611175537,0.5852199792861938,-0.09413281083106995 +135,1.988777028782363,1.1337209678459208,-0.20360184370132448,0.38685041666030884,-0.9059935212135315,0.17182067036628723,0.7681527137756348,-1.578998327255249,-0.8809707760810852,0.12531080842018127,-0.732037365436554,-0.42360591888427734 +136,1.7937035415620186,1.1075920062721105,-0.1378104960289278,0.43576207756996155,-0.8946253657341003,0.09877593070268631,-1.36538565158844,-0.46327412128448486,0.2802562117576599,0.24838095903396606,-0.6639682650566101,0.4382418394088745 +137,1.7981428002636357,1.1915742198284758,-0.15113428917871627,0.360671728849411,-0.9289528727531433,0.08343999832868576,0.21044491231441498,0.2012169063091278,0.6617397665977478,0.2003481388092041,0.27988988161087036,0.17548644542694092 +138,1.7848436342279288,1.1806646960194838,-0.02178836017793596,0.37163105607032776,-0.9248589873313904,0.0807841569185257,-0.8389337062835693,1.3375571966171265,-0.6160014271736145,-0.25264304876327515,0.6836786270141602,-0.05781960487365723 +139,1.6205674146638647,1.129176771456092,0.23325143247042265,0.42687493562698364,-0.9040606617927551,0.021263590082526207,-0.8536504507064819,0.20311221480369568,-0.43640220165252686,-0.24080926179885864,0.36682915687561035,-0.018883228302001953 +140,1.8481882601023072,1.1125364986578314,0.10408871822638835,0.42547690868377686,-0.8968237042427063,0.12114720046520233,1.5372731685638428,0.2720753848552704,0.2595607340335846,0.34623631834983826,-1.0501519441604614,-0.6112594604492188 +141,1.463568544732042,1.2149630395994544,0.4342801977542347,0.34637048840522766,-0.9373565316200256,-0.03728353977203369,-2.218010425567627,0.06857216358184814,0.8377867341041565,0.4945107698440552,-0.4722502827644348,0.2942110300064087 +142,1.3015731570126152,1.1833695700330604,0.7810115886081799,0.36419734358787537,-0.9258843064308167,-0.10049004852771759,0.572472095489502,1.0916337966918945,-0.4610190987586975,-0.25965943932533264,-0.08525443077087402,0.5450395941734314 +143,1.6900179948416514,1.2039147685520026,0.41948797451434366,0.35615989565849304,-0.93345046043396,0.0426643081009388,2.128519058227539,-0.2843577265739441,0.521081805229187,-0.12085410952568054,0.5047090649604797,-0.4439399242401123 +144,1.7771865282237969,1.1929699197562296,0.18091713222170705,0.36107200384140015,-0.9294686913490295,0.07559820264577866,0.48727500438690186,-1.864128828048706,-0.2836085855960846,-0.059695690870285034,0.43969202041625977,-0.04407358169555664 +145,1.8601059724110904,1.1150068404856197,0.011340940493043225,0.42187827825546265,-0.8979138135910034,0.12557674944400787,1.435935616493225,-1.5251458883285522,-0.45137545466423035,-0.012423932552337646,-0.6617327928543091,-0.6433684825897217 +146,1.707810235815977,1.1101854344128617,0.0740488372226794,0.4403297007083893,-0.8957810997962952,0.06071167811751366,-1.0652410984039307,-0.13960430026054382,0.34170371294021606,0.2870720326900482,-0.35554635524749756,0.36482536792755127 +147,1.7934905873852804,1.1724208939945806,-0.09578952460405382,0.3783418536186218,-0.921692430973053,0.08567555993795395,1.1142938137054443,-0.4903528392314911,0.3864525258541107,0.2020566165447235,0.36109989881515503,0.07959245890378952 +148,1.8677828872695896,1.125339823931055,-0.15124973613798984,0.41200751066207886,-0.902414083480835,0.12608976662158966,-0.22003614902496338,1.1870695352554321,-0.4312187135219574,-0.36647528409957886,0.5135133266448975,-0.015005826950073242 +149,1.8134382131898106,1.1219506136217854,-0.044854082864174,0.4212146997451782,-0.9009485840797424,0.1042584776878357,-0.700953483581543,-0.11899954080581665,0.01602996699512005,-0.19274482131004333,0.2761317491531372,-0.26897716522216797 +150,1.7680847290985222,1.136794571546644,0.10579938088611734,0.4123477041721344,-0.9072902798652649,0.08242358267307281,-0.7539464235305786,-0.5061986446380615,0.7447221279144287,-0.057382553815841675,-0.8923770189285278,-0.5865586996078491 +151,1.5886057616457845,1.2381227142255524,0.24508290770311977,0.3265194594860077,-0.9451726078987122,0.0058157420717179775,-1.7676374912261963,-1.3656411170959473,0.7346633076667786,0.4488559067249298,-0.2662074565887451,0.21935820579528809 +152,1.209400999744813,1.1996137836472773,0.6749308131879697,0.3392878472805023,-0.9318990707397461,-0.12824968993663788,-0.020545143634080887,1.7836668491363525,-0.40965262055397034,0.03868761658668518,-0.1195230484008789,0.4976497292518616 +153,1.57563260159614,1.1816324027903216,0.38853060524576244,0.37941017746925354,-0.925226628780365,0.0018349462188780308,1.704656720161438,-0.34409099817276,-0.5238664150238037,-0.1468358039855957,0.43036895990371704,-0.06267178058624268 +154,1.9411280553676113,1.0445888108103984,-0.11086282339041037,0.46820828318595886,-0.8647180795669556,0.18177944421768188,1.2240033149719238,0.1664631962776184,-1.0492138862609863,-0.39542388916015625,0.33619940280914307,-0.12143099308013916 +155,1.9001563168342508,1.0024207536297554,-0.10665005233001433,0.5093321204185486,-0.8427764773368835,0.1740947663784027,0.23311355710029602,-0.9285057783126831,-0.15065841376781464,0.2829653024673462,-0.696896493434906,-0.2394786924123764 +156,1.8256035899756666,1.016300392678492,-0.06438718121217606,0.5095148086547852,-0.8501659631729126,0.13271278142929077,-0.6353551149368286,-0.5415265560150146,0.4191185534000397,0.32846736907958984,-0.3202442526817322,0.25156450271606445 +157,1.8028223954461373,1.0949297618008134,-0.018102593367469277,0.4458329379558563,-0.8888960480690002,0.1053420901298523,-0.44172635674476624,-0.14409752190113068,0.580480694770813,0.29099878668785095,0.26989269256591797,0.019566431641578674 +158,1.7483527231453906,1.0789192297503543,0.04569012068246421,0.46485626697540283,-0.8814479112625122,0.0834166556596756,-0.1495182067155838,0.636913537979126,-0.5651959180831909,-0.24158966541290283,0.5614100694656372,0.03996586799621582 +159,1.7676600425986677,1.0058684085384357,0.0825365575112501,0.5250146985054016,-0.8446272015571594,0.104712575674057,-0.10810892283916473,0.5954071283340454,-0.7589737772941589,-0.2990625500679016,0.29000067710876465,-0.1210547685623169 +160,1.8187320782840437,0.984369928947188,0.03231073584329415,0.5364660620689392,-0.8329235911369324,0.13580328226089478,-0.43057823181152344,-0.8329420685768127,0.7019200921058655,0.40414679050445557,-1.0225603580474854,-0.43087780475616455 +161,1.7060552419961674,1.1119229008054619,0.18907875612696304,0.4388928711414337,-0.8965520858764648,0.05972886458039284,-0.9332152605056763,1.3568036556243896,0.5635910034179688,0.5801501274108887,-0.46747684478759766,0.05535292625427246 +162,1.6652595133806742,1.1074072721527408,0.3095659808251792,0.44498950242996216,-0.8945428133010864,0.042160604149103165,0.06863311678171158,-0.10507912933826447,-0.35373422503471375,-0.06454211473464966,0.034099698066711426,0.6074212789535522 +163,1.7507875941749456,1.070571123795306,0.24050977496573758,0.4718751013278961,-0.8774745464324951,0.08586262911558151,0.7349305152893066,0.003609340637922287,-0.25317275524139404,-0.20585334300994873,0.3915126919746399,-0.09723043441772461 +164,1.8978377435822693,1.0257119770568228,0.01066531408221313,0.4910084903240204,-0.8550835847854614,0.16656112670898438,1.6775479316711426,-1.2799676656723022,-0.20867839455604553,-0.28197839856147766,0.4120447039604187,-0.3514213562011719 +165,1.93744109366524,0.968020705222849,-0.15393444066767276,0.5292502045631409,-0.823765218257904,0.2032364010810852,0.3525726795196533,-0.6170819997787476,-0.2750748097896576,0.19867032766342163,-0.48934507369995117,-0.07893837988376617 +166,1.8578547564176737,0.969004989383868,-0.12640287488928423,0.5429548025131226,-0.8243228197097778,0.1602868139743805,-0.5567427277565002,-1.2359960079193115,0.3918890953063965,0.14797836542129517,-0.6420009732246399,0.2488776296377182 +167,1.8386394754741842,1.0555295638598794,-0.10696653243518973,0.47519680857658386,-0.8701612949371338,0.1304118037223816,-0.5359027981758118,0.4586133360862732,0.6041403412818909,0.25502777099609375,0.24362021684646606,0.12929271161556244 +168,1.7932267582654684,1.0432875782541202,-0.0023501158001977074,0.49098095297813416,-0.8640637993812561,0.11104653030633926,-0.30974075198173523,0.826241672039032,-0.5830051302909851,-0.20614513754844666,0.5908094644546509,0.039969682693481445 +169,1.8052103784300217,0.9828666680448627,0.06148192587794071,0.5394704341888428,-0.8320907354354858,0.12882784008979797,-0.07085724174976349,0.35310429334640503,-0.5618957281112671,-0.30070096254348755,0.2736801505088806,-0.16764618456363678 +170,1.8126320066848174,0.9672050063633824,0.07062662645659291,0.5510855317115784,-0.8233025074005127,0.13593252003192902,-0.2948795258998871,-0.19981171190738678,0.29564380645751953,0.15051347017288208,-0.6379706263542175,-0.5179667472839355 +171,1.7907464741336727,1.045206488996093,0.07656844559914602,0.4896358847618103,-0.8650281429290771,0.10946646332740784,-0.9885674715042114,0.9148879051208496,0.909116804599762,0.5502658486366272,-0.4905473589897156,0.12858593463897705 +172,1.6959890777895759,1.0644134448405638,0.3364772336258922,0.4812212884426117,-0.874504566192627,0.06056215241551399,-0.2496672123670578,1.1510907411575317,-0.2835938334465027,-0.0007372796535491943,-0.06030982732772827,0.5578765869140625 +173,1.7774081085254236,1.0477654237092504,0.26884609285556393,0.48888450860977173,-0.8663092255592346,0.10247158259153366,0.8394812345504761,-0.2838905453681946,0.04429677501320839,-0.23812156915664673,0.32541561126708984,-0.04964566230773926 +174,1.8933716491893056,1.0065169208101987,-0.04948188695932904,0.5072232484817505,-0.8449742197990417,0.16953936219215393,1.8759560585021973,-2.0326716899871826,-0.1944933533668518,-0.2995815873146057,0.5155215263366699,-0.23698316514492035 +175,1.8893104216973933,0.9769432108022076,-0.12077810057932124,0.531413733959198,-0.8287907838821411,0.17522896826267242,0.4189220368862152,-0.8704261779785156,0.003268683794885874,0.2657206058502197,-0.3788812756538391,-0.15469063818454742 +176,1.834834541348759,0.9962741907221947,-0.12006733309006447,0.5246002078056335,-0.8394520878791809,0.14182576537132263,-0.7801671624183655,-0.3621986210346222,0.41368311643600464,0.2237517237663269,-0.5951790809631348,0.3707626760005951 +177,1.8278437241747236,1.0712419832905686,-0.1224491218651558,0.4632958769798279,-0.8777961134910583,0.12178309261798859,-0.33623042702674866,0.3098646402359009,0.7712906002998352,0.2911445200443268,0.16479861736297607,0.058011189103126526 +178,1.779897323866038,1.0715725607062714,0.024820112262828375,0.46831610798835754,-0.8779544234275818,0.09937797486782074,-0.7615571618080139,1.5260083675384521,-0.7055239081382751,-0.19747257232666016,0.5946598052978516,0.09457647800445557 +179,1.779902070746613,1.0063266611771577,0.14617931219378338,0.5233148336410522,-0.8448724150657654,0.11105146259069443,-0.11465869843959808,-0.03198595345020294,-0.47656747698783875,-0.33134394884109497,0.3385552167892456,-0.19308267533779144 +180,1.7059905452864845,1.0231788055919406,0.17127853271049967,0.5159037709236145,-0.8537673950195312,0.07017526775598526,-0.7736803889274597,-1.017366886138916,0.4762212336063385,0.10749399662017822,-0.7080764770507812,-0.5106507539749146 +181,1.5859418292521807,1.1394249352099723,0.29383003905500743,0.418069064617157,-0.9083932042121887,0.006332350429147482,-1.0624635219573975,1.2252520322799683,1.8935977220535278,0.5025699138641357,-0.6110617518424988,0.1915283203125 +182,1.2782154849613683,1.2033473896995681,0.5081929542614774,0.3439694941043854,-0.9332467913627625,-0.10361242294311523,0.7237718105316162,-1.424828290939331,-0.02503306232392788,0.3520296812057495,-0.11423861980438232,0.8474020957946777 +183,1.6543126952182565,1.1801879125040153,0.19155614119313494,0.37942400574684143,-0.9246775507926941,0.03176199644804001,1.6323893070220947,2.081955671310425,-0.6419230103492737,-0.16305440664291382,0.5672557353973389,-0.0981987714767456 +184,1.9794831954711534,1.075210316659698,-0.09176649577453017,0.4363829791545868,-0.8796901702880859,0.18898478150367737,0.4945404827594757,-1.8755687475204468,-0.32681792974472046,-0.2716796398162842,0.37866783142089844,-0.567952036857605 +185,1.8448976013591818,1.0355406086619512,-0.12217637996710358,0.49101945757865906,-0.8601382374763489,0.1380641609430313,0.20439636707305908,-0.01881282404065132,-0.24597233533859253,0.3085256814956665,-1.0231318473815918,0.3115818202495575 +186,1.8299507925440899,1.0320482599158083,-0.1549632155095778,0.49592915177345276,-0.8583516478538513,0.1314789354801178,-0.789078414440155,-0.9434370994567871,0.5172117948532104,0.16814863681793213,-0.5549936294555664,0.3416808843612671 +187,1.793189373547143,1.144396736444445,-0.226519292729856,0.40340980887413025,-0.9104607701301575,0.09122446924448013,0.38730475306510925,-1.2182905673980713,0.8473504781723022,0.380449503660202,0.4456931948661804,0.26360344886779785 +188,1.8301141985357205,1.1176687715190128,-0.234773092493873,0.4231424629688263,-0.8990823030471802,0.1122560054063797,-0.22868479788303375,1.1520017385482788,-0.5255350470542908,-0.2083597481250763,0.5607491731643677,-0.09365558624267578 +189,1.8327260707061555,1.077666070127161,-0.10186360333517637,0.4572391211986542,-0.8808553814888,0.12258073687553406,-0.5281838178634644,1.535208821296692,-0.5223827362060547,-0.33051496744155884,0.2788962721824646,-0.17948082089424133 +190,1.7813974945821367,1.112214905979869,0.03100852330138846,0.4328955411911011,-0.8966813683509827,0.09254050999879837,-0.4777837097644806,-0.30375492572784424,0.32992252707481384,0.30389028787612915,-0.9313824772834778,-0.3455770015716553 +191,1.5544870976658283,1.2058575692897142,0.2507184284887784,0.3568444848060608,-0.9341456294059753,-0.005820374935865402,-2.018637180328369,-0.7373491525650024,0.3303254246711731,0.3101171553134918,-0.3047001361846924,0.2503730058670044 +192,1.2365036572036316,1.1945337450573175,0.5178398999635625,0.3471059203147888,-0.930044412612915,-0.1205596923828125,0.5714558959007263,0.38370564579963684,-0.08877734839916229,-0.055632561445236206,-0.10912477970123291,0.712615966796875 +193,1.759220206623192,1.1802235715248073,0.11735941032645104,0.37397971749305725,-0.9246911406517029,0.07131266593933105,1.7656364440917969,1.6772745847702026,-0.40509873628616333,-0.19595545530319214,0.6327142119407654,-0.10659098625183105 +194,1.970672396165313,1.076059232624647,-0.21496628022798317,0.4373425841331482,-0.8800935745239258,0.184841588139534,-1.0616503953933716,-1.403116226196289,-0.3586195111274719,-0.19535353779792786,0.3299838900566101,-0.07241490483283997 +195,1.8914066444044062,1.0388863844585325,-0.15516596108394765,0.48133614659309387,-0.8618399500846863,0.1598358005285263,1.3705564737319946,-1.499961495399475,-0.28862738609313965,-0.21322396397590637,-0.6540597081184387,-0.316070556640625 +196,1.7778283422321899,1.066753605137611,-0.07882603250302142,0.4726557433605194,-0.8756372332572937,0.09927736222743988,-0.7179880738258362,-0.3343576192855835,0.4240686297416687,0.3439335823059082,-0.2271459698677063,0.18612301349639893 +197,1.6537181491868949,1.1501758758042409,-0.09428941648308523,0.40692394971847534,-0.9128357768058777,0.03382042795419693,0.3344224989414215,-1.6893490552902222,0.15269416570663452,0.22410327196121216,0.4295288920402527,0.19789958000183105 +198,1.6794420542074682,1.105027206944392,-0.08118830573793602,0.4464622735977173,-0.8934764266014099,0.048697978258132935,-0.2790859341621399,1.5799992084503174,-0.7253575325012207,-0.3325096666812897,0.5344828367233276,0.010857105255126953 +199,1.68742232024783,1.0591078448167015,-0.002459857496766811,0.48632368445396423,-0.8719189763069153,0.05697654187679291,-1.1772983074188232,0.5017377138137817,-0.22049580514431,-0.193507581949234,0.1939711570739746,-0.2643740177154541 +200,1.6598804271415946,1.0772849657760717,0.14754251815035377,0.47184285521507263,-0.8806748986244202,0.042145244777202606,-0.8805259466171265,-0.29602330923080444,0.7166380286216736,-0.16674330830574036,-0.9141708016395569,-0.6782689094543457 +201,1.4957155555466761,1.1874752322367284,0.30312600296267295,0.3729485869407654,-0.9274276494979858,-0.028054000809788704,-1.546072244644165,-0.7552238702774048,0.7918746471405029,0.32404232025146484,-0.09192031621932983,0.28707194328308105 +202,1.401191942077536,1.2016597613153435,0.4024506300082649,0.3556331992149353,-0.9326392412185669,-0.06090203672647476,0.8299437761306763,0.6459326148033142,-0.20254755020141602,0.02986481785774231,0.1410895586013794,0.49286311864852905 +203,1.9079909498027119,1.1485621174908205,-0.04191006371002553,0.38672250509262085,-0.9121756553649902,0.13557855784893036,2.441709041595459,-0.6992305517196655,-0.5933495759963989,-0.15167608857154846,0.6487020254135132,-0.5302014350891113 +204,1.9136837340772415,1.067550301811325,-0.12320316266723205,0.45419764518737793,-0.8760217428207397,0.1621435284614563,0.44292670488357544,-0.11420959234237671,-0.7224493622779846,-0.28471827507019043,0.017577528953552246,-0.13063406944274902 +205,1.913813343382922,1.0187257309754894,-0.2037192871172777,0.49389907717704773,-0.8514404296875,0.1763886660337448,0.5591418743133545,-1.0009961128234863,-0.2726835012435913,-0.02434036135673523,-0.6089630126953125,-0.4051790237426758 +206,1.811193470098909,1.054280874577114,-0.07590238751615898,0.479651540517807,-0.8695452809333801,0.11758065968751907,-0.6773824691772461,0.12202315032482147,0.7445709705352783,0.3549736440181732,-0.03621631860733032,0.2688634395599365 +207,1.725255374937368,1.1441535115760864,-0.1270596462134112,0.4088900685310364,-0.9103601574897766,0.06366386264562607,0.38754305243492126,-1.7204346656799316,-0.14222827553749084,0.19380152225494385,0.5498409271240234,0.2816272974014282 +208,1.7577359238674966,1.0915693975036769,-0.1378728614590092,0.453059583902359,-0.8873516321182251,0.08569535613059998,0.19577687978744507,1.3753013610839844,-0.8216348886489868,-0.37940552830696106,0.5644453167915344,-0.05935873091220856 +209,1.7839047215490833,1.0624076297139513,-0.09669500266275272,0.4757589101791382,-0.8735299706459045,0.10295147448778152,-0.8909273743629456,0.16250409185886383,0.11469179391860962,-0.2341664731502533,0.1518043875694275,-0.4195713996887207 +210,1.8008607615032508,1.0911944067483117,-0.01862061479506464,0.4492681920528412,-0.8871786594390869,0.10522370040416718,-0.701305627822876,0.5745663642883301,0.6709398627281189,-0.2137487828731537,-0.9441811442375183,-0.6379995346069336 +211,1.5962642774886366,1.1899238959479688,0.11840510077852935,0.3716101050376892,-0.9283406734466553,0.009466194547712803,-2.0235722064971924,-1.6268714666366577,0.26658618450164795,0.3864923119544983,-0.24788308143615723,0.32052040100097656 +212,1.452815649883105,1.1810889488788219,0.2811719723938502,0.37727639079093933,-0.9250202775001526,-0.04471900314092636,0.3631574809551239,1.306514859199524,-0.41170910000801086,-0.11723613739013672,0.07020777463912964,0.45138096809387207 +213,1.7975169670152982,1.135882115709306,0.02325440224954452,0.41054999828338623,-0.9069061875343323,0.09470848739147186,1.9590378999710083,0.2502017617225647,-0.42897412180900574,-0.235287606716156,0.6099397540092468,-0.3341341018676758 +214,1.9409876150961747,1.0316518921092197,-0.23952223096295303,0.47862330079078674,-0.8581482172012329,0.18574568629264832,-0.37832510471343994,-0.2654944360256195,-0.5374364852905273,-0.39527979493141174,0.11194765567779541,-0.1728520393371582 +215,1.9047733857236813,1.0110028575020467,-0.24609661445090095,0.5016708970069885,-0.8473647832870483,0.17406706511974335,0.7017422914505005,-1.3582619428634644,-0.026170574128627777,0.12711328268051147,-0.5206466913223267,-0.36457300186157227 +216,1.7739289970068721,1.047539312515362,-0.1274278675995148,0.48942992091178894,-0.8661962151527405,0.10080960392951965,-0.6337417364120483,-0.32046347856521606,0.3552945852279663,0.27030524611473083,-0.0619959831237793,0.31937170028686523 +217,1.7010719175751,1.1343481196439618,-0.15339484536451203,0.4191412031650543,-0.9062588214874268,0.05491488799452782,0.27867501974105835,-0.8277679681777954,0.16958023607730865,0.15463504195213318,0.49123501777648926,0.17534029483795166 +218,1.7522989820390806,1.0818919199422359,-0.1706616739963215,0.4619438052177429,-0.8828479647636414,0.08477701991796494,-0.11699770390987396,1.019816517829895,-0.9829702973365784,-0.4056084454059601,0.4707387089729309,0.009964808821678162 +219,1.7767475091780414,1.0349030753646218,-0.13148171632050315,0.49981868267059326,-0.85981285572052,0.10441877692937851,-0.5576326847076416,0.3103293776512146,-0.030088534578680992,-0.04893672466278076,0.3417922258377075,-0.3566007614135742 +220,1.7279053560513522,1.0546758888499908,0.025157678536631558,0.4874313175678253,-0.8697403073310852,0.07721622288227081,-1.3384069204330444,0.3209969401359558,0.4735454022884369,-0.3116500675678253,-1.15723717212677,-0.5688391923904419 +221,1.6086055116229419,1.1366479099527644,0.10857934004725978,0.420337438583374,-0.9072285890579224,0.01590019278228283,-1.5774070024490356,-0.06976145505905151,0.5271661281585693,0.40742138028144836,-0.37122905254364014,0.3833308219909668 +222,1.4201736826783884,1.1232632915944556,0.37490248741662724,0.42784321308135986,-0.901517391204834,-0.06493468582630157,0.34601303935050964,0.7677803039550781,-0.051628727465867996,-0.05032557249069214,-0.07461780309677124,0.36905765533447266 +223,1.7765368824068417,1.129803346493745,0.05545862962850109,0.4178352952003479,-0.9043282866477966,0.08719951659440994,1.981398582458496,-0.55803382396698,0.039659738540649414,-0.21298617124557495,0.6424418091773987,-0.3714708089828491 +224,1.8802753643115744,1.0730013614679648,-0.13731178333213442,0.4548049867153168,-0.8786375522613525,0.14542533457279205,0.19094622135162354,0.1492627114057541,-0.5865393877029419,-0.2959304451942444,0.28253769874572754,-0.09386587142944336 +225,1.8992399048852011,1.0281479826278013,-0.1749079287042531,0.48880141973495483,-0.8563440442085266,0.1665770560503006,0.4748350977897644,-1.3264775276184082,-0.1953241229057312,0.051939547061920166,-0.6690617799758911,-0.5209472179412842 +226,1.7951798172833144,1.0511688377057384,-0.08017152927119583,0.48410892486572266,-0.8680042028427124,0.11048656702041626,-0.9253273606300354,-0.14672665297985077,0.29506492614746094,0.30541133880615234,-0.2136150598526001,0.3770928382873535 +227,1.7037766116139719,1.1390151615362742,-0.035867481787189966,0.4147939383983612,-0.9082217812538147,0.05548687279224396,0.16776078939437866,-1.5877147912979126,0.4666743576526642,0.2999429702758789,0.3430517315864563,0.17456983029842377 +228,1.6534857139234087,1.1188701031206787,-0.048260930483360984,0.4352073669433594,-0.8996075987815857,0.03606927767395973,-0.07868845015764236,0.8153539299964905,-0.573713481426239,-0.3023795783519745,0.5450084209442139,0.18464910984039307 +229,1.7656301959816412,1.0528409444326037,-0.06233966043212471,0.48573747277259827,-0.8688333034515381,0.09585407376289368,-0.9251075983047485,-0.06543035805225372,-0.2239183485507965,-0.397556871175766,0.31735002994537354,-0.4895460605621338 +230,1.751949037423075,1.0580422356014452,0.04162355222782087,0.4825514554977417,-0.8713967204093933,0.08838444203138351,-0.6407887935638428,0.5886558890342712,0.13146337866783142,0.4233475923538208,-1.0601370334625244,-0.35590147972106934 +231,1.7258953797591128,1.1260552140868398,0.04769823113948514,0.42505988478660583,-0.9027220606803894,0.06646015495061874,-0.16308428347110748,-0.543999433517456,1.0442966222763062,0.7360423803329468,-0.5041382908821106,0.37721967697143555 +232,1.3904692698320407,1.1385146039445697,0.36294119829324933,0.4121507406234741,-0.9080122113227844,-0.0751381441950798,-0.7105788588523865,-0.02612273395061493,-0.3721926510334015,0.07930430769920349,-0.06923699378967285,0.4044533371925354 +233,1.6961155716835927,1.1015639422932781,0.11260371147617346,0.4486555755138397,-0.8919156789779663,0.056521378457546234,1.684135913848877,0.2861664593219757,-0.4580686092376709,-0.1411147117614746,0.4024900197982788,0.01900959014892578 +234,1.9295252035985637,0.9720558069506257,-0.2874275268273355,0.5277257561683655,-0.8260461091995239,0.19787199795246124,1.0291887521743774,0.582345187664032,-1.1570754051208496,-0.5164647698402405,0.2508661150932312,-0.16334129869937897 +235,1.8939082825297402,0.9490110900487051,-0.19724064865227164,0.552344560623169,-0.8128398656845093,0.18495075404644012,0.3268762528896332,-1.0105555057525635,0.32427939772605896,0.19381016492843628,-0.694362223148346,-0.09539689123630524 +236,1.8414238367676692,0.9776336755124588,-0.18712545154916874,0.5386411547660828,-0.8291769623756409,0.14943727850914001,-1.5956223011016846,0.3714596629142761,0.5074613094329834,0.42302876710891724,-0.5044870376586914,0.2279735803604126 +237,1.8124957043892844,1.0809354529465172,-0.10345732518066318,0.45682671666145325,-0.8823983073234558,0.11261628568172455,-0.2500446140766144,-0.9319179058074951,0.7842758893966675,0.22958987951278687,0.42324620485305786,0.09526943415403366 +238,1.6484912748987006,1.0880504076244635,-0.08483700043355584,0.46281254291534424,-0.8857235908508301,0.03603072464466095,0.20467954874038696,-0.43151870369911194,-0.4244675636291504,-0.3585340082645416,0.5060544610023499,0.18606090545654297 +239,1.8577213128372543,1.038289519308805,-0.15560553537130845,0.48693931102752686,-0.8615370988845825,0.14367972314357758,-1.1906108856201172,0.18179920315742493,-0.05677013099193573,-0.11064234375953674,0.2945052981376648,-0.7024718523025513 +240,1.8780699571823491,1.0538878448632445,-0.09031838700732404,0.47104787826538086,-0.8693511486053467,0.14947479963302612,-0.45571643114089966,0.23190274834632874,0.4420371949672699,0.14902356266975403,-0.8720582723617554,-0.4607694149017334 +241,1.6885071097598345,1.1502944450269184,0.05985166025194004,0.4053938686847687,-0.9128841757774353,0.047940853983163834,-1.5310297012329102,-0.8922592401504517,0.3759918212890625,0.4384934902191162,-0.3658785820007324,0.23170697689056396 +242,1.5406154715427904,1.1445145290473404,0.2427558533993576,0.41329988837242126,-0.910509467124939,-0.012477532960474491,0.009049066342413425,0.7887622117996216,-0.37331071496009827,0.007751107215881348,-0.01800304651260376,0.4516712427139282 +243,1.7295520836857183,1.1207366624162511,0.10801404768837895,0.4295489192008972,-0.900421142578125,0.0687720999121666,0.9890186190605164,0.4795074164867401,-0.04794204980134964,-0.17820614576339722,0.47998046875,-0.0767829418182373 +244,1.9440931090711764,1.0259946794621273,-0.20620697069372332,0.4825567603111267,-0.8552300930023193,0.18899855017662048,1.1250300407409668,-0.49800416827201843,-0.950038731098175,-0.3358282446861267,0.31264281272888184,-0.18022477626800537 +245,1.9065027481983636,0.9916523811534379,-0.21362885692361264,0.5167556405067444,-0.8369314670562744,0.1803029477596283,0.6455458402633667,-2.070770502090454,0.1504148244857788,0.25451499223709106,-0.7955452799797058,-0.5499318838119507 +246,1.7913871866218125,1.0379200841273168,-0.13595822957507767,0.49570319056510925,-0.8613494634628296,0.11115644127130508,-1.102992057800293,-0.5248633027076721,0.6101452112197876,0.2671142518520355,-0.23697829246520996,0.3250923156738281 +247,1.7713819480943993,1.1332862431183228,-0.21214542901634184,0.4151903986930847,-0.9058094024658203,0.08441642671823502,0.5929756164550781,-1.1590884923934937,0.7776915431022644,0.2939617931842804,0.4547443985939026,0.21483898162841797 +248,1.8369788800868696,1.0943899972972344,-0.26065428217780656,0.442438006401062,-0.8886486887931824,0.1206318810582161,-0.5580596923828125,1.5233771800994873,-0.8050951957702637,-0.3256778120994568,0.4701763987541199,-0.07686973363161087 +249,1.7625692677966611,1.0425093672740504,-0.13129196878670443,0.49481409788131714,-0.8636717796325684,0.09607260674238205,-0.5155459642410278,0.6576886177062988,-0.41179922223091125,-0.10698148608207703,0.31556087732315063,-0.09892595559358597 +250,1.7180431354731807,1.0421279415265536,0.01406983253883875,0.49892622232437134,-0.863479495048523,0.07400088757276535,-1.0711584091186523,0.5334107875823975,0.12544198334217072,0.20592308044433594,-0.9142305850982666,-0.3629871606826782 +251,1.6009172065672073,1.1218384003982373,0.06577292022491689,0.4338301122188568,-0.9008998870849609,0.01307129766792059,-1.5932252407073975,-1.031248688697815,0.2427523285150528,0.4627305269241333,-0.49537086486816406,0.41621947288513184 +252,1.4456795903297608,1.081779979977202,0.31177942174582524,0.46608585119247437,-0.8827953934669495,-0.058621350675821304,0.06749788671731949,2.0373294353485107,-0.5321632027626038,-0.1380523443222046,0.07392686605453491,0.3330506682395935 +253,1.7531081777908681,1.0722077871957232,0.0735777615890538,0.4702613949775696,-0.8782584071159363,0.08669689297676086,1.7139596939086914,-1.3186248540878296,0.21562790870666504,-0.24482810497283936,0.5465323328971863,-0.14112496376037598 +254,1.895162125561916,0.9979207435665987,-0.24757278112897763,0.513784646987915,-0.8403457403182983,0.17275580763816833,0.589928925037384,0.2727946639060974,-0.8561808466911316,-0.38117045164108276,0.06847977638244629,-0.14396248757839203 +255,1.8728140336312757,0.9624786300441138,-0.2460445522308412,0.5456211566925049,-0.8206105828285217,0.16998741030693054,0.32169583439826965,-1.316545844078064,-0.06757285445928574,-0.17738085985183716,-0.491141676902771,-0.48332667350769043 +256,1.785682913233746,1.003136740823717,-0.11189716907603364,0.5252941846847534,-0.8431616425514221,0.11464881151914597,-0.9204198122024536,0.816251814365387,0.4030652642250061,0.2908373475074768,-0.0672386884689331,0.43944358825683594 +257,1.7456823815377691,1.0858069774497368,-0.0511543619175157,0.4590878188610077,-0.884679913520813,0.08111673593521118,0.13802585005760193,-1.7696166038513184,0.17655479907989502,0.19145536422729492,0.437566876411438,0.05122268199920654 +258,1.7097287347934125,1.0586849687713238,-0.1368429491365102,0.485297292470932,-0.8717118501663208,0.06786070019006729,0.9248532652854919,0.6863155364990234,-0.7151246666908264,-0.4317999482154846,0.5037461519241333,0.12125670909881592 +259,1.857130864883564,1.0156853255218687,-0.1709440211944895,0.5055795907974243,-0.8498419523239136,0.14885540306568146,-0.3350575864315033,0.5653886198997498,0.04127488657832146,-0.06347143650054932,0.3073614835739136,-0.22994065284729004 +260,1.90267050887467,1.0260970040966653,-0.12889080782205167,0.4898865520954132,-0.8552831411361694,0.16882485151290894,-0.5575128197669983,0.5465070605278015,0.6561949849128723,-0.001986771821975708,-1.0962700843811035,-0.5196244716644287 +261,1.7167803688599752,1.13338692897369,-0.029940745644283544,0.4190884530544281,-0.9058520793914795,0.06161857396364212,-1.310970425605774,-1.84212327003479,0.12364084273576736,0.4846590757369995,-0.20349234342575073,0.3148462772369385 +262,1.6067606408573774,1.1161449614535828,0.13252400356063643,0.43886470794677734,-0.8984141945838928,0.01579027622938156,0.35489243268966675,1.5006866455078125,-0.6669803261756897,-0.1204138994216919,0.12131476402282715,0.37532293796539307 +263,1.9389432624564915,1.0296968243326148,-0.1265374622951058,0.48056623339653015,-0.8571428656578064,0.18537019193172455,1.7862616777420044,-1.2817057371139526,-0.4327225685119629,-0.22316578030586243,0.44094419479370117,-0.5452792644500732 +264,1.9553500332221319,0.9377237447713543,-0.30221199582121056,0.5484157204627991,-0.8062134981155396,0.22194524109363556,0.12077166140079498,-0.15113705396652222,-0.3530958890914917,-0.3891903758049011,0.1192171573638916,-0.16405346989631653 +265,1.9002451146875023,0.9316972967170544,-0.3075197820768995,0.564395010471344,-0.8026334643363953,0.19297179579734802,0.01063535176217556,-0.9087850451469421,-0.08542477339506149,0.020276129245758057,-0.562066912651062,-0.18731066584587097 +266,1.8526156062995764,0.9861397465529385,-0.22867597538762693,0.5301405191421509,-0.8339016437530518,0.15348897874355316,-0.6413266658782959,0.4613027274608612,1.148518681526184,0.33347636461257935,-0.2133394479751587,0.38870155811309814 +267,1.7924967291104004,1.1180222492987784,-0.23039727186150516,0.42675507068634033,-0.8992370367050171,0.09619295597076416,0.18490248918533325,-2.396772623062134,0.3867218792438507,0.30554479360580444,0.538564920425415,0.14126433432102203 +268,1.7729986282359929,1.089869479515399,-0.269857729768575,0.45317649841308594,-0.8865665197372437,0.09290293604135513,0.46104320883750916,1.3845875263214111,-0.6039048433303833,-0.29764366149902344,0.5834811925888062,0.0013201236724853516 +269,1.8813435768484368,1.0492461081396471,-0.2202349661868664,0.47439321875572205,-0.8670478463172913,0.15224750339984894,-0.386805921792984,1.325278639793396,-0.2651970386505127,-0.08012133836746216,0.15267711877822876,-0.32306957244873047 +270,1.959450133545149,1.0541766923123026,-0.18179376577537967,0.45710569620132446,-0.869493842124939,0.18717661499977112,-0.6019224524497986,0.040994465351104736,-0.2677890658378601,0.1605701446533203,-1.021756887435913,-0.5205506086349487 +271,1.8618513860322363,1.120852715401133,-0.17750427949865016,0.41662290692329407,-0.9004716277122498,0.12480445951223373,-2.1468377113342285,-1.2440879344940186,1.3445799350738525,0.41789549589157104,-0.07682323455810547,0.5100831985473633 +272,1.4294300771556236,1.1138298250958805,0.26589523700921774,0.43682652711868286,-0.8973950743675232,-0.0621672086417675,0.6687703132629395,1.778196096420288,-0.5552417635917664,-0.20506080985069275,0.014399468898773193,0.3295775055885315 +273,1.9045407211424308,1.05718811421464,-0.16504887445003572,0.46421295404434204,-0.8709774017333984,0.16094911098480225,1.7006653547286987,-1.63078773021698,-0.16162638366222382,-0.25719699263572693,0.5225430130958557,-0.48608338832855225 +274,1.9612606863041653,0.97736531621713,-0.3277210345680057,0.5171185731887817,-0.8290269374847412,0.2128448784351349,0.49750328063964844,0.39876845479011536,-0.6152315139770508,-0.34440428018569946,0.13812410831451416,-0.1863708198070526 +275,1.8800623323857835,0.9449145207236296,-0.3332026168595435,0.5580193400382996,-0.8104468584060669,0.17829744517803192,0.16416873037815094,-0.7028669714927673,-0.5504082441329956,0.2818395495414734,-0.7219932079315186,-0.14233256876468658 +276,1.8835192530769205,0.9244625950177215,-0.2634226767543388,0.5730535387992859,-0.7982972264289856,0.18528680503368378,-0.8236148953437805,0.34637460112571716,0.2123381346464157,0.1452692151069641,-0.3781554102897644,0.3030097484588623 +277,1.8281656211507598,1.0265819802400344,-0.2465313766991736,0.5006928443908691,-0.8555343151092529,0.13178567588329315,0.03201819211244583,-1.8629273176193237,0.7842049598693848,0.18970632553100586,0.5133712887763977,0.15929068624973297 +278,1.8314316498086711,1.0101560239494425,-0.28540530016931365,0.5137702226638794,-0.8469148278236389,0.13702352344989777,0.7822237014770508,2.2342522144317627,-0.4207935631275177,-0.34676283597946167,0.4443880319595337,0.05871628224849701 +279,1.9269875906058491,0.9720318843425105,-0.26467674039298617,0.5282447338104248,-0.8260326385498047,0.19653910398483276,-0.49877285957336426,0.6073271632194519,-0.4733561873435974,-0.1029822826385498,0.3513164520263672,-0.4894315004348755 +280,2.0742771545295664,0.9266251139062327,-0.2714115052689953,0.5260145664215088,-0.7995977401733398,0.2897450029850006,-0.09486960619688034,0.4926599860191345,-0.26083067059516907,-0.04250931739807129,-1.0757837295532227,-0.3375203609466553 +281,2.052658640416573,0.9389911251521916,-0.2900923221484431,0.5233526825904846,-0.8069626688957214,0.27370309829711914,-0.3438258469104767,-0.3529372811317444,1.344518780708313,0.6579827666282654,-0.036573827266693115,0.37172845005989075 +282,1.5889488281617252,1.130893421702923,0.09939028877392521,0.42578110098838806,-0.9047930240631104,0.0077298409305512905,-1.8890219926834106,-0.3144579827785492,-0.5488502383232117,-0.06155392527580261,-0.4002452492713928,0.6140657663345337 +283,1.7785284111388115,1.088698330091593,0.014865086225354707,0.45367175340652466,-0.8860241770744324,0.09562159329652786,1.317644715309143,0.9385565519332886,-0.09355950355529785,-0.19160196185112,0.3946300148963928,0.008321300148963928 +284,1.9329335869902433,1.0205284865472497,-0.16933175459012348,0.4889999032020569,-0.8523845076560974,0.18525511026382446,1.2613372802734375,-0.011831252835690975,-0.5659905672073364,-0.39662331342697144,0.5423566102981567,-0.24911311268806458 +285,2.057163586983753,0.9410520753411147,-0.2473558658191551,0.5206427574157715,-0.8081781268119812,0.2752798795700073,-0.5100486874580383,-0.1751481294631958,-0.24987736344337463,0.327089786529541,-0.8943211436271667,-0.33359912037849426 +286,1.8681082877290816,0.9263396124086458,-0.19882833409661582,0.5744069218635559,-0.799426257610321,0.17599451541900635,-0.12774202227592468,-0.779002845287323,0.15100693702697754,-0.014760434627532959,-0.6305357813835144,0.43692052364349365 +287,1.8457075819012578,0.9733134137106166,-0.2966519354129392,0.5414388179779053,-0.8267542719841003,0.152714341878891,0.6507328748703003,-2.286470413208008,1.0049442052841187,0.2967875003814697,0.23893988132476807,0.3341935873031616 +288,1.8427589899221526,0.9621773874772853,-0.37638558881259476,0.5507211089134216,-0.8204383850097656,0.15358085930347443,0.05681818723678589,1.2554481029510498,-0.410711407661438,-0.1338663101196289,0.3657417297363281,0.06924319267272949 +289,1.9497667758398223,0.9625165035323118,-0.27177593873075695,0.5309097766876221,-0.8206322193145752,0.21141858398914337,-1.477697730064392,-0.2411254197359085,-0.1989731341600418,-0.2930099368095398,0.5244437456130981,-0.703972339630127 +290,1.941533675765064,0.9885318749801604,-0.15384652357045403,0.5125557780265808,-0.8352195620536804,0.1992364227771759,-0.06422583758831024,1.1477901935577393,0.15380053222179413,-0.05079430341720581,-1.2570199966430664,-0.06131216883659363 +291,1.8891841890135224,1.0275858014746664,-0.17556689525108174,0.4909090995788574,-0.8560535907745361,0.1618042141199112,0.8368756175041199,-1.3180019855499268,-1.0835036039352417,0.7500424385070801,0.003819704055786133,0.0576171875 +292,1.7314636871026843,1.1257961505190073,-0.03020445163174732,0.42491400241851807,-0.9026105999946594,0.06886337697505951,-1.9466952085494995,-0.7222280502319336,0.015297753736376762,0.17896783351898193,-0.3136521577835083,0.4914698600769043 +293,1.7449590567316944,1.1026780470246578,0.11158242226376776,0.4443820118904114,-0.8924189209938049,0.07818692922592163,0.6099505424499512,1.7955375909805298,0.2434442788362503,-0.21069365739822388,0.23026371002197266,-0.051102638244628906 +294,1.9390238560883466,1.0613011977625204,-0.08807394888126907,0.4550422728061676,-0.8729908466339111,0.1755668818950653,1.7701658010482788,-1.1612929105758667,-0.6521076560020447,-0.24622568488121033,0.5873004198074341,-0.4336235523223877 +295,2.027974470631584,0.9750713928310056,-0.21276454893681276,0.5034840703010559,-0.8277419209480286,0.24768352508544922,-0.44631126523017883,0.24193215370178223,-0.1594165861606598,0.2200877070426941,-0.7652450799942017,-0.11947917938232422 +296,1.970986837393955,0.9616247691124434,-0.30355255155212485,0.5269777178764343,-0.8201223015785217,0.2229209691286087,-0.4951295554637909,-0.24870909750461578,0.6022608280181885,-0.1323702335357666,-0.5027077794075012,0.4908241033554077 +297,1.9561325690992335,1.053073815399546,-0.2407214521020203,0.45861193537712097,-0.8689485788345337,0.1860191971063614,-0.22438018023967743,-0.5462186336517334,0.9601329565048218,0.30142828822135925,0.383749783039093,0.20997688174247742 +298,1.9009953015219248,1.0710415006588934,-0.2844351312700486,0.4533222019672394,-0.8777000904083252,0.1553749144077301,-0.15040886402130127,-0.43276384472846985,-0.23722481727600098,-0.22834664583206177,0.5166314840316772,0.09814988076686859 +299,1.9728522878524701,1.0210903486010479,-0.2919879204312685,0.4807765781879425,-0.8526781797409058,0.20443524420261383,0.9096184968948364,1.5686306953430176,-0.11184150725603104,-0.3023402988910675,0.18124574422836304,-0.38958537578582764 +300,2.0051214440460328,1.0450740296527548,-0.26328178925821355,0.455244243144989,-0.8649616837501526,0.2111724615097046,0.07550714164972305,0.9769451022148132,0.34953904151916504,0.1960923969745636,-0.9134348034858704,0.029168695211410522 +301,2.0355601427337873,1.07727689572771,-0.2645686065060955,0.4234791100025177,-0.8806710839271545,0.21233074367046356,0.47147247195243835,-0.22034083306789398,1.075528860092163,0.8575268387794495,-0.06169670820236206,-0.004353359341621399 +302,1.7099501550760017,1.1809347873037879,0.05029977158450826,0.3763868510723114,-0.9249616861343384,0.05271637439727783,-2.870652914047241,0.13579656183719635,-0.5901491641998291,-0.052625805139541626,0.12508058547973633,0.41546905040740967 +303,1.7147513298492578,1.1242441623633042,0.10507938217230027,0.4273912310600281,-0.9019414186477661,0.06195365637540817,2.0869553089141846,1.5632696151733398,-0.31463927030563354,-0.26415279507637024,0.13147950172424316,0.49413764476776123 +304,1.949997417533313,1.055398082853717,-0.1570455331431088,0.4578675329685211,-0.8700965046882629,0.18245409429073334,2.5689711570739746,-2.4533581733703613,-0.28377658128738403,-0.09977427124977112,0.26288825273513794,-1.0030107498168945 +305,1.9518268391536402,1.0002358256090493,-0.27983234972772353,0.5013684630393982,-0.841598391532898,0.20085228979587555,-0.7790781259536743,-0.018978379666805267,0.20405468344688416,0.07417774200439453,-0.0034332275390625,-0.29617395997047424 +306,1.832042410229751,1.0048355997844725,-0.21488806691971038,0.5180320143699646,-0.8440738320350647,0.13849909603595734,0.2456822693347931,-0.7105496525764465,0.1099272295832634,-0.0206412672996521,-0.34296828508377075,0.04982481896877289 +307,1.8584131850745844,1.0529651219769272,-0.2690867672582643,0.4746635854244232,-0.8688947558403015,0.14041464030742645,0.3810969293117523,0.35624033212661743,1.3264027833938599,0.15570750832557678,0.22721701860427856,0.11086712777614594 +308,1.8413471802471653,1.122213428158255,-0.384993783114343,0.4179130494594574,-0.9010626077651978,0.11590871214866638,0.4874359369277954,-2.1294782161712646,-0.38379138708114624,0.2794899046421051,0.5329595804214478,-0.02698040008544922 +309,1.9631826069514755,1.0557733518845507,-0.5971202700158948,0.45512038469314575,-0.8702813982963562,0.18835026025772095,1.1095459461212158,-0.4749528467655182,-0.00033898407127708197,-0.380871057510376,0.1919824481010437,-0.18590891361236572 +310,2.059267660987379,1.0272818625479196,-0.6353413086118538,0.4566675126552582,-0.8558964729309082,0.24268506467342377,0.6009392738342285,0.870326042175293,-1.077552080154419,0.07084405422210693,-0.6153407096862793,-0.26658034324645996 +311,2.1332184040536513,1.015656828152134,-0.6778474341843628,0.44587650895118713,-0.8498269319534302,0.28104880452156067,0.4454461932182312,-0.32294711470603943,0.4525493085384369,0.6693883538246155,-0.22408664226531982,-0.21613788604736328 +312,2.214964543968581,1.081810908479101,-0.8434565642677392,0.375596284866333,-0.8828098773956299,0.28208890557289124,-2.0679545402526855,-1.9633156061172485,1.7349056005477905,0.2427661418914795,0.11103558540344238,0.2288973331451416 +313,1.5380725597115519,1.150756259041281,-0.28800549153688465,0.40757858753204346,-0.9130725860595703,-0.013342269696295261,-0.6669215559959412,0.9692612290382385,-0.5249029397964478,-0.25029104948043823,0.06868177652359009,0.2435058355331421 +314,1.6796419620162482,1.1402683174013406,-0.46798546844326044,0.41488075256347656,-0.908745527267456,0.045337144285440445,1.2996693849563599,-1.5309062004089355,0.11339489370584488,-0.35735514760017395,0.48117905855178833,0.08019685745239258 +315,1.886388063562385,1.0969824576840246,-0.7558162030034998,0.43374869227409363,-0.8898345828056335,0.14162074029445648,1.1754038333892822,0.5880391597747803,-0.5993443131446838,-0.23999258875846863,0.3620331287384033,-0.04147733747959137 +316,2.0295791779818386,0.9850967306085482,-0.7929887003106234,0.4956202507019043,-0.8333255648612976,0.24480357766151428,0.6919994354248047,1.03082275390625,-1.0399941205978394,0.14799538254737854,-0.7382990717887878,-0.5221473574638367 +317,1.914874789828355,0.9324792215649594,-0.8158741672085824,0.5609203577041626,-0.8030996322631836,0.20099589228630066,-1.9814265966415405,-2.1089882850646973,0.9220457077026367,0.0694812536239624,-0.5594186782836914,0.20690202713012695 +318,1.849550227977246,1.067660929359742,-0.8474943516835547,0.4635621905326843,-0.8760750889778137,0.13267412781715393,0.5317894816398621,-1.3812650442123413,1.1520228385925293,0.6646115779876709,0.494925856590271,0.4932718276977539 +319,1.9814844237713907,1.042079530116857,-0.9638174932860438,0.4624808728694916,-0.863455057144165,0.20138707756996155,0.7160427570343018,1.4432812929153442,-0.3186857998371124,-0.07205423712730408,0.45252060890197754,-0.1632249355316162 +320,2.1526705369445187,0.9981787477533179,-1.0138949327504247,0.45266661047935486,-0.8404855728149414,0.2977869510650635,0.010790135711431503,0.2980895936489105,-0.28395727276802063,-0.31115663051605225,0.4541788101196289,-0.330517053604126 +321,2.1470729020168333,1.0020422482545013,-0.9487529707520219,0.45160019397735596,-0.8425726890563965,0.29347676038742065,-0.9644344449043274,2.520857810974121,0.41474419832229614,-0.11682236194610596,-1.6321892738342285,0.01899266242980957 +322,2.065290632643494,1.0965291650814764,-0.7972112054183537,0.40197959542274475,-0.8896276354789734,0.21673734486103058,-0.18537186086177826,-1.0743645429611206,2.312851667404175,0.6656625866889954,-0.07013487815856934,-0.05127111077308655 +323,1.4680316441105399,1.1909030264034823,-0.36765237232345105,0.3688647747039795,-0.9287042021751404,-0.03804027661681175,-2.7368979454040527,-0.3143991529941559,-0.14909537136554718,0.11959955096244812,-0.08196157217025757,0.6676331758499146 +324,1.5435143484406335,1.15253738588131,-0.3056267441980312,0.4060187339782715,-0.9137974977493286,-0.011079743504524231,1.3950599431991577,1.368587613105774,-0.17024245858192444,-0.25137093663215637,0.3778936266899109,0.17367738485336304 +325,1.8077210837363404,1.115919692989786,-0.5900451035021432,0.42707812786102295,-0.8983152508735657,0.10312217473983765,1.2187974452972412,-0.820274829864502,-0.25167161226272583,-0.35270681977272034,0.5362393856048584,-0.14447355270385742 +326,2.0330334641976364,1.0132780895331903,-0.8449872741819994,0.4735585153102875,-0.8485707640647888,0.235944926738739,0.7825736403465271,0.31025245785713196,-0.8202765583992004,0.1555308699607849,-0.3246774673461914,-0.1965162754058838 +327,1.9097367682077642,0.9590516585400524,-0.7876045314006254,0.5416236519813538,-0.8186473250389099,0.1909468024969101,-0.373510479927063,-1.1707887649536133,-0.03471200913190842,0.0029168128967285156,-0.8511679172515869,0.0489061176776886 +328,1.8165652089570412,1.0302250988013428,-0.7253111185924263,0.4991615116596222,-0.8574148416519165,0.12520955502986908,-0.00849508959800005,-1.6544721126556396,1.1033540964126587,0.11582872271537781,0.20023411512374878,0.3030436038970947 +329,1.7433033366139896,1.059867434641516,-0.7207508192900207,0.48173025250434875,-0.8722906708717346,0.08393611013889313,-0.15108723938465118,1.0690363645553589,-0.26141801476478577,-0.18239855766296387,0.5799931883811951,0.10985053330659866 +330,1.7902968867249995,1.0315947965755285,-0.6440481521068913,0.5011312961578369,-0.8581189513206482,0.1117999255657196,-0.5552495718002319,1.0925654172897339,-0.5280750393867493,-0.2599661946296692,0.4457349181175232,-0.05821109563112259 +331,1.823937541570842,1.017370150875068,-0.46401530329103857,0.5088542699813843,-0.8507286906242371,0.131635844707489,-2.275472402572632,3.007868766784668,0.02668515220284462,0.16779667139053345,-0.7834571003913879,-0.3678724765777588 +332,1.8146963568861294,1.0156001858072445,-0.41996823928727534,0.5115095973014832,-0.8497970700263977,0.12729133665561676,2.600468635559082,-1.0853612422943115,0.49039924144744873,0.26027995347976685,0.3252151608467102,-0.11122381687164307 +333,1.5446060503986065,1.1961708110921425,-0.29714302757620525,0.3657981753349304,-0.930644690990448,-0.009582546539604664,-3.1530566215515137,-0.6537678241729736,-0.7424020767211914,0.1644599437713623,-0.052738308906555176,0.665008544921875 +334,1.6090223818139482,1.1430928789523978,-0.16873010203516897,0.4144793450832367,-0.9099206924438477,0.01585163176059723,0.518561840057373,1.2494288682937622,-0.35825595259666443,-0.3121996521949768,0.2972344756126404,0.13305890560150146 +335,1.8320638240638005,1.0830110946341311,-0.3559769447362252,0.4527655839920044,-0.8833730220794678,0.1210600957274437,1.3963069915771484,0.7885246872901917,-0.4982973039150238,-0.3927985429763794,0.4789693355560303,-0.2716186046600342 +336,1.9633012142553599,1.0176584594930198,-0.5254822381717177,0.4854085147380829,-0.8508802056312561,0.20095236599445343,-0.7254086136817932,-0.6839852333068848,-0.5040244460105896,0.047077476978302,-0.5091053247451782,-0.11133739352226257 +337,1.8841867007441306,0.995836049615261,-0.4917600711431403,0.5173149704933167,-0.8392139077186584,0.16764616966247559,-0.7126893997192383,1.0688197612762451,-0.07271450757980347,-0.048778653144836426,-0.509952962398529,0.4418203830718994 +338,1.7440362167823829,1.062393931024571,-0.17166985844180485,0.47949591279029846,-0.8735232949256897,0.08390893042087555,-1.8701634407043457,0.6278520822525024,0.5768949389457703,0.32566457986831665,-0.21316182613372803,0.30494606494903564 +339,1.5028080934116426,1.1099778045167634,-0.02453751854663588,0.4436541795730591,-0.8956888318061829,-0.030209826305508614,-0.0200139582157135,-1.5156052112579346,0.0636141374707222,-0.22543823719024658,0.34313756227493286,0.2852909564971924 +340,1.4370576303984333,1.091656747798293,-0.027019092745460545,0.4568992257118225,-0.8873919248580933,-0.06147204339504242,0.22004152834415436,0.4577270746231079,-0.2959378957748413,-0.252202570438385,0.43507564067840576,0.11779224872589111 +341,1.734293406511963,1.0702851295387348,-0.14605326798678714,0.4734746515750885,-0.8773373365402222,0.07810895144939423,0.5674269199371338,3.1413865089416504,-0.38729560375213623,0.1964624524116516,-0.03745758533477783,-0.19418251514434814 +342,1.7222373040387826,1.1075764294559272,-0.02999139107614508,0.4417170286178589,-0.8946183919906616,0.0674101859331131,0.3611539304256439,-1.4011393785476685,0.5526228547096252,-0.072835773229599,0.02747666835784912,-0.3646361827850342 +343,1.4201319782331265,1.173614781379927,0.13070066605571778,0.38243916630744934,-0.9221549034118652,-0.0580599270761013,-1.5330904722213745,-0.13273504376411438,0.07955457270145416,0.35308030247688293,-0.006662964820861816,0.6422884464263916 +344,1.5095068495533912,1.1221904715326465,0.25392410537258175,0.432895302772522,-0.9010526537895203,-0.026565199717879295,-0.43407878279685974,1.8736670017242432,-0.8300751447677612,-0.25075116753578186,0.07561320066452026,0.27760279178619385 +345,1.7547891414731227,1.068623271733181,0.00017973116419887726,0.47320684790611267,-0.8765386939048767,0.08806264400482178,2.77528977394104,-1.660813808441162,-0.4881633222103119,-0.32809582352638245,0.5225958824157715,-0.3621104955673218 +346,1.9194990445100684,0.9930876119515063,-0.16325368436567456,0.5132396817207336,-0.8377161026000977,0.1865929216146469,-0.5480940341949463,0.6229066848754883,-0.3748754858970642,-0.20180773735046387,0.2755821943283081,-0.2854241132736206 +347,1.8744322925884873,0.9630523836852816,-0.10792098071815884,0.5448960661888123,-0.8209383487701416,0.1707293689250946,0.7868930697441101,-1.0059040784835815,-0.4617825150489807,-0.28284168243408203,-0.5245969295501709,-0.463576078414917 +348,1.7999688103618692,1.0119533372756107,0.011708052504302088,0.5163431763648987,-0.8478691577911377,0.12044770270586014,-1.3450253009796143,1.0071574449539185,0.6544616222381592,0.2756642699241638,-0.1290748119354248,0.4077047109603882 +349,1.7160305872937174,1.1196611369128893,0.16632002318275177,0.4313972294330597,-0.89995276927948,0.06309792399406433,-0.5290943384170532,-1.8401647806167603,0.5124762654304504,0.20576396584510803,0.37070173025131226,0.09962176531553268 +350,1.5127631155495258,1.1171060074063008,0.19091965289800789,0.437547504901886,-0.8988358378410339,-0.02542083151638508,0.11445607990026474,-0.26402249932289124,-0.26574674248695374,-0.22987541556358337,0.5455033779144287,0.2567593455314636 +351,1.7270772962195218,1.0654940551501004,0.11784563290947062,0.4781726896762848,-0.8750281929969788,0.07534368336200714,0.5971457362174988,2.4667141437530518,-0.38619643449783325,-0.18027526140213013,0.22707891464233398,-0.2575336694717407 +352,1.6951579351840433,1.0660514551029137,0.23415129438992188,0.4798492193222046,-0.8752979040145874,0.05998437851667404,-1.304505467414856,0.6296302080154419,0.3705306947231293,0.06543880701065063,-0.8618693351745605,-0.12567353248596191 +353,1.6984879681989689,1.1478386059455166,0.2070457500905022,0.40711718797683716,-0.9118788838386536,0.05226986110210419,-0.31089362502098083,-0.4469715356826782,0.5415578484535217,0.9548517465591431,-0.9003462195396423,0.36731624603271484 +354,1.3130139678901318,1.1366378864350943,0.60501070284753,0.4067477881908417,-0.9072243571281433,-0.10723838955163956,-0.6778958439826965,1.0830363035202026,-0.5643887519836426,0.016897201538085938,-0.10652369260787964,0.49613916873931885 +355,1.5791205383819495,1.1058691900014066,0.4112698347564276,0.4483422636985779,-0.8938542604446411,0.0037321820855140686,1.6458884477615356,0.4909793436527252,-0.40663084387779236,-0.17629331350326538,0.4351750612258911,0.06326913833618164 +356,1.87415245734734,1.014727467400684,0.1125060882795453,0.5037492513656616,-0.8493367433547974,0.15768225491046906,1.5019421577453613,-0.43763530254364014,-0.725455641746521,-0.3970445990562439,0.37636011838912964,-0.4828927516937256 +357,1.8910673617773421,0.976161576318879,0.05898385581522203,0.5317197442054749,-0.8283531665802002,0.17636623978614807,-0.02950870990753174,-0.0658046305179596,-0.14125123620033264,0.31398332118988037,-0.6144110560417175,-0.08972682058811188 +358,1.836948805839693,0.9836083649495095,0.09665508670854435,0.5345149040222168,-0.8325018882751465,0.14571961760520935,-1.3099567890167236,0.7001254558563232,0.4266377389431,0.2524570822715759,-0.7501853704452515,0.32242000102996826 +359,1.8785900164530078,1.1263401552974102,0.2217951788975864,0.4097605347633362,-0.9028446078300476,0.13026145100593567,-1.0946455001831055,0.47457343339920044,1.2930784225463867,0.264098197221756,0.35735809803009033,0.010088935494422913 +360,1.6345745312181799,1.179911095782509,0.3408216751547116,0.3802322447299957,-0.9245721697807312,0.02428346313536167,-0.10036759078502655,-1.7974246740341187,0.017010770738124847,-0.14744418859481812,0.6221888065338135,0.16893863677978516 +361,1.6256776342312176,1.16531623098044,0.26068457991676897,0.3938659429550171,-0.9189131259918213,0.021637605503201485,1.0517736673355103,1.06640625,-0.3639044463634491,-0.23152771592140198,0.45190268754959106,0.13397157192230225 +362,2.0158975055047423,1.1132875852928226,0.046397526645114644,0.3986770212650299,-0.8971557021141052,0.19017983973026276,-1.5598949193954468,0.6729310750961304,0.10050811618566513,0.14090430736541748,-0.708541989326477,-0.6371402740478516 +363,1.859855472889295,1.1486523629408047,0.1661675379204986,0.3927189111709595,-0.912212610244751,0.11679006367921829,0.7898430824279785,0.05510389059782028,0.787319540977478,0.5841182470321655,-0.22693222761154175,0.06178354471921921 +364,1.5083777713342013,1.2197719422328965,0.4227696239884823,0.3431906998157501,-0.9390209317207336,-0.02144933119416237,-1.8039251565933228,-0.4560835361480713,-0.014936988241970539,0.23870328068733215,0.029261350631713867,0.41518712043762207 +365,1.5482189365976224,1.178790430726659,0.4354847882692468,0.38194540143013,-0.9241445660591125,-0.008624795824289322,1.1711244583129883,1.051350712776184,-0.3147827982902527,-0.10486108064651489,0.23255527019500732,0.309833288192749 +366,1.860199389291049,1.0968220837671048,0.14478901188824173,0.4374454915523529,-0.8897613883018494,0.13025499880313873,1.5442363023757935,0.022062955424189568,-0.9976692199707031,-0.28371310234069824,0.4876311421394348,-0.26918625831604004 +367,1.9725026769663427,0.9726232793628885,-0.053629833647978235,0.5183054804801941,-0.8263658285140991,0.22017930448055267,0.39398691058158875,0.06526177376508713,-0.4279080927371979,-0.34174609184265137,-0.12982618808746338,-0.17150378227233887 +368,1.9829794194198467,0.955266520258937,-0.06575899161024186,0.5290339589118958,-0.8164676427841187,0.23130907118320465,-0.3130955100059509,-1.416947841644287,-0.2119903564453125,0.23762863874435425,-0.5666806697845459,-0.26651105284690857 +369,1.8680777080595965,1.0044958398393626,0.05367606490082761,0.5129801034927368,-0.8438915610313416,0.1571565717458725,-0.5427641272544861,1.0326945781707764,1.0477231740951538,0.26637768745422363,-0.14362657070159912,0.3684934079647064 +370,1.734293869238433,1.1116007157908465,0.12444801219591999,0.43731656670570374,-0.8964093327522278,0.07214417308568954,-0.4746265709400177,-1.8762586116790771,0.302863210439682,0.14352449774742126,0.389207124710083,0.20112550258636475 +371,1.6857856934509898,1.0996680114686153,0.1353110942381066,0.4508945643901825,-0.8910567164421082,0.05207781866192818,0.5575701594352722,1.0343860387802124,-0.3979209065437317,-0.1810123324394226,0.4281507730484009,0.0535740926861763 +372,1.8205140712720675,1.058605268111061,0.17376159520708553,0.4748867452144623,-0.8716728091239929,0.12111572176218033,-2.646712303161621,0.787186324596405,-0.5952348113059998,-0.15765661001205444,0.1476433277130127,-0.5426549911499023 +373,1.6922493217038301,1.089221601345968,0.38601297676958546,0.4597635567188263,-0.8862666487693787,0.05611585080623627,-0.782709002494812,0.6931893229484558,0.8940348625183105,-0.2730112671852112,-0.44776350259780884,-0.43549513816833496 +374,1.7624622660864517,1.1186075221090177,0.22098028157807098,0.42893457412719727,-0.8994929194450378,0.08323387801647186,0.8315557241439819,-1.188064455986023,1.5560165643692017,0.9704642295837402,-0.37836968898773193,0.28146636486053467 +375,1.4983756727828088,1.1814490839279994,0.4133114026253325,0.3785894215106964,-0.9251570105552673,-0.02746572718024254,-0.6409313678741455,-0.016016056761145592,-0.6898141503334045,0.1316187083721161,0.062333643436431885,0.5271758437156677 +376,1.855783224319618,1.1143955379650639,0.14329564977017492,0.42294397950172424,-0.897644579410553,0.12390624731779099,1.2473154067993164,0.21094396710395813,-0.6513250470161438,-0.26323023438453674,0.4219822883605957,-0.05965149402618408 +377,1.9583715626078568,1.0361960220538131,-0.05851586258721347,0.4717066287994385,-0.8604723215103149,0.19256161153316498,1.3893545866012573,-0.7990983128547668,-0.1293894499540329,-0.5238765478134155,0.34464913606643677,-0.31484559178352356 +378,2.0761009182774766,0.9832932491494122,-0.20571473508319116,0.4850139319896698,-0.8323273062705994,0.2683147192001343,-0.050352469086647034,-0.4939863681793213,0.15729855000972748,0.4414692223072052,-0.7878051400184631,-0.23132729530334473 +379,2.004845215239612,0.9586625514611895,-0.20254847059861378,0.5213311910629272,-0.8184238076210022,0.24165299534797668,-0.7468457221984863,-0.44963687658309937,0.2073943167924881,0.0020909905433654785,-0.6352657079696655,0.21756026148796082 +380,1.930921109794287,1.0709779758265012,-0.1768277476731121,0.4485224485397339,-0.877669632434845,0.16888903081417084,-0.18152675032615662,-1.3081750869750977,1.758592963218689,0.49425703287124634,0.18904054164886475,0.37700939178466797 +381,1.8729813123521257,1.1160155573313018,-0.25151383210713407,0.41936150193214417,-0.8983573317527771,0.13072837889194489,0.7329515218734741,-0.6176793575286865,-0.19470101594924927,-0.03612178564071655,0.5973930358886719,-0.04062521457672119 +382,2.0385459165812803,1.071667709611219,-0.4345788117447094,0.4272453188896179,-0.878000020980835,0.2158178687095642,0.6561834216117859,0.21848472952842712,-0.14271821081638336,-0.3736259341239929,0.61741042137146,-0.16807317733764648 +383,2.1467993932141,1.0394030543640362,-0.4250876354854459,0.42497140169143677,-0.8621019124984741,0.2760064899921417,-0.08996395766735077,2.6056692600250244,-0.23869173228740692,-0.07093697786331177,-1.2745863199234009,-0.44469237327575684 +384,2.237052460954758,1.0447309223091212,-0.43012017859340884,0.3947487473487854,-0.8647894263267517,0.310342937707901,-0.5838167071342468,-0.35192567110061646,1.2590019702911377,0.6040611267089844,0.18795526027679443,-0.21662339568138123 +385,1.9505342977340536,1.1758556430874898,-0.3219370067042805,0.3573440909385681,-0.9230194091796875,0.14261920750141144,-4.014675140380859,-1.747277021408081,1.1463148593902588,0.2539687752723694,-0.019882142543792725,0.449116587638855 +386,1.6015470127857632,1.1746214392884122,0.13503627774253382,0.38570988178253174,-0.9225438237190247,0.011864583939313889,1.883182406425476,2.683850049972534,-0.39134007692337036,-0.2718793451786041,0.14822131395339966,0.42499446868896484 +387,1.9726879788048135,1.0899862465851595,-0.20448769821673124,0.42564699053764343,-0.8866205811500549,0.18091052770614624,0.8490604162216187,-0.9192848205566406,-0.5806544423103333,-0.29663392901420593,0.5321283340454102,-0.263704776763916 +388,2.1712531953940735,0.9613970386364391,-0.45213268191974676,0.47225385904312134,-0.8199920058250427,0.32340309023857117,0.8219958543777466,-0.18199989199638367,-0.9094547033309937,-0.002954542636871338,-0.14503490924835205,-0.29184794425964355 +389,2.0215851268851806,0.9264821357728252,-0.33020928784302345,0.5406474471092224,-0.7995119094848633,0.2616886794567108,0.35688677430152893,-0.5983773469924927,-0.430765300989151,0.08215522766113281,-0.6825131177902222,-0.10343971848487854 +390,1.9927402447124232,0.952501951221508,-0.3945666426689693,0.5288081765174866,-0.8148682713508606,0.23738525807857513,-0.03837970271706581,-1.582208514213562,1.3640427589416504,0.20097392797470093,0.19528508186340332,0.47939637303352356 +391,1.8768652601084825,1.0239857904956122,-0.41711849660715117,0.4958004057407379,-0.8541872501373291,0.1566721796989441,0.06184474751353264,-0.5314550995826721,-0.1295512318611145,-0.0739101767539978,0.5332643985748291,0.10510754585266113 +392,2.072947483185882,0.9540914016348676,-0.514949589265505,0.5069524645805359,-0.8157885670661926,0.2783670723438263,0.39931949973106384,1.3752951622009277,-1.2908464670181274,-0.4691259264945984,0.1777728796005249,-0.0824136734008789 +393,1.6692113740742145,0.893857273335199,-0.018325037747061117,0.6233787536621094,-0.7794937491416931,0.06154869124293327,-2.081112861633301,3.7883541584014893,-0.01953028328716755,0.15082162618637085,-0.2948164939880371,-0.10096216201782227 +394,1.7575621630642142,0.9530729190553137,0.0010577801970170803,0.5691085457801819,-0.8151991367340088,0.10754337906837463,2.001159906387329,0.5365391373634338,-0.31554779410362244,0.7217086553573608,-0.6397720575332642,-0.12231387197971344 +395,1.9826883125425638,0.9491839686758926,-0.3606442376767754,0.5336421728134155,-0.8129405379295349,0.23313890397548676,1.1188595294952393,0.333855539560318,3.7315778732299805,0.4973331689834595,0.3954448699951172,0.24353039264678955 +396,1.805058115651313,1.1222985729324244,-0.20529046290284023,0.4217686057090759,-0.9010995030403137,0.10065225511789322,-1.8824403285980225,1.2934556007385254,-0.9454602599143982,-0.22045940160751343,-0.0890432596206665,0.6430611610412598 +397,2.0649992456245827,1.0440192800621029,-0.22423907682746017,0.4425944983959198,-0.8644319176673889,0.2384694665670395,1.4046517610549927,1.692629337310791,-0.5938342809677124,-0.3094920814037323,0.34255075454711914,-0.2879995107650757 +398,2.221882744251412,0.9319973358099835,-0.35347607610793247,0.47425809502601624,-0.802812397480011,0.3613467514514923,0.1973700374364853,-0.8221748471260071,-0.25183719396591187,-0.3934628367424011,0.08174306154251099,-0.4578890800476074 +399,2.1044161154471714,0.9190722713579573,-0.34156193371864885,0.5222293734550476,-0.7950392365455627,0.30852779746055603,0.23939870297908783,-0.8488870859146118,-0.08607880026102066,0.41418737173080444,-0.5457964539527893,-0.20301327109336853 +400,2.000189966687445,0.8970691502414168,-0.3247292941206233,0.5672643184661865,-0.7815017104148865,0.2597431242465973,-0.27705836296081543,0.279059499502182,0.17249825596809387,0.14995986223220825,-0.3210069537162781,0.537574291229248 +401,1.9025786920357826,0.9646112380847676,-0.32805582787376053,0.5386648178100586,-0.8218274712562561,0.18557949364185333,-0.36799561977386475,-0.9604706764221191,0.4419575333595276,0.1885690689086914,0.2863508462905884,0.4143655300140381 +402,1.9385318662270985,0.9502298162947984,-0.36365553605039264,0.5426195859909058,-0.8135491609573364,0.209049791097641,0.6358379125595093,0.27131643891334534,-0.11464732140302658,-0.24208247661590576,0.5087090730667114,-0.16582155227661133 +403,2.110253976270908,0.8740157405717236,-0.5232110764667856,0.5506150126457214,-0.7669122219085693,0.3296491801738739,0.34872838854789734,-0.018157975748181343,-0.4401354491710663,-0.3017900586128235,0.09859257936477661,-0.2904494106769562 +404,2.167761249859842,0.8207872422894075,-0.4954690760850976,0.5637518167495728,-0.7316826581954956,0.38317668437957764,1.8481754064559937,-0.5174362659454346,-0.9785739183425903,0.27636659145355225,-0.6839514970779419,-0.5024698972702026 +405,2.299262568315196,0.7960701644280788,-0.5579592972641089,0.5219795107841492,-0.714612603187561,0.4656888246536255,-1.685223937034607,0.6629090905189514,1.5152778625488281,0.6430441737174988,-0.11020117998123169,0.4636476933956146 +406,1.8768668804295874,1.0495925254011023,-0.2345747666368741,0.4747834801673889,-0.867220401763916,0.15003171563148499,-2.1714022159576416,-2.227379083633423,-0.137635737657547,-0.010260134935379028,-0.534329891204834,0.4981464147567749 +407,2.002508358007125,0.9863204163554258,-0.3131914691116243,0.5011388063430786,-0.834001362323761,0.2308720201253891,1.4477143287658691,0.31329411268234253,-0.6697420477867126,-0.34165388345718384,0.2510850429534912,-0.1630314290523529 +408,2.10428013571629,0.9199962452561331,-0.431723940982053,0.5216383934020996,-0.7955993413925171,0.3080829679965973,0.37070366740226746,0.026196381077170372,0.20589831471443176,-0.4351058006286621,0.4785522222518921,-0.5028003454208374 +409,1.9732191081341457,0.9201089947136644,-0.3450695523978643,0.5573442578315735,-0.7956676483154297,0.2372346967458725,-0.8048356771469116,-0.5615617632865906,-0.1858270913362503,0.49964725971221924,-0.797090470790863,-0.07414878904819489 +410,1.9758169347193308,0.9223036576767965,-0.33519984025691457,0.5551196932792664,-0.7969951033592224,0.23799309134483337,-0.2526208460330963,-0.2580821216106415,0.8524471521377563,0.25739550590515137,-0.5113849639892578,0.38339054584503174 +411,1.9288906795591771,1.0081334464036944,-0.43895436161697665,0.49960222840309143,-0.8458376526832581,0.18696552515029907,0.24212253093719482,-0.311328649520874,0.22827984392642975,0.1571207046508789,0.5326510667800903,0.2714848518371582 +412,1.9908723500280592,0.9801696787961579,-0.47071048143461464,0.5084654092788696,-0.8305918574333191,0.2271130383014679,0.37676361203193665,0.5937233567237854,-0.1921796351671219,-0.26836830377578735,0.4954172372817993,-0.15702936053276062 +413,2.1696523491981137,0.942184214243111,-0.6176645588269266,0.4856956899166107,-0.8088443875312805,0.33146724104881287,0.7781501412391663,-0.13056594133377075,-0.013647640123963356,-0.32666850090026855,0.34714388847351074,-0.35562190413475037 +414,2.172675805709526,0.9490991201802118,-0.4801338620608405,0.48006966710090637,-0.8128911256790161,0.3297596275806427,-0.5586177706718445,0.8934322595596313,0.2532442808151245,0.10899591445922852,-0.25627708435058594,-0.3574542701244354 +415,2.231909214997678,0.982460368938303,-0.563575880761726,0.43804943561553955,-0.8318653106689453,0.34075412154197693,-0.0625588521361351,0.24721978604793549,0.802899956703186,0.7396087646484375,-0.492841899394989,0.6294914484024048 +416,1.8068504873685511,1.1574034946896454,-0.22647363141268956,0.39057815074920654,-0.9157631397247314,0.09394910931587219,-1.8501166105270386,-2.0917794704437256,-0.22302941977977753,0.22799786925315857,-0.4110190272331238,0.3452293872833252 +417,1.8949904686745573,1.1321651883595087,-0.3410742288302898,0.40257734060287476,-0.9053338766098022,0.1352863758802414,1.460636019706726,-0.0445372648537159,0.1554374098777771,-0.06387794017791748,0.3463585376739502,-0.00013922154903411865 +418,1.9746230106524558,1.0974826239486017,-0.5395347581347693,0.4191722869873047,-0.890062689781189,0.17911703884601593,0.9028663039207458,-0.7285171747207642,-0.13829787075519562,-0.2737255394458771,0.5647453665733337,0.22545455396175385 +419,2.173485241085633,1.0184998858051122,-0.7279801387776547,0.43220895528793335,-0.8513219356536865,0.2973993122577667,1.223604440689087,0.009490695782005787,-0.5420585870742798,-0.09325024485588074,-0.3192560076713562,-0.3969171345233917 +420,2.0548619074946286,0.9555561040656727,-0.6942251986336311,0.510845422744751,-0.8166348338127136,0.2685970664024353,0.17726129293441772,-0.08854985237121582,-0.1591200828552246,-0.000576317310333252,-0.5801851749420166,-0.015072375535964966 +421,1.9842788972159502,1.006114535922174,-0.6629841731379358,0.49004870653152466,-0.844758927822113,0.21502256393432617,0.07923891395330429,-1.7128676176071167,1.4975645542144775,0.41789504885673523,-0.007642805576324463,0.49065065383911133 +422,1.859117545591938,1.0758678401463695,-0.6374512122018594,0.455363392829895,-0.8800026774406433,0.13505414128303528,-0.043480128049850464,-0.23209211230278015,-0.14735978841781616,0.11217206716537476,0.37272417545318604,0.006883159279823303 +423,1.9456886124791086,1.0484717501685823,-0.6995091090371549,0.46424630284309387,-0.866661787033081,0.18268191814422607,0.8868028521537781,0.8260806798934937,-0.1778462827205658,-0.24513012170791626,0.5153587460517883,-0.06523503363132477 +424,2.129718810970291,0.9854237290212217,-0.8176746614390025,0.46843284368515015,-0.8335062861442566,0.2929810881614685,-1.10999596118927,0.9851757884025574,0.19649739563465118,-0.061938703060150146,-0.5220997929573059,-0.2759065628051758 +425,2.137137810457938,1.0309354462987241,-0.7135501691889632,0.43376314640045166,-0.8577802181243896,0.2757948637008667,-0.0990324392914772,0.27420639991760254,-0.14507371187210083,0.4466690421104431,-0.2026599645614624,-0.2158125340938568 +426,2.127059656693284,1.0682797669332098,-0.7634210190894324,0.4090188443660736,-0.876373291015625,0.2543100118637085,-3.0806922912597656,-1.5301223993301392,1.1629973649978638,0.2839590609073639,0.191680908203125,0.255837082862854 +427,1.5648830369413547,1.1131828351632866,-0.30296161762985974,0.4418002963066101,-0.8971094489097595,-0.0026125237345695496,0.911763608455658,1.3553024530410767,-0.42422664165496826,-0.32548266649246216,-0.09034770727157593,0.47867143154144287 +428,1.892423712791792,1.0410826130972917,-0.5779929135123955,0.4793766438961029,-0.8629517555236816,0.1597266048192978,0.9874271154403687,0.04554857313632965,-0.6619093418121338,-0.28748205304145813,0.3519958257675171,-0.11179874837398529 +429,2.0116788137936394,0.9710658492065628,-0.6997805239824381,0.5104474425315857,-0.8254877924919128,0.2408592402935028,0.7314034700393677,0.35340616106987,0.13232871890068054,-0.35433483123779297,0.19304156303405762,-0.27973872423171997 +430,1.959333479875195,0.9559174729091203,-0.7157031719024441,0.5338630676269531,-0.8168433308601379,0.2185346782207489,-0.2656063437461853,-0.7904514670372009,-0.28484824299812317,0.19091415405273438,-0.5703638195991516,-0.1006605327129364 +431,1.9161726458605257,0.9282651396102736,-0.6722963561372075,0.5638383626937866,-0.8005815744400024,0.20286764204502106,0.09609528630971909,0.1278337836265564,0.24895071983337402,0.2163587212562561,-0.4863293170928955,0.22927650809288025 +432,1.9866502556129888,0.9952786519444685,-0.8004566919223146,0.4978821873664856,-0.8389106392860413,0.21986915171146393,-0.1313462257385254,-0.20242731273174286,0.09730783849954605,0.1591307520866394,0.44074779748916626,0.32236719131469727 +433,1.9468338815683885,0.9703483017276081,-0.7584926086220827,0.5255333185195923,-0.825082540512085,0.20749390125274658,0.07796800136566162,0.2843846082687378,-0.3344701826572418,-0.37424236536026,0.5977875590324402,-0.0929156243801117 +434,2.058078961484821,0.8906507847068897,-0.8568390543600146,0.5557069182395935,-0.777481198310852,0.2944706082344055,-0.23975558578968048,0.4658889174461365,-1.2564479112625122,-0.268856942653656,0.15629589557647705,-0.19458651542663574 +435,2.120099221156483,0.8511066904573921,-0.7355354086691984,0.5621827840805054,-0.7520103454589844,0.3441382050514221,-0.07388895750045776,1.0691858530044556,0.8017508387565613,0.28780806064605713,-0.2674751281738281,-0.44303035736083984 +436,2.28178692224118,0.8349342754973373,-0.9150331807727449,0.5085987448692322,-0.7412524223327637,0.43803200125694275,1.3031692504882812,0.5233424305915833,1.1322720050811768,0.9992899298667908,-0.15163081884384155,0.9006825685501099 +437,2.080108556344048,1.1247405553463994,-0.7161264861845301,0.3766556680202484,-0.9021556973457336,0.21034565567970276,-3.226470470428467,-3.0410170555114746,0.9057496190071106,0.3023603856563568,-0.4744005799293518,0.1940273940563202 +438,1.749961364163449,1.1402443208945503,-0.4295765744390036,0.4106913208961487,-0.9087355136871338,0.0743790939450264,0.5553411841392517,1.371673822402954,-0.19651955366134644,-0.39070233702659607,0.22753751277923584,0.1949232816696167 +439,1.8396163214527321,1.1127167850592217,-0.5599512611854109,0.4263438284397125,-0.8969034552574158,0.11745268106460571,0.9719861149787903,-0.551141619682312,-0.07469362765550613,-0.24265852570533752,0.5011515021324158,-0.03816795349121094 +440,2.0969133047114177,1.0482946547763363,-0.8146873035248178,0.4315599501132965,-0.8665734529495239,0.25061237812042236,1.0798546075820923,0.2296028882265091,-0.639308750629425,0.02301463484764099,-0.13782107830047607,-0.32834064960479736 +441,1.9683971557379838,0.989642435168862,-0.6787985107585727,0.5061635375022888,-0.8358297348022461,0.21257251501083374,-0.08844339847564697,1.2686183452606201,-0.7236220240592957,-0.05938619375228882,-0.5647592544555664,-0.11674737930297852 +442,1.9795587085790434,1.0204253055811776,-0.6675358182271655,0.47991520166397095,-0.8523305058479309,0.20788034796714783,0.5980871915817261,-0.210710808634758,1.2043932676315308,0.09248778223991394,0.09171044826507568,0.34023070335388184 +443,1.96707741845377,1.116938354510774,-0.7298418102838742,0.4044584631919861,-0.8987623453140259,0.1692320555448532,-0.23975014686584473,-0.9398027658462524,0.2599829435348511,0.07056286931037903,0.5038344264030457,0.061282381415367126 +444,1.9281081388009982,1.1172792544176644,-0.7436294384708313,0.4104579985141754,-0.898911714553833,0.15323911607265472,0.32746970653533936,-0.14846163988113403,-0.027269218116998672,-0.21812093257904053,0.600190281867981,-0.07813535630702972 +445,2.083226069922475,1.0640914772276506,-0.8559478275205337,0.4229646921157837,-0.8743484020233154,0.23794007301330566,0.7347813844680786,1.8635326623916626,-0.31189095973968506,0.010735780000686646,-0.02015221118927002,-0.16019657254219055 +446,2.078890019458552,1.141394204583845,-0.7668521383512747,0.36373379826545715,-0.9092148542404175,0.2025483101606369,-0.5367658734321594,-1.4597958326339722,-0.06859665364027023,-0.14010107517242432,0.08829212188720703,-0.4316590130329132 +447,1.6218133200378364,1.2146492159062607,-0.5262223300425437,0.34821224212646484,-0.9372471570968628,0.01778016984462738,-2.4909579753875732,-1.1430898904800415,0.35453227162361145,0.26165106892585754,-0.1482020616531372,0.5355340242385864 +448,1.4538115937913454,1.1720016612688513,-0.2601064186797071,0.3856537640094757,-0.9215297102928162,-0.04532254487276077,0.462344765663147,1.798740029335022,-0.506316602230072,-0.1332428753376007,-0.07874494791030884,0.5405312776565552 +449,1.8988434033320782,1.1121211171309648,-0.5298543828346196,0.41914957761764526,-0.8966398239135742,0.1426551640033722,1.387968897819519,1.4441970586776733,-0.39766383171081543,-0.28749677538871765,0.45593559741973877,-0.244583860039711 +450,2.049522936483202,1.0185421495165907,-0.8609848638630969,0.46563225984573364,-0.851344108581543,0.24166005849838257,0.46296319365501404,-1.4834322929382324,0.042157553136348724,-0.27939873933792114,0.4055739641189575,-0.10361386835575104 +451,2.0091073134243667,1.0045761774252489,-0.8004642087177387,0.4857354164123535,-0.8439346551895142,0.22767332196235657,0.10095848143100739,-0.13969190418720245,-0.44787901639938354,0.09779113531112671,-0.7297651171684265,-0.19379882514476776 +452,1.9320264547399195,0.9976142037309381,-0.7576553830684741,0.5073091387748718,-0.8401795625686646,0.1916653960943222,-0.712607741355896,0.584639847278595,0.29008057713508606,0.09611493349075317,-0.5755155682563782,0.2210237830877304 +453,1.9500720577932598,1.1269052050842379,-0.6894577493630872,0.3989368975162506,-0.9030874371528625,0.1590055376291275,-1.0736865997314453,-0.8175980448722839,0.9542472958564758,0.20607414841651917,0.235393226146698,0.11531700193881989 +454,1.7452161890688658,1.1608811449593597,-0.5903058882688961,0.3924846351146698,-0.9171546101570129,0.06915988028049469,0.04357796162366867,-0.05019456893205643,-0.10154459625482559,-0.07618525624275208,0.4920448064804077,0.2872549295425415 +455,1.8971939871463537,1.1269159656540444,-0.6739551604322125,0.4067739248275757,-0.903092086315155,0.13769493997097015,0.67643803358078,1.6836063861846924,-0.6379876136779785,-0.2823995053768158,0.49975645542144775,-0.06805384159088135 +456,2.026007913881871,1.1030686895653752,-0.6096402252147034,0.40494734048843384,-0.892595112323761,0.1982213258743286,-1.9103976488113403,0.12500813603401184,-0.012537704780697823,-0.15116319060325623,-0.776136577129364,-1.4084111452102661 +457,1.9164189422613491,1.1771159302638359,-0.4700490241373649,0.3609059154987335,-0.923503577709198,0.12995345890522003,0.28554484248161316,-1.3046894073486328,0.44081124663352966,0.5440317392349243,0.014552891254425049,-0.12319377064704895 +458,1.438659512930779,1.2243422775509698,-0.0973524170698281,0.33660462498664856,-0.9405826926231384,-0.04473854601383209,-2.4915242195129395,0.015504391863942146,0.034547124058008194,0.10655638575553894,-0.3366999626159668,0.4909360408782959 +459,1.491332425939166,1.189040169519961,-0.029620438282363812,0.37137532234191895,-0.9280118346214294,-0.02957320399582386,1.3293261528015137,1.1297177076339722,-0.1841581016778946,-0.15653157234191895,0.24980437755584717,0.3486649990081787 +460,1.8135423654451166,1.14236526223274,-0.33152452737062693,0.40326395630836487,-0.9096186757087708,0.09985990822315216,1.0910673141479492,0.12216542661190033,-0.4332076907157898,-0.32059186697006226,0.6536983251571655,-0.18089938163757324 +461,2.0021825433758726,1.0537581641388973,-0.6051788530560854,0.44902247190475464,-0.8692870736122131,0.20668499171733856,1.300261378288269,-0.6792318820953369,-0.5686702132225037,-0.056780099868774414,-0.10726010799407959,-0.18420878052711487 +462,1.9522365813548552,0.9952119067276545,-0.642043933646367,0.5052042007446289,-0.838874340057373,0.20262916386127472,0.8483719229698181,-1.5045782327651978,-0.3311313986778259,-0.0823526382446289,-0.6642536520957947,-0.48990631103515625 +463,1.8953867398188182,1.0228854807104832,-0.589135449279549,0.49370408058166504,-0.8536146283149719,0.16612733900547028,-0.6634271144866943,1.195683479309082,0.8282410502433777,0.15542003512382507,-0.1416245698928833,0.3012341260910034 +464,1.78578210059919,1.1654772872200194,-0.47340878101415035,0.38523462414741516,-0.9189766645431519,0.08411995321512222,-0.7750061750411987,-2.048781156539917,0.6186842322349548,0.17955419421195984,0.37098777294158936,0.14189326763153076 +465,1.6407782776764677,1.1800406841690165,-0.41578362504606536,0.37995460629463196,-0.9246215224266052,0.026633458212018013,0.3772605359554291,0.24727407097816467,-0.16212676465511322,-0.12789472937583923,0.5463104844093323,0.08992838859558105 +466,1.8048322265264407,1.1439250609277365,-0.5424811864626988,0.4027378559112549,-0.9102655649185181,0.09601454436779022,0.6165410280227661,1.1988005638122559,-0.44888925552368164,-0.13961529731750488,0.33746588230133057,-0.02052927017211914 +467,1.9475284610916348,1.1142439162758213,-0.6234414301053913,0.409939706325531,-0.897577702999115,0.16218380630016327,-0.5030549168586731,-0.26436057686805725,0.002538367873057723,0.023333609104156494,-0.6312002539634705,-0.4789867401123047 +468,1.780993308796129,1.1950255905607767,-0.4300934392352863,0.3589121997356415,-0.9302250742912292,0.07657334208488464,-2.008655309677124,-0.7491660714149475,0.8454801440238953,0.475178986787796,-0.7466548681259155,0.14689159393310547 +469,1.4228202477746648,1.216512446721392,-0.08399166022721798,0.3431277275085449,-0.9378951787948608,-0.05114857107400894,0.11740121245384216,0.5190645456314087,-0.0683680921792984,-0.016345471143722534,-0.04629683494567871,0.6825114488601685 +470,1.5875760589450114,1.1985614116144974,-0.1932842395769636,0.3636466860771179,-0.9315168261528015,0.006102466955780983,1.1416667699813843,0.5549072623252869,-0.4259684085845947,-0.07554557919502258,0.37638694047927856,-0.03459060192108154 +471,2.0050240857819417,1.0814941364141544,-0.6301674588309273,0.42639121413230896,-0.8826610445976257,0.19773806631565094,0.9434584379196167,-0.7925757765769958,-0.9049826860427856,-0.2733607590198517,0.3849802017211914,-0.33151179552078247 +472,1.9189810645191365,1.0391379484960601,-0.5236323290047723,0.47654280066490173,-0.8619675040245056,0.17297203838825226,-0.1462032049894333,0.6912672519683838,-0.4427747428417206,0.09021443128585815,-0.5777298808097839,-0.022764429450035095 +473,1.8588349562004494,1.0201347720664675,-0.5330506213007121,0.5016947984695435,-0.8521785736083984,0.14864113926887512,-0.6220806241035461,0.422339528799057,0.07246355712413788,-0.06263840198516846,-0.39762306213378906,0.31083154678344727 +474,1.796325689200572,1.0991315057291853,-0.35276511265975696,0.4428632855415344,-0.8908130526542664,0.10160724818706512,-0.8148291707038879,1.138375997543335,1.066606044769287,0.4071885049343109,-0.10090130567550659,0.2148294299840927 +475,1.6572340087890456,1.181305014500359,-0.30185235678662525,0.37830036878585815,-0.9251023530960083,0.03278108686208725,-0.1154356598854065,-1.1720647811889648,-0.07193093746900558,-0.030049026012420654,0.5145646333694458,0.23273706436157227 +476,1.646417259267207,1.1562765670998087,-0.2704337426272006,0.40159934759140015,-0.9153098464012146,0.030427338555455208,0.06875000149011612,1.1221064329147339,-0.4631200432777405,-0.25055259466171265,0.5312767028808594,0.05367910861968994 +477,1.8356879602277807,1.114869615935944,-0.3278069144973962,0.42493727803230286,-0.8978533744812012,0.11527112126350403,0.035799190402030945,0.3000095784664154,0.26388317346572876,-0.08977803587913513,-0.08736073970794678,-0.6691193580627441 +478,1.7775688086460262,1.156963445025697,-0.22565728567032686,0.39355599880218506,-0.9155862927436829,0.08255647867918015,-1.1772218942642212,1.2936776876449585,0.5324838757514954,-0.14366281032562256,-0.7079946994781494,-0.19145846366882324 +479,1.6521304187160475,1.2124382839295198,-0.15549311703553334,0.3495773673057556,-0.9364739656448364,0.028495419770479202,-1.7933639287948608,-0.913174569606781,0.11482466757297516,0.3631758689880371,-0.4092442989349365,0.3197559118270874 +480,1.4680183555049158,1.178081431996965,0.09674242161096845,0.38067811727523804,-0.9238734841346741,-0.03926367312669754,0.3045223355293274,0.9707504510879517,-0.32481786608695984,-0.08490180969238281,-0.1164400577545166,0.44238561391830444 +481,1.6118453054035373,1.1720209418574332,-0.04213445327497248,0.38796281814575195,-0.9215372204780579,0.015934428200125694,0.807278573513031,-0.019656844437122345,-0.08153558522462845,-0.16832786798477173,0.46949559450149536,-0.014652730897068977 +482,1.9235527148340426,1.0945460579970707,-0.4015421162331583,0.43022051453590393,-0.8887202143669128,0.15838797390460968,1.9716215133666992,-0.8818868398666382,-0.7222057580947876,-0.3370808959007263,0.2642848491668701,-0.3521287441253662 +483,1.9413635085480023,1.0423123936051282,-0.4582971595304276,0.4699992537498474,-0.8635724782943726,0.1826021373271942,-0.4086719751358032,0.7752856016159058,-0.2691482603549957,0.08882346749305725,-0.5434558391571045,-0.0022737830877304077 +484,1.8719418515095403,1.0614853448164512,-0.42566851024603336,0.465633362531662,-0.8730806708335876,0.14462192356586456,-1.2882192134857178,0.7689852118492126,0.34959468245506287,0.19058603048324585,-0.6021389365196228,0.4246988296508789 +485,1.8136740139763812,1.172960609403731,-0.27869289467246705,0.3760529160499573,-0.9219016432762146,0.09317421168088913,-0.7306722402572632,-1.2808150053024292,1.0515434741973877,0.20344534516334534,0.33623892068862915,0.10349630564451218 +486,1.579760271997524,1.1976829844379293,-0.15411282681491592,0.364501953125,-0.9311969876289368,0.0032674630638211966,-0.3921506106853485,-0.3124341666698456,-0.1932612657546997,-0.12492367625236511,0.5852954387664795,0.18061625957489014 +487,1.678947853453561,1.152256490826789,-0.1860520586141884,0.40405207872390747,-0.9136833548545837,0.04387002810835838,0.6813175678253174,1.8388527631759644,-0.559353232383728,-0.12029963731765747,0.2684197425842285,-0.0023202933371067047 +488,1.844040764471737,1.1296321673783452,-0.2570095987789279,0.4111512005329132,-0.904255211353302,0.1152268648147583,0.009191013872623444,-0.5924439430236816,-0.04889386519789696,0.08958116173744202,-0.3850972056388855,-0.4680863618850708 +489,1.7863515032561952,1.1555383955648342,-0.20468695009973994,0.3940899074077606,-0.9150123000144958,0.08628872036933899,-0.04022756218910217,-0.6250156164169312,0.5176565647125244,0.3197620213031769,-0.27909475564956665,0.0434567928314209 +490,1.4425599719788407,1.1899234398985623,0.08724312025921753,0.3686787188053131,-0.928340494632721,-0.047538887709379196,-0.7631802558898926,0.5177711844444275,-0.17129014432430267,0.1637767255306244,0.016261637210845947,0.5527268648147583 +491,1.5823251138112768,1.1603844592382544,0.014313667988928122,0.3989604711532593,-0.9169565439224243,0.0045997342094779015,0.6729716062545776,1.0101555585861206,-0.29361507296562195,-0.17685356736183167,0.2363230586051941,0.2800835371017456 +492,1.9155505604304146,1.090442842270248,-0.24575633582204348,0.43490228056907654,-0.8868316411972046,0.1561712622642517,2.015099287033081,0.16045290231704712,-0.717590868473053,-0.24549496173858643,0.6425079703330994,-0.522244930267334 +493,1.9771731876481844,1.0022849726847929,-0.4077212282279784,0.4945317506790161,-0.8427033424377441,0.21281205117702484,-0.5117897391319275,-0.25580617785453796,-0.1763586401939392,-0.19912171363830566,-0.13543063402175903,-0.10357443988323212 +494,1.8970382057016537,1.0105897620789848,-0.3626209580613945,0.5033338665962219,-0.8471453785896301,0.17029355466365814,-0.18928128480911255,-0.34116238355636597,0.29326894879341125,-0.028434574604034424,-0.6100080013275146,0.15212464332580566 +495,1.8313040975971995,1.0881608579059205,-0.2339047239570983,0.4484556019306183,-0.8857748508453369,0.11954271048307419,-0.68699049949646,1.2720283269882202,1.2123024463653564,0.4427034258842468,-0.12588286399841309,0.3882850408554077 +496,1.7164931212655552,1.192116630266608,-0.1739225214999014,0.36577701568603516,-0.929153561592102,0.05367285758256912,-0.2359950840473175,-1.4920659065246582,0.03996145725250244,0.03168386220932007,0.5614015460014343,0.22951507568359375 +497,1.6618237290093896,1.161764304648499,-0.1452555733438362,0.39607495069503784,-0.917506217956543,0.036153584718704224,0.23513279855251312,0.5236040353775024,-0.5268363952636719,-0.23703262209892273,0.598078727722168,0.041422128677368164 +498,1.814372258521375,1.1261716366123615,-0.17079463585309035,0.41742292046546936,-0.9027721285820007,0.10373382270336151,-1.0910217761993408,1.7173482179641724,0.11860674619674683,0.041714102029800415,-0.21824538707733154,-0.36566615104675293 +499,1.637511702058192,1.1595766644197332,0.0647508654972655,0.3988380432128906,-0.9166339635848999,0.026648178696632385,-1.0100715160369873,-1.0230165719985962,0.2612663209438324,-0.1982613205909729,-0.914008617401123,-0.4328523874282837 +500,1.7762175032897676,1.184033268605816,-0.1310347201256953,0.3692624866962433,-0.9261348843574524,0.07693962007761002,-1.0660916566848755,-0.5629197955131531,0.2794620096683502,0.357254296541214,-0.44108331203460693,0.36162853240966797 +501,1.4579686770867915,1.1489132546192071,0.19506233902092227,0.4068759083747864,-0.9123194813728333,-0.04610264673829079,0.682640552520752,0.45890918374061584,-0.3875442445278168,-0.0695955753326416,-0.0267065167427063,0.503576397895813 +502,1.6944325320517941,1.1195723572886684,0.0304946393084638,0.4327390491962433,-0.899914026260376,0.05377649888396263,0.7221977114677429,0.9532778263092041,-0.17588400840759277,-0.2629849314689636,0.4508630037307739,-0.08279871195554733 +503,1.9567653078434022,1.0344684926190375,-0.2905832494449159,0.4733922481536865,-0.8595908880233765,0.1923632025718689,1.6878361701965332,-1.424120545387268,-0.38209301233291626,-0.32120102643966675,0.11574006080627441,-0.35074934363365173 +504,1.8466056633985597,1.0173167712741982,-0.2397578866735083,0.5057835578918457,-0.8507006168365479,0.14314816892147064,0.46808871626853943,-0.9090036749839783,-0.04634248465299606,0.11633247137069702,-0.5097576975822449,-0.38007140159606934 +505,1.7720468458836502,1.0476180065037275,-0.16376652861191382,0.48955199122428894,-0.8662355542182922,0.09987461566925049,-1.0316985845565796,0.3818657696247101,0.4251692295074463,0.21700626611709595,-0.4067290425300598,0.2128085047006607 +506,1.7530117129864218,1.1749982388655393,-0.08867803217056659,0.37916186451911926,-0.9226891398429871,0.06986405700445175,-0.46766144037246704,-1.1787350177764893,1.2209488153457642,0.24043655395507812,0.33189940452575684,0.02724289894104004 +507,1.6026808667352144,1.1941329996516568,-0.07844300777019593,0.3676326274871826,-0.929897129535675,0.011725771240890026,0.08914502710103989,-0.008479525335133076,-0.33775514364242554,-0.10246542096138,0.6091269254684448,0.236702561378479 +508,1.7686588001978492,1.1337788926478383,-0.15376407384987897,0.41498154401779175,-0.9060180187225342,0.08319783955812454,0.38752883672714233,1.2482608556747437,-0.43751898407936096,-0.05594220757484436,0.15870344638824463,-0.10747455805540085 +509,1.7845138369923583,1.1263255151391225,-0.15737033294547853,0.4201976954936981,-0.9028383493423462,0.09119632095098495,0.03636474162340164,0.6891409158706665,-0.0026080512907356024,-0.06942868232727051,-0.36847811937332153,-0.03948426991701126 +510,1.7474941365954317,1.1882998428931095,-0.0975983315331796,0.3674258887767792,-0.9277357459068298,0.06560757756233215,-1.5025709867477417,-0.6644645929336548,0.7446335554122925,0.4645443260669708,-0.5993942618370056,0.13603734970092773 +511,1.4105422695261278,1.2161992462248603,0.25510920975575085,0.34276366233825684,-0.9377864599227905,-0.05540436506271362,-0.5830172896385193,0.43811458349227905,-0.07854218035936356,0.10970523953437805,-0.07580912113189697,0.6159970760345459 +512,1.4875347194308943,1.19724804699339,0.20128966178368674,0.36365726590156555,-0.9310383796691895,-0.030348852276802063,0.9063555598258972,0.9176498055458069,-0.4178219139575958,-0.13056403398513794,0.36887407302856445,0.09486305713653564 +513,1.8798437709570321,1.118479388475375,-0.1847438520345074,0.41634446382522583,-0.899436891078949,0.13292942941188812,1.7978745698928833,-0.7860612273216248,-0.8073587417602539,-0.2844475507736206,0.6067124605178833,-0.3791452944278717 +514,1.8707551307450332,1.0464286224287465,-0.22012328740315049,0.47831040620803833,-0.8656406998634338,0.14793714880943298,-0.10549652576446533,0.05842985585331917,-0.5718392729759216,-0.14885789155960083,-0.03771018981933594,-0.08589494228363037 +515,1.867190469369731,1.0198856053589487,-0.24559001726881857,0.5006381869316101,-0.8520481586456299,0.15288975834846497,-0.29302987456321716,-0.530605673789978,0.1394125074148178,-0.09170269966125488,-0.6535364985466003,-0.001980319619178772 +516,1.7791203071025314,1.0816207230870711,-0.13222562188571949,0.4597385823726654,-0.8827205300331116,0.09718456119298935,-0.39842453598976135,0.6928371787071228,1.0970304012298584,0.3864070475101471,-0.03306615352630615,0.26171743869781494 +517,1.6987128545270045,1.1785682595977964,-0.09776964552480676,0.37912535667419434,-0.9240596890449524,0.04876265302300453,-0.068062923848629,-1.1603975296020508,0.021823382005095482,0.17061832547187805,0.5339077115058899,0.12482130527496338 +518,1.7378044484682111,1.1439535335762356,-0.10752248557494992,0.4082387685775757,-0.9102773666381836,0.06882022321224213,0.23525013029575348,0.986078143119812,-0.6389861702919006,-0.2728627920150757,0.5485219955444336,-0.07625126838684082 +519,1.7528844266995907,1.1097961116156572,-0.0754872047945537,0.4374898076057434,-0.8956080079078674,0.08055394887924194,-0.5435659289360046,0.5230807065963745,0.056991614401340485,-0.2410634458065033,-0.04604232311248779,-0.4793729782104492 +520,1.7420047646331285,1.133270762927341,0.0024031224685385376,0.41750502586364746,-0.905802845954895,0.07218708842992783,-0.7896607518196106,0.22557222843170166,0.3849199116230011,-0.04920360445976257,-0.785161018371582,-0.5582863092422485 +521,1.5644223653139413,1.1920434336026666,0.14125502977152266,0.3697543144226074,-0.929126501083374,-0.00235683168284595,-2.063136577606201,-1.4590070247650146,0.07844897359609604,0.3437618613243103,-0.3509179949760437,0.24565821886062622 +522,1.4222803545659402,1.1477144511711166,0.3249361945386944,0.40605291724205017,-0.9118279218673706,-0.06075267493724823,0.3701651096343994,1.112008810043335,-0.3270508944988251,-0.03952151536941528,-0.1576148271560669,0.3943098187446594 +523,1.6342097240281566,1.1284379288048743,0.15713042053288037,0.42721131443977356,-0.903744637966156,0.02712729200720787,0.9530299305915833,0.25438693165779114,-0.3129071295261383,-0.19590342044830322,0.5141573548316956,-0.07484150677919388 +524,1.8816512544102846,1.0311434420539285,-0.19428347029394302,0.48921117186546326,-0.8578870892524719,0.15716907382011414,1.2086095809936523,-1.4891903400421143,-0.826638400554657,-0.36045750975608826,0.1191328763961792,-0.23759819567203522 +525,1.8413507538670089,0.9920029942195877,-0.16825649860081007,0.5271156430244446,-0.8371233344078064,0.14619822800159454,0.6116136908531189,-0.5285770893096924,-0.21481497585773468,-0.023651838302612305,-0.45425862073898315,-0.2917976379394531 +526,1.7577565984308867,1.0203725814012718,-0.1168811501959754,0.513933539390564,-0.8523029685020447,0.09722055494785309,-0.970650315284729,-0.4989243149757385,0.6758279800415039,0.37211382389068604,-0.48714393377304077,0.1702354997396469 +527,1.7220698540532808,1.1371197844260512,-0.009920453126217175,0.4154108166694641,-0.9074269533157349,0.06332442909479141,-0.7659863829612732,0.10282175987958908,1.0402177572250366,0.3122960329055786,0.23692536354064941,0.0880274698138237 +528,1.6033495615353703,1.148753682463208,0.04652455666831157,0.4094076454639435,-0.9122541546821594,0.013332252390682697,0.18311402201652527,0.05561601743102074,-0.24509117007255554,-0.19627293944358826,0.5514906048774719,0.20039761066436768 +529,1.7867670808875906,1.098314707997217,-0.05673325350213259,0.4445250332355499,-0.8904416561126709,0.0975254476070404,0.5428054928779602,1.1549280881881714,-0.25556105375289917,-0.22594285011291504,0.1475675106048584,-0.2255009412765503 +530,1.7651293363955565,1.110918144087526,0.01757030489816902,0.4354841709136963,-0.8961066007614136,0.08571064472198486,-0.29801586270332336,1.2107274532318115,0.24247488379478455,0.10110634565353394,-0.5171013474464417,0.07519327849149704 +531,1.733929913162821,1.191779949784866,0.08914178948182455,0.3650943636894226,-0.9290290474891663,0.06009317934513092,-1.4123343229293823,-0.3367392420768738,1.0353457927703857,0.45555379986763,-0.5828423500061035,0.11738181114196777 +532,1.319948127947506,1.2218283166333428,0.5374623725797663,0.331226646900177,-0.9397260546684265,-0.08487537503242493,-0.9261463284492493,1.0353317260742188,-0.17491507530212402,0.053157538175582886,-0.1486070156097412,0.660696268081665 +533,1.4218120624494643,1.2097423442604598,0.49760198233640557,0.34934672713279724,-0.9355250000953674,-0.052435699850320816,1.0847834348678589,0.6299324035644531,-0.20257419347763062,-0.03721296787261963,0.34372830390930176,0.09473306685686111 +534,1.8490000583946868,1.1495605192058926,0.0007627578395412596,0.39316675066947937,-0.9125843048095703,0.1122925654053688,1.4981836080551147,-0.5300915241241455,-0.9909145832061768,-0.25780612230300903,0.5875416994094849,-0.16060186922550201 +535,1.8211158276353105,1.0769299817075995,0.016475189883594785,0.459259569644928,-0.880506694316864,0.11742454022169113,0.2399727702140808,0.2945777177810669,-0.2760156989097595,-0.12365782260894775,-0.2423417568206787,0.014716610312461853 +536,1.8224961179019812,1.075728053538323,-0.047885949261905335,0.4601220190525055,-0.8799362778663635,0.11832190304994583,-0.26713719964027405,0.006691448390483856,0.4746728837490082,-0.1992882788181305,-0.6189956665039062,0.07508325576782227 +537,1.6890602771525165,1.1542251102853562,0.16801070422719344,0.40180090069770813,-0.9144816994667053,0.04774134233593941,-0.7994652986526489,1.178234338760376,0.9009674191474915,0.5302669405937195,-0.1153491735458374,0.20412027835845947 +538,1.6491976550943215,1.212844012826355,0.11590048598267594,0.3492807447910309,-0.9366161823272705,0.027440320700407028,0.33121395111083984,-1.39671790599823,-0.2888970673084259,0.02581074833869934,0.5532086491584778,0.23150134086608887 +539,1.7129287279990164,1.133424806521398,0.10994350255682003,0.4192887544631958,-0.9058681130409241,0.05999908968806267,0.4097793996334076,1.7791725397109985,-0.9247942566871643,-0.3750382959842682,0.28437769412994385,-0.13234102725982666 +540,1.7645707800665005,1.1121355556224,0.14771670151009317,0.4344612658023834,-0.89664626121521,0.08525726944208145,0.016244295984506607,1.0069791078567505,0.24174219369888306,0.05977091193199158,-0.10996073484420776,-0.21768832206726074 +541,1.6895625454655914,1.146519583352686,0.26509817949058034,0.4087619185447693,-0.9113367199897766,0.04877666011452675,0.010868065059185028,-0.5331361293792725,0.3469518721103668,0.2193356156349182,-0.2738439440727234,-0.37603187561035156 +542,1.4947070370109945,1.2281487281853292,0.4214068860011805,0.33500993251800537,-0.9418684244155884,-0.025539975613355637,-1.4927992820739746,-0.32998722791671753,0.05228216573596001,0.19100627303123474,-0.22439134120941162,0.32349836826324463 +543,1.4037559939217434,1.2036267464022197,0.5741396649860449,0.3539784550666809,-0.9333471059799194,-0.059684835374355316,0.5257201194763184,0.5289888381958008,-0.09970490634441376,-0.022679656744003296,0.03747314214706421,0.2530747652053833 +544,1.760479921990089,1.17968153064369,0.21278766758746656,0.3743818998336792,-0.9244846701622009,0.07187823951244354,1.8951116800308228,-0.36204642057418823,-0.49882668256759644,-0.09586325287818909,0.5580295324325562,-0.19666457176208496 +545,1.983710263211487,1.0163729332728115,-0.10672290706533798,0.4822075068950653,-0.8502041101455688,0.21125510334968567,0.13107863068580627,-0.3476773202419281,-0.7028272151947021,-0.4188225567340851,0.0547330379486084,-0.17266561090946198 +546,1.8869751694512307,1.0195463416379735,-0.06513572785619641,0.49779000878334045,-0.8518704771995544,0.16285397112369537,0.249110609292984,-0.8487280011177063,0.25637736916542053,-0.08458212018013,-0.7964142560958862,-0.19329528510570526 +547,1.8024781496515074,1.1075513292846806,0.07301828566953188,0.434914231300354,-0.8946071863174438,0.10260412842035294,-0.7685885429382324,0.8347742557525635,1.1048988103866577,0.408439040184021,-0.05268895626068115,0.3041036128997803 +548,1.6667102538447325,1.230315125733529,0.1868345009411347,0.33240601420402527,-0.9425941109657288,0.031980495899915695,-0.2738053798675537,-1.8304872512817383,0.1345497965812683,0.17986205220222473,0.5445075035095215,0.06225776672363281 +549,1.5567601354695402,1.199436524305821,0.2066929186498588,0.36284688115119934,-0.9318347573280334,-0.005093322601169348,0.05734240636229515,0.32628148794174194,-0.5445935726165771,-0.19959309697151184,0.5313069224357605,0.11448359489440918 +550,1.830426047322194,1.132670745474072,0.030209443547019606,0.410024493932724,-0.9055484533309937,0.10891279578208923,1.3462672233581543,0.20507441461086273,0.050079550594091415,-0.2044733464717865,0.020172476768493652,-0.6235611438751221 +551,1.7785661803930541,1.1724826515105624,0.08769840550066499,0.37952274084091187,-0.9217163920402527,0.08000797778367996,0.10665083676576614,0.3032930791378021,0.4709870517253876,0.12896108627319336,-0.40118998289108276,-0.16295470297336578 +552,1.5042614886151164,1.2517746360835673,0.31267122141298354,0.3129434287548065,-0.9495427012443542,-0.02085242047905922,-1.9329805374145508,-1.6307927370071411,0.4276251494884491,0.3691244125366211,-0.2197229266166687,0.2367795705795288 +553,1.3342650896758383,1.2210932155941334,0.5797199339711245,0.33307909965515137,-0.9394744634628296,-0.08028649538755417,0.04167114570736885,0.5646957755088806,-0.2968847155570984,-0.06830862164497375,-0.021462976932525635,0.31273889541625977 +554,1.6310598366368727,1.210280350337487,0.32921940461502236,0.35211700201034546,-0.9357149600982666,0.021245531737804413,1.8497812747955322,-0.544141948223114,-0.049330636858940125,-0.08786523342132568,0.5167542695999146,-0.31346654891967773 +555,1.8471969117351112,1.1506044913206703,-0.018610599458599292,0.3924519121646881,-0.9130107164382935,0.11132342368364334,0.5443326830863953,-0.04969390109181404,-0.5864091515541077,-0.2372242510318756,0.28671371936798096,-0.13328087329864502 +556,1.9118565786474875,1.0904129154588265,-0.086904028698915,0.43550142645835876,-0.8868178129196167,0.15457262098789215,0.645121693611145,-0.8675809502601624,-0.09869344532489777,-0.05900603532791138,-0.4453049898147583,-0.20620834827423096 +557,1.8397437431610548,1.10824294263334,-0.05273670001417961,0.4301927387714386,-0.8949159979820251,0.11857198178768158,-1.540421962738037,0.022381410002708435,0.5333033800125122,0.20861640572547913,-0.825527548789978,0.31029149889945984 +558,1.6945645984901492,1.1890385142795912,0.14622247837888913,0.36970198154449463,-0.9280111789703369,0.04599246010184288,-0.2352757751941681,-0.8874141573905945,1.276724934577942,0.3231690227985382,0.18557971715927124,0.07250725477933884 +559,1.5905484462448825,1.2164228280468057,0.14460720541761318,0.3469347655773163,-0.9378640651702881,0.0068535883910954,-0.07953240722417831,0.16016650199890137,-0.5531173944473267,-0.08004331588745117,0.5058268904685974,0.18357610702514648 +560,1.7679060479231237,1.1345978168595743,0.11271803081591135,0.4143163859844208,-0.9063643217086792,0.08274012058973312,0.4146358370780945,1.1443438529968262,-0.5290013551712036,-0.2840215563774109,0.26299262046813965,-0.300162672996521 +561,1.7101701669772995,1.1263193458453291,0.22721938747280715,0.4258161187171936,-0.9028356671333313,0.05973491445183754,-0.41536539793014526,1.1181772947311401,0.05094526708126068,0.241938978433609,-0.3231469392776489,-0.10670149326324463 +562,1.6416171797487344,1.155714664368265,0.35777800227611745,0.40225377678871155,-0.9150834083557129,0.02853568084537983,0.7913525700569153,-0.5037966966629028,0.7499658465385437,0.48608237504959106,-0.06433248519897461,-0.02972579002380371 +563,1.4012560454688834,1.2248075905322888,0.5794707006649253,0.3342643976211548,-0.9407405853271484,-0.05722058191895485,-1.686564564704895,-0.05771933123469353,0.05640002712607384,0.11042243242263794,-0.0034120678901672363,0.29750072956085205 +564,1.4066862196521746,1.2129175857259826,0.648826290185273,0.34558162093162537,-0.9366419911384583,-0.057228121906518936,1.0430903434753418,0.5935481786727905,0.09891488403081894,-0.09304869174957275,0.19860494136810303,0.257637083530426 +565,1.7879861410327242,1.1976323382383673,0.21252883405383852,0.355998694896698,-0.9311785101890564,0.07855843007564545,2.1030173301696777,-1.2467349767684937,-0.4747314453125,-0.121593177318573,0.6374621391296387,-0.33280038833618164 +566,1.9091660576580218,1.0897256452405608,0.04646931247414547,0.4364904463291168,-0.8865000009536743,0.15360258519649506,-0.04000508040189743,-0.6729950308799744,-0.3682943880558014,-0.2560248076915741,-0.11148577928543091,-0.25945281982421875 +567,1.8847541150373026,1.0742705217452355,0.007578589364701677,0.45308786630630493,-0.8792428970336914,0.14711624383926392,-0.05874989926815033,-0.4673443138599396,0.1558922827243805,-0.10898694396018982,-0.5665883421897888,-0.14937461912631989 +568,1.7438722868264487,1.130781639712558,0.16039804042616668,0.41958895325660706,-0.9047453999519348,0.07335468381643295,-0.6350648999214172,0.4181191921234131,0.7546443939208984,0.26148712635040283,0.09143668413162231,0.34012794494628906 +569,1.5865534247948454,1.2409700709254707,0.285950345461102,0.3238385319709778,-0.9460986256599426,0.005103177856653929,-0.14795039594173431,-1.462209701538086,0.2977643311023712,0.21772634983062744,0.3977130055427551,0.09511661529541016 +570,1.5700236780235648,1.2066880151586923,0.23018794763293304,0.35611581802368164,-0.9344416856765747,-0.00027515250258147717,0.3109011948108673,0.5560611486434937,-0.7124736905097961,-0.27332165837287903,0.5212795734405518,0.11805778741836548 +571,1.7633047501230632,1.1495773217086918,0.12850677962463078,0.40132051706314087,-0.9125912189483643,0.07822632044553757,1.310376763343811,-0.08687227964401245,-0.20358717441558838,-0.18623265624046326,0.09572714567184448,-0.5448706150054932 +572,1.796683282748911,1.1635666033890046,0.10764114307288619,0.3860050141811371,-0.9182215332984924,0.08870742470026016,0.12300807982683182,-0.06459375470876694,0.16205205023288727,0.08018144965171814,-0.22000765800476074,-0.12139178067445755 +573,1.7608518775515922,1.219289914244245,0.1551784548490456,0.3381127417087555,-0.9388551115989685,0.06504525989294052,-1.2971770763397217,-1.7044544219970703,1.1691771745681763,0.4130927324295044,-0.6345091462135315,0.09570610523223877 +574,1.3023580294188337,1.2517216190457832,0.6022386256596481,0.3024539351463318,-0.9495260715484619,-0.08319827914237976,-0.15813326835632324,1.0284831523895264,-0.216311976313591,0.1892910599708557,-0.10201811790466309,0.5831067562103271 +575,1.5817184454825843,1.2309887165300384,0.41635055697011825,0.3332860469818115,-0.942818820476532,0.003640334587544203,1.324771523475647,0.5931373238563538,-0.3021898567676544,-0.08096674084663391,0.3361903429031372,-0.023827672004699707 +576,1.9610148493664321,1.1335721928687168,-0.04242778094183608,0.39159584045410156,-0.9059305191040039,0.1610674262046814,0.8373136520385742,-0.6391018033027649,-0.8899103999137878,-0.24196815490722656,0.5529489517211914,-0.18743467330932617 +577,1.901551137766187,1.0652121973073514,0.06229886735040532,0.45806753635406494,-0.8748916983604431,0.15728594362735748,0.372724711894989,0.8052127361297607,-0.6090636849403381,-0.09709027409553528,-0.29690712690353394,-0.031233176589012146 +578,1.8680269166221548,1.0529586712222703,0.07155609293628504,0.4732971787452698,-0.8688915967941284,0.144973024725914,-0.9497206211090088,0.23446623980998993,0.2954684793949127,0.07508844137191772,-0.7456408739089966,0.3179938793182373 +579,1.8665652284023924,1.150356092784156,0.19180176441358848,0.3904391825199127,-0.9129093289375305,0.11896928399801254,-0.5385656356811523,0.10521306842565536,1.5532128810882568,0.336321622133255,0.19942373037338257,0.057727567851543427 +580,1.6950674965919865,1.2092711181836728,0.25687443707728913,0.3509737253189087,-0.935358464717865,0.04384183511137962,-0.08953672647476196,-0.6215164661407471,-0.34495246410369873,0.011056274175643921,0.56588214635849,0.2726101875305176 +581,1.7378505177824255,1.1507064978258736,0.2816307273454634,0.40216514468193054,-0.9130523204803467,0.0678153932094574,0.3983200192451477,1.0319335460662842,-0.7285856008529663,-0.2619215250015259,0.39030134677886963,-0.07726060599088669 +582,1.7267139228298065,1.148272248802413,0.3750264080984425,0.4050893485546112,-0.9120568037033081,0.06367740035057068,-0.3130195438861847,0.48620760440826416,0.10711034387350082,0.1410531997680664,-0.27530574798583984,-0.05176032334566116 +583,1.7755070544369869,1.1727402567318215,0.3945519568759815,0.3795336186885834,-0.9218162298202515,0.07879841327667236,-0.4929558336734772,-0.3036026656627655,0.4978185296058655,0.22993293404579163,-0.13491594791412354,-0.48134052753448486 +584,1.4578423777073157,1.2213404310643983,0.6728142101981981,0.34020495414733887,-0.9395591616630554,-0.03859175741672516,-1.4403440952301025,-0.5564044117927551,-0.0770215317606926,0.15454599261283875,-0.05052262544631958,0.41725385189056396 +585,1.4730914306589495,1.1814313853181633,0.772736825781913,0.3777904212474823,-0.9251503348350525,-0.03702988103032112,0.3178570568561554,0.7716227173805237,-0.007619406562298536,-0.0764140784740448,-0.043767452239990234,0.1568419337272644 +586,1.7571626004130327,1.1784038095702796,0.4126043851685889,0.3757784366607666,-0.9239968061447144,0.07085464894771576,1.8805549144744873,-1.6431721448898315,-0.3819062113761902,-0.1412661373615265,0.5368203520774841,-0.17604875564575195 +587,1.8850659031152117,1.095809349695243,0.18960811037959488,0.43492841720581055,-0.889298677444458,0.14136984944343567,-0.1649778038263321,-0.1187780499458313,-0.43888264894485474,-0.2684549391269684,0.08075058460235596,-0.1766939014196396 +588,1.8698513968899353,1.066812878783078,0.16037311529103782,0.46148350834846497,-0.8756658434867859,0.14227591454982758,0.2435482293367386,-0.7505261301994324,0.20219404995441437,-0.24937105178833008,-0.5652979016304016,-0.21438896656036377 +589,1.7622503867973631,1.1150680600205165,0.2966901169942155,0.4320746958255768,-0.8979407548904419,0.0837482139468193,-0.38074755668640137,0.6489874720573425,0.5107428431510925,0.25090864300727844,-0.11840134859085083,0.2461620569229126 +590,1.7108427621786517,1.225533336125965,0.30176297542268393,0.33513060212135315,-0.9409864544868469,0.047243110835552216,-0.19097499549388885,-1.7051173448562622,0.3049219250679016,0.29920777678489685,0.4027479887008667,0.12354850769042969 +591,1.631774159040618,1.1836712327459145,0.3424723327245314,0.37682631611824036,-0.9259982705116272,0.02300657518208027,0.015813177451491356,0.9582263231277466,-0.8818658590316772,-0.24395275115966797,0.44234031438827515,0.057056307792663574 +592,1.7634069868647844,1.1385582422061218,0.30870280622436114,0.41115739941596985,-0.9080305099487305,0.08018738031387329,0.08433854579925537,0.11989230662584305,0.21876655519008636,-0.1640719175338745,0.10421282052993774,-0.5389276742935181 +593,1.7238896608354237,1.1463628574147668,0.37438223182745567,0.4069880247116089,-0.9112721681594849,0.06279853731393814,-0.237054705619812,0.6421074867248535,-0.09687233716249466,-0.014821916818618774,-0.20835661888122559,-0.031197555363178253 +594,1.56177203344003,1.1935638214625282,0.5433799981010985,0.3683340549468994,-0.9296876192092896,-0.003324044868350029,-1.6809710264205933,-0.1719493865966797,0.5993139147758484,0.2432229220867157,-0.5107725858688354,0.2954840660095215 +595,1.255659081015843,1.1979584671191488,0.8438162111813063,0.3463214635848999,-0.9312973618507385,-0.1129012405872345,-0.6302716732025146,1.3465845584869385,-0.278253972530365,0.01642569899559021,-0.21677392721176147,0.6867995858192444 +596,1.4398466306484972,1.1917371603438138,0.7812679429478492,0.366878479719162,-0.929013192653656,-0.04831913113594055,1.7213149070739746,-0.10295045375823975,0.2544226348400116,0.0023232102394104004,0.2601746916770935,-0.20309990644454956 +597,1.773925667610258,1.172477019566809,0.3277340418947514,0.3798953592777252,-0.921714186668396,0.0782470628619194,0.7512654066085815,0.028040368109941483,-0.5861024856567383,-0.13792145252227783,0.608024001121521,-0.137054443359375 +598,1.8422320454252752,1.0854975313788557,0.2660699403593315,0.4493933916091919,-0.8845356106758118,0.12506817281246185,0.41803625226020813,0.7059011459350586,-0.4773945212364197,-0.20358961820602417,-0.1394662857055664,0.07315872609615326 +599,1.8453158037020898,1.0580468213548961,0.19112137388971456,0.4722059965133667,-0.8713989853858948,0.13298733532428741,-0.280529260635376,0.2661503553390503,0.12742729485034943,-0.07666760683059692,-0.578109860420227,-0.02921222150325775 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/q2.csv b/BoostRunClub/CoreML/DataSet/Motion/running/q2.csv new file mode 100644 index 0000000..2b06316 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/q2.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,1.6326085793287661,-1.2785733182286068,2.9237847256739857,0.2875314950942993,0.9576058387756348,0.017795639112591743,0.4848495423793793,-0.12282440811395645,-0.2502315044403076,0.059926390647888184,0.01660674810409546,-0.2896919250488281 +1,0.1394107274365585,0.4085712153101083,2.053695000076648,0.12752173840999603,-0.39729854464530945,-0.9087860584259033,-0.05764838308095932,0.4876651465892792,0.34075555205345154,0.01740625500679016,-0.18792176246643066,-0.22179865837097168 +2,0.12205736971037849,0.4060448210770678,2.084900331374488,0.11185469478368759,-0.3949788510799408,-0.9118553996086121,0.933306872844696,-0.23473814129829407,0.3019408583641052,0.015418864786624908,0.12061053514480591,-0.21088629961013794 +3,0.11845870138838259,0.4132247231373153,2.0886558234851877,0.10823456197977066,-0.40156471729278564,-0.9094125032424927,-0.09528781473636627,-0.1747550070285797,-0.3411117494106293,0.0002859532833099365,0.06553566455841064,0.019962430000305176 +4,0.10739831962315811,0.4326711902326253,2.069809775374257,0.09731412678956985,-0.41929733753204346,-0.9026182293891907,0.14677749574184418,-0.20498701930046082,-0.14208462834358215,-0.050225503742694855,0.03514206409454346,0.3333433270454407 +5,0.07581755835821564,0.43694844722118653,2.063603282814071,0.06862849742174149,-0.4231765866279602,-0.9034443497657776,-0.06509535759687424,-0.4091022312641144,-0.17518343031406403,0.01648503541946411,0.008717358112335205,0.2082844376564026 +6,0.05715479348403944,0.46200373794052363,2.051339437675166,0.051134899258613586,-0.445742666721344,-0.8936994671821594,0.44974038004875183,-0.43935465812683105,-0.0624677874147892,0.030896350741386414,-0.067562997341156,-0.16494005918502808 +7,0.07980736696893871,0.46186638616570524,2.0154856304058684,0.07136952131986618,-0.44561970233917236,-0.8923729658126831,0.2677326500415802,1.336714267730713,-0.6836038827896118,0.052425041794776917,0.13394370675086975,-0.3649207353591919 +8,0.2489228526274662,0.5517021794721416,1.9265305349051174,0.2098085731267929,-0.5241376161575317,-0.825384795665741,1.036205768585205,1.373550534248352,-1.090871810913086,0.0249783992767334,0.187910258769989,0.13478732109069824 +9,0.45860699715605996,0.6456538953380117,1.7624245314130689,0.35358694195747375,-0.6017208099365234,-0.7161762118339539,1.5144060850143433,0.8819044828414917,-1.3469712734222412,0.08571359515190125,0.4193478226661682,0.3305712938308716 +10,0.9273009990757443,0.6549724465828829,1.3002517873437285,0.6344545483589172,-0.6091374158859253,-0.4758351743221283,3.018021821975708,2.151397705078125,-4.354150772094727,-0.06762105226516724,0.822195827960968,0.13869225978851318 +11,1.2005154250798935,0.1881513510891453,0.8938793936331083,0.9157735109329224,-0.1870431900024414,-0.3554907739162445,-0.1497899889945984,0.08722939342260361,-7.0623779296875,0.48525792360305786,0.1434946060180664,-0.7064141035079956 +12,1.0787878751915898,-0.3578901996265148,0.57917474058961,0.8255393505096436,0.3502988815307617,-0.4424649775028229,1.0178594589233398,-1.0970534086227417,-3.9853434562683105,1.3189764022827148,-0.9624662399291992,-0.14093953371047974 +13,0.9539628831520568,-0.41326864323166157,0.5269428278283789,0.7470417022705078,0.40160492062568665,-0.5297566652297974,0.4838244318962097,-0.462653249502182,0.459858775138855,0.3939800262451172,0.062170714139938354,0.010988354682922363 +14,1.0278099965600342,-0.2922828270837543,0.4835928629778122,0.819858193397522,0.2881389856338501,-0.49478137493133545,0.6216041445732117,1.0011284351348877,1.5769997835159302,-0.2892947196960449,-0.5050884485244751,0.4359281659126282 +15,1.168520019959121,-0.09867428846354534,0.7413555400341904,0.9156960844993591,0.09851424396038055,-0.3896094858646393,-2.338313102722168,-0.18407747149467468,3.435767650604248,-0.3554239273071289,-0.00433698296546936,-0.0669640302658081 +16,1.39989600902342,-0.0028539499120347387,0.9549105142947047,0.9854280948638916,0.0028539460618048906,-0.17006893455982208,-1.585391879081726,2.5613458156585693,0.39695248007774353,0.3621214032173157,0.19372501969337463,0.09514826536178589 +17,1.5488499697150488,-0.09583099290735937,1.0291661201768871,0.9951720833778381,0.09568437933921814,-0.021843908354640007,0.8359779119491577,2.111794948577881,-2.597834348678589,0.28932809829711914,0.31334272027015686,-0.20302486419677734 +18,1.544107452445421,-0.5469893155105569,0.9203164055123064,0.853790283203125,0.5201181769371033,-0.022792113944888115,0.7845546007156372,0.6200774908065796,-2.743804454803467,0.5639039278030396,-0.064689040184021,-0.05572962760925293 +19,1.6267364130246211,-0.5407345086538844,0.9352821688598559,0.8559898734092712,0.5147658586502075,0.0479341559112072,-0.1281040757894516,0.8512704372406006,0.1612725406885147,-0.47574079036712646,-0.22556602954864502,0.1496824026107788 +20,1.680273675707865,-0.5594821123501839,0.9218098892543479,0.8424563407897949,0.5307473540306091,0.09260012954473495,-0.6741811633110046,-0.12355369329452515,-0.5630831718444824,-0.10811173915863037,-0.13154685497283936,-0.10589050501585007 +21,1.544053619521934,-0.5900904996922379,0.9625673621386925,0.8305933475494385,0.5564362406730652,-0.022217610850930214,0.13785049319267273,-2.8967018127441406,0.09552823752164841,0.3937718868255615,0.3466399908065796,-0.07615578174591064 +22,1.0516733575362103,-0.572484195870316,0.9208016531052831,0.7298182845115662,0.5417218208312988,-0.4170165956020355,0.9384956359863281,-5.702747344970703,0.6503507494926453,0.4692326784133911,0.5951647758483887,-0.5198577642440796 +23,0.5280897976251683,-0.5682711952926839,0.9600419482282435,0.4246900975704193,0.5381757616996765,-0.7280144691467285,-1.1717076301574707,-4.0956292152404785,0.19709548354148865,-0.1709670126438141,0.09709334373474121,0.1701379418373108 +24,0.0669492632641251,-0.6713459837789673,1.0206410648342787,0.05238112434744835,0.6220404505729675,-0.7812309861183167,-0.8699927926063538,-5.596197128295898,-0.11396797746419907,0.40497055649757385,-0.40399235486984253,0.18273556232452393 +25,-0.5622370815454267,-0.829895139960079,0.9373074596952327,-0.3598041832447052,0.7378606200218201,-0.5710539817810059,-1.216578483581543,-2.564633846282959,1.4910051822662354,0.2790851891040802,-0.6563634276390076,0.6675048470497131 +26,-0.7512091098396736,-1.0366867557837591,1.0820260204304744,-0.34745532274246216,0.8607222437858582,-0.37206462025642395,1.2204134464263916,-0.07330402731895447,1.2616260051727295,-0.5872675180435181,0.46377116441726685,0.38189125061035156 +27,-0.6183486731048937,-1.0317882813094041,1.2610004284648635,-0.2975463271141052,0.858218252658844,-0.4182434380054474,-0.2710464894771576,-2.0773444175720215,1.1168471574783325,-0.543533444404602,0.46882331371307373,-0.4698944091796875 +28,-0.6621990987155271,-1.0534255967985324,1.3116732375828142,-0.3041040599346161,0.8691226243972778,-0.3900597095489502,-0.5105372071266174,0.626038670539856,-0.2638435959815979,0.1415216326713562,0.30050933361053467,0.3403618335723877 +29,-0.7874726288244157,-1.1085131357714475,1.1915150276469655,-0.31601813435554504,0.895036518573761,-0.31470969319343567,-0.41327473521232605,-0.5472482442855835,-0.8821194767951965,-0.11806386709213257,-0.19095027446746826,-0.12829869985580444 +30,-0.9115319899932184,-1.0244340288177898,1.158250092418943,-0.41070041060447693,0.8544202446937561,-0.3182627558708191,0.6688685417175293,0.9681167006492615,0.37309369444847107,0.4425760507583618,-0.7998548746109009,0.2848460078239441 +31,-0.8505012106229027,-1.019597377456136,1.1795605812093806,-0.393625408411026,0.8518972396850586,-0.3454417884349823,0.2797740697860718,1.1766728162765503,-0.23478715121746063,0.08841913938522339,-0.19653236865997314,0.0257243812084198 +32,-0.6515677370813175,-1.035019831793036,1.2913924559578636,-0.30958986282348633,0.8598724603652954,-0.40592309832572937,0.3780190348625183,1.1311891078948975,0.40272119641304016,-0.4578814208507538,0.4461883306503296,-0.12828707695007324 +33,-0.3748136127407573,-0.9642783105101705,1.4255884018079483,-0.2086801826953888,0.821637749671936,-0.5304376482963562,1.1820369958877563,2.231029748916626,-0.38755708932876587,0.0637979507446289,0.5012229681015015,0.4602624773979187 +34,-0.23397549822354682,-0.8851273216883976,1.4501329391060898,-0.1468031257390976,0.7739956378936768,-0.6159380674362183,0.1669589877128601,1.226944923400879,-0.01754734478890896,-0.005983114242553711,-0.19374966621398926,0.25660884380340576 +35,-0.2804400201026461,-0.7994026682393208,1.227399863724513,-0.1929520070552826,0.7169398069381714,-0.66990065574646,1.03731107711792,1.5984922647476196,-2.111534595489502,0.308796763420105,-0.5440729856491089,0.28540968894958496 +36,-0.3453780165433421,-0.738142217674337,1.053387808105376,-0.25043395161628723,0.6729148626327515,-0.6960376501083374,0.17151182889938354,0.12199980765581131,-1.098681092262268,-0.02286618947982788,0.30505138635635376,0.13167613744735718 +37,-0.4819618380055389,-0.6999879630081174,0.9745950640416905,-0.35452204942703247,0.6442084908485413,-0.6777238249778748,0.34021133184432983,-1.911310076713562,-1.0661553144454956,-0.11399906873703003,0.5856956839561462,-0.49726396799087524 +38,-0.637220769711217,-0.6309784780186731,0.804234503012677,-0.4804040193557739,0.5899351239204407,-0.6489903926849365,0.33352869749069214,0.2544023394584656,-1.9033490419387817,-0.2926825284957886,0.12275713682174683,0.03189444541931152 +39,-0.7923760028524297,-0.6488958508239748,0.6936904929453441,-0.5673058032989502,0.6043070554733276,-0.5594434142112732,-1.0831905603408813,-3.141785144805908,0.92402184009552,0.12904304265975952,-0.0030498504638671875,-0.25687140226364136 +40,-0.9326495613460593,-0.6879430742107233,0.7429496818931154,-0.6205160021781921,0.6349494457244873,-0.4602164030075073,-0.3552054166793823,-1.3307428359985352,1.0038517713546753,0.45170801877975464,-0.6306769847869873,0.11500155925750732 +41,-1.0047421202839564,-0.7481032063971069,0.7466113077882983,-0.618652880191803,0.6802496910095215,-0.3931017220020294,-0.144728884100914,-0.8092527985572815,0.14159810543060303,0.09185844659805298,0.036272525787353516,-0.2884320616722107 +42,-1.170146000021334,-0.8036234532313936,0.7941773707926799,-0.6391351819038391,0.7198758721351624,-0.27071210741996765,0.8599564433097839,-2.2455947399139404,0.5091500282287598,-0.4587804675102234,0.5406222343444824,-0.20543840527534485 +43,-1.2503313865378038,-0.7813582881293368,0.8831996510262561,-0.6738130450248718,0.7042443752288818,-0.2236422449350357,0.3408423662185669,-1.157857894897461,-0.4049958884716034,0.061233699321746826,0.10943049192428589,0.2869510054588318 +44,-1.4308660043113448,-0.7619618106675959,0.9434486021960348,-0.7164115309715271,0.690342128276825,-0.10090716183185577,1.5309303998947144,-2.2027645111083984,-0.43800824880599976,0.0125998854637146,0.18076688051223755,-0.03692549467086792 +45,-1.6060010422842532,-0.6766119513214109,1.0218231291818534,-0.7792156338691711,0.6261549592018127,0.027443403378129005,-0.04303751885890961,-1.5835546255111694,0.4236599802970886,0.5376536846160889,-0.7426405549049377,0.08261823654174805 +46,-1.5323042912073241,-0.7424299228619077,1.1274850809542367,-0.7362821102142334,0.6760803461074829,-0.028355000540614128,1.5604581832885742,0.15838493406772614,-0.05512659624218941,0.6463773846626282,-0.4459626078605652,-0.2629810571670532 +47,-1.730047951933783,-1.2317469644868564,1.017849694761852,-0.3283821642398834,0.9430712461471558,0.052742015570402145,-0.7054673433303833,-2.382201910018921,8.698287010192871,0.2440926432609558,0.02358829975128174,-0.29837799072265625 +48,1.523900396554553,-1.3781712190032978,-2.0320885409076714,0.19122610986232758,0.9815050959587097,-0.008974306285381317,-0.2128046452999115,-1.1871733665466309,-1.4627025127410889,0.5676544904708862,0.05906808376312256,0.2950003147125244 +49,1.482263040482182,-1.3812514458008291,-2.1087511590352785,0.18767353892326355,0.9820901155471802,-0.016658902168273926,0.15594716370105743,1.5118995904922485,-0.1623324155807495,-0.08389855921268463,-0.12228792905807495,0.2942620515823364 +50,2.144216671538328,-1.4184407235329635,-1.4618684525737264,0.12749144434928894,0.988416314125061,0.08233457803726196,-1.8041696548461914,-0.5671868324279785,-0.3902784287929535,-0.011845111846923828,-0.4791390895843506,-0.0017376020550727844 +51,2.6107681993877367,-1.3081851652914682,-1.0222362210502967,0.13142243027687073,0.9657154083251953,0.22387874126434326,-0.22992590069770813,-0.395379900932312,0.33078649640083313,-0.12035980820655823,-0.10629475116729736,-0.03805723786354065 +52,2.329291456910832,-1.3051885918930466,-1.1628830117536841,0.19053834676742554,0.9649331569671631,0.18055246770381927,0.1894461065530777,-2.087296485900879,-0.39843735098838806,-0.22776979207992554,0.7720816135406494,-0.08002758026123047 +53,2.2506187027420212,-1.3294128028551158,-1.194098560740504,0.18590208888053894,0.9710081815719604,0.15027722716331482,0.1484391838312149,-0.3477162718772888,0.04990129545331001,0.24465514719486237,0.0985870361328125,0.2119358628988266 +54,1.998866068456537,-1.3704237117084217,-1.3854838840828372,0.18107526004314423,0.9799925088882446,0.08262225985527039,0.09501644223928452,-0.3045801818370819,-0.04697077348828316,0.2515876889228821,-0.07206404209136963,-0.0037189722061157227 +55,1.8787169099110765,-1.361637951472401,-1.444814420773799,0.19787061214447021,0.9782060384750366,0.06293002516031265,0.16936923563480377,-1.1338353157043457,0.04309052973985672,-0.1345771700143814,-0.4778398275375366,-0.005068667232990265 +56,1.9731115750874701,-1.3360900107642095,-1.4337344547554032,0.2139885574579239,0.9725826978683472,0.09105747938156128,-0.6514039039611816,1.6600011587142944,0.15079393982887268,-0.07856683433055878,-0.271212637424469,-0.13221050798892975 +57,2.143339775168913,-1.3577570365239657,-1.2984927921772698,0.17771360278129578,0.977392852306366,0.11454758048057556,0.5545502305030823,0.40501582622528076,-0.3549034595489502,-0.049570292234420776,0.7490628361701965,-0.16001880168914795 +58,1.9245835668220193,-1.4388578358731554,-1.4815606581266505,0.1234079897403717,0.9913087487220764,0.045577820390462875,0.36766955256462097,-0.20629708468914032,-0.6560659408569336,0.3355763852596283,0.3964475393295288,0.5428774356842041 +59,2.149180603272912,-1.4275102960028612,-1.3559430285049867,0.1195700466632843,0.9897521138191223,0.07806269824504852,-0.6828802227973938,0.6015096306800842,0.3004396855831146,0.053983427584171295,-0.2849791646003723,0.1297924518585205 +60,2.487639269886628,-1.334661846703785,-1.0484046168691858,0.14231641590595245,0.9722495675086975,0.1856798380613327,-1.3617322444915771,0.5878004431724548,0.2881010174751282,0.09359970688819885,-0.601445734500885,-0.9334977865219116 +61,2.4242280834179066,-1.313723429489118,-1.0746073887335508,0.1671447604894638,0.9671383500099182,0.1915883868932724,0.1074361503124237,-0.6396154165267944,0.3535441756248474,-0.0937652438879013,0.1420535445213318,0.1044168472290039 +62,2.220977908622365,-1.3337627110021038,-1.196064102035437,0.18691062927246094,0.9720388054847717,0.1421438455581665,0.7609729170799255,-0.3653795123100281,-0.22567445039749146,-0.18594934046268463,0.489188551902771,-0.015938416123390198 +63,1.9994169738398109,-1.3862602657668062,-1.409952054631124,0.16689209640026093,0.9830214977264404,0.07626178115606308,0.16060879826545715,-1.6800310611724854,-0.2314872443675995,0.3857964873313904,-0.04718470573425293,0.14352571964263916 +64,1.987738936376117,-1.399254279991387,-1.3979566770787613,0.1560787856578827,0.9853227138519287,0.06912891566753387,-0.022660458460450172,0.18020404875278473,0.06137574464082718,-0.0671810656785965,-0.17810213565826416,-0.1155460998415947 +65,2.066046174795931,-1.4278097004473411,-1.188724429799452,0.12537819147109985,0.9897947907447815,0.0677231103181839,-0.8807340860366821,-0.00405145576223731,-0.13664743304252625,-0.25039345026016235,-0.614978015422821,0.24920189380645752 +66,2.208037685172899,-1.4072685896813963,-1.1826890499417846,0.13084810972213745,0.9866591095924377,0.09686224162578583,0.32457631826400757,0.6330710053443909,0.10625496506690979,0.09321193397045135,-0.0807449221611023,-0.3369441032409668 +67,2.097607638117118,-1.4379240934346913,-1.3542952900076128,0.11451947689056396,0.9911854863166809,0.06660929322242737,0.62908536195755,-0.14719274640083313,-0.5116565227508545,-0.02635417878627777,0.5079753994941711,-0.11076819151639938 +68,1.8489289318244264,-1.4804131391640936,-1.5737183763353286,0.08679037541151047,0.9959182143211365,0.024781569838523865,0.10176723450422287,0.5941526293754578,-0.1409604251384735,0.30658119916915894,0.276084840297699,0.48161184787750244 +69,1.970081745680097,-1.4576602352887789,-1.562786045370858,0.10401446372270584,0.9936069250106812,0.04388902336359024,-0.6103544235229492,2.2540321350097656,0.4008296728134155,0.03421489894390106,-0.14688152074813843,0.09003734588623047 +70,2.419954906341009,-1.3817359403472833,-1.1519843925334303,0.1241534873843193,0.9821812510490417,0.14108838140964508,-0.9135580658912659,-1.9432331323623657,-0.2840930223464966,-0.1473773568868637,-0.6206852793693542,-0.1631678342819214 +71,2.4267347903502876,-1.3473887968938647,-1.0372890822034122,0.14523130655288696,0.9751481413841248,0.1673150658607483,-0.28115496039390564,0.07708102464675903,0.380583256483078,-0.07900813221931458,-0.02817225456237793,-0.001268818974494934 +72,2.298801826123755,-1.347675084646163,-1.098005421537448,0.1651819497346878,0.9752115607261658,0.14723196625709534,0.25215286016464233,-0.7557439208030701,-0.24246302247047424,0.0837041437625885,0.639793872833252,0.019348248839378357 +73,2.0189357795943095,-1.3957861269642002,-1.3857552394227306,0.1569249927997589,0.984724760055542,0.07544364035129547,0.6811845302581787,0.9005098342895508,0.0417032428085804,0.2837335765361786,0.1746227741241455,0.08417856693267822 +74,1.8882248637556944,-1.4158513549660647,-1.5472438265590343,0.1466156542301178,0.9880200028419495,0.04816880822181702,0.1785479635000229,0.671911895275116,0.07110363245010376,-0.03862921893596649,-0.33285343647003174,0.05186783894896507 +75,1.8398743509430882,-1.4370661873002892,-1.584530584814354,0.1285351812839508,0.9910714626312256,0.03544560447335243,0.02906239777803421,-0.8771136403083801,-0.04191868379712105,-0.002177134156227112,-0.5376869440078735,-0.07762086391448975 +76,1.9744814671420987,-1.4222359435942291,-1.4217239702919637,0.13611732423305511,0.9889851808547974,0.05814168602228165,-0.32211148738861084,0.463276743888855,0.080340176820755,-0.012612700462341309,-0.06575214862823486,0.016183853149414062 +77,2.2507752347027266,-1.4299105877089677,-1.140190729070684,0.1091882660984993,0.9900919795036316,0.08829252421855927,0.03039008006453514,0.055246178060770035,-0.18027645349502563,0.0937231034040451,0.44757574796676636,0.03505956381559372 +78,2.0911451529200233,-1.4580507226146942,-1.356785798479178,0.09761541336774826,0.9936509728431702,0.05593608319759369,-0.021832533180713654,0.6113516092300415,-0.014284230768680573,0.042612843215465546,0.21968203783035278,0.5830409526824951 +79,2.3451025572533917,-1.4203824823796667,-1.1308704663701303,0.10712676495313644,0.9887091517448425,0.10477625578641891,-0.5538387298583984,-0.33161479234695435,0.28798189759254456,-0.03229767084121704,-0.34188908338546753,-0.238672137260437 +80,2.5203374485736156,-1.367778551886665,-0.8592454691458786,0.11735814064741135,0.9794625639915466,0.1639525294303894,-0.29915717244148254,-0.5316774845123291,-0.07178086787462234,0.05824001133441925,-0.4560402035713196,-0.13802777230739594 +81,2.4640305839233694,-1.3415234722785747,-0.852172534791838,0.14247426390647888,0.9738318920135498,0.17706647515296936,0.07905402034521103,-0.8325832486152649,0.10598007589578629,-0.15835866332054138,0.2534172534942627,-0.2722508907318115 +82,2.2950684280219287,-1.3893240991771756,-0.9307368903513044,0.13517454266548157,0.9835790395736694,0.11958280950784683,0.7045560479164124,-0.47053244709968567,-0.261214017868042,0.02730102837085724,0.6876397728919983,0.5651706457138062 +83,2.015516511057009,-1.4253143185784551,-1.2543597674777793,0.1308680921792984,0.989436149597168,0.06236646696925163,0.34504127502441406,0.6873986124992371,-0.05623679235577583,0.3730381429195404,0.19191449880599976,-0.0062141455709934235 +84,1.885580077113352,-1.419978118941365,-1.4271197918889127,0.14286494255065918,0.9886484742164612,0.04651828855276108,0.23231671750545502,0.23914867639541626,0.007472723722457886,-0.10442805290222168,-0.3693094849586487,0.0029050111770629883 +85,1.7806732900408608,-1.4346928901514886,-1.529951164706947,0.13270515203475952,0.9907522201538086,0.028268031775951385,-0.054755523800849915,0.10165446251630783,0.08089837431907654,-0.07678171992301941,-0.3506919741630554,0.041601888835430145 +86,2.0520955709090094,-1.4080083359415736,-1.3139543270799046,0.14365829527378082,0.9867792725563049,0.0750274658203125,-0.5732265114784241,0.3238169252872467,-0.15715079009532928,-0.06148973107337952,0.10549062490463257,-0.1332550048828125 +87,2.2338475870949837,-1.4241828397537812,-1.1189948868391206,0.11513601988554001,0.9892714619636536,0.08992188423871994,0.8460005521774292,0.5391072034835815,-0.41607826948165894,0.12151254713535309,0.4004839062690735,0.07493413239717484 +88,2.0266189384498916,-1.4536268651928506,-1.4084754189245934,0.1049647331237793,0.9931434988975525,0.0514596626162529,0.1746518611907959,1.105899453163147,0.012630418874323368,-0.04394485056400299,0.16666167974472046,0.403481125831604 +89,2.245632208262061,-1.4301094832099261,-1.2176145294270813,0.10948719829320908,0.9901199340820312,0.08760681003332138,-0.5298111438751221,-0.2582055628299713,0.3111672103404999,-0.05397573113441467,-0.3412094712257385,-0.09668577462434769 +90,2.44373487308863,-1.3729706269128998,-0.9675446828798404,0.12629134953022003,0.9804962277412415,0.1505919247865677,-0.4384269714355469,-0.22138004004955292,0.03912289813160896,0.04623979330062866,-0.3701445460319519,-0.08973990380764008 +91,2.409225872626391,-1.3445171368424091,-0.9536122295716883,0.15000951290130615,0.9745079278945923,0.16682758927345276,-0.007795724086463451,-0.6923662424087524,0.08130242675542831,-0.12452733516693115,0.15717542171478271,-0.19986285269260406 +92,2.2959152077188176,-1.3846906286010476,-0.9849387224258983,0.13848233222961426,0.9827322363853455,0.12271824479103088,0.5575436949729919,-0.760626494884491,-0.3455773591995239,0.09317658841609955,0.596430242061615,0.304115891456604 +93,2.0240340413729507,-1.427224880981907,-1.2833563340295617,0.1286325305700302,0.9897112846374512,0.06265106052160263,0.6067811846733093,0.5031373500823975,-0.11699799448251724,0.3791799545288086,0.19128841161727905,0.00883638858795166 +94,1.8477656669610008,-1.436946298542357,-1.4975102804101263,0.1283644139766693,0.991055428981781,0.03649090975522995,0.09564828127622604,0.23027685284614563,-0.021669987589120865,-0.061607226729393005,-0.28327661752700806,0.0017781220376491547 +95,1.7645855048086532,-1.4518744282721665,-1.5884520791771668,0.11642172187566757,0.9929371476173401,0.02284800261259079,0.03275773674249649,0.22145088016986847,0.03599091246724129,-0.08468343317508698,-0.45652955770492554,0.013528944924473763 +96,2.0348097663870592,-1.4283977646389419,-1.3734800298507341,0.1269129514694214,0.9898784160614014,0.06351452320814133,-0.48073941469192505,0.41963034868240356,-0.04985737055540085,-0.03786264359951019,0.08104449510574341,-0.13295722007751465 +97,2.153354901819414,-1.435715826243223,-1.2297231382894154,0.11245652288198471,0.9908905029296875,0.0740898922085762,0.4293891489505768,0.37157097458839417,-0.20218554139137268,0.1251838505268097,0.36202991008758545,-0.0728539302945137 +98,1.8653516231223692,-1.4540638684641833,-1.6032426004193001,0.11145240813493729,0.9931945204734802,0.03381248936057091,0.14991536736488342,0.8340221643447876,0.0725155770778656,-0.02820044755935669,0.1428072452545166,0.4446878433227539 +99,2.110577310674203,-1.4416760219919567,-1.369494584464158,0.11045525968074799,0.9916755557060242,0.06617727130651474,-0.4921533465385437,-0.429107666015625,0.12791146337985992,-0.12383721023797989,-0.17697817087173462,0.03207410126924515 +100,2.3222362361782993,-1.3891966548287529,-1.0714277215507162,0.1319681704044342,0.9835560321807861,0.12329649925231934,-0.7915627360343933,-0.7433563470840454,0.05316116288304329,0.130940780043602,-0.44385260343551636,-0.28696227073669434 +101,2.2056627284075696,-1.3767793716460306,-1.1259931157573289,0.1552349179983139,0.9812376499176025,0.11434522271156311,-0.1580692082643509,-0.15617609024047852,0.29462501406669617,-0.1416851133108139,-0.009634315967559814,0.05444741249084473 +102,2.072638445784901,-1.3964252514223694,-1.1843213730624713,0.15209728479385376,0.9848358631134033,0.08345529437065125,0.3958243727684021,-0.94179767370224,-0.37808698415756226,-0.14967113733291626,0.5036590099334717,0.06534850597381592 +103,1.6073860539823055,-1.4283825928596778,-1.6668713323505904,0.14183734357357025,0.9898762702941895,0.005192107055336237,0.6215161681175232,0.43231841921806335,0.2025979459285736,0.23236918449401855,0.2170480489730835,0.06290781497955322 +104,1.56220001815584,-1.435035141522106,-1.7112682951435008,0.13533896207809448,0.9907985925674438,-0.0011634441325441003,0.18533554673194885,0.2539909780025482,-0.042966924607753754,0.020178601145744324,-0.1465451717376709,-0.03219228982925415 +105,1.409831073863142,-1.4612809237310704,-1.904704292503799,0.10788329690694809,0.9940091967582703,-0.017517011612653732,0.03343205153942108,0.3662365674972534,-0.4035608768463135,-0.1401403844356537,-0.48148179054260254,0.060501039028167725 +106,1.6472692093175603,-1.459502153585973,-1.7288471599095239,0.11074087768793106,0.9938132166862488,0.008485221303999424,-0.5250452160835266,0.15016235411167145,0.04152347147464752,-0.06955739855766296,-0.14180809259414673,-0.21116769313812256 +107,1.9428474755433804,-1.4600018837448259,-1.4055937391224393,0.10300420969724655,0.9938685894012451,0.0401947945356369,0.3005421459674835,0.27156656980514526,-0.17066209018230438,0.051582589745521545,0.33439385890960693,-0.2698090076446533 +108,1.6302026039973692,-1.4747954487028683,-1.797840307101254,0.09568466246128082,0.9953954815864563,0.005690965801477432,0.34443801641464233,0.8423811793327332,0.07107816636562347,0.17494520545005798,0.21625924110412598,0.38954222202301025 +109,1.831267625950263,-1.479103462055417,-1.5948680039002947,0.0884757861495018,0.9957991242408752,0.023581119254231453,-0.6270602345466614,-0.4417087137699127,0.07399830222129822,-0.018239587545394897,0.01475989818572998,0.1736997365951538 +110,2.351407066121497,-1.413217232367447,-1.021989795385971,0.11149545758962631,0.9876101016998291,0.11043298244476318,-0.4252432882785797,-0.17684750258922577,0.04739437997341156,0.07041983306407928,-0.44615185260772705,-0.2501882314682007 +111,2.3417771758278136,-1.3978792882021012,-0.9747615425921118,0.123403400182724,0.9850870370864868,0.11989543586969376,-0.35687556862831116,-0.4536992907524109,0.1692279875278473,-0.0858515277504921,-0.21682238578796387,-0.05879928171634674 +112,2.2638567812647645,-1.4233690212999672,-0.9919839145647483,0.1130041852593422,0.9891522526741028,0.09384933859109879,0.3615158498287201,-0.7739158272743225,-0.4585505425930023,-0.21990728378295898,0.5261064171791077,-0.08095575869083405 +113,1.8324154720978858,-1.4793762455026644,-1.4087007585993039,0.0881863608956337,0.9958240985870361,0.023612428456544876,0.6282451748847961,0.31534698605537415,0.2535560727119446,0.2101840078830719,0.17483019828796387,0.144997239112854 +114,1.704380782813764,-1.4686118045841619,-1.5549103808283016,0.10109843313694,0.9947836995124817,0.013586089946329594,0.12312527745962143,0.009272090159356594,0.05424957349896431,0.0585237592458725,-0.01902991533279419,-0.03490257263183594 +115,1.6176393941721208,-1.4755556781163104,-1.6301891717186365,0.09499157220125198,0.995468020439148,0.004452954046428204,-0.030849643051624298,-0.04101478308439255,-0.0201125405728817,-0.08598889410495758,-0.4298400282859802,-0.008816957473754883 +116,1.9008500174143401,-1.4611523844759242,-1.3526352473860002,0.10351750999689102,0.9939951300621033,0.03546353057026863,-0.435274600982666,0.007530047558248043,0.035465460270643234,-0.09228705614805222,-0.23107099533081055,-0.13698029518127441 +117,1.95564512915579,-1.46923951747064,-1.3283810622312233,0.09396649897098541,0.9948475360870361,0.0380607545375824,0.09338559210300446,0.4247487485408783,-0.13025113940238953,0.07883927971124649,0.4253336787223816,-0.18015062808990479 +118,1.53705940471135,-1.4615304653926915,-1.8478163572860749,0.10898736119270325,0.9940364360809326,-0.003678293898701668,-0.17904441058635712,1.871105432510376,0.050485823303461075,0.0009064450860023499,0.33747613430023193,0.5920572280883789 +119,2.3105732765556284,-1.4593135944398243,-1.1373238383487847,0.08217239379882812,0.9937922358512878,0.07499714940786362,-0.6813545227050781,-0.17541925609111786,0.1651686728000641,-0.14093399047851562,-0.04481768608093262,0.011779539287090302 +120,2.444503864027564,-1.385529453125439,-0.9200298821782914,0.11826007068157196,0.9828871488571167,0.14123573899269104,-0.29822903871536255,-0.3481607139110565,0.17257632315158844,0.03223736584186554,-0.5537031888961792,-0.1654667854309082 +121,2.411354425746992,-1.35271347856694,-0.9161827441359414,0.14432160556316376,0.9763140082359314,0.16119076311588287,-0.11185853183269501,-0.35857000946998596,0.2557724416255951,-0.07471099495887756,-0.12455308437347412,-0.11986993253231049 +122,2.297337712266995,-1.3798865699438476,-0.9533548327535218,0.14183510839939117,0.9818320274353027,0.12605002522468567,0.344196081161499,-0.4703822135925293,-0.447409063577652,-0.045903101563453674,0.47979211807250977,0.03351116180419922 +123,1.871222563692244,-1.4182248383279719,-1.3445876036251696,0.14517411589622498,0.9883835315704346,0.04497542604804039,0.3670239746570587,-0.0725991278886795,0.6178243160247803,0.3386668562889099,0.23958289623260498,0.056526068598032 +124,1.7892478631249484,-1.41033920672787,-1.4674484847710454,0.15597271919250488,0.9871543645858765,0.03462501987814903,0.2211669534444809,0.3040589392185211,0.1912110298871994,-0.009213685989379883,-0.23501813411712646,0.05180072784423828 +125,1.7600778431304072,-1.424955154916027,-1.5343212027875897,0.1427285224199295,0.9893839955329895,0.027343200519680977,0.01933356001973152,-0.02877223864197731,-0.37137895822525024,-0.1626870334148407,-0.5209850668907166,-0.09475648403167725 +126,1.886616184936943,-1.4253753019172275,-1.4095121325722724,0.13774222135543823,0.9894449710845947,0.045008182525634766,-0.33347827196121216,0.7095636129379272,-0.017086133360862732,-0.08027762174606323,-0.21999001502990723,-0.008570194244384766 +127,2.147954698907564,-1.4379324701606793,-1.1762320516758467,0.11101516336202621,0.9911865592002869,0.07228358834981918,0.5636731386184692,0.3015327453613281,-0.5132086277008057,0.09281173348426819,0.6784606575965881,-0.20855987071990967 +128,1.7483802261138885,-1.474931258950283,-1.6431962558543998,0.09421287477016449,0.9954084753990173,0.016908809542655945,0.11492893099784851,1.4172240495681763,-0.12045417726039886,0.16022741794586182,0.31257492303848267,0.47184550762176514 +129,2.2510507931468697,-1.4737947421460966,-1.1615226262257294,0.07529173046350479,0.9952990412712097,0.0609172098338604,-0.644081711769104,-0.5523109436035156,0.06832756102085114,-0.07428466528654099,-0.196821928024292,-0.004230741411447525 +130,2.519029445759889,-1.4099229422209685,-0.8017812740602409,0.09340439736843109,0.9870877861976624,0.13012853264808655,-0.3115391135215759,-0.49608704447746277,-0.021388547495007515,0.09737624228000641,-0.5621152520179749,-0.20356905460357666 +131,2.4712158631381467,-1.3866674871056324,-0.778274023729493,0.1137501522898674,0.9830961227416992,0.1434667557477951,-0.10514221340417862,-0.7397658824920654,0.08718933910131454,-0.1125752329826355,-0.07838737964630127,-0.16377629339694977 +132,2.367345404639708,-1.4173970066296742,-0.7920646414852893,0.10683324187994003,0.9882573485374451,0.10924278199672699,0.4022817611694336,-0.7350027561187744,-0.42290326952934265,-0.24100378155708313,0.46845340728759766,-0.12798058986663818 +133,2.012494384024622,-1.479522170330842,-1.1077076066710856,0.08240006119012833,0.995837390422821,0.03896341100335121,0.6418480277061462,0.2083783596754074,0.32395654916763306,0.25379684567451477,0.15496516227722168,0.0664900541305542 +134,1.759259402867479,-1.4595684622860121,-1.3934785445485118,0.10903456062078476,0.9938205480575562,0.020795784890651703,0.05499228835105896,-0.13975556194782257,0.14293381571769714,0.041279785335063934,0.0010831356048583984,0.014406325295567513 +135,1.7827839254749223,-1.4676273299697529,-1.3574167370720043,0.10068079829216003,0.994682788848877,0.02166864462196827,-0.11839499324560165,-0.0806390643119812,-0.17438854277133942,-0.10850856453180313,-0.5089040398597717,0.010512111708521843 +136,2.0399737106686544,-1.4472891004034472,-1.1076398614795508,0.10988038033246994,0.9923826456069946,0.05570181831717491,-0.5921522974967957,0.46619713306427,0.1948082596063614,-0.08926577121019363,-0.22716981172561646,-0.16889144480228424 +137,2.145760963084655,-1.4494860507426517,-1.050089431427461,0.10155496001243591,0.9926509261131287,0.06580713391304016,0.3025456666946411,0.43730539083480835,-0.4023996889591217,-0.03195963799953461,0.4333590865135193,-0.07720542699098587 +138,1.8641596984770838,-1.4698399453769109,-1.4073534775896244,0.09647870808839798,0.9949082136154175,0.029144225642085075,0.03328918293118477,1.1408072710037231,0.16024957597255707,0.11165118217468262,0.28440386056900024,0.40469372272491455 +139,2.166356992577394,-1.4513872715568543,-1.1424924329613098,0.09861595928668976,0.9928792119026184,0.06682606041431427,-0.5090517997741699,-0.2583756446838379,0.09241429716348648,-0.08358605951070786,-0.10692346096038818,-0.011314518749713898 +140,2.33359744063416,-1.398556270490873,-0.9144423648793137,0.12389877438545227,0.9852033257484436,0.11842210590839386,-0.01588813215494156,-0.47616827487945557,0.028992803767323494,-0.00503278523683548,-0.46358150243759155,-0.15516529977321625 +141,2.28686573108717,-1.378687882438531,-0.909201529488689,0.1440351903438568,0.9816038608551025,0.12533043324947357,-0.10737507790327072,-0.3860132098197937,0.1028442233800888,-0.1410139501094818,-0.13419175148010254,-0.15552759170532227 +142,2.208675341137042,-1.4127022310938013,-0.9294401273753422,0.12647788226604462,0.9875291585922241,0.09375201910734177,0.42010170221328735,-0.568108081817627,-0.4730229079723358,0.061434075236320496,0.4260602593421936,-0.02485860139131546 +143,1.8809254248743064,-1.46132128192869,-1.2465439916252148,0.104044608771801,0.9940136075019836,0.03334315866231918,0.2778913676738739,0.19377124309539795,0.2454374134540558,0.3647969365119934,0.25168341398239136,-0.039690855890512466 +144,1.693700325769443,-1.4571075756090033,-1.46610695169631,0.11258859187364578,0.9935443997383118,0.01390768587589264,0.06822004914283752,0.05562436953186989,0.10555122047662735,-0.0022522881627082825,-0.11134225130081177,0.06559062004089355 +145,1.7355216053633344,-1.4587926336783037,-1.4292162185348283,0.11025653779506683,0.9937341213226318,0.018328113481402397,-0.11359649151563644,-0.04147467017173767,-0.052152588963508606,-0.07067524641752243,-0.3985651135444641,-0.043016791343688965 +146,1.9237357643493775,-1.4452154029268267,-1.2598575194113966,0.1175309345126152,0.9921250939369202,0.043294068425893784,-0.4252307415008545,0.383583664894104,-0.0047897277399897575,-0.047111622989177704,-0.17632919549942017,-0.13252747058868408 +147,1.979922717487482,-1.4589418010360564,-1.2287266353834236,0.10240821540355682,0.993750810623169,0.04440348222851753,0.45766329765319824,0.23041567206382751,-0.28916528820991516,0.03376120328903198,0.363564133644104,0.01698267087340355 +148,1.716665478212445,-1.4627332307163083,-1.5863520060040597,0.10670731961727142,0.9941668510437012,0.015676653012633324,-0.03875618800520897,1.455309271812439,0.07957194745540619,-0.01982378214597702,0.32077449560165405,0.311578631401062 +149,2.150109717229738,-1.4637531494992426,-1.161464402410729,0.08940687030553818,0.9942763447761536,0.058488860726356506,-0.6797590255737305,-0.7758741974830627,0.14835262298583984,-0.08421888202428818,-0.12982016801834106,-0.016893386840820312 +150,2.3744654654762787,-1.4101060419290434,-0.8630936921399581,0.11105117946863174,0.9871170520782471,0.1151852011680603,-0.2645977735519409,-0.3397431969642639,0.03319687396287918,0.011003874242305756,-0.49253392219543457,-0.16488301753997803 +151,2.3235571793770604,-1.391450867400277,-0.8799053116816025,0.1301860213279724,0.9839606881141663,0.12195392698049545,-0.05231117457151413,-0.36827728152275085,0.12233676761388779,-0.1368694007396698,-0.08642357587814331,-0.13390162587165833 +152,2.2133983476117405,-1.4183268461014038,-0.9287101075324254,0.1215856745839119,0.9883990287780762,0.09101856499910355,0.4042138457298279,-0.35606759786605835,-0.31813305616378784,-0.019626446068286896,0.45885133743286133,0.005432248115539551 +153,1.861098795283615,-1.4535362213878849,-1.2926324489482623,0.11209632456302643,0.9931328892707825,0.03348790481686592,0.47556886076927185,0.3271101415157318,0.5072085857391357,0.23923729360103607,0.18251103162765503,0.058003783226013184 +154,1.7552378350674986,-1.4450833880934233,-1.4306971967477122,0.12325466424226761,0.9921085238456726,0.022994618862867355,-0.005780864506959915,0.06599045544862747,0.08716903626918793,0.021551236510276794,-0.12569934129714966,-0.010344984009861946 +155,1.669298578591198,-1.4483379999039212,-1.5298227126174653,0.12156160175800323,0.9925113320350647,0.012012968771159649,0.052128084003925323,0.3413626253604889,0.007988961413502693,-0.06391385942697525,-0.47760331630706787,-0.0031170817092061043 +156,1.9473346138432979,-1.4364557502719562,-1.2753039025700277,0.12455365806818008,0.9909898638725281,0.04924904927611351,-0.43655258417129517,-0.1550494283437729,-0.1431797295808792,-0.07079694420099258,-0.15589159727096558,-0.1556180715560913 +157,1.9612953503470765,-1.4539709217516361,-1.2696306888420739,0.10778652131557465,0.9931836724281311,0.04436906799674034,0.5395993590354919,0.27268898487091064,-0.1552709937095642,0.15709081292152405,0.42652469873428345,-0.09980428218841553 +158,1.694775614689559,-1.4504451346711436,-1.6423512583632431,0.11913983523845673,0.9927665591239929,0.014847020618617535,0.01387057825922966,1.2528470754623413,-0.07095736265182495,-0.11209025979042053,0.18779081106185913,0.2701718807220459 +159,2.0783165853739933,-1.4724102323040758,-1.2291403947367776,0.08584713190793991,0.9951639771461487,0.04774024337530136,-0.7331591248512268,-0.7629125118255615,-0.026233205571770668,-0.10536310821771622,-0.17697232961654663,-0.03751682490110397 +160,2.460481630606692,-1.4265622827254685,-0.7794463321387407,0.09050372242927551,0.9896162748336792,0.11166398227214813,-0.12185557931661606,-0.3883764445781708,-0.032393015921115875,0.07386394590139389,-0.4715956449508667,-0.17581188678741455 +161,2.406923236221813,-1.415504090851803,-0.779819400718763,0.10368148982524872,0.9879663586616516,0.11477293074131012,-0.13706819713115692,-0.6496558785438538,0.08311815559864044,-0.10856428742408752,-0.0041100382804870605,-0.17925654351711273 +162,2.353819883883516,-1.423152326681494,-0.7668326139243107,0.10426830500364304,0.9891204237937927,0.10377427935600281,0.3408064544200897,-0.5197992324829102,-0.24782195687294006,-0.054463617503643036,0.38551342487335205,-0.23562538623809814 +163,1.973573203653819,-1.4795086724947617,-1.1021380345225664,0.083866186439991,0.9958361983299255,0.03573289513587952,0.6940943598747253,0.043303150683641434,0.02983284741640091,0.109981469810009,0.12780576944351196,0.23457658290863037 +164,1.669794814648309,-1.4531090348814553,-1.4273197588141382,0.11684166640043259,0.9930828213691711,0.01160508580505848,0.0729694589972496,-0.03221743553876877,0.19027310609817505,0.1432749330997467,0.026295900344848633,-0.040245890617370605 +165,1.6457334916144537,-1.4629274582223297,-1.4508827615079964,0.10735878348350525,0.9941877722740173,0.008060256019234657,-0.02895122766494751,0.26206260919570923,0.02068120241165161,-0.10099584609270096,-0.4492200016975403,0.03158211708068848 +166,1.863530931700548,-1.438037642344662,-1.2721493356315556,0.12673792243003845,0.9912005066871643,0.03819796442985535,-0.5472670793533325,0.02955438382923603,0.12998679280281067,-0.10967859625816345,-0.2806139588356018,-0.21776342391967773 +167,2.007154034916016,-1.4355751593752941,-1.1460640351998754,0.1221776157617569,0.9908715486526489,0.056976135820150375,0.16010849177837372,0.551679790019989,-0.20838677883148193,0.0713801234960556,0.4328039884567261,-0.38845813274383545 +168,1.7205122671789792,-1.4559593478037656,-1.4878524778220266,0.11330351233482361,0.9934134483337402,0.017091233283281326,0.10957035422325134,1.3322653770446777,0.20971742272377014,0.2004782259464264,0.31600427627563477,0.41656363010406494 +169,1.9511019254525281,-1.4607594379188171,-1.3055855918415784,0.10196956247091293,0.9939520359039307,0.04076407849788666,-0.6242167353630066,-0.33693984150886536,-0.210093691945076,-0.14763912558555603,0.031850576400756836,0.16037726402282715 +170,2.35694275939216,-1.4137671099411802,-0.8456000443113,0.11049775779247284,0.9876962304115295,0.11066324263811111,-0.5684389472007751,0.021879833191633224,0.2601768970489502,0.06476469337940216,-0.5307565331459045,-0.1547001600265503 +171,2.401232398112266,-1.3822210087453413,-0.7748469511436374,0.12645141780376434,0.9822723269462585,0.1383872777223587,-0.28774628043174744,-0.21036458015441895,0.07879750430583954,-0.12780946493148804,-0.13927006721496582,-0.08791126310825348 +172,2.3203951126099716,-1.402701000513792,-0.8066587783727024,0.12246111035346985,0.9859052300453186,0.1139926016330719,0.3551124930381775,-0.509870707988739,-0.3170592784881592,-0.19703081250190735,0.4884447455406189,0.07457554340362549 +173,1.9504060734390862,-1.4587793404006537,-1.1521270067138318,0.10382486879825592,0.9937326312065125,0.04142199829220772,0.5894593000411987,0.20946405827999115,0.3932036757469177,0.19736835360527039,0.21065878868103027,0.2322596311569214 +174,1.789580123667356,-1.44801084112193,-1.3470682178788813,0.11955677717924118,0.9924713373184204,0.02658258192241192,-0.22705799341201782,0.3934227228164673,0.09354424476623535,0.08100473135709763,-0.09772658348083496,0.04711734503507614 +175,1.9186203037296305,-1.4555683873926084,-1.2450295326100338,0.10808797925710678,0.9933686256408691,0.03918886184692383,-0.060245320200920105,0.013213427737355232,-0.13692179322242737,-0.14838643372058868,-0.47328805923461914,-0.012028217315673828 +176,2.136361177110036,-1.4300361496120224,-1.0461989432449836,0.11844874918460846,0.9901096224784851,0.07518284767866135,-0.3913944363594055,0.41595837473869324,0.05758398771286011,-0.09528592973947525,-0.19207513332366943,-0.1974210888147354 +177,2.026462801667505,-1.4558157789209496,-1.2217370974984911,0.1030203253030777,0.9933969974517822,0.050486452877521515,0.7117542624473572,0.4969022870063782,-0.23426547646522522,0.1601174771785736,0.6588550209999084,-0.12041760236024857 +178,1.6958654260153747,-1.4651458268657822,-1.6669145243086723,0.10463090986013412,0.9944241642951965,0.013154755346477032,-0.28593918681144714,0.9309706687927246,-0.18543009459972382,-0.14630267024040222,0.23213833570480347,0.4171736240386963 +179,2.2050046001079466,-1.477104786100066,-1.1360465667805415,0.07536179572343826,0.9956141710281372,0.055434633046388626,-0.6253035068511963,-0.5709885954856873,0.2448953092098236,-0.09770065546035767,-0.2130976915359497,-0.06504762172698975 +180,2.378192226216815,-1.4174305124759194,-0.9242981853718644,0.10561961680650711,0.9882624745368958,0.11037170141935349,0.44312432408332825,-0.4302399158477783,0.016419140622019768,-0.03735180199146271,-0.5115931630134583,-0.21997559070587158 +181,2.292303504227052,-1.4065504497362076,-0.9699310287636869,0.12276357412338257,0.9865419268608093,0.1079997792840004,0.026438988745212555,-0.40684401988983154,0.04066518321633339,-0.15233510732650757,0.0902097225189209,-0.1543102264404297 +182,2.189933491708277,-1.4459535311298672,-1.009210459677779,0.10140585154294968,0.9922172427177429,0.07226254045963287,0.5582712292671204,-0.5863482356071472,-0.4699203372001648,-0.02059529721736908,0.4896400570869446,0.23863530158996582 +183,1.7671529857535284,-1.458068012941233,-1.4318667979016495,0.11032810062170029,0.993652880191803,0.021946439519524574,0.12782858312129974,-0.0355810821056366,0.783870279788971,0.3167349100112915,0.24446046352386475,-0.03981447219848633 +184,1.735062620053685,-1.4377982793500015,-1.5058347424281582,0.1308216005563736,0.9911687970161438,0.021684976294636726,-0.06004570052027702,0.2668721079826355,-0.005866519641131163,-0.1086963564157486,-0.2006872296333313,0.07009661197662354 +185,1.7442125579087597,-1.4364099675704471,-1.523763383092966,0.1319730281829834,0.9909837245941162,0.023118481040000916,-0.11158540844917297,0.41869786381721497,0.059706877917051315,-0.08097817003726959,-0.4302232265472412,-0.005814909934997559 +186,1.9901360391214795,-1.4174733306485414,-1.3095248122243068,0.1394905298948288,0.988269031047821,0.06218220293521881,-0.31269633769989014,-0.07659514248371124,-0.05608290061354637,-0.01636737585067749,-0.11984562873840332,-0.2932460308074951 +187,1.9743123647314744,-1.443186952178541,-1.3324720407603015,0.11704184114933014,0.9918689727783203,0.04997030645608902,0.4714816212654114,0.3163175582885742,-0.378827303647995,0.04714272916316986,0.5134562849998474,0.022570010274648666 +188,1.7263490475022398,-1.4492543740530563,-1.655219468060569,0.11977896839380264,0.9926228523254395,0.0187836904078722,-0.1326930820941925,0.9076992273330688,0.03823571652173996,0.03196967393159866,0.23610633611679077,0.42572009563446045 +189,2.048467087094701,-1.4434366381686603,-1.3293628030597417,0.11279900372028351,0.9919006824493408,0.058390840888023376,-0.6019771099090576,-0.462146133184433,0.18132001161575317,-0.07741387188434601,-0.18429875373840332,-0.00765538215637207 +190,2.3509194320284896,-1.3902602372271902,-0.9726772666196495,0.1276346743106842,0.9837476015090942,0.12629517912864685,0.06800742447376251,-0.8161274790763855,-0.1475602090358734,-0.022318482398986816,-0.5156992673873901,-0.28753480315208435 +191,2.311257221929773,-1.3825630030621676,-0.9436549027392898,0.1381266862154007,0.9823363423347473,0.12623882293701172,-0.17081966996192932,-0.2988574802875519,0.1306993067264557,-0.1482585221529007,-0.04164731502532959,-0.13389873504638672 +192,2.219877106017717,-1.4106962549310356,-0.9823452428164812,0.12699821591377258,0.9872113466262817,0.09636052697896957,0.5333102941513062,-0.6635221242904663,-0.4377271234989166,-0.12361076474189758,0.46457087993621826,-0.03921639919281006 +193,1.8252664342221303,-1.4520530192715313,-1.3690268192535084,0.11464986950159073,0.9929583072662354,0.029821455478668213,0.4865820109844208,0.349755197763443,0.5322937965393066,0.26448526978492737,0.11093878746032715,0.07785987854003906 +194,1.7700899867006878,-1.4300874270978574,-1.4747673068122182,0.13746896386146545,0.9901168346405029,0.027765264734625816,-0.08026707172393799,0.2292603701353073,0.13191254436969757,0.002072647213935852,-0.15445399284362793,-0.0038393735885620117 +195,1.7930845379170206,-1.4301258598139461,-1.4657710269219173,0.1367567777633667,0.9901221990585327,0.03091021440923214,-0.05729576200246811,0.051420390605926514,0.03840799257159233,-0.0887679010629654,-0.39699792861938477,-0.003627423197031021 +196,2.0046102907998713,-1.4182559020678267,-1.2690230043850228,0.13787467777729034,0.9883882403373718,0.06386979669332504,-0.3785747289657593,-0.13881200551986694,-0.1568135768175125,-0.035259321331977844,-0.08073443174362183,-0.17931771278381348 +197,2.034322667314722,-1.440304503214701,-1.2377293720335927,0.11639153212308884,0.9914979934692383,0.0581781230866909,0.5798652172088623,0.21056753396987915,-0.3008009195327759,0.08926642686128616,0.4558439254760742,-0.06699764728546143 +198,1.7795833219705104,-1.4614271591590626,-1.573400200009116,0.10678193718194962,0.9940251708030701,0.022624386474490166,-0.1733974665403366,0.5601765513420105,-0.30942094326019287,-0.09574981778860092,0.19997519254684448,0.3236128091812134 +199,2.300996684354895,-1.4800398236853283,-1.0047931843766678,0.0675247460603714,0.9958844780921936,0.060453444719314575,-0.5775734186172485,-0.6512502431869507,0.07129014283418655,-0.0957992896437645,-0.2801557183265686,0.050645824521780014 +200,2.514358142023706,-1.4135276672144739,-0.7495186318998398,0.09192221611738205,0.9876587390899658,0.12680892646312714,-0.07191509753465652,-0.23645761609077454,-0.004632808733731508,0.049450457096099854,-0.3723481297492981,-0.22173382341861725 +201,2.4275354892451926,-1.3987843276154217,-0.7881949889284029,0.11209679394960403,0.9852423667907715,0.12935121357440948,-0.1703905314207077,-0.39792630076408386,0.20765510201454163,-0.10585594177246094,-0.01661449670791626,-0.19208002090454102 +202,2.313670235969043,-1.4177153556380921,-0.8660262710725211,0.1123088076710701,0.9883059859275818,0.1031414195895195,0.5206510424613953,-0.2696623206138611,-0.2911057472229004,-0.1142924502491951,0.4485989212989807,0.1030200719833374 +203,1.9668731601799245,-1.4488943194366586,-1.2200178562787922,0.11218580603599548,0.9925791621208191,0.04691345617175102,0.5223653316497803,0.39372605085372925,0.6547796130180359,0.16494432091712952,0.09343457221984863,0.10352301597595215 +204,1.8425778663705814,-1.426056804495763,-1.3884994199460488,0.13894081115722656,0.9895434975624084,0.03871962055563927,-0.0867866724729538,0.8030095100402832,0.29206639528274536,0.11591148376464844,-0.12263065576553345,0.008704781532287598 +205,1.8760499158315491,-1.421745873124453,-1.4299620405271007,0.14163434505462646,0.9889125227928162,0.044629260897636414,0.21795471012592316,0.6083417534828186,-0.02671545371413231,-0.13484418392181396,-0.42917436361312866,-0.08582806587219238 +206,1.9257168257455326,-1.406592787702732,-1.4453514236319596,0.15327900648117065,0.9865488409996033,0.05680745467543602,-0.4696313738822937,0.44223591685295105,0.06552073359489441,-0.0045363157987594604,-0.19942408800125122,-0.10511671751737595 +207,1.9603113345328964,-1.4097918991062177,-1.425244726512601,0.14830192923545837,0.9870667457580566,0.06087617576122284,0.6551684141159058,0.4909501373767853,-0.13676311075687408,0.3137494921684265,0.5839019417762756,-0.04715847223997116 +208,1.868024985083824,-1.4121150060247976,-1.5901856132485157,0.15108810365200043,0.9874365329742432,0.046278636902570724,-1.1060279607772827,0.040616318583488464,-0.26186978816986084,-0.20322738587856293,0.09804332256317139,0.41865670680999756 +209,2.246459799664256,-1.4052832772232102,-1.1789220002423992,0.12855996191501617,0.986333966255188,0.1030426174402237,-0.4685688018798828,-0.5859019160270691,0.07162545621395111,-0.15243995189666748,-0.2161771059036255,-0.1017608642578125 +210,2.4034356202764124,-1.3563222366532004,-0.9244875031466921,0.14322122931480408,0.977088451385498,0.15743514895439148,-0.27188506722450256,-0.9542491436004639,-0.15381033718585968,0.04629293084144592,-0.39485883712768555,-0.24486804008483887 +211,2.3683100690299947,-1.3471461208777777,-0.8782612296749048,0.15491792559623718,0.9750943779945374,0.15871798992156982,-0.2484641671180725,-0.7114290595054626,0.1295372098684311,-0.13529512286186218,0.017322003841400146,-0.20495212078094482 +212,2.285428306137134,-1.368603924791521,-0.8710724447258519,0.15168514847755432,0.9796286821365356,0.13160431385040283,0.5295945405960083,-0.7830185294151306,-0.34058064222335815,0.036394715309143066,0.45895493030548096,0.08113375306129456 +213,1.9121181676305885,-1.3904758043520642,-1.250942537553003,0.1689988225698471,0.9837862849235535,0.06003257632255554,0.6955830454826355,0.800209105014801,0.8376656770706177,0.3303755521774292,0.17737698554992676,0.12084507942199707 +214,1.7570197068762001,-1.3818132792658724,-1.4573422634629678,0.18461276590824127,0.9821957945823669,0.03478221967816353,-0.175040140748024,0.31563204526901245,0.05309372767806053,0.0008273124694824219,-0.1985958218574524,0.01371026411652565 +215,1.8372343089469758,-1.4131423595250947,-1.3878573887562549,0.1514618843793869,0.9875983595848083,0.04133804515004158,0.18245473504066467,0.38954591751098633,-0.2529059946537018,-0.1646454930305481,-0.48959726095199585,-0.04347432032227516 +216,1.8742744627184942,-1.4184096172630567,-1.3927565728129683,0.1448615938425064,0.9884116053581238,0.04536359757184982,-0.4716179072856903,-0.03419139236211777,-0.155113086104393,-0.11971507966518402,-0.17345482110977173,-0.1316978931427002 +217,2.0570107557501265,-1.4192579766482285,-1.22838270849584,0.13346436619758606,0.98853999376297,0.07054063677787781,0.4860042333602905,0.73096764087677,-0.12092363834381104,0.19560666382312775,0.38131779432296753,-0.1655113697052002 +218,1.6902595545764225,-1.4404408862332838,-1.7208105078914593,0.12906001508235931,0.9915157556533813,0.015491691417992115,-0.3903312385082245,1.456868052482605,-0.22593797743320465,-0.06535457074642181,0.3591921925544739,0.5434072017669678 +219,2.264649921996397,-1.455202337252262,-1.1757097770138332,0.08866963535547256,0.9933264255523682,0.07375854253768921,-0.5142896175384521,-0.35852888226509094,-0.08964456617832184,-0.20376667380332947,-0.10001587867736816,0.14959955215454102 +220,2.435497259709868,-1.3717176158661522,-0.9378850493103291,0.12832437455654144,0.9802491664886475,0.15048088133335114,-1.0901086330413818,-0.2972089648246765,0.2957805097103119,0.11575520038604736,-0.56418776512146,-0.33213675022125244 +221,2.3271439467650907,-1.3638010907752975,-0.9943425488220948,0.14948463439941406,0.9786528944969177,0.1410422921180725,-0.022104524075984955,-0.6655106544494629,0.19453656673431396,-0.18123817443847656,-0.14578241109848022,-0.029042720794677734 +222,2.2272410250440915,-1.3760419157786234,-1.025704606056229,0.15330466628074646,0.9810952544212341,0.1181095540523529,0.41989144682884216,-0.4814625382423401,-0.33960914611816406,-0.16708335280418396,0.5525504350662231,-0.11946749687194824 +223,1.9450914818283138,-1.4362801868452606,-1.2711614235650743,0.12482534348964691,0.9909663200378418,0.04903298616409302,0.729768693447113,-0.04498985409736633,0.32632356882095337,0.2462531328201294,0.06373631954193115,0.1288844347000122 +224,1.722636499649414,-1.4141944552000778,-1.5585588507244412,0.15416882932186127,0.987762987613678,0.02359059825539589,0.0921366959810257,0.42287206649780273,0.1390385776758194,-0.014642462134361267,-0.15760844945907593,-0.050690170377492905 +225,1.7471576643698525,-1.4370085198265188,-1.5865109995952391,0.13132084906101227,0.9910637736320496,0.02340306155383587,-0.07613411545753479,0.4591214060783386,-0.06381262093782425,-0.13992680609226227,-0.5823875665664673,0.019703030586242676 +226,1.9305080025436123,-1.415952602128367,-1.4764334425688699,0.14435623586177826,0.9880356192588806,0.0542885847389698,-0.3806719183921814,0.5921919345855713,0.1665848046541214,-0.07852979004383087,-0.1941206455230713,-0.23727189004421234 +227,2.073086343703286,-1.4154310501539153,-1.3483977239019684,0.13562780618667603,0.9879550933837891,0.07449759542942047,0.16854211688041687,0.4266950488090515,-0.40155258774757385,0.028617799282073975,0.37071800231933594,-0.4107249975204468 +228,1.6654963779172085,-1.4492303019894301,-1.8235605154596648,0.12072437256574631,0.9926199316978455,0.011466903612017632,0.4242231249809265,0.6540915966033936,0.17418308556079865,0.2665437161922455,0.2892404794692993,0.4686051607131958 +229,2.014399295459956,-1.4646644957138435,-1.4204445154986722,0.0956796184182167,0.9943733215332031,0.04546595364809036,-0.6693525910377502,-1.0591741800308228,-0.28381189703941345,-0.06034025549888611,-0.026096343994140625,0.12964391708374023 +230,2.53493828499655,-1.3919705891306546,-0.8807049557250161,0.10141035169363022,0.9840532541275024,0.14613483846187592,-1.1207280158996582,0.17983651161193848,0.1304941177368164,0.15605121850967407,-0.4620194435119629,-0.6045241355895996 +231,2.4812517140006243,-1.3768328953735969,-0.8447195283633686,0.11822997033596039,0.9812480211257935,0.1522304266691208,-0.3366625905036926,0.023201080039143562,0.21717976033687592,-0.14163696765899658,-0.3095102906227112,0.09989047050476074 +232,2.3767466677465996,-1.4202651470832113,-0.9117807998057617,0.10383915901184082,0.9886915683746338,0.10819758474826813,0.8794494867324829,-0.8214427828788757,-0.4616861641407013,-0.023135408759117126,0.48736751079559326,0.11975349485874176 +233,1.828623266947197,-1.4635675891410251,-1.468165305180401,0.10348670929670334,0.9942564964294434,0.02728903666138649,0.410603404045105,0.452833354473114,0.560634195804596,0.41352683305740356,0.5100617408752441,0.1785825490951538 +234,2.010295347485563,-1.4423873380577084,-1.35900507575322,0.11588699370622635,0.9917668700218201,0.05448643118143082,-0.22880101203918457,0.7373263239860535,-0.11617203801870346,-0.08228713274002075,-0.15582937002182007,0.006365656852722168 +235,2.1818912403012947,-1.4712832660128528,-1.2270070332160128,0.0813690647482872,0.9950526356697083,0.05700308829545975,0.183538019657135,0.24609695374965668,-0.019822733476758003,-0.1084686741232872,-0.630459189414978,-0.10013961791992188 +236,2.0486870412927103,-1.437409144862378,-1.4002775807954957,0.11809248477220535,0.9911171197891235,0.061163973063230515,-0.41219499707221985,0.3116978406906128,0.38661301136016846,0.005122244358062744,-0.08199846744537354,-0.13078975677490234 +237,2.2129370117468827,-1.4490233342571686,-1.247387702711072,0.09727773070335388,0.992594838142395,0.0727517306804657,0.9144852161407471,-0.3159734308719635,-0.4585943818092346,0.10026255995035172,0.46851062774658203,-0.10743498057126999 +238,1.3550976785554318,-1.4688668546299912,-2.137742265302418,0.09939523786306381,0.9948096871376038,-0.021778220310807228,0.2487085610628128,0.9652442932128906,0.09565377980470657,0.1430211365222931,0.11693042516708374,0.4079476594924927 +239,2.206411160826086,-1.4965294177416772,-1.2973768483558108,0.05970674008131027,0.9972434639930725,0.04404864087700844,-0.5419300198554993,0.09139302372932434,-0.39220312237739563,-0.20558078587055206,-0.06799864768981934,0.20837748050689697 +240,2.653499491619101,-1.414197486990343,-0.8113339358711031,0.07313660532236099,0.9877634644508362,0.13774895668029785,-1.3325412273406982,-0.7244462966918945,0.3364068567752838,0.1837451159954071,-0.5546426177024841,-0.48221611976623535 +241,2.559552645315929,-1.3947089317959862,-0.8278395391746604,0.09630098193883896,0.9845366477966309,0.14633449912071228,-0.1884956806898117,-0.5521168112754822,0.2522413432598114,-0.06997957825660706,-0.15969228744506836,0.03417694568634033 +242,2.4047580193536113,-1.4224487982554448,-0.8797397153475046,0.09931604564189911,0.9890166521072388,0.10946307331323624,0.4106789827346802,-1.093736171722412,-0.3127972185611725,0.031222879886627197,0.5512969493865967,-0.08097495138645172 +243,1.9094972716953802,-1.4695511235674092,-1.3128075694163543,0.09533066302537918,0.9948790669441223,0.03358269855380058,0.45112866163253784,-0.3063463270664215,0.39231786131858826,0.24008804559707642,0.022638022899627686,0.07536506652832031 +244,1.7667707873840257,-1.4372642488650196,-1.45515863280551,0.1305866688489914,0.9910978078842163,0.02592438831925392,-0.041383419185876846,-0.08719245344400406,0.17406348884105682,-0.027772948145866394,-0.18860763311386108,0.008331537246704102 +245,1.6744653639079137,-1.4400900254807525,-1.5508851206313994,0.12963467836380005,0.9914700984954834,0.013487454503774643,0.19794195890426636,0.5631349682807922,0.06778404116630554,-0.13325101137161255,-0.5449826717376709,0.01776254177093506 +246,1.876445130248678,-1.4181710250954787,-1.4037401232083397,0.14498698711395264,0.9883753657341003,0.04574868455529213,-0.9616357684135437,-0.42595431208610535,-0.09048796445131302,-0.07929791510105133,-0.11287182569503784,-0.23898601531982422 +247,2.105728443870519,-1.4258724509684038,-1.1633210607817661,0.12424252927303314,0.9895169138908386,0.07362134754657745,0.2669004499912262,0.493716299533844,-0.30410027503967285,0.10286928713321686,0.4695437550544739,-0.33266985416412354 +248,1.723932417782091,-1.4650123006355495,-1.5667297888162024,0.10435131192207336,0.9944100975990295,0.016106048598885536,0.205530047416687,0.9473147392272949,0.10729628056287766,0.32539722323417664,0.29710906744003296,0.4536663293838501 +249,2.2053783180795636,-1.4568756576196502,-1.1400573595689678,0.09154415875673294,0.993518054485321,0.0673907920718193,-0.702215313911438,0.21944890916347504,-0.1760033667087555,-0.20712949335575104,-0.12489622831344604,0.2378002405166626 +250,2.569167362879298,-1.375245931709987,-0.7365485095986165,0.10525059700012207,0.9809408783912659,0.1633322685956955,-0.9183300137519836,-0.09620784968137741,0.022224759683012962,0.07846523076295853,-0.48614412546157837,-0.3299429416656494 +251,2.5035818731353916,-1.3716748486431278,-0.7536290836763107,0.1178143247961998,0.9802407622337341,0.158895805478096,-0.03751128166913986,-0.7780569791793823,0.2078811675310135,-0.1238873228430748,-0.08276456594467163,-0.08084715902805328 +252,2.32899991534072,-1.3889472567360672,-0.8365949074593384,0.13130880892276764,0.9835109710693359,0.12435443699359894,0.5132271647453308,-1.0112322568893433,-0.38436198234558105,-0.18802574276924133,0.6386966109275818,-0.023829467594623566 +253,1.943939550300192,-1.445425114124445,-1.1706294355115585,0.11643728613853455,0.9921513199806213,0.045583296567201614,0.6881056427955627,0.22581209242343903,0.3066212236881256,0.25828802585601807,0.17305541038513184,0.19562768936157227 +254,1.6752398948484848,-1.43860076679082,-1.4853682052399453,0.13109205663204193,0.991274893283844,0.01374172605574131,0.44427502155303955,0.01848769374191761,-0.031816091388463974,-0.03262712061405182,-0.16682732105255127,0.025030851364135742 +255,1.3643384370755425,-1.457123697816454,-1.8197990905226766,0.11101953685283661,0.9935462474822998,-0.023252176120877266,0.08871710300445557,0.4688231348991394,-0.14022403955459595,-0.1060756966471672,-0.6067206859588623,0.07978600263595581 +256,1.7437209654087196,-1.4430469114792532,-1.5197586405981742,0.12550216913223267,0.9918511509895325,0.02192135900259018,-0.6577731966972351,0.9555771946907043,0.16620489954948425,-0.021528780460357666,-0.12835627794265747,-0.08092713356018066 +257,2.051572444560789,-1.441399271992498,-1.2353521861093923,0.11440800875425339,0.9916398525238037,0.059674955904483795,0.10399103909730911,0.544206976890564,-0.3884272873401642,-0.018414974212646484,0.554853618144989,-0.4437997341156006 +258,1.636567568014059,-1.4825131780494292,-1.6810053230588469,0.08797794580459595,0.9961055517196655,0.0057947770692408085,0.36168423295021057,0.83327716588974,0.22113096714019775,0.39754146337509155,0.2335849404335022,0.4706151485443115 +259,1.9725808560552494,-1.4822368310819305,-1.340182302072292,0.0814015120267868,0.9960811734199524,0.03458736836910248,-0.7109439373016357,-0.7417930364608765,-0.2644583582878113,-0.1366688311100006,0.019376099109649658,0.3429609537124634 +260,2.4936518950119324,-1.4014392437598364,-0.7960371369068874,0.10172722488641739,0.9856933355331421,0.13438913226127625,-0.9622306823730469,0.2630264461040497,0.24239285290241241,0.0512116402387619,-0.45349717140197754,-0.5374195575714111 +261,2.4144877502665327,-1.3966388084677768,-0.8269114654337825,0.11518029868602753,0.9848728775978088,0.12945719063282013,0.0003029480576515198,-0.4728655517101288,0.0962190106511116,-0.17208030819892883,-0.2053775191307068,-0.030427679419517517 +262,2.3512885382690256,-1.4063583255461873,-0.8489369973111348,0.11631816625595093,0.9865105152130127,0.11518242955207825,0.430107980966568,-0.8140995502471924,-0.3341197669506073,-0.3448795676231384,0.57969731092453,-0.3467041254043579 +263,1.9452704833509307,-1.4626341489750292,-1.2271767779918772,0.10047012567520142,0.9941561818122864,0.039486706256866455,0.637158989906311,0.5469390153884888,0.42858198285102844,0.1478056162595749,0.08038294315338135,0.2570068836212158 +264,1.6613732635527652,-1.4408433811498393,-1.538989729364332,0.1290559321641922,0.9915679693222046,0.011721564456820488,0.08110156655311584,0.04371051490306854,0.025468340143561363,0.09448529779911041,-0.14720767736434937,-0.004122615791857243 +265,1.4893852812619972,-1.4562248303334606,-1.7223036633222182,0.11394257098436356,0.9934438467025757,-0.009296732023358345,0.35764244198799133,0.2668752372264862,-0.2713567912578583,-0.14996856451034546,-0.5527852773666382,0.029133141040802002 +266,1.5457878291144005,-1.4472331398228366,-1.7360522973710935,0.12321028113365173,0.9923757910728455,-0.003081946400925517,-0.5056059956550598,0.6836433410644531,0.32218438386917114,-0.05698713660240173,-0.12404394149780273,-0.10508757829666138 +267,1.857766522596138,-1.447045258742504,-1.4304921789290146,0.11838667839765549,0.9923526048660278,0.034937821328639984,0.12135213613510132,0.4124753773212433,-0.3230663239955902,0.03905348479747772,0.40730541944503784,-0.38614940643310547 +268,1.5083607245520119,-1.456131379443928,-1.8398974562677823,0.1141909658908844,0.9934331774711609,-0.007138860411942005,0.25542783737182617,0.9515749216079712,0.2544456124305725,0.3144589364528656,0.1768854260444641,0.47645342350006104 +269,1.8827639443674116,-1.462283546397912,-1.4679664455888137,0.10307201743125916,0.9941182732582092,0.033240560442209244,-0.7017167806625366,-0.5712911486625671,-0.07112424820661545,-0.10717663913965225,-0.1291128396987915,0.15692973136901855 +270,2.3661703331688577,-1.3881419033417448,-0.9392173044935851,0.12715154886245728,0.983364999294281,0.12971408665180206,-0.21609586477279663,0.33546218276023865,0.08101820200681686,0.11811822652816772,-0.4420594573020935,-0.3480062484741211 +271,2.3656669325154627,-1.367853201895687,-0.8846532205865594,0.14116300642490387,0.9794776439666748,0.14386297762393951,-0.30727332830429077,-0.7210507988929749,0.20192144811153412,-0.058826595544815063,-0.1073768138885498,-0.05166947841644287 +272,2.3011158545364805,-1.377690334299422,-0.8770759029165303,0.14296409487724304,0.9814128875732422,0.12802337110042572,0.5349247455596924,-0.9030155539512634,-0.2727436423301697,0.046595826745033264,0.517702043056488,-0.08159090578556061 +273,1.937752337860748,-1.4146756710620263,-1.214562225052768,0.14513614773750305,0.9878379106521606,0.05578530579805374,0.5808117985725403,0.01969398744404316,0.5162058472633362,0.26450133323669434,0.1197214126586914,0.09700096398591995 +274,1.9123004457880621,-1.3937568041771031,-1.2592145327808122,0.16594621539115906,0.9843693971633911,0.058982282876968384,0.061548858880996704,-0.1296515315771103,0.10187335312366486,-0.09130021929740906,-0.2219792604446411,-0.057532668113708496 +275,1.7737163225501758,-1.4141113470996,-1.3728789805256216,0.15284277498722076,0.9877499938011169,0.03144767880439758,0.03378189355134964,0.45291295647621155,-0.058584511280059814,-0.16269996762275696,-0.5189085006713867,0.035797830671072006 +276,1.9314268489812798,-1.392000821915414,-1.2776399329692574,0.16640491783618927,0.9840586185455322,0.06275510042905807,-0.511880099773407,0.20194417238235474,0.1370151787996292,-0.10846728086471558,-0.11227810382843018,-0.23154783248901367 +277,2.057215501526691,-1.410168880498535,-1.1616193133560127,0.14138685166835785,0.9871271252632141,0.07476498931646347,0.16721424460411072,0.5778511166572571,-0.4458264112472534,0.08297838270664215,0.5168096423149109,-0.18864130973815918 +278,1.76246243302428,-1.4317429139830091,-1.5194414904220455,0.13606804609298706,0.9903476238250732,0.026403749361634254,-0.08258013427257538,1.031944990158081,0.08037310838699341,0.09424811601638794,0.18593716621398926,0.5086914300918579 +279,2.1220492077063353,-1.42998505878233,-1.1675152714441568,0.11955682933330536,0.9901024699211121,0.07350717484951019,-0.6898541450500488,-0.3145514726638794,0.06730764359235764,-0.11787836998701096,-0.25818413496017456,-0.04450023174285889 +280,2.363765473273389,-1.38678161957806,-0.9205026163472023,0.12840130925178528,0.9831170439720154,0.1303604245185852,0.05436519905924797,-0.12920397520065308,-0.002232555067166686,-0.003355547785758972,-0.5263299942016602,-0.18463601171970367 +281,2.3357323384509088,-1.3681903542845415,-0.9063614703754077,0.14516796171665192,0.979545533657074,0.13934539258480072,-0.056134335696697235,-0.29525119066238403,0.07423630356788635,-0.05742990970611572,0.17943596839904785,0.01337982714176178 +282,2.2094464863059646,-1.4163695106287426,-0.956761471578777,0.12349720299243927,0.9880998730659485,0.09169022738933563,0.8405493497848511,-0.5759392976760864,-0.40662187337875366,0.02452830970287323,0.6362897753715515,0.4963071346282959 +283,1.7246243485093575,-1.4226780809583819,-1.472757868368571,0.14583474397659302,0.9890505075454712,0.022612109780311584,0.2959473133087158,0.9061485528945923,0.1307448148727417,0.4379817843437195,0.29891330003738403,0.05536031723022461 +284,1.7336366122141469,-1.417642046437607,-1.5010520653222426,0.15053805708885193,0.988294780254364,0.02473265863955021,0.12338052690029144,0.022104056552052498,-0.1362711787223816,-0.10895785689353943,-0.390119731426239,0.01852595806121826 +285,1.6741020290044792,-1.4303923895043489,-1.5800579348118422,0.13919664919376373,0.9901595711708069,0.014431181363761425,-0.025623735040426254,0.7692856788635254,0.20214475691318512,-0.13609912991523743,-0.48698580265045166,-0.017955901101231575 +286,1.9385537221020381,-1.4103683109030913,-1.354720499430758,0.1490594446659088,0.987159013748169,0.05743043124675751,-0.10886789113283157,-0.14462260901927948,-0.1613597571849823,0.03877623379230499,0.304756760597229,-0.09028256684541702 +287,1.8570260246532657,-1.4398226927908662,-1.4351527359311886,0.12528687715530396,0.9914352297782898,0.03687334805727005,1.1132097244262695,-0.10075203329324722,0.011642450466752052,0.39100950956344604,0.5999497771263123,0.23236799240112305 +288,1.8876194114871994,-1.439318129706994,-1.4711716724618769,0.12457413971424103,0.9913691878318787,0.04084378853440285,-0.7208942174911499,-0.2428763061761856,-0.4984508752822876,-0.22017046809196472,0.07659333944320679,0.3604319095611572 +289,2.373193716875305,-1.4282621625753307,-0.9436770656315311,0.09872351586818695,0.9898591637611389,0.10213834792375565,-0.8783945441246033,-1.071244239807129,0.2092035710811615,-0.10137856006622314,-0.37520480155944824,-0.3995932340621948 +290,2.4564484672842952,-1.384177650559137,-0.8131626479836477,0.11740551888942719,0.9826372265815735,0.14366713166236877,-0.11211686581373215,-0.7131050825119019,0.1040957123041153,-0.014393419027328491,-0.35708779096603394,-0.009221896529197693 +291,2.368559244310022,-1.3577367692680637,-0.8437053654361738,0.14765815436840057,0.9773885607719421,0.15135557949543,0.11644914746284485,-0.5746152400970459,0.013724027201533318,-0.22888070344924927,0.4805580973625183,-0.3008458614349365 +292,2.2468362955997363,-1.3978012488631255,-0.8969008378092598,0.13427375257015228,0.9850736260414124,0.10770536214113235,0.5188422203063965,-0.1085624098777771,-0.2247338742017746,-0.016262277960777283,0.6080354452133179,0.49736666679382324 +293,1.8799019028607409,-1.3958543894806514,-1.2736943017621913,0.16580237448215485,0.9847366213798523,0.05294759199023247,0.30586308240890503,0.2118512988090515,0.028781211003661156,0.5523220300674438,0.1599166989326477,-0.010009288787841797 +294,1.8798141824960364,-1.3901330043588709,-1.2549500002798253,0.17117173969745636,0.9837247133255005,0.054645705968141556,-0.1657465696334839,-0.3175540268421173,-0.07853973656892776,-0.11312727630138397,-0.39325523376464844,0.02483726292848587 +295,1.9105664981226573,-1.392125528460146,-1.2224666334294232,0.16756127774715424,0.9840807914733887,0.059229277074337006,0.061911214143037796,0.6230706572532654,0.20760193467140198,-0.13483119010925293,-0.45104557275772095,-0.09128808975219727 +296,2.1079731565407864,-1.3779375002160505,-1.0278234969413778,0.16467037796974182,0.9814603328704834,0.0980774313211441,-0.6376136541366577,-0.8103445768356323,-0.34258389472961426,-0.07543699443340302,0.2543794512748718,-0.0953003317117691 +297,2.089580258796522,-1.4374735593363914,-1.0478537564153576,0.1154373362660408,0.9911257028579712,0.06590874493122101,1.1112679243087769,-0.12012852728366852,0.03817152976989746,0.4291945993900299,0.6312496662139893,0.14539502561092377 +298,2.020300471848279,-1.4469729186783364,-1.213352774268949,0.11123832315206528,0.9923436641693115,0.05366622284054756,-0.535742998123169,0.23377403616905212,-0.20576447248458862,-0.13127312064170837,0.1008111834526062,0.44341933727264404 +299,2.386274052691869,-1.4159223550004154,-0.7724443333103846,0.10574561357498169,0.9880309700965881,0.11230650544166565,-1.1376038789749146,-1.369520902633667,0.1660481095314026,0.02331322431564331,-0.40406185388565063,-0.41241633892059326 +300,2.466590200185514,-1.374201297572347,-0.6799987575607397,0.12206213176250458,0.9807373881340027,0.15249589085578918,-0.05760809779167175,-0.6732369065284729,0.12250496447086334,-0.16698402166366577,-0.3354737162590027,-0.10925258696079254 +301,2.375520279855253,-1.348486643696745,-0.7168816783857346,0.1528632789850235,0.9753907918930054,0.15888889133930206,0.09368830174207687,-0.3764992952346802,0.10090678930282593,-0.2373969703912735,0.46737349033355713,-0.26776039600372314 +302,2.217376301126461,-1.3834209159853865,-0.8111391459306779,0.14868025481700897,0.9824965000152588,0.11222710460424423,0.681145191192627,-0.28756630420684814,-0.27099600434303284,-0.12307599186897278,0.7041184902191162,0.5048383474349976 +303,1.8421044714150943,-1.4005950463507235,-1.2018274470293149,0.16318535804748535,0.9855507016181946,0.045392777770757675,0.5925217270851135,0.10028793662786484,0.1821490079164505,0.46874213218688965,0.13380354642868042,0.07913422584533691 +304,1.885147484298947,-1.3940131695585813,-1.1633952462393529,0.16724619269371033,0.9844145178794861,0.05437706410884857,-0.19935524463653564,-0.2518392503261566,-0.034498199820518494,-0.06730112433433533,-0.2843717932701111,0.005971431732177734 +305,1.9414996029565201,-1.400921354269334,-1.1016445606502667,0.15757572650909424,0.9856058955192566,0.06124534457921982,-0.07352224737405777,0.43705496191978455,0.1376950591802597,-0.13609135150909424,-0.4676310420036316,-0.05379903316497803 +306,2.0771270682151726,-1.383214962780527,-1.0049670721155577,0.16308529675006866,0.9824581146240234,0.09043915569782257,-0.14843754470348358,0.07292003929615021,-0.1305963397026062,-0.07005245983600616,0.2073459029197693,-0.2426455020904541 +307,2.113363825598168,-1.42516422301836,-0.9982962275211407,0.12427721917629242,0.989414393901825,0.0749298483133316,0.2561693787574768,0.26829349994659424,-0.3372344374656677,0.1917628049850464,0.5025900602340698,-0.00023806095123291016 +308,1.8019726866385792,-1.4475793128219112,-1.3458583452669683,0.11963578313589096,0.9924184083938599,0.028160417452454567,-0.00876931007951498,0.30789145827293396,-0.03846178203821182,0.08355023711919785,0.008664965629577637,0.3497844934463501 +309,2.159095146596447,-1.4425912237615093,-0.9474403539038291,0.10636049509048462,0.9917929768562317,0.07095251232385635,-0.7683325409889221,-0.5213047862052917,0.1737252026796341,-0.09638124704360962,-0.3235037922859192,0.12371909618377686 +310,2.454085698136025,-1.3659183163566904,-0.6559002402833832,0.1291106939315796,0.9790858030319214,0.1572308987379074,0.05345117673277855,-0.6506985425949097,-0.0452362559735775,0.004617348313331604,-0.3609979748725891,-0.4599500894546509 +311,2.3612040365590943,-1.3520180939273814,-0.6836999039150639,0.1526983082294464,0.9761633276939392,0.15423591434955597,-0.2891154885292053,0.00484068226069212,0.36758434772491455,-0.04689384996891022,0.05063122510910034,-0.0880279392004013 +312,2.2269236217318458,-1.3545582337180468,-0.7754460031142375,0.17000675201416016,0.9767115116119385,0.13089126348495483,0.5139577388763428,-0.689893901348114,-0.13238991796970367,-0.059990882873535156,0.523395299911499,-0.011247038841247559 +313,1.9226249353881568,-1.3954663594536323,-1.0782037534017375,0.16374856233596802,0.984669029712677,0.060112450271844864,0.935634434223175,0.5465869903564453,0.3015432059764862,0.09218709170818329,-0.024738609790802002,0.2419811487197876 +314,1.6168988610782216,-1.397306025379582,-1.4337848267302769,0.17243756353855133,0.984988272190094,0.007955445908010006,-0.27265462279319763,0.42957407236099243,-0.055872730910778046,0.2830067276954651,-0.15246880054473877,0.023721814155578613 +315,1.7830052811164898,-1.4017247869255585,-1.2929585881289565,0.16449302434921265,0.9857414364814758,0.035440489649772644,0.14765676856040955,0.12999491393566132,-0.24482795596122742,-0.14378684759140015,-0.42647629976272583,-0.05172169208526611 +316,1.7286247756409954,-1.4030561782279474,-1.4054813744164059,0.1648794561624527,0.9859645962715149,0.026240916922688484,-0.2666454017162323,0.36020204424858093,0.09309292584657669,-0.0341574102640152,-0.2943294644355774,-0.11523020267486572 +317,1.9224983948405372,-1.3993512475214236,-1.2344920672446946,0.16016355156898499,0.9853392839431763,0.05877338722348213,-0.19459573924541473,-0.04968245327472687,-0.30592137575149536,0.012413352727890015,0.6162689924240112,-0.398189902305603 +318,1.6387741645979934,-1.4324020851830899,-1.5512699992879782,0.13763542473316193,0.9904388189315796,0.009370597079396248,0.5782776474952698,0.878200113773346,0.10174494236707687,0.12660102546215057,0.019906818866729736,0.4197828769683838 +319,1.721080492195051,-1.4587429849430134,-1.4906147799927743,0.11055888235569,0.9937285780906677,0.016741476953029633,-0.469460666179657,-0.09167876094579697,-0.48192480206489563,-0.167107954621315,0.009063780307769775,0.3840916156768799 +320,2.4317481593573254,-1.4158952516564656,-0.8339062959820547,0.10054805129766464,0.9880267977714539,0.11701725423336029,-1.5240943431854248,1.1702466011047363,0.4051448404788971,0.11750004440546036,-0.27885937690734863,-0.4451117515563965 +321,2.4575059988443257,-1.3801097764886536,-0.8590327623299249,0.11977823823690414,0.9818743467330933,0.14688734710216522,-0.11761143803596497,0.4203473925590515,0.3725813031196594,-0.12749919295310974,-0.17257875204086304,0.015435680747032166 +322,2.3679936875143106,-1.3709955595959178,-1.0027782983215754,0.13867691159248352,0.9801061153411865,0.14198869466781616,0.6666443943977356,0.32037320733070374,0.030782876536250114,-0.05110672116279602,0.4816552996635437,-0.1920374631881714 +323,1.979409687030034,-1.4173836863345812,-1.4463044524672106,0.14023053646087646,0.9882553219795227,0.06071752309799194,1.017167568206787,1.118395447731018,0.21333354711532593,-0.03590621054172516,0.11213213205337524,0.3092164993286133 +324,1.5439644550341067,-1.4215812430127948,-1.949540332734931,0.14860790967941284,0.9888880848884583,-0.003988385666161776,-0.3174780309200287,0.4900118410587311,-0.23102456331253052,0.26406604051589966,-0.13605916500091553,0.2882291078567505 +325,1.9475365905727016,-1.4159721351854186,-1.6312541309213668,0.14339187741279602,0.9880386590957642,0.05673125386238098,-0.40206611156463623,0.937741756439209,0.0719638466835022,0.06515000760555267,-0.37838900089263916,-0.1364583969116211 +326,2.132761428953752,-1.400524582611962,-1.4990161096453565,0.14339034259319305,0.9855387806892395,0.09029152244329453,-0.4610026776790619,-0.1554965376853943,-0.03516203910112381,0.05775099992752075,-0.128620445728302,-0.25832128524780273 +327,2.2320777518870165,-1.4048191525695355,-1.4259919287289717,0.13039030134677887,0.9862573742866516,0.10146454721689224,0.0585174560546875,0.25649651885032654,-0.16206739842891693,0.13660800457000732,0.23755872249603271,-0.30858728289604187 +328,1.9616595906014254,-1.4306663657798244,-1.722796864782923,0.12913770973682404,0.9901978373527527,0.05321304872632027,0.3065004050731659,0.6014026403427124,0.17033182084560394,0.12435653805732727,0.29450058937072754,0.4880009889602661 +329,2.1452298771583247,-1.4458344824070568,-1.569793496591842,0.10463271290063858,0.9922024011611938,0.0677226260304451,-0.26638686656951904,-0.7403717041015625,-0.8006000518798828,-0.28885209560394287,0.12338286638259888,0.15648996829986572 +330,2.535757987219206,-1.4165142963145063,-1.0730146681932313,0.08750742673873901,0.9881221055984497,0.12632131576538086,-0.9899572134017944,-0.6208246350288391,0.27106723189353943,0.02342396229505539,-0.406960666179657,-0.22815848886966705 +331,2.5703609047292524,-1.3736344744474818,-0.9819265852958835,0.10590995103120804,0.9806264638900757,0.16478711366653442,-0.15139557421207428,-0.7055025100708008,0.11277081072330475,-0.13276541233062744,-0.07982391119003296,-0.1394575834274292 +332,2.4989538166464107,-1.3427865508772816,-0.9913182231691267,0.1354674994945526,0.974118173122406,0.1809481829404831,0.06596185266971588,-0.7572909593582153,0.0927506685256958,-0.0632934421300888,0.3359708786010742,-0.2172793298959732 +333,2.3138579507849313,-1.3845633859599629,-1.0935551181371754,0.13635103404521942,0.9827086925506592,0.12526835501194,0.8143791556358337,-0.35361042618751526,-0.19665171205997467,-0.16073457896709442,0.4160339832305908,0.5250459909439087 +334,1.8113275137508724,-1.4022935544453936,-1.6052140364959924,0.16287823021411896,0.9858369827270508,0.03995073586702347,0.769915759563446,0.041516706347465515,0.23087692260742188,0.23735979199409485,0.08973973989486694,0.09458601474761963 +335,1.8654493404726311,-1.4017664779117722,-1.5570860051101694,0.16097623109817505,0.9857484102249146,0.04885423183441162,-0.4671802520751953,0.3610108494758606,0.038964856415987015,-0.02241116762161255,-0.4132844805717468,0.04520094394683838 +336,2.061930052475481,-1.3990530295101988,-1.4101267701480888,0.15070047974586487,0.9852883219718933,0.08060144633054733,-0.06950721144676208,0.7714142203330994,0.24024918675422668,-0.019932642579078674,-0.33064043521881104,-0.15378260612487793 +337,2.1988490678409702,-1.3768016694345526,-1.290750791819852,0.15599247813224792,0.9812420010566711,0.11327183991670609,-0.39091259241104126,0.4033614993095398,-0.08025302737951279,-0.042238205671310425,0.41331976652145386,-0.012411236763000488 +338,2.253009877875166,-1.3954575999650247,-1.295862385986606,0.13539817929267883,0.9846674799919128,0.10998786985874176,1.2232801914215088,0.5262345671653748,0.052535008639097214,0.25005409121513367,0.5223820805549622,0.016065001487731934 +339,2.263071478071154,-1.408027997117278,-1.4024962370352925,0.12474590539932251,0.986782431602478,0.10343534499406815,-0.8480749130249023,0.9527695178985596,-0.24456381797790527,-0.1904502511024475,-0.0519832968711853,0.5412789583206177 +340,2.589855108574371,-1.4034719290665607,-1.082767761911041,0.08729766309261322,0.9860339164733887,0.14183247089385986,-0.3663005530834198,-0.3892500102519989,0.17734113335609436,-0.06880400329828262,-0.4068559408187866,-0.11369524896144867 +341,2.4845556547329064,-1.3397486395360456,-1.1440548147299152,0.13986577093601227,0.9734269976615906,0.18132169544696808,-0.49135613441467285,-0.0438012070953846,0.10714668780565262,0.3362542390823364,-0.20119494199752808,-0.29130709171295166 +342,2.4470347126691148,-1.3214315990977845,-1.1390315123581491,0.1579558104276657,0.9690694212913513,0.18961648643016815,-0.39251708984375,-0.24096429347991943,0.24812531471252441,-0.0820891261100769,0.3923197388648987,-0.10195483267307281 +343,2.2431874535764806,-1.3427895363548834,-1.2548876148609416,0.17683567106723785,0.9741188883781433,0.14078834652900696,0.9699426889419556,-1.4805291891098022,0.03231600672006607,-0.08107151091098785,0.2897665500640869,0.4120069742202759 +344,1.8040666171756092,-1.3779307422148503,-1.6720041586175363,0.18648073077201843,0.9814590215682983,0.04430700093507767,1.0490614175796509,-0.5248788595199585,0.031229399144649506,0.14536742866039276,0.25911104679107666,0.13287806510925293 +345,1.8671294243770131,-1.3953285260304333,-1.5781077805317931,0.1669594645500183,0.9846450090408325,0.05097656324505806,-0.578188955783844,-0.4038759171962738,-0.23875318467617035,-0.055875495076179504,-0.4312545657157898,0.09677433967590332 +346,2.053051859470486,-1.396053908717584,-1.3958367079562248,0.1540268212556839,0.9847713708877563,0.08063012361526489,-0.29010939598083496,0.7544223070144653,0.21819055080413818,0.029032886028289795,-0.42176783084869385,-0.14863848686218262 +347,2.1494545227550037,-1.3722993128773735,-1.3220883707156765,0.16509215533733368,0.9803640842437744,0.10784684121608734,0.20966623723506927,-0.7042273879051208,-0.135976180434227,0.05251342058181763,0.3953683376312256,-0.24639666080474854 +348,2.049668377240863,-1.411583530640582,-1.3800243289119263,0.140707328915596,0.9873523712158203,0.07305215299129486,0.7874622344970703,-0.5556269288063049,-0.35875222086906433,0.2085205465555191,0.5505046248435974,0.25519490242004395 +349,1.7086932894191738,-1.425793906217548,-1.7018997971392253,0.14312390983104706,0.9895055294036865,0.01986241154372692,-0.1498512476682663,-0.7965710163116455,-0.19869068264961243,-0.04232434928417206,0.07055306434631348,0.36339259147644043 +350,2.1939482233493206,-1.4287371596631628,-1.168830893684296,0.11497081816196442,0.9899265766143799,0.08262700587511063,-0.856402575969696,0.3853030502796173,0.01565534621477127,-0.17907299101352692,-0.3161442279815674,0.10554444789886475 +351,2.4840122182188438,-1.3621083818365476,-0.8591448062320249,0.12662729620933533,0.9783036112785339,0.16397503018379211,-0.33172595500946045,-0.784662127494812,-0.040274444967508316,0.08496634662151337,-0.44375765323638916,-0.3181650638580322 +352,2.3989674294872003,-1.3394151531246279,-0.867430960080947,0.15507341921329498,0.9733505845069885,0.16894091665744781,-0.09077295660972595,-0.7312230467796326,0.25580543279647827,0.010652303695678711,0.4594956040382385,-0.09205184876918793 +353,2.2084597610298444,-1.3691994868338648,-0.9560869419609486,0.1608852744102478,0.9797480702400208,0.11920284479856491,0.8025068044662476,-1.015639066696167,-0.2147696167230606,0.012713953852653503,0.5144076347351074,0.488844633102417 +354,1.7658448684081829,-1.366597624663516,-1.3579730211090366,0.19893798232078552,0.9792237877845764,0.03930223360657692,0.5737522840499878,-0.5828086733818054,-0.013594824820756912,0.46909183263778687,0.22658687829971313,-0.05178391560912132 +355,1.633588000948926,-1.3858746189241689,-1.3762389821204204,0.18350644409656525,0.9829506278038025,0.011537845246493816,-0.0683596283197403,-1.1135921478271484,-0.3047540485858917,-0.03841066360473633,-0.2649179697036743,0.06371855735778809 +356,1.5362090262902803,-1.401756440241892,-1.4432343528945106,0.168135866522789,0.9857467412948608,-0.0058176857419312,0.12076140195131302,0.2913241982460022,0.0059327129274606705,-0.1676628291606903,-0.46201926469802856,-0.027415931224822998 +357,1.8393164289057553,-1.386101357256578,-1.1260966413663571,0.1770658642053604,0.9829922914505005,0.04872242361307144,-0.8616942763328552,-0.3759475350379944,0.03042960911989212,-0.1027555763721466,0.361108660697937,-0.06231808662414551 +358,1.873799167107244,-1.4314912725710354,-1.0851033381218707,0.13253073394298553,0.9903127551078796,0.04143301770091057,0.7840479612350464,0.3132878541946411,-0.26272740960121155,0.27262067794799805,0.26928526163101196,0.1881050020456314 +359,1.7523632507933253,-1.4449556310863874,-1.2840741615203763,0.12344574183225632,0.992092490196228,0.022663256153464317,0.12894141674041748,1.0049928426742554,-0.027478555217385292,0.06522917747497559,0.2433200478553772,0.21906650066375732 +360,2.030407271498672,-1.4315668468746663,-0.979916476300948,0.12437839806079865,0.9903232455253601,0.06156286597251892,-0.9273319244384766,-0.9088875651359558,0.17727121710777283,0.07204798609018326,-0.3590671420097351,-0.3493589162826538 +361,2.3020027051824528,-1.3877837787537077,-0.6912608920438548,0.135469451546669,0.9832999110221863,0.12152861803770065,-0.34855571389198303,-0.07689528912305832,0.13906285166740417,0.0538768470287323,-0.5051658153533936,-0.12638093531131744 +362,2.2988493567730206,-1.351816247259235,-0.6626293664759076,0.16215936839580536,0.9761195182800293,0.14455167949199677,-0.3989582061767578,-0.6717066764831543,0.14436396956443787,-0.04135555028915405,0.4029698371887207,-0.10196435451507568 +363,2.1802126982146564,-1.35524525171319,-0.6896488097756828,0.1753830462694168,0.9768586754798889,0.12242621928453445,0.7023053169250488,-0.8976693153381348,0.03465675935149193,0.2581802010536194,0.5057311654090881,0.25118517875671387 +364,1.833959262912244,-1.3642145619868573,-1.020413357055642,0.19805438816547394,0.9787377715110779,0.05335806682705879,0.6680210828781128,-0.02003251016139984,0.2226763516664505,0.34285444021224976,0.07300490140914917,0.02873421460390091 +365,1.6810088000359646,-1.3532422837625473,-1.1602559148971714,0.2145327925682068,0.9764283299446106,0.023740392178297043,-0.23944133520126343,-0.3058447539806366,0.11895256489515305,-0.0686434954404831,-0.30523985624313354,-0.007459279149770737 +366,1.7755149109960833,-1.3909688296762064,-0.9972694276247842,0.1751241236925125,0.9838745594024658,0.03636053949594498,-0.17604108154773712,-0.5832692384719849,-0.3550279140472412,-0.1885366141796112,-0.46976035833358765,-0.02769351750612259 +367,1.873754575135499,-1.3609213796537805,-0.9238822650369872,0.1988496631383896,0.9780569672584534,0.06215653568506241,-0.2254967838525772,0.0933176726102829,0.047295838594436646,-0.0990876853466034,0.27388089895248413,-0.3514631986618042 +368,1.8642616083402626,-1.3982849048956305,-0.926195132501873,0.16431857645511627,0.985156774520874,0.049655523151159286,0.2711862325668335,0.2063087373971939,-0.3651691675186157,0.021884441375732422,0.3598597049713135,-0.13933145999908447 +369,1.7242696086425893,-1.408628772600223,-1.0775289183883745,0.15956011414527893,0.9868796467781067,0.024682309478521347,0.22221426665782928,1.3028931617736816,0.14558511972427368,0.11540326476097107,-0.04590064287185669,0.3377138376235962 +370,1.8019243864747772,-1.4116817166452633,-1.045555551440886,0.15423111617565155,0.9873679280281067,0.03629576042294502,-0.3727863132953644,0.027982495725154877,0.16950561106204987,-0.07288652658462524,-0.2030203938484192,0.03694641590118408 +371,2.1579026911981876,-1.3768226685638363,-0.663508057163026,0.16048066318035126,0.9812459945678711,0.10677948594093323,-1.002386212348938,-0.18332885205745697,-0.10821904987096786,-0.08002109825611115,-0.4456627368927002,-0.14297333359718323 +372,2.1957947725353306,-1.3517779539398942,-0.5645882626222178,0.176199272274971,0.9761111736297607,0.12712462246418,-0.3596211373806,-0.4262974262237549,0.28388097882270813,-0.0009825974702835083,0.05471146106719971,0.031093820929527283 +373,2.1690065694351395,-1.3345736076131187,-0.5395856117709334,0.1933910846710205,0.9722288846969604,0.13179846107959747,0.21972985565662384,-1.188786506652832,-0.21106860041618347,-0.1018231064081192,0.5599365830421448,-0.13689495623111725 +374,1.8140080861032162,-1.3755593163566908,-0.8613683495518005,0.18829011917114258,0.9810017347335815,0.046719204634428024,0.8410667777061462,0.5534816980361938,0.26193967461586,0.17225982248783112,-0.03320193290710449,0.15407121181488037 +375,1.6534369628214822,-1.3735254511931652,-1.0412550618051781,0.19532553851604462,0.9806051254272461,0.01617867313325405,-0.12028443813323975,-0.013150518760085106,0.2844387888908386,0.08568033576011658,-0.33903396129608154,0.04655027389526367 +376,1.7408304697131516,-1.3933374674113563,-0.9574806241563995,0.17398254573345184,0.9842954277992249,0.02987140603363514,-0.012874510139226913,-0.39006197452545166,-0.6105689406394958,-0.18672366440296173,-0.4174621105194092,-0.05880213528871536 +377,1.7510441726181216,-1.3806823131859565,-1.0061682660225724,0.18590877950191498,0.9819827079772949,0.03387733921408653,0.011893723160028458,1.7120819091796875,0.6591155529022217,-0.06899595260620117,-0.07814371585845947,-0.11543560028076172 +378,1.6652421977632983,-1.3983336939703266,-1.1537722254488365,0.17084480822086334,0.9851651191711426,0.01618373394012451,0.7681021690368652,0.1537800431251526,-0.495041161775589,-0.06276679039001465,0.3818087577819824,-0.3825472593307495 +379,1.5383492892673984,-1.4251571517022164,-1.2355747236598846,0.14504873752593994,0.989413321018219,-0.004708054009824991,-0.44561561942100525,0.03114698827266693,0.1631222814321518,0.27073800563812256,0.02030646800994873,0.631706953048706 +380,1.7553811742758205,-1.3832812302174493,-1.0925546933310568,0.18325172364711761,0.9824705123901367,0.034214962273836136,-0.5544997453689575,1.2173985242843628,0.5933486819267273,-0.09262976050376892,-0.12413311004638672,0.18471813201904297 +381,1.9476582061608647,-1.3408614783980444,-1.0015000026720002,0.21191969513893127,0.9736812710762024,0.08387326449155807,-0.49900710582733154,-0.07664740085601807,-0.14500463008880615,-0.14826004207134247,-0.49157989025115967,-0.35416746139526367 +382,2.074412285481869,-1.309168323352361,-0.7969705138657803,0.22654052078723907,0.9659701585769653,0.12482539564371109,-0.1759195178747177,-1.6615774631500244,0.2552516758441925,0.016776174306869507,-0.04584980010986328,-0.2163628190755844 +383,2.002378864158769,-1.2949314513938266,-0.7811514812259474,0.2474035769701004,0.9621899724006653,0.11393870413303375,-0.1941022127866745,-0.14378879964351654,-0.015308113768696785,-0.1435370147228241,0.6572710871696472,-0.16000497341156006 +384,1.7599891715456863,-1.3253027294882986,-0.9658910926871714,0.2386981099843979,0.9700174927711487,0.0457066185772419,0.7561071515083313,-0.29575568437576294,-0.08735140413045883,0.14828002452850342,0.08854562044143677,0.2176753282546997 +385,1.566685588442376,-1.3529229695588243,-1.1387093994132578,0.21615184843540192,0.9763593673706055,-0.000888548674993217,-0.10845682770013809,0.4493424594402313,0.1533253788948059,0.15214954316616058,-0.23849010467529297,0.10803574323654175 +386,1.6551230012549156,-1.369264987560994,-1.0902250130759388,0.19945940375328064,0.9797611832618713,0.01685973070561886,-0.065818190574646,-0.21819362044334412,-0.7459909915924072,-0.23492082953453064,-0.4187411665916443,-0.08260989189147949 +387,1.7934305884899762,-1.3804132967820424,-0.9777758796527332,0.18456444144248962,0.9819318056106567,0.04178299754858017,-0.1736830174922943,0.9800163507461548,0.36717960238456726,-0.08379539847373962,-0.151594340801239,-0.12308180332183838 +388,1.8640620840526876,-1.3979193303085766,-0.959153423218814,0.1646735519170761,0.9850939512252808,0.0497269406914711,0.02052123285830021,0.6801904439926147,-0.7417734265327454,-0.2189185470342636,0.5253126621246338,-0.3012681007385254 +389,1.5570986497293546,-1.453621251767419,-1.2845937286393185,0.11689585447311401,0.99314284324646,-0.0016013018321245909,0.5660044550895691,0.5191943049430847,-0.28167954087257385,0.434953510761261,0.15166300535202026,0.6207419037818909 +390,1.648649905511113,-1.4577386036557929,-1.3259598955652447,0.1124756783246994,0.9936158061027527,0.008774369023740292,-0.43572911620140076,0.35483241081237793,0.14903707802295685,-0.0954010933637619,-0.0041748881340026855,0.2502894401550293 +391,2.103243615910609,-1.4124162266793712,-0.8693471851446337,0.13588522374629974,0.9874840378761292,0.0800648182630539,-1.475157380104065,0.2665269076824188,0.09357540309429169,0.11940957605838776,-0.4088402986526489,-0.23832905292510986 +392,2.3170661032002746,-1.3589837246115029,-0.6104776765235547,0.15435796976089478,0.9776514768600464,0.1427275538444519,-0.20126041769981384,-0.9106059074401855,0.1794871687889099,-0.05018623173236847,-0.30347245931625366,-0.07647396624088287 +393,2.309617107085582,-1.3333996769799756,-0.5466645072984778,0.17385531961917877,0.9719535112380981,0.15836992859840393,-0.0027244621887803078,-1.4583457708358765,-0.2404760867357254,-0.3433346748352051,0.6777353286743164,-0.47881972789764404 +394,2.1000367428281446,-1.3852427796290465,-0.6301339429620636,0.15925008058547974,0.9828342795372009,0.09314490854740143,0.7126684188842773,-0.5446897149085999,-0.22121667861938477,0.19609658420085907,-0.03186088800430298,0.46468591690063477 +395,1.9786189041860345,-1.3951335247529424,-0.807018408109775,0.16042816638946533,0.984610915184021,0.06931217014789581,-0.04651634767651558,1.269700050354004,0.29289454221725464,0.06259430944919586,0.0009542703628540039,0.006463050842285156 +396,1.926125724232242,-1.4013458925672555,-0.8713799254420739,0.15810610353946686,0.9856775999069214,0.058669984340667725,0.23250633478164673,-0.888221263885498,-0.2621699869632721,-0.13961245119571686,-0.4501093626022339,0.0061492919921875 +397,2.0103453912953233,-1.4009515002663202,-0.7743889289988035,0.15296147763729095,0.9856110215187073,0.0719270408153534,-0.3368833661079407,1.049215316772461,0.15843631327152252,-0.059333547949790955,-0.3756257891654968,-0.09818745404481888 +398,2.0088963873725367,-1.4000884474102635,-0.8436390730024972,0.1538361757993698,0.9854647517204285,0.07206633687019348,0.14569486677646637,0.4421810507774353,-0.26635679602622986,-0.1021394282579422,0.5606625080108643,0.02021884173154831 +399,2.0710676588796137,-1.441841855406744,-0.8097338432978493,0.11283852159976959,0.9916968941688538,0.06168372556567192,0.42682090401649475,-0.6295762062072754,-0.3724401295185089,0.3685762882232666,0.47276538610458374,0.26369476318359375 +400,1.8436035623187739,-1.4564039552573271,-1.0814249002815546,0.10992205888032913,0.9934643507003784,0.030754296109080315,-0.007659796625375748,0.904107928276062,0.2621796727180481,0.18609844148159027,0.19702637195587158,0.38652777671813965 +401,2.0392838610313446,-1.3807897493632817,-0.9703529750480776,0.1685156226158142,0.9820029735565186,0.08527979999780655,-0.5918398499488831,0.6537522077560425,0.4620814621448517,-0.1836676001548767,-0.33171921968460083,-0.10491788387298584 +402,2.2084643416021827,-1.3401279586066284,-0.7619929259246683,0.18369920551776886,0.9735137820243835,0.1361074000597,-0.318170428276062,-0.676909327507019,0.27316609025001526,0.015275388956069946,-0.4953950047492981,-0.3269338607788086 +403,2.039083627864508,-1.2938522925305773,-0.823194718532142,0.2439822405576706,0.9618954658508301,0.12340942770242691,0.018746457993984222,-0.5188151001930237,0.4025586247444153,-0.1052645891904831,0.4987521171569824,0.2966040372848511 +404,1.9820965887752893,-1.29414973465835,-0.8326778572716836,0.2503528892993927,0.9619767665863037,0.1091984212398529,0.3390071988105774,-1.0724235773086548,-0.23092253506183624,-0.1563282310962677,0.7628462314605713,0.2040187120437622 +405,1.715866820072606,-1.333428376856148,-1.0750649582155798,0.23267491161823273,0.9719602465629578,0.03399306535720825,0.6376746296882629,0.22779938578605652,-0.46703413128852844,0.3499819338321686,0.03969740867614746,0.17128336429595947 +406,1.7651232023258427,-1.3426247233550408,-1.0639895889418203,0.22193947434425354,0.9740815758705139,0.04368002340197563,-0.1674850732088089,0.6571539640426636,0.2356472760438919,0.03031882643699646,-0.4342561960220337,-0.02076137065887451 +407,1.7385845280821948,-1.3656979185986309,-1.1378341993751795,0.20080365240573883,0.9790409207344055,0.034012265503406525,0.42382174730300903,-0.1217389851808548,-0.8506938219070435,-0.22187604010105133,-0.3673160672187805,-0.07873570919036865 +408,1.677395528897066,-1.3922512947652808,-1.2278244665912403,0.1765899658203125,0.9841031432151794,0.01889597624540329,-0.11783325672149658,1.2364470958709717,0.5553752183914185,-0.1164550632238388,0.004818975925445557,-0.017049670219421387 +409,1.6479399732590745,-1.4052540790558286,-1.3487986561120042,0.16429710388183594,0.9863291382789612,0.012699680402874947,0.40660834312438965,0.4582367241382599,-0.6644388437271118,-0.029104232788085938,0.32498061656951904,-0.25003480911254883 +410,1.6070753381617804,-1.4120430641830564,-1.3406958469699835,0.15798300504684448,0.9874251484870911,0.005733983125537634,-0.0972847044467926,0.7956239581108093,0.010089664719998837,0.387350857257843,0.11557161808013916,0.5163607597351074 +411,1.7218283780168067,-1.4017079573774827,-1.296409697901165,0.16636799275875092,0.9857385754585266,0.025319712236523628,-0.3304169774055481,0.44659969210624695,0.24551278352737427,-0.09300374984741211,-0.2953242063522339,0.10077881813049316 +412,2.0793810223127394,-1.362931544434907,-0.9733975702717517,0.18025146424770355,0.9784737825393677,0.10049055516719818,-1.5668784379959106,0.42147162556648254,0.05338524654507637,0.04055847227573395,-0.5273019671440125,-0.3991812467575073 +413,2.1346520617966434,-1.3445850105878974,-0.843793460771504,0.1895681619644165,0.97452312707901,0.1198703721165657,0.021350324153900146,-0.633758008480072,0.09861530363559723,-0.049126237630844116,0.08597809076309204,0.2196223884820938 +414,2.1576688627646865,-1.3405930957556644,-0.7823948113888567,0.189996600151062,0.9736200571060181,0.12635450065135956,0.1704796850681305,-0.8175514340400696,-0.19465680420398712,0.007909908890724182,0.5014472007751465,-0.06917987763881683 +415,1.8951940863643209,-1.3934154981421618,-0.9946965836828141,0.16724838316440582,0.9843092560768127,0.05624183267354965,0.788659393787384,0.1067098081111908,-0.1419280469417572,0.267962783575058,-0.13531029224395752,0.23762714862823486 +416,1.6078418931927712,-1.413072531834419,-1.3439345074095683,0.15696322917938232,0.9875873923301697,0.0058174533769488335,0.18034298717975616,0.4212786853313446,0.004538215696811676,0.044574856758117676,-0.09612315893173218,-0.033207058906555176 +417,1.566115093208241,-1.4395928569994334,-1.348610879784891,0.13082556426525116,0.991405189037323,-0.0006124295177869499,-0.14336392283439636,-0.6963162422180176,-0.30536407232284546,-0.11532266438007355,-0.4419972896575928,0.09550684690475464 +418,1.9401243252568336,-1.4249550427239732,-1.0075316528343712,0.1355256885290146,0.9893839955329895,0.052460677921772,-0.6796510219573975,1.5721001625061035,0.3405565619468689,-0.03289507329463959,-0.2658122181892395,-0.1187601089477539 +419,2.1721144833529666,-1.4100146497413646,-0.8382767722233376,0.13200880587100983,0.9871024489402771,0.09056776762008667,0.03200698271393776,0.5608965754508972,-0.31429407000541687,-0.10815933346748352,0.3885841965675354,-0.1479102373123169 +420,2.1471528642854114,-1.4566357580136404,-0.884930438575931,0.09551113843917847,0.9934907555580139,0.06207970157265663,0.5980972051620483,-0.2920074760913849,-0.31610530614852905,0.29860812425613403,0.3812345862388611,0.18792033195495605 +421,2.0242039140376713,-1.4833099383662454,-1.089220286571769,0.07854624092578888,0.9961755275726318,0.03827281296253204,-0.002120637334883213,1.0885382890701294,-0.22249673306941986,-0.04392406344413757,0.015344798564910889,0.3720207214355469 +422,2.3799148088035618,-1.4634180625223345,-0.7945998052709734,0.07396366447210312,0.9942404627799988,0.0775584876537323,-0.7464180588722229,0.024556312710046768,0.2782895267009735,-0.10127688199281693,-0.294228196144104,-0.03495597094297409 +423,2.6870124402278894,-1.3678521586565195,-0.479765979405823,0.08849923312664032,0.9794774055480957,0.18108497560024261,-0.3132488429546356,-0.16970308125019073,0.05506192892789841,0.06311208754777908,-0.414185106754303,-0.2663358449935913 +424,2.610183125069682,-1.3391571837494622,-0.4968896356852035,0.11633613705635071,0.9732913970947266,0.19791385531425476,-0.23756273090839386,-0.5068206191062927,0.2897695004940033,-0.004504472017288208,0.24861717224121094,-0.07990241050720215 +425,2.49242838429324,-1.3491912740501049,-0.5442364342483959,0.13287121057510376,0.9755459427833557,0.1750870645046234,0.5882306098937988,-1.1440510749816895,-0.12537123262882233,-0.07423168420791626,0.5264834761619568,0.0623396635055542 +426,2.110872635425115,-1.4051167273139333,-0.8901469232131105,0.14144916832447052,0.9863064885139465,0.0848034918308258,1.013528823852539,0.40432390570640564,0.6326724886894226,0.16345195472240448,-0.08352029323577881,0.12895691394805908 +427,1.7540122733116825,-1.4143725308424715,-1.2936191861577135,0.1531790941953659,0.9877907037734985,0.028383154422044754,0.09687897562980652,-0.11631154268980026,-0.08891929686069489,0.0862312912940979,-0.3072029948234558,-0.04687678813934326 +428,1.9172489114603988,-1.433357791355584,-1.067692059506002,0.1288662552833557,0.9905701875686646,0.046522464603185654,-0.3897821009159088,-0.896894097328186,-0.49277016520500183,-0.12314419448375702,-0.40998852252960205,0.04156649112701416 +429,2.1349028112823505,-1.424255951416009,-0.8559673554493653,0.12339338660240173,0.9892821311950684,0.07806913554668427,-0.380156934261322,1.5049148797988892,0.5518054962158203,-0.01725325733423233,-0.049996912479400635,-0.05121374875307083 +430,2.3959485184073968,-1.4106223582996664,-0.6428856177368948,0.10820486396551132,0.9871995449066162,0.1171691045165062,0.4189298450946808,0.6863546967506409,-0.3736703395843506,0.06115242838859558,0.436536967754364,-0.10351253300905228 +431,2.11398418147518,-1.4799742711110355,-0.9145615603258265,0.07764235883951187,0.9958785176277161,0.04687822237610817,0.25703001022338867,0.8663500547409058,-0.04815394803881645,0.34708601236343384,0.06045687198638916,0.5288053750991821 +432,2.2769325080283136,-1.4613358913335075,-0.8573408107124872,0.08312032371759415,0.9940151572227478,0.07088771462440491,-0.5710307955741882,0.747805655002594,0.10031656175851822,-0.17761799693107605,-0.18478041887283325,0.23965907096862793 +433,2.588921041685089,-1.385130130768071,-0.5361378934969478,0.09690887480974197,0.9828134775161743,0.15711884200572968,-1.9583184719085693,-0.5305966734886169,0.19995835423469543,0.05888335406780243,-0.4343820810317993,-0.49862587451934814 +434,2.5831423783874996,-1.3429206936169615,-0.4923829839417305,0.11970309168100357,0.9741485118865967,0.19158847630023956,-0.17167504131793976,-0.5065556168556213,0.22001594305038452,-0.09365632385015488,-0.10279524326324463,0.047120124101638794 +435,2.5014147335837236,-1.3229926324561647,-0.5186420615018491,0.14651203155517578,0.9694534540176392,0.1967078596353531,0.47067931294441223,-1.0248432159423828,-0.28918054699897766,-0.24215415120124817,0.7083723545074463,-0.31403282284736633 +436,2.339249119483539,-1.3909883746742882,-0.5937670528802593,0.1285845786333084,0.9838780760765076,0.12429895997047424,0.7770741581916809,-0.2745448350906372,-0.09365108609199524,0.21066409349441528,0.08161276578903198,0.41081154346466064 +437,1.8826299362921155,-1.4218142603065966,-1.0596993088119588,0.14127275347709656,0.988922655582428,0.045539338141679764,0.2967571020126343,0.016032416373491287,-0.24554488062858582,0.35723185539245605,-0.08180296421051025,-0.044150713831186295 +438,1.9304037929464073,-1.4186222842928844,-0.9525273741374559,0.14189191162586212,0.9884438514709473,0.05334494262933731,-0.30797481536865234,-0.9278050661087036,-0.21402429044246674,-0.08464092016220093,-0.5111030340194702,-0.0038759633898735046 +439,2.2016199945438797,-1.4401678845489556,-0.6001216575662001,0.10518771409988403,0.9914802312850952,0.07682668417692184,-0.2452688366174698,0.25852447748184204,-0.09798116981983185,-0.09119540452957153,-0.35567706823349,0.05093514174222946 +440,2.2095194102389915,-1.4182687590284346,-0.7268414704132786,0.12198443710803986,0.9883902072906494,0.09058088064193726,-0.331800639629364,0.08159385621547699,-0.4950357973575592,-0.31183427572250366,0.7092875242233276,-0.640141487121582 +441,2.0690514101481154,-1.4493528106183289,-0.8595655727095982,0.10641579329967499,0.9926347732543945,0.05789433792233467,0.7393516302108765,-1.433894157409668,-0.4175228774547577,0.3643941283226013,0.5269727110862732,0.08765935897827148 +442,1.9536817490058864,-1.456900226942399,-1.0541067597934375,0.1054198369383812,0.9935208559036255,0.04245913773775101,-0.2110060453414917,1.6194554567337036,0.2164110541343689,0.05325629562139511,0.09276747703552246,0.4887450933456421 +443,2.2910619820010085,-1.4196711458262188,-0.7899647098249758,0.11315769702196121,0.9886022806167603,0.09930017590522766,-0.5341856479644775,0.05595959350466728,0.04506085067987442,-0.1539749801158905,-0.3137062191963196,-0.12275303900241852 +444,2.5668421548375306,-1.3254086726614651,-0.4640849030345285,0.13206394016742706,0.9700432419776917,0.20389951765537262,0.0006808284670114517,-0.49206921458244324,0.033886417746543884,0.05156032741069794,-0.4134027361869812,-0.2842828333377838 +445,2.428947311222458,-1.3361118529767344,-0.5220156185555569,0.15204109251499176,0.9725877642631531,0.1759452223777771,-0.11876232177019119,-0.6428928375244141,0.2939795255661011,0.02184806764125824,0.2601850628852844,0.09074795246124268 +446,2.382240041796123,-1.3324288250693705,-0.49060187003018774,0.16255471110343933,0.9717247486114502,0.1712508201599121,0.46043717861175537,-1.2895233631134033,-0.2746637463569641,-0.039523109793663025,0.5875861048698425,0.1059250682592392 +447,2.1408669861377754,-1.3813444079303538,-0.6759151203425678,0.15854057669639587,0.9821075797080994,0.10163533687591553,0.7517910003662109,0.09430467337369919,0.18842272460460663,0.20638862252235413,-0.051779210567474365,0.07809793949127197 +448,1.890812363008589,-1.4070581617287916,-0.9316156472484184,0.15473143756389618,0.9866248369216919,0.05127911642193794,0.060805220156908035,-0.4645541310310364,0.05403127521276474,0.12908202409744263,-0.31931227445602417,-0.04070485010743141 +449,1.9379592632951013,-1.416317385952294,-0.805052667863138,0.1436106264591217,0.9880918264389038,0.05523306131362915,-0.3106718063354492,-1.1113165616989136,-0.3547588884830475,-0.1090494692325592,-0.4658139944076538,0.007327914237976074 +450,2.0900108138617397,-1.3965409326989915,-0.654200118376747,0.15052542090415955,0.9848558902740479,0.08602818101644516,-0.1144733875989914,1.9489009380340576,0.8835265636444092,-0.02068839967250824,-0.10228759050369263,-0.00970364362001419 +451,2.0579193048210427,-1.4136615198980345,-0.8275809572247015,0.1382863074541092,0.9876797199249268,0.07325001806020737,0.3098095953464508,0.3259637951850891,-0.3292492628097534,-0.1501576453447342,0.34990566968917847,-0.41608452796936035 +452,1.8309894468494532,-1.437721295574081,-1.0003311096410543,0.1282169222831726,0.9911586046218872,0.03413497656583786,0.05618392303586006,1.0498876571655273,0.021578628569841385,0.3656490445137024,-0.10924637317657471,0.760435938835144 +453,2.0755087434953188,-1.4060211343260691,-0.9061189062476688,0.14357861876487732,0.9864552617073059,0.07931816577911377,-0.4263039529323578,1.0170493125915527,0.2841438949108124,-0.16935071349143982,-0.11490374803543091,0.15133368968963623 +454,2.269624122787672,-1.3600382301175595,-0.7695518704566187,0.16016413271427155,0.9778726100921631,0.13458377122879028,-0.6865078210830688,-0.14804179966449738,-0.16284102201461792,-0.06354549527168274,-0.3736550807952881,-0.29107797145843506 +455,2.418010059840749,-1.3048187896349788,-0.5696252925491486,0.17402780055999756,0.9648360013961792,0.19699184596538544,0.22519683837890625,-0.9503231644630432,0.17590942978858948,0.07104361057281494,-0.1826857328414917,-0.2329111099243164 +456,2.2376448134397373,-1.2869639520963714,-0.6774963710203921,0.22004520893096924,0.9599893093109131,0.17320579290390015,-0.3852868378162384,-0.5603662729263306,0.22355487942695618,-0.18131844699382782,0.5259419083595276,-0.09132722020149231 +457,2.0141315292281563,-1.3044590183430333,-0.7474712370402116,0.23775465786457062,0.9647414088249207,0.1129004955291748,0.5268508791923523,-1.6187149286270142,-0.24042333662509918,0.09918990731239319,0.4852554202079773,0.3579552173614502 +458,1.7567571569350071,-1.3324719164128074,-0.8591588869239524,0.23200497031211853,0.971734881401062,0.043648138642311096,-0.035627610981464386,-1.484910249710083,-0.2694728374481201,0.35689276456832886,-0.15029311180114746,0.0988231897354126 +459,1.7056890825043067,-1.323987810155375,-0.7495203762150684,0.2420911341905594,0.9696970582008362,0.032855864614248276,0.06415696442127228,-1.6188647747039795,0.155813068151474,0.02205374836921692,-0.3277445435523987,-0.035434603691101074 +460,1.4235761776469065,-1.3440221941753643,-0.8702589350602181,0.2224033772945404,0.9743967652320862,-0.03298087790608406,0.1365344524383545,-1.4201706647872925,-0.25478395819664,-0.1850803941488266,-0.4257670044898987,0.08190059661865234 +461,1.5270201888684392,-1.3151812026043856,-0.694304539624339,0.2525979280471802,0.9675079584121704,-0.011064831167459488,-0.5043148994445801,0.0467112734913826,0.36727839708328247,-0.16475310921669006,0.33760666847229004,0.09038001298904419 +462,1.5508800357024086,-1.324933910599164,-0.6995307915689918,0.2433442324399948,0.9699277877807617,-0.0048471554182469845,-0.24232777953147888,-0.789381206035614,0.4592212438583374,0.056002676486968994,0.41114509105682373,-0.046361327171325684 +463,1.6414748937168375,-1.3092816740023367,-0.5784952239721503,0.257898211479187,0.9659994840621948,0.018258290365338326,-0.11297909915447235,0.8298488855361938,0.17368608713150024,0.2285367250442505,0.09048843383789062,0.4081944227218628 +464,1.7984104409581383,-1.2804897381901756,-0.4538177238060767,0.2788631021976471,0.958156168460846,0.06459252536296844,-0.6445911526679993,0.07251614332199097,0.18526288866996765,-0.024071872234344482,-0.24459415674209595,-0.09892488270998001 +465,1.919548838262722,-1.2570289918085902,-0.33133175135312076,0.29006427526474,0.9511775374412537,0.10547184944152832,0.0242015291005373,-0.6117593050003052,0.00900642853230238,-0.1652168333530426,-0.2925317883491516,-0.19284366071224213 +466,1.8774593863854765,-1.2366284861428034,-0.35498112628285705,0.31268155574798584,0.9446835517883301,0.09901126474142075,-0.18835006654262543,0.8370899558067322,0.23186540603637695,-0.24247586727142334,0.3727145195007324,0.31061089038848877 +467,1.8139423043581637,-1.2559965747404078,-0.4089569717094052,0.30051854252815247,0.9508584141731262,0.07454472035169601,0.5127518773078918,-0.44923514127731323,-0.3633424639701843,0.025302380323410034,0.4677969813346863,0.3010045289993286 +468,1.7770900389345128,-1.2954731133243016,-0.46129741428052007,0.26609426736831665,0.9623373746871948,0.05568576976656914,-0.4991019070148468,1.0485426187515259,-0.18052807450294495,0.6334419250488281,0.16308999061584473,-0.18108248710632324 +469,1.8632525933749389,-1.3009473984110085,-0.4242172236227858,0.2552659511566162,0.9638111591339111,0.07685795426368713,-0.1853896528482437,-0.41753339767456055,-0.031835392117500305,-0.1265275478363037,-0.3956502676010132,-0.13328492641448975 +470,1.7647578265821533,-1.311621104797258,-0.4436717282387535,0.2514783442020416,0.9666016697883606,0.04939814656972885,0.11572982370853424,-0.28338170051574707,0.11672157794237137,-0.010969281196594238,-0.45527952909469604,-0.0017448589205741882 +471,1.721972740732878,-1.2896310856515787,-0.5785171004060736,0.27431073784828186,0.9607327580451965,0.04178814962506294,0.737549364566803,1.197583794593811,-0.01596112549304962,-0.17222946882247925,0.40924710035324097,-0.07879066467285156 +472,1.6500925937039255,-1.3421815495569953,-0.7543176268631596,0.22591668367385864,0.9739812612533569,0.01795199140906334,-0.3090198338031769,0.22191210091114044,-0.263788640499115,-0.015665829181671143,0.48433172702789307,0.23548126220703125 +473,1.6903629207571131,-1.356514273775848,-0.8144608645157423,0.21112824976444244,0.977129340171814,0.025364873930811882,0.33101168274879456,2.9570817947387695,0.1771104484796524,0.24581146240234375,0.11361479759216309,0.43467235565185547 +474,1.796099488798038,-1.3487043454545624,-0.8961357851595317,0.21470382809638977,0.9754387736320496,0.04920892044901848,-0.23422813415527344,0.9354342818260193,0.023006487637758255,0.00798293948173523,-0.35072869062423706,-0.037078142166137695 +475,2.091300462656994,-1.3315439029516627,-0.6554386317320123,0.20559367537498474,0.971515417098999,0.11785275489091873,-0.6614221930503845,0.4137735068798065,-0.03311263024806976,0.015323102474212646,-0.439242959022522,-0.12090454995632172 +476,2.178311421412776,-1.2851946229270317,-0.6209922384660762,0.2313237488269806,0.9594923257827759,0.16082240641117096,-0.08988934755325317,0.4508981704711914,0.33306488394737244,-0.022354647517204285,0.4705308675765991,-0.1334482580423355 +477,2.0287522519178887,-1.3076610327794096,-0.7149811453958678,0.23330751061439514,0.9655792117118835,0.11499855667352676,0.9669857621192932,-0.9501335024833679,-0.2943582832813263,0.06567320227622986,0.619046151638031,0.35054707527160645 +478,1.7005382505216355,-1.3532359598916597,-1.0678911548312797,0.214034304022789,0.9764269590377808,0.027926091104745865,0.9878279566764832,1.017034649848938,-0.05768606439232826,0.2853095531463623,-0.03366267681121826,0.12199151515960693 +479,1.5667991230755416,-1.3435753863818034,-1.303970015911567,0.22526884078979492,0.9742962121963501,-0.0009004502790048718,0.11209950596094131,0.7725434303283691,0.16993899643421173,-0.07443572580814362,-0.2672497034072876,0.037582576274871826 +480,1.6250176108133032,-1.367291160420174,-1.2423814350979456,0.2018066942691803,0.9793642163276672,0.010952954180538654,-0.31948161125183105,-0.38162243366241455,-0.2927496135234833,-0.2031952440738678,-0.34765028953552246,0.04306316375732422 +481,1.7326670710223337,-1.345982031348075,-1.1959092587555729,0.2200111299753189,0.9748355150222778,0.03592770919203758,0.5396533608436584,1.284445881843567,0.059280313551425934,-0.02036513388156891,0.2491329312324524,-0.2387169599533081 +482,1.7012657487110387,-1.3909205417390207,-1.3037777113715279,0.17738720774650574,0.9838659167289734,0.02327582612633705,-0.22192731499671936,0.8398466110229492,-0.4888642430305481,-0.05443188548088074,0.3817194104194641,-0.04666757583618164 +483,1.7501950383587517,-1.3989103549614836,-1.275492288109947,0.1682957410812378,0.9852639436721802,0.030520163476467133,0.33458462357521057,1.9195636510849,0.1315220147371292,0.2393733114004135,-0.019367337226867676,0.4419529438018799 +484,1.786635575045315,-1.398109681691372,-1.34068141479822,0.16784340143203735,0.9851266741752625,0.03680044785141945,-0.09260392189025879,-0.04896550625562668,0.16288337111473083,-0.08401159942150116,-0.1346474289894104,0.019824866205453873 +485,1.980288829283009,-1.3736078635095357,-1.0998115144077765,0.1797163337469101,0.9806212782859802,0.07800191640853882,-0.9298380613327026,-0.34650278091430664,0.010969355702400208,-0.0167829692363739,-0.4181211590766907,-0.09303175657987595 +486,2.179670339890813,-1.3231839291412941,-0.8695829346594207,0.20104506611824036,0.9695003628730774,0.14017748832702637,-0.3742922842502594,0.015255918726325035,0.43088412284851074,-0.017497122287750244,-0.07080358266830444,-0.14895130693912506 +487,2.175615805953088,-1.2830817156893828,-0.8532511387804881,0.23342359066009521,0.9588949084281921,0.16135066747665405,0.06371983885765076,-0.900780975818634,-0.06436226516962051,-0.2107643038034439,0.5094125866889954,-0.33688783645629883 +488,1.874052687021921,-1.3380653342601299,-1.0965788038919937,0.22011202573776245,0.9730401635169983,0.0688747763633728,1.0863298177719116,0.24298599362373352,-0.18410460650920868,0.13236600160598755,0.03158324956893921,0.275455117225647 +489,1.6672192771113172,-1.3878076797894436,-1.2999575179098013,0.18112386763095856,0.9833042621612549,0.017518823966383934,-0.3513938784599304,-0.6888817548751831,-0.13080048561096191,0.16700540482997894,-0.2972080707550049,0.05279374122619629 +490,1.8409973618396724,-1.400481161741161,-1.048364490010319,0.16334401071071625,0.9855313897132874,0.04524213820695877,-0.19593901932239532,-1.1270822286605835,-0.34390968084335327,-0.11125047504901886,-0.4597133994102478,-0.0201413594186306 +491,1.9319347414218697,-1.385686096356344,-0.9686635082772356,0.1721828579902649,0.982915997505188,0.06503400206565857,-0.13722294569015503,1.852675199508667,0.510133683681488,-0.012652218341827393,-0.2491512894630432,-0.03231918811798096 +492,1.9086774843084735,-1.404001250526174,-1.1485467659363875,0.15663555264472961,0.9861218929290771,0.055034637451171875,0.3016238808631897,0.5709170699119568,-0.6582820415496826,-0.2527811825275421,0.3716813921928406,-0.5343589782714844 +493,1.5526119011603141,-1.4523263948291674,-1.4947526447498847,0.1181749701499939,0.9929906129837036,-0.0021491809748113155,0.4305294454097748,-0.7739390134811401,-0.03885430097579956,0.2795758843421936,0.09801292419433594,0.34158092737197876 +494,1.87019868316287,-1.4404460579916705,-1.2414603744111106,0.12419743835926056,0.9915164113044739,0.03833745792508125,-0.3110230267047882,0.9528252482414246,0.13305123150348663,-0.08492134511470795,0.02874702215194702,0.40448784828186035 +495,2.1178045334938975,-1.3990467588799036,-1.0621114500472508,0.14596788585186005,0.9852872490882874,0.08889391273260117,-0.45744526386260986,0.21115922927856445,0.2616703510284424,-0.06059497594833374,-0.3442503809928894,-0.10210800915956497 +496,2.4486661449074867,-1.3259457764639433,-0.7278552052870855,0.1548503339290619,0.9701735377311707,0.18650643527507782,-0.9957126975059509,0.010662947781383991,0.39509251713752747,0.1461750566959381,-0.5229384899139404,-0.4768507480621338 +497,2.343013435592467,-1.3106526556512186,-0.7438615593489717,0.18426315486431122,0.9663530588150024,0.17946851253509521,-0.22118021547794342,-0.5829595327377319,-0.12636981904506683,-0.17320053279399872,0.8256543874740601,0.17607653141021729 +498,2.1748897827195557,-1.333924215299582,-0.829775487127055,0.1931319534778595,0.9720767140388489,0.1332925409078598,0.973029375076294,-0.959415078163147,-0.3452145457267761,-0.09419398009777069,0.40309107303619385,0.4900137186050415 +499,1.755961097033265,-1.3833259527170119,-1.2362161063373729,0.18318821489810944,0.9824788570404053,0.034313056617975235,0.9342694282531738,0.21778865158557892,-0.38354289531707764,0.33811303973197937,0.02348726987838745,0.025043722242116928 +500,1.569891945083593,-1.4036154019249798,-1.409116796656733,0.1664033979177475,0.9860577583312988,-0.0001504922256572172,-0.15686722099781036,-0.6746035814285278,-0.2764221429824829,-0.14499531686306,-0.4789929986000061,0.06095677614212036 +501,1.5945842750522699,-1.4278352641614809,-1.3193807086688223,0.14243420958518982,0.9897984862327576,0.003388857003301382,-0.2794531285762787,-0.11753012239933014,0.0611063688993454,-0.08400830626487732,-0.41400808095932007,0.02635049819946289 +502,1.9075024163846381,-1.3900988726901646,-1.082813962839952,0.16962474584579468,0.9837185740470886,0.0593746192753315,-0.27137893438339233,0.6132816076278687,-0.2966873049736023,-0.19614453613758087,0.6729281544685364,-0.3172175884246826 +503,1.8234227887026544,-1.4244319103478602,-1.1971058476960938,0.1412140130996704,0.9893078207969666,0.03645320236682892,1.0886480808258057,-0.7334240674972534,-0.2049863040447235,0.16887511312961578,0.4108540415763855,-0.03501879796385765 +504,1.7232160196956092,-1.4347450568195237,-1.3511956876881184,0.13405871391296387,0.9907593131065369,0.020592905580997467,-0.10198462754487991,1.581942081451416,0.14269092679023743,0.05225108563899994,0.12572622299194336,0.49800753593444824 +505,2.049109426795579,-1.4095552822188004,-1.1523713166527039,0.14252597093582153,0.9870287775993347,0.07389523833990097,-0.5350357890129089,0.6958510875701904,0.0647059977054596,-0.19864779710769653,-0.2649828791618347,-0.02276301383972168 +506,2.5060081903069067,-1.325720355107925,-0.673124009517988,0.14403708279132843,0.9701188802719116,0.19525077939033508,-0.9900453090667725,-0.22795510292053223,0.2029927372932434,0.028768718242645264,-0.5086625218391418,-0.2743675410747528 +507,2.4534997969705157,-1.3068010000687451,-0.7044167251635555,0.16571387648582458,0.9653551578521729,0.20156531035900116,-0.386570543050766,-0.11982854455709457,0.38577350974082947,-0.05922277271747589,0.5047987699508667,-0.11835917830467224 +508,2.2869909165619564,-1.3283570900994819,-0.8005775764628501,0.18108773231506348,0.9707552790641785,0.15761107206344604,0.9174484610557556,-0.9940939545631409,-0.2172592282295227,-0.10793711245059967,0.560860812664032,0.3727233409881592 +509,1.8104533068111361,-1.3802573309430737,-1.2515771740992194,0.1839757263660431,0.9819023013114929,0.0449550524353981,1.3395644426345825,0.2872586250305176,0.12007678300142288,0.2707514464855194,0.17721635103225708,0.07299542427062988 +510,1.5597972178968667,-1.4001284612641427,-1.5026179795891017,0.16983097791671753,0.9854715466499329,-0.0018680647481232882,-0.19605837762355804,-0.5316911339759827,-0.009968833066523075,-0.018967315554618835,-0.3221413493156433,0.07573586702346802 +511,1.6818897728797662,-1.4360823871205697,-1.3197108526606827,0.1334782987833023,0.9909397959709167,0.014889870770275593,-0.2398003786802292,-0.5015227794647217,-0.4853523373603821,-0.1401006281375885,-0.4694859981536865,0.06326568126678467 +512,1.891311737016432,-1.4064261484417742,-1.1948133806605266,0.15529818832874298,0.9865216016769409,0.05155302211642265,-0.13501402735710144,2.1001267433166504,0.5271968245506287,-0.07621188461780548,0.13972961902618408,-0.11350369453430176 +513,2.016890026301116,-1.41730077814169,-1.1589910608663392,0.13793066143989563,0.9882426857948303,0.06596482545137405,0.4566602110862732,0.1423710286617279,-0.3803653419017792,0.005120456218719482,0.4772875905036926,-0.26640427112579346 +514,1.666981158234815,-1.457793283589105,-1.4780169540865917,0.11224072426557541,0.9936219453811646,0.010829271748661995,0.13934463262557983,1.497002124786377,0.19393567740917206,0.3220396637916565,-0.1015322208404541,0.5735976696014404 +515,1.9092188788283844,-1.430187468842635,-1.3395938717409948,0.1321975141763687,0.9901308417320251,0.046528637409210205,-0.7202736735343933,0.4339216649532318,0.30549243092536926,-0.16697227954864502,-0.1595337986946106,0.18122410774230957 +516,2.350397286560274,-1.3582308953925504,-0.9146416514559147,0.15003910660743713,0.9774929285049438,0.14830949902534485,-1.9591742753982544,1.251908779144287,0.17926859855651855,0.08993586897850037,-0.4751889109611511,-0.25380873680114746 +517,2.4196978597393026,-1.3025544422766038,-0.8199648838935927,0.1751384288072586,0.9642383456230164,0.19892467558383942,0.09747491031885147,-0.6588329672813416,0.27614739537239075,-0.049375489354133606,-0.03712958097457886,-0.06348764896392822 +518,2.310905117589087,-1.2910525306095921,-0.8634503273992012,0.2038782387971878,0.9611262083053589,0.18619975447654724,0.3868723511695862,-1.506285548210144,-0.22627510130405426,-0.14464357495307922,0.6028234958648682,-0.2730832099914551 +519,2.0196161944824467,-1.3504400841149928,-1.0652837787767306,0.19692911207675934,0.9758196473121643,0.0948411375284195,1.0258413553237915,-0.06699030846357346,0.028586700558662415,0.08621294796466827,0.006800532341003418,0.2197951078414917 +520,1.6669621538695645,-1.3870325555251415,-1.4611052803879565,0.18188759684562683,0.9831628799438477,0.017545491456985474,0.15508651733398438,-0.20492862164974213,-0.15242035686969757,0.20699790120124817,-0.21126651763916016,-0.062406301498413086 +521,1.6979160538895501,-1.4102753564902382,-1.3391647022244018,0.15854252874851227,0.9871441721916199,0.020263148471713066,-0.46313515305519104,-1.3592296838760376,-0.6573790907859802,-0.18008795380592346,-0.4329602122306824,0.0730595588684082 +522,1.9411568048439,-1.4159176774067879,-1.0219166980716299,0.14380134642124176,0.9880302548408508,0.05583488568663597,-0.41555190086364746,0.7763308882713318,0.5078946352005005,-0.06134285032749176,-0.25740891695022583,0.08904731273651123 +523,2.089008413945043,-1.3824727833454864,-1.0643110753673057,0.1626325398683548,0.9823194742202759,0.09273148328065872,0.08778593689203262,1.454568862915039,-0.2946203947067261,-0.061955034732818604,0.5703386068344116,-0.4772530794143677 +524,1.998963776250779,-1.4402642109237822,-1.139089905496952,0.11841084063053131,0.991492748260498,0.05404328554868698,1.1902719736099243,-1.1669365167617798,-0.3979090452194214,0.2584812343120575,0.23342162370681763,0.08163785189390182 +525,1.9102192772935374,-1.459914648009258,-1.1801196829163556,0.10434045642614365,0.9938589334487915,0.03684133663773537,-0.5035044550895691,0.6075825691223145,0.3305473327636719,-0.01028529554605484,-0.15605998039245605,0.5324641466140747 +526,2.1285237686377023,-1.4192483223947125,-1.0161829060714471,0.12809090316295624,0.9885385632514954,0.07990159094333649,-0.7083482146263123,0.5874731540679932,0.2677217423915863,-0.030755087733268738,-0.44334203004837036,-0.1484745740890503 +527,2.489564753943263,-1.32206143925853,-0.7189047233566409,0.14938056468963623,0.9692246317863464,0.19567562639713287,0.7200902104377747,-0.9574190378189087,0.3035617172718048,-0.11352242529392242,-0.3115708827972412,-0.4641234874725342 +528,2.3936469371051188,-1.29883444779763,-0.7925510675429968,0.18269872665405273,0.9632457494735718,0.1969231516122818,-0.2831741273403168,-0.2949257791042328,0.07730516046285629,-0.29492712020874023,0.6603503823280334,-0.5722740888595581 +529,2.0852618624201567,-1.3578363533477396,-1.01010851761673,0.18399614095687866,0.9774096012115479,0.10400127619504929,0.9673671126365662,-0.3250466585159302,-0.011453353799879551,0.12223251163959503,0.08182519674301147,0.3996455669403076 +530,1.6074255824281434,-1.3914921427780316,-1.5276378108210276,0.17822612822055817,0.9839680194854736,0.006531211547553539,0.576153039932251,0.00015947967767715454,-0.07904352992773056,0.17254292964935303,-0.17583191394805908,-0.026947498321533203 +531,1.5221337377493787,-1.397322139896918,-1.57217980553804,0.17240169644355774,0.9849910736083984,-0.008396141231060028,-0.1136876791715622,-0.8070580959320068,-0.3214775323867798,-0.18312861025333405,-0.5005396604537964,0.051044464111328125 +532,1.641203345225416,-1.4007749212623872,-1.390532042973785,0.16878452897071838,0.9855811595916748,0.011903290636837482,-0.5692065954208374,0.5530945062637329,0.5529502034187317,-0.07315769791603088,-0.3423316478729248,0.2123856544494629 +533,1.988987022245139,-1.3665272065391862,-1.1892183835612717,0.18537044525146484,0.9792094826698303,0.08237940073013306,-0.5476052761077881,0.4723769426345825,-0.48192933201789856,-0.29782772064208984,0.5661852955818176,-1.0584231615066528 +534,1.7219782460133437,-1.4384383325639265,-1.4277244920526895,0.13046590983867645,0.9912534356117249,0.019875744357705116,0.48672622442245483,0.3424755036830902,-0.4367917776107788,0.45818763971328735,0.2684052586555481,0.6710269451141357 +535,1.763045418647414,-1.4324583795180148,-1.4865674782660356,0.13535626232624054,0.9904465675354004,0.02634751982986927,-0.36397784948349,0.9352989196777344,0.2483217418193817,-0.05552229285240173,-0.055021822452545166,0.24326002597808838 +536,2.0726484054068606,-1.393879312372489,-1.1836446253312816,0.15429484844207764,0.9843909740447998,0.08466309309005737,-1.147523045539856,-0.8768316507339478,-0.03123796544969082,-0.022519931197166443,-0.5115820169448853,-0.2631603479385376 +537,2.3640195070397483,-1.329913676732199,-0.839208393952251,0.167362242937088,0.9711278080940247,0.17000217735767365,0.21752478182315826,-0.8612073659896851,0.1943579465150833,-0.11462786793708801,-0.16927844285964966,-0.10406899452209473 +538,2.2959212058406755,-1.2965308122154326,-0.8669837270439538,0.20270131528377533,0.9626243710517883,0.17962905764579773,0.30986472964286804,-1.063845157623291,-0.07810922712087631,-0.22896167635917664,0.5912544131278992,-0.5161616802215576 +539,1.9850767799367974,-1.3514100420134705,-1.1017314982986026,0.1992202252149582,0.9760311841964722,0.08760306239128113,0.919073760509491,-0.2907251715660095,-0.12974707782268524,0.14164584875106812,0.018551886081695557,0.351712703704834 +540,1.5543551658273134,-1.3836094675634922,-1.5464982669383252,0.18607132136821747,0.9825316071510315,-0.003059504320845008,0.4930919110774994,-0.1382984220981598,-0.0915217474102974,0.24979600310325623,-0.10248088836669922,-0.0231093168258667 +541,1.5364294151048006,-1.3867131121599576,-1.5330351610476867,0.1829369068145752,0.9831044673919678,-0.006289452780038118,-0.24346843361854553,-0.5849654078483582,-0.28929728269577026,-0.1725914478302002,-0.47620755434036255,0.05855077505111694 +542,1.6062189593340992,-1.4240351359035035,-1.413674803768145,0.14614279568195343,0.9892498850822449,0.005178928840905428,-0.22898074984550476,0.6179030537605286,0.25371766090393066,-0.14472372829914093,-0.45058417320251465,0.09778738021850586 +543,1.8697708955424241,-1.3827766542293016,-1.3056034556435498,0.1786227524280548,0.9823763370513916,0.05505386367440224,0.07772131264209747,0.05408775433897972,-0.3346732258796692,-0.2274966537952423,0.8066099286079407,-0.7014466524124146 +544,1.5604666675224308,-1.418478715329725,-1.5714381242949658,0.1517210602760315,0.9884220957756042,-0.0015672825975343585,0.1898047924041748,-1.66728675365448,-0.1570322960615158,0.3802918791770935,0.639232873916626,0.3296312093734741 +545,1.6738932545094374,-1.4062694481568787,-1.5445176929559978,0.16291570663452148,0.9864959716796875,0.016855871304869652,-0.2094905823469162,1.1682164669036865,0.11355025321245193,-0.09690620005130768,0.09114068746566772,0.35767102241516113 +546,1.9493210200567703,-1.369114793919137,-1.3311899908222447,0.18613719940185547,0.9797311425209045,0.07402733713388443,-0.9510721564292908,-0.585569441318512,0.13633312284946442,-0.12667369842529297,-0.40128564834594727,-0.37279438972473145 +547,2.3239922484361095,-1.295353131978139,-0.8525405285447044,0.19840610027313232,0.9623047709465027,0.18602235615253448,-0.019829552620649338,-1.0090079307556152,-0.029092688113451004,0.03415307402610779,-0.5138948559761047,-0.27148687839508057 +548,2.224475479341419,-1.2693507961677417,-0.9087489687096424,0.23569557070732117,0.9549083113670349,0.18054895102977753,-0.11606770753860474,-0.5039379000663757,-0.08489612489938736,-0.2834402918815613,1.0135672092437744,-0.46694111824035645 +549,1.934486469023093,-1.331269905928709,-1.06912011162505,0.22172419726848602,0.9714504480361938,0.08439303934574127,1.1045997142791748,-1.2531003952026367,-0.1989760845899582,0.1575787514448166,0.3169558048248291,0.5159335136413574 +550,1.7247407748713914,-1.3644567063996849,-1.2658569455507516,0.2024552822113037,0.9787874221801758,0.0314154289662838,-0.13872602581977844,0.08433733880519867,0.024608686566352844,0.3121016025543213,-0.20435816049575806,-0.04853582754731178 +551,1.7576629941662136,-1.3537760430294004,-1.252441281657458,0.2115725427865982,0.9765433669090271,0.04000256210565567,0.2375439554452896,-0.0010353014804422855,-0.2502298355102539,-0.187646746635437,-0.4804344177246094,-0.00388491153717041 +552,1.7082414280824683,-1.4021625312530677,-1.3001508673554156,0.16625283658504486,0.9858149886131287,0.02299562655389309,-0.06015195697546005,0.5172097086906433,0.043988753110170364,-0.16733622550964355,-0.5538539290428162,0.007064223289489746 +553,1.8104339291258216,-1.3734345406258597,-1.3717494477797547,0.19047921895980835,0.9805873036384583,0.046540290117263794,0.3452691435813904,0.36365923285484314,-0.45503830909729004,-0.017993882298469543,0.7868839502334595,-0.610901951789856 +554,1.5542517276367112,-1.4340238459973587,-1.610951800432455,0.13632798194885254,0.9906612038612366,-0.0022556977346539497,0.1790340095758438,-1.191056251525879,-0.3272022008895874,0.41678786277770996,0.7162479758262634,0.3342258930206299 +555,1.6113675524921511,-1.4323613297631368,-1.660960012886118,0.13787966966629028,0.9904331564903259,0.0055970181711018085,-0.06191529333591461,1.0419540405273438,0.06385303288698196,-0.04518252611160278,0.04122883081436157,0.31947624683380127 +556,1.8639521107727546,-1.4185213659328746,-1.4217675507687053,0.14521589875221252,0.98842853307724,0.04383383318781853,-0.6862210631370544,-0.5936142802238464,0.09718909114599228,-0.029218599200248718,-0.44538354873657227,-0.14419090747833252 +557,2.4179007689052736,-1.3352051328845103,-0.7615186931506178,0.15455949306488037,0.9723765254020691,0.17491604387760162,-0.06933964788913727,-0.7612994909286499,0.02143576182425022,0.05880416929721832,-0.529429018497467,-0.21800683438777924 +558,2.2762396859807126,-1.3075141537441297,-0.8297418027802794,0.1981351375579834,0.9655410051345825,0.16873911023139954,-0.2746865749359131,-0.2576915919780731,0.2239782214164734,-0.1627195030450821,0.6424606442451477,-0.17501045763492584 +559,2.0905148064831756,-1.3310038539873474,-0.9309261766946149,0.20614144206047058,0.9713872671127319,0.11795167624950409,0.9559206962585449,-1.005779504776001,-0.14121711254119873,0.04086783528327942,0.6777368783950806,0.5064378976821899 +560,1.6360822285641015,-1.362248206221999,-1.3825246620724607,0.20659871399402618,0.97833251953125,0.013507178984582424,1.228302001953125,0.22069139778614044,-0.1227085217833519,0.2714744210243225,0.21197503805160522,0.06559431552886963 +561,1.4307874620500076,-1.365116189355461,-1.5978735901061558,0.20223473012447357,0.9789223074913025,-0.028501130640506744,-0.03741130605340004,-0.15106366574764252,-0.11405616253614426,-0.14455650746822357,-0.3191017508506775,0.07832103967666626 +562,1.4392547020204887,-1.3800786781283636,-1.552043578816066,0.18792632222175598,0.9818684458732605,-0.024863706901669502,-0.390558660030365,0.073511503636837,0.18062354624271393,-0.12904265522956848,-0.4747883677482605,0.16698408126831055 +563,1.7859532444584294,-1.339367413174983,-1.3259467246346883,0.2240801453590393,0.9733396172523499,0.048970386385917664,-0.4561891555786133,1.4152593612670898,0.16604116559028625,-0.0865831971168518,0.34852921962738037,-0.22406494617462158 +564,1.9000265446038629,-1.3687659502332632,-1.1996919400226511,0.18988195061683655,0.9796611666679382,0.0648760125041008,1.1118913888931274,-0.19683578610420227,-0.3351326286792755,0.05290064215660095,0.39228707551956177,0.04904603958129883 +565,1.6979528950394325,-1.3982656452877602,-1.4525827733088041,0.17029112577438354,0.9851534366607666,0.021771099418401718,0.08698476105928421,1.714237928390503,0.011837685480713844,0.05987249314785004,0.11006158590316772,0.5233796834945679 +566,1.9298097709428528,-1.3768902243192465,-1.3563909930019171,0.18040843307971954,0.9812590479850769,0.06770312041044235,-0.2671357989311218,0.9645817279815674,0.3396049737930298,-0.16554635763168335,-0.23437172174453735,-0.05108629912137985 +567,2.2480804866224138,-1.3148151188915087,-1.0136185589640303,0.19730859994888306,0.9674153327941895,0.15867149829864502,-1.46087646484375,-0.7253158688545227,0.1831081509590149,-0.04020412266254425,-0.536842942237854,-0.19907690584659576 +568,2.2573487119271354,-1.2731396862045898,-0.9750647462277771,0.2268337905406952,0.9560263752937317,0.18590308725833893,-0.13912636041641235,-0.043525807559490204,0.541241466999054,-0.0012478381395339966,0.2949044108390808,-0.08138036727905273 +569,2.146101085765066,-1.2818985855821698,-1.0272934270082363,0.239035502076149,0.9585584998130798,0.15500934422016144,0.7330200672149658,-0.8468605875968933,-0.3320564925670624,-0.03241622447967529,0.7264391779899597,0.34535694122314453 +570,1.8424617526403877,-1.3381716126940937,-1.3160120103513204,0.2220778912305832,0.973064661026001,0.061860229820013046,0.810324490070343,0.49252092838287354,-0.3780460059642792,0.4145492911338806,0.16528677940368652,0.03730666637420654 +571,1.7618509043533133,-1.3506630636400874,-1.437754493004656,0.21438731253147125,0.9758683443069458,0.041465431451797485,0.01755170337855816,0.08276303857564926,0.18849441409111023,0.006865158677101135,-0.39344024658203125,-0.0148540697991848 +572,1.7163922608886821,-1.3681086464373522,-1.4646385690399735,0.19917359948158264,0.979529082775116,0.029205525293946266,0.13127167522907257,-0.5132209062576294,-0.5386836528778076,-0.17976438999176025,-0.45967721939086914,-0.0005341731011867523 +573,1.801005724923613,-1.3653352406441532,-1.417190458423233,0.19863595068454742,0.978967010974884,0.04655316472053528,-0.29281482100486755,1.4207779169082642,0.49121013283729553,0.001605108380317688,0.19953018426895142,-0.1355881690979004 +574,1.8880680128128777,-1.3860207570817398,-1.3674503248241976,0.17455649375915527,0.9829775094985962,0.057318102568387985,0.5901527404785156,0.4157235622406006,-0.40164703130722046,-0.09225058555603027,0.4613126516342163,-0.2141174077987671 +575,1.6868626166442962,-1.4093988331513039,-1.5921094875425652,0.1596168726682663,0.9870036840438843,0.018609780818223953,-0.02587677165865898,1.6618443727493286,0.2802426517009735,0.1739402413368225,-0.06688344478607178,0.533865213394165 +576,1.83358082580304,-1.384718816466863,-1.5506585093174712,0.17865388095378876,0.9827374815940857,0.04805884510278702,-0.3559447228908539,0.22253352403640747,0.27689865231513977,-0.12971897423267365,-0.30779552459716797,0.002249356359243393 +577,2.194900088778313,-1.3464461052843362,-1.1357977831448587,0.18053443729877472,0.9749388694763184,0.13000692427158356,-2.142448663711548,-0.40231457352638245,-0.14373771846294403,0.045539796352386475,-0.4284909963607788,-0.23686419427394867 +578,2.2623343319304414,-1.3059471913983314,-0.9869571017289959,0.20162755250930786,0.9651319980621338,0.16693250834941864,0.12178974598646164,-0.6283472180366516,0.3624930679798126,0.03306785225868225,0.26014864444732666,0.09109364449977875 +579,2.1863461430594593,-1.2907768211496626,-1.0123475496663683,0.22564737498760223,0.9610500335693359,0.1595805138349533,0.5826053619384766,-1.0792990922927856,-0.14585000276565552,0.15544085204601288,0.600213885307312,-0.01158548891544342 +580,1.8488360298160855,-1.3403486803320062,-1.302513466361503,0.2196412980556488,0.9735642671585083,0.06269290298223495,0.9431027173995972,-0.10549554228782654,-0.13179878890514374,0.23513163626194,0.0963209867477417,0.07040940970182419 +581,1.5851132339438985,-1.366826440047965,-1.5304806322130133,0.20253786444664001,0.9792701601982117,0.0028999140486121178,0.11625813692808151,-0.6183542609214783,0.07505059242248535,0.034324318170547485,-0.30336683988571167,0.0756981372833252 +582,1.5322461715874747,-1.3770708732728145,-1.5108653693017657,0.19237275421619415,0.9812938570976257,-0.007419675588607788,-0.11154410243034363,-0.8043208122253418,-0.3177918493747711,-0.16612763702869415,-0.47979849576950073,0.0548897385597229 +583,1.6904856920759648,-1.3516722338997433,-1.369876403432851,0.21581915020942688,0.9760882258415222,0.0259553175419569,-0.5020992159843445,1.358575463294983,0.6602840423583984,-0.09554940462112427,0.03326529264450073,0.05212390050292015 +584,1.922138538971555,-1.3510695352132307,-1.188663742398492,0.2046477496623993,0.9759570360183716,0.07501369714736938,0.03214016556739807,0.20691245794296265,-0.3486798405647278,-0.23157952725887299,0.48070794343948364,-0.4777235984802246 +585,1.6300384256996119,-1.3994323725320437,-1.4671447910577864,0.17022719979286194,0.9853531122207642,0.010096430778503418,-0.2177838832139969,1.7758539915084839,0.13361720740795135,0.2945402264595032,0.07046347856521606,0.7805072069168091 +586,1.8535426610914962,-1.3705310088512712,-1.415041224786051,0.191029891371727,0.9800138473510742,0.055499933660030365,-0.28117048740386963,0.8669481873512268,0.21701481938362122,-0.18411768972873688,-0.29463493824005127,0.01626216620206833 +587,2.201202884557268,-1.3148813095503593,-1.0565696602645085,0.2044760286808014,0.9674320816993713,0.14921385049819946,-2.3639771938323975,-0.19475990533828735,0.07849200814962387,0.04766020178794861,-0.5525150895118713,-0.3189067840576172 +588,2.2196479834688065,-1.271951773478322,-1.009333555594963,0.2345845252275467,0.955677330493927,0.17790749669075012,0.08292250335216522,0.0017771609127521515,0.6281875967979431,0.013172447681427002,0.2739064693450928,0.045588016510009766 +589,2.0578196060674614,-1.281860697392677,-1.09543229422832,0.25180259346961975,0.9585477113723755,0.1333472579717636,0.714606761932373,-1.146867275238037,-0.2642526626586914,0.05113011598587036,0.54075026512146,0.2786247730255127 +590,1.8022003981134718,-1.3333261332112376,-1.3328339607085506,0.22897398471832275,0.9719362258911133,0.05395197123289108,0.8356285691261292,0.28226521611213684,-0.316023588180542,0.36704957485198975,0.08250707387924194,0.020877119153738022 +591,1.584725280810941,-1.3572285850605452,-1.5649748664553005,0.21192701160907745,0.9772809743881226,0.0029521125834435225,0.12270407378673553,-0.38827091455459595,0.04587135463953018,0.03969039022922516,-0.39207595586776733,-0.015052318572998047 +592,1.5104766499964828,-1.3660779065651967,-1.5842190405147767,0.20292164385318756,0.979118287563324,-0.012255034409463406,-0.10605017095804214,-0.6337187886238098,-0.3429639935493469,-0.17069508135318756,-0.522361695766449,0.056459784507751465 +593,1.7429132896368986,-1.3600708871842133,-1.3642586602275868,0.20607873797416687,0.9778794050216675,0.03582410141825676,-0.5953091979026794,1.5340192317962646,0.7448864579200745,-0.009606584906578064,0.040858328342437744,-0.008037809282541275 +594,1.9029798875641357,-1.3685559554641147,-1.2982839040838126,0.18988341093063354,0.979619026184082,0.06550340354442596,0.5163047313690186,0.24296334385871887,-0.5160329341888428,-0.20488283038139343,0.4995983839035034,-0.43015801906585693 +595,1.654157754048995,-1.427866678068373,-1.5009446417519345,0.14194799959659576,0.9898029565811157,0.011860473081469536,-0.31909897923469543,0.9342232346534729,-0.03489336371421814,0.45514369010925293,0.03808999061584473,0.6756242513656616 +596,1.8353775046976897,-1.417051236672123,-1.4530296358343424,0.147811621427536,0.9882044792175293,0.04004703462123871,-0.4176483750343323,0.9634169936180115,0.05140620470046997,-0.19399996101856232,-0.1883082389831543,0.1880260705947876 +597,2.0593712516849147,-1.3951727731849355,-1.2391934759034644,0.15428048372268677,0.9846177697181702,0.08200918883085251,-0.7464045882225037,-0.5909572839736938,-0.08895830065011978,-0.04482918977737427,-0.43673568964004517,-0.2049034833908081 +598,2.3501015147983777,-1.339408529686289,-0.9064138909266021,0.16314522922039032,0.9733490943908691,0.161169171333313,0.08818823844194412,-0.41346296668052673,0.2124069631099701,-0.043836742639541626,-0.15097647905349731,-0.1803036779165268 +599,2.274998078621871,-1.3046188700382402,-0.9558922111250376,0.20047442615032196,0.9647834300994873,0.1703023463487625,-0.07617750763893127,-0.14781443774700165,0.1082005724310875,-0.24846334755420685,0.4659568667411804,-0.1919851452112198 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/q3.csv b/BoostRunClub/CoreML/DataSet/Motion/running/q3.csv new file mode 100644 index 0000000..ea4bd28 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/q3.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,2.1461644307689296,-1.3237534001173537,-1.0394401529019806,0.2051653116941452,0.969639778137207,0.13306371867656708,0.7872095108032227,-0.3023025095462799,-0.15337421000003815,-0.02233448624610901,0.5093488693237305,0.43665361404418945 +1,0.2859050126584796,0.2455447957621834,-3.0828746593612073,0.27356648445129395,-0.24308481812477112,-0.9306294322013855,-1.0843305587768555,0.521594226360321,-0.336524099111557,-0.08368611335754395,0.05746164917945862,-0.001087486743927002 +2,0.2915446272771853,0.1655015675292658,-3.083695047134431,0.2835044860839844,-0.16474705934524536,-0.9447135329246521,0.0427539236843586,0.5368468761444092,-0.557108461856842,-0.15714648365974426,-0.09796348214149475,0.0546836256980896 +3,0.31148082411322253,0.18055715940786524,-3.099103526846804,0.3014865219593048,-0.17957770824432373,-0.9364067912101746,-0.07122525572776794,0.3259633481502533,0.023418765515089035,-0.05693390965461731,-0.009066715836524963,0.08550041913986206 +4,0.3206040641247603,0.2030574610094166,3.139658752191881,0.3086652159690857,-0.20166490972042084,-0.9295467138290405,0.090995192527771,0.3158228397369385,-0.7145093679428101,0.2464953064918518,-0.11045362055301666,-0.21797525882720947 +5,0.19052958671770687,0.1517085554739235,3.112312292323178,0.1872037798166275,-0.15112727880477905,-0.9706262350082397,-2.0171890258789062,-3.4170069694519043,-0.8748659491539001,0.5489412546157837,0.21872371435165405,-0.09422361850738525 +6,0.055828837878244865,0.016878972507003376,2.9878644822685874,0.05579189211130142,-0.016878170892596245,-0.998299777507782,0.11969130486249924,0.8383822441101074,-1.1516369581222534,0.13369175791740417,0.1975727528333664,0.442208468914032 +7,0.5436592805186783,0.0975719473489148,2.666344501765799,0.5148108005523682,-0.0974172055721283,-0.8517509698867798,1.7327547073364258,6.209914684295654,-4.894059658050537,-0.17283082008361816,0.4536794126033783,0.5437828302383423 +8,0.9692338599497006,-0.4173454803874185,2.227322120369986,0.7536880373954773,0.4053352177143097,-0.5173563957214355,1.6952329874038696,5.188902378082275,-8.029616355895996,0.30386805534362793,0.3733207583427429,-0.4639973044395447 +9,0.7541227448879106,-0.7771091162746544,1.6288528065612364,0.4881165325641632,0.7012212872505188,-0.5196449756622314,0.5315080285072327,-1.2899750471115112,-1.0825614929199219,1.4426696300506592,-0.7052344083786011,0.10893940925598145 +10,0.7531675011985708,-0.6157353653607013,1.8517051660378345,0.5583442449569702,0.5775589942932129,-0.5955478549003601,-0.908683717250824,1.008223533630371,6.361032962799072,0.3325706124305725,-0.3706955909729004,0.4060184359550476 +11,1.1700486903848168,-0.07997622070817816,2.156162038093916,0.9178264141082764,0.07989098876714706,-0.38885989785194397,1.8277889490127563,5.996669769287109,4.98183012008667,-0.41559869050979614,0.5685312151908875,0.16814157366752625 +12,1.4007239089863834,0.47192391265426703,2.199469944260995,0.8778449892997742,-0.4546007513999939,-0.15075352787971497,-0.06972316652536392,3.162886142730713,6.60575532913208,-0.19653993844985962,1.0338090658187866,0.8908658027648926 +13,1.6010111477882782,0.925855237313323,2.2257836422946675,0.6008768081665039,-0.7991352081298828,0.01816091127693653,-1.4450215101242065,1.1554803848266602,4.7329792976379395,-0.40306198596954346,-0.05705064535140991,-0.027865532785654068 +14,1.3811718631615404,1.329427742111423,2.543720042984502,0.23474696278572083,-0.971011757850647,-0.0450550876557827,-1.1721546649932861,-0.6336943507194519,3.807203769683838,0.014718979597091675,-0.21734267473220825,-0.279346764087677 +15,-2.3001264361552685,1.5405616690077855,-0.019446788417222964,-0.022540640085935593,-0.9995429515838623,0.020144838839769363,2.5181803703308105,0.8026324510574341,0.28888776898384094,0.3643680512905121,-0.1090538501739502,0.29945051670074463 +16,3.0753640029986617,1.4548055066521501,0.8863165703846674,0.007659107446670532,-0.9932805895805359,0.1154773011803627,0.1489362269639969,-1.420047402381897,-0.09830787777900696,0.09182819724082947,0.17661499977111816,-0.489363431930542 +17,2.4141950447518967,1.5589393938139189,1.3966989555994103,0.007889850065112114,-0.9999297261238098,0.008862591348588467,-1.3016762733459473,-1.3807532787322998,1.0125256776809692,0.47993364930152893,-0.21817946434020996,-0.40389740467071533 +18,-1.585683450805928,1.4490735305645108,-0.9122613973032317,-0.12140912562608719,-0.9926009178161621,0.0018075662665069103,-0.9029605388641357,0.16360345482826233,0.7468092441558838,-0.22336320579051971,0.3647933006286621,0.5705496072769165 +19,-1.2724124660593028,1.462435164341279,-1.1333530505675988,-0.1033703163266182,-0.9941346645355225,-0.03179323300719261,0.8773701786994934,0.9229685664176941,-0.9062975645065308,0.030967354774475098,0.5236451625823975,-0.09564816951751709 +20,-2.0668652972050743,1.5646816474669873,-0.3449367407725783,-0.00538489269092679,-0.9999812841415405,0.002914353273808956,-0.6013084650039673,-0.27112051844596863,-0.2333168089389801,-0.124482661485672,-0.6335941553115845,0.15304577350616455 +21,-1.6528304095317083,1.5035842505310075,-0.7151460203066848,-0.06693477928638458,-0.9977421164512634,0.005503283813595772,0.9224826693534851,-0.24365320801734924,0.6509929895401001,0.2936956584453583,-0.4071497917175293,-0.9615885019302368 +22,-1.3968238229642556,1.4868403419090002,-1.0056718064717631,-0.0825914740562439,-0.9964777827262878,-0.014515385031700134,-0.8484877943992615,-0.8646426200866699,0.1355985552072525,0.2064165472984314,-0.04311877489089966,-0.29758787155151367 +23,-0.827230560476302,1.4369628125640939,-1.5496180539245359,-0.09821490198373795,-0.9910576343536377,-0.09032329171895981,-1.8198925256729126,-1.1469992399215698,-0.22895246744155884,-0.019979670643806458,0.465667188167572,0.03305704891681671 +24,-0.5364225728082523,1.3316340145953836,-1.8568894818374666,-0.12106556445360184,-0.9715367555618286,-0.20361624658107758,-0.7795578837394714,1.144945740699768,-0.04858195781707764,-0.07885509729385376,0.2690373659133911,-0.09594428539276123 +25,-0.6945703106251071,1.3360085598014613,-1.6639738115630618,-0.14890015125274658,-0.9725637435913086,-0.1787412166595459,1.0902611017227173,1.6670736074447632,1.1030892133712769,-0.5064800977706909,-0.29635709524154663,0.2174375206232071 +26,-1.0686682557738538,1.3928300999857195,-1.224668247680735,-0.1551763415336609,-0.9842057824134827,-0.08520250022411346,1.1228501796722412,-0.23946082592010498,-0.48249295353889465,0.06727045774459839,-0.13603347539901733,-0.37437695264816284 +27,-1.4957484110483188,1.4521999911608166,-0.8827870952072545,-0.11798550188541412,-0.9929757118225098,-0.008871227502822876,0.22863739728927612,0.4151470959186554,-0.10248984396457672,0.24846342206001282,-0.07394933700561523,0.08295261859893799 +28,-1.349277320014766,1.436422797460618,-1.0114395415419213,-0.1306963562965393,-0.9909854531288147,-0.029434770345687866,-0.42501771450042725,0.011473179794847965,0.4382307529449463,0.029515311121940613,0.4517092704772949,-0.060195330530405045 +29,-1.2115839031940607,1.3960900806647802,-1.2081500085497137,-0.16272461414337158,-0.9847776293754578,-0.061103738844394684,-0.592985987663269,-1.925647258758545,-0.14964303374290466,0.12057983875274658,0.26276224851608276,1.0832138061523438 +30,-1.125961752336429,1.3822989377041806,-1.3662458803765003,-0.16914735734462738,-0.9822869300842285,-0.08063256740570068,-0.3275142312049866,-0.2476702183485031,0.8074353933334351,-0.2618676424026489,-0.23681402206420898,0.016240477561950684 +31,-1.2597525849628275,1.3473918360286947,-1.2889829572092408,-0.21092011034488678,-0.9751488566398621,-0.06780632585287094,-0.08902384340763092,-0.9868693351745605,-0.26876312494277954,0.09943938255310059,-0.15094983577728271,-0.28580087423324585 +32,-1.1186097599795057,1.3551379506364924,-1.4996816884883946,-0.1924833208322525,-0.9768357276916504,-0.09349968284368515,-0.9602402448654175,0.13478651642799377,-0.37202757596969604,0.061746031045913696,-0.07751607894897461,-0.04076235741376877 +33,-0.8009746456102596,1.331719668538956,-1.8631268510948724,-0.17003481090068817,-0.9715570211410522,-0.16481855511665344,0.48350009322166443,-0.8887926340103149,0.05493880808353424,-0.014413416385650635,0.485351026058197,0.034584760665893555 +34,-1.0299737453665938,1.3445052909352448,-1.5309209615753665,-0.19234444200992584,-0.9745052456855774,-0.11551213264465332,1.2492930889129639,2.8938968181610107,-0.35283881425857544,0.09336069226264954,0.21274077892303467,-0.10097955912351608 +35,-1.2676074267822468,1.3779838547321728,-1.1351386134179677,-0.1828804463148117,-0.9814692139625549,-0.05721117556095123,-0.49928587675094604,-0.38459324836730957,-0.3437562882900238,-0.025798752903938293,-0.47280019521713257,-0.10029006004333496 +36,-1.1490823309757525,1.3748490837921108,-1.2236789970414736,-0.17763786017894745,-0.9808636903762817,-0.07969366014003754,0.7335711717605591,-0.15341171622276306,0.389072984457016,0.09652213752269745,-0.2402055263519287,0.008114643394947052 +37,-1.666401243411301,1.3450046303186016,-0.6814471680789603,-0.22285588085651398,-0.9746171832084656,0.021371271461248398,0.8788210153579712,0.6228834986686707,0.2943277060985565,0.09399540722370148,0.5232469439506531,-0.04912698268890381 +38,-1.7826449563210194,1.3391263487460436,-0.5383189758054637,-0.22447071969509125,-0.9732843041419983,0.04827822372317314,-0.571239709854126,-0.503953754901886,-0.320436954498291,0.08547839522361755,0.41563647985458374,-0.14639222621917725 +39,-1.5966321926555715,1.3400946422203095,-0.846616476203496,-0.22858382761478424,-0.9735062122344971,0.005906975362449884,-0.34940674901008606,-1.1519676446914673,0.3302454948425293,-0.08797496557235718,-0.15039503574371338,0.004102825187146664 +40,-1.4753033665249933,1.2981552028864922,-0.9637633041092186,-0.26804909110069275,-0.9630630612373352,-0.025674890726804733,-0.3529546856880188,-0.6471583843231201,-0.4044036567211151,0.19987282156944275,0.06670081615447998,-0.36478227376937866 +41,-1.4877479705580405,1.2920781611239092,-1.0044998471226014,-0.27417516708374023,-0.9614089131355286,-0.022822290658950806,-0.43106842041015625,-0.034752897918224335,-0.2952348589897156,0.08049538731575012,-0.0022141337394714355,0.005412044003605843 +42,-1.2474393953487672,1.2939521543974861,-1.242945527817678,-0.259155809879303,-0.9619227647781372,-0.08684807270765305,-0.18708202242851257,0.5601738691329956,0.11239272356033325,0.10136470198631287,0.30085110664367676,0.04139215499162674 +43,-1.1378408329340512,1.292351538211878,-1.3008971039122454,-0.24949924647808075,-0.9614840745925903,-0.11531930416822433,0.020330388098955154,0.423068106174469,-0.32513633370399475,-0.19187648594379425,0.24587738513946533,-0.008215844631195068 +44,-1.1125105224782212,1.3077299632166375,-1.2777570937502813,-0.23320943117141724,-0.9655971527099609,-0.11504584550857544,0.21133653819561005,0.46093976497650146,0.18072664737701416,-0.34776896238327026,0.022695541381835938,0.05192023515701294 +45,-1.2200437894331164,1.2958766470728,-1.169342990956779,-0.2549407184123993,-0.9624469876289368,-0.09327809512615204,0.14566251635551453,-0.2507462203502655,0.16484025120735168,-0.1552155315876007,-0.3108835816383362,-0.15127456188201904 +46,-1.2397657908715356,1.327584774706354,-1.2112502925993582,-0.22774623334407806,-0.9705695509910583,-0.07827107608318329,-0.0829748883843422,-0.626883864402771,-0.4005679190158844,0.36167263984680176,-0.3133049011230469,0.24593466520309448 +47,-1.251200384480043,1.342163347671726,-1.2993953002403047,-0.21516990661621094,-0.9739771485328674,-0.07120855152606964,-0.02051212266087532,-0.9722416996955872,0.016509894281625748,0.030904769897460938,0.32328128814697266,-0.06856191158294678 +48,-1.2856340163281081,1.3530441039454777,-1.3309733565358495,-0.20731134712696075,-0.9763855338096619,-0.06077370420098305,-0.3816576302051544,-0.5287318229675293,-0.17184503376483917,0.16081781685352325,0.30396121740341187,0.10346776247024536 +49,-1.0837709225023473,1.3426201918028742,-1.5847139634670406,-0.19990025460720062,-0.9740805625915527,-0.1058618351817131,-0.4669790267944336,-0.16814647614955902,0.3533220589160919,-0.027882948517799377,-0.058863043785095215,0.1711084246635437 +50,-1.1713585512254197,1.2909398535025645,-1.55400194890782,-0.2544737756252289,-0.9610950946807861,-0.10742118209600449,0.09317177534103394,-0.8300652503967285,-0.0388452485203743,0.014987081289291382,-0.38146471977233887,-0.12149113416671753 +51,-1.120831356635477,1.2741310381407807,-1.7109759373363211,-0.26323461532592773,-0.9563166499137878,-0.1271454393863678,-0.470881849527359,-0.45526376366615295,0.06390480697154999,-0.040766239166259766,-0.014676392078399658,-0.2760985493659973 +52,-1.0347525195787195,1.2606236533553956,-1.8310403058004154,-0.2624110281467438,-0.9522808790206909,-0.1558891087770462,-0.3614856004714966,-0.028433453291654587,0.05517878383398056,0.029394090175628662,0.2448224425315857,0.0770011693239212 +53,-0.98160838598504,1.2478669897985712,-1.864221612223687,-0.26383888721466064,-0.9483098983764648,-0.17634467780590057,-0.06624460220336914,-0.06542712450027466,-0.11197708547115326,-0.023743540048599243,0.20751094818115234,-0.04712027311325073 +54,-0.920816176393587,1.250162031856376,-1.9686764689786147,-0.250904381275177,-0.9490357041358948,-0.1907307654619217,0.3693855404853821,-0.29227712750434875,-0.08486377447843552,-0.2180134356021881,0.03538525104522705,0.09473772346973419 +55,-1.0798201772194347,1.315632022228958,-1.889488757789204,-0.2225886434316635,-0.9676218628883362,-0.11900538206100464,0.6795650720596313,-1.5957677364349365,-0.788644015789032,0.02382764220237732,-0.21807760000228882,-0.37891942262649536 +56,-1.2583066887250405,1.3819339727187832,-1.9097898137749365,-0.1786494106054306,-0.9822184443473816,-0.05771712213754654,0.01641298457980156,-2.0755462646484375,-0.1807478368282318,-0.003326907753944397,-0.41023755073547363,-0.13251423835754395 +57,-1.1808983310620906,1.331707952216528,-2.131478096398305,-0.21904303133487701,-0.9715542793273926,-0.09001259505748749,-0.635489821434021,-1.3206669092178345,0.2828092575073242,-0.1921202838420868,0.22730696201324463,-0.15556234121322632 +58,-1.0972417837732333,1.3220742035100894,-2.3613559374826654,-0.21907585859298706,-0.9692277908325195,-0.1122644916176796,-0.571265459060669,-1.6245689392089844,-0.40881460905075073,-0.0052130818367004395,0.45334339141845703,0.06323796510696411 +59,-0.9693839726902306,1.3118934899431525,-2.6841016541068847,-0.21109838783740997,-0.9666714668273926,-0.14485830068588257,-0.7751806378364563,-3.1342146396636963,-0.3667423725128174,-0.15553978085517883,0.012661457061767578,-0.44864755868911743 +60,-0.847281771203781,1.2741908927624486,3.1028176899519915,-0.21905551850795746,-0.9563341736793518,-0.19349288940429688,-1.9657028913497925,-3.5959174633026123,-0.25079110264778137,-0.48117029666900635,-0.3924359083175659,-0.2523841857910156 +61,-0.7428014740599561,1.2313500450191524,2.834468672860311,-0.22520235180854797,-0.9429391622543335,-0.24525438249111176,-0.13354459404945374,-0.17481231689453125,-0.4830278754234314,0.015973836183547974,0.391623854637146,0.12454211711883545 +62,-0.549511816085253,1.2767644004885554,2.6368181851040853,-0.1513613760471344,-0.9570831656455994,-0.2471473515033722,-0.5061439871788025,-1.0586589574813843,-0.7607670426368713,0.0964907705783844,0.05246579647064209,-0.17106550931930542 +63,-0.42021793626363685,1.2459794784292426,2.3366652985457477,-0.130194291472435,-0.9477092027664185,-0.2913706302642822,0.35465094447135925,-0.2652987241744995,-0.3887273967266083,-0.4888700544834137,-0.17829787731170654,0.4138529300689697 +64,-0.4206340810314007,1.355332131042645,2.3066418498752284,-0.08730323612689972,-0.9768772721290588,-0.19516374170780182,1.054506540298462,0.10965250432491302,-0.6126076579093933,-0.00414266437292099,-0.4054774045944214,-0.3328819274902344 +65,-0.2538774908243877,1.4593224299023928,2.1664990543419185,-0.027939556166529655,-0.9937931895256042,-0.10767669975757599,-0.018612105399370193,-0.14791491627693176,-0.4110887348651886,0.3489539623260498,0.0372198224067688,0.182749941945076 +66,-0.24429059976771916,1.4416650196395693,2.1345122005203474,-0.03114612028002739,-0.9916741251945496,-0.12494980543851852,0.1520770639181137,-0.7014505863189697,0.5743530988693237,-0.025051984935998917,0.6054741144180298,0.04113326966762543 +67,-0.5296683822933745,1.4383354025612658,2.3197952174942325,-0.06672997772693634,-0.9912398457527161,-0.11397644132375717,-0.1629563570022583,-1.3721054792404175,-0.3094833791255951,-0.16773656010627747,0.06374967098236084,0.10825437307357788 +68,-0.9929807428579371,1.3663070025906647,2.7163050228535073,-0.17010089755058289,-0.9791648387908936,-0.1109144315123558,0.04805167764425278,0.4696992337703705,0.693990170955658,-0.3544047176837921,-0.6397316455841064,-0.12484908103942871 +69,-0.9962254652233791,1.3504516536670976,2.7056720306388997,-0.18347036838531494,-0.9758221507072449,-0.11878537386655807,-0.3833150863647461,-0.8493296504020691,-0.17246228456497192,-0.03927744925022125,-0.005546927452087402,-0.33124208450317383 +70,-0.8000309858941215,1.3263659445329723,2.3992350278995542,-0.17360803484916687,-0.970275342464447,-0.1686002016067505,-0.32544878125190735,-0.3578346073627472,-0.08502697199583054,0.08199429512023926,0.5465540289878845,0.192052960395813 +71,-0.7122531217011854,1.3293676091608915,2.395496747736364,-0.15625497698783875,-0.9709973931312561,-0.18096502125263214,-0.14013057947158813,0.4908948540687561,-0.8241557478904724,0.16534920036792755,0.16582167148590088,0.20927013456821442 +72,-0.6367401140865464,1.344007778735665,2.3317260485358347,-0.1336904913187027,-0.9743934869766235,-0.18078763782978058,0.10561896860599518,0.3847111165523529,0.6467493176460266,-0.4526132047176361,-0.34277570247650146,0.17799526453018188 +73,-0.8172915211042981,1.378752358510209,2.5671462538650704,-0.13919739425182343,-0.9816161394119263,-0.1305900514125824,0.8701140880584717,0.0821785256266594,-1.0854709148406982,0.06603153049945831,-0.042431652545928955,-0.15618358552455902 +74,-0.845189142006247,1.4370752217933804,2.582642947598424,-0.09973876178264618,-0.9910726547241211,-0.08847203105688095,0.3130195140838623,0.3960948884487152,0.08490318059921265,0.41593137383461,0.1726827621459961,0.09333956241607666 +75,-1.0515343354173694,1.4457876813333181,2.802413443876975,-0.10824789851903915,-0.9921965599060059,-0.061872582882642746,0.3433198928833008,0.2243652492761612,0.5103147625923157,0.06643880158662796,0.5642181038856506,0.05756962671875954 +76,-1.1438786039812927,1.4015517695858153,2.9002070737992645,-0.1533200740814209,-0.9857122898101807,-0.06974463909864426,-0.7659680843353271,-0.7735314965248108,-0.15325824916362762,-0.09521511197090149,0.25118470191955566,0.07354408502578735 +77,-0.9357175938461711,1.3582373727038457,2.6347248772565814,-0.16982965171337128,-0.9774942994117737,-0.12515126168727875,-0.18521513044834137,0.23314175009727478,0.8103777170181274,-0.21859805285930634,-0.3482655882835388,0.42169058322906494 +78,-1.2430885472615703,1.3278890796159701,2.944562502922772,-0.2277258187532425,-0.9706428050994873,-0.0774189755320549,0.7284767031669617,0.1691010296344757,-0.21872158348560333,0.1209295392036438,-0.3246300220489502,-0.1156046986579895 +79,-1.1879819335768054,1.3180439438304696,2.8232235288808734,-0.2319694459438324,-0.9682278037071228,-0.09340940415859222,-0.5253773927688599,-0.45314696431159973,0.060956306755542755,-0.08672565221786499,0.10133010149002075,-0.3474169969558716 +80,-1.0216175069562852,1.3046400128694013,2.652517033730255,-0.22434855997562408,-0.9647890329360962,-0.1372959166765213,-0.42492860555648804,0.8619312047958374,-0.16798615455627441,0.02737283706665039,0.49571847915649414,0.1669131964445114 +81,-0.7364831611567253,1.279827707757922,2.475404277325101,-0.19269360601902008,-0.9579664468765259,-0.21253100037574768,-0.414320170879364,0.42766544222831726,-0.4223965108394623,0.10434521734714508,0.25693196058273315,0.1715458780527115 +82,-0.6876730123516072,1.3243811138969939,2.4449896624937635,-0.15483185648918152,-0.9697930812835693,-0.18849028646945953,-0.18192003667354584,0.6306807994842529,0.15355585515499115,-0.4540853500366211,-0.45893311500549316,0.33479154109954834 +83,-0.9323505213487373,1.3602193430508507,2.7644356786831525,-0.16785097122192383,-0.9779104590415955,-0.12456738948822021,0.6948989033699036,0.10666565597057343,0.016293955966830254,-0.1433214694261551,-0.17768335342407227,-0.3134666681289673 +84,-1.3123310732530624,1.437472092116539,3.107375977043218,-0.1285148561000824,-0.9911254644393921,-0.033976610749959946,0.6658021211624146,-0.12659214437007904,-0.18678122758865356,0.3689323365688324,-0.09731447696685791,0.09621727466583252 +85,-1.3474191341827135,1.4271573004251985,-3.1303965309589024,-0.13958945870399475,-0.9897016286849976,-0.03171028196811676,0.011502948589622974,0.16613492369651794,0.44248005747795105,0.09469807147979736,0.5220960378646851,-0.037488341331481934 +86,-1.3565204481134594,1.3612357655459255,-3.0744410769468122,-0.2032730132341385,-0.9781224131584167,-0.04423559829592705,-0.5231432914733887,-0.017206493765115738,0.06069072335958481,-0.06287077069282532,0.43736618757247925,-0.010833382606506348 +87,-1.1329520746219501,1.3419489693901665,2.901719217599533,-0.20545491576194763,-0.9739285111427307,-0.096183642745018,-0.07597481459379196,0.5410211682319641,0.6731388568878174,-0.33945170044898987,-0.38138753175735474,0.4691389799118042 +88,-1.2075151286155348,1.2944712303279513,3.000644474058705,-0.25501641631126404,-0.9620645046234131,-0.0969453975558281,0.24708355963230133,0.09185224026441574,-0.017164284363389015,0.10537350177764893,-0.5562612414360046,-0.3248380422592163 +89,-1.196963677962737,1.3079770107745896,2.8495181653836275,-0.24186082184314728,-0.965661346912384,-0.09487691521644592,-0.8351656198501587,-1.6012929677963257,-0.3594149947166443,-0.050695955753326416,-0.014746367931365967,-0.20144879817962646 +90,-0.9940127354005831,1.3101398358203293,2.5945614351874933,-0.21602179110050201,-0.9662209749221802,-0.14053969085216522,-0.22372440993785858,0.6571896076202393,-0.19550617039203644,0.0830109715461731,0.5082437992095947,0.1834321767091751 +91,-0.7250915977729243,1.2924466231018776,2.4045046958413208,-0.1822279840707779,-0.961510181427002,-0.20564784109592438,0.13311360776424408,0.6837435960769653,-0.15320925414562225,0.11103050410747528,0.28073936700820923,0.029942885041236877 +92,-0.694345474973951,1.3245778359436766,2.4270007573515744,-0.15596403181552887,-0.9698410630226135,-0.18730638921260834,0.34379780292510986,0.41488218307495117,0.45375242829322815,-0.3438376188278198,-0.48006439208984375,0.11851976811885834 +93,-0.8999805775640124,1.3424645916372486,2.7094934433786273,-0.17730548977851868,-0.9740453958511353,-0.14070658385753632,0.7413280606269836,0.6067065000534058,-0.13018016517162323,-0.12587137520313263,-0.37478578090667725,-0.32531213760375977 +94,-0.9537297930304636,1.424480757966614,2.7579682747361565,-0.11890700459480286,-0.9893149733543396,-0.08436329662799835,-0.016677118837833405,-0.22172494232654572,-0.17657530307769775,0.48929882049560547,-0.1900520920753479,0.13560235500335693 +95,-0.8845423282663408,1.4370854412683003,2.678289448015194,-0.10313381999731064,-0.9910740256309509,-0.08447255939245224,0.08569483458995819,-0.255965918302536,0.1372322142124176,0.07167018949985504,0.4897923469543457,-0.00039684027433395386 +96,-1.1667576394035692,1.3837411402343187,2.9431896529628294,-0.17099259793758392,-0.9825561046600342,-0.073109932243824,-0.3223942518234253,-0.4784988760948181,0.26186683773994446,-0.08538556098937988,0.5717895030975342,0.1407521367073059 +97,-0.9328912705254806,1.3628907091445588,2.6669926386688587,-0.16581951081752777,-0.9784653782844543,-0.12292078137397766,-0.11361771821975708,0.9608172178268433,0.24344268441200256,-0.18813860416412354,-0.36887049674987793,0.4770009517669678 +98,-1.0555594271235778,1.31243209813062,2.8143021501809558,-0.22232957184314728,-0.9668092131614685,-0.12589509785175323,0.3536248505115509,-0.11152878403663635,0.1615460216999054,-0.05641798675060272,-0.5599547028541565,-0.2783712148666382 +99,-1.1578321284138362,1.3162673680179267,2.801131152332321,-0.2306227833032608,-0.9677820205688477,-0.10104965418577194,-0.5216548442840576,-1.7490665912628174,0.22791197896003723,-0.0477127879858017,-0.28832143545150757,-0.21212172508239746 +100,-1.0312350241305444,1.2897831366740362,2.6022865365180805,-0.23793014883995056,-0.9607749581336975,-0.1424805372953415,-0.2330050766468048,0.29346394538879395,-0.18786056339740753,0.06860341131687164,0.4075065851211548,0.1961914449930191 +101,-0.7856964553260526,1.255699399838608,2.4866607652368367,-0.21920393407344818,-0.9507663249969482,-0.21907320618629456,-0.0007841009646654129,1.0452195405960083,0.22626817226409912,0.33530810475349426,0.5537326335906982,0.04397857189178467 +102,-0.7417457939573605,1.2671187949977407,2.54891923193106,-0.20201842486858368,-0.9542432427406311,-0.22047290205955505,0.5900142788887024,0.821513831615448,0.09658804535865784,-0.20055417716503143,-0.23299729824066162,0.28146231174468994 +103,-0.9643610969965819,1.2898606034554705,2.8774163989623425,-0.22781607508659363,-0.9607964158058167,-0.15801914036273956,0.8524575233459473,0.3409520387649536,0.2593905031681061,0.06134270131587982,-0.3878210783004761,-0.35948270559310913 +104,-1.1453942326724422,1.325796597020037,3.07135004053287,-0.2209377884864807,-0.9701374173164368,-0.10009977966547012,0.23695048689842224,-0.05252048745751381,0.07548478990793228,0.3078518509864807,-0.22125357389450073,-0.02792143076658249 +105,-1.331091669252152,1.3310316664688295,-2.977113787797836,-0.230684295296669,-0.971393883228302,-0.05638009309768677,0.6605069041252136,0.7443140149116516,0.46238425374031067,0.1356983184814453,0.5176891088485718,-0.021012485027313232 +106,-1.3678222522848158,1.2973200754614416,-2.882010562237672,-0.2645357847213745,-0.9628378748893738,-0.05444363132119179,-0.7476832270622253,0.1844692975282669,-0.13481570780277252,0.004892230033874512,0.6632468104362488,0.0698091983795166 +107,-1.0433200455855178,1.2483585762401257,3.0280160644535057,-0.2738094925880432,-0.9484657645225525,-0.1595027595758438,-0.19748619198799133,-0.07399355620145798,0.5238609910011292,-0.5882205367088318,-0.4565024971961975,0.3364894390106201 +108,-1.2253230132140327,1.2420893463087683,-3.0843347511449055,-0.30374571681022644,-0.9464605450630188,-0.10932023823261261,0.5877201557159424,-0.4179317355155945,0.20219026505947113,-0.07354310154914856,-0.8362389802932739,-0.4456419348716736 +109,-1.204959569377552,1.252155839356922,2.976330550886128,-0.292544424533844,-0.9496622085571289,-0.1120683029294014,-1.0985729694366455,-2.016918897628784,-0.23790301382541656,-0.17304697632789612,-0.2870015501976013,-0.3853377103805542 +110,-1.041176732760177,1.2431592411507286,2.7393654527820486,-0.27771884202957153,-0.9468053579330444,-0.16257831454277039,-0.06752228736877441,1.3481438159942627,-0.0862065851688385,0.11385473608970642,0.5154241919517517,0.3966786861419678 +111,-0.8443388450711677,1.228877555410741,2.7126262995795964,-0.25064411759376526,-0.9421130418777466,-0.22271184623241425,0.14540661871433258,1.500264048576355,0.023680178448557854,0.42052024602890015,0.5647631883621216,0.16765809059143066 +112,-0.7959291917721918,1.2630912870683637,2.7395387184579927,-0.2164064198732376,-0.9530311822891235,-0.21189577877521515,0.4558309316635132,0.4542468190193176,-0.04190203174948692,-0.20557540655136108,-0.39262616634368896,0.10775458812713623 +113,-1.0478330668297593,1.2858177688867638,3.112006735040949,-0.2435607761144638,-0.9596676826477051,-0.1404135823249817,1.0569478273391724,0.6328684091567993,0.37924081087112427,-0.210235595703125,-0.7375520467758179,-0.4658792018890381 +114,-1.214367795098641,1.3373749709602745,-3.020908942892425,-0.21676909923553467,-0.9728807210922241,-0.08070982247591019,0.14480137825012207,-0.49986669421195984,-0.12362192571163177,0.34327977895736694,-0.41814088821411133,0.09752500802278519 +115,-1.393203174578226,1.3478204265890543,-2.855423906589837,-0.21765489876270294,-0.9752436876296997,-0.039065584540367126,0.3669462502002716,-0.19800804555416107,0.11225345730781555,0.10043689608573914,0.4530574083328247,3.361701965332031e-05 +116,-1.4057292215058594,1.3166559181488662,-2.837183828635543,-0.24799618124961853,-0.9678797721862793,-0.04131190478801727,-0.4527817964553833,0.2919331192970276,0.21292535960674286,0.04519161581993103,0.6435236930847168,0.04102200269699097 +117,-1.0981215801780912,1.2966492101382032,3.123827467480771,-0.24104192852973938,-0.9626564383506775,-0.12325327098369598,-0.3816494941711426,-0.11161656677722931,0.26416122913360596,-0.28001517057418823,-0.191106379032135,0.2277301549911499 +118,-1.2600253823193444,1.2711893977764834,-3.035130477958174,-0.2810065746307373,-0.955452561378479,-0.0902530625462532,0.7258113622665405,-0.41804471611976624,0.2752506732940674,-0.010359972715377808,-0.6016305088996887,-0.4482753872871399 +119,-1.2948115660610093,1.2758199200456684,3.1315833571891782,-0.27971601486206055,-0.9568089842796326,-0.07921895384788513,-0.8974665403366089,-1.48203706741333,-0.23191846907138824,-0.09459733963012695,-0.4004451036453247,-0.421650767326355 +120,-1.094458513471034,1.269995037704845,2.8568345710296295,-0.2633029818534851,-0.9550994038581848,-0.13585509359836578,-0.5748807191848755,0.38366079330444336,-0.10850763320922852,0.007275760173797607,0.1904052495956421,0.23296202719211578 +121,-0.8804573781213059,1.2505906867872734,2.759292798047965,-0.2426908314228058,-0.949170708656311,-0.20043984055519104,-0.11212678998708725,1.1091493368148804,-0.06138933449983597,0.2912748157978058,0.5562111139297485,0.19570958614349365 +122,-0.7620986876931524,1.2651564616999575,2.723180187557505,-0.20775610208511353,-0.9536545872688293,-0.21767009794712067,0.6866578459739685,0.7466647028923035,0.09057771414518356,-0.14136499166488647,0.06583726406097412,-0.029064536094665527 +123,-0.9759093152200793,1.2871829398271324,3.054264031156007,-0.23175550997257233,-0.9600505828857422,-0.1568189412355423,0.9393948316574097,0.19990040361881256,0.4407067596912384,-0.05452987551689148,-0.4268970489501953,-0.5828660726547241 +124,-1.218172882539639,1.33807065740298,-2.9510186808151797,-0.21644000709056854,-0.9730414152145386,-0.0796508640050888,-0.12477780878543854,0.3363535702228546,-0.11185017228126526,0.37793901562690735,-0.7708550691604614,0.13018798828125 +125,-1.2133711613107212,1.3498118672330113,-2.9864774734911648,-0.20533816516399384,-0.9756821393966675,-0.07668682932853699,0.18700763583183289,-0.4808347523212433,0.027408389374613762,0.007218033075332642,0.16808009147644043,-0.023944862186908722 +126,-1.26551015871126,1.329295501502166,-2.9502996160456822,-0.22810176014900208,-0.9709801077842712,-0.07188348472118378,-0.4911116361618042,0.27755221724510193,-0.060071978718042374,-0.034044235944747925,0.6728538870811462,0.24934321641921997 +127,-1.0112688213324017,1.3245256551413045,3.0933556457989657,-0.20661219954490662,-0.9698283076286316,-0.12939946353435516,-0.9666767120361328,-0.8130186796188354,0.1468580961227417,-0.14992468059062958,0.29189568758010864,-0.12290464341640472 +128,-1.1039416451735273,1.2793807044242413,3.079296784250799,-0.2565630376338959,-0.9578381180763245,-0.1293116956949234,0.07527408003807068,-1.197223424911499,0.17435112595558167,-0.18076908588409424,-0.6506060361862183,-0.1356571763753891 +129,-1.2414619311097177,1.3095815621480393,3.050103264205462,-0.24437572062015533,-0.9660769701004028,-0.08352306485176086,-0.7694658637046814,-2.13232684135437,0.024630283936858177,0.15018320083618164,-0.5507078170776367,-0.636890172958374 +130,-1.0880882250308517,1.302092681530742,2.7886650909133883,-0.2351483255624771,-0.9641158580780029,-0.12323131412267685,-0.3324706554412842,0.22958065569400787,-0.1552724689245224,0.010813623666763306,0.14055323600769043,0.06024301052093506 +131,-0.8653586580864966,1.2827727546100294,2.6627305757762216,-0.216261088848114,-0.9588071703910828,-0.18417370319366455,-1.0442626476287842,1.6641045808792114,-0.05938376486301422,0.348127543926239,0.522146463394165,0.5599671602249146 +132,-0.6151875224943613,1.2569904747111507,2.5505827413812234,-0.17814339697360992,-0.9511656761169434,-0.2520890235900879,-0.06749686598777771,0.9828565716743469,-0.2054942101240158,0.12667548656463623,0.31273794174194336,-0.01129293441772461 +133,-0.723743506643701,1.2927169997627814,2.805026900985897,-0.18177813291549683,-0.9615844488143921,-0.205698162317276,0.8503632545471191,1.8280290365219116,0.30446678400039673,-0.4700773358345032,-0.2970976233482361,-0.0683649480342865 +134,-0.9440223562152659,1.3523887451869767,3.1357216305020725,-0.17549052834510803,-0.9762437343597412,-0.12708765268325806,0.3753580152988434,0.21103796362876892,-0.5871808528900146,0.24697795510292053,-0.4666426181793213,0.011044561862945557 +135,-0.9368868683256326,1.3673941381192458,3.1036282706926017,-0.16275669634342194,-0.9793850183486938,-0.11964564770460129,0.5046594738960266,-0.2967672646045685,-0.020282331854104996,0.026190534234046936,0.3158719539642334,0.0392012745141983 +136,-1.2344450090816965,1.363413219392186,-2.9092140468235566,-0.19436246156692505,-0.9785730838775635,-0.06795629113912582,0.03461341932415962,-0.3553685247898102,0.45410147309303284,0.02122098207473755,0.6753809452056885,0.08318454027175903 +137,-0.9854119028721144,1.3306724735865822,3.121950012972008,-0.19822537899017334,-0.9713085293769836,-0.1314019113779068,-0.9060410857200623,-0.03198083117604256,0.12071521580219269,-0.17364656925201416,0.11774712800979614,0.040123820304870605 +138,-1.1844663484097215,1.2739907894236047,-2.937246906230695,-0.27091163396835327,-0.9562756419181824,-0.11019906401634216,0.7200183868408203,0.7201657891273499,0.5912742018699646,-0.061012834310531616,-0.6482318043708801,-0.23240649700164795 +139,-1.3723689154379692,1.2715163199599913,-2.633520383933892,-0.2890473008155823,-0.9555490016937256,-0.05811971053481102,0.7114653587341309,0.7269150614738464,0.17281778156757355,0.3652954399585724,-0.2844565510749817,-0.3585367202758789 +140,-1.2979605894336825,1.298136340723452,-2.6365622261844885,-0.2593330144882202,-0.9630579948425293,-0.07256487011909485,-0.5405774712562561,1.137559175491333,-0.25811928510665894,0.2037300169467926,0.3119044899940491,0.15216994285583496 +141,-0.9691566520806804,1.275403736500211,-2.7654919046294766,-0.2399982511997223,-0.9566879272460938,-0.1647699922323227,0.41594398021698,2.711320638656616,0.16992953419685364,0.022484198212623596,0.46161651611328125,-0.016473889350891113 +142,-0.9747080488130178,1.3198759545850938,-2.537747547321153,-0.2054741233587265,-0.9686843156814575,-0.139395609498024,0.8979306817054749,1.3963258266448975,0.2557585835456848,-0.049347639083862305,0.05535423755645752,-0.3025904893875122 +143,-1.073037197665667,1.2487768275037054,-2.305060755969157,-0.2780795991420746,-0.9485982060432434,-0.15110744535923004,0.5288025140762329,0.8384044170379639,0.118857242166996,-0.8389095664024353,-0.08028680086135864,-0.3728640675544739 +144,-1.219916703285087,1.3405181000592796,-2.007178601563457,-0.21434104442596436,-0.9736029505729675,-0.07845431566238403,0.947564423084259,0.5885711908340454,-0.9401000738143921,0.42067041993141174,-0.8444816470146179,0.7911160588264465 +145,-1.0889667964880585,1.355671568530943,-2.0982161642409536,-0.18916554749011993,-0.9769497513771057,-0.09892193973064423,-0.2822001278400421,-1.1700657606124878,-0.4527002274990082,-0.06986765563488007,0.4407254457473755,-0.16102677583694458 +146,-1.138608002316324,1.381820147899318,-2.1582505269115395,-0.17058084905147552,-0.982197105884552,-0.07868421822786331,-0.29778507351875305,-0.41092050075531006,-0.43093228340148926,-0.010632544755935669,0.6328012347221375,0.2818092107772827 +147,-0.971152660435503,1.3490273375218251,-2.378275498361488,-0.18158140778541565,-0.9755098819732666,-0.12413156032562256,-0.9316428303718567,-0.9523282647132874,0.5207090377807617,-0.16766175627708435,0.04754668474197388,-0.042357079684734344 +148,-0.8930627541273123,1.2625823415292192,-2.623706748635532,-0.23631413280963898,-0.9528768658638,-0.1902139037847519,0.06597842276096344,-0.34870707988739014,0.025542467832565308,-0.14553704857826233,-0.509250819683075,-0.19281220436096191 +149,-0.9271742536939261,1.282337881587789,-2.6489342511632072,-0.22755904495716095,-0.9586835503578186,-0.17071229219436646,-0.388069212436676,-1.1620749235153198,-0.7932740449905396,0.18990035355091095,0.012425065040588379,-0.01980893313884735 +150,-0.7618970604311252,1.290858144319324,-2.8792483224116436,-0.19072607159614563,-0.9610725045204163,-0.1999080926179886,-0.5208329558372498,0.22495226562023163,-0.3645666241645813,0.252524197101593,0.46018749475479126,0.35054290294647217 +151,-0.7007404444760524,1.2748380773395318,-2.934710320042112,-0.18805554509162903,-0.9565231204032898,-0.22293218970298767,-0.07639457285404205,-0.32668712735176086,0.30248549580574036,-0.12296433746814728,0.4466506838798523,-0.06957876682281494 +152,-0.8861662266208546,1.275235598756568,-2.7853382942226608,-0.22563806176185608,-0.9566389918327332,-0.18419919908046722,0.6628628373146057,-0.35596945881843567,0.023079363629221916,-0.3778165280818939,-0.23650676012039185,-0.2680255174636841 +153,-0.8804432510048075,1.351671631505451,-2.808095742406798,-0.16760095953941345,-0.9760881066322327,-0.13842663168907166,-0.15068389475345612,0.6151200532913208,-0.22938500344753265,0.6801437139511108,-1.047807216644287,-0.04937851428985596 +154,-1.064245017388994,1.3700844034695197,-2.6480675115616195,-0.1743314564228058,-0.9799249172210693,-0.09672601521015167,0.209807351231575,-0.7495867609977722,-0.2512080669403076,0.027175694704055786,0.3895622491836548,0.13444577157497406 +155,-1.1650732668906494,1.3783519076352542,-2.675517066611564,-0.1757318675518036,-0.9815396666526794,-0.07548663765192032,0.07170643657445908,-1.6761184930801392,0.2002197504043579,0.10915777087211609,0.7686490416526794,0.02057027816772461 +156,-1.0880671234402954,1.30967768665178,-2.9482438058752267,-0.2286621332168579,-0.9661017656326294,-0.11983831971883774,-1.504663348197937,-1.7680714130401611,0.6533637642860413,-0.37413638830184937,-0.18619632720947266,0.0019489377737045288 +157,-1.288324781495105,1.283757184140732,-2.8461179882005627,-0.2718941569328308,-0.9590863585472107,-0.07891242206096649,0.3526020348072052,-0.11295711994171143,0.16986709833145142,-0.1137869656085968,-1.1604663133621216,-0.2633575201034546 +158,-1.2848311274138917,1.2851784519779677,-3.0098008528595015,-0.27030831575393677,-0.9594877362251282,-0.07947711646556854,-0.7563436627388,-1.5206079483032227,-0.0835508331656456,-0.08854791522026062,-0.40330517292022705,-0.41071152687072754 +159,-1.051062961329185,1.2822910949890294,2.9733913011356905,-0.2469494789838791,-0.9586702585220337,-0.14130643010139465,-0.8392521739006042,0.29296383261680603,-0.28434091806411743,0.1381695568561554,0.32066965103149414,0.28101587295532227 +160,-0.7381148845446264,1.241670201876875,2.8075377197238787,-0.21749018132686615,-0.9463251829147339,-0.23909513652324677,0.53303462266922,1.3052990436553955,-0.055423587560653687,0.25723934173583984,0.6051692962646484,0.24797575175762177 +161,-0.769683174766553,1.271506684422824,2.9177542481633214,-0.205182284116745,-0.9555462002754211,-0.21173468232154846,1.048815369606018,0.685560941696167,0.7888072729110718,-0.4034450054168701,-0.4242297410964966,0.013034731149673462 +162,-1.0399337612448836,1.3083006696064174,-2.984461690559451,-0.2237776815891266,-0.9657453894615173,-0.1313745677471161,1.0403732061386108,0.8918209075927734,-0.4303824305534363,0.07648460566997528,-0.2737107276916504,-0.1903722733259201 +163,-1.1000482957936115,1.3424794902715016,-2.886473458572895,-0.20171968638896942,-0.9740487337112427,-0.10265661776065826,0.42924878001213074,-0.3756861090660095,0.059153001755476,0.042875707149505615,0.11288845539093018,-0.13679957389831543 +164,-1.3398501043947753,1.3183621212948324,-2.690335104483003,-0.24313044548034668,-0.9683073163032532,-0.05717010423541069,0.01313308160752058,-0.6460527777671814,0.4893818199634552,0.00625300407409668,0.606796145439148,0.058924853801727295 +165,-1.1050103931666166,1.2924606499924698,-2.952300225230958,-0.24548593163490295,-0.9615140557289124,-0.12339983135461807,-1.1098233461380005,-0.510246992111206,-0.2525092661380768,-0.12537896633148193,0.36082130670547485,-0.12643229961395264 +166,-1.1487417918167293,1.2672071202640027,-2.9666134522075995,-0.27271419763565063,-0.9542696475982666,-0.12245933711528778,-0.05487754940986633,-0.4521934390068054,0.4501289129257202,-0.17935791611671448,-0.2649685740470886,0.4107436537742615 +167,-1.2703315034716542,1.276303185198865,-2.8911214270849226,-0.2772511839866638,-0.9569494128227234,-0.085905060172081,-0.5143979787826538,-1.8424724340438843,-0.3955647349357605,0.2513570189476013,-0.5208643674850464,-0.6311969757080078 +168,-1.1607762219274043,1.271478438923421,3.08133651269141,-0.2704278528690338,-0.9555378556251526,-0.11754284799098969,-0.8727694749832153,-0.7162027955055237,-0.15965129435062408,-0.11949527263641357,-0.0073223114013671875,0.013798341155052185 +169,-0.9497753729548793,1.2331166665913973,2.913755543077914,-0.2694399952888489,-0.9435259103775024,-0.19277124106884003,-0.2502976953983307,1.6205459833145142,0.2300494909286499,0.11717259883880615,0.4021899700164795,0.25708702206611633 +170,-0.7836809231331449,1.2164727759781182,2.887233157635422,-0.24491311609745026,-0.9378814101219177,-0.24575571715831757,-0.23376257717609406,0.503548264503479,-0.11500175297260284,0.20003707706928253,0.4422150254249573,0.21134714782238007 +171,-0.9137665833491633,1.239203756837024,3.0497539849396693,-0.25777286291122437,-0.9455251097679138,-0.19883477687835693,1.1192222833633423,0.4946579337120056,0.5677459239959717,-0.6797423362731934,-0.5085458755493164,0.06207028031349182 +172,-1.1364015899455489,1.2728562472961822,-3.0484650801670443,-0.2662881910800934,-0.95594322681427,-0.12354464828968048,0.1743263155221939,-1.2089107036590576,-0.35717257857322693,0.06304112076759338,-0.5813645124435425,0.03505897521972656 +173,-1.2078823167038863,1.2799054442318352,-3.041029902105729,-0.26812517642974854,-0.9579887390136719,-0.1018160805106163,-0.21675965189933777,-1.2238118648529053,0.13182656466960907,0.05128255486488342,0.09472274780273438,-0.1630917191505432 +174,-1.2562660514129784,1.24720011302371,3.118072905000357,-0.3023785948753357,-0.9480980634689331,-0.09837280213832855,-0.7568625807762146,-1.5189183950424194,0.14241455495357513,-0.022145330905914307,0.5069512128829956,0.24151551723480225 +175,-1.1327634731077196,1.2232713404666369,2.913263511289457,-0.30841779708862305,-0.9402185082435608,-0.14445661008358002,-0.39997515082359314,-0.652563750743866,-0.10599803179502487,0.08751624822616577,0.447847843170166,0.11085675656795502 +176,-1.1663338281848556,1.2126520589170138,2.8393006460145678,-0.3222534656524658,-0.9365489482879639,-0.13794490694999695,0.18208901584148407,-1.0718109607696533,0.09148430824279785,0.1317780315876007,-0.5815021991729736,0.26636290550231934 +177,-1.3508029920791746,1.1964896572280161,2.901845243199203,-0.356815367937088,-0.9307613372802734,-0.07978834956884384,-1.0150163173675537,-1.2882004976272583,0.4958660900592804,-0.04957196116447449,-0.33098793029785156,-0.42768847942352295 +178,-1.1723608498275826,1.1638536085204803,2.6718938970682786,-0.36479973793029785,-0.9183351993560791,-0.1535625457763672,-0.8482935428619385,-0.2486024796962738,-0.08408255875110626,-0.18306702375411987,-0.06457489728927612,-0.05761907994747162 +179,-1.02685719421365,1.1652980367275443,2.5931784435823637,-0.3375444710254669,-0.9189059734344482,-0.20414583384990692,0.6337952613830566,2.686248540878296,-0.12194699794054031,0.3264666199684143,0.430014431476593,0.5428757071495056 +180,-0.8390236164708201,1.1805704551264349,2.5988551929566484,-0.2830123007297516,-0.9248231649398804,-0.25417760014533997,0.14852169156074524,1.1488087177276611,-0.16657476127147675,0.3229750990867615,0.43655717372894287,-0.05574369430541992 +181,-0.9818246840937049,1.1919415395810373,2.856397204209114,-0.3075404167175293,-0.929088830947876,-0.20545770227909088,0.8088160157203674,1.7785228490829468,0.13191217184066772,-0.6024327278137207,-0.474536657333374,0.3523693084716797 +182,-1.1722520183239247,1.2372609822630862,-3.125506386479223,-0.3017275929450989,-0.9448908567428589,-0.1270509660243988,1.0089819431304932,0.6351041197776794,-0.34505146741867065,0.10404998064041138,-0.2107793688774109,-0.10077798366546631 +183,-1.237416768699302,1.268133817677021,-3.0860593692349765,-0.2816518545150757,-0.9545462727546692,-0.09753753989934921,-0.17026187479496002,-0.8742626905441284,0.25816428661346436,0.14088958501815796,0.09755170345306396,-0.04751252382993698 +184,-1.3456445458220254,1.2182118857401882,-3.117077234077375,-0.3366089165210724,-0.9384833574295044,-0.07709526270627975,-0.6397519111633301,-1.3166804313659668,-0.05938124656677246,0.05110165476799011,0.7758092880249023,0.22846245765686035 +185,-1.2648566707170033,1.21122891428341,3.066311944843571,-0.33552980422973633,-0.9360491037368774,-0.10597921162843704,0.018532607704401016,0.7893952131271362,-0.19890989363193512,0.009235858917236328,0.164168119430542,0.17360617220401764 +186,-1.2964151371848347,1.2079125831340976,3.097725275959671,-0.3416934013366699,-0.9348770380020142,-0.09618008136749268,0.17028918862342834,-0.5489494800567627,0.3602137267589569,-0.04983186721801758,-0.28904569149017334,0.21478664875030518 +187,-1.278070252156916,1.2068694673980982,3.044220981855379,-0.34080466628074646,-0.9345062971115112,-0.10271309316158295,-1.409611701965332,-0.7839698791503906,-0.5578738451004028,0.11910971999168396,-0.02347087860107422,-0.36312252283096313 +188,-1.0903934443554748,1.1965519109137746,2.8182679670914617,-0.3241899609565735,-0.9307841062545776,-0.1689428687095642,-0.4295905828475952,0.30056729912757874,-0.19813472032546997,-0.17877021431922913,0.2674083113670349,0.021893993020057678 +189,-0.8846749030837586,1.184883716284365,2.720475399043779,-0.291227787733078,-0.9264553189277649,-0.23846788704395294,0.0831642672419548,2.4846034049987793,0.07075917720794678,0.2510208785533905,0.5229061245918274,0.5463139414787292 +190,-0.8004447575607349,1.2088082524915782,2.835103295558288,-0.25415000319480896,-0.9351946115493774,-0.24661462008953094,0.5744718909263611,1.2839659452438354,-0.3210100829601288,-0.09623759984970093,0.03369009494781494,4.786252975463867e-05 +191,-0.7744321184716959,1.2504380768671384,2.906890640125912,-0.22021722793579102,-0.9491226673126221,-0.2251008003950119,1.4052979946136475,0.7046576738357544,0.44325777888298035,-0.354428768157959,-0.48898762464523315,-0.1703001707792282 +192,-1.0677150967773026,1.328827343721279,-3.048754579411156,-0.2099267691373825,-0.9708680510520935,-0.11552481353282928,1.1835771799087524,-0.48527637124061584,-0.6092666387557983,0.10383237898349762,-0.2764921188354492,-0.18608039617538452 +193,-1.2653226013335424,1.3625135206971217,-2.8572018942198034,-0.19720716774463654,-0.9783874154090881,-0.06218809261918068,-0.1943369209766388,-0.2074108123779297,-0.03212181478738785,0.14085647463798523,0.3705383539199829,0.0029993057250976562 +194,-1.287848966589874,1.328232751104672,-2.865352474402083,-0.23064105212688446,-0.970725417137146,-0.06705845147371292,-0.20526811480522156,-0.3191748261451721,0.5245767831802368,0.03363485634326935,0.5869516730308533,-0.006336323916912079 +195,-1.1327929358044744,1.3181693706568518,-3.0843629204194785,-0.22635333240032196,-0.9682591557502747,-0.10601115226745605,-0.5573489665985107,-0.408969521522522,-0.04588765278458595,-0.14333660900592804,-0.08403271436691284,0.20932841300964355 +196,-1.262143485335747,1.2821108476154823,-2.9673380342545363,-0.27123868465423584,-0.9586189389228821,-0.08648248761892319,0.09767231345176697,0.07707344740629196,0.3054678738117218,-0.07246550917625427,-0.35139381885528564,-0.14810609817504883 +197,-1.3608791514503369,1.2906505676720523,-2.9181512061959243,-0.2704266607761383,-0.9610151648521423,-0.0576159805059433,-0.44778022170066833,-1.4360766410827637,-0.1254434883594513,0.07279479503631592,-0.1989123821258545,-0.3820202350616455 +198,-1.227738446050707,1.285407662649498,-3.060533944754675,-0.2651260197162628,-0.9595522880554199,-0.09469801187515259,-0.34288814663887024,1.0679608583450317,-0.11317803710699081,0.11546778678894043,0.4012179374694824,0.1344166398048401 +199,-0.9348733448344042,1.2686222356035475,3.0427614726036656,-0.2394237518310547,-0.9546917676925659,-0.17674881219863892,0.6891551613807678,1.59344482421875,-0.005959880538284779,0.2823162078857422,0.5252788066864014,0.2593904733657837 +200,-0.8654536756440461,1.3081861018471679,3.058976462252244,-0.19765855371952057,-0.9657156467437744,-0.1682989001274109,0.12140312045812607,-0.01624014787375927,-0.4061797261238098,-0.2652015686035156,-0.24191069602966309,0.10721796751022339 +201,-1.098081389309457,1.3259694703404947,-2.901130285995273,-0.2158074975013733,-0.9701793193817139,-0.11036095768213272,1.0723457336425781,0.2688574194908142,0.2519613206386566,-0.1534857451915741,-0.5305989980697632,-0.4428921937942505 +202,-1.427702534011616,1.3610166486562136,-2.57362053685584,-0.20611640810966492,-0.9780768156051636,-0.02969694510102272,0.04266257584095001,0.28831547498703003,0.3075811266899109,0.4148413836956024,-0.4477807283401489,0.13411283493041992 +203,-1.3946804137479734,1.3613670914847016,-2.6415971503721893,-0.20468567311763763,-0.9781497120857239,-0.036425791680812836,-0.29150694608688354,-0.9035841226577759,0.10372842848300934,0.10210086405277252,0.5282138586044312,-0.04958796128630638 +204,-1.3356753193653133,1.3221752953569623,-2.7644654891383125,-0.23929715156555176,-0.9692526459693909,-0.05732402950525284,-0.6696146130561829,-0.2660127580165863,0.11448642611503601,-0.009924635291099548,0.6890403032302856,0.10763227939605713 +205,-1.1235074816698323,1.3089015339772674,-3.0494617252719847,-0.2334405779838562,-0.9659011363983154,-0.11198509484529495,0.11926038563251495,-0.5710855722427368,0.4445852041244507,-0.2858770489692688,-0.8254349231719971,0.31111228466033936 +206,-1.2885096447525615,1.2814257299870695,-2.9111800352641874,-0.27405521273612976,-0.9584236741065979,-0.07948470115661621,0.24431470036506653,0.06680788099765778,0.15125781297683716,-0.02645137906074524,-0.5766715407371521,-0.2420790195465088 +207,-1.3259093982177073,1.2931587898596082,-2.9381442383483036,-0.2659068703651428,-0.9617056250572205,-0.06645079702138901,-0.6779735088348389,-0.9904667735099792,0.2073989063501358,0.008918344974517822,-0.290705144405365,-0.366776704788208 +208,-1.10654550724068,1.274981191597243,3.0503021828400985,-0.2606642544269562,-0.9565648436546326,-0.13052871823310852,-0.7254807949066162,0.3653000593185425,-0.15184378623962402,0.11004477739334106,0.40708065032958984,0.40715527534484863 +209,-0.8598720862580311,1.2646285495193645,2.9808214651337472,-0.22839410603046417,-0.9534956216812134,-0.19667860865592957,0.6292558908462524,1.6022387742996216,-0.05657186359167099,0.2977604866027832,0.48410463333129883,0.06906935572624207 +210,-0.867135657031602,1.2925006958820389,3.0665790223085465,-0.20946599543094635,-0.9615250825881958,-0.17774561047554016,1.011407494544983,1.6296987533569336,0.6187018156051636,-0.7616185545921326,-0.4796980619430542,0.59673672914505 +211,-1.1875395494306025,1.3246519757962518,-2.804250861661366,-0.22598892450332642,-0.9698591232299805,-0.09111737459897995,0.9780615568161011,0.16970263421535492,-0.24174053966999054,0.11789566278457642,-0.29720020294189453,-0.29108476638793945 +212,-1.3047100363838007,1.3457663921198215,-2.7023630828741596,-0.21528270840644836,-0.9747874140739441,-0.0586751289665699,0.13214844465255737,-0.5951369404792786,-0.2739578187465668,0.24259594082832336,0.19304919242858887,-0.027369201183319092 +213,-1.4086848662450757,1.3415432291876108,-2.6706138217204267,-0.2242705076932907,-0.9738364219665527,-0.03667869046330452,0.08548499643802643,-0.44849297404289246,0.5568885803222656,0.07908312976360321,0.6118063926696777,0.044536951929330826 +214,-1.272584137237491,1.3243382148110714,-2.812691896722933,-0.23320244252681732,-0.9697825908660889,-0.07168140262365341,-0.9907034039497375,0.4011876583099365,-0.2258937805891037,-0.05878975987434387,0.26137810945510864,0.12566697597503662 +215,-1.1307777424916803,1.2856759956795376,-2.944285341165188,-0.25447994470596313,-0.9596278071403503,-0.11980997771024704,0.016240539029240608,-0.254179984331131,0.591164231300354,-0.42064517736434937,-0.2892429828643799,0.43533122539520264 +216,-1.3320855492559014,1.28097209948321,-2.7958462785519367,-0.27767956256866455,-0.9582940936088562,-0.06757351756095886,-0.10682721436023712,-0.5323379039764404,-0.5314918756484985,0.2898103594779968,-0.2549625635147095,-0.34145355224609375 +217,-1.2668500060898353,1.2891386650948078,-3.0004540251661345,-0.2652079463005066,-0.9605960249900818,-0.08318658173084259,-0.8374989628791809,-0.33685407042503357,0.14935439825057983,-0.11829119920730591,0.09325593709945679,-0.0742383599281311 +218,-0.9894349333176051,1.2632103616231944,3.107057161392566,-0.25302040576934814,-0.9530672430992126,-0.16626374423503876,-0.31647834181785583,2.5392673015594482,0.21040871739387512,0.30944743752479553,0.40378129482269287,0.58734530210495 +219,-0.8424831459057885,1.2488009080781313,3.1021546586315396,-0.23617354035377502,-0.9486058354377747,-0.21063947677612305,-0.03200221806764603,0.8728463649749756,-0.11765306442975998,-0.055803343653678894,0.21049243211746216,-0.004677280783653259 +220,-0.860982661033514,1.2629885873839135,-3.073340035033798,-0.2297980934381485,-0.9530000686645508,-0.19744360446929932,1.153099775314331,1.3085705041885376,0.39409539103507996,-0.24757316708564758,-0.5949126482009888,0.23111972212791443 +221,-1.1618468955813313,1.2994776052236303,-2.7272139801869337,-0.24590207636356354,-0.9634183049201965,-0.10656972229480743,0.9387590289115906,-0.23053735494613647,-0.24094225466251373,0.13715270161628723,-0.13039261102676392,-0.17574839293956757 +222,-1.34420659560191,1.3136710643254024,-2.557218906743885,-0.2478013038635254,-0.9671249985694885,-0.05713033676147461,0.11680906265974045,-0.1044793426990509,0.07844073325395584,0.124235600233078,0.23259735107421875,-0.016996867954730988 +223,-1.4631313638644217,1.2745158396192802,-2.4444043836321594,-0.29027462005615234,-0.9564290642738342,-0.03137372434139252,0.1532057225704193,-0.4007173478603363,0.4778640568256378,0.10011956095695496,0.6364827156066895,-0.012693647295236588 +224,-1.2833616993895678,1.2679099755767191,-2.7020700718577015,-0.28603920340538025,-0.9544795155525208,-0.08455921709537506,-1.3809292316436768,-0.7683641910552979,-0.15156513452529907,-0.12516990303993225,0.1567654013633728,0.11297107487916946 +225,-1.2951346534202275,1.244639661039245,-2.724703722131789,-0.30830809473991394,-0.947280764579773,-0.08720897883176804,0.14610792696475983,-0.3862494230270386,0.3143155872821808,-0.18421512842178345,-0.23135387897491455,0.22293591499328613 +226,-1.4383847608646938,1.2428996497526312,-2.6270892757681747,-0.3192337155342102,-0.9467217922210693,-0.04251902177929878,-0.10807345807552338,-1.3261165618896484,-0.48656949400901794,0.2058303952217102,-0.18699103593826294,-0.4168773293495178 +227,-1.3416318580525783,1.2583301494135026,-2.879458462563096,-0.29936981201171875,-0.9515783190727234,-0.06983166188001633,-0.9506353735923767,-1.0345209836959839,-0.4436796009540558,-0.14028170704841614,0.2201482653617859,-0.18003100156784058 +228,-1.0468053322057815,1.2346743013515533,3.1151169071292677,-0.2855750322341919,-0.944040834903717,-0.1650262027978897,-0.3553381562232971,2.1624083518981934,0.09244678914546967,0.17543712258338928,0.5528055429458618,0.422762393951416 +229,-0.8860099448831645,1.23705217173405,3.1048928529481414,-0.2537306249141693,-0.9448224306106567,-0.2071986049413681,-0.33221235871315,0.5066031813621521,-0.5106976628303528,0.08145895600318909,0.06670969724655151,-0.06619308888912201 +230,-0.8767981506694714,1.258754934566326,-3.129503121331585,-0.23599077761173248,-0.9517088532447815,-0.19636321067810059,0.7506791949272156,0.9754843711853027,0.3344660997390747,-0.4183671176433563,-0.40981757640838623,0.06617525219917297 +231,-1.119805646567407,1.3052305459420976,-2.8575918020547633,-0.23621393740177155,-0.9649441838264465,-0.11439309269189835,0.5472135543823242,-0.5170851945877075,-0.56721031665802,0.12242913246154785,-0.23116177320480347,-0.19275110960006714 +232,-1.1908296654349353,1.3270495866428298,-2.784685394210285,-0.2241271585226059,-0.9704405665397644,-0.08951057493686676,0.17020706832408905,0.1749049425125122,-0.19251976907253265,0.24703063070774078,0.3928343653678894,-0.014508597552776337 +233,-1.3578897036544526,1.3276339158467634,-2.628798858758454,-0.23533709347248077,-0.9705814123153687,-0.05087587982416153,0.04056815803050995,-0.2644801139831543,0.4105839729309082,0.15518265962600708,0.6571657657623291,0.025851421058177948 +234,-1.0725364540795668,1.2844536113818086,-2.9621695083528703,-0.2481047809123993,-0.9592832922935486,-0.1349802017211914,-1.5025423765182495,-0.23259983956813812,0.2707507312297821,-0.2135956883430481,-0.039373934268951416,0.0968484878540039 +235,-1.1062929223207436,1.2322798086929103,-2.927133208472463,-0.2969014644622803,-0.9432483315467834,-0.14876848459243774,0.46737197041511536,-0.5927689671516418,0.3726334571838379,-0.10449621081352234,-0.31012386083602905,0.17101585865020752 +236,-1.2789903145461345,1.2319820511460562,-2.817537600803637,-0.31831875443458557,-0.9431494474411011,-0.09561680257320404,-1.010648488998413,-2.407015085220337,-0.3800380825996399,0.17683923244476318,-0.2557642459869385,-0.8152108192443848 +237,-1.1379079060735222,1.223928218333303,3.1130337247531354,-0.3085959553718567,-0.9404420256614685,-0.1426088660955429,-0.9551527500152588,-1.3131921291351318,-0.10314138233661652,-0.07655110955238342,0.3757143020629883,0.2255251556634903 +238,-0.9615553177703346,1.2099654189879965,3.0382152877672834,-0.28953173756599426,-0.9356037974357605,-0.20203228294849396,0.3544046878814697,1.8158533573150635,0.36632513999938965,0.3078269958496094,0.6380879282951355,0.07475870847702026 +239,-0.8385647528883715,1.2281221882214308,3.0453353892977586,-0.24988310039043427,-0.9418594837188721,-0.22463099658489227,-0.08111544698476791,0.2551843225955963,-0.416480153799057,-0.012430742383003235,-0.40375202894210815,0.14844383299350739 +240,-0.9676936380492449,1.2776185157941802,-2.98803992657511,-0.23801124095916748,-0.9573303461074829,-0.16391867399215698,1.2789684534072876,1.0991034507751465,0.2197229117155075,-0.2740432024002075,-0.5969451665878296,-0.558218777179718 +241,-1.2875376779461474,1.3441316053439107,-2.678505775349247,-0.2157735377550125,-0.9744213223457336,-0.06280860304832458,0.6551148891448975,-1.3995740413665771,-0.3532894551753998,0.2422017753124237,-0.3067218065261841,-0.0688900351524353 +242,-1.5635023551581078,1.3465570957581923,-2.4503625487246197,-0.22235876321792603,-0.9749635457992554,-0.0016219072276726365,0.3970790207386017,0.18669994175434113,0.1903875470161438,0.12473304569721222,0.36960166692733765,-0.022883713245391846 +243,-1.5492428873765478,1.3077642193972097,-2.40604702628726,-0.25994911789894104,-0.9656060338020325,-0.0056036654859781265,-0.5977837443351746,0.28637585043907166,0.2734419107437134,0.054199665784835815,0.5838006138801575,-0.12481319904327393 +244,-1.1997392053688913,1.2956023995078636,-2.7746662905055386,-0.25324076414108276,-0.9623725414276123,-0.09853087365627289,-0.6002090573310852,0.4871795177459717,0.13657845556735992,-0.31678181886672974,-0.06082087755203247,0.3226977586746216 +245,-1.247663619041975,1.2631336020041952,-2.7250146872708583,-0.2871587872505188,-0.9530439972877502,-0.09616079926490784,-0.02690081298351288,-0.46179887652397156,0.3736523985862732,-0.22877132892608643,-0.3370712995529175,0.10490406304597855 +246,-1.326429727396572,1.2576391936080893,-2.721786526902901,-0.2989117205142975,-0.9513657093048096,-0.07453356683254242,-0.7197123765945435,-2.18717098236084,-0.3287842273712158,0.0586467981338501,-0.32405543327331543,-0.5751093626022339 +247,-1.1919736585465395,1.2752597704281319,-3.01570904117536,-0.2706037163734436,-0.9566460251808167,-0.10771332681179047,-0.5709311366081238,-0.33223268389701843,-0.3815705478191376,-0.0054735541343688965,0.3680076599121094,0.07917940616607666 +248,-0.9458150163707747,1.2766183487930032,3.0877404980972805,-0.23514479398727417,-0.9570407867431641,-0.16964662075042725,-0.5873511433601379,1.5747650861740112,0.1920430064201355,0.2554084360599518,0.5603275299072266,0.26475465297698975 +249,-0.789344978285341,1.2773057155513525,3.0134296481549683,-0.2053687423467636,-0.9572398662567139,-0.2037540078163147,-0.10180137306451797,0.40722885727882385,-0.3801904320716858,-0.0962364673614502,-0.16180920600891113,-0.0560268759727478 +250,-0.8851092333196362,1.288712099489437,-3.105345642241276,-0.21544495224952698,-0.960477352142334,-0.1762578785419464,0.7956576347351074,0.41259580850601196,0.32909148931503296,-0.4172912836074829,-0.6272607445716858,-0.378124475479126 +251,-1.133820297167874,1.3399913041776175,-2.866305976301741,-0.20726607739925385,-0.9734825491905212,-0.09681224077939987,0.603179931640625,-0.7546390295028687,-0.5284203290939331,0.26671433448791504,-0.16770702600479126,-0.05469226837158203 +252,-1.230482826776006,1.3493978984298673,-2.7972927556731135,-0.20700043439865112,-0.9755913019180298,-0.07329671084880829,0.10093704611063004,0.0829409658908844,-0.18194212019443512,0.16123932600021362,0.41327446699142456,0.023904025554656982 +253,-1.30915190176735,1.2897403870540178,-2.6985470744387547,-0.26793038845062256,-0.9607630968093872,-0.07174722850322723,-0.21111789345741272,0.07909923791885376,0.7982011437416077,-0.012343078851699829,0.6745082139968872,0.009659230709075928 +254,-1.140348080755879,1.2863687202836336,-2.950623161503159,-0.2550105154514313,-0.959822416305542,-0.11709155887365341,-0.24647089838981628,-1.1061466932296753,-0.02083008922636509,-0.16134077310562134,-0.30496323108673096,0.24459399282932281 +255,-1.26986664645887,1.2462164824291866,-2.868546620027718,-0.30457934737205505,-0.9477847814559937,-0.09452778100967407,0.08695655316114426,-0.3496067225933075,0.42003387212753296,-0.14935433864593506,-0.33230555057525635,-0.029327809810638428 +256,-1.2995525714330745,1.25769523992688,-2.8852059767417995,-0.29674917459487915,-0.9513829946517944,-0.08252523839473724,-0.32999351620674133,-1.5280545949935913,-0.20890504121780396,0.27091601490974426,-0.18599188327789307,-0.41195106506347656 +257,-1.197138535693194,1.258435252872195,-3.027096371515195,-0.28610143065452576,-0.9516106247901917,-0.11217384785413742,-0.7016360759735107,0.15372227132320404,-0.385850727558136,0.03777989745140076,0.4071619510650635,0.036917462944984436 +258,-0.9152375586978543,1.2404593528685266,3.076864927322062,-0.2571241557598114,-0.9459331035614014,-0.19773180782794952,-0.4686373770236969,1.4169414043426514,0.11650726944208145,0.2951490581035614,0.4837137460708618,0.30712202191352844 +259,-0.8180474152343187,1.2636292256690846,3.0881874104469613,-0.22066587209701538,-0.9531939625740051,-0.20670749247074127,-0.09280610829591751,0.21455636620521545,-0.3757810890674591,-0.2754736542701721,-0.3167645335197449,-0.06378507614135742 +260,-0.9238450193815649,1.2875853147858265,-3.007014020808235,-0.22297246754169464,-0.9601631164550781,-0.1684345006942749,1.1855989694595337,0.5278744697570801,0.3223750591278076,-0.18268243968486786,-0.5514640808105469,-0.5950695276260376 +261,-1.213707522151478,1.3411855049418493,-2.730716008478365,-0.21324118971824646,-0.9737550616264343,-0.07955662906169891,0.6598100662231445,-0.269144743680954,-0.11866212636232376,0.34625208377838135,-0.4224240779876709,0.09489167481660843 +262,-1.305660211420565,1.3400265437574523,-2.6316711483546817,-0.22073426842689514,-0.9734905958175659,-0.059935688972473145,0.12001897394657135,-0.041345756500959396,0.12481438368558884,0.14128176867961884,0.4235181212425232,-0.016617652028799057 +263,-1.3557270041391598,1.2777899021404537,-2.593613183072387,-0.28217756748199463,-0.9573798775672913,-0.06164108216762543,-0.5661647915840149,-0.2886458933353424,0.135115846991539,-0.05572831630706787,0.6932197213172913,0.08314073085784912 +264,-1.1078061369102008,1.2801793509940844,-2.8798792221151794,-0.2563762664794922,-0.9580672383308411,-0.12797750532627106,-0.47456538677215576,-0.21545477211475372,0.04910414293408394,-0.20433232188224792,-0.4310317635536194,0.08741964399814606 +265,-1.276709750338563,1.2460860004552698,-2.759620561830505,-0.3053375482559204,-0.9477431774139404,-0.09247719496488571,0.44180068373680115,0.8762052655220032,0.15364891290664673,-0.10175171494483948,-0.6056016683578491,-0.008413918316364288 +266,-1.317186343271745,1.2575939948639943,-2.80475355389184,-0.29825153946876526,-0.9513517618179321,-0.07730406522750854,-0.526839017868042,-2.2851099967956543,-0.12633904814720154,0.05659809708595276,-0.17319047451019287,-0.34870606660842896 +267,-1.1693697099217262,1.2497850086528908,-3.094379236131029,-0.290443480014801,-0.9489167928695679,-0.12328624725341797,-0.6505605578422546,-0.12736168503761292,-0.1502247154712677,0.04900369048118591,0.48634660243988037,0.16685009002685547 +268,-0.9579369818316287,1.2317192467836224,3.1414307188364505,-0.2720828056335449,-0.9430620670318604,-0.1913241297006607,-0.041505083441734314,1.863115906715393,0.15853630006313324,0.3371310532093048,0.42684197425842285,0.2399386316537857 +269,-0.8355646146539573,1.2475177488160027,3.0877446187384154,-0.23561319708824158,-0.9481989741325378,-0.21308471262454987,-0.0036213304847478867,0.1888793408870697,-0.0026153805665671825,-0.3760353922843933,-0.4743931293487549,0.20225097239017487 +270,-0.9918050514011171,1.2818459850760224,-2.925623759767477,-0.23850420117378235,-0.9585434794425964,-0.15591679513454437,0.9468478560447693,0.21522721648216248,0.3647324740886688,-0.18912334740161896,-0.6088240146636963,-0.5607732534408569 +271,-1.2702520965980375,1.3250360831279755,-2.6640657714240366,-0.23238888382911682,-0.9699526429176331,-0.07202490419149399,1.1087772846221924,0.2026691436767578,-0.0052743637934327126,0.28777825832366943,-0.276522696018219,0.0297580286860466 +272,-1.3629592927518577,1.3361245960378643,-2.5102211966330334,-0.22751979529857635,-0.9725907444953918,-0.04797988757491112,0.015376083552837372,0.30628761649131775,-0.19987046718597412,0.20180875062942505,0.49846965074539185,-0.024133142083883286 +273,-1.2472226458424576,1.3025765962427134,-2.665274855776477,-0.25126227736473083,-0.9642442464828491,-0.0842633843421936,-1.1355704069137573,-1.0452444553375244,0.2590380311012268,-0.029102712869644165,0.5801194906234741,-0.1397356390953064 +274,-0.9919013072452465,1.2768467601182147,-3.0755748281898367,-0.24252769351005554,-0.9571070075035095,-0.15851375460624695,-0.4962434768676758,-1.0894105434417725,0.01402590237557888,-0.16474464535713196,-0.32661497592926025,0.32294243574142456 +275,-1.0768442765210455,1.2452341412199501,-2.9778192336643126,-0.28160977363586426,-0.9474710822105408,-0.1516399085521698,0.5090794563293457,-0.2919878363609314,0.346388041973114,-0.13562658429145813,-0.5741048455238342,-0.1527881622314453 +276,-1.1944345723892689,1.250312107977082,-2.9006545045479655,-0.29297706484794617,-0.9490829706192017,-0.11578457802534103,-0.7037827968597412,-1.241267204284668,-0.08840282261371613,0.04825657606124878,0.02815401554107666,-0.6618185043334961 +277,-1.0873537834106566,1.2444386252134312,-3.1114236955212573,-0.2838548421859741,-0.9472163319587708,-0.1490221917629242,-0.6731564402580261,0.12288093566894531,-0.16405761241912842,-0.005268663167953491,0.346676230430603,0.1612444519996643 +278,-0.9163307826314703,1.239977533856678,3.1327280842276135,-0.2577018141746521,-0.9457767009735107,-0.19772806763648987,0.4163529574871063,0.655527651309967,0.11751445382833481,0.2589224874973297,0.2447420358657837,-0.004634052515029907 +279,-0.8974169227800995,1.2675783782079069,-3.114252790860855,-0.23341545462608337,-0.9543805718421936,-0.1862117201089859,0.17060989141464233,0.4397967457771301,-0.1356620490550995,-0.18418706953525543,-0.14078843593597412,0.1080562025308609 +280,-1.0766537529106257,1.2764064176903018,-2.875058143045584,-0.25544631481170654,-0.9569793343544006,-0.13761432468891144,0.7082245349884033,0.5617756843566895,0.3815042972564697,-0.18415939807891846,-0.5100769400596619,-0.35890668630599976 +281,-1.2660440283930494,1.3031477948124561,-2.684692963770955,-0.25227826833724976,-0.9643954634666443,-0.07935437560081482,0.5887764692306519,-0.7852136492729187,-0.3796522915363312,0.21043869853019714,-0.2575741410255432,-0.12242787331342697 +282,-1.3122127571739828,1.3103801691821753,-2.7023145168398512,-0.24892203509807587,-0.9662829041481018,-0.06584123522043228,-0.00046630389988422394,0.07455630600452423,0.2822768986225128,0.10706113278865814,0.3236132860183716,-0.030121318995952606 +283,-1.290649965043093,1.285634928356575,-2.731413963911018,-0.27034562826156616,-0.9596162438392639,-0.07778190076351166,-0.5500367283821106,-0.39633044600486755,-0.10607153922319412,0.031179338693618774,0.5982728600502014,-0.03787970542907715 +284,-1.124122449377796,1.272798112854739,-2.9048962752041145,-0.26480093598365784,-0.9559261202812195,-0.1268288940191269,-0.15590238571166992,-0.16087576746940613,-0.00816483423113823,-0.06851199269294739,-0.05713534355163574,0.18246246874332428 +285,-1.1741812947359094,1.2347096828911013,-2.923772368453065,-0.3041946589946747,-0.944052517414093,-0.12739941477775574,-0.24682845175266266,-0.5912984013557434,0.5776820778846741,-0.2400253415107727,-0.324532687664032,0.030612945556640625 +286,-1.2333329106163113,1.2163764096381244,-2.931043235768842,-0.32747235894203186,-0.9378479719161987,-0.11490529030561447,-0.38623592257499695,-1.0506831407546997,-0.15472932159900665,0.24949991703033447,-0.07286381721496582,-0.29195505380630493 +287,-1.143237938172935,1.225023109418386,-3.1124875413732696,-0.3084145188331604,-0.9408136606216431,-0.14053498208522797,-0.481261670589447,0.29092341661453247,-0.33406442403793335,-0.0361747145652771,0.20677441358566284,-0.033659324049949646 +288,-0.9748198528545005,1.2368876867752931,3.0957256737437184,-0.2712361812591553,-0.9447685480117798,-0.18396492302417755,-0.3844256103038788,0.3749392032623291,-0.013718771748244762,0.28350427746772766,0.41313719749450684,0.25464361906051636 +289,-0.8941012741294234,1.2473465847575795,3.0513005388813994,-0.24780218303203583,-0.9481446146965027,-0.1990371197462082,0.15444310009479523,0.7318722605705261,-0.13497613370418549,-0.13200432062149048,0.16050118207931519,0.06865078210830688 +290,-0.8991768174578976,1.2601291372671677,3.1200495112226316,-0.23930194973945618,-0.9521298408508301,-0.19021958112716675,0.3843562602996826,0.817176103591919,0.10787304490804672,-0.3358933925628662,-0.6181674599647522,0.19914603233337402 +291,-0.9795077003468456,1.2847203732539894,-3.070431692787162,-0.23428034782409668,-0.9593585729598999,-0.15730135142803192,0.3002476990222931,-0.6129669547080994,-0.3959892988204956,0.12521050870418549,-0.09934192895889282,-0.3027816414833069 +292,-1.28677305994886,1.347430707034027,-2.8102355906412297,-0.2126382291316986,-0.9751574397087097,-0.06207235902547836,0.33057570457458496,0.2634340524673462,0.04031761363148689,0.3609994351863861,0.030073821544647217,0.22126734256744385 +293,-1.2282475472539827,1.3239599563796398,-2.8085929563258905,-0.23014217615127563,-0.9696902632713318,-0.08207035064697266,-0.24893906712532043,0.38442498445510864,0.5840297937393188,0.15859368443489075,0.5225161910057068,-0.046011924743652344 +294,-1.0752449330837377,1.2747979470663922,-3.0333532849861564,-0.2566063106060028,-0.956511378288269,-0.1387060135602951,-1.1756258010864258,-1.128069519996643,-0.3641967475414276,-0.20306473970413208,0.36215096712112427,0.17901967465877533 +295,-0.952811878567261,1.244378776533277,3.1198612279844324,-0.2613464593887329,-0.9471971392631531,-0.1857835054397583,0.18514439463615417,-0.3927893340587616,0.26782479882240295,-0.2723754048347473,-0.40468573570251465,0.1809617429971695 +296,-1.137185478341787,1.256426906600072,-3.0456823780266085,-0.2806004583835602,-0.9509915709495544,-0.12991763651371002,0.23178383708000183,-1.0289045572280884,-0.21344155073165894,0.22467699646949768,-0.30096155405044556,-0.26885557174682617 +297,-1.0461697225042934,1.2630557902768942,2.9246561951550283,-0.2621687650680542,-0.9530203938484192,-0.151722714304924,-1.1107834577560425,-1.6272302865982056,-0.48507070541381836,-0.1801683008670807,0.07646393775939941,-0.2616531252861023 +298,-0.9383145241902912,1.2416939861752356,2.796972151682836,-0.2606760561466217,-0.9463328719139099,-0.19105541706085205,0.1993720829486847,1.5539040565490723,0.19093476235866547,0.08610028028488159,0.4246959090232849,0.20968641340732574 +299,-0.8045623093247212,1.2390612775775647,2.849931270544022,-0.23466408252716064,-0.9454786777496338,-0.22583787143230438,-0.2644660174846649,1.2759428024291992,0.002352960640564561,0.35520851612091064,0.28384238481521606,0.1865159422159195 +300,-0.7491579279429071,1.240207923851468,2.8637607367712645,-0.2210596799850464,-0.9458515048027039,-0.2376922369003296,0.2767667770385742,0.41689735651016235,0.574576199054718,-0.4763890504837036,-0.6019847989082336,0.1608947515487671 +301,-0.991066064692,1.291299726954175,-3.0715392461209152,-0.2307973951101303,-0.9611944556236267,-0.15112221240997314,1.2629708051681519,0.24556395411491394,0.21646815538406372,-0.056540876626968384,-0.1690850853919983,-0.6443947553634644 +302,-1.26563597105761,1.3505972229357799,-2.8407854191549027,-0.2083323448896408,-0.9758539795875549,-0.06562457978725433,0.7894835472106934,-0.37445953488349915,-0.18080809712409973,0.17439678311347961,-0.32796376943588257,-0.05078470706939697 +303,-1.3728163274440155,1.3468038314122606,-2.7544524932587664,-0.21778510510921478,-0.9750183820724487,-0.043689411133527756,-0.1855730265378952,-0.3511848449707031,0.5711341500282288,0.07406260073184967,0.369595468044281,-0.018368061631917953 +304,-1.3207679752195296,1.2838438278735906,-2.8147435568561283,-0.2742300033569336,-0.9591108560562134,-0.07003069669008255,-0.576507031917572,-0.31578904390335083,-0.36257117986679077,-0.1143655776977539,0.6660810708999634,-0.04642438888549805 +305,-1.1323679123233334,1.291284594141847,-3.0626170540020996,-0.2497931867837906,-0.9611902832984924,-0.11711854487657547,-0.031109683215618134,-0.5734894275665283,-0.09806539118289948,-0.10674366354942322,-0.29386043548583984,0.2088390588760376 +306,-1.2252503242973793,1.2570068183373067,-2.9905587204213013,-0.2904201149940491,-0.9511706829071045,-0.10454810410737991,-0.22769710421562195,0.2848780155181885,0.3031982183456421,-0.21171608567237854,-0.49372971057891846,-0.15279138088226318 +307,-1.2436411174524638,1.2543806679666774,-3.0323194660164767,-0.29465845227241516,-0.9503568410873413,-0.09999217838048935,-0.7481601238250732,-1.7392866611480713,-0.14384369552135468,0.04822900891304016,-0.1679598093032837,-0.47944509983062744 +308,-1.0880075615006388,1.240864336099293,2.9914693097672207,-0.28694888949394226,-0.9460643529891968,-0.15040729939937592,-0.5389942526817322,0.12997198104858398,-0.13416899740695953,0.012687444686889648,0.31848573684692383,0.1416793018579483 +309,-0.8841395682038398,1.2188336745837727,2.8846322965889635,-0.26661238074302673,-0.9386979341506958,-0.2185504138469696,-0.18208318948745728,0.8030946850776672,-0.0027013816870748997,0.27532511949539185,0.44525909423828125,0.0834643542766571 +310,-0.7817266602987044,1.2318233460318735,2.8328549180792417,-0.23426121473312378,-0.9430966377258301,-0.23598773777484894,-0.3904174566268921,0.097014881670475,-0.18472304940223694,-0.21190577745437622,-0.23439347743988037,0.016398578882217407 +311,-0.8266700375624533,1.2403814742246084,2.9435590734017376,-0.23868076503276825,-0.9459078311920166,-0.21974971890449524,0.7865170836448669,0.4712299406528473,0.3319961130619049,-0.30003079771995544,-0.6178433895111084,-0.3911663889884949 +312,-0.989047838367978,1.288578073630509,3.0874526756727905,-0.2326768934726715,-0.9604400396347046,-0.15302468836307526,0.5828127264976501,-1.037878394126892,-0.37178558111190796,0.23679673671722412,-0.1299377679824829,-0.08676719665527344 +313,-1.0913285496750589,1.3084539575184972,-3.108201349279321,-0.23010019958019257,-0.9657851457595825,-0.11963704228401184,0.1543249487876892,0.4593104422092438,0.03562243655323982,0.18290477991104126,0.32361900806427,0.013466417789459229 +314,-1.1312122276010153,1.2713674937318082,-3.0443727450514397,-0.2669312655925751,-0.9555051326751709,-0.1255304515361786,-0.3883909285068512,-0.4223646819591522,0.5697042942047119,0.06501168012619019,0.5372616052627563,0.0027429312467575073 +315,-0.9266399721631338,1.2364251760851008,2.9101252825237163,-0.26241135597229004,-0.9446168541908264,-0.19707731902599335,-1.0936495065689087,-0.8200397491455078,-0.36537742614746094,-0.08118605613708496,-0.20369869470596313,0.35419705510139465 +316,-0.9640903550785717,1.1826969324489238,2.90928615494327,-0.31089162826538086,-0.9256299734115601,-0.21576717495918274,0.6913853287696838,-0.5136830806732178,0.526608407497406,-0.17569589614868164,-0.36610275506973267,-0.08492253720760345 +317,-1.1511063908887462,1.1915228333271797,3.0381236099717817,-0.3381138741970062,-0.92893385887146,-0.15086665749549866,-0.9205620288848877,-2.1061697006225586,-0.3739743232727051,0.2754613161087036,-0.11377543210983276,-0.6942871809005737 +318,-1.0565211965388714,1.178536945845118,2.801982638138138,-0.3328297436237335,-0.9240477085113525,-0.18804378807544708,-0.7116734981536865,-0.2806757688522339,0.057490717619657516,-0.12827563285827637,0.3211270570755005,0.060571879148483276 +319,-0.8916278969957693,1.1536279213494443,2.746938377579742,-0.3152633011341095,-0.9142398834228516,-0.25450795888900757,0.35138171911239624,2.9097611904144287,0.15064790844917297,0.3146987557411194,0.4493657350540161,0.49208733439445496 +320,-0.8060644762055871,1.1808329133113158,2.8576542714884523,-0.274307519197464,-0.9249229431152344,-0.2631976902484894,0.04088772088289261,0.9130977392196655,-0.2005658745765686,-0.02574130892753601,-0.0208931565284729,-0.0019543468952178955 +321,-0.8105184798320466,1.2061254131988417,2.983316933533334,-0.2584385275840759,-0.9342411756515503,-0.24576997756958008,1.1400834321975708,1.4468741416931152,0.32442706823349,-0.24301102757453918,-0.49494272470474243,-0.025058254599571228 +322,-1.0153661047406441,1.2644631532061574,-3.0118445451145908,-0.2562318742275238,-0.9534457325935364,-0.15901793539524078,0.9126533269882202,-0.19544631242752075,-0.4234035909175873,0.15015274286270142,-0.043212711811065674,-0.2486511617898941 +323,-1.2311002426635496,1.3089149399376279,-2.8177711009589737,-0.2441035807132721,-0.9659045934677124,-0.08626497536897659,0.16857436299324036,0.010190168395638466,0.24059392511844635,0.1794978827238083,0.11408275365829468,0.07944429665803909 +324,-1.3474300996422084,1.2543218702858088,-2.6543126238306827,-0.303486704826355,-0.9503385424613953,-0.06893902271986008,0.263508677482605,0.6707544922828674,0.7997004389762878,0.06403052806854248,0.5519010424613953,0.002838023006916046 +325,-1.1891048390504229,1.2436342695467646,-2.7804622620244426,-0.2982308566570282,-0.9469581246376038,-0.1197025254368782,-0.9427105188369751,-0.07992801070213318,-0.28011995553970337,-0.004183083772659302,0.23893511295318604,0.010434329509735107 +326,-1.1629795835411827,1.2056111706241244,-2.8782622179927566,-0.3278343379497528,-0.9340576529502869,-0.14163687825202942,0.07767968624830246,-0.2683391273021698,0.5414628982543945,-0.2944954037666321,-0.35585933923721313,0.3938341736793518 +327,-1.2690494982873541,1.194662139466756,-2.7641420783219894,-0.3507312834262848,-0.9300916194915771,-0.10916555672883987,-0.46094775199890137,-0.9784328937530518,-0.30291053652763367,0.2791675627231598,-0.20877856016159058,-0.4793354272842407 +328,-1.1793847470915544,1.2099761984291182,-2.986036257303083,-0.3263417184352875,-0.9356076121330261,-0.13468317687511444,-0.9747034311294556,-0.5694458484649658,-0.4754877984523773,-0.0035837888717651367,0.2716671824455261,0.0026030689477920532 +329,-0.9603395837922529,1.2042765023458535,3.0801419701315194,-0.2936422526836395,-0.9335801601409912,-0.20543180406093597,-0.6340714693069458,1.4423402547836304,-0.07763195782899857,0.270097941160202,0.4349382519721985,0.5201748609542847 +330,-0.8664752779789826,1.2268518683961303,3.11421770866998,-0.25696590542793274,-0.9414318799972534,-0.21834446489810944,0.18868379294872284,0.5735195279121399,-0.3861735463142395,-0.043189674615859985,0.0007581710815429688,0.009283795952796936 +331,-0.8401988801881,1.241750424560876,-3.130994933082705,-0.24066704511642456,-0.9463511109352112,-0.2156362384557724,0.8949660062789917,1.2874730825424194,0.13402967154979706,-0.15566471219062805,-0.5368642210960388,0.11006070673465729 +332,-1.0153023567421928,1.2787581847978402,-2.9231333629637835,-0.2446155548095703,-0.9576590657234192,-0.15183041989803314,0.6210427284240723,-0.8054564595222473,-0.30837059020996094,0.02049444615840912,0.0063956379890441895,-0.18299317359924316 +333,-1.2591727139228752,1.3348192678854947,-2.7400315627025176,-0.22253304719924927,-0.9722864031791687,-0.07168204337358475,0.363239586353302,-0.8702062368392944,0.19436196982860565,0.29626351594924927,0.1236230731010437,0.08071529865264893 +334,-1.3683502648499593,1.3099261270041656,-2.6640443034834886,-0.2526545226573944,-0.9661659002304077,-0.051859330385923386,0.14557620882987976,0.9737399816513062,0.6346662044525146,0.09529057145118713,0.42188477516174316,0.11046838015317917 +335,-1.2698252525103266,1.2962734363933461,-2.7308868293669617,-0.2589024603366852,-0.9625546336174011,-0.08036346733570099,-0.6229382753372192,-0.7615085244178772,-0.5756028294563293,0.044501155614852905,0.14701801538467407,-0.029850728809833527 +336,-1.3407207884934325,1.3054513351041457,-2.868742020365851,-0.2553320527076721,-0.9650020599365234,-0.05980465188622475,0.05088857561349869,-1.873762607574463,0.25139132142066956,-0.14670652151107788,-0.45961958169937134,0.38716673851013184 +337,-1.527038964568126,1.3088634940942245,-2.711322278032314,-0.2587004601955414,-0.9658913016319275,-0.011327279731631279,0.4649055600166321,1.3205835819244385,-0.1711556315422058,-0.11227121949195862,-0.07871025800704956,-0.08886194229125977 +338,-1.230228299722403,1.273757808005018,-2.8850246612257258,-0.2758791744709015,-0.9562074542045593,-0.0977649912238121,-0.5168759822845459,0.09109853208065033,-0.05431250482797623,-0.132430762052536,0.2920839786529541,-0.5779552459716797 +339,-1.066086325665037,1.265870308296426,-3.1115776660370917,-0.2627891004085541,-0.9538691639900208,-0.14517363905906677,-0.5000191926956177,-0.9527633190155029,-0.3635065257549286,0.12059247493743896,0.3966182470321655,0.16070707142353058 +340,-0.9103045596963263,1.2900668472957761,3.0145593704258307,-0.21878930926322937,-0.9608535766601562,-0.16997592151165009,-0.0603763684630394,1.2685259580612183,-0.4930507242679596,0.16361352801322937,0.11255645751953125,0.345375657081604 +341,-0.846727710491884,1.303708715216982,3.029015946645921,-0.19770917296409607,-0.9645436406135559,-0.17483265697956085,0.09864260256290436,-0.025142455473542213,0.650288999080658,-0.5132893323898315,-0.552561342716217,-0.08981570601463318 +342,-1.086919715680484,1.3459584956426685,-3.0450384353229096,-0.19735343754291534,-0.9748302698135376,-0.10371873527765274,0.826816737651825,-0.49451565742492676,-0.5315629839897156,-0.08388128876686096,-0.0830463171005249,-0.13639354705810547 +343,-1.483741568445799,1.419649555375775,-2.599985203419653,-0.15000104904174805,-0.9885990619659424,-0.013091391883790493,0.6314080953598022,0.7554978728294373,0.16302207112312317,0.42432355880737305,0.028806090354919434,-0.01879948191344738 +344,-1.3747287277387676,1.4097234149337559,-2.7413948060717788,-0.15730451047420502,-0.987055778503418,-0.031243707984685898,-0.40417182445526123,-0.4108690321445465,0.665427029132843,0.10293744504451752,0.41460710763931274,-0.019293425604701042 +345,-1.3674922236061837,1.292248400381894,-2.715305474490919,-0.2692965567111969,-0.9614557027816772,-0.055516086518764496,-0.39865994453430176,0.19564665853977203,0.5222460627555847,-0.051412612199783325,0.4855952262878418,0.025471512228250504 +346,-1.3294249751406622,1.2750642570767245,-2.889607807759931,-0.28299182653427124,-0.9565890431404114,-0.06966429203748703,0.6775973439216614,-1.1992343664169312,0.1922793835401535,-0.16940075159072876,-0.5247341990470886,0.5191424489021301 +347,-1.4114171297286038,1.2595740728452742,-2.7660730306531622,-0.3023410737514496,-0.951960027217865,-0.04859907552599907,0.5115598440170288,0.6563374996185303,0.05793926119804382,0.04059183597564697,-0.45262670516967773,-0.4181215167045593 +348,-1.341014648824958,1.2696579338884046,-2.853149395955843,-0.2888111472129822,-0.9549994468688965,-0.0675567090511322,-1.114808201789856,-0.5262464284896851,-0.3559514880180359,-0.006858348846435547,0.17323076725006104,-0.5073944926261902 +349,-1.0710575132500442,1.2558257307717007,3.0142655763544286,-0.2719040811061859,-0.9508054852485657,-0.14844967424869537,-0.7001376152038574,-0.7287383079528809,0.02672339230775833,-0.04230496287345886,0.3373562693595886,0.22581170499324799 +350,-0.8926045514918902,1.2422194587776103,2.8973822405289735,-0.2512861490249634,-0.9465025663375854,-0.20245496928691864,-0.06806474924087524,1.337613582611084,-0.40546914935112,0.18198075890541077,0.2990111708641052,0.35518014430999756 +351,-0.8675107147285778,1.274287049441601,2.9550286206318828,-0.22285503149032593,-0.956362247467041,-0.1889633685350418,0.482344388961792,0.5754862427711487,0.515360951423645,-0.49349936842918396,-0.31001055240631104,0.0845474898815155 +352,-1.1674176328961579,1.3090907355841785,-2.9631157301652067,-0.23796281218528748,-0.965950071811676,-0.1015581488609314,0.8511812686920166,0.5437610745429993,-0.11821386218070984,-0.014203935861587524,-0.1164778470993042,-0.1945691704750061 +353,-1.286334576948086,1.370525048442691,-2.8182255635295532,-0.1909400373697281,-0.9800126552581787,-0.05582919716835022,-0.2641073167324066,-0.534162700176239,0.07050150632858276,0.47688978910446167,0.03547847270965576,0.06335175782442093 +354,-1.2307765277581189,1.349770946789794,-2.944407013069525,-0.20667888224124908,-0.9756731390953064,-0.0731145516037941,0.07121020555496216,-0.37433016300201416,0.9151968359947205,0.052641451358795166,0.42367124557495117,0.05459040403366089 +355,-1.2995321348129096,1.3020854706470761,-2.9085667556239505,-0.2557810842990875,-0.9641139507293701,-0.07113774120807648,-0.6161082983016968,-0.6315824389457703,-0.4331013858318329,-0.04770103096961975,0.32898199558258057,0.14543277025222778 +356,-1.275228129353335,1.3096087058101369,-3.0683887514370953,-0.24703086912631989,-0.9660840034484863,-0.07521768659353256,0.1762261986732483,-1.215756893157959,0.6808950901031494,-0.1702665388584137,-0.4319416284561157,0.28639936447143555 +357,-1.3154714627764228,1.272230870016383,-3.0173717947654644,-0.2846132516860962,-0.9557594656944275,-0.07429024577140808,0.1358286589384079,1.06617271900177,-0.07669942080974579,0.14644494652748108,-0.20673131942749023,-0.38889026641845703 +358,-1.2705989318843363,1.2638188930444452,-3.1160906672365107,-0.28866487741470337,-0.953251302242279,-0.08935694396495819,-0.8186390995979309,-0.5350990295410156,-0.15994279086589813,-0.05827417969703674,0.15088307857513428,-0.18076938390731812 +359,-1.0752826744940684,1.2461971092777049,2.916556180446383,-0.2805699110031128,-0.9477786421775818,-0.15164561569690704,-0.7480899691581726,0.15733136236667633,0.11785416305065155,0.08580672740936279,0.342309832572937,0.28271859884262085 +360,-0.8636720105222517,1.2239359462512271,2.8023349665064026,-0.25843894481658936,-0.9404446482658386,-0.22084660828113556,0.5300460457801819,0.984417200088501,0.02133234031498432,0.14544758200645447,0.26948511600494385,-0.001931697130203247 +361,-0.8598605078853796,1.2417748385843694,2.8575649379726134,-0.2448427975177765,-0.9463589787483215,-0.2108481228351593,0.8060982823371887,1.1697126626968384,0.36866673827171326,-0.4413449466228485,-0.43530917167663574,0.4340231418609619 +362,-1.0692765721293298,1.2806482052498152,-3.141495352788141,-0.25086236000061035,-0.95820152759552,-0.13754217326641083,0.8407385349273682,0.08833548426628113,-0.3010362386703491,0.03531673550605774,-0.017994701862335205,-0.19558767974376678 +363,-1.204319778048157,1.3454520576326525,-2.9959827666196364,-0.20860466361045837,-0.9747172594070435,-0.08006563782691956,0.2035878598690033,0.3534068763256073,0.1166231706738472,0.3280809819698334,0.04742538928985596,0.03990453481674194 +364,-1.254693870780677,1.3440947866095398,-2.941541278115074,-0.21362848579883575,-0.9744130969047546,-0.06987133622169495,0.13432694971561432,-0.09585033357143402,0.44593772292137146,0.09337393939495087,0.46374720335006714,0.0076307132840156555 +365,-1.1940330495171791,1.310442114932519,-3.024886830450012,-0.2393674999475479,-0.9662988781929016,-0.09470921754837036,-0.7593691945075989,-0.2890840768814087,-0.19289246201515198,-0.05053424835205078,0.3288324475288391,0.23466283082962036 +366,-1.233587217192051,1.2884670336494797,-3.035337466418755,-0.26290369033813477,-0.9604091048240662,-0.0921739935874939,0.5919777154922485,-0.7599028944969177,0.5762431025505066,-0.26158666610717773,-0.5629062652587891,0.2620806097984314 +367,-1.3444648078679848,1.2836213546787507,-2.859189240530625,-0.2760200500488281,-0.9590478539466858,-0.0635610893368721,0.038083940744400024,0.9777671098709106,-0.32874470949172974,0.244480162858963,-0.23949944972991943,-0.460898756980896 +368,-1.1829623117467976,1.280629912887048,-3.0578016191811743,-0.2648621201515198,-0.9581962823867798,-0.10820285230875015,-0.8887796401977539,-0.4476635754108429,-0.10480482131242752,-0.05407702922821045,0.29852837324142456,-0.21214014291763306 +369,-1.0007527098718174,1.2478072036232053,3.0115050456650905,-0.26721394062042236,-0.9482908844947815,-0.17129218578338623,-0.6152808666229248,0.7863031029701233,0.25562968850135803,0.11651816964149475,0.36375725269317627,0.47237861156463623 +370,-0.8748098319208604,1.2476841581779248,3.037143868523047,-0.24367113411426544,-0.9482518434524536,-0.20357517898082733,0.4847181439399719,0.8597999215126038,-0.05317569896578789,-0.04946546256542206,0.0023900866508483887,-0.039588913321495056 +371,-0.9216665860868812,1.256368549844714,-3.1117347338134427,-0.24636958539485931,-0.9509735107421875,-0.18695314228534698,0.9286156892776489,1.094592809677124,0.3613676130771637,-0.35105782747268677,-0.31951904296875,-0.2478765845298767 +372,-1.1309191099457199,1.3241829821312794,-2.8364151908823816,-0.2208816558122635,-0.9697447419166565,-0.10395365208387375,0.7442370653152466,-0.23793938755989075,-1.1766016483306885,0.20627900958061218,-0.082455575466156,-0.08046406507492065 +373,-1.129637616457113,1.3696402861655634,-2.8359808278605403,-0.18067313730716705,-0.9798362255096436,-0.08531327545642853,-0.022812411189079285,0.3010730743408203,-0.43938273191452026,0.20252373814582825,0.40628886222839355,0.058152616024017334 +374,-1.1582607967964726,1.3436201427900558,-2.8007356086702897,-0.2063325196504593,-0.9743062853813171,-0.09030123054981232,-0.25088366866111755,-0.23685322701931,0.67887943983078,-0.007885605096817017,0.5903340578079224,0.05480927228927612 +375,-1.0173171134562815,1.3136750124987677,-3.0267737960251124,-0.21633103489875793,-0.9671260118484497,-0.13367149233818054,-0.35564762353897095,-1.6106935739517212,-0.02614646963775158,-0.21553845703601837,-0.16033059358596802,0.16637112200260162 +376,-1.2013961000498674,1.2746492685932196,-2.9299553684233124,-0.2721514403820038,-0.9564680457115173,-0.10536977648735046,0.1716022938489914,0.2654474973678589,0.4894488751888275,-0.11348399519920349,-0.4642931818962097,0.0019609779119491577 +377,-1.2796740638683615,1.2848617092017678,-2.862453165755417,-0.2701859176158905,-0.9593984484672546,-0.08095726370811462,-0.7551499009132385,-1.035030484199524,0.1587696373462677,0.1296677589416504,-0.10624480247497559,-0.6130887866020203 +378,-1.1043430499419327,1.2465797459569774,-3.0904193950936936,-0.2845335006713867,-0.9479005932807922,-0.14326603710651398,-0.7155334949493408,-0.3015994727611542,0.05535725876688957,-0.011898994445800781,0.45504170656204224,-0.018690764904022217 +379,-0.8969037602339782,1.201435901970354,3.04385415015243,-0.28209972381591797,-0.9325584173202515,-0.2252875566482544,-1.147033929824829,1.6425912380218506,0.15293022990226746,0.34047988057136536,0.39804309606552124,0.7767554521560669 +380,-0.8657954092828378,1.2380900009148585,3.112598435667428,-0.24874372780323029,-0.9451619386672974,-0.21164943277835846,0.20997126400470734,0.08896687626838684,0.02913089469075203,-0.496571809053421,-0.6982706785202026,-0.058476924896240234 +381,-1.114713064235199,1.2832416963898534,-2.8754835750501093,-0.2546193599700928,-0.9589402675628662,-0.12491116672754288,1.3118594884872437,0.0910431444644928,-0.2835201323032379,0.024883002042770386,-0.18525540828704834,-0.30767548084259033 +382,-1.2500473544197954,1.3469181279514038,-2.76054532822018,-0.21068985760211945,-0.975043773651123,-0.06999555975198746,-0.1003580391407013,-0.203944593667984,-0.07244133204221725,0.28026992082595825,-0.007194936275482178,0.09183091670274734 +383,-1.3237790253593178,1.3302491452576402,-2.707786115233626,-0.231003075838089,-0.9712077379226685,-0.05825138837099075,0.3393339514732361,0.014485085383057594,0.6673548221588135,0.06536886096000671,0.5661020874977112,0.02214907854795456 +384,-1.2717355978547777,1.3226183988787386,-2.7560314891425235,-0.2347353994846344,-0.9693616032600403,-0.07237066328525543,-0.8662981390953064,-0.021355483680963516,-0.5168522000312805,-0.02959263324737549,0.3150799870491028,0.11009037494659424 +385,-1.1119528262700382,1.28792647181743,-2.940401342211828,-0.2502429485321045,-0.9602583646774292,-0.12362231314182281,0.19854971766471863,-0.3043056130409241,0.7616865634918213,-0.467820405960083,-0.4524308443069458,0.23813951015472412 +386,-1.3103778113830262,1.279334218344505,-2.7613494225951722,-0.2776642143726349,-0.9578247666358948,-0.07398910075426102,-0.37263503670692444,-0.9291297197341919,-0.11754021793603897,0.2209778130054474,-0.2984313368797302,-0.5297401547431946 +387,-1.1355204489651602,1.265013057271293,-3.03881702582649,-0.2729693353176117,-0.953611433506012,-0.12693679332733154,-0.8477165699005127,-0.21486981213092804,-0.09557156264781952,-0.05362975597381592,0.32208067178726196,-0.09152328968048096 +388,-0.8957903219418916,1.230042068331385,3.0510203366999127,-0.2609095871448517,-0.9425028562545776,-0.20884111523628235,-0.7276074886322021,0.9538609981536865,-0.029404323548078537,0.16390949487686157,0.31802165508270264,0.29422926902770996 +389,-0.7857661844726229,1.2549706651988581,2.9956297862540535,-0.21970899403095245,-0.9505402445793152,-0.2195473313331604,0.5996681451797485,0.4800243675708771,-0.4019123315811157,-0.10664595663547516,-0.012914896011352539,0.044330671429634094 +390,-0.9074620177562018,1.2839491034670445,-3.107093673646812,-0.2229326218366623,-0.9591406583786011,-0.1742132604122162,0.7908979654312134,1.0366164445877075,0.24785754084587097,-0.1967756450176239,-0.3923913240432739,-0.2615624666213989 +391,-1.1365814311142117,1.336476901356638,-2.8479234746216897,-0.21063481271266937,-0.9726725816726685,-0.09767817705869675,0.469774067401886,-0.3057320713996887,-0.6159660220146179,0.15002688765525818,-0.20304763317108154,-0.13198184967041016 +392,-1.1014478363446274,1.3471136908772607,-2.8911611048726744,-0.19783446192741394,-0.9750871658325195,-0.10033106803894043,-0.2737666070461273,-0.4841371774673462,-0.16711004078388214,0.14841127395629883,0.3990069627761841,0.036656156182289124 +393,-1.2608698558121068,1.3349028325769594,-2.790160304774757,-0.2225772738456726,-0.9723058938980103,-0.07127957791090012,0.3227914869785309,-0.6607468128204346,0.5572019219398499,0.07342255115509033,0.5103917121887207,0.11086093634366989 +394,-1.1861959885718287,1.314594621582479,-2.923220887046229,-0.23489604890346527,-0.9673594832420349,-0.09507577866315842,-0.6397234797477722,0.029001684859395027,-0.11179042607545853,-0.05386124551296234,-0.013353347778320312,0.047865159809589386 +395,-1.287790249690354,1.2714282645101755,-2.953163245238474,-0.28318506479263306,-0.9555230736732483,-0.08235356211662292,-0.06667838245630264,-1.6828176975250244,0.410567045211792,-0.13620278239250183,-0.5558906197547913,0.3383502960205078 +396,-1.4141552291466073,1.261817409662906,-2.792430360032824,-0.300363153219223,-0.9526445865631104,-0.04743783548474312,-0.47742530703544617,2.1232028007507324,0.5565812587738037,-0.05029907822608948,-0.22370123863220215,-0.326494038105011 +397,-1.2073741983918942,1.248039266165525,-2.9384387163074757,-0.2964661717414856,-0.9483645558357239,-0.11275050044059753,-0.3378736972808838,-0.4703362286090851,-0.5227052569389343,0.08760389685630798,0.3262789249420166,-0.16027504205703735 +398,-1.0262474531258277,1.2659719753964271,-3.1389778217296236,-0.2567155659198761,-0.9538996815681458,-0.15547463297843933,-0.7659284472465515,0.8920493125915527,-0.16395999491214752,0.3091753125190735,0.551449179649353,0.6937589645385742 +399,-0.8567431629295303,1.281476644275709,3.1370125758575975,-0.21560537815093994,-0.9584382176399231,-0.18684382736682892,0.20235979557037354,0.2063094526529312,-0.2150268405675888,-0.16574227809906006,-0.0701567530632019,-0.3293304443359375 +400,-0.9373027406725402,1.283984265640177,-3.0319043327676063,-0.22800415754318237,-0.9591506123542786,-0.16746431589126587,1.0381488800048828,1.1843715906143188,0.2697766423225403,-0.19284850358963013,-0.42579811811447144,-0.30397123098373413 +401,-1.332772610385177,1.3449254602204044,-2.637584236456528,-0.21764050424098969,-0.9745994210243225,-0.0528046116232872,0.9494295716285706,-0.2805802524089813,-0.5991054773330688,0.17989031970500946,-0.30811524391174316,-0.0668700784444809 +402,-1.488702272575616,1.3530788999339296,-2.461887586810637,-0.21527406573295593,-0.9763930439949036,-0.017712529748678207,0.16751421988010406,-0.4206651449203491,-0.22190552949905396,0.25297850370407104,0.39604026079177856,-0.055041372776031494 +403,-1.6479918780283114,1.3311760105062294,-2.40207379138678,-0.23662716150283813,-0.9714281558990479,0.018302934244275093,-0.21595565974712372,-0.925166666507721,0.49998167157173157,0.053399622440338135,0.5936357975006104,0.07755279541015625 +404,-1.1824972536891805,1.2793880246397584,-2.913494526113909,-0.2659132480621338,-0.9578402042388916,-0.10877659171819687,-1.2582248449325562,0.1864594668149948,0.12584589421749115,-0.3637407124042511,-0.0624082088470459,-0.037494122982025146 +405,-1.311266304850775,1.2398053117944194,-2.7830079398727614,-0.3140968382358551,-0.9457207322120667,-0.0833984762430191,0.5550835728645325,-0.5519376397132874,0.28778550028800964,-0.0671134889125824,-0.6387212872505188,0.2026458978652954 +406,-1.333052833970186,1.2465057048525157,-2.8154632924351866,-0.309673935174942,-0.9478769898414612,-0.07504215836524963,-0.5267444849014282,-0.8897279500961304,0.11389535665512085,0.09855329990386963,-0.04331868886947632,-0.5237585306167603 +407,-1.192630980855434,1.2551435570858958,-3.0194625924495386,-0.2885027825832367,-0.9505939483642578,-0.11461839079856873,-0.7209300994873047,-0.3528691232204437,-0.29800885915756226,0.045399755239486694,0.3938007354736328,0.025659680366516113 +408,-1.003901777990955,1.2521284675185975,-3.1233889841714104,-0.2642926573753357,-0.9496536254882812,-0.16824764013290405,-0.2914578914642334,1.9099352359771729,0.028445368632674217,0.3116864860057831,0.495796263217926,0.5349164009094238 +409,-0.8571605158417479,1.266179110207698,3.100689202114715,-0.22674165666103363,-0.9539618492126465,-0.19632889330387115,-0.3930712640285492,0.14511963725090027,-0.4554102122783661,-0.2959023714065552,-0.25262683629989624,0.025262609124183655 +410,-0.9311883924970018,1.2909900042509324,-3.0076224503349382,-0.22157903015613556,-0.961108922958374,-0.16484031081199646,0.8142462372779846,0.5559552311897278,0.1628536880016327,-0.22760920226573944,-0.5711175799369812,-0.2944797873497009 +411,-1.1777690904965812,1.3251358107725522,-2.8369882925664514,-0.22465428709983826,-0.9699769020080566,-0.09314123541116714,0.9126601219177246,-1.117883563041687,-0.35887277126312256,0.10041722655296326,-0.09096670150756836,-0.13940274715423584 +412,-1.4285592070127155,1.3461199525658245,-2.5648059854909504,-0.22054046392440796,-0.9748662710189819,-0.031582310795784,-0.2206905633211136,0.3360929489135742,0.033608753234148026,0.30919405817985535,0.382596492767334,0.0019039548933506012 +413,-1.454678406733739,1.336125889471299,-2.545926739949123,-0.23095619678497314,-0.9725910425186157,-0.02693933993577957,0.03291548416018486,-0.43706458806991577,0.4387543797492981,0.13906778395175934,0.567332923412323,0.010993899777531624 +414,-1.2669030325540396,1.3198275069876377,-2.864365689524419,-0.23696333169937134,-0.9686722755432129,-0.07431341707706451,-1.1870702505111694,-1.2760233879089355,-0.1640712171792984,-0.19946855306625366,-0.1844649314880371,0.11357426643371582 +415,-1.322192941155517,1.2760685487302323,-2.857794349071801,-0.2815493643283844,-0.9568812251091003,-0.0714726522564888,0.6960012316703796,0.1009463369846344,0.43392014503479004,-0.1193600594997406,-0.37933093309402466,0.3055882453918457 +416,-1.4708104267095352,1.270026992271643,-2.6882877561586103,-0.2947756350040436,-0.9551088809967041,-0.02957201935350895,-0.0033880164846777916,0.3699319362640381,-0.32961246371269226,0.22780480980873108,-0.12733441591262817,-0.3285975456237793 +417,-1.2420962182790931,1.283915773513371,-2.955071912022226,-0.26781225204467773,-0.9591312408447266,-0.09134355932474136,-0.8921892046928406,-0.9139479994773865,-0.4858438968658447,-0.04383322596549988,0.2718602418899536,-0.22077500820159912 +418,-1.0092188240274673,1.2636841201305709,3.0635241688504236,-0.25587746500968933,-0.9532105326652527,-0.16098512709140778,-0.4345136880874634,1.6536656618118286,0.10155249387025833,0.13014507293701172,0.5454195141792297,0.5882769823074341 +419,-0.8927355298306737,1.2700500016774177,3.090494081211022,-0.23070350289344788,-0.9551156759262085,-0.1858222335577011,0.10072650015354156,0.535544753074646,-0.2895926833152771,-0.11104758083820343,0.011115491390228271,-0.055464968085289 +420,-0.9184730277554335,1.2842433627758838,-3.115664946072094,-0.22461305558681488,-0.9592238664627075,-0.17157670855522156,0.9591879844665527,0.8739068508148193,0.3038422167301178,-0.2951165437698364,-0.47252357006073,-0.024437665939331055 +421,-1.193773696416602,1.3290700061566625,-2.827499984192979,-0.22256600856781006,-0.9709261655807495,-0.0881282240152359,0.6172032952308655,-0.6833166480064392,-0.49087411165237427,0.11050546169281006,-0.08653837442398071,-0.2139805555343628 +422,-1.3932073157345615,1.3579935933916847,-2.6781854430104524,-0.20787818729877472,-0.9774428009986877,-0.037309933453798294,-0.025281205773353577,-0.11749543994665146,0.06513246893882751,0.2174912691116333,0.3451797366142273,0.04336762800812721 +423,-1.4081345936751104,1.3355224303006281,-2.692618095385827,-0.23003201186656952,-0.9724505543708801,-0.03775094076991081,-0.048603083938360214,-0.2435610294342041,0.5502335429191589,0.10501675307750702,0.5499652624130249,0.009766343981027603 +424,-1.2358075294247177,1.32245667892222,-2.9480162937397667,-0.23213210701942444,-0.9693218469619751,-0.0808071717619896,-0.9945353269577026,-0.8785951733589172,-0.2478334605693817,-0.051940783858299255,0.030662238597869873,0.1967434287071228 +425,-1.351937692389557,1.3009367613344418,-2.881244648752839,-0.2602370083332062,-0.9638083577156067,-0.05788224935531616,0.8766428828239441,-0.3926449120044708,0.5698809027671814,-0.2565018832683563,-0.21421599388122559,0.40656083822250366 +426,-1.3641872760053417,1.2726931253415406,-2.8159316033175257,-0.2874612510204315,-0.9558953046798706,-0.0602518729865551,-0.024537304416298866,0.7511770725250244,-0.18086908757686615,0.22036832571029663,-0.019782185554504395,-0.4363301396369934 +427,-1.3065600179555643,1.2608330309684055,-2.9283189952350988,-0.29443681240081787,-0.9523447751998901,-0.07966364920139313,-0.7468460202217102,-0.22867369651794434,-0.26963305473327637,-0.18029463291168213,0.2081127166748047,-0.29683172702789307 +428,-1.0955023831290345,1.2585267909306446,3.117035515837086,-0.2731662690639496,-0.9516387581825256,-0.140583336353302,-0.5605560541152954,1.1140629053115845,0.12810449302196503,0.12926065921783447,0.4090515971183777,0.5132487416267395 +429,-0.9213222573044595,1.2445278817497856,3.0744208854548587,-0.25525540113449097,-0.9472449421882629,-0.19383452832698822,0.3283475935459137,1.0995513200759888,-0.10447236150503159,0.05402249097824097,0.25567084550857544,-0.014646291732788086 +430,-0.8734872405284327,1.2576407158929872,3.0877809220524246,-0.2361520528793335,-0.9513661861419678,-0.19782428443431854,0.6177452802658081,0.9437244534492493,0.3491109013557434,-0.4002157151699066,-0.4914132356643677,0.19284996390342712 +431,-1.0778486538277565,1.2893185253135728,-2.9350283342799184,-0.24470439553260803,-0.9606459736824036,-0.13145039975643158,0.7723627090454102,-0.0646866112947464,-0.3193519413471222,0.12025368213653564,-0.07304549217224121,-0.24269510805606842 +432,-1.179168750392831,1.3226797684576361,-2.8236494184331553,-0.22698557376861572,-0.9693766832351685,-0.09373567998409271,0.07199349254369736,0.45306217670440674,0.027011234313249588,0.2718769311904907,0.24759024381637573,0.029053635895252228 +433,-1.2191785764979184,1.3255584086322774,-2.770188281236641,-0.22793245315551758,-0.9700796008110046,-0.08361995965242386,0.11443576216697693,0.017867453396320343,0.4637056589126587,0.13192416727542877,0.5261862277984619,0.03921688348054886 +434,-1.1153233533625744,1.2860048253481986,-2.8800211868021894,-0.25231441855430603,-0.959720253944397,-0.123589426279068,-0.9722788333892822,-0.23230163753032684,-0.3626655042171478,-0.0952197015285492,0.14789170026779175,0.1567467451095581 +435,-1.094248372869044,1.263407561364722,-2.9490948953172973,-0.2688595950603485,-0.9531269073486328,-0.13879366219043732,0.13532109558582306,-0.3558117747306824,0.4911443591117859,-0.3739321827888489,-0.1896800994873047,0.3947140574455261 +436,-1.2675946990916926,1.2471080644181698,-2.753434136384692,-0.3035571575164795,-0.9480687379837036,-0.09496716409921646,0.14966706931591034,-0.11923100799322128,-0.0953928530216217,0.2866656482219696,-0.1724299192428589,-0.417438268661499 +437,-1.2755061118204547,1.2492090218671656,-2.884544658007201,-0.30239248275756836,-0.9487349390983582,-0.09198272973299026,-0.8099639415740967,-0.699714720249176,-0.2866222560405731,-0.10471197962760925,0.14152973890304565,-0.21043121814727783 +438,-1.1020219666416338,1.2384165878495497,-3.0443131303890123,-0.2910941243171692,-0.9452685117721558,-0.1474173367023468,-0.3378257751464844,1.865414023399353,0.19268688559532166,0.1792777180671692,0.4572160243988037,0.4095481038093567 +439,-0.900973707756859,1.2200407861262785,-3.07869284350054,-0.26936468482017517,-0.9391133785247803,-0.2133275419473648,0.38773298263549805,1.0913420915603638,-0.21881575882434845,0.046601682901382446,0.18722134828567505,0.07969106733798981 +440,-0.8702392683412573,1.2417567170835675,-3.0604798241743842,-0.24703072011470795,-0.9463531374931335,-0.2083064466714859,0.8998208045959473,1.2165658473968506,0.37037375569343567,-0.6081175804138184,-0.36752015352249146,0.3354426622390747 +441,-1.1030183756667309,1.2863704247330487,-2.7616936051036487,-0.2504615783691406,-0.9598228931427002,-0.1265265941619873,0.6389461755752563,-0.48965707421302795,-0.3436964750289917,0.13650894165039062,0.009642839431762695,-0.2938377857208252 +442,-1.303053611226077,1.3350263641374476,-2.6031311417130163,-0.22526882588863373,-0.9723348021507263,-0.06179787591099739,0.1875571459531784,0.12470155209302902,0.0658336952328682,0.2556796073913574,0.09144490957260132,0.0505216158926487 +443,-1.3352216597727988,1.3299548399774592,-2.5946561104923536,-0.2319318950176239,-0.9711375832557678,-0.05567093566060066,0.0194094255566597,-0.2441004514694214,0.5442759394645691,0.1141950935125351,0.4782482385635376,0.01111525297164917 +444,-1.2215872859118673,1.2999398802765223,-2.7353061064125184,-0.2514079213142395,-0.963542103767395,-0.09154576808214188,-0.9414492249488831,-0.2859293222427368,-0.40590667724609375,-0.0539509654045105,0.2820998430252075,0.16912144422531128 +445,-1.194365338463792,1.2848222743553008,-2.81208666223396,-0.2623406946659088,-0.9593873620033264,-0.10369808971881866,0.2620803117752075,-0.7225943803787231,0.47306498885154724,-0.3567084074020386,-0.4581083655357361,0.40434205532073975 +446,-1.3026083385284652,1.2595777092320144,-2.698235836759326,-0.2952725291252136,-0.951961100101471,-0.0811433419585228,-0.14801712334156036,0.11541751027107239,-0.21772105991840363,0.19758576154708862,-0.23120540380477905,-0.509188711643219 +447,-1.2460722021722503,1.2681722398978195,-2.8893724509039123,-0.2824512720108032,-0.9545577168464661,-0.09508456289768219,-1.0183448791503906,-0.9882307648658752,-0.4104101359844208,-0.13051265478134155,0.153059184551239,-0.2231680303812027 +448,-1.039602517371871,1.253367919348828,3.1352198327714564,-0.26911452412605286,-0.9500412344932556,-0.1581106334924698,-0.39490002393722534,0.9495683908462524,0.06771203130483627,0.10164931416511536,0.4342637062072754,0.3636159896850586 +449,-0.8473384881363286,1.2278781901914406,3.1042686641923947,-0.2520166337490082,-0.9417774677276611,-0.22258217632770538,0.567565381526947,1.432426929473877,-0.03116794303059578,0.18234500288963318,0.22203564643859863,0.07933264970779419 +450,-0.7945856266330881,1.2484523787376847,3.0971633754428654,-0.22605320811271667,-0.9484955072402954,-0.22193719446659088,0.5620357394218445,0.7852222323417664,0.3900771737098694,-0.49330711364746094,-0.4480040669441223,0.2972393333911896 +451,-1.0414054630469567,1.3072689581339172,-2.8678025038331834,-0.22483128309249878,-0.9654771685600281,-0.13154856860637665,0.766797661781311,-0.37257179617881775,-0.45976537466049194,0.11174838244915009,-0.11444848775863647,-0.40060168504714966 +452,-1.2500067303971178,1.3612856147787207,-2.711235900549639,-0.1973716914653778,-0.9781327843666077,-0.06557989120483398,0.04757646843791008,0.1639317274093628,0.14046278595924377,0.2624046504497528,0.23309189081192017,0.12969732284545898 +453,-1.2909970281789689,1.3537386693653686,-2.661563404496022,-0.20698167383670807,-0.9765353202819824,-0.05947349965572357,0.18882006406784058,0.023047439754009247,0.5871748924255371,0.10378649830818176,0.5054813623428345,-0.00015782564878463745 +454,-1.2281311048935393,1.3227507028810561,-2.7467899559558964,-0.23123657703399658,-0.9693940877914429,-0.08249098062515259,-1.0773504972457886,-0.8111395239830017,-0.6876368522644043,-0.12494933605194092,0.21255815029144287,0.05398756265640259 +455,-1.1337775911556507,1.2966647088590777,-2.9207578113862582,-0.24526923894882202,-0.9626606702804565,-0.11457595974206924,0.4427925944328308,-0.4229259192943573,0.6530869007110596,-0.457733690738678,-0.30149954557418823,0.5328651666641235 +456,-1.3539615595562595,1.2800970766107325,-2.6989063246577287,-0.27991020679473877,-0.9580436944961548,-0.06166372820734978,0.09468618035316467,0.2081308662891388,-0.03680533543229103,0.20514219999313354,-0.26717597246170044,-0.5140045881271362 +457,-1.2432987846707133,1.283864350551665,-2.9578721804873176,-0.2679695188999176,-0.9591166973114014,-0.09103760868310928,-0.9048659801483154,-1.1222726106643677,-0.29422861337661743,-0.10988390445709229,0.12513214349746704,-0.22182857990264893 +458,-1.0216843394876107,1.2552056709915465,3.0779860179438203,-0.2647489905357361,-0.9506132006645203,-0.16199569404125214,-0.6159260869026184,1.5841072797775269,0.14795920252799988,0.11463302373886108,0.49599289894104004,0.45330125093460083 +459,-0.8633459085112626,1.2452758960524875,3.064699241770852,-0.24305638670921326,-0.9474844336509705,-0.207838773727417,0.3110842704772949,0.752158522605896,-0.15846779942512512,0.11794960498809814,0.16504424810409546,0.030531644821166992 +460,-0.8528277504229538,1.2545715615399622,3.103658924432522,-0.23421312868595123,-0.9504162073135376,-0.20458053052425385,0.7326449155807495,1.259298324584961,0.4456522464752197,-0.5785157680511475,-0.4141925573348999,0.21030259132385254 +461,-1.0463781123707083,1.2825668296895874,-2.924984539091157,-0.246055468916893,-0.9587486386299133,-0.1423291563987732,0.8628809452056885,-0.06543955206871033,-0.2721225917339325,0.11353293061256409,-0.08777529001235962,-0.1902972310781479 +462,-1.1700550655370892,1.3252301994305589,-2.8131099778135926,-0.22384504973888397,-0.9699998497962952,-0.09483581781387329,0.09539751708507538,0.19414928555488586,-0.004506400786340237,0.28047043085098267,0.18314987421035767,0.009340763092041016 +463,-1.1822145952656615,1.336863530859914,-2.7968502587815043,-0.21452350914478302,-0.9727622866630554,-0.08782549202442169,0.023087676614522934,-0.1902645081281662,0.3622320890426636,0.12321493029594421,0.4611503481864929,0.005855262279510498 +464,-1.08760126657183,1.2870000833568,-2.915833794833767,-0.24794575572013855,-0.9599993824958801,-0.1300918459892273,-0.9935742616653442,-0.34194910526275635,-0.29601922631263733,-0.06006811559200287,0.07578319311141968,0.177867129445076 +465,-1.0384574230050845,1.2656687562757096,-3.0177067240361595,-0.25884440541267395,-0.9538086652755737,-0.15247569978237152,-0.00041520409286022186,-0.3351370692253113,0.6724202632904053,-0.3064785301685333,-0.4157288074493408,0.2680457830429077 +466,-1.268341376979847,1.24551764741115,-2.814121845247537,-0.3050664961338043,-0.9475616812705994,-0.09518933296203613,0.43187806010246277,-0.009894021786749363,0.004864186514168978,0.14190426468849182,-0.3575834631919861,-0.15481066703796387 +467,-1.2391197826385738,1.2464620188863962,-2.945907653139096,-0.3013095557689667,-0.9478631019592285,-0.10377077013254166,-0.7316556572914124,-0.7432527542114258,-0.1773890256881714,-0.1290493607521057,0.16160809993743896,-0.35474061965942383 +468,-1.052162955148791,1.2274582081146428,3.1284800715026866,-0.29236453771591187,-0.9416362047195435,-0.16686664521694183,-0.3584238588809967,0.9199376106262207,0.1814396232366562,0.08121338486671448,0.4343881607055664,0.18632160127162933 +469,-0.856230559529338,1.191371852440681,3.0542816589557287,-0.2797814607620239,-0.9288779497146606,-0.24271011352539062,0.4282473623752594,1.054958701133728,0.03153148293495178,0.24001705646514893,0.27693092823028564,0.13286209106445312 +470,-0.8332928242370367,1.215271385748125,3.081866293646606,-0.2576330602169037,-0.9374638795852661,-0.23406529426574707,0.4051467776298523,0.49360164999961853,0.30120620131492615,-0.5199853181838989,-0.5946863293647766,0.32831883430480957 +471,-1.0944036262539378,1.2734791401310412,-2.8706962924577697,-0.26033708453178406,-0.9561258554458618,-0.13434289395809174,1.0238351821899414,-0.5045918822288513,-0.23958702385425568,-0.011009961366653442,-0.042790770530700684,-0.39716649055480957 +472,-1.4387907250098981,1.3385333430606108,-2.557918314994926,-0.22817781567573547,-0.973147988319397,-0.03029693476855755,0.7248978018760681,0.20277360081672668,0.0475180447101593,0.3138406574726105,-0.07967793941497803,0.047310471534729004 +473,-1.4319077486564595,1.3321922422061205,-2.562117688350165,-0.23407119512557983,-0.9716688394546509,-0.03272048011422157,-0.3029783368110657,-0.49081674218177795,0.20809774100780487,0.10666027665138245,0.41188478469848633,-0.08936512470245361 +474,-1.3976439058728254,1.2954354689160257,-2.6851591043779672,-0.26782822608947754,-0.9623271226882935,-0.04684419929981232,-0.8204998970031738,-1.4320205450057983,-0.16535122692584991,-0.05994582176208496,0.5260632038116455,0.10679596662521362 +475,-1.2582491142538657,1.2875800268992028,-2.920102340177924,-0.26590678095817566,-0.9601616263389587,-0.08592469245195389,0.24535122513771057,-0.7467783093452454,0.33295515179634094,-0.23442888259887695,-0.5446295142173767,0.13321173191070557 +476,-1.5041022406599704,1.2520206778392649,-2.694787771917078,-0.31270700693130493,-0.9496198296546936,-0.020886685699224472,0.29119062423706055,0.8065346479415894,0.20897863805294037,-0.04935348033905029,-0.5416215062141418,-0.024996517226099968 +477,-1.2807728620540355,1.270435553346595,-2.882113860614564,-0.28350862860679626,-0.9552298188209534,-0.08460984379053116,-1.095726490020752,-0.24599862098693848,-0.41848912835121155,-0.061294227838516235,0.11488252878189087,-0.6441652178764343 +478,-1.0394181529203363,1.2542672468477807,3.085046566799594,-0.26834869384765625,-0.9503215551376343,-0.15772725641727448,-0.5208519101142883,-0.4175949692726135,-0.04420830309391022,-0.00467681884765625,0.3441966772079468,0.2522554397583008 +479,-0.9154281869352839,1.2497432713212497,3.0055802660456292,-0.2501879632472992,-0.9489036202430725,-0.19232189655303955,-0.14410430192947388,1.2153289318084717,-0.39878740906715393,0.2753649950027466,0.38651055097579956,0.44252029061317444 +480,-0.7602977843180462,1.3146468550408663,2.9617724742005263,-0.1745978742837906,-0.967372715473175,-0.18359042704105377,0.3304903507232666,0.6185433864593506,0.004033372271806002,-0.28160935640335083,-0.6148567795753479,-0.16626308858394623 +481,-0.8596953971997314,1.335852013807274,3.116722181074883,-0.1763710230588913,-0.9725273251533508,-0.15193389356136322,0.8485835194587708,0.12953466176986694,0.09374076873064041,-0.22336345911026,-0.48664015531539917,-0.3002908229827881 +482,-1.1473998701393333,1.3842372156377822,-2.9002999233495,-0.16910098493099213,-0.9826482534408569,-0.0762057900428772,0.5640142560005188,-0.11780983209609985,0.2792765498161316,0.3101685047149658,-0.050463318824768066,-0.0629391074180603 +483,-1.1052806308068932,1.35987445484939,-2.8956557284733484,-0.18708336353302002,-0.9778383374214172,-0.09397894889116287,-0.43819308280944824,0.19433872401714325,-0.019123472273349762,0.2642470598220825,0.47188740968704224,0.039856016635894775 +484,-1.1501811640269561,1.3477135723573066,-2.911368054527076,-0.20195356011390686,-0.9752200841903687,-0.09033596515655518,0.057118915021419525,-1.2804961204528809,0.3367851674556732,0.040973350405693054,0.28901708126068115,0.13492214679718018 +485,-1.1017794791932947,1.3358846751085707,-3.0890378317536804,-0.20762282609939575,-0.9725348949432373,-0.10520865023136139,-0.3799820840358734,-1.2238965034484863,-0.11895303428173065,-0.03599900007247925,-0.34515321254730225,0.1129448264837265 +486,-1.3480363294479185,1.287859885039439,-2.9556713496357885,-0.2722785770893097,-0.9602397680282593,-0.06167633458971977,0.3918074667453766,-0.3362604081630707,0.10903558135032654,-0.1913139522075653,-0.541942298412323,0.17805510759353638 +487,-1.3547169327002357,1.2982544656101371,-2.8420997018172725,-0.26292091608047485,-0.9630897641181946,-0.05771280825138092,-0.4223034977912903,0.9607723951339722,0.26235365867614746,0.08584266901016235,-0.13427656888961792,-0.6433370113372803 +488,-1.197667500792438,1.2962347435060666,-2.9784507941924407,-0.2524687945842743,-0.9625441431999207,-0.09883321821689606,-0.48073291778564453,-0.2989146411418915,-0.08050157129764557,0.04009702801704407,0.3321579694747925,-0.06036172807216644 +489,-0.9291637924877146,1.2536766240040744,3.0882192666216515,-0.24981431663036346,-0.9501374959945679,-0.18663237988948822,-1.4393140077590942,1.1061882972717285,-0.1016550064086914,0.24928024411201477,0.4368165135383606,0.5523855686187744 +490,-0.8144795615048854,1.2959118126390639,3.0610451291120717,-0.1974339783191681,-0.9624565243721008,-0.18627212941646576,0.14923737943172455,-0.2258983850479126,-0.2663717567920685,-0.2971491515636444,-0.6756507754325867,-0.07453107833862305 +491,-0.950326044034566,1.3217283476937292,-3.022169910037588,-0.20055416226387024,-0.9691426157951355,-0.14331986010074615,1.5798115730285645,0.7585493922233582,0.3900589644908905,-0.15970584750175476,-0.5653422474861145,-0.533376932144165 +492,-1.3468855368625665,1.3784498798501212,-2.656800638213236,-0.18639077246189117,-0.9815583825111389,-0.04244665801525116,0.838447093963623,-0.37991729378700256,0.050487641245126724,0.33650675415992737,-0.09708541631698608,0.05091524124145508 +493,-1.3975008119379038,1.3653383789504099,-2.57411064676888,-0.20095990598201752,-0.9789676666259766,-0.03517830744385719,-0.17949646711349487,0.28372451663017273,0.019344262778759003,0.17097637057304382,0.48227882385253906,-0.019768595695495605 +494,-1.3833344123992277,1.3181683729723992,-2.60838215367183,-0.24557021260261536,-0.9682589173316956,-0.04658200591802597,-0.44535985589027405,-1.0541757345199585,0.4501608908176422,-0.02249617874622345,0.48882782459259033,-0.07854008674621582 +495,-1.1580928961996722,1.310503785283,-2.9583645548428508,-0.2357552945613861,-0.9663147330284119,-0.10322524607181549,-0.6702609658241272,-1.075308918952942,0.0893247202038765,-0.1672903597354889,-0.43757015466690063,0.0676722526550293 +496,-1.313413601384451,1.2615543145231904,-2.8351934482599175,-0.2943119704723358,-0.952564537525177,-0.07746908813714981,0.7111669182777405,0.47679877281188965,0.3079109787940979,-0.10189777612686157,-0.6580007672309875,-0.004623182117938995 +497,-1.313201465590951,1.2654112807638682,-2.7780821265008346,-0.290740430355072,-0.9537312388420105,-0.07659493386745453,-0.8201890587806702,-0.685164749622345,-0.15541881322860718,0.13940373063087463,0.0540730357170105,-0.6358531713485718 +498,-1.1589696621674932,1.2519229235223632,-2.9922110263842656,-0.2872856855392456,-0.949589192867279,-0.12548771500587463,-0.6035450100898743,0.22830753028392792,0.18354912102222443,0.014305919408798218,0.38556337356567383,0.16062867641448975 +499,-0.980036523589644,1.2044385688510517,-3.025607242171378,-0.2975058853626251,-0.9336382746696472,-0.19952429831027985,-0.047984298318624496,1.603234052658081,-0.06474126875400543,0.272466242313385,0.5263201594352722,0.28257787227630615 +500,-0.8719223543743306,1.26545245091068,-3.0969349278522436,-0.23014605045318604,-0.9537436366081238,-0.19340676069259644,-0.002710336819291115,-0.04108166694641113,-0.41684675216674805,-0.30333176255226135,-0.7040171027183533,0.016206473112106323 +501,-1.0197757504231435,1.2891417828755511,-2.898708433996539,-0.23680682480335236,-0.9605968594551086,-0.14552022516727448,1.0851527452468872,0.268000066280365,0.15317387878894806,-0.26304057240486145,-0.4132434129714966,-0.4166898727416992 +502,-1.2791983703810212,1.3384939650842818,-2.63851486394072,-0.22050008177757263,-0.9731389284133911,-0.06618395447731018,0.5683135986328125,0.4027138948440552,-0.09329559653997421,0.39112389087677,-0.2726495862007141,0.01300705224275589 +503,-1.1850888769289232,1.3283512733440854,-2.7043307096229348,-0.2224392294883728,-0.9707538485527039,-0.09032052755355835,-0.47295501828193665,-0.30145084857940674,-0.4583190381526947,0.2374691218137741,0.49805182218551636,0.0006293654441833496 +504,-1.20037409287545,1.2911455782614991,-2.7947938165212145,-0.2572985589504242,-0.9611518979072571,-0.09992163628339767,-0.58739173412323,-2.0930838584899902,0.6113933324813843,-0.03335082530975342,0.45507901906967163,0.09354342520236969 +505,-1.1044448250405852,1.2827496141278438,-3.0523499613850142,-0.25374484062194824,-0.9588006138801575,-0.12773120403289795,0.5081110596656799,-0.5963873863220215,0.36442074179649353,-0.26238372921943665,-0.6208962202072144,0.19752489030361176 +506,-1.3203684473523631,1.2644466325914607,-2.846162460376129,-0.29217272996902466,-0.95344078540802,-0.07473712414503098,0.7395867109298706,0.444882333278656,-0.2581314444541931,0.06823477149009705,-0.6117599010467529,-0.03509562462568283 +507,-1.255930681701842,1.2842787906500164,-2.9012066602152933,-0.26871973276138306,-0.9592338800430298,-0.0875222384929657,-1.3382134437561035,-0.31242355704307556,-0.14405930042266846,0.007748663425445557,0.08015978336334229,-0.7165701389312744 +508,-1.0920639597580775,1.2476189185300373,-3.1101006209994333,-0.28187859058380127,-0.9482311010360718,-0.14629517495632172,-0.4137386679649353,0.2532802224159241,0.45347562432289124,-0.02337348461151123,0.41608089208602905,0.2048736810684204 +509,-0.86197109500264,1.1941007125187795,3.071700535642079,-0.2792447805404663,-0.92988520860672,-0.23944905400276184,-0.029027476906776428,1.465304970741272,-0.206782728433609,0.3920682370662689,0.44049006700515747,0.31121116876602173 +510,-0.8149498920110524,1.2365897107588317,3.1268691738176497,-0.23869727551937103,-0.9446708559989929,-0.22499051690101624,0.1460433155298233,0.2681960165500641,0.01323137991130352,-0.5316579341888428,-0.5970619320869446,0.2745358347892761 +511,-0.9758842190701874,1.2713267768339753,-2.9032327233439688,-0.24432949721813202,-0.9554930925369263,-0.16533616185188293,0.9371355175971985,-0.1383761763572693,0.1797027289867401,-0.2735538184642792,-0.36517035961151123,-0.48650407791137695 +512,-1.2678832235596498,1.3292280834388426,-2.6949578923827735,-0.2283339500427246,-0.9709640145301819,-0.07136143743991852,0.9566295742988586,-1.3063822984695435,-0.39762812852859497,0.276826411485672,-0.16351163387298584,0.00020969659090042114 +513,-1.384713980825508,1.3362475956709408,-2.591612178226625,-0.22839248180389404,-0.9726192951202393,-0.04299724102020264,-0.18544423580169678,0.11763060837984085,-0.037931546568870544,0.18322643637657166,0.4971400499343872,-0.029924515634775162 +514,-1.3063459209940154,1.2740766619452226,-2.6726297883437957,-0.28222033381462097,-0.9563007354736328,-0.07642316818237305,-0.7386728525161743,-0.8949877023696899,0.15138055384159088,-0.10744336247444153,0.6168079972267151,-0.10007523745298386 +515,-1.1303321590873339,1.2705353577455254,-3.0017737174578802,-0.2675396800041199,-0.9552593231201172,-0.1261042207479477,-0.3100500702857971,-1.3508200645446777,0.06865668296813965,-0.16396361589431763,-0.4839496612548828,0.2536066770553589 +516,-1.2722645226803815,1.237768434145768,-2.8820709664550526,-0.31244680285453796,-0.9450568556785583,-0.09614872187376022,0.7316932082176208,0.18650087714195251,0.29638582468032837,-0.004005223512649536,-0.6553917527198792,-0.031048528850078583 +517,-1.2453665469154975,1.2514694442587853,-2.9288487202306968,-0.29745036363601685,-0.9494469165802002,-0.10036760568618774,-1.1598023176193237,-1.0120925903320312,-0.3862585127353668,0.010295271873474121,0.08969056606292725,-0.7244004011154175 +518,-1.0622150531117989,1.2396200792399983,3.093784979464926,-0.28400251269340515,-0.9456605315208435,-0.15833070874214172,-0.5519077777862549,0.11691643297672272,0.196104496717453,-0.06731584668159485,0.37545496225357056,0.17860962450504303 +519,-0.9188711771852931,1.204023239246218,3.0818259394356575,-0.28506144881248474,-0.9334893822669983,-0.2175721675157547,-0.0368739478290081,2.137150526046753,0.16876479983329773,0.34042033553123474,0.4648614525794983,0.4237642288208008 +520,-0.8365630951326772,1.2492824983453656,3.116538537023328,-0.2345832735300064,-0.9487581253051758,-0.21172784268856049,-0.04876678064465523,-0.4105101227760315,-0.07147052884101868,-0.4202629327774048,-0.7588834762573242,-0.08342289924621582 +521,-1.039513533734344,1.285486103010776,-2.9037867231473973,-0.2426588386297226,-0.9595744013786316,-0.14259639382362366,1.2580877542495728,-0.20797975361347198,0.05039083957672119,-0.19027875363826752,-0.3781026005744934,-0.5653046369552612 +522,-1.4483072514921758,1.3474503881628654,-2.5625589903922825,-0.2198348194360733,-0.9751617908477783,-0.02706284448504448,0.9165239930152893,-0.42987313866615295,-0.2555716633796692,0.2597060203552246,-0.20081788301467896,-0.046103063970804214 +523,-1.4522646449392416,1.3349632145459556,-2.5155757293487366,-0.23201420903205872,-0.972320020198822,-0.027630556374788284,-0.441008061170578,0.4980476200580597,0.043923284858465195,0.15808537602424622,0.5704033970832825,-0.10696721076965332 +524,-1.3070644868074714,1.3025785463283062,-2.6523250932621987,-0.25585007667541504,-0.9642447233200073,-0.0690850093960762,-0.6669909954071045,-0.7194089889526367,0.08040674030780792,0.02638840675354004,0.4593619704246521,0.0488518550992012 +525,-1.1995599271881254,1.2941644633186087,-2.922715558480575,-0.25451216101646423,-0.9619807600975037,-0.09907808899879456,0.21522101759910583,-1.0112072229385376,0.36899808049201965,-0.24255812168121338,-0.5432224273681641,0.31447112560272217 +526,-1.3515865806861973,1.2608892699505734,-2.759297341878859,-0.2976723313331604,-0.9523619413375854,-0.06631835550069809,0.39757993817329407,0.8469887375831604,0.17381055653095245,-0.014903992414474487,-0.7272036075592041,-0.09980405122041702 +527,-1.3018204615451163,1.270807945597897,-2.8587363043337586,-0.28488388657569885,-0.9553399085998535,-0.07852991670370102,-0.8957832455635071,-1.2311859130859375,-0.16455627977848053,-0.015576958656311035,0.037645816802978516,-0.5226510763168335 +528,-1.091538745656405,1.255803025586517,3.138006827626993,-0.2749063968658447,-0.9507984519004822,-0.14285993576049805,-0.7613872289657593,0.323939710855484,0.047087643295526505,0.004505366086959839,0.4578937888145447,0.18576765060424805 +529,-0.863652957558212,1.2121146040971973,3.060893727753852,-0.2668680250644684,-0.9363604187965393,-0.22805841267108917,-0.2609804570674896,1.396372675895691,-0.06567718088626862,0.36623328924179077,0.4072313904762268,0.3078160881996155 +530,-0.8100852894474234,1.2547210522143186,3.085094783511827,-0.22515474259853363,-0.9504626989364624,-0.21430356800556183,-0.14302097260951996,-0.06290483474731445,-0.15252763032913208,-0.47868743538856506,-0.6699901819229126,0.2413421869277954 +531,-0.9455427140742555,1.2935197149428896,-2.983745973693028,-0.22195014357566833,-0.9618045091629028,-0.16021917760372162,0.9870680570602417,0.24876034259796143,0.20035742223262787,-0.24928700923919678,-0.5097377896308899,-0.6159343719482422 +532,-1.2774758092431862,1.3614026631309124,-2.721038156990104,-0.19898919761180878,-0.978157103061676,-0.0601012259721756,0.9489167332649231,-1.0596590042114258,-0.4476298987865448,0.2664635479450226,-0.23342132568359375,-0.03976751118898392 +533,-1.4066933238361865,1.3665765081210797,-2.603049226849048,-0.20007917284965515,-0.9792194962501526,-0.03313153609633446,-0.11801531910896301,0.16226105391979218,-0.07353708148002625,0.15860575437545776,0.44691652059555054,-0.04609209671616554 +534,-1.3599600831356957,1.3255134020894732,-2.6625814837328865,-0.23745347559452057,-0.970068633556366,-0.0508190393447876,-0.46821194887161255,-0.4668387770652771,0.3106423616409302,0.0061302632093429565,0.5712650418281555,-0.048012133687734604 +535,-1.1055144082768404,1.314466957307611,-3.0220605492443213,-0.22657987475395203,-0.9673271179199219,-0.11375319212675095,-0.5730913877487183,-1.0393705368041992,0.21338210999965668,-0.19076329469680786,-0.5049018859863281,0.19598281383514404 +536,-1.2422571412002854,1.2770497636548275,-2.8985655738822813,-0.27405408024787903,-0.9571658372879028,-0.09342324733734131,0.757576048374176,-0.07164684683084488,0.4291105270385742,-0.0997861921787262,-0.46573150157928467,-0.038382165133953094 +537,-1.2810329486726693,1.2778543510470985,-2.8515961335874036,-0.2767316699028015,-0.9573984742164612,-0.08250895887613297,-0.4295597970485687,-1.5040433406829834,-0.26529258489608765,0.2259809374809265,0.06903177499771118,-0.5343886017799377 +538,-1.1205004658695257,1.2788066209441964,-3.109354838663235,-0.25916436314582825,-0.9576730132102966,-0.12528523802757263,-0.8507500290870667,-0.09199254959821701,-0.08358489722013474,-0.05040594935417175,0.35627835988998413,0.02035057544708252 +539,-0.8876259320783435,1.2331584738465258,3.0411452067051132,-0.2569164037704468,-0.9435397982597351,-0.20910902321338654,-0.5312994718551636,1.5706470012664795,0.10213989019393921,0.24924129247665405,0.4365817904472351,0.4888789653778076 +540,-0.7942366762895869,1.2569236611836976,3.044571212946978,-0.2202364057302475,-0.9511450529098511,-0.21637728810310364,-0.12391435354948044,0.0368390753865242,-0.46078261733055115,-0.1872342824935913,-0.3334161043167114,-0.06941986083984375 +541,-0.8643057757839365,1.2823362493240225,-3.0967762309659057,-0.21638552844524384,-0.9586830735206604,-0.18467310070991516,0.9635806083679199,0.6528173089027405,0.26067087054252625,-0.24180537462234497,-0.5549277663230896,-0.4765207767486572 +542,-1.102583298327455,1.3357981713669125,-2.864621194825721,-0.20778217911720276,-0.9725147485733032,-0.10507957637310028,0.7202833294868469,-0.543129563331604,-0.5199275612831116,0.24277058243751526,-0.14824330806732178,-0.0509873628616333 +543,-1.1784611256894595,1.34666545231526,-2.800005212427946,-0.20537172257900238,-0.9749876260757446,-0.08498021215200424,-0.11693987995386124,0.016185540705919266,-0.23082388937473297,0.2011602818965912,0.46009498834609985,0.00699257105588913 +544,-1.157332013505837,1.331894051804154,-2.815482674613658,-0.21669547259807587,-0.9715983271598816,-0.09507647156715393,-0.2371208518743515,0.09570882469415665,0.4709536135196686,0.08313532173633575,0.5003155469894409,0.10003562271595001 +545,-0.977276849962551,1.306223017707999,-3.0466426209198287,-0.2167753279209137,-0.9652041792869568,-0.14625072479248047,-0.38874468207359314,-1.1989738941192627,-0.0971904844045639,-0.064337357878685,-0.34605979919433594,0.13146497309207916 +546,-1.1989630948997976,1.261293891181135,-2.905752592730754,-0.283770352602005,-0.9524852633476257,-0.11066296696662903,-0.0068524861708283424,-0.1416161060333252,0.5211459398269653,-0.3148777186870575,-0.40725594758987427,0.20979928970336914 +547,-1.2594030115625927,1.2494568750696415,-2.7960050632945177,-0.3006483316421509,-0.9488131999969482,-0.09676801413297653,-0.4522266089916229,-0.5565481185913086,-0.2090497612953186,0.3359419107437134,-0.06444668769836426,-0.5145601034164429 +548,-1.0828828302709734,1.247613426840042,-3.0778718003214656,-0.28052815794944763,-0.9482293725013733,-0.14887937903404236,-0.9037846922874451,-0.6878505945205688,-0.23865513503551483,-0.10979166626930237,0.3645043969154358,-0.045105576515197754 +549,-0.9151286056465421,1.2137182488083598,3.086963971250544,-0.27705833315849304,-0.9369221329689026,-0.21310949325561523,-0.5256235003471375,1.487242341041565,0.19440637528896332,0.20888203382492065,0.4740315079689026,0.5011191368103027 +550,-0.8069014642489584,1.2288784685501701,3.084452823548559,-0.24213199317455292,-0.9421133399009705,-0.23193638026714325,0.26088374853134155,0.43847647309303284,-0.5058265924453735,-0.12478084862232208,-0.10389184951782227,-0.03916655480861664 +551,-0.8062068286504874,1.255397274181569,3.1188247851169137,-0.22385795414447784,-0.9506726861000061,-0.21473020315170288,0.9204805493354797,0.7379260063171387,0.134511798620224,-0.29883185029029846,-0.4828447699546814,-0.13988405466079712 +552,-1.0721208755429115,1.3086877377682156,-2.9009212434422276,-0.2275618016719818,-0.9658457636833191,-0.12392649054527283,0.9846590757369995,-0.4996589720249176,-0.2130305916070938,0.14386731386184692,-0.09932464361190796,-0.13738031685352325 +553,-1.2920661746403714,1.3180545008324633,-2.6534726363324967,-0.24040894210338593,-0.9682304263114929,-0.06880022585391998,-0.024353403598070145,0.5731444358825684,0.1456877887248993,0.28957274556159973,0.45405495166778564,0.08822464197874069 +554,-1.3636759331676593,1.3085454361737965,-2.5675802868194824,-0.25371432304382324,-0.9658088684082031,-0.0533139668405056,-0.01774725690484047,-0.8840101361274719,0.2318192571401596,0.10057711601257324,0.4073219299316406,-0.0769655704498291 +555,-1.2386744983356368,1.314465060971242,-2.844887259696728,-0.23967881500720978,-0.9673266410827637,-0.08266458660364151,-1.0285282135009766,-1.1179769039154053,-0.2978556454181671,-0.034643739461898804,-0.02478468418121338,0.0808335468173027 +556,-1.185880918403681,1.2612712332465008,-2.9560929884195644,-0.28231850266456604,-0.9524783492088318,-0.11437387019395828,0.29079559445381165,0.4828391969203949,0.36112192273139954,-0.32295191287994385,-0.4225216507911682,0.42539381980895996 +557,-1.344159224656538,1.2695015286424838,-2.759024642984799,-0.289168119430542,-0.9549530744552612,-0.06668183952569962,-0.17349043488502502,0.33274397253990173,0.06076895818114281,0.154097318649292,-0.13786613941192627,-0.4201498031616211 +558,-1.2751443029917415,1.2711639209169021,-2.8639077373216786,-0.28236210346221924,-0.9554450511932373,-0.086001455783844,-0.37962692975997925,-0.2264145463705063,-0.16250257194042206,-0.018693745136260986,0.35423362255096436,-0.10133074969053268 +559,-1.1142241143975293,1.261115985527299,-2.987221405831907,-0.27353784441947937,-0.9524310231208801,-0.13435816764831543,-0.4822319447994232,1.3237351179122925,0.07296553999185562,0.14678311347961426,0.5057758092880249,0.25381922721862793 +560,-0.8716588761954804,1.2549669064152376,3.1297558578528952,-0.23773649334907532,-0.9505391120910645,-0.19989240169525146,-0.15952472388744354,0.15456123650074005,-0.464781790971756,-0.15470433235168457,-0.15195417404174805,-0.005918145179748535 +561,-0.8296129761028372,1.2713867559237484,3.1382963072596644,-0.21758046746253967,-0.9555107951164246,-0.19914309680461884,0.9285570383071899,1.133988857269287,0.15821605920791626,-0.2741797864437103,-0.5620520710945129,-0.06742799282073975 +562,-1.0297704834630605,1.3083301821002953,-2.938137629603696,-0.2224062979221344,-0.9657530188560486,-0.133627250790596,0.6936483383178711,-0.8287343978881836,-0.2508067488670349,0.13865084946155548,-0.01054990291595459,-0.2223297655582428 +563,-1.3288330335249645,1.3342493444096544,-2.6683907271867904,-0.22752046585083008,-0.9721529483795166,-0.056151725351810455,0.0023554409854114056,0.5128728151321411,0.26340484619140625,0.3651242256164551,0.2810366749763489,0.12969911098480225 +564,-1.279086077261324,1.3274037860731402,-2.6747060171244437,-0.23081578314304352,-0.9705259799957275,-0.06930850446224213,0.03802679479122162,0.31691592931747437,0.4844214618206024,0.12192901968955994,0.5035763382911682,-0.04281307011842728 +565,-1.168800624081093,1.289582828115273,-2.8095795472021057,-0.2553982138633728,-0.9607193470001221,-0.10858195275068283,-1.151289463043213,-1.0659548044204712,-0.6953659653663635,-0.05157807469367981,0.14440470933914185,0.09504742175340652 +566,-1.1694008775577898,1.2852946582539395,-2.935244953574876,-0.2592531740665436,-0.9595204591751099,-0.1100371778011322,0.559971272945404,-0.11799191683530807,0.7764031887054443,-0.37601593136787415,-0.37621861696243286,0.5869964361190796 +567,-1.2506620980402918,1.2658579609145966,-2.7756538582197328,-0.2849801182746887,-0.9538654685020447,-0.09448184072971344,0.43067970871925354,0.7598238587379456,-0.0674494281411171,0.2252419888973236,-0.22029823064804077,-0.36320555210113525 +568,-1.2448958697778763,1.2796123129053172,-2.848467129122937,-0.27197498083114624,-0.9579046368598938,-0.09191415458917618,-0.6740657687187195,-0.6884433031082153,-0.38015586137771606,-0.016004115343093872,0.17811954021453857,-0.19617176055908203 +569,-1.0388008838757108,1.262427979181928,-3.0729432748663834,-0.2615588903427124,-0.9528300762176514,-0.15395373106002808,-0.46500349044799805,0.9283221364021301,0.13133518397808075,0.10167735815048218,0.5302837491035461,0.18708057701587677 +570,-0.8131025470350852,1.2227068715797595,3.0854030064100706,-0.2477845996618271,-0.9400261044502258,-0.23442195355892181,0.07269862294197083,0.8490074276924133,-0.2197224646806717,0.1791658252477646,0.2461785078048706,0.21879692375659943 +571,-0.756481898733005,1.252418650934807,3.065791882056974,-0.21485096216201782,-0.9497445225715637,-0.2276500016450882,0.013410132378339767,0.1930677741765976,0.2183551788330078,-0.5465931296348572,-0.6640097498893738,0.1556132435798645 +572,-0.9529596757006674,1.2883996764153534,-2.9390823992969146,-0.22714342176914215,-0.9603903293609619,-0.16141904890537262,0.8261561989784241,0.03293806314468384,0.034774184226989746,0.03375355899333954,-0.11295855045318604,-0.3644293546676636 +573,-1.2026649035001444,1.3287966323313363,-2.73703874408291,-0.2235892415046692,-0.9708607196807861,-0.08624172955751419,0.3026628792285919,-0.011744018644094467,0.3597462773323059,0.4575064480304718,0.028035283088684082,0.1642293930053711 +574,-1.1793094792332506,1.3268583704086836,-2.731234842176677,-0.2232528179883957,-0.9703943729400635,-0.09215743839740753,-0.014994120225310326,0.2545870542526245,0.16068199276924133,0.1460128128528595,0.4837000370025635,-0.03349870443344116 +575,-1.1450857843315438,1.286866335773253,-2.7690019154205374,-0.2551274597644806,-0.9599619507789612,-0.115684874355793,-0.7971646189689636,-0.6946771144866943,-0.4348152279853821,0.011856615543365479,0.3413859009742737,0.0741657018661499 +576,-1.0434321024286946,1.2672958712477007,-3.02331051710665,-0.2582578659057617,-0.9542961716651917,-0.1504046767950058,0.16502802073955536,-0.8633631467819214,1.0377709865570068,-0.3618440628051758,-0.6272009611129761,0.531935453414917 +577,-1.225600607658804,1.244128130551673,-2.8147043720380838,-0.3019596040248871,-0.9471167325973511,-0.10858272761106491,0.817138671875,0.8594920039176941,0.17382757365703583,0.07629737257957458,-0.46963125467300415,-0.222151517868042 +578,-1.1725115046231225,1.2427802107470864,-2.92814035130451,-0.29694920778274536,-0.9466833472251892,-0.1249481812119484,-0.8006489276885986,-1.18868887424469,-0.3958621621131897,-0.024934977293014526,0.21044665575027466,-0.3816283345222473 +579,-1.0380104686207456,1.214222059593947,-3.107049242505953,-0.3006838858127594,-0.9370981454849243,-0.17730288207530975,-0.3266043961048126,0.9590420722961426,0.33452141284942627,0.05224025249481201,0.5083414316177368,0.23739206790924072 +580,-0.8685539393841167,1.1865099929028378,-3.1132592103821017,-0.28619521856307983,-0.9270662069320679,-0.24215805530548096,0.3707374930381775,1.3120273351669312,-0.10688307136297226,0.20514053106307983,0.22650468349456787,0.08444321155548096 +581,-0.7520975127925137,1.208434345480945,3.1195108041494066,-0.24217340350151062,-0.9350621700286865,-0.25886446237564087,0.3499253988265991,0.7774419784545898,0.2031916379928589,-0.5268237590789795,-0.6090662479400635,0.39930638670921326 +582,-0.9644026942973755,1.276492837126814,-2.8508645616766466,-0.2383555918931961,-0.9570044279098511,-0.1653149276971817,0.9696081876754761,-0.10970911383628845,-0.09032192081212997,-0.0374470055103302,-0.08724600076675415,-0.4143054485321045 +583,-1.3371843192441069,1.3363575505939005,-2.541742980616844,-0.22598671913146973,-0.9726448655128479,-0.053775038570165634,0.599578320980072,-0.1924939751625061,0.05218170955777168,0.2914011776447296,-0.07615262269973755,0.12483520060777664 +584,-1.3232846560878768,1.329223123302541,-2.515405528594438,-0.23194023966789246,-0.9709628224372864,-0.05860967934131622,-0.13214106857776642,0.4245021641254425,0.31061893701553345,0.12451833486557007,0.5583192706108093,-0.05734188109636307 +585,-1.2827457027649214,1.2912838312330641,-2.567527905265184,-0.26451992988586426,-0.9611900448799133,-0.07837489247322083,-0.6667260527610779,-0.9458152651786804,-0.45066311955451965,-0.07120388746261597,0.46373844146728516,-0.06205175817012787 +586,-1.1075128423579355,1.2782244630385784,-2.9162341223033454,-0.2580140233039856,-0.9575052857398987,-0.12888959050178528,0.1857900172472,-1.6134973764419556,0.5987659096717834,-0.3526885211467743,-0.4301289916038513,0.41429001092910767 +587,-1.246033757234042,1.253820972059611,-2.7281987101903034,-0.29540106654167175,-0.9501824975013733,-0.09945663064718246,0.6163841485977173,1.555063009262085,-0.044708553701639175,0.10281985998153687,-0.398038387298584,-0.33380138874053955 +588,-1.26088450290735,1.2626950040763418,-2.7868327168297644,-0.288803368806839,-0.9529110789299011,-0.09248358756303787,-0.7804516553878784,-1.3536326885223389,-0.43593695759773254,-0.08035251498222351,0.08009302616119385,-0.38542163372039795 +589,-1.054426593778023,1.2482679105590784,-3.090422904651114,-0.2756389379501343,-0.9484370350837708,-0.1564943939447403,-0.6004422903060913,0.37766045331954956,0.06273013353347778,0.09317430853843689,0.5483058094978333,0.2339479923248291 +590,-0.8541955697784612,1.220843737543984,3.088981190242232,-0.258526086807251,-0.9393889904022217,-0.2251947522163391,0.15784217417240143,0.7857630848884583,-0.34040477871894836,0.28614452481269836,0.2843596339225769,0.2242792248725891 +591,-0.8290101413970269,1.262850776273002,3.089036271088318,-0.22346553206443787,-0.9529582858085632,-0.20477718114852905,0.2207523137331009,0.5412523746490479,0.2990257740020752,-0.6029962301254272,-0.5968921780586243,0.4135783910751343 +592,-1.026858110778452,1.2937181809608604,-2.9044572682641063,-0.23406757414340973,-0.9618588089942932,-0.1415630280971527,0.779180645942688,-0.18616244196891785,-0.0628884956240654,0.002454400062561035,-0.2364901900291443,-0.3653339743614197 +593,-1.284095435361649,1.338344082521455,-2.7227370816562106,-0.22096090018749237,-0.9731044173240662,-0.06514444202184677,0.14716863632202148,-0.4370877146720886,0.1522812396287918,0.41753989458084106,-0.03191554546356201,0.19429482519626617 +594,-1.220355384640314,1.341382444255331,-2.7700991783160664,-0.21358537673950195,-0.9737998247146606,-0.0780714899301529,-0.04729698225855827,0.1531173288822174,0.1630955934524536,0.14489030838012695,0.5403739213943481,-0.0281296968460083 +595,-1.1891048000541744,1.3055883806685706,-2.7919247703134773,-0.2432476133108139,-0.965038001537323,-0.09763361513614655,-0.6426052451133728,-0.5175272226333618,-0.2592821717262268,-0.02666512131690979,0.3523519039154053,0.02960991859436035 +596,-1.1150869718586591,1.2772143050053193,-2.9927572612542592,-0.2598511874675751,-0.9572134613990784,-0.12735728919506073,0.25082457065582275,-0.8132456541061401,1.0496083498001099,-0.40837693214416504,-0.5242776870727539,0.4322736859321594 +597,-1.2488892717847082,1.2617975177755374,-2.7895690388793835,-0.28848403692245483,-0.9526385068893433,-0.0962115079164505,0.5889716744422913,1.638907551765442,-0.15386269986629486,0.18858477473258972,-0.3610363006591797,-0.3222912549972534 +598,-1.2372300009336987,1.272340567360494,-2.874807568188551,-0.27783700823783875,-0.955791711807251,-0.09627455472946167,-0.7180171012878418,-0.7787489891052246,-0.27257239818573,-0.08005785942077637,0.16219741106033325,-0.1982964277267456 +599,-1.031057537952421,1.2516923849019606,-3.10789493327107,-0.2691188454627991,-0.9495168924331665,-0.16122226417064667,-0.4375443756580353,0.9424285292625427,0.07517562806606293,0.11216694116592407,0.5300528407096863,0.2534005641937256 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/q4.csv b/BoostRunClub/CoreML/DataSet/Motion/running/q4.csv new file mode 100644 index 0000000..06e1747 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/q4.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-0.80619523076681,1.2276303806485644,3.0716375658021615,-0.24281644821166992,-0.9416941404342651,-0.2329210788011551,0.7373541593551636,0.9823576211929321,-0.08221978694200516,0.112399622797966,0.2770060896873474,0.049449458718299866 +1,0.14136654635188,0.460823650954577,1.9533836644954348,0.12619878351688385,-0.44468599557876587,-0.8867514729499817,-0.1671905517578125,0.04960343986749649,0.014766291715204716,-0.008187323808670044,0.02148348093032837,0.2534354329109192 +2,0.18018595904252124,0.4613410344385816,1.924053866772501,0.16047698259353638,-0.44514933228492737,-0.8809592127799988,0.02790890820324421,-0.010342284105718136,-0.15964314341545105,0.01951567828655243,0.011677712202072144,0.17049479484558105 +3,0.2356034214025919,0.4831701427257923,1.8831064361553649,0.20670826733112335,-0.4645887613296509,-0.8610627055168152,0.377154141664505,0.6385453939437866,-0.21472343802452087,-0.046964019536972046,-0.02491319179534912,0.11708992719650269 +4,0.2932084010781901,0.49472144292294745,1.8432079258537373,0.2543713450431824,-0.47478652000427246,-0.8425396084785461,0.08590637892484665,0.9557260870933533,-0.22807277739048004,0.19872313737869263,-0.22084641456604004,-0.17476385831832886 +5,0.4418232756173098,0.5131184877595844,1.755577463964955,0.37252262234687805,-0.4908965229988098,-0.7875578999519348,0.7998281717300415,1.7192907333374023,-1.1434756517410278,0.18738335371017456,0.0431426465511322,0.06003415584564209 +6,0.6302955420528533,0.5074207719996002,1.6092246127192227,0.5151216387748718,-0.485924631357193,-0.7060644030570984,0.9170065522193909,0.4689253568649292,-1.362441897392273,-0.046814143657684326,0.3311395049095154,0.03524225950241089 +7,0.990856241333121,0.4553779672411833,1.1280053415350335,0.7512522339820862,-0.43980178236961365,-0.49213242530822754,3.699359655380249,1.1605358123779297,-4.5644097328186035,-0.08311569690704346,0.6434608697891235,0.3622954189777374 +8,1.1679646908259296,-0.006047533490500122,0.6284240141057481,0.919937789440155,0.006047496572136879,-0.3920177221298218,0.783058762550354,0.10408024489879608,-7.736174583435059,-0.30470341444015503,0.3751475512981415,-0.15165293216705322 +9,1.0078022242675533,-0.5209588064520412,0.2252984483218328,0.7334774732589722,0.49771198630332947,-0.4629184603691101,0.5110593438148499,-3.272212028503418,-2.039402723312378,1.7914705276489258,-1.1454933881759644,-0.04399380087852478 +10,0.9887031312178388,-0.42513152315042285,0.2511939820378805,0.7609577775001526,0.41244059801101685,-0.5008352398872375,0.5747129321098328,2.312279224395752,1.4583678245544434,0.47210490703582764,0.13354936242103577,-0.055774807929992676 +11,1.1450711444395194,-0.14763357796919707,0.3960923059523982,0.9008324146270752,0.1470978707075119,-0.4084888994693756,-0.9462408423423767,-0.02640032395720482,5.308355331420898,-0.0733940601348877,-0.7703736424446106,-0.4261058568954468 +12,1.1395921230968633,0.1352877451845113,0.626235916322464,0.9001621007919312,-0.13487543165683746,-0.41414597630500793,-0.2590159475803375,1.3218857049942017,2.252963066101074,-0.6451267004013062,0.13406671583652496,0.7490153312683105 +13,1.3135016392612542,0.3485065035805744,0.7932820403669884,0.9089446663856506,-0.34149447083473206,-0.23916774988174438,-0.3829602301120758,0.7770726680755615,2.573517322540283,-0.060571253299713135,0.31720250844955444,0.20736843347549438 +14,1.4662717274653223,0.5056863765878334,0.7807257513458363,0.8700675368309021,-0.48440802097320557,-0.09127611666917801,1.2152044773101807,2.4875471591949463,-0.089301198720932,0.5456428527832031,-0.014890044927597046,-0.001741461455821991 +15,1.5149728068701416,0.6045256551709465,0.8400593200612668,0.8214901685714722,-0.5683718919754028,-0.04590616747736931,-0.6813409328460693,0.56349116563797,1.3566967248916626,0.46835052967071533,0.05041229724884033,-0.3756178617477417 +16,1.5768456879427306,0.6086872081451222,0.7344480261819332,0.8203845024108887,-0.5717909336090088,0.004962862469255924,0.26971909403800964,-0.9328754544258118,-1.1263041496276855,0.04811537265777588,0.2030927538871765,0.18641281127929688 +17,1.524453246081663,0.523912852122225,0.7422950768798656,0.864938497543335,-0.5002719759941101,-0.04011263698339462,-0.10125133395195007,-0.17627958953380585,-0.31978172063827515,-0.3780307173728943,0.2602665424346924,0.0414249412715435 +18,1.558370494841023,0.38201269125562615,0.664128857318489,0.9278445839881897,-0.37278884649276733,-0.011529834009706974,0.9516087174415588,0.27566638588905334,-1.786515474319458,-0.2829776406288147,0.034806668758392334,0.11376368999481201 +19,1.5439790881205044,0.3231997820919654,0.5950065391467406,0.9478830695152283,-0.317602276802063,-0.025425700470805168,0.47029781341552734,-0.2307891845703125,0.19653037190437317,0.15647178888320923,-0.33638936281204224,0.5112807750701904 +20,1.5500245682867935,0.35323548326702375,0.6638006581593529,0.9380559921264648,-0.3459353446960449,-0.01948787458240986,-1.1662038564682007,0.5717071294784546,0.27497440576553345,0.6817712783813477,-0.015408039093017578,-0.5158819556236267 +21,1.5506691992138222,0.4034435168695879,0.749943546705567,0.9195283055305481,-0.39258772134780884,-0.018509963527321815,-0.6297657489776611,0.3916313350200653,0.9042866230010986,-0.047061264514923096,0.13900190591812134,-0.09469503164291382 +22,1.5467877132305106,0.5121224235035461,0.7659159549800575,0.8714552521705627,-0.4900284707546234,-0.020926453173160553,0.7568943500518799,-0.4374530017375946,-0.13068194687366486,-0.29099565744400024,0.5567094087600708,-0.054406166076660156 +23,1.5367398031402675,0.31472987761642546,0.5813252771947438,0.9503286480903625,-0.3095596432685852,-0.03237740695476532,2.4527735710144043,-0.8310570120811462,-3.5963425636291504,-0.29798489809036255,0.4402664005756378,-0.0034959912300109863 +24,1.5381420807173651,0.15845723081456,0.5277537656988148,0.9869455695152283,-0.15779495239257812,-0.03223942220211029,-0.7694441676139832,0.6940147876739502,-0.08518258482217789,0.21424156427383423,-0.4131584167480469,0.14166021347045898 +25,1.5812403152258532,0.19015425865355057,0.64374329051768,0.9819214344024658,-0.1890103816986084,0.010255549103021622,-1.1181856393814087,0.5265553593635559,0.6504851579666138,0.5541502237319946,0.04052712023258209,-0.2691056728363037 +26,1.6190246515441105,0.26460575529610464,0.7072122448931765,0.9640734195709229,-0.26152876019477844,0.04653172940015793,-0.5523988008499146,0.10714207589626312,1.0675582885742188,-0.04985839128494263,0.11228257417678833,0.09511566162109375 +27,1.6675258334322725,0.40982386965963935,0.7403527443227647,0.9129034280776978,-0.39844778180122375,0.0885811448097229,-0.0488811731338501,0.10134410113096237,1.4292041063308716,-0.36729496717453003,0.16247060894966125,-0.24238967895507812 +28,1.7347058268474758,0.5045230806057978,0.6870406561788338,0.8636720180511475,-0.4833900034427643,0.14284558594226837,1.194745421409607,0.1003790870308876,0.21694743633270264,-0.40644240379333496,0.19011610746383667,-0.0886768102645874 +29,1.6908961185702245,0.4201665781352954,0.6020228536408058,0.906444251537323,-0.40791255235671997,0.10939021408557892,0.7235857248306274,-0.8157244920730591,-0.923355758190155,0.1900370717048645,0.16459590196609497,0.2422027587890625 +30,1.6666756620684746,0.34544492364568047,0.5506044658884205,0.9366033673286438,-0.338615357875824,0.09007710218429565,0.56057208776474,0.0034012729302048683,-0.6379926204681396,0.451854944229126,-0.1777268350124359,0.11397875100374222 +31,1.6957000825557178,0.27963721439664524,0.5115492862222,0.953667938709259,-0.2760069668292999,0.11974003911018372,-0.1777796447277069,-0.0006831921637058258,-0.01058623380959034,0.21546047925949097,-0.2776124179363251,-0.40192079544067383 +32,1.6641002133477607,0.21612493833853422,0.5210945572965192,0.9724872708320618,-0.21444633603096008,0.09100107103586197,0.3372950553894043,-0.7295870780944824,-1.010884165763855,-0.19250380992889404,0.14324882626533508,0.24859857559204102 +33,1.6377047320155043,0.17450158716653139,0.5521576859634099,0.9826096892356873,-0.17361731827259064,0.0658431276679039,-0.5639256238937378,0.11962956190109253,-0.4803348779678345,-0.555073618888855,0.14399999380111694,-0.08542013168334961 +34,1.6144684881822335,0.08949504243776678,0.5558419580273698,0.9950484037399292,-0.08937562257051468,0.043483562767505646,-0.30549123883247375,0.11024118214845657,-0.2381374090909958,0.4797288179397583,-0.4159802198410034,0.23169350624084473 +35,1.6514312298372107,0.12989994900079857,0.6853620458274974,0.9883530139923096,-0.12953492999076843,0.07986892759799957,-0.4772757291793823,0.9091531038284302,0.8089757561683655,0.9238631725311279,-0.17944028973579407,0.02675950527191162 +36,1.7421989163592673,0.2562767801906029,0.6840904136460705,0.9531655311584473,-0.2534807026386261,0.1649939864873886,-0.06645093858242035,0.566901683807373,0.784671425819397,-0.0008034706115722656,0.5101182460784912,-0.034882307052612305 +37,1.7324838104209899,0.25559728685736194,0.6904819551078868,0.9548932313919067,-0.2528233230113983,0.1557539403438568,-0.06918659806251526,-1.3248893022537231,-0.29023322463035583,-0.44325077533721924,0.2083134651184082,-0.3835982084274292 +38,1.63364863979385,0.24096971236543124,0.7014473260091659,0.9691894054412842,-0.23864443600177765,0.06099613755941391,0.22544319927692413,-0.5729948878288269,-0.1436804234981537,-0.48594367504119873,0.15760502219200134,0.05098807066679001 +39,1.5643039045589024,0.2178667098803948,0.6705990671766586,0.976340115070343,-0.2161472588777542,-0.006338901352137327,-0.0761004388332367,-1.470084547996521,0.11423948407173157,0.19603830575942993,-0.2191096842288971,0.17673379182815552 +40,1.5454847858574758,0.2710047343935583,0.6843429406497092,0.9631937742233276,-0.26769962906837463,-0.024385126307606697,0.09997089952230453,0.7907024621963501,0.5803472399711609,0.5262013077735901,-0.04467824101448059,0.030030908063054085 +41,1.5476696908486713,0.24158166596188665,0.681086496102621,0.9707011580467224,-0.2392386645078659,-0.022453056648373604,-0.20919577777385712,-0.9064793586730957,-0.4049527049064636,-0.07537645101547241,0.1626700609922409,-0.35691094398498535 +42,1.5296381007785878,0.1784736614530931,0.7068950065289703,0.9832823872566223,-0.17752768099308014,-0.04049302637577057,0.022914620116353035,-0.44706088304519653,-0.6038036942481995,-0.23596793413162231,0.19991233944892883,-0.11996841430664062 +43,1.4454858607909216,0.13433703001563493,0.7517389443665177,0.9832198023796082,-0.13393335044384003,-0.12385670840740204,-0.8210596442222595,-0.13607025146484375,0.3185328543186188,-0.1807754635810852,0.16603787243366241,-0.10880927741527557 +44,1.4318275857128457,0.18584659702010073,0.785590901271084,0.9733054637908936,-0.1847786158323288,-0.13613653182983398,-0.17280499637126923,-0.933697521686554,0.3585434854030609,-0.051659464836120605,-0.03447490930557251,0.15144111216068268 +45,1.4077025609935068,0.17845796722493315,0.864808547336453,0.9710589647293091,-0.1775122433900833,-0.15979298949241638,-0.9981857538223267,1.1780060529708862,0.3222063183784485,0.6187389492988586,-0.1900262087583542,-0.11549083888530731 +46,1.4509762202120757,0.22029513085351296,0.7776237615426129,0.9688364267349243,-0.21851763129234314,-0.11664483696222305,1.5316438674926758,0.31853121519088745,0.38527950644493103,0.3557332754135132,0.15963396430015564,-0.33818912506103516 +47,1.4534603750489485,0.2436872006741559,0.6721844657914623,0.9637821316719055,-0.24128252267837524,-0.11360815167427063,-0.08082959800958633,0.022417914122343063,0.032980434596538544,-0.23708230257034302,-0.17242902517318726,0.22666054964065552 +48,1.4947278613820238,0.2524701859893533,0.6927039909596583,0.9654982686042786,-0.24979659914970398,-0.07358596473932266,0.4185367822647095,0.008472803048789501,0.04314092546701431,-0.6394637227058411,0.19567365944385529,-0.014686167240142822 +49,1.4765295154998677,0.24487280222119395,0.6636563668457246,0.9658608436584473,-0.24243292212486267,-0.09131927788257599,-0.1825878620147705,-0.37244874238967896,0.038474246859550476,-0.014444828033447266,0.015305861830711365,0.062419116497039795 +50,1.466914190027528,0.257820685888175,0.6766624674656857,0.9617351293563843,-0.2549738883972168,-0.10026804357767105,-0.036158010363578796,-0.7506025433540344,0.2646515667438507,0.34836912155151367,-0.2663273513317108,0.13028205931186676 +51,1.4570529841067603,0.29830472008793923,0.6891743908881215,0.9496597051620483,-0.2939002215862274,-0.10848572105169296,1.7695013284683228,-1.2668853998184204,-0.34114423394203186,0.11331331729888916,0.04519721865653992,-0.39967775344848633 +52,1.4342015866787987,0.2541413185941148,0.47953925844812806,0.9588640928268433,-0.25141438841819763,-0.13179650902748108,1.1676578521728516,-0.7951784729957581,-0.33916175365448,-0.26812928915023804,-0.1291702687740326,-0.02134065330028534 +53,1.3427629782531088,0.2620045451090502,0.4905735621003883,0.9408690333366394,-0.2590171992778778,-0.21834734082221985,-0.6926544904708862,0.0513596348464489,0.2742008864879608,-0.6329466700553894,0.2189934253692627,0.25754719972610474 +54,1.320265145008264,0.23159877479883675,0.5758704004173911,0.9429150223731995,-0.22953391075134277,-0.2412993311882019,-0.36619123816490173,-0.041399996727705,-0.5228274464607239,0.36761653423309326,-0.07071328163146973,0.1272246241569519 +55,1.3522980836189464,0.21214302487834238,0.6188834661442092,0.9543390274047852,-0.21055535972118378,-0.2119043916463852,0.08320172876119614,0.49541962146759033,0.12533891201019287,0.42346858978271484,-0.42657536268234253,-0.1739140748977661 +56,1.4195702805112083,0.25063950854303846,0.5695037060687853,0.9576976299285889,-0.24802353978157043,-0.1459430605173111,-0.3652777075767517,1.2860726118087769,0.8809394240379333,0.08690369129180908,0.3536601662635803,-0.20291857421398163 +57,1.434608059974104,0.3095565716161151,0.633316266300326,0.9436494708061218,-0.3046363294124603,-0.12931445240974426,0.42071205377578735,-0.8237164616584778,0.05759797617793083,-0.3739932179450989,0.16752085089683533,-0.05228041112422943 +58,1.4698377080276457,0.31415252813725636,0.6130282550660189,0.9462157487869263,-0.3090105950832367,-0.09585452824831009,0.1816295087337494,0.455834299325943,0.11222729086875916,-0.48132628202438354,0.23010742664337158,0.09028507024049759 +59,1.4663235827627077,0.31848848603962615,0.521930734330445,0.9445317387580872,-0.3131314218044281,-0.09903840720653534,1.4429820775985718,-0.735323965549469,-0.0796477422118187,-0.014432251453399658,0.1079159677028656,0.11411404609680176 +60,1.442461878546925,0.37497609061265796,0.5226099050762858,0.9228641986846924,-0.36625027656555176,-0.119089774787426,-0.03740620240569115,0.22097155451774597,0.9830052256584167,0.5423304438591003,-0.18541595339775085,0.10470075905323029 +61,1.461565525751108,0.42536706549229947,0.513561921685454,0.9054586291313171,-0.41265517473220825,-0.09929921478033066,0.4636839032173157,-0.0939251184463501,-0.021891336888074875,0.10920500755310059,0.19416460394859314,-0.40036511421203613 +62,1.431171460527299,0.421264548260811,0.5668103935750498,0.9036917686462402,-0.4089147746562958,-0.1270042359828949,-1.137727975845337,-0.32571569085121155,0.16640836000442505,-0.12724828720092773,0.17620298266410828,0.08295214176177979 +63,1.338276360272288,0.4221303654456632,0.777164924322055,0.8876693844795227,-0.4097047448158264,-0.21020282804965973,-1.8944448232650757,0.19480669498443604,0.3656586706638336,-0.35771632194519043,0.32486581802368164,0.03852614760398865 +64,1.2680758411014088,0.39620906825393026,0.9311672258851977,0.8805822730064392,-0.3859238624572754,-0.27502310276031494,-1.452987551689148,0.18895626068115234,0.05254951864480972,0.05290466547012329,-0.05484148859977722,0.33692795038223267 +65,1.265443005090963,0.364325597973707,1.0779532446486377,0.8911412358283997,-0.35631924867630005,-0.2808980643749237,-1.3720242977142334,0.8744228482246399,0.01991395838558674,0.2390161156654358,-0.09686672687530518,0.16584688425064087 +66,1.3331533637449529,0.3499910055913472,1.1659329554065787,0.9129751324653625,-0.34288936853408813,-0.2211407870054245,-0.2079119086265564,0.8187093734741211,0.349068284034729,0.6414834260940552,0.29606014490127563,-0.1605425328016281 +67,1.3526046633871134,0.363999342448815,1.3169900534859247,0.9123244881629944,-0.3560143709182739,-0.2022818922996521,-1.8093169927597046,0.8285182118415833,0.339528888463974,0.1367173194885254,0.08872616291046143,-0.12422570586204529 +68,1.319968881355968,0.35867850296883663,1.4701884928878748,0.9070603251457214,-0.3510371446609497,-0.23241017758846283,-0.631445050239563,-0.8175660371780396,0.2286001443862915,-0.8697373867034912,-0.013708919286727905,0.12135672569274902 +69,1.2607637186986809,0.38150828486502464,1.504995585822373,0.8838554620742798,-0.3723207414150238,-0.28315499424934387,0.3691572844982147,-0.13209159672260284,0.08093048632144928,-0.8446251749992371,-0.0644468367099762,0.26669082045555115 +70,1.2978473326569389,0.3684488389075116,1.2934264654160217,0.8983517289161682,-0.36016881465911865,-0.2514806389808655,2.278574228286743,-1.4026086330413818,0.338593065738678,2.3277835845947266,-0.6645046472549438,-0.20672550797462463 +71,1.2153326266754136,0.40007728315161867,1.325817554102173,0.8634528517723083,-0.3894895315170288,-0.3205418884754181,-0.46396470069885254,1.0704013109207153,0.1537327766418457,-0.6797217726707458,0.8862241506576538,0.1394352912902832 +72,1.3042867473377775,0.40254656526386384,1.2855664314218533,0.8875842690467834,-0.3917626142501831,-0.24231402575969696,-0.38542109727859497,1.3664989471435547,0.19462020695209503,-0.8063160181045532,0.433495432138443,0.22598716616630554 +73,1.4229552037031683,0.39225813218140154,1.3865374804439816,0.9139679670333862,-0.3822759985923767,-0.1361151933670044,-1.591304063796997,-0.4590437412261963,-0.09758219122886658,1.1972532272338867,0.004025936126708984,-0.3698814809322357 +74,1.3750588812021673,0.3726702606086893,1.5888102064569587,0.9135736227035522,-0.3641037046909332,-0.18113984167575836,-1.5389431715011597,-0.8231759071350098,0.49823087453842163,-0.621367871761322,-0.0419478714466095,-0.05294524133205414 +75,1.3233954713769362,0.4000748109969927,1.620290655775239,0.8929885029792786,-0.38948723673820496,-0.2255467027425766,0.3861370384693146,-0.42705681920051575,0.18367637693881989,-1.0976394414901733,0.11383721232414246,0.23557168245315552 +76,1.3740453455462216,0.3780756888481686,1.4611211174735526,0.9114460945129395,-0.36913275718688965,-0.18167829513549805,2.9220070838928223,0.23801669478416443,-1.5577338933944702,1.4048075675964355,-0.6139299869537354,-0.805687427520752 +77,1.3124635034971448,0.3734533094567775,1.2588259323665998,0.9001774191856384,-0.36483287811279297,-0.23786033689975739,-1.4179126024246216,-0.5161065459251404,0.47999754548072815,0.3659968972206116,-0.20203110575675964,0.7460542917251587 +78,1.3059203929058079,0.3645006599166785,1.3171129948058589,0.9017181396484375,-0.3564828038215637,-0.24459046125411987,1.0917075872421265,0.03293896093964577,-0.6527122855186462,-0.8449554443359375,0.590644121170044,0.10352295637130737 +79,1.3920356801013363,0.3326009297809095,1.2679586342859048,0.9301343560218811,-0.3265025317668915,-0.16806544363498688,0.08211913704872131,1.6502032279968262,-0.3499142527580261,-0.25471943616867065,0.41958117485046387,0.08217373490333557 +80,1.4666387881292324,0.29357836200062204,1.291996982786927,0.9520269632339478,-0.2893793284893036,-0.09952094405889511,-1.1313964128494263,0.23838992416858673,-0.11791007220745087,0.9101556539535522,-0.5037877559661865,0.0018188953399658203 +81,1.4321973779665695,0.3129542155012524,1.4672642910540594,0.9423045516014099,-0.30787068605422974,-0.13144516944885254,-0.9412018656730652,-0.07081712037324905,0.5684739351272583,-0.6222972869873047,0.06408104300498962,0.08504319190979004 +82,1.3669101595986013,0.34861752802949675,1.4341179946198286,0.9203789830207825,-0.34159883856773376,-0.1902967244386673,1.5398893356323242,-1.1687344312667847,0.03112083300948143,-1.1810753345489502,0.21934542059898376,0.1039624959230423 +83,1.4342111505995176,0.32683583516569115,1.2011439449490795,0.9382426738739014,-0.32104799151420593,-0.12895293533802032,2.9970498085021973,-0.03479389473795891,-1.313164234161377,1.5518238544464111,-0.676922619342804,-0.6170187592506409 +84,1.3459125776147627,0.3438252577340108,1.0615090764831616,0.9177659749984741,-0.3370909094810486,-0.20994174480438232,-0.9555501937866211,-0.22669591009616852,0.7075096368789673,0.02972865104675293,-0.052527040243148804,0.32369598746299744 +85,1.344165859952994,0.36446106134087847,1.0825112178988512,0.9104247093200684,-0.3564458191394806,-0.20993655920028687,0.8662058711051941,-0.09076034277677536,-0.26324573159217834,-0.7970061302185059,0.6830296516418457,0.13172000646591187 +86,1.4854268014135557,0.36523221807236345,1.0650424680405102,0.9306393265724182,-0.35716620087623596,-0.07964181154966354,-0.13854661583900452,2.6111433506011963,0.11668059974908829,0.859582781791687,0.37540048360824585,-0.23955678939819336 +87,1.4854689565948997,0.33643326627501663,1.190293783767148,0.9405038952827454,-0.3301224112510681,-0.08044605702161789,-1.4482388496398926,0.9877331256866455,0.00993049331009388,0.40910547971725464,-0.395600825548172,0.06514149904251099 +88,1.3897551321632708,0.3746201788954126,1.4033205012708863,0.9154368042945862,-0.3659190833568573,-0.16756650805473328,-0.5504546761512756,-0.23009026050567627,0.6211839914321899,-0.935944676399231,0.2128276526927948,0.16050173342227936 +89,1.3640065829284949,0.41345245408035086,1.3814633213432983,0.8962293863296509,-0.40177327394485474,-0.18801873922348022,0.8446332216262817,-0.22408054769039154,0.04182123392820358,-0.8154799342155457,0.14064964652061462,0.16180413961410522 +90,1.4447121218581007,0.36428162542548886,1.1461131663844975,0.926962673664093,-0.3562781512737274,-0.11749864369630814,2.931190252304077,-2.7710397243499756,-0.08348876982927322,1.7027063369750977,-0.6329033374786377,-0.49907851219177246 +91,1.3273573856329486,0.39337966305861466,1.1814165041258227,0.8963857889175415,-0.3833121061325073,-0.222630575299263,-2.488219738006592,-0.09432168304920197,0.8479493260383606,-0.3221670389175415,0.5736044645309448,0.2121325135231018 +92,1.3294747802658233,0.3825999851136442,1.3248586350643476,0.9008153080940247,-0.37333372235298157,-0.22170671820640564,-0.8468995094299316,1.0920346975326538,0.03703835979104042,-0.6775486469268799,0.5976378917694092,0.14750319719314575 +93,1.4463891832871998,0.3674714457741204,1.4319029572268722,0.9260262250900269,-0.3592568337917328,-0.1158023253083229,-0.7841100692749023,-0.005634012166410685,-0.7409710884094238,1.1184532642364502,-0.2499503195285797,-0.7585415840148926 +94,1.4114003466773728,0.33911213442995036,1.6394343163276681,0.9310956597328186,-0.33264991641044617,-0.14968273043632507,-2.88188099861145,0.29627957940101624,0.5678390264511108,0.2211870551109314,-0.5344460010528564,0.5097596645355225 +95,1.352085287524551,0.388644588520216,1.7599854947959934,0.9033780694007874,-0.37893444299697876,-0.20079058408737183,0.8784363269805908,-1.0994621515274048,0.22777029871940613,-0.9105496406555176,0.19051885604858398,0.048416346311569214 +96,1.3523552279413622,0.4104883732560475,1.6311449824782978,0.8951367139816284,-0.39905717968940735,-0.19870525598526,1.9549736976623535,0.8759124875068665,-0.862006425857544,0.12759888172149658,-0.10754990577697754,-0.006968021392822266 +97,1.369104089561308,0.38775361566665134,1.3895313142220453,0.9069945812225342,-0.37810975313186646,-0.18545536696910858,0.5115865468978882,-1.4812676906585693,0.252562552690506,0.5265533328056335,-0.48625481128692627,0.3403931260108948 +98,1.3176570980972226,0.4096926141014951,1.5027686533324711,0.8880116939544678,-0.39832741022109985,-0.2297184318304062,-1.1856133937835693,0.3267710506916046,0.36960941553115845,-0.4874684810638428,0.6452145576477051,-0.004336118698120117 +99,1.3322736697497797,0.39056415299720165,1.5429802021523875,0.8985145092010498,-0.3807101547718048,-0.2184751033782959,-0.3210168778896332,0.9020613431930542,-0.038619235157966614,-0.8157203197479248,0.5358309745788574,0.3234555721282959 +100,1.4835126377957861,0.3772028742868978,1.6527093668831496,0.9261592626571655,-0.36832141876220703,-0.0810445174574852,-2.0906875133514404,-0.3946417272090912,-0.43585994839668274,1.8946871757507324,-0.3138226866722107,-0.6868387460708618 +101,1.408081504149423,0.36541986203332666,1.8477280531915554,0.9216370582580566,-0.357341468334198,-0.15130166709423065,-2.768460273742676,-0.07710349559783936,0.5984191298484802,-0.08009964227676392,-0.329578697681427,0.7551224231719971 +102,1.348453306807483,0.4073807543613753,1.9755906423042031,0.8955596685409546,-0.3962058126926422,-0.20246893167495728,-0.13192026317119598,0.09562859684228897,0.5105976462364197,-0.8947968482971191,0.10163494944572449,0.04389962553977966 +103,1.3866685103007284,0.4296413812853854,1.9236674260163218,0.8937477469444275,-0.4165447950363159,-0.16644912958145142,1.3179377317428589,0.8243921995162964,-0.8262953758239746,0.42064428329467773,-0.1784258484840393,-0.01925031840801239 +104,1.328109734719725,0.41543189748390374,1.7861603155857344,0.8881306052207947,-0.40358513593673706,-0.21987099945545197,0.06397570669651031,-1.9939312934875488,0.4385734498500824,0.5733410120010376,-0.2689002454280853,0.6299052238464355 +105,1.271942444736219,0.41281950338186646,1.8977013909161888,0.87539142370224,-0.4011935591697693,-0.2696913778781891,0.3444189131259918,0.7067523002624512,-0.4910908639431,-0.6535592675209045,0.8305912017822266,0.08077231049537659 +106,1.391576996422282,0.3974070135849419,1.8926720990250543,0.9072990417480469,-0.3870287239551544,-0.1643691211938858,-0.2382998913526535,2.40868878364563,0.1832686811685562,0.33560556173324585,0.4970599114894867,0.015489116311073303 +107,1.432827363689995,0.37075393754006125,2.007107337558609,0.9231975078582764,-0.3623182475566864,-0.12818700075149536,-1.3805158138275146,0.4504527449607849,-0.18081192672252655,0.45357251167297363,-0.12169057130813599,0.04337865114212036 +108,1.3785829065568782,0.37677616662075497,2.141808522370866,0.9127311110496521,-0.36792469024658203,-0.1776321828365326,-0.27907487750053406,-0.5594983696937561,0.6270110607147217,-0.7920494079589844,-0.03898140788078308,0.022236719727516174 +109,1.3687577983905335,0.4183379591879327,2.0881432329317886,0.8951789736747742,-0.406242311000824,-0.18336237967014313,1.5123952627182007,-0.06534598022699356,-0.42233148217201233,-0.5468513369560242,0.042549073696136475,0.057980895042419434 +110,1.4248070519988296,0.378812562809412,1.8644305643338988,0.919221043586731,-0.36981746554374695,-0.1351579874753952,1.6352156400680542,-2.7993617057800293,0.3210504949092865,0.9231708645820618,-0.5183966159820557,-0.2958570718765259 +111,1.3051754931312263,0.4109815476465817,1.93158608163423,0.8845792412757874,-0.39950934052467346,-0.24064910411834717,-0.5435221791267395,0.2471318244934082,0.2554504871368408,-0.5083737373352051,0.6167486906051636,0.09710964560508728 +112,1.3697076735437517,0.39084360803965845,1.912794820476967,0.9059573411941528,-0.38096854090690613,-0.18467368185520172,-0.250300794839859,1.258185625076294,-0.04561564698815346,-0.6501590013504028,0.539339542388916,0.18514668941497803 +113,1.4772080498408109,0.36200609958939756,1.988788690711575,0.9310956597328186,-0.35415101051330566,-0.08739494532346725,-1.938599944114685,-0.880978524684906,0.061473771929740906,1.0716661214828491,-0.41626521944999695,-0.6613080501556396 +114,1.4170263020721587,0.3378771682888168,2.2030749228045736,0.9323282241821289,-0.3314850330352783,-0.1445048749446869,-1.9241827726364136,-0.17439517378807068,0.3846839368343353,-0.2814798951148987,-0.3370940387248993,0.2564586400985718 +115,1.3292366559568949,0.36405682127665423,2.212821625613524,0.9073290824890137,-0.35606810450553894,-0.22353902459144592,0.8810263276100159,-0.7225824594497681,0.2038770616054535,-1.0418046712875366,0.038975149393081665,0.21522292494773865 +116,1.403719723287068,0.3377071844906419,2.0265385930297017,0.9303784966468811,-0.33132466673851013,-0.15690720081329346,2.64009428024292,1.4485681056976318,-1.416053056716919,1.6343646049499512,-0.818745493888855,-0.7117146253585815 +117,1.3081234246642157,0.3681517047151692,1.8519307319193752,0.9009917974472046,-0.3598915934562683,-0.24226374924182892,-0.6347228288650513,-0.8012828826904297,0.5152082443237305,0.21256405115127563,0.07175993919372559,0.6182861328125 +118,1.2852542652170371,0.3841402652775599,1.9079717619787724,0.8895810842514038,-0.3747622072696686,-0.26114922761917114,0.5118569731712341,0.42663225531578064,-0.22378410398960114,-0.8168882131576538,0.6994081735610962,0.18311578035354614 +119,1.4351673808033685,0.3727661619101571,1.918260519128638,0.922770619392395,-0.36419302225112915,-0.12592750787734985,-0.5253812074661255,3.36562180519104,0.25998377799987793,0.9419143795967102,0.29059991240501404,-0.26092857122421265 +120,1.4908132827453626,0.34196242979134667,2.0540723182084695,0.9390864968299866,-0.3353365361690521,-0.07527157664299011,-1.3022269010543823,0.7120288610458374,-0.3368557095527649,0.5134891271591187,-0.2497158944606781,-0.0848236009478569 +121,1.425468662147542,0.33780805391712654,2.2237072870586583,0.9335376620292664,-0.33141982555389404,-0.13663209974765778,-0.6478575468063354,-0.8802921772003174,0.41837015748023987,-0.8814441561698914,0.07476699352264404,-0.006205439567565918 +122,1.3838895730457856,0.3704984995694532,2.17338334254796,0.915912389755249,-0.3620801568031311,-0.173211932182312,1.3013973236083984,-0.679802417755127,-0.06237323582172394,-0.9861181378364563,0.07353648543357849,0.1916140466928482 +123,1.4782352019483231,0.31293580751507694,1.9426637684750174,0.9473610520362854,-0.30785319209098816,-0.08794008940458298,2.073479413986206,-2.7323226928710938,0.3906533718109131,2.103832244873047,-0.997856616973877,-0.9031335115432739 +124,1.3316591625498713,0.3684512924604884,1.95840391716697,0.9063387513160706,-0.3601711094379425,-0.22096754610538483,-2.005368232727051,0.04857844486832619,0.8478472232818604,-0.2294742465019226,0.3780849277973175,0.312215119600296 +125,1.3343795836869323,0.36625138852399314,2.043443694077885,0.9077047109603882,-0.3581179678440094,-0.21868617832660675,0.25065645575523376,0.27931204438209534,-0.36789464950561523,-0.8595174551010132,0.5806673765182495,0.11170685291290283 +126,1.5015417962258206,0.35616049334407207,2.0218444597641305,0.9349959492683411,-0.34867826104164124,-0.06485642492771149,-1.0562421083450317,3.0150580406188965,-0.0793749988079071,2.0440995693206787,-0.009231925010681152,-0.48169809579849243 +127,1.486519749883899,0.3335535692881509,2.1481427612896886,0.941531240940094,-0.327402800321579,-0.07953742891550064,-1.1280531883239746,0.7639216184616089,-0.08935544639825821,-0.05231010913848877,-0.25705456733703613,0.34861087799072266 +128,1.3690520410983793,0.34590328706449464,2.2218940281836868,0.9216893911361694,-0.3390465974807739,-0.18851003050804138,0.5849255919456482,-1.489135980606079,0.4844833314418793,-1.0799230337142944,-0.011905550956726074,0.13305962085723877 +129,1.3716239147967242,0.377832096866944,2.077258117926928,0.9110916256904602,-0.3689063489437103,-0.1839025467634201,2.261876344680786,1.1581053733825684,-1.6557493209838867,-0.0663803219795227,-0.13625112175941467,0.0572698712348938 +130,1.372976780418499,0.3448854953330251,1.825740105033823,0.922760009765625,-0.3380889296531677,-0.18495891988277435,0.5301835536956787,-1.2912988662719727,0.4322046637535095,0.7546538710594177,-0.2227020561695099,0.44562482833862305 +131,1.30705591071174,0.3681120983702483,1.9297863626351948,0.9007464647293091,-0.35985463857650757,-0.24322916567325592,0.45712679624557495,0.6503992676734924,0.06785602867603302,-0.8137408494949341,0.5636510848999023,-0.06631062924861908 +132,1.3758876311517223,0.35496625822975764,1.8723728835248012,0.9199039340019226,-0.34755873680114746,-0.18160277605056763,-0.03798758238554001,1.6321474313735962,-0.049568746238946915,-0.6901066899299622,0.5486695766448975,0.17443116009235382 +133,1.5253828032263763,0.32462819782308566,1.951192435540882,0.9467921853065491,-0.3189564347267151,-0.04302675276994705,-1.5537347793579102,-1.4490902423858643,-0.14171163737773895,0.8581852316856384,-0.2853831350803375,-0.42052000761032104 +134,1.467974161978767,0.2877689866357678,2.092932698632541,0.9538150429725647,-0.2838136553764343,-0.09842041879892349,-1.689691185951233,-0.9135797023773193,0.2751505374908447,-0.4040104150772095,-0.4112546741962433,0.1659557819366455 +135,1.3683635788572925,0.3240770080824702,2.0946919020771246,0.9285884499549866,-0.3184339702129364,-0.19058720767498016,1.5490025281906128,-0.8082995414733887,0.10586998611688614,-1.0444483757019043,0.07296586036682129,0.18427002429962158 +136,1.4595677910273324,0.29633565931637923,1.8645897651686634,0.9505028128623962,-0.29201754927635193,-0.1061611995100975,2.8014075756073,1.9966659545898438,-1.0850989818572998,1.4297919273376465,-0.7049306631088257,-0.3651827573776245 +137,1.3963724265512432,0.343805006373175,1.7422685477040205,0.9271935820579529,-0.33707186579704285,-0.16338501870632172,-1.3655240535736084,-0.16735796630382538,0.7588388323783875,0.21994686126708984,0.26125094294548035,0.4487396478652954 +138,1.3553948862630567,0.3681317345718428,1.8719381193307687,0.9114401340484619,-0.359872967004776,-0.199419304728508,0.029319625347852707,0.36507463455200195,-0.3253069221973419,-0.8388084769248962,0.7943670153617859,0.010301858186721802 +139,1.4803284853096363,0.33990148709300977,1.8842836625455452,0.9389320611953735,-0.33339422941207886,-0.08517565578222275,-0.2788065969944,3.077023983001709,-0.18603429198265076,0.6741355657577515,0.42160525918006897,-0.24157607555389404 +140,1.493199786820926,0.3108618919492246,2.028423429833621,0.9492053389549255,-0.3058793246746063,-0.07380323857069016,-1.7974580526351929,0.5743727087974548,-0.017916252836585045,0.3950786590576172,-0.1861097812652588,0.08793288469314575 +141,1.3839472514326099,0.31547982580248973,2.240919245686886,0.9341011047363281,-0.3102726638317108,-0.17659586668014526,-0.23922377824783325,-0.2536916136741638,0.37777605652809143,-0.9052619934082031,0.008377522230148315,0.2757474184036255 +142,1.3610959602414894,0.35092880163650014,2.1471601935958895,0.9184823036193848,-0.3437701463699341,-0.1954798698425293,1.741945505142212,-0.5668361783027649,-0.17087654769420624,-0.9117379188537598,0.09482300281524658,0.2236323356628418 +143,1.4591171164690797,0.3003716013530568,1.910438110071572,0.9492758512496948,-0.2958751916885376,-0.10645733773708344,1.6625291109085083,-2.6382269859313965,0.5162453055381775,1.6207771301269531,-0.8979419469833374,-0.5603517293930054 +144,1.3245951174141954,0.34830536704993365,1.950224032584779,0.9116084575653076,-0.3413054347038269,-0.22908660769462585,-1.4928158521652222,-0.24956491589546204,0.596664309501648,-0.3440272808074951,0.456310898065567,0.21997714042663574 +145,1.3512807429495997,0.3446702686329141,1.9790344163885336,0.918601393699646,-0.33788636326789856,-0.20494991540908813,0.012723086401820183,0.9173867702484131,-0.22725260257720947,-0.7809669971466064,0.6156573295593262,0.19071343541145325 +146,1.5039541243625987,0.3167750544743764,2.0324014828716233,0.9481229186058044,-0.31150370836257935,-0.06346917152404785,-1.8419750928878784,-0.37445175647735596,-0.30994096398353577,1.3595247268676758,-0.4211012125015259,-0.7428510189056396 +147,1.4723224399020658,0.28779071883141144,2.2174210328685002,0.9542279243469238,-0.2838344871997833,-0.0942714512348175,-2.0916571617126465,-0.24916888773441315,0.05389188975095749,-0.22473573684692383,-0.3340854048728943,0.4441096782684326 +148,1.366142778971797,0.31169858843828524,2.2559346887919984,0.931951105594635,-0.30667582154273987,-0.19343522191047668,1.238268494606018,-0.7993123531341553,0.24656423926353455,-1.0408072471618652,-0.13042744994163513,0.0697627067565918 +149,1.4355278987804447,0.3221448273853648,2.038319896038648,0.9398935437202454,-0.31660178303718567,-0.12791907787322998,2.586655855178833,1.929892897605896,-0.9755719304084778,0.9079762101173401,-0.5123776793479919,-0.17692099511623383 +150,1.420928453350272,0.3496403637663622,1.8683339604621483,0.9289650321006775,-0.34255996346473694,-0.1402737945318222,-0.12465912103652954,-0.9221163988113403,0.5702224969863892,0.27695232629776,0.04127514362335205,0.4284818172454834 +151,1.3483485626749725,0.3716106367546941,1.948265016137619,0.908785879611969,-0.363116592168808,-0.20555919408798218,0.1801869422197342,-0.05268038809299469,-0.3668133020401001,-0.8374510407447815,0.8060029745101929,-0.015662789344787598 +152,1.4760797437111672,0.3443200881102779,1.9594767318144009,0.9370860457420349,-0.33755674958229065,-0.08902396261692047,-0.4421318471431732,3.4066579341888428,0.08291199058294296,0.49337971210479736,0.38829225301742554,-0.15269052982330322 +153,1.4888199381005696,0.325674682858402,2.153962074783253,0.9442534446716309,-0.31994807720184326,-0.07758034765720367,-2.3045473098754883,0.7772989273071289,-0.13434073328971863,0.6356263160705566,-0.16181766986846924,0.18506324291229248 +154,1.389107811350099,0.31495533044430696,2.3993455137528494,0.9351599216461182,-0.3097740113735199,-0.17180243134498596,-0.5671135187149048,-1.120018482208252,0.3368408679962158,-0.9321997165679932,-0.04189532995223999,0.06436526775360107 +155,1.3264591443846152,0.3425301546552371,2.3462108544836817,0.9139313697814941,-0.3358713388442993,-0.22786001861095428,1.4921897649765015,-0.7277166843414307,-0.027890224009752274,-1.0027068853378296,0.05903109908103943,0.2958226501941681 +156,1.4479693342242372,0.3190579469576497,2.101956274142965,0.9423778653144836,-0.31367218494415283,-0.11633505672216415,1.9214611053466797,-1.4218857288360596,-0.09050253033638,2.069035768508911,-0.9024380445480347,-0.6757334470748901 +157,1.332126228249738,0.3789401531284023,2.0748619602503973,0.9027213454246521,-0.3699360191822052,-0.21963897347450256,-1.3375779390335083,-0.2112988531589508,0.5846680998802185,0.03833383321762085,0.3754597306251526,0.16882720589637756 +158,1.302630471960567,0.3721739542053414,2.112379251088066,0.8982444405555725,-0.3636414110660553,-0.24682365357875824,0.3434728682041168,0.18767490983009338,-0.5687470436096191,-0.89371258020401,0.7245880961418152,0.21885430812835693 +159,1.495280534012988,0.3501429195928225,2.097400769432321,0.9366466403007507,-0.3430320620536804,-0.07086637616157532,-0.2795031666755676,2.076115608215332,-0.4535370171070099,1.3435046672821045,0.13398662209510803,-0.6338760852813721 +160,1.468555864670199,0.31818662412424364,2.287538007693428,0.9448445439338684,-0.31284472346305847,-0.09693934768438339,-2.538606643676758,0.448346883058548,-0.057288073003292084,0.42074090242385864,-0.21712353825569153,0.1926729530096054 +161,1.3549664634103062,0.3173928094124604,2.4687382732749925,0.9280101656913757,-0.312090665102005,-0.2034614086151123,0.4818499982357025,-1.5181044340133667,-0.014062347821891308,-1.046769380569458,-0.009015321731567383,0.048905134201049805 +162,1.327635577931897,0.3387378002237274,2.3136107312272234,0.9154283404350281,-0.33229687809944153,-0.22708970308303833,2.3393139839172363,-0.039761390537023544,-0.6365645527839661,-0.5023272037506104,-0.15827316045761108,0.19190293550491333 +163,1.390946959965585,0.32686291367781883,2.0238209916238823,0.9317789673805237,-0.32107362151145935,-0.16941037774085999,1.5959917306900024,-1.1505998373031616,0.5126830339431763,0.8842000961303711,-0.36432069540023804,0.1925426721572876 +164,1.3323806637246165,0.3779639473836671,2.126894991842647,0.9031278491020203,-0.36902889609336853,-0.2194945067167282,-1.8220762014389038,0.059134192764759064,0.6584097743034363,-0.5777341723442078,0.6325024366378784,0.038754165172576904 +165,1.3460573923598418,0.3618664228010591,2.2118219783369435,0.9117186665534973,-0.3540203869342804,-0.20841947197914124,-0.5695306062698364,0.7867547273635864,-0.1958484649658203,-0.7541258931159973,0.7529919147491455,0.13867151737213135 +166,1.485116074119776,0.3083073261081461,2.2343058883214764,0.9493531584739685,-0.3034462034702301,-0.08154045045375824,-1.3229148387908936,-0.31724992394447327,-0.522040605545044,1.5993070602416992,-0.4939018189907074,-0.6300226449966431 +167,1.4038836793747267,0.27118034039397243,2.48648082035752,0.9500656127929688,-0.2678688168525696,-0.16006721556186676,-2.3003475666046143,-0.7293611168861389,0.45509305596351624,-0.252204954624176,-0.3155509829521179,0.25059765577316284 +168,1.328869966763515,0.30105303819702195,2.5553812314031026,0.9272127747535706,-0.2965260446071625,-0.22879846394062042,0.4797115921974182,-0.8889155983924866,0.4353574514389038,-0.9506045579910278,0.013155132532119751,0.0712057501077652 +169,1.3751216533049044,0.3128235853074287,2.3869447740254564,0.9333112835884094,-0.30774641036987305,-0.1849924623966217,2.5840656757354736,1.544651746749878,-1.4345670938491821,0.6511308550834656,-0.40047502517700195,-0.1263325810432434 +170,1.3530408121593411,0.3173761914387678,2.224027271633325,0.9276217818260193,-0.3120748698711395,-0.20524919033050537,-0.298388808965683,-0.8437885046005249,0.6420521140098572,0.580694317817688,-0.21543675661087036,0.5809205770492554 +171,1.307714341517721,0.3350297334283296,2.329874330195668,0.9119065403938293,-0.32879725098609924,-0.24559864401817322,-0.16280579566955566,0.5903751850128174,-0.05782525613903999,-0.8865312337875366,0.8015755414962769,0.1180046796798706 +172,1.3962479906385776,0.3211238764820888,2.3330346820977663,0.9344630837440491,-0.3156331777572632,-0.16478590667247772,-0.3835453391075134,1.9190281629562378,0.05773255228996277,-0.5517269372940063,0.37796536087989807,0.03813798725605011 +173,1.4411118162775933,0.3187748435386852,2.468043425915724,0.9416459202766418,-0.3134033679962158,-0.122806116938591,-1.6444106101989746,-1.0199307203292847,-0.06647684425115585,0.5945631861686707,-0.23243403434753418,-0.0848202109336853 +174,1.4413984863700717,0.30161285656223824,2.6202129371032923,0.9468757510185242,-0.29706063866615295,-0.12321212887763977,-2.0293819904327393,0.7333707809448242,0.40415385365486145,-0.528144121170044,-0.17596179246902466,0.21883898973464966 +175,1.4069389246036457,0.32783480961405126,2.6225316030139,0.9340605735778809,-0.3219939172267914,-0.15443739295005798,1.4226957559585571,-0.774182915687561,-0.015994608402252197,-1.1064238548278809,0.3395567536354065,0.05617082118988037 +176,1.480670580732038,0.2680589766023051,2.326998156445377,0.960373044013977,-0.26486024260520935,-0.08678945153951645,4.2903151512146,-0.3197219967842102,-1.206253170967102,2.4635465145111084,-1.0505846738815308,-0.7547479867935181 +177,1.3432357474717087,0.29979125492723774,2.178888115762081,0.9307677149772644,-0.2953207790851593,-0.21553944051265717,-1.3537707328796387,0.19139239192008972,0.747556746006012,0.11685502529144287,-0.07111907005310059,0.29180285334587097 +178,1.3103003420994512,0.326240550838888,2.295829212906006,0.9152957797050476,-0.3204841613769531,-0.24397456645965576,0.5834968090057373,-0.005856499075889587,-0.33557936549186707,-1.0718357563018799,0.7513618469238281,0.06503474712371826 +179,1.4347762404124895,0.3007304409601365,2.223425045025588,0.9462985396385193,-0.2962179481983185,-0.12951533496379852,0.884140133857727,2.6600043773651123,-0.32542330026626587,0.8715726137161255,0.1629171371459961,-0.20193606615066528 +180,1.4897589702395764,0.27663052341109495,2.326803014728526,0.9588241577148438,-0.2731158435344696,-0.07787111401557922,-1.6196898221969604,1.5050485134124756,-0.15523238480091095,0.560905396938324,-0.218125581741333,0.012395620346069336 +181,1.4196069802762052,0.25941277651185546,2.505191707503862,0.9555152058601379,-0.2565130293369293,-0.14557461440563202,-0.8384112119674683,-1.1254457235336304,0.2621338665485382,-0.9329473376274109,-0.22693121433258057,0.18857388198375702 +182,1.3601835726999616,0.30253370350911,2.4185962971470465,0.9334911108016968,-0.29793980717658997,-0.19956465065479279,1.9755361080169678,-0.529787003993988,-0.18899284303188324,-1.0313458442687988,0.13908058404922485,0.4015299677848816 +183,1.4739195246154764,0.2592350308285847,2.115613584137618,0.9620541930198669,-0.25634121894836426,-0.09349340200424194,2.360429286956787,-2.8400349617004395,0.05918547883629799,2.119595527648926,-0.9930179119110107,-0.6997194290161133 +184,1.3563132393531243,0.2983830933497905,2.0913789493645005,0.9339120388031006,-0.2939751446247101,-0.20343752205371857,-1.9395315647125244,-0.47735291719436646,0.5960639715194702,-0.15145665407180786,0.24703910946846008,0.38011908531188965 +185,1.327348197253952,0.30071136875362026,2.1874484313456466,0.9269618988037109,-0.2961997389793396,-0.23023362457752228,0.29441583156585693,0.49097487330436707,-0.28682607412338257,-1.0129908323287964,0.7340658903121948,0.18660876154899597 +186,1.4847103376687392,0.29891550136825423,2.140850263316501,0.9521175622940063,-0.2944839596748352,-0.08216705918312073,0.07149183750152588,3.543074607849121,0.5867167711257935,1.8342441320419312,0.009358227252960205,-0.39837801456451416 +187,1.5099950224113436,0.28734103167990416,2.2369298179899517,0.9572286605834961,-0.28340327739715576,-0.058272577822208405,-0.9804655909538269,1.6318269968032837,-0.19497564435005188,0.26669394969940186,-0.29557615518569946,0.2072288990020752 +188,1.425741539687676,0.28608151244207186,2.342040903252254,0.9492818713188171,-0.28219518065452576,-0.1386718451976776,0.2024686187505722,-1.9285106658935547,0.3270803987979889,-0.9941121339797974,-0.08792200684547424,-0.037948623299598694 +189,1.379836526211968,0.32835284553894345,2.275689537784516,0.9293684959411621,-0.3224843144416809,-0.17966116964817047,1.6035975217819214,-0.19207577407360077,-0.015261744149029255,-0.8547378182411194,0.16183975338935852,0.23065602779388428 +190,1.4558652670749554,0.30809001829801264,2.0214561378787144,0.9466277956962585,-0.3032391369342804,-0.10927852243185043,1.889198899269104,-2.7893104553222656,0.297183632850647,1.6440703868865967,-1.075209379196167,-0.6166583895683289 +191,1.3490753329154133,0.3588710306219533,2.0621873538161752,0.9133739471435547,-0.3512174189090729,-0.20589929819107056,-1.8296959400177002,0.0966445803642273,0.7425816655158997,-0.1796550750732422,0.3817502558231354,0.29162317514419556 +192,1.3334250762810014,0.35760357380616004,2.0913647752259714,0.9104716777801514,-0.35003042221069336,-0.22027252614498138,0.7457129955291748,-0.16572922468185425,-0.47277340292930603,-0.8349407315254211,0.6874785423278809,0.14516878128051758 +193,1.5078578372491853,0.35467966450327965,2.073726206295263,0.9359011054039001,-0.3472899794578552,-0.05898210406303406,-0.8647031188011169,2.840428352355957,0.2317311018705368,1.2826199531555176,0.12762445211410522,-0.49102091789245605 +194,1.4770018568797025,0.32686099018660203,2.229181479778563,0.9428920745849609,-0.3210718035697937,-0.08869832009077072,-0.9434105157852173,0.2915925085544586,-0.3742859661579132,0.40249061584472656,-0.2909124195575714,0.2807607054710388 +195,1.415605529158357,0.32140456435006026,2.36954497739409,0.9373900890350342,-0.315899521112442,-0.14665354788303375,-0.2028844952583313,-1.1658662557601929,0.2634626030921936,-0.9870727062225342,-0.1972687840461731,-0.10719168186187744 +196,1.3737771893760176,0.35979107294143586,2.2868592989545493,0.9178634881973267,-0.35207870602607727,-0.18321339786052704,1.8579447269439697,0.10263373702764511,-0.22814829647541046,-0.5769516825675964,0.047696441411972046,0.18934740126132965 +197,1.4580980075419947,0.3602906551341871,2.0930540603271135,0.9298579096794128,-0.35254624485969543,-0.10523934662342072,0.7569226026535034,-1.7644895315170288,0.36824896931648254,1.0020115375518799,-0.6348194479942322,-0.3196721076965332 +198,1.3328224422942527,0.39800797521009884,2.145252098549184,0.8958554267883301,-0.38758280873298645,-0.2173079252243042,-1.4750304222106934,0.08290975540876389,0.5017867088317871,-0.3262753486633301,0.39811134338378906,0.3306349515914917 +199,1.34888176965738,0.3946302571157571,2.1717151358592215,0.9005014896392822,-0.38446688652038574,-0.20318067073822021,0.2259330153465271,0.8141581416130066,-0.19975079596042633,-0.8322184085845947,0.6245028972625732,0.18738782405853271 +200,1.5446706701381976,0.4031514987040699,2.229990172749582,0.9195152521133423,-0.39231911301612854,-0.024028407409787178,-2.3055362701416016,1.0556645393371582,0.042628876864910126,1.6332342624664307,-0.08865314722061157,-0.7365154027938843 +201,1.4398814721224578,0.3649317327318635,2.4664021866391876,0.926154613494873,-0.35688552260398865,-0.1219448521733284,-2.926788806915283,-0.011719318106770515,0.0825503021478653,0.1303945779800415,-0.40884634852409363,0.5623287558555603 +202,1.38290616151576,0.3755168249815763,2.5769342591854447,0.9139450192451477,-0.36675339937210083,-0.1737709641456604,0.04255475476384163,-0.8628449440002441,0.2992510199546814,-0.9515732526779175,-0.011542469263076782,0.033329084515571594 +203,1.363660361497919,0.4117942204520212,2.424668991674191,0.8968150019645691,-0.40025418996810913,-0.18846578896045685,3.1128413677215576,1.2973788976669312,-0.6067348122596741,0.13885998725891113,-0.16087248921394348,0.006733611226081848 +204,1.415695818753528,0.42408357352541054,2.1276616982352903,0.9004755616188049,-0.4114857017993927,-0.1407950222492218,0.9873658418655396,-1.269609808921814,0.3328098952770233,0.6015843152999878,-0.5419750213623047,0.2563650608062744 +205,1.3313989262678743,0.46052203641581074,2.2177575167532786,0.8702727556228638,-0.444415807723999,-0.21241453289985657,-1.1841131448745728,-0.515754759311676,0.3741113245487213,-0.6465941667556763,0.7637364864349365,0.02500605583190918 +206,1.3641754869747684,0.4397863653565086,2.2500777087627313,0.8855963349342346,-0.4257461726665497,-0.1856318861246109,-0.44985535740852356,1.205741286277771,-0.06887517124414444,-0.7385780215263367,0.6822617053985596,0.2136165052652359 +207,1.536467414318511,0.43685390118199063,2.3755877779306944,0.9055533409118652,-0.42309093475341797,-0.031098879873752594,-2.8600025177001953,-0.7560574412345886,-0.2232094556093216,1.5511879920959473,-0.41240403056144714,-0.6219162344932556 +208,1.4767568370619726,0.38790336467203385,2.576552413601915,0.9216139912605286,-0.378248393535614,-0.0869244933128357,-2.106696844100952,0.7211752533912659,0.10454055666923523,-0.23992758989334106,-0.251542866230011,0.2941846251487732 +209,1.3491791882341855,0.40703396559533433,2.631217134405328,0.8958404660224915,-0.3958873748779297,-0.20184902846813202,0.7768760919570923,-1.3384383916854858,0.40907663106918335,-1.1777312755584717,-0.0023517608642578125,0.1905880570411682 +210,1.4415537840519814,0.42943452376239405,2.4074207746072434,0.9016184210777283,-0.41635674238204956,-0.11718063801527023,3.410158157348633,2.3064122200012207,-0.5876591801643372,0.7986074090003967,-0.5797370076179504,-0.37659382820129395 +211,1.391438360983845,0.4682217700626788,2.239684014881753,0.8780572414398193,-0.45130014419555664,-0.15919731557369232,-0.7114768624305725,-0.5401225686073303,0.6906863451004028,0.2916053533554077,-0.18943166732788086,0.654604434967041 +212,1.3301287696514918,0.48983944481749203,2.3934142996330974,0.8569766283035278,-0.4704842269420624,-0.21032293140888214,-0.8034602999687195,0.2683260440826416,0.10709405690431595,-0.8181124925613403,0.8651375770568848,-0.14864003658294678 +213,1.3743488854625805,0.46683111241310443,2.3988677075319673,0.8758231997489929,-0.4500587284564972,-0.17430119216442108,0.030942533165216446,0.8217495083808899,-0.13853462040424347,-0.4338371157646179,0.7014626264572144,0.2136688381433487 +214,1.5055905731201418,0.4399783526894204,2.455039454156174,0.9028382301330566,-0.42591989040374756,-0.058953821659088135,-1.8050731420516968,-0.45050352811813354,-0.39478451013565063,0.8434692621231079,-0.3332812488079071,-0.1671203374862671 +215,1.437568301474007,0.39078856009192187,2.6399814783688687,0.9164153337478638,-0.38091763854026794,-0.12281973659992218,-0.7655494213104248,-0.7144094109535217,0.1437283307313919,-0.8689757585525513,-0.17955294251441956,-0.043089091777801514 +216,1.3293145865219673,0.4324330840789301,2.608004125100726,0.8816044330596924,-0.4190811514854431,-0.21712838113307953,1.516435146331787,-0.6348416209220886,0.16810739040374756,-0.9994328022003174,0.2818130850791931,0.3752704858779907 +217,1.5076121546844115,0.43368994965292984,2.3284158185148733,0.9056106805801392,-0.4202219843864441,-0.05729652941226959,2.227950096130371,-0.9885602593421936,-0.19785381853580475,2.2449936866760254,-1.2334797382354736,-0.7272646427154541 +218,1.393361365823426,0.4906096293295265,2.2766813028392994,0.8681974411010742,-0.47116369009017944,-0.15568584203720093,-1.2773330211639404,0.05937529355287552,0.5791652202606201,0.06161212921142578,0.26117226481437683,0.18154948949813843 +219,1.3345592882214288,0.4878059010671455,2.3879663692051127,0.8588283658027649,-0.46868884563446045,-0.20674750208854675,0.0663442313671112,0.27577435970306396,-0.39092278480529785,-0.7417019605636597,0.867935061454773,0.039495959877967834 +220,1.4684922782815955,0.46304829009315307,2.3623545157966066,0.890017032623291,-0.44667747616767883,-0.0913713350892067,0.8408517241477966,3.254753828048706,-0.2085670679807663,0.8626989126205444,0.09763270616531372,-0.11265390366315842 +221,1.5136800500906964,0.4307853039299128,2.517348423443483,0.9071564674377441,-0.41758447885513306,-0.051869817078113556,-1.8800750970840454,0.9610855579376221,-0.41665729880332947,0.23330074548721313,-0.2908353805541992,0.10245274752378464 +222,1.4253822325448522,0.41731164953128613,2.649534815907205,0.9045335650444031,-0.40530428290367126,-0.13246692717075348,-0.31756216287612915,-1.1691406965255737,0.3042832612991333,-0.9536668658256531,-0.10696378350257874,0.18984001874923706 +223,1.3473912446674472,0.4583739273253217,2.5485869147557842,0.8744872212409973,-0.44249048829078674,-0.1986813247203827,2.2067711353302,-0.40140488743782043,-0.3996186852455139,-0.8746093511581421,0.19529810547828674,0.2842068076133728 +224,1.4902463248062725,0.4228096703330206,2.268745730407252,0.9089828729629517,-0.4103243052959442,-0.0733773410320282,1.2747210264205933,-3.276857376098633,0.23900394141674042,1.1813033819198608,-0.9430081844329834,-0.4194815158843994 +225,1.3584587337168454,0.45703710980522705,2.320047405240562,0.8772100806236267,-0.4412912428379059,-0.1891154795885086,-1.6528197526931763,0.23647284507751465,0.5376688838005066,-0.4150823950767517,0.37544959783554077,0.2490062713623047 +226,1.3868185871777998,0.46321207697984657,2.3917936383259204,0.8795240521430969,-0.44682401418685913,-0.1636635810136795,-0.04214376211166382,0.8374274969100952,-0.2600453794002533,-0.7312086820602417,0.9319161772727966,0.06678546965122223 +227,1.6102365715124547,0.45566272209103503,2.363559757959253,0.8972712755203247,-0.44005751609802246,0.03540696203708649,-0.37390032410621643,2.7050535678863525,-0.5851684808731079,1.5057896375656128,-0.22443220019340515,-0.5117253065109253 +228,1.5526325818705493,0.3978176116316959,2.5015586871104762,0.9217565059661865,-0.3874073028564453,-0.01674439199268818,-0.925287127494812,-0.17332647740840912,-0.7193629741668701,0.1258050799369812,-0.4737223982810974,0.12715697288513184 +229,1.428541559711297,0.39584049964830487,2.608767960313262,0.9133527874946594,-0.3855838179588318,-0.1308123618364334,0.17586705088615417,-1.2532432079315186,0.4771288335323334,-0.9599378108978271,-0.028127729892730713,0.1301867961883545 +230,1.3852266150005115,0.446849013785636,2.427710078517764,0.886330246925354,-0.43212607502937317,-0.16639040410518646,2.7798373699188232,-0.2837599217891693,-0.48987242579460144,-0.477913498878479,-0.06495946645736694,0.16059207916259766 +231,1.4816097408426518,0.4427598439882805,2.1690860543230626,0.8999815583229065,-0.428434818983078,-0.08047977834939957,1.320090889930725,-2.340587854385376,0.34766003489494324,0.9820985198020935,-0.8557754158973694,-0.15305602550506592 +232,1.3762040582258899,0.48839192629607087,2.202410005185087,0.8664216995239258,-0.46920642256736755,-0.17075976729393005,-1.5068367719650269,0.050285354256629944,0.5425103306770325,-0.4037599563598633,0.5605912804603577,0.19053518772125244 +233,1.395990176606725,0.4825047981056628,2.2631231254954987,0.8723356127738953,-0.463999480009079,-0.15406206250190735,-0.15161147713661194,0.8089078068733215,-0.2280983328819275,-0.7456113696098328,0.7814280390739441,0.09690260887145996 +234,1.5535206740268395,0.4735149814807237,2.3303060631268346,0.8898379802703857,-0.45601731538772583,-0.015374061651527882,-2.253682851791382,0.8996388912200928,-0.5895359516143799,1.9069606065750122,-0.5578528642654419,-0.6926947832107544 +235,1.4752059154248967,0.4223168780604908,2.5208893238887073,0.9079774618148804,-0.40987488627433777,-0.08705926686525345,-2.1127610206604004,-0.27202290296554565,-0.3553907573223114,-0.10344266891479492,-0.5246648788452148,0.46509575843811035 +236,1.3717411309534702,0.42196835317303805,2.630671789646444,0.8942704796791077,-0.40955695509910583,-0.1803981512784958,0.30315524339675903,-1.1713461875915527,0.4515824019908905,-0.8564439415931702,0.09737738966941833,0.05063742399215698 +237,1.37026475999338,0.4875482061711168,2.5951026264859465,0.8657797574996948,-0.46846118569374084,-0.17598141729831696,1.6432942152023315,2.4306890964508057,0.33169078826904297,0.7555580735206604,-0.5148456692695618,-0.31857120990753174 +238,1.2686463147929585,0.4748628807243173,2.4565450406935865,0.8490665555000305,-0.4572165012359619,-0.26464858651161194,-0.828376293182373,-0.8221718668937683,-0.1513301432132721,0.25881296396255493,-0.7011238932609558,0.39909377694129944 +239,1.2618979181643548,0.46578455221312953,2.552330836126175,0.8511808514595032,-0.44912391901016235,-0.2716231346130371,0.048472896218299866,-0.17796440422534943,-0.6382983922958374,-0.44337427616119385,0.7033505439758301,0.07582232356071472 +240,1.3000298207618923,0.3944493894294908,2.528634874437286,0.8895722031593323,-0.3842999041080475,-0.2469305843114853,0.37870439887046814,-0.5034030079841614,-1.478141188621521,-0.5141602754592896,0.3604199290275574,0.04076912999153137 +241,1.4252670212078782,0.3548028932546565,2.4623715885028528,0.9278026819229126,-0.3474055528640747,-0.13598383963108063,-2.2675108909606934,-0.11984354257583618,0.5231372117996216,1.0399858951568604,-0.1624058485031128,-1.0047937631607056 +242,1.5361138187944525,0.34632240134825387,2.6203538115386484,0.9400617480278015,-0.33944085240364075,-0.03261677920818329,1.206257939338684,-0.5642393827438354,-0.20203837752342224,0.4307878613471985,-0.7872376441955566,-0.529166042804718 +243,1.3499424610157462,0.3489589002144481,2.548162485137353,0.9169038534164429,-0.3419196307659149,-0.2058597356081009,2.5156078338623047,0.8656984567642212,-0.14456075429916382,-0.8022493720054626,0.0788276195526123,0.3524966835975647 +244,1.6105682978495484,0.36623913658655854,2.2189813935903966,0.9329424500465393,-0.3581065237522125,0.03712453693151474,2.1099345684051514,-1.1649421453475952,-0.716461181640625,1.5227155685424805,-1.0905629396438599,-0.6450499296188354 +245,1.4030519706530569,0.40130411847294095,2.176343379845435,0.9076314568519592,-0.3906191885471344,-0.15369431674480438,0.06535906344652176,-0.5737113356590271,0.31614619493484497,-0.05571800470352173,0.4291323721408844,0.4179307818412781 +246,1.4017375104625607,0.3624074920861969,2.1057896112047474,0.9217156171798706,-0.3545263707637787,-0.1573258489370346,0.884492814540863,0.7662513256072998,-0.6273831129074097,-0.5880516767501831,0.06251895427703857,0.2176133394241333 +247,1.5280528745755677,0.3163791592283533,2.088826696251536,0.9495000243186951,-0.3111274838447571,-0.04060964286327362,-1.1124851703643799,1.188401699066162,-0.5193346738815308,0.6202935576438904,0.34079059958457947,-0.22490853071212769 +248,1.4596776732855599,0.3033947964647957,2.242492649249424,0.9484422206878662,-0.29876166582107544,-0.10582553595304489,-1.5901813507080078,-0.048060838133096695,0.2871297597885132,0.37202298641204834,0.07880619168281555,0.334478497505188 +249,1.4161658596936821,0.30009016880583855,2.4218141728935674,0.9439116716384888,-0.2956063449382782,-0.1471320390701294,-0.41629132628440857,-0.105197973549366,0.09056807309389114,-0.474459707736969,0.020887106657028198,-0.1146935224533081 +250,1.3751876542780592,0.3220537994555504,2.3723468967526293,0.9304974675178528,-0.3165154457092285,-0.18437090516090393,1.0508615970611572,-0.20145204663276672,0.11603263020515442,-1.0568859577178955,0.14396902918815613,0.2822713255882263 +251,1.458426674835205,0.3393708042940095,2.1733765953750495,0.9370172619819641,-0.33289384841918945,-0.10573772341012955,1.3079015016555786,-1.9620118141174316,0.18343207240104675,1.4502356052398682,-1.051887035369873,-0.8297786116600037 +252,1.3381615670991196,0.3547852088473542,2.144717427832708,0.9124611616134644,-0.34738895297050476,-0.21618421375751495,0.024256695061922073,0.11927858740091324,-0.997133195400238,-0.14241111278533936,0.7773358821868896,0.658704400062561 +253,1.4440896382051929,0.28002906188009935,2.068694841038363,0.9533430933952332,-0.27638357877731323,-0.12144555896520615,0.02940843254327774,0.5022533535957336,-0.6264164447784424,-0.7648665308952332,0.40821951627731323,0.06791776418685913 +254,1.5341576966223456,0.25842189322968473,2.056125148923862,0.9661455750465393,-0.2555551528930664,-0.03541409969329834,-0.5184319615364075,0.5457249283790588,0.09494853764772415,0.8573406934738159,0.052689582109451294,-0.7040420770645142 +255,1.4009323192941754,0.32292365626538905,2.215274130735972,0.9346633553504944,-0.3173404633998871,-0.16031049191951752,-1.9882006645202637,-1.1598705053329468,1.2613240480422974,0.4931015372276306,-0.2367061972618103,0.1913316249847412 +256,1.321697132199214,0.4401793888549451,2.3333371716779725,0.8767522573471069,-0.42610177397727966,-0.22303052246570587,0.4601072371006012,-0.8682013154029846,1.3985834121704102,-0.699246883392334,0.13381969928741455,0.07489827275276184 +257,1.2238602395208298,0.6385859892780529,2.229203542625818,0.755099356174469,-0.5960606932640076,-0.2730138897895813,2.338559150695801,-1.3302103281021118,1.7587960958480835,-0.7468138337135315,0.36261647939682007,0.3437536358833313 +258,1.3769602781373653,0.8170249508266934,1.9873779682517472,0.6715766191482544,-0.729112982749939,-0.13183097541332245,2.8686020374298096,1.7370567321777344,0.48715072870254517,0.6516808867454529,-1.233640432357788,-0.46246838569641113 +259,1.3121660656321714,0.9812042062077608,2.1418413664175024,0.5375295281410217,-0.8311675190925598,-0.1422063410282135,-2.164820909500122,2.2568931579589844,0.9575795531272888,0.16443580389022827,0.4848235845565796,0.6129400134086609 +260,1.351247617950014,1.0439730554151294,2.1997555840504828,0.49072086811065674,-0.8644086718559265,-0.10950221121311188,0.3942641019821167,0.17776484787464142,0.7776546478271484,-0.38546574115753174,0.581403911113739,-0.13730871677398682 +261,1.4287404651918163,1.1957518673023928,2.1936363530461733,0.3626241385936737,-0.9304913282394409,-0.051862213760614395,0.26296722888946533,1.8503193855285645,2.273705244064331,0.3739939033985138,0.05401122570037842,-0.1509423851966858 +262,2.0121547315926778,1.5440231851509896,1.9695459357947942,0.024201299995183945,-0.9996415972709656,0.01143368799239397,1.5459836721420288,1.9685593843460083,-0.21326538920402527,-0.23271265625953674,-0.2160564661026001,-0.3414508104324341 +263,2.2814387954281816,1.4394114990510007,1.7849122918089821,0.09929576516151428,-0.9913814067840576,0.08545854687690735,-0.029389671981334686,1.2226580381393433,0.04376700147986412,-0.4553596079349518,0.4487331509590149,0.11853622645139694 +264,2.832675555471733,1.4602484395582003,1.2773314303360825,0.03354118391871452,-0.9938958287239075,0.10510066151618958,0.2207796275615692,-1.1840882301330566,0.4429650902748108,-0.013201236724853516,0.88539057970047,-0.3424663543701172 +265,2.7805327989517696,1.384079336095536,1.060927841687801,0.0655781626701355,-0.9826189875602722,0.173664852976799,0.543491542339325,-2.785745620727539,0.21501199901103973,-0.4284932315349579,-1.8519909381866455,0.09730064868927002 +266,1.6690983751580604,1.5554192482844567,2.1257383702270007,0.015305417589843273,-0.9998818039894104,0.0015094189438968897,-1.194219946861267,1.1076240539550781,0.6119728088378906,0.21687230467796326,0.2004891037940979,0.378556489944458 +267,0.20236431191387594,1.5407093731252326,-2.713802114210803,0.006046676076948643,-0.9995474219322205,-0.029471155256032944,0.44699275493621826,-0.6389659643173218,-0.5807716846466064,0.07407721877098083,0.9053396582603455,-0.004327058792114258 +268,2.1730474652541028,1.4782720886737508,1.6571589809330085,0.07613753527402878,-0.9957227110862732,0.05234049633145332,1.1140061616897583,1.156451940536499,-1.4122979640960693,0.176181823015213,0.4173840880393982,-0.05957317352294922 +269,2.3087653062909808,1.3053819404458886,1.7978501551530144,0.19406606256961823,-0.9649838805198669,0.17647825181484222,-2.598500967025757,1.4578832387924194,-0.1511543244123459,0.4433545768260956,-0.6250734925270081,-0.07512938976287842 +270,1.870085801093391,1.471847064438437,2.3512829299028377,0.09439714252948761,-0.9951084852218628,0.029126984998583794,-0.09342943876981735,0.7659155130386353,1.2361271381378174,-0.3087525963783264,0.5467900037765503,0.13215839862823486 +271,-0.19338374690150015,1.4794846262499521,-1.890307011201847,-0.01752381958067417,-0.9958339929580688,-0.08948437869548798,-1.3837428092956543,-1.6368120908737183,1.1318817138671875,-0.21598142385482788,1.057037115097046,-0.04549490660429001 +272,-1.0367011877959083,1.4983213287811061,-1.3316167877643967,-0.06232661008834839,-0.9973748326301575,-0.036861907690763474,4.360520839691162,-3.653005838394165,-0.7604256868362427,-0.5263116955757141,-2.766357898712158,-0.4583010673522949 +273,-0.8103116083958328,1.4238384518891287,-1.6893528469686843,-0.10608865320682526,-0.9892210960388184,-0.10093003511428833,-1.1723854541778564,0.08088215440511703,0.5175484418869019,-0.04948997497558594,0.10123586654663086,0.0663231611251831 +274,-0.5420193067477342,1.3878631966144759,-1.8606547236040585,-0.0938437208533287,-0.9833143353462219,-0.15584054589271545,-0.08666049689054489,0.6186332106590271,-0.3832741677761078,0.18326020240783691,0.9290845990180969,0.14284008741378784 +275,-0.12748347225553305,1.4033863309856474,-2.227590469699754,-0.021185027435421944,-0.9860196709632874,-0.1652773916721344,1.112152099609375,0.5482053756713867,-0.9701937437057495,0.2768460512161255,0.5266537666320801,-0.05185520648956299 +276,1.77280922199402,1.516164883034162,2.31066577489097,0.053494516760110855,-0.998508095741272,0.010956024751067162,-2.1658201217651367,0.9904413819313049,0.12352718412876129,0.28856176137924194,-0.6000179052352905,0.0686948299407959 +277,0.4353050977113678,1.5185271520051027,-2.3571015240702433,0.022030800580978394,-0.9986342787742615,-0.04737218841910362,-2.5889673233032227,1.5379339456558228,0.6685575842857361,-0.2002687156200409,0.6364059448242188,0.18810397386550903 +278,-0.16528675030984086,1.429645887144641,-1.8083558487540032,-0.023147115483880043,-0.9900547862052917,-0.13876453042030334,0.3722139894962311,-2.2725319862365723,-0.20619697868824005,-0.023849932476878166,1.127185583114624,-0.11227302253246307 +279,-0.9488910676190722,1.5286760376969224,-1.3231513360462517,-0.03422454744577408,-0.9991130828857422,-0.024531787261366844,2.685011863708496,-3.4037153720855713,0.026934556663036346,-0.47920316457748413,-3.529634475708008,-0.7515149712562561 +280,-0.3102113698019839,1.3920685302271854,-2.0041865609962666,-0.05426842346787453,-0.9840706586837769,-0.16929225623607635,-0.6412867307662964,2.1501052379608154,-0.2198994755744934,0.11515098810195923,0.24772727489471436,0.15095120668411255 +281,-0.037829285371911416,1.3640859685712048,-2.25865556423602,-0.007762289140373468,-0.9787113666534424,-0.20509470999240875,0.7086336612701416,0.18233826756477356,-0.34027883410453796,0.13827073574066162,0.8739750981330872,0.22909677028656006 +282,-0.16394252363729375,1.4663655909312217,-2.012764599674546,-0.017013218253850937,-0.9945520758628845,-0.10284410417079926,2.2513766288757324,1.443781852722168,0.493680864572525,0.38143888115882874,-0.25148069858551025,-0.23309338092803955 +283,0.7577688094941073,1.5341850727770558,-2.8974370823003786,0.025156525894999504,-0.9993298649787903,-0.026586515828967094,-1.168816328048706,0.42853039503097534,0.2931913733482361,-0.04030850529670715,-0.6883684396743774,0.34805870056152344 +284,-1.4006475867873998,1.4817369524823003,-0.6834129785258742,-0.08765794336795807,-0.9960368275642395,-0.01506050769239664,-0.8611149191856384,-0.1213390976190567,0.9001907706260681,-0.4009742736816406,0.852527916431427,0.35783398151397705 +285,-0.9489605131706854,1.3911107473183075,-1.3354483858436468,-0.14526565372943878,-0.9838999509811401,-0.10410958528518677,-0.479277104139328,-4.1134490966796875,0.1732046753168106,-0.10830490291118622,1.0575236082077026,-0.057084254920482635 +286,-2.5062545172179096,1.4502516715274436,-0.17497512539167645,-0.0713641569018364,-0.9927433133125305,0.09678822755813599,-1.227575421333313,-1.2041312456130981,0.09309674054384232,0.0190265029668808,-1.5466091632843018,0.16331303119659424 +287,-0.9118846758850395,1.3388773476641334,-1.9209120404640208,-0.18172962963581085,-0.9732271432876587,-0.14072459936141968,-0.6703998446464539,1.598113775253296,0.3064115047454834,0.05676014721393585,0.6344361901283264,0.7237018942832947 +288,-0.4402836946069784,1.3555899357780108,-2.2899022263272757,-0.09101391583681107,-0.9769323468208313,-0.19318334758281708,-0.38721925020217896,0.4965466558933258,-2.255641222000122,0.5342206954956055,0.8329961895942688,0.14293617010116577 +289,-0.837439162283357,1.5225546648420438,-1.818827941304124,-0.035825081169605255,-0.9988365769386292,-0.03227774053812027,4.155489921569824,1.457330584526062,-0.3651132881641388,0.25463610887527466,-1.2387731075286865,-0.5904334187507629 +290,1.908097183458322,1.5542805424644102,1.8646376743529576,0.015591178089380264,-0.9998636245727539,0.005467871204018593,-0.6652305722236633,-0.005041631869971752,-0.3036133348941803,-0.07474949955940247,-0.32545387744903564,-0.040318965911865234 +291,-1.5444729093261116,1.483897301235995,-1.0606822037677432,-0.0867588147521019,-0.9962266683578491,-0.002284316113218665,-0.9273748993873596,-0.8599694967269897,1.3102513551712036,-0.309466153383255,0.9230455756187439,0.40056920051574707 +292,-1.2213210288874237,1.4408484816334985,-1.5294564072393784,-0.12175047397613525,-0.9915686249732971,-0.04437001422047615,0.19129739701747894,-2.6169934272766113,-0.6501255035400391,-0.19634951651096344,0.9170904159545898,0.057278987020254135 +293,-2.724905614077217,1.4651370848265945,-0.13436397498520486,-0.04268420860171318,-0.9944232702255249,0.09643866121768951,-1.2007548809051514,-1.052415370941162,0.8123549222946167,-0.008188586682081223,-1.50835382938385,-0.17950749397277832 +294,-1.2393447876920418,1.4387600070039648,-1.6216472131271324,-0.12448723614215851,-0.9912958741188049,-0.04284197464585304,-1.7460795640945435,1.8281047344207764,0.4618645906448364,0.3660033643245697,0.6001215577125549,0.16324907541275024 +295,-0.4211830347002568,1.3878986683400882,-2.401620963845973,-0.07435991615056992,-0.9833207726478577,-0.16598482429981232,0.6950648427009583,0.005696379579603672,-0.7879974246025085,0.4714241027832031,0.9900956749916077,-0.07438689470291138 +296,-2.494921705817583,1.4693595338270846,-0.16801170473500807,-0.0610143281519413,-0.9948596954345703,0.08081746101379395,3.1432461738586426,4.4478230476379395,-0.8902881145477295,0.2479802817106247,-2.443082809448242,-0.29845356941223145 +297,-1.2675588395768769,1.5375539042784596,-1.181167007652513,-0.031718309968709946,-0.9994475245475769,-0.009924249723553658,-0.3317107856273651,0.38504573702812195,0.17269328236579895,-0.10423749685287476,-0.13548588752746582,-0.1429229974746704 +298,-1.6121640636958374,1.414936954902953,-0.9820498833574135,-0.15509703755378723,-0.9878785014152527,0.006419675424695015,-1.0703763961791992,-0.18047693371772766,0.03913411870598793,-0.5823755264282227,1.3604063987731934,0.5216412544250488 +299,-1.4543677085258417,1.465100542664219,-1.227643278272069,-0.10478522628545761,-0.9944193959236145,-0.012255425564944744,1.5668092966079712,-1.165158987045288,-1.1382781267166138,-0.5868041515350342,-0.3903767466545105,0.10302996635437012 +300,-2.1093293870402348,1.4965193727754076,-0.6452758187462813,-0.06370557844638824,-0.9972427487373352,0.03806008771061897,-1.5178325176239014,-2.325796604156494,1.4159332513809204,0.004135265946388245,-0.6111251711845398,-0.12543189525604248 +301,-0.7314883700678073,1.385862885913153,-2.015306781808112,-0.12282878905534744,-0.9829484820365906,-0.13684111833572388,-1.338091492652893,0.25121450424194336,-0.27874210476875305,0.25178080797195435,0.9037248492240906,-0.009811103343963623 +302,-0.310987861742892,1.4339995607196332,-2.489826726299748,-0.041729431599378586,-0.9906579256057739,-0.129829540848732,1.4902421236038208,0.12755540013313293,-0.8453294038772583,0.3858456611633301,0.8406029343605042,-0.1061629056930542 +303,-2.8564528215759144,1.4696466121278324,0.3388739177668201,-0.028403859585523605,-0.9948887228965759,0.0968993529677391,-1.066008448600769,1.682183861732483,-0.2528652548789978,0.2912364900112152,-0.670592725276947,-0.18570555746555328 +304,-2.429703282572233,1.5463412655042692,0.037796695755566795,-0.015974100679159164,-0.9997009634971619,0.018513845279812813,0.37447696924209595,-0.4482133090496063,1.580636739730835,-0.14784425497055054,0.34595346450805664,-0.09299206733703613 +305,-1.219142269501805,1.4440424361670785,-1.3435546944174794,-0.11867911368608475,-0.9919774532318115,-0.04354385286569595,-0.9937741756439209,-1.0580941438674927,-0.09394073486328125,-0.6011084914207458,1.2620275020599365,0.28473949432373047 +306,-2.0319879557699516,1.4755842832430621,-0.7118186348139164,-0.08513589203357697,-0.9954707622528076,0.04230690002441406,2.8749501705169678,-0.6403918266296387,-1.535908818244934,-0.7566762566566467,-1.6517460346221924,0.10228538513183594 +307,-1.958901436755826,1.4687877531894775,-0.8176934480777357,-0.09425950050354004,-0.9948016405105591,0.038537200540304184,-1.3330944776535034,-0.20033271610736847,1.0441408157348633,0.29384446144104004,-0.25879955291748047,0.2540196180343628 +308,-0.7962498305458308,1.4056788549055659,-1.9538498964364814,-0.11748005449771881,-0.9863990545272827,-0.11495762318372726,-1.3602502346038818,-0.6800984144210815,-0.5129489898681641,0.2593715488910675,0.985895574092865,-0.13621729612350464 +309,-0.4145558353531053,1.4499532801512967,-2.401676937173068,-0.04855573922395706,-0.992707371711731,-0.11033929884433746,1.662137508392334,-0.509401798248291,0.3431808054447174,0.534746527671814,0.7622537612915039,-0.19726265966892242 +310,-2.781619337917301,1.4014776231047332,0.22353730795404672,-0.059357862919569016,-0.9856997728347778,0.157710462808609,-0.8853822350502014,2.2976787090301514,-0.4640008211135864,0.21429559588432312,-0.7512691617012024,-0.17559385299682617 +311,-2.1323567313477136,1.4797063845597933,-0.2566592514901619,-0.07699540257453918,-0.9958541989326477,0.048439763486385345,0.0853784903883934,0.04640613868832588,1.9417273998260498,-0.11480758339166641,0.39952534437179565,-0.07408975809812546 +312,-1.4192816867891085,1.4193540945374712,-1.105174014795888,-0.1491355150938034,-0.9885545372962952,-0.022770728915929794,-0.8507989048957825,-1.5109435319900513,-0.5165696740150452,-0.4449349045753479,1.251051425933838,0.1954086422920227 +313,-2.783067434629611,1.4350137291435492,0.11554611070277641,-0.04749920219182968,-0.9907956719398499,0.12675917148590088,4.1499505043029785,2.055117130279541,-2.2742671966552734,-0.9522414207458496,-2.894824504852295,0.17035996913909912 +314,-1.9701829380587743,1.5051492752334406,-0.7889191627577715,-0.0604364387691021,-0.9978460073471069,0.02550842985510826,-1.0912553071975708,-0.7545526623725891,0.8561787009239197,-0.017032425850629807,-0.008776247501373291,0.24892091751098633 +315,-0.5959616378796717,1.4477659816812694,-2.1230929174478628,-0.06888379901647568,-0.9924412965774536,-0.10156487673521042,-0.8889659643173218,-0.28829628229141235,-0.5629177093505859,0.21967114508152008,0.9768468141555786,-0.051373958587646484 +316,0.1513236356737047,1.550094888095261,-2.9212108972266235,0.003121084300801158,-0.9997857213020325,-0.02046755515038967,4.192404270172119,1.9089622497558594,-0.4915607273578644,0.5635293126106262,-0.53025883436203,-0.43868470191955566 +317,3.058841192712369,1.4460697218405336,0.7502469446854343,0.01028294488787651,-0.9922317266464233,0.12397923320531845,-2.142011880874634,1.61578369140625,-1.03282630443573,0.06312710046768188,-0.4398667812347412,0.12301482260227203 +318,-2.571204372057209,1.4688533419440286,0.1330577475481774,-0.0549498088657856,-0.9948083162307739,0.08565611392259598,-0.5951234102249146,-2.6708781719207764,1.6303651332855225,-0.318844735622406,0.7714349031448364,0.2207556962966919 +319,-1.3801493327563892,1.4669599026743447,-1.241374617195518,-0.10177288204431534,-0.9946138262748718,-0.01964123547077179,-0.3461874723434448,-1.5359748601913452,-0.08092726767063141,-0.30794090032577515,1.2006378173828125,0.1018250584602356 +320,-3.032543792418373,1.4160449384184328,0.283941709172318,-0.016774868592619896,-0.9880498647689819,0.15321868658065796,1.7076284885406494,-0.14017678797245026,-1.1176857948303223,-0.44436100125312805,-2.7801995277404785,0.10340367257595062 +321,-1.6491375713915102,1.4839464015934078,-1.1548970743000966,-0.0864749327301979,-0.9962309002876282,0.00678844703361392,-1.9111076593399048,1.3016077280044556,0.7015567421913147,0.2619205117225647,0.24755841493606567,0.3384110927581787 +322,-0.5130901105089721,1.4244509823627456,-2.2325859650373276,-0.07158061116933823,-0.989310622215271,-0.12704601883888245,-0.04501070827245712,-1.1962748765945435,-0.9526238441467285,0.24023601412773132,1.0181039571762085,-0.13853323459625244 +323,-1.641143590854802,1.5142514647210106,-1.18423881981157,-0.056375764310359955,-0.9984017610549927,0.003972435835748911,3.5740480422973633,1.9745335578918457,0.4736953377723694,0.6153051853179932,-0.5007132291793823,-0.06380212306976318 +324,3.0771458985970126,1.4682295064467012,0.727738709895044,0.006593917962163687,-0.9947446584701538,0.1021740585565567,-1.6378978490829468,1.9792507886886597,-1.3011224269866943,0.045026570558547974,-0.4005189538002014,0.007002584636211395 +325,-1.958872342482884,1.4691524183018825,-0.5355762760062852,-0.0939241275191307,-0.9948387145996094,0.03839689865708351,-1.4221065044403076,-3.537813663482666,1.5991997718811035,-0.6677488088607788,0.9986228942871094,0.226892352104187 +326,-1.2376878242195828,1.4293859018058361,-1.4827866324673984,-0.13319295644760132,-0.9900181889533997,-0.04608500003814697,0.13429439067840576,-1.3781547546386719,-0.005733019672334194,-0.13234052062034607,0.9962131381034851,0.21174967288970947 +327,-2.793168663534416,1.4179720516952976,0.05945859342102229,-0.051974039524793625,-0.9883450865745544,0.14308318495750427,1.1838998794555664,0.24789805710315704,-1.2232939004898071,-0.2652256488800049,-2.6461305618286133,-0.11749410629272461 +328,-1.3687589518737813,1.4611765266786787,-1.4026858045419652,-0.10717516392469406,-0.9939977526664734,-0.021952904760837555,-2.092136859893799,0.9346205592155457,0.606670618057251,0.39185839891433716,0.30071473121643066,0.5799973607063293 +329,-0.36581196769258906,1.4174431527403857,-2.34108443754184,-0.05464080721139908,-0.9882644414901733,-0.14264559745788574,0.6763817071914673,-0.7234229445457458,-1.2196531295776367,0.34129244089126587,0.9513229131698608,-0.053796038031578064 +330,-2.6987647011652705,1.5222789213671244,-0.028782190077685278,-0.020780611783266068,-0.9988232851028442,0.043818775564432144,4.112858772277832,1.4605673551559448,-0.4931790828704834,0.43278318643569946,-0.886369526386261,-0.3716691732406616 +331,2.7103348055051426,1.4887758812165202,1.0916198596918911,0.034247927367687225,-0.9966381788253784,0.07442867010831833,-1.573133111000061,2.101315975189209,-0.5830487012863159,0.017982903867959976,-0.32062268257141113,-0.13109982013702393 +332,-1.884840938138736,1.5052681370218777,-0.5386803983029407,-0.06227891892194748,-0.9978538155555725,0.02022775448858738,-1.0993388891220093,-2.6839025020599365,1.551027536392212,-0.6066816449165344,0.98923259973526,0.28964781761169434 +333,-0.9845300835730875,1.4747462736441113,-1.677531652724809,-0.07988814264535904,-0.9953907132148743,-0.05305862799286842,0.48101806640625,-2.4608590602874756,-0.519344687461853,-0.35625386238098145,0.784453272819519,0.09399795532226562 +334,3.1330664487253976,1.4405941654052616,0.3983704976759686,0.0011069788597524166,-0.9915356636047363,0.12982939183712006,-1.8203078508377075,-0.3865997791290283,0.29535719752311707,0.12351155281066895,-1.1870684623718262,-0.012626662850379944 +335,-0.9521427786784621,1.4986345047795684,-1.7888720920245225,-0.05873622000217438,-0.9973974823951721,-0.04181303828954697,-1.6108392477035522,0.661983072757721,0.11083636432886124,0.3334401845932007,0.6195440888404846,0.18642055988311768 +336,-0.14040358623175198,1.450265214019565,-2.5161850794369567,-0.016826696693897247,-0.9927449226379395,-0.11905665695667267,0.39430102705955505,0.1443907618522644,-0.3533899486064911,0.45620352029800415,1.028252124786377,-0.036384642124176025 +337,3.006119923933289,1.4114937152253642,0.6625231038969913,0.02142445370554924,-0.987338125705719,0.15717720985412598,2.1772620677948,2.1268415451049805,-1.6040730476379395,0.33619579672813416,-2.2938661575317383,0.3173863887786865 +338,2.24098524948138,1.5159749790153243,1.633919055568161,0.04294322431087494,-0.9984976649284363,0.03403515741229057,-0.8640386462211609,2.031933307647705,0.7003379464149475,-0.12326547503471375,-0.03350001573562622,-0.1518329381942749 +339,-1.1784548982199194,1.477186962178005,-1.3399369065523268,-0.08637034893035889,-0.9956218600273132,-0.035739585757255554,-1.6748982667922974,-2.9007411003112793,0.3662540912628174,-0.6599980592727661,1.265122652053833,0.5995823740959167 +340,-1.0293814507173966,1.478923283380122,-1.6644338691463845,-0.07862312346696854,-0.9957826137542725,-0.04728037118911743,1.9148541688919067,-1.2707159519195557,-0.7932016253471375,-0.49826592206954956,0.14972853660583496,0.35060983896255493 +341,-2.3535743258140878,1.500971294161406,-0.383860788488662,-0.04946117475628853,-0.9975632429122925,0.049202658236026764,-2.2338316440582275,0.0854826271533966,0.9730380177497864,0.13056164979934692,-0.598383903503418,-0.23008036613464355 +342,-0.4504407255409511,1.4120766853631581,-2.2805477320624092,-0.06881079077720642,-0.9874304533004761,-0.14228901267051697,-1.3033462762832642,1.1537730693817139,-0.17098718881607056,0.4083493649959564,0.6958960294723511,0.21792685985565186 +343,0.008970958309105303,1.4623977120307332,-2.7986332811362487,0.0009705269476398826,-0.9941306114196777,-0.10818252712488174,1.3265395164489746,-1.402543306350708,-0.4089851379394531,0.2903960347175598,0.9452109336853027,0.022962212562561035 +344,3.0870345409169997,1.3699683087855905,0.5123677371236843,0.010877911932766438,-0.9799017310142517,0.19918425381183624,-0.8765097856521606,2.87156343460083,-0.689062774181366,0.39215248823165894,-1.309633731842041,-0.08698642253875732 +345,-2.4990236124046294,1.5336610953104077,0.01696837429971571,-0.022249452769756317,-0.9993105530738831,0.02972361445426941,-0.7511206865310669,1.7807317972183228,1.3158941268920898,-0.032178670167922974,0.11323267221450806,0.0514988899230957 +346,-1.1472639424915758,1.4102270574099645,-1.4737328517125732,-0.14575345814228058,-0.9871364235877991,-0.06570800393819809,-1.1308586597442627,-2.7960429191589355,0.3209714889526367,-0.4567245841026306,1.2046352624893188,0.2628820538520813 +347,-1.6851607754656739,1.4634592208762562,-1.1141190059766575,-0.10643099993467331,-0.9942448735237122,0.012225267477333546,3.990283727645874,-0.21430490911006927,-0.9860870242118835,-0.9608297348022461,-1.632464051246643,-0.23865044116973877 +348,-1.884011400144483,1.4628716167953042,-0.9609683313874599,-0.10247636586427689,-0.994181752204895,0.03318965062499046,-2.7808399200439453,0.23720505833625793,1.244084358215332,0.3926374912261963,-0.32407093048095703,0.009107712656259537 +349,-0.44571528491159135,1.343134291029464,-2.3290944647442027,-0.09730048477649689,-0.97419673204422,-0.20365062355995178,-0.21261177957057953,0.553330659866333,-1.2881122827529907,0.3259534239768982,0.975386917591095,0.00041878223419189453 +350,-0.5108648161977326,1.4955740249986484,-2.316406211677847,-0.03674330562353134,-0.9971721172332764,-0.065555140376091,2.942549705505371,-0.5818231105804443,0.291527658700943,0.38023391366004944,0.4423931837081909,-0.1615566611289978 +351,-3.1208015661742827,1.4842963512523615,0.48215940031529636,-0.001796051161363721,-0.9962611794471741,0.08637318015098572,-2.317293405532837,3.0448060035705566,-0.11392547935247421,0.27781230211257935,-0.7444766759872437,-0.5291680097579956 +352,-0.4458237815022094,1.4961205618672047,-1.9712837219036459,-0.03216972202062607,-0.9972130656242371,-0.06731268763542175,-1.6064329147338867,0.8383615612983704,1.0153543949127197,-0.16265448927879333,0.6068933606147766,0.26531070470809937 +353,-0.7199822889701445,1.3585783252586756,-1.8430089170479438,-0.13888242840766907,-0.977566123008728,-0.15835419297218323,-0.11902781575918198,-1.829105257987976,-0.3827516734600067,-0.47322386503219604,1.36674165725708,0.3087906241416931 +354,-2.640443198419596,1.464619254315322,-0.1073487567898337,-0.05091550573706627,-0.9943684935569763,0.0929461196064949,3.9841020107269287,-2.4677653312683105,-1.1330069303512573,-0.4751770496368408,-1.925339698791504,-0.19525635242462158 +355,-0.9814955973505396,1.4709865542213594,-1.8192763753881371,-0.08283732831478119,-0.9950231313705444,-0.05538034439086914,-2.791078805923462,0.3889847993850708,0.6558213233947754,0.1994297206401825,0.22791802883148193,0.23303842544555664 +356,-0.17229300756028462,1.3342643317321874,-2.5553460455352135,-0.040174417197704315,-0.9721564650535583,-0.23086313903331757,0.28687751293182373,0.11841119080781937,-1.2811614274978638,0.2018870711326599,1.0679664611816406,0.08041149377822876 +357,0.14119781832405004,1.527034905586837,-2.8719766532325135,0.00615675700828433,-0.9990426301956177,-0.043313611298799515,5.344555854797363,2.4337124824523926,0.5383720993995667,0.6147691607475281,-1.1294821500778198,-0.4275115728378296 +358,2.2078959286882966,1.5271567935217487,1.6661241754115401,0.035064831376075745,-0.9990479350090027,0.025949563831090927,-1.5057176351547241,2.5778682231903076,-0.08316050469875336,0.12150558829307556,-0.4783841371536255,-0.2096959352493286 +359,-1.403569535046852,1.4699306703433412,-0.8975342769559508,-0.09929092973470688,-0.9949173927307129,-0.016760632395744324,-0.8757590055465698,-1.9764517545700073,1.736629605293274,-0.4575023055076599,0.9882034063339233,0.20741921663284302 +360,-0.9264461223972549,1.4236664223782312,-1.507481596105278,-0.11720509827136993,-0.9891958832740784,-0.08805941790342331,0.11610186845064163,-0.9865138530731201,-0.4208216667175293,-0.27897408604621887,1.0879966020584106,0.005616195499897003 +361,3.05974480789369,1.4541365013321756,0.6915258476535856,0.009515983983874321,-0.9932029843330383,0.116004578769207,0.24634024500846863,0.5156616568565369,-0.8248627781867981,0.15256288647651672,-2.83939266204834,0.4641803205013275 +362,-0.3632045894703745,1.4626617641270439,-2.187108452319969,-0.03834225609898567,-0.9941591620445251,-0.10088317841291428,-1.9294195175170898,-0.009319283999502659,-0.017951346933841705,0.25510862469673157,0.5446810126304626,0.4438397288322449 +363,0.09132191887381473,1.3221481102643051,-2.6273143121982883,0.022442542016506195,-0.969245970249176,-0.24506843090057373,0.19620294868946075,-0.19993837177753448,-1.01384699344635,0.2084992527961731,1.1011277437210083,0.30839240550994873 +364,0.7337671570955087,1.5569671997625494,3.030628063914862,0.009264755062758923,-0.9999043941497803,-0.010274482890963554,6.541522026062012,1.5581562519073486,-0.670383095741272,0.4661228358745575,-1.7867168188095093,-0.4703010320663452 +365,2.4043330308824866,1.4690345240411657,1.468225378115216,0.06829297542572021,-0.9948267340660095,0.07520615309476852,-2.227703332901001,2.262005567550659,0.32540205121040344,0.06503832340240479,-0.386261522769928,-0.22257554531097412 +366,-1.137437968933905,1.5104661368495917,-1.1844063367578828,-0.054720524698495865,-0.9981806874275208,-0.025318751111626625,-0.7232657074928284,-2.01180362701416,1.470768928527832,-0.42176568508148193,0.9328883290290833,0.02031385898590088 +367,-0.675732625628533,1.4644368640743528,-1.9177647688215733,-0.06639884412288666,-0.9943491816520691,-0.0828300341963768,0.11747658252716064,-2.344287872314453,-0.9044116735458374,-0.43027472496032715,0.7855937480926514,0.1989646553993225 +368,2.8247624227904438,1.4739830936294755,0.7355091160595449,0.03011626936495304,-0.995317280292511,0.0918528363108635,-1.5520873069763184,-1.0369092226028442,-0.001975120510905981,0.12218170613050461,-1.1708664894104004,-0.021875955164432526 +369,-0.30845194078155985,1.4788575448524657,-2.439172536528114,-0.027871841564774513,-0.9957765936851501,-0.08747635781764984,-1.457279086112976,0.24249020218849182,-0.022207772359251976,0.27263808250427246,0.6228976249694824,0.19677501916885376 +370,0.05990612247400001,1.4531463180539876,-2.7546563167308675,0.0070274933241307735,-0.9930872321128845,-0.11716806888580322,0.8155027627944946,0.13618957996368408,0.10204054415225983,0.4668799638748169,1.0550074577331543,0.05547678470611572 +371,2.849754541311409,1.4074735177608504,0.8285266467048829,0.0467815101146698,-0.9866924285888672,0.15572258830070496,0.4374178349971771,-0.2068353295326233,-1.303840160369873,0.5147418975830078,-2.048067092895508,-0.09003353118896484 +372,2.2319704156713365,1.533634723778324,1.6517859351932176,0.02932521514594555,-0.9993095993995667,0.022814663127064705,-0.478181391954422,2.229454278945923,1.3311808109283447,-0.0831734836101532,0.11303335428237915,-0.08282744884490967 +373,-1.0004681951041834,1.4647161136045779,-1.494245464051801,-0.08912219852209091,-0.9943787455558777,-0.05716579034924507,-1.5200021266937256,-2.2532989978790283,-0.657078742980957,-0.8404584527015686,1.4532716274261475,0.523047149181366 +374,-1.1246736571414921,1.5128173846643524,-1.5867625008376325,-0.052274420857429504,-0.998319685459137,-0.02500190958380699,2.5732293128967285,-1.8860275745391846,-0.4496549367904663,-0.6528647541999817,-0.36294734477996826,0.11689037084579468 +375,-2.9248184017490426,1.4928277819686366,0.21808682754519454,-0.0167526938021183,-0.9969620108604431,0.07606742531061172,-2.212459087371826,0.9167455434799194,0.794459342956543,0.376188725233078,-0.5998550057411194,-0.38691937923431396 +376,-0.46245143715225584,1.4322798647271395,-2.150483576302114,-0.06160074099898338,-0.9904219508171082,-0.12357079237699509,-1.4981086254119873,2.0662460327148438,0.16830624639987946,0.4250193238258362,0.9223677515983582,0.13306176662445068 +377,-0.580955095100996,1.4448282223560194,-2.0278821818258073,-0.06895114481449127,-0.9920765161514282,-0.10502289980649948,2.178684711456299,-0.14710086584091187,0.3476680517196655,0.5522580146789551,0.603892982006073,-0.12285184115171432 +378,2.740302242019967,1.4958007488682348,1.082681444269682,0.02926628850400448,-0.9971891641616821,0.06897300481796265,-2.0301666259765625,2.350545644760132,-0.8148723840713501,0.22039800882339478,-0.7772554159164429,-0.24483060836791992 +379,-2.3455214387353087,1.5287998660349433,0.09345289466838107,-0.030003340914845467,-0.9991182684898376,0.029369626194238663,-0.5001968741416931,-1.5273516178131104,1.7411057949066162,-0.3148605525493622,0.6552919745445251,-0.19375252723693848 +380,-0.539733614561678,1.4724702550198523,-1.9572057005950012,-0.05044955760240555,-0.9951698780059814,-0.08421346545219421,-0.5016523599624634,-1.8690605163574219,-0.4519815444946289,-0.42686063051223755,1.0754005908966064,0.2341005802154541 +381,3.0247928168071887,1.4562685653035563,0.532773495267991,0.013317277655005455,-0.9934488534927368,0.1134989932179451,3.2700371742248535,-1.6616772413253784,-1.3417140245437622,-0.5161096453666687,-2.2681171894073486,-0.055195100605487823 +382,-2.643259889706944,1.5397276121038166,-0.08521561679674855,-0.014848312363028526,-0.9995173811912537,0.027287688106298447,-1.6837667226791382,-0.506636917591095,0.179052472114563,0.24377591907978058,0.35820573568344116,-0.18993115425109863 +383,-0.22271963667031722,1.4532059228038172,-2.5287002015973084,-0.025914054363965988,-0.9930942058563232,-0.11442255973815918,-0.7448735237121582,-0.2397761195898056,0.41959935426712036,0.4262588918209076,1.0034548044204712,-0.019656434655189514 +384,-1.7519756737299477,1.50538684854654,-0.8837836565713464,-0.06429442763328552,-0.9978615641593933,0.01177797932177782,4.7969441413879395,2.9875214099884033,-0.37033718824386597,0.6587768197059631,-1.3440117835998535,-0.41215336322784424 +385,-2.7553248787273983,1.5046288038064952,0.24659243475173231,-0.02490879036486149,-0.9978117346763611,0.061246294528245926,-1.3268365859985352,2.595240354537964,0.4752403497695923,-0.005395170301198959,-0.33507388830184937,0.05102788656949997 +386,-1.4925679543569603,1.3952202427214329,-0.9792315491387528,-0.17414088547229767,-0.984626054763794,-0.013650614768266678,-1.826316237449646,-3.869724750518799,0.2393055111169815,-0.647071897983551,1.3046945333480835,0.12751173973083496 +387,-1.0318672984457613,1.4154617737993502,-1.667850725150041,-0.1327819675207138,-0.9879598021507263,-0.07940026372671127,0.43857309222221375,-2.912198305130005,-0.5326114296913147,-0.2538604736328125,0.8347158432006836,0.06665915250778198 +388,-2.8542376815116315,1.3981327395307466,0.021223055617384853,-0.0486929714679718,-0.9851306676864624,0.16476240754127502,-1.1760237216949463,0.6639317870140076,0.19607827067375183,0.0650656521320343,-1.71746027469635,0.09121906757354736 +389,-1.372105826173037,1.4509456701197434,-1.3588668666809733,-0.11721133440732956,-0.992826521396637,-0.02360016107559204,-1.5931421518325806,1.8132528066635132,0.3136405944824219,0.43180179595947266,0.5586529970169067,0.22518402338027954 +390,-0.8054477399146143,1.3873835788905335,-1.7585875147334216,-0.13152630627155304,-0.9832269549369812,-0.12635518610477448,0.3799888491630554,0.9516881704330444,0.2199261635541916,0.6114457249641418,1.067302942276001,0.15641498565673828 +391,-2.714018340219919,1.436498435761782,0.22419181381599246,-0.05552133172750473,-0.9909955859184265,0.12184056639671326,3.841860771179199,-0.5393123626708984,-2.6921935081481934,0.5494331121444702,-1.5801713466644287,-0.12728798389434814 +392,-3.0395485708611307,1.4608888767325605,0.6854676180640729,-0.011173517443239689,-0.993966281414032,0.10911664366722107,-0.9431524872779846,1.9554251432418823,1.8342000246047974,-0.07757160067558289,-0.16283321380615234,-0.34141647815704346 +393,-1.6675452615155502,1.3925468417476559,-0.8114353783979538,-0.1764780730009079,-0.9841555953025818,0.017127538099884987,-2.302023410797119,-3.450573205947876,-0.023580854758620262,-0.5687001347541809,1.336206316947937,0.33387041091918945 +394,-1.2733841196203592,1.395979987303704,-1.4311696147058754,-0.16629090905189514,-0.9847584962844849,-0.050968676805496216,1.0821424722671509,-2.384783983230591,-1.1356374025344849,-0.44909602403640747,0.2644827365875244,0.3065076470375061 +395,-2.760349279972313,1.45589994973877,0.05606710677753649,-0.04265619441866875,-0.9934066534042358,0.10641297698020935,-2.725003480911255,0.11041545867919922,1.151085615158081,0.11196160316467285,-0.9953933954238892,-0.30662357807159424 +396,-0.9203535069976809,1.4494118333229327,-1.7027352317142612,-0.09636212885379791,-0.9926419258117676,-0.07332226634025574,-1.8682037591934204,1.9742170572280884,0.23734329640865326,0.3226347267627716,0.7980924844741821,0.19252395629882812 +397,-0.2487970276037957,1.414972583464724,-2.298901306953342,-0.03821466118097305,-0.9878840446472168,-0.1504153460264206,0.8932848572731018,0.33718040585517883,-0.7998830676078796,0.37111565470695496,1.0338587760925293,0.2035617232322693 +398,2.933793208152914,1.3809608936779822,0.8279621110643519,0.03892955929040909,-0.9820352792739868,0.1846376657485962,3.7588911056518555,1.4527056217193604,-2.3625879287719727,0.6880906820297241,-2.137852907180786,0.2747281789779663 +399,2.872615012133446,1.4241331573254716,1.0806337286505368,0.03883584961295128,-0.9892642498016357,0.14088428020477295,-0.5704590678215027,2.0683937072753906,1.7441798448562622,-0.08825907111167908,-0.3314298987388611,-0.25889575481414795 +400,-1.882733755391431,1.4746987077504443,-0.6293286469445857,-0.09131957590579987,-0.9953861832618713,0.029447373002767563,-1.8991601467132568,-1.1989991664886475,0.4010523855686188,-0.6074414253234863,1.154275894165039,0.4306967258453369 +401,-1.2202152069099135,1.4731391887285648,-1.3363514526455518,-0.09157208353281021,-0.9952353239059448,-0.0334867388010025,0.2637966275215149,-2.0673670768737793,-0.19165438413619995,-0.2141682654619217,1.0053671598434448,-0.05655539035797119 +402,-3.070826645417622,1.4044960673378366,0.31815500958954646,-0.01170447375625372,-0.9862039685249329,0.16512064635753632,-0.24021676182746887,-0.5845347046852112,-0.3799910247325897,-0.037383049726486206,-2.482271432876587,0.20946741104125977 +403,-1.9678107161766436,1.4981661743986514,-0.8182171307500256,-0.06692153960466385,-0.9973635673522949,0.028058750554919243,-1.4455236196517944,1.4871349334716797,-0.1658143848180771,0.29616957902908325,0.4254031777381897,0.4480917453765869 +404,-0.11009005610127773,1.4372366157005498,-2.5564991432120063,-0.014630261808633804,-0.991094172000885,-0.13235625624656677,-0.3551976680755615,0.9298354983329773,-0.9500672221183777,0.2383088618516922,1.0128380060195923,0.12754978239536285 +405,-0.9126615908701662,1.5031051232030583,-1.5497236262471785,-0.053512487560510635,-0.9977098107337952,-0.04137159883975983,3.5934717655181885,2.8197152614593506,-0.6618139743804932,0.5174559354782104,-1.4747023582458496,-0.3393656611442566 +406,1.701494035311621,1.5129779529590786,2.1974486324700635,0.05729392170906067,-0.9983289837837219,0.00753111531957984,-1.0091969966888428,1.1654967069625854,0.6900133490562439,-0.05714133381843567,-0.2775499224662781,0.31699275970458984 +407,-1.4352964677079019,1.4084854928788355,-1.0232201167730564,-0.16011732816696167,-0.9868564605712891,-0.02182963863015175,-1.1757036447525024,-3.236229658126831,1.2888145446777344,-0.6737297177314758,1.2125951051712036,0.18377113342285156 +408,-1.0690627962451096,1.3741688954272138,-1.5334388940836892,-0.17128409445285797,-0.9807310104370117,-0.09395883232355118,0.3436730206012726,-2.124290704727173,-0.3672597408294678,-0.22675664722919464,0.8036834001541138,0.03264905512332916 +409,-2.5891896567113006,1.4618593225148862,-0.11456048922450357,-0.05705060437321663,-0.9940722584724426,0.0925520583987236,-2.2480955123901367,-0.29197102785110474,0.46697109937667847,0.27889811992645264,-1.0981061458587646,-0.2535475492477417 +410,-0.8949931860442687,1.4240647561241004,-1.8383934652303282,-0.11406999826431274,-0.9892542362213135,-0.09145487844944,-2.2179505825042725,1.5558520555496216,0.2585715651512146,0.33890825510025024,0.6755793690681458,0.3271726369857788 +411,-0.3378402117314566,1.3838954010123143,-2.3205733264673873,-0.06158829852938652,-0.9825848340988159,-0.17531105875968933,0.8772812485694885,0.7234333753585815,-1.0793908834457397,0.23209001123905182,1.073313593864441,0.14059734344482422 +412,-2.86049910610562,1.4823131976480115,0.35762016486118253,-0.024514105170965195,-0.996087908744812,0.08490066230297089,4.429358959197998,2.6691911220550537,-1.648877501487732,0.6370018720626831,-2.427358865737915,-0.4098517894744873 +413,2.590100356457659,1.5304368000628372,1.3888765250865065,0.021140573546290398,-0.9991856813430786,0.034365955740213394,-0.10936514288187027,3.0901858806610107,0.7209767699241638,0.018394945189356804,-0.2738855481147766,-0.07051396369934082 +414,-1.4423750764549614,1.4309513369654159,-0.8599020135823416,-0.13824179768562317,-0.9902375936508179,-0.01785142719745636,-2.2334611415863037,-1.8813544511795044,0.29798588156700134,-0.7501859664916992,1.3248629570007324,0.48658615350723267 +415,-0.9503188591956664,1.4023102807684076,-1.5258089382756903,-0.13643288612365723,-0.9858397841453552,-0.09749904274940491,0.7912731766700745,-3.178496837615967,-0.4712385833263397,-0.2875020503997803,0.8153533339500427,0.031230151653289795 +416,-2.840971576248233,1.4323158281303228,0.16831241444794418,-0.04087499901652336,-0.9904268980026245,0.13184764981269836,-1.9655920267105103,-1.0691766738891602,1.139950156211853,0.15919165313243866,-1.3570767641067505,-0.19504952430725098 +417,-1.294797143140841,1.4554719409235497,-1.3723447502802917,-0.11071444302797318,-0.9933575391769409,-0.03135738894343376,-2.1804752349853516,2.5958969593048096,0.5420377254486084,0.4502224922180176,0.5697429776191711,0.4497838616371155 +418,-0.4475292646063591,1.4052343441434936,-2.125745564173446,-0.07131822407245636,-0.9863259196281433,-0.14857609570026398,0.3956742584705353,-0.5461644530296326,-0.9417386054992676,0.38177353143692017,1.0890939235687256,0.006028488278388977 +419,-2.5292292640594853,1.4920328698076717,0.030107586863633063,-0.04522639140486717,-0.9968997836112976,0.06438446789979935,4.974289417266846,2.4444127082824707,-1.0705031156539917,0.45068293809890747,-1.9590938091278076,-0.5057144165039062 +420,-2.1692240924384882,1.5360584781527635,-0.08990441203639328,-0.02869647741317749,-0.9993966817855835,0.01956615410745144,-1.0534999370574951,3.1009998321533203,1.043408751487732,0.05387347936630249,-0.293099045753479,-0.02501356601715088 +421,-1.2171707807752177,1.3944552778890187,-1.0697827785248641,-0.16457289457321167,-0.9844921827316284,-0.06075086444616318,-1.9668735265731812,-3.4106342792510986,-0.07109709829092026,-0.602165937423706,1.2468061447143555,0.5221003890037537 +422,-1.0045672750518426,1.405697280113046,-1.4829910418378638,-0.13869991898536682,-0.9864020943641663,-0.08816615492105484,0.6697561740875244,-2.4407620429992676,-0.7581261396408081,-0.4397912621498108,0.5173164010047913,0.06564414501190186 +423,-2.443762824591005,1.4651769830666628,-0.3014841465441282,-0.06774013489484787,-0.9944274425506592,0.0807790607213974,-1.7533568143844604,-0.8284671306610107,0.931533932685852,0.05704372376203537,-1.2469055652618408,-0.05839443951845169 +424,-1.132015597464914,1.4371152886485261,-1.5667407818865853,-0.1206570640206337,-0.9910779595375061,-0.05662338063120842,-1.429506778717041,1.8415372371673584,0.17390179634094238,0.3439236581325531,0.5837599039077759,0.19244182109832764 +425,-0.3334302541906643,1.4076863211493196,-2.2291568134006416,-0.05314714461565018,-0.9867270588874817,-0.15344388782978058,0.4131767451763153,1.1161938905715942,-1.079482913017273,0.43066486716270447,0.9872764348983765,0.06533963978290558 +426,2.936127036368956,1.4681500583800635,0.910687650768118,0.020905647426843643,-0.9947364926338196,0.10031182318925858,0.6903010606765747,0.6687121391296387,-1.6858477592468262,0.5971668362617493,-2.425307512283325,0.7398828268051147 +427,2.9176494901426953,1.5390145704713445,1.075707765921475,0.007057682145386934,-0.9994950294494629,0.03098689764738083,-0.02774772420525551,1.9978816509246826,1.6161588430404663,-0.06894734501838684,0.044004738330841064,-0.10804378986358643 +428,-1.3818048858056073,1.4395769453785625,-0.9823821765858974,-0.12851372361183167,-0.9914031028747559,-0.02458135597407818,-2.107341766357422,-2.595520257949829,-0.466528981924057,-0.7138782739639282,1.3743529319763184,0.4454187750816345 +429,-1.091085072376052,1.4478155124594185,-1.4941500128526397,-0.10882504284381866,-0.9924473762512207,-0.05661556124687195,1.9350751638412476,-3.0514121055603027,-1.10091233253479,-0.597977340221405,-0.0596613883972168,-0.03895026445388794 +430,-2.5999473100374617,1.480583506199384,-0.14987080425026836,-0.046445902436971664,-0.9959335923194885,0.0771951824426651,-2.17353892326355,-0.5160783529281616,0.9351710677146912,-0.07977481186389923,-0.642906129360199,-0.2727212905883789 +431,-0.7734645205948127,1.4671916096073976,-1.8670329545738549,-0.07225179672241211,-0.9946378469467163,-0.07399716228246689,-1.6353245973587036,2.336426258087158,0.08414319157600403,0.3224806487560272,0.9516842365264893,0.15378540754318237 +432,-0.370575402424541,1.4447411123576495,-2.174227345223951,-0.04553016647696495,-0.9920655488967896,-0.11718714982271194,1.1065194606781006,0.732693076133728,0.6873958706855774,0.7444590330123901,0.9324495196342468,0.08280909806489944 +433,2.7659986377026633,1.5150586816599791,1.1452041635190586,0.020434966310858727,-0.998447060585022,0.05182425305247307,-0.5699988603591919,0.2948951721191406,-1.2327969074249268,0.386074423789978,-1.119640588760376,-0.5908104181289673 +434,-2.114036547032602,1.5048235475108165,-0.20128368018449827,-0.05643438547849655,-0.9978246092796326,0.034077491611242294,-0.33597996830940247,-0.2783585786819458,2.371203660964966,-0.20859551429748535,0.5130071043968201,-0.17609107494354248 +435,-1.1160307062594172,1.4205035023908372,-1.3810136125380232,-0.13451069593429565,-0.9887272715568542,-0.06576851010322571,-0.7466035485267639,-0.9114421606063843,-0.1729116439819336,-0.27901774644851685,1.1086459159851074,0.4288514256477356 +436,-2.260150901178692,1.4888979811351162,-0.409202633343355,-0.06312662363052368,-0.9966481924057007,0.052032221108675,3.3772308826446533,-0.024763744324445724,-2.198650360107422,-1.037535548210144,-2.6585030555725098,0.1986849308013916 +437,-1.5665105037172697,1.495988668966994,-1.1229413645831414,-0.07473886758089066,-0.9972032308578491,-0.00032031952287070453,-1.0590076446533203,0.08146470785140991,0.4051019847393036,0.15512216091156006,0.08651280403137207,-0.02177441120147705 +438,-0.4335733132205763,1.4086808884806803,-2.1699902786179024,-0.06780930608510971,-0.98688805103302,-0.14647123217582703,-0.9599884152412415,0.23350442945957184,-0.594612717628479,0.2777091860771179,0.9849044680595398,-0.11619351804256439 +439,-0.4799578620676263,1.473881875736022,-2.100323897874237,-0.044679876416921616,-0.995307445526123,-0.08583085238933563,2.69826078414917,1.1110868453979492,0.4774894416332245,0.7560751438140869,0.19457197189331055,-0.07492047548294067 +440,2.328334919556293,1.479479932654903,1.5118300055599603,0.06625203788280487,-0.9958335757255554,0.06265968829393387,-1.3222342729568481,1.949477195739746,-0.05674384534358978,0.07026832550764084,-0.6171730160713196,-0.07706404477357864 +441,-1.9605509993003742,1.5162511123577052,-0.3723503952470248,-0.05042846128344536,-0.9985128045082092,0.02071440778672695,-0.4368048310279846,-1.7108391523361206,2.0459372997283936,-0.26730528473854065,0.697151780128479,-0.1306997537612915 +442,-1.06307915066848,1.4538285379190679,-1.5458049550879873,-0.10198046267032623,-0.9931670427322388,-0.05673840641975403,-0.5201708078384399,-1.8674501180648804,-0.3375082015991211,-0.32004714012145996,1.1795990467071533,0.3129640221595764 +443,-2.9974927404291667,1.4409557763291005,0.2590081804527055,-0.018593275919556618,-0.9915825724601746,0.12813609838485718,2.9081480503082275,0.7121310830116272,-2.0487687587738037,-0.7962413430213928,-3.1398110389709473,0.10156980156898499 +444,-1.8880576580487958,1.5181332767622286,-0.815121265664454,-0.05000904202461243,-0.9986135959625244,0.016420606523752213,-1.287097454071045,0.11047999560832977,0.36630141735076904,0.24895313382148743,0.26768726110458374,-0.12414765357971191 +445,-0.39336878735741965,1.4203991106690983,-2.21006677875081,-0.05743066966533661,-0.9887116551399231,-0.13838769495487213,-0.4154093265533447,-0.023240752518177032,-0.2780929505825043,0.3809322714805603,1.0949127674102783,-0.10566134750843048 +446,-1.4931538965261246,1.5018784610471103,-1.084920716424963,-0.0686563178896904,-0.9976261258125305,-0.005341381300240755,4.34883451461792,2.0232162475585938,-0.49948832392692566,0.6961435079574585,-0.477578341960907,-0.07821571826934814 +447,2.726107990777071,1.4527496558737074,1.132032673629279,0.04753728210926056,-0.9930405616760254,0.10775334388017654,-1.2545018196105957,2.2886922359466553,0.11086026579141617,0.020013362169265747,-0.5188002586364746,-0.08768796920776367 +448,-1.95193367134795,1.4566516087227732,-0.417717045972216,-0.10572472214698792,-0.9934925436973572,0.04236729070544243,-1.7211153507232666,-3.3443291187286377,0.9504397511482239,-0.856326699256897,1.1966023445129395,0.05582296848297119 +449,-1.1287764448455222,1.451052554292882,-1.5512571107843016,-0.10797605663537979,-0.9928392767906189,-0.05109971761703491,0.0011056414805352688,-2.8716022968292236,-0.0859367847442627,-0.1502789407968521,0.999293863773346,0.2215556502342224 +450,-2.9246473072223784,1.462406159857965,0.14191656801052044,-0.023284992203116417,-0.9941315054893494,0.10564197599887848,-0.49822157621383667,-0.03324565291404724,-0.24447263777256012,-0.09642021358013153,-1.6789031028747559,-0.26170897483825684 +451,-1.5911439549573472,1.4894954276671128,-1.2339208221549205,-0.08119388669729233,-0.9966968894004822,0.0016523310914635658,-1.319359540939331,0.48036131262779236,-0.05815752223134041,0.3194293677806854,0.45075273513793945,0.02369248867034912 +452,-0.4654072802440313,1.4100869573515322,-2.2986611117933133,-0.07181419432163239,-0.9871140122413635,-0.14299875497817993,-0.3807164430618286,-0.04065931215882301,0.02939973957836628,0.4949404001235962,1.0242080688476562,-0.05606740713119507 +453,-2.2533098497415316,1.495295801855816,-0.3446818555548955,-0.05853329971432686,-0.9971511960029602,0.047577448189258575,4.402426242828369,1.8996655941009521,-2.1497507095336914,0.6063390970230103,-1.7206833362579346,-0.5142828226089478 +454,2.2344658451346655,1.5263413543250175,1.5319119324501447,0.03500521555542946,-0.9990120530128479,0.027374131605029106,-0.780326247215271,1.196239948272705,1.3934216499328613,-0.06392061710357666,-0.18539029359817505,-0.24884021282196045 +455,-1.2449598930598713,1.391476639817788,-1.3458637936534577,-0.1689750999212265,-0.983965277671814,-0.05709320679306984,-1.072771430015564,-1.0966777801513672,0.40018367767333984,-0.6996924877166748,1.368380069732666,0.46412140130996704 +456,-0.9587126882606025,1.3844884200481633,-1.7445506329168516,-0.15160366892814636,-0.9826948046684265,-0.10642953962087631,0.23621222376823425,-2.618438243865967,-0.5624707341194153,-0.25548556447029114,0.685987651348114,0.16838020086288452 +457,-2.5747001891816437,1.4975496748212633,-0.11532800431003591,-0.03929969668388367,-0.997318685054779,0.06173441559076309,-2.09812331199646,1.0100592374801636,0.8531785607337952,0.26116248965263367,-0.849742591381073,0.018267400562763214 +458,-0.7131905461798553,1.4254831668073762,-1.897723923455268,-0.09473719447851181,-0.9894605875015259,-0.10951116681098938,-1.5318307876586914,1.0759702920913696,0.06725471466779709,0.32252037525177,0.8988233208656311,0.11678962409496307 +459,-0.3795623979727592,1.4192086145600487,-2.2067693484348903,-0.05595080554485321,-0.988532543182373,-0.14026084542274475,0.7688924074172974,-0.350968599319458,0.25852566957473755,0.5654723048210144,1.1214823722839355,0.04026997089385986 +460,-2.7762985594180027,1.4583394879217806,0.35058000337600476,-0.040087249130010605,-0.993683397769928,0.10481446981430054,0.5546900629997253,2.2270987033843994,-2.0518250465393066,0.6688104271888733,-2.48075795173645,0.6918315887451172 +461,-2.5341180872070597,1.5295814859884727,0.1826231528133967,-0.023517612367868423,-0.999150812625885,0.0338301919400692,-0.2599698007106781,0.3812396824359894,1.9916186332702637,-0.07769393920898438,0.042134881019592285,-0.2794966697692871 +462,-1.4401440731922006,1.4005709076797028,-1.0848450849530207,-0.1679604947566986,-0.9855465888977051,-0.02207013964653015,-1.3364076614379883,-1.962200403213501,-0.43286561965942383,-0.7058645486831665,1.3989834785461426,0.5785276889801025 +463,-1.6430763937143453,1.460255093260379,-1.0402170484505944,-0.11002838611602783,-0.9938965439796448,0.007966737262904644,2.654510021209717,0.052384234964847565,-1.7116827964782715,-0.9620541334152222,-1.337432861328125,0.2463667392730713 +464,-1.9921813701324709,1.5144658047789628,-0.6712908598769224,-0.051375821232795715,-0.9984138607978821,0.023028433322906494,-1.5260918140411377,0.16415084898471832,0.9071377515792847,0.17193549871444702,-0.14829939603805542,-0.008578300476074219 +465,-0.54022197046956,1.4333389129524394,-1.987632331083324,-0.07047553360462189,-0.9905676245689392,-0.11751183122396469,-0.6439696550369263,1.1177113056182861,-0.36606040596961975,0.3106031119823456,0.9611486792564392,-0.1096000000834465 +466,-0.1054712297564554,1.480587066122111,-2.4286529780456116,-0.009484026581048965,-0.9959338903427124,-0.08958683162927628,1.6878379583358765,-0.4155673682689667,0.5850396752357483,0.7511069774627686,0.4959339499473572,-0.19616448879241943 +467,2.6506141372699505,1.4887072182429504,1.2067477861621625,0.038661178201436996,-0.9966325759887695,0.07231176644563675,-0.793045699596405,0.22571906447410583,-0.24320079386234283,0.1064651608467102,-0.42472362518310547,-0.18704259395599365 +468,-1.923801263805565,1.482022133865953,-0.44807552164463404,-0.08318968117237091,-0.996062159538269,0.03065020591020584,-0.5708150267601013,-1.2179467678070068,1.9027564525604248,-0.2059643566608429,0.7934255599975586,-0.04532921686768532 +469,-1.2136636823767057,1.4514710744778663,-1.3904941845488248,-0.1115306094288826,-0.9928891658782959,-0.04161572456359863,-0.5879592299461365,-2.634944438934326,-0.5363782048225403,-0.3429676592350006,1.064620852470398,0.17780041694641113 +470,-3.0369218289342923,1.4709183286799854,0.2999243393850186,-0.010417932644486427,-0.99501633644104,0.09916668385267258,-0.01875501126050949,0.7735230922698975,-0.6883994936943054,-0.15327835083007812,-1.8570802211761475,0.0798952579498291 +471,-0.6445009759064869,1.4803951194933005,-2.0795356190921823,-0.054238446056842804,-0.9959166049957275,-0.07216748595237732,-1.9824445247650146,1.455740213394165,0.2244335114955902,0.2574702501296997,0.5980895757675171,0.15950877964496613 +472,0.05101971126068536,1.3801791649630926,-2.7168291221195475,0.009662218391895294,-0.9818875193595886,-0.1892177164554596,0.40521952509880066,0.19783808290958405,-1.2904226779937744,0.2758144736289978,1.124236822128296,0.07891198992729187 +473,2.7060980966460644,1.5233145433085042,0.9103504190618827,0.020022695884108543,-0.9988729357719421,0.043032895773649216,5.062835216522217,1.3486789464950562,-0.7804402709007263,0.5036742091178894,-2.5980050563812256,-0.5533325672149658 +474,2.6843794753871477,1.4938920887002118,1.062079406514645,0.03391522541642189,-0.9970443248748779,0.0689358189702034,0.2264741063117981,0.4736337661743164,1.6235042810440063,-0.07560223340988159,-0.2898818254470825,-0.23609578609466553 +475,-1.8174634983417488,1.435995379342516,-0.9184555433380643,-0.13032527267932892,-0.9909281134605408,0.032815225422382355,-1.6319730281829834,-1.6109246015548706,0.6458896398544312,-0.5437164902687073,1.207374095916748,0.33446383476257324 +476,-1.4521235430052521,1.4500898193476808,-1.4190944030186738,-0.11956653743982315,-0.992723822593689,-0.014256280846893787,0.7485160827636719,-2.273766279220581,-0.8741430640220642,-0.29292431473731995,0.654253363609314,0.020726025104522705 +477,-3.072940977634863,1.503501790704265,0.1997258014829717,-0.00461261672899127,-0.9977365732192993,0.06708311289548874,-2.3261468410491943,-1.5036582946777344,1.2546908855438232,0.18472735583782196,-0.9789020419120789,-0.16692139208316803 +478,-0.3524958066461956,1.4263090725926544,-2.498710366464869,-0.04970981925725937,-0.9895798563957214,-0.13513264060020447,-1.4269036054611206,0.8403540849685669,-0.3484272360801697,0.21670199930667877,0.8930984139442444,-0.09255899488925934 +479,0.09468258475192205,1.4282170126402889,-3.0240725718608656,0.013433942571282387,-0.989852786064148,-0.14145974814891815,1.327844262123108,-0.8834317326545715,-0.9349247813224792,0.31960439682006836,0.9234618544578552,-0.06003253161907196 +480,3.0588759133287815,1.419781624957128,0.5416627166801179,0.012429784052073956,-0.9886189103126526,0.14992639422416687,-1.3948723077774048,2.805147409439087,-0.11784191429615021,0.486135870218277,-0.8106973767280579,-0.011681810021400452 +481,2.690294899126053,1.5209436220780677,1.1103511487509279,0.021732177585363388,-0.9987576007843018,0.044840358197689056,0.27971047163009644,0.7784739136695862,0.7046607136726379,-0.040912482887506485,0.3215879797935486,-0.20926904678344727 +482,-1.5470011417510756,1.4771878537727294,-1.105071317534654,-0.09344631433486938,-0.995621919631958,-0.002223992021754384,-1.6664979457855225,-3.1024234294891357,0.20966537296772003,-0.7878860831260681,1.3360302448272705,0.30045706033706665 +483,-2.5409606395472695,1.513521160158934,-0.34188373915013137,-0.03235346078872681,-0.9983602166175842,0.04722684621810913,3.6899168491363525,-0.006256725173443556,-1.541722297668457,-0.9662122130393982,-1.3906779289245605,0.02024746686220169 +484,2.671076143833715,1.5409967222695145,0.7063403197282319,0.013506943359971046,-0.9995560050010681,0.02655627764761448,-2.214674472808838,-0.41594409942626953,1.0048266649246216,0.188015878200531,-0.3285231590270996,-0.04733872413635254 +485,-0.18883735172386928,1.3948762412589866,-2.7032962795397593,-0.03285311535000801,-0.9845659136772156,-0.1719028204679489,-0.9544753432273865,-0.5940799117088318,-0.19067499041557312,0.1784524917602539,0.9753496050834656,-0.06502038240432739 +486,0.21424884303772695,1.4865528431432051,-3.1023463693703413,0.017890116199851036,-0.9964536428451538,-0.08222001045942307,2.660320520401001,1.4222315549850464,-0.2553224563598633,0.6515740156173706,0.3248075246810913,-0.12833601236343384 +487,2.2708931812612523,1.42430769413914,1.2804238047493641,0.11163190752267838,-0.9892897009849548,0.09404473751783371,-1.0434815883636475,0.42176562547683716,-0.9994423389434814,0.11171101033687592,-0.5868822336196899,-0.09322081506252289 +488,-2.628554263109048,1.484648480896201,-0.01566390820762871,-0.04223127290606499,-0.9962915778160095,0.07496392726898193,-0.42166808247566223,-1.2998541593551636,2.8381199836730957,-0.3626301884651184,0.6831812262535095,-0.12209833413362503 +489,-0.9379025771604126,1.4627485446522424,-1.9121465784216114,-0.08695108443498611,-0.9941685199737549,-0.06378351151943207,-1.2132446765899658,-2.152198553085327,-0.45900699496269226,-0.1866237372159958,1.1718723773956299,0.24305903911590576 +490,2.8402619152035733,1.4625533058108737,0.4214975917546895,0.03206328675150871,-0.9941474199295044,0.1031654104590416,3.390986680984497,0.9480246305465698,-2.7153806686401367,-0.7736862301826477,-3.0017480850219727,0.2215263992547989 +491,0.5430086087575068,1.5420930881281718,2.7056324059864516,0.01482853852212429,-0.9995880722999573,-0.024569815024733543,-0.9827368259429932,-0.323277086019516,0.6445064544677734,0.06404414772987366,0.36569225788116455,0.021212875843048096 +492,-0.2086014331662547,1.4392651497846347,-2.7599111745627622,-0.027160530909895897,-0.9913622140884399,-0.12830892205238342,-0.36622413992881775,0.1411283165216446,0.05056183785200119,0.19541919231414795,0.9737231135368347,-0.0801108330488205 +493,-2.3691428923265296,1.525528574171582,-0.48489402905562784,-0.03158263862133026,-0.9989755749702454,0.032411303371191025,4.774749279022217,4.044349193572998,-0.9278312921524048,0.8104217648506165,-1.187105417251587,-0.2099626064300537 +494,2.4649216912163014,1.429323481251973,1.0806273260808976,0.08829585462808609,-0.9900093674659729,0.10993418842554092,-0.22942639887332916,1.6491377353668213,-0.34364834427833557,0.02765568345785141,-0.4341545104980469,-0.03176341950893402 +495,-2.155645436845621,1.4521391840627842,-0.6556370497797737,-0.09870374202728271,-0.9929684996604919,0.06535383313894272,-2.190657377243042,-3.5224931240081787,1.242894172668457,-0.8456474542617798,1.2111692428588867,0.18844568729400635 +496,-1.1731778111153117,1.4623045877462268,-1.873110375061222,-0.09983222931623459,-0.9941205382347107,-0.04192842170596123,0.28493061661720276,-2.6559505462646484,-0.3438323140144348,-0.2760832905769348,0.8570203185081482,0.1861392855644226 +497,2.989816042776768,1.4009108437952802,0.07374429350434006,0.02556249126791954,-0.9856041073799133,0.16712655127048492,-1.0409601926803589,0.07721314579248428,0.1947081834077835,0.05450037866830826,-2.2123939990997314,-0.016018733382225037 +498,-2.0637896682966455,1.5160751074613095,-1.0824143861137037,-0.04818333312869072,-0.9985031485557556,0.02588597685098648,-1.4990922212600708,2.4516232013702393,0.6378034949302673,0.3645437955856323,0.5652602314949036,0.368507981300354 +499,-0.7017414749679064,1.4421638834715156,-2.263962737465768,-0.08280953764915466,-0.9917382597923279,-0.09796818345785141,-0.333330899477005,1.008489966392517,0.460536926984787,0.5120240449905396,0.9869012832641602,0.008505895733833313 +500,-1.8185701971787491,1.4981739449121532,-1.0232834807362865,-0.07034178823232651,-0.9973641633987427,0.017794501036405563,5.172429084777832,2.088390588760376,-2.5012214183807373,0.4895465075969696,-1.1657826900482178,-0.33046233654022217 +501,2.642992349296446,1.4292271688981641,0.8047298889767894,0.06747257709503174,-0.9899958372116089,0.12391966581344604,-0.5713045597076416,0.9629096984863281,1.9028799533843994,-0.13935673236846924,-0.6384375095367432,-0.14473257958889008 +502,-1.6940276717429847,1.4380618872450985,-1.2620019485555938,-0.13134168088436127,-0.9912037253379822,0.016267841681838036,-1.7926915884017944,-1.9178842306137085,0.03039814531803131,-0.6952574253082275,1.133507251739502,0.4717693328857422 +503,-0.9591280264754704,1.4098246902169411,-2.0924052998687026,-0.13121740520000458,-0.9870719909667969,-0.09203655272722244,0.03528355062007904,-2.6275436878204346,-0.20864124596118927,-0.30681663751602173,0.7160607576370239,0.09263164550065994 +504,-2.9768541040709264,1.4517661324001976,-0.13098595464063884,-0.01947428658604622,-0.9929242730140686,0.1171419620513916,-1.895774245262146,0.36937275528907776,-0.24415913224220276,0.22482706606388092,-1.0384783744812012,-0.014602899551391602 +505,-0.918411541257852,1.4556437095957024,-2.1725925770055494,-0.09130270779132843,-0.9933772683143616,-0.06975291669368744,-1.3996061086654663,1.223736047744751,0.5540465116500854,0.26879292726516724,0.7763667702674866,0.05888867378234863 +506,-0.4898435570877806,1.4098466422990765,-2.480909928928447,-0.07539819926023483,-0.9870755076408386,-0.14141036570072174,0.23655518889427185,1.37074613571167,-0.25174596905708313,0.44650721549987793,0.9920194745063782,0.17433883249759674 +507,-3.131469664670743,1.4680764466354397,0.3732346073520793,-0.0010379980085417628,-0.9947289228439331,0.1025351881980896,1.156583309173584,2.2039895057678223,-2.0956156253814697,0.9704899191856384,-2.418524742126465,0.9962654113769531 +508,2.8833730420210246,1.504385478899766,0.6999466394801934,0.016946252435445786,-0.997795581817627,0.06416214257478714,-0.07077223807573318,0.4131211042404175,2.3452610969543457,-0.09891647100448608,-0.017753124237060547,-0.25024306774139404 +509,-1.3285636884094962,1.3993036869108364,-1.63445219858914,-0.16567182540893555,-0.985331118106842,-0.04093491658568382,-2.1633167266845703,-2.7655727863311768,-0.29235929250717163,-0.662712574005127,1.4283699989318848,0.6781266927719116 +510,-1.4633921479463408,1.4486107543779325,-1.6921814853813215,-0.1211807057261467,-0.9925446510314941,-0.01306559331715107,2.976245641708374,0.3611726760864258,-1.6917647123336792,-0.9024551510810852,-0.7683044672012329,0.5063059329986572 +511,-2.447504569693705,1.5181312797905495,-0.6133386370226911,-0.03367255628108978,-0.9986135363578796,0.040460530668497086,-1.8588218688964844,0.06475937366485596,1.0889196395874023,0.24541877210140228,-0.3653848171234131,-0.39431190490722656 +512,-0.7992210863494412,1.441973276860906,-2.203529436767316,-0.09208744764328003,-0.9917137622833252,-0.08957616984844208,-1.435407280921936,0.6313689947128296,0.22073251008987427,0.38060063123703003,0.9349968433380127,-0.03791099786758423 +513,-0.8804642524784777,1.4310837027242116,-2.1220319037076654,-0.10737324506044388,-0.9902560710906982,-0.08867897838354111,1.9268971681594849,1.5656347274780273,0.31633952260017395,0.7632570266723633,0.6461398601531982,0.09012854099273682 +514,2.9227210608133456,1.3534935240833508,0.5189254843369585,0.04681224748492241,-0.9764825105667114,0.21045371890068054,-1.1375985145568848,-1.2387948036193848,-1.504315733909607,0.352464497089386,-1.0411720275878906,-0.205936998128891 +515,-1.9088475258229243,1.463322955589921,-0.9433508328243825,-0.10119442641735077,-0.9942302703857422,0.03557446599006653,-0.7854261994361877,-0.9121368527412415,2.38462233543396,-0.8091601729393005,0.697004497051239,-0.24716806411743164 +516,-1.4360113102707217,1.457625245289642,-1.6127602449886727,-0.11190519481897354,-0.993602991104126,-0.015175150707364082,-0.32139626145362854,-1.0935813188552856,-0.03451472520828247,0.05692778527736664,0.984752893447876,0.4630969166755676 +517,-2.523761209072382,1.488390983433904,-0.6767055660870359,-0.04768160358071327,-0.9966065883636475,0.06709668040275574,3.749093770980835,1.7182683944702148,-2.2355852127075195,-1.1451895236968994,-2.035635471343994,0.5150718688964844 +518,-2.143319887516354,1.5323226392837068,-1.0532728023782494,-0.03232830390334129,-0.9992600083351135,0.020836712792515755,-0.5673391222953796,-0.4359189569950104,0.9630972743034363,0.07428997755050659,-0.046119511127471924,-0.0672692060470581 +519,-0.5278639299177362,1.456982376818672,-2.557277369508779,-0.057202812284231186,-0.9935301542282104,-0.0981094166636467,-1.1217312812805176,1.107422113418579,-0.5450726747512817,0.343808650970459,0.9471282958984375,0.07094879448413849 +520,-0.6633328789420895,1.498519094972689,-2.3890818362095607,-0.04446718469262123,-0.9973891377449036,-0.05690275877714157,2.917051076889038,0.9531747102737427,1.0154119729995728,0.8687775135040283,0.430219829082489,-0.06046784669160843 +521,2.8077675292528013,1.4271338297948124,0.46150811057924834,0.04691064730286598,-0.9896982908248901,0.13526543974876404,-2.6626296043395996,0.6205809116363525,0.08086865395307541,0.01305638998746872,-0.6947194337844849,-0.029933929443359375 +522,-2.0235790672838667,1.4465882375507435,-0.9309601244128543,-0.11140498518943787,-0.9922960996627808,0.054197609424591064,-1.069468379020691,-2.8892228603363037,1.5643136501312256,-0.7862695455551147,0.7603319883346558,0.03515779972076416 +523,-1.0329165419413497,1.4317457644371943,-2.109519985502208,-0.11903166025876999,-0.9903480410575867,-0.07100848853588104,-0.4369758367538452,-0.7743955254554749,-0.010504680685698986,0.014920949935913086,1.1059486865997314,0.20830702781677246 +524,-2.550523171313445,1.4560277397985366,-0.7327740434959611,-0.06381458789110184,-0.9934213161468506,0.09508873522281647,4.489600658416748,-0.8872869610786438,-2.104980945587158,-1.2210211753845215,-2.687563180923462,-0.22404074668884277 +525,-1.845651406195152,1.5063536276380864,-1.5287407074198238,-0.061981793493032455,-0.997924268245697,0.017478380352258682,-0.4373014271259308,-0.5765191316604614,0.9144274592399597,-0.016448386013507843,-0.04744011163711548,-0.048758864402770996 +526,-0.7326040691262057,1.4285107820388177,-2.4157095139096514,-0.09484123438596725,-0.989894449710846,-0.10542388260364532,-1.3865830898284912,2.0100183486938477,-0.21658550202846527,0.29154226183891296,0.9217333793640137,-0.09075839817523956 +527,-0.45094392832691094,1.4151100789874957,-2.658278218446966,-0.06757655739784241,-0.9879053831100464,-0.1395576000213623,1.5060592889785767,-0.07847751677036285,0.9672082662582397,0.8028823733329773,0.5627192258834839,-0.0159294456243515 +528,2.4835652208431642,1.4292607567439126,0.7986358139657509,0.08626898378133774,-0.9900005459785461,0.11161018908023834,-1.516068696975708,-1.6572481393814087,-0.3440183401107788,0.16434137523174286,-0.8645070195198059,-0.35202765464782715 +529,-2.169229817021157,1.4536155400450155,-0.81977320852071,-0.09659599512815475,-0.9931421875953674,0.06586296856403351,-0.5336636304855347,-1.1638306379318237,2.3495357036590576,-0.45836615562438965,0.5994349122047424,-0.20892930030822754 +530,-0.9716573057993437,1.4236081808528707,-2.097247474895354,-0.12111291289329529,-0.9891873598098755,-0.0827048122882843,-1.0239989757537842,-0.10260336101055145,-0.45552122592926025,-0.2058371603488922,1.2180997133255005,0.3038199543952942 +531,-1.8024558609454806,1.4812931984709394,-1.39350601481524,-0.0869976058602333,-0.9959972500801086,0.020522262901067734,4.259463310241699,-0.4202101230621338,-1.9838922023773193,-1.392799735069275,-2.1597492694854736,-0.23884499073028564 +532,-1.4054094788432405,1.5358371037268994,-1.8407986031136059,-0.03447718545794487,-0.9993889927864075,-0.005754637531936169,-0.7795966863632202,-1.4293830394744873,0.7145510911941528,0.01705165207386017,-0.12744206190109253,-0.13487035036087036 +533,-0.48507350065379323,1.437184356161183,-2.6497029627851205,-0.062114886939525604,-0.9910871982574463,-0.11784793436527252,-0.9155193567276001,0.7606093287467957,-0.07640253007411957,0.191326305270195,1.0114880800247192,-0.17519713938236237 +534,-0.47800798552631124,1.4363712922965526,-2.6406693635354217,-0.06165092810988426,-0.9909785389900208,-0.11899850517511368,1.3025352954864502,-0.32437068223953247,1.2763506174087524,0.6999871134757996,0.777004599571228,-0.10208611935377121 +535,-3.02689014621896,1.4550420838520397,-0.010969295338685838,-0.013218649663031101,-0.9933079481124878,0.11473704874515533,-1.421645164489746,-1.0412038564682007,-0.7822780609130859,0.26987147331237793,-0.5692378282546997,-0.2588869333267212 +536,-2.427356659397229,1.4308316138419666,-0.5252834713243677,-0.09138378500938416,-0.9902209043502808,0.10541187971830368,-0.182119682431221,0.36254197359085083,1.9347482919692993,-0.17791858315467834,0.30224788188934326,-0.2704356908798218 +537,-1.4448227700938152,1.4072176239202343,-1.5927382492058633,-0.1615593433380127,-0.986650824546814,-0.020460551604628563,-1.5013805627822876,-0.6182263493537903,-0.6786645650863647,-0.5126349925994873,1.2839837074279785,0.3361038565635681 +538,-1.638630707865338,1.430105076969521,-1.5438751557872017,-0.13990578055381775,-0.9901192784309387,0.009505005553364754,1.466761589050293,-2.5120787620544434,-0.16993650794029236,-0.13820090889930725,0.7925484776496887,0.02639901638031006 +539,-2.794884428422569,1.4394255140309056,-0.38619260034930747,-0.04451233893632889,-0.9913832545280457,0.12319961935281754,-2.7628159523010254,-1.0590208768844604,0.31339001655578613,0.2597070336341858,-0.7519945502281189,-0.32101452350616455 +540,-1.455160797102462,1.4667343685435503,-1.7315426087872854,-0.10318128019571304,-0.9945904612541199,-0.011984888464212418,-1.9813655614852905,2.602828025817871,0.37588876485824585,0.31887951493263245,0.4431834816932678,0.3239660859107971 +541,-0.2687897334457392,1.3929972505825248,-2.779435528289756,-0.0469689778983593,-0.9842353463172913,-0.1705137938261032,-0.24892237782478333,0.003179240971803665,-1.1359153985977173,0.2146172821521759,1.095853328704834,-0.02324230968952179 +542,-2.974273512491551,1.5092111331724845,-0.10121596201857198,-0.01025022566318512,-0.9981042146682739,0.060688767582178116,5.994152545928955,1.727253794670105,-1.4140876531600952,0.6813164949417114,-2.604755401611328,-0.29510951042175293 +543,-3.050384716829307,1.5199605820425381,0.07995075306946398,-0.004628273192793131,-0.9987081289291382,0.05060340464115143,-0.9741144776344299,1.8505117893218994,0.9139793515205383,0.033421605825424194,-0.11519873142242432,-0.26427221298217773 +544,-1.4167262769508946,1.4000868350685651,-1.4102695780248895,-0.16786859929561615,-0.9854645133018494,-0.026070130988955498,-0.8912205696105957,0.551936686038971,1.3674215078353882,-0.29000186920166016,1.0959687232971191,0.21236467361450195 +545,-1.0194189428605447,1.360613419933045,-2.055292081827872,-0.17771907150745392,-0.9779927730560303,-0.10929758101701736,-0.046756576746702194,-3.3262248039245605,-0.7995392680168152,-0.3735199272632599,0.822963535785675,0.25971871614456177 +546,-2.720680271374414,1.4430614307274927,-0.46937330383934706,-0.052050117403268814,-0.9918529987335205,0.11626963317394257,-1.4642431735992432,-0.4626089930534363,0.21926096081733704,0.10026788711547852,-1.492400050163269,-0.02265690267086029 +547,-1.3384439770880616,1.4457755846771685,-1.8398742033674695,-0.12134450674057007,-0.9921950697898865,-0.028713271021842957,-1.3021119832992554,2.940640687942505,0.4571838676929474,0.30177968740463257,0.4650954604148865,0.36396414041519165 +548,-0.5446371987745688,1.4143017804047322,-2.502869656658694,-0.08075020462274551,-0.9877796769142151,-0.13330601155757904,-0.17780087888240814,-0.26607540249824524,-0.9959973096847534,0.2848212718963623,1.060335397720337,-0.009562000632286072 +549,-2.122318643190651,1.5049610200702497,-0.9165842754962495,-0.056034039705991745,-0.9978336095809937,0.03447223827242851,5.508997440338135,2.840324640274048,-0.9779170751571655,0.7018470168113708,-1.9290003776550293,-0.3413112163543701 +550,2.7069476127815273,1.503897768516655,0.6586823808179657,0.028148571029305458,-0.9977630972862244,0.06063168868422508,-0.9952672123908997,1.0508569478988647,1.109209656715393,-0.048976823687553406,-0.3148130178451538,-0.1425408273935318 +551,-1.4884858515650552,1.3857192985315436,-1.480670048547636,-0.18339903652668,-0.9829220771789551,-0.015129845589399338,-1.4652483463287354,-2.547429084777832,0.32245364785194397,-0.7120019197463989,1.3166470527648926,0.36411356925964355 +552,-1.198561388348846,1.394320935015936,-1.9751549443335463,-0.1635381281375885,-0.9844685792922974,-0.0638512670993805,0.288180410861969,-2.2308270931243896,-0.36174750328063965,-0.162313312292099,0.8615742921829224,0.18781369924545288 +553,-2.6111031071284625,1.456105983992313,-0.5716439385327655,-0.057901494204998016,-0.9934302568435669,0.09871118515729904,-2.3780176639556885,-0.2557741105556488,0.15316711366176605,0.1357823610305786,-0.9734734296798706,-0.28502094745635986 +554,-1.317596922730237,1.4335518336178958,-1.870089992462561,-0.1324520856142044,-0.9905967712402344,-0.034272339195013046,-1.5323283672332764,2.5120906829833984,0.6433146595954895,0.3821927309036255,0.3547325134277344,0.5464031100273132 +555,-0.44500985231323353,1.3859133297358246,-2.5844090115692397,-0.07913336902856827,-0.9829577803611755,-0.16592752933502197,0.28733760118484497,0.1261678785085678,-0.9343270063400269,0.39390692114830017,1.0400867462158203,0.016620278358459473 +556,-1.6283023895260476,1.4696829380178096,-1.4111891042523705,-0.10077454149723053,-0.994892418384552,0.005801543593406677,5.193164348602295,1.3049488067626953,-0.42178821563720703,0.7144219875335693,-1.3622090816497803,-0.21716618537902832 +557,-2.8944370457897044,1.5092514960840833,-0.024769867242383798,-0.015047839842736721,-0.9981067180633545,0.05963927507400513,-1.2910199165344238,2.0995185375213623,0.840167760848999,-0.02157326228916645,-0.42695748805999756,-0.32653069496154785 +558,-1.5378305095907285,1.3687079240727469,-1.3358034443529658,-0.20060640573501587,-0.979649543762207,-0.006615550722926855,-1.0811454057693481,-1.4475314617156982,0.4649994671344757,-0.7748574018478394,1.246006965637207,0.3161095380783081 +559,-0.9561762018692928,1.364291705394689,-2.0518614858961755,-0.16751590371131897,-0.9787535667419434,-0.11823577433824539,-0.46909230947494507,-2.847158908843994,-0.3311416208744049,-0.09133417904376984,0.8761078119277954,0.1372024416923523 +560,-2.4011875666984874,1.445510484800584,-0.8057716014046528,-0.08429574966430664,-0.9921619892120361,0.09224418550729752,-0.8356009125709534,-0.2587200701236725,-0.005843409337103367,-0.25669240951538086,-1.925577998161316,0.018168337643146515 +561,-1.0867212729474658,1.425319562429961,-2.148275063493729,-0.12830930948257446,-0.98943692445755,-0.06746521592140198,-1.4823265075683594,1.2190518379211426,-0.06355958431959152,0.38653379678726196,0.5884816646575928,0.3785461187362671 +562,-0.33433369317086714,1.3816634266818786,-2.769383434161757,-0.0616927444934845,-0.9821676015853882,-0.17759734392166138,0.21369141340255737,0.23551031947135925,-1.1050987243652344,0.3051314651966095,1.0654807090759277,0.05677825212478638 +563,2.401000067165707,1.491664393264386,0.7781772700254165,0.053336504846811295,-0.9968706965446472,0.058343756943941116,6.681206226348877,2.0131123065948486,-1.7730838060379028,0.4822622537612915,-2.101182222366333,-0.580224871635437 +564,2.488400451495512,1.4728362445945842,0.9704364971451748,0.05943874269723892,-0.9952057600021362,0.07767194509506226,-0.8835608959197998,2.568857192993164,0.526275098323822,0.07116124033927917,-0.1272309422492981,-0.283223032951355 +565,-1.8319838422046604,1.4633403256349458,-1.0153504104000879,-0.10361155867576599,-0.994232177734375,0.027694696560502052,-1.3324137926101685,-2.8476064205169678,1.3239063024520874,-0.491389662027359,0.9863587021827698,0.2403564453125 +566,-1.2391003356487371,1.4522313604731438,-1.893412867598632,-0.11183957010507584,-0.9929794073104858,-0.03851989284157753,0.5099738836288452,-2.1975417137145996,-0.6867839097976685,-0.4068219065666199,0.6727584600448608,0.17256832122802734 +567,-3.08475223468736,1.474988773747568,-0.08326815785530015,-0.00543447770178318,-0.9954139590263367,0.09550639986991882,-2.0877299308776855,-0.7867854237556458,0.7881767153739929,0.20204398036003113,-1.166100263595581,-0.4519822597503662 +568,-0.9490982404603412,1.4912056494635617,-2.224922895376102,-0.06463119387626648,-0.9968343377113342,-0.04630667716264725,-1.619231104850769,2.3601460456848145,0.23379036784172058,0.299082487821579,0.6510395407676697,0.2804223299026489 +569,-0.09674973754106231,1.4248867885470762,-2.9705626696344924,-0.01404478121548891,-0.9893741011619568,-0.14471286535263062,0.06940241158008575,0.17439036071300507,-1.056066632270813,0.31268981099128723,1.0633639097213745,0.08740085363388062 +570,2.488427709756411,1.4466159797471554,0.8250197932116307,0.07527074962854385,-0.992299497127533,0.09836608171463013,2.125560998916626,3.6598947048187256,-1.3744617700576782,0.6330574750900269,-2.7910714149475098,1.0446698665618896 +571,2.220391493352601,1.466392924628131,1.219233251043509,0.08298918604850769,-0.9945549368858337,0.063035748898983,-0.0959828570485115,1.1334452629089355,1.5504809617996216,-0.1415981948375702,-0.20638811588287354,-0.2312791347503662 +572,-1.4422661249124804,1.48744392183598,-1.4753953015354644,-0.08256854861974716,-0.9965282082557678,-0.01067137997597456,-1.78309965133667,-1.8075416088104248,0.14900848269462585,-0.8107420206069946,1.2002636194229126,0.42496275901794434 +573,-0.8890789379473084,1.4617936569800156,-2.1815267389485062,-0.08447285741567612,-0.9940651059150696,-0.0685502141714096,0.6818580627441406,-2.6032376289367676,-0.5486137866973877,-0.3210142254829407,0.668106734752655,0.002189747989177704 +574,-2.1658244590656737,1.523150883326733,-0.9838252133061168,-0.039442818611860275,-0.9988651871681213,0.026697369292378426,-1.3869166374206543,-0.2339460849761963,0.3424053490161896,0.009489819407463074,-0.9621486067771912,-0.3189030885696411 +575,-0.594823800753877,1.4384588082139533,-2.6010233414404946,-0.07394081354141235,-0.9912561774253845,-0.10928861051797867,-1.6304115056991577,1.0255963802337646,-0.04347534850239754,0.37553077936172485,0.5272669196128845,0.34706634283065796 +576,-0.12222573193745766,1.3759237677411447,-3.0654630301084183,-0.023609109222888947,-0.9810723662376404,-0.1921970546245575,0.2626432776451111,-0.4508560597896576,-0.8076308965682983,0.20169442892074585,1.0381250381469727,0.10575604438781738 +577,2.2699826873540654,1.5004858358952617,0.8198733269641084,0.05376860499382019,-0.9975292086601257,0.045213937759399414,5.623966693878174,3.1259446144104004,-1.6273787021636963,0.4917483627796173,-2.262282133102417,-0.4547293186187744 +578,1.7708780388048786,1.5015205816626698,1.602864907990272,0.067839615046978,-0.9976013898849487,0.013757542707026005,-0.8601343035697937,1.2819139957427979,0.5986897945404053,0.043488502502441406,-0.20686638355255127,-0.2002047300338745 +579,-1.4352284223830531,1.4823514905445137,-1.518474422980403,-0.08751925826072693,-0.9960913062095642,-0.01193802710622549,-1.0707281827926636,-2.4321486949920654,1.6137603521347046,-0.5263265371322632,1.027646541595459,0.30486100912094116 +580,-1.3311779849677974,1.4500510502078532,-1.8591374196838264,-0.11701047420501709,-0.9927191138267517,-0.028587089851498604,0.7329238653182983,-2.2380881309509277,-1.1064105033874512,-0.4074188470840454,0.485654354095459,0.21611756086349487 +581,-2.561953228488053,1.4853856822953535,-0.7088486221099951,-0.04672486335039139,-0.9963546991348267,0.07137345522642136,-1.5658668279647827,-1.2885301113128662,1.0997627973556519,0.09756714850664139,-1.129286289215088,-0.12902116775512695 +582,-0.9635121637618493,1.4376062232239748,-2.255157795101243,-0.10905276983976364,-0.9911432862281799,-0.075779028236866,-1.5093939304351807,1.7848817110061646,0.07988205552101135,0.37153446674346924,0.7673426866531372,-0.013729028403759003 +583,-0.42541394112477643,1.4704847108582815,-2.7424843614554324,-0.041329190135002136,-0.9949730038642883,-0.09121791273355484,1.1493594646453857,-0.29024696350097656,-0.3259586691856384,0.5152671933174133,0.9952324032783508,-0.03907686471939087 +584,-3.062888834382865,1.422862394370388,0.1191793411812458,-0.011588593944907188,-0.9890776872634888,0.14693894982337952,0.15027695894241333,2.4967095851898193,-1.5080900192260742,0.546576976776123,-1.5583465099334717,0.08761918544769287 +585,-3.0785877888579654,1.4895740283274492,0.26383574106258234,-0.005108366254717112,-0.9967032670974731,0.0809716060757637,-0.014060122892260551,0.7572109699249268,1.6587810516357422,-0.13235807418823242,0.13835066556930542,-0.1371544599533081 +586,-1.6148519827771064,1.4170074979658729,-1.4401363016556041,-0.15303398668766022,-0.9881978034973145,0.006746378261595964,-1.0617899894714355,-1.6608422994613647,-0.07974568754434586,-0.4900629222393036,1.387459397315979,0.48988139629364014 +587,-2.290188068569332,1.4644532393957705,-0.8416111507421568,-0.07984096556901932,-0.9943509101867676,0.06994006782770157,2.611515998840332,1.4914608001708984,-2.2497665882110596,-1.0357290506362915,-1.9559664726257324,0.37624216079711914 +588,-1.1992461285708869,1.5233710473481459,-1.7533982243497632,-0.04417438805103302,-0.998875617980957,-0.01721244491636753,-1.7858651876449585,1.166413426399231,0.7936383485794067,0.2951814532279968,-0.056666433811187744,0.01429801993072033 +589,-0.09763634568070333,1.3834666938715041,-2.693627053822867,-0.018154537305235863,-0.9825050830841064,-0.18534913659095764,-0.38778156042099,-0.05379285290837288,-0.8886085152626038,0.3243831694126129,0.997077226638794,0.16822880506515503 +590,0.4016141531590831,1.470621661447112,2.982854044000013,0.03909369930624962,-0.9949867129325867,-0.09205076098442078,2.725001335144043,-1.677548885345459,0.4288528561592102,0.4939873516559601,0.5344153046607971,-0.24895262718200684 +591,2.70933117130347,1.4447991739034112,0.7994587017937734,0.05264415219426155,-0.9920728802680969,0.1141061931848526,-2.5742650032043457,2.5337469577789307,-0.3678668439388275,0.28762686252593994,-0.47687554359436035,0.1423177719116211 +592,-2.201603150309784,1.530124438081207,-0.3935690845593267,-0.03283520042896271,-0.9991729855537415,0.023981228470802307,-0.5031993985176086,-1.7836321592330933,2.195915937423706,-0.2137925922870636,0.6758240461349487,-0.2474156618118286 +593,-1.2592365609719458,1.413471665061647,-1.6622393489423053,-0.1491328924894333,-0.9876499772071838,-0.048027973622083664,-0.6625536680221558,-2.5887112617492676,-0.27100667357444763,-0.2412021905183792,1.1652624607086182,0.49831485748291016 +594,-2.835009569764008,1.4724018823528884,-0.30676948330278975,-0.02964748814702034,-0.9951631426811218,0.09365399181842804,3.480592727661133,-0.09921780228614807,-1.6921842098236084,-0.7223514318466187,-3.100677251815796,-0.22866368293762207 +595,-1.1451034693529922,1.4858131767099962,-1.9243887195026592,-0.07730521261692047,-0.9963911175727844,-0.03505158796906471,-2.308831214904785,1.70083487033844,0.44658103585243225,0.3744090795516968,0.20558911561965942,0.16891694068908691 +596,-0.029324370857842095,1.3723282489102702,-2.92839466994493,-0.005780979059636593,-0.9803697466850281,-0.1970825493335724,0.42301878333091736,-0.37894487380981445,-1.0607722997665405,0.42841893434524536,1.0621721744537354,0.012985244393348694 +597,-2.5067450743366138,1.543235359793483,-0.49624820049837887,-0.016343094408512115,-0.9996201992034912,0.022188236936926842,5.717865943908691,0.3203819692134857,-0.5314270853996277,0.3445901572704315,-1.4450056552886963,-0.6511859893798828 +598,2.4728928130575993,1.4993966064943034,1.0488549211758875,0.04422738030552864,-0.9974521398544312,0.05597409978508949,-0.410500168800354,2.613377809524536,-0.06253194808959961,0.10309623181819916,-0.2803340554237366,-0.21658813953399658 +599,-2.1191305192080403,1.4900026683657386,-0.639547771671575,-0.06887318938970566,-0.9967379570007324,0.04206881672143936,-1.0330541133880615,-1.9507912397384644,1.4246711730957031,-0.6270343661308289,1.0133700370788574,0.0360105000436306 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/q5.csv b/BoostRunClub/CoreML/DataSet/Motion/running/q5.csv new file mode 100644 index 0000000..be6ba0b --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/q5.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-1.2263710632682443,1.449548937452987,-1.8000442021446776,-0.11384627968072891,-0.9926585555076599,-0.040839362889528275,-0.11913684755563736,-3.3930299282073975,-0.655637800693512,-0.2592463493347168,0.846159040927887,0.26094740629196167 +1,0.2249989812367909,0.4876456412748742,-2.4242385325789106,0.19709986448287964,-0.4685472548007965,-0.861170768737793,-1.3798964023590088,0.6159034967422485,0.30032092332839966,-0.030687496066093445,-0.0675397515296936,-0.46991443634033203 +2,0.2697716746324824,0.4531594879849974,-2.402867093622502,0.2396119385957718,-0.4378083050251007,-0.866550624370575,-0.25118717551231384,0.24046862125396729,-0.32257020473480225,-0.311724990606308,0.10097053647041321,0.23415017127990723 +3,0.25572673635568915,0.44699219375971017,-2.4401231434527615,0.22809672355651855,-0.43225520849227905,-0.8724261522293091,1.6908546686172485,-0.31171953678131104,-1.0899968147277832,-0.26491618156433105,0.15861934423446655,0.2758685350418091 +4,0.28952934723568713,0.5398652859268337,-2.5711051283781376,0.24489663541316986,-0.5140204429626465,-0.8220758438110352,-0.985139012336731,-0.828883171081543,-0.5694787502288818,-0.08947061002254486,-0.043749332427978516,-0.8614110946655273 +5,0.3722096389945956,0.3785472646010253,-2.6300900249009085,0.3379274010658264,-0.3695709705352783,-0.8655763268470764,0.6237354874610901,0.9640712738037109,-1.8324577808380127,0.17485946416854858,0.15501713752746582,-0.045678555965423584 +6,0.5937018782511131,0.3398498063584739,-2.887748804853843,0.5274363160133362,-0.333345502614975,-0.7814676761627197,2.0912225246429443,3.126223087310791,-3.4626705646514893,0.07688796520233154,0.6759511232376099,0.8790628910064697 +7,1.125250882388896,0.21813900928454008,2.972223299577734,0.8809911012649536,-0.21641311049461365,-0.4207374155521393,1.0925804376602173,3.545422315597534,-5.810279369354248,-0.05262202024459839,1.478894829750061,0.3603125810623169 +8,1.451725653936822,-0.42006026615498904,2.7550757103110364,0.9065994024276733,0.40781548619270325,-0.10846247524023056,0.9275901913642883,0.390308141708374,-6.233114242553711,1.8280349969863892,-0.12804561853408813,-1.5169953107833862 +9,0.8936859830544372,-0.6688675810674686,2.4618408680419397,0.6114476919174194,0.6200979948043823,-0.4915386140346527,1.033189296722412,-4.673660755157471,-0.4835941195487976,0.9483515024185181,-1.2941550016403198,0.9282757043838501 +10,0.6993923678780675,-0.5538999483572298,2.4136178069369434,0.5474986433982849,0.5260080695152283,-0.650815486907959,1.0146253108978271,0.5419495105743408,0.6357501149177551,-0.11497300863265991,-0.3874276876449585,1.2898993492126465 +11,0.9116143908373033,-0.5008710272251494,2.3412108294658394,0.6933930516242981,0.4801897406578064,-0.5372374057769775,1.2183856964111328,3.1431875228881836,-1.3013174533843994,1.1858794689178467,0.5208173394203186,-1.27079176902771 +12,1.090863750855604,-0.544107222070519,2.3315474034000676,0.758930504322052,0.5176544189453125,-0.39504238963127136,-1.0523250102996826,-0.4657990336418152,0.7101232409477234,0.2651936411857605,-0.0483856201171875,-0.45963287353515625 +13,1.0405632110443763,-0.4443366783734456,2.5250439630272092,0.7789186239242554,0.42985907196998596,-0.4566256105899811,-0.23862774670124054,-0.6567413806915283,2.5148465633392334,-0.7849763631820679,-0.14416873455047607,0.2476717233657837 +14,1.0268763288633553,-0.24218382561003285,2.6874578007001486,0.830714762210846,0.23982329666614532,-0.5023919939994812,-1.5826358795166016,0.8696777820587158,1.957100749015808,-0.13186228275299072,0.5783224105834961,-0.0894048810005188 +15,1.1182771598460708,-0.14930396404202606,2.8903528746542975,0.8893431425094604,0.14874987304210663,-0.43236827850341797,-1.6637449264526367,-1.0747504234313965,2.178067207336426,0.42485058307647705,-0.10680346190929413,-0.33455371856689453 +16,1.1030516620666906,-0.08259463993265118,3.0417686676481983,0.8895446062088013,0.08250076323747635,-0.44933730363845825,-0.4843263030052185,0.5175766348838806,0.6820141077041626,-0.39226067066192627,-0.09048111736774445,0.6856807470321655 +17,1.0286483475808452,-0.06454868042098162,2.8828011835971323,0.8548184037208557,0.06450386345386505,-0.5149025917053223,3.0772407054901123,-1.1152225732803345,-2.6691555976867676,-0.562353253364563,0.35950735211372375,0.06875091791152954 +18,1.0280614350890198,-0.2171907258553005,2.5171721087565686,0.8361820578575134,0.21548719704151154,-0.5043459534645081,1.4379620552062988,0.22595492005348206,-1.3799538612365723,1.7910304069519043,-0.6426875591278076,-1.1559170484542847 +19,1.1498174974765407,-0.18780958847192714,2.5174072406103645,0.8966401815414429,0.18670745193958282,-0.40146803855895996,-0.17072933912277222,1.9689960479736328,1.1286646127700806,-0.7233156561851501,-0.13977141678333282,0.02459123730659485 +20,1.2138640020892633,-0.11611606779357239,2.5518281501733124,0.9306635856628418,0.11585531383752823,-0.34704869985580444,-0.13256216049194336,0.568275511264801,-0.02298831380903721,-0.8718104958534241,0.5807541608810425,0.30971047282218933 +21,1.1867358146554092,-0.14810322193829936,2.6624299670250187,0.9170011281967163,0.14756238460540771,-0.37058645486831665,-1.7636533975601196,-0.2984550893306732,-0.32110628485679626,0.661780059337616,0.6610618829727173,-0.7050970792770386 +22,1.0890947167354785,-0.20089648734307267,2.7554127357830773,0.8683844804763794,0.1995478719472885,-0.45397019386291504,-0.5123788714408875,-1.4972162246704102,0.5054664015769958,0.4983757734298706,-0.4855281114578247,0.2678435444831848 +23,1.0728718681072207,-0.12106685641639564,2.874236575206534,0.872144877910614,0.12077132612466812,-0.47410714626312256,-0.4250727593898773,0.5665528178215027,1.5159281492233276,-0.5940839648246765,-0.4921092092990875,0.5282911062240601 +24,1.0680310183069588,0.0021714205896331278,2.8548603868245856,0.8762514591217041,-0.0021714188624173403,-0.48184940218925476,1.9455336332321167,0.9788892865180969,-0.8592819571495056,-0.7053225040435791,0.69377601146698,0.08019226789474487 +25,1.14859137712712,-0.024063414174508198,2.600565722314732,0.9119235873222351,0.024061091244220734,-0.4096541702747345,0.5666490793228149,-1.0607643127441406,-0.41417208313941956,2.080325126647949,-0.20701396465301514,-0.9817337989807129 +26,1.107469497371505,-0.031773581011697846,2.5584214984320885,0.8941190242767334,0.03176823630928993,-0.4467010498046875,0.16828496754169464,-0.14927034080028534,0.31869378685951233,-0.7138822674751282,-0.15945379436016083,-0.04234310984611511 +27,1.0739869749324382,0.013296111500518763,2.5368621685096095,0.8790301084518433,-0.013295719400048256,-0.476580947637558,-0.16416004300117493,-0.4307379126548767,0.8240068554878235,-0.8390520811080933,0.1885429173707962,0.6225159764289856 +28,1.1476698524764868,-0.012326435882403732,2.7544658973500082,0.9117403030395508,0.012326124124228954,-0.4105819761753082,-2.370239734649658,0.36117321252822876,1.1760882139205933,1.3440275192260742,0.7699462175369263,-1.2443251609802246 +29,1.0712699071156697,0.04871852268005309,3.014593274625629,0.8767680525779724,-0.04869925230741501,-0.4784415662288666,-0.9557338953018188,-1.0449459552764893,0.7509362697601318,-0.32201945781707764,-0.2240973711013794,0.01074439287185669 +30,1.01149934697137,0.06763931239479912,3.101008032945127,0.8456900715827942,-0.06758774816989899,-0.5293771624565125,0.21829178929328918,-0.5460978746414185,0.7105588912963867,-0.5510886311531067,-0.179421529173851,0.601597011089325 +31,0.9814369478642784,0.10036066154723097,2.968318970164048,0.827113926410675,-0.10019227117300034,-0.5530316829681396,1.8507672548294067,0.5430235266685486,-2.1335208415985107,-0.35734158754348755,0.10054321587085724,-0.21096062660217285 +32,0.9825126171368657,-0.006628088188345364,2.689582368445841,0.8318760991096497,0.006628039758652449,-0.5549219250679016,0.798324704170227,-0.7019981741905212,-1.3406950235366821,1.1080806255340576,0.14504432678222656,-0.6230108737945557 +33,1.1412620555976678,-0.2583919025496554,2.4695007991814264,0.8789776563644409,0.25552618503570557,-0.4026222825050354,0.48064184188842773,3.414653778076172,-4.803249359130859,-0.8031719923019409,0.14861813187599182,0.2614479660987854 +34,1.1418883138003673,-0.4563436206264249,2.2745980350483594,0.8163591623306274,0.44066885113716125,-0.3733210563659668,0.6423918604850769,-1.090279459953308,-0.22845488786697388,-0.2747790217399597,-0.5996959209442139,-0.18212935328483582 +35,1.250435452601375,-0.4699540177323255,2.3854117201409784,0.8462266325950623,0.4528452754020691,-0.2807694971561432,-1.2965534925460815,0.17281076312065125,2.5360708236694336,1.3107709884643555,-0.22304797172546387,-1.0511243343353271 +36,1.3322431443982232,-0.2635813186292348,2.645682656947982,0.9381219148635864,0.26053985953330994,-0.22813603281974792,-1.9926986694335938,0.03859439864754677,3.31475567817688,0.18411612510681152,-0.45270904898643494,0.4016437232494354 +37,1.3082467401343487,0.003523527410440444,2.8681912643059175,0.9657253623008728,-0.0035235201939940453,-0.25954198837280273,-0.566064715385437,-0.778304398059845,2.1771621704101562,-0.8358883857727051,-0.06576664745807648,0.4582267105579376 +38,1.222437373570203,0.18922548455193036,2.816087661164768,0.9231566190719604,-0.1880982667207718,-0.3352626860141754,1.5420143604278564,-0.4937976598739624,-0.47301703691482544,-0.905593752861023,0.5632356405258179,-0.21147501468658447 +39,1.2087953391588497,0.2361326598043976,2.6695680441405654,0.9092384576797485,-0.2339443564414978,-0.3443186581134796,-1.0973020792007446,-2.033339500427246,-0.1081039234995842,1.432771921157837,0.030941441655158997,-1.0353047847747803 +40,1.2038629865069774,0.19137254910955395,2.5830212587384427,0.9163912534713745,-0.19020657241344452,-0.35220521688461304,0.9607036113739014,-0.8708637356758118,-0.8093506693840027,-0.5204867720603943,0.3628750443458557,-0.05744749307632446 +41,1.1647100773748649,0.20386975482085123,2.5571847178707166,0.8996485471725464,-0.20246045291423798,-0.38683629035949707,-0.7319797873497009,0.10416588187217712,0.2885073125362396,-0.9095515012741089,0.8683539628982544,0.18697667121887207 +42,1.2709484617095665,0.16300015928136752,2.666021865536869,0.9427177309989929,-0.16227932274341583,-0.2914596199989319,-2.6527459621429443,-1.4854915142059326,0.6154849529266357,1.8642432689666748,-0.17634372413158417,-1.1845992803573608 +43,1.2246379279833666,0.16787748267639444,2.8353527264511578,0.927458643913269,-0.16709004342556,-0.3345167934894562,-1.0112719535827637,-0.5473994612693787,0.46201270818710327,-0.39408767223358154,-0.2031949907541275,-0.04928755760192871 +44,1.1925076699396724,0.16411950490341515,2.8582396074809524,0.9168106317520142,-0.16338373720645905,-0.364367812871933,0.17094570398330688,-0.7327139973640442,0.04199661687016487,-0.6209580898284912,-0.06586430966854095,0.16598829627037048 +45,1.123049860787171,0.17959573605675522,2.707488690530605,0.886926531791687,-0.17863182723522186,-0.4259719252586365,2.1728768348693848,-0.5971580147743225,-1.0829707384109497,-0.6178072690963745,-0.18973061442375183,0.055778443813323975 +46,1.2616081338793004,0.13335628051473414,2.434858493658986,0.9441232085227966,-0.13296136260032654,-0.30158376693725586,1.0851986408233643,0.8006320595741272,-0.5562839508056641,1.522292137145996,-0.22160711884498596,-0.20220041275024414 +47,1.3200946059640497,0.1304530058688545,2.3304161422425924,0.960507333278656,-0.13008330762386322,-0.24597586691379547,0.6182590126991272,-0.471245676279068,-0.22912999987602234,-0.6120118498802185,0.23752042651176453,-0.0024829506874084473 +48,1.3003417695763635,0.14420334816055702,2.332984786226847,0.9536475539207458,-0.14370408654212952,-0.26439645886421204,-1.0793582201004028,0.6146009564399719,0.8478304743766785,-0.9503669142723083,0.2736784517765045,0.23715955018997192 +49,1.4478236116501568,0.12807912388066747,2.4996628939952963,0.984319269657135,-0.12772923707962036,-0.12165828049182892,-2.7324085235595703,-0.13652116060256958,-0.2050250917673111,2.3142189979553223,0.17207130789756775,-0.6411133408546448 +50,1.3808068428661189,0.1387488039269587,2.710999612384667,0.9725691080093384,-0.13830405473709106,-0.1870337277650833,-1.2920517921447754,-0.8874587416648865,0.4011700749397278,-0.32989931106567383,-0.3364426791667938,-0.3385246992111206 +51,1.3468628282025106,0.14993348012505714,2.7335842634969794,0.9640927314758301,-0.14937235414981842,-0.21957528591156006,0.28904566168785095,-0.7465611696243286,0.17393076419830322,-0.7105984091758728,-0.18627522885799408,0.17253240942955017 +52,1.2727031205427153,0.1583332099743975,2.5976769536973903,0.9439413547515869,-0.1576724797487259,-0.2900243103504181,2.8645052909851074,0.05304709076881409,-1.5259599685668945,-0.3572714328765869,-0.07037010788917542,-0.276641309261322 +53,1.439824567244098,0.10961395551683245,2.3383967828962007,0.9854852557182312,-0.10939458012580872,-0.12981384992599487,0.8974548578262329,0.37536951899528503,0.1343385875225067,1.322925329208374,0.036488085985183716,0.22620362043380737 +54,1.4473802592838967,0.11922095757617245,2.2728122441280463,0.9853495359420776,-0.11893872916698456,-0.12222917377948761,0.4582159221172333,-0.48962149024009705,-0.20624926686286926,-0.6590861082077026,0.21770885586738586,-0.019860684871673584 +55,1.4448451111146006,0.11569343426012749,2.294103276310491,0.985446572303772,-0.11543551832437515,-0.12477871030569077,-1.197187066078186,0.3168374001979828,0.40136465430259705,-0.8611637353897095,0.28946200013160706,0.056297242641448975 +56,1.4932687236576467,0.0890587992760544,2.497509088796232,0.9930451512336731,-0.08894111961126328,-0.07714302837848663,-2.1043386459350586,0.4377038776874542,-0.12907882034778595,1.7360657453536987,0.28349068760871887,0.05349194258451462 +57,1.4785495642654323,0.09999391951792634,2.6812192574943885,0.9907742738723755,-0.0998273640871048,-0.09165585041046143,-1.0456666946411133,-0.44700634479522705,0.3988780677318573,-0.23013895750045776,-0.2539781630039215,-0.2797735929489136 +58,1.4159194234194021,0.10824817333638914,2.7292677304126194,0.9822474718093872,-0.10803689807653427,-0.15335558354854584,0.1084289476275444,-0.6526845693588257,-0.130870521068573,-0.7944117784500122,-0.3327895402908325,0.06075000762939453 +59,1.3480179329518138,0.10789524541538317,2.633741431755354,0.9696159958839417,-0.10768602788448334,-0.21965542435646057,2.2722675800323486,-0.3152768015861511,-1.0250216722488403,-0.38241201639175415,-0.10985852777957916,-0.15784698724746704 +60,1.485418765609153,0.052390387518897186,2.386012454961905,0.9949905276298523,-0.05236642435193062,-0.0851568728685379,1.075393795967102,-0.6467245221138,0.33624687790870667,1.5909316539764404,-0.029435928910970688,-0.2932763695716858 +61,1.4339798476180028,0.08398280347336477,2.301689324972644,0.9871637225151062,-0.0838841125369072,-0.13590934872627258,0.7057024240493774,0.15066945552825928,-0.24884523451328278,-0.4903680086135864,0.1847141981124878,0.33749324083328247 +62,1.4501462055194514,0.08077110451951175,2.264237351284195,0.9894940257072449,-0.08068330585956573,-0.11996523290872574,-0.37185195088386536,0.4605792462825775,0.3576217591762543,-0.8023145198822021,0.19832855463027954,0.10556096583604813 +63,1.510891888668341,0.12236370436664182,2.3568972972315927,0.9907427430152893,-0.12205857783555984,-0.059420984238386154,-1.478834629058838,0.3362198770046234,0.7941728830337524,1.2897902727127075,0.23062482476234436,-0.6033292412757874 +64,1.4906212083953383,0.17998626684597563,2.553825729649069,0.9806855916976929,-0.17901606857776642,-0.07879548519849777,-2.189753532409668,-0.12510636448860168,0.669796884059906,-0.0657687783241272,0.1015014499425888,-0.05801479518413544 +65,1.4343221857881279,0.1859016372482201,2.6412160083961447,0.9736320972442627,-0.18483270704746246,-0.13370674848556519,-0.06952488422393799,-0.7590157985687256,0.014935381710529327,-0.9575951099395752,-0.25199589133262634,-0.09338980913162231 +66,1.3970699951254493,0.2065060962522758,2.528695991485483,0.9640204906463623,-0.20504148304462433,-0.16918118298053741,2.4026436805725098,-0.8105781078338623,-0.4167916476726532,-0.5991829633712769,-0.15976561605930328,-0.17502658069133759 +67,1.489653416456736,0.15364758037464635,2.300632999023996,0.984967827796936,-0.1530437469482422,-0.08009903132915497,1.4376142024993896,-0.7335920333862305,-0.06512471288442612,1.5756399631500244,-0.08369635045528412,-0.5991154313087463 +68,1.4732594864018775,0.16292065434515807,2.1996772840865613,0.9820677638053894,-0.16220086812973022,-0.09609270840883255,0.3472761809825897,0.31937074661254883,-0.07336302101612091,-0.3839232921600342,0.20440667867660522,0.42978715896606445 +69,1.4757516120939989,0.16051229667602362,2.195720303137027,0.982690155506134,-0.159823939204216,-0.09368176758289337,-0.8247729539871216,0.31895187497138977,0.5406126976013184,-0.8268369436264038,0.2271609902381897,0.03777360916137695 +70,1.527329369075344,0.17533092537990722,2.3576735347625735,0.9837387800216675,-0.17443400621414185,-0.042787082493305206,-2.5465707778930664,1.1724971532821655,-0.21158292889595032,0.8832808136940002,0.47127848863601685,-0.4056839942932129 +71,1.5312110898532554,0.1552599039309812,2.5485146223816515,0.9871973395347595,-0.15463687479496002,-0.039098866283893585,-1.7516639232635498,-0.41812509298324585,-0.08760295808315277,0.3139958381652832,-0.18221615254878998,-0.178521990776062 +72,1.4669750355878135,0.15953789293600348,2.575911625557656,0.9819846153259277,-0.15886197984218597,-0.10231880098581314,0.78175288438797,-0.9249001145362854,-0.07666821777820587,-0.881947934627533,-0.21774020791053772,0.06354622542858124 +73,1.3887873600303617,0.13952199907413904,2.411431096642234,0.9739251732826233,-0.13906978070735931,-0.17924682796001434,2.691706657409668,-1.0699045658111572,-1.3848788738250732,-0.476351261138916,0.19824336469173431,-0.10278137028217316 +74,1.5047253575988608,-0.006277703847433945,2.132992464843279,0.9977983236312866,0.006277662701904774,-0.06602159887552261,0.5700997710227966,0.3672798275947571,0.013272003270685673,1.5703320503234863,-0.8629671335220337,-0.5605958104133606 +75,1.4006384714705196,0.03657078916183973,2.1372037556815577,0.9848990440368652,-0.036562636494636536,-0.16922469437122345,0.004963678307831287,0.19513612985610962,-0.030191022902727127,-0.5215964913368225,0.36064404249191284,0.7574204802513123 +76,1.417664380477067,0.038105128310640085,2.164557134031544,0.9875807762145996,-0.038095906376838684,-0.1524234414100647,-1.0765310525894165,0.7493106126785278,0.7338142395019531,-0.6908125877380371,0.17772909998893738,0.1975284218788147 +77,1.4878750978030257,0.09448916036689453,2.3385595743182384,0.9921185374259949,-0.09434861689805984,-0.08245676755905151,-2.9646639823913574,0.27623802423477173,0.13764335215091705,0.9576036930084229,0.46098679304122925,-0.3256853222846985 +78,1.4921912176131724,0.09141951853977043,2.57235717602429,0.9927492737770081,-0.09129223227500916,-0.07819627970457077,-1.4978291988372803,-0.6574758887290955,0.03507360816001892,0.10367101430892944,-0.19593918323516846,-0.2067463994026184 +79,1.4454749649067569,0.08830755500398804,2.6484479209165066,0.9882915616035461,-0.08819282799959183,-0.12450654059648514,0.09077086299657822,-0.7192659974098206,0.13213658332824707,-0.9346264004707336,-0.32368767261505127,-0.16382354497909546 +80,1.2940418266568445,0.13048102894577746,2.4647072796474587,0.9537701606750488,-0.13011109828948975,-0.27091243863105774,3.388690233230591,-2.0959699153900146,-0.22985652089118958,-0.4053846001625061,0.07366885244846344,0.10572078824043274 +81,1.4021015048126926,0.006620375945119991,2.1693780522278465,0.9857831001281738,-0.006620327476412058,-0.16789215803146362,1.0373749732971191,0.76211017370224,-0.4703053832054138,1.6565508842468262,-0.5807514786720276,-0.8139498829841614 +82,1.3135211717250812,0.03501215068069408,2.1029912056914033,0.9664942026138306,-0.03500499948859215,-0.2542904019355774,-0.1853811889886856,-0.1307644248008728,0.03183058276772499,-0.5293909311294556,0.007874876260757446,0.4905574917793274 +83,1.3437992668547294,0.04678398005071135,2.165596120985714,0.9732806086540222,-0.046766914427280426,-0.22480641305446625,-0.7959915399551392,0.8404210805892944,0.7766043543815613,-0.7781969308853149,0.15850701928138733,0.32697927951812744 +84,1.4482342188746367,0.11884945436933034,2.350747670647901,0.9854973554611206,-0.11856985837221146,-0.12139307707548141,-2.4924352169036865,2.510559320449829,0.9278592467308044,0.5483008623123169,0.6583342552185059,-0.3886014223098755 +85,1.463113324772338,0.11797525050674694,2.610893723176665,0.9872970581054688,-0.11770177632570267,-0.1067279577255249,-1.5053305625915527,-1.0078173875808716,-0.07301400601863861,0.5374069213867188,-0.34521937370300293,-0.0387645959854126 +86,1.3978071047154246,0.09963946926188905,2.668182261296444,0.9801888465881348,-0.09947468340396881,-0.17127399146556854,-0.040630463510751724,-0.27422621846199036,-0.0020637530833482742,-0.5805153846740723,-0.30817911028862,0.25925612449645996 +87,1.3437115503844612,0.1313677865915169,2.5469726793017498,0.9659317135810852,-0.13099026679992676,-0.22319822013378143,2.2319676876068115,-1.344570517539978,-0.5864444971084595,-0.8287399411201477,0.09378936886787415,-0.14263121783733368 +88,1.4704445575733167,0.010933041506070083,2.285314339834114,0.9949095845222473,-0.01093282364308834,-0.10017743706703186,0.7934807538986206,-0.3605462312698364,-0.21990559995174408,2.037179708480835,-0.4711076021194458,-0.8033106923103333 +89,1.399605008482041,0.05444830728293785,2.2602435415752247,0.9839223027229309,-0.05442140996456146,-0.17010392248630524,-0.45092639327049255,0.28740325570106506,-0.1364225149154663,-0.7741597294807434,0.47048279643058777,0.47924697399139404 +90,1.4040162864354586,0.05104091286120757,2.2902521103300586,0.9848401546478271,-0.05101875215768814,-0.16579173505306244,-0.45842111110687256,0.5646194219589233,0.3282642960548401,-0.7962263226509094,0.20238593220710754,0.19795727729797363 +91,1.5164508046492595,0.030036759144834394,2.397714846625626,0.9980733394622803,-0.030032243579626083,-0.05429427698254585,-2.6677324771881104,1.13254976272583,-0.9047536253929138,0.8539623022079468,0.3951598107814789,-0.5479243397712708 +92,1.496569889087472,0.023427607138744103,2.5934898628433647,0.996972918510437,-0.02342546358704567,-0.07413795590400696,-1.7610372304916382,-0.424806147813797,0.32372793555259705,0.35854172706604004,-0.10490094125270844,0.08555155247449875 +93,1.44171745581336,0.03152003524488673,2.6705922668232582,0.9911884069442749,-0.031514815986156464,-0.128656804561615,0.013929182663559914,-0.39628103375434875,0.025481320917606354,-0.7272264957427979,-0.3092597424983978,0.0998939722776413 +94,1.4080306278224866,0.0574464982176734,2.5579462461440428,0.9851552248001099,-0.057414907962083817,-0.16178067028522491,2.136685609817505,-0.1499096155166626,0.08344335108995438,-0.6182575225830078,-0.09878934174776077,0.0844949334859848 +95,1.5172978018122647,-0.03945072258080737,2.302441755172804,0.9977923035621643,0.03944049030542374,-0.053431399166584015,1.8999178409576416,0.2823909819126129,-0.30864858627319336,2.0987043380737305,-0.702297568321228,-0.8151141405105591 +96,1.4467761700442845,0.013301371803912816,2.23131831792212,0.992231547832489,-0.013300979509949684,-0.12369152903556824,0.4695797562599182,-0.05947788432240486,0.19842658936977386,-0.4839003086090088,0.34215840697288513,0.4498481750488281 +97,1.4484791847958902,0.027366181754962013,2.2003452047582694,0.992156982421875,-0.0273627657443285,-0.12196668237447739,-0.16620439291000366,0.3219342529773712,0.5518971681594849,-0.751434326171875,0.13232797384262085,0.14287126064300537 +98,1.5133472212536352,0.10467096522524204,2.2823494884305426,0.9928863644599915,-0.10447993874549866,-0.057103268802165985,-1.437347412109375,0.9108467698097229,-0.29158779978752136,0.02540898323059082,0.6557494401931763,-0.14829528331756592 +99,1.5447060647332023,0.05803927743139214,2.4603314539070475,0.9979764223098755,-0.05800669640302658,-0.026043375954031944,-1.7245286703109741,-0.4868951141834259,0.40588709712028503,0.6822298765182495,-0.24526172876358032,0.3052791953086853 +100,1.4926593721767625,0.07923226320046711,2.586343060584632,0.9938212633132935,-0.07914938777685165,-0.07781258970499039,-0.6568034887313843,0.017134275287389755,0.02144058234989643,-0.753602147102356,-0.25196632742881775,0.07550853490829468 +101,1.4596514539429348,0.09847732189115896,2.5293855809018266,0.9890145659446716,-0.09831823408603668,-0.11037878692150116,1.6595826148986816,-0.126554936170578,0.11509743332862854,-0.7864390015602112,-0.06612572818994522,0.08375216275453568 +102,1.5788408449364932,0.03280711004241385,2.2566459926246245,0.9994295239448547,-0.032801225781440735,0.008040102198719978,3.1360270977020264,1.5211387872695923,-1.1034526824951172,1.8004971742630005,-0.39687100052833557,-0.5435167551040649 +103,1.508659262949355,0.06432659573553019,2.2125269997100347,0.9960059523582458,-0.06428223848342896,-0.06196866184473038,-0.39478039741516113,-0.309749037027359,0.2678437829017639,-0.3256872296333313,0.32616883516311646,0.38606536388397217 +104,1.498952264168208,0.07677081786242178,2.191167866097361,0.9944825768470764,-0.07669542729854584,-0.07157085090875626,0.10249453783035278,-0.0782129317522049,0.2199428677558899,-0.8209747672080994,0.03667160123586655,0.02876996248960495 +105,1.5568710020711962,0.11949746712833643,2.2675875643491854,0.9927724003791809,-0.1192132756114006,-0.013825572095811367,-1.8172484636306763,0.9468590021133423,-0.12702837586402893,-0.045110106468200684,0.7211267352104187,-0.029051661491394043 +106,1.5810044358534445,0.1061583109877031,2.436935214250033,0.9943187832832336,-0.10595902800559998,0.010150467045605183,-1.7241944074630737,0.35516077280044556,0.43258169293403625,0.7170765995979309,-0.15528671443462372,0.5424771308898926 +107,1.5598492739462957,0.15008159676738908,2.5536445914396984,0.9886995553970337,-0.14951881766319275,-0.010823778808116913,-0.5651535987854004,0.028372488915920258,0.2621707320213318,-0.6293094158172607,-0.13913166522979736,0.004033626988530159 +108,1.5248371656331678,0.16804499897378267,2.550678115698901,0.984872579574585,-0.1672552078962326,-0.04529581591486931,0.7080171704292297,-0.5855224132537842,0.2990661561489105,-0.81131911277771,-0.1033594161272049,0.0253831148147583 +109,1.5605952231335365,0.1249892772868741,2.3779476217920292,0.9921474456787109,-0.12466409802436829,-0.010121350176632404,2.917661666870117,1.3858177661895752,-1.338342308998108,1.3355045318603516,-0.3215639293193817,-0.5319929122924805 +110,1.5278340008258455,0.1183884233751944,2.245963943224636,0.9920840859413147,-0.11811206489801407,-0.04264848306775093,1.0505067110061646,-0.22704669833183289,0.3525451719760895,0.1093716025352478,0.21128222346305847,0.08628863096237183 +111,1.5194475896395276,0.11884404109520792,2.1922017322931926,0.9916375875473022,-0.11856447905302048,-0.05096413940191269,0.16114617884159088,-0.019221387803554535,-0.12407349050045013,-0.6573328375816345,-0.01606380194425583,-0.06454485654830933 +112,1.5521014272193012,0.12927444655977996,2.2564667432967283,0.9914823770523071,-0.12891468405723572,-0.018537823110818863,-1.054240107536316,0.7860795855522156,0.33125972747802734,-0.5964781641960144,0.5019768476486206,0.12003928422927856 +113,1.607548113919707,0.07775410292871689,2.4155700969050957,0.9963053464889526,-0.07767578214406967,0.03663249686360359,-0.49399229884147644,-0.01706526055932045,0.37347981333732605,1.1738910675048828,-0.031500838696956635,0.15533828735351562 +114,1.5842970276831032,0.12375587360378489,2.5457795735253144,0.992261528968811,-0.123440220952034,0.013397039845585823,-0.9722495079040527,-0.42803308367729187,0.41321641206741333,-0.4332711100578308,-0.1751895546913147,-0.17132556438446045 +115,1.5386239539307323,0.1370668074627607,2.56014568839019,0.9901084303855896,-0.13663803040981293,-0.03186513110995293,0.5950827598571777,-0.6333693265914917,0.20849493145942688,-0.7405356764793396,-0.18266740441322327,0.004002630710601807 +116,1.5486317197408264,0.13323390187070142,2.4137316496180703,0.9908941984176636,-0.13284006714820862,-0.021966377273201942,2.3695762157440186,0.8668217062950134,-1.4184017181396484,0.520244836807251,0.15078438818454742,-0.2539125680923462 +117,1.5515285552545066,0.0755493129084558,2.2299341429864725,0.9969625473022461,-0.0754774659872055,-0.019211623817682266,1.5656466484069824,-0.9933578968048096,0.20978553593158722,0.667145848274231,-0.043769992887973785,-0.16157454252243042 +118,1.540262147987475,0.08832388710853228,2.1095726515757867,0.9956375360488892,-0.08820909261703491,-0.03041042573750019,0.5889372229576111,0.19426074624061584,-0.22241508960723877,-0.6528642773628235,0.1014384776353836,0.06408656388521194 +119,1.5593444060012571,0.11229485170227775,2.1553997271511225,0.9936364889144897,-0.11205898970365524,-0.01137954369187355,-1.0345311164855957,0.34408876299858093,0.8047865629196167,-0.7833093404769897,0.40035855770111084,0.05408889055252075 +120,1.5959431578663736,0.06240401970846946,2.3188804919796797,0.9977378845214844,-0.06236352398991585,0.02509523555636406,-0.8248071670532227,-0.12437799572944641,-0.17951065301895142,1.5001869201660156,-0.026320572942495346,0.031026599928736687 +121,1.5825419541423786,0.0931675729481304,2.497225328829732,0.995594322681427,-0.0930328443646431,0.011694417335093021,-1.805440902709961,-0.044377755373716354,0.5671548247337341,-0.03306996822357178,-0.17327880859375,-0.22824716567993164 +122,1.5359423328578403,0.12054755427117685,2.542680083951686,0.992139995098114,-0.12025580555200577,-0.03459405153989792,0.3554193377494812,-0.6149649024009705,0.05424748361110687,-0.9103987216949463,-0.21862661838531494,0.031877998262643814 +123,1.5139181691429897,0.11340423989500041,2.4276735578654467,0.9919700026512146,-0.11316132545471191,-0.05648234859108925,2.3988916873931885,0.7150406241416931,-1.085539698600769,-0.21242886781692505,-0.04752899706363678,-0.07492632418870926 +124,1.562862395389364,0.028347842379156465,2.1757252894195425,0.9995667338371277,-0.0283440463244915,-0.007930660620331764,0.7202396988868713,-1.1385811567306519,0.4778423309326172,1.04195237159729,-0.2013312578201294,0.1297263503074646 +125,1.502283040743774,0.06871333647614668,2.1154905755083915,0.9952996969223022,-0.06865927577018738,-0.06829815357923508,0.3089474141597748,-0.06233759969472885,0.0865321159362793,-0.5853416919708252,0.15853354334831238,0.3913114666938782 +126,1.5122108457927648,0.10304041411462407,2.143685246541936,0.9929894208908081,-0.10285817831754684,-0.05824141204357147,-0.9861724972724915,0.29147353768348694,0.6412413716316223,-0.9477319121360779,0.27488577365875244,0.023649755865335464 +127,1.5674147717944624,0.044063850660715546,2.289001169939316,0.9990235567092896,-0.044049594551324844,-0.003378266002982855,-1.7940329313278198,-0.10561847686767578,-0.6083463430404663,1.6938016414642334,0.08111318945884705,-0.4486938714981079 +128,1.5535242154853872,0.07283577962481198,2.453781356802406,0.9971999526023865,-0.07277140021324158,-0.017225461080670357,-1.5905404090881348,0.23409302532672882,0.6725836992263794,0.1469193696975708,-0.21072164177894592,-0.1823899745941162 +129,1.5371508003080947,0.12203298096408821,2.521327185265024,0.9920015931129456,-0.12173032015562057,-0.03338901698589325,-0.16574621200561523,-0.21821945905685425,0.19150425493717194,-0.7479219436645508,-0.13696718215942383,0.016924738883972168 +130,1.543505168922977,0.15269108372738036,2.5113902674051682,0.9879974126815796,-0.15209844708442688,-0.026970289647579193,0.5961047410964966,0.6539193391799927,-0.012607170268893242,-0.3260710835456848,-0.043595507740974426,0.006569266319274902 +131,1.5753392883397812,0.08404870852629032,2.4428043307597624,0.9964597821235657,-0.08394978940486908,0.004526909906417131,0.2375541776418686,-0.6660698652267456,0.05448325350880623,0.8972017168998718,-0.022480249404907227,-0.4081982374191284 +132,1.515600505971607,0.10346352033009944,2.3210058825781474,0.9931377172470093,-0.10327903181314468,-0.0548727884888649,1.5857536792755127,-0.0318356528878212,-0.17283684015274048,-0.5016521215438843,0.2719344198703766,0.5579855442047119 +133,1.550804812611383,0.061319805914040765,2.206585624937869,0.9979211688041687,-0.06128138303756714,-0.01995261199772358,0.7039167881011963,0.053804658353328705,-0.5291194319725037,-0.5645562410354614,0.05719202756881714,0.053903400897979736 +134,1.575640538429127,0.019947388466873172,2.2184848158163843,0.9997893571853638,-0.019946064800024033,0.004843228962272406,-0.8652819395065308,0.5338936448097229,-0.0796571597456932,0.5088928937911987,-0.39169028401374817,0.22275686264038086 +135,1.6080980516171208,0.051883923907349874,2.392351082032591,0.9979596138000488,-0.05186064913868904,0.037242889404296875,-1.3138158321380615,0.08256158977746964,0.4560375213623047,0.6119647026062012,0.09623318910598755,-0.19909286499023438 +136,1.603838541146222,0.1486409419056834,2.486021272288626,0.9884335398674011,-0.14809419214725494,0.03267192468047142,-0.38093531131744385,-0.052280545234680176,0.9138150811195374,-0.07983362674713135,0.34745025634765625,-0.05084514617919922 +137,1.5924595459471484,0.2873722554906439,2.5394859485371573,0.9587668776512146,-0.2834332287311554,0.020773226395249367,-0.3361142873764038,-0.5225616097450256,2.1565699577331543,-0.5012626647949219,-0.2701556086540222,-0.21976304054260254 +138,1.5022443626829087,0.3590353996783819,2.631782987421817,0.9340372681617737,-0.35137128829956055,-0.06413057446479797,0.12193378806114197,-0.044975508004426956,0.18324126303195953,-0.6693430542945862,0.07588911056518555,0.17832732200622559 +139,1.5226327163421691,0.3385427731033224,2.562718175889721,0.942145824432373,-0.3321129381656647,-0.04541226476430893,0.8605005145072937,-0.043679192662239075,-0.839552104473114,0.539085865020752,-0.09307324886322021,0.24681305885314941 +140,1.6117114333337959,0.26999402888683977,2.486343545029048,0.9629659056663513,-0.26672568917274475,0.03942185267806053,0.9218950271606445,1.552101492881775,-0.796937108039856,0.8799448013305664,-0.21458232402801514,-0.24565958976745605 +141,1.6527450181680658,0.25117585240734513,2.447596976906755,0.9653701186180115,-0.24854308366775513,0.07928838580846786,0.29997605085372925,-0.7219198346138,-0.14434072375297546,-0.21033483743667603,0.15735659003257751,-0.2853125333786011 +142,1.5857254926592121,0.3175260916831555,2.404630748631551,0.9499048590660095,-0.31221726536750793,0.014182341285049915,0.6836013793945312,-0.38170167803764343,1.6027315855026245,-0.6956629753112793,0.30095627903938293,0.19472575187683105 +143,1.5856103390593475,0.5230232291687281,2.351682863419307,0.866217851638794,-0.49950146675109863,0.012833100743591785,0.1327291876077652,-0.016851000487804413,1.3282289505004883,-0.286094069480896,0.1677754819393158,0.1441493034362793 +144,1.565235150302303,0.5527801047392549,2.4421457204104255,0.8510547876358032,-0.5250552892684937,-0.004732914734631777,-1.0575896501541138,0.6126667261123657,-0.36619529128074646,0.47488802671432495,-0.6558375358581543,0.6751125454902649 +145,1.666154031905616,0.5548894712210959,2.523784693662188,0.8460973501205444,-0.5268493294715881,0.08092734217643738,-0.9764491319656372,0.8015404939651489,0.23992210626602173,0.4090144634246826,0.07979726791381836,-0.40207910537719727 +146,1.6704257763809127,0.5969755113870522,2.6170271179614994,0.8229383826255798,-0.5621436834335327,0.08226125687360764,-0.27935945987701416,0.1509667932987213,0.12477792799472809,-0.18290847539901733,0.3435310125350952,-0.1745312213897705 +147,1.6772859352568934,0.7104343239107712,2.622956737358649,0.7537844777107239,-0.6521630883216858,0.08057501912117004,-0.9061521291732788,-1.3608698844909668,3.833264112472534,-0.3183596730232239,-0.1634344458580017,-0.20102787017822266 +148,1.386601984396488,0.9617642258850333,2.821992055474912,0.5623968243598938,-0.820202112197876,-0.10477795451879501,-0.18964383006095886,-0.4802294671535492,0.11708743870258331,-0.6060369610786438,0.5306206941604614,0.356181800365448 +149,1.468840526041628,0.8779392104658937,2.6836139180658214,0.6354212760925293,-0.7694242000579834,-0.06501030176877975,1.1194148063659668,-0.1830396205186844,-0.9295970797538757,0.3491215705871582,-0.4619600772857666,0.12393975257873535 +150,1.6024192834158681,0.7679006752930141,2.549199589674811,0.7190109491348267,-0.6946265697479248,0.022744834423065186,0.20424267649650574,-1.0776399374008179,-0.6316252946853638,0.6447128057479858,-0.34970027208328247,-0.5111175775527954 +151,1.4900479580218229,0.718516586568156,2.5567015811515605,0.7503302097320557,-0.6582686901092529,-0.060719966888427734,0.577537477016449,-1.5916272401809692,-0.14047417044639587,-0.19088196754455566,0.5714920163154602,-0.09295129776000977 +152,1.310500010419497,0.6636804311048237,2.4786755566654666,0.7611947059631348,-0.6160202026367188,-0.20273573696613312,0.4210994839668274,-2.0757052898406982,-0.8302185535430908,-0.35662317276000977,0.36779022216796875,0.2328566312789917 +153,1.2607276689659899,0.6370026261251233,2.4989954896155306,0.7655472755432129,-0.5947886109352112,-0.2452837973833084,-0.9052395820617676,0.9883667230606079,0.6039706468582153,-0.039198338985443115,-0.4851979613304138,0.22244137525558472 +154,1.3297971516719447,0.7557833465692002,2.6067012762694244,0.7067030668258667,-0.685858964920044,-0.17369063198566437,-0.25606659054756165,0.33716627955436707,2.2689080238342285,0.5497666597366333,-0.687035322189331,-0.22395342588424683 +155,1.4193905948521373,1.053057010484941,2.6538907929464126,0.48925524950027466,-0.8689402341842651,-0.07464732229709625,0.23383834958076477,1.0392802953720093,4.183081150054932,0.42601269483566284,0.28375041484832764,-0.23124563694000244 +156,1.3410726482751991,1.4341364875028262,2.888532890856081,0.13265548646450043,-0.9906765818595886,-0.031021740287542343,0.504118025302887,1.38297438621521,2.03961181640625,0.23228894174098969,0.4355924129486084,-0.16062861680984497 +157,1.4186641853976358,1.4436274635044075,2.7793259937675767,0.12536227703094482,-0.9919249415397644,-0.0192201379686594,-0.4537048935890198,-1.386725664138794,-0.8071659803390503,-0.21816621720790863,0.6300168633460999,-0.12344956398010254 +158,0.965152464919827,1.3484578698768024,-3.0824731447008706,0.18129004538059235,-0.9753844738006592,-0.12553508579730988,-1.1339997053146362,0.6158682703971863,0.213768869638443,-0.16412392258644104,-0.5387299060821533,0.43158066272735596 +159,1.0437339594007862,1.3991511230234985,3.1122217369263803,0.1476236879825592,-0.9853050708770752,-0.08591368794441223,2.015629529953003,-0.31378912925720215,-0.15643486380577087,-0.1439615786075592,-0.3765723705291748,-0.07869815826416016 +160,1.8193935265498355,1.4242209883711765,2.2703488126135327,0.14156107604503632,-0.9892770648002625,0.03593502193689346,-0.6829120516777039,-1.363204002380371,-0.14377868175506592,0.10763019323348999,-0.24509793519973755,-0.5012669563293457 +161,1.2473129517437118,1.4007660762284844,2.689002599086479,0.1604355126619339,-0.9855796694755554,-0.05378757789731026,-0.8157000541687012,-0.7719396948814392,0.8379558324813843,0.2231399267911911,0.5946953296661377,0.27941930294036865 +162,0.3476010136649544,1.3520236782314896,-2.6810704777211645,0.07393047958612442,-0.9761645793914795,-0.20405185222625732,-1.3319722414016724,-0.3618570864200592,0.689214289188385,-0.17172405123710632,0.5268542766571045,0.4035147428512573 +163,0.387632439672899,1.3444738363698612,-2.708993984837342,0.08482106775045395,-0.9744982123374939,-0.20774710178375244,2.1275100708007812,1.3305095434188843,-0.1884131282567978,-0.41106924414634705,-0.7413374781608582,-0.23397961258888245 +164,0.9096747787557048,1.4633043067949538,-3.0428217912008138,0.08468148112297058,-0.9942283034324646,-0.06587402522563934,1.0024513006210327,1.821377158164978,-0.006163472309708595,-0.010340653359889984,-0.5337716937065125,-0.22425657510757446 +165,1.5080012957897542,1.486305171738978,2.7543964082050265,0.08422380685806274,-0.9964327216148376,-0.00529579957947135,0.48693153262138367,0.6601524949073792,0.5372492671012878,0.5907029509544373,0.028811931610107422,-0.0027761459350585938 +166,1.67858982744892,1.4793537897889586,2.5685276876730327,0.0907864049077034,-0.9958220720291138,0.009824264794588089,0.42293843626976013,-0.5156033039093018,-0.05360884591937065,-0.0937160775065422,0.6950254440307617,-0.030744075775146484 +167,1.9224684830787706,1.4847843296370553,2.189147602301662,0.08064717799425125,-0.9963032603263855,0.029591433703899384,-0.9713411331176758,-1.143518328666687,0.6378426551818848,-0.15546102821826935,0.36841946840286255,-0.06445778161287308 +168,0.2739356861798945,1.484321074055448,-2.4972802853739062,0.023364238440990448,-0.996263325214386,-0.08314678072929382,-0.2774702310562134,-0.4096802771091461,0.4828170835971832,-0.07574766874313354,-0.6967602372169495,0.5320756435394287 +169,-0.7013209530071588,1.5136932034986257,-1.5670397903699131,-0.03682524710893631,-0.9983700513839722,-0.04360344633460045,0.8615148067474365,0.8876767158508301,-0.6986254453659058,-0.5571841597557068,-0.44071686267852783,-0.27443552017211914 +170,-2.0474076758595023,1.5184279095631084,-0.23460892886231882,-0.04651022329926491,-0.998629093170166,0.024013753980398178,-0.763357937335968,-1.4534015655517578,0.005197915248572826,0.1463484764099121,0.1848016381263733,-0.5538599491119385 +171,-0.502814266400143,1.4337543786827467,-1.954162258301408,-0.06583287566900253,-0.9906244277954102,-0.11970434337854385,-1.4787441492080688,-1.2413426637649536,0.5164870023727417,0.12903475761413574,0.5929957032203674,0.28225624561309814 +172,-0.35539696806411847,1.347258700717002,-2.1142014771530953,-0.0771365612745285,-0.9751193523406982,-0.20782746374607086,-0.24202032387256622,0.4435601234436035,-0.6700361967086792,0.017917193472385406,0.33614230155944824,0.27215850353240967 +173,-0.12727937274716658,1.4110881808482096,-2.277949425763014,-0.02018667384982109,-0.9872737526893616,-0.1577439308166504,0.5050120949745178,1.8433001041412354,0.6755331754684448,-0.06066963076591492,-1.0256047248840332,0.3017716407775879 +174,-1.2217271157085152,1.4711967233378291,-1.0139198864292243,-0.09343913942575455,-0.9950440526008606,-0.0340094231069088,1.3544296026229858,2.2812182903289795,0.9292532205581665,0.12636759877204895,-0.44001466035842896,-0.5116753578186035 +175,-1.5948711493144905,1.359877637144736,-0.5274535185003655,-0.20929846167564392,-0.9778389930725098,0.00503979716449976,0.0679023489356041,0.5499184727668762,0.6293733716011047,0.34917575120925903,0.16810071468353271,-0.05626356601715088 +176,-1.838189441578468,1.3565730011446058,-0.29485173196362346,-0.20503433048725128,-0.977141797542572,0.056169889867305756,1.056264877319336,-0.8140419721603394,-0.5622242093086243,0.0952472984790802,0.8176416158676147,-0.12466656416654587 +177,-2.1549039488823554,1.4050856710889963,-0.05121864036395781,-0.13760538399219513,-0.9863013625144958,0.09096474945545197,-0.8379150629043579,-0.5081044435501099,-0.5492215752601624,-0.27137595415115356,0.4590033292770386,0.00223589688539505 +178,-1.8589923496217975,1.4294216445935761,-0.42556011430234364,-0.13509441912174225,-0.9900232553482056,0.04004863649606705,0.035601627081632614,-1.674477219581604,0.6042292714118958,-0.23146748542785645,-0.6170631647109985,0.32192039489746094 +179,-2.520335107582837,1.3617618800655606,0.22101086924133065,-0.12078630924224854,-0.9782317280769348,0.16874092817306519,1.5119352340698242,0.13984806835651398,-0.49366486072540283,-0.11192548274993896,-0.7960144877433777,-0.31337904930114746 +180,-2.628717264852363,1.3591380675183824,0.33475056175984175,-0.10308384895324707,-0.9776839017868042,0.1830519586801529,-0.9974491596221924,-0.4438339173793793,-0.16890396177768707,0.10352635383605957,0.1507490873336792,-0.5729140043258667 +181,-2.026608485665635,1.4502591120694661,-0.36097898269972084,-0.10796944051980972,-0.9927442073822021,0.05293133854866028,-1.300701379776001,-1.0221529006958008,0.20540492236614227,0.2959577143192291,0.6800457835197449,0.11079549789428711 +182,-1.4300030277258327,1.4803525507936146,-0.9581664638644117,-0.08942648023366928,-0.9959127306938171,-0.01267450861632824,0.19894151389598846,0.5774407982826233,-0.5332592129707336,-0.11612465232610703,0.3593466281890869,0.1295720934867859 +183,-1.6161506533000145,1.5359660358943223,-0.6682656301388575,-0.034789543598890305,-0.9993934631347656,0.0015789391472935677,-0.43004006147384644,1.9907870292663574,-0.06545107811689377,-0.2833562195301056,-0.7940941452980042,0.5971454381942749 +184,-2.8274954255327853,1.4712158641490114,0.6564004606956699,-0.030715158209204674,-0.9950459599494934,0.09455149620771408,1.3796277046203613,1.3161773681640625,-0.07784773409366608,-0.08197098970413208,-0.4135843515396118,-0.2985767126083374 +185,-2.856295249992007,1.342982887022397,0.8143500689959393,-0.06356340646743774,-0.9741625785827637,0.2167191207408905,0.608555018901825,0.5465512871742249,-0.20412351191043854,0.5094862580299377,0.18314683437347412,-0.1102127730846405 +186,-3.0414358859529957,1.3117594510261055,1.0077384618187941,-0.02561223693192005,-0.966637134552002,0.254865825176239,0.24963466823101044,-0.44669556617736816,-0.11786488443613052,-0.0933452844619751,0.5655904412269592,-0.3441603481769562 +187,-2.9929947107459762,1.3840981251479678,0.94507142864599,-0.02748078852891922,-0.9826224446296692,0.18357063829898834,-1.733713984489441,0.742677628993988,0.25951099395751953,-0.2668765187263489,0.36210840940475464,0.13777948915958405 +188,-2.5775207188774485,1.4623851468085,0.5302913010334827,-0.057846471667289734,-0.9941292405128479,0.09143713116645813,0.540693461894989,-0.535780131816864,0.482956200838089,-0.21894794702529907,-0.2769278287887573,0.5092861652374268 +189,-2.790178187546793,1.342689816214806,0.6736659352274187,-0.07784085720777512,-0.9740962982177734,0.21231317520141602,1.2827411890029907,-0.14348992705345154,0.2719593942165375,-0.10706513375043869,-0.8049715757369995,-0.1588158905506134 +190,-2.8161378610396364,1.338405469379399,0.6657322936020215,-0.0736377090215683,-0.9731185436248779,0.21821539103984833,-0.9240817427635193,-1.1868354082107544,-0.06329861283302307,0.2762134075164795,0.16502833366394043,-0.47734010219573975 +191,-2.492430912224271,1.4476999087330502,0.2243074409963492,-0.07422640919685364,-0.9924331903457642,0.09781014174222946,-1.5230906009674072,-0.455824077129364,0.3908802568912506,0.17882540822029114,0.6658493280410767,0.24880850315093994 +192,-2.274918786944454,1.5110455462995342,-0.002409489469660508,-0.04551387578248978,-0.9982154369354248,0.038657668977975845,0.05139056220650673,0.380103200674057,-0.759573757648468,-0.10209965705871582,0.18289262056350708,0.16092729568481445 +193,2.921184078437209,1.5044819151200257,1.1864558319869603,0.014487295411527157,-0.9978020191192627,0.0646614357829094,0.17665283381938934,1.6519711017608643,-0.3348802924156189,-0.22807982563972473,-0.6432958841323853,0.38944005966186523 +194,3.031665307815346,1.4084928997063324,1.1908305621442425,0.017727697268128395,-0.9868577122688293,0.16061729192733765,1.2070837020874023,1.193123459815979,0.04419645667076111,0.12552180886268616,-0.50450599193573,-0.32983720302581787 +195,-2.9973432895699577,1.3293638082654262,0.9758061182130593,-0.03436969220638275,-0.9709964394569397,0.23661091923713684,0.2155819535255432,-0.09468918293714523,-0.2028389275074005,0.40360188484191895,0.3182253837585449,-0.11307570338249207 +196,3.125935984844261,1.2999340918592002,1.123563845084116,0.004188964609056711,-0.9635405540466309,0.26752957701683044,0.4194946587085724,-0.17048786580562592,-0.2618206739425659,-0.10703319311141968,0.5819792747497559,-0.14935028553009033 +197,3.030630676495667,1.3470016984761255,1.1755667050737146,0.024575436487793922,-0.9750623106956482,0.22056646645069122,-1.7970199584960938,-0.5843596458435059,0.0487181581556797,-0.14005395770072937,0.4201611280441284,0.019713670015335083 +198,2.862190114766676,1.4885624519498775,1.3023625314020986,0.022652924060821533,-0.9966207146644592,0.07895547896623611,0.043483491986989975,-0.475195974111557,0.3088970482349396,-0.20191317796707153,-0.49430030584335327,0.5210963487625122 +199,-3.115371420492116,1.3786570030294776,0.9623138597264471,-0.005006617400795221,-0.9815979599952698,0.1908937692642212,1.2807941436767578,0.617508590221405,0.06551040709018707,-0.06782358884811401,-0.8173980116844177,-0.10399496555328369 +200,-3.049111239588831,1.357028238885366,0.9556204090843544,-0.019591446965932846,-0.9772384762763977,0.21123771369457245,-0.26758697628974915,-0.32402926683425903,0.016743486747145653,0.18049538135528564,0.17076557874679565,-0.5194499492645264 +201,-2.9455155185241533,1.4291702455091764,0.773459090145091,-0.027499880641698837,-0.9899877905845642,0.1384483277797699,-1.2542383670806885,-1.388692855834961,0.514607310295105,0.13675281405448914,0.5790075659751892,-0.07005846500396729 +202,-2.4337526820516504,1.5151231436100223,0.2055739723271289,-0.03617919236421585,-0.9984506368637085,0.0422762855887413,-0.3589538335800171,0.2053406834602356,-0.6738964319229126,-0.04978879913687706,0.32570594549179077,0.246709942817688 +203,3.04632158541771,1.4981492203590125,1.0704710613716664,0.006904654670506716,-0.9973623752593994,0.07225437462329865,0.3293900191783905,1.018904685974121,-0.24406710267066956,-0.20244604349136353,-0.6047799587249756,0.4922139644622803 +204,-3.1124096955526914,1.3429110041978656,1.0582224999021188,-0.006592018064111471,-0.97414630651474,0.22582174837589264,1.5993505716323853,1.8456485271453857,0.14559946954250336,0.2442629337310791,-0.34967565536499023,-0.31700825691223145 +205,-2.997088220413974,1.2452229135262478,1.0345918742440605,-0.04605942219495773,-0.9474674463272095,0.3165188431739807,0.09723217785358429,-0.3127644658088684,-0.5364301800727844,0.37181931734085083,0.3364291787147522,-0.2608548104763031 +206,3.0890454984086277,1.2388170756745571,1.1601022328137536,0.017118006944656372,-0.9453991055488586,0.32546478509902954,-0.2222708761692047,-1.022217035293579,-0.1131054162979126,-0.19056466221809387,0.6021985411643982,-0.32496121525764465 +207,3.0257182712869417,1.3319084089173934,1.2346721828340648,0.02735716477036476,-0.9716017246246338,0.23503568768501282,-1.3886440992355347,0.5788939595222473,0.1333589106798172,-0.30131345987319946,-0.03285384178161621,0.21602940559387207 +208,-3.0258721381108846,1.3554020127345274,1.0219032663556684,-0.02467815950512886,-0.9768921732902527,0.2123037874698639,0.7471104264259338,-0.413559228181839,0.8382459878921509,-0.08841997385025024,-0.4671691656112671,0.18192234635353088 +209,-2.878058360200214,1.2244822554737647,0.8494707664316189,-0.08842042833566666,-0.9406301975250244,0.3277142643928528,0.4350311756134033,0.6484585404396057,0.43625813722610474,0.13640931248664856,-0.3922097086906433,-0.3269970715045929 +210,-2.9077749788018554,1.2686896590001984,0.7913320601895093,-0.06893614679574966,-0.9547117948532104,0.28943613171577454,-1.4250428676605225,-1.9266501665115356,-0.2736400067806244,0.16164857149124146,0.24842822551727295,-0.31139349937438965 +211,-2.7304417904755383,1.4456970629818175,0.39315847791948316,-0.04986726492643356,-0.9921852946281433,0.11437442153692245,-1.1095032691955566,-0.33391332626342773,0.28602170944213867,0.09265292435884476,0.6832864284515381,0.34807372093200684 +212,-2.9647858646456293,1.4978255895037578,0.6306851097081277,-0.012823313474655151,-0.9973388314247131,0.07176993787288666,0.061016447842121124,0.7214319705963135,-0.6786025762557983,-0.09049394726753235,0.10256344079971313,0.26479315757751465 +213,2.7698551057679137,1.5033147129338278,1.2845513061330154,0.024494173005223274,-0.9977239966392517,0.06282757222652435,0.3075599670410156,0.7893505692481995,-0.10511299967765808,-0.23799514770507812,-0.7142512798309326,0.25086259841918945 +214,3.122447234100258,1.395309260443268,1.0321410953082129,0.003342362819239497,-0.9846416115760803,0.17455634474754333,1.4412305355072021,1.542628288269043,0.1532343029975891,0.3012688159942627,-0.20807689428329468,-0.18986082077026367 +215,-3.074041331522524,1.3162574416318396,0.975621284976176,-0.01699643023312092,-0.9677795171737671,0.2512248456478119,0.20318211615085602,-0.2110084891319275,-0.09866674989461899,0.13548094034194946,0.37453311681747437,-0.16156414151191711 +216,-3.068450629585191,1.3300562241657778,0.869349055416194,-0.017423151060938835,-0.9711617827415466,0.23778492212295532,-0.5257734656333923,-1.4975292682647705,0.5298698544502258,-0.09082269668579102,0.63023442029953,-0.26024574041366577 +217,-2.7592778139954435,1.4324462573989332,0.5386221892355973,-0.05145002529025078,-0.9904448986053467,0.12795351445674896,-0.9406234622001648,1.3650481700897217,-0.2675960063934326,-0.3524806499481201,0.26862776279449463,0.35256099700927734 +218,-2.465221268049268,1.4721364918578765,0.3129578822279037,-0.06165812909603119,-0.9951370358467102,0.07681557536125183,0.22271499037742615,-0.838559627532959,0.5365048050880432,-0.048083074390888214,-0.33660435676574707,0.2979249954223633 +219,-2.7754824984352466,1.3191768458851614,0.5945647927841158,-0.08912874758243561,-0.9685105085372925,0.2324724644422531,1.3474164009094238,0.6813634037971497,-0.08168672025203705,-0.0845009908080101,-0.6505690217018127,-0.4746752083301544 +220,-2.8374415294781965,1.3386640247114736,0.6275007549655136,-0.06889699399471283,-0.9731780886650085,0.21949374675750732,-1.0534329414367676,-1.2956713438034058,0.1010623574256897,0.2688329219818115,0.24968266487121582,-0.2792166471481323 +221,-2.5009267324417577,1.4439629911133662,0.14301100915294734,-0.07560829818248749,-0.9919674396514893,0.10140877962112427,-0.871176540851593,-0.6898905634880066,0.1151694729924202,0.2171793431043625,0.7001584768295288,0.32791244983673096 +222,-2.6790764362419788,1.494429829356993,0.30111971402589355,-0.034041132777929306,-0.9970855116844177,0.06827526539564133,0.08774709701538086,0.3184468448162079,-0.7906578779220581,-0.0511181615293026,0.12486273050308228,0.14162468910217285 +223,-3.097671079443004,1.4748321084819547,0.8584944074458065,-0.004207078833132982,-0.9953989386558533,0.09572455286979675,0.46419140696525574,1.7319618463516235,-0.22112135589122772,-0.1311994194984436,-0.7216267585754395,0.26024770736694336 +224,-3.031307654791627,1.394899560400687,0.9666318187258158,-0.019259808585047722,-0.9845700263977051,0.17392809689044952,0.7667539715766907,1.5069893598556519,0.20774206519126892,0.45370805263519287,-0.3338351249694824,-0.14202189445495605 +225,-2.9959255124212256,1.3255204432613692,1.0108648840314365,-0.03524664789438248,-0.9700703620910645,0.24025319516658783,0.28197532892227173,-0.38087478280067444,-0.4280638098716736,0.17639046907424927,0.41135430335998535,-0.24669235944747925 +226,-3.1326071597081726,1.3136023448437395,1.0664283296382018,-0.0022855924908071756,-0.9671075344085693,0.25435784459114075,-0.2820388078689575,-1.0407934188842773,0.05036451667547226,-0.26443803310394287,0.6507318019866943,-0.32770681381225586 +227,3.1274012452000406,1.3778852127104615,1.0729622210758571,0.0027206353843212128,-0.9814502596855164,0.1916971504688263,-0.5528481602668762,0.9250513315200806,-0.14966320991516113,-0.3064621090888977,-0.1691843867301941,0.4725637435913086 +228,-2.880926869503326,1.3974343445925512,0.8008986321715517,-0.04445613920688629,-0.9850103855133057,0.1666680872440338,1.1874713897705078,-0.8977484703063965,0.6336552500724792,0.0386883020401001,-0.22423338890075684,0.2551306486129761 +229,-2.9008166297341047,1.268659459664111,0.721992889237558,-0.07095541805028915,-0.9547027945518494,0.2889777719974518,0.13774661719799042,-0.35196518898010254,0.23941902816295624,0.01855669915676117,-0.44115614891052246,-0.40618056058883667 +230,-2.9037924379709197,1.3126671162939205,0.6458572630597391,-0.060133274644613266,-0.9668692350387573,0.24808844923973083,-1.0264300107955933,-0.7799075245857239,-0.10683528333902359,0.22483664751052856,0.3861349821090698,-0.20746958255767822 +231,-2.6496209538149325,1.4113649340699572,0.3093677514538581,-0.07499118149280548,-0.9873177409172058,0.1399288922548294,-1.068864345550537,-0.6385582089424133,-0.07344669848680496,0.19840428233146667,0.7587258219718933,0.04241369664669037 +232,-2.868084421472727,1.4504422460063633,0.5203797046743613,-0.0324304960668087,-0.9927662014961243,0.11560077220201492,0.5025587677955627,0.4940730929374695,-0.6764433979988098,-0.073496013879776,-0.26655691862106323,0.2821805477142334 +233,-3.1047945849947682,1.4230921072791471,0.8913809459472298,-0.00541425496339798,-0.9891115427017212,0.14706780016422272,0.9753428101539612,1.0327430963516235,-0.12313936650753021,-0.08555865287780762,-0.7251370549201965,-0.013828054070472717 +234,-3.067699500494275,1.3008908498548089,0.9535071850449162,-0.019684985280036926,-0.963796079158783,0.2659129202365875,1.4392831325531006,0.6278721690177917,0.12884734570980072,0.2774212062358856,-0.07334387302398682,-0.1157207190990448 +235,-3.131483034267905,1.2528902801479427,1.0272236786977968,-0.003159989370033145,-0.9498920440673828,0.31256186962127686,-0.021895891055464745,-0.6145254969596863,-0.28795334696769714,0.01013326644897461,0.37668049335479736,-0.40808191895484924 +236,3.11692407448527,1.278247125457385,1.0277252065207951,0.007113554980605841,-0.957511842250824,0.28830650448799133,-0.7756263017654419,0.042122140526771545,0.3300301134586334,-0.3180113732814789,0.490592896938324,-0.13306355476379395 +237,3.1270722392381383,1.375810312239385,1.0737273040246074,0.0028132745064795017,-0.9810503721237183,0.19373254477977753,-0.570904016494751,0.5556501150131226,-0.031197277829051018,-0.26093095541000366,-0.11689579486846924,0.37462687492370605 +238,-3.002165867848632,1.3399648948832772,0.8862041169988124,-0.031795747578144073,-0.9734765291213989,0.22656653821468353,1.0722612142562866,-0.7930899262428284,0.4407235383987427,-0.12689566612243652,-0.4602392315864563,-0.05507303774356842 +239,-2.9555613473842945,1.2507804467849941,0.7617615083194813,-0.05818495154380798,-0.949230432510376,0.3091532588005066,-0.24956029653549194,-1.1383029222488403,0.31774425506591797,0.05229507014155388,-0.4200778603553772,-0.7319439053535461 +240,-2.9684815067436747,1.3436525753378805,0.6170934193102119,-0.0387895368039608,-0.9743135571479797,0.22183021903038025,-1.604944109916687,-1.3494255542755127,0.46488481760025024,0.1329362690448761,0.37778645753860474,0.05020344257354736 +241,-2.835725142917436,1.4470802100554578,0.3816630856057782,-0.037158720195293427,-0.9923568964004517,0.11767394095659256,-0.4372473955154419,-0.5990850329399109,-0.3323109745979309,0.026172399520874023,0.6896835565567017,0.07075679302215576 +242,3.0827123493761444,1.4522931472016771,0.7127184233263053,0.006957086268812418,-0.9929867386817932,0.11801984906196594,0.7375345230102539,0.6510246396064758,-0.26298946142196655,-0.318205863237381,-0.40451985597610474,0.3545600175857544 +243,3.0812639792478853,1.3583136886162634,0.8503203997096899,0.012714799493551254,-0.977510392665863,0.21050305664539337,1.2504624128341675,1.4782546758651733,-0.27980777621269226,-0.18617671728134155,-0.7107676863670349,-0.09665720164775848 +244,-3.0622528765218116,1.2585632665617774,0.807668931397616,-0.02434636652469635,-0.9516499638557434,0.30621790885925293,0.4435839056968689,0.037588369101285934,0.3376242518424988,0.48317816853523254,-0.07056677341461182,-0.18903043866157532 +245,-3.109743636626036,1.2664492637832097,0.7771781070056428,-0.009542593732476234,-0.9540427923202515,0.2995184063911438,-0.2677572965621948,-1.2273815870285034,0.1652389019727707,-0.1315096616744995,0.5647605657577515,-0.254871129989624 +246,3.073252367694085,1.29624245305545,0.758279489384705,0.018513845279812813,-0.9625462293624878,0.2704848647117615,-0.706505298614502,-0.7768946290016174,0.09319374710321426,-0.29018133878707886,0.5645054578781128,-0.11266326904296875 +247,2.999352497731099,1.3463312671258176,0.7872359461429332,0.031553834676742554,-0.9749132990837097,0.22033683955669403,-0.22992178797721863,-0.27655401825904846,0.19431285560131073,-0.20034655928611755,-0.6310741901397705,0.5591583251953125 +248,-3.057752616125694,1.3306529459862433,0.5243091838935198,-0.019917337223887444,-0.9713038802146912,0.23700666427612305,0.9461535215377808,-1.0404200553894043,0.5095682144165039,-0.0737716555595398,-0.6616459488868713,-0.19187116622924805 +249,-3.080619218647232,1.2795193351414362,0.48283856841976774,-0.01749924011528492,-0.9578779339790344,0.28664201498031616,-0.13577204942703247,-1.184624195098877,0.18041163682937622,0.16132856905460358,-0.2888414263725281,-0.47908592224121094 +250,-3.024648153207602,1.3677099221103584,0.2994840451201631,-0.023533113300800323,-0.9794487357139587,0.2003149837255478,-1.4773755073547363,-0.791831374168396,0.705830991268158,0.09860634803771973,0.5320764780044556,0.017061680555343628 +251,-2.530399323616828,1.4959675886063113,-0.2671938402116963,-0.04289945587515831,-0.9972016215324402,0.06122400984168053,-1.0467026233673096,-0.23371483385562897,-0.42393758893013,0.16191799938678741,0.6775758862495422,0.1671541929244995 +252,3.092640134102231,1.4997830227529123,0.42526459302541125,0.003472080221399665,-0.9974796175956726,0.07087084650993347,0.9787533283233643,2.1889920234680176,-0.3681384325027466,-0.32381510734558105,-0.6828946471214294,0.5325684547424316 +253,3.135547029697182,1.4297618958106961,0.5741209010028909,0.000849817181006074,-0.9900711178779602,0.14056560397148132,1.0057768821716309,1.5566964149475098,-0.2757341265678406,0.19858253002166748,-0.5511429905891418,-0.2768876552581787 +254,-3.0390024969855243,1.3541957467633852,0.5844530580080514,-0.022009151056408882,-0.9766336679458618,0.21378155052661896,0.16573549807071686,0.8772696256637573,-0.35112476348876953,0.39385056495666504,0.26120996475219727,-0.013982981443405151 +255,3.1373989222620047,1.3194496563380849,0.7287473183573973,0.001043013297021389,-0.9685783982276917,0.24870623648166656,0.5130375027656555,-0.3826941251754761,-0.37654539942741394,-0.02867668867111206,0.6879998445510864,-0.31155717372894287 +256,3.1257430004306137,1.3517249213034888,0.6426458323360322,0.0034443563781678677,-0.9760996699333191,0.21729610860347748,-1.1109013557434082,-0.3900456428527832,0.18949075043201447,-0.4893147051334381,0.45189929008483887,0.09224367141723633 +257,-2.986063491157066,1.421815150103667,0.4812622014319233,-0.022992514073848724,-0.9889228343963623,0.14664016664028168,0.13520024716854095,-0.10457904636859894,0.7826480269432068,-0.21492251753807068,-0.49958741664886475,0.5310484170913696 +258,-2.9433968889784623,1.2840706482114175,0.405565018815587,-0.055686064064502716,-0.9591750502586365,0.2772763669490814,0.5534495115280151,0.06865276396274567,-0.050223398953676224,-0.0031823329627513885,-0.7179489135742188,-0.3416685163974762 +259,-2.948395225375151,1.2961376208739732,0.3875569928877361,-0.05207342281937599,-0.9625177979469299,0.2661728858947754,-0.8797135949134827,-0.7971076965332031,-0.07412504404783249,0.3130139708518982,0.22249698638916016,-0.4387039840221405 +260,-2.812813967332041,1.4125956486369982,0.1659529501300384,-0.050868287682533264,-0.9875123500823975,0.1491035372018814,-1.2910689115524292,-0.5285723209381104,0.4355108439922333,0.07163549959659576,0.649972677230835,0.07956469058990479 +261,-2.73337469960216,1.5032876710343008,0.050033785200846045,-0.026778731495141983,-0.9977221488952637,0.0619141161441803,-0.11692950129508972,0.15683655440807343,-0.5693336129188538,-0.08088728785514832,0.20040470361709595,0.2929443120956421 +262,3.0686331631344816,1.4672267753023243,0.6528997901566375,0.007536271121352911,-0.9946414828300476,0.10311056673526764,0.050004664808511734,1.5777748823165894,-0.19188033044338226,-0.08218225836753845,-0.6883878111839294,0.24138714373111725 +263,3.139895941047264,1.3900462354439997,0.7143744092791698,0.0003050137893296778,-0.9837091565132141,0.17976734042167664,1.0160731077194214,1.1515101194381714,-0.042953722178936005,0.19261187314987183,-0.28125977516174316,-0.16417288780212402 +264,-3.072964844794273,1.320238430155979,0.7421620584819874,-0.017002545297145844,-0.9687742590904236,0.24736101925373077,0.1598065346479416,0.22331950068473816,-0.21658724546432495,0.28108641505241394,0.2965635657310486,-0.19154441356658936 +265,3.125081299608341,1.299273316999488,0.8062707570816005,0.0044281273148953915,-0.963363528251648,0.26816242933273315,0.18816260993480682,-0.5942245125770569,-0.16016462445259094,-0.09227299690246582,0.5722808241844177,-0.30574479699134827 +266,3.0871779635647965,1.3402202080652748,0.8043478548916506,0.012429706752300262,-0.973534882068634,0.2282000631093979,-0.793287992477417,0.49581295251846313,0.059227362275123596,-0.30394884943962097,0.06284463405609131,0.27688121795654297 +267,-2.969690640101615,1.3993214435359913,0.6071298568880077,-0.029188308864831924,-0.9853341579437256,0.1681203842163086,0.8862061500549316,-0.275482177734375,0.8151957988739014,-0.09533867239952087,-0.14435017108917236,0.5308237075805664 +268,-2.913174451930761,1.2815386871816214,0.5011862731796668,-0.06458918005228043,-0.9584559202194214,0.2778322398662567,0.2667537331581116,0.47476863861083984,0.45186692476272583,-0.025819160044193268,-0.46346503496170044,-0.3296816051006317 +269,-2.8571362398937006,1.29098174542191,0.3958150604072714,-0.07750510424375534,-0.9611066579818726,0.26507851481437683,-0.8989652991294861,-0.8556267619132996,-0.04279638081789017,0.20105554163455963,0.2750716805458069,-0.2464781403541565 +270,-2.6206262155967903,1.3979771936090524,0.03379918250448814,-0.08558747172355652,-0.9851039052009583,0.1491471529006958,-1.4872636795043945,-0.9635714292526245,0.5191825032234192,0.1910715103149414,0.5489162802696228,0.1677320897579193 +271,-2.4793764491800268,1.470629651757239,-0.14858762479000603,-0.061487335711717606,-0.9949874877929688,0.07886407524347305,0.06199498102068901,0.05738164484500885,-0.4589953124523163,-0.04479013383388519,-0.08267992734909058,0.24523261189460754 +272,-2.707780437871694,1.4657500449086363,0.11902302917007353,-0.04407377168536186,-0.9944877028465271,0.09514176100492477,0.5975204706192017,0.1885131448507309,0.08887705951929092,-0.19986850023269653,-0.7263680696487427,0.07534469664096832 +273,-2.9079507539009364,1.3333893346444978,0.41781028266209763,-0.0544501356780529,-0.9719510674476624,0.22879339754581451,1.4722691774368286,0.8916338682174683,-0.020256314426660538,0.4578162133693695,-0.24151939153671265,-0.18648087978363037 +274,-2.991754187769037,1.294941678213869,0.5152684809973824,-0.04065882787108421,-0.9621927738189697,0.26931726932525635,0.0430334210395813,-0.2766146659851074,-0.37284785509109497,0.1441439390182495,0.419971764087677,-0.23039212822914124 +275,-2.9877360781482105,1.3100891260439758,0.44279048464416254,-0.039502356201410294,-0.9662079215049744,0.2547188401222229,-0.6900269985198975,-0.43877795338630676,0.7205581068992615,-0.17796590924263,0.45590829849243164,-0.1592903435230255 +276,-2.5459787796603464,1.4255809549033878,0.11017748957998352,-0.08118171989917755,-0.9894747734069824,0.1197870522737503,-1.3170464038848877,1.882503628730774,0.046653926372528076,-0.15554314851760864,-0.18322408199310303,0.3892461061477661 +277,-2.32739449927949,1.4006388018038858,-0.06251123072542548,-0.12313813716173172,-0.9855580925941467,0.11624208092689514,1.6848387718200684,-0.6489859819412231,0.18722528219223022,-0.15789824724197388,-0.394461989402771,0.06864869594573975 +278,-2.704519905144925,1.2810423098451722,0.26047580907160833,-0.12094080448150635,-0.9583141803741455,0.2588578164577484,-0.01976718381047249,-0.13689838349819183,-0.09884055703878403,0.008834481239318848,-0.2633349895477295,-0.2882920503616333 +279,-2.68658298773837,1.3575527477743976,0.17597315781071243,-0.0930059403181076,-0.9773496389389038,0.19009949266910553,-1.0817458629608154,-0.8497279286384583,-0.0759877860546112,0.1339452564716339,0.41616177558898926,-0.20807430148124695 +280,-2.1478419382502527,1.4577730447645338,-0.3788072579218183,-0.09452086687088013,-0.9936196804046631,0.06152873858809471,-0.6024662256240845,0.2693725526332855,-0.3198263943195343,0.22309145331382751,0.6535775661468506,0.17768335342407227 +281,-2.713474413724585,1.4964780013193855,0.2306304085213399,-0.030825622379779816,-0.9972396492958069,0.06754887849092484,0.5961263179779053,0.5096970200538635,-0.7140790224075317,-0.23663043975830078,-0.5199264287948608,0.16981685161590576 +282,-2.971256494728992,1.4625755405770304,0.5959375747885977,-0.018309306353330612,-0.9941498637199402,0.10644765943288803,1.4565439224243164,0.4324910044670105,0.29856279492378235,-0.06201297044754028,-0.7049621343612671,-0.2937798500061035 +283,-3.0021743725736547,1.3831697645800707,0.6682682633092053,-0.025921164080500603,-0.9824497103691101,0.18471752107143402,-0.22386081516742706,-0.41905826330184937,0.2774115204811096,0.5155146718025208,-0.0014827251434326172,-0.10262526571750641 +284,3.0893868690124218,1.382261565363159,0.8049315130986768,0.00977998785674572,-0.982279896736145,0.18716511130332947,0.6038171052932739,-0.49334925413131714,-0.13399867713451385,-0.0006247153505682945,0.5399885177612305,-0.01713643968105316 +285,-3.106841633331274,1.373585094767526,0.6525029795804765,-0.006807568483054638,-0.9806168079376221,0.19581663608551025,-0.9282686710357666,-0.594943642616272,0.4579923152923584,-0.2559182643890381,0.5461381077766418,-0.1191108375787735 +286,-2.8014031898742586,1.4580602576789605,0.3455617585945103,-0.03753706067800522,-0.9936520457267761,0.10605185478925705,-0.296783447265625,0.5913174152374268,0.5429840683937073,-0.2872462570667267,-0.5615697503089905,0.5409055948257446 +287,-2.5585745327374845,1.373699562089746,0.0886041545929105,-0.10780967772006989,-0.9806392192840576,0.1634741574525833,1.8763377666473389,-1.1207306385040283,0.7769105434417725,-0.16843542456626892,-0.6649296283721924,-0.1896277666091919 +288,-2.8400696931207436,1.3015659102472983,0.301888044870114,-0.07899203896522522,-0.9639759063720703,0.25398901104927063,-0.7671760320663452,-0.847150981426239,-0.7599006295204163,0.03568759560585022,-0.21290379762649536,-0.45642751455307007 +289,-3.0286872123569983,1.4127516212429942,0.4521539571453042,-0.01773211918771267,-0.9875369071960449,0.1563849151134491,-1.1405540704727173,0.37459596991539,-0.20470760762691498,0.12170550227165222,0.6520572900772095,0.0025048106908798218 +290,2.2285665934273027,1.5099469228360207,1.467238486730518,0.04812217503786087,-0.9981492757797241,0.0371762216091156,-0.6419122219085693,-0.18027707934379578,-0.9154778122901917,0.09434912353754044,0.5008196830749512,0.2594088315963745 +291,2.019862357914442,1.4271539857032103,1.7309559655882447,0.12895648181438446,-0.9897011518478394,0.062144599854946136,0.46029648184776306,2.0282816886901855,-0.3996391296386719,-0.34273210167884827,-0.8930045366287231,0.4940687417984009 +292,2.422046375301335,1.4046807714766216,1.4859900905780137,0.10897405445575714,-0.9862344861030579,0.12436191737651825,1.1607369184494019,1.5837678909301758,0.09958718717098236,0.11975519359111786,-0.5138568878173828,-0.31848418712615967 +293,2.816604682923115,1.3725508067853647,1.2005356948628494,0.06288554519414902,-0.9804136157035828,0.18664033710956573,0.05940106138586998,0.5719774961471558,0.6794576048851013,0.4413563907146454,0.18202799558639526,-0.019083619117736816 +294,2.854620342752461,1.3341758317957184,1.1612883906404983,0.06635215878486633,-0.9721357226371765,0.22483229637145996,0.5372127890586853,-0.5234626531600952,-0.04854900389909744,-0.10434654355049133,0.5166151523590088,-0.17948317527770996 +295,2.8933826605265924,1.3360770078170043,1.0177262032591115,0.05713510513305664,-0.9725796580314636,0.22544188797473907,-0.780672013759613,-1.208776593208313,0.44828689098358154,-0.09828807413578033,0.45162951946258545,-0.25313669443130493 +296,2.8425079609013455,1.46734430344633,1.0166965525996303,0.03042713552713394,-0.994653582572937,0.09868250787258148,-0.8832069635391235,-0.2103714793920517,0.7177934646606445,-0.23288074135780334,-0.5783291459083557,0.7164267301559448 +297,-2.944178405114008,1.3547684671765627,0.4855444562153758,-0.04204174503684044,-0.9767565727233887,0.21018829941749573,1.788313627243042,-0.5913110375404358,0.5113900899887085,-0.03365710377693176,-0.8172955513000488,-0.18462979793548584 +298,-2.9754748628142687,1.3214738669847932,0.5097262792641745,-0.04080096632242203,-0.969079852104187,0.24335125088691711,-0.546690821647644,-0.35391393303871155,-0.05177682265639305,0.22210592031478882,0.07305312156677246,-0.38800451159477234 +299,-2.9893021404364144,1.4524831658817594,0.4172602551862015,-0.017906803637742996,-0.9930091500282288,0.11667276173830032,-2.005175828933716,-1.268236517906189,0.06346212327480316,0.12389436364173889,0.6551031470298767,0.18960167467594147 +300,2.4192474657794305,1.5451129930111638,1.2658998685880585,0.016982970759272575,-0.9996702075004578,0.019271988421678543,-0.030844906345009804,0.2701142132282257,-0.5417660474777222,-0.17407220602035522,0.2065640091896057,0.20013415813446045 +301,2.134029694120397,1.5055964289753796,1.6289976910731345,0.05508992448449135,-0.9978752136230469,0.03478724882006645,-0.3221471607685089,1.5329480171203613,-0.03407927602529526,-0.29665181040763855,-0.6963996887207031,0.5555599927902222 +302,2.9144905410233166,1.4408770374735256,0.9504280707355024,0.029169678688049316,-0.991572380065918,0.1262272149324417,1.1183762550354004,1.4911185503005981,0.29144343733787537,0.2715200185775757,-0.32570356130599976,-0.18469883501529694 +303,-3.0313100986387096,1.403709462235594,0.7011479324004259,-0.01830403134226799,-0.9860734343528748,0.16530053317546844,0.017995107918977737,0.6215620636940002,-0.709911048412323,0.3751308023929596,0.5126237273216248,-0.03261005878448486 +304,3.0296561350312574,1.3440138317068984,0.9527826528665171,0.025115691125392914,-0.9743948578834534,0.22343650460243225,0.4518166482448578,-1.2304368019104004,0.3639254868030548,-0.04493686556816101,0.5040885210037231,-0.3553183078765869 +305,3.0235048024176048,1.4243779936079604,0.7797177379987095,0.017188549041748047,-0.9892999529838562,0.14488008618354797,-1.307331919670105,-1.0554747581481934,0.45969805121421814,-0.29816389083862305,0.0549432635307312,0.3531820774078369 +306,-2.9348973481499345,1.4371985151738638,0.5176778577199787,-0.027336278930306435,-0.9910891056060791,0.13036517798900604,0.674885630607605,0.5030548572540283,0.3879035711288452,-0.14453870058059692,-0.4295956492424011,0.25749802589416504 +307,-3.0175471335843396,1.3175796976119216,0.6399896949624276,-0.03099624067544937,-0.9681115746498108,0.2485949844121933,0.5204384326934814,0.7938897609710693,-0.10758528858423233,0.018835004419088364,-0.4426398277282715,-0.2495867908000946 +308,-3.136778918383301,1.3852212754328477,0.7532316551993625,-0.0008881852263584733,-0.982830286026001,0.18450918793678284,-0.699470043182373,-0.5030353665351868,-0.15996631979942322,0.1550324559211731,0.390682578086853,-0.28904712200164795 +309,-2.9462588472942617,1.4743468147278227,0.5072270467270094,-0.018691536039114,-0.9953523278236389,0.09447009116411209,-1.3697535991668701,-0.8871933221817017,0.3037291169166565,0.1215205192565918,0.6907104849815369,0.08672811090946198 +310,1.1353710363283245,1.557726793356011,2.6896114732839114,0.011848918162286282,-0.9999145865440369,-0.0055121625773608685,0.28762829303741455,0.1401376575231552,-0.22279591858386993,-0.09571123123168945,-0.35834646224975586,0.22465890645980835 +311,2.387002158814754,1.5422742774767004,1.50507849537807,0.01953515037894249,-0.9995932579040527,0.02077748253941536,1.102941870689392,0.07915778458118439,0.28774315118789673,-0.2292519509792328,-0.7515969276428223,-0.27056384086608887 +312,-3.124854746248494,1.407503484044528,0.9031649356960744,-0.0027209091931581497,-0.9866973161697388,0.16254451870918274,0.9683660864830017,2.078554391860962,0.13350309431552887,0.4222460389137268,-0.1341521143913269,-0.07111385464668274 +313,3.1064722918327297,1.36249967636805,1.0425163851404526,0.007261147256940603,-0.9783845543861389,0.20666533708572388,0.6281349658966064,0.21981392800807953,-0.5624296069145203,0.15162864327430725,0.5014407634735107,-0.15771523118019104 +314,3.0240343300415566,1.3304680017929817,1.0338801384996468,0.027916910126805305,-0.9712598919868469,0.23637787997722626,-0.2954230010509491,-1.3393604755401611,0.36076095700263977,-0.19190311431884766,0.5934066772460938,-0.2672770619392395 +315,2.9794094845381056,1.4299542726042664,1.0717756028983927,0.022667214274406433,-0.9900981187820435,0.1385354846715927,-0.9750741124153137,-0.04129250347614288,0.3495556116104126,-0.2677538990974426,-0.5625141859054565,0.5051107406616211 +316,-3.028664712399418,1.3583330926587327,0.7522311436555331,-0.02376229502260685,-0.9775144457817078,0.2095247358083725,1.7844430208206177,-0.7235670685768127,0.3995461165904999,0.008778156712651253,-0.8483063578605652,-0.19652427732944489 +317,-2.9814093130909147,1.2956786198141557,0.7093160053256057,-0.04332961514592171,-0.9623932242393494,0.2681826055049896,0.09035224467515945,-0.39430466294288635,0.14052216708660126,0.2313942015171051,-0.035104334354400635,-0.37275099754333496 +318,-2.9940655670103595,1.3882521680931863,0.6130914466058931,-0.02668384648859501,-0.9833850264549255,0.179560124874115,-1.724220633506775,-1.676790714263916,0.3543376922607422,0.21027761697769165,0.6724414825439453,-0.10473097860813141 +319,-2.625806789042913,1.5220100082734151,0.17936540208932233,-0.02405182458460331,-0.9988101720809937,0.042420968413352966,-0.5639541745185852,0.17632107436656952,-0.6297428011894226,0.006290588527917862,0.4944767951965332,0.22480618953704834 +320,2.547012347220154,1.5228128495403224,1.3747496985502037,0.026868660002946854,-0.9988490343093872,0.03973420709371567,-0.5102816224098206,1.6834568977355957,-0.03298890218138695,-0.37089332938194275,-0.8259038329124451,0.5438686609268188 +321,-3.1186693666881844,1.444043535676123,0.8674399150664495,-0.0028975638560950756,-0.9919776320457458,0.12638048827648163,1.3205320835113525,1.447852373123169,0.33979570865631104,0.17364341020584106,-0.40893179178237915,-0.22808027267456055 +322,-2.943685476258454,1.3415283433831786,0.7746614765025137,-0.04468434303998947,-0.9738330245018005,0.22282885015010834,0.6980212330818176,0.1501830667257309,-0.5399230718612671,0.42847341299057007,0.235185444355011,-0.061238259077072144 +323,-3.1350364373279307,1.3099240075052911,0.959973345971386,-0.00169099192135036,-0.9661653637886047,0.25791823863983154,0.18707548081874847,-0.2656250298023224,-0.38735002279281616,-0.07571685314178467,0.7154634594917297,-0.30078017711639404 +324,3.0090500024703504,1.3707351667927945,1.1062591192146718,0.026263106614351273,-0.9800544381141663,0.19698666036128998,-1.693848729133606,1.1249630451202393,-0.20106646418571472,-0.31022918224334717,0.19338750839233398,0.22661256790161133 +325,-3.1391090257586183,1.447340503767033,0.9994144198279991,-0.0003058412403333932,-0.9923890233039856,0.12314269691705704,0.6959764361381531,-0.15973757207393646,0.6838380098342896,-0.09835746884346008,-0.24567866325378418,0.36857175827026367 +326,-2.9996308458863177,1.3217837292880352,0.8084788757345095,-0.03486865013837814,-0.9691562652587891,0.2439677119255066,0.7612371444702148,-0.012363843619823456,0.2813684642314911,0.012392465025186539,-0.5515040755271912,-0.2094675600528717 +327,-3.0936471675433315,1.3273320000292628,0.858451099644352,-0.011553613469004631,-0.9705086946487427,0.2407892793416977,-0.7574777007102966,-1.165183424949646,-0.15522567927837372,0.22642788290977478,0.15851223468780518,-0.37567687034606934 +328,-3.1014940402314735,1.4570044102016426,0.7576110555800445,-0.004551799036562443,-0.993532657623291,0.11345428228378296,-1.3551744222640991,-0.45373889803886414,0.20554257929325104,0.04546061158180237,0.6685968637466431,0.17180870473384857 +329,2.524318562204161,1.5138503282201672,1.424006789130771,0.032943256199359894,-0.9983789920806885,0.0464119091629982,-0.10270745307207108,0.4963749647140503,-0.6575008630752563,-0.14742997288703918,0.09855300188064575,0.14116430282592773 +330,2.365155471480916,1.4784474671286838,1.679072448220702,0.06462077051401138,-0.9957388639450073,0.06578940153121948,0.22627823054790497,1.135017991065979,-0.20418478548526764,-0.2177427113056183,-0.6700936555862427,0.4524754285812378 +331,2.8640560866014515,1.38276444644068,1.2887388666372819,0.0512150414288044,-0.9823740124702454,0.17977187037467957,0.8869092464447021,1.3565409183502197,0.13681955635547638,0.3251887559890747,-0.41888612508773804,-0.18462422490119934 +332,3.003169595265063,1.3285867111104983,1.223432352628456,0.03309473767876625,-0.9708103537559509,0.23755501210689545,0.3779633045196533,-0.12073138356208801,-0.6267470121383667,0.25914159417152405,0.3600466251373291,-0.20729678869247437 +333,2.874602706439812,1.2883262279390046,1.304271745556939,0.07353668659925461,-0.960369884967804,0.2688528299331665,0.23894786834716797,-0.8500983715057373,0.09988640248775482,-0.1662490963935852,0.5955933928489685,-0.3370138704776764 +334,2.7624479904132566,1.3518161329222873,1.3987065168050012,0.08040409535169601,-0.9761195182800293,0.20180673897266388,-1.1777849197387695,0.21304911375045776,0.13976113498210907,-0.22751405835151672,-0.04829460382461548,0.3026794195175171 +335,2.91517546776835,1.3897329579947457,1.2290614267855056,0.040424685925245285,-0.9836527705192566,0.17547929286956787,0.9623527526855469,-0.19641488790512085,0.7623109817504883,-0.04132494702935219,-0.23096203804016113,0.26192915439605713 +336,3.094166215303643,1.275976429119257,1.0012140871479858,0.013775424100458622,-0.9568544626235962,0.29024094343185425,0.4266594648361206,-0.21265940368175507,0.06665018200874329,-0.046932756900787354,-0.4350370168685913,-0.367694616317749 +337,3.022030142713751,1.3201752347061706,0.9816047950078635,0.02958155982196331,-0.9687585830688477,0.2462349236011505,-1.173624873161316,-1.143680453300476,0.2964980900287628,0.09523531794548035,0.23940378427505493,-0.14622880518436432 +338,2.995061063709089,1.4793253202920458,0.9137251695712155,0.01333685778081417,-0.9958194494247437,0.09036459028720856,-0.7819222211837769,-0.3889271914958954,-0.052364662289619446,0.06973198056221008,0.7501376867294312,0.21392619609832764 +339,2.5453288530585403,1.4749243950466635,1.3703486492587604,0.05375554412603378,-0.9954078197479248,0.07920767366886139,0.4403071999549866,0.2500092387199402,-0.3673788905143738,-0.20042303204536438,-0.34149110317230225,0.1752936840057373 +340,2.679079293564797,1.4484819779525662,1.3365573972307392,0.054440371692180634,-0.9925289154052734,0.1091901883482933,1.215461015701294,0.6886298656463623,0.28526148200035095,-0.14593204855918884,-0.7990970015525818,-0.019544847309589386 +341,3.0989872380710146,1.3400780370601697,0.999378952188678,0.009739900007843971,-0.9735023975372314,0.22846874594688416,0.6721029877662659,0.35424602031707764,0.838559627532959,0.5613660216331482,0.057685256004333496,-0.15856829285621643 +342,3.049285340660995,1.3015926418814276,1.0511220097888914,0.024515556171536446,-0.9639829993247986,0.2648315131664276,0.2915097177028656,-0.3921170234680176,-0.32153579592704773,-0.08416217565536499,0.4615568518638611,-0.285919189453125 +343,2.9282728877822493,1.2968270522115821,1.1294698947439474,0.0572778545320034,-0.962704598903656,0.2644217908382416,-0.7133243680000305,-0.2846018970012665,-0.11731333285570145,-0.2258874624967575,0.5351839661598206,-0.18466418981552124 +344,2.8309497861616366,1.4050704032813977,1.2124799647000595,0.05042612552642822,-0.9862988591194153,0.15707288682460785,-0.5064767599105835,-0.4870277941226959,0.2791379988193512,-0.14979135990142822,-0.3640124797821045,0.517579197883606 +345,-3.1366684465661594,1.381928641061725,0.8441387295441943,-0.0009245002875104547,-0.9822174310684204,0.18774451315402985,0.8324481248855591,-0.6984838843345642,0.5221427083015442,0.0006650984869338572,-0.5076659321784973,-0.050735846161842346 +346,-3.041416083886961,1.3018883811169952,0.7162782728153497,-0.026570264250040054,-0.9640616178512573,0.26434648036956787,-0.07752962410449982,-0.05020933598279953,-0.04576103761792183,0.14246076345443726,-0.19430923461914062,-0.44368305802345276 +347,-3.09967818380979,1.3869888182346497,0.6991577680125659,-0.007658645510673523,-0.9831548929214478,0.1826137900352478,-1.6805740594863892,-0.8709760308265686,0.1849117875099182,0.04603448510169983,0.42065489292144775,0.06219816207885742 +348,-3.035290622605558,1.5008923142431698,0.6024409516810827,-0.007410918362438679,-0.9975576996803284,0.06945288181304932,-0.21766318380832672,0.12243665754795074,-0.3992273509502411,0.005991846788674593,0.6252127885818481,0.08499657362699509 +349,2.6371648019268696,1.4867574537058277,1.2598090412121299,0.04056893289089203,-0.9964708089828491,0.07348568737506866,0.2273448258638382,0.9834879040718079,-0.317390114068985,-0.32070502638816833,-0.6202284097671509,0.2337958812713623 +350,2.7641895512243653,1.4415894522091244,1.277210959079867,0.04748181998729706,-0.9916644096374512,0.11978118866682053,1.1739944219589233,1.1451164484024048,0.1265212446451187,-0.10627391189336777,-0.6870313882827759,-0.22082482278347015 +351,3.020370333484477,1.3668764092818189,1.0987542707032154,0.024488545954227448,-0.9792802929878235,0.20102301239967346,0.2212156355381012,0.21390105783939362,0.3372882008552551,0.5938128232955933,0.06878846883773804,-0.009342104196548462 +352,2.8483884735114726,1.3444487684837472,1.2450119229919216,0.06486211717128754,-0.9744925498962402,0.21484234929084778,0.03212606906890869,-0.7040849924087524,-0.21548454463481903,-0.14315497875213623,0.5012106895446777,-0.1635880470275879 +353,2.775491088711634,1.3645403236360285,1.2596247921872412,0.07331286370754242,-0.9788045287132263,0.19122517108917236,-0.6679695248603821,0.023072868585586548,0.17569252848625183,-0.2270756959915161,0.5744771361351013,0.004529833793640137 +354,2.596258916032667,1.4368119518381364,1.446836406371227,0.06929082423448563,-0.9910374879837036,0.11420877277851105,-0.23841074109077454,-0.027576006948947906,0.34032243490219116,-0.13908454775810242,-0.45644181966781616,0.4673495292663574 +355,3.099991112421177,1.402835639474349,0.9001702241895031,0.006952644791454077,-0.9859277606010437,0.1670282632112503,1.0830070972442627,-0.17442990839481354,0.37870755791664124,-0.052957892417907715,-0.7250404357910156,-0.10722909867763519 +356,3.135872083921194,1.3555951970581506,0.8164777174090566,0.0012215888127684593,-0.976933479309082,0.21354088187217712,-0.18250036239624023,-0.9208177924156189,0.013404718600213528,0.18977266550064087,-0.10055077075958252,-0.3744295537471771 +357,-3.1244984548532035,1.4591194581184797,0.7100802942881601,-0.001904954551719129,-0.9937705993652344,0.11142780631780624,-1.5573302507400513,-0.41681361198425293,0.44334524869918823,0.013226985931396484,0.5077325105667114,0.12428997457027435 +358,3.083632999135561,1.540206381780664,0.7744667061863629,0.0017717004520818591,-0.999532163143158,0.03053358569741249,0.02455173060297966,0.2506934404373169,-0.47602230310440063,0.0311262309551239,0.46707671880722046,0.1560204029083252 +359,2.4670563023645236,1.4901828631904597,1.4657921525625206,0.05029086023569107,-0.9967525005340576,0.0628899484872818,0.22116196155548096,1.6556634902954102,-0.160283625125885,-0.337018758058548,-0.5632907152175903,0.4028846025466919 +360,2.8494647175000787,1.4261993031260862,1.2242747765262012,0.04149773344397545,-0.989564061164856,0.13798922300338745,0.587222695350647,1.690839409828186,-0.3079861104488373,0.30457159876823425,-0.599699854850769,-0.22819912433624268 +361,2.8631983256963154,1.4126948718182368,1.2902605088018853,0.04326752573251724,-0.9875279664993286,0.15138208866119385,0.2620333731174469,0.025937357917428017,-0.5963776111602783,0.18131133913993835,0.3671361207962036,-0.06472742557525635 +362,2.808478987365028,1.363511157011697,1.3001598655140223,0.06729555130004883,-0.9785932302474976,0.19449155032634735,0.561173141002655,-0.42970627546310425,0.06548058986663818,-0.15758180618286133,0.701066255569458,-0.13714894652366638 +363,2.6726398036459567,1.4182370930839656,1.3915622798211211,0.06868226081132889,-0.9883853793144226,0.1355617642402649,-1.3081291913986206,0.06938042491674423,0.17314639687538147,-0.15625247359275818,0.12769818305969238,0.2224552482366562 +364,2.774819923068146,1.5202898647929362,1.3078506453944474,0.01810421422123909,-0.9987248182296753,0.047127366065979004,0.8132299780845642,0.48546934127807617,0.9788162708282471,0.007042288780212402,-0.3018428087234497,0.331015944480896 +365,-3.0118882644380576,1.3706483214949663,0.825975052470532,-0.025714855641126633,-0.9800371527671814,0.19714437425136566,0.3550620973110199,-0.30020344257354736,-0.12138403952121735,0.22883984446525574,-0.5830121636390686,-0.31591880321502686 +366,3.067653653900328,1.399893966091472,0.9572932586262705,0.01256350427865982,-0.9854317307472229,0.16960740089416504,-0.925241231918335,-0.7814399600028992,-0.06958185881376266,0.1257879137992859,0.33627694845199585,-0.16670821607112885 +367,3.1137240135335866,1.5233759278140084,0.8499453667036869,0.0013209609314799309,-0.9988758563995361,0.04738727584481239,-1.112403392791748,-0.10018676519393921,-0.015303661115467548,0.009161829948425293,0.7057849168777466,0.26752352714538574 +368,1.3831311927459382,1.5197478687295383,2.598850468089768,0.0501333512365818,-0.9986972808837891,-0.00952030811458826,-0.03855293244123459,-0.21910366415977478,-0.6953946948051453,-0.07996427267789841,-0.191167950630188,-0.04600638151168823 +369,1.3366597376207634,1.4957238442896528,2.717829119666858,0.0729563981294632,-0.9971833825111389,-0.01740090176463127,0.3932493031024933,1.043227195739746,-0.21395857632160187,0.023677527904510498,-0.5866636633872986,0.47646158933639526 +370,2.737973233343383,1.4072012470070958,1.4450648356362097,0.06396575272083282,-0.9866481423377991,0.14977948367595673,1.4611091613769531,1.963459849357605,0.351489782333374,0.338835746049881,-0.3083195090293884,-0.1123955249786377 +371,2.9045174222993393,1.3607923183969786,1.3424865690304393,0.04896000400185585,-0.9780300855636597,0.2026330828666687,0.29183289408683777,-0.2574038803577423,-0.3652448058128357,0.08943721652030945,0.44641387462615967,-0.258983850479126 +372,2.7822654848523802,1.3466631602560653,1.3941538454287714,0.0781569853425026,-0.9749871492385864,0.20806635916233063,-0.7191891670227051,-0.4004881978034973,-0.20960892736911774,-0.289826899766922,0.5619164705276489,-0.13015496730804443 +373,2.3190381409999756,1.4559914529131297,1.8796190480338024,0.08395403623580933,-0.9934171438217163,0.07793602347373962,-0.5104585289955139,0.12064284086227417,0.08518016338348389,-0.18240374326705933,-0.3151307702064514,0.615942120552063 +374,2.988195358811647,1.403401902770379,1.1765326718000533,0.025457972660660744,-0.9860222339630127,0.16465725004673004,1.3874934911727905,-0.10393597185611725,0.5325299501419067,0.03455483913421631,-0.5577399134635925,-0.10151638090610504 +375,3.13616944682216,1.3234201365814753,1.0130349325897516,0.0013279251288622618,-0.9695582389831543,0.24485735595226288,-0.03739902377128601,-0.6271626949310303,-0.01273755356669426,0.24386554956436157,-0.2288212776184082,-0.41345179080963135 +376,2.9161064713164335,1.4219159051939123,1.1216257744405507,0.03316371515393257,-0.9889377951622009,0.1445753425359726,-1.5552829504013062,-0.7641986012458801,-0.05086766928434372,0.07164891809225082,0.505768358707428,0.23066875338554382 +377,2.3952744066626277,1.4923649213790164,1.6144586233794935,0.05319642275571823,-0.9969258308410645,0.057525634765625,-0.39648255705833435,0.056486207991838455,-0.4021152853965759,0.014888323843479156,0.6017688512802124,0.021438606083393097 +378,2.176320844865481,1.438731840062655,1.8836495408348883,0.10826931893825531,-0.9912921786308289,0.07495245337486267,-0.1478884071111679,1.1447139978408813,-0.5274872779846191,-0.25641685724258423,-0.636591911315918,0.17729055881500244 +379,2.47438308191866,1.3997865085938306,1.7206489363019586,0.10530570894479752,-0.9854134321212769,0.13368380069732666,1.3823679685592651,1.3688690662384033,0.030134910717606544,0.14120005071163177,-0.6382744312286377,-0.24058686196804047 +380,2.8444566743156425,1.3549302734372757,1.463445453930293,0.06271223723888397,-0.976791262626648,0.20480746030807495,0.38316482305526733,0.529472827911377,-0.06352411955595016,0.4538435637950897,0.39410388469696045,-0.11424648761749268 +381,2.816255966295301,1.3036103969286006,1.4646950663227603,0.0843876376748085,-0.9645176529884338,0.2501688599586487,0.3841334283351898,-0.380757212638855,-0.21731901168823242,-0.2078922688961029,0.5248661637306213,-0.1919260025024414 +382,2.701565940137177,1.3244574529355133,1.5443738132217857,0.10387319326400757,-0.9698116779327393,0.22062507271766663,-0.7747633457183838,-0.09987455606460571,-0.020033296197652817,-0.26940053701400757,0.3924649953842163,0.08232280611991882 +383,2.6372150000611607,1.3629641563971608,1.5769613901384496,0.09971603751182556,-0.9784805178642273,0.1806448996067047,0.7700247168540955,-0.840786874294281,0.5859950184822083,-0.15075668692588806,-0.3456924557685852,0.2877999544143677 +384,2.8868970919693266,1.2986359621107804,1.2894588261757118,0.0677274614572525,-0.9631924033164978,0.26014038920402527,0.7910478115081787,0.2735527753829956,0.30501794815063477,0.1686311513185501,-0.6013673543930054,-0.19558054208755493 +385,2.9252669787633336,1.256564268152128,1.194274840312084,0.0663430467247963,-0.9510340094566345,0.30188241600990295,-0.5959817171096802,-1.027911901473999,-0.014874529093503952,0.0437643826007843,-0.05450493097305298,-0.5185114145278931 +386,2.6576033442884346,1.3929111079237322,1.2988776857805784,0.08233709633350372,-0.9842200875282288,0.1566261202096939,-1.57655930519104,-1.062827706336975,0.3055548369884491,-0.04356449097394943,0.5995458960533142,0.3060814142227173 +387,2.323474780068296,1.4367097751996538,1.5975551810358082,0.09757205098867416,-0.99102383852005,0.09138715267181396,-0.21654340624809265,-0.1506105214357376,-0.407749205827713,-0.09218567609786987,0.26897794008255005,0.044660210609436035 +388,2.2206269882256104,1.411778377311193,1.7401766124376525,0.12607473134994507,-0.987383246421814,0.09580887854099274,-0.11645059287548065,1.6416795253753662,-0.2925005853176117,-0.15865226089954376,-0.5449348092079163,0.32696640491485596 +389,2.6026324186381573,1.3620222036339689,1.5194150253433372,0.10637518018484116,-0.9782857298851013,0.17787982523441315,0.6790210008621216,1.3702232837677002,-0.27262869477272034,0.24285270273685455,-0.5882272720336914,-0.27121782302856445 +390,2.792348774923502,1.3297553815769696,1.3905263732353443,0.08168452978134155,-0.9710900187492371,0.22430215775966644,0.21787866950035095,-0.025505010038614273,-0.5028855800628662,0.37006717920303345,0.1768244504928589,-0.08311264216899872 +391,2.6413096211549716,1.3130385994840599,1.4893538864431053,0.12227530777454376,-0.9669640064239502,0.22367295622825623,-0.02070397324860096,-0.786507248878479,-0.007723633199930191,-0.23770804703235626,0.5060111284255981,-0.06662949919700623 +392,2.5975333004937133,1.3397845281972423,1.4811744829630014,0.11851396411657333,-0.9734352231025696,0.1959034651517868,-0.4458446800708771,-0.3434749245643616,0.042773839086294174,-0.16154377162456512,0.49639981985092163,0.07077428698539734 +393,2.572721241928653,1.38177999543596,1.471853483904024,0.10121430456638336,-0.9821895360946655,0.15830133855342865,-0.20104725658893585,-0.41574758291244507,0.7319033145904541,-0.10090915113687515,-0.5260196328163147,0.34014225006103516 +394,3.01460415512886,1.3636216256008813,0.9602850167584972,0.026050882413983345,-0.9786159992218018,0.20403972268104553,1.334501028060913,-0.5167208909988403,0.6796266436576843,0.06150403618812561,-0.5626742839813232,-0.12187111377716064 +395,3.0716956395755886,1.318078066591486,0.845871264433636,0.01746257394552231,-0.9682363271713257,0.24942590296268463,-0.38798239827156067,-0.8701372146606445,0.008020667359232903,0.15238302946090698,0.011571407318115234,-0.3032436668872833 +396,3.0646970140331344,1.4376178524075587,0.7863769474677559,0.01020053867250681,-0.9911448359489441,0.1323927640914917,-1.3323758840560913,-0.30046653747558594,0.3077090382575989,0.09149929881095886,0.5809885859489441,0.1278611421585083 +397,2.9627749886271473,1.4957528875206256,0.9050701473265036,0.013335354626178741,-0.9971855878829956,0.07377859205007553,-0.12304797023534775,0.503576934337616,-0.4471110999584198,-0.03433147072792053,0.42226481437683105,0.06628180295228958 +398,2.5439185691235826,1.4822420365503675,1.411623155268738,0.049765445291996,-0.9960816502571106,0.07310624420642853,0.08182277530431747,1.5199795961380005,-0.11180830746889114,-0.2406681478023529,-0.5907559990882874,0.4970078468322754 +399,2.8596476670351483,1.385713688233337,1.2250981519170048,0.05120125040411949,-0.9829210638999939,0.17676247656345367,1.4470221996307373,1.6655974388122559,-0.235974982380867,0.1591869294643402,-0.34920185804367065,-0.2492264360189438 +400,3.001160678070171,1.309657569110593,1.152315839028715,0.03613778576254845,-0.9660965800285339,0.2556391954421997,-0.12757518887519836,-0.05631529539823532,-0.5546461939811707,0.23321035504341125,0.1398637294769287,-0.0761806070804596 +401,2.889531679355372,1.2927135086721822,1.2345753307781933,0.06846371293067932,-0.9615834951400757,0.2658388316631317,-0.1555287092924118,-0.4050358533859253,-0.02578442171216011,-0.2767614722251892,0.5067188739776611,-0.1897585093975067 +402,2.792988763644487,1.3648159300418263,1.3255276653798578,0.06986355781555176,-0.9788609147071838,0.19222480058670044,-0.8695142269134521,0.04673616588115692,0.008301574736833572,-0.18436551094055176,0.3277074098587036,0.18648314476013184 +403,2.9126204289189443,1.4058982140765353,1.1854681925490096,0.03725866228342056,-0.986435055732727,0.15986759960651398,0.046630505472421646,-0.3158732056617737,0.5920713543891907,0.016498059034347534,-0.2533262372016907,0.358443021774292 +404,3.087993341562141,1.3135039101688915,0.9536130141930605,0.013632516376674175,-0.9670825004577637,0.2540976405143738,1.0866366624832153,-0.4604378044605255,0.3926806151866913,-0.050009459257125854,-0.5297741889953613,-0.30555033683776855 +405,3.061657946198516,1.3135115775646353,0.9047757782539626,0.02031823620200157,-0.9670844674110413,0.25364378094673157,-0.8033317923545837,-0.9623941779136658,0.045716602355241776,0.06754186749458313,0.015149474143981934,-0.31803593039512634 +406,2.964502267630185,1.460509150414061,0.9257589562793321,0.019389517605304718,-0.9939245581626892,0.10834242403507233,-1.1115893125534058,-0.30320265889167786,0.14597630500793457,0.07266676425933838,0.6875585913658142,0.16788744926452637 +407,2.4145245623350267,1.4931321458673812,1.460354452601651,0.051570743322372437,-0.996985673904419,0.05796736478805542,-0.03492452949285507,0.2423829287290573,-0.6744056344032288,-0.055583804845809937,0.14662855863571167,0.18914878368377686 +408,2.350805914427105,1.4501226869813404,1.6075443325736674,0.08558017015457153,-0.9927277565002441,0.0846627950668335,0.2598860561847687,1.3941775560379028,-0.22333510220050812,-0.21618014574050903,-0.6474242210388184,0.412636399269104 +409,2.7486874196745115,1.361131421910911,1.3263184418772613,0.07968834787607193,-0.9781007170677185,0.19227255880832672,0.9097908139228821,0.8895390033721924,0.11171212047338486,0.26802894473075867,-0.4115171432495117,-0.22938194870948792 +410,2.884801853805579,1.3361049455119347,1.2216813611303188,0.05906081944704056,-0.9725861549377441,0.22491806745529175,0.15053145587444305,-0.5934177041053772,-0.489032506942749,0.20393967628479004,0.26466989517211914,-0.15658915042877197 +411,2.7659145766656823,1.3121261520214622,1.2555002353703189,0.09385182708501816,-0.9667310118675232,0.23795504868030548,-0.16388148069381714,-0.682114839553833,0.21632800996303558,-0.36672475934028625,0.5633346438407898,-0.12984663248062134 +412,2.6988232335252635,1.3871019281708878,1.2935333963905558,0.0782611295580864,-0.9831755757331848,0.16504931449890137,-0.6910333633422852,-0.33200010657310486,0.2715229392051697,-0.131361722946167,0.061163127422332764,0.31264233589172363 +413,2.958711929911304,1.3838562530184344,1.003344987778524,0.03379979357123375,-0.9825775027275085,0.18275372684001923,0.9671539664268494,-0.48656630516052246,0.5749296545982361,0.09156641364097595,-0.3492858409881592,0.0751349925994873 +414,3.1162532656152546,1.292047035366665,0.823708833997532,0.006971477530896664,-0.9614003300666809,0.27506527304649353,0.35024112462997437,-0.1992553174495697,0.11349986493587494,0.12690913677215576,-0.29432177543640137,-0.3853100538253784 +415,3.0485411713536505,1.3416427443895311,0.8337270158551903,0.021106459200382233,-0.9738590121269226,0.22617055475711823,-1.6176083087921143,-0.8183349967002869,0.20450182259082794,0.09116771817207336,0.1841403841972351,-0.13490772247314453 +416,2.9628067774399276,1.480227547724567,0.8888611637454034,0.016084255650639534,-0.9959014654159546,0.08900320529937744,-0.37154850363731384,0.1656845062971115,-0.353347510099411,0.09991306066513062,0.6978973150253296,0.15380990505218506 +417,2.6273452026190793,1.4626307830378673,1.2704897819528231,0.053101394325494766,-0.9941558241844177,0.09399334341287613,0.34185829758644104,0.7656985521316528,-0.3061502277851105,-0.14755329489707947,-0.1792452335357666,0.13278283178806305 +418,2.7072835079535347,1.421654396941305,1.3125755778167887,0.06252434104681015,-0.9888989329338074,0.13479521870613098,1.2549246549606323,1.2034409046173096,-0.09512955695390701,-0.08098748326301575,-0.6168444752693176,-0.038725852966308594 +419,3.0470279444192467,1.3142735888079011,1.1066373250635453,0.02395712211728096,-0.9672780632972717,0.25258541107177734,0.20303913950920105,0.27166512608528137,0.5150517225265503,0.6198722720146179,-0.10236316919326782,-0.17148491740226746 +420,2.9032948803334007,1.2979431985857168,1.2396279030135477,0.06361062079668045,-0.9630059599876404,0.2618655264377594,0.3780168294906616,-0.5568677186965942,-0.1184503436088562,-0.20174843072891235,0.37459641695022583,-0.16446861624717712 +421,2.8564068821068207,1.3085664407480948,1.246270767697134,0.07293209433555603,-0.9658142924308777,0.24876442551612854,-0.7548313736915588,-0.11930181831121445,-0.0026103085838258266,-0.26433834433555603,0.5605713129043579,-0.09980806708335876 +422,2.8010075259429827,1.389605711408232,1.3014113713694144,0.060194019228219986,-0.9836298227310181,0.1698499172925949,-0.30695608258247375,0.04860494285821915,0.26483672857284546,-0.08752253651618958,-0.32693225145339966,0.39420652389526367 +423,3.0781090520262793,1.3590143836610107,0.9909077756265344,0.013335459865629673,-0.9776579141616821,0.20977921783924103,1.2333266735076904,-0.31264328956604004,0.4708670377731323,-0.031249282881617546,-0.5924868583679199,-0.13372942805290222 +424,3.1236803304124274,1.2981856830250402,0.9059676108102953,0.00482257641851902,-0.9630712866783142,0.2692035138607025,-0.054366953670978546,-1.0493416786193848,0.028626699000597,0.16998213529586792,-0.2363153100013733,-0.27506279945373535 +425,3.078329157647459,1.399420219287548,0.84449134221286,0.01078162994235754,-0.985351026058197,0.1701967567205429,-1.439683198928833,-0.8555572032928467,0.22562403976917267,0.12654748558998108,0.5371089577674866,0.0931241363286972 +426,2.8804502383596082,1.468161328399806,0.9970653354525586,0.026452256366610527,-0.9947376251220703,0.09898123145103455,-0.29430314898490906,-0.12802205979824066,-0.4736807644367218,0.026556789875030518,0.4360066056251526,0.024798035621643066 +427,2.478683203916682,1.4682653823016345,1.4258630960461123,0.0629887655377388,-0.9947482943534851,0.0806744247674942,-0.23306353390216827,1.1013498306274414,-0.28080105781555176,-0.2576451301574707,-0.3728511929512024,0.281752347946167 +428,2.7280003729886784,1.4208242979394443,1.294440308882405,0.06004836782813072,-0.9887752532958984,0.13681286573410034,1.263612151145935,1.3352432250976562,-0.16271063685417175,0.02479049563407898,-0.5397739410400391,-0.09498846530914307 +429,2.99033514071205,1.3499739120684728,1.1365541964439563,0.033004023134708405,-0.9757176637649536,0.21653100848197937,0.17736077308654785,0.4051602780818939,-0.2802683711051941,0.6637275218963623,0.10485285520553589,-0.09345366060733795 +430,2.7798909585478393,1.3307315659277539,1.346248221905906,0.08413713425397873,-0.9713225960731506,0.22238093614578247,0.08760175853967667,-0.346678763628006,-0.32659605145454407,-0.14646926522254944,0.4904876947402954,-0.09121635556221008 +431,2.672942409872773,1.3655409053162892,1.4341987888317846,0.09206072986125946,-0.9790089726448059,0.18184152245521545,-0.893563449382782,0.2355388104915619,0.04785512015223503,-0.25151509046554565,0.5122120976448059,0.05351005494594574 +432,2.580096433170579,1.4276890827569455,1.5256219406125602,0.0759374350309372,-0.9897776246070862,0.12072036415338516,0.14235742390155792,-0.2860524654388428,0.6676628589630127,-0.10755367577075958,-0.373640775680542,0.40776774287223816 +433,3.068579236176679,1.3730080489765015,0.9523047544438029,0.014334519393742085,-0.9805035591125488,0.19597820937633514,1.4375966787338257,-0.37700924277305603,0.3960067927837372,-0.022925227880477905,-0.6546740531921387,-0.11277198791503906 +434,3.034576484013496,1.3331661315610197,0.9450498381741446,0.025143587961792946,-0.9718985557556152,0.23405368626117706,-0.5661799907684326,-0.5962101221084595,-0.10103746503591537,0.1725950539112091,-0.14701330661773682,-0.40014562010765076 +435,2.9233975787002646,1.4471142792501335,0.9867966233530702,0.0267048217356205,-0.9923611283302307,0.12044118344783783,-1.656874418258667,-0.7479508519172668,0.3779333829879761,0.08184617757797241,0.5846158266067505,0.15113472938537598 +436,2.3086318395541845,1.519918715103677,1.5464435951384263,0.03762749210000038,-0.998706042766571,0.03420821577310562,-0.14106497168540955,0.38123536109924316,-0.4509746730327606,-0.07858208566904068,0.7395661473274231,0.09192096441984177 +437,2.270796317461055,1.4493454976016646,1.5964155470799812,0.09266133606433868,-0.9926339387893677,0.07804756611585617,0.6457013487815857,1.5096195936203003,-0.5116997361183167,-0.4884743094444275,-1.5680654048919678,0.641633152961731 +438,2.5994778295336376,1.3773374474773359,1.4280696462777833,0.09919386357069016,-0.9813451170921326,0.16468960046768188,0.9230831265449524,1.3697195053100586,-0.2585460841655731,0.24240465462207794,-0.555520236492157,-0.42669832706451416 +439,2.87180174203305,1.3309710161212522,1.220492295845474,0.0633096694946289,-0.9713794589042664,0.2289406955242157,0.44705691933631897,-0.06417270004749298,-0.25002798438072205,0.3383321762084961,0.32225537300109863,-0.08312773704528809 +440,2.806818027784537,1.27170572340164,1.2215055985390166,0.09680959582328796,-0.9556048512458801,0.2782936990261078,0.36165207624435425,-1.1986753940582275,0.12043562531471252,-0.21089956164360046,0.5811083912849426,-0.3416175842285156 +441,2.742755395129046,1.3151792986862636,1.2225678576112469,0.09819044917821884,-0.9675074815750122,0.23299719393253326,-1.430761456489563,0.4828008711338043,0.24388720095157623,-0.2966462969779968,0.21550869941711426,0.20670005679130554 +442,2.7868316406590643,1.4021530095886083,1.1586260798107249,0.05830402672290802,-0.9858133792877197,0.15739412605762482,1.232103705406189,-0.16929732263088226,0.8165974020957947,-0.07563798874616623,-0.2704123258590698,0.4918825626373291 +443,3.0688953387823763,1.2553335395628038,0.8397527140616099,0.022534940391778946,-0.9506528973579407,0.3094368577003479,0.3708362877368927,-0.059714317321777344,0.2662745714187622,0.018312841653823853,-0.6439820528030396,-0.4274330139160156 +444,3.0743266986692372,1.2859942032720144,0.7765320042473243,0.018885308876633644,-0.9597172737121582,0.2803322374820709,-1.0591477155685425,-0.6926921010017395,0.11221130937337875,0.1080983579158783,0.3171238899230957,-0.23901140689849854 +445,3.0689976692794136,1.4468646565919514,0.7032309858801232,0.00896582379937172,-0.9923303127288818,0.12328769266605377,-1.1963558197021484,-0.20006495714187622,-0.05680830776691437,0.09348168969154358,0.7217006087303162,0.14969202876091003 +446,2.560349343717225,1.4736168208041212,1.1970821126480589,0.05327408388257027,-0.9952818155288696,0.0810934379696846,0.19326479732990265,0.5686222314834595,-0.5824363231658936,-0.12352555990219116,-0.058658063411712646,0.2030099630355835 +447,2.598457396044712,1.4395274548319539,1.2792008826953059,0.06764781475067139,-0.9913966059684753,0.1120554506778717,0.900424599647522,1.2365137338638306,-0.05268559232354164,-0.2086542844772339,-0.5713322162628174,0.2250417321920395 +448,3.0083709132777368,1.3194543698962988,0.9875850375224601,0.03303489834070206,-0.9685795307159424,0.24650055170059204,0.7313088178634644,0.8103325366973877,0.5009693503379822,0.39524880051612854,-0.18225359916687012,-0.16607153415679932 +449,2.9413084278829023,1.297843084193764,1.023396029106567,0.053631700575351715,-0.9629789590835571,0.2641878128051758,0.25233039259910583,-0.7638760209083557,-0.2991437017917633,-0.03707590699195862,0.2894255518913269,-0.15968036651611328 +450,2.8308358118997385,1.280992265173358,1.0491370751652451,0.08738084137439728,-0.9582998752593994,0.27207696437835693,-0.3953225016593933,-0.7515603303909302,0.08267468959093094,-0.30336901545524597,0.5136435031890869,-0.19634771347045898 +451,2.7280898064298498,1.3655753738721421,1.1223521691991294,0.08188403397798538,-0.9790160059928894,0.18660812079906464,-0.8546532988548279,-0.19035358726978302,0.27605023980140686,-0.12822496891021729,0.02691340446472168,0.36594319343566895 +452,2.9752686523063545,1.3654971661440973,0.8213264059581382,0.03375059738755226,-0.9790000319480896,0.2010461390018463,1.2989962100982666,-0.55293208360672,0.5574028491973877,0.11488524079322815,-0.5407141447067261,-0.053280025720596313 +453,3.0880717356725205,1.273219077426238,0.651348734108288,0.015685131773352623,-0.9560496807098389,0.2927855849266052,0.24618971347808838,-0.910947322845459,0.2555304765701294,0.17294400930404663,-0.2879689931869507,-0.44879135489463806 +454,3.0115982195194118,1.3619192374455649,0.6275128229875326,0.02688003145158291,-0.9782643914222717,0.20561227202415466,-1.6928428411483765,-0.6128436923027039,0.2972548305988312,0.07411789894104004,0.35028892755508423,0.10154712200164795 +455,2.8176674238467165,1.4724402418950289,0.8013690735835505,0.031255267560482025,-0.9951669573783875,0.09309051185846329,-0.23835399746894836,0.041700977832078934,-0.5062368512153625,0.06025169417262077,0.6603891253471375,0.13527250289916992 +456,2.3592859858445934,1.4542743464802559,1.2936947538324712,0.08195312321186066,-0.9932190179824829,0.082461416721344,0.0845130980014801,0.8499321937561035,-0.377399206161499,-0.21658141911029816,-0.29395145177841187,0.22134113311767578 +457,2.447405981153414,1.4221600567197716,1.3359248724603294,0.09474240988492966,-0.9889739751815796,0.11381849646568298,0.9335779547691345,0.8607281446456909,0.0720118060708046,-0.19839537143707275,-0.745431661605835,-0.11235366761684418 +458,2.8950161450085323,1.3272082554689266,0.984606915878404,0.058870069682598114,-0.9704788327217102,0.2338913232088089,0.5669821500778198,0.19440844655036926,0.6174248456954956,0.5775282382965088,-0.1468307375907898,-0.16391444206237793 +459,2.870838189346759,1.3148704294750506,0.9920817201407796,0.06770484894514084,-0.9674293398857117,0.24391943216323853,0.2563914954662323,-0.26809272170066833,-0.0496811643242836,-0.10701148957014084,0.3994970917701721,-0.10152444243431091 +460,2.8237409286165946,1.2816512658499286,0.9860978407465268,0.0891118049621582,-0.9584879875183105,0.27085086703300476,-0.25001397728919983,-0.5506576895713806,0.029518764466047287,-0.3023076057434082,0.502280592918396,-0.19583866000175476 +461,2.7330850092186987,1.3664199866946678,1.0507375453809615,0.08062274754047394,-0.9791877269744873,0.1862567663192749,-0.6943998336791992,-0.4993288218975067,0.3243780732154846,-0.14097127318382263,-0.01432734727859497,0.2940899133682251 +462,2.9990310833644815,1.351268947825815,0.7164795022144769,0.030940406024456024,-0.9760004878044128,0.21555958688259125,1.1237367391586304,-0.6159302592277527,0.47410848736763,0.07011856138706207,-0.7089361548423767,-0.041090577840805054 +463,3.0088334364479996,1.3013957821684974,0.6318274487240433,0.03523056209087372,-0.963930606842041,0.26381099224090576,0.1550067663192749,-1.0612653493881226,0.037789326161146164,0.11189467459917068,-0.29812365770339966,-0.35899537801742554 +464,2.857145009703512,1.3813282437069399,0.716034791941732,0.05285251885652542,-0.9821045398712158,0.18076904118061066,-1.581202745437622,-0.5966265201568604,0.36233410239219666,0.048404812812805176,0.3324615955352783,-0.04430973529815674 +465,2.3580146864712552,1.5022815189433283,1.1759438140330174,0.048321016132831573,-0.9976537823677063,0.04849724471569061,-0.27049151062965393,0.04011606425046921,-0.3799930512905121,-0.026012666523456573,0.6382178068161011,0.16749095916748047 +466,2.1758458365624627,1.4593609086147896,1.3901667640386153,0.09146459400653839,-0.9937974810600281,0.06325466930866241,0.3546193838119507,0.7469742298126221,-0.36073291301727295,-0.2089572548866272,-0.3091201186180115,0.0899587944149971 +467,2.405769067217352,1.420954800814406,1.2998153298220718,0.10019780695438385,-0.98879474401474,0.11065954715013504,1.3607256412506104,1.4193850755691528,-0.18914780020713806,-0.13495729863643646,-0.6726738810539246,0.032879963517189026 +468,2.8509621998923804,1.3379071353105088,0.9744601565873898,0.06613428890705109,-0.9730036854743958,0.22111132740974426,0.23945105075836182,0.45942139625549316,0.5587392449378967,0.6589328050613403,0.0022699832916259766,-0.08141708374023438 +469,2.7472116905787196,1.2963365238294748,1.0831992838351467,0.10413889586925507,-0.9625717401504517,0.250222384929657,0.3086678385734558,-0.48400676250457764,-0.2794514000415802,-0.15243291854858398,0.42738473415374756,-0.19391733407974243 +470,2.620728134814073,1.3119479442138597,1.1617791999611065,0.1273770034313202,-0.96668541431427,0.22202318906784058,-0.9860653877258301,-0.037373900413513184,-0.002849551849067211,-0.2986721992492676,0.4363052248954773,-0.0018998533487319946 +471,2.5434488966154483,1.3860820012409951,1.2418081259658522,0.1034240648150444,-0.9829887747764587,0.15177832543849945,0.3710455596446991,-0.14257478713989258,0.6111630797386169,-0.084808349609375,-0.13636547327041626,0.40861594676971436 +472,2.9335580262812897,1.3292596718227259,0.8438578650501409,0.04940268397331238,-0.9709715843200684,0.2340376228094101,0.6569266319274902,0.2217915952205658,0.2108318954706192,0.08812478184700012,-0.7269043922424316,-0.11257769167423248 +473,2.9936625523623173,1.3124089570479303,0.7411873891013363,0.03766172379255295,-0.9668033123016357,0.2527315318584442,-0.4477055072784424,-0.8525445461273193,-0.033545371145009995,0.09331971406936646,-0.12407815456390381,-0.30319222807884216 +474,2.8810596576756775,1.4208213761091204,0.7927922681524611,0.0384882390499115,-0.988774836063385,0.1443711370229721,-1.0731104612350464,-0.21592487394809723,0.12951458990573883,0.0955449640750885,0.5837302803993225,0.2009657472372055 +475,2.5664380529496262,1.4419955923462116,1.1144835691462542,0.06986948102712631,-0.9917166233062744,0.10777918994426727,-0.18917451798915863,0.17374156415462494,-0.679286777973175,-0.02314707636833191,0.3205130696296692,0.0033353567123413086 +476,2.2975689113245457,1.4197832418134495,1.4552890475645037,0.1124267578125,-0.9886191487312317,0.09996110945940018,-0.22795119881629944,1.7537740468978882,-0.4232069253921509,-0.3202362060546875,-0.38407665491104126,0.43975746631622314 +477,2.675702719766392,1.3707929187620582,1.2175684260513533,0.08924700319766998,-0.9800658822059631,0.17749787867069244,0.9643188118934631,1.1243544816970825,0.34914490580558777,0.2558152675628662,-0.43305039405822754,-0.20761874318122864 +478,2.933168329791497,1.3120902684552878,0.9641483398257148,0.05293601378798485,-0.9667218327522278,0.2502935230731964,0.2614859640598297,-0.6069673895835876,-0.15646307170391083,0.16888099908828735,-0.06597781181335449,-0.12855887413024902 +479,2.8867095622436905,1.2905606882385745,1.0162928567606926,0.06973513960838318,-0.960990309715271,0.2676459848880768,0.11170598864555359,0.6499351859092712,-0.14548297226428986,-0.08737430721521378,0.43561506271362305,-0.004004746675491333 +480,2.917319279351376,1.3123369048632443,1.0210025386239638,0.05684293434023857,-0.9667848944664001,0.24919001758098602,-0.5617667436599731,0.1381382793188095,0.03484157845377922,-0.14787688851356506,0.3692050576210022,-0.01566961407661438 +481,2.941349663332804,1.360890623198544,0.9987898132125574,0.041445884853601456,-0.9780505895614624,0.20420411229133606,0.17774245142936707,0.12023342400789261,0.5399810671806335,-0.10762324929237366,-0.2621532678604126,0.33847475051879883 +482,3.1143873962777398,1.3073445108274928,0.8134313913199532,0.007083766162395477,-0.965496838092804,0.26031801104545593,0.9650900363922119,-0.04555506631731987,0.20449072122573853,0.027416346594691277,-0.4659300446510315,-0.2073701024055481 +483,3.122620168131831,1.299145281376893,0.7683282027556,0.005090435966849327,-0.9633291959762573,0.2682740390300751,-0.6058865785598755,-1.0597666501998901,0.15679877996444702,0.13110953569412231,-0.027942776679992676,-0.21061110496520996 +484,3.093149851452075,1.4141690456934795,0.7020736782433282,0.007553486619144678,-0.987758994102478,0.1558038890361786,-0.7939824461936951,-0.28316059708595276,0.18262216448783875,0.04069480299949646,0.5700192451477051,0.18837331235408783 +485,2.991875388430757,1.4441291628017743,0.762086991790487,0.01884300448000431,-0.9919884204864502,0.1249154731631279,-0.18551528453826904,-0.2957790493965149,-0.2471190094947815,-0.09683069586753845,0.3062889575958252,-0.037513136863708496 +486,2.970897910129764,1.4418820872643812,0.8052353163566021,0.021837711334228516,-0.9917020797729492,0.1266893446445465,0.03434146195650101,1.4185363054275513,0.21953605115413666,-0.3322014808654785,-0.5901155471801758,0.5048108100891113 +487,-3.079265851847519,1.3484090853974076,0.6798723869332902,-0.013737834990024567,-0.9753736853599548,0.22013068199157715,1.1906875371932983,1.2573672533035278,0.16238166391849518,0.26965823769569397,-0.18615585565567017,-0.17876410484313965 +488,-2.9772003640160567,1.298985821653682,0.6576605311076429,-0.04393692687153816,-0.9632863998413086,0.26485681533813477,-0.1435975432395935,-0.04038332775235176,-0.6343539953231812,0.33766859769821167,0.09583938121795654,-0.08993002772331238 +489,-3.0872833087642975,1.3047674077996758,0.7619900244147007,-0.014271046966314316,-0.96482253074646,0.2625149190425873,0.12588796019554138,0.14934366941452026,-0.10339504480361938,-0.18249103426933289,0.4153228998184204,-0.00454983115196228 +490,-3.118579306082957,1.3197255412515785,0.7932924896176649,-0.005716965068131685,-0.9686469435691833,0.24837566912174225,-0.6500210762023926,-0.2851693332195282,-0.21328631043434143,-0.1478779911994934,0.30804818868637085,0.027472734451293945 +491,-3.0926634362834213,1.3588382535230854,0.7257972210992328,-0.010289345867931843,-0.9776208400726318,0.21012257039546967,0.10303308814764023,-0.18530482053756714,0.6152731776237488,-0.04278072714805603,-0.2117100954055786,0.32970282435417175 +492,-3.0443384134743536,1.3138281291076588,0.6514585807854814,-0.024678193032741547,-0.967164933681488,0.25294873118400574,1.0582174062728882,-0.5618675947189331,0.04564966633915901,0.008900612592697144,-0.43298155069351196,-0.21768569946289062 +493,-3.0688851345104218,1.2750828564107863,0.6045722621074647,-0.021169954910874367,-0.9565944671630859,0.29065272212028503,-0.5703691840171814,-0.7910146713256836,0.09691208600997925,0.053777992725372314,-0.19193458557128906,-0.4197268486022949 +494,-3.065110361128412,1.3961221900927414,0.5380726786170392,-0.013278675265610218,-0.9847832322120667,0.17327898740768433,-1.0445748567581177,-0.18333257734775543,-0.038050923496484756,0.13295334577560425,0.5321007966995239,0.2650601863861084 +495,3.0366218368496734,1.4357657841317635,0.7012790769484497,0.01410527341067791,-0.9908972382545471,0.1338793784379959,-0.42568206787109375,0.06776890903711319,-0.5421251058578491,-0.00653690192848444,0.3733130693435669,-0.13625968992710114 +496,2.868841364472283,1.430674749157275,0.9193620178108283,0.037622854113578796,-0.9901990294456482,0.1345006674528122,0.2796100378036499,1.1251699924468994,0.03858382999897003,-0.4278969168663025,-0.4218645691871643,0.25502562522888184 +497,3.1368179832421568,1.3700139465463297,0.7671427558857083,0.0009522428154014051,-0.9799108505249023,0.19943483173847198,1.2359790802001953,1.1591190099716187,0.18169890344142914,0.13387441635131836,-0.5026484727859497,-0.05900809168815613 +498,-2.950392928538586,1.2914203126925923,0.676659267389297,-0.052403759211301804,-0.9612277150154114,0.2707306146621704,-0.0723818764090538,0.2949424684047699,0.1748601645231247,0.5972645878791809,-0.03922998905181885,-0.1790100634098053 +499,-3.0565968771717653,1.2971425699992591,0.7871765971756203,-0.022942492738366127,-0.9627898931503296,0.2692747712135315,0.13060732185840607,0.06861996650695801,0.024245116859674454,-0.18903261423110962,0.3416658043861389,-0.006915271282196045 +500,-3.048124711404806,1.2884474243354485,0.7885100985186312,-0.02600342407822609,-0.9604036808013916,0.27739623188972473,-0.14131738245487213,-0.1572435349225998,-0.1038253903388977,-0.1854986548423767,0.3523256778717041,-0.1057044267654419 +501,-3.1190856272602465,1.3392576700889705,0.8057842128998682,-0.005164369475096464,-0.9733144640922546,0.2294171303510666,-0.3433029055595398,-0.5956187844276428,0.277719646692276,-0.17314985394477844,-0.20171904563903809,0.3642261028289795 +502,-2.9438651006410317,1.3217394553595498,0.6047024620570022,-0.048420924693346024,-0.9691452980041504,0.2416873574256897,0.7156227827072144,-0.3705861568450928,0.24164912104606628,0.05515006557106972,-0.40564101934432983,0.06594513356685638 +503,-2.9826827650629015,1.2591950858143608,0.6412592676258563,-0.04851434379816055,-0.9518438577651978,0.3027205467224121,0.03868263214826584,-0.4746098220348358,-0.11887901276350021,0.30254265666007996,-0.24699342250823975,-0.4809584617614746 +504,-3.1059256895482985,1.2944252041711428,0.6819038007032406,-0.009730231948196888,-0.9620519876480103,0.2726922631263733,-0.8712067604064941,-0.9519287347793579,-0.14223407208919525,0.13439452648162842,0.3126381039619446,-0.02908569574356079 +505,3.031971521244393,1.3668008351844176,0.8025279868999844,0.0221630297601223,-0.9792649745941162,0.20136794447898865,-0.17738643288612366,0.3615392744541168,-0.41302987933158875,-0.0501476526260376,0.4333360195159912,0.041704535484313965 +506,2.7433722193607197,1.3843020694676091,1.126860501322229,0.07189968973398209,-0.9826602935791016,0.17090606689453125,-0.4054969847202301,0.6069241762161255,-0.6093363761901855,-0.2854006886482239,-0.009572803974151611,0.19303128123283386 +507,2.661097438440918,1.3937160003791025,1.3051558738751587,0.08142253011465073,-0.9843621850013733,0.15620917081832886,0.20878386497497559,1.0651031732559204,0.002624619286507368,-0.17163249850273132,-0.5775426626205444,0.3491162061691284 +508,2.964913517358096,1.3281177697389683,1.0798420220605993,0.04223611205816269,-0.970697820186615,0.2365628480911255,0.773293137550354,0.8221719861030579,0.43739402294158936,0.2087709903717041,-0.10301744937896729,-0.2447415590286255 +509,3.091824409851022,1.322077946921542,0.9450836869962588,0.01224598754197359,-0.9692286849021912,0.2458570897579193,-0.1650901734828949,-0.13190311193466187,-0.2141689956188202,0.0953742265701294,0.09676170349121094,0.0645371526479721 +510,3.044518805018805,1.3050596512026198,0.9582230505969634,0.025453535839915276,-0.9648993015289307,0.2613838016986847,0.3336675465106964,-0.5504504442214966,-0.10908626765012741,-0.16464421153068542,0.5176184177398682,-0.1333777904510498 +511,2.9729924332073527,1.3229839219011734,0.9474153941261719,0.041159383952617645,-0.9694513082504272,0.24180658161640167,-0.7681065201759338,-0.8740761876106262,0.24111568927764893,-0.13277313113212585,0.1303093433380127,0.12194767594337463 +512,3.056605328183453,1.3521130172651157,0.7941872083287446,0.018415363505482674,-0.9761839509010315,0.21616171300411224,0.4365774095058441,-0.17995423078536987,0.7179835438728333,-0.053708940744400024,-0.329281747341156,0.35128211975097656 +513,-3.0864590434622854,1.286656381643979,0.6450021194056302,-0.015447876416146755,-0.9599031209945679,0.27990585565567017,0.536655068397522,0.05246896669268608,0.3498857617378235,0.009634287096560001,-0.38489967584609985,-0.2699570953845978 +514,-3.0454360192896357,1.2822742365136572,0.5712552240927853,-0.02731785923242569,-0.9586654305458069,0.28322136402130127,-0.7753932476043701,-0.488571435213089,-0.10835126787424088,0.1257980763912201,0.09886318445205688,-0.35956108570098877 +515,-3.0466122854580413,1.4029569874747754,0.5103082548955602,-0.01584295555949211,-0.9859480261802673,0.16630052030086517,-0.9271029829978943,-0.24015070497989655,0.02672884613275528,0.11554387211799622,0.511704683303833,0.20473219454288483 +516,3.0701448098975592,1.4465963133708657,0.6583454683159377,0.008843423798680305,-0.9922971129417419,0.12356384843587875,-0.3215014934539795,0.26369041204452515,-0.4560031294822693,-0.12865543365478516,0.130709707736969,0.10473810136318207 +517,2.8598998083771954,1.4391182200773907,0.9291451901821051,0.03649832308292389,-0.9913429617881775,0.12612242996692657,0.1502220630645752,0.954816997051239,0.033302921801805496,-0.3309624493122101,-0.37433379888534546,0.20656488835811615 +518,3.1242371795105415,1.3658599497655621,0.7485398225609228,0.0035317421425133944,-0.9790739417076111,0.2034739851951599,1.2146401405334473,0.6325774788856506,0.19177192449569702,0.17310398817062378,-0.42972421646118164,-0.13393963873386383 +519,-3.027947713145339,1.2986059097241538,0.6661437440997108,-0.030486831441521645,-0.9631843566894531,0.2671079635620117,0.0035623405128717422,-0.17417103052139282,-0.3246908485889435,0.4093778133392334,0.10770022869110107,-0.11419960856437683 +520,3.1101852591614274,1.2968809115089084,0.7817225568744842,0.008494381792843342,-0.9627191424369812,0.2703690826892853,0.2545963227748871,-0.0739319920539856,-0.237373948097229,-0.11890697479248047,0.48373061418533325,-0.01946881413459778 +521,3.048784941075607,1.295336266587057,0.8264016085459134,0.025206515565514565,-0.962300181388855,0.27081912755966187,-0.4952356815338135,-0.22634375095367432,-0.0395677387714386,-0.16300863027572632,0.22350013256072998,0.05825197696685791 +522,3.0107809751992427,1.3504608347026286,0.8402623757002081,0.028508318588137627,-0.9758241772651672,0.2166895568370819,0.13250289857387543,-0.2740580141544342,0.43715471029281616,-0.05353274941444397,-0.2642422914505005,0.31024229526519775 +523,3.134372555247286,1.33287578310289,0.7136939153524677,0.0017016344936564565,-0.9718301892280579,0.2356761395931244,0.9580786824226379,-0.48996466398239136,0.0925036147236824,0.06743595004081726,-0.37089747190475464,-0.04930531978607178 +524,3.106744286358792,1.2672659625283595,0.6906301676219145,0.01041375007480383,-0.9542872309684753,0.29870936274528503,0.0072751278057694435,-0.9035077095031738,-0.03261283412575722,0.0881580114364624,-0.15437054634094238,-0.4726290702819824 +525,2.9785371370725024,1.3312570996964228,0.7259761289833896,0.038514457643032074,-0.9714474081993103,0.23410750925540924,-1.0840232372283936,-0.35127758979797363,0.13799843192100525,0.05471675843000412,0.2337612509727478,0.23592382669448853 +526,2.984752816303388,1.3910185716290648,0.7207191013287974,0.027929848060011864,-0.9838834404945374,0.17661622166633606,-0.17602384090423584,0.21141041815280914,-0.17653757333755493,0.01799909770488739,0.48458534479141235,-0.04110288619995117 +527,2.719049889281303,1.4000433278498368,0.9931220073997943,0.06968264281749725,-0.9854571223258972,0.1549791693687439,-0.26002612709999084,0.5681864619255066,-0.5474342107772827,-0.18738895654678345,-0.08662533760070801,0.17390881478786469 +528,2.713939811908211,1.4088463240140425,1.116034509848781,0.06687336415052414,-0.9869147539138794,0.14672186970710754,0.6672504544258118,0.8694630265235901,0.23246470093727112,-0.13672810792922974,-0.6780633330345154,0.18196773529052734 +529,3.0270819016362727,1.329190455435693,0.8838321192020958,0.02733822911977768,-0.9709550142288208,0.23769499361515045,0.27206775546073914,0.4584046006202698,0.7410227656364441,0.4340265095233917,-0.14046460390090942,-0.16761137545108795 +530,3.034387269310578,1.3241943829917142,0.8597912720121406,0.02611985243856907,-0.9697475433349609,0.2427089810371399,0.054372742772102356,-0.5756473541259766,0.06481829285621643,-0.11304917931556702,0.27220726013183594,-0.23572039604187012 +531,2.9383352263074025,1.3050052192733765,0.9370551858328704,0.053023405373096466,-0.9648849964141846,0.2572658360004425,0.017973683774471283,-0.16574141383171082,-0.18524271249771118,-0.20089635252952576,0.449320912361145,-0.05372878909111023 +532,2.833638647247844,1.3612700520461922,1.0162089655953497,0.06304588913917542,-0.9781295657157898,0.19821198284626007,-0.9577571749687195,-0.4916819632053375,-0.1733504682779312,-0.06240501254796982,-0.018742501735687256,0.25146451592445374 +533,2.9495348999964732,1.373901909334844,0.8728217805757289,0.03734056279063225,-0.9806788563728333,0.19202719628810883,0.6590995788574219,-0.07482030987739563,0.48063501715660095,0.10911329835653305,-0.3507114052772522,0.1650589406490326 +534,3.0224291238025804,1.2890239914839463,0.7378218541790724,0.03305608406662941,-0.960564136505127,0.2760867476463318,0.10771343111991882,-0.7055109739303589,0.31211215257644653,0.005701243877410889,-0.25048017501831055,-0.44854164123535156 +535,3.004826816565258,1.3328691366385943,0.6506598760612149,0.0321338027715683,-0.9718285799026489,0.23348812758922577,-1.2296411991119385,-0.603513777256012,0.2783493995666504,0.0986340194940567,0.3321038484573364,0.12143135070800781 +536,3.1161079414084267,1.4351737295276386,0.5208220000994839,0.003445336129516363,-0.9908173680305481,0.13516300916671753,-0.41589856147766113,0.3635147213935852,0.153045654296875,0.0497467964887619,0.5967591404914856,0.1025688499212265 +537,2.7853908713517863,1.4617621111261283,0.8458198909913353,0.03794649615883827,-0.9940616488456726,0.10198678821325302,-0.17786163091659546,0.08484528958797455,-0.4447907507419586,-0.2547586262226105,-0.29045361280441284,0.23701773583889008 +538,2.855654310318866,1.4485525186896644,0.8795452973013012,0.03439386934041977,-0.9925374984741211,0.11698803305625916,1.018379807472229,0.5804717540740967,-0.20285636186599731,0.11320438981056213,-0.5465859174728394,0.045045122504234314 +539,3.02498922847645,1.3251820668575442,0.7443388125165794,0.028288183733820915,-0.9699881672859192,0.24150115251541138,0.8277931213378906,0.5327513813972473,0.5453252792358398,0.46228188276290894,-0.1372811198234558,-0.32313573360443115 +540,3.0649798732189666,1.3100169808431599,0.6908115916777446,0.01973406970500946,-0.9661893248558044,0.25707781314849854,-0.03213310241699219,-0.28150397539138794,-0.02387116849422455,-0.08618611097335815,0.2200039029121399,-0.12800368666648865 +541,3.020930455621682,1.3243978129966212,0.7339347027085656,0.029359690845012665,-0.9697971343994141,0.24213935434818268,-0.31471332907676697,0.05695667862892151,-0.07628630101680756,-0.12391841411590576,0.5149326920509338,-0.04308845102787018 +542,2.9000092045598516,1.3721566655763482,0.8299536258662162,0.0472106896340847,-0.9803359508514404,0.19160522520542145,-0.8270684480667114,-0.4704890847206116,-0.01727009378373623,-0.1718292087316513,0.14763331413269043,0.17239320278167725 +543,2.9751083618822793,1.3984440022088436,0.6999035407055182,0.02842051535844803,-0.9851840734481812,0.16912977397441864,0.08188492059707642,-0.13439103960990906,0.2564098834991455,0.004919949918985367,-0.3668668270111084,0.21626152098178864 +544,3.012741259531682,1.3297226277301428,0.5805488017099124,0.03067770227789879,-0.9710822105407715,0.23676683008670807,0.8099607229232788,-1.1422309875488281,0.22707606852054596,-0.019798170775175095,-0.26018011569976807,-0.292842835187912 +545,2.980243137667819,1.3403601671597063,0.5527555051810976,0.0366927832365036,-0.9735668897628784,0.22543491423130035,-0.5670756101608276,-0.4059974253177643,0.04003564268350601,0.004490680992603302,-0.04221057891845703,-0.251725971698761 +546,2.959770007037662,1.4575430662098594,0.5322201075687616,0.02043478935956955,-0.993593692779541,0.11114734411239624,-0.6718137860298157,-0.05401662737131119,-0.09030076861381531,0.056118547916412354,0.6763941049575806,0.1973700374364853 +547,2.7065990204589165,1.4699712189069736,0.7888451818800664,0.04241602495312691,-0.9949214458465576,0.09128028899431229,-0.28083500266075134,0.18947218358516693,-0.43109771609306335,0.009814795106649399,0.2242916226387024,0.04569792002439499 +548,2.496857523241055,1.4447757659205631,1.0644329690149381,0.07553604990243912,-0.9920699000358582,0.10045623034238815,0.22053764760494232,1.3895527124404907,-0.17496275901794434,-0.1915486454963684,-0.5046188831329346,0.33788299560546875 +549,2.8274238759448447,1.3633792255226485,0.8790704808387957,0.06363862752914429,-0.9785661101341248,0.19585320353507996,0.8885402083396912,1.4050978422164917,-0.09278001636266708,0.1480770707130432,-0.33140093088150024,-0.2768772840499878 +550,2.985158137559099,1.3368170802624029,0.7954769322338417,0.03612173721194267,-0.9727514982223511,0.22901979088783264,-0.06827577948570251,0.1589723378419876,-0.5516972541809082,0.3415333032608032,0.19372916221618652,-0.10728511214256287 +551,2.8084298461399047,1.3167006507260088,0.9657870038275128,0.08220647275447845,-0.9678910374641418,0.23754797875881195,0.12063740938901901,-0.07470977306365967,-0.3057039976119995,-0.17075321078300476,0.38784343004226685,-0.04351724684238434 +552,2.649098282111625,1.3548035201637507,1.0872014306622035,0.10133453458547592,-0.9767640829086304,0.18884682655334473,-0.9929335117340088,-0.4208221733570099,-0.14499126374721527,-0.23649689555168152,0.28534263372421265,0.10390828549861908 +553,2.4561603937447223,1.4284036076631113,1.269255949281954,0.08983135968446732,-0.9898792505264282,0.10986049473285675,0.02541676163673401,-0.23288996517658234,0.7154603004455566,-0.11824323982000351,-0.303669273853302,0.45566070079803467 +554,2.9467023747897882,1.374797656273141,0.7627930908132035,0.03771427646279335,-0.9808536767959595,0.1910591572523117,1.469273567199707,-0.1243458166718483,0.22183533012866974,0.08946773409843445,-0.5810816884040833,-0.14889921247959137 +555,2.9587866958337194,1.3273916170520856,0.7164775347511,0.04381274804472923,-0.9705230593681335,0.23699232935905457,-0.3158963620662689,-0.646512508392334,-0.030707689002156258,0.19112683832645416,-0.13563233613967896,-0.36925554275512695 +556,2.974915151995073,1.4301950318121686,0.631996907513834,0.023249950259923935,-0.9901319146156311,0.13819648325443268,-2.3758137226104736,-0.6099720597267151,0.7684546709060669,0.08882586658000946,0.4572797417640686,0.18098688125610352 +557,2.442197375299379,1.5418486251664327,1.1892999378352491,0.018630249425768852,-0.9995810389518738,0.022145776078104973,-0.14190195500850677,0.22648140788078308,-0.5111196041107178,-0.02246020920574665,0.39069443941116333,0.08071374893188477 +558,1.9345713933738535,1.5030143087716084,1.7524656988888787,0.06329785287380219,-0.9977036714553833,0.02409868873655796,0.14512275159358978,1.732529878616333,-0.08220013231039047,-0.4288831651210785,-0.7566145062446594,0.49415087699890137 +559,2.669485181971393,1.441697041104939,1.156497997624979,0.05854685977101326,-0.9916782379150391,0.11465837806463242,1.3533241748809814,1.2876545190811157,-0.23771299421787262,0.10035818815231323,-0.30922508239746094,-0.3542366027832031 +560,2.8727740805115927,1.3603154935089616,1.040458701191875,0.055490441620349884,-0.9779305458068848,0.20142698287963867,0.06314174830913544,0.019767073914408684,-0.26717832684516907,0.5100460648536682,0.14390027523040771,-0.09008356928825378 +561,2.782070229349964,1.3247215743231648,1.0851823691583316,0.0857047364115715,-0.9698760509490967,0.228024423122406,0.5248134136199951,-0.5708081722259521,0.3638778626918793,-0.1702384352684021,0.4701049327850342,-0.08500373363494873 +562,2.7732697184447597,1.34839662578557,1.0459325817276441,0.07941687852144241,-0.9753709435462952,0.2057778239250183,-0.8338015079498291,-0.20484603941440582,0.03571318835020065,-0.18369543552398682,0.26519638299942017,0.09382843971252441 +563,2.778232641482674,1.406624942270398,1.020551439331701,0.058087754994630814,-0.9865541458129883,0.15276451408863068,0.09407737106084824,-0.05913481116294861,0.6580052375793457,-0.1484655737876892,-0.40263664722442627,0.5600802898406982 +564,3.073866115199531,1.3344067468442946,0.7135697102969832,0.015849066898226738,-0.9721898436546326,0.23365770280361176,0.7257116436958313,0.14791347086429596,0.10628703981637955,-0.02321907877922058,-0.39385324716567993,-0.1441495418548584 +565,3.1167702017608745,1.317377095073469,0.6465727768616335,0.006222731899470091,-0.9680608510971069,0.2506381571292877,-0.3722854554653168,-0.9597368240356445,0.15225182473659515,0.10548686981201172,0.032788634300231934,-0.3460056781768799 +566,-3.0956843670019447,1.428274783482017,0.48841363209358246,-0.006518500857055187,-0.989861011505127,0.14188987016677856,-1.5879355669021606,-0.49888187646865845,0.3353347182273865,0.09900203347206116,0.5261616706848145,0.2319352626800537 +567,3.005872810275957,1.499227499481276,0.6570204683655265,0.009675310924649239,-0.9974400401115417,0.07085059583187103,-0.2083437740802765,-0.03879806026816368,-0.4844030439853668,-0.06416444480419159,0.20685166120529175,0.07409262657165527 +568,2.624890865786083,1.501860284849208,1.106495245005234,0.034028030931949615,-0.9976248741149902,0.059888407588005066,0.17572197318077087,1.4049502611160278,-0.002009669318795204,-0.1006326675415039,-0.4649147391319275,0.4572625160217285 +569,2.9733615186794746,1.399874563723793,0.8616869187385788,0.028479717671871185,-0.9854283928871155,0.16768914461135864,0.9559577703475952,1.4486950635910034,-0.045358311384916306,0.2719047963619232,-0.30783021450042725,-0.2051953226327896 +570,3.037058403871085,1.3601779418967537,0.8584433382523297,0.021814636886119843,-0.977901816368103,0.20792344212532043,0.1644057333469391,-0.2856295108795166,-0.5701839923858643,0.17551204562187195,0.17914998531341553,-0.14862775802612305 +571,2.8672781415619717,1.3296006545288395,0.9940655602559,0.06470531970262527,-0.9710530638694763,0.22993360459804535,-0.061088480055332184,-0.1919202357530594,-0.07391209155321121,-0.2579731345176697,0.45048409700393677,-0.16882213950157166 +572,2.7401309841787653,1.3956503245015366,1.1454408004254653,0.06809145212173462,-0.9847010970115662,0.16039738059043884,-1.2303640842437744,0.1784839779138565,-0.07561907917261124,-0.13658815622329712,0.16255760192871094,0.26561272144317627 +573,2.765919129259762,1.4344128417055402,1.1158425094312903,0.049883682280778885,-0.9907141923904419,0.1264784187078476,0.6967682838439941,-0.20909744501113892,0.6650463342666626,-0.06264001876115799,-0.34676432609558105,0.22482465207576752 +574,3.0146891141162655,1.349260128850131,0.843985573136321,0.02780967392027378,-0.9755610823631287,0.2179626077413559,0.6310243606567383,0.022204015403985977,0.014021924696862698,0.01291603222489357,-0.5650427341461182,-0.20621320605278015 +575,2.954263784644492,1.3655653204039473,0.8528627565356262,0.03795358166098595,-0.9790139198303223,0.2002285271883011,-0.7005260586738586,-1.053480625152588,0.08667013049125671,0.10096243023872375,0.28852319717407227,-0.2532069683074951 +576,2.914944769476158,1.4944639963985222,0.8151041261926795,0.01713627763092518,-0.9970880746841431,0.07430840283632278,-1.152160882949829,-0.1699846237897873,0.1873873770236969,0.03321772813796997,0.6660486459732056,0.2539997100830078 +577,2.342569984946713,1.4967783272303938,1.4035174953019767,0.05299948528409004,-0.9972619414329529,0.051574625074863434,0.27135196328163147,0.4067424237728119,-0.5560111403465271,-0.16864582896232605,-0.034690022468566895,0.14459240436553955 +578,2.4190495754313623,1.4680343670824725,1.4378878927695318,0.06783609092235565,-0.9947246313095093,0.07694853842258453,0.29768240451812744,1.2469507455825806,0.06690680980682373,-0.17693644762039185,-0.5387073159217834,0.22328341007232666 +579,2.9508950357127364,1.3790985517112107,1.0010106018785534,0.03611305356025696,-0.9816821813583374,0.1870722472667694,0.9709944725036621,1.0669434070587158,0.393147736787796,0.36774131655693054,-0.2400432825088501,-0.1583704948425293 +580,3.0424735384260244,1.3383372826251558,0.9291112611949012,0.0227967519313097,-0.973102867603302,0.2292398065328598,0.2682100832462311,-0.16264602541923523,-0.4044114053249359,0.09933459758758545,0.24359554052352905,-0.10907688736915588 +581,2.974628871363222,1.3065763380826982,0.952350644442932,0.04340137913823128,-0.9652965068817139,0.25752487778663635,0.14292263984680176,-0.7711093425750732,-0.05435420200228691,-0.15172353386878967,0.5523173809051514,-0.27157819271087646 +582,2.908966492765235,1.3906902595510746,0.9997364765475691,0.041296277195215225,-0.9838246703147888,0.17430825531482697,-1.4066603183746338,0.09362342953681946,0.1885998249053955,-0.13191822171211243,0.09258943796157837,0.3564077615737915 +583,3.1386715276043575,1.4145616375623498,0.7687619221633264,0.00045452764607034624,-0.9878201484680176,0.1555997133255005,0.8316705822944641,-0.16191715002059937,0.6620997786521912,0.003146559000015259,-0.3381991386413574,0.1882113218307495 +584,-2.985764957930152,1.327200446477397,0.5952362104981718,-0.037432726472616196,-0.9704769253730774,0.23827119171619415,0.5573192238807678,0.27752596139907837,0.06930463761091232,0.1217833161354065,-0.21787744760513306,-0.25177526473999023 +585,-3.049054659451434,1.3355718120815598,0.6170495138520957,-0.021536212414503098,-0.9724620580673218,0.2320636361837387,-0.8242628574371338,-0.7238344550132751,0.058520253747701645,0.1354430615901947,0.21258974075317383,-0.2308429777622223 +586,-2.9133640830913445,1.4592367803656652,0.4150977076856759,-0.025188278406858444,-0.993783712387085,0.10844135284423828,-1.0791656970977783,-0.034452248364686966,0.014682265929877758,0.06545624136924744,0.597421407699585,0.2566862106323242 +587,2.9026845688461123,1.5109338889460338,0.9178282203568991,0.014157822355628014,-0.99820876121521,0.058128755539655685,-0.1956074833869934,0.5703871250152588,-0.615694522857666,-0.09005504846572876,0.0024659037590026855,0.1486889123916626 +588,2.5334611197784906,1.4983979180046882,1.401118665245802,0.04132742062211037,-0.9973803758621216,0.05936642363667488,0.18052491545677185,1.1309090852737427,-0.2537439465522766,-0.10094350576400757,-0.5924785733222961,0.30788207054138184 +589,2.9444550408876324,1.4001519484624212,1.0945308120177886,0.033261049538850784,-0.9854755401611328,0.1665285974740982,1.0785539150238037,1.0786218643188477,0.21098294854164124,0.4200928509235382,-0.1574840545654297,-0.150323748588562 +590,2.971683849670676,1.3506904630155978,1.102836476179903,0.03691849485039711,-0.9758743643760681,0.21518921852111816,0.2984474301338196,0.04999590665102005,-0.3607826232910156,0.03388229012489319,0.23986667394638062,-0.16478943824768066 +591,2.900539077020232,1.332921465576484,1.156280510227809,0.05625290051102638,-0.9718409180641174,0.22882506251335144,-0.4294969439506531,-0.12612628936767578,0.08813995867967606,-0.24413439631462097,0.5462579727172852,-0.17262694239616394 +592,2.8181442170193503,1.410649609526245,1.255391959234826,0.05068361014127731,-0.9872038960456848,0.15119464695453644,-0.8727620244026184,0.2184973508119583,0.004719860851764679,-0.1293731927871704,0.23511338233947754,0.30693531036376953 +593,2.990387529414968,1.4189229523085114,1.0863667953816514,0.02278864197432995,-0.9884893894195557,0.14956308901309967,0.387183278799057,-0.0006629982963204384,0.5057622194290161,-0.035743359476327896,-0.3937278389930725,0.27852222323417664 +594,-3.077770350414644,1.329586276495782,0.8412848626212288,-0.015235444530844688,-0.9710496068000793,0.2383924126625061,0.4913058578968048,0.214227557182312,0.15967689454555511,0.04418134316802025,-0.33495032787323,-0.26755183935165405 +595,3.136689689377929,1.3285287291176744,0.8300997426631201,0.001176242483779788,-0.9707964658737183,0.23990242183208466,-0.6375542879104614,-1.0855662822723389,0.09150876849889755,0.05782949924468994,0.07513594627380371,-0.2492407262325287 +596,-3.067610089152984,1.4431856113509756,0.6625918679939895,-0.009406760334968567,-0.991868793964386,0.1269162893295288,-1.3228648900985718,-0.46474364399909973,0.07295060902833939,0.11870545148849487,0.6149615049362183,0.2194582223892212 +597,2.7654086715816555,1.4864675558394238,1.126592217306551,0.030942978337407112,-0.996446430683136,0.07833771407604218,-0.07323947548866272,0.36617937684059143,-0.5455245971679688,-0.08181577920913696,0.08873170614242554,0.08226107805967331 +598,2.5419097244391757,1.464733637702383,1.4520350011463343,0.05974772945046425,-0.9943806529045105,0.08739246428012848,-0.05328511819243431,1.4849576950073242,-0.2056298404932022,-0.28249552845954895,-0.6430094838142395,0.3900398015975952 +599,2.873897151442919,1.3968311159766953,1.2197427531453562,0.045783814042806625,-0.9849061965942383,0.16692443192005157,1.1880484819412231,0.9746640920639038,0.12122294306755066,0.19933336973190308,-0.07297039031982422,-0.23844242095947266 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/q6.csv b/BoostRunClub/CoreML/DataSet/Motion/running/q6.csv new file mode 100644 index 0000000..f6b6c4a --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/q6.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,3.0006643015006627,1.3286701759727582,1.1085596751115587,0.03367829695343971,-0.9708303809165955,0.2373904138803482,-0.16410771012306213,-0.592826247215271,-0.4498130977153778,0.20895171165466309,0.14372777938842773,-0.07787501811981201 +1,0.10958825353170891,0.33632920263886085,-2.1248864484434646,0.10324135422706604,-0.33002418279647827,-0.9383097887039185,-0.03303103893995285,-0.21619339287281036,-0.14559578895568848,-0.04820290207862854,-0.02472740411758423,-0.06050002574920654 +2,0.08546169718519828,0.34728101749642054,-2.1516913703584977,0.08026198297739029,-0.3403424024581909,-0.9368698000907898,-0.3862898349761963,-0.2762061357498169,-0.4965038299560547,-0.06205826252698898,-0.1369219720363617,-0.27182459831237793 +3,0.09552165342230383,0.28951170611667587,-2.1984527500046815,0.09140720963478088,-0.28548428416252136,-0.9540143609046936,-0.15709632635116577,0.33025500178337097,-0.6591833233833313,-0.0021280422806739807,0.20977020263671875,-0.11983811855316162 +4,0.1884309016300698,0.28593774047185444,-2.2291074598281497,0.17971225082874298,-0.2820572555065155,-0.9424156546592712,0.5954664349555969,0.856291651725769,-0.04970657452940941,-0.1891269087791443,0.10523837804794312,0.31666797399520874 +5,0.3029406749871489,0.35177041559746625,-2.2089238254801327,0.2800598740577698,-0.3445603549480438,-0.896016001701355,0.4464436173439026,2.129441499710083,0.7021368145942688,-0.10871893167495728,0.019532859325408936,0.3601425886154175 +6,0.4401918468686015,0.4639556699060991,-2.1514256478194125,0.3810683488845825,-0.4474891126155853,-0.8090367317199707,0.3957962095737457,1.6083698272705078,0.7171030640602112,-0.04931175708770752,-0.08304375410079956,0.1385502815246582 +7,0.5749327216982588,0.5645773000423888,-2.056756394535166,0.4593920111656189,-0.5350587368011475,-0.7089930176734924,0.2469721883535385,1.7242883443832397,1.2653526067733765,0.2819562256336212,-0.20554178953170776,-0.32875722646713257 +8,0.6731601831522335,0.5707293212156398,-2.0111518767466277,0.524645984172821,-0.5402459502220154,-0.6579369306564331,-0.4884967803955078,1.0787866115570068,-0.38898685574531555,0.20948487520217896,-0.010993123054504395,-0.2078925371170044 +9,0.7346817522188372,0.45964288286406735,-1.937904633580825,0.600775957107544,-0.44362807273864746,-0.6650280952453613,-1.2839480638504028,1.2275545597076416,-0.10331188887357712,-0.061866044998168945,0.07120680809020996,0.19682741165161133 +10,0.778009562353927,0.4183306983814734,-1.8375506329907008,0.6413401961326599,-0.4062356650829315,-0.6508880853652954,-0.8996421694755554,0.424618124961853,0.7263326644897461,-0.2443980574607849,-0.05107024312019348,0.1394134759902954 +11,0.8666474378635113,0.35013944219783616,-1.791268167834985,0.7159185409545898,-0.3430287837982178,-0.6081052422523499,0.09461109340190887,0.504045307636261,-0.7171159386634827,-0.23960018157958984,-0.24345803260803223,0.024532794952392578 +12,0.899626638448937,0.3225402318790748,-1.866359568496864,0.7427131533622742,-0.3169768154621124,-0.5898329019546509,-0.05518776550889015,0.07771219313144684,-1.3819820880889893,0.25890427827835083,-0.06975716352462769,-0.3220475912094116 +13,0.946941473998188,0.26327088103808455,-1.9099740828286242,0.7836669087409973,-0.2602401077747345,-0.5640400648117065,0.03218081593513489,0.5552047491073608,0.06432564556598663,0.16706246137619019,0.13478237390518188,-0.22856247425079346 +14,0.9816980119282599,0.25562598217465166,-1.9169419931614498,0.8044244050979614,-0.25285109877586365,-0.5375570058822632,-0.5536567568778992,0.5743755102157593,-0.20431621372699738,-0.21313118934631348,0.40415728092193604,-0.09559112787246704 +15,1.0661685997065462,0.031552109464856315,-1.7729381775932362,0.8749188780784607,-0.03154687583446503,-0.4832409918308258,-3.919914960861206,1.9417831897735596,-2.358315944671631,-0.4325665235519409,0.706519365310669,0.08159911632537842 +16,1.4021197223285617,-0.45034771693500425,-1.3897121791463454,0.8875187039375305,0.43527859449386597,-0.1511397659778595,-4.615410327911377,2.2279272079467773,-3.505164623260498,0.17170071601867676,-0.17883938550949097,-0.0021958351135253906 +17,1.9263527546192878,-0.6146590826035362,-0.9461889932030983,0.7658708095550537,0.576680064201355,0.28439703583717346,-0.7628876566886902,2.775982618331909,0.31678178906440735,1.1800061464309692,-0.9108476042747498,-0.8453407883644104 +18,1.994256377209394,-0.5476198134892034,-1.0820732054686517,0.7783552408218384,0.5206565856933594,0.35082733631134033,1.7197767496109009,1.2784943580627441,0.9762951135635376,0.33697062730789185,-0.30999380350112915,-0.14162936806678772 +19,1.8224857845296165,-0.6258401933501638,-1.450406036410324,0.7849357724189758,0.5857784152030945,0.20184019207954407,2.5911295413970947,0.6438077092170715,-1.3933002948760986,-0.35045701265335083,0.8730838298797607,0.4843170642852783 +20,1.7479685643358172,-0.8113400056555503,-1.379444938936768,0.6777490973472595,0.725210428237915,0.1213507205247879,1.7878872156143188,0.8576102256774902,-1.8341091871261597,-0.4005884528160095,-0.6979429721832275,-0.307614803314209 +21,1.788328667873226,-1.0232509020195035,-1.4578070453440681,0.508324384689331,0.8538049459457397,0.1123548299074173,0.6090841293334961,-0.30866482853889465,-0.5421184301376343,-0.10616368055343628,0.1093146800994873,-0.08017407357692719 +22,1.6447559417132207,-1.1551373930363424,-1.5411786752171432,0.40268877148628235,0.9148504734039307,0.029837127774953842,0.9403910040855408,-1.103412389755249,-2.8337535858154297,0.5309965014457703,0.31940239667892456,-0.13152170181274414 +23,1.6985508264644846,-1.2304735205033126,-1.3617795022346666,0.3310714066028595,0.9426469802856445,0.04252748191356659,-0.36998531222343445,-1.989242672920227,1.4222157001495361,-0.339448481798172,-0.5976762771606445,-0.010865449905395508 +24,1.963579344787613,-1.1386281456130105,-1.0987996948944692,0.38694530725479126,0.9080597758293152,0.16031605005264282,-0.25612640380859375,-1.178967833518982,1.4436267614364624,-0.1324133574962616,3.1518616676330566,0.42299705743789673 +25,2.0042938714222083,-1.1732103601229047,-0.9559076522261214,0.3513788878917694,0.9219983816146851,0.16263960301876068,-1.425884485244751,-1.238116979598999,-1.205148696899414,-0.10458329319953918,-0.3144545555114746,-0.10987474024295807 +26,2.015170265031333,-1.2473849893413234,-0.8812813859431059,0.28693780303001404,0.9481568336486816,0.1366211175918579,2.2206599712371826,-1.6532998085021973,-1.3201007843017578,0.4643591642379761,0.31141042709350586,-0.7078186273574829 +27,1.6326329142408655,-1.2873047643214541,-1.314174469861526,0.2791752815246582,0.9600846767425537,0.017285283654928207,0.18402062356472015,0.2349550724029541,-0.3660776913166046,0.13626053929328918,0.6365340948104858,0.24890434741973877 +28,1.464040885460541,-1.3173472980599927,-1.5341082953015457,0.24931691586971283,0.9680533409118652,-0.02671751193702221,0.5583675503730774,1.7488889694213867,0.10341886430978775,0.15511728823184967,0.32941675186157227,0.47923219203948975 +29,1.6893081643592582,-1.360500806250855,-1.427037451338555,0.20728452503681183,0.9779692888259888,0.02468132972717285,-1.447767734527588,-1.848305344581604,0.027661290019750595,0.19704285264015198,-0.6495391130447388,-0.5679094791412354 +30,1.6952109103866655,-1.3181471888594296,-1.1750673881235734,0.24803778529167175,0.9682536125183105,0.03101973421871662,0.06802680343389511,0.32141345739364624,-0.0332505963742733,0.04758599400520325,-0.6289896965026855,0.4495711326599121 +31,1.8793042392297836,-1.3336382622128955,-0.9584872375082408,0.22384898364543915,0.9720095992088318,0.07133688777685165,-0.38623327016830444,-0.5606549382209778,-0.06185734644532204,0.13052113354206085,0.2835140824317932,-0.2643148899078369 +32,1.794864306051205,-1.3427277226143934,-1.0494093001416962,0.22044460475444794,0.9741048812866211,0.05023816600441933,1.0639336109161377,1.3200552463531494,-0.18102772533893585,0.09883028268814087,0.7554787993431091,0.3836606740951538 +33,1.7790957285210602,-1.353454124913473,-1.2305447599645774,0.21097438037395477,0.9764739871025085,0.04459264874458313,-0.33483588695526123,0.4508547782897949,0.017433686181902885,-0.22203700244426727,0.06602174043655396,0.19521450996398926 +34,2.0833710493286577,-1.3658524839166277,-0.8803020299089674,0.17735759913921356,0.9790723919868469,0.09980690479278564,-0.6308255195617676,-0.8349250555038452,-0.4415739178657532,-0.000523492693901062,-0.5882948637008667,-0.20684731006622314 +35,2.5884054266268,-1.3555316510327187,-0.36242303986891733,0.11222898215055466,0.9769198894500732,0.18174760043621063,-0.9710395336151123,-0.6293585300445557,-1.2771661281585693,-0.5065008401870728,-0.27403903007507324,-0.5699617862701416 +36,-2.8066364933171792,-1.353008891944607,0.6417227271416855,-0.0710279792547226,0.9763779044151306,0.20406119525432587,0.7397831082344055,1.2330491542816162,-0.33420637249946594,0.3214704990386963,0.12576431035995483,-0.05640187859535217 +37,-1.5626593843704097,-1.4980289708813053,1.7873809482696315,-0.07270058244466782,0.9973536133766174,-0.0005915735382586718,2.2612106800079346,1.4577209949493408,-0.45850279927253723,0.04077920317649841,0.5522679090499878,0.6242030262947083 +38,-0.9337316106384559,-1.4900213178601045,2.4017111742170947,-0.06486071646213531,0.9967394471168518,-0.047996364533901215,0.17273183166980743,0.6597885489463806,-0.1059538871049881,-0.009831048548221588,-0.03128534555435181,0.3254927396774292 +39,-1.101856764331547,-1.4966232997306377,2.156056656961389,-0.06610673666000366,0.9972504377365112,-0.0334918238222599,-1.7078971862792969,-0.17844846844673157,0.20736835896968842,-0.05236251652240753,-0.5683867931365967,-0.2887279987335205 +40,-2.7622549406398336,-1.423632790138616,0.49096817628204253,-0.054299045354127884,0.9891909956932068,0.13620902597904205,0.14597278833389282,-0.888599693775177,0.3335064649581909,-0.0070260316133499146,-0.4926546812057495,-0.17269277572631836 +41,2.7392764893753654,-1.4559372401461996,-0.38502084107492207,0.044873930513858795,0.9934109449386597,0.105455182492733,0.6342054009437561,2.151859760284424,1.3910558223724365,0.5680563449859619,0.7173433303833008,-0.6112536191940308 +42,2.2459486412781198,-1.5030757306498275,-0.8566874832201605,0.0528235137462616,0.9977078437805176,0.0422944612801075,0.5122900009155273,-0.1594133973121643,-0.4977668225765228,-0.029675930738449097,0.16231107711791992,0.27493584156036377 +43,1.8388949393809768,-1.5146125306045892,-1.3554531381907144,0.05414975434541702,0.9984220862388611,0.014875597320497036,0.016110721975564957,1.310533046722412,0.10266101360321045,-0.2695122957229614,-0.20449203252792358,0.006517171859741211 +44,1.9293504089724163,-1.5268481144641528,-1.2729063255009823,0.04114192724227905,0.9990344047546387,0.01541806012392044,-0.05112825334072113,-1.0224030017852783,-0.12969018518924713,0.038188520818948746,-0.5371965765953064,-0.08983516693115234 +45,2.6142603938119184,-1.481337635547729,-0.44675075633266254,0.04495833069086075,0.9960012435913086,0.07720302045345306,-1.14036226272583,-2.104813575744629,0.18923607468605042,0.23938921093940735,-0.053053855895996094,-0.21288418769836426 +46,2.247300180186222,-1.4400375408942427,-0.6048264216640283,0.10167093575000763,0.9914632439613342,0.08163110911846161,0.8454058170318604,0.3849716782569885,1.015195369720459,0.10882405936717987,0.27854102849960327,-0.294979453086853 +47,1.2922039864417845,-1.3859694008700874,-1.6193104845624469,0.17669108510017395,0.9829680919647217,-0.050539106130599976,1.538596510887146,-2.5777831077575684,-0.05714670941233635,-0.08674050867557526,0.6137117147445679,0.08029370754957199 +48,0.9975808764162236,-1.4276843011902123,-1.5481397079257833,0.11982760578393936,0.9897769689559937,-0.07735045254230499,-1.1692783832550049,-0.7230125069618225,0.5886527299880981,0.38186609745025635,-0.47503697872161865,0.5180700421333313 +49,1.8589033166248814,-1.421596891980804,-0.6614342490435084,0.14252027869224548,0.9888904094696045,0.04223622381687164,-1.6890249252319336,2.5184645652770996,0.09806614369153976,-0.32768571376800537,-0.596815824508667,0.06526196002960205 +50,2.5738341231685906,-1.398666471658095,-0.20131915356204014,0.09210536628961563,0.9852222204208374,0.14440861344337463,0.8640308976173401,1.191533088684082,-0.5508847236633301,-0.25717493891716003,0.0790477991104126,-0.6638787984848022 +51,2.416454133083746,-1.46277399816811,-0.37778090388739766,0.07150651514530182,0.9941712617874146,0.08068887144327164,0.9152930378913879,0.4561757743358612,-0.11444322764873505,0.4875602722167969,0.621246337890625,0.12922632694244385 +52,1.3087094066549896,-1.4909735172996315,-1.4781046925871457,0.07701683789491653,0.9968158602714539,-0.020660337060689926,0.2691017687320709,-0.2652086913585663,0.4626414477825165,-0.18964195251464844,0.2103223204612732,0.06382745504379272 +53,1.4600857784493921,-1.4802500026365986,-1.1869524581546227,0.08986956626176834,0.995903491973877,-0.009990358725190163,-0.29681044816970825,-1.7978957891464233,-0.014617862179875374,-0.036433279514312744,-0.631676197052002,-0.04666554927825928 +54,1.377401758014248,-1.46510393126838,-1.13738667559945,0.1035299077630043,0.9944197535514832,-0.020275533199310303,0.14426636695861816,-0.9703819155693054,0.1909337192773819,0.06251625716686249,-0.6763349175453186,-0.0439029335975647 +55,1.5666809964770807,-1.4764872940798461,-0.9144057933224106,0.09416891634464264,0.9955561757087708,-0.00038753836997784674,-0.44660770893096924,0.5804281830787659,-0.10117573291063309,0.04660865664482117,0.9309574961662292,-0.2345978021621704 +56,0.911249808974646,-1.4166285669924992,-1.597829485097005,0.12135229259729385,0.9881396889686584,-0.09409396350383759,2.1090121269226074,-2.3221752643585205,-0.29963216185569763,0.028839945793151855,0.5858502388000488,0.1062246561050415 +57,0.8530050671626798,-1.4499127308363362,-1.5697070474058372,0.09083415567874908,0.9927024841308594,-0.07931344956159592,-0.7007800340652466,0.9046401381492615,0.016757065430283546,0.28328078985214233,-0.1486932635307312,0.25605595111846924 +58,1.2797501601970445,-1.4504694386664887,-1.1433315187058872,0.11498882621526718,0.9927694797515869,-0.03444518521428108,-1.423875093460083,1.7597935199737549,0.6074671149253845,-0.3103318512439728,-0.6460134983062744,-0.04096376895904541 +59,1.9526024256112524,-1.4490317733091889,-0.6719285215523274,0.1127188578248024,0.9925958514213562,0.0452575758099556,0.6169358491897583,1.6553325653076172,-0.3120277225971222,-0.1259482055902481,-0.17734915018081665,-0.1256103515625 +60,2.282362967861092,-1.4545592061380266,-0.43729343443237934,0.0878322571516037,0.9932520389556885,0.07573392987251282,0.29461443424224854,1.77489173412323,-0.07811009138822556,0.3159763216972351,0.4316593408584595,-0.48282313346862793 +61,1.3699389933005564,-1.4980184057113513,-1.2723090186956367,0.07125168293714523,0.9973528385162354,-0.01450703851878643,0.3451938033103943,-1.8549907207489014,0.30196622014045715,-0.11542586982250214,0.09784674644470215,0.131725013256073 +62,1.2989855055912645,-1.4654973219501786,-1.2139125755489106,0.1012464240193367,0.994461178779602,-0.028218252584338188,-0.1639406383037567,-0.5719436407089233,-0.20923247933387756,-0.2245221585035324,-0.1986083984375,0.10910511016845703 +63,1.34124707213951,-1.4849803734339897,-1.1908118099355511,0.08346203714609146,0.9963200688362122,-0.01950240321457386,0.04979824274778366,0.40863725543022156,-0.07930754125118256,-0.01910044252872467,-0.5315068960189819,-0.02146744728088379 +64,1.547842394630319,-1.4986926310770146,-0.9643798378187096,0.07202192395925522,0.9974016547203064,-0.0016534768510609865,-0.9687613844871521,-0.036142271012067795,0.15627776086330414,0.12145951390266418,-0.025416851043701172,-0.06421869993209839 +65,2.0395893704682697,-1.4626950374662182,-0.6555119640347974,0.09625077247619629,0.9941627383232117,0.048746053129434586,1.4196181297302246,1.9509038925170898,0.24146509170532227,0.1653459221124649,0.5088279843330383,-0.7516574859619141 +66,1.2807123307214903,-1.4708638253594022,-1.194109209239253,0.09559837728738785,0.9950109124183655,-0.02853652462363243,-0.8280754089355469,-2.394441843032837,0.06731213629245758,0.14993080496788025,0.02325385808944702,0.7902247309684753 +67,1.4808210076353379,-1.4684386312728877,-1.0290280004010055,0.10176648944616318,0.9947659969329834,-0.00918126106262207,-0.057977207005023956,0.812981367111206,0.30045661330223083,0.09966480731964111,-0.3448025584220886,0.05282139778137207 +68,2.263465869390242,-1.4108252914789994,-0.5238586896652262,0.1225801557302475,0.9872319102287292,0.10172118246555328,-0.6199749112129211,2.478527545928955,-0.07839714735746384,-0.09763205051422119,-0.4393041133880615,-0.4097656011581421 +69,2.3829083812996794,-1.4343895207808421,-0.4182521252472111,0.09355245530605316,0.9907110333442688,0.09868920594453812,-0.17931696772575378,-0.6069280505180359,-0.336711585521698,0.04475320130586624,0.2289239764213562,0.0017899200320243835 +70,2.3669080741881467,-1.4714367237402943,-0.5008659915740978,0.06938551366329193,0.9950678944587708,0.07088840752840042,1.0230717658996582,0.1980491429567337,-0.15973085165023804,0.15978622436523438,0.5485567450523376,0.10330592095851898 +71,1.7733690021999953,-1.4725318050804908,-1.1346994732730806,0.0961005762219429,0.9951758980751038,0.019738081842660904,0.10038936883211136,0.6948130130767822,0.8129642605781555,-0.2509315013885498,0.10832440853118896,0.1168433427810669 +72,1.8366105940559654,-1.4508605750054662,-1.073108580001858,0.11544769257307053,0.9928163290023804,0.03143144026398659,-0.08123046159744263,-0.40580567717552185,-0.16462302207946777,-0.13153043389320374,-0.4669525623321533,-0.10337662696838379 +73,1.6726064116370032,-1.473645987535088,-1.1917097855968846,0.09649552404880524,0.9952846169471741,0.009858302772045135,0.35166579484939575,-0.6695622205734253,-0.24832114577293396,0.03233443200588226,-0.4710841774940491,-0.13778793811798096 +74,1.8059796496866225,-1.4952485420040593,-0.9284089099107324,0.07339875400066376,0.9971476197242737,0.017587630078196526,-0.8176777958869934,-0.9877225756645203,-0.12594477832317352,0.19157011806964874,0.4868306517601013,-0.17135047912597656 +75,1.064273589318374,-1.470953531671911,-1.7216433626250787,0.08716116100549698,0.9950198531150818,-0.04835721105337143,1.25320565700531,-1.518418788909912,0.1734175682067871,0.12749947607517242,0.8052578568458557,-0.08415007591247559 +76,1.0097065497647126,-1.4657244743992086,-1.5758751950168086,0.08879803121089935,0.9944850206375122,-0.05580678582191467,-0.7051994800567627,0.5557437539100647,0.20864439010620117,0.30457353591918945,-0.023568332195281982,0.8084618449211121 +77,1.3656777264315638,-1.4444931209226557,-1.2233672092016294,0.12332673370838165,0.992034375667572,-0.025657454505562782,-0.7166414856910706,-0.29296353459358215,0.4702688157558441,-0.08711764961481094,-0.450896680355072,-0.03452324867248535 +78,2.2347945272850986,-1.377862883332888,-0.452593308822166,0.15100055932998657,0.9814460277557373,0.11816266924142838,0.001132188830524683,0.5549085736274719,-0.24952661991119385,-0.3653102517127991,-0.3315895199775696,-0.4123063087463379 +79,2.089171332464252,-1.4382181681412143,-0.6048805659666523,0.11482366174459457,0.9912244081497192,0.06549612432718277,-0.16758625209331512,1.941907286643982,-0.22017240524291992,0.21829096972942352,0.46574580669403076,0.032160043716430664 +80,1.6420369906575953,-1.4946313737535297,-1.0844720374547907,0.07589828222990036,0.997100830078125,0.005416210275143385,1.0585308074951172,-1.224918246269226,-0.3427483141422272,0.11888015270233154,0.3500213027000427,0.30485594272613525 +81,1.474869205231098,-1.4582310945193662,-1.193322555379993,0.11181151121854782,0.9936712384223938,-0.010758777149021626,-0.08847992867231369,-1.0521098375320435,0.3494306206703186,-0.2828778028488159,-0.0693395733833313,-0.08650076389312744 +82,1.556038796140326,-1.4732260443641458,-1.022084017267509,0.0974048599600792,0.9952437877655029,-0.0014375596074387431,-0.5734046101570129,-0.43797168135643005,-0.054460182785987854,-0.04291573166847229,-0.6607100963592529,-0.003521561622619629 +83,1.5065210628287047,-1.481648926221775,-0.9674494594010161,0.08884628862142563,0.9960290193557739,-0.005718495696783066,0.11666414141654968,-0.9136755466461182,-0.1020287424325943,0.2615412771701813,-0.17715072631835938,-0.07341355085372925 +84,1.5399451210459505,-1.460679745640237,-0.9638558820022702,0.10984184592962265,0.9939432740211487,-0.003389829071238637,0.7648121118545532,1.1091350317001343,0.3309438228607178,-0.09049371629953384,0.563567042350769,-0.462857723236084 +85,1.138637020631232,-1.4474672621985085,-1.3098808818173002,0.11170685291290283,0.992404580116272,-0.05152334272861481,-0.27016571164131165,0.5711103081703186,0.2875474691390991,0.21112334728240967,0.03451186418533325,0.6409093141555786 +86,1.0663135858014463,-1.430704909312752,-1.503948038848688,0.1222384124994278,0.9902032613754272,-0.06749240309000015,0.5134706497192383,1.7703343629837036,0.2497032731771469,0.1271054446697235,-0.267333447933197,0.15776342153549194 +87,1.5204661789622038,-1.4440261240190195,-1.1216712629506158,0.12627066671848297,0.9919754266738892,-0.006360593251883984,-1.135509967803955,0.13421601057052612,-0.11004050076007843,-0.22533074021339417,-0.5399032831192017,-0.08474963903427124 +88,2.207026021392065,-1.4513753891268808,-0.4220984048102029,0.09582805633544922,0.9928777813911438,0.07078816741704941,-0.05187733471393585,0.32875803112983704,-0.6054597496986389,-0.019305214285850525,0.23838454484939575,-0.2887599468231201 +89,2.358039180259228,-1.5188267779741325,-0.33123173145240403,0.03666505217552185,0.9986498951911926,0.0368005707859993,0.7770845890045166,0.9960379004478455,-0.5843576192855835,0.40591612458229065,0.49561285972595215,-0.08381295204162598 +90,1.669143376519876,-1.511981494617288,-1.0445887204337965,0.05849786475300789,0.9982709288597107,0.005771712865680456,0.04692717641592026,-0.06949249655008316,0.9870266318321228,-0.1637682467699051,0.2651262879371643,0.062129855155944824 +91,1.6331017634889073,-1.464333060327452,-1.0430493186354393,0.10605762153863907,0.9943381547927856,0.006616530008614063,-0.060744509100914,0.029114006087183952,-0.2503361403942108,-0.25876757502555847,-0.4135274887084961,-0.03745448589324951 +92,1.6935001774927354,-1.480469113382178,-0.9039500582397269,0.08952663093805313,0.9959232807159424,0.011040729470551014,-0.22777089476585388,-1.4472848176956177,-0.1632937788963318,0.08820775151252747,-0.5415164828300476,-0.030312538146972656 +93,1.922893034069881,-1.4775100997742054,-0.4907028386834584,0.08743651211261749,0.9956520199775696,0.03212473541498184,-0.4406547248363495,-0.5325508117675781,0.430522620677948,0.015606097877025604,0.3886405825614929,-0.16660046577453613 +94,1.3925045629763126,-1.435870569438998,-1.0027770010722918,0.13238444924354553,0.9909113049507141,-0.023856377229094505,0.8276416659355164,-1.1380741596221924,0.2632436752319336,0.08065876364707947,0.4036352038383484,0.29460835456848145 +95,1.1711723540030312,-1.4242249390701867,-1.3625855231167867,0.1345391571521759,0.9892776012420654,-0.05682262033224106,1.3774410486221313,1.9667494297027588,-0.25169646739959717,0.1410803496837616,0.16855919361114502,0.17841988801956177 +96,1.155926277001086,-1.4413011040169719,-1.3987608011872945,0.1181790828704834,0.9916272163391113,-0.05205003172159195,-0.9715290069580078,-1.2228646278381348,-0.3104249835014343,-0.050552114844322205,-0.5282940864562988,-0.02665477991104126 +97,1.7596541571097144,-1.4710809779001717,-0.7732715356866783,0.09778054058551788,0.995032548904419,0.0186893492937088,-0.18617582321166992,0.848107635974884,-0.26204681396484375,-0.1800559163093567,-0.15535664558410645,-0.2582828998565674 +98,1.9417075002966504,-1.5062851783725817,-0.613740706368554,0.060084156692028046,0.9979198575019836,0.023367436602711678,0.3369624614715576,1.3105703592300415,-0.5435743927955627,0.31029245257377625,0.35019421577453613,-0.21622323989868164 +99,1.0222111360839288,-1.5149387566907555,-1.5492155228072417,0.047635674476623535,0.9984403848648071,-0.029113031923770905,-0.12208973616361618,-0.18344184756278992,0.514409601688385,-0.009305600076913834,0.3060181736946106,0.2103874683380127 +100,1.6128365949909058,-1.4520598575687582,-0.9298669800203899,0.11835337430238724,0.9929590821266174,0.0049785408191382885,-0.14150948822498322,0.2839641869068146,-0.04476821422576904,-0.36995553970336914,-0.02314096689224243,0.009166359901428223 +101,1.5454938541910364,-1.4754109087667304,-0.97902122925704,0.09520982205867767,0.9954542517662048,-0.002409558277577162,-0.17589619755744934,-1.281291127204895,-0.15513834357261658,-0.047251470386981964,-0.5980544090270996,-0.04449594020843506 +102,1.9549220760682655,-1.4900078360352373,-0.4049653281512566,0.07482022792100906,0.9967383742332458,0.03024267964065075,-0.35984158515930176,-0.6414596438407898,0.026372594758868217,0.31015902757644653,-0.17029190063476562,-0.2170712947845459 +103,1.176683817063659,-1.4701086497838582,-1.2091145126235874,0.09281180053949356,0.9949352741241455,-0.03859768807888031,0.7927126288414001,-0.32275164127349854,0.24262776970863342,0.11289193481206894,0.7967669367790222,-0.088126540184021 +104,1.2078494997877784,-1.4663849764186643,-1.21964200731108,0.09743081033229828,0.9945541024208069,-0.037001390010118484,0.8325783610343933,1.2019588947296143,-0.09121666103601456,0.11986957490444183,0.12379294633865356,0.3225390911102295 +105,0.8863735644514709,-1.4481077682004875,-1.6349732102049377,0.09481944143772125,0.9924831986427307,-0.07737290859222412,-1.053403377532959,-0.6598976850509644,0.084067203104496,0.10404835641384125,-0.3990536332130432,-0.005268692970275879 +106,1.6444393537017588,-1.4742248830528946,-0.7850986118309987,0.09616045653820038,0.9953405857086182,0.0070943767204880714,-0.5960394144058228,0.3082510828971863,0.06334871053695679,-0.2750850021839142,-0.49669861793518066,-0.0707082748413086 +107,1.6459443836112708,-1.498539858068489,-0.8577814491187022,0.07199082523584366,0.997390627861023,0.0054201772436499596,-0.0034512095153331757,-0.4387408196926117,-0.2950730323791504,0.06826797127723694,0.14555370807647705,-0.11157560348510742 +108,1.2909042741373538,-1.5335192402858915,-1.2838895777272146,0.0358191579580307,0.9993053078651428,-0.010295768268406391,0.6083104014396667,1.365156650543213,0.0026286127977073193,0.4352196753025055,0.5308002829551697,0.18264377117156982 +109,1.5274454068571561,-1.4660956014780884,-1.0681232417841808,0.1044115200638771,0.9945238828659058,-0.004529173020273447,-0.6591439843177795,-1.3708552122116089,1.2383171319961548,-0.346492201089859,0.31715214252471924,0.011960208415985107 +110,1.6896795646834293,-1.441044292084287,-0.8554265329101023,0.12847480177879333,0.9915940165519714,0.015345863997936249,0.053497109562158585,0.6792632937431335,-0.34008121490478516,-0.23626288771629333,-0.5470444560050964,-0.011836291290819645 +111,1.5605149589249208,-1.487447964088157,-0.9976314654840056,0.08324790745973587,0.9965285062789917,-0.0008559324778616428,0.1645621955394745,-1.1871635913848877,-0.6077562570571899,0.15228675305843353,-0.4491347074508667,-0.1661362648010254 +112,1.8528127612376644,-1.5069381737418315,-0.5493639129985007,0.061292219907045364,0.9979617595672607,0.01775873266160488,0.08798880130052567,0.1537240594625473,0.27590715885162354,0.03436513990163803,0.6021815538406372,-0.24250543117523193 +113,0.9364742682723645,-1.4622655624690157,-1.4859562765960592,0.08724769204854965,0.9941163063049316,-0.06419295817613602,0.5089950561523438,-1.2673901319503784,0.02231636829674244,0.05372825264930725,0.5070433616638184,0.2781364321708679 +114,0.9801158301684766,-1.4699936082373934,-1.4925187378133709,0.08358123898506165,0.9949237108230591,-0.05604470521211624,0.6570460200309753,-0.41035932302474976,-0.2890085279941559,0.18979522585868835,0.022898554801940918,0.16224586963653564 +115,1.2781303176659398,-1.470944956623356,-1.1537472104607627,0.09544555842876434,0.9950190186500549,-0.028759514912962914,-1.1588488817214966,-0.8789029717445374,0.2760728597640991,-0.03390686213970184,-0.423012912273407,-0.03250449523329735 +116,2.314741673294891,-1.4228906571494828,-0.19189791868411638,0.10843220353126526,0.989081859588623,0.0997956246137619,-0.010145816951990128,2.136025905609131,-0.14418627321720123,-0.25560325384140015,-0.24565857648849487,-0.29631364345550537 +117,2.1915434266310987,-1.462859792293868,-0.3263699465478055,0.08762919157743454,0.9941805005073547,0.0626581609249115,-0.5041290521621704,1.0796879529953003,-0.30740174651145935,0.20630085468292236,0.5128079056739807,0.1422520875930786 +118,1.9872221242712085,-1.498940733729375,-0.6154246854535427,0.06565999984741211,0.9974194765090942,0.02904091589152813,0.18120746314525604,-0.0879708006978035,0.03141411021351814,-0.009889103472232819,0.3433551788330078,0.3207210302352905 +119,2.0005721671895937,-1.4540629128816696,-0.6462501540364429,0.1058761402964592,0.9931944012641907,0.04852830246090889,-0.28763347864151,0.47462329268455505,-0.028868060559034348,-0.2843887209892273,-0.022018373012542725,-0.08723986893892288 +120,1.9088732467631218,-1.4700000820185082,-0.7738132068690349,0.09493035078048706,0.9949243664741516,0.033375103026628494,0.625771164894104,-0.08474943786859512,-0.04383734241127968,0.008417442440986633,-0.5789697766304016,-0.08357656002044678 +121,1.4987592564028185,-1.491830815864877,-1.1416412976894883,0.07867761701345444,0.9968838691711426,-0.005677529610693455,-0.323184609413147,-1.113654613494873,-0.2360820323228836,0.017193354666233063,-0.32986122369766235,-0.14669674634933472 +122,2.2128695480572964,-1.4724284506632779,-0.2879783988318601,0.07865083962678909,0.9951657652854919,0.05881284177303314,0.04058488458395004,1.3679728507995605,0.48577582836151123,0.04914151877164841,0.616208016872406,-0.26172423362731934 +123,1.2500516687574257,-1.455141926367219,-1.2410892370560658,0.10951224714517593,0.9933194518089294,-0.03638172522187233,0.6692295670509338,-1.98977530002594,0.31989169120788574,-0.08032216131687164,0.6365023851394653,0.42162036895751953 +124,1.4632412570608437,-1.4573949026135842,-1.0185476287056605,0.1125040352344513,0.9935769438743591,-0.012147256173193455,0.438559353351593,1.221512794494629,0.07939894497394562,0.1186055913567543,-0.1377267837524414,0.23422366380691528 +125,1.5568340810300563,-1.4517038314921746,-1.0976617297986373,0.11879969388246536,0.9929168820381165,-0.00165881821885705,-1.0255794525146484,2.25547194480896,-0.0911862924695015,-0.14606714248657227,-0.534985363483429,-0.09541761875152588 +126,2.4687076379749215,-1.4155597640206652,-0.3353927598215039,0.09636171907186508,0.987975001335144,0.12091150134801865,0.672633171081543,-0.0780966505408287,-0.13479872047901154,-0.033953286707401276,-0.3106374740600586,-0.3379221260547638 +127,2.3832219645403456,-1.447959373998665,-0.4348282045409683,0.08426789939403534,0.9924650192260742,0.08895070105791092,-0.019285868853330612,1.6344021558761597,-0.23642094433307648,0.31285732984542847,0.5048646926879883,-0.06313276290893555 +128,1.9647168231020289,-1.4979981721407012,-0.9680135027784158,0.06716346740722656,0.9973514080047607,0.02791617624461651,0.675540030002594,0.7415947914123535,0.006488370709121227,0.016530998051166534,0.42009854316711426,0.36344122886657715 +129,1.9934870587369906,-1.4746051089768664,-1.0091967926088703,0.08759048581123352,0.9953771829605103,0.03939852863550186,-0.29263317584991455,-0.37336376309394836,-0.277255117893219,-0.3499806225299835,-0.050552964210510254,-0.2274782657623291 +130,1.9898568530964562,-1.486368869847604,-1.003122883161634,0.07702970504760742,0.9964381456375122,0.03431259095668793,0.5347972512245178,-0.39681264758110046,-0.027446197345852852,-0.01994658261537552,-0.5872127413749695,-0.14167344570159912 +131,1.1968339676645243,-1.5070218266704936,-1.6695567388368462,0.05932806059718132,0.9979671239852905,-0.02328203059732914,-0.009152517654001713,-2.203272581100464,-0.40338754653930664,0.08273127675056458,-0.24978280067443848,-0.12117290496826172 +132,1.6265725483358826,-1.5210028986953985,-1.0944308248166688,0.049696844071149826,0.9987605810165405,0.002774780383333564,1.0598751306533813,2.465759038925171,0.5196563005447388,0.23820599913597107,0.703387975692749,-0.3317389488220215 +133,0.9638244621451507,-1.4665003498199345,-1.7683727695085207,0.08551191538572311,0.9945660829544067,-0.05938127264380455,-0.06731974333524704,-2.1393723487854004,0.21632838249206543,-0.07586834579706192,0.32837098836898804,0.31357741355895996 +134,1.012331173224898,-1.4765005891276894,-1.6375673416654108,0.07985188812017441,0.995557427406311,-0.04989253357052803,0.3535049855709076,1.0009939670562744,0.1496865451335907,0.1289646327495575,-0.20518267154693604,0.2624779939651489 +135,1.5668323784096003,-1.4715091421530924,-1.1787625487329167,0.09912265092134476,0.9950750470161438,-0.0003929191152565181,-0.9803478717803955,0.8566389083862305,0.07725133746862411,-0.09961095452308655,-0.5344275832176208,-0.054233551025390625 +136,2.3979103950838696,-1.4304731179662418,-0.36350738453935144,0.09468742460012436,0.9901708364486694,0.1029362604022026,-0.20992691814899445,-0.5248432159423828,-0.585954487323761,-0.20705315470695496,-0.04638427495956421,-0.3106389045715332 +137,2.6067895169821975,-1.451579142090619,-0.17538341266607024,0.060617681592702866,0.9929020404815674,0.10232778638601303,0.5604826807975769,0.9850003719329834,-0.10397688299417496,0.18701720237731934,0.45108288526535034,-0.4501519203186035 +138,1.675114962195184,-1.4975389741574696,-1.0975891220174556,0.07279620319604874,0.9973178505897522,0.007621667813509703,0.36623135209083557,0.21381545066833496,0.5110576748847961,-0.11640580743551254,0.17431306838989258,0.2708970308303833 +139,1.78304580674987,-1.452558795389895,-1.0045300538935986,0.11531447619199753,0.9930180907249451,0.024849722161889076,-0.20638413727283478,-0.03328866511583328,-0.0019767528865486383,-0.17479324340820312,-0.31478023529052734,-0.0915917158126831 +140,1.6435534055829017,-1.4631358480793388,-1.1244123249733728,0.10716813057661057,0.9942101836204529,0.00781102804467082,0.5640538930892944,-0.5713356137275696,-0.1294838935136795,0.003702223300933838,-0.46271610260009766,-0.10719156265258789 +141,1.756507776434861,-1.5239844517802992,-0.8409511944525483,0.045989442616701126,0.9989045262336731,0.00864032655954361,-1.246717095375061,-2.251908779144287,-0.542385458946228,0.13534601032733917,0.04497969150543213,-0.11597061157226562 +142,1.3701760001379166,-1.5195538713429706,-1.2606044108067682,0.05019243061542511,0.9986873865127563,-0.010206928476691246,0.8611412644386292,-0.5005151629447937,0.3316078186035156,0.3231291174888611,0.6437839269638062,-0.4186108112335205 +143,1.0852979037422497,-1.4866233427054467,-1.3690753834788079,0.07435780018568039,0.9964595437049866,-0.039232637733221054,0.06288886070251465,-1.0479578971862793,0.08364281058311462,0.2457868754863739,0.09370458126068115,0.6192039847373962 +144,1.361873497556987,-1.4733981669448402,-1.1143174237049143,0.09512998908758163,0.9952605366706848,-0.020169135183095932,-0.9466391205787659,0.8899093270301819,0.3490144908428192,-0.011343955993652344,-0.4036163091659546,0.05143439769744873 +145,2.4286920137418386,-1.3880200525497197,-0.19165007457732983,0.11887705326080322,0.9833428859710693,0.13749609887599945,-1.0985770225524902,1.2145365476608276,-0.02464752085506916,-0.2713733911514282,-0.46045464277267456,-0.42204201221466064 +146,2.501767569360729,-1.4025282123836358,-0.07045781027922553,0.09999135881662369,0.9858763217926025,0.13434787094593048,0.04582217335700989,-0.2400384396314621,-0.06765015423297882,0.17878670990467072,0.6053253412246704,0.050130948424339294 +147,2.315135718518936,-1.4439940994551765,-0.35093878744074974,0.0930188000202179,0.9919713735580444,0.0856776162981987,0.9189178943634033,0.13136187195777893,0.1375032216310501,0.0906207486987114,0.5257289409637451,0.4073033332824707 +148,2.1700755296975585,-1.4265552493664777,-0.5269576220220492,0.1186937764286995,0.989615261554718,0.08107724785804749,-0.2328857183456421,0.1336110681295395,0.17154960334300995,-0.3949388861656189,0.030404269695281982,-0.1202007532119751 +149,2.270936396719695,-1.4316640607856594,-0.48764068690670515,0.10605933517217636,0.9903367161750793,0.08935794234275818,0.5709296464920044,0.7740891575813293,-0.057347677648067474,-0.035395875573158264,-0.5165359377861023,-0.07188653200864792 +150,1.955990122248438,-1.4828665015369848,-0.869422954173496,0.08138135075569153,0.9961366653442383,0.03299587592482567,0.1811954826116562,-0.37923479080200195,-0.4777688980102539,0.06495042890310287,-0.39939600229263306,-0.25392794609069824 +151,2.3612576711903595,-1.496022376900112,-0.2716459794557764,0.05255506932735443,0.9972057342529297,0.05308997258543968,0.7736084461212158,-0.39484328031539917,0.14667096734046936,0.3468589782714844,0.8498553037643433,-0.3267868757247925 +152,1.0332563815890383,-1.4673373075170197,-1.556727840322216,0.08871038258075714,0.9946528673171997,-0.052879419177770615,1.179470419883728,-1.553796648979187,0.10842766612768173,-0.05259283632040024,0.6581944823265076,0.3840562105178833 +153,1.0488363752781202,-1.4779188779838388,-1.4941056809800617,0.08039486408233643,0.9956899881362915,-0.046240489929914474,-0.4389645755290985,0.22212336957454681,0.04864548519253731,0.19018925726413727,-0.3094106912612915,0.2318483591079712 +154,2.086531462091045,-1.4754555612021483,-0.5145943975954977,0.08281420171260834,0.9954584836959839,0.04694841429591179,-1.392270565032959,1.4865782260894775,-0.015272549353539944,-0.18416306376457214,-0.5869197249412537,-0.16892719268798828 +155,2.600760119288799,-1.4596387328730762,-0.03498302828298091,0.057111404836177826,0.9938283562660217,0.09509661793708801,0.6524655222892761,-0.5532199740409851,-0.3004109263420105,-0.02285543829202652,-0.14814060926437378,0.11793135106563568 +156,2.8034601313843655,-1.446996340690246,0.11367088891901198,0.04096263274550438,0.9923465847969055,0.11649121344089508,0.7908543348312378,1.0563884973526,0.0893968716263771,0.3308940529823303,0.4378901720046997,-0.7370052337646484 +157,2.189192145347421,-1.4938762314022846,-0.5060674620683501,0.06261379271745682,0.9970431327819824,0.044549085199832916,0.1744023561477661,0.09092099219560623,0.5549445748329163,-0.10675746202468872,0.12002235651016235,0.3019322156906128 +158,1.981280921493202,-1.4545304528028693,-0.7030976490369939,0.10636749118566513,0.9932487607002258,0.04629192501306534,-0.02734018862247467,-0.8438151478767395,0.0010762170422822237,-0.18478240072727203,-0.25023722648620605,-0.18978559970855713 +159,1.9596196553235987,-1.4684974997028055,-0.7087485198377832,0.09449908137321472,0.9947720170021057,0.038714390248060226,0.3699238896369934,1.067548394203186,-0.09970545023679733,0.004774600267410278,-0.5438137054443359,-0.01266765221953392 +160,1.4599308966266473,-1.5060762062192135,-1.2456505953728796,0.0642780065536499,0.9979063868522644,-0.0071555497124791145,-0.25742247700691223,-2.278473138809204,-0.5591205954551697,0.1765209287405014,-0.057766616344451904,-0.44067466259002686 +161,1.1441584047599977,-1.5146302582181137,-1.3935322095655274,0.0511060394346714,0.9984230995178223,-0.0232306607067585,-0.05330442637205124,1.3524750471115112,0.4617559611797333,0.5029558539390564,0.5713707208633423,-0.1976555585861206 +162,0.7053588365334911,-1.4195645965421329,-1.7189776571953126,0.09767095744609833,0.9885862469673157,-0.11470584571361542,0.28955787420272827,-2.4616050720214844,-0.08058428764343262,-0.08201543241739273,0.4031372666358948,0.5867822170257568 +163,0.8454645138804019,-1.421313624853365,-1.5801714990171298,0.11143903434276581,0.9888482689857483,-0.09879578649997711,-0.33407196402549744,0.9469267129898071,0.3019520938396454,-0.028660088777542114,-0.3986230492591858,0.15119445323944092 +164,1.4671706711067964,-1.4356537406100738,-1.01101822005563,0.13400962948799133,0.990882158279419,-0.013936756178736687,-1.3395150899887085,0.6645420789718628,0.06119704246520996,-0.20540547370910645,-0.6669379472732544,-0.051782846450805664 +165,2.38023844196701,-1.4248315346760403,-0.19185929746366115,0.10034473240375519,0.9893660545349121,0.10528995096683502,-0.006690355017781258,-0.7380385398864746,-0.2914430499076843,0.025525033473968506,0.15302908420562744,-0.31296205520629883 +166,2.1207852651066164,-1.4340509954688414,-0.5120938122250702,0.11621564626693726,0.9906648993492126,0.07125064730644226,0.7878581881523132,0.11113820225000381,0.3615024983882904,0.23533158004283905,0.624660849571228,0.10681938380002975 +167,1.6838899614746357,-1.4163726626217863,-1.0078982816782547,0.15282809734344482,0.9881003499031067,0.017357951030135155,-0.4163014590740204,0.6205180883407593,0.6773463487625122,-0.3382986783981323,0.1726357340812683,0.10361373424530029 +168,2.0272599728808625,-1.3962109756526857,-0.6602420685954579,0.15591631829738617,0.9847986698150635,0.0765630230307579,-0.3026084899902344,-0.35627481341362,-0.3323182761669159,-0.16235551238059998,-0.4254113435745239,-0.1586400270462036 +169,2.0013339243412998,-1.4237855515580624,-0.702427745816502,0.13311457633972168,0.9892133474349976,0.061135780066251755,0.5411164164543152,0.5880281925201416,-0.12218671292066574,0.009570345282554626,-0.5329450368881226,-0.10437917709350586 +170,2.003726910186437,-1.4542291892496735,-0.598382306794781,0.10557295382022858,0.9932137131690979,0.048792947083711624,-0.6842488050460815,-3.0600497722625732,-0.19387653470039368,0.16256974637508392,0.6027945280075073,-0.3701735734939575 +171,1.5983093793927021,-1.433485461331169,-0.9500148210024506,0.13682757318019867,0.9905876517295837,0.003765494329854846,1.1818325519561768,-1.2949928045272827,0.42965781688690186,0.04008281230926514,0.812802791595459,-0.04153096675872803 +172,1.1277180566849894,-1.4289796187241914,-1.2576812463444504,0.12769290804862976,0.9899608492851257,-0.06059622764587402,-0.04532960057258606,-0.3485385477542877,-0.23597601056098938,0.09043146669864655,-0.006196260452270508,0.5758092403411865 +173,1.2724311341599295,-1.4344868056708495,-1.1632344216586754,0.12988455593585968,0.9907242059707642,-0.039945464581251144,-0.48760175704956055,1.8620657920837402,0.15797320008277893,-0.00755484402179718,-0.5246444344520569,0.11463725566864014 +174,2.2631610368060726,-1.400728332665289,-0.5248098500166162,0.13027828931808472,0.9855732321739197,0.10804231464862823,-0.12193567305803299,1.2587426900863647,-0.2631080448627472,-0.19941586256027222,-0.4272846579551697,-0.7786661386489868 +175,2.398532305729067,-1.431205910094937,-0.37543580293336776,0.09413361549377441,0.9902730584144592,0.10246202349662781,0.002020761836320162,1.1946561336517334,-0.18587331473827362,0.4348886013031006,0.2740398049354553,-0.013488039374351501 +176,1.845160882577566,-1.4759525886166842,-1.0142309041107656,0.09115933626890182,0.995505690574646,0.025657953694462776,0.8421624898910522,0.026722926646471024,0.04318726062774658,-0.002368450164794922,0.41713768243789673,0.26824164390563965 +177,1.6443303504648068,-1.424353524240913,-1.2002600937890633,0.14552579820156097,0.9892963767051697,0.01072042714804411,-0.4517779052257538,0.07527732104063034,0.43814605474472046,-0.26298797130584717,0.014152109622955322,0.10080611705780029 +178,1.6692204484400905,-1.4270566023533044,-1.18362400997799,0.14255167543888092,0.9896872043609619,0.014076006598770618,0.28108108043670654,-0.25608453154563904,-0.13352492451667786,-0.07910566031932831,-0.5557120442390442,-0.11209845542907715 +179,1.3590093105113574,-1.4550101905496635,-1.456659021664047,0.11294648051261902,0.9933042526245117,-0.02428477630019188,-0.04773170128464699,-1.0055655241012573,-0.6908875703811646,0.05886746942996979,-0.2930479645729065,-0.15717273950576782 +180,1.6218893442731341,-1.5035539025661417,-0.9522172417146929,0.06710290163755417,0.9977400898933411,0.0034314761869609356,1.2987661361694336,-0.584772527217865,0.4483809471130371,0.30275487899780273,0.5537887811660767,-0.3566267490386963 +181,1.3781731669695925,-1.455258644757089,-1.180683180361423,0.11314920336008072,0.9933329224586487,-0.022068778052926064,0.5359367728233337,-2.501816749572754,0.7301450967788696,-0.05083230137825012,0.5536794066429138,0.1261795163154602 +182,1.134112522007921,-1.4265435857205466,-1.3017606197713567,0.13026316463947296,0.9896135926246643,-0.060798462480306625,-0.06293871998786926,0.8594996333122253,0.3030083179473877,0.17308154702186584,-0.0863237977027893,0.42111945152282715 +183,1.6102326461984242,-1.403489887266658,-0.9896685426373085,0.16639693081378937,0.9860368967056274,0.006565486546605825,-0.9124122262001038,1.9747271537780762,0.08926069736480713,-0.18290695548057556,-0.455366849899292,-0.10690724849700928 +184,2.246593363296448,-1.3699913389403147,-0.4255725730205607,0.15561889111995697,0.9799063205718994,0.12476486712694168,0.30972573161125183,0.031641971319913864,-0.3264584541320801,-0.11838744580745697,-0.2861502766609192,-0.11814261227846146 +185,2.3341817161952116,-1.400266429275213,-0.404541246036791,0.12261197715997696,0.9854949712753296,0.11732935160398483,0.5347841382026672,1.7660530805587769,-0.1704270988702774,0.407539427280426,0.46705031394958496,-0.27669215202331543 +186,1.9066337684436572,-1.4411090525461125,-0.875703169851421,0.12209901958703995,0.99160236120224,0.04261992126703262,0.9349454641342163,-0.15678459405899048,0.04193191975355148,-0.04154787212610245,0.33362340927124023,0.32867228984832764 +187,1.764073152271745,-1.4100179431275324,-1.0485042258329567,0.15710534155368805,0.9871029853820801,0.03074866160750389,-0.18681947886943817,0.03783310577273369,0.18918634951114655,-0.25460904836654663,0.08832114934921265,-0.09684967994689941 +188,1.7286594869281569,-1.4274645900606442,-1.0431126896529996,0.1410660743713379,0.989745557308197,0.022455986589193344,0.18406181037425995,0.04960676282644272,-0.2341565042734146,0.0005507469177246094,-0.5428003668785095,-0.008280515670776367 +189,1.55882765417727,-1.4510615846970907,-1.2482376938299256,0.11944111436605453,0.9928403496742249,-0.0014296198496595025,-0.11481089890003204,-0.7413018941879272,-0.5405837297439575,0.06848613917827606,-0.4428676962852478,-0.23592084646224976 +190,1.3748291676130413,-1.4963917362980061,-1.3193120206707136,0.07291250675916672,0.9972332715988159,-0.014474218711256981,0.17529644072055817,1.4239680767059326,-0.066848024725914,0.3487488627433777,0.6122637391090393,0.02146279811859131 +191,1.157181714648829,-1.424710971367214,-1.543443659765657,0.13329149782657623,0.9893484711647034,-0.05850635841488838,1.1874492168426514,-1.2617473602294922,0.6004394888877869,-0.03001999855041504,0.41340720653533936,0.12915456295013428 +192,0.9115956925374606,-1.4043088174729939,-1.7013982110080599,0.13099810481071472,0.9861729145050049,-0.10150058567523956,-0.4307990074157715,0.583838164806366,0.10598934441804886,0.025221362709999084,-0.17277270555496216,0.49653536081314087 +193,1.5590438980724943,-1.4307994566219453,-1.0980724291477908,0.13953080773353577,0.9902164340019226,-0.001639901427552104,-1.243849277496338,0.2824196219444275,-0.03346952423453331,-0.08296647667884827,-0.5767032504081726,-0.03630870580673218 +194,2.4923540787037384,-1.3858877832187837,-0.22593452112429793,0.11115629971027374,0.9829530715942383,0.14645029604434967,-0.30985283851623535,0.46538278460502625,-0.8284872174263,-0.16909392178058624,0.07066631317138672,-0.577373743057251 +195,2.418092104734855,-1.4403383518175492,-0.32147281858965526,0.08611975610256195,0.9915024042129517,0.09749991446733475,0.8991351127624512,0.677541196346283,0.20963123440742493,0.41917502880096436,0.3409712314605713,0.16656862199306488 +196,1.7741499269301895,-1.4306719368725942,-1.0021439722273142,0.13678860664367676,0.9901986122131348,0.02820633538067341,-0.17346607148647308,1.0419842004776,1.3438522815704346,-0.23418545722961426,0.24850988388061523,0.28610944747924805 +197,1.8956622530704799,-1.3747516600698897,-0.9499760489335473,0.18460294604301453,0.9808447360992432,0.0621739886701107,-0.012506591156125069,0.014673720113933086,-0.18222428858280182,-0.31332606077194214,-0.2797490358352661,-0.1867009401321411 +198,1.848150974867938,-1.4018955514550073,-0.9447065386623799,0.1616748869419098,0.9857701659202576,0.04602761194109917,0.22395269572734833,-0.8522560000419617,-0.32644277811050415,-0.05310860276222229,-0.6112126111984253,-0.060386061668395996 +199,2.1041319878000353,-1.4695019124339528,-0.6084553800024837,0.08707650005817413,0.994874119758606,0.05141054093837738,-0.9177060127258301,-1.6968588829040527,-0.702591598033905,0.3633019030094147,0.028837978839874268,-0.2670935392379761 +200,1.7547852352051967,-1.4552492334959555,-0.9593065437739572,0.11334329843521118,0.9933318495750427,0.021092455834150314,0.16429312527179718,0.7906289100646973,0.46072182059288025,0.09309283643960953,0.6663970351219177,-0.17784595489501953 +201,1.0584976784160036,-1.3799144640040435,-1.6547918243195012,0.16536839306354523,0.9818373322486877,-0.09299995005130768,1.1393640041351318,-0.32549721002578735,-0.10815037786960602,-0.19701510667800903,0.3732500672340393,0.5127845406532288 +202,0.9727640495541998,-1.392571779300779,-1.731746954972022,0.14651377499103546,0.9841600060462952,-0.09981280565261841,-0.7755536437034607,-0.0801500529050827,-0.12922388315200806,0.03991807997226715,-0.4161669611930847,0.1613057404756546 +203,1.6557755183315142,-1.4360387954463056,-1.0838000698894652,0.1338658481836319,0.9909339547157288,0.011403273791074753,-1.3984371423721313,0.9500304460525513,-0.12432865798473358,-0.1576390266418457,-0.5166754722595215,-0.14355969429016113 +204,2.4095276634350387,-1.4290928794600277,-0.3836429664272184,0.09439908713102341,0.9899768829345703,0.10504623502492905,0.7801173329353333,-0.06391648203134537,-0.40107184648513794,0.08754671365022659,0.17281919717788696,-0.42155933380126953 +205,2.182201207959178,-1.4797345859328885,-0.6520953209880113,0.07446321845054626,0.995856761932373,0.05219961702823639,0.9175402522087097,0.5189948081970215,-0.006861645728349686,0.03782621771097183,0.406868577003479,0.0899665430188179 +206,1.2118497292304748,-1.4458841367654998,-1.6267568661235778,0.11664722859859467,0.9922086000442505,-0.043766118586063385,0.16457295417785645,0.7371482253074646,0.9487913250923157,-0.12732839584350586,0.31525593996047974,0.3133126497268677 +207,1.3785063990153732,-1.4167602995345678,-1.5160051919055626,0.15060007572174072,0.9881598949432373,-0.029321158304810524,0.15885892510414124,-0.5157334804534912,-0.08048226684331894,-0.16625559329986572,-0.41873234510421753,-0.10979324579238892 +208,1.032760014092944,-1.4322203400539666,-1.7416118479790133,0.11861693859100342,0.9904137253761292,-0.0707862600684166,0.24495261907577515,-1.6689460277557373,-0.4781440794467926,0.05286133289337158,-0.5152092576026917,-0.055037736892700195 +209,1.1471196219657274,-1.49324628174008,-1.4059798980954454,0.07062218338251114,0.9969944953918457,-0.03184988349676132,-0.9561319947242737,-2.1276142597198486,0.09201230853796005,0.23351600766181946,0.10176032781600952,-0.16202831268310547 +210,1.1486004523144402,-1.4779972208583323,-1.5522154752542972,0.08452940732240677,0.9956972599029541,-0.037971362471580505,0.35226869583129883,-0.8212906718254089,0.11988579481840134,0.27838563919067383,0.7886655330657959,-0.5862504243850708 +211,0.8058056503920403,-1.4388305221241515,-1.6881688783829314,0.09492234140634537,0.9913051128387451,-0.09112505614757538,-0.19635730981826782,-0.14503559470176697,-0.03111506812274456,0.11453504860401154,0.19056427478790283,0.8268122673034668 +212,1.0597632159335246,-1.4291569979479468,-1.4895781259193641,0.12313081324100494,0.9899858832359314,-0.06904140114784241,-0.7422343492507935,0.6880789399147034,0.3508385717868805,-0.033988989889621735,-0.40076780319213867,0.10657799988985062 +213,1.8643983076207937,-1.4181033700438275,-0.7958518745412153,0.14559213817119598,0.9883650541305542,0.04401829466223717,-1.2536849975585938,2.2844278812408447,0.12435038387775421,-0.24742931127548218,-0.5117720365524292,-0.11602449417114258 +214,2.289612772049765,-1.4177140841097657,-0.4385031344334746,0.11475837230682373,0.9883057475090027,0.1004108265042305,-0.09906428307294846,-1.0068334341049194,-0.10566599667072296,0.25255119800567627,0.5317595601081848,-0.0944293737411499 +215,2.096657659583233,-1.448697784455996,-0.6850819329493901,0.1053411141037941,0.9925552010536194,0.06113692373037338,1.3511440753936768,-0.4215617775917053,0.098715640604496,0.1749933660030365,0.6370378136634827,0.23332715034484863 +216,1.5043844070694985,-1.425076567741375,-1.2273133206479994,0.1448851376771927,0.989401638507843,-0.009636271744966507,-0.047604840248823166,0.0484156534075737,0.8059092164039612,-0.258578360080719,0.06908529996871948,0.2248920202255249 +217,1.5482818362955977,-1.4193993281001178,-1.1735333176402563,0.15078145265579224,0.9885613322257996,-0.0033953411038964987,0.014163566753268242,-0.6833370923995972,-0.2372228503227234,-0.18451863527297974,-0.48947685956954956,-0.09212470054626465 +218,1.3246307530204404,-1.4488363767599488,-1.2868041306567786,0.11799010634422302,0.9925721287727356,-0.029646366834640503,-0.016669943928718567,-1.6159003973007202,-0.5179154872894287,0.030828863382339478,-0.3658021092414856,-0.1321120262145996 +219,2.0107493041232423,-1.4879387083397924,-0.35744938097183665,0.07488133758306503,0.9965692758560181,0.035248372703790665,-0.9895378947257996,-1.1518436670303345,0.10895640403032303,0.18877527117729187,0.39252978563308716,-0.12805235385894775 +220,1.3887880287600491,-1.471405053853311,-1.101221847879304,0.09758836776018143,0.9950647354125977,-0.01796066015958786,1.2873440980911255,-0.8620437383651733,0.5118280053138733,0.016364239156246185,0.7824620604515076,-0.13050734996795654 +221,0.9695180690917681,-1.445884857217352,-1.4864182793672276,0.10273618996143341,0.99220871925354,-0.07047856599092484,-0.04075097292661667,1.5915006399154663,-0.17686006426811218,0.3038952946662903,0.03702712059020996,0.6169111132621765 +222,1.2564636751439693,-1.4602382656151152,-1.2597407577245623,0.10492770373821259,0.9938946962356567,-0.034113191068172455,-0.6628379821777344,0.6532448530197144,0.136088564991951,-0.04921784996986389,-0.46928220987319946,-0.004583120346069336 +223,2.5359421869624024,-1.4174469407421015,-0.3011645787394868,0.08695963770151138,0.9882649779319763,0.12557996809482574,0.28275471925735474,1.8321882486343384,-0.3331851661205292,-0.10469035804271698,-0.6071157455444336,-0.5867310762405396 +224,2.548435239120528,-1.4454601146816775,-0.23205204382009345,0.06987754255533218,0.9921556711196899,0.10365461558103561,-0.42589420080184937,0.7279565930366516,-0.15352076292037964,0.4703446328639984,0.8614667654037476,0.2723066806793213 +225,2.0405070652032875,-1.498924754856712,-0.8245757167541983,0.06403279304504395,0.9974183440208435,0.03250317648053169,1.2889180183410645,-0.8696796298027039,0.06561649590730667,0.011360891163349152,0.5566588044166565,0.3192272186279297 +226,1.6281231837577195,-1.4394602516245174,-1.2099081081379859,0.13074450194835663,0.9913877844810486,0.007503392640501261,-0.15669934451580048,0.3809520900249481,0.6762003302574158,-0.28798630833625793,0.040899813175201416,0.13301479816436768 +227,1.5972678699134497,-1.437195001558801,-1.264653496448278,0.13315747678279877,0.9910886287689209,0.0035257074050605297,0.27711808681488037,-0.3642793297767639,-0.17283043265342712,-0.11707472801208496,-0.4947965145111084,-0.1510934829711914 +228,1.0725451890943447,-1.4644722163680959,-1.6407884515824498,0.09322056919336319,0.9943529367446899,-0.05071514472365379,-0.19017885625362396,-2.767876625061035,-0.7434526681900024,0.06917870789766312,-0.351729154586792,-0.11325579136610031 +229,1.2986310578272386,-1.5198292687578145,-1.2786698264039993,0.04907063767313957,0.9987014532089233,-0.013695157133042812,1.768381953239441,2.710686683654785,0.1861276924610138,0.39111489057540894,0.7336899042129517,-0.4755321145057678 +230,0.9385862157006127,-1.4586535289841929,-1.6737325795009497,0.0902789831161499,0.9937185645103455,-0.06612982600927353,-0.17085693776607513,-3.8074800968170166,0.7969193458557129,-0.0975421667098999,0.6579689979553223,0.08315861225128174 +231,0.6661817711771344,-1.4513886019490616,-1.732088521637514,0.07361765205860138,0.9928793907165527,-0.09365421533584595,0.14379538595676422,-0.05694271996617317,0.028841929510235786,0.22397449612617493,-0.06757116317749023,0.34695011377334595 +232,0.9963102265841339,-1.4446100281868468,-1.514944680738105,0.10564866662025452,0.9920490384101868,-0.06838807463645935,-0.5037930011749268,2.142897844314575,0.22393308579921722,-0.11243883520364761,-0.5670002698898315,0.06701482087373734 +233,1.848699575600704,-1.4449780710575453,-0.8922212100135822,0.12067154049873352,0.9920952916145325,0.034425847232341766,-0.9375641345977783,0.8375102877616882,-0.24742241203784943,-0.267903596162796,-0.320495069026947,-0.34065449237823486 +234,2.2882811112881707,-1.4467768183762157,-0.45662414774691046,0.09320464730262756,0.9923194050788879,0.08133295178413391,0.5887073874473572,1.8081450462341309,0.004021346569061279,0.45751556754112244,0.5397392511367798,-0.10635734349489212 +235,1.701549913616098,-1.4743429788500444,-1.0987391622053695,0.09548316895961761,0.9953519701957703,0.012556405737996101,0.800396203994751,-0.3297591805458069,0.05057762563228607,-0.03788122534751892,0.316919207572937,0.25297701358795166 +236,1.6245648485604192,-1.4241963598528689,-1.2080998380994614,0.1458636373281479,0.9892734289169312,0.007850438356399536,-0.3945850431919098,1.1730767488479614,0.2326650470495224,-0.3264971971511841,-0.05259758234024048,0.09082818031311035 +237,1.9388819533992556,-1.4291723049478842,-0.9654670433096127,0.1316966563463211,0.9899880886077881,0.0507904551923275,-0.061578139662742615,0.057131532579660416,-0.19703581929206848,-0.0745982676744461,-0.5297524333000183,-0.1663147211074829 +238,1.659647909787799,-1.460739106375593,-1.1861318195787014,0.10940250009298325,0.993949830532074,0.009746246039867401,0.2054986208677292,-1.760205626487732,-0.6106649041175842,0.09321895241737366,-0.23819726705551147,-0.22446799278259277 +239,1.5854800156068507,-1.488912474412334,-1.1122602335182166,0.081784188747406,0.9966493844985962,0.001200979808345437,1.4812418222427368,0.9883972406387329,0.2501852512359619,0.2811461091041565,0.5089048147201538,-0.44463658332824707 +240,1.1893350020901887,-1.4463268974453047,-1.477479430912314,0.11522453278303146,0.992263674736023,-0.046217501163482666,0.3939567804336548,-2.438377857208252,0.28088486194610596,-0.14899224042892456,0.5140381455421448,0.17013412714004517 +241,0.989871420004973,-1.4528544547618925,-1.5328744458797665,0.09836633503437042,0.9930528998374939,-0.0645766332745552,0.14448478817939758,0.32695552706718445,-0.05195949599146843,0.22345679998397827,-0.22678697109222412,0.3192763328552246 +242,1.3597921063735394,-1.4560889085381374,-1.216374265545424,0.11191761493682861,0.9934282898902893,-0.023971915245056152,-0.9938718676567078,1.7311327457427979,0.19262708723545074,-0.08773241937160492,-0.4713488221168518,0.05503880977630615 +243,2.2859198595037142,-1.4362119611516424,-0.5272659072264182,0.10130652040243149,0.9909572005271912,0.08798237144947052,-0.08312308043241501,0.7345439195632935,-0.20591579377651215,-0.08691748231649399,-0.23694413900375366,-0.3725893497467041 +244,2.6275917251000047,-1.4378193727702921,-0.20671375720299864,0.06518728286027908,0.9911715984344482,0.11545270681381226,0.7442507743835449,1.0793614387512207,-0.05027533695101738,0.2871686518192291,0.331826388835907,-0.21422278881072998 +245,1.9126403561918734,-1.5021368912330282,-0.9720713951718959,0.06463570147752762,0.9976438879966736,0.022998223081231117,0.2835923135280609,0.3433433473110199,0.30539432168006897,-0.01640266925096512,0.17497879266738892,0.2957882881164551 +246,1.8076853814633684,-1.444739421031875,-1.1270638084574125,0.12221258133649826,0.9920653700828552,0.029504800215363503,-0.046798475086688995,0.5267966389656067,-0.07715313881635666,-0.33122748136520386,-0.08380115032196045,-0.09137916564941406 +247,1.8862727729005277,-1.4650140906269424,-1.1198526282720789,0.10037539154291153,0.9944102764129639,0.032760173082351685,0.3862605690956116,0.39077281951904297,-0.14895673096179962,-7.93561339378357e-05,-0.5158487558364868,-0.0661616325378418 +248,1.6494552260743958,-1.5092474522839274,-1.2948608258567837,0.061319392174482346,0.9981064796447754,0.004833288490772247,-0.6561259031295776,-2.5000760555267334,-0.38972508907318115,0.17867083847522736,-0.22875839471817017,-0.2927666902542114 +249,1.1340154504685958,-1.4818939168399792,-1.6723891632416754,0.08044949173927307,0.9960507750511169,-0.03755815699696541,0.612726628780365,1.3051632642745972,0.16330306231975555,0.35595187544822693,0.3045930862426758,-0.3325895071029663 +250,1.3621799098385434,-1.44842567202559,-1.3374511336686719,0.11941925436258316,0.9925220608711243,-0.025280630216002464,0.16548052430152893,-2.416213274002075,0.047779738903045654,-0.14026276767253876,0.21623343229293823,0.2038695216178894 +251,0.9733083968801267,-1.4581987116005908,-1.537647505963433,0.09289402514696121,0.9936676025390625,-0.06321023404598236,-0.061666280031204224,0.44321539998054504,0.2129029929637909,0.2641463875770569,-0.1230010986328125,0.3589407801628113 +252,1.674827622258161,-1.4545805924207995,-0.9405580191588218,0.11532720923423767,0.993254542350769,0.012041108682751656,-0.8553245067596436,2.0308377742767334,0.06211666762828827,-0.10861334949731827,-0.5118092894554138,0.010068892501294613 +253,2.3630972912654973,-1.4162393067739503,-0.41057277454930663,0.10809917002916336,0.988079845905304,0.1096019446849823,-0.9979891777038574,-0.39330369234085083,-0.546821653842926,-0.29620954394340515,0.068270742893219,-0.5335369110107422 +254,2.6844383403879237,-1.4544673750065726,-0.07615706833664734,0.05123133957386017,0.9932414293289185,0.10414788872003555,0.6831714510917664,0.25898513197898865,-0.13071955740451813,0.5154038071632385,0.44976693391799927,0.04435061663389206 +255,2.2304690501416418,-1.4513412187749657,-0.6389460050772674,0.09416783601045609,0.9928737282752991,0.07303475588560104,0.11427180469036102,2.0793259143829346,1.0459630489349365,-0.17552772164344788,0.13626134395599365,0.2185760736465454 +256,2.223747910670511,-1.4043257816426884,-0.7070698357024408,0.13161735236644745,0.9861757755279541,0.1006704568862915,-0.4310089945793152,-0.8374133110046387,-0.061757948249578476,-0.24428823590278625,-0.3117371201515198,-0.1825643628835678 +257,2.0960469106747905,-1.4128967096971314,-0.7103630295045763,0.13604764640331268,0.9875597357749939,0.07884706556797028,0.5401178598403931,-1.0941777229309082,-0.2200459986925125,0.008636191487312317,-0.5172533392906189,-0.11130249500274658 +258,1.8649514564508123,-1.4495786760555422,-0.7700938632732923,0.1157274842262268,0.9926621317863464,0.035058896988630295,0.25796476006507874,-2.9449868202209473,0.13625648617744446,0.2557019591331482,0.028745949268341064,-0.45739173889160156 +259,1.3031430252267857,-1.4447634754980296,-1.3356735291275859,0.12122359871864319,0.992068350315094,-0.03324355185031891,0.27786365151405334,0.2198985517024994,0.21327804028987885,0.2031782567501068,0.8221558332443237,-0.16873705387115479 +260,0.9743091376678255,-1.4159058886908984,-1.5248761439242704,0.12763096392154694,0.9880284667015076,-0.08666042983531952,-0.18437637388706207,-1.4709787368774414,-0.08499915152788162,0.10663720965385437,0.18534183502197266,0.7203121781349182 +261,1.2506500058188017,-1.4224716388185688,-1.2914889494753377,0.14027239382266998,0.989020049571991,-0.046507563441991806,-0.8861318230628967,0.909795343875885,0.11043963581323624,-0.03144672513008118,-0.41396212577819824,0.014662448316812515 +262,2.175807549733552,-1.3945034721975587,-0.45816700901321017,0.14425034821033478,0.9845006465911865,0.09975183755159378,-1.4216012954711914,1.271114468574524,0.049429137259721756,-0.2723783850669861,-0.40079087018966675,-0.25652074813842773 +263,2.3740458448475525,-1.4308328066478366,-0.2991269251772613,0.09686979651451111,0.9902210831642151,0.10039155185222626,-0.01847880333662033,-0.5332788228988647,0.05779552832245827,0.3041464388370514,0.6257457137107849,0.0014913082122802734 +264,2.021035368215205,-1.4537864863128562,-0.697881837839765,0.10510759055614471,0.9931621551513672,0.05080374702811241,0.3591004014015198,0.8347999453544617,0.3870473802089691,-0.007527671754360199,0.300340473651886,0.4308398962020874 +265,1.9485132527392643,-1.3976787082937892,-0.8708298767680116,0.16011203825473785,0.9850525259971619,0.06352730840444565,0.03557624667882919,0.05711133033037186,0.015955476090312004,-0.41069188714027405,-0.08978885412216187,-0.18941235542297363 +266,2.044328941830911,-1.4169063636139325,-0.7827298604554298,0.13641665875911713,0.9881823062896729,0.06990235298871994,0.10276483744382858,0.31046631932258606,-0.17375484108924866,-0.055606111884117126,-0.5557786822319031,-0.06396663188934326 +267,1.9847566450137557,-1.4621476393142174,-0.8633052491975226,0.09927545487880707,0.9941035509109497,0.04361645132303238,0.11811165511608124,-0.6050626635551453,-0.8477132320404053,0.10861027985811234,-0.24897116422653198,-0.1706458330154419 +268,1.5745380664677793,-1.4870015465580422,-1.0421256450522314,0.0836966261267662,0.9964912533760071,0.0003131724370177835,-0.08456924557685852,-0.7432498931884766,0.7721513509750366,0.2309396117925644,0.6060020327568054,-0.1683734655380249 +269,1.1429002624405744,-1.4222030175162346,-1.4523485389399242,0.13469849526882172,0.9889802932739258,-0.061432890594005585,1.5076409578323364,-0.1298752725124359,0.3219713568687439,-0.1333099603652954,0.2537868618965149,0.4096231460571289 +270,1.1904682838647502,-1.4361838401246154,-1.4009464279992034,0.12461598962545395,0.9909533858299255,-0.04982062056660652,-0.07143726944923401,0.05892675369977951,-0.13648569583892822,0.08224741369485855,-0.2447834014892578,0.2340247631072998 +271,1.559962094392904,-1.4617545400408474,-1.019927244886468,0.10881948471069336,0.9940608143806458,-0.0011790216667577624,-1.0800150632858276,0.20606985688209534,0.008173149079084396,-0.03971242904663086,-0.6144832372665405,-0.05157065391540527 +272,2.538935759290407,-1.4282841854124138,-0.18205780666875315,0.08050739020109177,0.989862322807312,0.11700901389122009,0.6107078790664673,0.3225596249103546,-0.5116525292396545,-0.013155102729797363,0.2616482973098755,-0.452107310295105 +273,2.5381641463066114,-1.49044318954613,-0.19344167783031535,0.04554908350110054,0.9967734217643738,0.06609153002500534,0.9507914185523987,0.21484437584877014,-0.0578315407037735,0.40504294633865356,0.5518258213996887,0.06241798400878906 +274,1.546900553518958,-1.4855577468530976,-1.1841253555326028,0.08511228859424591,0.9963693618774414,-0.0020342112984508276,-0.09970014542341232,0.31618204712867737,1.1490281820297241,-0.11308164149522781,0.05833345651626587,0.22469043731689453 +275,1.8563390966872935,-1.4067120937028332,-0.9227548936705737,0.1567351222038269,0.9865683317184448,0.04601195454597473,-0.38336941599845886,0.32754552364349365,0.05446656793355942,-0.3291289210319519,-0.2952231168746948,-0.09865474700927734 +276,2.0825385302340194,-1.4077864198665793,-0.6673629430439009,0.14149880409240723,0.9867432713508606,0.07947255671024323,-0.7090386152267456,-0.6752440929412842,-0.39275890588760376,-0.08440041542053223,-0.5154450535774231,0.05070018768310547 +277,2.2787492279304313,-1.3968628878344926,-0.3015091549754418,0.1314706802368164,0.9849116802215576,0.11253567039966583,1.5013080835342407,-2.3805787563323975,0.15037652850151062,0.2922964096069336,0.29951202869415283,-0.6626149415969849 +278,1.616555456609189,-1.4169816886274285,-1.0323159455337294,0.15304821729660034,0.9881938099861145,0.0070082456804811954,-0.6844491958618164,-0.3624976575374603,0.18155762553215027,0.06890611350536346,0.9020801186561584,0.11085057258605957 +279,1.2879924917456858,-1.417513000411386,-1.2012769181774945,0.14661897718906403,0.9882751107215881,-0.04260637238621712,0.9270639419555664,-1.9409579038619995,-0.5677568912506104,0.03406032919883728,0.051672399044036865,0.3974800109863281 +280,1.1970398870376924,-1.4381447730575363,-1.3228660653049582,0.12313245236873627,0.9912146925926208,-0.04829144477844238,-0.3656173050403595,1.452803373336792,0.16276858747005463,0.08392930030822754,-0.4479101896286011,0.017255067825317383 +281,1.5910737916732973,-1.4531408391022622,-0.9877807287242105,0.11736063659191132,0.993086576461792,0.0023801024071872234,-0.6094661951065063,0.5631308555603027,-0.10742060095071793,-0.10776285827159882,-0.520430326461792,-0.0958402156829834 +282,2.3403693908243137,-1.4443637213331808,-0.2761749475816289,0.09056276828050613,0.9920180439949036,0.08774086087942123,-0.4573584198951721,0.06248811259865761,-0.49387773871421814,0.026853613555431366,0.38592684268951416,-0.2698392868041992 +283,2.3107248371713505,-1.4797931463120162,-0.3910137104240333,0.06711343675851822,0.9958620667457581,0.061271782964468,1.129715919494629,0.46784552931785583,0.06356550008058548,0.08904500305652618,0.5821712017059326,0.2745741605758667 +284,2.031861886190921,-1.4404109884332383,-0.815660890717315,0.11644040048122406,0.991511881351471,0.0578448660671711,-0.6126787662506104,1.432620882987976,0.8269268274307251,-0.25746211409568787,0.0864148736000061,0.011155374348163605 +285,2.131956099415882,-1.4076517569864642,-0.7146674347769306,0.13751190900802612,0.986721396446228,0.08643535524606705,0.051332682371139526,-0.5667166709899902,-0.11966162919998169,-0.15869112312793732,-0.49331337213516235,-0.13453102111816406 +286,1.875307241747656,-1.4317926714110532,-0.9897592255370664,0.13218288123607635,0.9903545379638672,0.04154319688677788,0.4715281128883362,-0.19195812940597534,-0.3450031280517578,0.054981425404548645,-0.34098613262176514,-0.2756739854812622 +287,1.557068133883785,-1.4922047753607328,-0.9839230819526027,0.07850233465433121,0.9969132542610168,-0.0010777628049254417,0.7608841061592102,-2.6158299446105957,-0.11439885199069977,0.2366984784603119,0.3683057427406311,-0.10297191143035889 +288,1.0720156878520977,-1.4580004431810976,-1.4675433847569752,0.0988437831401825,0.9936453104019165,-0.0538422130048275,1.0347118377685547,-0.6084201335906982,0.44205570220947266,0.005572110414505005,0.48679298162460327,0.1922546625137329 +289,1.0307884756040697,-1.4265540259755993,-1.515214046024352,0.12328816205263138,0.9896150827407837,-0.073903888463974,-0.2054310441017151,0.3477904796600342,0.17295898497104645,0.14245888590812683,-0.15862160921096802,0.3031976819038391 +290,1.5873888187367546,-1.42334395337367,-1.02685921689555,0.14689861238002777,0.9891485571861267,0.0024376376532018185,-0.8820634484291077,0.8544197082519531,0.16383665800094604,-0.15168985724449158,-0.5042089819908142,-0.06820297241210938 +291,2.34960727874694,-1.3854406802692611,-0.351967796439418,0.13117289543151855,0.9828707575798035,0.1294560432434082,-0.6500368118286133,0.7326016426086426,-0.6309618353843689,-0.21973490715026855,-0.08299893140792847,-0.4263615608215332 +292,2.4420730186094866,-1.4266366706452354,-0.27687431857100053,0.09249594062566757,0.9896270036697388,0.10992217063903809,0.5318777561187744,1.240260124206543,-0.0935373306274414,0.43988320231437683,0.44012147188186646,0.11442779004573822 +293,1.7761968610182297,-1.4602394426966254,-0.993537729500662,0.1080133467912674,0.9938948154449463,0.022503361105918884,0.515795886516571,0.8889464139938354,0.5942449569702148,-0.1702081561088562,0.23657405376434326,0.2964968681335449 +294,1.8531523633060314,-1.4121678859238034,-0.9493498690739353,0.15170978009700775,0.9874448776245117,0.04401205852627754,-0.2787749469280243,-0.7486643195152283,-0.0009352590423077345,-0.21379779279232025,-0.32319915294647217,-0.1328791379928589 +295,1.8095395175203115,-1.4279405589445495,-0.9452959462250858,0.1383318454027176,0.9898134469985962,0.033667903393507004,0.5553922653198242,0.18369904160499573,-0.22489918768405914,0.009174853563308716,-0.45036953687667847,-0.050391558557748795 +296,1.5392820737870665,-1.4744884515051322,-1.147067685454556,0.09611111134290695,0.9953659772872925,-0.0030298728961497545,-0.5062720775604248,-2.548243761062622,-0.6960421800613403,0.11851901561021805,-0.013523995876312256,-0.25353139638900757 +297,1.2481879177963497,-1.4873772615393372,-1.19452149191566,0.07902416586875916,0.9965226650238037,-0.026416733860969543,0.6259921789169312,0.15335558354854584,0.29911693930625916,0.31201282143592834,0.6078932285308838,-0.17225271463394165 +298,0.9705455554814237,-1.4379335538025855,-1.449087225145204,0.10931526869535446,0.9911867380142212,-0.07482685148715973,0.06875544786453247,0.7158218622207642,0.16412995755672455,0.08479177951812744,0.2798093557357788,0.641736626625061 +299,1.1063935843242145,-1.4238872614523364,-1.3947530703315068,0.13087883591651917,0.9892282485961914,-0.06556300818920135,-0.38552749156951904,0.8533822894096375,0.2715409994125366,-0.04103507101535797,-0.31025779247283936,0.17061978578567505 +300,1.6252917324952865,-1.4197735856225062,-0.9597773890689375,0.15022628009319305,0.9886177182197571,0.008194755762815475,-1.0616607666015625,1.3861256837844849,0.06004546210169792,-0.18164411187171936,-0.5599830150604248,-0.0734412670135498 +301,2.3090446883530715,-1.4196168344429356,-0.38169217087713797,0.11139456927776337,0.988594114780426,0.10135598480701447,0.4124305844306946,-0.04418563097715378,-0.6007495522499084,0.01926642656326294,0.037040650844573975,-0.374778151512146 +302,2.4240626945466803,-1.4436656588962178,-0.32395086611414464,0.08336663991212845,0.9919297695159912,0.09552647173404694,0.6949176788330078,0.5885939598083496,-0.05774824693799019,0.15045903623104095,0.3756392002105713,-0.26706576347351074 +303,1.623966279098462,-1.4682976912972798,-1.1328874039974244,0.1021752879023552,0.9947516322135925,0.005437780171632767,0.24755384027957916,0.7030163407325745,0.7021374106407166,-0.1541009247303009,0.14294379949569702,0.3630009889602661 +304,1.7789844072247052,-1.4022254773814864,-1.0057710167537444,0.164151132106781,0.9858255386352539,0.034676749259233475,-0.22365625202655792,-0.5491349697113037,0.1386578530073166,-0.2596253752708435,-0.3255014419555664,-0.1298152208328247 +305,1.6767291443742984,-1.4068193174898806,-1.0979871822906881,0.1623283326625824,0.9865858554840088,0.017260510474443436,0.5965949892997742,0.38206183910369873,0.019792698323726654,-0.0528465211391449,-0.5419142246246338,-0.11374187469482422 +306,1.4807485963322684,-1.4653480044878033,-1.1906578901658562,0.10482768714427948,0.9944455027580261,-0.009465091861784458,-0.7957854270935059,-3.4299216270446777,-1.091606855392456,0.15184040367603302,0.1277012825012207,-0.2910109758377075 +307,1.4822483533202504,-1.489589015310045,-1.034757534483858,0.08079900592565536,0.9967045187950134,-0.007173345889896154,-0.2016725242137909,0.01772487163543701,0.3591903746128082,0.42254263162612915,0.5171350836753845,-0.397962749004364 +308,1.1343524919718475,-1.427142527748946,-1.268786192495507,0.12974081933498383,0.9896995425224304,-0.06051675230264664,-0.2792735993862152,-1.0051978826522827,0.15032924711704254,-0.04445946216583252,0.3049018979072571,0.6429447531700134 +309,1.30005380803293,-1.414657032755635,-1.1129431891979467,0.14984150230884552,0.9878349900245667,-0.04158966243267059,-0.3221907317638397,1.1780437231063843,0.3176146149635315,-0.003784388303756714,-0.34043508768081665,0.1804293394088745 +310,2.0130796201129213,-1.37767422612929,-0.6004114653707088,0.17345653474330902,0.9814097881317139,0.08214431256055832,-1.485548496246338,2.800140619277954,0.30933183431625366,-0.23720774054527283,-0.46419787406921387,-0.1957765817642212 +311,2.3806970031816332,-1.358064563681977,-0.284486933847666,0.1455896645784378,0.9774578213691711,0.15290500223636627,0.028946101665496826,-0.6982724070549011,-0.46050047874450684,0.055277034640312195,0.25624579191207886,-0.17293977737426758 +312,2.34802223365384,-1.3983331017291973,-0.38485904705634894,0.12233370542526245,0.9851650595664978,0.12035039067268372,1.0647913217544556,-0.0544896125793457,0.18299007415771484,0.20626431703567505,0.6208987236022949,0.22274351119995117 +313,1.9048792590651424,-1.4012506590929137,-0.8786273254789378,0.15940482914447784,0.985661506652832,0.055328335613012314,0.04115491732954979,1.093371033668518,0.792047381401062,-0.30743032693862915,0.13376885652542114,0.2014312744140625 +314,1.9896563664550624,-1.3731385193183947,-0.841783845946245,0.17939747869968414,0.9805291891098022,0.07986882328987122,-0.08546140789985657,0.45991024374961853,-0.2318081557750702,-0.16983021795749664,-0.432006299495697,-0.11964846402406693 +315,1.8055817382130706,-1.3986670653607445,-1.1239516780034966,0.16658101975917816,0.9852222800254822,0.039845649152994156,1.1409597396850586,0.867599606513977,-0.14525748789310455,0.008818745613098145,-0.46955156326293945,-0.14119446277618408 +316,1.67312360340698,-1.4619399058621478,-1.0842842996810942,0.10807455331087112,0.9940809607505798,0.011097735725343227,-0.4911813735961914,-4.0696892738342285,-0.5076990127563477,0.20111429691314697,0.5231005549430847,-0.26089930534362793 +317,1.4535021924598606,-1.4545784814666234,-1.1850618175521916,0.115159772336483,0.9932543039321899,-0.013569854199886322,0.9666974544525146,-0.524546205997467,0.5964316129684448,0.1140577644109726,0.7404187917709351,-0.12897777557373047 +318,1.0955132980951126,-1.4211387189279545,-1.4460261876553493,0.13257451355457306,0.9888221621513367,-0.06822682917118073,-0.534902811050415,-0.08651326596736908,-0.11960697919130325,0.07521967589855194,0.02449876070022583,0.6905718445777893 +319,1.3060979879969732,-1.4173904173306322,-1.2802298198049473,0.14748308062553406,0.9882563948631287,-0.0399765707552433,-0.5217820405960083,0.780612587928772,0.1689099669456482,0.037758633494377136,-0.42824357748031616,0.02709817886352539 +320,2.2442007466156704,-1.3853399126273194,-0.5238575154329791,0.144142284989357,0.9828522205352783,0.1149982139468193,-1.083458662033081,2.01961088180542,-0.15910789370536804,-0.2139817625284195,-0.3373749256134033,-0.4301837682723999 +321,2.379346273246024,-1.4122495200566192,-0.38721558090670233,0.1090262308716774,0.9874577522277832,0.11419512331485748,-0.2499927431344986,-0.15765288472175598,-0.25479379296302795,0.3519417643547058,0.6879267692565918,0.09309554100036621 +322,2.202791680544765,-1.4604807347646895,-0.6412491118530982,0.08882694691419601,0.9939213991165161,0.06503690034151077,1.1923551559448242,-0.2155000865459442,0.08203329890966415,0.09569758176803589,0.36392760276794434,0.2952231168746948 +323,1.8968869515536562,-1.4305167787453619,-0.9895020506113746,0.1324513852596283,0.9901769757270813,0.0447901114821434,-0.385027140378952,0.6463479399681091,0.5482239723205566,-0.2902578115463257,-0.0270574688911438,0.045847054570913315 +324,1.9620013584364715,-1.4236091138118214,-0.9573058449369504,0.1355765163898468,0.989187479019165,0.05592046678066254,0.2865001857280731,0.2337886244058609,-0.1919640302658081,-0.0992148220539093,-0.4717162251472473,-0.08561408519744873 +325,1.5148291805756073,-1.4663481323160605,-1.4108608408855285,0.10409475862979889,0.9945502281188965,-0.0058319768868386745,0.20535781979560852,-1.4264401197433472,-0.7599040269851685,0.1253669261932373,-0.31022411584854126,-0.3411681652069092 +326,1.287293149418091,-1.5003705037922856,-1.4003302390782892,0.06755820661783218,0.9975211024284363,-0.019683150574564934,0.2625431716442108,1.3591471910476685,-0.23003554344177246,0.2882004380226135,0.5362465381622314,0.1013329029083252 +327,0.8688872012369249,-1.4471781548772658,-1.7807829736467042,0.09415644407272339,0.9923689961433411,-0.07961466163396835,0.6462957262992859,-2.376068115234375,0.31931746006011963,-0.11495417356491089,0.35174721479415894,0.38225746154785156 +328,0.837717397394045,-1.4379815119287207,-1.7142689235877389,0.09840749204158783,0.9911930561065674,-0.08861374855041504,-0.14043664932250977,0.19289836287498474,0.30508047342300415,0.16750741004943848,-0.24802899360656738,0.26886582374572754 +329,1.5652548970467595,-1.4370615218582752,-1.0615855114251345,0.13333557546138763,0.9910708069801331,-0.0007388772792182863,-1.1999469995498657,1.6026227474212646,0.309182345867157,-0.15608641505241394,-0.5637635588645935,-0.007546663284301758 +330,2.2713954132324754,-1.396044305814791,-0.495813340197721,0.1329110562801361,0.9847697019577026,0.11208561807870865,-0.015900053083896637,-0.016135023906826973,-0.6448298692703247,-0.2603066861629486,0.05409437417984009,-0.5379126071929932 +331,2.566755901371441,-1.4136666558043562,-0.22044813841172514,0.08507995307445526,0.9876804947853088,0.13133399188518524,0.6118402481079102,0.8311680555343628,0.08358688652515411,0.597064197063446,0.3479517698287964,-0.37704622745513916 +332,1.7165832456547532,-1.4660027176294452,-1.032493034946606,0.10349301248788834,0.9945141673088074,0.015195735730230808,0.4607691168785095,-0.14402951300144196,0.5510647892951965,-0.14542417228221893,0.11864501237869263,0.31578266620635986 +333,1.8238870146649457,-1.417036254979341,-0.9718248853794597,0.14827658236026764,0.9882022142410278,0.03834977000951767,-0.2236461490392685,0.31677284836769104,0.047224342823028564,-0.22510455548763275,-0.3209505081176758,-0.08795607089996338 +334,1.7880818620421,-1.4315877535149024,-1.00822187794475,0.13549770414829254,0.9903261065483093,0.029913954436779022,0.5603817105293274,0.21293383836746216,-0.02135268598794937,-0.010177254676818848,-0.5218201279640198,-0.08560848236083984 +335,1.6368474352573708,-1.479585255331039,-1.0382898876428488,0.09088656306266785,0.9958431720733643,0.006011903751641512,-0.18495261669158936,-3.9176244735717773,-0.3395189046859741,0.19368986785411835,0.05344277620315552,-0.614608645439148 +336,1.278384183517882,-1.4969742175217506,-1.3585641606457735,0.07062559574842453,0.9972763657569885,-0.021261245012283325,0.35062137246131897,0.27202776074409485,0.18903765082359314,0.3946911692619324,0.7830581068992615,-0.30816078186035156 +337,0.6682293235060229,-1.433678108048864,-1.7665241368655107,0.08469169586896896,0.9906139969825745,-0.1072894036769867,-0.34458762407302856,-0.5011881589889526,-0.04231608286499977,0.09580450505018234,0.2289751172065735,1.1093798875808716 +338,0.9972770595632797,-1.441953598889388,-1.4714923844936838,0.10792829841375351,0.9917112588882446,-0.06971573829650879,-0.8339929580688477,0.2490260750055313,0.37208569049835205,0.052655190229415894,-0.46513044834136963,0.08370804786682129 +339,2.2006235874056834,-1.4003906624344629,-0.44261674721208777,0.1370438188314438,0.9855160713195801,0.09988442063331604,-1.6155638694763184,3.1271345615386963,0.18107721209526062,-0.22041785717010498,-0.47073036432266235,-0.2581791877746582 +340,2.44882366020692,-1.413621237529037,-0.23650583332561542,0.09996972978115082,0.9876734018325806,0.12044517695903778,-0.23327338695526123,-0.6750324964523315,-0.26540297269821167,0.263311505317688,0.6880314350128174,0.04979716241359711 +341,2.182549174665305,-1.4558733847552114,-0.552120438148193,0.093874491751194,0.9934036135673523,0.06585588306188583,1.1518133878707886,-0.42514774203300476,0.09730155020952225,0.1249975711107254,0.6192825436592102,0.30433762073516846 +342,1.5845943831167153,-1.4330957374299713,-1.1271644561982406,0.1372527778148651,0.990534245967865,0.001893941662274301,0.046074457466602325,-0.08251052349805832,0.4412655830383301,-0.2645263373851776,0.05872112512588501,0.08050358295440674 +343,1.6870020500717107,-1.43569660924714,-0.9558335954279286,0.13378100097179413,0.9908878803253174,0.015616475604474545,-0.27372995018959045,-1.070133924484253,-0.20506338775157928,-0.10983994603157043,-0.5637944340705872,-0.08420467376708984 +344,1.5782055027971849,-1.4668278516093611,-1.0037760255060708,0.10377934575080872,0.9946001172065735,0.0007689335034228861,0.2301279902458191,-0.121430903673172,-0.675386369228363,0.07699154317378998,-0.4748094081878662,-0.07051682472229004 +345,2.4104418846999636,-1.5188590719055963,-0.011981877818401517,0.03466304764151573,0.9986515641212463,0.03864365071058273,-0.7032038569450378,-2.7264597415924072,-0.2619587182998657,0.23672977089881897,0.7443292737007141,-0.2084130048751831 +346,2.0277918968896516,-1.4778472693163003,-0.2769477351399606,0.08328971266746521,0.9956833720207214,0.0409545861184597,1.0671814680099487,-0.9354894161224365,0.6830616593360901,0.04790534824132919,0.8015730381011963,-0.084381103515625 +347,1.2847556435581309,-1.4573246093564192,-1.0233612390734894,0.10862766951322556,0.993569016456604,-0.03194804489612579,-0.16761042177677155,0.8780212998390198,-0.05262964963912964,0.22581446170806885,-0.131386399269104,0.5418967604637146 +348,1.8185637543578088,-1.4422826333759502,-0.593347637501113,0.12424736469984055,0.9917534589767456,0.03143025189638138,-0.7362794876098633,1.5321325063705444,0.22013656795024872,-0.10158802568912506,-0.532860517501831,-0.04862689599394798 +349,2.563347654610195,-1.3590035695803682,-0.03730462475386133,0.11489279568195343,0.9776556491851807,0.17603693902492523,-0.3940810263156891,0.1625063419342041,-0.5469301342964172,-0.22057518362998962,-0.21026068925857544,-0.6706658601760864 +350,2.5731260108003795,-1.4033888061990025,-0.0014788647842338646,0.0897023156285286,0.986020028591156,0.1404215395450592,0.34041735529899597,1.9487357139587402,0.022358013316988945,0.419269859790802,0.39783018827438354,0.025517836213111877 +351,1.828567510660951,-1.4341057001492323,-0.8000558721797632,0.1317625194787979,0.9906723499298096,0.034737396985292435,0.19644351303577423,0.9983465671539307,0.934087872505188,-0.2153654396533966,0.3163648843765259,0.5084145069122314 +352,1.9820727508948834,-1.3865555575449748,-0.7477464511537787,0.167923241853714,0.9830756187438965,0.07323964685201645,0.08462786674499512,0.3400489091873169,-0.14903320372104645,-0.2620852291584015,-0.34863048791885376,-0.17783868312835693 +353,1.7848592024734111,-1.4161481330746077,-0.8960972061712001,0.15051740407943726,0.988065779209137,0.032721519470214844,0.5323970317840576,-1.0905795097351074,-0.2308751791715622,-0.005864068865776062,-0.6361522078514099,-0.13101863861083984 +354,1.7073123332615863,-1.4788375321889493,-0.8307788407003833,0.09097550064325333,0.9957747459411621,0.012497344985604286,-0.7479376196861267,-2.256497383117676,-0.8385413289070129,0.11649826169013977,0.10346841812133789,-0.21162450313568115 +355,1.7867510010010215,-1.4797883762824737,-0.6732854272709505,0.08877085149288177,0.9958616495132446,0.01947416178882122,0.45672178268432617,0.0670468881726265,0.5078868269920349,0.18744376301765442,0.7878602147102356,-0.4774056673049927 +356,1.0173009435517435,-1.4302175232482075,-1.2913698317844615,0.11919642984867096,0.9901350736618042,-0.07365443557500839,-0.5152578949928284,-0.1615460216999054,-0.1428903043270111,0.06010960042476654,0.29808831214904785,1.0962374210357666 +357,1.350651328709295,-1.4256459865214197,-1.0076362423361733,0.14114968478679657,0.9894841909408569,-0.03158530220389366,-0.5419070720672607,0.7751227021217346,0.5152164697647095,-0.01630227267742157,-0.4610724449157715,0.08558613061904907 +358,1.9609607085794032,-1.3896926487504975,-0.5761203985747283,0.1665792167186737,0.983645498752594,0.06850521266460419,-1.1492059230804443,3.6094958782196045,0.23048049211502075,-0.2538594603538513,-0.565432608127594,-0.12583255767822266 +359,2.2904351384456354,-1.3941543013669788,-0.3541813946622194,0.13215267658233643,0.9844393134117126,0.1158224418759346,0.2400871217250824,-1.8906407356262207,-0.28854647278785706,0.13568483293056488,0.4785122871398926,-0.22133708000183105 +360,2.2205513120252354,-1.4352033681865288,-0.4879162532325026,0.10763276368379593,0.990821361541748,0.0817812979221344,1.4471886157989502,-0.41147929430007935,0.07776491343975067,0.04303250461816788,0.4919208884239197,0.26332664489746094 +361,1.4426810605743576,-1.4171704733532684,-1.2047321962010165,0.1517682522535324,0.9882227182388306,-0.01955091394484043,-0.09951922297477722,0.09522165358066559,0.9762043356895447,-0.2642560601234436,0.13366448879241943,0.2661176919937134 +362,1.5190822803639983,-1.399909274777176,-1.1711619450755841,0.16982951760292053,0.9854342937469482,-0.008790409192442894,0.30555617809295654,0.2261241227388382,-0.25835633277893066,-0.13688577711582184,-0.38349026441574097,-0.06442129611968994 +363,1.3093924452401628,-1.426543341609315,-1.3789632102431402,0.13886937499046326,0.9896135926246643,-0.03715107589960098,0.008865215815603733,-0.42490068078041077,-0.4376503825187683,0.08488550782203674,-0.5380602478981018,-0.11813759803771973 +364,1.6674903134343633,-1.483283962167852,-0.9529974850373042,0.08699274063110352,0.9961732625961304,0.0084379892796278,0.4602477550506592,-0.7753228545188904,0.15901640057563782,0.2852606773376465,0.6750150918960571,-0.45111072063446045 +365,1.3869190006541572,-1.4220101818407636,-1.263153576394448,0.1457383781671524,0.9889517426490784,-0.027104144915938377,0.034708958119153976,0.5568013787269592,0.7301536202430725,-0.0685899555683136,0.8506783246994019,0.17488551139831543 +366,1.1335782943811628,-1.3841791660763834,-1.4793753363524575,0.16808265447616577,0.9826374650001526,-0.07855954766273499,0.1685117930173874,-1.3205510377883911,-0.2192898541688919,-0.07631629705429077,0.31980687379837036,0.4958874583244324 +367,1.1844621234518637,-1.4246757753600119,-1.3276122104498578,0.13486984372138977,0.9893433451652527,-0.05486183241009712,-0.8350171446800232,0.008498097769916058,0.059736400842666626,-0.06892135739326477,-0.562753438949585,0.06626015901565552 +368,1.9461284775933072,-1.4391961179654382,-0.8055907207971646,0.12208671867847443,0.9913531541824341,0.048103418201208115,0.7820947170257568,1.8615137338638306,0.04966568574309349,0.04072454571723938,-0.5291186571121216,-0.2564622163772583 +369,2.1323859576657567,-1.445938591486026,-0.6834728079619047,0.1054069921374321,0.9922153949737549,0.06631851941347122,-0.5320757031440735,0.24574579298496246,-0.2725958228111267,0.152024045586586,0.47857940196990967,-0.08569716662168503 +370,1.8574137948122356,-1.465470437251098,-1.0170546393603812,0.10084282606840134,0.9944583773612976,0.029721681028604507,1.05290687084198,-0.26997366547584534,0.20630258321762085,0.09761299192905426,0.30733001232147217,0.36929571628570557 +371,1.203421272497939,-1.41437231902313,-1.6120624905386518,0.14539217948913574,0.9877907037734985,-0.055953651666641235,0.09839678555727005,-0.14331386983394623,0.9694750905036926,-0.15321990847587585,0.17813348770141602,0.19244349002838135 +372,1.297796826177434,-1.4034946675806967,-1.5257350432360337,0.16035515069961548,0.9860376715660095,-0.04489785060286522,-0.08467128127813339,-0.4063485562801361,-0.5277183651924133,-0.15037591755390167,-0.4021143913269043,-0.050164397805929184 +373,1.1189829454047238,-1.4641440580460774,-1.5993890699594167,0.09576919674873352,0.9943180084228516,-0.046476174145936966,-0.26567429304122925,-1.5258058309555054,-0.558929979801178,0.09588120877742767,-0.4632510542869568,-0.10475373268127441 +374,1.5894506108046393,-1.5099187160398406,-0.9023290252214453,0.060830581933259964,0.9981475472450256,0.0011348825646564364,0.17890973389148712,-1.078073263168335,0.19446328282356262,0.15320447087287903,0.5798707604408264,-0.27089500427246094 +375,1.223069125418822,-1.4637294577419284,-1.3194086074431643,0.1004672721028328,0.994273841381073,-0.03641486540436745,0.4213169813156128,-1.3018007278442383,0.832881510257721,-0.010913431644439697,0.792911946773529,-0.01192498579621315 +376,1.028948013892511,-1.4391333384177667,-1.3491196112398673,0.11247691512107849,0.9913449287414551,-0.06770490109920502,-0.3232469856739044,-0.5321512818336487,-0.05170079320669174,0.08845080435276031,0.08198869228363037,0.8233201503753662 +377,1.304769270502101,-1.4396636420054367,-1.1255462120541164,0.12615734338760376,0.9914144277572632,-0.034376055002212524,-0.5332736968994141,1.1555591821670532,0.30856412649154663,-0.01212841272354126,-0.4018148183822632,0.04832261800765991 +378,2.290049072030028,-1.4054304746833868,-0.3958953636289012,0.12383906543254852,0.9863582253456116,0.10845164954662323,-0.15070293843746185,2.321747303009033,-0.10636115819215775,-0.09028495848178864,-0.370116651058197,-0.4708327054977417 +379,2.454735261508638,-1.4199952049932179,-0.20758820843327408,0.09526296705007553,0.9886510372161865,0.116164930164814,-0.503011167049408,0.10173676162958145,-0.4322817027568817,0.40569835901260376,0.533352255821228,0.057815805077552795 +380,2.1888474207256414,-1.4658128246172666,-0.54751066177116,0.0854051262140274,0.9944943189620972,0.06072055548429489,1.301659107208252,-0.28248071670532227,0.0797748938202858,0.0644361823797226,0.47550690174102783,0.417871356010437 +381,1.5010168584764971,-1.4309941611259156,-1.2024008716369634,0.1390085071325302,0.9902435541152954,-0.009715713560581207,-0.28028926253318787,0.4287847578525543,0.9351654052734375,-0.24395844340324402,0.1331695318222046,0.21799814701080322 +382,1.7192619710604817,-1.4135116049606027,-1.022290315764416,0.15491434931755066,0.9876562356948853,0.023169947788119316,0.12255731970071793,0.1381155401468277,-0.2521865665912628,-0.11653849482536316,-0.46507322788238525,-0.07904767990112305 +383,1.4478112355996897,-1.4523133218377273,-1.2589977331265245,0.11731372028589249,0.9929891228675842,-0.014501024037599564,0.11381656676530838,-1.2174171209335327,-0.568199872970581,0.1031300276517868,-0.3781971335411072,-0.21009308099746704 +384,1.5421768045706232,-1.4889981153744059,-0.9427263801366921,0.08167537301778793,0.9966564178466797,-0.0023381486535072327,0.8856897950172424,-0.4476467967033386,0.15522244572639465,0.23331180214881897,0.5408956408500671,-0.255535364151001 +385,1.232126992103776,-1.4558973793206764,-1.2860455228911194,0.10813428461551666,0.993406355381012,-0.038089264184236526,0.30170753598213196,-2.148388624191284,0.41232261061668396,-0.08375075459480286,0.5026568174362183,0.19882535934448242 +386,0.8628547313439403,-1.4343987479970066,-1.4793680159694116,0.10329996049404144,0.9907122850418091,-0.08842020481824875,-0.25175756216049194,-0.5413542985916138,0.027573559433221817,0.23904624581336975,-0.07022589445114136,0.34112101793289185 +387,1.5295586387635691,-1.4342189325972716,-0.8419282617714887,0.13603849709033966,0.9906877875328064,-0.005613095127046108,-1.1717816591262817,2.446479558944702,0.4250871241092682,-0.15596647560596466,-0.6148331761360168,0.11469817161560059 +388,2.2100551271845896,-1.4042307969877255,-0.48535577533666174,0.13305777311325073,0.9861599802970886,0.09891413152217865,-0.3201853036880493,0.6435454487800598,-0.3028024137020111,-0.33519095182418823,-0.2028501033782959,-0.5653905868530273 +389,2.570989540844743,-1.4124218078098787,-0.10705620452079544,0.08518722653388977,0.9874849319458008,0.13272765278816223,0.6361340284347534,2.0541563034057617,-0.009885258972644806,0.5668056011199951,0.5391263961791992,-0.033499717712402344 +390,2.14576394043128,-1.4528826320761214,-0.616193412789983,0.09872594475746155,0.9930562376976013,0.06397436559200287,0.7045121788978577,0.7798370718955994,0.43894216418266296,-0.19041599333286285,0.14090079069137573,0.35407066345214844 +391,1.897539208398073,-1.414358531013823,-0.9563083780513426,0.1475578099489212,0.9877885580062866,0.05000581592321396,-0.38275787234306335,0.0414433553814888,-0.1230078935623169,-0.342229425907135,-0.20702683925628662,-0.24170196056365967 +392,2.0483732658683182,-1.4257784704943548,-0.7809937494420467,0.1283407062292099,0.9895033240318298,0.06642080098390579,0.3735157251358032,-0.3554169237613678,-0.15822657942771912,-0.0665273666381836,-0.5764327049255371,-0.10070730000734329 +393,1.4740422919936755,-1.484676328665376,-1.3313622362855417,0.08561086654663086,0.9962939620018005,-0.008309140801429749,0.09572561830282211,-1.5055766105651855,-1.0053658485412598,0.13384103775024414,-0.11575508117675781,-0.25179219245910645 +394,1.7915739425669253,-1.5200363652431421,-0.7425375201452048,0.04950765147805214,0.9987120032310486,0.011111302301287651,0.1553201675415039,-0.09276960045099258,0.4263220429420471,0.37236735224723816,0.4826264977455139,-0.16232597827911377 +395,0.9951628206054132,-1.43610596007669,-1.4689537685289458,0.11264361441135406,0.9909429550170898,-0.07309955358505249,0.6556267738342285,-2.239217519760132,0.2785683572292328,-0.24519670009613037,0.44977664947509766,0.5675758719444275 +396,1.0487680543647475,-1.4426498187064032,-1.3375426685784617,0.11077406257390976,0.9918004870414734,-0.06372368335723877,-0.29146450757980347,0.2628478705883026,0.22091133892536163,0.13664717972278595,-0.22123175859451294,0.27011406421661377 +397,1.6490936020038447,-1.4183947188670591,-0.8642110874800994,0.1513466238975525,0.9884093403816223,0.011874302290380001,-0.8123595118522644,2.4645519256591797,0.2514084279537201,-0.1668495535850525,-0.6067413091659546,-0.002642751671373844 +398,2.2639449935833915,-1.386928879864471,-0.43779596665312986,0.14064191281795502,0.9831439256668091,0.11682327836751938,-0.13317112624645233,-0.2952057123184204,-0.7460857629776001,-0.2403275966644287,0.03293871879577637,-0.5535145998001099 +399,2.431470184353096,-1.4251330335649892,-0.2852252302329916,0.09462667256593704,0.989409863948822,0.1100640818476677,0.6162777543067932,1.0666006803512573,0.08961096405982971,0.5120017528533936,0.31834471225738525,-0.2859063148498535 +400,1.7235268408407554,-1.456999218184414,-1.0245001174792656,0.11223036050796509,0.993532121181488,0.017275536432862282,0.47951337695121765,0.4794234037399292,0.6378999948501587,-0.2274342030286789,0.11967295408248901,0.3587925434112549 +401,1.75212222570868,-1.4140610468054828,-1.0262600116664227,0.1535351574420929,0.9877421259880066,0.028149083256721497,-0.10959620028734207,-0.45822644233703613,-0.08648540824651718,-0.1834423840045929,-0.31934618949890137,-0.15572786331176758 +402,1.6752151249792486,-1.4349901589634564,-1.062095855494696,0.13465136289596558,0.9907925128936768,0.014111458323895931,0.4739832878112793,0.26351290941238403,-0.1595069169998169,0.015907078981399536,-0.5705044865608215,-0.05263984203338623 +403,1.613698263089574,-1.4792444934774962,-1.0817610631532995,0.0913383886218071,0.9958120584487915,0.003920999821275473,-0.39926454424858093,-2.123600482940674,-0.43694278597831726,0.12115548551082611,0.11141127347946167,-0.3233485221862793 +404,1.3068990413576673,-1.4748559040034317,-1.2402746080613352,0.09247612208127975,0.9954012632369995,-0.024986954405903816,-0.2601279318332672,0.34865087270736694,0.3904862105846405,0.35419440269470215,0.6107693314552307,-0.39711689949035645 +405,0.819845560220296,-1.416060821729865,-1.5477548575299966,0.11266756057739258,0.9880523085594177,-0.10516096651554108,-0.0495443120598793,-2.1028573513031006,0.050202157348394394,0.14300872385501862,0.24440020322799683,0.8466465473175049 +406,1.0152632009353435,-1.4227879507402847,-1.2968579973529797,0.12529246509075165,0.9890667200088501,-0.07777456939220428,-0.819333553314209,0.0070478059351444244,0.40543442964553833,0.044843047857284546,-0.4285656213760376,0.11615043878555298 +407,1.9439945831496261,-1.398430224975886,-0.5577332167934479,0.15970760583877563,0.9851816892623901,0.06253305822610855,-0.45853331685066223,2.963073968887329,0.1103561520576477,-0.16365963220596313,-0.4202709197998047,-0.19107306003570557 +408,2.392634592608134,-1.394699369824292,-0.15165381647915172,0.11928161978721619,0.9845349788665771,0.12830780446529388,-0.44349920749664307,-0.19004632532596588,-0.6180034279823303,0.2394525110721588,0.5598528385162354,-0.22741365432739258 +409,1.9767733305903288,-1.451832765221851,-0.611223850909166,0.10903581976890564,0.9929322004318237,0.04686976224184036,1.3531808853149414,-0.08200205862522125,0.07770638912916183,0.06872905790805817,0.464297354221344,0.38275671005249023 +410,1.422846545482076,-1.4160959262001054,-1.1700280565954015,0.1524006724357605,0.9880577325820923,-0.022713616490364075,-0.1278260201215744,0.6945134401321411,0.5340834259986877,-0.286174476146698,0.20209723711013794,0.18828672170639038 +411,1.588260153741515,-1.4131283687187886,-1.0495727313090235,0.15699197351932526,0.9875961542129517,0.002741959411650896,0.10812488943338394,-0.09334469586610794,-0.2783222496509552,-0.08017921447753906,-0.5393081903457642,-0.10663902759552002 +412,1.2720431317506031,-1.4562395291578485,-1.3318114454323244,0.10924334079027176,0.9934455156326294,-0.03364374488592148,0.15161094069480896,-0.5329968333244324,-0.6513808965682983,0.06406597793102264,-0.4459143877029419,-0.06862062215805054 +413,1.343254059258639,-1.5207641603886763,-1.1265456980039636,0.048723187297582626,0.9987486600875854,-0.011281969957053661,0.9469811320304871,-1.078885555267334,0.0034622298553586006,0.33427244424819946,0.703445553779602,-0.37505531311035156 +414,1.3323365694218017,-1.467886655213416,-1.122889474254158,0.09982160478830338,0.9947094917297363,-0.024265117943286896,0.11688001453876495,-1.7872815132141113,0.8550434708595276,-0.0027909576892852783,0.6465411186218262,0.06254947185516357 +415,1.051481666557399,-1.426333859417167,-1.2775286257167904,0.12497980892658234,0.989583432674408,-0.07144498080015182,-0.10655062645673752,-0.44757863879203796,0.08843715488910675,0.08235657960176468,0.11226880550384521,0.5863986015319824 +416,1.3997660197943818,-1.4241203958465296,-0.959447030672124,0.1440180242061615,0.9892623424530029,-0.024874458089470863,-0.7255054116249084,1.255815863609314,0.2876381278038025,-0.07558237016201019,-0.4975174069404602,0.08960223197937012 +417,2.141516692680567,-1.3832824613439978,-0.4608109251422726,0.15687182545661926,0.9824707508087158,0.10070940852165222,-0.78167724609375,2.0721054077148438,0.05112588033080101,-0.25385671854019165,-0.3861573338508606,-0.4075331687927246 +418,2.320108352539902,-1.4013420125593716,-0.23081831961004293,0.12347444891929626,0.9856769442558289,0.11486978828907013,0.14025665819644928,1.0053822994232178,-0.3542026877403259,0.45379602909088135,0.7740123867988586,0.2170851230621338 +419,1.8995569475216085,-1.4396722344149766,-0.7542070853578983,0.12374529987573624,0.9914155602455139,0.04221455380320549,1.2075408697128296,0.21034370362758636,0.12514850497245789,-0.10517537593841553,0.47333651781082153,0.40451693534851074 +420,1.7135291054052526,-1.3955033131328964,-1.0153534278973548,0.17262326180934906,0.9846754670143127,0.02480769343674183,-0.32772505283355713,0.7708203792572021,0.22863373160362244,-0.37425288558006287,0.09093177318572998,-0.01864314079284668 +421,1.8846058158883445,-1.4088409941063453,-0.8879688683019981,0.1533738076686859,0.9869138598442078,0.04977486655116081,0.17192454636096954,0.315611332654953,-0.21526029706001282,-0.0697403997182846,-0.5675870776176453,-0.1148231029510498 +422,1.6949924106875374,-1.448969699396378,-1.0972991847967386,0.12059040367603302,0.9925882816314697,0.015054338611662388,0.03746400028467178,-0.6782820224761963,-0.6623051166534424,0.03692608326673508,-0.37936800718307495,-0.2015320062637329 +423,1.7918610088880513,-1.4972186813387454,-0.8194782942519006,0.07172086834907532,0.9972943663597107,0.016118375584483147,0.731853187084198,-1.193703532218933,-0.07567322999238968,0.3706924617290497,0.6923570036888123,-0.19923913478851318 +424,1.3913386350936452,-1.439428529624074,-1.2579485007690323,0.12888610363006592,0.9913836717605591,-0.02338114008307457,1.626649260520935,-1.533341407775879,0.8875330090522766,-0.10190856456756592,0.6273601651191711,0.04291236400604248 +425,1.2359890201745838,-1.447615259942019,-1.2113540931834346,0.11604682356119156,0.9924228191375732,-0.04037328064441681,-0.6846715211868286,0.2536919116973877,0.05412024259567261,0.16521844267845154,-0.18135720491409302,0.5429825186729431 +426,1.7268237144644396,-1.4289615841410337,-0.757780726327416,0.13964325189590454,0.9899582862854004,0.02196671813726425,-0.7712409496307373,0.8685008883476257,0.15784315764904022,-0.07430510222911835,-0.6023086905479431,-0.04381728172302246 +427,2.374266355502781,-1.40492421210529,-0.3721759673943038,0.11462356150150299,0.9862747192382812,0.1188432052731514,0.11183372139930725,0.8315070271492004,-0.3442702889442444,-0.147216334939003,-0.20835113525390625,-0.5779954195022583 +428,2.6650021007088354,-1.4192140820202894,-0.059999250714820734,0.06927301734685898,0.9885333776473999,0.13417592644691467,0.4880121946334839,2.3456780910491943,-0.05021193251013756,0.4948139190673828,0.42778754234313965,-0.2395225614309311 +429,1.9976003214229643,-1.4867616237673784,-0.7408821285610011,0.0764065682888031,0.9964711666107178,0.03474653139710426,0.48547330498695374,-0.5061172842979431,0.5360429286956787,-0.0506192222237587,0.15349221229553223,0.30666887760162354 +430,1.7544931369341104,-1.413096382905972,-0.982904333584116,0.1544053703546524,0.9875910878181458,0.02868717908859253,0.12566837668418884,-0.15347138047218323,0.19128617644309998,-0.3063371479511261,-0.18882399797439575,-0.0636146068572998 +431,1.6000378999833158,-1.4278118857905786,-1.0749868455498168,0.14243802428245544,0.9897951483726501,0.004166299477219582,0.18766650557518005,-0.8171279430389404,-0.2297169715166092,-0.07572659850120544,-0.5464509129524231,-0.017212510108947754 +432,1.5001251093529955,-1.4765404820017594,-1.0993489711273752,0.09388239681720734,0.9955611824989319,-0.00664585130289197,-0.6670458316802979,-1.598103642463684,-0.674098551273346,0.08321113884449005,-0.09159988164901733,-0.19234400987625122 +433,2.018464998200872,-1.483663752995755,-0.360946463034748,0.07844799011945724,0.9962063431739807,0.037669386714696884,-0.30429840087890625,1.1277552843093872,0.46503549814224243,0.28815966844558716,0.6780490875244141,-0.13486790657043457 +434,0.9229226511315746,-1.4305626175386688,-1.4417394261233931,0.11145193129777908,0.9901833534240723,-0.08435291796922684,1.0951627492904663,-0.041273146867752075,0.14690770208835602,0.015409648418426514,0.19772863388061523,0.9136223196983337 +435,1.2501255507170894,-1.4585458290073532,-1.148324626593849,0.10630446672439575,0.9937065243721008,-0.03530732914805412,-0.6799756288528442,-0.2581360936164856,0.06071515381336212,0.09987227618694305,-0.3743065595626831,0.18235629796981812 +436,2.023982536333558,-1.4394190888273262,-0.42044477611585634,0.11777561902999878,0.9913824200630188,0.057355646044015884,-1.4569363594055176,3.1984951496124268,0.18463337421417236,-0.23549717664718628,-0.7010992765426636,0.044283147901296616 +437,2.55491822141327,-1.4327648760301486,-0.07221328895774817,0.07617080956697464,0.9904887676239014,0.11458566784858704,0.19413267076015472,-1.8619952201843262,-0.6062426567077637,-0.057478807866573334,0.17657965421676636,-0.42580389976501465 +438,2.7992228454660752,-1.4523306886996667,0.18137501914537169,0.039678532630205154,0.9929911494255066,0.11132975667715073,1.159747838973999,0.5222751498222351,0.059339240193367004,0.24297526478767395,0.4375203251838684,-0.1464860439300537 +439,1.8258486302059223,-1.4763090757486013,-0.7816690583823928,0.09129425138235092,0.9955394268035889,0.023803208023309708,-0.018902743235230446,0.15533770620822906,1.156473159790039,-0.22288605570793152,0.10544323921203613,0.2108464241027832 +440,1.7247853923058594,-1.436344005525315,-0.8681142390669033,0.13246160745620728,0.9909749031066895,0.020560411736369133,0.049399882555007935,-0.4705107510089874,-0.25542983412742615,-0.2503357529640198,-0.40837907791137695,-0.1081763505935669 +441,1.4856302963924135,-1.4568112949271383,-1.0187570675035282,0.11332643777132034,0.9935107231140137,-0.009674965403974056,0.37252625823020935,-0.9438034892082214,-0.3051934540271759,0.028336167335510254,-0.5519976615905762,-0.032790184020996094 +442,1.4295400723892155,-1.5135511230344638,-0.9273184340185743,0.05664416030049324,0.9983619451522827,-0.008054988458752632,-0.8876683115959167,-2.501680612564087,-0.3210203945636749,0.14188793301582336,0.24861681461334229,-0.1906754970550537 +443,1.4780776634082151,-1.4945235141205584,-0.9004282142534324,0.07587157189846039,0.9970926642417908,-0.007054938934743404,0.49112069606781006,0.10452621430158615,0.5380862355232239,0.21866881847381592,0.5993276238441467,-0.4884589910507202 +444,1.035148888347655,-1.4285084883419468,-1.2040462896039328,0.12194628268480301,0.9898941516876221,-0.07237859070301056,-0.0695207342505455,0.05237913131713867,-0.09568820893764496,-0.05863756686449051,0.23897236585617065,0.9483094215393066 +445,1.1643375273947822,-1.4217785957047357,-1.1297280983831086,0.13637012243270874,0.9889174103736877,-0.058697450906038284,-0.508683979511261,0.9340511560440063,0.1934722661972046,-0.020174458622932434,-0.4380751848220825,0.08939814567565918 +446,2.065055970140047,-1.4060330515130264,-0.45521411028591846,0.14438901841640472,0.9864572286605835,0.0778072252869606,-0.7681838870048523,2.17134165763855,-0.07244624197483063,-0.19398006796836853,-0.561484694480896,-0.3350856304168701 +447,2.3656529120018166,-1.4065827230548467,-0.16083494274922422,0.11449746042490005,0.9865472316741943,0.11668413877487183,-0.1862221211194992,-0.13809293508529663,-0.2316943258047104,0.31670066714286804,0.5568031072616577,0.016372457146644592 +448,2.1326035252461626,-1.4462247126416647,-0.472820356194407,0.1051519587635994,0.9922509789466858,0.06618999689817429,1.4128936529159546,0.021828174591064453,0.2046685516834259,0.1857873648405075,0.5854925513267517,0.3449122905731201 +449,1.5419776257791284,-1.4206713681441245,-1.0590954009205318,0.14949986338615417,0.9887524247169495,-0.004309585317969322,-0.3065640926361084,0.4894730746746063,0.7096965312957764,-0.27717018127441406,0.1430072784423828,0.21013540029525757 +450,1.7611969597856338,-1.4120971035468763,-0.8575027630936148,0.15517748892307281,0.987433671951294,0.029908183962106705,-0.08295591920614243,-0.24953894317150116,-0.24991624057292938,-0.0954698771238327,-0.511832594871521,-0.1223001480102539 +451,1.6036960438660521,-1.4420447184323284,-0.9828749936981085,0.12832681834697723,0.9917229413986206,0.00422343984246254,0.3393419682979584,-0.8930196166038513,-0.40828031301498413,0.060271814465522766,-0.4533013701438904,-0.20719587802886963 +452,1.44897960635923,-1.484178625549173,-0.9124414798696864,0.08586689084768295,0.9962510466575623,-0.010512071661651134,0.5502945184707642,-1.6796728372573853,-0.1355305165052414,0.22623637318611145,0.6355237364768982,-0.221329927444458 +453,1.2606261183487066,-1.4513531614576647,-1.1215930033119157,0.11347406357526779,0.9928751587867737,-0.036370161920785904,0.6252132654190063,-1.841639518737793,0.727997899055481,-0.013452693819999695,0.7844992280006409,-0.03821480646729469 +454,0.9643906163096184,-1.4300985762072922,-1.2100283314553166,0.11523114144802094,0.9901183843612671,-0.07992226630449295,-0.2504836618900299,0.3609353303909302,0.03902534395456314,0.13231220841407776,0.06270754337310791,0.8947110772132874 +455,1.3559209591765398,-1.4217513917932323,-0.9506273170111149,0.1450788974761963,0.988913357257843,-0.03166269138455391,-0.6875348687171936,1.6259485483169556,0.2217944860458374,-0.06748795509338379,-0.5256412625312805,0.022904157638549805 +456,2.3029991041768194,-1.377232554386149,-0.23927011212220722,0.14305678009986877,0.9813249707221985,0.12859264016151428,-0.8324500322341919,0.6891376376152039,-0.2887769341468811,-0.2693690359592438,-0.4165056347846985,-0.7478247880935669 +457,2.371159520885109,-1.4037512939442767,-0.10908704745251506,0.11579734832048416,0.9860804080963135,0.11931608617305756,-0.18164300918579102,0.8647569417953491,-0.3123733699321747,0.46952980756759644,0.7040898203849792,0.13977813720703125 +458,2.054986510769156,-1.4390836367552289,-0.5042992238557255,0.11623620241880417,0.9913384318351746,0.06113424152135849,1.2196745872497559,-0.41850724816322327,0.12654411792755127,-0.03405235707759857,0.5085853934288025,0.3278733491897583 +459,1.7381299405341366,-1.381660399446188,-0.7972845280657463,0.1853843629360199,0.9821670651435852,0.03131385147571564,-0.3013741075992584,0.5644380450248718,0.568123996257782,-0.4246116578578949,0.0804092288017273,0.17794513702392578 +460,1.9127390154992052,-1.3840626458611505,-0.6962163444491797,0.17490284144878387,0.9826158881187439,0.06225214898586273,0.026004189625382423,0.446788489818573,-0.1914709359407425,-0.11827746033668518,-0.5375168323516846,-0.12148677557706833 +461,1.7929519208903328,-1.4115336995362997,-0.7939167104843642,0.15469305217266083,0.98734450340271,0.03494266793131828,0.15073388814926147,-1.836651086807251,-0.4570663273334503,0.03469903767108917,-0.28676772117614746,-0.3596649169921875 +462,1.7522880924661883,-1.4434639684254615,-0.600458070656896,0.12490303069353104,0.9919041991233826,0.022921092808246613,1.2347934246063232,1.644921064376831,0.01578039489686489,0.29201287031173706,0.8406763672828674,-0.030718326568603516 +463,1.3036917957341418,-1.4124461760765905,-1.138649660864951,0.15209685266017914,0.9874888062477112,-0.041620299220085144,0.8260517120361328,-1.2559317350387573,0.3954179883003235,-0.17786897718906403,0.34619027376174927,0.28112226724624634 +464,1.0746044494095122,-1.397281081812901,-1.2726736495351882,0.1518254578113556,0.9849839806556702,-0.08219346404075623,-0.44267141819000244,-0.4657853841781616,-0.03672180697321892,0.08242747187614441,-0.1995377540588379,0.20278364419937134 +465,1.6568129458695635,-1.4052622215103452,-0.7312751261108863,0.16417118906974792,0.986330509185791,0.014156381599605083,-1.0587127208709717,3.724545955657959,0.12160786986351013,-0.17212097346782684,-0.5174124240875244,0.07233047485351562 +466,2.170108540898965,-1.4004938561675748,-0.47558809525702883,0.13994313776493073,0.9855335354804993,0.09559901058673859,-0.9022436141967773,-0.26202356815338135,-0.5544532537460327,-0.005711585283279419,-0.02954012155532837,-0.40790072083473206 +467,2.357429765889462,-1.4215910804440142,-0.3300189729408166,0.10498329252004623,0.9888895153999329,0.10524298250675201,0.7583194375038147,0.6058340668678284,0.04786629229784012,0.14686301350593567,0.48370563983917236,-0.3699676990509033 +468,1.7137369325962637,-1.4583136364547,-0.9994668907527625,0.11110018193721771,0.993680477142334,0.015989776700735092,0.6268657445907593,-0.24344855546951294,0.34055963158607483,-0.1527871936559677,0.26904523372650146,0.2247939109802246 +469,1.6204679014572527,-1.4115940395842221,-1.0954841339320565,0.15833528339862823,0.987354040145874,0.007871237583458424,-0.05053841322660446,0.13121527433395386,-0.16127243638038635,-0.25391632318496704,-0.22356009483337402,-0.054227471351623535 +470,1.4985711141714209,-1.4328945820760155,-1.2032360919094311,0.137105792760849,0.9905065894126892,-0.009919749572873116,0.3698127567768097,-0.3845929801464081,-0.33818575739860535,-0.008458971977233887,-0.544324517250061,-0.05758512020111084 +471,1.2905942810159474,-1.484585037339986,-1.3378530984967676,0.08274566382169724,0.9962860941886902,-0.023811975494027138,-0.6653758883476257,-1.625699758529663,-0.6169040203094482,0.09930694848299026,-0.11129170656204224,-0.16735011339187622 +472,1.0256283842823875,-1.4937888155938734,-1.5320372460459613,0.06578043103218079,0.9970363974571228,-0.03989427909255028,0.48641499876976013,2.981060028076172,0.23195523023605347,0.3697969615459442,0.4114871621131897,-0.4164198637008667 +473,0.9847011974754238,-1.4292774270024347,-1.518626106522895,0.1175081729888916,0.9900029301643372,-0.07801543176174164,0.49918699264526367,-2.855909824371338,0.3001284599304199,-0.2158662974834442,0.26996129751205444,0.43963348865509033 +474,0.8830438497682862,-1.4270333160453441,-1.5143573194979032,0.11069992184638977,0.9896838665008545,-0.09094713628292084,-0.357918381690979,-0.0648937001824379,0.09475477039813995,0.09585830569267273,-0.142348051071167,0.13264936208724976 +475,1.831313818213058,-1.4352173565320294,-0.715049160199545,0.13060374557971954,0.9908232688903809,0.03481579199433327,-0.5386562347412109,2.908796787261963,-0.055589497089385986,-0.06592172384262085,-0.5791257619857788,-0.15476512908935547 +476,2.224224577860148,-1.4364461698432893,-0.4397384035855141,0.10635394603013992,0.9909886121749878,0.08142755925655365,-0.8394132256507874,-0.2962007224559784,-0.5725439786911011,-0.07354754209518433,-0.05667769908905029,-0.16686153411865234 +477,2.2696173554755936,-1.4460022373760344,-0.4433880969079724,0.09529434889554977,0.99222332239151,0.08007346093654633,0.16282498836517334,0.7330074906349182,0.1586957424879074,0.16981184482574463,0.4455817937850952,-0.23009788990020752 +478,1.6623551699656844,-1.4474092210749145,-1.129445352913664,0.12255875021219254,0.9923974871635437,0.011252799071371555,0.1061832383275032,0.978563666343689,0.7215641140937805,-0.27314773201942444,0.0745580792427063,0.291481614112854 +479,1.930942486705843,-1.4161343923389644,-0.9012506384606679,0.14416314661502838,0.9880636930465698,0.05428747832775116,-0.15397429466247559,0.2845543324947357,-0.20295941829681396,-0.2120189666748047,-0.3015097379684448,-0.11744368076324463 +480,1.67366409525641,-1.435700634499117,-1.2136720973728294,0.1339729130268097,0.9908884763717651,0.01383031252771616,0.6794248819351196,0.5806935429573059,-0.1618248075246811,0.0007011592388153076,-0.5715616941452026,-0.07394993305206299 +481,1.732194331013435,-1.4670068995441068,-1.082874525710297,0.10225848108530045,0.9946187138557434,0.01664913259446621,-0.9408243298530579,-2.7310123443603516,-0.1356053501367569,0.08074019104242325,0.06305962800979614,-0.34436213970184326 +482,1.354020430908008,-1.4474727235037548,-1.3874672278290916,0.12013192474842072,0.9924052953720093,-0.026457438245415688,0.10803965479135513,1.1246074438095093,0.21679221093654633,0.2613835632801056,0.49523502588272095,-0.46798837184906006 +483,0.9627981161608735,-1.3911385459157777,-1.5798625611110215,0.14667031168937683,0.9839048981666565,-0.10207423567771912,0.13677188754081726,-3.863032817840576,-0.21277335286140442,-0.10116858780384064,0.1398743987083435,0.43413597345352173 +484,0.9440980065922061,-1.393082430704749,-1.5483258446717845,0.14318622648715973,0.9842504262924194,-0.10367684811353683,-0.337897390127182,0.6777451038360596,0.08961209654808044,0.12504802644252777,-0.34905755519866943,0.08713632822036743 +485,1.7344246960590017,-1.4011527242022408,-0.9275983975464733,0.16657564043998718,0.9856449961662292,0.02750239148736,-1.0384682416915894,3.300659656524658,0.0611942894756794,-0.17774507403373718,-0.488818883895874,-0.11273801326751709 +486,2.1791257029594653,-1.4082290449573778,-0.6008458487933662,0.1328161358833313,0.9868150353431702,0.092497818171978,-0.7285727858543396,-0.7179146409034729,-0.46560826897621155,0.08318726718425751,0.19213998317718506,-0.05126846581697464 +487,2.2958516053204723,-1.4247814398731795,-0.526502793237293,0.10889929533004761,0.9893587231636047,0.09649042040109634,0.676400899887085,0.3293771743774414,-0.006354202516376972,0.1403682827949524,0.5391752123832703,0.08212900161743164 +488,1.754714459643684,-1.4442786476179592,-1.059005395502218,0.12405179440975189,0.992007315158844,0.02307615429162979,0.44214358925819397,-0.4362293779850006,0.7936121225357056,-0.21917510032653809,0.13442695140838623,0.16102111339569092 +489,1.6823358169832894,-1.3908529164111436,-1.1708572476274408,0.177861750125885,0.983853816986084,0.01992129161953926,-0.17978927493095398,1.004722237586975,-0.3386804163455963,-0.3441978096961975,-0.2977118492126465,-0.032418251037597656 +490,1.6643663167529021,-1.4161431010075662,-1.2369036985248372,0.15336348116397858,0.9880650043487549,0.014392247423529625,0.4591263234615326,0.11210720986127853,-0.14712445437908173,-0.02447250485420227,-0.6586888432502747,-0.08598649501800537 +491,1.7293659933588454,-1.4851785729719524,-1.094734332237039,0.08443931490182877,0.9963370561599731,0.013502877205610275,-0.8784581422805786,-2.374985694885254,-0.6687296628952026,0.17016883194446564,0.2780464291572571,-0.230238676071167 +492,1.4911374508233803,-1.4732907169361218,-1.3337888079602678,0.09704181551933289,0.9952501058578491,-0.0077466340735554695,0.6555109620094299,1.4466890096664429,0.26004457473754883,0.16179300844669342,0.4454999566078186,-0.7404528260231018 +493,0.9398402314911793,-1.417990418327863,-1.6840564465982857,0.12290554493665695,0.9883478879928589,-0.08979234844446182,0.19845768809318542,-2.6782381534576416,-0.14919032156467438,-0.10204678773880005,0.2128087282180786,0.9259282350540161 +494,1.0049204624016097,-1.4285270799477305,-1.5905801212589543,0.11968833208084106,0.9898967742919922,-0.07602187991142273,-0.47980284690856934,-0.1304653435945511,-0.01213901024311781,0.00886698067188263,-0.46725261211395264,0.06895702332258224 +495,1.8759833498199587,-1.432589127336791,-0.8218956325888033,0.131400927901268,0.9904645681381226,0.04139507934451103,-1.0873626470565796,3.1872012615203857,0.06845302879810333,-0.1394881159067154,-0.6227736473083496,-0.025220755487680435 +496,2.3379169768617363,-1.4416219079168913,-0.5407846921785847,0.09273563325405121,0.9916685819625854,0.08940616250038147,-0.43269577622413635,-1.2167296409606934,-0.3738958537578583,0.1875225305557251,0.3120880722999573,-0.23869824409484863 +497,2.3825719453262053,-1.4528912687166653,-0.5115801223197708,0.08095528185367584,0.9930572509765625,0.08534281700849533,1.0074741840362549,0.14202648401260376,-0.006098354235291481,0.04470084607601166,0.5737914443016052,0.12954676151275635 +498,1.5520519623117945,-1.4561066757929177,-1.3479863973641897,0.11441770941019058,0.9934303760528564,-0.0021449383348226547,0.42323538661003113,0.34699052572250366,1.0503590106964111,-0.18227356672286987,0.10845249891281128,0.2305537462234497 +499,1.5194073184882178,-1.413040049026136,-1.419788756748948,0.15689483284950256,0.987582266330719,-0.008069774135947227,0.02589775249361992,0.08830239623785019,-0.2415001541376114,-0.24734893441200256,-0.44539177417755127,-0.09890955686569214 +500,1.3826700501845415,-1.4226497736179282,-1.5413407134790755,0.14500132203102112,0.9890463352203369,-0.02760498970746994,0.3305734395980835,-0.26961761713027954,-0.2282314896583557,-0.011273294687271118,-0.5920889377593994,-0.03173643350601196 +501,1.353476110444918,-1.5092932690889804,-1.4683872014112562,0.06002068519592285,0.9981092810630798,-0.013253006152808666,-0.8375858068466187,-1.7725805044174194,-0.5326884984970093,0.24962592124938965,0.3429095149040222,-0.15834736824035645 +502,1.0970352951490125,-1.4672857231233842,-1.7035432126026286,0.091945581138134,0.9946475625038147,-0.047141093760728836,0.7544183731079102,0.061586275696754456,0.7642877697944641,0.017780356109142303,0.9228176474571228,-0.08954715728759766 +503,0.6143586513139803,-1.3989009367174199,-1.990735219221306,0.09859906882047653,0.9852623343467712,-0.13977226614952087,-0.48402267694473267,-2.262347459793091,-0.279528945684433,-0.023159615695476532,0.22153997421264648,0.8682268857955933 +504,0.9865924069141202,-1.4321527076252678,-1.5803253013342389,0.1152787134051323,0.9904043674468994,-0.0762215405702591,-0.9441528916358948,-0.0494319424033165,0.28951168060302734,0.0023970380425453186,-0.6133751273155212,0.004459455609321594 +505,2.010784935806649,-1.4323666797663481,-0.7292660355208636,0.12484609335660934,0.990433931350708,0.05877337232232094,-0.634891927242279,3.067884922027588,-0.07014837861061096,-0.15601980686187744,-0.5562908053398132,-0.18465828895568848 +506,2.31615720132345,-1.4702845855306497,-0.4670793958571254,0.07373513281345367,0.994952917098999,0.06805519759654999,-1.0609463453292847,-1.910523772239685,-0.35190534591674805,0.40027913451194763,0.7229271531105042,0.0326681062579155 +507,2.033812792361839,-1.4961187044008344,-0.8173651925526093,0.06675094366073608,0.9972129464149475,0.03332282975316048,1.4032381772994995,0.02457706443965435,0.14886215329170227,0.12691359221935272,0.6004279255867004,0.469332218170166 +508,1.260718164058336,-1.435569413557063,-1.551971890640636,0.12838657200336456,0.9908707737922668,-0.04113681614398956,-0.022079486399888992,-0.23074503242969513,0.8754553198814392,-0.24757297337055206,0.2564743161201477,0.20278841257095337 +509,1.3911096185160683,-1.4269981660018725,-1.412301681802016,0.14099544286727905,0.9896788597106934,-0.025611240416765213,-0.07411785423755646,-0.38586482405662537,-0.2855435609817505,-0.14584775269031525,-0.5761504769325256,-0.05503147840499878 +510,1.2048197411730357,-1.4571606600238378,-1.5279820549278726,0.10588093101978302,0.9935504198074341,-0.04057798534631729,0.04671230539679527,-0.8638792634010315,-0.5421264171600342,0.056411534547805786,-0.49159741401672363,-0.0883130431175232 +511,1.5926304664804407,-1.510768934474058,-0.9596741753568876,0.059978313744068146,0.998198926448822,0.0013097829651087523,-0.4342094659805298,-2.445413827896118,-0.1194416731595993,0.21542757749557495,0.6548314690589905,-0.19831597805023193 +512,1.235854948679846,-1.4726680373242584,-1.3995638034349276,0.09252744913101196,0.9951893091201782,-0.032204676419496536,0.35253241658210754,-1.3937251567840576,0.6907070279121399,0.10550110787153244,0.9949841499328613,-0.19669240713119507 +513,0.874516536812615,-1.421011064251079,-1.6067187366323212,0.11449102312326431,0.9888031482696533,-0.09570862352848053,0.02136407420039177,0.1255972683429718,0.05938386917114258,0.15197321772575378,0.07391047477722168,0.6401116847991943 +514,1.1571298661713734,-1.436382840257223,-1.3333782973850357,0.12270661443471909,0.9909800887107849,-0.05386786535382271,-1.0017238855361938,0.9703934788703918,0.2863386571407318,-0.10526581108570099,-0.5423105359077454,0.09170960634946823 +515,2.0186640053747165,-1.4254578210572209,-0.7322634015313431,0.13054227828979492,0.9894569516181946,0.06271614879369736,0.0019032377749681473,1.417824149131775,-0.1033821851015091,-0.2255893051624298,-0.5140695571899414,-0.35016119480133057 +516,2.4710314691855433,-1.4195619774643466,-0.2802669206244935,0.09362278133630753,0.988585889339447,0.11803650856018066,0.21824060380458832,0.7142889499664307,-0.0625644251704216,0.28648892045021057,0.4151005744934082,-0.14362549781799316 +517,2.1295743766489075,-1.4525793677859669,-0.6796489050780247,0.10000455379486084,0.9930205345153809,0.06252770870923996,0.9491205215454102,0.17459949851036072,0.19319689273834229,0.037400856614112854,0.684790313243866,0.2689695358276367 +518,1.584290000841877,-1.4098284885063894,-1.221558490710547,0.16025902330875397,0.9870726466178894,0.0021626141387969255,0.05195092409849167,0.2072158306837082,0.5260103940963745,-0.3241536617279053,0.0818360447883606,0.11563527584075928 +519,1.6365519901544043,-1.4161249249656587,-1.1948076766774336,0.1537221521139145,0.9880622029304504,0.010122695937752724,0.04520542174577713,-0.0950123593211174,-0.12129541486501694,-0.10201014578342438,-0.6449073553085327,-0.08522641658782959 +520,1.4385818262449315,-1.4387944808745614,-1.3606897037014642,0.13047035038471222,0.9913004040718079,-0.017351293936371803,0.08143658936023712,-0.6887567639350891,-0.7242578268051147,-0.015815794467926025,-0.43407994508743286,-0.07877910137176514 +521,1.6583053621123227,-1.4987314091893038,-0.9452837455127703,0.07172669470310211,0.9974044561386108,0.006292805075645447,-0.3750624358654022,-3.291916847229004,0.18693165481090546,0.2413836419582367,0.5431533455848694,-0.28162240982055664 +522,1.119325145343344,-1.4349412473234158,-1.5091698881904945,0.12186744064092636,0.9907858967781067,-0.059089966118335724,1.3083566427230835,-1.483013391494751,0.6636685132980347,-0.06638649106025696,0.5940987467765808,0.10988646745681763 +523,0.9346300067687623,-1.4129158781805975,-1.6193942403690371,0.12646856904029846,0.9875627756118774,-0.09340992569923401,-0.04386783763766289,0.41316261887550354,0.038923993706703186,0.10302360355854034,-0.04766720533370972,0.3255265951156616 +524,1.3351604110527828,-1.4266693863796724,-1.2301960621937353,0.13965913653373718,0.9896316528320312,-0.03353162482380867,-1.1246497631072998,1.2654556035995483,0.12944796681404114,-0.17006990313529968,-0.602394163608551,0.07868236303329468 +525,2.133468726386887,-1.4254454872097042,-0.668425182979721,0.12251007556915283,0.9894551634788513,0.07726448774337769,-0.05442160740494728,0.9183740615844727,-0.5257619023323059,-0.16430389881134033,-0.3177785277366638,-0.5478454828262329 +526,2.417975799755801,-1.4387594912001216,-0.36907987889013294,0.0871676579117775,0.9912958145141602,0.09866315871477127,0.5683000087738037,2.0693626403808594,-0.08030623942613602,0.4444943070411682,0.5103368759155273,-0.13597095012664795 +527,1.8158579540587476,-1.482348605543824,-1.0286605725366122,0.08569372445344925,0.9960910677909851,0.021430986002087593,0.8388797044754028,-0.30723023414611816,0.12464412301778793,-0.043777838349342346,0.2676876187324524,0.27541351318359375 +528,1.460306667368847,-1.4126912100063251,-1.361734478649065,0.1564878225326538,0.9875273704528809,-0.0173609908670187,0.11396723985671997,0.1890929788351059,0.17509157955646515,-0.3474363088607788,-0.10852950811386108,0.05996352434158325 +529,1.3266450038376982,-1.42673795401298,-1.493047007459763,0.13930284976959229,0.989641547203064,-0.03470328077673912,0.24609310925006866,-0.35070276260375977,-0.16930672526359558,-0.031484246253967285,-0.557512640953064,-0.03309148550033569 +530,1.1303086172670969,-1.4666865045025739,-1.6017668496028779,0.09400150179862976,0.9945854544639587,-0.04431009665131569,-0.5692123174667358,-1.8007521629333496,-0.41224560141563416,0.08454158157110214,-0.295351505279541,-0.1789259910583496 +531,1.3656999087390491,-1.4921480137311085,-1.1755565238561234,0.07691964507102966,0.9969088435173035,-0.016000932082533836,1.0979347229003906,2.34562087059021,0.30797916650772095,0.20101919770240784,0.5261929035186768,-0.1788995862007141 +532,1.1230342082605427,-1.4350302783757685,-1.496174436179098,0.1220063865184784,0.9907979369163513,-0.05859941989183426,0.6559749841690063,-2.934504270553589,0.6122941374778748,-0.1366090476512909,0.6315622925758362,0.06772416830062866 +533,0.9546184789357901,-1.43838895524213,-1.502135700111453,0.10774155706167221,0.9912469387054443,-0.07629767060279846,-0.4114227592945099,0.4004681706428528,-0.005983905866742134,0.21434098482131958,-0.16524291038513184,0.3074530363082886 +534,1.645973921349128,-1.4378893818150125,-0.9161209567449637,0.13214118778705597,0.9911808371543884,0.009952813386917114,-1.289077639579773,3.7838926315307617,0.30233943462371826,-0.20994575321674347,-0.624085009098053,0.03886008262634277 +535,2.159343748327359,-1.429983937224757,-0.6624623085650829,0.11673437803983688,0.9901022911071777,0.07791481912136078,-0.4163072109222412,0.23728129267692566,-0.3952418863773346,-0.1835678517818451,-0.17203271389007568,-0.4070620536804199 +536,2.4789014807562126,-1.427770538061398,-0.32254822486900325,0.08769643306732178,0.9897892475128174,0.11236993223428726,0.5832281112670898,1.6211049556732178,0.2149457335472107,0.4773975610733032,0.37396514415740967,-0.4165691137313843 +537,1.7734708531706291,-1.4603680217236437,-1.0560808114492934,0.10794902592897415,0.9939090013504028,0.022183090448379517,0.7440763115882874,-0.48747047781944275,0.44702863693237305,-0.17357707023620605,0.13840001821517944,0.2581207752227783 +538,1.5850700383701428,-1.3879485345074454,-1.2275315207347643,0.1818113476037979,0.9833298921585083,0.0025952989235520363,-0.10621368139982224,0.2825213372707367,-0.09442011266946793,-0.3688688278198242,-0.04570794105529785,0.03900015354156494 +539,1.6024027718021938,-1.41341554716238,-1.2082930392337712,0.156653493642807,0.9876412153244019,0.004952909424901009,0.1332584172487259,-0.4805585443973541,-0.2331739068031311,-0.04218205809593201,-0.5694893598556519,-0.10666799545288086 +540,1.3455010845308706,-1.4563613979180743,-1.3749723260909743,0.11129933595657349,0.9934594631195068,-0.02550826035439968,-0.32853350043296814,-1.410027265548706,-0.7776356339454651,0.09451121836900711,-0.2956293225288391,-0.10129225254058838 +541,1.6392520969144515,-1.5135348827244164,-1.0445459285692484,0.057096462696790695,0.9983609914779663,0.003914699424058199,0.9353055953979492,2.7172226905822754,0.07737760990858078,0.5008411407470703,0.5136476755142212,-0.6204460859298706 +542,0.6968139936274907,-1.4498177110222692,-1.7037665862387292,0.07745208591222763,0.9926909804344177,-0.09255120158195496,0.1275525689125061,-5.68524169921875,0.060825467109680176,0.07199248671531677,0.310516357421875,0.6365575790405273 +543,1.2518602481443706,-1.5029705086875325,-0.8043736711433571,0.06435613334178925,0.9977006912231445,-0.021250978112220764,-1.410846471786499,-2.372622489929199,0.2785543203353882,0.19507381319999695,-0.17674732208251953,0.04413914680480957 +544,2.2807096744088766,-1.4139203932464979,0.33624267038904987,0.11849027127027512,0.9877201914787292,0.10182793438434601,-0.3750849664211273,0.4334615468978882,0.3908593952655792,-0.1352139115333557,-0.5986058712005615,-0.04846787452697754 +545,2.097338557703156,-1.3753698813422406,0.09212534573093865,0.16788296401500702,0.9809649586677551,0.09758727252483368,-0.30431291460990906,-0.35979965329170227,0.6268672347068787,-0.26152610778808594,-0.10236382484436035,-0.0992961972951889 +546,2.1656999795388714,-1.3640612937270746,0.19100878628046697,0.17000184953212738,0.9787063002586365,0.11503703892230988,1.002698302268982,1.0289366245269775,-0.29604971408843994,-0.3031500279903412,0.5159226059913635,-0.1046152114868164 +547,1.7807979541510792,-1.418795639103573,-0.18522245161389586,0.14809024333953857,0.9884701371192932,0.03156457096338272,0.6224059462547302,1.2386994361877441,-0.1438799351453781,0.03997431695461273,0.45917707681655884,0.428899884223938 +548,2.1471372622144886,-1.4161990045064472,0.118202641256351,0.12910868227481842,0.9880735874176025,0.08391434699296951,-0.8071849346160889,0.5199844241142273,-0.09008219093084335,0.07319238781929016,-0.40355515480041504,0.03150320053100586 +549,2.4691124988932,-1.3851433152895072,0.39923380011954024,0.11498542129993439,0.9828159213066101,0.14439980685710907,-0.43703874945640564,-0.21971118450164795,0.019984496757388115,0.06216910481452942,-0.5150730013847351,-0.308477520942688 +550,2.3531998781684313,-1.344904461514426,0.39159423670540394,0.15884798765182495,0.9745947122573853,0.15789945423603058,-0.1926199495792389,-1.5561710596084595,0.18831250071525574,-0.04813025891780853,0.3474419116973877,-0.29435884952545166 +551,2.258146721795515,-1.3601378311245382,0.31049938059742094,0.16162225604057312,0.9778934121131897,0.13267430663108826,0.8931912183761597,-0.9348188638687134,0.3260338008403778,-0.015351518988609314,0.7086909413337708,-0.09771646559238434 +552,1.7808723032052745,-1.4129725374133042,0.020163983553661332,0.15371516346931458,0.987571656703949,0.03277543559670448,0.4922053813934326,-2.282177448272705,-0.32234737277030945,0.3813190460205078,0.21942925453186035,0.7049260139465332 +553,1.735144560165306,-1.3939421144763517,0.09021795689320883,0.17356345057487488,0.9844020009040833,0.02878447249531746,-0.7374967932701111,-1.3331403732299805,0.6209806799888611,-0.004480764269828796,-0.4704248905181885,-0.16425204277038574 +554,2.0295407640222014,-1.3191964712620874,0.16941974188364975,0.22321446239948273,0.9685153961181641,0.11024249345064163,0.22287921607494354,4.694028854370117,0.7814810276031494,-0.19770175218582153,-0.382593035697937,-0.09234391152858734 +555,2.185753281270166,-1.2901340054860126,-0.02144460273798441,0.22624702751636505,0.9608721733093262,0.15980346500873566,0.03891966491937637,1.8050769567489624,-0.5067819952964783,-0.31419870257377625,0.7718702554702759,-0.26365482807159424 +556,1.9444038248970328,-1.3987269001070597,-0.4237797468565674,0.15941068530082703,0.9852325320243835,0.062492046505212784,1.1715638637542725,0.1838371455669403,-0.1404203176498413,0.23316745460033417,0.4772767424583435,0.7385485172271729 +557,1.6301106670833856,-1.4331206922168966,-0.9131569985474483,0.13699981570243835,0.9905376434326172,0.008135596290230751,0.32346752285957336,0.7947153449058533,-0.35344886779785156,-0.13411588966846466,-0.18139463663101196,-0.002489805221557617 +558,1.7187537796251893,-1.4742276690467189,-0.9020512588174466,0.09536372870206833,0.995340883731842,0.01421364489942789,0.26010259985923767,2.1414451599121094,-0.5959020853042603,0.19847476482391357,-0.5852611064910889,0.0574110709130764 +559,1.445822277893384,-1.5428068348961133,-1.325887654814057,0.02776980958878994,0.9996083378791809,-0.003488687099888921,-0.39429205656051636,-0.13392513990402222,0.002052687807008624,0.14410518109798431,-0.33945196866989136,-0.3079736828804016 +560,1.0192725455046396,-1.522397703649771,-1.749482743984396,0.04120776802301407,0.9988290071487427,-0.02535117231309414,-0.08966238796710968,-1.1333447694778442,0.7174584269523621,0.6214509010314941,0.3581808805465698,-0.5189145803451538 +561,0.88811021811197,-1.453760715737863,-1.6464420871562666,0.09059803187847137,0.9931591749191284,-0.07366650551557541,0.18290115892887115,-1.3248531818389893,0.12431085854768753,-0.12079518288373947,0.5724382996559143,0.9651917219161987 +562,1.0634961341695852,-1.4408416452634956,-1.4905399819508849,0.11326934397220612,0.9915677905082703,-0.06295730918645859,-0.6328892707824707,1.0429836511611938,0.17813149094581604,-0.038379207253456116,-0.415502667427063,0.09518390893936157 +563,2.222682598231277,-1.380075131006118,-0.5072407348338649,0.15069451928138733,0.981867790222168,0.11500780284404755,-1.889438509941101,0.9086928367614746,0.4551331698894501,-0.32105889916419983,-0.537196159362793,-0.45237958431243896 +564,2.408987005343208,-1.3611652597014703,-0.21386664819710077,0.13917875289916992,0.978107750415802,0.15470820665359497,0.4825105369091034,-0.25797557830810547,-0.24140582978725433,0.24897432327270508,0.6449849009513855,0.012818098068237305 +565,2.174500838349905,-1.4210749924485162,-0.5191357215746271,0.12279581278562546,0.9888126850128174,0.08467864990234375,1.5557317733764648,-0.5309717059135437,0.1668972373008728,-0.05851054936647415,0.5262324213981628,0.27782440185546875 +566,1.6409037789242418,-1.3917000082360234,-1.023182805402692,0.17770276963710785,0.9840050935745239,0.012478739954531193,-0.20744289457798004,0.22362247109413147,0.40892496705055237,-0.35006606578826904,0.21654117107391357,0.12774956226348877 +567,1.6048552179009532,-1.4019152033471978,-1.047713534398661,0.16798219084739685,0.9857734441757202,0.005723500158637762,0.2574543356895447,-0.5284503698348999,-0.2950111925601959,-0.13104064762592316,-0.5451911687850952,-0.06656026840209961 +568,1.417892909033402,-1.4412588036074054,-1.1603672004183283,0.1276686042547226,0.991621732711792,-0.019674532115459442,-0.31846410036087036,-1.023790955543518,-0.6046811938285828,0.03477644920349121,-0.4775072932243347,-0.06463045626878738 +569,1.976591869037301,-1.4798283621803765,-0.5019545665239177,0.08346333354711533,0.9958652853965759,0.03585932031273842,-0.5312010049819946,-1.0284186601638794,-0.6598361730575562,0.21153481304645538,1.0192712545394897,-0.1094067171216011 +570,1.3140948988896066,-1.4781232735853067,-1.2440770056864463,0.08950713276863098,0.9957089424133301,-0.023494962602853775,1.1725374460220337,-0.4246130883693695,0.7082028388977051,0.047318413853645325,0.8224214315414429,0.022838834673166275 +571,1.049616521236386,-1.4563600116401507,-1.3969555041854143,0.0990261361002922,0.9934592843055725,-0.056853823363780975,-0.6067121028900146,0.3343102037906647,-0.03393564373254776,0.1816287636756897,-0.07387316226959229,0.6381679177284241 +572,1.6498289907086332,-1.4564373754769118,-0.802020549780453,0.11375375092029572,0.993468165397644,0.009009026922285557,-0.986612856388092,0.4555950462818146,0.2784600853919983,-0.03549140691757202,-0.6021412014961243,-0.03055441379547119 +573,2.5192967424729504,-1.4025077687026464,-0.17461014286442353,0.09763379395008087,0.9858728647232056,0.13609759509563446,0.28318271040916443,1.2887684106826782,-0.29447975754737854,-0.14173170924186707,-0.37626898288726807,-0.5082899332046509 +574,2.7512546741828543,-1.4206083892027328,0.08739347085012919,0.05693216249346733,0.9887429475784302,0.13836956024169922,0.03752942383289337,1.754049301147461,-0.1503368467092514,0.5331862568855286,0.6440847516059875,0.08552265167236328 +575,2.226780289542921,-1.4869414414130873,-0.4675772673959855,0.0663733184337616,0.996486246585846,0.05108686536550522,0.30882108211517334,-0.4176328182220459,0.7955958247184753,-0.0955328494310379,0.15709346532821655,0.3005671501159668 +576,1.9714207086091307,-1.3908667101250713,-0.7607435652320776,0.16478906571865082,0.9838563203811646,0.06979301571846008,0.08544478565454483,0.6091113090515137,-0.043116312474012375,-0.4266146421432495,-0.1335146427154541,-0.03770387917757034 +577,1.9756430253576465,-1.4219936197336793,-0.7936538219655814,0.1362701654434204,0.9889492988586426,0.05839422717690468,0.25783073902130127,-0.1956523209810257,-0.18529415130615234,-0.06258547306060791,-0.6508908271789551,-0.142988920211792 +578,2.0466733146867724,-1.4657945919968867,-0.6392036564118501,0.09316283464431763,0.9944923520088196,0.048014406114816666,-0.6033017039299011,-2.0293068885803223,-0.5953068733215332,0.10398069769144058,-0.21061795949935913,-0.27300524711608887 +579,1.7160509841728075,-1.4717650494765262,-0.7151069193148322,0.09782853722572327,0.9951004385948181,0.014310840517282486,-0.32119429111480713,0.1565941721200943,0.31970083713531494,0.31907209753990173,0.6552597284317017,-0.3127422332763672 +580,1.0480836540314116,-1.434122877213157,-1.2135995017831136,0.11805489659309387,0.9906747341156006,-0.06801962107419968,-0.09620195627212524,-1.3968496322631836,-0.29363641142845154,-0.005597628653049469,0.3112051486968994,1.3061482906341553 +581,1.3679503246283333,-1.4568447604104746,-0.9774675957927443,0.1113731786608696,0.9935145378112793,-0.022906646132469177,-0.40807661414146423,1.1134284734725952,0.3541901707649231,0.07977364957332611,-0.46815454959869385,0.06160295009613037 +582,2.18478594595853,-1.3924584448142123,-0.3907682626388621,0.1449938714504242,0.9841399192810059,0.1022024154663086,-1.625309705734253,4.777345657348633,0.16283974051475525,-0.1988268941640854,-0.5477691292762756,-0.1660604476928711 +583,2.4182510675525655,-1.3934996032641487,-0.2435259751272736,0.11673824489116669,0.984324038028717,0.1322067826986313,-0.21925465762615204,-1.1220617294311523,-0.22176863253116608,0.175086110830307,0.42305517196655273,0.08518518507480621 +584,2.3784875891024035,-1.4391332580699274,-0.34892888326865873,0.09073920547962189,0.9913449287414551,0.09487786889076233,1.6356074810028076,-0.7358797788619995,0.3320808410644531,0.2346239686012268,0.6120182275772095,0.13957346975803375 +585,1.6160971465079104,-1.4038215772378628,-1.0930074158563168,0.16603021323680878,0.9860920906066895,0.007526453584432602,0.05992492288351059,0.8572690486907959,1.060124158859253,-0.34162837266921997,0.23393970727920532,0.21752536296844482 +586,1.7274483557097886,-1.3996260956005053,-1.0431529248783966,0.16825035214424133,0.9853861331939697,0.026574494317173958,-0.09929253160953522,-0.055872853845357895,-0.3148788511753082,-0.19907310605049133,-0.577671229839325,-0.09578835964202881 +587,1.758367123745335,-1.4358336212526728,-1.016983459414073,0.13219325244426727,0.9909063577651978,0.02509053610265255,-0.07703907042741776,0.10302870720624924,-0.6117588877677917,0.10955174267292023,-0.46023619174957275,-0.13516736030578613 +588,2.067065934353042,-1.4641544102722719,-0.5439595590149064,0.09360099583864212,0.9943191409111023,0.05068200081586838,-0.22430360317230225,-3.729356050491333,-0.3048460781574249,0.19829964637756348,0.6493119597434998,-0.2642134428024292 +589,1.594219784121972,-1.4589083686305946,-0.9719521397628346,0.1116248071193695,0.9937470555305481,0.00261511723510921,0.7251942753791809,0.4931451082229614,0.506848931312561,0.12424556910991669,0.8113829493522644,-0.04451572895050049 +590,1.1215547899081864,-1.4037596880818795,-1.4654183803152228,0.1497638076543808,0.9860817790031433,-0.0722041204571724,-0.3963623344898224,0.39608630537986755,-0.12049102783203125,-0.08795046806335449,0.054826974868774414,0.7432093620300293 +591,1.5077455025308877,-1.4244727428259083,-1.1139927190283947,0.14551134407520294,0.9893137812614441,-0.009186787530779839,-0.8170468807220459,0.01117184292525053,-0.17472566664218903,-0.07507680356502533,-0.4861401319503784,-0.10656636953353882 +592,2.387038830244645,-1.3935032143201738,-0.3167694557776962,0.1208043247461319,0.9843246936798096,0.12849627435207367,-0.6068019270896912,0.8924112319946289,-0.39395883679389954,-0.2324528843164444,-0.34636998176574707,-0.5371724367141724 +593,2.4199835925322377,-1.4440552575231842,-0.24426163383575386,0.08350072056055069,0.9919791221618652,0.09489594399929047,-0.7535849809646606,0.48967406153678894,-0.29679664969444275,0.4074508249759674,0.5690255761146545,0.26786649227142334 +594,1.9928369683590113,-1.483001469705062,-0.7722542288522286,0.07998862862586975,0.9961485266685486,0.035916686058044434,1.1575953960418701,-0.03852856904268265,0.1918262243270874,-0.05816856026649475,0.4531770348548889,0.44438421726226807 +595,1.7728177259264175,-1.4233992970038607,-1.0699986655137015,0.14387674629688263,0.9891567230224609,0.029468169435858727,-0.2612168788909912,0.290981650352478,0.20294980704784393,-0.3616197109222412,0.011468827724456787,-0.15748941898345947 +596,1.8719251613896748,-1.4276192267071344,-0.9504171564146847,0.13626781105995178,0.9897676706314087,0.04232117906212807,0.16259747743606567,-0.30195844173431396,0.1174846664071083,-0.036658450961112976,-0.5993410348892212,-0.12326908111572266 +597,1.5760852307444413,-1.4510815742081713,-1.197770446229436,0.11942750960588455,0.9928427338600159,0.0006316465442068875,-0.09916257113218307,-1.3053706884384155,-0.5150175094604492,0.03554074466228485,-0.39256197214126587,-0.1658691167831421 +598,1.7120085333234538,-1.4882032247965886,-0.8663273565337809,0.08167771995067596,0.9965911507606506,0.011611172929406166,0.5672937035560608,-1.506361961364746,-0.15658189356327057,0.23594921827316284,0.7990326285362244,-0.1627037525177002 +599,1.2845902072047717,-1.438870682019964,-1.3152436710055422,0.12619183957576752,0.9913104176521301,-0.03713645413517952,1.3923882246017456,-0.3778635859489441,0.6769519448280334,-0.04561018943786621,0.5884777307510376,0.08570516109466553 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/r1.csv b/BoostRunClub/CoreML/DataSet/Motion/running/r1.csv new file mode 100644 index 0000000..6b712d3 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/r1.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,0.12787667246271536,0.48236642954040415,0.9183987821773936,0.11297740042209625,-0.4638769030570984,-0.8786662220954895,-0.618290364742279,0.6203194260597229,-0.5332205891609192,0.005507081747055054,-0.0358332097530365,-0.027995765209197998 +1,0.033496870326294594,0.9501409527609954,1.854701286063379,0.019477082416415215,-0.8134974837303162,-0.5812422633171082,-0.48123499751091003,0.68672114610672,-0.6329571008682251,0.04592207074165344,-0.1553899049758911,0.12277662754058838 +2,0.07462611547151025,0.8868220673514251,1.8328044004461541,0.04711086302995682,-0.7750676274299622,-0.6301195621490479,-0.021687455475330353,2.6409130096435547,0.23157697916030884,0.10308140516281128,-0.41189831495285034,-0.18001526594161987 +3,0.0025365017914128433,0.8956196163090088,1.7119476289517401,0.0015854014782235026,-0.7805964946746826,-0.6250333189964294,-0.7063531279563904,0.09301486611366272,-1.1098649501800537,-0.3451828062534332,-0.06902813911437988,-0.21850305795669556 +4,0.02972891255976748,0.7648799971176304,1.6422639410213264,0.021445224061608315,-0.6924504041671753,-0.7211467027664185,-0.478860080242157,-0.8723881244659424,-0.7198540568351746,-0.19661611318588257,0.1524266004562378,-0.37487685680389404 +5,-0.048549245286321624,0.7101421049124625,1.6213787593049465,-0.03679893910884857,-0.6519415378570557,-0.7573757767677307,0.9345406889915466,-1.9305943250656128,-0.7419983744621277,-0.14200356602668762,0.039362192153930664,-0.12102693319320679 +6,-0.04674849143881896,0.7235071565483615,1.5227757596293114,-0.035024698823690414,-0.662017285823822,-0.7486697435379028,-0.8534025549888611,1.8542027473449707,-0.6806866526603699,-0.09922212362289429,0.1305689811706543,0.14594757556915283 +7,-0.18105233473018598,0.9237162080805124,1.6132901592413935,-0.10855377465486526,-0.7978474497795105,-0.5930055975914001,1.3989518880844116,-3.516909599304199,0.5758314728736877,0.058901697397232056,-0.3432810306549072,0.42689836025238037 +8,-0.22170697521885704,0.7258903953550185,1.5856832190077124,-0.16446147859096527,-0.6638016104698181,-0.7296025156974792,-0.7322834730148315,-1.8651865720748901,1.7876315116882324,0.4414695203304291,-0.1862044334411621,-0.3689388036727905 +9,-0.6861094616403478,0.7772679500317252,1.9075761304355752,-0.45160195231437683,-0.701334536075592,-0.5515302419662476,4.166021823883057,-3.790356159210205,0.7769414186477661,-0.11427026987075806,0.623392641544342,0.19348275661468506 +10,-1.1405655048162977,0.6883024957573055,2.336029701755982,-0.7019431591033936,-0.6352270841598511,-0.3221220076084137,2.061535358428955,-0.578091561794281,3.843201160430908,0.5300223231315613,1.0105931758880615,0.02192053198814392 +11,-1.297695362870844,0.18630733483144396,2.576383684881669,-0.9462754726409912,-0.18523140251636505,-0.2650512754917145,-0.5334174633026123,-0.17747622728347778,7.197287559509277,0.2041795253753662,0.6302539706230164,-0.6717468500137329 +12,-1.2899284871828005,-0.44859440221527075,2.904556593939159,-0.8657499551773071,0.43369942903518677,-0.24976380169391632,5.254432678222656,-1.6359333992004395,5.684983730316162,-2.7538790702819824,1.166352391242981,-1.7470319271087646 +13,-1.0652054420204098,-0.605207708481119,-3.082737135021325,-0.7194942831993103,0.5689328908920288,-0.39830073714256287,0.9351449608802795,-0.258218914270401,-0.384968101978302,-1.4601778984069824,-0.45076876878738403,0.0753331184387207 +14,-1.0945810105054385,-0.4622312789506274,-3.1134620358938077,-0.7954719662666321,0.4459463357925415,-0.4103122353553772,0.5474283695220947,-1.2974063158035278,-0.33271920680999756,0.8746956586837769,-0.07828584313392639,0.7324405908584595 +15,-1.2962629295970218,-0.3746619250255695,3.115416973564833,-0.8957809805870056,0.36595791578292847,-0.2522921860218048,0.192111536860466,-1.974275827407837,-1.4963102340698242,0.2768082022666931,-0.17371243238449097,-0.10496187210083008 +16,-1.4569210663235137,-0.29079599685601104,3.1211353653575786,-0.9518111348152161,0.2867148816585541,-0.10885868966579437,2.9985554218292236,-2.1744165420532227,-1.8770946264266968,-0.5025040507316589,-0.016786903142929077,-0.35499322414398193 +17,-1.4912319345911103,-0.1396044140849106,3.1186659581138483,-0.9871383309364319,0.13915139436721802,-0.07870721817016602,-1.7176933288574219,0.2735899090766907,-2.249835968017578,-0.40180814266204834,0.3865596652030945,0.08296442031860352 +18,-1.1385302697196915,-0.03295377059124952,2.8440817592837693,-0.9075258374214172,0.032947804778814316,-0.41870206594467163,-5.1136298179626465,4.058809280395508,-1.5103709697723389,0.5136507153511047,-0.08453777432441711,0.7704629302024841 +19,-1.1575508130378789,-0.21152241119917245,2.6638843564804797,-0.8954108357429504,0.20994862914085388,-0.3926334083080292,0.0835808590054512,-2.1227779388427734,1.4314080476760864,1.1844885349273682,-0.19807729125022888,0.7636814117431641 +20,-1.8429997015369137,-0.3862504596350246,3.1038119230582994,-0.8922216296195984,0.37671777606010437,0.24904736876487732,2.9066920280456543,-5.889060974121094,3.2686638832092285,0.31749922037124634,0.5155857801437378,0.8927677869796753 +21,-1.6069234513316883,-0.3358968817768296,3.0216864930262695,-0.9434990286827087,0.32961606979370117,0.034100744873285294,-5.118167877197266,7.100831985473633,-4.7319159507751465,-1.725705623626709,0.48482179641723633,0.4314754009246826 +22,-1.5200321262592866,-0.0037731984122835386,2.870210910893461,-0.9987046718597412,0.0037731893826276064,-0.05074204131960869,0.3844357132911682,0.009318418800830841,-2.187218189239502,0.1322954297065735,0.6126055717468262,0.7742069959640503 +23,-1.9202328809256812,-0.16040364119786366,3.0069154544718972,-0.9275045394897461,0.1597166806459427,0.3379734754562378,2.3619484901428223,-2.612797975540161,5.47020149230957,0.7707357406616211,0.2546204924583435,-0.6162785291671753 +24,-1.684106521990034,-0.7220776679277069,-2.935694266278365,-0.7456218600273132,0.6609452366828918,0.0848500058054924,3.604435920715332,0.712095320224762,1.9178282022476196,-0.6847065091133118,-0.010096848011016846,0.4993631839752197 +25,-1.5927657511203772,-0.6877953421421787,-2.7913041138056194,-0.7724612355232239,0.6348353028297424,0.016973258927464485,-0.8481507897377014,-1.5962605476379395,-2.1301181316375732,-0.19485455751419067,0.052802085876464844,0.37948060035705566 +26,-1.6874963541690386,-0.29796784138368565,-2.913573859935559,-0.9494331479072571,0.29357820749282837,0.1113046184182167,-1.7197812795639038,0.08228768408298492,-2.0359113216400146,-0.11924666166305542,1.258042335510254,-0.405936598777771 +27,-1.6333206882663711,-0.20646993297055513,-2.9747488600272676,-0.9768482446670532,0.20500609278678894,0.06115652620792389,2.174694299697876,0.7728196382522583,1.2181726694107056,1.1191364526748657,0.07827332615852356,0.06481993198394775 +28,-1.4576306432276704,-0.5870298352477903,-2.832127501436085,-0.8272640109062195,0.5538905262947083,-0.09401959180831909,1.4512046575546265,-0.018807362765073776,1.1647024154663086,0.05478781461715698,-0.7377589344978333,0.5243021845817566 +29,-1.5652657399555288,-0.4903073808379538,-3.103886025608451,-0.8821747899055481,0.4708970785140991,-0.0048789940774440765,-1.691939353942871,0.01582503691315651,-2.994063377380371,0.29820555448532104,0.32233113050460815,-0.4392127990722656 +30,-1.7599313086845831,-0.24683447921266563,-3.1012900947770183,-0.9523985981941223,0.2443356066942215,0.18231096863746643,-1.229680061340332,-2.345519781112671,-1.664022445678711,-0.7617891430854797,0.07558019459247589,-0.45150649547576904 +31,-1.8821362907597807,-0.013543158208179598,-2.957345747408105,-0.9518367052078247,0.01354274433106184,0.306306391954422,-0.1251530945301056,-2.5044167041778564,-1.347775936126709,0.2092829942703247,0.002768903970718384,0.5368027687072754 +32,-1.8257305602034746,-0.005923892870625942,-3.037582027635525,-0.967663049697876,0.005923858378082514,0.2521773874759674,0.4614817202091217,0.43773338198661804,-0.05166220664978027,0.9853783845901489,0.05439413711428642,0.24350431561470032 +33,-1.7392889497726662,0.01586692416736106,-3.035989345904761,-0.9857146739959717,-0.01586625911295414,0.1676754206418991,1.0752580165863037,0.7228614091873169,0.33988088369369507,0.4554564356803894,-0.3015165627002716,-0.08649861812591553 +34,-1.8793952752105374,0.015739148202270584,-2.958309395846134,-0.9526419639587402,-0.01573849841952324,0.3036864101886749,0.9561163187026978,-3.60378360748291,1.7930967807769775,-0.43239825963974,-0.34441468119621277,-0.18584278225898743 +35,-1.8776866644207044,-0.08009844931345053,-3.009647771150111,-0.9502212405204773,0.08001282811164856,0.301127165555954,1.375530481338501,2.9405975341796875,0.1170654296875,-0.820393443107605,-0.09679748862981796,-0.5594127178192139 +36,-1.7216764050317164,-0.16207664006171105,-2.8244540857020644,-0.9756825566291809,0.1613679826259613,0.1483384072780609,0.33241793513298035,5.020574569702148,1.5625054836273193,0.3341876268386841,-0.21694043278694153,0.5655745267868042 +37,-1.4543105225736095,-0.16808401622304706,-2.7843726748869457,-0.979225754737854,0.16729368269443512,-0.11458463221788406,0.552339494228363,0.6531416177749634,-0.04981241747736931,0.6619498133659363,-0.18494810163974762,0.5386874079704285 +38,-1.5288590655562821,-0.24804672267723196,-2.8453276469490474,-0.9685415029525757,0.24551093578338623,-0.04064180701971054,1.2612452507019043,-2.1569128036499023,0.2738645076751709,-1.0732218027114868,-0.27137458324432373,-0.39806365966796875 +39,-1.6284766012071268,-0.2663426225253059,-2.8524795451348104,-0.9631356596946716,0.26320478320121765,0.0556156188249588,-0.42010971903800964,0.8310083150863647,-1.220504879951477,-0.22660738229751587,0.38060930371284485,-0.022915959358215332 +40,-1.6387073677892754,-0.2718219084426815,-2.9078860445101844,-0.9610629081726074,0.268486887216568,0.06536730378866196,-0.15245939791202545,-0.1986229419708252,-0.16513748466968536,0.8020053505897522,-0.3191002905368805,0.10777413845062256 +41,-1.586779110283527,-0.2626511023888907,-2.990715715205264,-0.9655817747116089,0.2596416473388672,0.01543399877846241,-1.0420843362808228,0.7750110626220703,-0.16088181734085083,0.42401671409606934,-0.3861522376537323,-0.11768317222595215 +42,-1.6171996502048567,-0.19907692006374578,-2.9675650526241832,-0.9791945219039917,0.1977645605802536,0.04547052085399628,0.7482530474662781,-0.871184766292572,-0.27008455991744995,0.04007697105407715,0.12433324754238129,-0.07516419887542725 +43,-1.674284438885274,-0.19815830637888776,-2.8770662653578545,-0.9751853346824646,0.19686400890350342,0.10128191858530045,1.4697482585906982,-0.4006137251853943,-0.1948733776807785,-0.7295875549316406,-0.2693127393722534,-0.526071310043335 +44,-1.6237017581975686,-0.07154424158089245,-2.6749921235362883,-0.996046245098114,0.07148322463035583,0.052745476365089417,2.3315670490264893,-0.6031796932220459,-1.8763540983200073,0.7369062304496765,-0.28574714064598083,0.17869973182678223 +45,-1.6590270649341745,-0.046330391887503805,-2.5567830359347097,-0.9950413107872009,0.0463138185441494,0.08802175521850586,-0.9936418533325195,0.5536070466041565,-0.14849421381950378,0.7931675314903259,-0.0594363808631897,0.25923776626586914 +46,-1.6540642836027248,-0.08902555880540428,-2.6728856340035962,-0.992588996887207,0.08890800923109055,0.08284240961074829,-1.2654502391815186,0.7506338953971863,1.465430498123169,0.1551101803779602,-0.09556082636117935,-0.09634637087583542 +47,-1.6732593697310756,-0.17477222679859683,-2.7176356301469906,-0.9796013832092285,0.1738838404417038,0.1007256805896759,0.8701534271240234,0.6142956018447876,-0.48627206683158875,-0.9503455758094788,0.0607200562953949,-0.3509697914123535 +48,-1.9902467383876403,-0.10539892813052326,-2.623956233689096,-0.9082446694374084,0.10520388931035995,0.4049985706806183,-0.1664932817220688,-0.7511534690856934,-1.1259831190109253,0.12037235498428345,0.18297360837459564,0.5765841007232666 +49,-1.8891605511530576,-0.025338730660342895,-2.655613103619951,-0.9494439959526062,0.025336019694805145,0.3129129707813263,0.43454059958457947,1.2700449228286743,-0.3524056673049927,0.9250144362449646,-0.05222199112176895,-0.3060922920703888 +50,-1.708821388060346,-0.09551487720490266,-2.645953500416414,-0.9859750270843506,0.09536971151828766,0.13696010410785675,-0.9846218824386597,3.337674617767334,0.8469312787055969,0.2838723063468933,-0.028841406106948853,0.04463481903076172 +51,-1.817707741198521,-0.134789278846596,-2.605393638580568,-0.9608767032623291,0.134381502866745,0.242193341255188,-0.26547497510910034,-0.9178537726402283,0.7736154794692993,-0.3629453182220459,0.3651454448699951,0.219659686088562 +52,-1.71664898439465,-0.18758786458801688,-2.6870540573026003,-0.9720256328582764,0.18648962676525116,0.14278645813465118,0.2425731122493744,0.8911880254745483,0.1507345288991928,-0.7318623065948486,0.12694117426872253,-0.46853113174438477 +53,-1.6473871247003988,-0.1936067695299827,-2.595701291676817,-0.9784396886825562,0.1923995167016983,0.07508635520935059,0.8486688137054443,0.4832454323768616,-0.21306449174880981,0.5108647346496582,-0.2059951275587082,0.11480926722288132 +54,-1.6290241870395572,-0.17150481805680623,-2.6406735554111287,-0.9836592078208923,0.17066527903079987,0.05734119191765785,-1.7842090129852295,0.6170308589935303,-0.1392560601234436,0.49139541387557983,-0.061259761452674866,0.16224801540374756 +55,-1.6193522417582034,-0.15546555088289452,-2.7792726740532108,-0.9867751598358154,0.15484005212783813,0.047951459884643555,-0.26230454444885254,-0.13494203984737396,0.03663450479507446,0.01991724967956543,0.19246524572372437,-0.14476847648620605 +56,-1.57086799803552,-0.17372634944125218,-2.7152189737046446,-0.9849473834037781,0.17285379767417908,7.059240306261927e-05,0.5601119995117188,0.05265255644917488,-0.09901073575019836,-1.2340314388275146,0.07917560636997223,0.34868431091308594 +57,-1.5972517122077257,-0.17948350274793684,-2.770284626892422,-0.9835917949676514,0.17852139472961426,0.026027372106909752,-1.2379052639007568,0.08541332185268402,0.26254844665527344,-0.03186535835266113,0.33212924003601074,-0.05288279056549072 +58,-1.552065188174414,-0.17735907245104804,-2.88045709849382,-0.9841403961181641,0.17643068730831146,-0.01843622699379921,-0.21302899718284607,-0.3372281789779663,0.42464858293533325,0.6082401275634766,-0.21175479888916016,-0.11579537391662598 +59,-1.5899136078763503,-0.16601696916040062,-2.939574029297558,-0.9860708117485046,0.16525539755821228,0.018853290006518364,-1.3140627145767212,0.052616581320762634,-0.17763769626617432,0.40669435262680054,0.0030338168144226074,-0.14527225494384766 +60,-1.6364909297775452,-0.16047345443715297,-2.8474752153367446,-0.9850223064422607,0.15978559851646423,0.06480389833450317,2.9386236667633057,-4.291266441345215,-0.4346650540828705,-0.10135763883590698,-0.08123336732387543,0.4867098331451416 +61,-1.7283271386875936,-0.11040775214277923,-2.8568589655731897,-0.9816043376922607,0.11018358170986176,0.15592487156391144,-0.9378200769424438,1.185697078704834,0.7220428586006165,-0.22457242012023926,0.34146130084991455,-1.00776207447052 +62,-1.663142892362639,-0.1952533945626117,-2.7358507647931747,-0.9768185019493103,0.19401511549949646,0.09046313911676407,0.6951655149459839,0.386801540851593,-0.43413403630256653,-0.24205344915390015,-0.22679102420806885,-0.1328519582748413 +63,-1.6102970562971668,-0.14243045206628507,-2.7077548409614134,-0.9891018867492676,0.1419493705034256,0.039090581238269806,-0.3353642225265503,0.8186412453651428,-0.8144654631614685,0.5737270712852478,-0.0787932276725769,0.024645451456308365 +64,-1.5085447067800417,-0.10501935819306987,-2.8052711377467014,-0.9925642013549805,0.104826420545578,-0.06186866760253906,-1.188170313835144,1.6999397277832031,0.0632554143667221,0.32868480682373047,0.2100692093372345,-0.03764915466308594 +65,-1.3736536971056978,-0.18913883442722604,-2.7676397472032686,-0.9631421566009521,0.18801315128803253,-0.1923750936985016,0.8316463828086853,1.1597048044204712,1.3871183395385742,-0.4583970904350281,0.024892717599868774,0.0960310697555542 +66,-1.3227484673758665,-0.21170100370466763,-2.717679715276371,-0.9477517604827881,0.2101232260465622,-0.24003095924854279,-1.3079720735549927,-1.11939537525177,-0.011977966874837875,-0.4834463596343994,0.1324670910835266,0.08314007520675659 +67,-1.4247865463147307,-0.2015226627130891,-2.8430422394280632,-0.9693378806114197,0.200161412358284,-0.14254723489284515,-0.8741714358329773,-0.25429797172546387,-0.6294325590133667,-0.005012214183807373,0.4014773964881897,-0.14753766357898712 +68,-1.4860106031821745,-0.16915536607049145,-2.918951358994652,-0.9821864366531372,0.16834983229637146,-0.0834755077958107,-0.560720682144165,-0.26117563247680664,-0.10675507038831711,0.4329768419265747,-0.14688073098659515,-0.003682665526866913 +69,-1.4894582367196425,-0.1534179257230711,-2.9693266333265362,-0.9849873781204224,0.1528168022632599,-0.08029413968324661,0.20120744407176971,-0.3706880211830139,-0.05136028677225113,0.4642810821533203,-0.1826019436120987,-0.23331975936889648 +70,-1.6970524194287158,-0.10609151914634818,-2.8092770927797655,-0.9864627122879028,0.105892613530159,0.12521295249462128,0.2995828688144684,-3.435565948486328,-1.0023512840270996,-0.4358091354370117,-0.1884579062461853,1.7839362621307373 +71,-1.6121727496125942,-0.12288578606905715,-2.838443287852143,-0.9916097521781921,0.12257673591375351,0.041052695363759995,0.9743542671203613,0.6065752506256104,1.9723243713378906,-0.7527140974998474,0.06683062016963959,-0.3234776258468628 +72,-1.4823366921922108,-0.18199992467711018,-2.8283336125034855,-0.9796382784843445,0.1809968203306198,-0.08688519150018692,1.9891270399093628,2.2092130184173584,1.1024235486984253,0.03376120328903198,-0.057187020778656006,-0.23432761430740356 +73,-1.3828837131391067,-0.1543757007640822,-2.736158234842327,-0.9707133769989014,0.15376324951648712,-0.18458707630634308,-1.1527173519134521,0.6270567178726196,-0.5001174211502075,0.6347911357879639,0.0022273361682891846,0.3959975838661194 +74,-1.3484256013805103,-0.16300114819639588,-2.8860640980719308,-0.9624483585357666,0.16228030622005463,-0.21761921048164368,-0.7319307923316956,0.11129011958837509,0.10910427570343018,0.21649199724197388,-0.13124394416809082,0.09313805401325226 +75,-1.3356201968069379,-0.2003338792306682,-2.843638343490114,-0.95302414894104,0.19899654388427734,-0.2283540666103363,0.3751523196697235,-0.3859131634235382,0.48986977338790894,-0.3574312925338745,-0.002737969160079956,0.18823865056037903 +76,-1.4136182698766746,-0.23282615022831277,-2.867422247655837,-0.9610236883163452,0.23072834312915802,-0.1523081660270691,-0.7638391256332397,-0.5482466220855713,-0.4665151834487915,-0.3191733956336975,0.5043027997016907,-0.16704301536083221 +77,-1.5069483829608608,-0.1874846229736243,-2.8892100791428232,-0.9804742932319641,0.18638819456100464,-0.06268647313117981,-0.3017488121986389,-1.1222317218780518,-1.203296184539795,-0.2366582751274109,-0.14479272067546844,0.4190249443054199 +78,-1.4749509240822913,-0.16897469910527946,-2.9826733656795286,-0.9812334775924683,0.1681717336177826,-0.09433576464653015,0.034108418971300125,0.6208571195602417,0.8054144382476807,0.49270808696746826,-0.11899265646934509,-0.19294142723083496 +79,-1.4313639998208787,-0.16212226080309844,-2.9565206564196447,-0.9773092269897461,0.16141299903392792,-0.13715849816799164,0.4609352648258209,0.0997600108385086,0.3849388360977173,0.36523348093032837,0.10454767942428589,0.16070283949375153 +80,-1.535114758071265,-0.202666771495317,-2.9535767587536914,-0.9789098501205444,0.20128223299980164,-0.034943871200084686,-0.9678003787994385,0.472801148891449,0.491935133934021,-0.7948328256607056,0.059780389070510864,-0.4413287043571472 +81,-1.4897879504110574,-0.2508419496918513,-2.866040885028627,-0.9655269980430603,0.24821965396404266,-0.0783873200416565,2.7446022033691406,2.1396567821502686,0.10639304667711258,-0.4937625527381897,-0.12839238345623016,-0.4992799162864685 +82,-1.3587632140237014,-0.22088369522681334,-2.635834931278411,-0.9538533687591553,0.21909193694591522,-0.20533490180969238,0.3715275526046753,0.6356414556503296,-0.6347950100898743,0.32778531312942505,-0.030218645930290222,0.4509403705596924 +83,-1.3463712051398955,-0.1994725152678585,-2.6279021967472227,-0.9555906653404236,0.1981523334980011,-0.2181331217288971,-0.6918572187423706,-0.370744526386261,-0.5081188082695007,0.08651113510131836,0.04072399437427521,0.274300754070282 +84,-1.3807972963751691,-0.19168131152317142,-2.6853405631417693,-0.9640193581581116,0.19050967693328857,-0.18539907038211823,-0.7684786319732666,-2.396569013595581,0.2140125036239624,-0.2701420187950134,-0.037845492362976074,0.01997852325439453 +85,-1.4565491151066512,-0.19244296907533895,-2.8176439530519497,-0.9751411080360413,0.1912573277950287,-0.11189441382884979,-0.9901161193847656,-0.4454922378063202,-0.18286779522895813,-0.570665717124939,0.2647668123245239,-0.2708265781402588 +86,-1.5389571663995987,-0.14730632081019013,-2.8933113241930313,-0.9886687397956848,0.14677415788173676,-0.03148902207612991,-0.5125430226325989,0.5770593881607056,0.042056575417518616,0.17604660987854004,-0.09814439713954926,0.2861887216567993 +87,-1.4086170165153078,-0.12127986411540975,-2.976383605941753,-0.9796286821365356,0.12098276615142822,-0.16028323769569397,-0.3642452657222748,0.5588815212249756,0.31184929609298706,0.5958549380302429,0.2856334447860718,0.16505928337574005 +88,-1.4104886948710227,-0.1466210565919928,-2.9730659395087002,-0.9765863418579102,0.14609628915786743,-0.15790924429893494,0.3596950173377991,-0.8531180620193481,0.43808552622795105,0.1828697919845581,-0.28687384724617004,0.21496181190013885 +89,-1.535645546704768,-0.15634399587153205,-3.0774618888207255,-0.9871930480003357,0.15570783615112305,-0.03471490368247032,0.9097188115119934,-1.7428151369094849,0.42055854201316833,0.03335088491439819,0.08835648000240326,-0.7355945110321045 +90,-1.4636658641430347,-0.19971392646075425,-2.9864717941882897,-0.9745044112205505,0.1983889490365982,-0.10480034351348877,1.0302274227142334,-0.5286059379577637,0.5216349363327026,0.3226335644721985,-0.253503680229187,0.20230399072170258 +91,-1.3886700388222146,-0.18619058053537127,-2.9589788109285333,-0.9664631485939026,0.18511666357517242,-0.17799070477485657,0.04045029729604721,0.882230818271637,0.5192421674728394,1.2068196535110474,0.12471304833889008,0.5397308468818665 +92,-1.3312058058729266,-0.22655099784915594,-2.8875573139280464,-0.9466120600700378,0.22461800277233124,-0.23124098777770996,2.5072901248931885,1.3782601356506348,0.7750729322433472,0.42402905225753784,-0.19031624495983124,0.21212173998355865 +93,-1.3597708177796857,-0.22908974561345727,-2.883265983857774,-0.9522697329521179,0.22709114849567413,-0.20399025082588196,-0.48719871044158936,-0.00283479830250144,0.3076539635658264,0.3211204409599304,0.23875968158245087,0.03441929817199707 +94,-1.5174605112625588,-0.2955433519592123,-3.0199544000283884,-0.9552837014198303,0.29125967621803284,-0.05099920183420181,-0.051670584827661514,-0.4712497293949127,0.1360016018152237,-1.2836384773254395,0.3679504990577698,-0.6791643500328064 +95,-1.4727056258832325,-0.2973196139198584,-2.9207406001636707,-0.9515289664268494,0.29295846819877625,-0.093636654317379,0.9899656176567078,-1.4100475311279297,0.4922804534435272,-0.07494497299194336,-0.15210458636283875,0.3091365098953247 +96,-1.4419982868392145,-0.29654765777056835,-2.8833037982783423,-0.9484297037124634,0.2922202944755554,-0.12283588200807571,0.131069153547287,0.7637229561805725,0.3917641341686249,0.43083620071411133,-0.03567424416542053,-0.06301619112491608 +97,-1.4079530558772209,-0.2992721262965377,-2.8572598519164587,-0.9429097175598145,0.2948247492313385,-0.15491829812526703,0.05837418884038925,-0.05513438209891319,0.10673504322767258,0.19028520584106445,-0.170023113489151,0.005885720252990723 +98,-1.5762424515781521,-0.36157054942498057,-2.92721882064293,-0.9353286027908325,0.35374367237091064,0.005093966610729694,-1.8529363870620728,-4.093443870544434,1.9734801054000854,-1.436604380607605,0.07006919384002686,-0.31277215480804443 +99,-1.5510741536139374,-0.3175190559947235,-3.001100361440409,-0.9498282670974731,0.3122105896472931,-0.01873510703444481,2.4595305919647217,0.7653442025184631,0.30159151554107666,0.11187654733657837,-0.1417699158191681,-0.5689724087715149 +100,-1.4843311695223766,-0.28891272996461076,-2.7733713004975002,-0.9549733400344849,0.2849101722240448,-0.08277831226587296,1.3175976276397705,0.2354642152786255,0.03849276900291443,0.24397480487823486,-0.3861522674560547,0.14399659633636475 +101,-1.4805969911174466,-0.22136420336424684,-2.6914519230896614,-0.9716328382492065,0.21956074237823486,-0.08787909150123596,-0.1296050250530243,0.20187316834926605,-0.6064709424972534,0.22186172008514404,-0.14741718769073486,0.18724429607391357 +102,-1.5343610160700276,-0.18551676423954855,-2.717769064646114,-0.9821887016296387,0.18445445597171783,-0.035802192986011505,-0.7263829112052917,-2.34371018409729,-0.19434204697608948,-0.47673457860946655,-0.02301648259162903,-0.17695105075836182 +103,-1.6091274022507676,-0.14761444500777088,-2.8112514125534176,-0.9883981347084045,0.14707894623279572,0.037904929369688034,0.6587046384811401,-0.774519145488739,-0.2833283543586731,-0.4212697148323059,0.282227098941803,-0.2992727756500244 +104,-1.710544918724622,-0.1249200482278264,-2.779716937120581,-0.9825347661972046,0.12459540367126465,0.13820874691009521,-0.9859656691551208,0.731557309627533,-0.05097656697034836,0.23096299171447754,0.033958688378334045,0.04765857756137848 +105,-1.591873311702513,-0.12031279251287018,-2.8301931779341065,-0.9925506114959717,0.1200227439403534,0.0209230724722147,0.6375575065612793,1.848855972290039,0.33242180943489075,0.669842541217804,-0.1497316062450409,-0.02461576648056507 +106,-1.6384508723866307,-0.16110094001105002,-2.758735839713342,-0.9847931861877441,0.1604049950838089,0.06672757118940353,0.28101029992103577,-1.8081523180007935,-0.4043116271495819,-0.30481863021850586,-0.06804357469081879,0.5772848129272461 +107,-1.6106942324091715,-0.16414287139547712,-2.87211357975516,-0.9857736229896545,0.16340678930282593,0.03935118392109871,-1.4035701751708984,0.25713735818862915,1.804097056388855,-0.20607507228851318,0.08612018823623657,-0.5466295480728149 +108,-1.6162394587698001,-0.23355095532276093,-2.9137976450140264,-0.9718464612960815,0.23143352568149567,0.04419417306780815,0.9159119725227356,2.18856143951416,-0.21859179437160492,-0.14538681507110596,0.040935859084129333,-0.24431324005126953 +109,-1.4946554361340814,-0.22230230733116726,-2.8066769812355306,-0.9725663661956787,0.22047585248947144,-0.0741955041885376,-0.03501693531870842,-0.07470136135816574,0.2005533128976822,0.380632221698761,-0.07600565254688263,0.2845684289932251 +110,-1.4943626363920295,-0.2155269348759103,-2.8852249478677696,-0.9740117192268372,0.21386219561100006,-0.07459262758493423,-0.5134919881820679,0.3286904990673065,-0.19920222461223602,0.34406793117523193,-0.06754569709300995,-0.05850975960493088 +111,-1.4462766635777042,-0.22321533995346535,-2.8632722293181736,-0.9676403403282166,0.22136633098125458,-0.12111687660217285,0.5735295414924622,0.3888189196586609,0.25108224153518677,0.05467647314071655,-0.13286535441875458,0.31650567054748535 +112,-1.5074204532830378,-0.23478202251446226,-2.846147044805587,-0.9706125855445862,0.23263099789619446,-0.06159590929746628,-1.217852234840393,-1.8876707553863525,-0.11505569517612457,-0.8087911009788513,0.048985227942466736,-0.050281524658203125 +113,-1.5969533044156141,-0.22463674120597554,-2.9471853295788866,-0.9745416045188904,0.22275224328041077,0.02549687772989273,-0.22972382605075836,-0.29699885845184326,-0.1489351987838745,-0.3980322480201721,0.5006822347640991,-0.26400697231292725 +114,-1.6339119305970313,-0.20627831915591757,-2.917123878287886,-0.9768511056900024,0.20481854677200317,0.06173654645681381,0.003941596485674381,-0.9918042421340942,-0.6320971846580505,0.06931930780410767,-0.24752789735794067,0.4567570686340332 +115,-1.5939407976994195,-0.1955939154622968,-2.9005827216492364,-0.9806695580482483,0.19434915482997894,0.02270113117992878,0.8985106348991394,0.8142433166503906,-0.019030733034014702,0.5239741802215576,-0.19767560064792633,-0.13972079753875732 +116,-1.5180302627403393,-0.18556832954520003,-2.8265571288988447,-0.9814637899398804,0.1845051348209381,-0.05183609575033188,0.6657123565673828,-0.2915551960468292,-0.18386688828468323,0.3014709949493408,-0.041118279099464417,0.13083088397979736 +117,-1.662704537641162,-0.1824217002011609,-2.885324644383094,-0.9792565703392029,0.18141162395477295,0.09025599807500839,-1.5478161573410034,0.07200705260038376,1.048182725906372,-1.0784978866577148,0.526046872138977,-0.4736788272857666 +118,-1.67353221104424,-0.21904938568037804,-2.8755223202517217,-0.9709577560424805,0.21730181574821472,0.10010464489459991,1.259392261505127,1.275565505027771,0.40483319759368896,-0.815922737121582,0.14173749089241028,-0.4014657735824585 +119,-1.5503622764032374,-0.23142700687739556,-2.743860618038217,-0.9731369018554688,0.2293667197227478,-0.0198878962546587,-0.09266404062509537,0.7627121210098267,0.29202499985694885,0.30944061279296875,0.013492166996002197,0.27037620544433594 +120,-1.4656196044563383,-0.23207268652766017,-2.750307682899328,-0.967814028263092,0.22999513149261475,-0.10216851532459259,-0.10215522348880768,0.7386900782585144,-0.028276661410927773,0.5925241112709045,-0.27490174770355225,0.2060198187828064 +121,-1.4595047207080647,-0.23458401158762296,-2.7335562307650942,-0.9665941596031189,0.23243841528892517,-0.10802015662193298,-0.0834629163146019,-0.15098242461681366,-0.034946490079164505,0.06483012437820435,-0.18373233079910278,0.21100173890590668 +122,-1.5649587601286945,-0.22317997773579784,-2.794826834113428,-0.9751819372177124,0.22133184969425201,-0.005692754406481981,-1.8712669610977173,-1.2264412641525269,-0.04590323194861412,-0.6174083948135376,0.3276946544647217,-0.2150866985321045 +123,-1.6056812931354576,-0.20067139650333518,-2.8642241437647735,-0.9793367981910706,0.19932730495929718,0.0341779962182045,0.2599197328090668,0.5765661001205444,-0.300742506980896,-0.25166600942611694,0.24307076632976532,-0.11105179786682129 +124,-1.687116724136132,-0.15233106090691262,-2.842167534782261,-0.9817407131195068,0.1517426073551178,0.11471431702375412,-0.8188263773918152,0.1235993355512619,-0.24848224222660065,0.36633849143981934,-0.013620048761367798,0.21081674098968506 +125,-1.62601623089906,-0.13938857969176877,-2.879867382875413,-0.9887916445732117,0.13893765211105347,0.05465654283761978,0.22008614242076874,0.6926581859588623,0.10059276223182678,0.5371620655059814,-0.02936430275440216,-0.030715469270944595 +126,-1.593071922005654,-0.15268328263980566,-2.8361438394487375,-0.9881215691566467,0.15209074318408966,0.022014636546373367,0.5436446070671082,-1.013627290725708,-0.14096467196941376,0.1367572546005249,-0.23374049365520477,0.21620559692382812 +127,-1.674204009887974,-0.10590861827899044,-2.881277676518894,-0.9890848994255066,0.10571073740720749,0.10264510661363602,-0.4450332820415497,0.3822161853313446,0.26096537709236145,-0.3562670946121216,0.6228964328765869,-0.5901634693145752 +128,-1.6781690859430491,-0.1527595117014355,-2.8547799134844922,-0.9826629161834717,0.15216608345508575,0.10591858625411987,0.7659133076667786,2.3289566040039062,0.24522781372070312,-0.5279722809791565,0.22831179201602936,-0.25856760144233704 +129,-1.5336165684405503,-0.1775984890259139,-2.742254858383478,-0.9835906028747559,0.17666634917259216,-0.036586519330739975,0.37404459714889526,0.31627464294433594,0.28765949606895447,0.5639891028404236,-0.15734872221946716,0.21178793907165527 +130,-1.5206860538955902,-0.18292205283181523,-2.772971069887353,-0.982082188129425,0.1819036453962326,-0.049253638833761215,-1.1040544509887695,0.3401429057121277,-0.16505469381809235,0.3973653316497803,-0.1016118973493576,0.008375339210033417 +131,-1.478807765633472,-0.17641414984330364,-2.816506880318793,-0.9803170561790466,0.1755005121231079,-0.09043318033218384,0.8898078799247742,0.7569643259048462,0.14377278089523315,-0.018981099128723145,-0.07525025308132172,0.14008527994155884 +132,-1.4247853418271015,-0.17919043582010216,-2.7286303064439847,-0.9735179543495178,0.17823302745819092,-0.14316314458847046,0.6716213822364807,-0.5468440651893616,-0.17161205410957336,-0.4724658727645874,-0.13451659679412842,0.46582549810409546 +133,-1.5886103413338255,-0.17045339398598386,-2.856605560327614,-0.9853516221046448,0.16962918639183044,0.01755492575466633,-2.0560219287872314,-0.7535574436187744,-0.3568134307861328,-0.11254876852035522,0.34002962708473206,-0.45317816734313965 +134,-1.6040033115101067,-0.15572930065456586,-2.9245096611519656,-0.9873542189598083,0.15510061383247375,0.03279911354184151,0.5688245892524719,0.6432366371154785,-0.11776922643184662,0.2218359112739563,0.15608714520931244,-0.2336658239364624 +135,-1.6133959928375423,-0.1573707611819726,-2.870732105337516,-0.9867466688156128,0.15672200918197632,0.042060524225234985,-0.4182513654232025,-0.822396993637085,-0.21216557919979095,0.29604244232177734,-0.04218953847885132,0.3144916296005249 +136,-1.6004312203112265,-0.1621591327438583,-2.897985785032113,-0.9864476323127747,0.1614493876695633,0.029241831973195076,0.5708168148994446,0.018572932109236717,0.25791752338409424,0.14866387844085693,0.004428893327713013,-0.006201030686497688 +137,-1.650305840068381,-0.17248009166826606,-2.836600990880008,-0.9820498824119568,0.17162616550922394,0.07824726402759552,0.05366865172982216,-1.2427014112472534,-0.22955209016799927,-0.4721127152442932,-0.24730975925922394,0.6798245906829834 +138,-1.6370763879619008,-0.13421546982629104,-2.9284956576443846,-0.98883056640625,0.13381287455558777,0.06563588976860046,-0.2949381470680237,0.32705551385879517,0.740362823009491,-0.27772510051727295,0.11702632904052734,-0.7484514713287354 +139,-1.6016057781856816,-0.16314567822834605,-2.8896889340107577,-0.9862529039382935,0.16242291033267975,0.03039552830159664,0.8375419974327087,0.701153576374054,0.022458886727690697,-0.21142464876174927,0.03798601031303406,-0.118743896484375 +140,-1.536299381827046,-0.1359051543953884,-2.828594513102176,-0.9901895523071289,0.1354871690273285,-0.034172073006629944,0.009638410061597824,-0.08414547145366669,-0.09582558274269104,0.5227060914039612,-0.06412184238433838,0.19301605224609375 +141,-1.5959535505650548,-0.12290976154160681,-2.8713540403566515,-0.9921420812606812,0.12260053306818008,0.02496480755507946,-1.1131192445755005,0.12807080149650574,-0.08817997574806213,0.26712071895599365,0.007968924939632416,0.02012491226196289 +142,-1.553717649927956,-0.1785055139632144,-2.8508876004682366,-0.9839666485786438,0.177559033036232,-0.016806483268737793,0.8502610325813293,0.22176165878772736,0.3705899119377136,0.011203587055206299,-0.1957322508096695,0.2895573377609253 +143,-1.5651318584869733,-0.1905321156209437,-2.82948466394652,-0.9818878173828125,0.189381405711174,-0.005561931990087032,-0.4830459952354431,-0.898587167263031,-0.25983282923698425,-0.24794000387191772,-0.0773666501045227,0.2196732759475708 +144,-1.6373287261033387,-0.17218413461471,-2.969721003472152,-0.9830331802368164,0.17133459448814392,0.06550022959709167,-0.6769195795059204,-0.13022974133491516,-0.2421950250864029,-0.3100423812866211,0.2815310060977936,-0.45275306701660156 +145,-1.6086131720625718,-0.15013533712697807,-3.0268915047240137,-0.9880441427230835,0.14957195520401,0.03738253191113472,0.7273412942886353,0.5347867608070374,-0.03338330239057541,0.4079810380935669,-0.12618020176887512,-0.34092557430267334 +146,-1.6533615403730961,-0.15083706612903885,-2.996291472053084,-0.9852778315544128,0.15026575326919556,0.08153503388166428,-0.6142851114273071,0.3456690311431885,0.14948929846286774,0.48080694675445557,0.004656732082366943,-0.03302741050720215 +147,-1.622503793145807,-0.1690376538642446,-2.979042391221427,-0.9844297170639038,0.16823379695415497,0.05094778165221214,0.6458601355552673,-0.37369126081466675,0.29294270277023315,0.006905913352966309,-0.17387954890727997,0.07180917263031006 +148,-1.7758368044825468,-0.1335970423544753,-2.9273093368531287,-0.9703287482261658,0.13319998979568481,0.20179252326488495,-2.2423129081726074,2.1989758014678955,-0.41547712683677673,-0.14292210340499878,0.04375620186328888,0.5144398212432861 +149,-1.7195860340912654,-0.16863277598080725,-2.9985138723476963,-0.9749229550361633,0.16783466935157776,0.1461385190486908,0.24442201852798462,0.0008148117922246456,0.31821906566619873,-0.5337285995483398,0.14497046172618866,-0.36435452103614807 +150,-1.573753741028041,-0.1738530413230588,-2.8946603021796644,-0.9849213361740112,0.17297857999801636,0.0029128289315849543,1.5196785926818848,0.7001768350601196,-0.04239076375961304,0.34193122386932373,-0.30699652433395386,0.2579057216644287 +151,-1.5412906661815322,-0.16221182778483065,-2.844057839068046,-0.9864428639411926,0.16150139272212982,-0.029114097356796265,-0.2228527069091797,0.005084054544568062,-0.03286904841661453,0.2427600622177124,0.038388729095458984,-0.013137457892298698 +152,-1.479956669893827,-0.1587063805358889,-2.813611490686915,-0.9833614230155945,0.15804097056388855,-0.08957473188638687,0.8961257338523865,0.40104514360427856,0.4402097165584564,-0.04239553213119507,-0.12196917831897736,0.10330765694379807 +153,-1.4168289812241917,-0.15971516311913547,-2.718878782915225,-0.9755935668945312,0.15903699398040771,-0.1514078676700592,1.1873881816864014,0.610087513923645,0.027183134108781815,-0.459403932094574,-0.1108039915561676,0.18149824440479279 +154,-1.4807426514824615,-0.16745429838195938,-2.6911565737737586,-0.9820168018341064,0.16667279601097107,-0.08867405354976654,-0.6093938946723938,-0.7957561612129211,-0.04087188094854355,-0.3500601649284363,0.17542925477027893,-0.32917267084121704 +155,-1.4878531766378302,-0.17824988133056557,-2.783619835963663,-0.9807721972465515,0.17730745673179626,-0.08153539896011353,-0.5148531198501587,-0.27741923928260803,0.2878952622413635,0.46470463275909424,0.17314116656780243,-0.271171510219574 +156,-1.5191669868306854,-0.213630711079691,-2.7871580053249825,-0.9759653210639954,0.212009459733963,-0.050433263182640076,-0.10921843349933624,0.013479001820087433,0.05075368657708168,0.18182170391082764,-0.2744789719581604,0.27269279956817627 +157,-1.4983701876156992,-0.2225463144199618,-2.797733208388542,-0.9727816581726074,0.22071385383605957,-0.07057826966047287,0.034415580332279205,0.47963112592697144,0.017796767875552177,0.2958254814147949,-0.04630589485168457,0.009207434952259064 +158,-1.5485003863524023,-0.20088099634884593,-2.7836448965117904,-0.9796475172042847,0.19953268766403198,-0.021845782175660133,-0.02580350823700428,-2.015376567840576,-1.2920362949371338,-0.6675691604614258,-0.09311792254447937,0.5413617491722107 +159,-1.572096839618567,-0.13681121218930653,-2.8599232860171964,-0.9906551241874695,0.13638481497764587,0.0012883604504168034,-0.5294641852378845,0.6295754909515381,0.1988629549741745,-0.011923611164093018,0.13529792428016663,-0.7090520858764648 +160,-1.575341434171539,-0.16082006403678015,-2.866503511162352,-0.9870861172676086,0.16012774407863617,0.004486443009227514,-0.6903220415115356,2.0474188327789307,0.01923248916864395,-0.35603827238082886,0.11775006353855133,-0.40043675899505615 +161,-1.4596841539945205,-0.17336880773118196,-2.740275683021411,-0.9789351224899292,0.17250162363052368,-0.1092214584350586,0.7993201613426208,0.9584360718727112,0.11931702494621277,0.370109498500824,-0.009171545505523682,0.3570699691772461 +162,-1.4176105132731631,-0.18905374305024394,-2.7154094703267466,-0.9706810116767883,0.18792958557605743,-0.1498686671257019,-0.40677499771118164,-0.03493058681488037,-0.09998132288455963,0.3423089385032654,-0.10228201746940613,0.1576964408159256 +163,-1.4137369357149983,-0.19564989108443945,-2.7416878375586378,-0.9688478708267212,0.19440406560897827,-0.15343032777309418,-0.5132651329040527,-0.012912172824144363,0.13264887034893036,0.2277437448501587,-0.10868018865585327,0.0953705906867981 +164,-1.4297565985396283,-0.1995707735577721,-2.7584395885875583,-0.9704192876815796,0.19824863970279694,-0.137782484292984,-0.7464919090270996,-0.8424115180969238,-0.38609811663627625,-0.3174225091934204,-0.07056309282779694,0.3289445638656616 +165,-1.5168727027959383,-0.16556778318013174,-2.876112002802065,-0.9848912954330444,0.164812371134758,-0.053160443902015686,0.242332324385643,-0.4283427298069,-0.04318254813551903,-0.39908087253570557,0.4709145426750183,-0.328202486038208 +166,-1.5199269668598556,-0.14018488779146776,-2.904222254341527,-0.9889092445373535,0.1397261917591095,-0.050348617136478424,-0.20274187624454498,0.2358044534921646,0.11865576356649399,0.5835595726966858,0.11172337830066681,0.06704169511795044 +167,-1.6245727239546754,-0.13808364271215082,-2.9290395537110023,-0.9890497922897339,0.13764524459838867,0.05323886498808861,-0.9272035956382751,-0.5232559442520142,-0.009640438482165337,0.3013361692428589,0.010044574737548828,-0.1404123306274414 +168,-1.6377037638340364,-0.13901274672640207,-2.9107565317623227,-0.988137423992157,0.13856545090675354,0.06621257215738297,0.07257498055696487,-0.12669818103313446,-0.2165234088897705,0.12171286344528198,0.08454856276512146,0.13558495044708252 +169,-1.6641433983658382,-0.14420728286342174,-2.8608051333691447,-0.9853116869926453,0.1437079906463623,0.09224404394626617,-0.1714291274547577,-0.901665985584259,0.08525602519512177,-0.321008563041687,-0.09268258512020111,0.5517226457595825 +170,-1.6726686524611292,-0.12421143032029044,-2.876598115680261,-0.9871512055397034,0.12389227747917175,0.10091271996498108,-0.10465248674154282,1.385061502456665,0.4228486716747284,-0.19140714406967163,0.19117119908332825,-0.3278414011001587 +171,-1.6649352800625885,-0.14472601053692039,-2.8815743993037715,-0.9851641058921814,0.14422130584716797,0.09301725775003433,0.3740459680557251,0.7590348124504089,-0.027206139639019966,-0.13231348991394043,0.33502674102783203,-0.37280237674713135 +172,-1.5755794850748317,-0.15664598335843047,-2.846045207646869,-0.9877448678016663,0.15600614249706268,0.004724576137959957,0.14414076507091522,-0.02982090786099434,0.09336016327142715,0.31632763147354126,-0.10687284171581268,0.06253612041473389 +173,-1.5408009155068232,-0.1747882264171881,-2.854285289569014,-0.9843204021453857,0.1738995909690857,-0.029533952474594116,-0.21787677705287933,0.014041140675544739,0.26346251368522644,0.16441988945007324,-0.1719464808702469,0.035011887550354004 +174,-1.5098559759099075,-0.17665115562921088,-2.8249884162687957,-0.9826103448867798,0.17573383450508118,-0.05995485559105873,0.38669514656066895,-0.06247583031654358,0.24087190628051758,0.13609850406646729,0.020280569791793823,0.26814574003219604 +175,-1.483213328762741,-0.16948169515910969,-2.788180898625911,-0.9818943738937378,0.16867148876190186,-0.08621782064437866,0.40259239077568054,0.31705260276794434,-0.04224851727485657,-0.12763327360153198,-0.11940085887908936,0.25586503744125366 +176,-1.541993836749262,-0.1730512252336515,-2.806403529411566,-0.984655499458313,0.17218880355358124,-0.028368376195430756,-1.4897091388702393,-1.2796791791915894,0.016901055350899696,-0.06450831890106201,0.22304436564445496,-0.07616955041885376 +177,-1.625935908767747,-0.16895873738517667,-2.94827704004929,-0.9842623472213745,0.1681559979915619,0.05432688444852829,-0.6120882630348206,0.2624123692512512,0.08143138885498047,-0.06722092628479004,0.3002278208732605,-0.5667628049850464 +178,-1.581515701829443,-0.1827994428964945,-2.9362256847740262,-0.983282208442688,0.18178308010101318,0.010540574789047241,0.7464746832847595,-1.0330369472503662,0.24343791604042053,0.2191067934036255,-0.19550073146820068,0.13545548915863037 +179,-1.6298708883071034,-0.18022862659549405,-2.9339787476865196,-0.9820865988731384,0.17925450205802917,0.0580839179456234,-0.9157329201698303,-0.239984929561615,0.2157805860042572,0.12008708715438843,0.14240077137947083,0.0023561716079711914 +180,-1.6375011349865716,-0.19087631457647997,-2.9198647582818626,-0.9796547889709473,0.18971936404705048,0.06544478237628937,0.6095660924911499,-1.137760877609253,0.17845489084720612,-0.035100460052490234,-0.029700443148612976,0.29101574420928955 +181,-1.776278895241255,-0.15525504501438064,-2.9385452728966017,-0.9671879410743713,0.1546320766210556,0.20158547163009644,-1.046309232711792,1.4683011770248413,-0.26907214522361755,-0.2917690873146057,0.027695193886756897,0.03759613633155823 +182,-1.703555654372158,-0.19023609845103584,-2.915302488464344,-0.9733189344406128,0.18909074366092682,0.12998171150684357,0.33013343811035156,-0.18869054317474365,0.561805248260498,-0.26847195625305176,0.13212205469608307,-0.2290721982717514 +183,-1.5704913034547892,-0.20355744261771008,-2.8834088999114678,-0.9793536067008972,0.20215459167957306,-0.0002987257030326873,1.2062638998031616,0.9199431538581848,0.13948768377304077,0.3376452326774597,-0.22324223816394806,-0.15453219413757324 +184,-1.4890779066882471,-0.22511526880469182,-2.767444195203331,-0.9715155959129333,0.22321872413158417,-0.07956791669130325,0.7790703177452087,0.422120064496994,0.11215724050998688,0.1414678692817688,-0.23301483690738678,0.20162296295166016 +185,-1.4802617739049402,-0.2288843309397849,-2.7727223235792433,-0.9699314832687378,0.22689108550548553,-0.08805302530527115,0.412290096282959,0.09901262819766998,-0.04509240388870239,-0.18520456552505493,-0.10576681792736053,-0.10445189476013184 +186,-1.4527901462417459,-0.2303249284889615,-2.7038930667049503,-0.9668211936950684,0.22829388082027435,-0.11462343484163284,0.009095984511077404,0.646418571472168,-0.15428003668785095,-0.19188541173934937,-0.10398055613040924,0.38737428188323975 +187,-1.526159051404355,-0.22904374814732373,-2.7376893317596975,-0.972913920879364,0.22704635560512543,-0.043457090854644775,-1.4166676998138428,-0.604926347732544,-0.1570807248353958,-0.059480488300323486,0.22072280943393707,-0.026672299951314926 +188,-1.6329812720913321,-0.21063104428479887,-2.891184011335503,-0.9760091304779053,0.20907704532146454,0.06077142804861069,-0.847058117389679,0.6006329655647278,-0.45622751116752625,-0.1024516224861145,0.30872997641563416,-0.5222735404968262 +189,-1.603084980976252,-0.2001544089519382,-2.812300248292232,-0.9795249700546265,0.19882066547870636,0.03163853660225868,-0.11125340312719345,-0.9069342613220215,-0.6458531022071838,0.4556145668029785,-0.19166433811187744,0.566963791847229 +190,-1.6224916663784288,-0.17928140208039092,-2.894673608207702,-0.9826576709747314,0.17832253873348236,0.05084412172436714,0.20582696795463562,0.13708068430423737,0.15695199370384216,0.3381873369216919,-0.08849403262138367,-0.22906672954559326 +191,-1.6755388882505176,-0.17516269542811252,-2.864680631158118,-0.9793016314506531,0.17426835000514984,0.10295133292675018,1.7245901823043823,-1.430288314819336,-0.15582235157489777,-0.07721692323684692,0.0027183443307876587,0.34410059452056885 +192,-1.745494088400128,-0.12965834146478683,-2.869092475037192,-0.976513147354126,0.12929536402225494,0.17235158383846283,-0.7039587497711182,1.039671778678894,-0.22345773875713348,-0.09299075603485107,0.12319184839725494,-0.12610219419002533 +193,-1.687019955799545,-0.16856981638681873,-2.851071444909737,-0.9791750311851501,0.16777260601520538,0.11431847512722015,-0.6206842064857483,-0.03981509059667587,-0.08574116230010986,-0.36558204889297485,0.19059531390666962,0.013397574424743652 +194,-1.5590925183123319,-0.17553183829590538,-2.8332940929630106,-0.9845662117004395,0.17463183403015137,-0.011523700319230556,1.3101048469543457,0.8003643155097961,0.2036719173192978,0.23204869031906128,-0.11515310406684875,0.16067832708358765 +195,-1.5188889242823749,-0.1900440405485539,-2.788748727885885,-0.9806731939315796,0.1889021396636963,-0.05094996467232704,-0.14336711168289185,0.21913202106952667,0.01480333786457777,0.25411075353622437,-0.12411335110664368,0.08577054738998413 +196,-1.4959655681045079,-0.19979636403162612,-2.787405979883922,-0.9773642420768738,0.19846974313259125,-0.07327372580766678,0.8079298138618469,0.26836153864860535,0.37239915132522583,0.0020529627799987793,-0.10751211643218994,0.04800516366958618 +197,-1.4668049207335516,-0.21025975918553352,-2.7183521075838906,-0.9726935625076294,0.20871394872665405,-0.10151798278093338,-0.32037389278411865,0.24231651425361633,0.10956908762454987,-0.11351871490478516,-0.18713799118995667,0.33966195583343506 +198,-1.5125790274387354,-0.20103612770281676,-2.752792176539075,-0.9782001972198486,0.19968469440937042,-0.05701259896159172,-0.7889382839202881,-1.0124670267105103,-0.14902141690254211,-0.13022875785827637,0.10983982682228088,-0.028360307216644287 +199,-1.6217884419376012,-0.1591707922298534,-2.940031746316734,-0.986075758934021,0.15849953889846802,0.05032571405172348,-0.7295925617218018,0.8602228164672852,-0.5547690391540527,0.005271196365356445,0.4161617159843445,-0.6387655735015869 +200,-1.6043651942967647,-0.15827378550089288,-2.895590582351251,-0.9869446158409119,0.15761379897594452,0.0331430621445179,0.691124677658081,-1.3413245677947998,-0.23778671026229858,0.23464041948318481,-0.19676785171031952,0.3442525863647461 +201,-1.6386109057511569,-0.14226473033969975,-2.9581586863827947,-0.987622082233429,0.14178532361984253,0.06707803159952164,-0.20992155373096466,0.2281317561864853,0.029798613861203194,0.26786506175994873,-0.010422423481941223,-0.20753514766693115 +202,-1.6251976948331583,-0.1438787221256649,-2.934704117334689,-0.9882031083106995,0.14338283240795135,0.053812697529792786,0.7290154695510864,-0.5826054811477661,-0.1315944343805313,0.051695048809051514,-0.06280118227005005,0.2630208730697632 +203,-1.7107692391270914,-0.09383408484633493,-2.97436891620739,-0.9858635663986206,0.09369644522666931,0.13890253007411957,-1.7989283800125122,0.5766404867172241,-0.6501131057739258,-0.2522192597389221,0.05477156490087509,0.47054874897003174 +204,-1.6782019591328976,-0.10789262122101423,-2.973114538605379,-0.9884562492370605,0.10768342018127441,0.10657590627670288,0.01973695680499077,-0.435772180557251,-0.08867614716291428,-0.21176952123641968,0.19448637962341309,-0.06092167645692825 +205,-1.5808095513775895,-0.11367975751126308,-2.981610932462788,-0.9934956431388855,0.11343506723642349,0.00994842778891325,0.5401647686958313,0.595182478427887,0.09353206306695938,0.1874653697013855,-0.2136548012495041,-0.012893319129943848 +206,-1.5537977660607156,-0.11327510704369328,-3.058809067654773,-0.9934477210044861,0.11303301900625229,-0.016888808459043503,-1.2771097421646118,0.4554830491542816,-0.0551336444914341,0.32611989974975586,0.11760357767343521,-0.07060509920120239 +207,-1.51809610007229,-0.1387006671319435,3.1238471677172357,-0.9890213012695312,0.13825637102127075,-0.052169956266880035,-0.4431706666946411,0.30948200821876526,0.4614563286304474,0.032829463481903076,-0.08865006268024445,0.05957049876451492 +208,-1.4837427311993254,-0.18650355864408094,3.085072242773667,-0.9789375066757202,0.18542422354221344,-0.08543595671653748,0.2118345946073532,0.28226131200790405,0.3237639367580414,-0.35877007246017456,-0.36854493618011475,0.015596441924571991 +209,-1.5021185210052301,-0.18217595766386419,3.057112015019708,-0.9811334609985352,0.18116995692253113,-0.06748823076486588,-1.4536222219467163,-0.7157512903213501,-0.07004814594984055,-0.19650942087173462,-0.09268423914909363,-0.058732450008392334 +210,-1.6089187330446537,-0.13837761764873557,2.8598585531779985,-0.9897214770317078,0.13793642818927765,0.037748854607343674,-2.145033359527588,-0.14860928058624268,-0.30275315046310425,-0.08359700441360474,0.5789520144462585,-0.33595144748687744 +211,-1.6359608815102753,-0.14798887015838136,2.83906167920283,-0.9869703054428101,0.1474492847919464,0.06440667062997818,-1.1801187992095947,-0.5918821692466736,0.2259235829114914,0.1616377830505371,-0.3150976300239563,0.5821692943572998 +212,-1.6343993408297355,-0.14348578664738512,2.703795417622364,-0.9877223372459412,0.14299394190311432,0.06290696561336517,-0.31183815002441406,0.2593984603881836,0.07471802830696106,0.27594566345214844,-0.05078509449958801,-0.21004748344421387 +213,-1.600798112727322,-0.159728244811183,2.697586154406897,-0.9868263006210327,0.15904991328716278,0.029615437611937523,0.1148560643196106,0.400665819644928,0.10385723412036896,0.10627210140228271,-0.1335677206516266,0.11700630187988281 +214,-1.5806702543787925,-0.16225956993866297,2.6791471455839244,-0.9868167638778687,0.16154851019382477,0.009744074195623398,-0.5629236102104187,0.2992435395717621,-0.2732222378253937,-0.10163843631744385,-0.3979071378707886,0.1512514352798462 +215,-1.5798089942951665,-0.15881729863641147,2.6864027356301374,-0.987375020980835,0.15815049409866333,0.008899123407900333,0.8442288637161255,0.6207219958305359,0.200682133436203,-0.3611358404159546,-0.05863267183303833,-0.02785050868988037 +216,-1.5813378621792116,-0.17113118338975467,2.692656451600372,-0.9853380918502808,0.17029711604118347,0.0103873610496521,0.8754926919937134,0.7414789199829102,0.4060720205307007,-0.04458451271057129,0.17424634099006653,-0.2831230163574219 +217,-1.5299764669784734,-0.20104477527057552,2.7606466496107993,-0.9790422916412354,0.19969317317008972,-0.03998658061027527,0.3639795184135437,0.10059864819049835,0.2503048777580261,0.19243645668029785,-0.18367144465446472,-0.045065879821777344 +218,-1.5054526776810082,-0.2255073533569079,2.7932324429236797,-0.9726007580757141,0.22360089421272278,-0.06364388763904572,0.09856811910867691,0.10301633179187775,0.19299307465553284,0.2031763195991516,-0.13107159733772278,0.05398505926132202 +219,-1.5061878018834065,-0.24060470313802224,2.830244519219909,-0.969167947769165,0.2382899522781372,-0.06270378082990646,0.30043062567710876,-0.1113777905702591,-0.05619485676288605,-0.12142372131347656,-0.22516734898090363,0.05440299212932587 +220,-1.5069482931230442,-0.22824088450342359,2.8564092708129456,-0.9720811247825623,0.22626438736915588,-0.06214994564652443,0.23941105604171753,-0.43493375182151794,-0.24689149856567383,-0.28751659393310547,-0.16036167740821838,0.19500821828842163 +221,-1.573267412373163,-0.1969174708192816,2.82558126319035,-0.9806713461875916,0.19564731419086456,0.0024233278818428516,-0.6515728235244751,-0.30604615807533264,-0.7184873819351196,-0.31707334518432617,0.47528165578842163,-0.16329669952392578 +222,-1.5585532287535673,-0.15993428975521284,2.824950995909852,-0.9871637225151062,0.15925332903862,-0.012086546048521996,0.4291233718395233,-0.6944217681884766,0.26201772689819336,0.15481209754943848,0.22160601615905762,0.21631020307540894 +223,-1.5921806770907843,-0.17110147611222482,2.7788198495170384,-0.9851725697517395,0.17026785016059875,0.021070487797260284,-0.4549407362937927,0.07340619713068008,0.07286578416824341,0.337360680103302,0.024876803159713745,-0.2128276824951172 +224,-1.5826602598942237,-0.17966957472786238,2.7585236521751915,-0.9838336110115051,0.17870447039604187,0.011672683991491795,0.05788801610469818,0.07956917583942413,0.12314856052398682,0.20262938737869263,-0.17527124285697937,0.0385744571685791 +225,-1.5815037187309349,-0.18254876983875779,2.7938877499524355,-0.9833279848098755,0.18153658509254456,0.01052928064018488,0.30539336800575256,-0.5159181356430054,-0.23037129640579224,-0.28809547424316406,-0.32355010509490967,0.3229362964630127 +226,-1.5800856451491228,-0.15248140568482918,2.810942589385677,-0.9883547425270081,0.15189121663570404,0.009181405417621136,1.0471242666244507,-0.9869868755340576,0.4101196825504303,-0.14581596851348877,0.32447296380996704,-0.3648179769515991 +227,-1.5936818196985953,-0.15082669285607014,2.785899089416694,-0.9883882999420166,0.150255486369133,0.022623702883720398,-0.3381558656692505,0.4795214533805847,0.25827816128730774,0.09156829118728638,0.4629647135734558,-0.2952219247817993 +228,-1.5559766637940016,-0.19345777022069105,2.84248222504283,-0.981237530708313,0.19225330650806427,-0.014542674645781517,0.077339768409729,0.5164908766746521,0.16783049702644348,0.16435831785202026,-0.22730274498462677,0.12965500354766846 +229,-1.539349853436786,-0.2074151287109842,2.8266303230069862,-0.978082537651062,0.20593112707138062,-0.03076738864183426,0.23132853209972382,0.2131752222776413,0.31296345591545105,0.29731184244155884,-0.012236088514328003,-0.17594343423843384 +230,-1.5197621538034856,-0.23640013312388833,2.843960972287515,-0.9709214568138123,0.23420441150665283,-0.049593236297369,0.23154979944229126,0.13068312406539917,0.263925164937973,-0.004084467887878418,-0.19886507093906403,0.08941865712404251 +231,-1.4963120664677512,-0.24711238036182914,2.8766415329067327,-0.9669342637062073,0.24460507929325104,-0.07215487211942673,0.7503830790519714,0.2717110812664032,0.042257122695446014,-0.15922528505325317,-0.36003780364990234,0.03037632256746292 +232,-1.5374273260609386,-0.2340601031528147,2.8961132840052097,-0.9721912741661072,0.23192882537841797,-0.03245309740304947,-0.2534187436103821,-0.8459874391555786,-0.06991489976644516,-0.24257618188858032,-0.08587169647216797,-0.17665332555770874 +233,-1.5716933145130598,-0.1788519299294718,2.8455423196405802,-0.9840481877326965,0.17789992690086365,0.0008826793637126684,0.6238874197006226,0.3867485225200653,-0.21027718484401703,0.16323214769363403,0.47482526302337646,-0.24218523502349854 +234,-1.6035293720262407,-0.19989665455996358,2.930844298949332,-0.9795620441436768,0.19856804609298706,0.03207550570368767,0.3376087546348572,-0.8357572555541992,0.13656660914421082,0.15335971117019653,-0.12796562910079956,0.07601773738861084 +235,-1.6094357442728604,-0.20686111854243236,3.001220878780071,-0.9779500365257263,0.20538894832134247,0.03780623525381088,1.4012644290924072,0.001382776303216815,0.05021742358803749,0.13679397106170654,-0.16135209798812866,0.007771730422973633 +236,-1.6071470651641424,-0.21843721809131855,3.1413502401359015,-0.9755923748016357,0.21670424938201904,0.03547913208603859,1.5452215671539307,-0.46416565775871277,-0.030179768800735474,-0.03255581855773926,-0.07202041149139404,0.14123296737670898 +237,-1.6432602027883332,-0.19263141005512824,-3.0714375527142943,-0.9789280295372009,0.19144229590892792,0.07106134295463562,-0.10416331887245178,0.3531917631626129,-0.633579671382904,-0.0585322380065918,-0.2393854260444641,0.4392688274383545 +238,-1.6374215999450135,-0.20430146962299767,-2.942782341492029,-0.9770305156707764,0.20288321375846863,0.06519141793251038,0.9746732115745544,-0.7050856947898865,0.14597740769386292,-0.16536450386047363,0.19747689366340637,0.2339266538619995 +239,-1.5579814010856892,-0.20707513435737412,-2.865857969496666,-0.9785559773445129,0.2055983990430832,-0.012540808878839016,1.462725043296814,0.1461680680513382,0.15768110752105713,0.1254677176475525,0.022856146097183228,0.03672599792480469 +240,-1.5316384543038455,-0.21827501805424165,-2.801333031078239,-0.9755239486694336,0.21654589474201202,-0.03821897879242897,0.36552298069000244,0.12186411768198013,0.07481635361909866,0.21224892139434814,-0.08916555345058441,-0.10712099075317383 +241,-1.504503838991011,-0.21744969530289812,-2.7849135347651988,-0.9743061661720276,0.21574008464813232,-0.0646839588880539,0.05181082338094711,0.3500036895275116,0.03089958429336548,0.16072267293930054,-0.030696704983711243,0.08041577786207199 +242,-1.4711662642659655,-0.22446002762939407,-2.751803626223989,-0.9700799584388733,0.2225799709558487,-0.09697018563747406,0.29824942350387573,0.2296379804611206,0.2830675542354584,-0.053983211517333984,-0.03480526804924011,0.18672238290309906 +243,-1.4628530898633854,-0.2366037849738093,-2.7145548405114464,-0.9664815068244934,0.2344023883342743,-0.10473223030567169,-0.014160830527544022,-0.549728512763977,0.14249765872955322,-0.37433868646621704,-0.13065791130065918,0.1894948035478592 +244,-1.5497064627639363,-0.24298843804107442,-2.799538659806254,-0.9704075455665588,0.24060434103012085,-0.02046879753470421,-1.6347417831420898,-0.6075258255004883,-0.3452586531639099,-0.1988430619239807,0.27628716826438904,-0.2603234052658081 +245,-1.5577831487112352,-0.2252287582839811,-2.84973981033191,-0.9746606349945068,0.2233293503522873,-0.012684148736298084,0.8595640659332275,0.43014347553253174,0.2425418198108673,0.3547569513320923,-0.026948705315589905,-0.0905415415763855 +246,-1.588490521482764,-0.22628021000621992,-2.835794992294761,-0.9743551015853882,0.2243541181087494,0.017242228612303734,-0.6030169129371643,0.7156119346618652,0.047707296907901764,0.35432952642440796,-0.12839160859584808,-0.06375110149383545 +247,-1.5638040285450705,-0.23447964736212995,-2.8295373637925594,-0.9726117253303528,0.23233690857887268,-0.00680090207606554,0.3179936408996582,-0.861344575881958,0.15725857019424438,0.05297964811325073,0.0536128431558609,0.16347813606262207 +248,-1.6891209502952997,-0.21572951582445776,-2.8061270245509524,-0.9699903726577759,0.21406009793281555,0.11531240493059158,-1.0296313762664795,-0.8678864240646362,-0.9731014370918274,-0.15905320644378662,-0.11396241188049316,0.5170118808746338 +249,-1.6065521270427874,-0.22466279173775813,-2.8086272046108416,-0.9742463231086731,0.22277763485908508,0.03484980762004852,0.4484647512435913,-1.4073200225830078,0.2919986844062805,-0.28104865550994873,0.1844336837530136,-0.253767728805542 +250,-1.533426765072322,-0.2276146619528789,-2.8066188232133387,-0.9735274314880371,0.22565434873104095,-0.036397237330675125,1.6538519859313965,1.6259679794311523,0.2727055251598358,0.09912240505218506,-0.18297550082206726,-0.07770800590515137 +251,-1.4560227167649131,-0.24041065011796448,-2.701505266189646,-0.9648501873016357,0.23810148239135742,-0.11122816801071167,-0.221811905503273,0.11357518285512924,0.07134127616882324,0.353812038898468,-0.1622958481311798,0.20006485283374786 +252,-1.4539137673368432,-0.24954675637429785,-2.7018682379497374,-0.9624128341674805,0.24696478247642517,-0.11300434917211533,0.17322763800621033,-0.14825034141540527,0.32856279611587524,-0.05313587188720703,-0.06465277075767517,0.12130516767501831 +253,-1.425809550999561,-0.25439643148336827,-2.6421058169684364,-0.9576607942581177,0.2516613006591797,-0.13982930779457092,0.18055352568626404,-0.15212394297122955,0.07593625038862228,-0.2981526851654053,-0.18037226796150208,0.4109017252922058 +254,-1.500114906867425,-0.25572689775469953,-2.691570497510915,-0.9650639891624451,0.25294873118400574,-0.06832591444253922,-1.2195756435394287,-1.1331883668899536,-0.14081504940986633,-0.02536875009536743,0.22669604420661926,-0.2341185212135315 +255,-1.5825490734699375,-0.22335787259378817,-2.7986434334485106,-0.9750918745994568,0.2215053290128708,0.011460535228252411,-0.37417030334472656,0.4486822783946991,-0.29806894063949585,0.06978785991668701,0.283407986164093,-0.388016939163208 +256,-1.6368491359461004,-0.19653072275095762,-2.7663689927144657,-0.9786112904548645,0.19526802003383636,0.06473419815301895,-1.134806513786316,-0.1286861002445221,-0.24950402975082397,0.34396761655807495,-0.11703617870807648,0.29549527168273926 +257,-1.6052583776636722,-0.19151032231295215,-2.807134085012308,-0.9811348915100098,0.19034181535243988,0.033825311809778214,0.4861443042755127,0.04316497966647148,0.24090932309627533,0.40197235345840454,-0.03625859320163727,-0.06910359859466553 +258,-1.6748634409713952,-0.1879232614902828,-2.7245658554566363,-0.9770795106887817,0.18681912124156952,0.10205051302909851,0.1764938086271286,-1.8024089336395264,-0.739965558052063,-0.5810564756393433,-0.2202816605567932,0.8065645694732666 +259,-1.6471781361200537,-0.16050403959930268,-2.7456189975718774,-0.9842686057090759,0.15981578826904297,0.07532676309347153,1.3555595874786377,0.2137995958328247,0.9231090545654297,-0.2565760612487793,0.39148426055908203,-0.871179461479187 +260,-1.6521239602892674,-0.20242418326623998,-2.7129320846022353,-0.9763445258140564,0.20104460418224335,0.07957931607961655,-0.7503964900970459,2.298779249191284,0.15568001568317413,-0.6759993433952332,0.35869359970092773,-0.15773475170135498 +261,-1.5007416904125097,-0.22313563338982112,-2.6401056447223135,-0.9728164672851562,0.22128860652446747,-0.0682620108127594,0.4237135946750641,-0.01479820441454649,0.35441768169403076,0.3790053725242615,-0.2456721067428589,0.2224520444869995 +262,-1.4847908841288116,-0.22754102916806362,-2.658749075770595,-0.9706231355667114,0.22558261454105377,-0.08368531614542007,-0.2951544225215912,0.3155859410762787,-0.11530132591724396,0.24250423908233643,-0.10868503153324127,-0.0032745003700256348 +263,-1.468465148581748,-0.23310196177237943,-2.6587275058458797,-0.9678646922111511,0.23099669814109802,-0.09938990324735641,-0.1361360102891922,-0.0032191802747547626,0.08573698997497559,-0.13006609678268433,-0.02794802188873291,0.1476382166147232 +264,-1.4395701725879473,-0.2318641569381747,-2.6479169951198767,-0.9648720622062683,0.22979219257831573,-0.12734828889369965,0.02147260308265686,-0.7092751264572144,0.090815469622612,-0.2223990559577942,-0.07818084955215454,0.44053488969802856 +265,-1.565962328218407,-0.24407629419768842,-2.7429945833204727,-0.9703496694564819,0.24166010320186615,-0.004690705332905054,-0.6913154721260071,-0.44117897748947144,-0.15889069437980652,-0.19317877292633057,0.19068244099617004,-0.4280943274497986 +266,-1.5824476728507568,-0.20691800455510448,-2.812817454293861,-0.9786023497581482,0.20544463396072388,0.011402551084756851,0.28131332993507385,0.4801058769226074,0.12837493419647217,0.3546704649925232,0.14199800789356232,-0.21179616451263428 +267,-1.6442682009367906,-0.1968566240178397,-2.8280195947681235,-0.9780405163764954,0.1955876350402832,0.071988046169281,-1.1019423007965088,0.40167102217674255,-0.10618103295564651,0.19387608766555786,-0.1477665901184082,-0.08201301097869873 +268,-1.6248401768257437,-0.19686668137416452,-2.7989371310876807,-0.979252278804779,0.19559749960899353,0.052974145859479904,0.8998645544052124,-0.8378077149391174,0.1487119346857071,0.14252150058746338,-0.008021235466003418,0.15195141732692719 +269,-1.7074334229062156,-0.1569777412171083,-2.7828900372181486,-0.9784985780715942,0.1563338339328766,0.1345375031232834,-0.7784981727600098,-1.3760684728622437,-0.7471891045570374,-0.13235658407211304,-0.2569807767868042,0.7243338823318481 +270,-1.6556697126528255,-0.1809586241753498,-2.81754013289984,-0.9801308512687683,0.17997263371944427,0.0833873450756073,0.42633724212646484,-0.3869312107563019,0.5047988295555115,-0.3445304036140442,0.02022269368171692,-0.4927806854248047 +271,-1.5969772182673336,-0.18260906431722668,-2.825688087008619,-0.9830362200737,0.18159587681293488,0.02574264630675316,0.6439310312271118,1.2219271659851074,0.23687532544136047,-0.021800756454467773,0.01092424988746643,-0.19851791858673096 +272,-1.5390097628263655,-0.19763839064267785,-2.7977498047255804,-0.9800378084182739,0.1963542401790619,-0.031162530183792114,-0.32420188188552856,0.09065375477075577,0.10161043703556061,0.2780265808105469,-0.1315959244966507,0.040439900010824203 +273,-1.5064935896026082,-0.19744312157884233,-2.835365985231313,-0.9785448908805847,0.19616277515888214,-0.06300998479127884,-0.1732761114835739,0.38045939803123474,0.05642028898000717,0.27009451389312744,-0.01690252125263214,0.11517977714538574 +274,-1.470744925667712,-0.21786898633023977,-2.832292757741043,-0.9714775681495667,0.2161494791507721,-0.09752332419157028,-0.03672942519187927,0.1336396187543869,0.18562211096286774,-0.35622018575668335,-0.1857234537601471,0.14171278476715088 +275,-1.4951761392421152,-0.21948270689966154,-2.841414950980282,-0.9732208847999573,0.2177247703075409,-0.07373575121164322,-0.7812665104866028,-1.1396340131759644,0.10250398516654968,-0.18655383586883545,-0.06251238286495209,0.04759747534990311 +276,-1.6021925169069262,-0.19184700424000664,-2.9446279111747993,-0.9811699390411377,0.19067233800888062,0.03081512451171875,-1.2758740186691284,-0.06317676603794098,-0.6576984524726868,-0.07673710584640503,0.4746719002723694,-0.23880767822265625 +277,-1.584711163328698,-0.1812499290640111,-2.9771845794655514,-0.9835239052772522,0.18025916814804077,0.01368645764887333,0.4977855682373047,-0.8312739729881287,0.18290960788726807,0.21841776371002197,-0.044608548283576965,0.06314146518707275 +278,-1.6000105967770184,-0.17234437114783385,-3.0185847017557284,-0.9847650527954102,0.17149245738983154,0.028777379542589188,-0.20195718109607697,0.4580744206905365,-0.11911637336015701,0.32975101470947266,-0.05563247203826904,-0.2507927417755127 +279,-1.5972359531605822,-0.17821576553007148,-2.982386282096829,-0.9838176965713501,0.17727388441562653,0.02601783536374569,0.7359123229980469,-0.5252710580825806,0.06193164736032486,0.0603405237197876,-0.010846272110939026,0.32775723934173584 +280,-1.7150239740150293,-0.1311170214690457,-2.96316370723695,-0.9811227321624756,0.1307416558265686,0.14249444007873535,-1.6276979446411133,0.4674018621444702,-0.6754705905914307,-0.25999659299850464,-0.0596051961183548,0.5404584407806396 +281,-1.6491195581503413,-0.16842670356313255,-2.948865767113243,-0.9828276038169861,0.16763152182102203,0.07713602483272552,0.2444511204957962,-0.03803914785385132,0.21079961955547333,-0.20371121168136597,0.23205721378326416,-0.16881084442138672 +282,-1.5887824776544628,-0.18107600120839287,-2.945072642591105,-0.9834913015365601,0.1800880879163742,0.017691129818558693,0.8077224493026733,0.8661529421806335,0.11106463521718979,0.07048177719116211,-0.1792641282081604,-0.11961984634399414 +283,-1.5273549129905137,-0.19878213760428126,-2.9103792507243433,-0.9793829321861267,0.1974755972623825,-0.04257256165146828,-0.025271788239479065,0.23312202095985413,0.10493678599596024,0.305570125579834,-0.1589929461479187,0.06651359796524048 +284,-1.5065041090783682,-0.20773594016485541,-2.9293161492938897,-0.9764788150787354,0.2062450498342514,-0.06286662817001343,0.017799068242311478,0.3252921402454376,0.1904858946800232,0.16132378578186035,-0.02269706130027771,0.08628886938095093 +285,-1.4809197199277477,-0.23968020524383443,-2.8848210307323874,-0.9674931764602661,0.23739197850227356,-0.08718989789485931,0.21671685576438904,-0.06492652744054794,0.22322115302085876,-0.3177546262741089,-0.33355286717414856,0.11634945869445801 +286,-1.4858329496491578,-0.24127667169859635,-2.8495972628256463,-0.9675309062004089,0.23894251883029938,-0.08240307122468948,-0.10491564869880676,-0.7030336260795593,0.0786682516336441,-0.1504194736480713,-0.17375698685646057,0.1708430051803589 +287,-1.6109627489862097,-0.22961878444320713,-2.918748953910026,-0.972967803478241,0.22760632634162903,0.03910166770219803,-1.5018565654754639,-0.2633103132247925,-0.4491908550262451,-0.25887417793273926,0.3100523352622986,-0.32183170318603516 +288,-1.5763896067768322,-0.18226464713100748,-2.94169157781245,-0.9834203720092773,0.18125717341899872,0.005500603001564741,0.5872724056243896,-0.04674532637000084,0.26813992857933044,0.48215389251708984,0.07110793888568878,-0.05844855308532715 +289,-1.627578407387719,-0.18486307213268147,-2.904677067989555,-0.9813773036003113,0.1838119477033615,0.05578461289405823,0.08006835728883743,0.29375356435775757,-0.35021528601646423,0.14052647352218628,-0.005696088075637817,-0.00913846492767334 +290,-1.6026693430321077,-0.19603886007491808,-2.8425240654535804,-0.980347752571106,0.19478559494018555,0.031257227063179016,0.8823471665382385,-0.3489023447036743,0.3639853000640869,0.14030557870864868,0.04879048466682434,0.1078418493270874 +291,-1.681091155947961,-0.18312691894457214,-2.761619974251259,-0.9773044586181641,0.18210509419441223,0.10823085904121399,-0.30349963903427124,-1.904021143913269,-0.8472251296043396,-0.4959927201271057,-0.26996520161628723,0.9416805505752563 +292,-1.6406634638483315,-0.19574028715063185,-2.7459429801517534,-0.9785107374191284,0.19449274241924286,0.06847720593214035,1.8119256496429443,-0.33350080251693726,0.7797748446464539,-0.30624866485595703,0.06734807789325714,-0.41123533248901367 +293,-1.589485768651279,-0.20128648050486572,-2.7456559050354192,-0.9796389937400818,0.19992999732494354,0.018311038613319397,0.29057303071022034,0.7608152031898499,0.43969032168388367,-0.04654496908187866,0.12816445529460907,-0.2521214485168457 +294,-1.535937394583628,-0.21848741109390496,-2.696927208358434,-0.975633442401886,0.21675324440002441,-0.03402332216501236,0.04866185784339905,0.09810545295476913,0.09818326681852341,0.24513405561447144,-0.14323636889457703,0.05964284762740135 +295,-1.515940073990434,-0.21247903821784803,-2.7370418464692476,-0.976040780544281,0.21088382601737976,-0.053595710545778275,-0.44021591544151306,0.2971805930137634,-0.0938323363661766,0.315243661403656,-0.01758548617362976,0.02854079008102417 +296,-1.4693043167875064,-0.2277089758426085,-2.709247407358252,-0.9691730737686157,0.22574622929096222,-0.09870245307683945,0.18376277387142181,0.07297159731388092,0.10997319221496582,-0.1784403920173645,-0.07259376347064972,0.24544620513916016 +297,-1.4621002694067238,-0.24763523096754847,-2.6805464265619388,-0.9637731313705444,0.24511201679706573,-0.10517286509275436,-0.3779431879520416,-0.8312169313430786,0.14675654470920563,-0.3360009789466858,-0.12092074751853943,0.28365492820739746 +298,-1.5510462873028767,-0.2531752333885281,-2.745916138779618,-0.967933177947998,0.25047922134399414,-0.019119204953312874,-0.9398860931396484,-0.5806750059127808,-0.08697408437728882,-0.22873735427856445,0.21430349349975586,-0.2640076279640198 +299,-1.5431098410809185,-0.2428769861437863,-2.790798459643732,-0.9702782034873962,0.24049615859985352,-0.02687045931816101,0.5300105810165405,0.17698045074939728,0.20523232221603394,0.4154837727546692,-0.03456351161003113,-0.0570375956594944 +300,-1.5513974852632781,-0.24090197035028996,-2.794225922125576,-0.9709404110908508,0.2385786473751068,-0.01883748173713684,0.2205919623374939,0.32728418707847595,0.036038123071193695,0.2489250898361206,-0.1352308690547943,-0.17732954025268555 +301,-1.5317150100332488,-0.23903811986505966,-2.7761407661551556,-0.9708243012428284,0.2367682009935379,-0.03796042129397392,0.18983079493045807,-0.32753533124923706,-0.16923347115516663,0.01029878854751587,-0.0034918487071990967,0.20716512203216553 +302,-1.677205603404436,-0.1935997322132067,-2.7426499007107252,-0.9757676124572754,0.19239261746406555,0.10422439873218536,-0.27438780665397644,-1.098781943321228,-0.49967244267463684,-0.12277364730834961,-0.07357245683670044,0.5554131269454956 +303,-1.58984184468318,-0.22989807491873218,-2.7305547254523628,-0.9735132455825806,0.22787828743457794,0.01854330487549305,0.3884961009025574,-0.2213972955942154,0.387946754693985,-0.014295101165771484,-0.002978965640068054,-0.21307754516601562 +304,-1.5309883598264393,-0.2490297975847366,-2.7143792616749076,-0.9683842658996582,0.246463805437088,-0.03856978565454483,0.9682319164276123,0.6470763087272644,0.18193504214286804,0.017059743404388428,-0.24330520629882812,-0.08374464511871338 +305,-1.4807176266770594,-0.2614826732576722,-2.6546629428728594,-0.9620912075042725,0.25851312279701233,-0.08689908683300018,0.07910224795341492,0.07802924513816833,0.10849574953317642,0.19785481691360474,-0.16824215650558472,0.15332061052322388 +306,-1.471433511312752,-0.26275224449744444,-2.6792567281377493,-0.960915744304657,0.25973930954933167,-0.09579475969076157,-0.059775304049253464,0.34701889753341675,0.10998653620481491,0.1825648546218872,-0.006443440914154053,-0.006378114223480225 +307,-1.4392354842879767,-0.27429420439294444,-2.6466084710630264,-0.9542979598045349,0.27086758613586426,-0.1262776255607605,0.14978769421577454,0.41233986616134644,0.11350121349096298,-0.1785297393798828,-0.08835723996162415,0.2143055945634842 +308,-1.4425940092047418,-0.2848000603399664,-2.633536776182847,-0.9518418312072754,0.28096556663513184,-0.12270129472017288,-0.35146036744117737,-1.1069543361663818,-0.05911331623792648,-0.11200094223022461,0.042413949966430664,0.054067254066467285 +309,-1.544839532591335,-0.26562316888793924,-2.717003230305665,-0.9646041393280029,0.26251062750816345,-0.025043657049536705,-0.6314209699630737,0.043242551386356354,-0.5608850717544556,0.001652359962463379,0.18991249799728394,-0.30038052797317505 +310,-1.552682088291604,-0.24765594711242475,-2.7390740873445227,-0.9693307876586914,0.24513210356235504,-0.01756061054766178,-0.11091786623001099,0.18674716353416443,-0.009803280234336853,0.3137214779853821,-0.039794519543647766,-0.05278242006897926 +311,-1.5526415082758418,-0.24585970423493972,-2.752299250161923,-0.9697685241699219,0.2433902621269226,-0.017607906833291054,-0.07454871386289597,0.27917951345443726,-0.021740753203630447,0.21613699197769165,-0.1886722594499588,-0.054489850997924805 +312,-1.535141840347437,-0.24177415815960338,-2.72195122656867,-0.970297634601593,0.23942555487155914,-0.03461012989282608,0.6318110823631287,-0.20185966789722443,-0.06303808093070984,-0.028069615364074707,-0.025802507996559143,0.21943986415863037 +313,-1.6082698096191872,-0.19151961589431388,-2.7420043517429002,-0.9810270071029663,0.1903509497642517,0.03677971661090851,-1.4546295404434204,2.029468059539795,-0.14890483021736145,-0.11130404472351074,0.4140191972255707,-0.45921921730041504 +314,-1.6009840907757633,-0.21680618336430038,-2.666859645565083,-0.9761444926261902,0.21511167287826538,0.029476575553417206,-0.3574502468109131,0.9437097311019897,-0.05337708815932274,-0.3383391499519348,0.2790136933326721,-0.24064302444458008 +315,-1.524702347795219,-0.23253344466009493,-2.5929390009758033,-0.9720521569252014,0.23044352233409882,-0.04483751207590103,0.6505845785140991,0.5338650345802307,-0.08167129755020142,0.2632966637611389,-0.15567547082901,0.16442060470581055 +316,-1.4893520569663086,-0.24514517993264653,-2.567280908996341,-0.9668863415718079,0.24269716441631317,-0.07892192900180817,-0.16141824424266815,0.26921647787094116,0.16756272315979004,0.1682261824607849,-0.07362981140613556,0.04069865494966507 +317,-1.4500457343905266,-0.2657533520090404,-2.5553221269435498,-0.9578689932823181,0.2626362442970276,-0.11622869968414307,0.5089112520217896,0.24180561304092407,0.4488277733325958,-0.1336226463317871,-0.06892594695091248,0.1658044457435608 +318,-1.4104189560138822,-0.2805945280370557,-2.548018485741803,-0.9485598802566528,0.2769269645214081,-0.15344537794589996,-0.3630969822406769,-0.15630801022052765,0.07638148218393326,-0.1754634976387024,-0.17330455780029297,0.40347594022750854 +319,-1.510534903575152,-0.28899392086930203,-2.6654932098613675,-0.9567911624908447,0.28498801589012146,-0.05772748962044716,-0.6845325827598572,-0.5529482960700989,0.14949931204319,-0.14805197715759277,0.34106484055519104,-0.41579848527908325 +320,-1.5255306140258975,-0.278951443015967,-2.7261161038527706,-0.960360050201416,0.2753477692604065,-0.043501097708940506,0.5654739737510681,0.020146185532212257,0.08592510968446732,0.24354791641235352,0.125821053981781,-0.190202534198761 +321,-1.544923955688215,-0.2669473120836651,-2.7382900189612207,-0.9642577767372131,0.263788104057312,-0.02495320327579975,-0.34876686334609985,0.30865398049354553,0.06910043954849243,0.4751983880996704,-0.0927676260471344,-0.09549963474273682 +322,-1.516099989734608,-0.2718898215103822,-2.7370730451169525,-0.9618244767189026,0.268552303314209,-0.05266080051660538,-0.2423410713672638,-0.12551286816596985,-0.11930741369724274,0.15553486347198486,-0.03446725010871887,0.062426451593637466 +323,-1.5882160366392424,-0.23436710571509187,-2.742164925761528,-0.9725139737129211,0.23222744464874268,0.016942625865340233,-0.6623262763023376,-0.6314623355865479,-0.854224681854248,-0.44023627042770386,-0.09238064289093018,0.8301032781600952 +324,-1.558710675427722,-0.2109471936760038,-2.723051567129244,-0.9777617454528809,0.2093861848115921,-0.011817462742328644,0.9360477328300476,0.03696718439459801,1.0007251501083374,-0.11609518527984619,0.2626444697380066,-0.5800251960754395 +325,-1.568681293201702,-0.22723829921174388,-2.7297882606181956,-0.9742900729179382,0.22528767585754395,-0.0020606592297554016,-0.11964385956525803,0.7579755783081055,0.04542078450322151,-0.2142932415008545,0.31932902336120605,-0.4269249439239502 +326,-1.4917693895764275,-0.22990669670578243,-2.692140563387402,-0.9706486463546753,0.22788667678833008,-0.07686747610569,-0.2084757685661316,0.23827745020389557,0.05424148216843605,0.29160213470458984,-0.09409762918949127,0.1750119924545288 +327,-1.4636648942336434,-0.2341391650384823,-2.7345213589292148,-0.9671377539634705,0.23200573027133942,-0.10400906950235367,-0.7481663227081299,0.3317774832248688,-0.05307172238826752,0.44991064071655273,-0.06582224369049072,0.14757293462753296 +328,-1.43286338452269,-0.25099387530089895,-2.7595472150656706,-0.9594660401344299,0.2483668178319931,-0.1331876963376999,0.17068791389465332,0.1553746610879898,0.21239370107650757,-0.13771718740463257,-0.0921015739440918,0.16773360967636108 +329,-1.4418126500068564,-0.26298930794351055,-2.787000677938153,-0.9575960636138916,0.25996825098991394,-0.12420380860567093,-1.2019100189208984,-0.7553036212921143,-0.1845826953649521,-0.529922366142273,0.04346805810928345,0.11323271691799164 +330,-1.513539607315543,-0.25569861948691164,-2.8813602499023614,-0.9659014344215393,0.25292137265205383,-0.05536486208438873,-0.4792596995830536,-0.20762039721012115,-0.08926939964294434,-0.4627179503440857,0.23223179578781128,-0.30709242820739746 +331,-1.5667254784566629,-0.21290089210344618,-2.885202547346353,-0.9774140119552612,0.2112961858510971,-0.003978926222771406,-0.4708783030509949,0.04380667582154274,-0.3743288516998291,0.36399537324905396,-0.05187235772609711,0.3428308367729187 +332,-1.5438227234536417,-0.2088778928643418,-2.91475714415485,-0.9779083728790283,0.2073623090982437,-0.026384111493825912,0.5391263365745544,0.29085782170295715,0.2500372529029846,0.5129730701446533,-0.029719486832618713,-0.1787703037261963 +333,-1.5215056569922247,-0.2350863528309189,-2.85742325481442,-0.9713132381439209,0.23292696475982666,-0.047915492206811905,0.6516693830490112,-0.2805827558040619,0.14934733510017395,-0.023819327354431152,-0.007661417126655579,0.07620524615049362 +334,-1.6668253815753682,-0.2053963678959822,-2.7762111380923926,-0.9744696617126465,0.20395521819591522,0.09386610984802246,-0.984286904335022,-0.882911205291748,-0.939274787902832,-0.3838828206062317,-0.03691728413105011,0.87526535987854 +335,-1.6037053245098385,-0.2370058456937635,-2.8161522925197864,-0.9715189337730408,0.23479323089122772,0.031983260065317154,0.6261003017425537,-0.8364120125770569,0.6053692102432251,-0.20237010717391968,0.15555709600448608,-0.12370383739471436 +336,-1.5206349517086877,-0.25740314319191676,-2.7913201609625764,-0.965837836265564,0.2545700967311859,-0.04848842695355415,1.1843774318695068,0.8237358927726746,0.15811243653297424,0.17344903945922852,-0.1968156099319458,0.10226041823625565 +337,-1.4574296876892325,-0.2636310387661843,-2.7517053769961555,-0.9592527151107788,0.2605878412723541,-0.10921553522348404,0.13587377965450287,0.3784869909286499,0.06582454591989517,0.20856618881225586,-0.1738263964653015,0.15879131853580475 +338,-1.448235467564217,-0.2705517043336366,-2.756399203882333,-0.9563953280448914,0.26726311445236206,-0.11780709028244019,0.37723392248153687,0.09539265185594559,0.2563807964324951,-0.04606139659881592,-0.030004173517227173,0.1270081251859665 +339,-1.4587538174429613,-0.28583540828006515,-2.74980927303317,-0.9534107446670532,0.28195905685424805,-0.10727179050445557,-0.17531543970108032,-0.03175913915038109,0.039133042097091675,-0.5408978462219238,-0.15084025263786316,0.21693669259548187 +340,-1.5676182737202913,-0.27476645797377947,-2.8375246750427165,-0.9624837040901184,0.2713221609592438,-0.0030588346999138594,-0.7529627084732056,-0.7566199898719788,-0.10090121626853943,-0.2510324716567993,0.25852400064468384,-0.39661461114883423 +341,-1.6010782623971953,-0.2537194940498071,-2.856262169244394,-0.9675418138504028,0.2510060966014862,0.029307998716831207,0.40598854422569275,-0.48211750388145447,-0.2136867195367813,-0.0004910826683044434,0.01879984140396118,-0.17953073978424072 +342,-1.639537945901308,-0.1971133554904181,-2.857603406540978,-0.9783200025558472,0.19583940505981445,0.06735742837190628,-0.41408002376556396,0.1001165509223938,-0.1611431986093521,0.42833220958709717,-0.04488420486450195,-0.19478356838226318 +343,-1.6156627310336724,-0.19444952306724314,-2.8258058603114926,-0.9801667332649231,0.19322645664215088,0.04400608688592911,0.33619004487991333,-5.2150338888168335e-05,0.08601178228855133,0.26497215032577515,0.10685285925865173,-0.010894544422626495 +344,-1.6898769473650443,-0.19373207406811882,-2.7426456118806666,-0.9743433594703674,0.19252248108386993,0.11657696217298508,0.3706866502761841,-1.7199676036834717,-0.8444638252258301,-0.5762548446655273,-0.17849962413311005,0.9682313203811646 +345,-1.6474385983478133,-0.1632920027654171,-2.8092368370642626,-0.9838008880615234,0.16256728768348694,0.07554871588945389,0.8918009400367737,-0.35502588748931885,1.022287368774414,-0.09296602010726929,0.008102253079414368,-0.7228113412857056 +346,-1.6037463542248562,-0.20075255694471128,-2.783530138969433,-0.9793849587440491,0.19940683245658875,0.03228244557976723,0.8107764720916748,1.7582496404647827,0.5973972082138062,-0.04606670141220093,0.12453725934028625,-0.2707620859146118 +347,-1.523675874711459,-0.22499073614771709,-2.724632769064834,-0.9737142324447632,0.2230973243713379,-0.045915842056274414,0.36703431606292725,0.3510085940361023,0.27139702439308167,0.3589985966682434,-0.1329483985900879,0.050218820571899414 +348,-1.4956120196190392,-0.23459547847418988,-2.7483949167693433,-0.969860851764679,0.23244956135749817,-0.07305601984262466,-0.1812387853860855,0.41988226771354675,0.1837155967950821,0.39309388399124146,-0.14413170516490936,-0.01362919807434082 +349,-1.450369451849076,-0.2735167835850318,-2.7267764017339644,-0.9558536410331726,0.27011916041374207,-0.11567018181085587,0.638595461845398,0.30776718258857727,0.2427089810371399,-0.024462521076202393,-0.3161548972129822,0.06203550100326538 +350,-1.4416529668476428,-0.28294952860417166,-2.731056129318625,-0.9522398114204407,0.2791891098022461,-0.12366370856761932,-0.7380354404449463,-0.8082001209259033,0.13959962129592896,-0.01483166217803955,0.01599213480949402,0.21546059846878052 +351,-1.5427123433832954,-0.28260678954358276,-2.8222850853202606,-0.9599531888961792,0.2788599729537964,-0.02696639858186245,-1.0073450803756714,-0.914057195186615,-0.1165563315153122,-0.24765801429748535,0.3412114679813385,-0.408641517162323 +352,-1.6082929536268653,-0.2492215736616658,-2.837629941181703,-0.9684234857559204,0.24664965271949768,0.036329641938209534,-0.12202629446983337,-1.0390781164169312,-0.32910993695259094,0.22998970746994019,-0.05628103017807007,0.4848647117614746 +353,-1.6184197955983655,-0.21977434924925962,-2.9004902465956106,-0.9748401045799255,0.21800941228866577,0.04646039754152298,-0.000295199453830719,0.20078586041927338,0.31666913628578186,0.6073780059814453,-0.11356301605701447,-0.14759564399719238 +354,-1.5862535603121004,-0.24716167269463749,-2.867175457798278,-0.9694948196411133,0.2446528822183609,0.014986901544034481,0.9095730781555176,-0.024549951776862144,0.35913243889808655,0.14977753162384033,-0.1676265448331833,0.18323993682861328 +355,-1.6606802766240154,-0.20230426413309435,-2.8781376518301296,-0.9756516814231873,0.20092713832855225,0.08793235570192337,-0.8318667411804199,-1.1096876859664917,-0.9588682651519775,-0.15835100412368774,-0.19279420375823975,0.5555460453033447 +356,-1.6396825233596786,-0.2216343127027471,-2.866980427419099,-0.9732257127761841,0.21982425451278687,0.06714806705713272,0.24247682094573975,-0.6511052250862122,0.26703178882598877,-0.07546496391296387,0.24421074986457825,-0.23085951805114746 +357,-1.5893855863287105,-0.2500408779780162,-2.8911938450422947,-0.968734860420227,0.2474435716867447,0.01801013946533203,1.7620337009429932,1.3084379434585571,0.5292812585830688,0.017486751079559326,-0.10280551016330719,-0.40347766876220703 +358,-1.4992676365314341,-0.27888014805839584,-2.817064645247413,-0.9589061141014099,0.2752792239189148,-0.06870651245117188,0.013857351616024971,0.36354461312294006,0.08791322261095047,0.38070476055145264,-0.2234756052494049,0.22182846069335938 +359,-1.4896748540100155,-0.27585657246004297,-2.8553414867724496,-0.9590280055999756,0.27237123250961304,-0.07796887308359146,-0.3055281639099121,0.2619493901729584,-0.0046853069216012955,0.35513097047805786,-0.021715104579925537,0.07572585344314575 +360,-1.4602484462613197,-0.2851453369095875,-2.856210239569818,-0.9537631273269653,0.28129690885543823,-0.10586810857057571,0.13700255751609802,0.4503704011440277,0.3525967299938202,-0.027392268180847168,-0.24179190397262573,0.20636248588562012 +361,-1.5162583139650894,-0.28608268812297855,-2.8620820341694913,-0.9579304456710815,0.2821963131427765,-0.05229547992348671,-0.4435777962207794,-1.103009819984436,-0.08451008796691895,-0.1894848346710205,-0.0046389102935791016,-0.09234262257814407 +362,-1.6462824226724713,-0.2062151720872048,-2.9733597748321636,-0.9760255813598633,0.2047567367553711,0.07381661981344223,-1.9412404298782349,0.5153452754020691,-1.6499853134155273,-0.029879629611968994,0.5194101333618164,-0.3762458562850952 +363,-1.6006406408817149,-0.18250166157815725,-2.9876281907569573,-0.982954740524292,0.18149025738239288,0.02934432215988636,0.30864837765693665,-1.0715811252593994,0.3403804302215576,0.29539382457733154,-0.09201271831989288,0.07617020606994629 +364,-1.6048262315026292,-0.18437622776859958,-2.9871004489755455,-0.9824815988540649,0.1833333671092987,0.033446669578552246,0.5763901472091675,0.31730809807777405,-0.005003651604056358,0.3363940119743347,-0.1026906818151474,-0.16726624965667725 +365,-1.5879888992705715,-0.20414731354466228,-2.898063667719727,-0.979089617729187,0.20273225009441376,0.01683472841978073,1.2102025747299194,-1.4626775979995728,0.14326967298984528,-0.16325974464416504,0.01774202287197113,0.40992307662963867 +366,-1.6851155183805353,-0.13940742842669426,-2.9068277808858496,-0.983834445476532,0.13895632326602936,0.11296369135379791,-0.3764183819293976,1.5714430809020996,0.10327139496803284,-0.003119230270385742,0.47577452659606934,-1.0088988542556763 +367,-1.6685257104175897,-0.19891586356360302,-2.889372198482275,-0.9756037592887878,0.19760668277740479,0.09564986824989319,-0.36844927072525024,0.33294281363487244,-0.07240502536296844,-0.3193790912628174,0.19614636898040771,-0.2275925874710083 +368,-1.5676343658840066,-0.21834123128348243,-2.83679446245242,-0.9762532711029053,0.21661053597927094,-0.0030868849717080593,0.6612669229507446,0.8248729705810547,0.13492099940776825,0.4276387691497803,-0.19817793369293213,0.2435501217842102 +369,-1.5476122489342907,-0.22997987759639135,-2.845658381180633,-0.9734094738960266,0.22795793414115906,-0.022571643814444542,-0.27951928973197937,0.20852766931056976,-0.04049678519368172,0.27887505292892456,-0.13199536502361298,-0.1297110915184021 +370,-1.4986721769816118,-0.24056570666798766,-2.828019239386269,-0.9686782956123352,0.23825207352638245,-0.069986492395401,0.964515745639801,0.45019403100013733,0.30820274353027344,-0.13259416818618774,-0.018968045711517334,0.1916753053665161 +371,-1.4562938792847422,-0.2725473985005819,-2.7646501472211473,-0.956781804561615,0.2691856622695923,-0.11003515869379044,-0.06026798114180565,-0.5435188412666321,-0.07965816557407379,-0.851811945438385,-0.13353502750396729,0.5164071917533875 +372,-1.5827953472662648,-0.26008980926661257,-2.8917287263636555,-0.9662973284721375,0.25716733932495117,0.01159517839550972,-1.1263889074325562,-0.5340111255645752,-0.36840638518333435,-0.04748135805130005,0.32158327102661133,-0.4958786964416504 +373,-1.629926338539874,-0.22961234497381453,-2.952999106411176,-0.972052812576294,0.22760005295276642,0.05754457414150238,0.4909297823905945,-1.4112334251403809,-0.6397470831871033,0.17970973253250122,0.0004882961511611938,0.07809090614318848 +374,-1.6674418979179864,-0.18782231971507618,-2.986470693008387,-0.9778285622596741,0.18671995401382446,0.09479813277721405,-0.13596674799919128,0.5370464324951172,0.16657525300979614,0.5255581736564636,-0.05033691227436066,-0.1608840376138687 +375,-1.6143972078405815,-0.21115512297877267,-2.9758942525443697,-0.9768601655960083,0.20958951115608215,0.042618975043296814,0.7726787328720093,1.189854621887207,1.007484793663025,0.11009997129440308,0.03844210505485535,-0.11345028877258301 +376,-1.6581099839583606,-0.24463812414892067,-2.8530937467175614,-0.9665290117263794,0.24220523238182068,0.08460629731416702,-0.5105471611022949,-0.8386509418487549,-0.6788313984870911,-0.17125779390335083,-0.10455571115016937,0.6109198331832886 +377,-1.6092423687926165,-0.2525871774118627,-2.8905432301243255,-0.9675536155700684,0.2499098777770996,0.037216946482658386,0.9069052934646606,0.39273542165756226,0.7750429511070251,-0.5269837379455566,0.10148479044437408,-0.45004355907440186 +378,-1.5851378748061307,-0.2802677353322549,-2.8803622327569682,-0.9608824849128723,0.27661293745040894,0.013781487010419369,0.4392207860946655,0.6009491086006165,0.3212972581386566,-0.17353206872940063,-0.027040213346481323,-0.16969585418701172 +379,-1.512135105450381,-0.28669662837899024,-2.844310435553613,-0.9575332999229431,0.28278523683547974,-0.05623459070920944,0.6258038282394409,0.3386138677597046,0.11342674493789673,0.29540878534317017,-0.21448692679405212,0.15767496824264526 +380,-1.508558373916595,-0.28784454553005356,-2.885310273972217,-0.9570013880729675,0.2838861048221588,-0.05963883176445961,-1.4058157205581665,-0.1288275122642517,-0.18432901799678802,0.3513343930244446,-0.3532831072807312,0.02747327834367752 +381,-1.48728376219838,-0.2772347966030445,-2.9355529982879323,-0.9584639072418213,0.2736970782279968,-0.08023038506507874,-1.1681044101715088,0.5313025712966919,-0.5898684859275818,0.10639780759811401,-0.015930354595184326,0.2642819285392761 +382,-1.4567513265007355,-0.2842873844179088,-2.8830330666425263,-0.9536263346672058,0.2804735004901886,-0.10923028737306595,-1.1260197162628174,-1.5474032163619995,0.13547582924365997,0.06487828493118286,0.12386909127235413,0.4724352955818176 +383,-1.5682604081756215,-0.2957244038360923,-2.9694222254362024,-0.9565882682800293,0.2914328873157501,-0.00242583523504436,-0.3858233094215393,0.15767699480056763,-0.059630535542964935,-0.02261406183242798,0.20286032557487488,-0.3935244679450989 +384,-1.5955624014037475,-0.2707156655090367,-2.9264903216945624,-0.9632843136787415,0.26742109656333923,0.02386164851486683,1.2152080535888672,-1.1126527786254883,-0.8171398043632507,0.19256287813186646,-0.09167036414146423,0.19281315803527832 +385,-1.6433746298760596,-0.21184032078945464,-2.9355197490964877,-0.975071907043457,0.21025943756103516,0.07089359313249588,0.960348904132843,0.307586133480072,0.3964459002017975,0.48595142364501953,0.11183834075927734,-0.29686105251312256 +386,-1.5869455650853352,-0.25009203509248706,-2.8643028886467166,-0.9687633514404297,0.24749313294887543,0.015646150335669518,1.2531042098999023,0.09759083390235901,0.5937420725822449,-0.031129837036132812,-0.03628098964691162,0.08147609233856201 +387,-1.7148724132684476,-0.22176140040096057,-2.8338158849087107,-0.9654043316841125,0.21994823217391968,0.140062153339386,-1.215668797492981,-1.0461838245391846,-0.6179419159889221,-0.11819863319396973,-0.2039417326450348,0.7000257968902588 +388,-1.6041299379038128,-0.24112044011602932,-2.8669149978613375,-0.9705315828323364,0.23879081010818481,0.03236331045627594,0.5464276671409607,-0.8368445038795471,0.5143530964851379,-0.1374090313911438,0.14763802289962769,-0.2739863395690918 +389,-1.595458551886294,-0.24841716720047438,-2.903035403865852,-0.969008207321167,0.24587002396583557,0.02390274405479431,0.5021057724952698,0.7524535059928894,0.19027657806873322,0.24555838108062744,-0.08362329006195068,-0.3158339262008667 +390,-1.539580149612393,-0.25300127665671585,-2.8879088044413797,-0.9676939845085144,0.2503108084201813,-0.030217522755265236,-0.2631579041481018,0.386617511510849,0.08758501708507538,0.29034096002578735,-0.08943736553192139,0.15492761135101318 +391,-1.519991454121131,-0.25547458284312097,-2.9194600098288004,-0.9662951827049255,0.2527046203613281,-0.049134787172079086,0.02531726285815239,0.43597412109375,0.11124050617218018,0.1864946484565735,-0.11072155833244324,0.05485682934522629 +392,-1.484411822431235,-0.2710201696342653,-2.8901950171213953,-0.9599055647850037,0.2677145004272461,-0.08312784880399704,0.027110762894153595,0.28546053171157837,0.09362117946147919,-0.24328041076660156,-0.03217986226081848,0.36433202028274536 +393,-1.529863808422186,-0.2787260097034635,-2.914086766653196,-0.9606013894081116,0.2751310467720032,-0.03934180736541748,-0.6889975666999817,-0.43786102533340454,-0.2622930705547333,-0.16456633806228638,0.19934096932411194,-0.03263389691710472 +394,-1.5928945189124755,-0.22859442853769743,-3.030840575779028,-0.9737480282783508,0.2266087383031845,0.02152157388627529,-1.160844326019287,0.47245708107948303,-0.7596534490585327,0.1301506757736206,0.2729640007019043,-0.33740901947021484 +395,-1.5829472096009238,-0.223783024542031,-3.037026188571285,-0.9749929904937744,0.22191989421844482,0.011847608722746372,0.06149803847074509,-0.46228018403053284,-0.034897059202194214,0.20627045631408691,-0.15250766277313232,0.2139824628829956 +396,-1.5753698141088273,-0.22320386752768626,-3.0281722459977627,-0.9751831889152527,0.221355140209198,0.004460019059479237,0.4523094892501831,0.1244954988360405,0.005950139835476875,0.30484920740127563,-0.0034138262271881104,-0.01492762565612793 +397,-1.608028132044864,-0.23471963220194492,-2.9402201967948036,-0.971905529499054,0.2325703203678131,0.036202527582645416,1.0213978290557861,-2.8437554836273193,-0.2912195920944214,-0.42019951343536377,-0.10410656034946442,0.6604222059249878 +398,-1.644328360822777,-0.1957724477535954,-2.966214785288091,-0.9782471656799316,0.19452428817749023,0.0720624327659607,0.7480171918869019,-0.047966983169317245,0.7832012176513672,-0.2484985589981079,0.18517546355724335,-0.7785443067550659 +399,-1.6679173547653072,-0.23483222813168053,-2.944791186310597,-0.9679701924324036,0.2326798290014267,0.09430696070194244,0.1073373556137085,0.8237779140472412,0.06414391100406647,-0.36535805463790894,0.2370772659778595,-0.21353912353515625 +400,-1.580750801559886,-0.24482910400085486,-2.8660478210033835,-0.9701308608055115,0.24239052832126617,0.009657462127506733,0.4167078137397766,0.15740197896957397,0.15791279077529907,0.47629523277282715,-0.13060462474822998,0.20755136013031006 +401,-1.5774789488433918,-0.24656917010774124,-2.902081494973856,-0.9697338342666626,0.24407833814620972,0.006480460986495018,-0.8097740411758423,0.3104873299598694,-0.1509503275156021,0.2722698450088501,-0.04215878248214722,-0.11489415168762207 +402,-1.5384370567034327,-0.24902808168037655,-2.911294379373503,-0.9686449766159058,0.2464621365070343,-0.031355589628219604,0.36332497000694275,0.3010943531990051,0.12463650852441788,-0.2990245819091797,-0.005876854062080383,0.1761767864227295 +403,-1.510998102927625,-0.2638380520292115,-2.882905972436089,-0.963670551776886,0.260787695646286,-0.05769457295536995,-0.47874993085861206,-0.9744347929954529,-0.06814145296812057,-0.44001591205596924,-0.11064127087593079,0.24147140979766846 +404,-1.6142639292398635,-0.2364377978724252,-3.0058681009235677,-0.971260130405426,0.23424102365970612,0.042244959622621536,-1.3692429065704346,-0.3347277343273163,-0.4922950863838196,-0.2909772992134094,0.3251308798789978,-0.2809077501296997 +405,-1.5967388586253213,-0.1959608881390308,-3.074331712016078,-0.9805309176445007,0.19470912218093872,0.02544316276907921,0.10812953859567642,0.13430838286876678,0.22307156026363373,0.338364839553833,0.041664764285087585,-0.1019202470779419 +406,-1.5816986631688537,-0.2113212200759496,-3.0819212825163,-0.9776965379714966,0.2097519189119339,0.010659598745405674,-0.035058584064245224,0.24072861671447754,0.1122189462184906,0.2828418016433716,-0.062031567096710205,0.04445505142211914 +407,-1.5773621722567908,-0.22227592756021283,-3.0613382047909985,-0.9753771424293518,0.22045013308525085,0.0064042676240205765,0.7024823427200317,-0.9146885275840759,0.07250712066888809,-0.012904047966003418,-0.13478730618953705,0.35550379753112793 +408,-1.6987075293171154,-0.1628675008001325,-3.0971678680196537,-0.9787051677703857,0.16214841604232788,0.1258745938539505,-0.46214210987091064,0.993614912033081,-0.15121600031852722,-0.04561746120452881,0.07337100803852081,0.06705750524997711 +409,-1.6693078939692205,-0.21858129483893335,-3.0851746999483165,-0.9714730978012085,0.21684488654136658,0.09601212292909622,-0.3373693823814392,-0.5946059823036194,0.07279496639966965,-0.436958909034729,0.15607991814613342,-0.3062477111816406 +410,-1.6095571462082396,-0.2210626151819432,-3.0607570799880115,-0.974932074546814,0.21926650404930115,0.03780810162425041,1.0651038885116577,0.8585478067398071,0.19815757870674133,0.10971307754516602,-0.15504227578639984,0.06254899501800537 +411,-1.5596665276295214,-0.22654691606052926,-3.0449624313588357,-0.9743874073028564,0.22461402416229248,-0.010845184326171875,-0.7292883992195129,0.12095502763986588,-0.12075798213481903,0.4189217686653137,-0.10602273046970367,0.053539276123046875 +412,-1.5469942155864775,-0.226944241665173,-3.114640196600121,-0.9740824699401855,0.22500117123126984,-0.023189598694443703,-0.3042469620704651,0.04065070301294327,0.29525256156921387,0.12023121118545532,0.07298770546913147,-0.06186288595199585 +413,-1.4994168997259167,-0.2641916264312323,-3.082944510271,-0.9628458619117737,0.2611290216445923,-0.06884434819221497,0.5055385231971741,0.3483138978481293,0.352430522441864,-0.2602681517601013,-0.17203295230865479,0.24433571100234985 +414,-1.5478024513362205,-0.2504904098566903,3.1228378381660473,-0.9685348272323608,0.24787908792495728,-0.02227429486811161,-1.7308636903762817,-0.7165427207946777,-0.46327877044677734,-0.16073757410049438,0.10115043818950653,0.003734888508915901 +415,-1.597945179876211,-0.19619211987807858,2.995348724030959,-0.9804545044898987,0.19493591785430908,0.026624757796525955,-0.2960588335990906,0.303608238697052,-0.4459189176559448,-0.006407618522644043,0.28203853964805603,-0.20838749408721924 +416,-1.5919140281742226,-0.18859147985183985,2.9768724138352805,-0.9820501804351807,0.1874755322933197,0.020741725340485573,-0.4304313063621521,-0.06828142702579498,0.10398457944393158,0.30309516191482544,-0.01720273494720459,0.05539965629577637 +417,-1.5769695575959641,-0.2019841216480788,2.9729981782078143,-0.9796518087387085,0.20061351358890533,0.00604769354686141,0.5239047408103943,0.18166321516036987,0.22813937067985535,0.235221266746521,-0.06137707829475403,0.06502771377563477 +418,-1.5993899366805813,-0.21374181900343486,3.0295488108368045,-0.9768446087837219,0.21211804449558258,0.02793912962079048,0.14621834456920624,-0.8435608744621277,-0.019450291991233826,-0.24138659238815308,-0.19582165777683258,0.41354334354400635 +419,-1.647659559863796,-0.19019975273943923,3.033199653466434,-0.9790670871734619,0.18905505537986755,0.07540281116962433,1.5510714054107666,-1.485107421875,0.4614381492137909,-0.29862749576568604,0.27865731716156006,-0.6856476068496704 +420,-1.638971707377743,-0.21472645608842908,3.1008262312699304,-0.9747650623321533,0.21308016777038574,0.06655813008546829,0.9731478691101074,0.258155882358551,0.2527657151222229,-0.2654693126678467,0.15679287910461426,-0.2425682544708252 +421,-1.5923651583669771,-0.2317552791701234,-3.087112542608473,-0.9730384349822998,0.22968623042106628,0.020990557968616486,0.4940871596336365,0.2050056904554367,-0.028123371303081512,0.30703794956207275,-0.1486772894859314,0.07599425315856934 +422,-1.57954186070907,-0.20520189504972328,-3.102713619344409,-0.9789823889732361,0.20376482605934143,0.008561941795051098,-0.2910151779651642,0.48645588755607605,-0.26236337423324585,0.46418142318725586,0.01141461730003357,-0.16427791118621826 +423,-1.5412853039503775,-0.22173848860591086,-3.05944840739163,-0.9750918745994568,0.2199258804321289,-0.028784316033124924,1.145203709602356,0.22417965531349182,0.4665430784225464,-0.09219944477081299,-0.13382050395011902,0.013800200074911118 +424,-1.5155685253915012,-0.23993217658414168,-2.9853789786529914,-0.9698731303215027,0.2376367449760437,-0.05361848697066307,-0.22181537747383118,-0.4809628427028656,-0.07436847686767578,-0.6105101704597473,-0.005977809429168701,0.08097749948501587 +425,-1.5702763976411769,-0.20719812303952484,-3.0757123353472573,-0.9786109924316406,0.2057187557220459,-0.0005088084144517779,-1.2153373956680298,-0.006139265839010477,-0.7018426060676575,-0.2341575026512146,0.4497988224029541,-0.11223840713500977 +426,-1.5553165529434976,-0.18001476653101725,-3.1202625765694374,-0.9837231636047363,0.17904409766197205,-0.015229028649628162,-0.09673266857862473,-0.0669342577457428,0.1998758465051651,0.33276796340942383,0.013277679681777954,0.05131608247756958 +427,-1.5611759751564294,-0.1977120543944315,3.1252316036445125,-0.9804732203483582,0.19642648100852966,-0.009432788006961346,-0.6240586042404175,0.24426862597465515,0.053707487881183624,0.17667073011398315,-0.13726815581321716,-0.05009174346923828 +428,-1.5391677872461658,-0.21425238212114098,3.129891960138616,-0.9766468405723572,0.212616965174675,-0.030900217592716217,0.39296403527259827,-0.2488812357187271,0.1578332483768463,0.03032737970352173,-0.04016217589378357,0.21363943815231323 +429,-1.6351096629673063,-0.17957287502436653,3.087058398250551,-0.9818860292434692,0.17860932648181915,0.0632355734705925,-1.0846081972122192,0.45119962096214294,-0.4224894344806671,-0.04829597473144531,0.08400969207286835,0.13534224033355713 +430,-1.637647029737294,-0.20298066434858805,3.114209970134003,-0.9772822260856628,0.2015896886587143,0.06542950123548508,-0.48336416482925415,0.19357910752296448,-0.20935797691345215,-0.3989994525909424,0.21721826493740082,-0.1238706186413765 +431,-1.5871919062431952,-0.21513445790767863,-3.1293342252839493,-0.9768162965774536,0.21347878873348236,0.016016904264688492,0.646513044834137,0.3435077965259552,0.1969035416841507,0.09359192848205566,-0.18895795941352844,0.14937305450439453 +432,-1.5730177004225336,-0.211806929625019,-3.1404127403113664,-0.9776502251625061,0.21022678911685944,0.002171729924157262,-0.7963420748710632,0.2002902776002884,-0.1888936460018158,0.3919569253921509,-0.03143957257270813,-0.04677319526672363 +433,-1.5296956180072463,-0.20951059016888668,3.104766653061763,-0.9773067235946655,0.20798121392726898,-0.04019063338637352,0.37946221232414246,0.5519260764122009,0.22720423340797424,0.2740291953086853,-0.10745632648468018,0.05511373654007912 +434,-1.4600817714435659,-0.22668482267562046,-3.1177114766790552,-0.9684509634971619,0.2247484028339386,-0.10766187310218811,0.6988006830215454,0.48958349227905273,0.09912343323230743,-0.19471138715744019,-0.2280747890472412,0.2194935530424118 +435,-1.5168696987371735,-0.20861008325123648,3.0959532916851606,-0.9768974781036377,0.20710031688213348,-0.05273191258311272,-1.9362608194351196,-0.292319118976593,-0.8290588855743408,-0.38787907361984253,0.4528575539588928,-0.011385556310415268 +436,-1.5366380236707722,-0.12338573491977649,2.894055815217314,-0.9918187260627747,0.12307289987802505,-0.03389202803373337,-1.3840854167938232,0.4547289311885834,-0.30493828654289246,0.37093865871429443,0.33679646253585815,-0.21973955631256104 +437,-1.5475662477154257,-0.13914306191161674,2.8030692712404393,-0.9900681376457214,0.13869450986385345,-0.02300349995493889,-1.3665143251419067,0.1629309058189392,-0.06718480587005615,0.08905178308486938,-0.10048648715019226,0.3325279951095581 +438,-1.5347772248167693,-0.13738199922016464,2.6606385888617616,-0.9899353384971619,0.13695025444030762,-0.035672008991241455,-0.5710797309875488,0.1903567761182785,0.18867099285125732,0.3893037438392639,-0.11192585527896881,0.0063141025602817535 +439,-1.5321198785934034,-0.14390510299855155,2.6166921056107895,-0.9889234900474548,0.14340893924236298,-0.03826713189482689,-1.299411416053772,-0.5795854926109314,-0.5970466732978821,-0.28056198358535767,-0.47141188383102417,0.5231609344482422 +440,-1.586340119047391,-0.12854128228916034,2.5971920974610696,-0.9916301369667053,0.12818759679794312,0.015414934605360031,0.514106810092926,-0.14564156532287598,-0.03889729455113411,-0.3605884909629822,0.07429651916027069,-0.05150198936462402 +441,-1.5634646292599728,-0.1542939120504115,2.7073368401797486,-0.9880938529968262,0.15368244051933289,-0.0072445347905159,1.1847317218780518,0.4154037833213806,0.2721300721168518,-0.2625471353530884,-0.1786152720451355,-0.0470767617225647 +442,-1.540741802191966,-0.1460198562416524,2.706795226404764,-0.9889112114906311,0.145501509308815,-0.029730208218097687,-0.37880071997642517,0.2787957489490509,-0.19289344549179077,0.4522444009780884,-0.05022566020488739,0.013952614739537239 +443,-1.5270013557367237,-0.14674122146431465,2.68271483482003,-0.9883041977882385,0.14621515572071075,-0.04331044852733612,-0.2652599811553955,-0.026558075100183487,0.10862772911787033,0.4154282808303833,-0.04507991671562195,0.03961784020066261 +444,-1.5376949490542502,-0.14978296929271873,2.6548958298838703,-0.9882617592811584,0.14922353625297546,-0.032724779099226,0.04021178558468819,-0.4656386971473694,-0.09649747610092163,-0.029697775840759277,-0.30312371253967285,-0.05769884213805199 +445,-1.5933431556742208,-0.11426054187511388,2.5943877394347803,-0.993226945400238,0.11401208490133286,0.02239791490137577,0.0851883739233017,0.32236602902412415,-0.18554019927978516,-0.6567517518997192,0.39909523725509644,-0.36643779277801514 +446,-1.6611360780172344,-0.05804686265963052,2.5615197266319747,-0.9942448139190674,0.058014269918203354,0.09006497263908386,-1.6375612020492554,0.33308809995651245,-0.046722352504730225,0.20533490180969238,0.16166649758815765,0.00099945068359375 +447,-1.6501597154868597,-0.07024311456721818,2.494115079520145,-0.9943943023681641,0.07018536329269409,0.0790846049785614,-0.4762150049209595,0.3672691881656647,0.09163723140954971,0.5047091245651245,0.035176582634449005,-0.1270735263824463 +448,-1.6277677351912354,-0.10902002420240264,2.526837592967467,-0.9924504160881042,0.10880419611930847,0.05660254880785942,0.7691044211387634,0.29370221495628357,0.4181840419769287,0.10780686140060425,-0.10880418121814728,0.18758392333984375 +449,-1.6103439242625566,-0.1300727043693697,2.5915423265840385,-0.9907771944999695,0.1297062337398529,0.03920329734683037,0.6313355565071106,0.16918227076530457,-0.04129903391003609,-0.24768716096878052,-0.2378605455160141,0.17187154293060303 +450,-1.6457688451334038,-0.16081465651589058,2.74121664829624,-0.9843242764472961,0.16012240946292877,0.0739358514547348,1.6935160160064697,-0.4314587116241455,0.3062984049320221,-0.19762152433395386,-0.025951877236366272,-0.245597243309021 +451,-1.6213768826072263,-0.18493702960884087,2.880054120878974,-0.9816907644271851,0.1838846355676651,0.04969685524702072,1.7398170232772827,0.15290921926498413,0.1954653412103653,-0.25637680292129517,-0.0929269939661026,-0.12422072887420654 +452,-1.5872014734407507,-0.1982809724449463,3.0084423769751654,-0.9802749156951904,0.19698427617549896,0.016082996502518654,0.6338039636611938,-0.07576977461576462,0.08972690999507904,0.3274885416030884,-0.10886473953723907,0.005691291764378548 +453,-1.557350513466067,-0.20073441151801416,3.06391895720218,-0.9798318147659302,0.19938905537128448,-0.01317542977631092,0.5467732548713684,0.0744156762957573,0.19026267528533936,0.39581698179244995,-0.014055803418159485,0.04921668767929077 +454,-1.5380953860830031,-0.21641861277175278,3.126031490801963,-0.9761506915092468,0.21473316848278046,-0.03193242847919464,0.4486805498600006,0.09354597330093384,0.06889019906520844,-0.11436456441879272,-0.14982225000858307,0.10396915674209595 +455,-1.5724497867027638,-0.20596987141904657,-3.1371598101716462,-0.9788618683815002,0.20451663434505463,0.0016185103449970484,-1.3005298376083374,-1.2992146015167236,-0.24505755305290222,-0.46056073904037476,0.12154844403266907,0.017821192741394043 +456,-1.6124096056519717,-0.19213044966309353,3.1176973391985534,-0.9807499051094055,0.19095057249069214,0.04083579406142235,0.8779524564743042,0.4336186349391937,-0.028203992173075676,-0.08002585172653198,0.20863133668899536,-0.022037029266357422 +457,-1.6207606074984817,-0.17145417811705568,3.1166615801335373,-0.984108030796051,0.17061538994312286,0.049211207777261734,-0.4995030462741852,0.34142565727233887,-0.1454201638698578,0.5105363130569458,-0.045294955372810364,-0.09369063377380371 +458,-1.5990706997582016,-0.17934241632861883,3.131611387472077,-0.9835679531097412,0.17838257551193237,0.02781718038022518,0.3569868206977844,0.34712594747543335,-0.06577465683221817,0.2190873622894287,-0.06836670637130737,0.04981958866119385 +459,-1.5956680562484564,-0.18479665642565365,-3.101636699428293,-0.9826695919036865,0.18374665081501007,0.024445733055472374,0.6899438500404358,-0.9931241869926453,0.07287608832120895,-0.1635248064994812,0.004745155572891235,0.3813464641571045 +460,-1.6118160845049165,-0.1765559601153359,-3.104756670720259,-0.9836263656616211,0.17564012110233307,0.04037076234817505,0.987458348274231,0.042088355869054794,0.7699006795883179,-0.3057718276977539,0.12605665624141693,-0.7488057613372803 +461,-1.6443709993108147,-0.20550409282017104,-3.0758826663472347,-0.9763096570968628,0.20406067371368408,0.07196155935525894,0.31775200366973877,1.3971240520477295,0.0897277444601059,-0.35907840728759766,0.16684995591640472,-0.5051891803741455 +462,-1.56309117240928,-0.22712069105626317,-2.9762666704469285,-0.9742898941040039,0.22517310082912445,-0.007507202681154013,0.2913671135902405,0.09139128774404526,0.14486563205718994,0.2232370376586914,-0.13500890135765076,0.15524280071258545 +463,-1.5533630985366877,-0.22806581839608794,-2.9761729126031113,-0.9739575982093811,0.2260938435792923,-0.016980944201350212,-0.3280981779098511,0.24353283643722534,-0.12374785542488098,0.3401075005531311,-0.0810132771730423,0.04034215211868286 +464,-1.5361828929534538,-0.22448763287673104,-2.985044280259839,-0.9743244647979736,0.22260688245296478,-0.033738188445568085,0.1634734869003296,-0.010320041328668594,0.03824074938893318,-0.026453852653503418,-0.1024438887834549,0.13430887460708618 +465,-1.5594580389563841,-0.21863705937745498,-2.9732787816136024,-0.9761313199996948,0.2168993353843689,-0.011068131774663925,-0.23878364264965057,-0.8396095633506775,-0.26044178009033203,-0.5226022005081177,0.0334668904542923,0.04506474733352661 +466,-1.61767027214809,-0.204628201402543,-3.028824605423374,-0.9780611991882324,0.20320312678813934,0.045879192650318146,-0.4443243741989136,-0.09555856138467789,0.038575075566768646,-0.2679257392883301,0.537534773349762,-0.11848044395446777 +467,-1.6529845646168901,-0.19338486222806273,-3.045005383617921,-0.978046715259552,0.1921817511320114,0.0805654227733612,-0.692657470703125,-0.04744085296988487,-0.05836780369281769,0.217640221118927,-0.08135718107223511,0.1666574478149414 +468,-1.6300313816789938,-0.19302478399931225,-3.084440872752736,-0.9797071218490601,0.19182837009429932,0.058100976049900055,-0.06521330028772354,0.4739104211330414,0.06654679775238037,0.40330642461776733,-0.00754798948764801,-0.10915696620941162 +469,-1.5801384215854835,-0.1971322130825998,-3.0533191184494215,-0.9805895090103149,0.19585789740085602,0.009161027148365974,0.3586350679397583,0.34307190775871277,0.009012479335069656,0.19219839572906494,-0.07439793646335602,0.30613136291503906 +470,-1.6708973080227252,-0.14898664166232203,-3.0935151305506925,-0.9839717149734497,0.1484360694885254,0.09882684051990509,-1.5876597166061401,1.0239704847335815,-0.2648870646953583,0.07341861724853516,0.1656356006860733,0.3944441080093384 +471,-1.6975116551667295,-0.19087748060312015,-3.1098363532130717,-0.9739660024642944,0.1897205114364624,0.12408125400543213,0.3569668233394623,-0.2712279260158539,0.18938034772872925,-0.327700138092041,-0.01065865159034729,-0.21067489683628082 +472,-1.6074270525493535,-0.21472439267004137,-3.036418381061301,-0.9763797521591187,0.21307815611362457,0.03578150272369385,1.2299433946609497,0.7704936861991882,0.16785657405853271,0.028732657432556152,-0.18829788267612457,0.09982335567474365 +473,-1.5621603407863391,-0.21818919389501754,-2.988641606058437,-0.9762545824050903,0.21646210551261902,-0.008431130088865757,0.10039437562227249,0.34874099493026733,-0.04956529289484024,0.15450775623321533,-0.10820099711418152,0.11121433973312378 +474,-1.5402919371924106,-0.21343051339575644,-3.002883438564942,-0.9768553376197815,0.2118138074874878,-0.029807621613144875,-0.21117424964904785,0.07686548680067062,-0.028818659484386444,0.30093681812286377,-0.1476506143808365,0.09064441919326782 +475,-1.5537177822805421,-0.19650661684449153,-3.025245919634243,-0.9806116223335266,0.19524437189102173,-0.016749046742916107,0.18364256620407104,-0.29781457781791687,-0.22120551764965057,0.01668339967727661,-0.17514854669570923,-0.030827879905700684 +476,-1.6198243592682016,-0.16831012180846577,-3.0595091923784,-0.9846846461296082,0.1675165891647339,0.0483158677816391,-0.4133399724960327,-0.43298932909965515,-0.20541714131832123,-0.38314372301101685,0.3863774538040161,-0.30760836601257324 +477,-1.632638570271038,-0.16458170822582635,-3.0549917644474918,-0.9846011400222778,0.16383971273899078,0.060967687517404556,-0.006318778730928898,-0.6119275689125061,-0.20007355511188507,0.006161868572235107,-0.047766104340553284,0.21440768241882324 +478,-1.6333498836101983,-0.15327367343704634,-3.108579456900578,-0.9863435626029968,0.15267424285411835,0.06177990138530731,-0.2451086789369583,0.4619981050491333,0.037288278341293335,0.3051913380622864,-0.001413881778717041,-0.09811103343963623 +479,-1.5931969549693723,-0.1578927915337129,-3.1031444696056614,-0.9873131513595581,0.15723755955696106,0.02212013490498066,0.5145418047904968,0.17941921949386597,0.06016126275062561,0.31580424308776855,0.009678348898887634,0.049016356468200684 +480,-1.6376189488864656,-0.143708858643457,-3.0817627920022446,-0.9874829649925232,0.14321471750736237,0.0660845935344696,-0.22512754797935486,-1.2165015935897827,-0.6186206340789795,-0.37276190519332886,-0.06827878952026367,0.5612194538116455 +481,-1.6419359263614126,-0.14234770000062233,-3.084633914838164,-0.9873820543289185,0.14186745882034302,0.0703606978058815,0.47008028626441956,0.294312447309494,1.0620161294937134,-0.06826692819595337,0.16349144279956818,-0.4242119789123535 +482,-1.6498358062887122,-0.18405064046044145,-3.076694664863868,-0.9800411462783813,0.18301329016685486,0.077623650431633,-0.6386922597885132,0.2817150950431824,-0.04159501940011978,-0.2938845753669739,0.17588867247104645,-0.17538666725158691 +483,-1.590296338563497,-0.1948825062639806,-3.0533519072731976,-0.980883777141571,0.19365127384662628,0.019129671156406403,0.31277525424957275,0.2095216065645218,0.2238529920578003,0.1570160984992981,-0.25996601581573486,0.13799011707305908 +484,-1.5707278945061367,-0.19976147413403528,-3.062167311046776,-0.9801139235496521,0.19843555986881256,-6.707143620587885e-05,-0.4092373251914978,0.3470730185508728,-0.06190231442451477,0.2982749342918396,-0.08359789848327637,-0.0033051371574401855 +485,-1.5430745913829642,-0.20403079716777608,-3.069081540416492,-0.9788815975189209,0.20261815190315247,-0.02714325115084648,0.12360075116157532,0.013759344816207886,0.18351688981056213,0.0807187557220459,-0.09699681401252747,0.18774205446243286 +486,-1.549229674223567,-0.21283257709698536,-3.057107321875486,-0.9772093892097473,0.21122941374778748,-0.021078404039144516,0.26681578159332275,-0.5279904007911682,0.01699201390147209,-0.26351338624954224,-0.1899281144142151,0.06435233354568481 +487,-1.624407768825049,-0.20044821117053083,-3.096584093188825,-0.9785693883895874,0.19910858571529388,0.05251283571124077,-0.6071807742118835,-0.5927746295928955,-0.1337711215019226,-0.2793498635292053,0.4090456962585449,-0.29465460777282715 +488,-1.6783875457520514,-0.1762696331497253,-3.12139499454607,-0.9788119196891785,0.17535823583602905,0.10571981966495514,0.27098751068115234,-1.1950409412384033,-0.8038153648376465,-0.20665866136550903,-0.04843562841415405,0.35950541496276855 +489,-1.6617907275068267,-0.14840538859225247,3.1149119438585657,-0.9849163889884949,0.14786124229431152,0.08987005800008774,0.10319720953702927,0.6507559418678284,0.045299071818590164,0.3987653851509094,-0.0027959495782852173,-0.16265439987182617 +490,-1.6049770386668216,-0.1704183760887346,-3.1233259763634433,-0.9849382042884827,0.1695946753025055,0.03367900475859642,0.5905959606170654,0.3962973952293396,0.2323806881904602,0.20683157444000244,-0.016518518328666687,0.12223529815673828 +491,-1.6553356396710697,-0.17074483231876647,-3.076142207448164,-0.9819391965866089,0.16991639137268066,0.08321079611778259,-0.40268316864967346,-1.7721562385559082,-0.8190436363220215,-0.39728760719299316,-0.17132018506526947,0.7718764543533325 +492,-1.646333030101727,-0.18031492027560997,-3.0993939195955997,-0.9809821248054504,0.17933939397335052,0.07424140721559525,0.6220510601997375,-0.6062028408050537,0.7453201413154602,-0.3603724241256714,-0.03163430094718933,-0.49977850914001465 +493,-1.625934331341077,-0.19366588377753288,-3.0814014028575447,-0.9798141717910767,0.19245752692222595,0.0540798120200634,0.8192098140716553,0.8639642000198364,0.09345802664756775,-0.18124252557754517,0.0036637187004089355,-0.21177935600280762 +494,-1.5678201987650047,-0.21098713659163174,-2.9993554370001014,-0.9778202772140503,0.20942525565624237,-0.002910126931965351,0.284374862909317,0.15956896543502808,0.07197205722332001,0.23555654287338257,-0.12611228227615356,0.11243772506713867 +495,-1.5380568164388202,-0.21302288224597535,-2.994932323180263,-0.9768726825714111,0.21141541004180908,-0.031993765383958817,0.10053051263093948,0.39723899960517883,0.09258630126714706,0.3425952196121216,-0.052296727895736694,0.09893405437469482 +496,-1.5288868630118975,-0.22844790614076999,-2.9875257783508666,-0.9731636643409729,0.22646602988243103,-0.04080866277217865,-0.12046975642442703,-0.18918044865131378,0.009590992704033852,-0.10020047426223755,-0.2906292676925659,0.04920095577836037 +497,-1.554644897354613,-0.211952047270648,-2.9852291347027493,-0.9774945378303528,0.21036866307258606,-0.01578930765390396,-0.6301823258399963,-0.8353394269943237,-0.33139246702194214,-0.44894278049468994,-0.017314478754997253,0.11498671770095825 +498,-1.6419456369037997,-0.19204931078330614,-3.074672358039561,-0.9791315793991089,0.19087092578411102,0.0697823241353035,-0.5804582238197327,-0.02456829696893692,-0.09380396455526352,-0.27950483560562134,0.6275799870491028,-0.2934304475784302 +499,-1.677056064369922,-0.17198785020282928,-3.06614819179254,-0.9796894788742065,0.17114120721817017,0.10449513047933578,-0.9300994277000427,-0.33557555079460144,-0.08878222107887268,0.31855666637420654,-0.06968551874160767,0.30598151683807373 +500,-1.653776647691232,-0.17011585890784367,-3.111668703247118,-0.9821739196777344,0.169296532869339,0.08168868720531464,0.10592874139547348,0.4874274730682373,0.1317446231842041,0.41965872049331665,0.026336386799812317,-0.14983439445495605 +501,-1.623527068174541,-0.1902682998352203,-3.0587576826334413,-0.9805887341499329,0.18912236392498016,0.0517551489174366,0.8174200057983398,-0.567049503326416,-0.08097809553146362,-0.036211252212524414,-0.07407109439373016,0.3502681255340576 +502,-1.6935748892744207,-0.14637650603037047,-3.0586890260263013,-0.9818586707115173,0.14585435390472412,0.12116062641143799,-0.36826127767562866,0.9701225757598877,-0.07275477051734924,0.08438259363174438,0.19263134896755219,0.1636751890182495 +503,-1.6839954662217442,-0.19726617249314246,-3.0359614372308625,-0.9743300676345825,0.19598926603794098,0.11076685041189194,-0.22369574010372162,-0.15062779188156128,0.025669217109680176,-0.35815900564193726,0.08573375642299652,-0.32127702236175537 +504,-1.6224485112910478,-0.20567883945954935,-3.009043530596874,-0.9776170253753662,0.20423173904418945,0.05054100975394249,0.7574425935745239,0.5635919570922852,0.20983685553073883,0.1376359462738037,-0.16693925857543945,0.047389864921569824 +505,-1.5836103693652281,-0.2216963503078441,-2.974885809306993,-0.9754458665847778,0.21988476812839508,0.012500088661909103,0.14228367805480957,0.34970250725746155,0.06502772867679596,0.21693134307861328,-0.1353815644979477,0.02091670222580433 +506,-1.5455499053833603,-0.23475507009788207,-2.981974353496452,-0.9722614884376526,0.23260478675365448,-0.02455133944749832,0.1014537662267685,0.23849724233150482,0.23816411197185516,0.1552754044532776,-0.11154155433177948,0.10922235250473022 +507,-1.5260542817248706,-0.25024712561331375,-2.9553098113123952,-0.9678815603256226,0.2476433962583542,-0.04333392158150673,0.048856593668460846,0.0012091982644051313,-0.052325133234262466,-0.1639542579650879,-0.16660399734973907,0.27961623668670654 +508,-1.6032578423643375,-0.24681623622386273,-3.0059385881896854,-0.9691842794418335,0.2443179190158844,0.03147224709391594,-1.1008504629135132,-0.8045493364334106,-0.11967307329177856,-0.27945762872695923,0.11748319864273071,-0.25980472564697266 +509,-1.6344380961379148,-0.22237158251640232,-3.0543194648515337,-0.9734026193618774,0.22054342925548553,0.06203283742070198,0.3850569427013397,0.4413914978504181,-0.13231252133846283,0.09130728244781494,0.13405556976795197,-0.247808575630188 +510,-1.6853388073357716,-0.1942651764268991,-3.030191018213574,-0.9747601747512817,0.19304558634757996,0.11214230954647064,-1.0505412817001343,0.2803060710430145,-0.29249057173728943,0.4472638964653015,-0.09718987345695496,0.12133240699768066 +511,-1.6483028883584776,-0.19436845509960227,-3.020223713421553,-0.9782242178916931,0.19314691424369812,0.07597098499536514,0.982906699180603,0.2425338178873062,0.20320846140384674,0.3796067237854004,-0.042634233832359314,0.04934941977262497 +512,-1.7298982240068221,-0.18767856755650025,-2.9361771944824673,-0.9700317978858948,0.18657873570919037,0.15564946830272675,-0.09714745730161667,-2.6095786094665527,-1.0688244104385376,-0.6539306044578552,-0.39919471740722656,1.0432946681976318 +513,-1.7352281201867836,-0.1898653130332556,-2.9453118391639803,-0.9687836170196533,0.18872663378715515,0.16075022518634796,0.49822133779525757,-0.6590369343757629,0.6477162837982178,-0.15728449821472168,-0.024145320057868958,-0.39286696910858154 +514,-1.6365309931346943,-0.21366314771017458,-2.918875889075368,-0.9751501679420471,0.21204116940498352,0.06419365853071213,1.600341558456421,1.732419729232788,0.2116088569164276,0.04695802927017212,-0.32527661323547363,-0.30110156536102295 +515,-1.5318281390952613,-0.23008570711354534,-2.827812173188328,-0.9729076027870178,0.22806097567081451,-0.0379316471517086,0.33843743801116943,0.4437094032764435,0.09290367364883423,0.10620850324630737,-0.2562440037727356,0.11944407224655151 +516,-1.4972254075994502,-0.23030956208671055,-2.8233932822637327,-0.9709619879722595,0.22827892005443573,-0.0715637281537056,-0.04625023901462555,0.4030369222164154,0.1726522594690323,0.20596271753311157,-0.03084549307823181,0.1219329908490181 +517,-1.4738285750629498,-0.23666416278097746,-2.7995177546121943,-0.9675588607788086,0.23446108400821686,-0.0941171795129776,0.2064296156167984,0.30663251876831055,-0.021258320659399033,-0.16523844003677368,-0.12839722633361816,0.2090921401977539 +518,-1.510169558217133,-0.23590728186135143,-2.797081873204555,-0.9705163836479187,0.23372523486614227,-0.05891146883368492,-0.9683017730712891,-1.2499746084213257,-0.21309354901313782,-0.2509344220161438,-0.05373257398605347,-0.015261530876159668 +519,-1.6073413774485645,-0.21583515531223874,-2.8920615471072106,-0.9761455059051514,0.21416327357292175,0.035689178854227066,-0.4928041398525238,-0.17809489369392395,-0.4180143475532532,-0.03848749399185181,0.32076406478881836,-0.36129653453826904 +520,-1.5944869797022616,-0.20364049684615493,-2.8552895075513085,-0.9790621399879456,0.20223593711853027,0.023198962211608887,0.5004312992095947,-0.5767018795013428,-0.30802902579307556,0.2776002883911133,-0.08237811923027039,0.3948918581008911 +521,-1.6238683781566552,-0.19574026665584499,-2.8798887787917264,-0.9795229434967041,0.19449271261692047,0.052034154534339905,0.36130762100219727,0.3956063389778137,0.13975416123867035,0.43077099323272705,-0.04542958736419678,-0.1582353115081787 +522,-1.5970253324921135,-0.21546399839235536,-2.832513373899347,-0.9765414595603943,0.21380071341991425,0.025619586929678917,0.4726783037185669,-0.48507848381996155,-0.021705180406570435,-0.005346536636352539,-0.11265017092227936,0.28741455078125 +523,-1.636741594995593,-0.18756995628781264,-2.888848010860379,-0.980324923992157,0.18647202849388123,0.06474166363477707,-0.3256773054599762,2.1573538780212402,-0.03771878033876419,-0.06998342275619507,0.21820633113384247,-0.3648514747619629 +524,-1.660764096473306,-0.22009337994065248,-2.8465949982157674,-0.9719300866127014,0.21832075715065002,0.08767907321453094,-0.5531906485557556,0.08575340360403061,-0.07241557538509369,-0.36695218086242676,0.2859364151954651,-0.4085257053375244 +525,-1.5633126447547838,-0.2348900678670629,-2.7765898612953412,-0.9725128412246704,0.23273608088493347,-0.007278112694621086,0.45478084683418274,0.6198781132698059,0.18398839235305786,0.24613332748413086,-0.19266647100448608,0.3567196726799011 +526,-1.5423273952408463,-0.2374596162642854,-2.8153598747648823,-0.9715448617935181,0.23523429036140442,-0.02766631916165352,-0.87923264503479,0.23715941607952118,-0.1013135090470314,0.37752020359039307,-0.15846732258796692,-0.001020193099975586 +527,-1.5123823204842186,-0.22796412654346754,-2.8835419043288986,-0.9724671840667725,0.2259947955608368,-0.05687040463089943,-0.31432804465293884,0.7015100717544556,0.012827953323721886,0.1288086175918579,-0.04842822253704071,0.020310334861278534 +528,-1.4590527635305623,-0.23665177228608816,-2.8662691064133314,-0.9660654664039612,0.23444904386997223,-0.10840316861867905,0.4069167673587799,0.33749276399612427,0.04410764202475548,-0.6573476791381836,-0.25976333022117615,0.15334026515483856 +529,-1.524970119280188,-0.23650127614717387,-2.8745558508763156,-0.9711431264877319,0.23430272936820984,-0.04453498497605324,-0.4022502899169922,-1.5817523002624512,0.20522020757198334,-0.5008417963981628,0.3534047603607178,-0.11821526288986206 +530,-1.5631261339406306,-0.15522573297756811,-3.021099851502102,-0.9879475831985474,0.15460312366485596,-0.007577897049486637,-0.9459741115570068,0.4611811935901642,-0.20131100714206696,0.8391439318656921,0.29139602184295654,-0.36186790466308594 +531,-1.572623453627649,-0.2004939979410169,-2.9738637770265965,-0.9799667596817017,0.19915345311164856,0.0017905255081132054,0.7581595778465271,-1.2789572477340698,-0.07904081046581268,0.21481478214263916,-0.12589600682258606,0.11117029190063477 +532,-1.5768822519888401,-0.21376004876841986,-2.937425381632649,-0.9772221446037292,0.21213586628437042,0.005947374273091555,0.8890553712844849,0.09286685287952423,0.7187825441360474,0.12195175886154175,-0.13039451837539673,-0.04281270503997803 +533,-1.6247054134349752,-0.22894795376227725,-2.8794514252171974,-0.9724909067153931,0.22695305943489075,0.05247694253921509,0.08647839725017548,-1.3496702909469604,-0.18031203746795654,-0.06881463527679443,-0.16217949986457825,0.3319683074951172 +534,-1.6739995504215222,-0.19020604518346101,-2.926619905008995,-0.9767405390739441,0.1890612244606018,0.10116218775510788,-0.07539507746696472,1.0155532360076904,0.25652867555618286,-0.2533619999885559,0.5700024962425232,-0.6559412479400635 +535,-1.648390247615667,-0.2557519480309605,-2.8361680800315314,-0.9645624756813049,0.25297296047210693,0.074994757771492,-0.18993699550628662,0.8222846388816833,0.23815183341503143,-0.4214239716529846,0.36952462792396545,-0.23481523990631104 +536,-1.5370228916722959,-0.2725971158143701,-2.7779957009217138,-0.9625257849693298,0.2692335546016693,-0.03252016752958298,0.3187638521194458,0.5058984160423279,-0.16606688499450684,0.17524850368499756,-0.09995254874229431,0.20013797283172607 +537,-1.4913696994427454,-0.2703992408805322,-2.759148363715764,-0.9606261849403381,0.2671161890029907,-0.07646015286445618,-0.21909458935260773,0.38815435767173767,0.11939408630132675,0.2839447259902954,-0.20447885990142822,0.08418107032775879 +538,-1.472032262665101,-0.2825370298308569,-2.7729642017150957,-0.9556713104248047,0.27879297733306885,-0.09469407796859741,-0.027253884822130203,-0.29699498414993286,0.5331780910491943,-0.030824661254882812,-0.10881006717681885,0.05291551351547241 +539,-1.4595794686236265,-0.28458558499549075,-2.716252372763962,-0.9538484215736389,0.2807597219944,-0.10652358829975128,0.8371801972389221,-0.26653656363487244,0.06539078056812286,-0.15986013412475586,-0.06612962484359741,0.3112507462501526 +540,-1.5308168078240139,-0.27426935458100066,-2.811698940838306,-0.961854100227356,0.2708436846733093,-0.03847496584057808,-0.26338282227516174,0.24203674495220184,-0.06150566786527634,-0.23486214876174927,0.2562711834907532,-0.472267210483551 +541,-1.5490279134470213,-0.2923961749364327,-2.7725900692318493,-0.9573290348052979,0.2882475256919861,-0.02084282599389553,-0.5919308662414551,-0.22854973375797272,-0.059512633830308914,0.13739806413650513,-0.17722460627555847,-0.03172367811203003 +542,-1.60931807838084,-0.2698017981742036,-2.848701333146203,-0.9631085991859436,0.26654040813446045,0.03711899369955063,-0.47565990686416626,-0.33762481808662415,-0.2879583239555359,0.32033222913742065,-0.07968130707740784,-0.1989232301712036 +543,-1.6068419360700394,-0.25087581466158604,-2.8693282201401313,-0.9680660963058472,0.24825245141983032,0.034909654408693314,0.5538020730018616,0.007383591495454311,0.23483623564243317,0.39226049184799194,0.0008625239133834839,-0.06025445833802223 +544,-1.6966538288321824,-0.24931372619395378,-2.7431561308817605,-0.9614169597625732,0.2467389553785324,0.12164449691772461,-0.22254888713359833,-2.0402121543884277,-1.0024826526641846,-0.34879422187805176,-0.2861066460609436,0.9616837501525879 +545,-1.664425351914306,-0.24893624682414522,-2.808189248683666,-0.9649301767349243,0.24637313187122345,0.09061039984226227,1.1254116296768188,-0.9413832426071167,0.8500913977622986,-0.29976409673690796,-0.033452004194259644,-0.7296332120895386 +546,-1.608979503646164,-0.24621085521812966,-2.7449734512427884,-0.9691360592842102,0.2437308430671692,0.03702268749475479,0.7937260270118713,1.3691507577896118,0.012491604313254356,0.0706985592842102,0.1685158610343933,0.03989696502685547 +547,-1.5644250003985896,-0.25262137632413234,-2.697719429353782,-0.9682409763336182,0.24994298815727234,-0.006169062573462725,-0.16953393816947937,0.18783780932426453,-0.05494905635714531,0.39768433570861816,-0.10995885729789734,0.031895339488983154 +548,-1.5345250872502472,-0.2371574249026746,-2.7255561275844022,-0.9713703393936157,0.2349405735731125,-0.03524826467037201,-0.39577046036720276,0.48495519161224365,-0.18310369551181793,0.3685566782951355,-0.012299582362174988,0.1462559700012207 +549,-1.5130963876247745,-0.24243523617093993,-2.746990606280757,-0.9691407084465027,0.24006736278533936,-0.05598150193691254,0.3045653998851776,-0.42614662647247314,0.2627229690551758,-0.2513030171394348,-0.24728475511074066,-0.0065795183181762695 +550,-1.5520708118538722,-0.2475313916534455,-2.72015412717023,-0.9693501591682434,0.2450113445520401,-0.018153702840209007,-0.030445724725723267,-0.6847246885299683,-0.02419521100819111,-0.2740885019302368,0.2261190265417099,-0.03461116552352905 +551,-1.6056539439272794,-0.2273635165279413,-2.7690464656419294,-0.9736722707748413,0.22540967166423798,0.033953648060560226,-0.7151769399642944,0.0851750299334526,-0.09405101090669632,0.14534896612167358,0.32872849702835083,-0.14602947235107422 +552,-1.6639868664527067,-0.21725950499448488,-2.766838312251034,-0.9722548127174377,0.2155543714761734,0.09086814522743225,-0.65058833360672,0.24230647087097168,-0.03472446650266647,0.34244823455810547,-0.03308975696563721,0.19811809062957764 +553,-1.6093139536732877,-0.21998235165804297,-2.7972717498979742,-0.9751774668693542,0.21821239590644836,0.037580106407403946,0.23542439937591553,0.5013929009437561,0.29863959550857544,0.41606491804122925,-0.05765944719314575,-0.05787420645356178 +554,-1.6701311889993755,-0.22561587835325062,-2.701714352028972,-0.9698516726493835,0.2237066775560379,0.09665820747613907,0.9699152112007141,-3.577820062637329,-1.1261487007141113,-0.7598845362663269,-0.265164852142334,1.0315920114517212 +555,-1.6873387428129498,-0.22463943395133681,-2.749956142166454,-0.9682615995407104,0.22275486588478088,0.11335722357034683,-0.017814695835113525,1.1893854141235352,0.9470207691192627,-0.18782055377960205,-0.03490392863750458,-0.7277065515518188 +556,-1.6346230669877748,-0.26612549592528867,-2.709402900281036,-0.9628325700759888,0.26299530267715454,0.061538051813840866,0.5924442410469055,0.8726121783256531,0.2626708447933197,-0.30880439281463623,0.06586211919784546,-0.20126283168792725 +557,-1.5554119919143257,-0.2819987460292169,-2.6191209708947247,-0.960387647151947,0.2782759964466095,-0.014776090160012245,0.09954054653644562,0.06218425929546356,0.054899752140045166,0.37629634141921997,-0.12306356430053711,0.2227076292037964 +558,-1.5417010191795673,-0.27870808284588167,-2.632879742827884,-0.9610047936439514,0.2751138210296631,-0.027968622744083405,-0.05330576375126839,0.3330995738506317,0.09019988775253296,0.34673166275024414,0.008409738540649414,0.03149336576461792 +559,-1.5226173961370397,-0.3029201263058169,-2.6116617734100602,-0.9533618688583374,0.2983086407184601,-0.045967526733875275,0.03386856988072395,0.159048393368721,-0.03162020444869995,-0.17726856470108032,-0.19953852891921997,0.13256114721298218 +560,-1.534093336115207,-0.3047590466964623,-2.6181102877710813,-0.9532768130302429,0.3000633418560028,-0.03500382974743843,0.03311010077595711,-0.5463774800300598,-0.13767260313034058,-0.5479438900947571,-0.1559745967388153,-0.045730412006378174 +561,-1.6118399083580093,-0.28081289840393764,-2.6565966604758797,-0.9600212574005127,0.27713680267333984,0.03942485153675079,-0.7414534687995911,-0.373783677816391,-0.40513327717781067,-0.22625797986984253,0.28022095561027527,-0.22219467163085938 +562,-1.6057002743710809,-0.23733870812420096,-2.673930001202574,-0.971375048160553,0.23511677980422974,0.0339186005294323,0.218012273311615,-0.035895396023988724,0.17000384628772736,0.49905455112457275,0.08722513914108276,-0.03376603499054909 +563,-1.6316408697786242,-0.2405601640590755,-2.6783210086335703,-0.9694076776504517,0.23824669420719147,0.05905606225132942,-0.316151887178421,0.3335021138191223,-0.03794591873884201,0.2498641014099121,-0.07625934481620789,-0.023792974650859833 +564,-1.6056598588252333,-0.25624665704683325,-2.6433414439808454,-0.9667603373527527,0.25345155596733093,0.03371834009885788,0.6562398672103882,0.10774952918291092,0.25841131806373596,0.07895815372467041,0.03672483563423157,0.10988211631774902 +565,-1.6797888496750244,-0.23722324253415275,-2.597072879932416,-0.9662265777587891,0.23500454425811768,0.10573047399520874,-0.8429293632507324,-1.6990880966186523,-0.9703323245048523,-0.49664872884750366,-0.28010955452919006,0.784299373626709 +566,-1.650414004351673,-0.2600624463004371,-2.5977486712870226,-0.9633125066757202,0.2571409046649933,0.07685917615890503,0.8280134797096252,-0.4156545102596283,0.5394335985183716,-0.11772680282592773,0.08326742053031921,-0.2306220531463623 +567,-1.6372656975251982,-0.2741680961952177,-2.5901397664290604,-0.9605250358581543,0.2707462012767792,0.06393968313932419,0.21753892302513123,0.2581283152103424,0.07758219540119171,-0.0885014533996582,-0.09041780233383179,-0.20262682437896729 +568,-1.6093656284433493,-0.2837770961221967,-2.5757481251483805,-0.9592906832695007,0.27998366951942444,0.03701752796769142,0.012785200960934162,0.25756219029426575,0.11572019010782242,0.18515139818191528,-0.08352679014205933,-0.062469128519296646 +569,-1.5625649728663937,-0.29536837712002245,-2.5535632922081932,-0.9566624760627747,0.29109230637550354,-0.007874805480241776,0.25017887353897095,0.5159978270530701,0.2054455280303955,0.1911138892173767,-0.10972636938095093,0.13626229763031006 +570,-1.523369839727778,-0.31512958644511235,-2.5210513032650934,-0.9496870636940002,0.3099396824836731,-0.04507412016391754,0.01455594226717949,-0.13860131800174713,-0.012721853330731392,-0.0969436764717102,-0.22372755408287048,0.17854273319244385 +571,-1.5293152949069988,-0.30420233130117713,-2.5144310907608793,-0.9532653093338013,0.2995322346687317,-0.03956512361764908,0.08416265994310379,-0.5501869916915894,-0.2687550187110901,-0.5164610743522644,-0.026430457830429077,0.18879610300064087 +572,-1.6178823877014445,-0.2802233079560766,-2.5701084239299177,-0.9599286317825317,0.27657026052474976,0.04523269087076187,-0.4293147325515747,-0.7147505283355713,-0.3037835955619812,-0.15257441997528076,0.29413896799087524,-0.3379114866256714 +573,-1.631078241994121,-0.25234822180652033,-2.5777313986837997,-0.9665699005126953,0.24967849254608154,0.058337364345788956,0.2313210666179657,0.13968658447265625,0.0709245353937149,0.3931293487548828,0.09600937366485596,-0.05833733081817627 +574,-1.6426879102382155,-0.2606818330965713,-2.5734249088475556,-0.9637187123298645,0.257739394903183,0.06940287351608276,-0.2519468665122986,-0.08608299493789673,-0.02563036046922207,0.13388466835021973,-0.056033432483673096,-0.04894077032804489 +575,-1.6080688602532265,-0.2687111968856967,-2.5496963767741248,-0.963444173336029,0.2654891014099121,0.03592664375901222,0.7384214997291565,0.17944204807281494,0.22296695411205292,0.11525392532348633,0.043882817029953,0.1350327730178833 +576,-1.6219711648519037,-0.27712023758157384,-2.5035091757718626,-0.9605880379676819,0.2735868990421295,0.04920089244842529,-0.4645586609840393,-0.862129807472229,-0.3429378867149353,-0.43968045711517334,-0.1903807520866394,0.5315181016921997 +577,-1.6183208629472157,-0.23235131476663703,-2.5365329874838496,-0.9720287919044495,0.2302662879228592,0.04623002931475639,0.8278526663780212,0.8197585344314575,0.8910516500473022,0.1593000292778015,0.17357279360294342,-0.4774281978607178 +578,-1.6384770660599972,-0.28418777785839094,-2.5048219936911846,-0.9576922059059143,0.28037789463996887,0.0649164691567421,-0.3244948983192444,0.20971569418907166,-0.21412460505962372,-0.17873668670654297,0.08749625086784363,-0.2454432249069214 +579,-1.59878338991185,-0.2721776468726219,-2.4842098881123866,-0.9628105759620667,0.2688295543193817,0.026953278109431267,0.20911739766597748,0.20299291610717773,0.037435442209243774,0.35821157693862915,-0.09721392393112183,0.12391042709350586 +580,-1.5879359740224415,-0.27697150980826124,-2.4981900814687505,-0.9617467522621155,0.2734438478946686,0.016485614702105522,-0.2340434342622757,0.38348543643951416,-0.009599681943655014,0.1852421760559082,-0.05739462375640869,-0.09839475154876709 +581,-1.5404221017107582,-0.2820322447988766,-2.5047542413018262,-0.9600488543510437,0.2783081829547882,-0.029169712215662003,0.28180283308029175,0.3224824070930481,0.2193894237279892,0.08816158771514893,-0.14276432991027832,0.16923010349273682 +582,-1.5124760219414477,-0.28655727452707913,-2.486204362268529,-0.9575919508934021,0.2826515734195709,-0.05591046065092087,-0.16194850206375122,-0.10157456248998642,-0.20603975653648376,-0.3336068391799927,-0.21563491225242615,0.28665387630462646 +583,-1.6040741014652107,-0.25119161932820727,-2.5905054901359645,-0.9680806398391724,0.24855835735797882,0.032227467745542526,-1.2208229303359985,-0.6214774250984192,-0.4396798312664032,-0.27540379762649536,0.445258766412735,-0.35492026805877686 +584,-1.622870971553004,-0.2223823435457648,-2.6327091428403415,-0.9740526676177979,0.220553919672966,0.050769343972206116,0.09942798316478729,0.32489216327667236,0.056538693606853485,0.23033922910690308,0.2090572863817215,-0.026401042938232422 +585,-1.6244107927815397,-0.2385658830638801,-2.640094748935147,-0.9702815413475037,0.23630936443805695,0.05207103118300438,-0.1617100089788437,0.27982097864151,0.08050590753555298,0.2322292923927307,-0.19157060980796814,-0.0264362134039402 +586,-1.5906368387607825,-0.2452748696317629,-2.622659112377931,-0.9698796272277832,0.24282297492027283,0.019245434552431107,0.46981459856033325,0.38175398111343384,-0.024095555767416954,0.14488273859024048,-0.08774791657924652,0.009380100294947624 +587,-1.6313131648588228,-0.23385575850120624,-2.5634194481369708,-0.9709994196891785,0.23173004388809204,0.05883365496993065,0.1433565765619278,-1.7707833051681519,-0.556033730506897,-0.40197116136550903,-0.11010225117206573,0.6490978002548218 +588,-1.6364485122172128,-0.23082256959933173,-2.5720984848882966,-0.971381425857544,0.22877834737300873,0.06386509537696838,0.26228296756744385,-0.41172757744789124,1.1231331825256348,-0.2737053632736206,0.17153599858283997,-0.4959787130355835 +589,-1.6326420258092345,-0.2383956118997192,-2.614114960717512,-0.9698604345321655,0.23614391684532166,0.060058288276195526,0.39229393005371094,0.9656009674072266,0.03396237641572952,-0.19038748741149902,0.27174490690231323,-0.2875669002532959 +590,-1.5856046877873382,-0.26178993824368624,-2.554511383231478,-0.9658223390579224,0.2588099241256714,0.014303291216492653,-0.1446857899427414,0.08172722160816193,0.08304177969694138,0.29664820432662964,-0.15964308381080627,0.1321810483932495 +591,-1.5712773307352437,-0.2566134995555671,-2.594976163968735,-0.9672549366950989,0.2538064122200012,0.0004652534844353795,-0.571735680103302,0.4489666521549225,0.004910246469080448,0.4058535695075989,-0.04824000597000122,-0.0204237699508667 +592,-1.5416396135346524,-0.26776920296895024,-2.5817272903797432,-0.9639537334442139,0.26458078622817993,-0.02811368927359581,0.5143584609031677,0.08717349916696548,0.12704090774059296,-0.12431836128234863,-0.15671640634536743,0.1875070333480835 +593,-1.5470091097093497,-0.26311832519851214,-2.5413580719440483,-0.9653105139732361,0.2600928246974945,-0.022966383025050163,-0.4653375744819641,-1.2718514204025269,-0.15198040008544922,-0.3378511071205139,0.04776853322982788,0.3344745635986328 +594,-1.6481862678335184,-0.2481765083307739,-2.6386766806254145,-0.9664605855941772,0.2456367462873459,0.07494400441646576,0.12736213207244873,-0.26837989687919617,-0.30109891295433044,-0.18872129917144775,0.4969016909599304,-0.45749711990356445 +595,-1.6264370240509325,-0.2625082422581978,-2.6111303544363094,-0.9642477035522461,0.25950369238853455,0.05370685085654259,0.43591731786727905,-0.06867778301239014,0.2242363542318344,0.18755996227264404,-0.004193603992462158,-0.0069539472460746765 +596,-1.6198428213947276,-0.26975574036867345,-2.601280157191437,-0.962677001953125,0.26649603247642517,0.04725382849574089,0.3111828565597534,0.05397098511457443,0.07927204668521881,0.3315887451171875,-0.14999517798423767,-0.09240460395812988 +597,-1.5821980619379472,-0.2818391658633643,-2.5490597940866246,-0.9604830145835876,0.2781227231025696,0.010951647534966469,0.3010651469230652,0.11881199479103088,0.06280205398797989,0.1363559365272522,0.027922779321670532,0.21028554439544678 +598,-1.6493161351182357,-0.2515957880749155,-2.5594166708844055,-0.9655323624610901,0.2489498257637024,0.07596960663795471,-1.2542320489883423,1.6970746517181396,-0.17035357654094696,0.1655750870704651,0.010434329509735107,0.4053231477737427 +599,-1.6720562868819389,-0.2755823614079548,-2.5820746124674674,-0.9573377966880798,0.2721073627471924,0.09727267920970917,-0.3195130527019501,-0.4480372667312622,-0.33155685663223267,-0.32470571994781494,-0.07363629341125488,-0.23669230937957764 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/r10.csv b/BoostRunClub/CoreML/DataSet/Motion/running/r10.csv new file mode 100644 index 0000000..b94c885 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/r10.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-0.1580393595431392,0.7462197102683464,-0.9762152818033741,-0.11555959284305573,-0.6788678765296936,-0.725109875202179,-0.3938825726509094,-0.46379923820495605,-0.40779006481170654,0.11234001070261002,0.05569899082183838,0.012707531452178955 +1,-0.10079434033298605,0.7097838517253103,-0.8842503949504767,-0.07632339000701904,-0.6516698598861694,-0.7546529769897461,0.05086945742368698,0.4031141996383667,-0.9867570996284485,-0.004807591438293457,0.19714105129241943,0.3139333724975586 +2,-0.08495825650044109,0.6882883621093913,-0.9186520735553796,-0.06553728133440018,-0.6352161765098572,-0.769548773765564,-0.718237578868866,0.7486991286277771,-0.07152985036373138,0.016999073326587677,0.007484853267669678,0.20501941442489624 +3,-0.04520023469252663,0.5991141845656079,-0.9249201337929941,-0.0373152457177639,-0.5639111399650574,-0.8249920010566711,-0.9303280115127563,-0.12212320417165756,0.15575605630874634,0.1487196534872055,-0.24332451820373535,-0.21103405952453613 +4,-0.05562670099054708,0.5679606342228157,-0.8836299143408278,-0.04686911404132843,-0.537913978099823,-0.8416957855224609,-0.1644172966480255,-0.3008849620819092,0.07094502449035645,0.21653158962726593,0.0075032711029052734,-0.1983889937400818 +5,-0.12883996449318955,0.5341744773566933,-0.8338184064272909,-0.11058463156223297,-0.5091307163238525,-0.8535555005073547,-0.09533227980136871,-0.636979341506958,0.3441145122051239,0.06926383078098297,0.13342881202697754,0.17537862062454224 +6,-0.21522668626255465,0.5144315310615695,-0.7835736908453537,-0.18592722713947296,-0.4920400381088257,-0.8504867553710938,0.5950503945350647,-0.6541935801506042,0.44210150837898254,0.09945566952228546,0.12401330471038818,0.22045135498046875 +7,-0.2643441012182125,0.5197632257856281,-0.7415748528691749,-0.22677123546600342,-0.49667465686798096,-0.8377882242202759,-0.360462486743927,0.23704880475997925,0.28742295503616333,0.062113627791404724,-0.05129897594451904,0.08867323398590088 +8,-0.33107699646539057,0.5832356163667304,-0.7147953865008082,-0.27132418751716614,-0.5507275462150574,-0.7893556952476501,1.1280338764190674,-0.8542466163635254,-0.4408128261566162,-0.04907986521720886,-0.21321898698806763,-0.14234596490859985 +9,-0.375873552467938,0.6067472305638528,-0.7403522645238382,-0.3015631139278412,-0.5701982975006104,-0.7641554474830627,-0.3014581501483917,0.11236537247896194,-0.6179061532020569,-0.2648125886917114,-0.13976258039474487,-0.296894907951355 +10,-0.29631500500343444,0.5400069963389962,-0.8419845395677106,-0.25044798851013184,-0.5141419768333435,-0.8203254342079163,-0.44933220744132996,0.3759920299053192,-0.7296531200408936,-0.032205820083618164,0.06065082550048828,-0.13028186559677124 +11,-0.2541966450664562,0.5966198933735146,-0.8968835248532806,-0.20802420377731323,-0.5618495345115662,-0.8006566166877747,0.8673350811004639,0.009394340217113495,-0.8718547821044922,0.10472221672534943,0.11261552572250366,0.31046801805496216 +12,-0.2705771299895881,0.6900580369272732,-0.9376975949464414,-0.2061346173286438,-0.6365819573402405,-0.743149995803833,0.4748421311378479,0.12128022313117981,-0.021762019023299217,0.2538946270942688,0.07791191339492798,0.3040783405303955 +13,-0.20255892434107314,0.6208160651536324,-0.9535866641405206,-0.16363784670829773,-0.5816991329193115,-0.7967739105224609,-1.8071409463882446,0.7797428965568542,0.06643254309892654,0.19827532768249512,-0.2171136736869812,-0.10242646932601929 +14,-0.21025493441438517,0.5917118928773177,-0.9093580103808336,-0.17322595417499542,-0.5577827095985413,-0.8117088675498962,0.8601726293563843,-1.6724226474761963,-0.14742489159107208,0.047020524740219116,-0.17756885290145874,-0.27154314517974854 +15,-0.3961416291358912,0.6401917990429218,-0.8158342531568819,-0.3094537854194641,-0.5973492860794067,-0.7398731112480164,2.382556676864624,-3.703585624694824,1.1623488664627075,0.2340753674507141,0.17733585834503174,-0.13469964265823364 +16,-0.8796484844593496,0.7403079257699468,-0.4968144162446751,-0.5688410401344299,-0.6745152473449707,-0.4705837666988373,2.403169631958008,-2.2835755348205566,1.452950358390808,0.34916025400161743,0.3736119270324707,0.27455413341522217 +17,-1.4536884460991633,0.7277830444730504,-0.02706446411287159,-0.7415369749069214,-0.6652159690856934,-0.08723899722099304,2.535787582397461,-2.802579164505005,2.297990322113037,0.6590327024459839,0.5256590843200684,0.34203028678894043 +18,-1.955555868238113,0.35810602778352885,0.19519072838314538,-0.8680890798568726,-0.35050103068351746,0.35152581334114075,2.928410530090332,-3.131556987762451,4.410602569580078,0.19883859157562256,0.9551000595092773,0.00897824764251709 +19,-1.9536575670113534,-0.22443700914349812,-0.05953400458073585,-0.9043349027633667,0.22255752980709076,0.36420661211013794,-2.220182180404663,1.812662959098816,8.135139465332031,-1.0605087280273438,1.599067211151123,-0.07251957058906555 +20,-2.0055633235076997,-0.793518909377084,-0.5487141685227555,-0.636094331741333,0.7128256559371948,0.2954043447971344,-1.7131603956222534,2.007464647293091,3.634399890899658,-2.029951810836792,0.03586214780807495,-0.5302982330322266 +21,-1.9088497539009934,-0.8550429889534207,-0.7418366594802056,-0.6190474629402161,0.7545991539955139,0.21762503683567047,-1.0869497060775757,1.4905585050582886,1.0831958055496216,0.05778336524963379,-0.6319947242736816,-0.014728903770446777 +22,-2.0723694147118312,-0.9190531331601964,-1.0310677505461454,-0.531859815120697,0.7950276136398315,0.2916436195373535,-1.3701107501983643,0.2059614658355713,1.0302209854125977,-0.4311680793762207,-0.7539968490600586,-0.2206292748451233 +23,-2.1659277025031813,-0.8971608297017621,-1.176191293405882,-0.5165792107582092,0.7815588712692261,0.349730908870697,-0.12545637786388397,0.3709625005722046,-0.5586103200912476,-0.8275217413902283,-0.5300940275192261,-0.1918330192565918 +24,-2.0685818439804327,-0.8186615864750925,-1.0297173988899149,-0.6002876162528992,0.7302320599555969,0.32621464133262634,0.879042387008667,-0.319927453994751,-2.037031888961792,-0.9906547665596008,-0.0852736234664917,0.11860954761505127 +25,-1.9956617737182476,-0.573509299311324,-0.7409329095604176,-0.7653209567070007,0.5425832271575928,0.3462473154067993,0.5952138304710388,-1.1415507793426514,-4.214404106140137,-0.9010303020477295,0.5506021976470947,-0.026331543922424316 +26,-1.9189509117255117,-0.1681119629987826,-0.5210017700940939,-0.9267523884773254,0.16732123494148254,0.33635422587394714,0.2530640661716461,0.40722987055778503,-4.460488796234131,0.1876164674758911,0.43364620208740234,-0.21490934491157532 +27,-1.8812993164261929,0.20667052417122247,-0.34803411461254136,-0.9319172501564026,-0.20520241558551788,0.2990356683731079,0.7639613747596741,0.15808333456516266,-3.4391744136810303,0.4317799210548401,0.7832359075546265,-0.2628113031387329 +28,-1.9297175366862367,0.36432373155936426,-0.16446452157749442,-0.8748238682746887,-0.3563174903392792,0.32820916175842285,1.0166317224502563,-0.5796680450439453,-0.03052968531847,0.7767250537872314,0.9080448150634766,-0.06188225746154785 +29,-1.965552795177963,0.13782602519089443,-0.1520445360577201,-0.9143366813659668,-0.13739007711410522,0.3809364438056946,1.3334195613861084,0.21866801381111145,3.6266586780548096,0.1768946647644043,0.9892882704734802,-0.0784003734588623 +30,-1.8977346127588812,-0.3284774419643719,-0.3606372546683945,-0.8963966965675354,0.322602242231369,0.30397486686706543,-1.5974093675613403,1.9479533433914185,5.6668477058410645,-0.8399924635887146,0.9821157455444336,-0.04134058952331543 +31,-1.8555843796008502,-0.7211015045417074,-0.7369723666979883,-0.7208262085914612,0.6602123975753784,0.2110186219215393,-1.8656717538833618,2.1449999809265137,2.8025410175323486,-0.6839436292648315,-0.3930920958518982,-0.33083072304725647 +32,-1.8738901772802523,-0.8407467688117127,-0.9705946586726334,-0.6365073919296265,0.745141327381134,0.19905458390712738,-0.4811730980873108,0.7017441391944885,1.1262116432189941,-0.31533586978912354,-0.5659421682357788,-0.20018362998962402 +33,-1.931129427048466,-0.9574762932977364,-1.0539632544434954,-0.538621187210083,0.8177415728569031,0.20294341444969177,0.3537822961807251,-0.3198624551296234,1.1442538499832153,-0.7936389446258545,-0.6179582476615906,-0.14743196964263916 +34,-1.8857393282691184,-0.9513397028209589,-0.970753305584379,-0.5520358085632324,0.8141940832138062,0.17984575033187866,0.3920116126537323,-0.7432878017425537,-1.2254151105880737,-0.8143277168273926,-0.43194615840911865,0.027551651000976562 +35,-1.8508054937998835,-0.8004642440835168,-0.7915583687111502,-0.6692519187927246,0.7176794409751892,0.19245292246341705,0.8330264687538147,-2.104849100112915,-2.542448043823242,-1.010450839996338,0.07954651117324829,-0.14299917221069336 +36,-1.8985796207061276,-0.4368080552811517,-0.597350539465829,-0.8578641414642334,0.4230493903160095,0.29171666502952576,0.4479275643825531,-0.3359828591346741,-5.18526029586792,-0.5269321203231812,0.5064398050308228,-0.49612340331077576 +37,-1.8396194747040677,0.03744776829023052,-0.38175226691517167,-0.963408350944519,-0.03743901476264,0.2654108703136444,0.8761419653892517,0.258025199174881,-4.536337852478027,0.254286527633667,0.7650085687637329,-0.3238978087902069 +38,-1.9107216873259258,0.36876748010787397,-0.14855724497427267,-0.8793985843658447,-0.36046603322029114,0.31100186705589294,0.8067544102668762,-0.1120687797665596,-2.863126039505005,0.5620921850204468,1.0013046264648438,-0.14443698525428772 +39,-1.9142605037815552,0.4127290766680266,-0.09088302379094412,-0.8625276684761047,-0.4011107385158539,0.3084738254547119,0.2733798027038574,0.20559199154376984,2.063406229019165,0.707879900932312,1.0045500993728638,-0.17698884010314941 +40,-1.858806528401255,-0.00029679223733381676,-0.11436658478915818,-0.9588108062744141,0.00029679221916012466,0.28404489159584045,0.7288616299629211,0.31246209144592285,5.50684928894043,-0.1657313108444214,1.0647666454315186,0.1623203456401825 +41,-1.8266939364817014,-0.5365515696465281,-0.47994733650944826,-0.8314890265464783,0.5111752152442932,0.21754546463489532,-3.222245693206787,2.4681754112243652,6.21685266494751,-1.1268696784973145,0.7468966841697693,-0.3592691421508789 +42,-1.8805433228554598,-0.8448159380847756,-0.8459621292299192,-0.6322757005691528,0.7478489279747009,0.2023589313030243,0.7108328342437744,1.7548725605010986,-0.21691489219665527,-0.9294307231903076,-0.9295201897621155,-0.5088164806365967 +43,-1.723364384765973,-0.8001369591141763,-0.8851005938531767,-0.6885168552398682,0.7174515128135681,0.1058683842420578,-1.20079505443573,0.29539793729782104,0.8783165812492371,-0.02837163209915161,-0.5549453496932983,0.05004596710205078 +44,-1.8551473858751308,-0.8709838879972068,-0.9811492975751386,-0.6182109117507935,0.7649630308151245,0.18068517744541168,0.2358604222536087,-0.2573513984680176,-0.053527072072029114,-0.808287501335144,-0.50754714012146,-0.2185727208852768 +45,-1.8054512875240205,-0.7964684618307478,-0.8722551820601236,-0.6800729036331177,0.7148911952972412,0.16257749497890472,0.6497114300727844,-0.34432128071784973,-1.38632071018219,-0.7182577848434448,-0.1343247890472412,-0.08993041515350342 +46,-1.793284553235309,-0.6410367775265241,-0.6701552983640586,-0.7817211747169495,0.598026692867279,0.1768515408039093,1.4888874292373657,-1.87435781955719,-2.6255104541778564,-0.8131733536720276,0.24271738529205322,-0.19377349317073822 +47,-1.799083484979949,-0.34548963786779885,-0.4439385018546804,-0.9164983034133911,0.338657408952713,0.21293677389621735,1.3139500617980957,-0.4624249339103699,-3.805736541748047,0.05282032489776611,0.163906067609787,-0.26721227169036865 +48,-1.8209434652902152,-0.007749424796333736,-0.26904972568213525,-0.9688469171524048,0.007749347016215324,0.24753908812999725,0.5580769777297974,-0.7081199884414673,-3.2322638034820557,0.4088951349258423,0.488573282957077,-0.22394895553588867 +49,-1.8733520506927994,0.21169917482369532,-0.1706332706713129,-0.9332674741744995,-0.21012143790721893,0.2913089394569397,0.025188708677887917,0.10330080986022949,-0.9773905873298645,0.584466814994812,0.8682330250740051,-0.21727323532104492 +50,-1.857755167494315,0.10791848853038476,-0.17312244880534386,-0.9535292983055115,-0.1077091321349144,0.28139013051986694,0.9405784606933594,0.5164763927459717,2.684826135635376,0.3207321763038635,0.8506596088409424,-0.1598692536354065 +51,-1.8363682784391997,-0.27693255873700634,-0.2962709909081912,-0.928176999092102,0.27340638637542725,0.25246110558509827,-1.9345855712890625,0.6816721558570862,4.891022205352783,-0.43025195598602295,0.7457586526870728,-0.01974928379058838 +52,-1.8168548097444726,-0.691951324495217,-0.6056239656066551,-0.7468098998069763,0.6380409002304077,0.18755953013896942,-0.8272704482078552,2.148709297180176,4.069093704223633,-0.6216897368431091,-0.11164325475692749,-0.3330368995666504 +53,-1.7735964175523762,-0.8843046004392596,-0.7644794922761342,-0.6208378672599792,0.773474395275116,0.12766093015670776,-0.525329053401947,1.0549386739730835,0.7195785641670227,-0.3601648807525635,-0.6762913465499878,-0.12555529177188873 +54,-1.8200894111684696,-0.9447284178693592,-0.8990505279233525,-0.567849338054657,0.8103378415107727,0.14456821978092194,-0.1394987404346466,-0.08216863125562668,0.9834566712379456,-0.44507497549057007,-0.5260817408561707,-0.20806001126766205 +55,-1.8097198039099842,-0.9818429320323535,-0.8565562399923182,-0.5397111177444458,0.831522524356842,0.13146068155765533,0.6469456553459167,-0.3393807113170624,-0.8468343615531921,-0.9331433773040771,-0.4463145136833191,-0.06012585759162903 +56,-1.7577719498244784,-0.8594852747396864,-0.6899771682540669,-0.6414492130279541,0.7575066089630127,0.12135283648967743,1.1775298118591309,-1.7948319911956787,-1.8971223831176758,-0.8578640818595886,-0.09915095567703247,-0.112228162586689 +57,-1.8465175428762512,-0.5714754427364228,-0.4716478909141025,-0.8093347549438477,0.540873646736145,0.22898298501968384,0.2332286238670349,-1.7492432594299316,-4.311695098876953,-0.6297522187232971,0.34352582693099976,-0.3106022775173187 +58,-1.8937171894355616,-0.12546935542161192,-0.2926877082073622,-0.9408579468727112,0.12514041364192963,0.31484323740005493,0.18499904870986938,-1.2733347415924072,-4.584426403045654,0.2531290650367737,0.5073211193084717,-0.2897578477859497 +59,-2.05121592594111,0.25830584647613153,-0.1234877714709214,-0.8573808073997498,-0.2554429769515991,0.44681909680366516,-0.006949735805392265,-1.0594964027404785,-3.5927724838256836,0.20666968822479248,0.9153550863265991,-0.2842214107513428 +60,-2.120798795671278,0.48906486163064267,-0.0799661942460375,-0.7525840997695923,-0.46980059146881104,0.4614157974720001,-0.8971800804138184,-0.36457547545433044,-1.0780487060546875,0.030767083168029785,0.617383599281311,-0.17961657047271729 +61,-2.0905517493944354,0.5734135278186565,-0.194679808020275,-0.7291170954704285,-0.542502760887146,0.4172278642654419,-1.8957226276397705,0.18026788532733917,0.47027942538261414,-0.09923678636550903,0.0719064474105835,0.2352837324142456 +62,-1.6518860429914992,0.5966837745364332,-0.6631997049570777,-0.8244854211807251,-0.5619024038314819,0.06700421869754791,-4.9605207443237305,2.4647934436798096,0.6951377987861633,-0.2248157262802124,-0.05717724561691284,0.19755268096923828 +63,-1.1152384531754276,0.5330712798935062,-1.2537950606660349,-0.7734164595603943,-0.5081808567047119,-0.3789186477661133,-4.013052463531494,1.4689546823501587,-1.4539190530776978,0.2726687788963318,0.11725068092346191,0.01606464385986328 +64,-0.7935371083215592,0.3964686702490048,-1.603353007542857,-0.6575438380241394,-0.3861633539199829,-0.6469266414642334,-2.9220449924468994,1.9128507375717163,0.03301983326673508,0.3558775782585144,0.10608828067779541,0.0735929012298584 +65,-0.6491013411754969,0.19755099651374652,-1.732801794255181,-0.5927138924598694,-0.19626854360103607,-0.7811330556869507,-0.434482604265213,0.0038453536108136177,-0.10432930290699005,0.14180141687393188,0.0008950084447860718,-0.4413553476333618 +66,-0.9164249890386962,0.4695657920455055,-1.5310639119729568,-0.7075535655021667,-0.452499121427536,-0.5427820682525635,7.123597621917725,-3.716020107269287,-1.6442173719406128,-0.05561470985412598,-0.0342867374420166,-0.591418981552124 +67,-2.0783117344951147,0.8614396266339026,-0.4715988017441523,-0.5692467093467712,-0.7587810158729553,0.3165588080883026,8.594894409179688,-3.3050713539123535,-3.3897340297698975,-0.44126659631729126,-0.0550616979598999,-0.171600341796875 +68,-2.4921016765698503,0.7930598112787737,0.046817676485350165,-0.42435580492019653,-0.7125035524368286,0.5588029623031616,-6.603359699249268,3.0886735916137695,1.724425196647644,0.4350675046443939,-0.1265924572944641,1.0892834663391113 +69,-0.749263018195257,0.48995280757635673,-1.4692540123779654,-0.6009714603424072,-0.4705842435359955,-0.6460524797439575,-11.156167030334473,6.450511455535889,3.5266497135162354,0.4995615482330322,0.8073456883430481,0.0019789934158325195 +70,-0.8479713266650427,0.8213983912629268,-1.355276541952729,-0.5108576416969299,-0.7320991158485413,-0.4506165087223053,16.327129364013672,-3.8830246925354004,-6.315911769866943,0.1408625841140747,1.1710792779922485,-0.3624937832355499 +71,-2.730047229784006,1.0612434886542583,0.44567578143601116,-0.1951277107000351,-0.8729627132415771,0.44705891609191895,-11.415716171264648,5.171027183532715,4.282236576080322,0.4632856249809265,-0.0017628073692321777,2.15480899810791 +72,-0.4817577589777567,0.48308905292159837,-1.7403735307687787,-0.4103151857852936,-0.46451693773269653,-0.7847709655761719,2.9733972549438477,-2.1035709381103516,-0.9720762968063354,-0.01993688941001892,0.12667208909988403,-3.7191810607910156 +73,-2.582910983431789,1.1449775984464332,0.2624214498540828,-0.2189534455537796,-0.9107008576393127,0.3502613306045532,10.563345909118652,-1.0171000957489014,-2.1365866661071777,0.33577480912208557,0.24702000617980957,0.8653299808502197 +74,-0.5207359101105322,0.7923824132886848,-1.5859525475221667,-0.3493331968784332,-0.7120280861854553,-0.6090831756591797,-17.49928092956543,5.144174098968506,1.5182291269302368,0.7907394766807556,1.94499933719635,0.2141399383544922 +75,-1.0409653843404265,1.2344942075387093,-1.2431982432217616,-0.28475362062454224,-0.943981409072876,-0.1667773425579071,19.257579803466797,-4.2714033126831055,-5.295748233795166,0.39484578371047974,1.507396936416626,-0.024812042713165283 +76,-2.7418547117646908,1.0705899848404359,0.38259477504727607,-0.18665176630020142,-0.877483606338501,0.4417957067489624,-15.315186500549316,6.266735553741455,3.261855363845825,0.1128908097743988,-0.07214701175689697,2.127234935760498 +77,-0.38526943383241996,0.6685785664669749,-1.8367102592454423,-0.29489853978157043,-0.619871199131012,-0.7271826267242432,12.5114164352417,-1.0184606313705444,-0.8587753772735596,-0.053642719984054565,0.532590925693512,-2.211141347885132 +78,-3.128640074847857,0.6029159129573701,0.7919653053351488,-0.010668554343283176,-0.5670467019081116,0.8236165046691895,14.135290145874023,-0.130867138504982,-1.779342532157898,0.2815425992012024,0.4624782204627991,1.292090892791748 +79,-1.90948683882109,1.151097148499311,-0.33246333733485434,-0.3843366503715515,-0.9132115840911865,0.13538804650306702,-14.326054573059082,3.68228816986084,4.468804359436035,0.623060405254364,1.137164831161499,-0.07983076572418213 +80,-1.1069514730152006,0.9907557743653914,-1.2260445333492938,-0.4901495575904846,-0.8364404439926147,-0.2451956421136856,14.100861549377441,-2.963710069656372,-4.713688850402832,-0.08992859721183777,1.2512505054473877,-1.171231985092163 +81,-3.0641103328509534,0.35240664794890153,0.7462343808308914,-0.07264789938926697,-0.34515756368637085,0.9357290863990784,0.024263758212327957,0.6498535871505737,3.5509068965911865,1.4462593793869019,0.3423956334590912,1.7238322496414185 +82,-2.2104038574574894,0.9817990899166278,-0.21515598689960114,-0.44571653008461,-0.8314981460571289,0.3315836787223816,-8.646747589111328,1.9827748537063599,3.5993571281433105,-0.13275942206382751,0.3849191665649414,-0.3041025400161743 +83,-2.761015367011796,0.571818798940209,0.35662161295723,-0.3123645782470703,-0.5411624312400818,0.7807508707046509,18.71522331237793,-0.06451366096735,-2.6258561611175537,0.038484543561935425,0.5490968823432922,-0.008427143096923828 +84,-2.3467307690519013,0.5985194687490757,-0.04572701828999021,-0.5896931886672974,-0.5634199380874634,0.578636109828949,-12.920454025268555,2.995008707046509,2.6569900512695312,0.49691981077194214,0.9615218043327332,0.370430052280426 +85,-2.427866929405789,0.7689464683575523,-0.2575894864306715,-0.4704635441303253,-0.6953784823417664,0.5432429909706116,14.083770751953125,-2.558558225631714,-5.856376647949219,-0.19660496711730957,0.8846942782402039,-1.4666438102722168 +86,-2.637995162844169,0.3777958599314709,0.08705658209398869,-0.44854795932769775,-0.36887267231941223,0.8140869140625,-10.731101036071777,3.3096344470977783,2.0307767391204834,0.12048396468162537,-0.10250183939933777,1.330612063407898 +87,-2.004910466405184,0.8542112173509562,-0.8260364090778083,-0.5958892703056335,-0.7540530562400818,0.2762601971626282,6.624078273773193,-0.7117457389831543,-2.9597091674804688,-0.5615813732147217,0.05553632974624634,-2.668212890625 +88,-2.7523210687160895,0.05448242705480532,0.32542574241551236,-0.37895140051841736,-0.0544554777443409,0.9238128066062927,-6.599984645843506,3.47111177444458,2.4502077102661133,0.6831812262535095,-0.08439949154853821,4.1566009521484375 +89,-2.2140517923145566,0.7088566791011671,-0.4645880973771044,-0.6073970794677734,-0.6509662866592407,0.4553147256374359,-6.507699012756348,-0.1365519016981125,0.35460299253463745,-0.3059176802635193,0.6824910044670105,-0.862434446811676 +90,-2.7830948926204586,0.23579379435984205,0.5422626371433783,-0.3411591649055481,-0.23361489176750183,0.9105134606361389,14.203241348266602,0.5278744697570801,-2.503981351852417,1.1100800037384033,0.6692532896995544,0.42432546615600586 +91,-2.247236681168219,0.7173461080513279,-0.10306796336280279,-0.5876252055168152,-0.6573871374130249,0.47174015641212463,-12.740387916564941,0.7184512615203857,3.093343496322632,0.45263075828552246,1.3071368932724,-0.20095765590667725 +92,-2.6508339198172997,0.6429292294763503,0.2581249688651057,-0.37719783186912537,-0.5995423793792725,0.7058829665184021,17.81991958618164,-0.9557388424873352,-7.483794212341309,-0.5207055807113647,1.16495680809021,-0.6844901442527771 +93,-2.5318175923891233,0.3867178518243637,0.2674693537242763,-0.5303916335105896,-0.37715068459510803,0.7592380046844482,-13.259182929992676,1.056089997291565,3.908489942550659,0.04966336488723755,0.5978842377662659,1.0412381887435913 +94,-2.03134487726455,0.8255247484477273,-0.602632599129155,-0.6075120568275452,-0.7349037528038025,0.30140626430511475,8.958700180053711,0.4952602982521057,-2.887169599533081,-0.5765699744224548,-0.12079387903213501,-2.448455333709717 +95,-2.7132541620097657,0.20900584095638802,0.4805437759467797,-0.40632084012031555,-0.20748747885227203,0.8898610472679138,-5.72491455078125,1.1483547687530518,2.1706082820892334,1.1059515476226807,0.30166468024253845,2.530808687210083 +96,-1.960695764252049,0.7619289421197138,-0.5459641421081444,-0.6692048907279968,-0.6903183460235596,0.27500131726264954,-11.446404457092285,0.5735647082328796,3.1260294914245605,0.3505708575248718,0.8441421389579773,-0.5246042609214783 +97,-1.0495521205740599,0.36967325499354103,-1.242047865155092,-0.8086169958114624,-0.36131078004837036,-0.4643200635910034,-5.281431674957275,6.804116725921631,5.301381587982178,0.0497058629989624,0.02515965700149536,-0.20413696765899658 +98,-0.5554842028381315,0.07939263217357524,-1.1881007295204613,-0.5256936550140381,-0.07930925488471985,-0.8469688892364502,1.5729697942733765,3.6495890617370605,3.461862802505493,0.11665129661560059,0.13771991431713104,-0.8777320384979248 +99,-0.3326916389285433,0.16827052462556957,-0.9084190599494568,-0.3219754993915558,-0.167477548122406,-0.9318170547485352,1.718923807144165,2.6288466453552246,2.0983705520629883,-0.3012544810771942,0.303158700466156,-0.22241878509521484 +100,-0.09015083726409251,0.21286754433283017,-0.6504201843553291,-0.08799674361944199,-0.21126358211040497,-0.9734599590301514,1.5065863132476807,2.47855544090271,1.7901887893676758,-0.3102423846721649,0.15402787923812866,0.26412463188171387 +101,0.06210361819672703,0.3910006172394376,-0.49813801301481964,0.057379644364118576,-0.3811137080192566,-0.9227458834648132,1.7724071741104126,1.5596646070480347,0.8254468441009521,-0.2550114691257477,0.020579040050506592,0.6454021334648132 +102,0.0646265475982019,0.5055836761061627,-0.46262281015893986,0.05650189518928528,-0.48431816697120667,-0.8730655312538147,0.7622668147087097,-0.08753756433725357,0.04315987974405289,-0.15782025456428528,-0.017085641622543335,0.2611880898475647 +103,-0.0517452338717999,0.523671045817968,-0.46031295466182404,-0.04479082301259041,-0.5000625848770142,-0.8648301362991333,0.34576478600502014,-0.48179060220718384,0.07858210057020187,-0.2584013044834137,-0.13494718074798584,-0.1325148344039917 +104,-0.08287606530737954,0.5230616148769758,-0.4736156976974808,-0.07171286642551422,-0.4995347261428833,-0.8633204698562622,-1.197566270828247,-0.0142142865806818,-0.9211612939834595,-0.23070105910301208,-0.09131607413291931,0.14354819059371948 +105,-0.16008171208726793,0.48829660134450936,-0.5286454675406956,-0.14077045023441315,-0.4691222310066223,-0.8718417286872864,0.3445601761341095,-1.4481695890426636,0.15215077996253967,-0.05010175704956055,0.12427359819412231,0.2837832570075989 +106,-0.6109000993163003,0.6608095876902323,-0.374921153121453,-0.4528586268424988,-0.6137562394142151,-0.6467011570930481,3.4281046390533447,-5.146039009094238,1.6050690412521362,0.3709036409854889,0.4185352325439453,0.7011750340461731 +107,-1.3565053927925514,0.4110661776364862,0.06744953509750255,-0.8957281112670898,-0.39958691596984863,-0.1949394941329956,1.7564027309417725,-5.019016265869141,7.31904935836792,0.7112951874732971,1.1367542743682861,0.5723351240158081 +108,-1.7754075763016075,-0.5210476223576973,0.2534479583931225,-0.8492065668106079,0.49778902530670166,0.17622333765029907,2.8223581314086914,-2.00093150138855,10.732069969177246,-0.5061249732971191,2.1524338722229004,-0.4517664909362793 +109,0.03023378891600309,-1.1988083282844246,2.3301711904398172,0.010987351648509502,0.9316065907478333,-0.3633022606372833,8.012749671936035,1.2424017190933228,6.730395793914795,-3.5782785415649414,2.4009740352630615,-0.08339881896972656 +110,0.19567507460857192,-0.6650199084670161,2.1598620528473926,0.15299686789512634,0.6170747876167297,-0.7718877196311951,1.754075050354004,4.165189266204834,-6.219218730926514,-1.9912232160568237,0.6816160082817078,1.3581304550170898 +111,0.08070886875961893,-0.6768842572907405,1.2776736203679535,0.06284654885530472,0.6263672709465027,-0.776990532875061,-0.6432856917381287,2.841031551361084,-7.5754313468933105,-0.2981981039047241,0.38477158546447754,2.007566213607788 +112,-0.4287113344688059,-0.7483662137987616,0.6011317099527852,-0.3046249449253082,0.6804424524307251,-0.6664846539497375,-0.8088937401771545,-2.3232717514038086,-1.8051795959472656,0.5294327139854431,0.3121722936630249,-0.06050509214401245 +113,-0.8083574918012443,-0.6844868654854858,0.24765903816191492,-0.560258686542511,0.6322755217552185,-0.5351054072380066,-1.371477723121643,0.8206133842468262,-2.56868314743042,-0.1418744921684265,-0.03701496124267578,-0.6458332538604736 +114,-1.0360644860054757,-0.5280121294418187,-0.23373444753157616,-0.7432270050048828,0.5038172006607056,-0.4402066767215729,-1.8073807954788208,0.8407455086708069,-3.7665367126464844,-0.06771659851074219,0.43790948390960693,-0.29447346925735474 +115,-1.2421769249051822,-0.23499340538214814,-0.7081948543850929,-0.9204753041267395,0.23283657431602478,-0.31386643648147583,-3.0457842350006104,-1.569248080253601,-2.6373887062072754,0.019260942935943604,0.10513029992580414,-0.005622267723083496 +116,-1.531225374343782,-0.10584884484246825,-1.047621603016716,-0.9936248064041138,0.10565130412578583,-0.03933921456336975,0.634819507598877,-4.804871082305908,-2.720789909362793,0.20909416675567627,0.21548515558242798,-0.41549474000930786 +117,-1.870699053321891,0.06670758906972578,-0.8291637018858251,-0.9532403349876404,-0.0666581243276596,0.294770210981369,2.99752140045166,-1.9427801370620728,-0.4995805025100708,0.7913904190063477,0.2573014497756958,-0.48605430126190186 +118,-1.9798439924671278,-0.20573494466869177,-0.43132636054557233,-0.8981508016586304,0.20428666472434998,0.3893478810787201,6.333191871643066,-1.365504503250122,2.8966219425201416,0.1119418740272522,0.20326030254364014,-0.31996625661849976 +119,-1.92634728813672,-0.556944144584719,0.06304583402826955,-0.7957812547683716,0.5285946130752563,0.2954989969730377,2.5232276916503906,-1.3612444400787354,-0.5255701541900635,-1.0749309062957764,0.06478911638259888,0.6685208082199097 +120,-2.029458274393487,-0.4263775550014049,0.27597994776974255,-0.8163689374923706,0.4135754108428955,0.4031094014644623,1.514319658279419,-4.188879489898682,-3.473686456680298,-0.1545172929763794,0.980574369430542,0.08016693592071533 +121,-2.099909629712309,-0.2826537163716948,0.2356818570812844,-0.8289998173713684,0.2789050340652466,0.48473820090293884,-1.4910569190979004,0.9583002924919128,0.8984111547470093,1.1481070518493652,-0.17175784707069397,-0.4784974157810211 +122,-2.080535948276728,-0.5096420677457475,0.12660086453810604,-0.7619464993476868,0.48786482214927673,0.42594099044799805,2.422839641571045,0.0412747785449028,3.1739776134490967,0.192702054977417,-0.16776591539382935,-0.20801490545272827 +123,-1.8820937991610833,-0.9335469617722947,0.42351555097118637,-0.5663899779319763,0.8037353754043579,0.18224090337753296,3.2575082778930664,-1.393289566040039,0.3335132896900177,-0.9775400161743164,-0.048700034618377686,0.5496011972427368 +124,-1.6661948208902588,-1.0165175973331704,0.8200175239826748,-0.5239370465278625,0.8502802848815918,0.05013498663902283,1.4889971017837524,0.2098594605922699,-0.3866788148880005,-0.560703456401825,0.0327916145324707,0.8115135431289673 +125,-2.01705574170746,-0.8042691978393707,0.3981924659249417,-0.6257082223892212,0.720323920249939,0.29937005043029785,-4.106884956359863,-0.011109213344752789,-1.0516459941864014,-0.30254489183425903,0.7706428170204163,-1.2018969058990479 +126,-2.142810892506372,-0.7142518719146207,0.186437538404511,-0.6353036761283875,0.6550523042678833,0.4090176820755005,-1.7626497745513916,0.7609543204307556,-0.191721111536026,0.40350741147994995,-0.6635057926177979,-0.30998820066452026 +127,-2.122907798127256,-0.7590975445760648,0.1340601343121868,-0.6176684498786926,0.6882670521736145,0.38049250841140747,0.664968729019165,1.563234806060791,1.354026198387146,0.6432573795318604,0.09058749675750732,-0.13227763772010803 +128,-2.006379456595277,-1.0243900158322368,0.24751373112677846,-0.4710998833179474,0.8543974161148071,0.2192479521036148,1.4336572885513306,-0.9886257648468018,1.3148295879364014,-0.873550295829773,-0.10490113496780396,0.8967340588569641 +129,-1.8409639781181248,-1.0657548789122981,0.3648402789695005,-0.46629267930984497,0.875154435634613,0.12913446128368378,-1.6971055269241333,-0.29846012592315674,-0.40570488572120667,-0.5569463968276978,0.10474967956542969,0.3786933422088623 +130,-2.044976509130074,-0.9548551701597611,0.06094543053971889,-0.5139849781990051,0.816230058670044,0.26379555463790894,-1.8450031280517578,0.6298408508300781,-0.2756023705005646,-0.07387512922286987,0.6223686933517456,-0.4227004945278168 +131,-1.9544755150001694,-0.9141777794433238,0.04177484886602683,-0.5660587549209595,0.792060911655426,0.22850951552391052,0.30459776520729065,0.6497015953063965,-0.650169849395752,0.579639196395874,-0.6465837955474854,-0.23314827680587769 +132,-1.9264636999542584,-0.9371714238148007,0.13282821442482998,-0.5550146102905273,0.8058866262435913,0.20616817474365234,0.4778244197368622,-0.9836134910583496,-0.15188126266002655,0.4413366913795471,-0.26000356674194336,0.01874634623527527 +133,-1.9333452428854188,-1.0263132623800406,0.25999340910789975,-0.48430511355400085,0.8553951382637024,0.18370452523231506,1.899660348892212,-0.4949401617050171,0.38213300704956055,-0.6153194308280945,0.16270160675048828,0.4536551237106323 +134,-1.8717228440714924,-1.0722887658324862,0.47436437104667456,-0.4566299319267273,0.8782970905303955,0.1417158842086792,0.17375050485134125,-0.12783963978290558,-0.01568920537829399,-0.4087112545967102,0.5734546184539795,0.5043717622756958 +135,-1.9219493876782108,-1.0293258405596797,0.2642688136237762,-0.4839455485343933,0.8569517135620117,0.1772865504026413,-0.8962108492851257,0.3103271722793579,-0.8626033067703247,0.0734383761882782,0.5168733596801758,-0.5199378728866577 +136,-1.7527286732932823,-0.9933378809686835,0.5676183903005673,-0.5368865728378296,0.8378527760505676,0.0987691804766655,0.732187032699585,0.061722733080387115,-0.9320368766784668,0.34316104650497437,-0.9147113561630249,0.3086709976196289 +137,-1.8079056447894533,-0.8525291346646587,0.405944972649149,-0.6396685242652893,0.752947211265564,0.15457913279533386,-1.7268732786178589,1.408767819404602,-0.21192194521427155,0.6301317811012268,-0.27363818883895874,-0.1285780817270279 +138,-1.9095818091199301,-0.8835162649699061,0.1884162020247672,-0.5983752608299255,0.7729744911193848,0.2108500748872757,0.32565760612487793,-1.2531217336654663,0.34709179401397705,-0.590604841709137,0.29149389266967773,-0.21582436561584473 +139,-2.0358717517094447,-0.8728711469110575,0.35366177175877245,-0.5743744373321533,0.7661771774291992,0.2882130742073059,-0.028961338102817535,-1.1723276376724243,-0.26117920875549316,-0.058422863483428955,0.26801788806915283,0.6638896465301514 +140,-2.1818219906950587,-0.8413899677088574,0.12043511278813233,-0.5458438992500305,0.7455701231956482,0.38233453035354614,-1.5420143604278564,0.8422772288322449,0.5477588176727295,-0.20243191719055176,0.653111457824707,-0.21470141410827637 +141,-2.1074455481909564,-0.8625272275161822,0.19484410554319925,-0.5590744614601135,0.7594889998435974,0.3325844407081604,1.0311782360076904,-0.9473477602005005,-0.26093176007270813,0.3431931138038635,-0.5557841658592224,-0.19589614868164062 +142,-2.060167620315998,-0.8909666057051578,0.22182490470467986,-0.5548739433288574,0.7776798009872437,0.295515239238739,-0.7068753838539124,1.1724485158920288,0.2883310317993164,0.41319602727890015,-0.5165407657623291,-0.05990418791770935 +143,-2.1328827555669134,-0.8801896813320778,0.025536659571707372,-0.538998544216156,0.7708597183227539,0.3394935727119446,-0.7129898071289062,-0.2893299460411072,0.4648919403553009,-0.19163799285888672,0.3627462387084961,-0.10131919384002686 +144,-2.1474675037967725,-0.9209405780809258,0.07006432316332101,-0.5072208642959595,0.7961710691452026,0.3299071192741394,1.1971275806427002,-0.1166250929236412,-0.0006438232958316803,-0.5578426718711853,0.45649927854537964,0.2514984905719757 +145,-2.0988426956287567,-0.9343908595056646,0.10738328686000133,-0.5133592486381531,0.8042371869087219,0.29944026470184326,-0.3932277262210846,0.5435490608215332,-0.07361358404159546,-0.16622132062911987,0.19721221923828125,0.17655760049819946 +146,-2.0524962191795266,-0.9032743126124333,0.07173762109592134,-0.5486001372337341,0.7853580713272095,0.2867935299873352,-0.5820726156234741,1.2631436586380005,-0.08756861090660095,0.24983304738998413,-0.5047184824943542,-0.007542520761489868 +147,-2.027701433578815,-0.8761596880244548,-0.06664831466849118,-0.5744457840919495,0.7682863473892212,0.2823975682258606,-1.0409198999404907,0.7156108021736145,0.3284783661365509,0.4722576141357422,-0.36266183853149414,-0.12652906775474548 +148,-2.1238927965870618,-0.8889986463501607,-0.14552057165906843,-0.5362297296524048,0.7764410972595215,0.331054151058197,0.49951499700546265,-0.7216352224349976,0.15426383912563324,-0.19324713945388794,0.053346991539001465,0.028412431478500366 +149,-2.0009196204359636,-0.9329316120355088,-0.04154179195373488,-0.5412414073944092,0.8033691048622131,0.24830545485019684,-0.2982851266860962,0.36303961277008057,-0.12382557988166809,-0.42280876636505127,0.17592459917068481,0.5153968930244446 +150,-2.1205433168397274,-0.9011379038694182,-0.14314715819968846,-0.5292597413063049,0.7840337157249451,0.3243076801300049,-0.4022153615951538,-0.47009533643722534,-0.009662026539444923,-0.2816839814186096,0.3892146348953247,-0.1293613612651825 +151,-2.1767365223091377,-0.9029084457452011,-0.06876424524253116,-0.5090677738189697,0.7851315140724182,0.3527294993400574,0.6501875519752502,-1.0578149557113647,-0.2858257293701172,0.03313100337982178,-0.27805161476135254,-0.15354135632514954 +152,-2.1487483232702735,-0.9173466672487735,-0.04487331700049484,-0.5091911554336548,0.7939913868904114,0.3321175277233124,-0.25738856196403503,0.7668038606643677,0.4639383554458618,0.4076439142227173,-0.5100710988044739,-0.14441919326782227 +153,-2.202054851193729,-0.9398135884765216,-0.11649077286144757,-0.476248562335968,0.807448148727417,0.34815868735313416,0.10291782021522522,-0.7084172964096069,0.21558350324630737,-0.05651199817657471,-0.028731226921081543,-0.17108049988746643 +154,-2.2271888324021503,-0.9865311720408632,-0.0844610174995003,-0.4369664490222931,0.8341176509857178,0.3366129994392395,0.7258020639419556,-0.39845266938209534,0.14932233095169067,-0.4141841530799866,0.16225087642669678,0.10122266411781311 +155,-2.194403838364449,-1.0093497157137403,-0.03626668692570897,-0.43219923973083496,0.8464857935905457,0.3109108507633209,-0.8139974474906921,0.9412692785263062,0.23574307560920715,-0.21088242530822754,0.07715916633605957,0.37463605403900146 +156,-2.204426131114598,-0.9688284447059773,-0.15375349945867725,-0.45634427666664124,0.8242228627204895,0.33527109026908875,-0.28930601477622986,0.6539974808692932,-0.21598351001739502,-0.04000884294509888,0.006114661693572998,-0.08881103992462158 +157,-2.1119182696906793,-0.9515487312776749,-0.1958444383754311,-0.497498482465744,0.8143153786659241,0.29897454380989075,-0.488710880279541,1.5745315551757812,0.23361895978450775,0.39627164602279663,-0.5274654030799866,-0.04825735092163086 +158,-2.1318935792845735,-0.9502114446854897,-0.29876550031308485,-0.49234917759895325,0.8135384917259216,0.30943119525909424,-0.06063356250524521,-0.49556687474250793,0.24578619003295898,0.09600210189819336,-0.10582047700881958,-0.15859803557395935 +159,-2.1300657361017814,-0.9864036969578333,-0.21051875163978154,-0.4676389694213867,0.8340473175048828,0.2927103042602539,0.9569776058197021,-0.29262614250183105,-0.09450744837522507,-0.31977570056915283,0.11071604490280151,0.21832185983657837 +160,-2.0712469306739267,-1.0030177202546577,-0.19559409581738196,-0.4718130826950073,0.8430976271629333,0.2580287754535675,-0.49688926339149475,-0.002502226270735264,0.13589365780353546,-0.3589974641799927,0.44919973611831665,0.20751690864562988 +161,-2.1487408332169,-0.98349766501008,-0.21773897727885613,-0.464119017124176,0.8324405550956726,0.3027144968509674,0.5020164847373962,-1.181564450263977,-0.2855598032474518,-0.12242874503135681,0.20007580518722534,-0.2138778269290924 +162,-2.139303701664374,-0.9986937927249389,-0.09072988906760811,-0.456241637468338,0.8407645225524902,0.29147666692733765,0.4972613751888275,-0.40721529722213745,-0.14006778597831726,0.190494567155838,-0.5229544639587402,-0.10849320888519287 +163,-2.1492043433041954,-1.0092837834283597,-0.07282031797078613,-0.445852667093277,0.846450686454773,0.29109519720077515,-0.0328633189201355,-0.4051571488380432,0.1482289731502533,0.16599124670028687,-0.2620086669921875,-0.1977114975452423 +164,-2.2036656020328436,-1.0236195357481912,-0.08037540127969832,-0.41951823234558105,0.853996753692627,0.3077244162559509,0.17908740043640137,-0.3369572162628174,0.17681045830249786,-0.22214442491531372,0.1503826379776001,-0.055816978216171265 +165,-2.1649981335778756,-1.0465837550349242,0.010064939413637966,-0.4147382378578186,0.8657183647155762,0.2802213430404663,0.9223476648330688,-0.6099236607551575,-0.467303991317749,-0.3471331000328064,0.28715944290161133,0.1847139596939087 +166,-2.1528451091621856,-1.0193876846916037,-0.018125008942310686,-0.43762344121932983,0.8517873883247375,0.2880002558231354,-1.4778568744659424,1.4629985094070435,0.18024800717830658,-0.17030200362205505,0.29266756772994995,0.169122576713562 +167,-2.107594168414267,-0.9739526886384527,-0.070881971674051,-0.48298510909080505,0.827113687992096,0.28741729259490967,0.06032802164554596,0.7787423133850098,-0.3244912326335907,0.24871677160263062,-0.4027208685874939,-0.03853112459182739 +168,-2.0429507156195448,-0.9517364127111121,-0.14057306926193983,-0.5167827606201172,0.8144243359565735,0.263910174369812,-0.861742377281189,1.2094085216522217,0.27435460686683655,0.45925718545913696,-0.48195064067840576,-0.0711764395236969 +169,-2.129576220173273,-0.9668931711281232,-0.23832739501406913,-0.48148977756500244,0.823125422000885,0.3010520339012146,0.35064956545829773,-1.0076416730880737,0.292350709438324,-0.07518139481544495,0.06905603408813477,-0.09986481070518494 +170,-2.0591572369635234,-1.0350439597396999,-0.039296843840394745,-0.45081400871276855,0.8598847985267639,0.23951053619384766,1.6424181461334229,-0.5528510808944702,-0.23981183767318726,-0.5001291036605835,0.04364931583404541,0.3093481659889221 +171,-1.99959428358631,-1.0444961179507068,0.032575765898194234,-0.4568589925765991,0.864671528339386,0.2088608294725418,-0.6880819797515869,0.11038864403963089,0.4274764657020569,-0.3584485650062561,0.43346983194351196,0.3005537688732147 +172,-2.076065516044921,-1.0116013820718133,0.016665549565813505,-0.46421414613723755,0.8476824760437012,0.256786584854126,0.33657950162887573,-0.6740036010742188,-0.630295991897583,-0.04422387480735779,-0.08549082279205322,-0.12214305996894836 +173,-2.014856954888678,-0.9547785228130206,0.06384201124363403,-0.5217522382736206,0.8161857724189758,0.24822396039962769,-0.41673481464385986,0.8956720232963562,-0.6242560148239136,0.3898400068283081,-0.47408390045166016,-0.15503862500190735 +174,-1.985928295653461,-0.9003000044426003,0.002417045804546386,-0.5685970783233643,0.7835133671760559,0.25060704350471497,-0.5157305002212524,0.20682275295257568,0.05059542506933212,0.569421112537384,-0.09953826665878296,-0.2113921046257019 +175,-2.113619374620242,-0.9229789208819897,-0.0858984906074295,-0.5167040824890137,0.7974027991294861,0.31171390414237976,0.4407752752304077,-1.987683892250061,0.5208523869514465,-0.33430904150009155,0.5519014000892639,-0.08701303601264954 +176,-2.0356646833849337,-1.0068332365431116,0.15159637820963243,-0.4778147339820862,0.8451433181762695,0.23963692784309387,1.216161847114563,-0.006213713902980089,-0.06156203895807266,-0.5110921263694763,0.05263805389404297,0.4821953773498535 +177,-2.0157389058025195,-0.9726185963180245,0.11189481798431442,-0.5083078742027283,0.8263631463050842,0.24237780272960663,-0.955862283706665,0.8600226640701294,-0.3206869959831238,-0.12448936700820923,-0.0002065896987915039,0.10581253468990326 +178,-1.9984567385586782,-0.8769501398409384,0.023383079597476486,-0.5819048881530762,0.7687920928001404,0.2652277946472168,-1.017357587814331,0.5177450776100159,-1.3176226615905762,0.2632860541343689,-0.4314965009689331,-0.12118440866470337 +179,-1.9908193615784804,-0.7291760592864578,-0.026209033477661906,-0.6809051632881165,0.6662554144859314,0.3040923774242401,-0.7346208691596985,-0.1234152615070343,-1.3674254417419434,0.3471038341522217,-0.18163621425628662,-0.1772002875804901 +180,-2.0670900957284277,-0.5798082414603468,-0.005448046449387893,-0.7356385588645935,0.5478635430335999,0.3983481824398041,-0.11299165338277817,-1.1173914670944214,-0.8716320395469666,-0.16173070669174194,-0.03988325595855713,0.04932937026023865 +181,-2.09886303325591,-0.5484620656302714,0.07482820349365153,-0.7370893359184265,0.5213754773139954,0.42996111512184143,0.6764993667602539,-0.26164910197257996,-0.3043104112148285,-0.3376634120941162,0.07171833515167236,0.31651395559310913 +182,-2.0599613874108353,-0.5708934150676326,0.15890600579151062,-0.7427417039871216,0.5403839945793152,0.3953734040260315,0.8491268157958984,-0.5030485987663269,-0.1404205709695816,-0.3948620557785034,0.3731902837753296,0.052884042263031006 +183,-2.036580357737362,-0.5820099269819891,0.3010817682150133,-0.7463683485984802,0.5497040748596191,0.3751794993877411,0.974088191986084,-0.14870502054691315,-0.35806819796562195,0.360809326171875,-0.3132539391517639,-0.09980407357215881 +184,-1.984345431971611,-0.5859941258942121,0.35349869911011317,-0.7629274129867554,0.5530279278755188,0.3348162770271301,-0.1871216744184494,0.2666919529438019,0.03372997045516968,0.5706514120101929,-0.2651403546333313,-0.1359027624130249 +185,-2.0019507514429677,-0.6060646638672416,0.2714520166764033,-0.7466793656349182,0.5696374177932739,0.3434866964817047,-0.5615875124931335,0.014052899554371834,0.9145858883857727,0.10989952087402344,0.2368505597114563,-0.043239593505859375 +186,-2.0538985721345413,-0.6680326822581243,0.24544161060309952,-0.6952002048492432,0.6194427609443665,0.3646744191646576,0.7608473300933838,0.33631187677383423,0.38879522681236267,-0.5207726955413818,0.14514470100402832,0.1618606150150299 +187,-1.9888759674071257,-0.7114503390970385,0.26096133226537166,-0.692179799079895,0.6529329419136047,0.30751553177833557,-0.774823009967804,0.7029683589935303,0.3691442906856537,-0.2989243268966675,-0.1269930601119995,0.3199106454849243 +188,-1.9786988939241252,-0.6881664190397615,0.1964402500082804,-0.7090393900871277,0.6351219415664673,0.30640414357185364,-0.27387943863868713,0.34692618250846863,-0.19615373015403748,0.10866695642471313,-0.2975059747695923,-0.03617092967033386 +189,-1.9653349805120406,-0.6549322386802364,0.1394566367101527,-0.7321593165397644,0.6091055274009705,0.3048494756221771,-0.8202182650566101,0.44290971755981445,-0.0827820748090744,0.4180113673210144,-0.37058013677597046,-0.11493861675262451 +190,-1.9848236060289997,-0.6392381746862309,0.08070350730645645,-0.7347415685653687,0.5965842008590698,0.3228657841682434,-0.05123734474182129,0.1350669264793396,0.16130001842975616,0.11940032243728638,-0.03481656312942505,-0.1041005551815033 +191,-1.9629685064008071,-0.6437233454920882,0.13747719437935235,-0.7391414642333984,0.6001777648925781,0.3057062327861786,0.9028342366218567,0.6076434254646301,-0.2501622140407562,-0.5232638716697693,0.1520041823387146,0.26027271151542664 +192,-1.8399981385995414,-0.6431152522622531,0.18213818136480794,-0.7714099884033203,0.5996912717819214,0.21283124387264252,0.01716715469956398,-0.7881408929824829,0.10216860473155975,-0.15319639444351196,0.1464482545852661,0.1478407382965088 +193,-1.9253514316330986,-0.6308672737962465,0.2210019109546471,-0.757289707660675,0.5898452997207642,0.2803480327129364,0.32821953296661377,-0.9663953185081482,-0.3564619719982147,-0.227497398853302,0.22369235754013062,-0.1434919536113739 +194,-1.9688690429217661,-0.6178132647783606,0.27847670926885293,-0.7514106035232544,0.5792540311813354,0.31598564982414246,0.11225037276744843,-0.27499911189079285,-0.24601323902606964,0.4298621416091919,-0.38888537883758545,-0.1640080213546753 +195,-1.9800450325459718,-0.5931010217161129,0.23633266191750205,-0.7607349753379822,0.5589351058006287,0.329959899187088,-0.931615948677063,0.4066990911960602,0.2644878625869751,0.5474172234535217,-0.06056791543960571,-0.1833382248878479 +196,-2.0227141641874624,-0.6082072733934083,0.1325736934974316,-0.7382872104644775,0.5713971257209778,0.35838133096694946,-0.16020655632019043,-0.3140213191509247,0.6205779910087585,-0.23938912153244019,0.31428396701812744,-0.16618159413337708 +197,-2.0061194278979335,-0.6722797692570647,0.19796591872595903,-0.709432065486908,0.6227713227272034,0.32994237542152405,1.3588801622390747,0.0742674320936203,-0.07932095974683762,-0.5023140907287598,0.13861173391342163,0.15397486090660095 +198,-1.934546530875643,-0.6875743398867321,0.24544982678914365,-0.7222238183021545,0.6346645355224609,0.2749437093734741,-0.7370689511299133,0.550694465637207,0.005910435691475868,-0.29272985458374023,0.04345136880874634,0.30302873253822327 +199,-1.9261549497124344,-0.6487302700321418,0.16596455727766435,-0.7470656037330627,0.6041750907897949,0.27724581956863403,-1.0756144523620605,0.6975393891334534,-0.06275162100791931,0.3376418352127075,-0.3701663613319397,0.0951600968837738 +200,-1.9303327807236612,-0.6007644908367692,-0.015838049021873808,-0.7721592783927917,0.5652732849121094,0.29023438692092896,-2.0196218490600586,1.2028045654296875,0.27181553840637207,0.6050298810005188,-0.23937612771987915,-0.018612653017044067 +201,-1.9845309774618554,-0.5991153537674077,-0.19276857117992288,-0.7561554908752441,0.5639120936393738,0.33201169967651367,-0.06879210472106934,-0.528396725654602,0.559027910232544,-0.1537412405014038,0.21916884183883667,-0.20733216404914856 +202,-1.95691984686152,-0.6503508269039489,-0.055838566088297036,-0.7372760772705078,0.6054656505584717,0.29972532391548157,1.905928373336792,-0.5526134371757507,-0.44015949964523315,-0.4451121687889099,0.07431334257125854,0.20575258135795593 +203,-1.8963338408724992,-0.6778683715724877,0.12150795044280358,-0.7380020022392273,0.6271340847015381,0.2491099089384079,0.5577101707458496,-0.646726131439209,-0.005782552063465118,-0.3358810544013977,-0.01969701051712036,0.3280690610408783 +204,-1.9385979935774156,-0.6609961822809018,0.19711344771264086,-0.7365871071815491,0.6139035224914551,0.28383374214172363,0.33069074153900146,-0.8548139333724976,-0.4805380702018738,-0.020782768726348877,-0.22063887119293213,0.0009562373161315918 +205,-1.991683610486935,-0.6128655786936915,0.18870493820938647,-0.7466135025024414,0.5752138495445251,0.33421197533607483,-0.786334753036499,0.06366339325904846,-0.2071763277053833,0.5043953657150269,-0.30293595790863037,-0.16834887862205505 +206,-2.014999786301497,-0.5693814221306761,0.06030823072354817,-0.7604985237121582,0.5391111373901367,0.3619408905506134,-1.2703512907028198,0.5290639996528625,0.3319932222366333,0.4186100959777832,0.16660785675048828,-0.21313714981079102 +207,-2.0763959748838205,-0.582688892780463,-0.052844205925030155,-0.7305158972740173,0.5502710938453674,0.4044104814529419,0.2720108926296234,-0.8858398795127869,0.40821534395217896,-0.4045547842979431,0.3643558621406555,-0.31995317339897156 +208,-2.053173867846259,-0.646993896576478,0.0578217100524849,-0.7068547010421753,0.6027905941009521,0.37013494968414307,1.2940837144851685,0.2743988037109375,-0.003157341852784157,-0.48220163583755493,0.12335985898971558,0.23647817969322205 +209,-1.9829713217528788,-0.6553445727722581,0.08234917936089393,-0.7264389395713806,0.6094324588775635,0.31761327385902405,-0.12864084541797638,0.564765453338623,-0.145777627825737,-0.07965224981307983,-0.018230795860290527,0.08576804399490356 +210,-1.939027117866327,-0.6302837864670977,0.051073157938721955,-0.7537058591842651,0.5893740653991699,0.2908017337322235,-0.6591711640357971,0.8062958717346191,-0.09189854562282562,0.43449199199676514,-0.4123568534851074,0.013122797012329102 +211,-1.9324554735724755,-0.6009785580272652,-0.06615273960541561,-0.7714285850524902,0.5654498338699341,0.2918300926685333,-1.007158637046814,0.3154544532299042,0.23663339018821716,0.4525045156478882,-0.13429737091064453,-0.07336992025375366 +212,-1.9624502186260506,-0.6200637462314986,-0.09299106357545836,-0.7522165775299072,0.581087052822113,0.3106576204299927,0.6945316195487976,-0.012817726470530033,0.2000264972448349,-0.4091451168060303,0.13584715127944946,0.027492403984069824 +213,-1.8841954410155697,-0.6499607970754855,0.028524058028106127,-0.7573301196098328,0.6051551699638367,0.2454351782798767,0.9817387461662292,-0.09490621834993362,-0.21718092262744904,-0.25193196535110474,-0.043967485427856445,0.45196783542633057 +214,-1.8782439693798554,-0.6573717084715263,0.07545892235406085,-0.7544822692871094,0.6110383868217468,0.2395598441362381,0.025095880031585693,-0.7103467583656311,0.05475791543722153,-0.2753793001174927,0.08056628704071045,0.19523945450782776 +215,-1.9496122094008477,-0.6361544552212882,0.07626898119905262,-0.7473580241203308,0.5941065549850464,0.29747864603996277,0.04725976288318634,-0.5527487993240356,-0.2924955487251282,0.007810235023498535,-0.08743840456008911,-0.08886048197746277 +216,-1.993665355304302,-0.6103361505683473,0.06503033389336771,-0.7472741603851318,0.573142945766449,0.3362869322299957,-0.5245141386985779,-0.09820154309272766,-0.043514177203178406,0.43916863203048706,-0.2369307279586792,-0.15084680914878845 +217,-2.030825691269934,-0.5967157120320055,-0.020011879334548812,-0.7411907911300659,0.5619288086891174,0.36724916100502014,-0.7637938857078552,0.13168874382972717,0.40823519229888916,0.3601941466331482,0.03360635042190552,-0.20884782075881958 +218,-2.093692788682788,-0.6177457233255129,-0.12688643295322932,-0.7062579989433289,0.579198956489563,0.4070971608161926,-0.10091865062713623,-0.34214475750923157,0.6056288480758667,-0.41889452934265137,0.28656941652297974,-0.23687011003494263 +219,-2.0479428607938,-0.6856967345705428,-0.029509897927843393,-0.6875318884849548,0.6332124471664429,0.3554466664791107,1.5482840538024902,0.027584824711084366,-0.22732402384281158,-0.5536485910415649,0.02183210849761963,0.13986924290657043 +220,-1.9692147792338814,-0.6807278034321526,0.045558533514165236,-0.7162479162216187,0.6293587684631348,0.3014903664588928,-0.3129950761795044,0.42575934529304504,-0.35216671228408813,-0.12115442752838135,-0.024012088775634766,0.2174152135848999 +221,-1.940851062396623,-0.6261843096929138,-0.013514891890547082,-0.7554206252098083,0.5860573053359985,0.29304739832878113,-0.943048357963562,0.7871840596199036,-0.28435859084129333,0.4027441143989563,-0.31017833948135376,0.007199794054031372 +222,-1.9380309726802594,-0.5761651892666654,-0.13226437447490344,-0.7826460599899292,0.5448122620582581,0.3010723292827606,-0.7341824173927307,0.3400633931159973,0.13049949705600739,0.4422988295555115,-0.018780827522277832,-0.1083386242389679 +223,-1.941172613273852,-0.6021598799204976,-0.1387361291822061,-0.7682319283485413,0.566423773765564,0.29830145835876465,0.5693355202674866,-0.27896997332572937,0.23553545773029327,-0.05270618200302124,0.10075145959854126,0.056953638792037964 +224,-1.9314779535332767,-0.6460978107196959,-0.027699407936349348,-0.747065007686615,0.6020753383636475,0.28177890181541443,1.070088505744934,-0.28579220175743103,-0.06352130323648453,-0.4433189630508423,0.08667594194412231,0.23763027787208557 +225,-1.9193328741296378,-0.6745042326159911,0.00647514148418681,-0.7340567111968994,0.6245101690292358,0.26673486828804016,-0.03800144046545029,-0.4125513434410095,0.12394903600215912,-0.4048897624015808,0.055558741092681885,0.1711312234401703 +226,-1.95110683553423,-0.665664000867661,0.06867235818487069,-0.7303105592727661,0.6175814867019653,0.2919583022594452,0.30907177925109863,-0.5526395440101624,-0.3107835352420807,0.1305180788040161,-0.25877106189727783,0.015140175819396973 +227,-1.9727495439985272,-0.6471779943425723,0.054886753355412224,-0.734203577041626,0.6029374599456787,0.3121080994606018,-0.5518353581428528,0.1679387241601944,-0.004927784204483032,0.519298791885376,-0.297471821308136,-0.15131095051765442 +228,-2.0199113880067063,-0.6413622113905686,-0.026197875905416917,-0.7218196988105774,0.5982875227928162,0.3478911817073822,-0.5771520733833313,-0.24787387251853943,0.38537588715553284,0.16455358266830444,0.07332801818847656,-0.16875293850898743 +229,-2.089703618947372,-0.6625220005708522,-0.0968570432642636,-0.6846538186073303,0.6151072382926941,0.39101389050483704,-0.08160369098186493,0.041120003908872604,0.3987892270088196,-0.4940264821052551,0.20651739835739136,-0.17551416158676147 +230,-2.050274893289425,-0.6867272254696143,-0.058287032920042905,-0.68612140417099,0.6340096592903137,0.3567476272583008,0.41614922881126404,0.6235301494598389,-0.02193659357726574,-0.34093230962753296,-0.041327834129333496,0.15669533610343933 +231,-1.9767765842827811,-0.6695490194517004,-0.04543886786655874,-0.7203664779663086,0.6206324100494385,0.3096570372581482,-0.13536280393600464,0.5266332626342773,-0.28979039192199707,0.0716695785522461,-0.09402108192443848,0.09740161895751953 +232,-1.916328625601759,-0.6316833713606551,-0.09319240546492434,-0.7593350410461426,0.5905041098594666,0.27334064245224,-0.82684725522995,1.088515281677246,-0.15835417807102203,0.47155433893203735,-0.35390138626098633,-0.005838900804519653 +233,-1.9042537305798377,-0.5987496714961578,-0.1951393727970584,-0.7805397510528564,0.5636100769042969,0.2703731060028076,-0.6711797118186951,0.010639984160661697,0.20313847064971924,0.30397719144821167,0.07057571411132812,-0.019304990768432617 +234,-1.9191019334534798,-0.6350403088474653,-0.1764140579319099,-0.7567064762115479,0.593209981918335,0.27476730942726135,1.1280258893966675,0.07054004818201065,0.19012002646923065,-0.3770977854728699,-0.035486042499542236,0.03443679213523865 +235,-1.8575181770984763,-0.6667820140119888,-0.024188831817378628,-0.7537360191345215,0.618460476398468,0.22223620116710663,0.810384213924408,-0.46336811780929565,-0.016384365037083626,-0.4109978675842285,0.11786770820617676,0.45670366287231445 +236,-1.8929765633638298,-0.670212911125178,-0.010180770848748072,-0.743366539478302,0.6211528778076172,0.24814380705356598,-0.3166486918926239,-0.6352965235710144,-0.18991486728191376,-0.3771016001701355,0.1797199249267578,0.09647595882415771 +237,-1.964345183697713,-0.6348454457439459,-0.04833061971778976,-0.7436116337776184,0.5930531024932861,0.3087546229362488,-0.5422093868255615,-0.10803975909948349,-0.12868158519268036,0.31543493270874023,-0.2835896611213684,-0.11348828673362732 +238,-1.9995697547310431,-0.6042560880582254,-0.1426478210704407,-0.7484306693077087,0.5681500434875488,0.34213557839393616,-0.9683621525764465,0.14305469393730164,0.13964886963367462,0.496706485748291,-0.0795026421546936,-0.2178986370563507 +239,-2.067676184887902,-0.5916379556370993,-0.24453225685813432,-0.7296565175056458,0.5577213168144226,0.3956620991230011,-0.45267418026924133,-0.3381693363189697,0.38452303409576416,0.011455774307250977,0.1688564419746399,-0.3220231533050537 +240,-2.102825470591236,-0.6313072423886763,-0.2494830320729911,-0.6956772208213806,0.5902005434036255,0.4095076322555542,0.6900352835655212,-0.23448440432548523,0.22774294018745422,-0.4004531502723694,0.251123309135437,-0.1366957426071167 +241,-2.0283827850222345,-0.6941900026744926,-0.0812414342473449,-0.6895027160644531,0.6397631168365479,0.33954310417175293,0.9812924861907959,0.2630945146083832,-0.07000771909952164,-0.22249990701675415,-0.07901781797409058,0.38561561703681946 +242,-1.9888652807417508,-0.6751545383653502,-0.0833840239794876,-0.7133799195289612,0.6250179409980774,0.3169250190258026,-0.8290109038352966,0.677221953868866,-0.1822660118341446,0.005631566047668457,-0.12738311290740967,0.1334381103515625 +243,-1.9735400233729372,-0.6228795443835732,-0.2278138810108759,-0.7472169399261475,0.5833763480186462,0.31833767890930176,-1.6636875867843628,1.42360258102417,0.10999970138072968,0.49952101707458496,-0.32034534215927124,-0.04403042793273926 +244,-1.9588411020662628,-0.5840835900768324,-0.4026054629503449,-0.7721943259239197,0.551435112953186,0.3156507611274719,-0.8777943253517151,0.35979247093200684,0.3813113868236542,0.3573688268661499,0.07444989681243896,-0.1537398099899292 +245,-1.9779750631109312,-0.6288138152701883,-0.36341930225593283,-0.7426057457923889,0.5881858468055725,0.3202718198299408,1.5509177446365356,-0.5002750754356384,0.023084070533514023,-0.4150175452232361,-0.003072381019592285,-0.06279492378234863 +246,-1.9030119766996219,-0.6762894105210098,-0.13486408466256405,-0.737257182598114,0.6259034276008606,0.25435546040534973,1.728204607963562,-0.5397520065307617,-0.21879561245441437,-0.4013689160346985,0.05613386631011963,0.35904788970947266 +247,-1.8613042822359398,-0.6919906575870951,-0.03181432067334842,-0.7377143502235413,0.6380711793899536,0.22055155038833618,0.1960543990135193,-0.729682207107544,-0.22247083485126495,-0.298525333404541,0.09860795736312866,0.275237113237381 +248,-1.9267218188029294,-0.6550831925062581,-0.02841918788849417,-0.7432957887649536,0.6092252135276794,0.2763262689113617,-0.5142862200737,-0.4202757775783539,-0.3029250502586365,0.1602421998977661,-0.20408910512924194,-0.0030107498168945312 +249,-1.9785425751128616,-0.6173330256817153,-0.10261703341925583,-0.7485740184783936,0.5788624882698059,0.3233497738838196,-0.842642068862915,0.10403943061828613,0.047601036727428436,0.48195719718933105,-0.15462243556976318,-0.17692649364471436 +250,-2.039137862016989,-0.6027230193480296,-0.19998560462189244,-0.7350870370864868,0.5668877959251404,0.37186673283576965,-0.6670439839363098,-0.19557586312294006,0.31718990206718445,0.13701891899108887,0.10074514150619507,-0.2463938593864441 +251,-2.100821153836463,-0.6167841930780558,-0.27181369576584646,-0.7038183212280273,0.5784148573875427,0.41240260004997253,0.14851205050945282,0.03690922632813454,0.38174813985824585,-0.3736352324485779,0.2667694091796875,-0.23813199996948242 +252,-2.0497316821315836,-0.6651631767058999,-0.17155819029936167,-0.6982884407043457,0.6171875596046448,0.3625921308994293,0.6906420588493347,0.3879810869693756,-0.07872714102268219,-0.2776332497596741,0.06616216897964478,0.26208749413490295 +253,-1.9906765177705268,-0.6632081560693044,-0.20833143014816494,-0.719572126865387,0.615648090839386,0.3212377727031708,-0.1997431516647339,0.6720313429832458,0.01471942663192749,0.008390307426452637,-0.04425215721130371,-0.009088665246963501 +254,-1.939877177062131,-0.6466705040212647,-0.2468965064975401,-0.7443500757217407,0.6025325059890747,0.28791916370391846,-0.7361717820167542,0.841421902179718,-0.02303927391767502,0.4165303111076355,-0.40482449531555176,0.04229635000228882 +255,-1.9499711581117065,-0.6296768094978344,-0.3482586580471572,-0.7508105635643005,0.5888835787773132,0.29916512966156006,-0.4906459450721741,0.01742914877831936,0.28820574283599854,0.14718806743621826,0.0036457180976867676,-0.06483590602874756 +256,-1.9444624872507223,-0.6622315653889371,-0.3355269671206724,-0.7342033386230469,0.614878237247467,0.28787147998809814,0.8709890246391296,0.15904825925827026,0.1477355808019638,-0.31155771017074585,-0.007059693336486816,0.04811176657676697 +257,-1.8857766327700964,-0.6915947573708136,-0.20991792913982432,-0.7323367595672607,0.6377663016319275,0.23861557245254517,0.9652880430221558,-0.28118276596069336,-0.10212816298007965,-0.538720428943634,0.1489463448524475,0.416932612657547 +258,-1.9090461802020637,-0.6886180835764683,-0.18208637353145507,-0.7283737659454346,0.6354707479476929,0.2562192678451538,-0.08753100037574768,-0.717984139919281,-0.3004644513130188,-0.29591816663742065,0.20290809869766235,0.0632997453212738 +259,-1.9709732711760508,-0.6638591091341779,-0.17532129211975192,-0.7253919243812561,0.6161609292030334,0.3068420886993408,-0.12402042746543884,-0.39261677861213684,-0.10415301471948624,0.3143354654312134,-0.294658362865448,-0.11889961361885071 +260,-2.019722679896868,-0.6469121096839907,-0.2167080609848152,-0.7188827395439148,0.6027253270149231,0.34630849957466125,-0.5238900184631348,-0.2115754932165146,0.10074715316295624,0.48948222398757935,-0.13122880458831787,-0.21047478914260864 +261,-2.091684709827376,-0.6484049554732587,-0.2935070107713674,-0.6913415789604187,0.6039158701896667,0.3966517448425293,-0.38141417503356934,-0.3593086302280426,0.4164441227912903,-0.0458257794380188,0.17814290523529053,-0.2740015983581543 +262,-2.1144076450314078,-0.6899859428504929,-0.2992185217934865,-0.6600759625434875,0.636526346206665,0.3989163935184479,0.5399633049964905,-0.003857604693621397,0.14200662076473236,-0.4845317006111145,0.1738986372947693,-0.13472560048103333 +263,-2.031913696826453,-0.7166253074403585,-0.19648365188250713,-0.6752731800079346,0.6568437814712524,0.33550354838371277,0.3085983395576477,0.5323376059532166,-0.28732091188430786,-0.3046768307685852,-0.015791475772857666,0.23615172505378723 +264,-1.9777052561155686,-0.6810860614778923,-0.1676809514131741,-0.713455319404602,0.6296371221542358,0.30747151374816895,-0.02172253280878067,0.39603614807128906,-0.4474901258945465,0.18093878030776978,-0.14822232723236084,0.08188700675964355 +265,-1.9282933284554469,-0.6389108986058126,-0.19940171343178018,-0.7519926428794861,0.5963215231895447,0.28090527653694153,-0.8277474641799927,0.666181743144989,-0.18012751638889313,0.5795835852622986,-0.3115772604942322,0.00805044174194336 +266,-1.9620016279299077,-0.6180050463511171,-0.31508187292353673,-0.7534602880477905,0.5794103741645813,0.31077566742897034,-0.6521120071411133,0.18602454662322998,0.46501532196998596,0.21032363176345825,0.09687453508377075,-0.10128781199455261 +267,-1.9461250269497532,-0.6619105282456416,-0.3084359088295631,-0.7339075207710266,0.6146250367164612,0.28916415572166443,1.0837558507919312,-0.16312237083911896,0.17493599653244019,-0.3862554430961609,0.03610128164291382,-0.012629151344299316 +268,-1.8638769583252528,-0.7043237625203296,-0.12976274338318491,-0.7295546531677246,0.6475186347961426,0.22015832364559174,1.308275818824768,0.07826787978410721,-0.13643307983875275,-0.4575486183166504,-0.05543184280395508,0.33140110969543457 +269,-1.8450252414857544,-0.7196471500657555,-0.060699928493198496,-0.7239381670951843,0.6591193675994873,0.20365563035011292,0.3723360598087311,-1.0738153457641602,-0.21129049360752106,-0.2751312255859375,0.08000129461288452,0.09936873614788055 +270,-1.898692845108788,-0.6891950092847036,-0.025965375746407855,-0.7306403517723083,0.6359161138534546,0.2485465109348297,-0.14024774730205536,-0.5271895527839661,-0.3039988875389099,0.25180429220199585,-0.3327392339706421,-0.048519134521484375 +271,-1.9628298723786923,-0.6539163930025311,-0.08135240128090437,-0.7334919571876526,0.6082995533943176,0.3032505512237549,-0.9297372698783875,-0.08914840221405029,0.0638367310166359,0.40936481952667236,-0.1371082067489624,-0.16016891598701477 +272,-2.0439446356886175,-0.6401641450959342,-0.19019929944876268,-0.7138886451721191,0.5973271131515503,0.3654630780220032,-0.5920841097831726,-0.24315878748893738,0.3393074572086334,0.02924203872680664,0.18906503915786743,-0.29374685883522034 +273,-2.0830726475965475,-0.6777237354217444,-0.19998416631293395,-0.6790024042129517,0.6270214319229126,0.38183772563934326,0.8831004500389099,-0.40617769956588745,0.23275388777256012,-0.36558377742767334,0.2630695700645447,-0.1297624707221985 +274,-2.020717555620992,-0.7231297323060778,-0.0776152470782658,-0.6751255393028259,0.661734402179718,0.32605722546577454,-0.2167053520679474,0.7174437642097473,0.09933822602033615,-0.23385584354400635,-0.12186312675476074,0.35561397671699524 +275,-2.005637348915954,-0.6942552231167066,-0.15185821309777556,-0.6970087885856628,0.639813244342804,0.3237559497356415,-0.08013355731964111,0.5359210968017578,-0.21991708874702454,-0.03970080614089966,0.01539921760559082,-0.09908553957939148 +276,-1.9529726046279137,-0.6699250565385925,-0.1533997012251242,-0.7273162007331848,0.6209272146224976,0.29233628511428833,-0.4442565143108368,0.5931949615478516,-0.15736636519432068,0.4735473394393921,-0.42480605840682983,0.011634081602096558 +277,-1.960818882650755,-0.6472376409250052,-0.23289860072172167,-0.7378416657447815,0.6029850244522095,0.30331289768218994,-0.49759337306022644,0.24644255638122559,0.4001837372779846,0.309664785861969,-0.04999130964279175,-0.08347955346107483 +278,-1.948928582511317,-0.6852464185065037,-0.22483196042045606,-0.7195660471916199,0.6328638195991516,0.28584662079811096,1.2801047563552856,-0.6746068000793457,-0.14956168830394745,-0.4180682897567749,0.13794922828674316,-0.041568607091903687 +279,-1.8806568688212186,-0.7072047750473288,-0.03823144524584825,-0.7239782810211182,0.6497114300727844,0.23179882764816284,1.1823049783706665,-0.021603897213935852,-0.08955129981040955,-0.4568384289741516,0.14498162269592285,0.42458847165107727 +280,-1.8946675353469773,-0.6983342915841748,-9.173148986507173e-05,-0.726094663143158,0.6429427862167358,0.2437436580657959,-0.6894254684448242,-0.17341788113117218,-0.16639336943626404,-0.13332605361938477,0.11068874597549438,0.1259767860174179 +281,-1.9612663798445598,-0.6626157494212902,-0.09889595852408978,-0.7290442585945129,0.6151811480522156,0.3000779151916504,-0.1390267014503479,-0.3144409954547882,-0.26798298954963684,0.33541327714920044,-0.24510973691940308,-0.2619156539440155 +282,-1.9999673244091345,-0.6315614061600668,-0.1278492699775069,-0.7339109182357788,0.5904057025909424,0.33585089445114136,-0.6423017978668213,-0.0848073661327362,0.0275201965123415,0.4688352346420288,-0.14652752876281738,-0.15710949897766113 +283,-2.06385312685096,-0.6324807888942793,-0.2154248776233068,-0.710493803024292,0.5911474823951721,0.3817632794380188,-0.233720064163208,-0.21838456392288208,0.4717186391353607,0.0005939006805419922,0.2705010771751404,-0.19295096397399902 +284,-2.0771192383448946,-0.6854262124144463,-0.18884148935986542,-0.6770198345184326,0.6330029964447021,0.3754352927207947,1.0678523778915405,-0.08329152315855026,0.17515558004379272,-0.48035943508148193,0.2938770651817322,0.01207694411277771 +285,-1.9826855935018521,-0.7312247244861996,-0.07443196014436625,-0.68210369348526,0.6677817702293396,0.2979969382286072,0.0354531966149807,0.32602110505104065,-0.145854189991951,-0.24389111995697021,-0.1511344313621521,0.3568340539932251 +286,-1.9750024652369331,-0.6894835293148296,-0.1285267131131128,-0.7093971967697144,0.6361387968063354,0.303451806306839,-0.7574160695075989,0.5894439220428467,-0.2507604956626892,0.08607572317123413,-0.16667169332504272,0.01521274447441101 +287,-1.9592547460157697,-0.6350838981027702,-0.22871296568654587,-0.7450428605079651,0.5932450294494629,0.3049117624759674,-1.1978658437728882,0.816114604473114,-0.1762416809797287,0.5013601183891296,-0.31152212619781494,-0.0628311038017273 +288,-1.9731726693512683,-0.6084428624622696,-0.3427482638465738,-0.7550052404403687,0.5715904831886292,0.3213281035423279,-0.3323346674442291,0.31498491764068604,0.4246300160884857,0.28862035274505615,0.009342193603515625,-0.18569239974021912 +289,-1.951655133568865,-0.6487963165210445,-0.3005309297791037,-0.7397167682647705,0.6042277216911316,0.29618915915489197,1.4413704872131348,-0.9177747964859009,-0.1508115530014038,-0.362623929977417,0.2188008427619934,-0.041291117668151855 +290,-1.8691170193348867,-0.6952772193788641,-0.06872901836813088,-0.7339601516723633,0.6405983567237854,0.22569069266319275,1.988614559173584,-0.37633904814720154,-0.13420674204826355,-0.4670438766479492,0.1105155348777771,0.42625629901885986 +291,-1.8898554899470548,-0.6943463621770891,0.0016286833332414625,-0.7296880483627319,0.639883279800415,0.24104921519756317,-0.9699755907058716,-0.22956977784633636,0.06208442524075508,-0.1417108178138733,0.030175864696502686,0.14873658120632172 +292,-1.9737703407181093,-0.6763161459823014,-0.0930399545830503,-0.7174142003059387,0.625924289226532,0.305836021900177,-0.2701144516468048,-0.3833105266094208,-0.07186651229858398,0.3010933995246887,-0.2860042452812195,-0.2603342533111572 +293,-2.0226779629314326,-0.6596670601790998,-0.11716736025663396,-0.7108820080757141,0.6128538250923157,0.34504640102386475,-0.22794409096240997,-0.45564159750938416,-0.02111879736185074,0.3739069700241089,-0.14909344911575317,-0.26115360856056213 +294,-2.083567055376745,-0.6643155329229078,-0.13019854431818909,-0.6860781908035278,0.616520345211029,0.3862634301185608,0.14639610052108765,-0.6532068252563477,0.12068329751491547,-0.16932952404022217,0.22698557376861572,-0.1690698266029358 +295,-2.084633443667825,-0.7039351288917551,-0.07507095304582895,-0.6638612747192383,0.6472224593162537,0.37468811869621277,1.134770393371582,-0.23660948872566223,-0.1041104644536972,-0.49739354848861694,0.30855751037597656,-0.020775824785232544 +296,-2.0017526654953928,-0.7226857632735764,0.032056245765683736,-0.6814541220664978,0.6614014506340027,0.31331831216812134,-0.507853627204895,0.4122621715068817,-0.190691277384758,-0.030292093753814697,-0.07120680809020996,0.2814387083053589 +297,-1.9946076414116245,-0.6667026321729342,-0.09511791582850118,-0.7163382768630981,0.6183980703353882,0.3231772780418396,-0.9073155522346497,1.0092142820358276,-0.055855538696050644,0.26264870166778564,-0.09979754686355591,-0.12072369456291199 +298,-1.9496529867252623,-0.6393650374195805,-0.17603767144753757,-0.7455695867538452,0.5966860055923462,0.29680198431015015,-0.6502177119255066,0.674042284488678,-0.0030019301921129227,0.47831207513809204,-0.31703829765319824,-0.0880771279335022 +299,-1.948927306161274,-0.6361008117755131,-0.221995094050381,-0.7475911378860474,0.594063401222229,0.2969784438610077,0.14620168507099152,-0.11429959535598755,0.1400308459997177,0.03615009784698486,0.042121291160583496,-0.07299458980560303 +300,-1.888083307349048,-0.6661647772618512,-0.13448676826446526,-0.7469546794891357,0.6179752945899963,0.24528582394123077,1.2210971117019653,0.054783228784799576,-0.2399800717830658,-0.3949825167655945,0.07611644268035889,0.2181084007024765 +301,-1.785178606696115,-0.6751416426732689,-0.03824906778731567,-0.7627484798431396,0.6250078678131104,0.1660717874765396,0.2057969570159912,0.7755579948425293,0.11765719205141068,-0.033256709575653076,-0.008034050464630127,0.6192370653152466 +302,-1.845018786232088,-0.6658204799765811,-0.015212094090038774,-0.7570269703865051,0.6177045702934265,0.21295876801013947,-0.6391309499740601,-0.5163724422454834,-0.24380213022232056,-0.3662031292915344,0.14172542095184326,0.19947102665901184 +303,-1.9392216357140175,-0.6155859603832495,-0.1601187700551213,-0.7616488337516785,0.5774370431900024,0.2940365672111511,-1.210767388343811,0.2510852515697479,-0.14203821122646332,0.35373562574386597,-0.17309439182281494,-0.2192990779876709 +304,-1.9615929593006025,-0.57031523430162,-0.2823455222100274,-0.7782691121101379,0.5398974418640137,0.3206363320350647,-0.9984225034713745,0.3497128486633301,0.11576486378908157,0.5348916053771973,-0.013637125492095947,-0.2456393539905548 +305,-2.0218240721190486,-0.5697211505607956,-0.3784320171406575,-0.757845938205719,0.5393972396850586,0.3670424222946167,-0.3421226143836975,-0.33704155683517456,0.5387403964996338,0.01068413257598877,0.37059110403060913,-0.2298354208469391 +306,-2.0436894263144914,-0.6440477259859352,-0.3018122604397413,-0.7119114398956299,0.6004372239112854,0.36422163248062134,1.7663370370864868,-0.7563537955284119,0.16904932260513306,-0.5866267681121826,0.3147544860839844,0.03328502178192139 +307,-1.9355992377007214,-0.7174508213527251,-0.10400475422313828,-0.7039006948471069,0.6574660539627075,0.2688170075416565,0.4215109944343567,0.28859996795654297,-0.1394386738538742,-0.13926953077316284,-0.27764421701431274,0.46244528889656067 +308,-1.9456698646694979,-0.685583076616896,-0.1908099632381134,-0.7202954292297363,0.6331244707107544,0.28342223167419434,-1.1446057558059692,0.575097918510437,-0.0023100823163986206,0.013737142086029053,-0.037634968757629395,0.041193246841430664 +309,-1.9593932127863183,-0.6490030113292004,-0.28946931787667685,-0.7372870445251465,0.604392409324646,0.3018568754196167,-0.7096996903419495,0.41500890254974365,-0.07455858588218689,0.41679149866104126,-0.31479591131210327,-0.11051169037818909 +310,-1.9806529696024955,-0.6282544452848173,-0.36155802915716406,-0.742047131061554,0.5877333879470825,0.3223903775215149,-0.28937429189682007,-0.006769962143152952,0.11021661758422852,0.15441590547561646,-0.05279076099395752,-0.13792693614959717 +311,-1.9683565348907563,-0.6436004475106252,-0.33747951880128496,-0.7375518679618835,0.6000794768333435,0.3097129762172699,0.7151452898979187,-0.019918067380785942,-0.16398824751377106,-0.45570069551467896,0.11949455738067627,0.008753299713134766 +312,-1.8920850347759224,-0.6624467063837367,-0.21278046714131188,-0.7481420636177063,0.6150478720664978,0.24899683892726898,1.1609607934951782,0.09129051119089127,-0.07743214070796967,-0.23521053791046143,0.08557462692260742,0.3068350553512573 +313,-1.8755085026743192,-0.6652213061231623,-0.12944576115192027,-0.7505359649658203,0.6172332763671875,0.23604874312877655,-0.3830130398273468,-0.48477500677108765,-0.19210025668144226,-0.12156486511230469,0.0023193359375,0.21507740020751953 +314,-1.9440038078166595,-0.6384049523719203,-0.2260520873601618,-0.7477676272392273,0.5959153175354004,0.29279422760009766,-0.46009373664855957,-0.0235232375562191,0.006544285453855991,0.26238560676574707,-0.14439254999160767,-0.21852973103523254 +315,-1.967999335238298,-0.6314291373423101,-0.22037579589983464,-0.7443425059318542,0.5902989506721497,0.3122517764568329,0.14905083179473877,-0.4731126129627228,-0.03088861145079136,0.4410741925239563,-0.1559271216392517,-0.1573140025138855 +316,-2.0021758239168355,-0.655457282281495,-0.2280038675736315,-0.7201434373855591,0.6095218062400818,0.331476092338562,0.02274177223443985,-0.32904309034347534,0.38082268834114075,-0.027262508869171143,0.09233659505844116,-0.1201724112033844 +317,-2.0195537261883922,-0.6997790862062205,-0.2191305635645656,-0.6892409920692444,0.6440486907958984,0.3318856954574585,0.6403228640556335,-0.11550068855285645,0.2698495090007782,-0.43285977840423584,0.2345675826072693,0.003105729818344116 +318,-1.9556405551120433,-0.738563598646933,-0.1304205164827715,-0.6853517889976501,0.6732264757156372,0.2775953710079193,-0.0465821735560894,0.40301406383514404,-0.06993942707777023,-0.23049598932266235,-0.15714365243911743,0.3241197168827057 +319,-1.9708836801447538,-0.6953838068748417,-0.2146826936793492,-0.7071716785430908,0.640680193901062,0.29906022548675537,-0.6893603205680847,0.37642204761505127,-0.21072764694690704,0.0667145848274231,0.007940411567687988,-0.07838761806488037 +320,-1.9582808943896606,-0.654429153828446,-0.26908303475101925,-0.7345749735832214,0.6087064146995544,0.29979291558265686,-0.6629084348678589,0.4907614290714264,-0.21321171522140503,0.506151020526886,-0.3078031539916992,-0.06358686089515686 +321,-1.9780073249692554,-0.621695918080214,-0.35624317390184795,-0.7464210987091064,0.5824145674705505,0.3219458758831024,-0.48390570282936096,0.14541217684745789,0.2415986955165863,0.26088643074035645,0.06278806924819946,-0.16310152411460876 +322,-1.9603012048408919,-0.6487780170098782,-0.3442662932632865,-0.7371385097503662,0.6042131781578064,0.3025778532028198,1.081303596496582,-0.33331358432769775,-0.09020940214395523,-0.4351789355278015,0.1704145073890686,-0.04462793469429016 +323,-1.8618960066328507,-0.6908678793883252,-0.1768009263581638,-0.7382693886756897,0.6372063159942627,0.22119347751140594,0.9370805025100708,0.3515944182872772,0.10988152772188187,-0.2187008261680603,-0.040297746658325195,0.4555642604827881 +324,-1.8722850025770508,-0.7015863495427469,-0.14232055213984274,-0.7293676733970642,0.6454302072525024,0.22681009769439697,-0.15828529000282288,-0.570597231388092,-0.10499591380357742,-0.2756982445716858,0.09597909450531006,0.09147298336029053 +325,-1.9291419448150209,-0.6860133923046035,-0.20744989949944523,-0.724625825881958,0.6334574818611145,0.2713834345340729,-0.20153436064720154,-0.19222141802310944,-0.07772034406661987,0.2889416813850403,-0.2635234594345093,-0.16702857613563538 +326,-1.9722850205482765,-0.6707803020998553,-0.2357220734771434,-0.7210460901260376,0.621597409248352,0.30611947178840637,-0.4224853515625,-0.35113856196403503,0.06567476689815521,0.3059307932853699,-0.11416643857955933,-0.14156869053840637 +327,-2.0411988115026234,-0.6728898211653754,-0.297478658245085,-0.6970850825309753,0.6232485175132751,0.35444849729537964,-0.24916256964206696,-0.28072211146354675,0.29342707991600037,-0.14996081590652466,0.22842085361480713,-0.19490265846252441 +328,-2.064682969612658,-0.7061853499805922,-0.29117357131832694,-0.6699197888374329,0.6489361524581909,0.3606787621974945,0.8511849641799927,-0.38280874490737915,0.1715518683195114,-0.4211598038673401,0.2720385193824768,-0.07395091652870178 +329,-1.998694475692485,-0.7427165014778813,-0.20648322712295528,-0.6702191829681396,0.6762914657592773,0.3056732416152954,-0.39730677008628845,0.7415580749511719,-0.006079668179154396,-0.12751030921936035,-0.18866634368896484,0.2447417974472046 +330,-1.9810943547133002,-0.7034045715841626,-0.2685672750021957,-0.6993466019630432,0.6468179225921631,0.30420568585395813,-0.2127210795879364,0.3773339092731476,-0.32341957092285156,0.13046836853027344,-0.08280724287033081,-0.0934818685054779 +331,-1.94733765483228,-0.6707151847893023,-0.2735874115563486,-0.7284954190254211,0.6215463876724243,0.2880527675151825,-0.28278377652168274,0.20804862678050995,-0.25732871890068054,0.4044445753097534,-0.2672221064567566,-0.03899887204170227 +332,-1.958861996306368,-0.6503556384220501,-0.2858990853753249,-0.7366898655891418,0.6054694652557373,0.30115553736686707,0.1505989134311676,-0.19737137854099274,-0.04284942150115967,0.15249186754226685,0.00309675931930542,-0.12960103154182434 +333,-1.9298576734204442,-0.6675754497221099,-0.23472317486514527,-0.7352425456047058,0.6190837621688843,0.2759597599506378,0.8218404054641724,-0.16518624126911163,-0.10407265275716782,-0.35286176204681396,0.08143198490142822,0.04148411750793457 +334,-1.8609480624439698,-0.6944449351227167,-0.09492760411604032,-0.7362900376319885,0.6399590373039246,0.21984003484249115,1.3742525577545166,0.04205343499779701,-0.01620698906481266,-0.304008424282074,0.036356329917907715,0.24279117584228516 +335,-1.8283781792311777,-0.6927190271477275,-0.01990129736894091,-0.7441253066062927,0.6386318802833557,0.19602786004543304,-0.7113099694252014,-0.19045302271842957,-0.1426905244588852,-0.11782842874526978,0.04676240682601929,0.23114192485809326 +336,-1.90559896230136,-0.6598473708151992,-0.14967604953635533,-0.7462162971496582,0.6129962801933289,0.25960853695869446,-0.5818003416061401,0.12084408104419708,-0.10207424312829971,0.2790074944496155,-0.18257641792297363,-0.2228197157382965 +337,-1.9250663268683386,-0.6440520673156928,-0.1847738523222473,-0.7500097155570984,0.6004406809806824,0.2774098813533783,-0.2138538807630539,-0.30335381627082825,0.017833517864346504,0.45600342750549316,-0.10869580507278442,-0.1414387822151184 +338,-1.975018614457965,-0.6686608885120507,-0.18884067554903725,-0.7214161157608032,0.6199358105659485,0.3086068034172058,0.18902339041233063,-0.6063238382339478,0.34907612204551697,-0.0865519642829895,0.11153995990753174,-0.12270906567573547 +339,-1.998734619224169,-0.7227896157029832,-0.17034345970198414,-0.6823342442512512,0.6614793539047241,0.3112317621707916,0.7950215935707092,-0.28148025274276733,0.4396149218082428,-0.41156840324401855,0.26063984632492065,-0.0324537456035614 +340,-1.9310462112946918,-0.779249986207563,-0.05243655221257618,-0.6657723188400269,0.7027460336685181,0.25078853964805603,0.6099028587341309,0.4843062162399292,-0.03306693583726883,-0.3090810775756836,-0.2502009868621826,0.2376757264137268 +341,-1.889429212978849,-0.7505253366666057,-0.051279541595533544,-0.6945189237594604,0.6820230484008789,0.22910292446613312,-0.1169944703578949,0.333202600479126,-0.3952222466468811,0.044875919818878174,-0.004227638244628906,0.0167771577835083 +342,-1.8529406468398628,-0.711202706668133,-0.07494074681279082,-0.7276232242584229,0.6527453660964966,0.210921511054039,-0.439806193113327,0.6484207510948181,-0.27291402220726013,0.4063189625740051,-0.31802862882614136,0.04611276090145111 +343,-1.8634545831636893,-0.6852601028046326,-0.15433672837983864,-0.7413336634635925,0.6328744292259216,0.22337129712104797,-0.45964422821998596,-0.03885747492313385,0.1249847263097763,0.35369932651519775,0.057585835456848145,-0.013227194547653198 +344,-1.8804767103159405,-0.6977111174348298,-0.12981423762201966,-0.7298617959022522,0.642465353012085,0.23353762924671173,0.540106475353241,-0.024678776040673256,0.09794504940509796,-0.38642531633377075,0.18424052000045776,0.159818634390831 +345,-1.8337392693382286,-0.7163040802645824,-0.09604296621901318,-0.7283139228820801,0.6566015481948853,0.19604407250881195,0.05313106253743172,0.2323867380619049,0.22694741189479828,-0.18837308883666992,0.08854615688323975,0.2528543472290039 +346,-1.8577656704291425,-0.7189714817840963,-0.11114255200775877,-0.7217114567756653,0.6586110591888428,0.21298803389072418,-0.4593445956707001,-0.2936604619026184,-0.19027721881866455,-0.24749624729156494,0.17804354429244995,0.03757642209529877 +347,-1.8900473770550517,-0.6957971530573888,-0.162881343049513,-0.7287595272064209,0.6409974694252014,0.24089759588241577,-0.28545019030570984,0.23669779300689697,-0.0686761811375618,0.3442838788032532,-0.27815884351730347,-0.1443094164133072 +348,-1.8973544148139652,-0.6823708694074769,-0.1936832620759626,-0.7350655198097229,0.6306347846984863,0.2489546835422516,-0.39479079842567444,0.016920609399676323,0.06634588539600372,0.4291421175003052,-0.1904492974281311,-0.0701369196176529 +349,-1.9625926342189401,-0.6919618434099766,-0.2687605016154474,-0.7116490602493286,0.6380490064620972,0.2940222918987274,-0.33443117141723633,-0.6926057934761047,0.42994529008865356,-0.06171214580535889,0.28915131092071533,-0.0841987133026123 +350,-2.0152154219038922,-0.7407080451102531,-0.29250507336232734,-0.6663030385971069,0.6748105883598328,0.31728705763816833,0.3057298958301544,-0.03661347180604935,0.5471885800361633,-0.45054882764816284,0.32346516847610474,-0.033916085958480835 +351,-1.9634850017909815,-0.7875321254031066,-0.24121007542285783,-0.6518884897232056,0.7086141109466553,0.27001312375068665,0.21075092256069183,0.15666040778160095,-0.1518694907426834,-0.18214154243469238,-0.09981906414031982,0.09168118238449097 +352,-1.9225704409965987,-0.7664028801303983,-0.24690032013070806,-0.6762941479682922,0.693548321723938,0.24822720885276794,-0.276922345161438,0.8171647787094116,-0.11285725235939026,0.167077898979187,-0.19302958250045776,-0.012402564287185669 +353,-1.8786236385328912,-0.7417034380561118,-0.29577431097827833,-0.7026605010032654,0.6755448579788208,0.2233993411064148,-0.7541202306747437,0.6999969482421875,-0.061517126858234406,0.47358042001724243,-0.3617631793022156,0.04559789597988129 +354,-1.9150702717151107,-0.7225165590385026,-0.41018923279038894,-0.7061261534690857,0.6612745523452759,0.25318360328674316,-0.4207707345485687,-0.06356316804885864,0.13643552362918854,-0.022358953952789307,0.1225237250328064,-0.10851499438285828 +355,-1.895777253778939,-0.7357361106000336,-0.3588184226322981,-0.7025331854820251,0.6711330413818359,0.2367020696401596,0.7278196215629578,-0.18482589721679688,-0.17813937366008759,-0.5728422403335571,0.21135908365249634,0.2245711386203766 +356,-1.8399473342163555,-0.7468578497056547,-0.30806521996438335,-0.7074071168899536,0.6793363094329834,0.1951342523097992,0.07909128069877625,0.2114638388156891,0.14911381900310516,-0.08389842510223389,-0.0766751766204834,0.21259582042694092 +357,-1.8781148564576118,-0.7404943106514937,-0.2933394282696092,-0.7035521864891052,0.6746528744697571,0.22328877449035645,-0.009127923287451267,-0.758211612701416,-0.2050727903842926,-0.0735931396484375,0.13658064603805542,-0.05225302278995514 +358,-1.8968911645184674,-0.729784384925822,-0.27748190529747,-0.7060402035713196,0.6667089462280273,0.23875974118709564,0.1924940049648285,-0.19179943203926086,-0.11746572703123093,0.32209861278533936,-0.22930055856704712,-0.10887695848941803 +359,-1.9260812730900454,-0.7266604100267586,-0.2837291538001806,-0.7007203698158264,0.6643773317337036,0.2599877715110779,-0.2638636827468872,-0.18352369964122772,0.16909681260585785,0.2758088707923889,-0.07888233661651611,-0.17298221588134766 +360,-1.9753635851168208,-0.7400508725574514,-0.3030949726890135,-0.67882239818573,0.6743254661560059,0.2906631529331207,-0.004193615168333054,-0.2624486982822418,0.2788134217262268,-0.24386125802993774,0.12163394689559937,-0.10569623112678528 +361,-1.9857951930917905,-0.7719663867726224,-0.29340067536709863,-0.6557182669639587,0.69754558801651,0.2889011800289154,0.6418555974960327,-0.2806951403617859,0.10419119149446487,-0.47666704654693604,0.22101831436157227,-0.013846248388290405 +362,-1.9438281672077002,-0.7817970477115708,-0.27160237461088377,-0.6608437299728394,0.7045558094978333,0.2586246430873871,-0.507667064666748,0.5600590109825134,-0.17643335461616516,-0.13841164112091064,0.026813209056854248,-0.005740761756896973 +363,-1.8747539919502412,-0.7536082938129341,-0.24482494181247405,-0.695796549320221,0.6842744946479797,0.21825604140758514,0.5491297841072083,0.3699711263179779,-0.4227529764175415,0.33884769678115845,-0.23691725730895996,-0.03334999084472656 +364,-1.8153790462540285,-0.7317006792832839,-0.20114265629097985,-0.7218953371047974,0.6681360006332397,0.18017016351222992,-0.006364623084664345,-0.0016257897950708866,-0.2601263225078583,0.39026087522506714,-0.314147412776947,0.011449679732322693 +365,-1.8224671482102466,-0.7182946121834651,-0.1639842453326352,-0.7292101979255676,0.6581016182899475,0.18749630451202393,0.545571506023407,-0.6233211159706116,-0.13069747388362885,-0.09468811750411987,0.11060571670532227,0.10820376873016357 +366,-1.8067034486150135,-0.7217350073369234,-0.11645900251056363,-0.7298691868782043,0.660688042640686,0.17544817924499512,-0.036709073930978775,0.08242279291152954,-0.05659310892224312,-0.5009809136390686,0.3483908176422119,0.2746860682964325 +367,-1.8023014658587324,-0.7374027848755269,-0.14057899224383708,-0.7204698920249939,0.6723676919937134,0.16983750462532043,-0.13097326457500458,-0.059862516820430756,0.20843654870986938,-0.12517213821411133,0.04731309413909912,0.13021135330200195 +368,-1.852425203685499,-0.7346781269898899,-0.166487964379903,-0.7128127813339233,0.6703483462333679,0.2062300741672516,-0.02748934179544449,-0.2922397255897522,0.030277447775006294,0.034590184688568115,-0.015380144119262695,-0.1316756308078766 +369,-1.8673076198194145,-0.734202392105117,-0.15652625118934402,-0.7099698185920715,0.6699952483177185,0.21690843999385834,0.03693664073944092,-0.24314701557159424,-0.006594125181436539,0.40729647874832153,-0.1634644865989685,-0.11290454864501953 +370,-1.8954008694062014,-0.7473297336762534,-0.16413791357365448,-0.6952004432678223,0.6796825528144836,0.23394013941287994,0.07612758874893188,-0.33007022738456726,0.2100730687379837,0.13164764642715454,-0.03466302156448364,-0.20226289331912994 +371,-1.9182702575381578,-0.7747344884617104,-0.14387662956024316,-0.6718989610671997,0.6995263695716858,0.2433406114578247,0.3281210958957672,-0.30709308385849,0.19884218275547028,-0.3011540174484253,0.09457153081893921,-0.04444229602813721 +372,-1.9023196497534323,-0.801901352203549,-0.09110340633974799,-0.6574785113334656,0.7186794877052307,0.22632238268852234,0.5757993459701538,0.07228946685791016,0.02919582836329937,-0.4676588177680969,0.1331881880760193,0.14724338054656982 +373,-1.8707168635967877,-0.7915993867645339,-0.11163141977621213,-0.6713392734527588,0.711478054523468,0.20761112868785858,-0.6893563866615295,0.4537922143936157,-0.2002982348203659,-0.015748679637908936,0.10740000009536743,0.06553636491298676 +374,-1.8309350371142554,-0.7590089909287366,-0.09883671350839578,-0.7011079788208008,0.6882027983665466,0.18661396205425262,0.3095094561576843,0.33592239022254944,-0.35221391916275024,0.2909058928489685,-0.19751060009002686,0.034409523010253906 +375,-1.7948762096927302,-0.7314361512069639,-0.1061623916231415,-0.7256097793579102,0.6679391264915466,0.16537173092365265,-0.7326875925064087,0.3691835105419159,-0.16278861463069916,0.48592472076416016,-0.29264920949935913,0.13818657398223877 +376,-1.836336078237714,-0.7132180728051273,-0.21331395423151284,-0.7297540903091431,0.6542708277702332,0.1984654814004898,-0.7447431683540344,0.3189682066440582,0.1432582437992096,0.014757752418518066,0.13994908332824707,0.006490468978881836 +377,-1.839811328734869,-0.7112877387403951,-0.21863905725281432,-0.7302760481834412,0.6528097987174988,0.2013356238603592,0.45613619685173035,-0.2046315222978592,-0.15709759294986725,-0.5018405914306641,0.28098219633102417,0.1922191083431244 +378,-1.806352719315256,-0.720274856587994,-0.12965335813139814,-0.7308679223060608,0.6595912575721741,0.17541712522506714,0.490689218044281,-0.7018711566925049,-0.1914176195859909,-0.37151849269866943,0.016571342945098877,0.2617013454437256 +379,-1.8893283362761017,-0.6923042593960389,-0.1223489599883426,-0.7310546040534973,0.6383126378059387,0.24107328057289124,-0.4056541919708252,-0.7914919257164001,-0.19952674210071564,0.059027016162872314,-0.12268763780593872,-0.1402432918548584 +380,-1.976700108190472,-0.6473913763923087,-0.18839810423848546,-0.732846736907959,0.6031076908111572,0.3149554133415222,-0.6693522930145264,-0.4842424988746643,-0.7134175896644592,0.24290227890014648,-0.13623452186584473,-0.28410208225250244 +381,-1.9114618953931808,-0.5075819364086065,-0.17278028139597792,-0.8237003087997437,0.48606547713279724,0.29199016094207764,-0.1051657497882843,1.2166653871536255,-0.9758003354072571,0.6359409093856812,0.27540913224220276,-0.42071330547332764 +382,-1.7674571426253725,-0.5377577817167932,-0.17318794720292585,-0.8423042893409729,0.5122115015983582,0.16781732439994812,0.0030028047040104866,0.7332208156585693,2.248781442642212,0.16830837726593018,0.1840469241142273,-0.1148846298456192 +383,-1.7308776510018562,-0.7729278281691604,-0.04912951626980347,-0.7067166566848755,0.6982342004776001,0.11410852521657944,2.738069772720337,-0.002947860863059759,0.9125428199768066,-1.0241641998291016,-0.17795521020889282,0.22068454325199127 +384,-1.5310744154831308,-0.8615959603898756,0.025511046495376388,-0.6507132649421692,0.7588828802108765,-0.02586117759346962,-1.1051210165023804,0.9004814624786377,-0.1412995606660843,-0.17971569299697876,0.01997143030166626,0.09264886379241943 +385,-1.5953152828293544,-0.8210428192402758,-0.11071752635726288,-0.6812536716461182,0.7318568825721741,0.016706977039575577,-0.7929979562759399,0.24199238419532776,-0.6213074326515198,0.23368293046951294,-0.2558741569519043,0.02076864242553711 +386,-1.6269857271407189,-0.7302125579337261,-0.1506468121681363,-0.74385666847229,0.66702800989151,0.04184090346097946,-0.2175370305776596,0.2808089256286621,-0.8991490602493286,0.5327972173690796,-0.18201225996017456,0.0028215572237968445 +387,-1.5913089768284845,-0.7308560139826251,-0.1870729640856325,-0.7444465160369873,0.6675072908401489,0.015272713266313076,-0.040700748562812805,0.8028081655502319,0.6861301064491272,0.23381119966506958,0.1701543927192688,-0.08454763889312744 +388,-1.574490715832958,-0.7727423809924221,-0.10466170603664415,-0.715994119644165,0.6981014013290405,0.0026451728772372007,0.9497520327568054,-0.8174234628677368,-0.025001954287290573,-0.43901991844177246,0.23302042484283447,0.11649537086486816 +389,-1.496138760267944,-0.8216005407153225,-0.042201016334700414,-0.6791529655456543,0.7322368025779724,-0.05079832300543785,0.7741266489028931,1.1507821083068848,0.5487843751907349,-0.4632878303527832,-0.023588180541992188,0.13739192485809326 +390,-1.3806739559711363,-0.8242879172964686,0.10467020812756213,-0.6668436527252197,0.7340644001960754,-0.12833188474178314,0.681030809879303,-0.9544493556022644,-0.2410348355770111,-0.12484335899353027,0.024526238441467285,0.18098998069763184 +391,-1.4815817808898832,-0.7863387253102326,0.08735547215590345,-0.7036318182945251,0.7077715396881104,-0.06294126808643341,-0.3069687783718109,-0.8320748805999756,-0.7546743750572205,0.18368864059448242,-0.32540154457092285,-0.023316621780395508 +392,-1.6793151262208592,-0.6699393804196112,-0.0004508834780959974,-0.7792482376098633,0.6209384799003601,0.08489660173654556,-0.7294081449508667,-2.8135321140289307,-1.6860852241516113,0.04053986072540283,0.009966671466827393,-0.22623872756958008 +393,-1.8683495012660425,-0.523235361665117,-0.09969487267934302,-0.8281428813934326,0.49968522787094116,0.2539560794830322,-1.0439834594726562,0.7499521970748901,-0.19641219079494476,0.38226592540740967,0.18815037608146667,-0.367115318775177 +394,-1.7616949560775255,-0.6251858381014905,-0.13160394742891815,-0.7961244583129883,0.5852479934692383,0.15385253727436066,0.5091745257377625,0.6954385638237,2.9004247188568115,-0.17051976919174194,0.33114904165267944,0.012483462691307068 +395,-1.6854017482788002,-0.7798081985691716,0.07673893650560264,-0.7063839435577393,0.7031430602073669,0.08131173998117447,1.8240280151367188,-0.26029086112976074,0.24486790597438812,-0.48696017265319824,-0.26933568716049194,0.323183536529541 +396,-1.6459758571052763,-0.748590631454139,0.15096347694598555,-0.7305791974067688,0.6806068420410156,0.05502831190824509,-0.43289607763290405,0.10033833980560303,-0.5645571947097778,0.043079257011413574,-0.21039211750030518,0.21782933175563812 +397,-1.6763645375168739,-0.6847749132440888,0.06057807136981117,-0.7702492475509644,0.6324986815452576,0.08161725848913193,-0.9981210231781006,0.5042724609375,-0.6917686462402344,0.3395853042602539,-0.21262264251708984,-0.040082819759845734 +398,-1.7085391503557967,-0.5950324375294527,-0.10663299711002279,-0.820286750793457,0.5605356097221375,0.11370866000652313,-1.6658879518508911,0.5696033835411072,-0.4020402729511261,0.4453171491622925,0.22889310121536255,-0.1474001258611679 +399,-1.7019022075463792,-0.630754579953205,-0.13714368761620463,-0.8006519675254822,0.5897542834281921,0.10557577759027481,1.1223119497299194,-0.41477563977241516,0.8427945971488953,-0.05423694849014282,0.2075631022453308,-0.0279848650097847 +400,-1.680280599417153,-0.692516266907996,0.041055455894106564,-0.7650337219238281,0.6384758353233337,0.08409544080495834,1.4125887155532837,0.5863639712333679,0.47653621435165405,-0.5706138610839844,0.07883983850479126,0.26903867721557617 +401,-1.5905132536938646,-0.7267189754658976,0.1391501261491388,-0.7472130060195923,0.6644211411476135,0.014734653756022453,0.2557518780231476,-0.357466459274292,-0.07360267639160156,-0.19324707984924316,-0.1639176607131958,0.13207018375396729 +402,-1.654680409888044,-0.6989479420214201,0.12161040974082543,-0.7628278732299805,0.6434126496315002,0.06413962692022324,-0.428946316242218,-0.36676135659217834,-0.2674694359302521,0.1036786437034607,-0.17946916818618774,-0.043067216873168945 +403,-1.698488283163299,-0.6535572225092237,0.05329941604475042,-0.7874622344970703,0.6080144047737122,0.10110269486904144,-0.9131991267204285,0.35013547539711,-0.34495311975479126,0.4017353057861328,-0.09599053859710693,-0.07801616191864014 +404,-1.749943703616165,-0.6293258136516287,-0.08652613101163348,-0.7954865097999573,0.5885998606681824,0.14405371248722076,-1.2192691564559937,0.22400623559951782,0.1304498314857483,0.24984747171401978,0.19054442644119263,-0.15262913703918457 +405,-1.8003719177875135,-0.6587951105574653,-0.14553577309114066,-0.7699840664863586,0.6121645569801331,0.17994199693202972,0.3536498248577118,-0.5104613900184631,0.5300320386886597,-0.23207581043243408,0.20988750457763672,-0.19381225109100342 +406,-1.790007972719533,-0.7374159168985999,-0.05429815446646764,-0.7224947810173035,0.6723774075508118,0.1609659045934677,1.5195878744125366,-0.1430198848247528,0.4924727976322174,-0.5393765568733215,0.03468441963195801,0.1040945053100586 +407,-1.7412386061530014,-0.7471747465723808,-0.04235324857929176,-0.722981333732605,0.6795688271522522,0.12443388253450394,-0.9469753503799438,0.6110836863517761,-0.4582742154598236,-0.2166089415550232,-0.08404898643493652,0.13908538222312927 +408,-1.7517422247603498,-0.6768718795611743,-0.1301253970601006,-0.7668090462684631,0.6263576149940491,0.14028535783290863,-0.5901678204536438,0.7934918403625488,-0.5874704718589783,0.3795868158340454,-0.28286707401275635,0.020237073302268982 +409,-1.737232890527103,-0.6119103220752257,-0.2508299210950781,-0.8072408437728882,0.5744321942329407,0.13560888171195984,-1.4287960529327393,0.8028342723846436,-0.2115989774465561,0.48932403326034546,-0.03402698040008545,0.08245442807674408 +410,-1.7932632142063563,-0.6107255544511128,-0.4118084131256141,-0.7990429997444153,0.5734620094299316,0.18075239658355713,-0.6890993118286133,0.28694355487823486,0.5042568445205688,0.07664626836776733,0.15407699346542358,-0.09054245054721832 +411,-1.77835855861609,-0.6658557802569277,-0.3440398083023114,-0.7695096135139465,0.6177323460578918,0.16205506026744843,1.6034339666366577,-1.1134166717529297,0.30362841486930847,-0.691992461681366,0.27113789319992065,0.025170311331748962 +412,-1.7064538006055394,-0.7141195017080895,-0.16725486234088832,-0.7487276196479797,0.6549522876739502,0.10219818353652954,0.5139161944389343,-0.10638490319252014,-0.051849886775016785,-0.36348551511764526,-0.1323387622833252,0.31943273544311523 +413,-1.7038261317769554,-0.6902659074038143,-0.21614452398206407,-0.7642641663551331,0.6367422342300415,0.10227393358945847,-1.0247290134429932,0.9935042858123779,-0.16101402044296265,0.1803101897239685,-0.05498558282852173,0.15324975550174713 +414,-1.7545751078247396,-0.6488765270645301,-0.3643524841263371,-0.7833458185195923,0.6042916178703308,0.14560529589653015,-1.3543840646743774,0.24945004284381866,-0.12088590115308762,0.4111992120742798,-0.15041899681091309,0.011209249496459961 +415,-1.8513171489511115,-0.6341242165395932,-0.48736212533037143,-0.7741015553474426,0.5924721956253052,0.22303281724452972,-0.4385750889778137,-0.5743402242660522,0.19170430302619934,0.26200127601623535,0.059993624687194824,-0.2598675489425659 +416,-1.9108576602017233,-0.6702658665875155,-0.46994437178103055,-0.7387797832489014,0.6211943626403809,0.26138463616371155,0.8961182832717896,-0.6726598739624023,0.3231827914714813,-0.23645514249801636,0.14159244298934937,-0.32052770256996155 +417,-1.8881465847034435,-0.7435167345510426,-0.30344365422736586,-0.6993362307548523,0.6768807172775269,0.22969786822795868,2.127696990966797,-1.0257412195205688,0.1456095278263092,-0.5694472789764404,0.22027498483657837,-0.034034520387649536 +418,-1.7771167574181705,-0.7574724802644223,-0.09862761824481499,-0.7111653089523315,0.6870872378349304,0.14884598553180695,0.4916973114013672,0.15237975120544434,-0.7183038592338562,-0.10063278675079346,0.054016947746276855,0.315280556678772 +419,-1.7459709732718465,-0.6906847445322402,-0.14796774489104436,-0.7590134143829346,0.6370651125907898,0.13433681428432465,-0.8033086061477661,1.6641920804977417,-0.49482712149620056,0.2899583578109741,-0.09186869859695435,0.045762643218040466 +420,-1.633270790316407,-0.6570988223528655,-0.24786253580326148,-0.7902230620384216,0.6108223795890808,0.04943309351801872,-1.1763019561767578,0.8873603940010071,-0.215402752161026,0.5690163373947144,-0.26095354557037354,0.23027575016021729 +421,-1.715119472106778,-0.6481678532582243,-0.4178918971145207,-0.7889034748077393,0.603726863861084,0.11465418338775635,-1.3549118041992188,-0.011158856563270092,0.2591054439544678,0.12813669443130493,0.02669006586074829,0.027664557099342346 +422,-1.7721317013098046,-0.6700254703571956,-0.5011243250157611,-0.7679732441902161,0.6210059523582458,0.1567438393831253,0.1191084235906601,-0.10892795026302338,0.22702331840991974,-0.5833297967910767,0.047695159912109375,-0.07777966558933258 +423,-1.7212044563961635,-0.7082140473584979,-0.40674700557431154,-0.750949501991272,0.6504783630371094,0.11380842328071594,1.135101318359375,-0.29285240173339844,0.15623041987419128,-0.4087488055229187,-0.1446954607963562,0.14252397418022156 +424,-1.7080439476640645,-0.6910024831395004,-0.3201806690173318,-0.7633609771728516,0.6373100280761719,0.10543231666088104,-0.12695033848285675,-0.40044790506362915,-0.5149019956588745,-0.09404563903808594,0.08658218383789062,0.16609787940979004 +425,-1.7246141382756874,-0.6344495378651375,-0.36333658940751146,-0.7958889603614807,0.5927342772483826,0.1233966201543808,-0.5672286152839661,0.17213928699493408,-0.45811280608177185,0.361883282661438,-0.15138912200927734,-0.06083560734987259 +426,-1.742925095549412,-0.5965124409297845,-0.3994321075524168,-0.8150744438171387,0.561760663986206,0.14169998466968536,-0.30203667283058167,-0.20237915217876434,-0.12280838191509247,0.4741929769515991,-0.0013968348503112793,-0.0969763845205307 +427,-1.790125489833423,-0.5996288219441772,-0.439808164633661,-0.8057681918144226,0.5643360614776611,0.17961794137954712,-0.22166433930397034,-0.3910357356071472,0.33142659068107605,0.024136602878570557,0.23319512605667114,-0.1459723562002182 +428,-1.8456149285235757,-0.6519730398197539,-0.4014321187286523,-0.7650593519210815,0.6067559123039246,0.2157106250524521,1.0480005741119385,-0.9768439531326294,0.42699283361434937,-0.4490060806274414,0.2777349352836609,-0.06228356063365936 +429,-1.796383591835458,-0.7067033306692259,-0.2935659596439504,-0.7412375211715698,0.6493301391601562,0.17010918259620667,-0.16165116429328918,0.6583167314529419,0.06829628348350525,-0.1480751633644104,-0.14490514993667603,0.22361336648464203 +430,-1.7551447509470657,-0.6858991217202658,-0.344526193779255,-0.7607377767562866,0.6333690285682678,0.14185136556625366,-0.4860251247882843,0.7887895703315735,-0.2053603231906891,0.18374192714691162,-0.1130138635635376,0.06348609924316406 +431,-1.6994130719962948,-0.657987243557386,-0.4103565391008733,-0.7846894264221191,0.6115255355834961,0.10148441046476364,-0.6406002044677734,0.9371895790100098,-0.14945636689662933,0.43460702896118164,-0.2445516586303711,0.10141170024871826 +432,-1.7059882851376196,-0.6452943549601817,-0.4985087548787449,-0.7916328310966492,0.6014336347579956,0.10767920315265656,-0.5558100938796997,-0.13537393510341644,0.1715928465127945,0.16220790147781372,0.08566957712173462,0.04104815423488617 +433,-1.7434418581336628,-0.6728824086938814,-0.48768537437904647,-0.7704024910926819,0.6232426762580872,0.1343439817428589,0.7336000800132751,-0.18759852647781372,0.13211974501609802,-0.46041709184646606,0.01851135492324829,0.03125964105129242 +434,-1.6892627200226233,-0.6929332932253697,-0.414848765387409,-0.7639831304550171,0.6387967467308044,0.09093211591243744,0.18019816279411316,0.3462379574775696,0.2488061487674713,-0.10717165470123291,-0.15071386098861694,0.20583605766296387 +435,-1.67302206743374,-0.70990613007317,-0.33651018734927446,-0.7544635534286499,0.6517626047134399,0.07739537954330444,1.0138988494873047,-1.4766148328781128,-0.29159310460090637,-0.5663066506385803,0.1902782917022705,0.10323809087276459 +436,-1.7321721692304493,-0.6501216356204113,-0.3460111903632777,-0.7856676578521729,0.605283260345459,0.12789997458457947,-0.990057647228241,0.6174779534339905,-0.7796077728271484,0.2630541920661926,-0.22013622522354126,-0.06166161596775055 +437,-1.7052841041545814,-0.5561872911255122,-0.46503819473341496,-0.8416054248809814,0.5279520153999329,0.11387301236391068,-1.0621486902236938,0.739769697189331,-0.5382871627807617,0.607154130935669,0.05797022581100464,-0.07711458206176758 +438,-1.752364361104155,-0.5306380309601958,-0.5698506937326888,-0.8483067154884338,0.5060837268829346,0.15574058890342712,-0.48139187693595886,-0.1880885511636734,0.27889391779899597,0.29700666666030884,0.19101405143737793,-0.1337374448776245 +439,-1.860983898902298,-0.5996774194072991,-0.5490929011202365,-0.7910028696060181,0.5643762350082397,0.23620696365833282,1.4022499322891235,-1.9429936408996582,0.4218270182609558,-0.6270878314971924,0.343262255191803,-0.1886911690235138 +440,-1.7801686266923542,-0.6608666316788399,-0.3620444774108228,-0.7722198963165283,0.6138012409210205,0.16408616304397583,0.16862167418003082,0.4471583664417267,0.014424937777221203,-0.25429975986480713,-0.23358279466629028,0.25440144538879395 +441,-1.7731656964913178,-0.6242761548033207,-0.3873751039390372,-0.7948285937309265,0.584510087966919,0.1630813032388687,-0.6017856597900391,0.09429033100605011,-0.4567587077617645,0.037977397441864014,-0.18791890144348145,0.03024756908416748 +442,-1.748267656910577,-0.5634584550373261,-0.4918453124296714,-0.8321341872215271,0.5341132283210754,0.14925019443035126,-1.6003012657165527,1.1284630298614502,-0.39625084400177,0.4980735778808594,-0.2929939031600952,0.06742464005947113 +443,-1.7719278904458837,-0.5140806953862,-0.6730307559839939,-0.8531920313835144,0.4917345643043518,0.17395593225955963,-1.1425975561141968,0.3328520357608795,0.130151629447937,0.3667876124382019,0.1003827452659607,-0.14475059509277344 +444,-1.7868726493701825,-0.5352813573480204,-0.6342420246044538,-0.8401240706443787,0.5100830793380737,0.18440985679626465,1.8054755926132202,-1.1276445388793945,0.16530464589595795,-0.43357282876968384,0.20508110523223877,-0.20073676109313965 +445,-1.7463759322849806,-0.5856132609481747,-0.40479924948437146,-0.8205606937408447,0.5527105331420898,0.1455727219581604,1.8483641147613525,-0.7068372964859009,0.014128493145108223,-0.3043783903121948,0.004860877990722656,0.24409092962741852 +446,-1.7590152837961996,-0.5942121788006367,-0.29159505738995745,-0.8139562010765076,0.5598561763763428,0.15503711998462677,-0.03041696920990944,-0.4372591972351074,-0.23470550775527954,-0.3645564317703247,0.18240761756896973,0.10453009605407715 +447,-1.7625498357693719,-0.5606299482178384,-0.30359213789633926,-0.8313974738121033,0.5317198038101196,0.1614065170288086,-0.2930467128753662,0.39517197012901306,-0.3900228440761566,0.4178996682167053,-0.3058897852897644,-0.05757047235965729 +448,-1.7515872975472455,-0.5190728076244332,-0.34118582930798896,-0.8541280031204224,0.496075302362442,0.1561233401298523,-0.5991505980491638,0.10531329363584518,-0.1881093829870224,0.5845205783843994,-0.019100844860076904,-0.056727662682533264 +449,-1.8101125516466139,-0.5307471855254159,-0.45932080599112013,-0.8378499150276184,0.5061779022216797,0.2044287621974945,-0.5498133301734924,-1.0357855558395386,0.6057727336883545,-0.10323572158813477,0.34445375204086304,-0.22365491092205048 +450,-1.8456544203813672,-0.6028387000761054,-0.36430902626091327,-0.7928097248077393,0.5669831037521362,0.22356872260570526,1.8501731157302856,-0.2923073172569275,0.14054428040981293,-0.6113192439079285,0.060244739055633545,0.0042144060134887695 +451,-1.7911607430437144,-0.6104990486379472,-0.26335093820710703,-0.7995482087135315,0.5732764601707458,0.17910046875476837,-0.03628949075937271,-0.02536594308912754,-0.5091753602027893,-0.4134950041770935,0.07342159748077393,0.19795942306518555 +452,-1.7812023667563612,-0.5426648132878674,-0.2647374951942765,-0.8374500870704651,0.5164197683334351,0.1788516789674759,0.01878160983324051,0.24237732589244843,-0.7234073281288147,0.34103596210479736,-0.15049874782562256,0.04920613765716553 +453,-1.7271189714051112,-0.47797531908486873,-0.3014031935168404,-0.8771011829376221,0.45998233556747437,0.13823865354061127,-1.0391303300857544,0.7754189372062683,-0.477844774723053,0.7291823625564575,-0.13878479599952698,0.08945299685001373 +454,-1.7347421302061021,-0.47268826611228987,-0.43521584173806827,-0.8784089088439941,0.45528140664100647,0.1453157365322113,-1.3555686473846436,0.4965992867946625,0.6853784918785095,0.28641366958618164,0.20884212851524353,-0.02852499485015869 +455,-1.7665336932665385,-0.5441688064917853,-0.4256672613125208,-0.8392205238342285,0.517707109451294,0.1663973331451416,1.819133996963501,-0.8910254240036011,0.19284692406654358,-0.6649907827377319,0.08684605360031128,-0.1191408783197403 +456,-1.6982967195123937,-0.5967299931744958,-0.2686511865422833,-0.8204632997512817,0.561940610408783,0.10517995804548264,0.9059061408042908,-0.3265961706638336,0.24774767458438873,-0.39612001180648804,0.04838043451309204,0.3351123332977295 +457,-1.7374161440001346,-0.5745292526162558,-0.283982004442565,-0.8278229236602783,0.5434396862983704,0.13922245800495148,-1.4210572242736816,0.2715716063976288,-0.2702622413635254,-0.1178101897239685,0.1616538166999817,-0.004121154546737671 +458,-1.7401627583195678,-0.5316358545201655,-0.37894613662230264,-0.8496455550193787,0.5069441199302673,0.14529334008693695,-0.3614550828933716,0.7435585260391235,-0.43823814392089844,0.5130977034568787,-0.20758193731307983,-0.10067665576934814 +459,-1.7273183197569497,-0.49695816132857995,-0.4719565090605899,-0.8682911396026611,0.4767538607120514,0.13702751696109772,-1.307897925376892,0.5817424058914185,0.07226312905550003,0.5508319139480591,-0.019051164388656616,0.01351572573184967 +460,-1.7824202453049345,-0.5214111589289983,-0.6542608883721963,-0.8477727174758911,0.4981042742729187,0.18213610351085663,-0.7241647839546204,-0.7000629305839539,0.8506089448928833,-0.1745660901069641,0.2970312237739563,-0.31569623947143555 +461,-1.8308998946042399,-0.6145517905472713,-0.5408256936533242,-0.7895500063896179,0.5765923857688904,0.21012486517429352,2.323499917984009,-0.8151191473007202,0.33557283878326416,-0.6692514419555664,0.1176062822341919,0.055088192224502563 +462,-1.7777512387199754,-0.6433382464085946,-0.4090570265129801,-0.7830246090888977,0.5998697280883789,0.16440469026565552,-0.6382707953453064,0.4320373833179474,-0.22762319445610046,-0.2225601077079773,-0.0813455581665039,0.35575222969055176 +463,-1.7878416033920062,-0.5905639130607397,-0.5275548210947965,-0.8111387491226196,0.5568295121192932,0.1788714975118637,-1.0503721237182617,0.7300121784210205,-0.32908347249031067,0.28559553623199463,-0.2278347611427307,-0.03347039222717285 +464,-1.7357007261360857,-0.5396508380860402,-0.6534183814283248,-0.8462501168251038,0.5138365030288696,0.14082923531532288,-1.2682416439056396,1.2579443454742432,-0.19210568070411682,0.49909740686416626,-0.15137922763824463,0.03023707866668701 +465,-1.7576949734362965,-0.5319739871961815,-0.7193993548930862,-0.8467993140220642,0.5072355270385742,0.16013456881046295,0.18990932404994965,-0.4884220063686371,0.1914542317390442,0.1762060523033142,0.013852119445800781,-0.15319180488586426 +466,-1.7665845806658942,-0.5603437266163923,-0.6560363692704171,-0.8308888673782349,0.5314773917198181,0.16478930413722992,1.2941941022872925,-0.8470579981803894,0.012583089992403984,-0.44964396953582764,0.10696560144424438,-0.08669483661651611 +467,-1.7311188794974282,-0.5875837782042969,-0.482205793175733,-0.8216092586517334,0.5543516874313354,0.13286279141902924,1.2625811100006104,0.03591299057006836,0.0804775208234787,-0.4013979434967041,0.06211864948272705,0.27822422981262207 +468,-1.7304990434078331,-0.5649897719191084,-0.4719467990568121,-0.8338462710380554,0.5354071855545044,0.13431133329868317,-0.7617090940475464,0.039855170994997025,-0.1873771846294403,0.010100603103637695,0.2736138105392456,-0.0006443262100219727 +469,-1.7462173397449408,-0.5427770926841107,-0.48278261052949006,-0.8431363105773926,0.5165159702301025,0.14943985641002655,0.10866984724998474,0.05889389291405678,-0.23719578981399536,0.39613020420074463,-0.19353324174880981,-0.03454114496707916 +470,-1.7552288335154869,-0.528588948093087,-0.5210402121885346,-0.8488746285438538,0.5043153762817383,0.15835972130298615,-0.8053025007247925,0.053802210837602615,0.08857543021440506,0.39549028873443604,-0.06522846221923828,-0.0042154788970947266 +471,-1.806087799297526,-0.5407767344617501,-0.624330315518123,-0.8336870670318604,0.5148020386695862,0.19986139237880707,-0.908824622631073,-0.013553885743021965,0.48251017928123474,0.03788024187088013,0.15154922008514404,-0.12272824347019196 +472,-1.8587757007899044,-0.5956227463394452,-0.6427588725777692,-0.7937102913856506,0.5610243678092957,0.23510773479938507,0.9297664761543274,-0.609630286693573,0.5346655249595642,-0.47025150060653687,0.09890300035476685,-0.1003115177154541 +473,-1.8425502993151075,-0.6375519248268899,-0.5828695863800728,-0.774066150188446,0.5952300429344177,0.2156914919614792,-0.7545878291130066,0.5687481760978699,0.047934845089912415,-0.26498109102249146,-0.18389886617660522,0.2979956865310669 +474,-1.843867394724543,-0.5805863435262315,-0.6731300311419743,-0.8051597476005554,0.5485143065452576,0.22549887001514435,-0.5910466909408569,0.19157032668590546,-0.545598030090332,0.057738542556762695,0.021843910217285156,-0.07256008684635162 +475,-1.8285585908662858,-0.5025048902096253,-0.7722919111411055,-0.8474256992340088,0.48162227869033813,0.2234041839838028,-1.75055992603302,1.2615455389022827,-0.3830454647541046,0.4667496085166931,-0.1689240038394928,0.04394502937793732 +476,-1.7955770583483714,-0.45443427089371763,-0.9261981638602269,-0.8759057521820068,0.43895408511161804,0.2002711445093155,-0.816984236240387,0.4391532838344574,0.21596990525722504,0.49625182151794434,0.047755539417266846,-0.2299189567565918 +477,-1.79048147482868,-0.5054938580257534,-0.8911738911527928,-0.8539074063301086,0.4842396080493927,0.1906680017709732,1.793350338935852,-1.1419410705566406,0.46749815344810486,-0.11700934171676636,0.1915416717529297,-0.215600848197937 +478,-1.7832275047331925,-0.5874962452517103,-0.6213009853645008,-0.8136212825775146,0.5542787909507751,0.1754862368106842,2.6342966556549072,-0.4713028371334076,0.12138942629098892,-0.5768663883209229,0.11597871780395508,0.17592370510101318 +479,-1.6307578741293607,-0.6226096298106018,-0.4245428306475889,-0.8108994960784912,0.5831571221351624,0.048681143671274185,0.38519665598869324,0.5664570331573486,-0.31090641021728516,-0.2583601474761963,-0.051662981510162354,0.7017003297805786 +480,-1.7003138248774394,-0.5690966659791336,-0.44366943658676716,-0.8353326320648193,0.5388712882995605,0.10879923403263092,-0.2566371262073517,-0.37461861968040466,-0.48883557319641113,0.14398741722106934,-0.03830671310424805,0.03968405723571777 +481,-1.7174881214778304,-0.5206998387054071,-0.4904837397007184,-0.8581545948982239,0.497487336397171,0.12679502367973328,-0.8975639343261719,0.4348514676094055,-0.3035951554775238,0.5388949513435364,-0.1274159550666809,0.08887267112731934 +482,-1.764823579116717,-0.5021000689085551,-0.6507680135639756,-0.8601253628730774,0.48126745223999023,0.16901403665542603,-1.5450117588043213,0.027924954891204834,0.35496488213539124,0.3342466354370117,0.1291297972202301,-0.11348727345466614 +483,-1.8566656003103739,-0.536378208554501,-0.790726300635847,-0.8246812224388123,0.5110262036323547,0.24239008128643036,-0.008631984703242779,-0.602146565914154,0.6721690893173218,-0.41593456268310547,0.288763165473938,-0.37483644485473633 +484,-1.8513551336842495,-0.6189203880757685,-0.6703771552894865,-0.7826589345932007,0.580156147480011,0.22553056478500366,1.369414210319519,-0.22822760045528412,0.290976345539093,-0.5139415264129639,-0.04985213279724121,0.11321452260017395 +485,-1.8014756894960653,-0.6073248732959072,-0.6592027301578397,-0.7994256019592285,0.5706727504730225,0.18775317072868347,-0.544183075428009,0.4240902364253998,-0.39510148763656616,-0.11678832769393921,0.07240885496139526,0.11327217519283295 +486,-1.7795187398287178,-0.5611577779955145,-0.7124054822976799,-0.828264594078064,0.5321667790412903,0.17543238401412964,-0.5985054969787598,0.9114398956298828,-0.36774104833602905,0.4167959690093994,-0.2865612506866455,0.03240765631198883 +487,-1.7229426689725982,-0.5172976600072452,-0.812382409833351,-0.8591185212135315,0.4945331811904907,0.13172975182533264,-1.0390223264694214,0.6757701635360718,-0.05349862575531006,0.5315426588058472,-0.03300049901008606,0.051787763833999634 +488,-1.7701483369984916,-0.5429948475874282,-0.8802642547975097,-0.8392089605331421,0.51670241355896,0.16955000162124634,0.18069906532764435,-0.7105071544647217,0.6768158078193665,-0.06304335594177246,0.2126220464706421,-0.07737158238887787 +489,-1.7652491305236886,-0.6050538970591264,-0.7686730076956656,-0.8069707751274109,0.5688064098358154,0.1589258909225464,1.4006527662277222,-0.21916036307811737,0.1807720810174942,-0.5097406506538391,0.14225316047668457,0.09966480731964111 +490,-1.690035113652229,-0.6497538860037083,-0.6406961721740511,-0.790579080581665,0.6049904823303223,0.09471700340509415,0.8748349547386169,-0.007651063147932291,0.05820373445749283,-0.38350844383239746,-0.024088382720947266,0.22733497619628906 +491,-1.702673480765076,-0.6322314635269571,-0.5762880898891375,-0.799705982208252,0.5909463763237,0.1060786172747612,0.10356287658214569,-0.49490299820899963,-0.2966945767402649,0.07869768142700195,-0.08910012245178223,0.024200908839702606 +492,-1.7236895273715573,-0.6016646912001583,-0.5598330043100007,-0.8147777318954468,0.5660156011581421,0.12555383145809174,-0.0004080086946487427,-0.2740687429904938,-0.2741241753101349,0.4952585697174072,-0.15643912553787231,0.006602540612220764 +493,-1.7768754398138173,-0.5910646579763926,-0.6057072449162373,-0.8127781748771667,0.5572453737258911,0.16990870237350464,-0.6958619356155396,-0.1509866863489151,0.24111559987068176,0.2981145977973938,-0.010065317153930664,-0.1085532009601593 +494,-1.8526933221545347,-0.6069585869228757,-0.7259727144998712,-0.7889658212661743,0.5703719258308411,0.22849182784557343,-0.6714929342269897,-0.09174656122922897,0.5378836989402771,-0.25374341011047363,0.2554793953895569,-0.2846136689186096 +495,-1.838751338230629,-0.6610863799359263,-0.6891429751402182,-0.7611581683158875,0.6139747500419617,0.20898187160491943,1.5970882177352905,-0.10157782584428787,0.23296143114566803,-0.6001089215278625,0.0993889570236206,-0.059308409690856934 +496,-1.7187521124958614,-0.672754781626061,-0.5011516415768282,-0.7735633254051208,0.6231428980827332,0.11529570817947388,0.75285404920578,-0.10306686162948608,-0.6895552277565002,-0.1601373553276062,-0.003544449806213379,0.3034055233001709 +497,-1.7285942882629606,-0.5938645614480267,-0.5699843811618512,-0.8184875249862671,0.5595681071281433,0.13023844361305237,-1.5973002910614014,1.0338873863220215,-0.6081939339637756,0.30757737159729004,-0.12307512760162354,0.06563867628574371 +498,-1.6824138508381152,-0.5043212864150362,-0.7444680023416931,-0.8700545430183411,0.48321333527565,0.09751864522695541,-1.5186690092086792,1.462898850440979,-0.615633487701416,0.6356185674667358,-0.0022257864475250244,0.056915514171123505 +499,-1.6808963149718446,-0.49309862833671364,-0.8873709559438824,-0.8755366802215576,0.4733576476573944,0.09678798168897629,-0.9746778011322021,-0.4440890848636627,0.6461755037307739,0.30336272716522217,0.1562352180480957,-0.0466475635766983 +500,-1.7656888163166398,-0.5771579915028255,-0.8948330051271232,-0.8221520185470581,0.5456445217132568,0.1622912436723709,2.0417556762695312,-1.244668960571289,0.3212849497795105,-0.8041604161262512,0.14492255449295044,-0.2109515517950058 +501,-1.6513528233665118,-0.6287666269880782,-0.6354075003640736,-0.8061308264732361,0.5881476998329163,0.06507991254329681,1.837611436843872,-0.04583705589175224,0.02928321622312069,-0.3734346032142639,-0.12139666080474854,0.385237455368042 +502,-1.650925069094525,-0.6156798481967221,-0.5617122589161051,-0.8137615323066711,0.5775136947631836,0.06534560024738312,-0.5987570285797119,-0.3418760597705841,-0.3007383346557617,-0.09515869617462158,-0.0654287338256836,0.1398698091506958 +503,-1.6978786180827128,-0.5633950678166564,-0.6443541818461588,-0.8386290073394775,0.5340596437454224,0.10715235024690628,-0.8921940326690674,0.25650084018707275,-0.5852632522583008,0.3865416646003723,-0.12957966327667236,-0.06651820242404938 +504,-1.726409133947922,-0.513419815904035,-0.7688097353494404,-0.8605446219444275,0.49115902185440063,0.1350032389163971,-1.386489748954773,0.31196367740631104,0.0028861062601208687,0.4577583074569702,0.10556650161743164,-0.03284560143947601 +505,-1.7916890426863592,-0.5218922708569772,-0.9535322737618345,-0.8458144068717957,0.4985213875770569,0.18993352353572845,-1.1362323760986328,0.2032282054424286,0.6863452792167664,0.1001783013343811,0.3289933204650879,-0.22743961215019226 +506,-1.8555012457280369,-0.5938193108431638,-0.9682490978938707,-0.7954456806182861,0.5595305562019348,0.23279133439064026,1.1428166627883911,-1.1982793807983398,0.705989420413971,-0.5803630352020264,0.2886139750480652,-0.16070890426635742 +507,-1.7904594400845293,-0.6687872050292417,-0.806627690676782,-0.7657216191291809,0.62003493309021,0.17095938324928284,0.7811952233314514,0.4405231773853302,-0.1800287663936615,-0.3489786386489868,-0.24381422996520996,0.22239695489406586 +508,-1.7676226548241174,-0.6273628956420193,-0.8411791448036183,-0.7939471006393433,0.5870118737220764,0.15831945836544037,-0.8911172747612,0.7362622618675232,-0.37298184633255005,0.16270625591278076,-0.2551179528236389,0.06938743591308594 +509,-1.7259242353753048,-0.5651179153672854,-0.973927986023482,-0.8343842029571533,0.5355154275894165,0.13048464059829712,-1.385910153388977,1.0147178173065186,-0.4826696813106537,0.4944031238555908,-0.205361008644104,0.07897281646728516 +510,-1.7627638958776342,-0.5263386490868607,-1.1327665929228303,-0.8487691879272461,0.5023708939552307,0.1649675816297531,-1.0764625072479248,-0.12528736889362335,0.2141164243221283,0.2859029769897461,0.243158221244812,-0.07362842559814453 +511,-1.8041984211684234,-0.5665918094762578,-1.1651624169221395,-0.820857584476471,0.5367595553398132,0.19514644145965576,1.354859709739685,-0.8056007027626038,0.41475141048431396,-0.39021730422973633,0.129011869430542,-0.20968806743621826 +512,-1.7426106413165958,-0.64880246748727,-0.9123234448179708,-0.7850759029388428,0.6042326092720032,0.1362304389476776,2.311622381210327,-0.15250283479690552,0.2814764976501465,-0.45460909605026245,-0.05036914348602295,0.2486572116613388 +513,-1.6816049661463248,-0.6574424169181076,-0.7583176553969312,-0.7867032885551453,0.6110943555831909,0.08753206580877304,0.28721725940704346,-0.5501070022583008,-0.35338902473449707,-0.1583346724510193,-0.018381893634796143,0.19223785400390625 +514,-1.7362470181687597,-0.6186329694645839,-0.7574288965800803,-0.8035470843315125,0.5799220204353333,0.1341739445924759,-0.1767895668745041,-0.2773437201976776,-0.42642003297805786,0.24383944272994995,-0.18244582414627075,-0.03132963180541992 +515,-1.7574405202169145,-0.5831838404763935,-0.8070645506657937,-0.8202165961265564,0.5506843328475952,0.1548914611339569,-0.7198845744132996,0.16154861450195312,-0.1128939762711525,0.47120243310928345,-0.0027107596397399902,-0.05802871286869049 +516,-1.7907842658423299,-0.5702542077060655,-0.91863001950624,-0.8214773535728455,0.5398460626602173,0.18368789553642273,-1.0605864524841309,0.43542084097862244,0.25874248147010803,0.13225317001342773,0.20627820491790771,-0.2549617290496826 +517,-1.8088022071552843,-0.5994257957417765,-0.9779575822887481,-0.8023844957351685,0.5641684532165527,0.19466184079647064,0.421935498714447,0.15062423050403595,0.5305613875389099,-0.4185934066772461,0.23432403802871704,-0.29776546359062195 +518,-1.737170926040018,-0.681172794231055,-0.7928565273794586,-0.766107976436615,0.6297045350074768,0.12865014374256134,1.9170135259628296,-0.6291349530220032,0.26836028695106506,-0.345037043094635,-0.2064562439918518,0.04015779495239258 +519,-1.6708843418430717,-0.6742868046928953,-0.6648273398673035,-0.7772431373596191,0.6243403553962708,0.0780535340309143,-0.16874359548091888,-0.12682831287384033,-0.4434846043586731,-0.016183435916900635,-0.04140883684158325,0.30460643768310547 +520,-1.6861133442265208,-0.6206656203964931,-0.7494854800409453,-0.8080886602401733,0.5815767645835876,0.09360164403915405,-1.0511752367019653,0.8142871260643005,-0.4827163815498352,0.33936911821365356,-0.21773093938827515,0.06376218795776367 +521,-1.6785219513613752,-0.5715285941057708,-0.88714489397388,-0.8361996412277222,0.5409183502197266,0.09043020755052567,-1.3566676378250122,0.4535289704799652,-0.10424967855215073,0.47992217540740967,0.029913008213043213,0.021370887756347656 +522,-1.7580631559701148,-0.5808977631373949,-0.9936708607460248,-0.821354866027832,0.5487746596336365,0.15563611686229706,-0.11040908098220825,-0.3786880075931549,0.5487391948699951,-0.17188549041748047,0.23691564798355103,-0.08576607704162598 +523,-1.7646142369575264,-0.6327405086035364,-0.8906221924727306,-0.7913108468055725,0.5913569331169128,0.15531998872756958,1.5010733604431152,-0.1320086568593979,0.3044929504394531,-0.5945077538490295,0.13230639696121216,0.17043985426425934 +524,-1.7101970864045153,-0.6638306224819553,-0.7880082966623121,-0.7799974679946899,0.6161385178565979,0.10944207012653351,-0.044134266674518585,-0.20713645219802856,-0.02641196735203266,-0.1450972557067871,-0.09003067016601562,0.1742035299539566 +525,-1.7528148986731245,-0.6512278885107732,-0.8214448402424851,-0.78220134973526,0.6061634421348572,0.1439686268568039,-0.07774485647678375,-0.13575810194015503,-0.11757516860961914,0.2092490792274475,-0.26776933670043945,-0.1529865264892578 +526,-1.7703932956595048,-0.6409951203993822,-0.8208333747759367,-0.7855885028839111,0.5979933142662048,0.15891706943511963,0.0319928377866745,-0.5655370950698853,-0.08483880758285522,0.3659108281135559,-0.09353774785995483,-0.07650434970855713 +527,-1.8288307160598725,-0.6432494031072511,-0.8430799560379263,-0.7736606001853943,0.5997986197471619,0.20418289303779602,-0.3397962749004364,-0.3800640404224396,0.10326187312602997,-0.015935838222503662,0.00850820541381836,-0.3021595776081085 +528,-1.8799090695058087,-0.6523801937641925,-0.8381965488132052,-0.7569782733917236,0.6070795059204102,0.2417406141757965,0.6729117035865784,-0.48889482021331787,0.08478663861751556,-0.49238085746765137,0.12056636810302734,-0.3051103353500366 +529,-1.8050878913672161,-0.682581182523797,-0.6768081703646104,-0.7547475695610046,0.6307979822158813,0.1801392138004303,1.5249792337417603,-0.07283172756433487,-0.2102866917848587,-0.24105620384216309,-0.03568994998931885,0.09952390193939209 +530,-1.7543307393811907,-0.642568447980022,-0.5470375754789608,-0.7871136665344238,0.5992535948753357,0.14610666036605835,0.14754539728164673,-0.07718698680400848,-0.7139595150947571,0.08929872512817383,0.25896167755126953,0.2559471130371094 +531,-1.6852254917127956,-0.5875625520683494,-0.5830911179673016,-0.8268510699272156,0.5543339848518372,0.0950310155749321,-0.7623152136802673,1.3726730346679688,-0.22366276383399963,0.5992358326911926,-0.1672949194908142,0.1258094161748886 +532,-1.6657533533046642,-0.5638677152778243,-0.7009711362138034,-0.841386616230011,0.5344591736793518,0.08013657480478287,-1.2848654985427856,0.22743964195251465,0.14426466822624207,0.49881160259246826,0.012537896633148193,0.01362871378660202 +533,-1.7725104151249562,-0.6004769075593996,-0.8553769782606697,-0.8083378076553345,0.5650359988212585,0.16530118882656097,-0.968146562576294,-0.7109159827232361,0.813417911529541,-0.2779812812805176,0.27874451875686646,-0.07339750230312347 +534,-1.756204829821171,-0.6590057409149158,-0.7751684481527125,-0.7770513892173767,0.6123310923576355,0.14574584364891052,1.7192869186401367,0.20095022022724152,0.18784776329994202,-0.6305871605873108,0.1028788685798645,0.1744140386581421 +535,-1.660696728833477,-0.6842435510201588,-0.6290658938606823,-0.7717682123184204,0.632086992263794,0.06956979632377625,0.6319875717163086,-0.27159973978996277,-0.1719607263803482,-0.1765350103378296,-0.20394062995910645,0.22724413871765137 +536,-1.7020202692292627,-0.649219515646014,-0.6357392094763794,-0.7897074222564697,0.604564905166626,0.1042274683713913,-0.5069735646247864,-0.2344624549150467,-0.36501914262771606,0.10632741451263428,-0.13122200965881348,-0.012369528412818909 +537,-1.7259599172688391,-0.6048607193140627,-0.6954293338684819,-0.8126990795135498,0.5686475038528442,0.1271231323480606,-0.7922268509864807,0.39497360587120056,-0.2039123773574829,0.4392554759979248,-0.09098637104034424,-0.049700021743774414 +538,-1.7696867452689033,-0.5828879895312735,-0.7778170574012316,-0.8184182047843933,0.550437331199646,0.16495637595653534,-0.7647669911384583,-0.1166897565126419,0.05589498579502106,0.2533089518547058,0.070137619972229,-0.10689663887023926 +539,-1.8422674832806534,-0.5979007167495402,-0.8478497401606514,-0.7962498664855957,0.5629085898399353,0.2216302752494812,0.05587701126933098,-0.7446117401123047,0.42851781845092773,-0.3417048454284668,0.2586550712585449,-0.22732186317443848 +540,-1.8380283787952068,-0.665937181331358,-0.737309192484747,-0.7584273219108582,0.6177963614463806,0.2076425701379776,1.534101963043213,-0.033533379435539246,0.31368380784988403,-0.3981124758720398,-0.10398721694946289,0.0794667899608612 +541,-1.7785838390843502,-0.6676864854539187,-0.6925696181954649,-0.7683650851249695,0.6191709637641907,0.1619948148727417,-0.7218500375747681,0.34097737073898315,-0.3700718879699707,-0.17235445976257324,0.004898190498352051,0.1599198430776596 +542,-1.7697470785659537,-0.6126355114886385,-0.7939079072489,-0.8019972443580627,0.5750256776809692,0.16169700026512146,-0.9081284403800964,1.0475372076034546,-0.3388024568557739,0.33185869455337524,-0.25362980365753174,-0.03970301151275635 +543,-1.7321170145218248,-0.567154740420199,-0.8930654756669986,-0.8324819207191467,0.5372344255447388,0.1354738026857376,-0.8381539583206177,0.39183828234672546,-0.18417629599571228,0.45667314529418945,-0.09784233570098877,-0.02867758274078369 +544,-1.7748581504339629,-0.5765169035040819,-0.9299034338742743,-0.8209714293479919,0.5451071262359619,0.16989369690418243,0.2675620913505554,-0.564111590385437,0.49587512016296387,-0.015042245388031006,0.1644112467765808,-0.09993220865726471 +545,-1.7653001141417486,-0.6308929296247936,-0.7854876828503088,-0.7922745943069458,0.589866042137146,0.15607357025146484,1.9199000597000122,-0.5129346251487732,0.15309903025627136,-0.6716688275337219,0.14379173517227173,0.11995790898799896 +546,-1.678170742204615,-0.6534265183663012,-0.5899982049028735,-0.7894325852394104,0.6079106330871582,0.08509212732315063,0.5793597102165222,-0.47519347071647644,-0.25955280661582947,-0.3216971158981323,-0.039993882179260254,0.33020639419555664 +547,-1.7319817319682016,-0.6199600185840617,-0.609209144950232,-0.8033517599105835,0.5810025930404663,0.1306217610836029,-0.43095162510871887,-0.20168420672416687,-0.3229598104953766,0.1368783712387085,-0.1439603567123413,-0.05826461315155029 +548,-1.7446291922663397,-0.5812239860392416,-0.6433915746377565,-0.8231949210166931,0.5490473508834839,0.14455734193325043,-0.5151498317718506,0.038087040185928345,-0.2538410425186157,0.5364366173744202,-0.12909507751464844,-0.05288258194923401 +549,-1.7858934273714875,-0.5559754906703444,-0.7478567905780291,-0.8298124074935913,0.5277721285820007,0.18129488825798035,-1.4073251485824585,0.21879969537258148,0.14124952256679535,0.2623686194419861,0.1647632122039795,-0.14581824839115143 +550,-1.8705933217577426,-0.5636604758771984,-0.8584433237554162,-0.8076015114784241,0.5342839956283569,0.2496408075094223,0.4301010072231293,-0.6661688089370728,0.44385185837745667,-0.4478153586387634,0.25831854343414307,-0.409171462059021 +551,-1.8233898772740122,-0.6310570229291933,-0.7089753638866927,-0.781783401966095,0.5899985432624817,0.20178329944610596,1.510197401046753,-0.07203686982393265,0.16505970060825348,-0.30920475721359253,-0.09070038795471191,0.17509353160858154 +552,-1.778312946319387,-0.6140530653581023,-0.6857713061206289,-0.7997843027114868,0.5761848092079163,0.16839267313480377,-0.6527812480926514,0.654941737651825,-0.48960381746292114,-0.1690114140510559,0.002916693687438965,0.031146511435508728 +553,-1.7260896807768515,-0.54519651262746,-0.7650146666463452,-0.8447360992431641,0.5185860991477966,0.1322467029094696,-0.8973506093025208,1.3265619277954102,-0.5641501545906067,0.44733625650405884,-0.3018198013305664,0.08287166059017181 +554,-1.6879895170624475,-0.49040996180013635,-0.8614602812227272,-0.8760889172554016,0.47098755836486816,0.10314428806304932,-0.7063966393470764,0.060835737735033035,-0.12588585913181305,0.5558680295944214,0.07909172773361206,0.01266990602016449 +555,-1.7598183574909625,-0.5211775802686538,-0.8860721172589289,-0.8517866730690002,0.49790170788764954,0.16295181214809418,0.4299377501010895,-1.2238032817840576,0.45128440856933594,-0.3031662702560425,0.2688676416873932,-0.09881915152072906 +556,-1.7501948127624414,-0.5799010360460689,-0.7008564946134527,-0.8230917453765869,0.5479411482810974,0.14926618337631226,1.9811267852783203,-0.07340307533740997,0.22507131099700928,-0.4505898952484131,0.08087348937988281,0.18369591236114502 +557,-1.693696816031717,-0.6005663687052161,-0.5667610031571856,-0.8187927603721619,0.5651098489761353,0.10113976895809174,0.262764036655426,-0.47481876611709595,-0.2169259935617447,-0.22748708724975586,-0.007050156593322754,0.10120701789855957 +558,-1.7552393695393822,-0.5758202077996485,-0.5392998171115374,-0.8245195150375366,0.5445229411125183,0.15382519364356995,0.2427285760641098,-1.326585054397583,-0.3870399296283722,0.1491045355796814,-0.22247099876403809,-0.15643443167209625 +559,-1.8829937243959374,-0.5271347144448362,-0.561940616551426,-0.8224748373031616,0.5030590891838074,0.2654554545879364,-0.98985755443573,-1.921778917312622,-0.6591244339942932,0.4307054877281189,-0.03726935386657715,-0.09478595852851868 +560,-2.0749629746510325,-0.4834393441941444,-0.6634059759822997,-0.7752374410629272,0.46482712030410767,0.4277178943157196,-1.1796674728393555,-1.8792495727539062,0.5181336998939514,0.061339735984802246,0.14093154668807983,-0.12136721611022949 +561,-2.3564410987514006,-0.4726362682732142,-0.7960988923691195,-0.6294323205947876,0.4552351236343384,0.6297428607940674,-0.3066886067390442,-2.2702651023864746,-0.122703418135643,-0.5660175085067749,0.23640000820159912,0.023684263229370117 +562,-2.5685884327080473,-0.4648655177000212,-0.7535443834208153,-0.48462599515914917,0.44830259680747986,0.7511075139045715,0.1693519502878189,-1.5199707746505737,-0.23371700942516327,-0.15149769186973572,-0.1204521656036377,0.18648409843444824 +563,-2.700643724455314,-0.43213852696793104,-0.7969899997246259,-0.38756316900253296,0.41881370544433594,0.8212122917175293,-0.7845109701156616,-1.3141610622406006,0.060752131044864655,0.14052343368530273,-0.05104643106460571,-0.021117806434631348 +564,-2.7966320162480556,-0.3787917203647977,-0.8682824428873808,-0.31418830156326294,0.36979812383651733,0.8743771910667419,-0.9295746088027954,-0.6053414940834045,0.7168251276016235,0.2233678698539734,-0.18402227759361267,-0.4333370327949524 +565,-2.8227118103734146,-0.3466909226681194,-0.9862417680607253,-0.2948511242866516,0.33978748321533203,0.8930882811546326,-0.2441105991601944,-0.5042473077774048,0.6586312055587769,0.058736711740493774,0.1980237066745758,-0.29923176765441895 +566,-2.8402020760484152,-0.4248187904898691,-1.0157269329872216,-0.2704624831676483,0.4121556878089905,0.870044469833374,1.0763901472091675,-0.20026902854442596,0.15147660672664642,-0.3138422667980194,0.11993348598480225,0.26908499002456665 +567,-2.7741636647453243,-0.5405408265164958,-0.9265201578130703,-0.30800387263298035,0.5145998001098633,0.8002006411552429,1.317413568496704,1.2027403116226196,-0.6534506678581238,-0.02326446771621704,0.248049795627594,0.5956735610961914 +568,-2.679818883347581,-0.6000600941362415,-0.8347422828406973,-0.3677023649215698,0.5646920800209045,0.7388628125190735,0.30569764971733093,0.0012607290409505367,-0.7702524065971375,-0.24379363656044006,0.043447017669677734,0.24055320024490356 +569,-2.6780122555195023,-0.5808519157388836,-0.7417930714304496,-0.37381818890571594,0.5487363338470459,0.7477620244026184,0.20796392858028412,-0.3017740845680237,-1.0573458671569824,-0.09786143898963928,-0.2658537030220032,-0.05904144048690796 +570,-2.59459890917982,-0.5313513334739545,-0.6358153102098534,-0.4484092593193054,0.5066988468170166,0.7363325953483582,-0.1797579824924469,0.1936049461364746,-0.5829765796661377,0.33828648924827576,-0.22039812803268433,-0.3445325493812561 +571,-2.5991100214928236,-0.4990059706415979,-0.6458410957025973,-0.4533099830150604,0.4785529673099518,0.7519956231117249,-0.5355468392372131,0.0966092199087143,0.4433988928794861,0.06604182720184326,0.08086484670639038,-0.19674336910247803 +572,-2.645232987022771,-0.4858710691591783,-0.7781867982764128,-0.4211130738258362,0.4669787883758545,0.7775566577911377,-0.3236009180545807,0.2757493853569031,0.8413141965866089,-0.524962306022644,0.27159231901168823,0.09018003940582275 +573,-2.5920410988846485,-0.540344770767513,-0.748157749379455,-0.4478929340839386,0.5144316554069519,0.7312676310539246,1.2358968257904053,0.26669982075691223,-0.8073925375938416,-0.32787927985191345,-0.09367042779922485,0.1913856863975525 +574,-2.498331727832167,-0.5432373788655329,-0.6135052929273237,-0.513459324836731,0.5169100165367126,0.6849551200866699,0.02584352344274521,0.08305194973945618,-0.7296507358551025,0.10865890979766846,-0.027575969696044922,0.16753816604614258 +575,-2.433049196741393,-0.4799647210416438,-0.6208408866167658,-0.5772035121917725,0.4617478847503662,0.6735169887542725,-1.0523923635482788,1.5142028331756592,0.050902895629405975,0.44664931297302246,-0.2865617275238037,-0.11460280418395996 +576,-2.3548047297787895,-0.43125157506000117,-0.7280633422211007,-0.6432585716247559,0.41800811886787415,0.641473114490509,-0.3965015411376953,0.17032770812511444,0.5133939981460571,0.4652037024497986,0.12949255108833313,-0.39746981859207153 +577,-2.4026907143074414,-0.49759789299745694,-0.7291133730189764,-0.591805100440979,0.47731611132621765,0.6495657563209534,1.031785488128662,-0.5508776307106018,0.5510331988334656,-0.12004780769348145,0.1416412591934204,0.13180619478225708 +578,-2.3314915273386823,-0.5753310018769352,-0.7823259655208732,-0.6077440977096558,0.5441125631332397,0.578436017036438,0.3701370060443878,-1.17098069190979,0.24660129845142365,-0.3731365203857422,0.2517857551574707,0.18436598777770996 +579,-2.389867136670711,-0.5875371596808636,-0.7560813172313379,-0.5683837532997131,0.5543128848075867,0.6080110669136047,0.26129013299942017,-1.1018327474594116,-0.6677079796791077,-0.32991641759872437,0.0812462568283081,0.08492118120193481 +580,-2.4394766444497207,-0.5564634966362115,-0.6608813800214695,-0.5483964085578918,0.528186559677124,0.6482900977134705,0.041515059769153595,-0.7517310380935669,-0.7755333185195923,0.0886797308921814,-0.2772253155708313,-0.145391047000885 +581,-2.447114759438149,-0.5097675682524159,-0.6276246564747426,-0.5586155652999878,0.4879743754863739,0.6706936955451965,-0.1976851373910904,-0.14332738518714905,-0.2507269084453583,0.394247829914093,-0.13505378365516663,-0.4677364230155945 +582,-2.4803366924597006,-0.502937283617026,-0.6558002327393384,-0.5380639433860779,0.4820011854171753,0.6914928555488586,-0.3078004717826843,-0.1391260176897049,0.6412654519081116,0.020363688468933105,0.07485312223434448,-0.2714182734489441 +583,-2.533750462441631,-0.5230001624555131,-0.7210334781496794,-0.4947558045387268,0.4994814991950989,0.7111504673957825,0.25817999243736267,0.39051637053489685,0.12747429311275482,-0.659846305847168,0.20962494611740112,0.1177680492401123 +584,-2.4140045699092907,-0.5592443013949738,-0.5889848616513988,-0.5637510418891907,0.5305457711219788,0.6330132484436035,1.5170373916625977,0.43553245067596436,-1.4620475769042969,-0.18589794635772705,-0.022748589515686035,0.2944616675376892 +585,-2.2186041714606666,-0.5272802945259548,-0.46843989235306893,-0.6891036033630371,0.5031849145889282,0.5214799046516418,-1.182663083076477,4.366314888000488,0.5377281904220581,0.33528274297714233,-0.16927677392959595,1.0321242809295654 +586,-2.1421528323964782,-0.43407819661416985,-0.6731656067555,-0.7631566524505615,0.42057427763938904,0.4906212091445923,-1.8443658351898193,0.135979562997818,-0.11081866174936295,0.6268041133880615,-0.08378228545188904,-0.3917900621891022 +587,-2.1850282272364576,-0.3800800117279754,-0.8131237476782527,-0.7588956356048584,0.37099477648735046,0.5352010726928711,-1.0961966514587402,-0.24146924912929535,0.9677801728248596,0.5118101239204407,0.08335089683532715,-0.37296968698501587 +588,-2.326721753310571,-0.46394718887823855,-0.9872917768062769,-0.6507208943367004,0.44748151302337646,0.6134514808654785,0.9557059407234192,-0.9231283068656921,1.2585102319717407,-0.6564385294914246,0.20327532291412354,0.015607357025146484 +589,-2.1080853665335306,-0.5890370094703045,-0.9024272319799538,-0.7143206000328064,0.5555605888366699,0.42555686831474304,0.4988662302494049,0.7363799214363098,0.37064486742019653,-0.2178388237953186,-0.14201688766479492,0.6210281848907471 +590,-2.251902433651927,-0.5637897632282752,-0.7673021286400828,-0.6566442847251892,0.5343932509422302,0.5322052240371704,0.9029774069786072,-2.212750196456909,-1.2224063873291016,-0.33552801609039307,0.06141674518585205,0.11322635412216187 +591,-2.3223880078835704,-0.5331999482444792,-0.6145004327071982,-0.6291842460632324,0.5082916617393494,0.5880191922187805,0.5427119135856628,-1.1432597637176514,-0.976016104221344,0.1241489052772522,-0.24829727411270142,-0.18112832307815552 +592,-2.345710210403712,-0.48603779237894007,-0.5659896168480112,-0.6317378282546997,0.4671262204647064,0.6186281442642212,-0.4787330627441406,-0.16871945559978485,-0.2516311705112457,0.40567880868911743,-0.07962921261787415,-0.3948732018470764 +593,-2.3714482996134953,-0.4503288229145494,-0.6391192327722642,-0.6268267035484314,0.435261607170105,0.6462474465370178,-0.9159992933273315,0.036145031452178955,0.5621252059936523,0.04078233242034912,0.2448379397392273,-0.3734050393104553 +594,-2.423039888387768,-0.4531690180991858,-0.7096608146279701,-0.591850221157074,0.43781688809394836,0.6767787933349609,0.43530166149139404,-0.18394941091537476,0.19084550440311432,-0.523582398891449,0.35022324323654175,-0.1278133988380432 +595,-2.3451308382306113,-0.5337304193743626,-0.5361257265831416,-0.6154565215110779,0.508748471736908,0.6019865870475769,1.7379159927368164,0.40059196949005127,-1.0598986148834229,-0.25928395986557007,-0.12749242782592773,0.43092644214630127 +596,-2.153733357415043,-0.5348398821837458,-0.4218063531842412,-0.7182630896568298,0.5097032785415649,0.4736042022705078,-0.6235995292663574,4.0587158203125,0.40939703583717346,0.17578256130218506,-0.33148056268692017,1.2773418426513672 +597,-2.1817972724327253,-0.43530398801735387,-0.5751904742939795,-0.7426889538764954,0.421686053276062,0.5201866626739502,-1.526696801185608,-1.1258010864257812,-0.422899454832077,0.5747812390327454,-0.164636492729187,-0.4072411060333252 +598,-2.275023729197694,-0.3782754260031965,-0.6775912238641463,-0.708233118057251,0.3693183660507202,0.601672887802124,-0.864403247833252,-0.5217763781547546,0.8627314567565918,0.3392449617385864,0.09259572625160217,-0.32199448347091675 +599,-2.3890601698460476,-0.4539059451606551,-0.7737524072975133,-0.6142803430557251,0.43847930431365967,0.6560454964637756,1.2268013954162598,-1.0904343128204346,-0.07291451841592789,-0.7234119772911072,0.1859409213066101,0.055059850215911865 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/r2.csv b/BoostRunClub/CoreML/DataSet/Motion/running/r2.csv new file mode 100644 index 0000000..e74b517 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/r2.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-1.59739992798302,-0.28314227187700747,-2.488626987297112,-0.9598425030708313,0.2793741822242737,0.025541292503476143,0.882115364074707,0.17768149077892303,0.0747096836566925,0.08299624919891357,-0.22320660948753357,0.2117786407470703 +1,0.40753241175981275,0.5312575256597689,2.5572652971417655,0.34171706438064575,-0.5066179633140564,-0.7915602922439575,-0.9416576027870178,1.5926553010940552,0.02989310957491398,0.11551254987716675,-0.2414746880531311,-0.16328895092010498 +2,0.5015575598528041,0.4549952623642019,2.602380388924784,0.43187758326530457,-0.43945807218551636,-0.7876283526420593,-0.28022122383117676,1.5377827882766724,-0.2814953327178955,-0.030861347913742065,0.09496039152145386,-0.22915637493133545 +3,0.7525380224542247,0.416297448893852,2.674518234965541,0.6251181364059448,-0.40437689423561096,-0.6676127314567566,-0.8724417686462402,3.5467190742492676,0.18672014772891998,-0.10526639223098755,0.11772531270980835,-0.006520569324493408 +4,0.991865802472365,0.40979808888045505,2.7251662266501904,0.7677417993545532,-0.3984241485595703,-0.5018274784088135,-0.45256316661834717,2.3716132640838623,0.15650208294391632,-0.11956369876861572,0.03183174133300781,0.13825631141662598 +5,1.1521251740800589,0.42370300074514883,2.7736184208782673,0.8328401446342468,-0.4111388325691223,-0.37059688568115234,-0.3841363489627838,1.414686918258667,0.5055764317512512,-0.1681215763092041,0.04756772518157959,0.06445983052253723 +6,1.224237217741494,0.43671499069406383,2.819066049407615,0.8522728085517883,-0.42296504974365234,-0.30778467655181885,-0.288316547870636,0.7040725946426392,-0.07304280251264572,-0.10483640432357788,-0.10823911428451538,-0.11422762274742126 +7,1.2984415321149254,0.4267413648669065,2.844042627319759,0.8767651319503784,-0.41390660405158997,-0.24487607181072235,-0.014211785048246384,0.5873106718063354,-0.09457497298717499,0.08508789539337158,-0.16157859563827515,-0.14921265840530396 +8,1.3761365124589424,0.36167226483649956,2.8278069514373856,0.9176416993141174,-0.35383880138397217,-0.18091890215873718,0.004969674628227949,0.3257673680782318,-0.47275036573410034,0.20453530550003052,0.14184850454330444,0.10891273617744446 +9,1.4081079188914967,0.2836368437009991,2.8602000157575103,0.9473671317100525,-0.27984902262687683,-0.15549997985363007,-0.3825415074825287,0.7350013852119446,-0.8940759897232056,-0.06510382890701294,0.05209630727767944,-0.15594716370105743 +10,1.4483173426388398,0.2305420622587447,2.896636261372943,0.9662496447563171,-0.22850528359413147,-0.11894062161445618,-0.28376761078834534,0.38867291808128357,-0.44885003566741943,-0.18686127662658691,0.01241031289100647,-0.006318800151348114 +11,1.4534541615042287,0.16669194882320357,2.9103196408706586,0.9793575406074524,-0.16592106223106384,-0.11545030772686005,-0.3017113208770752,0.10289335250854492,-0.5171091556549072,-0.11983007192611694,-0.09828485548496246,-0.08376847207546234 +12,1.4643763230528686,0.10084261525527978,2.9036495092055854,0.9892911314964294,-0.10067178308963776,-0.10567961633205414,0.21014967560768127,-0.010751083493232727,-0.45915791392326355,0.13377094268798828,-0.08753010630607605,-0.04410063475370407 +13,1.4936641413813925,0.047457240124080174,2.8970007333268835,0.9959043264389038,-0.04743942990899086,-0.0769689753651619,-0.08721128106117249,0.14428606629371643,-0.6381133794784546,0.3074098825454712,0.12998947501182556,-0.0872766375541687 +14,1.509360621557174,0.0292941758716502,2.8976660950537543,0.9976851940155029,-0.029289986938238144,-0.06137072667479515,-0.08844302594661713,0.21309326589107513,-0.32617878913879395,0.06077122688293457,0.10747602581977844,-0.18701189756393433 +15,1.4470361844100017,-0.00588299718732116,2.8770207298088124,0.9923344254493713,0.0058829630725085735,-0.12344233691692352,0.17984233796596527,-2.2742648124694824,-0.425661563873291,-0.2348422408103943,-0.09320901334285736,-0.007798507809638977 +16,1.1148088299414534,-0.0031201522870763156,2.7753138914174826,0.8978223204612732,0.003120147157460451,-0.44034701585769653,1.1104755401611328,-3.2381935119628906,-0.38447436690330505,-0.1133679747581482,-0.07411929965019226,0.005181610584259033 +17,0.7996269461036449,0.07233384914829924,2.675411906050895,0.7152209281921387,-0.07227078825235367,-0.695151686668396,1.4527705907821655,-3.0234434604644775,0.08697062730789185,-0.15786319971084595,-0.008692331612110138,0.0003885626792907715 +18,0.6494761652677727,0.17137224187819483,2.640028869360483,0.5959104299545288,-0.1705346554517746,-0.7847347855567932,1.6285910606384277,-1.2482960224151611,0.3568309247493744,0.10848098993301392,0.0380120724439621,-0.2595004439353943 +19,0.5558011873668215,0.2836212375629858,2.6179241433644633,0.5065446496009827,-0.2798340320587158,-0.8155400156974792,0.16771288216114044,-1.522215723991394,0.10412569344043732,0.10730117559432983,0.02737736701965332,-0.018963217735290527 +20,0.4267614164055954,0.327475985048847,2.6479066012564103,0.3919277489185333,-0.32165417075157166,-0.8619346022605896,-0.11266802251338959,-1.1201369762420654,0.3924059271812439,0.019662857055664062,0.10142406821250916,0.1878928542137146 +21,0.3499365080520898,0.29739672075524265,2.673700312126744,0.32778844237327576,-0.2930321991443634,-0.8981574773788452,-0.3907511234283447,0.04593077301979065,0.3629448413848877,0.013123422861099243,0.0518060028553009,0.13773572444915771 +22,0.3084026977738119,0.3064109314751841,2.7164609092303253,0.28939902782440186,-0.3016386926174164,-0.9084395170211792,0.24390043318271637,-0.4585825800895691,0.4660567045211792,0.029051899909973145,-0.003292948007583618,0.1170424222946167 +23,0.23872062967423077,0.3528275403455347,2.715098649838393,0.22189366817474365,-0.345552533864975,-0.9117876291275024,0.4962601661682129,-0.3581206202507019,0.11552834510803223,0.04452478885650635,-0.08318892121315002,0.02268850803375244 +24,0.2149220798649863,0.40242126680397333,2.7291773510244366,0.19623421132564545,-0.3916473388671875,-0.8989463448524475,0.6785712838172913,-0.4647367596626282,0.054151251912117004,0.12510062754154205,-0.157745361328125,-0.09437030553817749 +25,0.21671649686784294,0.440214320598065,2.7306196761680623,0.19452376663684845,-0.4261333644390106,-0.8834992051124573,0.5377823710441589,0.18990781903266907,0.15066330134868622,-0.09277817606925964,0.15835687518119812,-0.2669982314109802 +26,0.2421476845174568,0.4315199130490105,2.708525480950223,0.2178070843219757,-0.4182518720626831,-0.8818307518959045,-0.7120975852012634,0.5767406225204468,-0.26027512550354004,-0.05772712826728821,0.10227283835411072,0.05173736810684204 +27,0.29021959151309784,0.41005107669864715,2.7157637915543504,0.26243990659713745,-0.3986561596393585,-0.8787482976913452,0.00995410606265068,0.388774573802948,-0.013678843155503273,-0.09556978940963745,0.10263565182685852,0.15795361995697021 +28,0.37290064227021563,0.4094187634065217,2.707921565252713,0.334208220243454,-0.39807620644569397,-0.8543068766593933,-0.2769220769405365,0.6256647109985352,0.17370957136154175,-0.06745404005050659,0.05913272500038147,0.1578652262687683 +29,0.408879412618044,0.39165330797563924,2.7327677981900544,0.3674761950969696,-0.3817170560359955,-0.8480880856513977,0.16610635817050934,0.2715824544429779,0.14618302881717682,-0.04801821708679199,-0.04555955529212952,-0.13920140266418457 +30,0.4254577670900436,0.4154023310673022,2.7737058204239333,0.3776361048221588,-0.40355807542800903,-0.8333857655525208,-0.36972376704216003,0.09370904415845871,0.6694180965423584,0.09460815787315369,-0.23903530836105347,-0.10353440046310425 +31,0.41772515603434485,0.3653923738847,2.8298707151226754,0.37890058755874634,-0.3573157787322998,-0.8536742925643921,-0.3222130239009857,0.15245302021503448,0.5144916772842407,0.14926710724830627,0.1525428295135498,-0.03765261173248291 +32,0.4438629174676295,0.33241283819450174,2.8472681267365405,0.4059232175350189,-0.3263247311115265,-0.853661835193634,-0.6379202604293823,0.2449406087398529,-0.20261631906032562,0.04834622144699097,0.11283901333808899,0.07535678148269653 +33,0.4192434990275649,0.31287342409303365,2.856854694016602,0.38730761408805847,-0.30779382586479187,-0.8690545558929443,-0.3423440754413605,-0.23410531878471375,-0.3140407204627991,-0.12255236506462097,0.04358792304992676,0.27353453636169434 +34,0.3937526617304699,0.3077259373613057,2.860211334952279,0.3656342625617981,-0.30289217829704285,-0.8800954222679138,-0.5454245805740356,0.24645280838012695,0.0958622545003891,-0.060000717639923096,-0.07322171330451965,0.14111226797103882 +35,0.3707296707542951,0.3093624398962571,2.8226468337089865,0.3450966775417328,-0.3044514060020447,-0.8878161907196045,-0.1022476851940155,0.06781499832868576,-0.2489297091960907,0.08459082245826721,-0.22148853540420532,-0.05941891670227051 +36,0.3468467094129247,0.2960711211852453,2.7959026414168524,0.3251435160636902,-0.2917645275592804,-0.8995305299758911,-0.12652739882469177,-0.19331218302249908,-0.6036337614059448,-0.0006653666496276855,-0.0913836658000946,-0.3154047727584839 +37,0.3447877308218414,0.3034863619075803,2.752021245058067,0.32255059480667114,-0.29884904623031616,-0.8981371521949768,0.27051135897636414,0.08193887025117874,0.001471363939344883,-0.004694759845733643,0.18131059408187866,-0.10410583019256592 +38,0.35017402568206485,0.3335215403596137,2.696981782853103,0.3241569995880127,-0.32737255096435547,-0.8875524997711182,0.6219638586044312,-0.5621313452720642,-0.5708389282226562,-0.054702043533325195,0.17986583709716797,0.23021912574768066 +39,0.34104208427500715,0.3388395989192656,2.6610787378653513,0.3154517710208893,-0.3323929011821747,-0.8888223767280579,0.23579397797584534,-0.36459246277809143,-0.10830013453960419,-0.025199085474014282,0.04188081622123718,0.12093907594680786 +40,0.3405787906404208,0.34567308217002773,2.666670740130985,0.314273864030838,-0.33883002400398254,-0.8868067264556885,0.11020521819591522,0.045919448137283325,0.20903195440769196,0.061580657958984375,-0.06531426310539246,0.024837732315063477 +41,0.33970113623176706,0.369271836753455,2.7065305436577054,0.31074410676956177,-0.3609364628791809,-0.8792968988418579,0.11262644827365875,-0.01775546744465828,0.5929465889930725,0.007538974285125732,-0.04406231641769409,-0.10428464412689209 +42,0.3420039953838634,0.3892650500434259,2.747084597255723,0.31028565764427185,-0.3795085549354553,-0.8716054558753967,-0.1939902901649475,0.06155989319086075,0.7734653949737549,0.27510255575180054,-0.027992665767669678,-0.16997474431991577 +43,0.3249811832814901,0.3886333243137852,2.8067444317801433,0.29548072814941406,-0.37892401218414307,-0.876987874507904,-0.12240265309810638,-0.13228334486484528,0.4703899323940277,0.12785911560058594,0.09677374362945557,-0.007884562015533447 +44,0.318622425867528,0.3632994743653347,2.84391222494459,0.2928120493888855,-0.3553602695465088,-0.8876824975013733,-0.11805423349142075,0.3113878071308136,0.2807602286338806,-0.0641438364982605,0.06649613380432129,0.1954064965248108 +45,0.3259934293329308,0.3615274435469505,2.8846106775890763,0.29954832792282104,-0.3537033498287201,-0.8860952258110046,-0.374458909034729,0.24693341553211212,0.4123958349227905,0.057965099811553955,0.11475074291229248,0.11995142698287964 +46,0.3445803477715962,0.35754409052498837,2.9103872665686943,0.31643885374069214,-0.34997469186782837,-0.8816938996315002,-0.036937035620212555,0.20623593032360077,0.014619937166571617,-0.05320948362350464,-0.11543363332748413,0.050852835178375244 +47,0.3767027194195,0.32643457340810356,2.941963457573814,0.3484305143356323,-0.32066792249679565,-0.8807770609855652,-0.7703189849853516,0.28441378474235535,-0.12538594007492065,0.1286507546901703,-0.10709694027900696,-0.13538193702697754 +48,0.40761243042909046,0.26849593165497304,2.981205647006903,0.3822152316570282,-0.2652815580368042,-0.885176420211792,-0.24162940680980682,0.4520740509033203,0.34241965413093567,0.0386679470539093,0.0593336820602417,-0.04628109931945801 +49,0.44903972565290795,0.22069195930662164,3.0138397287550647,0.4235720634460449,-0.21890485286712646,-0.8790150284767151,-0.33304691314697266,0.026778284460306168,0.1067502349615097,0.14101839065551758,0.14474713802337646,0.002016127109527588 +50,0.4362861370854681,0.19313784602765477,3.02424559190447,0.4147193431854248,-0.1919393390417099,-0.8894757628440857,-0.10295380651950836,-0.20127645134925842,0.04171503707766533,-0.055207014083862305,0.038329094648361206,0.0889081358909607 +51,0.40638748956576015,0.2138044645715378,3.035308225998938,0.38629308342933655,-0.2121792733669281,-0.89764004945755,0.07452502846717834,-0.5475041270256042,-0.03133054077625275,-0.05165264010429382,-0.1565340906381607,-0.04466646909713745 +52,0.36974332313001257,0.21446871230657674,3.0451771503111074,0.3530968427658081,-0.21282833814620972,-0.9110580086708069,-0.02033262699842453,-0.3905089497566223,0.4631434679031372,-0.026039958000183105,0.004988372325897217,-0.10363620519638062 +53,0.3340641141271572,0.263710898045141,3.0872166678358894,0.31654995679855347,-0.2606649398803711,-0.9120580554008484,0.0994531661272049,-0.04027295485138893,0.3546299338340759,0.12812164425849915,-0.23326203227043152,-0.07748961448669434 +54,0.2991753035120127,0.2713893372929404,-3.1371787780477423,0.28394487500190735,-0.26807019114494324,-0.9206050634384155,0.2314438372850418,-0.4752470850944519,0.6226468086242676,0.07701703906059265,0.15912243723869324,0.04926717281341553 +55,0.24727591580617303,0.2676313378051412,-3.09332877009277,0.2360500544309616,-0.2644478380680084,-0.9350656270980835,0.05889542028307915,-0.40478748083114624,0.3644484281539917,0.004199579358100891,0.12875142693519592,0.117942214012146 +56,0.2285561747899434,0.28000321480927726,-3.055125691846307,0.2177475541830063,-0.2763587236404419,-0.9360618591308594,-0.012957933358848095,-0.18772415816783905,0.2798144519329071,-0.013783320784568787,-0.014626353979110718,0.18818283081054688 +57,0.2106725589124227,0.2826592744057685,-3.047886748977251,0.2008192539215088,-0.278910368680954,-0.9390850067138672,0.6054449081420898,-0.4042567312717438,0.2878803312778473,0.08433699607849121,0.09144088625907898,-0.05270576477050781 +58,0.17591008700347124,0.34358974721931157,-3.045595471641958,0.16477550566196442,-0.33686918020248413,-0.9270211458206177,0.4055221974849701,0.17168785631656647,0.10461564362049103,-0.0029407888650894165,-0.12361055612564087,0.033298611640930176 +59,0.1542021090860977,0.35860821999657905,-3.076443410076853,0.14382117986679077,-0.3509713411331177,-0.925275444984436,0.020430557429790497,-0.4625346064567566,-0.5375319719314575,-0.11768287420272827,-0.011043429374694824,-0.24150311946868896 +60,0.11263666849628853,0.39086968100447006,-3.0964438722404934,0.1039213240146637,-0.3809926509857178,-0.9187191724777222,0.10631665587425232,-0.5679028630256653,-0.3818727731704712,-0.0818265974521637,0.04430747032165527,0.026171565055847168 +61,0.09512296571765438,0.41332205033940045,3.1408606147596783,0.08698149770498276,-0.40165385603904724,-0.9116514921188354,0.5964982509613037,-0.48078519105911255,-0.2042679786682129,0.05733612924814224,0.07465797662734985,0.17782580852508545 +62,0.0922801805294498,0.4004592363629136,3.1318431786357905,0.08485860377550125,-0.3898412883281708,-0.9169638752937317,-0.36261945962905884,0.14848075807094574,-0.18389572203159332,-0.06042928993701935,-0.023305684328079224,0.16108930110931396 +63,0.08416018337106856,0.39218707988356644,3.140420479121723,0.07767857611179352,-0.3822103440761566,-0.9208046793937683,-0.25623759627342224,0.3750898540019989,0.1094607412815094,-0.11825170367956161,-0.1279977560043335,0.10699248313903809 +64,0.0886767794045358,0.4076716272752459,3.1302471782306864,0.08130275458097458,-0.39647284150123596,-0.9144392609596252,0.18728107213974,-0.5479145050048828,-0.3702819347381592,-0.08974086493253708,-0.23943716287612915,0.035044729709625244 +65,0.04530790393080884,0.49439427876711295,-3.1353380611834347,0.039868924766778946,-0.47449854016304016,-0.8793529868125916,1.7970935106277466,-0.13768143951892853,0.7258938550949097,0.17500534653663635,-0.38983553647994995,-0.09418827295303345 +66,-0.03724485437403843,0.44858141825689596,3.1122456080414254,-0.03355221077799797,-0.4336877465248108,-0.9004383087158203,1.0204973220825195,-1.4370957612991333,-0.700554609298706,-0.05092044547200203,0.4742913842201233,-0.6071758270263672 +67,-0.10541732851781403,0.5120664044336595,3.0899052159753033,-0.09172575175762177,-0.48997965455055237,-0.8668946623802185,-1.1162159442901611,-0.029638521373271942,-0.20003262162208557,0.036977216601371765,0.21948710083961487,0.2254762053489685 +68,-0.1479765812975179,0.5545048449172796,3.0703916233224153,-0.12534533441066742,-0.5265223979949951,-0.840870201587677,0.2325824350118637,-2.4045255184173584,-0.1764642894268036,0.12560473382472992,0.17114520072937012,0.1788676381111145 +69,-0.1915536081543006,0.5967533788230408,3.0700615741189066,-0.15747913718223572,-0.5619599223136902,-0.812035322189331,-1.3297377824783325,1.263627052307129,0.4027606248855591,0.13831409811973572,-0.010061562061309814,0.28366923332214355 +70,-0.2063018688113379,0.5683550465095365,3.0757531316194564,-0.172637939453125,-0.5382464528083801,-0.8249163627624512,0.016030607745051384,0.17795994877815247,0.10403089225292206,0.2297821044921875,-0.23241394758224487,0.03989744186401367 +71,-0.3507119484293059,0.6062345790384202,-3.072774045296175,-0.28234270215034485,-0.5697770714759827,-0.7717750072479248,2.0415995121002197,-2.260249137878418,1.5849570035934448,-0.19510477781295776,0.40379202365875244,0.3348853588104248 +72,-0.8674626268693322,0.5236132619494198,-2.714954285927995,-0.6605036854743958,-0.5000125169754028,-0.5601092576980591,-0.9849389791488647,-3.1038663387298584,5.758131504058838,0.14286452531814575,1.0107852220535278,0.5780535936355591 +73,-1.1926123402691136,-0.04326001804167398,-2.5986088355745305,-0.9284671545028687,0.04324652627110481,-0.36888793110847473,-0.11453995108604431,-3.3293631076812744,5.359560012817383,0.024963855743408203,0.8249937891960144,-0.28109070658683777 +74,-1.4614300837863698,-0.6360533634030336,-2.484875600131077,-0.7996402978897095,0.594025194644928,-0.08780400454998016,0.7820255756378174,-1.6984769105911255,5.826752185821533,-0.656338095664978,0.3216089606285095,-0.6457318067550659 +75,-1.2609951880040235,-1.018344856730337,-2.370291412031436,-0.499793142080307,0.8512406349182129,-0.1599879115819931,1.4282728433609009,0.46978917717933655,2.3652045726776123,-1.253517985343933,-0.25041061639785767,-0.7358860969543457 +76,-0.9326963888331258,-0.938614861334336,-2.083326664449818,-0.47463279962539673,0.806740403175354,-0.3519851267337799,2.543860673904419,1.0201677083969116,-0.38441935181617737,-0.6213754415512085,0.2797921299934387,0.07157436013221741 +77,-0.770693494131457,-0.7929277935139366,-1.8942099549187357,-0.48887091875076294,0.7124109268188477,-0.5034639239311218,1.9510935544967651,0.35478320717811584,-0.09467950463294983,-0.41853877902030945,0.24800777435302734,-0.039672672748565674 +78,-0.803532742557523,-0.6504358804622046,-1.8953218163720436,-0.572841465473175,0.6055333614349365,-0.5524328947067261,0.8433469533920288,-0.49599841237068176,-1.056246280670166,0.47637540102005005,0.13084053993225098,-0.044567227363586426 +79,-0.9168527057240845,-0.5314852721314998,-1.9631342311411815,-0.6842055320739746,0.5068143010139465,-0.5244064331054688,-0.15104049444198608,0.44104233384132385,-1.3814913034439087,0.4738478660583496,-0.15526705980300903,0.03781890869140625 +80,-0.9365718282862723,-0.4813796103290045,-1.97509958434659,-0.7139884829521179,0.46300244331359863,-0.5252135396003723,-0.11612088233232498,1.885720133781433,0.8290947675704956,-0.08213889598846436,0.42405200004577637,0.6677458882331848 +81,-0.8614011504766144,-0.5980680494261245,-2.100703232475843,-0.6270549297332764,0.563046932220459,-0.538312554359436,-4.667916774749756,0.9749159812927246,-1.7020858526229858,-1.0851337909698486,-0.4348272681236267,0.6349769830703735 +82,-1.0451593105074204,-0.174539421376638,-2.8095967133681667,-0.8518621921539307,0.17365457117557526,-0.4941406846046448,1.462074637413025,3.350904941558838,-10.030176162719727,-0.8615167140960693,0.20416828989982605,-2.933868408203125 +83,-0.525840162700067,0.5329741704505607,-3.0042360426863137,-0.43232065439224243,-0.508097231388092,-0.7449403405189514,4.320097923278809,4.510611534118652,-3.709178924560547,-0.27930349111557007,1.4382271766662598,-0.16985458135604858 +84,-0.03953943051968945,0.8054887035432274,3.127624616557489,-0.02738415263593197,-0.7211692929267883,-0.6922173500061035,-0.6819702386856079,3.1097803115844727,-1.7077058553695679,-0.6099449396133423,0.6735619306564331,0.8515039086341858 +85,0.2263444701973537,0.705024335133982,3.060411720867657,0.17091484367847443,-0.6480523347854614,-0.742169976234436,-0.23252296447753906,0.3297916054725647,-0.5313842296600342,-0.28886526823043823,0.3466607332229614,0.40847551822662354 +86,0.2409591237812779,0.6702799173809717,3.1084164108391166,0.18700513243675232,-0.6212053894996643,-0.7610078454017639,0.38270682096481323,0.19467340409755707,0.8048302531242371,-0.05938062071800232,0.1519213318824768,0.07362991571426392 +87,0.298546067765172,0.6257027231932835,-3.078517617381149,0.23840831220149994,-0.5856670141220093,-0.7746971249580383,-0.43304550647735596,1.6639050245285034,0.09956609457731247,-0.29630017280578613,-0.11434519290924072,-0.04982680082321167 +88,0.40661124338849514,0.5923021271789765,-3.07588971728371,0.3281289041042328,-0.5582724809646606,-0.7620126605033875,0.2290063500404358,1.165800929069519,0.024582507088780403,0.026439547538757324,-0.17529374361038208,-0.27891141176223755 +89,0.43160288874149216,0.5796755607327055,-3.131917527455923,0.3499894440174103,-0.5477524995803833,-0.7599174380302429,-2.0446813106536865,0.3914969265460968,0.15128621459007263,0.12045428156852722,0.08078783750534058,-0.01348954439163208 +90,0.40565982004986634,0.5299492321480618,3.1382151159291967,0.3404954671859741,-0.5054895281791687,-0.7928071618080139,0.16009598970413208,0.02627287246286869,-0.02534448355436325,0.05913221836090088,0.1083642840385437,-0.09490340948104858 +91,0.4252397754916509,0.5069131559700739,-3.118795722787992,0.3606612980365753,-0.4854809045791626,-0.79638671875,0.1747313141822815,0.32508179545402527,-0.264156311750412,-0.016560375690460205,0.1350475549697876,0.178009033203125 +92,0.40919627664685615,0.5134798729152351,-3.119750648461375,0.3465626835823059,-0.49121132493019104,-0.7991281151771545,-0.03012724593281746,0.4542515277862549,0.47691529989242554,-0.011067688465118408,0.03903236985206604,0.007502138614654541 +93,0.4247466360582218,0.535646362980092,-3.102786948450084,0.35437217354774475,-0.5103969573974609,-0.7835274934768677,0.053065791726112366,0.09694180637598038,0.6595433950424194,0.15414220094680786,-0.06131935119628906,-0.026103854179382324 +94,0.3969694774659282,0.5850361476548387,-3.089056117324059,0.3223264217376709,-0.5522295236587524,-0.7688616514205933,0.5363372564315796,0.42033788561820984,0.27938777208328247,0.0617372989654541,-0.08686959743499756,-0.27876102924346924 +95,0.4183307284650762,0.5634600488901963,-3.126450748184245,0.3434365689754486,-0.5341145396232605,-0.772510826587677,-0.7040319442749023,-0.21802778542041779,-0.530661940574646,-0.04532560706138611,-0.008838951587677002,-0.002696692943572998 +96,0.39771052692489584,0.5119645085857746,3.13965900037407,0.3376493453979492,-0.48989081382751465,-0.8037411570549011,-0.1249852254986763,-0.5625322461128235,-0.4301283061504364,-0.12376689910888672,0.007179051637649536,0.13226288557052612 +97,0.34755892818998396,0.5026617008498069,3.13282325520127,0.29847216606140137,-0.4817596971988678,-0.8239064812660217,0.03792424127459526,-0.37829843163490295,-0.6334124803543091,-0.19773364067077637,0.0657898485660553,0.1779714822769165 +98,0.3159363631856236,0.5045642328274529,3.1065681655110313,0.2719879746437073,-0.483426034450531,-0.8320587873458862,0.24623897671699524,0.07283682376146317,0.13136638700962067,-0.13705453276634216,-0.09602651000022888,0.05286872386932373 +99,0.2849376375948552,0.5420227654633523,3.1117870923651116,0.24080702662467957,-0.5158698558807373,-0.8221254348754883,0.11459306627511978,0.0661974772810936,-0.25182172656059265,-0.19315384328365326,-0.18875044584274292,0.030301153659820557 +100,0.2570667854457194,0.5912999254682926,-3.1253425898402893,0.21107830107212067,-0.5574406981468201,-0.8029357194900513,0.09805556386709213,-0.3216252326965332,0.23237064480781555,0.061687812209129333,-0.04395395517349243,-0.04459846019744873 +101,0.24933451445524168,0.5517735418374476,-3.139785341019038,0.21013912558555603,-0.5241984128952026,-0.825262188911438,-0.36215588450431824,-0.09275105595588684,-0.08681025356054306,0.0020953714847564697,0.06248265504837036,-0.03444850444793701 +102,0.22659135781119333,0.5190244383747022,3.1385003154148436,0.19507074356079102,-0.49603328108787537,-0.8461077809333801,-0.09032609313726425,-0.47173771262168884,-0.2991166412830353,0.051770687103271484,-0.023436933755874634,0.17498046159744263 +103,0.1634559555881944,0.5426374764820258,3.1180342646891495,0.1393529772758484,-0.5163964033126831,-0.8449352383613586,0.2972072660923004,-0.5726909637451172,-0.149549201130867,-0.08321589231491089,0.061165690422058105,0.08579522371292114 +104,0.11284423417027634,0.607934555827186,3.1199113795205027,0.09242942184209824,-0.5711733102798462,-0.8156088590621948,0.36256143450737,-0.28060704469680786,0.02849718928337097,0.03960488736629486,-0.03290688991546631,0.06429660320281982 +105,0.09489805608203568,0.6399037503463744,3.1231717455333983,0.07600857317447662,-0.5971182584762573,-0.7985439300537109,0.34331825375556946,-0.688840389251709,-0.28836724162101746,0.06438753008842468,-0.20065701007843018,-0.04778474569320679 +106,0.05651536533807933,0.6617190384668713,3.09103866851212,0.04456333443522453,-0.6144739985466003,-0.7876774668693542,0.08990076184272766,-0.19021263718605042,-0.35196584463119507,-0.10157017409801483,-0.027234315872192383,-0.19265389442443848 +107,0.05463112832200129,0.6775166764280656,3.0542945150579492,0.0425436794757843,-0.6268601417541504,-0.7779694199562073,-0.14609578251838684,0.05574731528759003,-0.49939483404159546,-0.0368979312479496,0.09127670526504517,0.09056097269058228 +108,0.05963792682461484,0.6792194588008517,3.020391039427938,0.04637458175420761,-0.6281859278678894,-0.776680052280426,0.020425070077180862,0.023358328267931938,-0.11904784291982651,-0.07231452316045761,0.043804824352264404,0.22212988138198853 +109,0.05645016356562894,0.6682977566027808,3.0150573384764274,0.0442829430103302,-0.6196508407592773,-0.7836273908615112,-0.19640330970287323,-0.0044548059813678265,0.037237685173749924,-0.0278187096118927,0.09181874990463257,0.18348395824432373 +110,0.05166944628237234,0.6710310879308328,3.01945020596622,0.04044852405786514,-0.6217938661575317,-0.7821357846260071,-0.069910928606987,0.02725360542535782,0.1641589105129242,-0.06011710315942764,-0.09303468465805054,0.10163956880569458 +111,0.049084373428661454,0.6829600010886516,3.035994955524094,0.03805986046791077,-0.6310918927192688,-0.7747738361358643,-0.5266740322113037,0.09594175219535828,-0.33445751667022705,-0.012013107538223267,-0.3234369158744812,-0.06908297538757324 +112,0.05560365044769755,0.6170469442167669,3.027756142441466,0.04532645642757416,-0.578629195690155,-0.8143302202224731,0.027155376970767975,-0.02850215509533882,0.6111041903495789,0.07852913439273834,0.1005408763885498,-0.24760514497756958 +113,0.02320526210031393,0.6067038235218842,3.072406687981566,0.01906215213239193,-0.5701626539230347,-0.8213106989860535,-0.5583152770996094,-0.07757196575403214,0.12159144133329391,0.07238377630710602,0.15027129650115967,-0.05581033229827881 +114,0.0050766373691049594,0.6057715015268659,3.1174667095026183,0.00417329790070653,-0.5693964958190918,-0.8220524191856384,0.21882472932338715,0.0822911411523819,0.2862092852592468,-0.00489046098664403,0.13804572820663452,0.2069401741027832 +115,0.006466845988687019,0.613756039867403,-3.1323844049826155,0.005286548286676407,-0.5759420394897461,-0.8174734115600586,0.04387018084526062,0.3042013347148895,0.131949782371521,0.017372753471136093,0.039488792419433594,0.0660848617553711 +116,-0.0014698061131567647,0.6426585596033535,-3.120166428624802,-0.0011765870731323957,-0.5993257761001587,-0.8005043864250183,0.36172646284103394,0.11716634035110474,-0.06270474195480347,-0.06693864613771439,-0.06505721807479858,-0.04324561357498169 +117,0.0017910479562548904,0.6720035114105702,3.1322064623036696,0.0014016303466632962,-0.622555136680603,-0.7825747132301331,-0.2614469528198242,-0.19363562762737274,-0.532992959022522,-0.1847359836101532,-0.24640238285064697,-0.16745275259017944 +118,0.013299044887056325,0.6704242401612774,3.0896583382243183,0.010420268401503563,-0.6213184595108032,-0.7834888696670532,-0.25290802121162415,-0.26208385825157166,-0.4248354136943817,-0.11486668139696121,0.08448374271392822,-0.08154714107513428 +119,0.017654880016691826,0.6496860069993048,3.0540390373627977,0.014057387597858906,-0.604936420917511,-0.7961496710777283,-0.10745474696159363,-0.04311366006731987,-0.26730650663375854,-0.09204506129026413,0.10537892580032349,0.10315656661987305 +120,0.034615956710087666,0.6316399018391486,3.0191363736876204,0.027931585907936096,-0.5904690623283386,-0.8065768480300903,0.10338583588600159,-0.18184933066368103,-0.13173024356365204,0.015616998076438904,0.15579193830490112,0.21510040760040283 +121,0.04304443525836383,0.626613236535761,2.996141124878372,0.034856006503105164,-0.5864048004150391,-0.8092678189277649,0.003462553955614567,0.011838631704449654,0.02132272906601429,-0.06606023013591766,0.04804420471191406,0.13020598888397217 +122,0.052623417643736875,0.6166870076328654,2.972438460751359,0.042910318821668625,-0.5783355832099915,-0.814669668674469,-0.14272086322307587,0.20583276450634003,-0.10794466733932495,-0.032091837376356125,-0.11372679471969604,-0.0831422209739685 +123,0.045954108821953395,0.6608351397350869,3.004545001140807,0.036267075687646866,-0.6137763857841492,-0.788646399974823,-0.32534629106521606,-0.18755756318569183,0.11329971998929977,0.07306215167045593,0.01975172758102417,-0.2614176273345947 +124,0.07372955495569385,0.5852071566498855,2.9959970749109446,0.06140511855483055,-0.5523720979690552,-0.8313329815864563,-0.39033475518226624,0.029083481058478355,0.14879684150218964,0.07671743631362915,-0.06414401531219482,0.005939304828643799 +125,0.0413464383917035,0.5002622970472662,2.9901430511469225,0.036269377917051315,-0.4796557128429413,-0.8767068386077881,-0.5186967253684998,-0.387151837348938,-0.49983951449394226,-0.2127677947282791,0.12615534663200378,0.16579991579055786 +126,0.04442949706861752,0.47116890577386056,2.9219902500367376,0.03957536071538925,-0.453928142786026,-0.890159010887146,-0.02007155492901802,-0.5704651474952698,-0.917392373085022,-0.20176103711128235,0.152139812707901,0.1033395528793335 +127,-0.01639008600372278,0.44878144564686606,2.796806081381723,-0.014766420237720013,-0.4338679611682892,-0.9008554816246033,0.027852177619934082,-1.2585747241973877,-1.0716487169265747,-0.2522929012775421,0.3231654763221741,-0.23296409845352173 +128,-0.06207959201663452,0.4101675268939923,2.643631130305417,-0.05689378082752228,-0.398762971162796,-0.9152874946594238,-1.5643720626831055,-1.5370516777038574,-2.4370710849761963,-0.08855300396680832,-0.09876510500907898,-0.14664793014526367 +129,-0.0581171985472426,0.32307743837656955,2.395301251198991,-0.05507936328649521,-0.3174862861633301,-0.9466618895530701,-1.0490702390670776,-0.6041123867034912,-1.45156729221344,-0.1339312493801117,0.031231403350830078,0.02777761220932007 +130,-0.0827905038767541,0.2815777737337123,2.2095252774188183,-0.07943924516439438,-0.27787163853645325,-0.9573279023170471,-0.3821672797203064,-0.49288639426231384,-1.840825080871582,-0.11977950483560562,-0.10800787806510925,0.07744508981704712 +131,-0.04099488498963323,0.2564732312833646,1.9894494113198748,-0.03964286297559738,-0.25367072224617004,-0.9664779305458069,0.3625299334526062,0.16900718212127686,-1.7248972654342651,-0.038314297795295715,-0.16815850138664246,-0.19381564855575562 +132,-0.00023321716467204233,0.34122984580994925,1.8284180539196342,-0.00021977075084578246,-0.3346462845802307,-0.9423437714576721,0.939193606376648,0.37665247917175293,-1.469059944152832,0.004003956913948059,-0.11193269491195679,-0.12120908498764038 +133,0.07380707108740601,0.40381388411143054,1.7122938986132923,0.067809097468853,-0.3929283320903778,-0.9170655608177185,0.1742924153804779,-0.04958789423108101,-0.22259987890720367,0.0768442153930664,0.11286848783493042,0.051541268825531006 +134,0.039370522958497065,0.3983943628322442,1.663508626866811,0.03627784922719002,-0.3879389464855194,-0.9209708571434021,-1.0346794128417969,-0.042791061103343964,-0.9702640771865845,0.006370469927787781,0.10766550898551941,-0.0747719407081604 +135,0.0582288017442347,0.41743278723433813,1.605959763456616,0.05319878086447716,-0.40541502833366394,-0.9125834703445435,0.7338798642158508,0.12228602916002274,-0.49282777309417725,0.04744820296764374,-0.013392984867095947,0.21086227893829346 +136,0.07325335069600278,0.4391548463357511,1.546452794363082,0.06624315679073334,-0.42517465353012085,-0.9026839733123779,0.2807285785675049,-0.2350049465894699,0.030677612870931625,0.10720348358154297,-0.05408865213394165,0.05698084831237793 +137,0.05908274682132687,0.4911534546162786,1.5066731916202205,0.05206823721528053,-0.4716432988643646,-0.8802508115768433,1.1088205575942993,0.1702631115913391,-0.643070638179779,0.12792444229125977,-0.031072765588760376,-0.26101505756378174 +138,0.01979111712250378,0.6545139245566578,1.4826564920424983,0.015700137242674828,-0.6087737083435059,-0.7931885123252869,2.1028566360473633,0.032442014664411545,0.0029382770881056786,-0.2574298679828644,-0.02255868911743164,-0.09722280502319336 +139,0.07208699019127672,0.7595232883741068,1.4223615470019977,0.05222965404391289,-0.688575804233551,-0.7232810258865356,0.22315558791160583,-0.6182916760444641,-0.34482622146606445,0.009812593460083008,0.0087815523147583,0.26986610889434814 +140,0.046975618390165653,0.7171464851709766,1.3881466770962276,0.03539176285266876,-0.6572366952896118,-0.7528527975082397,0.5349622368812561,-0.6686298847198486,-0.2736580967903137,-0.09136101603507996,0.10199987888336182,0.22300660610198975 +141,0.041685448712700225,0.6613567326112497,1.3581734919704298,0.03288694843649864,-0.6141880750656128,-0.7884740829467773,-0.6955342888832092,-0.013547886162996292,-0.509667694568634,-0.04867980256676674,0.0027837157249450684,0.16937929391860962 +142,0.043859657126649645,0.6143127021514379,1.3029968890771986,0.035829298198223114,-0.5763970017433167,-0.816383957862854,0.07786602526903152,-0.03283672779798508,-0.09576621651649475,-0.15152141451835632,-0.03960031270980835,-0.039100050926208496 +143,0.07885810049053937,0.6064644067982672,1.2717159446084811,0.06472806632518768,-0.5699659585952759,-0.8191148638725281,0.55623459815979,0.351561039686203,0.11945678293704987,0.04463165998458862,-0.16489732265472412,-0.15203076601028442 +144,0.07146550130481762,0.5968995249333294,1.277007008867185,0.05905754864215851,-0.5620808601379395,-0.824971079826355,0.3515154719352722,-0.721047043800354,-0.45073992013931274,-0.1712096482515335,0.28173112869262695,-0.4023696184158325 +145,0.05753898804266211,0.6127768799311307,1.2258881035026166,0.04704403504729271,-0.5751413106918335,-0.816700279712677,-1.0740031003952026,-0.22627554833889008,-0.4396151006221771,-0.033784154802560806,0.09232276678085327,0.0961650013923645 +146,0.06765130944114568,0.6069128232796996,1.1828424780694269,0.05552726238965988,-0.5703343152999878,-0.8195337057113647,-0.06361924856901169,-0.2681225836277008,-0.4871852695941925,0.0072779059410095215,0.012686610221862793,0.33172547817230225 +147,0.075112633157062,0.5821143070969378,1.1503726273616208,0.06268275529146194,-0.5497912764549255,-0.8329468369483948,0.7471476793289185,-0.29897361993789673,-0.34384724497795105,-0.06823697686195374,0.06321895122528076,0.041534483432769775 +148,0.0701623986338259,0.6005929285119189,1.1158891283678272,0.05783654376864433,-0.5651317238807678,-0.8229708671569824,1.1912223100662231,-0.28912439942359924,0.08078286051750183,-0.12770652770996094,-0.004219412803649902,-0.21288728713989258 +149,0.04918848755984359,0.5734761025052824,1.1021937023542967,0.04130265861749649,-0.5425553321838379,-0.8390040993690491,-1.2245463132858276,-0.9247663617134094,0.07713170349597931,-0.04656694829463959,-0.1640028953552246,-0.1653599739074707 +150,0.04719066382393568,0.561060922861943,1.043061183862813,0.03994108363986015,-0.5320847630500793,-0.8457484841346741,0.11197135597467422,-0.30863091349601746,-0.9861451983451843,-0.15310026705265045,0.03634202480316162,0.09266620874404907 +151,0.04226882195153293,0.5618543720263913,0.9508854828357057,0.03576012700796127,-0.5327563881874084,-0.8455127477645874,0.36241617798805237,-0.3988646864891052,-0.9204179644584656,-0.21428795158863068,0.2577472925186157,0.1415790319442749 +152,0.058272099327202766,0.564279349379981,0.8593621654141838,0.0492105633020401,-0.534807026386261,-0.8435400724411011,-0.283076673746109,-0.30057671666145325,-0.27782905101776123,0.0618276447057724,0.014680683612823486,0.19816958904266357 +153,0.05642921830407123,0.565846284225279,0.8072877866743304,0.04760861396789551,-0.5361303687095642,-0.8427916169166565,0.42345139384269714,-0.35910165309906006,0.028959576040506363,0.039564844220876694,-0.09004449844360352,-0.0900391936302185 +154,0.09165969815592978,0.6037333978472795,0.7853315404387806,0.07535065710544586,-0.5677198171615601,-0.819766104221344,0.37266287207603455,0.1396414339542389,0.22907787561416626,0.29841339588165283,-0.27805960178375244,-0.038189828395843506 +155,0.08697590707523602,0.6100746457328909,0.7907090231295071,0.0711960718035698,-0.5729286670684814,-0.8165071606636047,-0.24461661279201508,0.017104987055063248,0.09425269067287445,0.08548116683959961,0.19425129890441895,-0.16769999265670776 +156,0.07328515127262777,0.5584586170314991,0.8187200906758214,0.062095530331134796,-0.529879629611969,-0.845796525478363,-0.20876352488994598,-0.1662062704563141,0.671147882938385,0.0701066255569458,0.11986076831817627,0.0005206465721130371 +157,0.05581288381072783,0.6137085020779492,0.8569602923767493,0.045604344457387924,-0.5759031772613525,-0.816244900226593,0.5131245255470276,0.2968568801879883,0.21462923288345337,-0.06679880619049072,0.09958487749099731,0.3173588514328003 +158,0.08847822409589952,0.6183061089309166,0.8300188169550737,0.07200346887111664,-0.5796557068824768,-0.8116740584373474,-0.15924237668514252,-0.07219220697879791,-0.15178056061267853,0.11062899231910706,-0.05916875600814819,0.1602763533592224 +159,0.0526989576597626,0.6371238884195789,0.8496136230407922,0.042340345680713654,-0.594886064529419,-0.8026941418647766,-0.026029132306575775,-0.11901269108057022,0.4876154959201813,0.12401096522808075,-0.3253409266471863,0.03296452760696411 +160,0.03073427427553647,0.6484008211508785,0.8300106328426634,0.024492913857102394,-0.6039125323295593,-0.7966741323471069,0.6625062227249146,-0.08460558950901031,-0.3862971365451813,-0.020586654543876648,-0.0646359920501709,-0.19873297214508057 +161,0.05698084859516952,0.6056938332724151,0.7665298496856159,0.04681902378797531,-0.5693325996398926,-0.8207730054855347,-0.528835654258728,-0.08419136703014374,-0.534935712814331,0.03190107271075249,0.12543922662734985,-0.14512354135513306 +162,0.0626057449127155,0.6069302803797748,0.7455200644476015,0.05139094218611717,-0.5703486800193787,-0.8197934627532959,-0.16744546592235565,0.38217803835868835,-0.2443101406097412,0.02285832166671753,0.06914323568344116,0.2073972225189209 +163,0.06823716700515361,0.6349581303428681,0.742509932719174,0.05489487946033478,-0.5931438207626343,-0.8032228350639343,0.6228177547454834,0.053110137581825256,0.26393789052963257,0.024191439151763916,0.08984792232513428,0.22494524717330933 +164,0.08755494283292589,0.6603130951719863,0.7710413471702083,0.06906259804964066,-0.6133641600608826,-0.7867749333381653,0.2627781927585602,0.31344714760780334,0.4255067706108093,-0.04766979068517685,-0.040490150451660156,0.11749392747879028 +165,0.07959050443359406,0.6887764285162097,0.8101129625474717,0.06138095259666443,-0.635593056678772,-0.7695803642272949,0.37789398431777954,-0.12384266406297684,0.4804164171218872,0.24457302689552307,-0.3889583349227905,-0.15560579299926758 +166,0.10762889162323577,0.6400325054001003,0.8209063852863252,0.08616001158952713,-0.5972214937210083,-0.7974351644515991,-0.06516069918870926,-0.3395777940750122,0.2685966491699219,0.18785732984542847,0.2691881060600281,-0.3348432183265686 +167,0.07586224899416816,0.6431661537005473,0.9227329727886037,0.06064683198928833,-0.599731981754303,-0.7978994250297546,0.016245150938630104,0.5233410000801086,0.8202629089355469,0.029090091586112976,0.08409172296524048,0.17102259397506714 +168,0.05024976033934901,0.6465478612099289,0.9801753277265735,0.040090885013341904,-0.6024346351623535,-0.7971606850624084,-0.5240797996520996,0.3267676532268524,0.1711006462574005,-0.11705620586872101,0.14100885391235352,0.2970539331436157 +169,0.044139252199536266,0.6410892121584862,0.9637144988842004,0.03536368906497955,-0.5980687141418457,-0.8006642460823059,-0.152272030711174,0.09066788852214813,-0.03402937948703766,0.01448678970336914,0.0018162727355957031,-0.002268493175506592 +170,0.027442581253315453,0.674431251335351,0.9699135739176035,0.02143167331814766,-0.6244531869888306,-0.7807681560516357,-0.4180103540420532,-0.03947976976633072,-0.0729907974600792,0.012076646089553833,-0.29664361476898193,-0.25849270820617676 +171,-0.01828120534835798,0.7464785400098124,0.9624501735177422,-0.013419206254184246,-0.6790578961372375,-0.7339620590209961,0.43298012018203735,-0.22139233350753784,-0.43295973539352417,-0.13198181986808777,-0.045139431953430176,-0.044083595275878906 +172,0.03860173939213346,0.696829719418543,0.8858427764175245,0.029595576226711273,-0.6417896747589111,-0.766309380531311,0.129667267203331,-0.11258390545845032,-0.25404033064842224,0.056052014231681824,0.16620373725891113,0.022489190101623535 +173,0.029726681739030352,0.7206971949530213,0.8746336931398897,0.022331729531288147,-0.659908652305603,-0.7510138750076294,-0.110287606716156,0.2728639245033264,-0.3254212737083435,-0.05825093388557434,0.19347798824310303,0.3132086992263794 +174,0.05178047107463145,0.707272319156974,0.8465358524444053,0.039342667907476425,-0.6497628092765808,-0.7591181993484497,-0.0337454155087471,0.031557753682136536,-0.10062098503112793,-0.0037286579608917236,0.03310936689376831,0.08574783802032471 +175,0.06906201546264357,0.7123200624144443,0.8466307856571601,0.05222787708044052,-0.6535914540290833,-0.7550433278083801,0.028918709605932236,0.4707369804382324,-0.031323596835136414,-0.018978983163833618,-0.19308817386627197,-0.11252564191818237 +176,0.07217579030552355,0.7674376859711788,0.877790282331075,0.051899254322052,-0.6942934393882751,-0.7178182601928711,-0.12157656252384186,0.01781621016561985,0.09414032846689224,0.061076819896698,-0.10036903619766235,-0.1211404800415039 +177,0.06895361547540203,0.7273047830967685,0.8762464914426084,0.051465410739183426,-0.6648588180541992,-0.7451939582824707,-1.7770568132400513,-0.01899906061589718,-0.1685764491558075,0.015139218419790268,-0.007290840148925781,0.12646538019180298 +178,0.029461229794908665,0.6906139170864903,0.9384460439119199,0.022707054391503334,-0.6370105147361755,-0.7705206274986267,0.16138698160648346,0.027193401008844376,0.39192813634872437,-0.11424455046653748,0.11261177062988281,0.2844366431236267 +179,0.013014611981085002,0.6975446814761128,0.9434361088011711,0.009974398650228977,-0.6423377990722656,-0.7663567662239075,-0.461990088224411,0.5462199449539185,-0.11815721541643143,-0.1587933599948883,0.12656021118164062,0.42163020372390747 +180,0.02899345812569183,0.6288759041600241,0.8928311208192267,0.02344341203570366,-0.5882360935211182,-0.8083493709564209,-0.45435449481010437,-0.2932882010936737,-0.4273696541786194,-0.040731608867645264,-0.11710143089294434,0.0747067928314209 +181,-0.014521526765103394,0.5497503691177891,0.8610727901142498,-0.012381416745483875,-0.5224744081497192,-0.8525650501251221,0.3645389676094055,-0.751060426235199,0.06402122229337692,-0.0577327162027359,0.004713237285614014,-0.5259138941764832 +182,-0.14358415865027827,0.5571656570905434,0.8602323210908438,-0.1214497834444046,-0.5287826657295227,-0.8400231599807739,-0.13835155963897705,-1.404478907585144,0.17462113499641418,-0.1457773745059967,0.1828811764717102,-0.019840121269226074 +183,-0.21780306434148022,0.4709357467108717,0.8552476383677213,-0.1925629824399948,-0.453720360994339,-0.8700904250144958,-0.5145493149757385,-1.4324100017547607,8.99340957403183e-05,0.12058727443218231,0.11091640591621399,0.23393625020980835 +184,-0.2760577446187101,0.40687674782371663,0.9015641457785541,-0.2503129541873932,-0.3957429826259613,-0.8835898041725159,-0.88283371925354,-0.008093949407339096,1.1015918254852295,0.1496812403202057,0.052618592977523804,0.23927217721939087 +185,-0.33449247254192926,0.35188095658494745,0.978546124812829,-0.308174192905426,-0.3446641266345978,-0.8866990804672241,-0.116156205534935,0.3934635519981384,1.6329395771026611,0.287849485874176,-0.15690752863883972,-0.10562574863433838 +186,-0.4171515933462614,0.3618521750157803,1.0696766301058789,-0.3789210319519043,-0.3540070652961731,-0.855042576789856,-0.018600240349769592,0.9533727169036865,0.20470713078975677,0.024566173553466797,-0.3057066798210144,-0.45757949352264404 +187,-0.3430189430769027,0.34282877065137213,1.0964455497473913,-0.31675970554351807,-0.336152583360672,-0.8869411945343018,0.6694215536117554,0.0008678848389536142,0.9713900089263916,0.09514111280441284,0.06579738855361938,-0.22922390699386597 +188,-0.34723615269298486,0.3350043195019746,1.0716188419536208,-0.3213825523853302,-0.32877326011657715,-0.8880435824394226,-0.01218373328447342,1.0387499332427979,-0.5398457646369934,0.0560322105884552,0.06668829917907715,-0.014803707599639893 +189,-0.24298751918415415,0.3762802529455787,1.0401129907962956,-0.22377033531665802,-0.36746349930763245,-0.9027166962623596,0.9760265350341797,0.07509954273700714,-0.8454902172088623,-0.034286290407180786,0.050294339656829834,0.07611757516860962 +190,-0.15590297276832962,0.5053195034112525,0.9976700128234224,-0.13586623966693878,-0.4840870499610901,-0.8644073605537415,1.9674549102783203,-0.21273110806941986,-1.0833193063735962,-0.22121992707252502,0.1812306046485901,-0.11265867948532104 +191,-0.07877430991916758,0.6313661659346329,0.9469246758729709,-0.06352259963750839,-0.5902481079101562,-0.8047186136245728,0.2951277792453766,-0.44766831398010254,-0.05514365807175636,-0.1177518218755722,0.04235076904296875,-0.19915711879730225 +192,-0.041014846625747184,0.7613579154481173,0.9287199118667598,-0.02968231588602066,-0.689905047416687,-0.7232910394668579,-0.3357057571411133,-0.20236597955226898,-0.03302950784564018,-0.0016897618770599365,0.016626298427581787,0.2514129877090454 +193,0.004322069380550999,0.7329957157634986,0.8761358509123324,0.0032120365649461746,-0.669098973274231,-0.7431663274765015,-1.0691560506820679,0.28883013129234314,-0.10264676809310913,0.21007531881332397,0.11708182096481323,0.46837085485458374 +194,-0.10757335727692086,0.6506728925492975,0.8993864146466014,-0.08542859554290771,-0.6057219505310059,-0.7910770177841187,-0.5191767811775208,0.6867727637290955,0.2514415383338928,-0.01848377287387848,0.17534780502319336,0.15075719356536865 +195,-0.12799231301856448,0.6215348206420833,0.922355245235289,-0.10377205163240433,-0.582283616065979,-0.8063356280326843,0.7120800018310547,-0.12255691736936569,0.3973035216331482,0.07667243480682373,0.09734410047531128,-0.09875470399856567 +196,-0.15320661759535045,0.63840349093784,0.9739940153594737,-0.12255155295133591,-0.5959141254425049,-0.7936419248580933,0.0843837633728981,0.742895781993866,0.5582491159439087,0.1392141431570053,-0.20492815971374512,-0.13772404193878174 +197,-0.15909617371210577,0.5817739525754935,1.0205359953258983,-0.13236309587955475,-0.5495069026947021,-0.8249377012252808,0.25875532627105713,0.08066015690565109,0.1602860540151596,0.11553263664245605,-0.02709221839904785,-0.46162235736846924 +198,-0.14470379227179642,0.4926603343773881,1.0199216140399967,-0.12705081701278687,-0.47297152876853943,-0.8718692660331726,-1.2131564617156982,0.1476125568151474,0.13865160942077637,0.08215945959091187,0.17376193404197693,-0.1980465054512024 +199,-0.16560095174037337,0.5149633098764822,1.0447613095004826,-0.14346645772457123,-0.49250292778015137,-0.8584045171737671,0.2562389671802521,-0.5628122091293335,0.05455860495567322,0.011905178427696228,0.12598681449890137,0.3411926031112671 +200,-0.14375739109471472,0.5711395972281654,1.0417825151086983,-0.12052486836910248,-0.5405911207199097,-0.8326073288917542,0.8225528001785278,-0.3888110816478729,0.17470481991767883,0.029368847608566284,0.16002166271209717,0.28567129373550415 +201,-0.13700974630254636,0.6667868989883036,1.0590852514368478,-0.10732749849557877,-0.6184642910957336,-0.7784488797187805,-0.2993089556694031,-0.31063544750213623,1.4414217472076416,0.16665369272232056,0.17949950695037842,0.4113682508468628 +202,-0.3234860021904772,0.6043234556309303,1.1810547342599789,-0.26157402992248535,-0.5682054758071899,-0.7802060842514038,0.46086740493774414,-0.4168592393398285,2.8244733810424805,0.04042840003967285,0.5258318185806274,-0.1864076852798462 +203,-0.9448021121547862,0.3047716853600387,1.6175449293800415,-0.773034930229187,-0.30007538199424744,-0.5589021444320679,-1.0782794952392578,-5.6399970054626465,6.179697036743164,0.07526588439941406,0.7498282194137573,0.06656211614608765 +204,-1.2977043344764183,-0.2889674816781695,1.8544687157984354,-0.9230167269706726,0.28496265411376953,-0.25852757692337036,-0.0292960274964571,-1.9343535900115967,6.443583965301514,-0.20546239614486694,0.12664318084716797,-0.5396596193313599 +205,-1.126365034768801,-0.6490159544211,2.2646946869835607,-0.719285786151886,0.6044027209281921,-0.34252771735191345,1.3358819484710693,2.469538927078247,0.5092722177505493,-1.4766217470169067,-0.8087637424468994,0.4332565367221832 +206,-1.0413066433161868,-0.46585894698041935,2.22218015748234,-0.7710934281349182,0.4491903781890869,-0.4512683153152466,-0.26857972145080566,-0.8119345307350159,-2.9878110885620117,-0.6098117232322693,-0.24676728248596191,0.5611163377761841 +207,-1.3337698649083842,-0.2973461498401589,2.213549682100804,-0.9293848872184753,0.29298385977745056,-0.2245090752840042,0.6607794761657715,-3.05735182762146,-1.966166615486145,0.09004461765289307,0.3010255992412567,-0.45781823992729187 +208,-1.6013028299118883,-0.1750468282734221,2.309318552799692,-0.9842603802680969,0.17415425181388855,0.030035659670829773,-0.13701748847961426,-2.0223867893218994,-0.24482212960720062,0.0353313684463501,0.18583111464977264,0.23529934883117676 +209,-1.642342470976731,-0.3068415952900468,2.3793385641560136,-0.9508535265922546,0.30204927921295166,0.0681462213397026,-0.07963478565216064,1.2320553064346313,0.17441686987876892,-0.6868876218795776,-1.1577011346817017,0.4168848991394043 +210,-1.511528970146423,-0.13238876776368588,2.1765851301758774,-0.9895090460777283,0.13200238347053528,-0.05871434882283211,-2.1149682998657227,1.399842619895935,-1.2664144039154053,0.7256539463996887,-0.026152148842811584,0.2848038673400879 +211,-1.5302722247820832,0.02319406215266706,2.1228961343533412,-0.9989103078842163,-0.02319198288023472,-0.040502116084098816,1.7101655006408691,-1.5933128595352173,-1.0073909759521484,0.09803140163421631,-0.13647598028182983,-0.5723366737365723 +212,-1.6601751074238273,-0.07207105657990982,2.4292636253272737,-0.9934228658676147,0.07200867682695389,0.08902812004089355,4.893063545227051,0.26492735743522644,-0.03329407423734665,-0.6490790843963623,0.2804846167564392,-0.563164472579956 +213,-1.6717489791578963,-0.11102089406139753,2.752506233157231,-0.988783597946167,0.11079296469688416,0.10016082227230072,4.305367469787598,-0.20503509044647217,0.35080769658088684,-0.31602609157562256,0.41352957487106323,-0.6954977512359619 +214,-1.7144721323218401,-0.1415584892475203,-3.1118038690080962,-0.9797968864440918,0.14108619093894958,0.1417498141527176,4.920854091644287,-1.979612946510315,0.6047458052635193,0.6611627340316772,0.7300686240196228,-0.2909501791000366 +215,-1.6125346233478626,-0.2743249095511417,-2.780482887471357,-0.9617699384689331,0.27089715003967285,0.040165964514017105,2.3281586170196533,0.2764611840248108,2.4906327724456787,0.4365319013595581,0.7992322444915771,0.4402111768722534 +216,-1.55449388544261,-0.5451333263607439,-2.5781478553222876,-0.8549445867538452,0.5185320973396301,-0.013938918709754944,0.41733065247535706,-0.16406717896461487,2.3878555297851562,-0.2217918038368225,0.2777172923088074,0.20948028564453125 +217,-1.57741507810801,-0.6512241297471232,-2.6388787152789392,-0.7953248620033264,0.6061604619026184,0.0052641346119344234,-1.6793465614318848,0.736545741558075,-0.11358007788658142,-0.5749601125717163,-0.041112303733825684,0.0805208683013916 +218,-1.607074310488586,-0.6390098987364998,-2.719356140022557,-0.8021585941314697,0.5964009761810303,0.029113467782735825,-0.6948475241661072,0.4219462275505066,-0.301900178194046,-0.00039267539978027344,-0.22245383262634277,0.1648409366607666 +219,-1.6121222154589785,-0.6398956494081031,-2.728760107696087,-0.801473081111908,0.5971117615699768,0.033140458166599274,0.22617743909358978,-0.11407023668289185,-0.06891310960054398,0.02666240930557251,-0.4155474901199341,0.04553389176726341 +220,-1.5791145674237672,-0.6024604020439219,-2.6552732590314516,-0.8239155411720276,0.5666714310646057,0.006853685714304447,0.3993103802204132,0.07627899944782257,-0.42841637134552,0.17875850200653076,-0.23280906677246094,0.09014642238616943 +221,-1.5970181073758178,-0.5802216807655717,-2.6498335075200066,-0.8360536694526672,0.5482093691825867,0.021927841007709503,0.3636893033981323,-0.09072286635637283,-0.2729872763156891,-0.11200541257858276,0.3450249433517456,0.10987746715545654 +222,-1.64155519294641,-0.5800475645887847,-2.6419293133403188,-0.834343671798706,0.5480636954307556,0.059135936200618744,0.5772787928581238,-0.029227418825030327,0.36917516589164734,-0.5164865255355835,0.16069185733795166,-0.336464524269104 +223,-1.6053403408712887,-0.5897969115253465,-2.652861203346584,-0.8305579423904419,0.5561922788619995,0.028702223673462868,-0.24786904454231262,0.5609561800956726,-0.08089986443519592,0.13587093353271484,-0.27774983644485474,-0.09431493282318115 +224,-1.5587913929470338,-0.5700123568122393,-2.6670000239337153,-0.8418335914611816,0.5396424531936646,-0.010106642730534077,-0.0568109005689621,0.5398867130279541,-0.4416005611419678,0.20343643426895142,-0.028930842876434326,0.16574627161026 +225,-1.5312798898478635,-0.534907863318817,-2.6746581050724982,-0.8596440553665161,0.5097617506980896,-0.03398776426911354,0.05550411343574524,-0.12608429789543152,-0.13587473332881927,0.20081520080566406,0.1353493332862854,0.25305819511413574 +226,-1.573704011255149,-0.513746854105797,-2.699823416446516,-0.8709056377410889,0.4914438724517822,0.002532325917854905,-1.3607417345046997,-0.2771945595741272,0.010246075689792633,-0.0004932880401611328,0.02372339367866516,0.0862739086151123 +227,-1.6672729259425207,-0.5411094832249032,-2.8637635573800484,-0.8531517386436462,0.5150873064994812,0.08256550133228302,-1.5080249309539795,0.6163159012794495,0.0672309622168541,-0.6789374351501465,0.05905508995056152,-0.35971081256866455 +228,-1.6578896642691952,-0.49806067683348826,-3.040995697695107,-0.875180721282959,0.47772273421287537,0.07641571760177612,-1.7463736534118652,1.1013280153274536,-0.36108195781707764,0.3767067790031433,-0.14347904920578003,-0.018905416131019592 +229,-1.6133349456143993,-0.4779252769807261,3.081225627114662,-0.8871476650238037,0.4599379003047943,0.037760812789201736,-1.1201083660125732,1.1501996517181396,-0.02567627839744091,0.25171077251434326,-0.21627041697502136,-0.024363644421100616 +230,-1.5619527613763853,-0.4895165204670885,2.993146340603544,-0.8825258016586304,0.47019925713539124,-0.007804878056049347,-0.20828211307525635,0.4274919033050537,0.22662866115570068,-0.01809370517730713,-0.09081995487213135,0.15518951416015625 +231,-1.5871723562821498,-0.5128484672674887,2.9042303152581574,-0.8712335228919983,0.49066123366355896,0.014268621802330017,-1.4278062582015991,0.026206884533166885,0.008919289335608482,-0.22453057765960693,0.06953462958335876,0.1323530673980713 +232,-1.6609710729316314,-0.486122755578258,2.68419567485129,-0.8805587291717529,0.4672013521194458,0.07962008565664291,-1.2387897968292236,0.5013539791107178,-0.26758649945259094,-0.08080601692199707,0.3346633017063141,-0.3237302303314209 +233,-1.6351543973790055,-0.49880143353516826,2.6153441923186564,-0.876338541507721,0.47837334871292114,0.05647745728492737,-1.5163124799728394,0.57802414894104,-0.044789254665374756,0.11225473880767822,-0.12031060457229614,0.2539626359939575 +234,-1.632921121591523,-0.47734304515950376,2.458633375360664,-0.8865054249763489,0.4594208300113678,0.05514492839574814,-1.1263312101364136,0.708309531211853,0.06849417090415955,0.3616639971733093,-0.2359100580215454,0.08621252328157425 +235,-1.6236557614995124,-0.4700950842330003,2.388317569236846,-0.8902801275253296,0.45297107100486755,0.04710358381271362,-0.19989024102687836,-0.08956514298915863,-0.26355260610580444,0.00026535987854003906,-0.2116379737854004,0.2075960636138916 +236,-1.6542134446239267,-0.42580895578494626,2.3084750098306825,-0.9075384140014648,0.4130576252937317,0.07588032633066177,-0.7714627385139465,0.35660088062286377,0.007931200787425041,-0.05118668079376221,0.2742593288421631,-0.2361891269683838 +237,-1.6831337451988673,-0.44916874296718506,2.2083930877902795,-0.895130455493927,0.4342168867588043,0.10098178684711456,0.0828600525856018,-0.17093805968761444,0.4505757689476013,-0.2217366099357605,0.27679693698883057,-0.4560232162475586 +238,-1.6530558876362818,-0.47333783923580214,2.201361595982097,-0.8870421051979065,0.4558596611022949,0.07313272356987,-0.4658397436141968,0.42242202162742615,-0.04681902378797531,0.017718374729156494,-0.14181852340698242,0.024203062057495117 +239,-1.621087746782474,-0.45199505097500714,2.1285312684026954,-0.898440420627594,0.43676111102104187,0.045221976935863495,-0.7621158361434937,0.5487346053123474,0.35198116302490234,0.4875362515449524,-0.20952710509300232,0.07716883718967438 +240,-1.6265563387898734,-0.4802868277098079,2.0415056072162834,-0.8854842782020569,0.46203356981277466,0.049425847828388214,-0.6307514309883118,0.33386921882629395,0.3199695348739624,-0.03738272190093994,-0.08743026852607727,-0.03106950968503952 +241,-1.634662791135039,-0.4742518441380267,1.9625053329406745,-0.8878210186958313,0.4566729962825775,0.05677920952439308,-1.8778406381607056,0.47756797075271606,-0.43037867546081543,-0.12266188859939575,0.05632755160331726,0.18943655490875244 +242,-1.6686577491744845,-0.3823280574978914,1.8085576032479254,-0.9233595132827759,0.3730814456939697,0.09065084159374237,0.5551260709762573,-0.07892023026943207,-1.3159756660461426,-0.14547288417816162,0.4045064151287079,-0.05009293556213379 +243,-1.6813443158850543,-0.3586669293582511,1.7237790973443605,-0.9306498169898987,0.3510262966156006,0.10330262035131454,-1.111405849456787,1.0070774555206299,0.008558039553463459,0.20675766468048096,-0.08541658520698547,-0.20861876010894775 +244,-1.6590997173419533,-0.37601532681273636,1.6913070001194124,-0.926511287689209,0.36721712350845337,0.08202739804983139,0.08236803114414215,0.2285080999135971,0.3810241222381592,0.355039119720459,-0.11779695749282837,0.037494659423828125 +245,-1.649526550563345,-0.41995486597381415,1.7019971975648336,-0.9102789163589478,0.4077192544937134,0.07181490212678909,-0.01882937178015709,0.10532717406749725,0.43310433626174927,-0.030715346336364746,-0.23032057285308838,0.237068772315979 +246,-1.6720005263479798,-0.4190502856279954,1.7084835150001323,-0.908801794052124,0.4068931043148041,0.09228985756635666,-0.07341713458299637,-0.0661822035908699,-0.23967032134532928,-0.11907601356506348,0.03346031904220581,0.10117626190185547 +247,-1.6795904688838936,-0.404344649611462,1.7005539420836873,-0.913925051689148,0.3934163451194763,0.09982384741306305,1.0075263977050781,-0.1445675641298294,-0.14942172169685364,0.0513455867767334,0.07919418811798096,-0.27584922313690186 +248,-1.6539059201302053,-0.46769334516170735,1.8485066736603468,-0.8895297050476074,0.45082855224609375,0.07409913837909698,1.5395636558532715,-0.2603413164615631,-0.06231109797954559,-0.07857942581176758,-0.33596038818359375,0.0007756948471069336 +249,-1.6071264650711687,-0.45870873149524877,1.9863688359711908,-0.8960334658622742,0.442790687084198,0.032567348331213,1.9466936588287354,-0.9410499334335327,0.21391142904758453,0.3311987519264221,-0.12971079349517822,-0.27452588081359863 +250,-1.5428262261989094,-0.5149486670268759,2.2287887920591176,-0.8699776530265808,0.49249017238616943,-0.024339709430933,2.3883016109466553,-0.6274430155754089,0.5824563503265381,-0.35833966732025146,0.10153445601463318,0.2125415802001953 +251,-1.5006059200977084,-0.550587466040686,2.3970734524370925,-0.8501189947128296,0.5231879949569702,-0.05976838245987892,1.291327714920044,-1.0284730195999146,0.5904901623725891,-0.28554701805114746,-0.051965951919555664,0.21821564435958862 +252,-1.5852942684466147,-0.5722674169248604,2.466052366134105,-0.8405869603157043,0.5415396094322205,0.012187634594738483,0.19978326559066772,-0.975115180015564,-0.8718518614768982,-0.36266016960144043,0.23926794528961182,-0.06605112552642822 +253,-1.669350257566348,-0.47722305837555024,2.4184232269542805,-0.8839635252952576,0.4593142569065094,0.08740123361349106,0.3169653117656708,0.22229494154453278,-0.6792585253715515,0.27741140127182007,0.0081082284450531,-0.355787992477417 +254,-1.6518848482742796,-0.4816064529812167,2.5012586340396346,-0.8833399415016174,0.463203489780426,0.07178613543510437,1.4644159078598022,-0.446529358625412,0.02945493720471859,0.02121824026107788,-0.20948028564453125,-0.03206752985715866 +255,-1.5905085713282445,-0.4480471038752388,2.5905355977118902,-0.9011198878288269,0.4332062304019928,0.01776539720594883,1.086904525756836,-0.8192560076713562,-0.04162592068314552,0.33604103326797485,-0.4026122987270355,0.09847605228424072 +256,-1.662077133444784,-0.41499141888380564,2.6463003636321423,-0.9113100171089172,0.40318208932876587,0.08341692388057709,0.47232890129089355,-1.8112807273864746,-0.45541682839393616,-0.5809995532035828,0.6407632827758789,-0.20597553253173828 +257,-1.7602230353201784,-0.39221262923539624,2.5900502758283954,-0.9075362682342529,0.38223397731781006,0.17399775981903076,-0.2129564881324768,0.4157240390777588,-0.7980921864509583,-0.5581161975860596,0.35030996799468994,-0.5203722715377808 +258,-1.6919855941043664,-0.4034318976405742,2.7075089128222123,-0.9129735231399536,0.39257702231407166,0.11118745803833008,0.3147089183330536,0.1624443680047989,-0.36126020550727844,0.2506963014602661,-0.27159008383750916,0.3545260429382324 +259,-1.6790672638310655,-0.3682749334881796,2.664108110066963,-0.9274868369102478,0.36000657081604004,0.10081411153078079,-0.5108773708343506,-0.15585646033287048,-0.447237104177475,0.4710354208946228,-0.34036850929260254,0.1103675365447998 +260,-1.6895012306427404,-0.3509541548934866,2.6242452351758425,-0.9324368834495544,0.34379395842552185,0.11120765656232834,0.1797952950000763,-0.5520861148834229,0.03977318853139877,-0.11353778839111328,-0.35655033588409424,-0.017442472279071808 +261,-1.84403732530867,-0.31265274430199974,2.5841511360774283,-0.9162209033966064,0.30758386850357056,0.25677138566970825,-1.3953913450241089,-0.4523242115974426,-0.9467357397079468,-0.674919843673706,0.30864235758781433,-0.387081503868103 +262,-1.9013863056658544,-0.2026893855891222,2.4622728351289798,-0.9264883399009705,0.2013043910264969,0.3179561495780945,-1.003150224685669,0.33012300729751587,-0.4565827250480652,-0.28617340326309204,0.07892325520515442,-0.4459620714187622 +263,-1.8684010264202706,-0.210415711250546,2.481343794634079,-0.9349554181098938,0.20886646211147308,0.28676360845565796,0.2620140314102173,0.5936076641082764,1.5890190601348877,0.758136510848999,0.06855359673500061,0.13157129287719727 +264,-1.814109126621051,-0.5043774587767661,2.458895286856938,-0.8496886491775513,0.4832625091075897,0.2109188586473465,1.5531916618347168,0.46477577090263367,2.561558246612549,-0.05230426788330078,-0.11880627274513245,-0.1415676772594452 +265,-1.726436053253943,-0.5809722936320106,2.6201149287663332,-0.8258254528045654,0.5488369464874268,0.12957923114299774,0.542532205581665,-0.36350446939468384,-0.8347813487052917,-0.1254686713218689,-0.3533717393875122,0.2919296324253082 +266,-1.793369246742856,-0.4312622497572435,2.654961167416512,-0.8860301375389099,0.41801780462265015,0.20052862167358398,-0.8041106462478638,-0.7668651938438416,-1.2630348205566406,-0.4862232804298401,0.08948951959609985,-0.050977230072021484 +267,-1.8326367121586034,-0.29317257602375935,2.623504754757073,-0.9247015714645386,0.28899088501930237,0.24781367182731628,-0.3233702480792999,1.2477465867996216,0.5223268866539001,0.18092703819274902,0.02846825122833252,-0.006968945264816284 +268,-1.7435743332854774,-0.37343670565011317,2.613840721457027,-0.9172161817550659,0.36481741070747375,0.16007079184055328,0.7282692193984985,0.5282021164894104,1.3674525022506714,0.3124036192893982,-0.05912289023399353,-0.11983336508274078 +269,-1.643982401809091,-0.4758320160833662,2.7174570523710644,-0.8865322470664978,0.45807820558547974,0.06499790400266647,1.4866113662719727,0.30077195167541504,0.8620730638504028,0.14941078424453735,-0.12166774272918701,0.013127081096172333 +270,-1.5786082838957727,-0.5031546147756077,2.837921020129282,-0.8760390877723694,0.4821915924549103,0.006843718700110912,0.17357094585895538,0.32605645060539246,0.5378732085227966,-0.23332065343856812,0.07092425227165222,0.4231642484664917 +271,-1.7036399267699434,-0.5062449892604401,2.752893996142252,-0.8668657541275024,0.4848966598510742,0.11583979427814484,-1.0970048904418945,-0.8057929873466492,-0.2922689616680145,-0.5505993366241455,0.3975038230419159,-0.3245648145675659 +272,-1.7161282683363337,-0.4758299858677836,2.6752954651205716,-0.8795417547225952,0.4580763876438141,0.12873312830924988,-0.7026321291923523,0.58530592918396,0.2605823576450348,0.28713458776474,0.08267980813980103,-0.06888820230960846 +273,-1.7243037292665098,-0.5023703278285877,2.6665111943125965,-0.8661374449729919,0.48150435090065,0.13401281833648682,-0.4095805585384369,0.6141754388809204,0.23577308654785156,0.3882932662963867,-0.10293379426002502,0.13811242580413818 +274,-1.672104463095263,-0.5062151033016798,2.6666402146529147,-0.8701017498970032,0.4848705232143402,0.08845119178295135,0.6270850300788879,0.4122955799102783,0.15680745244026184,0.23278790712356567,-0.05597648024559021,4.982948303222656e-05 +275,-1.7559976524807364,-0.4671799922103884,2.705646549012974,-0.8775734901428223,0.45037025213241577,0.16441182792186737,-0.43857505917549133,-0.8555364608764648,-1.1142528057098389,-0.32385772466659546,-0.04547834396362305,0.7318893671035767 +276,-1.7454145739472007,-0.3539160280213755,2.7288907500343917,-0.9237581491470337,0.34657377004623413,0.16296476125717163,1.460955262184143,-1.5468562841415405,-2.8395192623138428,-0.6164792776107788,0.18182280659675598,-0.5027322769165039 +277,-1.819260741803219,-0.15166733785849992,2.850917409971893,-0.9581642746925354,0.15108653903007507,0.2430928498506546,-1.7477281093597412,0.15530216693878174,-1.2806562185287476,0.0912361741065979,0.07663562893867493,0.16268408298492432 +278,-1.582467421997718,-0.1812168588697354,2.6620224552741805,-0.9835581183433533,0.1802266389131546,0.011479721404612064,-1.2898317575454712,3.329584836959839,0.7527236938476562,0.715491771697998,-0.040410369634628296,0.20986425876617432 +279,-1.5083740185535626,-0.31214105299727324,2.5959984429655547,-0.949824869632721,0.307096928358078,-0.05936739221215248,0.3211039900779724,-0.4972037076950073,1.0348237752914429,0.15035569667816162,-0.16888275742530823,-0.09691311419010162 +280,-1.5438381248195183,-0.40439032071266356,2.6568380758646177,-0.9190083146095276,0.3934583365917206,-0.024780815467238426,0.8424261808395386,-2.0235278606414795,-0.4918353259563446,-0.49865514039993286,-0.3019818961620331,0.12687736749649048 +281,-1.7292049815080532,-0.31538131083508336,2.6201552183852623,-0.9387751817703247,0.3101789951324463,0.14996659755706787,0.193405419588089,-2.522690773010254,-2.3558247089385986,-0.7357699871063232,0.09828349947929382,-1.0421937704086304 +282,-1.8547859639601725,-0.16888728716749526,2.7073125518551784,-0.9462876319885254,0.16808557510375977,0.2762013375759125,-0.022506071254611015,-0.8983644843101501,-0.7293500900268555,0.061628758907318115,0.18553687632083893,-0.260042279958725 +283,-1.8608272283810299,-0.19583831694252385,2.759486231677286,-0.9399183392524719,0.19458889961242676,0.28051528334617615,0.1949062943458557,0.4471263885498047,1.17035710811615,0.5820233821868896,-0.12477993965148926,-0.08410418033599854 +284,-1.7963056171214882,-0.29429893680893876,2.7774259883505463,-0.9327749013900757,0.29006901383399963,0.21398919820785522,0.6104544401168823,1.8096654415130615,0.6278802752494812,0.11119568347930908,-0.03494200110435486,-0.012756183743476868 +285,-1.7435769342739333,-0.3765702335478614,2.8219241963823136,-0.9160852432250977,0.3677331805229187,0.15987586975097656,0.29336631298065186,-1.1121444702148438,-0.08342915773391724,-0.5505437850952148,-0.0609399676322937,0.8788204193115234 +286,-1.7315586148227196,-0.4149229930658318,2.7589280547003914,-0.9033472537994385,0.40311944484710693,0.14648832380771637,0.33802568912506104,0.41954436898231506,0.3808949291706085,-0.5742987394332886,0.11142224073410034,-0.5489846467971802 +287,-1.618995046819704,-0.4118690433841415,2.8233471283897007,-0.9153100252151489,0.4003227651119232,0.04415096715092659,0.7144418358802795,1.0754799842834473,0.36607566475868225,0.16128170490264893,-0.11731800436973572,0.0732654333114624 +288,-1.5288926969810361,-0.37947743378150545,2.8264179772906983,-0.928043007850647,0.37043511867523193,-0.03891114890575409,-0.060608334839344025,0.5783185362815857,-0.2250300943851471,0.666843056678772,-0.19140377640724182,0.19848757982254028 +289,-1.4863687849071907,-0.3585487431892913,2.7695457548509683,-0.9330717325210571,0.3509156405925751,-0.07896465808153152,-0.746833860874176,0.3711525797843933,-0.10947857052087784,0.07574141025543213,0.01985764503479004,0.23788493871688843 +290,-1.4055894884862734,-0.3832413570202342,2.7918331528448292,-0.9148294925689697,0.37392863631248474,-0.15252627432346344,-0.08833975344896317,-0.17306223511695862,0.0992472767829895,-0.742107093334198,-0.22918382287025452,0.5393365621566772 +291,-1.5327316380874374,-0.34915435791325006,2.7120292877552123,-0.9389815330505371,0.3421033024787903,-0.03575931116938591,-1.5065253973007202,-0.6481457352638245,-0.8446140289306641,-0.20313864946365356,0.40695059299468994,-0.17668884992599487 +292,-1.572627561618854,-0.2935223322341318,2.6460197319834085,-0.9572290182113647,0.28932568430900574,0.0017529131146147847,0.19107237458229065,-0.06690941005945206,-0.504252552986145,0.497008740901947,0.08062362670898438,-0.06019401550292969 +293,-1.5900609465546047,-0.2894408243699419,2.6372371614902574,-0.9582258462905884,0.2854163646697998,0.01846214011311531,-0.16361109912395477,0.18213492631912231,0.030834786593914032,0.4203230142593384,-0.2141425609588623,-0.026564598083496094 +294,-1.5666909983372428,-0.30999495625583273,2.6504100137252826,-0.9523270130157471,0.30505383014678955,-0.0039096372202038765,0.8088325262069702,-0.3320814371109009,0.05017978698015213,-0.10846394300460815,-0.0057832300662994385,0.09073209762573242 +295,-1.7247396865597044,-0.22835416578856157,2.673793833172462,-0.9625214338302612,0.22637471556663513,0.14935548603534698,-1.767199158668518,0.8099928498268127,-0.6767541170120239,-0.01623833179473877,-0.048792943358421326,0.6701788902282715 +296,-1.69493423048036,-0.2933640631426879,2.6835527124127085,-0.9499099850654602,0.2891741991043091,0.118529312312603,0.5006067752838135,-1.5426300764083862,1.199373722076416,-0.30347740650177,0.19790157675743103,-0.3696737289428711 +297,-1.5841989705421224,-0.32295682088975247,2.7619632805974614,-0.9482161402702332,0.3173719048500061,0.012709364295005798,1.7537715435028076,0.7188337445259094,0.33323484659194946,0.0668683648109436,-0.2570691406726837,0.06073117256164551 +298,-1.5313148209295129,-0.3309286322551455,2.864599587206627,-0.9450041055679321,0.3249213993549347,-0.03732958436012268,-0.17407725751399994,-0.03777483105659485,0.028992803767323494,0.5866208076477051,-0.2616889774799347,0.17664235830307007 +299,-1.5389460464653184,-0.30788250806168604,2.7893721031432452,-0.9524940848350525,0.30304139852523804,-0.030347464606165886,-1.0000382661819458,0.33651337027549744,-0.305387943983078,0.2969154715538025,0.057920485734939575,-0.09359967708587646 +300,-1.506767934734975,-0.3358693734927951,2.8327252917313706,-0.9421895146369934,0.3295900821685791,-0.06040945649147034,0.9236972332000732,0.6466744542121887,0.500329315662384,-0.4282175302505493,0.0277860164642334,0.2837676405906677 +301,-1.5837965121645472,-0.3458370729879373,2.824648826609099,-0.9407126903533936,0.33898431062698364,0.012230128049850464,-2.2449872493743896,-0.7631188631057739,-0.6939229369163513,-0.43184608221054077,0.24580880999565125,0.004615547135472298 +302,-1.633834388122961,-0.2760862076044283,2.696898790628485,-0.960218608379364,0.272592157125473,0.06061062589287758,-0.11451706290245056,0.34800395369529724,-0.8662172555923462,-0.005601644515991211,0.19513550400733948,-0.33331573009490967 +303,-1.6758408357289984,-0.22099126743134578,2.7094903150843885,-0.9703025221824646,0.2191968858242035,0.10230150818824768,-0.36580368876457214,-0.1259523183107376,-0.45033276081085205,0.4043693542480469,-0.15851269662380219,0.11727248877286911 +304,-1.6760635774063497,-0.20579515227976175,2.7257757503430446,-0.973480224609375,0.20434559881687164,0.10285578668117523,0.9797873497009277,-0.5699483752250671,-0.20724865794181824,0.3094634413719177,-0.10995471477508545,-0.12141048908233643 +305,-1.7472598867735014,-0.1779281973237059,2.8388636370738762,-0.968928337097168,0.17699086666107178,0.1727776825428009,0.0890314131975174,-0.7678731083869934,-0.9858373999595642,-0.46411609649658203,-0.17017017304897308,0.9228185415267944 +306,-1.7424192160466279,-0.07202159684881276,2.8438581599630317,-0.9827545285224915,0.07195934653282166,0.17033888399600983,1.0144081115722656,-0.5815792083740234,-0.5066049695014954,-0.19111931324005127,0.06437792629003525,-0.6940968036651611 +307,-1.704881293536004,-0.010266199154509381,2.9465964921932057,-0.9909718632698059,0.010266019031405449,0.13367649912834167,0.8916493654251099,0.9231930375099182,-0.9969739317893982,-0.1678263545036316,0.0378296822309494,0.04425621032714844 +308,-1.6139908268826377,0.05548605614805559,2.9832066701882307,-0.9975298643112183,-0.05545758828520775,0.04311462119221687,-0.30935138463974,0.9087331295013428,-0.4884282946586609,0.5385911464691162,0.03682659938931465,0.022711876779794693 +309,-1.5278031428364043,0.055551671050666974,2.9270418190119964,-0.9975348114967346,-0.0555231049656868,-0.04291364178061485,-0.8710638284683228,1.1054176092147827,0.09030725061893463,0.23142153024673462,0.001598544418811798,0.02876877784729004 +310,-1.3805320507526533,0.00825880374623928,2.8732656369061886,-0.9819207787513733,-0.00825870968401432,-0.18911194801330566,0.35307422280311584,0.07248472422361374,1.065630316734314,-0.015103757381439209,-0.15253841876983643,0.05779486894607544 +311,-1.2956575381323154,-0.027056060895352136,2.907609718297685,-0.9620352983474731,0.027052760124206543,-0.27158108353614807,0.1741565465927124,-1.637008547782898,-0.04691167548298836,-0.27693259716033936,-0.23246657848358154,0.21298733353614807 +312,-1.4373750099112153,-0.03780212876341701,2.8130302117380683,-0.990404486656189,0.037793125957250595,-0.13293078541755676,-0.2058681696653366,-0.8449859023094177,0.02541307732462883,-0.22274547815322876,0.3290434181690216,-0.5977668762207031 +313,-1.4649046411188116,-0.059560486997627116,2.7923555262907134,-0.9926355481147766,0.059525277465581894,-0.10550649464130402,-0.12903502583503723,0.09629137068986893,0.34625881910324097,0.46945732831954956,0.0716087594628334,0.004615411162376404 +314,-1.462488710534133,-0.09556980486819026,2.787633994748569,-0.9896039962768555,0.09542439132928848,-0.10760272294282913,-0.08996009081602097,0.1935463845729828,0.2685920298099518,0.3647869825363159,-0.1438862830400467,0.05694352090358734 +315,-1.4432681711190845,-0.11405927794603504,2.804111991267053,-0.9854344129562378,0.11381212621927261,-0.12635637819766998,0.3424925208091736,-0.45889565348625183,0.0668255090713501,0.04778176546096802,-0.05186145007610321,0.2290632724761963 +316,-1.574174551780176,-0.05808432774830692,2.7852564187640443,-0.998308002948761,0.05805167183279991,0.0033725218381732702,-0.6914746761322021,-1.807316541671753,-0.9905872344970703,-0.5318434834480286,-0.2524486482143402,0.6524959802627563 +317,-1.5909940706801675,-0.0664373351373239,2.811362121993534,-0.9975903630256653,0.06638847291469574,0.020151814445853233,1.379256248474121,-0.6550744771957397,1.4474191665649414,-0.09184139966964722,0.06274665892124176,-0.49650073051452637 +318,-1.5476142409414393,-0.11464801224090099,2.8688111977220623,-0.9931681752204895,0.11439701914787292,-0.02302783541381359,0.8115870356559753,0.8852810263633728,0.11081385612487793,0.030231833457946777,-0.2552661597728729,-0.17014843225479126 +319,-1.4779381116199692,-0.09977633192635277,2.9278947656898295,-0.9907397627830505,0.09961086511611938,-0.09226366132497787,0.3606036901473999,0.4317123293876648,-0.030392952263355255,0.4482439160346985,-0.013841189444065094,0.12752670049667358 +320,-1.4370278966030543,-0.11921852829024139,2.8722451485656046,-0.9840316772460938,0.11893632262945175,-0.13242317736148834,-1.3805696964263916,1.00990891456604,-0.4496779441833496,0.10756683349609375,-0.16181352734565735,0.0053784847259521484 +321,-1.4161700958015246,-0.1473232746002936,2.79213691594199,-0.9773659706115723,0.14679093658924103,-0.15234248340129852,0.20777714252471924,-0.3155692517757416,0.2866213023662567,-0.6079306602478027,-0.05616900324821472,0.003111541271209717 +322,-1.4325767563287577,-0.1589046739854728,2.835719033764212,-0.9779843091964722,0.1582367718219757,-0.13604402542114258,-0.25829166173934937,-0.7702628374099731,-0.06834783405065536,-0.6753056049346924,0.056378111243247986,0.04114966094493866 +323,-1.487229266113611,-0.1145066319707083,2.734562311466156,-0.9899844527244568,0.11425656825304031,-0.08292321115732193,-1.597715139389038,-0.3977430760860443,-0.8336360454559326,-0.07710844278335571,0.1904004067182541,-0.511284589767456 +324,-1.466285373379731,-0.07663322324386262,2.724670240143173,-0.9916248917579651,0.07655823975801468,-0.10401463508605957,0.3650668263435364,0.5033993124961853,0.2870144546031952,0.6643238067626953,0.09919250011444092,0.33933568000793457 +325,-1.4574666004794747,-0.11341017006384838,2.7532454176663004,-0.9872022271156311,0.11316721886396408,-0.11236081272363663,0.08350305259227753,0.3281702697277069,0.31358033418655396,0.4899945855140686,-0.09621469676494598,0.3174389600753784 +326,-1.444374433691093,-0.14183669281629233,2.783096197086947,-0.9820575714111328,0.14136159420013428,-0.12481926381587982,0.25223904848098755,-0.3591453731060028,0.12726064026355743,0.1411914825439453,0.00014841556549072266,0.18797540664672852 +327,-1.5481159946824556,-0.09608360249929479,2.7359887529321973,-0.9951316714286804,0.09593582898378372,-0.022573787719011307,-1.2789421081542969,-1.7242841720581055,-0.9562166929244995,-0.04467862844467163,-0.22938917577266693,0.4828703999519348 +328,-1.523071525027161,-0.12870454258128033,2.7973272832595053,-0.9905998110771179,0.12834951281547546,-0.04731210693717003,-0.7793715596199036,-0.08105389028787613,-0.3441009521484375,-0.5094612240791321,0.12033823132514954,-0.08830797672271729 +329,-1.4920992405273243,-0.13998863795153196,2.7997936461295363,-0.9871528744697571,0.13953186571598053,-0.07784683257341385,0.7183579802513123,0.8990663886070251,-0.6717387437820435,-0.00576704740524292,-0.17416933178901672,0.10299330949783325 +330,-1.4724483928476677,-0.1347818110133697,2.765644955986688,-0.986142098903656,0.13437409698963165,-0.09729894250631332,-0.13143675029277802,0.039886023849248886,-0.12490395456552505,0.25231659412384033,-0.11821506917476654,-0.14794032275676727 +331,-1.4410056278391365,-0.14623757354797493,2.751399082095669,-0.9810051321983337,0.14571690559387207,-0.12804514169692993,0.1908821165561676,0.3486778736114502,0.004616294056177139,0.11743396520614624,-0.14208531379699707,0.06928354501724243 +332,-1.4146788856362749,-0.17147405497552345,2.7394454004369644,-0.9733511209487915,0.17063497006893158,-0.15320377051830292,0.1760350614786148,0.6872646808624268,0.0431038960814476,-0.20685523748397827,-0.11275838315486908,0.06302432715892792 +333,-1.4376582895606902,-0.16964338612716048,2.7339108444781672,-0.9769223928451538,0.16883087158203125,-0.1308395266532898,-0.8526474237442017,-0.43811845779418945,-0.3385702967643738,-0.4780489206314087,0.15364839136600494,-0.02083289623260498 +334,-1.5146874398505135,-0.1355541728378256,2.6795352620854036,-0.9892673492431641,0.13513942062854767,-0.055565014481544495,-1.185652494430542,-0.35182487964630127,-0.8151726722717285,-0.21764183044433594,0.11774447560310364,-0.4195479154586792 +335,-1.5105073410875833,-0.11557244115801377,2.663688999793667,-0.9915242195129395,0.11531533300876617,-0.05985052138566971,0.165056973695755,-0.12307260930538177,0.1048293337225914,0.30155235528945923,0.021464459598064423,0.03368169441819191 +336,-1.5180849482245937,-0.11670068550335785,2.670715762206771,-0.9918187856674194,0.11643597483634949,-0.05232860893011093,0.06883423775434494,0.09963218867778778,0.08497729152441025,0.31373339891433716,-0.11088177561759949,0.08486032485961914 +337,-1.5438762080254487,-0.12802034741995505,2.699164094866657,-0.9914573431015015,0.12767094373703003,-0.026696598157286644,0.5984571576118469,-1.115530014038086,0.05718301981687546,-0.010495901107788086,-0.13171450793743134,0.2809690237045288 +338,-1.6486826695754904,-0.05908639214606203,2.6844983908806546,-0.9952287077903748,0.05905201658606529,0.0776718482375145,-0.04171006754040718,-1.6492865085601807,-0.6732397675514221,-0.1002303957939148,-0.1255498230457306,0.37580406665802 +339,-1.6083094209421733,-0.08543659523481743,2.7430532633733584,-0.995651364326477,0.08533269166946411,0.03736749291419983,0.37428319454193115,-0.7831302881240845,0.06402190774679184,-0.14697229862213135,0.131937175989151,-0.10464347153902054 +340,-1.5463946616197992,-0.11782766357241166,2.769669570788434,-0.9927706122398376,0.11755520850419998,-0.02423006482422352,1.3536489009857178,0.9721381664276123,0.2770269513130188,-0.0991176962852478,-0.16160735487937927,-0.22041410207748413 +341,-1.492019265147479,-0.12148989605159145,2.7907092103843065,-0.9895506501197815,0.12119125574827194,-0.0781155526638031,-0.3302464783191681,0.09516613185405731,0.2615078091621399,0.42752379179000854,-0.018560655415058136,0.1276302933692932 +342,-1.4660241554367552,-0.15607516047856673,2.752708880344183,-0.9824281334877014,0.1554422825574875,-0.10330942273139954,-0.9331870079040527,0.35826998949050903,-0.032943058758974075,0.12119156122207642,-0.2103739082813263,0.10094428062438965 +343,-1.4406555337409677,-0.18136593301302512,2.724485339056384,-0.9752805829048157,0.18037326633930206,-0.12764522433280945,0.5090858340263367,0.3732270896434784,0.43900376558303833,-0.3162538409233093,-0.26676854491233826,0.11377501487731934 +344,-1.4549614410833616,-0.18464454608634626,2.7303068292996415,-0.9764140844345093,0.183597132563591,-0.11361140012741089,0.5531994700431824,-0.018729662522673607,0.12053021788597107,-0.41602665185928345,0.0623898059129715,-0.2483423352241516 +345,-1.5383220825908963,-0.15744523530954602,2.6821013173621524,-0.9871105551719666,0.15679556131362915,-0.032066941261291504,-2.0625948905944824,-0.8978212475776672,-0.7284625172615051,-0.1244770884513855,0.12244029343128204,-0.482688307762146 +346,-1.4971015544900697,-0.11520262158796506,2.6434274401043174,-0.9906753301620483,0.11494796723127365,-0.07314004749059677,0.6168117523193359,0.37064677476882935,0.04846958816051483,0.5609878301620483,0.031261757016181946,0.15120398998260498 +347,-1.49371296114012,-0.11381813703844182,2.639774856353744,-0.9905794858932495,0.11357255280017853,-0.07650879770517349,0.015342882834374905,0.6619645953178406,0.056689754128456116,0.3671969771385193,-0.014649838209152222,-0.04905581474304199 +348,-1.5241969434001281,-0.14111542803397992,2.700201583662517,-0.9889850616455078,0.1406475454568863,-0.046119481325149536,0.12777936458587646,-1.1092063188552856,-0.22820082306861877,-0.31416141986846924,0.0355762243270874,0.5181806087493896 +349,-1.6332210022146907,-0.04907201650233671,2.6025913273429078,-0.996850848197937,0.04905232414603233,0.06230904534459114,-0.7048611044883728,0.8704054355621338,-0.13103114068508148,-0.11871922016143799,0.20749369263648987,-0.43476080894470215 +350,-1.5857263946485922,-0.0918501373067385,2.621882047055192,-0.9956737756729126,0.09172104299068451,0.014866582117974758,-0.7554886341094971,0.4170471727848053,-0.21401996910572052,-0.3553241491317749,0.2499537616968155,-0.5086562633514404 +351,-1.478044911609954,-0.10511687284343386,2.697144172930694,-0.990205705165863,0.10492339730262756,-0.09210725873708725,0.015343941748142242,0.7509915232658386,-0.19234760105609894,0.36731141805648804,-0.09491361677646637,0.6354269981384277 +352,-1.4625046472827659,-0.11222316766761942,2.667095667447098,-0.9878886342048645,0.11198776215314865,-0.10740027576684952,-0.3562755584716797,-0.04646778479218483,0.39020711183547974,0.286579430103302,0.005489662289619446,0.07137429714202881 +353,-1.4448341379014318,-0.14813819903169484,2.6401929295696047,-0.9812116622924805,0.14759698510169983,-0.12425342202186584,0.22139309346675873,0.28268858790397644,0.49944522976875305,0.08547496795654297,-0.13937248289585114,-0.03182876110076904 +354,-1.4002594457234858,-0.1802742804157587,2.67475646148787,-0.969523549079895,0.17929941415786743,-0.16696123778820038,0.5590406656265259,0.5176246762275696,0.02329157665371895,-0.35324573516845703,-0.33640390634536743,0.2788538932800293 +355,-1.4464203655694803,-0.17148708055641912,2.6753403918753844,-0.9777206778526306,0.17064779996871948,-0.12223590165376663,0.2617630660533905,-0.8333701491355896,-0.6628014445304871,-0.0016646981239318848,0.22901040315628052,-0.1817343831062317 +356,-1.5664993469952573,-0.1469680929277825,2.5608443599058126,-0.9892104864120483,0.1464395821094513,-0.004250643774867058,-0.795087993144989,0.05719589814543724,-0.4404604732990265,-0.07751613855361938,0.11344809830188751,-0.7266758680343628 +357,-1.5381838746680287,-0.13218970473666794,2.558657694068922,-0.9907485842704773,0.13180506229400635,-0.03232220187783241,0.07811101526021957,0.21545253694057465,0.29660388827323914,0.3775283694267273,-0.09439051151275635,0.022129297256469727 +358,-1.5306988449833288,-0.13684921620055984,2.588174084873345,-0.9898544549942017,0.13642247021198273,-0.039711955934762955,0.9827184081077576,0.20243950188159943,0.3345206677913666,0.38015908002853394,-0.10039649903774261,-0.10312557220458984 +359,-1.5749683750611467,-0.1429066066182615,2.6235743723608307,-0.9897975921630859,0.142420694231987,0.00412950711324811,0.4274281859397888,-1.310390591621399,-0.3902941346168518,-0.2730502486228943,-0.241053506731987,0.2743281126022339 +360,-1.6335779086029225,-0.04851899181737922,2.548487150876721,-0.9968554377555847,0.04849995672702789,0.06266652047634125,0.8859186172485352,0.8080744743347168,0.40567541122436523,0.08227407932281494,0.5925828218460083,-0.9035021066665649 +361,-1.6224426509615675,-0.11022861851259706,2.5590657159782455,-0.9926056265830994,0.11000553518533707,0.051310062408447266,0.8347757458686829,1.2373998165130615,0.748135507106781,-0.43023061752319336,0.25054439902305603,-0.6337838172912598 +362,-1.5170063221828047,-0.1419383073692749,2.639823343935988,-0.9885119199752808,0.14146219193935394,-0.05322340130805969,-0.3330358862876892,0.44304391741752625,-0.022920798510313034,0.26361262798309326,0.002000942826271057,0.3414161801338196 +363,-1.4868373169527644,-0.1496209837608871,2.625620797142073,-0.985344409942627,0.1490633636713028,-0.08292347937822342,-0.20965278148651123,0.18095484375953674,-0.10532759130001068,0.346230149269104,-0.1343538910150528,0.05953175574541092 +364,-1.46541427280215,-0.14649129781648967,2.619884742553913,-0.9838012456893921,0.14596791565418243,-0.10406048595905304,0.08895095437765121,0.07822301983833313,-0.1241474598646164,0.10671079158782959,-0.08839650452136993,0.20008403062820435 +365,-1.4541697339051411,-0.16661597395260488,2.6537964496107254,-0.9794526100158691,0.16584613919258118,-0.11475096642971039,0.3727846145629883,-1.047095775604248,0.3997911214828491,-0.47890615463256836,-0.23908832669258118,0.22244751453399658 +366,-1.5292066419957364,-0.14361465679079854,2.636691997573178,-0.9888494610786438,0.14312148094177246,-0.04114966467022896,0.10462568700313568,-0.8032781481742859,-0.4260595440864563,-0.21113234758377075,0.41431260108947754,-0.24420493841171265 +367,-1.5523535273126623,-0.1210000013731207,2.5958008556309125,-0.9925196766853333,0.12070495635271072,-0.01830691657960415,0.20735053718090057,0.5762720108032227,-0.05111749470233917,0.22755080461502075,0.013587653636932373,-0.2534215450286865 +368,-1.5274314986225188,-0.12728700126303608,2.6009591718087974,-0.9909773468971252,0.12694355845451355,-0.04300051927566528,0.26247918605804443,0.3114466369152069,0.10235801339149475,0.3655959963798523,-0.07575033605098724,-0.02740352973341942 +369,-1.503002390958527,-0.14441106430021608,2.630877666733576,-0.9873175024986267,0.14390964806079865,-0.06703687459230423,0.6109892129898071,0.16887791454792023,0.3510020077228546,0.16738659143447876,-0.10969944298267365,0.05119825154542923 +370,-1.56590023226508,-0.13513554609035294,2.6439753187667865,-0.990871250629425,0.13472461700439453,-0.004851438105106354,-0.5064400434494019,-0.9393945336341858,-0.9579290747642517,-0.5902139544487,-0.13968373835086823,0.5350485444068909 +371,-1.5586968992239911,-0.09155590857527987,2.616988851816148,-0.995738685131073,0.09142804890871048,-0.012048455886542797,1.1578525304794312,0.7328979969024658,1.035910964012146,-0.21164339780807495,0.24511978030204773,-0.68166184425354 +372,-1.5680326133623452,-0.1264338033210931,2.631517503258148,-0.9920139908790588,0.12609721720218658,-0.0027416495140641928,0.0671330988407135,0.8349559307098389,0.4052658677101135,-0.03349858522415161,0.14630265533924103,-0.5211536288261414 +373,-1.4860922919483703,-0.14139315503757546,2.6942582872494643,-0.9864712357521057,0.14092250168323517,-0.08375850319862366,-0.5516332387924194,0.2664802074432373,-0.0498749241232872,0.5064297318458557,-0.05112454295158386,0.36807554960250854 +374,-1.4752836678797285,-0.15555374919859463,2.6515098431440554,-0.9834230542182922,0.15492717921733856,-0.09421602636575699,-0.3569978177547455,0.1513187736272812,0.1823481172323227,0.14338093996047974,-0.08025066554546356,-0.03841334581375122 +375,-1.4425203611256652,-0.176121668307644,2.6549047512871224,-0.9764416813850403,0.175212562084198,-0.1259455531835556,0.5203803777694702,0.3726063370704651,0.16569136083126068,-0.15113705396652222,-0.08857317268848419,0.158263698220253 +376,-1.3930001048280183,-0.19753994244942052,2.707631651518462,-0.9650949239730835,0.19625771045684814,-0.1734214574098587,0.6949862837791443,-0.17490127682685852,-0.31628668308258057,-0.8314903378486633,-0.23741061985492706,0.4708612561225891 +377,-1.5119409785871198,-0.15578204398496112,2.6390358974652326,-0.9861800670623779,0.15515272319316864,-0.05810908228158951,-1.3371645212173462,-0.677358865737915,-0.7973732948303223,-0.14585423469543457,0.37446457147598267,-0.3261987566947937 +378,-1.5589737891146576,-0.1049992845216975,2.5288614086627095,-0.9944232106208801,0.10480646044015884,-0.01175715308636427,0.08885118365287781,0.3251737356185913,0.11669889837503433,0.27738213539123535,0.12209174036979675,-0.47609686851501465 +379,-1.5445869764496993,-0.12620371147103232,2.5806913736388877,-0.9917060732841492,0.12586896121501923,-0.02599792554974556,-0.44656240940093994,-0.31938132643699646,-0.14613428711891174,0.20217067003250122,-0.1880638152360916,0.4062774181365967 +380,-1.51011205930378,-0.1336867704346832,2.5881603111134734,-0.9892528653144836,0.1332889199256897,-0.060105886310338974,0.7479830384254456,-0.15158461034297943,0.34281301498413086,0.2601879835128784,-0.04136998951435089,0.11461031436920166 +381,-1.5781704750948524,-0.12990480184872932,2.6240830387187075,-0.9915474057197571,0.12953974306583405,0.007311949972063303,-0.5595038533210754,-0.6398791670799255,-1.1485880613327026,-0.6282951831817627,-0.26949334144592285,0.7155121564865112 +382,-1.5840030929255728,-0.08197694685152518,2.5923714302430736,-0.9965549111366272,0.08188515901565552,0.013162032701075077,0.7720520496368408,0.5511893033981323,1.0073521137237549,-0.1718868613243103,0.1470119208097458,-0.7464994192123413 +383,-1.5527701874751112,-0.1186866873674615,2.6086352097182783,-0.992803692817688,0.11840823292732239,-0.017898356541991234,0.22349201142787933,1.063109040260315,0.3573859632015228,-0.15816670656204224,0.12911982834339142,-0.3671419620513916 +384,-1.4694695257059587,-0.11094077317480974,2.701394230733096,-0.9887547492980957,0.11071334034204483,-0.10053165256977081,-0.07421433925628662,0.5862743854522705,-0.5593754649162292,0.4444737434387207,-0.07245954871177673,0.3862829804420471 +385,-1.4587498502390435,-0.09635313581804617,2.6363778340765216,-0.9891201853752136,0.09620411694049835,-0.11129356175661087,-0.6793398261070251,0.002315069315955043,-0.011019546538591385,0.3368373513221741,0.029467284679412842,-0.06715799868106842 +386,-1.4345320199584866,-0.14043081638756047,2.62644985108344,-0.9809774160385132,0.13996970653533936,-0.1345057487487793,0.9778061509132385,0.5841466188430786,0.7574615478515625,-0.10792022943496704,-0.08726584911346436,-0.012115955352783203 +387,-1.3795173953032123,-0.1795003114548585,2.7005474671909164,-0.9659879803657532,0.17853793501853943,-0.18706010282039642,0.5106930136680603,-0.7038595080375671,-0.013577315956354141,-0.8620911836624146,-0.16137178242206573,0.3233516216278076 +388,-1.5148621121490362,-0.1430647069530705,2.616718971584732,-0.988235592842102,0.1425771713256836,-0.055333901196718216,-1.5407822132110596,-0.9038648009300232,-0.8916035890579224,-0.12040680646896362,0.3986520767211914,-0.16636107861995697 +389,-1.5781643916311447,-0.07903441350130619,2.4779157532958136,-0.99685138463974,0.07895215600728989,0.0073449984192848206,-0.18307740986347198,-0.39577773213386536,-0.275736004114151,0.429315984249115,0.12382187694311142,-0.33740782737731934 +390,-1.6512330892885774,-0.08261549199203974,2.5565705491529345,-0.9933670163154602,0.08252154290676117,0.08007600158452988,0.7835161089897156,-0.6546847820281982,-0.1537277102470398,0.3538864254951477,-0.19661152362823486,-0.049054861068725586 +391,-1.7330810083300654,-0.06731540648832139,2.6330202959264435,-0.9846255779266357,0.06726457923650742,0.16120734810829163,0.6694414615631104,0.008731954731047153,-0.1735100895166397,0.19083291292190552,0.2341422736644745,0.09150861203670502 +392,-1.7523498775235717,-0.09592505036672358,2.759754293287904,-0.9790427684783936,0.09577801078557968,0.17972774803638458,1.1007133722305298,-1.2094982862472534,0.36885809898376465,-0.2824013829231262,-0.09194804728031158,0.5352990627288818 +393,-1.7679294099574951,-0.11965494391363608,2.7060696914157414,-0.9736204743385315,0.11936962604522705,0.19445833563804626,-0.6738808155059814,0.32192057371139526,0.9943237900733948,-0.42211616039276123,0.015960566699504852,-0.7615816593170166 +394,-1.6836725094459608,-0.17842143820356537,2.684741213832764,-0.9778623580932617,0.17747628688812256,0.11084854602813721,-0.11497360467910767,2.164233922958374,0.6995041966438293,-0.09753131866455078,0.13477954268455505,-0.0759517028927803 +395,-1.5456623437416392,-0.2063373140296073,2.7277666638602858,-0.9784786105155945,0.20487628877162933,-0.024598244577646255,0.42761850357055664,0.37902185320854187,0.03697323426604271,0.45797091722488403,-0.20797386765480042,0.14247238636016846 +396,-1.530650272595696,-0.20700885979966857,2.7052169808344746,-0.9778616428375244,0.20553354918956757,-0.03927839174866676,-0.31771203875541687,0.2191685140132904,0.024210697039961815,0.27438563108444214,-0.08865121006965637,-0.11578142642974854 +397,-1.4786654649160325,-0.22085647311351003,2.7403893228734804,-0.9715722799301147,0.2190653681755066,-0.08976591378450394,0.5887950658798218,0.337248831987381,0.491671621799469,-0.2408759593963623,-0.1161448210477829,0.17948758602142334 +398,-1.4399792484919414,-0.21568121333139098,2.763518612401033,-0.9684844613075256,0.21401290595531464,-0.1274220049381256,0.1715337336063385,-1.4482159614562988,-0.0681333988904953,-0.5130676627159119,-0.08695296943187714,0.13804209232330322 +399,-1.5591107002088707,-0.18403646273317698,2.647606633409163,-0.9830459952354431,0.1829993575811386,-0.011488031595945358,-1.2998244762420654,-0.1644313931465149,-0.37503308057785034,0.11227267980575562,0.3958885967731476,-0.37077516317367554 +400,-1.5642355855192116,-0.17958916211255443,2.6026611670964495,-0.983896017074585,0.17862536013126373,-0.0064551797695457935,0.7983410358428955,0.5626243948936462,0.2872488796710968,0.26661086082458496,0.11654064059257507,-0.2673485279083252 +401,-1.5930229602523902,-0.13853704762799832,2.6193615512286437,-0.990174412727356,0.13809432089328766,0.02201186865568161,-1.2408766746520996,0.882861316204071,-0.5254406929016113,0.34767264127731323,-0.05652084946632385,0.1258305311203003 +402,-1.5674002038623478,-0.1587104146860713,2.612101878404106,-0.9874263405799866,0.1580449640750885,-0.0033534341491758823,0.833760678768158,-0.46989065408706665,0.4965105652809143,0.23426765203475952,0.05017650127410889,0.03425252437591553 +403,-1.6168168405715393,-0.1537417020042179,2.635047494600345,-0.9871589541435242,0.15313675999641418,0.045461662113666534,-0.9049054384231567,-0.9790667295455933,-1.1106164455413818,-0.4270562529563904,-0.10069230198860168,0.7313022613525391 +404,-1.5458326877427413,-0.14744725910132572,2.597941775297215,-0.9888411164283752,0.1469135731458664,-0.02469020150601864,-0.05209602415561676,1.15500807762146,1.3674348592758179,-0.08075422048568726,0.0870494544506073,-0.7095627188682556 +405,-1.532059491637577,-0.20392713551229816,2.61092408800765,-0.9785441756248474,0.20251664519309998,-0.03792467713356018,-0.08491459488868713,1.3666276931762695,0.3196173310279846,-0.07470893859863281,0.19009198248386383,-0.18421274423599243 +406,-1.428227775035718,-0.20432455380342462,2.649051825803966,-0.9692637324333191,0.2029058039188385,-0.13913045823574066,-0.13982008397579193,0.9943716526031494,0.048253338783979416,0.39788299798965454,-0.08428396284580231,0.24559102952480316 +407,-1.3511700161454694,-0.23163268299359982,2.638470089829487,-0.9499134421348572,0.22956690192222595,-0.21204639971256256,-0.38522207736968994,1.022969126701355,0.4206194281578064,0.04755443334579468,0.009874016046524048,0.06823229789733887 +408,-1.2574898888254982,-0.2672974554217097,2.657678531148321,-0.917536735534668,0.2641258239746094,-0.2972608804702759,0.3360387086868286,0.16196250915527344,0.5160489082336426,-0.10187244415283203,-0.17832565307617188,0.19659864902496338 +409,-1.2149704992236294,-0.277620224634995,2.6692518239273966,-0.9014679789543152,0.274067759513855,-0.335025817155838,0.2561209797859192,-0.9255154132843018,-0.2874816060066223,-0.48770737648010254,-0.06395426392555237,0.205692321062088 +410,-1.3916442277629915,-0.29444673065295773,2.6362550468778125,-0.9416468143463135,0.29021042585372925,-0.17052629590034485,-0.30757206678390503,-1.9911634922027588,-0.16729572415351868,-0.13399100303649902,0.34405165910720825,-0.41640305519104004 +411,-1.4430160880000584,-0.2921259676708829,2.549633266456148,-0.9498263597488403,0.2879887819290161,-0.12203394621610641,-0.19961458444595337,0.5929378867149353,0.16469618678092957,0.4618503451347351,0.0867060124874115,-0.2614346742630005 +412,-1.448886778987025,-0.30151249200044244,2.527925314679432,-0.9478013515472412,0.2969647943973541,-0.11612187325954437,-0.567194402217865,-0.003682459704577923,0.1804841309785843,0.20819270610809326,-0.1465284526348114,0.16162361204624176 +413,-1.452175958714584,-0.3312766436205188,2.5373691250395085,-0.9389827251434326,0.3252505362033844,-0.11190784722566605,0.38327130675315857,-0.5580082535743713,0.17129480838775635,0.08969390392303467,-0.1063326895236969,0.19502247869968414 +414,-1.4855361660972317,-0.3167343317345557,2.564346667137066,-0.9468058347702026,0.31146499514579773,-0.0809209942817688,-0.20015248656272888,-0.6682801246643066,-0.3062679171562195,-0.4752827286720276,-0.0948207676410675,0.5217626690864563 +415,-1.5284055793105416,-0.2858315326041717,2.5669684631854683,-0.9585655331611633,0.2819553315639496,-0.04065866768360138,0.3068849742412567,-0.23630733788013458,0.2938389480113983,0.02758115530014038,0.14167436957359314,-0.6106017231941223 +416,-1.5306028309370956,-0.3051072887715888,2.5720290650750677,-0.9530442357063293,0.30039551854133606,-0.038326822221279144,0.10746657103300095,0.3424564003944397,0.009980011731386185,-0.15706300735473633,0.11044734716415405,-0.15019553899765015 +417,-1.4873713877623524,-0.30864496310624245,2.6073193632559386,-0.9494325518608093,0.3037679195404053,-0.07939062267541885,0.20924785733222961,0.559948742389679,-0.03566000610589981,0.3546602725982666,-0.20612692832946777,0.11271584033966064 +418,-1.457487492089035,-0.29989544598211887,2.6234015234967742,-0.949241042137146,0.2954203188419342,-0.10802008211612701,0.20554111897945404,0.30659154057502747,-0.12190829962491989,0.1003183126449585,-0.037638336420059204,-0.09541010856628418 +419,-1.4310549892070372,-0.2886686599064222,2.6709704440460147,-0.9492791295051575,0.2846762239933014,-0.13352380692958832,1.0189692974090576,-0.303758442401886,0.2991500496864319,-0.009064316749572754,-0.02484956383705139,0.2409762144088745 +420,-1.420421440726383,-0.2884783693666937,2.724366685596718,-0.9478592872619629,0.2844938039779663,-0.1436183899641037,0.6969029307365417,-0.12542326748371124,0.06269971281290054,-0.6199355125427246,-0.10387551784515381,0.19691729545593262 +421,-1.4705472473027332,-0.27502671659689376,2.694713962343939,-0.9575859308242798,0.27157264947891235,-0.09631999582052231,-0.6208351850509644,-0.3990335166454315,-0.12385378777980804,-0.11724317073822021,0.34505027532577515,-0.1977626085281372 +422,-1.4999002194157678,-0.2303873045942907,2.613910214564079,-0.971132218837738,0.22835461795330048,-0.06896507740020752,-0.1581777036190033,0.285609632730484,-0.27241986989974976,0.4690418839454651,0.00809556245803833,-0.272297739982605 +423,-1.4811420612221882,-0.21237978081387082,2.6074842729164645,-0.9736060500144958,0.21078680455684662,-0.08752255886793137,0.1790839433670044,-0.08050063252449036,-0.06569574028253555,0.49560922384262085,-0.06628607213497162,-0.015916764736175537 +424,-1.4650127657434135,-0.23726731899995357,2.63849211150985,-0.9665507078170776,0.23504738509655,-0.10262826830148697,0.4968864917755127,-0.10756391286849976,0.4284895360469818,-0.019716382026672363,0.014830544590950012,0.05564647912979126 +425,-1.532445524868063,-0.2230012900249043,2.6963662813814473,-0.9745209217071533,0.22115758061408997,-0.03739199414849281,-0.7098076343536377,-0.4351435899734497,-1.1417553424835205,-0.6136747598648071,-0.09354835748672485,0.7415393590927124 +426,-1.5197361560208076,-0.1832175040036641,2.6618702752756924,-0.981981098651886,0.18219415843486786,-0.0501837432384491,0.7960333228111267,0.82541424036026,0.5000771284103394,0.07864552736282349,0.29253730177879333,-0.6391320824623108 +427,-1.4965339475890567,-0.26146026454208615,2.7079775866979774,-0.9633509516716003,0.2584914565086365,-0.07167253643274307,-0.273286908864975,0.21110422909259796,0.14661619067192078,-0.4057896137237549,0.06252288818359375,-0.2683085799217224 +428,-1.4421266500879337,-0.23072725021386098,2.760476111128311,-0.9654527306556702,0.22868555784225464,-0.12491460889577866,0.48207348585128784,0.4526453912258148,-0.39455944299697876,0.3737475275993347,-0.043550699949264526,0.24191899597644806 +429,-1.4119886884407558,-0.23111307558870856,2.759382012365459,-0.9611631631851196,0.22906114161014557,-0.15393631160259247,0.08576714247465134,0.15972018241882324,0.2874235510826111,0.24140608310699463,-0.06866076588630676,0.07050126791000366 +430,-1.384137469450061,-0.26875839386898087,2.7533243369726925,-0.9473546147346497,0.2655346095561981,-0.1789148598909378,0.5817010998725891,0.18330352008342743,0.7180336117744446,0.014203429222106934,-0.134537935256958,0.038701847195625305 +431,-1.3735756002960797,-0.31666262429233133,2.74060477776266,-0.9318588376045227,0.31139686703681946,-0.18620233237743378,0.11863768100738525,0.4351069927215576,0.31442177295684814,-0.4887649416923523,-0.25460362434387207,0.005278825759887695 +432,-1.4317967217466077,-0.31312034086372714,2.7006723155068726,-0.9422011971473694,0.3080287575721741,-0.1318156123161316,-1.1530295610427856,-0.7447375655174255,-0.16398711502552032,-0.14915329217910767,0.2838291823863983,-0.2310231477022171 +433,-1.4799268973460786,-0.2887513410208015,2.615533957990375,-0.9546452164649963,0.2847554683685303,-0.08698762208223343,-0.38357487320899963,0.29428642988204956,-0.3606470823287964,0.21915632486343384,-0.006053715944290161,-0.24414336681365967 +434,-1.5375826003105952,-0.23524700909233207,2.5793979769849518,-0.9719204306602478,0.23308320343494415,-0.03229297697544098,-1.032509684562683,-0.737647294998169,-0.6467524766921997,0.3834195137023926,-0.02556365728378296,0.11171495914459229 +435,-1.5446277544994307,-0.2433166788281864,2.5627079134644384,-0.9702119827270508,0.2409229278564453,-0.02539486065506935,0.600672721862793,-0.04453941807150841,0.47784262895584106,0.21525293588638306,-0.08294868469238281,0.024921834468841553 +436,-1.5969286825695912,-0.26136187218696627,2.6558183971641163,-0.9657090902328491,0.2583964169025421,0.025241998955607414,0.21565543115139008,-0.8576186299324036,-0.3841939866542816,-0.5769239068031311,-0.1754191517829895,0.6704977750778198 +437,-1.5742870556369681,-0.22091671426257595,2.6529651446534275,-0.9756909012794495,0.21912415325641632,0.0034058860037475824,0.5862593650817871,0.7041350603103638,0.7309740781784058,0.08015269041061401,0.2027202695608139,-0.8179048299789429 +438,-1.5428862067014386,-0.2793226579832565,2.685648591884531,-0.9608678817749023,0.27570462226867676,-0.02682490274310112,0.15221655368804932,1.6510584354400635,0.30987516045570374,-0.11663132905960083,0.30162686109542847,-0.2641907334327698 +439,-1.4307235488059131,-0.2924504259200385,2.7472276931648376,-0.9481619000434875,0.28829947113990784,-0.13368715345859528,-0.7642024755477905,0.39859363436698914,-0.22236007452011108,0.4213523268699646,-0.14959710836410522,0.2670794725418091 +440,-1.4035650702730083,-0.2821877463697241,2.699635711300528,-0.9470496773719788,0.27845752239227295,-0.15986940264701843,-0.31292128562927246,0.4214959442615509,-0.2383478581905365,0.33791887760162354,-0.017379671335220337,0.23791815340518951 +441,-1.3873588711259541,-0.3086461074775659,2.726719127946045,-0.9367609024047852,0.30376899242401123,-0.17379073798656464,0.45141807198524475,-0.11531805247068405,-0.009867945685982704,-0.1926792860031128,0.05389699339866638,0.35144877433776855 +442,-1.4045446996925406,-0.3135972414492459,2.703020005946798,-0.9381144046783447,0.30848243832588196,-0.15741603076457977,-0.29854926466941833,-0.8907987475395203,-0.08109670132398605,-0.3706318736076355,0.017384231090545654,0.11020530760288239 +443,-1.5057495034075021,-0.3116517558400347,2.595986137587483,-0.949815571308136,0.3066312372684479,-0.06186977028846741,-0.8405241966247559,-0.10317427664995193,-0.19656117260456085,-0.178449809551239,0.3572786748409271,-0.39531409740448 +444,-1.5155604188634424,-0.28570319654909365,2.556057341228322,-0.9580004811286926,0.281832218170166,-0.05296991020441055,0.3451748490333557,-0.6549485325813293,-0.09354154765605927,0.30689263343811035,-0.11258170008659363,-0.07845402508974075 +445,-1.5345538064214181,-0.2429787731104554,2.524485000053234,-0.9699884057044983,0.24059496819972992,-0.03517022356390953,-0.3193465769290924,0.1454867720603943,-0.08494417369365692,0.549089789390564,-0.03701217472553253,-0.17768985033035278 +446,-1.5428115910543652,-0.2655552566328038,2.5638699382447934,-0.964569091796875,0.2624450922012329,-0.02700025960803032,0.7187411189079285,-0.8401983976364136,0.29821720719337463,0.06932073831558228,-0.0716492235660553,0.2282942533493042 +447,-1.6623020064406684,-0.21881153522902635,2.5681438911762657,-0.9720721244812012,0.21706965565681458,0.08919922262430191,0.009866726584732533,-0.8829521536827087,-0.2672099471092224,-0.11940431594848633,-0.16703607141971588,0.3541144132614136 +448,-1.5836979483947708,-0.2523417177496183,2.57286311363535,-0.9682497978210449,0.24967220425605774,0.012492685578763485,-0.043079689145088196,-1.1424384117126465,1.1751307249069214,-0.0615047812461853,0.25196051597595215,-0.36376523971557617 +449,-1.4848025089547108,-0.29224311525408486,2.614863537094851,-0.9540616273880005,0.2881009578704834,-0.08224623650312424,0.6620290279388428,0.8422785401344299,0.11579903960227966,0.10227012634277344,-0.11915561556816101,0.012727133929729462 +450,-1.4226949194136418,-0.2866859656337338,2.6280380483922903,-0.9486861228942871,0.28277501463890076,-0.1415380984544754,-0.16631034016609192,0.19751985371112823,0.0701049342751503,0.4819045066833496,-0.13465791940689087,0.15305852890014648 +451,-1.4133723537572564,-0.2940483479287152,2.584476421896193,-0.9452435970306396,0.28982916474342346,-0.15004554390907288,-0.2659965455532074,0.4870700240135193,0.11032356321811676,0.23506903648376465,-0.08086004853248596,0.0029050707817077637 +452,-1.3473936858926323,-0.3342025543790161,2.6285256776577985,-0.9211964011192322,0.3280159533023834,-0.20929117500782013,0.04959281533956528,0.9567446708679199,0.20953959226608276,-0.4649882912635803,-0.21316304802894592,0.33596962690353394 +453,-1.3852063381619055,-0.33063480215528557,2.624161991912547,-0.929594099521637,0.3246435225009918,-0.17453180253505707,-1.24355947971344,-0.925213098526001,-0.1910799741744995,-0.21957582235336304,0.09887942671775818,0.05410945415496826 +454,-1.5035259377007117,-0.31424969797111973,2.530755610141399,-0.9488776326179504,0.30910301208496094,-0.06392782926559448,-0.5787070393562317,-0.3239148259162903,-0.6065329909324646,-0.1721246838569641,0.31583598256111145,-0.327627956867218 +455,-1.4903284171266025,-0.2361160316951245,2.4979899809655857,-0.9691078066825867,0.23392820358276367,-0.07815083116292953,0.2599658966064453,-0.11524012684822083,0.0733322948217392,0.7965614795684814,-0.07825803756713867,-0.042713992297649384 +456,-1.5087469036742056,-0.2397324837743582,2.5049059027051808,-0.9695320725440979,0.2374427765607834,-0.060236234217882156,0.1306980401277542,0.3026878833770752,0.21097101271152496,0.3454018831253052,-0.08148269355297089,-0.06709837913513184 +457,-1.5579450220665987,-0.24655465227448964,2.566940665773298,-0.9696791172027588,0.24406425654888153,-0.012462327256798744,0.7486975789070129,-1.0586825609207153,-0.22538042068481445,-0.499070942401886,0.012939512729644775,0.461620032787323 +458,-1.6163280753640172,-0.1833464129022135,2.5826740303147213,-0.9822201132774353,0.18232090771198273,0.04475313052535057,0.002729486208409071,0.33553963899612427,-0.4998052716255188,0.1220669150352478,0.08786645531654358,-0.0668020248413086 +459,-1.5711558515843964,-0.24860831011246737,2.6028572123964118,-0.9692556858062744,0.24605529010295868,0.0003484714834485203,0.43411985039711,-0.15939709544181824,0.8100858926773071,-0.2260720133781433,0.08963803946971893,-0.23431146144866943 +460,-1.4491872585079513,-0.2834420253307286,2.6615106226911065,-0.9530080556869507,0.27966198325157166,-0.1164691299200058,1.1270068883895874,0.7229074835777283,0.12905867397785187,0.020024597644805908,-0.29925426840782166,0.0005938410758972168 +461,-1.3852867238631614,-0.27068542803722845,2.7082536767240146,-0.9470549821853638,0.26739197969436646,-0.17773129045963287,0.04852207005023956,0.19559915363788605,-0.038935452699661255,0.39136040210723877,-0.13317567110061646,0.15533137321472168 +462,-1.3621411203278826,-0.2801546687161792,2.6847226947153757,-0.9401687383651733,0.2765042781829834,-0.19906847178936005,0.11098962277173996,0.2595941424369812,0.4158841371536255,0.21102744340896606,-0.0617063045501709,0.01837390661239624 +463,-1.3182180237654633,-0.3229529679673039,2.716541926149112,-0.9182140827178955,0.3173682391643524,-0.23698200285434723,-0.5121613144874573,0.8339205980300903,-0.14620709419250488,-0.566374659538269,-0.2574164569377899,0.25846633315086365 +464,-1.4033936392351467,-0.3148829295224872,2.673132844215196,-0.9375409483909607,0.3097051680088043,-0.1584295630455017,-2.095451593399048,-1.8074904680252075,-0.2598152160644531,-0.22813910245895386,0.11149847507476807,-0.12422432005405426 +465,-1.5171425148858877,-0.24678674526273842,2.5777569250312276,-0.9683068990707397,0.2442893236875534,-0.05200326815247536,-0.01753593608736992,-0.23176252841949463,-1.2419705390930176,-0.03382927179336548,0.1856270283460617,-0.25169241428375244 +466,-1.60881715282491,-0.1254780701811565,2.6688472946086716,-0.9914209842681885,0.12514905631542206,0.03771281987428665,0.7815349698066711,-1.6875356435775757,-0.6583329439163208,0.6845362186431885,-0.10679274797439575,0.17772603034973145 +467,-1.6794753255708814,-0.10216826887323568,2.6823766526340673,-0.9889165163040161,0.10199061781167984,0.10789959877729416,0.03019978478550911,0.273255318403244,-0.07218927890062332,0.23690229654312134,0.11328040063381195,-0.1690872758626938 +468,-1.6444926390042942,-0.1306477806442734,2.7779486283559405,-0.9887864589691162,0.13027642667293549,0.07300212979316711,1.6836086511611938,-0.32295069098472595,0.3393820822238922,-0.2221052050590515,-0.031231626868247986,0.4203145503997803 +469,-1.7326938835497936,-0.11291605497294632,2.8067602399716094,-0.9806382060050964,0.11267626285552979,0.1601647287607193,-1.80963933467865,2.260498523712158,0.14714008569717407,0.020509421825408936,0.11777723580598831,0.042914509773254395 +470,-1.6724362878044432,-0.12495914753504755,2.7374009512270794,-0.9870821833610535,0.12463419884443283,0.10067391395568848,-0.44320619106292725,0.3029453456401825,0.38776469230651855,-0.18024581670761108,0.20770224928855896,-0.4129908084869385 +471,-1.5683566006259038,-0.17514982194506268,2.7618699247987517,-0.9846976399421692,0.17425566911697388,-0.0024023973383009434,0.33766353130340576,1.479791522026062,0.12232533097267151,0.24464625120162964,-0.23345975577831268,0.06565004587173462 +472,-1.487459764418208,-0.18948637244446542,2.801145239210143,-0.9786928296089172,0.1883544921875,-0.08175023645162582,0.20791073143482208,0.37721163034439087,0.23982837796211243,0.34279805421829224,-0.119873046875,0.10309731960296631 +473,-1.4649491034077184,-0.20684148521503004,2.8099287234536043,-0.9732071757316589,0.2053697407245636,-0.10339770466089249,0.5941843390464783,0.18587231636047363,-0.03954814374446869,-0.016935646533966064,-0.05150012671947479,0.09775198251008987 +474,-1.4592738636937976,-0.2036999360476493,2.860271565924799,-0.9732410907745361,0.20229414105415344,-0.10899046808481216,0.04800533503293991,-0.20308563113212585,-0.003992697224020958,-0.6423289775848389,-0.08387069404125214,0.3574035167694092 +475,-1.595228513389263,-0.22032966213002458,2.822369870930444,-0.9755341410636902,0.21855132281780243,0.023839175701141357,-0.829727292060852,-1.2481920719146729,-0.07935616374015808,-0.27414530515670776,0.07069423794746399,-0.3225146532058716 +476,-1.7007517778295214,-0.14686603466573775,2.708547289016518,-0.9808930158615112,0.14633862674236298,0.1281948685646057,-1.6520241498947144,0.00032443879172205925,-0.5051724314689636,0.25373542308807373,0.4511040151119232,-0.31511497497558594 +477,-1.6758040741029399,-0.13687555057007578,2.6598473460364365,-0.9851904511451721,0.13644856214523315,0.10383456200361252,-0.24096500873565674,0.6329271197319031,0.15079686045646667,0.4864874482154846,0.004023835062980652,-0.06582486629486084 +478,-1.621751422006955,-0.16765963459506522,2.650132170644724,-0.9846983551979065,0.16687525808811188,0.050218869000673294,0.3704025447368622,0.30842000246047974,0.1769334226846695,0.002902090549468994,-0.17204800248146057,-0.0008718967437744141 +479,-1.6352481544106987,-0.1755004360328963,2.7379309995953336,-0.982594907283783,0.17460091412067413,0.06341787427663803,0.7454633116722107,-1.0926852226257324,-0.1657155305147171,-0.5129953026771545,-0.22544319927692413,0.5894904136657715 +480,-1.6492676450151218,-0.14219984041520467,2.7346439305326675,-0.9868605136871338,0.14172109961509705,0.07759959250688553,0.021787019446492195,0.8204749822616577,0.13952891528606415,-0.03102290630340576,0.32548779249191284,-0.7477656602859497 +481,-1.6226616179442739,-0.18194413909425677,2.728091468540395,-0.9821712374687195,0.18094196915626526,0.05098632350564003,0.7258492112159729,0.5979867577552795,0.17859108746051788,-0.15997958183288574,0.19601115584373474,-0.33382320404052734 +482,-1.5408981529465464,-0.2038007166292713,2.782011747192908,-0.978866696357727,0.2023928463459015,-0.02927505038678646,0.12337859719991684,0.39511698484420776,0.11869627237319946,0.3910219073295593,-0.21844510734081268,0.13012033700942993 +483,-1.5071750107220563,-0.2172293034403565,2.7822709131987904,-0.9745228290557861,0.21552486717700958,-0.06208421289920807,0.0014389846473932266,0.2813121974468231,0.19840297102928162,0.29100537300109863,-0.08346006274223328,-0.055469512939453125 +484,-1.4594028222656585,-0.2348511493820592,2.8208006612647236,-0.9665212631225586,0.2326982170343399,-0.10811173170804977,0.7857725620269775,0.29244184494018555,0.4147888422012329,-0.11856168508529663,-0.005494862794876099,0.22284257411956787 +485,-1.416699085365389,-0.2508477025318346,2.850847964785829,-0.9572237730026245,0.24822522699832916,-0.1486842930316925,0.003518423531204462,-0.5496042370796204,-0.15592697262763977,-0.5588895082473755,-0.12681102752685547,0.3351008892059326 +486,-1.5184919517325708,-0.2500814979509752,2.7826085596962358,-0.9675672650337219,0.24748292565345764,-0.050654202699661255,-0.9413203597068787,-0.7974407076835632,-0.2798074781894684,-0.06119561195373535,0.23463380336761475,-0.24954724311828613 +487,-1.5621711431658365,-0.18782950917326435,2.6734451486231836,-0.9823753833770752,0.18672701716423035,-0.008473377674818039,-0.7056822776794434,0.48212361335754395,-0.9396634697914124,0.3087150454521179,0.21828700602054596,-0.20684337615966797 +488,-1.5491709111193506,-0.16694777148761836,2.6098920524798004,-0.9858660697937012,0.16617333889007568,-0.02132308855652809,-0.3480674624443054,-0.379815012216568,0.08441570401191711,0.4053301215171814,-0.08072412014007568,-0.09662735462188721 +489,-1.5560488596055018,-0.18375523226380622,2.5859918163395306,-0.9830574989318848,0.18272286653518677,-0.014498659409582615,0.5751532316207886,-0.31947124004364014,0.2787030339241028,-0.014104306697845459,-0.015074551105499268,-0.07536035776138306 +490,-1.6407975977295004,-0.1597851931898379,2.6819966909915296,-0.9848434925079346,0.15910613536834717,0.06905312091112137,-1.1327773332595825,-0.3203754723072052,-0.9833430051803589,-0.6281629800796509,-0.17170991003513336,1.2535635232925415 +491,-1.591198893990821,-0.1730480785557667,2.6919762117645636,-0.9848597049713135,0.17218570411205292,0.02009645476937294,0.022189531475305557,0.647468626499176,1.1317766904830933,0.004802703857421875,0.045419931411743164,-0.44680845737457275 +492,-1.5607431723988083,-0.23376121340253408,2.740688097136365,-0.9727527499198914,0.2316380739212036,-0.009779563173651695,0.30588701367378235,1.0966124534606934,0.10499238967895508,-0.08950299024581909,0.0389765202999115,-0.02610909938812256 +493,-1.486980529494858,-0.2366012991427213,2.779310846896657,-0.9687276482582092,0.2343999743461609,-0.08138535171747208,0.17424219846725464,0.23358769714832306,0.03474127873778343,0.5128102898597717,-0.1885930895805359,0.06563824415206909 +494,-1.466770673254886,-0.24249331238457278,2.7812808986894058,-0.965494692325592,0.24012373387813568,-0.10080007463693619,-0.20319141447544098,0.232856884598732,0.19151423871517181,0.08335357904434204,-0.08520126342773438,-0.004241466522216797 +495,-1.3968437294029232,-0.2671090417285264,2.8256568254578105,-0.9499815106391907,0.2639441192150116,-0.16693899035453796,0.5682041049003601,0.4768649935722351,0.5007216334342957,-0.22435015439987183,0.03892761468887329,0.25383782386779785 +496,-1.359977976991335,-0.29175663427773646,2.8466044332764917,-0.936535656452179,0.28763505816459656,-0.20041687786579132,0.02051907405257225,-1.161142349243164,0.2913849949836731,-0.43939507007598877,-0.14095231890678406,0.17119628190994263 +497,-1.4552574644422478,-0.30764157644624907,2.8215273687992224,-0.9466963410377502,0.30281177163124084,-0.10986954718828201,-0.7805249691009521,-0.5682533979415894,-0.3123457431793213,-0.0855761170387268,0.19848522543907166,-0.14125956594944 +498,-1.4531230029442535,-0.2364132629844646,2.7406338256425786,-0.965461254119873,0.23421716690063477,-0.11413633823394775,0.26381799578666687,0.6321689486503601,-0.6269426941871643,0.5409005880355835,-0.007715687155723572,-0.27050721645355225 +499,-1.439175377108555,-0.20702644949597335,2.7691902290966883,-0.9701815843582153,0.20555076003074646,-0.1284387707710266,-0.17109450697898865,0.12493953853845596,-0.22830957174301147,0.2966129183769226,-0.022185921669006348,0.0922144204378128 +500,-1.445344917808707,-0.21368054690302887,2.8154369330636615,-0.9695771336555481,0.2120581716299057,-0.12227695435285568,0.684924304485321,-1.0663896799087524,0.07759992778301239,-0.06954646110534668,0.03312006592750549,0.2949301600456238 +501,-1.5340761897709292,-0.17419779779093902,2.8457238340848936,-0.984201967716217,0.17331813275814056,-0.03615628555417061,-0.33300158381462097,-1.4592370986938477,-1.1979621648788452,-0.5636495351791382,-0.22014735639095306,0.5453726053237915 +502,-1.4855391137600928,-0.18579558573043917,2.849168780708426,-0.9792198538780212,0.1847284883260727,-0.08368842303752899,0.49996355175971985,-0.7046768665313721,0.8379315733909607,-0.015973567962646484,0.12313283979892731,-0.3348296880722046 +503,-1.4365956040873153,-0.22023774199930013,2.9021651791109235,-0.9670713543891907,0.21846163272857666,-0.13056644797325134,0.9874113202095032,0.5994017124176025,0.3057595491409302,0.028640568256378174,-0.17538607120513916,-0.05708611011505127 +504,-1.386531652715498,-0.22372035399756734,2.9581655813719703,-0.9585720300674438,0.22185878455638885,-0.17865756154060364,-0.11611256003379822,0.02615971490740776,-0.027426747605204582,0.4222560524940491,-0.058040425181388855,0.23767852783203125 +505,-1.381929259915174,-0.22490458142798408,2.9225718718608715,-0.9574809074401855,0.22301334142684937,-0.18301793932914734,-0.24081555008888245,0.3921135663986206,0.03368091210722923,0.1599191427230835,0.017022699117660522,-0.008357837796211243 +506,-1.3507166978232377,-0.25381087229830146,2.944314885226843,-0.944615364074707,0.2510945498943329,-0.21131332218647003,0.13131894171237946,0.7503604888916016,0.3147241175174713,-0.3867291808128357,-0.04371237754821777,0.15415389835834503 +507,-1.3441076547026298,-0.2510693592959147,2.942156600024122,-0.9438652992248535,0.2484399378299713,-0.21770554780960083,-0.7367728352546692,-1.209281086921692,0.1095850020647049,-0.22813165187835693,0.0651586651802063,0.2323690950870514 +508,-1.4667901827880272,-0.25247551571863047,2.814498979217343,-0.9630646705627441,0.24980175495147705,-0.10052738338708878,-1.0385770797729492,-0.6263611912727356,-0.2955285906791687,-0.11011660099029541,0.3340758681297302,-0.40636956691741943 +509,-1.47365591232953,-0.23248565001911126,2.7516691893242062,-0.9685091376304626,0.23039701581001282,-0.09437842667102814,0.06079874560236931,-0.27571719884872437,-0.07208217680454254,0.3292422294616699,0.008952349424362183,-0.05733972787857056 +510,-1.471867045003569,-0.2061875558365061,2.7015780912506524,-0.9740326404571533,0.20472970604896545,-0.09667593985795975,-0.39233675599098206,0.39097246527671814,-0.02402671054005623,0.4276916980743408,-0.16853585839271545,-0.10553348064422607 +511,-1.4644147811887849,-0.21976624907949532,2.727829699651559,-0.9704313278198242,0.21800149977207184,-0.10362719744443893,0.4972463548183441,-0.7319361567497253,0.24219545722007751,0.03383147716522217,-0.06970131397247314,0.22317980229854584 +512,-1.5603242808108058,-0.168176023653939,2.742095816798591,-0.9858376979827881,0.16738438606262207,-0.010324114933609962,-0.15918487310409546,-0.8207408785820007,-0.7987892031669617,-0.4411489963531494,-0.10961459577083588,0.3993469476699829 +513,-1.5119149672075956,-0.20261120725227552,2.7528546824298616,-0.9778470396995544,0.2012278139591217,-0.057643596082925797,0.1433085948228836,-0.32905086874961853,0.6653978228569031,-0.004590213298797607,0.2535299062728882,-0.193775475025177 +514,-1.4643332549301147,-0.24838862595972683,2.7645354911150335,-0.9638218283653259,0.2458423525094986,-0.10300087928771973,0.527945876121521,0.7457822561264038,0.26198098063468933,-0.10327106714248657,-0.1252216398715973,-0.15740561485290527 +515,-1.3970217543723298,-0.25631419387375887,2.778697584966277,-0.9527620673179626,0.25351688265800476,-0.16725276410579681,-0.049909256398677826,0.11212383210659027,0.16061432659626007,0.4590335488319397,-0.14218881726264954,0.16671869158744812 +516,-1.3843941472745858,-0.2705982747226979,2.748783838371538,-0.946918785572052,0.26730799674987793,-0.1785808503627777,-0.3541853725910187,0.36335936188697815,0.0269414521753788,0.08278310298919678,-0.11952659487724304,-0.0456928014755249 +517,-1.3366716145159165,-0.28830050528800977,2.788076746443589,-0.9325721859931946,0.2843232750892639,-0.22241699695587158,0.7086862921714783,0.4726279079914093,0.3590458035469055,-0.3902885317802429,-0.1285310685634613,0.23773683607578278 +518,-1.3522066520959022,-0.2833483454177929,2.830359070855561,-0.9372779130935669,0.2795720398426056,-0.20820601284503937,-0.5277912020683289,-1.579187273979187,0.16986776888370514,-0.37601566314697266,0.12074235081672668,0.19880661368370056 +519,-1.4701788896496244,-0.2641155669872295,2.6891500392726813,-0.9604414701461792,0.2610556185245514,-0.09696460515260696,-1.0494951009750366,-0.3911963701248169,-0.6203603148460388,0.0861281156539917,0.370963454246521,-0.40982556343078613 +520,-1.4698322609676002,-0.23789832315129164,2.6404901468502446,-0.9668862819671631,0.23566065728664398,-0.09795384109020233,0.4040123522281647,0.5641168355941772,0.1591552495956421,0.48585301637649536,-0.10101710259914398,-0.12195581197738647 +521,-1.4778538152062233,-0.23542235606165016,2.6203993688953453,-0.9682188630104065,0.23325371742248535,-0.0902487114071846,-0.47191348671913147,0.9022392630577087,0.2616899013519287,0.29892265796661377,-0.10430170595645905,-0.1595834493637085 +522,-1.5010481829113593,-0.2525144923500499,2.6724415484035737,-0.9659330248832703,0.24983949959278107,-0.06748149544000626,0.8246862888336182,-1.4708421230316162,0.20577801764011383,-0.3191317319869995,-0.01053592562675476,0.30789893865585327 +523,-1.6184270732330746,-0.18193868752338183,2.6956665831489346,-0.9823794364929199,0.18093660473823547,0.04682688042521477,0.5955480337142944,-0.7038938999176025,-0.13671226799488068,0.12820768356323242,0.06709502637386322,-0.2652716636657715 +524,-1.5365143125741012,-0.2433018976628055,2.7323461153679016,-0.969977617263794,0.24090857803821564,-0.033265817910432816,0.23998518288135529,-0.689193844795227,1.0923188924789429,-0.21100687980651855,0.20409873127937317,-0.4330427646636963 +525,-1.4539254676197237,-0.28148155925999857,2.792815014201742,-0.9540917873382568,0.2777791917324066,-0.1120159924030304,0.7461037039756775,0.9240584373474121,0.14304789900779724,0.20790648460388184,-0.1566396951675415,0.133439302444458 +526,-1.4145663042021879,-0.28387566762747823,2.8249203365062185,-0.9482854604721069,0.28007829189300537,-0.14936788380146027,-0.16672609746456146,0.02572283335030079,0.05731029808521271,0.2424444556236267,-0.13482990860939026,0.034164026379585266 +527,-1.391157764777697,-0.2927709925953627,2.8319475579032467,-0.9420408606529236,0.2886064052581787,-0.17107099294662476,0.17811176180839539,0.2561253607273102,0.20581161975860596,0.16887807846069336,-0.0266893208026886,0.13966841995716095 +528,-1.3643897614500649,-0.3157157080697285,2.861714020101177,-0.9303972721099854,0.31049689650535583,-0.19481460750102997,-0.2863854169845581,0.4186246991157532,-0.08236000686883926,-0.44492316246032715,-0.09882697463035583,0.29976457357406616 +529,-1.4231907541118947,-0.32063721797440026,2.803902033886552,-0.9387151002883911,0.31517136096954346,-0.13957470655441284,-0.9685178995132446,-0.5809462666511536,-0.09965579211711884,-0.1829737424850464,0.003691554069519043,-0.19277697801589966 +530,-1.500437106691379,-0.30413497116102495,2.722831880730978,-0.9517458081245422,0.29946795105934143,-0.06707481294870377,-0.7127808332443237,-0.04306720942258835,-0.33546122908592224,-0.004812419414520264,0.11856183409690857,-0.29988378286361694 +531,-1.4938103528252127,-0.27807356927341864,2.7143071586583956,-0.958737850189209,0.2745037376880646,-0.07395553588867188,-0.0661332756280899,-0.35948729515075684,-0.3772335946559906,0.308316707611084,-0.10622978210449219,0.2508659362792969 +532,-1.4832781100877503,-0.26757273338993676,2.6958592211317343,-0.9607243537902832,0.26439133286476135,-0.08429621160030365,0.622400164604187,0.1405608206987381,0.14780060946941376,0.251129686832428,-0.06167832016944885,-0.13535404205322266 +533,-1.5137323591532617,-0.2745271606987168,2.7595566706593617,-0.9609865546226501,0.27109184861183167,-0.054897308349609375,0.4314543306827545,-0.5418990254402161,-0.14213868975639343,-0.422726035118103,-0.17584648728370667,0.4327354431152344 +534,-1.5360851527336816,-0.21772962471462803,2.765514509599167,-0.9758023023605347,0.21601340174674988,-0.03388485312461853,0.20441044867038727,1.9829967021942139,0.13077424466609955,0.09755212068557739,0.3695273697376251,-0.6478626132011414 +535,-1.5149362363218268,-0.26016315656486677,2.8733790434519184,-0.9648407697677612,0.2572382092475891,-0.05395222082734108,0.07806705683469772,0.9418370723724365,-0.1284063756465912,-0.19801628589630127,0.227975994348526,-0.23977947235107422 +536,-1.460584232278923,-0.2731868787295273,2.9297191247349326,-0.9570736289024353,0.2698014974594116,-0.10591025650501251,0.5354607105255127,0.5414814352989197,-0.0047842469066381454,0.20745521783828735,-0.246913343667984,0.04077048599720001 +537,-1.4239580674310552,-0.27409552960354716,2.949653581645954,-0.9523107409477234,0.2706763446331024,-0.14084941148757935,-0.20653477311134338,0.18853530287742615,-0.018576502799987793,0.3392736315727234,-0.05310127139091492,0.06432658433914185 +538,-1.392643809147692,-0.28906429462822997,2.9424693660030266,-0.9433404207229614,0.2850554585456848,-0.16985930502414703,0.3825245201587677,0.26354286074638367,0.2379198521375656,0.0156671404838562,-0.1280425786972046,0.12461699545383453 +539,-1.3580730036874624,-0.31490852239423267,2.971737680256083,-0.9293926954269409,0.3097294867038727,-0.20074059069156647,0.02434432879090309,0.21269525587558746,0.07379890978336334,-0.6400499939918518,-0.08231252431869507,0.21935629844665527 +540,-1.4161319987263323,-0.3176513189968113,2.9761865703449186,-0.9386321306228638,0.3123362362384796,-0.14634166657924652,-0.2880096733570099,-0.731486976146698,-0.19549775123596191,-0.07859504222869873,0.14631244540214539,-0.09003221988677979 +541,-1.4749254374311258,-0.2845792695340426,2.9019272395581672,-0.9553725123405457,0.2807536721229553,-0.09187406301498413,-0.22394593060016632,0.22735537588596344,-0.4939945936203003,0.26199787855148315,0.11216014623641968,-0.38108736276626587 +542,-1.4667493067597146,-0.2605799882383254,2.9210611061636875,-0.9610152244567871,0.2576410174369812,-0.1003531664609909,-0.07905193418264389,0.032091762870550156,-0.24723580479621887,0.2580276131629944,0.009433537721633911,0.1865195631980896 +543,-1.426251710775436,-0.26122700113743313,2.933808513056079,-0.9559992551803589,0.2582661211490631,-0.13915501534938812,0.5250722169876099,0.02328953519463539,0.06070572882890701,0.1873682737350464,0.03842577338218689,0.08414709568023682 +544,-1.546669668389304,-0.2221565055682925,2.977953724533566,-0.9751406908035278,0.22033363580703735,-0.02353145182132721,-0.3806600570678711,-1.6425347328186035,-1.3291569948196411,-0.8170651197433472,-0.18781715631484985,0.739748477935791 +545,-1.5030533189384194,-0.20255083097417292,2.949631164040829,-0.9773098826408386,0.20116867125034332,-0.06630737334489822,0.5654625296592712,0.691390335559845,0.912330150604248,0.06527674198150635,0.19404925405979156,-0.4941479563713074 +546,-1.4485092699577744,-0.2698364112746417,2.9489485646197706,-0.9566170573234558,0.2665737569332123,-0.11756851524114609,0.2691451609134674,1.1081043481826782,0.48237815499305725,-0.24553143978118896,0.04336279630661011,-0.4223179817199707 +547,-1.346484160199101,-0.2754590085605515,3.0205466203272096,-0.9381922483444214,0.2719886600971222,-0.2140500843524933,0.11105269193649292,0.352127343416214,0.1401403695344925,0.40436357259750366,-0.21804887056350708,0.3453824520111084 +548,-1.3457914420805004,-0.27890722734407086,2.9751784612359558,-0.9371238946914673,0.27530527114868164,-0.2144894003868103,-0.02118075266480446,0.1466260403394699,0.07611028850078583,0.10498589277267456,-0.03937390446662903,-0.137576624751091 +549,-1.3132830819359451,-0.3059201103606998,3.0221650777748708,-0.9221274256706238,0.3011707067489624,-0.24285198748111725,0.27600711584091187,0.28714555501937866,0.2652890086174011,-0.34165120124816895,-0.0965198278427124,0.34587937593460083 +550,-1.385702110735859,-0.3160067621508846,2.9821513276531393,-0.934248685836792,0.3107735514640808,-0.1749262660741806,-1.257125735282898,-1.23469078540802,-0.04862596094608307,-0.4015209674835205,0.19586405158042908,0.07449287176132202 +551,-1.5054805163000506,-0.3042402298085658,2.8604143205725703,-0.9520403742790222,0.29956838488578796,-0.06227186694741249,-1.1611379384994507,-0.40862056612968445,-0.3028269410133362,-0.1580517292022705,0.32309699058532715,-0.3440697193145752 +552,-1.5096294980234706,-0.26950982094625014,2.835531607849116,-0.9620989561080933,0.26625898480415344,-0.058922044932842255,0.3573123514652252,-0.7389525771141052,-0.3453814387321472,0.33464229106903076,-0.13160017132759094,0.24955010414123535 +553,-1.5286339230750436,-0.2518922305466776,2.816545031063136,-0.9675819873809814,0.24923692643642426,-0.04081977531313896,0.20812983810901642,0.1051795482635498,0.15582731366157532,0.5029822587966919,-0.06903058290481567,-0.22250115871429443 +554,-1.5513477156189912,-0.2808221022715096,2.8920806803585815,-0.9606460928916931,0.277145653963089,-0.018685588613152504,0.726958692073822,-1.480703592300415,0.015560196712613106,-0.7143110632896423,-0.11920195817947388,0.37343716621398926 +555,-1.6404039958982228,-0.21452863341181205,2.929063883739179,-0.9747107625007629,0.21288688480854034,0.06795713305473328,0.755413293838501,0.9942100048065186,0.2162306308746338,0.14693671464920044,0.30585092306137085,-0.46654725074768066 +556,-1.5793162250539532,-0.2737357319846795,2.932707536032058,-0.9627328515052795,0.27032995223999023,0.008202584460377693,-0.21591508388519287,0.09712190926074982,0.7027178406715393,-0.29041045904159546,0.15500879287719727,-0.38422489166259766 +557,-1.4753819410511653,-0.30705338154525375,3.008308867163075,-0.9488927125930786,0.3022511601448059,-0.0908137708902359,0.965093731880188,0.47686249017715454,0.2800552248954773,0.28930091857910156,-0.3464405834674835,0.1992274522781372 +558,-1.4412252819653046,-0.3138579779617917,3.0178414496724333,-0.9431763887405396,0.30873045325279236,-0.12289687991142273,-0.30217409133911133,0.32033640146255493,0.08418482542037964,0.2713320255279541,-0.11143431067466736,-0.07241563498973846 +559,-1.4106188795651837,-0.31624830804489706,3.0126748511421932,-0.9382426738739014,0.3110031187534332,-0.15158392488956451,-0.48014453053474426,0.406305730342865,0.1666955053806305,-0.04988598823547363,0.16679534316062927,0.15030217170715332 +560,-1.379781842421355,-0.3217680043708742,3.015780702459087,-0.9314232468605042,0.31624433398246765,-0.18011121451854706,0.01547749899327755,0.1707591563463211,0.012001913040876389,-0.8176153302192688,0.05109575390815735,0.22863419353961945 +561,-1.469563320659171,-0.3374349061277947,3.0017720716290115,-0.9387760758399963,0.3310677409172058,-0.09536110609769821,-1.2825556993484497,-1.3541839122772217,-0.08417320251464844,-0.34532731771469116,0.4884360432624817,-0.03792440891265869 +562,-1.501067235663068,-0.2529320750710545,2.8633287673473635,-0.9658300876617432,0.25024381279945374,-0.06745581328868866,-0.05030437931418419,0.2398390769958496,-0.3198510706424713,0.7481939792633057,0.08012422919273376,-0.17030662298202515 +563,-1.5136988202741655,-0.25592490475951635,2.831750628615722,-0.965853214263916,0.25314030051231384,-0.05520781874656677,-0.4083552360534668,0.25640350580215454,0.030447905883193016,0.28549420833587646,-0.19320374727249146,0.06540071219205856 +564,-1.47258094096993,-0.2744208904496449,2.8580511626556677,-0.9579434394836426,0.2709895372390747,-0.09438847750425339,0.5464744567871094,-0.548812985420227,0.24466435611248016,-0.12999296188354492,-0.06722366809844971,0.3065466284751892 +565,-1.5573010587082872,-0.22154724792533706,2.818820305756776,-0.9754698872566223,0.21973931789398193,-0.013165026903152466,-1.1716480255126953,-1.3453408479690552,-1.3918389081954956,-0.3695465922355652,0.012514695525169373,0.5115170478820801 +566,-1.5248690839912864,-0.2201641997373728,2.7781580853954644,-0.9748325943946838,0.2183898687362671,-0.04480287805199623,1.0998932123184204,-0.697018027305603,1.5411945581436157,0.05709272623062134,0.1742340475320816,-0.537457287311554 +567,-1.4963344999276278,-0.28861722763947256,2.791623645820084,-0.955981969833374,0.28462693095207214,-0.07131601870059967,0.3748593330383301,1.048401117324829,0.4516906440258026,0.0594671368598938,-0.07217881083488464,-0.4107701778411865 +568,-1.388345304446286,-0.3021139934185006,2.8726644093474043,-0.9388633370399475,0.2975391149520874,-0.17322295904159546,0.30235180258750916,0.2874878942966461,0.18918195366859436,0.5021567940711975,-0.2734302282333374,0.21793121099472046 +569,-1.3376983337454298,-0.30236735002495485,2.899667373677023,-0.9288166761398315,0.29778099060058594,-0.22051368653774261,0.0012676194310188293,0.6793318390846252,0.006203688681125641,0.1420886516571045,-0.14375874400138855,0.15816625952720642 +570,-1.2944266407990153,-0.31559445466154,2.9596713926034814,-0.9145386219024658,0.31038162112236023,-0.25938868522644043,0.1713099181652069,-0.2078762650489807,0.1254347413778305,-0.20170283317565918,-0.07501479983329773,0.25482630729675293 +571,-1.3643027204418068,-0.32345470022748035,2.936630326312471,-0.9280005693435669,0.3178440034389496,-0.19439707696437836,-0.39897218346595764,-1.238100528717041,0.23566994071006775,-0.2603691816329956,0.08169212937355042,-0.043334901332855225 +572,-1.4777822298486822,-0.33170479760841354,2.883601261893434,-0.941401481628418,0.32565537095069885,-0.0878170058131218,-1.356798529624939,-0.5394737720489502,-0.4128867983818054,-0.033436715602874756,0.25813063979148865,-0.1719028353691101 +573,-1.524890171677007,-0.31467434836362035,2.8219209124669873,-0.9498955011367798,0.3095068335533142,-0.04363670572638512,0.4412926435470581,-0.7891897559165955,-0.08146224915981293,0.2507225275039673,-0.1312689185142517,-0.1258884072303772 +574,-1.559035215511784,-0.2723161492888578,2.80037448726805,-0.9630838632583618,0.26896294951438904,-0.01132745947688818,0.12265250086784363,0.42520299553871155,-0.34773027896881104,0.4357706904411316,-0.07195675373077393,-0.07825690507888794 +575,-1.5326349552840794,-0.23396874320534858,2.8217188752606592,-0.9720458388328552,0.23183995485305786,-0.03711261972784996,0.7440208792686462,0.04174579307436943,-0.4885742664337158,-0.030670344829559326,0.0013448894023895264,0.11687034368515015 +576,-1.6865409531445044,-0.19127205715280005,2.8933325653501076,-0.9751942753791809,0.19010791182518005,0.11338026076555252,-2.2892119884490967,1.1800066232681274,-0.9503129124641418,-0.3702494502067566,0.06851330399513245,0.8013688325881958 +577,-1.5822470797187138,-0.20930227098672807,2.7851436880738154,-0.9781119227409363,0.2077774554491043,0.011200607754290104,0.07005423307418823,-0.6991612315177917,0.23497477173805237,-0.15802693367004395,0.11528162658214569,-0.3696296215057373 +578,-1.535140677612477,-0.24196903999487523,2.8164236506000515,-0.9702509641647339,0.23961476981639862,-0.0346095934510231,1.0876654386520386,0.772240400314331,0.2348690629005432,0.1347712278366089,-0.3335173726081848,-0.1773197054862976 +579,-1.4654149626405388,-0.2462186904600136,2.8843333676506346,-0.9644608497619629,0.24373844265937805,-0.10201410949230194,0.2668122947216034,0.5812159776687622,0.017039956524968147,0.2371659278869629,-0.17612674832344055,0.037347376346588135 +580,-1.4037652331256247,-0.2503597398748418,2.925361153589725,-0.9553399682044983,0.24775250256061554,-0.16107220947742462,0.7936220765113831,0.5563530325889587,0.4133453071117401,-0.059796690940856934,0.012272506952285767,0.21728558838367462 +581,-1.3776338833833222,-0.2719599161476994,2.952221868495502,-0.9453317523002625,0.2686198353767395,-0.18490807712078094,0.05652666091918945,0.06261686235666275,0.12677933275699615,-0.4784961938858032,-0.08972585201263428,0.15954795479774475 +582,-1.4313437252705845,-0.28272465263612734,2.9238444529361987,-0.9509764909744263,0.27897316217422485,-0.13348254561424255,-0.7520555853843689,-0.9144943356513977,-0.12547209858894348,-0.16773682832717896,0.07722797989845276,-0.21122877299785614 +583,-1.5204476712771706,-0.2869592059336181,2.82904963776954,-0.9578935503959656,0.28303709626197815,-0.048269446939229965,-0.666149377822876,-0.03067178465425968,-0.040058646351099014,0.057151973247528076,0.18629270792007446,-0.48928242921829224 +584,-1.578358496946043,-0.26807608461978394,2.8363378354809528,-0.9642547965049744,0.26487672328948975,0.007291997782886028,-1.2581406831741333,0.08697216212749481,-0.9332684874534607,0.3216765522956848,-0.16195616126060486,0.44536006450653076 +585,-1.5709793194532766,-0.24123598499198595,2.706545556598561,-0.9710435271263123,0.2389030009508133,0.00017769384430721402,-0.6815820336341858,0.4866088330745697,0.05392815172672272,0.527241587638855,0.1556282788515091,-0.22323071956634521 +586,-1.6120478869205037,-0.28463452025929314,2.722177492314016,-0.9589477777481079,0.28080669045448303,0.03958054631948471,0.21199283003807068,-2.1558761596679688,-0.5307101607322693,-0.7517760396003723,-0.4452964663505554,0.4960639476776123 +587,-1.651879743573393,-0.2013831309090249,2.7349180499574577,-0.9765718579292297,0.20002469420433044,0.07935777306556702,0.31303930282592773,1.997836947441101,0.0006980923935770988,0.10852986574172974,0.42300692200660706,-0.45562422275543213 +588,-1.589339912276803,-0.2667640000959041,2.707383970841736,-0.9644631147384644,0.2636112868785858,0.017886653542518616,-1.1630820035934448,0.2647765874862671,0.03622438758611679,-0.14373695850372314,0.13067582249641418,-0.3436923027038574 +589,-1.460854648497375,-0.2885536473819404,2.746490009878854,-0.9528685212135315,0.2845659554004669,-0.10518409311771393,0.9988378286361694,0.589378297328949,0.3122652769088745,0.49956047534942627,-0.3206987977027893,0.22672033309936523 +590,-1.3880208207796676,-0.29592940380414484,2.8218969206622684,-0.9405986070632935,0.29162898659706116,-0.17385874688625336,-0.24263475835323334,0.05356120318174362,0.2868928015232086,0.5504313707351685,-0.10354915261268616,0.2852020859718323 +591,-1.3534154169491148,-0.34059906010563595,2.838122702661433,-0.9203722476959229,0.33405178785324097,-0.20328351855278015,-0.2548151910305023,0.6064456105232239,0.690208911895752,-0.06568115949630737,-0.10727572441101074,0.25803208351135254 +592,-1.3359267742377225,-0.381233603891177,2.8441928490904513,-0.9027222394943237,0.37206578254699707,-0.21600860357284546,0.2174089550971985,0.5910494923591614,-0.05362401157617569,-0.7349883317947388,-0.19880226254463196,0.18236297369003296 +593,-1.3841189885594998,-0.3774878624564838,2.8290893269300907,-0.9134431481361389,0.36858636140823364,-0.17252790927886963,-0.20308548212051392,-0.6603386998176575,-0.056195009499788284,-0.01197195053100586,0.0005390048027038574,-0.011569380760192871 +594,-1.449159942390833,-0.35528412151764915,2.7069056020550963,-0.9306206703186035,0.3478567600250244,-0.11375892162322998,-0.6588111519813538,0.1979455202817917,-0.7378278970718384,0.15869367122650146,-0.11155909299850464,-0.3696547746658325 +595,-1.5542146723422563,-0.28106457815292385,2.649803834061066,-0.9606286883354187,0.2773786187171936,-0.01593027263879776,-0.6017090082168579,-0.30134105682373047,-0.8109037280082703,0.5812494158744812,-0.2030835747718811,0.14787304401397705 +596,-1.533573464581783,-0.2755321873061188,2.6182217819648934,-0.9616138339042664,0.2720590829849243,-0.03581055998802185,0.8941335082054138,0.6358767747879028,0.11863361299037933,0.15979516506195068,-0.1700541377067566,-0.17894160747528076 +597,-1.5633414821656668,-0.2789901643833492,2.680662136739989,-0.9613074064254761,0.2753849923610687,-0.007166530005633831,1.5437748432159424,-1.9129718542099,0.03357037156820297,-0.5444146394729614,-0.5689183473587036,0.12615454196929932 +598,-1.6346803683405968,-0.21729432001524268,2.625292533196535,-0.9744923710823059,0.21558836102485657,0.06233933940529823,-1.4306185245513916,1.2030190229415894,0.8292552828788757,-0.030771851539611816,0.22012633085250854,-0.7518839836120605 +599,-1.5839242751188711,-0.2201460669912488,2.5918921222848765,-0.9757815599441528,0.2183721661567688,0.012810745276510715,-0.4628645181655884,0.28412503004074097,0.07729534059762955,0.16515839099884033,0.2087518572807312,-0.31752872467041016 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/r3.csv b/BoostRunClub/CoreML/DataSet/Motion/running/r3.csv new file mode 100644 index 0000000..781db32 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/r3.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-1.5050377703994495,-0.23160592061031512,2.6292958064297136,-0.9711955189704895,0.2295408546924591,-0.06395662575960159,-0.008486459963023663,0.8004848957061768,0.4832209050655365,0.5294992923736572,-0.1748075783252716,0.2691720724105835 +1,0.205304000146627,0.5852993170621793,1.5780811941558919,0.1699308305978775,-0.5524489283561707,-0.8160415291786194,-0.5329034924507141,0.22080247104167938,0.061363767832517624,-0.04079569876194,0.10539686679840088,-0.043928563594818115 +2,0.1594281401619254,0.5348685536576839,1.5844943868538113,0.1365814059972763,-0.509727954864502,-0.8494250774383545,0.023824580013751984,0.06557386368513107,0.19807451963424683,-0.027145355939865112,0.08164262771606445,0.12434267997741699 +3,0.1255009524614801,0.5531774477677487,1.5971273661182532,0.10650357604026794,-0.5253934264183044,-0.8441674709320068,0.21441972255706787,-0.49223437905311584,0.16393250226974487,0.08612339198589325,0.06642431020736694,0.22710204124450684 +4,0.035890382216047484,0.5894035228206772,1.6037118915885418,0.029828278347849846,-0.5558652877807617,-0.8307370543479919,0.3042266070842743,-0.07251954823732376,-0.020700305700302124,0.049303799867630005,-0.02802753448486328,0.08063024282455444 +5,-0.03380684221771447,0.6464827977839259,1.667196861551763,-0.026979733258485794,-0.6023826599121094,-0.7977513670921326,0.6736728549003601,-0.6580713391304016,1.8289341926574707,-0.2340066134929657,0.15487295389175415,-0.07494455575942993 +6,-0.4938809450282351,0.5772577774748753,2.1075490160021317,-0.39723318815231323,-0.5457280874252319,-0.7378255724906921,1.2766501903533936,-4.302891254425049,5.626873016357422,0.04423636198043823,0.9712805151939392,0.17834681272506714 +7,-0.7880793419093228,0.01606320258563274,2.4009573294434157,-0.7089086771011353,-0.016062511131167412,-0.705117404460907,-4.6862945556640625,-3.4653379917144775,6.074082374572754,0.25589048862457275,0.7507884502410889,-0.012472927570343018 +8,-0.811769062078389,-0.6094694521612276,2.683691852001749,-0.5948798656463623,0.5724325180053711,-0.5643040537834167,-2.512580156326294,-1.3246501684188843,4.80776309967041,-0.4637749195098877,-0.0901479721069336,-0.16274672746658325 +9,-0.6129556312713894,-0.8626638579546699,-3.1097334610017966,-0.37417638301849365,0.7595778703689575,-0.5320088267326355,1.6022497415542603,0.7333520650863647,1.8990527391433716,-1.8939357995986938,-0.1289169192314148,-0.2790873050689697 +10,-0.6358839790669835,-0.6567647266555641,3.1063231506056526,-0.4703432321548462,0.6105577945709229,-0.6371784806251526,0.7525817155838013,-1.8025506734848022,-1.861067533493042,-0.08992898464202881,0.20522284507751465,0.3494587540626526 +11,-0.9606072904737222,-0.5228613995621446,2.998550255962099,-0.710044264793396,0.4993612766265869,-0.4964631497859955,0.2112829089164734,-3.501330852508545,-2.0421082973480225,0.3655923008918762,0.18812352418899536,-0.4830748438835144 +12,-1.1364242636555713,-0.31793923699249504,2.711035530206234,-0.8616703748703003,0.3126097321510315,-0.3997490108013153,-2.0550284385681152,-0.2965894937515259,-2.748602867126465,0.28914541006088257,0.3697327673435211,0.07742241024971008 +13,-1.4743060298755737,-0.23443321407767462,2.719530339409126,-0.9681219458580017,0.23229174315929413,-0.09370536357164383,0.6368075609207153,-1.934380292892456,0.18967901170253754,0.31623584032058716,-0.24974775314331055,-0.10677982121706009 +14,-1.4916490174035977,-0.2556810549741292,2.744038528977745,-0.9644625782966614,0.25290438532829285,-0.07649441063404083,-2.351137399673462,2.703568935394287,-0.6010291576385498,-0.06039398908615112,-0.30310583114624023,0.23988550901412964 +15,-1.3575788652398917,-0.15810713065458135,2.596471096409784,-0.9651647210121155,0.15744923055171967,-0.20896627008914948,-2.159461259841919,1.6702454090118408,-1.7228299379348755,-0.11158698797225952,-0.09363697469234467,0.5637484192848206 +16,-1.5509662595297518,-0.06840547934098203,2.5448209204376466,-0.9974652528762817,0.06835214048624039,-0.019782396033406258,2.376410961151123,-3.6106882095336914,-0.8271585702896118,-0.0017719268798828125,0.2171855866909027,0.011054335162043571 +17,-1.8268486830832502,-0.10252679132734964,2.6533866720785326,-0.962317168712616,0.10234726220369339,0.25193363428115845,0.940066397190094,-2.464218854904175,1.0094349384307861,0.10704684257507324,0.4312373101711273,-0.25750306248664856 +18,-1.8377517604773423,-0.3883529863743543,2.6866076110555377,-0.8927502036094666,0.3786645531654358,0.24415211379528046,1.8899345397949219,1.6296701431274414,2.325132369995117,0.49731874465942383,0.09904232621192932,0.001728057861328125 +19,-1.7039076029177986,-0.6516181287515606,2.817084750905487,-0.7880699634552002,0.6064738035202026,0.10552498698234558,1.900359869003296,0.9482353925704956,1.0271869897842407,-0.13501065969467163,-0.20614415407180786,-0.013880714774131775 +20,-1.5121783985227335,-0.7000350521610934,2.9958534518876414,-0.7635059356689453,0.6442444920539856,-0.04480646550655365,0.2258603721857071,0.7357235550880432,-0.5562273263931274,-0.2980937361717224,-0.08841264247894287,0.48993587493896484 +21,-1.5833065892744882,-0.5950179219692516,2.986922239953627,-0.8280736804008484,0.5605235695838928,0.010359959676861763,0.40726661682128906,-0.2170019894838333,-1.0634289979934692,0.11850941181182861,0.3068164587020874,0.21348655223846436 +22,-1.5761430398370186,-0.5581191472348629,2.971590776860073,-0.8482406139373779,0.5295916795730591,0.004535342566668987,-0.17911095917224884,0.008174387738108635,0.12539468705654144,-0.28985142707824707,0.3447216749191284,-0.685550332069397 +23,-1.5179734351803449,-0.5162141300631621,3.007751176178138,-0.8684810996055603,0.4935911297798157,-0.04591840133070946,0.5319914221763611,0.7964279055595398,-0.4320475459098816,-0.021304666996002197,-0.5759122967720032,0.14664167165756226 +24,-1.4577937672183439,-0.48934841461730627,2.955949610428253,-0.8770098686218262,0.4700508713722229,-0.09952837228775024,-0.8392249941825867,0.9903811812400818,-0.18532723188400269,0.5918536186218262,0.2568930983543396,-0.24721235036849976 +25,-1.3624306705137277,-0.5533905807000714,3.0264436133470554,-0.8323458433151245,0.5255747437477112,-0.17598658800125122,0.6726490259170532,0.25690221786499023,0.8810939192771912,-0.09120750427246094,-0.10437124967575073,0.09311611950397491 +26,-1.3219012975911546,-0.644087481030551,3.0952009619024663,-0.7750071287155151,0.6004689931869507,-0.19697986543178558,-0.637558102607727,-0.6930336952209473,-0.023911895230412483,-0.6324025988578796,-0.17752587795257568,0.05258595943450928 +27,-1.5180601943706984,-0.5942384153168562,3.0556861316552757,-0.8274232149124146,0.559877872467041,-0.04367559403181076,-1.5528827905654907,-2.7467329502105713,-0.9464470744132996,-0.29716479778289795,-0.18826532363891602,0.19536322355270386 +28,-1.7878649099727841,-0.4915204094593017,2.851471816487774,-0.860927402973175,0.47196686267852783,0.1898718774318695,-0.7490136027336121,0.4481053650379181,-0.5089693665504456,0.08831387758255005,0.5556668043136597,-0.4854193925857544 +29,-1.7267056561376317,-0.4545125226681921,2.869935225327541,-0.887577474117279,0.4390243887901306,0.13951386511325836,0.6005945801734924,1.2855491638183594,0.18707974255084991,0.911609947681427,0.02501070499420166,-0.22606168687343597 +30,-1.630353390850076,-0.5328970777369625,2.90417142401848,-0.8598117828369141,0.5080308318138123,0.05126849561929703,-0.5180912613868713,0.8163627982139587,0.28154993057250977,-0.17372703552246094,-0.44005298614501953,0.10563766956329346 +31,-1.6130735193706838,-0.522802748273225,2.9754268839325526,-0.8656490445137024,0.4993104636669159,0.03661902993917465,0.30777567625045776,-1.0699812173843384,-0.23651781678199768,-0.24343615770339966,0.20944508910179138,0.5546132326126099 +32,-1.66241856735406,-0.457575098711015,2.897416050302237,-0.8933634757995605,0.4417739510536194,0.08208177238702774,-1.4276396036148071,1.1412272453308105,0.07587228715419769,0.024116098880767822,0.20400848984718323,-0.15842151641845703 +33,-1.6239672747572516,-0.48708707903817944,2.930516018235221,-0.8824511766433716,0.4680537283420563,0.04696503281593323,-0.3661341667175293,-0.2492266744375229,-0.6146368384361267,-0.17644774913787842,-0.028386950492858887,-0.18060147762298584 +34,-1.583307707483232,-0.3842102620733333,2.920966404833,-0.9270222783088684,0.3748270869255066,0.01159893348813057,1.2536622285842896,0.6036064028739929,-1.584795594215393,0.31233710050582886,-0.1467234194278717,-0.19787824153900146 +35,-1.486556009367097,-0.25363955443103947,2.9026792853548047,-0.9645729064941406,0.25092872977256775,-0.08144868165254593,-0.29807934165000916,-0.0813886821269989,0.4675980508327484,0.8441200256347656,-0.13105568289756775,-0.16142547130584717 +36,-1.3878623276940976,-0.32657514719562464,2.990499680968582,-0.9313428401947021,0.3208010792732239,-0.1723005771636963,1.5060847997665405,0.7828269004821777,0.43764299154281616,-0.13102000951766968,-0.07989528775215149,0.2709791660308838 +37,-1.305745993449109,-0.354237807561179,3.0523346000270206,-0.9051586985588074,0.3468756079673767,-0.24569319188594818,0.2972516715526581,0.7821832895278931,-0.23007166385650635,-0.7701953053474426,-0.3109716773033142,0.3267936110496521 +38,-1.469795052014346,-0.3553383154518627,2.986821018451962,-0.9327510595321655,0.34790757298469543,-0.09453070908784866,-1.3796780109405518,-0.9597228765487671,0.012243924662470818,-0.1495245099067688,0.15940141677856445,-0.34586846828460693 +39,-1.5549068042247165,-0.32611196155652755,2.8518002899484642,-0.9471756219863892,0.3203623294830322,-0.015051434747874737,-1.1019052267074585,0.47450223565101624,-0.4549882411956787,0.21969753503799438,0.22031757235527039,-0.21657699346542358 +40,-1.5461125923973518,-0.32464523832192294,2.808954982711255,-0.9474753737449646,0.3189725875854492,-0.023391980677843094,0.050711292773485184,0.124848872423172,-0.2100723683834076,0.37261563539505005,-0.10110753774642944,-0.1429135799407959 +41,-1.5756523931684192,-0.31352499433650377,2.7880860687952382,-0.9512412548065186,0.30841371417045593,0.004619326908141375,0.7840129137039185,-0.06738834083080292,-0.48422738909721375,0.054604172706604004,0.06972962617874146,-0.24375510215759277 +42,-1.6879371232511249,-0.26491309534337554,2.939486335151005,-0.9585013389587402,0.2618253827095032,0.11279600858688354,-0.43588361144065857,-1.189002275466919,-1.9923163652420044,-0.8785806894302368,-0.014709293842315674,1.2625701427459717 +43,-1.7037316874041404,-0.19901749305551103,2.9066563855521985,-0.9716124534606934,0.19770631194114685,0.12992790341377258,0.42278724908828735,-0.5129058957099915,-0.1536346971988678,-0.4524139165878296,-0.04432499408721924,-0.6542352437973022 +44,-1.7482714226290204,-0.2290297475472754,2.930213537338674,-0.9585899710655212,0.22703272104263306,0.1719348132610321,0.9092824459075928,0.48331955075263977,-0.4380742907524109,-0.26650774478912354,0.30734536051750183,-0.2477404922246933 +45,-1.6602880476595476,-0.14225945484621993,2.965025903228795,-0.9859369993209839,0.14178010821342468,0.088469497859478,-0.9261631965637207,0.37659069895744324,-0.46793684363365173,1.0932214260101318,0.02692107856273651,-0.001723162829875946 +46,-1.6530804633534073,-0.26424314169518676,2.9055197456194826,-0.9620243310928345,0.26117876172065735,0.07933848351240158,-0.17557412385940552,0.40424883365631104,2.972872018814087,0.3722875118255615,0.15292948484420776,-0.27022600173950195 +47,-1.438964324133295,-0.4766937419109885,3.066497888206974,-0.8808069825172424,0.45884403586387634,-0.11679595708847046,2.58805251121521,0.756276547908783,0.10945247858762741,-0.5522527098655701,-0.14024049043655396,0.39952605962753296 +48,-1.378766243036613,-0.4491165429436214,3.0829918654026622,-0.884272575378418,0.43416985869407654,-0.17192542552947998,-0.7081323266029358,-1.0655864477157593,-0.15099763870239258,-0.3118637800216675,-0.06768429279327393,0.12236489355564117 +49,-1.5529187078241815,-0.41561070156896474,2.9067070834084636,-0.9147236943244934,0.4037487208843231,-0.016354823485016823,-1.5480066537857056,-0.38779863715171814,-0.7392726540565491,0.08415728807449341,0.3718555271625519,-0.3548762798309326 +50,-1.5745816470500533,-0.36529922059893055,2.826303820584685,-0.9340101480484009,0.3572287857532501,0.0035355444997549057,-0.359286367893219,0.4070022702217102,-0.4374280273914337,0.5645491480827332,-0.06075054407119751,-0.12531590461730957 +51,-1.5551173847236346,-0.3731474386276756,2.793091646427886,-0.9310699105262756,0.36454808712005615,-0.014599387533962727,0.08806396275758743,0.10555379092693329,-0.007680848240852356,0.14147353172302246,-0.12814372777938843,-0.022723611444234848 +52,-1.5064410119692386,-0.3921600536249442,2.836813292774276,-0.9221727252006531,0.3821853697299957,-0.059428781270980835,0.6901636123657227,-0.31204691529273987,0.07890863716602325,-0.18541693687438965,0.008348047733306885,0.33930546045303345 +53,-1.6229994330829012,-0.3385845168541777,2.834732852736489,-0.9419409036636353,0.3321523070335388,0.04921695962548256,-1.1537225246429443,-0.44222646951675415,-0.8334386944770813,-0.40766847133636475,0.11564737558364868,0.47357964515686035 +54,-1.5446265570832696,-0.3934055031518973,2.8579028881954502,-0.9232927560806274,0.38333597779273987,-0.024167876690626144,0.2673317790031433,-0.6794474124908447,0.7753311991691589,-0.15858590602874756,0.25854021310806274,-0.18324482440948486 +55,-1.4950745588211332,-0.41034535057351457,2.8723752427355302,-0.9143555164337158,0.3989260196685791,-0.06936924904584885,0.45320624113082886,0.4657916724681854,-0.07416131347417831,0.10951542854309082,-0.164139062166214,-0.046246640384197235 +56,-1.4195018271228483,-0.33318212860108287,2.841893834106721,-0.9342114329338074,0.3270518183708191,-0.14242945611476898,-1.0691697597503662,0.8386111855506897,-0.9790792465209961,0.6335674524307251,-0.1336618959903717,0.16968165338039398 +57,-1.4205435931893524,-0.342612364208286,2.69401360805981,-0.9312684535980225,0.33594876527786255,-0.14098820090293884,-0.5588089823722839,0.6426255702972412,1.1735397577285767,0.2696777582168579,-0.07468774914741516,-0.30350029468536377 +58,-1.2717998978238416,-0.43427202159267503,2.8437883253815075,-0.866927444934845,0.42075011134147644,-0.26721909642219543,1.3598589897155762,1.0996614694595337,-0.09160706400871277,-0.8658300638198853,-0.07788515090942383,0.6680065393447876 +59,-1.4079460332289913,-0.4495619108145528,2.7496354829262426,-0.8887213468551636,0.4345710277557373,-0.14602166414260864,-2.280205249786377,-1.909260630607605,-0.032465387135744095,-0.33446890115737915,0.08451768755912781,-0.11145512759685516 +60,-1.6682286435167053,-0.39624208104763264,2.539681153832181,-0.9181427359580994,0.3859543204307556,0.08974092453718185,-1.6124699115753174,-2.1443824768066406,-0.4341220557689667,0.2084716558456421,0.3406081795692444,-0.4995156526565552 +61,-1.7534782933039454,-0.35500188938087,2.482535817347428,-0.9220435619354248,0.34759214520454407,0.17033985257148743,0.8958262801170349,-0.8095269203186035,0.39281490445137024,0.7549139261245728,-0.019924849271774292,-0.21245406568050385 +62,-1.691102684663474,-0.4277229543381384,2.5888596471802643,-0.9033358097076416,0.4147999584674835,0.10920441150665283,1.4368970394134521,0.26229366660118103,-0.21879035234451294,-0.13743573427200317,-0.10558053851127625,0.17192353308200836 +63,-1.560693929535815,-0.5060826111020944,2.71382581267144,-0.8746054768562317,0.48475462198257446,-0.008835912682116032,2.0475430488586426,-0.581070601940155,0.11998352408409119,-0.33410418033599854,-0.01086243987083435,0.15905869007110596 +64,-1.6453693303254953,-0.47443562942038436,2.73266151332555,-0.8870785236358643,0.4568364918231964,0.06627500802278519,-2.944545269012451,3.1590466499328613,0.27828940749168396,-0.23891335725784302,0.2802087962627411,0.4828277826309204 +65,-1.601185382015178,-0.5638278987755456,2.7115569744056125,-0.8448255062103271,0.5344254970550537,0.025681354105472565,0.8759881258010864,-0.9261656403541565,0.421634316444397,-0.12958568334579468,0.12641745805740356,-0.28228843212127686 +66,-1.5672157737627423,-0.6383461596378255,2.804511007293243,-0.803077220916748,0.5958681106567383,-0.0028754728846251965,1.3802725076675415,-0.8061724305152893,1.1502622365951538,0.08595991134643555,-0.3795289993286133,-0.1756981611251831 +67,-1.5529307815131217,-0.6912003674004942,2.866851699996948,-0.7703584432601929,0.6374624967575073,-0.0137643376365304,0.0910223126411438,0.547446608543396,0.2993035614490509,0.33597123622894287,-0.24581515789031982,-0.03185945749282837 +68,-1.5051911234658475,-0.717209939594371,2.8634050789528143,-0.7520213723182678,0.6572844982147217,-0.04940741881728172,-0.17656537890434265,0.652125895023346,0.7067205309867859,0.11377668380737305,-0.048031508922576904,-0.01733458787202835 +69,-1.4565209791533846,-0.792687181271949,2.9186007527506304,-0.6973556876182556,0.712242066860199,-0.08003927022218704,-0.7031644582748413,1.0122050046920776,0.7844728827476501,-0.13948208093643188,0.15329748392105103,0.47800374031066895 +70,-1.5505268566142167,-0.8628585096246635,2.8007621232112365,-0.650134801864624,0.7597044706344604,-0.01317969337105751,-2.476106882095337,1.19326651096344,2.7445859909057617,0.0535162091255188,-0.0250244140625,0.2667044997215271 +71,-1.8025568089342328,-0.9619664454140266,2.511550976651622,-0.5566169619560242,0.820317804813385,0.13136222958564758,1.3082473278045654,1.44259774684906,-0.28233346343040466,-0.007225692272186279,0.5927375555038452,-0.6529839038848877 +72,-1.7703771752661885,-1.0625587281313367,2.5533245249552765,-0.47697827219963074,0.8736035227775574,0.09648016095161438,-0.38015082478523254,-1.4382377862930298,0.20845595002174377,-0.0582999587059021,-0.09964734315872192,0.007981523871421814 +73,-1.8548829731654977,-1.0324985561643751,2.5746767651301083,-0.49212610721588135,0.858582615852356,0.1436930149793625,1.0461527109146118,0.585013210773468,-0.19088998436927795,0.4133297801017761,-0.176530122756958,-0.0905923992395401 +74,-1.639670195580856,-1.0600033216004212,2.845154563294208,-0.48770999908447266,0.8723571300506592,0.033643689006567,1.9527782201766968,-1.7511216402053833,0.2063748687505722,0.034615546464920044,-0.15005189180374146,0.08998298645019531 +75,-1.812529086653639,-1.0365566270142632,2.7538165117458577,-0.4943822920322418,0.8606560230255127,0.12189193814992905,-0.3465062975883484,2.419828176498413,0.3934713304042816,0.15450796484947205,0.18469321727752686,0.22774793207645416 +76,-1.7899970618019703,-1.1968409242389217,2.9096024521452986,-0.3565593659877777,0.9308897256851196,0.07943441718816757,0.27370718121528625,-0.8516943454742432,2.663687229156494,-0.06316414475440979,0.008136153221130371,-0.02164936065673828 +77,-2.2959503830004344,-1.3291781799831657,2.2612856158759613,-0.17907194793224335,0.9709520936012268,0.15869860351085663,-1.6760684251785278,1.6803096532821655,0.5107421875,-0.34489959478378296,0.23075377941131592,-0.32413434982299805 +78,-2.3663751011336114,-1.3398776762987672,2.036633914718192,-0.16018067300319672,0.9734565615653992,0.16347581148147583,0.20234425365924835,0.6660931706428528,0.8187001347541809,-0.1743224710226059,-0.4068215489387512,0.0239020437002182 +79,-2.216426989713946,-1.330034029250391,2.0962821151422086,-0.19044961035251617,0.9711564779281616,0.14347192645072937,-0.5232425928115845,-0.226370707154274,-0.8481152653694153,0.08910074830055237,-0.21059739589691162,-0.19091153144836426 +80,-2.228349263263392,-1.3073993606762158,2.2112006084474487,-0.2060743123292923,0.9655110836029053,0.15912878513336182,0.15600866079330444,0.3226783871650696,-1.414835810661316,-0.21067377924919128,0.3467754125595093,0.4468740224838257 +81,-2.2361140413918914,-1.222570216012749,2.183785449029988,-0.2684537172317505,0.9399794936180115,0.2106451839208603,-1.9691407680511475,1.6958009004592896,0.01862502098083496,0.1893216073513031,0.16898363828659058,-0.1451697051525116 +82,-2.5231566958588796,-1.142251385621669,1.642406333694123,-0.24091872572898865,0.9095713496208191,0.3385827839374542,-2.4733426570892334,3.10381817817688,1.7482408285140991,0.20623549818992615,-0.008448302745819092,-0.17760252952575684 +83,-2.6187025813737197,-1.0838098845188324,1.2300880313263483,-0.23369500041007996,0.8837471008300781,0.40543490648269653,-0.49180838465690613,-0.8444225788116455,0.3756782114505768,0.08528803288936615,-0.12070095539093018,-0.706170380115509 +84,-2.732324994673744,-1.0442983342155052,1.2179303284385752,-0.19996729493141174,0.8645721673965454,0.461008220911026,-0.6313740611076355,0.5236532092094421,-0.6928997039794922,0.13098226487636566,-0.3803800940513611,-0.23664283752441406 +85,-2.6001500934676303,-1.1191333937567363,1.3179325586249027,-0.22494079172611237,0.8997225165367126,0.3740334212779999,-0.4978474974632263,-0.9273842573165894,-0.8903631567955017,-0.21910521388053894,-0.020968914031982422,0.38133764266967773 +86,-2.6518345454788865,-1.0268876822901145,1.3164271129859315,-0.24343137443065643,0.8556925654411316,0.4566529095172882,-0.8896692991256714,0.738353967666626,-0.390122652053833,-0.07775092124938965,0.44696569442749023,0.21557313203811646 +87,-2.628276802506169,-0.9868857928007984,1.28867479201853,-0.27072158455848694,0.8343132138252258,0.4802411198616028,-0.06833551824092865,0.8541507124900818,-0.20599676668643951,-0.10626205801963806,0.47808003425598145,0.007536649703979492 +88,-2.60754955953951,-1.007392708649949,1.3552259008835048,-0.27184951305389404,0.8454422354698181,0.45970144867897034,0.6993711590766907,0.16611962020397186,-0.43368208408355713,0.10688671469688416,-0.5207656025886536,-0.2682341933250427 +89,-2.556568609543871,-1.0140839200533707,1.4041972988600269,-0.291791707277298,0.8489968776702881,0.4405248761177063,-0.05753866583108902,-0.06885509938001633,-0.052257388830184937,0.008817464113235474,-0.34650957584381104,0.0339013934135437 +90,-2.5887843631201646,-0.9968628964526032,1.4012219453643318,-0.285086452960968,0.8397718667984009,0.4620707035064697,-0.8318158388137817,-0.17335376143455505,0.18953832983970642,-0.31116601824760437,-0.27797365188598633,0.42666226625442505 +91,-2.5673220324477963,-0.984714228848182,1.4500186613685253,-0.3004571497440338,0.8331140875816345,0.4643777012825012,-1.2039730548858643,0.89761883020401,0.4247805178165436,-0.03363409638404846,0.19899052381515503,0.8213127255439758 +92,-2.616791948416577,-0.9200859477358123,1.2899716091761941,-0.30350619554519653,0.7956537008285522,0.524232029914856,1.485494613647461,-0.03191094473004341,-1.2022426128387451,-0.20810571312904358,0.406952440738678,-0.23483377695083618 +93,-2.5677144899127016,-0.9580872803525923,1.2617352809592535,-0.3122103810310364,0.8180930614471436,0.4829586148262024,-0.1460791379213333,1.099841594696045,0.9526113271713257,-0.0192258358001709,0.13635951280593872,-0.2870658040046692 +94,-2.4373547878840203,-1.1111724100454206,1.1304179030841168,-0.28721728920936584,0.8962193727493286,0.33807820081710815,1.0317105054855347,4.477949142456055,3.010453224182129,0.14219778776168823,-0.3083745837211609,0.14995881915092468 +95,-2.4256752920528126,-1.33540354130835,0.9602661460771712,-0.15306782722473145,0.9724228382110596,0.17596623301506042,1.913312315940857,0.3710383474826813,0.35659506916999817,-0.34986186027526855,-0.31396031379699707,-0.01918208599090576 +96,-2.163469499067071,-1.4422359137121161,1.1298903503971434,-0.10634097456932068,0.9917474985122681,0.07161364704370499,-0.778127133846283,1.8847635984420776,-0.30938002467155457,-0.3992895185947418,0.09110772609710693,0.4210622310638428 +97,-2.7179290249570602,-1.3152508242563745,0.5276689269107954,-0.10391572117805481,0.9675255417823792,0.23042507469654083,-0.9715481996536255,-1.6317557096481323,0.11264312267303467,0.4921298325061798,0.3516119718551636,-0.6792929172515869 +98,2.7331833711235056,-1.268222990579992,-0.2769416263956431,0.11834204196929932,0.954572856426239,0.2734706401824951,-1.3081953525543213,0.05164848268032074,3.578249454498291,0.020512953400611877,0.2423572540283203,0.16752365231513977 +99,2.7148601284214817,-0.9974822423254304,-0.23424004587997024,0.22450648248195648,0.8401079773902893,0.4937765896320343,-3.0277462005615234,-0.35956576466560364,-0.14816948771476746,-0.2557564973831177,-0.6616564393043518,-0.29414597153663635 +100,2.778892130836032,-0.8565159346787131,-0.19961488831521923,0.23242053389549255,0.75556480884552,0.6124563813209534,0.40384188294410706,0.11119391024112701,-0.8687673211097717,-0.4984574615955353,0.05646234750747681,-0.1985616683959961 +101,2.6402698760095706,-0.8707250289808548,-0.41874651684193814,0.30962806940078735,0.764796257019043,0.5649927854537964,1.2908426523208618,0.2925991714000702,0.3551655113697052,-0.46516096591949463,0.4817246198654175,0.31606483459472656 +102,2.430506921761937,-0.9109222044930092,-0.6465994225785108,0.40009015798568726,0.7900694012641907,0.46445515751838684,0.7627270221710205,-0.5102806687355042,0.4425296187400818,0.684184193611145,0.2624667286872864,0.05577808618545532 +103,2.370467563784352,-0.753192748830394,-0.6086465461337421,0.508425772190094,0.6839714050292969,0.5231505036354065,-1.1807219982147217,-1.7072808742523193,1.6783400774002075,-0.160250723361969,0.1443977952003479,-0.18455803394317627 +104,2.158555326124022,-0.6876367647138806,-0.6919760065697529,0.6430696249008179,0.6347127556800842,0.42848682403564453,1.4610284566879272,-1.8636332750320435,1.163726806640625,-0.32144492864608765,-0.108193039894104,-0.2363329529762268 +105,2.010869641900208,-0.6949201011599544,-0.761587468148792,0.6949201822280884,0.640324056148529,0.32721713185310364,0.1646992266178131,-0.9318451285362244,0.3799841105937958,0.03493821620941162,-0.11159175634384155,0.2825392484664917 +106,1.83555150963505,-0.5963736453964177,-0.7472557442903248,0.798549234867096,0.5616458058357239,0.21650244295597076,-0.6551801562309265,-3.4782140254974365,0.4138382077217102,0.1834302544593811,0.4168851375579834,0.45726457238197327 +107,1.6678604160420172,-0.5224544892484233,-0.7650378066559486,0.862517774105072,0.4990086853504181,0.0839834213256836,1.0088200569152832,0.23550625145435333,0.7810078859329224,0.6732487082481384,0.21687260270118713,-0.5152425765991211 +108,1.6581300420934797,-0.43949873225245256,-0.771435746276046,0.9015161395072937,0.42548587918281555,0.07893353700637817,-1.544577956199646,0.6323699355125427,0.8151495456695557,-0.15758907794952393,0.03366634249687195,-0.0643460750579834 +109,1.8254148462694688,-0.3945043620169298,-0.5695520395000745,0.8934231400489807,0.38435065746307373,0.2325289249420166,-1.012521505355835,0.5416393876075745,-0.8961293697357178,-0.5690975785255432,0.07315361499786377,-0.4274446964263916 +110,1.9795931646486844,-0.4305452815849632,-0.4215474234341224,0.8338578939437866,0.4173663854598999,0.36122849583625793,-0.049356311559677124,1.5296645164489746,-0.5368225574493408,-0.43281131982803345,-0.26638075709342957,0.24901622533798218 +111,2.0843490638261257,-0.4283941897531588,-0.3888592663955457,0.792295515537262,0.4154106378555298,0.4468803107738495,-0.46163448691368103,1.7631680965423584,0.3790034055709839,-0.024457991123199463,0.4315437078475952,0.10963833332061768 +112,2.148497206998424,-0.4648300834424503,-0.5278351991660893,0.74883633852005,0.44827091693878174,0.4881569445133209,1.5847688913345337,1.3634943962097168,0.42288270592689514,0.4187356233596802,-0.14745917916297913,0.02791053056716919 +113,1.978032444890612,-0.5020104550054071,-0.7006456260134624,0.8049263954162598,0.48118892312049866,0.3472042977809906,0.7309009432792664,-2.8570728302001953,0.8264544010162354,0.05943828821182251,-0.17810356616973877,-0.10750401020050049 +114,1.841737641407169,-0.42819673811599324,-0.7036900426917142,0.8765289783477783,0.41523101925849915,0.2434750497341156,-1.1278599500656128,-1.0940861701965332,1.080849051475525,-0.5804932713508606,-0.07596716284751892,0.01955603063106537 +115,1.7803317136497225,-0.3753426926342357,-0.6383808954266659,0.910032331943512,0.3665913939476013,0.1935245394706726,-0.49674493074417114,0.3851826786994934,0.20167754590511322,-0.13033878803253174,-0.017241448163986206,0.14120756089687347 +116,2.0086768378424624,-0.37244479256076424,-0.5049243516814627,0.8435614705085754,0.36389368772506714,0.3949503004550934,-1.35108482837677,-1.265120506286621,-0.07615863531827927,0.02744084596633911,0.49027809500694275,0.8863912224769592 +117,2.2367560697768836,-0.4276888251467301,-0.4582605214625296,0.7154973149299622,0.41476890444755554,0.5621654391288757,0.45291030406951904,2.3192317485809326,-0.5891207456588745,0.36380255222320557,0.12838289141654968,-0.2971509099006653 +118,2.424467416227434,-0.47872045053731815,-0.4434264976863953,0.5833393931388855,0.46064385771751404,0.6689714193344116,-0.3002908527851105,2.42232346534729,-0.9992980360984802,0.11807668209075928,0.07907480001449585,-0.12824559211730957 +119,2.521292632304659,-0.4822316048803294,-0.3967212063862671,0.5149917602539062,0.4637574553489685,0.7209113836288452,0.06979290395975113,0.0906996950507164,-0.07260815054178238,-0.15216809511184692,-0.23170161247253418,-0.4177190065383911 +120,2.5757035060182285,-0.518098319975149,-0.421421967180466,0.4658013582229614,0.49522891640663147,0.7333329319953918,0.9490999579429626,0.5042809844017029,0.004123136401176453,-0.2832757532596588,0.09655264019966125,0.035831987857818604 +121,2.5860682343584607,-0.5375321212419378,-0.4473908425306212,0.4530138671398163,0.5120177268981934,0.7298056483268738,0.07923207432031631,0.11122105270624161,0.1809513121843338,-0.12148615717887878,0.35448312759399414,0.29561543464660645 +122,2.6676291709684543,-0.5790876645007185,-0.45635471357191065,0.3820034861564636,0.547260582447052,0.744701087474823,0.9042229652404785,0.7327103614807129,-0.8280341625213623,0.37919655442237854,0.38668423891067505,-0.014811933040618896 +123,2.7168871674280854,-0.5880257182861195,-0.5265626482224774,0.34284302592277527,0.5547194480895996,0.7581192851066589,-1.0288941860198975,0.35230305790901184,1.32256019115448,-0.022942572832107544,-0.1948561668395996,-0.061555683612823486 +124,2.7638109281707592,-0.5148725051718934,-0.4976254247565244,0.3210389018058777,0.4924238920211792,0.8089824914932251,-1.0167181491851807,-0.002443521749228239,0.25029614567756653,-0.08179637789726257,-0.372001588344574,-0.3376995325088501 +125,2.710315912015047,-0.4862093279638854,-0.5063620106815232,0.3695855438709259,0.4672778844833374,0.8031548857688904,0.3342687785625458,-0.316961407661438,-0.8840174674987793,-0.1710839867591858,0.09572562575340271,-0.01908212900161743 +126,2.7698204917918354,-0.512980296856746,-0.3871148885020874,0.3165094256401062,0.4907761216163635,0.8117638230323792,-0.6278398036956787,-0.6880851984024048,-1.223920464515686,-0.1529046893119812,0.31031033396720886,0.030429720878601074 +127,2.8621905057067853,-0.5530488453673335,-0.26557471610064987,0.23466947674751282,0.5252839922904968,0.8179283142089844,-0.5658208727836609,0.15823261439800262,-0.9480604529380798,0.5801041126251221,0.4777830243110657,0.5758093595504761 +128,2.9725595714837634,-0.5683647820477539,-0.24841942108987677,0.14178062975406647,0.5382546186447144,0.8307706713676453,-0.10645052045583725,-0.1846141368150711,-0.09432834386825562,0.11804600059986115,-0.0015420317649841309,-0.2483733892440796 +129,2.9796838315025123,-0.5358241207270144,-0.2903086183558337,0.13860957324504852,0.5105498433113098,0.8486026525497437,-0.19452108442783356,-0.3202127516269684,0.20112484693527222,-0.06535211205482483,-0.40346360206604004,-0.5423586368560791 +130,2.981815108277477,-0.5683056819373961,-0.29918240204075164,0.13409054279327393,0.5382048487663269,0.8320789337158203,0.21290281414985657,-0.05508355051279068,0.5940694808959961,-0.07769405841827393,-0.07937300205230713,-0.1735858917236328 +131,2.896772743183052,-0.5315985521732558,-0.37143951987781243,0.20893242955207825,0.5069119334220886,0.8362939357757568,-0.2567357122898102,-0.35858863592147827,0.29228949546813965,-0.09237053990364075,0.4070436954498291,0.012964487075805664 +132,2.8818919990471707,-0.5337549967412989,-0.41164660738952397,0.22107230126857758,0.5087696313858032,0.8320340514183044,0.45645350217819214,1.529716968536377,-0.12079047411680222,0.04441538453102112,0.30618709325790405,0.33350861072540283 +133,3.0145628848090205,-0.5853467142006231,-0.46675042059167055,0.10559738427400589,0.552488386631012,0.8268044590950012,0.2180669754743576,1.3035975694656372,0.1213391125202179,0.2544642686843872,-0.06976139545440674,0.464729905128479 +134,3.1213643115463854,-0.6076148111739289,-0.44533259014906346,0.016606586053967476,0.5709108114242554,0.8208443522453308,0.49156832695007324,-0.005151235498487949,-0.09227987378835678,-0.030492078512907028,-0.3254578113555908,-0.5851874947547913 +135,3.016273704766115,-0.6186315866128528,-0.4954015291750285,0.10182694345712662,0.5799208879470825,0.8082842230796814,-0.4115554988384247,-0.6289713382720947,0.2540208399295807,0.24407455325126648,-0.45359331369400024,-0.32368016242980957 +136,2.9809564896767706,-0.6008238849474951,-0.40745815247373685,0.13193485140800476,0.5653222799301147,0.8142505288124084,-0.6644298434257507,-1.15878164768219,-1.3133089542388916,-0.37090277671813965,0.413055956363678,0.25996822118759155 +137,2.9583998851574234,-0.5590873603581535,-0.23733258587101727,0.15443260967731476,0.5304127335548401,0.8335545063018799,0.5892021059989929,0.7621018290519714,-0.1660093069076538,0.33636635541915894,0.2290935516357422,-0.15070831775665283 +138,2.9505325059775727,-0.5783502912722868,-0.22217027971951192,0.15901556611061096,0.5466432571411133,0.822128176689148,0.1641169637441635,-0.28113168478012085,-0.012070255354046822,0.47227102518081665,0.13489043712615967,0.18371576070785522 +139,2.9073843171352487,-0.580946940093914,-0.21636651380235675,0.19399988651275635,0.5488157868385315,0.8131207227706909,0.22518101334571838,-0.14222994446754456,0.11013930290937424,-0.11274683475494385,-0.1955443024635315,-0.3930310010910034 +140,2.896986387765336,-0.58687887686261,-0.22054664483865252,0.20165205001831055,0.553764820098877,0.8078867197036743,0.05209679156541824,-0.02120795287191868,0.08976317197084427,0.01979874074459076,-0.14318138360977173,-0.2438303828239441 +141,2.8677025147441353,-0.563905093936378,-0.24605224843206294,0.2286016196012497,0.5344907641410828,0.8136714696884155,-0.1930043250322342,-0.058326490223407745,-0.028702199459075928,-0.3699132204055786,0.1279696226119995,0.12411856651306152 +142,2.9011693648799706,-0.5737286380798121,-0.2255597556329229,0.1999877691268921,0.5427674055099487,0.8157259225845337,0.1529223620891571,0.6444856524467468,-0.30565741658210754,-0.0683196485042572,0.46202391386032104,0.48833608627319336 +143,3.0079081946739654,-0.5996819394460432,-0.24561032607663477,0.11003018170595169,0.5643799304962158,0.8181499242782593,0.23882798850536346,1.1531946659088135,0.1316598504781723,0.2886667549610138,-0.18118584156036377,0.17480069398880005 +144,3.0414444966836918,-0.6066571232361818,-0.2804986825170748,0.08214008808135986,0.5701242685317993,0.8174418210983276,-0.03892531991004944,0.13451562821865082,0.2511270344257355,0.04597270488739014,-0.3064524531364441,-0.2713451385498047 +145,3.0403827984691523,-0.5909780404204797,-0.3107029147226631,0.08390083909034729,0.5571734309196472,0.8261464834213257,-0.23641672730445862,-0.06539282202720642,0.14988598227500916,-0.019157811999320984,-0.20355117321014404,-0.23485326766967773 +146,3.0374965359764614,-0.5937211313758938,-0.3010084294991379,0.08612585812807083,0.5594491958618164,0.8243779540061951,0.15153276920318604,-0.26338183879852295,-0.2771798372268677,-0.29738378524780273,0.1424703598022461,0.03266251087188721 +147,3.0535148067450675,-0.573747272916026,-0.217216060983871,0.07387860864400864,0.5427830815315247,0.8366174697875977,-0.16072869300842285,0.26081252098083496,-1.0180860757827759,-0.47748881578445435,0.2575404644012451,0.3444739580154419 +148,3.083462279131228,-0.5954866336941611,-0.22783583064271018,0.0480976365506649,0.5609117150306702,0.8264775276184082,0.2895694971084595,0.3221130967140198,0.24360530078411102,0.236997589468956,-0.059660375118255615,0.19482392072677612 +149,3.017320615844504,-0.59357774479115,-0.2931680294969903,0.10274969786405563,0.5593303442001343,0.8225520253181458,0.0499553456902504,-0.5504944920539856,0.6483771204948425,-0.036435022950172424,0.08182859420776367,-0.280575156211853 +150,2.9621850745489318,-0.5912051064577505,-0.3671620554777721,0.14815881848335266,0.5573620200157166,0.8169431686401367,-0.022749163210392,-0.05843210220336914,0.40523239970207214,-0.02729398012161255,-0.16150331497192383,-0.34575194120407104 +151,2.942055607583903,-0.5903579304374174,-0.4293900686545333,0.16466592252254486,0.5566583871841431,0.814258337020874,0.1429031491279602,0.06429977715015411,0.6066932678222656,0.16779257357120514,-0.023577392101287842,-0.3078038692474365 +152,2.8866436706925342,-0.5805277336460525,-0.43177440628477926,0.2108796238899231,0.5484653115272522,0.8091450929641724,-0.22834768891334534,-0.7866206765174866,-0.3793618381023407,-0.3519776165485382,0.3733944892883301,0.1788158416748047 +153,2.9515063407970517,-0.593891011706145,-0.3633858885850763,0.1565907746553421,0.5595899820327759,0.8138418197631836,0.2077372968196869,1.2794549465179443,0.06065808981657028,0.2721659541130066,0.2864793539047241,0.25566208362579346 +154,3.0264553856441005,-0.6133917889631085,-0.351441427638119,0.09393986314535141,0.5756442546844482,0.8122860193252563,-0.01390419714152813,0.2747648060321808,-0.17238256335258484,0.2469414472579956,-0.16930276155471802,-0.035034000873565674 +155,3.0314166436418652,-0.6158091067633789,-0.3413681593548047,0.08975555747747421,0.577619194984436,0.8113570809364319,-0.025095762684941292,-0.15864886343479156,-0.02377549186348915,0.06556367129087448,-0.28152233362197876,-0.33477914333343506 +156,2.9910695873091218,-0.6036282529370711,-0.32928721236359143,0.12345544993877411,0.5676332712173462,0.8139725923538208,-0.23990577459335327,-0.6298736929893494,-0.3339393436908722,-0.061764150857925415,-0.21452957391738892,-0.17873382568359375 +157,2.989744974123693,-0.589718129654583,-0.237811357257216,0.12571582198143005,0.5561267733573914,0.8215343952178955,-0.5611253380775452,-0.6070520877838135,-1.616747260093689,-0.45410019159317017,0.31366997957229614,0.05807387828826904 +158,3.0205900064032196,-0.5946704392548031,-0.1364220489516056,0.09998612105846405,0.5602357983589172,0.8222767114639282,0.3329654037952423,-0.23262177407741547,-0.32702118158340454,0.506535530090332,0.18308091163635254,0.15495741367340088 +159,3.0148664622044965,-0.6052028618533849,-0.09189989385196584,0.10393920540809631,0.5689288973808289,0.8157919645309448,-0.00924507062882185,-0.8927008509635925,-0.4918869733810425,0.3950079083442688,0.18708300590515137,0.052631497383117676 +160,2.9308358257205427,-0.6059375212695419,0.019195153106737015,0.1719558984041214,0.5695329308509827,0.8037809133529663,-0.034841589629650116,-1.1481187343597412,-0.8442161083221436,-0.1760299801826477,-0.1629166603088379,-0.32621121406555176 +161,2.8748408224661324,-0.6231522576707967,0.10103637199616348,0.21405422687530518,0.5835978388786316,0.7833230495452881,0.04380626976490021,-0.7101731300354004,-0.24045656621456146,0.1177634596824646,-0.31904077529907227,-0.14906078577041626 +162,2.8245469369880363,-0.6118678408123503,0.12177125258727789,0.25520017743110657,0.5743974447250366,0.777779221534729,-0.5097810626029968,-0.6325331926345825,-0.4314759373664856,-0.20631098747253418,0.021443068981170654,0.2484506368637085 +163,2.7666466415481255,-0.6069719334495255,0.12995886831275816,0.3008071780204773,0.5703828930854797,0.7643153667449951,0.03410879522562027,-0.4965876042842865,-0.34043219685554504,-0.31299901008605957,0.5900936722755432,0.35394006967544556 +164,2.870459678310591,-0.6167188713852029,0.2576346818759521,0.21848489344120026,0.5783615708351135,0.7859783172607422,-0.28985220193862915,0.24267572164535522,-0.9217839241027832,0.32732197642326355,0.16957837343215942,0.24916255474090576 +165,2.9245746500582754,-0.6268312719272338,0.3243454300615331,0.17438437044620514,0.5865814089775085,0.7908933162689209,0.03825320675969124,-0.19588476419448853,-0.511360764503479,0.20926736295223236,-0.2664520740509033,-0.3095701336860657 +166,2.9074546596989617,-0.6247509834010366,0.38287289393522705,0.18818099796772003,0.5848953127861023,0.7889775633811951,-0.2834610044956207,-0.7553714513778687,-0.47736886143684387,-0.014627531170845032,-0.3317977786064148,-0.2554692029953003 +167,2.864200952789641,-0.6106153203953959,0.44583003244333486,0.22436240315437317,0.5733717083930969,0.7879762053489685,-0.33982929587364197,-1.1377737522125244,-0.3186275362968445,-0.011746421456336975,-0.18476086854934692,-0.0056275129318237305 +168,2.8499967027808277,-0.5506327283798491,0.608889013711911,0.2449895590543747,0.5232265591621399,0.81621915102005,-1.8807002305984497,-0.8659382462501526,-1.6140413284301758,-0.4574071764945984,0.36193573474884033,0.3953285217285156 +169,2.9153883421235567,-0.6065812801612502,0.6363193741371721,0.18426892161369324,0.570061981678009,0.8006709814071655,-0.5344263315200806,-0.9496287703514099,0.2454179972410202,0.013164550065994263,0.5153108835220337,0.6839479804039001 +170,2.9115523655646793,-0.5909874281882427,0.639688501212564,0.18934303522109985,0.5571812391281128,0.8085160851478577,0.07829096168279648,-0.24978263676166534,-0.027987737208604813,0.37286704778671265,0.2478266954421997,-0.20466482639312744 +171,2.887501867199818,-0.6282044679420483,0.6037689698879664,0.20337583124637604,0.5876929759979248,0.7831062078475952,0.6830686926841736,0.09225084632635117,1.086372971534729,0.14002323150634766,-0.44682377576828003,-0.4164375066757202 +172,2.8401105198980625,-0.6479535597885849,0.5075118263080819,0.23675307631492615,0.6035559773445129,0.7613595128059387,-0.03909819573163986,-0.08805954456329346,0.28999075293540955,-0.10586316883563995,-0.24466931819915771,-0.06810688972473145 +173,2.8203402269489657,-0.618862563301216,0.5163792842580583,0.25719478726387024,0.5801090598106384,0.7728674411773682,-0.029940787702798843,0.04514061287045479,0.3217136561870575,-0.3329241871833801,0.3964838981628418,0.08012926578521729 +174,2.8456065826931844,-0.631159807623255,0.5203521444061573,0.23548847436904907,0.590081512928009,0.7722359895706177,-0.1870044767856598,1.165738821029663,-0.7834087014198303,-0.22228969633579254,0.28523874282836914,0.2820392847061157 +175,2.9742590902732835,-0.6388445112196331,0.5722136314197818,0.13370683789253235,0.5962682366371155,0.7915719151496887,0.025747202336788177,0.48496636748313904,-0.10932910442352295,0.45645731687545776,0.14329463243484497,0.3410877585411072 +176,2.9955275924076865,-0.637799032559524,0.5840742988964631,0.11693307757377625,0.5954285860061646,0.7948533296585083,0.03125304728746414,0.20925624668598175,0.11117704957723618,-0.007558032870292664,-0.2729187607765198,-0.2760390639305115 +177,2.9848880381722136,-0.6359316558058672,0.5609809617392407,0.12555646896362305,0.5939273238182068,0.7946609854698181,0.0007977504283189774,0.01284785382449627,0.2323310375213623,-0.10343120992183685,-0.4166353940963745,-0.29269254207611084 +178,2.9692039091593907,-0.6354508621248308,0.5178365661792325,0.13805298507213593,0.5935404300689697,0.7928749918937683,-0.055344462394714355,0.15689027309417725,0.4830271899700165,-0.09894472360610962,-0.16461598873138428,-0.05921733379364014 +179,2.994892371089595,-0.6166092135921852,0.5243674575245407,0.1192556843161583,0.5782721638679504,0.8070806264877319,0.4272380471229553,0.6676368713378906,0.3789171576499939,-0.22835606336593628,0.3173728585243225,0.033190250396728516 +180,3.0066860491392866,-0.6465748770354605,0.45951610043425056,0.1073497012257576,0.6024561524391174,0.7909002304077148,0.26139581203460693,0.34322425723075867,0.39804530143737793,0.295146644115448,-0.007271766662597656,0.22103232145309448 +181,2.9544720780814697,-0.6446421234840756,0.41506851792430155,0.14869694411754608,0.6009123921394348,0.7853620052337646,0.0370909608900547,-0.7802769541740417,0.31616854667663574,0.19390861690044403,0.1669555902481079,-0.18135815858840942 +182,2.8877301769335526,-0.6510551497499134,0.35964800497244764,0.19977159798145294,0.6060260534286499,0.7699505090713501,-0.03807280212640762,-0.26110148429870605,0.15897329151630402,-0.030505865812301636,-0.3095630407333374,-0.2492595911026001 +183,2.8438935337460234,-0.6299408625183031,0.35020745605286513,0.23702199757099152,0.5890969634056091,0.7725191712379456,-0.2655518651008606,-0.41263556480407715,-0.007317554205656052,-0.30351975560188293,0.10443031787872314,-0.07085877656936646 +184,2.8205365470559314,-0.6238059012154775,0.35222764158194814,0.25613492727279663,0.5841284990310669,0.7701871991157532,0.15953490138053894,0.11612096428871155,-0.22363263368606567,-0.270905464887619,0.28455424308776855,0.14608758687973022 +185,2.9078908395016363,-0.6594095107065039,0.3999570408929869,0.18303045630455017,0.6126502752304077,0.7688691020011902,0.38543885946273804,1.2909328937530518,-0.22509539127349854,0.27545034885406494,0.3889518976211548,0.3810485601425171 +186,2.987853099414917,-0.6935350740164864,0.3708569092835396,0.11775920540094376,0.6392596364021301,0.7599213123321533,0.10836364328861237,0.2927124500274658,0.15295228362083435,0.37969261407852173,-0.20342260599136353,0.364926278591156 +187,2.985840768202184,-0.6811330721823666,0.36662063773345105,0.12050878256559372,0.6296736598014832,0.7674561738967896,-0.11513887345790863,0.13585852086544037,0.013466624543070793,-0.24112948775291443,-0.16048109531402588,-0.3314208984375 +188,2.97694665475872,-0.6758964941786378,0.3536589002126099,0.12786845862865448,0.6255969405174255,0.7695961594581604,-0.05293560028076172,-0.298566997051239,-0.26879826188087463,-0.03001384437084198,-0.3038654327392578,-0.3761940002441406 +189,2.969763588117366,-0.6803275681164495,0.40090598927034754,0.1329178661108017,0.629047691822052,0.7659189105033875,-0.23871588706970215,-0.5365695357322693,-0.6018686890602112,-0.333860844373703,0.1863972544670105,0.019588232040405273 +190,3.003287653198867,-0.6996954548275869,0.47110447854061177,0.10547161102294922,0.6439847350120544,0.7577329277992249,0.12814989686012268,-0.4025740921497345,-0.9202510118484497,0.1759767234325409,0.3384522795677185,0.11400163173675537 +191,3.0095497059051053,-0.709929998891747,0.5374646636060353,0.09985160827636719,0.6517806649208069,0.7518055438995361,0.053112342953681946,-0.753797173500061,-0.18416382372379303,0.6571369171142578,-0.13838344812393188,0.40050768852233887 +192,2.9240889172438553,-0.6960106175881947,0.583528473683351,0.1656007617712021,0.641161322593689,0.7493253946304321,0.015916362404823303,-0.5236923098564148,-0.10899621248245239,-0.2800416648387909,-0.25053632259368896,-0.24120771884918213 +193,2.8755831128789606,-0.6979295099368376,0.5419436456190274,0.20141451060771942,0.6426327228546143,0.7392260432243347,0.1396191567182541,-0.0804094523191452,0.427603155374527,0.03654627501964569,-0.3348935842514038,-0.189711332321167 +194,2.852840504900977,-0.6728094150774884,0.5311692461415257,0.2227005809545517,0.6231856346130371,0.7496964931488037,-0.40320512652397156,-0.12358775734901428,0.00516792107373476,-0.2532028257846832,0.08895754814147949,-0.04728841781616211 +195,2.816479247239319,-0.6397669712316864,0.5451153293512677,0.2562468945980072,0.5970085263252258,0.7602095007896423,-0.17757195234298706,-0.7924321293830872,-0.31841641664505005,-0.23630359768867493,0.6239540576934814,0.26804983615875244 +196,2.8842531334671704,-0.6301899697871304,0.6004943167272985,0.20562151074409485,0.5892982482910156,0.781311571598053,-0.23686078190803528,1.5024752616882324,0.11708657443523407,0.26129746437072754,0.18140798807144165,0.13969385623931885 +197,2.99809379576153,-0.6225280675268978,0.5810566897364566,0.11617979407310486,0.5830908417701721,0.8040568828582764,-0.09002190083265305,0.7020778656005859,0.30201005935668945,0.5376898050308228,-0.15004640817642212,0.007085084915161133 +198,2.9769998221930503,-0.5937809357043746,0.5793970788605928,0.13580457866191864,0.5594987869262695,0.8176298141479492,-0.3629258871078491,-0.3334251046180725,-0.2097383737564087,-0.19886913895606995,-0.059163033962249756,-0.30800139904022217 +199,2.9704251420636067,-0.5534566348270351,0.6477196494967205,0.14490436017513275,0.5256309509277344,0.8382807374000549,-0.15294809639453888,-0.518749475479126,-0.2833218276500702,0.06012798845767975,0.03331369161605835,-0.26744961738586426 +200,2.9254322332191958,-0.5462633751464965,0.6941228347601474,0.18326790630817413,0.5194980502128601,0.8345864415168762,-0.08146816492080688,-0.5733189582824707,-0.5797537565231323,-0.22587047517299652,0.1560695767402649,-0.101798415184021 +201,2.9233035089537904,-0.5663626522859235,0.7555356431386383,0.18274568021297455,0.5365661978721619,0.8238329887390137,0.3643096089363098,-0.011934483423829079,-0.2232210636138916,-0.11244845390319824,0.039804041385650635,-0.014674663543701172 +202,2.933048396984992,-0.5981555530169406,0.8135757885340638,0.17108941078186035,0.5631192326545715,0.8084706664085388,0.1984233558177948,-0.44226646423339844,-0.3706972002983093,0.30890631675720215,0.04280722141265869,0.14474570751190186 +203,2.8525533802941268,-0.6035468666843816,0.9041458868488538,0.23467431962490082,0.5675662755966187,0.7891745567321777,-0.2247309386730194,-1.4867562055587769,-0.9222163558006287,-0.08081994950771332,0.03721582889556885,-0.17647314071655273 +204,2.796007713051072,-0.608597447869731,1.0075331569698553,0.2779252231121063,0.5717173218727112,0.7719433903694153,-0.3492884039878845,-0.5385213494300842,-0.58212810754776,-0.1447007954120636,-0.26165878772735596,-0.054109036922454834 +205,2.832394043244463,-0.6299677871284968,0.9499535812387485,0.24588492512702942,0.5891187191009521,0.7697275280952454,0.4424852132797241,1.3431220054626465,0.436905175447464,-0.12886521220207214,-0.5877300500869751,-0.33221203088760376 +206,2.943162764319022,-0.5879628855177628,0.9915801473068308,0.1640266627073288,0.5546671748161316,0.815744936466217,-2.4030210971832275,-0.8694807291030884,-2.9717204570770264,-0.34920734167099,1.1271259784698486,1.1353507041931152 +207,2.9315057162889167,-0.5624503951511037,0.9013334835330304,0.17641884088516235,0.533260703086853,0.8273511528968811,0.6507322788238525,0.35580334067344666,2.238537073135376,-0.15583471953868866,0.13791245222091675,-0.4732555150985718 +208,2.8624598213684322,-0.5926730278479702,0.782954188670491,0.22853203117847443,0.5585801601409912,0.7973465323448181,0.004212686326354742,-0.6444686651229858,-0.3603364825248718,-0.22253528237342834,-0.14705055952072144,-0.37376248836517334 +209,2.917863882070301,-0.6198051848730526,0.9471453008871814,0.1805979311466217,0.5808765888214111,0.7937046885490417,0.07785028219223022,-0.7925657033920288,-2.1466081142425537,0.45001736283302307,0.08794677257537842,0.2771114706993103 +210,2.868510029403403,-0.6086324456909911,1.06596337624456,0.22127112746238708,0.5717459917068481,0.7900290489196777,0.05924909561872482,-1.2170323133468628,-0.8764145970344543,0.3429836630821228,0.28959745168685913,0.2930246591567993 +211,2.806843726526013,-0.6496597955173499,1.1633858722867658,0.26160678267478943,0.6049155592918396,0.7520902156829834,0.44461536407470703,-0.9373137950897217,-0.3834537863731384,-0.24311310052871704,-0.4137532711029053,-0.11268573999404907 +212,2.7875724740020185,-0.6689351142651467,1.1307707445063762,0.271957665681839,0.6201509833335876,0.735834002494812,0.12078702449798584,1.3870183229446411,0.20290786027908325,-0.31120333075523376,-0.6372714042663574,-0.1255892515182495 +213,2.9517629985833667,-0.6283255286786675,1.1185391369586573,0.15265390276908875,0.5877909064292908,0.7944799065589905,-0.9207668304443359,0.9850653409957886,1.15317702293396,0.9938304424285889,0.7033314108848572,1.2631218433380127 +214,2.9016817502325907,-0.5273118700469419,1.0936543921452109,0.2053389549255371,0.5032121539115906,0.8394123911857605,0.01656550168991089,-0.2922210693359375,1.3321176767349243,-0.1330733597278595,0.3672100901603699,-0.43117886781692505 +215,2.8480340550333256,-0.5368068487029882,0.9932146237517223,0.24866077303886414,0.5113945603370667,0.8225835561752319,1.099361777305603,-0.06441588699817657,1.0867359638214111,-0.016391441226005554,-0.044734954833984375,-0.6941044330596924 +216,2.793145333040691,-0.5631651714890459,1.0761663466175129,0.28871026635169983,0.533865213394165,0.7947540879249573,-0.20511752367019653,-0.5128112435340881,-1.7571885585784912,-0.07408013939857483,0.026345908641815186,-0.15460222959518433 +217,2.766012621571531,-0.5688376185410481,1.263824849312093,0.3090493977069855,0.5386530756950378,0.7837992310523987,-0.26188552379608154,-1.5469545125961304,-0.7070918679237366,0.315416544675827,0.5708745121955872,0.31046950817108154 +218,2.6683485004611858,-0.6015809239257165,1.3247987495479756,0.3757610619068146,0.5659465789794922,0.7338311076164246,0.2276112586259842,-1.2591965198516846,-0.23669110238552094,-0.17411619424819946,-0.3530406951904297,-0.030462026596069336 +219,2.56557677845549,-0.6037862226725534,1.2730321238864888,0.4483819901943207,0.5677633285522461,0.6903612613677979,0.1402113139629364,0.42291200160980225,0.656007707118988,-0.487947940826416,-0.6864156126976013,-0.016075313091278076 +220,2.7466116655896498,-0.605537298109364,1.248935503361449,0.31637346744537354,0.5692039132118225,0.7588904500007629,-0.6664677858352661,1.589381456375122,0.9917807579040527,1.3569663763046265,0.479731023311615,1.1027733087539673 +221,2.7276761906337086,-0.4825262724645828,1.2035350527008282,0.3562772274017334,0.46401849389076233,0.8110195994377136,0.5149465799331665,0.09135884046554565,1.7721383571624756,-0.09091171622276306,0.10368463397026062,-0.3939208388328552 +222,2.692281620518629,-0.49145288236513995,1.079161365958904,0.38293951749801636,0.4719073176383972,0.7941415905952454,1.1734379529953003,0.019634271040558815,0.7766090035438538,-0.17148324847221375,0.025239259004592896,-0.6996439099311829 +223,2.6637252100107873,-0.5237000570087791,1.1676037282484162,0.39825016260147095,0.5000877380371094,0.7689662575721741,-0.06337044388055801,-0.0278386939316988,-2.0834009647369385,-0.08559760451316833,-0.04952627420425415,-0.5242915749549866 +224,2.643679136137411,-0.5133368578380313,1.4395356335719183,0.4160367250442505,0.4910867512226105,0.7653412222862244,-0.7939074635505676,-1.83321213722229,-0.7356250286102295,0.256616473197937,0.6933767795562744,0.40778493881225586 +225,2.557247269298493,-0.5433887649115933,1.5563674223608284,0.4721941649913788,0.5170395970344543,0.7139347195625305,0.8300683498382568,-1.1035962104797363,0.22799111902713776,-0.09685847163200378,-0.4400285482406616,-0.022238552570343018 +226,2.381341617830025,-0.5340935420814527,1.40207405761829,0.5931321978569031,0.5090610384941101,0.62373948097229,0.3072681725025177,0.6887921094894409,0.1339443176984787,-0.7528917789459229,-0.8726170063018799,-0.3095915913581848 +227,2.6067570516793226,-0.5412502169156196,1.4296694014190447,0.4368457496166229,0.5152078866958618,0.7373780608177185,-1.2570908069610596,0.9304976463317871,-0.34611842036247253,1.3490123748779297,1.3920643329620361,1.4200468063354492 +228,2.506384482140802,-0.36555902353315045,1.4396055928637375,0.554139256477356,0.35747143626213074,0.7517604827880859,0.6760929226875305,-0.9190900921821594,1.8633151054382324,-0.39910995960235596,0.14803698658943176,-0.29205894470214844 +229,2.4117781092954647,-0.34882544885158584,1.3196796525205519,0.6265774369239807,0.3417942225933075,0.700412392616272,1.1356292963027954,-1.2208654880523682,1.6830589771270752,-0.4980831742286682,-0.1105014979839325,-0.611240029335022 +230,2.366364481556331,-0.3461442314541644,1.3221371044614028,0.6583678126335144,0.33927327394485474,0.6718970537185669,-1.7940380573272705,-0.9680299162864685,-1.5288710594177246,0.6119416952133179,-0.12229326367378235,-0.02497011423110962 +231,2.2860842973429745,-0.3272266311632363,1.4552167136348217,0.7148470282554626,0.32141804695129395,0.6210343837738037,-1.4949203729629517,-2.94042706489563,-0.7196240425109863,0.022732138633728027,0.0795828104019165,0.18208134174346924 +232,2.099801139015821,-0.29389241189833665,1.5889129800882964,0.8262941241264343,0.2896799147129059,0.4830358028411865,-1.2591263055801392,-1.4561604261398315,-0.5014258027076721,-0.7524263262748718,-0.38823646306991577,-0.10106256604194641 +233,2.0204250189760815,-0.2791824118190682,1.6246106151772843,0.8657379746437073,0.2755697965621948,0.41780272126197815,0.5597586631774902,-0.1307259052991867,0.46175336837768555,-0.5752410888671875,-0.3316611349582672,-0.2139148712158203 +234,2.16305454552769,-0.2911901525368956,1.532600104878604,0.7947547435760498,0.2870924770832062,0.5347357988357544,0.09709887206554413,2.0283632278442383,0.25600698590278625,1.676222801208496,0.9818741083145142,0.677574872970581 +235,2.2180316346000253,-0.3134023287252446,1.4524437395827725,0.7588955163955688,0.3082970082759857,0.5736120343208313,0.5512475967407227,1.3131449222564697,0.12354868650436401,-0.2452998161315918,0.21109691262245178,0.31065016984939575 +236,2.3215755929181436,-0.32169093335926363,1.476126271262627,0.6936507225036621,0.31617119908332825,0.6472129821777344,-0.7406790852546692,1.35707426071167,-1.6130731105804443,-0.8050550818443298,0.31227734684944153,-0.6068839430809021 +237,2.4299507010187114,-0.3494746602071611,1.6556606941158718,0.6136014461517334,0.3424042761325836,0.7115145921707153,-0.9530019760131836,0.10503867268562317,-1.7157121896743774,0.3980410695075989,-0.4927186071872711,-0.620419442653656 +238,2.4401256125750987,-0.32153651732515154,1.8851264769352096,0.6122660040855408,0.31602469086647034,0.7247473001480103,-1.154002070426941,-1.5112959146499634,-1.7415305376052856,0.516319751739502,0.11241152882575989,0.14465278387069702 +239,2.3570855126270542,-0.3482132567649653,2.028273202793783,0.6640763878822327,0.34121882915496826,0.6652608513832092,0.2617306411266327,-1.0729331970214844,-0.43636414408683777,-0.3360125422477722,-0.6391467452049255,0.0851815938949585 +240,2.3041639395456897,-0.36083281045649185,1.930981921290514,0.6950822472572327,0.3530535399913788,0.6262694597244263,0.7136944532394409,1.482673168182373,1.0823187828063965,-0.5110461711883545,-0.49480774998664856,-0.1794312596321106 +241,2.3397508547017285,-0.31266219959169983,1.749141777323426,0.6837972402572632,0.30759286880493164,0.6616708636283875,1.3157315254211426,0.13849778473377228,3.6662421226501465,1.8816478252410889,-0.9754852652549744,0.0590171217918396 +242,2.1565269761460777,-0.14816918334313978,1.6196379377880572,0.8241778612136841,0.14762762188911438,0.5467512607574463,0.26738420128822327,-1.0905063152313232,1.2471554279327393,-0.04155457019805908,0.23805353045463562,0.2023026943206787 +243,2.004110509634498,-0.06366284343753674,1.4508343116194824,0.9057405591011047,0.06361985206604004,0.4190303683280945,0.02534148097038269,-1.2569093704223633,0.17546990513801575,-0.921106219291687,0.689828634262085,-0.37548184394836426 +244,1.778867598708394,0.02950015686235768,1.508637680864771,0.9780053496360779,-0.029495878145098686,0.20648325979709625,-1.5891380310058594,-0.8125455379486084,0.49994799494743347,-0.9984369874000549,0.44929566979408264,0.029860123991966248 +245,1.7671975655138312,0.218660716072924,1.7234932399819713,0.9574218988418579,-0.21692241728305817,0.19049450755119324,-3.085963249206543,0.9290134906768799,1.738361120223999,1.9223542213439941,0.03183329105377197,-0.017551392316818237 +246,1.7176551602374706,0.23460841180205996,1.9181010584678087,0.9621357917785645,-0.23246213793754578,0.14232279360294342,-0.8300804495811462,0.24924138188362122,-0.41520771384239197,-0.3754507899284363,-0.26843810081481934,0.23315021395683289 +247,1.701919211268431,0.18451033156615124,1.9297053553699826,0.974587619304657,-0.18346519768238068,0.1285281926393509,0.8683800101280212,-0.4653555750846863,-0.2750903069972992,-0.897866427898407,-0.10648229718208313,0.13695955276489258 +248,1.7980090383404743,0.16257559543796082,1.8104458216387112,0.9614507555961609,-0.1618603765964508,0.22229239344596863,2.3633577823638916,1.8225098848342896,-0.23147456347942352,0.6541651487350464,-0.8992358446121216,-0.24414297938346863 +249,1.8870780114567438,0.20050477759237648,1.6919815778601293,0.9313585162162781,-0.199164018034935,0.30480366945266724,0.6845882534980774,0.9413743019104004,0.5268816947937012,0.027702271938323975,0.2281709611415863,0.7111876010894775 +250,1.837079001880381,0.23484176650580912,1.557346646942934,0.9382743239402771,-0.23268909752368927,0.255923867225647,0.8309624195098877,-1.0625237226486206,0.30940720438957214,-0.7205162048339844,0.5951310992240906,-0.09962812066078186 +251,1.807430170152586,0.23042821370099598,1.6344896087679033,0.9464378952980042,-0.22839443385601044,0.22823528945446014,-1.8508360385894775,1.3243709802627563,-0.5036576986312866,-0.8391991257667542,0.39332669973373413,0.0051174163818359375 +252,1.863812639359568,0.2105965205830852,1.8973828730681335,0.9362250566482544,-0.20904327929019928,0.28245973587036133,-3.1587867736816406,0.09421315789222717,-0.5685231685638428,1.424462080001831,0.41366368532180786,0.3079943358898163 +253,1.7741277160128106,0.18601662262323643,2.0759228616142074,0.9625032544136047,-0.1849457174539566,0.19844956696033478,-0.02046634629368782,-0.6074275374412537,-1.1225544214248657,-0.46970558166503906,-0.026953086256980896,0.09929510951042175 +254,1.7503857625944614,0.10515801523550676,2.0097555580611632,0.9784821271896362,-0.10496431589126587,0.1776389330625534,1.465619683265686,0.6233518123626709,-0.09871302545070648,-1.2846648693084717,-0.35809415578842163,0.16572965681552887 +255,1.9364518118084961,0.12192346303600579,1.7847067473068523,0.926956832408905,-0.12162161618471146,0.35490715503692627,2.6683390140533447,0.8538883924484253,2.224247932434082,1.8054802417755127,-1.5643219947814941,-0.8428679704666138 +256,1.984458899172459,0.20623807361754265,1.6525120154312392,0.8962504863739014,-0.20477914810180664,0.3934473693370819,0.9462835192680359,-0.3208428919315338,1.1867265701293945,0.18378198146820068,0.35260626673698425,0.3927159905433655 +257,1.9234541856274847,0.2296229491037239,1.5090574937483088,0.9138257503509521,-0.22761037945747375,0.33632755279541016,0.7357568144798279,-0.9554422497749329,0.4575743079185486,-0.5945659875869751,0.6053721904754639,-0.03220459818840027 +258,1.8763231278673544,0.20973280023727692,1.5415593652251254,0.9327901601791382,-0.20819856226444244,0.2942041754722595,-1.2800250053405762,0.42558813095092773,-0.5965851545333862,-0.9319965839385986,0.25385284423828125,-0.2098993957042694 +259,1.9538048184619343,0.2312167770410681,1.7658059440552296,0.9028611183166504,-0.2291620820760727,0.3637675940990448,-4.467431545257568,0.20031481981277466,-0.2947078347206116,2.036607265472412,0.5489557981491089,0.5072193145751953 +260,1.8938112756085148,0.2114881855169508,2.031427657285978,0.927154541015625,-0.2099151611328125,0.310354620218277,-0.5788094997406006,-0.7477947473526001,-0.9514195322990417,-0.26454174518585205,-0.1133880764245987,0.16948851943016052 +261,1.772343581436117,0.14162949106841324,1.9662703752393167,0.9699480533599854,-0.14115647971630096,0.1981811225414276,0.5879376530647278,0.04230732098221779,-0.2140553593635559,-1.0398179292678833,-0.30272167921066284,0.3379516899585724 +262,1.879106573894692,0.13345073608945138,1.774039285734605,0.9443754553794861,-0.13305498659610748,0.30075088143348694,2.674445390701294,3.521089792251587,1.022468090057373,0.47113651037216187,-1.0817124843597412,-0.03773528337478638 +263,2.014272189830789,0.22003080189885393,1.646045252906236,0.8814886808395386,-0.21825967729091644,0.41873687505722046,1.0262048244476318,-0.9675729274749756,0.8873315453529358,0.08445370197296143,0.21615394949913025,0.5174051523208618 +264,2.042321180968752,0.22351403913249707,1.4820884669968306,0.8687156438827515,-0.22165760397911072,0.4429456889629364,1.4896970987319946,-0.008457604795694351,0.0993986651301384,-0.43644946813583374,0.4657982587814331,-0.03903034329414368 +265,2.007351269945681,0.16934250461888423,1.4225146369273163,0.8932509422302246,-0.1685342937707901,0.41677188873291016,-0.287787526845932,0.3314872086048126,-0.8850809931755066,-0.9200149178504944,0.3943949341773987,-0.31151679158210754 +266,2.0894177083190346,0.16113660696936996,1.5374971685716443,0.8572523593902588,-0.16044019162654877,0.4892619550228119,-1.588188886642456,1.2616630792617798,-0.561995267868042,2.0406813621520996,-0.24054552614688873,-0.327259361743927 +267,2.101900716981819,0.13378736750123965,1.9111681400517322,0.8545430898666382,-0.13338860869407654,0.5019599199295044,-1.3101471662521362,-0.6572608947753906,-1.9312922954559326,-0.20700573921203613,-0.08189766108989716,0.2852715849876404 +268,1.9454729725881725,0.02891288313430216,1.9558705089555442,0.9302371144294739,-0.028908854350447655,0.36581867933273315,0.5925617814064026,-1.0560446977615356,-0.15832601487636566,-0.9537203907966614,-0.2148655652999878,-0.12358546257019043 +269,1.9846055043517399,-0.0028953256832614164,1.8388624698781233,0.9155920147895813,0.002895321696996689,0.40209823846817017,1.9687122106552124,1.8340249061584473,0.9396286010742188,-0.0697210431098938,-0.9241142272949219,-0.2719559669494629 +270,2.285540428429345,0.02507726865395013,1.7268405232753243,0.7550234198570251,-0.025074640288949013,0.6552180051803589,0.54301518201828,0.020911220461130142,1.2570066452026367,0.3021511435508728,0.10602251440286636,0.6355075240135193 +271,2.229972474517196,0.08194931876741648,1.5387659000211975,0.7878443002700806,-0.08185762166976929,0.6104105114936829,1.397621989250183,0.25104108452796936,0.9109449982643127,-0.4512200355529785,0.5329989790916443,-0.1761605143547058 +272,2.233453052804194,0.0469723264866954,1.473730504709885,0.7874910831451416,-0.04695505648851395,0.6145349740982056,0.22593609988689423,0.7486721873283386,-0.9070970416069031,-0.9166262149810791,0.39064401388168335,-0.3609185218811035 +273,2.3918530778488063,-0.049738972950540986,1.5889386092101108,0.680605411529541,0.0497184656560421,0.7309612035751343,-2.543879985809326,1.6622298955917358,-1.4518163204193115,2.0994086265563965,-0.4879051148891449,0.28394651412963867 +274,2.4087281508897322,-0.054182296817703465,1.8661731178102574,0.6680196523666382,0.05415578931570053,0.7421703338623047,-0.6090042591094971,-0.7193948030471802,-2.0133674144744873,0.16512542963027954,0.015134360641241074,0.22851747274398804 +275,2.26520311935081,-0.09914532508988844,1.924499922941969,0.7646598219871521,0.09898297488689423,0.6367871761322021,0.24599647521972656,-1.8345383405685425,0.3022611141204834,-0.7125509977340698,-0.4542381167411804,-0.4003216624259949 +276,2.2804127523068973,-0.11169681227116099,1.8704413266175317,0.7538845539093018,0.11146470159292221,0.6474827527999878,1.3150638341903687,3.0787315368652344,0.2458525449037552,-0.1848994493484497,-0.4667198061943054,-0.24610024690628052 +277,2.546305241257876,-0.1362671836854351,1.7542080353312421,0.5555486679077148,0.1358458548784256,0.8203120231628418,0.8420764207839966,1.246631145477295,0.8622210621833801,0.5890741944313049,0.1640961766242981,0.7331854104995728 +278,2.563765710862213,-0.06134338774314815,1.5482476484387109,0.5451775193214417,0.06130492314696312,0.8360759019851685,0.48717308044433594,-0.37861111760139465,2.62200665473938,-0.4430353045463562,0.4153643846511841,-0.4697125554084778 +279,2.5539162672118154,-0.07105755796129094,1.4407044093202082,0.5530296564102173,0.07099777460098267,0.8301311135292053,0.3526657223701477,0.8387570977210999,-0.3917473256587982,-0.7142387628555298,0.20120376348495483,-0.583503246307373 +280,2.6487709962782064,-0.13754561998641487,1.6005241939094643,0.4686453342437744,0.1371123343706131,0.8726808428764343,-1.637765645980835,0.08065363764762878,-2.0583248138427734,1.5793893337249756,-0.0997893363237381,0.8385313749313354 +281,2.6256170140858432,-0.12149596708374343,1.8209344838031971,0.48974668979644775,0.12119728326797485,0.863399863243103,-0.5650147795677185,-0.12525159120559692,-1.5773279666900635,0.24951109290122986,-0.02174050360918045,0.2784762978553772 +282,2.5195059669154216,-0.09887543495383663,1.9059218771444926,0.5798861980438232,0.09871440380811691,0.8086952567100525,-0.12031436711549759,-1.5920543670654297,0.26082590222358704,-0.7672792077064514,-0.26408910751342773,-0.4947606921195984 +283,2.528565946503532,-0.1034023904394376,1.891462264375664,0.5722726583480835,0.10321822762489319,0.8135417699813843,0.5521988868713379,1.7822191715240479,0.5211308598518372,-0.3013222813606262,-0.3103104829788208,-0.4647411108016968 +284,2.727312981138796,-0.12306809818024109,1.7419496263401824,0.39948609471321106,0.1227576732635498,0.9084827899932861,0.5994643568992615,0.6584663987159729,1.1027765274047852,0.9601329565048218,0.1315147578716278,0.9292855262756348 +285,2.691988669015422,-0.0777510521157924,1.6065130568999395,0.4332959055900574,0.07767274230718613,0.8978984355926514,0.3636806309223175,-0.27057522535324097,1.7283782958984375,-0.2718273997306824,0.4831487834453583,-0.08233141899108887 +286,2.6686274429455104,-0.06674208919613474,1.507853901368357,0.4545137882232666,0.0666925460100174,0.8882394433021545,0.16823820769786835,-0.34967324137687683,0.1310923844575882,-0.5538942813873291,0.3561285138130188,-0.7593790292739868 +287,2.713466799946957,-0.11106217210459671,1.603936790228516,0.4126087725162506,0.11083398759365082,0.9041406512260437,0.33687078952789307,1.6246551275253296,-2.612302541732788,0.6501354575157166,-0.16739827394485474,0.11249160766601562 +288,2.66649207585371,-0.10340556880581606,1.8482158692491828,0.45498454570770264,0.10322138667106628,0.884496808052063,-0.4705420732498169,-0.9878073334693909,-2.2887001037597656,0.26815998554229736,0.07451297342777252,0.38443946838378906 +289,2.6056500477265647,-0.17819434131341547,2.010381167560133,0.5025657415390015,0.17725279927253723,0.8461733460426331,0.4401969313621521,-1.2177910804748535,-0.4358479678630829,-0.29060590267181396,-0.38959407806396484,-0.36843574047088623 +290,2.5324355386177695,-0.1835951286201925,1.9837608016358956,0.5625601410865784,0.18256545066833496,0.806347131729126,0.15125828981399536,0.5530989170074463,0.0756336897611618,-0.48905861377716064,-0.35592055320739746,-0.3788875341415405 +291,2.7307095474710965,-0.1936085954243434,1.932770803052662,0.3919565677642822,0.19240131974220276,0.8996400237083435,-0.6432870626449585,0.12958788871765137,1.4867260456085205,1.3649252653121948,0.5665251016616821,1.2426025867462158 +292,2.7170978385479247,-0.15654989924161206,1.8181335040530233,0.4068239629268646,0.15591123700141907,0.9001035690307617,0.22368091344833374,-0.7905646562576294,1.847774624824524,0.01933881640434265,0.18509221076965332,-0.04637408256530762 +293,2.6815967632958224,-0.13132269722409687,1.681985660475554,0.4401217997074127,0.13094556331634521,0.8883388042449951,0.12627574801445007,-0.14846530556678772,0.5756039023399353,-0.4881870746612549,0.11671984195709229,-0.47770965099334717 +294,2.6776838680567394,-0.1527446874468662,1.6936272706712998,0.4422377645969391,0.1521514356136322,0.8838983178138733,0.011095279827713966,0.8196786642074585,-1.7404063940048218,-0.13339978456497192,0.11142890155315399,-0.39250409603118896 +295,2.709163694722896,-0.1329631433745457,1.9330827642173203,0.4153783619403839,0.13257171213626862,0.899936318397522,-0.47701898217201233,-0.7704814672470093,-1.6553738117218018,0.5103722810745239,0.5517696738243103,0.5200464725494385 +296,2.645901674661691,-0.19553999393361693,2.088430416314349,0.4665752649307251,0.19429627060890198,0.8628768920898438,0.2670630216598511,-0.7763665318489075,-1.022894263267517,-0.1649547815322876,-0.21526184678077698,-0.11176300048828125 +297,2.561890676127564,-0.21803478172857052,2.090471087899534,0.5348058342933655,0.21631135046482086,0.8168184757232666,0.2111930400133133,-0.25144121050834656,0.31980785727500916,-0.6999364495277405,-0.5043667554855347,-0.43241894245147705 +298,2.7503544381846368,-0.23053239137194148,2.038896630019898,0.37124505639076233,0.22849586606025696,0.8999813199043274,0.13301369547843933,3.0479023456573486,1.4189903736114502,1.300645112991333,-0.6822922825813293,1.3367891311645508 +299,2.809334240056279,-0.17596104605785645,1.9520806798061423,0.3211421072483063,0.1750544309616089,0.9307112693786621,-0.15994518995285034,0.09082797169685364,1.143447756767273,-0.12175554037094116,0.06781969964504242,0.28013455867767334 +300,2.7840266733595502,-0.15064838210063555,1.816970278590591,0.3460310995578766,0.15007920563220978,0.9261417388916016,0.23912253975868225,0.29225215315818787,0.8465431928634644,-0.38768765330314636,0.19866040349006653,-0.5454503297805786 +301,2.764361037262353,-0.15784254946718704,1.802971049431634,0.3637690842151642,0.15718793869018555,0.91813063621521,0.019273502752184868,-0.09495654702186584,-1.0203520059585571,-0.22189289331436157,0.47553300857543945,-0.6939638257026672 +302,2.7903953840014935,-0.17464853187615978,2.023297032277916,0.338788777589798,0.1737620234489441,0.9246774315834045,-0.7907266616821289,-1.162488341331482,-1.548458456993103,1.0469838380813599,0.32880139350891113,0.7332507371902466 +303,2.706879642973777,-0.21187087927261147,2.2180392718239683,0.41173285245895386,0.21028931438922882,0.8867098689079285,-0.11354239284992218,-1.3868495225906372,-1.6055926084518433,-0.009587526321411133,-0.12093387544155121,-0.06813693046569824 +304,2.5876581820738243,-0.2481313178224171,2.2697691180820176,0.5099264979362488,0.24559293687343597,0.8244144320487976,0.06661395728588104,-0.2569664716720581,0.18604117631912231,-0.8375632166862488,-0.5793942213058472,-0.38802826404571533 +305,2.6605457418549077,-0.24933500866974004,2.2314570798601814,0.44839906692504883,0.2467595934867859,0.8590971231460571,0.5104616284370422,3.0000903606414795,0.14649558067321777,-0.051319628953933716,-0.5681096911430359,-0.2683379054069519 +306,2.7573026150257185,-0.198723935749759,2.167625306236091,0.36752283573150635,0.19741854071617126,0.9088197946548462,-0.09570153057575226,0.006960766389966011,0.42742180824279785,0.11087080836296082,0.22657746076583862,0.5986114740371704 +307,2.6492266037607903,-0.13616179844425347,2.0046127122194535,0.46833693981170654,0.1357414424419403,0.8730606436729431,0.6555702090263367,-0.800980806350708,2.0627379417419434,-0.39807018637657166,0.09439162909984589,-0.26777493953704834 +308,2.571223561250221,-0.11615316843692992,1.9328567061593156,0.5363045334815979,0.11589216440916061,0.8360302448272705,-0.08450552076101303,-1.0102804899215698,-0.21892431378364563,-0.4648628830909729,0.3259565830230713,-0.279771089553833 +309,2.603063861606495,-0.14880562313771492,2.0617954659520206,0.5072057843208313,0.1482570618391037,0.848977267742157,-1.1166664361953735,0.14729364216327667,-1.689997673034668,0.701458215713501,0.1949131190776825,0.4437168836593628 +310,2.54244876619497,-0.14852929614121133,2.196385798668732,0.5577267408370972,0.14798377454280853,0.8167264461517334,-0.3114580512046814,-0.9329686760902405,-1.3202978372573853,0.2072879672050476,0.03823448717594147,0.22697484493255615 +311,2.426795423265245,-0.20628959909157607,2.292764764106751,0.6415669322013855,0.20482958853244781,0.7392136454582214,0.39528605341911316,-1.5352054834365845,0.19014932215213776,-0.4720417857170105,-0.5091966390609741,-0.09813082218170166 +312,2.37824475039853,-0.19135733956786233,2.257403663640444,0.6787252426147461,0.1901916265487671,0.7093373537063599,0.24221433699131012,1.3924261331558228,0.0995471253991127,-0.4754628539085388,-0.3220733404159546,0.021116197109222412 +313,2.587453167852737,-0.20234922374701667,2.1751320840841855,0.5154754519462585,0.20097117125988007,0.8330037593841553,0.4067443907260895,0.5424774289131165,1.5233510732650757,1.0710570812225342,0.04356613755226135,0.9412575364112854 +314,2.5541496424953225,-0.12673015911927818,2.0283335573266434,0.5497897863388062,0.12639120221138,0.8256853818893433,0.29043006896972656,-0.8289756774902344,2.2774600982666016,-0.05992168188095093,0.2860233187675476,-0.12259095907211304 +315,2.5410281107280777,-0.08928552078581467,1.859354423856977,0.5628572702407837,0.08916693925857544,0.8217303156852722,0.4151351749897003,-0.2972632944583893,0.8699155449867249,-0.37253445386886597,0.11661308258771896,-0.46317940950393677 +316,2.480637140276851,-0.06810756101887575,1.846571701444918,0.6124480366706848,0.0680549219250679,0.7875756621360779,-0.30441832542419434,-0.010482141748070717,-1.1918691396713257,-0.6321625113487244,0.4831688404083252,-0.495370090007782 +317,2.4909398333196084,-0.06772349531111262,2.034998833014865,0.6043173670768738,0.06767173856496811,0.793864369392395,-1.521982192993164,-1.2913278341293335,-0.8973000049591064,0.9413978457450867,0.6217050552368164,0.7231490015983582 +318,2.391949159021795,-0.0961163367844973,2.1680100434582377,0.6782327890396118,0.09596841037273407,0.7285534143447876,0.03010590933263302,-0.8013169169425964,-1.0192880630493164,-0.1584116816520691,-0.018865779042243958,-0.07585877180099487 +319,2.285873689220693,-0.1165522710313252,2.1257574759236877,0.7499198913574219,0.11628856509923935,0.6512273550033569,0.7884613871574402,-0.5605884194374084,0.45245856046676636,-0.8941002488136292,-0.5109266638755798,-0.3766607642173767 +320,2.3218931374159304,-0.1322518833614246,2.0085234536953847,0.7245578169822693,0.1318666934967041,0.6764814257621765,0.9710986018180847,3.283548593521118,0.6673610806465149,0.31545066833496094,-0.8654024600982666,0.286790668964386 +321,2.4803541961541877,-0.12020473904738321,1.9598711145511534,0.6096636056900024,0.11991547048091888,0.7835373878479004,0.11977912485599518,-0.6599986553192139,1.1002520322799683,0.20115798711776733,0.215976282954216,0.49470674991607666 +322,2.438997687776744,-0.06877332922229648,1.9139153628146202,0.6446725726127625,0.06871912628412247,0.761363685131073,-0.009822577238082886,0.4649094343185425,-0.11866708099842072,-0.3339122533798218,0.31233859062194824,-0.30639249086380005 +323,2.4773019136352006,-0.07921763853122492,1.953258532347156,0.6145675182342529,0.07913480699062347,0.7848851084709167,-0.25389862060546875,0.7426989078521729,-1.2447171211242676,-0.7342879176139832,0.40232574939727783,-0.285434365272522 +324,2.5613807252689424,-0.10048604116087964,2.098460606774755,0.5454357266426086,0.10031701624393463,0.8321273922920227,-0.8426285982131958,0.4089135229587555,-1.4415510892868042,1.041432499885559,-0.19884303212165833,0.24293047189712524 +325,2.49113512800573,-0.07788968552113558,2.286773775820727,0.6037145853042603,0.07781095057725906,0.7933940291404724,-0.7466437220573425,-1.1636103391647339,-1.1360573768615723,-0.039597153663635254,0.06816987693309784,0.6657276153564453 +326,2.2906648161538468,-0.10393418768990244,2.3360323316983322,0.7478350400924683,0.1037471666932106,0.6557281613349915,0.8894633054733276,-2.068432331085205,0.5743674635887146,-0.47439754009246826,-0.4559200406074524,-0.02541804313659668 +327,2.0089215667090627,-0.02912989653315607,2.1716647380697283,0.9051647186279297,0.029125776141881943,0.42406266927719116,1.0350781679153442,-1.2080368995666504,1.147875428199768,-1.027707815170288,-0.24610573053359985,0.22371885180473328 +328,1.9530890569674737,0.09227584570692615,2.06857244441928,0.9238643646240234,-0.09214495122432709,0.37146151065826416,0.5149019956588745,-0.026979614049196243,1.5899639129638672,1.554223895072937,-0.052676185965538025,-0.15898293256759644 +329,1.906954978062659,0.15922353530270636,2.020009975431372,0.9320874214172363,-0.15855161845684052,0.3256906569004059,1.0784657001495361,-0.8757604956626892,0.8087002038955688,-0.06245851516723633,0.2114080786705017,0.054405808448791504 +330,1.7854322930089508,0.2088660355563645,1.8952237162777434,0.9558195471763611,-0.2073507159948349,0.20836277306079865,0.6993487477302551,-0.9877570867538452,0.480053573846817,-0.34970980882644653,0.6722707152366638,0.02833154797554016 +331,1.6421330058263994,0.23467333864966738,1.8899599018670432,0.9701164960861206,-0.2325252890586853,0.06932252645492554,-1.3564205169677734,0.05065231770277023,-0.20082521438598633,-0.21299082040786743,0.5126614570617676,0.3500499725341797 +332,1.6409371884386432,0.23865516303984338,2.0254681932760628,0.9692674875259399,-0.23639611899852753,0.06809696555137634,-1.8735744953155518,0.5274697542190552,-0.22456055879592896,0.8992321491241455,0.0942147970199585,-0.37502753734588623 +333,1.6271758978523838,0.20566604425466173,2.1786768400338,0.9773697853088379,-0.20421920716762543,0.05516215041279793,-1.2603870630264282,-0.7199855446815491,-0.05738072842359543,-0.1704087257385254,0.002864241600036621,0.03484940528869629 +334,1.603329282352633,0.18300961869141996,2.3096086193313443,0.9827802777290344,-0.18198975920677185,0.031984031200408936,-1.0228725671768188,0.5733362436294556,-0.15759357810020447,-0.7596051096916199,-0.09915344417095184,0.24011075496673584 +335,1.6753866830986133,0.22724815564296183,2.2982499398691085,0.9689661264419556,-0.22529728710651398,0.10171567648649216,1.1903691291809082,0.8112601637840271,1.0036813020706177,0.1712622046470642,-0.5865771174430847,-0.041763901710510254 +336,1.6848969398112459,0.407020587442678,2.1602210212222115,0.9123332500457764,-0.39587509632110596,0.10455189645290375,1.1164872646331787,-1.282423496246338,1.4185187816619873,0.46313977241516113,-0.17521563172340393,-0.17993032932281494 +337,1.7054395306445538,0.44610858432831874,2.0838413774691564,0.893967866897583,-0.4314582347869873,0.12109938263893127,1.5403027534484863,-0.7024915218353271,-0.16321870684623718,-0.36285531520843506,0.4492042362689972,-0.10800731927156448 +338,1.680906280480651,0.4479827411262386,2.0612634405917323,0.8958644270896912,-0.43314820528030396,0.09904418885707855,-1.283921480178833,0.455008864402771,0.222467839717865,-0.3479364514350891,0.4959685802459717,0.12774719297885895 +339,1.6851400779829946,0.43515500466314333,2.1859712021903537,0.9008830189704895,-0.4215509593486786,0.10346164554357529,-2.544111490249634,0.038943465799093246,1.2454191446304321,1.1438860893249512,-0.8454472422599792,-0.428000807762146 +340,1.6357754510037967,0.44923585671925403,2.395032328075652,0.898878276348114,-0.43427732586860657,0.05849066749215126,-1.4775277376174927,-0.40528857707977295,-0.5099234580993652,0.2433488965034485,-0.21432802081108093,-0.042346835136413574 +341,1.5752017602958897,0.400467642830323,2.517059317735661,0.9208699464797974,-0.3898490369319916,0.00405685743317008,-0.24589698016643524,-0.4536827504634857,-0.0013892203569412231,-0.6346302628517151,-0.06506124138832092,0.18464863300323486 +342,1.5587103577120787,0.42253198658995506,2.4976792910925947,0.9119870662689209,-0.41007107496261597,-0.011022783815860748,0.9808468222618103,0.18416032195091248,0.23815317451953888,-0.5279079675674438,0.09181845188140869,0.18846726417541504 +343,1.6757969709842144,0.48003402653308436,2.282058253913361,0.8820942044258118,-0.461809366941452,0.0929623544216156,1.743644118309021,0.0018397732637822628,1.2211050987243652,1.0844738483428955,-0.7413766384124756,-0.5798550844192505 +344,1.6917891141803356,0.507604226164217,2.258272911398198,0.8675227761268616,-0.4860849380493164,0.10547921061515808,0.5871807932853699,1.6555720567703247,-0.026271410286426544,0.22721916437149048,0.38403409719467163,0.9270219802856445 +345,1.6306388851225768,0.4796347429642126,2.107683656516134,0.8855756521224976,-0.46145516633987427,0.05305846408009529,0.37307459115982056,-1.2700095176696777,0.029805459082126617,-0.6938793659210205,0.3475940227508545,0.21747994422912598 +346,1.593375789653985,0.5155199191245096,2.1617127047891045,0.8698147535324097,-0.4929872751235962,0.019643288105726242,-0.8099002838134766,0.5351591110229492,-0.3423124849796295,0.011685490608215332,0.6931062936782837,0.09745264053344727 +347,1.5951829109480373,0.5396700075582593,2.281710039377893,0.8576232194900513,-0.5138529539108276,0.020918648689985275,-2.5143537521362305,0.09722194820642471,0.18765459954738617,1.0834625959396362,-0.19258320331573486,-0.248488187789917 +348,1.5213614095048413,0.5086426746326056,2.4987062967229967,0.8723393082618713,-0.486992210149765,-0.04315918684005737,-1.2586699724197388,-0.10319609940052032,-0.6026502847671509,-0.20981794595718384,0.18009215593338013,0.06037110090255737 +349,1.4844375901532822,0.45359349694040885,2.5359492751884907,0.8955283761024475,-0.4381984770298004,-0.07752952724695206,0.021349208429455757,0.21797047555446625,0.08477389812469482,-0.5222679972648621,-0.16196012496948242,0.19419825077056885 +350,1.520295949933727,0.46385595497621307,2.497572628472088,0.893193781375885,-0.44739994406700134,-0.045145004987716675,1.5181158781051636,1.2881804704666138,0.1296880841255188,-0.3831230401992798,-0.18950188159942627,0.14014625549316406 +351,1.6307693190981298,0.5478441608178569,2.318139976349117,0.8521146178245544,-0.5208480954170227,0.05116521939635277,-1.3319218158721924,0.3851938247680664,0.08115468174219131,0.5894899964332581,-0.36857134103775024,0.16077935695648193 +352,1.7662843800152963,0.509879556502332,2.160234110887994,0.8561789393424988,-0.48807212710380554,0.16953793168067932,1.9544544219970703,-2.4601006507873535,0.12063601613044739,-0.34030985832214355,0.2808120548725128,0.06624089181423187 +353,1.6394011150632775,0.5419277582957317,2.105217552088274,0.8547006249427795,-0.5157884955406189,0.058728720992803574,-0.9189823269844055,-1.1804777383804321,0.16147835552692413,-0.45812469720840454,0.5899767279624939,0.038225650787353516 +354,1.6108932683690684,0.5561611290888734,2.176526693766803,0.8486054539680481,-0.5279297828674316,0.03404473140835762,0.14620311558246613,2.1265006065368652,0.8431738615036011,0.7564665675163269,-0.5739684104919434,0.2643866539001465 +355,1.5328576406869363,0.5573045336392211,2.2963754263052425,0.8480730056762695,-0.5289005041122437,-0.032190222293138504,-2.189906120300293,0.01056056097149849,-0.613879919052124,0.2175397276878357,-0.0996088981628418,0.09023463726043701 +356,1.4034223017840586,0.48418521247618534,2.4953609943801234,0.8726865649223328,-0.46548739075660706,-0.147444486618042,-0.8767037391662598,-0.10905878245830536,-0.19103093445301056,-0.4484310746192932,-0.013501346111297607,0.5580432415008545 +357,1.4204335297361377,0.47373110567541504,2.4382231065424973,0.879831850528717,-0.456209659576416,-0.13330009579658508,0.5160051584243774,0.8990734219551086,0.23240339756011963,-0.73757404088974,0.03196951746940613,0.28532344102859497 +358,1.6526379240156617,0.5494195072978161,2.109933602209086,0.8499732613563538,-0.5221922397613525,0.06971890479326248,3.4013638496398926,-0.8122576475143433,2.1757917404174805,1.415789008140564,-1.10367751121521,-1.260972499847412 +359,1.5862680223525498,0.5917512727504687,2.081562182212231,0.8298657536506653,-0.5578153729438782,0.01284045446664095,2.38986873626709,-0.8452004790306091,-0.1333395391702652,-0.15345889329910278,0.46984851360321045,0.34094977378845215 +360,1.5564779516902967,0.6214771087994894,1.9045961012768517,0.812936007976532,-0.5822367072105408,-0.011640718206763268,0.2746553421020508,-0.8361549973487854,0.3964361548423767,-0.48400235176086426,0.6384653449058533,0.10192692279815674 +361,1.5259070008605187,0.6114437481139767,1.9723795116722143,0.8179953098297119,-0.57405024766922,-0.03674394264817238,-0.5676043033599854,1.3575341701507568,-0.3910662829875946,-0.22723603248596191,0.4852745532989502,0.04901200532913208 +362,1.5641311965531115,0.6256595337790949,2.1813240975182486,0.8105590343475342,-0.5856320261955261,-0.005402561742812395,-2.519467353820801,-0.784091591835022,0.18514682352542877,1.0471222400665283,-0.2675173878669739,-0.3281087875366211 +363,1.463909438939631,0.601417950025594,2.392399261870267,0.8198285698890686,-0.5658121705055237,-0.08796416968107224,-1.5700383186340332,0.22504037618637085,-0.6537171006202698,-0.1508985161781311,0.25311386585235596,0.011197216808795929 +364,1.4106016007236322,0.5519425759948373,2.4733724619701825,0.8406050205230713,-0.5243423581123352,-0.13582435250282288,0.08373866975307465,0.6425046920776367,-0.3276826739311218,-0.8594649434089661,0.49931788444519043,0.401861310005188 +365,1.542001637901037,0.5389877267722674,2.315061930291887,0.8578729629516602,-0.5132675170898438,-0.02470901422202587,2.729423999786377,2.155634880065918,0.6331730484962463,-0.14862918853759766,-0.44475555419921875,0.05716449022293091 +366,1.662162394310916,0.6164526888340693,2.2010768018703604,0.8125311732292175,-0.5781444311141968,0.07444504648447037,-1.3530449867248535,0.08967243880033493,-0.6485235691070557,0.4841911792755127,-0.46046024560928345,0.24882769584655762 +367,1.662295326015496,0.6007419486613556,2.0656514924985174,0.821465790271759,-0.5652546882629395,0.07537376135587692,1.8337342739105225,-1.979941964149475,0.2186773419380188,-0.5234463810920715,0.5402302742004395,-0.02691185474395752 +368,1.599225801243055,0.6345466326564783,1.9962523871390854,0.8050151467323303,-0.5928124785423279,0.02289232425391674,-0.7251875996589661,0.29361650347709656,0.1812194585800171,-0.21964222192764282,0.5809105634689331,0.10746359825134277 +369,1.625571563452474,0.5905553641807343,2.140922898441754,0.8293858170509338,-0.5568224191665649,0.04547529295086861,-1.6967171430587769,0.8977950811386108,0.055967919528484344,0.8417720198631287,-1.028458833694458,-0.3397104740142822 +370,1.5261782109164812,0.5893387696827819,2.413180513186054,0.8304809927940369,-0.5558114647865295,-0.037079107016325,-1.8558779954910278,0.6422788500785828,-0.654143214225769,0.27170705795288086,-0.3288930654525757,0.0570528544485569 +371,1.4561724775565834,0.5133703677150058,2.5952507500580135,0.8653779625892639,-0.491115927696228,-0.09962967038154602,-0.4049021303653717,0.017771076411008835,-0.6734211444854736,-0.5789858102798462,0.13326680660247803,0.31737256050109863 +372,1.478047723856481,0.4858092062137362,2.5617325926839385,0.880496621131897,-0.46692410111427307,-0.08189981430768967,1.105163335800171,0.29068729281425476,-0.4657832384109497,-0.8749881982803345,0.26436370611190796,0.254308819770813 +373,1.665112122824452,0.5616886949709218,2.3245045275001663,0.8425953984260559,-0.5326161980628967,0.07970654219388962,1.5942535400390625,0.8666565418243408,0.6249454021453857,1.3694560527801514,-0.8457560539245605,-0.3969062566757202 +374,1.7949599967893262,0.5552363732827298,2.210666261813992,0.8285146951675415,-0.527144193649292,0.1888975352048874,2.294238805770874,-0.1149962991476059,-0.21898746490478516,0.03115016222000122,0.18440133333206177,-0.05428458750247955 +375,1.7854084850927783,0.5320545712190063,2.0738426379538786,0.8419968485832214,-0.5073049664497375,0.18352913856506348,0.41656988859176636,-0.6669713258743286,-0.3565952777862549,-0.45959633588790894,0.5363882184028625,0.026935338973999023 +376,1.793487041312842,0.49548952106199967,2.1570569941101283,0.8580122590065002,-0.4754623472690582,0.1942937821149826,-0.5991899967193604,1.5583977699279785,-0.6747797727584839,-0.33211833238601685,0.5571732521057129,0.16712579131126404 +377,1.8898101243880352,0.4844608891286306,2.309922215568238,0.8402774930000305,-0.46573135256767273,0.2775396704673767,-2.2441751956939697,1.976832628250122,-1.0334676504135132,1.0943539142608643,-0.18967947363853455,0.2842126190662384 +378,1.891224833700901,0.4084398173664915,2.5570465667345044,0.8710290193557739,-0.39717796444892883,0.28906407952308655,-1.4962091445922852,1.4436107873916626,-1.4187976121902466,-0.2851983904838562,0.14707118272781372,0.20721277594566345 +379,1.9300117557314038,0.34169864096065855,2.6174604754866597,0.8820499181747437,-0.33508801460266113,0.3312162756919861,-0.05555889010429382,0.12220640480518341,-0.12408600002527237,-0.8390963077545166,0.042393893003463745,-0.20981737971305847 +380,1.9850193014740058,0.39025516433294205,2.5680289226626845,0.8466001749038696,-0.3804244101047516,0.37221723794937134,0.8519935607910156,0.2352416068315506,1.1022534370422363,-0.4307827949523926,-0.1954423487186432,-0.2987767159938812 +381,1.9720382695696226,0.5375264695265715,2.4083347442930774,0.790755033493042,-0.5120128393173218,0.3354840874671936,-0.567594051361084,-0.14150992035865784,-0.05324709415435791,0.847581148147583,-0.4328418970108032,0.47223997116088867 +382,1.8817721556054328,0.5791377424385961,2.27995013993697,0.7967917323112488,-0.5473024845123291,0.2560918927192688,0.9420442581176758,-1.8083198070526123,0.3710840940475464,-0.12819743156433105,0.4359285831451416,0.08031868934631348 +383,1.767327786552066,0.5735122045518529,2.223449042623135,0.823830246925354,-0.5425856709480286,0.16402582824230194,-0.021794309839606285,-1.175541877746582,-0.013388900086283684,-0.5654684901237488,0.6344130039215088,0.14482736587524414 +384,1.7608684431298938,0.557678213428046,2.267757761830209,0.8332054615020752,-0.5292176008224487,0.1603042483329773,-0.494964599609375,1.4040766954421997,0.18487448990345,0.3379371166229248,-0.28847038745880127,-0.07372593879699707 +385,1.7455070873096608,0.5850420620514903,2.444602512554627,0.8209974765777588,-0.5522344708442688,0.14491455256938934,-1.9358816146850586,0.35695844888687134,-0.4350374937057495,0.6709001064300537,-0.20072567462921143,0.070646271109581 +386,1.6680424413870336,0.5003509563951103,2.678229384111397,0.8732687830924988,-0.47973349690437317,0.08519071340560913,-1.05351722240448,-0.10805769264698029,-1.5004856586456299,-0.45502543449401855,0.06870749592781067,0.036681175231933594 +387,1.6570558192897806,0.40459907864077255,2.6036558219029153,0.9158425331115723,-0.39365023374557495,0.07919663935899734,1.7341426610946655,-0.09092505276203156,-0.36966726183891296,-0.9563241004943848,0.03232213854789734,-0.019366979598999023 +388,1.8302393072225474,0.43512161647706143,2.2621085683089444,0.8764703273773193,-0.4215206801891327,0.23263730108737946,2.980987548828125,-0.5462395548820496,3.6760683059692383,1.0921423435211182,-1.416247844696045,-0.9478472471237183 +389,1.7153172900670501,0.578995908982217,2.4247316708999755,0.8282865285873413,-0.5471837520599365,0.12054518610239029,0.6525999307632446,-0.11069156229496002,0.38082268834114075,0.046087801456451416,0.3229407072067261,1.0824882984161377 +390,1.67909276614218,0.5960322033626022,2.153448388500847,0.8227211833000183,-0.5613632798194885,0.08944772928953171,0.7571262717247009,-1.0577877759933472,0.1622895747423172,-0.48679906129837036,0.6486741304397583,-0.0305945947766304 +391,1.6755467476760049,0.5765048735049271,2.156735095713107,0.8337773680686951,-0.5450970530509949,0.08765938878059387,-0.40274885296821594,1.2766555547714233,-0.1324940174818039,-0.2427283525466919,0.38111090660095215,0.0014214292168617249 +392,1.7205739661312287,0.6118734025318217,2.298380106230943,0.8094089031219482,-0.5744019746780396,0.1221461072564125,-2.5793910026550293,0.2583983242511749,-0.4263441264629364,1.0922482013702393,-0.06864917278289795,-0.0479884147644043 +393,1.5656536374425445,0.5633124899303869,2.5693034955005762,0.8454796671867371,-0.5339897871017456,-0.0043480778113007545,-1.1027711629867554,-0.4351425766944885,-0.8514655232429504,-0.22356200218200684,0.20794004201889038,0.09658747911453247 +394,1.5187000845817102,0.5005754612407424,2.5422117750222433,0.8761162757873535,-0.47993046045303345,-0.04568370059132576,1.4315730333328247,-0.6148332357406616,-0.3531222343444824,-0.8512749671936035,0.18394050002098083,0.13471871614456177 +395,1.6214079828243118,0.5071426675141603,2.3621351009720795,0.8730164766311646,-0.48568153381347656,0.044222574681043625,2.912891387939453,0.8141862154006958,0.9856936931610107,-0.040420711040496826,-0.7279872894287109,-0.19766497611999512 +396,1.6349448330062812,0.6291506335326432,2.2904940952746116,0.8068646192550659,-0.588458240032196,0.05183027312159538,-1.3165268898010254,-1.2659894227981567,0.023913156241178513,0.7279863953590393,-0.09228211641311646,0.2992897033691406 +397,1.6081459089817964,0.6402500856403212,2.1762144166094983,0.8013870716094971,-0.5973960161209106,0.02994539774954319,1.743328332901001,-1.669498324394226,0.06393914669752121,-0.35758525133132935,0.5437003970146179,0.0192947369068861 +398,1.555040621383469,0.6242105300508616,2.1503636714365895,0.8113241195678711,-0.5844568610191345,-0.01278404239565134,-1.0983067750930786,0.6456155776977539,-0.5041965842247009,-0.37457185983657837,0.544585645198822,0.22324854135513306 +399,1.6534625885825638,0.6005629907828517,2.2724880863011023,0.8222001194953918,-0.5651070475578308,0.068123459815979,-1.841809868812561,2.004704236984253,-0.2572367191314697,0.9741255044937134,-0.5409719944000244,-0.1169973686337471 +400,1.577377052061435,0.5800994597874161,2.519391137395854,0.8363900184631348,-0.5481071472167969,0.0055041322484612465,-1.883147954940796,0.26108041405677795,-0.55179363489151,0.15984106063842773,-0.06552499532699585,0.09279298782348633 +401,1.5219641549851988,0.5028414927118022,2.5968876371498517,0.8751721978187561,-0.48191723227500916,-0.04277056083083153,0.7322710156440735,-0.5640861988067627,-0.6228541731834412,-0.6073499917984009,0.04145705699920654,0.11126726865768433 +402,1.5611949953788116,0.4671501786948383,2.4999206031685595,0.8928142786026001,-0.45034363865852356,-0.008572468534111977,1.3623698949813843,0.27400684356689453,-0.19450636208057404,-0.8139110803604126,0.04677915573120117,0.08268439769744873 +403,1.742512945235092,0.5372755633060442,2.1910805886866873,0.8464711308479309,-0.511797308921814,0.14679887890815735,-0.08213469386100769,-0.5809866189956665,2.0886013507843018,1.2982735633850098,-1.0267767906188965,-0.6012208461761475 +404,1.6566105969266998,0.60988655889014,2.2060899286646203,0.8166967034339905,-0.5727744698524475,0.0702567771077156,2.3099539279937744,-0.9115346670150757,0.3245198726654053,-0.008698046207427979,0.6726585030555725,0.5257668495178223 +405,1.6068420323396413,0.611139706392094,2.016942046928535,0.818462610244751,-0.5738012194633484,0.029514847323298454,0.04306253045797348,-0.9274253249168396,-0.052919402718544006,-0.5124475955963135,0.6747534275054932,0.07210862636566162 +406,1.5984690375937287,0.585859238844114,2.0997812463278507,0.8329184055328369,-0.5529155135154724,0.023054996505379677,-0.7260199785232544,2.1805214881896973,-0.31018346548080444,-0.14195460081100464,0.2331065535545349,0.07463181018829346 +407,1.6275564380937397,0.5899777669233274,2.324739100092512,0.8296148180961609,-0.5563425421714783,0.04713966324925423,-2.704237699508667,0.4200919270515442,-0.06554628908634186,0.8280541896820068,-0.13381242752075195,0.030207153409719467 +408,1.5673681918121958,0.5461339076007249,2.55374712757457,0.854533851146698,-0.5193873643875122,-0.002929468872025609,-1.111534833908081,-0.27370309829711914,-0.7347245216369629,-0.3408162593841553,0.13759726285934448,-0.0047457218170166016 +409,1.5371295087029493,0.478479166441128,2.5827281403824554,0.8871932029724121,-0.46042966842651367,-0.029880262911319733,-0.02994478866457939,0.3630329370498657,-0.6590198874473572,-0.9788222312927246,0.23728513717651367,0.20990341901779175 +410,1.6885006748776317,0.47021596554624234,2.377644203139288,0.8853023052215576,-0.45307883620262146,0.10468783974647522,4.142981052398682,1.257669448852539,1.1817309856414795,0.5674107074737549,-1.4016575813293457,-0.6183291673660278 +411,1.6762173621948588,0.6187814642032725,2.3184801343330115,0.8100634217262268,-0.5800430178642273,0.08571549504995346,-1.1675114631652832,-1.8868274688720703,0.37241998314857483,0.3557385206222534,0.30596476793289185,0.19495461881160736 +412,1.651715965005065,0.6359266034301422,2.1556820841084967,0.801889181137085,-0.5939232707023621,0.06503058224916458,0.5812889337539673,-1.504260540008545,-0.14145693182945251,-0.13839125633239746,0.6036735773086548,0.034304141998291016 +413,1.561570614313538,0.5943647343951303,2.2081427160574196,0.8284692168235779,-0.5599825382232666,-0.00764343561604619,-1.2458271980285645,0.8229531049728394,0.10993736982345581,-0.6374139189720154,0.6268618106842041,0.3612658977508545 +414,1.706948291428271,0.6000092915164446,2.27231516379013,0.8176923990249634,-0.5646501183509827,0.1120234951376915,-3.19514536857605,0.7513628005981445,0.13959674537181854,1.4862321615219116,-0.24565255641937256,-0.5080348253250122 +415,1.4957536683746147,0.5772523109302284,2.729381712105818,0.8356069326400757,-0.545723557472229,-0.06282413750886917,-2.363628625869751,-0.3697345554828644,-0.5264139175415039,-0.15237939357757568,-0.0983957052230835,0.4365729093551636 +416,1.5055810750118266,0.47596682279885516,2.639797360062749,0.8869606256484985,-0.45819801092147827,-0.0579255037009716,2.0661542415618896,-1.1076933145523071,-0.6478199362754822,-0.976331353187561,-0.04209190607070923,-0.0695158839225769 +417,1.540993555095245,0.501244596177408,2.526527253695689,0.876595675945282,-0.4805174171924591,-0.026132717728614807,1.9066144227981567,0.8754935264587402,0.6402008533477783,-0.37528347969055176,-0.387570321559906,0.1624699831008911 +418,1.6782590317304746,0.6274426440517896,2.2647000093375977,0.8048616051673889,-0.5870764255523682,0.0868270993232727,-2.4305524826049805,-0.797860860824585,0.44407886266708374,0.8809446096420288,-0.19028252363204956,0.031092755496501923 +419,1.6277248467753789,0.6289051019235131,2.1783280396753972,0.8073621392250061,-0.5882596969604492,0.04601164907217026,1.916780948638916,-1.6354495286941528,-0.2782798409461975,-0.3937574028968811,0.6971921920776367,0.027474641799926758 +420,1.5918179955056277,0.5792641878534415,2.1291797275123194,0.8366808891296387,-0.5474082827568054,0.017591020092368126,-1.451063632965088,0.004966664128005505,-0.46948325634002686,-0.5671800374984741,0.6506797075271606,0.367464542388916 +421,1.6125662259398204,0.5758529249729618,2.2753119842417378,0.8379964232444763,-0.544550359249115,0.03502339497208595,-0.7117529511451721,0.8892682790756226,0.5481815338134766,1.049088478088379,-1.1885428428649902,-0.16011500358581543 +422,1.5466765950607135,0.5730095733707099,2.53850177634901,0.8400287628173828,-0.5421633720397949,-0.02026519924402237,-2.2736611366271973,0.08091121912002563,-0.7188374400138855,0.22123533487319946,-0.19512611627578735,0.02259981445968151 +423,1.4710967715465213,0.48244011591277736,2.66461111736598,0.8814664483070374,-0.46394217014312744,-0.08817415684461594,0.11076783388853073,-0.4850941002368927,-0.5221902132034302,-0.5648617744445801,-0.05439889430999756,0.27727633714675903 +424,1.468025736691208,0.46457677311894785,2.6256953783852217,0.8892942070960999,-0.44804447889328003,-0.09171641618013382,0.1451367437839508,0.12846088409423828,0.20630185306072235,-0.9111601114273071,0.08734199404716492,0.24956858158111572 +425,1.6630212261568893,0.5569984746088857,2.311405156704158,0.845238447189331,-0.5286407470703125,0.07817379385232925,0.8306378126144409,-0.30344656109809875,1.3725714683532715,1.5096962451934814,-0.826995849609375,-0.8750487565994263 +426,1.6281007379336476,0.6227197310970226,2.358948069638962,0.8109620213508606,-0.5832465291023254,0.04652263596653938,2.2325961589813232,-0.16533131897449493,0.04885923117399216,-0.08362120389938354,0.6246131062507629,0.4787611961364746 +427,1.594125258223417,0.6089850494925956,2.1206631806095984,0.8200057744979858,-0.5720352530479431,0.019133329391479492,0.4424871504306793,-1.4058221578598022,-0.1208236962556839,-0.5438674688339233,0.6356949806213379,0.06369137763977051 +428,1.5993009498801105,0.582063708405385,2.183088291129705,0.8349906206130981,-0.549748957157135,0.023807542398571968,-0.042801789939403534,2.342552900314331,-0.5976471900939941,0.00564652681350708,0.2511497139930725,0.14126205444335938 +429,1.6479301065083682,0.59128716432144,2.3289935675213456,0.8277552127838135,-0.5574301481246948,0.06397481262683868,-3.1438534259796143,0.3744352161884308,-0.15375632047653198,0.842898964881897,-0.3271980881690979,-0.22559595108032227 +430,1.5278145027631118,0.537669502299918,2.6154234635273,0.8581112623214722,-0.5121356844902039,-0.0369059182703495,-0.5186752676963806,-0.5352106094360352,-1.0432020425796509,-0.45631688833236694,0.04688000679016113,0.22114050388336182 +431,1.5098342486777743,0.4568868599523908,2.5135034604891167,0.8957633376121521,-0.44115641713142395,-0.05467534065246582,0.5189325213432312,0.11031514406204224,-0.14945437014102936,-1.0909535884857178,-0.039968520402908325,0.15468144416809082 +432,1.66260748578051,0.5157743601188116,2.3320376770930737,0.866247296333313,-0.4932086169719696,0.07975538820028305,3.2407162189483643,1.0544377565383911,1.193769931793213,0.8548983335494995,-0.9955151677131653,-0.6631141901016235 +433,1.6594727911335811,0.5988429169030914,2.2973522732475775,0.8227430582046509,-0.5636870861053467,0.07314978539943695,0.8544744253158569,1.6532434225082397,0.5372384190559387,0.13245713710784912,0.03910517692565918,0.1964578628540039 +434,1.7047346688312701,0.5912778852441231,2.084672955650006,0.8227933645248413,-0.557422399520874,0.11086733639240265,1.015917420387268,-2.1333518028259277,-0.16207459568977356,-0.5624326467514038,0.5836522579193115,-0.11063838005065918 +435,1.6561160396847856,0.5875158007504714,2.1113196141001414,0.8292925953865051,-0.5542950630187988,0.070927195250988,-1.1566872596740723,2.0277867317199707,-0.5249555706977844,-0.4637073278427124,0.7808880805969238,0.28280210494995117 +436,1.7641303438802687,0.586543214676322,2.1633105332911313,0.8173419833183289,-0.5534853339195251,0.16001872718334198,-2.547750473022461,1.6951518058776855,0.5201860666275024,1.4794414043426514,-0.6843228340148926,-0.2297208458185196 +437,1.6453712146718125,0.5817292840413775,2.5020640588590743,0.8331912755966187,-0.5494695901870728,0.062250588089227676,-2.809274673461914,0.22447240352630615,-0.7376920580863953,0.1215205192565918,-0.1015007495880127,0.14949558675289154 +438,1.5754972707243136,0.4957485249315935,2.6036202875728756,0.8796032071113586,-0.47569018602371216,0.004134995862841606,1.2284187078475952,-0.7505185008049011,-0.733162522315979,-0.7469585537910461,0.04491931200027466,-0.03216540813446045 +439,1.5867052786763398,0.483362059572417,2.532612100470507,0.8853253126144409,-0.4647586941719055,0.014085786417126656,0.8907549977302551,0.28111088275909424,0.2523552179336548,-0.8234357237815857,-0.025094181299209595,0.013837813399732113 +440,1.7213098395406035,0.5812539073244979,2.2536558341435775,0.8263255953788757,-0.5490723252296448,0.12532095611095428,-0.036002758890390396,-0.7795448899269104,1.4014970064163208,1.084425687789917,-0.5119932293891907,-0.2940983772277832 +441,1.6939239801200545,0.6204028609790649,2.284080187774733,0.8074844479560852,-0.5813630223274231,0.09992916136980057,2.063930034637451,-1.3434206247329712,0.0647091493010521,-0.08023542165756226,0.4695160984992981,0.07270883023738861 +442,1.6177952612203421,0.5945584888773853,2.1532984119131875,0.827481210231781,-0.5601430535316467,0.038919396698474884,-0.3799954354763031,-0.5751574039459229,-0.3974466323852539,-0.5503968596458435,0.5006948709487915,0.22392845153808594 +443,1.6784881252929884,0.5861650802094814,2.189338518802913,0.8282421827316284,-0.5531703233718872,0.08954130858182907,-0.15703968703746796,1.922235369682312,0.023737216368317604,0.3273364305496216,-0.06758773326873779,-0.08601653575897217 +444,1.7207829197102351,0.6066723240249094,2.360336963155371,0.8123263120651245,-0.5701367855072021,0.12275997549295425,-2.4451425075531006,1.212206244468689,-1.0901628732681274,0.5912228226661682,-0.22670769691467285,-0.09302056580781937 +445,1.5953151486072348,0.49759033151695925,2.583773578571103,0.878471314907074,-0.4773094654083252,0.02154340036213398,-0.36985522508621216,-0.5422266721725464,-1.2229677438735962,-0.6817701458930969,0.03143233060836792,0.20466816425323486 +446,1.5888346847143207,0.4795119934217465,2.584607709952207,0.887075662612915,-0.46134626865386963,0.01600312441587448,0.03958194702863693,0.21159863471984863,0.255620539188385,-0.8046936392784119,0.1940123736858368,0.12398099899291992 +447,1.7121947694552777,0.5176218921264072,2.3655123225535792,0.8603258728981018,-0.4948149621486664,0.12246599793434143,3.826112747192383,0.021027132868766785,1.3851417303085327,0.9573927521705627,-1.2257356643676758,-0.694395899772644 +448,1.6710041883448152,0.601802298384336,2.325598942311275,0.8201814889907837,-0.5661290287971497,0.08246484398841858,-0.024112094193696976,-0.9119687080383301,0.1847173124551773,0.19796133041381836,0.029675781726837158,0.31766629219055176 +449,1.6488103501737086,0.5935804643358412,2.153537992384588,0.8264219760894775,-0.5593326091766357,0.06460361927747726,0.9260547161102295,-1.5091246366500854,-0.014557575806975365,-0.4074919819831848,0.482107937335968,0.09849762171506882 +450,1.6042638210713198,0.5897440765980012,2.172708064644614,0.8306174874305725,-0.5561483502388,0.02780906856060028,-0.9863142967224121,0.9274193644523621,-0.060275010764598846,-0.16199272871017456,0.5988882780075073,0.2975999116897583 +451,1.7203970530150414,0.5818065118462928,2.252675799580978,0.8261396288871765,-0.5495341420173645,0.12452142685651779,-2.060490131378174,0.9275549054145813,0.1412205696105957,1.5946061611175537,-0.4627034068107605,-0.5436955690383911 +452,1.634206476502288,0.557804247955236,2.481738008073182,0.8467143774032593,-0.5293245315551758,0.05376236140727997,-1.8434427976608276,0.08322714269161224,-1.0517305135726929,-0.004871726036071777,-0.16525554656982422,0.11139881610870361 +453,1.5482976427833373,0.472299819428723,2.5507980412300637,0.8902990221977234,-0.4549355208873749,-0.020033936947584152,0.4974658787250519,-0.12689091265201569,0.036894671618938446,-0.9184209704399109,0.06513449549674988,0.18031227588653564 +454,1.5946201089538328,0.4676231603811992,2.42878239957139,0.8923888802528381,-0.4507659077644348,0.021264102309942245,2.5906615257263184,0.8660145998001099,0.3673888146877289,-0.5147033333778381,-0.2875306010246277,0.06648921966552734 +455,1.6926453774252532,0.5679144946058303,2.230814171501603,0.8367738127708435,-0.5378751158714294,0.10246772319078445,-1.9228787422180176,-0.17793704569339752,0.2466670721769333,0.7216213941574097,-0.2504854202270508,0.17356370389461517 +456,1.6909972828015996,0.5785856628692201,2.114383180196892,0.8311960697174072,-0.5468403697013855,0.10039453953504562,2.706559896469116,-2.6278936862945557,0.07341887801885605,-0.21292507648468018,0.47120243310928345,-0.07282184064388275 +457,1.6221946607167572,0.5709530323828303,1.975839600600755,0.8402751088142395,-0.5404341816902161,0.04322681203484535,0.05764459818601608,0.01100168563425541,-0.3443983495235443,-0.6079906225204468,0.7443679571151733,0.19578683376312256 +458,1.710204477388758,0.5381364775868996,1.9925134435027982,0.8503350615501404,-0.5125367641448975,0.11931760609149933,-0.022562118247151375,2.3176584243774414,-0.19718801975250244,0.28496474027633667,-0.3514312505722046,-0.058618053793907166 +459,1.6460040295228313,0.585080372888667,2.19793558736894,0.8313112258911133,-0.5522663593292236,0.06263915449380875,-3.05871319770813,0.3506074547767639,-0.786598801612854,0.6138488054275513,-0.26359057426452637,0.13424503803253174 +460,1.5404281539328986,0.49502804786631954,2.423094755650926,0.8795498013496399,-0.47505632042884827,-0.026718534529209137,-0.8303839564323425,0.005738832987844944,-1.0780432224273682,-0.5542322993278503,0.07133924961090088,0.2828220725059509 +461,1.538189395524517,0.45308902400226714,2.3745154575313667,0.8986212611198425,-0.43774494528770447,-0.02931166999042034,0.6569229364395142,0.4977441430091858,-0.3136174976825714,-0.91539067029953,0.16915977001190186,0.0684809684753418 +462,1.7340764719268524,0.5052935663564662,2.0346722883138746,0.8633938431739807,-0.48406434059143066,0.14224140346050262,3.1056976318359375,-0.5424388647079468,3.1217293739318848,1.3107545375823975,-1.4758203029632568,-0.9725483655929565 +463,1.7145894536021973,0.5984660953423568,2.070271655301423,0.8176742792129517,-0.5633758306503296,0.11839304864406586,2.4428465366363525,-1.0757038593292236,0.31002938747406006,0.11578232049942017,0.8023894429206848,0.6795501708984375 +464,1.638328643937144,0.5859412794937726,1.8237890343859704,0.8312928080558777,-0.5529838800430298,0.056224629282951355,-0.4688943326473236,-0.949919581413269,-0.31378331780433655,-0.4740539789199829,0.4853111505508423,0.08476662635803223 +465,1.6511523638375931,0.5727697532865865,1.8433853579818766,0.8376913070678711,-0.5419618487358093,0.06745881587266922,0.11730918288230896,1.0715211629867554,0.22688670456409454,-0.022978782653808594,0.10086071491241455,-0.3425290584564209 +466,1.6786833945851996,0.6125564913870206,1.947743183592421,0.8134236931800842,-0.5749610066413879,0.08809997886419296,-2.4872443675994873,0.2607753574848175,-0.3641913831233978,0.9019540548324585,-0.10168993473052979,-0.27195310592651367 +467,1.5167315506245762,0.5617438457414616,2.2360371415171314,0.8450908660888672,-0.5326628684997559,-0.0457342155277729,-1.5976579189300537,-0.03126338869333267,-0.5671278834342957,-0.19653135538101196,-0.041525304317474365,0.3988072872161865 +468,1.4923567912431503,0.5209796295456958,2.181726469568336,0.864665150642395,-0.4977300465106964,-0.0679633766412735,1.1937884092330933,0.0250437892973423,-0.6207258105278015,-0.8755141496658325,0.400195837020874,0.1528632640838623 +469,1.6818304373275628,0.5121816151460408,1.955531908030866,0.8663095831871033,-0.4900800883769989,0.0965871661901474,4.266178607940674,1.3135545253753662,0.9009155631065369,0.728294849395752,-1.5763566493988037,-0.6284475326538086 +470,1.6919895712578763,0.599939839777745,1.8624594224246764,0.8193154335021973,-0.5645928382873535,0.09978451579809189,-0.45685815811157227,1.966942310333252,0.1373901069164276,0.4233602285385132,0.1318231225013733,0.9418262243270874 +471,1.7321340766290478,0.580016475358955,1.6598552730261977,0.8255909085273743,-0.5480377078056335,0.13436685502529144,1.172550916671753,-1.6748056411743164,0.06389166414737701,-0.5191181302070618,0.5574066042900085,-0.24990642070770264 +472,1.6463824983187232,0.5664744677587177,1.6802670365719063,0.8413890600204468,-0.5366605520248413,0.0637187659740448,-0.5969998240470886,0.89475417137146,-0.31734105944633484,-0.6063426733016968,0.6670316457748413,0.1701679229736328 +473,1.7943665755126814,0.5530595896733763,1.7278774703954902,0.8297438025474548,-0.5252931714057922,0.18865986168384552,-2.7755544185638428,0.8811129331588745,0.07568573206663132,1.7441699504852295,-0.38429856300354004,-0.4180605113506317 +474,1.589978105564322,0.5872686757479224,2.1378245929537663,0.832304060459137,-0.554089367389679,0.015967030078172684,-3.021808385848999,1.0443229675292969,-0.7165887355804443,-0.14185911417007446,0.13341981172561646,0.3296293020248413 +475,1.5193550767704473,0.48931958795879266,2.1857822419632003,0.8814853429794312,-0.4700254201889038,-0.04538474604487419,1.4640361070632935,-1.1316016912460327,-0.2500869333744049,-1.0417789220809937,0.2132200300693512,0.14398705959320068 +476,1.6119095271018433,0.48914474273471703,2.0653896396292777,0.8819892406463623,-0.4698711037635803,0.03628184273838997,2.1531548500061035,1.2105003595352173,0.6923418045043945,-0.26319944858551025,-0.6410298347473145,-0.06065010651946068 +477,1.723224771793405,0.6116869200918937,1.8818230109193659,0.8091882467269897,-0.5742493271827698,0.1243075430393219,-2.809687614440918,-2.1805880069732666,0.23848743736743927,0.8083198070526123,-0.09086602926254272,0.266271710395813 +478,1.708578993603432,0.6014203648670171,1.7747647261710737,0.8167186975479126,-0.565814197063446,0.11324721574783325,3.132352352142334,-3.257103443145752,0.18202507495880127,-0.4913097620010376,0.7283355593681335,-0.17422127723693848 +479,1.6327424577700917,0.5978006139899315,1.7323515415608886,0.8249900937080383,-0.5628258585929871,0.051170412451028824,-0.5996003746986389,0.32653167843818665,-0.4253937304019928,-0.43908005952835083,0.7119347453117371,0.12876129150390625 +480,1.728423565784284,0.5630905893434206,1.785634946481345,0.8351260423660278,-0.5338021516799927,0.13273979723453522,-0.6492869257926941,1.9722695350646973,0.03052687644958496,0.9968746900558472,-0.7509115934371948,-0.4486119747161865 +481,1.6343723182001753,0.5775368479021044,2.1138082995718364,0.8361172676086426,-0.5459619164466858,0.053228721022605896,-2.9876327514648438,0.8113126754760742,-0.8385368585586548,0.01999223232269287,-0.11059319972991943,0.1593414545059204 +482,1.5186967981234627,0.49614247542756373,2.2552310202912897,0.8782321810722351,-0.4760366976261139,-0.04579692706465721,0.6721107363700867,-0.339489609003067,-0.6303126811981201,-0.9828159213066101,0.222756028175354,0.29111242294311523 +483,1.5939678520073826,0.4744875388013875,2.1148612580288524,0.8892881274223328,-0.45688265562057495,0.02060985006392002,2.354848861694336,0.9079210758209229,0.48774611949920654,-0.51625657081604,-0.3547170162200928,0.004551885649561882 +484,1.7217741139414562,0.6263762787589173,1.8886460180703266,0.8009413480758667,-0.5862128138542175,0.1218516007065773,-2.7784318923950195,-0.8065534830093384,0.45915573835372925,1.2122576236724854,-0.14619380235671997,0.12804163992404938 +485,1.7379119642295193,0.6081106741174337,1.7754817575263322,0.8092948794364929,-0.5713178515434265,0.13651908934116364,2.4543371200561523,-2.2172672748565674,-0.1633182168006897,-0.2609245777130127,0.48960715532302856,-0.030195847153663635 +486,1.6633457143051622,0.588677693315692,1.6553862757579398,0.8281164169311523,-0.5552617907524109,0.07686123996973038,-1.6697218418121338,-0.008398533798754215,0.1001196801662445,-0.5129919052124023,0.5486089587211609,0.10888397693634033 +487,1.7105671931772006,0.5832169073906471,1.7610734138819928,0.8265553712844849,-0.5507119297981262,0.11628659814596176,-0.5357732176780701,1.874523401260376,0.19789153337478638,0.8415812253952026,-0.9959341883659363,0.011902570724487305 +488,1.6854870171564933,0.6074052836418309,2.01653640110562,0.8157369494438171,-0.5707387924194336,0.09396982192993164,-2.919926166534424,0.5732302665710449,-0.47236329317092896,0.4602181315422058,-0.17938321828842163,-0.07166147977113724 +489,1.5418284212728794,0.5323940724426707,2.259502030444236,0.8612327575683594,-0.5075975060462952,-0.024955090135335922,-0.5482145547866821,-0.2710506319999695,-0.571813702583313,-0.7600365281105042,0.15037405490875244,0.20793843269348145 +490,1.5620105094642267,0.5147782885454412,2.191879241045586,0.8703684210777283,-0.49234187602996826,-0.0076470947824418545,1.5225253105163574,0.6143316626548767,0.10579046607017517,-0.7047188878059387,0.12344533205032349,0.022646427154541016 +491,1.7719223884276267,0.5456465085326078,1.886367276905371,0.8375613689422607,-0.5189708471298218,0.17076422274112701,1.2559425830841064,0.021698392927646637,1.1915779113769531,1.0163967609405518,-0.9657703638076782,-0.3312103748321533 +492,1.866128554397817,0.5557315630597308,1.8137716443003993,0.8127354979515076,-0.5275649428367615,0.24725784361362457,2.0995004177093506,-0.8628764748573303,0.04958382993936539,-0.030081629753112793,0.2420729398727417,-0.06032237410545349 +493,1.7414625118308378,0.5540137535288232,1.6516552031481393,0.8380648493766785,-0.5261048078536987,0.1444343775510788,0.2704375386238098,-2.1267127990722656,0.29226964712142944,-0.4368501901626587,0.44060975313186646,-0.03243480622768402 +494,1.7081287183755676,0.5210530295017038,1.6446271955486047,0.8591297268867493,-0.49779370427131653,0.1187337264418602,0.12370309233665466,1.3440587520599365,-0.7523632049560547,-0.208784818649292,0.5097260475158691,0.10788977146148682 +495,1.8141714857940754,0.5039615280151333,1.773233347693633,0.8498703241348267,-0.4828983247280121,0.21102021634578705,-3.8122875690460205,-0.08029965311288834,-0.47033900022506714,1.1581556797027588,-0.12437090277671814,-0.35704684257507324 +496,1.6391861413015918,0.5141511430878902,2.1364169376890088,0.8686751127243042,-0.49179592728614807,0.05950132757425308,-2.2205443382263184,-0.06964057683944702,-0.8267594575881958,-0.2919691801071167,0.18628442287445068,0.1520465612411499 +497,1.5846991863028943,0.43535646170888215,2.166160665951403,0.9066319465637207,-0.42173364758491516,0.012605588883161545,1.2654170989990234,-0.25167936086654663,-0.47328925132751465,-1.0233924388885498,0.10959994792938232,0.08770561218261719 +498,1.704774199816218,0.43545294771820453,2.001194990649405,0.8985536694526672,-0.42182111740112305,0.12111183255910873,3.299574136734009,1.2011260986328125,1.1904760599136353,0.3296719789505005,-1.525017261505127,-0.10606671869754791 +499,1.7405737125854863,0.5765082559115954,1.8546920656090395,0.826317310333252,-0.5450999140739441,0.1416536420583725,-1.007326602935791,1.879797101020813,0.44241204857826233,0.8454050421714783,-0.04851275682449341,0.7246488332748413 +500,1.749668982693447,0.6112233625526083,1.6269801613777233,0.8058801293373108,-0.5738697648048401,0.14570723474025726,1.5468858480453491,-1.3905872106552124,0.4063263535499573,-0.42273205518722534,0.7444782853126526,-0.09564317762851715 +501,1.6757380314279975,0.5906748199785283,1.5904536457651297,0.8259958624839783,-0.556921660900116,0.0870010182261467,-0.3683639168739319,-0.2346777617931366,-0.5288506746292114,-0.8321451544761658,0.8567721247673035,0.10570215433835983 +502,1.7430142382324672,0.5635715210989155,1.674099836996043,0.8328473567962646,-0.5342087745666504,0.14486625790596008,-1.2207505702972412,1.6004512310028076,0.3324439525604248,1.4190142154693604,-0.9159865379333496,-0.5118248462677002 +503,1.6686879618319257,0.5919116471378852,1.983937702395277,0.8259024620056152,-0.5579484701156616,0.08110819011926651,-1.8129876852035522,0.04874100908637047,-0.23408308625221252,0.17824792861938477,-0.16469252109527588,-0.0152360200881958 +504,1.5595357339030194,0.5359737982810164,2.1178457051745205,0.8597172498703003,-0.5106785297393799,-0.009681334719061852,0.42642199993133545,-0.7718091607093811,-0.7867238521575928,-0.7293308973312378,0.06255841255187988,0.1579357385635376 +505,1.5908064052639417,0.48431691331578836,1.984914313123074,0.8848159313201904,-0.46560394763946533,0.017707601189613342,0.689367949962616,0.10184510052204132,0.03366903215646744,-0.7527207136154175,-0.14955410361289978,0.06130242347717285 +506,1.740319383571539,0.5930599137296325,1.7441497187390846,0.817347526550293,-0.5589010119438171,0.1399019956588745,-1.1727617979049683,1.1646312475204468,1.2198481559753418,1.407795786857605,-0.5881783962249756,0.1349392980337143 +507,1.7869433412804039,0.6194975405697823,1.6142802377972958,0.7952256202697754,-0.5806261301040649,0.17461343109607697,1.5488005876541138,-1.2030658721923828,0.3663729131221771,-0.09210050106048584,0.5600419640541077,0.05579425394535065 +508,1.713976433440536,0.5988629868973986,1.5160834398587613,0.8175252079963684,-0.563703715801239,0.117859847843647,-0.12185563892126083,-0.20933714509010315,-0.38772377371788025,-0.6876727938652039,0.690610945224762,0.1412191540002823 +509,1.7377296391599164,0.5638851513719254,1.6059875663142824,0.8334360718727112,-0.5344738960266113,0.14043515920639038,-0.44371920824050903,1.8495427370071411,-0.8570663928985596,0.4720754623413086,-0.48797178268432617,-0.2153404951095581 +510,1.7016304307176318,0.575187458527901,1.8674146439373855,0.8319190144538879,-0.5439921021461487,0.10946870595216751,-2.986220359802246,0.7286390066146851,-0.28684255480766296,0.5992333292961121,-0.2770071029663086,0.09963774681091309 +511,1.5627731239361502,0.5542013778713071,2.1726379958129054,0.8502936959266663,-0.5262643694877625,-0.006822225172072649,-0.2893502414226532,0.021518327295780182,-0.17479030787944794,-0.665677547454834,0.07864785194396973,0.38610994815826416 +512,1.6204104795036394,0.5138201307119823,2.061270724837559,0.8698017001152039,-0.4915076792240143,0.043189916759729385,0.1497780829668045,0.6511186361312866,-0.161052405834198,-0.9582263827323914,0.3092719316482544,-0.08844757080078125 +513,1.7802854973402482,0.522927275818859,1.817674637305496,0.8474198579788208,-0.49941834807395935,0.18016864359378815,2.9941365718841553,-0.10095877200365067,1.6707658767700195,0.8938214778900146,-1.3588122129440308,-0.818901538848877 +514,1.746585728353879,0.615044677433134,1.738608584920018,0.804160475730896,-0.5769950151443481,0.14283724129199982,1.7541979551315308,-0.5292582511901855,0.43373945355415344,0.18900346755981445,0.2627097964286804,0.3664400577545166 +515,1.7397126534705014,0.6075462534750433,1.4925325634684838,0.8093658089637756,-0.5708545446395874,0.13803039491176605,1.0375535488128662,-1.0344611406326294,0.13106374442577362,-0.5094236731529236,0.5843431949615479,0.009049072861671448 +516,1.7078518440108483,0.5960307334504902,1.5001172991415983,0.8198099136352539,-0.5613620281219482,0.11306832730770111,-0.6597094535827637,-0.3181830048561096,-0.2883816063404083,-0.4452829360961914,0.7287051677703857,0.2066032886505127 +517,1.7764434732534797,0.5681217431546419,1.6017220330297615,0.8251522183418274,-0.5380498170852661,0.1721234768629074,-2.3942224979400635,0.9621272087097168,0.13766929507255554,1.4664738178253174,-0.5806025862693787,-0.33354616165161133 +518,1.671555831584413,0.5797636000350699,1.8436328061445628,0.8323491215705872,-0.5478261709213257,0.08415205776691437,-1.9521831274032593,0.019927114248275757,-0.6629204750061035,-0.11381274461746216,0.15164697170257568,0.06744396686553955 +519,1.5696181553149158,0.5285539468309938,1.944680724667318,0.8635367155075073,-0.5042851567268372,-0.001017394824884832,0.9721955060958862,-0.8536068201065063,-0.545309841632843,-0.8845937252044678,0.3321506977081299,-0.12076294422149658 +520,1.6005617837925685,0.5196537623184915,1.851492843712715,0.8676065802574158,-0.496579647064209,0.025832336395978928,1.5679000616073608,-0.4458388686180115,-0.06296633929014206,-0.6408458352088928,-0.27520987391471863,0.1601417064666748 +521,1.7186906905283974,0.5930159336671531,1.6903547099516272,0.8202064037322998,-0.5588645339012146,0.12219613045454025,-0.8265432715415955,-0.5722912549972534,0.918764054775238,1.2344810962677002,-0.4141426682472229,-0.08336257934570312 +522,1.7354146564975916,0.624811224762211,1.5242680537988602,0.8001088500022888,-0.5849441885948181,0.13291539251804352,2.3951058387756348,-2.1770756244659424,0.21777558326721191,-0.24847298860549927,0.43874967098236084,-0.05979524552822113 +523,1.6411152945003178,0.6129833919638573,1.3976264882479268,0.8159136772155762,-0.575310230255127,0.0574689619243145,-0.33783426880836487,-0.6329118609428406,-0.18100614845752716,-0.5924640893936157,0.731911301612854,0.10181747376918793 +524,1.7094548606953812,0.5731343116259698,1.4751164829583738,0.8321415185928345,-0.5422681570053101,0.11612871289253235,-0.5777372717857361,2.883066177368164,-0.7856541872024536,0.700588583946228,-0.44885122776031494,-0.03907179832458496 +525,1.6910756876786168,0.5907201316962919,1.7592132309789383,0.8245394229888916,-0.5569592714309692,0.0996561199426651,-2.463935136795044,0.49520525336265564,-0.04548799619078636,0.6631773710250854,-0.26350587606430054,0.1374807506799698 +526,1.5834903230377215,0.5632728725060673,1.9512812991158188,0.8454441428184509,-0.5339562892913818,0.010732641443610191,-0.43822264671325684,-0.7132256627082825,-0.3468538224697113,-0.5262911915779114,0.07045525312423706,0.16677284240722656 +527,1.5736584324265266,0.5255731849054809,1.8525814127336382,0.8650331497192383,-0.5017089247703552,0.0024758230429142714,0.82882159948349,0.05265505984425545,-0.3227686285972595,-0.9955872297286987,0.13742047548294067,0.08121871948242188 +528,1.756606003314364,0.5479816973557381,1.5201655629116886,0.8388851284980774,-0.5209655165672302,0.15769194066524506,3.24072003364563,-0.9582971930503845,1.7835536003112793,1.4006168842315674,-1.3931884765625,-1.1147384643554688 +529,1.7262848597828795,0.6346540580354639,1.505856346981211,0.7955620288848877,-0.592898964881897,0.12470740079879761,1.1635322570800781,0.6810404658317566,0.3642595410346985,0.4580085277557373,0.7288395166397095,0.7554500102996826 +530,1.701874463155632,0.6218719188288376,1.2585422444573013,0.8058168888092041,-0.5825576782226562,0.1062340959906578,0.09348595887422562,-1.5207964181900024,-0.2566520571708679,-0.6290896534919739,0.5405197143554688,0.04954289644956589 +531,1.6652648094426705,0.6008830946310256,1.2826204685190048,0.821158766746521,-0.5653710961341858,0.07780521363019943,-1.0063356161117554,1.043576955795288,-0.16668342053890228,-0.19440406560897827,0.5327478647232056,-0.0951240137219429 +532,1.717735856237767,0.6088677388296003,1.5010729291102938,0.8114565014839172,-0.5719390511512756,0.12010065466165543,-3.872626781463623,0.9115428924560547,0.024042855948209763,1.1372740268707275,-0.7449097037315369,-0.191023588180542 +533,1.596386697451412,0.604778261767769,1.8119781948856837,0.822359025478363,-0.5685796737670898,0.02104906737804413,-1.0719231367111206,-0.0754801481962204,-0.7617453932762146,-0.18531978130340576,0.16574764251708984,0.09468889236450195 +534,1.551178008395833,0.546819427639378,1.8191314518133488,0.8540181517601013,-0.51997309923172,-0.01675654947757721,0.9753385782241821,-0.29944470524787903,-0.49314191937446594,-1.0674123764038086,0.37467896938323975,0.061907295137643814 +535,1.6251050070884674,0.541536971941363,1.6707056942921186,0.8556538820266724,-0.5154536366462708,0.046515174210071564,2.714045524597168,0.3002612292766571,0.39142805337905884,0.07558989524841309,-0.9687533974647522,0.03725552186369896 +536,1.7096160023439222,0.6159510158178545,1.5274746156949917,0.8083721995353699,-0.5777350068092346,0.11294441670179367,-1.3884623050689697,-0.3319876790046692,0.4591401219367981,0.8556901812553406,-0.14026719331741333,0.199692964553833 +537,1.7809099577776208,0.6049550114436122,1.309150518387903,0.8044379353523254,-0.568725049495697,0.17155542969703674,2.073610544204712,-1.981157660484314,0.22031304240226746,-0.4386695623397827,0.4802394509315491,-0.06643761694431305 +538,1.6777482561035622,0.5819572798315257,1.257082984390313,0.8306149244308472,-0.5496600866317749,0.08917614817619324,-0.3209584951400757,-0.23678232729434967,-0.2585797905921936,-0.5694150924682617,0.621452808380127,0.12612532079219818 +539,1.7539715686722055,0.5601734124781049,1.322498835045069,0.8329901695251465,-0.5313330888748169,0.15431293845176697,-0.17207497358322144,0.8747079372406006,0.44859960675239563,1.2285332679748535,-1.345818281173706,-0.6576393842697144 +540,1.6887674365362102,0.5951658986872652,1.5901206481775967,0.822300136089325,-0.560646116733551,0.09746020287275314,-2.1172099113464355,-0.05754968896508217,-0.20846469700336456,0.23365384340286255,-0.13205713033676147,0.09715032577514648 +541,1.5756372130291163,0.5422232306590045,1.7764565926090565,0.8565534949302673,-0.5160415768623352,0.004146510269492865,-0.3143148124217987,-1.0986257791519165,-0.885146975517273,-0.7684950828552246,0.19800269603729248,0.22990798950195312 +542,1.5840814762809141,0.5149562591766657,1.6686114134589842,0.870237410068512,-0.4924967885017395,0.011561914347112179,0.22463330626487732,0.5169299244880676,0.16993185877799988,-0.8590832948684692,0.21220815181732178,0.11085939407348633 +543,1.7506915606418478,0.5485890695335491,1.4910455778683376,0.8394915461540222,-0.521483838558197,0.15267102420330048,2.8266890048980713,1.0115669965744019,0.9412032961845398,1.2259228229522705,-1.3060765266418457,-0.7771674394607544 +544,1.668602013643236,0.6149484403743124,1.5082384794135035,0.8128997683525085,-0.5769163966178894,0.07976070791482925,0.8438905477523804,-0.25519809126853943,0.3609413802623749,0.04438495635986328,0.16151106357574463,0.3164794445037842 +545,1.6599848591025397,0.6073690013238022,1.33090002909326,0.8178885579109192,-0.5707089900970459,0.07314031571149826,0.05899787321686745,-1.0497053861618042,-0.09146140515804291,-0.5909445881843567,0.3917234539985657,0.12386595457792282 +546,1.6380433746041492,0.6153826099730693,1.379413143140782,0.8147070407867432,-0.5772709846496582,0.054869379848241806,-1.0312641859054565,0.9970154166221619,-0.19175639748573303,-0.16759705543518066,0.7653203010559082,0.5632641315460205 +547,1.6909170613560651,0.5982590984180399,1.4685697072982764,0.8203631043434143,-0.5632047653198242,0.09901932626962662,-1.5683530569076538,0.8178576827049255,0.3574707508087158,1.1578168869018555,-0.6500825881958008,-0.6683399677276611 +548,1.5875517268655326,0.6107797101673761,1.7110358533982062,0.8190861940383911,-0.5735063552856445,0.01372540183365345,-2.235785961151123,0.22012081742286682,-0.08847091346979141,0.1311091184616089,0.14290332794189453,0.1140974760055542 +549,1.4781610683513797,0.5855966417600637,1.8806635335112838,0.8298091888427734,-0.552696704864502,-0.07709022611379623,0.3357958495616913,-0.2546451985836029,0.009754331782460213,-0.7839871644973755,0.36310631036758423,0.2717618942260742 +550,1.5701552417901876,0.5727967184335848,1.7679878918124763,0.840388298034668,-0.541984498500824,-0.0005387603887356818,1.576274037361145,0.15792469680309296,-0.040182773023843765,-0.5109663009643555,0.008262574672698975,-0.03330528736114502 +551,1.7387146952700236,0.5962473287365833,1.4687324888993456,0.8158106803894043,-0.5615413188934326,0.1382918357849121,0.06032980605959892,-0.3677469491958618,0.8043715357780457,0.8497473001480103,-0.7835515737533569,-0.23796223104000092 +552,1.7022335006320473,0.6193719745366746,1.4087056113613283,0.807219922542572,-0.5805239081382751,0.10671393573284149,1.2716881036758423,-1.1101229190826416,0.23860105872154236,-0.0922236442565918,0.36856406927108765,0.1413177251815796 +553,1.621300195249858,0.615489805148485,1.3399872359987242,0.8154497742652893,-0.5773584842681885,0.04121841862797737,-0.1623157560825348,-0.39655348658561707,-0.07140126824378967,-0.5740251541137695,0.542827844619751,0.06664597988128662 +554,1.6252484545846961,0.5821092333907472,1.4554925585439489,0.8340669274330139,-0.5497869849205017,0.045461658388376236,-0.2936810553073883,1.6558469533920288,-0.4300976097583771,0.31389760971069336,-0.23173761367797852,-0.06235313415527344 +555,1.60962296150697,0.592087355172766,1.5926849815501964,0.8291522264480591,-0.5580942630767822,0.032209377735853195,-0.8127514719963074,-0.3998737335205078,0.1329517513513565,0.5080364942550659,-0.3116872310638428,-0.04591178894042969 +556,1.519470890813437,0.5848596000166646,1.7108361202872095,0.8326917290687561,-0.5520823001861572,-0.04277583584189415,-1.328981876373291,0.19822396337985992,-0.12080559134483337,-0.42641115188598633,0.09373873472213745,0.25916075706481934 +557,1.4938851013585837,0.5750782269811221,1.7228744096472726,0.8366689682006836,-0.5439004302024841,-0.06447641551494598,0.5673449039459229,0.18108294904232025,0.1635490506887436,-0.7310172319412231,0.2343149185180664,0.18833202123641968 +558,1.6520963388694825,0.565770603725219,1.5386381384527568,0.8413875102996826,-0.536066472530365,0.06855592131614685,3.60588002204895,0.8742782473564148,0.11597700417041779,0.6447575092315674,-1.3029379844665527,-0.28565800189971924 +559,1.7014798077571107,0.6165934226106627,1.3934295500276024,0.8088963627815247,-0.5782592296600342,0.10631530731916428,-0.012052417732775211,1.1837800741195679,0.2026103287935257,0.31433355808258057,0.05685114860534668,0.8456194400787354 +560,1.697154087379612,0.6137034055198766,1.214714190380133,0.8110030889511108,-0.5758990049362183,0.10302542895078659,0.956836462020874,-1.6038471460342407,0.24428105354309082,-0.3737015128135681,0.5980242490768433,-0.1811809539794922 +561,1.625774206071791,0.6187770962759946,1.2536389626792468,0.8133577704429626,-0.5800394415855408,0.044761791825294495,-0.9150441288948059,0.8522136807441711,-0.3534854054450989,-0.39471757411956787,0.6873392462730408,0.1371687650680542 +562,1.7285196583828981,0.5803038338406504,1.3836297955554535,0.8259155750274658,-0.5482780337333679,0.13135720789432526,-2.8703255653381348,1.1087191104888916,0.18434250354766846,1.5004546642303467,-0.7109076976776123,-0.5787296295166016 +563,1.5803990685254228,0.6055415906237945,1.679743646930004,0.8221561312675476,-0.5692074298858643,0.007895194925367832,-2.3242461681365967,0.43605613708496094,-0.41055870056152344,-0.17419159412384033,-0.03981655836105347,0.18354153633117676 +564,1.496334450268888,0.5664829583198366,1.8359101242307243,0.8414556384086609,-0.5366677045822144,-0.06277242302894592,0.27405887842178345,-0.13253048062324524,-0.15258122980594635,-0.8649694323539734,0.36198508739471436,0.24445879459381104 +565,1.578254049454616,0.5456642757930756,1.7343858056004444,0.854759156703949,-0.5189859867095947,0.00637467484921217,1.3143424987792969,0.6055192351341248,0.002148972824215889,-0.4111707806587219,-0.13030606508255005,0.07121634483337402 +566,1.748443810700781,0.5957830068176264,1.4476930393651242,0.8146829009056091,-0.5611570477485657,0.14626829326152802,-1.2717546224594116,-0.7645266652107239,1.140144944190979,1.050856590270996,-0.44505321979522705,0.09593449532985687 +567,1.7491444968436707,0.6246898415017386,1.4087305770691543,0.7982783913612366,-0.5848457217216492,0.14390046894550323,2.0265443325042725,-1.568755865097046,0.5423652529716492,-0.14036506414413452,0.3618536591529846,-0.011744126677513123 +568,1.64749683078172,0.6416144584040915,1.2803886803480036,0.7987750768661499,-0.5984896421432495,0.06138687953352928,-0.3821493089199066,-0.23887760937213898,0.3051791787147522,-0.545799732208252,0.7539156675338745,-0.0550086572766304 +569,1.6711482528447006,0.6132422192849166,1.3654195213955196,0.8136721253395081,-0.5755219459533691,0.08192876726388931,0.14628490805625916,1.567112684249878,-0.09602873027324677,0.6176938414573669,-0.6402068138122559,-0.06068849563598633 +570,1.6314082215550099,0.6280601169234501,1.6091612630986758,0.8076831698417664,-0.587576150894165,0.049015242606401443,-2.2929484844207764,0.3440426290035248,0.008480903692543507,0.7164106369018555,-0.23751240968704224,-0.02029823511838913 +571,1.4977237323714852,0.6017945906259111,1.8121821841756631,0.8221210837364197,-0.5661227107048035,-0.06018167734146118,-0.6903282999992371,-0.5766910910606384,-0.13225528597831726,-0.6527791619300842,0.29471468925476074,0.19215494394302368 +572,1.5091811087262017,0.5743889288371927,1.7956932930826552,0.8379313349723816,-0.5433219075202942,-0.051694758236408234,1.1186357736587524,0.45485731959342957,-0.5234166979789734,-0.9414774775505066,0.2887137532234192,0.04388225078582764 +573,1.7295907780626767,0.5719440061525471,1.4993188313591712,0.8302711248397827,-0.5412676930427551,0.1329619139432907,2.332468032836914,0.2934234142303467,1.0923407077789307,1.0273489952087402,-1.2240368127822876,-0.6748167276382446 +574,1.65424440591038,0.6439696096908332,1.4891640411381803,0.7969360947608948,-0.6003747582435608,0.06665758043527603,1.3698750734329224,-1.442050814628601,0.07426111400127411,0.21171575784683228,0.10356378555297852,0.18126726150512695 +575,1.6527831664850845,0.6185261861371022,1.3468473805871142,0.8119971752166748,-0.5798349976539612,0.06672264635562897,-0.08386927098035812,-1.4509286880493164,-0.27027615904808044,-0.6938636898994446,0.5637675523757935,0.16696572303771973 +576,1.547818373838545,0.6214713066078089,1.4791653347903497,0.8128082156181335,-0.5822319984436035,-0.01867995783686638,-1.5437198877334595,1.5512412786483765,-0.2657826244831085,-0.46011650562286377,0.6026176810264587,0.2718537449836731 +577,1.6273637171117754,0.6296920741572938,1.5708665204914158,0.8069161772727966,-0.5888959169387817,0.04569388926029205,-2.5863194465637207,1.331809401512146,-0.31461697816848755,1.3342275619506836,-0.5580004453659058,-0.31080007553100586 +578,1.5134472394688885,0.6193923486080909,1.8050259394469612,0.8128927946090698,-0.5805404782295227,-0.04666983708739281,-1.1072313785552979,-0.009549115784466267,-0.1912074089050293,-0.026729464530944824,0.09164893627166748,0.048973917961120605 +579,1.433598521776009,0.5851488713089369,1.8950339832798737,0.8257963061332703,-0.5523235201835632,-0.11401370912790298,-0.18491317331790924,-0.1569802314043045,-0.07942192256450653,-0.7923491597175598,0.25512808561325073,0.2802429795265198 +580,1.5032781027121922,0.5630586985167131,1.7964547901016408,0.8436997532844543,-0.5337752103805542,-0.05705182999372482,2.3990418910980225,0.3429405987262726,-0.07473821938037872,-0.40793919563293457,-0.3428117632865906,0.10523902624845505 +581,1.68822709469862,0.6052754829367212,1.5149565297582017,0.816681981086731,-0.5689886212348938,0.09634687006473541,-0.8255292177200317,-1.1218880414962769,0.41654202342033386,1.008223533630371,-0.5232508182525635,-0.2892942428588867 +582,1.6745212336675417,0.6147601300932036,1.450695965726127,0.81252121925354,-0.5767625570297241,0.08458224684000015,2.062826156616211,-1.5049289464950562,0.1133420467376709,-0.19594413042068481,0.2918962836265564,0.09203826636075974 +583,1.5694885062340438,0.6180895423166162,1.3766241626096534,0.8149864673614502,-0.5794792175292969,-0.0010658566607162356,-1.1171510219573975,-1.0275546312332153,0.2391081303358078,-0.5280448198318481,0.5398826003074646,0.07024919986724854 +584,1.5822028351714992,0.5946130041564245,1.4144707198870496,0.828311562538147,-0.5601882338523865,0.009448552504181862,0.6800505518913269,1.5289949178695679,-0.7157658934593201,0.22738313674926758,-0.005455136299133301,-0.03215360641479492 +585,1.6037952478414275,0.5887956760557856,1.5224729447332668,0.8311572670936584,-0.5553598999977112,0.027437252923846245,-2.3320324420928955,0.2568308115005493,0.09276674687862396,0.7479594349861145,-0.23721212148666382,0.09623527526855469 +586,1.5421452553054287,0.5737611987135748,1.7130126761299225,0.8395205140113831,-0.5427947640419006,-0.02405974641442299,-0.49714595079421997,-0.5010555386543274,-0.24877925217151642,-0.3236514925956726,0.025140464305877686,0.11314058303833008 +587,1.5238624147617295,0.5541343008157924,1.6758436484785897,0.849419891834259,-0.5262073278427124,-0.03989589586853981,1.1864149570465088,0.02706366591155529,-0.6708683371543884,-1.0893032550811768,0.4219593405723572,-0.00684177502989769 +588,1.685705310337303,0.5499478606842524,1.4528942138275607,0.8469294309616089,-0.5226427912712097,0.09775041788816452,3.4767377376556396,0.7681291699409485,0.7685825228691101,0.6735936403274536,-1.106797456741333,-0.5495479106903076 +589,1.6423019603016458,0.6435219851716026,1.47286159620083,0.7979433536529541,-0.600016713142395,0.05715489014983177,0.36733290553092957,1.342007040977478,0.31593766808509827,0.608596682548523,0.16645342111587524,0.7318160533905029 +590,1.6684145140070041,0.6237622500069595,1.27147062192254,0.8078222870826721,-0.5840930342674255,0.07910959422588348,0.012681623920798302,-1.7320703268051147,-0.08388832211494446,-0.36662977933883667,0.3594837188720703,0.063453309237957 +591,1.5775028377907856,0.617629334702912,1.3611065036994696,0.8152351379394531,-0.5791041254997253,0.005467465613037348,-0.7022435665130615,0.8579674959182739,-0.2620199918746948,-0.6416664719581604,0.7117946147918701,0.15157604217529297 +592,1.6798246547501654,0.6005970650688396,1.4011310487920539,0.8200997710227966,-0.5651351809501648,0.08977009356021881,-0.8610277771949768,1.442165493965149,0.3270098567008972,1.1851645708084106,-0.8115280866622925,-0.3930995464324951 +593,1.6262760371206066,0.6056360843809501,1.6422165225186311,0.8208751678466797,-0.5692851543426514,0.04558870196342468,-1.8958357572555542,0.7224398851394653,-0.48092594742774963,0.09793281555175781,-0.003545045852661133,0.15001368522644043 +594,1.5596123045956463,0.5449503999891754,1.7696029839718583,0.8550997376441956,-0.5183756947517395,-0.009563853032886982,0.1692734807729721,-0.3649982810020447,-0.14004096388816833,-0.9322022199630737,0.24060463905334473,0.17095601558685303 +595,1.5998414673192918,0.5478966233371391,1.701742647847221,0.8532619476318359,-0.5208929181098938,0.024790083989501,0.8112090229988098,0.44560131430625916,-0.02179393172264099,-0.6181393265724182,0.20877444744110107,-0.019251110032200813 +596,1.7711248790689242,0.5743616819993406,1.5193078935273783,0.8227497339248657,-0.5432990193367004,0.16706107556819916,0.013680877164006233,-0.19228777289390564,0.889695405960083,1.4236645698547363,-0.9160974621772766,-0.29502129554748535 +597,1.7635133075272118,0.5678097650774098,1.5202261434948703,0.8274733424186707,-0.5377867817878723,0.1614721417427063,1.0532865524291992,-0.9386218190193176,0.08704279363155365,-0.20464009046554565,0.22962027788162231,0.033702969551086426 +598,1.7480412992479142,0.584392110847916,1.4859279729353558,0.8209807872772217,-0.5516924858093262,0.1470579355955124,-0.4041333496570587,-0.0050447192043066025,-0.032157883048057556,-0.4703032970428467,0.6179308891296387,0.11585104465484619 +599,1.8028576169800175,0.5605122328997931,1.5345097602432545,0.8242790699005127,-0.5316201448440552,0.19479256868362427,-0.680422306060791,1.8658716678619385,-0.4610465466976166,0.0865943431854248,-0.011546969413757324,-0.029555201530456543 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/r4.csv b/BoostRunClub/CoreML/DataSet/Motion/running/r4.csv new file mode 100644 index 0000000..8e668c0 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/r4.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,1.843647897944749,0.566251072946222,1.6799103131490776,0.8126986026763916,-0.5364720225334167,0.22741791605949402,-1.2747530937194824,1.0460491180419922,-0.5535350441932678,0.9947202801704407,-0.22796279191970825,-0.009232491254806519 +1,-0.0853900251839929,0.6057399545881462,-2.951570422711313,-0.07011224329471588,-0.5693705081939697,-0.8190857768058777,-1.0642673969268799,-0.2512861490249634,0.045670997351408005,-0.2875537574291229,-0.2561299204826355,-0.3548644185066223 +2,-0.06971852825111531,0.4883785490047276,-2.986553543783092,-0.06151820346713066,-0.469194620847702,-0.8809494376182556,-1.1512752771377563,1.0043509006500244,-0.3789873421192169,0.11109401285648346,0.08549708127975464,0.17347568273544312 +3,0.029996019923613358,0.4989138345952714,-2.9512327218335037,0.026335638016462326,-0.4784720540046692,-0.8777077794075012,0.5414124727249146,2.450517416000366,0.9918438196182251,0.24516400694847107,0.3193839192390442,0.06374293565750122 +4,0.16422363893094605,0.5744889040522433,-2.782640545767936,0.13724200427532196,-0.5434058308601379,-0.8281755447387695,-1.7966015338897705,1.5392680168151855,0.6667612195014954,0.38621073961257935,-0.39609307050704956,0.06070423126220703 +5,0.28035968914388626,0.4525834101385397,-2.6263737820413895,0.24884314835071564,-0.4372903108596802,-0.8642073273658752,-0.12911102175712585,0.882159948348999,0.40909260511398315,-0.12167640030384064,-0.021739840507507324,0.061900198459625244 +6,0.3648526713919994,0.42520467972178255,-2.5478200840754694,0.3250391483306885,-0.41250723600387573,-0.85099196434021,-1.8065438270568848,2.1679847240448,-0.30651596188545227,-0.463238000869751,0.2749492824077606,0.46546345949172974 +7,0.4183720835790626,0.35156406976546967,-2.630760446759787,0.38142386078834534,-0.3443666398525238,-0.8578621745109558,-0.008249122649431229,-0.5932700634002686,-0.9290462732315063,-0.5799864530563354,0.019842684268951416,0.1872689127922058 +8,0.3645772906024986,0.22880485571888226,-2.841592723604871,0.3472619354724884,-0.2268136888742447,-0.909925639629364,0.2795284390449524,-3.1760542392730713,-2.8525021076202393,-0.2735162377357483,-0.417122483253479,-0.587236225605011 +9,0.16646603368064045,0.24212094623091468,-3.0585491000127853,0.16086512804031372,-0.23976224660873413,-0.9574113488197327,-3.1214685440063477,0.5066398978233337,-1.6069422960281372,-0.01793605089187622,-0.10957247018814087,0.47373825311660767 +10,0.28079771598950337,0.2970330591225492,-3.1331938648075655,0.2649867832660675,-0.29268449544906616,-0.9187588691711426,-0.011373808607459068,1.5203056335449219,-0.2490440160036087,0.18000528216362,0.09505262970924377,0.5186581611633301 +11,0.473265645135391,0.3356726225281747,-3.1312820474335967,0.4303570091724396,-0.3294043242931366,-0.8404080271720886,1.024929165840149,4.093055248260498,-0.4718989431858063,-0.016187667846679688,0.663541316986084,0.4393460154533386 +12,1.016001110315098,0.18205540955240523,3.029205173501802,0.8359608054161072,-0.18105138838291168,-0.5180636644363403,2.114964246749878,6.852058410644531,-4.3396453857421875,0.026908516883850098,1.095403790473938,-0.5063503980636597 +13,1.4190596761093106,-0.370466530044006,2.647025151075124,0.9214481711387634,0.3620503544807434,-0.14090047776699066,3.026987314224243,1.122368335723877,-6.237268924713135,0.8265376687049866,-0.2006734013557434,-0.7069998979568481 +14,0.8685870909397304,-0.820381373114817,2.0043346737824823,0.5206064581871033,0.7314059734344482,-0.44047051668167114,3.726862907409668,-1.3582123517990112,-5.319246768951416,1.0717854499816895,-0.8384616374969482,0.4836987555027008 +15,0.4105099836491622,-0.7381045258882121,1.4191760955590418,0.29521530866622925,0.6728869676589966,-0.6782853007316589,1.2658376693725586,-0.8504819273948669,-0.7245802879333496,1.0853235721588135,-0.35454291105270386,0.7152726650238037 +16,0.502678100044826,-0.6811333551715897,1.3024819329523798,0.37427082657814026,0.6296738982200623,-0.680758535861969,0.3509634733200073,1.4543142318725586,0.7937434911727905,1.0074125528335571,0.21447283029556274,-0.15240180492401123 +17,0.5308940326978512,-0.5646945526497298,1.3036359015946277,0.42770180106163025,0.5351577997207642,-0.7284759879112244,0.5193913578987122,-0.17191198468208313,0.8697595596313477,-0.34878334403038025,-0.37703096866607666,0.9461731314659119 +18,0.5617632153568183,-0.5117843965006821,1.599128875508132,0.4644281268119812,0.4897337853908539,-0.737880289554596,-1.501585841178894,0.10166822373867035,2.9613325595855713,-0.514934778213501,-0.21776112914085388,0.6759448647499084 +19,0.8362739235120332,-0.4398417480671857,2.0280671678843687,0.6715123057365417,0.4257962703704834,-0.6064394116401672,-2.6307995319366455,0.9887469410896301,4.29014253616333,0.47439223527908325,0.10151693224906921,-0.47482889890670776 +20,1.1472044880854217,-0.32963299319916445,2.4956704551657327,0.8625380396842957,0.3236958086490631,-0.3889077305793762,-3.3912975788116455,-1.2781996726989746,1.0563528537750244,0.28681498765945435,-0.07935678958892822,-0.4329306483268738 +21,1.0944071952192982,-0.39311564850978586,2.834470919563254,0.8208698630332947,0.3830682635307312,-0.4235933721065521,-3.128291368484497,-1.8422601222991943,0.5619350075721741,0.0024486184120178223,-0.3136865794658661,0.14777550101280212 +22,0.832297681613657,-0.39970870069045783,3.0078458162674404,0.6811900734901428,0.3891500234603882,-0.6201147437095642,-0.0423685759305954,-1.164555549621582,1.1346311569213867,-0.7784343957901001,-0.31998196244239807,0.5548529624938965 +23,1.117978660160374,-0.31058593385112765,2.8252598577298396,0.8561946153640747,0.3056165874004364,-0.4165686368942261,3.0878047943115234,2.561183452606201,-1.6645984649658203,1.1084966659545898,0.655565083026886,-1.894390344619751 +24,1.2938758692985912,-0.4158764425988174,2.5263321682782296,0.8799119591712952,0.40399181842803955,-0.2500912845134735,2.9421019554138184,4.990095138549805,-2.349836826324463,-0.012449800968170166,0.22708117961883545,-0.2252810001373291 +25,1.5085962609775203,-0.4877468786873493,2.215777190632915,0.8816826939582825,0.468636691570282,-0.05491155758500099,-0.8516907095909119,-0.8870044350624084,1.1360464096069336,0.13714665174484253,-0.619973361492157,0.2539319396018982 +26,1.3221347224967568,-0.3119014838764688,2.4607189899437154,0.9224786162376404,0.30686894059181213,-0.23423276841640472,-3.160388708114624,-0.711021900177002,2.227454900741577,-0.591606855392456,0.7750402688980103,0.7097119092941284 +27,1.391678218603247,-0.3216968965171165,2.6525053444959106,0.9335220456123352,0.3161768615245819,-0.16902217268943787,-0.04973529651761055,3.218952178955078,-0.04825029522180557,0.24703508615493774,0.5232090950012207,0.321716845035553 +28,1.6441590010953935,-0.4428257206933842,2.6433241494255926,0.9011142253875732,0.42849433422088623,0.0662270039319992,1.0847610235214233,2.8026652336120605,-1.5411258935928345,-0.19852322340011597,-0.26952826976776123,-0.2544289827346802 +29,1.6126549509136197,-0.5709645956130815,2.5295501612173785,0.8406431674957275,0.5404438972473145,0.03520873188972473,0.5652004480361938,-0.7263887524604797,0.3102916181087494,-0.059499919414520264,-0.915428638458252,0.07894229888916016 +30,1.4299636177372719,-0.45906443871638275,2.610524428368947,0.887592077255249,0.4431096017360687,-0.12583503127098083,1.6922866106033325,1.6095134019851685,-1.2358301877975464,0.652309775352478,1.2189998626708984,-1.0316509008407593 +31,1.3630358810611327,-0.5278685507740668,2.2718742393687674,0.8453050255775452,0.503693163394928,-0.17819221317768097,2.7398576736450195,0.5216104984283447,-0.43844348192214966,0.07336556911468506,0.10179078578948975,0.15924079716205597 +32,1.2154451496832646,-0.5109435388826455,2.106184003647819,0.8177869915962219,0.48900049924850464,-0.3034845292568207,0.6812860369682312,-1.5264796018600464,0.23145923018455505,-0.4921797513961792,-0.4419881999492645,0.5289789438247681 +33,1.274161182726774,-0.5253898542429101,2.245710795011025,0.8273444771766663,0.5015503168106079,-0.2528805136680603,-3.793238639831543,2.2543864250183105,0.5676943063735962,0.37387317419052124,0.6477721929550171,0.5065426230430603 +34,1.4294788520115675,-0.6122310225256282,2.6069670753404286,0.8102098703384399,0.5746946930885315,-0.1152651458978653,-1.5498583316802979,-1.6768066883087158,-0.13214826583862305,0.2958844304084778,0.3649110198020935,-0.2545773983001709 +35,1.4688926167718315,-0.6059167817306557,2.8410072340988926,0.8177161812782288,0.5695158839225769,-0.08361794799566269,-0.8299184441566467,-0.6927381157875061,0.27444279193878174,-0.25681835412979126,-0.5940214991569519,-0.3949282169342041 +36,1.4630781420746066,-0.5854466974770872,2.7658965594642546,0.8286346793174744,0.5525717735290527,-0.08960586041212082,0.8793359398841858,1.0514870882034302,0.4363110065460205,-0.6561492681503296,-1.0971579551696777,0.4813905358314514 +37,1.5947204335217366,-0.6074362324987826,2.6116442139449476,0.8208791613578796,0.5707641839981079,0.019642548635601997,2.055006504058838,0.4597994387149811,-0.12933877110481262,2.200315475463867,0.6681427359580994,-1.6396377086639404 +38,1.3909593396577458,-0.592018570158947,2.2494901820365785,0.8164332509040833,0.5580372214317322,-0.14842848479747772,2.7880687713623047,-0.4980334937572479,0.15270942449569702,-0.1532711386680603,-0.08948564529418945,0.2405458241701126 +39,1.159765027210543,-0.5776812871033408,2.1270352887343424,0.7679558992385864,0.5460829734802246,-0.33471962809562683,0.20638440549373627,-3.0378997325897217,-0.19991178810596466,-0.5861016511917114,-0.23687881231307983,0.20947551727294922 +40,1.022214129133296,-0.5440190131141888,2.2432082234998343,0.7300835251808167,0.5175789594650269,-0.4461950361728668,-3.2413077354431152,4.826177597045898,1.5434844493865967,-0.006145596504211426,0.42599397897720337,1.0185827016830444 +41,1.4955925261587149,-0.6155048363633971,2.580167626165811,0.8141743540763855,0.5773707628250122,-0.0613446980714798,-2.473982095718384,-0.30002036690711975,0.9511412382125854,0.897999107837677,0.1521214246749878,0.19809401035308838 +42,1.558842420118182,-0.6009909325154871,2.788069671065988,0.8247167468070984,0.5654600262641907,-0.009859057143330574,0.32432329654693604,-0.5353772044181824,-0.47388869524002075,-0.45153260231018066,-0.6188352704048157,-0.4695568084716797 +43,1.5209217034206552,-0.6255017031609038,2.664797146228242,0.8096616268157959,0.5855040550231934,-0.04041508212685585,0.6487910151481628,1.521768569946289,0.19771327078342438,-0.16451990604400635,-1.0657286643981934,0.6037542819976807 +44,1.5585603853586862,-0.6365548811624137,2.4508982339269783,0.8040881752967834,0.5944285988807678,-0.00983926746994257,2.550804615020752,0.5840232372283936,-0.5483622550964355,1.5909160375595093,0.8533863425254822,-0.8795344829559326 +45,1.4350717139401827,-0.6185204495181589,2.220149285139473,0.8072447180747986,0.5798303484916687,-0.11024072766304016,1.4049160480499268,-0.3155134320259094,0.30706796050071716,-0.24562960863113403,0.06677615642547607,-0.16542454063892365 +46,1.287481752585466,-0.5736167173220035,2.087700692381106,0.806458592414856,0.5426734089851379,-0.23479753732681274,0.4874805808067322,-0.5753368735313416,0.06660635769367218,-0.6658031940460205,-0.12233960628509521,0.47597798705101013 +47,1.3127791209036008,-0.5614905311150288,2.1681905962029195,0.818442702293396,0.5324484705924988,-0.21598665416240692,-1.9058829545974731,1.8210878372192383,0.6943028569221497,-0.2012094259262085,0.5403359532356262,0.6683029532432556 +48,1.4828118673372486,-0.6202596275965018,2.425186333006342,0.8105799555778503,0.5812464356422424,-0.07150304317474365,-0.5291155576705933,-0.9236672520637512,-0.4872950613498688,0.6905949711799622,0.42357534170150757,-0.07086145877838135 +49,1.5131764841641326,-0.6125076207383633,2.637647358988464,0.8168510794639587,0.5749210119247437,-0.04711898788809776,-0.9925188422203064,-0.7699861526489258,-0.15982931852340698,-0.41899335384368896,-0.4008182883262634,-0.4118501543998718 +50,1.4971415778378134,-0.6300307277701744,2.5801902972059287,0.8058185577392578,0.5891695618629456,-0.05945992469787598,0.30429983139038086,2.519252061843872,0.31750819087028503,-0.4385395646095276,-1.1057407855987549,0.760357141494751 +51,1.5466284950569604,-0.6273689800372863,2.5028472892349796,0.8093383312225342,0.587016761302948,-0.019563762471079826,2.573155164718628,0.946159839630127,-1.431705117225647,1.3413116931915283,0.9884836673736572,-1.0957010984420776 +52,1.3397843381440036,-0.649505628152927,2.081663604848651,0.7752272486686707,0.6047927737236023,-0.1823420375585556,2.431372880935669,0.48752689361572266,0.04515737295150757,0.062190473079681396,-0.11614525318145752,0.0522303432226181 +53,1.2170215168644873,-0.5645878630385445,1.917530742498939,0.792491614818573,0.5350676774978638,-0.2926768362522125,0.47611987590789795,-0.659582257270813,0.2407456785440445,-0.7655903697013855,-0.20268547534942627,0.36567485332489014 +54,1.2567308537647401,-0.5507563955495829,2.01279012123951,0.8104473948478699,0.5233319401741028,-0.2632462978363037,-1.705482006072998,1.2282012701034546,0.7764416933059692,-0.47963690757751465,0.10711544752120972,0.4687821865081787 +55,1.5104887843713843,-0.5896362307634533,2.3924643690649385,0.8296321034431458,0.5560587048530579,-0.050093818455934525,-0.6927870512008667,-1.9987633228302002,-0.3455210328102112,0.8437992334365845,0.5841695666313171,-0.6794441342353821 +56,1.5716288126210272,-0.5803583881427858,2.660935050980046,0.8362658023834229,0.5483236908912659,0.0006961795734241605,-2.7269723415374756,-1.4696635007858276,-0.1864689290523529,-0.2984241247177124,-0.18952858448028564,-0.36176490783691406 +57,1.5127566980218115,-0.6204145950639766,2.7105065099942562,0.8122674822807312,0.5813725590705872,-0.04719671234488487,0.9754659533500671,-0.6558734178543091,-0.584971010684967,-0.752575159072876,-0.7917760014533997,-0.16178768873214722 +58,1.5592674144576375,-0.636194939667963,2.638790668703868,0.8043089509010315,0.5941390991210938,-0.009273217990994453,0.8367854356765747,1.2934695482254028,-0.13080909848213196,0.7443666458129883,0.19959259033203125,-0.607166588306427 +59,1.4212391811110907,-0.6675764860046434,2.336805825882019,0.7765579223632812,0.6190845370292664,-0.11701351404190063,2.3009021282196045,0.6710915565490723,-0.14963874220848083,0.6173325181007385,0.26400256156921387,0.044656336307525635 +60,1.2764768576905885,-0.6240969495947033,2.090361272191065,0.7765969038009644,0.5843647122383118,-0.2354043871164322,1.5258822441101074,-0.508962869644165,-0.0601598359644413,-0.5335091352462769,-0.22686654329299927,0.3004831075668335 +61,1.2049877101327324,-0.6092246056799875,2.008379750231408,0.7658304572105408,0.5722317099571228,-0.29335060715675354,-0.39818882942199707,0.45211923122406006,-0.02241872437298298,-0.7138437628746033,-0.11323219537734985,0.6894992589950562 +62,1.4704700729591718,-0.6312899003360314,2.3022549863100523,0.8032076358795166,0.5901865363121033,-0.08085426688194275,-3.3516883850097656,-0.5431807041168213,-0.310461163520813,1.1710965633392334,1.304192066192627,-1.070833444595337 +63,1.5244091283127568,-0.6401322700983912,2.5721980151482833,0.8011541366577148,0.5973015427589417,-0.03718997538089752,-3.314718723297119,-1.158422589302063,0.3159252107143402,0.2325984239578247,0.014575958251953125,0.32687807083129883 +64,1.5237302133977992,-0.6624891151830418,2.7695105979322934,0.787590503692627,0.6150813102722168,-0.03709622099995613,0.6440492868423462,-0.2644422948360443,-0.2989218235015869,-0.525688648223877,-0.5340876579284668,-0.022275686264038086 +65,1.5056069405746204,-0.6761031420340495,2.7222878124310568,0.7783603072166443,0.625758171081543,-0.05081283301115036,0.08678170293569565,-0.691277801990509,0.060704126954078674,-0.07663911581039429,-0.7340803146362305,-0.26502883434295654 +66,1.4880541335927808,-0.6872757829759322,2.5193032746328923,0.7703325748443604,0.6344338059425354,-0.06388486176729202,2.3833346366882324,0.6185990571975708,-0.5158842206001282,1.1808544397354126,0.8524893522262573,-0.5271490812301636 +67,1.343965863735077,-0.6549815531259874,2.2466666501419175,0.772744357585907,0.6091446280479431,-0.17835134267807007,2.3465304374694824,0.0063979486003518105,0.07501235604286194,-0.49958139657974243,-0.07144010066986084,0.14264576137065887 +68,1.2295921566732804,-0.627959645092734,2.063049080219994,0.7625777721405029,0.5874948501586914,-0.27078551054000854,0.7395784258842468,0.014065608382225037,-0.12734422087669373,-0.6274307370185852,-0.3998118042945862,0.44032594561576843 +69,1.3481442674859714,-0.6249154219030242,2.2079268359126107,0.7909929752349854,0.5850287079811096,-0.1790853589773178,-3.3045246601104736,2.349613666534424,0.7348994016647339,-0.011955499649047852,0.5940027236938477,0.3745046854019165 +70,1.4769337667162876,-0.6410871069003151,2.5498273181119617,0.7979182004928589,0.598067045211792,-0.07511536777019501,-1.4040753841400146,-1.9736846685409546,0.3140186667442322,0.14766889810562134,0.27562063932418823,0.1236078217625618 +71,1.5144978736522203,-0.6421246874952407,2.804802845882969,0.799556314945221,0.5988982915878296,-0.04506140202283859,-0.5285779237747192,-1.1032178401947021,-0.13447336852550507,-0.32343631982803345,-0.3593200445175171,-0.4519631266593933 +72,1.5155602785058346,-0.6543828931202407,2.6980331816865197,0.7922135591506958,0.6086697578430176,-0.04380330070853233,0.19697315990924835,0.8272250890731812,0.15036821365356445,-0.2889787554740906,-1.0729031562805176,1.00666344165802 +73,1.517066172544922,-0.6467814873391473,2.5425846912256063,0.7968758344650269,0.6026210784912109,-0.04285751283168793,3.067169427871704,0.27085259556770325,-0.8967761993408203,1.6915427446365356,1.0208072662353516,-1.2757766246795654 +74,1.3674228500231294,-0.6305039296655319,2.2021411535060924,0.7910838723182678,0.5895518660545349,-0.1631409227848053,1.8355884552001953,0.3711968660354614,0.2920103073120117,0.017540335655212402,-0.07688707113265991,0.08933413028717041 +75,1.2521102808407416,-0.5468838896805638,2.0759670292361836,0.8111410140991211,0.5200281143188477,-0.2676211893558502,0.11830608546733856,-1.09700608253479,0.24819408357143402,-1.066161036491394,-0.07398319244384766,0.4881259500980377 +76,1.341075906256925,-0.5429677931948779,2.206684640837636,0.833687424659729,0.5166792273521423,-0.19495652616024017,-2.3710200786590576,0.9866049885749817,0.9150785207748413,-0.48651933670043945,0.37040579319000244,0.23055526614189148 +77,1.5736692412941395,-0.6054517466982414,2.5950131053793632,0.8222416639328003,0.5691335797309875,0.0023622363805770874,-0.9550749659538269,-2.298902750015259,-0.40788811445236206,0.9725886583328247,0.27504366636276245,-0.5502595901489258 +78,1.5558859798726685,-0.5975810445727272,2.820874994321315,0.8266071081161499,0.562644362449646,-0.012325912714004517,-1.7802590131759644,-1.325352430343628,-0.1251620203256607,-0.15569347143173218,-0.4404977560043335,-0.36148393154144287 +79,1.5579758392096767,-0.6157161825074744,2.812255258386306,0.8162930011749268,0.577543318271637,-0.010465847328305244,0.7529255747795105,2.8481807708740234,0.11538545787334442,-0.6879055500030518,-0.8984662294387817,0.7674391269683838 +80,1.5871518373793625,-0.5933788589483657,2.7548852025166624,0.8289453387260437,0.5591654777526855,0.01355903409421444,0.714104413986206,2.306607246398926,-0.2906033396720886,0.8774604201316833,0.6594319939613342,-0.4285675287246704 +81,1.4819766631220017,-0.637651414700412,2.4218689174232235,0.8003289699554443,0.5953100323677063,-0.07127247005701065,2.015180826187134,0.5571384429931641,0.30417829751968384,0.43651801347732544,0.022411584854125977,-0.02951180934906006 +82,1.3619931700151757,-0.5737707721984058,2.2351510254858487,0.8216181993484497,0.5428028106689453,-0.17409396171569824,0.9884523749351501,0.20225681364536285,0.13267989456653595,-0.6912471055984497,-0.05105781555175781,0.26561617851257324 +83,1.3156287447250936,-0.561411270081856,2.1699288886125845,0.8190956711769104,0.5323813557624817,-0.21366417407989502,0.4234728217124939,0.2328466773033142,0.5958825945854187,-0.7062264084815979,-0.2814810872077942,0.43934166431427 +84,1.5118908710762962,-0.6009417672729477,2.358294363620031,0.823373019695282,0.5654194951057434,-0.0485573373734951,-0.5440730452537537,0.024184811860322952,-0.31058236956596375,1.2486636638641357,0.5088755488395691,-0.4722556471824646 +85,1.6151824307262173,-0.5910361912189062,2.507130924763422,0.8295459151268005,0.5572217106819153,0.036844510585069656,-0.8880177140235901,-0.7565928101539612,-0.09272739291191101,-0.11688417196273804,-0.29063546657562256,-0.08080506324768066 +86,1.5476116295630504,-0.6010403047640146,2.5287389929586586,0.8245260119438171,0.565500795841217,-0.019119812175631523,1.1587575674057007,-0.7617496252059937,-0.36382001638412476,-0.6933310627937317,-0.35566192865371704,-0.11509644985198975 +87,1.5365156398711874,-0.5959006559122977,2.4335652500511475,0.8271573185920715,0.5612543821334839,-0.028366632759571075,-0.5500718951225281,1.6491042375564575,-0.05166078358888626,-0.05394858121871948,-0.02972966432571411,-0.23017823696136475 +88,1.4696791650456649,-0.6142661370428545,2.279874920105989,0.8130223751068115,0.57635897397995,-0.08249185979366302,2.6992673873901367,0.08110357075929642,-0.41532769799232483,1.236644983291626,0.20217490196228027,-0.2574892044067383 +89,1.3031304027210502,-0.5590100470953656,2.055810611966743,0.817591667175293,0.5303471684455872,-0.22422198951244354,1.354494571685791,-0.5912728309631348,0.2014291137456894,-0.5986586809158325,0.02430969476699829,0.35149553418159485 +90,1.2346511890224339,-0.5363367698278743,1.9924470083268693,0.8114780783653259,0.510990560054779,-0.2835349440574646,-0.5213207006454468,0.027523696422576904,0.5365670323371887,-0.6452793478965759,-0.14586299657821655,0.6144065856933594 +91,1.442723040165122,-0.5379926630723291,2.265244629894,0.85170578956604,0.5124132633209229,-0.10968110710382462,-3.754237413406372,0.7489131093025208,0.13878276944160461,0.7179811000823975,0.8974836468696594,-0.7939596176147461 +92,1.5873331785986373,-0.5402337584578283,2.4889441342311236,0.857471227645874,0.5143364667892456,0.014181166887283325,-3.1806092262268066,-0.7028849720954895,0.5730164051055908,0.6307642459869385,-0.2013787031173706,0.45067787170410156 +93,1.5635050251453158,-0.5414281775003094,2.7273184193653894,0.8569508194923401,0.515360414981842,-0.0062483977526426315,0.34704893827438354,-0.3213231563568115,-0.33262014389038086,-0.6550922989845276,-0.46309906244277954,-0.09703832864761353 +94,1.541104553396492,-0.5457980607868218,2.640785357340816,0.8543365597724915,0.5191003680229187,-0.02537422440946102,0.8464549779891968,0.6326992511749268,8.936412632465363e-05,-0.43833619356155396,-0.7857934832572937,0.12620431184768677 +95,1.5485976697841108,-0.5840084382331945,2.5404683060195725,0.834053635597229,0.5513724088668823,-0.018517913296818733,3.060798406600952,0.1968335509300232,-0.4311812222003937,1.216407060623169,0.2547493577003479,-0.6750398278236389 +96,1.3885358429566128,-0.5646846347690726,2.241801949520468,0.8307652473449707,0.5351494550704956,-0.15311487019062042,1.8465853929519653,-0.30959898233413696,0.05748916417360306,-0.2779240608215332,-0.040490031242370605,-0.010062575340270996 +97,1.299058703643343,-0.5628766737317566,2.1085567248271846,0.8146905303001404,0.5336212515830994,-0.2269970327615738,0.048405420035123825,-0.17685624957084656,-0.4058302938938141,-0.6671991348266602,-0.12535715103149414,0.5253368616104126 +98,1.4646297152560461,-0.616800475656603,2.279017959697226,0.8111405968666077,0.5784281492233276,-0.08644106239080429,-2.9266445636749268,1.301875114440918,-0.4381544589996338,0.6313796639442444,0.7926198840141296,-0.2156829833984375 +99,1.5807364409127804,-0.6092514388557959,2.5675206709650347,0.8200362324714661,0.5722537636756897,0.008151521906256676,-3.1578872203826904,-1.6110566854476929,0.47680532932281494,0.3381059765815735,0.5483670234680176,-0.03459501266479492 +100,1.57663359418117,-0.6106145562072621,2.800213676589995,0.8192818760871887,0.5733710527420044,0.004782421514391899,-0.845454216003418,-0.8987765312194824,-0.2406553477048874,-0.3896554112434387,-0.35918349027633667,-0.04616427421569824 +101,1.586538530743399,-0.6273190685390817,2.7684556462280345,0.8095037937164307,0.5869763493537903,0.012744426727294922,0.27228689193725586,-0.7828570604324341,-0.2041078507900238,-0.41204285621643066,-0.7628492116928101,-0.10071134567260742 +102,1.5702361391508486,-0.6683941181343956,2.619546412771054,0.7848178148269653,0.6197264790534973,-0.00043964528595097363,2.429222583770752,0.30797266960144043,-0.1916595846414566,1.4670895338058472,0.9449402689933777,-0.4847898483276367 +103,1.4631903527306451,-0.6428160759549862,2.423301618334272,0.7957811951637268,0.5994518399238586,-0.08596285432577133,1.091178059577942,-0.6915425062179565,0.15526911616325378,-0.06023132801055908,-0.09432494640350342,-0.08849089592695236 +104,1.2920118700881826,-0.6002268758871036,2.319830636117272,0.7933467030525208,0.5648297071456909,-0.22708654403686523,0.5402636528015137,-0.7611225247383118,-0.10912461578845978,-0.9208797216415405,-0.1942090392112732,0.5124564170837402 +105,1.330476768404049,-0.6173327796414347,2.3041046098360005,0.7919914722442627,0.5788623094558716,-0.19408181309700012,-0.6133062839508057,1.5577508211135864,-0.041296303272247314,-0.035476088523864746,0.019358456134796143,0.34024572372436523 +106,1.5350363393707223,-0.6272303213386597,2.5264673817815058,0.8091383576393127,0.5869045257568359,-0.028947116807103157,-0.4814179539680481,-2.250892400741577,-0.41986384987831116,0.5517471432685852,0.535486102104187,-0.322584867477417 +107,1.5600163780756,-0.6350208196615686,2.67418272751176,0.8050127029418945,0.5931942462921143,-0.008678331971168518,-1.5363647937774658,-0.7971723079681396,0.20087797939777374,-0.3842514753341675,-0.4501277804374695,-0.3275795578956604 +108,1.492460109415051,-0.6317511596617222,2.62472771617026,0.8045196533203125,0.5905588269233704,-0.0631522610783577,1.3917282819747925,1.7949140071868896,0.1046418622136116,-0.6868287324905396,-0.9389628767967224,0.2615622878074646 +109,1.66041469655517,-0.6391315578153227,2.604029328266335,0.7993931174278259,0.5964986681938171,0.07183271646499634,0.37170615792274475,-0.33220192790031433,-0.552605152130127,1.9069666862487793,1.167356252670288,-1.1439000368118286 +110,1.5161210229918425,-0.6128205622570381,2.3637020385210916,0.8168066740036011,0.5751770734786987,-0.044703707098960876,1.3200794458389282,-1.0589063167572021,1.312543511390686,0.0431329607963562,0.21579283475875854,-0.07484889030456543 +111,1.2777460864822014,-0.4701275609299949,2.2153629513021604,0.8535028696060181,0.453000009059906,-0.257533997297287,1.7482564449310303,-0.8063340783119202,0.8113486766815186,-0.7854945063591003,-0.0931825339794159,0.5056877136230469 +112,1.2820860373059033,-0.4432650560229764,2.1704583937544952,0.8659679889678955,0.42889124155044556,-0.25720009207725525,-0.7977016568183899,0.9114367365837097,-0.2129555493593216,-0.4869701862335205,0.07684606313705444,0.48093968629837036 +113,1.6019410664979592,-0.5698581761157986,2.466687107803553,0.8415692448616028,0.5395126342773438,0.02621893398463726,-2.3717198371887207,-1.1603819131851196,-2.2051165103912354,1.099684476852417,0.970344603061676,-1.1728863716125488 +114,1.5565357634938828,-0.6019085159994061,2.555964114386948,0.8241726160049438,0.5662165880203247,-0.011753962375223637,-2.139497756958008,-1.5175886154174805,0.532844603061676,-0.15663117170333862,-0.4890376925468445,0.11885541677474976 +115,1.5307662281708057,-0.594543093543756,2.774020918084752,0.8277409076690674,0.5601302981376648,-0.0331522598862648,0.1894613653421402,-1.3578852415084839,0.47889775037765503,-0.5509769916534424,-0.9398758411407471,-0.20726525783538818 +116,1.6241577227279744,-0.5643217309012409,2.6400844602434166,0.843748927116394,0.534842848777771,0.04506640136241913,0.3572228252887726,2.01261043548584,-0.33244094252586365,0.930939793586731,0.502236008644104,-0.42063093185424805 +117,1.526535026063125,-0.6019873047448637,2.304156903310834,0.8234047889709473,0.5662815570831299,-0.036468785256147385,3.2028656005859375,0.7128543853759766,0.10419684648513794,0.3206993341445923,0.09649926424026489,0.012863453477621078 +118,1.341456289160013,-0.5281422980221944,2.0446292900408847,0.841128945350647,0.503929615020752,-0.1963593065738678,1.004998803138733,-1.2352449893951416,1.0590139627456665,-0.5451237559318542,-0.18624168634414673,0.4427124261856079 +119,1.2982440600883647,-0.4615833295854593,2.0683158070490264,0.8622984290122986,0.4453662931919098,-0.24101917445659637,-0.10995026677846909,0.4907202124595642,0.9578310251235962,-0.6592650413513184,0.10498771071434021,0.46674245595932007 +120,1.5933427702724554,-0.4932786405537327,2.3267697301905446,0.8805614113807678,0.47351619601249695,0.01985689252614975,-4.040598392486572,-1.017274022102356,-2.2185544967651367,0.9798208475112915,1.4898780584335327,-0.9774222373962402 +121,1.5972566855855255,-0.5822884854277386,2.4899027638080726,0.8349138498306274,0.5499367117881775,0.022097276523709297,-0.8790382742881775,-0.5230610370635986,-0.9118670225143433,0.20408755540847778,-0.10936981439590454,-0.06489825248718262 +122,1.545363848466022,-0.6277089633152262,2.6172491833526466,0.8091134428977966,0.5872920155525208,-0.020582199096679688,-0.2189367264509201,-1.0094329118728638,-0.12079979479312897,-0.35708707571029663,-0.794475793838501,-0.05359077453613281 +123,1.551876723797795,-0.6049352883643003,2.5533657673190966,0.8223916888237,0.5687088370323181,-0.015561181120574474,0.36983898282051086,-0.0341065488755703,0.2152804732322693,-0.24087929725646973,-0.6452317237854004,-0.28613555431365967 +124,1.5342431447834934,-0.6279861790674087,2.222537807884364,0.8086718916893005,0.5875163674354553,-0.029572702944278717,2.9127371311187744,1.564224362373352,-0.2283576875925064,1.5055980682373047,0.542931079864502,-0.26867562532424927 +125,1.4846468828833375,-0.563257434135889,2.099972674014914,0.8423846364021301,0.533943235874176,-0.07275103777647018,0.36656561493873596,-0.8560935258865356,0.9346839785575867,-0.4747088551521301,0.09642785787582397,-0.22137737274169922 +126,1.3743326688429671,-0.4684545550176217,2.0815177802069367,0.8751026391983032,0.4515078663825989,-0.1741725653409958,-0.03511357679963112,-0.8465176820755005,0.8911049962043762,-0.6684833765029907,0.011352241039276123,0.3995448350906372 +127,1.485049365091612,-0.43183042555334544,2.229376419847142,0.9048644304275513,0.41853389143943787,-0.0777800977230072,-3.9908652305603027,1.3637497425079346,-0.47250017523765564,0.17573249340057373,1.1214900016784668,0.2588866949081421 +128,1.59703968775124,-0.5071012612183997,2.50567156496005,0.87385493516922,0.4856453537940979,0.022938156500458717,-1.6553045511245728,-0.9566522240638733,-0.10372866690158844,0.64415043592453,0.1718253493309021,-0.08615529537200928 +129,1.595944017067226,-0.5501324525347254,2.689332215940508,0.8521857261657715,0.5228001475334167,0.021435022354125977,-0.5962193608283997,-0.6687902808189392,-0.4746188819408417,-0.13345104455947876,-0.8090856075286865,-0.4194605350494385 +130,1.511279213161408,-0.5481840367091863,2.60093663715808,0.8519611358642578,0.5211381912231445,-0.0507662259042263,1.5260202884674072,1.1994004249572754,0.5530344247817993,-0.5544910430908203,-0.994145393371582,0.5614778995513916 +131,1.5865130444021225,-0.5567761321368955,2.4395031528419473,0.8488584756851196,0.5284519791603088,0.013342367485165596,3.5512709617614746,1.043541431427002,-0.7142624855041504,2.16725492477417,1.379964828491211,-1.0613465309143066 +132,1.4595122113190475,-0.5429459697073796,2.1701745318049146,0.8508942723274231,0.5166605114936829,-0.09508385509252548,1.5251768827438354,-1.3610596656799316,0.2624281346797943,-0.3981660008430481,0.20895588397979736,-0.07006204128265381 +133,1.3144053736747277,-0.49294772809521265,2.0227995403617687,0.8521450757980347,0.4732247292995453,-0.22339902818202972,0.08479932695627213,-0.731042742729187,0.10486728698015213,-0.6484555006027222,-0.2155953049659729,0.4283550977706909 +134,1.3538005706256475,-0.48413105823290714,2.163706810350957,0.8643235564231873,0.46543943881988525,-0.19055487215518951,-2.268805742263794,0.47657427191734314,0.5117915272712708,-0.42656397819519043,0.33576908707618713,0.31231996417045593 +135,1.528287003872603,-0.5492771548016868,2.4388192469678107,0.8521316051483154,0.5220708250999451,-0.03624537214636803,-0.47364693880081177,-1.3137519359588623,-0.4314209222793579,0.6849930286407471,0.31841373443603516,-0.2725161910057068 +136,1.6056647608300996,-0.6024351160295637,2.6275606527960775,0.8234572410583496,0.5666505694389343,0.028724305331707,-2.325472593307495,-1.4636073112487793,-0.3041051924228668,0.13456571102142334,-0.6780245900154114,-0.2136150598526001 +137,1.5097420572034532,-0.5210228756922974,2.9177579220505696,0.865694522857666,0.49776753783226013,-0.05292011797428131,-0.7267531752586365,-0.964268684387207,1.061892032623291,-1.0537896156311035,-0.678141713142395,-0.16012310981750488 +138,1.60572154433951,-0.4379761797730648,2.785380732864238,0.9050596952438354,0.42410755157470703,0.031622264534235,2.5957860946655273,4.230841636657715,-0.2209828495979309,0.7776491045951843,1.2216901779174805,-0.6857055425643921 +139,1.520968712514779,-0.5163120763661854,2.3523830238080965,0.8685664534568787,0.4936763048171997,-0.04331444576382637,3.730914354324341,-0.6219073534011841,-0.653627872467041,0.2082463502883911,0.2621525228023529,0.08004236221313477 +140,1.2746074761584447,-0.4567559717432049,2.0146368075101693,0.8584075570106506,0.44103896617889404,-0.26195621490478516,1.1183476448059082,-1.5161948204040527,0.6524835228919983,-0.6690918207168579,-0.17777907848358154,0.6204004287719727 +141,1.1960859270911617,-0.46406446200887325,2.0591437859264734,0.8321926593780518,0.44758638739585876,-0.32729485630989075,-1.3990870714187622,-0.02290726639330387,0.4225505590438843,-0.4869319796562195,-0.02468898892402649,0.7521452903747559 +142,1.5279636044289182,-0.5456927202593004,2.499331957477391,0.853983998298645,0.5190103054046631,-0.03660084679722786,-2.387505292892456,-2.1037306785583496,-1.2632697820663452,0.97954261302948,0.7020742893218994,-1.4383442401885986 +143,1.5443809558744641,-0.5864803051912041,2.6750986541664705,0.8326031565666199,0.5534329414367676,-0.021998638287186623,-3.094855546951294,-2.207902193069458,-0.23669245839118958,-0.16742682456970215,-0.36462074518203735,-0.24286341667175293 +144,1.4203672538927465,-0.6219751335031243,2.7158414551240484,0.8035510182380676,0.5826415419578552,-0.12179753929376602,1.1808303594589233,-0.6504535675048828,0.11212316155433655,-0.5118334889411926,-1.13525390625,0.2687854766845703 +145,1.4548478676093928,-0.5710138451848574,2.635549668452683,0.8357042670249939,0.5404853224754333,-0.09733521193265915,1.225400686264038,2.821708917617798,-0.09085844457149506,0.7362866997718811,0.44869619607925415,-0.6842962503433228 +146,1.3956866185493513,-0.6014185977761325,2.2875527383713314,0.8119246363639832,0.5658127069473267,-0.14364713430404663,1.6881787776947021,-0.01354280486702919,0.024513039737939835,0.37238627672195435,0.05102384090423584,-0.06700044870376587 +147,1.2905438983763275,-0.5196296621415137,2.127285887214702,0.8341384530067444,0.4965587258338928,-0.24008812010288239,0.7312454581260681,-0.25280970335006714,0.6570118069648743,-0.6556259989738464,-0.006141245365142822,0.2608247995376587 +148,1.2611264412507055,-0.44595092484060367,2.143223820476282,0.8592869639396667,0.43131598830223083,-0.27494049072265625,-0.7787850499153137,0.3684682846069336,1.124192714691162,-0.6387364864349365,0.147144615650177,0.6267166137695312 +149,1.5023467445646435,-0.5379398303820188,2.439362422129533,0.8567551374435425,0.5123679041862488,-0.05873629450798035,-1.476846694946289,0.8325346112251282,-2.3238513469696045,1.1640883684158325,1.184088945388794,-1.1745400428771973 +150,1.5155831392330712,-0.602878242324068,2.577657495576359,0.8224518895149231,0.5670156478881836,-0.04545639082789421,-2.4605555534362793,-1.0950480699539185,0.01112345326691866,-0.005938827991485596,-0.4220266342163086,0.3344120383262634 +151,1.5074402615729317,-0.620734251920222,2.7246605783497935,0.8118197917938232,0.5816326141357422,-0.05150263383984566,0.36369168758392334,0.47316774725914,0.1232469379901886,-0.6005769371986389,-0.8036326766014099,0.18791621923446655 +152,1.5041395119148873,-0.5943936541704267,2.6694226819362163,0.826648473739624,0.5600064992904663,-0.05518350750207901,1.391214370727539,1.8241522312164307,0.27164730429649353,-0.14541971683502197,-0.5057767033576965,-0.050147898495197296 +153,1.4815876148233844,-0.6275441307248103,2.4257343085980865,0.8062530159950256,0.5871585607528687,-0.0721161961555481,2.5906970500946045,0.6163222193717957,-0.15724465250968933,0.9399932622909546,0.4948725700378418,-0.2346617579460144 +154,1.3652749857547535,-0.5910799013198177,2.2724067962831302,0.8128647208213806,0.5572580099105835,-0.16945365071296692,1.3016713857650757,-0.7897093892097473,0.48954957723617554,-0.4536117911338806,-0.1077646017074585,-0.0019025802612304688 +155,1.2643114191580858,-0.5392128946262268,2.173845334635447,0.8181250691413879,0.5134606957435608,-0.25890064239501953,0.0554233156144619,0.00432606041431427,-0.013110246509313583,-0.6236975193023682,-0.26576483249664307,0.5110368728637695 +156,1.4274447600572149,-0.543872087826702,2.3158860103424708,0.8469343185424805,0.5174532532691956,-0.12224789708852768,-3.446747303009033,2.2166967391967773,-0.40633195638656616,0.44064807891845703,1.1612730026245117,0.055643320083618164 +157,1.491235610066144,-0.5825746936984123,2.55270408933285,0.8324074745178223,0.5501757264137268,-0.06636703014373779,-1.9067842960357666,-0.1430148184299469,0.8142574429512024,0.6706137657165527,0.03704351186752319,0.7258671522140503 +158,1.5118579561695984,-0.601166109392063,2.786746152762127,0.8232447504997253,0.5656045079231262,-0.0485769622027874,0.16889356076717377,-0.9235721230506897,-0.5702254772186279,-0.30455273389816284,-0.6198342442512512,-0.6009286046028137 +159,1.4624436469873006,-0.6057475941911158,2.6455856030168508,0.8172557353973389,0.5693768262863159,-0.08890002220869064,0.5688449740409851,1.7517589330673218,0.04009811207652092,-0.5336863994598389,-0.9748944044113159,0.6284965872764587 +160,1.495693114939021,-0.5979969794842233,2.4786579815925323,0.8241351246833801,0.5629881620407104,-0.062011830508708954,1.4106388092041016,-0.18720650672912598,-0.2689930200576782,1.432715892791748,0.7222748398780823,-1.038101077079773 +161,1.3619958218436772,-0.6157728711644679,2.319341096839019,0.7985968589782715,0.5775896310806274,-0.16921371221542358,3.0732359886169434,0.01351461187005043,-0.42972758412361145,0.301882266998291,0.04020822048187256,-0.18738418817520142 +162,1.1921580818252508,-0.5022790774027849,2.195676166215722,0.814405083656311,0.48142436146736145,-0.32399851083755493,-0.01641950197517872,-1.115422248840332,0.18257349729537964,-1.0917030572891235,0.16650956869125366,0.6688166260719299 +163,1.2942189241305986,-0.5058813321201364,2.2933983828975113,0.8415035009384155,0.48457857966423035,-0.23886273801326752,-2.3161568641662598,3.088526725769043,-0.18471397459506989,-0.2768062949180603,0.5268502235412598,0.4769151508808136 +164,1.5365387333272602,-0.5831610317929036,2.6321904739002475,0.8342364430427551,0.5506652593612671,-0.028590118512511253,-2.0830464363098145,-1.2038302421569824,-0.21581022441387177,0.8740765452384949,0.8281646966934204,-0.6198778748512268 +165,1.5376486452081009,-0.6254775414698883,2.8042286834062264,0.8102384209632874,0.5854844450950623,-0.026867365464568138,-1.2615033388137817,-0.7799364328384399,-0.0314842090010643,0.17923301458358765,-0.42923444509506226,-0.1667819619178772 +166,1.4731161314479897,-0.6163111666920124,2.732901787496937,0.8121263980865479,0.5780289769172668,-0.07958193868398666,0.9500170350074768,0.8821689486503601,0.09682264924049377,-0.39128899574279785,-0.6619675159454346,0.15071845054626465 +167,1.5261921819320927,-0.5726053718088865,2.610492911382535,0.8396563529968262,0.54182368516922,-0.03747700899839401,0.03786037117242813,2.215832471847534,-0.22958342730998993,0.7326246500015259,0.5564124584197998,-0.2583298683166504 +168,1.456665878709875,-0.5727496205048945,2.495243927781956,0.8349465131759644,0.5419449210166931,-0.09570874273777008,2.2571818828582764,0.047349173575639725,-0.2420884221792221,0.47369301319122314,0.4088912606239319,0.04047191143035889 +169,1.32729289261275,-0.5336551146239924,2.3098142688713996,0.8355547189712524,0.5086836218833923,-0.20757949352264404,-0.24075770378112793,-0.5702912211418152,-0.2079540193080902,-0.5364977717399597,-0.044801175594329834,0.33016860485076904 +170,1.2736227068962662,-0.5442867783580675,2.347538959414214,0.8179986476898193,0.5178080797195435,-0.25050562620162964,-1.0288612842559814,-0.16836918890476227,0.14819900691509247,-0.7136742472648621,-0.27951157093048096,0.33607691526412964 +171,1.4724036090192916,-0.6025298522851217,2.611622209843696,0.8199195265769958,0.5667286515235901,-0.08093546330928802,-0.16591306030750275,-0.20045453310012817,-0.8227020502090454,1.0182609558105469,0.7222728133201599,-0.8381624221801758 +172,1.5197266401016731,-0.6224476299214419,2.8053317694039057,0.8113945722579956,0.5830255150794983,-0.04147372767329216,-1.863774061203003,-0.9512166380882263,-0.33801525831222534,-0.058754801750183105,-0.1747766137123108,0.004898428916931152 +173,1.472149823614532,-0.6536137466268386,2.8378174793355817,0.7900320291519165,0.608059287071228,-0.07818768173456192,1.374488115310669,0.03189171478152275,-0.19859649240970612,-0.5483176112174988,-0.789028525352478,-0.020490944385528564 +174,1.4879077511195127,-0.6283823218857191,2.6406922500229886,0.8062020540237427,0.5878368616104126,-0.06697840243577957,0.9822465181350708,-0.276226669549942,0.4938771724700928,-0.11348354816436768,-0.5228801965713501,-0.552986204624176 +175,1.4913679864813507,-0.6311415047809287,2.4836295820200673,0.8048090934753418,0.5900667309761047,-0.06405942142009735,1.1493971347808838,-0.051854196935892105,0.02577255293726921,0.7429814338684082,0.28243082761764526,-0.43844300508499146 +176,1.3498247952039382,-0.5973781419054893,2.2834251298643857,0.8067091107368469,0.562476634979248,-0.1812189370393753,1.9473865032196045,-0.2395227700471878,0.2736770212650299,-0.3362807035446167,0.015129506587982178,0.17424573004245758 +177,1.2336730643613756,-0.5749218331874326,2.1830141000392698,0.7919943928718567,0.5437691807746887,-0.27759677171707153,-0.13437381386756897,-0.4392150640487671,-0.2561887204647064,-0.7431968450546265,-0.2730782628059387,0.4741910696029663 +178,1.423699183793567,-0.6079298592306729,2.351527794450478,0.8119677901268005,0.5711694359779358,-0.12030711770057678,-4.1530656814575195,1.0540741682052612,-1.21437406539917,0.7310009002685547,1.412259578704834,-0.5515221357345581 +179,1.4900002532443435,-0.6416264287524108,2.554786539375885,0.7985098361968994,0.5984991788864136,-0.06465721875429153,-2.0633630752563477,-0.7300297021865845,0.3840392231941223,0.47416460514068604,0.08175277709960938,0.38858604431152344 +180,1.5286765859870348,-0.6478142697906232,2.7398322247690463,0.7966975569725037,0.6034449338912964,-0.03357655182480812,-0.1372910439968109,-0.6543267965316772,-0.07396681606769562,-0.2287806272506714,-0.4394587278366089,-0.3968281149864197 +181,1.4621209395546109,-0.6492027029965084,2.6512998486108734,0.7918668985366821,0.6045514941215515,-0.08639683574438095,1.2616589069366455,1.2427645921707153,0.17303216457366943,-0.5657621622085571,-0.8112165331840515,0.20710909366607666 +182,1.5145972199956736,-0.6237559038969875,2.5366053098163577,0.8104090094566345,0.5840879082679749,-0.04559227079153061,0.973639965057373,1.6620001792907715,-0.7061061859130859,1.1696476936340332,0.9347566962242126,-0.7169352173805237 +183,1.4167550256252675,-0.6263943824693755,2.322544973872911,0.800553560256958,0.5862274765968323,-0.12430305778980255,2.6150214672088623,0.2692548334598541,-0.10089483857154846,0.11199826002120972,0.14738458395004272,-0.07427483797073364 +184,1.2905784892344923,-0.5644633311129679,2.091517146920834,0.8119215965270996,0.5349624752998352,-0.23366306722164154,0.2368512600660324,-0.7462547421455383,0.0623842217028141,-0.6563582420349121,-0.1198623776435852,0.44667577743530273 +185,1.2798726461989378,-0.5623755176582376,2.164142832193126,0.810441792011261,0.5331973433494568,-0.24266166985034943,-1.3048630952835083,0.02609238587319851,0.45867830514907837,-0.876176655292511,-0.13775062561035156,0.2675182819366455 +186,1.5040982256366615,-0.6170713294991004,2.427017530593668,0.8137631416320801,0.57864910364151,-0.05435708537697792,-0.7667088508605957,-1.8909392356872559,-0.018797462806105614,1.177234172821045,0.49868243932724,-0.76839679479599 +187,1.470678957836483,-0.6371810041234728,2.6309645850870713,0.7997511029243469,0.594931960105896,-0.08033757656812668,-2.1596953868865967,-1.159515142440796,-0.20667040348052979,0.061409175395965576,-0.3104623556137085,0.0690460205078125 +188,1.4653429397141562,-0.6371499864242943,2.700145670732702,0.799329400062561,0.5949070453643799,-0.08460584282875061,0.5656580924987793,0.9084556698799133,0.19884443283081055,-0.6621986627578735,-0.7627537250518799,0.21512949466705322 +189,1.4816551080172964,-0.5892135552691468,2.5884365119092605,0.8280771374702454,0.5557073354721069,-0.07401194423437119,1.2574974298477173,2.3388102054595947,0.17197929322719574,0.05616968870162964,0.12549078464508057,-0.08767014741897583 +190,1.4767737586901812,-0.616826949088619,2.386540655428091,0.8121150135993958,0.5784497857093811,-0.07658294588327408,1.0380229949951172,0.23209889233112335,-0.011258451268076897,0.8515201210975647,0.5086015462875366,-0.1910867691040039 +191,1.371556776872643,-0.5905397616027157,2.2796501758643264,0.8142079710960388,0.5568094253540039,-0.16440361738204956,1.5919997692108154,-0.2762523293495178,-0.09141173213720322,-0.4951314330101013,0.08367818593978882,0.08148735761642456 +192,1.2770903750603124,-0.5729993342653983,2.2152744702575964,0.8042958378791809,0.5421547889709473,-0.24326187372207642,-0.5844522714614868,-0.7822408676147461,0.08595745265483856,-0.8051045536994934,-0.18958526849746704,0.4725862145423889 +193,1.451548078717433,-0.6121777195934661,2.453100518273653,0.8125865459442139,0.5746510624885559,-0.09736146032810211,-4.026235103607178,0.6620215773582458,-0.8851341009140015,0.48509711027145386,1.0334117412567139,-0.4302721619606018 +194,1.4989105154031224,-0.6504852114909075,2.647645857736865,0.7937347888946533,0.6055725812911987,-0.0571567565202713,-2.3897438049316406,-1.7864083051681519,0.38159123063087463,0.4339262843132019,0.0891905426979065,0.2631656527519226 +195,1.4911166639291715,-0.6556319861580203,2.8162182302666525,0.7901479601860046,0.6096603274345398,-0.06309229880571365,0.002751159481704235,-0.7389910221099854,0.0008223075419664383,-0.28500574827194214,-0.5761062502861023,-0.17933928966522217 +196,1.516654191168799,-0.6531243115579031,2.666058010746132,0.7930252552032471,0.6076706647872925,-0.042978085577487946,1.2285711765289307,0.4027155637741089,0.34990358352661133,-0.2521928548812866,-0.9466752409934998,0.36971449851989746 +197,1.4886737604029452,-0.6207678483658161,2.472758660581459,0.810690701007843,0.5816599130630493,-0.06672607362270355,2.4936466217041016,1.4498324394226074,-0.7057305574417114,1.3507778644561768,0.8610891103744507,-0.8255621194839478 +198,1.3867339170286024,-0.6060526806592922,2.2691015053835706,0.8080195188522339,0.569627583026886,-0.1504286676645279,1.924811601638794,-0.30842721462249756,0.010599043220281601,-0.13023942708969116,0.12714970111846924,-0.10100559890270233 +199,1.2396082355995397,-0.5700689344049836,2.076086106109852,0.7961140871047974,0.5396900773048401,-0.273746132850647,0.6635344624519348,-0.7311282753944397,0.22065094113349915,-0.6440755724906921,-0.23318684101104736,0.49446454644203186 +200,1.2310702664218423,-0.5677423851896973,2.1680100145313896,0.794929563999176,0.5377299785614014,-0.2809509038925171,-1.4665398597717285,0.3810083568096161,0.3681812882423401,-0.4877701997756958,-0.08577996492385864,0.395498663187027 +201,1.4889654221114947,-0.6252192557780348,2.513478590602513,0.8081216216087341,0.5852750539779663,-0.06627732515335083,-1.4139994382858276,-1.2084754705429077,-0.05399138480424881,0.9010764360427856,0.5347506403923035,-0.6093513369560242 +202,1.4925578857717547,-0.6248887048891448,2.7346717861307335,0.8085472583770752,0.5850070118904114,-0.0633888691663742,-1.5853790044784546,-0.9800606966018677,-0.08399643748998642,-0.1910393238067627,-0.23161345720291138,-0.2056846022605896 +203,1.476108891383757,-0.6567698673825637,2.738609669441211,0.7884210348129272,0.6105619072914124,-0.07487747818231583,0.8732995390892029,1.8429217338562012,-0.3359737992286682,-0.6283714771270752,-0.7957119941711426,0.5452754497528076 +204,1.4814836969802387,-0.6349476670549963,2.6337114186709156,0.8018937706947327,0.5931353569030762,-0.071810282766819,1.5649970769882202,2.741243600845337,0.3686518371105194,0.17790353298187256,0.06714284420013428,0.2689843773841858 +205,1.4433320398855105,-0.6578033255284496,2.401846853034405,0.784917414188385,0.6113800406455994,-0.10059431940317154,1.2740870714187622,0.06537999212741852,0.30101341009140015,0.6485695242881775,0.26987606287002563,-0.19483107328414917 +206,1.300624364440871,-0.5713527910964392,2.226748202709772,0.8106569051742554,0.5407704710960388,-0.2245059758424759,1.6340737342834473,-1.0306873321533203,0.4432750940322876,-0.7326691150665283,0.04757797718048096,0.19746741652488708 +207,1.229954553313071,-0.5565013664781574,2.143301752578946,0.8002622127532959,0.5282187461853027,-0.2838404178619385,-0.24688038229942322,-0.15155397355556488,0.02075539156794548,-0.6814115643501282,-0.24144506454467773,0.37139537930488586 +208,1.4396881489055986,-0.5920825663092417,2.4109463206614246,0.8226587176322937,0.558090329170227,-0.1084795594215393,-3.95894193649292,-0.6127925515174866,-0.4475649297237396,0.891162633895874,1.0051268339157104,-1.142588496208191 +209,1.4825153206672248,-0.5878766018935295,2.63902827677508,0.8288795948028564,0.5545953512191772,-0.07336501777172089,-2.3261585235595703,-1.4392904043197632,0.46269726753234863,0.001274704933166504,0.17053276300430298,0.4087532162666321 +210,1.4557713579835472,-0.6265118839395668,2.7443470259597404,0.8047244548797607,0.5863226652145386,-0.09297380596399307,0.6766629219055176,-0.5106590986251831,-0.5552791357040405,-0.3680943250656128,-0.5242652297019958,-0.1386851668357849 +211,1.5212326952297273,-0.6431804274422798,2.6921867327436138,0.799209713935852,0.5997434258460999,-0.03964420408010483,-0.11412093788385391,-2.486922264099121,0.15582014620304108,0.19665515422821045,-1.0010952949523926,0.31550782918930054 +212,1.5149619705614494,-0.6515523701676256,2.544491214210688,0.7939043641090393,0.6064214706420898,-0.04437325894832611,2.15303373336792,0.18775016069412231,-0.5758383274078369,1.281886100769043,0.9739007949829102,-0.9391472339630127 +213,1.3954152778265738,-0.6544159842783441,2.367565949664675,0.7812328934669495,0.6086959838867188,-0.1384357213973999,1.8194912672042847,0.42651695013046265,0.04325911030173302,-0.25579649209976196,-0.06287384033203125,-0.0515209436416626 +214,1.2778016357625988,-0.6015691853580702,2.21492966051194,0.7893132567405701,0.5659368634223938,-0.23811772465705872,0.17115139961242676,-1.00730562210083,0.5537207126617432,-0.6804571151733398,-0.3303259015083313,0.3915296196937561 +215,1.3289450252510417,-0.6121270716060034,2.322373078457663,0.7946084141731262,0.574609637260437,-0.19601382315158844,-2.1087756156921387,1.6001988649368286,0.4993112087249756,-0.23853236436843872,0.032949626445770264,0.21646058559417725 +216,1.5070922957803272,-0.6853170149220368,2.562818093829527,0.77264803647995,0.6329184770584106,-0.04928748682141304,0.08305229246616364,-0.8664413094520569,0.2791045308113098,1.1095082759857178,0.052506327629089355,-0.17857199907302856 +217,1.4609057958713612,-0.6524292606522213,2.6623759073161066,0.7898181676864624,0.6071184873580933,-0.08714460581541061,-0.5220425128936768,-0.4221577048301697,0.17150522768497467,-0.32346391677856445,-0.4393024444580078,0.08146835118532181 +218,1.4288375758805336,-0.6332637624350035,2.5271787925358575,0.7979916334152222,0.5917788147926331,-0.1140490397810936,2.1328437328338623,3.0605549812316895,0.0001314748078584671,-0.7281368970870972,-0.6649142503738403,0.6119890809059143 +219,1.448919305293821,-0.5958962287642741,2.3743144395274762,0.8215064406394958,0.5612507462501526,-0.10062146186828613,0.8550256490707397,2.7081379890441895,-0.2693251669406891,0.6940116882324219,0.6267527341842651,0.07811475545167923 +220,1.4027586545773414,-0.5990279049404057,2.2296409292835406,0.8142515420913696,0.5638399124145508,-0.13812747597694397,1.0423997640609741,-0.35404372215270996,0.37976667284965515,0.2732882499694824,0.2789183259010315,-0.15450556576251984 +221,1.247394329102543,-0.5307329655263674,2.080168858977745,0.8177273273468018,0.506165623664856,-0.27407708764076233,1.3402296304702759,-0.3004070222377777,0.15267282724380493,-0.5635464787483215,-0.024567782878875732,0.48568597435951233 +222,1.2418231179020374,-0.5177130762088046,2.127671805886367,0.8223552703857422,0.49489420652389526,-0.28073400259017944,-1.0953893661499023,0.35871437191963196,0.3227304220199585,-0.7107219696044922,-0.16568586230278015,0.3998899459838867 +223,1.4646472239525488,-0.5684229850034518,2.4252301819752593,0.8380075693130493,0.5383036732673645,-0.08928936719894409,-1.1496626138687134,-1.1591092348098755,-0.8604885935783386,1.0891011953353882,0.953685462474823,-1.3247272968292236 +224,1.417101911430614,-0.5794403206520932,2.574495969267728,0.8269056081771851,0.547555685043335,-0.12810103595256805,-1.8740721940994263,-1.2211172580718994,0.11481571197509766,0.015562653541564941,0.07868027687072754,0.40973252058029175 +225,1.3838991023145748,-0.6042351691362251,2.741733186729926,0.8086058497428894,0.5681328177452087,-0.1529107689857483,-0.4603513777256012,-0.7436507940292358,-0.10854840278625488,-0.5783812403678894,-0.482973575592041,0.04182678461074829 +226,1.3636835362954909,-0.607032454221976,2.735499860886622,0.8037912249565125,0.5704326033592224,-0.1688973754644394,0.07826194167137146,0.3900727927684784,0.009251734241843224,-0.30086153745651245,-0.5490855574607849,0.21517729759216309 +227,1.430345769712778,-0.6399679320159204,2.712787962765384,0.7942163944244385,0.5971696972846985,-0.11228745430707932,1.9291704893112183,-0.3228108286857605,-0.7041812539100647,1.333820104598999,0.5014172792434692,-0.5928364396095276 +228,1.2946016653671344,-0.6197756234988406,2.5853464144028933,0.783158004283905,0.5808525085449219,-0.2219773828983307,0.5881134271621704,-0.526207685470581,0.3679882884025574,-0.2754218578338623,-0.018520355224609375,0.3245927095413208 +229,1.2492262632721325,-0.6195666249047577,2.610589551956828,0.772398054599762,0.5806823968887329,-0.2573111355304718,-0.2505814731121063,-0.6904070377349854,-0.1142445057630539,-0.6063520312309265,-0.4186035990715027,0.4643271863460541 +230,1.4065167843317932,-0.6412085507652087,2.783332155038908,0.7905840277671814,0.5981643795967102,-0.13105788826942444,-3.2860028743743896,2.7498133182525635,0.13834045827388763,0.19690370559692383,0.3961745500564575,0.15194721519947052 +231,1.4697771650165845,-0.6580835760582281,2.987541613225325,0.7871323823928833,0.6116017699241638,-0.07978704571723938,-0.7706167101860046,-1.3899906873703003,0.7187198400497437,0.5403212308883667,0.09240823984146118,0.307234525680542 +232,1.4659741473898504,-0.6591045275048415,3.1158682642884803,0.7862018942832947,0.6124091744422913,-0.08271456509828568,-0.08061462640762329,-0.21001189947128296,-0.0830351933836937,-0.14034312963485718,-0.35886919498443604,0.06406831741333008 +233,1.433669487440331,-0.6641872547642499,3.0004825628496246,0.7800264358520508,0.6164193749427795,-0.10763807594776154,1.4100013971328735,1.1878305673599243,-0.04489193484187126,-0.5041933059692383,-0.8131662011146545,0.48079174757003784 +234,1.470054519405877,-0.6546714032603701,2.852018559774027,0.7892261743545532,0.6088986396789551,-0.07977814227342606,1.2267097234725952,2.58738112449646,-0.4679221212863922,0.9988139867782593,0.8285861015319824,-0.5049538612365723 +235,1.4245147257196045,-0.673999714104971,2.6462868662379413,0.772986888885498,0.624116063117981,-0.1138872504234314,0.7066440582275391,-0.6242896318435669,0.3587070405483246,0.003990590572357178,0.11152535676956177,-0.4247937798500061 +236,1.270939464398582,-0.6247247662761729,2.4614929867161317,0.7749306559562683,0.5848740339279175,-0.23959261178970337,1.64213228225708,-0.17377349734306335,-0.08317408710718155,-0.5130441188812256,0.01858043670654297,0.23394688963890076 +237,1.187199040784347,-0.6121121147496079,2.300550747645739,0.7589559555053711,0.5745973587036133,-0.30630695819854736,0.3435550332069397,0.528818666934967,0.049954406917095184,-0.41865432262420654,-0.1934937834739685,0.6121693849563599 +238,1.3505997904775857,-0.6593054921812666,2.4681864658732398,0.7713329195976257,0.6125680208206177,-0.17264419794082642,-0.7899138331413269,0.4091253876686096,-0.19200855493545532,1.017988920211792,0.6223105192184448,-0.3480619788169861 +239,1.414670422267286,-0.6619837020914809,2.678359090437124,0.7791807055473328,0.6146827340126038,-0.1226484477519989,-1.4753719568252563,-0.8167985677719116,0.171707883477211,-0.09224528074264526,-0.05837780237197876,-0.03007674217224121 +240,1.3971551169423724,-0.6673606477378964,2.750911385287921,0.773646354675293,0.6189150214195251,-0.13570351898670197,0.9125473499298096,0.03253021091222763,-0.1890522986650467,-0.6139631867408752,-0.5289187431335449,-0.011345446109771729 +241,1.4210691857221611,-0.6440402201727633,2.6440442223107565,0.7907295227050781,0.6004312038421631,-0.11928640305995941,0.47557416558265686,-0.4306918680667877,0.13323424756526947,-0.3596992492675781,-0.7658517360687256,-0.1413184404373169 +242,1.4469921846534677,-0.6537589507456425,2.5697983176607693,0.7877275943756104,0.6081745624542236,-0.09802527725696564,1.674838662147522,0.12461882829666138,-0.2695644497871399,1.1166303157806396,0.4417826533317566,-0.6744814515113831 +243,1.3083611253374425,-0.6214651399953144,2.338490369844569,0.7851892113685608,0.5822269916534424,-0.21092598140239716,2.3428244590759277,0.15633495151996613,-0.08378100395202637,-0.2594170570373535,-0.04192852973937988,0.09210580587387085 +244,1.1710217539590477,-0.5644623712043213,2.1708114456827006,0.7782567739486694,0.5349616408348083,-0.3288349211215973,0.029962938278913498,-0.8633026480674744,-0.02256704866886139,-0.7957128286361694,-0.2775154113769531,0.5912708640098572 +245,1.3013186898500961,-0.5851585586740677,2.3304591488290645,0.8035391569137573,0.5523315668106079,-0.22193416953086853,-4.159541130065918,2.749988079071045,0.3042553961277008,0.21986782550811768,0.7400268316268921,0.40134698152542114 +246,1.4382085774977522,-0.6319697306669568,2.6601652281599364,0.7997837066650391,0.5907351970672607,-0.10666730999946594,-1.6209733486175537,-1.838728666305542,0.3412148654460907,0.27026939392089844,0.21892666816711426,-0.14295125007629395 +247,1.42040217397465,-0.658302065309705,2.8093652444418704,0.7821030616760254,0.6117746233940125,-0.1185186430811882,-0.283784955739975,-0.7782421112060547,-0.06363113224506378,-0.0005021095275878906,-0.753147304058075,-0.1954767107963562 +248,1.50502405186942,-0.6521788485963933,2.7300972301456015,0.793044924736023,0.606919527053833,-0.052235715091228485,-0.4171452820301056,4.920912265777588,0.967126727104187,-0.629531741142273,-0.928605318069458,0.9270067811012268 +249,1.5291471122559563,-0.6131698797030362,2.6519609324425826,0.8171186447143555,0.5754627585411072,-0.0340520404279232,3.506834030151367,0.8269660472869873,-1.2181107997894287,1.38127601146698,1.0501322746276855,-0.9268396496772766 +250,1.3985211532531052,-0.6288570135843089,2.309239451617753,0.7967295050621033,0.5882208347320557,-0.13863089680671692,1.5374723672866821,0.2588553726673126,0.04428854584693909,0.002098679542541504,-0.005304574966430664,-0.1203717589378357 +251,1.2678290583383427,-0.5730773676062716,2.1301879615392476,0.8019681572914124,0.5422203540802002,-0.2506875693798065,0.9541058540344238,-0.9917247891426086,0.19595423340797424,-0.6080136895179749,-0.1766960620880127,0.2966623306274414 +252,1.2554198054344163,-0.5794610939259681,2.143621487328313,0.7954888343811035,0.5475730895996094,-0.25954094529151917,-1.1182907819747925,0.5243555903434753,0.12651216983795166,-0.594988226890564,-0.0684775710105896,0.37222710251808167 +253,1.4864868233326942,-0.6328279435831883,2.456831263939908,0.8034940361976624,0.5914274454116821,-0.06790314614772797,-0.9407987594604492,-0.9816892147064209,-0.0177852101624012,1.3674806356430054,0.6389039158821106,-0.9300979375839233 +254,1.4951106349769647,-0.6263018094489388,2.605769562834778,0.807881236076355,0.5861524939537048,-0.06126207113265991,-0.8797667026519775,-0.24798889458179474,0.022509880363941193,-0.07411664724349976,-0.2069869041442871,0.09434312582015991 +255,1.441734801000915,-0.6347932648023438,2.6016350228817267,0.7984975576400757,0.5930110812187195,-0.10363134741783142,1.1705031394958496,-0.1477106362581253,0.023022398352622986,-0.633717954158783,-0.849526584148407,0.1344541311264038 +256,1.536699638541512,-0.6129711937012338,2.5214224112480124,0.8174668550491333,0.5753002762794495,-0.02788371779024601,0.6156842112541199,3.2398123741149902,-0.6328059434890747,0.5262220501899719,0.48825252056121826,0.44444864988327026 +257,1.4497239614854023,-0.6329528883205275,2.2293710174426407,0.8003821969032288,0.5915281772613525,-0.09738045185804367,1.9742131233215332,0.5330838561058044,-0.2784142792224884,0.7373986840248108,0.32398390769958496,-0.20752067863941193 +258,1.3305048998805913,-0.581833169116327,2.051872193977226,0.8114528656005859,0.5495563745498657,-0.19882673025131226,1.3835101127624512,-0.8096255660057068,0.3464430570602417,-0.5158138275146484,0.070179283618927,0.041005074977874756 +259,1.259160935053235,-0.5668825358697848,2.0103466873807383,0.8029468655586243,0.537004828453064,-0.2586545944213867,-0.5007601380348206,-0.11889450997114182,0.036601580679416656,-0.7241809368133545,-0.15938031673431396,0.4378232955932617 +260,1.4519289314153658,-0.5749307825914419,2.2303292644745527,0.8333078622817993,0.5437766909599304,-0.09952231496572495,-3.6305859088897705,0.3182002902030945,-0.4418075978755951,0.5952045917510986,1.1901557445526123,-0.6945603489875793 +261,1.4657807770155884,-0.6098941569404432,2.384794395370343,0.8151928186416626,0.5727807283401489,-0.08592401444911957,-0.944657564163208,0.03052261471748352,0.013493216596543789,0.4425891637802124,0.0575292706489563,0.18417537212371826 +262,1.4638080220784653,-0.6117877451480545,2.5155752541028074,0.8139417171478271,0.5743318796157837,-0.08741603791713715,0.07662881165742874,-1.235771656036377,-0.2583974301815033,-0.4282606840133667,-0.550818145275116,-0.24134980142116547 +263,1.4920243140507528,-0.5908974566279735,2.403449486895356,0.8278658390045166,0.5571065545082092,-0.06534788012504578,0.01993611827492714,1.6509902477264404,1.0936827659606934,0.14939850568771362,-0.9367300271987915,0.9485113024711609 +264,1.44927395085244,-0.6115669817924165,2.272168696151296,0.812711238861084,0.5741511583328247,-0.0992516502737999,2.9630942344665527,0.598192572593689,-1.0456427335739136,1.163881778717041,0.6456669569015503,-0.5704108476638794 +265,1.3222828836487608,-0.6021581935987409,2.003544426394592,0.798797607421875,0.5664224028587341,-0.2027021199464798,1.7567118406295776,-0.1479409784078598,0.037251800298690796,-0.0653533935546875,-0.14286887645721436,0.011189043521881104 +266,1.1832236613541343,-0.537742360760539,1.8855424440251558,0.7951644062995911,0.512198269367218,-0.3246022164821625,0.20311707258224487,-0.8041749000549316,0.12459909915924072,-0.7253401875495911,-0.17337685823440552,0.5193654298782349 +267,1.259340089776463,-0.5310875155653768,1.9908507496616574,0.8207721710205078,0.5064713358879089,-0.26423439383506775,-2.421133041381836,1.704246997833252,1.084038257598877,-0.12133979797363281,0.4953444004058838,0.39900004863739014 +268,1.388426609752772,-0.5812164724950343,2.237540408446121,0.8219350576400757,0.5490410923957825,-0.15158025920391083,-0.020963259041309357,-0.018849685788154602,0.10145794600248337,0.951212465763092,0.42787235975265503,0.08930917084217072 +269,1.4636482115469842,-0.5702770281630054,2.4162232733867004,0.8369240760803223,0.539865255355835,-0.0900195986032486,-1.1315863132476807,-0.9300635457038879,-0.008358554914593697,-0.32042938470840454,-0.45375996828079224,-0.3770824074745178 +270,1.403459255874685,-0.5696018612769096,2.372549039050759,0.830352783203125,0.5392968058586121,-0.14026042819023132,1.455147385597229,0.9203392863273621,0.3462117612361908,-0.673751950263977,-0.8852593898773193,0.3144853115081787 +271,1.5492352219724563,-0.5521567800263044,2.338957906176061,0.8511974215507507,0.5245247483253479,-0.018355602398514748,0.7698123455047607,0.14726534485816956,-0.7605113983154297,0.766051173210144,0.4644279479980469,-0.8473212718963623 +272,1.405209976749491,-0.6187115086650468,2.053602742414589,0.8034838438034058,0.5799859762191772,-0.1342754364013672,1.5647683143615723,-0.31785082817077637,-0.12908831238746643,0.15374571084976196,-0.04980415105819702,-0.12581060826778412 +273,1.284215313148951,-0.5482031617406634,2.0002918970034718,0.8186545372009277,0.521154522895813,-0.2412518560886383,0.16175182163715363,-1.215657353401184,0.48741549253463745,-0.5222069025039673,-0.05039048194885254,0.17702768743038177 +274,1.269840325282961,-0.511806151626798,2.0258261447155785,0.8326743841171265,0.48975276947021484,-0.25844883918762207,-0.591091513633728,-0.21485409140586853,0.3778347969055176,-0.4236319065093994,-0.006049096584320068,0.4100448787212372 +275,1.4793240619043941,-0.5442804865255209,2.2750218493761754,0.851923406124115,0.5178026556968689,-0.07814543694257736,-3.8352062702178955,0.04121045768260956,-1.2724541425704956,0.7713675498962402,1.4469647407531738,-0.7464547753334045 +276,1.4408026794765132,-0.5877296056871364,2.296382937177222,0.8251802921295166,0.5544730424880981,-0.10787652432918549,0.050209932029247284,0.5242511034011841,0.34680601954460144,0.19070422649383545,-0.6002493500709534,0.4746978282928467 +277,1.4574107288952498,-0.5547528491666197,2.433756237148562,0.8445723652839661,0.5267332196235657,-0.09617485105991364,-1.0381190776824951,-0.49952682852745056,0.21369633078575134,-0.7797835469245911,-0.619064211845398,-0.34947335720062256 +278,1.6346417019730652,-0.6177282782460377,2.300808971146371,0.8135354518890381,0.5791847705841064,0.052011165767908096,2.2099506855010986,9.150569915771484,-0.32538899779319763,0.6931631565093994,-0.044959306716918945,0.7448028326034546 +279,1.7226772155699412,-0.6035157850773603,2.2491191822375067,0.8138672709465027,0.56754070520401,0.12457022070884705,3.5900866985321045,2.8429970741271973,0.4556198716163635,0.3343260884284973,0.7180275917053223,0.17691302299499512 +280,1.4864801065870898,-0.5572308852889932,1.9719634313642558,0.8457078337669373,0.528838038444519,-0.07147634774446487,0.3924165964126587,-0.30581918358802795,0.42973530292510986,0.277567982673645,0.20172226428985596,-0.015651345252990723 +281,1.3896731017164492,-0.5022412995636789,2.0133271241054467,0.8621678352355957,0.4813912510871887,-0.1578889638185501,-0.46618542075157166,-1.1357760429382324,0.783676028251648,-0.509125292301178,-0.12255033850669861,-0.11596046388149261 +282,1.309568650880435,-0.4508758915294579,2.048010357564147,0.8695298433303833,0.43575406074523926,-0.23245708644390106,0.4180033802986145,-0.671758234500885,-0.14813005924224854,-0.5209885835647583,0.22890356183052063,0.055211007595062256 +283,1.2433846634656602,-0.4788371437238302,1.948530892320329,0.8403837084770203,0.4607474207878113,-0.2854240834712982,0.9032193422317505,0.04453321173787117,-0.9983405470848083,0.06490492820739746,0.2522500157356262,0.35912400484085083 +284,1.2362369256470467,-0.5326944070669288,1.890577084562593,0.8136792182922363,0.5078562498092651,-0.2828570306301117,-0.4362665116786957,1.086700201034546,-0.35843923687934875,0.6562914848327637,0.13589680194854736,0.17754089832305908 +285,1.349139918932259,-0.5417868438810736,1.9924464752389945,0.8358269929885864,0.515667736530304,-0.18836139142513275,-0.48422232270240784,-0.1882394254207611,0.10895165801048279,0.19408023357391357,0.16817015409469604,-0.528710126876831 +286,1.343891343601322,-0.5363089128838662,2.0167384947860634,0.8375665545463562,0.5109665989875793,-0.19337822496891022,-0.47587546706199646,-0.3130256235599518,0.3196083605289459,-0.5338709950447083,-0.5157427191734314,0.022739186882972717 +287,1.338835215283276,-0.5196237128631107,2.065636509962408,0.8447586297988892,0.49655354022979736,-0.19954292476177216,0.6146358847618103,-0.8240603804588318,-0.12270965427160263,-0.34571993350982666,0.10818275809288025,-0.27599722146987915 +288,1.332423273824357,-0.5326943596908937,1.8486632250515456,0.8370832800865173,0.5078561902046204,-0.20340538024902344,1.5808308124542236,3.3041582107543945,-1.186657428741455,0.6847520470619202,0.6273214221000671,0.8832912445068359 +289,1.5165575723732625,-0.4935363858876316,1.9877320209598865,0.8793679475784302,0.473743200302124,-0.04774264991283417,-4.529685020446777,-6.3139777183532715,0.9732962846755981,-0.34993380308151245,0.08753609657287598,-0.5558187961578369 +290,1.4587867215235568,-0.5174542555573428,2.0989964374990815,0.8636350631713867,0.4946692883968353,-0.09714201092720032,1.3909531831741333,0.3552771210670471,-0.5389657616615295,0.6815155744552612,0.008962184190750122,-0.9460708498954773 +291,1.3147650041834407,-0.5275345662143741,2.053199524682601,0.8358850479125977,0.5034046173095703,-0.21881502866744995,-0.8394700884819031,-1.4768028259277344,0.6961259245872498,-0.42875003814697266,-0.4436665177345276,0.13109226524829865 +292,1.1815775682042784,-0.50522485801105,2.1848380276616393,0.8096157908439636,0.4840042293071747,-0.3320574164390564,-0.750276505947113,-1.356152057647705,-0.1498250514268875,-0.3891294002532959,0.03442835807800293,0.18429133296012878 +293,1.0790303791204314,-0.5531876359317479,2.145283664070952,0.7500281929969788,0.5254021286964417,-0.4017591178417206,0.7762889266014099,-0.03116142749786377,-1.0421690940856934,0.26918262243270874,0.17015451192855835,0.4110822081565857 +294,1.0950068881022552,-0.6014543471729927,2.1431185368650634,0.7329360842704773,0.5658422112464905,-0.37766051292419434,-0.8770067095756531,0.9921045899391174,0.1989051252603531,0.8071030378341675,0.08514350652694702,0.07367491722106934 +295,1.285138563937009,-0.5972557349703767,2.280639808828164,0.7933738827705383,0.5623754262924194,-0.23300595581531525,-0.8169998526573181,0.5473374128341675,0.5815354585647583,0.1484900712966919,0.5225855708122253,-0.5061145424842834 +296,1.291548957680414,-0.5691649792575944,2.379153949889613,0.8097212314605713,0.5389288663864136,-0.2321791648864746,-0.3709215223789215,-0.9199711680412292,0.5148175358772278,-0.5492385029792786,-0.2871283292770386,-0.0813431590795517 +297,1.3292798202637508,-0.5399300898788952,2.4495850158692063,0.8328498005867004,0.5140760540962219,-0.20515140891075134,-0.6173301935195923,0.10675426572561264,0.28429338335990906,-0.5992224812507629,-0.20728284120559692,-0.03592216968536377 +298,1.4737069928229967,-0.5720639290500865,2.33541632141966,0.8368257284164429,0.5413685441017151,-0.08150310069322586,2.3426051139831543,6.299324989318848,-0.2041037380695343,1.388195514678955,-0.1500111222267151,1.0379393100738525 +299,1.6825936405522224,-0.4044306143929235,2.479556253267825,0.9135873317718506,0.3934953808784485,0.1025642678141594,0.2538658380508423,-1.7450190782546997,-0.6556949019432068,-0.41039830446243286,0.8853436708450317,-1.6710761785507202 +300,1.511713822478509,-0.5387399491300366,2.4951574255143485,0.8568581342697144,0.5130548477172852,-0.05068431422114372,1.677126407623291,0.00583996344357729,-1.66714346408844,0.8002310991287231,0.5486364364624023,-0.8812767267227173 +301,1.3274227920680262,-0.5781169457704809,2.281998830688712,0.8128127455711365,0.5464478731155396,-0.20181754231452942,0.9383910298347473,-1.4856666326522827,0.3175249397754669,-0.2824171781539917,-0.332916259765625,0.22087571024894714 +302,1.2043344653565808,-0.5186915859301685,2.226465297229837,0.8108031749725342,0.4957442581653595,-0.3111848831176758,-0.4853587746620178,-0.6364317536354065,-0.19091883301734924,-0.6435819864273071,-0.23295733332633972,0.4522370994091034 +303,1.1583265695759144,-0.6109461277150127,2.228384053665136,0.7504101991653442,0.5736426711082458,-0.3283574879169464,0.8051280379295349,-0.12665490806102753,-0.7623406648635864,0.3986223340034485,-0.11597061157226562,-0.020977258682250977 +304,1.1145503564022545,-0.584157299991499,2.104762762414481,0.7488514184951782,0.5514966249465942,-0.3675227463245392,0.1289151906967163,1.945102334022522,0.029643652960658073,0.5964701771736145,0.036744892597198486,0.9289088249206543 +305,1.3449562764425567,-0.6077261915509354,2.346607135859204,0.8001015782356262,0.5710022449493408,-0.18383100628852844,-2.3552193641662598,0.5646413564682007,0.8713367581367493,0.305641770362854,0.7545134425163269,-0.5752937197685242 +306,1.3971560760899482,-0.5667366891723831,2.5892301900076453,0.830970823764801,0.5368818044662476,-0.14575783908367157,-1.1302534341812134,-1.3569011688232422,1.1043282747268677,-0.5591354966163635,-0.25007760524749756,-0.23102742433547974 +307,1.4287049634780868,-0.49527476587539204,2.6988976211261564,0.870971143245697,0.4752734303474426,-0.12459714710712433,-1.2133287191390991,-0.10404341667890549,0.5221333503723145,-0.5358728766441345,-0.19612914323806763,0.00039064884185791016 +308,1.4502107857665287,-0.524218580872513,2.6779237085717313,0.859428882598877,0.5005366802215576,-0.10413994640111923,1.4983775615692139,1.773959994316101,-0.9414768218994141,-0.04750871658325195,-0.05810809135437012,0.17367428541183472 +309,1.6855809396094616,-0.4437528681963502,2.628111395812051,0.8972036242485046,0.42933186888694763,0.10343986004590988,-1.1291636228561401,2.5001776218414307,1.46522855758667,0.6655405163764954,0.22214213013648987,0.7027124166488647 +310,1.537204337338278,-0.46143776287406774,2.609879615857424,0.8949081301689148,0.4452359676361084,-0.030073055997490883,-0.681494414806366,-2.160315990447998,-1.1089627742767334,0.014851391315460205,0.5648500919342041,-0.5975362062454224 +311,1.432552800214713,-0.5409191539365912,2.5307803853542907,0.8490573763847351,0.514924168586731,-0.11813018471002579,1.2023158073425293,-0.7661580443382263,-0.3044203519821167,0.0021083950996398926,-0.15936380624771118,-0.19166898727416992 +312,1.304474551485094,-0.5235341714662611,2.4538390837895334,0.8355252742767334,0.4999440610408783,-0.2279331237077713,0.21600735187530518,-0.6617888808250427,0.010136786848306656,-0.4681699275970459,-0.2548116147518158,0.3069126009941101 +313,1.255858870028229,-0.5550054670485899,2.4807473786958973,0.8080961108207703,0.5269479751586914,-0.2632617652416229,-0.09171691536903381,-0.5674309730529785,-0.5538812875747681,-0.16667765378952026,-0.07524198293685913,0.0004290938377380371 +314,1.1762700554118826,-0.5936821516998949,2.3918902434322162,0.7652105093002319,0.5594168901443481,-0.3185998797416687,1.1071178913116455,0.06305185705423355,-0.44625937938690186,0.3893764019012451,0.006684243679046631,-0.05131891369819641 +315,1.2251381351796897,-0.5943411315271498,2.318424060395412,0.7795129418373108,0.5599629878997803,-0.2807150185108185,-2.125319004058838,-1.0781105756759644,-0.1956215649843216,0.6643652319908142,0.37160128355026245,0.1560964584350586 +316,1.4009992059409424,-0.59637788538206,2.529639541746639,0.8154770731925964,0.5616493225097656,-0.13981188833713531,-1.8647383451461792,-0.1347695142030716,0.6296082735061646,-0.11088711023330688,0.40703970193862915,-0.3830763101577759 +317,1.4273705190453416,-0.5409136437533987,2.6720948712306964,0.8484365344047546,0.5149194002151489,-0.1225290298461914,-0.5795124769210815,-0.6672342419624329,0.8627946972846985,-0.6344625949859619,-0.4363061785697937,-0.1337575912475586 +318,1.4873774963953674,-0.4935928027618939,2.7650641465686903,0.8775740265846252,0.4737928807735443,-0.07337647676467896,-0.4931107461452484,0.23893901705741882,-0.01573609746992588,-0.46311479806900024,0.004890561103820801,-0.19336241483688354 +319,1.7909027114231573,-0.5403175881613536,2.6531672456956157,0.8368565440177917,0.5144083499908447,0.18723085522651672,-1.4808671474456787,5.439802646636963,0.6515613794326782,1.540737509727478,-0.30131930112838745,1.4395544528961182 +320,1.8849566608830512,-0.4637038546234564,2.770434958604896,0.8506264686584473,0.4472638964653015,0.2763862907886505,1.7895309925079346,-1.1645026206970215,-0.169049471616745,0.4826558828353882,0.24702617526054382,-1.3505744934082031 +321,1.5609738688258479,-0.5150852711704893,2.6318444221720254,0.8702089190483093,0.49260905385017395,-0.00854786578565836,1.2854890823364258,-1.8769752979278564,-0.3658725619316101,0.5900877714157104,0.4391994774341583,-0.46516120433807373 +322,1.4375275333539674,-0.5124245453260394,2.560006176885716,0.8638301491737366,0.4902918040752411,-0.11580802500247955,-0.48899775743484497,-1.749447226524353,0.6040287613868713,-0.4331660866737366,-0.19247078895568848,0.024957239627838135 +323,1.2507324384268446,-0.471905234907194,2.6070795222293177,0.84546959400177,0.45458412170410156,-0.28023961186408997,-0.1970982551574707,-1.0799360275268555,-0.21588078141212463,-0.6889297962188721,0.09723466634750366,0.29642924666404724 +324,1.124997222722929,-0.5768405154754309,2.464305556097635,0.7562706470489502,0.5453783869743347,-0.3614099323749542,1.379014492034912,-0.4394823908805847,-1.4915615320205688,0.3969123363494873,-0.011915862560272217,0.11871892213821411 +325,1.070900000600278,-0.5785794526188419,2.2293091913785474,0.7347890734672546,0.5468351244926453,-0.40131819248199463,1.8527086973190308,4.708144664764404,0.23289209604263306,1.151792287826538,-0.45125412940979004,1.0889556407928467 +326,1.1850266048912639,-0.5913878939415397,2.345032729583853,0.769157886505127,0.5575137734413147,-0.312369167804718,-1.3000907897949219,1.3708763122558594,0.48293188214302063,0.08257240056991577,0.3812679052352905,-0.1245357096195221 +327,1.3648752648223403,-0.5605570085607142,2.541218280502989,0.8290653824806213,0.5316580533981323,-0.17317673563957214,-1.203073263168335,-0.5164702534675598,0.7632264494895935,-0.3922673463821411,-0.0955771803855896,-0.49659252166748047 +328,1.339224571783891,-0.5098870433303484,2.6309681635978093,0.8495018482208252,0.48807865381240845,-0.20031414926052094,-0.8373077511787415,-0.4937572777271271,0.49202990531921387,-0.58833247423172,-0.20157963037490845,0.23666059970855713 +329,1.3592007990290418,-0.5175525730687964,2.681034160242032,0.8496508598327637,0.49475473165512085,-0.18251436948776245,0.7186843156814575,1.2052913904190063,-0.9974471926689148,-0.14031541347503662,0.09466183185577393,0.13089387118816376 +330,1.5405302886008156,-0.5005874510259696,2.629321800925016,0.8768990635871887,0.4799409806728363,-0.026548368856310844,-1.5730559825897217,0.38878899812698364,1.246867299079895,0.49150919914245605,-0.03790906071662903,0.6052531599998474 +331,1.4764391413226727,-0.5053343044892896,2.6139548147893397,0.8711203932762146,0.48409998416900635,-0.08244127780199051,0.44464728236198425,-2.300569534301758,-0.041082724928855896,-0.1334800124168396,-0.050536781549453735,-0.2838764786720276 +332,1.3555971810881466,-0.5564750563181993,2.4979163771007076,0.8295363187789917,0.528196394443512,-0.18132324516773224,2.131854772567749,-0.5081653594970703,-1.1233030557632446,0.281562864780426,0.22139161825180054,-0.655194103717804 +333,1.1866639841468134,-0.5657265369122932,2.344600945934347,0.782677412033081,0.5360292792320251,-0.3163678050041199,0.10227972269058228,-0.8133060336112976,0.29444560408592224,-0.34911417961120605,-0.3087496757507324,0.4250409007072449 +334,1.1685120759165137,-0.575443583164348,2.4025103473025196,0.7719768285751343,0.544206976890564,-0.3284671902656555,-0.6845893263816833,-0.17598067224025726,-0.33425307273864746,-0.2629283666610718,-0.08595502376556396,0.03272134065628052 +335,1.1009672756653417,-0.6141776679005904,2.2939652879004644,0.728695273399353,0.5762866735458374,-0.369995653629303,0.6474283933639526,-0.2199193835258484,-0.6429924368858337,0.3825870156288147,0.019904673099517822,0.26899775862693787 +336,1.1552200480284187,-0.6079983524561121,2.213162211703919,0.7509303092956543,0.571225643157959,-0.3313682973384857,-0.8252766132354736,0.6933246850967407,0.06797557324171066,0.7286686897277832,0.12420892715454102,0.1220940351486206 +337,1.3268422501464943,-0.6120071571750362,2.336170080441659,0.7942613363265991,0.5745114684104919,-0.19770090281963348,-1.4678610563278198,0.5547369122505188,0.6239177584648132,0.11810749769210815,0.5183077454566956,-0.3741832375526428 +338,1.386323483145304,-0.5598229597820591,2.4642655411510637,0.8329722881317139,0.5310361981391907,-0.15542785823345184,-0.034381575882434845,0.43373903632164,0.535347580909729,-0.6202647686004639,-0.16366565227508545,-0.07693295180797577 +339,1.4540253452541605,-0.5430568096773342,2.4705060884509713,0.8503026366233826,0.5167554616928101,-0.09974443912506104,0.24677714705467224,0.4284174144268036,-0.3465441167354584,-0.3934394121170044,-0.17305129766464233,-0.19101177155971527 +340,1.4480995524550848,-0.5845600609288045,2.35324065978517,0.8276852965354919,0.5518325567245483,-0.1020670235157013,1.7906075716018677,2.0426688194274902,-0.8397809863090515,0.2004212737083435,0.10400539636611938,0.2685557007789612 +341,1.6685504042306696,-0.5146167245070399,2.366075889088362,0.8663257360458374,0.4922012388706207,0.08495765924453735,0.29433727264404297,-3.143707752227783,0.06725212931632996,-0.2129291296005249,0.3305068910121918,-1.305065631866455 +342,1.5207868358572978,-0.5406714110434948,2.3105140692386135,0.8562912940979004,0.5147117376327515,-0.04285842925310135,-0.724735677242279,-0.7884615659713745,-0.42189282178878784,0.10231149196624756,0.30840831995010376,-0.34772080183029175 +343,1.4230431649013449,-0.5651410153726354,2.274600374615008,0.8353115916252136,0.5355349183082581,-0.12432596832513809,0.22496002912521362,-0.9955310225486755,0.006514739245176315,-0.13790863752365112,-0.2600831985473633,-0.023562192916870117 +344,1.298121892089193,-0.5392344096591879,2.2594407683693354,0.8263986110687256,0.5134791731834412,-0.23109374940395355,0.2895200550556183,-0.6615126729011536,-0.09401998668909073,-0.5835093259811401,-0.26991844177246094,0.18014469742774963 +345,1.2519212901144947,-0.6135332267966911,2.2165582197471063,0.7764015793800354,0.5757598876953125,-0.25632229447364807,0.1951470673084259,-0.262078195810318,-0.9906616806983948,0.24016940593719482,-0.1499481201171875,0.09912624955177307 +346,1.1994077418115479,-0.6267255431118298,2.1048906909959704,0.7547333836555481,0.5864957571029663,-0.29393959045410156,0.8214146494865417,0.11807283759117126,-0.22589825093746185,0.5174529552459717,0.05066549777984619,0.15166664123535156 +347,1.2524183386597607,-0.6441655259717916,2.0923381310094196,0.7594166398048401,0.6005313992500305,-0.25029629468917847,-1.6672310829162598,0.5814112424850464,0.08576388657093048,0.31109410524368286,0.1888667345046997,0.12822601199150085 +348,1.3760775933977736,-0.6583396784978114,2.247184374048571,0.7760607004165649,0.6118043661117554,-0.15305282175540924,-0.11835134774446487,0.24697871506214142,0.23423458635807037,0.10852175951004028,0.08196693658828735,-0.40633440017700195 +349,1.3050028191178609,-0.6068853207366517,2.251049396195988,0.7925834655761719,0.5703117251396179,-0.2157687097787857,0.18840163946151733,-1.5206021070480347,0.4145422875881195,-0.4539756774902344,-0.21282881498336792,-0.08554661273956299 +350,1.2241672416120934,-0.5683614639206288,2.2109198757111,0.7926580905914307,0.5382518172264099,-0.28631848096847534,1.7016314268112183,0.5864560008049011,-0.6615509390830994,-0.2641392946243286,0.023683607578277588,0.046099334955215454 +351,1.2230409482613325,-0.5377342978072878,2.078717173807906,0.8074594736099243,0.5121913552284241,-0.29269343614578247,0.7637531757354736,2.299126148223877,-0.7165194153785706,0.09766143560409546,0.3456577658653259,0.23843318223953247 +352,1.3796770367145286,-0.5168027084094178,2.005279903959677,0.8535735011100769,0.49410292506217957,-0.16515006124973297,0.6764650344848633,2.1483263969421387,-0.4606380760669708,0.07469487190246582,0.22032880783081055,-0.13401371240615845 +353,1.474618791166636,-0.5478910091098346,1.9358177707196456,0.8496800661087036,0.520888090133667,-0.08197304606437683,0.47462886571884155,0.4257904589176178,-0.3951253890991211,0.0021723508834838867,0.09057736396789551,-0.39800745248794556 +354,1.442792957819114,-0.5439322333272375,1.879599279605745,0.8486799001693726,0.5175046920776367,-0.1092311218380928,0.619587242603302,-0.8985419869422913,0.43917229771614075,-0.515366792678833,-0.22496318817138672,-0.07153971493244171 +355,1.336794670936308,-0.4991264385137304,1.8002969540977658,0.8540722131729126,0.4786587357521057,-0.20358380675315857,1.2916524410247803,-0.5332057476043701,0.3721541166305542,-0.10561341047286987,-0.08280003070831299,-0.060240596532821655 +356,1.270202559341268,-0.43902889136648043,1.7044788932593191,0.8645780682563782,0.4250606596469879,-0.26800793409347534,-0.33055979013442993,-1.101453185081482,0.9677436947822571,0.4111940264701843,0.03253519535064697,0.29393261671066284 +357,1.2065509018635436,-0.4627920285066805,1.7231338713184674,0.8361034989356995,0.4464481770992279,-0.31877079606056213,-0.9093080759048462,0.03203536570072174,-0.4172719717025757,0.4273393750190735,0.3548213541507721,0.5134118795394897 +358,1.1485052598243588,-0.5378286924844726,1.7573697837843067,0.7833774089813232,0.5122724175453186,-0.35198974609375,0.6513786911964417,-2.8661835193634033,-0.3301968276500702,0.009804904460906982,0.1677965521812439,-0.6683349609375 +359,0.8141895675814699,-0.5330951038906491,1.716634236445716,0.6262661814689636,0.5082014203071594,-0.5912038087844849,-0.18013593554496765,-2.514859914779663,1.0924537181854248,0.3213045597076416,-0.4097974896430969,0.7220632433891296 +360,0.8269809419752037,-0.403086619350278,2.1341286633862047,0.6769123077392578,0.3922594487667084,-0.6228340864181519,-1.7729960680007935,0.3713301122188568,5.489536762237549,0.6005229949951172,-0.840532124042511,0.34516990184783936 +361,1.007949440843125,-0.020359708241996028,2.5717066719391433,0.8455641865730286,0.02035830169916153,-0.533485472202301,0.7367368340492249,2.1999473571777344,5.305562973022461,0.21501320600509644,-0.2776672840118408,-0.3522108793258667 +362,0.9940256108721413,0.3937891135286423,2.813202595946102,0.7740715742111206,-0.3836902678012848,-0.5035821199417114,-0.7012324929237366,-2.6120336055755615,4.751720905303955,0.3004370927810669,0.1871112883090973,-0.7034949064254761 +363,0.6099309651250252,0.6808057354506958,3.0371382271414014,0.44511178135871887,-0.6294193267822266,-0.6369512677192688,-0.16171890497207642,-2.258206367492676,1.7117964029312134,0.17320486903190613,0.38016700744628906,0.04549002647399902 +364,0.2829430079562547,0.6780678569269417,-3.013749593748855,0.21742375195026398,-0.6272894740104675,-0.7478200793266296,-0.8938624858856201,-1.8831456899642944,1.2604749202728271,0.23402278125286102,0.35771244764328003,0.13948267698287964 +365,0.04511777205701711,0.6313304125057556,-2.926935586622,0.03640865162014961,-0.590219259262085,-0.8064215183258057,-0.09518029540777206,-0.9331215023994446,0.5045002698898315,0.07969547808170319,0.25853896141052246,0.37694764137268066 +366,0.001422950498652018,0.6452846169018884,-2.941410639979539,0.001136835548095405,-0.60142582654953,-0.7989278435707092,1.0755451917648315,0.5446903109550476,0.08140268921852112,0.05211633816361427,0.1583564281463623,0.17540788650512695 +367,0.010913443875655047,0.6894699389766948,-2.9553046388585424,0.00842046458274126,-0.636128306388855,-0.7715373635292053,0.19242893159389496,0.30527836084365845,0.12261150777339935,0.09421014785766602,-0.05552208423614502,0.031119883060455322 +368,0.039976266136729326,0.6804395782218857,-2.964352456266601,0.03106512501835823,-0.6291347742080688,-0.7766752243041992,-0.1559687852859497,0.2873150706291199,0.4198393225669861,0.31300532817840576,-0.21664464473724365,-0.16761493682861328 +369,0.06658543847392716,0.6763451159492918,-2.94809023156412,0.051889337599277496,-0.6259468793869019,-0.7781375050544739,0.8580783605575562,0.740668535232544,0.2816718816757202,0.1870327740907669,-0.00974947214126587,-0.03297388553619385 +370,0.14746779851961692,0.7497740049128977,-2.91745866305569,0.10753252357244492,-0.6814733743667603,-0.7238997220993042,0.7194187045097351,0.6742205023765564,-0.01933230832219124,-0.1567268669605255,0.36611998081207275,0.0834578275680542 +371,0.19603176985471532,0.780640273695103,-2.8963503598757683,0.13838304579257965,-0.7037344574928284,-0.6968557834625244,-0.3695255517959595,0.11837224662303925,0.008603846654295921,-0.21997179090976715,0.26611238718032837,0.060060739517211914 +372,0.1332787889348185,0.7232275485734031,-2.8615112134808354,0.09962005168199539,-0.6618077158927917,-0.7430251836776733,-0.9463846683502197,-0.9511241316795349,0.030470527708530426,-0.2228652983903885,-0.06840163469314575,-0.15492403507232666 +373,0.0782395702406358,0.6916988516831406,-2.8719775032249073,0.06019580364227295,-0.6378464698791504,-0.7678074836730957,-0.012291349470615387,-0.8982754349708557,-0.3479946255683899,-0.19596850872039795,-0.1654829978942871,-0.3556056022644043 +374,0.03222817562186363,0.673876947510208,-2.9478776029720124,0.025179002434015274,-0.6240201592445374,-0.7810024619102478,-0.44795286655426025,-0.6169326305389404,-0.301437109708786,0.08419599384069443,0.022427141666412354,0.0346035361289978 +375,0.010899946129921371,0.6722206295247386,-3.0235961830401,0.008528393693268299,-0.6227250099182129,-0.782394289970398,0.15893539786338806,-0.4243815839290619,-0.47501862049102783,0.12204106152057648,0.15649276971817017,0.30021655559539795 +376,0.04090081689111216,0.6987255890649442,-3.108820626794963,0.03130749240517616,-0.6432424187660217,-0.7650221586227417,0.09237994253635406,0.31219595670700073,0.12578000128269196,0.23373767733573914,-0.2264474630355835,0.2305830717086792 +377,0.10736632760243289,0.720188368084629,3.1295015580728123,0.08055031299591064,-0.6595262885093689,-0.7473531365394592,0.5846490859985352,0.6519715189933777,-0.28068655729293823,0.22354209423065186,-0.1204267144203186,-0.17468971014022827 +378,0.27427041266451774,0.7655590587517119,3.0631383107131698,0.19527769088745117,-0.6929401755332947,-0.6940464973449707,-0.4075513482093811,0.9130409955978394,-0.01223006471991539,0.35228395462036133,0.0024341940879821777,-0.2616877555847168 +379,0.3081411602614981,0.7515626073336988,3.1263553843765353,0.22158904373645782,-0.6827812790870667,-0.696209728717804,-0.8945603370666504,0.7485010027885437,1.135128140449524,0.12278658151626587,-0.02089303731918335,-0.14685362577438354 +380,0.34028337233222605,0.7725638153843165,-3.0505006749928674,0.239009290933609,-0.6979735493659973,-0.6750611662864685,0.5139212608337402,1.289887547492981,1.2245012521743774,0.08018931746482849,0.21323233842849731,0.050259530544281006 +381,0.24907386701103046,0.8184108211593353,-2.8963221473758916,0.16845816373825073,-0.7300607562065125,-0.6622937917709351,-0.30990034341812134,0.00702633848413825,0.5403227210044861,-0.5973827242851257,0.33914583921432495,0.5583967566490173 +382,0.20664235447889712,0.7576098025796784,-2.842007817916446,0.14905555546283722,-0.6871869564056396,-0.7110249996185303,-0.7667388916015625,-1.2769266366958618,0.02113122120499611,-0.23935706913471222,0.005378544330596924,0.07299399375915527 +383,0.11529705881534304,0.6346539015235291,-2.8360437491114374,0.09264049679040909,-0.5928988456726074,-0.7999304533004761,-0.6905096173286438,-0.5531181693077087,-0.8741424679756165,-0.267765611410141,-0.07873201370239258,-0.3371545076370239 +384,0.12719819511437455,0.5395115313780091,-2.88996871580178,0.10883688926696777,-0.513716995716095,-0.8510284423828125,-1.1602964401245117,-0.4866172671318054,-0.41711708903312683,0.011219270527362823,0.08418208360671997,-0.37738037109375 +385,0.05787958359279461,0.4554405315356555,-2.8697156329710944,0.05195074528455734,-0.43985798954963684,-0.8965634703636169,0.278652548789978,-1.0352050065994263,0.14257735013961792,-0.010858830064535141,0.17914631962776184,-0.0017977356910705566 +386,-0.00964934344816423,0.42834237164328254,-2.9183423571331586,-0.008777442388236523,-0.41536349058151245,-0.9096131920814514,-0.24486888945102692,-1.6594452857971191,-1.0787172317504883,-0.0644494891166687,0.12225744128227234,-0.00023788213729858398 +387,-0.07374180140454371,0.44381905756301954,-3.0862359010714866,-0.06653723120689392,-0.42939165234565735,-0.9006639719009399,-0.5891158580780029,-1.103416919708252,-1.7061980962753296,0.05455908179283142,-0.04978010058403015,0.01916372776031494 +388,-0.027650378723656662,0.4150435484710877,3.060608006009451,-0.02529960311949253,-0.4032297730445862,-0.9147489666938782,-1.4527673721313477,0.8099716901779175,-0.6486488580703735,0.438080370426178,-0.08567705750465393,-0.14433300495147705 +389,-0.10296146820871643,0.31227654115015946,-3.1082946047578432,-0.09780887514352798,-0.30722588300704956,-0.9465969204902649,-0.9597046971321106,1.6135385036468506,1.1394233703613281,-0.2271270453929901,0.13638848066329956,0.3029201626777649 +390,-0.01752246496273693,0.37123643570869813,-3.013026038430027,-0.016327990218997,-0.36276790499687195,-0.9317364692687988,0.4497511684894562,1.0385026931762695,0.8693584203720093,-0.05975233018398285,0.07855769991874695,0.7196850776672363 +391,0.12484845082464226,0.41841190478854723,-2.9795624307328374,0.11378231644630432,-0.4063098728656769,-0.906623363494873,0.14949850738048553,0.439987450838089,0.24567484855651855,-0.16909542679786682,-0.12042352557182312,0.47260236740112305 +392,0.31722049563781207,0.4216981371476697,-3.0497378788047764,0.2846006453037262,-0.40931040048599243,-0.866872251033783,1.454345941543579,1.5947209596633911,-1.6835579872131348,-0.0716947615146637,0.21439465880393982,-0.38314300775527954 +393,0.4508452154881054,0.37670712347913454,3.1211190877693014,0.40517374873161316,-0.36786049604415894,-0.8369665145874023,0.23768621683120728,0.30090317130088806,-1.816064715385437,-0.05327555537223816,0.11146703362464905,-0.6114130020141602 +394,0.5618971959286977,0.266265864092853,2.9976700787662884,0.5140171051025391,-0.26313072443008423,-0.8164242506027222,-1.2457093000411987,-0.14177058637142181,-1.888309359550476,-0.46842390298843384,0.4348531663417816,-0.25808435678482056 +395,0.7485615404715473,0.12842548436389245,2.848352289121876,0.6749808192253113,-0.12807275354862213,-0.7266349196434021,-1.2636008262634277,-0.2987511157989502,-2.081913709640503,-0.2543570399284363,0.34050559997558594,0.16804122924804688 +396,0.870261271800154,-0.06194900904830976,2.8443008650955646,0.7630308866500854,0.06190939247608185,-0.6433902978897095,-2.5041792392730713,0.570574164390564,-1.2285150289535522,-0.4277037978172302,0.27370768785476685,0.14209330081939697 +397,0.9824803230719528,-0.27876935661039837,2.911632413555806,0.7997616529464722,0.27517271041870117,-0.5335365533828735,-1.9165418148040771,0.8260171413421631,-1.3201247453689575,0.5407077074050903,-0.37122678756713867,-0.41008222103118896 +398,1.1597838174386437,-0.3959073054876002,2.793133953644706,0.8458060026168823,0.38564547896385193,-0.3686322867870331,-0.513147234916687,0.9362127184867859,-0.7024855017662048,0.7539559602737427,-0.14399206638336182,0.20289131999015808 +399,1.2207997843599896,-0.4949529481791776,2.815918899691664,0.8266405463218689,0.47499024868011475,-0.30174410343170166,-0.7525861263275146,0.6500588059425354,-0.9968611598014832,-0.04809141159057617,0.19958552718162537,-0.010908395051956177 +400,1.2015482809493603,-0.5836125289690938,2.812052151724075,0.778232753276825,0.5510420799255371,-0.3011747896671295,-0.6157529354095459,-0.0643361434340477,-0.5221396684646606,-0.273029625415802,-0.3880172371864319,0.3815581500530243 +401,1.2107549029483469,-0.6906352337175319,2.8307861912443557,0.7214167714118958,0.6370269656181335,-0.2715774476528168,-0.6038405895233154,0.10813643783330917,-0.8915115594863892,-0.08683431148529053,-0.4184448719024658,0.20854339003562927 +402,1.1989866287167956,-0.7485328667303977,2.7936221117007713,0.6826246380805969,0.6805645227432251,-0.2661871314048767,0.012803023681044579,-0.3458714485168457,0.05935063585639,0.4184953570365906,-0.2731701135635376,0.09052795171737671 +403,1.1653336977900564,-0.7550252197797906,2.8106469394382634,0.6692073941230774,0.6853070259094238,-0.2872554659843445,-0.32347553968429565,-1.3545726537704468,0.39956414699554443,0.35256683826446533,0.16511106491088867,-0.21657449007034302 +404,1.1657028936020986,-0.7391365826004969,2.8288696295664724,0.6792357563972473,0.6736500263214111,-0.2912631928920746,-0.5480884909629822,0.3010454773902893,0.1415870636701584,0.2426239252090454,0.2616831660270691,-0.019207388162612915 +405,1.1719353642707302,-0.7380203841080837,2.805372654228058,0.681730329990387,0.6728246808052063,-0.28731608390808105,0.5705949068069458,0.6737477779388428,-0.6583178639411926,-0.41685307025909424,-0.06650155782699585,0.13533857464790344 +406,1.1660132231600449,-0.7667833758794126,2.7036806959873725,0.6619496941566467,0.6938223838806152,-0.2836075723171234,0.4608892798423767,0.8397483229637146,-0.4073695242404938,-0.02994590997695923,-0.28125518560409546,0.1893082559108734 +407,1.1733496557874714,-0.7610969507144022,2.6619413373572285,0.6676396131515503,0.6897161602973938,-0.28026625514030457,0.1894679218530655,0.2959018051624298,0.3346594274044037,0.3377162218093872,-0.3105199337005615,0.04430431127548218 +408,1.220353956638979,-0.6646780168851599,2.633801343584743,0.739275336265564,0.6168057322502136,-0.27022722363471985,0.8194109201431274,1.1608352661132812,1.564391851425171,0.600446343421936,0.003174126148223877,0.056787312030792236 +409,1.3594891984758717,-0.46591277183155544,2.596856464603656,0.8735401630401611,0.44923847913742065,-0.1873825192451477,1.7831075191497803,2.1919806003570557,1.4092875719070435,0.20922338962554932,0.32409214973449707,-0.3531143069267273 +410,1.4662834072272948,-0.2739323279790258,2.5692479568116546,0.9574615359306335,0.2705192267894745,-0.10043304413557053,-0.0643911063671112,0.10098706930875778,1.3415433168411255,-0.12085264921188354,-0.0645102858543396,-0.07432585954666138 +411,1.541915833686978,-0.19643045396124362,2.61482761644186,0.9803605675697327,0.19516967236995697,-0.028321171179413795,0.39361441135406494,0.474841445684433,-0.016923371702432632,-0.7836442589759827,-0.11545777320861816,0.09520047903060913 +412,1.5885970415470265,-0.14328255740458334,2.579110644198272,0.9895957708358765,0.14279279112815857,0.017617372795939445,0.5579230189323425,0.478122353553772,3.3234262466430664,1.528439998626709,-1.277070164680481,0.2258976697921753 +413,1.6118496571810508,-0.019225934665986318,2.5899988075208022,0.9989727735519409,0.019224749878048897,0.041034214198589325,-1.559706449508667,-0.8565871715545654,0.258424311876297,-0.06096929311752319,-0.24301016330718994,0.15334749221801758 +414,1.574909464464269,-0.060846167899873245,2.6332966378140727,0.9981409311294556,0.06080862879753113,0.004105514381080866,-0.28377798199653625,-0.9523102641105652,-0.4495714604854584,0.19703418016433716,0.30747750401496887,-0.4602060317993164 +415,1.5063572472091784,-0.17238560051650037,2.6326649853138178,0.983133852481842,0.17153307795524597,-0.06344007700681686,0.5505701303482056,-0.562039315700531,-1.8705074787139893,-0.12925177812576294,-0.0834287703037262,-0.10059191286563873 +416,1.4227493362513388,-0.2935788868755288,2.5885341592630438,0.946743369102478,0.2893798351287842,-0.14119558036327362,-0.38599827885627747,-1.4507949352264404,-1.2231804132461548,-0.5221981406211853,-0.08886411786079407,0.10983879864215851 +417,1.3666393682627094,-0.414472395414949,2.6036066825794744,0.896319568157196,0.402707040309906,-0.18557533621788025,0.08454413712024689,0.39087989926338196,-1.1700351238250732,0.19132685661315918,-0.3672456741333008,0.35015666484832764 +418,1.3437423037071634,-0.551246603166578,2.6032545944606964,0.8300079703330994,0.523749589920044,-0.19176340103149414,-0.16998402774333954,-0.40473994612693787,-1.1311110258102417,0.47976070642471313,-0.22690510749816895,0.23862314224243164 +419,1.4498349468271785,-0.5804814003036634,2.662923718462849,0.8300886750221252,0.5484265685081482,-0.10090126842260361,-0.3276011645793915,1.3165498971939087,-0.6180866956710815,0.48021405935287476,-0.2304791808128357,-0.3841756582260132 +420,1.658619029021434,-0.7102625521366894,2.719775751022195,0.7552687525749207,0.6520328521728516,0.06650079786777496,-0.5814785957336426,0.2064015418291092,-1.4625335931777954,0.2557482123374939,0.08531761169433594,-0.18109440803527832 +421,1.7859775538350697,-0.7656546627028008,2.82663871839476,0.7043024301528931,0.6930091381072998,0.15393592417240143,-0.16533495485782623,1.4809978008270264,-1.7750180959701538,-0.34730786085128784,-0.4460303783416748,-0.09192420542240143 +422,1.8244058651888475,-0.8531439092833691,2.821262776770724,0.6365826725959778,0.753351628780365,0.16499608755111694,1.955348253250122,-0.056002844125032425,-0.7078053951263428,-0.18657052516937256,-0.5300545692443848,-0.39753997325897217 +423,1.8202777449280292,-0.9405524711289338,2.6946370349360844,0.5710961818695068,0.8078837990760803,0.14550937712192535,-0.34361714124679565,1.8580470085144043,-2.2407164573669434,0.21633362770080566,0.05374950170516968,0.42838895320892334 +424,2.6359571520793477,-1.086055410624937,-3.0495932595855733,0.22570344805717468,0.8847957253456116,0.40766996145248413,-1.8007605075836182,-1.7783063650131226,0.20747137069702148,0.1425216943025589,0.3191381096839905,-0.4195259213447571 +425,1.796387452008684,-1.1827310022645272,2.823973751065356,0.36881062388420105,0.9256428480148315,0.08464113622903824,4.807921409606934,-4.420144557952881,-1.2285785675048828,-0.20253562927246094,0.06080734729766846,-0.36894285678863525 +426,1.2168030000958339,-1.3103296457250562,2.05491146657496,0.24156324565410614,0.9662699103355408,-0.08927224576473236,0.7942415475845337,2.5611491203308105,-2.53845477104187,-0.11923353374004364,-0.31615400314331055,-0.011542551219463348 +427,0.8066697965042264,-1.3767426386437702,1.6856250038646696,0.13922618329524994,0.981230616569519,-0.13342556357383728,1.5801664590835571,-5.6318511962890625,1.0753307342529297,-0.10226941108703613,-0.3183584213256836,0.16534700989723206 +428,0.6975331781606476,-1.2139536461343494,1.7225841886783335,0.22437676787376404,0.9370043873786926,-0.2677270770072937,0.11204511672258377,-1.087356686592102,-0.7505676746368408,0.7615545988082886,0.6731640100479126,0.4515955150127411 +429,0.44404685515243103,-1.3911761072543654,1.5148957714519684,0.07674999535083771,0.9839116334915161,-0.1613297164440155,-3.0020413398742676,-0.9772714972496033,0.3628000020980835,0.2704637348651886,0.3285577893257141,-0.3357253670692444 +430,1.9804118074954742,-1.2383851396014185,-3.0803045303177132,0.29932764172554016,0.9452582597732544,0.1299603134393692,-1.3573553562164307,1.1466223001480103,1.6205161809921265,-0.15903836488723755,1.087059736251831,-0.0513928085565567 +431,2.322036833521509,-1.0500574208101614,-2.801162048900289,0.3636101484298706,0.8674517869949341,0.3395814299583435,-1.474868893623352,-0.9059267640113831,-0.7911801934242249,-0.5681846141815186,-0.35265058279037476,-0.47366026043891907 +432,2.546077677905196,-1.1297129782912656,-2.6882320676035487,0.23947396874427795,0.9042896628379822,0.3534291684627533,0.6864726543426514,2.9782137870788574,-1.021074891090393,-0.41615551710128784,-0.9180379509925842,-0.13405361771583557 +433,3.0855203734773804,-1.0886249921819595,-2.5833871815322307,0.02598734200000763,0.8859901428222656,0.4629756510257721,-2.515502691268921,-4.54039192199707,0.4060736894607544,-0.027757372707128525,1.715358853340149,2.148993492126465 +434,2.654268990089921,-1.1306677552786941,-2.8326968840793767,0.1995060294866562,0.9046968817710876,0.37645822763442993,3.0922584533691406,0.8884298801422119,1.0854209661483765,-0.3095371425151825,0.17840242385864258,-0.7251216173171997 +435,2.8021545295020425,-1.1486202618854706,-2.8937518450121096,0.13642823696136475,0.9121994376182556,0.3863674998283386,2.468799114227295,0.1768249273300171,1.4621490240097046,0.5338293313980103,-0.055021464824676514,-0.49462857842445374 +436,1.825299694900024,-1.188512142619688,2.628068006799672,0.36102455854415894,0.9278149604797363,0.09391853958368301,0.2949618995189667,-2.6045968532562256,1.5571701526641846,-0.19246071577072144,-0.36522340774536133,0.2487633228302002 +437,1.4319720172310095,-1.0937650430743178,2.542929067915606,0.45472660660743713,0.888361930847168,-0.06353578716516495,0.5326745510101318,-1.7140495777130127,-0.029741039499640465,-0.12983646988868713,-0.42853832244873047,0.20637333393096924 +438,1.1805577872343902,-1.106214678087943,2.495406314051226,0.4143638014793396,0.8940091133117676,-0.17044183611869812,-0.2252177745103836,-1.48582124710083,-0.4579439163208008,0.1167183518409729,0.23086881637573242,0.236191987991333 +439,1.3771392651647651,-1.1363990055571185,2.8397993877994896,0.4129966199398041,0.907123863697052,-0.08099476993083954,-2.51771879196167,0.6285332441329956,0.7043076157569885,0.36214980483055115,0.489848792552948,0.05943412333726883 +440,1.916343285376485,-1.0233270315012621,-2.9505012280669876,0.4897598624229431,0.8538445830345154,0.1763087809085846,-1.1497488021850586,3.7129547595977783,1.6056153774261475,0.16363674402236938,0.7243720293045044,-0.34740567207336426 +441,2.1226451949843437,-0.7739645474519579,-2.85295812533511,0.6089866161346436,0.6989759802818298,0.37492382526397705,-1.3028444051742554,-1.0283514261245728,1.976849913597107,-0.48047715425491333,-0.07315200567245483,-0.36650100350379944 +442,2.1157339094653964,-0.639327667072993,-2.857437140838808,0.6862632036209106,0.5966560244560242,0.41598623991012573,0.10996154695749283,0.4201810359954834,-0.13368913531303406,-0.5286246538162231,-0.39511793851852417,-0.412156343460083 +443,2.1408470970841695,-0.7813917389380183,-2.925653868481303,0.5976748466491699,0.7042681574821472,0.38313359022140503,1.9434951543807983,1.9678934812545776,-0.21767990291118622,0.28197914361953735,-0.08196890354156494,0.353820264339447 +444,2.068074111618156,-0.6538121770188726,-2.9081556601317953,0.6976330280303955,0.6082168221473694,0.37865644693374634,1.143229365348816,-2.6075031757354736,-0.6929973363876343,-0.4179394245147705,0.08985757827758789,-1.2794132232666016 +445,2.288297220079528,-0.9379811988781607,-2.913142759722987,0.44560378789901733,0.8063657879829407,0.388858824968338,1.4702805280685425,0.4558628499507904,-2.1874239444732666,0.00997781753540039,0.512481689453125,-0.6608620285987854 +446,1.9757496312551857,-1.1816373405197704,-3.089521360421274,0.34872400760650635,0.925228476524353,0.14947853982448578,0.8587992191314697,-1.162750482559204,-1.27200448513031,0.10726964473724365,-0.292049765586853,0.593471884727478 +447,1.428389651667735,-1.3336178754833512,2.7041823540441117,0.2325829416513443,0.972004771232605,-0.03334708884358406,2.234360933303833,1.918433666229248,-0.9286039471626282,-0.3095482289791107,-0.1892898678779602,-0.029610637575387955 +448,1.0052053054664085,-1.3138905745976868,2.281365933766493,0.21452027559280396,0.9671808481216431,-0.13617010414600372,1.0708028078079224,-1.1745622158050537,0.719987690448761,0.45602715015411377,-0.46969854831695557,-0.012328431010246277 +449,1.0208800440349348,-1.267259374686566,2.392271358826864,0.25483039021492004,0.9542852640151978,-0.15620848536491394,-0.9217726588249207,1.1088573932647705,1.015244483947754,0.28560540080070496,-0.08076536655426025,0.7409863471984863 +450,1.7706595837233094,-1.2454427661565195,3.079671025072408,0.3132806718349457,0.9475377798080444,0.06346053630113602,-2.728187084197998,-0.6487356424331665,0.1261042058467865,0.6040776968002319,0.7545800805091858,-0.5797722339630127 +451,2.0431453469125618,-1.0709417727573303,-2.7550968322666614,0.42681562900543213,0.8776522874832153,0.2180705964565277,-0.7933759689331055,0.4598870277404785,1.1838998794555664,0.16582044959068298,0.2332332730293274,-0.1458050161600113 +452,2.174087263165322,-0.9246766639604131,-2.930810280753921,0.4958069324493408,0.7984261512756348,0.34160053730010986,0.11744490265846252,4.862293243408203,1.641405701637268,-0.5266755223274231,-0.7037302255630493,-0.27945151925086975 +453,2.343940880727196,-0.9140845184933881,-2.969597430043816,0.4369574785232544,0.7920039892196655,0.4263779819011688,1.4443095922470093,-0.6919710040092468,-1.0010648965835571,-0.37763121724128723,-0.4194300174713135,-0.11555629968643188 +454,2.412226079074613,-0.9716805603820651,-2.8987593752508842,0.3757897615432739,0.8258345723152161,0.4204511344432831,-1.5857553482055664,-0.2565705478191376,0.009416620247066021,0.6942328214645386,0.5634323358535767,1.064213752746582 +455,2.194722380810688,-1.005097574376761,-3.042363806284155,0.43501758575439453,0.8442142605781555,0.3131485879421234,-0.9728543162345886,0.6689555644989014,-1.8952417373657227,-0.39667221903800964,0.274300754070282,-0.5132066011428833 +456,1.9513602341098586,-1.0640108747543433,-3.0422655524375144,0.45064347982406616,0.874309241771698,0.1802874654531479,1.315184235572815,-2.4116992950439453,-1.6689172983169556,-0.13623619079589844,0.02376192808151245,-0.3704119920730591 +457,1.5579175834470482,-1.2337410517878593,2.774414906520346,0.33068177103996277,0.9437326192855835,-0.004259001463651657,0.3412065804004669,0.21018975973129272,-0.40685877203941345,-0.31261539459228516,-0.39043378829956055,1.1828173398971558 +458,1.0869412218194607,-1.2591839977100894,2.4006612574569277,0.2713991701602936,0.9518404603004456,-0.1426258683204651,1.1211081743240356,-1.219419002532959,-0.8900136947631836,0.15555700659751892,-0.38467133045196533,0.24916279315948486 +459,0.6605732431443114,-1.2824905798412554,2.019663660189599,0.1744551658630371,0.9587270021438599,-0.2245171219110489,0.20513901114463806,-2.174159288406372,-0.8780239820480347,0.3570695221424103,0.06394755840301514,0.0673973560333252 +460,0.9935665140369322,-1.319220778004711,2.309726727312482,0.2085978090763092,0.9685214161872864,-0.13584229350090027,-2.155421018600464,0.13346520066261292,1.1277397871017456,0.23442582786083221,0.13671839237213135,0.006279900670051575 +461,1.9208569733989216,-1.168513163841203,3.1151171592349027,0.3677753508090973,0.920169472694397,0.13427376747131348,-2.9196577072143555,0.9637633562088013,1.734613299369812,0.3367687165737152,0.9250606298446655,-0.3160059452056885 +462,2.152612230858978,-0.949205005127928,-2.977966601917729,0.4865167737007141,0.8129528164863586,0.320014625787735,-0.7558534145355225,0.3453601002693176,1.3017007112503052,-0.3408105969429016,-0.30778002738952637,-0.3209301233291626 +463,2.158990595771908,-0.8484355404609148,-3.073639967108788,0.5500460267066956,0.7502469420433044,0.3668496608734131,0.09444583207368851,2.5711817741394043,0.47063297033309937,-0.5646334886550903,-0.5477476716041565,-0.5021646022796631 +464,2.286771892040516,-1.0011920139486585,-3.0818391534337364,0.40687569975852966,0.8421144485473633,0.3539707660675049,0.5838060975074768,0.492081880569458,-2.336428165435791,-0.06976333260536194,-0.28884607553482056,0.7108027935028076 +465,2.371811931279241,-0.8801032449341994,-2.9835098265294175,0.4433876872062683,0.7708046436309814,0.4574577212333679,-0.06621503084897995,1.528672695159912,0.014987945556640625,-0.4141976535320282,-0.13080531358718872,0.9243324995040894 +466,2.2168136291262592,-0.9995912399471283,-3.0728429880389045,0.431699275970459,0.8412500619888306,0.32547491788864136,2.3073971271514893,-3.45233416557312,-0.9526035785675049,-0.11250069737434387,0.7082799077033997,-0.419667512178421 +467,1.8616700115004199,-1.1706850266437954,2.8654378091078123,0.37315863370895386,0.9210176467895508,0.11171045154333115,2.4676706790924072,1.6752426624298096,-1.1352778673171997,0.06417351961135864,-0.4949312210083008,0.40313637256622314 +468,1.4809884404713212,-1.2366353822093346,2.4837500725520325,0.32665500044822693,0.9446858167648315,-0.029415320605039597,0.9727781414985657,-1.7333471775054932,-0.2340550273656845,-0.19254550337791443,-0.33946120738983154,-0.0216711163520813 +469,0.998958259415024,-1.2705578207712558,2.0856720624156617,0.2486969381570816,0.955265998840332,-0.1600525975227356,0.42960822582244873,-0.8482717275619507,-0.9159175157546997,0.1935180127620697,-0.0007829666137695312,0.4083893895149231 +470,0.9753263684986833,-1.311003172195501,2.122087434636085,0.21266768872737885,0.9664431214332581,-0.14408385753631592,-1.786712408065796,0.2874789237976074,0.5784772634506226,0.5859620571136475,0.19987761974334717,0.5675610303878784 +471,1.8870568924083828,-1.228705872513155,2.933137369091128,0.31881994009017944,0.9420554637908936,0.10433205217123032,-1.359275460243225,1.6494436264038086,2.512255907058716,0.5982942581176758,0.5534431338310242,-0.5372086763381958 +472,2.073472971682332,-0.9402451557516329,-3.0918496449783537,0.5166555643081665,0.8077026605606079,0.28404849767684937,-0.8960206508636475,-0.3132636249065399,1.5550473928451538,-0.4273611307144165,0.2187713384628296,-0.1719878911972046 +473,2.123999095572606,-0.7850993262648889,3.10883009513682,0.6018189787864685,0.7068954110145569,0.3716356158256531,-0.42539462447166443,2.7627642154693604,0.9231672883033752,-0.6928833723068237,-0.6034560203552246,-0.4702225625514984 +474,2.2693819112821623,-0.8228418312889204,3.106043739892263,0.5208194255828857,0.7330816388130188,0.43742239475250244,1.4582871198654175,0.24640952050685883,-1.4535362720489502,-0.3939273953437805,-0.3441199064254761,-0.21824517846107483 +475,2.357416373118065,-0.9166497568691975,-3.1311187179699296,0.4297357499599457,0.7935675382614136,0.43078723549842834,-0.3320640027523041,-1.6195815801620483,0.891524076461792,1.203046202659607,0.6340600252151489,0.2666918933391571 +476,2.142138901076726,-0.9525597996617863,2.946659089163312,0.48754459619522095,0.8149018287658691,0.3134250342845917,-1.717095136642456,-0.013165120966732502,-0.6144818663597107,-0.38894233107566833,0.6608518958091736,-0.3801364004611969 +477,1.8226494221633587,-1.0490572629555497,2.812831824693659,0.48266562819480896,0.8669537901878357,0.12419796735048294,1.1683259010314941,1.4405261278152466,-1.692911982536316,-0.13262903690338135,-0.10016906261444092,-0.27605342864990234 +478,1.593272921809627,-1.203507548235909,2.431650774352266,0.35899555683135986,0.9333043098449707,0.008070357143878937,0.6249680519104004,-0.6629267930984497,-0.6247837543487549,-0.17566123604774475,-0.355927050113678,-0.05201566219329834 +479,1.0724338873072392,-1.2508565184451321,2.010957364209405,0.2762547731399536,0.9492543339729309,-0.15033181011676788,1.609276533126831,-0.3688109219074249,-0.9429510831832886,0.3011530935764313,-0.22234082221984863,0.1017172783613205 +480,0.6849787198349072,-1.2872691197870954,1.675459498207562,0.17698197066783905,0.9600747227668762,-0.21664297580718994,0.3823592960834503,-0.08776196092367172,-0.6679549217224121,0.8209580779075623,-0.18611836433410645,-0.08482491970062256 +481,1.3185355385066335,-1.301958199702294,2.239760835206706,0.2572052776813507,0.9640801548957825,-0.06629504263401031,-3.0941901206970215,0.8036671280860901,1.51610267162323,0.2293059229850769,0.3953864574432373,0.0788683295249939 +482,1.9421421846621962,-1.0762946528375772,2.7981291577955054,0.4422445595264435,0.8802053332328796,0.17221547663211823,-2.654073476791382,-0.502883791923523,1.7448261976242065,0.011887431144714355,1.117734670639038,-0.20058156549930573 +483,2.0786903727114256,-0.886310461448353,2.9341892198741806,0.5524632334709167,0.7747442126274109,0.30749940872192383,-0.23977653682231903,1.3518824577331543,1.2973747253417969,-0.48566025495529175,-0.44962525367736816,-0.43854188919067383 +484,2.2795820959472604,-0.7747375687079813,2.93003015329689,0.5424942374229431,0.6995285749435425,0.46514520049095154,0.1647345870733261,1.6906296014785767,-0.1800108551979065,-0.5563338994979858,-0.47769618034362793,-0.47571951150894165 +485,2.24641887250363,-0.9639375658938784,2.8877165900062747,0.4450072646141052,0.821443498134613,0.3566496968269348,1.3739768266677856,1.3513410091400146,-1.8033956289291382,0.0005798637866973877,-0.2694721221923828,0.8047730922698975 +486,2.1066927074985853,-0.8549120557161733,2.8790178598161775,0.5642812848091125,0.7545132040977478,0.3351069688796997,3.07915997505188,-0.4119408428668976,0.08309055864810944,-0.2647817134857178,-0.6360134482383728,-1.1358729600906372 +487,1.8918604800047087,-0.9585833133195911,2.757518534309672,0.5453140735626221,0.8183782696723938,0.1813555657863617,0.6010910272598267,-4.362112522125244,-0.5950515866279602,-0.4300643801689148,0.35116225481033325,-0.06265746057033539 +488,1.6461965199824338,-1.1372177515909563,2.473463217478797,0.41892722249031067,0.9074681401252747,0.03164719045162201,3.1920971870422363,0.13876202702522278,-1.0462470054626465,0.15921300649642944,-0.23815661668777466,-0.4693303108215332 +489,1.3337097650315688,-1.2106145162653945,2.2151573407734007,0.3425849974155426,0.9358327388763428,-0.08277915418148041,0.7151463031768799,-1.133772850036621,-0.7266564965248108,-0.0564216673374176,-0.3941916227340698,0.3240206241607666 +490,0.8413993988393882,-1.2409313910032378,1.759051344351765,0.2415037900209427,0.9460861086845398,-0.21586383879184723,0.7068842649459839,0.669739305973053,-1.031899094581604,0.2545899748802185,0.01733863353729248,0.836438775062561 +491,0.7606015258267166,-1.2707715135260296,1.7061316867713858,0.20373523235321045,0.955329179763794,-0.21409821510314941,-1.2864265441894531,0.9381492733955383,0.3008383512496948,0.5273133516311646,0.005669295787811279,0.4155142307281494 +492,1.6835028309580053,-1.2605589624584337,2.58651496851575,0.30334803462028503,0.9522611498832703,0.03433480113744736,-1.5246517658233643,3.052262544631958,2.2031095027923584,0.6201292276382446,0.3095645308494568,-0.49383795261383057 +493,2.033936190808497,-0.9797694156038498,2.9177370297194214,0.4985136091709137,0.8303689360618591,0.24894048273563385,-2.3654818534851074,-1.285653829574585,1.6419304609298706,-0.43390798568725586,0.7174672484397888,-0.006356284022331238 +494,2.0678670642228525,-0.8319161646946567,2.9015474972388096,0.5919604301452637,0.7392231822013855,0.3211415410041809,-0.15598003566265106,2.205016613006592,1.456303596496582,-0.45229673385620117,-0.6056172251701355,-0.3971151113510132 +495,2.2856812819383636,-0.8137593470071561,2.8974489836352872,0.5186277627944946,0.7268741130828857,0.4501991868019104,1.285495400428772,-0.3594869375228882,-0.6694222092628479,-0.6825224161148071,-0.38916659355163574,-0.3429604768753052 +496,2.3704641942033127,-0.9187521887822412,2.9536332496560735,0.42291513085365295,0.7948450446128845,0.43516045808792114,-1.1618481874465942,-2.7521812915802,1.1702008247375488,1.7600836753845215,1.6794745922088623,0.7981923222541809 +497,1.9999546820837513,-0.9664377495582813,2.826830932628969,0.5167046189308167,0.8228667378425598,0.23644545674324036,0.2955859303474426,1.5069118738174438,-0.9553543925285339,-0.23951351642608643,0.46854549646377563,-0.551630973815918 +498,1.8190632294560525,-1.0117315962977882,2.739862710168647,0.5141317844390869,0.8477515578269958,0.13033068180084229,0.2418259233236313,0.5335708856582642,-1.347640872001648,-0.3131430149078369,-0.019031286239624023,-0.3449455499649048 +499,1.5784075337314145,-1.1538316756052565,2.3685584159706976,0.4049749970436096,0.9143224358558655,0.0030824081040918827,1.136098861694336,-0.24221764504909515,-0.958601176738739,-0.1652137041091919,-0.25093144178390503,0.09715259075164795 +500,1.1586686098298942,-1.2274236665453186,2.0560087804052523,0.3084760904312134,0.9416245818138123,-0.13485439121723175,1.0198761224746704,-0.7492318749427795,-1.0555822849273682,0.3012498915195465,-0.27365583181381226,0.5812197327613831 +501,0.7343712381074368,-1.2672223707611987,1.664719825343072,0.20032086968421936,0.9542742371559143,-0.2218833714723587,0.042791470885276794,-0.541450023651123,-0.7231015563011169,0.5131495594978333,-0.0650377869606018,0.0998893529176712 +502,1.0162953128970098,-1.3055878115562332,1.9069208135242974,0.2228369414806366,0.9650378823280334,-0.138006329536438,-2.3323371410369873,0.38729509711265564,0.8468829989433289,0.3322167694568634,0.27487605810165405,0.12413609027862549 +503,1.9091912565598714,-1.1639075747244607,2.685134320984323,0.3733101785182953,0.9183565378189087,0.13137979805469513,-2.4514997005462646,1.8205766677856445,2.0658490657806396,0.5039023160934448,1.0384609699249268,0.1254560798406601 +504,2.1559409415830353,-0.9047138941853047,2.92077256568851,0.5151100754737854,0.7862483859062195,0.34128427505493164,-0.6963808536529541,0.3808404505252838,1.6018863916397095,-0.3573189973831177,-0.21428793668746948,-0.35144662857055664 +505,2.235912765506824,-0.773181047877622,2.800593441063644,0.5631390810012817,0.6984153985977173,0.44169023633003235,0.21382638812065125,3.251542329788208,1.0101189613342285,-0.440412700176239,-0.5802361369132996,-0.53470778465271 +506,2.2654477506123927,-0.9058498215395411,2.745388128222395,0.4740399718284607,0.7869498133659363,0.3949635624885559,2.5814297199249268,-1.6171785593032837,-2.1699705123901367,-0.6273145079612732,-0.3010183572769165,0.13512670993804932 +507,2.165214883187907,-0.8799727557577183,2.880041765015231,0.5278809070587158,0.7707214951515198,0.3568338453769684,-0.49768781661987305,-4.851099491119385,0.791983962059021,0.31791383028030396,0.151031494140625,0.3170858919620514 +508,2.1082151937765876,-0.9676825703948274,2.7504628034984036,0.4872518479824066,0.8235734701156616,0.2903662621974945,-0.9299606084823608,-0.19094333052635193,0.3396906554698944,-0.19821983575820923,1.1549268960952759,-0.5998755693435669 +509,1.7643432048669139,-1.1025973264910056,2.49370502052976,0.4428538978099823,0.8923825025558472,0.08679955452680588,2.2427072525024414,0.15708868205547333,-1.1650161743164062,0.1625080704689026,-0.2588984966278076,-0.33501434326171875 +510,1.4372849415970186,-1.1838682043239988,2.1644611370931774,0.3739872872829437,0.9260725975036621,-0.050230372697114944,1.1419256925582886,-2.442261219024658,-0.8997715711593628,-0.1903783082962036,-0.1253371238708496,-0.11349642276763916 +511,0.970620089413736,-1.2410386250138898,1.773436069757293,0.26722273230552673,0.9461208581924438,-0.1828860491514206,0.9496228098869324,-0.9450215101242065,-1.082168459892273,0.2856794595718384,-0.04388397932052612,0.1384982019662857 +512,0.888248532624489,-1.283321271081238,1.711047289234023,0.2200116217136383,0.9589628577232361,-0.1788439154624939,-0.9591463208198547,-0.07024070620536804,0.34615522623062134,0.6910449266433716,-0.22828048467636108,0.1671404242515564 +513,1.761751271443521,-1.2312572024649178,2.4906131258129984,0.3269989490509033,0.9429082870483398,0.06321226060390472,-1.910577654838562,1.7490944862365723,1.8359675407409668,0.3411071300506592,0.23772525787353516,-0.6220654249191284 +514,2.00856726119691,-0.9571517486047918,2.7921903701400512,0.5215473771095276,0.8175547122955322,0.24411562085151672,-2.0363240242004395,-1.327745795249939,1.7358622550964355,-0.24443256855010986,0.894206702709198,0.0028782933950424194 +515,2.101624656323367,-0.7963144829717602,2.779160021024252,0.6031073927879333,0.7147834897041321,0.35404229164123535,-0.863274097442627,2.589308023452759,1.256485939025879,-0.6451911926269531,-0.47073447704315186,-0.45011165738105774 +516,2.234989900399768,-0.8120244309320277,2.7735651301465247,0.5417653322219849,0.7256815433502197,0.4241190552711487,0.878750205039978,0.18846483528614044,-1.2694649696350098,-0.49135029315948486,-0.44475191831588745,-0.27902311086654663 +517,2.337171991339816,-0.950145126246415,2.8086820746459193,0.41897621750831604,0.813499927520752,0.4033319652080536,-1.5243088006973267,-1.206493616104126,0.9469025731086731,1.6963648796081543,0.6854929327964783,1.379077672958374 +518,2.1607433084819947,-0.9668631629882727,2.693295226606664,0.4718949794769287,0.823108434677124,0.3159237205982208,-0.8735188841819763,1.528647541999817,0.22992341220378876,-0.2721116840839386,0.5676081776618958,-0.47232627868652344 +519,1.8561195496248302,-1.0372416599156387,2.5975432166510584,0.48803529143333435,0.8610045909881592,0.14315374195575714,0.7498757839202881,-0.039995450526475906,-1.2670314311981201,-0.1315898895263672,0.33148515224456787,-0.26026487350463867 +520,1.6411123164402102,-1.20124043996603,2.2508136260947467,0.36030861735343933,0.9324878454208374,0.025377295911312103,0.767325222492218,-0.22555533051490784,-0.7390822768211365,0.02773764729499817,-0.3886494040489197,-0.10591316223144531 +521,1.1597960048626832,-1.2394360357402265,1.861058067482669,0.2982366383075714,0.945600688457489,-0.12997779250144958,1.5268522500991821,-0.524169385433197,-0.6443157196044922,0.2198907732963562,-0.332777202129364,0.1223941445350647 +522,0.7496975557549038,-1.2657985956815927,1.496956374219099,0.2046234905719757,0.9538476467132568,-0.21978144347667694,-0.07883033901453018,-1.583072543144226,-0.6855335235595703,0.2701689600944519,-0.004354238510131836,0.19573360681533813 +523,1.0272647588852355,-1.3184823157873584,1.7825655757548158,0.21366813778877258,0.96833735704422,-0.12910690903663635,-2.0874829292297363,0.47657567262649536,0.9901485443115234,0.48558109998703003,0.15861570835113525,0.10367055237293243 +524,1.853582401491473,-1.1528085350422954,2.4984317884494636,0.38979989290237427,0.9139075875282288,0.11326540261507034,-2.5183818340301514,0.7918955087661743,1.4733816385269165,0.14160269498825073,1.077059268951416,0.022186875343322754 +525,2.1016995044337135,-0.9528637763799729,2.743558833094753,0.4996035397052765,0.8150779604911804,0.29333266615867615,-1.0118520259857178,0.01826797053217888,1.3218276500701904,-0.298263818025589,-0.29626399278640747,-0.31147530674934387 +526,2.205623119299483,-0.8098887149640159,2.755945998958405,0.5552313327789307,0.7242104411125183,0.40894657373428345,-0.8040298223495483,1.7243921756744385,0.37136855721473694,-0.6074622273445129,-0.4232155680656433,-0.4466663599014282 +527,2.1760166109557173,-0.9525559716143257,2.7511246883366387,0.4766511917114258,0.8148996233940125,0.3297606110572815,1.449341893196106,-0.12683847546577454,-2.752131223678589,-0.15983298420906067,-0.3172953724861145,0.5647705793380737 +528,2.098408274340303,-0.9029802313898081,2.7936129951300384,0.5350591540336609,0.7851759791374207,0.3117862641811371,1.1536959409713745,-2.020833969116211,0.18679630756378174,-0.03162586688995361,-0.6543012261390686,0.09283116459846497 +529,1.9387208751914435,-1.0046444963043613,2.644381939668141,0.5004907846450806,0.843971312046051,0.19292789697647095,0.8625597357749939,-3.851175546646118,0.11393781751394272,-0.26809948682785034,0.7109907269477844,-0.4605823755264282 +530,1.6903964323055032,-1.1257204987713465,2.4133019077041733,0.42745083570480347,0.9025779962539673,0.05136832594871521,3.3985772132873535,-0.2814052700996399,-1.1979966163635254,0.020699799060821533,0.0013983845710754395,-0.3370891809463501 +531,1.3551398639207162,-1.2217337846915794,2.0905245734299105,0.3340946137905121,0.9396937489509583,-0.07318779081106186,0.7490288615226746,-1.5653855800628662,-0.833790123462677,0.026317983865737915,-0.2930415868759155,0.06647396832704544 +532,0.8597032384237523,-1.2468521200896872,1.627170771213052,0.2411658763885498,0.9479873180389404,-0.20774778723716736,1.2294241189956665,0.25192055106163025,-1.0985959768295288,0.2086327224969864,-0.16498255729675293,0.5453180074691772 +533,0.7426205935002334,-1.2791498962575396,1.5460076410521268,0.19443348050117493,0.9577717781066895,-0.2118227332830429,-1.2320003509521484,0.5286728143692017,0.5836248993873596,0.8418214321136475,-0.13242387771606445,0.6611788272857666 +534,1.6900797280985895,-1.2266897871649083,2.386546615145043,0.33495816588401794,0.9413772225379944,0.04014553502202034,-1.5127720832824707,0.8978588581085205,2.204303503036499,0.4434993863105774,0.6316664218902588,-0.5186916589736938 +535,2.0006403305386478,-0.954425638484233,2.745665907809638,0.5254899859428406,0.8159818649291992,0.24090154469013214,-1.7849787473678589,-0.6672590374946594,1.6199836730957031,-0.5304644703865051,0.44863593578338623,-0.0883137434720993 +536,2.091993112689567,-0.7987206410000636,2.793061254980759,0.6049962043762207,0.7164641618728638,0.3473598062992096,-1.2272738218307495,1.5030691623687744,0.8826701641082764,-0.7285618185997009,-0.5389434099197388,-0.42197537422180176 +537,2.212285566052574,-0.8113343038051732,2.8543127517705518,0.5516552925109863,0.7252065539360046,0.41200995445251465,1.1515491008758545,-1.6933457851409912,-1.464290738105774,-0.48207515478134155,-0.4097157120704651,-0.21488159894943237 +538,2.2824340243760024,-0.9091949146421132,2.866775688878333,0.46526679396629333,0.7890093922615051,0.4012369215488434,-1.18893301486969,-6.370034694671631,1.0497676134109497,1.2351421117782593,1.3141248226165771,0.10311183333396912 +539,2.0279232953251802,-0.9491514453891661,2.7160809937574197,0.5225775837898254,0.8129216432571411,0.25704315304756165,-1.578057050704956,2.79964280128479,-0.5311766266822815,-0.24936896562576294,0.6322230100631714,0.5383670330047607 +540,1.7471322598604162,-1.0268958013596048,2.6189917247851904,0.5094530582427979,0.8556967377662659,0.09077772498130798,0.3766562044620514,2.132267951965332,-1.3313313722610474,-0.22374755144119263,-0.11457741260528564,-0.26024186611175537 +541,1.496999087754014,-1.152221646528292,2.292798513809595,0.4053521454334259,0.913669228553772,-0.029968291521072388,0.9171867370605469,-0.4309546649456024,-0.8383749127388,-0.1696191430091858,-0.20851480960845947,-0.19876092672348022 +542,1.1009089626857544,-1.2104293463364126,1.9427103544745046,0.31440070271492004,0.9357674717903137,-0.15966029465198517,1.1137566566467285,-0.41010862588882446,-0.785533607006073,0.38547417521476746,-0.21535426378250122,0.341178834438324 +543,0.7253294577794651,-1.2438379711982657,1.6285849589229482,0.21305450797080994,0.9470235705375671,-0.24032099545001984,0.23054206371307373,-1.7228361368179321,-0.7200020551681519,0.5620919466018677,-0.08326929807662964,0.027903437614440918 +544,1.0425342037223124,-1.2857548549066167,1.9360334025519466,0.24286554753780365,0.9596499800682068,-0.14173266291618347,-2.417541265487671,0.2948276400566101,1.1038309335708618,0.42432498931884766,0.34509849548339844,0.10567618906497955 +545,1.8574316297736049,-1.117220818591635,2.740070621923768,0.4203048348426819,0.8988861441612244,0.12388574331998825,-3.0611002445220947,-0.8484426736831665,1.6888679265975952,0.047773778438568115,0.9571472406387329,-0.10504114627838135 +546,2.080236974307202,-0.9160477961827033,2.9889006504050477,0.531632661819458,0.7932010889053345,0.29698309302330017,-0.6820353865623474,1.2039414644241333,1.4929403066635132,-0.24165457487106323,-0.3083376884460449,-0.29130682349205017 +547,2.19643517629555,-0.7959290249308367,2.9415418666909754,0.5671054124832153,0.714513897895813,0.4097088873386383,0.4837915599346161,0.9131534695625305,0.2678147554397583,-0.4806949496269226,-0.4294644594192505,-0.3775586187839508 +548,2.1437665386429154,-0.9390004483751929,2.882746086776262,0.4962737560272217,0.8069681525230408,0.3201794922351837,1.2749191522598267,0.09081371873617172,-2.5304019451141357,-0.2520415782928467,-0.36559242010116577,0.38734006881713867 +549,2.121029895622983,-0.8946218260001593,2.954188431834762,0.5334455370903015,0.779972493648529,0.32722967863082886,0.06624159961938858,-1.5270769596099854,0.13770918548107147,0.022096574306488037,-0.36694735288619995,0.5434063673019409 +550,1.9890676975170343,-0.960208967594252,2.8408631877977872,0.5239217877388,0.8193113803863525,0.23288363218307495,1.8673346042633057,-4.82044792175293,-0.3588743507862091,-0.45312100648880005,0.3406311869621277,-0.6358835697174072 +551,1.7175712997068644,-1.114377022013415,2.619134191446517,0.43599796295166016,0.8976364135742188,0.06445711851119995,3.033559799194336,0.2361150085926056,-1.083811640739441,0.017249107360839844,-0.10695642232894897,-0.4351235628128052 +552,1.4149510960751293,-1.2129722491754769,2.331709715726151,0.34599241614341736,0.9366611242294312,-0.05436209589242935,1.0719774961471558,-1.5949136018753052,-0.7912489175796509,-0.07893311977386475,-0.16873204708099365,-0.22870367765426636 +553,0.9279589340699566,-1.2469266221097752,1.9075278106053877,0.2547169327735901,0.948011040687561,-0.19077366590499878,1.1685017347335815,-0.22297748923301697,-0.9574509859085083,0.3789653480052948,-0.18755865097045898,0.1650320589542389 +554,0.6365722992741427,-1.2681842906441405,1.6549548695197358,0.17715252935886383,0.9545612931251526,-0.2396448254585266,-0.07779721170663834,0.3253706395626068,-0.10256986320018768,0.8391591310501099,-0.19256794452667236,0.2824152112007141 +555,1.4202591859597007,-1.2801286077449099,2.3438060305224298,0.2833506464958191,0.9580527544021606,-0.042979951947927475,-2.796254873275757,1.7233275175094604,1.8151201009750366,0.2547657787799835,0.4005745053291321,0.06736350059509277 +556,2.0123135291487957,-1.0579037134686653,2.883103781624073,0.44364359974861145,0.8713287711143494,0.2096816450357437,-2.7191758155822754,-0.24047356843948364,1.8354456424713135,0.056005388498306274,0.9056181907653809,-0.09463037550449371 +557,2.0783559340273783,-0.8639490106297403,2.9795717993550133,0.5675669312477112,0.7604131102561951,0.31565752625465393,-0.9112861752510071,0.7505789399147034,1.2431933879852295,-0.4917306900024414,-0.41812801361083984,-0.33911025524139404 +558,2.2641164132777836,-0.792588055126185,2.997611005847704,0.53993159532547,0.7121725082397461,0.44864708185195923,0.41892480850219727,1.1287058591842651,-0.7053927779197693,-0.5078729391098022,-0.4305715560913086,-0.37056779861450195 +559,2.343517375267478,-0.9679496276878392,3.0288087884170234,0.405972421169281,0.8237249255180359,0.3958076238632202,-1.9936977624893188,4.5842509269714355,0.5334745049476624,1.0722532272338867,0.2159021496772766,1.5295158624649048 +560,2.1213791443681953,-0.9134656675519467,2.952797207096388,0.5207110643386841,0.7916260361671448,0.31966835260391235,2.695382833480835,-0.16538004577159882,-1.1312146186828613,-0.43144726753234863,-0.20355242490768433,-1.0861937999725342 +561,1.9142715668313408,-1.0078198534380947,2.867453499766192,0.5025320649147034,0.8456702828407288,0.17973148822784424,0.8191847205162048,-2.384072780609131,-1.1636050939559937,-0.21249300241470337,0.0020317435264587402,-0.24688541889190674 +562,1.739582762902953,-1.1685375430917797,2.561476734518785,0.3859344720840454,0.920179009437561,0.06576623022556305,1.3838857412338257,-0.05406373366713524,-0.6718668937683105,-0.2541901171207428,-0.2991921305656433,0.08753883838653564 +563,1.2602771207235455,-1.2523977738280514,2.1690230668635637,0.2980748116970062,0.9497379660606384,-0.09565223008394241,1.720470666885376,-1.1891361474990845,-1.048644781112671,0.18504899740219116,-0.19996684789657593,0.024881958961486816 +564,0.6990354875198991,-1.2697646076393336,1.636961694165071,0.19079548120498657,0.9550310969352722,-0.2269642949104309,0.11284630000591278,-0.10836787521839142,-0.9877901673316956,0.20800822973251343,0.22242861986160278,0.7514545917510986 +565,0.7478495202873778,-1.3310735944703371,1.6988109705719225,0.16147002577781677,0.9714038372039795,-0.17407523095607758,-1.7039265632629395,1.7218505144119263,0.5850152969360352,0.6580642461776733,0.11171078681945801,0.306887686252594 +566,1.7628377999780571,-1.2138281861762452,2.582699368252465,0.34301117062568665,0.9369605779647827,0.06669428199529648,-2.123777389526367,1.2131913900375366,2.356010675430298,0.29491302371025085,0.68704754114151,-0.2510356903076172 +567,2.071674299413097,-0.949720691053541,2.9082425641239165,0.5104292631149292,0.8132529854774475,0.27943092584609985,-0.9873862266540527,0.7422052621841431,1.4839766025543213,-0.3268355131149292,-0.06241375207901001,-0.26324141025543213 +568,2.1822854685939275,-0.7990165110386994,2.848145199745676,0.5710366368293762,0.7166705131530762,0.4003753364086151,-0.15828965604305267,1.8763349056243896,1.1500087976455688,-0.4860910177230835,-0.49023014307022095,-0.5265350341796875 +569,2.250569738087157,-0.8440015440202913,2.8271736693675855,0.5167742967605591,0.7473080158233643,0.417701780796051,2.138427495956421,-1.0283242464065552,-1.6822595596313477,-0.6767169833183289,-0.4711393117904663,-0.3772202432155609 +570,2.2404291185667,-0.9054871866736793,2.8767224565653886,0.48399585485458374,0.7867259979248047,0.38315853476524353,-0.4849141538143158,-7.60819673538208,0.9424412250518799,0.7990242838859558,0.7081624269485474,-0.37696343660354614 +571,2.0615881234808326,-0.9713686953532106,2.8121291716140524,0.49757543206214905,0.8256586790084839,0.2659071087837219,-0.4541797935962677,2.9767963886260986,-0.27104368805885315,-0.08403170108795166,1.6170903444290161,0.7044451236724854 +572,1.7876639462149218,-1.0596321577800332,2.6990226681690577,0.47773391008377075,0.8721755743026733,0.10526040196418762,1.453740119934082,2.1331212520599365,-1.3801103830337524,-0.10247460007667542,0.006761014461517334,-0.4600425064563751 +573,1.4552845896035405,-1.1795577954329828,2.292194110099728,0.37879249453544617,0.9244374632835388,-0.043950632214546204,0.938098132610321,-1.265254259109497,-0.6696851253509521,-0.15883705019950867,-0.19254964590072632,-0.38259357213974 +574,0.9357103412130747,-1.239000779782819,1.8651506433791063,0.26222825050354004,0.9454590082168579,-0.1932447850704193,1.316243052482605,-0.4368603527545929,-1.2513638734817505,0.35450148582458496,-0.2624909281730652,0.2004622370004654 +575,0.5562063223647269,-1.2541813345342254,1.5136239684913269,0.16438379883766174,0.9502947926521301,-0.2644198536872864,0.07488018274307251,-0.9658108949661255,-0.31306344270706177,0.5987082719802856,-0.011421501636505127,0.13740569353103638 +576,0.9802431591192695,-1.3128087059607416,1.912619718997864,0.21192368865013123,0.9669053554534912,-0.14206454157829285,-2.5248847007751465,0.7317773103713989,1.4869507551193237,0.4504755735397339,0.3552228808403015,0.19962073862552643 +577,1.8648970431126748,-1.1336571409227736,2.706953340522733,0.4051720201969147,0.9059665203094482,0.12272018939256668,-3.0785841941833496,-0.2587711215019226,1.7769875526428223,0.022821694612503052,1.0561459064483643,-0.22760915756225586 +578,2.0789623955122134,-0.9213914608198923,2.940423710601011,0.5282998085021973,0.7964438199996948,0.2942383885383606,-1.0051343441009521,0.9136998057365417,1.364892601966858,-0.3326669931411743,-0.3773307800292969,-0.26819175481796265 +579,2.240851472544438,-0.7983844267950564,2.913362011689829,0.5469774007797241,0.7162295579910278,0.4333942234516144,-0.24795538187026978,1.9678282737731934,0.1964758336544037,-0.4320482611656189,-0.3850376605987549,-0.4607381224632263 +580,2.154420831837014,-0.9915025281279568,2.8609021523548424,0.45681723952293396,0.8368494510650635,0.3016643524169922,1.017946481704712,-0.5282922387123108,-2.6599619388580322,-0.06310990452766418,-0.3125268220901489,0.6810932159423828 +581,2.072549023718584,-0.9032630666025262,2.922115484604279,0.5427472591400146,0.7853510975837708,0.29774051904678345,1.3577642440795898,-1.7821986675262451,0.5009430646896362,-0.025855720043182373,-0.3673211932182312,-0.8143725395202637 +582,1.8862968953327457,-0.9795554019584288,2.7479231165239018,0.5298796892166138,0.8302496075630188,0.17295445501804352,1.5098974704742432,-5.253575325012207,-0.9716325402259827,-0.4946470856666565,0.34827834367752075,-0.4709739685058594 +583,1.6305378445862173,-1.1580178453871162,2.465764620102401,0.40044036507606506,0.916009783744812,0.023951414972543716,1.776000738143921,1.9723920822143555,-1.2770428657531738,0.11405551433563232,-0.3081454038619995,0.13898193836212158 +584,1.2591168638509487,-1.2405642591310304,2.124485470593431,0.30863961577415466,0.9459671378135681,-0.09943760186433792,1.1942956447601318,-1.1376599073410034,-1.0869667530059814,-0.14929208159446716,-0.22187656164169312,0.02695835381746292 +585,0.7397788303461267,-1.28255286167465,1.6548926358554532,0.1916322261095047,0.9587447047233582,-0.2099655717611313,0.0355016328394413,-0.5506591796875,-0.8086277842521667,0.2518949806690216,-0.041249096393585205,0.3615158796310425 +586,0.8382985163425519,-1.3290351814708548,1.784214760795105,0.17800506949424744,0.970917820930481,-0.16010236740112305,-1.8497189283370972,1.5552945137023926,0.7500056028366089,0.7786446809768677,0.04411208629608154,0.43910932540893555 +587,1.7928338793809846,-1.1977443187680084,2.620190805387351,0.3555120527744293,0.9312193393707275,0.08026034384965897,-1.7155898809432983,1.5698699951171875,2.5265283584594727,0.3593164086341858,0.7434632778167725,-0.36518776416778564 +588,1.9981065743445643,-0.9308047989723396,2.8735810972282336,0.5434920787811279,0.8021008372306824,0.24748972058296204,-0.6496187448501587,0.3988354206085205,1.5661996603012085,-0.5088697671890259,-0.05818891525268555,-0.20748111605644226 +589,2.1476248770757276,-0.792187522729033,2.8457914017247767,0.5886568427085876,0.711891233921051,0.38300663232803345,-0.3313288390636444,2.0429770946502686,0.7302622199058533,-0.5294832587242126,-0.4410935044288635,-0.49453306198120117 +590,2.165276948502187,-0.8658991124589429,2.810817080044334,0.5367920994758606,0.761678159236908,0.3629060983657837,2.0914924144744873,-0.7010828256607056,-1.837904930114746,-0.5003693103790283,-0.4727223515510559,-0.1275697648525238 +591,2.1754405528964535,-0.9051036620945634,2.8959907078922607,0.5081058144569397,0.7864891886711121,0.351089209318161,-0.42824381589889526,-6.181107521057129,1.1741002798080444,0.9038205742835999,0.7285256385803223,-0.09001126885414124 +592,1.996221950600566,-0.9624419153242613,2.7743125057130906,0.5205748677253723,0.8205896019935608,0.23587042093276978,-1.4380073547363281,1.9898642301559448,-0.5514539480209351,-0.25574326515197754,1.5728888511657715,0.6546630859375 +593,1.690239429759837,-1.0435462446412553,2.700791757188152,0.49957388639450073,0.8641939759254456,0.05995605140924454,0.8849334120750427,2.4203381538391113,-1.621244192123413,-0.11956897377967834,-0.024029850959777832,-0.41119813919067383 +594,1.3529179628400647,-1.171638572818398,2.2918548454609455,0.37945425510406494,0.9213886260986328,-0.08400841802358627,0.6511208415031433,-1.0742638111114502,-0.7492130398750305,0.002961486577987671,-0.1482563614845276,-0.4399173855781555 +595,0.8654265720247946,-1.198126113871796,1.905509668744797,0.277218222618103,0.9313584566116333,-0.2360539436340332,1.2961256504058838,-1.0757273435592651,-1.1044012308120728,0.275149941444397,-0.2470322847366333,-0.019515514373779297 +596,0.5938905127138833,-1.2112302669097958,1.654660174588763,0.1969016194343567,0.9360495805740356,-0.2916175425052643,-0.3516761064529419,-0.6694536209106445,0.129413440823555,0.9347664713859558,0.00155717134475708,0.46007463335990906 +597,1.2995686826321364,-1.2732587399387743,2.34071515621412,0.2824496924877167,0.9560613036155701,-0.07854368537664413,-3.3068642616271973,1.497529149055481,1.516262173652649,0.3497677445411682,0.28701120615005493,0.021460533142089844 +598,1.9748954047917016,-1.0333137792600622,2.9747836075184897,0.4707392752170563,0.8590002655982971,0.2013038545846939,-3.203604221343994,-1.2379337549209595,1.9512953758239746,-0.06369572877883911,1.2921075820922852,0.003362327814102173 +599,2.0274208956367628,-0.8499395522615777,3.052608930696954,0.5924060344696045,0.7512404918670654,0.2910205125808716,-0.3554834723472595,1.0291516780853271,1.4600884914398193,-0.4095141887664795,-0.5307967662811279,-0.3309527635574341 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/r5.csv b/BoostRunClub/CoreML/DataSet/Motion/running/r5.csv new file mode 100644 index 0000000..f0e1f52 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/r5.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,2.226568546258614,-0.788130695569553,3.0522197282819343,0.5589032173156738,0.7090363502502441,0.42999371886253357,0.12692417204380035,1.4061049222946167,-0.6476377248764038,-0.6226087212562561,-0.5115419030189514,-0.3873300850391388 +1,-0.05843237196981351,0.5572309924609247,2.7555364049873385,-0.0495646670460701,-0.5288380980491638,-0.8472742438316345,0.4845544993877411,0.3439701199531555,0.2166663110256195,-0.008815459907054901,-0.15042215585708618,-0.18421989679336548 +2,0.049984402101043074,0.6368803522539522,2.747118041605269,0.04016847163438797,-0.5946902632713318,-0.8029507994651794,0.3765757083892822,1.1327012777328491,0.5253655314445496,0.18950681388378143,-0.18858909606933594,-0.19447046518325806 +3,0.006882810761218436,0.6146870680367765,2.834427624598782,0.0056228949688375,-0.576702892780304,-0.8169346451759338,-0.8156973719596863,0.5767415761947632,0.890190839767456,-0.050285376608371735,-0.016345202922821045,0.09772682189941406 +4,0.0031171837147818495,0.6035033885500295,2.899217040639248,0.002566536422818899,-0.5675304532051086,-0.8233484029769897,0.5028801560401917,0.822993278503418,0.6008978486061096,-0.008700571954250336,-0.001591801643371582,0.27165162563323975 +5,0.03988453426793252,0.6648696261546889,2.943690478389802,0.03138069435954094,-0.6169565320014954,-0.7863713502883911,1.112388253211975,0.9979232549667358,-0.018680687993764877,0.08534903824329376,0.12632542848587036,0.2724858522415161 +6,0.042876566062659986,0.7553852123547851,3.0046350559656188,0.03120489791035652,-0.685569167137146,-0.727338433265686,0.00410708412528038,-0.10350202769041061,0.3025624454021454,-0.03981085494160652,-0.059181809425354004,0.20579302310943604 +7,0.05576560766075602,0.7354831992687302,2.9846164662302246,0.041329141706228256,-0.6709455251693726,-0.7403540015220642,0.18577684462070465,0.2465190440416336,-0.6030292510986328,-0.17679667472839355,-0.24893051385879517,-0.03433471918106079 +8,0.08961462734157366,0.719667510325479,2.8954366071718867,0.06730226427316666,-0.6591346859931946,-0.7490072846412659,-0.6500439643859863,-0.5243393182754517,-0.46352165937423706,-0.059047259390354156,0.09684830904006958,0.10012727975845337 +9,0.1955534210023436,0.6365751449830878,2.8229213990350623,0.15625128149986267,-0.5944448709487915,-0.7888097167015076,-1.6436705589294434,-0.014066366478800774,-0.9783613085746765,-0.12620672583580017,0.3328787088394165,0.18411922454833984 +10,0.2893054765169016,0.4253209354181575,2.696303817053555,0.25986939668655396,-0.4126131534576416,-0.873051106929779,-1.422721266746521,0.37113600969314575,-1.8270643949508667,-0.17126163840293884,0.398514062166214,0.13902711868286133 +11,0.3288609854346756,0.23269925431163957,2.5455163406516643,0.3142605423927307,-0.2306048572063446,-0.920902669429779,-1.0138908624649048,0.0029035157058387995,-2.152217388153076,0.05010408163070679,0.03192019462585449,-0.21110111474990845 +12,0.38518755562222273,0.08325354663870317,2.3762172153111214,0.3744315803050995,-0.08315740525722504,-0.923518180847168,-0.6212055087089539,-0.18016916513442993,-1.831420660018921,0.5905647277832031,-0.23001398146152496,-0.686985969543457 +13,0.35533495658769626,-0.022787913838661793,2.315054676844495,0.34781408309936523,0.022785941138863564,-0.9372866153717041,-0.23671919107437134,-0.4812549650669098,-0.43727901577949524,0.2915444076061249,0.08867952227592468,-0.5287320613861084 +14,0.3579721978516771,-0.10424672040242383,2.2588870009755992,0.34847357869148254,0.10405800491571426,-0.9315246343612671,-0.695270836353302,0.02704538032412529,-0.5019780993461609,-0.025826483964920044,0.04305197298526764,-0.03266298770904541 +15,0.3797780345539281,-0.18896898099225315,2.1765835128721096,0.36411502957344055,0.1878463327884674,-0.9122138023376465,-1.258811354637146,0.39684078097343445,-1.4459117650985718,-0.31815555691719055,0.007817119359970093,0.4510931968688965 +16,0.37115625782303086,-0.4209941656788023,2.0850237961303186,0.3310239613056183,0.40866801142692566,-0.8505372405052185,-2.561614990234375,-0.06743235141038895,-1.6061441898345947,0.019104212522506714,-0.23018595576286316,0.2233704924583435 +17,0.34865095040361727,-0.6139230558291622,2.0220367327380337,0.27924662828445435,0.5760785937309265,-0.7682153582572937,-1.5263726711273193,0.6031615138053894,-0.5811477303504944,0.29517048597335815,-0.31710636615753174,-0.1080511212348938 +18,0.41976320394896516,-0.769064713556966,2.002537133678901,0.29284557700157166,0.6954634785652161,-0.6561799049377441,-0.738013505935669,1.1616984605789185,-0.3302801251411438,0.27369803190231323,0.021897971630096436,-0.5457701683044434 +19,0.5677781237758779,-0.9417224416587751,1.9166885595961614,0.316415935754776,0.8085727691650391,-0.49607548117637634,-1.4077292680740356,2.528749465942383,-1.2438483238220215,0.14835146069526672,-0.011316359043121338,-0.3415251672267914 +20,0.6357413894999492,-1.0245722152182717,1.8469015931485249,0.308444619178772,0.8544920682907104,-0.41797757148742676,-0.4160357713699341,2.301746368408203,-0.6762052774429321,-0.3217655420303345,-0.26528918743133545,0.36998867988586426 +21,0.7211417838540938,-1.075010462387716,1.814150967591382,0.31409263610839844,0.8795951008796692,-0.35729292035102844,-0.3251623511314392,0.7564869523048401,-0.1616201251745224,0.0019016265869140625,-0.01716834306716919,0.19950181245803833 +22,0.790485374731241,-1.0751148359535363,1.8334547854808196,0.3380286693572998,0.8796447515487671,-0.334606796503067,-0.07774357497692108,0.3258758783340454,0.2301071584224701,0.4571220874786377,-0.024633824825286865,0.1419036090373993 +23,0.8996387949132383,-1.034800358464519,1.9480041178671588,0.39992839097976685,0.8597604036331177,-0.3175991177558899,-0.13049325346946716,0.6363629698753357,0.7229886054992676,0.32858720421791077,0.12130337953567505,0.12074550986289978 +24,1.1434180111954626,-0.9841487407829238,2.18526323825879,0.5037815570831299,0.8328011631965637,-0.22944818437099457,-0.23762476444244385,0.4401523172855377,1.030074954032898,-0.18636822700500488,0.23525315523147583,-0.12954536080360413 +25,1.2457338587405897,-0.9004047958943429,2.2464646574803884,0.5887561440467834,0.7835784554481506,-0.19842101633548737,0.12779361009597778,-0.5382375121116638,1.0350675582885742,-0.25173527002334595,-0.052392661571502686,-0.024845585227012634 +26,1.1872078588308883,-0.8505962305811655,2.154736032945044,0.6116049885749817,0.7516737580299377,-0.24683134257793427,0.6316057443618774,0.22383061051368713,0.05094339698553085,-0.053072333335876465,-0.21232140064239502,0.18971772491931915 +27,1.1623692565600494,-0.7624032270862426,2.0829747437871875,0.663694441318512,0.6906613707542419,-0.2872219979763031,0.6350647211074829,0.4871595501899719,1.144463062286377,0.29681581258773804,-0.08774083852767944,0.2558804750442505 +28,1.2290725956964852,-0.6198844258569214,2.076386944861946,0.7668819427490234,0.5809410810470581,-0.272762656211853,-0.38770970702171326,0.7310822606086731,1.3868440389633179,0.1669101119041443,0.16632753610610962,0.4465755522251129 +29,1.327857652796739,-0.5211808077362662,2.0022789289417706,0.8417657017707825,0.497904509305954,-0.20861783623695374,1.403298020362854,0.7190953493118286,0.6847130656242371,-0.17181342840194702,-0.014887630939483643,-0.43385347723960876 +30,1.3148936505540636,-0.4583714744122311,1.8639211765976218,0.8675709962844849,0.44248828291893005,-0.22699041664600372,0.877065896987915,0.4125790596008301,0.28010958433151245,-0.12674158811569214,-0.20544299483299255,-0.1247551292181015 +31,1.316440050064839,-0.40267582055403933,1.8118821499574354,0.8904145956039429,0.39188152551651,-0.23149658739566803,0.6870047450065613,0.7677116394042969,0.36322271823883057,-0.29587113857269287,-0.1769462525844574,0.057286977767944336 +32,1.3325131608266507,-0.3811024048328243,1.8270236477808575,0.9020269513130188,0.37194401025772095,-0.21910038590431213,-0.8395702838897705,0.3038647770881653,0.19776426255702972,-0.0788152813911438,-0.07633551955223083,0.18940675258636475 +33,1.3651720613647518,-0.391578496110459,1.9771727589549941,0.9048359990119934,0.38164791464805603,-0.1887235939502716,-2.0744781494140625,-0.038655683398246765,0.3002445697784424,0.054606080055236816,-0.05613216757774353,0.2554655075073242 +34,1.476312596832313,-0.4074905211858421,2.1929015022177465,0.9140231609344482,0.396306574344635,-0.08661822229623795,-2.7701566219329834,0.2947005331516266,1.0730853080749512,0.5881893038749695,0.1241096556186676,0.09041769057512283 +35,1.6350121275928384,-0.36628170241420144,2.304415153275713,0.9317411184310913,0.3581462800502777,0.059914879500865936,0.217733696103096,1.158406376838684,0.0034733498468995094,0.4432436227798462,0.12795299291610718,-0.07848477363586426 +36,1.694681722270787,-0.25348758070565436,2.372279827236344,0.9606247544288635,0.2507815957069397,0.11961996555328369,-0.2824462056159973,0.3747352659702301,0.248738095164299,-0.906364381313324,0.1821713149547577,-0.3187471628189087 +37,1.6887688308145712,-0.29058968958370746,2.31126842457488,0.9514157176017761,0.2865172326564789,0.11276451498270035,1.1390485763549805,1.046257734298706,-0.3659690320491791,-0.2681882977485657,-0.16926875710487366,0.18826089799404144 +38,1.7104879432711237,-0.32350784652942094,2.21243231878336,0.9388903975486755,0.3178943991661072,0.1320149302482605,0.9112102389335632,0.9365062713623047,0.4291195869445801,0.514524519443512,-0.039070576429367065,0.3845865726470947 +39,1.7240245991530798,-0.28862269162342646,2.2336615735518452,0.9474048614501953,0.28463214635849,0.14631611108779907,0.16532234847545624,0.6242372989654541,-0.544996976852417,0.18258464336395264,0.18720006942749023,-0.2904353141784668 +40,1.8190112457254688,-0.49674325564964567,2.2671910600788645,0.8521957397460938,0.4765649437904358,0.2159816175699234,0.054170336574316025,2.9280834197998047,-5.399136543273926,-0.2750474214553833,-0.13737738132476807,-0.2095271646976471 +41,2.299014836732949,-1.2117351377527539,2.3880618486659944,0.2622680366039276,0.9362271428108215,0.23386819660663605,5.327345848083496,5.796947956085205,-4.896797180175781,0.050994932651519775,-0.5148555636405945,-0.27343425154685974 +42,1.4783827923621402,-1.405195751757875,1.5878484547030423,0.16414082050323486,0.9863195419311523,-0.01521216332912445,0.9417762756347656,-3.151092529296875,1.310346245765686,-0.03500570356845856,-0.3217688798904419,0.35412508249282837 +43,0.8989576993683409,-1.3580629202807848,1.0235198082962749,0.1652492731809616,0.9774574637413025,-0.13141468167304993,0.6129940748214722,-0.766919732093811,-0.48672375082969666,-0.001247793436050415,0.02588433027267456,0.14830617606639862 +44,1.022900496305495,-1.4328489584088364,1.2038853693115752,0.1173819899559021,0.9905003309249878,-0.07162810862064362,-2.35098934173584,0.783226490020752,-1.2444127798080444,0.0991402268409729,0.3899775743484497,0.5217929482460022 +45,-2.9813978595985526,-1.3815467584286512,-2.879153331120144,-0.030007336288690567,0.9821456670761108,0.18571271002292633,-2.876901626586914,-3.1182312965393066,0.3814030587673187,0.29517456889152527,0.7383284568786621,-0.45138347148895264 +46,2.5339043504569627,-1.1015355303308052,2.9447205842415873,0.258208692073822,0.8919028043746948,0.3712650239467621,-2.6624467372894287,0.5421561598777771,0.5811057686805725,-0.4745020270347595,-0.032619357109069824,0.250881552696228 +47,2.6868013285887646,-1.0165211969360333,3.0169395336773293,0.2312021702528,0.8502821922302246,0.4728271961212158,0.21046893298625946,0.20716126263141632,-0.34899628162384033,-0.3622904419898987,-0.5890823602676392,-0.4706452488899231 +48,2.6205885493129966,-1.149189520834474,2.882154225802741,0.20369349420070648,0.9124325513839722,0.354931116104126,1.667022466659546,0.755776584148407,0.8030866384506226,0.1366385668516159,-0.09266930818557739,0.7360875606536865 +49,2.3208608067432865,-0.9453464809078912,2.736864774057654,0.4283504784107208,0.8106998205184937,0.3991013765335083,2.002007484436035,-0.776325523853302,0.36143773794174194,-0.43773454427719116,-0.15562468767166138,-0.8750229477882385 +50,2.3530126097959285,-1.0494768029358557,2.73821349406477,0.3532753586769104,0.8671627640724182,0.35103434324264526,1.680652141571045,-1.3704071044921875,-0.3822580873966217,0.3844870626926422,0.14322835206985474,-0.4175931513309479 +51,1.9812600525033048,-1.154454569760327,2.365397931350735,0.37082457542419434,0.9145745038986206,0.16137641668319702,2.2736687660217285,-2.5036938190460205,0.19829782843589783,0.030863016843795776,-0.03458505868911743,-0.08938553929328918 +52,1.5368838069611277,-1.2192305287923888,2.063129130859365,0.3441702425479889,0.9388346672058105,-0.011676155962049961,1.0399837493896484,-1.0899624824523926,-0.4485299289226532,-0.303413987159729,-0.22278547286987305,-0.029370009899139404 +53,1.141964748477461,-1.2625692570304707,1.8045748850450805,0.27590006589889526,0.9528729319572449,-0.12614360451698303,0.5193796753883362,-1.248200535774231,-0.7313104867935181,0.012643605470657349,-0.13643622398376465,0.08837808668613434 +54,0.989924074761088,-1.3007166927127025,1.7596561581273098,0.22304749488830566,0.9637496471405029,-0.14641191065311432,-1.2462646961212158,-0.39311566948890686,0.05206591635942459,0.17279602587223053,0.03502964973449707,0.6287269592285156 +55,1.7829895240755023,-1.282462103787277,2.5180414275809366,0.27797794342041016,0.9587188959121704,0.05988655611872673,-1.2281538248062134,1.4967237710952759,1.2499747276306152,0.37927913665771484,0.4884704351425171,-0.4554096460342407 +56,2.298699958548553,-1.1426815326344946,2.891871373187536,0.30994391441345215,0.9097500443458557,0.27620628476142883,-2.808985471725464,-2.333575963973999,-0.3897775113582611,-0.09255191683769226,0.48258405923843384,-0.2313455045223236 +57,2.2245611946235995,-1.0654532165434936,3.134095210333845,0.384284645318985,0.8750084042549133,0.2944243252277374,0.4517931342124939,1.0606058835983276,-0.3094511330127716,-0.3623577356338501,-0.26303941011428833,-0.20012497901916504 +58,2.5268764472544194,-1.1190048267960977,3.1269144258353543,0.2517864406108856,0.899666428565979,0.35665714740753174,1.1460092067718506,5.505334854125977,-0.0019098315387964249,-0.21414300799369812,-0.6034932136535645,-0.08802613615989685 +59,2.856726599809614,-1.1792329772593635,-3.017402879510472,0.10725012421607971,0.9243135452270508,0.36625367403030396,-0.8086931705474854,-0.39151731133461,-0.23199895024299622,0.1547127664089203,0.43292516469955444,0.9294158220291138 +60,2.388358968649274,-1.1881914878465694,2.970528888682119,0.2553640604019165,0.9276952743530273,0.27234333753585815,-3.0172719955444336,1.661373496055603,0.8813264966011047,-0.030342668294906616,0.37979990243911743,2.0746874809265137 +61,2.2775309551697704,-1.2172399305904191,2.7503076307042855,0.2633083462715149,0.9381473064422607,0.22483022511005402,1.9601824283599854,0.4073539078235626,-0.3339548707008362,0.3341037929058075,0.5127042531967163,-0.3318706452846527 +62,1.6676128850891356,-1.308846403213671,2.239070183880776,0.2577516436576843,0.9658868312835693,0.02503289096057415,0.8108505010604858,-1.3327438831329346,-0.31247249245643616,-0.2321016490459442,-0.3448999524116516,0.5262976884841919 +63,1.175435395399326,-1.3344413042506873,1.7771510024579489,0.21609683334827423,0.972197949886322,-0.09018489718437195,0.861153244972229,-2.433474063873291,-0.4533469080924988,0.10812191665172577,-0.21159309148788452,0.09381645917892456 +64,0.6373120853288458,-1.3346717855342738,1.336212495555939,0.13920103013515472,0.9722518920898438,-0.188014417886734,0.24180111289024353,-1.5270193815231323,-0.8220716714859009,0.2759448289871216,-0.00571441650390625,0.18697679042816162 +65,0.6547135656841875,-1.4001187733490488,1.5099373916246313,0.10342712700366974,0.9854699373245239,-0.1347288340330124,-2.5432469844818115,0.08001210540533066,0.33083871006965637,0.29919129610061646,0.24113833904266357,0.3577970862388611 +66,1.9815900298807598,-1.2964596653172884,2.7940350841555412,0.24837028980255127,0.9626051187515259,0.10818392783403397,-2.1299314498901367,0.46451833844184875,1.9727479219436646,0.27030646800994873,0.5901292562484741,-0.07693397998809814 +67,2.2056802862281204,-1.0714767145283246,2.9818615588521378,0.38552385568618774,0.8779085278511047,0.28398528695106506,-0.7373732924461365,0.5147091746330261,1.2243318557739258,-0.21973717212677002,-0.10022926330566406,-0.18564239144325256 +68,2.2424124839093715,-0.9905374067533348,2.9379778011669053,0.4291720688343048,0.836320698261261,0.34114378690719604,0.1937670111656189,1.6898998022079468,0.3998720943927765,-0.3271975815296173,-0.4803484082221985,-0.35557854175567627 +69,2.3633596294643184,-1.108764824769752,2.8910641480234345,0.3129388093948364,0.895148754119873,0.3174557685852051,1.7692433595657349,1.944139003753662,-1.5675517320632935,-0.010860532522201538,-0.2823861837387085,0.3277316391468048 +70,2.3419141947685613,-1.0675418757785824,2.918042216791738,0.3458579480648041,0.8760176301002502,0.3361184597015381,0.037555985152721405,-1.3203506469726562,0.6709861159324646,-0.05388098955154419,0.02394580841064453,-0.027906149625778198 +71,2.356880399840542,-1.1523571572832954,2.847019410087094,0.2871248126029968,0.9137242436408997,0.2875189781188965,-0.4761679470539093,2.3924951553344727,-0.2750035524368286,-0.0023653507232666016,0.8748498558998108,-0.05450204014778137 +72,2.2410983749925877,-1.2469633390041677,2.777945691214592,0.24935470521450043,0.948022723197937,0.1976749300956726,1.333359956741333,0.9878801703453064,-0.27869123220443726,0.02016131579875946,0.29331040382385254,-0.5194218158721924 +73,1.5562880564111272,-1.3704000782388883,2.093136361688756,0.19903743267059326,0.9799878001213074,-0.0028878916054964066,1.366329550743103,1.0614354610443115,-0.1132480725646019,-0.12263664603233337,-0.34488630294799805,-0.14748746156692505 +74,0.9167601899218336,-1.3669316330256855,1.5431411896755516,0.1606755256652832,0.9792914390563965,-0.12317268550395966,0.7360662817955017,-0.18850025534629822,-0.6182484030723572,0.2064203917980194,-0.03106456995010376,0.44447702169418335 +75,0.37109687801110736,-1.3480605831068928,1.0547622512816432,0.08010639250278473,0.9752967953681946,-0.20586255192756653,0.6207472085952759,-0.6852046847343445,-0.5328758358955383,0.5372947454452515,-0.13299626111984253,0.15061047673225403 +76,0.7700279948600611,-1.3984981229543019,1.4926007473975023,0.11935388296842575,0.9851933717727661,-0.12308043241500854,-2.460047960281372,-0.5982839465141296,1.2124128341674805,0.21962013840675354,0.2901819944381714,0.15819090604782104 +77,2.0077280533117374,-1.230660693291745,2.696752895732406,0.3022731840610504,0.9427094459533691,0.14117294549942017,-2.9502267837524414,-0.5686983466148376,1.5815554857254028,-0.048260122537612915,1.0748381614685059,0.13331735134124756 +78,2.178311850506117,-1.0264940559636173,2.8971898119348,0.42516666650772095,0.8554887771606445,0.295587420463562,-0.5011371970176697,0.6811531782150269,1.1637327671051025,-0.2799946665763855,-0.34042853116989136,-0.3532351851463318 +79,2.2884947126935753,-0.929225191763459,2.884950214188354,0.45082882046699524,0.8011565208435059,0.39357537031173706,-0.22599981725215912,1.3572125434875488,-0.019639024510979652,-0.3151171803474426,-0.39031368494033813,-0.4085136950016022 +80,2.282519992212226,-1.0586903682981612,2.8661812434797285,0.37105709314346313,0.8717144727706909,0.3200479745864868,1.640885829925537,-0.12663158774375916,-2.0913350582122803,-0.22667843103408813,-0.28162652254104614,0.22079983353614807 +81,2.2707059391796522,-1.0400611496094914,2.9162265771480054,0.38716793060302734,0.8624351620674133,0.32604724168777466,-0.10772599279880524,-1.9453132152557373,0.8639904856681824,0.32393747568130493,0.10063862800598145,0.20494344830513 +82,2.211630167108635,-1.0654386966693483,2.8502102183769535,0.3880695700645447,0.8750013709068298,0.28943806886672974,1.4340567588806152,-1.0707108974456787,0.1228167861700058,-0.2577289938926697,0.8812088370323181,-0.598764181137085 +83,1.8873855876951475,-1.194911396136948,2.6041570388585478,0.34885168075561523,0.9301831126213074,0.11428673565387726,2.5293283462524414,2.1758434772491455,-0.6988732218742371,0.0836128294467926,0.24294286966323853,-0.3737625181674957 +84,1.4375189135142055,-1.279703262110022,2.134368040806465,0.2844543755054474,0.9579307436943054,-0.038137421011924744,1.2038577795028687,-0.7475772500038147,-0.9539225697517395,-0.16159063577651978,-0.15142744779586792,-0.24234962463378906 +85,0.9065493457472041,-1.3017250238303726,1.6300710540528995,0.20931443572044373,0.9640181660652161,-0.16387908160686493,0.5611008405685425,0.013722509145736694,-0.4051530361175537,0.3489588499069214,-0.15399014949798584,0.5543209910392761 +86,0.6267977393441688,-1.3001330156984243,1.4188901737276798,0.15682736039161682,0.9635937809944153,-0.21654611825942993,-0.04619719833135605,-0.974287211894989,-0.008013928309082985,0.5466485619544983,-0.08552676439285278,0.1741267591714859 +87,1.4590690048637884,-1.3470861266063563,2.239959324849588,0.2204655259847641,0.9750810861587524,-0.02473503164947033,-3.056765556335449,0.7005584239959717,1.3530317544937134,0.2496425062417984,0.29258859157562256,0.11010795831680298 +88,2.050073835079378,-1.1177477525528214,2.8136662674570823,0.38839149475097656,0.8991168737411499,0.20184428989887238,-2.161027431488037,-0.45938509702682495,1.7350751161575317,0.054159194231033325,1.0593945980072021,0.22961333394050598 +89,2.1141316829652053,-0.9395115631666309,2.9504505899325038,0.5051895380020142,0.8072699308395386,0.305120587348938,-1.3114039897918701,0.12541602551937103,0.6855986714363098,-0.6105057597160339,-0.2735786437988281,-0.3390714228153229 +90,2.165855053425785,-0.9156921153816227,3.0307619534552073,0.5045228600502014,0.7929844260215759,0.3415151536464691,0.6387012600898743,0.3873255252838135,-0.7109097242355347,-0.43434762954711914,-0.2830508351325989,-0.2910390794277191 +91,2.3213179946649554,-1.0585403126439148,3.0287127885955663,0.3584592044353485,0.8716409802436829,0.3342888057231903,-1.9277434349060059,-0.25803473591804504,0.580685555934906,1.144073724746704,0.31334131956100464,1.5721137523651123 +92,2.060294076504603,-1.0227640680093553,2.886092682410211,0.4598260223865509,0.8535513877868652,0.2449691742658615,3.149231433868408,-0.3350318968296051,-0.8589362502098083,-0.40733587741851807,-0.034062981605529785,-0.5463454723358154 +93,1.9543605899703573,-1.084352028987154,2.8319959971511586,0.4335167407989502,0.8840006589889526,0.17494633793830872,0.5383912920951843,0.05030667781829834,-0.8904975056648254,-0.16630476713180542,-0.3909738063812256,-0.06503723561763763 +94,1.7131209974926305,-1.2141942121816576,2.4528448222518713,0.3455626964569092,0.9370884299278259,0.049516890197992325,1.1363277435302734,-0.2547507882118225,-0.451009601354599,-0.07593986392021179,-0.24246245622634888,0.3684518337249756 +95,1.3468685633577635,-1.2769383997306756,2.128307894183488,0.28241536021232605,0.9571335911750793,-0.06431932002305984,1.105975866317749,-0.27676284313201904,-0.8567307591438293,0.05538368225097656,-0.26237034797668457,-0.06055861711502075 +96,0.8672259351336297,-1.2923435496432818,1.6842024692808486,0.20959758758544922,0.9614818692207336,-0.1778247356414795,1.0239627361297607,-0.4226885437965393,-0.7113397121429443,0.2948732376098633,-0.03621941804885864,0.250319242477417 +97,0.7352761813276425,-1.3118516902189294,1.5630664851507974,0.17176349461078644,0.966660737991333,-0.1899062991142273,-1.0955772399902344,0.3731740117073059,0.4350379407405853,0.48224347829818726,0.04498171806335449,0.4367629885673523 +98,1.7788653445840843,-1.2943111329106536,2.5315740228851435,0.26708850264549255,0.9620208144187927,0.05638894438743591,-1.9412741661071777,1.0149927139282227,1.6198980808258057,0.36148208379745483,0.4846039414405823,-0.4252549409866333 +99,2.065200968950114,-1.068569153732097,2.8922709582255357,0.42373478412628174,0.8765126466751099,0.22841817140579224,-1.5893226861953735,-0.5715030431747437,0.9942620396614075,-0.4098949730396271,0.30439579486846924,-0.14165657758712769 +100,2.155373398080206,-0.9553867548819708,2.9587404660620167,0.4814308285713196,0.816537082195282,0.31857720017433167,-0.3051839768886566,0.6933207511901855,0.5596838593482971,-0.38685691356658936,-0.46601223945617676,-0.42578545212745667 +101,2.2976035738066667,-0.9928636175510488,3.0052943125148937,0.4082452952861786,0.8375937938690186,0.36300525069236755,1.3515325784683228,0.0797681137919426,-1.3877592086791992,-0.2183801233768463,-0.36653953790664673,-0.08976605534553528 +102,2.2772490851396476,-1.0318825616807734,3.0253186436422563,0.39037856459617615,0.8582666516304016,0.3331410586833954,-0.2997869551181793,-3.1171140670776367,0.8644170761108398,0.755388617515564,0.2377569079399109,0.03426003456115723 +103,2.115032426676278,-1.026449899503914,2.8769558209465513,0.4430405795574188,0.8554659485816956,0.26812928915023804,-0.47558924555778503,1.6118323802947998,0.21489572525024414,-0.36959999799728394,0.678500235080719,-0.2874316871166229 +104,1.9627202908718777,-1.127057389377159,2.7899191168440014,0.3967663645744324,0.9031527638435364,0.16398581862449646,1.5966300964355469,1.5837432146072388,-1.1332893371582031,0.05016353726387024,0.14634662866592407,-0.4469294548034668 +105,1.5386881680729363,-1.2453538563695896,2.343262455599318,0.3195631802082062,0.9475093483924866,-0.010264112614095211,1.2009055614471436,0.1333223134279251,-0.7768442630767822,-0.3163588047027588,-0.3109431862831116,0.008707761764526367 +106,1.0318480501230027,-1.2962548822597257,1.871772137110547,0.23267608880996704,0.96254962682724,-0.1391405165195465,1.2014662027359009,-0.9596835970878601,-0.8546478748321533,0.29289761185646057,-0.335199773311615,0.22687853872776031 +107,0.5584762110485542,-1.296306484272561,1.4239545667377629,0.14363114535808563,0.9625635743141174,-0.22987279295921326,0.3006923794746399,-0.9298789501190186,-0.5234570503234863,0.45922836661338806,0.03307241201400757,0.12736421823501587 +108,0.9638711089172037,-1.3409953712646943,1.857470216877483,0.1871030330657959,0.9737117290496826,-0.12991534173488617,-3.1367852687835693,-0.46072226762771606,0.9577142000198364,0.177414208650589,0.4211398959159851,0.2900715470314026 +109,1.9213833450572249,-1.2038346179505424,2.7968584120146485,0.3369569182395935,0.9334217309951782,0.12322308123111725,-2.7118184566497803,-0.8624507188796997,1.8333317041397095,0.1568022072315216,0.7208598852157593,-0.1068352460861206 +110,2.0862621086639055,-1.015871927974852,3.008586272624909,0.4584180414676666,0.849940299987793,0.2597198188304901,-0.5103220343589783,0.7705683708190918,0.9898460507392883,-0.3130780756473541,-0.24991893768310547,-0.33636474609375 +111,2.2040592392612792,-0.9060101072822261,3.061872329156144,0.49727654457092285,0.7870486974716187,0.3650627136230469,0.026805970817804337,0.9841006398200989,0.04588765650987625,-0.40192434191703796,-0.36929357051849365,-0.2923237085342407 +112,2.211894797269368,-1.03999320801915,3.046474751341164,0.40570926666259766,0.8624007701873779,0.30276158452033997,1.5550017356872559,0.8159706592559814,-2.139237642288208,-0.14051154255867004,-0.37530988454818726,0.330767959356308 +113,2.1703669566297457,-0.997522573518501,3.055430653554163,0.44778168201446533,0.8401298522949219,0.3060617446899414,0.42608678340911865,-2.0995731353759766,0.8071466684341431,0.09184545278549194,0.007526516914367676,0.09193328022956848 +114,2.1028524729593854,-1.0462817074303263,2.972673009461998,0.4315659701824188,0.865567147731781,0.2540552616119385,1.7039250135421753,-1.6917755603790283,-0.5262035727500916,-0.291581928730011,0.8948850035667419,-0.5346949100494385 +115,1.7997601521744542,-1.16702523347371,2.7226607665380964,0.3826356530189514,0.9195859432220459,0.08917348086833954,3.0498805046081543,-0.152553528547287,-1.0044554471969604,-0.07463690638542175,0.09780919551849365,-0.26838791370391846 +116,1.4226728716183956,-1.2733306566171456,2.36998110714477,0.28988856077194214,0.9560823440551758,-0.043256115168333054,1.0058869123458862,-0.8133020401000977,-1.0034282207489014,-0.050432413816452026,-0.27431970834732056,-0.10766857862472534 +117,0.8407610856473058,-1.2995496002968918,1.8235856450214287,0.19965066015720367,0.9634376168251038,-0.1786835491657257,1.0030028820037842,-0.18027439713478088,-0.7847184538841248,0.22495564818382263,-0.17173528671264648,0.3539307117462158 +118,0.49796330274002426,-1.3070839865389052,1.5307548811887635,0.1245039775967598,0.9654289484024048,-0.22901037335395813,-0.445617139339447,-0.5570170283317566,0.1814088672399521,0.7429887056350708,0.13044202327728271,0.448386013507843 +119,1.5793604745283019,-1.377379902715893,2.544326335567891,0.19220644235610962,0.9813532829284668,0.0016461246414110065,-3.0095865726470947,1.8933621644973755,1.4101890325546265,0.4094628691673279,0.5009771585464478,0.04223823547363281 +120,2.2126505770189193,-1.1396435557189022,-3.1288542769718313,0.33474746346473694,0.9084845781326294,0.2502002716064453,-2.395009994506836,-0.4953634440898895,1.5773283243179321,-0.15144357085227966,0.6539850234985352,-0.039613693952560425 +121,2.246482050132165,-0.9590065466701005,-3.1187289509907843,0.44813990592956543,0.8186213970184326,0.35920682549476624,-0.13544012606143951,1.0741435289382935,1.0513803958892822,-0.3705337345600128,-0.3448207974433899,-0.40667691826820374 +122,2.310159486893554,-0.9246027324044812,3.0716815470959413,0.44492876529693604,0.7983816266059875,0.40574052929878235,0.9014446139335632,0.3377203047275543,-0.18656036257743835,-0.38358837366104126,-0.263744056224823,-0.3638245463371277 +123,2.348690076641823,-1.0909851350444664,3.077277497935623,0.328849196434021,0.8870820999145508,0.32395023107528687,-1.8031153678894043,2.180238962173462,0.3791930675506592,0.7553945779800415,0.29594719409942627,1.6685577630996704 +124,2.162191995804209,-1.0486855092062122,2.9809281001404675,0.4140113592147827,0.8667684197425842,0.278041273355484,2.751159429550171,0.038109950721263885,-0.7781171798706055,-0.0710701048374176,0.046256422996520996,-0.7203936576843262 +125,1.944649543316876,-1.1077628773753896,2.831915333444648,0.4158114194869995,0.8947016596794128,0.1631239503622055,1.2075918912887573,-2.944248676300049,-0.9755939841270447,-0.41805458068847656,0.012433111667633057,-0.4963148236274719 +126,1.6659738250780511,-1.2458574932446336,2.4627635480486982,0.3178059160709381,0.9476702809333801,0.030339641496539116,0.829703688621521,-0.1717182695865631,-0.860654354095459,-0.030833899974822998,-0.21140319108963013,0.8049417734146118 +127,1.2253959518805888,-1.3138095291093594,2.0969301846041044,0.23915605247020721,0.9671602249145508,-0.0860542505979538,1.039910078048706,-0.9372638463973999,-0.6765536069869995,0.2252756655216217,-0.28522980213165283,0.05904615670442581 +128,0.6932526762951986,-1.3036752853075433,1.5916799265596684,0.16867883503437042,0.9645348191261292,-0.2030271291732788,0.49622824788093567,-0.12297846376895905,-0.7047991156578064,0.11572973430156708,0.054370760917663574,0.4536832571029663 +129,0.6139081485261368,-1.3346572345892131,1.5367019824648644,0.13477103412151337,0.9722484946250916,-0.1912318468093872,-1.4478657245635986,0.9926384687423706,0.6205325722694397,0.5110266804695129,0.05314213037490845,0.2877742052078247 +130,1.7753920824384803,-1.2807725502710576,2.647795769382562,0.28001025319099426,0.9582370519638062,0.05810188502073288,-2.10968279838562,0.5043503046035767,1.9164979457855225,0.16759100556373596,0.5454859733581543,-0.322399377822876 +131,2.0767008642370905,-1.041890456178575,3.0481452598755823,0.44138234853744507,0.8633596897125244,0.24452322721481323,-1.0776185989379883,0.18825022876262665,1.1671271324157715,-0.41023918986320496,0.07034081220626831,-0.1716473251581192 +132,2.1827245189897164,-0.901496919059511,3.0902714534107045,0.5078532695770264,0.7842565178871155,0.3564077913761139,-0.9631993770599365,1.34493887424469,0.4339556396007538,-0.45994073152542114,-0.3697516918182373,-0.3375937044620514 +133,2.222816906433944,-0.9566601798356017,3.122876353128056,0.45803970098495483,0.8172715306282043,0.34966641664505005,1.526747226715088,-0.4275604784488678,-1.6812347173690796,-0.3765120506286621,-0.5515704154968262,-0.15491846203804016 +134,2.2697419001741066,-1.0090602644128457,-3.124576768742906,0.40775948762893677,0.8463316559791565,0.3427167534828186,0.19349375367164612,-5.0329365730285645,1.5745776891708374,0.9677898287773132,0.9471558332443237,-0.21551957726478577 +135,2.279565285140621,-1.0272321014352666,-3.1026743427026937,0.3926316499710083,0.8558707237243652,0.33663859963417053,-0.01580630987882614,-0.3752741515636444,0.3472767770290375,-0.3940660357475281,1.0138801336288452,-0.9527732133865356 +136,1.9258879509227,-1.1597516985349707,2.9656128566018163,0.3746402859687805,0.9167039394378662,0.1389201134443283,0.92397540807724,2.805767297744751,-1.0266329050064087,0.10370749235153198,0.21903830766677856,-0.3283122777938843 +137,1.6128221876632665,-1.286259849524768,2.556622840501411,0.280464768409729,0.959791898727417,0.011793717741966248,0.765623927116394,0.2501175105571747,-0.7885343432426453,-0.1663137674331665,-0.16372555494308472,-0.08288443088531494 +138,1.0622320921842183,-1.337463233383087,2.042287279825911,0.2019595205783844,0.9729011058807373,-0.11258742958307266,1.5659444332122803,-0.3675095736980438,-0.797061026096344,0.4232998788356781,-0.1244971752166748,0.15944713354110718 +139,0.5609926702642886,-1.3328527742750076,1.5313827979248187,0.1254013478755951,0.9718247652053833,-0.19957776367664337,0.3063291013240814,-0.7691625952720642,-0.6728615760803223,0.2726394236087799,0.0639570951461792,0.18270152807235718 +140,0.9991746580836905,-1.3929344905063432,1.9880303083334545,0.14879880845546722,0.984224259853363,-0.09571614861488342,-2.7983431816101074,-0.15918795764446259,0.863150417804718,0.2176257222890854,0.29179197549819946,0.22565996646881104 +141,2.001904121431434,-1.235574319918287,2.896317701177953,0.2988782525062561,0.9443373084068298,0.13747279345989227,-2.353414535522461,-0.31571221351623535,1.6445547342300415,0.1283983588218689,0.8129105567932129,-0.08862949907779694 +142,2.150811370816784,-1.024836020687748,3.0910353105875283,0.4343198239803314,0.8546290397644043,0.28456199169158936,-0.6859073638916016,1.135109305381775,1.178765058517456,-0.3714078664779663,-0.1737208366394043,-0.23794639110565186 +143,2.221450739728013,-0.9425775440597204,3.073581444739149,0.46762940287590027,0.8090755939483643,0.35597705841064453,0.4544297158718109,0.684026837348938,0.05727360397577286,-0.3120659589767456,-0.3964015245437622,-0.41713425517082214 +144,2.2192173761160086,-1.0522906735270334,3.0224185814992746,0.3949984610080719,0.8685607314109802,0.29929661750793457,0.7335555553436279,0.7394855618476868,-1.3609389066696167,0.0134182870388031,-0.2889862060546875,0.39598533511161804 +145,2.176550095641037,-1.0019071847770364,3.0259184091600804,0.44284820556640625,0.8424999117851257,0.3067242205142975,0.3342887759208679,-0.5270571708679199,0.412728488445282,0.24860388040542603,-0.21586710214614868,0.1275257170200348 +146,2.0736520928986777,-1.0528689333912253,2.923374318433079,0.43379443883895874,0.868847131729126,0.23859402537345886,1.7456341981887817,-2.980666399002075,0.14827954769134521,-0.49698108434677124,0.786853551864624,-0.49282073974609375 +147,1.8145126510312302,-1.1663856516048525,2.7350724411344913,0.38184911012649536,0.9193344712257385,0.09495028853416443,2.9580001831054688,0.9035413265228271,-0.9331177473068237,0.05598658323287964,0.22303009033203125,-0.3957163095474243 +148,1.3792228353782217,-1.2529562162039596,2.3368153719677878,0.30679866671562195,0.9499126076698303,-0.059504225850105286,0.9624730944633484,-1.0405843257904053,-0.9655919671058655,-0.17157530784606934,-0.19907337427139282,-0.2269032597541809 +149,0.8769239045030229,-1.2841914220508517,1.9227041324734284,0.21733038127422333,0.9592092037200928,-0.1807900220155716,0.836368203163147,-0.40875324606895447,-0.8075379133224487,0.24365288019180298,-0.21400058269500732,0.2545967698097229 +150,0.5124208701011925,-1.2811922696339317,1.6042381840058217,0.14001330733299255,0.958357036113739,-0.24889425933361053,0.21086928248405457,-1.0998629331588745,-0.24086183309555054,0.5369886755943298,-0.013670027256011963,0.14225056767463684 +151,0.9802784236130547,-1.3710211158702883,2.1003648279778524,0.16484230756759644,0.9801112413406372,-0.11049478501081467,-2.9520881175994873,0.6870534420013428,0.7925815582275391,0.3888838589191437,0.2416752576828003,0.22102946043014526 +152,1.995079834743816,-1.2280036677894157,3.035226809440854,0.30631616711616516,0.9418196678161621,0.13836920261383057,-2.603602170944214,-0.43186843395233154,1.6729851961135864,0.17988985776901245,0.7207931876182556,-0.17601265013217926 +153,2.137930435295324,-1.022127904166624,-3.0628126336474013,0.4398995339870453,0.853219747543335,0.28018635511398315,-0.4251493513584137,0.8366327881813049,1.1055083274841309,-0.4075661301612854,-0.11918044090270996,-0.17203211784362793 +154,2.2123029857257106,-0.945742736850357,-3.0824680387892167,0.4688118100166321,0.8109317421913147,0.35015007853507996,-0.1480461210012436,0.975130558013916,0.062405914068222046,-0.37086570262908936,-0.3945194482803345,-0.36655333638191223 +155,2.279746516220154,-1.040893836728776,-3.059748492130744,0.3836592733860016,0.862856388092041,0.3290664553642273,0.7481641173362732,0.4160056710243225,-1.3592478036880493,0.10019701719284058,-0.33688580989837646,0.38962259888648987 +156,2.2730806991458414,-1.0143047059390222,-3.0608603480394203,0.4032193422317505,0.8491135239601135,0.34120458364486694,0.15817977488040924,-1.485062599182129,0.9699827432632446,0.5850924253463745,-0.20236968994140625,0.015240669250488281 +157,2.217752490173521,-1.045398500427732,3.1229571578434507,0.4002033770084381,0.8651244640350342,0.30231866240501404,1.9851562976837158,-1.97983980178833,0.5035858750343323,-0.585338294506073,0.3454618453979492,-0.6196861863136292 +158,1.9845042544088265,-1.1624927708300952,2.9824206038450614,0.363555908203125,0.917795717716217,0.15961802005767822,2.0022668838500977,2.2861993312835693,-0.7684875130653381,0.004318177700042725,0.2334035038948059,-0.4653278589248657 +159,1.5804044854749015,-1.2926865858356251,2.5634994948247702,0.27452534437179565,0.9615761041641235,0.0026377642061561346,0.6701831817626953,-0.7248117327690125,-0.8604364991188049,-0.08113545179367065,-0.19755339622497559,-0.22363078594207764 +160,0.9952222941611464,-1.3241889429746634,2.0491716015275805,0.20478370785713196,0.9697461724281311,-0.13287614285945892,1.0410124063491821,-0.21508634090423584,-0.5776772499084473,0.26887959241867065,-0.0999341607093811,0.2571589946746826 +161,0.5516419949534294,-1.3202778698644246,1.616491932740543,0.12992443144321442,0.9687840342521667,-0.21113334596157074,0.3897641897201538,-0.2901606261730194,-0.44461679458618164,0.5338481664657593,-0.06119120121002197,0.06152087450027466 +162,1.0534608074557406,-1.3803140290866498,2.1352894981997985,0.16455678641796112,0.9819130301475525,-0.0936376228928566,-2.8728461265563965,0.34033021330833435,1.076613187789917,0.29813551902770996,0.1677146553993225,0.2177830934524536 +163,2.0141536921091303,-1.1918638346759745,3.0135876211195214,0.33416327834129333,0.9290600419044495,0.15869030356407166,-2.9083261489868164,-0.800833523273468,1.6047471761703491,-0.04035526514053345,1.1636524200439453,-0.14366041123867035 +164,2.13503242179532,-0.9808004809226046,-3.085520722125736,0.470120906829834,0.8309429883956909,0.29752376675605774,-0.7455670833587646,0.40803471207618713,1.160988688468933,-0.3849005103111267,-0.27894091606140137,-0.29785940051078796 +165,2.197675076297887,-0.9000280321014037,-3.0928014860469286,0.5034005641937256,0.7833443284034729,0.3646356761455536,0.32353508472442627,1.0258938074111938,-0.13460461795330048,-0.38250523805618286,-0.5606424808502197,-0.36945757269859314 +166,2.2114731164030856,-1.0674868127321986,-3.1006504591697945,0.38667771220207214,0.8759911060333252,0.28830549120903015,0.6367833614349365,1.5865612030029297,-1.6039572954177856,0.22268205881118774,0.012818098068237305,0.62320876121521 +167,2.1810682503308887,-0.9729158279645526,-3.0562418532042357,0.4612855613231659,0.8265305161476135,0.3225879371166229,0.6432862877845764,0.05723888427019119,-0.19692032039165497,-0.2914094924926758,-0.7322922945022583,0.25898563861846924 +168,2.136470021732954,-1.0567369951213794,-3.1103109494394148,0.41512027382850647,0.870755672454834,0.2635522484779358,2.0527007579803467,-2.8160088062286377,0.013243427500128746,-0.26924628019332886,0.407534122467041,-0.421907901763916 +169,1.8356032502798267,-1.1869856926983362,2.8987985827024825,0.36140409111976624,0.9272444248199463,0.09800384938716888,1.8859269618988037,-0.021614130586385727,-0.6037413477897644,0.11590608954429626,0.032823264598846436,-0.07822847366333008 +170,1.5113570874501674,-1.2651432329317434,2.6127210894001234,0.3003847002983093,0.9536506533622742,-0.01787569560110569,1.1090766191482544,-0.711326539516449,-0.9429343342781067,-0.15597549080848694,-0.14919203519821167,-0.14154815673828125 +171,0.9804456947925158,-1.308970206622533,2.1545648404514073,0.21503442525863647,0.9659188985824585,-0.14408674836158752,0.9299447536468506,-0.21450963616371155,-0.6886187195777893,0.21192172169685364,-0.1811593770980835,0.29165446758270264 +172,0.5956930939857751,-1.320400424075861,1.8140418446363125,0.1390293836593628,0.9688143730163574,-0.20510871708393097,0.15859399735927582,-0.46307608485221863,-0.461281955242157,0.5002070665359497,-0.009814679622650146,0.19764718413352966 +173,1.05402046272275,-1.3766807622059047,2.2790964143133214,0.1677095741033554,0.9812186360359192,-0.09530743956565857,-2.6314120292663574,-0.069627545773983,1.0850484371185303,0.2794034481048584,0.23481523990631104,0.27278244495391846 +174,2.029155343952207,-1.2168977594246073,-3.040610387243711,0.3107861280441284,0.9380287528038025,0.15334393084049225,-2.394178628921509,-0.6779391169548035,1.5632293224334717,0.26855963468551636,0.7716577053070068,-0.30072852969169617 +175,2.1651956724066235,-1.0122653910627752,-2.8690594321882257,0.4390482008457184,0.8480345606803894,0.29677292704582214,-0.8697078227996826,0.25437793135643005,1.0577367544174194,-0.3715585768222809,-0.14919722080230713,-0.29410266876220703 +176,2.2312408283865146,-0.9245156735550628,-2.8869590225814057,0.4755861461162567,0.7983291745185852,0.3694435954093933,0.16056914627552032,0.8496022820472717,0.19983023405075073,-0.2551271319389343,-0.37033528089523315,-0.3370492160320282 +177,2.2079731974598307,-1.023366439438682,-2.93200958912146,0.4183622896671295,0.8538650870323181,0.30965709686279297,0.7840937972068787,-0.5439359545707703,-1.5554733276367188,-0.13610520958900452,-0.3272232413291931,0.26778125762939453 +178,2.1910745529024718,-1.022817900063258,-2.954192330326567,0.4239163398742676,0.8535794019699097,0.3028157949447632,0.6200445294380188,-1.1404414176940918,0.8265059590339661,0.6215701699256897,0.009061098098754883,0.023066192865371704 +179,2.1578534997754617,-1.0639220509985854,-3.04714246590759,0.40417030453681946,0.8742661476135254,0.2688952684402466,0.5033679008483887,-2.5773050785064697,0.13590264320373535,-0.5798600316047668,0.6705945134162903,-0.4159901738166809 +180,1.9425082810244745,-1.174777620029599,-3.127139122483027,0.3594042658805847,0.9226040840148926,0.14010798931121826,1.9239128828048706,2.111785411834717,-1.0796107053756714,0.0779583752155304,0.17267179489135742,-0.42424190044403076 +181,1.5235384773157703,-1.2871623233247815,2.7011650353777132,0.2795335352420807,0.960044801235199,-0.01321999728679657,1.0680975914001465,0.04098401963710785,-0.8425271511077881,-0.16979235410690308,-0.20618444681167603,-0.174341082572937 +182,0.9446400228211623,-1.3370763347720023,2.1992138325538124,0.18766050040721893,0.9728115797042847,-0.13572435081005096,0.8691728115081787,-0.3666881322860718,-0.7602687478065491,0.4553143382072449,-0.13133519887924194,0.44881945848464966 +183,0.5617912768966156,-1.345688443013562,1.810747282220172,0.11890530586242676,0.9747700095176697,-0.18890418112277985,0.26208290457725525,-0.10149609297513962,-0.5120983719825745,0.39491915702819824,-0.04320579767227173,0.020630255341529846 +184,0.923122784022705,-1.4003869122021506,2.1707180803341126,0.1352429836988449,0.9855154156684875,-0.102316714823246,-2.331932544708252,0.14952467381954193,0.750297486782074,0.22890806198120117,0.11029452085494995,0.1958988904953003 +185,1.9622880716105464,-1.245818302907496,-3.118940886898414,0.29513105750083923,0.9476577639579773,0.1218300387263298,-2.2790729999542236,-0.4808304011821747,2.0149426460266113,0.32977738976478577,0.9660537838935852,-0.15857315063476562 +186,2.0866342697961904,-1.0321799982697326,-2.946954795551529,0.44620394706726074,0.8584192395210266,0.253019243478775,-0.7049402594566345,1.1668357849121094,1.1125808954238892,-0.3744417726993561,-0.18060851097106934,-0.21459755301475525 +187,2.1795035071417366,-0.9308375479041083,-2.936255152727714,0.4899047911167145,0.8021203875541687,0.34146180748939514,0.012677690014243126,0.9208717346191406,0.24721024930477142,-0.3605407774448395,-0.3680993914604187,-0.4075172245502472 +188,2.22790304162597,-1.0153677534885048,-2.9396420937339145,0.417502760887146,0.8496745228767395,0.32209470868110657,0.8780233860015869,-0.1089065670967102,-1.5077303647994995,-0.11754542589187622,-0.3941384553909302,0.12143245339393616 +189,2.198853338269853,-1.0069997432283522,-2.925242863324648,0.4324202537536621,0.8452323079109192,0.3139989674091339,0.4752725660800934,-1.364580750465393,1.24928617477417,0.7836900353431702,-0.13626307249069214,0.017910152673721313 +190,2.2137492953866627,-1.0422852155876392,-3.026305848419744,0.4035643935203552,0.8635587692260742,0.30232781171798706,0.8815866112709045,-3.000582218170166,0.8823955059051514,-0.558456301689148,1.0824708938598633,-0.6874749660491943 +191,1.9616078614426828,-1.1498879173235543,-3.1376038020065264,0.37778228521347046,0.9127181768417358,0.15564776957035065,1.4926382303237915,3.455033540725708,-1.2310435771942139,0.06055697798728943,0.24192965030670166,-0.39652299880981445 +192,1.5598030825045794,-1.2881341870309357,2.692231315800093,0.2788962125778198,0.9603163599967957,-0.003066097851842642,1.4230514764785767,-0.004670113790780306,-0.8699977993965149,-0.059764742851257324,-0.32719868421554565,-0.1020822525024414 +193,1.003659390831037,-1.3260502085867143,2.148638983804994,0.20437462627887726,0.9701988697052002,-0.1301736831665039,0.9097902774810791,0.1815006136894226,-0.6237903833389282,0.26556557416915894,-0.2120201587677002,0.2784585952758789 +194,0.6351695593689309,-1.3385321866802913,1.7961360066680516,0.13656960427761078,0.9731477499008179,-0.18528905510902405,0.16914302110671997,-0.7637008428573608,-0.39375895261764526,0.4893306493759155,0.06080293655395508,0.033174172043800354 +195,1.1000915417000052,-1.3867524135935676,2.264023461967999,0.16310429573059082,0.9831116795539856,-0.08299608528614044,-2.5862224102020264,-0.058067597448825836,0.8904452919960022,0.18494866788387299,0.15746748447418213,0.32585495710372925 +196,1.949278134762098,-1.2094120622474256,3.0667652581661002,0.32854577898979187,0.9354082942008972,0.13064734637737274,-2.272496461868286,-1.5056391954421997,1.9544398784637451,0.04759860038757324,0.9563609957695007,-0.06924594938755035 +197,2.0628521491474183,-1.0096912288722804,-3.020501392269983,0.46899327635765076,0.8466675877571106,0.2513952851295471,-0.9759931564331055,0.9424203038215637,0.720217227935791,-0.4148550033569336,-0.22558897733688354,-0.1969519555568695 +198,2.198892395326013,-0.9200643765197717,-2.9402351552281756,0.4901564121246338,0.7956406474113464,0.3559529185295105,-0.33655256032943726,0.802038311958313,-0.15325604379177094,-0.37336573004722595,-0.3672196865081787,-0.3141133189201355 +199,2.1850467344318742,-1.0389960716560225,-2.9274830495782034,0.4143935441970825,0.8618955612182617,0.29225701093673706,1.025065541267395,-0.0020670401863753796,-1.3424935340881348,0.20404520630836487,-0.2571134567260742,0.26197266578674316 +200,2.1337582233791323,-0.968180328497525,-2.9481809347404533,0.4793301820755005,0.8238556981086731,0.3024972975254059,-0.3360013961791992,-1.3064180612564087,1.2016578912734985,0.4310549199581146,-0.09797978401184082,0.5808340311050415 +201,2.1452479520065113,-1.0199428477553283,-2.959135243936743,0.439401775598526,0.8520780801773071,0.2844103276729584,1.1604323387145996,-2.2712061405181885,-0.0948898196220398,-0.3845463693141937,1.09682035446167,-0.5171526670455933 +202,1.9524953448361841,-1.1454258515259503,-3.063073038088667,0.3829604387283325,0.9108859300613403,0.15371423959732056,2.614309310913086,0.8042556643486023,-1.074038028717041,0.1981704831123352,0.3072231411933899,-0.4022798538208008 +203,1.5936078347248255,-1.2673754750361654,2.833481645095265,0.2987087070941925,0.954319953918457,0.006815178319811821,1.05967116355896,0.06689311563968658,-0.918070912361145,-0.1747005581855774,-0.2969866394996643,-0.023859262466430664 +204,1.0344088280888268,-1.3318693019265464,2.298900182833668,0.20342400670051575,0.9715924859046936,-0.12094161659479141,1.4448455572128296,-0.11749971657991409,-0.9216324687004089,0.25728461146354675,-0.24988222122192383,0.1687932014465332 +205,0.47398430017854976,-1.334110225077954,1.7523811185705875,0.10702595859766006,0.9721203446388245,-0.20863230526447296,0.221821591258049,-0.3160783350467682,-0.5147785544395447,0.5446768999099731,-0.027570784091949463,0.10575753450393677 +206,0.9018962198946765,-1.384960495842302,2.1726246215838874,0.14495167136192322,0.9827821850776672,-0.11457929015159607,-2.330024003982544,-0.35168924927711487,1.1275421380996704,0.32471388578414917,0.3001616597175598,0.11091719567775726 +207,1.9295170604945142,-1.2203166878551317,-3.118290432798842,0.32149285078048706,0.9392081499099731,0.120541512966156,-2.665684700012207,-1.487249732017517,1.7337363958358765,-0.027410238981246948,0.9377296566963196,-0.28619086742401123 +208,2.0775405222739605,-1.0220983361793314,-2.908002884548631,0.45602986216545105,0.8532043695449829,0.2531385123729706,-0.7211804389953613,0.9568440318107605,1.075176477432251,-0.39240071177482605,-0.2122436761856079,-0.30126476287841797 +209,2.1744323168868065,-0.9222985572958237,-2.871581514418365,0.49725082516670227,0.7969920039176941,0.34284844994544983,-0.1846507340669632,0.09952472895383835,-0.11793921887874603,-0.43800103664398193,-0.3627117872238159,-0.36286798119544983 +210,2.1694813558064134,-1.040765674777481,-2.8685108028203836,0.4176315367221832,0.8627915978431702,0.2849116325378418,0.8061971664428711,0.5738058686256409,-1.6667945384979248,0.11538845300674438,-0.3451981544494629,0.4519047737121582 +211,2.1204616186675906,-0.9887358374459465,-2.8855945635621723,0.4687682092189789,0.8353316783905029,0.2871883809566498,0.7659955620765686,0.005809157621115446,0.45444148778915405,-0.07583916187286377,-0.1388443112373352,0.5144931077957153 +212,2.1065866139125937,-1.0330141444202474,-2.942783622283989,0.4404507577419281,0.8588468432426453,0.2615051567554474,1.2968641519546509,-3.4644999504089355,-0.03930206596851349,-0.6298734545707703,1.1411073207855225,-0.23658770322799683 +213,1.9181546364464253,-1.1580791957247158,-3.0804424462590707,0.3771445155143738,0.9160343408584595,0.13654053211212158,3.323681592941284,1.0605024099349976,-1.0773499011993408,0.14022007584571838,0.3270534873008728,-0.4946185350418091 +214,1.5025211725281553,-1.265744007212894,2.7684002909686525,0.29964354634284973,0.9538312554359436,-0.02049005776643753,0.9714171290397644,-0.6976888179779053,-0.7206854224205017,-0.22515013813972473,-0.28355830907821655,-0.20405828952789307 +215,0.9521259753033446,-1.3111161681026198,2.2866296362232643,0.20917898416519165,0.9664721488952637,-0.14891527593135834,1.23434317111969,-0.3089558780193329,-0.8524053692817688,0.44095227122306824,-0.17263364791870117,0.35094165802001953 +216,0.5554112836318551,-1.3192214965203197,1.8894267572985233,0.13125886023044586,0.9685215950012207,-0.2115115225315094,0.2621733546257019,-0.7617597579956055,-0.5157344341278076,0.44952118396759033,0.1464228630065918,0.07120692729949951 +217,0.9667371233831344,-1.3856751693143055,2.3147368753067643,0.15149244666099548,0.9829139709472656,-0.10454683005809784,-2.7444348335266113,0.3702962100505829,0.8348249197006226,0.25628340244293213,0.11640536785125732,0.27961087226867676 +218,2.022872830854268,-1.2249535850491697,-2.922696674973449,0.3049352169036865,0.9407901167869568,0.14808224141597748,-2.744112730026245,-0.9179414510726929,1.6637979745864868,0.2644006609916687,0.9042415618896484,-0.19475890696048737 +219,2.16891165939161,-1.0195383173943549,-2.7848307759819155,0.43283355236053467,0.8518663048744202,0.294921338558197,-0.7480037808418274,0.5089030265808105,1.178934931755066,-0.39515969157218933,-0.233748197555542,-0.2530970871448517 +220,2.1944711827496013,-0.9473322927755886,-2.8338815933574786,0.47393378615379333,0.8118608593940735,0.3409818112850189,0.28114840388298035,0.3690224587917328,-0.07238398492336273,-0.2907826006412506,-0.42578303813934326,-0.3081907331943512 +221,2.2106252363490198,-1.0708848838903928,-2.83783943732944,0.3845318853855133,0.8776249885559082,0.28619858622550964,0.6441458463668823,1.0026406049728394,-1.6449949741363525,0.06528198719024658,-0.1942753791809082,0.31481456756591797 +222,2.11443529474658,-0.9892741466017899,-2.860825168208689,0.47010567784309387,0.8356274962425232,0.28412574529647827,1.2551913261413574,-0.3386326730251312,0.9239473342895508,0.23802423477172852,-0.5946149230003357,-0.3282235860824585 +223,2.1553194001810154,-1.065565072046877,-2.930410370361891,0.4036523401737213,0.8750625848770142,0.2670775055885315,1.1328284740447998,-4.537112236022949,0.35541877150535583,-0.49821096658706665,0.4792008399963379,-0.6179381608963013 +224,1.9142835278123513,-1.1992462094670495,3.123557063283199,0.34185269474983215,0.9317656755447388,0.12226884067058563,3.596173048019409,1.2587779760360718,-1.029469609260559,-0.018351107835769653,0.02239704132080078,-0.4087984561920166 +225,1.4742096398709712,-1.3221001088001174,2.6620754623780436,0.2449927181005478,0.9692341685295105,-0.023736894130706787,1.4641385078430176,-0.3338087201118469,-0.9324339628219604,0.07742546498775482,-0.3083456754684448,-0.2106075882911682 +226,0.8644592079067889,-1.3478575370141297,2.0784714047828703,0.16819827258586884,0.9752519130706787,-0.1435033529996872,1.2828353643417358,-0.4936566650867462,-0.8563176989555359,0.25549250841140747,-0.13582003116607666,0.21978197991847992 +227,0.49464725055077435,-1.3601240864936601,1.7272912677003032,0.09927234798669815,0.9778905510902405,-0.18405158817768097,-0.4777768850326538,-1.0689167976379395,0.1387018859386444,0.6774762868881226,-0.038284897804260254,0.2570496201515198 +228,1.7763841322012597,-1.3616050718360087,2.970488542492515,0.20329560339450836,0.9781991839408875,0.04239406809210777,-2.387025833129883,0.6920987367630005,1.8301631212234497,0.36018097400665283,0.41450101137161255,-0.3076833486557007 +229,2.0542102190020506,-1.0991118851178012,-2.955454612363582,0.40232062339782715,0.8908041715621948,0.21120132505893707,-1.8604332208633423,-0.5399021506309509,1.558885931968689,-0.35405710339546204,0.7279396653175354,0.11051498353481293 +230,2.15547258216196,-0.9613398363534816,-2.9362415357287976,0.4773373007774353,0.819959282875061,0.31593647599220276,-0.6807851791381836,1.0365382432937622,0.9666612148284912,-0.4520077109336853,-0.5234962701797485,-0.26874101161956787 +231,2.21171795645962,-0.9521946608982274,-2.91767341985326,0.46481308341026306,0.814690113067627,0.3467400372028351,0.5359392762184143,-0.17938759922981262,-0.9639538526535034,-0.46408069133758545,-0.4609609842300415,-0.2647087872028351 +232,2.378510864038568,-1.0561578272611876,-2.8592910237853766,0.34019890427589417,0.8704707026481628,0.35573214292526245,-0.8172510266304016,0.022806985303759575,0.8104062676429749,1.2384905815124512,0.4158908724784851,0.7327994108200073 +233,2.1876582786540117,-1.0557385273217106,-2.9531758592873807,0.4018006920814514,0.8702642321586609,0.2849498689174652,1.3671183586120605,1.4616026878356934,-1.5417996644973755,-0.25433972477912903,0.022405385971069336,-0.6957775354385376 +234,1.9917089573743896,-1.1085374487010613,-3.0167504617022876,0.4070451855659485,0.8950473666191101,0.1822209507226944,0.6215100288391113,-1.2469333410263062,-1.2323384284973145,-0.281907856464386,-0.1515476107597351,-0.3565526008605957 +235,1.754114902839927,-1.253015771023982,2.94286048353491,0.3072236478328705,0.949931263923645,0.05695929005742073,1.1699928045272827,-0.4541134238243103,-0.6232630610466003,-0.08446061611175537,-0.19179832935333252,0.19886958599090576 +236,1.2444436193006727,-1.3353354840634193,2.4499104432858556,0.22097747027873993,0.9724069237709045,-0.07479087263345718,1.3101630210876465,-1.1028997898101807,-0.792506992816925,0.10598783195018768,-0.24019873142242432,-0.07721715420484543 +237,0.6363744907840101,-1.3429174409000584,1.8678034585388978,0.1342555284500122,0.9741477966308594,-0.18169066309928894,0.4967782199382782,-0.2931053638458252,-0.8196850419044495,0.3237828016281128,-0.12710189819335938,0.33467531204223633 +238,0.6421296894857275,-1.3798934131593377,1.87471082830609,0.11363916099071503,0.9818333387374878,-0.1519525796175003,-1.672700047492981,0.23039859533309937,0.457101434469223,0.3045279383659363,0.1867915391921997,0.2671716809272766 +239,1.8388888274361335,-1.3142046283823452,3.0630866878080143,0.2447199821472168,0.9672605991363525,0.06722595542669296,-1.8236160278320312,0.3412536084651947,2.008626699447632,0.324463427066803,0.3549593687057495,-0.23682737350463867 +240,2.0940546715251553,-1.084153690737736,-2.9140069542318914,0.40508580207824707,0.8839079737663269,0.23369257152080536,-1.127173900604248,1.0553627014160156,1.164915680885315,-0.4625808894634247,0.1693146824836731,-0.14046144485473633 +241,2.180377220567577,-0.9528155000017182,-2.875081953846633,0.47503530979156494,0.8150500059127808,0.3317148983478546,-0.48483070731163025,0.17542698979377747,0.41707372665405273,-0.3280779719352722,-0.3314533233642578,-0.2910044491291046 +242,2.1725472713293743,-0.9815254232719458,-2.9449390384425063,0.4581340551376343,0.8313460946083069,0.31460538506507874,1.4980071783065796,0.2703301012516022,-0.9180864691734314,-0.23889586329460144,-0.43293917179107666,-0.11379987001419067 +243,2.1482911272945935,-1.030359235411286,-2.947645765031469,0.4310741722583771,0.8574838638305664,0.280885249376297,-0.5548945665359497,-3.552821636199951,0.7826926112174988,0.6763019561767578,0.3392171859741211,0.3726639747619629 +244,2.024429835133579,-1.0824244951651067,-3.071031865415173,0.4217354357242584,0.8830979466438293,0.20561471581459045,-3.0625250339508057,3.3278191089630127,-0.5782746076583862,-0.12655410170555115,0.8104599118232727,0.11596432328224182 +245,1.679073781342124,-1.1019797387850192,3.136592308884654,0.44918522238731384,0.8921036124229431,0.04882759973406792,0.39886683225631714,1.792646884918213,-1.640295147895813,-0.4116179943084717,-0.08415061235427856,-0.23225343227386475 +246,1.3979319779422656,-1.2554416643526867,2.7007122194701925,0.30553147196769714,0.9506864547729492,-0.05334794521331787,0.3542316257953644,-0.28624293208122253,-0.8847880363464355,-0.019215553998947144,-0.29672515392303467,-0.047772057354450226 +247,1.0319250215510178,-1.2888930552491313,2.3794628824886757,0.23876242339611053,0.9605277180671692,-0.1427551954984665,0.9482991695404053,-0.5901389718055725,-0.6516780853271484,0.25495094060897827,-0.2924674153327942,0.0922027975320816 +248,0.645375343034147,-1.2887129148793166,1.9866596011191713,0.1674315184354782,0.9604775905609131,-0.22237251698970795,0.28552865982055664,-0.1721445918083191,-0.7018086314201355,0.2553437650203705,-0.056913137435913086,0.08679813146591187 +249,0.893077693906459,-1.344420497542086,2.2547828589191994,0.17484542727470398,0.974486231803894,-0.14073222875595093,-2.5478146076202393,0.21415014564990997,0.8619760870933533,0.2978413701057434,0.17241007089614868,0.2454991489648819 +250,1.873863208994261,-1.2018757595284248,-3.040161789304588,0.3441743850708008,0.9327171444892883,0.10762326419353485,-2.743435859680176,-0.9195601344108582,1.761855959892273,0.04790017008781433,1.0596230030059814,0.01514899730682373 +251,2.0977707462895583,-1.0150295701116396,-2.7560992941886795,0.4560174345970154,0.8494961261749268,0.265338271856308,-1.0779985189437866,0.3692781925201416,0.8863215446472168,-0.38419434428215027,-0.29076504707336426,-0.32292497158050537 +252,2.19800092833089,-0.9036725165157368,-2.696697806918065,0.500967264175415,0.7856044769287109,0.3631221055984497,-0.2682475447654724,0.7701613903045654,-0.2796291708946228,-0.37819498777389526,-0.4369715452194214,-0.2979517877101898 +253,2.211297717341508,-1.0125983275409578,-2.6748710316441184,0.42467811703681946,0.8482109308242798,0.3165225684642792,1.2532747983932495,0.4577007591724396,-1.8496031761169434,-0.09849101305007935,-0.24416130781173706,0.31905171275138855 +254,2.136452217678385,-0.9719549954814513,-2.6886004708456577,0.47588473558425903,0.825989305973053,0.30211859941482544,-0.014993441291153431,-1.6012159585952759,0.5728187561035156,0.29228848218917847,-0.4215703010559082,0.41132140159606934 +255,2.125668505410651,-1.0217240895647417,-2.7592329487926897,0.4435947835445404,0.8530091047286987,0.27495288848876953,0.9589895009994507,-2.8208463191986084,-0.2800683379173279,-0.4872349500656128,0.222750723361969,-0.4381151497364044 +256,1.9593322938470965,-1.145957548399942,-2.8846178533527254,0.3814525902271271,0.911105215549469,0.15614552795886993,3.5860681533813477,1.1566885709762573,-0.9242570400238037,0.013124436140060425,0.13329792022705078,-0.4770379066467285 +257,1.5587263356249468,-1.2778408683816127,2.975922238979633,0.2887619733810425,0.9573945999145508,-0.0034855238627642393,1.143329381942749,0.09847407042980194,-0.9761937260627747,-0.04100498557090759,-0.2510347366333008,-0.11533463001251221 +258,1.0700021816742875,-1.3308160340298159,2.5000950905152335,0.20849616825580597,0.9713426828384399,-0.11411706358194351,0.7476587891578674,0.13660162687301636,-0.15267948806285858,0.24343864619731903,-0.14358395338058472,0.4169734716415405 +259,0.7595119105509728,-1.3296571313663168,2.1943364228342452,0.16443634033203125,0.9710665345191956,-0.17317785322666168,-0.07228700071573257,-0.8449133634567261,-0.29705050587654114,0.43967437744140625,0.07194799184799194,0.284185528755188 +260,1.4811113668354967,-1.381366164490623,2.9224737916824344,0.18754206597805023,0.9821116924285889,-0.016864944249391556,-2.9040274620056152,1.1488155126571655,1.0597012042999268,0.3284643888473511,0.09442633390426636,0.10544228553771973 +261,2.0581277589346456,-1.15186703132299,-2.7717220514812753,0.3594271242618561,0.9135249853134155,0.19048388302326202,-2.338257312774658,-2.1984846591949463,1.5728145837783813,0.012963593006134033,1.14650297164917,-0.18488384783267975 +262,2.138567557269453,-1.003475112474702,-2.665248020779482,0.45306146144866943,0.8433434963226318,0.2889755368232727,-0.4454554319381714,1.0169847011566162,1.1258870363235474,-0.3504613935947418,-0.4564112424850464,-0.28096476197242737 +263,2.169974219536658,-0.9352664466764424,-2.7080760961528463,0.4901979863643646,0.804757297039032,0.33477121591567993,0.2610171139240265,0.9047792553901672,-0.18354234099388123,-0.411920428276062,-0.5315791368484497,-0.27906131744384766 +264,2.2476074429580164,-1.077375002771319,-2.6858462876038867,0.3692390024662018,0.8807175159454346,0.2966468632221222,-1.2086453437805176,3.3895840644836426,-0.8123059868812561,0.5001152753829956,0.20215296745300293,0.9982903003692627 +265,2.046763751686479,-1.0855792872051584,-2.824935685531498,0.4145597815513611,0.884573757648468,0.213703915476799,2.4281742572784424,4.254730224609375,-1.386339783668518,0.11119699478149414,-0.2885502576828003,-0.4440505802631378 +266,1.8744591719191386,-1.0807465782510841,-2.932255930467233,0.4491356611251831,0.8823094367980957,0.14073853194713593,0.7586501240730286,-3.359975576400757,-1.1267880201339722,-0.6050804853439331,-0.1057133674621582,-0.5534429550170898 +267,1.6679950515179238,-1.2439908618498527,2.9376657769508063,0.31950369477272034,0.9470726847648621,0.031153522431850433,0.6729729175567627,0.2400837391614914,-1.0230021476745605,-0.2213287055492401,-0.1700342297554016,1.2513477802276611 +268,1.2308213788906028,-1.3146294015308828,2.5174506984074307,0.23887190222740173,0.9673683047294617,-0.084491066634655,1.0907362699508667,-0.7350467443466187,-0.708263099193573,0.05576004087924957,-0.28418660163879395,-0.09080194681882858 +269,0.7561646205260111,-1.3430338488404676,2.0913016540082356,0.15492887794971466,0.9741740822792053,-0.16426263749599457,0.10635464638471603,-0.2383488416671753,-0.67865389585495,0.28061801195144653,-0.0740121603012085,0.29699885845184326 +270,0.988897943147565,-1.3802173413363137,2.345544110258781,0.15825155377388,0.9818947315216064,-0.10411133617162704,-2.137514352798462,0.6307938694953918,0.7568942904472351,0.417035311460495,0.25640177726745605,0.43397581577301025 +271,1.9465858676520662,-1.2202352889251025,-3.0470042292319857,0.3194599747657776,0.9391801953315735,0.12603934109210968,-2.021949052810669,-1.3745017051696777,2.447561740875244,0.2703074514865875,0.907575786113739,-0.1549089103937149 +272,1.9851319704650263,-1.0064873655065367,-2.8821048160904326,0.4895767271518707,0.8449583649635315,0.21531370282173157,-0.6558804512023926,1.3655544519424438,1.1711578369140625,-0.5008834600448608,-0.02769768238067627,-0.15624690055847168 +273,2.177406979087455,-0.9036116102931,-2.779121364881289,0.5083775520324707,0.7855668067932129,0.35275596380233765,-0.8150387406349182,-0.31976431608200073,-0.2181607484817505,-0.5000921487808228,-0.45725882053375244,-0.41476768255233765 +274,2.20164618029116,-0.9908216824346869,-2.7263659613155227,0.44252684712409973,0.8364765644073486,0.32322922348976135,0.6039237976074219,0.6527674198150635,-1.7692573070526123,0.07640939950942993,-0.2574054002761841,0.21963265538215637 +275,2.1696932455533484,-0.9450914015970447,-2.731857326144642,0.4837378263473511,0.8105504512786865,0.33016008138656616,-0.40131548047065735,-0.1899939328432083,1.0149520635604858,0.4808312952518463,-0.08487296104431152,0.6378421783447266 +276,2.201200563905446,-1.0309281330532762,-2.744894194277603,0.41522207856178284,0.8577764630317688,0.3030017018318176,0.6229638457298279,-0.9610660076141357,0.11351531744003296,-0.2474975287914276,1.2047539949417114,0.02577933669090271 +277,1.8980994505397277,-1.1372960587912848,-2.8871219254639073,0.39775046706199646,0.9075010418891907,0.1350419968366623,0.7331668734550476,2.28755259513855,-1.6930556297302246,0.05606117844581604,-0.07316577434539795,-0.2978990077972412 +278,1.6019450021667112,-1.2666422325092652,3.0358817839322163,0.29934096336364746,0.9541006088256836,0.00932709127664566,1.0940967798233032,0.27726641297340393,-0.9073957800865173,-0.11432817578315735,-0.3369741439819336,-0.08136391639709473 +279,1.0571205945138369,-1.3160713377157167,2.5054430205701714,0.21946017444133759,0.9677326083183289,-0.12381821870803833,1.2186791896820068,-0.7039594054222107,-0.7419868111610413,0.1338113248348236,-0.08876532316207886,0.2478264570236206 +280,0.5497438232111498,-1.3395078819071793,2.031912925245317,0.1197662502527237,0.9733718633651733,-0.19545607268810272,0.23661039769649506,0.023792656138539314,-0.6443101763725281,0.5000457167625427,-0.07949686050415039,0.0636049211025238 +281,0.9593885362947399,-1.3950245697759607,2.4666409396333937,0.1431887149810791,0.9845919013023376,-0.1003776416182518,-2.359276533126831,-0.3158552944660187,0.8507882952690125,0.24491854012012482,0.22942781448364258,0.19539417326450348 +282,1.9743027373064357,-1.2410280730397307,-2.876751310865977,0.2978179156780243,0.9461174011230469,0.12714816629886627,-2.3399276733398438,-0.6205686330795288,2.0607075691223145,0.2643769383430481,0.9733620882034302,-0.23348663747310638 +283,2.105502172710225,-1.016618834209483,-2.698882001113307,0.4527900218963623,0.850333571434021,0.26816755533218384,-0.6656714081764221,1.1214077472686768,1.3291044235229492,-0.4657905697822571,-0.31256818771362305,-0.27805522084236145 +284,2.1943025819421313,-0.8999603526346474,-2.723409551775472,0.5046707987785339,0.7833022475242615,0.3629671037197113,0.2782300114631653,1.1047773361206055,0.4711976647377014,-0.33439797163009644,-0.4677656292915344,-0.4270845353603363 +285,2.2159330601545215,-1.0074794342193336,-2.7525942185302927,0.42667028307914734,0.8454885482788086,0.32109448313713074,1.5324270725250244,-0.3980218470096588,-2.2859041690826416,-0.3197824954986572,-0.3022451400756836,0.20544052124023438 +286,2.120301001400291,-0.9653328848591203,-2.6924453095159477,0.48535555601119995,0.8222384452819824,0.2972433269023895,0.37612807750701904,-4.3595685958862305,1.1306655406951904,0.6229207515716553,-0.518314003944397,-0.03485327959060669 +287,2.192380502320412,-1.0451425810010604,-2.7641714454624724,0.4079245924949646,0.864996075630188,0.29219773411750793,2.0259459018707275,-1.8536268472671509,1.3033514022827148,-0.6487845182418823,1.548593521118164,-0.41399332880973816 +288,1.867597966144158,-1.1489728837601796,-2.900627613342981,0.391523152589798,0.9123439192771912,0.11974159628152847,2.192383050918579,2.6551218032836914,-1.4999914169311523,0.12320151925086975,0.12461280822753906,-0.40662217140197754 +289,1.4409184840922789,-1.2908256659911341,2.897067235000745,0.2739998400211334,0.9610635638237,-0.03578795865178108,1.3849937915802002,-0.2182014137506485,-0.990187406539917,-0.11297383904457092,-0.3469889163970947,-0.1893707513809204 +290,0.8322832266902243,-1.323781785129718,2.349188204951789,0.18080809712409973,0.969646692276001,-0.164601668715477,0.9138784408569336,-0.4667032063007355,-0.9052190184593201,0.27808475494384766,-0.000835716724395752,0.4211782217025757 +291,0.5092820066497353,-1.3492552997277267,2.0559718402333553,0.1071310043334961,0.9755600094795227,-0.19184786081314087,-0.37150833010673523,-0.9442809224128723,0.11777051538228989,0.6347970366477966,0.047496020793914795,0.19430454075336456 +292,1.6228392082856131,-1.385561688538979,-3.1205288490822243,0.1839272677898407,0.9828930497169495,0.009580755606293678,-2.446410894393921,1.3218233585357666,1.6697392463684082,0.4348928928375244,0.286332905292511,-0.06010258197784424 +293,2.03191870231105,-1.1171763338265739,-2.683689229432951,0.3924512565135956,0.8988666534423828,0.1949883997440338,-2.1333260536193848,-1.697107195854187,2.044262170791626,-0.18216991424560547,1.1077250242233276,0.034473150968551636 +294,2.110731768008332,-0.9606289027718083,-2.6669038320925864,0.49149030447006226,0.8195521235466003,0.2945707142353058,-0.41561755537986755,1.3667030334472656,1.164839267730713,-0.44797220826148987,-0.541018009185791,-0.182632178068161 +295,2.1978116044672267,-0.9361730569859951,-2.6540748983681106,0.4800989627838135,0.8052951097488403,0.347857266664505,0.4043360948562622,0.4134901463985443,-0.7604316473007202,-0.47007396817207336,-0.3698551058769226,-0.23277547955513 +296,2.3533519889168772,-1.0351266376915895,-2.5849795514826788,0.36194393038749695,0.8599269986152649,0.3598921000957489,-1.1278784275054932,0.5174246430397034,0.5561579465866089,1.2672369480133057,0.5119296908378601,1.7641009092330933 +297,2.1163740134970555,-1.027700648273165,-2.7414277790673864,0.44176530838012695,0.8561129570007324,0.2681678831577301,0.05207427591085434,2.195791482925415,-1.7689346075057983,-0.45423170924186707,-0.07820463180541992,-0.47654199600219727 +298,1.9565100725719133,-1.0684405309458296,-2.748053006601509,0.4461164176464081,0.8764507174491882,0.1811470091342926,0.7761039137840271,-2.2434816360473633,-1.1738611459732056,-0.38944533467292786,-0.161240816116333,-0.3351844549179077 +299,1.7241895788205146,-1.2503228065421492,-3.0841016216371666,0.3113171458244324,0.9490863680839539,0.04813205078244209,1.3390488624572754,-0.563673198223114,-0.8062295913696289,-0.09859436750411987,-0.20125311613082886,0.6000155210494995 +300,1.2431398266829856,-1.3357761612539354,2.779180733272401,0.22047396004199982,0.9725096225738525,-0.07494097203016281,1.08966863155365,-1.283006191253662,-0.873132586479187,0.13046292960643768,-0.3054564595222473,0.050923652946949005 +301,0.5718819264184284,-1.3471929248707737,2.1416994895463044,0.12001156806945801,0.9751047492027283,-0.18646140396595,0.5724551677703857,-0.0815947875380516,-1.1020896434783936,0.3331286609172821,-0.06948041915893555,0.2573842406272888 +302,0.683957465951751,-1.399147926783075,2.271960366279108,0.10792719572782516,0.9853045344352722,-0.13238900899887085,-2.1940274238586426,0.49479997158050537,0.6188839673995972,0.34313786029815674,0.09741342067718506,0.5082739591598511 +303,1.9363261587820424,-1.2877287213524613,-2.8933697696022413,0.2608505189418793,0.9602031707763672,0.09983514994382858,-1.447744369506836,0.7092792391777039,2.458958148956299,0.5788254737854004,0.8388386964797974,-0.4453094005584717 +304,2.054269487980573,-1.02696050862466,-2.6816383741143337,0.4581182599067688,0.8557302355766296,0.24052737653255463,-0.4584445655345917,0.6559579372406006,1.3133795261383057,-0.5414770841598511,0.07249236106872559,-0.2921173572540283 +305,2.1906180927051784,-0.9068786615176825,-2.69506178413919,0.5015813708305359,0.7875841856002808,0.35794851183891296,-0.2742912471294403,1.0531244277954102,0.32549455761909485,-0.46702027320861816,-0.543580949306488,-0.43053463101387024 +306,2.192425378264664,-0.9797058937025181,-2.698611018526302,0.45301946997642517,0.8303335309028625,0.32453009486198425,1.766390323638916,-0.35542765259742737,-1.670455813407898,-0.417466402053833,-0.4417073130607605,0.03220513463020325 +307,2.1933593281883104,-1.0041436715569836,-2.668941389516781,0.43609827756881714,0.8437026143074036,0.31302496790885925,0.28720200061798096,-5.287668704986572,1.3439838886260986,0.8024119138717651,0.31982600688934326,-0.19315192103385925 +308,2.276358149983632,-1.0514845478717394,-2.626768549083491,0.3777939975261688,0.8681609630584717,0.32182037830352783,-0.43156152963638306,0.4048326015472412,-0.11753454804420471,-0.24482887983322144,1.4652893543243408,-0.8934603929519653 +309,1.743244859076004,-1.1452335421537683,-2.89056866731758,0.4067097306251526,0.9108065366744995,0.07084012031555176,0.4369983375072479,2.7051432132720947,-1.5592302083969116,-0.16801658272743225,-0.17702680826187134,-0.15772368013858795 +310,1.528637164645218,-1.2828699060848148,3.0119681703967043,0.2837121784687042,0.9588347673416138,-0.011968160048127174,0.4638092815876007,0.5354856848716736,-0.6359058022499084,0.1627752184867859,-0.30899351835250854,-0.178888738155365 +311,0.9993694209389993,-1.3009727829856124,2.566795797720866,0.22421281039714813,0.9638179540634155,-0.14416514337062836,1.2874196767807007,-0.5684810280799866,-0.7179123759269714,0.23637375235557556,-0.03509175777435303,0.08934032917022705 +312,0.6189155092470356,-1.319418531249801,2.21244033479738,0.14430613815784454,0.9685706496238708,-0.2025994509458542,-0.0041463011875748634,-1.8098938465118408,-0.5300381183624268,0.5065422058105469,0.12797164916992188,0.1968773901462555 +313,1.0745363952333755,-1.3883871987287804,2.6872607002351145,0.1595171093940735,0.9834095239639282,-0.086371511220932,-2.6554434299468994,0.08661036193370819,0.7821747660636902,0.271894633769989,0.14154469966888428,0.2884436845779419 +314,2.0029150392351305,-1.1964357008367699,-2.7326364388325857,0.3320644795894623,0.9307416081428528,0.15314410626888275,-2.8692498207092285,-1.4029083251953125,1.879679560661316,0.12766751646995544,1.2615801095962524,-0.11428000032901764 +315,2.085737257294795,-0.9978048534075368,-2.576000996327988,0.4718433916568756,0.8402829170227051,0.2669990062713623,-0.29616686701774597,1.469459891319275,1.0317195653915405,-0.3858448266983032,-0.3891720771789551,-0.2613227367401123 +316,2.1942761686733783,-0.9120169043168375,-2.5993747334387374,0.49697649478912354,0.7907400131225586,0.35741332173347473,0.1786881387233734,0.5193698406219482,-0.2843744158744812,-0.4538552165031433,-0.48809731006622314,-0.4011909067630768 +317,2.2431562622999444,-1.071010332021188,-2.570655081538768,0.374933660030365,0.8776851296424866,0.2984856367111206,-0.11238346993923187,3.2556419372558594,-1.5033950805664062,0.348027765750885,0.08102458715438843,0.7714453935623169 +318,2.172715979121716,-0.9852040283994504,-2.5939501159554452,0.45555737614631653,0.8333848714828491,0.3129490911960602,1.7039135694503784,0.9466391801834106,-0.0964171439409256,-0.16953140497207642,-0.6978715658187866,-0.3331364393234253 +319,2.1221219899895405,-1.053436794084801,-2.6802205607051914,0.42130452394485474,0.8691281676292419,0.25907307863235474,1.0220859050750732,-3.4846913814544678,-0.05910732224583626,-0.38335591554641724,0.29694855213165283,-0.5401095151901245 +320,1.904642090881082,-1.225124564002977,-2.9626252023978066,0.3201219141483307,0.9408480525016785,0.11102709174156189,3.411543130874634,0.23056355118751526,-1.1178133487701416,0.20157605409622192,0.009225249290466309,-0.2958720922470093 +321,1.4226805746974003,-1.3307956332491335,2.803445186128153,0.23510101437568665,0.9713377952575684,-0.03507906571030617,1.254759430885315,-0.8960914611816406,-0.8289655447006226,-0.15674713253974915,-0.1822751760482788,-0.04190153256058693 +322,0.7954209686896682,-1.3579087976707787,2.238803891521173,0.1508895456790924,0.9774249196052551,-0.14789478480815887,1.102125644683838,-0.13509885966777802,-0.8703601360321045,0.4062851369380951,-0.04645568132400513,0.08455556631088257 +323,0.4626401763289225,-1.3701980717951208,1.9184770044269892,0.08893031626939774,0.979947566986084,-0.17830950021743774,-0.40951722860336304,-0.00940680131316185,0.13374841213226318,0.6462228298187256,-0.06304693222045898,0.15764904022216797 +324,1.7030521455057965,-1.3770013310632465,3.0936480322024806,0.19090217351913452,0.9812804460525513,0.02539616823196411,-1.9560455083847046,1.3259066343307495,2.0878870487213135,0.2720189690589905,0.17310792207717896,-0.16876769065856934 +325,2.0423895886041885,-1.1195611976689759,-2.7944045567143956,0.38847771286964417,0.8999091982841492,0.19811272621154785,-1.8283087015151978,-1.2429180145263672,1.5661240816116333,-0.2767528295516968,0.8671197295188904,0.07863596081733704 +326,2.1566245652503957,-0.9707083743195437,-2.7692927192565477,0.4705515205860138,0.8252859711647034,0.31222525238990784,-0.6631981730461121,0.9522048234939575,1.0636922121047974,-0.37707608938217163,-0.32745254039764404,-0.2296752631664276 +327,2.1975455577842395,-0.9447334708575349,-2.7923182454072046,0.47459086775779724,0.8103407621383667,0.34367382526397705,0.2550002336502075,0.7976526618003845,-0.7331224083900452,-0.4992947578430176,-0.5490643978118896,-0.21305856108665466 +328,2.3329439981446463,-1.0446056550495268,-2.704416275494763,0.36330002546310425,0.8647265434265137,0.3467871844768524,-1.8775051832199097,0.45015737414360046,0.7126374244689941,1.2551997900009155,0.5995680093765259,2.4247887134552 +329,2.034996771558164,-1.0624089133918277,-2.8849505968684217,0.43525928258895874,0.8735306262969971,0.21793051064014435,0.6694823503494263,2.2658169269561768,-2.6819331645965576,-0.30739063024520874,-0.12691807746887207,-0.31845545768737793 +330,1.8137098417044704,-1.0846446451935354,-2.9635162138397506,0.4535098075866699,0.8841374516487122,0.11238286644220352,1.0459049940109253,-4.675583839416504,-0.886736273765564,-0.5143923759460449,-0.2934696674346924,-0.3399677276611328 +331,1.636630825207272,-1.2316114298218523,3.011187887833057,0.33199793100357056,0.9430261850357056,0.021888550370931625,1.3053382635116577,0.014789985492825508,-0.9934527277946472,0.10211464762687683,-0.029131531715393066,0.07445549964904785 +332,1.2861877937128847,-1.2994693713275198,2.649346578615626,0.2572286128997803,0.9634160995483398,-0.07525237649679184,0.7571950554847717,-1.0738717317581177,-0.7332803010940552,0.023700952529907227,-0.16149044036865234,0.13148105144500732 +333,0.7416174651905262,-1.3205846535955799,2.1363648521921106,0.1672554910182953,0.9688600301742554,-0.18258139491081238,0.7047144174575806,-0.07478206604719162,-0.7937749028205872,0.3380697965621948,-0.12898576259613037,0.14165735244750977 +334,0.6783080130376885,-1.3535936288737547,2.10250281140556,0.13522036373615265,0.9765040874481201,-0.16779494285583496,-1.6671781539916992,0.4874361753463745,0.61187744140625,0.5432463884353638,0.09641760587692261,0.50675368309021 +335,1.8380736856140472,-1.2784992121707095,-3.081490279178205,0.2779220640659332,0.9575845003128052,0.07610315829515457,-1.8708966970443726,0.5311889052391052,2.018313407897949,0.29532015323638916,0.5230522155761719,-0.3641432523727417 +336,2.1042121753121297,-1.0361118865933803,-2.7554264307486416,0.43877771496772766,0.8604294657707214,0.25910472869873047,-1.0984987020492554,0.5971133708953857,1.206518292427063,-0.47066858410835266,0.25578147172927856,-0.17110729217529297 +337,2.2124940109824243,-0.9063310442123451,-2.7368639890590827,0.49397727847099304,0.7872466444969177,0.3690928816795349,-0.8262062668800354,0.8372371792793274,0.771809458732605,-0.5008131265640259,-0.4950712323188782,-0.33581337332725525 +338,2.2572369203457407,-0.9287961434299601,-2.7078038347740203,0.4631747603416443,0.8008996248245239,0.3795113265514374,1.164574146270752,-0.5775954127311707,-1.4165593385696411,-0.3351840674877167,-0.3705407381057739,-0.22950220108032227 +339,2.3247577287583274,-1.0072472697791248,-2.6722503451026025,0.3894152343273163,0.8453645706176758,0.36566996574401855,-0.22808875143527985,-4.520239353179932,1.367682933807373,0.9805341362953186,0.8925809860229492,-0.10680460929870605 +340,2.2534678416658576,-1.0446206898128767,-2.7279695317436823,0.3896752595901489,0.8647341132164001,0.3168408274650574,-1.5889031887054443,0.7364661693572998,-0.5946004390716553,-0.09936153888702393,0.7874112725257874,0.08640313148498535 +341,1.9034925508825509,-1.1287498505722955,-2.90029640764124,0.40433186292648315,0.9038780927658081,0.13971291482448578,0.5818424224853516,0.9249389171600342,-1.4050925970077515,-0.2237289547920227,-0.04132950305938721,-0.24191632866859436 +342,1.6819965500678795,-1.2699464378298484,3.002142955104739,0.29450157284736633,0.9550849795341492,0.03288429602980614,0.699580192565918,-0.08576921373605728,-0.6111539602279663,-0.14635401964187622,-0.24928975105285645,-0.08194136619567871 +343,1.1945283372804507,-1.3230487850533,2.593373302798149,0.22806619107723236,0.9694672226905823,-0.09010706841945648,1.3147189617156982,-0.600339949131012,-0.6779019832611084,0.3339760899543762,-0.20419305562973022,0.12237941473722458 +344,0.6207104319237141,-1.3313790988989684,2.048490414669777,0.13792137801647186,0.9714763164520264,-0.1929018795490265,0.36153164505958557,-0.7170600891113281,-1.0033962726593018,0.27867406606674194,0.0898790955543518,0.285293847322464 +345,0.6886281047597893,-1.3838826360044045,2.1576597883939437,0.11808907240629196,0.9825824499130249,-0.14348047971725464,-1.9165488481521606,0.5055682063102722,0.5614396929740906,0.41772332787513733,0.1983867883682251,0.26396387815475464 +346,1.871592352946302,-1.2761008921018464,-3.0321821236012143,0.2774079144001007,0.9568906426429749,0.08605434000492096,-2.621020555496216,0.45958688855171204,1.8735549449920654,0.10671687126159668,0.7227512001991272,-0.07802819460630417 +347,2.0762189641495628,-1.0415205559537966,-2.7215540486381937,0.4417797923088074,0.8631729483604431,0.24446524679660797,-0.47655749320983887,0.7059715986251831,1.2338287830352783,-0.3585430383682251,-0.15598905086517334,-0.2536815106868744 +348,2.1892535498845076,-0.9280243417354883,-2.7673071577664508,0.48838910460472107,0.8004372715950012,0.3475291430950165,-0.22193996608257294,0.94610595703125,0.39516857266426086,-0.40397748351097107,-0.3639138340950012,-0.4192911386489868 +349,2.225180774853389,-0.9854438549607029,-2.776480680609836,0.43836066126823425,0.8335173726081848,0.3362865746021271,1.1991451978683472,-0.10173225402832031,-1.7259654998779297,-0.38600772619247437,-0.4213775396347046,0.011293411254882812 +350,2.2527435050658062,-0.9982552254822024,-2.732639003383067,0.4206010401248932,0.8405269980430603,0.3414804935455322,0.34668034315109253,-3.0109617710113525,1.3499706983566284,0.8572919368743896,0.20317405462265015,-0.022007286548614502 +351,2.259860957786213,-1.0243932539383473,-2.7558522945302855,0.40106239914894104,0.8543990850448608,0.3303810954093933,1.0910208225250244,0.25221940875053406,0.9631784558296204,-0.5021365880966187,0.9833391308784485,-0.620175838470459 +352,1.9544835975816979,-1.1391298052550547,-2.89649629962072,0.387964129447937,0.9082697629928589,0.15661901235580444,0.9897586703300476,2.6701090335845947,-1.10760498046875,-0.061029404401779175,0.2477816939353943,-0.3458280861377716 +353,1.5727951596467948,-1.2730321161712799,2.9355438389015687,0.29338300228118896,0.9559948444366455,0.0005864243721589446,0.984135091304779,-0.046342480927705765,-0.8395955562591553,-0.11790695786476135,-0.270798921585083,-0.041739463806152344 +354,1.043114473092821,-1.3329655069452229,2.412571043611908,0.2035483717918396,0.9718512892723083,-0.11862947046756744,1.384772777557373,-1.5597649812698364,-0.8254717588424683,0.3314400315284729,-0.1954231858253479,0.08975984156131744 +355,0.5577941593566622,-1.337205467766057,1.9801943314097126,0.12252231687307358,0.9728415012359619,-0.19638735055923462,0.06490396708250046,-0.4731541574001312,-0.5868209600448608,0.3497830033302307,0.08949083089828491,0.3676367700099945 +356,0.8783196951014137,-1.3963939792979063,2.3101366616376002,0.1335519552230835,0.9848304390907288,-0.1107824519276619,-2.3333640098571777,0.39604300260543823,0.9449135661125183,0.334938645362854,0.17689740657806396,0.1832769513130188 +357,1.9810115722522237,-1.2431954688779803,-2.8982970819517733,0.29507648944854736,0.9468170404434204,0.1283249706029892,-2.532006025314331,-0.4330570697784424,1.7362533807754517,0.28777870535850525,0.9259245991706848,-0.18789531290531158 +358,2.0883523877416224,-1.0322463129835724,-2.718202057667517,0.44571900367736816,0.8584532737731934,0.2537572979927063,-0.4046921133995056,1.5726592540740967,1.3995132446289062,-0.3547613024711609,-0.2505429983139038,-0.18609973788261414 +359,2.191938683176849,-0.9197523321886453,-2.737538476912988,0.492821604013443,0.7954515814781189,0.35268038511276245,-0.08089549839496613,0.9158305525779724,0.3499046862125397,-0.42766669392585754,-0.47234678268432617,-0.43989962339401245 +360,2.233557204745442,-1.0185237741301314,-2.751730025612042,0.4135587513446808,0.8513345122337341,0.3227984607219696,1.197978138923645,-0.38896292448043823,-1.9479936361312866,-0.14074689149856567,-0.22111600637435913,0.24403512477874756 +361,2.1788696551195823,-0.9696285605724864,-2.736254507252502,0.46422114968299866,0.8246756792068481,0.32312339544296265,-0.11922024935483932,-2.0082907676696777,1.1149636507034302,0.721112072467804,-0.13452064990997314,0.2626004219055176 +362,2.213476515664144,-1.0265199026451075,-2.801778179368301,0.4144940674304962,0.855502188205719,0.31033921241760254,2.1420211791992188,-1.2478020191192627,0.7613787651062012,-0.5938459634780884,1.2036406993865967,-0.4207365810871124 +363,1.9156349439628602,-1.136525334354184,-2.920159944197105,0.3959798514842987,0.9071770310401917,0.14223212003707886,1.1139813661575317,3.660592794418335,-1.3653761148452759,0.056809455156326294,0.3477516174316406,-0.34412121772766113 +364,1.5183830935805267,-1.2910858280747848,2.8313584718337936,0.27569809556007385,0.9611353874206543,-0.014463474974036217,1.103015661239624,0.43014612793922424,-0.8150831460952759,-0.08378833532333374,-0.21728473901748657,-0.12069892883300781 +365,0.9542323838926307,-1.3243494715262392,2.3342010446314423,0.19903932511806488,0.9697853922843933,-0.14106601476669312,1.0731183290481567,-0.6574804782867432,-0.7287101745605469,0.27070245146751404,-0.037137746810913086,0.3782333731651306 +366,0.5066583694251429,-1.3352524128573489,1.924379455653033,0.113245390355587,0.9723875522613525,-0.20405320823192596,0.04264410585165024,-1.2304052114486694,-0.32518893480300903,0.51035076379776,0.07473146915435791,0.18977102637290955 +367,1.2244998245823837,-1.3960612103550523,2.6400832285646665,0.1635269969701767,0.9847726225852966,-0.05900661647319794,-2.8812460899353027,1.1118632555007935,1.6602439880371094,0.4108290672302246,0.20112520456314087,0.10078513622283936 +368,2.0261537582276445,-1.1645940405747808,-2.867169833202839,0.35486194491386414,0.9186280369758606,0.17376874387264252,-2.900542974472046,-1.7185235023498535,1.9075599908828735,-0.07150623202323914,1.2571837902069092,-0.2279984951019287 +369,2.1259977048316365,-0.9586731977903152,-2.7369963864496776,0.4882974326610565,0.8184298872947693,0.30288344621658325,-0.7552443742752075,1.383564829826355,1.4313756227493286,-0.38299643993377686,-0.474511981010437,-0.2289087474346161 +370,2.2358397844187685,-0.8662726252400827,-2.708325565429667,0.5096461176872253,0.7619200944900513,0.399673730134964,-0.18228310346603394,0.6542971134185791,-0.2447281777858734,-0.5092645883560181,-0.37826818227767944,-0.44447341561317444 +371,2.264916855745872,-1.0334814829721117,-2.676344995655073,0.3934016227722168,0.8590860962867737,0.327423095703125,-0.30008962750434875,4.181400299072266,-1.4944826364517212,0.6165928244590759,0.018828094005584717,1.0261688232421875 +372,2.14696661983206,-0.9584931062358691,-2.737437479228223,0.48196274042129517,0.8183264136314392,0.3131352961063385,1.92597496509552,1.5486431121826172,-0.330424964427948,-0.28037890791893005,-0.506619930267334,-0.7375586032867432 +373,2.0864435536159496,-1.0520078899755134,-2.8109115911260085,0.4313576817512512,0.8684205412864685,0.24449199438095093,1.3868515491485596,-4.201039791107178,-0.4076888859272003,-0.43472984433174133,0.2140989899635315,-0.6031041145324707 +374,1.9037707837636593,-1.2213000615364893,-3.0278813282719264,0.3236170709133148,0.9395453333854675,0.11192350834608078,4.151667594909668,-0.7828431129455566,-1.2035340070724487,0.21124929189682007,-0.10197508335113525,-0.4118196964263916 +375,1.3839091432668045,-1.328188015106672,2.6734992924960648,0.23605236411094666,0.9707146883010864,-0.044636040925979614,1.2396916151046753,-0.3369748890399933,-0.6870006918907166,-0.08276253938674927,-0.16459286212921143,0.001743614673614502 +376,0.7538635954213305,-1.344700863008329,2.1070349681263183,0.15343841910362244,0.9745491147041321,-0.16343417763710022,0.6400082111358643,-0.42090874910354614,-0.8365556597709656,0.32007232308387756,0.03672713041305542,0.27451813220977783 +377,0.6042451237101036,-1.3763848351247967,2.0109752416867503,0.1097588986158371,0.9811615347862244,-0.15898169577121735,-1.156226396560669,-0.3480028212070465,0.3903329372406006,0.6538519859313965,-0.08083194494247437,0.36048924922943115 +378,1.8640059825945081,-1.3289899206768925,-3.0695790974153816,0.22923694550991058,0.9709070324897766,0.06920929998159409,-1.4763439893722534,1.522623062133789,2.0896689891815186,0.3917804956436157,0.4240209460258484,-0.37311863899230957 +379,2.0733332274014002,-1.0563933492890158,-2.7780388703242247,0.43118414282798767,0.870586633682251,0.23697929084300995,-1.1766809225082397,-0.020791152492165565,1.6225342750549316,-0.49215826392173767,0.2993199825286865,0.06067395210266113 +380,2.13134432267404,-0.9156244342015392,-2.7961741394221655,0.5160515308380127,0.7929431796073914,0.32393234968185425,-0.4639745354652405,0.6353150010108948,0.9312511682510376,-0.4261924624443054,-0.4229327440261841,-0.29214832186698914 +381,2.1939895358317583,-0.9331472386561686,-2.8069644358484416,0.48340174555778503,0.8034974932670593,0.3474405109882355,1.30496084690094,-0.26842832565307617,-1.2085418701171875,-0.5335726141929626,-0.5248566269874573,-0.1163003146648407 +382,2.3004896929351686,-1.0076447148574645,-2.740599804215592,0.3979235291481018,0.845576822757721,0.35588908195495605,-0.4035753011703491,-4.782336235046387,1.4149279594421387,1.039973258972168,0.8500562906265259,-0.27990028262138367 +383,2.1179848558375585,-1.0402329590585317,-2.87070263905966,0.43213576078414917,0.8625221252441406,0.26327595114707947,-0.7745410203933716,0.46469631791114807,-0.8853898048400879,-0.20783159136772156,0.5081290602684021,-0.05435255169868469 +384,1.9038816423692004,-1.0963343546162294,-2.9291437964439115,0.43175002932548523,0.8895386457443237,0.1493750810623169,0.3436853289604187,-1.7927892208099365,-1.091850757598877,-0.2744624614715576,-0.18648993968963623,-0.2916175127029419 +385,1.6194946472725906,-1.2577112767920666,2.979445130788754,0.3076303005218506,0.9513879418373108,0.014992932789027691,1.2639468908309937,-0.7229156494140625,-0.7462818622589111,-0.011686086654663086,-0.26523059606552124,-0.0013668518513441086 +386,1.1259911541889167,-1.308595033878684,2.51829713320799,0.2339847981929779,0.9658217430114746,-0.11153214424848557,1.2766574621200562,-1.4353573322296143,-0.8950883150100708,-0.0237644761800766,-0.2884841561317444,-0.02971845120191574 +387,0.581823916437358,-1.3268314355858135,2.0292851600026296,0.1327447146177292,0.970387876033783,-0.2018076479434967,0.3553895056247711,-1.0972121953964233,-0.8650035858154297,0.4375220239162445,-0.06622833013534546,0.2520396113395691 +388,0.7201920092894754,-1.3716123799102102,2.1570641802926662,0.13050077855587006,0.9802283644676208,-0.14873448014259338,-2.0596489906311035,0.5002748966217041,0.8206368088722229,0.37720492482185364,0.16320419311523438,0.2783578634262085 +389,1.8861733072559277,-1.2645806275051124,-3.0322015579766988,0.2865844964981079,0.9534811973571777,0.09350291639566422,-2.6357903480529785,0.35296493768692017,1.8600428104400635,0.1839049756526947,0.810846745967865,-0.019833452999591827 +390,2.1682792743340227,-1.035199754684288,-2.6876532329485827,0.4219374358654022,0.8599643111228943,0.2871064841747284,-0.995540976524353,0.6982771754264832,1.2648961544036865,-0.3219618499279022,-0.08211708068847656,-0.22088339924812317 +391,2.237575897933186,-0.9165165206583796,-2.7047455104051386,0.4782390892505646,0.7934864163398743,0.37638646364212036,0.13789933919906616,1.550256371498108,0.5586275458335876,-0.3366527557373047,-0.49687087535858154,-0.4571511745452881 +392,2.2837913902684637,-0.982855506478171,-2.7234131619246162,0.41953951120376587,0.8320845365524292,0.36279675364494324,2.034824848175049,-0.4517539441585541,-1.8732788562774658,-0.5808250308036804,-0.36214447021484375,0.0935935378074646 +393,2.2670732084448715,-0.9883200703209649,-2.709484691497127,0.42205145955085754,0.8351030349731445,0.3528112769126892,0.404781699180603,-2.205200672149658,0.6989825367927551,0.28606319427490234,0.17565453052520752,-0.23891958594322205 +394,2.231617800879608,-1.0353998309038954,-2.742179516197243,0.40278270840644836,0.8600664138793945,0.3131321668624878,0.9139588475227356,-1.593379020690918,-0.23280441761016846,-0.41386061906814575,1.0862836837768555,-0.2719334363937378 +395,2.0347786521874514,-1.1384664805680218,-2.8359471429229304,0.37469086050987244,0.9079920649528503,0.18750222027301788,2.7711830139160156,1.5799983739852905,-1.1079915761947632,0.11494836211204529,0.3610050678253174,-0.39117658138275146 +396,1.6043074813462064,-1.2801945835118393,2.992698777640332,0.28636834025382996,0.9580716490745544,0.009600128047168255,1.237633466720581,-0.10417810827493668,-0.8728473782539368,-0.12728023529052734,-0.35724151134490967,-0.19095087051391602 +397,1.0495321108193332,-1.335929886698164,2.5039750157928427,0.20180687308311462,0.9725454449653625,-0.11588592082262039,1.0902798175811768,-0.06636310368776321,-0.956670880317688,0.46365946531295776,-0.16869711875915527,0.36226963996887207 +398,0.6777122257075653,-1.361786932284176,2.1127482542033307,0.13009943068027496,0.9782369136810303,-0.16163738071918488,-0.3205713927745819,-0.041984137147665024,-0.20574909448623657,0.38683784008026123,0.13310641050338745,0.16638286411762238 +399,1.7583597710736836,-1.3935412005629992,-3.109765491893307,0.17323529720306396,0.9843314290046692,0.03287907689809799,-2.9713938236236572,1.5632604360580444,1.1702519655227661,0.34208452701568604,-0.046144843101501465,-0.003582242876291275 +400,2.150784398272731,-1.121403267874534,-2.7584390450355736,0.36337822675704956,0.900710940361023,0.23806776106357574,-2.538109540939331,-3.1781094074249268,2.006782293319702,-0.15341728925704956,1.2444307804107666,-0.13026437163352966 +401,2.157551882716839,-0.9464401156993196,-2.767672447040687,0.4867997169494629,0.8113396167755127,0.32365700602531433,-0.24562950432300568,0.9110143780708313,1.3590246438980103,-0.43609482049942017,-0.5001214742660522,-0.3065824806690216 +402,2.260158767066891,-0.90709610627771,-2.7987592446478295,0.4753651022911072,0.7877181768417358,0.3918267488479614,0.3262113630771637,0.7984130382537842,-0.6276422739028931,-0.4331898093223572,-0.37252652645111084,-0.3142052888870239 +403,2.304402363573634,-1.0561907957534185,-2.742887387499989,0.3655827045440674,0.8704869151115417,0.3295481503009796,-1.5133576393127441,2.977180242538452,-0.55320143699646,0.6524074077606201,0.20078694820404053,1.1709400415420532 +404,2.1299917861193878,-0.990099057164457,-2.8399000553075595,0.4650445282459259,0.8360803127288818,0.29103851318359375,3.209794044494629,1.1217917203903198,-0.905340313911438,-0.2723413109779358,-0.38081908226013184,-0.5440597534179688 +405,2.03867481901245,-1.0622030931080926,-2.922665097657909,0.4346153438091278,0.8734303712844849,0.2196110635995865,1.4003065824508667,-5.0347418785095215,-0.10232695937156677,-0.4755241572856903,0.013028979301452637,-0.3783634901046753 +406,1.8849500435499027,-1.2166893724947123,-3.1120325660478945,0.3297823667526245,0.9379565119743347,0.10715076327323914,4.187654495239258,-0.38432255387306213,-0.9744018316268921,0.2982999384403229,0.12991464138031006,-0.464191198348999 +407,1.4412636240156327,-1.305387608376349,2.7447096033329377,0.26010602712631226,0.9649853706359863,-0.03388194739818573,1.0562175512313843,-0.48918473720550537,-0.7794557809829712,-0.14044660329818726,-0.2014966607093811,0.07366162538528442 +408,0.8356197338784249,-1.3446232479874642,2.192541372387318,0.16632908582687378,0.9745317101478577,-0.15040862560272217,1.0250217914581299,-0.29942017793655396,-1.067826271057129,0.26534202694892883,-0.049299776554107666,0.13562285900115967 +409,0.5145702521186237,-1.3732049632677228,1.8877050026602014,0.09661535173654556,0.9805422425270081,-0.17088741064071655,-0.7029356956481934,-0.42799901962280273,0.08589953184127808,0.5991701483726501,-0.05526447296142578,0.19766651093959808 +410,1.7711756819520283,-1.3777098261305334,3.0637887996807565,0.18804872035980225,0.981416642665863,0.038193635642528534,-1.9284043312072754,2.896237373352051,2.0234172344207764,0.45890864729881287,0.21774089336395264,-0.2775735855102539 +411,2.048769588286468,-1.0980572032557425,-2.8355727829147837,0.4042978882789612,0.8903244137763977,0.20944145321846008,-1.4004414081573486,-0.05682435259222984,1.5284849405288696,-0.3745889961719513,0.7461349368095398,0.2213447093963623 +412,2.1693918079360115,-0.9650297011984144,-2.855649059685858,0.470391184091568,0.8220658302307129,0.3208429515361786,-0.42023077607154846,0.20711983740329742,1.2770510911941528,-0.3339775502681732,-0.47431790828704834,-0.3059808909893036 +413,2.2498090759626788,-0.9272501009938856,-2.8880024143871585,0.4669440984725952,0.7999729514122009,0.376837819814682,0.3798828423023224,0.5018385648727417,-0.5056268572807312,-0.6186164617538452,-0.36639440059661865,-0.30144405364990234 +414,2.286970558157832,-1.0568071725894113,-2.850127896380459,0.3708662688732147,0.8707901835441589,0.3227730095386505,-2.0103719234466553,3.0070512294769287,0.4615550637245178,0.9359421133995056,0.3108503222465515,1.7565116882324219 +415,2.012417326405727,-1.0460151472090486,-2.989569279416584,0.4529552459716797,0.8654335737228394,0.2141401618719101,2.3386406898498535,1.9866973161697388,-1.6708627939224243,-0.08778196573257446,-0.047959327697753906,-0.5389082431793213 +416,1.9310309064688365,-1.088152904549539,-3.032313246589083,0.4343324899673462,0.8857711553573608,0.16360031068325043,0.6289108991622925,-1.1929422616958618,-1.3284451961517334,-0.40936902165412903,-0.01714920997619629,-0.3914445638656616 +417,1.5906251688019306,-1.2416347775534227,2.8967683803044073,0.32318589091300964,0.9463136792182922,0.006409241817891598,1.457672119140625,-0.8383069038391113,-1.1444518566131592,0.012721091508865356,-0.3093203902244568,0.19966065883636475 +418,1.109345930018968,-1.3268125797048878,2.4338994628007837,0.2163035124540329,0.97038334608078,-0.10755832493305206,1.1212482452392578,-0.337205171585083,-0.8827276825904846,0.11235551536083221,-0.2986152768135071,0.09989847987890244 +419,0.5463658318472892,-1.3254058697078297,1.8936886652037697,0.12622569501399994,0.9700425267219543,-0.20756842195987701,0.46939560770988464,-0.47562041878700256,-0.8326081037521362,0.21059684455394745,-0.06965184211730957,0.04053041338920593 +420,0.7384736417619743,-1.3731848304469552,2.0957838462488096,0.13216014206409454,0.9805383086204529,-0.14518395066261292,-2.450777053833008,0.16289709508419037,1.0187028646469116,0.25564199686050415,0.09851747751235962,0.3133662939071655 +421,1.9058836887414796,-1.2367230304398293,-3.0445074524357048,0.30965691804885864,0.9447145462036133,0.10782844573259354,-2.329296588897705,0.4796610176563263,2.237459897994995,0.35977664589881897,0.8409299254417419,-0.09092164784669876 +422,2.0590644778163756,-1.002511310308335,-2.830536467786868,0.4752986431121826,0.842825174331665,0.2524622976779938,-0.6037191152572632,1.0712815523147583,1.2181228399276733,-0.49495187401771545,-0.1358548402786255,-0.183645099401474 +423,2.2048381071950747,-0.8927694126888424,-2.741431375561685,0.505343496799469,0.7788118720054626,0.3715909421443939,-0.8225858211517334,0.5886196494102478,-0.03055715560913086,-0.535510241985321,-0.5811190605163574,-0.4597410261631012 +424,2.2470854607621997,-1.0370487453385953,-2.730872658661119,0.3967849314212799,0.8609064817428589,0.3184366226196289,1.2025668621063232,0.5764015913009644,-1.8848146200180054,-0.07540428638458252,-0.2848871946334839,0.1769552230834961 +425,2.183680706705273,-0.9539256496031571,-2.749234067546973,0.4731963574886322,0.8156927227973938,0.33276158571243286,0.43173423409461975,-0.4649832248687744,0.9163763523101807,-0.10869452357292175,-0.4335516691207886,0.6412525773048401 +426,2.257763720200666,-1.0405785371706668,-2.777927914280679,0.3910098969936371,0.8626969456672668,0.32072603702545166,0.7594283223152161,0.42250415682792664,0.8071421384811401,-0.504214882850647,1.342259168624878,-0.3910539150238037 +427,1.9753822759596926,-1.168975368856886,-2.9503709576313484,0.3595203161239624,0.9203503727912903,0.15395000576972961,2.1061394214630127,1.976702094078064,-1.0852118730545044,0.2061535120010376,0.18244826793670654,-0.2951090335845947 +428,1.4946245397285514,-1.2905370439750892,2.937672577967201,0.27580276131629944,0.9609837532043457,-0.02104911394417286,1.1459898948669434,-0.5963863730430603,-1.0647993087768555,-0.2682496905326843,-0.20620781183242798,0.017112376168370247 +429,0.9070943365459343,-1.3323511881321213,2.3822916970701824,0.18605199456214905,0.9717063903808594,-0.14550268650054932,0.5728018879890442,-1.1345341205596924,-0.8263072967529297,0.31585532426834106,-0.1050989031791687,0.4485880434513092 +430,0.4643286011883732,-1.3369447972642559,1.9657605582112467,0.10377189517021179,0.9727811217308044,-0.20719093084335327,0.09460096061229706,0.23795203864574432,-0.35597118735313416,0.6425812840461731,0.055233895778656006,0.21974894404411316 +431,1.399602444718813,-1.407908058247833,2.8749547742700847,0.15979790687561035,0.9867630004882812,-0.027626842260360718,-2.523484706878662,3.490997314453125,1.5996792316436768,0.3786999583244324,0.15523523092269897,0.18982774019241333 +432,2.053995213115904,-1.1469071260990114,-2.808095280701498,0.3642188608646393,0.9114961624145508,0.1910996437072754,-2.193803071975708,-0.03712625056505203,1.9327187538146973,-0.048514604568481445,0.8602321743965149,0.3194136321544647 +433,2.0345378733630097,-0.952333346119411,-2.6990124695876063,0.5185496807098389,0.8147705793380737,0.2593357264995575,-0.4162045121192932,-0.2766149044036865,1.2977545261383057,-0.45382195711135864,-0.296383798122406,-0.25254562497138977 +434,2.1274026416819143,-0.9146615691064516,-2.7888760936606607,0.5179720520973206,0.7923561930656433,0.32229873538017273,1.1190325021743774,1.522467017173767,-0.6147297620773315,-0.45629608631134033,-0.4724709987640381,-0.1187465488910675 +435,2.2657505055423677,-1.0218154548987957,-2.7612082651098877,0.4007996618747711,0.853056788444519,0.3341463506221771,-1.8785756826400757,0.45160597562789917,1.2266265153884888,1.3480559587478638,0.39273178577423096,1.439336895942688 +436,2.0219257298063935,-0.9933401508085458,-2.903676019064306,0.4912804663181305,0.8378540277481079,0.23800021409988403,2.3167524337768555,1.9888113737106323,-2.7726967334747314,-0.4900445342063904,-0.10875862836837769,-0.38572049140930176 +437,1.9745443008235575,-1.055008467029784,-2.8976481982363684,0.45356279611587524,0.8699043989181519,0.19377027451992035,0.5685250163078308,-1.281425952911377,-0.7620064616203308,-0.11159813404083252,-0.0921182632446289,-0.27422991394996643 +438,1.7342080196823983,-1.1952547872571961,3.0925724862861577,0.3618900179862976,0.9303091168403625,0.059669129550457,1.459580421447754,-0.9564088582992554,-0.8382387757301331,-0.24989047646522522,-0.24998080730438232,0.2728809118270874 +439,1.2890044475903857,-1.2701615354954123,2.685015253219557,0.2844468653202057,0.9551486968994141,-0.08234605193138123,0.9883975386619568,-0.9519118666648865,-0.8097997307777405,-0.011223047971725464,-0.18020063638687134,0.13854414224624634 +440,0.7759675880436276,-1.313546279269098,2.1582106888607533,0.1781989485025406,0.967093288898468,-0.18159209191799164,0.4086337089538574,-1.734631061553955,-1.7636672258377075,0.31493455171585083,0.1541835069656372,-0.08641324937343597 +441,0.6194346321784994,-1.3396671014280388,1.9860033704921851,0.1329961121082306,0.9734083414077759,-0.1865157037973404,-1.3873651027679443,1.549340009689331,0.8696236610412598,0.4024500250816345,0.25007182359695435,0.3718336820602417 +442,1.8274098364251623,-1.2805562905025512,3.0933365733471936,0.2768116295337677,0.9581751823425293,0.0726349949836731,-1.8477650880813599,3.136706829071045,2.4035885334014893,0.3888988792896271,0.35888731479644775,-0.10104679316282272 +443,2.241179149335521,-1.0575562399900256,-2.9148311039009007,0.3847416937351227,0.8711581826210022,0.3050530254840851,-1.5800755023956299,0.434818297624588,0.8030595183372498,-0.3186253607273102,-0.0583224892616272,-0.2278435230255127 +444,2.1931371540187308,-0.9773911090738865,-2.922270839347894,0.45434877276420593,0.8290413618087769,0.3259719908237457,0.20307230949401855,-0.7032843232154846,0.01644723117351532,-0.3766357898712158,-0.31013572216033936,-0.41338956356048584 +445,2.2909144999016284,-1.0451188749084395,-2.960627544663682,0.37721648812294006,0.8649842143058777,0.3309233486652374,1.6076579093933105,3.3578109741210938,-0.4192122220993042,-0.2911263108253479,-0.5339751839637756,-0.23279401659965515 +446,2.4823500108754675,-0.978020025156314,-2.8664004058601775,0.3421928882598877,0.8293928503990173,0.4416007101535797,-1.3894078731536865,-3.671290159225464,0.505211353302002,0.34390324354171753,0.11393582820892334,-0.1262320876121521 +447,2.330541970849225,-1.00332274551927,-2.924395531719911,0.3896960914134979,0.8432615995407104,0.3701986074447632,-0.837161660194397,2.047306537628174,0.9369101524353027,-0.18728819489479065,0.8509066104888916,0.2278544008731842 +448,1.9989507064208436,-1.1219974997795725,3.1147402000831965,0.394718736410141,0.9009689092636108,0.18014533817768097,2.1336770057678223,0.40513089299201965,-1.064835548400879,0.13764521479606628,0.03482222557067871,-0.258087158203125 +449,1.5406099342790265,-1.2908148304702278,2.6271391499659464,0.276212215423584,0.9610605239868164,-0.008340383879840374,0.9906742572784424,-3.3100922107696533,-1.0538828372955322,-0.10590887069702148,-0.43664640188217163,-0.33191531896591187 +450,1.086233842267749,-1.2990701283670427,2.2089873420678843,0.23749679327011108,0.9633090496063232,-0.1250239610671997,0.6310329437255859,-1.1841893196105957,-1.3342422246932983,0.10234694182872772,-0.05002474784851074,0.3652583360671997 +451,0.9925387290369769,-1.2840213875153494,2.1694521432740617,0.23687157034873962,0.959161102771759,-0.1546015739440918,-0.5610611438751221,-1.5741097927093506,2.5789828300476074,0.336340069770813,0.2738404870033264,0.3343043625354767 +452,1.5373508517265662,-1.1162869404443045,2.91125558949005,0.4387759864330292,0.8984765410423279,-0.014680545777082443,-1.9460432529449463,0.43610116839408875,2.9385368824005127,0.6616725921630859,0.7101812958717346,-0.31115561723709106 +453,1.9595623836480176,-0.8516551585147517,-3.0436989927553566,0.6095821261405945,0.7523717284202576,0.2496928870677948,-2.7109832763671875,0.564190685749054,0.558256208896637,0.1364201307296753,0.46883487701416016,-0.2935619354248047 +454,2.006005440354656,-0.7444942311896348,-2.8872778786894053,0.6668751239776611,0.6775999665260315,0.31005755066871643,-0.8529495000839233,0.2980198264122009,0.7940565943717957,-0.3959553837776184,-0.062869131565094,-0.21794024109840393 +455,2.151739748195747,-0.7425852199435923,-2.937382972663859,0.6158599257469177,0.6761947870254517,0.40432292222976685,1.4603500366210938,1.3662543296813965,-0.5626739263534546,-0.437744140625,-0.35695046186447144,-0.33614665269851685 +456,2.1345405319550768,-0.866385824223849,-3.0049249528232322,0.5473777651786804,0.761993408203125,0.3460400402545929,-2.4886045455932617,-1.3868201971054077,0.7656377553939819,1.1042640209197998,0.27886962890625,1.3675525188446045 +457,1.6796218432107195,-0.8779621182389541,3.0693986638546034,0.6349422335624695,0.7694388628005981,0.06937199085950851,1.0026477575302124,0.9952338337898254,-0.7534621357917786,-0.17170053720474243,0.2825479507446289,0.05048585683107376 +458,1.4554260397410943,-0.9056932893847132,2.9073543947193223,0.6130375266075134,0.7868531942367554,-0.07104179263114929,1.694891333580017,-0.24877916276454926,-1.6377757787704468,-0.456848680973053,0.34394508600234985,-0.2883484959602356 +459,1.159085772125075,-0.9744250563681852,2.576988320093577,0.5147113800048828,0.8273791074752808,-0.22475717961788177,1.6607463359832764,-0.4752371311187744,-0.69700026512146,-0.1350727677345276,-0.020479202270507812,0.01694771647453308 +460,0.8614284386618342,-0.9948336510468258,2.2820236408456527,0.41326045989990234,0.8386684060096741,-0.3547552525997162,1.3345370292663574,0.27452850341796875,-0.8140971064567566,0.020577430725097656,-0.2719874382019043,0.11600100994110107 +461,0.6840988108986211,-0.9515552354266098,2.0839679258318107,0.3668091893196106,0.8143191933631897,-0.449817031621933,0.5131966471672058,-0.8126121759414673,-0.31845152378082275,0.2602812945842743,0.025585651397705078,0.1303132176399231 +462,0.6689354231219935,-0.880080113331539,2.109418774677491,0.395091712474823,0.7707899212837219,-0.49978533387184143,0.18192724883556366,-0.9770014882087708,1.161447525024414,0.3410837948322296,0.3469926118850708,0.24180498719215393 +463,0.693281331112425,-0.8629468697865047,2.3079529351331365,0.41552066802978516,0.7597619295120239,-0.500104546546936,-1.4656221866607666,-1.74076247215271,1.9988925457000732,0.4630041718482971,0.13966751098632812,0.21473461389541626 +464,0.970051256654152,-0.8066679859375598,2.722974846715256,0.5707650184631348,0.7219857573509216,-0.391105979681015,-1.3252949714660645,0.9029300808906555,2.7726073265075684,0.5797171592712402,-0.25625693798065186,-0.2504650354385376 +465,1.1537140323978663,-0.47967938562063533,3.0864370541663235,0.8110924959182739,0.4614947736263275,-0.35937684774398804,-0.7181769609451294,-2.0728325843811035,5.273706436157227,0.22102731466293335,0.022437721490859985,-0.23629575967788696 +466,1.0739078437045566,0.04752065607364933,-2.9640728965648746,0.8780776858329773,-0.04750277101993561,-0.47615447640419006,0.9484466314315796,-1.862468957901001,5.3200554847717285,-0.054133594036102295,0.5141928195953369,-0.17672336101531982 +467,0.7682646306589016,0.4411500159715322,-2.800963809808767,0.6283605694770813,-0.426979660987854,-0.6502701640129089,0.89899742603302,-2.6536643505096436,2.7567198276519775,0.08437740802764893,0.3457571566104889,0.3749406337738037 +468,0.44236504580211133,0.685556923257698,-2.6470236934625038,0.3313608765602112,-0.6331042051315308,-0.6995562314987183,1.5466890335083008,-0.8224268555641174,1.9648467302322388,0.21038711071014404,0.05833619832992554,0.21446412801742554 +469,0.21607519166767247,0.6725970805576797,-2.565086209614657,0.1677032709121704,-0.6230195164680481,-0.7640172243118286,-1.1967360973358154,-0.5287323594093323,-0.07386627793312073,0.026586905121803284,0.1823456883430481,0.009164929389953613 +470,0.12009743270056895,0.602166490241897,-2.5617459464433305,0.09873579442501068,-0.5664292573928833,-0.8181743025779724,-0.420042484998703,-0.2733953297138214,0.3919905126094818,0.01703263819217682,0.1943131685256958,0.1782206892967224 +471,0.06624102518116293,0.6119908880476743,-2.5419424581579735,0.054179027676582336,-0.574498176574707,-0.8167107701301575,-0.3271108567714691,0.13970881700515747,0.9069311618804932,0.042531177401542664,0.12386029958724976,0.48516786098480225 +472,-0.029022035776277433,0.5588497364586382,-2.446620445282996,-0.024603329598903656,-0.5302112698554993,-0.8475084900856018,0.16082614660263062,0.4100262522697449,0.7251700162887573,0.012716725468635559,-0.15995901823043823,0.019856512546539307 +473,-0.08174669464400788,0.6011028169339973,-2.440109915167122,-0.06734245270490646,-0.565552294254303,-0.8219583630561829,-0.8365161418914795,0.45619815587997437,-0.07529652863740921,0.06772392988204956,-0.38937318325042725,-0.02331751585006714 +474,-0.05918828725644271,0.5941601951840318,-2.45045371106132,-0.04901590570807457,-0.5598130822181702,-0.8271679282188416,-0.26722612977027893,0.24995361268520355,0.29245978593826294,0.08734598755836487,-0.13719314336776733,-0.21334415674209595 +475,-0.14953338867141164,0.5343073157877197,-2.354541897152179,-0.1282126009464264,-0.5092450380325317,-0.8510176539421082,-0.9698511958122253,-0.5574986338615417,1.0892448425292969,-0.09059843420982361,-0.02966487407684326,0.26474446058273315 +476,-0.15807516977898992,0.39926546911927724,-2.279717504289393,-0.1450362652540207,-0.38874170184135437,-0.9098595380783081,-1.8101106882095337,-0.17532099783420563,0.5593277215957642,-0.015028432011604309,0.06668969988822937,0.1873711347579956 +477,-0.15572601779514986,0.45660972400052446,-2.2242741469601266,-0.13920803368091583,-0.44090768694877625,-0.8866913318634033,2.4821975231170654,0.5944143533706665,0.16938646137714386,-0.04971104860305786,0.020863771438598633,0.13833928108215332 +478,-0.10877337967326109,0.5809112312881408,-2.259783715065235,-0.09075131267309189,-0.548785924911499,-0.8310223817825317,0.6384019255638123,0.4372611939907074,0.2833491265773773,0.08589902520179749,-0.437633752822876,-0.13765132427215576 +479,-0.13444975770557002,0.5254040511419896,-2.2495302186274273,-0.11596523970365524,-0.5015625953674316,-0.8573138117790222,-0.27934688329696655,-0.971095085144043,-0.2603413462638855,-0.19087375700473785,0.02675485610961914,-0.4113171100616455 +480,-0.13954912536221722,0.45765058614603743,-2.2939741745385565,-0.12478262931108475,-0.4418416917324066,-0.8883722424507141,-0.010518708266317844,-0.5701087713241577,-0.08116067945957184,0.042614057660102844,0.16030177474021912,-0.2014409899711609 +481,-0.1486361816883166,0.43834408125845936,-2.3615413699670644,-0.13408848643302917,-0.4244406819343567,-0.8954721689224243,-0.5284267663955688,0.1440817415714264,-0.5888043642044067,0.032953232526779175,0.1257041096687317,0.3100229501724243 +482,-0.10142225042541224,0.3969405694523062,-2.448393141714642,-0.09337619692087173,-0.3865986168384552,-0.9175088405609131,-0.14152483642101288,0.21799948811531067,-0.8900269865989685,0.02756504714488983,-0.0107249915599823,0.09275603294372559 +483,-0.06861017271131956,0.34987236612124656,-2.4996098266011586,-0.06440296769142151,-0.34277790784835815,-0.9372062683105469,-1.5915273427963257,-0.2676701843738556,-0.258951336145401,0.06646290421485901,-0.22379618883132935,0.09164047241210938 +484,-0.049530573805128104,0.2756512346643191,-2.4536355079216676,-0.047641217708587646,-0.2721736431121826,-0.9610680937767029,-0.1575884073972702,1.4363893270492554,1.3870139122009277,0.28491538763046265,-0.0795566737651825,-0.5979223847389221 +485,-0.07593279464196478,0.33142361842072005,-2.359959986866468,-0.0717315599322319,-0.3253895044326782,-0.9428553581237793,0.08730718493461609,-0.8291829228401184,0.586995005607605,0.0206298828125,0.1533009111881256,-0.05580180883407593 +486,-0.11613805207596987,0.40153003885884014,-2.3019557902932566,-0.10666075348854065,-0.39082714915275574,-0.9142634272575378,0.7519242167472839,0.019223205745220184,0.7218400835990906,-0.019788824021816254,0.008884400129318237,0.49794262647628784 +487,-0.10798989321406928,0.4013513530412303,-2.2466422255672467,-0.09921526163816452,-0.39066267013549805,-0.9151715636253357,0.20986957848072052,0.38956311345100403,0.28431224822998047,0.006792768836021423,0.03206586837768555,0.1030072569847107 +488,-0.09491852787567157,0.433138256006303,-2.269490831686863,-0.08602378517389297,-0.4197213053703308,-0.9035673141479492,-0.2315617948770523,0.06273442506790161,-0.4995097517967224,-0.03615334630012512,-0.1833975911140442,0.06570720672607422 +489,-0.011028663352454766,0.4024792393834549,-2.3151220292840153,-0.010147186927497387,-0.3917006850242615,-0.9200367331504822,-0.6654087901115417,0.7673450708389282,-0.14343151450157166,-0.06428518891334534,-0.420478880405426,-0.4281688332557678 +490,-0.013405851490288995,0.348960970209138,-2.2990586947662446,-0.012597482651472092,-0.3419215977191925,-0.9396440386772156,-0.8276679515838623,-0.09201820194721222,-0.16180385649204254,-0.1342988908290863,0.18332171440124512,-0.2537153363227844 +491,-0.025311426305298777,0.43021871191670974,-2.347558873899737,-0.02300245501101017,-0.41706958413124084,-0.908583402633667,1.9262371063232422,-0.6644507646560669,-0.8610098958015442,0.025596454739570618,0.21177786588668823,0.367903470993042 +492,-0.036612880952300836,0.5338852507548815,-2.4217966814574656,-0.03151066228747368,-0.5088817477226257,-0.8602595329284668,-0.10291610658168793,0.2106155902147293,-0.4992810785770416,-0.003676101565361023,0.06569021940231323,0.5730738639831543 +493,0.015062034201406522,0.47945877402543474,-2.433223098514155,0.013363204896450043,-0.46129903197288513,-0.8871440887451172,-0.47139593958854675,0.4725683629512787,0.05011172592639923,-0.024700477719306946,-0.028324991464614868,-0.1487445831298828 +494,0.03713711752983673,0.4664540656833669,-2.4608919123436896,0.033162083476781845,-0.4497219920158386,-0.8925527334213257,-0.7279900908470154,0.63499516248703,0.1982475221157074,0.14019303023815155,-0.3755648732185364,-0.07342016696929932 +495,0.022144417055260802,0.4245595795202654,-2.3841653166075933,0.02017679251730442,-0.411919504404068,-0.9109967947006226,-0.41644030809402466,-0.7150236368179321,0.6493214964866638,0.09141072630882263,0.10895627737045288,-0.17735153436660767 +496,-0.057246414026635335,0.3910642228090572,-2.285887464889898,-0.05289563164114952,-0.3811725080013275,-0.9229894876480103,0.3826640844345093,-0.215121790766716,0.9235692024230957,-0.07662096619606018,0.12104067206382751,0.27665770053863525 +497,-0.07401464552833606,0.41401216567395893,-2.246144297096813,-0.0676996037364006,-0.40228575468063354,-0.9130076169967651,0.07143314927816391,0.3230825662612915,0.030221639201045036,-0.0702245831489563,0.10228270292282104,0.45713603496551514 +498,-0.03396867832970354,0.38603581639610934,-2.2545256328713474,-0.031462833285331726,-0.37651893496513367,-0.9258744716644287,-0.25707903504371643,0.5222477912902832,-0.12793883681297302,0.009566474705934525,-0.09285664558410645,-0.189710795879364 +499,0.023815236725049264,0.41512001588741576,-2.2855148700936345,0.02179049886763096,-0.4032997488975525,-0.914808452129364,0.5912530422210693,-0.37346169352531433,-0.45979148149490356,-0.0680093765258789,-0.41635662317276,-0.411027729511261 +500,-0.0009512845959028308,0.49708250919891545,-2.290423041611974,-0.0008361576474271715,-0.47686317563056946,-0.8789771199226379,0.5586768388748169,-0.6105218529701233,0.022354792803525925,-0.18875429034233093,0.22227025032043457,-0.19872057437896729 +501,-0.01916135581881987,0.5307811291325064,-2.358777449141123,-0.016523970291018486,-0.5062071681022644,-0.8622536063194275,1.049646019935608,-0.34760674834251404,-0.8902437686920166,0.06974661350250244,0.3175017237663269,0.153681218624115 +502,-0.010208275417372407,0.6596138142967799,-2.460246233411384,-0.008066734299063683,-0.6128117442131042,-0.7901877164840698,0.6486649513244629,-0.12752847373485565,-0.8171216249465942,0.0064187804237008095,0.22519272565841675,0.7475699782371521 +503,0.04594052941482905,0.5250269708103917,-2.475589797008039,0.039738837629556656,-0.5012363195419312,-0.8643974661827087,-3.21303391456604,0.5062371492385864,0.7063930034637451,0.06203728914260864,-0.16448932886123657,0.26132428646087646 +504,0.1159007549004486,0.36326811437154144,-2.425708299803854,0.10809475183486938,-0.3553309738636017,-0.9284694194793701,0.7278314232826233,0.6979697942733765,-0.05822114646434784,0.05579990893602371,-0.2997288405895233,-0.6988651752471924 +505,0.08114642777618836,0.37764466078794223,-2.3784446499025185,0.07534574717283249,-0.36873212456703186,-0.9264770150184631,0.8963549137115479,-0.6957210898399353,0.8011149168014526,0.14128327369689941,0.11148419976234436,-0.5022949576377869 +506,0.001320084591862901,0.4095010025308744,-2.310228647306782,0.0012109391391277313,-0.3981516361236572,-0.9173188209533691,-0.48799267411231995,-0.4966631829738617,0.8847672939300537,0.01738952100276947,0.09682106971740723,0.15070199966430664 +507,-0.07047617400253534,0.4383806627308885,-2.240896087388071,-0.06375914812088013,-0.4244738221168518,-0.9031925201416016,0.6134858727455139,-0.16604085266590118,0.1091606616973877,-0.09180419892072678,0.2227678894996643,0.46001625061035156 +508,-0.08444394057780852,0.4665573483081918,-2.238275124571285,-0.07532915472984314,-0.4498142600059509,-0.8899397253990173,-0.47281160950660706,0.2009141743183136,0.2140737622976303,0.04520829766988754,-0.05810505151748657,0.44960159063339233 +509,-0.03162257054424367,0.38848514923307803,-2.236455973488116,-0.029261304065585136,-0.3787868916988373,-0.925021231174469,-0.2927923798561096,0.31535059213638306,-0.12285473197698593,-0.029164597392082214,-0.3205386698246002,-0.3689393401145935 +510,0.012158393340287402,0.4410179580689175,-2.257525785989533,0.010994778014719486,-0.4268602430820465,-0.9042507410049438,1.1017621755599976,-0.5241861939430237,-0.16559645533561707,-0.1531761735677719,-0.1515088677406311,-0.5978243947029114 +511,-0.002816966661280697,0.4525817283692227,-2.2855373162397385,-0.0025333543308079243,-0.4372887909412384,-0.8993175625801086,-0.05201040208339691,-0.16605620086193085,-0.34406155347824097,-0.07725484669208527,0.2361932098865509,-0.15021240711212158 +512,-0.04172542848313509,0.5117962045944265,-2.348304234817891,-0.036368437111377716,-0.4897440969944,-0.8711073994636536,0.8856885433197021,-0.7883384823799133,-0.991753876209259,-0.06707090139389038,0.3016337454319,0.5601790547370911 +513,-0.021114291321906654,0.5318143314592995,-2.4213718737420553,-0.01819681189954281,-0.5070978999137878,-0.8616963624954224,-0.9735967516899109,0.38671863079071045,-0.2313065081834793,-0.04263998568058014,-0.024319887161254883,0.5333577394485474 +514,0.02309116534196262,0.37658345262281206,-2.400319868636245,0.0214711781591177,-0.3677454888820648,-0.9296785593032837,-0.9380859136581421,0.3933197855949402,-0.1423162966966629,-0.10496726632118225,-0.09137621521949768,-0.4300931692123413 +515,0.09457566300401436,0.392669475985196,-2.421950215810365,0.08724738657474518,-0.382656067609787,-0.9197620153427124,0.2257765531539917,-0.3577159643173218,0.6035305857658386,0.41452261805534363,-0.09173965454101562,-0.7393261194229126 +516,-0.017798693289725193,0.4687462050045745,-2.3790049896368153,-0.01587800681591034,-0.45176810026168823,-0.8919941186904907,0.38409075140953064,-0.4569176733493805,0.6408222913742065,0.05320100486278534,0.05333060026168823,0.2538257837295532 +517,-0.09697691670899282,0.4520161087651949,-2.275617442775259,-0.08710069209337234,-0.43678003549575806,-0.8953416347503662,-0.17883571982383728,-0.3483552038669586,0.8259231448173523,-0.05003003776073456,0.19424161314964294,0.4445512890815735 +518,-0.11523088470279697,0.4192553949867148,-2.236094477512201,-0.1050182357430458,-0.40708044171333313,-0.9073349237442017,-0.6421355605125427,0.24580535292625427,0.4784483015537262,0.019401170313358307,-0.00254175066947937,0.34314119815826416 +519,-0.06725445195902731,0.32957400561081984,-2.228716507725003,-0.06358687579631805,-0.32363998889923096,-0.9440412521362305,-0.1693202555179596,0.20379525423049927,-0.3672298491001129,0.007022552192211151,-0.18701064586639404,-0.28046131134033203 +520,-0.01401774430784775,0.30545409781658495,-2.2232836451009477,-0.01336843241006136,-0.3007262945175171,-0.9536167979240417,0.6309164762496948,0.4248906672000885,-0.010870404541492462,-0.08582895249128342,-0.2306152582168579,-0.6938593983650208 +521,-0.05292999769895298,0.3958112737570403,-2.212775813829386,-0.048814862966537476,-0.3855568766593933,-0.9213919043540955,0.5304296016693115,-0.02009664848446846,-0.03920856863260269,-0.21478071808815002,0.2373482584953308,0.002156674861907959 +522,-0.030368883817900413,0.41514727679327296,-2.250178631970218,-0.027784986421465874,-0.403324693441391,-0.9146350026130676,0.4920409917831421,-0.25307461619377136,-0.20719704031944275,0.021406814455986023,0.205875962972641,0.14623290300369263 +523,-0.06462036962270479,0.47438694062583237,-2.2913673271456974,-0.057444535195827484,-0.4567931592464447,-0.8877162337303162,0.27455341815948486,-0.47792407870292664,-0.5075100064277649,-0.03493218123912811,0.1110442578792572,0.5267848372459412 +524,-0.06284168270767712,0.4271431158628769,-2.308515138913436,-0.057157907634973526,-0.4142723083496094,-0.9083564281463623,-0.24219021201133728,0.4124205410480499,0.0024505946785211563,-0.008882123976945877,-0.027835845947265625,-0.13708418607711792 +525,-0.03432998839246453,0.44729765407868544,-2.3257415803831942,-0.03094649873673916,-0.43253064155578613,-0.9010879993438721,0.6743416786193848,-0.1106879934668541,-0.16014285385608673,-0.002592310309410095,-0.29706835746765137,-0.35327601432800293 +526,-0.05485987482102885,0.47496583775606865,-2.304942463317796,-0.04876287654042244,-0.4573080539703369,-0.8879704475402832,0.4694826006889343,-0.42824387550354004,0.6858710050582886,0.11426885426044464,0.0719626247882843,-0.4747462272644043 +527,-0.022845507961035832,0.5451397891725531,-2.280374670791547,-0.01953246258199215,-0.5185376405715942,-0.8548316955566406,0.06674980372190475,0.04530217498540878,0.48700955510139465,0.1067974865436554,0.09501469135284424,0.22830581665039062 +528,-0.09571559160485284,0.5160675639007278,-2.2002640024190603,-0.08312314748764038,-0.4934636652469635,-0.8657853007316589,0.12556429207324982,-0.24597053229808807,0.39944761991500854,-0.021887823939323425,0.137979656457901,0.33833473920822144 +529,-0.18363163797007306,0.5008740247957427,-2.1576563477986195,-0.16017118096351624,-0.4801923930644989,-0.8624154925346375,-0.20892119407653809,-0.46638911962509155,0.2609955966472626,-0.033478111028671265,-0.004442006349563599,0.02783602476119995 +530,-0.15175441562337483,0.4750877953931477,-2.150862933901732,-0.1344306319952011,-0.4574165344238281,-0.8790327310562134,-0.2945307195186615,1.112614393234253,0.5215499401092529,0.004090055823326111,-0.3312492370605469,-0.09575974941253662 +531,-0.08680001000389082,0.47531936476391384,-2.1333763719820045,-0.07708106189966202,-0.4576224386692047,-0.88579922914505,0.3962269425392151,-0.21158450841903687,-0.005829166620969772,-0.04776635766029358,-0.1771431863307953,-0.4318735599517822 +532,-0.13094126319928104,0.46227041460834195,-2.1422006409794614,-0.11686334013938904,-0.44598138332366943,-0.8873801827430725,-0.9011662602424622,1.0194694995880127,-0.2247854769229889,-0.12126532196998596,0.15409597754478455,0.160527765750885 +533,-0.05041508260559391,0.4860421749194689,-2.152242851385314,-0.04455756023526192,-0.4671300947666168,-0.8830651640892029,0.7817068696022034,1.0430917739868164,-0.13206113874912262,-0.1526775360107422,0.22294369339942932,0.6033563017845154 +534,0.05772487568394628,0.4970834658632762,-2.1777965531712646,0.05071067065000534,-0.4768640100955963,-0.87751305103302,-0.7936444282531738,-0.697901725769043,-0.06280936300754547,0.021738067269325256,0.1449853479862213,0.14562523365020752 +535,0.025268705866497963,0.4779243655702279,-2.1923556491884817,0.02243499830365181,-0.45993709564208984,-0.8876680731773376,0.23242150247097015,0.8380858898162842,0.7262963056564331,0.2120162844657898,-0.16989994049072266,0.48639237880706787 +536,0.5262185960627188,0.6700824840412933,-2.306540000728094,0.39366212487220764,-0.6210506558418274,-0.6777361035346985,3.6666879653930664,9.180977821350098,-2.1223855018615723,0.13885435461997986,0.7811458706855774,1.1165484189987183 +537,1.66987132052644,0.2922935145691647,-2.6555357817344074,0.9528894424438477,-0.2881492078304291,0.09471762925386429,0.6936022639274597,6.17715311050415,-7.052684307098389,1.1815707683563232,1.745958685874939,-0.12183250486850739 +538,1.988318535843155,-0.5002068965525428,-2.31170420274312,0.8021043539047241,0.47960710525512695,0.3558166027069092,-0.6058325171470642,2.1835672855377197,-7.972049713134766,2.1840405464172363,1.159766674041748,-0.6032226085662842 +539,2.2510081501699726,-0.8826321869281497,-2.1464262147353015,0.4937676191329956,0.7724133133888245,0.39946380257606506,0.12080131471157074,-0.14551544189453125,-0.25996890664100647,0.9674598574638367,-0.7716349959373474,-0.33958834409713745 +540,2.446608392729555,-0.9970201600698744,-1.9246866913297913,0.3475992977619171,0.8398572206497192,0.4169105887413025,-1.4432998895645142,-0.23463547229766846,-2.4665122032165527,0.7511556148529053,-0.452100932598114,0.17987582087516785 +541,2.622166580427731,-0.992904224830252,-1.6821815967784195,0.27115342020988464,0.837615966796875,0.474210262298584,-0.38641849160194397,-0.4981710910797119,1.1024014949798584,1.4812726974487305,-0.7755584716796875,0.12253046035766602 +542,2.406294825935572,-0.8192284605633242,-1.978552323225232,0.45801761746406555,0.7306192517280579,0.5063744187355042,-0.08247385919094086,1.0083301067352295,3.205693483352661,0.9323326349258423,0.017320692539215088,0.3670079708099365 +543,2.337073187987179,-0.5267515504435663,-2.280407760505487,0.6228302121162415,0.5027278661727905,0.5994556546211243,-0.6195708513259888,1.4320576190948486,4.1444854736328125,0.47394096851348877,0.1089816689491272,-0.09158223867416382 +544,2.3382281513092935,-0.15498131269778503,-2.564596831750977,0.7110701203346252,0.15436163544654846,0.685967743396759,-1.0498899221420288,0.7533632516860962,4.586417198181152,0.20892804861068726,0.6344567537307739,-0.2370237112045288 +545,2.4083716683410583,0.1381492733330791,-2.7964345487932603,0.6628900766372681,-0.13771025836467743,0.7359435558319092,-0.2302303910255432,0.5143640041351318,2.8827223777770996,0.02464050054550171,0.9742275476455688,-0.3190428614616394 +546,2.4655717583947667,0.2450184577275308,-2.907527619828463,0.6070061326026917,-0.24257422983646393,0.7567699551582336,0.020276928320527077,-0.4474421739578247,-0.2674230933189392,-0.4910547137260437,1.1051840782165527,-0.41347795724868774 +547,2.3654432555783513,0.06266632780181389,-2.777257834017564,0.69916170835495,-0.06262531876564026,0.7122156023979187,0.8093344569206238,-1.5311580896377563,-3.900341272354126,-0.09488320350646973,1.0044130086898804,-0.15824520587921143 +548,2.220238558383505,-0.41098850903801476,-2.559292892504904,0.7301003932952881,0.39951571822166443,0.5543832182884216,1.4421236515045166,-2.4620769023895264,-5.712061405181885,0.7586691379547119,0.6622213125228882,0.25384438037872314 +549,2.220754723850671,-0.7418648945705201,-2.2210289341734497,0.5868992805480957,0.6756638884544373,0.4461248815059662,-1.8542207479476929,-2.28302264213562,-2.8276455402374268,0.567382276058197,-0.6686296463012695,-0.15564337372779846 +550,2.2974537732579146,-0.8110892339143557,-1.9195283848310016,0.5147407054901123,0.7250377535820007,0.4575612246990204,-0.22884207963943481,-0.15239615738391876,-1.392398715019226,0.4943840503692627,-0.5933086276054382,-0.16244101524353027 +551,2.3421372978310924,-0.873812092859829,-1.8494867986951138,0.4602331817150116,0.7667815089225769,0.44747254252433777,0.8090887665748596,0.22354437410831451,0.3979822099208832,1.1211267709732056,-0.6162382364273071,-0.01029294729232788 +552,2.2079092798347304,-0.7954881675898765,-2.026998718159764,0.5626203417778015,0.7142053842544556,0.41637617349624634,0.29610389471054077,0.901070773601532,2.065995693206787,0.884752094745636,-0.20134222507476807,0.45079612731933594 +553,2.153388766537942,-0.5797670405712901,-2.297396907031576,0.6985857486724854,0.5478290319442749,0.46028417348861694,0.17450743913650513,1.0579419136047363,3.922835350036621,0.8980787396430969,0.2639232873916626,0.10421472787857056 +554,2.1535811167277417,-0.16189209280645966,-2.542891852148129,0.824015736579895,0.1611858457326889,0.5431548357009888,-0.6990236639976501,0.6352695226669312,5.172582149505615,0.3261765241622925,0.6525653600692749,-0.28027641773223877 +555,2.2298927354376734,0.28358622954963764,-2.757442310900584,0.7589702010154724,-0.2798004150390625,0.587942361831665,-0.37667930126190186,0.6151776909828186,4.126384258270264,-0.04716283082962036,1.13238525390625,-0.45503824949264526 +556,2.364889503274318,0.4879065931177447,-2.958816547424838,0.6191444396972656,-0.46877777576446533,0.6300060749053955,0.37911906838417053,0.47630608081817627,1.1833702325820923,-0.5838356018066406,1.1791507005691528,-0.456956148147583 +557,2.337863922356842,0.3531866418292794,-2.9258502886036455,0.6755102872848511,-0.34588950872421265,0.6511884331703186,0.5811911225318909,-0.8057403564453125,-3.456928014755249,-0.4346197843551636,1.2066378593444824,-0.28351259231567383 +558,2.1727002036645375,-0.16923714031387693,-2.7354779843131394,0.812483549118042,0.16843043267726898,0.5581237077713013,2.185927152633667,-2.054246664047241,-6.786959171295166,1.1266188621520996,1.5933035612106323,0.3124055862426758 +559,2.1733601894073185,-0.7001124562452113,-2.345803070836456,0.6300826072692871,0.6443036794662476,0.43343842029571533,-1.9243097305297852,-1.3011471033096313,-3.1772773265838623,1.3479905128479004,-1.2972577810287476,-0.15313446521759033 +560,2.1245539108963807,-0.7321321094669027,-2.2345765756274134,0.6326004862785339,0.6684569120407104,0.391128808259964,-0.35635024309158325,-0.477861613035202,-1.321810245513916,0.033567607402801514,-0.2835234999656677,0.131301611661911 +561,2.2243309142707877,-0.8522727692500889,-2.017795147158113,0.5226296782493591,0.7527784705162048,0.4002280831336975,-0.11629495024681091,-0.015517378225922585,-1.6373591423034668,0.9071339964866638,-0.5922103524208069,-0.01445537805557251 +562,2.1670148489893863,-0.7969503819917958,-2.0370526874491177,0.5783076882362366,0.7152280807495117,0.39243945479393005,-0.5700327754020691,-0.598656952381134,2.0259296894073486,0.8333591222763062,-0.2251768708229065,0.15141397714614868 +563,2.082872635911805,-0.6046401163115527,-2.1915289743777904,0.7171772718429565,0.5684660077095032,0.4031166136264801,0.5601550340652466,0.9777036309242249,2.63631272315979,0.6913005113601685,0.18141180276870728,0.01912456750869751 +564,2.0515674171487603,-0.37752962726597344,-2.405610543907785,0.8241998553276062,0.3686251938343048,0.4298954904079437,0.6032439470291138,1.0296934843063354,3.398827314376831,0.14221549034118652,0.030651509761810303,-0.19892314076423645 +565,2.113115864768457,-0.09334886930554849,-2.6498482063040205,0.8527845740318298,0.09321335703134537,0.5138769149780273,0.5070238709449768,1.2612757682800293,3.561709403991699,-0.11970669031143188,0.41549941897392273,-0.3075476288795471 +566,2.218874204519483,0.10315702468932181,-2.8439453618193236,0.7930074334144592,-0.10297416895627975,0.6004461050033569,0.47416266798973083,0.9632960557937622,1.593989372253418,-0.22510582208633423,0.8178026676177979,-0.23457086086273193 +567,2.226476496018488,0.12721152459997637,-2.861296699665363,0.7862284183502197,-0.12686869502067566,0.6047717332839966,0.07364463806152344,-0.36740943789482117,-0.8956014513969421,-0.4395183324813843,0.7428507804870605,-0.21039319038391113 +568,2.0711594772975674,-0.06489042094156645,-2.6811769760650344,0.8755618333816528,0.06484489142894745,0.4787345230579376,-1.0965266227722168,-2.1324286460876465,-4.2894368171691895,-0.09072601795196533,0.7985278964042664,-0.046025753021240234 +569,1.9276052061628155,-0.48693390962201316,-2.4314697966507266,0.8281083106994629,0.46791836619377136,0.3086889386177063,-0.5486904978752136,-1.63974928855896,-4.124337196350098,0.9156049489974976,0.08135220408439636,0.2213251292705536 +570,1.9216609497287895,-0.6050064710529105,-2.179867692202425,0.7723882794380188,0.5687674283981323,0.282700777053833,-1.0946511030197144,-1.3532180786132812,-0.8896196484565735,-0.07106393575668335,-0.5752677321434021,-0.15379458665847778 +571,1.9707434562445558,-0.6803123482172065,-2.0452922237894406,0.716027021408081,0.6290358901023865,0.30268675088882446,-1.0180124044418335,0.03436371684074402,-1.608305811882019,0.11765217781066895,-0.3739699125289917,-0.03211796283721924 +572,2.097665664308644,-0.7698534736944233,-1.9088325585137231,0.6206396818161011,0.6960300207138062,0.36103805899620056,0.11704394966363907,0.21852628886699677,0.34650999307632446,1.2885093688964844,-0.7029881477355957,-0.3981321156024933 +573,1.8892358376429208,-0.5964616256384186,-1.967852176159978,0.7857344150543213,0.5617185831069946,0.2590239942073822,-0.31930088996887207,-1.9869067668914795,1.887026071548462,0.6776443719863892,-0.09792780876159668,-0.18062439560890198 +574,1.5730478752071055,-0.32848169558273177,-2.050245055006067,0.9465309977531433,0.32260626554489136,0.002131164073944092,0.6282991766929626,-4.306831359863281,3.025632381439209,0.7026085257530212,0.5057476162910461,-0.5223491191864014 +575,1.0263788590662328,-0.013821983299588263,-2.181718353509948,0.8553473353385925,0.01382154319435358,-0.5178703665733337,2.3456063270568848,-6.285970687866211,1.555437684059143,0.12699812650680542,0.9447203278541565,-0.04931408166885376 +576,0.4249411546141274,0.23289940769234635,-2.2831600515812083,0.40113648772239685,-0.2307996153831482,-0.8864654898643494,2.171797513961792,-5.912896633148193,0.588796079158783,0.5294665098190308,0.8561810851097107,0.46559756994247437 +577,0.06996090567324646,0.3778809328646247,-2.3426343478434055,0.06497203558683395,-0.3689517378807068,-0.9271748661994934,0.5382609963417053,-1.9431543350219727,-0.29338252544403076,0.32630908489227295,0.2781161665916443,0.6216176152229309 +578,0.017515492392962805,0.36431790649682433,-2.4203925521021863,0.016365062445402145,-0.3563120663166046,-0.9342237114906311,-0.8276661038398743,-0.2551130950450897,-0.28069230914115906,0.31043243408203125,-0.12453818321228027,0.1955304741859436 +579,0.03273767365690258,0.24644704014490973,-2.4127259752045886,0.031742844730615616,-0.24395990371704102,-0.9692656993865967,-0.05671700835227966,-0.04604791849851608,0.9846729636192322,0.4600784480571747,0.10902643203735352,-0.6319305896759033 +580,-0.027311728626798086,0.29990648810654325,-2.3203559605155526,-0.02608940191566944,-0.29543086886405945,-0.955007791519165,1.3757033348083496,-0.3699147403240204,0.9505128860473633,0.08839103579521179,-0.14682984352111816,0.4669707417488098 +581,-0.006076961981911924,0.35751902234936656,-2.2741685787505546,-0.005692667793482542,-0.34995120763778687,-0.9367506504058838,-1.7712311744689941,-0.8418331742286682,-0.08577193319797516,-0.05320626497268677,0.010885655879974365,0.6191389560699463 +582,-0.0453700913764907,0.3170082210548253,-2.310314667878278,-0.04309461638331413,-0.3117252588272095,-0.9491944909095764,1.5998327732086182,0.016700683161616325,-0.5874235033988953,-0.008129138499498367,-0.13938555121421814,-0.4692014455795288 +583,-0.09810618777719485,0.36387067997823425,-2.3698951085701867,-0.09153580665588379,-0.35589414834976196,-0.9300325512886047,-1.0193761587142944,-0.8670748472213745,-0.8680994510650635,-0.1259934902191162,-0.38315004110336304,-0.15018290281295776 +584,-0.09665226209339656,0.3954195603132429,-2.368405795361618,-0.08905528485774994,-0.38519540429115295,-0.9185279607772827,0.39760228991508484,0.3979477286338806,-0.2169998735189438,-0.28286242485046387,0.15294140577316284,0.1515907645225525 +585,-0.04920427342365897,0.3928476455769907,-2.373138529849164,-0.045437682420015335,-0.3828206956386566,-0.9227045774459839,1.1306992769241333,0.8395787477493286,0.38121479749679565,-0.08529962599277496,0.24767360091209412,0.2970331907272339 +586,0.02899843826510953,0.46363968424778806,-2.367651506608493,0.025933459401130676,-0.4472064971923828,-0.8940547108650208,1.1614004373550415,1.3751481771469116,0.17911231517791748,0.07875709235668182,0.09631538391113281,0.16521865129470825 +587,-0.019615766147636025,0.4307487574542381,-2.482763553868824,-0.017822789028286934,-0.41755127906799316,-0.9084785580635071,-0.797254741191864,-1.7220619916915894,-0.8440981507301331,0.07968191057443619,-0.26390624046325684,-0.05871504545211792 +588,0.006970049740535795,0.42091065860283894,-2.5393284805992753,0.006361633073538542,-0.4085918068885803,-0.912695050239563,1.1287906169891357,0.7630698084831238,-0.7931274175643921,0.09874090552330017,-0.33306166529655457,-0.443445086479187 +589,-0.018446360233321878,0.39325540911677176,-2.486222734584331,-0.017037319019436836,-0.3831973671913147,-0.9235093593597412,-0.691077709197998,-0.6349770426750183,1.0176491737365723,0.05783931910991669,0.07962372899055481,-0.2606489658355713 +590,-0.07668965794430666,0.30495323432355254,-2.3893085919023367,-0.07307959347963333,-0.30024856328964233,-0.9510573744773865,0.3555891513824463,-0.46996527910232544,0.7907188534736633,-0.02192162722349167,0.10310500860214233,-0.13382726907730103 +591,-0.11255876412306727,0.40939990525143755,-2.335891027103746,-0.10303899645805359,-0.3980588912963867,-0.911554753780365,0.6054720878601074,-0.20844081044197083,0.08507782965898514,-0.09309748560190201,0.1504545509815216,0.5591530203819275 +592,-0.11119278722660869,0.3976754550899214,-2.34182296290708,-0.1023046001791954,-0.38727623224258423,-0.9162700772285461,-0.7505460381507874,-0.18219773471355438,0.07919130474328995,0.0493108332157135,-0.06528419256210327,0.10193902254104614 +593,-0.08994160052179931,0.33842314525519174,-2.3571624086131426,-0.08472571521997452,-0.33200007677078247,-0.9394665956497192,-0.3779454529285431,0.38129180669784546,0.021779153496026993,0.02286657691001892,-0.26139897108078003,-0.39012324810028076 +594,-0.06467511089705179,0.3538925369810122,-2.347877842323275,-0.06062496453523636,-0.3465517461299896,-0.9360697269439697,0.400778204202652,0.19907251000404358,0.06617085635662079,-0.22837650775909424,0.13598045706748962,-0.3443715572357178 +595,-0.07201893465382224,0.39083051811585756,-2.3842236853176892,-0.06653065234422684,-0.3809564411640167,-0.9221962094306946,0.9144991636276245,-0.22429797053337097,-0.4352654814720154,-0.006925150752067566,0.25957274436950684,0.08342057466506958 +596,-0.03342804339774822,0.5238262268997956,-2.44900892570413,-0.028940340504050255,-0.5001969933509827,-0.8654279112815857,1.0846704244613647,0.06619884073734283,-0.8454219102859497,-0.02608284167945385,0.26409775018692017,0.5459546446800232 +597,-0.010124437206486309,0.5055429785934162,-2.475963067553964,-0.008857836946845055,-0.48428258299827576,-0.8748668432235718,-1.4468355178833008,-0.13421614468097687,0.22319935262203217,0.0456773042678833,0.03776460886001587,0.3506816625595093 +598,-0.016850295138514652,0.40542991706349674,-2.452276831252412,-0.015483558177947998,-0.39441385865211487,-0.9188024997711182,-0.35227835178375244,0.5641971826553345,0.06625407934188843,-0.0349772572517395,-0.18969258666038513,-0.24281859397888184 +599,0.03263466555971023,0.4156306224542348,-2.4423945490453085,0.0298509132117033,-0.403766930103302,-0.9143747687339783,-0.8085176348686218,-0.30802035331726074,0.8970454335212708,0.32841020822525024,-0.1552693247795105,-0.5211873650550842 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/r6.csv b/BoostRunClub/CoreML/DataSet/Motion/running/r6.csv new file mode 100644 index 0000000..ba448ce --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/r6.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-0.013589346551644224,0.4285831639729108,-2.388032301376039,-0.012359884567558765,-0.415582537651062,-0.9094715118408203,0.0054050409235060215,0.028413457795977592,0.1485951542854309,0.09603908658027649,0.15929588675498962,-0.027845382690429688 +1,-0.15142823463127017,0.3566114504763055,-2.2101909548893706,-0.14135946333408356,-0.34910088777542114,-0.9263617396354675,2.0294816493988037,1.1333874464035034,0.3876021206378937,-0.019086703658103943,0.20756036043167114,0.39384526014328003 +2,-0.06397179116371407,0.4961707306278247,-2.174544105995783,-0.0562191940844059,-0.47606152296066284,-0.8776131272315979,-0.006717219948768616,-0.19746427237987518,-0.1287364512681961,-0.0812930166721344,0.10150405764579773,0.3753548264503479 +3,-0.058537270042049123,0.49144357630079566,-2.2181002336484137,-0.05158006399869919,-0.4718991219997406,-0.8801424503326416,0.21528778970241547,0.0051228683441877365,-0.4694325029850006,0.014974236488342285,-0.1384219229221344,-0.011428594589233398 +4,-0.048766060317310685,0.4886331925305743,-2.2430303659659505,-0.04304216057062149,-0.4694194793701172,-0.8819255828857422,0.1392245590686798,-0.16633938252925873,-0.054274581372737885,-0.0813780128955841,-0.3426685333251953,-0.3510303497314453 +5,-0.06664629240288261,0.5109746574970936,-2.244346026548401,-0.05809042230248451,-0.48902764916419983,-0.8703318238258362,-0.030913906171917915,0.2128467559814453,-0.19228972494602203,-0.2501676380634308,0.06512320041656494,-0.09573262929916382 +6,-0.06090835183241643,0.4702042482243459,-2.2906805543358413,-0.05426475405693054,-0.4530683755874634,-0.8898226618766785,0.385304719209671,-0.39474907517433167,-0.4547610282897949,-0.02349403128027916,0.24437394738197327,-0.07071805000305176 +7,-0.056115834355958946,0.5561031779493832,-2.362671492030494,-0.047635212540626526,-0.5278805494308472,-0.8479817509651184,0.2640433609485626,-0.4742136001586914,-0.5011311769485474,0.046460285782814026,0.10992711782455444,0.4846242070198059 +8,-0.06801778996198718,0.5610212266518226,-2.3981620866270235,-0.05754709616303444,-0.532051146030426,-0.8447543382644653,-0.14943574368953705,-0.2271893471479416,-0.33329665660858154,-0.01018667221069336,-0.047645509243011475,0.19151031970977783 +9,-0.019347930395129182,0.5423404663355871,-2.4213680904908546,-0.016570527106523514,-0.5161420106887817,-0.8563427329063416,-0.11451692134141922,0.7083149552345276,-0.13209694623947144,0.01548716425895691,-0.27536189556121826,-0.19459110498428345 +10,0.022724291617041602,0.5049473052055402,-2.3865231599254746,0.01988658681511879,-0.4837613105773926,-0.8749740123748779,0.04122234135866165,-0.07529708743095398,1.0357650518417358,0.2082628309726715,0.032330065965652466,-0.5361893177032471 +11,-0.019151292958303503,0.5147214396560644,-2.2937470158449726,-0.016668839380145073,-0.4922924041748047,-0.8702702522277832,0.42996689677238464,-0.10762732475996017,0.6837655305862427,0.10407118499279022,0.20182612538337708,0.02386528253555298 +12,-0.07053667633475251,0.6019399788307277,-2.1947923476115774,-0.058090854436159134,-0.566242516040802,-0.8221890330314636,0.5285905599594116,0.25000014901161194,0.9953247308731079,-0.057265594601631165,0.16112172603607178,0.5903164744377136 +13,-0.11326398867893372,0.5116563841158542,-2.114988066791776,-0.09854777902364731,-0.48962217569351196,-0.8663477897644043,-1.9663127660751343,-0.02012368105351925,0.41241493821144104,-0.0636989176273346,0.021925032138824463,0.3201441764831543 +14,-0.08982254257078959,0.2730085904945204,-2.1054054277075296,-0.08637961745262146,-0.2696298062801361,-0.9590820074081421,-1.93305504322052,0.8121147155761719,0.4550988972187042,0.03993186354637146,-0.2280813753604889,-0.3335205316543579 +15,-0.09115540000863882,0.1720092911525763,-2.053845521359563,-0.08968587964773178,-0.17116233706474304,-0.981152355670929,0.35890549421310425,-0.239501491189003,0.6898759603500366,-0.07098916918039322,-0.03550270199775696,-0.567065417766571 +16,-0.07098254534508601,0.20518084735908848,-2.012050374491125,-0.06943528354167938,-0.20374421775341034,-0.9765587449073792,-0.6670295596122742,-0.2531965970993042,-0.5255706310272217,-0.02948743849992752,0.31508761644363403,-0.10727298259735107 +17,-0.08373486311139326,0.29736874692639925,-2.0780674185489856,-0.07996628433465958,-0.29300546646118164,-0.9527608156204224,1.7324676513671875,-0.07083924114704132,-0.8075665235519409,0.03913377225399017,0.21498727798461914,0.49461573362350464 +18,-0.08133006325671176,0.3861139160092332,-2.132986266407191,-0.07525946944952011,-0.3765912652015686,-0.9233173727989197,-0.33925071358680725,-0.01579079031944275,-0.19637301564216614,0.04324652999639511,-0.016337811946868896,0.5892720222473145 +19,-0.0199553598407095,0.23484157080733495,-2.0756538152627897,-0.01940632052719593,-0.23268890380859375,-0.9723575711250305,-2.3803882598876953,0.9320037961006165,0.8196495771408081,-0.08809185028076172,-0.20690155029296875,-0.05808371305465698 +20,0.04743372223430615,0.0807880259903818,-1.9912568489898852,0.04726128652691841,-0.08070017397403717,-0.9956173300743103,-0.30602386593818665,-0.23284633457660675,1.4895349740982056,0.4809369444847107,0.19060923159122467,-0.9579043984413147 +21,-0.02386983633795082,0.20817210513809714,-1.880090226558478,-0.023352276533842087,-0.2066718190908432,-0.9781315922737122,1.6467938423156738,0.11732019484043121,1.0954976081848145,0.14446128904819489,0.1554633229970932,0.14817559719085693 +22,-0.041231069322415104,0.2451721713913581,-1.7763873735579723,-0.0399867445230484,-0.24272334575653076,-0.9692710638046265,-0.29449671506881714,-0.040736474096775055,1.0343176126480103,-0.0653904527425766,0.09147824347019196,0.42866748571395874 +23,-0.09447681194375107,0.2378477024133406,-1.7199626894316158,-0.09168050438165665,-0.2356114685535431,-0.9675132632255554,-0.3760828375816345,-0.2709614634513855,0.19357767701148987,-0.11760904639959335,-0.010024502873420715,0.4976646900177002 +24,-0.11966255823391891,0.06869843260882452,-1.704648060277056,-0.11909559369087219,-0.06864441186189651,-0.9905070066452026,-2.9015402793884277,0.185480996966362,0.29636505246162415,-0.2010948359966278,-0.1315508931875229,0.1520060896873474 +25,-0.09885171756891108,-0.23198730205046963,-1.7559960109315498,-0.09604702144861221,0.22991204261779785,-0.9684603214263916,-1.7519482374191284,-0.8802744746208191,-0.256233811378479,-0.05832614749670029,-0.29209160804748535,-1.194671392440796 +26,-0.12232935341178817,-0.2112008309077589,-1.7383710704674709,-0.119313083589077,0.2096341997385025,-0.970473051071167,1.5685288906097412,0.18147991597652435,-0.34916096925735474,-0.2089034616947174,0.4621950387954712,-0.426530122756958 +27,-0.14257835912424371,-0.07975132414713022,-1.773177190090811,-0.14164413511753082,0.07966680824756622,-0.9867067337036133,2.0120749473571777,-0.033399004489183426,-0.37918493151664734,0.04589523375034332,0.21705560386180878,0.13319110870361328 +28,-0.10709484314770724,0.18923383705087993,-1.839332620609301,-0.10498210787773132,-0.1881064623594284,-0.9765217304229736,1.7822661399841309,0.1415816992521286,-1.394433617591858,-0.07514790445566177,0.1744498610496521,0.7408955097198486 +29,-0.11028460439832798,0.15644756404739704,-1.945888030693132,-0.10871700942516327,-0.15581014752388,-0.9817860126495361,-1.298925518989563,0.11058028042316437,-0.42247274518013,0.04748348891735077,-0.1067173182964325,0.31682324409484863 +30,-0.08476633597542929,-0.028200915737515476,-1.9808378742228523,-0.08463119715452194,0.02819717861711979,-0.9960132837295532,-1.8298155069351196,0.2824402153491974,0.07529910653829575,0.06296371668577194,-0.27619826793670654,-0.3887218236923218 +31,-0.07408463491150062,-0.07784626130176209,-1.938677503750057,-0.0737927258014679,0.07776766270399094,-0.9942368268966675,1.4468495845794678,-0.1785527616739273,0.7428061962127686,0.0833599865436554,0.25632351636886597,-0.641581654548645 +32,-0.09803262318923002,0.012391330170878012,-1.8706518555800689,-0.09786815941333771,-0.012391013093292713,-0.9951222538948059,1.612476110458374,-0.6807854771614075,0.7394972443580627,0.0036603957414627075,0.12292568385601044,-0.07854717969894409 +33,-0.05567720631075878,0.26429984114048977,-1.839058105970819,-0.05371608957648277,-0.26123347878456116,-0.963779866695404,1.6930582523345947,0.3775836229324341,-0.429131418466568,-0.15319308638572693,0.14824214577674866,0.599766194820404 +34,-0.05954366464088324,0.28532869800758465,-1.8926338119962636,-0.0571025088429451,-0.2814728617668152,-0.9578686356544495,-1.4766665697097778,0.2643178403377533,-0.3918290436267853,-0.0820576399564743,-0.03384998440742493,0.5719739198684692 +35,-0.06686866381404971,0.07164627914558695,-1.923684480551639,-0.06664741784334183,-0.07158499956130981,-0.9952053427696228,-2.8393492698669434,-0.2701108157634735,0.07676916569471359,0.013852007687091827,-0.21158760786056519,-0.2540164589881897 +36,-0.07938690982417138,0.0053697615907847655,-1.930767180058384,-0.07930240780115128,-0.005369735881686211,-0.9968361258506775,0.6766109466552734,-0.08312971144914627,0.34228140115737915,-0.11291255801916122,0.03455979749560356,-0.56564861536026 +37,-0.07297395862042476,0.08083613735770255,-1.9451042517492863,-0.07267113029956818,-0.08074812591075897,-0.9940817952156067,0.6675171256065369,-0.28438982367515564,-0.2958882749080658,-0.05739479511976242,0.26234298944473267,-0.04853600263595581 +38,-0.07203247627522442,0.2672305510037118,-2.0025123958446938,-0.06941568106412888,-0.26406130194664,-0.9620047211647034,2.137659788131714,-0.06818573921918869,-1.181980848312378,-0.14164388179779053,0.2879718244075775,0.5725088715553284 +39,-0.07174290605718076,0.32549405795377256,-2.1181614641748903,-0.0679175928235054,-0.3197769522666931,-0.9450554847717285,-0.6752058267593384,0.3102249205112457,-0.6282374858856201,0.0968330055475235,0.0062088072299957275,0.5157952308654785 +40,-0.0355121723177943,0.17017797433462087,-2.1167733258673502,-0.034991830587387085,-0.1693577617406845,-0.9849332571029663,-2.125335693359375,0.5644606947898865,0.39027541875839233,0.008319467306137085,-0.11338759958744049,0.06647622585296631 +41,-0.03872824796908587,-0.06789824589487885,-2.040579106824094,-0.038629353046417236,0.06784608960151672,-0.996947705745697,-1.3818095922470093,-0.828363835811615,1.0728293657302856,0.13079243898391724,0.19639036059379578,-1.1419682502746582 +42,-0.09775484042661951,0.017126371890647342,-1.9940313684387305,-0.09758491069078445,-0.017125533893704414,-0.9950798749923706,1.7253365516662598,-1.0012649297714233,0.623943030834198,0.16534918546676636,0.14276640117168427,-0.1567298173904419 +43,-0.15173231149093766,0.2709037578879401,-1.9198555062275746,-0.14563821256160736,-0.2676023542881012,-0.9524592161178589,2.458704948425293,-0.20565839111804962,0.0030380897223949432,-0.10848166048526764,0.1611417829990387,0.7191828489303589 +44,-0.2013721098321668,0.3263723349248871,-1.9222852857980868,-0.18945549428462982,-0.3206089735031128,-0.9280713796615601,-0.6692651510238647,-0.4671388864517212,-0.0764884278178215,-0.10200263559818268,0.06809127330780029,0.41922128200531006 +45,-0.16895942776017817,0.2724685556975266,-1.9845306268993523,-0.16195330023765564,-0.2691097557544708,-0.9493951201438904,-0.2741050720214844,-0.49762967228889465,-0.8031069040298462,-0.10872235894203186,-0.027093887329101562,-0.6434088349342346 +46,-0.18128910090965308,0.32343633896703156,-2.104989163771599,-0.1709490567445755,-0.31782659888267517,-0.9326106905937195,0.47145581245422363,-0.12390066683292389,-1.0367889404296875,-0.073023721575737,-0.40891900658607483,-0.2529972195625305 +47,-0.16588293209157046,0.2704677603284512,-2.157902801611462,-0.1591203212738037,-0.26718223094940186,-0.9504179954528809,-1.233189582824707,-0.010358751751482487,0.24750123918056488,0.12463545799255371,0.10144126415252686,-0.39484262466430664 +48,-0.15529855792233976,0.2784726759036028,-2.1450236251477683,-0.14871643483638763,-0.27488747239112854,-0.9499053955078125,1.581708312034607,0.28765180706977844,-0.7597634196281433,-0.07763244211673737,0.27340736985206604,0.40667724609375 +49,-0.08237167254985124,0.37041435127842326,-2.2554329151801324,-0.07669821381568909,-0.3620017170906067,-0.9290167689323425,-0.8070028424263,0.5592286586761475,-0.4497063457965851,0.2007521688938141,-0.0067116618156433105,0.6507880091667175 +50,-0.12315339085441934,0.1694243670866912,-2.2185537492249536,-0.12108346074819565,-0.16861498355865479,-0.9782166481018066,-2.5145139694213867,-0.3105654716491699,1.090116262435913,-0.032114773988723755,-0.08584058284759521,-0.10242605209350586 +51,-0.1493385090145694,-0.04929214394525625,-2.1756645566042594,-0.14860332012176514,0.04927218705415726,-0.9876686334609985,-2.37471604347229,-0.24285297095775604,0.9566733241081238,0.22004497051239014,0.05540310963988304,-0.667162299156189 +52,-0.18711801086776375,-0.017662299741392235,-2.124109592347948,-0.18599897623062134,0.017661381512880325,-0.9823911786079407,1.4076898097991943,-0.3153330385684967,0.5549511909484863,0.21009261906147003,0.06670445948839188,-0.11962902545928955 +53,-0.2114328111085596,0.10599424166590718,-2.0288291978465782,-0.20868325233459473,-0.10579588264226913,-0.9722440838813782,1.507397174835205,-0.11146331578493118,0.2472972273826599,-0.0055196285247802734,0.08061888068914413,0.4640043377876282 +54,-0.25339873473988805,0.18578560769086458,-1.9920042518371333,-0.2463814914226532,-0.18471868336200714,-0.9514069557189941,0.028717823326587677,-0.4810096025466919,0.2694206237792969,0.009687155485153198,0.004314005374908447,0.39894723892211914 +55,-0.27394280695832557,0.19001944573976226,-1.9626859093702287,-0.2656599283218384,-0.18887798488140106,-0.9453834891319275,-0.6284839510917664,0.2757682204246521,0.052910976111888885,-0.19163072109222412,-0.09116657078266144,0.09745258092880249 +56,-0.2437923746716157,0.18731278058070824,-2.012233699665544,-0.23716233670711517,-0.18621934950351715,-0.9534549713134766,-0.5748848915100098,-0.032119669020175934,-0.10765566676855087,-0.11627700924873352,-0.38662612438201904,-0.49600791931152344 +57,-0.2578691909344706,0.22999727342463092,-2.0304999890323128,-0.2483053207397461,-0.22797486186027527,-0.9414732456207275,0.3446054756641388,0.31651434302330017,-0.5023318529129028,-0.10093782842159271,0.10955141484737396,-0.15253609418869019 +58,-0.26287368964427316,0.29062542596601293,-2.065567981551883,-0.2489594668149948,-0.28655147552490234,-0.9251526594161987,1.0141162872314453,-0.2799568176269531,-1.0796133279800415,-0.05337817966938019,0.32782649993896484,0.30125129222869873 +59,-0.17140849098324132,0.4054382746566676,-2.1929033594249625,-0.1567421704530716,-0.3944215476512909,-0.9054631590843201,0.0294265765696764,1.0905970335006714,-1.4522501230239868,0.026737287640571594,0.2199678122997284,0.8109502196311951 +60,-0.04461457184388478,0.2345358173613733,-2.2699283944545217,-0.04337873309850693,-0.23239153623580933,-0.97165447473526,-3.349168300628662,0.10285775363445282,0.44347167015075684,0.08837690949440002,-0.07665996253490448,0.17732775211334229 +61,-0.04904952916584974,-0.01820683750584851,-2.2183837249203795,-0.04902173578739166,0.018205830827355385,-0.9986317753791809,-1.2817190885543823,-0.2857853174209595,0.12970389425754547,-0.11185167729854584,0.051938820630311966,-0.6651713252067566 +62,-0.10446302924765342,-0.060067439252739836,-2.1823897053063064,-0.10408508032560349,0.06003132462501526,-0.9927549958229065,1.3859682083129883,0.21585729718208313,-0.04866570979356766,-0.07734190672636032,0.14901408553123474,-0.49590766429901123 +63,-0.1407405646109639,0.01994261011802132,-2.11868456820305,-0.14024850726127625,-0.019941288977861404,-0.9899154901504517,1.5133206844329834,-0.13829095661640167,0.6756926774978638,-0.03602100908756256,0.0569133386015892,0.18940895795822144 +64,-0.1668211902189653,0.14941803084766742,-2.0739811481863697,-0.1641983836889267,-0.14886267483234406,-0.9751301407814026,-0.009126054123044014,-1.251674771308899,-0.008659712970256805,0.0003189891576766968,0.07125647366046906,0.5727863907814026 +65,-0.22930934495916622,0.10226859643727253,-2.0492686828256934,-0.2261173576116562,-0.10209041833877563,-0.9687355160713196,-0.8554278612136841,-0.5396873354911804,0.23620983958244324,-0.1309840828180313,0.03838498145341873,0.17341691255569458 +66,-0.2873361349007353,0.04663846970985658,-2.0937181729473155,-0.28309041261672974,-0.04662156477570534,-0.9579594135284424,0.40743592381477356,-0.7550417184829712,-0.4301707446575165,-0.12384623289108276,-0.24233412742614746,-0.8084437847137451 +67,-0.3063934102445709,0.10456054515483482,-2.0889963933348006,-0.2999746799468994,-0.1043701246380806,-0.9482204914093018,0.6785420775413513,-0.33903318643569946,0.6185292601585388,0.15825104713439941,0.495635986328125,-0.37905001640319824 +68,-0.26917615578805343,0.09651570737079203,-2.072832713393155,-0.26469966769218445,-0.09636592864990234,-0.9595038890838623,-1.512747883796692,0.023061050102114677,0.23795925080776215,-0.04590824246406555,0.20899105072021484,0.031815290451049805 +69,-0.24889586761334687,0.14291287508222586,-2.162477722380619,-0.24382270872592926,-0.14242689311504364,-0.9593044519424438,0.9268014430999756,0.2585110664367676,-1.0525633096694946,0.16414131224155426,0.012772977352142334,0.3292538523674011 +70,-0.25742875458184067,0.2105047495009846,-2.2157736972927746,-0.24897484481334686,-0.20895352959632874,-0.9457007646560669,0.17642755806446075,-0.0419325977563858,-0.015872487798333168,0.23119835555553436,-0.10900911688804626,0.3256446123123169 +71,-0.21002602755892505,0.09823113169097361,-2.1684849302123204,-0.2074802815914154,-0.09807322919368744,-0.973310649394989,-2.4530465602874756,0.6552638411521912,1.1159876585006714,0.0369938462972641,-0.12606310844421387,0.1668683886528015 +72,-0.1691637710033876,-0.10046129402976348,-2.0965572481142356,-0.1675092577934265,0.1002923920750618,-0.9807558655738831,0.6586277484893799,-0.4978269636631012,0.5208085179328918,-0.0011461377143859863,0.4509771466255188,-1.4325742721557617 +73,-0.1665895463953915,0.04780220187804921,-2.0803510879460316,-0.16563066840171814,-0.047784000635147095,-0.9850295186042786,0.7246758937835693,-0.09569789469242096,0.29309120774269104,0.09023699164390564,-0.049536556005477905,0.19785910844802856 +74,-0.19968904417705516,0.08758548420094281,-2.015929008465495,-0.1976041942834854,-0.0874735489487648,-0.9763713479042053,0.2832081615924835,0.11998376250267029,0.052504315972328186,-0.1973390281200409,0.023661285638809204,0.5442729592323303 +75,-0.20276282883110314,0.10324667507647979,-2.048004309021614,-0.20030395686626434,-0.10306333750486374,-0.974297821521759,-0.1172558069229126,0.16900885105133057,-0.5894339084625244,-0.16738706827163696,-0.045755624771118164,0.3052304983139038 +76,-0.205660407904081,0.15773045335168442,-2.144477475806491,-0.20167864859104156,-0.15707723796367645,-0.9667742848396301,-0.11926907300949097,0.10196705162525177,-0.9949399828910828,-0.06325967609882355,-0.13027626276016235,-0.001945197582244873 +77,-0.2146420787807279,0.20751086712800124,-2.2386005162601976,-0.2084282487630844,-0.20602481067180634,-0.9560917615890503,-0.47372496128082275,0.27266815304756165,-0.7175595164299011,-0.10932078957557678,-0.21528562903404236,-0.1583796739578247 +78,-0.18646690274326708,0.201025671134741,-2.273797137068323,-0.1816549152135849,-0.19967445731163025,-0.9628767371177673,-0.4625682830810547,0.2996310889720917,1.3142824172973633e-05,-0.0879221111536026,0.08971962332725525,0.08151382207870483 +79,-0.19889672659416294,0.20699316300549406,-2.3181794171723307,-0.19337007403373718,-0.2055181860923767,-0.9593592882156372,0.902095377445221,0.1056535467505455,-1.343051552772522,0.040232881903648376,0.2521032691001892,0.4710628390312195 +80,-0.1544353972166611,0.2858942767943433,-2.3828181849376353,-0.14757856726646423,-0.28201553225517273,-0.9479914903640747,-0.3754027485847473,-0.13666847348213196,0.2553200125694275,0.23253950476646423,-0.13012436032295227,0.4891902208328247 +81,-0.1517195300698937,0.17860748197033638,-2.3360645041316466,-0.14873383939266205,-0.17765937745571136,-0.9727874398231506,-1.314636468887329,0.5108493566513062,0.8631197214126587,0.028235167264938354,-0.23927177488803864,-0.09198611974716187 +82,-0.15354439310665202,0.11755604405339702,-2.27682698161158,-0.1518862098455429,-0.11728547513484955,-0.9814146161079407,0.5940619111061096,-0.19984619319438934,-0.1281987577676773,0.1135103851556778,0.14292022585868835,-0.892410397529602 +83,-0.17615912779029863,0.23943800113106506,-2.229732181812374,-0.1702498197555542,-0.2371567040681839,-0.9564369916915894,0.44116342067718506,0.22570133209228516,0.6470075845718384,0.2097090482711792,0.1077469140291214,0.21026694774627686 +84,-0.24498153726815916,0.1550245722359856,-2.1146843914827613,-0.2396298348903656,-0.15440437197685242,-0.9585075974464417,0.23910781741142273,-0.23925040662288666,0.5628345608711243,-0.2652529776096344,0.11550971865653992,0.33443838357925415 +85,-0.2429524569072236,0.1325570590130754,-2.0970484000846543,-0.23845894634723663,-0.1321692019701004,-0.9621167778968811,-0.5756649374961853,-0.3939644992351532,-0.12634411454200745,-0.13849417865276337,0.010419324040412903,0.2914167046546936 +86,-0.2342565486898569,0.08162328093994811,-2.1402126430393977,-0.23134709894657135,-0.08153267949819565,-0.9694488048553467,-0.5382214784622192,-0.47750887274742126,-0.12821432948112488,-0.0023107528686523438,-0.09513358026742935,-0.23718571662902832 +87,-0.2568075047008883,0.06952980713961368,-2.1592646430404976,-0.25338035821914673,-0.06947379559278488,-0.9648687839508057,0.8389129638671875,0.2789202034473419,-0.5761042237281799,-0.34499305486679077,-0.19366401433944702,-0.29173821210861206 +88,-0.2512778767813698,0.11758213201170557,-2.172393915388867,-0.24692508578300476,-0.11731138080358505,-0.9619075059890747,0.6069931983947754,0.3290128707885742,-0.3392486572265625,-0.02222469449043274,0.28691279888153076,-0.2672032117843628 +89,-0.2550137335562912,0.15293743835968,-2.13103678247362,-0.2493142932653427,-0.15234193205833435,-0.956365168094635,0.8877652883529663,0.03805966675281525,0.021589819341897964,-0.012038245797157288,0.14034852385520935,0.262273371219635 +90,-0.22110880473941052,0.19496483545626483,-2.122733234473378,-0.21515659987926483,-0.19373203814029694,-0.9571706056594849,-0.6308370232582092,0.2278207689523697,-0.3525361120700836,0.02222447097301483,0.036337628960609436,0.5492879152297974 +91,-0.14184766734482382,0.05034756628569026,-2.128100478550031,-0.14119331538677216,-0.05032629892230034,-0.9887020587921143,-1.481887936592102,-0.01623498648405075,0.5584061145782471,0.17380134761333466,-0.04667382314801216,-0.18329501152038574 +92,-0.09142518219978432,-0.07678028945179334,-2.092110700133738,-0.09102889150381088,0.07670487463474274,-0.9928897619247437,-0.4743588864803314,-0.02028139866888523,0.304889053106308,-0.07639053463935852,-0.13328447937965393,-0.6619411110877991 +93,-0.10169313825069025,-0.09747081358386649,-2.0676761636514347,-0.10103609412908554,0.09731654822826385,-0.9901117086410522,1.407020926475525,-0.31241706013679504,0.40965884923934937,0.18251803517341614,0.15518589317798615,-0.6263433694839478 +94,-0.12162079906934149,-0.01759900972130012,-1.9949870859183498,-0.12130240350961685,0.017598101869225502,-0.9924595952033997,0.7485657334327698,-0.9338943958282471,0.9472500085830688,0.08895377069711685,0.05118852108716965,0.04394274950027466 +95,-0.15347289519108742,0.10404975631033682,-1.9332144997272642,-0.1520443558692932,-0.10386211425065994,-0.982901394367218,0.9757137894630432,-1.0641839504241943,0.09760614484548569,-0.03901094198226929,-0.004872024059295654,0.3157108426094055 +96,-0.19183384058362232,0.15424393087774396,-1.9278422403998976,-0.1883959025144577,-0.15363304316997528,-0.9700019955635071,0.7159081697463989,0.05494479835033417,-0.11636751890182495,-0.022480562329292297,-0.059318602085113525,0.10607987642288208 +97,-0.10970102210786634,0.166666412822373,-1.9294056315519228,-0.10796407610177994,-0.16589587926864624,-0.9802154302597046,0.7884555459022522,1.0130786895751953,0.11989149451255798,-0.05527444928884506,-0.07403330504894257,-0.5736938118934631 +98,-0.08401868296607962,0.28630938119455135,-1.9352369554749014,-0.08050371706485748,-0.2824137806892395,-0.9559087753295898,0.9602951407432556,0.29950466752052307,0.7910159230232239,-0.05999921262264252,-0.067912757396698,-0.35170841217041016 +99,-0.12041592622514317,0.3434368092924007,-1.943621314386,-0.11311017721891403,-0.3367251753807068,-0.9347845911979675,0.7125850319862366,-0.3390316665172577,-0.21964623034000397,0.09103071689605713,0.1627139449119568,0.11422795057296753 +100,-0.15356874315124744,0.3896538677488602,-1.9843828954892062,-0.1414996087551117,-0.3798682391643524,-0.9141542315483093,-0.01360716950148344,-0.9232882857322693,-0.3689815402030945,0.055165380239486694,0.16246101260185242,0.5310975909233093 +101,-0.24699019436948538,0.28664843552059255,-2.0518280506193807,-0.23451077938079834,-0.2827390134334564,-0.9300878047943115,-1.829463005065918,-0.39977335929870605,0.41414907574653625,0.12936246395111084,-0.18454614281654358,0.385577917098999 +102,-0.20428527062738053,0.030591974746899224,-2.014202023605115,-0.20277242362499237,-0.030587203800678253,-0.978748083114624,-2.2246811389923096,0.06992064416408539,1.1388423442840576,-0.05644389986991882,-0.06859492510557175,-0.5004541873931885 +103,-0.21657190282790273,-0.05265990012285282,-1.9988722032350468,-0.21458500623703003,0.052635565400123596,-0.9752860069274902,0.6900209784507751,-1.0566115379333496,0.274179071187973,0.18405216932296753,0.1995769590139389,-0.9289956092834473 +104,-0.26120019152836604,0.070465198483472,-1.9643379415721247,-0.2575993537902832,-0.07040689885616302,-0.9636832475662231,1.282217264175415,-0.3060303032398224,0.35779619216918945,0.1148991584777832,0.04593179374933243,0.06793129444122314 +105,-0.2447340398288219,0.1782609286797051,-1.8811737850424164,-0.23845872282981873,-0.17731833457946777,-0.9548275470733643,1.1573740243911743,-0.16460323333740234,-0.1609453558921814,-0.09329786896705627,0.10331320762634277,0.30768704414367676 +106,-0.2529732430985479,0.2695539365949729,-1.913991819504962,-0.24124588072299957,-0.2663015127182007,-0.933211624622345,0.18396025896072388,-0.3429747521877289,-0.3487369418144226,0.04315628111362457,-0.020304322242736816,0.16859370470046997 +107,-0.1783058435544801,0.2838499211206388,-1.9392960500622023,-0.17026525735855103,-0.28005358576774597,-0.9447643756866455,0.8527197241783142,1.8426355123519897,-0.5105343461036682,-0.06157676875591278,-0.01888135075569153,-0.4070422649383545 +108,-0.12243892422395473,0.3692441089893248,-1.9662478109011066,-0.11390150338411331,-0.3609105944633484,-0.9256187081336975,0.2515903115272522,0.31983381509780884,0.5178971886634827,-0.0018974468111991882,-0.2022760510444641,-0.3831276297569275 +109,-0.10999226156532413,0.39141219411124256,-1.9717901619167764,-0.10146879404783249,-0.3814941942691803,-0.9187852144241333,-0.4733996093273163,-0.08933263272047043,0.42145612835884094,0.12194608896970749,0.05118715763092041,-0.0441206693649292 +110,-0.21205446518586166,0.3265049577279872,-2.0204003243936364,-0.1993495374917984,-0.32073459029197693,-0.9259530901908875,-0.5915065407752991,-1.3951882123947144,-0.16358137130737305,0.1821986585855484,0.001093536615371704,0.33200472593307495 +111,-0.33496001878805626,0.2594479203309954,-2.0301797919391946,-0.3177293539047241,-0.2565469741821289,-0.912815272808075,-0.24863699078559875,-0.6222000122070312,1.0818712711334229,0.4432176351547241,-0.062087059020996094,0.16290682554244995 +112,-0.2814030484323843,0.15778949884619903,-1.9723207147498307,-0.27425387501716614,-0.15713554620742798,-0.9487324357032776,-2.379138469696045,2.1079609394073486,1.0022552013397217,0.03861239552497864,-0.18092292547225952,0.2863636612892151 +113,-0.13800598557017663,-0.0703184902788516,-1.9117561566905068,-0.1372283548116684,0.07026055455207825,-0.9880444407463074,0.3846004903316498,-0.7380891442298889,1.4718186855316162,0.3975738286972046,0.30945441126823425,-1.7830736637115479 +114,-0.1963987771414094,0.06727467978696199,-1.8695467908213799,-0.19469718635082245,-0.0672239437699318,-0.9785570502281189,0.7763609886169434,-0.21282760798931122,-0.07916422188282013,0.14980585873126984,0.08963911980390549,0.09449338912963867 +115,-0.20903932230460862,0.17161729942440282,-1.8453800147075965,-0.20447173714637756,-0.1707761138677597,-0.9638603925704956,0.5480977892875671,0.24224944412708282,0.0766109973192215,-0.0035055577754974365,-0.004135385155677795,0.6022881269454956 +116,-0.23475458255242304,0.19317081548422294,-1.8508628332351158,-0.22827796638011932,-0.19197168946266174,-0.9544820785522461,-0.14125822484493256,0.2952156662940979,-0.05523411184549332,0.10047036409378052,-0.08438022434711456,0.4937276840209961 +117,-0.23255519993124996,0.15604586907617102,-1.8651455575627693,-0.22766444087028503,-0.15541334450244904,-0.96125727891922,-0.951447069644928,-0.27931052446365356,0.1772802174091339,0.07034632563591003,-0.20957690477371216,-0.22175663709640503 +118,-0.28091507083735057,0.1429863261884092,-1.8856633875664226,-0.27440574765205383,-0.14249959588050842,-0.9509970545768738,0.07165660709142685,-0.5432130098342896,-0.12328600883483887,-0.18805763125419617,-0.2519401013851166,-0.4923318028450012 +119,-0.3288732621142712,0.19255353052180094,-1.9226035349059132,-0.3170078694820404,-0.19136585295200348,-0.9289160966873169,0.5780442357063293,0.05375808849930763,-0.4449198544025421,0.0634983479976654,0.2589012682437897,-0.2167137861251831 +120,-0.3630126826742488,0.2604731399356805,-1.9546677706905686,-0.34311428666114807,-0.25753775238990784,-0.9032977819442749,0.6964644193649292,-0.12265831977128983,-0.8921681046485901,0.06113189458847046,0.16154471039772034,0.5626758337020874 +121,-0.3183203945329788,0.26088878259221215,-2.0155191779985016,-0.30238115787506104,-0.2579393684864044,-0.9176235198974609,-0.8867311477661133,0.356629341840744,-0.3171432316303253,0.14397966861724854,0.005589514970779419,0.37644004821777344 +122,-0.27870678694878714,0.17535718421708607,-2.019865914057878,-0.27089351415634155,-0.17445985972881317,-0.9466680884361267,-0.7867137789726257,-0.215508371591568,0.3818240463733673,0.03944820165634155,-0.09475097060203552,-0.3600183129310608 +123,-0.28905807849762094,0.15705280687634762,-1.968958699559323,-0.28154125809669495,-0.15640796720981598,-0.9467159509658813,-0.9586900472640991,-0.20326818525791168,1.098971962928772,0.13011303544044495,-0.23026499152183533,-0.34735143184661865 +124,-0.31968840735392945,0.10238584843468096,-1.833201125756535,-0.312624990940094,-0.10220705717802048,-0.9443618655204773,0.13338904082775116,0.37864264845848083,1.4414262771606445,0.052020132541656494,0.09134280681610107,-0.0753677487373352 +125,-0.3571503592371687,0.10744507744217513,-1.7128871225254583,-0.34758976101875305,-0.10723846405744553,-0.9314941167831421,1.493499755859375,-0.220082089304924,0.13834841549396515,-0.16438835859298706,0.12750212848186493,0.3899291753768921 +126,-0.38164534507770537,0.16829291291604234,-1.6725635182758756,-0.367186039686203,-0.1674996316432953,-0.914941668510437,-0.32742127776145935,-0.22933319211006165,0.16303083300590515,0.023924320936203003,0.06785973906517029,0.5456637144088745 +127,-0.32664000321955033,0.04483549958205205,-1.668371498511329,-0.32054007053375244,-0.044820480048656464,-0.9461739659309387,-1.5964279174804688,-0.203322172164917,0.4064164459705353,-0.18919503688812256,0.05858390033245087,-0.3312155604362488 +128,-0.3654340820757031,0.003784323616947361,-1.7202903291223703,-0.35735219717025757,-0.0037843144964426756,-0.9339620471000671,0.7364981770515442,-0.245074063539505,-0.9373244643211365,-0.43351083993911743,-0.12959276139736176,-0.48365575075149536 +129,-0.38899203531657967,0.0771329643400363,-1.7789160931064276,-0.378128319978714,-0.07705650478601456,-0.9225406646728516,-0.01087589468806982,0.336195707321167,-0.3172990083694458,0.0495607852935791,0.13975486159324646,-0.16568565368652344 +130,-0.4188765898098087,0.1743143924469999,-1.8108114706886695,-0.4005706310272217,-0.17343296110630035,-0.899702250957489,1.9575083255767822,-0.2578636705875397,-1.3973077535629272,0.07969355583190918,0.24257053434848785,0.307142436504364 +131,-0.42300648672436053,0.3244791720812407,-1.8728477820644842,-0.3890824317932129,-0.3188151717185974,-0.8642752766609192,-0.025500213727355003,-0.06066238135099411,-0.8399391770362854,0.20506146550178528,0.0013560950756072998,0.5863211750984192 +132,-0.39372002645410226,0.2623602371403522,-1.8746610039476592,-0.3704989552497864,-0.25936073064804077,-0.8918870687484741,-1.6517950296401978,0.6212148666381836,1.1952338218688965,0.08320647478103638,-0.20130211114883423,0.18633592128753662 +133,-0.331663137071593,0.12540705786727185,-1.8224970369535882,-0.3230588734149933,-0.12507860362529755,-0.938076913356781,-1.763980507850647,0.955205500125885,1.3099583387374878,0.0051114559173583984,-0.26106029748916626,-0.2890501618385315 +134,-0.3595498149029436,0.04355257845280764,-1.739431772688809,-0.35151922702789307,-0.043538812547922134,-0.935167670249939,0.9176129102706909,0.030997391790151596,0.5712071657180786,0.005541443824768066,0.11838318407535553,-0.28689348697662354 +135,-0.4067712464181658,0.08251527150101313,-1.6299301319310293,-0.3942999243736267,-0.0824216678738594,-0.9152782559394836,1.8714559078216553,-0.44568389654159546,0.9096337556838989,0.04777282476425171,0.07494485378265381,0.22461968660354614 +136,-0.442928128961413,0.14939272490050576,-1.5468370746115283,-0.4238131046295166,-0.14883765578269958,-0.8934370875358582,0.27748551964759827,-0.4842298626899719,0.3188526928424835,0.0830538272857666,0.035953134298324585,0.44641560316085815 +137,-0.4695260815880165,0.11969868696853864,-1.532722611578486,-0.44922617077827454,-0.11941305547952652,-0.8854017853736877,-0.8033484220504761,-0.28710585832595825,-0.11300966143608093,-0.13986986875534058,-0.02934487909078598,0.14954674243927002 +138,-0.4734382832446637,0.0799283991049998,-1.5633907223626935,-0.4544934332370758,-0.07984331995248795,-0.8871644735336304,-0.4803914427757263,-0.28314676880836487,-0.33402323722839355,-0.3281146287918091,-0.10199566185474396,-0.28724348545074463 +139,-0.5002472789855125,0.0883716042686328,-1.612060030690335,-0.4777708649635315,-0.08825662732124329,-0.874039888381958,0.15069197118282318,-0.11762949824333191,-1.0021837949752808,-0.3986481726169586,0.2717893421649933,-0.3535143733024597 +140,-0.5020753276007662,0.17690684432803117,-1.693393201132666,-0.47373485565185547,-0.17598554491996765,-0.8629046082496643,1.1699775457382202,-0.4478725492954254,-1.5489089488983154,0.05678844451904297,0.31537458300590515,-0.027720391750335693 +141,-0.4885742103195382,0.36627950484896077,-1.761495041130265,-0.43823251128196716,-0.35814422369003296,-0.8244301080703735,0.3078046143054962,-0.20485760271549225,-1.2596241235733032,0.2994385361671448,0.18045562505722046,0.769574761390686 +142,-0.41671203640295834,0.32866299498056967,-1.8373852905751078,-0.38309139013290405,-0.3227778673171997,-0.8654798865318298,-1.259993076324463,0.6454919576644897,0.13339106738567352,0.15950435400009155,-0.014746516942977905,0.11769241094589233 +143,-0.35150161481312,0.20797286884743735,-1.863876538770581,-0.3368886709213257,-0.20647688210010529,-0.9186257719993591,-0.13648822903633118,0.3541267216205597,0.02891872264444828,-0.20046484470367432,-0.08218887448310852,-0.5309439301490784 +144,-0.33044290181742186,0.1957997813107486,-1.8526144863351384,-0.3182623088359833,-0.19455109536647797,-0.927824854850769,0.5675704479217529,-0.4143935441970825,0.3758127689361572,0.07769224047660828,-0.054991140961647034,-0.49736130237579346 +145,-0.35295314363427016,0.1977543611765261,-1.7682909910218456,-0.33893337845802307,-0.19646795094013214,-0.9200676679611206,0.6025011539459229,-0.6566764712333679,0.8548665642738342,0.14490261673927307,0.12908515334129333,-0.2093116044998169 +146,-0.40808572059347625,0.2543453901053755,-1.6491599239480395,-0.3840855062007904,-0.2516119182109833,-0.8883522748947144,-0.07348911464214325,-0.6265769600868225,-0.09483783692121506,-0.1052333414554596,0.18049070239067078,0.5138252973556519 +147,-0.41599131417682006,0.2521634126527777,-1.6483098921950055,-0.39131730794906616,-0.24949952960014343,-0.8857882022857666,-0.4046647250652313,-0.14709597826004028,-0.06132606789469719,-0.023233473300933838,0.06412050127983093,0.3074343204498291 +148,-0.397346539810876,0.13480605849254168,-1.6753313489394104,-0.383462131023407,-0.13439813256263733,-0.9137253165245056,-1.693825125694275,-0.6422390937805176,0.30827513337135315,-0.16681557893753052,-0.03411993384361267,-0.4505477547645569 +149,-0.40967540600950564,0.07864457704824498,-1.7201814229351562,-0.3970804810523987,-0.07856353372335434,-0.9144150614738464,-0.027497995644807816,-0.673021137714386,-0.4205208420753479,-0.3944234251976013,-0.15416350960731506,-0.7454512715339661 +150,-0.4548625596828798,0.1671431097329936,-1.7411289341550296,-0.43321624398231506,-0.16636595129966736,-0.8858024477958679,0.893150806427002,-0.4850228428840637,-0.32541483640670776,0.11664220690727234,0.15096986293792725,-0.2404944896697998 +151,-0.5044135376482027,0.29642321741290734,-1.7028104738530896,-0.4622163772583008,-0.29210129380226135,-0.8372770547866821,1.1861915588378906,-0.48158255219459534,-0.7765100002288818,0.22301959991455078,0.30563580989837646,0.49586164951324463 +152,-0.5067427153156987,0.36955695305263603,-1.7189222591178839,-0.45256590843200684,-0.36120232939720154,-0.815301775932312,-0.17782767117023468,0.5404590964317322,-0.1466130018234253,0.2941797077655792,0.06379327178001404,0.6663150191307068 +153,-0.45840705132819154,0.1915057615486247,-1.6947921611717596,-0.4344303607940674,-0.19033734500408173,-0.8803646564483643,-2.470212936401367,0.10358377546072006,1.5284359455108643,-0.14987444877624512,-0.04338151216506958,-0.08620333671569824 +154,-0.42421238056255844,0.10814683346476207,-1.694451171795994,-0.40919843316078186,-0.10793614387512207,-0.9060388803482056,-0.29150399565696716,0.47112300992012024,0.7018839716911316,0.08371320366859436,-0.26103663444519043,-0.6787694692611694 +155,-0.47351134325991157,0.16078373374371963,-1.6140816477871984,-0.45013248920440674,-0.16009187698364258,-0.8784937858581543,1.2176727056503296,0.04784116894006729,0.6471115350723267,0.16337406635284424,-0.024707302451133728,0.026671886444091797 +156,-0.5033632323974597,0.14383593172912534,-1.5112069265116979,-0.4773930609226227,-0.14334048330783844,-0.8669194579124451,0.854569137096405,0.26702016592025757,0.5467848181724548,0.01171007752418518,0.13687074184417725,0.31593984365463257 +157,-0.4936297673412524,0.14139221882183348,-1.451871545903075,-0.4690970182418823,-0.14092157781124115,-0.8718308806419373,-0.02516886591911316,-0.1529179960489273,0.32705190777778625,0.028240084648132324,0.03345392644405365,0.34877485036849976 +158,-0.49927149259415055,0.09452429249203283,-1.4480077510107903,-0.47664874792099,-0.0943835973739624,-0.8740124106407166,-0.5850169062614441,-0.24218112230300903,0.06564214825630188,-0.150518000125885,-0.0812298059463501,-0.023005962371826172 +159,-0.49140493115006406,0.051674539156505266,-1.4883313129591278,-0.4712351858615875,-0.051651544868946075,-0.8804939389228821,-0.2851806581020355,-0.652627170085907,-0.31345272064208984,-0.3925801217556,-0.17854253947734833,-0.6000358462333679 +160,-0.5055886429840597,0.08112000927208313,-1.5177740117191407,-0.48272985219955444,-0.08103106915950775,-0.8720125555992126,0.15895141661167145,0.3806920647621155,-0.5634003281593323,-0.13155841827392578,0.18788838386535645,-0.35616737604141235 +161,-0.5197584890806337,0.19537402660137737,-1.5516705931828016,-0.48722144961357117,-0.194133460521698,-0.8514267206192017,1.697086215019226,0.03494497388601303,-1.0805408954620361,0.14516514539718628,0.2212483435869217,0.21133577823638916 +162,-0.5356914560092957,0.31278349784960563,-1.5949415415767183,-0.4856697916984558,-0.3077082633972168,-0.8181934356689453,0.06982076168060303,0.15258534252643585,-0.37334731221199036,0.3462502360343933,0.0447993278503418,0.7528400421142578 +163,-0.5112167822521724,0.21880185374097555,-1.6134415181662343,-0.47757449746131897,-0.21706019341945648,-0.8513562679290771,-2.2170639038085938,-0.04041658341884613,1.1341230869293213,0.03569525480270386,-0.07474888861179352,0.17649054527282715 +164,-0.5062327862814312,0.11493286938314924,-1.6331979972005337,-0.48168694972991943,-0.11467999964952469,-0.8688073754310608,0.3084805905818939,0.9874415397644043,-0.12741704285144806,-0.08601629734039307,-0.1915028691291809,-0.2437719702720642 +165,-0.500880950941626,0.10703178828497802,-1.6041598588126087,-0.47745054960250854,-0.10682754963636398,-0.8721404075622559,0.25564736127853394,-0.07895854860544205,0.4458424746990204,-0.10293275117874146,0.07928544282913208,-0.34133005142211914 +166,-0.5106263649144914,0.10347056483024482,-1.5489783774729513,-0.48610997200012207,-0.10328603535890579,-0.8677724599838257,0.04656310752034187,-0.023694084957242012,0.5168312788009644,0.07090306282043457,0.1417229324579239,0.048390746116638184 +167,-0.5226709611652126,0.11023282498564989,-1.525303623432346,-0.4961664080619812,-0.11000971496105194,-0.8612297773361206,0.1409919708967209,-0.20678545534610748,0.019263599067926407,0.0730401873588562,0.0028930306434631348,0.3811119794845581 +168,-0.537008987449981,0.12386371026690085,-1.5132406046756024,-0.5076490044593811,-0.12354722619056702,-0.8526597023010254,-0.5647889971733093,-0.4174984395503998,0.16080275177955627,0.0849042534828186,-0.09416516125202179,0.3007950782775879 +169,-0.5188074032291881,0.060719220148612564,-1.5187918851019888,-0.49493104219436646,-0.060681916773319244,-0.8668107986450195,-1.2029414176940918,-0.22709830105304718,0.338047057390213,-0.16763609647750854,-0.08236923813819885,-0.30259227752685547 +170,-0.5270743576005815,-0.0005096584256509622,-1.5389679115278974,-0.5030068755149841,0.0005096584209240973,-0.8642822504043579,-0.684502899646759,-0.6719038486480713,-0.055307965725660324,-0.37293916940689087,0.09995421767234802,-0.6999114155769348 +171,-0.5283002463677098,0.09363447577517717,-1.5517556985953171,-0.5018579959869385,-0.09349771589040756,-0.8598818182945251,0.7447676062583923,-0.059038981795310974,-0.5191051959991455,0.08935189247131348,0.14069314301013947,-0.022854387760162354 +172,-0.5382908626941161,0.20022829491461702,-1.5561483300370749,-0.50242680311203,-0.19889307022094727,-0.8414326310157776,0.7631708383560181,-0.06380036473274231,-1.0485316514968872,0.15078794956207275,0.21012353897094727,0.4506245255470276 +173,-0.521819854296253,0.2650240553453754,-1.5997075272542474,-0.48105552792549133,-0.26193249225616455,-0.8366462588310242,-0.10724470764398575,-0.10785186290740967,-0.32890942692756653,0.2590401768684387,0.004699826240539551,0.35028761625289917 +174,-0.4937565309746937,0.1671129101550684,-1.6231486514938742,-0.46733468770980835,-0.16633617877960205,-0.8682917356491089,-0.861686110496521,-0.014048292301595211,0.31423917412757874,-0.12134936451911926,0.05065929889678955,-0.29290205240249634 +175,-0.4775991353861485,0.11495139639750913,-1.6200469097334185,-0.45661479234695435,-0.11469840258359909,-0.8822398781776428,-0.5980225205421448,-0.6783366799354553,0.3977608382701874,-0.19319599866867065,-0.086580291390419,-0.6699909567832947 +176,-0.5118572293910304,0.17831583205951482,-1.5700124122381334,-0.482030987739563,-0.17737236618995667,-0.8580123782157898,0.8235729336738586,-0.028215469792485237,0.2492738962173462,0.132604718208313,-0.06647834181785583,0.056956470012664795 +177,-0.5408704281427285,0.15322253717513915,-1.498819420976043,-0.5088502168655396,-0.15262369811534882,-0.8472175002098083,0.46586593985557556,-0.1823786497116089,0.41816145181655884,0.07688915729522705,0.10240703821182251,0.33713144063949585 +178,-0.5576093237383584,0.1534713217554014,-1.4611365845236444,-0.5229396224021912,-0.1528695672750473,-0.8385493755340576,-0.17279425263404846,-0.01608935371041298,0.08715011924505234,0.029500901699066162,0.0459054559469223,0.4903438091278076 +179,-0.5172145880948773,0.09228740375619679,-1.4702592932722756,-0.4923568069934845,-0.09215645492076874,-0.8655009865760803,-1.4274026155471802,0.18019677698612213,0.26385951042175293,-0.118406742811203,-0.04267020523548126,0.024909555912017822 +180,-0.5006183745073,0.021062748861226558,-1.5005328365972324,-0.47986167669296265,-0.021061191335320473,-0.8770913481712341,-0.4299182593822479,-0.25632011890411377,0.09255407750606537,-0.42721229791641235,-0.24048970639705658,-0.38905245065689087 +181,-0.5277485452518497,0.035460538534906307,-1.53640444173103,-0.5032728910446167,-0.035453107208013535,-0.8633999228477478,0.9306894540786743,0.42058706283569336,-0.6973761320114136,-0.058219969272613525,0.19370199739933014,-0.4005007743835449 +182,-0.5167001698107964,0.15721886262395943,-1.5558801166838025,-0.4879209101200104,-0.15657198429107666,-0.8587307333946228,1.5147976875305176,0.2021639496088028,-0.8308677077293396,0.19225135445594788,0.17263947427272797,0.2510189414024353 +183,-0.5279099863581205,0.2181260374878039,-1.5926109566542082,-0.4917929470539093,-0.21640044450759888,-0.8433923125267029,-0.0440109446644783,0.09834051877260208,-0.46134495735168457,0.2005789875984192,0.11357146501541138,0.4969262480735779 +184,-0.5480663155047315,0.1375762553790536,-1.6068779734089431,-0.5161145925521851,-0.13714267313480377,-0.8454688191413879,-1.9351725578308105,-0.16512168943881989,0.5140998363494873,-0.15923941135406494,0.06963780522346497,0.20205152034759521 +185,-0.5089024739820298,0.08764345497367547,-1.6107742385280226,-0.48534902930259705,-0.08753129094839096,-0.8699279427528381,-0.6517897844314575,0.5933438539505005,0.35478606820106506,-0.07651007175445557,-0.19869306683540344,-0.18091440200805664 +186,-0.501139985646913,0.07258369294529604,-1.572281337385435,-0.4791606664657593,-0.07251997292041779,-0.8747261762619019,1.035762906074524,0.18873074650764465,0.14736193418502808,-0.0029712915420532227,0.060084059834480286,-0.44738686084747314 +187,-0.5081610197623262,0.1396511888696332,-1.4720398810015858,-0.4818345010280609,-0.1391977071762085,-0.8651355504989624,1.4785327911376953,-0.09462951868772507,0.6773869395256042,0.1532517671585083,0.04314364492893219,0.1445087194442749 +188,-0.5282241420483148,0.18585213463225134,-1.3698056515259418,-0.49532100558280945,-0.18478405475616455,-0.8488297462463379,0.1979128122329712,0.1740698218345642,0.7332146167755127,0.0026299655437469482,0.09442152082920074,0.7237839698791504 +189,-0.488599895856639,0.10320234069735575,-1.348976481414273,-0.46689262986183167,-0.10301924496889114,-0.8782928586006165,-1.16138756275177,-0.19160860776901245,0.36233097314834595,-0.17840158939361572,0.19153548777103424,-0.031634509563446045 +190,-0.4804457818710732,0.014874337330818542,-1.4465362079237072,-0.46212342381477356,-0.014873788692057133,-0.8866909146308899,-0.5298351645469666,-0.22838431596755981,-1.2073315382003784,-0.34886598587036133,0.04836682975292206,-0.5706607699394226 +191,-0.48945910267613013,0.01427106122113168,-1.5511761860849385,-0.4701007008552551,-0.014270576648414135,-0.8824974298477173,-0.41919684410095215,0.08868325501680374,-0.8220750093460083,-0.21898621320724487,-0.001354411244392395,-0.3777107000350952 +192,-0.469939835843124,0.0896801148966006,-1.6133113309081701,-0.45101290941238403,-0.08955995738506317,-0.8880125880241394,1.7893904447555542,-0.13690897822380066,-1.0455853939056396,0.17727023363113403,0.22504274547100067,-0.2411835789680481 +193,-0.48219757636037375,0.29933766755485297,-1.6397238003661443,-0.4431062638759613,-0.29488739371299744,-0.8465803265571594,0.6615947484970093,-0.3614637851715088,-0.8552654385566711,0.3510652482509613,0.08240878582000732,0.6602552533149719 +194,-0.45390479894734453,0.32420621438238373,-1.6414578730320768,-0.41563525795936584,-0.31855645775794983,-0.8519208431243896,-1.3038169145584106,0.6239800453186035,0.6816394925117493,0.18948477506637573,-0.04269537329673767,0.6078412532806396 +195,-0.3532321976451426,0.09500993111589134,-1.607358328256979,-0.34437206387519836,-0.09486705809831619,-0.934027910232544,-1.9972643852233887,1.0624772310256958,1.226893424987793,-0.07600754499435425,0.039691269397735596,-0.29483866691589355 +196,-0.29005345705479385,-0.01499684628994263,-1.5383547097957075,-0.2859712839126587,0.014996283687651157,-0.9581208229064941,-0.42588886618614197,-0.27783212065696716,0.6586678624153137,-0.1973508596420288,0.08798529207706451,-0.7527861595153809 +197,-0.33680034322205776,0.022637254102483247,-1.506246422748582,-0.330384224653244,-0.02263532020151615,-0.9435750842094421,0.37916240096092224,-0.330911785364151,0.59586101770401,0.272400826215744,0.0194309800863266,-0.21070653200149536 +198,-0.3896186567401579,0.13285962529468853,-1.446317027595415,-0.37648823857307434,-0.13246910274028778,-0.9169015884399414,1.6061911582946777,-0.08371109515428543,-0.3497101366519928,0.04428917169570923,0.04386131465435028,0.5901651382446289 +199,-0.40570491544603227,0.1877664557812467,-1.4236966564891145,-0.3877297341823578,-0.18666507303714752,-0.9026747941970825,-0.8553669452667236,-0.0022277627140283585,0.3405894339084625,-0.001750856637954712,-0.015025600790977478,0.54633629322052 +200,-0.38042466325163227,0.13488526998286615,-1.4333086699496913,-0.36794206500053406,-0.13447661697864532,-0.9200732111930847,-1.0839612483978271,0.6328727006912231,0.15581484138965607,-0.055626630783081055,-0.10867215692996979,0.08460873365402222 +201,-0.3508015033940747,0.06694710624468875,-1.4630370351117208,-0.3428807854652405,-0.06689710915088654,-0.9369938969612122,-0.17028239369392395,0.4406898319721222,-0.3437308073043823,-0.405272901058197,-0.18731431663036346,-0.43074291944503784 +202,-0.36346203517787445,0.11071790771961149,-1.5208753968464437,-0.353335440158844,-0.11049184203147888,-0.9289486408233643,0.6606071591377258,-0.1881031095981598,-1.1604950428009033,-0.07806101441383362,0.20418080687522888,-0.39467495679855347 +203,-0.4104832502565332,0.23406779706309314,-1.590122841908314,-0.3881707191467285,-0.23193630576133728,-0.8919243216514587,1.198203206062317,-0.8482142090797424,-1.3359016180038452,0.14468619227409363,0.2549618184566498,0.279726505279541 +204,-0.4664804855190521,0.3609041090019544,-1.6672246438501135,-0.42077207565307617,-0.35312023758888245,-0.83561772108078,0.07575615495443344,-0.3534909188747406,-0.6759644150733948,0.31110715866088867,0.13853588700294495,0.6943060755729675 +205,-0.38109080740659934,0.29908601131643087,-1.6990184448964196,-0.3554217219352722,-0.2946469187736511,-0.8870505094528198,-1.6196110248565674,1.3319920301437378,1.2429412603378296,0.19204583764076233,-0.16564971208572388,0.16309726238250732 +206,-0.29457470628289795,0.037476436805674106,-1.623559986004474,-0.29012903571128845,-0.03746766597032547,-0.9562537670135498,-1.4117698669433594,0.8232463002204895,1.028599500656128,-0.22593840956687927,-0.11049681901931763,-0.5425865054130554 +207,-0.28336558444526233,-0.04789539408203617,-1.5508619252686047,-0.27926796674728394,0.04787708446383476,-0.959018886089325,0.7525526881217957,-0.8893911838531494,0.45357421040534973,-0.027006447315216064,0.15724681317806244,-0.49991971254348755 +208,-0.3602709573916437,0.021632428028981476,-1.4804044304391248,-0.3524453341960907,-0.02163074165582657,-0.9355823993682861,2.1413583755493164,-0.7564963698387146,0.14730723202228546,0.03051537275314331,0.12319323420524597,0.20619702339172363 +209,-0.41277945440454666,0.20756798797176101,-1.415503759229077,-0.39254605770111084,-0.20608070492744446,-0.8963472247123718,0.5759779214859009,-0.7718732357025146,-0.18140128254890442,0.09025418758392334,0.10137487947940826,0.7199251055717468 +210,-0.3822608930220838,0.16077424331500842,-1.4155900028198074,-0.36820852756500244,-0.16008251905441284,-0.9158580899238586,-1.4934730529785156,1.2521363496780396,0.6833145022392273,0.06089654564857483,-0.0034459084272384644,0.4203442335128784 +211,-0.2412424986596972,-0.012634947618046859,-1.4299796765417487,-0.23889026045799255,0.012634611688554287,-0.9709643721580505,-0.8980110287666321,0.7296757102012634,0.22495077550411224,-0.16833630204200745,-0.012604087591171265,-0.6871472001075745 +212,-0.24272953286170904,-0.030944532863753066,-1.4679887985695668,-0.24023796617984772,0.03093959391117096,-0.9702208042144775,0.7704936265945435,-0.5002843737602234,-0.7538101673126221,-0.2234918773174286,0.14528414607048035,-0.7005097270011902 +213,-0.2970189409481275,0.07635426810283724,-1.5551596151012048,-0.2918182611465454,-0.07628010213375092,-0.9534271955490112,0.8883025050163269,-0.9693817496299744,-1.0342062711715698,0.1813446581363678,0.1994185447692871,-0.1862364411354065 +214,-0.3889766772172282,0.2756738234619082,-1.631507473757452,-0.36492234468460083,-0.27219536900520325,-0.8903602361679077,1.5278136730194092,-0.9500759840011597,-1.4374173879623413,0.26363447308540344,0.22214654088020325,0.5565742254257202 +215,-0.4383162117201711,0.33762056967283344,-1.6965047467765872,-0.4004552960395813,-0.3312429189682007,-0.8543498516082764,-1.0155298709869385,-0.42533624172210693,-0.016627486795186996,0.2017248272895813,-0.059961915016174316,0.5026805400848389 +216,-0.38575858465289076,0.24118398010019612,-1.6997178404368085,-0.3653714954853058,-0.23885250091552734,-0.8996961116790771,-1.2404427528381348,1.1939753293991089,0.6277890801429749,0.057266056537628174,-0.13036440312862396,-0.015709102153778076 +217,-0.3228506827495035,0.10724983742572498,-1.6539560055316642,-0.3154482841491699,-0.10704434663057327,-0.9428859353065491,-0.33981770277023315,0.156238853931427,0.8460703492164612,0.0008730888366699219,-0.04293428361415863,-0.8156589865684509 +218,-0.3649530632887354,0.15691845726549156,-1.5936321893885304,-0.3525203466415405,-0.15627527236938477,-0.9226632118225098,0.4399280250072479,-0.31247130036354065,0.598563015460968,0.21455040574073792,-0.06773899495601654,-0.07268279790878296 +219,-0.4374780715257811,0.2126950671306645,-1.490161278741781,-0.4141095280647278,-0.21109500527381897,-0.8854107856750488,1.2681325674057007,-0.5653800964355469,0.39592811465263367,0.12873965501785278,0.13152042031288147,0.5016980171203613 +220,-0.46049627989323916,0.2368343819757708,-1.4208738467370092,-0.43198779225349426,-0.23462656140327454,-0.8708254098892212,-0.41012129187583923,0.908184289932251,0.8627490997314453,0.05341723561286926,-0.05080433189868927,0.687964141368866 +221,-0.3358225141052096,0.03494089188389071,-1.3804011141324357,-0.3293447196483612,-0.03493378311395645,-0.9435632824897766,-1.701645851135254,0.8316864371299744,0.41557401418685913,-0.3182535469532013,0.09772370755672455,-0.3579198122024536 +222,-0.28914758581008365,-0.00976540346542545,-1.4000022533942427,-0.28512170910835266,0.00976524781435728,-0.9584415555000305,0.410410076379776,-0.2583911716938019,-0.6079870462417603,-0.49342745542526245,-0.09837304055690765,-0.6012355089187622 +223,-0.3125024024676885,0.061830656705078764,-1.4502178027838857,-0.306853324174881,-0.06179126724600792,-0.9497488737106323,-0.2787739336490631,0.20515279471874237,-0.7213889956474304,-0.051911354064941406,0.19411548972129822,-0.2695962190628052 +224,-0.35643059254429643,0.17083655168399067,-1.51447115356239,-0.3438519835472107,-0.17000678181648254,-0.9235060811042786,2.098377227783203,-0.49385955929756165,-1.5866833925247192,0.0658368170261383,0.30758002400398254,0.30019986629486084 +225,-0.3765262549606631,0.359081325490917,-1.6310725608828902,-0.3442409038543701,-0.351414293050766,-0.8706355094909668,0.12453322857618332,-0.2682749927043915,-1.4362196922302246,0.20028948783874512,0.1393934190273285,0.7149043083190918 +226,-0.2756651923495539,0.3074709163674213,-1.699478367108604,-0.25942206382751465,-0.3026491403579712,-0.9171170592308044,-1.3854315280914307,1.2932744026184082,0.7145463228225708,0.22368597984313965,-0.09592568874359131,-0.06814295053482056 +227,-0.23500311822486325,0.1753203763571146,-1.648382358286381,-0.2292766571044922,-0.17442360520362854,-0.9576056599617004,-0.6374209523200989,0.7166972160339355,0.4330631196498871,-0.19029425084590912,-0.08598285913467407,-0.3824974298477173 +228,-0.2347513191062409,0.13965806824224597,-1.6333398264790355,-0.23033644258975983,-0.13920451700687408,-0.9631029367446899,0.4609081447124481,-0.38886648416519165,0.10255376249551773,0.03493240475654602,-0.08087298274040222,-0.30513131618499756 +229,-0.2882780750564636,0.14090258676059425,-1.5793472489448102,-0.2814842462539673,-0.1404368132352829,-0.9492334127426147,0.626961886882782,-0.8501549363136292,0.783464789390564,0.15036550164222717,0.05272930860519409,0.05497688055038452 +230,-0.3658417739574488,0.227834497694999,-1.5045089848606215,-0.34849080443382263,-0.22586850821971893,-0.9096909165382385,0.7875410914421082,-0.34709861874580383,0.24293206632137299,0.10879051685333252,0.07071714103221893,0.664070188999176 +231,-0.3359680400919159,0.1691662369722126,-1.46661739087662,-0.32497718930244446,-0.16836054623126984,-0.9306151270866394,-1.238417625427246,0.9154130816459656,0.7981417179107666,-0.01749110221862793,-0.05904117226600647,0.21807551383972168 +232,-0.27159335924184047,0.016176019607304287,-1.4588887324874524,-0.2682316303253174,-0.016175314784049988,-0.963218629360199,-0.5164221525192261,0.37785017490386963,0.07834060490131378,-0.19284316897392273,-0.030806494876742363,-0.5815200805664062 +233,-0.29601419553925296,0.02313851918838141,-1.4660646746438744,-0.2916319966316223,-0.023136453703045845,-0.9562507271766663,0.6088135838508606,-0.44201287627220154,-0.40432244539260864,-0.2909333109855652,0.042911842465400696,-0.49640125036239624 +234,-0.3390325680500926,0.0893744599824348,-1.5017331351261334,-0.3312475085258484,-0.08925552666187286,-0.9393128156661987,0.6036902666091919,-0.7307188510894775,-0.4245166778564453,0.1507512927055359,0.20044632256031036,-0.23732292652130127 +235,-0.41469703052916235,0.2613462477983811,-1.5365410676180435,-0.38923096656799316,-0.25838130712509155,-0.8841596841812134,1.7684754133224487,-0.5728477835655212,-1.4798604249954224,0.22754883766174316,0.23415035009384155,0.5862165689468384 +236,-0.41453976615020904,0.3920054252022675,-1.5882268132143162,-0.3722166121006012,-0.3820424973964691,-0.8458713293075562,-0.13284984230995178,0.7632249593734741,-0.1584814339876175,0.1785368025302887,-0.009284406900405884,0.7198184728622437 +237,-0.304471648634644,0.276644338150789,-1.562152795617251,-0.2883903980255127,-0.2731291353702545,-0.9177317023277283,-1.6591249704360962,1.6430385112762451,0.9381366968154907,-0.0955665111541748,-0.04558119177818298,-0.05147606134414673 +238,-0.23728550480020885,0.14864380652438183,-1.5278583862355564,-0.2324729561805725,-0.14809702336788177,-0.9612614512443542,-1.2991101741790771,0.18318048119544983,0.5503084063529968,-0.1597999930381775,-0.11139392852783203,-0.6868861317634583 +239,-0.26849572126741444,0.135970394309896,-1.5431101961351723,-0.2628328800201416,-0.1355518102645874,-0.9552720189094543,0.3021618127822876,-0.3665849268436432,-0.3349427282810211,0.1976778507232666,-0.0503154993057251,-0.14253681898117065 +240,-0.31088824239714,0.1941437582084776,-1.5081936588032978,-0.30015745759010315,-0.19292645156383514,-0.9341760277748108,0.9605996012687683,-0.1160334125161171,0.3141738772392273,0.06198304891586304,0.08103375136852264,0.4350610375404358 +241,-0.3376217232519913,0.21308331432083588,-1.4750650792230202,-0.32375243306159973,-0.2114744782447815,-0.9222054481506348,-0.09011304378509521,0.026041854172945023,0.35062363743782043,0.01816466450691223,0.009112417697906494,0.5257363319396973 +242,-0.2961456356609779,0.13062312461313966,-1.4663178204701808,-0.28934964537620544,-0.13025198876857758,-0.948320209980011,-1.0978240966796875,0.6628285646438599,-0.07849603146314621,-0.21325963735580444,0.00018605589866638184,-0.10005015134811401 +243,-0.2709162383799376,0.1384663269168079,-1.5166602283938948,-0.26505300402641296,-0.13802428543567657,-0.954304039478302,-0.14480555057525635,-0.22200413048267365,-0.4442310929298401,-0.3300397992134094,-0.3182745575904846,-0.2050129771232605 +244,-0.31243725097540276,0.17733582413448992,-1.558885939956944,-0.3025582432746887,-0.1764078140258789,-0.9366636276245117,0.5275775194168091,-0.6151708364486694,-0.7477260231971741,-0.16651219129562378,0.1318063735961914,-0.4070100784301758 +245,-0.3632824062776677,0.22351790695216353,-1.5922233173632963,-0.34650465846061707,-0.22166138887405396,-0.9114826917648315,0.8140699863433838,-1.0902235507965088,-0.5332430005073547,0.18880507349967957,0.29205018281936646,0.003981471061706543 +246,-0.42509984031770964,0.37009216144338564,-1.626334049927516,-0.3844889998435974,-0.3617013692855835,-0.8493175506591797,0.4793718159198761,-0.16826538741588593,-0.9788481593132019,0.2190226912498474,0.2613595724105835,0.7357463836669922 +247,-0.3541791719257474,0.3384696686059246,-1.6749831531910828,-0.3271433711051941,-0.33204397559165955,-0.8847169280052185,-1.378696084022522,0.920268177986145,0.8669335842132568,0.1597696840763092,-0.05908459424972534,0.290951669216156 +248,-0.29383518313238316,0.24803479821446006,-1.6735553615232575,-0.2807616889476776,-0.2454993724822998,-0.9278485774993896,-0.2773488759994507,0.30488845705986023,0.05864813178777695,-0.11573794484138489,-0.1647636890411377,-0.36411309242248535 +249,-0.2703362122616868,0.22821730253595837,-1.6731488788264708,-0.26013103127479553,-0.22624140977859497,-0.9386941194534302,0.3064700961112976,-0.46232590079307556,0.05140221118927002,0.04026716947555542,-0.09678715467453003,-0.6189230680465698 +250,-0.314602473205945,0.23141425054193038,-1.6398230092764958,-0.3011897802352905,-0.22935430705547333,-0.9255707859992981,0.5682470798492432,-0.9321245551109314,0.5403820276260376,0.19056355953216553,0.08346503973007202,-0.10633528232574463 +251,-0.391416183285561,0.32400495375451327,-1.5828627400928477,-0.3616477847099304,-0.3183656632900238,-0.8762729167938232,0.39746958017349243,-0.22425244748592377,0.27056199312210083,0.14541545510292053,0.1089082658290863,0.7394015789031982 +252,-0.35538935340943245,0.21611151565918088,-1.533215257559007,-0.33986151218414307,-0.2144332230091095,-0.915703296661377,-2.0847561359405518,1.8184767961502075,1.396649718284607,-0.010724425315856934,-0.0536331832408905,0.5443501472473145 +253,-0.24846798533080372,-0.0029398614009719048,-1.531274650511011,-0.24591821432113647,0.0029398570768535137,-0.9692861437797546,-0.4215593636035919,0.2142244428396225,-0.490742951631546,-0.20030981302261353,0.0709889754652977,-0.8511026501655579 +254,-0.2815553949396346,0.06074910559354462,-1.5635072489205697,-0.27733758091926575,-0.06071174889802933,-0.9588524103164673,0.9431387186050415,-0.37793445587158203,-0.33693259954452515,-0.16306155920028687,-0.10472404211759567,-0.24941480159759521 +255,-0.2882976581042623,0.11677238980562456,-1.5964615056154143,-0.2823842763900757,-0.11650718748569489,-0.952200174331665,0.5433438420295715,-0.6370629668235779,-0.3588963449001312,0.17578637599945068,0.18006004393100739,-0.34205031394958496 +256,-0.35134662720471227,0.2697931303369611,-1.6136008544615252,-0.3317127525806427,-0.2665320634841919,-0.9049460291862488,1.6802245378494263,-0.3297399580478668,-1.0049065351486206,0.1406727135181427,0.2688513994216919,0.5374228358268738 +257,-0.3500733999609004,0.33471913957649607,-1.6620573930854015,-0.3239330053329468,-0.32850390672683716,-0.8872162103652954,-0.7475956678390503,0.43326568603515625,0.28972145915031433,0.14943349361419678,-0.07480114698410034,0.5636841058731079 +258,-0.2834045861484586,0.21887325725495493,-1.6486562499799193,-0.27295491099357605,-0.2171299010515213,-0.9372034072875977,-0.9118101000785828,0.7636006474494934,0.05622788518667221,-0.07387736439704895,-0.08272057771682739,-0.11859798431396484 +259,-0.2094140701134849,0.18033130116138324,-1.6421657158112282,-0.20451578497886658,-0.17935551702976227,-0.9622914791107178,-0.6224038600921631,0.5773402452468872,0.3552910089492798,0.03639444708824158,-0.17779169976711273,-0.6195871829986572 +260,-0.2591878695294061,0.16462601232025678,-1.5848779565694444,-0.252830445766449,-0.16388341784477234,-0.9535297751426697,0.6225219964981079,-0.5243201851844788,0.4311375319957733,0.08249658346176147,-0.000758931040763855,-0.05921131372451782 +261,-0.30857393469076166,0.1999863386918954,-1.4975329618623459,-0.29764726758003235,-0.19865594804286957,-0.9337782859802246,0.7767982482910156,-0.454026997089386,0.7648083567619324,0.028482288122177124,0.12141595780849457,0.4831405282020569 +262,-0.30189523017428177,0.17651609646848673,-1.4540726461032167,-0.29271018505096436,-0.17560087144374847,-0.9399388432502747,-1.0450295209884644,0.830304741859436,0.34752988815307617,-0.06994545459747314,0.018771052360534668,0.5278905630111694 +263,-0.21191266890930904,0.008800687989028335,-1.4496350350859992,-0.21032202243804932,-0.008800574578344822,-0.9775925278663635,-0.9685743451118469,0.1923089325428009,-0.28144869208335876,-0.2414907068014145,0.08233268558979034,-0.4997786283493042 +264,-0.21732212528183403,0.021092844439073787,-1.5058750653100323,-0.21556754410266876,-0.02109128050506115,-0.9762611389160156,0.27021580934524536,-0.2579576373100281,-0.6130285263061523,-0.30353647470474243,-0.2526056170463562,-0.3298912048339844 +265,-0.22808256559477938,0.05911070388552572,-1.5408286988455304,-0.2257152497768402,-0.05907628685235977,-0.972400426864624,1.0843688249588013,-0.31213846802711487,-0.8598548173904419,-0.1400074064731598,0.20096775889396667,-0.328045129776001 +266,-0.27922851878056293,0.1614518142100895,-1.5798254486108485,-0.2720297574996948,-0.1607513129711151,-0.9487670063972473,1.4176775217056274,-0.7713497877120972,-0.6688624620437622,0.09989535808563232,0.2463378608226776,0.23532706499099731 +267,-0.35444508328036967,0.3276629489514466,-1.6294445465267828,-0.3286048471927643,-0.32183119654655457,-0.8879434466362,0.8598271608352661,-0.8428547382354736,-0.9651901125907898,0.14354625344276428,0.21151015162467957,0.6396524310112 +268,-0.30219033436631576,0.28756935986759014,-1.6740990289290345,-0.2853908836841583,-0.28362223505973816,-0.9154837131500244,-1.9978663921356201,0.7717458009719849,1.0104100704193115,0.16820338368415833,-0.09346821904182434,0.10055756568908691 +269,-0.24725203240814758,0.09403619130123812,-1.6436514127547786,-0.24365918338298798,-0.09389766305685043,-0.9653048515319824,-0.39049461483955383,0.5208254456520081,0.3848731517791748,-0.16327744722366333,-0.07394900918006897,-0.5687527656555176 +270,-0.22879331576645723,0.05891289913883492,-1.6048347839583121,-0.2264089733362198,-0.0588788278400898,-0.9722511172294617,0.783286988735199,-0.8115096092224121,0.15469971299171448,0.0010366737842559814,0.1033887267112732,-0.624230146408081 +271,-0.28672353711721743,0.15142487221212822,-1.5619965770502025,-0.2795748710632324,-0.15084685385227203,-0.9481999278068542,0.7837188839912415,-0.46697068214416504,0.43072667717933655,0.12880277633666992,0.05935516953468323,0.21959275007247925 +272,-0.35346839906965616,0.24022912795220705,-1.505307051503753,-0.33621352910995483,-0.237925186753273,-0.911236584186554,0.4935159683227539,-0.16058668494224548,0.0850294679403305,0.031602323055267334,0.13178503513336182,0.751904308795929 +273,-0.2922987282637748,0.1445531760564443,-1.4991391005839094,-0.28514885902404785,-0.14405028522014618,-0.9475967884063721,-2.4370596408843994,1.4743423461914062,1.0738239288330078,0.03185296058654785,-0.08727297186851501,0.41453099250793457 +274,-0.21931177016883277,-0.06526910254071172,-1.516905078497223,-0.21709468960762024,0.06522276997566223,-0.9739691615104675,-0.015209672041237354,0.21048986911773682,-0.8768162727355957,-0.28614017367362976,0.06583496928215027,-0.62287837266922 +275,-0.23415569758901256,-0.044390880048181376,-1.5792150919865027,-0.23179323971271515,0.044376302510499954,-0.9717523455619812,1.616416573524475,-0.669309139251709,-1.0056244134902954,-0.18989863991737366,0.041103437542915344,-0.6134374737739563 +276,-0.2593354656554426,0.057860662087507266,-1.6197890768676466,-0.25600916147232056,-0.0578283816576004,-0.9649431109428406,-0.32924917340278625,-0.5502679944038391,-0.47162365913391113,0.11443811655044556,0.1505865603685379,-0.051597416400909424 +277,-0.3304298088420009,0.2158146279168946,-1.6781324135178626,-0.3169231116771698,-0.21414323151111603,-0.9239602088928223,2.408870220184326,-0.7005879878997803,-1.3012360334396362,0.1938457489013672,0.2823500335216522,0.5069222450256348 +278,-0.30832452505723223,0.28644735478465033,-1.7330124794875486,-0.29109761118888855,-0.28254613280296326,-0.9140185117721558,-1.590120792388916,0.4510059654712677,0.1145712360739708,0.14450645446777344,0.023070424795150757,0.49028193950653076 +279,-0.2454421020690883,0.08476147935634551,-1.744049023776108,-0.24211286008358002,-0.08466002345085144,-0.9665474891662598,-0.6459349393844604,0.7256208062171936,-0.34541741013526917,-0.3083479404449463,0.06430479884147644,-0.26288366317749023 +280,-0.1279874176554241,-0.007935458896074289,-1.7916666792376719,-0.12763425707817078,0.007935375906527042,-0.9917895793914795,-0.706456184387207,0.06069616228342056,-0.32302966713905334,0.07032224535942078,-0.03982624411582947,-0.996293306350708 +281,-0.16393141820582277,0.053651102799291944,-1.80474075315004,-0.16296334564685822,-0.05362536758184433,-0.9851737022399902,0.5409033298492432,-0.5825827121734619,-0.2893748879432678,0.06103464961051941,-0.020791739225387573,-0.07671588659286499 +282,-0.22370127830639858,0.15114496372275787,-1.7827397163076837,-0.21931105852127075,-0.15057013928890228,-0.963966429233551,1.2364598512649536,-0.3285210132598877,0.05295224487781525,0.007213890552520752,0.13534188270568848,0.4584885239601135 +283,-0.2363366394454031,0.15090450110123954,-1.7921580903832675,-0.23148176074028015,-0.15033242106437683,-0.9611536860466003,-1.064947247505188,0.23239023983478546,-0.105112224817276,0.006017893552780151,0.05987831950187683,0.44981640577316284 +284,-0.20203514375080495,0.058957888860106694,-1.8569632632099273,-0.20031483471393585,-0.058923739939928055,-0.977958083152771,-0.16499504446983337,0.4607695937156677,-0.7089874744415283,-0.08293405175209045,-0.03812215477228165,-0.288094162940979 +285,-0.16679152721068236,0.030283909065455927,-1.9412600788629641,-0.16594314575195312,-0.030279280617833138,-0.9856703281402588,0.10168053209781647,-0.1081889271736145,-1.150423526763916,-0.008663162589073181,-0.017984261736273766,-0.6021592020988464 +286,-0.16626113856432664,0.1537153376944769,-1.9889255437300362,-0.16354484856128693,-0.15311071276664734,-0.9745820760726929,-0.3791465163230896,0.9206264615058899,-0.04158928990364075,-0.054793164134025574,-0.14100244641304016,0.39735734462738037 +287,-0.17140146924462143,0.08406558450971999,-1.983700930227038,-0.1699611097574234,-0.08396660536527634,-0.9818670153617859,0.6734921932220459,-0.42953187227249146,-0.10795553773641586,0.007195621728897095,0.20202386379241943,0.06804865598678589 +288,-0.19070520160220075,0.17245865651236572,-1.9898714463346192,-0.18673951923847198,-0.17160505056381226,-0.9673055410385132,-0.32965606451034546,0.18637874722480774,-0.34206724166870117,0.07177980244159698,0.056706368923187256,0.5667775869369507 +289,-0.10316871485046779,0.06561226634468759,-1.963516154328687,-0.10276419669389725,-0.06556519865989685,-0.992542564868927,-2.054016590118408,1.24786376953125,0.9578953981399536,-0.053531572222709656,-0.09198179841041565,0.1741374135017395 +290,0.023574045205323087,-0.1768638651410024,-1.8596140045179854,0.023204147815704346,0.17594322562217712,-0.9841268062591553,-2.1334304809570312,1.1119682788848877,1.412946343421936,-0.041926681995391846,0.10689368844032288,-0.7705576419830322 +291,-0.01304798159817935,-0.18514790766011144,-1.812628879464121,-0.012824615463614464,0.18409191071987152,-0.9828253388404846,2.4772400856018066,-1.4230538606643677,-0.19330236315727234,-0.015297330915927887,0.08414232730865479,-0.2934960722923279 +292,-0.12869805377242374,0.025705425880909422,-1.8138531298601663,-0.12830066680908203,-0.025702595710754395,-0.9914022088050842,1.3683794736862183,-0.826502799987793,0.3343820869922638,0.18137073516845703,0.014777306467294693,0.46888023614883423 +293,-0.20419868576289074,0.12274654176369468,-1.7744732060555777,-0.20125684142112732,-0.12243854254484177,-0.9718562364578247,-0.12786272168159485,-0.3377367854118347,0.011419326066970825,-0.0027226507663726807,0.04864703118801117,0.7173854112625122 +294,-0.13726297030271234,-0.03406529740441035,-1.7585952958665565,-0.13675296306610107,0.03405870869755745,-0.9900195002555847,-2.3842267990112305,0.9128543138504028,0.4110991060733795,-0.11986933648586273,-0.020432613790035248,0.011503934860229492 +295,-0.04691256502488233,-0.15644190858046444,-1.7819687828649862,-0.046322669833898544,0.1558045595884323,-0.9867011308670044,-0.46251046657562256,0.15097178518772125,-0.392068088054657,-0.08381953835487366,-0.033444344997406006,-0.5139396786689758 +296,-0.09983718898452618,-0.09330793102433739,-1.8571864048847364,-0.0992378443479538,0.0931725949048996,-0.9906920194625854,1.510735273361206,-1.1778877973556519,-0.8610307574272156,-0.026555612683296204,-0.024340197443962097,-0.28512585163116455 +297,-0.12701122787309682,-0.025795577330898663,-1.906648367304127,-0.1266278773546219,0.025792716071009636,-0.9916148781776428,-0.6987101435661316,-0.5739737153053284,0.06470107287168503,0.3539075255393982,0.07462537288665771,-0.20282787084579468 +298,-0.22296142169277725,0.0876764897707382,-1.9094156980008545,-0.2202693670988083,-0.08756420016288757,-0.9715008735656738,1.7384448051452637,-0.9992866516113281,-0.8077864646911621,0.1211635172367096,0.15760204195976257,0.5544629096984863 +299,-0.23663020961848868,0.13910470899199046,-1.9553493944637375,-0.23216362297534943,-0.13865652680397034,-0.9627431631088257,-0.9609737992286682,0.7510437965393066,0.2978192865848541,0.18769952654838562,-0.17494210600852966,0.4802297353744507 +300,-0.10167352823647148,-0.048523366474682486,-1.8879357669404269,-0.10137897729873657,0.04850432649254799,-0.9936647415161133,-1.8659615516662598,1.4152504205703735,1.4935494661331177,0.11224324256181717,-0.1504482924938202,-0.28029149770736694 +301,0.03626778519656624,-0.2195676191021474,-1.7106393934125708,0.03538929671049118,0.21780765056610107,-0.9753499031066895,1.0637359619140625,-1.2627848386764526,1.1085400581359863,0.14814341068267822,0.3660851716995239,-1.456794261932373 +302,-0.09747783629895017,0.005606407375425343,-1.5914449618450128,-0.0973220095038414,-0.005606377962976694,-0.9952371716499329,1.8014873266220093,-0.8359491229057312,1.5530967712402344,0.2209945023059845,0.051550593227148056,0.39916783571243286 +303,-0.14427689714372968,0.13864654556938077,-1.4128236429312029,-0.1423971951007843,-0.13820277154445648,-0.9801138043403625,1.14828622341156,-0.07033934444189072,1.4859726428985596,-0.1465127170085907,0.18170559406280518,0.71111661195755 +304,-0.11061944792677887,0.07517192692667074,-1.2984796080704495,-0.1100822240114212,-0.07510115206241608,-0.9910810589790344,-2.1300456523895264,1.554813027381897,1.085015058517456,-0.2795509397983551,0.12513472139835358,0.4716414213180542 +305,-0.0008713937688340707,-0.14498880363973046,-1.2849272132727856,-0.0008622505702078342,0.1444813460111618,-0.9895071387290955,0.09189005941152573,0.2686060965061188,-0.8498888611793518,-0.3068922758102417,0.2477458268404007,-0.6864877343177795 +306,-0.024545859928432202,-0.1491302316792786,-1.3631219001763093,-0.024270979687571526,0.14857807755470276,-0.9886028170585632,0.8008599877357483,-0.17724104225635529,-1.0293501615524292,-0.3606319725513458,0.04769572615623474,-0.40362435579299927 +307,-0.07124539088908986,-0.08047434787065735,-1.5091947213526484,-0.07095475494861603,0.08038751780986786,-0.9942350387573242,1.7017300128936768,-0.8323858380317688,-1.3190850019454956,0.26495498418807983,0.18105658888816833,-0.5948915481567383 +308,-0.163880563073451,0.3201202747338357,-1.619441972803952,-0.15485967695713043,-0.31468072533607483,-0.9364798665046692,4.699120998382568,-0.9792678356170654,-1.875583529472351,0.19233527779579163,0.41334405541419983,0.6671622395515442 +309,-0.09472289479684061,0.6947896671517936,-1.7532675453681745,-0.07265626639127731,-0.6402238607406616,-0.7647446990013123,2.288862466812134,1.4806034564971924,-1.7434966564178467,0.11110842227935791,0.3727525472640991,1.012516975402832 +310,0.35452010780856535,0.7249192957011305,-1.9657293304197814,0.25985294580459595,-0.6630750298500061,-0.7020028233528137,-0.7325375080108643,3.7177109718322754,-3.152906894683838,0.04344600439071655,0.5227704644203186,0.6032174229621887 +311,1.0723241328493416,0.4746004008067515,-2.2683708545357915,0.7812386751174927,-0.4569830596446991,-0.42524412274360657,-1.5056158304214478,4.364634037017822,-4.545805931091309,0.7371023297309875,0.790402889251709,0.16068723797798157 +312,1.4826409375793177,-0.07645927601660146,-2.107873211500342,0.9932067394256592,0.07638479769229889,-0.087784044444561,-4.795597076416016,2.872403621673584,-5.17077112197876,1.3530458211898804,1.1704413890838623,-0.5194089412689209 +313,1.7867646112069913,-0.426324169544366,-1.6023542915391278,0.8893405795097351,0.4135268032550812,0.19511233270168304,-2.9799411296844482,0.20144324004650116,-2.1403872966766357,0.4928157329559326,-0.3504011631011963,-1.3031598329544067 +314,1.8039019110893875,-0.52936070209625,-1.4541773634926778,0.839785635471344,0.5049816370010376,0.19938325881958008,-0.5950896739959717,-0.21967539191246033,-0.7154040336608887,0.11069965362548828,-0.5675426721572876,-0.5252346992492676 +315,1.8828302409943278,-0.5955923578476573,-1.387577031863155,0.7878418564796448,0.5609992146492004,0.254135400056839,-0.06654569506645203,0.47827935218811035,-0.79055255651474,0.4187772870063782,-0.27932208776474,-0.7658236622810364 +316,1.8230980137259392,-0.653244668038123,-1.5228592848409457,0.7689746618270874,0.6077662706375122,0.19823791086673737,2.413914442062378,0.1109733134508133,0.5710408687591553,0.6497265100479126,-0.2323695421218872,-0.6516070365905762 +317,1.6926197187333885,-0.5781208562255711,-1.8892716238513705,0.8312840461730957,0.5464511513710022,0.10177382081747055,3.2580747604370117,0.8769835829734802,3.0071589946746826,1.0454859733581543,0.24477803707122803,-0.6398292779922485 +318,1.4565588864009191,-0.12825167874934282,-2.235674908759047,0.9853224754333496,0.1279003769159317,-0.11305293440818787,2.94771409034729,-1.9924824237823486,4.633251667022705,0.09875333309173584,0.7419116497039795,0.04025329649448395 +319,1.404392104672647,0.3137536327553632,-2.4671822149221905,0.9380428194999695,-0.30863118171691895,-0.15755119919776917,2.4225244522094727,-0.09653279930353165,3.414607286453247,-0.27929043769836426,1.013831377029419,0.3834117650985718 +320,1.4539226257069326,0.5243300023281318,-2.5594564344911674,0.8597539663314819,-0.5006331205368042,-0.10094265639781952,-0.04648314043879509,0.6709772348403931,-0.07775802910327911,-0.5801215171813965,1.1173629760742188,0.5498714447021484 +321,1.480989717785173,0.3745414726790369,-2.4359547972279754,0.9269249439239502,-0.36584582924842834,-0.08346850425004959,-2.361304521560669,0.8719526529312134,-2.761641025543213,-0.2450096607208252,1.102509617805481,0.2933836579322815 +322,1.545034761682298,-0.1015300871858988,-2.099507823320028,0.9945200085639954,0.10135573893785477,-0.025626061484217644,-4.322220325469971,0.8992663621902466,-5.155599117279053,1.1349048614501953,1.3209617137908936,-0.4750453233718872 +323,1.725120411191649,-0.5587676607763926,-1.6854271742328235,0.8378320932388306,0.5301417112350464,0.13033398985862732,-3.032378911972046,0.19299590587615967,-2.7495198249816895,0.6967442035675049,-0.5469874739646912,-0.8187495470046997 +324,1.7218980005640923,-0.6428024388739108,-1.5232065352301087,0.7912988662719727,0.5994409322738647,0.12048494070768356,-0.9766794443130493,-1.1054654121398926,-0.5337192416191101,0.19325917959213257,-0.5674280524253845,-0.20555269718170166 +325,1.7905898276697751,-0.6756378230799942,-1.4201267656642504,0.7615359425544739,0.6253951191902161,0.17012910544872284,-0.1047477275133133,0.5045503973960876,-0.2584884762763977,0.3680874705314636,-0.6268905401229858,-0.6064695119857788 +326,1.760651879999833,-0.6401185455173376,-1.5194430332847937,0.7876138091087341,0.5972905158996582,0.1513557881116867,1.0312210321426392,-0.16610229015350342,1.2131985425949097,0.5809164047241211,-0.2972722053527832,-0.4883155822753906 +327,1.6794688251284189,-0.5573021120074891,-1.7159949722221108,0.8436786532402039,0.5288984775543213,0.0920473039150238,2.255338668823242,1.527734637260437,0.4254027307033539,0.5291240215301514,0.09207320213317871,-0.4090944528579712 +328,1.6129153079480596,-0.3858509848439186,-2.0936203886287323,0.9256568551063538,0.37634769082069397,0.03901079669594765,3.0483877658843994,0.2528042197227478,4.2421464920043945,0.6072868704795837,0.25243648886680603,-0.36548781394958496 +329,1.5250795492723979,0.1247092797217524,-2.3302094475697914,0.9911972880363464,-0.1243862733244896,-0.04534594342112541,2.020573854446411,-0.902005136013031,5.344997406005859,0.058821141719818115,1.0568203926086426,-0.09192216396331787 +330,1.5609615139698483,0.5194633130210816,-2.5034403104088883,0.8680437803268433,-0.49641433358192444,-0.008537323214113712,1.7426817417144775,0.4556174874305725,2.4658021926879883,-0.528718888759613,1.110458493232727,0.17792516946792603 +331,1.6650538319218349,0.5642042268231081,-2.5906159397359247,0.8412634134292603,-0.5347435474395752,0.07953105866909027,-0.5935449600219727,0.8796697854995728,-1.671798825263977,-0.6497961282730103,1.0685265064239502,0.38505327701568604 +332,1.7003347791913908,0.2618309115120751,-2.4457542062265647,0.9578249454498291,-0.25884950160980225,0.12477385252714157,-1.7910248041152954,1.1001099348068237,-4.607425212860107,0.18144214153289795,1.0157006978988647,0.19193758070468903 +333,1.725968888602069,-0.25262330146088985,-2.0711686807358207,0.9566262364387512,0.24994485080242157,0.1496451497077942,-2.540361166000366,-0.07639952003955841,-5.8695478439331055,1.3674551248550415,0.7282808423042297,-0.35215985774993896 +334,1.8477910508437845,-0.5280406446354945,-1.7248930434364962,0.8308694958686829,0.5038418173789978,0.23621897399425507,-1.7360453605651855,-1.4347463846206665,-0.7977539300918579,0.5480520129203796,-1.0252957344055176,-0.783750057220459 +335,1.8132807358650525,-0.5331849526315902,-1.6065110551959556,0.835997998714447,0.5082787871360779,0.20678535103797913,-0.7030518054962158,0.09297427535057068,-0.6197993159294128,0.12791502475738525,-0.6149377226829529,-0.23545658588409424 +336,1.86290775399246,-0.5322923042478911,-1.5675787568027149,0.82514488697052,0.5075098276138306,0.2481323629617691,0.47603774070739746,0.21170449256896973,0.4603893756866455,0.5563706159591675,-0.46907293796539307,-0.5639282464981079 +337,1.7917088324890633,-0.4498126725740244,-1.6551863540493892,0.878643810749054,0.43479683995246887,0.19732384383678436,0.8107226490974426,-0.30559930205345154,1.4369564056396484,0.5576659440994263,-0.11753615736961365,-0.28541281819343567 +338,1.7515440857169031,-0.3767133138552582,-1.86226862609563,0.9147304892539978,0.36786624789237976,0.1671598255634308,2.8609981536865234,0.8770720362663269,0.9633157253265381,0.5351595282554626,0.11968258023262024,-0.4293210506439209 +339,1.670929936175443,-0.19451502170943052,-2.1365930307651118,0.9762270450592041,0.19329072535037994,0.09808117151260376,2.051687717437744,-0.3847181499004364,2.7999191284179688,-0.0265960693359375,0.16040803492069244,-0.2357916533946991 +340,1.6446117538896876,0.08545984005104446,-2.377670049974975,0.9936372637748718,-0.08535585552453995,0.07347926497459412,1.9934720993041992,-0.20350691676139832,2.8914272785186768,-0.20335417985916138,0.5771924257278442,-0.138191819190979 +341,1.6765111364158745,0.28297716024541986,-2.561411690297815,0.9548678398132324,-0.27921563386917114,0.10132139176130295,1.4716280698776245,-0.043679866939783096,1.3355180025100708,-0.2788424491882324,0.8588513135910034,0.014218203723430634 +342,1.7032473292423655,0.2699600793664037,-2.6788713133890756,0.9553400278091431,-0.26669296622276306,0.12728092074394226,0.9377875924110413,-1.0428284406661987,-0.9166769981384277,-0.31674444675445557,0.7116698026657104,0.14493584632873535 +343,1.6464068851545517,0.012749140933963657,-2.5339022944430503,0.9970619678497314,-0.012748795561492443,0.07553240656852722,-2.950127363204956,-0.9601198434829712,-3.6707587242126465,0.2683342695236206,0.7546311020851135,0.024244792759418488 +344,1.6164094540166636,-0.3823448813653286,-2.216900348567138,0.9268273115158081,0.3730970621109009,0.042304836213588715,-2.312371253967285,-0.8294728994369507,-3.5922906398773193,0.6393499970436096,0.001231551170349121,-0.3738478422164917 +345,1.6349402904865076,-0.5294440613423266,-1.970721964318391,0.861312985420227,0.5050535798072815,0.055323924869298935,-1.4982006549835205,-0.6937777400016785,-0.8028200268745422,-0.061203181743621826,-0.5236693620681763,-0.24181687831878662 +346,1.7409378907508701,-0.6276757216423192,-1.8046603667793437,0.7977076172828674,0.5872650742530823,0.13704821467399597,-0.9444973468780518,0.9979894161224365,-1.5732817649841309,0.3119267225265503,-0.40620434284210205,-0.42569875717163086 +347,1.801184184469494,-0.7029118746587983,-1.8327914096930449,0.7428039312362671,0.6464420557022095,0.1742265373468399,1.0137420892715454,-0.8492308259010315,1.2134336233139038,0.9591308236122131,-0.49039047956466675,-0.5833756923675537 +348,1.6362900589262162,-0.6061716981537244,-2.02167292513514,0.8200731873512268,0.5697253942489624,0.05378657951951027,2.1403491497039795,1.3386503458023071,1.0105714797973633,0.5253857970237732,-0.13636058568954468,-0.1820213794708252 +349,1.6218349597740773,-0.44256294798174983,-2.335360058443167,0.9024803638458252,0.42825689911842346,0.0461014024913311,2.826051950454712,0.09285113960504532,3.9422285556793213,0.9455573558807373,0.18072137236595154,-0.5846909284591675 +350,1.4861317203799809,0.10392251243857598,-2.576660045897055,0.99104243516922,-0.10373555123806,-0.08410727232694626,2.9253275394439697,-0.7935793399810791,5.1544508934021,0.12648087739944458,1.1554628610610962,-0.02151406556367874 +351,1.5565927088597071,0.5388980605385226,-2.788078734066616,0.8581882119178772,-0.513190507888794,-0.012190197594463825,1.8315131664276123,0.11325959861278534,2.843932628631592,-0.5170778632164001,1.234503984451294,0.20268088579177856 +352,1.62480143626166,0.6394060064979052,-2.884086100386026,0.8012802600860596,-0.5967189073562622,0.0433153472840786,-0.5035155415534973,0.4228757619857788,-1.5251178741455078,-1.0065568685531616,1.2604916095733643,0.6418194770812988 +353,1.597166614980035,0.26214491699461256,-2.7387971599719316,0.96550053358078,-0.2591527998447418,0.025466429069638252,-1.75418221950531,0.14741550385951996,-5.524576663970947,-0.00988835096359253,1.1793493032455444,0.25006163120269775 +354,1.6117338726642234,-0.3726477524884997,-2.3124771470054153,0.9305863380432129,0.3640827238559723,0.038117218762636185,-4.1082234382629395,-0.46430912613868713,-5.876425743103027,1.714555263519287,0.9597698450088501,-0.7728278636932373 +355,1.665257504004517,-0.5729671031652689,-2.0013732747864648,0.8365501761436462,0.5421276688575745,0.07925739139318466,-0.6107670664787292,-3.5104007720947266,1.1406874656677246,0.2911202311515808,-0.5843029022216797,-0.5787233114242554 +356,1.6137480113331455,-0.5838053548960004,-1.8034818545599103,0.833601713180542,0.5512030124664307,0.035826630890369415,-2.1575636863708496,1.0894347429275513,-1.0639668703079224,-0.10739016532897949,-0.42162537574768066,-0.09507644176483154 +357,1.8420831343554822,-0.71521085088613,-1.6321152056843782,0.7273439764976501,0.6557766199111938,0.2023063749074936,0.2240532636642456,1.1033611297607422,-0.8868431448936462,0.8124204277992249,-0.6359707117080688,-0.6832329034805298 +358,1.7798062553472964,-0.6608402270056053,-1.7123422116709512,0.7722952365875244,0.6137803792953491,0.16380970180034637,0.49266767501831055,-0.7909491062164307,1.5436971187591553,0.6707131862640381,-0.1980089545249939,-0.42578792572021484 +359,1.6988548381978834,-0.5324692308584478,-1.9040926335220245,0.8545015454292297,0.507662296295166,0.11002831161022186,1.8852169513702393,0.8527103066444397,1.5403119325637817,0.6229002475738525,0.08041149377822876,-0.4459810256958008 +360,1.6124636458570127,-0.2929598420058312,-2.1223377806912658,0.9565623998641968,0.28878721594810486,0.03988047316670418,1.6403963565826416,-0.8987590074539185,3.3639914989471436,0.10128366947174072,0.21772828698158264,-0.37830519676208496 +361,1.5119253797424872,0.03617204486553421,-2.3348822572713477,0.9976145625114441,-0.03616415709257126,-0.05879845842719078,2.5638349056243896,-0.3289530277252197,3.3599865436553955,-0.05678820610046387,0.6148232221603394,-0.05100381001830101 +362,1.530260087337277,0.29359029631091826,-2.5483648024693766,0.9564247727394104,-0.2893907427787781,-0.03879111260175705,1.9902359247207642,0.1588134467601776,1.1680409908294678,-0.2894020676612854,0.9162065386772156,0.21260398626327515 +363,1.5693037156937568,0.28154971193467254,-2.6622771661035354,0.9606248140335083,-0.2778446674346924,-0.0014338403707370162,-0.10899687558412552,0.17614765465259552,-1.8209885358810425,-0.3125079274177551,0.9604008793830872,0.5314326286315918 +364,1.5372273298428574,-0.02329067918124703,-2.514797350344004,0.9991655349731445,0.023288574069738388,-0.0335535891354084,-2.4634742736816406,-0.215077206492424,-4.167413711547852,0.28719615936279297,0.7774926424026489,0.1176447868347168 +365,1.561095779576784,-0.443953147619007,-2.264558614306714,0.9030182361602783,0.42951273918151855,-0.00876004621386528,-2.5421688556671143,-0.6521180868148804,-2.7189548015594482,0.6022306680679321,-0.15041428804397583,-0.2820267081260681 +366,1.618473749554921,-0.5482242000777329,-1.9880816575428095,0.852481484413147,0.5211724638938904,0.04067494720220566,-1.7059962749481201,-0.2699526846408844,-0.4583333134651184,-0.027957618236541748,-0.5087212920188904,-0.18529772758483887 +367,1.749266152472002,-0.6080423222893823,-1.8229533071320603,0.8077312707901001,0.5712617635726929,0.1457059383392334,-0.736711323261261,0.544392466545105,-0.8875470161437988,0.3156512975692749,-0.42714250087738037,-0.5230405330657959 +368,1.7838368786179133,-0.6122979582342545,-1.7972197549112037,0.7998290657997131,0.5747494697570801,0.1730215847492218,0.20631107687950134,-0.7675187587738037,1.087389349937439,0.7175049185752869,-0.40642982721328735,-0.6113455295562744 +369,1.684072577549231,-0.5042103942667244,-1.9235059252065931,0.8699450492858887,0.4831162393093109,0.0989677757024765,1.7616984844207764,0.5032583475112915,0.9810845851898193,0.4406934976577759,0.09108734130859375,-0.2905418872833252 +370,1.6111856849596369,-0.3926587677971094,-2.2013362123032687,0.923141360282898,0.3826461732387543,0.037305377423763275,2.144047260284424,0.3820880353450775,2.083864688873291,0.3479766845703125,0.007963478565216064,-0.14458990097045898 +371,1.5561168037688409,-0.10725783212976803,-2.3995617287644113,0.9941464066505432,0.10705229640007019,-0.014594643376767635,1.8135664463043213,0.18538951873779297,3.1030325889587402,-0.25505638122558594,0.2374301254749298,-0.03469127416610718 +372,1.595999445797382,0.15788569651193923,-2.5821406000120097,0.9872481226921082,-0.15723055601119995,0.024887003004550934,1.3169186115264893,0.313234806060791,1.939535140991211,-0.19099891185760498,0.8409464359283447,0.06346142292022705 +373,1.6243228456085208,0.2512663459072167,-2.649318102959678,0.9672110676765442,-0.24863073229789734,0.051820941269397736,0.45913583040237427,-0.0645204484462738,-0.4845404326915741,-0.49725568294525146,0.8766214847564697,0.11832975596189499 +374,1.6284090283664236,0.05894875169383036,-2.5766333042672054,0.9966067671775818,-0.05891461670398712,0.0574808195233345,-1.707348108291626,0.03614188730716705,-3.255852699279785,-0.11779212951660156,0.7187961935997009,0.1797475814819336 +375,1.6365694381502127,-0.31731616387491773,-2.3186051120116686,0.9480219483375549,0.3120178282260895,0.062444426119327545,-2.807579278945923,-0.8366649150848389,-4.127062797546387,0.9123296141624451,0.5665526986122131,-0.29135680198669434 +376,1.6529756081712108,-0.5621824517151642,-2.05619183661657,0.8432386517524719,0.5330340266227722,0.069453164935112,-1.5515683889389038,-0.8564766645431519,-1.4360694885253906,0.12271910905838013,-0.6065050363540649,-0.3704022169113159 +377,1.6668461792227882,-0.6359509112873482,-1.9194726848864154,0.8007991909980774,0.5939428210258484,0.07715405523777008,-1.142174243927002,0.003371609840542078,-0.747724711894989,0.018750369548797607,-0.4959356188774109,-0.08670604228973389 +378,1.7466391583634693,-0.713411113659873,-1.8180381634201175,0.7444739937782288,0.6544168591499329,0.13227659463882446,0.13096731901168823,0.2561458647251129,-0.5225753784179688,0.5820945501327515,-0.5970438122749329,-0.4977397918701172 +379,1.685914184211999,-0.6602573953366749,-1.903211015247101,0.7846068143844604,0.6133201718330383,0.09072337299585342,0.658916175365448,-0.5097054243087769,1.399633765220642,0.7763063907623291,-0.045494794845581055,-0.2659553289413452 +380,1.5885425341532347,-0.5332483111103414,-2.067260807806047,0.8610248565673828,0.5083333253860474,0.01528153009712696,1.9129356145858765,0.8012771606445312,1.7805267572402954,0.7331371307373047,0.04914647340774536,-0.17574286460876465 +381,1.5356093440770013,-0.2588144475318776,-2.2860500873923653,0.9660957455635071,0.2559346556663513,-0.03400802984833717,1.9651254415512085,-0.07704052329063416,3.370306968688965,0.1416161060333252,0.2739725410938263,-0.21609878540039062 +382,1.5047091989715733,0.0920547066113145,-2.4681315811138917,0.9935923218727112,-0.091924749314785,-0.06575942784547806,1.598154067993164,0.06631746143102646,3.2321836948394775,-0.2915659546852112,0.5387325882911682,0.03537917137145996 +383,1.5420699490000929,0.3375155972576492,-2.6027485105404904,0.9431911110877991,-0.33114388585090637,-0.027101919054985046,1.1405997276306152,0.30037549138069153,1.4439693689346313,-0.383269727230072,0.8295416831970215,0.12037891149520874 +384,1.5880677781176005,0.3294401285086378,-2.674827072523184,0.9460824131965637,-0.32351332902908325,0.016341840848326683,0.3316865563392639,-0.1856139600276947,-1.9665682315826416,-0.5066751837730408,0.8639644384384155,0.22454869747161865 +385,1.5652475711739506,0.0008808959048664379,-2.5745281690301605,0.9999843239784241,-0.000880895764566958,-0.005548725835978985,-1.9101160764694214,0.08051031082868576,-4.881094455718994,0.19242912530899048,0.921977698802948,0.08881592750549316 +386,1.627434030255906,-0.5080369563332958,-2.2954887793057277,0.8723001480102539,0.4864630699157715,0.04945797473192215,-2.284189462661743,-0.5323796272277832,-4.375041961669922,1.2640371322631836,0.16017389297485352,-0.46637392044067383 +387,1.629629281177076,-0.6152704149131092,-2.0409378644469913,0.8152046203613281,0.5771793723106384,0.04801630973815918,-1.3956513404846191,-2.0664052963256836,0.6944975852966309,0.10728073120117188,-0.6373905539512634,-0.14194941520690918 +388,1.6905515371373159,-0.5863010674343928,-1.8231571769679,0.8270270824432373,0.5532836318016052,0.09951699525117874,-1.6178193092346191,0.4458734691143036,-0.45953842997550964,-0.017197251319885254,-0.23899829387664795,-0.37101662158966064 +389,1.758635698020254,-0.6632745759503877,-1.7530813504774516,0.7741197347640991,0.6157004237174988,0.1471448540687561,0.8139649629592896,0.10146442800760269,-0.8043379187583923,0.4673506021499634,-0.4896475672721863,-0.4514204263687134 +390,1.6983878448420893,-0.6749193995553547,-1.9000258084100683,0.7744106650352478,0.624834418296814,0.09934793412685394,0.9783706068992615,-0.7752175331115723,1.6909687519073486,0.9248080253601074,-0.21766889095306396,-0.38029277324676514 +391,1.617523595140792,-0.5100759371214241,-2.092529040185619,0.8717547059059143,0.4882435202598572,0.04076438769698143,2.101447105407715,1.9200243949890137,2.148979902267456,0.7143657207489014,0.19625043869018555,-0.45383501052856445 +392,1.5428672678072983,-0.177208735084322,-2.3462461642207817,0.9839555621147156,0.17628270387649536,-0.0274881012737751,2.1434576511383057,-1.2479218244552612,4.064027786254883,0.03633850812911987,0.46788227558135986,-0.255135178565979 +393,1.4692993564780175,0.19755088069008944,-2.583239105620973,0.9755040407180786,-0.19626843929290771,-0.09935209900140762,2.4383645057678223,0.1062982827425003,2.973411798477173,-0.36103248596191406,0.7070716619491577,0.19749663770198822 +394,1.5171406207585054,0.41414595385182296,-2.7484603630226196,0.9141427874565125,-0.402408242225647,-0.04909610003232956,0.9620994925498962,0.09660285711288452,0.5385963320732117,-0.541767418384552,1.0267826318740845,0.28191471099853516 +395,1.5240275102576408,0.31192126370376944,-2.764044480973751,0.9507049918174744,-0.30688774585723877,-0.04449579492211342,-0.9902599453926086,-0.3141745328903198,-2.2499172687530518,-0.35951846837997437,0.8383055925369263,0.3647778034210205 +396,1.5059345148811365,-0.09631530588325843,-2.5393375979184136,0.9932723045349121,0.0961664617061615,-0.06451594084501266,-3.9972376823425293,0.27820509672164917,-5.022753715515137,0.5568071007728577,0.9509069323539734,-0.007276661694049835 +397,1.6209606901015268,-0.5923176232821538,-2.171367456621488,0.8286053538322449,0.5582853555679321,0.041601359844207764,-2.8906002044677734,-0.14399059116840363,-3.764995813369751,1.0058062076568604,-0.03983747959136963,-0.55519700050354 +398,1.611435623378248,-0.656937899310724,-1.97534986085889,0.7912119626998901,0.610694944858551,0.03217201307415962,-0.7331922054290771,-1.9613207578659058,0.5211988687515259,0.026002883911132812,-0.6222153902053833,-0.06561923772096634 +399,1.717526889092595,-0.6620410431550885,-1.7584976530103265,0.7802637219429016,0.6147279739379883,0.11531730741262436,-1.4564204216003418,0.23051531612873077,-0.46302559971809387,0.2126714587211609,-0.34342676401138306,-0.46964168548583984 +400,1.7335868398307437,-0.6986365535545456,-1.7388393681601433,0.7555961608886719,0.6431742906570435,0.12410209327936172,0.8097228407859802,0.466715008020401,0.13213512301445007,0.6299781799316406,-0.553773045539856,-0.353426456451416 +401,1.6526189004502976,-0.6129117804227674,-1.854549870297641,0.8152399659156799,0.5752516388893127,0.06685429066419601,1.638061285018921,-0.09826360642910004,1.1571670770645142,0.5759649872779846,-0.09591203927993774,-0.35764098167419434 +402,1.576184213004065,-0.4136112880339878,-2.1033708682971826,0.9156618714332581,0.4019187092781067,0.004933529533445835,2.1113946437835693,0.20712992548942566,3.029298782348633,0.5865046977996826,0.29713213443756104,-0.30559277534484863 +403,1.5099294465503121,-0.06376446323906046,-2.3216730903242553,0.9961195588111877,0.06372126191854477,-0.060705676674842834,2.3805692195892334,-0.2780791223049164,3.5276293754577637,-0.1224014163017273,0.44697514176368713,-0.05889272317290306 +404,1.5250765106857946,0.25069460180436837,-2.485333368116893,0.9677280783653259,-0.2480769008398056,-0.044275205582380295,1.4003185033798218,-0.08700808137655258,2.332249879837036,-0.3702701926231384,0.8271937370300293,-0.011465191841125488 +405,1.5570462638173146,0.3540202462617368,-2.571539565531979,0.9378980398178101,-0.34667152166366577,-0.01289696991443634,0.49743732810020447,0.22840839624404907,-0.37238404154777527,-0.490037202835083,0.893943190574646,0.18811368942260742 +406,1.5561331650558508,0.17272663152636292,-2.5039138041426408,0.9850139021873474,-0.17186903953552246,-0.014444452710449696,-2.0742454528808594,-0.19024720788002014,-3.2155263423919678,-0.1973246932029724,0.97165846824646,0.2364140748977661 +407,1.5746072989571602,-0.3107425703078456,-2.2412446084992803,0.9520998001098633,0.30576571822166443,0.0036284434609115124,-2.7229936122894287,-0.21295170485973358,-5.165552616119385,1.1015806198120117,0.8025258779525757,-0.3259704113006592 +408,1.61501894543588,-0.5547923225463244,-1.9787317502486181,0.8491788506507874,0.5267667770385742,0.03757741302251816,-1.360140323638916,-2.063138484954834,0.38262075185775757,0.36468827724456787,-0.7731504440307617,-0.6198680400848389 +409,1.535621277479898,-0.5063653610796245,-1.7913489648341392,0.8739722371101379,0.48500192165374756,-0.030754702165722847,-2.56443452835083,0.02618386037647724,-0.052690066397190094,-0.22977668046951294,-0.28448617458343506,0.248207688331604 +410,1.7120552323634748,-0.565705452144928,-1.521049453257517,0.8358020782470703,0.5360115170478821,0.11885609477758408,-1.0636197328567505,0.20357316732406616,-1.1281901597976685,0.2527141571044922,-0.3220984935760498,-0.6351982355117798 +411,1.7186807093570033,-0.6125499966831286,-1.5409010767193738,0.8092542290687561,0.5749557018280029,0.12055619060993195,0.5188907980918884,-0.45368674397468567,0.836252748966217,0.6800952553749084,-0.36516255140304565,-0.375149130821228 +412,1.6441982661383228,-0.5412743861865327,-1.6040550850699182,0.8547449111938477,0.5152286291122437,0.06285285204648972,1.110819935798645,1.0804667472839355,0.5434477925300598,0.44345754384994507,-0.17810100317001343,-0.1779041290283203 +413,1.622824335461782,-0.4220976008923797,-1.8120680607200974,0.910997211933136,0.40967485308647156,0.04744018614292145,2.087510347366333,-0.2544391453266144,2.4201202392578125,0.32333195209503174,-0.06246110796928406,-0.38569700717926025 +414,1.5328085156661564,-0.1161713726457414,-2.0439330305902845,0.9925430417060852,0.11591024696826935,-0.03772268444299698,2.0072896480560303,-0.11639565974473953,3.465153694152832,-0.12041175365447998,0.27288368344306946,0.05261528864502907 +415,1.5561222757946782,0.172954006040815,-2.1753947249820125,0.9849746227264404,-0.17209303379058838,-0.014454605989158154,1.1873559951782227,0.01166134886443615,1.9526487588882446,-0.3131759762763977,0.7238813638687134,-0.08594822883605957 +416,1.6109751900726348,0.24824773133888667,-2.255332094725759,0.9685621857643127,-0.24570578336715698,0.03893668204545975,0.41601791977882385,0.21487563848495483,-0.5167338848114014,-0.38941478729248047,0.7462245225906372,0.04391849413514137 +417,1.6063922626655887,0.07617884975531299,-2.1813164904463784,0.9964680671691895,-0.07610519230365753,0.035485200583934784,-1.5269837379455566,-0.017378736287355423,-2.9011192321777344,0.006949782371520996,0.6843205094337463,0.09494686126708984 +418,1.5903990834820014,-0.2809133478421394,-2.0000188311519937,0.9606180787086487,0.2772333025932312,0.01883317530155182,-1.3436816930770874,-0.12251242995262146,-4.046967029571533,0.5920705795288086,0.3165014386177063,-0.10455703735351562 +419,1.62291629421776,-0.5470035438279058,-1.8116998759797114,0.8529273271560669,0.5201303362846375,0.04449484124779701,-1.822067379951477,-0.6385796666145325,-1.3038748502731323,0.18930912017822266,-0.7066384553909302,-0.2559969425201416 +420,1.6406857213061818,-0.5808823245112007,-1.6911451498718233,0.8339378833770752,0.5487617254257202,0.058378495275974274,-0.9035357236862183,-0.2629261910915375,-0.10728196799755096,0.08985960483551025,-0.426569402217865,-0.1820967197418213 +421,1.6496198190157594,-0.6146418200381608,-1.637893423817216,0.8144433498382568,0.5766659379005432,0.0643305554986,0.27702704071998596,0.18596923351287842,-0.7175889015197754,0.2510930895805359,-0.3974667191505432,-0.2166590690612793 +422,1.628572478589942,-0.6161972190658919,-1.6942551886377057,0.8147202730178833,0.5779359936714172,0.04712384566664696,0.5012540817260742,-0.7109368443489075,1.101914882659912,0.6587140560150146,-0.23749715089797974,-0.33580493927001953 +423,1.5609589359835632,-0.5285007408938197,-1.81629267777783,0.863522469997406,0.5042392015457153,-0.008495082147419453,1.6573619842529297,1.025815486907959,1.047699213027954,0.7671539783477783,-0.04945093393325806,-0.24025368690490723 +424,1.5086132197635136,-0.29216191724188123,-2.0615386976710695,0.9557726383209229,0.2880232036113739,-0.059509631246328354,2.6318042278289795,0.24628640711307526,3.0280537605285645,0.10797858238220215,0.0694444477558136,-0.10450708866119385 +425,1.488104668495658,0.06701610402568553,-2.2134210215467904,0.994346022605896,-0.06696595251560211,-0.08241204917430878,0.9471161365509033,0.07112010568380356,3.2726733684539795,-0.208762526512146,0.5502575635910034,0.06677180528640747 +426,1.5037563576831405,0.3134480256342598,-2.2726632938751354,0.9491390585899353,-0.30834048986434937,-0.06372574716806412,0.7202069759368896,0.04769318923354149,1.4095488786697388,-0.47120338678359985,0.8375915884971619,0.07724500447511673 +427,1.5422246236481245,0.3261682372883374,-2.3028435473793203,0.9468903541564941,-0.3204156458377838,-0.02706163376569748,-0.16005825996398926,0.2059294432401657,-1.2902319431304932,-0.5286775827407837,0.7789881229400635,0.20574206113815308 +428,1.5401464659082067,0.03882161228755293,-2.1599355127801028,0.9987772703170776,-0.03881186246871948,-0.030621973797678947,-2.626844644546509,0.0010210340842604637,-4.329368591308594,0.27176105976104736,0.986336886882782,0.041821956634521484 +429,1.5573131677141736,-0.3961746748580174,-1.8946709277093867,0.9224600195884705,0.3858921527862549,-0.012438428588211536,-2.823593854904175,-0.6171152591705322,-3.907503128051758,0.9953560829162598,0.38435623049736023,-0.25275933742523193 +430,1.5566029509607482,-0.548637811554788,-1.5636384863990347,0.8531497120857239,0.5215254426002502,-0.012109887786209583,-2.1252756118774414,-1.7971605062484741,-0.6322221755981445,-0.07524144649505615,-0.50794517993927,-0.1918848752975464 +431,1.6885609039779947,-0.6082425168504535,-1.3022915314660408,0.814969539642334,0.5714260339736938,0.09642069041728973,-2.2238316535949707,0.40156251192092896,-0.7760578989982605,0.08067560195922852,-0.36708033084869385,-0.41876256465911865 +432,1.8541132047352313,-0.6756767101207708,-1.1421425877998492,0.7491766214370728,0.6254254579544067,0.2181219458580017,0.2446964532136917,0.6131856441497803,-0.1421201080083847,0.7374871373176575,-0.5888350009918213,-0.7505162954330444 +433,1.7932191353901696,-0.6292863773336335,-1.2350656008589431,0.7885322570800781,0.5885679721832275,0.1783382147550583,0.7271711826324463,-0.05846612900495529,1.059037446975708,0.6814231276512146,-0.15840750932693481,-0.3184138536453247 +434,1.724125229589847,-0.5419223436100445,-1.435028540200045,0.8466678261756897,0.5157838463783264,0.13084565103054047,2.5510034561157227,0.4900483787059784,2.105140209197998,0.8888667821884155,-0.01698935031890869,-0.5020157098770142 +435,1.5990025730583288,-0.2304917402729823,-1.7355737167242165,0.9731670022010803,0.2284562885761261,0.027456670999526978,2.080731153488159,-0.33557263016700745,4.083863735198975,0.21126604080200195,0.3393690884113312,-0.10263669490814209 +436,1.5624029373141328,0.1715907171202598,-1.9214137842008234,0.9852796792984009,-0.17074991762638092,-0.008270030841231346,1.763550043106079,0.0830453634262085,3.4667768478393555,-0.16295307874679565,0.8342783451080322,0.0240476131439209 +437,1.6234818514403084,0.43495735723110346,-2.0895648361442016,0.9056297540664673,-0.421371728181839,0.04775777459144592,0.9913108944892883,0.17938371002674103,1.4639512300491333,-0.5022940635681152,0.9828341007232666,0.18179547786712646 +438,1.6528626710185539,0.4418935745298498,-2.120435143514178,0.9009012579917908,-0.42765191197395325,0.07410009950399399,-0.36853423714637756,0.34087657928466797,-1.6858861446380615,-0.7056955695152283,0.9341368675231934,0.3338284492492676 +439,1.631713720408495,0.1273227730548374,-1.951039643504402,0.9900653958320618,-0.1269790381193161,0.06038691848516464,-3.158005475997925,-0.03692735731601715,-4.999756813049316,0.1468515396118164,1.2245590686798096,0.19220709800720215 +440,1.6783899447494686,-0.4754718236570206,-1.5377931682234893,0.883935809135437,0.45775797963142395,0.09547454863786697,-3.1131412982940674,0.3573172688484192,-6.494547367095947,1.66109299659729,0.8219051361083984,-0.5274813175201416 +441,1.6670213359843968,-0.5905204748018084,-1.3676705133319567,0.8268082737922668,0.5567934513092041,0.07980609685182571,-0.9799606800079346,-3.7253127098083496,1.2676069736480713,-0.009303450584411621,-0.4425967335700989,-0.01993061602115631 +442,1.7232843367440427,-0.6037857135546114,-1.1418626144269712,0.8136399984359741,0.5677629113197327,0.12504102289676666,-1.622903823852539,0.5209771394729614,-0.6057629585266113,0.07983839511871338,-0.3940873146057129,-0.43036937713623047 +443,1.8310472421285329,-0.6459579928364635,-1.05906258853516,0.771633505821228,0.6019636988639832,0.2054784595966339,0.39437055587768555,-0.06939361989498138,0.7457015514373779,0.797275185585022,-0.44676655530929565,-0.7134131193161011 +444,1.728058384496153,-0.5515467977790709,-1.1433247536635165,0.8412045240402222,0.5240052938461304,0.13339102268218994,1.3914380073547363,-0.7060728073120117,1.1592352390289307,0.6624574661254883,0.10702186822891235,-0.5147081613540649 +445,1.6024681093306237,-0.4168403516079334,-1.4157214194906649,0.913914144039154,0.4048733711242676,0.028954971581697464,3.0503885746002197,0.23724456131458282,2.2893624305725098,0.49413633346557617,0.19540736079216003,-0.19205617904663086 +446,1.5357604568772867,-0.16875703337162978,-1.69797140924407,0.9851893782615662,0.16795717179775238,-0.03453109785914421,2.0004754066467285,0.043431419879198074,2.6646509170532227,-0.07608598470687866,0.2228051722049713,0.1486515998840332 +447,1.5454747334739307,0.1063154025139852,-1.8327276293634338,0.9940351843833923,-0.10611523687839508,-0.02517593465745449,0.9261431694030762,0.37948739528656006,2.5481975078582764,-0.3205273747444153,0.5919092893600464,0.13310134410858154 +448,1.5939215820585604,0.25913571644469297,-1.888453909750156,0.9663533568382263,-0.2562452256679535,0.022351153194904327,-0.04537360370159149,0.4123896360397339,0.40658819675445557,-0.4712972640991211,0.7884413003921509,0.13785088062286377 +449,1.605632322602886,0.16038927146721088,-1.8472742714898565,0.9865663051605225,-0.15970249474048615,0.0343819297850132,-1.502508282661438,0.25201284885406494,-1.958385944366455,-0.19523024559020996,0.7442820072174072,0.3430594205856323 +450,1.6161678939991908,-0.1479340902522907,-1.5452725567876553,0.9880598783493042,0.14739510416984558,0.044860612601041794,-3.4648053646087646,0.025310473516583443,-4.236297130584717,0.4856950044631958,0.7684526443481445,-0.2944028377532959 +451,1.6909366893894664,-0.5017488495800484,-1.2610855815998687,0.8704230785369873,0.48095956444740295,0.10507899522781372,-2.7026546001434326,-0.6342558860778809,-2.057849407196045,0.5227806568145752,-0.5175349116325378,-0.3440316915512085 +452,1.6774299405451394,-0.5481584637911493,-1.031221426773151,0.8486378192901611,0.5211163759231567,0.09083787351846695,-1.5846413373947144,-0.6455731391906738,-0.3742499351501465,-0.06459552049636841,-0.5074445605278015,-0.04922712594270706 +453,1.778091755414675,-0.577222579903608,-0.8630259917971101,0.8200412392616272,0.5456986427307129,0.17246830463409424,-0.6076164841651917,-0.09938883781433105,-0.4664669632911682,0.2608303427696228,-0.46240097284317017,-0.6161481142044067 +454,1.7324285053456427,-0.5513912224842251,-0.8781454127806627,0.8406942486763,0.5238727927207947,0.13707906007766724,0.3612857460975647,-0.42062726616859436,0.7795937657356262,0.5003550052642822,-0.1523669958114624,-0.28592848777770996 +455,1.6457119088863421,-0.4868977173412805,-0.9349078811543681,0.8813096284866333,0.46788638830184937,0.06614761799573898,0.5652639269828796,-0.5577311515808105,0.4882716238498688,0.39739203453063965,-0.05409860610961914,-0.12794578075408936 +456,1.5852531721715557,-0.38491825393111845,-1.1028073477951108,0.9267323017120361,0.37548336386680603,0.013398558832705021,1.6958346366882324,-0.4575534760951996,3.1449759006500244,1.0341441631317139,0.11792480945587158,-0.09018087387084961 +457,1.4723158133614176,-0.011812743851019917,-1.209041951573388,0.9950851798057556,0.011812468990683556,-0.09831453859806061,1.316573143005371,-0.4758150577545166,3.3574514389038086,-0.08375412225723267,0.5580728054046631,0.2820608615875244 +458,1.4929503110268905,0.2669630992618382,-1.2986133213864335,0.9616552591323853,-0.2638033330440521,-0.07501261681318283,0.5649752020835876,0.4480878710746765,1.92544424533844,-0.46145695447921753,0.7110384702682495,0.42352330684661865 +459,1.5379826983164193,0.3267516799068279,-1.2432462441126733,0.946580171585083,-0.32096827030181885,-0.03107188269495964,-1.7075767517089844,0.8148259520530701,-0.5436444282531738,-0.5964062213897705,0.7636562585830688,0.33601880073547363 +460,1.542642848948998,0.10986142662586679,-1.0047081233115192,0.9935774207115173,-0.10964056104421616,-0.027980051934719086,-2.6656885147094727,0.8312949538230896,-3.189444065093994,-0.13713210821151733,0.7329163551330566,0.003001391887664795 +461,1.6761657768734868,-0.28453233041344456,-0.6189137371024691,0.9544697999954224,0.2807086110115051,0.10094583034515381,-4.491373538970947,0.28656667470932007,-4.170197486877441,0.8075540661811829,0.6668469309806824,-0.5939115285873413 +462,1.8243644578322216,-0.5685646962145685,-0.30743811187321596,0.8157286643981934,0.5384231209754944,0.21139296889305115,0.41958367824554443,-0.4560534358024597,-0.8980230093002319,1.0912078619003296,-0.9028183817863464,-0.8169228434562683 +463,1.7541260712178308,-0.5781385601440716,-0.20300455299928677,0.8234469294548035,0.5464659929275513,0.15267662703990936,-1.9164787530899048,-0.051236703991889954,-0.6406503319740295,0.08611422777175903,-0.5795623064041138,-0.03463459014892578 +464,1.8323671304738534,-0.5841541316354643,-0.1266749919901849,0.8058043122291565,0.5514940023422241,0.21571721136569977,0.7049754858016968,0.11237035691738129,0.5397842526435852,0.3090943694114685,-0.7067063450813293,-0.5881384611129761 +465,1.7919203305236282,-0.50638130394884,-0.22070761016472099,0.8532124757766724,0.485015869140625,0.19180211424827576,0.8696430921554565,0.2972293198108673,0.9784272909164429,0.30819493532180786,-0.166717529296875,-0.42475807666778564 +466,1.7312079886747975,-0.41323433008598326,-0.37791987076141803,0.9040690064430237,0.40157350897789,0.14628006517887115,1.7978373765945435,0.006842346861958504,1.5904730558395386,0.664519190788269,0.2801738977432251,-0.41791701316833496 +467,1.6393110824129078,-0.2711351414917292,-0.6416523310561851,0.96120685338974,0.26782527565956116,0.06596009433269501,2.8822662830352783,0.10528501868247986,2.0064518451690674,0.4840902090072632,0.44822388887405396,-0.19079220294952393 +468,1.5776557209301718,-0.05423278825652038,-0.9501176493163411,0.9985063672065735,0.054206207394599915,0.006849256344139576,2.445557117462158,0.025479111820459366,2.5630862712860107,-0.22274941205978394,0.2528311610221863,0.07518196105957031 +469,1.6020468910637455,0.17537942371721477,-1.1636037040326044,0.9841796159744263,-0.17448174953460693,0.030766185373067856,1.6438167095184326,0.18393120169639587,1.9243688583374023,-0.34773558378219604,0.5871709585189819,0.04720616340637207 +470,1.6372671829393344,0.30142172480778895,-1.2679335832688041,0.9528066515922546,-0.2968781292438507,0.06342732161283493,0.24690042436122894,0.009417576715350151,0.2494928240776062,-0.49261683225631714,0.8415710926055908,0.0021396875381469727 +471,1.6721645460490724,0.16823054456976008,-1.3233103292955828,0.9808217287063599,-0.16743813455104828,0.09976610541343689,0.048630766570568085,0.2432902753353119,-2.3105921745300293,-0.21190083026885986,0.645267128944397,0.3263967037200928 +472,1.6579311626755138,-0.10035200780563766,-1.0990927473935088,0.9911942481994629,0.10018365830183029,0.08658679574728012,-2.6807100772857666,-0.7062323093414307,-3.654702663421631,0.4190840721130371,0.6985834836959839,-0.2423485517501831 +473,1.6583471787001327,-0.4784916069005799,-0.955232822211605,0.8842905759811401,0.4604407250881195,0.07761881500482559,-0.44796237349510193,-0.4757491946220398,-2.9054243564605713,0.6072714328765869,-0.36524108052253723,-0.047742120921611786 +474,1.6851083852489523,-0.6053141810133924,-0.8143715008243734,0.8169564008712769,0.5690204501152039,0.09379687905311584,-0.9518697261810303,-0.19310009479522705,-0.32729727029800415,0.1994009017944336,-0.6193592548370361,-0.12521469593048096 +475,1.753071091628682,-0.63150502998646,-0.751170166110788,0.7937687635421753,0.5903602242469788,0.14630793035030365,0.23055784404277802,0.587609589099884,-0.11644584685564041,0.3077784776687622,-0.6108832955360413,-0.38967037200927734 +476,1.75682490204395,-0.583815236821477,-0.8180554237943606,0.8199700117111206,0.5512112379074097,0.15432216227054596,0.5581602454185486,0.17143520712852478,0.9823266267776489,0.4963141679763794,-0.23451507091522217,-0.30732202529907227 +477,1.7007187075407817,-0.4609688553640786,-0.9128395328270138,0.8880735039710999,0.44481605291366577,0.11603423953056335,0.8028085231781006,-0.12187109887599945,1.3091167211532593,0.3830140233039856,0.11501359939575195,-0.22176243364810944 +478,1.6527847535251652,-0.3325891526053823,-1.101104354028331,0.9420250058174133,0.3264913856983185,0.07740867882966995,2.0004045963287354,0.14362215995788574,2.2489352226257324,0.4904547929763794,0.13295072317123413,-0.14181602001190186 +479,1.5852754498223782,-0.06777602776764743,-1.265183081560635,0.9975995421409607,0.06772415339946747,0.014445376582443714,1.2587865591049194,-0.5689363479614258,2.8049230575561523,-0.08132445812225342,0.38212019205093384,0.01289844699203968 +480,1.5776588766324022,0.1763307014415289,-1.3941634905443943,0.9844706058502197,-0.17541836202144623,0.006756084971129894,1.1205790042877197,0.0793658047914505,2.0318918228149414,-0.38093990087509155,0.5804934501647949,0.14470267295837402 +481,1.6109346467725434,0.2923554792927595,-1.4624070100255078,0.9567963480949402,-0.288208544254303,0.03842483460903168,0.5137295126914978,0.4049836993217468,0.16934174299240112,-0.49309706687927246,0.7700659036636353,0.18130171298980713 +482,1.6341304287157432,0.16531110722332268,-1.4330952427032837,0.9843896627426147,-0.16455920040607452,0.062428928911685944,-0.7560239434242249,0.39831873774528503,-2.459745168685913,-0.22373902797698975,0.7522057294845581,0.27137231826782227 +483,1.642261000234007,-0.1662341665334227,-1.1845810643851642,0.9836975932121277,0.16546961665153503,0.0704195499420166,-3.0373599529266357,-0.7072080373764038,-3.7744016647338867,0.5005858540534973,0.5715756416320801,-0.2019045352935791 +484,1.7172932160760925,-0.5268954806769679,-0.9387712363835601,0.855113685131073,0.5028523206710815,0.1261754184961319,-1.7633501291275024,-0.2023460417985916,-2.7120094299316406,0.5947611927986145,-0.5432423949241638,-0.2606816291809082 +485,1.7636996652648176,-0.6063660916708932,-0.7454839478319192,0.80648273229599,0.5698851346969604,0.15753208100795746,-1.4156302213668823,-0.4428340494632721,-0.12433993816375732,0.13573211431503296,-0.6859435439109802,-0.1172030121088028 +486,1.8306821449175155,-0.5881898803741136,-0.6200414434856607,0.804009199142456,0.55485600233078,0.21378546953201294,-0.11132632195949554,0.19233833253383636,0.20672626793384552,0.2939980626106262,-0.5141608119010925,-0.4728034734725952 +487,1.80447383827345,-0.5291555267817092,-0.6634674867836042,0.8397724032402039,0.5048045516014099,0.19988754391670227,0.4979569613933563,-0.43078407645225525,1.0396727323532104,0.4114026427268982,-0.15435582399368286,-0.3947422206401825 +488,1.7259558977871072,-0.447017337003603,-0.7754934546641593,0.8909078240394592,0.4322778582572937,0.139352947473526,1.0548732280731201,-0.09578979760408401,0.7018696069717407,0.34329938888549805,0.1200750470161438,-0.20057129859924316 +489,1.6545943483074126,-0.360943986815117,-0.994427091739573,0.9322808980941772,0.35315755009651184,0.07830667495727539,2.3957762718200684,0.03686646744608879,1.7564420700073242,0.400970995426178,0.13614597916603088,-0.10441447049379349 +490,1.5833742960723847,-0.15153005556292745,-1.2113351425429066,0.9884630441665649,0.1509508341550827,0.012433513067662716,1.7360814809799194,-0.0014206217601895332,2.5187201499938965,-0.19668453931808472,0.1275068074464798,0.07530450820922852 +491,1.5993871234050268,0.06928079545659448,-1.3639801976725379,0.9971932172775269,-0.06922538578510284,0.028518319129943848,1.3473081588745117,0.17800620198249817,1.6834982633590698,-0.3415384292602539,0.5640527009963989,0.0006107054650783539 +492,1.6274914921992945,0.15191152581149742,-1.4421125553098895,0.9868955016136169,-0.1513279229402542,0.05601222813129425,0.33983829617500305,0.0969969630241394,-0.11065182089805603,-0.4017055630683899,0.675284206867218,0.06441021710634232 +493,1.6352655889351948,0.03493969801025465,-1.4079747108626752,0.9973136782646179,-0.034932591021060944,0.0643853023648262,-0.9453322291374207,0.18192796409130096,-2.605313301086426,-0.16689974069595337,0.787984311580658,0.2016669511795044 +494,1.6336941793169983,-0.28330513659197165,-1.2228152513608614,0.9582383036613464,0.2795305550098419,0.06035073846578598,-1.6057156324386597,-0.5176011323928833,-3.3099477291107178,0.5608810186386108,0.44059276580810547,-0.09468304365873337 +495,1.6320414825334295,-0.5158495855975302,-1.0033939399589,0.8682431578636169,0.493274062871933,0.0532422736287117,-1.9461315870285034,-1.1187946796417236,-1.2836406230926514,0.06930267810821533,-0.5266144275665283,-0.15108168125152588 +496,1.67817471623507,-0.5907208467080084,-0.8239165615296039,0.8257559537887573,0.556959867477417,0.08901070803403854,-0.8699747323989868,0.055209361016750336,-0.6776556968688965,0.06261074542999268,-0.437880277633667,-0.26396799087524414 +497,1.7151272095670034,-0.6456781827207487,-0.7516636690961517,0.7903874516487122,0.6017402410507202,0.11487609893083572,-0.14379455149173737,-0.0413639172911644,-0.20006756484508514,0.3780238628387451,-0.5193427801132202,-0.29613518714904785 +498,1.6997808598645885,-0.6060861629633442,-0.7627871530220802,0.8150566816329956,0.5696551203727722,0.10571663081645966,0.1548130214214325,-0.5505195260047913,0.7868728041648865,0.5497810244560242,-0.14723068475723267,-0.3281897306442261 +499,1.6445756193403378,-0.5455490343696973,-0.8454456942254419,0.8525171279907227,0.5188875198364258,0.0630124881863594,1.241590976715088,1.0243937969207764,0.3360361158847809,0.5204077959060669,0.049075186252593994,-0.1468900442123413 +500,1.5820502357338926,-0.3974365859648142,-1.0526799397381918,0.9219977855682373,0.38705599308013916,0.010376516729593277,1.5108497142791748,-0.13031098246574402,2.497573137283325,0.19583052396774292,0.020872443914413452,-0.017212510108947754 +501,1.5488064680261628,-0.1183646293376504,-1.2032573589457498,0.992763102054596,0.11808843910694122,-0.02183423936367035,1.3840497732162476,0.45617228746414185,2.8868212699890137,-0.23839902877807617,0.22535640001296997,0.06989943981170654 +502,1.581687208137553,0.10857820208816676,-1.3154416255676493,0.9940523505210876,-0.10836498439311981,0.0108265345916152,0.8347377181053162,0.20907434821128845,1.5778608322143555,-0.3881257176399231,0.5469177961349487,0.03844404220581055 +503,1.6141933831572477,0.173713138307805,-1.356534208263522,0.9840224385261536,-0.17284078896045685,0.042730506509542465,0.057347990572452545,0.21492218971252441,-0.4658704698085785,-0.43852072954177856,0.6906630396842957,0.08382582664489746 +504,1.6374111166207586,0.011912605163308007,-1.2957906845391385,0.9977111220359802,-0.011912323534488678,0.06656080484390259,-1.7755110263824463,0.3081521987915039,-2.7157177925109863,0.10800164937973022,0.7471418380737305,0.2187480926513672 +505,1.652798359091544,-0.29195554223476866,-1.103489166406362,0.9544649720191956,0.2878255546092987,0.0784439742565155,-0.7890796065330505,0.03743228688836098,-3.0329909324645996,0.6057310700416565,0.22345072031021118,-0.1468949317932129 +506,1.654874520696769,-0.458222062850924,-0.9610564482452578,0.8936723470687866,0.442354291677475,0.0753159150481224,-1.7106425762176514,-0.9194619655609131,-0.6248764395713806,-0.006434798240661621,-0.4968129098415375,-0.04595804214477539 +507,1.7117668672367246,-0.5205327761761255,-0.8274023416140203,0.8589484095573425,0.49734240770339966,0.1218949556350708,-0.9100740551948547,0.37500301003456116,-0.6947615146636963,0.02621406316757202,-0.4601566791534424,-0.2489548772573471 +508,1.7608682781638023,-0.5551891098284548,-0.783037142878678,0.8344963192939758,0.5271040201187134,0.1605524718761444,-0.023076167330145836,0.0621306411921978,0.15813671052455902,0.3810034394264221,-0.4290815591812134,-0.2767329216003418 +509,1.7380457350308223,-0.5068476804383859,-0.8112970239526882,0.8620796799659729,0.48542365431785583,0.14554190635681152,0.37177708745002747,-0.2590569257736206,0.7674955725669861,0.4373129606246948,-0.07915839552879333,-0.24199271202087402 +510,1.6893956645519477,-0.4605482223016195,-0.8924252097959706,0.8895161151885986,0.44443926215171814,0.10599344968795776,1.3598136901855469,0.40245887637138367,0.35508352518081665,0.4532419443130493,-0.030163198709487915,-0.2519131898880005 +511,1.642469218967958,-0.35704166420140415,-1.1304837536981749,0.9345294237136841,0.3495039939880371,0.06709535419940948,2.136704921722412,0.06282312422990799,2.068723678588867,0.2690991163253784,0.010298222303390503,-0.19121026992797852 +512,1.5527817919492442,-0.09663546682221,-1.342143780404773,0.995172917842865,0.09648513048887253,-0.01792951673269272,1.567176342010498,-0.5240342617034912,3.1248154640197754,-0.1446327567100525,0.266384094953537,0.11573833227157593 +513,1.535190300749581,0.19270528578150284,-1.4573121161899514,0.9808675646781921,-0.19151480495929718,-0.034939561039209366,0.8636448979377747,0.15220201015472412,1.7588388919830322,-0.5777304768562317,0.6883257627487183,0.23630976676940918 +514,1.5761454771650478,0.2267193143627818,-1.490547079550794,0.9743952751159668,-0.22478200495243073,0.005212236195802689,-0.5517901182174683,0.29464244842529297,-1.5499122142791748,-0.6148370504379272,0.773625373840332,0.25951242446899414 +515,1.5981879558990686,-0.05467994039427382,-1.3439172749990498,0.9981309771537781,0.05465269833803177,0.027347274124622345,-2.7533273696899414,0.6747262477874756,-4.248482704162598,0.2934035658836365,0.9135479927062988,0.10618233680725098 +516,1.654463527076018,-0.4028907713651453,-1.06655842862945,0.9167135953903198,0.39207929372787476,0.07687833160161972,-1.5744134187698364,-0.5529555678367615,-2.467643976211548,0.8088571429252625,0.01565086841583252,-0.33722376823425293 +517,1.5761316367222855,-0.4580325395431853,-0.895564588289697,0.8969115018844604,0.44218429923057556,0.004785346332937479,-0.8913756012916565,-1.9520808458328247,0.46544572710990906,-0.19131457805633545,-0.49330127239227295,0.03044724464416504 +518,1.6135754789276542,-0.48630912977432034,-0.7489012055045686,0.8832550048828125,0.467366099357605,0.03780796751379967,-1.5815749168395996,0.8404148817062378,-0.8734760880470276,-0.13430792093276978,-0.26840677857398987,-0.11835908889770508 +519,1.7204710508960632,-0.5629443919978343,-0.6199438325022737,0.8362323641777039,0.5336785316467285,0.12610594928264618,0.11137023568153381,-0.022740241140127182,-0.7146196365356445,0.31096917390823364,-0.331209659576416,-0.5372083187103271 +520,1.6865959624079951,-0.6048110749165677,-0.680971869118754,0.8171002268791199,0.5686066746711731,0.09504512697458267,0.707897424697876,-0.4029618799686432,0.3970975875854492,0.7032091617584229,-0.30427873134613037,-0.2045879364013672 +521,1.6613870346297233,-0.5704102879621917,-0.787949664498187,0.8382279872894287,0.5399774312973022,0.07614407688379288,1.294062852859497,1.1586054563522339,1.2338696718215942,0.9652233719825745,-0.18894904851913452,-0.25488555431365967 +522,1.5455652775231323,-0.29481400407621855,-0.975010998926614,0.9565516114234924,0.29056188464164734,-0.024139923974871635,1.732347011566162,-0.5062457919120789,3.4675779342651367,0.1498783826828003,0.16230371594429016,0.008011404424905777 +523,1.524224749781335,0.07788808763425392,-1.1523431673253042,0.9958873987197876,-0.07780935615301132,-0.0464136078953743,1.6654798984527588,0.2835553288459778,3.384782075881958,-0.24538373947143555,0.5735979080200195,0.0834009051322937 +524,1.548240106891062,0.35612306904710406,-1.2848634744590124,0.9370171427726746,-0.3486431837081909,-0.021139148622751236,0.7539046406745911,-0.2636842131614685,1.5298956632614136,-0.5909782648086548,0.9123181104660034,0.15855979919433594 +525,1.548918311490106,0.30708632064214453,-1.292832763124281,0.9529902935028076,-0.30228254199028015,-0.020852863788604736,-0.49891984462738037,-0.04378246143460274,-2.4867923259735107,-0.5735042095184326,0.83321213722229,0.23853474855422974 +526,1.590031598548649,-0.08399077506857848,-1.1325205628399928,0.9962905645370483,0.08389205485582352,0.019166283309459686,-4.330820560455322,0.8122773766517639,-5.201794624328613,0.6864639520645142,1.1105048656463623,0.07343935966491699 +527,1.6523332464752516,-0.4974776922773217,-0.8592779885439991,0.8758693337440491,0.47721049189567566,0.0715743750333786,-1.354304313659668,0.07536405324935913,-1.7915170192718506,0.9669192433357239,-0.7146525382995605,-0.31971287727355957 +528,1.509031136284712,-0.4173151846558422,-0.7343357602103793,0.9124371409416199,0.40530750155448914,-0.05642862990498543,-1.8533469438552856,-1.230371356010437,0.2822745144367218,-0.45044684410095215,-0.3453862965106964,0.5335556864738464 +529,1.690489177177937,-0.4713819637084445,-0.49992468449000005,0.8845672607421875,0.45411795377731323,0.10638490319252014,-1.7835029363632202,0.8679576516151428,-0.899067759513855,0.036590576171875,-0.32429617643356323,-0.46044981479644775 +530,1.7362885117597693,-0.4969127319054189,-0.45088683554391534,0.8670482039451599,0.4767139256000519,0.1448141634464264,0.5598598122596741,-0.03203563764691353,0.39174798130989075,0.4691028594970703,-0.31385689973831177,-0.3493887186050415 +531,1.7073325959476335,-0.4651233377313314,-0.4874688272598671,0.885448157787323,0.4485330283641815,0.12165269255638123,0.6235172748565674,-0.0032315943390130997,0.13440851867198944,0.5007668733596802,0.01919454336166382,-0.3012791872024536 +532,1.7002011725365578,-0.43555625463376196,-0.6705011636242142,0.8990548849105835,0.4219147861003876,0.11699584126472473,1.9965964555740356,-0.03130101412534714,1.944615364074707,0.790916919708252,-0.08432939648628235,-0.48172664642333984 +533,1.585942017534133,-0.1697652837024229,-0.927959248666875,0.9855113625526428,0.16895100474357605,0.014927391894161701,2.122525691986084,-0.10828551650047302,3.32196307182312,-0.0781475305557251,0.15546609461307526,0.005870340391993523 +534,1.580557443313434,0.12151054622779489,-1.1160548366022265,0.9925793409347534,-0.12121175229549408,0.00968899019062519,1.8551974296569824,0.0613468773663044,2.536710500717163,-0.2945813536643982,0.6180989742279053,0.03689610958099365 +535,1.6168160693287608,0.3086952539803942,-1.2460510408677719,0.9517220854759216,-0.3038158118724823,0.043828949332237244,0.4045494496822357,0.22378170490264893,0.7414145469665527,-0.5245370268821716,0.8066387176513672,0.21827125549316406 +536,1.6464667482940243,0.2318863875551787,-1.2502028159854706,0.9704495072364807,-0.2298138290643692,0.07357481122016907,-0.5929574370384216,0.5341507196426392,-2.196850538253784,-0.29244059324264526,0.751542329788208,0.4107697010040283 +537,1.642918297565699,-0.0983659447840685,-0.9735401740207799,0.9925788640975952,0.09820739179849625,0.07171112298965454,-2.8944594860076904,-0.17006851732730865,-4.455276012420654,0.8349815011024475,0.944364607334137,-0.27964258193969727 +538,1.67395598001359,-0.4378240355693708,-0.7540659808492055,0.9008614420890808,0.42396974563598633,0.09326361864805222,-1.5986754894256592,-0.39931806921958923,-1.8076921701431274,0.25752466917037964,-0.6300550103187561,-0.1543750762939453 +539,1.716645939823018,-0.5179594100798897,-0.5580112251817054,0.8596068024635315,0.4951082468032837,0.12626993656158447,-1.5866596698760986,0.16457436978816986,-0.7264448404312134,0.001965463161468506,-0.5271822214126587,-0.14491617679595947 +540,1.8362653708836039,-0.5722783205999485,-0.4260444827703014,0.8112202286720276,0.5415487885475159,0.22055959701538086,-0.34897923469543457,0.8025978207588196,-0.33312591910362244,0.40936070680618286,-0.6442099809646606,-0.5487303733825684 +541,1.8003778324707889,-0.5184031417333524,-0.4567655190231598,0.8458207845687866,0.49549371004104614,0.19766998291015625,0.6829025745391846,-1.03763747215271,1.0043628215789795,0.41156452894210815,-0.23716235160827637,-0.47115322947502136 +542,1.723195464082299,-0.4609176966328256,-0.5909737793605537,0.8852638602256775,0.4447702169418335,0.13596771657466888,1.763577938079834,1.2123171091079712,0.775004506111145,0.7807364463806152,0.10579735040664673,-0.4443020820617676 +543,1.5802984006139704,-0.25756233042951054,-0.8590657191892299,0.9669702053070068,0.25472405552864075,0.009188498370349407,2.558621644973755,-1.3658275604248047,3.5614254474639893,0.43839478492736816,0.29323431849479675,-0.11838042736053467 +544,1.4766837836996876,0.11756147837403398,-1.0993624088230354,0.9887028336524963,-0.11729086935520172,-0.09332503378391266,2.2524049282073975,-0.15631000697612762,3.0981476306915283,-0.2034245729446411,0.6262019872665405,0.26033246517181396 +545,1.5227256762168055,0.3867052686901974,-1.2881281016053532,0.9250867366790771,-0.37713903188705444,-0.04450380802154541,1.381178855895996,0.0574803426861763,1.9334994554519653,-0.4140852093696594,0.8757200241088867,0.3424621820449829 +546,1.5519895249974376,0.4298924250827592,-1.342739571382225,0.9088498950004578,-0.4167730212211609,-0.017094574868679047,-0.4227873682975769,0.13062694668769836,-1.2643085718154907,-0.5830289721488953,0.9402105212211609,0.43259137868881226 +547,1.550338362327904,0.13721529025405266,-1.1717410695049664,0.990393340587616,-0.1367851197719574,-0.020264258608222008,-3.6842474937438965,0.635676920413971,-4.196692943572998,0.3243647813796997,1.1578880548477173,0.15257322788238525 +548,1.6063840445128872,-0.37038670036868093,-0.775912945586923,0.9315972328186035,0.36197593808174133,0.03316742181777954,-2.7044360637664795,0.28639286756515503,-5.391815185546875,1.1956000328063965,0.6556784510612488,-0.5826364755630493 +549,1.6482626260812514,-0.5926974140649114,-0.6121110871780536,0.8269495368003845,0.5586003661155701,0.06418917328119278,-0.2911691665649414,-1.5136526823043823,-0.06486357748508453,0.32858341932296753,-0.7568883299827576,-0.3225356340408325 +550,1.6746284378923868,-0.6304269354740424,-0.4302523044666905,0.8034255504608154,0.5894896984100342,0.08372246474027634,-1.7477645874023438,0.7955122590065002,-0.999026358127594,-0.041996657848358154,-0.5807005763053894,-0.15411126613616943 +551,1.844991263930612,-0.6671946848932898,-0.29759959839650374,0.7562149167060852,0.6187846660614014,0.21270787715911865,0.11497761309146881,-0.057965245097875595,1.019700288772583,0.7975570559501648,-0.5783030986785889,-0.8242343664169312 +552,1.7105661645935941,-0.545873270352841,-0.4065802829961285,0.846339762210846,0.5191646218299866,0.11906914412975311,1.4318749904632568,-0.4740965962409973,1.479864478111267,0.5430189371109009,-0.1171717643737793,-0.25761887431144714 +553,1.6707351194306748,-0.4234071062373975,-0.588110293987845,0.9071452617645264,0.4108690619468689,0.09096204489469528,2.04423189163208,0.46790611743927,1.8911776542663574,0.8044331073760986,0.1853070855140686,-0.4563184976577759 +554,1.5564093112624273,-0.14787584803626805,-0.8264801799288695,0.9889840483665466,0.14733749628067017,-0.01422951091080904,2.0948445796966553,-0.7394454479217529,3.2497878074645996,0.020796895027160645,0.30355972051620483,-0.023505451157689095 +555,1.5326257696427141,0.16578415133055263,-1.0159891010246074,0.9855709671974182,-0.16502578556537628,-0.03763807564973831,1.8178151845932007,0.08437581360340118,2.699298620223999,-0.30072587728500366,0.6456013321876526,0.059168215841054916 +556,1.5808828964352368,0.36154723929961174,-1.1780008535402087,0.9353029727935791,-0.35372185707092285,0.009434319101274014,1.0521667003631592,-0.07353277504444122,1.1813617944717407,-0.44923436641693115,0.8078539371490479,0.12955796718597412 +557,1.589007998586198,0.32964378360071805,-1.2034402297760447,0.946000874042511,-0.3237060010433197,0.017230162397027016,-0.2763881981372833,-0.252951055765152,-1.7679773569107056,-0.4389055371284485,0.7941192388534546,0.20516669750213623 +558,1.5705292422524881,-0.0019363166997081913,-1.042657003985577,0.999998152256012,0.0019363154424354434,-0.0002670840476639569,-3.2689692974090576,-0.22962310910224915,-4.9364519119262695,0.3890094757080078,0.9885727167129517,0.020851194858551025 +559,1.6447432620837767,-0.479683655316076,-0.7059657665434944,0.8847166299819946,0.46149855852127075,0.0655415877699852,-2.4820716381073,-0.04536103829741478,-3.5605924129486084,1.0007966756820679,-0.06216078996658325,-0.48311352729797363 +560,1.6326045351255014,-0.5618991506861579,-0.5359341479879415,0.8446288704872131,0.5327942967414856,0.05227157473564148,-0.9500936269760132,-0.8328081369400024,-0.5531052947044373,-0.059732019901275635,-0.5155214071273804,-0.028223756700754166 +561,1.724727756014811,-0.6133126215437074,-0.4038029143557423,0.8080765604972839,0.5755795240402222,0.1253802478313446,-0.6112720966339111,-0.23296485841274261,0.20510566234588623,0.23919498920440674,-0.7258939146995544,-0.4473102390766144 +562,1.7145918338906367,-0.5578939081259845,-0.37685447422982093,0.839616060256958,0.529400646686554,0.1215720996260643,0.31582194566726685,-0.2288290560245514,0.6764857172966003,0.3642107844352722,-0.20150452852249146,-0.3999534845352173 +563,1.6551399296598563,-0.498661496059448,-0.4664108910501288,0.8751016855239868,0.4782504737377167,0.07398474961519241,1.1255757808685303,0.13253647089004517,0.6294271945953369,0.6850637793540955,0.1334591805934906,-0.16594946384429932 +564,1.6031569221985185,-0.39782839567802225,-0.6689114499817097,0.9214217662811279,0.3874172568321228,0.02982817031443119,2.063788890838623,0.15946145355701447,1.9711359739303589,0.5062667727470398,0.051959604024887085,-0.10865509510040283 +565,1.5429513307046197,-0.15667071689692588,-0.859987856507754,0.9873694181442261,0.1560305655002594,-0.02750040404498577,1.6429271697998047,-0.2351696491241455,3.1629321575164795,-0.08993899822235107,0.1109982430934906,0.08868813514709473 +566,1.5467947005063365,0.14344743681473457,-0.9795785286045551,0.9894440174102783,-0.1429559886455536,-0.02375282533466816,0.9328052997589111,0.17595259845256805,2.3709192276000977,-0.3779938220977783,0.586895227432251,0.035700440406799316 +567,1.5677522332456062,0.3028460691199118,-1.0536140983307956,0.954487144947052,-0.29823794960975647,-0.0029055571649223566,0.18030115962028503,0.02358067035675049,0.36756953597068787,-0.6318553686141968,0.7740832567214966,0.10266757011413574 +568,1.5797536814032889,0.18015995889670325,-1.0512192290480118,0.9837756156921387,-0.17918694019317627,0.008812262676656246,-0.816659152507782,0.29908043146133423,-2.652541160583496,-0.25983762741088867,0.8211089372634888,0.31879401206970215 +569,1.5853268117491854,-0.23197691336775206,-0.827313289396307,0.973111093044281,0.22990192472934723,0.014140770770609379,-2.1313462257385254,-0.18166160583496094,-5.016818046569824,0.9166746735572815,0.8451865911483765,-0.24048960208892822 +570,1.6296363870269523,-0.575025945444578,-0.648664562733005,0.8377259373664856,0.5438565611839294,0.04934880882501602,-1.115185260772705,-1.5126585960388184,0.06363140046596527,0.5834318995475769,-1.0275449752807617,-0.4064197540283203 +571,1.5176630723293445,-0.5329980756333053,-0.5274668486678402,0.8600720167160034,0.5081178545951843,-0.045741479843854904,-1.662568211555481,-0.08842496573925018,-0.17842909693717957,-0.27071666717529297,-0.3863832354545593,0.3218645453453064 +572,1.6409813194069092,-0.6223028678394401,-0.35782395270626366,0.8105379343032837,0.5829078555107117,0.05698119103908539,-0.8863797187805176,0.4662063419818878,-1.5399820804595947,0.10186147689819336,-0.4150763750076294,-0.2880297899246216 +573,1.7123645090502113,-0.6820010750368825,-0.3202059368093564,0.7685466408729553,0.630347728729248,0.10953447222709656,0.24095146358013153,-0.2974586486816406,0.46778324246406555,0.6121296286582947,-0.40534162521362305,-0.43788838386535645 +574,1.6624050104304269,-0.6464381447431913,-0.41670290649094405,0.7948873043060303,0.6023470163345337,0.07302296161651611,1.0854450464248657,1.4084813594818115,0.44783440232276917,0.861408531665802,-0.10765707492828369,-0.2056065797805786 +575,1.6102718963158522,-0.4687871518629961,-0.6334306645364814,0.891421914100647,0.45180460810661316,0.03520767763257027,2.4671096801757812,-0.4953443109989166,3.4061057567596436,0.5234798192977905,0.08966875076293945,-0.43150901794433594 +576,1.5183164067473558,-0.058669762004860564,-0.8995681436599994,0.9969049692153931,0.05863611027598381,-0.05236557498574257,2.639554500579834,-0.01628013513982296,4.313112735748291,0.03272753953933716,0.6601138710975647,-0.15098828077316284 +577,1.4969307865978743,0.32651481947566957,-1.082867188720632,0.9445832967758179,-0.32074394822120667,-0.06989932805299759,0.2614864408969879,-1.0692551136016846,2.6412453651428223,-0.3607056140899658,0.7210735082626343,0.192061185836792 +578,1.3656971203071657,0.5678699994233355,-1.0510945085910763,0.8253787159919739,-0.537837564945221,-0.17169883847236633,-0.7017008662223816,-1.8793193101882935,1.756340742111206,-0.20043981075286865,0.518993079662323,0.20941856503486633 +579,1.0137172176571327,0.61053489042052,-0.8332755833631266,0.6954595446586609,-0.5733057856559753,-0.4331933856010437,-1.7903695106506348,-1.6507105827331543,1.2954342365264893,0.4214685559272766,-0.2135135531425476,-0.050189822912216187 +580,0.6912963290690006,0.5926792698528657,-0.602188833946178,0.5288026928901672,-0.5585853457450867,-0.639022707939148,-1.7744333744049072,-2.3113644123077393,1.419481635093689,0.5378476977348328,-0.021080732345581055,-0.23245245218276978 +581,0.386505042921865,0.697346691786543,-0.44674015003054424,0.2889533042907715,-0.6421860456466675,-0.7100021243095398,0.5286530256271362,-1.7835962772369385,1.0010697841644287,-0.21003484725952148,0.23845374584197998,0.38105320930480957 +582,0.12839938283498079,0.7196932589204234,-0.35614787503846373,0.09629226475954056,-0.6591540575027466,-0.7458174824714661,0.2350156009197235,-2.252671241760254,0.5050263404846191,-0.07579971104860306,0.2713518738746643,0.34121549129486084 +583,-0.09662739014928201,0.6875389413665505,-0.34724714577661653,-0.07455848157405853,-0.634637176990509,-0.7692052125930786,-0.15117542445659637,-2.1690635681152344,-0.5249841809272766,-0.09698082506656647,0.12943392992019653,0.2367345094680786 +584,-0.22073419814577927,0.6151763154821998,-0.4526053192838087,-0.17880704998970032,-0.577102541923523,-0.7968567609786987,-0.5544106364250183,-1.6913037300109863,-1.0264999866485596,-0.15397188067436218,-0.23573315143585205,-0.10518181324005127 +585,-0.21770738442350743,0.6110296143947793,-0.5942815839659477,-0.1769096702337265,-0.573711097240448,-0.7997240424156189,-2.9592251777648926,0.05905298888683319,-0.2699965238571167,0.057692751288414,-0.1229899525642395,0.3492388129234314 +586,-0.10998561803889655,0.513191467398222,-0.7001785717961099,-0.09562443196773529,-0.49096009135246277,-0.8659180998802185,-0.4041174352169037,0.5265209674835205,-0.7121701240539551,0.359525203704834,0.11419010162353516,0.2197694182395935 +587,-0.08389722532186274,0.5180080837639726,-0.7473903456624064,-0.07280503213405609,-0.49515053629875183,-0.865751326084137,0.506340742111206,0.7110777497291565,-0.2678379416465759,0.08435593545436859,0.18019387125968933,0.35960203409194946 +588,-0.05291288849547698,0.5109788072759425,-0.745010362259222,-0.04613259434700012,-0.48903125524520874,-0.8710454702377319,-0.402053564786911,0.030993729829788208,0.03191368281841278,-0.03582236170768738,-0.09626534581184387,-0.004320740699768066 +589,-0.05194859166217897,0.5083536156861875,-0.7205224134385095,-0.04535913094878197,-0.48673972487449646,-0.8723686337471008,0.7403280138969421,0.3096386194229126,-0.14192438125610352,-0.030919566750526428,-0.09394878149032593,-0.26222914457321167 +590,-0.025307929903910998,0.5267850015769968,-0.7103527594644619,-0.021874545142054558,-0.5027568340301514,-0.864151120185852,0.1353975236415863,-0.0007024938240647316,0.6362183094024658,0.2647181749343872,-0.07935070991516113,-0.42498767375946045 +591,-0.043681358336017245,0.5011242668749474,-0.6349878372544496,-0.03829824924468994,-0.4804118871688843,-0.8762063980102539,-0.1156935915350914,-0.16309508681297302,0.8588671088218689,0.13365042209625244,0.008274435997009277,-0.12185567617416382 +592,-0.0751303119108935,0.5267170989962281,-0.5267124133809409,-0.06488621979951859,-0.5026981234550476,-0.8620234131813049,-0.09464571624994278,-0.25012391805648804,0.8510338664054871,-0.0037325620651245117,0.1779910922050476,0.36814218759536743 +593,-0.12067943925961268,0.5102653375707812,-0.4602273379938583,-0.10505126416683197,-0.48840880393981934,-0.8662684559822083,-0.17582331597805023,0.0027398322708904743,0.2568264901638031,-0.07440736144781113,0.056112051010131836,0.18140822649002075 +594,-0.1287252365501656,0.48457400262474476,-0.47079172360528904,-0.11359123140573502,-0.465831458568573,-0.877552330493927,-0.07848480343818665,0.06123301759362221,-0.33254170417785645,-0.12201973050832748,-0.1439860463142395,-0.222789466381073 +595,-0.10113927170069777,0.5207388499322737,-0.5355460984025522,-0.08758395165205002,-0.49752119183540344,-0.8630189895629883,0.8345337510108948,0.055443234741687775,-0.4848106801509857,-0.06604154407978058,-0.24793168902397156,-0.2850980758666992 +596,-0.06440650296755435,0.5551524818591425,-0.570700714430179,-0.05469610542058945,-0.5270729064941406,-0.8480580449104309,-0.9264111518859863,0.1474805772304535,-0.26801902055740356,-0.023337334394454956,0.10200875997543335,0.13988244533538818 +597,0.01877991240654907,0.5902159875260633,-0.6201808074021405,0.01560181938111782,-0.5565404891967773,-0.8306739926338196,2.094557285308838,1.4113775491714478,-0.2626132071018219,0.13813048601150513,0.16210079193115234,0.6012123227119446 +598,0.3505220035979638,0.7669288414496409,-0.7240510316402302,0.24725498259067535,-0.6939271688461304,-0.676261842250824,1.0146377086639404,4.059459209442139,-0.9404842257499695,0.056303367018699646,0.48648393154144287,1.0713119506835938 +599,0.7980937303422506,0.5828081664470083,-0.840572560501121,0.597825288772583,-0.5503706932067871,-0.58283531665802,-3.2153875827789307,2.44313907623291,-2.4266674518585205,0.285017728805542,0.7686934471130371,0.76520836353302 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/r7.csv b/BoostRunClub/CoreML/DataSet/Motion/running/r7.csv new file mode 100644 index 0000000..56ba8cf --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/r7.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,1.1928601819072246,0.1098316881490832,-0.7404267725279611,0.9238279461860657,-0.10961100459098816,-0.366779625415802,-5.115322589874268,3.120701551437378,-4.4834113121032715,1.1980440616607666,1.515296459197998,-0.03303113579750061 +1,0.004890964677643545,0.6494305790686155,-0.54679686631048,0.0038952871691435575,-0.6047329902648926,-0.7964187860488892,0.448873907327652,0.5333209037780762,0.21230800449848175,0.11120176315307617,0.18789345026016235,0.41853487491607666 +2,0.0794128464287516,0.6322052999945179,-0.551610535286176,0.06399711966514587,-0.5909252762794495,-0.804183840751648,-0.5949746966362,-0.29982754588127136,0.005685990676283836,0.028425365686416626,0.03487974405288696,0.20576465129852295 +3,0.06603893857481812,0.5842627398692944,-0.5340847635491478,0.055044300854206085,-0.5515845417976379,-0.8323007822036743,-0.6285525560379028,0.6006038188934326,0.030644472688436508,-0.043157704174518585,-0.24422228336334229,0.06292212009429932 +4,0.13047433425682786,0.5580020570965412,-0.540836339404917,0.11036952584981918,-0.5294923782348633,-0.84110426902771,-0.6010414361953735,-0.06881289184093475,0.28777000308036804,0.3289462924003601,-0.19943523406982422,-0.20067429542541504 +5,0.16321537464441777,0.525198949266857,-0.461628914711457,0.14059174060821533,-0.5013851523399353,-0.8537253141403198,-0.31793978810310364,2.31881046295166,0.4568841755390167,0.21884429454803467,0.2870144248008728,0.4063223600387573 +6,0.40254582628664753,0.48891796697674356,-0.4190611681702694,0.3458637297153473,-0.4696708917617798,-0.8122730255126953,-1.5956411361694336,1.929107904434204,0.3038484752178192,0.09123954176902771,0.4282127916812897,0.7500935196876526 +7,0.5529588764266196,0.21718374265376308,-0.23016255008086325,0.5128693580627441,-0.21548038721084595,-0.8309832811355591,-4.949491500854492,1.5827059745788574,-0.2468382567167282,-0.09680795669555664,0.6985889077186584,0.5664874315261841 +8,0.7573652993257514,-0.25808602299751054,0.013441312874873627,0.6642557382583618,0.2552304267883301,-0.7025821805000305,-6.6573896408081055,1.4820075035095215,-1.3569293022155762,0.19016015529632568,0.7016024589538574,0.06343728303909302 +9,1.2985696889461071,-0.6556499672703965,0.4131436304904464,0.7634621858596802,0.6096745729446411,-0.21312567591667175,-6.572530746459961,3.8795318603515625,-1.3939002752304077,1.3234214782714844,1.600057601928711,-0.7079710960388184 +10,1.9044740622289318,-0.7000355281492193,0.8612924042749722,0.7226349711418152,0.6442448496818542,0.2504936754703522,3.8315813541412354,0.8159136176109314,0.7421016693115234,0.776113748550415,0.3223536014556885,-2.6537530422210693 +11,1.6627091409665296,-0.6819180157459663,0.4482498066820028,0.7730882167816162,0.6302832365036011,0.07125748693943024,3.2592954635620117,0.7937489151954651,1.225733995437622,0.07232499122619629,-0.20685189962387085,-0.5022419691085815 +12,1.546167672055466,-0.5022778863179332,0.015485587262556628,0.8762223124504089,0.4814233183860779,-0.021584540605545044,3.705260992050171,1.5543818473815918,2.4213123321533203,-0.11155873537063599,0.22232726216316223,-0.23769277334213257 +13,1.4795539737192251,-0.21162058095980046,-0.33275986680432657,0.9736248254776001,0.21004460752010345,-0.08908316493034363,2.7233011722564697,-0.32276400923728943,2.5881941318511963,-0.22086304426193237,0.6464464664459229,0.15173578262329102 +14,1.4627822853690484,-0.005757062906489851,-0.49323487655083376,0.994155764579773,0.0057570310309529305,-0.10780235379934311,0.8412890434265137,0.3290922939777374,0.5590353608131409,-0.591903567314148,0.8114579319953918,0.4347066879272461 +15,1.4456792544157169,-0.11321641006030989,-0.43317749242623993,0.9858308434486389,0.11297469586133957,-0.1239919513463974,-3.5441744327545166,-0.5463022589683533,-2.3188371658325195,-0.28777194023132324,0.7661756873130798,0.5034322738647461 +16,1.4950156642640036,-0.4889307275665327,-0.09076531959927983,0.8803019523620605,0.46968215703964233,-0.0668378546833992,-2.973006010055542,-0.12608632445335388,-3.9076178073883057,0.32941484451293945,0.7296586632728577,-0.2259935736656189 +17,1.6699575057346276,-0.8110020958708474,0.2765487143674829,0.6853887438774109,0.7249777317047119,0.06818759441375732,-2.3677093982696533,-0.6807326674461365,-2.0846638679504395,0.2392023205757141,-0.3799002766609192,-0.4901999235153198 +18,1.8659553321172337,-0.9403421054602262,0.5956513611922541,0.5640190243721008,0.8077598214149475,0.17148429155349731,-1.2871577739715576,0.4033973217010498,-1.3837647438049316,0.42970961332321167,-0.5676779747009277,-0.50862717628479 +19,2.02798217868596,-0.9407897429417541,0.7835289096454914,0.5286434888839722,0.8080236315727234,0.2600654661655426,-0.3435888886451721,-0.3928660452365875,0.9543206095695496,0.8894015550613403,-0.2468816637992859,-0.7644141912460327 +20,1.835994025327457,-0.8215740333451662,0.6375338824861676,0.6572596430778503,0.7322187423706055,0.17850832641124725,1.2489643096923828,-0.25077199935913086,1.6903624534606934,0.6277896761894226,0.31755530834198,-0.42779114842414856 +21,1.7610761388132683,-0.6489554913035785,0.3607977489843128,0.7823359966278076,0.6043545603752136,0.15068574249744415,3.275491952896118,0.6571300625801086,3.044804811477661,0.6238225698471069,0.6807559728622437,-0.8858999013900757 +22,1.5026313294654825,-0.26690480661945454,-0.16559800491968515,0.9623516798019409,0.26374709606170654,-0.06570049375295639,4.689208984375,-0.5348905920982361,4.502131462097168,0.0032244324684143066,0.9052287340164185,-0.049427032470703125 +23,1.4602501407777067,0.17235533438587694,-0.507670792671763,0.9791700839996338,-0.17150326073169708,-0.10868661105632782,3.130763053894043,0.38288813829421997,3.418194532394409,-0.4386732578277588,0.9939977526664734,0.192274272441864 +24,1.5488953270775763,0.4259592914120949,-0.776688204163733,0.9104244112968445,-0.41319453716278076,-0.0199423935264349,1.9210946559906006,0.34841859340667725,0.7348588705062866,-0.9056026339530945,1.0754107236862183,0.48805153369903564 +25,1.6049137991496356,0.2629704727022802,-0.8703484650657501,0.9650602340698242,-0.25995004177093506,0.03293819725513458,-0.35197216272354126,0.3811458647251129,-3.4144396781921387,-0.5767086744308472,0.9352887868881226,0.6097924709320068 +26,1.5699314381786935,-0.24373454920788065,-0.48215343453457643,0.9704432487487793,0.24132846295833588,-0.000839325541164726,-5.865930080413818,-1.3795957565307617,-6.686086654663086,0.6762548685073853,1.9513137340545654,-0.4369048476219177 +27,1.838988835272422,-0.8987986372753873,0.078611858382617,0.60029536485672,0.7825795412063599,0.1649690717458725,-2.3736836910247803,1.6744673252105713,-6.413219451904297,1.4712378978729248,0.38917338848114014,-0.8335787057876587 +28,1.901302670803348,-1.09179014615679,0.1761122112149472,0.4359528124332428,0.8874534368515015,0.14957135915756226,0.19222858548164368,-2.205974578857422,-0.5929824113845825,0.5440582036972046,-0.5767844915390015,-0.16934680938720703 +29,2.0391686805858105,-1.082295921566822,0.3863913316457583,0.41876041889190674,0.8830376267433167,0.21185925602912903,-1.371412992477417,0.4892280697822571,0.7193590998649597,0.8387011289596558,-0.6927757263183594,-0.39299631118774414 +30,1.9603662855898762,-0.873197291661367,0.36003582173602416,0.5942475199699402,0.7663867473602295,0.24396967887878418,0.7036532759666443,-1.7747817039489746,2.720755100250244,0.6346800327301025,0.16371268033981323,-0.6814391613006592 +31,1.657159127692037,-0.6817055199840786,0.0240350057650009,0.7736052870750427,0.6301182508468628,0.06697732210159302,2.187652111053467,1.2331050634384155,1.3741499185562134,0.34812939167022705,0.6045619249343872,0.030419468879699707 +32,1.5934338694614347,-0.5131524121576595,-0.26197037541362034,0.8709778785705566,0.490926057100296,0.01972016878426075,2.4726011753082275,0.5504670739173889,2.2969462871551514,0.13334017992019653,0.23173007369041443,-0.199895977973938 +33,1.5473042585614578,-0.1930521619330371,-0.5186594662795486,0.9811524748802185,0.19185525178909302,-0.023053541779518127,1.4782589673995972,-0.9680142402648926,4.424955368041992,0.263735830783844,0.4431392550468445,-0.1443658471107483 +34,1.1852987761444203,0.20612484381237525,-0.47249110387489446,0.9069963693618774,-0.204668328166008,-0.3680603802204132,-0.41925135254859924,-5.447465896606445,3.637380361557007,0.24110537767410278,0.6728842854499817,0.08290413022041321 +35,0.6163831264450091,0.42446062642349314,-0.3160970687634629,0.5267887711524963,-0.4118293225765228,-0.7435658574104309,0.32041236758232117,-3.917874336242676,1.6006393432617188,0.11968040466308594,0.4654181897640228,0.4967092275619507 +36,0.3769479131356179,0.5156307700711434,-0.24222900194248087,0.3202267289161682,-0.4930837154388428,-0.8089025020599365,-0.2971872091293335,-1.0220422744750977,0.45293447375297546,0.08468049764633179,0.19834494590759277,0.2996861934661865 +37,0.15755033722659298,0.4074227880490995,-0.1502326941385034,0.14405636489391327,-0.3962444067001343,-0.9067735075950623,-0.28019922971725464,-0.4955888092517853,0.027768846601247787,-0.03632932901382446,0.10216176509857178,0.09119123220443726 +38,0.05667892351898979,0.4423384804693074,-0.12635572485221702,0.05119633302092552,-0.4280540347099304,-0.9023018479347229,0.30841323733329773,-1.1180381774902344,0.6053770184516907,-0.03291630372405052,-0.015961438417434692,0.3483163118362427 +39,0.011606509152934928,0.5105084349208678,-0.09681684864139457,0.010126408189535141,-0.48862090706825256,-0.8724374175071716,0.4099074602127075,-0.38594892621040344,-0.013251427561044693,-0.07361823320388794,-0.0015676915645599365,0.20848172903060913 +40,0.030483478203069778,0.567564248603713,-0.16904867918079958,0.025700081139802933,-0.5375797748565674,-0.8428211212158203,0.27641594409942627,0.4990845322608948,-0.3866078555583954,0.028789052739739418,-0.16200512647628784,0.07588392496109009 +41,0.033341510881802004,0.5913205882780632,-0.23362319364064746,0.027675168588757515,-0.5574578642845154,-0.8297438025474548,-0.624668300151825,0.5291223526000977,0.03858472779393196,0.008671268820762634,-0.2776709198951721,0.036866605281829834 +42,0.11519298198036933,0.555141640558785,-0.26538007291542387,0.09767761081457138,-0.5270636677742004,-0.844193696975708,-0.18527095019817352,1.2402688264846802,-0.028883283957839012,0.07817993313074112,0.18802869319915771,-0.029555082321166992 +43,0.12413693731040998,0.49590431997304735,-0.28787961474092333,0.10890305042266846,-0.4758272171020508,-0.8727706670761108,-0.5328887104988098,-0.5524575114250183,-0.07391168922185898,-0.05787765979766846,0.15649130940437317,0.19045865535736084 +44,0.10339084596888055,0.5283458517228917,-0.2759231530587031,0.08913368731737137,-0.5041054487228394,-0.8590302467346191,0.23946060240268707,-0.29667332768440247,0.038603901863098145,-0.10369057953357697,0.17161643505096436,0.34815073013305664 +45,0.1958304020722185,0.5351449197226906,-0.29314444638703635,0.16737766563892365,-0.509965717792511,-0.8437533378601074,-0.4457937180995941,1.7542369365692139,-0.8405604958534241,-0.12726230919361115,0.1893938183784485,0.3573489189147949 +46,0.22039114501115878,0.5012606145127118,-0.5084851739533406,0.1917172074317932,-0.4805314540863037,-0.855765163898468,-1.433000087738037,-1.0550462007522583,-2.6396164894104004,-0.09975248575210571,0.2773454189300537,-0.015023410320281982 +47,0.2813866642300054,0.22006960253929145,-0.7155888063786483,0.27099084854125977,-0.21829754114151,-0.9375020861625671,-1.6008186340332031,0.2333151400089264,-3.289515256881714,0.11456826329231262,0.255864679813385,-0.30903416872024536 +48,0.3170993681009327,0.007946453267631484,-0.9532242235920526,0.3118020296096802,-0.007946369238197803,-0.9501138925552368,0.2550160884857178,0.9296737313270569,-2.025153160095215,0.5003165006637573,-0.3451725244522095,-0.10118615627288818 +49,0.39792765180487727,-0.029476948937941228,-1.205960349799386,0.3873404264450073,0.029472680762410164,-0.9214655756950378,0.39326268434524536,1.2029160261154175,-2.315403699874878,0.3586007356643677,0.18828549981117249,0.6337305903434753 +50,0.53862495083848,-0.16091668846197268,-1.279948208749274,0.5063291192054749,0.160223126411438,-0.847324788570404,-1.6257107257843018,2.080289363861084,-1.043990969657898,-0.035046160221099854,0.248193621635437,0.08069276809692383 +51,0.6599543511150278,-0.34970903885444343,-1.2387204328535313,0.5759724974632263,0.3426244854927063,-0.7422022223472595,-1.7823071479797363,1.4366309642791748,-1.115479826927185,-0.08573812246322632,-0.0699194073677063,-0.5226598381996155 +52,0.7747007074410414,-0.5914680366818228,-1.2260408734376251,0.5806729197502136,0.557580292224884,-0.5932311415672302,-2.152878522872925,2.459408760070801,-2.129674196243286,-0.09281891584396362,0.15630215406417847,-0.242218017578125 +53,0.8738655335068224,-0.8417837753890541,-1.2581089973745816,0.5108017325401306,0.7458325624465942,-0.42756927013397217,-1.1204661130905151,1.2900334596633911,-2.3793859481811523,-0.2999252676963806,-0.37289249897003174,-0.10961636900901794 +54,0.8533724123520264,-0.9995973973514675,-1.4522274221295344,0.4073740243911743,0.841253399848938,-0.3554421365261078,-0.06271955370903015,1.771790862083435,-1.6347267627716064,0.3249257802963257,-0.267675518989563,0.19618618488311768 +55,0.822677002218865,-1.058171422633766,-1.4512939334532309,0.35949698090553284,0.8714600801467896,-0.33364546298980713,-1.3332513570785522,-1.4832124710083008,0.81878262758255,0.7972718477249146,-0.09796154499053955,0.27422773838043213 +56,0.9721869770566537,-1.03312511037731,-1.0519533949695992,0.42308682203292847,0.8589036464691162,-0.2885863482952118,-0.751295268535614,-0.5423251986503601,1.8573176860809326,0.6491178274154663,0.183271586894989,0.059338271617889404 +57,1.2543048401447605,-0.8037731165523665,-0.7772461474303856,0.6595266461372375,0.7199797630310059,-0.21599504351615906,-0.03060389682650566,0.8317861557006836,3.5312514305114746,0.14049166440963745,0.6676545739173889,-0.9952934384346008 +58,1.3552056896696643,-0.5183229164325821,-0.9722773233706812,0.8485422134399414,0.4954240322113037,-0.18582573533058167,1.1516563892364502,1.7874302864074707,1.9330129623413086,-0.2929849624633789,0.2650434970855713,0.16774404048919678 +59,1.468749896205655,-0.37853578643462626,-1.1188263507046443,0.9243729114532471,0.3695603013038635,-0.09465775638818741,1.8974733352661133,1.2080672979354858,0.8736584782600403,-0.77765953540802,-0.34053805470466614,-0.1590196043252945 +60,1.5504725737464673,-0.3098348718297228,-1.3006039938588654,0.9521872997283936,0.3049013614654541,-0.01935468427836895,1.685221791267395,2.000009536743164,0.8289888501167297,-0.19142985343933105,-0.04077175259590149,0.3424137830734253 +61,1.6977752494640945,-0.21526440243084694,-1.427829157586722,0.9690546989440918,0.21360573172569275,0.12371514737606049,-0.5296260118484497,1.1047427654266357,1.3625133037567139,0.7915043234825134,-0.30009257793426514,0.2761871814727783 +62,1.731625927571291,-0.14703590516697848,-1.4154000424368507,0.9764436483383179,0.146506667137146,0.1584092229604721,0.19603551924228668,-0.8957827687263489,0.6449187994003296,0.35084205865859985,0.305489182472229,-0.5297776460647583 +63,1.6271195370863545,-0.2239784555137013,-1.4594104278093338,0.9734753370285034,0.22211045026779175,0.054887305945158005,0.31627875566482544,-1.3380743265151978,-1.3874413967132568,0.0627184510231018,0.17165784537792206,-0.2522597312927246 +64,1.50210861839353,-0.32431815926782154,-1.528637138674586,0.9456331133842468,0.31866255402565,-0.065055713057518,1.2121526002883911,-0.36490413546562195,-0.5344758033752441,-0.36299145221710205,-0.048475176095962524,-0.016029484570026398 +65,1.3910193264908255,-0.3790580606803053,-1.5740993501745701,0.9140412211418152,0.37004557251930237,-0.16611707210540771,-0.4923684298992157,-1.2958325147628784,-0.1196131482720375,0.0059416890144348145,-0.47528547048568726,0.1706336885690689 +66,1.3456318818071669,-0.3798055762908149,-1.520837792863272,0.9052929282188416,0.3707399070262909,-0.20735593140125275,-0.07608970254659653,0.31104719638824463,0.19849440455436707,0.45222043991088867,-0.3911561667919159,0.4343915283679962 +67,1.3934962201118302,-0.3563113330312931,-1.5468714515611233,0.9224980473518372,0.34881964325904846,-0.16529467701911926,0.1385013312101364,1.0129648447036743,0.3239004909992218,0.4341762065887451,-0.10336670279502869,-0.17302323877811432 +68,1.6223476119500544,-0.2896292489946391,-1.6100280826748559,0.9570768475532532,0.28559693694114685,0.0493822917342186,0.4164821207523346,2.2729604244232178,1.0581715106964111,0.6333162784576416,-0.02006348967552185,-0.6777238845825195 +69,1.8080496034794162,-0.15879857420666893,-1.6191982181636664,0.9597576856613159,0.15813201665878296,0.23207655549049377,-0.2912641763687134,0.6390489339828491,0.5525335669517517,-0.7746227979660034,0.43746429681777954,-0.3347986936569214 +70,1.8145163389537051,-0.16114330862599968,-1.6382163455056444,0.9578743577003479,0.16044680774211884,0.2381879985332489,-0.29627230763435364,-0.8801271319389343,-0.24746404588222504,-0.6314430832862854,0.36683589220046997,-0.09800554811954498 +71,1.7406160598308136,-0.21069679830360533,-1.6350671901727738,0.9638187289237976,0.209141343832016,0.1652671992778778,-0.8269155621528625,-0.2132265418767929,0.12567585706710815,0.24705767631530762,-0.19282972812652588,0.5589759349822998 +72,1.6578878977592268,-0.206087149420958,-1.4954668670974025,0.975129246711731,0.20463141798973083,0.0851409062743187,-0.06817703694105148,-0.2865067720413208,0.23042729496955872,0.22178542613983154,-0.32125434279441833,0.09472966194152832 +73,1.6268794834160993,-0.23858635434213263,-1.630754581371906,0.9701452851295471,0.23632925748825073,0.054465923458337784,1.4525068998336792,0.462918221950531,-0.34505170583724976,0.5262840986251831,-0.24145624041557312,-0.020393021404743195 +74,1.5885346263489721,-0.2528005487908769,-1.7439778977162699,0.968063473701477,0.2501164674758911,0.01717360131442547,1.4174693822860718,0.22065989673137665,-0.3941301703453064,-0.45715343952178955,0.0869196355342865,-0.11290717124938965 +75,1.5373908861833732,-0.2608293361262026,-1.8803545145918206,0.9656373262405396,0.25788193941116333,-0.032269544899463654,-0.165191188454628,-0.8917676210403442,-0.06265892088413239,-0.1635744571685791,-0.29399949312210083,0.19863611459732056 +76,1.4783647577659038,-0.2210164432898562,-1.7535471748818803,0.9715102910995483,0.21922145783901215,-0.09005483239889145,-1.4908920526504517,-1.1475634574890137,0.1118377298116684,-0.11683499813079834,0.08857882022857666,0.5907414555549622 +77,1.488780484095507,-0.21006709995678113,-1.6443412297244606,0.9747293591499329,0.20852552354335785,-0.08012298494577408,-0.4652740955352783,0.058629605919122696,-0.06260316073894501,0.5344258546829224,-0.04012957215309143,-0.2061471939086914 +78,1.5440545640589893,-0.24552646583480114,-1.6135286344246924,0.969662606716156,0.24306704103946686,-0.02593667060136795,-0.6078028678894043,1.202536940574646,-1.0742274522781372,0.32971471548080444,0.9226281642913818,-0.058078229427337646 +79,1.5770426490496092,-0.31490948048312384,-1.4326025401744693,0.9508058428764343,0.3097304105758667,0.0059391167014837265,-0.01254956517368555,0.5824788808822632,-1.299194097518921,-0.3738252520561218,-0.1570967733860016,-0.4662662744522095 +80,1.589422230480251,-0.4329513536362563,-1.409059337595391,0.907573938369751,0.41955167055130005,0.016906339675188065,0.6745996475219727,-0.22229115664958954,-1.3619484901428223,-0.412899374961853,-0.27401337027549744,-0.48602259159088135 +81,1.5377489097973251,-0.48683384739041147,-1.4855268488559177,0.8833359479904175,0.46782994270324707,-0.029202604666352272,0.1325240582227707,-0.045715440064668655,0.3681274354457855,0.40647417306900024,-0.14060521125793457,0.45031464099884033 +82,1.5907190024165954,-0.38363412765687754,-1.4250137577994686,0.9271263480186462,0.37429291009902954,0.01847328059375286,-0.8602699041366577,0.4005531668663025,0.7381291389465332,0.17825067043304443,0.1180623471736908,0.4340871572494507 +83,1.7067948123292345,-0.27372795374824105,-1.4998867095389967,0.9538800120353699,0.2703224718570709,0.13053198158740997,1.8966665267944336,1.1359050273895264,1.0342767238616943,0.17144036293029785,-0.20293965935707092,-0.36853861808776855 +84,1.7155771549513612,-0.19069972782604655,-1.678841502585876,0.9715990424156189,0.18954598903656006,0.14166009426116943,0.5881356000900269,-0.15363729000091553,1.396834135055542,0.1512342095375061,-0.20337046682834625,-0.05946101248264313 +85,1.666562969719803,-0.2137885310899303,-1.7113340510997923,0.9727562665939331,0.21216370165348053,0.09344344586133957,-0.2358323186635971,-0.12438803166151047,-1.4421887397766113,-0.46401309967041016,0.3386632800102234,0.07916402071714401 +86,1.6203360454918658,-0.3768397312655487,-1.6211172841157624,0.9286915063858032,0.36798378825187683,0.046044789254665375,-1.2356410026550293,-1.9115489721298218,-1.6454700231552124,0.18863332271575928,-0.48662084341049194,0.19225168228149414 +87,1.5588201849733128,-0.49922254684308914,-1.4218536959006267,0.8778920769691467,0.4787431061267853,-0.010514263063669205,-1.2106847763061523,-1.792497158050537,0.36119696497917175,0.7328714728355408,-0.5496811866760254,0.3036813735961914 +88,1.5390766268765501,-0.4765895285369491,-1.2183873499543136,0.8881177306175232,0.4587514102458954,-0.028180278837680817,-1.0780572891235352,-0.22394701838493347,0.7917487621307373,0.5801592469215393,0.23486733436584473,0.04963415861129761 +89,1.6158395656950548,-0.44491142085651436,-1.154474480412115,0.9017333984375,0.43037793040275574,0.040644485503435135,-0.6130083799362183,0.43475115299224854,-1.5604920387268066,0.17465221881866455,0.22597891092300415,-0.2687634229660034 +90,1.6446375691945239,-0.39164512166205057,-1.0523203143597248,0.9217636585235596,0.381709486246109,0.0681881532073021,-0.04753147438168526,0.2712969183921814,0.8072065114974976,-0.5262405872344971,0.01846751570701599,-0.06654012948274612 +91,1.665955903052155,-0.3884560873101487,-1.0696695887709242,0.9213078022003174,0.3787599802017212,0.08793684840202332,-0.028287552297115326,0.5656964778900146,-0.5459427833557129,-0.4651615619659424,-0.3221651017665863,-0.021011829376220703 +92,1.658491569759184,-0.6454060617992334,-1.1213562856534764,0.7957858443260193,0.6015228629112244,0.06996608525514603,1.355018973350525,0.20322676002979279,-3.61356258392334,0.0035153627395629883,-0.1512511968612671,0.32682347297668457 +93,1.7561928423916602,-1.0802132146071166,-1.1839712479347868,0.46306684613227844,0.8820582628250122,0.08684831112623215,1.6484230756759644,1.5416100025177002,-4.704256534576416,0.48514488339424133,0.013602256774902344,-0.30459117889404297 +94,1.685302719457692,-1.233554235773251,-1.210968752609934,0.32871896028518677,0.9436708092689514,0.03780579939484596,0.4320869445800781,-4.638431072235107,0.15830391645431519,-0.5335529446601868,0.3891996741294861,-1.2807409763336182 +95,1.0696165430235753,-1.2555216226118087,-1.8239270613922642,0.27194297313690186,0.9507112503051758,-0.14897997677326202,1.9058420658111572,6.259127140045166,-0.6052249670028687,-0.32742395997047424,-0.30103784799575806,0.3238762617111206 +96,0.9783380391379652,-1.2782059093702136,-2.2577021966749706,0.2392759770154953,0.9574999213218689,-0.16106188297271729,1.0891766548156738,-7.527998924255371,1.0457172393798828,-0.2837400734424591,-0.021251142024993896,0.7402549982070923 +97,0.4710921132666459,-1.3599118578850324,-2.238920815977681,0.09500399231910706,0.9778461456298828,-0.18652351200580597,0.9757370352745056,-2.4189693927764893,-1.4213701486587524,0.40868860483169556,0.08778184652328491,0.18531812727451324 +98,1.184593516859195,-1.3554998888117817,-1.6231085220324726,0.19790181517601013,0.9769130945205688,-0.08047143369913101,-1.716281771659851,4.782659530639648,2.928454637527466,0.13548746705055237,-0.020736396312713623,0.3391994833946228 +99,2.0859041312251665,-1.1346153636085816,-0.9030261659207423,0.36765992641448975,0.9063717126846313,0.20812638103961945,-2.6710071563720703,-0.19913250207901,1.957629919052124,0.42425599694252014,0.7986759543418884,-0.15285906195640564 +100,2.162985852431603,-0.8925605344616035,-0.6752366016777788,0.5205836892127991,0.7786808013916016,0.3502129912376404,-1.7433310747146606,-2.2282233238220215,0.8110076189041138,-0.4695277214050293,-0.2295016646385193,-0.3031853139400482 +101,2.176853638813381,-0.871250060002455,-0.5476795384865317,0.529197633266449,0.7651343941688538,0.36676904559135437,0.6241683959960938,1.7370822429656982,-0.3883800506591797,-0.4983595609664917,-0.5164465308189392,-0.2574549615383148 +102,2.355368165613338,-1.0186087838349074,-0.6672495326226885,0.37121978402137756,0.8513790965080261,0.37060680985450745,-0.2687291204929352,5.747429847717285,0.8539552688598633,0.7172812223434448,0.3596346974372864,1.2700791358947754 +103,1.991988620515332,-0.9284395681477922,-0.7597483093559065,0.5467254519462585,0.8006860613822937,0.24493485689163208,0.7557334899902344,2.2547054290771484,-2.287713050842285,-0.4109375476837158,-0.20841622352600098,-1.0178687572479248 +104,2.0346034702990603,-1.0395780379975859,-0.7496221844872865,0.45306655764579773,0.8621905446052551,0.22662363946437836,1.6097710132598877,-2.4307141304016113,0.1596067249774933,0.33611801266670227,0.10671204328536987,-0.2533111572265625 +105,1.6993025665242425,-1.137846392066465,-1.1635130296523457,0.41609087586402893,0.9077320694923401,0.05376656353473663,1.1655768156051636,-1.7076034545898438,-0.657287061214447,-0.37223711609840393,-0.1328755021095276,0.22087633609771729 +106,1.2843820035976956,-1.2407877445760274,-1.3799001530531836,0.31085023283958435,0.9460395574569702,-0.0915491133928299,0.9030547142028809,-1.7754783630371094,-0.8068649768829346,0.24720942974090576,-0.23668897151947021,0.09611153602600098 +107,0.9477747046574253,-1.279318323423215,-1.6138097972551617,0.233377605676651,0.9578201770782471,-0.16767726838588715,-0.5025473833084106,-1.5081766843795776,-0.08302736282348633,0.4281824827194214,-0.16265404224395752,0.36601102352142334 +108,1.3487470548215368,-1.3193879666180917,-1.1461513447537068,0.24266088008880615,0.9685630202293396,-0.0547860711812973,-2.785377264022827,-0.10057151317596436,0.8605984449386597,0.38507044315338135,0.43423861265182495,0.2107003927230835 +109,1.9818213798664168,-1.1229761405422354,-0.6634850392475803,0.3969380855560303,0.9013931155204773,0.17300564050674438,-1.7446281909942627,1.9896706342697144,1.7225569486618042,0.1810649335384369,0.8324937224388123,0.06370402872562408 +110,2.2058749901531067,-0.9263443172220069,-0.5690834786629854,0.48362720012664795,0.7994291186332703,0.3563956320285797,-0.5654643177986145,1.5947741270065308,1.0826168060302734,-0.31582629680633545,-0.08608072996139526,-0.1993521749973297 +111,2.3532320675875757,-0.8807848022022732,-0.6102555143557152,0.4514375627040863,0.7712386846542358,0.44877076148986816,0.37160271406173706,0.1973666399717331,0.09036090970039368,-0.3754487931728363,-0.49766385555267334,-0.42267823219299316 +112,2.341037685614623,-1.018272762264215,-0.6684581108770971,0.37669795751571655,0.8512027859687805,0.3654485046863556,0.7832709550857544,-0.22065852582454681,-0.7080219984054565,0.19221079349517822,0.08463412523269653,0.6198266744613647 +113,2.1633518695910254,-0.9309880972400192,-0.6897525578185474,0.49525585770606995,0.80221027135849,0.3334375321865082,3.376563310623169,-2.505718946456909,-0.2859586477279663,-0.25763067603111267,-0.30538398027420044,-1.0584436655044556 +114,2.4024932089359994,-1.139765418973718,-0.5368695772884277,0.2814447283744812,0.9085355401039124,0.30879145860671997,2.074183464050293,0.20639152824878693,-1.8008211851119995,0.2847936749458313,0.20854514837265015,-0.056304216384887695 +115,2.4323524454221426,-1.431572081879628,-0.4149467909605391,0.0903777927160263,0.9903239607810974,0.10530984401702881,2.387098550796509,1.53101646900177,-1.3832460641860962,-0.093353271484375,-0.1688823699951172,-0.1703733205795288 +116,0.4725412004485627,-1.5130621123261823,-2.3972056500082206,0.026263780891895294,0.9983338713645935,-0.05138004571199417,1.1303901672363281,0.633819580078125,1.8152803182601929,0.1759914755821228,-0.48185425996780396,0.3409308195114136 +117,0.9115760584410579,-1.2784212323189426,-1.861674692585698,0.22783532738685608,0.9575620293617249,-0.17653962969779968,0.8988674283027649,-2.326258659362793,0.010605399496853352,0.14582189917564392,0.27673667669296265,0.8256637454032898 +118,0.7002661712268283,-1.380990158275495,-1.8117512700466627,0.12158189713954926,0.9820408225059509,-0.1442691534757614,-1.9426941871643066,-0.5700443387031555,0.2154528647661209,0.48641982674598694,-0.0939793586730957,0.4182712435722351 +119,2.046982795025759,-1.3977474348400203,-0.4760863413386284,0.1530301421880722,0.9850643873214722,0.0789288654923439,-1.5741878747940063,0.840613842010498,0.9599011540412903,0.4769899845123291,0.35412317514419556,0.019673459231853485 +120,2.25693658480754,-1.172614397676094,-0.403658322707122,0.2999958097934723,0.9217674732208252,0.24565689265727997,-0.8957661986351013,2.0373833179473877,1.8580858707427979,-0.1802906095981598,0.1836097240447998,-0.2029017210006714 +121,2.4468693333325318,-1.0314251513544945,-0.4628411363349033,0.32879069447517395,0.8580318093299866,0.394560843706131,-0.8176867365837097,2.200848340988159,0.44564974308013916,-0.5213565826416016,-0.6770625710487366,-0.4453573226928711 +122,2.517239850945329,-1.0556239219205228,-0.4236858235635021,0.288009911775589,0.8702077865600586,0.3997357487678528,2.134507417678833,-2.06670880317688,-1.6723130941390991,-0.2452090084552765,-0.3184652328491211,-0.18946969509124756 +123,2.4601842472352224,-1.0334045798499625,-0.3977178720202138,0.3224375545978546,0.8590467572212219,0.3975834250450134,-0.12897077202796936,-2.8739466667175293,1.2422866821289062,0.5821797251701355,0.9547348618507385,0.15638694167137146 +124,2.2777844605029736,-1.1427556810810606,-0.457638677149516,0.31560108065605164,0.9097808003425598,0.2696196138858795,-0.8210809826850891,-2.429591178894043,-1.4892520904541016,-0.3429601192474365,0.7191863656044006,0.0035432279109954834 +125,1.9772993811513455,-1.2819612940935776,-0.658175746386277,0.26162418723106384,0.9585763216018677,0.11262397468090057,1.3688875436782837,0.4664710462093353,-1.4056270122528076,0.0019255578517913818,-0.21527498960494995,-0.302199125289917 +126,1.2831755787638353,-1.3889552735454223,-1.3330288271146302,0.1734122633934021,0.9835124015808105,-0.05129942297935486,1.0372049808502197,-1.078359603881836,-0.4232238233089447,0.0654640793800354,-0.04863691329956055,-0.056686997413635254 +127,0.4812308473648926,-1.3664269446712534,-2.066562355841036,0.09393972903490067,0.9791891574859619,-0.1799004077911377,0.8975098729133606,0.14855316281318665,-0.78522127866745,0.46642404794692993,-0.05623066425323486,0.4230492115020752 +128,0.4173720442132568,-1.4169404220064528,-2.081865925362894,0.06212149187922478,0.9881874918937683,-0.14009495079517365,-2.1303579807281494,0.20628663897514343,0.5267556309700012,0.512143075466156,-0.08608776330947876,0.5915719866752625 +129,2.0996580287530118,-1.299950585255959,-0.48704223681516723,0.23099486529827118,0.9635449647903442,0.134990856051445,-1.7499958276748657,0.2088271826505661,2.7238972187042236,0.3936083912849426,1.0175036191940308,-0.5728265047073364 +130,2.148741768076459,-1.0573242651303478,-0.32870064364215507,0.4114268720149994,0.8710442781448364,0.2683473825454712,0.2500891387462616,-0.44662296772003174,1.0322531461715698,-0.3416025638580322,-0.3096885085105896,-0.3830628991127014 +131,2.292354217076985,-1.0167689665765498,-0.40789514688481704,0.3949962258338928,0.8504125475883484,0.34752872586250305,-0.5261226892471313,1.7478744983673096,-0.8465638160705566,-0.5680309534072876,-0.8468879461288452,-0.5185034275054932 +132,2.3797250282878832,-1.194393618442515,-0.31444926974260495,0.25372907519340515,0.9299929141998291,0.2659599184989929,-0.590065062046051,3.2258903980255127,-1.7052974700927734,0.02553725242614746,0.13664215803146362,0.6630867719650269 +133,2.196886781021785,-1.1469225158968406,-0.3589553492957607,0.3332825005054474,0.911502480506897,0.24101118743419647,1.6707983016967773,-0.9244704842567444,-0.36215993762016296,0.1528472602367401,-0.23498868942260742,-0.456388920545578 +134,2.0761384017684623,-1.2142084587186905,-0.5302517041687674,0.30544713139533997,0.9370933771133423,0.16899146139621735,1.1626173257827759,-1.5897905826568604,-1.0118368864059448,-0.36822181940078735,0.3185371160507202,-0.5041354894638062 +135,1.4960339863294778,-1.3767865045806533,-1.2145221158119976,0.19225642085075378,0.9812390804290771,-0.014400379732251167,1.6325838565826416,1.3675535917282104,-0.9715418815612793,0.3630719482898712,-0.02396368980407715,0.4602774381637573 +136,0.970558764840318,-1.3812555924979137,-1.7119816905809098,0.1554744392633438,0.9820908904075623,-0.10642002522945404,0.23490439355373383,-1.8379178047180176,-0.3592585027217865,0.013669222593307495,-0.058827340602874756,0.41905736923217773 +137,1.5423308142784509,-1.3828090538892541,-1.059060858597332,0.18680621683597565,0.9823823571205139,-0.00531897135078907,-2.417936086654663,0.8326959013938904,1.1898220777511597,0.09412331879138947,-0.9287172555923462,0.03609597682952881 +138,2.149175748261088,-1.1368590161043532,-0.42670583894236697,0.3520607054233551,0.9073173403739929,0.22984448075294495,-2.64581036567688,-6.62788724899292,0.06563809514045715,-0.4446052610874176,2.1460883617401123,-0.46188485622406006 +139,1.960211369760345,-1.0983849666373078,-0.384658015669848,0.42096707224845886,0.8904736042022705,0.17275279760360718,1.3309273719787598,2.4642109870910645,0.8389251232147217,0.2366715371608734,-0.6016094088554382,-0.23960159718990326 +140,1.9484636904087667,-1.227774819718374,-0.45796358634548207,0.3126316964626312,0.9417427182197571,0.12402426451444626,-0.5444265604019165,2.3459644317626953,-1.5542417764663696,-0.07599842548370361,-1.4036568403244019,0.8053275346755981 +141,2.0025500088549473,-1.2509443320134712,-0.3163906950088643,0.2855722904205322,0.9492819905281067,0.1315760761499405,-1.4396334886550903,-1.5316368341445923,0.5651847720146179,-0.07390236854553223,1.830442190170288,-0.5032343864440918 +142,1.2339366112485413,-1.3803201823403366,-1.309054851022654,0.1786854863166809,0.981914222240448,-0.0625770092010498,2.7456068992614746,2.5666654109954834,-1.3006970882415771,0.2633005976676941,0.3381540775299072,1.8162086009979248 +143,0.5106067606536475,-1.427466445475765,-1.9684999583873954,0.0698065236210823,0.9897458553314209,-0.12461988627910614,-0.882378339767456,-1.19504714012146,-0.050707072019577026,0.3946405053138733,-0.4400632977485657,0.7069715857505798 +144,1.5136385661998215,-1.4139728925731088,-0.899458688411015,0.155926913022995,0.9877283573150635,-0.00892215222120285,-2.5000951290130615,-0.4077215790748596,1.1967750787734985,-0.026105165481567383,-1.3683435916900635,0.18275028467178345 +145,2.3521551407184935,-1.1806170237296507,-0.10917187809748914,0.2700355648994446,0.9248408675193787,0.26786279678344727,-1.8660812377929688,-6.626350402832031,-0.21100617945194244,-0.3692786991596222,3.947031259536743,-0.4808144271373749 +146,1.873816692991234,-1.0791572202070332,-0.20884884189665295,0.45056357979774475,0.8815602660179138,0.14086812734603882,0.04056693986058235,3.0874664783477783,0.6447628736495972,-0.05818384885787964,-0.6609488129615784,-0.05642594397068024 +147,2.18839060329097,-1.3155559379282962,0.10520721337520125,0.2058390974998474,0.9676026105880737,0.14620409905910492,-0.8667894601821899,1.2949497699737549,-2.6502108573913574,0.1686421036720276,-1.3557709455490112,0.2185724973678589 +148,2.2250275548766583,-1.3140755008077492,0.016622685661508974,0.20148245990276337,0.9672278165817261,0.15451739728450775,-1.4577624797821045,1.9623793363571167,0.4164009988307953,0.02524787187576294,0.6644099354743958,-0.527625322341919 +149,1.5061399923560408,-1.4592055701595648,-0.9090079184758793,0.11112591624259949,0.9937801957130432,-0.007195023354142904,4.091807842254639,2.661146402359009,-0.8552818298339844,-0.036251045763492584,0.5083711743354797,-0.23378700017929077 +150,-0.2776226703980385,-1.4474828627275511,-2.7009898992074204,-0.03371116891503334,0.9924065470695496,-0.1182921975851059,-0.2894538938999176,-2.5479183197021484,-0.971961498260498,0.38481590151786804,-0.3897300362586975,0.2850555181503296 +151,0.012037536828641325,-1.4652589345324938,-2.3520042220291186,0.0012680285144597292,0.9944360852241516,-0.10533444583415985,-1.5511236190795898,-1.595213770866394,0.9460493326187134,0.36642301082611084,-1.4054467678070068,0.17042839527130127 +152,2.569928642126722,-1.340577119225639,0.1241098715110601,0.12345891445875168,0.9736164212226868,0.19190941751003265,-1.8071562051773071,1.6453317403793335,1.9924001693725586,0.044113099575042725,2.3149120807647705,1.3851169347763062 +153,1.9445946276910717,-1.2235872260271627,-0.1820117716286317,0.31677794456481934,0.9403260350227356,0.12425277382135391,0.051011573523283005,1.1933109760284424,3.244858503341675,0.5204718112945557,-0.22307133674621582,0.04577590525150299 +154,2.157104553722216,-1.2255596474192942,-0.1121627563229471,0.2818993330001831,0.9409953951835632,0.1872437298297882,0.04191029444336891,0.6058691143989563,-1.5002349615097046,-0.3976220488548279,-1.2614758014678955,-0.2058441936969757 +155,2.093618853090002,-1.3253785751913976,-0.22955883930551826,0.21050527691841125,0.9700359106063843,0.12131750583648682,3.2779369354248047,-0.6936368942260742,0.39628347754478455,0.23322030901908875,-0.7584422826766968,-0.6138254404067993 +156,2.487678038414919,-1.4041738350591166,0.07713150885217225,0.1008874848484993,0.9861505627632141,0.13163819909095764,2.7728681564331055,4.357298374176025,-1.5357837677001953,-0.2904626727104187,1.7235965728759766,-0.6679388284683228 +157,-0.35932198107371155,-1.430513334830982,-2.8604054589508103,-0.049167633056640625,0.9901764392852783,-0.13089413940906525,0.7668361067771912,0.8669912219047546,-1.2685519456863403,0.17778396606445312,0.5725219249725342,0.8906750082969666 +158,-0.7385651487260778,-1.3099977910176683,3.118167710004754,-0.1735934615135193,0.9661843776702881,-0.19066527485847473,0.2786184847354889,-0.19769036769866943,-0.10043416172266006,0.6699771285057068,-0.946546196937561,0.24332329630851746 +159,-1.2599013575367626,-1.489729063235271,2.7495139862920794,-0.07709795236587524,0.9967158436775208,-0.02477269619703293,-2.8831069469451904,0.14082257449626923,2.2462990283966064,0.17801958322525024,-1.1951868534088135,-0.14362329244613647 +160,2.357695250252705,-1.3489986235939107,0.18106664358473937,0.1553180068731308,0.9755035638809204,0.15578490495681763,0.5666358470916748,-5.565806865692139,0.281482458114624,-0.08152653276920319,3.6826536655426025,-0.016853585839271545 +161,2.006975625825502,-1.2248419057901807,-0.20988840791684626,0.3073461353778839,0.9407522678375244,0.14326061308383942,0.17318597435951233,3.342433214187622,0.33735981583595276,-0.358447790145874,-0.9541037082672119,-0.18989145755767822 +162,2.2457582168677654,-1.2799494727425602,-0.14919126910693542,0.22388537228107452,0.9580013751983643,0.17918944358825684,-0.9317250847816467,1.6260396242141724,-0.9366748929023743,-0.27736741304397583,-1.2742855548858643,-0.11606383323669434 +163,1.8507132748538302,-1.2846906030695762,-0.4788572179667058,0.2712339162826538,0.9593501687049866,0.07797009497880936,-0.698170006275177,-2.40382981300354,0.365275502204895,-0.2707914412021637,-0.46743738651275635,-0.19743108749389648 +164,0.9740597442130842,-1.4439159926896556,-1.507579278217329,0.10467123240232468,0.9919614791870117,-0.0711090937256813,4.299572467803955,0.6622054576873779,-2.1207010746002197,0.14098000526428223,1.0480165481567383,-0.04806208610534668 +165,-0.4573915431344304,-1.3642973924002506,-2.763368388692165,-0.09054496139287949,0.9787547588348389,-0.18395812809467316,1.0565049648284912,0.6888137459754944,-1.098389983177185,0.7112725377082825,-0.7835643887519836,0.9767590165138245 +166,-0.6167137650785348,-1.3774024076158224,-2.866674880861677,-0.11115513741970062,0.9813576340675354,-0.15678629279136658,-1.9134072065353394,-1.0554742813110352,0.4842824935913086,0.4223276376724243,-1.3710365295410156,0.35580670833587646 +167,2.3064590637575213,-1.3486672686561456,-0.01208201195649639,0.16333290934562683,0.9754306077957153,0.1478436440229416,-1.810241937637329,-3.915421962738037,5.072030544281006,0.2666444778442383,3.444338798522949,0.49891531467437744 +168,1.9754777417885527,-1.1753432992377817,-0.20962502436949845,0.35411080718040466,0.922822117805481,0.1516736000776291,0.1395779699087143,2.4567739963531494,1.7132333517074585,0.15393060445785522,-0.45581167936325073,-0.04770016670227051 +169,2.323944822741174,-1.2074669469409116,-0.07598944122864694,0.2592693269252777,0.9347187876701355,0.24306364357471466,-0.7088125348091125,2.247452974319458,-1.778904676437378,-0.5771404504776001,-1.2758291959762573,0.024392321705818176 +170,2.4441184900077797,-1.2536535596183045,-0.135220319220512,0.20029865205287933,0.9501303434371948,0.23902563750743866,2.6122987270355225,-1.5933449268341064,1.2834522724151611,0.011218711733818054,-0.9007527232170105,-0.7757077217102051 +171,2.2399439930925005,-1.3722177494457244,-0.07830888782071183,0.15473417937755585,0.9803479909896851,0.1223742812871933,3.3731791973114014,3.4088075160980225,-2.523303508758545,-0.31812530755996704,2.529036283493042,-0.1807849258184433 +172,-0.35123554861620526,-1.430955860682807,-2.7645964924661595,-0.04795679822564125,0.9902382493019104,-0.13087598979473114,0.3991541862487793,0.5865414142608643,-1.6986645460128784,0.37310633063316345,-0.0258675217628479,0.8660749197006226 +173,-0.6128312201877663,-1.3088822567615792,-2.924512304311727,-0.14893275499343872,0.9658961296081543,-0.21181051433086395,0.3714520037174225,-2.674360990524292,0.5898007750511169,0.6861489415168762,-1.2122035026550293,0.37358415126800537 +174,2.791282926327683,-1.5431971043114223,0.39572380543052804,0.009468652307987213,0.99961918592453,0.025914566591382027,-5.732505798339844,2.4408912658691406,4.528898239135742,0.593650221824646,0.34432899951934814,0.02598058618605137 +175,1.8736582906322983,-1.1854726129785282,-0.3024499086081142,0.3587530553340912,0.9266768097877502,0.11210130900144577,0.888750433921814,0.07694599777460098,1.684388279914856,0.1201593279838562,0.6041308641433716,0.23514296114444733 +176,2.0932740411672546,-1.1617623334217795,-0.3582744419049648,0.34466150403022766,0.9175054430961609,0.19847556948661804,-0.11008624732494354,1.5945143699645996,-1.6193013191223145,-0.5315511226654053,-1.120920181274414,-0.48047325015068054 +177,2.6872729559003496,-1.2986023182736461,0.06978754162256738,0.11798295378684998,0.9631833434104919,0.24157336354255676,-0.5522580742835999,0.010371656157076359,1.4302796125411987,0.4212779104709625,-1.1691312789916992,0.6670112609863281 +178,2.099863359877501,-1.1918994819989763,-0.43316041939743805,0.3193231225013733,0.9290732741355896,0.1866968721151352,-0.16680726408958435,-2.4460346698760986,0.9454929828643799,-0.7464013695716858,0.20941555500030518,-0.7882745265960693 +179,1.1826596580333184,-1.2960739091338056,-1.369629739838125,0.25110119581222534,0.9625005125999451,-0.102669857442379,1.7423040866851807,0.4478108584880829,-2.624168634414673,1.7344028949737549,-0.01802724599838257,5.19808292388916 +180,0.28807780698592667,-1.350322456569394,-2.1120143377169684,0.062132593244314194,0.9757938981056213,-0.20968028903007507,0.07653502374887466,0.04285015910863876,-0.7734016180038452,0.739609956741333,-1.269357681274414,0.5326630473136902 +181,1.2276433016315704,-1.442868352404777,-1.145204702208412,0.12014135718345642,0.9918283820152283,-0.042925115674734116,-3.2959461212158203,1.960066556930542,1.9269051551818848,0.08479943871498108,-0.8008493781089783,-0.030011892318725586 +182,1.956047664456071,-1.0744644696691092,-0.31121120866492963,0.4412993788719177,0.8793352842330933,0.1789533644914627,-1.2834630012512207,-3.99135160446167,0.8842441439628601,0.4837952256202698,3.647153854370117,-0.05225968360900879 +183,2.0030485625316956,-0.9796858552703607,-0.4134863947084696,0.5060269832611084,0.8303223252296448,0.23345544934272766,-0.005903853103518486,2.218310832977295,-0.9263920187950134,-0.5719297528266907,-0.680587887763977,-0.2639272212982178 +184,2.3534748121132987,-1.219322653749016,-0.13713842866200204,0.24410492181777954,0.938866376876831,0.24278074502944946,0.1505812257528305,2.7720770835876465,-3.0746524333953857,-0.34388217329978943,-1.2124871015548706,-0.22022834420204163 +185,2.084880799908601,-1.215823575135187,-0.40693131090077855,0.3026397228240967,0.9376559853553772,0.1709107756614685,-0.16129456460475922,-1.9927908182144165,0.5571614503860474,-0.2674987316131592,-0.2835422158241272,-0.3767976760864258 +186,1.9576481480434857,-1.4911192694831679,-0.558218754996133,0.07371053099632263,0.9968274831771851,0.03002816252410412,4.65680456161499,5.726826190948486,-1.2391424179077148,-0.17812642455101013,1.076292634010315,-0.3178699016571045 +187,-0.5842537872075723,-1.3971935066188654,-3.072548635443781,-0.09527544677257538,0.9849688410758972,-0.14408054947853088,1.1127928495407104,0.050754498690366745,-1.2599703073501587,0.19772295653820038,-0.28562790155410767,0.6727671027183533 +188,-0.7298635174343739,-1.3322375782033082,-3.067415940631313,-0.15755881369113922,0.9716795682907104,-0.17610794305801392,-1.0495338439941406,-1.8331483602523804,0.960132896900177,0.604061484336853,-1.287887454032898,0.2947297692298889 +189,2.5174039587310673,-1.4308451387674566,0.14480837126924942,0.0815267339348793,0.9902228116989136,0.11319202929735184,-3.2544124126434326,-2.1193478107452393,5.585547924041748,0.4746256172657013,1.2326014041900635,0.27049028873443604 +190,1.925964795267356,-1.2090677893394497,-0.22689039780502487,0.3318038582801819,0.9352865219116211,0.12306497991085052,-0.048478856682777405,1.3819756507873535,2.1397593021392822,0.19660791754722595,-0.12716597318649292,0.09064958244562149 +191,2.186967729242495,-1.1880892728509826,-0.1853746405330746,0.3047572374343872,0.9276571273803711,0.21581226587295532,0.10484705865383148,1.2749438285827637,-1.3413209915161133,-0.3953182101249695,-1.2010643482208252,-0.3163220286369324 +192,2.314235035145233,-1.2454499868081903,-0.18817120753732122,0.235299214720726,0.9475401043891907,0.216337651014328,2.816056251525879,0.1596408635377884,2.132852077484131,0.4399479627609253,-0.9806517362594604,-0.4432815611362457 +193,2.034511391404014,-1.2181424342348437,-0.2906673430641379,0.3089154362678528,0.9384593963623047,0.15448376536369324,3.0170278549194336,1.2885856628417969,-2.7594099044799805,-1.063370943069458,3.108522415161133,-0.7185096740722656 +194,0.4633627106911892,-1.4356421023289008,-1.9177342680066525,0.06022472679615021,0.99088054895401,-0.12053529173135757,1.3826218843460083,0.9876078367233276,-1.4018751382827759,0.6518113613128662,0.1487526297569275,1.1941132545471191 +195,-0.4512393058947356,-1.36445039146112,-2.734047457310177,-0.08934623003005981,0.9787861108779907,-0.18437699973583221,0.4842419922351837,-3.2618460655212402,-0.37814998626708984,0.7460234761238098,-1.1976125240325928,0.6411488652229309 +196,-0.6116074970652827,-1.5213669119221196,-2.9094425267079767,-0.028370466083288193,0.9987786412239075,-0.04045328497886658,-3.1053168773651123,3.8658859729766846,1.5659505128860474,0.3344007432460785,-0.8367760181427002,-0.18543779850006104 +197,2.05623546098406,-1.1853309060650112,-0.12120349437693062,0.33255207538604736,0.926623523235321,0.17543581128120422,-0.9000690579414368,-2.4161620140075684,1.733628749847412,0.08546242117881775,2.7481963634490967,0.4597874879837036 +198,2.036426057308505,-1.0766250997532028,-0.3135418668789989,0.4238075017929077,0.8803620934486389,0.2129548341035843,0.6894217729568481,0.5189167261123657,-0.7666810750961304,-0.6069282293319702,-0.5430513620376587,-0.33859574794769287 +199,2.540244697487564,-1.237179350763189,0.09624908130665474,0.18526367843151093,0.9448640942573547,0.2700174152851105,-0.8405061960220337,2.5326123237609863,-2.435818910598755,-0.10448363423347473,-1.3311707973480225,0.007646799087524414 +200,2.1664479613361056,-1.2318941821034581,-0.3358970298771368,0.2751980125904083,0.9431202411651611,0.18652154505252838,-0.2120719999074936,-3.405214309692383,1.0668394565582275,-0.2699032425880432,-0.5340626239776611,-0.4378795623779297 +201,2.336126532437498,-1.41137796114894,-0.17924711423612938,0.11447896808385849,0.9873197674751282,0.10997404903173447,3.1927011013031006,5.690427303314209,-2.0669052600860596,-0.004310503602027893,1.351867914199829,-0.5877115726470947 +202,-0.5917586417304365,-1.4781433959375267,-3.0611267948379486,-0.05160975828766823,0.9957107901573181,-0.07678815722465515,0.0942486822605133,-0.4611693024635315,-1.2459224462509155,0.08676600456237793,-0.026869237422943115,0.46777939796447754 +203,-0.825816473161844,-1.422934957502099,-3.097770221601269,-0.10829749703407288,0.9890884160995483,-0.09987877309322357,-0.6568391919136047,-1.484912633895874,1.0235483646392822,0.532964825630188,-1.3143905401229858,0.28655481338500977 +204,2.673035114958411,-1.4372096347746202,0.2684695857200422,0.060148995369672775,0.9910905361175537,0.1188357025384903,-2.5040836334228516,-1.3760217428207397,5.1628522872924805,0.641648530960083,0.9276260137557983,0.2093351036310196 +205,1.918146611029734,-1.1764700284799823,-0.31652506597113267,0.3612419366836548,0.9232556223869324,0.1307799220085144,0.030839990824460983,2.716899871826172,1.8444228172302246,0.22234570980072021,0.22812682390213013,0.4601013660430908 +206,2.081479700139186,-1.2122035396120592,-0.3050477439405412,0.3061786890029907,0.9363915920257568,0.17153853178024292,0.6747429370880127,0.28360891342163086,-2.015566349029541,-0.4797626733779907,-0.8988854885101318,-0.3874657154083252 +207,2.619590277099989,-1.2903479627588774,0.05572406178043866,0.1380101591348648,0.9609314203262329,0.2399243414402008,0.8505330085754395,0.9173079133033752,1.7813770771026611,0.7956293225288391,-1.2004029750823975,0.0466509610414505 +208,1.9515094321440694,-1.207818463952957,-0.4863113294884187,0.3296375572681427,0.9348436594009399,0.13193407654762268,-1.7351064682006836,-3.7404706478118896,-1.7129793167114258,-0.8145923614501953,1.832887053489685,-0.6610478162765503 +209,0.755358052813135,-1.4445938630247126,-1.8359696714346354,0.08628848940134048,0.9920470118522644,-0.09163493663072586,1.7916173934936523,-4.722841262817383,-2.0755515098571777,0.6111144423484802,0.3638031482696533,1.67873215675354 +210,-0.4148973103473368,-1.368732818784544,-2.8451693029798713,-0.08089794963598251,0.9796545505523682,-0.18366441130638123,-0.1121448203921318,-0.5272945165634155,-0.3605639934539795,0.7204853296279907,-0.7317754626274109,0.5644779801368713 +211,-0.45329022998336743,-1.490615111140968,-2.740806321138668,-0.035076431930065155,0.9967871904373169,-0.07200785726308823,-2.7737207412719727,-0.15026959776878357,1.079146385192871,-0.020709726959466934,-1.2035589218139648,0.2889573574066162 +212,2.094972390522668,-1.2253020198641535,-0.16963380168956796,0.2931918203830719,0.9409081935882568,0.16950012743473053,-1.2624369859695435,-3.8799054622650146,1.4034942388534546,0.2917843163013458,3.8630926609039307,0.01003478467464447 +213,1.9785004476863994,-1.080841353726847,-0.31597966522259646,0.4320142865180969,0.8823540210723877,0.186588853597641,-0.11672499775886536,2.792534351348877,0.12051636725664139,-0.27759528160095215,-0.19955366849899292,0.09830810129642487 +214,2.323186054526786,-1.2103018792963638,-0.10157394543742058,0.2575182318687439,0.9357225298881531,0.24105511605739594,0.2531611919403076,1.288400411605835,-2.013322353363037,-0.3102831542491913,-1.3259966373443604,-0.09145787358283997 +215,2.152090051651588,-1.2706820300523436,-0.37584517326282635,0.24707306921482086,0.9553027153015137,0.1623317152261734,1.5554558038711548,-1.0450291633605957,0.7708213925361633,-0.04309360682964325,-0.7449756264686584,-0.4223719835281372 +216,2.201156991013211,-1.3666641339025474,-0.17042891697546164,0.16375850141048431,0.9792372584342957,0.11948921531438828,2.5370147228240967,3.4345340728759766,-1.912922739982605,-0.45196646451950073,1.7607377767562866,-0.542752742767334 +217,-0.34747737583331545,-1.4304850274245071,-2.8236174313917193,-0.047623105347156525,0.9901725053787231,-0.13149292767047882,0.5402202010154724,1.7246804237365723,-1.5179438591003418,0.19787639379501343,0.2876442074775696,0.9538043737411499 +218,-0.7532042721276726,-1.3058459271966636,-3.0939110838745436,-0.17910796403884888,0.9651054739952087,-0.19102820754051208,0.8443191647529602,-2.8318023681640625,-0.020614199340343475,0.8320773243904114,-0.9445976614952087,0.4864994287490845 +219,-1.3180007170388077,-1.4893159520766666,2.633686761048131,-0.07880520820617676,0.9966822862625122,-0.02035711519420147,-3.121454954147339,2.5621657371520996,2.4885764122009277,0.28400540351867676,-0.6525506973266602,-0.2200298309326172 +220,2.0541003452278352,-1.2795813690787121,-0.146719664018624,0.2542317509651184,0.9578957557678223,0.1334252953529358,0.15325036644935608,-1.5657360553741455,1.4893079996109009,0.04954022169113159,1.6461082696914673,0.3472113609313965 +221,2.0717298097773726,-1.1702482616743162,-0.2967868984343482,0.34201493859291077,0.9208474159240723,0.18725837767124176,0.15204645693302155,1.8335570096969604,-1.0645641088485718,-0.5070998668670654,-0.6960092186927795,-0.35043585300445557 +222,2.3847024066788625,-1.3053948458946818,-0.0700065050950825,0.18011023104190826,0.9649872779846191,0.19068366289138794,-0.5062311291694641,2.4487850666046143,-0.9086974263191223,-0.15713049471378326,-1.2464812994003296,-0.24010679125785828 +223,2.094377242584682,-1.2067495336639273,-0.23755679938999874,0.3083593249320984,0.9344635605812073,0.17802399396896362,-0.9615558385848999,-5.454553127288818,-0.8052952885627747,-0.405405193567276,0.8732757568359375,-0.4728696346282959 +224,0.8674670540703533,-1.5195637172023937,-1.6504520955072135,0.03905916586518288,0.9986879229545593,-0.03312200307846069,5.411301136016846,-0.14886704087257385,-2.6266329288482666,0.2569613456726074,0.6578673124313354,-0.2778978943824768 +225,-0.7028895938764035,-1.336178310844488,-3.13186116401267,-0.15027548372745514,0.9726032018661499,-0.1773706078529358,0.8356041312217712,-0.2960769832134247,-1.4844849109649658,0.26590660214424133,-0.5833667516708374,0.18026971817016602 +226,-0.8282570002293076,-1.3853711745810653,-3.0777391585198535,-0.13583144545555115,0.9828579425811768,-0.12466023117303848,-2.079007625579834,0.434811532497406,1.4481828212738037,0.42713698744773865,-1.3229916095733643,0.2858998775482178 +227,2.106326869966491,-1.363088875938498,-0.20084008642585865,0.17734642326831818,0.9785062670707703,0.1052321195602417,-1.4413809776306152,-2.809170722961426,4.816072940826416,0.46982458233833313,3.5080204010009766,0.0792618989944458 +228,1.9126967536711246,-1.1733646568974032,-0.36024999379613615,0.36464840173721313,0.92205810546875,0.12976981699466705,-0.8268279433250427,3.132631301879883,0.988366961479187,-0.09026488661766052,-0.20390325784683228,0.19693611562252045 +229,2.188760835752003,-1.234908462015326,-0.18062357769842532,0.2686498463153839,0.9441180229187012,0.19096721708774567,0.3531564176082611,2.2929773330688477,-1.5846728086471558,-0.4421880841255188,-1.3092608451843262,0.005703330039978027 +230,2.274999248303028,-1.2864570443999055,-0.28543367655801233,0.2137944996356964,0.9598472118377686,0.1816181242465973,3.2727444171905518,-1.2959835529327393,1.6998525857925415,0.2192804366350174,-1.0596396923065186,-0.648643970489502 +231,2.059069333634444,-1.2936458998686327,-0.29306760918152525,0.24164241552352905,0.9618390202522278,0.12835365533828735,2.268040418624878,1.4065992832183838,-3.573608636856079,-0.927921712398529,3.2185046672821045,-0.7598844766616821 +232,-0.044433309948089084,-1.385702360479571,-2.4562631739380074,-0.008174777030944824,0.9829189777374268,-0.1838574856519699,0.8347262740135193,-0.24296419322490692,-1.3402700424194336,0.2905539274215698,0.46561312675476074,0.9888195991516113 +233,-0.44527244962689017,-1.3011955013492462,-2.7537871026603034,-0.11471652239561081,0.9638773202896118,-0.24037611484527588,-0.05665058642625809,-1.2404383420944214,0.32812872529029846,0.6038064956665039,-1.0622202157974243,0.4236036539077759 +234,-0.5903998598725513,-1.5417575947775706,-2.8581265308458166,-0.016161317005753517,0.9995784163475037,-0.024116510525345802,-3.6336429119110107,2.3759078979492188,1.91377592086792,0.23337015509605408,-0.6056576371192932,-0.15564727783203125 +235,1.969903199017121,-1.1788474560407833,-0.09647591744274416,0.35196933150291443,0.9241663813591003,0.14843983948230743,0.382185697555542,-1.5972973108291626,2.0679659843444824,0.30995696783065796,1.639859676361084,0.907742977142334 +236,1.9703248128123636,-1.0663701352985535,-0.3155051652764476,0.44524237513542175,0.875451922416687,0.18799804151058197,-0.05923569202423096,1.246029257774353,-0.8406440615653992,-0.5918335914611816,-0.8581026792526245,-0.45032715797424316 +237,2.3332011176320986,-1.2292419537380836,-0.16317854406485685,0.24222949147224426,0.9422351717948914,0.23133864998817444,1.1390656232833862,2.6981492042541504,-2.1162495613098145,-0.30714040994644165,-1.0948841571807861,-0.38273635506629944 +238,2.1288474569888454,-1.1859674626656307,-0.2464692160299109,0.31844785809516907,0.9268627166748047,0.19878722727298737,-0.5240057706832886,-2.9242641925811768,1.1816608905792236,-0.28733524680137634,-0.694181501865387,-0.28959226608276367 +239,2.0664344444228404,-1.4395548352739298,-0.2974010409877003,0.115118108689785,0.9914001822471619,0.06223886460065842,6.4331841468811035,6.847001075744629,-1.8052983283996582,0.4687747359275818,1.29660964012146,-0.35574162006378174 +240,-0.3909517175830965,-1.4294515556445926,-2.6590491918829198,-0.053682900965213776,0.9900274276733398,-0.13024523854255676,0.7906156778335571,-0.9900645017623901,-1.2604517936706543,0.3166376054286957,-0.34711360931396484,0.2905235290527344 +241,-0.6196522263806291,-1.4518248027307736,-2.733076607395016,-0.06893031299114227,0.9929312467575073,-0.09662439674139023,-2.269014358520508,0.8936214447021484,1.297980546951294,0.5718141794204712,-1.5307120084762573,0.47846031188964844 +242,2.2454032336382133,-1.2576597786770727,-0.029864064741265368,0.24056825041770935,0.9513720273971558,0.192401722073555,-1.5293132066726685,-3.633775472640991,4.504332542419434,0.08009523153305054,3.8536970615386963,0.10737243294715881 +243,1.9631711622500532,-1.0914096119957524,-0.2269014391039934,0.42618295550346375,0.8872779607772827,0.17636889219284058,0.14979474246501923,4.14962911605835,1.5152643918991089,0.07200124859809875,-0.4116309881210327,0.19557929039001465 +244,2.062026696708873,-1.227666805224389,-0.22370801914132551,0.29665330052375793,0.9417064189910889,0.15870049595832825,-0.13836799561977386,-1.098183274269104,-2.5525269508361816,-0.4054790437221527,-1.1125285625457764,-0.14795829355716705 +245,2.5398683602626773,-1.264242700698526,0.09450182017999186,0.17082424461841583,0.9533792734146118,0.2487715631723404,1.1703999042510986,-0.5379927158355713,1.8628990650177002,0.34138280153274536,-0.9622445106506348,-0.9190901517868042 +246,2.4152026929825183,-1.2894312619994983,0.14938552230535898,0.18442007899284363,0.9606773257255554,0.20757807791233063,2.8319358825683594,3.042550802230835,-2.4716713428497314,-0.8290733695030212,2.8286447525024414,-0.6828893423080444 +247,-0.5682308863283059,-1.482734178692784,-2.9479234802639365,-0.04732899367809296,0.9961250424385071,-0.07412813603878021,0.7832221984863281,0.7459294199943542,-1.3907865285873413,0.43510061502456665,0.2724906802177429,0.9431314468383789 +248,-0.8967411257599432,-1.3722559719775453,3.0790572670067036,-0.15410196781158447,0.9803555011749268,-0.12310835719108582,0.6198421120643616,-1.6103743314743042,0.06182733178138733,0.713534951210022,-0.9500973224639893,0.3029636740684509 +249,-1.3119832217631793,-1.5159322681133627,2.7461275476528884,-0.05301184207201004,0.99849534034729,-0.014034940861165524,-2.4500486850738525,2.3292579650878906,1.8157176971435547,0.24257177114486694,-1.01332688331604,-0.15104985237121582 +250,2.0171877469894115,-1.30937963972269,-0.11456174984204538,0.23312470316886902,0.9660248160362244,0.11157631874084473,0.4358727037906647,-2.390744924545288,0.8641505241394043,0.08212190866470337,2.8535096645355225,0.5287435054779053 +251,1.9631854075282809,-1.2027425687578213,-0.30371706249209074,0.3324543833732605,0.9330293536186218,0.13758638501167297,0.437250018119812,0.8341772556304932,-0.5024625062942505,-0.5048940181732178,-0.7825626134872437,-0.459546834230423 +252,2.4035536650061977,-1.2805040143510773,-0.013118872844619833,0.19258815050125122,0.9581602215766907,0.21175168454647064,-0.8599479794502258,3.6024885177612305,-1.211402416229248,-0.15453273057937622,-1.1925963163375854,-0.02489246428012848 +253,2.2716901535918494,-1.2362515675627896,-0.07814489087166784,0.2509384751319885,0.9445598721504211,0.21174626052379608,-1.6667215824127197,-4.390223026275635,0.8895300626754761,-0.2075425088405609,-0.7005108594894409,-0.4371337890625 +254,2.2205518346800663,-1.4905648233528361,-0.3081304083981564,0.06381424516439438,0.9967831969261169,0.04848725348711014,6.601198196411133,4.747805595397949,-2.061370372772217,0.2614573538303375,1.0608949661254883,-0.32578516006469727 +255,-0.6392239302562719,-1.4234549637895333,-3.1047901048143474,-0.08758221566677094,0.9891648888587952,-0.11782283335924149,0.7832643985748291,-1.2942196130752563,-1.0377271175384521,0.34066450595855713,-0.26472336053848267,0.28074097633361816 +256,-0.5750892656678969,-1.4199767298134671,-2.8516529342501937,-0.0817214772105217,0.9886482954025269,-0.12607987225055695,-1.578922152519226,0.22698284685611725,1.3882848024368286,0.3644058108329773,-1.2471321821212769,0.27380019426345825 +257,2.3230116206903855,-1.3287710965829362,-0.10701393382580955,0.1750013381242752,0.9708545804023743,0.16375625133514404,-1.881150484085083,-5.235928058624268,4.060965061187744,0.2222917526960373,3.637559175491333,0.518677830696106 +258,1.9788929030016802,-1.1679725517664807,-0.26574771714294426,0.35982435941696167,0.91995769739151,0.15557728707790375,0.12184973061084747,1.9437936544418335,1.9780969619750977,0.060448527336120605,-0.3852439522743225,-0.03578054904937744 +259,2.1486599712875023,-1.2443770088251456,-0.17499517746295093,0.2685892879962921,0.9471965432167053,0.1751522570848465,-0.47735562920570374,-0.1002858579158783,-2.2406110763549805,-0.3071025013923645,-1.0820691585540771,-0.15195895731449127 +260,2.2750023015791134,-1.3006821815920917,-0.12685458433489044,0.20336706936359406,0.9637404680252075,0.17276111245155334,1.7927981615066528,-0.25456684827804565,1.1168537139892578,0.26663416624069214,-0.8054609298706055,-0.663087010383606 +261,2.4238618767842226,-1.3425544808480079,0.061475787602892476,0.148809552192688,0.9740657210350037,0.1704457700252533,1.6102666854858398,4.5976386070251465,-1.5936332941055298,-0.5430508852005005,2.195444107055664,-0.5481160879135132 +262,-0.4409746807774229,-1.4719652073384146,-2.8657006915622034,-0.042114824056625366,0.9951201677322388,-0.08923165500164032,0.8347551226615906,0.6199512481689453,-0.9223019480705261,0.19775444269180298,0.24049079418182373,1.6635572910308838 +263,-0.8568995923204996,-1.384051638100551,3.0602241777188146,-0.14032527804374695,0.9826138019561768,-0.12156758457422256,0.1432364284992218,-1.7175408601760864,0.31947043538093567,0.6727349758148193,-0.9802183508872986,0.30508509278297424 +264,2.7789241635763173,-1.5442730935143087,0.5526549908165664,0.00940889772027731,0.9996482729911804,0.024795984849333763,-2.4067702293395996,1.325780987739563,2.2624998092651367,0.07501798868179321,-0.9194785952568054,-0.1926274299621582 +265,1.852248509520363,-1.2981628261617286,-0.22258270095100874,0.25867366790771484,0.9630651473999023,0.0747896060347557,0.756025493144989,-3.621185779571533,0.6571531891822815,0.5398034453392029,2.4878625869750977,0.7038053274154663 +266,2.060069878224598,-1.2063881381131276,-0.1725098287486412,0.3145821988582611,0.9343348145484924,0.16750098764896393,-0.4178384244441986,-0.005952311214059591,-1.1632256507873535,-0.5667489767074585,-0.6601801514625549,-0.5154471397399902 +267,2.4190483522825295,-1.3101787459352623,0.09221032410655919,0.1704012155532837,0.9662310481071472,0.1932908147573471,-0.08595598489046097,1.4426368474960327,-0.7212443351745605,-0.015661820769309998,-1.2371506690979004,-0.4098740518093109 +268,2.003045760888706,-1.2399603439277447,-0.16764070237881748,0.29495733976364136,0.9457710981369019,0.13607750833034515,-0.3705323040485382,-4.186631679534912,-0.40110427141189575,-0.32054632902145386,0.7010641694068909,-0.26365625858306885 +269,1.4924749179246624,-1.506620096782768,-0.8645252216516741,0.06393659859895706,0.9979414343833923,-0.005017868708819151,3.2263522148132324,-3.3469226360321045,-1.8898828029632568,0.26189959049224854,0.32493454217910767,-0.005998969078063965 +270,-0.6369613719041409,-1.4154970462604841,-2.901289216585558,-0.09199464321136475,0.9879652857780457,-0.12434542179107666,1.1175092458724976,-0.053662676364183426,-0.9752438068389893,0.41067445278167725,-0.5145612955093384,0.49560701847076416 +271,-0.7027690784727817,-1.448630812183057,-2.861552130227207,-0.07876365631818771,0.9925470948219299,-0.09298769384622574,-2.1394832134246826,-0.2611370086669922,1.1690223217010498,0.2021004557609558,-1.3096094131469727,0.056824326515197754 +272,2.401795173684032,-1.3135805084389114,0.17855247180826153,0.17149363458156586,0.9671019911766052,0.18789328634738922,-1.3308584690093994,-3.984299659729004,4.426838397979736,0.30288687348365784,3.5832366943359375,0.21133768558502197 +273,1.9923623367942267,-1.158791717436407,-0.13293101718417213,0.36538758873939514,0.9163199067115784,0.16385886073112488,0.2331439107656479,3.2592358589172363,1.9697675704956055,0.00842219591140747,-0.37953096628189087,0.045842647552490234 +274,2.1681569099617493,-1.215469343961685,-0.15893290633636234,0.2876494526863098,0.9375327825546265,0.19567900896072388,0.5124458074569702,2.996516227722168,-1.558221459388733,-0.4344390332698822,-1.2453025579452515,0.1645658016204834 +275,2.529790819156733,-1.2249517382702675,0.022194361108221452,0.1946975290775299,0.9407894611358643,0.2775033414363861,2.1290431022644043,-1.6971665620803833,1.107751727104187,0.4261367917060852,-1.2036983966827393,-0.650290846824646 +276,2.4140564074356856,-1.2480393293199983,0.08965799522131424,0.2109365016222,0.9483645558357239,0.23687678575515747,1.4107033014297485,0.8654989004135132,-1.9909144639968872,-0.9611501097679138,3.028228521347046,-0.7586205005645752 +277,0.01885623550651042,-1.5076038370214944,-2.3930995260756514,0.0011907134903594851,0.9980040192604065,-0.06313945353031158,1.3425899744033813,-0.05952000245451927,-1.4897630214691162,0.550628125667572,0.018658578395843506,1.0645737648010254 +278,-0.6966923248409422,-1.3887427760427058,-3.070487120276534,-0.11617685854434967,0.9834739565849304,-0.1388596147298813,0.5243726372718811,-2.693361282348633,-0.2907789349555969,0.6877100467681885,-0.7910606265068054,0.5308579206466675 +279,-1.3415754724988678,-1.5393365004769541,2.6656833711948806,-0.030632667243480682,0.9995051622390747,-0.007147264201194048,-2.862393379211426,0.6528788208961487,1.674974799156189,0.09032505750656128,-1.1786433458328247,0.14192813634872437 +280,2.021265926354966,-1.2572887575157532,-0.14820736353410724,0.277632474899292,0.9512577056884766,0.13427260518074036,-0.22219902276992798,-3.465665817260742,0.9027987718582153,-0.0747058093547821,3.721151351928711,-0.04729747772216797 +281,1.9902437721768418,-1.1601044434807501,-0.24262046103519727,0.3646349012851715,0.9168447852134705,0.16259433329105377,-0.18457117676734924,0.5078248381614685,-0.6535800099372864,-0.5906633138656616,-0.41151952743530273,-0.10464145243167877 +282,2.301954647323984,-1.321093415425581,0.08583019149695774,0.18395404517650604,0.9689858555793762,0.1650078296661377,-1.2623023986816406,0.6290539503097534,-1.2367626428604126,-0.029153630137443542,-1.3416359424591064,0.155045285820961 +283,1.9835421397471562,-1.2580912203522823,-0.15802307438905214,0.2817997336387634,0.9515048861503601,0.12339998781681061,-1.9062855243682861,-4.18803596496582,0.1706695407629013,-0.05795329809188843,-0.4045535922050476,-0.17746186256408691 +284,1.9396953769085017,-1.479993010378166,-0.3271643581570095,0.08457940816879272,0.9958801865577698,0.03269815817475319,2.7260351181030273,4.138256072998047,-1.692927598953247,-0.2542876601219177,0.692352294921875,-0.4314103126525879 +285,-0.6502465016448823,-1.4000056365592175,-2.883834380765709,-0.10289161652326584,0.9854506850242615,-0.13527807593345642,-0.3017731010913849,-0.8033011555671692,-1.1303904056549072,0.25177159905433655,-0.04589080810546875,0.6585019826889038 +286,-0.8984577434813796,-1.4348248412926248,-2.9048074939664565,-0.10605238378047943,0.9907701015472412,-0.08442487567663193,-0.7521823048591614,-5.358773708343506,1.7939752340316772,0.6059761047363281,-1.3614976406097412,0.13531291484832764 +287,2.3013815950248833,-1.409636453855132,0.283740423965948,0.11951080709695816,0.9870418310165405,0.10707834362983704,-0.17260628938674927,-3.507578134536743,4.278825283050537,0.26307278871536255,1.8207889795303345,0.5142138004302979 +288,1.9768319857842278,-1.2701003978038963,0.02939297647989802,0.27210357785224915,0.9551305770874023,0.11698441952466965,-0.8156233429908752,2.7079885005950928,1.151402235031128,-0.03443270921707153,-0.10460567474365234,0.14453589916229248 +289,2.227337507270527,-1.3062809252148493,0.15803002135570007,0.20709006488323212,0.9652193188667297,0.15957894921302795,0.32579371333122253,1.132995367050171,-1.0026845932006836,-0.27575457096099854,-1.2170045375823975,-0.11107121407985687 +290,2.363641740354144,-1.2821671708176796,0.1210455791531098,0.19976545870304108,0.9586349725723267,0.20276324450969696,1.078284740447998,-0.8701093792915344,1.7956440448760986,0.4328181743621826,-0.9645400047302246,-0.6665084362030029 +291,2.21141590537013,-1.2970196231068996,0.21433223604431326,0.21676193177700043,0.9627566337585449,0.1615976095199585,1.8174405097961426,2.4670677185058594,-3.356924533843994,-0.7126115560531616,3.353954792022705,-0.3153146505355835 +292,-0.13370375337274884,-1.50011053142469,-2.2316167370293196,-0.009414986707270145,0.9975028038024902,-0.0699966624379158,1.229468822479248,-0.5789690613746643,-1.4299535751342773,0.34028658270835876,0.10697412490844727,0.9159744381904602 +293,-0.7834434076004355,-1.4105831740051358,-2.8400507812021303,-0.11258319020271301,0.9871932864189148,-0.11302419751882553,0.5936613082885742,-1.879679560661316,0.06828583031892776,0.6159248352050781,-0.8642989993095398,0.2736077308654785 +294,2.8099243044723448,-1.5473941993072755,0.8844119146661981,0.007620846852660179,0.9997261762619019,0.02212853543460369,-2.8963494300842285,1.5544154644012451,1.9880118370056152,0.11846250295639038,-0.8202980756759644,-0.22803068161010742 +295,2.0887067852487466,-1.249147221704438,0.26727504613736336,0.2746722400188446,0.9487153887748718,0.15650564432144165,0.8973233103752136,-4.708219528198242,0.8149967789649963,0.1963818371295929,1.6338040828704834,0.22058473527431488 +296,1.9814900625180563,-1.1554410146658032,0.01881173365253976,0.3699605464935303,0.9149730205535889,0.16110162436962128,0.7361305952072144,1.5695202350616455,-1.257678508758545,-0.6229817867279053,-0.6183879375457764,-0.3558952808380127 +297,2.342861222998027,-1.2879379280540622,0.34441512614915315,0.19996866583824158,0.9602615833282471,0.1947060525417328,-1.287355661392212,0.9613039493560791,-0.11762595921754837,0.2746865153312683,-1.3705092668533325,-0.03538903594017029 +298,2.0717421715472772,-1.209589611438328,0.09623714703980146,0.309980183839798,0.9354710578918457,0.16972383856773376,-2.322861671447754,-2.5325629711151123,-0.06316196173429489,-0.3936746418476105,1.0066218376159668,-0.2914583683013916 +299,1.957291817204849,-1.448763105229473,-0.25988599417602004,0.1127503514289856,0.9925631880760193,0.0458853505551815,4.387763023376465,3.3571219444274902,-1.9775991439819336,-0.05987866222858429,0.24078935384750366,-0.3817923069000244 +300,-0.45595888879981683,-1.434794755055696,-2.568790091947893,-0.05970022454857826,0.9907660484313965,-0.12173143029212952,0.5839768052101135,-1.172419786453247,-1.0730429887771606,0.38329336047172546,-0.16691350936889648,0.41259443759918213 +301,-0.6312873380042415,-1.4437842997538113,-2.507426891904162,-0.07475966215133667,0.9919447898864746,-0.10225804895162582,-1.3667486906051636,-2.769754648208618,1.8814213275909424,0.5489570498466492,-1.4604047536849976,0.5405972599983215 +302,2.2204093391176305,-1.3324730062243835,0.28899029260168024,0.18798956274986267,0.9717351794242859,0.14279572665691376,-1.3825151920318604,-1.926903247833252,3.375044345855713,0.07369865477085114,3.3120477199554443,0.3504294157028198 +303,1.878413995774956,-1.1824961145953718,0.09914577610490508,0.36084288358688354,0.9255539774894714,0.11464076489210129,-0.4477839171886444,2.7817625999450684,1.5860482454299927,-0.09988704323768616,-0.41565096378326416,0.10748147964477539 +304,2.1938462262161793,-1.2264931223399598,0.20916496105147647,0.2741181254386902,0.9413108825683594,0.19696030020713806,0.9124363660812378,2.8453452587127686,-1.2151960134506226,-0.3820130228996277,-1.3847922086715698,0.22889724373817444 +305,2.250119264874453,-1.23916019408301,0.16985874009180263,0.2533086836338043,0.9455109238624573,0.20455744862556458,1.528569221496582,-2.1902172565460205,0.8028746843338013,0.0316033661365509,-0.6513367891311646,-0.6140880584716797 +306,2.3255044531342364,-1.337405283706285,0.42093950329543706,0.1684793084859848,0.9728876948356628,0.1584428995847702,2.8326478004455566,4.818055629730225,-2.328756093978882,-0.786612868309021,2.7196476459503174,-0.21345078945159912 +307,-0.2976070430265455,-1.4753640808241633,-2.242760415720172,-0.027941454201936722,0.9954497814178467,-0.09109871089458466,0.7532387971878052,0.572488009929657,-1.4983495473861694,0.4246852397918701,0.31430357694625854,1.062290072441101 +308,-0.7842559385023844,-1.3975400097041109,-2.6878070566976775,-0.12175940722227097,0.9850286245346069,-0.12203788012266159,0.427838534116745,-0.9846509695053101,0.278208464384079,0.6477603912353516,-0.8793005347251892,0.2068462371826172 +309,1.6901896531294642,-1.5513562330616546,-0.16014572408431865,0.019306430593132973,0.999811053276062,0.0023160744458436966,-3.0618865489959717,3.039917469024658,2.279428482055664,0.16543173789978027,-0.729440450668335,-0.12586641311645508 +310,2.0282375490423217,-1.2609718719528955,0.2993853866224144,0.2735441327095032,0.9523870944976807,0.13465644419193268,0.2238772064447403,-2.7694954872131348,1.239803671836853,0.06317150592803955,1.5820519924163818,0.335909366607666 +311,2.0436792338775063,-1.1829417257062165,0.21789590509389536,0.3366992473602295,0.925722599029541,0.17225466668605804,0.1673601269721985,0.7911703586578369,-1.4251468181610107,-0.5744158625602722,-0.6621725559234619,-0.38815122842788696 +312,2.482286675204071,-1.2985646266091164,0.5743421189771383,0.16470836102962494,0.9631732106208801,0.21252870559692383,-0.6018515825271606,1.521002173423767,-0.030125843361020088,0.08898428082466125,-1.2110675573349,-0.21136903762817383 +313,1.8617963361921022,-1.2247268149517474,0.08282091208845137,0.3249419927597046,0.9407132267951965,0.09732083231210709,-1.816434383392334,-3.760972023010254,-1.1772798299789429,-0.3544219434261322,0.39514797925949097,-0.2818148136138916 +314,1.228664172547812,-1.4836206442906699,-0.7847092429504354,0.08202019333839417,0.9962025880813599,-0.02921047806739807,3.7322816848754883,-2.5222601890563965,-1.6923177242279053,0.0015522018074989319,0.5101146697998047,-0.2738901376724243 +315,-0.5283348054228102,-1.4432857021991414,-2.358577244351246,-0.0641038790345192,0.9918815493583679,-0.10982665419578552,0.18207970261573792,-0.4521843194961548,-0.5839138627052307,0.4940049946308136,-0.5531454682350159,0.23549799621105194 +316,0.11332400339621344,-1.5208707165696047,-1.492764895887394,0.005643330980092287,0.9987539649009705,-0.04958483949303627,-2.246368408203125,-0.686841607093811,1.9195877313613892,0.2766900658607483,-1.3748526573181152,0.39420461654663086 +317,2.194453933952921,-1.2547638578551363,0.5303518301203625,0.2522895932197571,0.9504759907722473,0.18150855600833893,-0.7202787399291992,-5.0720038414001465,0.690955400466919,-0.4499061703681946,4.044961452484131,-0.5132498741149902 +318,1.898482858524922,-1.116596329963336,0.34606548621607514,0.4153977632522583,0.8986123204231262,0.1412111520767212,-0.5115057229995728,3.1522858142852783,0.39769265055656433,-0.2878342866897583,-0.3021004796028137,0.06533181667327881 +319,2.0982487537739654,-1.2428578205222085,0.4485414022383075,0.2783174514770508,0.9467083215713501,0.16211991012096405,0.5708283185958862,-0.18187151849269867,-1.3976742029190063,-0.29920676350593567,-1.311484932899475,0.25810718536376953 +320,1.8961345236205422,-1.2617016691446212,0.19591623561973676,0.28823885321617126,0.9526093602180481,0.09722999483346939,0.43550512194633484,-1.940731406211853,1.1036683320999146,-0.13285860419273376,-0.5919222235679626,-0.4109964370727539 +321,2.1926379209820883,-1.4010101002980875,0.4286980011128279,0.13734079897403717,0.98562091588974,0.09843116998672485,1.6566661596298218,4.19058895111084,-1.2911144495010376,-0.2515528202056885,1.5357565879821777,-0.6658903360366821 +322,-0.1699471934718411,-1.4456081301657158,-1.895803197777116,-0.02111770398914814,0.9921742081642151,-0.12306178361177444,-0.1850951611995697,1.3341288566589355,-1.1359834671020508,0.08550983667373657,0.13943278789520264,0.8381801843643188 +323,-0.6805299967680247,-1.4056628377083242,-2.261644254615443,-0.10343117266893387,0.9863964319229126,-0.12776562571525574,0.07112441211938858,-3.609877347946167,0.9239720106124878,0.597770094871521,-1.14568293094635,0.26193612813949585 +324,2.4741275013908304,-1.451607137233777,0.8747256613242158,0.07360345870256424,0.9929053783416748,0.09338922053575516,-3.789804458618164,4.340965747833252,3.5475893020629883,0.25546756386756897,0.038970232009887695,-0.23640990257263184 +325,2.0034019238150975,-1.213521410418576,0.5701955019911643,0.31750473380088806,0.9368533492088318,0.1466168314218521,0.2127915471792221,0.704108476638794,1.9110918045043945,0.04209911823272705,0.5799160003662109,0.4724932909011841 +326,2.1647506611163236,-1.1483664914244038,0.6002995682991296,0.33976271748542786,0.9120954275131226,0.2294410616159439,-0.14163601398468018,1.0474201440811157,-1.3132212162017822,-0.44022658467292786,-0.9338850378990173,-0.2458137422800064 +327,2.3399274378803416,-1.2580207810997017,0.7359068121289983,0.22108760476112366,0.9514831900596619,0.21400922536849976,-0.22275066375732422,-0.1079292967915535,0.5921531319618225,0.39608460664749146,-1.1910004615783691,-0.01622486114501953 +328,2.088433106075636,-1.2828790548784792,0.639841873522623,0.2467554658651352,0.9588373303413391,0.1405095010995865,-0.5117855668067932,0.78545081615448,-3.6084539890289307,-0.6953333616256714,2.1204779148101807,-0.2978886365890503 +329,0.668470451253939,-1.5453348260713309,-1.107910357544117,0.01578078791499138,0.9996758699417114,-0.019981559365987778,3.143439292907715,-4.215888500213623,-1.7163735628128052,0.16964399814605713,0.0023382902145385742,0.15215319395065308 +330,-0.7855357175193768,-1.4480652989099119,-2.3866135002493203,-0.08657833188772202,0.9924780130386353,-0.08655451983213425,-0.4133119583129883,-0.4092116057872772,-0.3727307915687561,0.1930846869945526,-0.6483923196792603,0.39307308197021484 +331,-1.529378785868517,-1.5609391005527227,-3.0312264310315307,-0.009848128072917461,0.9999514222145081,-0.0004081186489202082,-1.8526744842529297,-0.7430379390716553,2.2727949619293213,0.33554694056510925,-1.1768617630004883,-0.12428665161132812 +332,2.1618510537702385,-1.2491073289110615,0.7954800334476196,0.26253244280815125,0.9487027525901794,0.17618140578269958,-0.4407074451446533,-4.009176254272461,0.43684136867523193,-0.30103039741516113,3.4425783157348633,-0.05563688278198242 +333,2.0753677329138167,-1.118329914144835,0.7444665793945183,0.38270384073257446,0.8993715643882751,0.21134939789772034,-0.7133174538612366,3.0259902477264404,0.16953660547733307,-0.42445194721221924,-0.41321128606796265,-0.19668568670749664 +334,2.2063218137417406,-1.212352108814592,0.7733177514273177,0.28232428431510925,0.9364437460899353,0.20824576914310455,0.7704227566719055,-1.1304339170455933,-1.5100045204162598,-0.26756903529167175,-1.293743371963501,-0.14934679865837097 +335,2.1320055379821103,-1.2449488068830081,0.6839122580738385,0.2710103690624237,0.9473797678947449,0.17036670446395874,-0.9828161001205444,-2.119504451751709,0.5292571187019348,-0.1972493827342987,-0.6188886165618896,-0.2563958168029785 +336,2.7930159386684736,-1.4334702969539181,1.1190254281810135,0.046757929027080536,0.9905855655670166,0.1286621391773224,2.4683313369750977,4.541457176208496,-0.620333731174469,-0.06969186663627625,1.0270841121673584,-0.6979827880859375 +337,-1.1965608722779526,-1.4838140102332151,-2.81172634527853,-0.08086021989583969,0.9962193965911865,-0.031757354736328125,-0.7414206266403198,0.6478708386421204,-1.3209763765335083,0.2225228250026703,-0.08314871788024902,0.7662086486816406 +338,-1.9992727723594088,-1.4824971397978979,2.790950345967671,-0.08021312952041626,0.9961041808128357,0.03663961961865425,-1.2990795373916626,-3.2442989349365234,1.2771046161651611,0.40037304162979126,-1.146311640739441,-0.03920304775238037 +339,2.535069046941793,-1.2815130533716121,1.1036469948728291,0.16260559856891632,0.958448588848114,0.23438414931297302,-0.7527926564216614,-2.5554330348968506,3.9154229164123535,0.40573850274086,1.1581438779830933,0.6837830543518066 +340,2.0011255401350074,-1.1895047526291325,0.7474184037146143,0.33819276094436646,0.9281848073005676,0.1552370935678482,0.04001891613006592,3.164458751678467,2.102552890777588,0.5166198015213013,0.2782970666885376,0.48316001892089844 +341,2.336217177952108,-1.2013082550754701,0.7956044107051216,0.2604132890701294,0.9325123429298401,0.25021103024482727,0.2828010022640228,2.905461311340332,-1.5004457235336304,-0.4833594858646393,-1.0299245119094849,-0.08083847165107727 +342,2.5357801169078615,-1.218596525521868,0.8074921757437353,0.1964324563741684,0.938616156578064,0.2835734486579895,2.6507022380828857,0.9175108671188354,3.228773832321167,0.6705414056777954,-1.239138126373291,-0.6606485843658447 +343,2.1504339011431113,-1.2244471362485245,0.6092404622344489,0.28401851654052734,0.9406182765960693,0.18593288958072662,2.2051398754119873,0.6101624965667725,-3.344731569290161,-1.0246953964233398,3.0835518836975098,-0.8110702037811279 +344,1.0043072352810738,-1.4796220218445766,-0.6485948290081485,0.0768245980143547,0.9958465099334717,-0.04886246845126152,2.0333969593048096,-3.8629446029663086,-1.6777174472808838,0.6231570839881897,-0.18453681468963623,1.0150794982910156 +345,-0.8798541706323497,-1.5377699406196248,-2.4758702400766954,-0.025444332510232925,0.99945467710495,-0.021040460094809532,-0.5198323726654053,-3.4467570781707764,-0.04819859564304352,0.6800921559333801,-0.980305016040802,-0.02401876263320446 +346,2.3216609791630365,-1.4418890896323133,0.8989286325174389,0.0939832553267479,0.9917029738426208,0.08770637959241867,-2.27278733253479,2.629134178161621,1.5998759269714355,0.1016497015953064,-0.8725470900535583,-0.350325345993042 +347,1.9054356165999597,-1.1991854088534903,0.644720794428835,0.34297433495521545,0.9317436218261719,0.11925791949033737,1.07706880569458,-2.3024098873138428,1.0812649726867676,0.27966055274009705,1.6842079162597656,0.30818653106689453 +348,2.108843632922252,-1.131187562534169,0.6253783655430349,0.36545529961586,0.9049182534217834,0.2180958241224289,0.4885459244251251,1.0800001621246338,-1.3412714004516602,-0.5169750452041626,-0.5902208685874939,-0.5640583038330078 +349,2.4867650971367166,-1.2211709543402487,0.9346252641953533,0.20861779153347015,0.9395011067390442,0.27169081568717957,-1.3215185403823853,2.111818313598633,-0.30773699283599854,0.10737641155719757,-1.159609317779541,0.30527442693710327 +350,2.2372441192296475,-1.236349621676037,0.801916890854696,0.25800907611846924,0.9445920586585999,0.20292118191719055,-0.6660595536231995,-2.932006597518921,-3.356900930404663,-0.5887280702590942,1.8012115955352783,-0.5101110935211182 +351,2.3445482991016044,-1.509696313605803,0.69946998998192,0.04367851838469505,0.9981339573860168,0.04267280921339989,2.266019821166992,-2.7386069297790527,-1.7642792463302612,0.26296210289001465,0.17563313245773315,0.6690887212753296 +352,-1.3923237789634941,-1.4853437269591105,-2.945950693092266,-0.08399245142936707,0.9963511228561401,-0.015151561237871647,0.4053013324737549,-1.4237200021743774,-0.7169311046600342,0.34618425369262695,-0.4365672469139099,0.03845179080963135 +353,-2.696766955861778,-1.5277920480580307,2.210838901681025,-0.018499737605452538,0.9990754723548889,0.038808804005384445,-1.855824589729309,-0.5308884382247925,2.088959217071533,0.4069885015487671,-1.3031067848205566,0.09354591369628906 +354,2.3542873212091333,-1.2310843546972439,0.9230740180759104,0.23606789112091064,0.9428507089614868,0.2351691573858261,-1.1788188219070435,-2.6881067752838135,0.9611701369285583,-0.30737221240997314,3.5192008018493652,-0.5384986400604248 +355,2.0881126294716545,-1.1102844812359831,0.6958823998892439,0.3862559497356415,0.8958251476287842,0.21978110074996948,-0.0194854736328125,3.7221944332122803,0.5355046987533569,-0.402750700712204,-0.2792479991912842,-0.012582063674926758 +356,2.4019922528479634,-1.2099441988350705,0.7908647210662214,0.23796775937080383,0.9355962872505188,0.2608274519443512,0.5939584374427795,0.811321496963501,-1.471753478050232,-0.22425010800361633,-1.4297521114349365,0.2654329538345337 +357,2.282856357950177,-1.2447001950905858,0.6163196379256446,0.24250832200050354,0.947300136089325,0.2093130499124527,0.7157721519470215,-1.768301010131836,0.89892578125,-0.10919234156608582,-0.516437828540802,-0.571510910987854 +358,2.650605445704237,-1.362013627188359,0.9364025782223139,0.0977267473936081,0.9782839417457581,0.1827840358018875,2.7649247646331787,5.0143842697143555,-1.2295992374420166,-0.4544619917869568,1.5557125806808472,-0.7458791732788086 +359,-1.2634745492425667,-1.5237187189586379,-2.9805732629761743,-0.0448576919734478,0.998892068862915,-0.01423679944127798,-0.4084129333496094,0.012303784489631653,-0.979742705821991,0.2389800250530243,0.231286883354187,0.6652835607528687 +360,-1.5067930471206283,-1.473549011726279,-3.0513333024467135,-0.09689667820930481,0.9952751994132996,-0.006210187450051308,0.5143597722053528,-1.319691777229309,0.4657030999660492,0.6210055351257324,-1.1052451133728027,0.13510119915008545 +361,2.7299116894145956,-1.4284730337307676,1.1548220798784088,0.05675836652517319,0.9898891448974609,0.1299915611743927,-2.6029489040374756,1.981107473373413,3.0249927043914795,0.3222699463367462,0.04223048686981201,-0.2766895294189453 +362,2.0763424548078184,-1.1862630078091467,0.6727581715436616,0.3282022178173065,0.9269735813140869,0.18166840076446533,0.2207794189453125,-0.789035439491272,2.5072290897369385,0.20820528268814087,0.4705331325531006,0.31231963634490967 +363,2.2559699090462226,-1.1172388072319221,0.6397656244939617,0.3392762541770935,0.8988940119743347,0.2772749364376068,0.635088324546814,0.06586188077926636,-1.4075186252593994,-0.4813813269138336,-0.8760821223258972,-0.5781781673431396 +364,2.401310151414262,-1.2279231883450312,0.7673311402664529,0.2267618626356125,0.9417926073074341,0.24820485711097717,1.0217572450637817,1.919717788696289,0.5230632424354553,0.4418477416038513,-1.1711933612823486,-0.5794883966445923 +365,2.314478035182742,-1.2644254415044127,0.7574430679400005,0.22197231650352478,0.953434407711029,0.20418426394462585,1.1615794897079468,1.902451992034912,-3.4216318130493164,-1.0710322856903076,2.974208354949951,-0.13233065605163574 +366,2.415944657890788,-1.5477282404695871,0.6032860326411833,0.015308852307498455,0.9997339248657227,0.01725698634982109,2.113309860229492,-0.14985813200473785,-2.01316499710083,0.12670469284057617,0.18329524993896484,0.4832618236541748 +367,-1.296431081996985,-1.4417231657535017,-2.994863616724364,-0.12390026450157166,0.9916816353797913,-0.034873396158218384,0.5315533876419067,-1.9223171472549438,-0.7752679586410522,0.44447219371795654,-0.635297417640686,0.137290358543396 +368,-1.383770567148211,-1.4958157435709338,-2.89831588939956,-0.07360432296991348,0.9971902966499329,-0.013928686268627644,-1.056983232498169,-1.0867908000946045,2.0427567958831787,0.4161946177482605,-1.2418344020843506,-0.07757824659347534 +369,2.2470565033359855,-1.3058763386225456,0.7398226741831965,0.20420792698860168,0.9651134610176086,0.1638757586479187,-1.1683144569396973,-2.5879290103912354,1.6842628717422485,-0.1563258171081543,3.6076252460479736,-0.0068171024322509766 +370,2.0477853470959464,-1.1548759925036443,0.5538910128824479,0.3589346706867218,0.9147448539733887,0.18549376726150513,-0.6060967445373535,4.091750621795654,0.8129487633705139,-0.09086823463439941,-0.21215391159057617,0.10449957847595215 +371,2.319526496440709,-1.2179406185368784,0.6386199343271799,0.25315549969673157,0.9383896589279175,0.23523901402950287,0.9951313138008118,2.7557055950164795,-0.8712291121482849,-0.3797270953655243,-1.4054458141326904,0.2864742577075958 +372,2.3686739499228433,-1.190198107056794,0.5419052453867096,0.2593747675418854,0.9284425973892212,0.2659306228160858,2.363278388977051,-1.944317102432251,1.9857311248779297,0.220270037651062,-0.9345613718032837,-0.8575139045715332 +373,2.246609987574148,-1.2563181606597251,0.6325024810929184,0.24133102595806122,0.9509578943252563,0.19348974525928497,2.2798664569854736,4.852497100830078,-2.757474660873413,-0.9642009735107422,3.529358148574829,-0.20612409710884094 +374,0.8354828275969125,-1.515677894956989,-0.8152509356966356,0.040857989341020584,0.9984813928604126,-0.03695737197995186,0.6172503232955933,1.3701519966125488,-1.7842141389846802,0.6462605595588684,-0.11711829900741577,1.1121679544448853 +375,-0.9552661702854482,-1.511541574388448,-2.5225491578599737,-0.04835189878940582,0.9982449412345886,-0.03419361263513565,6.991438567638397e-06,-1.1065775156021118,0.20410259068012238,0.49309980869293213,-0.9192959666252136,-0.02037179470062256 +376,2.4837148634762842,-1.4501693130855147,1.0027175656718803,0.07357671111822128,0.992733359336853,0.09521904587745667,-2.240199565887451,2.120882272720337,1.6412285566329956,0.171006441116333,-0.7285885810852051,-0.26762819290161133 +377,2.0038000421267195,-1.1721339478988348,0.5890376700697225,0.3523600101470947,0.9215810894966125,0.1628824919462204,0.8628268241882324,-3.6523187160491943,1.369732141494751,-0.014332085847854614,1.6641427278518677,0.04628501832485199 +378,2.063357633838528,-1.0915018172445705,0.4654274652602448,0.40633341670036316,0.8873204588890076,0.2180721014738083,-0.09022745490074158,1.4888060092926025,-1.2207419872283936,-0.571052074432373,-0.5224523544311523,-0.4745570421218872 +379,2.381684422682932,-1.2139518014258963,0.707671142003058,0.24063026905059814,0.9370037317276001,0.2532212436199188,-0.5869361162185669,-0.25506624579429626,-0.3764604926109314,-0.09017859399318695,-1.2763135433197021,-0.0392625629901886 +380,2.042164217820963,-1.2224548639651207,0.41417702154809966,0.304115355014801,0.9399401545524597,0.15500392019748688,-4.622010231018066,-4.016691207885742,-0.9491940140724182,-0.3282853364944458,0.5259106159210205,0.3493295907974243 +381,2.222264570443735,-1.4487519849439099,0.38541014108859223,0.09680932015180588,0.9925618171691895,0.07381940633058548,3.9446990489959717,1.7530027627944946,-1.4291976690292358,0.2762985825538635,0.5547252893447876,-0.5018589496612549 +382,-0.48593944134842576,-1.486704698868964,-2.1398205617358657,-0.039227649569511414,0.9964663982391357,-0.07426896691322327,-0.026349790394306183,-1.4834308624267578,-1.2250945568084717,0.4003269076347351,0.05793112516403198,0.3522688150405884 +383,-0.5311823237826003,-1.5171957873272153,-1.951845655740864,-0.027138343080878258,0.998563826084137,-0.04619242623448372,-1.0533373355865479,-1.6329787969589233,1.8169349431991577,0.4694143533706665,-1.3369885683059692,0.14662575721740723 +384,2.3631027416498194,-1.2699775920588436,0.8226109567896667,0.20806476473808289,0.9550942182540894,0.2109595388174057,-1.2151780128479004,0.6027591228485107,4.043312072753906,0.10411480069160461,2.5665578842163086,0.8501061201095581 +385,1.9872680340214774,-1.10012196163159,0.5902165757641096,0.4147239029407501,0.8912626504898071,0.18345198035240173,0.14209258556365967,1.5209869146347046,2.2435078620910645,0.056787848472595215,-0.09145814180374146,0.154514878988266 +386,2.197585334663837,-1.1761335569157862,0.6183028708553212,0.3114098012447357,0.9231262803077698,0.22552552819252014,-0.2500459849834442,0.6578298211097717,-2.172135829925537,-0.3891533613204956,-0.9920350313186646,-0.20750488340854645 +387,2.3815112778062115,-1.2295720206381586,0.7773645211648241,0.2305610030889511,0.9423456788063049,0.24254098534584045,1.6526366472244263,-0.960052490234375,1.8658994436264038,0.4272911548614502,-0.8417903780937195,-0.7882868051528931 +388,2.2356226363635363,-1.271639065517567,0.6767791599028258,0.23194822669029236,0.9555851817131042,0.18181665241718292,1.3640410900115967,5.215341567993164,-2.0475621223449707,-0.7698357105255127,2.3445096015930176,0.06346847116947174 +389,1.1307016071825506,-1.5214548190917583,-0.5368768876356206,0.04462392255663872,0.9987829327583313,-0.02101323753595352,2.2781338691711426,-3.1344897747039795,-1.7148374319076538,0.4032825827598572,0.337505578994751,0.5179920196533203 +390,-0.8129027944457933,-1.4748589065317241,-2.396858700732367,-0.06957149505615234,0.9954015612602234,-0.06584595143795013,0.14175450801849365,-1.6285336017608643,-0.46395307779312134,0.5717535018920898,-0.8392888307571411,0.38731813430786133 +391,1.9700308086776817,-1.5169186741488025,0.526800134760055,0.04961514472961426,0.9985489249229431,0.020932190120220184,-2.6095662117004395,0.0506436787545681,1.9112069606781006,0.10803865641355515,-1.157576084136963,-0.04304218292236328 +392,2.110314543603979,-1.2410893500259959,0.6950020198981935,0.2777766287326813,0.9461372494697571,0.16632568836212158,0.16320984065532684,-4.005911350250244,0.5902188420295715,0.023523390293121338,3.420790672302246,-0.18947328627109528 +393,2.0370516673576597,-1.130294379612558,0.6042199622855605,0.3808797597885132,0.9045377373695374,0.19168305397033691,-0.5663429498672485,2.1018714904785156,-0.8380138874053955,-0.5492604374885559,-0.3676570653915405,-0.38402003049850464 +394,2.389118132936249,-1.2511456204034133,0.8725288870135917,0.2147628366947174,0.9493452310562134,0.22939129173755646,0.9154195785522461,1.7481554746627808,-1.2771731615066528,-0.2470046728849411,-1.256474256515503,-0.24895311892032623 +395,1.9743208946650013,-1.2295164350283985,0.47606895714456454,0.3078121542930603,0.942327082157135,0.13142164051532745,-1.7341440916061401,-2.548713445663452,0.9030244946479797,-0.09484517574310303,-0.21968591213226318,0.623278021812439 +396,2.325279927463483,-1.4290469345120274,0.7168132132746574,0.1029365137219429,0.9899703860282898,0.09676098823547363,1.84927237033844,4.0166473388671875,-1.222947359085083,-0.0237281396985054,0.9386642575263977,-0.5747578144073486 +397,-0.6417812964226797,-1.4499458053012053,-2.1822341166145307,-0.0721675306558609,0.9927064776420593,-0.09656893461942673,-0.5241445302963257,-1.1257803440093994,-1.3426504135131836,0.3293849527835846,0.06196564435958862,0.5947989225387573 +398,-0.9173504501775778,-1.4268644939804527,-2.2574003063466175,-0.11388620734214783,0.9896596670150757,-0.08719765394926071,-0.4670170545578003,-2.7129437923431396,1.2556989192962646,0.5766547918319702,-1.2931113243103027,0.1611875295639038 +399,2.3803727084393462,-1.415133595718539,1.0180309664963627,0.10694391280412674,0.9879090189933777,0.11224453151226044,-2.0114386081695557,0.05828079581260681,4.904706001281738,0.20416751503944397,1.4280760288238525,0.8780660629272461 +400,1.8951249003413222,-1.2352579206755026,0.6936515673872538,0.3121105432510376,0.9442331790924072,0.10493165254592896,-0.15335790812969208,0.3207840025424957,1.5357203483581543,0.14681276679039001,0.4363972544670105,0.4312775135040283 +401,2.0644956161004,-1.2000513843415461,0.7073126381867182,0.31904467940330505,0.9320576786994934,0.17169368267059326,0.11305204778909683,1.4081798791885376,-0.9180794358253479,-0.46795526146888733,-0.9783072471618652,-0.23835936188697815 +402,2.3104749586440296,-1.2278044374494994,0.788173094076745,0.24842451512813568,0.9417526721954346,0.2266874760389328,1.4703145027160645,1.2612264156341553,1.2816349267959595,0.4715156555175781,-1.1867477893829346,-0.2536191940307617 +403,2.113346540113116,-1.224858614734109,0.7131032154158037,0.2903851568698883,0.9407579302787781,0.17507365345954895,1.4424355030059814,0.11574190109968185,-2.848930835723877,-1.1180219650268555,3.000159978866577,-0.46038249135017395 +404,1.2211894996224237,-1.4956386215742554,-0.33384219778455604,0.0705440491437912,0.997177004814148,-0.025719162076711655,2.389023780822754,-5.624030113220215,-1.9547406435012817,0.5761539340019226,-0.038848817348480225,0.9074177742004395 +405,-0.5248687163382085,-1.4636500806991521,-2.0000176736134945,-0.053588107228279114,0.9942653179168701,-0.09254571050405502,0.3913828730583191,-2.0647776126861572,-0.7542169690132141,0.3370353877544403,-0.6992519497871399,0.325883150100708 +406,-0.010829432408805142,-1.5027165079901272,-1.3217263707036888,-0.0007366930949501693,0.9976834654808044,-0.06802427768707275,-2.231905698776245,0.4284514784812927,1.6245269775390625,0.47656676173210144,-1.3679226636886597,0.38710081577301025 +407,2.050490192167432,-1.2146581303511277,0.6836035582200675,0.3093065023422241,0.9372502565383911,0.16090798377990723,-0.7111119031906128,-4.817580223083496,0.9207980036735535,-0.4591783285140991,4.212820053100586,-0.4092600345611572 +408,2.0247143192613133,-1.079807750621238,0.6733694595748271,0.42375198006629944,0.8818671703338623,0.20674709975719452,-0.4682188332080841,2.341083526611328,0.25719568133354187,-0.4535066485404968,-0.5269325971603394,-0.20317652821540833 +409,2.124178606071789,-1.1980350879200345,0.7440627013963751,0.30983415246009827,0.9313252568244934,0.19140580296516418,0.5444212555885315,1.0279247760772705,-1.587421178817749,-0.22929823398590088,-1.5459339618682861,0.4438176155090332 +410,2.103041142848926,-1.1909299984493131,0.6520647965200927,0.31950411200523376,0.9287142157554626,0.18816761672496796,-1.224511981010437,-4.190865516662598,0.475415974855423,-0.24775728583335876,-0.6460298895835876,-0.3839073181152344 +411,2.2136351937598757,-1.3417249013856791,0.7617271901674116,0.18174861371517181,0.9738776683807373,0.13612347841262817,1.7222330570220947,4.111401081085205,-1.4467425346374512,-0.1675732284784317,1.1969138383865356,-0.6523282527923584 +412,0.21047822294132096,-1.507838433831168,-1.2203328660565105,0.013144990429282188,0.9980188012123108,-0.06152798980474472,-0.11213864386081696,0.5639066696166992,-1.4176360368728638,0.12088823318481445,0.1628088355064392,0.5291945934295654 +413,-0.41917865347828387,-1.466740900721018,-1.6644500072449906,-0.04227522388100624,0.9945911169052124,-0.09487519413232803,-0.3842338025569916,-1.5125120878219604,0.9656373858451843,0.42276838421821594,-1.1140216588974,0.23847568035125732 +414,2.1703081561583395,-1.401523070914219,0.9148892546361995,0.13908761739730835,0.9857074618339539,0.09505531936883926,-2.0020604133605957,1.2239558696746826,4.475793838500977,0.32976916432380676,0.17556262016296387,-0.20317912101745605 +415,1.8384340037975215,-1.1244875843299833,0.7959350555410343,0.4162716567516327,0.9020465612411499,0.1141485646367073,-0.03740670531988144,0.20410649478435516,1.7312180995941162,-0.02703520655632019,0.4095379114151001,0.2816033363342285 +416,2.0128493391671234,-1.1124668759643355,0.8328630370928799,0.39992013573646545,0.8967928886413574,0.18927858769893646,0.5487826466560364,0.29947635531425476,-1.9096084833145142,-0.5987268686294556,-0.7444491982460022,-0.31359195709228516 +417,2.2438098541315172,-1.2498129213432416,0.9703268629608784,0.2467043101787567,0.9489256143569946,0.19666551053524017,1.5561007261276245,2.23034405708313,0.6402116417884827,0.3467252552509308,-1.1955991983413696,-0.29433703422546387 +418,2.068400942510903,-1.2213201035590464,0.9117239651465743,0.30088117718696594,0.9395521879196167,0.16343754529953003,1.3172602653503418,1.21730637550354,-2.6686131954193115,-0.9197319746017456,3.0555801391601562,-0.04153516888618469 +419,1.7061577523356706,-1.5059610935372871,0.37910654022355483,0.06419816613197327,0.9978989362716675,0.008743422105908394,2.792766571044922,-2.346200942993164,-1.8314241170883179,0.37014326453208923,0.11088097095489502,0.05093371868133545 +420,-1.013684203752709,-1.4532258259626885,-2.2144709595506,-0.09956226497888565,0.9930965304374695,-0.06202070042490959,-0.11575034260749817,-1.4030888080596924,-1.3783550262451172,0.6935259103775024,-0.5457088351249695,0.015817105770111084 +421,-2.334897842672911,-1.5170382267302758,2.9954402722359066,-0.038795191794633865,0.9985553622245789,0.03717699274420738,-2.359989643096924,0.5548397302627563,2.0291266441345215,0.40364810824394226,-1.3650257587432861,0.019341588020324707 +422,2.2876328918944657,-1.2400768846185541,1.1962513815024007,0.24480541050434113,0.9458089470863342,0.21334460377693176,-0.32634952664375305,-2.4047627449035645,1.2822695970535278,-0.43380072712898254,3.3813700675964355,-0.5105705261230469 +423,2.052072641314398,-1.152065911178528,0.949452060465128,0.36041325330734253,0.9136058688163757,0.18822011351585388,0.24244365096092224,2.0920557975769043,-0.1383657306432724,-0.5075689554214478,-0.29739487171173096,-0.18988332152366638 +424,2.4381447064494166,-1.2605945151751525,1.2365517721061046,0.19745182991027832,0.9522719979286194,0.2327893227338791,-0.5586414933204651,1.5145117044448853,-1.1841919422149658,-0.09038090705871582,-1.2811752557754517,0.1340014934539795 +425,2.1932144528202446,-1.2126734668093164,1.0062945175551465,0.2847849428653717,0.9365564584732056,0.20435196161270142,-2.268660068511963,-1.3792606592178345,0.37469202280044556,-0.1294352114200592,0.6901984214782715,1.7782530784606934 +426,2.631572611373783,-1.3689915075124615,1.2800451074519228,0.09785293787717819,0.9797064065933228,0.17492948472499847,2.6620588302612305,3.932291269302368,-0.988939642906189,-0.2631056308746338,0.6967614889144897,-0.6555355787277222 +427,-1.2192541477187862,-1.506854805618412,-2.6044918005394257,-0.05999058112502098,0.9979564547538757,-0.022003173828125,-0.18439039587974548,-0.058964721858501434,-1.5218042135238647,0.2080771028995514,0.006926417350769043,0.4736480712890625 +428,-1.1836895553744902,-1.4562059557428466,-2.42903612539622,-0.10587853193283081,0.9934417009353638,-0.04316422715783119,-0.5979809165000916,-1.7637544870376587,1.1424628496170044,0.5244271159172058,-1.2781555652618408,0.21423053741455078 +429,2.5883491792015634,-1.3663984976181884,1.2925915773125947,0.10665485262870789,0.9791833758354187,0.17269892990589142,-2.466453790664673,0.24702094495296478,4.512741565704346,0.3464090824127197,1.3004188537597656,0.7656097412109375 +430,2.046313724782835,-1.1659846743756952,0.9513521300020799,0.350150465965271,0.9191765785217285,0.18030177056789398,0.35909369587898254,0.6927008032798767,1.8665107488632202,0.20772606134414673,0.30416613817214966,0.28364166617393494 +431,2.3186293970543512,-1.147158907239607,1.0145681458021734,0.30138853192329407,0.9115996956825256,0.2795550525188446,-0.067918561398983,0.9805702567100525,-1.5150423049926758,-0.3960082530975342,-0.9373260140419006,-0.386061429977417 +432,2.481424266039053,-1.2151134047020864,1.156477719437863,0.21355225145816803,0.9374088644981384,0.2750633656978607,0.7357118725776672,0.2722623646259308,1.0113145112991333,0.3356115221977234,-1.0415349006652832,-0.46355512738227844 +433,2.2972730341706113,-1.2181744431300785,1.055419099811172,0.25816255807876587,0.9384704232215881,0.22940129041671753,1.407296895980835,1.6198887825012207,-2.9674782752990723,-0.7233420610427856,2.17647385597229,-0.07226637005805969 +434,2.524755583790057,-1.4884643624949607,1.0685975728590735,0.04757295176386833,0.9966126084327698,0.06708496063947678,1.7164406776428223,-4.967809677124023,-1.8923720121383667,0.26799407601356506,0.5680999755859375,-0.124854676425457 +435,-1.2928887429963376,-1.4907304432124555,-2.710188760610934,-0.07691201567649841,0.9967964291572571,-0.021942248567938805,0.7523254752159119,-2.280278205871582,-0.8412371277809143,0.3135605752468109,-0.6534736752510071,0.11407482624053955 +436,-2.3554688966444983,-1.5385006648402235,2.65467271800751,-0.022847546264529228,0.9994785189628601,0.022814415395259857,-2.1674230098724365,-0.16760198771953583,1.9172844886779785,0.4088186025619507,-1.2897007465362549,0.15180718898773193 +437,2.3031601578403595,-1.2000855943706428,0.9857075191130347,0.26938819885253906,0.9320700764656067,0.2422294318675995,-1.3124836683273315,-2.54644775390625,1.394605278968811,-0.28547096252441406,3.4583563804626465,-0.13592150807380676 +438,2.031923066865277,-1.0938737301650585,0.7928122212881127,0.411100834608078,0.888411819934845,0.20425663888454437,-0.34121885895729065,2.3535780906677246,0.5661396384239197,-0.11202853918075562,-0.0659477710723877,0.19462347030639648 +439,2.3948855193531235,-1.219088896668474,1.068126746922611,0.23399394750595093,0.9387858510017395,0.25283944606781006,0.4326651394367218,0.3447853922843933,-2.056256055831909,-0.23831221461296082,-1.2936902046203613,0.09225329756736755 +440,2.093699003958297,-1.228581870684104,0.7304576005252638,0.29073232412338257,0.9420138597488403,0.16758465766906738,0.23030135035514832,-0.13731877505779266,0.45213860273361206,-0.04735463857650757,-0.5364657640457153,-0.3683903217315674 +441,2.5262749229122003,-1.312206748290919,1.1037474219174517,0.14760425686836243,0.9667516350746155,0.20881569385528564,1.573395848274231,2.425542116165161,-0.7065557241439819,-0.24497061967849731,0.4773705005645752,-0.6310722231864929 +442,-0.857947921704201,-1.550380064934518,-2.382114885333952,-0.015444048680365086,0.9997916221618652,-0.013351282104849815,0.5348173975944519,-0.06250040978193283,-1.3844561576843262,-0.1705758273601532,0.8690285682678223,0.8212279081344604 +443,-1.1428793458478124,-1.4337617188506953,-2.529074786142697,-0.12428818643093109,0.9906254410743713,-0.05668812617659569,0.23508666455745697,-1.0182970762252808,0.40033313632011414,0.7576652765274048,-0.9336339831352234,0.30211055278778076 +444,2.780235443475007,-1.4260974132554967,1.3588022786138192,0.050979144871234894,0.9895493388175964,0.13488218188285828,-2.72224760055542,1.2314813137054443,3.1755504608154297,0.1207890510559082,-0.5965440273284912,-0.30924439430236816 +445,2.107494044234108,-1.1878008932280995,0.8609868179568217,0.3211592137813568,0.927549421787262,0.19107355177402496,0.48030683398246765,-2.9242801666259766,1.190800666809082,0.09386458992958069,1.1496601104736328,0.16882026195526123 +446,2.154720176919034,-1.124917844549217,0.7864680606548048,0.35979512333869934,0.9022321701049805,0.23774941265583038,0.18571579456329346,0.1350172609090805,-1.600032925605774,-0.48410847783088684,-0.6804150342941284,-0.4977897107601166 +447,2.2987577079874413,-1.2283491879092245,0.9661633447398136,0.2506806254386902,0.9419357776641846,0.22341984510421753,0.7872250080108643,0.17723211646080017,0.7073832154273987,0.2007354199886322,-1.3038283586502075,-0.5968024730682373 +448,2.428415320806338,-1.2833292388784492,1.005431020757916,0.1854931116104126,0.9589650630950928,0.2144259214401245,-0.6309996843338013,0.8978563547134399,-2.038529396057129,-0.351691871881485,1.3539774417877197,-0.3904818296432495 +449,-3.127212326174519,-1.4701534685816506,1.4436937675421684,-0.0014447887660935521,0.9949398040771484,0.1004628911614418,4.0077056884765625,4.111983776092529,-1.1513853073120117,0.03928658366203308,0.29027748107910156,-0.3686971664428711 +450,-1.0750651233341815,-1.4093633432231167,-2.774540935569475,-0.14138419926166534,0.9869979619979858,-0.0764566957950592,1.2970643043518066,-0.8312825560569763,-1.1734780073165894,0.48525625467300415,-0.03809964656829834,0.14118444919586182 +451,-1.1544015989008158,-1.417404516038108,-2.7022157854881086,-0.1397363543510437,0.9882585406303406,-0.06179913133382797,-1.923715591430664,-1.3985813856124878,1.8223060369491577,0.4743005037307739,-1.2868118286132812,0.15983682870864868 +452,2.5097579340667155,-1.2722889508933497,0.887032294808511,0.17369984090328217,0.9557765126228333,0.2373180240392685,-2.733135223388672,-1.2969285249710083,1.9674688577651978,-0.6025786399841309,3.2751805782318115,-0.1266307532787323 +453,2.0791308690164283,-1.1309506878215738,0.7143098044888695,0.3719603419303894,0.9048174023628235,0.20724669098854065,-0.36976054310798645,2.3607194423675537,2.0280585289001465,-0.023113876581192017,-0.2695024013519287,0.1856060028076172 +454,2.389452054391599,-1.142169868377748,0.8663552951174519,0.2839542329311371,0.9095374941825867,0.30349868535995483,0.4122365117073059,0.086945079267025,-1.4828978776931763,-0.31785932183265686,-1.124518632888794,-0.342317134141922 +455,2.271209067703276,-1.2048479329845276,0.78651301853465,0.2735920548439026,0.9337847828865051,0.23063650727272034,1.240667700767517,-2.249296188354492,0.9931434392929077,-0.014360517263412476,-0.5552142858505249,-0.5676573514938354 +456,2.75155679864714,-1.3319309486500526,1.195904600683269,0.08996051549911499,0.9716070294380188,0.21883048117160797,1.6854552030563354,4.897956371307373,-1.0308269262313843,-0.03469318151473999,0.6396142244338989,-0.6689800024032593 +457,-1.2647428370785951,-1.5070574895461195,-2.8875910424698996,-0.060734234750270844,0.997969388961792,-0.019190896302461624,0.057800646871328354,1.8452644348144531,-1.3800828456878662,-0.023433256894350052,0.49163925647735596,0.88575279712677 +458,-1.2688341795893785,-1.4460017337779294,-2.7946334861619126,-0.11884033679962158,0.9922232627868652,-0.037017274647951126,-0.33568209409713745,-1.4357467889785767,0.9459578990936279,0.5819903016090393,-0.9544118642807007,0.3115381598472595 +459,2.593148032527619,-1.3935510694071382,1.0852911469218742,0.09192530810832977,0.9843331575393677,0.1504586637020111,-2.0982518196105957,0.8086379766464233,3.88022780418396,0.040063224732875824,0.018123388290405273,0.39226603507995605 +460,2.1056334708013633,-1.1540758324223988,0.7997924331830673,0.34823960065841675,0.9144212603569031,0.20630872249603271,0.0005817301571369171,-1.8031738996505737,1.3842662572860718,0.17416036128997803,0.5453718900680542,0.15115895867347717 +461,2.2309108474786856,-1.0929717933402414,0.8186604132010123,0.36324432492256165,0.8879973888397217,0.2819823622703552,0.4385046362876892,0.6847183108329773,-1.5693788528442383,-0.5403378009796143,-0.7792023420333862,-0.3771667778491974 +462,2.236160170005124,-1.2497928832423215,0.9397738954106976,0.24821597337722778,0.9489192962646484,0.19478391110897064,0.5405467748641968,0.030977576971054077,0.21564266085624695,0.30879083275794983,-1.190099835395813,-0.3523614704608917 +463,2.3092539619467303,-1.2841750893912072,0.9552053287976862,0.2090686410665512,0.9592045545578003,0.19030791521072388,-0.060636043548583984,2.050178289413452,-2.7639338970184326,-0.3954242765903473,1.9477168321609497,-0.2598574161529541 +464,-3.1061443944307316,-1.514965500417137,1.4948220941489527,-0.001977697014808655,0.9984418749809265,0.0557677187025547,2.460841417312622,-3.408137798309326,-1.5125912427902222,-0.02234482765197754,0.15358150005340576,-0.2721831798553467 +465,-1.6506524192430685,-1.4463938790891695,3.053872455104168,-0.12368679791688919,0.9922720193862915,0.009898193180561066,0.3502980172634125,-3.98158597946167,-0.40228477120399475,0.7333211898803711,-0.4080435037612915,-0.24262523651123047 +466,2.7514610230012773,-1.4384373834994502,1.4771800994888773,0.05019092932343483,0.9912533164024353,0.12205703556537628,-2.5406198501586914,0.03579056262969971,3.2873947620391846,0.29285717010498047,-1.2576717138290405,-0.15025530755519867 +467,2.0754847190726284,-1.1299611054401573,0.817290955073154,0.3734971284866333,0.904395580291748,0.20632196962833405,0.06862030178308487,-3.5583174228668213,0.6402267813682556,-0.1860886514186859,3.7930073738098145,-0.25284597277641296 +468,1.9841134259666742,-1.0989506462473182,0.7062687917551754,0.41625702381134033,0.8907308578491211,0.18256226181983948,-1.2729986906051636,4.0002336502075195,-0.8292570114135742,-0.32316306233406067,-0.09510701894760132,-0.010305747389793396 +469,2.3212793120046644,-1.1928433600926225,0.9885744326790503,0.2698853611946106,0.9294219613075256,0.2516678273677826,0.03907405585050583,-0.1858239620923996,-1.5679324865341187,-0.4061310887336731,-1.191583275794983,-0.16602027416229248 +470,2.321455734150396,-1.2589998428758944,0.9681014316464971,0.22432129085063934,0.9517840147018433,0.20925338566303253,-0.3436669707298279,-1.505894422531128,-0.1778114140033722,0.08567625284194946,-0.015947341918945312,2.4275567531585693 +471,2.473378874766028,-1.303316494855376,0.9593650561402427,0.1637575924396515,0.9644400477409363,0.20745855569839478,0.887312114238739,3.689134120941162,-1.202940821647644,-0.07217437028884888,0.331534743309021,-0.4045562744140625 +472,2.630425862345454,-1.5333635019486624,1.0253532656201338,0.01830817572772503,0.9992994666099548,0.032641202211380005,1.5902093648910522,0.027244262397289276,-1.6202160120010376,-0.4388556480407715,0.27827316522598267,0.6794102191925049 +473,-1.4172003679248812,-1.4602950131683616,-2.9657687330222733,-0.10897907614707947,0.9939009547233582,-0.016871631145477295,-1.076901912689209,-0.929473340511322,0.1523832380771637,0.7578285932540894,-0.7918440103530884,0.2643691897392273 +474,2.965572379871559,-1.355104965758061,1.3760236529939176,0.03747798502445221,0.9768286347389221,0.21071505546569824,-2.5388031005859375,4.68711519241333,3.2258095741271973,0.2082800567150116,-0.09233790636062622,-0.443625271320343 +475,2.201310192974385,-1.1448026079717393,0.6922353370256322,0.33377256989479065,0.9106285572052002,0.24362127482891083,0.22137974202632904,-1.6810842752456665,1.7289199829101562,-0.15463438630104065,0.749283492565155,0.174194797873497 +476,2.1850033659627934,-1.0656307793672806,0.5641058253529712,0.39550068974494934,0.8750943541526794,0.2789068818092346,0.0008072229102253914,0.9521123766899109,-0.8452873229980469,-0.40447288751602173,-0.5455656051635742,-0.27515318989753723 +477,2.5080054634737152,-1.1902217278769804,0.8519327629675867,0.21991565823554993,0.9284513592720032,0.29935839772224426,-0.06962688267230988,-0.6105207800865173,-1.1299264430999756,0.14899611473083496,-1.230346441268921,-0.06759259104728699 +478,2.5895076535136314,-1.2182796725105514,0.8886611907639147,0.18107683956623077,0.9385067820549011,0.2939665913581848,0.5009394884109497,1.602988839149475,0.258192241191864,-0.08766253292560577,1.4796147346496582,-0.4968627393245697 +479,2.731360289011407,-1.2968884277017227,0.9215064373536975,0.10787960141897202,0.9627211689949036,0.24805183708667755,3.040367364883423,4.186561584472656,-1.3875441551208496,-0.2558898329734802,0.3510604500770569,-0.2923634350299835 +480,-2.055392931632081,-1.494328312279742,2.326872676256712,-0.06759762018918991,0.9970777630805969,0.035587940365076065,0.9086728096008301,-0.2802622616291046,-0.9008084535598755,0.4898235499858856,0.5498429536819458,0.6234543323516846 +481,-1.848903906660591,-1.4381302268500327,2.6034666210979265,-0.12719444930553436,0.9912127256393433,0.03631484508514404,-0.95932936668396,-0.08802668005228043,0.484129935503006,0.6243105530738831,-0.8443012237548828,0.22815048694610596 +482,2.9063954135714436,-1.3705656802605113,1.1052725859150911,0.04634936526417732,0.9800207018852234,0.1934187263250351,-2.232961416244507,1.462271809577942,2.7234954833984375,0.15402904152870178,-0.5862525701522827,-0.3947432339191437 +483,2.2813175778312753,-1.1650270268817267,0.5693419722173784,0.29921069741249084,0.9187989830970764,0.25745147466659546,0.9668656587600708,-5.015434265136719,0.7661388516426086,0.029219478368759155,1.1183713674545288,-0.14713048934936523 +484,2.2179882895250222,-1.0928591426021743,0.3682109972300906,0.36693793535232544,0.8879455924034119,0.27732545137405396,0.08795154094696045,3.1351232528686523,-1.2090638875961304,-0.37327027320861816,-0.8313964605331421,-0.3335082232952118 +485,2.4577873878893866,-1.248858403925857,0.5204678521451327,0.1998884528875351,0.9486240148544312,0.24526958167552948,-0.675790011882782,2.1047143936157227,-1.2099782228469849,-0.2390424907207489,-1.1749118566513062,0.3255922794342041 +486,2.387559697344931,-1.2447651771844135,0.4767239730080742,0.2192627489566803,0.9473209381103516,0.23346737027168274,-0.6553741693496704,1.1866366863250732,-1.2500956058502197,-0.4000641405582428,2.241903305053711,-0.17990899085998535 +487,2.625197129031715,-1.4784470767392643,0.4494245860421817,0.04553336277604103,0.9957388639450073,0.08019464462995529,4.8895769119262695,-0.9688011407852173,-1.3469268083572388,0.017165008932352066,0.256641685962677,-0.3986912965774536 +488,-1.0527671333561448,-1.4808597052507873,-3.128355631352763,-0.07803264260292053,0.9959584474563599,-0.04447454214096069,0.4011179506778717,-1.7537645101547241,-0.6447498202323914,0.42010417580604553,-0.2756977081298828,0.41099071502685547 +489,-1.568377623404956,-1.5231209078840493,2.7919795461355137,-0.047656215727329254,0.9988637566566467,-0.00011526647722348571,-1.187209963798523,-2.734890937805176,1.659507155418396,0.38882747292518616,-1.275002121925354,0.1127861738204956 +490,2.243791193167902,-1.2559406808727893,0.2711664393460819,0.24215680360794067,0.9508410692214966,0.19303297996520996,-1.7644926309585571,-1.2458003759384155,2.478363037109375,-0.1567990779876709,3.501521110534668,-0.16201183199882507 +491,1.9398108186904128,-1.0941782535485842,0.1719686236393931,0.4278932511806488,0.8885515332221985,0.16547907888889313,-0.9616287350654602,2.6614975929260254,1.2658742666244507,-0.17284265160560608,-0.26721376180648804,0.09720097482204437 +492,2.2821329540467117,-1.156823858694867,0.3543171748493607,0.30470016598701477,0.9155301451683044,0.26260748505592346,1.6756913661956787,-0.2122388482093811,-1.3959705829620361,-0.2500431537628174,-1.4071223735809326,-0.15822216868400574 +493,2.1894898788585744,-1.2946782711440714,0.21246383692828974,0.22208856046199799,0.9621210098266602,0.15811340510845184,1.5677729845046997,1.17149019241333,-1.826866865158081,0.06830143928527832,-0.7065820693969727,-0.2728290557861328 +494,2.9741864956498203,-1.3009653614365826,1.0181568487783177,0.044417064636945724,0.9638159871101379,0.26284193992614746,1.624444603919983,3.580443859100342,0.007770293392241001,-0.3583361506462097,0.8646447062492371,-0.54227614402771 +495,-2.0574962402248014,-1.4673465504798138,2.0649341135764123,-0.09127361327409744,0.9946538209915161,0.04829803481698036,1.7622507810592651,0.6165319681167603,-1.5012167692184448,0.06795818358659744,0.14017271995544434,-0.11821377277374268 +496,-1.4340763063077833,-1.3438966510582966,2.804626334874639,-0.22285833954811096,0.9743685126304626,-0.03066047467291355,0.28134316205978394,-1.620818018913269,-1.0115625858306885,0.6768988966941833,-0.3814883232116699,0.3707635998725891 +497,-2.191018046799599,-1.3548400184862261,2.1871587987397643,-0.1743716597557068,0.9767719507217407,0.12454387545585632,-2.62642765045166,-0.8507944345474243,1.3731013536453247,0.2780551612377167,-1.0837208032608032,-0.12039351463317871 +498,2.7546580549044304,-1.2503396737107244,0.9108850571313689,0.11886554211378098,0.9490916728973389,0.2917117178440094,-0.6224110126495361,-4.001084804534912,1.6693319082260132,-0.6737056374549866,4.2378740310668945,-0.10857576131820679 +499,2.361709793363659,-1.1644765443403802,0.5325982872650931,0.2779255509376526,0.9185816049575806,0.2810082733631134,-0.2407393604516983,1.316053032875061,0.9246415495872498,-0.3572864830493927,-0.468630313873291,-0.14654776453971863 +500,2.7388454596278273,-1.1274848772693151,0.6889470258270212,0.16811922192573547,0.903336226940155,0.3946133852005005,-0.7247530817985535,3.05708909034729,-0.8323310017585754,-0.22941376268863678,-1.0600897073745728,-0.43585795164108276 +501,-3.065934411145069,-1.073567782783512,0.8796837943769796,-0.036053936928510666,0.8789079189300537,0.47562721371650696,-1.6583460569381714,-2.2308402061462402,1.0924392938613892,0.46748092770576477,0.26952970027923584,1.730259656906128 +502,2.5743226547790856,-1.108766928093182,0.5321747239216285,0.23952405154705048,0.8951497077941895,0.37594592571258545,-2.3592522144317627,1.5427477359771729,-1.2450116872787476,-0.49526137113571167,1.609778881072998,1.564773678779602 +503,2.6486307805932223,-1.238544159259297,0.662389132585656,0.15435698628425598,0.9453101754188538,0.2873368263244629,0.8303772807121277,-0.05661827325820923,-1.3539810180664062,-0.20095734298229218,-0.03758019208908081,-0.6081070899963379 +504,2.942723899208715,-1.4527901050889027,0.8900516355481033,0.023259202018380165,0.9930453300476074,0.11541163176298141,0.9377481937408447,-2.2644195556640625,-0.8237937688827515,-0.18524649739265442,-0.3968693017959595,0.658544659614563 +505,-1.8465874284847474,-1.5053443742100057,2.4260032236006417,-0.06293418258428574,0.9978587627410889,0.017810555174946785,1.2406913042068481,-0.9764318466186523,-0.7899330258369446,0.32721641659736633,-0.30686450004577637,0.04540657997131348 +506,-0.9913867857168029,-1.3776602445244,-2.9876841387214967,-0.16061095893383026,0.981407105922699,-0.10509174317121506,0.4815694987773895,-0.6504182815551758,-1.098801851272583,0.19059446454048157,0.15946203470230103,0.31963038444519043 +507,-1.2802625873591287,-1.3746489487688307,3.0690239437206137,-0.18672436475753784,0.9808247089385986,-0.0558294914662838,-2.241010904312134,-0.8558048009872437,1.1005197763442993,0.6170069575309753,0.46422839164733887,0.389493465423584 +508,-3.1256794685145106,-1.3461402882496523,1.1436356045207625,-0.003544841893017292,0.9748708009719849,0.22274251282215118,-2.039098024368286,2.406994342803955,2.6596672534942627,0.10194876790046692,0.6293924450874329,-0.25168848037719727 +509,2.550541225539653,-1.144150226769245,0.5750235420663956,0.23059478402137756,0.9103587865829468,0.34361767768859863,0.5629709362983704,-1.167077898979187,2.1328859329223633,-0.3048287630081177,-0.12801003456115723,-0.21863290667533875 +510,2.435103842382076,-1.0274280802706002,0.2562371000040719,0.33563393354415894,0.8559721112251282,0.3932710587978363,-0.1678670048713684,2.4466779232025146,0.9060757756233215,-0.43846291303634644,-0.41778528690338135,-0.48082584142684937 +511,2.7018350325330744,-1.053309188549426,0.38100412627939945,0.21060286462306976,0.8690650463104248,0.44762980937957764,0.6519015431404114,1.629286527633667,-1.832992434501648,-0.5310832262039185,-0.5896308422088623,-0.07555949687957764 +512,2.702321464881598,-1.0401685433761514,0.3620893261426266,0.21522365510463715,0.8624895215034485,0.4580293893814087,0.6119430661201477,-3.714296340942383,2.6075704097747803,0.9571854472160339,1.7658827304840088,-0.5492768883705139 +513,2.4046931225937875,-1.0988916280670467,0.06884122687345103,0.305478036403656,0.8907040357589722,0.33664456009864807,-0.5226972699165344,4.94782018661499,-2.539228677749634,-0.567379891872406,0.5485507249832153,-0.3584951162338257 +514,2.669259858989086,-1.347456824286906,0.37736081951280426,0.10076899826526642,0.9751632213592529,0.19723661243915558,2.199021100997925,-0.9581760764122009,-0.3312792181968689,-0.17996209859848022,-0.1280868649482727,-0.33783113956451416 +515,-1.791075718867053,-1.5499569180236061,2.135937324077102,-0.020334238186478615,0.9997828602790833,0.004553096368908882,0.9500201344490051,-0.051944442093372345,-0.7693896889686584,0.34958839416503906,-0.20107680559158325,-0.26645493507385254 +516,-0.5963985342328761,-1.3923702770771487,-2.9096876600683443,-0.09968499839305878,0.9841242432594299,-0.14684118330478668,1.613794207572937,0.4999496042728424,-1.254185676574707,0.28076106309890747,0.03253835439682007,0.07959568500518799 +517,-0.9288659659584356,-1.3319643755869572,-3.114282931776851,-0.18947702646255493,0.9716149568557739,-0.14164328575134277,-0.916391909122467,-2.11507248878479,0.7662234902381897,1.0193109512329102,0.2776678800582886,0.3537557125091553 +518,3.1327960904177954,-1.4468009195482225,0.9051279651125766,0.0010879262117668986,0.9923223853111267,0.12367309629917145,-2.499257802963257,2.7760391235351562,3.349504232406616,0.15029454231262207,0.6645684242248535,-0.31799376010894775 +519,2.492908651033428,-1.1254153086606355,0.3109904311740231,0.26026368141174316,0.9024465680122375,0.34329694509506226,-0.4657207131385803,-1.976163625717163,1.6150730848312378,-0.43259650468826294,0.10219192504882812,-0.36490339040756226 +520,2.3755769100414263,-0.9747841984926418,0.060618607416661155,0.38916462659835815,0.8275807499885559,0.4045506715774536,-0.538493275642395,4.210531234741211,1.1776492595672607,-0.4659467935562134,-0.7272235751152039,-0.5555058121681213 +521,2.76313588877566,-0.9420607171523456,0.18790581468644083,0.2173035591840744,0.8087717890739441,0.546504557132721,3.0605108737945557,2.528491258621216,-1.3764996528625488,-0.5392335057258606,-1.0405070781707764,0.121204674243927 +522,2.696147909089354,-0.9516598162730722,0.15213345967053396,0.25004148483276367,0.814379870891571,0.52370285987854,0.8046354651451111,-5.325283050537109,2.2925984859466553,0.8870282173156738,1.7875335216522217,-0.8212034702301025 +523,2.8107557495288003,-1.021384108674041,0.3080211931335071,0.1696242392063141,0.8528316020965576,0.4938686490058899,2.493255615234375,0.45809128880500793,-3.494385242462158,-0.9173048734664917,1.412824034690857,-1.3878047466278076 +524,2.6804489817243278,-1.2949844816011877,0.3423510236848241,0.12117858976125717,0.9622043967247009,0.2438819408416748,1.7228883504867554,0.890609085559845,-0.9147864580154419,-0.05864807963371277,0.3224635124206543,-0.2711493968963623 +525,3.0647051755943067,-1.5174179776086458,0.7525534317148443,0.004097960889339447,0.9985756874084473,0.05319308862090111,0.7428135871887207,-0.8707311749458313,-0.6526227593421936,0.20271965861320496,-0.2714945673942566,0.0654897540807724 +526,-0.6413110355181285,-1.4360499827371278,-2.938869829320572,-0.08036762475967407,0.9909354448318481,-0.10764718800783157,1.6945092678070068,-0.12799789011478424,-1.190613865852356,0.14079242944717407,-0.10560530424118042,0.558880090713501 +527,-0.8804962131814238,-1.2931572367662192,-3.0962105631256254,-0.2113354355096817,0.961705207824707,-0.17452941834926605,0.0167370717972517,-1.4307327270507812,-0.1828058511018753,0.771439790725708,0.40522289276123047,0.12475526332855225 +528,-1.8094247348365298,-1.4368748302813872,2.341419960587493,-0.12973752617835999,0.9910458922386169,0.03156040236353874,-2.889571189880371,0.011180935427546501,2.47775936126709,0.2838971018791199,0.273098886013031,-0.020864013582468033 +529,2.7040100386862966,-1.22746123211956,0.4482766156678453,0.14264719188213348,0.9416372179985046,0.3049120008945465,-2.787667989730835,-1.7996774911880493,1.4268287420272827,-0.4979786276817322,1.8725107908248901,-0.3677171468734741 +530,2.380394084195485,-1.0297897462370589,0.11997664251617925,0.3552408814430237,0.857190728187561,0.3728641867637634,-0.14807631075382233,2.0778937339782715,2.612398147583008,-0.39962872862815857,-0.5619790554046631,-0.2491002380847931 +531,2.6221920531299823,-0.9191266182969791,0.0423919129651396,0.30104973912239075,0.7950721979141235,0.5265259146690369,-1.2195887565612793,1.6528544425964355,-0.8345362544059753,-0.5878691673278809,-0.768582820892334,-0.5576995015144348 +532,2.9034408506767,-1.066567964064517,0.24714271384046682,0.11397431045770645,0.8755475282669067,0.4694962799549103,-1.8205788135528564,-0.1872050017118454,-0.7138938903808594,0.38289764523506165,-0.4383831024169922,1.867784023284912 +533,2.5561608749237017,-1.0156657329168821,0.034989978030498955,0.29122889041900635,0.8498316407203674,0.4392860531806946,2.9881601333618164,2.426806926727295,-1.8571523427963257,-0.13761863112449646,-0.3067864775657654,-0.7653815150260925 +534,2.6997377629940487,-1.1854907655118112,0.24039389371925265,0.16071651875972748,0.9266836047172546,0.3397463858127594,1.61348557472229,-2.7016050815582275,-1.292422890663147,-0.32567930221557617,-0.24936127662658691,-0.28582191467285156 +535,2.9389418387282182,-1.4165772417078912,0.46826744634662865,0.030916359275579453,0.9881317615509033,0.15046560764312744,2.136172294616699,-1.352169394493103,-1.2519874572753906,0.17248332500457764,-0.39351195096969604,0.19450511038303375 +536,-1.4461622683179627,-1.5104346192936822,2.4261338176111655,-0.05985844507813454,0.9981787800788879,-0.007499271538108587,1.8966668844223022,0.5197778344154358,-0.7599198818206787,0.09655582904815674,-0.27474433183670044,-0.2773975729942322 +537,-0.8343607569870869,-1.3276919835031773,3.1079078029344003,-0.1783391237258911,0.9705953598022461,-0.16167770326137543,0.44731906056404114,-1.3375104665756226,-1.3620274066925049,0.3090764284133911,0.15313810110092163,0.3554948568344116 +538,-1.1690957209046637,-1.3228816132875205,2.8889836171509007,-0.22584988176822662,0.9694262146949768,-0.09594085812568665,-2.2365570068359375,-1.660568118095398,1.0043590068817139,0.6170547008514404,0.3224439024925232,0.38807034492492676 +539,3.0951752058970072,-1.4322053693805181,0.7716860677936642,0.006410186178982258,0.990411639213562,0.13799943029880524,-2.0456197261810303,2.6738638877868652,3.414806842803955,0.16517490148544312,1.1499539613723755,-0.00016677379608154297 +540,2.6631443071452616,-1.1870574768606856,0.36254126745975984,0.1723700761795044,0.92727130651474,0.3323499858379364,-0.22620363533496857,0.2122092992067337,1.7983605861663818,-0.3029089868068695,-0.28591394424438477,-0.1979811191558838 +541,2.541785595426581,-1.0711856102088138,0.057029831293579906,0.27043500542640686,0.8777691125869751,0.3954574465751648,-0.4757375419139862,2.6301252841949463,0.9412394762039185,-0.3555026948451996,-0.885566234588623,-0.5631362795829773 +542,2.8510575687763504,-1.0246363672840786,0.2130483845269922,0.1487925946712494,0.8545253872871399,0.4976414144039154,1.276484489440918,2.3594069480895996,-1.4352428913116455,-0.3932079076766968,-0.6975582838058472,-0.14406484365463257 +543,2.720822511420539,-1.0102396040189463,0.07475486198434478,0.21716274321079254,0.8469592332839966,0.4852835536003113,0.38258689641952515,-5.730854034423828,3.0869688987731934,0.7354587316513062,1.5305583477020264,-0.3990256190299988 +544,2.6716407518336163,-1.12489189107765,0.12175250342766253,0.1952996850013733,0.9022209644317627,0.3845198154449463,0.3557046949863434,-1.3167831897735596,-2.776869773864746,-0.9643426537513733,1.2621009349822998,-0.691419780254364 +545,2.6393829221535636,-1.3484429172154295,0.10576449098204736,0.10615338385105133,0.9753811359405518,0.19329603016376495,1.1429259777069092,0.3788803815841675,-1.2842047214508057,-0.06072793900966644,0.2304142713546753,-0.33805617690086365 +546,-2.4942484925832287,-1.5485094804435713,1.2620830387251292,-0.013440340757369995,0.9997516870498657,0.017777707427740097,0.8315718770027161,0.2499648928642273,-0.6957650780677795,0.078351229429245,-0.13894230127334595,-0.1569836139678955 +547,-0.7100875294830593,-1.383827776657796,3.107025065956854,-0.12117572873830795,0.9825722575187683,-0.14095431566238403,0.856902003288269,-1.251246452331543,-1.0685312747955322,0.19144247472286224,0.018358469009399414,0.6174405217170715 +548,-1.0151476068999938,-1.3349534544846873,2.95447472881712,-0.19850970804691315,0.9723177552223206,-0.12325554341077805,-0.8613306879997253,-1.5965549945831299,0.45486897230148315,1.131218433380127,0.2380855679512024,0.34421801567077637 +549,-3.012135090505483,-1.4483364480814593,0.9048947496308875,-0.015769746154546738,0.9925111532211304,0.1211327463388443,-2.5717110633850098,2.3688173294067383,3.4675981998443604,-0.003532620146870613,0.8531920909881592,-0.07135854661464691 +550,2.6613457081015066,-1.17899518231324,0.2574832143223809,0.17641575634479523,0.9242227673530579,0.33865880966186523,-1.022227168083191,-0.6582449674606323,1.5600146055221558,-0.5163511037826538,0.18754786252975464,-0.16136693954467773 +551,2.4937568575974227,-1.044227837821185,-0.006802945480656426,0.3032818138599396,0.864536702632904,0.4007449448108673,-0.9849629402160645,1.3147841691970825,0.720278263092041,-0.4217662513256073,-0.9018443822860718,-0.6254153847694397 +552,2.7259593830585924,-1.0089777420626573,0.07425629721708688,0.21509858965873718,0.846287727355957,0.48737046122550964,1.9897985458374023,1.3137271404266357,-1.2702420949935913,-0.2680770754814148,-0.83134925365448,-0.24236005544662476 +553,2.858754466366345,-0.9635753230491364,0.15941590381173026,0.1592406928539276,0.8212368488311768,0.5479161143302917,0.6723113656044006,-3.478276252746582,1.7573145627975464,0.5119781494140625,2.224966526031494,0.06818783283233643 +554,2.7531401273254565,-1.0479620336834312,0.06435657422457836,0.18912740051746368,0.8664073944091797,0.4621349573135376,1.4209553003311157,-1.202911138534546,-2.085474729537964,-0.49187707901000977,0.383775532245636,-1.1712720394134521 +555,2.873436516728831,-1.3666626270369022,0.451431556558725,0.05371133238077164,0.9792369604110718,0.1954745501279831,2.749788284301758,0.5715976357460022,-0.8003156781196594,-0.18327370285987854,-0.04657387733459473,-0.07988914847373962 +556,-1.7804982869294237,-1.5155042407384625,2.094654583634476,-0.054053522646427155,0.9984717965126038,0.011504258960485458,1.670577049255371,-0.22530820965766907,-1.1333965063095093,0.6626503467559814,-0.36968761682510376,-0.16287147998809814 +557,-0.6967157010922153,-1.3722658123847733,-3.000177110914461,-0.12656214833259583,0.9803574681282043,-0.15126538276672363,1.6300110816955566,-0.49453848600387573,-0.7802247405052185,0.005361601710319519,0.10649549961090088,0.03786207735538483 +558,-0.976207076560569,-1.2287459369323939,3.123238773268253,-0.27785444259643555,0.9420689344406128,-0.18789151310920715,-0.42345428466796875,-1.6996186971664429,-0.4364495575428009,1.243445873260498,0.3713771104812622,0.5123085975646973 +559,-1.5752644929645692,-1.3261550390500412,2.6131709307184883,-0.2422059327363968,0.9702242612838745,0.0010822236072272062,-1.9199419021606445,1.2474099397659302,2.7978837490081787,0.5678590536117554,0.2307645082473755,-0.1781604290008545 +560,2.9368432999742113,-1.3597464158435544,0.5113065023386584,0.04259321466088295,0.9778115153312683,0.20511098206043243,-3.777376174926758,-0.9545849561691284,0.5496823787689209,-0.79549241065979,2.714906930923462,-0.799685001373291 +561,2.710352757771943,-1.1604382050865336,0.217572403530112,0.16675515472888947,0.9169780015945435,0.3624146580696106,-0.5397416353225708,0.9044309258460999,2.699230432510376,-0.13051551580429077,-0.9120492935180664,-0.39104005694389343 +562,2.726123523939675,-1.0434758812503886,-0.016288357231388734,0.20310910046100616,0.864158570766449,0.4604092538356781,-1.3787213563919067,2.7056143283843994,-0.5376183390617371,-0.47268617153167725,-1.1847000122070312,-0.6854152679443359 +563,-3.047560329064561,-1.023924191582159,0.19502392868091797,-0.048826489597558975,0.8541552424430847,0.5177208185195923,-5.341330051422119,0.8437641859054565,0.43675217032432556,0.3295271694660187,0.05352908372879028,1.9288427829742432 +564,2.9110583390589366,-1.0104869641859309,-0.20075404386095314,0.12143473327159882,0.8470907211303711,0.5173885226249695,0.9466261863708496,-1.4545423984527588,-0.11145665496587753,-0.18628458678722382,0.28971952199935913,-1.8971340656280518 +565,2.578154070819241,-1.1611139223283318,-0.05693900415277644,0.21274015307426453,0.9172473549842834,0.33674734830856323,3.3948917388916016,-1.9176009893417358,-1.1087616682052612,-0.29239100217819214,0.3300212621688843,-0.2152416706085205 +566,2.2790991888874617,-1.425105847267963,-0.16315010093894633,0.1102563738822937,0.9894059300422668,0.09444362670183182,2.8813319206237793,-5.171348571777344,-2.468587875366211,0.7119482159614563,-0.49557042121887207,-0.11341023445129395 +567,0.057010907273563526,-1.4842941007727763,-2.2871924836084743,0.004922704305499792,0.9962610006332397,-0.08625314384698868,1.6234095096588135,-0.8700810074806213,-1.1113944053649902,-0.24254781007766724,-0.22700446844100952,0.15919017791748047 +568,-0.7104804168619024,-1.3714455141280164,-2.930767518912873,-0.1291564404964447,0.9801953434944153,-0.15011830627918243,-0.40462344884872437,-2.964371919631958,-0.3537396788597107,0.9900420904159546,-0.053147733211517334,-0.007260829210281372 +569,-2.4440507640402074,-1.5194397203228496,1.700846610276845,-0.0329749658703804,0.9986815452575684,0.039345141500234604,-2.32259202003479,-0.014997085556387901,2.4732279777526855,0.3341834843158722,0.1543794870376587,-0.2674030065536499 +570,2.2293108505778436,-1.1816968611427474,-0.10990932470898267,0.3000328242778778,0.9252510666847229,0.23214362561702728,-2.2713098526000977,-0.45158714056015015,2.7928624153137207,-0.2407219111919403,2.294750213623047,-0.44199779629707336 +571,2.1097609518827634,-0.9893593423377844,-0.23462506577606512,0.4713671803474426,0.8356742858886719,0.2818884551525116,0.22996574640274048,2.8415727615356445,1.143663763999939,-0.5487445592880249,-0.8150598406791687,-0.20164257287979126 +572,2.578515593936001,-0.9626491073054814,-0.09431165678390027,0.3049802780151367,0.8207080364227295,0.48314139246940613,-1.115196704864502,1.854968786239624,-1.232472538948059,-0.47740456461906433,-0.9246813058853149,-0.6401237845420837 +573,2.8388335034787273,-1.0912371130452665,0.06722911487895171,0.13756516575813293,0.8871983885765076,0.4404029846191406,-2.0875988006591797,2.245990037918091,-0.619870126247406,0.10353896021842957,-0.006827294826507568,1.7272758483886719 +574,2.3423143614268187,-1.0119846901645866,-0.21213933110119715,0.3800603449344635,0.8478857278823853,0.3696535527706146,3.5928540229797363,3.544888973236084,-1.5922573804855347,-0.07967585325241089,-0.3995215892791748,-0.696786642074585 +575,2.453456386550495,-1.1503722806914678,-0.14231821000674885,0.25921422243118286,0.9129159450531006,0.31526613235473633,3.3612477779388428,-3.1511261463165283,-0.3863639831542969,-0.326154500246048,-0.13487017154693604,-0.6582379341125488 +576,2.1777957217565587,-1.3711857461448524,-0.47142677721445453,0.16286660730838776,0.9801438450813293,0.11310464143753052,2.897563934326172,-0.4283493757247925,-1.0514873266220093,-0.07561683654785156,-0.5005142092704773,0.2086879163980484 +577,1.2683857749955816,-1.4689893963509537,-1.2484375940876375,0.09701967239379883,0.9948221445083618,-0.030268141999840736,2.5224766731262207,-1.3015769720077515,-0.9596759080886841,0.004024043679237366,-0.23720800876617432,-0.28615331649780273 +578,-0.1214113344814546,-1.4013200336352722,-2.571263550586303,-0.020427780225872993,0.9856732487678528,-0.16742514073848724,0.6357373595237732,-1.6125502586364746,-1.041085124015808,0.43322381377220154,0.21234017610549927,0.5050563812255859 +579,-0.5346197141108081,-1.4194595291467402,-2.938494438782338,-0.07681430131196976,0.9885704517364502,-0.12972331047058105,-1.680647850036621,0.0522848442196846,0.6465041637420654,0.48668062686920166,0.16014176607131958,0.45111918449401855 +580,2.36336468351078,-1.4309060385295862,-0.14808954719738007,0.09788527339696884,0.9902312755584717,0.09929914772510529,-1.6296355724334717,1.9766066074371338,2.6824660301208496,0.3250120282173157,0.46962273120880127,-0.26679491996765137 +581,2.4040813123463596,-1.1447731373302164,-0.1731408079867001,0.2778910994529724,0.910616397857666,0.3058668076992035,-0.7225381731987,0.8462174534797668,1.9811944961547852,-0.36504927277565,0.08497393131256104,-0.05531749129295349 +582,2.30762492392828,-0.9676459967920354,-0.3029338762346267,0.4200994372367859,0.8235527276992798,0.38115236163139343,-0.8573898077011108,0.7844095230102539,1.2904304265975952,-0.43770813941955566,-0.5452783107757568,-0.4519837498664856 +583,2.518655752457632,-0.9464006523595118,-0.21162451559584658,0.34107330441474915,0.8113165497779846,0.47479963302612305,0.7110697627067566,0.9134219884872437,-1.5879100561141968,-0.42226529121398926,-0.5995702147483826,-0.34511512517929077 +584,2.7065491877775196,-1.0235288664158066,-0.08600166538084596,0.21930399537086487,0.8539496064186096,0.4718858599662781,-0.5624152421951294,-3.493783950805664,1.608029842376709,1.33600914478302,1.8928155899047852,-0.031929075717926025 +585,2.44383703493492,-1.0380622912149955,-0.22691758149231503,0.32631915807724,0.8614217042922974,0.3891891837120056,-2.4808647632598877,2.0036332607269287,-0.6282274127006531,-0.592279851436615,1.2323434352874756,0.5773329138755798 +586,2.246569363283089,-1.2274436698913334,-0.29647870809715265,0.26265934109687805,0.9416313171386719,0.21057242155075073,0.4537625312805176,-0.9401069283485413,-1.426034927368164,-0.18831846117973328,0.3732339143753052,-0.3344585597515106 +587,1.9901045863138696,-1.4375314873533334,-0.5772797082980698,0.12135998159646988,0.9911333918571472,0.054095376282930374,0.49166586995124817,0.07076120376586914,-0.8064713478088379,0.45949631929397583,-0.1702563762664795,0.04662787541747093 +588,0.6312102882883055,-1.4775488343035001,-1.9422854365578075,0.05494831129908562,0.9956555962562561,-0.07517176866531372,1.5366932153701782,-0.2738000750541687,-0.9496897459030151,0.14378216862678528,-0.09065669775009155,0.07292871922254562 +589,-0.33201905065916165,-1.4167891311723981,-2.86099197182541,-0.050000712275505066,0.9881643056869507,-0.14502108097076416,0.3993741571903229,-1.377625823020935,-0.5900261402130127,0.6897407174110413,0.07847076654434204,-0.00420987606048584 +590,1.1493944717951587,-1.5419062970353152,-1.3251212587035885,0.026361847296357155,0.9995827078819275,-0.01181683037430048,-2.715312957763672,0.05465253069996834,1.9393657445907593,0.3177696168422699,0.3196921944618225,0.008917629718780518 +591,2.3049469133631333,-1.24406399671885,-0.1968522243599946,0.23827306926250458,0.9470961689949036,0.21502241492271423,-2.449927806854248,-0.47038936614990234,1.634147047996521,-0.040900662541389465,1.201676845550537,-0.34019020199775696 +592,2.272782798920612,-1.042072407573685,-0.2358794095030542,0.3851645588874817,0.8634514808654785,0.32572975754737854,-0.6061719655990601,-0.03784462809562683,1.6997932195663452,-0.3675559163093567,-0.5440239906311035,-0.30613744258880615 +593,2.3054174422455325,-0.9406724509184471,-0.3142182910948319,0.4372696280479431,0.8079545497894287,0.39497438073158264,-0.3000824749469757,1.8819797039031982,-0.07102186977863312,-0.3814377188682556,-0.4087998867034912,-0.3619239330291748 +594,2.456410832932419,-1.0810960548709587,-0.2309050019232779,0.2976515591144562,0.882473886013031,0.36420315504074097,0.5346325635910034,-0.17941927909851074,-1.7423551082611084,0.005815327167510986,-0.3916899561882019,0.5069212913513184 +595,2.1911503290905854,-1.0253369904816696,-0.3166578332136826,0.422141969203949,0.8548890948295593,0.30159661173820496,2.2072501182556152,0.41833779215812683,-1.0046309232711792,-0.11753082275390625,-0.04922515153884888,-0.4042273163795471 +596,2.1629723248226824,-1.1087800272359922,-0.33484242733412795,0.3698543608188629,0.8951555490493774,0.24880537390708923,0.8452469706535339,-2.9133334159851074,-1.5480679273605347,-0.5209316611289978,0.04904294013977051,-0.479182630777359 +597,2.089950101354655,-1.3291588619104222,-0.5039150330710105,0.2077631801366806,0.9709474444389343,0.11872392892837524,2.762843370437622,-0.9493047595024109,-1.555763602256775,0.07379195094108582,-0.1674196720123291,-0.27776622772216797 +598,1.6275638754654056,-1.4651838999711213,-0.9117647071574618,0.10524637252092361,0.9944282174110413,0.00598100433126092,1.1536675691604614,-0.9103972315788269,-0.8166525363922119,0.14365500211715698,-0.43336254358291626,-0.1305537223815918 +599,-0.04776508153417072,-1.415726744416401,-2.5387146175617277,-0.00737446965649724,0.9880008101463318,-0.15427295863628387,0.8052312731742859,0.2662547528743744,-1.4209048748016357,0.22223347425460815,-0.05449861288070679,0.38834279775619507 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/r8.csv b/BoostRunClub/CoreML/DataSet/Motion/running/r8.csv new file mode 100644 index 0000000..ec3c796 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/r8.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-0.4949417450347919,-1.4229906657829456,-2.9204146062768737,-0.06994961202144623,0.9890966415405273,-0.12959568202495575,-2.122159481048584,0.1394156664609909,0.7696707248687744,0.9239535331726074,0.0034265518188476562,0.6530331373214722 +1,0.05726123977914736,0.5515466766323351,-0.7854338024511051,0.04874361306428909,-0.5240051746368408,-0.8503191471099854,0.05591211095452309,0.3562798500061035,0.10250016301870346,0.036354660987854004,-0.19503474235534668,-0.12302374839782715 +2,0.1411939359306808,0.5494362309990333,-0.7914955927731131,0.12001319229602814,-0.5222065448760986,-0.8443323969841003,0.48369932174682617,-0.10331074148416519,0.30877211689949036,0.11108117550611496,-0.03605151176452637,-0.44032031297683716 +3,0.14845881027295454,0.5544488440348923,-0.7464975697958426,0.125755175948143,-0.5264747738838196,-0.8408388495445251,-0.6655821800231934,-0.29895538091659546,-0.13198122382164001,-0.0878370851278305,0.17564475536346436,0.038089215755462646 +4,0.12197553306142664,0.5251482683352378,-0.7013679559461884,0.10527777671813965,-0.5013412833213806,-0.8588209748268127,-0.13141119480133057,-0.3432461619377136,0.500834047794342,-0.08316779881715775,0.01746988296508789,0.2730666399002075 +5,0.10352588047920581,0.5490761847378351,-0.6010165351077151,0.08815064281225204,-0.521899402141571,-0.8484399914741516,-0.07177059352397919,1.5751254558563232,0.9725068211555481,-0.20758119225502014,0.10853886604309082,0.3669489026069641 +6,0.09140010251145027,0.6071157278159397,-0.4681214503468533,0.07496214658021927,-0.5705009698867798,-0.817868709564209,0.6316282749176025,1.312713384628296,1.518919587135315,-0.06930114328861237,-0.12507086992263794,0.12949901819229126 +7,-0.015488924688889629,0.6752512607455083,-0.358573681057891,-0.012089394964277744,-0.6250934600830078,-0.7804562449455261,-1.1462403535842896,-2.345641613006592,0.8868774175643921,0.09178604930639267,-0.1305827498435974,-0.1075136661529541 +8,-0.14135753505567833,0.5841922984153717,-0.40190004738864515,-0.11752219498157501,-0.5515258312225342,-0.8258376717567444,-0.08085158467292786,-1.1131477355957031,-0.17410887777805328,0.10290427505970001,0.11388850212097168,-0.3969406485557556 +9,-0.08595486095669107,0.6822632334845146,-0.39480894562597857,-0.06663154065608978,-0.6305512189865112,-0.7732822299003601,1.1554062366485596,1.7115083932876587,-0.7855697274208069,-0.026416555047035217,0.28445136547088623,0.6929599642753601 +10,0.28152075535211984,0.739439353736504,-0.5236927919890259,0.20526400208473206,-0.673873782157898,-0.7097610831260681,1.0449432134628296,5.6935272216796875,-2.8799548149108887,-0.16792576014995575,0.7715148329734802,0.9244217276573181 +11,1.2719322394122796,0.5322401350160435,-1.0465918867279134,0.8234759569168091,-0.5074648857116699,-0.2537064254283905,1.3115774393081665,5.551875591278076,-6.2231340408325195,0.21580028533935547,1.2063937187194824,0.2657150328159332 +12,1.5963386939016624,-0.1364546708367565,-0.9775941631075924,0.9903812408447266,0.1360315978527069,0.025302184745669365,-4.669732570648193,0.8255823850631714,-7.727428436279297,1.7006281614303589,1.7507634162902832,-0.11613774299621582 +13,1.8890897291696627,-0.6184335493677664,-0.2795923459755447,0.7738615274429321,0.5797595381736755,0.25498461723327637,-3.9099926948547363,-0.4679068922996521,-2.1445138454437256,1.7675507068634033,-0.3986835479736328,-1.4467113018035889 +14,1.7132555076194635,-0.5158789610596223,-0.08949840339837764,0.8610478043556213,0.49329960346221924,0.1235007643699646,-0.9188392758369446,-2.781519889831543,0.15342050790786743,-0.3197116255760193,-0.29481321573257446,-0.02488313615322113 +15,1.8995132085413389,-0.5528070879920537,0.20957959758874606,0.8054864406585693,0.525078296661377,0.27474483847618103,-3.420051336288452,1.9072164297103882,-1.2128628492355347,0.17070996761322021,-0.4358600974082947,-0.6026257276535034 +16,2.064172671664056,-0.4971406839925353,0.43511500309835077,0.7741252779960632,0.47691428661346436,0.4162726402282715,-0.46531203389167786,-0.5895099639892578,0.8626024723052979,0.6683948636054993,-0.5618294477462769,-1.0226874351501465 +17,1.930721552369093,-0.4043212726186053,0.30876971584591517,0.8604594469070435,0.3933948576450348,0.32380592823028564,1.496825933456421,-0.38817107677459717,1.224616289138794,0.5214833617210388,-0.049171775579452515,-0.5235282182693481 +18,1.8469668325146071,-0.3099123490207346,-0.037496027890807145,0.9162721633911133,0.30497515201568604,0.25968319177627563,3.121554136276245,-0.0618017353117466,3.2013227939605713,0.8678159117698669,0.3508475720882416,-0.6554657220840454 +19,1.7263590857007853,0.027527575208237214,-0.4260250790730979,0.9875502586364746,-0.027524098753929138,0.15487739443778992,2.972147226333618,-0.8403998613357544,4.775321960449219,0.2544541358947754,0.5855227708816528,-0.21453918516635895 +20,1.6286966258108915,0.42876087468493423,-0.6275756817245957,0.9079576730728149,-0.4157441556453705,0.05262984707951546,0.211747407913208,-2.2877418994903564,4.399301528930664,0.2581648826599121,0.7713044285774231,0.04372943192720413 +21,1.174155085374056,0.7034402462184782,-0.3965437489764545,0.7034143805503845,-0.6468451023101807,-0.2946178615093231,-2.544304609298706,-3.636090040206909,1.8147954940795898,0.16679435968399048,0.45838379859924316,0.40104788541793823 +22,0.6975797193164617,0.7085183872532944,-0.12919222059099247,0.48776474595069885,-0.6507094502449036,-0.5819474458694458,-1.539275884628296,-2.5036416053771973,1.4176219701766968,0.35291826725006104,0.022520363330841064,0.3331071138381958 +23,0.44671015613389675,0.6797269194954996,-0.014854583372270648,0.3359862267971039,-0.6285806894302368,-0.7014268040657043,-2.153730869293213,-3.264249801635742,1.1377487182617188,0.5736206769943237,-0.057057738304138184,-0.039616286754608154 +24,0.15473579665992565,0.5549827285936916,0.16991801414013583,0.1309872567653656,-0.5269286036491394,-0.8397550582885742,-0.9916940927505493,-1.684169888496399,1.2222143411636353,-0.1427212655544281,0.08216547966003418,0.09320354461669922 +25,0.020211760017932595,0.5283300016100159,0.29205138976177614,0.01745470054447651,-0.504091739654541,-0.8634737133979797,-1.2743736505508423,-1.5500482320785522,1.1287615299224854,-0.12206895649433136,0.012316226959228516,0.13744527101516724 +26,-0.07700624704937932,0.49342555053362674,0.3292882864363303,-0.06775359064340591,-0.4736455976963043,-0.8781055212020874,0.3033125102519989,-0.7973622679710388,1.569581151008606,0.16783598065376282,-0.11128482222557068,-0.3768993616104126 +27,0.10067520093846347,1.468625485024045,0.9497332417706511,0.010250943712890148,-0.9947850704193115,-0.10147769749164581,20.214080810546875,8.776104927062988,12.201921463012695,0.6863585710525513,0.25242966413497925,-1.4824455976486206 +28,-0.6294536556446086,1.4306174352460521,1.5556883918892703,-0.0822543129324913,-0.9901910424232483,-0.11294352263212204,-24.87310791015625,-5.819983005523682,-7.07630729675293,-0.4811306893825531,1.0722832679748535,1.5281351804733276 +29,-0.08731106612727117,0.6637027097907503,0.7627114306679063,-0.0686890259385109,-0.6160377264022827,-0.7847160696983337,19.135040283203125,6.125370502471924,5.35402774810791,0.3031861186027527,0.8667091727256775,-1.3687262535095215 +30,-1.5842677296744574,1.4674894508890934,2.5933109772630436,-0.1031138226389885,-0.9946686029434204,0.0013891718117520213,-19.5070743560791,-7.481045246124268,-6.213322639465332,-1.1565754413604736,0.3434540033340454,3.4551842212677 +31,-0.08644526569381021,0.6970925200095214,0.7776660932539342,-0.06619610637426376,-0.6419911980628967,-0.7638490200042725,27.150089263916016,7.52381706237793,9.057886123657227,0.489383339881897,1.521538257598877,-2.19716477394104 +32,-1.4379101375353456,1.43779679848314,2.280075768940124,-0.1314387321472168,-0.9911686182022095,-0.01756993494927883,-26.71895980834961,-9.536298751831055,-7.8573408126831055,-1.2943425178527832,0.341403603553772,3.326636791229248 +33,-0.24472387692448372,0.29058281087078236,0.3988053629531388,-0.2321309894323349,-0.2865106463432312,-0.9295304417610168,24.59954261779785,13.885669708251953,3.9575493335723877,-0.0382089763879776,0.9541437029838562,-1.8775527477264404 +34,-2.7480072277263012,0.7555556446857362,-2.248351042788859,-0.27914777398109436,-0.6856932044029236,0.6722365021705627,-4.820104598999023,-7.634581089019775,-2.1462061405181885,-1.1374019384384155,0.43854647874832153,1.2170460224151611 +35,-0.1730155380790317,-0.19020378035194602,0.42866855823889904,-0.1690489798784256,0.18905900418758392,-0.967305064201355,-14.163606643676758,-4.5527262687683105,-5.394102573394775,-2.036761522293091,2.839383363723755,-1.667262077331543 +36,-2.708327649687382,1.297598299656017,-2.4151035032739734,-0.11327724903821945,-0.9629129767417908,0.24488212168216705,24.946880340576172,12.32699966430664,10.361211776733398,-0.10846348106861115,1.890540361404419,0.29176953434944153 +37,0.11335029829893753,1.0845621429186092,0.7187249204181905,0.052855223417282104,-0.8840988874435425,-0.46430104970932007,-32.1104621887207,-11.312146186828613,-7.454225063323975,0.0511181615293026,2.3650407791137695,0.8431768417358398 +38,-0.307358965407983,0.42017368883588285,0.40353480983949663,-0.2762267291545868,-0.4079190492630005,-0.8702303767204285,22.617130279541016,12.755431175231934,1.0062898397445679,-0.8381837010383606,1.225805401802063,0.6066805720329285 +39,-2.9985291892256383,0.7704689901659607,-2.118731483905632,-0.10231024771928787,-0.6964718699455261,0.7102532386779785,-2.5748798847198486,-2.9493913650512695,-1.7588822841644287,-0.636337161064148,-0.08988982439041138,2.432919979095459 +40,-0.4681529058956323,-0.1726215527401996,0.346565544798278,-0.4445323348045349,0.1717655211687088,-0.8791402578353882,-19.452348709106445,-10.303396224975586,-4.792235851287842,-2.264925003051758,2.9889094829559326,-1.2514749765396118 +41,-0.0026088075711897573,0.9270048432112323,0.38280659167195236,-0.0015658886404708028,-0.7998257279396057,-0.6002302169799805,19.158613204956055,15.550466537475586,-0.4481968581676483,-0.10945706069469452,0.7349148392677307,1.2901411056518555 +42,-2.897167638951238,1.06045956058674,-2.3171404756639893,-0.11820928007364273,-0.8725800514221191,0.47395217418670654,-17.84819793701172,-9.987310409545898,-3.552022933959961,-1.1607061624526978,0.32565927505493164,1.930634617805481 +43,-0.6681611030269934,-0.0472791416861611,0.08198884992959524,-0.6188512444496155,0.04726152867078781,-0.7840850949287415,-1.9876424074172974,-6.1924004554748535,-5.681841850280762,-0.7734216451644897,0.7162272334098816,-2.399355888366699 +44,0.9876203679950499,1.2655583913791246,-0.12673987622061503,0.25084933638572693,-0.9537754654884338,-0.16548959910869598,17.46584701538086,19.914087295532227,-1.4987114667892456,0.12486782670021057,0.1860906481742859,0.6500019431114197 +45,2.8738041144416617,1.0968508802854042,-1.525080108597834,0.12076324969530106,-0.8897745013237,0.44013339281082153,-9.671860694885254,-3.127838373184204,-1.460915446281433,-0.060567326843738556,0.030185997486114502,0.8407504558563232 +46,-2.9002950844887057,1.4856899979939826,-2.02550515771579,-0.020312337204813957,-0.996380627155304,0.08253946900367737,0.759701132774353,1.6168993711471558,-1.522537112236023,-1.3480653762817383,1.2164735794067383,0.2524672746658325 +47,0.5052806654447888,0.4686523789238795,0.3042591674307928,0.43186137080192566,-0.4516843855381012,-0.7806900143623352,-5.759674549102783,-9.607328414916992,-8.932974815368652,1.2901997566223145,0.1952298879623413,-1.5797377824783325 +48,2.8402422133064196,1.4485953772159734,-1.4553590233814482,0.03618000075221062,-0.9925427436828613,0.11640308052301407,9.64555835723877,8.19318962097168,13.521218299865723,0.4142594635486603,0.6252332925796509,-0.27033376693725586 +49,0.7513158230831263,0.877350644457245,0.43087556506714725,0.43631231784820557,-0.7690481543540955,-0.4671151638031006,-18.97589111328125,-6.349220275878906,-19.83295249938965,1.128400206565857,2.7020010948181152,-0.8552420139312744 +50,1.3109678578953468,1.1185787160415712,-0.06372145228528674,0.422294557094574,-0.8994802832603455,-0.11226189136505127,15.838866233825684,9.489814758300781,7.789745330810547,-0.8407667875289917,1.1256459951400757,-0.41151130199432373 +51,2.7417638038741803,0.9257178792717038,-1.2640898982125894,0.23404736816883087,-0.7990525960922241,0.553838312625885,-2.703951120376587,-4.992914199829102,-5.104828357696533,-0.7942889928817749,0.8222305774688721,-0.32175213098526 +52,1.7297064852603072,0.8903956501012,-0.7248724171072428,0.6211779713630676,-0.7773207426071167,0.09955087304115295,-4.073199272155762,-3.0376033782958984,4.511199951171875,0.8941723704338074,-0.4475327730178833,0.7356389760971069 +53,3.1172693035503847,1.2080247100332757,-1.9346417508260942,0.00863070972263813,-0.9349168539047241,0.3547622859477997,10.62008285522461,3.1676597595214844,2.6045565605163574,-1.066095232963562,1.110713243484497,-0.24759981036186218 +54,2.315212622016004,0.7787626466528644,-0.9716524966714093,0.5235046148300171,-0.7023992538452148,0.4822632670402527,0.27157968282699585,-0.4144415557384491,1.2668030261993408,3.724587917327881,-1.8129358291625977,1.10011887550354 +55,2.9982773195935293,0.9487246072970775,-1.688466965281486,0.08322712033987045,-0.8126729726791382,0.5767459273338318,-2.9062514305114746,-1.7901073694229126,4.709502220153809,-0.07340047508478165,0.6655935645103455,-0.03495210409164429 +56,0.9856219950938117,1.1162580346522284,-0.19395767307279174,0.3659970462322235,-0.8984638452529907,-0.24250563979148865,-12.685006141662598,-7.2397236824035645,-9.236867904663086,-1.3928372859954834,1.5036121606826782,0.35960155725479126 +57,2.631004549308139,0.8063126531991746,-1.28101919712302,0.3382541835308075,-0.7217398285865784,0.6038839817047119,18.625768661499023,12.103160858154297,6.100168704986572,0.2967250943183899,0.09295564889907837,-1.6529715061187744 +58,1.7182161108787861,0.8758705554618397,-0.8180839516942379,0.63338303565979,-0.7681012153625488,0.09405554085969925,-17.80767250061035,-11.538013458251953,-4.87618350982666,-0.7092955708503723,0.12736940383911133,1.1466976404190063 +59,2.4436300455716466,0.6476809917734119,-1.1135263396249375,0.5125102400779724,-0.6033386588096619,0.6109957098960876,20.07954216003418,8.184946060180664,4.420607566833496,0.2655048966407776,0.5943512320518494,-1.7538179159164429 +60,2.3118288187978564,0.3352523426687735,-1.1532789970367474,0.6966982483863831,-0.32900747656822205,0.6374682188034058,-8.156476974487305,-6.409400463104248,-6.621419906616211,-0.6286134719848633,0.7389957904815674,0.7283459305763245 +61,2.404865973157713,0.20104522053272272,-0.5395330752900475,0.658334493637085,-0.19969360530376434,0.7257533073425293,15.765959739685059,9.132109642028809,8.044143676757812,2.325796127319336,-0.887968122959137,-3.5218958854675293 +62,2.3837031757660516,-0.11632383585883711,-0.8384170569408907,0.6827446818351746,0.11606168001890182,0.7213800549507141,-18.953893661499023,-8.946845054626465,-6.28243350982666,-0.3513391613960266,1.0069241523742676,1.5360203981399536 +63,2.5968773654447004,-0.18263583942634523,-0.8400382378490565,0.5095564723014832,0.1816222071647644,0.8410501480102539,16.106767654418945,-1.8280020952224731,5.125837326049805,0.25716710090637207,0.8080018162727356,-0.949921727180481 +64,2.5532364611277436,0.14279305120982122,-0.0963243875260958,0.5493457913398743,-0.1423082947731018,0.8233876824378967,3.060013771057129,4.438882350921631,2.5524256229400635,1.905472993850708,0.2542315125465393,-2.7388999462127686 +65,2.16358855408217,0.0589571406082279,-0.1336004959321257,0.8279427886009216,-0.058922991156578064,0.5577082633972168,-16.104883193969727,-1.7829949855804443,-2.5939183235168457,-0.7937784790992737,0.35494351387023926,1.8360141515731812 +66,2.4675057826109996,-0.00539970889993469,-0.385697140616455,0.6241752505302429,0.005399682559072971,0.7812660932540894,0.32249608635902405,-6.025341510772705,-1.3086481094360352,-1.528273582458496,0.9953327178955078,-0.14244145154953003 +67,2.6451550929110144,0.13634140958273167,-0.19662503907520026,0.4718761742115021,-0.13591939210891724,0.8711252212524414,9.35261344909668,-2.8327434062957764,4.922257900238037,0.1662617027759552,-0.5983640551567078,-2.326554298400879 +68,2.48699480589864,0.2970370416960245,0.3598608576037738,0.5821778178215027,-0.2926882803440094,0.7585528492927551,2.6336092948913574,7.860326766967773,4.104711532592773,2.2395689487457275,-0.07506376504898071,-3.4956746101379395 +69,2.449981483739913,-0.06628282340649928,-0.35628649069128937,0.6363785862922668,0.0662342980504036,0.7685282230377197,-10.182779312133789,-2.0327672958374023,-2.814927577972412,0.5322463512420654,0.3523600697517395,2.2067222595214844 +70,2.5394195297108535,0.06340635428464579,-0.4857212146518713,0.5652965307235718,-0.06336387991905212,0.8224507570266724,10.805152893066406,-5.5950493812561035,8.0082426071167,0.307384192943573,0.41095906496047974,-0.580720841884613 +71,2.301627233960116,0.4225824417644102,-0.14613154575012766,0.6791179776191711,-0.41011708974838257,0.608771562576294,-10.0806303024292,7.462982654571533,-2.79872727394104,-0.005885004997253418,1.4303350448608398,-0.5569831728935242 +72,2.6631602133926884,0.05526003187937924,-1.2693194933654077,0.459685355424881,-0.055231910198926926,0.8863624930381775,11.748026847839355,0.5440637469291687,6.999655246734619,-0.6590415239334106,3.167200803756714,1.7188771963119507 +73,2.343853942501667,0.5600959048333417,-0.2619336916518692,0.6064108610153198,-0.5312674641609192,0.5916256904602051,-13.89796257019043,0.008736299350857735,-8.679409980773926,0.635654628276825,1.987886667251587,-0.8134579062461853 +74,2.682401128586086,0.018220987481689047,-0.9888754664764644,0.44314998388290405,-0.018219979479908943,0.8962623476982117,15.273859977722168,0.5233551859855652,3.795051336288452,-0.08707085251808167,2.3698740005493164,0.8729331493377686 +75,2.3525636178416796,0.22658043525968896,-0.2507625205804832,0.6915304660797119,-0.2246466875076294,0.686526894569397,-14.285299301147461,-1.2861725091934204,-9.718652725219727,0.12679827213287354,1.3830634355545044,-0.20593619346618652 +76,2.4542084027284092,0.20778784415208026,0.11750650046377556,0.6208690404891968,-0.20629583299160004,0.7562829852104187,19.775352478027344,3.745526075363159,11.413114547729492,0.988414466381073,0.41720283031463623,-2.5802574157714844 +77,2.3947374224836424,-0.0041995809382988575,-0.5084715960524759,0.6793283224105835,0.004199568647891283,0.7338222861289978,-17.3118896484375,-1.4457552433013916,-7.0035881996154785,-1.442389965057373,1.615993857383728,2.07008695602417 +78,2.1000326707401085,0.35315013601172873,0.949817718635822,0.8099232316017151,-0.3458552658557892,0.4737173318862915,11.249957084655762,4.078987121582031,2.6279125213623047,1.251767873764038,0.5489650964736938,-4.762093544006348 +79,2.346391219293597,-0.27291558846095476,-0.738407461284033,0.6875787973403931,0.2695402503013611,0.6742281913757324,-5.032259941101074,-1.338808536529541,0.9536603093147278,-0.6741510033607483,0.6171938180923462,3.0649991035461426 +80,1.854400773611171,0.27833411994261115,0.7939704535380854,0.9231050610542297,-0.27475425601005554,0.2690490186214447,-16.529306411743164,-4.581678867340088,-5.504737377166748,-0.11054396629333496,1.7322890758514404,-1.0643980503082275 +81,2.1608110857258596,0.08822449700227068,0.1087620146344493,0.8277007341384888,-0.08811008930206299,0.5542094111442566,26.38655662536621,8.207894325256348,13.291913032531738,1.0338256359100342,0.7319546937942505,-0.9641215205192566 +82,2.392300434306692,0.16361975879022303,-0.6325111810867512,0.672023594379425,-0.16289067268371582,0.722392201423645,-10.492597579956055,0.242524653673172,-2.7359185218811035,-0.4475059509277344,1.3260071277618408,0.7990615367889404 +83,1.6118946534931173,0.4014325966963067,0.4865299650968649,0.919724702835083,-0.3907374441623688,0.037820443511009216,-10.374654769897461,-7.929464340209961,-4.481572151184082,-0.46550124883651733,1.078664779663086,-0.3501220941543579 +84,1.7723412993714487,0.1402370696531421,0.3573927480404463,0.9701400399208069,-0.13977785408496857,0.19821803271770477,16.90109634399414,15.262849807739258,4.702798366546631,0.8600754141807556,0.052909597754478455,-0.24324680864810944 +85,2.3767838864724165,-0.2290366602510466,-0.6282712661004858,0.6743175983428955,0.22703944146633148,0.7026730179786682,-9.184432029724121,-6.511928081512451,-2.4770281314849854,0.05242818593978882,0.2709464430809021,1.1683902740478516 +86,1.7284249368885758,0.11004654794153583,0.844213107394262,0.9816282391548157,-0.10982456803321838,0.15602709352970123,-11.870938301086426,-3.6396563053131104,-3.5410478115081787,-0.765090823173523,0.6946024298667908,-0.844290018081665 +87,2.411080735439268,-0.34776230134124314,-0.31054727823310946,0.6273077130317688,0.3407949209213257,0.7002453207969666,21.4744930267334,5.067280292510986,7.041770935058594,-0.20260989665985107,0.7543131113052368,-0.8791547417640686 +88,2.2363546347139094,-0.08016539461625238,0.2841332897157499,0.7840461134910583,0.08007955551147461,0.6155152916908264,-20.903108596801758,-8.056893348693848,-6.257591247558594,-0.3616522550582886,1.395857334136963,0.36786794662475586 +89,2.242016728587407,0.020485310378852442,0.5432935128345698,0.7828987836837769,-0.020483877509832382,0.6218115091323853,24.451698303222656,8.686378479003906,10.399173736572266,0.9987783432006836,0.9697331190109253,-2.4251105785369873 +90,2.1826422120165323,-0.21885828858716488,-0.36544776644763033,0.7990624308586121,0.21711528301239014,0.5606781244277954,-16.059457778930664,-6.582962512969971,-1.2882574796676636,0.1472265124320984,0.7016163468360901,2.16060471534729 +91,1.5673587462224985,0.13870059449869246,0.9958871279113236,0.9903906583786011,-0.13825631141662598,-0.003404561197385192,5.304490566253662,6.10352897644043,2.117537498474121,-0.8372229337692261,0.9456140995025635,-1.7240581512451172 +92,2.3186652610553806,0.0010287676706229524,-0.9510261628896298,0.7331395745277405,-0.0010287674376741052,0.6800776720046997,4.562684535980225,0.11484313011169434,5.870736598968506,-0.7365115880966187,2.0670535564422607,1.7215948104858398 +93,1.8793508347319527,0.508342198246321,-0.057545928272546114,0.8322978019714355,-0.4867297410964966,0.2652819752693176,-18.08745574951172,-2.542978525161743,-2.9806675910949707,0.015404224395751953,1.9769030809402466,0.3053203821182251 +94,1.9613799067209863,0.3390928718873041,0.06917978960992827,0.8720322847366333,-0.33263176679611206,0.35904818773269653,27.716413497924805,6.149543285369873,4.9978485107421875,0.25351691246032715,1.8375909328460693,-2.0909972190856934 +95,2.1293355862147383,0.022916488701763483,-0.4230966273546839,0.8478075265884399,-0.022914482280611992,0.5298088788986206,-21.094011306762695,-4.9101481437683105,-6.643910884857178,0.17056405544281006,1.6719776391983032,1.5259162187576294 +96,1.907082546248179,0.09492730228783587,0.8080206803988629,0.9397364854812622,-0.09478479623794556,0.32849791646003723,11.638574600219727,4.976047992706299,0.9993964433670044,-0.09073764085769653,0.20695216953754425,-3.5590734481811523 +97,1.947618435345541,-0.1819262741714902,-0.09583594547004713,0.9144936800003052,0.18092438578605652,0.3618948757648468,-11.390399932861328,-4.949626445770264,-2.5254204273223877,-0.8402290344238281,-0.3386392295360565,2.3601510524749756 +98,1.9689061418005247,-0.055006928150876724,0.9466012139375686,0.9204012155532837,0.054979193955659866,0.3870902955532074,4.635324478149414,6.291082859039307,0.04258527606725693,0.4208158254623413,0.3465558588504791,-2.6586050987243652 +99,1.8301592346950952,-0.37146751775321607,0.35974873398731894,0.9006304144859314,0.36298325657844543,0.23897279798984528,-1.8939201831817627,-5.596811294555664,1.303017497062683,0.7171674370765686,-0.49521589279174805,0.5485333204269409 +100,2.028617939406044,-0.3677953019033944,0.22949236768715287,0.8370271325111389,0.3595590591430664,0.4124355614185333,6.192211627960205,6.38593864440918,1.208632230758667,1.3053679466247559,0.6013479232788086,-1.1195735931396484 +101,1.9118982439333958,-0.1553870973729585,-0.44564221831212203,0.9310323596000671,0.15476255118846893,0.3304952383041382,-1.806418538093567,-4.983583927154541,7.978578567504883,0.2823464274406433,0.6130291819572449,0.42125949263572693 +102,1.4688568936148825,0.38381267257647006,-0.19433624365387617,0.9224300384521484,-0.3744584619998932,-0.09435907006263733,0.7829541563987732,4.903626918792725,1.4632930755615234,-1.2752437591552734,1.0314257144927979,0.8184801936149597 +103,2.0751167792754948,0.10994749565425657,-0.6573622583532859,0.8702169060707092,-0.10972611606121063,0.4802950322628021,4.906826972961426,0.17932569980621338,4.27156925201416,2.5470502376556396,-0.8411253690719604,0.1869567632675171 +104,1.1533787637060924,0.6935105461649475,-0.3173634619015118,0.7029789090156555,-0.6392407417297363,-0.3117561340332031,-8.484553337097168,-13.133511543273926,4.854334354400635,-0.6602542996406555,0.8816266655921936,1.3843116760253906 +105,0.3714200095645132,-0.08610242707463767,0.4734789899539455,0.36159446835517883,0.08599607646465302,-0.9283609986305237,-8.910489082336426,1.325219988822937,3.152465581893921,1.0127036571502686,2.2221245765686035,-2.775893211364746 +106,-0.10460622113100491,0.09627521773576837,0.2641402497385377,-0.10393201559782028,-0.09612655639648438,-0.9899281859397888,5.632903575897217,-2.7590017318725586,-2.8549609184265137,0.2843366861343384,0.11280441284179688,0.5992421507835388 +107,-0.14387434571413685,0.46961945087426665,0.08657530604857917,-0.12785641849040985,-0.45254695415496826,-0.8825270533561707,-1.5969085693359375,1.0349098443984985,-0.2955603301525116,0.16899411380290985,-0.35214054584503174,1.809757947921753 +108,0.22125584722914418,-0.12062884451346499,0.27259232376370296,0.21786028146743774,0.12033650279045105,-0.968532919883728,9.184114456176758,-3.7745511531829834,-2.266894578933716,-0.9834700226783752,0.8734531402587891,-5.628116130828857 +109,-0.1716374939991959,0.5673179755505796,-0.17991432241868383,-0.14404000341892242,-0.5373721122741699,-0.8309534788131714,5.862796783447266,-2.094621181488037,-2.6184356212615967,0.6540039777755737,-0.10915803909301758,0.9956568479537964 +110,-0.05542709976897062,0.4816167676188962,-0.16241940687754047,-0.0490969642996788,-0.46321263909339905,-0.8848862051963806,-13.747869491577148,5.858897686004639,2.9977710247039795,0.509485125541687,0.23930516839027405,0.9210342764854431 +111,-0.13633162807185323,0.11685495570181868,0.02550151906594907,-0.13498282432556152,-0.11658919602632523,-0.983964741230011,2.824732780456543,-0.652474045753479,-3.0459036827087402,-0.3955957889556885,0.27433454990386963,0.259294331073761 +112,-0.009971908776353742,0.458636603414165,-0.14973215213395707,-0.008941233158111572,-0.4427260160446167,-0.8966123461723328,-1.4288287162780762,0.8794068098068237,-1.3685861825942993,-0.21675151586532593,-0.0758286714553833,1.354910135269165 +113,-0.040593390903662534,0.20849618404817566,-0.24341809880923387,-0.0397033654153347,-0.2069888859987259,-0.9775373339653015,4.790633201599121,-1.1241379976272583,-3.0672099590301514,-0.312408447265625,0.5314822793006897,-0.558854877948761 +114,0.0008419086064379801,0.5421537811205259,-0.3720090108610974,0.0007211783085949719,-0.5159820914268494,-0.8565990328788757,-1.5353646278381348,1.2574224472045898,0.6151576042175293,0.11889246851205826,-0.6055999398231506,1.3478710651397705 +115,-0.04398162863454204,0.07722785760620578,-0.18939087303958693,-0.04383639991283417,-0.0771511122584343,-0.9960552453994751,2.0107805728912354,-0.8692867159843445,-0.2525818347930908,-0.27612513303756714,0.8184536099433899,-1.1470264196395874 +116,-0.10403572308224987,0.23686822151969314,-0.22971312311069542,-0.10094846785068512,-0.23465944826602936,-0.9668217897415161,2.0893378257751465,0.9094427824020386,-0.2249508500099182,-0.19646058976650238,-0.45689940452575684,0.9592534303665161 +117,-0.010237755378444418,0.02473518094524173,-0.15146213438059183,-0.010234445333480835,-0.02473265863955021,-0.9996417164802551,-2.9576339721679688,1.6103153228759766,0.7194139957427979,-0.12402763962745667,0.8566723465919495,-1.0648877620697021 +118,-0.09604206509019107,0.3981224097785115,-0.26717939307659305,-0.08839462697505951,-0.3876882791519165,-0.9175424575805664,2.685380697250366,0.19671809673309326,-0.5955989956855774,0.07923935353755951,-0.4418252408504486,1.183457374572754 +119,-0.02856126120748105,0.1488104143486784,-0.23815192097155538,-0.02824176661670208,-0.14826180040836334,-0.9885448217391968,-0.8707667589187622,-0.4134858548641205,0.6045274138450623,-0.33516156673431396,0.44474005699157715,-2.558223247528076 +120,-0.06509019921449508,0.24515548412795943,-0.2898452701761068,-0.06309939920902252,-0.24270716309547424,-0.9680452942848206,1.0591033697128296,-0.4586295485496521,-0.09031401574611664,0.05156375467777252,0.004700571298599243,0.05991846323013306 +121,-0.10594455694528446,0.29596224245041663,-0.31028607142150916,-0.101148821413517,-0.2916603982448578,-0.9511588215827942,-0.3148508071899414,-0.2973436713218689,-0.29154109954833984,0.025175325572490692,0.012729763984680176,1.082414984703064 +122,-0.06754082010201388,0.14915426698511608,-0.31532987866971135,-0.06674015522003174,-0.14860184490680695,-0.9866424202919006,0.1829216033220291,-0.4991935193538666,-0.3708168864250183,-0.03582942485809326,0.32157546281814575,-0.7498840689659119 +123,-0.06795655805395952,0.31810458707034,-0.3909034635306723,-0.06449750065803528,-0.31276679039001465,-0.9476375579833984,1.9561057090759277,-0.02279692143201828,-0.8087134957313538,-0.002381756901741028,-0.11611193418502808,0.06273466348648071 +124,0.10431745354438958,0.35140911818708803,-0.3511581826491646,0.09776492416858673,-0.3442211449146271,-0.9337846636772156,-6.9502973556518555,1.2934002876281738,2.2662107944488525,0.5019665360450745,-0.2984485328197479,0.4823991656303406 +125,0.0368058210497225,0.2971830670694203,-0.28516807444779374,0.03518449887633324,-0.29282790422439575,-0.955517590045929,2.663327932357788,-1.9036062955856323,-0.8880168795585632,0.011568430811166763,0.22155413031578064,-0.14497679471969604 +126,-0.0322601888140611,0.5157882628671098,-0.2770613449496419,-0.028058407828211784,-0.493220716714859,-0.8694515824317932,-0.4390786588191986,0.6339635848999023,0.294607549905777,-0.08719122409820557,-0.08774241805076599,1.776205062866211 +127,-0.010991459230163871,0.21106326228936842,-0.14634279249409946,-0.010747328400611877,-0.20949968695640564,-0.9777496457099915,5.944444179534912,-2.1825902462005615,-1.3876858949661255,-0.41811618208885193,1.0427974462509155,-2.5200531482696533 +128,0.03279656112020085,0.6016220526653812,-0.24586411745859477,0.02703324891626835,-0.5659804940223694,-0.8239753246307373,-2.564641237258911,1.431670069694519,-0.4369319975376129,-0.3898567259311676,-0.5197281241416931,2.0610053539276123 +129,-0.024814581243135847,0.3245485112997735,-0.22950193084756645,-0.023516718298196793,-0.3188808858394623,-0.9475030303001404,3.535919666290283,0.6372073292732239,-1.414801001548767,-0.4951905608177185,0.21084871888160706,-0.4801245331764221 +130,-0.024596954632287043,0.3138192397265826,-0.29205808651352777,-0.02339331805706024,-0.3086935877799988,-0.950873851776123,-0.7536391019821167,-0.22401706874370575,-0.3246188163757324,-0.14605553448200226,0.22483128309249878,-0.28371477127075195 +131,-0.055015591830791674,0.3425028769391102,-0.3276090410648685,-0.051793985068798065,-0.3358456492424011,-0.9404919147491455,0.49502286314964294,-0.531896710395813,-0.5535460710525513,-0.040048666298389435,0.15834015607833862,0.6577465534210205 +132,-0.050264741927047295,0.36088797243994886,-0.3823942321109375,-0.04700706899166107,-0.3531051576137543,-0.9344019889831543,-0.5806379318237305,-0.1529645472764969,-0.42621681094169617,0.017054066061973572,0.027665704488754272,0.5111536979675293 +133,-0.01103959629815998,0.34477464790481094,-0.41317431235752955,-0.010389722883701324,-0.3379845917224884,-0.9410942792892456,-0.6420494914054871,0.28721076250076294,-0.20947806537151337,-0.051698289811611176,-0.1762518584728241,0.013283610343933105 +134,0.04369749992775028,0.3467016750566155,-0.4086848733687284,0.04108436033129692,-0.33979758620262146,-0.9396008253097534,0.2574736177921295,0.9260594844818115,0.6103627681732178,0.19235986471176147,-0.09680214524269104,-0.5847827196121216 +135,0.03498528115397699,0.35547433189462374,-0.33038076213510575,0.032791364938020706,-0.34803506731987,-0.9369078278541565,-0.5154395699501038,-0.026499507948756218,0.9091272354125977,0.03430153429508209,0.1072361171245575,-0.2110108733177185 +136,0.004588993237539603,0.37731640383780884,-0.27644732540536177,0.004266173113137484,-0.36842697858810425,-0.929646909236908,0.42834171652793884,0.044767290353775024,0.5853320956230164,-0.0990232527256012,0.05020493268966675,0.5967459082603455 +137,-0.021507606040926757,0.4194320692365892,-0.23518634728317042,-0.019641820341348648,-0.4072418212890625,-0.9131091237068176,0.38524332642555237,0.0016883467324078083,0.45535004138946533,-0.018047384917736053,0.054534912109375,0.4261096715927124 +138,-0.015194631922545256,0.4042329313494854,-0.232350290488112,-0.013969473540782928,-0.39331361651420593,-0.9192982316017151,0.05863809213042259,0.19786278903484344,-0.25141945481300354,-0.04512781649827957,-0.08572080731391907,-0.1522654891014099 +139,0.01922245401513636,0.40219344580338495,-0.284729263100477,0.01768750138580799,-0.39143770933151245,-0.9200345873832703,0.34204578399658203,0.04027344658970833,-0.5584033727645874,-0.09138745814561844,-0.36939603090286255,-0.5636231899261475 +140,0.044135363030290184,0.3930924628700094,-0.30428048064234686,0.040755875408649445,-0.38304683566093445,-0.9228293895721436,-0.02225576341152191,0.14189423620700836,-0.3368549644947052,-0.15983545780181885,0.22395870089530945,-0.39853596687316895 +141,0.05901682052279346,0.4036911115681673,-0.3445710534246313,0.05424139276146889,-0.39281541109085083,-0.9180163145065308,0.0400170162320137,-0.11456530541181564,-0.4161756932735443,-0.1849329173564911,0.20201954245567322,0.43980586528778076 +142,0.06270089774167949,0.38915366612263996,-0.3971645540511888,0.05797477811574936,-0.37940549850463867,-0.9234123826026917,-0.36824458837509155,-0.000786507036536932,-0.5724586844444275,-0.09154410660266876,0.10207700729370117,0.41270071268081665 +143,0.08021389296086485,0.35776909584050887,-0.4351319165781471,0.07505423575639725,-0.35018545389175415,-0.9336685538291931,-0.035187043249607086,-0.017987949773669243,-0.32657209038734436,-0.019512251019477844,-0.13846197724342346,-0.03573751449584961 +144,0.10856837495062686,0.36288944214271374,-0.4349647774627552,0.10129858553409576,-0.35497698187828064,-0.9293707609176636,0.4464254677295685,0.36378785967826843,0.06042991578578949,-0.005458131432533264,-0.29043927788734436,-0.4058495759963989 +145,0.11223268851917349,0.3856770333476689,-0.38621487325548176,0.10377034544944763,-0.3761865198612213,-0.9207146167755127,0.11944151669740677,-0.2706233263015747,0.4814963638782501,-0.04217062145471573,0.1791345477104187,-0.49197453260421753 +146,0.0958927096935672,0.39653887139628446,-0.3439600916811144,0.08831625431776047,-0.38622811436653137,-0.9181656241416931,0.29867231845855713,-0.35091957449913025,0.4419180750846863,-0.07200460880994797,0.07455208897590637,0.13380283117294312 +147,0.04774362990753292,0.42872890663612767,-0.29583227454602395,0.04340609163045883,-0.4157150983810425,-0.9084585309028625,-0.06012768670916557,-0.46782559156417847,0.14075304567813873,-0.15729770064353943,0.17894446849822998,0.6423452496528625 +148,0.025761854946800136,0.3873830658012485,-0.27758452682917123,0.02385028451681137,-0.3777666985988617,-0.9255936145782471,0.11190474033355713,-0.2741168141365051,-0.4142787754535675,-0.15069660544395447,0.049107640981674194,-0.07458949089050293 +149,0.018446411197379525,0.38540369570453553,-0.29634754662685775,0.01709233783185482,-0.3759332597255707,-0.9264891147613525,0.25971823930740356,-0.24605339765548706,-0.4584622383117676,-0.14193975925445557,-0.14025631546974182,-0.36394667625427246 +150,0.030065121436695534,0.4396217705829951,-0.34877967616093875,0.027202211320400238,-0.425597220659256,-0.9045037627220154,0.3593616485595703,-0.11016213148832321,-0.42384159564971924,-0.25199469923973083,-0.08006376028060913,-0.3209906220436096 +151,0.061507592090714755,0.4034515738456809,-0.3928245971585993,0.0565335713326931,-0.392595112323761,-0.917972207069397,-0.10484962910413742,-0.561295211315155,-0.4211467504501343,-0.0961606502532959,0.21220576763153076,-0.29404860734939575 +152,0.03382169141297555,0.40627357195825275,-0.4298067539435929,0.03106267750263214,-0.39518898725509644,-0.9180744886398315,0.08220402896404266,-0.3364403545856476,-0.5419160723686218,-0.06019170209765434,0.14833229780197144,0.5426472425460815 +153,0.05476661998478113,0.3855796516011408,-0.4756331886495518,0.050720322877168655,-0.37609630823135376,-0.925191342830658,0.028526853770017624,0.28553855419158936,-0.5182905197143555,-0.03312693536281586,0.15345528721809387,0.16629546880722046 +154,0.08364906884647255,0.369155435951948,-0.4872934376632946,0.07792288810014725,-0.36082789301872253,-0.9293714165687561,-0.5383411049842834,-0.1224510595202446,0.16679540276527405,-0.06882865726947784,-0.24309968948364258,-0.12214219570159912 +155,0.09554806314679903,0.3416022677024745,-0.45279232741306935,0.08989029377698898,-0.3349972069263458,-0.937921404838562,0.13735732436180115,-0.019892387092113495,0.5955020189285278,0.20703047513961792,-0.11861604452133179,-0.7687893509864807 +156,0.06735209741404344,0.3893279639583119,-0.39447469461499834,0.06226465851068497,-0.3795667588710785,-0.9230667352676392,-0.055787503719329834,-0.04620567336678505,0.5303148031234741,-0.07129786908626556,0.12358531355857849,-0.04011380672454834 +157,0.023553268914898194,0.41189803509222295,-0.34718686829424006,0.021581338718533516,-0.40034934878349304,-0.9161084294319153,0.4155048727989197,-0.12705205380916595,0.45356208086013794,-0.10562674701213837,0.08913105726242065,0.5025036931037903 +158,-0.006834209474428731,0.4141389295077846,-0.311703370130248,-0.00625641830265522,-0.40240180492401123,-0.9154418110847473,-0.4916454255580902,0.039958637207746506,0.3692154288291931,-0.01672331988811493,0.04974067211151123,0.5699370503425598 +159,-0.02107869571877273,0.3370854607672112,-0.292586691524631,-0.01989096961915493,-0.33073797821998596,-0.9435129761695862,-1.104994297027588,-0.02439016103744507,0.08355573564767838,-0.09038430452346802,-0.20733270049095154,-0.05277913808822632 +160,-0.00026972411383031236,0.30456830727448286,-0.32068952530135686,-0.0002573104575276375,-0.29988136887550354,-0.9539764523506165,0.4907867908477783,-0.22118701040744781,-0.45082980394363403,-0.013994399458169937,-0.48649558424949646,-0.5979644656181335 +161,-0.026737596451019155,0.3466100460252886,-0.3179085243848536,-0.025144508108496666,-0.33971142768859863,-0.9401935338973999,-0.11577173322439194,0.015003204345703125,-0.24280142784118652,-0.4064045548439026,0.19189953804016113,-0.2498546838760376 +162,-0.019469661244975744,0.38174897063874735,-0.37963387509270574,-0.01806698553264141,-0.3725441098213196,-0.9278386235237122,0.7636480331420898,-0.6108067631721497,-0.5789724588394165,0.02951107919216156,0.21006852388381958,0.20086413621902466 +163,-0.04470438519051091,0.4248503480695216,-0.4068264545091224,-0.04071661829948425,-0.4121844470500946,-0.9101901650428772,0.16140741109848022,-0.09487438201904297,-0.06102898344397545,0.16506049036979675,0.0691363513469696,0.8301272988319397 +164,-0.003986941394693683,0.35725674334522595,-0.3631873998487564,-0.003735194681212306,-0.3497055172920227,-0.936852216720581,-0.9704754948616028,1.31419837474823,1.0318852663040161,0.21967756748199463,-0.061412036418914795,0.21888041496276855 +165,0.13584641131632252,0.31274627667462473,-0.1855512685145169,0.12885960936546326,-0.3076728582382202,-0.942726194858551,1.0734336376190186,3.7674167156219482,2.3906917572021484,0.23986902832984924,-0.22469103336334229,-0.2645339369773865 +166,0.3148960201140633,0.3247204348874242,0.03178500515340925,0.29353174567222595,-0.3190438449382782,-0.9011382460594177,-2.620267629623413,-0.9590297341346741,2.022387981414795,0.6304489374160767,0.1244027316570282,-0.9208832383155823 +167,-0.08837015147608233,0.16033445847751937,0.2363452699010301,-0.08712321519851685,-0.15964838862419128,-0.9833219051361084,0.14502808451652527,-2.872591495513916,2.1145567893981934,0.09278421849012375,0.04017205536365509,0.0323941707611084 +168,-0.3086382487903296,0.2442772305722066,0.4288223790445804,-0.2947435677051544,-0.24185506999492645,-0.9244632720947266,2.125149726867676,0.629889965057373,1.3061093091964722,-0.05771920084953308,0.22961753606796265,0.8742924332618713 +169,-0.26056843908780647,0.29678887125270437,0.5279342025729068,-0.24636639654636383,-0.29245099425315857,-0.9240000247955322,-0.5909790992736816,0.3033140301704407,0.5025923848152161,-0.45503437519073486,0.11897382140159607,0.4312937259674072 +170,-0.046181201770357116,0.29356750631828565,0.4823852790248637,-0.04418975114822388,-0.2893689274787903,-0.9561970829963684,0.44392314553260803,2.5433568954467773,-1.4979636669158936,-0.7968441843986511,0.12069830298423767,-0.4385782480239868 +171,0.424616276702776,0.498812322335744,0.185164753727057,0.3617730438709259,-0.4783829152584076,-0.8001688122749329,3.029860258102417,2.9323713779449463,-2.047980308532715,-0.0355248749256134,-0.1290542185306549,-0.7081625461578369 +172,1.0853337947297315,0.7902541214234335,-0.36471004505230287,0.6223627328872681,-0.7105321288108826,-0.3283422589302063,7.666635513305664,3.4774951934814453,-0.26541849970817566,-0.19105786085128784,0.6012639999389648,-0.017406612634658813 +173,1.860049811217809,0.8014705195421864,-1.1618935925023168,0.6667516827583313,-0.7183798551559448,0.19842529296875,2.860042095184326,0.928250789642334,-0.45634743571281433,-0.4142340421676636,0.7218283414840698,0.2781982421875 +174,2.02616501252953,0.6294560407105999,-1.3026911424769014,0.7259763479232788,-0.5887051224708557,0.3555060923099518,1.274141788482666,1.6697343587875366,-2.7671256065368652,-0.3625882863998413,1.1733304262161255,0.17707130312919617 +175,2.072613442499366,0.21970423447514648,-1.172224825229608,0.8556355834007263,-0.21794097125530243,0.46945664286613464,-1.0770350694656372,-0.5755188465118408,-5.786017417907715,0.3625956177711487,1.2911831140518188,0.06830883026123047 +176,1.9996488240179549,-0.26226919139604216,-0.5494256628804705,0.8783441781997681,0.25927281379699707,0.40160784125328064,-5.657832622528076,-1.3780604600906372,-8.453008651733398,2.2142460346221924,1.5497024059295654,-0.3866848349571228 +177,2.225567314464572,-0.4283156885240717,0.12082603522144925,0.7215360999107361,0.41533923149108887,0.5539665818214417,-4.572889804840088,-4.235130786895752,2.4391274452209473,1.2930207252502441,-0.6231486797332764,-1.0394248962402344 +178,1.9380546558626446,-0.35912744992487866,0.0674535957767902,0.8737733960151672,0.35145747661590576,0.33615145087242126,1.379347324371338,1.7063034772872925,-1.0706915855407715,-0.5910890698432922,-0.42765986919403076,0.5294185876846313 +179,2.2201299356532607,-0.4971965266673937,0.32144155795864127,0.7000508308410645,0.4769633710384369,0.5314459800720215,-2.4495067596435547,1.462601661682129,-2.708453893661499,0.47377729415893555,-0.5389751195907593,-0.23328924179077148 +180,2.378285501656479,-0.4376836142363792,0.5102892357492654,0.6261487603187561,0.42384257912635803,0.6544429063796997,-0.6152307987213135,0.2773668169975281,1.2915887832641602,0.846950113773346,-0.45352086424827576,-0.5253687500953674 +181,2.331847767112475,-0.34007850222759406,0.38707029894153205,0.6826402544975281,0.33356109261512756,0.6501839756965637,0.6554931402206421,-0.32794907689094543,1.7792428731918335,0.9124066829681396,0.03518277406692505,-0.2812264561653137 +182,2.2085043901626564,-0.19016582727484838,0.10402036001116181,0.788978099822998,0.1890217363834381,0.584622859954834,1.6463626623153687,-1.0572559833526611,4.153116703033447,0.8059619069099426,0.2816203236579895,-0.43467485904693604 +183,2.089788722577997,0.11948650149863267,-0.29554381658639817,0.8621283769607544,-0.1192023828625679,0.4924689829349518,1.2720788717269897,-1.0614176988601685,5.115561008453369,0.15227597951889038,0.6139075756072998,-0.0858222246170044 +184,2.134153425175714,0.43005620112969173,-0.6611011611232582,0.7684810161590576,-0.4169218838214874,0.48540031909942627,1.8995563983917236,0.1773000955581665,3.5912632942199707,-0.09443908929824829,1.1638853549957275,0.114315927028656 +185,2.2615280024941744,0.48289448518838,-0.9105905317826861,0.6826450824737549,-0.4643446207046509,0.5642518401145935,0.8191890120506287,-0.32083889842033386,-0.728082537651062,-0.6895571351051331,1.2972455024719238,0.14116203784942627 +186,2.166488699365903,0.22691903808501673,-0.7503935444943137,0.8065400123596191,-0.22497661411762238,0.546698272228241,-0.09479282796382904,-0.09180565923452377,-5.095730304718018,-0.06926572322845459,1.128312110900879,0.3942503333091736 +187,2.092581670327895,-0.23905775914458416,-0.2791900375195415,0.842276394367218,0.23678728938102722,0.48425406217575073,-0.9329069256782532,-0.42178311944007874,-6.597459316253662,1.5582818984985352,0.8669571876525879,-0.10077029466629028 +188,2.1708142437237794,-0.5809333382366177,0.025454651661452964,0.6899315714836121,0.5488044023513794,0.47202572226524353,-0.7017337083816528,-0.3080616295337677,-1.4477726221084595,0.6266883611679077,-1.5186223983764648,-0.14361077547073364 +189,2.265507120930983,-0.5724603029913461,0.11448200801313883,0.6457593441009521,0.5417017340660095,0.5381026864051819,-1.4528776407241821,0.40974366664886475,-0.5611169338226318,0.11728709936141968,-0.644637405872345,-0.3200850486755371 +190,2.3529798360504426,-0.47361020870936604,0.2708250334153621,0.6312932968139648,0.45610207319259644,0.6272475123405457,-1.4255846738815308,-0.8435376882553101,0.8021427989006042,0.7688988447189331,-0.5350205898284912,-0.8165938854217529 +191,2.188499935316158,-0.3444469443458217,0.2391708117006868,0.7673269510269165,0.33767616748809814,0.5451458096504211,-0.00395483523607254,-2.741283416748047,1.299189567565918,1.011939287185669,-0.016051441431045532,-0.5806531310081482 +192,1.8546308408366632,-0.1318795162208474,0.041144563741635214,0.9516526460647583,0.1314975619316101,0.2776070833206177,1.4437482357025146,-3.296550989151001,3.3670477867126465,1.1931532621383667,0.6941555142402649,-0.32855620980262756 +193,1.3066824105058732,0.18752617803944166,-0.03078488688427004,0.948400616645813,-0.1864290088415146,-0.25647735595703125,0.19347378611564636,-6.647537708282471,2.0173449516296387,0.0025271177291870117,0.7424287796020508,0.20296478271484375 +194,0.6253485822765975,0.2664560484567102,0.02694453517796961,0.564721941947937,-0.26331421732902527,-0.7821475267410278,-0.48945319652557373,-6.838501453399658,-0.5070983171463013,0.3888760805130005,0.5289239883422852,0.41358673572540283 +195,0.08706849672165795,0.2360201353375212,-0.0432548143948466,0.08454771339893341,-0.23383496701717377,-0.9685932397842407,1.231799840927124,-2.9015579223632812,-1.590684175491333,0.3616498112678528,0.34385085105895996,0.4588733911514282 +196,-0.032472034051844754,0.35150667253803874,-0.17795102990456452,-0.03048117458820343,-0.34431275725364685,-0.9383600950241089,0.5707769393920898,-0.6621138453483582,-0.6819051504135132,0.21138937771320343,-0.11781492829322815,0.3804835081100464 +197,-0.05839000551810714,0.3003637790245884,-0.15897662420805225,-0.05574413388967514,-0.2958677113056183,-0.9536010026931763,-0.773923397064209,0.33149251341819763,0.3840846121311188,0.06038280576467514,0.11634805798530579,-0.0065277814865112305 +198,-0.0329363202019456,0.31521336806695543,-0.10147216072582366,-0.0313078947365284,-0.3100193440914154,-0.9502146244049072,1.1976118087768555,1.5352180004119873,0.34055933356285095,-0.0972626656293869,-0.019570529460906982,0.4669840335845947 +199,-0.01090518857466692,0.36747314707246853,-0.043301848542676574,-0.01017693616449833,-0.35925841331481934,-0.9331825971603394,0.4672926962375641,0.3595583438873291,0.20824699103832245,-0.15820379555225372,0.08246403932571411,0.35380643606185913 +200,0.0045793861314237065,0.4080234841652024,-0.03347617369896036,0.0042034354992210865,-0.3967958390712738,-0.9178972840309143,-0.42661556601524353,-0.9122467041015625,-0.04674879088997841,-0.1370006799697876,-0.1035245954990387,0.016087591648101807 +201,-0.007432134253673973,0.4100211132777612,-0.05824203363275981,-0.00681603979319334,-0.39862868189811707,-0.9170870780944824,-0.18139661848545074,-0.6905305981636047,-0.27204105257987976,-0.016346801072359085,-0.27309373021125793,-0.3493008613586426 +202,-0.046574943658310164,0.37720987238681936,-0.06502427858118867,-0.043284881860017776,-0.36832794547080994,-0.9286877512931824,-1.6040090322494507,0.03475963696837425,-0.17323361337184906,-0.20091678202152252,0.14374908804893494,-0.20972472429275513 +203,-0.015965466012197456,0.35464394409320477,-0.1179882796317771,-0.014971301890909672,-0.34725648164749146,-0.9376506805419922,1.0323245525360107,0.018573792651295662,-0.8270421624183655,0.0474420040845871,0.18348389863967896,0.06635856628417969 +204,-0.005651391561321946,0.42797283978249157,-0.163277822926117,-0.005141659174114466,-0.41502732038497925,-0.9097943902015686,0.13503465056419373,-0.06946589052677155,-0.23639892041683197,0.01698247715830803,0.12240955233573914,0.6203504204750061 +205,0.03094296542764386,0.4150267297978014,-0.18178531308224768,0.028311561793088913,-0.40321439504623413,-0.9146674871444702,0.22159256041049957,0.5079010128974915,-0.3090493083000183,-0.06564981490373611,-0.01243501901626587,-0.0008140802383422852 +206,0.05980336423846084,0.38233119783951725,-0.18224684539413025,0.055452339351177216,-0.3730843663215637,-0.9261388182640076,0.17861610651016235,0.5956425666809082,0.22502297163009644,-0.015367500483989716,-0.2761160731315613,-0.41010385751724243 +207,0.05087358738567493,0.37111082459041905,-0.10102825199834593,0.0473899245262146,-0.36265087127685547,-0.9307193756103516,-0.04549466446042061,-0.056856684386730194,1.3946959972381592,0.1059914231300354,0.12288951873779297,-0.45789146423339844 +208,0.01701447757785555,0.3529868604866229,-0.0064935112089489965,0.01596466824412346,-0.34570205211639404,-0.9382085204124451,-0.1748153120279312,-0.08365346491336823,0.801568329334259,0.08335478603839874,0.16970717906951904,0.02657216787338257 +209,0.0010842792258193908,0.39290776209120365,0.06146395962635692,0.0010016565211117268,-0.3828762173652649,-0.9237990975379944,0.3382490277290344,-0.05532887578010559,0.8184443712234497,-0.01665717363357544,0.01930508017539978,0.5140701532363892 +210,-0.024502856554506413,0.39908365020106096,0.13007942776267792,-0.022575100883841515,-0.38857415318489075,-0.9211408495903015,-0.47471246123313904,-0.0012873988598585129,0.32622480392456055,-0.10224179178476334,0.036889612674713135,0.400556743144989 +211,-0.03452554276643737,0.2902759374685324,0.17034756594718597,-0.03307459130883217,-0.2862166166305542,-0.9575939178466797,-1.4400858879089355,0.43522223830223083,0.4021610617637634,-0.10332372039556503,-0.2041703462600708,-0.09726142883300781 +212,-0.039381157171478366,0.10954738860945,0.2586898412334753,-0.03913497552275658,-0.10932841151952744,-0.9932349920272827,-2.0794005393981934,0.412392795085907,1.4114254713058472,-0.10924148559570312,-0.19435200095176697,-0.4366508722305298 +213,-0.004208785497610394,0.06584486674674268,0.3278243670941595,-0.004199652932584286,-0.06579729914665222,-0.9978241920471191,1.1020584106445312,-0.47167542576789856,-0.6604148149490356,-0.21397051215171814,0.4283919036388397,-0.6505675315856934 +214,-0.02849341373324695,0.3194948755588517,0.20152337558307942,-0.027047820389270782,-0.31408703327178955,-0.9490088224411011,3.3723843097686768,0.12698961794376373,-1.3866872787475586,0.08820504695177078,0.16770946979522705,0.6040381193161011 +215,-0.006610497930692449,0.4191837983941356,0.16050659199282216,-0.006038126535713673,-0.4070150554180145,-0.9134014844894409,-1.1879233121871948,-0.10775970667600632,0.2519579529762268,-0.0899243950843811,-0.024671345949172974,0.4843395948410034 +216,-0.003934301700632075,0.3819282396901642,0.16233595631048842,-0.0036508168559521437,-0.3727104663848877,-0.9279404878616333,-0.7116929292678833,-0.5142000913619995,-0.24561451375484467,0.032489925622940063,0.046874284744262695,-0.1877669095993042 +217,0.029482951969046906,0.39126532462617875,0.13070716921766568,0.027250897139310837,-0.38135841488838196,-0.9240255355834961,-0.8542797565460205,0.5412716269493103,0.9866626858711243,0.45996224880218506,-0.25624534487724304,-0.1277170181274414 +218,0.010103909598129028,0.30322427637715754,0.31313826092076136,0.00964279193431139,-0.2985989451408386,-0.9543299674987793,-0.3501525819301605,0.29221293330192566,1.9091016054153442,0.3609626889228821,0.23677033185958862,-0.2402806282043457 +219,-0.04503216218632404,0.3712192752463681,0.4816934078419569,-0.04195064678788185,-0.36275193095207214,-0.9309410452842712,1.1882195472717285,0.09704910218715668,1.5516307353973389,0.06090205907821655,0.17364975810050964,0.6463646292686462 +220,-0.08210428796388063,0.3458579885735952,0.6899637850000884,-0.07715572416782379,-0.3390039801597595,-0.9376157522201538,-1.8556550741195679,0.7719294428825378,2.436945915222168,-0.11844669282436371,0.04835456609725952,0.7706540822982788 +221,0.001127233749339814,-0.024922925930936677,1.0011339865225857,0.001126883435063064,0.024920346215367317,-0.9996888041496277,-4.459311485290527,1.2965394258499146,2.827705144882202,-0.38131487369537354,0.44852936267852783,-0.22727042436599731 +222,0.15427566163042244,-0.34745617210652896,1.1505958296681442,0.14448171854019165,0.3405070900917053,-0.929074764251709,-0.7180683612823486,1.1371866464614868,-0.7968927621841431,-0.5128746628761292,1.0455403327941895,-1.2055535316467285 +223,0.11706189178174212,-0.2929457220908359,0.9249854743278545,0.11181895434856415,0.28877368569374084,-0.9508450627326965,2.9172422885894775,-0.13764414191246033,-3.1658530235290527,0.07838183641433716,0.5953357815742493,-0.44774502515792847 +224,0.18473917970148948,0.2549462463740954,0.5461008950877208,0.17775271832942963,-0.2521933913230896,-0.9512110352516174,9.003552436828613,3.113205909729004,-1.8003756999969482,0.22765804827213287,0.3450278639793396,0.7639551758766174 +225,0.8300152807477101,0.9384205652642178,-0.016743437029795732,0.43616992235183716,-0.8066255450248718,-0.3988873362541199,4.791199207305908,2.5127460956573486,-0.41707277297973633,-0.08150988817214966,0.6502993106842041,1.2654187679290771 +226,1.593549553510153,0.8658613442045515,-0.5342689794926314,0.6478167176246643,-0.7616536617279053,0.014742464758455753,0.3321625590324402,2.713078022003174,-3.9298818111419678,-0.0830278992652893,1.0647846460342407,0.7782109975814819 +227,1.7741804590589825,0.33562800579720026,-0.34927132612605444,0.9247424006462097,-0.3293622136116028,0.19071486592292786,-0.4379887580871582,3.5288705825805664,-7.355810165405273,1.0745861530303955,1.411881685256958,0.20354175567626953 +228,2.0827786665775996,-0.3736624740181199,0.22377564397986582,0.8116196990013123,0.36502763628959656,0.4561011791229248,-5.0622053146362305,2.176564931869507,-7.424620151519775,3.251093864440918,0.38227155804634094,-0.5814368724822998 +229,1.9715018325568916,-0.18689048392015414,0.5189916139270019,0.9047520160675049,0.18580442667007446,0.3832756578922272,1.702032208442688,-2.5658626556396484,0.39987123012542725,-0.49224603176116943,0.03819456696510315,-0.35104912519454956 +230,2.0588937201336024,-0.2685548343868264,0.46584243475549386,0.8515676856040955,0.26533836126327515,0.4521370530128479,-1.0694774389266968,0.7078326344490051,-1.2760406732559204,-0.5341544151306152,-0.27724024653434753,-0.23363128304481506 +231,2.170238054843244,-0.3932282540897158,0.6029598295728398,0.7626346945762634,0.38317227363586426,0.5211216807365417,0.34794729948043823,0.9107208847999573,-2.0339465141296387,0.2791593074798584,-0.3192683756351471,-0.390933632850647 +232,2.2156404699561416,-0.4431174312115594,0.672224385542195,0.7220069169998169,0.428757905960083,0.5430218577384949,0.38663947582244873,-0.12719568610191345,0.3906976580619812,0.7276238203048706,-0.3466046154499054,-0.3742749094963074 +233,2.1864164509998,-0.44650922073263666,0.494241876541502,0.736374020576477,0.4318196177482605,0.5208501815795898,0.9746419787406921,0.4315430223941803,1.9312437772750854,1.0545042753219604,-0.08709308505058289,-0.0842658281326294 +234,2.1049751193258612,-0.19548032623833095,0.2276009881988474,0.8442947864532471,0.19423773884773254,0.49943768978118896,0.8519309759140015,-0.3083913028240204,4.414605617523193,0.29863429069519043,0.23418328166007996,-0.25862348079681396 +235,2.054383790995807,0.17509189515666773,-0.06368169560962025,0.8717962503433228,-0.17419862747192383,0.45784926414489746,0.6046109795570374,-0.015100264921784401,4.491209030151367,0.019881486892700195,0.7639966011047363,-0.013589680194854736 +236,2.147891636683922,0.4947747086582196,-0.35732434609522595,0.7375483512878418,-0.4748333990573883,0.48016226291656494,1.2985289096832275,1.0037952661514282,2.939805507659912,-0.4658503532409668,1.1190747022628784,0.17038094997406006 +237,2.2936960617762536,0.5031138261987576,-0.5272458647456995,0.6569681763648987,-0.48215585947036743,0.5795847773551941,1.5808697938919067,0.40077710151672363,-1.7858425378799438,-0.6908122301101685,1.1645747423171997,-0.1352946162223816 +238,2.2386442053041677,0.04751400290315731,-0.4040889384773549,0.7842702269554138,-0.04749612882733345,0.6185987591743469,0.27649977803230286,-1.2722318172454834,-6.3085408210754395,0.6104136109352112,1.1063339710235596,0.3250352144241333 +239,2.270821187698285,-0.5534199158199429,0.08324125082838096,0.6506622433662415,0.5255997180938721,0.5480729341506958,-2.9060966968536377,-0.9552593231201172,-6.7946062088012695,2.4893524646759033,-0.052821338176727295,0.5824509263038635 +240,2.29630554932274,-0.42807489306050106,0.2350572557608293,0.680652379989624,0.4151201844215393,0.6036450862884521,2.0333526134490967,2.2390921115875244,1.1357476711273193,-0.4747655987739563,-0.3736010789871216,-0.10462170839309692 +241,2.4044042537304033,-0.42790723812621606,0.2158890796472231,0.6116000413894653,0.4149676561355591,0.6736076474189758,-0.04984930157661438,0.4246119260787964,-1.293512225151062,-0.30935394763946533,-0.22891724109649658,-0.31176066398620605 +242,2.4867307949953346,-0.5381033666305737,0.37255819629182296,0.5229800939559937,0.5125083327293396,0.6810483336448669,-0.7348521947860718,-0.622755765914917,-1.649802565574646,0.8191676735877991,-0.22196578979492188,0.022900521755218506 +243,2.469876445490787,-0.5330912728194102,0.40005008700253725,0.5359759330749512,0.508198082447052,0.6741399765014648,0.6337527632713318,0.26883527636528015,1.129989504814148,0.9467053413391113,-0.234730064868927,0.22089481353759766 +244,2.400499800255801,-0.4019703161824336,0.16349904805821974,0.621284008026123,0.39123237133026123,0.6789280772209167,0.05548921972513199,0.5257679224014282,3.650562047958374,0.6537556052207947,-0.0031708478927612305,-0.0044896602630615234 +245,2.37061967712556,-0.06646177309043617,-0.11241240720503673,0.6952950358390808,0.06641285866498947,0.7156495451927185,-0.8289672136306763,0.5597294569015503,4.37970495223999,0.08738934993743896,0.39356333017349243,-0.2237672209739685 +246,2.4313482167288454,0.2637358435665458,-0.36850481276940095,0.6294741630554199,-0.26068902015686035,0.7319860458374023,-0.29405686259269714,0.5205097198486328,3.1880977153778076,-0.15300321578979492,0.9217607975006104,-0.27312374114990234 +247,2.4912247671291734,0.3553321270818007,-0.5258579466721912,0.5676555633544922,-0.34790176153182983,0.7461444735527039,0.6789987683296204,-0.1936465948820114,-0.11962113529443741,-0.43725401163101196,1.0533766746520996,-0.20934027433395386 +248,2.371091355769637,0.16263048139113892,-0.3766485032287356,0.6873045563697815,-0.16191454231739044,0.7080931067466736,0.6704592108726501,-1.055276870727539,-4.488046646118164,-0.14117729663848877,1.0165441036224365,0.06737369298934937 +249,2.2466039423699917,-0.27583792231291954,-0.0273739333769292,0.7507081627845764,0.27235329151153564,0.6018809080123901,0.40047988295555115,-1.5807687044143677,-6.562075614929199,1.0011837482452393,0.8822944760322571,0.028978347778320312 +250,2.312486776054756,-0.6445190905830921,0.37728870930278424,0.5894115567207336,0.6008141040802002,0.540015459060669,-1.8110240697860718,-0.785839855670929,-2.3639535903930664,0.8275806903839111,-1.0746452808380127,-0.13518446683883667 +251,2.3509159204348196,-0.642544207952977,0.44728951136069034,0.5690714716911316,0.5992342233657837,0.563095211982727,0.02746090665459633,0.20407052338123322,-0.23163068294525146,0.013295412063598633,-0.5027223825454712,-0.1693115234375 +252,2.385465200106374,-0.6685666056248053,0.5099525757386206,0.538397490978241,0.6198618412017822,0.5708760023117065,0.15377546846866608,0.029768696054816246,-0.45407745242118835,0.513329803943634,-0.49762362241744995,-0.05094808340072632 +253,2.3283746496862605,-0.6264692638353794,0.45366193392824555,0.5885412096977234,0.5862881541252136,0.5566732883453369,0.43227359652519226,-0.01636682078242302,1.80783212184906,0.8917443156242371,-0.17922955751419067,0.09489214420318604 +254,2.2614955199771294,-0.4832376002746748,0.21289376426431686,0.6825403571128845,0.4646484851837158,0.5641279816627502,0.5320571660995483,0.7935432195663452,3.3616371154785156,0.9114232063293457,0.1410796344280243,0.027989327907562256 +255,2.255234819739623,-0.16777398158614368,-0.09046635808587476,0.7638955116271973,0.16698800027370453,0.623360812664032,-0.5014534592628479,0.8143612742424011,4.7887163162231445,0.2770286202430725,0.42308464646339417,-0.12534445524215698 +256,2.334647879998654,0.23689927326386348,-0.3234744489439882,0.702006995677948,-0.2346896380186081,0.6723888516426086,-0.8321270942687988,0.7382922768592834,4.1338725090026855,0.027958154678344727,0.8701419234275818,-0.32740288972854614 +257,2.4719468525722164,0.48041295750132074,-0.5309271799793035,0.550446629524231,-0.4621454179286957,0.6952912211418152,-0.420266717672348,0.23928405344486237,1.6043975353240967,-0.3752148151397705,1.1216762065887451,-0.36197829246520996 +258,2.457342001436458,0.41785248225823884,-0.5198134120346802,0.5777087807655334,-0.40579864382743835,0.7082229852676392,0.6590666770935059,-0.5477523803710938,-2.5756170749664307,-0.5437732934951782,1.0005099773406982,-0.12487953901290894 +259,2.274441350004893,0.033323243925783494,-0.22685602465840404,0.7620657086372375,-0.03331707790493965,0.6466421484947205,1.2393642663955688,-1.602175235748291,-6.777309417724609,0.7724191546440125,1.3119730949401855,-0.008656859397888184 +260,2.1796335928566783,-0.5371931493395459,0.1707661085651712,0.7047710418701172,0.5117264986038208,0.49135899543762207,-2.17134690284729,-1.479936122894287,-4.504243850708008,1.4114398956298828,-0.6084825396537781,0.33842918276786804 +261,2.131267810379574,-0.5288263983842801,0.3835291547423303,0.7313036322593689,0.5045204162597656,0.45897093415260315,-0.030486665666103363,0.05966111645102501,-0.6581154465675354,-0.1887468695640564,-0.13991165161132812,0.31095707416534424 +262,2.272644475699134,-0.6019883732736938,0.6244937473811318,0.6294093728065491,0.5662824511528015,0.5321358442306519,-1.37771737575531,-0.25453922152519226,-2.3829712867736816,0.3550876975059509,-0.44349491596221924,-0.36660802364349365 +263,2.325221559321591,-0.6382074767760029,0.7518434140245697,0.5852385759353638,0.5957567095756531,0.5500637292861938,-0.19697701930999756,-0.46549442410469055,1.1890416145324707,0.9985169768333435,-0.6441270112991333,-0.13035541772842407 +264,2.242645906463997,-0.5032314321152235,0.6419843323444966,0.6856429576873779,0.4822588860988617,0.5452706217765808,-0.2719343304634094,0.3030771017074585,1.9169459342956543,0.6446945667266846,0.007746607065200806,0.21733301877975464 +265,2.221357830171611,-0.29608885792469297,0.4475387992347689,0.7611169219017029,0.291781485080719,0.5792790651321411,0.11381090432405472,0.6149691343307495,3.4545953273773193,0.42294973134994507,0.31756293773651123,0.029714345932006836 +266,2.249167179385193,0.013297678640512083,0.265894966053895,0.7785271406173706,-0.013297286815941334,0.6274698376655579,-0.6542145609855652,0.6096968650817871,3.600276470184326,-0.19107908010482788,0.43791887164115906,-0.10026347637176514 +267,2.3694021486909995,0.2660667250144518,0.141553225936888,0.673155665397644,-0.26293861865997314,0.6911762952804565,-0.5462586879730225,0.8272257447242737,1.7041747570037842,-0.3591908812522888,0.8085623979568481,-0.2982167601585388 +268,2.4305398594164194,0.30361858789887436,0.1529579828256921,0.6227810978889465,-0.29897522926330566,0.7230198979377747,-0.3602442145347595,-0.1980091780424118,-1.5772629976272583,-0.408272922039032,0.8959143161773682,-0.26551562547683716 +269,2.3804908904776596,0.09233354986286126,0.38222368134625384,0.6867817044258118,-0.09220241010189056,0.7209922671318054,-0.7920693159103394,-0.5500183701515198,-4.796713829040527,0.20481985807418823,0.9947597980499268,0.15292441844940186 +270,2.303018793641031,-0.1786639686913501,0.8042765735015114,0.7318522930145264,0.1777149736881256,0.6578824520111084,-0.09862127900123596,-1.17814302444458,-4.655663967132568,0.7672321200370789,0.525928795337677,-0.28544604778289795 +271,2.303329868436203,-0.45063466386748363,1.0713603791840212,0.6692614555358887,0.4355369210243225,0.6019943356513977,-1.1680793762207031,-0.70406574010849,-3.0995614528656006,0.2350202202796936,-0.40338659286499023,-0.017750442028045654 +272,2.396184990975414,-0.5786414680804601,1.3451097224242314,0.5678531527519226,0.5468870997428894,0.6151888370513916,-0.21797163784503937,-0.12193898111581802,-1.781727910041809,0.5437037944793701,-0.6437804102897644,-0.3194277882575989 +273,2.4317510460076432,-0.6318638288812586,1.435990271442206,0.5258861184120178,0.5906497836112976,0.6120268702507019,-0.09029524773359299,-0.10768376290798187,-0.2749311327934265,0.6621174812316895,-0.6919223070144653,-0.060040175914764404 +274,2.3800811547074714,-0.6087941107259304,1.3544993436850994,0.5660467147827148,0.5718786120414734,0.5937557816505432,0.2258126139640808,-0.21201276779174805,1.7228760719299316,1.0053339004516602,-0.39863038063049316,0.11857026815414429 +275,2.3004471948571297,-0.4389224560190327,1.1112260821573898,0.6747502088546753,0.4249643087387085,0.603421688079834,0.6562862992286682,0.5987344980239868,4.295616626739502,1.2127468585968018,0.16133946180343628,-0.08245605230331421 +276,2.2938028711998455,-0.030744942327262697,0.6917240987205617,0.7494655251502991,0.030740099027752876,0.6613293290138245,-0.17214103043079376,0.8346447944641113,6.546619415283203,0.7243809103965759,0.903052031993866,-0.11671268939971924 +277,2.4808204817849426,0.43046439967334493,0.27627042412851155,0.5577375888824463,-0.41729289293289185,0.7174923419952393,-0.5231753587722778,1.0933910608291626,5.214148998260498,0.18773043155670166,1.225001573562622,-0.34423190355300903 +278,2.7603470306685507,0.5987145539588625,-0.09376124984862856,0.3073582649230957,-0.563581109046936,0.7667514085769653,1.0826035737991333,0.5492137670516968,1.4868273735046387,-0.3978733420372009,1.3066840171813965,-0.478360116481781 +279,2.673532538936282,0.4502828370614254,-0.001642038578748404,0.40618646144866943,-0.4352201819419861,0.8034898042678833,1.3529752492904663,-0.6478832364082336,-3.2344465255737305,-0.2906927466392517,1.1016173362731934,-0.15947741270065308 +280,2.4439578923427736,0.016093491101184798,0.36441631842963795,0.6423237919807434,-0.016092795878648758,0.7662646770477295,0.9954550862312317,-1.8535544872283936,-6.453277587890625,0.7260692119598389,1.0351357460021973,0.13134896755218506 +281,2.3489114601855285,-0.6100447344581428,0.8420272354777745,0.5837662220001221,0.572904109954834,0.5753244161605835,-0.983149528503418,-1.7944029569625854,-6.4812517166137695,1.9116103649139404,-0.4210333228111267,0.7858816981315613 +282,2.3080858871423615,-0.49071760995475655,0.9403045204901493,0.6529350280761719,0.4712589383125305,0.5929508805274963,-0.633110523223877,1.7389081716537476,0.011228087358176708,-0.4247703552246094,-0.0869511067867279,0.2509973645210266 +283,2.395179817770576,-0.45277656300459146,1.0694532178497203,0.6105896830558777,0.43746399879455566,0.6601552367210388,-0.2791716158390045,-0.7871920466423035,-1.1017426252365112,0.08853739500045776,-0.16613230109214783,-0.5417930483818054 +284,2.3632561258949147,-0.5556251576157921,1.1382555480925853,0.5964803099632263,0.5274745225906372,0.6049646139144897,0.3617972135543823,-0.6178164482116699,-0.5347626209259033,0.6745768785476685,-0.30107980966567993,-0.027846574783325195 +285,2.298529511242763,-0.5640760485023175,1.076081655317722,0.6310101747512817,0.5346352458000183,0.5621313452720642,0.531278133392334,0.6212120056152344,0.9869657754898071,0.7759876847267151,-0.24627453088760376,0.29725897312164307 +286,2.2576503399836083,-0.4367827432972466,0.8451690037308193,0.7006503939628601,0.423026442527771,0.5745759010314941,0.6380640268325806,0.9934179782867432,3.4387354850769043,0.6443202495574951,0.07056480646133423,0.10163253545761108 +287,2.2992314950189474,-0.09287395506386059,0.5276961617557984,0.7430009245872498,0.092740498483181,0.6628336310386658,-1.2052031755447388,0.8804858326911926,5.776403427124023,0.5267896056175232,0.559267520904541,-0.2033306360244751 +288,2.396816839139571,0.3354084504539113,0.24643710832565827,0.640036940574646,-0.3291548788547516,0.6942694187164307,-0.5071866512298584,-0.14522653818130493,4.64525842666626,0.05555027723312378,0.9441908597946167,-0.4115697741508484 +289,2.5688783220174183,0.47175607950063975,-0.01011065555075611,0.48272255063056946,-0.4544512629508972,0.7486337423324585,0.7642516493797302,-0.38068878650665283,0.8035126328468323,-0.5001940131187439,1.0686177015304565,-0.4189983606338501 +290,2.4943377284200583,0.2988184198765682,0.052209566604964244,0.5762768387794495,-0.2943911850452423,0.7623900175094604,1.1423746347427368,-1.0557273626327515,-3.6480295658111572,-0.13180363178253174,1.003100872039795,-0.00543212890625 +291,2.2761178163741245,-0.07324207846170608,0.44002199493994903,0.759361743927002,0.07317661494016647,0.6465405225753784,0.009631087072193623,-1.838734745979309,-5.833765983581543,1.117759108543396,0.6328780651092529,0.11539173126220703 +292,2.2087253175929087,-0.33076935774141236,0.8567300683649569,0.7597846388816833,0.3247707784175873,0.5632508993148804,-3.9134316444396973,-1.4234837293624878,-2.041642665863037,0.4276697635650635,-0.8073604702949524,-0.0893586277961731 +293,2.2255968281210983,-0.30205724937385986,1.0435420211189024,0.7572599649429321,0.2974849343299866,0.5814294815063477,0.3431251347064972,0.6518719792366028,-0.7540936470031738,-0.09815657138824463,-0.3073268532752991,-0.36432743072509766 +294,2.2754550539276317,-0.40958823792197596,1.0896653673323822,0.6988177299499512,0.3982316553592682,0.5941932797431946,0.1667046844959259,0.4984423518180847,-0.8699490427970886,0.7127424478530884,-0.4422684907913208,-0.08868485689163208 +295,2.2219276197872584,-0.4064374118824408,1.0267318587249636,0.7306018471717834,0.3953394889831543,0.5567120313644409,1.3731966018676758,-0.37535741925239563,1.1216970682144165,0.4580274820327759,-0.33729496598243713,-0.024775147438049316 +296,2.1672976003354347,-0.3965640541082799,0.845623292215742,0.7631019949913025,0.3862513303756714,0.5181559920310974,1.31022310256958,0.4676579535007477,2.0747196674346924,1.1174523830413818,-0.15001466870307922,-0.09295451641082764 +297,2.1579375636986597,-0.17818888613819434,0.5027558888848016,0.8193457722663879,0.17724743485450745,0.545211672782898,1.302154302597046,1.1023422479629517,4.845371723175049,0.5732780694961548,0.21414048969745636,-0.2833861708641052 +298,2.292146764913284,0.23791312908335935,0.11070741174500573,0.7297627329826355,-0.23567505180835724,0.6417971253395081,0.14359386265277863,1.5050708055496216,5.163694858551025,0.14081215858459473,1.0463287830352783,-0.25440698862075806 +299,2.576602496314555,0.48588733099752635,-0.23249978314248468,0.4734399616718292,-0.46699318289756775,0.7468413710594177,0.7576977610588074,1.299552083015442,2.3286731243133545,-0.4167077839374542,1.1294535398483276,-0.4213866591453552 +300,2.6467879382637904,0.41329719570138806,-0.2717380713839789,0.4348774254322052,-0.40163108706474304,0.8059618473052979,1.0712859630584717,-0.47429344058036804,-2.5963382720947266,-0.44691652059555054,1.1021162271499634,-0.3031845688819885 +301,2.4721948508777274,0.06734891819441588,0.011008659421146172,0.619107186794281,-0.06729801744222641,0.7824177742004395,1.3389694690704346,-1.9231265783309937,-5.847742557525635,0.43301689624786377,0.9656286835670471,-0.0480426549911499 +302,2.3183751702836815,-0.4226457147597172,0.42512524829653886,0.6688085198402405,0.41017478704452515,0.6200418472290039,0.09109381586313248,-2.5342116355895996,-5.771088123321533,1.4106440544128418,0.26766639947891235,0.1539754867553711 +303,2.2928186280856138,-0.578241515884278,0.6661234721430205,0.628463089466095,0.5465521812438965,0.5534574389457703,0.2302551418542862,-0.47616997361183167,-0.8843891620635986,0.0788886547088623,-0.6578344702720642,0.004358232021331787 +304,2.360086159749678,-0.6560241598518084,0.7976043038202499,0.5581431984901428,0.6099711060523987,0.5625044107437134,-0.20320160686969757,-0.1697763204574585,-1.6635195016860962,0.2472766637802124,-0.43739426136016846,-0.10275715589523315 +305,2.390288925895607,-0.7376161380348629,0.8876404830383321,0.5051687359809875,0.6725255846977234,0.5408458113670349,0.034918252378702164,0.14382457733154297,0.2177920788526535,0.9357798099517822,-0.7758122682571411,0.2584553360939026 +306,2.307420554153175,-0.6105308659195166,0.7572608333705902,0.6069212555885315,0.5733025074005127,0.5504279732704163,0.04032432287931442,0.20443864166736603,2.0594825744628906,0.5120667815208435,-0.1330711841583252,0.16018915176391602 +307,2.2773066396349546,-0.42901676245917636,0.5147600362224526,0.6916998624801636,0.415976881980896,0.5903512835502625,0.38742104172706604,1.0877705812454224,3.6584880352020264,0.8368951082229614,0.2905965745449066,0.008998692035675049 +308,2.3137741528189406,-0.10305112323170879,0.2341154597285097,0.7325505614280701,0.10286882519721985,0.6728953123092651,-0.7239532470703125,1.0233405828475952,4.506643295288086,0.17215847969055176,0.39871811866760254,-0.2247597575187683 +309,2.4462606245258063,0.22990554911200645,-0.010754481743689833,0.6237837672233582,-0.22788555920124054,0.7476373910903931,-0.8142557740211487,0.754868745803833,3.3136799335479736,-0.027790844440460205,0.9080308675765991,-0.4215724468231201 +310,2.5072011084965102,0.34779102574486104,-0.1340118741706739,0.5572020411491394,-0.34082192182540894,0.7572094202041626,0.4559536278247833,-0.32074275612831116,-0.012567806988954544,-0.4155395030975342,0.9529893398284912,-0.48279547691345215 +311,2.4157071433081154,0.19243880000384023,-0.038029208691582876,0.6515448093414307,-0.19125324487686157,0.7341060638427734,0.5957150459289551,-1.0608903169631958,-3.4339094161987305,-0.25197815895080566,1.0048823356628418,-0.19693565368652344 +312,2.2558731154297673,-0.19571600399003114,0.2414685753483494,0.7595866322517395,0.1944689154624939,0.6206527352333069,0.4212876260280609,-2.1398773193359375,-5.491520404815674,0.8707996606826782,1.0021252632141113,0.06670981645584106 +313,2.1815507764265445,-0.5803210978082599,0.5857757421533631,0.6850992441177368,0.5482925176620483,0.4795985519886017,-1.066947340965271,-1.556440830230713,-3.466538429260254,0.690496027469635,-0.4151594638824463,0.005402207374572754 +314,2.2029960179875396,-0.6781547335517237,0.8264392282805273,0.6282262206077576,0.6273571252822876,0.4601689279079437,-0.24438083171844482,0.06027810275554657,-1.2719658613204956,0.22293972969055176,-0.47525733709335327,0.006002545356750488 +315,2.2649171801829557,-0.7649799227843362,0.9677950007441073,0.5544770359992981,0.6925225257873535,0.4614844024181366,0.2189449816942215,-0.3143080770969391,-1.1450796127319336,0.5603452920913696,-0.5391716957092285,0.019686222076416016 +316,2.25625229026752,-0.7716030310562981,0.9760276564472926,0.55489182472229,0.6972851753234863,0.45374906063079834,-0.40083077549934387,-0.14846166968345642,0.9777621030807495,0.7277924418449402,-0.4706616997718811,0.14343410730361938 +317,2.210845470242274,-0.6919302910562191,0.8450840754045402,0.6176040172576904,0.6380247473716736,0.45988041162490845,0.8750541806221008,0.9984456896781921,1.4340888261795044,0.6628831028938293,-0.1995023488998413,0.08545345067977905 +318,2.18736084315173,-0.5167968044850397,0.5634675314801617,0.7093223929405212,0.4940977990627289,0.5027217864990234,0.42275190353393555,1.1434733867645264,3.8952879905700684,0.7632423639297485,0.150357186794281,-0.15242576599121094 +319,2.212169797880617,-0.11476498704623087,0.2863968160311743,0.7960036396980286,0.11451322585344315,0.5943607091903687,-0.4188573956489563,1.2190805673599243,5.320277214050293,0.3251815438270569,0.5835000276565552,-0.3757633566856384 +320,2.3439874556434757,0.309069446692484,-0.009125680718516327,0.6817742586135864,-0.3041723072528839,0.6653292775154114,-0.26094624400138855,1.3555059432983398,4.070420742034912,-0.06951534748077393,1.1305272579193115,-0.33125340938568115 +321,2.462493999640421,0.485978140515526,-0.173790563319437,0.5553703904151917,-0.4670734703540802,0.6880449652671814,-0.14778761565685272,-0.3080921769142151,-0.4020225405693054,-0.7018243074417114,1.2414569854736328,-0.44530826807022095 +322,2.2943855502344723,0.2441483490239924,0.01214824060940401,0.7272086143493652,-0.24173001945018768,0.6424438953399658,0.26254135370254517,-1.1170824766159058,-5.128513336181641,-0.168767511844635,1.1451265811920166,-0.00398564338684082 +323,2.107923925877313,-0.25850003024004037,0.4338963729309713,0.830635130405426,0.2556307017803192,0.49466967582702637,-1.1315795183181763,-2.365243673324585,-7.1332316398620605,1.5079115629196167,1.247039556503296,-0.034388333559036255 +324,2.0809607325290607,-0.6047485730168926,0.8351348804826437,0.7178929448127747,0.5685552358627319,0.40171465277671814,-1.6611698865890503,-1.6920640468597412,-1.5673081874847412,0.5890070796012878,-0.8651708960533142,-0.3200647830963135 +325,2.1012940122192627,-0.6219887153951003,1.0385803645572547,0.7010170221328735,0.5826525688171387,0.41120660305023193,-0.4143749475479126,0.3085785508155823,-1.5405369997024536,-0.06036156415939331,-0.22281986474990845,-0.11558288335800171 +326,2.263142465274459,-0.7967658965357476,1.2572501362406479,0.5380731821060181,0.7150990962982178,0.4462176561355591,-0.34630176424980164,0.06757815927267075,-2.0363712310791016,1.0182316303253174,-0.6608695387840271,-0.051015108823776245 +327,2.2793189762798907,-0.8147508868326419,1.205391829088875,0.5209338665008545,0.7275547385215759,0.4464211165904999,0.680900514125824,0.9262717962265015,1.327898621559143,0.9721538424491882,-0.4142460823059082,-0.009913027286529541 +328,2.2408852932792485,-0.6525317098443271,0.8478841104943698,0.6227411031723022,0.6071999073028564,0.49345940351486206,1.4089082479476929,2.852776050567627,4.501805782318115,1.2364509105682373,0.3717736005783081,-0.3485924005508423 +329,2.2397815264115475,-0.2816807627069263,0.4268410132644081,0.7535360455513,0.277970552444458,0.5957484245300293,-0.5004979968070984,1.222511887550354,5.96167516708374,0.641193687915802,0.595473051071167,-0.346038281917572 +330,2.362856092029507,0.21568279596409268,0.08929663043467079,0.6861069202423096,-0.2140144556760788,0.6953095197677612,-0.40208759903907776,1.5782771110534668,5.38919734954834,0.2639511227607727,1.1779731512069702,-0.5266693234443665 +331,2.6323580977864838,0.47456878359374044,-0.2598497694662957,0.43363431096076965,-0.4569549262523651,0.7766294479370117,-0.30072712898254395,0.7624294757843018,2.291487693786621,-0.35889679193496704,1.3086395263671875,-0.5504332780838013 +332,2.5923082756620315,0.4300268511722971,-0.2677304236380618,0.47454437613487244,-0.41689521074295044,0.7752459645271301,1.6386945247650146,-0.9827092885971069,-2.5403525829315186,-0.5670278668403625,1.2255651950836182,-0.2623673677444458 +333,2.361701958138617,0.054850404515864676,0.015102110324516844,0.7021440267562866,-0.054822906851768494,0.7099210023880005,0.5546451807022095,-1.7172225713729858,-6.116434574127197,0.45000123977661133,1.3352336883544922,0.18470168113708496 +334,2.2378171708216987,-0.46158339798789694,0.4683666482908139,0.7034468054771423,0.44536635279655457,0.5539056658744812,-0.34912529587745667,-1.6013261079788208,-6.066032409667969,1.1257920265197754,0.19695237278938293,0.07803714275360107 +335,2.3125723736608803,-0.6471084716483021,0.8189308260305281,0.5882160663604736,0.6028819680213928,0.5390127301216125,0.2628469169139862,-0.64589524269104,-1.3955093622207642,0.4511362314224243,-0.7058331370353699,-0.10615158081054688 +336,2.4562617032566014,-0.721432629033566,1.023334593963912,0.47524139285087585,0.6604610681533813,0.5813231468200684,-1.3267858028411865,-0.24964331090450287,-1.145416498184204,0.9645779132843018,-0.7953488230705261,-0.14118343591690063 +337,2.454998381227618,-0.6351329980629425,1.0152537720213513,0.5102903246879578,0.5932846069335938,0.6225888729095459,0.08700048178434372,0.5358647704124451,1.513865351676941,0.8856598734855652,-0.256050169467926,-0.3804929852485657 +338,2.3434532031859283,-0.5498297270929112,0.751192249936125,0.6105210781097412,0.5225420594215393,0.5951583385467529,1.5335571765899658,0.7825154662132263,3.206930637359619,1.0928937196731567,0.14683037996292114,-0.2848862409591675 +339,2.209055065804752,-0.26922585682675426,0.32502739964581756,0.7742031812667847,0.26598525047302246,0.574335515499115,0.4359166920185089,0.2648729979991913,5.6773576736450195,0.5604830980300903,0.5398008823394775,-0.08433008193969727 +340,2.2162296427785053,0.16590195085773313,-0.05796421150639675,0.7878711223602295,-0.1651419699192047,0.5932854413986206,0.2797473669052124,0.298688679933548,5.697301864624023,0.06549203395843506,0.9488180875778198,-0.03862839937210083 +341,2.4317588528778615,0.4760144066743513,-0.4090221399170019,0.5792561173439026,-0.4582403302192688,0.6741496324539185,0.7647939324378967,0.5374444723129272,2.693373441696167,-0.5602590441703796,1.4155311584472656,-0.3065503239631653 +342,2.3820681706525146,0.3808516938911631,-0.38215243703132434,0.6392391324043274,-0.37171128392219543,0.6732044816017151,0.6280208826065063,-1.5964387655258179,-3.7676126956939697,-0.6589382290840149,1.0884318351745605,-0.2831897735595703 +343,2.2130982505330636,-0.07586549294604412,-0.03258803769547944,0.7984157204627991,0.07579273730516434,0.5973171591758728,-1.150302767753601,-2.092803478240967,-6.959181785583496,0.9784854650497437,1.2252326011657715,-0.0696377158164978 +344,2.211578492900025,-0.6026919779398263,0.4761987871817486,0.6603914499282837,0.5668622255325317,0.49249371886253357,-2.8685226440429688,-1.4959384202957153,-5.05621337890625,1.6975033283233643,-0.9448378086090088,0.2827747166156769 +345,2.138730722313578,-0.46475894808053253,0.5874487064360508,0.7535950541496277,0.4482073187828064,0.48083746433258057,-0.1839936226606369,0.9979243874549866,-0.27315112948417664,-0.5785462856292725,-0.13000056147575378,0.17091116309165955 +346,2.2386723705902956,-0.4823354986998168,0.7171178427132286,0.695565402507782,0.4638494849205017,0.5486639738082886,0.07318414002656937,0.24207083880901337,-1.7941306829452515,-0.08594632148742676,-0.18865728378295898,-0.49408334493637085 +347,2.276063073117034,-0.6508568763718304,0.8001984810233518,0.6057737469673157,0.6058683395385742,0.5157144665718079,0.30355075001716614,-0.27160143852233887,-0.15576639771461487,1.0394288301467896,-0.685458242893219,-0.04553025960922241 +348,2.1778076379926445,-0.595024201277702,0.6668651026990892,0.6801939010620117,0.5605288147926331,0.47238069772720337,0.9138825535774231,0.6195448637008667,1.347980260848999,0.6545533537864685,-0.10055261850357056,0.20613175630569458 +349,2.1271533645309795,-0.44897935966410774,0.4329169900199991,0.7650225758552551,0.43404626846313477,0.475756973028183,1.0969091653823853,0.9925687313079834,3.2649662494659424,0.6064680218696594,0.1601462960243225,-0.09649962186813354 +350,2.130707079816814,-0.1566293096939177,0.12279038570440144,0.8369303941726685,0.15598967671394348,0.5246090888977051,0.28803178668022156,0.7683485746383667,4.634824275970459,0.08280837535858154,0.331055611371994,-0.21296358108520508 +351,2.2412135571528307,0.1922095044036588,-0.13185956836257143,0.7691329717636108,-0.1910281777381897,0.6098713278770447,0.004562066402286291,1.1435807943344116,3.7120702266693115,-0.1300032138824463,0.8891177177429199,-0.3255541920661926 +352,2.3865496645831135,0.35802467449997294,-0.3164907946698489,0.6418642997741699,-0.3504248559474945,0.6820647716522217,0.39201387763023376,0.41391196846961975,0.6744382381439209,-0.474948525428772,1.144339680671692,-0.34090888500213623 +353,2.2818409417739667,0.19980596503688786,-0.18517059252907395,0.7426065802574158,-0.19847916066646576,0.6396417021751404,-0.31643858551979065,-1.605007290840149,-4.3262152671813965,-0.22698163986206055,1.0744709968566895,-0.09624570608139038 +354,2.111092831580232,-0.23288206436589634,0.14585481912909104,0.8344066739082336,0.23078274726867676,0.5005044341087341,-0.02157282829284668,-1.9644393920898438,-6.383081912994385,0.9603015780448914,0.9889590740203857,0.013304710388183594 +355,2.1361622183754205,-0.6502353569160927,0.4948233679315885,0.6720868945121765,0.605373740196228,0.4264054596424103,-0.8196223378181458,-0.006117966957390308,-3.1067540645599365,0.5999925136566162,-0.7717251181602478,-0.15089279413223267 +356,2.189883343251309,-0.7677892950165965,0.6063486440245791,0.5859245657920837,0.6945464611053467,0.41748976707458496,-0.6491184830665588,-0.176425963640213,-1.057299256324768,0.21110308170318604,-0.4815948009490967,0.10339951515197754 +357,2.2713501383485237,-0.8559414285774911,0.780957226326184,0.5011261701583862,0.7551883459091187,0.42256736755371094,0.08167048543691635,-0.22264815866947174,-1.4880435466766357,0.8129912614822388,-0.5887149572372437,0.14650917053222656 +358,2.2332192079551985,-0.7892009369145495,0.7403763126662899,0.5554324984550476,0.7097906470298767,0.4332342743873596,0.0939749926328659,0.07707333564758301,1.9167602062225342,0.7153956890106201,-0.16822576522827148,0.011437386274337769 +359,2.2004730996890554,-0.6336109917294386,0.5092522161914665,0.6513385772705078,0.5920587182044983,0.4745781719684601,0.6021251678466797,1.020963191986084,3.536921977996826,1.0857219696044922,0.08172363042831421,-0.35638368129730225 +360,2.1309597504992825,-0.22261283115421893,0.2124146357080128,0.8262636661529541,0.22077873349189758,0.5182137489318848,-0.0988265797495842,0.7966960072517395,5.813473224639893,0.39947497844696045,0.5630805492401123,-0.4105628728866577 +361,2.138255336221001,0.24129826813407698,-0.09881440602789963,0.8188388347625732,-0.23896348476409912,0.5219191908836365,0.30186399817466736,0.10488073527812958,5.102607250213623,0.06600326299667358,0.9238694906234741,-0.286064088344574 +362,2.325507834712217,0.5333780106729785,-0.4530294312440381,0.6272808313369751,-0.5084450244903564,0.5899173617362976,0.7104610204696655,0.30116012692451477,3.439723491668701,-0.1023784875869751,0.994910478591919,-0.20875275135040283 +363,2.4691553092603895,0.5621998637335034,-0.6886200238635061,0.5270215272903442,-0.5330487489700317,0.6618968844413757,1.308937430381775,0.4819551408290863,0.3275654911994934,-0.2119274139404297,0.5827770829200745,0.25898629426956177 +364,2.3236139541498773,0.5112167442165277,-0.5360775464031872,0.6364647746086121,-0.48923879861831665,0.5962868332862854,-3.571420431137085,-2.2547147274017334,-2.5870251655578613,0.43650269508361816,-0.17081061005592346,0.5804862380027771 +365,1.3395997994669453,0.6084917327465265,0.37592243350830284,0.7986797094345093,-0.5716305375099182,-0.18801386654376984,-7.679426193237305,-6.47831392288208,0.06407782435417175,-0.14954036474227905,-0.126977801322937,-0.041524097323417664 +366,0.5201715943517751,0.308567094873458,0.8112485552413811,0.47355422377586365,-0.3036937117576599,-0.8267505764961243,-2.1611506938934326,-5.649899482727051,0.11707334220409393,-0.09457167983055115,0.0304546058177948,0.06530654430389404 +367,0.011317556478035118,0.2033098734554291,0.8330177132140051,0.011084219440817833,-0.20191213488578796,-0.9793409109115601,0.13142724335193634,-3.27683687210083,-0.4082159101963043,-0.017630234360694885,0.06014274060726166,0.37793105840682983 +368,-0.22665437990356824,0.1893752145923087,0.7736081381941318,-0.2207012176513672,-0.18824531137943268,-0.9570029377937317,0.6041473746299744,-0.6121156811714172,-0.8870069980621338,-0.16641424596309662,-0.04377982020378113,-0.08109819889068604 +369,-0.13551096254374778,0.24509720489518902,0.7016328147590483,-0.13105908036231995,-0.24265062808990479,-0.9612201452255249,0.24296219646930695,0.3114936947822571,-0.9921135902404785,-0.20730456709861755,0.2829948663711548,-0.5425792932510376 +370,-0.040473283622548185,0.29715199378187557,0.5657911233485727,-0.03868894651532173,-0.2927982211112976,-0.9553912281990051,1.0040494203567505,1.0839776992797852,-1.4239296913146973,-0.09651917964220047,0.18037143349647522,0.003074944019317627 +371,0.031204269766822335,0.4310279289966869,0.4209264602715699,0.02834562584757805,-0.41780492663383484,-0.9080944657325745,1.5759435892105103,0.5756564736366272,-1.0704398155212402,0.024327710270881653,0.25163671374320984,0.43499571084976196 +372,0.06319712446331366,0.5362561791088484,0.3304478054781558,0.05428983271121979,-0.51092129945755,-0.8579114675521851,1.5757033824920654,0.09625834226608276,-0.9622383117675781,-0.025633826851844788,0.25077420473098755,0.18359506130218506 +373,0.09317035742967884,0.615192587137991,0.2700404262613027,0.07597868889570236,-0.5771158337593079,-0.8131203055381775,1.123672366142273,-0.1983020007610321,-0.12537556886672974,-0.07459013909101486,-0.05772608518600464,-0.16361004114151 +374,0.10881975900466521,0.6708588765021894,0.24404743480046176,0.08506909012794495,-0.621658980846405,-0.7786548733711243,0.7469742298126221,0.051093414425849915,0.47609397768974304,0.22503527998924255,-0.02189570665359497,-0.27513235807418823 +375,0.024113212855452502,0.6225850378451313,0.27477830964005473,0.019587041810154915,-0.5831370949745178,-0.8121375441551208,-0.28569820523262024,0.45710134506225586,0.058895569294691086,-0.009638311341404915,0.1247478723526001,0.031711578369140625 +376,0.00914270428666127,0.6232810043577036,0.2801724963115144,0.0074234772473573685,-0.5837023854255676,-0.8119337558746338,-0.13002467155456543,-0.5011215806007385,0.3030231297016144,0.006019517779350281,0.10863524675369263,0.1634504795074463 +377,-0.03973818602434427,0.6456839656377229,0.29720930356135694,-0.03173007443547249,-0.6017448306083679,-0.7980578541755676,-0.04465344920754433,-0.23686707019805908,0.030988391488790512,-0.027321435511112213,0.13697737455368042,0.2673113942146301 +378,-0.029243817843509247,0.6868734761619297,0.26275802927134123,-0.0226090457290411,-0.6341227293014526,-0.7729018330574036,-0.12258431315422058,-0.35491305589675903,-0.16349327564239502,0.01691751927137375,-0.10211378335952759,0.10343772172927856 +379,-0.006513282455448863,0.6776448241988663,0.21955198233181844,-0.005074146203696728,-0.6269599795341492,-0.7790349125862122,0.33229517936706543,-0.2901632785797119,-0.40782657265663147,-0.0941842719912529,-0.36734843254089355,-0.37217962741851807 +380,-0.010808169128072703,0.698295606778067,0.17989182620381927,-0.008278238587081432,-0.6429131627082825,-0.76589435338974,-0.5230082273483276,-0.24116921424865723,-0.3384445607662201,-0.1448131948709488,0.09173518419265747,-0.01195293664932251 +381,-0.014547388894547708,0.6351451682197028,0.14767746460178552,-0.011710025370121002,-0.5932943820953369,-0.8049004077911377,-0.17493070662021637,-0.6449188590049744,-0.34913837909698486,-0.037301205098629,0.18368744850158691,-0.052918195724487305 +382,-0.016941716025142734,0.6507556605330809,0.10961925805489837,-0.013478629291057587,-0.6057878136634827,-0.7955120801925659,-0.2567770481109619,0.12667295336723328,-0.22192370891571045,-0.0064340876415371895,0.22367721796035767,0.3713330626487732 +383,-0.004263911372181827,0.6292279591799941,0.08837185076335675,-0.003447285620495677,-0.5885207653045654,-0.8084747791290283,-0.25558769702911377,0.16814067959785461,0.14968055486679077,-0.021806010976433754,-0.07628941535949707,0.10769963264465332 +384,0.037941682949086765,0.6211105177380286,0.07777403322915842,0.03084801323711872,-0.581938624382019,-0.8126474022865295,0.06325718760490417,0.4201565682888031,-0.20870256423950195,-0.07230614125728607,-0.2819223999977112,-0.11897790431976318 +385,0.05787230213794534,0.5634921551367462,0.10587662283346856,0.048897646367549896,-0.5341417193412781,-0.8439796566963196,-0.3332953453063965,0.136974036693573,0.4194521903991699,0.072028249502182,0.09502428770065308,-0.3869468569755554 +386,0.045079396487823914,0.5212282696856468,0.1571519562832855,0.03907998651266098,-0.4979456663131714,-0.8663272261619568,-0.11265835911035538,-0.06148973107337952,0.4815104007720947,-0.05421670526266098,0.028905779123306274,-0.11923795938491821 +387,-0.005169672622851609,0.5707800032063797,0.2092525574834255,-0.004350155591964722,-0.5402885675430298,-0.8414685726165771,0.7161605954170227,-0.22745798528194427,0.3007192611694336,-0.08729413151741028,0.16313707828521729,0.35977911949157715 +388,-0.024439794837694644,0.6084378571612977,0.22142628298974326,-0.020051879808306694,-0.5715863704681396,-0.8202968239784241,-0.057653214782476425,-0.1612299531698227,0.003675626590847969,-0.041547853499650955,0.0013501644134521484,0.25907862186431885 +389,-0.029036491727372674,0.5972664627111638,0.20937377570559107,-0.024006204679608345,-0.562384307384491,-0.82652747631073,-0.2297622263431549,-0.03896341100335121,-0.10629899054765701,-0.011180564761161804,-0.21201449632644653,-0.05671226978302002 +390,-0.05224146222380365,0.5740318498705507,0.1989309438931867,-0.04384816437959671,-0.543022096157074,-0.8385728001594543,-0.30815455317497253,-0.17329297959804535,-0.13559779524803162,-0.1541956514120102,-0.13861852884292603,-0.15758198499679565 +391,-0.040118352992031994,0.5414563907879332,0.17526492998596657,-0.03437056392431259,-0.5153846144676208,-0.8562694787979126,-0.8709079027175903,-0.006394583266228437,-0.1316784918308258,-0.125236377120018,0.16429513692855835,-0.0504077672958374 +392,-0.026809780283045908,0.5102522221947025,0.12486839582337217,-0.023391984403133392,-0.48839735984802246,-0.8723077774047852,0.36477768421173096,-0.18481282889842987,-0.5532868504524231,0.03331019729375839,0.10788893699645996,0.19989871978759766 +393,-0.031505571230675475,0.5120495288564302,0.08722942740711687,-0.027460191398859024,-0.48996493220329285,-0.8713095188140869,-0.6063128709793091,-0.5057483315467834,0.24400654435157776,0.19870957732200623,0.005773067474365234,0.4618246555328369 +394,-0.18525732054721777,0.35553242478610286,0.1655839783218058,-0.1726798564195633,-0.3480895459651947,-0.9214202761650085,-2.3031129837036133,-1.3240323066711426,1.5214310884475708,0.4313773512840271,-0.2233978807926178,0.6114532351493835 +395,-0.04282151832446168,0.10541185575425677,0.360811949872035,-0.0425708182156086,-0.10521674901247025,-0.9935377240180969,-2.4309213161468506,4.493149280548096,2.9072494506835938,0.724043607711792,-0.10105156153440475,0.3844678997993469 +396,0.3803838133864866,-0.17638424442798362,0.7791175862307305,0.3655163645744324,0.17547106742858887,-0.9141157865524292,0.28851547837257385,5.1657795906066895,3.5446979999542236,0.49204280972480774,0.5622150897979736,-0.07373815774917603 +397,0.9961945766636423,-0.1032893481685482,1.0623769949934494,0.8349351286888123,0.10310578346252441,-0.5406038761138916,-1.3501027822494507,6.848204612731934,1.1825429201126099,0.6767378449440002,1.0554635524749756,0.15513640642166138 +398,1.5721706501573478,-0.1409062712938226,1.4000484768711345,0.9900881052017212,0.1404404640197754,0.001360702095553279,-3.9051833152770996,4.0539045333862305,0.9555202722549438,0.6119167804718018,0.5723586082458496,-0.7421901226043701 +399,1.8047513165561007,-0.05875388732475918,1.6191852042784312,0.9710786938667297,0.05872008949518204,0.23142656683921814,0.03239668905735016,1.2582753896713257,-0.24442143738269806,0.06105637550354004,0.27372315526008606,-1.0247310400009155 +400,1.8566049548256534,-0.039086904345552606,1.6577634234471998,0.9587012529373169,0.03907695412635803,0.28171804547309875,0.33453133702278137,-0.33706650137901306,0.3679332137107849,0.2196739912033081,0.30470359325408936,-1.1068370342254639 +401,1.7466957201680986,-0.07037543218743299,1.5358702675183165,0.9821324348449707,0.0703173577785492,0.1745605617761612,2.44246244430542,-1.3525166511535645,-0.008522918447852135,0.3918910026550293,0.4433697462081909,-0.563385009765625 +402,1.5788552283569512,-0.10078683364524108,1.1498003599907054,0.994892954826355,0.10061629116535187,0.008017918094992638,5.074987411499023,-1.625454306602478,0.43920785188674927,0.4513808488845825,0.6264344453811646,-0.1336129903793335 +403,1.3921239415165425,0.05446426834715098,0.6492751299077432,0.9826213717460632,-0.05443734675645828,-0.1774597316980362,5.312900066375732,-1.082482099533081,1.8968098163604736,0.027129054069519043,0.3663422465324402,0.398956298828125 +404,1.5642350065168529,0.37916211806345856,0.05263039437493068,0.928955078125,-0.37014222145080566,-0.006095259450376034,5.477707386016846,1.187281608581543,2.471796989440918,-0.22196966409683228,0.8606054782867432,0.587272047996521 +405,1.8349394279924316,0.43690010759421977,-0.35617705418222084,0.8746421337127686,-0.4231327772140503,0.23655812442302704,1.5275362730026245,0.632920503616333,-0.6538088917732239,-0.46364670991897583,0.8297947645187378,0.5493762493133545 +406,1.8446721319427453,0.2807540364726298,-0.18105354239139088,0.925035834312439,-0.277080237865448,0.25987523794174194,-2.9933135509490967,1.1089003086090088,-4.2386040687561035,-0.02546924352645874,0.9098469614982605,0.23608112335205078 +407,1.9028404482362768,-0.11759010700318742,0.2905082862557489,0.9388492703437805,0.11731930077075958,0.32372501492500305,-2.3960886001586914,0.5819590091705322,-4.528223037719727,1.1957635879516602,0.29114317893981934,-0.37366706132888794 +408,1.901023516330897,-0.16869141731274187,0.5617476255540944,0.9325408339500427,0.1678924858570099,0.3196551501750946,-0.5633748769760132,-1.32256281375885,0.27276182174682617,-0.22445690631866455,-0.4686127305030823,-0.41657906770706177 +409,1.9544824607298061,-0.20545503333290344,0.6204951060599668,0.9077886343002319,0.2040126472711563,0.3664681315422058,-1.4404704570770264,0.9470342993736267,-1.2333602905273438,-0.14869433641433716,-0.2503535747528076,-0.0974251925945282 +410,2.0649603583655654,-0.22940249422993783,0.8358977969903705,0.8573018312454224,0.22739571332931519,0.46187034249305725,-0.880466639995575,0.42221808433532715,-0.41582489013671875,0.5624977946281433,-0.37207961082458496,-0.6727927923202515 +411,2.0053510153607093,-0.1837450317816216,0.7941232003704549,0.8917885422706604,0.1827128380537033,0.41391947865486145,1.105352520942688,-0.4725462794303894,1.023479700088501,0.5474967360496521,-0.05832318961620331,-0.17382240295410156 +412,1.9809633152931512,-0.11358508022501884,0.6723520142526929,0.9111447930335999,0.11334100365638733,0.39619284868240356,0.9319343566894531,-0.9131625890731812,2.0295190811157227,0.6546814441680908,0.13101321458816528,-0.37087851762771606 +413,1.9042082694637943,0.06377301141287652,0.4016406307172999,0.9430104494094849,-0.06372979283332825,0.3266037404537201,1.8340083360671997,-0.4043826758861542,2.8575828075408936,-0.15214741230010986,0.24797967076301575,0.03179478645324707 +414,1.8862475971872756,0.2822662554130933,0.18354685974017665,0.9130359888076782,-0.2785329222679138,0.2979681193828583,0.8474732041358948,-0.7261186242103577,2.231278896331787,-0.37185239791870117,0.606230616569519,0.07486525177955627 +415,1.9477731801669116,0.3587886589105119,0.030329385222762534,0.8705757856369019,-0.3511402904987335,0.34467098116874695,0.48406466841697693,0.19156168401241302,0.11447042226791382,-0.3579874038696289,0.6798756718635559,0.12090513110160828 +416,1.9694041587044726,0.24267746492540423,0.07607981871698057,0.8945975303649902,-0.24030248820781708,0.37676259875297546,-0.12039165943861008,0.9062624573707581,-2.5028860569000244,-0.08427947759628296,0.6395639181137085,0.2508466839790344 +417,1.9707151733971846,-0.05168602640655571,0.3675945347200576,0.9198625683784485,0.05166301503777504,0.38882365822792053,-1.5557879209518433,0.4249389171600342,-4.476260662078857,0.6175367832183838,0.44540730118751526,-0.1289513111114502 +418,2.040243910399724,-0.3509809221354896,0.5713085711439382,0.8374495506286621,0.3438190817832947,0.42481398582458496,-1.5201454162597656,-0.6929535865783691,-1.3600388765335083,0.5010668039321899,-0.6989826560020447,-0.09061592817306519 +419,2.074221444822884,-0.36279047683680804,0.6830935301342292,0.8189208507537842,0.35488444566726685,0.45102736353874207,-0.3040737211704254,0.8160116076469421,-0.2546572983264923,-0.058926403522491455,-0.4303544759750366,-0.1642536222934723 +420,2.164594580165763,-0.38885753898144104,0.7263264682782303,0.7669439315795898,0.3791314959526062,0.5177413821220398,0.4185270667076111,0.9471655488014221,-0.6262651085853577,0.08054441213607788,-0.266399621963501,-0.23163914680480957 +421,2.2550259808951676,-0.4681919412111786,0.7253353578143964,0.6915152072906494,0.45127353072166443,0.5640558004379272,0.3109780550003052,0.8020749092102051,-0.1198662519454956,0.6660439968109131,-0.3112894296646118,-0.13879334926605225 +422,2.2650484082838345,-0.4456279112153565,0.6260805622692777,0.6934775710105896,0.43102455139160156,0.5773268938064575,1.0412414073944092,0.7867159843444824,1.089102864265442,0.5660895705223083,-0.07747849822044373,-0.05012059211730957 +423,2.2567404945765506,-0.38792509253155777,0.3937448644480639,0.7163233757019043,0.3782685101032257,0.58633953332901,1.1392518281936646,0.6671925783157349,2.9140450954437256,0.732056200504303,0.002743542194366455,-0.14668792486190796 +424,2.2177571003546537,-0.13563143810315376,0.09175112502183388,0.7905916571617126,0.13521598279476166,0.5972285866737366,0.5512580275535583,-0.08938014507293701,4.5284037590026855,0.23240351676940918,0.2650526165962219,-0.44386231899261475 +425,2.1679979822972855,0.20072337836763918,-0.20526911020765037,0.8103102445602417,-0.19937823712825775,0.5510405898094177,0.5080738663673401,-0.6550818681716919,4.176052570343018,0.0560532808303833,0.8033668994903564,-0.27273547649383545 +426,2.243594413833787,0.3824426524024782,-0.48204868408684826,0.7255802154541016,-0.373187780380249,0.5781558752059937,0.990875244140625,-0.42811599373817444,2.0944817066192627,-0.20011329650878906,0.878162145614624,-0.15998876094818115 +427,2.2791670227589136,0.32179372561222963,-0.6006337926835359,0.7204415798187256,-0.3162687122821808,0.6172019839286804,1.4466180801391602,-0.5080429911613464,-1.46090829372406,-0.40459978580474854,0.9000089168548584,0.13081437349319458 +428,2.205888737865153,0.037172649389045395,-0.40781537085975006,0.804460883140564,-0.03716408833861351,0.592842161655426,0.3449106812477112,-0.818571925163269,-5.089081287384033,0.17939543724060059,0.8902372121810913,-5.346536636352539e-05 +429,2.1934496445183087,-0.4378750906791074,-0.12153760868313651,0.7356938123703003,0.42401599884033203,0.5281709432601929,-0.17833003401756287,-0.9689652323722839,-4.937760829925537,0.7116632461547852,-0.1103106439113617,0.15542256832122803 +430,2.2691712607569383,-0.5719543056415815,0.10732684091788545,0.6439929008483887,0.5412763357162476,0.540641188621521,0.04492159187793732,-0.1460847556591034,0.216280996799469,0.33527034521102905,-0.8402418494224548,-0.16893714666366577 +431,2.302629070974938,-0.5733281558692016,0.16820349529706535,0.6249935030937195,0.5424310564994812,0.5613839030265808,-0.21493518352508545,-0.10978374630212784,-1.2186121940612793,0.08148843050003052,-0.28820425271987915,-0.08729332685470581 +432,2.321440343973512,-0.6286330362055712,0.2293074991116285,0.5914580821990967,0.5880396366119385,0.551712155342102,0.19516541063785553,-0.1774025559425354,0.8329394459724426,0.8574858903884888,-0.6853450536727905,0.04095423221588135 +433,2.2707150491250774,-0.5782259715793143,0.08139489199933164,0.6405485272407532,0.5465391874313354,0.5394375920295715,0.7149131894111633,0.8466293811798096,1.6682311296463013,0.8859408497810364,-0.16812115907669067,0.12747842073440552 +434,2.2153687178281665,-0.3511299456187548,-0.17907191820090537,0.750583827495575,0.3439590334892273,0.5641952753067017,-0.18679675459861755,0.41986387968063354,4.547300815582275,0.7135428786277771,0.18544474244117737,-0.08833467960357666 +435,2.2087107732692735,0.06906710120104774,-0.45257262220045247,0.8014243245124817,-0.06901220232248306,0.59410160779953,0.057091668248176575,0.4899464547634125,4.463714599609375,-0.03610432147979736,0.7513852119445801,-0.23303282260894775 +436,2.3151741834999027,0.34794294406225873,-0.6891804535464149,0.6914348602294922,-0.34096473455429077,0.6369149088859558,0.2785216271877289,0.6231644153594971,2.310045003890991,-0.43955808877944946,0.9882426261901855,-0.30509740114212036 +437,2.3686311492807226,0.3472067881137105,-0.7770508142088045,0.6565908193588257,-0.34027260541915894,0.6731289625167847,0.7154722809791565,-0.420663446187973,-1.5480715036392212,-0.6093650460243225,1.0219132900238037,-0.217501699924469 +438,2.2705278514709115,0.06023573905183595,-0.5992774820995408,0.7636275887489319,-0.0601993203163147,0.6428442597389221,0.44127628207206726,-1.1305205821990967,-5.321571350097656,-0.06736910343170166,0.9969058632850647,-0.08148878812789917 +439,2.177964239376429,-0.4202689531594322,-0.19838581768551108,0.7497999668121338,0.4080060124397278,0.5208947658538818,-0.5664488077163696,-2.1313812732696533,-5.872611999511719,1.6120165586471558,0.4683825969696045,0.16771918535232544 +440,2.1879785872391913,-0.5116764966289223,0.07732857536649736,0.7110655307769775,0.4896396994590759,0.5046173930168152,-0.17425750195980072,-1.5507506132125854,-0.35901159048080444,0.057962119579315186,-0.6257634162902832,-0.3781067728996277 +441,2.2302008951242036,-0.5589533599993473,0.20388301339182302,0.6700732111930847,0.5302991271018982,0.519408106803894,-1.185195803642273,0.17244873940944672,-1.199899673461914,0.09666568040847778,-0.5112103819847107,-0.03799331188201904 +442,2.307963119448511,-0.5481939119056646,0.2958633943361983,0.6318867802619934,0.5211466550827026,0.5736948251724243,-0.44546371698379517,0.27978628873825073,0.2466968446969986,0.36387139558792114,-0.4394052028656006,-0.10235071182250977 +443,2.3193433354490263,-0.5003607646183019,0.26418051731314723,0.6428590416908264,0.4797421097755432,0.5971428751945496,0.04812052473425865,0.1617656946182251,0.6410018801689148,0.4567502737045288,-0.11307346820831299,-0.04009026288986206 +444,2.286667371936148,-0.4921910259918999,0.17735331269706855,0.6649597883224487,0.4725579619407654,0.5783747434616089,1.1997249126434326,0.6860730648040771,1.067092776298523,0.835360586643219,-0.10469910502433777,0.07239729166030884 +445,2.223635307966607,-0.356350225575507,-0.08049280235877816,0.7444575428962708,0.3488560914993286,0.569282054901123,0.5709234476089478,0.3900381028652191,3.667978048324585,0.4507175087928772,0.011266529560089111,-0.0433117151260376 +446,2.1951516739700527,-0.003326024646110368,-0.3171277355447607,0.811335563659668,0.003326018573716283,0.5845710635185242,-0.5139251947402954,0.34722957015037537,4.270092010498047,-0.038950979709625244,0.48999062180519104,-0.10167628526687622 +447,2.2530430411750664,0.28986279221780176,-0.5254386051719476,0.7437793612480164,-0.28582075238227844,0.6042344570159912,0.20975682139396667,0.5703706741333008,2.4735703468322754,-0.3732195496559143,0.8559043407440186,-0.09620827436447144 +448,2.2927804552225797,0.30957106232705933,-0.6170021405196742,0.7148206233978271,-0.30465012788772583,0.6294599175453186,1.0087183713912964,-0.10803108662366867,-1.4198181629180908,-0.5912854671478271,0.9576194882392883,-0.026432573795318604 +449,2.226904646669402,0.047353448984234575,-0.44162421176462957,0.791483998298645,-0.047335755079984665,0.6093539595603943,0.22831499576568604,-0.2652408480644226,-4.764970779418945,0.16475367546081543,0.8963042497634888,0.05074125528335571 +450,2.1836695965672392,-0.36531132293028284,-0.15081600114698931,0.7640208601951599,0.35724008083343506,0.5372627377510071,-0.21116170287132263,-0.9005091190338135,-4.316370964050293,0.961549699306488,0.07957321405410767,0.2922964096069336 +451,2.22691752268792,-0.464125970104246,0.09283048611911232,0.70854252576828,0.44764140248298645,0.545512855052948,-0.4154759347438812,-0.38435763120651245,-0.6814814805984497,-0.12413108348846436,-0.6446782350540161,-0.24453330039978027 +452,2.3102828281152474,-0.49175430001723197,0.22100713347699608,0.6512693166732788,0.4721730351448059,0.5940542221069336,-0.8885754942893982,0.30735525488853455,-1.1783779859542847,0.14482730627059937,-0.34819549322128296,-0.25254738330841064 +453,2.368596066257264,-0.5136925662605756,0.32742197957390734,0.6081600189208984,0.49139657616615295,0.6234344840049744,-0.14152008295059204,-0.13197235763072968,-0.31978583335876465,0.4713534712791443,-0.4706599712371826,-0.16307681798934937 +454,2.3348295450572447,-0.4968117046928466,0.2685077441328508,0.634760320186615,0.47662511467933655,0.6082004904747009,0.47885534167289734,-0.338114857673645,1.0475152730941772,0.454656183719635,-0.18055877089500427,0.015777170658111572 +455,2.2801205447015245,-0.47645564981576166,0.11584393467653115,0.6742914915084839,0.4586324691772461,0.578781008720398,0.9034368991851807,0.1523512899875641,1.6076380014419556,0.6995489001274109,-0.15797322988510132,0.054855525493621826 +456,2.2316886428826512,-0.28145790029324647,-0.10607067704454996,0.7583815455436707,0.2777564823627472,0.5896686911582947,-0.10171535611152649,0.3917776644229889,3.554333209991455,0.1157793402671814,0.002776414155960083,-0.09961730241775513 +457,2.2895606915469924,0.01912110407006741,-0.37561356780953253,0.7524822950363159,-0.01911993883550167,0.6583347916603088,0.29641973972320557,1.1831516027450562,3.7223060131073,-0.1199445128440857,0.5378119349479675,-0.1988012194633484 +458,2.4071939469286705,0.17201552386133193,-0.6034125314617111,0.6602507829666138,-0.1711684763431549,0.7312796711921692,1.1553725004196167,0.7282527685165405,1.2721549272537231,-0.3979675769805908,0.7613937258720398,-0.22760236263275146 +459,2.4436555393936774,0.06525697859364891,-0.6553854243519326,0.6412705779075623,-0.06521067023277283,0.7645386457443237,1.5940186977386475,0.06609569489955902,-2.172499418258667,-0.6017962098121643,0.6647895574569702,-0.09159564971923828 +460,2.385708583650739,-0.33671294146388453,-0.3983194556946432,0.6474143266677856,0.3303864002227783,0.6868040561676025,1.3919671773910522,-1.8678048849105835,-5.5598273277282715,1.2748117446899414,0.07099607586860657,0.31708699464797974 +461,2.2053889708580003,-0.1490614413693709,-0.15345370003368394,0.7963831424713135,0.14851005375385284,0.5862753987312317,-6.149489879608154,-5.846364974975586,2.3620760440826416,0.6419561505317688,-0.22352224588394165,0.12518101930618286 +462,1.3617488943326432,0.17025618925639555,0.29803708924193545,0.9640851616859436,-0.16943484544754028,-0.2045275866985321,-2.475818157196045,-7.805527687072754,1.8797740936279297,0.8116105794906616,-0.4373309016227722,-0.334977388381958 +463,0.5430390411531174,0.3961646490291467,0.408544037772222,0.4767175614833832,-0.3858828842639923,-0.7898321151733398,1.7994682788848877,-6.525031566619873,1.4241620302200317,0.33366143703460693,0.6487460732460022,0.45661067962646484 +464,0.062358483672302685,0.5885758194028433,0.44405623330947236,0.05183194950222969,-0.5551770329475403,-0.830115556716919,1.7496256828308105,-1.8482626676559448,-0.2656683921813965,0.06004548817873001,0.49253976345062256,0.9223854541778564 +465,-0.07145827938059697,0.6522874532685603,0.3909475865170149,-0.05673938989639282,-0.6070058345794678,-0.7926692366600037,-0.19059814512729645,-0.6454994082450867,-0.33381959795951843,-0.06752818822860718,-0.10144448280334473,0.5639858245849609 +466,-0.057143265482251356,0.5601997728635495,0.33849350170902465,-0.04838251695036888,-0.5313554406166077,-0.8457662463188171,-1.4726389646530151,-0.15084433555603027,-0.41215211153030396,-0.012652639299631119,0.11593490839004517,-0.0009286999702453613 +467,-0.007033574660376485,0.5056839694975775,0.28483467154061476,-0.0061532254330813885,-0.48440590500831604,-0.8748217225074768,-0.032157089561223984,-0.24374626576900482,-0.4513676166534424,-0.009303927421569824,0.17372173070907593,0.1022997498512268 +468,0.022506655154615824,0.5416336234903849,0.21015321976569418,0.01928359642624855,-0.5155364871025085,-0.8566506505012512,-0.2935684621334076,-0.39749452471733093,-0.4431982636451721,-0.03567153587937355,0.08107298612594604,0.24320155382156372 +469,0.06037457236078381,0.5236348279595238,0.15386002701287127,0.05225306749343872,-0.5000312328338623,-0.8644295334815979,-0.43651774525642395,-0.0793728306889534,-0.4376630187034607,0.04000157117843628,-0.1391441822052002,-0.1097373366355896 +470,0.09114614790109377,0.5481274676362003,0.12605183379353846,0.07768572866916656,-0.5210899114608765,-0.8499588966369629,0.23514118790626526,0.8287816047668457,0.16110992431640625,0.13738688826560974,-0.26386791467666626,0.042784273624420166 +471,0.10035927133677801,0.5272612977967774,0.2005134477974352,0.08658380061388016,-0.5031684637069702,-0.8598399758338928,-0.7232279777526855,1.0449401140213013,0.8137975335121155,0.24892644584178925,0.06846082210540771,0.2928844094276428 +472,0.17544499867216146,0.43012716695505854,0.33926664359893666,0.15864737331867218,-0.4169863760471344,-0.8949599862098694,-0.5873783826828003,1.2915345430374146,1.1244803667068481,0.09113900363445282,0.06488984823226929,0.2999892830848694 +473,0.20837600063742492,0.3054841063040787,0.5443182964045019,0.1972934603691101,-0.3007549047470093,-0.9330711364746094,-1.8418339490890503,1.0631190538406372,1.9861806631088257,-0.09010046720504761,0.03191030025482178,0.2906303405761719 +474,0.20372731410101358,0.11989338681368583,0.7360228796624952,0.20086857676506042,-0.11960636079311371,-0.9722891449928284,-1.5822170972824097,0.04044238477945328,1.027735710144043,-0.3279285132884979,-0.015235558152198792,-0.32186979055404663 +475,0.1723002402971162,0.07457455102911086,0.7874896793477292,0.17097245156764984,-0.07450544834136963,-0.982454776763916,-0.30894699692726135,-0.4364304542541504,-0.28138265013694763,-0.21667252480983734,0.03979170322418213,-0.428769588470459 +476,0.11881079363236485,0.03764658404050943,0.746754823044484,0.11844748258590698,-0.03763769194483757,-0.9922467470169067,0.16083019971847534,-0.3443506360054016,-0.5190199017524719,-0.04407614469528198,0.08762548863887787,-0.47162044048309326 +477,0.10648468441148644,0.10629536691891098,0.6567457829989776,0.10568369179964066,-0.1060953140258789,-0.9887238144874573,2.610574245452881,0.8870770335197449,-0.6948035955429077,0.13354359567165375,0.035996437072753906,0.17608648538589478 +478,0.5941513126625899,0.7206104264950568,0.5114417077543068,0.4206397533416748,-0.6598434448242188,-0.6226305961608887,9.115837097167969,6.504880428314209,1.4600399732589722,-0.3690803050994873,0.5236587524414062,0.37746763229370117 +479,1.9037079627177493,1.0370788965853595,-0.5457201370236504,0.48080500960350037,-0.8609218001365662,0.16625341773033142,2.7070682048797607,0.322384238243103,-2.0935161113739014,-0.4222264885902405,0.6505947113037109,0.30231356620788574 +480,1.6560606757219398,0.746818960868571,-0.22436933393091044,0.731187641620636,-0.679307758808136,0.06249576061964035,0.5747837424278259,2.6400864124298096,-3.6879923343658447,0.3641493320465088,0.5683305859565735,0.22691774368286133 +481,1.8063233826049079,0.2911692720926721,-0.02619906217438837,0.9314623475074768,-0.28707247972488403,0.22353330254554749,-3.1820149421691895,1.8278591632843018,-6.3409905433654785,0.8605908155441284,0.8322232961654663,0.19609865546226501 +482,2.009161417643274,-0.214000516911652,0.38333722280306093,0.8847928047180176,0.2123708575963974,0.4147774279117584,-1.7582546472549438,2.424102783203125,-4.008925437927246,1.3577609062194824,-0.3430166244506836,-0.2945229113101959 +483,2.0356882184618494,-0.18920637716041308,0.6416083997529832,0.8779178261756897,0.18807949125766754,0.44032523036003113,-0.8175543546676636,-1.2629915475845337,0.4076976478099823,-0.1915927529335022,-0.2861325144767761,-0.3544335663318634 +484,2.1047978786296895,-0.22081073757468533,0.7009101348333822,0.8398779630661011,0.2190207540988922,0.4966239929199219,-1.031522274017334,0.9911748170852661,-1.3318917751312256,-0.05482834577560425,-0.2945975065231323,-0.2945365309715271 +485,2.1981386216608088,-0.2372842638314515,0.8690265988552184,0.7869054675102234,0.2350638508796692,0.5705474019050598,-1.0426764488220215,-0.14592134952545166,-0.18358413875102997,0.6526238322257996,-0.42050397396087646,-0.5679383277893066 +486,2.1307116758045095,-0.19121621028429447,0.8319157913563232,0.8318569660186768,0.1900530755519867,0.5214342474937439,1.0848281383514404,-0.15893208980560303,0.1825912594795227,0.2061372995376587,-0.12244142591953278,-0.047526776790618896 +487,2.0745366150957896,-0.15595945695764457,0.6972937551303762,0.865153968334198,0.15532797574996948,0.4768460690975189,1.625752329826355,-0.4907972812652588,2.4789135456085205,0.717533528804779,-0.06926840543746948,-0.19016391038894653 +488,1.9907662451260166,0.07438405479650387,0.4037416761620372,0.9105762243270874,-0.07431548088788986,0.40660548210144043,1.3031164407730103,-0.7750456929206848,3.982273578643799,0.10201221704483032,0.29565948247909546,0.04404756426811218 +489,2.006650421944734,0.34983063125866287,0.13851656943732985,0.8516033291816711,-0.34273868799209595,0.3966134488582611,0.908393383026123,-0.1717534214258194,2.8605329990386963,-0.2276408076286316,0.6928668022155762,0.06232517957687378 +490,2.0788859517477682,0.49029747992040495,-0.022375850269254056,0.7707501649856567,-0.4708883464336395,0.42919474840164185,0.8022237420082092,0.5173884630203247,0.5061682462692261,-0.5260603427886963,0.8437368869781494,0.04558244347572327 +491,2.088005926600159,0.36562441167338705,-0.003650329812675838,0.811748743057251,-0.3575325012207031,0.46177348494529724,0.6579326391220093,0.2166002094745636,-2.8868768215179443,-0.3342858552932739,0.7820625305175781,0.10631126165390015 +492,2.0790012026679072,-0.019019983809521634,0.21875856481825148,0.8734613060951233,0.019018836319446564,0.4865216910839081,-1.9314826726913452,-0.31290531158447266,-5.3769917488098145,0.7415440678596497,0.6004727482795715,0.28421491384506226 +493,2.1551169180762053,-0.3714564715638661,0.44990932498400305,0.7772019505500793,0.3629729449748993,0.5140112042427063,1.2168755531311035,0.9331552386283875,-2.274186372756958,0.8949323892593384,-0.49950864911079407,0.00635915994644165 +494,2.194938433610612,-0.3911477800931361,0.5503581280702654,0.7501766085624695,0.3812497556209564,0.540262758731842,-1.2071361541748047,0.15415062010288239,-0.2135525345802307,-0.06073862314224243,-0.5132381916046143,0.002110898494720459 +495,2.1875821384363845,-0.2786604769942012,0.7689595073577457,0.7842745780944824,0.2750680446624756,0.5561038255691528,-4.945004940032959,-2.2186830043792725,-0.6525899171829224,-0.1524232029914856,-0.2430855631828308,-0.005002021789550781 +496,2.2505596341752563,-0.21732914952933302,0.8681442826759698,0.7594268918037415,0.21562236547470093,0.6138219833374023,4.185335159301758,3.6912288665771484,1.3028852939605713,0.3851194977760315,-0.1881260871887207,-0.6389533281326294 +497,2.3810210951943267,-0.38445761292361885,0.365046794369413,0.6390153765678406,0.3750563859939575,0.67155921459198,-0.4864824116230011,-1.0822155475616455,1.2734177112579346,0.32144904136657715,-0.024806201457977295,0.39596086740493774 +498,1.9522426873401677,-0.11808408215351984,0.9482070266754379,0.9216640591621399,0.11780984699726105,0.36967095732688904,-9.454095840454102,-7.121282577514648,-2.5215001106262207,0.05198413133621216,0.11491720378398895,-0.03315350413322449 +499,1.7766071413504088,-0.07151647338031014,1.2156566868239531,0.9763934016227722,0.07145552337169647,0.2038385421037674,8.568719863891602,3.607327938079834,2.5355756282806396,0.10989511013031006,0.19209426641464233,-1.0205347537994385 +500,2.089582554014231,0.008708426537776403,0.19533247510392848,0.8683887720108032,-0.008708316832780838,0.4958076775074005,5.943843364715576,3.265590190887451,4.418088912963867,-0.22793161869049072,0.44532328844070435,0.17391586303710938 +501,2.1217356947566697,0.14365131799429182,-0.06821340617486306,0.8432573676109314,-0.14315776526927948,0.5180959701538086,-1.6527862548828125,-1.5995628833770752,0.5126625895500183,-0.27675938606262207,0.5562894344329834,0.03933823108673096 +502,2.0685446400706446,0.12953310661797546,-0.017875603269083974,0.8712984919548035,-0.12917117774486542,0.473448246717453,0.194466233253479,-0.23360666632652283,-1.2664614915847778,-0.009512782096862793,0.5710504651069641,0.15026986598968506 +503,2.0990636379460397,-0.028340651239767627,0.10192096587197808,0.8633348345756531,0.02833685837686062,0.503835141658783,-0.909365713596344,0.09073462337255478,-2.4597835540771484,0.19820386171340942,0.25649896264076233,0.10412067174911499 +504,2.108790297733616,-0.20952926082544357,0.27078240588633723,0.8399567604064941,0.20799948275089264,0.5012072920799255,-1.0909857749938965,-0.8404520750045776,-2.2293930053710938,0.35274648666381836,-0.09601522982120514,0.07098197937011719 +505,2.176578006057209,-0.24752109687558024,0.35858373817110595,0.7970033288002014,0.24500136077404022,0.5520510077476501,1.0256839990615845,1.047207236289978,0.32786262035369873,-0.14736026525497437,-0.5210022926330566,-0.48767417669296265 +506,2.2065899457407787,-0.25854326993936344,0.35100189317559943,0.777858555316925,0.25567251443862915,0.5740798711776733,-0.6306097507476807,-0.21378879249095917,-0.5162743330001831,-0.14876914024353027,-0.25547415018081665,-0.11323392391204834 +507,2.0662496713261183,-0.2005110001433074,0.7818866845558239,0.8621271848678589,0.19917011260986328,0.46590515971183777,-4.87310791015625,-2.630286693572998,-1.622988224029541,0.4381350874900818,-0.05294516682624817,-0.26290231943130493 +508,2.1096120394165245,-0.2178264115507915,0.7527525221741544,0.8380343317985535,0.21610790491104126,0.5009945034980774,5.0316314697265625,3.318073272705078,1.8774915933609009,0.595040500164032,0.0023216307163238525,-0.26634496450424194 +509,2.2525809012221716,-0.3061307368147969,0.10657801445316084,0.7403495907783508,0.3013715445995331,0.6008804440498352,3.9149467945098877,2.161578416824341,3.8234965801239014,0.6186895966529846,-0.010066062211990356,0.23667430877685547 +510,2.258433800499036,-0.07152505140956851,-0.1058942774384723,0.7707721590995789,0.07146408408880234,0.6330906748771667,-1.5666464567184448,-0.30146896839141846,2.6418840885162354,-0.21732044219970703,0.04421281814575195,-0.15326255559921265 +511,1.861736117646759,0.25245189679343005,0.2198185328173095,0.9276096820831299,-0.2497788816690445,0.27776023745536804,-4.483791351318359,-3.6433441638946533,1.0993720293045044,-0.3405888080596924,0.3680192232131958,-0.02834010124206543 +512,2.163730650533051,0.2968165271207006,-0.12337776832856626,0.7930410504341125,-0.29247742891311646,0.5343620181083679,8.307904243469238,3.178589105606079,2.7562143802642822,0.04411715269088745,0.707745373249054,-0.4763023853302002 +513,2.342102864345607,0.05442058529947669,-0.4345072776684799,0.7159389853477478,-0.05439372733235359,0.6960405707359314,-1.9268720149993896,-1.0198278427124023,-2.4266490936279297,-0.19450050592422485,0.6934928297996521,0.5052533149719238 +514,2.111496199562725,-0.059730372166838186,0.20578276216618735,0.8558196425437927,0.05969486013054848,0.5138181447982788,-4.0546555519104,-0.2471216768026352,-4.782965183258057,0.5724791884422302,0.3852972090244293,-0.11977523565292358 +515,2.210972855063358,-0.33227663759193243,0.13970597139682814,0.758122980594635,0.32619598507881165,0.564663827419281,2.543985366821289,-0.12939263880252838,0.4131999611854553,0.41506415605545044,-0.5391935110092163,0.18617522716522217 +516,2.186631542195088,-0.2585954350425008,0.13550747770669974,0.7891497015953064,0.25572293996810913,0.5584340691566467,-2.16070556640625,-0.7840134501457214,-0.2746138572692871,-0.3948015570640564,-0.21888822317123413,-0.019051194190979004 +517,2.160457467934468,-0.23248647432447658,0.33633456621871977,0.8087689876556396,0.2303978055715561,0.5411189794540405,-1.5764870643615723,-1.2748838663101196,-1.2468774318695068,0.05313897132873535,-0.5936485528945923,-0.15714681148529053 +518,2.0132829763644633,-0.12026723992706301,0.5205459980204424,0.897162139415741,0.11997751891613007,0.4250950515270233,-2.4184913635253906,-2.56828236579895,0.8050342798233032,0.6357511281967163,-0.47851330041885376,-0.2814640402793884 +519,1.5283246070012695,0.0013162002495446204,0.7154060086684607,0.9990972876548767,-0.0013161998940631747,-0.0424589142203331,-1.7501710653305054,-7.2573957443237305,0.1439940631389618,0.7077202796936035,-0.06415927410125732,-0.5512148141860962 +520,0.9370522182742257,0.05213166552360086,0.7209174878874042,0.8047212958335876,-0.05210805684328079,-0.5913614630699158,1.7623943090438843,-5.694807529449463,0.003810589201748371,0.6810117363929749,0.8049919605255127,-0.5313496589660645 +521,0.45896461067406524,0.16110688395518621,0.5377628114454542,0.43728315830230713,-0.16041085124015808,-0.8849021792411804,2.048942804336548,-5.160470962524414,-0.9835262298583984,0.39998188614845276,0.47085094451904297,0.15930098295211792 +522,0.18103203218067737,0.3511683448339848,0.3805406232381078,0.1690569669008255,-0.3439950942993164,-0.9236271381378174,1.500419020652771,-3.7244153022766113,-0.4334237575531006,0.4673108160495758,0.4140787124633789,0.39594775438308716 +523,0.06989040874842596,0.4993629258541093,0.2818062277826647,0.061305999755859375,-0.4788663685321808,-0.8757445812225342,2.46336030960083,-0.5081297755241394,-0.9588568210601807,0.0069007910788059235,0.3365781605243683,0.061581432819366455 +524,0.07394832624776285,0.5462833317189549,0.19910331868366332,0.06312841176986694,-0.5195150971412659,-0.8521261215209961,0.8019565343856812,-0.4371212422847748,0.006482305005192757,0.14748865365982056,-0.0996408462524414,-0.0842599868774414 +525,0.07633610961105754,0.5530630485907985,0.19838621519002747,0.06489282101392746,-0.5252960920333862,-0.848441481590271,0.1958387792110443,0.8412340879440308,0.2420206218957901,0.16917699575424194,-0.22899162769317627,-0.1055532693862915 +526,0.07894853738795195,0.519893527910919,0.2385252992393486,0.0684460774064064,-0.4967877268791199,-0.8651688098907471,-0.8735897541046143,-0.33157867193222046,0.526233434677124,0.1318713128566742,0.013084113597869873,0.10120701789855957 +527,-0.0010614554059590528,0.44098690799881785,0.2515773283135371,-0.0009599067270755768,-0.4268321692943573,-0.9043303728103638,-0.5652430653572083,-1.1608679294586182,0.2644559144973755,0.03904584422707558,0.0409679114818573,0.15129387378692627 +528,-0.09019980564195382,0.46553972962365775,0.24804841253981383,-0.08049143850803375,-0.44890516996383667,-0.8899468183517456,-0.4381810426712036,-0.841977059841156,0.09904022514820099,0.013505354523658752,-0.16216355562210083,0.3037041425704956 +529,-0.1055237758631944,0.45894728203118457,0.2200810409000632,-0.09442862868309021,-0.4430045783519745,-0.8915324807167053,0.36420539021492004,-0.02579966001212597,-0.04448581486940384,0.0809551253914833,-0.2508125603199005,-0.1563953161239624 +530,-0.1360905837555277,0.361150073510094,0.21454866344367357,-0.12691891193389893,-0.35335034132003784,-0.9268414974212646,-1.277365803718567,-0.41504305601119995,0.4459550380706787,0.027828335762023926,-0.28878524899482727,-0.42034173011779785 +531,-0.13944053208733231,0.33339597098971435,0.22760255974662671,-0.13133586943149567,-0.32725387811660767,-0.9357647895812988,0.2303427904844284,0.646567702293396,-0.10614337772130966,0.0035129934549331665,0.22010666131973267,-0.09049558639526367 +532,-0.0997667759446667,0.3625299770180036,0.20825302565423243,-0.0931275263428688,-0.3546409010887146,-0.9303532242774963,0.5133100152015686,-0.42831599712371826,-0.36193105578422546,0.05069282650947571,0.1121482253074646,0.18634992837905884 +533,-0.10113129776035867,0.39866241829585447,0.15609100223428013,-0.09304189682006836,-0.3881860077381134,-0.9168723225593567,0.5581427216529846,0.45404690504074097,-0.3747517466545105,-0.07315683364868164,0.0540490448474884,0.2619498372077942 +534,-0.1269720803221923,0.4044155656132899,0.09206297454961405,-0.11641616374254227,-0.3934815526008606,-0.9119317531585693,-0.1281643807888031,-0.6165660619735718,-0.6293923258781433,-0.027687840163707733,-0.21181932091712952,-0.05626887083053589 +535,-0.10130760085996736,0.425377876373389,0.06207102116447426,-0.09212159365415573,-0.4126650094985962,-0.906212568283081,-0.2477675974369049,0.41615384817123413,0.17179511487483978,0.003666393458843231,-0.3673795461654663,-0.12163472175598145 +536,-0.14477141978350275,0.44068195600864385,0.10589216600638443,-0.13048319518566132,-0.42655637860298157,-0.8949993252754211,0.25648245215415955,-0.12640221416950226,0.5879876613616943,0.19070962071418762,0.03693845868110657,-0.05574530363082886 +537,-0.12792322240367807,0.4000497397436972,0.17068618124588272,-0.11750152707099915,-0.3894641697406769,-0.9135157465934753,-0.2239058017730713,0.9901329278945923,0.6696982979774475,0.055062562227249146,0.05526614189147949,0.18295544385910034 +538,-0.15932140730283864,0.33347618756800124,0.18037082043058245,-0.14990834891796112,-0.32732969522476196,-0.9329430460929871,-0.27960753440856934,-0.3219820261001587,-0.011762630194425583,0.06555777788162231,0.026899397373199463,0.26457762718200684 +539,-0.13422618840021108,0.3917484379462961,0.2456282707205223,-0.12368541955947876,-0.3818049728870392,-0.9159294962882996,0.560369074344635,0.6772027015686035,0.6924587488174438,-0.01327747106552124,-0.13649031519889832,0.40640801191329956 +540,-0.07518268316992925,0.2830583522041662,0.29502629338975084,-0.07212285697460175,-0.27929359674453735,-0.9574933052062988,-1.4792450666427612,0.8818000555038452,0.21235713362693787,-0.09442682564258575,-0.13731712102890015,-0.37559080123901367 +541,0.052840507009909,0.2180890358366548,0.300029273961719,0.05156485363841057,-0.216364324092865,-0.9749500155448914,-0.6556767225265503,0.7302416563034058,0.3548266887664795,0.06257088482379913,-0.0821738988161087,-0.6879833340644836 +542,0.3301571017702378,0.4312894884014852,0.2631461051766542,0.2945045828819275,-0.4180425703525543,-0.8593645691871643,3.0188546180725098,4.307190895080566,-0.004893578588962555,-0.10674518346786499,0.23455560207366943,0.3286333680152893 +543,1.1650857193359316,0.7506562997069903,-0.1175645688623588,0.6718806624412537,-0.682118833065033,-0.28860029578208923,5.489790439605713,6.716503143310547,-0.7354401350021362,-0.5656490921974182,0.5711721777915955,0.3383287489414215 +544,1.9967144661948182,0.5517703121475425,-0.6836005413013004,0.7755157351493835,-0.524195671081543,0.35184359550476074,3.8071610927581787,2.687547206878662,-3.143162250518799,-0.5604737401008606,0.98847496509552,0.15410727262496948 +545,2.116020688394939,-0.06604357675128976,-0.6172386700184902,0.8531471490859985,0.06599557399749756,0.517479419708252,2.121143341064453,0.14150066673755646,-7.874229431152344,0.6110711693763733,1.65804922580719,0.2941967248916626 +546,2.260258422966872,-0.8640131821071865,-0.36110379725852454,0.5010625720024109,0.7604547739028931,0.41309213638305664,0.317095011472702,-2.2631070613861084,-7.202087879180908,2.313466787338257,0.2979864478111267,0.9653260111808777 +547,2.299834102794281,-0.8030817063028283,-0.08609244943513283,0.517963707447052,0.7194997072219849,0.4626380205154419,-1.1025333404541016,0.8057986497879028,-0.6891425251960754,-0.087147057056427,-0.09965717792510986,0.1780632734298706 +548,2.3877585355603834,-0.7380549173721058,0.046376763260078786,0.5063336491584778,0.6728502511978149,0.5393506288528442,-1.3795396089553833,-0.4877186417579651,0.47580891847610474,0.143233060836792,-0.7622056603431702,-0.016294538974761963 +549,2.3751861755037287,-0.4959142153664748,0.10764048521701876,0.6100017428398132,0.475835919380188,0.6336231231689453,-3.2240099906921387,-1.7481915950775146,1.9059333801269531,0.37335097789764404,-0.2806606888771057,-0.24656862020492554 +550,1.9448594568215405,-0.0918928374058227,0.293438461808597,0.9269229173660278,0.09176356345415115,0.3638589084148407,-3.8387417793273926,-6.546458721160889,2.3544514179229736,0.3649929165840149,0.03604404628276825,-0.06498494744300842 +551,1.2081484778533302,0.09496554326950145,0.5407009667342829,0.9307479858398438,-0.09482286870479584,-0.35315266251564026,0.050711121410131454,-6.3394455909729,1.1316384077072144,0.5354384779930115,0.22647568583488464,-0.33347758650779724 +552,0.7021135998003897,0.16565657811727894,0.5099587031783579,0.636991560459137,-0.16489996016025543,-0.753027081489563,0.8462843298912048,-3.2213563919067383,-0.1678837239742279,0.30369752645492554,0.48548710346221924,-0.07830226421356201 +553,0.3935290395242376,0.2656374655046953,0.39494804092815283,0.3700007200241089,-0.26252442598342896,-0.8911679983139038,1.2193324565887451,-3.3133633136749268,-0.6592615842819214,0.1879369020462036,0.30480653047561646,0.3541349172592163 +554,0.20026495483946985,0.39920955035187355,0.2741415478736122,0.18328692018985748,-0.38869017362594604,-0.9029539823532104,1.8391116857528687,-1.7257535457611084,-0.44380879402160645,0.22485516965389252,0.25218504667282104,0.49821460247039795 +555,0.0764454087409471,0.523721438173641,0.21855509612435256,0.06613451987504959,-0.5001062154769897,-0.8634350299835205,1.1400617361068726,-1.153145670890808,-0.3687952756881714,0.07357495278120041,0.06880128383636475,0.3461925983428955 +556,0.02100819017721126,0.5278882736440458,0.2025271374438793,0.018147068098187447,-0.5037102103233337,-0.8636820912361145,-0.29977792501449585,-0.5162506699562073,-0.49729466438293457,-0.0573011189699173,-0.12154918909072876,-0.025355994701385498 +557,0.06450855615012359,0.5482986449644084,0.1549853107156809,0.0550142377614975,-0.521236002445221,-0.8516375422477722,0.7005550265312195,0.3462362289428711,-0.28817763924598694,0.10360087454319,0.016521036624908447,-0.18931710720062256 +558,0.06915603204277859,0.5722826435399927,0.131326053028384,0.05809086188673973,-0.5415524244308472,-0.8386574983596802,-0.4681677520275116,-0.7942203283309937,-0.23923359811306,0.03341609239578247,-0.27819550037384033,0.17236727476119995 +559,-0.009402183085088892,0.5650567218577834,0.15778996174289686,-0.007940574549138546,-0.5354637503623962,-0.8445209264755249,0.09653065353631973,0.3526645600795746,0.19544096291065216,0.007604882121086121,0.13551557064056396,0.4608997106552124 +560,0.024556425492160923,0.5972378515362285,0.18297326723410542,0.020303472876548767,-0.5623606443405151,-0.8266428112983704,0.36288806796073914,-0.14044025540351868,0.021026579663157463,-0.09394238889217377,0.022077441215515137,0.13331395387649536 +561,-0.02732259457983686,0.6246717467769025,0.12822759730122674,-0.022160105407238007,-0.5848310589790344,-0.8108524084091187,-0.3512350618839264,-1.4718079566955566,-0.5329027771949768,0.027500681579113007,-0.18756884336471558,0.03179967403411865 +562,-0.08697059225085549,0.5802931624294175,0.0635850189934001,-0.072642020881176,-0.5482691526412964,-0.8331410884857178,-0.5681735873222351,-0.6527907848358154,-0.10868905484676361,0.037211112678050995,-0.3997136354446411,-0.14561867713928223 +563,-0.09193761028038672,0.5423552959221773,0.05687586469448777,-0.07863324880599976,-0.5161547064781189,-0.8528781533241272,-0.44315460324287415,-0.0705362930893898,-0.3466269373893738,-0.011149466037750244,0.1939043402671814,-0.1929287314414978 +564,-0.0586694804273514,0.5162518013480256,0.03215907782920498,-0.0509941428899765,-0.49362388253211975,-0.8681791424751282,0.1312694549560547,0.6525415182113647,-0.07722465693950653,0.0648186057806015,0.12666529417037964,0.17674237489700317 +565,-0.02204708302098996,0.5269703943670329,0.02826872231934283,-0.019054515287280083,-0.5029170513153076,-0.864124596118927,0.6104180812835693,0.736870288848877,-0.10719022899866104,-0.0035284925252199173,0.17462420463562012,0.24815785884857178 +566,0.0419469538708471,0.5653426556649344,-0.007204440912905881,0.0354098342359066,-0.5357052087783813,-0.8436623215675354,-0.2273027002811432,0.20814095437526703,-0.20171253383159637,-0.0714816153049469,-0.14636272192001343,0.0607491135597229 +567,0.037277444341450965,0.5471216517576604,-0.02226719286395153,0.031828515231609344,-0.5202311873435974,-0.8534321784973145,-0.35306215286254883,-0.08571995794773102,-0.10400482267141342,-0.030806176364421844,-0.3072376847267151,-0.10242414474487305 +568,0.02437851069864281,0.5360339675548652,-0.013680038494672662,0.020957129076123238,-0.5107302665710449,-0.8594855666160583,-0.32695305347442627,0.025511493906378746,0.7687830924987793,0.2685936391353607,-0.09275484085083008,-0.14057546854019165 +569,0.008841021552905953,0.5128800013368932,0.062459999195841276,0.007703390438109636,-0.4906887114048004,-0.8713008761405945,-0.33497142791748047,-0.11303618550300598,0.6413265466690063,0.12228623032569885,0.0432705283164978,0.11373251676559448 +570,-0.03322114890404544,0.5017762336164184,0.12132660397767667,-0.029120607301592827,-0.48098358511924744,-0.8762458562850952,0.21465229988098145,-0.06735887378454208,0.3714374899864197,-0.049156978726387024,0.10924893617630005,0.17348706722259521 +571,-0.036817461313075145,0.5156090830139927,0.16087563751669873,-0.032023683190345764,-0.49306485056877136,-0.8694030046463013,0.2640174329280853,-0.07548442482948303,-0.14984263479709625,-0.08417199552059174,0.10161584615707397,0.17708122730255127 +572,0.004485008086913712,0.5574348237456922,0.14595616215635765,0.003806032007560134,-0.529011070728302,-0.8486063480377197,0.0782201886177063,0.5962440371513367,-0.057331763207912445,-0.014838136732578278,-0.14184153079986572,0.0518229603767395 +573,-0.006686522905010217,0.528332660789026,0.11539817020992235,-0.005774764344096184,-0.5040940642356873,-0.8636294603347778,-0.45779120922088623,-0.4911195635795593,-0.017931800335645676,-0.04892799258232117,-0.3226271867752075,-0.25941741466522217 +574,-0.023568465550860868,0.5115239045185473,0.08042452288409144,-0.02054978907108307,-0.48950666189193726,-0.8717573881149292,-0.3074803650379181,-0.047489747405052185,-0.32521000504493713,-0.0017738193273544312,0.055180490016937256,-0.0817338228225708 +575,-0.02064690428257411,0.4840682533009139,0.042110694106855126,-0.01827346161007881,-0.4653838574886322,-0.8849202990531921,0.3075646758079529,0.10721438378095627,-0.5488244295120239,-0.006445776671171188,0.1075347363948822,0.12602442502975464 +576,0.0031968045901928084,0.5274384964042793,0.002497689700992223,0.002762351417914033,-0.5033215880393982,-0.8640947341918945,0.31773287057876587,0.06591516733169556,-0.39073777198791504,-0.06246999278664589,0.14078807830810547,0.34454822540283203 +577,0.048647516423183775,0.5477789359343707,-0.03827348681667019,0.041513197124004364,-0.5207924246788025,-0.852673351764679,-0.457320898771286,-0.08594542741775513,-0.10692159831523895,-0.037439100444316864,-0.1951194405555725,0.07519233226776123 +578,0.08253545346119778,0.5138202639981945,-0.05171473299594519,0.07179633527994156,-0.49150779843330383,-0.8679086565971375,0.587790310382843,0.34953972697257996,-0.5248979330062866,-0.009433664381504059,-0.23806068301200867,-0.32546597719192505 +579,0.11801376695032878,0.5200468471820299,-0.04665627365746636,0.1021743044257164,-0.49692079424858093,-0.8617599010467529,-0.34868961572647095,0.2719706892967224,0.5465996265411377,0.1609940230846405,0.00010988116264343262,-0.16331028938293457 +580,0.09480713031868475,0.49865259193309547,0.02106265252201303,0.08313757181167603,-0.4782426357269287,-0.8742837309837341,-0.04290700703859329,0.1793901026248932,0.4394088089466095,0.006599359214305878,0.0843675434589386,0.0932626724243164 +581,0.062062812497915065,0.5068960988294438,0.07942346623317119,0.054223932325839996,-0.48546597361564636,-0.8725723624229431,0.3529369533061981,-0.06483381241559982,0.32632461190223694,-0.10903350263834,0.13396450877189636,0.2138962745666504 +582,0.05619797982202543,0.5576465075868184,0.08658647284484333,0.04765905439853668,-0.529190719127655,-0.8471633791923523,0.6250554323196411,0.2154921591281891,-0.16212718188762665,-0.10272801667451859,0.004303634166717529,0.2054855227470398 +583,0.04849811782640897,0.5719058345480312,0.08573016429504887,0.04076467454433441,-0.5412355661392212,-0.8398822546005249,0.13726727664470673,0.20713987946510315,-0.2134016901254654,-0.06990896165370941,-0.03125888109207153,-0.13458973169326782 +584,0.03175535345674277,0.5541548822100166,0.07565254366900598,0.026998482644557953,-0.5262248516082764,-0.8499167561531067,-0.49472931027412415,-0.1288473904132843,0.21625281870365143,-0.05930133908987045,-0.13199353218078613,-0.2738625407218933 +585,0.017840139303777376,0.5336134715099505,0.051360448829835786,0.015359094366431236,-0.5086477398872375,-0.8608376979827881,-1.3706202507019043,-0.09010393172502518,-0.2223270833492279,-0.031869105994701385,0.06597501039505005,0.031003713607788086 +586,0.055965406877137885,0.5101035330838981,0.0015077722134427477,0.048815179616212845,-0.48826760053634644,-0.8713276386260986,1.3139046430587769,0.4991944432258606,-0.8219470381736755,-0.024279046803712845,0.19101113080978394,0.08217358589172363 +587,0.12284582015729766,0.6132955710123312,-0.09226744681378696,0.10020538419485092,-0.5755655765533447,-0.8115929961204529,-0.15643487870693207,-0.019270554184913635,-0.5530185699462891,-0.14100739359855652,0.06610506772994995,0.5371179580688477 +588,0.14513226625750203,0.5353802986394663,-0.12185643266523155,0.12438683956861496,-0.5101681351661682,-0.8510324954986572,-0.89338618516922,0.17431707680225372,-0.28985396027565,0.0054044052958488464,-0.10962855815887451,-0.016170203685760498 +589,0.18248291110094297,0.5078915022527227,-0.13887740510902444,0.1585649698972702,-0.48633599281311035,-0.8592638969421387,-0.378258615732193,0.6641402244567871,0.36764979362487793,0.3059583306312561,-0.23905158042907715,-0.28197145462036133 +590,0.11077900317365544,0.5196406521905561,-0.08500141570757694,0.0959593653678894,-0.4965682625770569,-0.8626770973205566,-0.24833302199840546,-0.40783947706222534,0.5199741125106812,0.1465638279914856,0.0870528519153595,-0.01297903060913086 +591,0.07506210368044246,0.50799866223563,0.020625828944715374,0.06552167236804962,-0.4864296019077301,-0.8712595105171204,0.13245289027690887,0.5004971027374268,1.432037115097046,0.10554460436105728,0.00997394323348999,0.38503825664520264 +592,0.06310689679258606,0.5425280242368778,0.192368925853131,0.054009273648262024,-0.5163026452064514,-0.8547014594078064,-0.11252032965421677,-0.12500211596488953,0.9332587718963623,-0.17472155392169952,0.1548067331314087,0.3925279974937439 +593,0.0166814554283783,0.523924916959846,0.2625025788862301,0.014443173073232174,-0.5002824068069458,-0.8657417893409729,-0.8651204109191895,-0.3848443925380707,-0.1181899905204773,-0.16581036150455475,-0.0625380277633667,0.021305203437805176 +594,-0.03883359803366241,0.42079552311508633,0.20657054953084486,-0.03543701395392418,-0.4084866940975189,-0.9120761156082153,-1.589617133140564,-1.549858808517456,-0.4772801101207733,-0.06421813368797302,-0.2590700685977936,-0.31308257579803467 +595,-0.10550124937408994,0.4190874717088732,0.14643561185450027,-0.09619256108999252,-0.40692704916000366,-0.9083817005157471,0.3379476070404053,1.5883547067642212,-0.632452130317688,-0.04557683318853378,0.14012715220451355,0.21111613512039185 +596,0.05019066689353227,0.4408527641631938,0.06642979765977437,0.04537278786301613,-0.426710844039917,-0.9032492637634277,-2.4717860221862793,-1.313590168952942,-1.3467992544174194,0.07878798246383667,0.07520937919616699,0.14682531356811523 +597,0.0022994245806305614,0.37675269857898175,-0.07371491828663633,0.002138150855898857,-0.36790287494659424,-0.9298617839813232,0.07097722589969635,-0.9035837054252625,-1.2613754272460938,0.009305940940976143,0.004148602485656738,0.32114291191101074 +598,-0.00039859322606744226,0.38684723012933475,-0.17604040416933325,-0.0003691384044941515,-0.37727051973342896,-0.9261030554771423,0.47732013463974,0.09343975782394409,-0.120029017329216,0.1863890439271927,-0.18957820534706116,0.06294387578964233 +599,-0.022554533291510626,0.3803934228694255,-0.16798466747614763,-0.02094052918255329,-0.3712857961654663,-0.9282824993133545,-0.19717389345169067,-0.3074648082256317,0.011147720739245415,0.0054528601467609406,-0.2338167428970337,-0.1485607624053955 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/r9.csv b/BoostRunClub/CoreML/DataSet/Motion/running/r9.csv new file mode 100644 index 0000000..b60e75f --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/r9.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-0.043591552848830074,0.3395462172064617,-0.1438804752751651,-0.04108971729874611,-0.33305925130844116,-0.9420101642608643,0.1940302848815918,0.6992442607879639,0.9056602716445923,0.1749092936515808,0.009038865566253662,-0.5720279216766357 +1,0.04331208762693768,0.6729787929778788,-0.037901583512544586,0.03385809436440468,-0.623318076133728,-0.7812350392341614,-0.12237651646137238,0.019290702417492867,-0.2816503345966339,-0.05047491565346718,0.13686788082122803,0.11959874629974365 +2,0.045155970328901354,0.6507585496747209,-0.07497084687202539,0.03591499105095863,-0.6057900786399841,-0.7948135137557983,-0.45618104934692383,0.3281136453151703,-0.5226222276687622,-0.053004831075668335,0.1550149917602539,0.36042630672454834 +3,0.05579136635483865,0.6355634816043229,-0.09439970697226734,0.04487410932779312,-0.5936310887336731,-0.8034852147102356,-0.006477684713900089,-0.0843610167503357,-0.12835896015167236,0.013032995164394379,-0.03309321403503418,0.1502106785774231 +4,0.06454655346641931,0.612111496632799,-0.10399195981262722,0.05279058590531349,-0.5745968818664551,-0.8167322278022766,-0.12846359610557556,0.25148165225982666,-0.5992265939712524,-0.0728864073753357,-0.3356051445007324,-0.1733648180961609 +5,0.0977004367478315,0.5837856186882167,-0.12473721417616952,0.08138985931873322,-0.5511865019798279,-0.8304029703140259,-1.073081374168396,0.22848522663116455,-0.6043891310691833,-0.07128854095935822,-0.16496944427490234,-0.13724839687347412 +6,0.054211071228189286,0.5591554116017395,-0.15563416151600204,0.045932404696941376,-0.5304704308509827,-0.8464580774307251,-0.34332552552223206,-1.5455883741378784,-0.4622477889060974,-0.056628815829753876,0.12829452753067017,0.0522228479385376 +7,-0.07688659422880363,0.5380342167513855,-0.16857354149828604,-0.06595885008573532,-0.5124489068984985,-0.8561807870864868,-0.5747395753860474,0.00544826639816165,0.28801974654197693,0.024439677596092224,0.18339312076568604,0.3472849130630493 +8,-0.11377409794302486,0.5266412753424438,-0.22725551510668268,-0.09814566373825073,-0.5026325583457947,-0.8589109182357788,-0.691422700881958,0.2616524398326874,-0.9555112719535828,0.17418020963668823,0.006981313228607178,0.4791959524154663 +9,-0.16555880108249943,0.45798833680363965,-0.20408928223744202,-0.14781948924064636,-0.4421446621417999,-0.8846793174743652,0.6470807194709778,-2.488893747329712,-0.1554652899503708,-0.21599581837654114,-0.05756542086601257,0.25307226181030273 +10,-0.3532292846538642,0.35901427076140696,-0.22150996025667405,-0.323874294757843,-0.3513515293598175,-0.8784403800964355,-2.572295665740967,-1.3358346223831177,0.3978760540485382,-0.516274631023407,0.022829800844192505,0.33043622970581055 +11,-0.7342527265224541,0.2858986197714775,-0.20259020634185917,-0.6428350806236267,-0.282019704580307,-0.7121993899345398,-3.749181032180786,-3.494277238845825,0.960657000541687,-0.3490014672279358,0.5791083574295044,0.7610122561454773 +12,-1.0340050119359425,-0.03885573166812868,-0.42090398455432354,-0.8587052822113037,0.038845956325531006,-0.5109952092170715,-4.5878496170043945,-2.955657720565796,1.5826390981674194,-0.1841718554496765,0.790225088596344,0.12110269069671631 +13,-1.3531296845673784,-0.3132464190961061,-0.804311014333547,-0.9288905262947083,0.30814871191978455,-0.20544332265853882,-4.315443515777588,-2.5065536499023438,0.9158374071121216,-0.0241277813911438,0.23652905225753784,-0.5470134019851685 +14,-1.7022386500446158,-0.37652553808758193,-1.0317413025148923,-0.9219260215759277,0.36769163608551025,0.1218828335404396,-0.4839881360530853,-2.998792886734009,-0.19450484216213226,-0.34015893936157227,-0.37498530745506287,-1.0215104818344116 +15,-1.780764899622202,-0.29458388364607857,-1.111935272586157,-0.9359065294265747,0.29034167528152466,0.19945065677165985,-0.5181485414505005,0.4703693389892578,-1.2581968307495117,-0.3175113797187805,-0.21310171484947205,-1.0165435075759888 +16,-1.6909753087452188,-0.2497198779133663,-0.9722656579138023,-0.9619925618171692,0.2471325397491455,0.11617111414670944,3.3397481441497803,0.028068847954273224,-0.5303663611412048,-0.5618873834609985,0.311964750289917,-0.825124979019165 +17,-1.5625861228443074,-0.1671272975910359,-0.44178081420589593,-0.9860334396362305,0.1663503646850586,-0.00809571798890829,7.11772346496582,-0.7171953916549683,-1.9816758632659912,-0.47469037771224976,0.8255777359008789,-0.21002864837646484 +18,-1.5503111070459041,0.0970878763887502,0.08508973191878448,-0.995081901550293,-0.09693542122840881,-0.020387323573231697,2.4948670864105225,0.4800185263156891,-2.5614607334136963,0.6136578917503357,0.5670281648635864,0.5410934686660767 +19,-1.587761125227129,0.2950957417829465,0.26943337562042025,-0.9566366076469421,-0.29083144664764404,0.01623070426285267,0.6916777491569519,-0.30289342999458313,-0.811159074306488,0.7217275500297546,0.8261250257492065,0.41313636302948 +20,-1.624342139077988,0.24078934246694939,0.24387956352421772,-0.9697580337524414,-0.23846927285194397,0.05197616666555405,-1.9022043943405151,0.12936320900917053,1.754523515701294,0.26609909534454346,0.8479205965995789,0.5120192766189575 +21,-1.5449585125266025,-0.021169467447312965,-0.09810431033583955,-0.9994422793388367,0.02116788551211357,-0.025829151272773743,-6.100217342376709,0.48755723237991333,2.432440996170044,-0.7172325849533081,0.8923605680465698,0.6319692730903625 +22,-1.6638470126115468,-0.24671177262966898,-0.645691219302243,-0.9655255675315857,0.24421662092208862,0.09010301530361176,-3.2095160484313965,-0.3809165060520172,1.943893551826477,-0.8058366775512695,0.4665530323982239,-0.6851195096969604 +23,-1.7421951463440155,-0.29134150082912974,-0.8558660203073407,-0.9438239336013794,0.2872374653816223,0.16337329149246216,-1.2468560934066772,-0.2913745939731598,0.06562613695859909,0.23210835456848145,-0.4672912061214447,-0.3472263813018799 +24,-1.8545003419839041,-0.2579752422315102,-1.0989867709292946,-0.9282565116882324,0.2551233172416687,0.2706507444381714,-2.1324357986450195,-0.6924031972885132,0.12020406126976013,0.1015048623085022,-0.401378870010376,-0.7726649045944214 +25,-1.9112691490459899,-0.16022495372573944,-1.1832972861840199,-0.9305236339569092,0.15954028069972992,0.32965561747550964,0.46579718589782715,-0.1121385395526886,-1.0342586040496826,-0.19078373908996582,-0.043573468923568726,-0.834477424621582 +26,-1.9215353482176314,-0.15727944303826474,-1.0587634134581971,-0.927527666091919,0.15663181245326996,0.33935102820396423,1.8990206718444824,-0.671183168888092,-0.6597777009010315,-0.6136101484298706,0.03846709430217743,-0.43946394324302673 +27,-1.8831599205724923,-0.14964769334502667,-0.7377857680301256,-0.9409743547439575,0.1490897685289383,0.303874135017395,3.696697473526001,0.37735357880592346,-2.181309223175049,-1.0361679792404175,0.6520271897315979,-0.24225914478302002 +28,-1.802556881063821,0.04066051126249632,-0.277495123633407,-0.972459077835083,-0.04064930975437164,0.22950151562690735,3.2692718505859375,0.2817698121070862,-2.829824209213257,0.4075634479522705,0.49038684368133545,0.29874253273010254 +29,-1.8193303164225978,0.21494552940973463,-0.027491515579577713,-0.946969211101532,-0.21329420804977417,0.24032270908355713,1.1558839082717896,-0.3529047667980194,-1.5586326122283936,0.665932834148407,0.6145545840263367,0.38330399990081787 +30,-1.8498079135648415,0.27189265023412296,0.011949610307051604,-0.926013171672821,-0.26855504512786865,0.26528841257095337,0.27084940671920776,-0.5202856063842773,0.5745282173156738,0.44803160429000854,0.7035983800888062,0.1842813491821289 +31,-1.874375587665495,0.11679653882826699,-0.05645554746835726,-0.9477710127830505,-0.11653117090463638,0.29690098762512207,-0.33492568135261536,-0.5072206258773804,2.5887269973754883,0.02766627073287964,0.4482572674751282,0.35927265882492065 +32,-1.8632358219426133,-0.0972892188686121,-0.4117574634313835,-0.9530154466629028,0.09713581204414368,0.2869257628917694,-3.8090641498565674,1.2735939025878906,3.19879150390625,-0.6680936217308044,0.3682420253753662,-0.2176966369152069 +33,-1.8585014028819946,-0.19164739596892683,-0.6555328711804517,-0.9413419365882874,0.19047638773918152,0.2785573899745941,-1.6482322216033936,1.2337597608566284,-0.12427900731563568,-0.43573325872421265,-0.6318826079368591,-0.35710954666137695 +34,-1.807850809910426,-0.07892854045922179,-0.7519439328314382,-0.969007670879364,0.07884661853313446,0.23410937190055847,-1.348127841949463,0.8335716128349304,-1.429133415222168,-0.052278220653533936,-0.7185255885124207,-0.40625911951065063 +35,-1.7404807686488744,0.1305994124227045,-0.71547292403327,-0.9772443175315857,-0.13022847473621368,0.16743320226669312,0.4163297712802887,1.0089772939682007,-2.705131769180298,-0.44833844900131226,-0.20528176426887512,-0.3870225250720978 +36,-1.6799287635033893,0.3866602235327007,-0.5792392992111075,-0.9206637740135193,-0.37709730863571167,0.10087507218122482,1.1053739786148071,1.9062360525131226,-2.7394931316375732,-0.6233119964599609,-0.08123090863227844,-0.48350441455841064 +37,-1.509427989305406,0.6494073922395743,-0.4474991201433435,-0.79494309425354,-0.6047145128250122,-0.048845671117305756,0.8603274822235107,2.992927074432373,-2.420564651489258,-0.917733907699585,0.4402552843093872,-0.34437334537506104 +38,-1.2367264275016145,0.8585597850049415,-0.37161346308535054,-0.6173985004425049,-0.7569020986557007,-0.21428582072257996,0.19108423590660095,4.645145893096924,-1.5592457056045532,-0.5346248149871826,0.4540303945541382,0.10150814056396484 +39,-0.68719693989137,0.9408293786361421,-0.443626245078181,-0.3737204968929291,-0.8080469965934753,-0.4554043114185333,0.5199625492095947,4.631009578704834,-0.5146458148956299,-0.3271920084953308,0.6445643305778503,0.35921287536621094 +40,-0.34412093176365416,1.067331230904871,-0.45626411289394136,-0.16276836395263672,-0.875916063785553,-0.4541778266429901,1.927290678024292,1.8784970045089722,-0.5377675890922546,-0.2770051956176758,0.501801073551178,0.2979888916015625 +41,-0.22742154363338143,1.25505446434074,-0.4069191958984699,-0.07001218944787979,-0.950566291809082,-0.30252623558044434,1.559524655342102,1.4061390161514282,0.1925990730524063,-0.1525525152683258,0.09998035430908203,0.49315428733825684 +42,-0.5876527923588623,1.3666761844835225,0.04544217320324664,-0.11238189041614532,-0.9792397022247314,-0.1687006652355194,0.4987918734550476,0.9094529151916504,0.335158109664917,-0.32199007272720337,-0.13657450675964355,0.2889094352722168 +43,-0.6741313461013189,1.3493369046614407,0.17346817091521483,-0.13711166381835938,-0.9755779504776001,-0.17160393297672272,-0.776135265827179,0.4277961254119873,0.5633834600448608,0.008968383073806763,0.17017334699630737,0.21805168688297272 +44,-0.6199718772260022,1.2900236947611443,0.15456799219166875,-0.16099759936332703,-0.9608416557312012,-0.22552898526191711,-0.3719261884689331,0.6102650761604309,-0.08168209344148636,-0.14857271313667297,0.2989305853843689,0.0335734486579895 +45,-0.5829992270159574,1.2804232209734179,0.12748948637080204,-0.15762200951576233,-0.9581370949745178,-0.23901550471782684,-0.4934788942337036,0.08553093671798706,0.24924567341804504,-0.004655197262763977,0.20516175031661987,0.09031863510608673 +46,-0.6603114448257664,1.3067625700490517,0.20736248223091805,-0.1600731462240219,-0.9653451442718506,-0.2061193585395813,-0.024159900844097137,-0.01726643741130829,0.38698679208755493,-0.016806721687316895,-0.06534016132354736,0.1860388219356537 +47,-0.8073595157317968,1.3406755264039658,0.3472765122034819,-0.16479051113128662,-0.9736388325691223,-0.15770690143108368,0.8700910806655884,0.005450431723147631,-0.037370361387729645,-0.02107679843902588,-0.4334504008293152,-0.1962970495223999 +48,-1.052198030443589,1.3928663167555524,0.552455433593188,-0.15372033417224884,-0.9842121601104736,-0.08772852271795273,0.10747042298316956,-0.25452712178230286,-0.12906724214553833,0.11191126704216003,0.09172570705413818,-0.17672157287597656 +49,-0.97975150246442,1.3471188210142278,0.48477447565732773,-0.18418799340724945,-0.9750882983207703,-0.12360302358865738,0.2855813503265381,-0.2897811532020569,0.10895463824272156,-0.12081995606422424,0.07794779539108276,-0.09563523530960083 +50,-1.067509102657198,1.3595201180114875,0.5420957031208697,-0.18370455503463745,-0.9777640700340271,-0.10114376991987228,-0.25134435296058655,-0.0757259950041771,0.08180196583271027,0.07718293368816376,0.4053000807762146,0.14864438772201538 +51,-1.116373835571841,1.3622020190834112,0.5506951767233091,-0.18606895208358765,-0.9783229827880859,-0.09089863300323486,0.1668717861175537,-0.331754207611084,0.18517152965068817,0.15594808757305145,0.05888938903808594,0.019121289253234863 +52,-1.1789208946664365,1.3440998363317689,0.5910652399260191,-0.20772171020507812,-0.9744142293930054,-0.08584076911211014,0.16157536208629608,-0.2761417627334595,0.08189673721790314,-0.08112716674804688,-0.32175886631011963,-0.012517385184764862 +53,-1.3330012102794457,1.375536881473334,0.6934982263613457,-0.1885615438222885,-0.9809973835945129,-0.045703742653131485,0.22812148928642273,-0.8088226914405823,-0.6982822418212891,-0.12923327088356018,-0.12166374921798706,-0.07763302326202393 +54,-1.0942511081014152,1.3437925421337809,0.4210255106312152,-0.19998420774936676,-0.9743450880050659,-0.10323736071586609,-0.4431951642036438,-0.8065283298492432,-0.2269277423620224,-0.29971063137054443,-0.13869202136993408,-0.1038549542427063 +55,-1.0147809737634679,1.348001605752301,0.27350621391332475,-0.18767240643501282,-0.9752837419509888,-0.1166219711303711,-0.36020955443382263,-0.008355772122740746,0.08428675681352615,0.15152433514595032,0.31886589527130127,-0.043015480041503906 +56,-0.9170546426919547,1.3337346454727577,0.16167568239450206,-0.1864248365163803,-0.9720322489738464,-0.14282478392124176,-0.08870070427656174,0.20759926736354828,0.2072542905807495,0.1261526197195053,0.227647602558136,-0.07339225709438324 +57,-0.9949625345374363,1.3215508001942395,0.2531253240826166,-0.20689423382282257,-0.9690988063812256,-0.13432195782661438,0.34394800662994385,0.21804848313331604,0.04256875813007355,-0.012069404125213623,-0.12748932838439941,0.008726894855499268 +58,-1.0473147309537005,1.3346161655517315,0.3516429093497831,-0.20265546441078186,-0.9722388982772827,-0.11697153002023697,0.4207133948802948,0.5917680859565735,-0.14976349472999573,0.026340171694755554,-0.5001121759414673,-0.03579949587583542 +59,-0.9925915926703256,1.33567757191317,0.35088802855837925,-0.19509001076221466,-0.972486674785614,-0.12731683254241943,-0.6903850436210632,1.503228783607483,0.8642611503601074,0.26524990797042847,0.0030500292778015137,-0.20518743991851807 +60,-0.9843861843042592,1.2965140157323445,0.42989443829572516,-0.2256050705909729,-0.9626198410987854,-0.14988498389720917,0.3286071717739105,0.31946948170661926,-0.02118687517940998,-0.012737229466438293,0.2013435959815979,0.007108449935913086 +61,-0.9625530907330144,1.3054807654484195,0.4639899043983305,-0.21518641710281372,-0.9650098085403442,-0.14983583986759186,-0.12953785061836243,0.6313439011573792,-0.08712753653526306,0.08234339952468872,0.4012739062309265,0.15659548342227936 +62,-0.983370026728885,1.3069980388746547,0.49648082700234947,-0.21703985333442688,-0.9654065370559692,-0.1445126235485077,0.225382000207901,-0.13160748779773712,0.24408777058124542,0.18327216804027557,0.08103764057159424,-0.0449710488319397 +63,-1.1429721890068825,1.304066235685004,0.6518344078742379,-0.239822655916214,-0.9646379351615906,-0.10935676097869873,0.8733034133911133,-0.3701523542404175,0.2743203341960907,-0.06303378939628601,-0.3693769574165344,-0.19269096851348877 +64,-1.3205918750311707,1.36171540457287,0.7960607521994866,-0.20109781622886658,-0.9782220721244812,-0.05139250308275223,0.18666230142116547,-0.21219725906848907,-0.5609248876571655,-0.09568560123443604,-0.03210806846618652,-0.05757051333785057 +65,-1.0418617447365779,1.3333301654437557,0.5342987495139014,-0.20309396088123322,-0.9719371795654297,-0.11870571970939636,-0.49635228514671326,0.03462810069322586,-0.2070467472076416,-0.2835088074207306,-0.1536273956298828,0.029640138149261475 +66,-1.0020445098090007,1.3657416503419475,0.4556301799385031,-0.17156609892845154,-0.9790498614311218,-0.10966659337282181,-0.2864871919155121,0.2400948405265808,-0.11583031713962555,0.17689140141010284,0.4906464219093323,0.04106305539608002 +67,-0.8638014827178359,1.3561522614540193,0.3431688268951033,-0.16194729506969452,-0.9770522713661194,-0.13835428655147552,0.006685734260827303,0.33812543749809265,0.08739136904478073,0.10326199233531952,0.17588955163955688,-0.010922431945800781 +68,-0.8467217502629001,1.3450496847542341,0.3685495624094313,-0.16767701506614685,-0.9746272563934326,-0.14827723801136017,0.26174527406692505,0.152814120054245,-0.05594564601778984,-0.12111082673072815,-0.18182110786437988,0.10274499654769897 +69,-0.8626225641925617,1.3570070436149906,0.4351930096842956,-0.16115015745162964,-0.9772340059280396,-0.13800226151943207,0.3146837651729584,0.5089227557182312,0.12835532426834106,0.02061671018600464,-0.4201507568359375,0.009507998824119568 +70,-0.732040985181669,1.3444932523190134,0.32318860876798094,-0.1499708592891693,-0.9745025634765625,-0.16689392924308777,-1.103488564491272,0.751222550868988,0.5591724514961243,0.1638105809688568,-0.00927734375,-0.10195064544677734 +71,-0.7958977835797361,1.3042280632343601,0.3962233015718943,-0.18821346759796143,-0.964680552482605,-0.18430204689502716,0.20003636181354523,0.04987480118870735,0.17883062362670898,0.041240811347961426,0.313618540763855,0.022116363048553467 +72,-0.8092221174898255,1.3015822297400104,0.41307595050893475,-0.1924990713596344,-0.9639801979064941,-0.18353867530822754,-0.12161128222942352,-0.2752494215965271,-0.1977231353521347,0.014764666557312012,0.36244815587997437,0.13593123853206635 +73,-0.8585550542656691,1.2876684222161843,0.43352296577118454,-0.21144747734069824,-0.9601863026618958,-0.18257080018520355,-0.1181798130273819,-0.19540508091449738,-0.12396340817213058,-0.016839250922203064,-0.10820353031158447,0.16761721670627594 +74,-0.8874399822501574,1.275964297892744,0.4169814668607097,-0.22533172369003296,-0.9568509459495544,-0.18347132205963135,0.02254573628306389,-0.8677647709846497,0.12557533383369446,-0.13886503875255585,-0.3322725296020508,0.13323940336704254 +75,-0.7976463495041972,1.2147763300224423,0.28125888293418566,-0.24945959448814392,-0.9372914433479309,-0.24342238903045654,-1.646832823753357,-0.8216106295585632,-0.025156734511256218,-0.1869417428970337,0.07842010259628296,0.652800440788269 +76,-0.6584866076647112,1.039381308406479,-0.04112053272935433,-0.3100930452346802,-0.8620908856391907,-0.40080127120018005,-2.2181389331817627,-1.7332110404968262,0.14428453147411346,-0.2728079557418823,0.4376829266548157,0.26400625705718994 +77,-0.7517802546985904,0.9569549097534614,-0.25652179398506736,-0.39338162541389465,-0.8174413442611694,-0.42076173424720764,-1.0442678928375244,-3.2833950519561768,-0.7981972098350525,-0.0027669668197631836,0.588193416595459,0.25068730115890503 +78,-1.2036766987020842,0.886358431720795,-0.2422305906802899,-0.5901085138320923,-0.7747745513916016,-0.22692809998989105,-1.4435882568359375,-3.4459619522094727,1.441193699836731,0.054494500160217285,0.5800876617431641,0.20805299282073975 +79,-1.191673651863898,0.4992009071855397,-0.5493845637817587,-0.8156208992004395,-0.4787241220474243,-0.32493993639945984,-3.419147491455078,-2.606665849685669,3.2671291828155518,-0.24564319849014282,0.5451608896255493,-0.41086941957473755 +80,-1.6157413901826128,0.0820361676541755,-0.5630940981277904,-0.9956303834915161,-0.08194418251514435,0.04477882757782936,2.9311187267303467,-7.140422344207764,4.7316203117370605,-0.7621667385101318,0.9071852564811707,-0.6508274078369141 +81,-2.030562114179133,-0.5311742420332838,-0.3236496185084868,-0.7726777195930481,0.506546139717102,0.38259685039520264,0.8296430706977844,0.06858919560909271,3.3190062046051025,-1.9833190441131592,-0.11999517679214478,0.6012441515922546 +82,-1.8947032942706343,-0.47714908916938126,-0.39831014587148705,-0.8421151638031006,0.4592485725879669,0.2827242314815521,0.6306894421577454,0.8850584030151367,-1.054479956626892,0.12501299381256104,-0.592198371887207,-0.08741173148155212 +83,-1.8567682926284153,-0.39884703964793927,-0.28607079836318894,-0.884084939956665,0.38835614919662476,0.25994864106178284,0.5473779439926147,-0.27828291058540344,-0.9937431216239929,0.15976548194885254,-0.17049115896224976,-0.02175891399383545 +84,-1.8588631229173422,-0.3319151627047081,-0.22742397113970791,-0.9064638614654541,0.32585427165031433,0.26859307289123535,0.4627426862716675,-0.20873115956783295,-0.6604194641113281,-0.002639472484588623,0.23415854573249817,0.03498050570487976 +85,-1.8706339510951608,-0.3272528345552489,-0.17694514490913663,-0.904681384563446,0.3214428722858429,0.2796897888183594,-0.7995341420173645,0.15542803704738617,0.006446498446166515,-0.1122559905052185,0.4485766887664795,0.488803893327713 +86,-1.8496855492538073,-0.34873365358486613,-0.3480229934826179,-0.9034936428070068,0.3417079746723175,0.25871729850769043,-0.7990237474441528,0.7379627227783203,1.252259612083435,-0.18102461099624634,0.5172244906425476,0.03681489825248718 +87,-1.7973628376816875,-0.427810203278008,-0.48041378380719385,-0.8866231441497803,0.41487935185432434,0.20438838005065918,-1.6721440553665161,0.9897910356521606,0.7332528829574585,0.19507956504821777,-0.33503010869026184,0.2533447742462158 +88,-1.8247665622801894,-0.42745545496394655,-0.7054618904375449,-0.8808324337005615,0.4145565629005432,0.22864235937595367,-1.8274672031402588,0.33166858553886414,0.414448082447052,0.2668339014053345,-0.37573814392089844,-0.09965977072715759 +89,-1.8998660485919254,-0.441617338596431,-0.8999436977961612,-0.8555526733398438,0.42740219831466675,0.2921590805053711,-1.3361971378326416,-0.05108961462974548,0.5967856645584106,-0.25885772705078125,-0.29849597811698914,-0.2759084701538086 +90,-1.9553418936001292,-0.4257337610023178,-1.0128730866881075,-0.8442240953445435,0.41298916935920715,0.3416516184806824,-0.1518574357032776,-0.3830481767654419,0.04216799885034561,-0.6121053099632263,-0.016993075609207153,-0.44040656089782715 +91,-1.924355186368867,-0.41452732466406744,-0.9016090729168766,-0.858691930770874,0.40275734663009644,0.3169146776199341,2.0899977684020996,-0.23335230350494385,-1.5555976629257202,-0.9512141346931458,0.20142966508865356,-0.4209033250808716 +92,-1.7898581978051273,-0.23817591802966823,-0.5973360784161423,-0.9485463500022888,0.2359304279088974,0.2111792117357254,2.022120714187622,0.7793700098991394,-2.935567617416382,0.09011739492416382,0.1521768718957901,-0.13369512557983398 +93,-1.7085550494388868,0.007036661169938835,-0.33283403119315946,-0.9905016422271729,-0.007036603055894375,0.13731999695301056,2.125321626663208,0.37057235836982727,-2.7249338626861572,0.3931353688240051,0.37901538610458374,-0.033331409096717834 +94,-1.7637166739708507,0.18266526639131508,-0.08449165033200462,-0.9651203751564026,-0.18165114521980286,0.18853618204593658,1.4898695945739746,-0.34149953722953796,-1.0210902690887451,0.42924684286117554,0.7675275802612305,0.1568465530872345 +95,-1.8435328493948888,0.11512019370709593,0.007878785682090368,-0.9566629528999329,-0.11486608535051346,0.2675848603248596,0.16000975668430328,-0.15459531545639038,1.7558395862579346,0.32253825664520264,0.7212961316108704,0.2666252851486206 +96,-1.8634673338922751,-0.11328868249337978,-0.2049936557568712,-0.9513390064239502,0.11304650455713272,0.2866612374782562,-3.7380683422088623,0.5583524107933044,3.350022554397583,-0.3906562924385071,0.8192654848098755,0.1447657346725464 +97,-1.8696433909376715,-0.4103304186177168,-0.5548086809585888,-0.8763449788093567,0.39891234040260315,0.2699786126613617,-1.1459299325942993,0.6995754241943359,3.176013946533203,-0.5587135553359985,0.04791077971458435,-0.2782489061355591 +98,-1.9032526430968986,-0.49150388946505014,-0.8156726562342655,-0.8333495855331421,0.47195228934288025,0.28773200511932373,-1.7667006254196167,0.4842812716960907,0.6189344525337219,0.02648007869720459,-0.47543126344680786,-0.36259162425994873 +99,-1.9793012190536274,-0.5405224332613326,-0.9589316268190703,-0.7868861556053162,0.5145840048789978,0.3406074643135071,-0.6076337695121765,-0.4376073479652405,1.0948481559753418,-0.18923377990722656,-0.5470547676086426,-0.3645179569721222 +100,-1.996599441200388,-0.5342810803173743,-0.9791596807551948,-0.7837866544723511,0.5092224478721619,0.35548731684684753,0.2008080780506134,0.17673812806606293,-0.8430747389793396,-0.7028467655181885,-0.5112518072128296,-0.43455836176872253 +101,-1.9364719089247582,-0.4363568109581351,-0.8628331840058364,-0.8463752269744873,0.42264047265052795,0.3240740895271301,1.3536733388900757,-0.24309158325195312,-2.063436985015869,-1.1567680835723877,0.003262817859649658,-0.4917682409286499 +102,-1.8696517090763682,-0.2345646243622419,-0.5126178799481532,-0.9295035600662231,0.23241955041885376,0.286363810300827,2.6283230781555176,0.26518407464027405,-4.0481791496276855,-1.1574257612228394,0.5379661917686462,-0.3499777317047119 +103,-1.783711068321686,0.14745945246930064,-0.19763465736285185,-0.9668118953704834,-0.14692562818527222,0.20901651680469513,1.7915866374969482,0.8768160939216614,-4.552358627319336,-0.39036595821380615,0.5472247004508972,-0.14125213027000427 +104,-1.8099952863472148,0.6017582584507561,0.04566004887473223,-0.8008710145950317,-0.5660927295684814,0.1953067034482956,0.399726927280426,0.8035534024238586,-4.597457408905029,-0.5425127148628235,0.917823076248169,-0.008127093315124512 +105,-1.6232659990770562,1.0046279591504468,0.018774355130909786,-0.5356638431549072,-0.8439624905586243,0.02813192643225193,-1.8390686511993408,3.2575700283050537,-2.6407058238983154,-0.446544349193573,0.8714131712913513,-0.0031533297151327133 +106,-1.0198188431509139,1.1451299014384175,-0.2278455603748433,-0.3518200218677521,-0.9107637405395508,-0.21617615222930908,2.199960708618164,3.8271446228027344,-0.6439675092697144,-0.604524552822113,0.4875154495239258,-0.22523009777069092 +107,-0.9301246854931856,1.3002638821798833,0.0527496411363613,-0.21424847841262817,-0.9636287689208984,-0.15974116325378418,0.3528326749801636,3.068305730819702,-0.2820855379104614,-0.17334003746509552,0.23483848571777344,0.4665954113006592 +108,-0.9103678152273951,1.348486310169589,0.2873545522338252,-0.17412202060222626,-0.9753907322883606,-0.1352565437555313,0.5901003479957581,1.9996466636657715,0.17941008508205414,0.11188143491744995,0.23051774501800537,0.5581386089324951 +109,-0.9764158858623067,1.3532145985704995,0.49870269786631394,-0.17884650826454163,-0.9764223098754883,-0.12088567763566971,-0.10200997442007065,0.9543969035148621,0.1283033788204193,0.07215707004070282,0.37351709604263306,0.5393121838569641 +110,-0.9694288364709763,1.3459366107264004,0.5686186009219915,-0.1838521808385849,-0.974825382232666,-0.1261494755744934,0.05002666264772415,0.5609137415885925,0.11258765310049057,0.0445241779088974,0.10512030124664307,0.3235829472541809 +111,-0.9818908763627442,1.324575557726566,0.6340795308349644,-0.20268255472183228,-0.9698405265808105,-0.13538618385791779,-0.08589691668748856,0.5075260996818542,0.264504075050354,-0.1431121528148651,-0.2404104471206665,0.015772566199302673 +112,-1.189657995185709,1.331796904737099,0.9195961280578836,-0.2197430431842804,-0.9715753197669983,-0.08805834501981735,0.05398951470851898,0.5830076932907104,-0.4209116995334625,-0.18311947584152222,-0.15769702196121216,0.19528186321258545 +113,-1.1392876159097423,1.3114073159885515,0.910020782243062,-0.23297914862632751,-0.966546893119812,-0.1072748601436615,-1.209326148033142,-0.612437903881073,0.730507493019104,-0.024024635553359985,0.11480128765106201,0.3101099729537964 +114,-1.217860046478382,1.3000368230756394,0.9784097371867017,-0.2509772479534149,-0.9635680317878723,-0.09244987368583679,0.9177327752113342,-0.5723688006401062,-0.25016891956329346,0.0766761302947998,0.3091644048690796,0.3090483546257019 +115,-1.2761818712543929,1.318528590014512,0.985287831397258,-0.23884622752666473,-0.9683488607406616,-0.07247672230005264,0.5542965531349182,-0.6138623356819153,0.05101717263460159,0.10932965576648712,0.1745867133140564,0.027249641716480255 +116,-1.445488295788029,1.3294076197736335,1.0947761075461968,-0.2371770590543747,-0.9710069298744202,-0.02987672947347164,0.6658532619476318,-0.7231480479240417,-0.25640201568603516,0.0024816393852233887,-0.09816110134124756,-0.06893914937973022 +117,-1.621138718487516,1.3264795248477395,1.232343699559243,-0.2415871024131775,-0.9703028202056885,0.012172357179224491,0.45222175121307373,-0.11099988222122192,-0.07566680759191513,-0.412541925907135,-0.402362585067749,0.14944875240325928 +118,-1.72182290637648,1.3770911237050973,1.2753033754844156,-0.1903056502342224,-0.9812977313995361,0.02896174229681492,-0.7386095523834229,0.09468713402748108,0.0462614931166172,0.10217085480690002,0.14662659168243408,0.030898455530405045 +119,-1.2738109669439421,1.343389823978268,0.8135933223284794,-0.2155822068452835,-0.9742543697357178,-0.06597596406936646,-0.19801586866378784,-0.262986958026886,-0.34224173426628113,-0.12000435590744019,0.08660483360290527,-0.13328856229782104 +120,-1.1476295024511918,1.3547283266162489,0.6725366124431897,-0.19548001885414124,-0.976747989654541,-0.0880395695567131,-0.472968190908432,0.2581983804702759,-0.07505373656749725,0.10876433551311493,0.3962273597717285,0.0376245453953743 +121,-1.0011925149386303,1.3321558810137637,0.5563763472619447,-0.19906091690063477,-0.9716602563858032,-0.12748055160045624,-0.00799616053700447,0.2888333201408386,0.12428054213523865,-0.040761470794677734,-0.06512874364852905,0.038750648498535156 +122,-0.9916086566191098,1.3381987151258978,0.5620945356405916,-0.19291213154792786,-0.9730709195137024,-0.12616607546806335,0.15314620733261108,0.21041494607925415,-0.1297914981842041,-0.08968064188957214,-0.2917148470878601,-0.019540071487426758 +123,-0.9537018565841368,1.3637924128002255,0.5388628006377006,-0.1676216423511505,-0.9786511063575745,-0.11893286556005478,0.4625295400619507,-0.20774561166763306,-0.3514612317085266,0.125309020280838,-0.15074342489242554,-0.255792498588562 +124,-0.8785095121738264,1.3130803148039318,0.5048641156625218,-0.19619792699813843,-0.9669746160507202,-0.16268496215343475,-0.1594552993774414,0.5512835383415222,0.6193245649337769,-0.06549030542373657,-0.04779583215713501,-0.12212032079696655 +125,-0.9608029380232332,1.3251197157064565,0.6012833867670553,-0.19934964179992676,-0.9699729681015015,-0.1393272578716278,-0.0301009863615036,0.3802907466888428,-0.034672919660806656,0.10453152656555176,0.41766589879989624,0.1540214568376541 +126,-0.9205598341647964,1.3159771090073389,0.5784102912196665,-0.20063303411006927,-0.9677088856697083,-0.15259699523448944,-0.10371813923120499,-0.005575958173722029,0.045077547430992126,0.09551523625850677,0.19993239641189575,0.08884578943252563 +127,-0.8741982673862062,1.2888652043777116,0.5428228042537183,-0.21339593827724457,-0.9605199694633484,-0.17850346863269806,-0.02329976111650467,0.14003238081932068,0.14318053424358368,0.010667681694030762,-0.23122191429138184,-0.06800226867198944 +128,-0.9071994725524634,1.2877852651900965,0.5762186011143374,-0.21998649835586548,-0.9602189660072327,-0.17200402915477753,0.19134782254695892,-0.2862151861190796,-0.25004687905311584,-0.3226160407066345,-0.33313119411468506,-0.0078055113554000854 +129,-0.7997872021102292,1.2746644802877973,0.4380681377184766,-0.20929738879203796,-0.9564724564552307,-0.20335924625396729,-1.1708338260650635,-0.09982205927371979,0.4123172461986542,-0.07509592175483704,-0.023630082607269287,0.09299242496490479 +130,-0.717369787622196,1.248823030736167,0.30150803918491587,-0.20802874863147736,-0.9486128091812134,-0.238448828458786,0.11191095411777496,-0.5980005860328674,-0.18496549129486084,0.13251301646232605,0.3177381753921509,-0.0339357852935791 +131,-0.6672233533456329,1.2306085292276288,0.24014019577820384,-0.2064737230539322,-0.9426920413970947,-0.2621074318885803,-0.26025617122650146,0.20849037170410156,-0.05413386970758438,0.052451491355895996,0.3014566898345947,0.08594471216201782 +132,-0.624101344229688,1.1947102492417052,0.2332363692481012,-0.21462835371494293,-0.9301092624664307,-0.29804572463035583,-0.0485423281788826,0.5529868006706238,0.28892576694488525,0.026289135217666626,-0.10037767887115479,0.01353040337562561 +133,-0.6013355483990818,1.1903539191744135,0.262111999470895,-0.21007856726646423,-0.9285004734992981,-0.30619269609451294,0.4814440906047821,0.5238685011863708,0.12429182231426239,-0.0008741915225982666,-0.3111540675163269,-0.15270018577575684 +134,-0.6336232914684646,1.229443030735785,0.34645352850027394,-0.19820231199264526,-0.9423025250434875,-0.26978084444999695,0.5112059116363525,0.14601320028305054,-0.28210222721099854,0.09912700951099396,-0.09425747394561768,-0.2602483928203583 +135,-0.6279116170165859,1.1843139116149255,0.41041706790167903,-0.22143122553825378,-0.9262406826019287,-0.305034875869751,-0.2831438183784485,0.5499182939529419,1.0299091339111328,0.04305599629878998,-0.010648906230926514,-0.040622442960739136 +136,-0.6688265894909624,1.190139100835838,0.48008814469855454,-0.2303735762834549,-0.9284206628799438,-0.29148444533348083,0.5111694931983948,-0.1403540074825287,-0.3261588215827942,0.1011163741350174,0.38597071170806885,0.16985666751861572 +137,-0.6625919130830035,1.1897803346389897,0.4784534152609527,-0.22875672578811646,-0.9282873272895813,-0.2931777238845825,-0.006627253256738186,0.1635427325963974,0.41812190413475037,0.18804626166820526,0.12736868858337402,0.033778250217437744 +138,-0.6929137750080326,1.1654331925221113,0.5297957692411663,-0.2519051432609558,-0.9189592599868774,-0.30341005325317383,0.22704966366291046,-0.17935411632061005,0.09804543852806091,-0.0524161159992218,-0.3544781804084778,-0.024867504835128784 +139,-0.7021160474272328,1.1716261461970572,0.5313107797216108,-0.25100624561309814,-0.921383798122406,-0.2967285215854645,-0.019472211599349976,0.08074888586997986,-0.06490037590265274,-0.23353660106658936,-0.23984050750732422,-0.10566103458404541 +140,-0.6072145835541443,1.1689899488684288,0.43082017008034673,-0.22314411401748657,-0.920356035232544,-0.32117193937301636,-0.6184319853782654,-0.06267128139734268,-0.3094984292984009,-0.11579936742782593,0.07225728034973145,0.04858893156051636 +141,-0.49833682002756935,1.1654737325297695,0.2965721807833176,-0.18846894800662994,-0.9189752340316772,-0.3463580310344696,-0.04446302354335785,-0.027988627552986145,-0.4869089424610138,0.12451937794685364,0.3578638434410095,0.1553942859172821 +142,-0.43496835383384386,1.1276811079883124,0.2521208528042744,-0.18066991865634918,-0.9034203886985779,-0.38883164525032043,-0.6619006991386414,0.45027726888656616,0.33906352519989014,0.17716039717197418,0.24140256643295288,0.2942119240760803 +143,-0.42778486927262366,1.068209798887537,0.20715580235566458,-0.1998336911201477,-0.8763395547866821,-0.43828684091567993,-0.7160308957099915,-0.32834041118621826,0.10586362332105637,0.0763748437166214,-0.3702576756477356,-0.1490391194820404 +144,-0.4475594884167265,1.0673231258477796,0.2014784699452162,-0.20879727602005005,-0.8759121298789978,-0.4349502623081207,0.5985223054885864,0.3163842558860779,0.39359167218208313,-0.031650736927986145,-0.3445773720741272,-0.4528060555458069 +145,-0.5162551198868732,1.1454742076819133,0.2879308718654364,-0.20367735624313354,-0.9109058976173401,-0.35883966088294983,0.08845537155866623,0.18130014836788177,-0.09225523471832275,0.07460328936576843,0.07672321796417236,-0.07006964087486267 +146,-0.6108734616478256,1.163283880889667,0.4131508194068358,-0.22732627391815186,-0.9181095361709595,-0.3246499001979828,0.4986603856086731,0.9198525547981262,0.6434845924377441,-0.11117468774318695,0.19371384382247925,0.2770577371120453 +147,-0.6392977285703647,1.1811357634351993,0.4330142077119128,-0.22664529085159302,-0.9250380396842957,-0.30485495924949646,0.1309971958398819,-0.3038644790649414,-0.3290292024612427,0.06479530036449432,0.30986469984054565,0.13014185428619385 +148,-0.6420200944289711,1.197121153892487,0.4202204231640823,-0.2185909003019333,-0.930992066860199,-0.29235559701919556,0.2041787952184677,-0.35172179341316223,0.18457794189453125,0.1683742254972458,-0.07605749368667603,0.06472492218017578 +149,-0.6180840449918253,1.200584212643762,0.4136269567858776,-0.209661602973938,-0.9322506189346313,-0.2948742210865021,0.42298316955566406,-0.22677303850650787,0.01480407640337944,0.027303829789161682,-0.27149999141693115,-0.05182075500488281 +150,-0.6323906731370886,1.2334813528799036,0.4269619850203629,-0.19561885297298431,-0.9436466693878174,-0.2669534385204315,0.2596938908100128,-0.1549774557352066,-0.5655532479286194,-0.1938922256231308,-0.22453564405441284,-0.07974150776863098 +151,-0.5304572033510897,1.2144287969417533,0.317347212281626,-0.1765042096376419,-0.9371702671051025,-0.30092889070510864,-0.6952013373374939,0.020771872252225876,0.003958757035434246,-0.1496066302061081,0.05992722511291504,0.05562859773635864 +152,-0.42314269205101657,1.2215321731804691,0.1637130623748548,-0.14051949977874756,-0.9396247863769531,-0.3120247423648834,0.22382299602031708,-0.37609392404556274,-0.7566148042678833,0.05410899221897125,0.3268623948097229,0.09057393670082092 +153,-0.30210418932978156,1.2366939156745518,-0.018000919992859493,-0.09756631404161453,-0.9447050094604492,-0.31307047605514526,-0.8990650177001953,-0.26741817593574524,-0.19452425837516785,0.04620523005723953,0.37535393238067627,0.33045026659965515 +154,-0.16826779473093192,1.1563660645904037,-0.14867158822775273,-0.0674368217587471,-0.9153459072113037,-0.3969811499118805,-0.8978762030601501,0.0553632453083992,-0.6897867918014526,-0.1011727973818779,-0.1564618945121765,0.2920311987400055 +155,-0.06763360183382493,1.0609599550516235,-0.29069902851559204,-0.032982371747493744,-0.8728243708610535,-0.48691868782043457,-1.164851427078247,-0.1483677327632904,-0.9849591851234436,-0.12842509150505066,-0.31022006273269653,0.14097142219543457 +156,-0.034984857632316825,0.9334291922742731,-0.4620064534071285,-0.020814593881368637,-0.8036653399467468,-0.5947173833847046,-1.1332314014434814,-1.040152907371521,-0.14605100452899933,0.23620766401290894,0.19003313779830933,-0.19548946619033813 +157,-0.3379836267048926,0.9777255092321415,-0.4052726496086114,-0.1853264719247818,-0.8292282819747925,-0.527289867401123,0.9747428894042969,-2.1670453548431396,0.6697667241096497,0.2001122534275055,0.44609534740448,0.11457014083862305 +158,-0.8854289251809456,0.9960724255103289,-0.02814783123097734,-0.4208502769470215,-0.8393424153327942,-0.3440777063369751,0.674288272857666,-1.584484338760376,2.2399332523345947,0.24357366561889648,0.3808920979499817,0.2835613489151001 +159,-1.3620845373933614,0.7726921323991243,0.3226754000630642,-0.7004951238632202,-0.6980654001235962,-0.14836211502552032,0.7570858597755432,-2.48268461227417,3.4535183906555176,-0.14244616031646729,0.3263155221939087,0.36424344778060913 +160,-1.7486313526476114,0.36196991480834634,0.49091645551896534,-0.9204519987106323,-0.35411718487739563,0.1654362827539444,2.1422181129455566,-4.2977166175842285,4.553400039672852,-0.7260781526565552,0.697958767414093,0.4478144645690918 +161,-1.928237664207077,-0.08868267443032707,0.27036594460917035,-0.933113694190979,0.08856647461652756,0.3485034704208374,-1.3782442808151245,-1.4810068607330322,5.638584136962891,-0.9060433506965637,1.241877794265747,-0.05680122971534729 +162,-2.027430371124561,-0.45870631558501146,-0.146045853549237,-0.8047593235969543,0.4427885413169861,0.3953489065170288,-3.8152945041656494,1.540094017982483,2.728428840637207,-0.9198042750358582,-0.1056608259677887,-0.2531369924545288 +163,-2.088651668548866,-0.4890447045227996,-0.44570466054335556,-0.7670342922210693,0.4697827994823456,0.43699291348457336,-0.699030876159668,-0.26311710476875305,1.0650519132614136,-0.14997321367263794,-0.3683881163597107,-0.473064661026001 +164,-2.1942562264050793,-0.5630619137435512,-0.5496040493924883,-0.6865317821502686,0.5337779521942139,0.4937160611152649,0.23250812292099,-0.456139475107193,0.8043040037155151,-0.5792916417121887,-0.3630015254020691,-0.3521602749824524 +165,-2.201150391245016,-0.6273341256911501,-0.5302136879564218,-0.6540061235427856,0.5869885683059692,0.4772002696990967,0.6606306433677673,0.025413118302822113,-0.04931244999170303,-0.8007972240447998,-0.3527052402496338,-0.15154728293418884 +166,-2.095643136932725,-0.6018320584769912,-0.3706529419268967,-0.7133495807647705,0.5661535859107971,0.4130404591560364,0.7422428131103516,-0.19662584364414215,-2.2175745964050293,-1.049727201461792,0.01361936330795288,-0.0024570226669311523 +167,-1.9396192187183008,-0.32962759827767113,-0.1530221635240105,-0.8825355768203735,0.3236907124519348,0.3411084711551666,1.3359923362731934,1.4902487993240356,-3.787581205368042,-0.2676565647125244,0.4070221483707428,-0.4446699917316437 +168,-1.7274402272237026,0.033569632735688026,0.18413735434216472,-0.9871999621391296,-0.03356332704424858,0.15591619908809662,2.610797166824341,1.4818813800811768,-4.481559753417969,0.30525416135787964,0.6270081400871277,-0.05842781066894531 +169,-1.7082149549418038,0.3461600342831998,0.5345762066590595,-0.9318145513534546,-0.3392881155014038,0.12886083126068115,3.1458404064178467,-0.028344878926873207,-2.1028223037719727,0.5551971793174744,0.9601987600326538,0.16917382180690765 +170,-1.8518144170113366,0.30310071305772224,0.7786029121684299,-0.9169772863388062,-0.2984810173511505,0.26469185948371887,0.8379189968109131,-0.5483478307723999,2.1935641765594482,0.44978368282318115,0.9748573303222656,0.3362908363342285 +171,-1.8764119687640815,-0.05495917104001116,0.6248005630842164,-0.9522221088409424,0.054931506514549255,0.30042609572410583,-2.485856056213379,0.06705056875944138,5.043149471282959,-0.34288299083709717,0.896499752998352,0.28253594040870667 +172,-1.9053914810185195,-0.4369307971576371,0.07446134714453578,-0.8558077216148376,0.423160582780838,0.29753631353378296,-3.8791298866271973,1.31841242313385,4.661099433898926,-1.0440640449523926,0.5469015836715698,-0.488469660282135 +173,-1.9781078233173255,-0.5568764936257316,-0.3130361505114759,-0.7794601917266846,0.5285372138023376,0.3362891674041748,-0.4810653328895569,0.6155086159706116,0.6649718284606934,-0.16130518913269043,-0.7861055135726929,-0.7411811351776123 +174,-2.004664767575674,-0.5956016511722415,-0.32859666279120625,-0.7511115074157715,0.5610069036483765,0.34799858927726746,0.3391660451889038,-0.5551334619522095,0.508640706539154,-0.10208380222320557,-0.6105979084968567,-0.36862847208976746 +175,-2.001644256446953,-0.6260392701020525,-0.24491996322887188,-0.7362980842590332,0.5859397649765015,0.3384377062320709,0.5610716938972473,-0.36539384722709656,-0.73850017786026,-0.5575252175331116,-0.3651755452156067,-0.06391677260398865 +176,-1.9491441219756431,-0.5691921680072057,-0.1147640663355269,-0.7827633619308472,0.5389517545700073,0.3111470341682434,1.005517840385437,-0.05368700623512268,-0.9217477440834045,-0.5735903382301331,0.0318794846534729,0.01169845461845398 +177,-1.8978033448120715,-0.45887949010828255,0.07407353888045042,-0.8490394949913025,0.4429437816143036,0.28798073530197144,0.6528847813606262,-0.07442250847816467,-2.9396324157714844,-0.852056086063385,0.363116979598999,-0.04461824893951416 +178,-1.7698542765451932,-0.14884015772144063,0.2156935234828296,-0.9694151878356934,0.14829121530056,0.19555960595607758,0.8856110572814941,1.4420844316482544,-3.784921884536743,0.12766426801681519,0.2695096731185913,-0.25526729226112366 +179,-1.6490268170156823,0.18287343801429468,0.39231942918430734,-0.9803176522254944,-0.18185584247112274,0.07684756070375443,2.1335031986236572,0.7820690870285034,-2.663869857788086,0.5742203593254089,0.6388718485832214,-0.11816836148500443 +180,-1.7031061910170604,0.26901470842999764,0.6564610075902584,-0.955607533454895,-0.2657817006111145,0.12717929482460022,2.840080976486206,-0.7094804644584656,0.7711657285690308,0.40732860565185547,0.9762613773345947,0.1409633308649063 +181,-1.73945417541938,0.04984397788725016,0.7462545255164577,-0.9845867156982422,-0.0498233400285244,0.16765093803405762,-0.2405065894126892,0.1460416465997696,3.6897621154785156,0.23309123516082764,0.7875400185585022,0.4719974994659424 +182,-1.7934682259398667,-0.25133960024944363,0.4482602539862677,-0.9446666836738586,0.24870169162750244,0.2138976901769638,-4.494139671325684,0.7220054864883423,3.0439298152923584,-0.4780017137527466,0.7061017751693726,-0.0751953125 +183,-1.8492368236597996,-0.5468259747683478,0.025351605040156707,-0.8212806582450867,0.5199786424636841,0.23477673530578613,-1.8200322389602661,0.9160587787628174,2.889349937438965,-0.5761649012565613,-0.22343939542770386,-0.41431164741516113 +184,-1.9104053875406375,-0.6312656298161633,-0.1701023638819911,-0.7611734867095947,0.5901669263839722,0.268920361995697,-0.4372463822364807,0.13565286993980408,0.5860673785209656,-0.13317477703094482,-0.6552608609199524,-0.35270628333091736 +185,-1.9466439019087418,-0.6803385305468251,-0.18657302631137032,-0.7230978012084961,0.6290562152862549,0.2853385806083679,0.5443395376205444,-0.48762017488479614,0.35310161113739014,-0.3356485962867737,-0.6600925326347351,-0.2379448115825653 +186,-1.9342183968098356,-0.6263958753481693,-0.12228830749330827,-0.7572315335273743,0.5862287282943726,0.2879863679409027,0.6164004802703857,0.08713533729314804,-1.2888555526733398,-0.6078653931617737,-0.13931411504745483,-0.41503098607063293 +187,-1.8157351867124532,-0.5648402866873,0.11656394269905253,-0.8194622993469238,0.5352809429168701,0.20483092963695526,2.2215049266815186,-0.9516320824623108,-1.7179144620895386,-0.7407030463218689,0.012479007244110107,-0.13465584814548492 +188,-1.7693428598867138,-0.28893912273169997,0.3740459861522869,-0.9397155046463013,0.28493547439575195,0.18906821310520172,1.511875033378601,0.4952622950077057,-4.390902996063232,-0.503201425075531,0.577399730682373,-0.37765154242515564 +189,-1.6843079783057686,0.08321288004047887,0.631158281833967,-0.9901265501976013,-0.08311688154935837,0.11287611722946167,2.4947259426116943,0.5047453045845032,-3.73245906829834,0.2982167601585388,0.654711127281189,-0.1241217851638794 +190,-1.7030410521224648,0.3502758781396984,0.8616444514575297,-0.9310765862464905,-0.34315693378448486,0.12385281920433044,1.3356729745864868,0.13061949610710144,-1.5076539516448975,0.7165839076042175,0.8924123048782349,0.14204679429531097 +191,-1.7945858111598654,0.26192615520571466,0.9431150960247863,-0.941806972026825,-0.25894150137901306,0.21435695886611938,0.5003238916397095,-0.6981741189956665,2.6951191425323486,0.2611277103424072,0.9991453886032104,0.0486588329076767 +192,-1.7778372991511175,-0.09711784570888436,0.8064515755686553,-0.9740318059921265,0.0969652533531189,0.20459628105163574,-2.7224013805389404,0.456762433052063,4.493283271789551,-0.37632519006729126,0.8003430962562561,0.19550441205501556 +193,-1.7689991364520354,-0.48117334651816296,0.39937576131959357,-0.8690976500511169,0.4628196060657501,0.17454929649829865,-2.3044519424438477,1.0938897132873535,4.2451043128967285,-0.7904635071754456,0.3037819564342499,-0.4458352327346802 +194,-1.8128497213566994,-0.6430884406392963,0.10802780144936572,-0.7769185304641724,0.5996698141098022,0.19181665778160095,-1.013948678970337,1.1293911933898926,0.783475399017334,-0.10955601930618286,-0.7670740485191345,-0.4641249179840088 +195,-1.8560890459426345,-0.669285112623812,0.007057535196702251,-0.7525650858879089,0.6204254627227783,0.22072242200374603,-0.5402013063430786,-0.4418628513813019,0.436622679233551,-0.19581454992294312,-0.558062732219696,-0.25105687975883484 +196,-1.916067664692656,-0.6820301583265025,-0.00259657022449509,-0.7304803729057312,0.6303703188896179,0.262738436460495,-0.010709158144891262,-0.572674036026001,-0.5035697221755981,-0.6464268565177917,-0.3708794116973877,-0.22848251461982727 +197,-1.8822591953586592,-0.6143246034847785,0.11191659836253452,-0.7778463363647461,0.576406717300415,0.25042080879211426,1.1962785720825195,-0.16016405820846558,-1.1247367858886719,-0.545716404914856,-0.13558030128479004,-0.23394128680229187 +198,-1.8512885949928415,-0.5042783730516156,0.35638612562385613,-0.8413074016571045,0.48317575454711914,0.24237003922462463,1.616830825805664,-0.8268413543701172,-3.0663633346557617,-0.9069530963897705,0.24418020248413086,-0.40804994106292725 +199,-1.7516725796949568,-0.15793166872219006,0.652917788639907,-0.9714441895484924,0.1572759598493576,0.17765280604362488,2.5719566345214844,0.5853766202926636,-4.598475933074951,-0.04312795400619507,0.4889490008354187,-0.34861230850219727 +200,-1.7054537754550712,0.22805518894286442,0.9374795888456664,-0.9652897715568542,-0.22608350217342377,0.1307748407125473,2.305537700653076,0.3406127989292145,-3.5717718601226807,0.31552475690841675,0.8879640102386475,-0.1527475118637085 +201,-1.7591109465673,0.42582086151661536,1.1621865935112743,-0.8945999145507812,-0.4130684733390808,0.17048630118370056,1.0553622245788574,-0.05251496285200119,-0.2950949966907501,0.6279067397117615,1.0193307399749756,0.02735912799835205 +202,-1.7724624173339805,0.23805795760708734,1.2324351877217672,-0.9521036148071289,-0.23581579327583313,0.1946529895067215,1.1942347288131714,0.3067018687725067,3.6928718090057373,0.24539268016815186,1.0007998943328857,0.2240481674671173 +203,-1.7549439342664515,-0.1427945027883949,0.9806000293173884,-0.9730868339538574,0.14230972528457642,0.18124495446681976,-4.3259100914001465,1.3274424076080322,4.22148323059082,-0.5720638036727905,1.0022367238998413,-0.10934557020664215 +204,-1.7536237389194405,-0.5456164471378102,0.5591292645636914,-0.8405608534812927,0.5189451575279236,0.15541304647922516,-2.188871383666992,1.0464272499084473,3.274254322052002,-0.6902313232421875,-0.24331045150756836,-0.44725263118743896 +205,-1.781824225265324,-0.6732520970007103,0.35610003192952455,-0.7644546031951904,0.6235317587852478,0.16375938057899475,-0.7180920243263245,0.48108017444610596,0.8411785960197449,-0.19759666919708252,-0.6401638984680176,-0.17642416059970856 +206,-1.8732269942667916,-0.7491033188480597,0.26125462900913154,-0.6990646123886108,0.6809824109077454,0.21810920536518097,-0.29222404956817627,-0.815902590751648,0.49658843874931335,-0.6734176874160767,-0.6962106823921204,-0.30369579792022705 +207,-1.874266596747911,-0.6809769602432689,0.3078894808411097,-0.7414549589157104,0.6295523643493652,0.23218120634555817,0.34472712874412537,-0.0020392322912812233,-1.272796392440796,-0.5049286484718323,-0.3355613350868225,-0.2957952320575714 +208,-1.8122805770167896,-0.57634753510632,0.4760258889780584,-0.8141300678253174,0.5449651479721069,0.20051243901252747,1.6632237434387207,-1.1849219799041748,-1.4897507429122925,-0.6917139887809753,0.011919617652893066,-0.3743557929992676 +209,-1.778053893403275,-0.34883680975725145,0.7904804769870433,-0.919658899307251,0.3418048918247223,0.19338320195674896,2.3822567462921143,-0.4033717215061188,-4.020021915435791,-0.5205724239349365,0.4683452546596527,-0.34076786041259766 +210,-1.7361241352440286,0.002445802474870102,1.073508560154613,-0.9863615036010742,-0.002445799997076392,0.16457518935203552,1.8439586162567139,-0.5343021154403687,-3.543444871902466,0.2765989303588867,0.4883314371109009,-0.1673980951309204 +211,-1.8188196160772605,0.26211044681385015,1.2985999997483162,-0.9362900257110596,-0.2591194808483124,0.2371036410331726,1.3588370084762573,-0.2760244309902191,-2.455005407333374,0.44419407844543457,0.8182930946350098,-0.17574810981750488 +212,-1.8486617064677453,0.33953258268051845,1.4231097478287886,-0.9067432880401611,-0.33304640650749207,0.25864362716674805,0.2575114071369171,0.25590020418167114,0.7028276920318604,0.5707448720932007,0.9150471687316895,-0.027579814195632935 +213,-1.7753062865709242,0.11219661582450069,1.3498729004122165,-0.9730042815208435,-0.11196137219667435,0.20181046426296234,-0.973660409450531,0.7861899137496948,3.972989320755005,0.15021979808807373,0.8657760620117188,0.18129193782806396 +214,-1.698555101061553,-0.30129610160757797,1.0569766006379164,-0.9471697807312012,0.29675817489624023,0.12167195975780487,-2.947983503341675,1.6143591403961182,4.882271766662598,-0.7958722114562988,0.7344918251037598,-0.15945279598236084 +215,-1.702995832715521,-0.5884541095706287,0.6822986764517427,-0.8245418071746826,0.5550758242607117,0.10964350402355194,-2.1531386375427246,1.3659024238586426,1.167752742767334,-0.3417789936065674,-0.6396247744560242,-0.48749685287475586 +216,-1.7047702393439017,-0.6187910418821118,0.5395349863815414,-0.8072807192802429,0.5800507664680481,0.10880632698535919,-1.1446722745895386,0.10358446091413498,0.6188081502914429,0.049544572830200195,-0.44269120693206787,-0.13596689701080322 +217,-1.7934966308684537,-0.7112390097175315,0.41894314035190966,-0.738845705986023,0.6527729034423828,0.16731640696525574,0.039782896637916565,-0.11761361360549927,0.9827961325645447,-0.5983582735061646,-0.49052613973617554,-0.4233283996582031 +218,-1.7291505633720445,-0.7129864760786648,0.5179809791228844,-0.7469478845596313,0.6540957093238831,0.11928106099367142,0.3859577178955078,0.2063702642917633,-0.9149181842803955,-0.7480015158653259,-0.375119149684906,-0.0060455650091171265 +219,-1.7137652030600476,-0.5930775239126703,0.7156870053185712,-0.8207642436027527,0.5589156150817871,0.11814983934164047,2.3856043815612793,-1.9009405374526978,-2.4439921379089355,-0.9556944966316223,0.1285386085510254,-0.35055649280548096 +220,-1.6887740781151066,-0.27702094401213917,1.0033785447162622,-0.9551880955696106,0.27349138259887695,0.11321671307086945,1.9806926250457764,-0.2651127874851227,-4.06520938873291,-0.07593977451324463,0.31632182002067566,-0.269619345664978 +221,-1.7239174904613874,0.07822780403081869,1.2411566269843666,-0.9852772951126099,-0.07814804464578629,0.15205705165863037,2.1014442443847656,-0.7255707383155823,-3.546736240386963,0.2561514377593994,0.6448900103569031,-0.29597795009613037 +222,-1.8046930126878054,0.34101828264373996,1.4483015499535699,-0.916753351688385,-0.33444690704345703,0.21842332184314728,0.4769735038280487,0.27878206968307495,-1.862520456314087,0.5323843359947205,0.9635820388793945,-0.06325671076774597 +223,-1.7571197608958289,0.3267075429072962,1.446083090126163,-0.930711567401886,-0.3209264874458313,0.17544840276241302,-0.19236430525779724,0.41313105821609497,2.233889579772949,0.5576342344284058,0.9557836651802063,0.006466865539550781 +224,-1.6911694389274226,-0.03212294816428085,1.2433777495700544,-0.9922516942024231,0.03211742267012596,0.12002067267894745,-3.5715487003326416,1.0840460062026978,4.702447414398193,-0.33532392978668213,1.000521183013916,-0.0009257793426513672 +225,-1.6066049911599127,-0.5538653893097777,0.8900365641814422,-0.8499524593353271,0.525978684425354,0.030448677018284798,-1.796789288520813,1.146164894104004,5.304181098937988,-0.9190904498100281,0.3028481602668762,-0.44834113121032715 +226,-1.571585356514404,-0.8008896749007071,0.7875365812031808,-0.6960679888725281,0.7179756760597229,0.0005492184427566826,-0.321776419878006,1.5958523750305176,0.10144232958555222,-0.6338727474212646,-0.6960793733596802,0.04901134967803955 +227,-1.6784901780115988,-0.8407744874582456,0.5822258520047393,-0.663022518157959,0.7451598644256592,0.07168077677488327,-1.3243499994277954,-0.8134248852729797,0.4107814431190491,-0.4773431420326233,-0.7766081690788269,-0.30985522270202637 +228,-1.7377688172653,-0.7867449969803583,0.5666506190232012,-0.696333110332489,0.7080584764480591,0.11736118048429489,0.3394337296485901,-0.2640579044818878,-0.9114891290664673,-0.47282588481903076,-0.4239397644996643,-0.3658963441848755 +229,-1.6976071819382768,-0.6847739784977617,0.7094018170877072,-0.7683426141738892,0.6324979662895203,0.09795984625816345,1.5380098819732666,-1.186350703239441,-1.143680214881897,-0.7168412208557129,0.10955226421356201,-0.5286695957183838 +230,-1.631704597717933,-0.477020250330019,1.0778837198221147,-0.8867195844650269,0.4591341018676758,0.0540754459798336,2.7392027378082275,-1.1467204093933105,-4.306916236877441,-0.9808493256568909,0.6232175827026367,-0.2707655429840088 +231,-1.6060496148790837,-0.012727292824278164,1.3622840498727238,-0.9992977976799011,0.012726949527859688,0.03524313494563103,2.568568706512451,-0.37524640560150146,-4.47119665145874,0.19222986698150635,0.725310206413269,-0.20756065845489502 +232,-1.672570190637542,0.3729930196732651,1.6297457502642032,-0.9264221787452698,-0.3644042909145355,0.09461245685815811,1.7291969060897827,0.24511627852916718,-3.2264564037323,0.5573425889015198,1.032403588294983,0.024772286415100098 +233,-1.6752440318049382,0.5168739902727383,1.7519161135435146,-0.8646305203437805,-0.49416491389274597,0.09063851088285446,-0.036651547998189926,0.17622484266757965,0.5802220106124878,0.738165557384491,1.1274961233139038,0.19299185276031494 +234,-1.6167346436765393,0.25298779110149416,1.6526313809435347,-0.9671474695205688,-0.25029775500297546,0.04446040838956833,-0.6581136584281921,0.07037519663572311,4.281973838806152,0.12934845685958862,1.1728594303131104,0.11494815349578857 +235,-1.5512395152794518,-0.2728188269357052,1.278030024092065,-0.9628311395645142,0.26944708824157715,-0.018832309171557426,-4.70339822769165,1.8004287481307983,6.463751792907715,-0.9076371192932129,1.5262377262115479,-0.7332886457443237 +236,-1.5486414491654765,-0.8326856174272892,0.9714534272499066,-0.6727263331413269,0.7397411465644836,-0.014906608499586582,-0.09516063332557678,1.392967700958252,3.4791133403778076,-1.0151398181915283,-0.6055706739425659,-0.989884614944458 +237,-1.4650120116621799,-0.9489586468856708,0.855203271749785,-0.5792735815048218,0.8128093481063843,-0.06150766462087631,-3.008507490158081,1.330432415008545,0.6752020120620728,-0.15327030420303345,-0.7018474340438843,0.05604499578475952 +238,-1.720702070326316,-1.0066710840036,0.5291711478460202,-0.5286806225776672,0.8450566530227661,0.07985129207372665,-0.44425708055496216,-0.4497651755809784,0.3157133460044861,-0.8418943285942078,-0.6753787994384766,-0.5928822755813599 +239,-1.665245591793719,-0.917698267438494,0.6370769610489118,-0.6049414873123169,0.7942050695419312,0.05730678513646126,0.6784864068031311,-0.39366984367370605,-2.0028092861175537,-0.8658378720283508,-0.21945232152938843,-0.26275110244750977 +240,-1.6271176591720906,-0.6980500583498275,0.8781515806256904,-0.7648822069168091,0.6427250504493713,0.04312479496002197,2.585268259048462,-2.4183640480041504,-3.0905818939208984,-1.0960644483566284,0.4998072385787964,-0.4785343408584595 +241,-1.6096472461861875,-0.2977223869159131,1.188399617406986,-0.9552856683731079,0.29334354400634766,0.03713241219520569,2.437265634536743,-0.18919548392295837,-4.476078510284424,-0.04808652400970459,0.5521917343139648,-0.2561722993850708 +242,-1.6288865298122372,0.09591989747722662,1.398163267102645,-0.9937241077423096,-0.0957728773355484,0.05779065564274788,1.8339203596115112,-0.728858232498169,-3.555447816848755,0.3596910238265991,0.6740657687187195,-0.1930598020553589 +243,-1.7086453130807262,0.38788326674427837,1.5606510767804527,-0.9169303178787231,-0.3782297670841217,0.12720465660095215,0.22416932880878448,0.03439568355679512,-2.5279715061187744,0.5741416215896606,1.0728098154067993,0.04796624183654785 +244,-1.6794312211698414,0.4079451955623101,1.5367442902768285,-0.9125269055366516,-0.39672398567199707,0.09952408820390701,-0.12296775728464127,0.2299722135066986,2.5249314308166504,0.6711022853851318,1.0801498889923096,-0.027105793356895447 +245,-1.6303293997745425,0.012560770158173683,1.441117442473295,-0.9981496930122375,-0.012560440227389336,0.05949321761727333,-3.8692691326141357,0.30295246839523315,4.458596229553223,-0.20874422788619995,0.9968438744544983,0.39822471141815186 +246,-1.5847840197987808,-0.5054466479114753,0.9676327982912764,-0.8748726844787598,0.48419827222824097,0.01223824918270111,-3.0516510009765625,1.7428070306777954,6.089620113372803,-0.870931088924408,0.7141506671905518,-0.6808326244354248 +247,-1.5344170320371597,-0.8166710953923028,0.8290570918331355,-0.6841984391212463,0.7288707494735718,-0.02490164153277874,0.5537072420120239,2.419879198074341,-0.39551636576652527,-0.8551387786865234,-0.800831139087677,-0.1283423900604248 +248,-1.6394561589852692,-0.8540600436535845,0.5369810664431405,-0.6553797125816345,0.753953754901886,0.04506910592317581,-1.4717991352081299,-1.8713289499282837,1.0299546718597412,-0.4819493889808655,-0.8297136425971985,-0.5267739295959473 +249,-1.702283979411697,-0.8322859582490224,0.5801108182942637,-0.6673760414123535,0.7394721508026123,0.0882609486579895,1.1340293884277344,-0.20987823605537415,-1.3430200815200806,-0.7874883413314819,-0.5095832943916321,-0.3705332279205322 +250,-1.6470446532767713,-0.6722456282687858,0.7449470514193129,-0.7801518440246582,0.622744619846344,0.059600818902254105,1.4525012969970703,-1.6375744342803955,-1.5934549570083618,-0.5797266960144043,-0.003558218479156494,-0.3666229248046875 +251,-1.7128855387436093,-0.4356683483615569,1.0238941145891671,-0.8974518775939941,0.4220164120197296,0.12838338315486908,2.0246055126190186,-1.1172499656677246,-4.061752796173096,-0.8594908714294434,0.661449134349823,-0.5110585689544678 +252,-1.6524146223021685,-0.008974474865620098,1.3151025755211037,-0.9966310262680054,0.008974354714155197,0.08152443170547485,2.5880136489868164,0.642192006111145,-4.391852378845215,0.28470170497894287,0.6652352809906006,-0.2800869941711426 +253,-1.6609382846280185,0.3463231863107999,1.6087698429266186,-0.9368082284927368,-0.33944159746170044,0.08467520028352737,2.7047183513641357,0.32777202129364014,-2.920461416244507,0.4623514413833618,1.0691016912460327,-0.04495656490325928 +254,-1.7143252792034236,0.45535971207938347,1.7982624763617703,-0.888867974281311,-0.4397853910923004,0.12846162915229797,0.1914907693862915,0.29683127999305725,0.5923665761947632,0.6076638698577881,1.174999713897705,0.21002410352230072 +255,-1.6269375650692786,0.22909271045294924,1.6938949080593246,-0.9723384380340576,-0.22709403932094574,0.054645705968141556,-1.8592228889465332,0.36232006549835205,3.90631365776062,0.17665374279022217,1.169049620628357,0.3976858854293823 +256,-1.6466351115164075,-0.2636915808539261,1.2477393344587382,-0.9626593589782715,0.2606463134288788,0.07314720749855042,-4.2728590965271,0.7171661853790283,6.825350761413574,-0.9172844886779785,1.4801526069641113,-0.598537802696228 +257,-1.7331450185162385,-0.7484654252279679,0.8436051313243156,-0.7230988144874573,0.6805151104927063,0.11843652278184891,-1.7556315660476685,0.9528802037239075,2.099735975265503,-0.9565886855125427,-0.6918982863426208,-0.7119729518890381 +258,-1.7144610035592072,-0.7662263978280314,0.6409688676949828,-0.7131096124649048,0.6934211850166321,0.1031593605875969,-2.705211877822876,1.1664458513259888,0.6170516014099121,-0.010324835777282715,-0.5210731625556946,-0.011789798736572266 +259,-1.9260579993852458,-0.8329881963297925,0.35377753548330365,-0.6306630969047546,0.7399447560310364,0.2339777797460556,0.24171775579452515,-0.16678586602210999,0.49176228046417236,-1.000119924545288,-0.7372592687606812,-0.9259639382362366 +260,-1.7516331044461895,-0.7596836367263258,0.49272708003356536,-0.7132306098937988,0.6886920928955078,0.13040290772914886,1.5295768976211548,0.42508119344711304,-1.3853503465652466,-0.8095811605453491,-0.15521442890167236,-0.5219739675521851 +261,-1.6272939853920088,-0.5845846221161825,0.8961162914342597,-0.8326107263565063,0.5518530011177063,0.047090668231248856,3.290919542312622,-1.3547868728637695,-3.523181200027466,-1.0590671300888062,0.5241051912307739,-0.39900410175323486 +262,-1.4781164516387963,-0.14434111730722526,1.2178051882829781,-0.9853538870811462,0.14384043216705322,-0.09158484637737274,2.8454360961914062,1.157740592956543,-4.613426208496094,0.014726996421813965,0.6212962865829468,-0.18099814653396606 +263,-1.1283630236178757,0.3304725002961195,1.2733092385375846,-0.8548118472099304,-0.3244900107383728,-0.40497273206710815,0.4178694188594818,5.562122344970703,-4.6144118309021,-0.0741279125213623,1.0265620946884155,0.34491413831710815 +264,-0.4554804813540143,0.5950939723950472,1.04452896779705,-0.364274263381958,-0.5605865716934204,-0.7436712384223938,0.9748006463050842,3.540004014968872,-1.5703397989273071,-0.04658389091491699,0.7026001214981079,0.3127325773239136 +265,-0.32030651612475186,0.6591126963610956,1.0215750449208858,-0.24890616536140442,-0.6124156713485718,-0.7503284215927124,-0.7909446954727173,-1.220028281211853,1.0329917669296265,-0.09533213078975677,0.2911418676376343,0.7636340856552124 +266,-0.6522586158110881,0.45871350454474086,1.0066768189065627,-0.5442348122596741,-0.4427949786186218,-0.7125595808029175,-1.9323078393936157,-4.9893293380737305,1.4429389238357544,-0.0927586555480957,0.7378389239311218,0.361225962638855 +267,-1.4545957945208714,0.06176127079542628,1.1986520210511633,-0.9913625121116638,-0.06172201409935951,-0.11571815609931946,2.045649290084839,-7.348682403564453,6.408846378326416,-0.060715675354003906,0.8860628604888916,-0.03996729105710983 +268,-1.8345702503686512,-0.5074083735013695,1.229459682544503,-0.843777596950531,0.48591378331184387,0.22787615656852722,-0.39754146337509155,-0.2878674864768982,4.742558002471924,-0.6872589588165283,0.2706322968006134,-0.12130877375602722 +269,-1.9017705137235401,-0.8680930565872681,1.0412969712135938,-0.6112069487571716,0.763097882270813,0.2100190967321396,-0.4398123323917389,2.008007287979126,2.3680224418640137,-1.0043936967849731,-0.43787193298339844,-0.1715211570262909 +270,-1.818856300911346,-0.954814725884059,0.9105864470838689,-0.5600749254226685,0.816206693649292,0.14185376465320587,-0.890912652015686,1.7948678731918335,-0.35720887780189514,-1.094862699508667,-0.6490620374679565,0.1167827695608139 +271,-1.7097360685115173,-0.8203814871817807,0.8433862763912534,-0.6753706932067871,0.731406033039093,0.09444433450698853,0.6715092062950134,-0.05750722438097,-1.998352289199829,-0.8824601173400879,-0.3443363308906555,-0.2327500581741333 +272,-1.5637967496062055,-0.5391842169415262,0.9794927318383077,-0.8581066727638245,0.5134361386299133,-0.006006482057273388,0.7777959108352661,2.069559335708618,-3.72930645942688,-0.5479448437690735,0.15987318754196167,-0.28655028343200684 +273,-1.2511900145000487,-0.1528308318536877,1.0208495834595432,-0.9382935166358948,0.15223658084869385,-0.3105306029319763,0.7723010778427124,4.322028160095215,-3.4349758625030518,-0.25125110149383545,0.48681676387786865,-0.18379303812980652 +274,-0.7653546922859085,0.19906387615162466,0.9745020490938753,-0.6791115999221802,-0.19775177538394928,-0.7068957686424255,1.2923941612243652,5.518468379974365,-2.309281826019287,-0.38056546449661255,0.8762643933296204,-0.15096861124038696 +275,-0.23954354939583464,0.4036533397478563,0.8993106428374907,-0.2181912213563919,-0.39278069138526917,-0.8933733701705933,0.753757119178772,4.411309242248535,-1.0225977897644043,-0.3967684805393219,0.6614574193954468,0.31401240825653076 +276,0.06398640733697479,0.5249486548086837,0.8713195753601205,0.05533284321427345,-0.5011685490608215,-0.8635787963867188,2.4156548976898193,1.4577120542526245,0.3399818539619446,-0.43535298109054565,0.3450864553451538,0.20569616556167603 +277,0.1876548356363489,0.6008094079640613,0.8357708449758682,0.15388552844524384,-0.5653102993965149,-0.8103971481323242,-0.2201010137796402,0.20599840581417084,-0.22781357169151306,-0.18467774987220764,-0.05914032459259033,0.2787046432495117 +278,0.21909925552006276,0.5937367732695894,0.8028177488389802,0.18015223741531372,-0.5594621896743774,-0.8090409636497498,-0.09666576236486435,0.023166362196207047,0.1877816617488861,-0.08258755505084991,0.10941946506500244,0.48248761892318726 +279,0.21439868355363945,0.6027479961464373,0.8139773427353204,0.1752675473690033,-0.5669083595275879,-0.804919958114624,-0.5769979357719421,0.32901254296302795,0.4466799199581146,0.021128326654434204,0.12386947870254517,0.4764288067817688 +280,0.17501246150321514,0.5328053523318024,0.8711418931932312,0.14998479187488556,-0.5079518556594849,-0.8482272624969482,-0.5112607479095459,0.1630559265613556,0.5027009844779968,-0.012258961796760559,-0.16193950176239014,-0.05498623847961426 +281,0.16589614898558083,0.582331992125767,0.8985799251309383,0.1379188746213913,-0.5499730706214905,-0.8237159848213196,1.8850594758987427,0.7091854214668274,0.6484911441802979,0.1255698949098587,-0.19903510808944702,-0.3979637026786804 +282,0.1559164890399238,0.5748724343439391,0.9323193150627214,0.13032519817352295,-0.5437277555465698,-0.8290810585021973,-0.44310182332992554,-0.21581433713436127,0.6326255798339844,0.09606944024562836,0.1224784255027771,-0.22125762701034546 +283,0.09794328760596105,0.555849045724845,0.9799423215098066,0.08306524157524109,-0.5276647210121155,-0.8453816771507263,0.7421603202819824,-0.09699880331754684,0.6940526366233826,-0.1430017650127411,0.15148985385894775,0.23759359121322632 +284,0.016902065778271937,0.6221208045575474,0.9895192595116836,0.01373471412807703,-0.5827599167823792,-0.8125282526016235,0.23913642764091492,0.12776952981948853,0.044354431331157684,-0.05470457673072815,0.11770260334014893,0.5792672038078308 +285,0.05247569608039585,0.5995451368274477,1.010864985378745,0.043303653597831726,-0.5642669796943665,-0.8244559168815613,-0.42569825053215027,1.1213806867599487,0.3668317198753357,-0.10290449857711792,-0.14172667264938354,0.09006565809249878 +286,0.14007174223669977,0.5959733796557977,1.0425816158061245,0.11554502695798874,-0.561314582824707,-0.8194969296455383,-0.33595114946365356,-0.2343313843011856,-0.18316663801670074,-0.0007073730230331421,-0.23008251190185547,-0.4049292802810669 +287,0.14549239371267364,0.5618307370486175,0.992086459085843,0.12269353866577148,-0.5327364206314087,-0.8373399376869202,-0.08793788403272629,-0.679641604423523,-0.9014047384262085,-0.21835088729858398,0.09563314914703369,-0.37962478399276733 +288,0.11282987976773304,0.6098121216830453,0.8883869510701105,0.09229680150747299,-0.5727134346961975,-0.8145431876182556,0.819952666759491,-1.3445900678634644,-0.8588739037513733,-0.08790227025747299,0.18172228336334229,0.23338168859481812 +289,0.12498465558473046,0.6471798003163378,0.810440872730769,0.09945178776979446,-0.6029388904571533,-0.7915642857551575,0.19447432458400726,-0.1057794988155365,-0.5612580180168152,0.009999513626098633,0.16437077522277832,0.31095826625823975 +290,0.1078764980588876,0.668203650763981,0.7895469317840443,0.08451200276613235,-0.6195769906044006,-0.7803730964660645,0.27102774381637573,-0.40553632378578186,0.28802689909935,0.026571989059448242,-0.10181277990341187,0.10025835037231445 +291,0.10626897145995343,0.6731233119475601,0.8101821052900035,0.08293309807777405,-0.6234310865402222,-0.7774675488471985,-0.03261547163128853,0.1814158856868744,0.2035091519355774,0.15139612555503845,-0.40736114978790283,-0.1884137988090515 +292,0.09970757927914987,0.6371688876347021,0.8471608397262875,0.0800105631351471,-0.5949222445487976,-0.799791157245636,-0.8613812923431396,0.24891938269138336,0.662959098815918,0.1793125718832016,0.03632849454879761,-0.2723981738090515 +293,0.03355965013705945,0.5788006778699564,0.941130294126216,0.0280881579965353,-0.5470203757286072,-0.8366479277610779,0.18238526582717896,-0.05776084586977959,1.0400983095169067,-0.06557901203632355,0.1505969762802124,0.00856870412826538 +294,-0.034627713287699716,0.6339382681765893,1.0231284610613005,-0.02789400890469551,-0.5923224091529846,-0.8052180409431458,0.7858976125717163,-0.4775950014591217,0.4271690547466278,-0.041228294372558594,0.20908266305923462,0.41648513078689575 +295,-0.10147215719662284,0.7040461970659967,1.055278681098399,-0.0772123858332634,-0.6473070979118347,-0.758308470249176,0.888242244720459,-1.110003113746643,0.06057536602020264,-0.0848054438829422,0.16236752271652222,0.20279699563980103 +296,-0.17472277763021998,0.7290772189886406,1.0218773068505653,-0.12964440882205963,-0.666181743144989,-0.7344346046447754,-0.9786300659179688,-1.0458709001541138,-0.4069036841392517,-0.009622544050216675,-0.213670551776886,-0.08137649297714233 +297,-0.17223863808352474,0.6689490325891818,0.9146377911011891,-0.13444964587688446,-0.6201618909835815,-0.7728664875030518,-0.298420786857605,-1.2291107177734375,-0.8626692295074463,-0.29893049597740173,-0.10119736194610596,-0.32964205741882324 +298,-0.06831807204111424,0.498791097761149,0.650775233445057,-0.05994764342904091,-0.4783642888069153,-0.8761129379272461,-2.840298652648926,-0.035495780408382416,-1.558942198753357,-0.11336167901754379,-0.08552426099777222,-0.1500558853149414 +299,-0.1268831139686159,0.48585096521770177,0.4269958043449903,-0.11189912259578705,-0.4669610261917114,-0.8771693110466003,0.044495586305856705,-1.73403799533844,-2.413618326187134,0.17069122195243835,0.23629391193389893,0.5166346430778503 +300,-0.1736996310090287,0.47472433151493965,0.21755201945142535,-0.15371601283550262,-0.4570932686328888,-0.8760349154472351,-0.044003814458847046,-1.1995022296905518,-0.8204002380371094,0.4932088255882263,0.04277139902114868,0.1627628207206726 +301,-0.31731393221089943,0.583467667133569,0.1971101571418747,-0.26039496064186096,-0.5509212017059326,-0.7928935885429382,1.4107707738876343,-1.4387164115905762,-0.1448245346546173,0.41638559103012085,-0.10389441251754761,-0.30825692415237427 +302,-0.4758459957242622,0.6361987772870205,0.3295955883676328,-0.36846980452537537,-0.5941421985626221,-0.7150000929832458,-0.009329723194241524,-1.4613943099975586,0.9991651177406311,-0.17968693375587463,-0.11380457878112793,-0.45505911111831665 +303,-0.45253815866171654,0.49969002797788836,0.4191074237156994,-0.383787602186203,-0.47915348410606384,-0.7893788814544678,-2.406569242477417,2.52298641204834,2.1212167739868164,-0.5218520164489746,-0.01353752613067627,-0.11836647987365723 +304,-0.1683191542218911,0.30511013901918027,0.5846663821255365,-0.15978814661502838,-0.30039823055267334,-0.9403343200683594,-0.860837996006012,3.6528255939483643,1.495940923690796,-0.2388019561767578,0.16297757625579834,0.3170433044433594 +305,0.030956411178093238,0.3504780163191316,0.734795545944183,0.029069887474179268,-0.34334680438041687,-0.9387587308883667,1.675636649131775,0.7609876990318298,0.480114221572876,-0.013551697134971619,0.14440268278121948,0.3222731351852417 +306,0.0728108339543687,0.48024080731591684,0.7962127035994424,0.06451769918203354,-0.4619927704334259,-0.8845338225364685,1.069819688796997,0.3072298467159271,0.525263786315918,-0.07562610507011414,-0.0389074981212616,0.03869342803955078 +307,0.040495509454666255,0.6143466516879279,0.8280149623794473,0.03308187052607536,-0.576424777507782,-0.8164803385734558,1.4334763288497925,-0.7285730838775635,-0.17442816495895386,-0.22168050706386566,-0.22528725862503052,-0.21734845638275146 +308,0.03358614368863475,0.6751300185790763,0.7763464891204528,0.026213278993964195,-0.6249988079071045,-0.7801854610443115,0.4013521671295166,-0.9403710961341858,-0.5777472257614136,-0.09850943088531494,-0.0017406940460205078,0.017749547958374023 +309,-0.02818775726299234,0.6983615592617719,0.6884287705475196,-0.02158605121076107,-0.6429636478424072,-0.7655924558639526,0.6045751571655273,-1.4866464138031006,-0.5758607387542725,-0.03394068777561188,0.21849465370178223,0.30962932109832764 +310,-0.26893501287792065,0.9419276423391613,0.5312562217543662,-0.15629565715789795,-0.808693528175354,-0.5670859813690186,2.8943185806274414,-6.075858116149902,-1.6267075538635254,0.37145984172821045,0.34880882501602173,0.772850751876831 +311,-1.775498253489961,1.3451376497721816,1.171233917270804,-0.21907709538936615,-0.9746469259262085,0.0454825684428215,6.145442008972168,-9.074951171875,-1.6905457973480225,0.45773983001708984,0.689750075340271,0.4514198303222656 +312,-2.9108311298827547,0.8346441402773888,1.8274640540625882,-0.15357139706611633,-0.7410576343536377,0.6536433100700378,3.1448028087615967,-0.8250331282615662,4.175467491149902,-0.24965739250183105,0.23863142728805542,0.6316502690315247 +313,-2.6536895120965,0.4348174536235504,1.4220519598322554,-0.42515382170677185,-0.42124485969543457,0.8011223673820496,2.718022108078003,0.572900116443634,4.957390308380127,-0.7077654600143433,0.5794937610626221,0.25150513648986816 +314,-2.534810887135537,-0.20614691179825476,1.09548649386596,-0.5581532716751099,0.20468991994857788,0.8040940165519714,5.5807318687438965,-0.038144368678331375,5.1808295249938965,-1.2500286102294922,0.6075965166091919,0.6082900762557983 +315,-2.5810354319454953,-0.6067379202592719,1.0420435773444259,-0.4367637038230896,0.5701906681060791,0.6957871317863464,-0.5386301875114441,1.2775588035583496,0.36217477917671204,-0.8354988098144531,-0.8909457921981812,0.3789960741996765 +316,-2.528302753963289,-0.5980244012030771,1.0173219895095027,-0.4756721258163452,0.5630108118057251,0.6758365631103516,-0.009820125997066498,0.07627271860837936,0.21280565857887268,-0.14046257734298706,-0.2923351526260376,0.3221035599708557 +317,-2.546632192969269,-0.5844339781353938,0.9264390208413728,-0.4674508273601532,0.5517274141311646,0.6907147765159607,-0.9430568814277649,0.5124216079711914,0.48016947507858276,-0.2660239636898041,-0.22790533304214478,0.45273321866989136 +318,-2.52814148211265,-0.4610434263766021,0.8205372506147594,-0.5155839920043945,0.4448828399181366,0.7322925329208374,-2.582029342651367,1.5061206817626953,-0.94624263048172,-0.4023999571800232,-0.1112951934337616,0.5362010598182678 +319,-2.3488910041920494,-0.1563299802039591,0.8487294307257457,-0.7035667300224304,0.15569399297237396,0.6933640837669373,-1.5556870698928833,1.5698931217193604,-1.9441502094268799,0.4410240054130554,0.17177489399909973,0.0817064642906189 +320,-2.2916582857376238,0.04509256349749384,0.8021349446946499,-0.7504736185073853,-0.045077282935380936,0.6593616604804993,-1.41715407371521,-0.2153310775756836,-0.2679033577442169,0.7158361673355103,0.21135233342647552,-0.3015732169151306 +321,-2.3179034046318385,0.08686959503276762,0.7736305057697794,-0.7308912873268127,-0.08676037937402725,0.6769568920135498,0.7616279125213623,-0.40398073196411133,0.2948111295700073,0.37835222482681274,0.31890761852264404,-0.2709052562713623 +322,-2.3795817279765137,-0.08855410107924457,0.8516523093678361,-0.6876726150512695,0.08843840658664703,0.7206145524978638,2.461561679840088,-0.9238978028297424,1.5872383117675781,0.1469009518623352,0.15794527530670166,0.1740540862083435 +323,-2.4767719581655436,-0.4337243049759582,0.7929338629101506,-0.559795618057251,0.4202531576156616,0.7141540050506592,2.2682924270629883,-0.5129926204681396,2.6192944049835205,-0.9349095225334167,-0.2765459418296814,0.6293670535087585 +324,-2.4832523976709595,-0.38152164575735215,0.847573688910582,-0.5678155422210693,0.3723331391811371,0.7341345548629761,-2.32490611076355,1.5116406679153442,-2.95479416847229,-0.6944220066070557,-0.0943027138710022,0.2852593660354614 +325,-2.320728559087803,-0.022145301499353585,0.9832513771258162,-0.731555700302124,0.022143490612506866,0.6814221143722534,-0.7113748788833618,0.6782330274581909,-3.6309094429016113,0.2875401973724365,0.13752448558807373,-0.23697936534881592 +326,-2.3239261700077853,0.27271530330342464,1.1714004564609175,-0.7025898694992065,-0.2693473696708679,0.6586496829986572,-0.9512860774993896,-0.035464122891426086,-2.7938501834869385,0.3749684691429138,0.5919334888458252,-0.0399516224861145 +327,-2.364315724282977,0.4054834086713738,1.24795700593835,-0.6444704532623291,-0.3944630026817322,0.6550241708755493,0.19430606067180634,-0.7241358160972595,0.07796287536621094,0.4734499454498291,0.864891529083252,-0.03359484672546387 +328,-2.4178637028445253,0.18623654799233647,1.2120350472062464,-0.6507331728935242,-0.18516184389591217,0.7363842129707336,2.0071604251861572,-0.9656976461410522,3.2131197452545166,0.0954200029373169,0.696819543838501,0.32243847846984863 +329,-2.4641847268625656,-0.166512481189924,0.9622155477360161,-0.618106484413147,0.16574408113956451,0.7684229016304016,0.1972956359386444,0.33897140622138977,4.471774101257324,-0.5782284140586853,0.4821135997772217,0.3492530584335327 +330,-2.4996704902523996,-0.40595422944360604,0.6845627329472387,-0.5500743389129639,0.39489561319351196,0.7358501553535461,0.08580120652914047,0.3378318250179291,2.5421149730682373,-0.24472540616989136,-0.46415528655052185,-0.1605176329612732 +331,-2.5650612156188735,-0.49791947685394256,0.5125315020487577,-0.47892996668815613,0.4775986671447754,0.736563503742218,0.2540816068649292,-0.32899531722068787,1.2968745231628418,-0.17873913049697876,-0.4475998282432556,-0.21486550569534302 +332,-2.65190482333721,-0.6016501571511321,0.44515413842360263,-0.38775813579559326,0.5660036206245422,0.727518618106842,0.824700653553009,-0.4534621834754944,0.6488963961601257,-0.47360047698020935,-0.6677950620651245,0.1776784062385559 +333,-2.6661148628408258,-0.5999824946130948,0.48235823758679613,-0.3778128921985626,0.564628005027771,0.733793318271637,-0.21347779035568237,0.0007816448342055082,-0.9285260438919067,-0.8426613807678223,-0.3416208028793335,0.41296565532684326 +334,-2.590983694330851,-0.46909773955313655,0.6868555507796171,-0.4666876494884491,0.45208168029785156,0.7601476907730103,-0.7508441209793091,-0.42950454354286194,-3.3868117332458496,-0.9658074378967285,0.15431779623031616,0.6280968189239502 +335,-2.4628888478340847,-0.08385981006220643,0.9285796122552071,-0.6255785822868347,0.0837615579366684,0.7756518721580505,-2.449707508087158,1.202467679977417,-4.800085067749023,-0.3258223533630371,0.5332733988761902,0.052107036113739014 +336,-2.402509181307898,0.3886327754352815,1.1564795586707628,-0.6233782172203064,-0.3789235055446625,0.6839710474014282,-1.7629870176315308,0.6677723526954651,-4.196075916290283,0.24692875146865845,0.9122639894485474,-0.14419132471084595 +337,-2.447247634053097,0.6834244021046403,1.324857373434806,-0.49617424607276917,-0.6314520239830017,0.5958854556083679,-0.5508710145950317,-0.08846653252840042,-1.603325605392456,0.5296672582626343,1.168515682220459,-0.23783797025680542 +338,-2.5233519474564936,0.5860768184316617,1.3837234671372602,-0.48287659883499146,-0.5530968308448792,0.6789065599441528,2.459702968597412,-0.4248877763748169,1.6757451295852661,0.2824067175388336,1.0938835144042969,-0.06934839487075806 +339,-2.5712156971448397,0.11746349115866268,1.302969649468283,-0.5362286567687988,-0.1171935573220253,0.8358974456787109,1.6160694360733032,0.6445564031600952,5.5737409591674805,-0.20377683639526367,0.8159240484237671,0.7713413238525391 +340,-2.492526351902087,-0.3546717157079492,0.8019747046490088,-0.5668225288391113,0.3472825288772583,0.7470653653144836,1.1614384651184082,1.0079095363616943,5.667455673217773,-0.9899858236312866,0.3031843304634094,0.21411609649658203 +341,-2.5223840730353406,-0.5934892364602786,0.6209907531269959,-0.481140673160553,0.5592569708824158,0.6750815510749817,0.9902181625366211,0.7358803153038025,0.7487921118736267,-0.4602808356285095,-0.774848461151123,-0.048540472984313965 +342,-2.534510060184064,-0.7152205207802492,0.5674898758767007,-0.4306783974170685,0.6557838916778564,0.6200512647628784,0.7987072467803955,-0.7947455644607544,1.1320831775665283,-0.48799222707748413,-0.7222970128059387,0.20526611804962158 +343,-2.529487397018004,-0.7351827787669845,0.6292232778410093,-0.42617931962013245,0.6707227230072021,0.6070436835289001,-0.15745386481285095,0.0413735955953598,-1.6865681409835815,-0.7899613380432129,-0.5386884808540344,0.41390663385391235 +344,-2.432987949339096,-0.530125114889407,0.7730489305438568,-0.5614520907402039,0.5056412816047668,0.6550560593605042,-0.9558825492858887,-0.09377669543027878,-2.617356777191162,-0.5769450664520264,0.12988722324371338,0.31213754415512085 +345,-2.3996232806465,-0.24066918577903948,1.0159792546533555,-0.656265377998352,0.23835258185863495,0.7158940434455872,-1.1170865297317505,-0.3181988298892975,-4.098920822143555,-0.4171906113624573,0.5227100849151611,0.3106563687324524 +346,-2.3555732214886005,0.10856830868054518,1.2000022788576779,-0.7033800482749939,-0.10835514962673187,0.7025066018104553,-1.3532140254974365,0.13807649910449982,-3.3340649604797363,0.40943479537963867,0.47459664940834045,-0.1957622766494751 +347,-2.380143727073614,0.36179413620450973,1.3087350638038713,-0.6453046798706055,-0.3539527952671051,0.6769784092903137,-0.4728046953678131,-0.023227328434586525,-1.6840070486068726,0.49370843172073364,0.7557776570320129,-0.3827734589576721 +348,-2.4159544940077446,0.35788316827071576,1.3483562106186069,-0.621566891670227,-0.35029229521751404,0.7006784677505493,1.1861094236373901,-0.3700139820575714,1.283512830734253,0.3504486083984375,0.9243888854980469,-0.264032781124115 +349,-2.4126030471483273,0.025971716022043692,1.300241752761425,-0.6658917665481567,-0.025968795642256737,0.7455963492393494,2.36238431930542,0.04908321797847748,3.826918601989746,-0.007219254970550537,0.7875196933746338,0.24721676111221313 +350,-2.361991956282912,-0.3931055993969224,1.046625456355425,-0.6493735909461975,0.38305896520614624,0.6569470167160034,1.2838711738586426,1.7064334154129028,4.64719295501709,-0.7469123601913452,0.5309882164001465,0.35883039236068726 +351,-2.2840752734322085,-0.709516848003108,0.8628576867570312,-0.5737266540527344,0.6514672636985779,0.49641484022140503,0.053360726684331894,1.5143986940383911,2.2360992431640625,-0.18217837810516357,-0.7383204698562622,0.15215995907783508 +352,-2.364650000464332,-0.8332510867384813,0.6249806025037596,-0.4714725613594055,0.7401215434074402,0.47951382398605347,-0.007756591774523258,-0.19301104545593262,1.74691641330719,-0.3521052300930023,-0.5617311596870422,0.0003903210163116455 +353,-2.436755708569295,-0.9131908216202032,0.5861421300410967,-0.39601773023605347,0.7914580702781677,0.465579628944397,0.2755374610424042,-0.23069459199905396,-0.27322623133659363,-0.8122648000717163,-0.6318357586860657,0.3965420126914978 +354,-2.399390798094642,-0.8169711375263539,0.6847037946465311,-0.4626162350177765,0.7290761470794678,0.5044143795967102,-0.41441652178764343,-0.6868164539337158,-1.9399203062057495,-0.9422146081924438,-0.06969815492630005,0.47002702951431274 +355,-2.3655457746848185,-0.5325119135956671,0.9514119742913992,-0.6034737825393677,0.5076990127563477,0.6148671507835388,-1.7803086042404175,-1.426756739616394,-4.424266338348389,-0.8811302185058594,0.4765235185623169,0.496232271194458 +356,-2.3290381807974274,-0.04588150078196027,1.105866100713714,-0.7252821326255798,0.04586540535092354,0.6869224309921265,-2.1481878757476807,0.4125758409500122,-4.369182586669922,0.01692330837249756,0.6056239008903503,-0.2353995442390442 +357,-2.3536543415003455,0.37055837999970737,1.2658606346405883,-0.6607843041419983,-0.36213597655296326,0.6574358344078064,-1.4747925996780396,0.07227553427219391,-3.675139904022217,0.22395563125610352,1.029799461364746,-0.2708696722984314 +358,-2.3709262169084213,0.6117323267866336,1.3668786806368458,-0.5702857971191406,-0.5742865204811096,0.5873408913612366,-0.3438946604728699,0.19953355193138123,-0.3007543683052063,0.6394996643066406,1.1575689315795898,-0.4001460075378418 +359,-2.3911226824782,0.38327227265730296,1.390898100290792,-0.632502019405365,-0.3739573359489441,0.6783047914505005,4.083440780639648,-0.00027396390214562416,2.7326948642730713,0.3028815984725952,1.1141916513442993,-0.09793668985366821 +360,-2.3993062910047134,-0.13786373381437847,1.211979754638728,-0.6695608496665955,0.1374274343252182,0.729932963848114,0.11544366925954819,1.2528741359710693,6.599303245544434,-0.728342592716217,1.104348063468933,0.498674213886261 +361,-2.3716311661212717,-0.6519957192449579,0.841117920479422,-0.5533180832862854,0.6067739725112915,0.5706700682640076,2.1302664279937744,1.0310038328170776,4.115828514099121,-0.9425619840621948,-0.3111502528190613,0.15195554494857788 +362,-2.369500607133539,-0.8549343701720483,0.691709021696401,-0.4578358232975006,0.7545278668403625,0.47018489241600037,-0.630363941192627,1.226288914680481,1.636810541152954,-0.276996910572052,-0.7826346755027771,0.33822566270828247 +363,-2.5008671233425224,-0.8993568296004314,0.4840125359235184,-0.3718853294849396,0.7829269170761108,0.49872496724128723,-0.2622615694999695,-0.4897344410419464,0.4082731306552887,-0.7671069502830505,-0.7091050148010254,0.15589231252670288 +364,-2.4857497205621044,-0.8332888628327646,0.5285522295366389,-0.4100755751132965,0.7401469349861145,0.5329357981681824,-0.45974475145339966,-0.24126429855823517,-1.5949207544326782,-0.8431592583656311,-0.3649791479110718,0.2848438024520874 +365,-2.4030559948749697,-0.6490007817596563,0.762620974505299,-0.5363356471061707,0.6043906211853027,0.5891145467758179,0.30193451046943665,-1.4067306518554688,-3.925347328186035,-1.0712997913360596,0.2318214774131775,0.33033424615859985 +366,-2.3363277846093755,-0.24235176560824012,1.088947075264316,-0.6999436020851135,0.2399863302707672,0.6726706624031067,-1.969719648361206,0.22962352633476257,-4.949699878692627,-0.26639556884765625,0.6004983186721802,0.10717552900314331 +367,-2.3171534240846796,0.2175415771629874,1.2921814612177407,-0.7168635129928589,-0.21582980453968048,0.6629661321640015,-1.352889895439148,-0.16200047731399536,-4.348762035369873,0.33705705404281616,0.7592105269432068,-0.23059314489364624 +368,-2.3630594914479093,0.5722378566251272,1.412964488426384,-0.5903635621070862,-0.5415147542953491,0.5985254049301147,-1.4107755422592163,0.22142216563224792,-1.7595504522323608,0.5612345933914185,1.2328293323516846,-0.33479249477386475 +369,-2.3734045175686207,0.5163580284589773,1.3905539439674812,-0.604243278503418,-0.4937162697315216,0.6254076957702637,2.0700225830078125,-0.29374784231185913,2.060058832168579,0.24418151378631592,1.1161069869995117,-0.29334574937820435 +370,-2.4146478758901697,0.11299415680763894,1.3504993115186095,-0.6603517532348633,-0.11275386810302734,0.7424434423446655,0.9980441927909851,0.09153884649276733,5.402831554412842,-0.05864238739013672,1.0286016464233398,0.6098363399505615 +371,-2.3496989020171446,-0.3826302763974211,0.9396625081280076,-0.6602198481559753,0.37336182594299316,0.6516980528831482,2.066011667251587,1.4874950647354126,6.146467208862305,-1.1055729389190674,0.7830864787101746,0.29687970876693726 +372,-2.399150307738283,-0.7779744622045021,0.6648080675184277,-0.4816032946109772,0.7018380165100098,0.5248635411262512,0.3879999816417694,1.2557202577590942,2.6696510314941406,-0.7756140828132629,-0.6428322792053223,0.08774638175964355 +373,-2.4994274429847017,-0.9056404633296959,0.4275262106533791,-0.3696492910385132,0.7868205904960632,0.494239866733551,0.10434138774871826,0.07641812413930893,1.4514362812042236,-0.5597636103630066,-0.8430338501930237,0.07961267232894897 +374,-2.5645876193594375,-0.9315185816859491,0.3918450064821099,-0.32546380162239075,0.8025268912315369,0.5000240802764893,-0.041214194148778915,-0.20102669298648834,-1.207797884941101,-1.0904908180236816,-0.7428954243659973,0.2620914578437805 +375,-2.431457340387016,-0.7515159354955837,0.5828681738274469,-0.47634047269821167,0.6827471852302551,0.5540363192558289,-0.6547374725341797,-0.7483832836151123,-2.7616286277770996,-0.8183372616767883,0.04077881574630737,0.3336437940597534 +376,-2.3409308711787835,-0.47625423420611784,0.9605983202447433,-0.637937068939209,0.4584534764289856,0.618753969669342,-0.7153765559196472,-1.034968376159668,-4.724172592163086,-0.6182578802108765,0.36517012119293213,0.4677633047103882 +377,-2.3291069089778724,-0.05788521956929116,1.18689433616746,-0.7247829437255859,0.05785289779305458,0.6865441799163818,-1.8074473142623901,-0.7891995310783386,-4.313045024871826,0.07912248373031616,0.2510002553462982,0.13662177324295044 +378,-2.434228978583779,0.34100999788787856,1.2943937204817648,-0.612413227558136,-0.33443909883499146,0.7163105010986328,-2.5828042030334473,-0.8133853077888489,-2.7177176475524902,-0.1574232578277588,0.27134397625923157,0.25358396768569946 +379,-2.19606956109341,0.8023661346497019,1.0103203613710305,-0.5635141730308533,-0.7190026044845581,0.40680089592933655,-6.289914608001709,2.099540948867798,-0.9111267328262329,-0.619133472442627,0.7502525448799133,0.5576765537261963 +380,-2.0742676717504858,1.1951811790047744,0.9299592797898744,-0.32132449746131897,-0.9302821159362793,0.17699146270751953,3.5350444316864014,-0.5266433954238892,-5.86357307434082,-0.8867291212081909,0.5997766256332397,-0.16405199468135834 +381,2.5829441215623374,0.88764201743565,2.526377477593618,0.3345843553543091,-0.7755854725837708,0.5352763533592224,3.000640392303467,-1.122420310974121,-5.095613956451416,-0.3515826463699341,0.4848901033401489,0.1406727433204651 +382,2.404833735746075,0.5034071173710057,2.8070562979672604,0.5885387063026428,-0.48241278529167175,0.6487678289413452,0.8272613286972046,0.8402666449546814,-3.6919357776641846,-0.3716808557510376,0.2826143205165863,-0.17357879877090454 +383,2.385713770315244,0.22537782959937339,3.021882356384773,0.6685811877250671,-0.2234746515750885,0.7092660665512085,0.5348140597343445,-0.3707578778266907,-3.700350046157837,-0.23697108030319214,0.452493816614151,-0.1990731954574585 +384,2.3018674668479324,0.04486736380209187,-3.0513486431113064,0.743710458278656,-0.04485231265425682,0.6669955253601074,-0.7885726094245911,-0.7854241728782654,-2.44629168510437,0.045489370822906494,0.4044104218482971,-0.13939237594604492 +385,2.2079756043872463,-0.11511537317316041,-2.9564233902246864,0.7984574437141418,0.11486130207777023,0.5909931659698486,1.4088560342788696,-1.2885626554489136,-2.098729133605957,0.030125439167022705,0.12503741681575775,0.04737365245819092 +386,2.203960458385654,-0.23498196376163769,-2.877409145387413,0.7840049862861633,0.23282544314861298,0.5754378437995911,-0.964393675327301,-0.22826333343982697,-0.6119857430458069,0.24562770128250122,-0.006430760025978088,0.153825581073761 +387,2.2367208960417857,-0.2343425727929683,-2.7506849579521604,0.7648530602455139,0.23220357298851013,0.6009007096290588,-1.5146424770355225,-0.10991907119750977,-0.48525741696357727,-0.06125485897064209,0.12540146708488464,0.0019588470458984375 +388,2.2167250718075246,-0.15495061772306828,-2.6487530868060243,0.7889739871025085,0.15433131158351898,0.5947287082672119,0.2890997529029846,-0.26866593956947327,0.4079299867153168,-0.408236563205719,0.2697867751121521,-0.5636006593704224 +389,2.16574413553728,-0.22378445369954347,-2.758832470210689,0.8075270056724548,0.22192129492759705,0.5464902520179749,0.9155839681625366,0.6016268134117126,0.31568410992622375,-0.07127499580383301,0.18030045926570892,-0.008449912071228027 +390,2.1624454221267264,-0.2886533769780563,-2.8789085553453297,0.7956824898719788,0.28466156125068665,0.5346562266349792,0.6408111453056335,0.46514660120010376,0.003223177045583725,0.2770105004310608,0.036947935819625854,0.20658522844314575 +391,2.1735725241700403,-0.31033335919151034,-2.946886437552687,0.7844149470329285,0.3053760826587677,0.5398501753807068,0.5560263991355896,0.6054433584213257,0.8127408623695374,0.299782931804657,0.16825664043426514,0.08301341533660889 +392,2.1845544787269158,-0.2480954830576932,-3.001832136317221,0.7924593091011047,0.24555820226669312,0.5583094358444214,-1.050734043121338,0.9739584922790527,0.9135149717330933,-0.20400410890579224,0.13827663660049438,-0.09045970439910889 +393,2.1811365274635275,-0.21870158846100693,-3.05615641737084,0.799933671951294,0.2169623225927353,0.559493899345398,0.04814983531832695,0.19567669928073883,0.35158729553222656,-0.33234333992004395,-0.15853643417358398,-0.21301257610321045 +394,2.2137756313868873,-0.2121000902540885,-3.102234712777231,0.7823787927627563,0.2105133980512619,0.5861464738845825,0.4107251763343811,0.8946251273155212,0.037033677101135254,-0.16444361209869385,0.10937187075614929,-0.0042830705642700195 +395,2.242202172641407,-0.256014366744048,3.11277147487288,0.7574292421340942,0.2532268464565277,0.6018115878105164,0.4542258679866791,-0.21686160564422607,0.08811042457818985,0.08735835552215576,0.1342090666294098,0.34951281547546387 +396,2.2541420299746924,-0.26539641547796683,3.0348967824891298,0.7483145594596863,0.262291818857193,0.6092851758003235,0.8821925520896912,-0.7485567927360535,0.39447054266929626,0.19054341316223145,-0.238671213388443,0.3507521152496338 +397,2.3241725431863136,-0.08012626414864409,3.1206208912889624,0.7270432114601135,0.08004055172204971,0.6819103360176086,-1.8738574981689453,2.31528902053833,1.6498324871063232,0.1166609525680542,0.5219186544418335,-1.0516459941864014 +398,2.5272128345860754,0.017036676248607486,2.9484442312080614,0.5763682126998901,-0.017035851255059242,0.8170124888420105,0.06833386421203613,2.1892597675323486,1.8859214782714844,-0.33425694704055786,0.357993483543396,-0.3661458492279053 +399,2.8617041287261626,0.2560945365841206,2.8028501377806117,0.26723918318748474,-0.2533043920993805,0.9297422766685486,-2.894683599472046,5.1473188400268555,3.028726100921631,-0.15462929010391235,0.6081475019454956,-0.3192988634109497 +400,-2.813797447059654,0.6103457791389747,2.2626322225791213,-0.2638271749019623,-0.5731508135795593,0.7758179306983948,-4.76254940032959,0.6450923681259155,7.35330057144165,-0.10667148232460022,0.7613375186920166,-0.2407684326171875 +401,-2.343194563859727,0.417088262097117,1.3838135577137836,-0.6548377871513367,-0.4051000475883484,0.6380296349525452,0.2781153917312622,-1.1078946590423584,6.758124351501465,-1.4217156171798706,0.8343602418899536,0.11181789636611938 +402,-2.40241232333313,0.026835286601021743,1.0798512800651265,-0.6734400391578674,-0.026832066476345062,0.7387551069259644,2.9501805305480957,-1.1229013204574585,5.398435115814209,-0.7495338320732117,0.9318613409996033,-0.03125065565109253 +403,-2.480254576566061,-0.6198717948583866,0.9329607774105639,-0.49990835785865784,0.5809308290481567,0.6423483490943909,3.057325839996338,0.291836678981781,4.395606517791748,-0.986770749092102,-0.17877012491226196,0.6491709351539612 +404,-2.5383193795243333,-0.8269190659954984,0.7109369155800721,-0.3841727077960968,0.735848605632782,0.557618260383606,0.1469893902540207,0.9670951962471008,0.906528115272522,-0.6534096598625183,-0.6170437335968018,0.28655898571014404 +405,-2.6074605770109196,-0.8847030479509759,0.5671881522906637,-0.32252100110054016,0.7737268805503845,0.5452768802642822,-0.4131530225276947,0.05622706562280655,0.4654923379421234,-0.836338222026825,-0.6802058219909668,0.388591468334198 +406,-2.5664025199213265,-0.8044073446193789,0.6089160800305794,-0.3772810399532318,0.7204197645187378,0.5819404721260071,-0.3280879855155945,0.2706329822540283,-1.8222661018371582,-0.9419175982475281,-0.21277505159378052,0.4758598804473877 +407,-2.439506525922883,-0.596708088824751,0.908085601396656,-0.5342090129852295,0.5619224905967712,0.6315566897392273,-0.8354398608207703,-0.967995285987854,-4.1632280349731445,-0.857560396194458,0.33416515588760376,0.5757796764373779 +408,-2.349813928868563,-0.1817264886525344,1.1773651962566054,-0.69988614320755,0.18072789907455444,0.6910113096237183,-1.3623424768447876,0.035701438784599304,-4.922808647155762,-0.045078396797180176,0.38386255502700806,-0.20070070028305054 +409,-2.3805185421194017,0.227024466908633,1.4112416415498996,-0.6720022559165955,-0.22507934272289276,0.7055156826972961,-1.4281506538391113,-0.5670751929283142,-3.4976913928985596,0.22948211431503296,0.781201183795929,-0.25434374809265137 +410,-2.434702107634359,0.4392944356644317,1.5306035336593586,-0.5878063440322876,-0.4253009855747223,0.6881879568099976,0.06887377053499222,0.07974529266357422,-0.8484578728675842,0.3401104807853699,1.0288318395614624,-0.35580581426620483 +411,-2.466932620642599,0.3123072071837105,1.5780841192613655,-0.5944167375564575,-0.3072550594806671,0.7431442141532898,2.320117235183716,-0.621504545211792,2.011765241622925,0.32262712717056274,1.0290415287017822,-0.011179983615875244 +412,-2.4094086800458583,-0.05102926260554232,1.3165256133337042,-0.6676252484321594,0.051007118076086044,0.7427480220794678,0.42405804991722107,1.696633219718933,5.856651782989502,-0.4546891450881958,1.0130339860916138,0.21857088804244995 +413,-2.3246927590009023,-0.5308331976215014,0.9763349421176357,-0.6287025213241577,0.5062520503997803,0.5902894735336304,0.8762447237968445,1.4743735790252686,4.667517185211182,-0.5474905967712402,-0.16874301433563232,0.09190034866333008 +414,-2.3846884628335205,-0.7612317081448013,0.7384033496998325,-0.49714335799217224,0.6898137331008911,0.5263136029243469,-0.038993168622255325,0.4136442542076111,1.6547685861587524,-0.5164217948913574,-0.7031498551368713,0.17578917741775513 +415,-2.48454232137324,-0.8558452768333881,0.5932910726790677,-0.40041792392730713,0.7551253437995911,0.5190866589546204,0.09809936583042145,-0.35738202929496765,0.6540018320083618,-0.8442109227180481,-0.7284836173057556,0.3052845597267151 +416,-2.4445778023978577,-0.8020586208771675,0.6660885162530041,-0.44628915190696716,0.7187888026237488,0.533074676990509,-0.43090617656707764,-0.047000110149383545,-1.9094051122665405,-0.884323000907898,-0.29370951652526855,0.5027681589126587 +417,-2.368505507247941,-0.5753530177202477,0.9117483294591673,-0.5859145522117615,0.5441309809684753,0.6005215048789978,-0.6282122731208801,-1.742316484451294,-4.1620941162109375,-0.9801408648490906,0.36454522609710693,0.542224645614624 +418,-2.3309994032411936,-0.16343097899900388,1.119687498331559,-0.7150392532348633,0.16270442306995392,0.6798865795135498,-1.8285795450210571,0.4989597797393799,-4.56490421295166,-0.12861907482147217,0.61669921875,-0.054139018058776855 +419,-2.311246315227444,0.250070752128284,1.2842273187257498,-0.7152043581008911,-0.24747250974178314,0.6536359786987305,-1.2608948945999146,0.12034070491790771,-3.7892043590545654,0.3218633532524109,0.7820336818695068,-0.34911638498306274 +420,-2.3384010410380944,0.5003248281028357,1.4336398671735793,-0.6313753724098206,-0.47971057891845703,0.6092971563339233,0.019906215369701385,0.01896018721163273,-1.2262787818908691,0.6397066116333008,0.974034309387207,-0.3549484610557556 +421,-2.374220085935167,0.41036583218357026,1.4479387712865328,-0.6366066932678223,-0.39894482493400574,0.6599809527397156,1.6084098815917969,-0.10538938641548157,2.2191972732543945,0.35242706537246704,0.9768104553222656,-0.11957579851150513 +422,-2.3423779133466684,0.01848098361376533,1.2673004388887408,-0.7166865468025208,-0.018479932099580765,0.6971509456634521,0.5196866989135742,0.577208399772644,5.906770706176758,-0.3082922697067261,0.9652420282363892,0.30281877517700195 +423,-2.320665128258036,-0.49911369969654035,0.9477507115398832,-0.6425067186355591,0.4786475598812103,0.5983995795249939,2.3771681785583496,0.8631923198699951,5.170971870422363,-1.0087080001831055,0.33215880393981934,0.32361292839050293 +424,-2.312083321230858,-0.7668916351548225,0.7820803635375582,-0.5311245322227478,0.6939003467559814,0.486219197511673,-0.09418676793575287,1.4721062183380127,1.0350635051727295,-0.3988071084022522,-0.834021806716919,0.2789633274078369 +425,-2.386624505445362,-0.8137055529163654,0.5737185132634798,-0.4706469774246216,0.726837158203125,0.5001989603042603,-0.29517704248428345,-0.38934168219566345,1.3022181987762451,-0.41627007722854614,-0.7015228867530823,-0.007507979869842529 +426,-2.4370196996557785,-0.8130336231345748,0.5392398946169038,-0.445168673992157,0.7263755202293396,0.5236441493034363,-0.06132524088025093,0.05164402723312378,-0.7506250739097595,-0.7217471599578857,-0.4492607116699219,0.18546217679977417 +427,-2.3497469998518077,-0.7077719181369051,0.6863853265122878,-0.5407214164733887,0.6501424908638,0.5337933897972107,0.002657354809343815,-0.2795109748840332,-2.1579713821411133,-0.6155744194984436,-0.10421347618103027,0.34283941984176636 +428,-2.310185614639766,-0.46642815251768127,0.9622699109101427,-0.659953236579895,0.44969886541366577,0.6018577814102173,-0.8710869550704956,-0.9635964632034302,-4.079347610473633,-0.682331919670105,0.4389272928237915,0.4449867606163025 +429,-2.2618968445241148,-0.07582264863507872,1.1144157293978274,-0.7683312296867371,0.07575001567602158,0.635554313659668,-1.464272141456604,0.22846758365631104,-3.3954741954803467,0.2564292550086975,0.3932899236679077,-0.2197522521018982 +430,-2.284137419598398,0.23991705576209538,1.24197296093559,-0.734521210193634,-0.23762205243110657,0.6356214880943298,-0.6723518967628479,-0.23745213449001312,-2.7376646995544434,0.4280482530593872,0.6946380138397217,-0.3372357487678528 +431,-2.3296653434267682,0.3676781187217985,1.321320714916476,-0.6771180033683777,-0.35944971442222595,0.6421117782592773,0.10973012447357178,-0.17956256866455078,0.07142907381057739,0.48529964685440063,0.8626844882965088,-0.2995975613594055 +432,-2.286781859804964,0.1951189870549175,1.2703997989279205,-0.7401307225227356,-0.1938832700252533,0.6439064741134644,1.7191771268844604,0.5963005423545837,2.7896480560302734,0.23295915126800537,0.7506459951400757,0.03578096628189087 +433,-2.2553431738219607,-0.1461571806923685,1.0875186461374962,-0.7664457559585571,0.1456373631954193,0.6255801916122437,0.5364737510681152,0.784654438495636,4.9397711753845215,-0.3996461033821106,0.8236771821975708,0.22619587182998657 +434,-2.2314761798189062,-0.55950284541786,0.8841808345170549,-0.6691800355911255,0.5307649374008179,0.5200832486152649,0.46997201442718506,1.0897469520568848,3.3425700664520264,-0.5293825268745422,-0.25339066982269287,0.2810336947441101 +435,-2.2640449291876643,-0.7081710777617226,0.6331163167909664,-0.584228515625,0.6504456996917725,0.4853841960430145,-0.9006765484809875,0.4466300308704376,1.9027546644210815,-0.21656805276870728,-0.5843750834465027,0.029554307460784912 +436,-2.3751934260975345,-0.7868881167036003,0.4873042602564008,-0.4896795153617859,0.7081595659255981,0.5086489915847778,0.208652526140213,-0.42679113149642944,0.46220287680625916,-0.6537683010101318,-0.6197807192802429,0.10109210014343262 +437,-2.3886089124663035,-0.7674187230288848,0.5188692389353944,-0.49214792251586914,0.6942797899246216,0.5251340866088867,-0.19831982254981995,-0.1395011693239212,-1.0593397617340088,-0.7981657385826111,-0.37885022163391113,0.2703676223754883 +438,-2.3259118410681787,-0.6226379461766356,0.6856211625553718,-0.5915420651435852,0.5831801295280457,0.5567578673362732,0.14950871467590332,-1.0059014558792114,-2.9647929668426514,-0.7656663060188293,0.0697283148765564,0.24156677722930908 +439,-2.2736756670849103,-0.33361832907760314,0.9443725537084885,-0.7209158539772034,0.3274639844894409,0.6107760667800903,-0.7964275479316711,-0.08748096227645874,-4.047268390655518,-0.29809653759002686,0.3278399109840393,0.05702471733093262 +440,-2.2469785335171903,0.02449354046257939,1.1236040517312276,-0.7797337770462036,-0.024491092190146446,0.6256321668624878,-0.8019410967826843,-0.044934358447790146,-3.4511935710906982,0.28643226623535156,0.4544227123260498,-0.26767629384994507 +441,-2.297545072055468,0.294964672567427,1.269199915769412,-0.7150629758834839,-0.2907060384750366,0.6357477307319641,-0.6075915098190308,-0.17772898077964783,-2.031064748764038,0.4238184094429016,0.7911027669906616,-0.2589471936225891 +442,-2.3122889066125802,0.31670887610923887,1.3009638132330794,-0.7007842063903809,-0.3114408254623413,0.6417993903160095,1.0665184259414673,0.06901515275239944,1.3236981630325317,0.38315707445144653,0.924889862537384,-0.26655513048171997 +443,-2.295959427406965,0.011403293437865806,1.2403783430885758,-0.7483426928520203,-0.011403046548366547,0.6632145047187805,0.777782142162323,0.2867231070995331,4.628161430358887,0.09654808044433594,0.8028764128684998,0.36196261644363403 +444,-2.250346963929573,-0.42723473340427787,0.9723571417594099,-0.7079378366470337,0.41435566544532776,0.5719560384750366,1.4751719236373901,1.1098783016204834,4.699667930603027,-0.6935819983482361,0.45304548740386963,0.24814289808273315 +445,-2.2608627273239197,-0.7157729699047437,0.7428372354559789,-0.5819398760795593,0.6562008857727051,0.4803609251976013,-0.8458438515663147,1.2461369037628174,1.9677667617797852,-0.41563403606414795,-0.7004207968711853,0.05276602506637573 +446,-2.3293515060039445,-0.7721083067002532,0.5292829046655249,-0.520015299320221,0.6976472735404968,0.49282121658325195,-0.3804498314857483,-0.06720183044672012,1.230168104171753,-0.21213197708129883,-0.5879517793655396,-0.10347777605056763 +447,-2.399917260675535,-0.8232938250626765,0.47295671545590984,-0.45922771096229553,0.7333889603614807,0.5012491941452026,0.3802739977836609,-0.10625019669532776,-0.14038477838039398,-0.7524270415306091,-0.4571438431739807,0.17010706663131714 +448,-2.32548128144959,-0.7892597957519856,0.61318270069562,-0.5131253600120544,0.7098320722579956,0.48253577947616577,0.16619212925434113,-0.33335983753204346,-1.7120704650878906,-0.7479525804519653,-0.2749871015548706,0.43199974298477173 +449,-2.2687979634244706,-0.620394455550151,0.8704005441327999,-0.6233593821525574,0.5813561677932739,0.5229224562644958,0.0625733807682991,-1.520740270614624,-3.7627384662628174,-0.8503191471099854,0.1897009015083313,0.4197959303855896 +450,-2.239329218620387,-0.23286660723359226,1.0856929774412267,-0.7635511755943298,0.23076769709587097,0.603105366230011,-1.2812923192977905,-0.17398621141910553,-4.443580627441406,-0.08991879224777222,0.40216687321662903,-0.09416371583938599 +451,-2.274800971115944,0.1816683742796183,1.2373177049751833,-0.7497122287750244,-0.18067073822021484,0.6366236209869385,-1.2459315061569214,-0.20841218531131744,-3.824211597442627,0.14738678932189941,0.8097753524780273,-0.306713342666626 +452,-2.3017872668095216,0.4483120300605848,1.3625074766593024,-0.6709404587745667,-0.4334449768066406,0.6016348004341125,-0.29605576395988464,0.35573965311050415,-1.2875466346740723,0.5736046433448792,1.0117073059082031,-0.3657338619232178 +453,-2.300036227763412,0.346296869780414,1.3923204299362033,-0.7014145255088806,-0.33941683173179626,0.6267486810684204,2.3709704875946045,0.5203542113304138,2.2557218074798584,0.4544815421104431,1.0349429845809937,-0.19411617517471313 +454,-2.298223303771942,-0.10725587523949012,1.2876043770187566,-0.7425957918167114,0.1070503517985344,0.6611289381980896,0.1549806147813797,0.6904579401016235,6.156909942626953,-0.335345983505249,1.0155845880508423,0.4669075012207031 +455,-2.291448029191478,-0.638997650360557,0.9206357557186746,-0.6031250357627869,0.5963911414146423,0.5296774506568909,2.348820686340332,0.9229016900062561,4.946730613708496,-1.071954369544983,0.09454208612442017,0.07043588161468506 +456,-2.2019433704977573,-0.8422985951557621,0.8776393472933391,-0.5374937653541565,0.7461753487586975,0.3928396999835968,-1.4883348941802979,2.328199625015259,0.4226464331150055,-0.08356952667236328,-0.77481609582901,0.5678384900093079 +457,-2.4115431112113233,-0.8382155346330911,0.4895771602295738,-0.44602081179618835,0.7434508800506592,0.49834349751472473,-0.40749847888946533,-1.1319845914840698,1.6355884075164795,-0.6764919757843018,-0.5123260021209717,-0.3343268632888794 +458,-2.4064541758568185,-0.8557584688651995,0.5590597897778188,-0.43973508477211,0.7550684213638306,0.4863174259662628,-0.06368046998977661,0.41005271673202515,-1.3431998491287231,-0.8174823522567749,-0.36699163913726807,0.24924767017364502 +459,-2.2856571743857574,-0.716566496946223,0.7630285340133081,-0.5694584250450134,0.6567994356155396,0.49429911375045776,0.3799304664134979,-1.0496549606323242,-2.7676708698272705,-0.7637172341346741,0.06257617473602295,0.24520277976989746 +460,-2.2563770960423657,-0.42818258735904136,1.0864530463110416,-0.7041715383529663,0.41521814465522766,0.5759655237197876,-0.6685211658477783,-0.9487128257751465,-4.5686163902282715,-0.5201326608657837,0.44127291440963745,0.2219012975692749 +461,-2.241640632037694,-0.0017499251479277684,1.2857292082643028,-0.7832959890365601,0.0017499242676422,0.6216466426849365,-1.5349584817886353,-0.32721811532974243,-4.203709125518799,0.255692720413208,0.5519610047340393,-0.17650192975997925 +462,-2.286716334576842,0.34852062326369837,1.3834250795178562,-0.7091290950775146,-0.3415077328681946,0.6168537139892578,-1.446257472038269,-0.19978399574756622,-2.3331897258758545,0.38118720054626465,0.9230354428291321,-0.3281726837158203 +463,-2.3060074087890983,0.4350968041601548,1.4182939487353432,-0.6725853681564331,-0.42149817943573,0.6082499623298645,1.0089993476867676,-0.17256028950214386,0.8431082963943481,0.4597863554954529,1.089695930480957,-0.2844279408454895 +464,-2.281081236192568,0.12933432540724465,1.3659643241201176,-0.7518439888954163,-0.128974050283432,0.6466040015220642,0.22980082035064697,-0.21671490371227264,5.027227878570557,0.28741204738616943,0.9341192841529846,0.47722119092941284 +465,-2.2808158113703456,-0.3164244012932401,0.9355448301854611,-0.720700204372406,0.31117045879364014,0.6194868683815002,1.162191390991211,1.294594407081604,6.65209436416626,-1.0488462448120117,1.0743579864501953,0.08946692943572998 +466,-2.2743312663515076,-0.7605657423857586,0.7170910151382267,-0.5524336099624634,0.6893314123153687,0.46865662932395935,0.9046139121055603,1.7059156894683838,1.8517444133758545,-0.8667863011360168,-0.7805332541465759,0.176286518573761 +467,-2.2898779482758354,-0.7982110151194413,0.4389661545530752,-0.5251746773719788,0.7161085605621338,0.45976120233535767,-2.7680106163024902,1.0221612453460693,2.247453451156616,-0.02360767126083374,-0.528700053691864,0.033097803592681885 +468,-2.5657458965825137,-0.796402994336864,0.10524984384533638,-0.3807908594608307,0.7148454189300537,0.586510181427002,-0.2591577172279358,-0.49587637186050415,0.34185341000556946,-1.1112744808197021,-0.405076801776886,-0.27750450372695923 +469,-2.4226469293161315,-0.7564456176710058,0.253437197690301,-0.47898051142692566,0.6863407492637634,0.5472784638404846,0.4182201623916626,0.5943468809127808,-2.190001964569092,-0.824211597442627,-0.1546330451965332,0.33870774507522583 +470,-2.2825526446246234,-0.659170505938479,0.6147715336285005,-0.5985797643661499,0.6124613285064697,0.5163272023200989,1.4467123746871948,-2.0416858196258545,-4.191141605377197,-0.9597546458244324,0.12986356019973755,0.5881498456001282 +471,-2.2390601506888723,-0.2983505521135504,0.9046832709530584,-0.7502239346504211,0.29394403100013733,0.5922508835792542,-0.5477036237716675,-0.360894113779068,-4.51544189453125,-0.11833691596984863,0.32666146755218506,-0.08387374877929688 +472,-2.262818830831092,0.0669632972480561,1.1301980312055353,-0.768231213092804,-0.06691326200962067,0.6366654634475708,-0.6321768760681152,-0.644030749797821,-3.483283758163452,0.3629732131958008,0.5488316416740417,-0.2938769459724426 +473,-2.3450466744338114,0.2998037294564636,1.2616353096684219,-0.6830549836158752,-0.2953327000141144,0.6679930686950684,-0.3637601137161255,-0.3708494305610657,-1.5337395668029785,0.29160594940185547,0.9275500774383545,-0.3204893469810486 +474,-2.372428883099187,0.2646190344135086,1.306204629726931,-0.671324610710144,-0.26154157519340515,0.6934834122657776,1.9151859283447266,0.5313789248466492,1.1510475873947144,0.19753926992416382,0.93996262550354,-0.2532368302345276 +475,-2.2974219419528374,-0.07171446705712561,1.2442381490989038,-0.7454992532730103,0.07165300846099854,0.6626436710357666,0.92274010181427,1.1530927419662476,4.406999588012695,0.02111881971359253,0.6640647649765015,0.23007172346115112 +476,-2.223671084281638,-0.5165194894579773,1.0327419591020308,-0.6907138824462891,0.49385666847229004,0.5282237529754639,1.609885334968567,1.5065065622329712,4.448704242706299,-0.5432493090629578,0.2080172300338745,0.22058618068695068 +477,-2.18341430341331,-0.8259624146512534,0.8520957103168496,-0.5545797944068909,0.7352005243301392,0.38977134227752686,-0.10062151402235031,1.2699352502822876,2.2331812381744385,-0.4006509780883789,-0.5549025535583496,0.24583357572555542 +478,-2.274402823558133,-0.9640056690599983,0.6851431774904054,-0.43481144309043884,0.8214823007583618,0.36892545223236084,0.2838341295719147,-0.4275900423526764,0.9806533455848694,-0.6388732194900513,-0.7768045663833618,0.28825533390045166 +479,-2.3384624858791514,-0.9415533036274102,0.6609145996823784,-0.42346909642219543,0.8084732294082642,0.40871134400367737,-0.6530811190605164,-0.6773737668991089,-0.6811980605125427,-0.722496509552002,-0.47780007123947144,0.40815269947052 +480,-2.358348449554281,-0.7779738466579453,0.7449198313189811,-0.5026123523712158,0.7018375396728516,0.5047822594642639,-0.4282551109790802,-0.5492230653762817,-2.755812883377075,-0.973675549030304,-0.11051362752914429,0.18190914392471313 +481,-2.330829139580911,-0.4484503642022303,0.9899904809184712,-0.6531438827514648,0.43356963992118835,0.6208223104476929,-1.877699851989746,-1.0789685249328613,-4.3386616706848145,-0.7657251358032227,0.6156551837921143,0.21622896194458008 +482,-2.2320020615863525,-0.002280426272957912,1.1425187089555038,-0.7892502546310425,0.0022804243490099907,0.6140672564506531,-1.9782452583312988,1.8019911050796509,-4.210098743438721,-0.012232840061187744,0.5885093212127686,-0.09244567155838013 +483,-1.9043743436196732,0.40203067278987964,1.0459132682606491,-0.8695403933525085,-0.3912879228591919,0.30131974816322327,-3.015993118286133,5.091272830963135,-1.2577279806137085,0.2419005036354065,0.5850133895874023,0.04792347550392151 +484,-1.25681402687756,0.4463980483781825,0.7874701631398455,-0.8579099774360657,-0.4317193627357483,-0.27858400344848633,-3.115161418914795,6.509134769439697,0.9518904089927673,-0.08122271299362183,0.4421868622303009,0.6348767280578613 +485,-0.6592094463869677,0.3421472717544879,0.7983788447788068,-0.5769898891448975,-0.3355106711387634,-0.7446578145027161,-0.560992956161499,4.660910606384277,1.0755516290664673,-0.32617783546447754,0.09916728734970093,0.5566237568855286 +486,-0.3016609734807494,0.25721509937569725,0.8162223645924538,-0.2873324155807495,-0.2543882727622986,-0.9234319925308228,-0.6076909303665161,2.451204299926758,-0.016148841008543968,-0.3702603280544281,-0.009741365909576416,0.32408207654953003 +487,-0.047712629376186665,0.10916110054748002,0.7723142161859206,-0.047410644590854645,-0.10894443094730377,-0.9929165840148926,-0.7197338342666626,1.1893565654754639,-0.5937266945838928,0.00012365728616714478,-0.06132839620113373,-0.08499479293823242 +488,0.0302910474882973,0.125661889348775,0.7548349623133483,0.03004760481417179,-0.12533143162727356,-0.9916598200798035,-0.22207385301589966,1.4695165157318115,0.21352700889110565,0.05849914625287056,-0.04054686427116394,0.32402676343917847 +489,0.10120620139516498,0.2858706202710075,0.7562659931273976,0.09693322330713272,-0.2819928526878357,-0.9545071721076965,3.389533519744873,-1.2766493558883667,0.4470635950565338,-0.02247033268213272,-0.0806475281715393,-0.08910238742828369 +490,0.05272427658308837,0.5002583625651639,0.8011061787772996,0.046241942793130875,-0.4796522557735443,-0.8762393593788147,1.647750735282898,-0.02444731816649437,0.4995102882385254,0.035651978105306625,-0.2611619532108307,-0.2029995322227478 +491,0.0842676329312163,0.596298308339714,0.8439953902594268,0.06964223831892014,-0.5615834593772888,-0.8244840502738953,0.11224332451820374,0.13683894276618958,0.40969884395599365,-0.005723200738430023,-0.003952980041503906,-0.27420973777770996 +492,0.021378488224757523,0.663402103939416,0.9143830966274196,0.01684286631643772,-0.6158009171485901,-0.7877217531204224,1.1122835874557495,-0.3295431435108185,0.9592615365982056,-0.11629965901374817,0.15446674823760986,0.09298908710479736 +493,-0.024450190718353183,0.7574224960129909,1.0299560822330496,-0.01776396483182907,-0.6870508790016174,-0.7263920903205872,0.5812324285507202,0.8332693576812744,0.7823643684387207,-0.13683807849884033,0.1764003038406372,0.36120355129241943 +494,-0.04151151440131837,0.8040903366214696,1.1022758089043168,-0.02879103273153305,-0.7201998233795166,-0.6931689977645874,0.051721807569265366,0.32376188039779663,0.4487876892089844,-0.06830063462257385,-0.005508124828338623,0.2782367467880249 +495,-0.029880976732682064,0.7537786887003176,1.1177875938312665,-0.021783215925097466,-0.6843987107276917,-0.7287824749946594,-0.7560680508613586,0.2143067866563797,0.09377838671207428,-0.12404504418373108,-0.17906564474105835,-0.0597306489944458 +496,-0.07655714299985461,0.7299987627796022,1.1487445842687414,-0.056992776691913605,-0.6668686866760254,-0.7429925799369812,0.004097190219908953,-0.4454739987850189,-0.13577260076999664,-0.4174487292766571,-0.18945449590682983,-0.20120608806610107 +497,-0.0017932702906355332,0.6759762439257871,1.0583914022507197,-0.0013989232247695327,-0.625659167766571,-0.7800953388214111,-1.117998480796814,-0.08869950473308563,-0.7488456964492798,-0.16534912586212158,0.10905760526657104,0.10202527046203613 +498,0.0251281237261964,0.5996346464073545,0.9961097444681439,0.020742135122418404,-0.5643408894538879,-0.8252812027931213,-0.1613353043794632,-0.12373428791761398,-0.3356802761554718,-0.08595821261405945,0.08573377132415771,0.2596379518508911 +499,0.07137405777998987,0.5626198329039467,0.9480185847737698,0.06032125651836395,-0.5334040522575378,-0.8437070250511169,-0.7102375626564026,0.5825316309928894,-0.4975776970386505,-0.03845541179180145,0.07141369581222534,0.38786590099334717 +500,0.11199237277589648,0.44707443864952295,0.9192434203727579,0.10077432543039322,-0.43232935667037964,-0.8960669040679932,-1.2951635122299194,0.3673974871635437,-0.29102128744125366,0.013361409306526184,-0.12901097536087036,0.033716440200805664 +501,0.17102621127488307,0.35318386258714246,0.9138480731094791,0.15968868136405945,-0.34588688611984253,-0.9245873689651489,-1.0032589435577393,1.2367753982543945,-0.1542457789182663,-0.029668539762496948,-0.30816584825515747,-0.22117984294891357 +502,0.20515731511365884,0.27845485813405013,0.9246707483579659,0.19587410986423492,-0.274870365858078,-0.9413180351257324,-0.5592479705810547,0.05199851095676422,-0.05285482853651047,0.015826329588890076,0.16548007726669312,-0.4826931953430176 +503,0.1024850015647825,0.3184303547868715,0.9804790100472289,0.09716258198022842,-0.3130761981010437,-0.9447447657585144,1.637810230255127,-2.1429123878479004,0.685248076915741,-0.08768687397241592,0.2066003978252411,-0.17172551155090332 +504,-0.10996502524097052,0.5930946008364741,1.032364275023512,-0.0910009816288948,-0.5589298009872437,-0.8242064714431763,2.16931414604187,-0.6921359300613403,0.02490198239684105,-0.1539636105298996,0.16981542110443115,0.5180388689041138 +505,-0.23536632255092194,0.763319762190303,1.0588028105606688,-0.16849692165851593,-0.6913239359855652,-0.7026236653327942,0.9684131741523743,-1.4257676601409912,0.20513036847114563,0.057962268590927124,0.0039917826652526855,0.41832196712493896 +506,-0.41847538424978964,0.7804131893881029,1.0843795919005574,-0.288774311542511,-0.7035731077194214,-0.6493028998374939,0.28106483817100525,-1.9641574621200562,0.29254186153411865,-0.1264936327934265,-0.2633763551712036,-0.018757343292236328 +507,-0.8009718530763462,0.791455722692183,1.2084528245451083,-0.5046409964561462,-0.7113771438598633,-0.4891625642776489,1.0534430742263794,-2.909175395965576,0.3983009457588196,-0.5729346871376038,-0.2796049118041992,-0.21979129314422607 +508,-1.1999967750685054,0.8473398185623616,1.3988906537485544,-0.61698979139328,-0.7495220899581909,-0.23987531661987305,1.7309778928756714,-2.994509220123291,0.4854337275028229,0.0032660961151123047,0.1700391173362732,-0.004967197775840759 +509,-1.218980877137691,0.8474389386308364,1.3794121404668949,-0.6213625073432922,-0.7495877146720886,-0.22809423506259918,-1.990066409111023,1.5690193176269531,-1.1202442646026611,0.17574483156204224,0.3405453562736511,0.3922024965286255 +510,-1.1904875672041666,0.8877899909264503,1.242399646276958,-0.5860338807106018,-0.7756788730621338,-0.23427921533584595,-0.6998127698898315,-1.208710789680481,-0.10728059709072113,0.29129505157470703,0.04772782325744629,0.23359256982803345 +511,-0.719430746104438,0.7168536922891778,0.8246565230783702,-0.49677199125289917,-0.6570159792900085,-0.5670516490936279,-4.7724504470825195,4.993136405944824,-0.8053199052810669,-0.15297776460647583,-0.2503936290740967,0.10625147819519043 +512,0.03648195052440147,0.2593423734620139,0.42827535609585826,0.03525413200259209,-0.2564449608325958,-0.9659156799316406,-6.743582725524902,6.146862506866455,-2.8353071212768555,0.029870379716157913,-0.04081147909164429,0.24513626098632812 +513,0.40112125668216797,-0.34420584810816074,0.3695814708203078,0.36754846572875977,0.33744922280311584,-0.8666234612464905,-3.8342747688293457,1.0154883861541748,-1.3002492189407349,0.08910128474235535,0.46057015657424927,-0.5715174078941345 +514,0.38240414321074173,-0.3975379182654846,0.3629409169265313,0.3440525233745575,0.3871494233608246,-0.8554198741912842,0.9092237949371338,0.07550768554210663,0.7203675508499146,0.052309781312942505,-0.05354654788970947,-0.04274296760559082 +515,0.31161999705145915,-0.09556185428185189,0.4478381642033526,0.3052021265029907,0.09541647136211395,-0.9474953413009644,5.437511444091797,-3.454974889755249,2.617553949356079,-0.008037209510803223,-0.12301962077617645,-0.037993550300598145 +516,-0.4015497292432082,0.7927612763165681,0.5542759827985615,-0.2743269205093384,-0.7122941017150879,-0.6460509896278381,9.373567581176758,-8.454080581665039,-1.3460848331451416,0.13127577304840088,0.4052567481994629,0.13990163803100586 +517,-2.197247701479183,1.1512895739048656,1.8868474077115558,-0.32996708154678345,-0.9132899641990662,0.23879507184028625,5.687686920166016,-2.81717848777771,0.879375159740448,0.45255622267723083,-0.06534767150878906,0.18437692523002625 +518,-2.4206086805343916,0.9562590066270323,2.0778318863986973,-0.38061457872390747,-0.8170403242111206,0.4331021010875702,-2.126412868499756,1.4260785579681396,-0.11108957231044769,-0.28862059116363525,-0.17964845895767212,0.5990785956382751 +519,-1.3608840018222583,1.1541101751699447,1.2493939183587994,-0.3958481550216675,-0.9144352078437805,-0.08433575928211212,-6.5861496925354,5.655411720275879,-1.1346628665924072,-0.17328941822052002,0.23428994417190552,0.4654240608215332 +520,-0.048779653990320034,0.719857541209328,0.34869579812500656,-0.036662861704826355,-0.6592775583267212,-0.7510052919387817,-4.213736057281494,2.943147897720337,-1.3189200162887573,0.053767964243888855,0.1390596628189087,0.28545963764190674 +521,0.2829999512939221,0.3887791767396549,0.22138752462075334,0.25839871168136597,-0.37905898690223694,-0.8885630965232849,-3.053800344467163,2.2108895778656006,-1.50045907497406,-0.04375332593917847,-0.02365097403526306,0.2834147810935974 +522,0.39789882899625995,0.2128614066238411,0.167356901612199,0.37873685359954834,-0.21125759184360504,-0.9010708332061768,1.2496955394744873,-0.6819270253181458,-0.5359752774238586,0.13324129581451416,-0.11642490327358246,-0.43184542655944824 +523,0.3800894501222847,0.35000883876052347,0.11760086780348701,0.34850946068763733,-0.34290611743927,-0.8723282217979431,1.8648349046707153,-0.28704530000686646,0.05649812892079353,-0.05309930443763733,-0.15428626537322998,-0.21183925867080688 +524,0.3288577491326301,0.3496722132168161,0.013726386198246704,0.3034181594848633,-0.3425898849964142,-0.8891398310661316,0.14214211702346802,-0.7660015225410461,-0.6312170028686523,-0.05192279815673828,-0.025146931409835815,-0.11761981248855591 +525,0.23845088324615313,0.38877503808249003,-0.03529698632081647,0.21857115626335144,-0.3790551424026489,-0.8991906642913818,0.8191749453544617,-0.8330488204956055,-0.12047666311264038,-0.18713805079460144,-0.06633365154266357,0.18976378440856934 +526,0.2407592532694827,0.4492390293746257,-0.1686270765858854,0.2147815078496933,-0.4342801868915558,-0.8747968673706055,1.0648688077926636,-0.5328425765037537,-1.582554578781128,-0.2179858684539795,0.14822369813919067,0.30871111154556274 +527,0.21880097074691215,0.42065889290371267,-0.3366534642349629,0.1981361210346222,-0.4083620011806488,-0.891057014465332,-1.0277702808380127,-1.1161171197891235,-1.7589755058288574,0.06439134478569031,-0.0741819441318512,0.12331104278564453 +528,0.13046202731597578,0.23918247393070594,-0.4113775217042543,0.1263887882232666,-0.2369084507226944,-0.9632757902145386,-1.3144071102142334,-1.3541120290756226,-0.1521722823381424,0.3563230037689209,-0.2713770866394043,-0.2967187166213989 +529,0.09371087885380021,0.23665292210948286,-0.44873147333031316,0.09096570312976837,-0.23445016145706177,-0.9678627848625183,1.3256278038024902,-0.02744978852570057,-0.5079459547996521,0.2549205422401428,-0.08845633268356323,0.1458718180656433 +530,0.10890932325775078,0.3148361064864164,-0.4435876962608549,0.10335151851177216,-0.3096606433391571,-0.9452136158943176,-0.8683128952980042,0.14630866050720215,0.6323462724685669,0.32528311014175415,-0.018357545137405396,0.4448626637458801 +531,0.1287319497915736,0.20243692297245736,-0.3617386036661752,0.125755175948143,-0.2010570913553238,-0.9714739918708801,-0.6348946690559387,0.2566777169704437,0.2632034718990326,0.036796703934669495,-0.1343768686056137,-0.2513653635978699 +532,0.11539573283742476,0.08557429201926466,-0.283861874277169,0.1147184744477272,-0.08546988666057587,-0.9897143840789795,-0.1324891895055771,-0.13584519922733307,1.4512406587600708,0.0497407540678978,-0.07618171721696854,-0.568253755569458 +533,0.06302589538439798,0.08068023653069124,-0.2116752201084084,0.06277929991483688,-0.08059273660182953,-0.9947680830955505,-0.13411501049995422,0.346481591463089,0.6590345501899719,-0.02930152416229248,-0.23054921627044678,0.022432327270507812 +534,0.1072503329830902,0.1918232761004297,-0.16860269141599626,0.1050814539194107,-0.19064904749393463,-0.9760178327560425,1.5393484830856323,0.5503919124603271,0.27517083287239075,-0.0514925941824913,-0.07373999059200287,0.41866010427474976 +535,0.12698612823270275,0.1954728994215458,-0.16399580639935404,0.12423327565193176,-0.19423045217990875,-0.9730573296546936,-1.3064411878585815,-0.17747223377227783,0.3524501621723175,-0.05791858583688736,-0.028792008757591248,-0.08794724941253662 +536,0.12751733036139298,0.22527153247184079,-0.1281598165409976,0.12395883351564407,-0.22337104380130768,-0.9668192863464355,-0.7828766703605652,-0.5011040568351746,-0.7864010334014893,-0.22987008094787598,-0.23616263270378113,0.07689625024795532 +537,0.11225342820823674,0.12969355117530634,-0.1160164275024362,0.11107705533504486,-0.12933027744293213,-0.9853606224060059,0.961589515209198,-0.12317003309726715,0.11475184559822083,-0.10733865201473236,-0.34338700771331787,-0.15059518814086914 +538,0.0748644217656164,0.29759243129174956,-0.14549841558720797,0.07150693237781525,-0.29321932792663574,-0.953367292881012,1.5623548030853271,0.4707392752170563,-0.45533138513565063,-0.13328976929187775,-0.12348297238349915,0.516752302646637 +539,0.19068308232791714,0.33669401186235504,-0.2395476089216087,0.17888793349266052,-0.3303685486316681,-0.9267446994781494,0.14083783328533173,0.19461145997047424,-0.7806946635246277,0.17658081650733948,-0.2337794005870819,0.4524099826812744 +540,0.19486105499379244,0.23830736427177193,-0.25138752701500455,0.18815802037715912,-0.23605816066265106,-0.9533483386039734,-2.530134916305542,-0.060343269258737564,0.35548028349876404,0.1710643768310547,-0.39269548654556274,-0.11118108034133911 +541,0.10414989321191745,0.13810226674145726,-0.2188046963290708,0.1029718890786171,-0.13766369223594666,-0.9851118922233582,0.35890650749206543,-0.6414527297019958,-0.04808568209409714,-0.3734492063522339,0.17829787731170654,-0.5923874378204346 +542,0.07379512937947537,0.10497269087547001,-0.27688715268335634,0.07332232594490051,-0.10478001087903976,-0.9917888045310974,-0.046577028930187225,-0.30040407180786133,-0.5882050395011902,0.04656597971916199,-0.09599513560533524,0.09913438558578491 +543,0.049167850402602874,0.15048355853644907,-0.28588558715664264,0.04859260469675064,-0.14991624653339386,-0.9875038862228394,1.1074955463409424,-0.15332423150539398,-0.09071031957864761,-0.09394172579050064,-0.14793531596660614,0.30619895458221436 +544,0.023604175317557683,0.2496206958270956,-0.3266921826122806,0.022870467975735664,-0.2470364272594452,-0.9687362313270569,0.5893165469169617,-0.2750006914138794,-0.4109738767147064,0.07684572041034698,-0.1865573227405548,0.17163240909576416 +545,0.0039571004784388,0.2966402429114805,-0.38632215001453574,0.0037842602469027042,-0.29230883717536926,-0.9563164710998535,0.17989793419837952,0.05552888289093971,-0.34771907329559326,0.09973136335611343,-0.20138925313949585,-0.3449224829673767 +546,-0.002268283360299772,0.4797089871903848,-0.3959383128222225,-0.0020122588612139225,-0.4615210294723511,-0.8871269822120667,2.5099871158599854,-1.2595170736312866,-1.1552990674972534,-0.3119220733642578,0.12417972087860107,0.03884512186050415 +547,-0.15992766592054505,0.5258668792750565,-0.44555841641212385,-0.13773082196712494,-0.5019629597663879,-0.8538520932197571,0.9039674401283264,-0.3702068030834198,-0.3882928192615509,-0.29812124371528625,-0.01408928632736206,-0.05821150541305542 +548,-0.10736021394485076,0.6073768898723014,-0.5241423703248098,-0.08798935264348984,-0.5707154870033264,-0.8164200782775879,-0.6433444619178772,-0.45498019456863403,-1.3011106252670288,0.22850754857063293,0.09902048110961914,0.6845078468322754 +549,-0.04901730195996587,0.5415363679483145,-0.6194893937390097,-0.04198697954416275,-0.5154531598091125,-0.8558885455131531,-0.2301032990217209,0.16327989101409912,-0.511763334274292,0.25153595209121704,0.08909207582473755,0.2603227496147156 +550,-0.012702893383517643,0.491248088860938,-0.6398793006854944,-0.01120040938258171,-0.47172674536705017,-0.8816736340522766,-0.8796942234039307,0.42185357213020325,0.5249004364013672,0.4879612922668457,-0.36265435814857483,-0.05484980344772339 +551,-0.08253076640097887,0.40343411171625776,-0.5098024855035568,-0.07581891119480133,-0.3925790786743164,-0.9165878295898438,-1.0548275709152222,-0.9054215550422668,0.8642223477363586,-0.30941975116729736,-0.12829497456550598,-0.5703659057617188 +552,-0.17985258058111975,0.5130829774898784,-0.41790459833672705,-0.15585052967071533,-0.4908655881881714,-0.8571823835372925,2.6523187160491943,-0.34045371413230896,-0.2732025384902954,-0.46284759044647217,0.1339472234249115,-0.01459801197052002 +553,-0.20288774352634306,0.7232233335337537,-0.42485182307572844,-0.15105880796909332,-0.6618045568466187,-0.7342996001243591,1.1100192070007324,0.5582548975944519,-0.08117599785327911,0.09455552697181702,0.12507671117782593,0.6493539810180664 +554,-0.15173925586233686,0.7195972160700961,-0.4633511729385483,-0.11368131637573242,-0.6590818166732788,-0.7434297204017639,-1.3587934970855713,0.6016031503677368,-0.777383029460907,-0.017055988311767578,0.07010775804519653,0.5711580514907837 +555,-0.04160770887571756,0.5625977587304472,-0.5616714002398432,-0.03518465906381607,-0.5333853960037231,-0.845140278339386,-1.6312981843948364,-0.7324357032775879,-0.9259718060493469,-0.05484218895435333,-0.12544333934783936,0.10496699810028076 +556,-0.047879059882471195,0.42773324291858256,-0.615362387412193,-0.04354891553521156,-0.41480931639671326,-0.9088656306266785,-1.405422568321228,-0.5398547649383545,-0.31054162979125977,-0.33799710869789124,-0.28469932079315186,-0.34484225511550903 +557,-0.01820892798830271,0.30822640638981413,-0.7115026035589381,-0.017349839210510254,-0.30336910486221313,-0.9527151584625244,0.05192435905337334,0.07444728165864944,-1.1653121709823608,-0.36605775356292725,0.059640467166900635,-0.3442056179046631 +558,-0.0335285783857429,0.35505354616593787,-0.8382219598754939,-0.03143144026398659,-0.3476405739784241,-0.937100887298584,0.9636704921722412,-0.6120967268943787,-1.0665032863616943,0.07403397560119629,-0.08378642797470093,0.338559627532959 +559,-0.04221240086679093,0.42848712352467905,-0.9791490371534508,-0.038384802639484406,-0.4154951870441437,-0.9087851047515869,0.1609942466020584,-0.5323851704597473,-1.1917041540145874,0.2282804399728775,0.07375931739807129,0.4545156955718994 +560,-0.045394951362695786,0.44378995110708824,-1.0542704215285035,-0.04098350182175636,-0.4293653666973114,-0.9022005200386047,-0.4664064645767212,0.4456263482570648,-0.25865158438682556,0.37577658891677856,-0.2030351459980011,0.11570149660110474 +561,0.014968937478310495,0.4146825267053959,-1.0751667875522184,0.013699722476303577,-0.4028993844985962,-0.915141761302948,-0.07600878924131393,0.2661004066467285,0.10111455619335175,0.3845241665840149,-0.2264646291732788,-0.3615763783454895 +562,0.01027009298736656,0.31998909164993516,-0.9995146030326733,0.009748599492013454,-0.31455621123313904,-0.949188768863678,1.2608827352523804,-0.475851446390152,1.163011074066162,-0.12904182076454163,0.3255120515823364,-0.8181451559066772 +563,-0.036745307426406346,0.39431251051664584,-0.9206515365582599,-0.0339178703725338,-0.38417354226112366,-0.9226377010345459,0.4191296696662903,-0.16200034320354462,0.5026454329490662,-0.026094943284988403,-0.0020874440670013428,0.2588651180267334 +564,-0.05631821656683863,0.47776682063088327,-0.8766367795398419,-0.04998549073934555,-0.459797203540802,-0.8866159915924072,0.7222540974617004,0.43811488151550293,0.005464980378746986,-0.07832567393779755,0.04253038763999939,0.4451029896736145 +565,-0.05830661509817937,0.5524971061296352,-0.8899301242600605,-0.04960344359278679,-0.5248144268989563,-0.8497701287269592,0.4629405736923218,-0.4378424882888794,-0.35105788707733154,0.041134823113679886,-0.06264889240264893,0.176003098487854 +566,-0.033120342104280685,0.5817992159606677,-0.9399458196128588,-0.02766616828739643,-0.5495280027389526,-0.8350170850753784,0.6499297618865967,-0.1293688416481018,-0.13219481706619263,0.21589858829975128,-0.32905781269073486,-0.15718567371368408 +567,-0.005301450330264625,0.497212831233866,-0.9799984941055174,-0.004659504629671574,-0.47697770595550537,-0.8789030313491821,-0.36634361743927,-0.4193115532398224,-0.05052559822797775,-0.101907879114151,0.002627730369567871,-0.5189546346664429 +568,-0.035663269498992844,0.4914497058358667,-1.0228967054947051,-0.03143584355711937,-0.4719045162200928,-0.8810890316963196,0.24012579023838043,-0.4763769507408142,-0.3244386315345764,0.009508952498435974,0.06132102012634277,0.10098344087600708 +569,-0.0755749698337989,0.5478693696319609,-1.0708156025393325,-0.0644521415233612,-0.5208696126937866,-0.8511996269226074,0.11944752931594849,-0.3362096846103668,-0.5106200575828552,0.0798787772655487,0.10840928554534912,0.4480319023132324 +570,-0.08431719506366114,0.5624691873571231,-1.1074634173673754,-0.07124288380146027,-0.5332766175270081,-0.8429356813430786,0.2885224223136902,-0.2067810446023941,0.015918154269456863,0.16961631178855896,-0.03905004262924194,0.1416112184524536 +571,-0.06696801593442891,0.5670235655229321,-1.1047040811627558,-0.056445538997650146,-0.5371237993240356,-0.841612696647644,0.31893131136894226,-0.10568419098854065,-0.11818096786737442,0.11185021698474884,-0.21478354930877686,-0.16200363636016846 +572,-0.09150782640554378,0.5685146067847311,-1.0671486848983582,-0.07700622081756592,-0.5383809208869934,-0.839175820350647,-0.9884794354438782,0.06746324151754379,0.16931694746017456,0.020228266716003418,-0.1577708125114441,-0.08057820796966553 +573,-0.12474072504790268,0.523248254020915,-1.0342993223314583,-0.10777049511671066,-0.49969640374183655,-0.8594701886177063,0.15318821370601654,-0.33135855197906494,0.746982216835022,0.04002147912979126,0.14552465081214905,-0.06621944904327393 +574,-0.16176713270466564,0.5170771079105453,-0.9633005459576103,-0.14000646770000458,-0.4943414628505707,-0.8579187989234924,0.1726788729429245,-0.25258928537368774,0.587153434753418,0.08922521770000458,0.16952764987945557,0.2993251085281372 +575,-0.18894117382028625,0.5005410622054979,-0.8980375538649267,-0.1647779494524002,-0.4799003005027771,-0.8617098927497864,-0.18581660091876984,-0.010454299859702587,0.3982773423194885,0.0765211284160614,0.03777691721916199,0.3605502247810364 +576,-0.23108415466144436,0.483765094740988,-0.8763128709023181,-0.20275145769119263,-0.4651155173778534,-0.8617188930511475,-0.33245736360549927,-0.9701519012451172,-0.06280247122049332,0.02295716106891632,-0.2345915138721466,0.02373671531677246 +577,-0.31757403707602705,0.475592255439692,-0.8779031542626426,-0.2776084244251251,-0.45786505937576294,-0.8445668816566467,0.35375460982322693,-0.420971155166626,0.4805048108100891,0.09480816125869751,-0.30512017011642456,-0.40912580490112305 +578,-0.3501539183665172,0.5372072380783578,-0.8665273242369594,-0.2947218418121338,-0.5117385983467102,-0.8070084452629089,0.5060095191001892,-0.16340406239032745,-0.6932117938995361,-0.06207442283630371,-0.0015822649002075195,-0.08566123247146606 +579,-0.30725023588788997,0.5444888298045034,-0.9301136711403164,-0.2587037980556488,-0.5179809331893921,-0.8153331875801086,0.25835683941841125,-0.19941742718219757,-0.2935384213924408,0.050085633993148804,0.09052121639251709,0.023768246173858643 +580,-0.32531081217278834,0.6427667716842668,-0.9569441637205907,-0.25582340359687805,-0.5994123816490173,-0.7584584355354309,0.7005842328071594,-0.3126073479652405,-0.7962800860404968,0.15775519609451294,0.10217422246932983,0.3370717763900757 +581,-0.3303573540086112,0.7024147687341217,-0.996521948411539,-0.24759498238563538,-0.6460627317428589,-0.7220108509063721,-0.4624815583229065,0.37532833218574524,-0.2611284852027893,0.16942420601844788,0.04140269756317139,0.36381077766418457 +582,-0.24669166867089448,0.6367635690846566,-1.0268115475409993,-0.1963404417037964,-0.5945963859558105,-0.779682993888855,-0.3017227053642273,0.3553258180618286,-0.03980894014239311,0.1466883420944214,-0.17488908767700195,-0.12185204029083252 +583,-0.30401972366692076,0.6490856052398922,-1.0208665463638447,-0.2384796142578125,-0.604458212852478,-0.7601037621498108,-0.2630309760570526,0.1354944407939911,-0.29694661498069763,0.1172790378332138,-0.24391520023345947,-0.17815911769866943 +584,-0.355724048934364,0.6681456084213299,-1.0403278067958566,-0.2733815014362335,-0.6195313930511475,-0.7358283400535583,-0.15849053859710693,-0.9502357840538025,0.8492441773414612,0.08925366401672363,0.10999464988708496,-0.3474082946777344 +585,-0.419482506826572,0.6540050285894384,-0.9169263023414913,-0.3232455253601074,-0.6083698868751526,-0.7248437404632568,1.3338901996612549,-0.008244190365076065,0.9451571702957153,0.08960291743278503,0.1314106583595276,0.09403014183044434 +586,-0.5477902507691501,0.7407211375421762,-0.7693340406576437,-0.38434261083602905,-0.6748202443122864,-0.6299986839294434,1.5171362161636353,-0.8205814957618713,0.5892382264137268,0.20994991064071655,0.18486058712005615,0.27573537826538086 +587,-0.8755553867541835,0.8141253829037468,-0.5687322502895052,-0.5271665453910828,-0.7271254658699036,-0.4397546350955963,1.203237771987915,-2.2603414058685303,0.6203328967094421,0.170599102973938,-0.06515663862228394,0.2725335955619812 +588,-0.8572220522744695,0.6749942970627398,-0.6520576649954303,-0.5902383923530579,-0.6248928904533386,-0.5110064148902893,-2.02921462059021,0.3463403582572937,0.41780680418014526,-0.46461689472198486,-0.2715762257575989,-0.3199567198753357 +589,-0.6828935731619401,0.5636964560933659,-0.8193367511251041,-0.5334094762802124,-0.5343143939971924,-0.6557305455207825,-3.1682093143463135,1.0719523429870605,-0.25074636936187744,-0.0767742395401001,-0.05206561088562012,0.0976707935333252 +590,-0.5624679814577351,0.42624806968004264,-0.9983509262999615,-0.4855599105358124,-0.4134575128555298,-0.770249605178833,-0.7926668524742126,0.2496810108423233,-0.6196460127830505,0.09044882655143738,-0.04410776495933533,0.025803864002227783 +591,-0.5209619792611957,0.46219826366369277,-1.150130067279719,-0.4454917311668396,-0.4459168016910553,-0.7763345837593079,-0.4880714416503906,-0.44325920939445496,-1.6981290578842163,0.308071106672287,0.11869204044342041,0.25341588258743286 +592,-0.4423164446198161,0.4028508227501588,-1.2679210002080392,-0.3937687575817108,-0.3920425474643707,-0.831413745880127,-1.3006536960601807,0.2642079293727875,-0.0527501180768013,0.24853560328483582,-0.10951384902000427,-0.16498517990112305 +593,-0.41127875059914665,0.39977504723651774,-1.2321483254924186,-0.36825841665267944,-0.38921114802360535,-0.8443343043327332,0.9388874173164368,0.9804221987724304,0.7001475691795349,0.07972997426986694,-0.21299222111701965,-0.5548202991485596 +594,-0.37294369953277995,0.4751355020727369,-1.1049696993495364,-0.32399865984916687,-0.4574589431285858,-0.8281039595603943,0.433889776468277,0.8176774382591248,0.9637054800987244,-0.18033483624458313,0.21543928980827332,-0.5243740677833557 +595,-0.32136276372343364,0.5113010963208484,-0.956985228907542,-0.27546408772468567,-0.4893123507499695,-0.8274617195129395,1.6851236820220947,0.9899248480796814,0.9174751043319702,-0.19133275747299194,0.296944797039032,-0.07764387130737305 +596,-0.34803971964372565,0.7659276445656923,-0.8104043390526816,-0.24581235647201538,-0.6932058930397034,-0.6775262355804443,2.5565829277038574,0.6731027364730835,-0.4544436037540436,-0.048239752650260925,0.27361977100372314,0.6130273938179016 +597,-0.2544994635766687,0.8419522621388978,-0.8004622089602009,-0.16767482459545135,-0.7459447383880615,-0.644555389881134,-0.3036273419857025,0.7988792657852173,0.03451652452349663,0.12746790051460266,0.0748022198677063,0.36162692308425903 +598,-0.1808866967071714,0.7509207411385916,-0.8162321272649679,-0.13151922821998596,-0.6823121905326843,-0.7191333770751953,-0.6729549765586853,0.30782994627952576,-0.07966811954975128,-0.04735955595970154,-0.15493756532669067,-0.08009147644042969 +599,-0.1613059553121457,0.7267071945865885,-0.8723343341801663,-0.12003251165151596,-0.6644123196601868,-0.7376642227172852,0.09690925478935242,-0.25681373476982117,-1.0258797407150269,-0.23600080609321594,-0.14004629850387573,-0.35498714447021484 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/we1.csv b/BoostRunClub/CoreML/DataSet/Motion/running/we1.csv new file mode 100644 index 0000000..fbf9e68 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/we1.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,0.06980921862142543,0.5494301017587713,-2.311273401795135,0.0594865120947361,-0.5222012996673584,-0.8507450222969055,-0.1524292528629303,0.02654304727911949,-0.12823982536792755,-0.06108869984745979,-0.013214290142059326,0.024939417839050293 +1,0.05416471284120527,0.5761561982914716,-2.3557685272650817,0.04539831727743149,-0.5448046922683716,-0.8373332023620605,0.6748231053352356,-0.1759423464536667,-0.3419642150402069,0.002972051501274109,-0.04516112804412842,-0.025047779083251953 +2,0.024004871905707638,0.6696387222758645,-2.413141089827821,0.018819114193320274,-0.6207027435302734,-0.7838200330734253,0.4446277916431427,-0.6579017639160156,-0.11501999944448471,-0.007390275597572327,0.03188139200210571,0.09543502330780029 +3,-0.03861419555395358,0.6441891471740162,-2.3904886969431116,-0.030867736786603928,-0.6005502939224243,-0.7989909648895264,-0.8623055815696716,0.1581977754831314,0.16092315316200256,-0.06404194235801697,-0.08734643459320068,0.04520678520202637 +4,-0.02244407085610059,0.5695808585508387,-2.3687888164043276,-0.01889917254447937,-0.5392791032791138,-0.8419149518013,-0.1222560927271843,-0.5267001390457153,0.2071773260831833,-0.04213598370552063,-0.051129162311553955,-0.14168179035186768 +5,-0.05923285879142568,0.5955586997324808,-2.372943640526231,-0.049006376415491104,-0.5609713792800903,-0.8263834118843079,0.2505151927471161,-0.5289589166641235,0.08087854087352753,-0.005513280630111694,-0.03175628185272217,0.10789281129837036 +6,-0.09908359697719987,0.6060710201204114,-2.3541512349926115,-0.08130287379026413,-0.5696426630020142,-0.8178612589836121,-0.2849348187446594,-0.8075089454650879,0.45618289709091187,-0.0030476972460746765,-0.10252219438552856,-0.021829843521118164 +7,-0.07662485302155614,0.6634041162402342,-2.3671415561689164,-0.06031369790434837,-0.615802526473999,-0.7855886220932007,3.7764906883239746,0.7705867886543274,-1.3842920064926147,-0.7188153266906738,-0.0457422137260437,-1.4187111854553223 +8,0.6020600156795423,1.312398851272044,2.9115048426013765,0.14471811056137085,-0.9668006896972656,-0.2106015980243683,8.438743591308594,-5.8003621101379395,-3.850372076034546,0.46209341287612915,1.9027748107910156,1.0815885066986084 +9,-0.28779560070605104,1.0391672231717115,-2.7480485572427353,-0.14388898015022278,-0.8619823455810547,-0.4860890209674835,-18.140583038330078,6.968304634094238,10.825218200683594,0.9112687110900879,2.654356002807617,1.8606464862823486 +10,-0.2741074113595386,0.3027822005738191,-2.638459506780795,-0.2583743631839752,-0.29817700386047363,-0.918876051902771,3.429656982421875,2.6526248455047607,-0.5460837483406067,-0.18899807333946228,-0.10579943656921387,-2.695580005645752 +11,0.022547835480207414,1.1893576322431316,-3.0599188971065456,0.00839285645633936,-0.928130030632019,-0.3721614181995392,11.698966026306152,-7.002776145935059,-5.6879119873046875,0.256652295589447,2.917830467224121,1.3466488122940063 +12,-0.43659488789294415,1.1063071777855042,-2.7803020680646737,-0.1894252598285675,-0.8940505385398865,-0.40594545006752014,-4.6304521560668945,-1.7424092292785645,9.372727394104004,0.8111293315887451,2.9286117553710938,1.2368476390838623 +13,-0.3344449185642773,0.10610600869370009,-2.667044069777288,-0.3263988494873047,-0.10590702295303345,-0.9392803311347961,7.192763805389404,-4.564032077789307,-2.0122435092926025,-0.9546680450439453,0.38378483057022095,-6.9837846755981445 +14,-0.0453876658429495,0.905685985851791,-2.829472741468131,-0.028001200407743454,-0.7868486642837524,-0.6165104508399963,11.911171913146973,-0.15747734904289246,-4.446681499481201,-0.6862322092056274,1.9297930002212524,-0.08969682455062866 +15,0.9635426910750619,0.9338676739058652,2.9495939229300414,0.48840251564979553,-0.8039261698722839,-0.3393610119819641,-5.427499771118164,-3.8988471031188965,-1.52546226978302,-0.34950169920921326,1.9523634910583496,3.3642635345458984 +16,-0.3642370267194114,0.38871883206779395,-2.810492825081069,-0.3296595811843872,-0.3790031373500824,-0.864685595035553,1.330087423324585,-9.142305374145508,1.0853673219680786,-1.4480046033859253,-0.2814735472202301,-5.810668468475342 +17,-0.31289264930001637,1.0927110399940478,-2.9839544405592306,-0.14161817729473114,-0.8878774642944336,-0.4377417266368866,13.371055603027344,-6.169824123382568,-5.163534641265869,-0.43676620721817017,1.879866600036621,-1.088320255279541 +18,0.9552969078276653,1.3066948462445138,1.7815089121589252,0.21313698589801788,-0.9653274416923523,-0.1507169008255005,-7.428821563720703,-9.143888473510742,4.306098461151123,1.831525444984436,3.4147140979766846,2.962484359741211 +19,-0.09355712162478362,-0.2540974340466785,2.768945817061517,-0.09042101353406906,0.25137192010879517,-0.9636577367782593,4.9702887535095215,0.5657196044921875,-5.565937042236328,-1.9288661479949951,2.892411708831787,-7.046046733856201 +20,0.16487979745086112,0.569847383679224,2.669800234265742,0.1381978839635849,-0.5395035743713379,-0.8305644392967224,14.727314949035645,-1.6024972200393677,-2.7637579441070557,-1.862166404724121,1.645155429840088,-0.4700337052345276 +21,0.36618187282962444,0.9997486609866997,2.1314226638864966,0.19353266060352325,-0.8413351774215698,-0.50467848777771,-9.818964004516602,-0.31139200925827026,1.9965159893035889,1.0240118503570557,2.3527638912200928,2.6633546352386475 +22,0.17315967163965232,-0.46788234083422503,2.4085803860017996,0.15377821028232574,0.4509972333908081,-0.8791778683662415,3.8372652530670166,-1.7104347944259644,-3.4903388023376465,0.7038573026657104,3.2357397079467773,-7.146456718444824 +23,0.3331655516610916,0.45021928258722826,2.256175095260476,0.29444754123687744,-0.4351629614830017,-0.8508430123329163,12.926689147949219,0.9582165479660034,0.9887533187866211,-1.0338884592056274,1.3715338706970215,-0.6545433402061462 +24,0.9477322701456438,1.1324740394092314,1.1926804108310565,0.34466996788978577,-0.9054650068283081,-0.247660830616951,-3.6859781742095947,-3.465350866317749,0.7349756360054016,1.1239122152328491,1.508538007736206,2.919398546218872 +25,0.025815546748083753,0.031015848393026624,2.098035063870503,0.02580026537179947,-0.03101087547838688,-0.9991859793663025,-18.81082534790039,0.7103365659713745,0.9625780582427979,-1.098386287689209,1.9000599384307861,-0.32437658309936523 +26,0.11697953237976336,-0.08365421752412817,1.9013268999029689,0.11630477756261826,0.08355668187141418,-0.9896926283836365,7.7129950523376465,2.772623300552368,-0.5492644906044006,-0.028414152562618256,0.6354680061340332,-0.8639755845069885 +27,0.29419370931348193,1.0308724424034859,1.5151564827563528,0.14906419813632965,-0.8577477931976318,-0.4919842481613159,15.482162475585938,-7.871460437774658,-1.4556492567062378,0.12068067491054535,2.226796865463257,0.7371472120285034 +28,-0.08264266383636759,0.9735492026800556,1.559103666070247,-0.04642272740602493,-0.8268868923187256,-0.560448944568634,-16.962360382080078,2.312978982925415,5.415982246398926,0.9884698390960693,1.1338632106781006,1.9565060138702393 +29,0.12174366822389215,-0.4223935974789082,1.721835476059902,0.11076955497264862,0.4099448621273041,-0.9053592085838318,9.972173690795898,-4.791835308074951,-1.989019751548767,0.4569337069988251,1.2557504177093506,-4.274480819702148 +30,-0.014020407229695917,0.5745134178894087,1.612083695546801,-0.01176914107054472,-0.5434263944625854,-0.839374303817749,11.872050285339355,-3.2165019512176514,-1.4678025245666504,-0.4500686228275299,0.8327330350875854,0.07309317588806152 +31,-0.09050683531566067,1.1706282726255202,1.3168876461593713,-0.03521091863512993,-0.9209955334663391,-0.3879787027835846,-11.513901710510254,2.100471019744873,2.680011510848999,1.3027737140655518,0.7341516613960266,2.114861488342285 +32,0.20697181468883435,-0.4793660186539487,1.6585448087095904,0.18233518302440643,0.4612167477607727,-0.8683507442474365,-3.2457003593444824,0.4271964430809021,-1.7578314542770386,-0.3196185231208801,1.4602768421173096,-3.976177453994751 +33,-0.020444596126544205,0.20550275221099282,1.5167564490431862,-0.02001301757991314,-0.20405936241149902,-0.978753924369812,11.046834945678711,-3.3056788444519043,-0.7928260564804077,-0.322897732257843,0.491412878036499,-0.661413311958313 +34,-1.6939642073569894,1.4410451330706135,2.564398789512309,-0.12840788066387177,-0.991594135761261,0.01589619182050228,0.1690002679824829,-2.4231393337249756,0.7878628969192505,1.4723104238510132,0.4884966015815735,2.64924955368042 +35,0.26040586865647386,-0.2405470034155104,1.427324864139086,0.2500595450401306,0.23823390901088715,-0.9384641051292419,-14.519099235534668,10.185003280639648,1.047143816947937,1.0633864402770996,2.114579916000366,-2.400631904602051 +36,0.015101550527057148,0.46247284371131003,1.3869192753152388,0.01351464819163084,-0.44616255164146423,-0.8948498964309692,12.196897506713867,-4.227191925048828,0.28958702087402344,0.3507736921310425,0.7070572972297668,0.26928532123565674 +37,-2.161220068513781,1.3795724806828482,3.040618817644969,-0.15788432955741882,-0.9817723631858826,0.10580926388502121,-1.8160480260849,0.46420466899871826,3.063267707824707,1.5450913906097412,0.10541433095932007,2.4667158126831055 +38,-0.049073256500741076,-0.2044387869871627,1.5396534152059171,-0.04803202673792839,0.20301766693592072,-0.977996289730072,-13.721697807312012,8.166167259216309,3.003570079803467,0.2853214740753174,1.9449009895324707,-2.8005223274230957 +39,-0.34792015973798446,0.649386256740505,1.5301792902211913,-0.27154603600502014,-0.6046977043151855,-0.7487345337867737,9.01533317565918,-0.30063095688819885,-2.8470795154571533,0.07423466444015503,0.6753764152526855,0.46881210803985596 +40,-0.6263279494462851,1.336358200205058,1.5930369060540033,-0.13616634905338287,-0.9726450443267822,-0.1882035881280899,-7.0937371253967285,1.9374892711639404,1.4240505695343018,1.2117125988006592,0.33076876401901245,2.4937150478363037 +41,-0.004787633244411421,-0.11457161297100096,1.3943061989613295,-0.004756226669996977,0.11432112008333206,-0.9934324622154236,-12.378140449523926,0.737809956073761,1.6711597442626953,0.10724951326847076,1.9151283502578735,-0.9817262291908264 +42,-0.7056105053395961,0.936845791903793,1.5264062897727564,-0.3841267228126526,-0.8056937456130981,-0.45089271664619446,14.87129020690918,-2.2459850311279297,-5.724699974060059,0.427095502614975,1.4327385425567627,0.15555885434150696 +43,-1.3311614030641157,1.1492569037993388,2.1113608869316605,-0.39747354388237,-0.9124601483345032,-0.09711463004350662,-15.561906814575195,7.214559078216553,4.909104824066162,0.8596012592315674,0.7462919354438782,1.9398423433303833 +44,-0.3851918477080125,0.07301091121145578,1.4949679563550058,-0.37473592162132263,-0.07294606417417526,-0.9242574572563171,9.698798179626465,-9.104263305664062,-1.7652666568756104,-0.9002426862716675,0.9008879661560059,-3.481565237045288 +45,-2.0722611753287743,0.8534275036648056,2.7878500776844457,-0.5764639377593994,-0.7535380721092224,0.31602102518081665,6.026853084564209,-3.5162081718444824,2.867438554763794,1.8778709173202515,0.652494490146637,1.311939001083374 +46,-1.306718713902517,0.38066692343320213,1.9082315302747457,-0.8962323665618896,-0.37153974175453186,-0.2423344850540161,-4.221671104431152,-1.3254046440124512,3.630673408508301,-0.09700804948806763,0.7772098779678345,-0.6175593137741089 +47,-1.4770169113781306,0.19737602817650776,2.0974389876873607,-0.9762757420539856,-0.1960969865322113,-0.09182391315698624,-1.306566834449768,1.1441683769226074,3.735521078109741,0.2351716160774231,0.2751375138759613,0.32905226945877075 +48,-1.4044040795755641,-0.06546856040839719,2.012876951768426,-0.9840759634971619,0.06542180478572845,-0.16527068614959717,-1.5036441087722778,1.3594725131988525,2.8389735221862793,0.07729196548461914,0.18608883023262024,0.05772675573825836 +49,-1.3552540110684081,-0.31563868202527934,1.9967797949296007,-0.9286020398139954,0.31042367219924927,-0.20331133902072906,0.050324324518442154,0.05972123518586159,1.5670400857925415,-0.3632681369781494,-0.23498421907424927,-0.13970625400543213 +50,-1.3887394748201674,-0.5092648229933361,2.092689881034252,-0.858673632144928,0.4875355064868927,-0.15807777643203735,0.32408607006073,0.07571287453174591,1.6909139156341553,-0.39276063442230225,-0.038377851247787476,-0.015506193041801453 +51,-1.3861199728180977,-0.5991404085064537,2.173002226870123,-0.8117782473564148,0.5639328360557556,-0.15164414048194885,0.7403907775878906,-0.08023824542760849,0.7976539731025696,-0.06494605541229248,0.42788851261138916,-0.04514850676059723 +52,-1.3397461852435961,-0.6134120851313004,2.346697870564501,-0.7959597706794739,0.5756608247756958,-0.18725059926509857,0.8619926571846008,-0.6820562481880188,0.5291425585746765,0.3756869435310364,0.1888502836227417,0.21158838272094727 +53,-1.3306570131914846,-0.7585366587750756,2.4346056507246305,-0.7050151824951172,0.6878600120544434,-0.172633096575737,1.3645689487457275,-0.7746380567550659,1.518394112586975,0.25504881143569946,0.12959909439086914,-0.23778259754180908 +54,-1.0506625268323895,-0.9726252444484643,2.9029391610377133,-0.4886592626571655,0.8263669013977051,-0.2798744738101959,2.4303483963012695,-0.39252543449401855,2.7209584712982178,-0.2652164101600647,0.18106400966644287,-0.20933756232261658 +55,-0.45141035369632,-0.9177806028893265,-2.658656434706189,-0.26504966616630554,0.7942550778388977,-0.5467244386672974,3.8550283908843994,-0.4190724790096283,2.347292900085449,-0.6033890843391418,0.265360951423645,-0.30395305156707764 +56,-0.259991651183724,-0.6146116979341042,-2.441665468929066,-0.2100275605916977,0.576641321182251,-0.7895398736000061,1.977502465248108,0.39718714356422424,-1.9156975746154785,-1.1760503053665161,0.17406058311462402,0.6081281304359436 +57,-0.45934496549444453,-0.5798055906517466,-3.028368990878206,-0.3709022104740143,0.5478613376617432,-0.7498530149459839,-4.065201759338379,1.1205226182937622,-5.2537617683410645,0.6681739091873169,0.40175414085388184,0.9462336897850037 +58,-0.9519344242317301,-0.5054449578034016,2.5848610564871155,-0.7126884460449219,0.48419681191444397,-0.5075712203979492,-3.0396759510040283,0.33857178688049316,-5.400519847869873,-0.23170846700668335,-0.04655948281288147,-0.149014413356781 +59,-1.2054037785246314,-0.3389521134482579,2.2578250872720385,-0.8808432817459106,0.3324989974498749,-0.3369859755039215,-1.0363819599151611,-2.7340898513793945,-1.5393785238265991,-0.31071555614471436,0.08617168664932251,-0.15626966953277588 +60,-1.3556745187323647,-0.28608070581841316,2.18866911359587,-0.9372444152832031,0.2821944057941437,-0.20479056239128113,-1.0965083837509155,-0.5488382577896118,-1.3123364448547363,-0.1914939284324646,-0.052900612354278564,0.4566216468811035 +61,-1.1661662422383192,-0.13508085764388325,1.945933260727611,-0.9108741879463196,0.1346704363822937,-0.39009252190589905,-0.16243885457515717,-0.9062377214431763,-1.1596485376358032,1.0342872142791748,0.5289801359176636,0.10942232608795166 +62,-1.639316425492797,-0.18173669953052876,2.2055728329990183,-0.981223464012146,0.1807379424571991,0.06733894348144531,5.944628715515137,-8.22217082977295,6.5069451332092285,1.956519365310669,0.3748193383216858,0.1603527069091797 +63,-1.8749771482126898,-0.8153128515606378,2.5623816028329762,-0.6541649699211121,0.7279401421546936,0.20535749197006226,5.52324914932251,-2.526766777038574,3.5773448944091797,-0.7145637273788452,0.43967771530151367,0.22712233662605286 +64,-1.6748888337160976,-0.89023500701243,2.7867867256645664,-0.6258235573768616,0.7772196531295776,0.06537985056638718,-1.945479154586792,2.9124596118927,-2.4109535217285156,-0.8066868185997009,0.17173969745635986,0.24348855018615723 +65,-1.630831286596708,-0.46866265218758024,2.4919311268236597,-0.890565812587738,0.4516935348510742,0.05352940782904625,-0.9162119030952454,0.15192300081253052,-0.5086392760276794,0.7520618438720703,0.9410524368286133,-0.26417696475982666 +66,-1.7711334379123287,-0.7860688764270701,2.4799409413064444,-0.6924993991851807,0.7075808644294739,0.14061963558197021,2.7716572284698486,-1.6515650749206543,4.739544868469238,-0.16110777854919434,0.18273895978927612,-0.24326550960540771 +67,-1.7637125255144304,-0.995547684787792,2.5649240788932497,-0.5339507460594177,0.8390570282936096,0.10430493205785751,0.5557538866996765,-0.22067247331142426,0.14511311054229736,-0.5423583984375,-0.26779866218566895,-0.3338276147842407 +68,-1.933294099551797,-0.9965080896578914,2.3438128787352364,-0.5079349279403687,0.839579164981842,0.19263796508312225,-1.7886030673980713,1.5852208137512207,2.3154850006103516,-0.2732236385345459,-0.3985695242881775,-0.04957146942615509 +69,-1.8113486332095474,-1.05682570476867,2.451739326370441,-0.47748279571533203,0.8707992434501648,0.11712756752967834,1.3429681062698364,-0.8698074817657471,-1.162270188331604,0.5034074783325195,-0.2524368166923523,0.22228896617889404 +70,-1.888534451710108,-1.184684035190119,2.4715576723821835,-0.3577398359775543,0.9263801574707031,0.11765383929014206,1.0168997049331665,-2.4172463417053223,3.639195680618286,0.30491381883621216,0.395061731338501,0.0074224770069122314 +71,-2.740738318944112,-1.3929162621447992,1.6864215231868647,-0.06904429942369461,0.9842210412025452,0.16291692852973938,0.17002838850021362,2.3423924446105957,2.9771363735198975,-0.4732835590839386,-0.24317795038223267,-0.182051420211792 +72,2.6354171454080735,-1.1459264202378314,0.893444144979886,0.1998504400253296,0.9110923409461975,0.36051422357559204,-3.238748550415039,-1.1895722150802612,-0.47983691096305847,-0.3893951177597046,-0.5548912286758423,-0.13003018498420715 +73,2.7658258118481354,-1.0587069600180836,0.8863331048273988,0.17982302606105804,0.8717226386070251,0.4558107256889343,-0.38833674788475037,0.6043503284454346,-0.5130707025527954,0.17646971344947815,1.078564167022705,-0.18484508991241455 +74,2.828887156830098,-1.0460101520615364,0.9787155565500261,0.15413334965705872,0.8654310703277588,0.47673073410987854,0.5423778891563416,0.4652387499809265,-0.06817752867937088,0.27204465866088867,-0.381513774394989,0.2796780467033386 +75,2.7097029594912967,-1.1137454593144414,1.0977892296615503,0.18472430109977722,0.8973578810691833,0.4007815718650818,0.6726841330528259,-3.3028557300567627,-2.490708827972412,0.4196763336658478,0.19923031330108643,0.7851467132568359 +76,3.0555456820486677,-1.2762873585633903,1.7915674814980747,0.024946043267846107,0.9569447636604309,0.28919607400894165,2.381166458129883,-1.7349132299423218,-2.1009793281555176,-0.43853551149368286,0.2547861337661743,-0.2889366149902344 +77,-2.99839024763387,-1.310158603459511,1.9785909007256264,-0.03677677363157272,0.9662258625030518,0.25505882501602173,-0.35419324040412903,0.2934699058532715,-0.22639870643615723,-0.4210174083709717,0.12920260429382324,-0.2182241678237915 +78,3.0828270542576868,-1.2122391689330072,1.6244681784948343,0.020610375329852104,0.9364041090011597,0.35031795501708984,-2.908402919769287,4.382187366485596,1.4107292890548706,0.40059325098991394,0.04931366443634033,-0.18279170989990234 +79,-3.0789370373106912,-1.1510128667404846,1.727181801639218,-0.02551940828561783,0.9131771922111511,0.4067632853984833,0.20926319062709808,1.6648943424224854,-0.30007320642471313,0.021628405898809433,0.005493521690368652,-0.0011846423149108887 +80,-2.8498870618797136,-1.1848766309805816,1.9181927621926331,-0.10825059562921524,0.92645263671875,0.36050939559936523,1.2418111562728882,2.229841470718384,-0.4957798421382904,0.03192614018917084,0.23707568645477295,0.07064291834831238 +81,-2.717660336696449,-1.2069895721164074,1.9575360093016039,-0.14637163281440735,0.9345490336418152,0.3243351876735687,-0.5572112202644348,3.345123052597046,0.4537009000778198,0.13099080324172974,0.037725627422332764,0.5236415266990662 +82,-2.779897017465452,-1.2065198624365747,2.0176377402020664,-0.12607122957706451,0.9343817830085754,0.33322206139564514,-1.0354247093200684,-0.7125416994094849,0.7784311771392822,-0.12640072405338287,0.1801355481147766,0.3227379620075226 +83,-2.940536655250352,-1.191225589607194,2.061270309337698,-0.0739947259426117,0.9288237690925598,0.3630579710006714,-0.23748673498630524,-0.5742111802101135,-0.35011860728263855,-0.1423291265964508,-0.05107724666595459,-0.07640638947486877 +84,-2.7627797545780792,-1.2016672347706392,2.3341329584746764,-0.13343149423599243,0.9326419234275818,0.3352239429950714,0.6291722655296326,-0.9395245909690857,-1.095249891281128,0.015282690525054932,-0.11992830038070679,-0.2532689571380615 +85,-2.452540055437217,-1.1141612738298463,2.574112128518984,-0.28034621477127075,0.8975412845611572,0.34033146500587463,0.25274476408958435,-1.0779772996902466,-1.8740793466567993,0.01496538519859314,-0.094135582447052,-0.24281266331672668 +86,-2.3489402933559096,-1.008459021599815,2.8638086099985567,-0.37972933053970337,0.8460112810134888,0.3742596507072449,1.0102286338806152,-0.7893387079238892,0.07445703446865082,0.32083046436309814,-0.11709904670715332,-0.028556615114212036 +87,-2.207917319972705,-1.0752958285855598,3.0678481372795945,-0.3821902275085449,0.8797308206558228,0.2828507423400879,0.9640233516693115,-3.0386645793914795,0.34371495246887207,-0.06240519881248474,0.1489558219909668,0.406159907579422 +88,-2.3700668615575546,-1.1163433690124092,3.077973170982551,-0.30606356263160706,0.8985012769699097,0.3146752119064331,-1.3279911279678345,-1.8141013383865356,1.1231337785720825,-0.5491915345191956,0.49754053354263306,-0.6998223066329956 +89,-2.6037271805009823,-1.0796936145152867,2.8239065179834775,-0.2416018545627594,0.8818133473396301,0.405010849237442,-0.6089720726013184,1.122711420059204,0.15079085528850555,-0.2247830182313919,-0.05049926042556763,-0.10940241813659668 +90,-2.4518223617022077,-1.0561602936074381,3.026575300090199,-0.3132278323173523,0.8704719543457031,0.37969309091567993,0.6147760152816772,-0.05087042599916458,-1.1742281913757324,-0.23549345135688782,-0.3219948410987854,0.13989919424057007 +91,-2.286536543505271,-1.0339446998464144,-2.960089938973461,-0.3859313726425171,0.8593231439590454,0.3355902135372162,1.0913338661193848,-1.3790438175201416,-1.8095632791519165,-0.10762941837310791,-0.03421938419342041,0.10195553302764893 +92,-2.1377060443322495,-0.9688656374909076,-2.7282327260527373,-0.47765567898750305,0.8242439031600952,0.30408385396003723,0.6943301558494568,-0.8305073976516724,0.045563798397779465,0.4751075208187103,-0.3461098074913025,-0.12898924946784973 +93,-2.248447397877423,-1.051864080815822,-2.752896518353644,-0.38637104630470276,0.8683492541313171,0.3109451234340668,0.644092857837677,-1.488204836845398,1.17754065990448,-0.08797889947891235,-0.018511056900024414,0.07006677985191345 +94,-2.2387750720753523,-1.1823429346031833,-2.852278597411358,-0.29735299944877625,0.925495982170105,0.2346024364233017,0.7666260004043579,6.303070545196533,1.187353253364563,0.19466137886047363,0.5587111115455627,0.024857982993125916 +95,-2.072046265253701,-1.2293851845242547,-2.946688702890785,-0.29362910985946655,0.9422831535339355,0.16088718175888062,1.5684809684753418,3.0720903873443604,0.7222495079040527,-0.20688971877098083,-0.21376734972000122,-0.0752396434545517 +96,-1.6505742216475208,-1.2421222503669909,-2.670889449702304,-0.32176199555397034,0.9464711546897888,0.02572409249842167,0.7533569931983948,-3.9496500492095947,-0.39896512031555176,0.09399405121803284,-0.3040303587913513,-0.06371843814849854 +97,-1.8071453547741014,-1.2536710016615422,-2.733255511025237,-0.303167462348938,0.9501357674598694,0.07301804423332214,0.34937337040901184,-0.0066720726899802685,0.17784535884857178,0.3262387216091156,-0.14346462488174438,-0.13205432891845703 +98,-1.766910472333916,-1.2669912004245727,-2.6261695867376016,-0.2934190630912781,0.9542050957679749,0.05829288437962532,0.50008225440979,-0.9036542177200317,-0.09812262654304504,-0.006934940814971924,0.2600588798522949,-0.14203310012817383 +99,-2.184738261892889,-1.1687557782632894,-2.7698937043470657,-0.3198396563529968,0.9202644228935242,0.22542382776737213,0.2480824589729309,-0.6858935356140137,-0.3014282286167145,-0.022888004779815674,0.38475877046585083,0.689569354057312 +100,-1.860518251062912,-1.222773084628131,-2.623301777452644,-0.32682666182518005,0.9400486946105957,0.0974302887916565,-0.4942551851272583,-0.19233499467372894,-0.08865106850862503,-0.15449652075767517,-0.21467643976211548,-0.23082256317138672 +101,-1.8143188159444266,-1.1872617821647786,-2.5766694867168694,-0.3631595969200134,0.9273477792739868,0.09022822976112366,-0.4323296546936035,-0.7618725299835205,-1.1783703565597534,-0.15943863987922668,-0.2116190791130066,0.09753119200468063 +102,-2.000403607337506,-1.1422731456989208,-2.7596671271970146,-0.37776872515678406,0.909580409526825,0.1730731576681137,-1.1776063442230225,0.48693934082984924,0.5392318964004517,0.18880391120910645,-0.18993008136749268,-0.1150287389755249 +103,-2.051314720042415,-1.1447954734763743,-2.8623728853843877,-0.3664359450340271,0.9106255769729614,0.19101202487945557,-0.9206819534301758,1.6490850448608398,0.8968619704246521,0.1412772834300995,-0.3752710223197937,0.23794303834438324 +104,-2.0564682000421626,-1.162624517850887,-2.8307370782016226,-0.35103166103363037,0.9178480505943298,0.18528904020786285,1.610298991203308,-1.8638548851013184,-0.6786150336265564,-0.2206236720085144,0.10801571607589722,0.12597502768039703 +105,-1.8997886458476754,-1.0960854387616619,-2.6116663373632725,-0.4325673580169678,0.8894249200820923,0.1476782113313675,-0.343921959400177,0.00706171989440918,-1.4638686180114746,-0.22658181190490723,0.38845294713974,0.310314416885376 +106,-2.0390659068424584,-0.9689799086196405,-2.7601675171139823,-0.5051959753036499,0.8243086338043213,0.25552353262901306,-0.49931618571281433,-0.253633975982666,-0.7427658438682556,0.07555431127548218,0.025514304637908936,-0.4928586781024933 +107,-2.077658312597848,-0.9571372876339732,-2.733088841086928,-0.5034605860710144,0.8175463676452637,0.27954450249671936,0.21326664090156555,0.7299383282661438,0.42650651931762695,0.3720061779022217,-0.2834888696670532,-0.008441627025604248 +108,-2.0275618883377464,-1.0137088783576615,-2.7582558514082347,-0.4745140075683594,0.8487986326217651,0.2331889122724533,-0.39786002039909363,0.013833347707986832,0.7243956327438354,-0.027194887399673462,-0.08273124694824219,0.07572528719902039 +109,-1.9038189770516933,-1.0446471285563044,-2.7800322783946783,-0.4746151268482208,0.8647474050521851,0.16417205333709717,0.9300660490989685,0.4011100232601166,-0.381692498922348,-0.0491274893283844,0.09626638889312744,-0.19021882116794586 +110,-1.9028938365146117,-1.0219455464336902,-2.6541688398662804,-0.4932014048099518,0.8531246185302734,0.1700904369354248,-0.942207932472229,-1.7373569011688232,-0.44686758518218994,-0.0810631513595581,0.16120338439941406,0.8669883012771606 +111,-1.734148747580616,-1.00252313258412,-2.5229892148866284,-0.5310130715370178,0.842831552028656,0.08752213418483734,0.9922865033149719,0.8063168525695801,0.14134006202220917,-0.3953022360801697,0.124270498752594,-0.698957085609436 +112,-1.736788858607542,-1.0023606404240109,-2.4778707659693366,-0.5309152007102966,0.8427441120147705,0.0889463946223259,-0.20527252554893494,1.005534291267395,0.07814181596040726,0.05615323781967163,-0.163834810256958,0.0005464553833007812 +113,-1.8004765794211672,-0.9535952411252354,-2.708540953545869,-0.5635565519332886,0.8155015110969543,0.13176296651363373,-0.8649610877037048,1.301329493522644,-0.279378741979599,0.1928442120552063,-0.005335986614227295,-0.2684054374694824 +114,-1.7295215654495402,-0.9392966379701897,-2.6644105237505955,-0.5829349756240845,0.8071430921554565,0.09331142902374268,1.1828467845916748,-0.7119511365890503,-0.22251076996326447,0.14825785160064697,-0.10102736949920654,0.08083713054656982 +115,-1.6158196601960242,-0.9466868553587222,-2.547457522722229,-0.5837827324867249,0.8114838600158691,0.026301618665456772,0.5506431460380554,1.2734440565109253,0.13121837377548218,-0.08443021774291992,-0.15799570083618164,0.06876063346862793 +116,-1.4731371554042743,-0.9093912469611248,-2.4974266193094405,-0.611299455165863,0.7891299724578857,-0.05988951399922371,-0.4101194441318512,0.5110544562339783,-1.3200256824493408,-0.5310344696044922,-0.03177523612976074,0.4278857111930847 +117,-1.7053604540673486,-0.8832321152130819,-2.7407716945333607,-0.6289193034172058,0.7727941870689392,0.0851445123553276,-1.9114203453063965,-0.7556846737861633,0.23806579411029816,-0.1395743489265442,0.2332330346107483,-0.30365025997161865 +118,-1.8649721370926038,-0.850109165538227,-2.8323317987138306,-0.6315528154373169,0.7513524293899536,0.1913391351699829,0.6619997024536133,-0.7732540369033813,-0.4124056398868561,0.1633063554763794,0.1659296751022339,-0.3349548578262329 +119,-1.9300302520753667,-0.8616739840709322,-2.8207427535773792,-0.6096014380455017,0.7589336633682251,0.22892270982265472,-0.3388974666595459,-1.1124399900436401,0.2807018458843231,0.022824764251708984,-0.27204108238220215,-0.0692853033542633 +120,-1.9497415106279172,-0.8788778234740501,-2.837893095468179,-0.5927519798278809,0.7700234055519104,0.23602800071239471,0.250266969203949,0.4828762412071228,0.3345898985862732,0.17798757553100586,-0.16928476095199585,-0.1110433042049408 +121,-1.9397145996591003,-0.8661352224561709,-2.812651624970593,-0.6041921377182007,0.7618311047554016,0.23359228670597076,0.23138989508152008,-0.6133284568786621,-0.4440295696258545,0.031926512718200684,0.014627575874328613,0.30185389518737793 +122,-1.9811650490789297,-0.841667064587062,-2.7867255321711184,-0.6109069585800171,0.7457547783851624,0.2657870650291443,-0.24430130422115326,0.6325466632843018,-0.06146984547376633,-0.021142661571502686,0.14380216598510742,0.3735410273075104 +123,-1.7954333684896129,-0.8818035122421729,-2.724828040169076,-0.6197863817214966,0.7718867063522339,0.14161711931228638,0.7967138290405273,-0.34186798334121704,0.3025366961956024,-0.10271716117858887,-0.09354209899902344,-0.11085547506809235 +124,-1.7587449973028926,-0.8861263076318229,-2.7159774149682017,-0.6212805509567261,0.7746277451515198,0.11816350370645523,-0.022702325135469437,0.28658321499824524,-0.14697718620300293,0.0784032940864563,-0.085784912109375,-0.13828979432582855 +125,-1.729053850356369,-0.8870286596277684,-2.714114853316948,-0.6238239407539368,0.7751981019973755,0.09955737739801407,0.07418856769800186,0.433234304189682,0.08441577851772308,0.07552993297576904,-0.12000095844268799,-0.03087759017944336 +126,-1.6956113086635374,-0.9022170957585641,-2.6923759965371192,-0.6150496006011963,0.7847031354904175,0.0771685540676117,-0.06873869895935059,0.3086954951286316,0.15522222220897675,0.02255082130432129,-0.24864661693572998,0.15455150604248047 +127,-1.6795222315740017,-0.9300959108517552,-2.7174665634366626,-0.5942272543907166,0.8016772866249084,0.06486368924379349,0.04930580407381058,-0.5656324028968811,0.3230670988559723,-0.05019712448120117,0.005436301231384277,0.06761310994625092 +128,-1.6471374219494994,-0.9240539884779739,-2.6755547892348783,-0.6008347272872925,0.7980510592460632,0.045957691967487335,0.24563905596733093,-0.3216632306575775,-0.5823702812194824,-0.5346174836158752,0.237471342086792,0.16589534282684326 +129,-1.8052515734228607,-0.9364095833618029,-2.730455887379956,-0.5764684677124023,0.805435299873352,0.13768823444843292,-0.6851430535316467,-1.3865954875946045,0.16220338642597198,0.033423423767089844,0.04634082317352295,-0.1904226541519165 +130,-1.9882546241371049,-0.9312282199592631,-2.847240356490868,-0.5455928444862366,0.8023536205291748,0.24198538064956665,-0.4365038573741913,-0.38829153776168823,0.03264198079705238,0.013503670692443848,-0.12695395946502686,-0.34093859791755676 +131,-2.174365951594923,-0.9540165597976425,-2.8783176674358977,-0.4762144386768341,0.8157452940940857,0.32829749584198,0.0924566313624382,-2.300060272216797,-0.20578113198280334,-0.08187571167945862,-0.25194835662841797,-0.08562174439430237 +132,-2.2166261632116924,-0.9607436864412182,-2.8635093336046267,-0.45752695202827454,0.8196178674697876,0.34481289982795715,0.4764094650745392,-0.4009719789028168,-0.33732396364212036,0.08611270785331726,-0.05753278732299805,-0.16184470057487488 +133,-2.2274953021695305,-0.9960558573661946,-2.789240301728701,-0.4305512607097626,0.8393334150314331,0.33188140392303467,-0.061328280717134476,-1.6837137937545776,-0.07316768169403076,0.08765566349029541,0.049002885818481445,0.4659091532230377 +134,-2.1762547899098075,-0.9632448899542333,-2.8327897289918007,-0.46938344836235046,0.8210482597351074,0.3248979151248932,-0.2507459819316864,2.2239954471588135,0.20538976788520813,-0.2791821360588074,0.254146933555603,-0.3575669825077057 +135,-2.1128495067450177,-0.9629909073786468,-2.8692113289768795,-0.4892056882381439,0.8209032416343689,0.294611394405365,0.41767051815986633,0.8848623633384705,-0.31418323516845703,-0.04163241386413574,0.07829731702804565,-0.19066855311393738 +136,-1.922319106440087,-0.9586196081652888,-2.812250864677039,-0.5395102500915527,0.8183991312980652,0.19786815345287323,-0.04594550281763077,1.730879545211792,-0.18582502007484436,0.11546850204467773,-0.2747589349746704,-0.03943610191345215 +137,-1.7855187166809487,-0.9442802787010915,-2.8135345034195707,-0.5728614926338196,0.8100751638412476,0.12493214011192322,-0.02004115656018257,1.3498767614364624,-0.05857241526246071,0.02731400728225708,-0.05639773607254028,0.029440999031066895 +138,-1.7093280119290701,-0.9432831702479952,-2.8040925410544006,-0.5815087556838989,0.8094901442527771,0.08107670396566391,0.5199072957038879,0.13456010818481445,0.008302596397697926,0.033992886543273926,-0.06846225261688232,-0.06867122650146484 +139,-1.6584238234631656,-0.9026806232567791,-2.712078823470364,-0.6171311736106873,0.7849903702735901,0.054216500371694565,0.06062375381588936,0.5481196045875549,-0.5203801393508911,-0.34714800119400024,0.016172409057617188,0.28617656230926514 +140,-1.645553135609654,-0.8359965780840298,-2.711522547351699,-0.6685662269592285,0.7419649958610535,0.05007319152355194,-0.7990878224372864,-0.3122435510158539,-0.41889047622680664,-0.06684643030166626,0.2822965383529663,0.1717437505722046 +141,-1.7969858981133697,-0.7058424384806896,-2.7960799622461883,-0.7416795492172241,0.6486752033233643,0.1706809401512146,-0.6398685574531555,-1.403006911277771,-2.1111550331115723,0.16150987148284912,0.13419222831726074,-0.3540611267089844 +142,-1.9387313508435489,-0.4106188549228374,-2.8029047123898225,-0.8555096387863159,0.39917680621147156,0.3297899067401886,-0.18781284987926483,0.11583099514245987,-3.6180503368377686,0.17888903617858887,-0.04897227883338928,-0.15181145071983337 +143,-2.0122281776592015,-0.242590632071466,-2.742219813167416,-0.8776665329933167,0.24021820724010468,0.41472455859184265,-0.730008602142334,-2.3139655590057373,-1.0682756900787354,-0.013660252094268799,-0.06616124510765076,-0.26691263914108276 +144,-2.0592736947142343,-0.18590300682222818,-2.723285846175408,-0.8678333163261414,0.1848340630531311,0.46119606494903564,1.8427101373672485,2.8287601470947266,0.10573145002126694,0.30997198820114136,0.03846307098865509,-0.033904194831848145 +145,-1.968821345046161,-0.22652823323761528,-2.581544644793332,-0.8982774615287781,0.2245958149433136,0.37769615650177,0.3216743767261505,-1.2633287906646729,-0.013319076038897038,-0.009284794330596924,-9.326636791229248e-05,0.4407700300216675 +146,-1.9113774049008965,-0.2922982792373661,-2.547652405569252,-0.9025813341140747,0.2881537675857544,0.31986650824546814,1.9081974029541016,3.5896966457366943,1.0038994550704956,-0.6122503280639648,-0.086981862783432,-0.38682207465171814 +147,-1.6571982551386406,-0.31676072549871037,-2.4665196518217045,-0.9467045664787292,0.31149008870124817,0.08200125396251678,-0.2876470386981964,-0.004403907340019941,-0.6957569718360901,0.0396154522895813,-0.18214133381843567,0.2532649040222168 +148,-1.6369272070761791,-0.19503075596199027,-2.537253680617967,-0.9788974523544312,0.19379670917987823,0.06482988595962524,-1.80384361743927,0.789562463760376,-1.8147495985031128,0.1658480167388916,-0.01853424310684204,0.20436561107635498 +149,-1.6261313600763823,-0.0026277382357041737,-2.6984057934504544,-0.9984660148620605,0.002627735259011388,0.055306609719991684,-1.3378010988235474,-1.1850425004959106,-0.8928604125976562,0.17658185958862305,0.26403486728668213,-0.030861973762512207 +150,-1.6646490314593536,0.05476686973637847,-2.7277792250112363,-0.9941064119338989,-0.05473949760198593,0.09357447922229767,-0.4535331726074219,-0.1389896720647812,0.10992370545864105,0.21468746662139893,-0.13257740437984467,0.2154923677444458 +151,-1.6721637543978243,0.08474707130625765,-2.681375374188431,-0.9912964701652527,-0.08464566618204117,0.10083077102899551,0.11496046930551529,-0.8459439277648926,-0.2754465639591217,-0.3126435875892639,-0.06884250789880753,0.26007023453712463 +152,-1.7810597670268293,0.15507198509263828,-2.6554489154649543,-0.966240644454956,-0.15445122122764587,0.20621301233768463,0.03963494300842285,-1.7762550115585327,-0.9260122179985046,-0.15741652250289917,-0.14445318281650543,-0.41826438903808594 +153,-1.8972331880860847,0.22206274014105654,-2.6365697944737674,-0.9239327907562256,-0.2202421873807907,0.31279608607292175,0.23184078931808472,-0.8480589985847473,0.12227562814950943,0.5126474499702454,0.2346159964799881,-0.20549634099006653 +154,-1.9027066496582392,0.15681466485552967,-2.6754847336945002,-0.9338212609291077,-0.1561727523803711,0.3218514919281006,-0.04086047783493996,0.0894540473818779,1.080883264541626,0.07536154985427856,-0.1407938301563263,-0.19659200310707092 +155,-1.7826163960186066,0.07578637998334532,-2.7546811009084022,-0.9748436212539673,-0.07571385055780411,0.2096361666917801,-0.0412781685590744,1.3106130361557007,-0.11506706476211548,-0.09511792659759521,-0.0649264007806778,-0.014613628387451172 +156,-1.7871545401862265,0.08144128599986296,-2.657002607459422,-0.9734483957290649,-0.08135128766298294,0.2139626145362854,1.8486074209213257,-1.3608639240264893,-0.21514487266540527,-0.1287243366241455,-0.017388321459293365,0.8901633024215698 +157,-1.7355340991376493,0.1039640704274447,-2.6813787718367186,-0.9811350703239441,-0.10377688705921173,0.16310818493366241,0.2957426905632019,-0.3354805111885071,0.4051912724971771,-0.1974690556526184,-0.26766782999038696,-0.7390512228012085 +158,-1.7797262002576235,0.15141112378572819,-2.636290981330945,-0.9670612812042236,-0.15083326399326324,0.20504017174243927,-0.41492706537246704,-0.004581565037369728,-1.3649389743804932,0.002583920955657959,-0.05200178921222687,0.20949527621269226 +159,-1.735167156312735,0.27976686594110306,-2.6928462558857817,-0.9481654763221741,-0.27613160014152527,0.1572696566581726,-0.5787779688835144,0.11583701521158218,0.036181431263685226,0.3889918923377991,0.13367554545402527,0.11035418510437012 +160,-1.6961874304914748,0.2892970646784875,-2.7347418831118953,-0.9509198069572449,-0.2852785587310791,0.11986576020717621,-0.6072019338607788,1.3660056591033936,-0.1587245613336563,0.18875855207443237,-0.0370175838470459,0.17874884605407715 +161,-1.5511471334768896,0.2581228220158426,-2.789248188640314,-0.9666842222213745,-0.255266010761261,-0.018997009843587875,-0.8450820446014404,1.286495566368103,0.769671618938446,0.185113787651062,-0.141004741191864,0.3965452313423157 +162,-1.4566994935104305,0.22168895698933358,-2.8124433080320315,-0.9691846370697021,-0.21987755596637726,-0.11106325685977936,-0.3523407578468323,0.5392542481422424,-0.002249998040497303,-0.03833794593811035,-0.33758702874183655,0.49541687965393066 +163,-1.502603382405092,0.2033594036625698,-2.902979323577779,-0.9771173596382141,-0.20196063816547394,-0.06673599034547806,-1.4678233861923218,0.15081672370433807,-0.10428742319345474,-0.4867803454399109,0.11338336765766144,-0.54115891456604 +164,-1.5081432326837774,0.1919256229459194,-2.925302966151032,-0.979712724685669,-0.19074951112270355,-0.06146247684955597,-0.06682054698467255,0.27270975708961487,0.17196418344974518,-0.060463666915893555,-0.03967346251010895,-0.12059015035629272 +165,-1.5244659174784154,0.11695723201907099,-2.8820282098199024,-0.9921026229858398,-0.11669076979160309,-0.045997437089681625,-0.6548054814338684,-0.35284510254859924,-0.10305551439523697,0.28922176361083984,0.10224069654941559,0.23340588808059692 +166,-1.5324930891767052,0.15575407448205486,-2.8288271607337054,-0.9871702194213867,-0.15512509644031525,-0.03783031553030014,0.6903731822967529,0.6613585948944092,-0.22509285807609558,0.23753643035888672,0.14258237183094025,0.07130807638168335 +167,-1.5544080091132582,0.14817743961232618,-2.740226215575636,-0.988909125328064,-0.1476357877254486,-0.01620800793170929,1.8864681720733643,0.375519722700119,0.4331285357475281,-0.21931242942810059,-0.3494955897331238,0.6365998983383179 +168,-1.4715261374815616,0.19200778934076582,-2.737651641249324,-0.9767903089523315,-0.19083017110824585,-0.09728594124317169,-1.2030491828918457,0.6321927309036255,-0.13949120044708252,-0.15986740589141846,0.008304551243782043,-0.6550334095954895 +169,-1.4386995654498,0.17780376511159598,-2.745131205486075,-0.9756596684455872,-0.17686839401721954,-0.12963639199733734,-0.43883487582206726,0.5459116697311401,0.1605299413204193,-0.05143982172012329,0.07789988815784454,-0.02137981355190277 +170,-1.4165180795049395,0.18766104461937977,-2.807229470066363,-0.9707746505737305,-0.18656150996685028,-0.15096908807754517,-0.7378990650177002,0.7083802223205566,-0.30415865778923035,0.29113274812698364,-0.11946877837181091,0.013624921441078186 +171,-1.4236255803313347,0.21283773506846432,-2.880805843094028,-0.9668692946434021,-0.211234450340271,-0.14333118498325348,-0.7751796841621399,-0.1216040626168251,-0.30724790692329407,0.2225303053855896,-0.024803757667541504,0.008031487464904785 +172,-1.4150490313020962,0.23028871193115175,-2.936516855631881,-0.961816132068634,-0.2282586246728897,-0.15102337300777435,0.09868039935827255,-0.14243409037590027,-0.3496032953262329,-0.06403237581253052,-0.04328681528568268,0.07819317281246185 +173,-1.39562663676494,0.2683587075884496,-2.955149971891749,-0.9494521617889404,-0.26514923572540283,-0.16803747415542603,-0.2947096526622772,0.38726702332496643,-0.49383166432380676,-0.29525303840637207,-0.3089931905269623,-0.02884666621685028 +174,-1.4352411079172647,0.3042446928121392,-2.976321865927884,-0.9453213214874268,-0.2995726466178894,-0.12893393635749817,-0.3652764558792114,-1.085744857788086,-0.5035693645477295,-0.24889254570007324,-0.005328476428985596,-0.2897062301635742 +175,-1.529352711165941,0.2800215096284446,-2.9887473331473586,-0.9602242112159729,-0.27637630701065063,-0.03981796279549599,0.13528452813625336,-0.6446989178657532,0.5521454811096191,0.047870755195617676,0.2301422357559204,-0.1500929594039917 +176,-1.5551827764351756,0.21449537362942298,-2.9771622390236043,-0.9769647717475891,-0.21285440027713776,-0.015255128033459187,0.2113591432571411,-0.0810660794377327,0.42468440532684326,0.38968461751937866,-0.01315876841545105,-0.12509524822235107 +177,-1.5598124302263074,0.18063819548217386,-3.00233249382443,-0.9836698770523071,-0.17965741455554962,-0.010804963298141956,-0.6150065660476685,0.37597495317459106,0.07776398211717606,0.23135054111480713,0.02177472412586212,-0.025327861309051514 +178,-1.5229437515796134,0.18051371185419218,-3.004719676043457,-0.9826253652572632,-0.17953495681285858,-0.047057077288627625,0.43385225534439087,-0.7888331413269043,-0.019744794815778732,-0.08791589736938477,-0.03137199580669403,0.4155721068382263 +179,-1.6285379046000308,0.19468051800601602,-2.932456539994769,-0.9794745445251465,-0.1934531033039093,0.056619346141815186,-0.728874683380127,2.9573466777801514,-0.36716580390930176,-0.21487677097320557,0.06599640846252441,0.2770293951034546 +180,-1.558229627764725,0.17266436918408512,-2.986715579989279,-0.9850528836250305,-0.17180770635604858,-0.01237951498478651,0.13025496900081635,0.011025259271264076,0.1327127367258072,-0.19826632738113403,-0.10028703510761261,-0.39936363697052 +181,-1.5296757255871545,0.17598034483067568,-2.977768385838661,-0.9837230443954468,-0.17507342994213104,-0.040474098175764084,-0.08823391050100327,-0.18634778261184692,-0.25090768933296204,0.29710811376571655,-0.012197688221931458,0.1258774995803833 +182,-1.513764585931288,0.1817124225830015,-3.002096493807261,-0.981936514377594,-0.18071407079696655,-0.05606234446167946,-0.4690558910369873,0.206734761595726,-0.06397651135921478,0.22789299488067627,-0.06867557764053345,-0.10240018367767334 +183,-1.4710137064791344,0.18086021388341791,-3.036818538812208,-0.9787963628768921,-0.17987582087516785,-0.09799230098724365,-0.16671910881996155,0.6977775692939758,0.25877219438552856,0.21488028764724731,0.05313631892204285,0.12219274044036865 +184,-1.4096983892396975,0.1439130030614622,-3.021937303702397,-0.9768480062484741,-0.14341674745082855,-0.15874384343624115,-0.33282825350761414,0.7543259263038635,-0.006111694499850273,-0.18013441562652588,-0.34965574741363525,0.21648307144641876 +185,-1.4254429187663105,0.14652767587108012,-3.054333660187137,-0.978851854801178,-0.14600390195846558,-0.14328999817371368,-0.45537927746772766,-1.462530493736267,0.04885717108845711,-0.3671411871910095,-0.10636121034622192,0.06937646865844727 +186,-1.5290225653752412,0.15502084758077622,-3.100746784372475,-0.9871464967727661,-0.15440069139003754,-0.04126082360744476,0.03762336075305939,-0.343299001455307,0.15781275928020477,-0.0013637542724609375,0.19871221482753754,-0.36237990856170654 +187,-1.538081601747111,0.1567541608463491,-3.1291528305470715,-0.987210750579834,-0.15611299872398376,-0.032307855784893036,0.043741773813962936,-0.9284798502922058,0.00636038463562727,0.3244757056236267,0.02189667522907257,-0.13291430473327637 +188,-1.584193340383462,0.15621128804072013,-3.1371076700079152,-0.9877350926399231,-0.15557675063610077,0.013233492150902748,0.07479146122932434,0.10346072912216187,0.09422967582941055,0.25383317470550537,0.08811765909194946,-0.12140309810638428 +189,-1.5860696057203967,0.13582560693017867,-3.0913733623729764,-0.9906743168830872,-0.13540835678577423,0.015132022090256214,0.41016921401023865,-0.05475671589374542,0.003697679378092289,-0.09704840183258057,-0.002836272120475769,0.41322803497314453 +190,-1.7034519738357654,0.1644319044679136,-3.054919440767953,-0.97784423828125,-0.1636919230222702,0.13048285245895386,0.04394810274243355,0.13025951385498047,-0.46495598554611206,-0.0880279541015625,-0.2429090291261673,0.4987133741378784 +191,-1.5404604495591687,0.13189248139122828,-3.0578287132054123,-0.9908586144447327,-0.1315104216337204,-0.030067790299654007,0.2572104334831238,0.07225209474563599,0.3317951261997223,-0.28122079372406006,-0.022588074207305908,-0.4109417200088501 +192,-1.4841244553131172,0.13922988869758965,-3.04397131443574,-0.9866059422492981,-0.13878048956394196,-0.08572574704885483,0.18075641989707947,0.7433266043663025,-0.12656952440738678,0.08497929573059082,-0.0007611513137817383,0.03611939400434494 +193,-1.45449958361045,0.1491015573496066,-3.055700567440596,-0.9822251200675964,-0.14854972064495087,-0.11474736779928207,-0.31938037276268005,-0.055478356778621674,-0.12342815846204758,0.3324294686317444,-0.018610328435897827,0.016541823744773865 +194,-1.42609931577278,0.16157864013872983,-3.1183591034726574,-0.9766603708267212,-0.16087648272514343,-0.14231444895267487,-0.5934230089187622,0.32283690571784973,-0.08643674105405807,0.2695375680923462,0.10246583819389343,-0.005878925323486328 +195,-1.3861360676839194,0.13562954571248326,-3.1091605080329536,-0.9739713072776794,-0.13521410524845123,-0.18192636966705322,0.4032890796661377,0.5135637521743774,0.41292619705200195,-0.15404999256134033,-0.17559218406677246,0.21113167703151703 +196,-1.3708708719375589,0.1365851013329423,-3.1031530661506235,-0.9709537029266357,-0.13616082072257996,-0.19674670696258545,0.03628396987915039,-0.9486156105995178,0.17708589136600494,-0.41120272874832153,-0.04950813949108124,0.11553940176963806 +197,-1.4804424497852182,0.140223540545621,3.1336368537818,-0.9861458539962769,-0.1397644579410553,-0.08934536576271057,-0.5460748672485352,-0.7657381296157837,-0.2591266930103302,-0.014861345291137695,0.1964813619852066,-0.3653055429458618 +198,-1.4953833892308932,0.15216677135150875,3.1020837359416116,-0.9856355786323547,-0.15158021450042725,-0.07447090744972229,-0.06615190207958221,0.14618869125843048,0.0071066003292799,0.28061848878860474,0.13702334463596344,-0.08686023950576782 +199,-1.5105790632333767,0.14030932645770913,3.1221063559284143,-0.98837810754776,-0.13984940946102142,-0.05958946794271469,-0.4083532392978668,0.511850893497467,0.0015613017603754997,0.341008722782135,0.03169511258602142,-0.0437735915184021 +200,-1.4592226966914335,0.13470609901469627,-3.1390398178917596,-0.9847792983055115,-0.13429908454418182,-0.11033362150192261,0.7631950974464417,0.5328088998794556,0.11041181534528732,0.045402467250823975,0.10544469952583313,0.1816074252128601 +201,-1.7045264658434585,0.12584419472953698,-2.9791626064511756,-0.9832341074943542,-0.12551230192184448,0.13227751851081848,-0.6609858274459839,0.6533251404762268,-0.4095848500728607,-0.29607802629470825,-0.07883340120315552,0.7522896528244019 +202,-1.58150297732086,0.08696583386802625,-3.01974103032173,-0.9961637854576111,-0.08685625344514847,0.010665984824299812,0.43867790699005127,0.29463931918144226,0.06798364222049713,-0.22057205438613892,-0.10540448874235153,-0.32324230670928955 +203,-1.50409852951251,0.08672429433779025,-2.9886740692295937,-0.9940266609191895,-0.08661562204360962,-0.06639787554740906,0.13507816195487976,0.5155393481254578,-0.1712140142917633,0.18160301446914673,-0.20487302541732788,0.06558913737535477 +204,-1.4707289144056037,0.11725935288246693,-3.0271754696036663,-0.9881649017333984,-0.1169908195734024,-0.09921448677778244,-0.7918554544448853,0.06770621240139008,-0.30025073885917664,0.4232538938522339,0.11792159825563431,0.08877746760845184 +205,-1.4446840665028318,0.12799918078448955,-3.1239487360686393,-0.9839426279067993,-0.1276499480009079,-0.12474928051233292,-0.5860168933868408,0.3069148659706116,0.1535256952047348,0.18247473239898682,0.0354105681180954,0.04601395130157471 +206,-1.427344104289419,0.1004269072615671,-3.119413710839614,-0.9847414493560791,-0.10025817900896072,-0.14224039018154144,0.24222350120544434,0.4071888029575348,0.224805548787117,-0.22651636600494385,-0.22981992363929749,0.08369238674640656 +207,-1.4814506776202514,0.10199847586056188,3.1282367293548003,-0.9908347725868225,-0.10182170569896698,-0.08876309543848038,-1.2993253469467163,-1.656296968460083,-0.06725891679525375,-0.5747932195663452,0.01730327308177948,-0.42220795154571533 +208,-1.496568411301975,0.10366738841333174,3.0786295404975172,-0.9918925762176514,-0.10348180681467056,-0.07376164197921753,0.24107570946216583,0.3272780776023865,0.19964906573295593,0.021387696266174316,-0.06167934834957123,-0.18975764513015747 +209,-1.5594543251495356,0.10403600511561857,3.108338351194969,-0.994529128074646,-0.10384843498468399,-0.011280435137450695,-0.0883338525891304,0.2662374973297119,-0.18014249205589294,0.48154395818710327,0.01203630119562149,0.09805715084075928 +210,-1.506159152932284,0.09786884684857586,3.106865059266952,-0.993136465549469,-0.0977126881480217,-0.064283087849617,0.05288440361618996,0.7183474898338318,0.18958929181098938,0.3110685348510742,0.1020461693406105,-0.055239029228687286 +211,-1.495233139630911,0.07734544208348373,-3.10478402038118,-0.9941653609275818,-0.07726834714412689,-0.07526560872793198,1.5445966720581055,-2.755051612854004,0.10993093997240067,-0.3154049515724182,-0.2195456176996231,0.5211121439933777 +212,-1.5281880526028506,0.09242432209956494,-3.113466634544409,-0.9948282241821289,-0.09229279309511185,-0.042413584887981415,-0.1762508749961853,-0.3793672025203705,0.47565987706184387,-0.4265127182006836,-0.12154387682676315,-1.5205899477005005 +213,-1.5195767597410696,0.08203537096135559,-3.116582486835308,-0.9953299164772034,-0.08194338530302048,-0.05102499574422836,-0.07611077278852463,0.872021496295929,-0.005362745374441147,-0.18690574169158936,0.09865177422761917,-0.3088230490684509 +214,-1.4377095140752523,0.09188593702384683,-3.1346688321028613,-0.986975908279419,-0.09175669401884079,-0.13213452696800232,-0.5036790370941162,0.3966074585914612,-0.3016268014907837,0.3951789140701294,-0.05288137495517731,0.11005507409572601 +215,-1.399566232250705,0.11194958289465903,3.0951893111967785,-0.9792075753211975,-0.1117158904671669,-0.16932792961597443,-0.5848671793937683,0.5455052852630615,-0.1935936063528061,0.4211479425430298,0.019522301852703094,0.1048290878534317 +216,-1.3831363135003294,0.09084545925819766,3.0834291624226915,-0.9783924221992493,-0.09072055667638779,-0.1857912242412567,0.050726063549518585,-0.21918213367462158,0.3974944055080414,-0.08953982591629028,-0.04261075705289841,0.1539461463689804 +217,-1.4239991333071988,0.07974189592430676,3.1007430505911397,-0.9861010909080505,-0.0796574130654335,-0.1458057165145874,-0.21833191812038422,-0.7926920056343079,-0.13759677112102509,-0.5238781571388245,-0.2349635511636734,-0.1680980771780014 +218,-1.4853042017467075,0.10045406344132711,3.046444053592432,-0.9913250803947449,-0.10028520226478577,-0.08495756983757019,-0.3581659495830536,0.04223084822297096,0.04880846291780472,-0.14244884252548218,0.2643476724624634,-0.3136935234069824 +219,-1.5455870647071503,0.09586198645771381,3.029464408479336,-0.9950923323631287,-0.09571523219347,-0.025090860202908516,-0.4643682837486267,-0.2852388918399811,-0.0017202747985720634,0.11977207660675049,-0.030154503881931305,0.20062798261642456 +220,-1.4753303023125683,0.07841879461787427,3.00812558133459,-0.9923875331878662,-0.07833844423294067,-0.09502815455198288,0.5219377279281616,0.6146138310432434,0.5314039587974548,0.6049515008926392,0.05493145436048508,0.0012323707342147827 +221,-1.5073587250782483,0.0639540468105454,3.057784150970472,-0.995948314666748,-0.06391046196222305,-0.06326546519994736,0.3005909025669098,-4.248786926269531,-0.5296616554260254,-0.35210472345352173,-0.29682257771492004,0.6102167963981628 +222,-1.6077005179613288,0.08970129524972066,3.051929168367196,-0.9953014254570007,-0.08958104997873306,0.03674747794866562,0.46715301275253296,1.6149438619613647,0.7176201939582825,-0.5018146634101868,-0.20434899628162384,-0.21956300735473633 +223,-1.5335116011869985,0.040843979889336995,3.116001428626594,-0.998471736907959,-0.04083262383937836,-0.0372450053691864,-0.11203886568546295,1.9650129079818726,-0.07363788783550262,-0.19302618503570557,-0.03070058301091194,-0.2417924404144287 +224,-1.414216829326151,0.04865421183805511,3.1282199801720343,-0.9865975975990295,-0.04863501712679863,-0.1557559370994568,0.12536728382110596,0.30993887782096863,-0.07131970673799515,0.37153106927871704,-0.13735435903072357,0.2984866499900818 +225,-1.4108474410150575,0.06532802211682265,3.113037083975811,-0.9851295351982117,-0.06528156250715256,-0.1589280068874359,-0.45223507285118103,0.01183006726205349,-0.31032633781433105,0.47203749418258667,0.04854267090559006,0.18939977884292603 +226,-1.4220600129652348,0.07360791182681199,3.077849757337437,-0.986281156539917,-0.07354146242141724,-0.14778724312782288,0.12328179180622101,-0.15190884470939636,0.26855573058128357,0.09107857942581177,0.033258259296417236,-0.009637713432312012 +227,-1.492914990718214,0.061778362854463836,3.0748162986175425,-0.9950670003890991,-0.06173907220363617,-0.07765421271324158,-0.172480508685112,0.07399074733257294,-0.3185250163078308,-0.8644607067108154,-0.04881086200475693,-0.40623247623443604 +228,-1.4808757821185703,0.08927262912148486,3.0176694992218187,-0.99199378490448,-0.08915410190820694,-0.08944181352853775,-0.5077269077301025,-1.7277858257293701,-0.2564848065376282,-0.13589006662368774,0.0004852786660194397,-0.027379445731639862 +229,-1.5055394966072666,0.12740287210035037,2.9104688392193863,-0.9897840023040771,-0.1270584911108017,-0.0646820068359375,-0.7386418581008911,0.6595706343650818,-0.16599175333976746,0.6345288753509521,0.06684732437133789,-0.00018310546875 +230,-1.4371399299988807,0.10551887261665031,2.8927378221106608,-0.9855690002441406,-0.1053231731057167,-0.13251765072345734,0.021702036261558533,1.5762172937393188,0.3867485523223877,0.5082893371582031,0.04177030920982361,0.08385735750198364 +231,-1.6271459736529073,0.09898534069355287,2.8960964869790127,-0.9935255646705627,-0.09882377833127975,0.05604414641857147,-1.090551495552063,1.4110103845596313,-0.5136734247207642,-0.08844470977783203,-0.04532600939273834,0.6349806785583496 +232,-1.6195238245651047,0.07242956717907195,2.9196347106912057,-0.9961943626403809,-0.07236625254154205,0.048580512404441833,1.6845476627349854,0.9876567721366882,0.6846668720245361,-0.47696542739868164,-0.14241646230220795,-0.2749141454696655 +233,-1.4370333921891127,0.01635682882164576,3.088563365715443,-0.990934431552887,-0.016356099396944046,-0.1333465576171875,1.2161200046539307,1.481088399887085,0.20832228660583496,-0.0025957822799682617,-0.24736155569553375,0.10906982421875 +234,-1.3229296405282245,0.034505704998311515,-3.1241452914915766,-0.9688609838485718,-0.03449885919690132,-0.24519036710262299,0.4612857699394226,0.9950180053710938,-0.15607811510562897,0.5881389379501343,0.02322261407971382,0.4678313732147217 +235,-1.3091411228460565,0.046469147290411524,-3.084888507143896,-0.9649203419685364,-0.04645242542028427,-0.2584005296230316,0.21479953825473785,-0.2791763246059418,0.20667561888694763,0.29130589962005615,0.09306803345680237,0.14789637923240662 +236,-1.4757299628056613,0.05101318323920074,3.1261544679135627,-0.9941896200180054,-0.05099106207489967,-0.09479974955320358,-2.4971683025360107,-2.7592852115631104,-0.3462145924568176,-1.3123594522476196,0.21351242065429688,-1.0426056385040283 +237,-1.5003550371020236,0.041692104447813405,3.0819688736447852,-0.9966533780097961,-0.041680026799440384,-0.07032190263271332,-0.285799115896225,-3.9291927814483643,-0.09118448197841644,-0.9572957754135132,-0.2618020176887512,0.6635226011276245 +238,-1.492100099311931,0.106020165796592,2.9460248631261323,-0.9913076758384705,-0.10582166165113449,-0.07817362248897552,-0.43350496888160706,1.268930196762085,-0.13571886718273163,0.7068074345588684,0.1787891834974289,-0.11488056927919388 +239,-1.407722953100036,0.07360388012284468,2.992842948841509,-0.9840613007545471,-0.0735374391078949,-0.1619119793176651,0.5997886657714844,0.5296935439109802,0.5150440335273743,0.5546027421951294,0.054204560816287994,0.3461771011352539 +240,-1.5435062819945005,0.10471402574728529,2.9812933186673716,-0.9941521883010864,-0.10452276468276978,-0.027137193828821182,-1.138047695159912,-0.6596194505691528,-1.0041275024414062,-0.2772558927536011,-0.2574309706687927,0.27271217107772827 +241,-1.508126903383182,0.07912027416270634,2.936530848398186,-0.9949147701263428,-0.07903774827718735,-0.06243249028921127,0.492458701133728,1.5056804418563843,0.7128278017044067,-0.6368907690048218,0.28382596373558044,-0.6097323894500732 +242,-1.3467376725510765,0.009743576191776303,3.037906557698041,-0.9749574661254883,-0.009743422269821167,-0.222178116440773,0.38120603561401367,1.0182291269302368,0.5200667977333069,0.02370929718017578,-0.18854454159736633,0.14654028415679932 +243,-1.252572288964993,0.0031465059503012105,3.058158839112291,-0.949787974357605,-0.0031465007923543453,-0.31287872791290283,-0.36656853556632996,0.5138874650001526,-0.3698190152645111,0.42624354362487793,-0.17562547326087952,0.47768887877464294 +244,-1.240137045510399,0.021888457302925546,3.013760714813241,-0.9456018805503845,-0.021886710077524185,-0.3245888650417328,-0.19905537366867065,-0.0207475945353508,-0.09060585498809814,0.38508570194244385,0.11826121807098389,0.36389535665512085 +245,-1.2809934586693343,0.02513455184087642,2.9805365331055715,-0.9579975605010986,-0.02513190545141697,-0.2856730818748474,-0.6721568703651428,-1.6868959665298462,-0.5669169425964355,-0.31310534477233887,0.02377387136220932,-0.09840589761734009 +246,-1.3434174219759072,0.015529294355055958,2.8987620212398126,-0.9741432070732117,-0.015528670512139797,-0.2253975123167038,0.7894195914268494,1.1690351963043213,0.2859478294849396,-0.3073204755783081,0.09121226519346237,-0.1864219605922699 +247,-1.4839367564804846,0.04233475803388684,2.876869068095926,-0.9953376054763794,-0.04232211410999298,-0.08667267858982086,-0.9550778865814209,0.20923316478729248,-0.686561107635498,0.040228843688964844,-0.03728299215435982,0.20453155040740967 +248,-1.4055400178227144,0.05196916577712447,2.857066982891824,-0.9850444793701172,-0.051945775747299194,-0.16428303718566895,0.7669993042945862,0.39548757672309875,0.539645791053772,0.811735212802887,0.1395617574453354,0.11672140657901764 +249,-1.3543133519859594,0.012038080197139074,2.9223962359636713,-0.9765881299972534,-0.012037789449095726,-0.21478044986724854,0.817520797252655,-2.8453688621520996,-0.06688137352466583,0.004618585109710693,-0.3711561858654022,0.4554268419742584 +250,-1.5025790297752992,0.039581890534336195,2.9034226368967766,-0.9968927502632141,-0.03957155719399452,-0.06811101734638214,0.5537278056144714,-0.9219810962677002,0.8086169362068176,-0.7838080525398254,-0.22979184985160828,-0.905186116695404 +251,-1.4054448883494348,-0.0002650618017621472,3.0215841604554927,-0.9863606095314026,0.0002650617971085012,-0.1645990014076233,1.3611671924591064,2.179804563522339,0.9726343750953674,-0.2113170623779297,0.020410597324371338,-0.1402258425951004 +252,-1.2378186066057395,-0.02107691738153136,-3.098691094238321,-0.9448632597923279,0.021075356751680374,-0.32678601145744324,0.697874903678894,1.4577409029006958,-0.06018294021487236,0.28743839263916016,-0.06807243078947067,0.5425758361816406 +253,-1.175029035280156,0.001186276819199223,-3.0922523332803773,-0.9227002859115601,-0.0011862765531986952,-0.3855159878730774,0.3922106921672821,-1.042417049407959,0.312238872051239,0.4564375877380371,0.2014426290988922,0.34477508068084717 +254,-1.309136813682726,-0.015992157209480076,-3.116915597705796,-0.9658384323120117,0.01599147543311119,-0.25865083932876587,-1.135195255279541,-2.181326150894165,-0.06067679822444916,-0.6892822980880737,0.01788303442299366,-0.7083901166915894 +255,-1.373415988398504,-0.033265450668742674,-3.1364379280864156,-0.9800412654876709,0.033259317278862,-0.19599273800849915,0.6174125671386719,-3.5420594215393066,0.17490331828594208,-0.9133303761482239,-0.2786969542503357,0.47939425706863403 +256,-1.4486264352280047,0.0314398221678934,3.034064895523936,-0.9920560121536255,-0.031434644013643265,-0.12180598080158234,-0.2766123116016388,0.8752595782279968,-0.2119830697774887,0.6788999438285828,-0.05760038644075394,-0.15594977140426636 +257,-1.3647654854454014,0.019361406787652965,3.0490562989750214,-0.978667140007019,-0.019360197708010674,-0.20453795790672302,0.531550943851471,1.306344747543335,0.8432623147964478,0.7669362425804138,0.023922579362988472,0.1100860983133316 +258,-1.530204784735857,0.052912758763207966,3.0822638129772053,-0.9977778196334839,-0.05288807302713394,-0.040523599833250046,-0.8657621741294861,-0.034183647483587265,-1.1777050495147705,-0.13953596353530884,0.04971424862742424,-0.5887793898582458 +259,-1.5940839954930421,0.02635869354500019,-3.1197802406861412,-0.9993815422058105,-0.026355640962719917,0.02327747456729412,2.253079891204834,1.0627250671386719,0.4502386152744293,-0.7348102927207947,-0.12421809136867523,-0.44205498695373535 +260,-1.3632163799476757,-0.006204806752283977,-3.0174679427587443,-0.9785136580467224,0.006204767152667046,-0.20608842372894287,0.9135547280311584,0.4002818763256073,0.38621947169303894,0.04539299011230469,-0.2908269762992859,0.18294091522693634 +261,-1.3276872087564608,0.013909506881200252,-2.9480661075381995,-0.9705003499984741,-0.013909058645367622,-0.2406981885433197,-0.06490416079759598,0.23448044061660767,-0.5582172274589539,0.6224015951156616,0.008583739399909973,0.3899291157722473 +262,-1.357715760596982,0.05324531039924316,-2.9836653721760373,-0.9759988784790039,-0.05322015658020973,-0.21117208898067474,-0.8431780338287354,-0.6781163215637207,-0.48576053977012634,0.4367533326148987,0.09908807277679443,0.018362045288085938 +263,-1.548300345860903,0.06692857042778638,-3.0549407053966156,-0.9975085854530334,-0.06687861680984497,-0.022443721070885658,-0.3425757586956024,0.3797345459461212,0.5122278928756714,-1.2840158939361572,-0.08180302381515503,-1.0106067657470703 +264,-1.4784218145289507,0.03751013092619394,-3.0233347178884498,-0.9950361251831055,-0.03750133514404297,-0.09217831492424011,0.3601195514202118,-2.1573448181152344,-0.16463756561279297,-0.5134782791137695,-0.33203601837158203,0.5348968505859375 +265,-1.484739409030581,0.09485728289115986,-3.1012862914691075,-0.9918205738067627,-0.09471509605646133,-0.08556434512138367,-0.6334013938903809,0.28919336199760437,-0.5049514770507812,0.6155692338943481,0.09012218564748764,0.04732584208250046 +266,-1.473154778801967,0.09546734963061453,-3.091184280856627,-0.990705132484436,-0.09532240033149719,-0.09704257547855377,0.8403540253639221,0.029803982004523277,0.5726951360702515,0.550778865814209,0.144242063164711,0.16833160817623138 +267,-1.6061189566771508,0.08112879720181691,-3.0208912685401637,-0.9960891604423523,-0.08103983104228973,0.0351991280913353,-0.7993578314781189,-0.6882743835449219,-0.4104883074760437,-0.2764022946357727,-0.19091756641864777,-0.3576936721801758 +268,-1.6376038718433117,0.044237312878527515,-2.9559012235330933,-0.9967929720878601,-0.044222887605428696,0.0666925460100174,0.8738495707511902,0.9279744625091553,0.2185308188199997,-0.7873865962028503,-0.111203134059906,-0.3310052156448364 +269,-1.6091243463139833,0.06585990129515458,-2.89786345335604,-0.9970991015434265,-0.06581229716539383,0.038235560059547424,-0.2089671492576599,0.3644391894340515,-0.5864990949630737,0.13844138383865356,-0.09438971430063248,0.06747734546661377 +270,-1.5477567407152388,0.1189404588748336,-2.9719610038580657,-0.9926713705062866,-0.11866021901369095,-0.02287478558719158,-0.8453575968742371,0.8698967099189758,-0.16441918909549713,0.5868028998374939,0.15975216031074524,-0.04325681924819946 +271,-1.4961916890602547,0.08801165288276251,-2.987764099139735,-0.9933587312698364,-0.08789807558059692,-0.07424696534872055,0.25041115283966064,-0.2681167423725128,0.5724936127662659,0.11851119995117188,-0.03813952952623367,0.06976091116666794 +272,-1.555928985115544,0.047328619209917,-2.963902329942539,-0.9987699389457703,-0.047310952097177505,-0.014850147999823093,0.02175777778029442,-0.872399628162384,0.258137971162796,-1.014200210571289,-0.01799667626619339,-0.6022763252258301 +273,-1.5505708799778604,0.0555088678846874,-2.9671661591468004,-0.9982555508613586,-0.055480364710092545,-0.020192917436361313,0.008850154466927052,-2.4682021141052246,-0.25732046365737915,-0.2969561815261841,-0.19690001010894775,0.4428461194038391 +274,-1.57689360189839,0.09449855319813534,-3.0496682065218383,-0.9955199360847473,-0.09435796737670898,0.006070034112781286,-0.1305699497461319,0.39627954363822937,-0.21705706417560577,0.47435587644577026,-0.020937450230121613,-0.07275092601776123 +275,-1.5104868736484494,0.08241229543293326,-3.0271727302895397,-0.9947942495346069,-0.08231903612613678,-0.060068342834711075,0.6920592188835144,1.0262033939361572,0.5906450748443604,0.5526859760284424,0.07507110387086868,0.015390627086162567 +276,-1.5853924901627636,0.06250089400463521,-2.952775474120059,-0.9979410767555237,-0.06246021017432213,0.014567145146429539,-0.34133148193359375,-1.4174495935440063,-0.42198464274406433,-0.26678359508514404,-0.15023204684257507,0.7931110858917236 +277,-1.6512966000098082,0.03077897600515605,-2.9614110681972443,-0.9962896704673767,-0.03077411651611328,0.08037528395652771,0.4985806345939636,0.49944251775741577,0.2595413029193878,-0.4691646099090576,-0.07857037335634232,-0.32228800654411316 +278,-1.4585202635658223,-0.021475053455822166,-2.8982851358827575,-0.9934746026992798,0.02147340215742588,-0.11201449483633041,0.9649644494056702,1.0934276580810547,0.4662075936794281,-0.002497076988220215,-0.28740358352661133,0.08610504865646362 +279,-1.4186614071925652,-0.007850390695764523,-2.8650737851231836,-0.9884192943572998,0.00785030983388424,-0.15154406428337097,-0.08198437094688416,0.03444967046380043,-0.4324466586112976,0.4593208432197571,-0.12955442070960999,0.23299552500247955 +280,-1.40648522616073,0.06146816266645821,-2.91152193617805,-0.9846682548522949,-0.061429463326931,-0.16326385736465454,-0.3744369149208069,0.13878999650478363,-0.3976306915283203,0.45866721868515015,0.0723242312669754,0.03983549773693085 +281,-1.414496058227834,0.07679305043450997,-2.8579209966673567,-0.9848988056182861,-0.07671759277582169,-0.1552058905363083,0.39467641711235046,-0.39836224913597107,0.30456972122192383,-0.41921502351760864,-0.03909660875797272,-0.05977523326873779 +282,-1.4719157527108981,0.07628102918716645,-2.8717792775208095,-0.9922215938568115,-0.07620707154273987,-0.09843245148658752,-0.09501881897449493,0.6960792541503906,-0.27084851264953613,-0.4426233768463135,0.19119730591773987,-0.27086079120635986 +283,-1.5373879440854632,0.1248979811814072,-2.89480154970538,-0.9916567206382751,-0.12457350641489029,-0.033141978085041046,-1.0395832061767578,0.28146612644195557,-0.6033646464347839,0.31672996282577515,-0.03849715739488602,0.14785754680633545 +284,-1.4981986894785342,0.1310939310396484,-2.883481316320354,-0.9888080358505249,-0.13071876764297485,-0.07191150635480881,0.6426352858543396,0.4149443209171295,0.06279800087213516,0.6577686071395874,0.14815956354141235,0.040875136852264404 +285,-1.4521653004962025,0.1011862539165593,-2.8230926024288197,-0.9878925681114197,-0.1010136753320694,-0.11774759739637375,1.2600815296173096,-0.8077115416526794,0.544434666633606,-0.04987293481826782,-0.0326838344335556,0.10019999742507935 +286,-1.6708788959044167,0.13295126714425182,-2.779065176680026,-0.9862149953842163,-0.13255994021892548,0.09903381019830704,-0.9843156933784485,0.20104430615901947,-0.052502699196338654,-0.43955087661743164,0.01573866605758667,-1.0226482152938843 +287,-1.624045889351355,0.06676016774920461,-2.7577543410050604,-0.9963581562042236,-0.06671059131622314,0.05310583859682083,0.7127119898796082,2.8332295417785645,0.2416042983531952,-0.45664477348327637,-0.13285912573337555,-0.27339696884155273 +288,-1.4110373872667068,0.058331965852139595,-2.706128464037039,-0.9855864644050598,-0.05829888954758644,-0.15880964696407318,0.13092897832393646,0.7277817130088806,-0.06439044326543808,0.3186401128768921,-0.21999089419841766,0.3457145094871521 +289,-1.3710463843347136,0.08905568034534207,-2.733622840094664,-0.9762322902679443,-0.08893801271915436,-0.19763794541358948,-0.6323199272155762,0.47476926445961,-0.5514337420463562,0.6063896417617798,0.13797974586486816,0.3025115430355072 +290,-1.395367645975794,0.09193180356816415,-2.781240957991369,-0.9804938435554504,-0.09180236607789993,-0.1737932562828064,-0.38753068447113037,-0.1505831629037857,0.20265750586986542,0.0045569539070129395,-0.12027955055236816,-0.1642499566078186 +291,-1.503438852636228,0.09838572230458575,-2.8094717788717523,-0.9929074048995972,-0.09822707623243332,-0.06698106229305267,-0.2281959354877472,0.7724785208702087,-0.1353233903646469,-1.0411654710769653,0.024054095149040222,-0.42798352241516113 +292,-1.627986841905376,0.16707156231946518,-2.823516241339832,-0.9844638705253601,-0.16629540920257568,0.056363459676504135,-0.8918550610542297,-0.16037943959236145,-0.7623875737190247,0.07072180509567261,-0.048258423805236816,-0.16604363918304443 +293,-1.6367302946470434,0.2386191302407743,-2.7662559473294994,-0.9695540070533752,-0.23636111617088318,0.0640193372964859,0.7160946130752563,0.3387487530708313,-0.9625312685966492,0.6023817658424377,0.10284671187400818,-0.08678543567657471 +294,-1.5527935171583938,0.3378011832110287,-2.7227763673689696,-0.9433329105377197,-0.3314133286476135,-0.016984477639198303,0.7586318850517273,0.6394058465957642,-1.4136016368865967,0.3312722444534302,0.2710800766944885,0.07473897933959961 +295,-1.741053202094646,0.32082446932854075,-2.504688135290309,-0.9352547526359558,-0.3153490722179413,0.16079019010066986,-0.7421390414237976,1.5416131019592285,-1.1719413995742798,-0.4002707600593567,0.14774653315544128,1.3849709033966064 +296,-1.6428912354054606,0.3339118876897342,-2.5782656086040707,-0.9423133730888367,-0.3277413547039032,0.0680539458990097,-0.8252105712890625,0.2738271951675415,-0.09777680784463882,-0.3500909209251404,-0.4237235486507416,-0.2502591609954834 +297,-1.497040627328389,0.3671589249685124,-2.6406896914456803,-0.9308134317398071,-0.3589651584625244,-0.06877755373716354,0.2745814025402069,0.6768120527267456,0.02257945016026497,0.22614729404449463,-0.005307912826538086,0.05621957778930664 +298,-1.415764420057088,0.3707197002578519,-2.668772542557438,-0.9208881855010986,-0.3622863292694092,-0.14392194151878357,-0.421177476644516,0.3984610140323639,0.018347015604376793,0.5470631718635559,0.20789796113967896,0.09895433485507965 +299,-1.4027074317389168,0.3395264215395692,-2.7032130032110335,-0.9296233654022217,-0.33304059505462646,-0.15774783492088318,-0.6662211418151855,0.18696355819702148,0.6757733821868896,0.19982600212097168,0.07853925228118896,0.13972723484039307 +300,-1.3676654413092315,0.29269716456892414,-2.73120543229304,-0.9377833008766174,-0.2885357141494751,-0.19315677881240845,-0.2262609452009201,0.3273661136627197,-0.04942545294761658,-0.2160404920578003,-0.5564807653427124,0.06891971826553345 +301,-1.4493644394611,0.302690543937423,-2.7795976347662843,-0.9475089311599731,-0.29808950424194336,-0.11562669277191162,-0.41969525814056396,0.06869833916425705,-0.23152759671211243,-0.5811164975166321,0.02167654037475586,-0.3760420083999634 +302,-1.5966071002073798,0.35603363673601873,-2.7559623949408754,-0.9369745254516602,-0.3485593795776367,0.024189408868551254,-0.922046959400177,-0.19273407757282257,-0.5384280681610107,0.12308597564697266,0.07429790496826172,0.17751657962799072 +303,-1.530594244925585,0.3768294510372434,-2.825996656973418,-0.9290845394134521,-0.3679742217063904,-0.03737126663327217,-0.2430609166622162,0.4609511196613312,0.025517532601952553,0.7020644545555115,0.29494571685791016,-0.13509881496429443 +304,-1.5243591732932587,0.346511708144364,-2.8101634163651146,-0.9395492672920227,-0.3396189212799072,-0.04366138204932213,1.66472589969635,-1.0694817304611206,0.6479656100273132,0.00023347139358520508,-0.0066792964935302734,0.08893418312072754 +305,-1.7541137495178554,0.3765705718341403,-2.706138161472428,-0.9143496155738831,-0.36773350834846497,0.16951940953731537,-1.921168565750122,2.1372427940368652,-0.14628244936466217,-0.25563323497772217,-0.13945338129997253,0.6832485198974609 +306,-1.6536448898711997,0.29134231638154046,-2.719442043611637,-0.9545736312866211,-0.2872382402420044,0.0792664960026741,0.1804107278585434,0.7432582974433899,1.2757599353790283,-0.39378440380096436,0.027930408716201782,-0.4643831253051758 +307,-1.5776942011993969,0.22179000561484413,-2.657655698469622,-0.9754820466041565,-0.21997612714767456,0.006728859152644873,-0.3956035375595093,1.1940873861312866,-0.2179407924413681,0.005038321018218994,-0.19178228080272675,0.1856081485748291 +308,-1.4592012662922467,0.2638023880960554,-2.735380933783166,-0.9594005346298218,-0.2607532739639282,-0.10751102864742279,-0.5683748126029968,0.7329320907592773,-0.2942427396774292,0.511432945728302,0.13764533400535583,0.058423444628715515 +309,-1.375389180212524,0.2634169914196959,-2.8027532592944593,-0.9471311569213867,-0.26038119196891785,-0.18746839463710785,-0.6037889122962952,0.7162225246429443,0.30736780166625977,0.28055089712142944,0.06108611822128296,0.22926215827465057 +310,-1.3345833478983031,0.22647242971846335,-2.8087603182637784,-0.9474048018455505,-0.22454144060611725,-0.22804656624794006,-0.6288822293281555,0.7753181457519531,-0.3450720012187958,-0.4164104461669922,-0.694373369216919,0.33401888608932495 +311,-1.4429177979284105,0.24220631958719713,-2.8648546324227895,-0.962884247303009,-0.2398451268672943,-0.12380783259868622,-0.6396497488021851,-0.48461854457855225,-0.18299280107021332,-0.6534640789031982,0.10549144446849823,-0.4967976212501526 +312,-1.4910702203999484,0.26185375200376476,-2.8826926871539755,-0.962843656539917,-0.25887155532836914,-0.0769268348813057,-0.366118848323822,-1.726426362991333,-0.6943048238754272,0.01608145236968994,-0.03879693150520325,0.4072338342666626 +313,-1.4991964194322198,0.29142716507705024,-2.9555670830620593,-0.9553807973861694,-0.28731951117515564,-0.06852231174707413,-0.0014269044622778893,0.09870177507400513,0.02298777550458908,0.6649907231330872,0.20794326066970825,-0.05783570557832718 +314,-1.4790289420270923,0.2725736822664036,-2.9418891139074566,-0.9590288996696472,-0.2692109942436218,-0.08825545758008957,0.5386273860931396,0.5247274041175842,0.36996030807495117,0.1816394329071045,0.018051326274871826,0.08447128534317017 +315,-1.6582191992804962,0.3191412666248269,-2.861438244321607,-0.9458791613578796,-0.31375131011009216,0.08290278166532516,-0.6078733801841736,3.3628647327423096,-0.174026757478714,-0.29600316286087036,0.29145821928977966,-0.10304439067840576 +316,-1.5982598882255175,0.23462613544797487,-2.824961520118128,-0.9722346663475037,-0.23247937858104706,0.026707742363214493,0.5034085512161255,0.803551197052002,1.0856993198394775,-0.4311773180961609,-0.10022327303886414,-0.6022235155105591 +317,-1.4417119193345358,0.19890019154826089,-2.7912551540468424,-0.9721285700798035,-0.19759131968021393,-0.12618830800056458,-0.42110687494277954,2.2790637016296387,-0.20523704588413239,0.18617898225784302,-0.13978047668933868,0.24142266809940338 +318,-1.337293371109707,0.22930231712087462,-2.8293333687483098,-0.9473974108695984,-0.22729815542697906,-0.22533032298088074,-0.3678593933582306,0.4111575186252594,-0.25399547815322876,0.4469853639602661,0.14458027482032776,0.2654914855957031 +319,-1.294995188444369,0.23724828126336422,-2.838078962320979,-0.9352543950080872,-0.23502887785434723,-0.2646898329257965,0.12464413046836853,0.058097291737794876,0.14567063748836517,0.26862841844558716,-0.06170877814292908,0.2658952474594116 +320,-1.2783720340216291,0.24489392174232205,-2.849380843700027,-0.9289774894714355,-0.2424534112215042,-0.27967318892478943,-0.03645370528101921,0.09741285443305969,-0.6171354055404663,-0.2578663229942322,-0.5174342393875122,0.1381784975528717 +321,-1.3727595853387717,0.26771329506786146,-2.8815018059693442,-0.9455292820930481,-0.2645268738269806,-0.18973644077777863,-0.06657092273235321,-0.022899923846125603,0.08170749992132187,-0.4920470118522644,0.08621266484260559,-0.37486928701400757 +322,-1.4723701765713817,0.3095061261191378,-2.8958864132182,-0.947874128818512,-0.304588258266449,-0.09359804540872574,-0.5450120568275452,-0.4149528741836548,-0.2886189818382263,0.29464542865753174,0.07886502146720886,-0.005584113299846649 +323,-1.4497898010016412,0.3025918519901493,-2.8841292816647344,-0.9475871324539185,-0.29799529910087585,-0.11522718518972397,0.31696075201034546,0.44937148690223694,0.22689524292945862,0.5874339938163757,0.23357272148132324,-0.03461407870054245 +324,-1.4112694875644665,0.2894929758483596,-2.867898694157447,-0.9462196230888367,-0.28546634316444397,-0.1522410809993744,0.16458526253700256,0.41550546884536743,0.1763097047805786,0.18677449226379395,0.02782168984413147,-0.04485665261745453 +325,-1.604348811772299,0.3518670796413052,-2.8223149884377663,-0.9382025599479675,-0.34465110301971436,0.03149084374308586,-1.7691882848739624,3.7315595149993896,0.10734368115663528,0.06137150526046753,0.30296409130096436,-0.16466951370239258 +326,-1.6056914025918887,0.26231556841941295,-2.754905228895898,-0.9652041792869568,-0.2593176066875458,0.0336945503950119,0.946597695350647,-0.023110130801796913,1.1497701406478882,-0.4587307572364807,-0.2733057141304016,-0.4165985584259033 +327,-1.4381553847624389,0.23616397300083625,-2.7075885469996415,-0.9637025594711304,-0.23397481441497803,-0.12858137488365173,-0.14841672778129578,1.9936360120773315,-0.46560239791870117,0.21156632900238037,-0.09175454080104828,0.2584947347640991 +328,-1.3382129427063796,0.2782681728247437,-2.760620423994221,-0.9356426000595093,-0.2746908664703369,-0.2216256856918335,-0.4222862124443054,0.09919052571058273,-0.38636475801467896,0.3766826391220093,0.2590658366680145,0.232474684715271 +329,-1.3382314396980426,0.2702018521667678,-2.804154758428199,-0.9377722144126892,-0.26692596077919006,-0.22211182117462158,0.013039871118962765,0.07703254371881485,0.3992936313152313,0.0020728111267089844,-0.03213098645210266,0.13087953627109528 +330,-1.3688048289893657,0.2639256717174656,-2.7967605248660123,-0.9457462430000305,-0.2608723044395447,-0.19367389380931854,-0.4943566918373108,-1.1806766986846924,-0.22497880458831787,-0.5621424913406372,-0.039237529039382935,0.10302145779132843 +331,-1.4524079181820992,0.2954507040086975,-2.862429963506228,-0.9499745965003967,-0.29117104411125183,-0.11299438029527664,-0.46263670921325684,0.5657301545143127,-0.2889038920402527,-0.29404401779174805,0.27092260122299194,-0.24845577776432037 +332,-1.4999393250937971,0.34020380146863277,-2.9550112288932455,-0.9403212070465088,-0.3336792290210724,-0.06674007326364517,-1.0331989526748657,0.3837769031524658,-0.5725878477096558,0.2528975009918213,0.12390139698982239,-0.03210639953613281 +333,-1.464546534529979,0.34317717254425156,-3.0056702311838492,-0.93638014793396,-0.3364807069301605,-0.09986627846956253,-0.2557260990142822,0.38785749673843384,0.178386852145195,0.6200805902481079,0.26030877232551575,-0.0005823522806167603 +334,-1.4676557278350002,0.2973465558958495,-2.990567940872146,-0.9510363340377808,-0.2929842472076416,-0.0984397679567337,0.6462032794952393,-2.6456856727600098,-0.11761540174484253,-0.2422773241996765,-0.1685636043548584,0.125981867313385 +335,-1.6139240366374714,0.3207550282614743,-2.9477011316025816,-0.9481151700019836,-0.3152831792831421,0.04091540724039078,0.7794519066810608,-0.707633376121521,0.6284217238426208,-0.4904376268386841,-0.1899658441543579,-0.3786381483078003 +336,-1.5565148888965445,0.24332580704688703,-2.86839542033033,-0.9704432487487793,-0.24093179404735565,-0.013860267587006092,0.5402929186820984,2.285111904144287,0.40651869773864746,-0.34971678256988525,-0.16922448575496674,-0.01381915993988514 +337,-1.4439422231767256,0.24741124297900213,-2.82839599112401,-0.961759090423584,-0.2448948472738266,-0.12266175448894501,0.12956462800502777,0.3694413900375366,-0.3344702124595642,0.39047008752822876,0.001822352409362793,0.2114374041557312 +338,-1.3949288938941746,0.30252435470031797,-2.8804801538408826,-0.9398631453514099,-0.29793086647987366,-0.16701678931713104,-0.5872854590415955,-0.043789930641651154,-0.5407600402832031,0.5420817732810974,0.23071590065956116,0.17861348390579224 +339,-1.4036416541175203,0.3129837745952214,-2.873569427174422,-0.9381584525108337,-0.3078988194465637,-0.15829461812973022,0.08889163285493851,-0.41685187816619873,-0.03062162734568119,-0.10551220178604126,-0.13315647840499878,0.10726916790008545 +340,-1.4947655453261954,0.30803710638440696,-2.8767875314377744,-0.9501775503158569,-0.3031887114048004,-0.07238227128982544,-0.33985695242881775,-0.854267954826355,0.004357796162366867,-0.8281579613685608,0.09380760788917542,-0.37592095136642456 +341,-1.5502799597858956,0.28241806376165157,-2.9712273459804193,-0.9601821899414062,-0.2786787450313568,-0.019702214747667313,-1.5170038938522339,-2.0988457202911377,-0.17873874306678772,-0.013633668422698975,-0.0498429536819458,0.4377472400665283 +342,-1.5554043276851572,0.29883366607061507,-3.0847202816473756,-0.9555673599243164,-0.2944057583808899,-0.01470925286412239,-0.46780818700790405,0.21531149744987488,0.04225046932697296,0.6264810562133789,0.1712062954902649,-0.1455233097076416 +343,-1.4813834743194698,0.2793344398041377,-3.1248496419341985,-0.9573992490768433,-0.2757159471511841,-0.08583265542984009,0.3514704406261444,1.059485912322998,0.7225024104118347,0.22343629598617554,0.08073917031288147,-0.01771353930234909 +344,-1.6046485524522471,0.3004278091997294,-3.090865827509515,-0.9546626806259155,-0.2959288954734802,0.03232980892062187,1.0573878288269043,0.5410202741622925,0.5391742587089539,-0.1065707802772522,0.031005829572677612,-1.1309473514556885 +345,-1.6374625680626416,0.21908951783411654,-2.957386272018931,-0.9739275574684143,-0.21734099090099335,0.06502445042133331,1.8284286260604858,0.8771010041236877,0.3755917549133301,-0.5486250519752502,-0.16623447835445404,-0.2810431718826294 +346,-1.5101125035100746,0.2381527517262231,-2.8704651555926306,-0.969986617565155,-0.2359079122543335,-0.058934859931468964,0.6919606328010559,1.2724679708480835,-0.5144321322441101,0.4383552074432373,-0.0732046365737915,0.10501641035079956 +347,-1.439227815210743,0.3533453886329278,-2.8608794270455866,-0.9301116466522217,-0.34603846073150635,-0.12308443337678909,-0.6225255131721497,0.1910400241613388,-1.2570548057556152,0.4343078136444092,0.21449241042137146,0.0975717306137085 +348,-1.411382983556013,0.49484150125423065,-2.881623949246374,-0.8688855767250061,-0.47489216923713684,-0.13969731330871582,-0.0285736583173275,0.3283257484436035,-0.17865969240665436,0.047062456607818604,0.007210284471511841,0.19833683967590332 +349,-1.3996657437403504,0.5415125672858697,-2.82859674998343,-0.8444127440452576,-0.5154327154159546,-0.14593221247196198,0.994218111038208,-0.9426610469818115,-0.08067867159843445,-0.39135080575942993,-0.41460567712783813,0.09794330596923828 +350,-1.5583800432046355,0.6520276599837499,-2.768517492644539,-0.7947936654090881,-0.6067993640899658,-0.009868890978395939,0.20555029809474945,-0.08318565040826797,-1.657626986503601,-0.3092254400253296,-0.0840575098991394,-0.3622167110443115 +351,-1.5310883233575105,0.7786321694283885,-2.746835693733552,-0.711313784122467,-0.70230633020401,-0.028259705752134323,0.27253997325897217,0.6961914896965027,-0.8899394869804382,0.3246256113052368,0.370366632938385,0.013992726802825928 +352,-1.5181538808898847,0.8478620908705138,-2.7387375795892215,-0.6606711745262146,-0.7498676776885986,-0.034811507910490036,-0.6480088829994202,-0.20742365717887878,-0.26949062943458557,0.3216209411621094,0.7296041250228882,-0.05713795870542526 +353,-1.4244663981634482,0.8258440223303058,-2.8478024317776964,-0.6706914901733398,-0.7351202368736267,-0.09884877502918243,1.5503283739089966,-0.38151058554649353,0.06037874147295952,-0.04010862112045288,-0.1687951683998108,0.404024600982666 +354,-2.331215959728247,0.8964392748217636,-2.0538233731697226,-0.4524035155773163,-0.781108558177948,0.43034908175468445,0.46455252170562744,-5.198964595794678,-3.087575674057007,0.23563718795776367,0.15685629844665527,-0.037816762924194336 +355,-2.5229567511937034,0.8943919210501989,-1.810165131922229,-0.36302876472473145,-0.7798285484313965,0.5099781155586243,-0.8812077045440674,0.2047959715127945,-0.8324898481369019,-0.48267436027526855,-1.027346134185791,-0.08714175224304199 +356,-2.3977987899971613,1.0933865845306274,-1.9227682108981008,-0.3111071288585663,-0.8881880640983582,0.33813393115997314,-1.465150237083435,0.37278521060943604,-1.0208946466445923,0.18529841303825378,0.6308180093765259,0.12800684571266174 +357,-2.458911957644372,1.0519690934912682,-1.8546869906348,-0.31282734870910645,-0.868401288986206,0.3847319483757019,0.9029618501663208,-1.43891179561615,0.7842665910720825,0.2298041582107544,0.35115867853164673,-0.23003831505775452 +358,-2.4303001042114705,1.0041602864382493,-1.8606534145711164,-0.3504285216331482,-0.8437114953994751,0.40663400292396545,0.2749210596084595,0.5135291814804077,0.29163163900375366,-0.30045047402381897,-0.013817369937896729,0.4596991240978241 +359,-2.579745050976275,0.8523595087754372,-1.7786941807265155,-0.35066136717796326,-0.7528355717658997,0.5570241212844849,1.5729525089263916,-1.2908788919448853,1.4573428630828857,-0.3123025894165039,-0.7319210767745972,0.3355846405029297 +360,-2.584345282617465,0.6959322310757743,-1.899639909341446,-0.40587082505226135,-0.6411011815071106,0.6513509750366211,0.7587962746620178,-0.3232327997684479,0.5823956727981567,-0.7038092613220215,-0.1449400782585144,-0.18995577096939087 +361,-2.6221337023218387,0.6458005585100179,-1.8767193368726858,-0.39644259214401245,-0.6018379926681519,0.6932709813117981,-0.8148946166038513,-1.1593940258026123,0.08761939406394958,0.4773293733596802,0.3080757260322571,-0.21423643827438354 +362,-2.5358706048923834,0.7239407100073656,-1.9681903723643208,-0.4265621304512024,-0.6623421907424927,0.6159118413925171,-0.508295476436615,1.5605086088180542,0.18213307857513428,0.37738311290740967,0.25938814878463745,-0.21324771642684937 +363,-2.2804275268839773,0.8213236168840901,-2.149874934045414,-0.5167999863624573,-0.7320482134819031,0.4438730776309967,-1.4049477577209473,0.9579856395721436,0.5712766647338867,-0.017440736293792725,0.0192490816116333,0.9184621572494507 +364,-2.3405575315978293,0.8177331134512227,-2.2215187817254978,-0.49107614159584045,-0.7295974493026733,0.47595351934432983,-0.035796042531728745,-0.5238845348358154,-0.21966427564620972,-0.33782708644866943,-0.7206894159317017,-0.1488509178161621 +365,-2.202461914376471,0.9152060098193168,-2.374439529280272,-0.4919968247413635,-0.7926881909370422,0.3599787652492523,-0.8302350044250488,0.6411731243133545,-0.4499940872192383,-0.04090115427970886,0.021127521991729736,-0.019753575325012207 +366,-1.952898971603557,1.0430157072025799,-2.5959826412617946,-0.4672980308532715,-0.863926887512207,0.1877850443124771,-1.8102682828903198,0.33856090903282166,-0.14845162630081177,0.2040380835533142,0.54301917552948,0.05884280800819397 +367,-1.7768074639354576,1.1072996881836767,-2.787783857466479,-0.4376247823238373,-0.8944947123527527,0.09145302325487137,-1.4292839765548706,-0.34476688504219055,-0.21665062010288239,0.07075777649879456,0.20174574851989746,0.027702800929546356 +368,-1.5641426096205204,1.2172867472944928,-2.9634343025228813,-0.3461848497390747,-0.9381635189056396,-0.00230345013551414,0.6799702048301697,0.5422394275665283,-2.1580731868743896,-0.004004389047622681,-0.14710259437561035,0.00820857286453247 +369,-1.3172400649869103,1.4195776570752565,3.03504038295615,-0.1458256095647812,-0.9885882139205933,-0.03778830170631409,0.15361803770065308,-1.7704167366027832,-2.738556385040283,-0.24515032768249512,-0.6319407820701599,-0.4226762056350708 +370,0.5570442551415318,1.510164167160411,1.1388830807646775,0.032034359872341156,-0.9981624484062195,-0.051432762295007706,-0.29005324840545654,3.361082077026367,-0.4791141450405121,0.0020232461392879486,0.23973971605300903,0.6486159563064575 +371,-3.0835840212215158,1.54699411263563,-1.3967952236062824,-0.0013796553248539567,-0.9997167587280273,0.02375693805515766,-1.251380443572998,0.5778159499168396,0.9549996256828308,-0.02112707495689392,0.5157690644264221,0.0689249038696289 +372,-1.8392984027882535,1.5420159612422146,-2.6123100544806777,-0.027742337435483932,-0.9995858669281006,0.007633197586983442,1.8771201372146606,3.6164777278900146,-0.4435439109802246,-0.2541790306568146,0.025174975395202637,0.0082664480432868 +373,-2.7093107684256976,1.4384822186013502,-1.5289274177365197,-0.05527108907699585,-0.9912592768669128,0.11979365348815918,0.2848834693431854,0.5518201589584351,0.005762968212366104,-0.09434134513139725,-0.08399724960327148,0.6901123523712158 +374,-2.6743705614906776,1.3339521020554204,-1.6088908189841105,-0.10568218678236008,-0.9720832705497742,0.20948898792266846,-0.7339726686477661,-1.294021487236023,0.4089285433292389,0.1653592735528946,-0.6919030547142029,-0.39540204405784607 +375,-2.760846963709826,1.371918377590343,-1.6156532909669323,-0.07341977208852768,-0.9802888631820679,0.18342213332653046,0.2391781210899353,-0.8013249039649963,0.10400959849357605,0.16419431567192078,0.3209564685821533,-0.14013288915157318 +376,-2.8829310174989042,1.387827424360056,-1.4381368081973316,-0.04654043912887573,-0.9833078384399414,0.17589712142944336,0.8666888475418091,0.17281949520111084,-0.30322980880737305,0.21600455045700073,0.7623147964477539,-0.02146291732788086 +377,-2.8358873028707277,1.418739398777351,-1.5579860958197147,-0.04558809846639633,-0.9884616136550903,0.14444959163665771,-1.5719499588012695,-0.8717191815376282,0.46712779998779297,0.11234530806541443,0.11837482452392578,0.11623157560825348 +378,3.1411492149381903,1.4667693434743547,-1.2863297984263415,4.6046730858506635e-05,-0.9945940971374512,0.10384013503789902,0.45087212324142456,-1.0880990028381348,-0.9746723771095276,0.3111111521720886,-0.47821474075317383,0.3806569576263428 +379,3.0397759876448402,1.3288245051657028,-1.2582969105342707,0.02435488812625408,-0.970867395401001,0.2383762151002884,1.2433679103851318,-0.9922688007354736,0.12107138335704803,-0.29214662313461304,-0.5215794444084167,-0.22714568674564362 +380,-3.1084384932586135,1.2607796416837034,-1.3333121103606513,-0.010112644173204899,-0.9523285031318665,0.30490708351135254,0.33033251762390137,0.7857372760772705,0.07115299999713898,-0.07422268390655518,0.4596374034881592,-0.20566391944885254 +381,-3.0446923129786727,1.2887191658470296,-1.3457565124025785,-0.02693014219403267,-0.9604793190956116,0.27704545855522156,-0.3545110821723938,-0.3500034511089325,-0.18177402019500732,0.2637923061847687,0.6645504236221313,-0.023337632417678833 +382,3.1344263203803786,1.3429150338178508,-1.1857762883020992,0.0016189593588933349,-0.9741472005844116,0.22590795159339905,-0.46748486161231995,1.9246234893798828,-0.2198764979839325,0.18072357773780823,0.04116392135620117,0.10015711188316345 +383,3.090157607722471,1.2504124172439057,-1.0660693381678366,0.01619137078523636,-0.9491145610809326,0.3145149350166321,-2.8218188285827637,1.199805736541748,-0.5898256897926331,-0.11802852153778076,-0.6564153432846069,1.2160942554473877 +384,-3.1199079437317594,1.295124381035803,-1.0552836618507104,-0.005901977885514498,-0.9622425436973572,0.2721296548843384,-0.32610446214675903,0.8689670562744141,-0.22252999246120453,0.2027708888053894,-0.4735637307167053,-0.4052473306655884 +385,3.0763633135487107,1.3498985649213142,-0.8681663582055414,0.014282001182436943,-0.9757011532783508,0.21863994002342224,-1.7579421997070312,0.28196629881858826,-0.7950597405433655,0.2071993350982666,0.17464518547058105,-0.008373856544494629 +386,2.597314656082054,1.4281850393071118,-0.449604242402176,0.07359389215707779,-0.989848256111145,0.12159059196710587,-0.7459685802459717,-1.6838372945785522,-0.40308669209480286,-0.09321669489145279,0.4392043948173523,-0.11313725262880325 +387,1.2399133795129345,1.4559877469278015,0.6327296855335597,0.10834307968616486,-0.9934167265892029,-0.03721711412072182,-0.3733001947402954,-1.1214101314544678,-0.2911730110645294,-0.10310932993888855,0.14675229787826538,0.4040384292602539 +388,1.328477356544705,1.430626708110238,0.5461931005483284,0.1356290727853775,-0.9901922941207886,-0.03352424502372742,-0.16750690340995789,-0.08158909529447556,-0.9344443082809448,0.4941926598548889,-0.43833547830581665,0.3654639720916748 +389,2.007402287394757,1.3968556017134814,-0.15426160492251753,0.15682996809482574,-0.9849104285240173,0.07318327575922012,1.8138411045074463,-0.9030923843383789,0.2035694271326065,0.008453205227851868,-0.4285874366760254,-0.22529816627502441 +390,2.479291805777671,1.3573984891689053,-0.6883207898646505,0.13023170828819275,-0.9773169755935669,0.16700692474842072,0.6293584704399109,0.0911528691649437,0.34784063696861267,-0.04394325613975525,0.2301703691482544,-0.2000575065612793 +391,2.693294838067275,1.3314236550951695,-0.8933762420868843,0.10276366770267487,-0.9714869260787964,0.21366479992866516,0.8009281754493713,-0.03434237465262413,0.28454282879829407,-0.02619505673646927,0.5120906233787537,-0.13810326159000397 +392,2.673897405391034,1.3361915153694708,-0.8806798026247042,0.10479962080717087,-0.9726063013076782,0.2074953019618988,-0.48574838042259216,0.44215402007102966,-0.14024336636066437,-0.06108318269252777,0.06608152389526367,0.1772245466709137 +393,2.6966220637305662,1.2085183663824917,-0.8162055311170732,0.15254701673984528,-0.9350919127464294,0.3198942244052887,-2.0103538036346436,-0.23797433078289032,0.1637873351573944,0.23467521369457245,-0.728115975856781,1.0876222848892212 +394,2.6695829063968475,1.310186280796293,-0.7359322269364283,0.11715690046548843,-0.96623295545578,0.2294958531856537,-0.3543936312198639,-0.48063310980796814,0.026254277676343918,0.34640514850616455,-0.5502923727035522,-0.2857092320919037 +395,2.5330296534885894,1.347160320286821,-0.6072641489576135,0.12678727507591248,-0.9750975370407104,0.18196116387844086,-0.397580623626709,-0.33694830536842346,-0.045356325805187225,0.051343828439712524,0.44117724895477295,0.01727283000946045 +396,2.4725110581907543,1.337737881483407,-0.6121836984304655,0.14325281977653503,-0.9729645848274231,0.18115831911563873,0.02626793459057808,-1.2090184688568115,0.02669132500886917,-0.11719083786010742,0.47716087102890015,-0.16387012600898743 +397,2.3401076045812412,1.3489699405305227,-0.583729525038187,0.1580541729927063,-0.9754972457885742,0.1530490666627884,-0.04034821316599846,-0.2688295245170593,0.11273711919784546,-0.0647924542427063,-0.08289813995361328,0.04468953609466553 +398,2.1846947822446405,1.385458327125256,-0.3039206359061629,0.15063151717185974,-0.9828740358352661,0.10615568608045578,-0.6527101993560791,0.8740392923355103,-0.7995926141738892,0.44772666692733765,-0.29810142517089844,0.2008054405450821 +399,2.3397130589079036,1.3476741283601739,-0.4861653460981004,0.15902268886566162,-0.9752113223075867,0.15386538207530975,1.5818792581558228,-1.0563849210739136,0.33585983514785767,0.012776017189025879,-0.48905253410339355,-0.16886472702026367 +400,2.538814820643724,1.3105917381444165,-0.7371375843621151,0.14585965871810913,-0.9663373827934265,0.21193675696849823,0.09267860651016235,0.32897645235061646,0.1841648817062378,-0.21499720215797424,0.12582218647003174,-0.18915534019470215 +401,2.6219030291019214,1.3121346333479025,-0.7737756238882875,0.12702646851539612,-0.9667331576347351,0.2220161110162735,0.22082063555717468,0.28732168674468994,0.029141606763005257,0.0465269535779953,0.5257847309112549,-0.202744260430336 +402,2.6569063599987173,1.31643105011391,-0.8006898702170406,0.11724251508712769,-0.9678232073783875,0.22264820337295532,0.12887078523635864,0.14989158511161804,-0.010488251224160194,0.031622178852558136,0.23765981197357178,0.2620014548301697 +403,2.7970134932867676,1.1911005192705297,-0.8627918695571465,0.12520189583301544,-0.9287773966789246,0.3488514721393585,0.9264432191848755,0.4332968294620514,-0.04456974193453789,-0.15755046904087067,-0.09302747249603271,0.5786540508270264 +404,2.842207415624295,1.204899322095589,-0.9078127563782232,0.1055232509970665,-0.9338032007217407,0.34187227487564087,0.09718361496925354,-0.7377500534057617,0.21047557890415192,0.1041020005941391,-0.5271649360656738,-0.3756856620311737 +405,2.774530328549406,1.2422841410580556,-0.8279816417053486,0.11578567326068878,-0.9465234279632568,0.30114296078681946,-0.8288751840591431,0.6669180989265442,-0.41917404532432556,0.030591905117034912,0.30768370628356934,-0.09746861457824707 +406,2.595615221231385,1.26825306158366,-0.6313615972372103,0.1547112762928009,-0.9545817971229553,0.25463348627090454,-0.5313092470169067,-0.20087319612503052,-0.2819426655769348,-0.10905696451663971,0.44022321701049805,-0.10180148482322693 +407,2.448970910636934,1.2981185586132546,-0.5174735148964852,0.17197063565254211,-0.9630532264709473,0.20725513994693756,-0.575892448425293,-0.2662595808506012,0.10616956651210785,-0.017627984285354614,0.046610355377197266,0.06261181831359863 +408,2.2564733092325717,1.3288556555892315,-0.2705566985895826,0.18543802201747894,-0.9708748459815979,0.1517057567834854,-0.620506227016449,0.178320974111557,-0.7713233828544617,0.44822895526885986,-0.32563382387161255,0.2645387351512909 +409,2.3573409066769306,1.288444067753586,-0.3820432698084076,0.1967848390340805,-0.9604027271270752,0.1972365528345108,1.7606379985809326,-0.16760961711406708,0.5768333673477173,0.055687084794044495,-0.37594670057296753,0.011320576071739197 +410,2.588861641352237,1.2230558700915584,-0.699515895130563,0.17891137301921844,-0.9401451349258423,0.2900313138961792,0.29005303978919983,-0.3843146860599518,0.004801641218364239,-0.21608175337314606,-0.09827661514282227,-0.3125074803829193 +411,2.5879459351642446,1.2195699364358963,-0.681821645089064,0.18089890480041504,-0.9389514923095703,0.2926532030105591,-0.18041621148586273,0.18166682124137878,-0.050759777426719666,-0.03395678102970123,0.42990291118621826,-0.2347613275051117 +412,2.582571186337334,1.226410805915097,-0.6734620738337587,0.1790582239627838,-0.941283106803894,0.28622424602508545,-0.4202095568180084,0.29361310601234436,0.01900828815996647,0.013309329748153687,0.24970901012420654,-0.17965686321258545 +413,2.6765922543406653,1.1865919669657752,-0.6335866984690927,0.16807876527309418,-0.927096962928772,0.3350237011909485,2.7535459995269775,1.6356182098388672,-0.7429253458976746,0.050564467906951904,0.11354410648345947,1.5501234531402588 +414,2.6593500887073223,1.190763227997241,-0.6672520097866522,0.17203493416309357,-0.9286523461341858,0.3286467492580414,-0.09526433050632477,2.080498218536377,0.5891658067703247,0.14514948427677155,-0.34138232469558716,-0.5623502731323242 +415,2.6470370736595785,1.2360931763002019,-0.59738465989909,0.155914306640625,-0.9445078372955322,0.2891295850276947,-0.5788685083389282,0.15495774149894714,-0.329861044883728,0.056564345955848694,-0.15191256999969482,-0.007208198308944702 +416,2.554330836821283,1.250225518857446,-0.49321559190921777,0.17459622025489807,-0.9490557312965393,0.26231515407562256,-0.018441982567310333,-0.2836076021194458,-0.158412367105484,-0.03476472198963165,0.5205432176589966,-0.11305370926856995 +417,2.497593603008386,1.2505368827941588,-0.48705435735625613,0.18901291489601135,-0.9491537809371948,0.251755952835083,0.04826114699244499,-0.8458759784698486,0.09799811244010925,-0.028231069445610046,0.2588767409324646,-0.1540844738483429 +418,2.4525535865053225,1.2783727202966508,-0.46233789778337053,0.18328340351581573,-0.9575480222702026,0.22250641882419586,-0.45996761322021484,0.630592942237854,-0.044394537806510925,0.02312225103378296,-0.14145100116729736,0.20750153064727783 +419,2.3212785720808315,1.2743024033755157,-0.2921926197016191,0.21368084847927094,-0.9563667178153992,0.19925688207149506,0.6891452670097351,0.10153545439243317,0.3674143850803375,0.02785053849220276,-0.09722214937210083,0.6464309692382812 +420,2.6475950339210916,1.194542634493165,-0.7107552448478306,0.1742209941148758,-0.9300476908683777,0.32350966334342957,0.9452286958694458,-1.4405696392059326,0.4781858026981354,-0.0359458327293396,-0.5776275396347046,-0.38196611404418945 +421,2.6460863600810685,1.1830977580602806,-0.7568101301266437,0.17975810170173645,-0.9257816076278687,0.3325885832309723,-0.14532653987407684,0.029201459139585495,-0.01475207693874836,-0.07341960072517395,0.274963915348053,-0.24977916479110718 +422,2.6114113645930845,1.202622760463847,-0.730237729067443,0.18200379610061646,-0.9329862594604492,0.3105016052722931,-0.24861577153205872,-0.04931248351931572,0.03715069591999054,-0.019696056842803955,0.3998899459838867,-0.2558445930480957 +423,2.584875095655881,1.2290068562571892,-0.6839024356804128,0.17710669338703156,-0.9421563744544983,0.2845607399940491,-0.5560707449913025,0.7100263237953186,-0.168411523103714,-0.015577122569084167,-0.01952892541885376,0.20784035325050354 +424,2.617155284041637,1.1530782816071754,-0.6557235928444864,0.20313233137130737,-0.9140170812606812,0.3511551320552826,0.3227011561393738,-1.6628154516220093,0.026530243456363678,0.10541562736034393,-0.20181232690811157,0.5470229387283325 +425,2.7184745796425664,1.190971168512307,-0.7328956951096106,0.15223540365695953,-0.9287294745445251,0.33806222677230835,-0.31832781434059143,0.08420177549123764,0.19694137573242188,0.13798677921295166,-0.31112343072891235,-0.3354530334472656 +426,2.6296209467830325,1.2487402270905332,-0.6265476943211189,0.15506109595298767,-0.948586642742157,0.2759338915348053,-0.9257572889328003,0.8583985567092896,-0.13415387272834778,0.15740841627120972,0.23661154508590698,-0.04473268985748291 +427,2.4801394766846983,1.2731427055650846,-0.4872187672741909,0.1801500767469406,-0.9560272693634033,0.23142565786838531,-0.08614954352378845,-0.5688905119895935,0.09045543521642685,-0.0679522156715393,0.4169952869415283,0.07104933261871338 +428,2.444633580348791,1.2942416091374258,-0.4686691342516219,0.17526313662528992,-0.9620018601417542,0.20936857163906097,-0.4002901017665863,0.2826206684112549,0.10429124534130096,-0.02778695523738861,0.13300710916519165,0.15395842492580414 +429,2.449955326744312,1.3141286763579532,-0.4478648309879229,0.16191118955612183,-0.9672412872314453,0.19552308320999146,-0.015470198355615139,-0.21227294206619263,-0.36071038246154785,0.4252012372016907,-0.27822697162628174,0.1329987347126007 +430,2.442305891835282,1.2677415770695817,-0.4684701119001519,0.1920957714319229,-0.9544292688369751,0.2283945530653,1.4932730197906494,0.0082683265209198,0.3738293945789337,-0.07118511199951172,-0.2839740514755249,0.1658315658569336 +431,2.6551089667781254,1.191890575174103,-0.7434825582395443,0.17293772101402283,-0.9290699362754822,0.32698866724967957,0.22033919394016266,-0.01503592636436224,0.07073681056499481,-0.20818552374839783,-0.23822736740112305,-0.17879533767700195 +432,2.6648553852542767,1.191896897921182,-0.7423778042084278,0.1697399765253067,-0.9290723204612732,0.32865357398986816,-0.014071132056415081,0.28412485122680664,0.1080416738986969,-0.09260678291320801,0.3640087842941284,-0.16240906715393066 +433,2.6950588791325707,1.1921224367386427,-0.7688616896961351,0.15964695811271667,-0.929155707359314,0.333440363407135,-0.18081527948379517,0.29142439365386963,0.08508731424808502,0.004140898585319519,0.25445789098739624,-0.16058877110481262 +434,2.7039527764742615,1.227713206160405,-0.7208371176815014,0.14256404340267181,-0.9417219758033752,0.30468878149986267,0.7144014835357666,1.4338774681091309,-0.42324548959732056,0.03729128837585449,0.08880150318145752,0.6404712200164795 +435,2.6573990552265645,1.167823880892971,-0.7202204293938846,0.182546004652977,-0.9198994040489197,0.34707680344581604,-1.3492474555969238,0.7667295336723328,0.2075151801109314,-0.150868758559227,-0.4382702708244324,-0.46356233954429626 +436,2.7672521841683047,1.222853412191151,-0.7496582254662739,0.12467658519744873,-0.9400761127471924,0.31735220551490784,-0.4772574305534363,0.540710985660553,-0.1681230366230011,0.12127982079982758,-0.26553595066070557,-0.2051544487476349 +437,2.6600047637610316,1.2653258941546512,-0.6082182119934327,0.13929972052574158,-0.9537056088447571,0.26653560996055603,-0.48056307435035706,0.7994177937507629,-0.24300895631313324,0.13682331144809723,0.3763893246650696,0.012593358755111694 +438,2.6605396579178744,1.248594952212505,-0.651234238642493,0.146520733833313,-0.9485406279563904,0.2807179391384125,0.2102680206298828,-0.7059447765350342,0.13316568732261658,-0.13919652998447418,0.20909959077835083,-0.060884565114974976 +439,2.6440166046700115,1.2565069417513657,-0.6617576216386749,0.14755186438560486,-0.9510163068771362,0.27165487408638,-0.23981791734695435,0.22846820950508118,0.1133844405412674,-0.08319033682346344,0.138516366481781,0.1491062343120575 +440,2.6468500503973624,1.2700849606007891,-0.6151513013014381,0.1406370997428894,-0.9551260471343994,0.260682612657547,0.15372444689273834,-0.3604699969291687,-0.5486000180244446,0.4561341106891632,-0.20849394798278809,0.2784104347229004 +441,2.641292663323478,1.2299745478312945,-0.634430886301438,0.16034165024757385,-0.9424802660942078,0.2932942807674408,1.1367847919464111,-0.3122328817844391,0.5608025193214417,-0.08165210485458374,-0.43729567527770996,0.10976672172546387 +442,2.765357167224363,1.1854600373854167,-0.7914382077422119,0.13810332119464874,-0.926672101020813,0.34958070516586304,-0.12047804892063141,0.5544701814651489,-0.14972597360610962,-0.06437282264232635,-0.0051975250244140625,-0.19352898001670837 +443,2.8163536014464206,1.1896535389594796,-0.7250037423948393,0.11886128783226013,-0.9282401204109192,0.35248032212257385,-0.06208421662449837,1.1434264183044434,-0.33452701568603516,0.12834636867046356,0.4550802707672119,-0.15443643927574158 +444,2.8868022644034346,1.148121866003608,-0.6795692270712388,0.10338830947875977,-0.9119951128959656,0.3969588875770569,-0.42820462584495544,0.7087013721466064,-0.25729694962501526,0.011693499982357025,0.12970727682113647,-0.18875256180763245 +445,2.761136810065724,1.2189789452646913,-0.5195989712411576,0.12796659767627716,-0.9387480020523071,0.31996336579322815,-0.12637609243392944,0.7581493258476257,-0.3165132701396942,-0.26427340507507324,-0.00903630256652832,0.5958386659622192 +446,2.7113244595902377,1.1723141295166366,-0.5526002216055919,0.16184882819652557,-0.9216510057449341,0.3526535630226135,-1.2096089124679565,-0.37886860966682434,0.42008188366889954,-0.06580999493598938,-0.5550336241722107,-0.5917129516601562 +447,2.7699930008355347,1.2297558086007268,-0.5576400769285831,0.12144720554351807,-0.9424071311950684,0.31163913011550903,-0.8779710531234741,-0.03991272673010826,-0.26854225993156433,0.053540557622909546,-0.35510849952697754,-0.18357223272323608 +448,2.5925492568714956,1.2915253080322584,-0.3766934658879019,0.14385651051998138,-0.9612566232681274,0.23514042794704437,-0.5405279397964478,-0.22432808578014374,-0.18673869967460632,0.16107511520385742,0.36140310764312744,-0.045351624488830566 +449,2.5560261340204655,1.2914660387949548,-0.37380349943954716,0.15237823128700256,-0.961240291595459,0.2297782003879547,0.6926723122596741,-0.6874125003814697,0.3729611039161682,-0.06624236702919006,0.2509589195251465,-0.08187472820281982 +450,2.713261602531902,1.2926413400072065,-0.5268013886264572,0.11404857039451599,-0.9615637063980103,0.2497764378786087,-0.14020811021327972,0.5514280200004578,0.3530859053134918,0.04885426163673401,0.18154966831207275,0.13625574111938477 +451,2.5763616837216365,1.3165109018360035,-0.43165681487088625,0.13473522663116455,-0.9678432941436768,0.21242879331111908,-0.368722528219223,-1.3151789903640747,-0.4138246774673462,0.32772815227508545,-0.2886418104171753,0.3042033016681671 +452,2.6481239716939173,1.2826029668351933,-0.5396215779711409,0.13463030755519867,-0.9587589502334595,0.25031110644340515,1.0895664691925049,0.06429927051067352,0.33824676275253296,0.03083595633506775,-0.4069940447807312,-0.08383780717849731 +453,2.7421631632247654,1.2445836680395492,-0.6724182023221271,0.12462344765663147,-0.9472628235816956,0.2952316403388977,-0.17636935412883759,-0.3743966817855835,-0.14853881299495697,-0.12575262784957886,0.08488202095031738,-0.23950666189193726 +454,2.761149009619119,1.183104807896241,-0.7168460344601261,0.14038331806659698,-0.9257842302322388,0.3510221540927887,0.37989184260368347,-0.6638206243515015,0.1910213828086853,-0.0021233856678009033,0.31517302989959717,0.17711517214775085 +455,2.8015305431436346,1.1915273179642145,-0.7594661836155976,0.12349238246679306,-0.9289355278015137,0.34903907775878906,-0.23678094148635864,0.6592452526092529,0.085821732878685,-0.009417690336704254,0.18261295557022095,-0.13952067494392395 +456,2.7888738895469425,1.2007007949746678,-0.6728939547702258,0.12495099008083344,-0.9322928190231323,0.3394368886947632,1.1391761302947998,0.6537083983421326,-0.3946627974510193,0.18936482071876526,-0.058597683906555176,1.3146463632583618 +457,2.7389264387934498,1.2062447880061502,-0.6315455979434741,0.1397145688533783,-0.9342837333679199,0.328014999628067,-0.8953732252120972,0.6325198411941528,0.020716218277812004,-0.1017049252986908,-0.2646145820617676,-0.7384611368179321 +458,2.7567548297417748,1.247539615791688,-0.5973535444959988,0.11925084888935089,-0.9482059478759766,0.2944223880767822,-0.4796721637248993,-0.017315862700343132,-0.20438052713871002,0.12720908224582672,-0.2272394895553589,-0.12050274014472961 +459,2.622140196494941,1.278773334995321,-0.492044247317553,0.14291030168533325,-0.9576634168624878,0.24991527199745178,-0.17298057675361633,-0.38678818941116333,-0.06030610203742981,0.10058943927288055,0.44483065605163574,-0.07059404253959656 +460,2.569161576671698,1.259538749180179,-0.490103646835275,0.16589176654815674,-0.9519491791725159,0.25743451714515686,0.1480053812265396,-0.6362809538841248,0.04012603312730789,0.005205020308494568,0.21072310209274292,0.01025041937828064 +461,2.5773860028196705,1.2671067040093018,-0.4961894663552681,0.1599121391773224,-0.9542396068572998,0.25269559025764465,-0.09853019565343857,0.4596557915210724,0.2322063148021698,0.009109452366828918,0.04206913709640503,0.16106179356575012 +462,2.5229504627351993,1.2564607701377628,-0.4227552332032618,0.17930525541305542,-0.9510020017623901,0.2518823444843292,0.379518985748291,-0.6756599545478821,-0.2669546902179718,0.194077268242836,-0.3055744767189026,0.3322088420391083 +463,2.676224654417045,1.2041502766041108,-0.61450779612988,0.160871222615242,-0.9335349202156067,0.3203633725643158,0.7078245282173157,-0.6487544178962708,0.49780961871147156,-0.08242583274841309,-0.428678035736084,-0.23329681158065796 +464,2.7167458523519934,1.1787096178944543,-0.7195648541162769,0.15750154852867126,-0.9241136908531189,0.34814774990081787,-0.23654967546463013,-0.17140041291713715,0.05371648818254471,-0.06176789104938507,0.20371592044830322,-0.26312580704689026 +465,2.7376634038583982,1.1724283902709896,-0.7375874251277553,0.152463898062706,-0.921695351600647,0.3566969633102417,0.7605569958686829,-0.34607064723968506,0.03885979205369949,0.035142943263053894,0.3838381767272949,-0.009055942296981812 +466,2.7328850128506,1.19693839938192,-0.7247672147813686,0.1451430320739746,-0.9309253096580505,0.33512935042381287,-0.6721332669258118,0.3763594627380371,-0.05816922336816788,0.0003952980041503906,0.07301521301269531,-0.0479130744934082 +467,2.754322092216851,1.1723942336325748,-0.6657662108219695,0.14651282131671906,-0.9216820597648621,0.3592163920402527,0.8086631298065186,-0.5209293961524963,-0.16405515372753143,0.11329858005046844,-0.1504921317100525,0.83840012550354 +468,2.755400512490215,1.1894533524830975,-0.6537300346284953,0.14018191397190094,-0.9281656742095947,0.34475716948509216,0.039007432758808136,0.5647597312927246,0.2262892723083496,0.19216977059841156,-0.4615132212638855,-0.510406494140625 +469,2.699633639866157,1.221090630502304,-0.6010255113691987,0.14654293656349182,-0.939473569393158,0.30970072746276855,-0.41512489318847656,-0.3096635043621063,-0.14516456425189972,-0.034802839159965515,0.028050899505615234,0.026877611875534058 +470,2.6033502774015203,1.2328839265967793,-0.5345862931451509,0.16994549334049225,-0.9434487819671631,0.28464531898498535,0.07914095371961594,-0.6479663252830505,0.00953841395676136,-0.06827619671821594,0.4662148952484131,-0.10756707191467285 +471,2.5815249497736845,1.23308559057269,-0.5706654302566433,0.17601613700389862,-0.9435156583786011,0.28070786595344543,-0.20044264197349548,-0.18287350237369537,0.10516899824142456,-0.01495961844921112,0.09550833702087402,-0.03633829951286316 +472,2.609554783458057,1.2666479620946283,-0.5699305297313194,0.1519235074520111,-0.9541023373603821,0.25808459520339966,-0.31083378195762634,0.6675865650177002,-0.21020816266536713,0.2002951055765152,-0.1478567123413086,0.22625991702079773 +473,2.5379965786015486,1.2504306823116071,-0.5150717078894481,0.1787470579147339,-0.9491203427314758,0.25926825404167175,0.8590561747550964,-0.04876575618982315,0.4023674428462982,-0.11795604228973389,-0.14403456449508667,0.37279653549194336 +474,2.7152989042532463,1.1881284626777397,-0.736328995739664,0.1543993353843689,-0.9276717901229858,0.33997970819473267,0.3584482967853546,-0.477666974067688,0.1505664736032486,0.010883882641792297,-0.4415757656097412,-0.40438708662986755 +475,2.7053008147084454,1.1806744365772879,-0.7090959943556678,0.16070827841758728,-0.9248626828193665,0.3446764349937439,-0.19465696811676025,0.14636728167533875,-0.15288805961608887,-0.13569912314414978,0.39748847484588623,-0.19074583053588867 +476,2.731345969427641,1.1560235096605829,-0.7440519597678974,0.16072361171245575,-0.9152079224586487,0.3695437014102936,-0.4300752580165863,-0.0007802755571901798,0.1382187008857727,0.021527349948883057,0.1876382827758789,-0.19487643241882324 +477,2.694778190105204,1.2099431021151212,-0.6593706994356893,0.15256094932556152,-0.9355959296226501,0.3184109628200531,-0.1139686331152916,1.2521859407424927,-0.44828152656555176,-0.05798697471618652,-0.01713240146636963,0.372094988822937 +478,2.660281722969378,1.1536728359467776,-0.6572921525218498,0.18755261600017548,-0.9142580628395081,0.35910481214523315,-2.2539193630218506,-1.0056445598602295,0.4965480864048004,-0.14212721586227417,-0.6790952086448669,-0.49293971061706543 +479,2.698006021491262,1.2150693016139256,-0.6384869188089195,0.14947214722633362,-0.9373935461044312,0.3145659565925598,-0.7602867484092712,-0.08631335198879242,-0.07044418901205063,0.09854419529438019,-0.4191892147064209,-0.23682233691215515 +480,2.55286428123339,1.2632564190153663,-0.4918822126123208,0.16809913516044617,-0.9530811309814453,0.251752644777298,-0.33472514152526855,0.030844684690237045,-0.1863299012184143,0.19170312583446503,0.31323421001434326,0.015779763460159302 +481,2.455845541405194,1.2583891912522798,-0.43612565626997496,0.19463005661964417,-0.9515964984893799,0.2378726452589035,0.05458393320441246,-0.6915138363838196,-0.027733642607927322,-0.044926077127456665,0.3415195941925049,-0.018054485321044922 +482,2.437224510370467,1.2706179260912964,-0.4405604433958668,0.19147494435310364,-0.9552837610244751,0.22532212734222412,-0.3338779807090759,0.2260499745607376,0.15101134777069092,-0.09095007181167603,0.18712592124938965,0.1486097276210785 +483,2.4161260706345726,1.2753301837491613,-0.3866689251128366,0.19319729506969452,-0.9566665291786194,0.2178622931241989,0.028827842324972153,-0.3913484811782837,-0.66306072473526,0.5404452681541443,-0.20036166906356812,0.20811723172664642 +484,2.4923326223955535,1.2215241233553644,-0.4830116999510075,0.20690183341503143,-0.9396220445632935,0.2725844979286194,1.2803645133972168,0.20627038180828094,0.2503012418746948,-0.06281307339668274,-0.2571096420288086,0.10694745182991028 +485,2.6099946844445383,1.1651909542598995,-0.6423291129909612,0.20001482963562012,-0.9188637137413025,0.34012335538864136,-0.003080642782151699,0.16423112154006958,-0.14588519930839539,-0.14471691846847534,-0.08591246604919434,-0.2439013421535492 +486,2.6063463580868906,1.178433817638413,-0.6021397208802498,0.19503037631511688,-0.924008309841156,0.32889533042907715,-0.32015618681907654,0.32044756412506104,-0.029203232377767563,-0.07979598641395569,0.3296172618865967,-0.16512271761894226 +487,2.6054339298333553,1.1951961991934539,-0.5669144397786408,0.18739071488380432,-0.9302876591682434,0.31535574793815613,-0.4473760724067688,0.28224554657936096,-0.0434100404381752,-0.06089538335800171,0.28159093856811523,-0.02914673089981079 +488,2.6321849337524386,1.1941764131304242,-0.4945213403867274,0.17935144901275635,-0.9299130439758301,0.32108384370803833,1.8345698118209839,3.0861876010894775,-0.8283392190933228,0.12876929342746735,0.0585598349571228,0.8994513750076294 +489,2.636512610696145,1.1696669909915394,-0.4886634886919953,0.18893396854400635,-0.9206206202507019,0.34170398116111755,-0.5877876281738281,0.6516674757003784,0.0654146820306778,0.05969274044036865,-0.2706177830696106,-0.6171861886978149 +490,2.6274474090195077,1.184968107291282,-0.4476277416326155,0.18507415056228638,-0.9264870882034302,0.32767295837402344,-0.3483980894088745,-0.21421828866004944,-0.3030831515789032,-0.012192055583000183,-0.23350149393081665,-0.1404019296169281 +491,2.5155038584392306,1.20700110139584,-0.331916998470563,0.20850537717342377,-0.9345531463623047,0.28833281993865967,-0.31653979420661926,-0.038212619721889496,-0.23014403879642487,0.11014391481876373,0.47517210245132446,-0.13083162903785706 +492,2.453593306024653,1.2114628233288514,-0.277921418206908,0.22329559922218323,-0.9361314177513123,0.2716563642024994,-0.017497068271040916,-0.11714243143796921,-0.03715815395116806,0.13237151503562927,0.20630353689193726,0.05999350547790527 +493,2.4163647570573237,1.2186069938293713,-0.21318157910942773,0.22880998253822327,-0.9386197328567505,0.25814563035964966,-0.41487517952919006,0.5473580360412598,-0.2035169005393982,0.008662581443786621,-0.005792498588562012,0.11792254447937012 +494,2.296386850455363,1.2164803628723202,-0.059570865245249405,0.2595553398132324,-0.9378840327262878,0.23022761940956116,-0.06071019172668457,0.46932265162467957,-0.288298100233078,-0.06581449508666992,-0.2722296118736267,0.44141843914985657 +495,2.5297252807945623,1.16877901679896,-0.18995928437664836,0.22474734485149384,-0.9202735424041748,0.32028886675834656,0.48862868547439575,-0.009081434458494186,0.12297430634498596,0.2396385818719864,-0.49111849069595337,-0.28163832426071167 +496,2.569014381985971,1.16564246435949,-0.1969549048870851,0.21355624496936798,-0.9190417528152466,0.3312941789627075,-0.29529857635498047,0.48058637976646423,-0.11738862097263336,0.07300379872322083,0.13658642768859863,-0.3441421091556549 +497,2.5915638282796767,1.1807887575801626,-0.1487276332551397,0.1987326592206955,-0.9249061942100525,0.3241202235221863,0.02044420875608921,0.9160294532775879,-0.225738525390625,-0.221544548869133,0.3572182059288025,0.051215410232543945 +498,2.4784068792344054,1.2088132608947022,-0.012736077070961268,0.218012735247612,-0.9351963996887207,0.27906620502471924,-0.5406292080879211,0.3442918658256531,-0.24786537885665894,-0.09279914200305939,0.08618223667144775,0.017717212438583374 +499,2.6208880150761087,1.1868147627100394,0.09474464594340487,0.18636803328990936,-0.9271804094314575,0.32496726512908936,0.32980799674987793,1.0055034160614014,-0.5650700330734253,-0.22608663141727448,-0.21144574880599976,0.6064597368240356 +500,2.6558197939060046,1.2003041999893813,-0.08554342879733352,0.16904963552951813,-0.9321492910385132,0.32018759846687317,0.048938680440187454,-0.720106840133667,0.2995212972164154,0.39927923679351807,-0.22826647758483887,-0.45454129576683044 +501,2.4921387096494665,1.2206158978375412,-0.02325052761722869,0.2074703872203827,-0.9393108487129211,0.27322351932525635,-0.49412545561790466,0.28453364968299866,-0.3775201141834259,0.1822696030139923,0.04871636629104614,-0.08259549736976624 +502,2.3549776761165995,1.2097912181808417,0.032530393019743774,0.2500647008419037,-0.9355422854423523,0.24945686757564545,0.06619414687156677,-1.306052327156067,0.26973238587379456,-0.2075079083442688,0.33150768280029297,0.0930115282535553 +503,2.350127932414475,1.2204113917125265,-0.004710722133151872,0.24418875575065613,-0.9392406344413757,0.24124382436275482,0.08544080704450607,-0.1681760549545288,0.2633797228336334,-0.08066032826900482,0.25074899196624756,0.1748175323009491 +504,2.3901561489477765,1.2091176133344137,-0.057149771142745893,0.2415657937526703,-0.9353041648864746,0.25855734944343567,0.3026559352874756,-0.672949492931366,-0.20715290307998657,0.4525564908981323,-0.24139249324798584,0.15945717692375183 +505,2.5273244326134163,1.1490482491567997,-0.23529446322640504,0.23593682050704956,-0.91237473487854,0.3345240354537964,1.4588297605514526,-0.7857364416122437,0.6117460131645203,-0.03497853875160217,-0.566583514213562,-0.1150263249874115 +506,2.5998620228537344,1.1194667021451814,-0.39731656264544685,0.2248939871788025,-0.8998679518699646,0.37371179461479187,-0.4254877269268036,-0.09057155251502991,0.23410145938396454,-0.03281635046005249,-0.0403175950050354,-0.2705928087234497 +507,2.5835810197605285,1.1536285802572948,-0.3591348674430614,0.214539036154747,-0.9142401814460754,0.3437117338180542,0.21937356889247894,1.5317529439926147,-0.23389901220798492,-0.0443425178527832,0.4108833074569702,-0.03832235932350159 +508,2.5772014352255246,1.1725831558524227,-0.29779301879519243,0.2074197232723236,-0.9217553734779358,0.32763394713401794,-0.8776531219482422,0.4349213242530823,-0.5037503838539124,0.0754934549331665,0.14656317234039307,-0.10636618733406067 +509,2.5178219599909855,1.1957887800558342,-0.10076294887022133,0.21394412219524384,-0.9305048584938049,0.29730281233787537,1.2141075134277344,6.279450416564941,-1.0915789604187012,-0.03479066491127014,-0.16699892282485962,1.1788018941879272 +510,2.6175206527753136,1.1889179666885037,-0.043384668299316545,0.18648463487625122,-0.927966296672821,0.32264816761016846,0.22888146340847015,1.5128803253173828,0.019116584211587906,0.21373812854290009,-0.20156562328338623,-0.061982661485672 +511,2.6121048446676576,1.1734018421478296,-0.020654327051549293,0.19547906517982483,-0.9220725297927856,0.3340213894844055,-0.16817176342010498,-1.0931209325790405,-0.10330954194068909,0.17006048560142517,-0.29123008251190186,-0.2900761365890503 +512,2.50338114209159,1.1625642255371353,0.05942791268793061,0.2365090399980545,-0.9178240895271301,0.3188452124595642,-0.02173013985157013,-0.9032981395721436,-0.268119752407074,-0.1712319552898407,0.3757709860801697,-0.10932675004005432 +513,2.4140283871145614,1.16326665397755,0.046288386473722375,0.26358893513679504,-0.9181027412414551,0.2959875464439392,-0.17785070836544037,-0.3190300464630127,0.07054518163204193,-0.08408451080322266,0.1078762412071228,0.013720452785491943 +514,2.358764503382904,1.1878661763002007,0.0940540828734524,0.2635234296321869,-0.9275738000869751,0.264881432056427,-0.25928202271461487,0.034876879304647446,-0.0766948014497757,0.11765637993812561,0.0955120325088501,0.3375812768936157 +515,2.278971047217805,1.199542612643112,0.11317464680753474,0.2755530774593353,-0.9318732619285583,0.235972598195076,0.33291539549827576,0.43793240189552307,0.030042123049497604,-0.07244330644607544,-0.317760705947876,0.38911905884742737 +516,2.5366067089088995,1.1428101873158114,-0.08452257380119713,0.2360541820526123,-0.9098034501075745,0.34137454628944397,0.13365386426448822,-0.2553901970386505,0.19830332696437836,0.16934137046337128,-0.38429462909698486,-0.3158465325832367 +517,2.5461290987784806,1.1443773340958492,-0.12493137241421023,0.23199255764484406,-0.9104527235031128,0.3424256145954132,-0.08695804327726364,-0.19610612094402313,-0.015417737886309624,-0.03719884157180786,0.2439182996749878,-0.20656132698059082 +518,2.5133512034902528,1.1628126202493838,-0.09059149115204744,0.233184814453125,-0.9179226756095886,0.32100337743759155,-0.2113175392150879,0.21465247869491577,-0.2614426612854004,-0.14414970576763153,0.330291211605072,0.061854928731918335 +519,2.4626225782241176,1.1923610215121825,-0.03347453919858278,0.2320222556591034,-0.9292438626289368,0.28752654790878296,-0.41072818636894226,0.08397312462329865,0.07488303631544113,-0.07290361821651459,0.08674514293670654,0.13024386763572693 +520,2.548473503446251,1.1677532379503555,-0.04064575686954383,0.21923105418682098,-0.9198716878890991,0.3252287805080414,1.3084295988082886,2.1109607219696045,-0.9806296825408936,0.030448496341705322,-0.009129166603088379,0.8044861555099487 +521,2.6165517175007387,1.1673577132223354,-0.18284759634658615,0.1967816799879074,-0.919716477394104,0.3397035300731659,0.17068670690059662,-0.314690500497818,0.3705042600631714,0.2159838229417801,-0.317313551902771,-0.22709369659423828 +522,2.5894083065454496,1.1810055260545211,-0.26940748592251385,0.1993255317211151,-0.9249885678291321,0.3235201835632324,-0.018987562507390976,-1.014081358909607,0.11148309707641602,0.1780548244714737,0.14238059520721436,-0.2538180649280548 +523,2.4070546617426656,1.1990630985433175,-0.21929991032284407,0.24345342814922333,-0.9316991567611694,0.2695683240890503,-0.08372171223163605,-1.4054993391036987,-0.09961102157831192,0.059464022517204285,0.3680090308189392,0.04262647032737732 +524,2.322086348011297,1.2064162465690016,-0.2549907253848372,0.2604384422302246,-0.9343448877334595,0.24325183033943176,-0.28306838870048523,-0.718639612197876,0.2313174158334732,-0.09308004379272461,0.15460550785064697,0.039447784423828125 +525,2.3538032961468307,1.2269848919602495,-0.3144063910649635,0.23891974985599518,-0.9414767622947693,0.2377798706293106,0.03450915962457657,-0.33183178305625916,0.11346311122179031,0.23532339930534363,-0.05882859230041504,0.2644021809101105 +526,2.441372513712751,1.2161959661194999,-0.38693311314075973,0.22374075651168823,-0.9377853274345398,0.2655157446861267,0.7408822774887085,0.5651688575744629,0.3630949556827545,0.1094195693731308,-0.24499958753585815,0.1617608666419983 +527,2.6327365878705384,1.1601307167642037,-0.5979171609104907,0.19449123740196228,-0.9168552756309509,0.34863942861557007,0.2152089625597,0.23098966479301453,0.14011161029338837,-0.054766491055488586,-0.20944160223007202,-0.4549626410007477 +528,2.645229826090175,1.1809395393754196,-0.5510032284036295,0.1809944212436676,-0.9249634742736816,0.33419138193130493,-0.6107284426689148,0.05058733746409416,-0.23611991107463837,-0.12101210653781891,0.3007109761238098,-0.14879706501960754 +529,2.620357352599809,1.17625685443385,-0.462717082287898,0.1914042830467224,-0.9231736660003662,0.3333389163017273,-0.4141404628753662,-0.7095545530319214,0.1517488807439804,0.025804579257965088,0.3102738857269287,-0.05195152759552002 +530,2.5160035417834057,1.2240760296697735,-0.36924873195175084,0.19898706674575806,-0.9404922723770142,0.2754601538181305,-0.2931439280509949,0.08593978732824326,-0.11204951256513596,0.020525842905044556,0.08241438865661621,0.3174658715724945 +531,2.5636040309207817,1.1554462737621636,-0.4186406652091244,0.2204539179801941,-0.914975106716156,0.33796530961990356,-1.7672760486602783,-1.2817634344100952,0.9943680167198181,0.1348317265510559,-0.8372525572776794,-0.3250868618488312 +532,2.5824100503789897,1.1829182550359518,-0.4301255490233376,0.20064590871334076,-0.9257137179374695,0.3206171989440918,-0.5183890461921692,-0.6270633935928345,0.07225874811410904,0.09607651829719543,-0.429953396320343,-0.2740168571472168 +533,2.4409434523639844,1.2279372775904545,-0.29248504104250683,0.21674039959907532,-0.9417973756790161,0.25698450207710266,-0.8271950483322144,-0.44961032271385193,-0.017669150605797768,0.1261855959892273,0.32518982887268066,-0.04534521698951721 +534,2.4904447874343387,1.220425209603695,-0.38099311057935625,0.20804166793823242,-0.9392454028129578,0.2730143964290619,0.2631680369377136,-0.211274191737175,0.26841598749160767,0.05740024149417877,0.28674906492233276,0.033519476652145386 +535,2.5385541519717743,1.224727591657695,-0.41050894549474737,0.19237802922725677,-0.9407134652137756,0.27937284111976624,-0.4114159643650055,0.5850575566291809,-0.1543159931898117,0.012089788913726807,0.036797940731048584,0.15983620285987854 +536,2.4164405670186286,1.2170039175106027,-0.28454734613254506,0.229787677526474,-0.9380655288696289,0.2592882812023163,0.2244712859392166,-0.14623571932315826,-0.41421279311180115,0.2699376344680786,-0.38917428255081177,0.34375423192977905 +537,2.485029636011368,1.1833139085410997,-0.3258801599093134,0.2306443601846695,-0.9258632659912109,0.29930010437965393,0.23603221774101257,-0.08829065412282944,0.015043020248413086,-0.12815099954605103,-0.2857762575149536,-0.2251577079296112 +538,2.5156309230937266,1.1702253936756444,-0.3856121685966422,0.22845937311649323,-0.9208385348320007,0.31601086258888245,-0.2232399731874466,-0.09649620205163956,-0.0282252486795187,-0.09528067708015442,0.16690170764923096,-0.22430551052093506 +539,2.6090705479578205,1.1395947929025672,-0.4290039755313393,0.21220292150974274,-0.9084641933441162,0.3600870966911316,-0.004140217788517475,0.09804905205965042,-0.27124664187431335,-0.00926104187965393,0.3292710781097412,0.09155774116516113 +540,2.5070779094900497,1.1697368582129102,-0.3440456412250668,0.2314203679561615,-0.920647919178009,0.31440743803977966,-0.7459612488746643,-0.30241096019744873,-0.11451695114374161,-0.1262720674276352,0.17075473070144653,0.08926376700401306 +541,2.5627115904833255,1.094129829117703,-0.30092982143945474,0.2510148286819458,-0.888529360294342,0.38406702876091003,1.0738855600357056,-1.2137748003005981,-0.3733978867530823,-0.008567899465560913,-0.051030755043029785,0.44169288873672485 +542,2.525923979356846,1.1512974238118157,-0.2816434917710539,0.2352193146944046,-0.913293182849884,0.33251702785491943,-0.7595628499984741,0.25727787613868713,0.062231604009866714,0.2265269160270691,-0.43486660718917847,-0.34629571437835693 +543,2.361428887813891,1.1897955341186761,-0.1456006425263274,0.26155760884284973,-0.9282929301261902,0.26431024074554443,-0.4471436142921448,-0.0983792245388031,-0.3978665769100189,-0.0045843422412872314,0.14501351118087769,-0.013882994651794434 +544,2.1931157207739287,1.1877356807464303,-0.02258571146973602,0.30369138717651367,-0.9275250434875488,0.21787315607070923,0.27071911096572876,-0.6550977230072021,-0.0619579553604126,-0.029246807098388672,0.2852064371109009,0.011466354131698608 +545,2.1345600423477724,1.1832296843802739,-0.020460232296659844,0.3194510042667389,-0.9258314371109009,0.2019585371017456,-0.24240818619728088,-0.21331122517585754,0.21992896497249603,0.03079923987388611,0.16312086582183838,0.1364814043045044 +546,2.1741146310986337,1.204839219830471,-0.04713653224866367,0.2946687638759613,-0.9337816834449768,0.2030324637889862,0.1402987241744995,0.020176084712147713,-0.1510583460330963,0.4143919050693512,-0.1076306700706482,0.2838144302368164 +547,2.3055860426934633,1.1751566742034905,-0.16694886740593232,0.28595486283302307,-0.9227502346038818,0.25838321447372437,1.4617352485656738,0.5385554432868958,0.7023555040359497,-0.02733367681503296,-0.26943421363830566,-0.08119821548461914 +548,2.4835634111173452,1.1338458292300653,-0.37176383906965754,0.2587982416152954,-0.9060463309288025,0.334818035364151,0.19641463458538055,-0.21747428178787231,0.16832982003688812,0.022207528352737427,-0.1472981572151184,-0.2427617907524109 +549,2.479311716811144,1.1379542946181902,-0.35114163612311844,0.2579284608364105,-0.9077773094177246,0.3307766616344452,0.36163705587387085,0.29492610692977905,-0.011190567165613174,-0.04032289981842041,0.3713698387145996,0.030063152313232422 +550,2.4923441210138715,1.131322364573512,-0.35370889799945315,0.25723037123680115,-0.9049755930900574,0.33889830112457275,-0.5091995000839233,0.28449180722236633,-0.1564117819070816,-0.09075695276260376,0.2789073586463928,-0.14410457015037537 +551,2.4302794679352844,1.1536412893093608,-0.2690695369384198,0.26450079679489136,-0.9142453074455261,0.30691149830818176,0.30834197998046875,0.8878921866416931,-0.2775517702102661,-0.11206555366516113,0.012344181537628174,0.6209602355957031 +552,2.342630581125038,1.0917364208511895,-0.2567977338318617,0.3303285837173462,-0.8874286413192749,0.32148686051368713,-1.0950920581817627,0.4428558349609375,-0.32312119007110596,-0.13574841618537903,-0.3735426664352417,-0.9194482564926147 +553,2.404398188528513,1.1562866021627396,-0.16932026229756555,0.2707279920578003,-0.9153138995170593,0.29817235469818115,-0.6400959491729736,-0.044666606932878494,-0.15656353533267975,0.21207532286643982,-0.5713803768157959,-0.22354164719581604 +554,2.201531866341226,1.1812030837614511,0.02579882376864767,0.3067340850830078,-0.9250636100769043,0.2239900827407837,-0.31246417760849,0.10696599632501602,-0.245467871427536,-0.0076770782470703125,0.4484858512878418,0.04142129421234131 +555,2.1490155059007034,1.1713669676017655,0.026260355444355434,0.3256734311580658,-0.9212830662727356,0.21254301071166992,0.32408779859542847,-0.7855267524719238,0.03798551857471466,-0.11726886034011841,0.29851073026657104,-0.09418055415153503 +556,2.089744920912423,1.1829577074885602,0.027123466438487676,0.3283962905406952,-0.9257286190986633,0.18756899237632751,-0.06265977770090103,-0.002021621912717819,0.13172076642513275,-0.04746672511100769,0.008019447326660156,0.2149730622768402 +557,2.119943240211564,1.1847755811034155,0.01402854653340199,0.32114747166633606,-0.9264146089553833,0.19652044773101807,0.5943439602851868,0.3282313346862793,0.044819194823503494,0.38579219579696655,-0.3181532621383667,0.34620416164398193 +558,2.3783692844316984,1.1480900020391038,-0.24477676755973887,0.2835733890533447,-0.9119820594787598,0.2964371144771576,1.045900821685791,-1.246667742729187,0.368073433637619,-0.09178563952445984,-0.44850683212280273,-0.3257797956466675 +559,2.417552986300255,1.150026608531791,-0.3020636111364618,0.27057263255119324,-0.9127748012542725,0.3059943616390228,-0.7055128216743469,0.7867293357849121,-0.060560353100299835,-0.07721331715583801,0.29305440187454224,-0.20023563504219055 +560,2.5139024768392035,1.1223748012973593,-0.3412625488527065,0.2546098530292511,-0.9011325836181641,0.3509038984775543,-0.11177992075681686,-0.42228761315345764,0.11656365543603897,0.054655224084854126,0.3458196520805359,-0.1918157935142517 +561,2.468778845244513,1.1772596438958105,-0.22594795256394318,0.23896634578704834,-0.9235586524009705,0.2998908758163452,-0.7790637612342834,0.8324945569038391,-0.3682228922843933,0.03727880120277405,0.23528051376342773,0.2670952081680298 +562,2.543418978178611,1.0767775745532637,-0.28389212658390484,0.26701995730400085,-0.8804343938827515,0.39183568954467773,-0.5546752214431763,-0.8200553059577942,-0.3286747932434082,0.13504904508590698,-0.19633233547210693,-0.2804161012172699 +563,2.546528252346214,1.141865064956207,-0.2375179696827029,0.23313747346401215,-0.9094107747077942,0.3444115221500397,-0.48853015899658203,0.3448261022567749,0.4560718834400177,0.21177831292152405,-0.43806248903274536,-0.18782588839530945 +564,2.3131003283347593,1.2078703185769337,-0.01572390772559829,0.2616126537322998,-0.9348620772361755,0.23998339474201202,-1.0230185985565186,-0.40921321511268616,-0.44968536496162415,0.04547050595283508,0.2426316738128662,0.07532432675361633 +565,2.1859339240988027,1.2040786606280511,0.0804820146038606,0.29282882809638977,-0.9335092902183533,0.20691101253032684,0.31641632318496704,-0.4000777304172516,-0.051976047456264496,-0.12452432513237,0.47008442878723145,0.017606884241104126 +566,2.1847938387871184,1.1888557803250488,0.02884240148447131,0.30464470386505127,-0.9279431104660034,0.21473972499370575,0.021129686385393143,-0.34837913513183594,0.030880510807037354,-0.14003285765647888,0.12638366222381592,0.04008197784423828 +567,2.165386591081262,1.1783477739548402,0.01597535929832044,0.3168146014213562,-0.9239753484725952,0.2142377346754074,0.5400658249855042,-0.7074517607688904,-0.16508543491363525,0.274127721786499,0.033960819244384766,0.32065901160240173 +568,2.4301774182703726,1.1103443368735104,-0.31334096578958276,0.2901211678981781,-0.895851731300354,0.3365704119205475,1.245648741722107,-0.6348666548728943,0.6794257164001465,0.2642917335033417,-0.781440258026123,-0.25351688265800476 +569,2.420560031731237,1.1306342700344953,-0.2739176319387948,0.2812849283218384,-0.9046826362609863,0.32004326581954956,-0.7983658313751221,0.540873646736145,-0.15349514782428741,-0.08627766370773315,0.15533894300460815,-0.07408696413040161 +570,2.424735795023169,1.1157659768083867,-0.23661111890515832,0.28875261545181274,-0.8982477188110352,0.3313198685646057,-0.3083185851573944,-0.730120062828064,0.15172909200191498,-0.15706926584243774,0.4854823350906372,-0.19638636708259583 +571,2.3408224154017674,1.166205736273105,-0.12393975106773666,0.2825929522514343,-0.9192636609077454,0.2740357518196106,-0.6393905878067017,0.3159683644771576,-0.3627874255180359,-0.059570491313934326,0.13812047243118286,0.13259577751159668 +572,2.4443642994384027,1.0744214494767712,-0.23227847757647696,0.3057921826839447,-0.8793147802352905,0.365098237991333,0.5906869173049927,-2.069495677947998,-0.016019269824028015,0.1604706048965454,-0.08018839359283447,0.005064725875854492 +573,2.484353463285174,1.1332621756159904,-0.2490978348524522,0.258856862783432,-0.9057992100715637,0.3354412615299225,-0.2640745937824249,0.4995117485523224,0.6990362405776978,0.428978830575943,-0.626717209815979,-0.2794415056705475 +574,2.3288824692228123,1.1507700953175477,-0.13066411422812327,0.2961136996746063,-0.913078248500824,0.280364990234375,-0.8464935421943665,0.2177649736404419,-0.47452980279922485,-0.028108417987823486,0.19593054056167603,0.055786073207855225 +575,2.214563779467382,1.1527029967702656,-0.031514197663435085,0.3247499167919159,-0.9138647317886353,0.2436976283788681,0.16614258289337158,-0.6661851406097412,0.03714118152856827,-0.20673850178718567,0.4279639720916748,0.00962887704372406 +576,2.2012053837981975,1.1521639293617525,-0.06355648583530858,0.3283744156360626,-0.9136457443237305,0.23962841928005219,-0.05813484638929367,-0.23111571371555328,0.20195810496807098,-0.05101543664932251,0.12092113494873047,0.07012510299682617 +577,2.1828420461953204,1.1548257314622479,-0.02020987400619901,0.330727219581604,-0.9147245287895203,0.23216000199317932,0.14973729848861694,-0.3323569893836975,-0.411776602268219,0.3978036046028137,-0.11411440372467041,0.3049493432044983 +578,2.368267741722567,1.1069725461242383,-0.2439020263533024,0.3124973475933075,-0.8943483829498291,0.3201356530189514,1.3547033071517944,-0.5150768160820007,0.4168754816055298,-0.06254303455352783,-0.4369659423828125,-0.21738281846046448 +579,2.408787835122387,1.088388029125861,-0.3408311265653641,0.3103386163711548,-0.8858802318572998,0.3448278307914734,-0.34371861815452576,0.05593224987387657,0.002109217457473278,-0.031957268714904785,0.1043097972869873,-0.31342530250549316 +580,2.394395996644534,1.1087531543885536,-0.28039544318452025,0.30294403433799744,-0.8951435685157776,0.32702136039733887,0.12050262838602066,0.43801572918891907,-0.05751296877861023,-0.13398346304893494,0.5251179337501526,0.09241223335266113 +581,2.342629603444563,1.139265245507862,-0.2173911534847784,0.29974040389060974,-0.9083264470100403,0.29171687364578247,-0.6111057996749878,0.11289043724536896,-0.15385034680366516,-0.03965440392494202,0.24037295579910278,-0.028350144624710083 +582,2.4473490678839647,1.064016252728928,-0.2503189146612896,0.31053847074508667,-0.8743118643760681,0.3730212450027466,1.9621336460113525,-1.1348687410354614,-0.3353586494922638,0.07854536175727844,-0.15469509363174438,0.759119987487793 +583,2.4575679365708916,1.110033540980885,-0.2534184471543527,0.2809703052043915,-0.8957136273384094,0.3446052074432373,-0.5490737557411194,0.6792819499969482,0.5190368890762329,0.24672439694404602,-0.4141007661819458,-0.3468482792377472 +584,2.3500357898546915,1.1431906848707303,-0.15034144457187185,0.2950330376625061,-0.9099612832069397,0.29142120480537415,-0.8330421447753906,0.07682754844427109,-0.4287070333957672,0.051387250423431396,0.034839093685150146,0.06798437237739563 +585,2.2387114165356174,1.148766487660927,-0.04841178100433199,0.3215928375720978,-0.9122593998908997,0.25369372963905334,0.1047152578830719,-0.49449774622917175,0.007234817370772362,-0.14324817061424255,0.3910651206970215,-0.021073639392852783 +586,2.210173523710543,1.148780056460962,-0.07147734148222987,0.328691303730011,-0.9122649431228638,0.2444070428609848,-0.15918034315109253,-0.3925130069255829,0.08822466433048248,-0.09744438529014587,0.20856010913848877,0.006157517433166504 +587,2.176692640094299,1.1590554472814274,-0.03860983446395713,0.3289652466773987,-0.9164255261421204,0.22791633009910583,-0.18161599338054657,-0.19452132284641266,-0.4385456144809723,0.41810503602027893,-0.03286933898925781,0.28137630224227905 +588,2.2799298823957814,1.120603744814142,-0.16612189483263204,0.3302387595176697,-0.9003633260726929,0.2833525240421295,1.4234192371368408,-0.26363304257392883,0.571171760559082,0.05489310622215271,-0.4622313976287842,0.005359083414077759 +589,2.3656039383554117,1.0831285616745867,-0.3154369264420151,0.3281944990158081,-0.8834280967712402,0.33442962169647217,-0.04401123896241188,-0.2824992537498474,-0.02025751769542694,-0.1895226240158081,-0.08970117568969727,-0.24708831310272217 +590,2.3194851581219798,1.106230921126399,-0.26734327463215046,0.32822200655937195,-0.8940163850784302,0.30496758222579956,-0.4841461479663849,0.2040957361459732,0.03862656280398369,-0.16493767499923706,0.3488655090332031,-0.1375938355922699 +591,2.288022102528494,1.1263213125697555,-0.21203829152403808,0.32404977083206177,-0.9028365015983582,0.2826269865036011,-0.6834976673126221,-0.0065707131288945675,-0.08018358051776886,-0.07517892122268677,0.17805933952331543,-0.07114017009735107 +592,2.3963414611932734,1.068533598646503,-0.19958463822605804,0.32647132873535156,-0.8764954805374146,0.35379672050476074,2.108466148376465,-0.34496253728866577,-0.16199342906475067,0.23245811462402344,0.01478588581085205,1.3345577716827393 +593,2.4253410198037075,1.0837469718890405,-0.27856094996085545,0.30728432536125183,-0.8837176561355591,0.35301458835601807,-0.330776572227478,2.289872646331787,0.6874852180480957,0.17355060577392578,-0.5372875332832336,-0.42447152733802795 +594,2.363766277458099,1.1157735464468421,-0.19620051080177256,0.30839914083480835,-0.8982509970664978,0.31310510635375977,-0.7455707788467407,-0.6286333799362183,-0.32469773292541504,-0.041065216064453125,-0.11406266689300537,0.01900237798690796 +595,2.2309538569543927,1.127462584199164,-0.0733431068189177,0.33882835507392883,-0.903326690196991,0.2630518972873688,-0.06075725331902504,-0.6687948703765869,0.053645335137844086,-0.029364854097366333,0.41435879468917847,0.007593244314193726 +596,2.227264946300754,1.137058578929802,-0.10289026802770768,0.33291423320770264,-0.9074012637138367,0.25649774074554443,0.11034704744815826,-0.23328176140785217,0.17902839183807373,-0.19412028789520264,0.35076063871383667,-0.024701476097106934 +597,2.220288814514463,1.154683110341183,-0.13968268852026225,0.32190757989883423,-0.9146668910980225,0.24445785582065582,0.22565357387065887,-0.3874489963054657,0.0352790430188179,0.216208815574646,-0.014532089233398438,0.0875123143196106 +598,2.3076996161769934,1.11632102891527,-0.2754363863019985,0.3250962793827057,-0.8984915018081665,0.2950011193752289,1.098848581314087,-0.22339129447937012,0.27899470925331116,0.10100546479225159,-0.582801342010498,-0.027148336172103882 +599,2.350005201170793,1.0939346716780662,-0.35058575147405774,0.32655996084213257,-0.8884397745132446,0.3225424289703369,-0.28046271204948425,0.0021690328139811754,-0.030721226707100868,-0.11160936951637268,0.03301668167114258,-0.16237089037895203 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/we10.csv b/BoostRunClub/CoreML/DataSet/Motion/running/we10.csv new file mode 100644 index 0000000..b9ca55b --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/we10.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-1.2607642226936102,-1.0730529905266313,-1.5933818071231158,-0.4546811580657959,0.8786622285842896,-0.14566297829151154,-0.7687523365020752,4.307595729827881,0.5812904834747314,-0.5173189640045166,-0.44311535358428955,0.4689509868621826 +1,-0.062101469201135885,0.8145116882357909,-1.6704329334934063,-0.04258810728788376,-0.7273905873298645,-0.6849008202552795,0.4526863098144531,-0.07705400139093399,0.017104892060160637,-0.022505905479192734,0.11873281002044678,0.29838043451309204 +2,-0.0800418176787402,0.7822196541847214,-1.6669756418493724,-0.05671711266040802,-0.7048556804656982,-0.7070796489715576,-0.6370497345924377,-0.3071483075618744,0.25201430916786194,-0.041610509157180786,0.03504061698913574,0.17207598686218262 +3,-0.2651720808563842,0.6875004184359134,-1.6178200916213248,-0.20254090428352356,-0.6346073746681213,-0.7458221316337585,-1.756771206855774,-2.5138087272644043,0.7061372399330139,-0.25421565771102905,0.2951756715774536,0.32353514432907104 +4,-0.5808553485547758,0.3710469261243985,-1.6476159565081296,-0.5113965272903442,-0.36259132623672485,-0.7791027426719666,-3.485504388809204,-6.1864495277404785,1.2951860427856445,-0.155443012714386,0.9358640909194946,0.33527040481567383 +5,-1.2162161979530797,0.024279780488827157,-1.6481036635798243,-0.9375158548355103,-0.024277394637465477,-0.3470942974090576,-1.8417993783950806,-4.997596740722656,4.292239665985107,0.2419898509979248,0.9552772045135498,0.060992032289505005 +6,-1.5152157414298435,-0.5951626868570004,-1.9067675797997024,-0.8267785906791687,0.5606434941291809,-0.04600021615624428,-3.745044708251953,-1.6499501466751099,6.556971073150635,-0.648181676864624,1.3582102060317993,-0.7881367802619934 +7,-1.7759681800485296,-1.1128788884658796,-1.9575870767833767,-0.4328084886074066,0.8969751000404358,0.09006749093532562,2.392442226409912,0.8848138451576233,1.9188580513000488,-1.9735329151153564,-0.23738360404968262,-0.9043375253677368 +8,-1.5921141844785334,-1.2103458862082381,-1.9762847166573372,-0.3526151776313782,0.9357380270957947,0.007518139202147722,-0.5734714865684509,-0.9571300148963928,-0.30094411969184875,-1.556381344795227,-0.5738760232925415,-0.4391435384750366 +9,-1.5296229557993206,-1.0094452681419397,-1.6695743576952928,-0.5318794846534729,0.8465366959571838,-0.021911654621362686,1.4768424034118652,-2.2583320140838623,-3.562068223953247,-0.9875907897949219,0.0015926957130432129,-0.2671660780906677 +10,-1.5776480254975498,-0.5753026814762585,-1.4735624425110876,-0.8390079140663147,0.5440887808799744,0.005748719442635775,1.710500955581665,-1.4426634311676025,-4.747585296630859,-0.03832662105560303,0.22101736068725586,-0.4000663757324219 +11,-1.6288016418082776,-0.10247264891839142,-1.3209857381799956,-0.9930812120437622,0.10229340195655823,0.05766867846250534,1.0088953971862793,-0.6831697821617126,-4.201314926147461,0.12540549039840698,0.7591720223426819,-0.33748435974121094 +12,-1.6918394705202506,0.2553483714849812,-1.1907819648992768,-0.9604958891868591,-0.25258249044418335,0.11683259159326553,1.3478248119354248,0.24650926887989044,-3.445952892303467,0.16119474172592163,1.0179632902145386,-0.3327139616012573 +13,-1.5924878468948833,0.4456690726855595,-1.144749142055747,-0.90211021900177,-0.43106168508529663,0.0195712111890316,-1.3254269361495972,0.6903864741325378,0.7104029655456543,0.5447340607643127,1.258133888244629,0.1490384340286255 +14,-1.5448013339674405,0.13546950923570908,-1.2612685582657455,-0.9905032515525818,-0.1350555270910263,-0.025753924623131752,-0.6713845729827881,-0.06572669744491577,4.723540782928467,-0.07794761657714844,1.0859832763671875,-0.13972759246826172 +15,-1.512802816949038,-0.3585838770229438,-1.4146283495131682,-0.9348204135894775,0.3509485423564911,-0.05427437648177147,-2.3860924243927,1.6370409727096558,4.336613178253174,-0.3464752435684204,0.3919713497161865,-0.24774283170700073 +16,-1.499004180792108,-0.7956772009246247,-1.6757515522800221,-0.6979987025260925,0.7143376469612122,-0.050197094678878784,-1.81147301197052,0.9285616278648376,4.308937072753906,-0.6030267477035522,-0.04722338914871216,-0.4389844536781311 +17,-1.451277815077962,-1.1479391629244389,-1.6141258805040894,-0.4074402153491974,0.9119201898574829,-0.0489298515021801,1.7119115591049194,-0.03551265969872475,2.1131770610809326,-1.39923095703125,-0.7500091791152954,-0.2831166386604309 +18,-1.2013874548465933,-1.17218343235687,-1.4395941411524138,-0.3619568347930908,0.9216002821922302,-0.14014363288879395,-0.038587696850299835,-0.305075466632843,-0.6369284391403198,-1.2130858898162842,-0.7264098525047302,0.056189775466918945 +19,-1.4018926534784817,-0.9863422922914834,-1.5153620289355068,-0.5438926219940186,0.8340134620666504,-0.09274914115667343,0.6617716550827026,-2.2277936935424805,-3.303744077682495,-1.1391823291778564,-0.03774881362915039,-0.3642210364341736 +20,-1.581482580317147,-0.5466883139555028,-1.472338543623644,-0.8542020916938782,0.519861102104187,0.009128567762672901,0.4258633852005005,-1.527938723564148,-4.764700889587402,-0.4679872393608093,0.5576688051223755,-0.4460792541503906 +21,-1.6580907742368898,-0.10204425911304518,-1.3444339866315909,-0.9910101294517517,0.10186725109815598,0.08673009276390076,1.4662683010101318,-0.9498636722564697,-4.198476314544678,0.14013421535491943,0.6750187277793884,-0.39617836475372314 +22,-1.7683339463668666,0.23852663506449298,-1.1618513983358532,-0.9527907371520996,-0.2362712323665619,0.19069892168045044,0.823371946811676,-0.7135500311851501,-2.7704150676727295,0.37953317165374756,0.8798564076423645,-0.3321935832500458 +23,-1.8287513525962802,0.38333253619881513,-1.0709521111671325,-0.8967384099960327,-0.374013215303421,0.2365892082452774,0.3516344726085663,0.13018593192100525,-0.5563759207725525,0.4381355047225952,0.8829548358917236,-0.3729264736175537 +24,-1.7439806426529865,0.2336284538358616,-1.0462050813429433,-0.9582802653312683,-0.23150892555713654,0.16763845086097717,1.1403660774230957,1.420626163482666,3.4002747535705566,-0.04718238115310669,0.8549220561981201,-0.4168144464492798 +25,-1.5843826950738091,-0.21629032156657443,-0.9122324563398038,-0.9766101241111755,0.2146078646183014,0.013269401155412197,1.7714564800262451,1.479878544807434,4.551995277404785,-0.7431011199951172,0.4716256856918335,-0.09365272521972656 +26,-1.3370586716695507,-0.5139023586809107,-0.7703922443637667,-0.8471527099609375,0.4915792942047119,-0.20169807970523834,0.8139675259590149,2.3393990993499756,2.214907646179199,-0.532745361328125,-0.3872702121734619,0.13603949546813965 +27,-1.1883656696206677,-0.6040192810746836,-0.6049944886028379,-0.7636018395423889,0.5679551362991333,-0.3071465492248535,1.3870186805725098,-0.3260883092880249,0.21241062879562378,-0.7499173879623413,-0.6930468082427979,0.3296838104724884 +28,-1.1733468045568438,-0.43983709627041445,-0.5202020013600726,-0.8342913389205933,0.42579206824302673,-0.3502272069454193,2.294769763946533,-2.0329172611236572,-1.7924286127090454,-0.11981022357940674,-0.22075971961021423,0.1881178617477417 +29,-1.3322479749287568,-0.3233167283812648,-0.41945260049451644,-0.9213361144065857,0.3177131712436676,-0.22404928505420685,1.78520667552948,-2.861537456512451,-0.6608178615570068,-0.1587114930152893,0.2211204171180725,-0.14231425523757935 +30,-1.4856018619811948,-0.1957953336911387,-0.34811927107858776,-0.9773356914520264,0.19454672932624817,-0.08346562087535858,-0.2807636559009552,-1.425628900527954,-1.8167272806167603,-0.16722607612609863,0.09634682536125183,-0.2757872939109802 +31,-1.5277123136489814,-0.1446896184595677,-0.4341525180146343,-0.988632321357727,0.14418530464172363,-0.042620621621608734,-0.3383715748786926,-2.2553951740264893,1.5746684074401855,0.5920107364654541,-0.06345106661319733,-0.13941675424575806 +32,-1.552204798981218,-0.316259092834313,-0.4868240418915217,-0.9502412676811218,0.3110133707523346,-0.017668472602963448,0.690096914768219,0.36740195751190186,1.1805830001831055,0.4662020206451416,-0.15680807828903198,0.09359622001647949 +33,-1.4017587715107933,-0.3983071867511569,-0.5236831144660795,-0.9085817337036133,0.3878585994243622,-0.1550641804933548,-0.36344674229621887,1.9224820137023926,-0.8017380833625793,-0.5284146666526794,-0.15888521075248718,0.2371869683265686 +34,-1.383089031240124,-0.35753418206521376,-0.5679181995500965,-0.9203081727027893,0.3499654233455658,-0.17480644583702087,-0.19992966949939728,-0.11122701317071915,-0.517450749874115,-0.5352583527565002,0.14072677493095398,-0.27374088764190674 +35,-1.4231427324010222,-0.5197537039928247,-0.5247860402018869,-0.8584975600242615,0.4966663718223572,-0.12768954038619995,0.5555764436721802,-1.9222524166107178,3.670487642288208,0.06993860006332397,0.3155589699745178,-0.10441184043884277 +36,-1.6249579077212968,-0.683705581540914,-0.5644894471387888,-0.7741005420684814,0.6316700577735901,0.04196755588054657,-0.3358144760131836,-0.7019863128662109,0.38328152894973755,0.08676844835281372,0.03787028789520264,-0.2627469301223755 +37,-1.8238214569506002,-0.7598762973978731,-0.636278195063524,-0.7018395662307739,0.6888317465782166,0.18147240579128265,-0.08900266885757446,-1.2573564052581787,1.234535574913025,0.29822927713394165,-0.3652995824813843,0.004364386200904846 +38,-1.8612596542083455,-0.889685048401298,-0.5869421276012543,-0.6032810211181641,0.7768734693527222,0.18033123016357422,1.2163493633270264,0.07960662245750427,1.2464845180511475,0.10064136981964111,-0.4243955612182617,0.1386689841747284 +39,-1.8636166527328002,-1.0634515722559066,-0.4545243513561597,-0.46517717838287354,0.8740376830101013,0.14024479687213898,1.9428625106811523,-4.675936222076416,1.485236644744873,-0.21074146032333374,-0.25353890657424927,0.11326481401920319 +40,-2.314343555818406,-1.168441970768468,-0.563072911387217,-0.2882355749607086,0.9201416373252869,0.26506584882736206,1.136997938156128,-3.0952439308166504,2.642749071121216,0.15240183472633362,-0.5316832065582275,-0.42308589816093445 +41,0.33428917853818196,-1.5429756081905097,2.2331207764890793,0.009125536307692528,0.9996130466461182,-0.02627381682395935,-0.5637860894203186,4.776365280151367,0.7157112956047058,-0.5475929975509644,2.5489556789398193,-0.25012385845184326 +42,-1.6005595946169604,-1.5155117691146867,-0.0007165451823034627,-0.05523185804486275,0.9984722137451172,0.0016443661879748106,0.3577766418457031,1.9522318840026855,-1.2337729930877686,-0.16899600625038147,-0.4970531463623047,0.023410558700561523 +43,-1.1055234767174387,-1.3715551377921287,0.1631715251064405,-0.1768856793642044,0.9802170395851135,-0.08880248665809631,0.6768346428871155,3.5055673122406006,-1.8196254968643188,-0.1533907949924469,-0.1970444917678833,0.14980709552764893 +44,-0.8841298201656315,-1.180629775335951,0.1085786128939823,-0.2941429615020752,0.9248457551002502,-0.24112287163734436,1.3816889524459839,-1.3352419137954712,-1.5531299114227295,-0.5310828685760498,0.23033607006072998,0.3428837060928345 +45,-1.2990932394553492,-1.1904619418201525,-0.2977557162542354,-0.3576127290725708,0.9285405278205872,-0.09962823241949081,-1.9558866024017334,-1.1819782257080078,0.5523021221160889,-0.0800856351852417,0.49086254835128784,-0.23337960243225098 +46,-1.529740303022522,-1.2470796218129643,-0.32061597150160415,-0.3178246021270752,0.9480597376823425,-0.013055951334536076,0.4989183247089386,-1.342339277267456,0.6162425875663757,-0.050156354904174805,0.48823481798171997,-0.2763880491256714 +47,-2.188456178644976,-1.225875954791058,-0.838786799700011,-0.27564895153045654,0.9411023855209351,0.1958160549402237,-2.985689401626587,-1.3552496433258057,-0.1936463713645935,-0.06137192249298096,-0.31683486700057983,-0.28912353515625 +48,-2.3970527419132805,-1.118771718755309,-1.0145040153327607,-0.29598182439804077,0.8995646238327026,0.32121336460113525,0.14843569695949554,0.3312608301639557,-0.048994727432727814,0.24573466181755066,-0.5177288055419922,-0.30873170495033264 +49,-2.24263184112293,-1.250934954260227,-0.8632051518409045,-0.24610215425491333,0.9492790102958679,0.19571179151535034,-0.24953511357307434,0.07299691438674927,0.7512613534927368,0.038323238492012024,0.19250565767288208,0.1970188468694687 +50,-2.244115475066994,-1.1721015091656415,-1.282164835286866,-0.3034900426864624,0.9215684533119202,0.24208517372608185,1.5696643590927124,-1.7523249387741089,-0.2801607847213745,-0.6504741907119751,-0.42507803440093994,-1.1878554821014404 +51,-2.265427198192966,-1.2216447296239628,-1.1418835256135087,-0.26283255219459534,0.939663290977478,0.21897928416728973,2.126089572906494,-1.4387298822402954,0.3214840590953827,-0.15013131499290466,0.9463993310928345,-0.5077213048934937 +52,-2.46224335457763,-1.324639300405943,-1.1399173992457081,-0.1531001627445221,0.9698560237884521,0.1895776093006134,2.285153865814209,-1.3844802379608154,0.328044593334198,0.11950033903121948,-0.5878980159759521,-0.041933536529541016 +53,-1.9926800852657274,-1.3355982929955825,-0.809029851898373,-0.21260307729244232,0.9724681973457336,0.09542346745729446,-0.12848059833049774,2.338376522064209,-0.581777811050415,-0.037412166595458984,-0.5665996670722961,0.04411816596984863 +54,-1.5036915699471995,-1.3417308650806836,-0.4052025732563707,-0.22655634582042694,0.9738790392875671,-0.015225869603455067,1.7421976327896118,0.7137627601623535,-0.022993823513388634,-0.23674623668193817,-0.08598542213439941,0.12498235702514648 +55,-1.1325752814233896,-1.2868357622061737,-0.13270517161836817,-0.2536867558956146,0.9599533677101135,-0.11887992918491364,-1.2353216409683228,0.5547821521759033,-0.990446925163269,-0.640264630317688,0.3398665189743042,0.49560415744781494 +56,-1.7860922910700694,-1.2527087306371338,-0.7601618657971441,-0.3055301308631897,0.9498352408409119,0.06681495159864426,-1.513534665107727,-1.1307339668273926,0.13461899757385254,0.2571750283241272,0.5174803733825684,-0.2547268867492676 +57,-2.3607226947050637,-1.218915947766968,-1.2374672310598218,-0.24260787665843964,0.9387262463569641,0.24481503665447235,-2.1051948070526123,-1.5327506065368652,0.5491752028465271,0.05059128999710083,-0.1904352903366089,-0.09462273120880127 +58,-2.7147560765694796,-1.138897631894546,-1.45909074673512,-0.17329570651054382,0.908172607421875,0.3810390532016754,-0.7389926910400391,-0.580804705619812,0.040068238973617554,-0.0835554450750351,-0.42118847370147705,-0.23542457818984985 +59,-2.5818904163039287,-1.1641472823421166,-1.404008821584638,-0.21000251173973083,0.9184513688087463,0.3351809084415436,1.7171443700790405,3.193699598312378,-0.005404096096754074,-0.026829153299331665,-0.20955848693847656,0.11989715695381165 +60,-2.3815296756490554,-1.1484649745557787,-1.3209112999404469,-0.28239941596984863,0.9121358394622803,0.29708388447761536,0.3742294907569885,1.8356386423110962,-0.37721970677375793,-0.08176678419113159,0.16049599647521973,0.5610551834106445 +61,-2.3708815824420633,-1.1704900848390236,-1.2259901990676116,-0.2714831233024597,0.9209417104721069,0.2795771658420563,-0.3322998881340027,-0.9725993871688843,0.04880937561392784,0.23852410912513733,0.36113226413726807,0.05996131896972656 +62,-2.476173939795201,-1.2019275724774157,-1.2254410323862546,-0.2226060926914215,0.932735800743103,0.2836381196975708,0.6971868872642517,0.5705734491348267,0.0559411384165287,-0.07542863488197327,-0.12015938758850098,-0.24440786242485046 +63,-2.1674106451271604,-1.272297364099061,-0.9979379802198468,-0.24328039586544037,0.9557790160179138,0.1652306765317917,1.25760018825531,1.3118541240692139,-0.1261756867170334,0.0049228668212890625,-0.4531697630882263,-0.047570109367370605 +64,-1.611463947452535,-1.2924918306971502,-0.5600874098745242,-0.27449819445610046,0.96152263879776,0.01116934698075056,1.535292148590088,0.48220738768577576,-0.04600082337856293,-0.10936710238456726,-0.24187248945236206,0.16348278522491455 +65,-1.2641500667184904,-1.2782436864775781,-0.2541634240764501,-0.27494409680366516,0.9575108289718628,-0.08705653250217438,0.6129727959632874,0.6731353402137756,-0.14420947432518005,-0.3714640140533447,0.11754715442657471,0.07047021389007568 +66,-1.4089267119959104,-1.2383413627110444,-0.45806256965250247,-0.3220983147621155,0.9452439546585083,-0.052598122507333755,-2.332252264022827,-0.4833746552467346,-0.35353249311447144,-0.007872998714447021,0.4796980619430542,0.025925755500793457 +67,-2.1129946612433947,-1.2393320733054816,-1.086164780525099,-0.27875375747680664,0.9455668330192566,0.1679273396730423,-1.1079460382461548,-1.6413358449935913,0.6611442565917969,0.10605481266975403,0.6343280673027039,-0.23708011209964752 +68,-2.6255983514870245,-1.1498064424525785,-1.463689932566971,-0.20163503289222717,0.9126848578453064,0.3554574251174927,-2.042128562927246,-1.4020066261291504,0.22775651514530182,-0.038492605090141296,-0.41778111457824707,-0.2309761345386505 +69,-2.7741241618065464,-1.0718676894353443,-1.5502041673955533,-0.17189772427082062,0.8780956864356995,0.44654130935668945,-0.21780075132846832,-0.1936163306236267,-0.033250197768211365,0.040931522846221924,-0.21703922748565674,-0.31717729568481445 +70,-2.565028802445262,-1.1901693701928773,-1.4215447119244378,-0.2025236338376999,0.9284319281578064,0.3114462196826935,1.6741125583648682,3.583491086959839,0.06237486004829407,-0.1599489152431488,-0.16826939582824707,0.5881052017211914 +71,-2.4301775795373746,-1.144147670182382,-1.3906458714128842,-0.27018728852272034,0.9103577136993408,0.31344515085220337,0.8081706166267395,0.4074666500091553,-0.11622131615877151,0.028076082468032837,-0.05278325080871582,0.1591196060180664 +72,-2.5875223007715427,-1.1692995621670939,-1.3787975660942866,-0.20561876893043518,0.9204770922660828,0.33232948184013367,0.6024852395057678,-1.8240090608596802,0.5039709210395813,-0.01650339365005493,0.26564961671829224,-0.21111369132995605 +73,-2.672598413713482,-1.196798809728582,-1.4076152686233963,-0.165129616856575,0.9308743476867676,0.3258914649486542,0.2913258671760559,0.616527259349823,0.126914843916893,-0.03810220956802368,-0.22729158401489258,-0.39690589904785156 +74,-2.4556357293143427,-1.2697841026692174,-1.2834661490580919,-0.1877993941307068,0.9550368785858154,0.22942611575126648,0.9103025794029236,2.0370395183563232,-0.03080466203391552,-0.08305937051773071,-0.4066206216812134,0.03531387448310852 +75,-1.8948197135017122,-1.3502823046081096,-0.8672268481489265,-0.2073490470647812,0.9757851362228394,0.0696403831243515,1.7432942390441895,0.7114872336387634,0.1629524827003479,-0.12950399518013,-0.07606589794158936,0.1086585521697998 +76,-1.08933066033789,-1.33491739779543,-0.14594941522981564,-0.20713020861148834,0.9723092913627625,-0.10822039097547531,1.1789865493774414,1.1410664319992065,-0.30890387296676636,-0.49936699867248535,0.20861411094665527,0.4142048954963684 +77,-1.4201765312410695,-1.3072180477349002,-0.5428983125786387,-0.2575877010822296,0.9654638767242432,-0.03909388557076454,-2.2598800659179688,0.008560344576835632,-0.3045334219932556,0.025638818740844727,0.3168390989303589,-0.11303627490997314 +78,-2.2058979156504095,-1.287670764368288,-1.24255883383124,-0.2248864471912384,0.9601869583129883,0.1657317727804184,-0.8153491616249084,-1.2603169679641724,0.31611359119415283,0.1082025021314621,0.46435827016830444,-0.2503570318222046 +79,-2.633192869485536,-1.1771139447383852,-1.5967913209087956,-0.18672482669353485,0.9235028028488159,0.33507686853408813,-1.2426072359085083,-1.5413588285446167,-0.06137983500957489,-0.07201847434043884,-0.4421337842941284,-0.40335988998413086 +80,-2.748080261116823,-1.117706359775671,-1.6223780117982263,-0.1678469181060791,0.8990987539291382,0.4042879641056061,-0.09267181903123856,-0.3812403380870819,-0.2136998474597931,0.0985415130853653,-0.20628875494003296,-0.2549044191837311 +81,-2.5942552366561626,-1.2118007878523818,-1.4987130446176289,-0.1828395575284958,0.9362502098083496,0.3000085949897766,1.3923853635787964,2.4076075553894043,-0.025032343342900276,-0.23247413337230682,-0.10061800479888916,0.3736059367656708 +82,-2.3975115121976307,-1.195185270964385,-1.4138391642188344,-0.24845992028713226,0.9302836060523987,0.2698887288570404,-0.05962599068880081,2.400094985961914,-0.5069712400436401,-0.31622207164764404,0.24473464488983154,0.4543696343898773 +83,-2.4658708675656515,-1.210469494985058,-1.3579324761156781,-0.22052516043186188,0.9357816576957703,0.2751028537750244,0.5076030492782593,-1.650641679763794,0.10991821438074112,-0.22144567966461182,0.2695254683494568,-0.6290457248687744 +84,-2.4953480375935753,-1.2591247694638068,-1.2671469848800034,-0.18466252088546753,0.9518223404884338,0.24481454491615295,1.1823790073394775,-0.20488323271274567,0.0018773563206195831,-0.05223020911216736,-0.10732460021972656,-0.35098516941070557 +85,-2.077558120102885,-1.3487039960559692,-0.8748126197718663,-0.19258762896060944,0.9754387140274048,0.10690828412771225,1.1356816291809082,0.8825955390930176,-0.2251889854669571,-0.07227444648742676,-0.3982292413711548,0.07342004776000977 +86,-1.5531653419829266,-1.3597613680677898,-0.41134375930772366,-0.20943962037563324,0.9778146147727966,-0.0036930094938725233,0.8613836169242859,0.7399916648864746,0.024728666990995407,-0.032717376947402954,-0.1864633560180664,0.15722692012786865 +87,-1.1156761649244882,-1.3322242227826635,-0.03966756771362362,-0.21226030588150024,0.9716764092445374,-0.10387715697288513,0.8137549757957458,1.2357274293899536,-0.44460591673851013,-0.5474442839622498,0.24988114833831787,0.22640520334243774 +88,-1.4948809180608529,-1.2987050784830825,-0.4632479609313624,-0.26797255873680115,0.9632109999656677,-0.020382415503263474,-1.9704660177230835,-0.8925827741622925,-0.11961839348077774,0.19485241174697876,0.22473150491714478,-0.21538114547729492 +89,-2.217772464571286,-1.2707625287168163,-1.0817004870989761,-0.23582392930984497,0.955326497554779,0.17815175652503967,-1.5893126726150513,-1.0892406702041626,0.3859856128692627,0.17089778184890747,0.17467820644378662,-0.06772388517856598 +90,-2.6605941557569253,-1.1503297728195534,-1.4270388115550117,-0.18885338306427002,0.912898600101471,0.3618708550930023,-1.2618380784988403,-0.7508974671363831,-0.04430345818400383,0.0043441057205200195,-0.35912662744522095,-0.2737361192703247 +91,-2.7317421620008564,-1.104549529235497,-1.4580180652858734,-0.1791280210018158,0.8932617902755737,0.4123065769672394,0.3690907061100006,-0.22684705257415771,-0.022913331165909767,0.09419755637645721,-0.2870604991912842,-0.2925860285758972 +92,-2.4951813641190963,-1.2270643037958322,-1.29007094548429,-0.20298582315444946,0.9415035247802734,0.2690131962299347,1.1418200731277466,0.27505505084991455,0.014211451634764671,-0.21946904063224792,-0.06532847881317139,0.7625420093536377 +93,-2.410828161706064,-1.1885184698162676,-1.2360875492582648,-0.24897801876068115,0.9278173446655273,0.2777857184410095,0.26013967394828796,0.4990209937095642,-0.3562771677970886,-0.29258692264556885,0.22591495513916016,0.1475377082824707 +94,-2.4880896929523293,-1.224340810849367,-1.1991726300204115,-0.20644624531269073,0.9405822157859802,0.2696012556552887,0.4647751748561859,-1.9307167530059814,0.30342549085617065,-0.15518704056739807,0.3176268935203552,-0.4656766951084137 +95,-2.4956010476713644,-1.2726125465657763,-1.1529029676388365,-0.17685596644878387,0.9558716416358948,0.23458850383758545,1.3423936367034912,0.8462832570075989,0.030614802613854408,-0.03400526940822601,-0.22392266988754272,-0.32034286856651306 +96,-1.8803691538424814,-1.357728230086365,-0.6414162040883,-0.20140789449214935,0.9773867130279541,0.0644216388463974,1.2675400972366333,0.8586023449897766,-0.11029621213674545,0.0015482604503631592,-0.2925417423248291,0.1632699966430664 +97,-1.3339391913704677,-1.3579185847738102,-0.16944377880343045,-0.20537473261356354,0.9774269461631775,-0.04957503080368042,1.0253993272781372,0.5800134539604187,0.03354810178279877,-0.14379213750362396,-0.22045373916625977,0.16685408353805542 +98,-1.0087369089924245,-1.3160928661932072,0.07927136024291226,-0.21319733560085297,0.9677380323410034,-0.1342764049768448,0.9626592993736267,1.2257239818572998,-0.4259078800678253,-0.33193814754486084,0.21489441394805908,0.1817159652709961 +99,-1.282323916484692,-1.290199678967575,-0.2690746265610167,-0.2654862105846405,0.9608903527259827,-0.07878301292657852,-2.2246973514556885,-0.4331819713115692,-0.2754038870334625,0.0405411422252655,0.35917794704437256,-0.1675090789794922 +100,-2.040220723884872,-1.2948383669100088,-0.9089681517944128,-0.2429957091808319,0.9621646404266357,0.12325762957334518,-1.9065892696380615,-1.0547930002212524,0.37833210825920105,0.1384119689464569,0.35749173164367676,0.16884136199951172 +101,-2.6507003611037696,-1.1795385173164776,-1.4118130973606167,-0.1797741949558258,0.9244301319122314,0.3363189399242401,-1.463742733001709,-1.3619719743728638,0.11046306788921356,0.010279521346092224,-0.3725501298904419,-0.3040771186351776 +102,-2.7695976866907057,-1.105010979518629,-1.4788528183009182,-0.16324539482593536,0.8934690952301025,0.41840624809265137,-0.04195551574230194,-0.22130857408046722,-0.10325618088245392,0.06185077130794525,-0.24696952104568481,-0.33697012066841125 +103,-2.552667594405972,-1.2257409123799377,-1.3422915650867175,-0.18788644671440125,0.9410567283630371,0.2812671661376953,1.3164243698120117,1.5294123888015747,0.13378888368606567,-0.19375115633010864,-0.07879769802093506,0.6363353729248047 +104,-2.580127024330936,-1.1624783092353987,-1.3683166062044207,-0.21140897274017334,0.9177899956703186,0.33610695600509644,-1.0419394969940186,0.5567042827606201,-0.30879661440849304,-0.27563634514808655,0.44883304834365845,0.5102369785308838 +105,-2.6622577141043373,-1.2173813650437912,-1.3569240116653394,-0.15961942076683044,0.9381962418556213,0.30709871649742126,0.9741973280906677,-1.2917932271957397,0.39376145601272583,-0.13847629725933075,0.2849789261817932,-0.5891574621200562 +106,-2.629356365061809,-1.2953575444257146,-1.2893733512369043,-0.13329975306987762,0.9623059630393982,0.23706230521202087,1.8258419036865234,1.204033374786377,0.06615549325942993,-0.01330670714378357,-0.20485961437225342,-0.28544795513153076 +107,-1.7312133799718041,-1.3957388784763842,-0.5234211606809299,-0.17192862927913666,0.984716534614563,0.027819326147437096,1.3516322374343872,0.9480628967285156,-0.4182805120944977,-0.18445563316345215,-0.266058087348938,0.14709210395812988 +108,-1.1163129007769474,-1.359307510511208,0.0381141398554335,-0.18860739469528198,0.9777194857597351,-0.09215294569730759,0.722579300403595,0.8709937334060669,0.05590689927339554,-0.024069666862487793,-0.15968042612075806,0.3291219472885132 +109,-0.9295809657569816,-1.3328342340384616,0.11134330663210111,-0.18890103697776794,0.9718203544616699,-0.14100228250026703,0.13425295054912567,0.9358607530593872,-0.6503199338912964,-0.6496456861495972,0.16253328323364258,0.2719379663467407 +110,-1.6937368854635086,-1.3306128435754112,-0.6961031562794345,-0.2360859215259552,0.9712943434715271,0.02917165495455265,-2.499314308166504,-1.2292717695236206,0.5500853061676025,0.3827228844165802,0.49138277769088745,-0.24642634391784668 +111,-2.4185037035670858,-1.3297084766697602,-1.3098762944143645,-0.15798814594745636,0.9710788130760193,0.1790136694908142,-0.6173956990242004,-0.753013551235199,0.4488454759120941,0.18725450336933136,-0.02111232280731201,-0.10581730306148529 +112,-2.769808842818102,-1.220982880994103,-1.6234141933598951,-0.124503493309021,0.939436674118042,0.3193078935146332,-1.1793044805526733,-1.3733690977096558,-0.12090249359607697,-0.08014737814664841,-0.43650704622268677,-0.2993493378162384 +113,-2.838044644891746,-1.1690124254804752,-1.6340291369530595,-0.11689124256372452,0.9203648567199707,0.3731825649738312,0.6745413541793823,-0.3141079545021057,0.000974239781498909,0.17739231884479523,-0.25431859493255615,-0.2481062114238739 +114,-2.611627949975575,-1.263457908957025,-1.4988214323304005,-0.1529262512922287,0.9531421065330505,0.2610243856906891,-1.8871476650238037,-0.5235517621040344,-0.7870777249336243,-0.5945103168487549,0.40810978412628174,1.1961746215820312 +115,-2.498945206818435,-1.2284665321444053,-1.4273159641867412,-0.20118023455142975,0.9419751763343811,0.2687179148197174,0.022463470697402954,-1.6092586517333984,0.06020347774028778,0.39344099164009094,0.48194456100463867,-0.5324661731719971 +116,-2.781966447862944,-1.2342731525012796,-1.521272918534026,-0.11620810627937317,0.9439084529876709,0.3090837001800537,0.39795437455177307,-1.6405353546142578,0.29915502667427063,-0.13890360295772552,0.5001987218856812,-0.2523820102214813 +117,-2.690649121848768,-1.2924092657898756,-1.5047045028238135,-0.11976432055234909,0.9614999294281006,0.24733488261699677,1.0632483959197998,0.8400811553001404,0.16229380667209625,-0.000886961817741394,-0.43293535709381104,-0.26820895075798035 +118,-2.301883467484981,-1.3587605439801582,-1.2737289228002402,-0.1566697210073471,0.9776045083999634,0.14051350951194763,0.7760801911354065,1.965937852859497,-0.05817072466015816,-0.0533674955368042,-0.22525465488433838,0.03989124298095703 +119,-1.4572726235571798,-1.4185196598642458,-0.5287929924595091,-0.15071244537830353,0.9884282946586609,-0.017183315008878708,1.5951566696166992,0.8242418766021729,0.04826222360134125,-0.24760299921035767,-0.06736201047897339,0.09706306457519531 +120,-0.8709824845932367,-1.3491720364877402,-0.017562686707230272,-0.16814959049224854,0.9755417108535767,-0.14157694578170776,-0.5206679701805115,0.7587714791297913,-0.7457910180091858,-0.569383978843689,0.29781943559646606,0.5714780688285828 +121,-1.6017648155298934,-1.368314985754213,-0.77206051950452,-0.2010042816400528,0.9795705676078796,0.0062267896719276905,-2.096480369567871,-0.8813235759735107,0.2665870785713196,0.2649691700935364,0.07432341575622559,-0.12402462959289551 +122,-2.4936289832703116,-1.3214168369528028,-1.5441591018865113,-0.1489611715078354,0.9690657258033752,0.1967792809009552,-1.9946348667144775,-1.3113083839416504,0.3857187330722809,0.17110170423984528,0.09459388256072998,0.049940094351768494 +123,-2.9258727010610674,-1.1538339887437117,-1.8453593730987798,-0.08668738603591919,0.9143233895301819,0.3955986797809601,-1.3409727811813354,-1.2673444747924805,-0.14702525734901428,-0.14521566033363342,-0.43567031621932983,-0.3256217837333679 +124,-2.970031154630791,-1.1002953050140278,-1.834687131635008,-0.07739351689815521,0.8913412690162659,0.4466777741909027,0.6588200926780701,-0.25232335925102234,-0.025679707527160645,0.2089395523071289,-0.27503883838653564,-0.34065964818000793 +125,-2.7315390662845456,-1.2699996271524474,-1.7270170766962454,-0.11811518669128418,0.9551007747650146,0.27171972393989563,-0.5831636786460876,-1.1963540315628052,-0.45014557242393494,-0.4939606189727783,0.2521136999130249,1.1975185871124268 +126,-2.6226753743343707,-1.2217275331427437,-1.640497586332807,-0.1696227788925171,0.9396916031837463,0.296997606754303,0.06568096578121185,-1.4315319061279297,-0.23003274202346802,-0.17965088784694672,0.4121912121772766,-0.47067323327064514 +127,-2.8507351739479074,-1.2355029866555465,-1.6646188053842914,-0.09436191618442535,0.9443138241767883,0.3152259886264801,0.7033098936080933,-1.7193293571472168,0.29567357897758484,-0.13621367514133453,0.45261311531066895,-0.4179023206233978 +128,-2.8547432666573664,-1.2814416012495535,-1.6619085631677206,-0.08072997629642487,0.9584282040596008,0.27367502450942993,1.0552139282226562,0.8631631135940552,0.035489991307258606,0.01771117001771927,-0.28867417573928833,-0.3789607584476471 +129,-2.444298609392391,-1.3894132331811844,-1.3782963529120105,-0.11583641916513443,0.9835951328277588,0.13828355073928833,1.156038761138916,1.6847615242004395,-0.19126498699188232,-0.15895907580852509,-0.45731961727142334,0.17282794415950775 +130,-1.3808485041838927,-1.4457995297740647,-0.40485174213810954,-0.12242905795574188,0.9921980500221252,-0.02353891357779503,1.4290862083435059,0.6475582122802734,0.10347193479537964,-0.09456616640090942,-0.03716576099395752,0.23197400569915771 +131,-0.7264989608608516,-1.3756823734877965,0.18543341999064433,-0.12878446280956268,0.9810255765914917,-0.1449243724346161,0.9781942367553711,0.9489661455154419,-0.5528252720832825,-0.5017544627189636,0.2811354994773865,0.3696253001689911 +132,-1.4457932462778857,-1.396459810270854,-0.6144141884348844,-0.17210178077220917,0.9848418235778809,-0.021626010537147522,-2.8822021484375,-0.0806121677160263,0.1894780695438385,0.23074132204055786,0.23305368423461914,-0.17551755905151367 +133,-2.630153872455108,-1.3609367740222222,-1.655903012834029,-0.10195990651845932,0.9780601859092712,0.18166601657867432,-1.1789345741271973,-0.7468644976615906,0.5104671120643616,0.21397468447685242,0.34567034244537354,0.022282958030700684 +134,-3.0068613117582843,-1.1572746022308598,-1.9280762279294956,-0.0539763867855072,0.9157113432884216,0.3981952965259552,-1.34683096408844,-1.5967521667480469,-0.15568716824054718,-0.1947876513004303,-0.4755714535713196,-0.48892396688461304 +135,-3.0311160635106256,-1.1049735440748216,-1.9012675757891162,-0.049520574510097504,0.8934522867202759,0.4464198350906372,0.3182344138622284,-0.4844200015068054,-0.14864005148410797,0.2077847421169281,-0.3132063150405884,-0.34800076484680176 +136,-2.872924344835485,-1.289730788446426,-1.836573196879016,-0.07362978905439377,0.9607604146003723,0.2674286663532257,-0.07227279990911484,0.4314918518066406,-0.31332555413246155,-0.44265133142471313,0.14341133832931519,1.1556670665740967 +137,-2.738720676950121,-1.2511288684159994,-1.7432533782217847,-0.12320584803819656,0.9493399858474731,0.2890916168689728,0.8532851338386536,-2.4805831909179688,0.06754059344530106,0.14319485425949097,0.39109885692596436,-1.346876621246338 +138,-2.9887908335672386,-1.2849942329727606,-1.8089393992563139,-0.04291154071688652,0.9594358205795288,0.2786422669887543,0.5643996596336365,-2.039475917816162,0.17752458155155182,-0.045223236083984375,0.5036226511001587,-0.37709200382232666 +139,-2.8196695361126807,-1.4006629053837572,-1.6564454102682309,-0.053569573909044266,0.9855622053146362,0.16061632335186005,1.7086834907531738,0.5080944895744324,-0.10279370844364166,-0.020954348146915436,-0.3714568614959717,-0.11114738881587982 +140,-1.8147950387526013,-1.4890444673964307,-0.7386936740052056,-0.07924257218837738,0.9966601729393005,0.019728155806660652,1.0054750442504883,0.8471988439559937,-0.23361150920391083,-0.021923191845417023,-0.26364314556121826,0.1519789695739746 +141,-0.6473101990314974,-1.4264735433405966,0.379455159136999,-0.08673092722892761,0.9896035194396973,-0.11472819000482559,1.3419325351715088,1.030856966972351,-0.07415436953306198,-0.1423950493335724,-0.04073578119277954,0.2928592562675476 +142,-0.5893267785233389,-1.3689058236970517,0.3477823590110591,-0.11145046353340149,0.9796892404556274,-0.16669701039791107,-1.2416433095932007,0.4622460901737213,-1.0144667625427246,-0.5638883113861084,0.44380319118499756,0.5064949989318848 +143,-1.8984836469680677,-1.4255934450439374,-0.9935845139708601,-0.1369936317205429,0.9894765615463257,0.04657001048326492,-2.3308751583099365,-1.1903325319290161,0.3428744673728943,0.3244478702545166,0.47280365228652954,-0.3821871280670166 +144,-2.7823009233678215,-1.330149794055604,-1.7643783653674294,-0.08379954844713211,0.9711840748786926,0.22311177849769592,-2.986905336380005,-0.6431984901428223,0.45797407627105713,0.03692454844713211,-0.21523326635360718,0.331041544675827 +145,-3.073958296966292,-1.1385546861264426,-1.944522011031532,-0.028310932219028473,0.9080290198326111,0.4179495871067047,-1.066208839416504,-0.6431909799575806,-0.06701541692018509,-0.10921651124954224,-0.3052152991294861,-0.3668173849582672 +146,-3.0836380317347447,-1.1395223516951538,-1.9440625655421435,-0.024213122203946114,0.9084339141845703,0.4173266291618347,1.8535716533660889,0.3980492651462555,0.16054557263851166,0.14584094285964966,-0.1468372344970703,-0.1795947551727295 +147,-2.9497816898718026,-1.2390697766954826,-1.903525996679957,-0.06208586320281029,0.9454814791679382,0.31970319151878357,-1.2704496383666992,1.4281727075576782,-0.5629857182502747,-0.07983613014221191,0.06007272005081177,0.6755512952804565 +148,-2.897062798576276,-1.277519936102393,-1.8123894060755439,-0.06998884677886963,0.9573018550872803,0.28049033880233765,-0.2492007464170456,-2.130652666091919,0.2120043784379959,0.47535383701324463,0.3909189701080322,-0.21686124801635742 +149,-3.097696686980995,-1.2868250484752572,-1.8677472431242048,-0.0122944051399827,0.9599503874778748,0.27990061044692993,0.29972726106643677,0.12997162342071533,-0.23300901055335999,-0.16778981685638428,0.2529861330986023,-0.27466675639152527 +150,-2.6321323590336987,-1.4563625410410312,-1.4979480970236592,-0.0556882880628109,0.9934595823287964,0.09968361258506775,2.225761651992798,0.5209236145019531,-0.2503112256526947,-0.0902925431728363,-0.42003434896469116,0.034669987857341766 +151,-0.999093921815416,-1.4701500097803286,0.042181024912206565,-0.08449921756982803,0.9949394464492798,-0.054364513605833054,1.4030832052230835,0.6633901000022888,-0.11841640621423721,0.062038272619247437,-0.058370232582092285,0.11611688137054443 +152,-0.41588958706803725,-1.3878625642760387,0.5674191981897926,-0.0734945684671402,0.9833142161369324,-0.16640853881835938,0.3556121289730072,0.4504365026950836,-0.06736275553703308,-0.370658278465271,0.018425285816192627,0.07766342163085938 +153,-0.7044771804226033,-1.3892109529454464,0.24010688948584627,-0.11695598810911179,0.9835586547851562,-0.13759998977184296,-1.5616743564605713,0.5419682860374451,-0.6205765008926392,0.066632479429245,0.38336944580078125,0.08352279663085938 +154,-2.194578199734192,-1.4347511784191465,-1.192373310625503,-0.11008503288030624,0.9907601475715637,0.07922091335058212,-1.7628283500671387,-2.0459885597229004,0.329186350107193,0.19971512258052826,0.6311576962471008,-0.21929657459259033 +155,-2.963101024966219,-1.263124074384067,-1.8465193113122262,-0.053768008947372437,0.9530410766601562,0.2980296015739441,-2.3605759143829346,-1.5226072072982788,0.2179415374994278,-0.025959163904190063,-0.28574371337890625,-0.23783373832702637 +156,-3.088912297877322,-1.1332305011096002,-1.8449024858882792,-0.022312231361865997,0.9057857990264893,0.4231480062007904,-0.49366891384124756,0.1816989779472351,-0.25237858295440674,-0.0718802809715271,-0.26503872871398926,-0.3241337537765503 +157,-3.0066009330737766,-1.2068620271542523,-1.787337308658995,-0.04790496081113815,0.9345036149024963,0.3527151048183441,2.1812286376953125,1.7365055084228516,0.04928547143936157,-0.01825713738799095,-0.12189692258834839,0.2623055875301361 +158,-2.8696213409722686,-1.2297400722906748,-1.7121126577042614,-0.08985249698162079,0.9424018859863281,0.32218870520591736,0.48827069997787476,0.8950108289718628,-0.3186023533344269,-0.10446817427873611,0.10046017169952393,0.3294837772846222 +159,-3.0148647322859854,-1.2326076209164967,-1.7044061362281049,-0.04193320497870445,0.9433571696281433,0.3291183412075043,0.00630915118381381,-2.047504186630249,0.29066962003707886,0.44070640206336975,0.3302938938140869,-0.341279536485672 +160,-3.0717418126151466,-1.3282966254736344,-1.7534140458530976,-0.01675960049033165,0.9707407355308533,0.23954378068447113,1.2350869178771973,1.3766710758209229,-0.04692412167787552,-0.05987003073096275,0.0378955602645874,-0.2948111891746521 +161,-1.657848692651137,-1.5115284881520827,-0.49158847540588596,-0.059008900076150894,0.9982441663742065,0.0051498799584805965,1.311531662940979,1.053343415260315,-0.32313695549964905,-0.1117369532585144,-0.43342483043670654,0.28527069091796875 +162,-0.6808628430845801,-1.448649041113112,0.4053917555166086,-0.07669564336538315,0.9925493001937866,-0.09467551857233047,1.1308366060256958,0.5674270391464233,0.09295359253883362,0.11102793365716934,-0.06853818893432617,0.17356349527835846 +163,-0.3245023832130687,-1.3810650223811158,0.6960630875274765,-0.06013110280036926,0.9820549488067627,-0.178752139210701,0.2714554965496063,0.7466084361076355,-0.2319008857011795,-0.38505932688713074,0.1251075267791748,0.1845352053642273 +164,-0.7470679629072561,-1.3996608901571765,0.19487901166278704,-0.1157180517911911,0.9853920340538025,-0.12494732439517975,-1.6732587814331055,0.5870893001556396,-0.4789891839027405,0.3023330569267273,0.38803625106811523,-0.12538836896419525 +165,-2.386991119878187,-1.4284993730949438,-1.3515838970233862,-0.09714466333389282,0.989892840385437,0.10332025587558746,-2.152756929397583,-0.9398937821388245,0.44095495343208313,0.22495228052139282,0.5921841859817505,0.22231757640838623 +166,-3.021837223672041,-1.2359383376182809,-1.9719371301246105,-0.039261918514966965,0.9444569945335388,0.3262820541858673,-2.1125192642211914,-0.4417823255062103,0.30705246329307556,-0.02622881904244423,-0.361891508102417,-0.31782862544059753 +167,-3.0352271449874864,-1.1143875117609605,-2.0214470208321917,-0.04678986594080925,0.8976410031318665,0.438236802816391,-0.27572208642959595,0.6030609011650085,-0.03642330318689346,0.029532164335250854,-0.26498109102249146,-0.24878358840942383 +168,-2.963666730072034,-1.2678662364637339,-1.9912731359956384,-0.05279892310500145,0.9544664621353149,0.2936086058616638,2.348853349685669,1.1129645109176636,0.20355653762817383,-0.20545607805252075,-0.05493038892745972,0.4373483657836914 +169,-2.7666381511563642,-1.2648543934271306,-1.8672734660597017,-0.11030537635087967,0.9535636901855469,0.2802658975124359,0.9617088437080383,-0.04429816082119942,-0.2867663502693176,-0.17593422532081604,-0.05300527811050415,0.2889173924922943 +170,-2.9615590373089757,-1.2877223490076684,-1.9031700028276237,-0.05001375079154968,0.9602013826370239,0.27479439973831177,1.2203584909439087,1.193001389503479,0.47273966670036316,0.08813020586967468,0.3144873380661011,0.4242565631866455 +171,-2.9387650645850614,-1.3877814109249276,-1.8706572478691734,-0.03666109964251518,0.9832994341850281,0.17826461791992188,1.7764272689819336,0.35051873326301575,0.02132302150130272,0.028009384870529175,-0.17185235023498535,-0.2865867614746094 +172,-1.804442176689095,-1.5126643502915518,-0.8174819512502536,-0.05652044340968132,0.9983108043670654,0.01345143560320139,1.265903115272522,1.591944932937622,-0.3200188875198364,-0.08715632557868958,-0.43547511100769043,0.1509009599685669 +173,-0.5010679776375448,-1.4307891967429751,0.40370904016394743,-0.06703470647335052,0.990215003490448,-0.1223953440785408,1.1171901226043701,0.1806277632713318,0.11483491957187653,-0.013226538896560669,-0.086986243724823,0.2559402585029602 +174,-0.335195122254646,-1.366580080243893,0.48856891603381186,-0.0667116641998291,0.9792202115058899,-0.19151312112808228,-0.010854669846594334,1.0318748950958252,-0.668617308139801,-0.5043332576751709,0.33537018299102783,0.35998547077178955 +175,-1.1515405239696515,-1.4391547039893817,-0.3866357279403072,-0.11989361047744751,0.9913477301597595,-0.053434211760759354,-2.298029899597168,-0.10277238488197327,-0.03218165785074234,0.3222251534461975,0.251404345035553,-0.18950092792510986 +176,-2.7512443718794213,-1.3881914717949309,-1.888085699401225,-0.06909724324941635,0.9833739995956421,0.16793100535869598,-2.6163649559020996,-1.4799244403839111,0.457213431596756,0.25665831565856934,0.17968124151229858,0.3728252351284027 +177,-3.1252947618546356,-1.168101718386449,-2.1797933065139876,-0.006386841181665659,0.9200083017349243,0.39184674620628357,-1.1803189516067505,-0.6282706260681152,0.01730230078101158,-0.22566881775856018,-0.4962870478630066,-0.4051980972290039 +178,-3.097417172696966,-1.1092356843491078,-2.1695899346748573,-0.019666999578475952,0.8953585624694824,0.4449120759963989,0.7315621376037598,-0.1417841613292694,-0.02422424964606762,0.19146570563316345,-0.36154496669769287,-0.3472251296043396 +179,-2.9845621208835103,-1.3091937832400218,-2.123685182640921,-0.04044600576162338,0.9659767746925354,0.2554472088813782,-0.7442308664321899,-0.8063520193099976,-0.4411610960960388,-0.4870656132698059,0.29142385721206665,1.2655640840530396 +180,-2.8738256756084324,-1.2745514052349123,-2.003219920336532,-0.07723864912986755,0.9564394354820251,0.2815275490283966,0.39801204204559326,-1.9688867330551147,0.11744055896997452,0.44724902510643005,0.4589962959289551,-0.7251006364822388 +181,-3.114432964386822,-1.2788965264242462,-2.064105377853018,-0.007814856246113777,0.9576988816261292,0.28766655921936035,0.5382883548736572,-1.1417522430419922,-0.012201471254229546,-0.07645943760871887,0.4755287766456604,-0.40325185656547546 +182,-2.9207959704907056,-1.4349663892186169,-1.9062245017786954,-0.029656359925866127,0.9907892942428589,0.13212543725967407,2.1476047039031982,0.9977245330810547,-0.25514906644821167,-0.08698183298110962,-0.3598231077194214,-0.03175318241119385 +183,-1.1913071446240149,-1.501599871369031,-0.286804735891284,-0.06422162801027298,0.9976068735122681,-0.025612903758883476,1.2063034772872925,1.03224515914917,-0.27733224630355835,-0.02107500284910202,-0.25380200147628784,0.10932266712188721 +184,-0.3549083670223613,-1.39942910576789,0.4912596227801736,-0.059259697794914246,0.9853525161743164,-0.1599016636610031,0.6612860560417175,0.7767500877380371,0.10077095031738281,-0.15303584933280945,0.01887410879135132,0.46292591094970703 +185,-0.43489972560491946,-1.3871249800551804,0.35406642276641076,-0.07694995403289795,0.9831798076629639,-0.16563883423805237,-1.1382057666778564,0.2284270077943802,-0.7276010513305664,-0.44728100299835205,0.38892102241516113,0.26546186208724976 +186,-1.858286959252406,-1.4744785516991898,-1.069817260732851,-0.09222190827131271,0.9953650236129761,0.027268357574939728,-2.3115601539611816,-1.3382411003112793,0.6268269419670105,0.3937355875968933,0.34931570291519165,-0.2740030288696289 +187,-2.9895388102723683,-1.319550600490406,-2.111022826695747,-0.037656739354133606,0.9686034917831421,0.24574241042137146,-2.5621044635772705,-0.3008534014225006,0.389774888753891,0.014387071132659912,-0.1414092779159546,-0.06283533573150635 +188,3.1363973842490465,-1.1338319213338761,-2.1952096790292543,0.0021985808853060007,0.9060404896736145,0.42318516969680786,-1.1287025213241577,-0.41018229722976685,-0.06916580349206924,-0.12687814235687256,-0.2989238500595093,-0.374479204416275 +189,-3.1305202890636408,-1.139859506155183,-2.1797623488120035,-0.0046250843442976475,0.9085748195648193,0.4176971912384033,1.9786068201065063,0.6944611668586731,0.005786437541246414,0.02777266502380371,-0.21414709091186523,-0.22409358620643616 +190,-2.9878657002547,-1.2223348118956232,-2.12362562408625,-0.052283886820077896,0.9398991465568542,0.3374254107475281,-0.6432652473449707,1.9059518575668335,-0.5643179416656494,0.026389721781015396,0.2853357791900635,0.4152906835079193 +191,-2.9687579337530847,-1.240325116656775,-2.052596484310117,-0.05580413341522217,0.9458895325660706,0.31965431571006775,-0.7389218211174011,-1.9898343086242676,0.038489315658807755,0.40745818614959717,0.41430938243865967,-0.37112224102020264 +192,3.119697259876848,-1.282432539577895,-2.108834942530252,0.0062261843122541904,0.9587104916572571,0.2843150198459625,0.8541480898857117,0.43087315559387207,-0.0601578988134861,-0.15094053745269775,0.4503469467163086,-0.22491270303726196 +193,-3.0016511977567446,-1.443016360722133,-1.9809179812377649,-0.017774783074855804,0.9918472170829773,0.12618562579154968,2.1007187366485596,0.8368508219718933,-0.15134772658348083,-0.0565202534198761,-0.4333299398422241,0.035267576575279236 +194,-0.9917188852934113,-1.5199350616380265,-0.1035330299162946,-0.04255015403032303,0.9987068176269531,-0.02782144583761692,1.103294849395752,0.8361479043960571,-0.0735592171549797,-0.04386037215590477,-0.08910000324249268,0.17723548412322998 +195,-0.13361190374075585,-1.4292670330318578,0.7219031270240581,-0.018790870904922485,0.9900014400482178,-0.1397998034954071,1.0655444860458374,0.5175232291221619,0.2147049456834793,-0.2758258283138275,0.05608004331588745,0.22672916948795319 +196,-0.3319465715543407,-1.4147409793648325,0.4803514260540363,-0.050650011748075485,0.9878480434417725,-0.14693886041641235,-1.4639027118682861,0.7703408598899841,-0.8635076284408569,-0.3362060487270355,0.3281921148300171,0.25931990146636963 +197,-2.1729595729894853,-1.4818847867925429,-1.3730331901574084,-0.0731777548789978,0.9960500001907349,0.05029633641242981,-1.987789511680603,-1.281937599182129,0.30754467844963074,0.2994808554649353,0.41375547647476196,-0.4185366630554199 +198,-3.075008726039867,-1.2778355811913866,-2.160317840871151,-0.0192144475877285,0.9573930501937866,0.28814825415611267,-2.4960129261016846,0.12220180779695511,0.27976521849632263,0.07239130139350891,-0.23240220546722412,-0.08682382106781006 +199,3.13490704843396,-1.1143354106862444,-2.1706204714150688,0.00294682034291327,0.8976180553436279,0.4407643675804138,-0.7584841847419739,-0.18059329688549042,-0.13301560282707214,-0.11010929942131042,-0.28931117057800293,-0.2624959945678711 +200,3.108290959300622,-1.1609793324496518,-2.146718549221715,0.013266319409012794,0.9171937704086304,0.398220419883728,2.3767080307006836,0.5215883255004883,-0.093620665371418,0.011056182906031609,-0.19481223821640015,-0.1907772421836853 +201,-2.996797997795693,-1.236052505117722,-2.0719679226601606,-0.047402944415807724,0.9444944858551025,0.32508939504623413,0.6826210618019104,1.1838116645812988,-0.43738529086112976,-0.18205875158309937,0.02788710594177246,0.2760763168334961 +202,-2.9917926925604097,-1.2583509193383664,-1.9851700097394365,-0.04587455466389656,0.9515847563743591,0.3039446473121643,-0.572455644607544,-1.006500244140625,-0.006742104887962341,0.38675591349601746,0.4211418628692627,0.057780176401138306 +203,-3.0420610212234753,-1.3208529262830253,-1.9751613336310831,-0.024578431621193886,0.9689264297485352,0.24612492322921753,1.4639575481414795,0.05647120624780655,-0.1576758623123169,-0.022616982460021973,0.13362789154052734,-0.49694883823394775 +204,-2.4111575615352665,-1.5102973179584718,-1.3417969912536833,-0.040340717881917953,0.9981704950332642,0.0450381338596344,1.344726324081421,1.114317774772644,-0.2748708724975586,-0.07857102155685425,-0.49501192569732666,0.284765362739563 +205,-0.5491525245989117,-1.4820956317830256,0.4307421836814705,-0.046238526701927185,0.9960686564445496,-0.07556057721376419,0.9743732213973999,-0.08786974102258682,0.25064554810523987,0.05427991971373558,-0.14812242984771729,0.07319550961256027 +206,-0.1448072911299288,-1.365955086509221,0.8290224715659742,-0.029352696612477303,0.9790933132171631,-0.20128297805786133,1.1769254207611084,0.25438326597213745,-0.1138250082731247,-0.29614779353141785,0.2137015461921692,0.34920167922973633 +207,-0.3738113395734867,-1.3937589235066996,0.5407763154560231,-0.06431110203266144,0.9843697547912598,-0.1639525443315506,-1.5330476760864258,0.8542066216468811,-0.5693696737289429,0.014277510344982147,0.31613689661026,-0.06569226086139679 +208,-2.2843971710646875,-1.4959200392945744,-1.3536007721983172,-0.05655418336391449,0.9971981048583984,0.04896513372659683,-2.34061336517334,-1.6306895017623901,0.5720570087432861,0.24756371974945068,0.5250492095947266,-0.19718897342681885 +209,3.1270325004935984,-1.256536478732622,-2.1375459876312166,0.004500564653426409,0.9510254263877869,0.3090796172618866,-2.6285500526428223,-0.9200396537780762,0.30591514706611633,-0.02729719877243042,-0.2672029137611389,-0.19827023148536682 +210,3.0482710196316316,-1.1127422268500822,-2.111578804488679,0.04120732843875885,0.8969146609306335,0.44027984142303467,-0.8571120500564575,-0.17304913699626923,-0.11252687871456146,-0.22280216217041016,-0.27321159839630127,-0.3700130581855774 +211,3.0407241613440696,-1.1760354329709275,-2.1192700205879493,0.038727056235075,0.923088550567627,0.3826330900192261,2.580087900161743,1.5614027976989746,0.0040078116580843925,-0.09460476040840149,-0.1171954870223999,0.0407983660697937 +212,-3.100055707955676,-1.235362531949002,-2.0974151498973983,-0.013669158332049847,0.9442676305770874,0.32889506220817566,0.9779031276702881,1.4139509201049805,-0.22617828845977783,-0.4615963399410248,0.02870917320251465,0.46149495244026184 +213,3.1313108027669574,-1.25912345789481,-2.0253043182235935,0.003152891295030713,0.9518219232559204,0.30663546919822693,0.4124467670917511,-2.666064739227295,0.20612043142318726,0.43277546763420105,0.20319223403930664,-0.37746676802635193 +214,3.017548346828415,-1.3283822732511974,-2.100705654271526,0.029700227081775665,0.9707612991333008,0.23820309340953827,2.0556371212005615,-0.08493055403232574,-0.12154538184404373,-0.07076165080070496,0.08496391773223877,-0.4524516761302948 +215,2.664986644984704,-1.5423145955409077,-2.4694213627026995,0.013065983541309834,0.9995944499969482,0.025306737050414085,0.8232936263084412,0.38225364685058594,-0.2832491397857666,-0.15196675062179565,-0.4165102243423462,0.16037750244140625 +216,-0.0809281328042016,-1.4687875674968656,1.0091231714188882,-0.008232141844928265,0.9948016405105591,-0.10149946808815002,1.3960188627243042,0.553799569606781,0.06901145726442337,0.08075717091560364,-0.004506111145019531,0.28022563457489014 +217,0.09364765263400479,-1.3908841423887355,1.1441050569653997,0.016733143478631973,0.9838594198226929,-0.17815929651260376,0.4296649396419525,0.6909396052360535,-0.20262010395526886,-0.4938296973705292,0.26102888584136963,0.06522893905639648 +218,-0.2955206060099722,-1.441077234746535,0.7143662607868669,-0.03767317160964012,0.9915982484817505,-0.12374783307313919,-1.7144508361816406,0.17676080763339996,-0.2920665740966797,0.4660941958427429,0.32930922508239746,-0.09660433977842331 +219,-2.8833128782971564,-1.4702474891532753,-1.7850073710654013,-0.025638854131102562,0.994949221611023,0.09705054759979248,-2.2112507820129395,-0.5259150266647339,0.32878047227859497,0.20581462979316711,0.34381115436553955,0.21050560474395752 +220,3.110565735721969,-1.2471511776649702,-2.0916303714491558,0.009865738451480865,0.948082447052002,0.31787148118019104,-2.0216033458709717,-0.12281262874603271,0.2218664139509201,0.02559569478034973,-0.38887840509414673,-0.35234108567237854 +221,3.1295958926643648,-1.1260234949212682,-2.0856075767446276,0.005161516834050417,0.9027084112167358,0.43022188544273376,-0.2333715260028839,-0.11073993891477585,-0.12806805968284607,0.08446863293647766,-0.24082797765731812,-0.19987523555755615 +222,3.0960047638495705,-1.236894865307955,-2.1138814084601045,0.014935423620045185,0.9447709321975708,0.32739123702049255,2.6935276985168457,0.8301516771316528,0.3518483340740204,-0.04668894410133362,-0.11974340677261353,0.2664351463317871 +223,-3.053212796233035,-1.2507823016916382,-2.033767981656869,-0.027766352519392967,0.9492310285568237,0.31335216760635376,0.4753997027873993,0.3161332309246063,-0.40688470005989075,-0.1330307424068451,0.06129753589630127,0.351595401763916 +224,-3.129414723055528,-1.2709128573019641,-1.9871648017696246,-0.003597385250031948,0.9553709030151367,0.2953874170780182,0.46727752685546875,0.4231068193912506,0.239768385887146,0.3954583704471588,0.19833099842071533,0.39203622937202454 +225,2.9606599139448115,-1.4637559323405895,-2.216278427486519,0.01922491192817688,0.9942766427993774,0.10509245097637177,2.0266754627227783,0.7879796624183655,0.06143169105052948,0.00749322772026062,-0.02046072483062744,0.48575830459594727 +226,2.149540219076808,-1.556602538173507,-3.0405706070899,0.011882457882165909,0.9998992681503296,0.007763696834445,1.2711832523345947,0.440309077501297,-0.1927296221256256,-0.06133618950843811,-0.4697021245956421,-0.16834712028503418 +227,0.033531962264242175,-1.4493795220878385,1.082305916089393,0.004060620442032814,0.9926380515098572,-0.12105162441730499,1.150246262550354,0.4183795750141144,0.06331043690443039,-0.07063472270965576,-0.0696948766708374,0.2466619610786438 +228,0.03923304831473651,-1.375595502774274,1.015291334350711,0.007607829757034779,0.9810087084770203,-0.19381430745124817,0.43524959683418274,0.6596177220344543,-0.22956058382987976,-0.2584165632724762,0.26366591453552246,0.19445514678955078 +229,-0.2683673259286768,-1.424262162722165,0.6608107815620073,-0.038715872913599014,0.9892830848693848,-0.1407843828201294,-1.6550408601760864,-0.15740624070167542,-0.17838290333747864,0.3212628662586212,0.3043724298477173,-0.0682763010263443 +230,-2.8970540881968936,-1.4821704031212297,-1.878229105129244,-0.02142908237874508,0.9960752725601196,0.0858769342303276,-2.4152913093566895,-0.9643816947937012,0.40525615215301514,0.20641139149665833,0.4595215916633606,0.1619868278503418 +231,3.0685142881031258,-1.2161806321985031,-2.140583338171219,0.025352435186505318,0.9377800226211548,0.34630340337753296,-2.554037094116211,-0.8727731704711914,0.03300517424941063,-0.06879419088363647,-0.3231102228164673,-0.35962438583374023 +232,3.0844087629663983,-1.0590385521699173,-2.096427754462887,0.02798829972743988,0.8718850612640381,0.48891016840934753,-0.5336030125617981,0.038839928805828094,-0.10681483149528503,0.037670254707336426,-0.17651152610778809,-0.2933688163757324 +233,3.051211151779235,-1.189574392580247,-2.122421274651699,0.03358111158013344,0.9282106757164001,0.3705362379550934,3.600553035736084,2.000715732574463,0.28170204162597656,-0.03901324048638344,-0.07434415817260742,0.3399587571620941 +234,-3.0777537343965093,-1.2117474839068234,-2.0447347908064937,-0.022416697815060616,0.9362314939498901,0.3506675660610199,0.445516973733902,0.8387131690979004,-0.1073169931769371,0.02487337961792946,0.06701844930648804,0.46305304765701294 +235,3.004589410958591,-1.2084619051388998,-2.0909879767610473,0.0484100840985775,0.9350719451904297,0.35113638639450073,0.7292546033859253,-0.6252281069755554,0.2995586395263672,-0.036584530025720596,0.13562196493148804,0.2782275378704071 +236,2.8997077043977635,-1.3406817857344182,-2.159531104241367,0.05463472753763199,0.9736402630805969,0.22144834697246552,1.9253250360488892,2.250715970993042,-0.2879347801208496,-0.06679598242044449,-0.21678924560546875,-0.26942208409309387 +237,1.0362153431136527,-1.5550553921063803,2.1342636840735287,0.013545150868594646,0.9998761415481567,-0.008019911125302315,0.7550303339958191,0.3021963834762573,-0.2548224925994873,-0.05005943775177002,-0.44523441791534424,0.19651174545288086 +238,0.06862762254769837,-1.4331733553990227,1.104057258162964,0.009407510049641132,0.9905449151992798,-0.1368652582168579,1.116188883781433,0.3786664307117462,0.2047497034072876,0.029822856187820435,0.021341562271118164,0.3224579095840454 +239,0.09597437215299662,-1.3680622079911027,1.0767807352822971,0.019294636324048042,0.9795197248458862,-0.20042182505130768,0.4057071805000305,0.46301332116127014,-0.29498526453971863,-0.3739089071750641,0.37440788745880127,0.14985418319702148 +240,-0.2607969243798707,-1.4631552885088002,0.688393198720989,-0.027701925486326218,0.99421226978302,-0.10380110889673233,-2.32895565032959,-0.29412737488746643,0.0341964066028595,0.3690563142299652,0.10532087087631226,-0.14001907408237457 +241,-3.101344693839673,-1.418501066625685,-2.067649357799226,-0.006104245316237211,0.9884254932403564,0.15158405900001526,-2.6627094745635986,0.037421565502882004,0.6957501769065857,0.3236091434955597,0.40631937980651855,0.20014619827270508 +242,2.9986261631817395,-1.150320251995811,-2.1832283932772,0.058159638196229935,0.9128947257995605,0.4040306806564331,-2.08089542388916,-0.7630046010017395,-0.028729358687996864,-0.19551923871040344,-0.43135786056518555,-0.3567436933517456 +243,3.03458490040366,-1.0436315862806556,-2.134931949981135,0.05373135581612587,0.8642368912696838,0.500207781791687,-0.11240193247795105,-0.42745906114578247,-0.12491102516651154,0.12571200728416443,-0.33039283752441406,-0.39399129152297974 +244,2.9905659807303313,-1.2451413035969119,-2.217456183655205,0.0481344610452652,0.9474413394927979,0.3162880837917328,2.3435049057006836,1.743508219718933,0.14935548603534698,-0.2859121859073639,-0.06839770078659058,1.2498435974121094 +245,-3.122964555604199,-1.1977045967129076,-2.1146954361746775,-0.006789477542042732,0.9312048554420471,0.3644329309463501,0.09600809961557388,-1.161070466041565,0.05185709893703461,-0.031128615140914917,0.4751366376876831,-0.3873363733291626 +246,2.9589784198328877,-1.2261678714345203,-2.1361121932352045,0.06135336682200432,0.9412010312080383,0.33222952485084534,1.4233653545379639,-0.9671024084091187,-0.053020987659692764,-0.11575093865394592,0.3923255205154419,-0.41560351848602295 +247,2.860018925971334,-1.4212200239665407,-2.2588369618092194,0.041407812386751175,0.9888343214988708,0.14315135776996613,3.8189854621887207,0.18903246521949768,-0.3416108191013336,-0.09713289141654968,-0.2163274884223938,-0.132729634642601 +248,0.9361513995811307,-1.563446100150146,2.035708745689074,0.005932133179157972,0.9999729990959167,-0.004367551766335964,1.2266091108322144,1.1289865970611572,-0.2202463299036026,-0.009456902742385864,-0.378909707069397,-0.05295974016189575 +249,0.018158349924807592,-1.4288936165389292,1.0648109580675682,0.0025679292157292366,0.9899486899375916,-0.14140309393405914,0.9197295308113098,0.2688905596733093,0.11726569384336472,-0.08697956800460815,0.007853984832763672,0.39659106731414795 +250,0.04519108643648827,-1.374143145228825,1.0601247561904834,0.008826806209981441,0.9807260036468506,-0.19518886506557465,-0.020992591977119446,-0.20580904185771942,-0.35141482949256897,-0.5120464563369751,0.5106985569000244,0.45022428035736084 +251,-0.3536916825571398,-1.511174933726775,0.6450166700963745,-0.020638586953282356,0.9982231855392456,-0.05589814484119415,-2.5467844009399414,-0.7515936493873596,0.19919084012508392,0.2598811388015747,0.039282917976379395,-0.23392730951309204 +252,3.0705720231438858,-1.3655293462564804,-2.1231759537974955,0.01446382887661457,0.9790065884590149,0.20331420004367828,-2.440237522125244,0.43897852301597595,0.6211699843406677,0.3041549623012543,0.17271143198013306,0.010263055562973022 +253,3.030847995019032,-1.1199275093397218,-2.129544235145485,0.04815817251801491,0.9000688791275024,0.4330785572528839,-1.8528409004211426,-0.26235657930374146,-0.03472128510475159,-0.2116408348083496,-0.4693741798400879,-0.39104050397872925 +254,3.0567306507956196,-1.0350482001508907,-2.069919105402684,0.04326874762773514,0.8598869442939758,0.5086473226547241,0.09247700124979019,-0.7492018342018127,-0.1587345153093338,0.16129058599472046,-0.1829155683517456,-0.3562578558921814 +255,3.002314131235882,-1.2341419385407841,-2.1636059072461036,0.0458594374358654,0.9438651204109192,0.3271324038505554,2.1419546604156494,1.1466665267944336,0.28413036465644836,-0.224616140127182,0.03030174970626831,0.9532172679901123 +256,-3.135517663132156,-1.1777210133480753,-2.0519520215939333,-0.0023268938530236483,0.923735499382019,0.3830236792564392,-0.01969248801469803,-0.14955677092075348,-0.08161333948373795,0.10848230123519897,0.1972360610961914,0.4247155785560608 +257,3.022238678344911,-1.2600496821476224,-2.1006442244141748,0.03640824928879738,0.9521055221557617,0.3035944402217865,1.9438549280166626,0.0827963575720787,0.4264664053916931,0.09315410256385803,0.06312274932861328,0.3112889528274536 +258,2.501726523876769,-1.493842591988844,-2.7132933865725244,0.045902613550424576,0.9970405101776123,0.06166922673583031,1.2399617433547974,-0.3900718092918396,-0.08041290193796158,-0.33212700486183167,-0.11175614595413208,0.7217017412185669 +259,0.8506695452287478,-1.5285077438399794,1.9361132389650033,0.03177860751748085,0.9991059899330139,-0.027879126369953156,1.3933370113372803,0.575398325920105,-0.19657741487026215,-0.02594975009560585,-0.4884706735610962,-0.03213369846343994 +260,0.24764440594464185,-1.419841380076531,1.2751457272215123,0.03686175495386124,0.9886279106140137,-0.14579415321350098,1.1681160926818848,0.5125927925109863,0.12035012990236282,-0.21278032660484314,0.0029644370079040527,0.24410654604434967 +261,0.18548788706266486,-1.3527782198506833,1.1645565548827042,0.03989049047231674,0.9763280153274536,-0.21258504688739777,0.3965752124786377,0.5027358531951904,-0.4055754542350769,-0.37051793932914734,0.4778498411178589,0.2704463601112366 +262,0.07536250596083263,-1.4847799655650464,1.038323217261042,0.006468411535024643,0.9963029026985168,-0.08566807955503464,-2.4092037677764893,-0.5433763861656189,0.15852665901184082,0.24542367458343506,0.02017676830291748,-0.08524561673402786 +263,2.9656515249420847,-1.391185858265271,-2.222535133805545,0.03126939386129379,0.9839133620262146,0.1758888065814972,-2.691516399383545,-0.10539675503969193,0.6122646927833557,0.3571278154850006,0.3559456467628479,0.1470329761505127 +264,2.964941823958882,-1.1298348919448238,-2.1620643748487733,0.07500476390123367,0.9043417572975159,0.42016756534576416,-2.111285448074341,-0.7750440239906311,-0.118291474878788,-0.19683092832565308,-0.37998855113983154,-0.3668685555458069 +265,2.9794646325816645,-1.0124237209929794,-2.0714571055197255,0.0855206772685051,0.8481184244155884,0.5228586792945862,-0.09899817407131195,-0.861656904220581,-0.18179674446582794,0.1437731385231018,-0.22107386589050293,-0.4311228394508362 +266,2.9190927634844823,-1.222307376362027,-2.194356688260798,0.07535354793071747,0.9398897886276245,0.33306053280830383,1.8462146520614624,0.7362378835678101,0.09352350980043411,-0.23363295197486877,0.04956650733947754,1.0255210399627686 +267,3.0320986512396004,-1.1801405033183259,-2.0871901158484927,0.04161148890852928,0.9246595501899719,0.37851443886756897,0.6004917621612549,-1.567381501197815,0.08996991813182831,-0.03567582368850708,0.2697679400444031,-0.19803345203399658 +268,2.841070343537782,-1.2623356280619853,-2.193706173687099,0.08986921608448029,0.9528020024299622,0.28998616337776184,2.464885950088501,-0.3071596622467041,0.4625897705554962,-0.0057780444622039795,0.20988720655441284,-0.35759782791137695 +269,2.2358466571591187,-1.4756169298305195,-2.8670088665098725,0.07478170096874237,0.9954738616943359,0.05864598974585533,1.3159173727035522,0.5180992484092712,-0.33399301767349243,-0.32339316606521606,-0.2781887650489807,0.8362362384796143 +270,0.6754945934075232,-1.4981110944008584,1.845294209774476,0.04540862515568733,0.997359573841095,-0.05667316913604736,1.4039543867111206,-0.024623189121484756,-0.27903538942337036,-0.05531156435608864,-0.26478517055511475,0.19711506366729736 +271,0.30334145444226485,-1.4094507938733012,1.4328351792056544,0.04798676073551178,0.9870120286941528,-0.15331172943115234,1.0094380378723145,0.25039324164390564,0.1474912464618683,-0.10693144798278809,0.030382931232452393,0.19882871210575104 +272,0.20405834787816426,-1.3603544216086656,1.2858831785768134,0.04233107343316078,0.977938711643219,-0.2045585662126541,0.3030592203140259,0.3646024465560913,-0.6444051265716553,-0.408313125371933,0.4833955764770508,0.44540324807167053 +273,0.2922756831887783,-1.5056512875675292,1.3224935143479937,0.018757056444883347,0.9978787899017334,-0.062338005751371384,-2.5390844345092773,-0.2694065272808075,0.2200772762298584,0.27891141176223755,0.12020891904830933,-0.1848238706588745 +274,2.8657353857025583,-1.3868426636971602,-2.323876841686856,0.04982200637459755,0.9831281900405884,0.17600324749946594,-2.627652406692505,-0.24556921422481537,0.49298232793807983,0.36500343680381775,0.21468698978424072,0.05202417075634003 +275,2.9425358194084237,-1.1488968652138765,-2.198773500227957,0.08097546547651291,0.9123127460479736,0.40140852332115173,-1.6751478910446167,0.09868111461400986,-0.0637432411313057,-0.2734498083591461,-0.48460865020751953,-0.34740760922431946 +276,2.9861259316431226,-1.056916002630952,-2.135911492753436,0.0761137306690216,0.8708436489105225,0.48563137650489807,0.1587895303964615,-0.7868170738220215,-0.08815833926200867,0.1809816062450409,-0.2621859312057495,-0.39163726568222046 +277,2.9198801808007873,-1.2499565237455335,-2.2406769076380266,0.06934859603643417,0.9489709138870239,0.30764415860176086,-0.20496338605880737,0.6403359770774841,-0.3554932475090027,-0.38410690426826477,0.2126653790473938,1.7941625118255615 +278,3.042682764573181,-1.2221593249639986,-2.113082904622451,0.0337342768907547,0.9398391842842102,0.33994776010513306,0.6083312034606934,-2.047236680984497,0.0654442086815834,0.4471922516822815,0.5592453479766846,-1.0924806594848633 +279,2.849334680866633,-1.2307043298749878,-2.1582290493802248,0.09610778093338013,0.9427239894866943,0.3194291889667511,1.2607094049453735,-1.4586846828460693,-0.07661759853363037,-0.17450742423534393,0.4718116521835327,-0.5636155605316162 +280,2.3465967499034197,-1.4818734253620858,-2.79329502828387,0.0633947029709816,0.9960489869117737,0.062189340591430664,2.0596914291381836,1.813287615776062,-0.2772369384765625,-0.1216222420334816,-0.3008890748023987,1.4529626369476318 +281,0.8120804522288038,-1.5170254760085935,1.8930775072508714,0.03900472819805145,0.9985547065734863,-0.0369768850505352,1.4556822776794434,0.752556324005127,-0.27821600437164307,-0.08491843938827515,-0.19522523880004883,-0.03811162710189819 +282,0.32837678972003126,-1.4232093519740887,1.3429127776770655,0.04742554947733879,0.9891287684440613,-0.13919532299041748,0.7633745670318604,0.47171950340270996,0.10199954360723495,-0.18429690599441528,-0.013191819190979004,0.1777542680501938 +283,0.24948345408474737,-1.3766966496150337,1.2123227057525963,0.04762355983257294,0.9812217354774475,-0.1869116872549057,0.537693202495575,0.5443980693817139,-0.4546250104904175,-0.42904752492904663,0.4668068289756775,0.3470984697341919 +284,0.18055389264057153,-1.4776153566510684,1.0899140346540392,0.016708921641111374,0.9956617951393127,-0.09153475612401962,-2.139923572540283,0.07798732072114944,-0.012062245979905128,0.14443916082382202,0.017354071140289307,-0.21460235118865967 +285,2.8056944844935545,-1.3926881733838326,-2.4701206688142046,0.05839778110384941,0.9841806292533875,0.1672673225402832,-3.4910695552825928,-0.7262142300605774,0.6987242698669434,0.3268256187438965,0.21825778484344482,0.1797328144311905 +286,2.8609097063554523,-1.0991031552619535,-2.2758294890608606,0.12587295472621918,0.8908001780509949,0.4366133213043213,-2.5186243057250977,-0.7842320203781128,-0.01955403760075569,-0.22197279334068298,-0.3503338694572449,-0.2434217929840088 +287,2.881315318095502,-0.961526225460402,-2.1913009008882547,0.14727267622947693,0.8200659155845642,0.5529944896697998,0.0214399266988039,-1.0468127727508545,-0.10629624873399734,0.07991544902324677,-0.14339959621429443,-0.48112553358078003 +288,2.844080209431317,-1.1750774619454025,-2.343970244188828,0.11299837380647659,0.9227197170257568,0.3685377538204193,0.23258346319198608,3.4492037296295166,-0.23737019300460815,-0.2419046014547348,-0.15804064273834229,2.175041437149048 +289,3.003440258874682,-1.0706449645653402,-2.2077183479745672,0.06604158878326416,0.8775100111961365,0.4749891757965088,0.00459596561267972,-2.356144428253174,-0.05627010017633438,0.13149869441986084,0.671058714389801,-0.2890608310699463 +290,2.7456006078119333,-1.0858250116729757,-2.2232400267402723,0.17981767654418945,0.8846883177757263,0.4301068186759949,1.7657190561294556,-2.3001229763031006,-0.04369967430830002,-0.19266559183597565,0.5145272612571716,-0.5880048274993896 +291,2.5654004135967616,-1.3159598878938144,-2.5036413109201936,0.13734622299671173,0.9677045345306396,0.2113865315914154,3.4793381690979004,3.424266815185547,-0.39059019088745117,-0.07737918198108673,-0.3076092004776001,-0.3250950276851654 +292,1.2649676355061543,-1.4907317482222349,2.388553603240818,0.07626665383577347,0.9967965483665466,-0.024079998955130577,1.759648084640503,1.1151708364486694,-0.18935959041118622,-0.08285848796367645,-0.4994364380836487,0.008363429456949234 +293,0.5895576283545378,-1.4232072570501317,1.643089416271256,0.08176127821207047,0.9891284704208374,-0.122229665517807,0.7195291519165039,0.30750513076782227,0.21576477587223053,-0.015889078378677368,0.1597820520401001,0.1575232744216919 +294,0.4591849438749327,-1.3748653815798866,1.5198192871044411,0.08628541231155396,0.9808668494224548,-0.17451348900794983,0.08753747493028641,0.17518974840641022,-0.47164082527160645,-0.5736510753631592,0.4399857521057129,0.2864825129508972 +295,0.475118252020242,-1.4499305920000154,1.4832708109808261,0.055154845118522644,0.9927046298980713,-0.10721719264984131,-2.172485113143921,0.02098706364631653,0.2047148197889328,0.22386738657951355,0.05191206932067871,-0.03906881809234619 +296,2.5232996559826857,-1.4275203543879345,-2.7030852215646064,0.08276551961898804,0.9897535443305969,0.11635235697031021,-2.11775279045105,-0.6349815130233765,0.6703738570213318,0.26475340127944946,0.2886277437210083,-0.05438637733459473 +297,2.7451494642832475,-1.1484548497270026,-2.2874356247398975,0.1582777053117752,0.912131667137146,0.3781058192253113,-3.205811023712158,-1.4337159395217896,-0.5108605623245239,-0.227186381816864,-0.3012765645980835,-0.17269206047058105 +298,2.8658122071198044,-0.9926514524773036,-2.0633194531757444,0.1488029956817627,0.8374778628349304,0.5258216857910156,-0.5209144353866577,-0.4806632995605469,-0.056653112173080444,-0.10444572567939758,-0.20983809232711792,-0.4640998840332031 +299,2.7859284777788917,-1.1533869788996598,-2.208063838081859,0.14116325974464417,0.9141422510147095,0.38002198934555054,3.7824859619140625,4.061579704284668,0.3870304226875305,0.04722170531749725,0.04624587297439575,0.7401561737060547 +300,2.973335690692781,-1.14769278114828,-2.133198029476482,0.06875944882631302,0.9118190407752991,0.4047936499118805,0.20738495886325836,0.6061012148857117,0.07418646663427353,0.10339020937681198,-0.12298554182052612,0.38625237345695496 +301,2.675247644462727,-1.1444454736434497,-2.155313947701675,0.1859428584575653,0.9104809165000916,0.3693913519382477,0.7119381427764893,-0.7383912801742554,0.16351452469825745,0.11685256659984589,0.1951863169670105,-0.1790226399898529 +302,2.479640934459331,-1.2799007609745165,-2.415477905391487,0.17628979682922363,0.9579874277114868,0.22623386979103088,1.5285900831222534,1.3116211891174316,-0.21718569099903107,-0.04272963106632233,-0.25014758110046387,-0.2552103102207184 +303,1.161812615953216,-1.470005110835475,2.3618213455929373,0.09232226759195328,0.9949248433113098,-0.040014635771512985,1.780535101890564,1.049128532409668,-0.35265451669692993,-0.14710134267807007,-0.4576324224472046,0.6966460943222046 +304,0.5909580678636291,-1.420710305852874,1.700937119274938,0.0833079069852829,0.9887582063674927,-0.12416519969701767,1.220280647277832,0.6613954305648804,-0.043659012764692307,-0.1403605043888092,0.05308133363723755,0.045307762920856476 +305,0.40741281781474875,-1.34525966154796,1.4744149895415135,0.08860989660024643,0.9746742248535156,-0.20532523095607758,0.3952144384384155,0.2441067099571228,-0.011518310755491257,-0.15730497241020203,0.24949264526367188,0.27389824390411377 +306,0.46198696711032633,-1.4041799715355436,1.4733908670004108,0.07392216473817825,0.9861515760421753,-0.14846016466617584,-2.2420494556427,0.9085831046104431,0.08727554231882095,0.17400264739990234,0.22075754404067993,-0.028801187872886658 +307,2.3673117850918333,-1.423999981823285,-2.8560822620814035,0.1022721603512764,0.9892447590827942,0.10457180440425873,-2.729271411895752,0.023759357631206512,0.4118499755859375,0.11933121085166931,0.4170510172843933,0.05263948440551758 +308,2.7573596478864797,-1.156593830261956,-2.3492379023815886,0.15086153149604797,0.9154375791549683,0.3731154799461365,-2.827343702316284,-2.1314477920532227,-0.4070712625980377,-0.17242221534252167,-0.2713181972503662,-0.20217129588127136 +309,2.8664348076919626,-1.0070995182686278,-2.133111975101304,0.14517277479171753,0.8452856540679932,0.514215350151062,-0.8200486898422241,-0.41046151518821716,-0.4029315412044525,0.030425384640693665,-0.2089635133743286,-0.43357259035110474 +310,2.7907524435794655,-1.1057998046530746,-2.182787506903163,0.15411607921123505,0.8938231468200684,0.4211040735244751,3.761195421218872,1.6113855838775635,0.2515822649002075,-0.061739325523376465,-0.06490463018417358,0.0972522497177124 +311,2.9245230648114537,-1.1676597448431754,-2.183549828059612,0.08449044823646545,0.9198350310325623,0.38309934735298157,0.5719138979911804,1.6877834796905518,-0.3638632893562317,-0.029940269887447357,0.328288197517395,0.35980528593063354 +312,2.777643913332394,-1.1531747516327555,-2.1742305666548005,0.1443759948015213,0.9140561819076538,0.37902140617370605,0.5266478061676025,-1.6272480487823486,0.3343307375907898,0.010958477854728699,0.11775851249694824,0.0010293126106262207 +313,2.5427927941782675,-1.252343517249165,-2.341284580122278,0.1764778047800064,0.9497209787368774,0.2586223781108856,2.0272088050842285,2.0011987686157227,-0.06758822500705719,0.020940378308296204,-0.18331784009933472,-0.2863171398639679 +314,1.2635834097402092,-1.4532091864843677,2.5282205658382195,0.11182326078414917,0.9930946230888367,-0.03547673299908638,1.6568161249160767,0.21623456478118896,-0.5673995614051819,-0.25165480375289917,-0.44762343168258667,0.5923157334327698 +315,0.5553311257976399,-1.404734169390451,1.7435934723858528,0.08715052902698517,0.9862433075904846,-0.14046014845371246,0.9678390026092529,0.04273976385593414,0.103487528860569,0.14621740579605103,-0.016242027282714844,0.18678580224514008 +316,0.4640874932834549,-1.3510144566303741,1.6395399799957362,0.0975857824087143,0.9759450554847717,-0.19495712220668793,0.23320786654949188,0.5537049770355225,-0.27153927087783813,-0.3030606508255005,0.42917579412460327,0.23876512050628662 +317,0.45992975937227654,-1.4108258407310807,1.5635475796693512,0.0707058310508728,0.987231969833374,-0.14273588359355927,-1.908077359199524,1.343764305114746,-0.18421970307826996,0.2082706093788147,0.21610653400421143,0.12961335480213165 +318,2.2807836109541677,-1.4462009599215384,-2.8887196816871126,0.09424563497304916,0.9922480583190918,0.08100473880767822,-2.274759531021118,-0.4279654920101166,0.466472864151001,0.2828143239021301,0.31568968296051025,-0.09304391592741013 +319,2.7431802890180847,-1.175677312165422,-2.3394444852201506,0.1493312120437622,0.9229507446289062,0.35477083921432495,-2.816663980484009,-0.8395786285400391,0.06667210906744003,0.006003245711326599,-0.2906569242477417,-0.2711678445339203 +320,2.911856006405503,-1.0096811668920218,-2.1898491129399096,0.12117739021778107,0.8466622233390808,0.518149733543396,-0.4391101598739624,0.3210560381412506,0.008359064348042011,-0.05351993441581726,-0.2513558864593506,-0.3178476095199585 +321,2.8043109915771702,-1.11861097380422,-2.2735025398404733,0.14459097385406494,0.8994944095611572,0.41231444478034973,3.557755470275879,1.2699036598205566,0.14032481610774994,-0.09962333738803864,-0.075672447681427,0.15659424662590027 +322,2.944703113515479,-1.1472842929941651,-2.207800320979876,0.08039292693138123,0.9116512537002563,0.4030250310897827,0.23265178501605988,0.6724876165390015,-0.25276947021484375,0.18060865998268127,0.18222081661224365,0.044088125228881836 +323,2.7506156774615844,-1.0901726507383505,-2.1521099988384176,0.17619110643863678,0.8867067694664001,0.4274434745311737,-0.19133442640304565,-1.9257409572601318,-0.09404461830854416,-0.001889944076538086,0.25108015537261963,-0.1528005599975586 +324,2.5091550164701024,-1.255973375571843,-2.3998695915748494,0.18303734064102173,0.9508512020111084,0.24975931644439697,2.716954469680786,2.7876837253570557,-0.03739352151751518,0.11955972015857697,-0.1843256950378418,-0.2083011269569397 +325,1.482105750296203,-1.4596765607339064,2.692823897455218,0.11045517772436142,0.993832528591156,-0.009822100400924683,0.49878793954849243,-0.5114383697509766,-0.3550354242324829,-0.384106308221817,-0.3906068801879883,0.27559971809387207 +326,0.714617525073968,-1.4188299743062074,1.8800980611106881,0.0992046371102333,0.9884753227233887,-0.11434511840343475,1.0217702388763428,0.13950073719024658,0.06653791666030884,0.03713260591030121,0.05098378658294678,0.25193357467651367 +327,0.499833391459169,-1.3453973220383453,1.646134574789755,0.10711689293384552,0.9747049808502197,-0.19615383446216583,0.5491151809692383,-0.13367809355258942,-0.16224154829978943,-0.23158283531665802,0.33355313539505005,0.30058494210243225 +328,0.5781123182137056,-1.397152513829649,1.6975512149491894,0.09441044181585312,0.984961748123169,-0.14469614624977112,-1.936117172241211,0.1986609548330307,0.2229936122894287,-0.015965022146701813,0.21209019422531128,-0.10438834130764008 +329,2.1953405811400484,-1.4207241990540849,-2.8694575624556293,0.12128638476133347,0.9887602925300598,0.08742222189903259,-2.6566660404205322,-0.7039302587509155,0.20116502046585083,-0.03811077028512955,0.3150421977043152,-0.025822408497333527 +330,2.719558279635811,-1.1193035433940064,-2.187224643476706,0.17871986329555511,0.8997967839241028,0.39802661538124084,-3.247196674346924,-1.9755785465240479,-0.5650700330734253,0.006964370608329773,-0.27751272916793823,-0.17677420377731323 +331,2.838489695124598,-0.9461779967382022,-1.9363085305715155,0.1745493859052658,0.8111863732337952,0.5581304430961609,-0.8739378452301025,-0.9914491772651672,-0.48323026299476624,-0.06322123110294342,-0.25312650203704834,-0.5909978151321411 +332,2.7570495099943573,-1.0510277807615829,-1.9868247686726332,0.18632197380065918,0.8679341673851013,0.4604063928127289,3.5398478507995605,1.694138526916504,0.2159491926431656,0.005099490284919739,-0.041319966316223145,0.41816413402557373 +333,2.8838629723684477,-1.0672449754512585,-1.941991972203844,0.1229923814535141,0.875874400138855,0.46660131216049194,0.009731283411383629,0.05160241201519966,-0.3397673964500427,0.0578700453042984,-0.003911018371582031,0.32362085580825806 +334,2.7769262650305517,-1.0701135334989595,-1.89845956260394,0.1711948961019516,0.8772550225257874,0.4484596848487854,0.3385573923587799,0.2205212563276291,-0.005411459133028984,0.2866450846195221,0.16423362493515015,-0.014530181884765625 +335,2.4821383533388413,-1.2718217829042546,-2.210107656815652,0.18046043813228607,0.9556390047073364,0.23278282582759857,3.5168771743774414,3.6693105697631836,0.23313483595848083,0.17247533798217773,-0.12128859758377075,-0.25235992670059204 +336,1.8347320023456752,-1.4072294514294212,-2.9815994704235695,0.1571987420320511,0.9866527318954468,0.04248141869902611,1.211154580116272,0.7095680832862854,-0.1540297418832779,-0.05540740489959717,-0.3643384575843811,-0.0883951261639595 +337,1.1231211402635286,-1.4106326386664574,2.519333336340497,0.14376385509967804,0.9872012138366699,-0.06903410702943802,1.1514904499053955,0.8054097294807434,-0.07920083403587341,-0.08576519787311554,-0.0681796669960022,0.12277556210756302 +338,0.6569298542512194,-1.3318462561198179,1.9877742246947454,0.14453928172588348,0.9715870022773743,-0.18742196261882782,0.6989443302154541,0.6062712073326111,-0.09868846833705902,-0.2672504782676697,0.15158188343048096,0.4155256152153015 +339,0.6016516647403563,-1.3569639770845463,1.90431897263593,0.12010996043682098,0.9772248268127441,-0.17494350671768188,-1.5426405668258667,0.9638977646827698,-0.009357074275612831,0.2363964021205902,0.48761892318725586,0.14300686120986938 +340,1.8657297033856752,-1.4233779819325136,-3.064995931507989,0.140542671084404,0.9891535639762878,0.042695943266153336,-2.204023838043213,-0.8708987236022949,0.07775993645191193,-0.0007263720035552979,0.25494128465652466,-0.02377498149871826 +341,2.6601245604314827,-1.1669037373634992,-2.149238842545886,0.18199105560779572,0.9195381999015808,0.34832271933555603,-3.186561107635498,-2.072687864303589,-0.32880157232284546,0.0587315708398819,-0.1996590495109558,-0.0923260748386383 +342,2.8344500078026384,-0.9696948838498337,-1.8879496600222452,0.17098671197891235,0.8247131705284119,0.5390844345092773,-1.1866376399993896,-0.06738115102052689,-0.24385321140289307,-0.09580661356449127,-0.3372252583503723,-0.4474552869796753 +343,2.783511616157692,-1.00250133687366,-1.90410962855732,0.18862555921077728,0.8428198099136353,0.5040585398674011,2.4436378479003906,0.20404693484306335,0.16928726434707642,0.01149342954158783,-0.03459233045578003,-0.004684269428253174 +344,2.8510206037368824,-1.0184689244391563,-1.8622906192105146,0.15031808614730835,0.8513057231903076,0.5026757717132568,-0.48965442180633545,0.05297921970486641,-0.7822062969207764,0.06321336328983307,-0.020724117755889893,0.2586919665336609 +345,2.748259107156066,-1.015390730915768,-1.7923355773061298,0.2020934820175171,0.8496866226196289,0.48702260851860046,-0.053064581006765366,-3.2993431091308594,-0.03539133816957474,0.4636322557926178,0.24796968698501587,-0.7118760943412781 +346,2.508376702545761,-1.197487329291165,-2.0481134143938133,0.2158067375421524,0.9311256408691406,0.29399386048316956,3.456245183944702,2.0726065635681152,0.0264628604054451,0.009977549314498901,0.2113303542137146,-0.14874553680419922 +347,2.019260260303484,-1.378969305988841,-2.681342795053785,0.17179954051971436,0.9816575646400452,0.0826634094119072,1.0365779399871826,-1.0956220626831055,-0.36259979009628296,-0.28237998485565186,-0.35528433322906494,-0.09323776513338089 +348,1.184683846928179,-1.4206367043042194,2.7397520549086174,0.13858304917812347,0.988747239112854,-0.05633647367358208,0.8841007947921753,0.11575527489185333,-0.18083897233009338,0.04008212685585022,-0.10413414239883423,0.2244424819946289 +349,0.7264877836665554,-1.3540371374345748,2.2458690367503595,0.14285744726657867,0.9765995740890503,-0.1607646644115448,1.592631459236145,-0.038212668150663376,0.08336200565099716,-0.10820470750331879,0.13236355781555176,0.2906627655029297 +350,0.5228675957831058,-1.3280628402135424,2.0195751561807014,0.12002620100975037,0.9706845879554749,-0.2082429677248001,0.07218296825885773,0.16743141412734985,-0.681673526763916,-0.22782954573631287,0.5441621541976929,0.4455934166908264 +351,1.4926122117492737,-1.4407803761069315,2.9506276496334567,0.12925280630588531,0.9915598034858704,-0.01012615766376257,-2.5661768913269043,-1.4949034452438354,0.32917219400405884,0.18681775033473969,0.06889533996582031,-0.6633357405662537 +352,2.5880434902881,-1.2354316908653238,-2.114848679880434,0.173018217086792,0.9442903399467468,0.2799651324748993,-3.1429879665374756,-0.6490301489830017,0.23679588735103607,0.2616741955280304,0.0447995662689209,0.06936955451965332 +353,2.8231923181079965,-0.9940557106875246,-1.7937255603601765,0.17070329189300537,0.8382444381713867,0.5178868770599365,-1.8467165231704712,0.007226691581308842,-0.4070452153682709,-0.42781388759613037,-0.43632781505584717,-0.37552231550216675 +354,2.8602232790790763,-0.9462995865366836,-1.7115251627298302,0.16235150396823883,0.8112574815750122,0.5616970062255859,0.9999684691429138,-0.5660779476165771,0.011510646902024746,0.23359884321689606,-0.18779850006103516,-0.5073298811912537 +355,2.836060977743093,-1.093913145113343,-1.832457944317187,0.1380709409713745,0.8884298801422119,0.4377538859844208,-2.834573268890381,1.0363287925720215,-0.7113690376281738,-0.598413348197937,0.8586097955703735,1.9896295070648193 +356,2.9045417476799935,-1.0469466260752716,-1.6914088196383932,0.11746957898139954,0.865899920463562,0.48622873425483704,0.35300713777542114,-3.4241182804107666,-0.3608599007129669,-0.036567479372024536,0.347387433052063,-1.2198255062103271 +357,2.6968333474070225,-1.1239889318496559,-1.7659339686334914,0.18590205907821655,0.9018312096595764,0.39005252718925476,3.0283732414245605,-0.49252748489379883,0.35556817054748535,0.006084054708480835,0.22054427862167358,-0.5095593929290771 +358,1.970609331739117,-1.3834548538776927,-2.756289855415447,0.1715594083070755,0.9825028777122498,0.07249634712934494,1.040516972541809,-1.0637837648391724,-0.0735008493065834,-0.5432177782058716,0.09350121021270752,0.3880901336669922 +359,1.197789109990093,-1.408540884627057,2.766296750949774,0.15043598413467407,0.9868654608726501,-0.05886963754892349,1.2105680704116821,0.08345192670822144,-0.266689270734787,-0.031280115246772766,-0.25914329290390015,0.235093355178833 +360,0.734300286088769,-1.3609877665494219,2.2345182024609134,0.13955701887607574,0.9780707955360413,-0.15460096299648285,1.0636354684829712,0.5474618077278137,-0.04772726073861122,-0.05145278573036194,0.023424625396728516,0.15687453746795654 +361,0.4850953518708913,-1.3112698749585634,1.9404463472274294,0.11966140568256378,0.966511607170105,-0.22701647877693176,0.6190953850746155,0.3890575170516968,-0.5932035446166992,-0.2551136612892151,0.5255079865455627,0.3007164001464844 +362,0.7381162277861711,-1.4243691011497326,2.123965753618089,0.098178431391716,0.9892987012863159,-0.10793095082044601,-2.6264898777008057,0.6390009522438049,0.11387544125318527,0.3732418715953827,0.027073979377746582,0.023656725883483887 +363,2.4395339795065785,-1.3723510945438433,-2.3930522938717393,0.12731412053108215,0.980374276638031,0.15052266418933868,-4.1696929931640625,-1.8053733110427856,0.40556955337524414,0.26588955521583557,0.22610747814178467,0.18198153376579285 +364,2.7905275765810815,-1.0250171988409174,-1.860459045261152,0.17851205170154572,0.8547230958938599,0.4874235987663269,-2.4362704753875732,-0.22700130939483643,-0.2125186324119568,-0.1505121886730194,-0.34854328632354736,-0.3197143077850342 +365,2.844142711959069,-0.9037450050726907,-1.7498003155747537,0.18132232129573822,0.7856493592262268,0.5915043354034424,0.20301030576229095,-0.40453431010246277,-0.12334703654050827,0.034314900636672974,-0.2309008240699768,-0.5607731342315674 +366,2.784435806905387,-1.0802882495946342,-1.8799289328221047,0.16469316184520721,0.882093608379364,0.4413468837738037,1.8852958679199219,0.4830007255077362,0.16411517560482025,-0.11966449022293091,-0.1465590000152588,1.5029737949371338 +367,2.9086756469064916,-1.029378420788701,-1.7239495015799644,0.11895176768302917,0.8569788336753845,0.5014356374740601,0.7436648011207581,-0.920049250125885,-0.3143080472946167,0.2625332176685333,0.03480583429336548,-0.33609145879745483 +368,2.7571979224803207,-1.0938058108892317,-1.7903308983953083,0.1721646636724472,0.8883806467056274,0.4256049394607544,1.9802757501602173,0.009014775976538658,0.24498452246189117,-0.0011899322271347046,0.12106466293334961,0.13666623830795288 +369,2.4136006146986917,-1.318934131953829,-2.27671832203216,0.16581600904464722,0.9684500098228455,0.18603672087192535,2.4962656497955322,0.5433127880096436,0.18127621710300446,-0.2090441882610321,-0.29507964849472046,1.0124495029449463 +370,1.8221332114992315,-1.4097224982843257,-2.900685670248107,0.15533946454524994,0.9870556592941284,0.03988596424460411,1.7552603483200073,0.6396735310554504,-0.13100378215312958,-0.11726880073547363,-0.2988079786300659,-0.0873255729675293 +371,1.1400653997931,-1.3993167439420604,2.6570878754981515,0.15505456924438477,0.9853333830833435,-0.07124850153923035,0.9968891143798828,1.0279383659362793,0.12494655698537827,-0.12417078018188477,-0.041256844997406006,0.08595800399780273 +372,0.8708013465957007,-1.3523243335862407,2.341806365281082,0.16577166318893433,0.9762297868728638,-0.1396261304616928,0.13283051550388336,0.3064097464084625,-0.20052169263362885,-0.3261873126029968,0.3120698928833008,0.11867575347423553 +373,0.9384295165895888,-1.4002595348244964,2.3694226259981797,0.13689421117305756,0.9854938387870789,-0.10030869394540787,-1.7426435947418213,1.0499241352081299,0.10583892464637756,0.07578279078006744,0.10047411918640137,-0.07875321805477142 +374,2.263459214963174,-1.3666808095082135,-2.4820423861704928,0.15598852932453156,0.9792406558990479,0.12944282591342926,-2.6776087284088135,-1.4938913583755493,0.14020785689353943,0.10170191526412964,0.30162787437438965,-0.030382752418518066 +375,2.664367706610073,-1.1350148766544776,-1.9604580910269938,0.19388610124588013,0.9065404534339905,0.3749571144580841,-2.443131685256958,-1.5177375078201294,-0.2154686003923416,-0.07218196988105774,-0.23400920629501343,-0.09709450602531433 +376,2.7950134507993183,-0.9968645709868794,-1.7384010304511734,0.1844264417886734,0.8397727608680725,0.510654866695404,-1.0686137676239014,-0.5187581777572632,-0.5478724241256714,-0.0656062513589859,-0.12552416324615479,-0.3827710747718811 +377,2.7818228485851444,-1.0157223965994313,-1.6883991596502637,0.1855371743440628,0.8498615026473999,0.49326619505882263,1.6988896131515503,0.23824813961982727,0.11552102118730545,0.111032634973526,-0.2118610143661499,-0.05622386932373047 +378,2.7581858076600216,-1.0919776498932603,-1.7472565349128388,0.17235128581523895,0.887539803981781,0.4272800385951996,-1.0842548608779907,-0.20821931958198547,-0.5560915470123291,-0.22890035808086395,0.24748528003692627,0.4304165244102478 +379,2.777299077991143,-1.0942956502829113,-1.623055491795422,0.16342000663280487,0.8886054158210754,0.4285721480846405,-0.5396844744682312,-2.219599485397339,-0.24241194128990173,0.7236801981925964,0.306584894657135,-0.7171616554260254 +380,2.5984193044572312,-1.1554682920362487,-1.717217193087642,0.20854610204696655,0.9149839878082275,0.3454171419143677,2.1551766395568848,-0.014760248363018036,-0.012811725959181786,0.06417426466941833,0.392877459526062,-0.4748116433620453 +381,2.009588733530276,-1.3796873212150378,-2.485819069233707,0.17195333540439606,0.9817941784858704,0.08069875091314316,0.7891123294830322,-0.977033257484436,-0.1823369562625885,-0.34910786151885986,-0.16486912965774536,0.27641797065734863 +382,1.3095575877443801,-1.4182551418832803,3.068146270378299,0.14679460227489471,0.9883881211280823,-0.039245299994945526,0.9851408004760742,0.5076993107795715,-0.22889211773872375,-0.09087112545967102,-0.16407787799835205,0.24284332990646362 +383,0.759347718006763,-1.3723884445175762,2.4498425317263566,0.13569894433021545,0.9803816676139832,-0.14295977354049683,0.7503926157951355,0.6292455792427063,-0.1446804404258728,-0.21771492063999176,0.07584691047668457,0.3744508624076843 +384,0.5857915325824604,-1.3994566249587213,2.2330131238671203,0.0942642018198967,0.9853572249412537,-0.14207594096660614,-1.1478720903396606,0.9212641716003418,-0.6520507335662842,0.029713422060012817,0.6087742447853088,0.32582229375839233 +385,2.280236907457647,-1.4506574506369665,-2.4029300000302154,0.09093313664197922,0.992792010307312,0.078071229159832,-2.4027085304260254,-0.6314265727996826,0.11922688782215118,0.3696381747722626,0.1614285111427307,-0.1095043495297432 +386,2.773384988258915,-1.2120395702050004,-1.8725091548304336,0.12638002634048462,0.9363340735435486,0.3275768756866455,-2.8241937160491943,-0.8896895051002502,0.25752565264701843,0.18166442215442657,-0.14940780401229858,-0.2238934338092804 +387,2.8758485909610747,-0.9946076826979057,-1.7399046273752319,0.14308761060237885,0.8385452628135681,0.52570641040802,-1.4098403453826904,0.06748659908771515,0.036547765135765076,-0.08862900733947754,-0.19750851392745972,-0.2598527669906616 +388,2.8403643534416214,-1.0199354351392802,-1.7545431933328692,0.1552954912185669,0.8520742058753967,0.49985256791114807,2.5169970989227295,-0.10303341597318649,0.02308850735425949,0.008538082242012024,-0.24497288465499878,-0.18997719883918762 +389,2.8591677653052057,-1.1348023003650227,-1.795550628842607,0.11769214272499084,0.9064506888389587,0.4055810570716858,-0.17209506034851074,0.6463409066200256,-0.637270450592041,0.08718763291835785,0.17170488834381104,0.6233649849891663 +390,2.8443231402497346,-1.066997870105486,-1.736290366321873,0.1414041519165039,0.8757551312446594,0.46158164739608765,0.5719157457351685,-2.3704869747161865,0.19513195753097534,-0.24452301859855652,0.6238938570022583,-0.8880801200866699 +391,2.6300386616781752,-1.251652745996375,-1.9325258183194598,0.1535927802324295,0.9495044946670532,0.27358850836753845,3.437385320663452,1.6969355344772339,-0.13255611062049866,0.00944739580154419,0.3079417943954468,-0.1751844882965088 +392,2.212983547496748,-1.4315830482109035,-2.466956519942449,0.1111207976937294,0.9903254508972168,0.0831126943230629,1.74781334400177,1.0665321350097656,-0.31246837973594666,-0.1527467966079712,-0.4147486686706543,-0.08851432800292969 +393,0.9486907542832539,-1.4618357009626604,2.4701542920047994,0.08837234973907471,0.9940696358680725,-0.06337115168571472,1.4004714488983154,0.179655060172081,-0.10265497118234634,-0.02179822325706482,-0.15549242496490479,0.15672439336776733 +394,0.5134336565719807,-1.3758318176292266,1.9943540333571428,0.09515553712844849,0.9810545444488525,-0.1687527745962143,0.7531055808067322,-0.031119585037231445,0.01969677396118641,-0.17459282279014587,0.11324477195739746,0.239690899848938 +395,0.34103079250487256,-1.3617649669301277,1.792134029061359,0.06940441578626633,0.9782323837280273,-0.19556209444999695,-0.7645409107208252,0.4271247088909149,-0.5825448036193848,-0.19582346081733704,0.44632816314697266,0.5746514797210693 +396,1.5090933947485325,-1.5058055745011574,2.923640485889702,0.0648234635591507,0.9978888630867004,-0.004004881717264652,-3.100853204727173,-0.626617431640625,0.2619152367115021,0.1350513994693756,0.029973864555358887,-0.12220054864883423 +397,2.7771095095378886,-1.2574679447017159,-2.0077169058259976,0.10987236350774765,0.9513129591941833,0.2879784405231476,-3.3011128902435303,-1.2544620037078857,0.34252312779426575,0.24942633509635925,0.17661666870117188,0.015991896390914917 +398,2.8619221640042443,-1.002144892124525,-1.8180027397992367,0.14864590764045715,0.8426279425621033,0.5175736546516418,-1.7974509000778198,-0.4147641956806183,-0.13397139310836792,-0.22866304218769073,-0.45131635665893555,-0.5005753636360168 +399,2.8713415816610857,-0.9252792503197721,-1.74925169389209,0.16061431169509888,0.7987887859344482,0.5797755122184753,0.6801021099090576,-0.5790581107139587,-0.10745174437761307,0.14472933113574982,-0.1962190866470337,-0.5209223628044128 +400,2.7773796086915254,-1.1331822201775266,-1.87775327861658,0.15095625817775726,0.9057653546333313,0.3959815502166748,-1.9160796403884888,-0.3734131455421448,-0.2850375771522522,-0.34512433409690857,0.475628137588501,1.9410698413848877 +401,2.828904203353992,-1.0857667963920103,-1.781180773551752,0.14342202246189117,0.8846611976623535,0.44362673163414,0.7293964624404907,-2.4790306091308594,-0.13230301439762115,-0.07388775050640106,0.3917364478111267,-1.3366930484771729 +402,2.6995802376368134,-1.16749912028731,-1.8433426546042126,0.16787537932395935,0.9197719693183899,0.35473528504371643,1.9240515232086182,-0.1371212750673294,-0.0981849730014801,-0.08808718621730804,0.3688783645629883,-0.44908037781715393 +403,2.366307005427358,-1.3946477202677066,-2.2836189798659903,0.1226528137922287,0.9845259189605713,0.12515889108181,3.504145622253418,-0.030778290703892708,-0.5611041784286499,-0.1393917053937912,-0.20171964168548584,0.14307533204555511 +404,1.464446520773418,-1.48025317479781,3.0349534493476042,0.08990882337093353,0.9959037899971008,-0.00959799811244011,1.2668997049331665,0.32111069560050964,-0.18693231046199799,-0.02402135729789734,-0.21527940034866333,0.1123812198638916 +405,0.5608336200630379,-1.4090475309783328,2.077935850364356,0.08565831184387207,0.9869471788406372,-0.13637439906597137,1.0199307203292847,0.15996335446834564,0.01348607987165451,-0.13329625129699707,-0.027947545051574707,0.1732243299484253 +406,0.38893300195160674,-1.3571725033969846,1.9043124811204395,0.08039168268442154,0.9772690534591675,-0.19616904854774475,0.09354769438505173,0.11545851081609726,-0.38079482316970825,-0.39225077629089355,0.47587114572525024,0.33607685565948486 +407,0.5663721277053203,-1.4685406299163508,2.0050520828560945,0.05477193742990494,0.9947764277458191,-0.08613807708024979,-2.349489212036133,0.47905614972114563,0.18158364295959473,0.33206889033317566,0.0015156269073486328,-0.2337166666984558 +408,2.6866613083037914,-1.389354181523865,-2.1008947115482286,0.07928907126188278,0.983584463596344,0.1620950549840927,-2.591076612472534,-0.2834717929363251,0.45943236351013184,0.2910569906234741,0.27463996410369873,0.0297078937292099 +409,2.845405468465813,-1.1129715075532534,-1.83875077717437,0.12900854647159576,0.8970160484313965,0.4227522313594818,-2.089506149291992,-0.9531564712524414,-0.0842910036444664,-0.13280795514583588,-0.30875909328460693,-0.3560253977775574 +410,2.8862439135888125,-1.0070242038669723,-1.745417215069579,0.13497477769851685,0.845245361328125,0.5170511603355408,-0.04094574600458145,-0.4832272231578827,-0.12230514734983444,0.05716387927532196,-0.20678716897964478,-0.4116130471229553 +411,2.802451352859494,-1.1917149362662982,-1.8405198169027286,0.12311305105686188,0.929004967212677,0.3489885628223419,2.3098933696746826,0.6129290461540222,-0.03399612754583359,-0.08395898342132568,-0.010776877403259277,0.812586784362793 +412,2.889857397667859,-1.1446570261547027,-1.7568364116384,0.10296138375997543,0.910568356513977,0.40033021569252014,-0.4856383502483368,-0.6114525198936462,-0.18269102275371552,-0.02134212851524353,0.14306628704071045,0.3134300708770752 +413,2.7515895887502113,-1.1667030083978158,-1.7542044215507266,0.14948566257953644,0.9194592833518982,0.3636603355407715,1.0210667848587036,-0.2296052724123001,0.149184912443161,0.21611495316028595,0.07581061124801636,-0.1795324981212616 +414,2.6073432225952717,-1.30869552230388,-1.9729225986670476,0.1319376826286316,0.9658477902412415,0.22300349175930023,2.893263578414917,1.320785403251648,-0.24766847491264343,-0.09151716530323029,-0.10223084688186646,-0.2728844881057739 +415,1.7744452528559704,-1.4847425758648032,-2.915115126474052,0.08417121320962906,0.996299684047699,0.017382342368364334,1.0197192430496216,1.0294268131256104,-0.36264297366142273,-0.09727853536605835,-0.3740310072898865,0.20063519477844238 +416,0.4886296354639393,-1.432498342132519,1.9954063930642059,0.06471259891986847,0.9904520511627197,-0.12172506004571915,1.2864587306976318,0.19670796394348145,0.0366649404168129,-0.0010224059224128723,-0.060139000415802,0.32953453063964844 +417,0.3379396203842469,-1.3668181274284914,1.82152778319198,0.06715966761112213,0.979268491268158,-0.19110921025276184,0.3605286478996277,0.05233820900321007,-0.0008826851844787598,-0.23869898915290833,0.22371912002563477,0.10324910283088684 +418,0.2042265737961933,-1.4334711864917524,1.6437761325595364,0.02776324935257435,0.9905856847763062,-0.13404810428619385,-1.903963327407837,1.0087476968765259,-0.1643688976764679,0.3525162935256958,0.23484748601913452,0.00036588311195373535 +419,2.675582368202348,-1.426635952344911,-2.1142739275312614,0.06455106288194656,0.9896268844604492,0.1283431351184845,-2.738656759262085,-1.7689909934997559,0.4816722273826599,0.15755587816238403,0.5361299514770508,0.09893655776977539 +420,2.8565952566643933,-1.167312210196457,-1.8992252805693326,0.11038852483034134,0.9196986556053162,0.3767876625061035,-2.4845051765441895,-0.807043194770813,0.14652767777442932,-0.10155367851257324,-0.3150995969772339,-0.4579033851623535 +421,2.907632722343155,-1.0018498323628646,-1.7774920067602638,0.12489793449640274,0.8424690365791321,0.5240671634674072,-0.7502284646034241,-0.3230825960636139,-0.1800219714641571,-0.01756761223077774,-0.3024604916572571,-0.3020671010017395 +422,2.8069324261034314,-1.1435707095157552,-1.8488295510038457,0.1360916793346405,0.910118818283081,0.39136019349098206,3.996284246444702,0.41991639137268066,0.08836892992258072,-0.0008530020713806152,-0.030510663986206055,0.3777742385864258 +423,2.860597510085138,-1.1757164104347935,-1.7972144174868936,0.10673242807388306,0.9229658246040344,0.36978715658187866,0.5470309257507324,-0.6514553427696228,-0.24686184525489807,0.20204447209835052,-0.1271892786026001,0.31772807240486145 +424,2.698444050903783,-1.1513760589762678,-1.7894162393703927,0.17461489140987396,0.9133251905441284,0.3678947687149048,0.38411369919776917,-0.7441765069961548,0.23212631046772003,0.19835568964481354,0.20363330841064453,-0.3002678453922272 +425,2.420223728362294,-1.3144096362481847,-2.119299050213798,0.16747263073921204,0.9673125743865967,0.19041955471038818,4.0580735206604,0.5186066627502441,-0.32755208015441895,-0.018607839941978455,0.07530534267425537,-0.4982350766658783 +426,1.8574707700588695,-1.4448774577645334,-2.7686213798339474,0.12046052515506744,0.9920827150344849,0.03551112115383148,1.351241111755371,1.0479965209960938,-0.37138667702674866,-0.10784152895212173,-0.49791163206100464,-0.16904079914093018 +427,0.6054110812000796,-1.4117245612205769,2.1583786838605468,0.09014665335416794,0.9873747229576111,-0.1302490085363388,1.336065411567688,0.28006261587142944,-0.03782815486192703,0.08935777097940445,-0.08699929714202881,0.3889617919921875 +428,0.40594609361198825,-1.3457660565887732,1.9605488331443064,0.08811383694410324,0.9747873544692993,-0.20500172674655914,0.18557727336883545,0.2874777615070343,-0.131308451294899,-0.29300886392593384,0.10600793361663818,0.33380115032196045 +429,0.21680962584610317,-1.411231598052743,1.7314240190347954,0.034179411828517914,0.9872965216636658,-0.15516920387744904,-1.7930701971054077,0.8188571333885193,-0.45847374200820923,0.3185427784919739,0.1915212869644165,0.10231272876262665 +430,2.6385358680607696,-1.4723339355029283,-2.144966877892786,0.04739255830645561,0.995156466960907,0.0861247256398201,-2.4408557415008545,-1.432390809059143,0.21276086568832397,0.3668835461139679,0.572806179523468,-0.08757436275482178 +431,2.905259623984289,-1.2276538983252114,-1.834539287637015,0.07877561450004578,0.9417020678520203,0.327095627784729,-2.1437807083129883,0.11110899597406387,0.10474435985088348,-0.08374995738267899,-0.41806626319885254,-0.4906698763370514 +432,2.9661144272860427,-1.0755668892034727,-1.7163499963549997,0.08296584337949753,0.8798596858978271,0.46793562173843384,-0.5806161761283875,-0.3345727026462555,-0.205307736992836,0.054943084716796875,-0.33946967124938965,-0.22608375549316406 +433,2.8885795007839494,-1.2067693119657166,-1.743491512386191,0.08912482112646103,0.9344706535339355,0.34470486640930176,3.033447265625,-0.7322938442230225,-0.2386435568332672,-0.11862009763717651,-0.04762983322143555,0.48573946952819824 +434,2.92972738835719,-1.2193963533492365,-1.639087382092733,0.07238227128982544,0.9388917684555054,0.3365158140659332,-0.617792546749115,0.028614751994609833,-0.05724385380744934,0.23009267449378967,0.19367647171020508,0.4681411683559418 +435,2.828526628547083,-1.177462239931869,-1.6310656831937513,0.11803850531578064,0.9236363172531128,0.36464110016822815,0.5709479451179504,-1.9648579359054565,0.05586022138595581,0.031345024704933167,0.30315518379211426,-0.6326922178268433 +436,2.5247019523212657,-1.3972933159829999,-1.954078747792638,0.09986882656812668,0.9849860668182373,0.140813946723938,1.8799784183502197,0.6249984502792358,-0.25650733709335327,0.024429284036159515,-0.14857560396194458,0.399225115776062 +437,2.0399459516079284,-1.4986471749776507,-2.5106979849985485,0.06429879367351532,0.9973983764648438,0.032592836767435074,1.4844393730163574,1.9078896045684814,-0.37252044677734375,-0.02381720393896103,-0.3611830472946167,0.0519104041159153 +438,0.3421836349262096,-1.4225745887705632,2.0107412526722017,0.04955330491065979,0.9890352487564087,-0.1391182243824005,1.5735589265823364,-0.15147355198860168,-0.009569475427269936,-0.1461261808872223,-0.10385763645172119,0.3977241516113281 +439,0.1815368417907653,-1.3632981052938045,1.8278399073325144,0.03719382733106613,0.9785493612289429,-0.20262743532657623,0.4132518768310547,-0.43143749237060547,-0.4264853000640869,-0.31713157892227173,0.43017256259918213,0.39664292335510254 +440,-0.0580421339882982,-1.4785813130397,1.5029791586676438,-0.005341715179383755,0.9957512021064758,-0.09192831069231033,-2.652555227279663,0.29084354639053345,0.15731224417686462,0.26303213834762573,0.2983618378639221,-0.2388669103384018 +441,2.876800179949784,-1.3915171314809165,-1.7741454431891077,0.04666817933320999,0.9839724898338318,0.1721058487892151,-2.4396402835845947,-2.1266562938690186,0.7670102715492249,0.2106102705001831,0.4606075882911682,0.05337333679199219 +442,2.896487301197335,-1.1342165514373044,-1.6979652194547017,0.10260642319917679,0.9062031507492065,0.41020482778549194,-1.8498101234436035,-0.9571242928504944,0.05218624323606491,-0.23045982420444489,-0.458815336227417,-0.5682248473167419 +443,2.9167893051662506,-1.0438520527386512,-1.6206980616723061,0.11210262030363083,0.8643478155136108,0.4902409017086029,0.23672635853290558,-0.5602287650108337,-0.18015062808990479,0.11941902339458466,-0.2864820957183838,-0.439169704914093 +444,2.7980663229354548,-1.2317661964041,-1.691526071860779,0.11201342940330505,0.9430776834487915,0.3131408393383026,1.7211493253707886,-0.2607397735118866,-0.18433384597301483,-0.16596856713294983,0.11963582038879395,0.6862334609031677 +445,2.859134780207274,-1.2058870571111047,-1.5940968513402858,0.09946424514055252,0.9341561198234558,0.3427233099937439,-1.0249327421188354,-1.1875364780426025,-0.22538286447525024,-0.04947642982006073,0.22108685970306396,0.3939557373523712 +446,2.7568368121357976,-1.2159210393963193,-1.567308169854934,0.13041801750659943,0.9376898407936096,0.3220692574977875,1.1033426523208618,-0.6709803342819214,0.16023747622966766,0.12269476056098938,0.07520365715026855,0.7109201550483704 +447,2.4816899429823756,-1.3848091292577436,-1.8432830564710447,0.11336129903793335,0.9827541708946228,0.14609374105930328,2.7436108589172363,0.36235883831977844,-0.4323575496673584,-0.03735727816820145,-0.18537569046020508,-0.12760008871555328 +448,1.849075300964318,-1.4908842434376814,-2.548516446682298,0.07675570994615555,0.9968087077140808,0.021928487345576286,1.616063117980957,1.3640902042388916,-0.25789904594421387,-0.10532018542289734,-0.4241769313812256,-0.011781454086303711 +449,0.4007325285070909,-1.4094025453015895,2.229210616507567,0.062685526907444,0.987004280090332,-0.14796294271945953,0.9940012097358704,0.08249900490045547,0.05668829753994942,-0.1038995161652565,-0.03238397836685181,0.49323880672454834 +450,0.23767975547006812,-1.359796797133933,2.0600752964279736,0.049311716109514236,0.9778220653533936,-0.20354966819286346,-0.08217217773199081,-0.08339784294366837,-0.3867296874523163,-0.33805376291275024,0.26795125007629395,0.2543003559112549 +451,0.01949308858808542,-1.4813200488135445,1.7570361343371719,0.0017417471390217543,0.9959996938705444,-0.08934071660041809,-2.689556360244751,0.6090614199638367,0.07256051898002625,0.39085161685943604,0.34601080417633057,-0.1772456169128418 +452,2.89304103131021,-1.419080347209695,-1.5694793035711707,0.03717934712767601,0.988513171672821,0.1464909166097641,-2.2805798053741455,-0.8529329299926758,0.4348641037940979,0.15157189965248108,0.2326783537864685,0.1643000990152359 +453,2.9238959844787575,-1.185730465393153,-1.5055231942488965,0.08112695068120956,0.9267736673355103,0.36675480008125305,-1.639151692390442,-0.8386046886444092,0.08267255872488022,-0.06789758801460266,-0.37269651889801025,-0.40770936012268066 +454,2.9353787542306784,-1.100000821882662,-1.4477461777932727,0.09287621080875397,0.891207754611969,0.4439854621887207,0.3546060025691986,-0.7356386780738831,-0.200826957821846,0.018741853535175323,-0.32963836193084717,-0.3677524924278259 +455,2.850966855393563,-1.2778027699558818,-1.5090341125240647,0.08276180177927017,0.9573835730552673,0.2767079472541809,1.205976963043213,-0.8401300311088562,-0.17983101308345795,-0.15591242909431458,0.001585543155670166,0.8128001689910889 +456,2.9757658236301854,-1.2460299964654589,-1.378189547722829,0.05267109349370003,0.9477252960205078,0.3147102892398834,1.1615700721740723,-2.2102832794189453,-0.13395096361637115,0.034166693687438965,0.2832164764404297,-1.3559701442718506 +457,2.8396826659198697,-1.2256381115791128,-1.352630082945377,0.10060500353574753,0.9410219192504883,0.3230418562889099,-0.08850419521331787,-0.18513639271259308,-0.06909974664449692,-0.04457475244998932,0.4396083950996399,-0.4129009544849396 +458,2.8329422032906653,-1.3865501097809598,-1.4560311729412838,0.0556529276072979,0.9830746054649353,0.17454807460308075,2.5925750732421875,1.0365097522735596,-0.28326207399368286,0.01505628228187561,-0.2960019111633301,-0.18820476531982422 +459,0.19902914003802957,-1.533496876747798,2.041696814198892,0.007372713182121515,0.999304473400116,-0.03655296191573143,1.66518235206604,1.3162513971328735,-0.3886818587779999,-0.05725368857383728,-0.36302828788757324,0.2723928689956665 +460,0.02879846046188234,-1.4014758609466464,1.824455006728447,0.004852222744375467,0.985699474811554,-0.16844238340854645,1.027012586593628,-1.1396299600601196,0.13516420125961304,-0.07632440328598022,0.037921011447906494,0.22137512266635895 +461,-0.1375416306705513,-1.3710670149672524,1.6944163792983529,-0.027202855795621872,0.9801203012466431,-0.1965303272008896,-1.1477775573730469,0.7642804980278015,-0.9580915570259094,-0.37100574374198914,0.35819751024246216,0.5377931594848633 +462,-2.291393556852842,-1.5233551882715533,-0.5862260791584574,-0.03563563525676727,0.9988749027252197,0.031292542815208435,-2.543752431869507,0.001693956321105361,0.5147099494934082,0.3998781740665436,0.3976552486419678,-0.37443220615386963 +463,2.974771305363479,-1.3056355243355389,-1.479454526661381,0.04351549968123436,0.9650503993034363,0.25842663645744324,-3.0095560550689697,-1.099587321281433,0.6192163825035095,0.05024978518486023,-0.1210867166519165,0.2901115417480469 +464,2.913237958002678,-1.1166042763428778,-1.4768913413957216,0.09931914508342743,0.8986157774925232,0.42734724283218384,-0.9480326771736145,-0.2482490986585617,-0.04248817265033722,-0.2503811717033386,-0.39924126863479614,-0.3691653609275818 +465,2.911937992037435,-1.1431146910485923,-1.4607868373603923,0.0944170206785202,0.9099297523498535,0.4038727879524231,1.8747013807296753,-0.025675149634480476,-0.2583106756210327,0.047855935990810394,-0.2404657006263733,-0.08140876889228821 +466,2.9260237462308902,-1.21560046129427,-1.4428948526709426,0.0743899941444397,0.9375783801078796,0.3397248089313507,-0.2694973647594452,0.8823829889297485,-0.28810280561447144,-0.0519595742225647,0.08279210329055786,0.6149413585662842 +467,2.9272088848638687,-1.2323321781021284,-1.3832793702864394,0.0706397071480751,0.9432657361030579,0.3244376480579376,-0.6899595856666565,-1.4996263980865479,0.12539350986480713,0.4517907202243805,0.42918604612350464,-0.17317724227905273 +468,2.8479862203535555,-1.2438093225029347,-1.4139817406326607,0.092954620718956,0.9470143914222717,0.3074459135532379,1.6311919689178467,0.5509383082389832,-0.25907814502716064,-0.12280083447694778,0.21300441026687622,-0.4799465239048004 +469,2.4554025726671624,-1.494966601931821,-1.849619643607554,0.04799952730536461,0.9971262812614441,0.05861099064350128,2.351527452468872,1.4669405221939087,-0.6525993943214417,-0.08851161599159241,-0.4462992548942566,0.2601757049560547 +470,0.09103704298548353,-1.4726736197703558,1.9248977773421083,0.008906248025596142,0.9951898455619812,-0.09756061434745789,1.3922635316848755,0.5593669414520264,-0.003630591556429863,0.08479797840118408,-0.14394772052764893,0.22933554649353027 +471,0.06702709315326809,-1.37659679506207,1.9062557402399216,0.012925298884510994,0.9812024831771851,-0.19254805147647858,0.6558858156204224,-0.36282211542129517,-0.11012915521860123,-0.29879871010780334,0.32716238498687744,0.11224102973937988 +472,-0.28436586460701596,-1.4266981074752736,1.4721221607951276,-0.040286585688591,0.9896358251571655,-0.13783220946788788,-2.293274164199829,1.7779961824417114,-0.31819775700569153,0.3411898910999298,0.4317812919616699,-0.05241440236568451 +473,-2.985434583757981,-1.4659906918742511,-1.2589943822207101,-0.01626996137201786,0.9945129156112671,0.10334077477455139,-2.2110540866851807,-1.00128173828125,0.5543465614318848,0.3874858021736145,0.4288879632949829,-0.07753825187683105 +474,2.9717347543998973,-1.1736485519535897,-1.4694106568419847,0.06538385897874832,0.922167956829071,0.3812235891819,-2.2849442958831787,-0.23106399178504944,0.5465483069419861,-0.08055108785629272,-0.40436089038848877,-0.37536418437957764 +475,2.953536209591985,-1.035104516432016,-1.4663771570296256,0.09542600065469742,0.8599157333374023,0.5014367699623108,-0.9441385269165039,-0.2191482037305832,0.07588808238506317,-0.11243954300880432,-0.19675344228744507,-0.34169256687164307 +476,2.8965108887920223,-1.157021321307037,-1.5100187680661141,0.09755627065896988,0.9156095385551453,0.3900541663169861,3.7520155906677246,1.1362684965133667,-0.11843986809253693,-0.09833443909883499,-0.19833946228027344,0.3517213761806488 +477,2.944407159077518,-1.2125851009911037,-1.4651100445381287,0.06868599355220795,0.9365254640579224,0.3438054919242859,0.6012465953826904,0.29113495349884033,-0.4002871811389923,0.027230769395828247,0.10629069805145264,0.10292601585388184 +478,2.864454659836605,-1.1909037899832053,-1.4384522391845618,0.10145804286003113,0.9287045001983643,0.35667115449905396,0.019435761496424675,-1.9191741943359375,0.028490696102380753,-0.03799673914909363,0.22002291679382324,-0.34275519847869873 +479,2.8867127770656946,-1.2538870845011605,-1.4305089710502354,0.07857123762369156,0.9502031207084656,0.30156320333480835,1.3861087560653687,-0.002108377870172262,-0.3337238132953644,-0.03734201937913895,-0.06638365983963013,-0.40729132294654846 +480,2.835392829782015,-1.442262042781871,-1.5516054758956948,0.038638632744550705,0.9917508363723755,0.12221905589103699,1.838958501815796,1.4828600883483887,-0.23975151777267456,-0.04744294285774231,-0.3830777406692505,0.10451126098632812 +481,0.5413455770785361,-1.5155702664704918,2.3650944585506304,0.0284431055188179,0.9984754323959351,-0.047305818647146225,1.374437928199768,-0.29202333092689514,0.17063602805137634,-0.007523298263549805,-0.06480538845062256,0.15248465538024902 +482,0.14869701456714937,-1.3991343891741705,2.0268541275011316,0.02530703879892826,0.985302209854126,-0.16893576085567474,1.0468933582305908,-0.49433666467666626,-0.31818100810050964,-0.3555072546005249,0.299091100692749,0.20354270935058594 +483,-0.19830967391039975,-1.4844937094339363,1.5908747493361541,-0.016981597989797592,0.9962782263755798,-0.08450622856616974,-2.6883249282836914,1.507959008216858,-0.1090468317270279,0.3871445655822754,0.2261948585510254,-0.022274725139141083 +484,3.137863642571938,-1.4282014547822042,-1.332347646312972,0.0005299373297020793,0.9898505806922913,0.14211136102676392,-1.7887017726898193,-1.7471617460250854,0.3282708525657654,0.2709391713142395,0.25596851110458374,-0.08873607218265533 +485,2.9975536050992804,-1.151859589339594,-1.3723546912565234,0.05839116498827934,0.9135220050811768,0.40257683396339417,-1.9763866662979126,-0.5083786845207214,0.27980419993400574,-0.06908756494522095,-0.43689846992492676,-0.3787578344345093 +486,2.954126003917744,-1.036038934470365,-1.3688900670148432,0.09498041868209839,0.8603922724723816,0.5007031559944153,-0.4688766896724701,-0.35477590560913086,0.10405965149402618,-0.007410235702991486,-0.11535149812698364,-0.3502057194709778 +487,2.860316860836805,-1.2049901567608239,-1.4361370896345007,0.09929165244102478,0.9338356852531433,0.34364569187164307,2.6875641345977783,0.06419740617275238,-0.17459434270858765,-0.2256649136543274,-0.056226253509521484,0.764218807220459 +488,2.9531747299322344,-1.196885222448911,-1.3669859861944358,0.06841486692428589,0.9309058785438538,0.358794629573822,0.22724714875221252,-0.7075203061103821,-0.16970205307006836,-0.005014598369598389,0.12304913997650146,0.2363591194152832 +489,2.8260212281161508,-1.220547601792048,-1.3790476560011173,0.10649403184652328,0.9392874240875244,0.326186865568161,0.6882674098014832,-1.21263587474823,0.14821144938468933,-0.003192029893398285,0.26348644495010376,-0.21559125185012817 +490,2.774871609496218,-1.3174669645202857,-1.4466855811324102,0.08986454457044601,0.968083381652832,0.2339639514684677,1.8352532386779785,-0.1815146654844284,-0.18962246179580688,0.012842364609241486,-0.22981727123260498,-0.3522500693798065 +491,1.5830063405184702,-1.512076742337547,-2.703249650520877,0.05868121236562729,0.9982764720916748,0.0007165339775383472,1.608089804649353,0.5329204797744751,-0.16865071654319763,-0.043071482330560684,-0.3178566098213196,0.3712317943572998 +492,0.44941638234717407,-1.4262518833153623,2.408089625622885,0.0625777542591095,0.9895716309547424,-0.12973906099796295,1.4844318628311157,-0.25776582956314087,0.1860903650522232,-0.0793471559882164,-0.02260679006576538,0.16291163861751556 +493,0.28739299310142186,-1.3628545679107502,2.24964062310448,0.05851796269416809,0.9784579277038574,-0.19797952473163605,0.5060814619064331,0.04576253890991211,-0.4351414442062378,-0.4514775574207306,0.43488752841949463,0.21651896834373474 +494,0.03853582389998598,-1.4550587521504943,1.9449153442352807,0.00444900942966342,0.9933098554611206,-0.11539410799741745,-2.228584051132202,0.6344385743141174,0.01622716896235943,0.3526219129562378,0.07167738676071167,-0.14399005472660065 +495,2.88978425340997,-1.4186356503644149,-1.4154225925512405,0.03776540979743004,0.9884458780288696,0.1467934101819992,-2.9179179668426514,-1.2761659622192383,0.6030917167663574,0.32046517729759216,0.5051910877227783,0.11233137547969818 +496,2.905017662270997,-1.1480963635638222,-1.3386433023790727,0.09614609181880951,0.9119846820831299,0.3987981677055359,-2.4360384941101074,-1.0804715156555176,0.11955180764198303,-0.1570286750793457,-0.4040195941925049,-0.4998875856399536 +497,2.922223100553777,-0.9998978312628835,-1.2470609210111827,0.11759617924690247,0.8414157629013062,0.5274375677108765,-0.4859483540058136,-1.1172313690185547,-0.20657449960708618,0.13305993378162384,-0.2520298957824707,-0.41253894567489624 +498,2.8138046292207126,-1.1638461697579479,-1.3245088293249287,0.12743093073368073,0.9183322787284851,0.374735951423645,3.2853665351867676,0.9296808242797852,-0.06634483486413956,-0.09254933893680573,0.014513731002807617,0.814289927482605 +499,2.8999840719012724,-1.1452062194236523,-1.2598721234291201,0.09878253936767578,0.910795271396637,0.40086692571640015,-0.45441076159477234,-0.3431854844093323,-0.13368812203407288,0.05874921381473541,0.10586750507354736,0.35854774713516235 +500,2.7868232282098027,-1.1641868430672557,-1.2597917704579904,0.13738569617271423,0.9184670448303223,0.3708687424659729,1.1040034294128418,1.5538315773010254,0.17128926515579224,0.13914933800697327,0.052525997161865234,0.4046897888183594 +501,2.4328255649684785,-1.3803243289211986,-1.6891591838781044,0.12322980165481567,0.9819149971008301,0.1437271386384964,3.2876060009002686,1.123417615890503,-0.5588878989219666,-0.21244794130325317,-0.20505952835083008,0.11806797981262207 +502,1.8140827679388676,-1.488913443489598,-2.398254054699714,0.07938289642333984,0.996649444103241,0.019703054800629616,1.5821336507797241,0.9898425936698914,-0.3691505789756775,-0.13846492767333984,-0.45011019706726074,-0.09894192218780518 +503,0.49551275793257793,-1.4287913238799335,2.510779517658274,0.06729447096586227,0.9899342060089111,-0.12450636178255081,1.3712661266326904,0.9155763387680054,0.04625479131937027,-0.08191239833831787,-0.03862500190734863,0.2597297430038452 +504,0.3154023013546947,-1.362705396853371,2.335546789632881,0.0640847384929657,0.9784271121025085,-0.19640152156352997,0.4163289964199066,-0.2515726685523987,-0.2898125946521759,-0.3846718966960907,0.38769227266311646,0.13413043320178986 +505,0.10458401083008842,-1.4429394986101842,2.061379226189729,0.01331107784062624,0.9918374419212341,-0.12681202590465546,-2.1837058067321777,0.8571556210517883,-0.0900990441441536,0.38567572832107544,0.1541433334350586,-0.15028756856918335 +506,2.895887411318436,-1.4378983821045526,-1.3806031369204252,0.03223105147480965,0.9911820292472839,0.12852725386619568,-2.7456932067871094,-0.6221612095832825,0.4199999272823334,0.29352882504463196,0.3320448398590088,0.10127007961273193 +507,2.916378621461486,-1.1597052102052385,-1.2852639132745602,0.08923891186714172,0.9166853427886963,0.3895184099674225,-2.3897299766540527,-1.0891292095184326,0.15828630328178406,-0.058950215578079224,-0.3554060459136963,-0.4377361536026001 +508,2.9212837450288367,-1.0229237908490003,-1.2324724191186016,0.11382674425840378,0.8536345958709717,0.5082826614379883,-0.35779377818107605,-0.2997509241104126,0.00134231336414814,-0.006923690438270569,-0.23608100414276123,-0.28812891244888306 +509,2.839648954632746,-1.1768302497874004,-1.2928925807703338,0.11414911597967148,0.9233939051628113,0.36648836731910706,3.299903392791748,0.5873735547065735,-0.20684362947940826,-0.14021113514900208,-0.13350749015808105,0.5901004076004028 +510,2.9338564293104086,-1.1379049889235022,-1.2145039716172352,0.08651940524578094,0.9077566266059875,0.41047847270965576,-0.2716209292411804,0.21673189103603363,0.1492554247379303,0.30732521414756775,0.2747232913970947,0.09387034177780151 +511,2.7664049733376683,-1.157100352226655,-1.2712742148142393,0.14731040596961975,0.9156413078308105,0.37403300404548645,1.0071547031402588,-1.8430180549621582,-0.009958047419786453,-0.03917136788368225,0.40622758865356445,-0.5313510894775391 +512,2.679698335126272,-1.3198889378303518,-1.4139312663501618,0.11064593493938446,0.9686875343322754,0.22226525843143463,3.044198513031006,1.6376396417617798,-0.2681928277015686,-0.059071220457553864,-0.23145920038223267,-0.19664575159549713 +513,1.6558352465966373,-1.5005246162148551,-2.5116534782516187,0.06996028870344162,0.9975319504737854,0.005963730160146952,0.9977903366088867,0.8815844058990479,-0.2010469138622284,-0.04855221509933472,-0.3784371614456177,0.2830376625061035 +514,0.4545327036002594,-1.4169810849283044,2.495663559016931,0.06726547330617905,0.9881937503814697,-0.13765355944633484,1.2676764726638794,-0.2647329568862915,0.20891882479190826,-0.023396432399749756,-0.05177712440490723,0.3332865238189697 +515,0.3473464492852893,-1.36126486476648,2.388677167557837,0.07080450654029846,0.9781284928321838,-0.1955794394016266,0.39155128598213196,-0.5395721197128296,-0.37756413221359253,-0.5842475295066833,0.5243281722068787,0.24848170578479767 +516,0.44330159136500813,-1.5056780278001325,2.3944019095165756,0.027911275625228882,0.9978805780410767,-0.05878283455967903,-2.4570982456207275,0.7810044884681702,-0.037572138011455536,0.4156006872653961,-0.02134859561920166,-0.24649977684020996 +517,2.788127892447833,-1.3599641603768196,-1.4907745696850772,0.07244019955396652,0.9778571128845215,0.19633623957633972,-2.6206247806549072,-1.4321763515472412,0.5485552549362183,0.2930230498313904,0.24327325820922852,0.09499979019165039 +518,2.8403617159777803,-1.0977552813173304,-1.3362397235596188,0.1351732760667801,0.8901869058609009,0.43508073687553406,-2.1715497970581055,-0.9119274020195007,0.04715770483016968,-0.2465624362230301,-0.38614344596862793,-0.4012826085090637 +519,2.8631829508755193,-0.9920316030402969,-1.24374906913471,0.15032775700092316,0.8371389508247375,0.5259280800819397,0.06953077763319016,-1.0705175399780273,-0.19387578964233398,0.14570802450180054,-0.196239173412323,-0.38801896572113037 +520,2.7232660065008285,-1.2032652934334047,-1.4009867183090112,0.14596439898014069,0.9332173466682434,0.3283293545246124,1.5051456689834595,0.07198795676231384,-0.13521623611450195,-0.2992846965789795,0.03940850496292114,1.1791322231292725 +521,2.8805698932976918,-1.1795732489274404,-1.2423135303678636,0.09840662032365799,0.9244433641433716,0.36840271949768066,0.9534821510314941,-1.8657277822494507,-0.14953693747520447,0.2004215121269226,0.20771294832229614,-0.5869085788726807 +522,2.740922235782743,-1.172678111049743,-1.2131849815748454,0.15121077001094818,0.9217921495437622,0.3569796681404114,0.8150696158409119,-1.296813726425171,-0.18437761068344116,-0.04461286962032318,0.467703640460968,-0.252640038728714 +523,2.617993249468201,-1.328162889926105,-1.393164969642977,0.12012997269630432,0.9707086086273193,0.20807090401649475,3.3387205600738525,0.5801419019699097,-0.3762073218822479,-0.06806699186563492,-0.3006952404975891,-0.30890095233917236 +524,1.1912924815940575,-1.5028559977044529,-2.8757119655486885,0.06305748224258423,0.9976929426193237,-0.025149689987301826,1.0405056476593018,0.9169654250144958,-0.3376252055168152,-0.12354332953691483,-0.3802613615989685,0.1979401707649231 +525,0.3117027081924001,-1.381310953429611,2.461325043215161,0.057764217257499695,0.982101321220398,-0.17927731573581696,1.0900129079818726,-0.9867609143257141,0.2143973708152771,-0.03133600950241089,0.04788219928741455,0.39816462993621826 +526,0.19642120684293962,-1.3441078452854358,2.37471824110684,0.04386273771524429,0.9744160175323486,-0.22043029963970184,-0.25734493136405945,-0.5595906376838684,-0.6058415770530701,-0.5869535207748413,0.5243480205535889,0.46147334575653076 +527,0.42866549762145933,-1.5099474746890502,2.5323752956365073,0.025276614353060722,0.9981492757797241,-0.055309049785137177,-2.5482406616210938,-0.6250168085098267,0.24842716753482819,0.32953599095344543,0.1782880425453186,-0.3883707523345947 +528,2.7889150922968082,-1.3527571860777443,-1.2775158733810623,0.07471760362386703,0.9763234853744507,0.20300066471099854,-3.2231554985046387,-1.4358989000320435,0.4519386887550354,0.21207134425640106,-0.002507805824279785,0.11970742046833038 +529,2.870466265449495,-1.0862120813548322,-1.0714029075528606,0.12475995719432831,0.8848686814308167,0.44882336258888245,-1.639134168624878,-0.7273181080818176,-0.16864624619483948,-0.2116892784833908,-0.36657339334487915,-0.4157881736755371 +530,2.9029408519144084,-1.0253454069927794,-1.0199093533939365,0.12264138460159302,0.8548934459686279,0.5040991306304932,0.829878032207489,-0.5618022680282593,-0.14500293135643005,0.1337520182132721,-0.31194013357162476,-0.5084785223007202 +531,2.807018547634388,-1.2110042957997513,-1.104796893561194,0.11561141163110733,0.9359700679779053,0.33255720138549805,-2.45157790184021,0.1566482037305832,-0.233195498585701,-0.19393475353717804,0.7042125463485718,1.9038777351379395 +532,2.8528460579436263,-1.1450148075367679,-1.0121452851482833,0.11761144548654556,0.9107162356376648,0.39593377709388733,-0.9087923169136047,-1.015586018562317,0.07827262580394745,0.5494112968444824,0.6840866208076477,-0.37328970432281494 +533,2.6886185685988218,-1.1961766397402074,-1.060145858252562,0.16014118492603302,0.9306468367576599,0.32901546359062195,2.596630096435547,0.864368736743927,-0.27280378341674805,-0.08010883629322052,0.3556232452392578,-0.5308740139007568 +534,2.231805431447143,-1.438127479197522,-1.626954291428238,0.1044190376996994,0.9912123680114746,0.08120910078287125,0.8326919078826904,-0.14271019399166107,-0.3309067487716675,-0.1472962349653244,-0.38321053981781006,0.08415044099092484 +535,0.8885607703770819,-1.476743254385008,-3.0653504609943165,0.07289332896471024,0.99558025598526,-0.05921602621674538,2.0865461826324463,0.22622674703598022,-0.18314911425113678,0.012082874774932861,-0.2157188057899475,0.11152315139770508 +536,0.3483256179953441,-1.3555189990550023,2.6612874453991475,0.0729132816195488,0.9769172072410583,-0.2007899284362793,0.5312866568565369,0.13863663375377655,0.034964680671691895,-0.2072821855545044,0.050274014472961426,0.2719569206237793 +537,0.17636524880913101,-1.366806658535787,2.4609512546294416,0.03554273024201393,0.9792661666870117,-0.1994352489709854,-1.0274091958999634,1.704533576965332,-0.7853474617004395,-0.06812024116516113,0.577328622341156,0.2903318405151367 +538,2.0210272589566545,-1.5287367022441287,-2.0048486699225863,0.03785768523812294,0.9991156458854675,0.018298130482435226,-2.47076416015625,-0.6944380402565002,0.1879323273897171,0.30976805090904236,0.5148919224739075,-0.21864604949951172 +539,2.857594907228487,-1.2878062168836792,-1.1081990261022743,0.07823844254016876,0.9602248072624207,0.26804301142692566,-3.0198657512664795,-0.20629186928272247,0.40788009762763977,0.07653146982192993,-0.21585530042648315,-0.05730390548706055 +540,2.8905161825518912,-1.084054061099863,-0.9911757748743785,0.11621072888374329,0.8838613629341125,0.4530828893184662,-1.6186325550079346,-0.7338442802429199,-0.16243083775043488,-0.2095640003681183,-0.3499716520309448,-0.40732184052467346 +541,2.886931499203949,-1.0704257641125015,-0.9441085847004336,0.12085766345262527,0.8774048686027527,0.46427837014198303,1.9019372463226318,-0.047483041882514954,-0.23059895634651184,0.11627919971942902,-0.35366207361221313,-0.38947969675064087 +542,2.8945407042959808,-1.1826980943665237,-0.9638190798319913,0.09254352748394012,0.9256303906440735,0.36693915724754333,-1.7998991012573242,0.8997554779052734,-0.35481971502304077,-0.01588337868452072,0.48644858598709106,1.1546519994735718 +543,2.8840713898202055,-1.1652933483120123,-0.9132565002322504,0.10046808421611786,0.9189041256904602,0.38147252798080444,-0.5665199160575867,-2.2692110538482666,-0.03603477403521538,0.45368534326553345,0.44872575998306274,-0.6113461852073669 +544,2.7378134817386637,-1.216518943447723,-0.9808150118109288,0.13630090653896332,0.9378974437713623,0.3190152943134308,1.3675646781921387,0.880439043045044,-0.07883979380130768,0.024023205041885376,0.31230103969573975,-0.3815915286540985 +545,2.202660505323235,-1.478799510238378,-1.6700682353896625,0.07413055747747421,0.9957712888717651,0.05426162853837013,2.015719175338745,1.05686616897583,-0.4157014787197113,-0.1355166733264923,-0.47144871950149536,0.3628830909729004 +546,0.5651664643118424,-1.495146777891401,2.84097932798674,0.040476903319358826,0.9971399307250977,-0.0638265609741211,1.753136396408081,1.0523825883865356,-0.14048895239830017,-0.005381699651479721,-0.2111290693283081,0.041625015437603 +547,0.20804452996158485,-1.360214899001561,2.4538754838399877,0.04317431524395943,0.9779095649719238,-0.20452165603637695,0.1890680342912674,0.49197983741760254,-0.01886482536792755,-0.2714458107948303,0.09945261478424072,0.45610854029655457 +548,0.004173179715656263,-1.3841916158565821,2.231518992510591,0.0007742213201709092,0.9826397895812988,-0.18552203476428986,-1.3986074924468994,1.5763237476348877,-0.7968088388442993,-0.21200165152549744,0.32374143600463867,0.35701560974121094 +549,2.9674059832585975,-1.5269165413543855,-1.1882285468985638,0.007602668832987547,0.9990374445915222,0.04320434853434563,-2.364807605743408,-0.27706876397132874,0.36458903551101685,0.49157336354255676,0.40486282110214233,-0.39000606536865234 +550,2.892842292708295,-1.2930415328657288,-1.1607790176672528,0.06750534474849701,0.9616734981536865,0.26575732231140137,-2.605459213256836,0.19364918768405914,0.6421957612037659,0.0757746621966362,-0.15698611736297607,0.16086313128471375 +551,2.907061117325817,-1.1121307471875117,-1.1240505442443576,0.1028900146484375,0.896644115447998,0.4306310713291168,-1.0749174356460571,0.15060396492481232,0.06707489490509033,-0.2286529541015625,-0.35797834396362305,-0.34083306789398193 +552,2.848813491576118,-1.139879056719303,-1.1503905679601336,0.12055545300245285,0.9085829854011536,0.3999292552471161,2.7584753036499023,-0.017398910596966743,0.016794603317975998,-0.03609806299209595,-0.26450949907302856,-0.14564156532287598 +553,2.915312516650839,-1.2286918001014577,-1.1496050552531833,0.07526423782110214,0.9420507550239563,0.32691890001296997,0.5437114238739014,1.3349146842956543,-0.4703444540500641,0.13951846957206726,0.19401198625564575,0.5530096292495728 +554,2.8353827613490545,-1.1904949081351948,-1.1265812297043847,0.11189725995063782,0.9285528063774109,0.35393327474594116,-1.1851367950439453,-1.7032339572906494,0.3534476161003113,0.2756759822368622,0.2789362668991089,0.0051364898681640625 +555,2.6608330950435453,-1.2235799699636865,-1.1902432971670698,0.15736424922943115,0.9403235912322998,0.30170878767967224,1.7789870500564575,0.8135070204734802,-0.2126304805278778,-0.10449253022670746,0.0027611851692199707,-0.2900204658508301 +556,2.191543967041147,-1.4291948175920215,-1.738378275019124,0.1147998720407486,0.9899912476539612,0.08208630979061127,2.233917474746704,0.87531578540802,-0.4504427909851074,-0.1333698332309723,-0.45683395862579346,0.07958053797483444 +557,0.6310036304869165,-1.4451909470587778,2.852096048512157,0.07390671223402023,0.9921219944953918,-0.10115159302949905,1.9770578145980835,0.4431353807449341,-0.12713024020195007,0.05499952286481857,-0.14046800136566162,0.13281357288360596 +558,0.3814221938543288,-1.3504700632655378,2.569165101982155,0.08135247975587845,0.9758262038230896,-0.20284228026866913,0.33742555975914,0.15182526409626007,0.03499269485473633,-0.34000420570373535,0.12485122680664062,0.12549544870853424 +559,0.194175203776844,-1.4043966049568226,2.3741208494817982,0.03196008875966072,0.9861874580383301,-0.16252024471759796,-1.588006615638733,1.0643761157989502,-0.5179697275161743,0.26785987615585327,0.2967867851257324,-0.002610325813293457 +560,2.6000163502905673,-1.4893475230853204,-1.4821654697624898,0.04193991795182228,0.9966849088668823,0.0697169303894043,-2.004791498184204,-1.1882652044296265,0.32208389043807983,0.322684109210968,0.5927011370658875,-0.008086681365966797 +561,2.845479452974099,-1.2409373491990383,-1.1840333547890844,0.09451833367347717,0.9460880160331726,0.3098122477531433,-2.7524728775024414,-0.6961475610733032,0.3523547649383545,-0.11586537957191467,-0.3491795063018799,-0.2987039089202881 +562,2.860428324865339,-1.0679290272941533,-1.0598201490891273,0.1337260603904724,0.8762043118476868,0.4630157947540283,-0.7039949297904968,-0.3812486231327057,-0.15550903975963593,0.0035572797060012817,-0.3508746027946472,-0.30179136991500854 +563,2.7870798388414237,-1.1640966695878014,-1.0908221966773688,0.1373191922903061,0.9184314012527466,0.37098145484924316,3.150559663772583,0.7083067297935486,-0.246204674243927,-0.1753746122121811,-0.17522156238555908,0.33041927218437195 +564,2.909561724912374,-1.211554985985437,-1.0643567639166973,0.08084383606910706,0.9361637830734253,0.34214305877685547,0.8985812067985535,0.4955616891384125,-0.1368456780910492,-0.16687288880348206,-0.14678072929382324,0.3020220100879669 +565,2.813415746666503,-1.1883822614276167,-1.0520730337840072,0.12027661502361298,0.9277665019035339,0.3532465398311615,0.3409040868282318,-0.5305429697036743,0.29315489530563354,0.04012380540370941,0.08102267980575562,0.31954410672187805 +566,2.4968177535321505,-1.3468149761077095,-1.3304294519493898,0.13349397480487823,0.9750208854675293,0.17752040922641754,3.456900119781494,0.9604852199554443,-0.400590717792511,-0.07602937519550323,-0.015792429447174072,-0.20611537992954254 +567,1.8853449097774155,-1.4624273783643242,-1.974532903680651,0.10285122692584991,0.9941338300704956,0.03346266597509384,1.0454511642456055,0.4301134943962097,-0.2031938135623932,-0.11374597251415253,-0.45911478996276855,-0.10032665729522705 +568,0.6103705133648287,-1.4245972618420772,2.933160006979825,0.08349877595901489,0.9893319606781006,-0.11937426030635834,1.813772201538086,0.4675458073616028,-0.0983949676156044,-0.04210168123245239,-0.15711760520935059,0.36754322052001953 +569,0.3110614254669316,-1.3649694832506996,2.585969325803857,0.06255356967449188,0.9788923263549805,-0.1945689171552658,0.5225437879562378,-0.3998348116874695,-0.47782325744628906,-0.4025956988334656,0.38002490997314453,0.18712258338928223 +570,0.09384958535230309,-1.5089108409924723,2.282431780770093,0.005795680917799473,0.9980856776237488,-0.061573583632707596,-2.584567070007324,1.0725982189178467,-0.03429509699344635,0.5425899028778076,0.44353413581848145,-0.2408861517906189 +571,2.8099195351789086,-1.4330566896411374,-1.2157869808468178,0.04471013322472572,0.9905288815498352,0.12982212007045746,-2.2902536392211914,-1.879896640777588,0.5148193836212158,0.12385371327400208,0.24186259508132935,0.34144556522369385 +572,2.875481651524939,-1.2140300072318364,-1.1075855265339745,0.09184525161981583,0.937031090259552,0.33695316314697266,-1.5538156032562256,-0.7713083624839783,0.1345551460981369,-0.11126968264579773,-0.4895060062408447,-0.47922611236572266 +573,2.90396232661985,-1.1498702219944834,-1.0588768204328334,0.09618587791919708,0.9127109050750732,0.3971233367919922,0.3678317368030548,-0.4007347524166107,-0.12218541651964188,0.06740360707044601,-0.4506900906562805,-0.2651195824146271 +574,2.7890595566530827,-1.3051383982201759,-1.1588900288333512,0.09065024554729462,0.9649199843406677,0.2463979423046112,-0.32498669624328613,-0.7540322542190552,-0.26258179545402527,-0.17480245232582092,0.16770941019058228,1.0553598403930664 +575,2.9564555093382405,-1.2904221431684721,-1.0069127852817132,0.050938233733177185,0.9609519839286804,0.27198711037635803,0.09017045795917511,-1.993707299232483,-0.13042815029621124,0.2373766005039215,0.3232126235961914,-1.1823111772537231 +576,2.7933884799529296,-1.2461393541813248,-1.014931404432876,0.10884055495262146,0.9477602243423462,0.2998405992984772,0.6984421014785767,-1.2724717855453491,0.13677972555160522,0.03178444504737854,0.5445646047592163,-0.5872703790664673 +577,2.0932916034981988,-1.4586509285060845,-1.7555678676443829,0.09697870165109634,0.9937182664871216,0.05584808439016342,1.46080482006073,0.3696296513080597,-0.1386922299861908,-0.09847406297922134,-0.45052075386047363,0.5931539535522461 +578,1.0966880910389607,-1.4937342974054744,-2.8553479328122275,0.06849357485771179,0.9970321655273438,-0.03514713793992996,1.753250002861023,1.7098075151443481,-0.39534226059913635,-0.11929009109735489,-0.2673569917678833,-0.013589438050985336 +579,0.271135436837289,-1.3565898829440215,2.5307208856468493,0.05693218484520912,0.9771453738212585,-0.20480608940124512,0.8828355669975281,-0.002855923492461443,-0.20645959675312042,-0.2714554965496063,-0.02339482307434082,0.4039180278778076 +580,0.054473053125086955,-1.3529512716103136,2.297195096675264,0.011767236515879631,0.9763654470443726,-0.21580570936203003,-1.0092417001724243,0.8074889779090881,-0.9646776914596558,-0.5343807935714722,0.39973318576812744,0.52275151014328 +581,-2.493928949354644,-1.5591650052918997,-0.35219769316273447,-0.0070181977935135365,0.9999323487281799,0.009276894852519035,-2.410247564315796,0.3659781813621521,0.27698200941085815,0.5506736040115356,0.6649082899093628,-0.5086817741394043 +582,2.9181874365214453,-1.3411713985515048,-1.1027544664948066,0.05042794346809387,0.9737518429756165,0.2219562530517578,-2.6708693504333496,0.246893972158432,0.5341017246246338,-0.058240436017513275,-0.1069151759147644,0.3462200462818146 +583,2.9379408412270114,-1.164783430973537,-1.046114141547115,0.07987740635871887,0.9187028408050537,0.38678792119026184,-1.1439920663833618,-0.30511927604675293,-0.05008387565612793,-0.16282418370246887,-0.4880692958831787,-0.35787248611450195 +584,2.933446646828211,-1.1660047094361559,-1.0101508029866841,0.08138297498226166,0.9191845059394836,0.38532695174217224,1.7375916242599487,-0.15887659788131714,-0.2832202911376953,-0.05622124671936035,-0.30652880668640137,-0.19985640048980713 +585,2.955127375689112,-1.2436401649322517,-0.973550627314514,0.059574294835329056,0.9469600319862366,0.31578123569488525,-0.17809033393859863,1.457867980003357,-0.4012600779533386,0.02469998598098755,0.2569584250450134,0.8437188863754272 +586,2.9592343871731903,-1.2203648251011887,-0.9245377762065388,0.06225782632827759,0.9392246603965759,0.3376110792160034,-1.1955658197402954,-0.3548775613307953,0.1943175196647644,0.4519939124584198,0.6042019128799438,0.22284427285194397 +587,2.719149499154699,-1.3293684757806667,-1.0542269502592976,0.09802453964948654,0.9709975719451904,0.21807163953781128,2.761174201965332,-0.6535177230834961,-0.3339769244194031,-0.050005123019218445,0.08204209804534912,-0.3401723802089691 +588,2.1151942888165496,-1.4897823922268738,-1.6961433356528983,0.06922697275876999,0.9967201948165894,0.04191165044903755,0.7979460954666138,0.7946827411651611,-0.26075905561447144,-0.08701872825622559,-0.4676674008369446,0.09466969966888428 +589,0.5175814839368037,-1.4629017869884955,2.8583991219961353,0.05328071489930153,0.9941850304603577,-0.09358084946870804,1.9600046873092651,-0.1407613903284073,0.09271115809679031,0.0067626237869262695,-0.25186020135879517,0.18711721897125244 +590,0.1881767384082355,-1.353911761022396,2.5313551136044605,0.04025492072105408,0.976572573184967,-0.21138982474803925,0.7592136263847351,-0.2767062187194824,-0.5430359840393066,-0.21019205451011658,0.49327611923217773,0.12969425320625305 +591,-0.10935761623117095,-1.453987801851978,2.173921000055161,-0.012719391845166683,0.9931856393814087,-0.11584604531526566,-2.8532986640930176,0.8769267797470093,0.09284151345491409,0.40680813789367676,0.39182400703430176,-0.12252674996852875 +592,2.925492176846603,-1.4420505019488705,-1.0629488484897773,0.027529701590538025,0.9917237162590027,0.12540380656719208,-1.5399935245513916,-1.7331843376159668,0.4836283326148987,0.34437277913093567,0.52242112159729,-0.08371676504611969 +593,2.91256276248029,-1.181749159531387,-0.9879649623254296,0.08611512929201126,0.9252709150314331,0.36940211057662964,-1.780068039894104,-0.45665425062179565,0.0715867280960083,-0.20217347145080566,-0.5084771513938904,-0.5561543703079224 +594,2.939943042804155,-1.0944098660425745,-0.9386416677955663,0.09184534847736359,0.888657808303833,0.44927966594696045,0.324336975812912,-0.5661299824714661,-0.08824019134044647,0.06687656790018082,-0.46257132291793823,-0.4066615104675293 +595,2.827135900568872,-1.2695429750424858,-1.0146986153448847,0.09177450090646744,0.954965353012085,0.2821672260761261,0.16939637064933777,-0.6226760745048523,-0.13895486295223236,-0.00023703277111053467,0.2276669144630432,1.1161787509918213 +596,2.941400532207615,-1.2277958828356847,-0.8937213676873567,0.06687857955694199,0.9417498111724854,0.3295971751213074,0.13780416548252106,-1.7356977462768555,0.07722535729408264,0.68553227186203,0.6772990822792053,-1.1265943050384521 +597,2.746626146100433,-1.2079861255286908,-0.9464451371394084,0.13655869662761688,0.9349031448364258,0.3275790214538574,0.933115541934967,-0.4876328110694885,-0.005051009356975555,-0.092109814286232,0.604037344455719,-0.5287508964538574 +598,2.3094008132601473,-1.4359787198977658,-1.4937776226898856,0.09938448667526245,0.9909258484840393,0.09049293398857117,2.6190097332000732,0.6074128150939941,-0.2528560757637024,-0.09659211337566376,-0.34270191192626953,0.013053186237812042 +599,0.9270778829121421,-1.4933647350741193,-3.005505882559387,0.06187382712960243,0.9970036745071411,-0.04642638564109802,1.7413179874420166,1.1734002828598022,-0.40343648195266724,-0.060958296060562134,-0.2964879274368286,-0.013296544551849365 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/we11.csv b/BoostRunClub/CoreML/DataSet/Motion/running/we11.csv new file mode 100644 index 0000000..45ac434 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/we11.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,0.26230034778852823,-1.359231979321242,2.5544442576753115,0.05445106327533722,0.9777036309242249,-0.20280767977237701,0.5998662710189819,0.7681725025177002,-0.0602361336350441,-0.312416136264801,0.04217863082885742,0.15199589729309082 +1,-0.061427692068145155,0.7522624602670183,-0.853808151417046,-0.04482291266322136,-0.6832924485206604,-0.7287677526473999,0.37421321868896484,-0.14903658628463745,-0.39595863223075867,-0.14047980308532715,-0.2152366042137146,-0.2546917200088501 +2,-0.11504998368033682,0.7555588541592264,-0.9039479122029381,-0.08355893194675446,-0.6856955885887146,-0.7230764031410217,-0.30592605471611023,-0.22114403545856476,-0.6900703310966492,-0.058210454881191254,0.2241782546043396,0.003105759620666504 +3,-0.23780107090829267,0.7554615530773034,-0.9929541585172773,-0.17148159444332123,-0.6856247186660767,-0.7074692845344543,-0.10037767142057419,-1.650446891784668,0.3542369306087494,0.25064417719841003,0.29582369327545166,0.23006755113601685 +4,-0.4644144696865231,0.7055142472121307,-0.8440748556890965,-0.3409759998321533,-0.6484254002571106,-0.6806465983390808,-0.24507489800453186,-0.5292283892631531,1.270548939704895,0.10045173764228821,0.31264054775238037,0.2622506618499756 +5,-0.5987432942148843,0.5631886235046353,-0.7304877531276889,-0.4765600264072418,-0.5338850617408752,-0.6984677910804749,-1.3029308319091797,0.9633846282958984,1.5710152387619019,0.23446407914161682,0.008570730686187744,0.08396583795547485 +6,-0.7030758928161123,0.45468153562276775,-0.6323825344569758,-0.5808765888214111,-0.4391762316226959,-0.6853514909744263,0.7192359566688538,-1.6196627616882324,1.1024820804595947,0.09488415718078613,0.14423909783363342,-0.5568817853927612 +7,-0.6749924066572247,0.3268310593147388,-0.5366822132577395,-0.5918124318122864,-0.321043461561203,-0.7393842935562134,0.5851027369499207,-0.10959766060113907,1.4908373355865479,-0.23927277326583862,0.0007919669151306152,-0.8135179281234741 +8,-0.7734579327709499,0.25632374665749985,-0.405728348876672,-0.6757888793945312,-0.25352612137794495,-0.6921228170394897,-1.1601440906524658,1.2411507368087769,0.9889870285987854,-0.6249160766601562,-0.057402223348617554,-0.22650206089019775 +9,-0.8669700550625475,0.2092605406106571,-0.3200395009904033,-0.7457403540611267,-0.20773662626743317,-0.6330220103263855,3.767806053161621,-4.939558982849121,0.8015661835670471,0.2530646324157715,-0.22956499457359314,0.027110755443572998 +10,-1.3699603879197173,0.32713809149095335,-0.09319925593648176,-0.9279319047927856,-0.32133421301841736,-0.18890881538391113,0.25561273097991943,-2.5510129928588867,0.3285558521747589,0.2741386294364929,0.17036378383636475,0.6268360614776611 +11,-1.557503045337034,0.28803417855615476,-0.09942352831633702,-0.9587196111679077,-0.28406792879104614,-0.012745280750095844,0.24312780797481537,-1.3217395544052124,0.7867493033409119,0.07801264524459839,-0.10071301460266113,-0.12559086084365845 +12,-1.62067641618946,0.1860829999927965,-0.026803849817158797,-0.9815141558647156,-0.18501093983650208,0.04899865761399269,0.8412851095199585,-0.1108270063996315,1.3454887866973877,-0.07660651206970215,-0.14290042221546173,0.39880096912384033 +13,-1.599458137506372,0.19372285038792741,-0.17548426309297666,-0.9808912873268127,-0.19251343607902527,0.028121821582317352,-2.1636266708374023,-0.45966264605522156,-0.5490508675575256,-0.19275373220443726,0.14626404643058777,-0.48419177532196045 +14,-1.486290381532242,0.22363875672517972,-0.3776601408704087,-0.9716172218322754,-0.2217792272567749,-0.08230344206094742,-1.4908806085586548,0.299876868724823,-0.023207886144518852,0.27053695917129517,0.1021198183298111,-0.2916741967201233 +15,-1.4069058435927078,0.22660534330334686,-0.40689185669538075,-0.9613772630691528,-0.22467094659805298,-0.15898661315441132,-0.6730473041534424,1.4417622089385986,0.5336005091667175,0.30094635486602783,0.04042106866836548,0.06010967493057251 +16,-1.4951156658100029,0.20998721845679666,-0.19326868303867847,-0.9752341508865356,-0.2084473967552185,-0.07394760102033615,2.6085281372070312,-2.396261215209961,0.39402756094932556,0.33795082569122314,0.121396005153656,0.31282395124435425 +17,-1.6903812271747738,0.14725183038484463,0.023342817492257924,-0.9821135997772217,-0.1467202603816986,0.11800902336835861,1.9868707656860352,-1.1218290328979492,0.44487902522087097,-0.2902557849884033,-0.11963716149330139,0.19789373874664307 +18,-1.8165019872652886,0.1307252651030283,0.147129714087979,-0.961689829826355,-0.13035325706005096,0.241165429353714,0.6041935086250305,-1.6495410203933716,0.13637636601924896,-0.09446251392364502,-0.03952282667160034,0.29254114627838135 +19,-1.9692553678536087,0.10377070398901649,0.23342089879838598,-0.9167020916938782,-0.10358456522226334,0.38591140508651733,0.9057629704475403,-0.5134127736091614,0.16843047738075256,-0.11640948057174683,0.018501564860343933,-0.5295577049255371 +20,-1.9645667727686604,0.08199324021206024,0.38081504133679406,-0.9203665852546692,-0.08190140128135681,0.3823840618133545,1.4832713603973389,0.16924428939819336,-0.0376686155796051,0.5042746663093567,0.08431228995323181,0.2696545124053955 +21,-2.0425384360052554,0.053763040192694386,0.43330364931511267,-0.8894909620285034,-0.05373714491724968,0.45378226041793823,0.6446042656898499,-1.6788407564163208,0.17401617765426636,0.5069683194160461,-0.04129459708929062,-0.09727591276168823 +22,-2.1009626891249256,0.0013633672545712168,0.4644217319162786,-0.8627219796180725,-0.0013633668422698975,0.5056763291358948,1.2206130027770996,-0.5070652961730957,-0.0744868591427803,-0.17223572731018066,-0.1739448606967926,0.1478269100189209 +23,-2.180350664601128,-0.022224053110263667,0.5059158883608854,-0.8197007775306702,0.02222222462296486,0.5723607540130615,-0.04931872338056564,-0.765333354473114,0.13641357421875,-0.22911208868026733,0.06008368730545044,0.485759973526001 +24,-2.259543256756352,-0.02506897983947339,0.4675554113758306,-0.7718003988265991,0.025066353380680084,0.6353704929351807,-0.535356342792511,-1.177443265914917,0.1299314647912979,-0.3473096489906311,-0.08979414403438568,-0.10405951738357544 +25,-2.229169386695231,0.0043250258656293,0.4164362696925528,-0.7909812927246094,-0.00432501221075654,0.6118250489234924,-0.32431498169898987,2.2566466331481934,0.3186996281147003,-0.15452951192855835,0.271246999502182,-0.1330195665359497 +26,-2.005289815251207,0.0004013456754592102,0.3731079889525729,-0.9070834517478943,-0.00040134566370397806,0.4209510385990143,-0.1662931889295578,0.5980063676834106,-0.012490121647715569,0.39727187156677246,-0.08869472146034241,-0.01679140329360962 +27,-2.02990603435408,0.01350137096366683,0.37045769690184044,-0.8963657021522522,-0.013500960543751717,0.44310981035232544,0.23691418766975403,0.516761839389801,-0.019439108669757843,0.2684665322303772,0.09916380047798157,-0.26119446754455566 +28,-1.9291096762394546,-0.016133339206481648,0.41430219839453564,-0.9363678693771362,0.016132639721035957,0.3506495952606201,0.6659711003303528,0.38740840554237366,0.002697332762181759,-0.06581413745880127,0.031718909740448,0.5672276020050049 +29,-1.9539177191469748,-0.011402662585555516,0.4341911348269394,-0.9274420142173767,0.011402415111660957,0.3737930655479431,0.14664947986602783,-0.6632657051086426,-0.022822098806500435,-0.2444635033607483,-0.08772687613964081,0.2362837791442871 +30,-2.0421404652110255,-0.016211973528283657,0.4356790555426148,-0.8908417224884033,0.016211263835430145,0.45402461290359497,0.540038526058197,-0.33993226289749146,-0.24691012501716614,-0.3176696300506592,-0.16704440116882324,-0.44435060024261475 +31,-1.9686295526773008,-0.015981083109742195,0.5338680285069236,-0.9217849969863892,0.015980402007699013,0.3873722553253174,1.370967984199524,0.9550349712371826,-0.6141431331634521,0.19900661706924438,0.01665814220905304,0.03862261772155762 +32,-1.9843822876379287,-0.019897103003117575,0.6327697421730447,-0.9155041575431824,0.01989579014480114,0.40181589126586914,0.5600121021270752,-0.6522637605667114,-0.16770097613334656,0.5178755521774292,-0.07609391957521439,-0.2547975480556488 +33,-1.9282719702165863,-0.03789188151693181,0.6568037081800732,-0.9361107349395752,0.037882816046476364,0.34965944290161133,0.34633925557136536,1.8193564414978027,0.07810468226671219,-0.1313941478729248,0.02061939239501953,0.15836668014526367 +34,-1.8803684983849065,-0.06607989179927053,0.6795194138947374,-0.9503852725028992,0.066031813621521,0.3039862811565399,-0.40999454259872437,-0.7367390394210815,0.2796210050582886,-0.22803574800491333,0.057945847511291504,0.5014336109161377 +35,-1.95941951207067,-0.09189709867532471,0.6521669386708483,-0.9215267300605774,0.0917678102850914,0.37731578946113586,-0.395342081785202,-1.7346643209457397,0.36123770475387573,-0.5374118685722351,0.0333084911108017,0.08726847171783447 +36,-2.054089216391388,-0.05623195238319661,0.5817568409580646,-0.8840702176094055,0.056202322244644165,0.4639630913734436,-0.5027692317962646,0.9931862354278564,-0.14887095987796783,-0.22037649154663086,0.05909311771392822,-0.5528606176376343 +37,-1.961439912499052,-0.02263282673880918,0.5692518907197507,-0.9244272708892822,0.02263089455664158,0.38068604469299316,-0.2455752044916153,0.17925894260406494,-0.25126832723617554,0.542011559009552,-0.037035197019577026,0.024389028549194336 +38,-1.9596650404751281,-0.014517853546145104,0.5652978207909133,-0.9252410531044006,0.01451734360307455,0.37910187244415283,0.026876583695411682,0.8338199853897095,0.10071594268083572,0.25093990564346313,0.005288571119308472,-0.30953705310821533 +39,-1.81658489013979,-0.026955813481168,0.614617780444521,-0.969593346118927,0.026952549815177917,0.243232861161232,0.7457916140556335,0.47425052523612976,-0.02914080210030079,-0.0765644907951355,0.08950254321098328,0.6312482357025146 +40,-1.859057176230683,-0.02575109609162382,0.6327861944603324,-0.9584217667579651,0.025748251006007195,0.28419098258018494,0.5429699420928955,0.20158474147319794,-0.22164928913116455,-0.37107640504837036,0.14820194244384766,0.2161446511745453 +41,-1.9789101753802583,-0.03799942884575939,0.6465714118594241,-0.9172083735466003,0.03799028322100639,0.39659225940704346,0.06429382413625717,-1.5064473152160645,-0.004659982398152351,-0.3485691547393799,-0.020518962293863297,-0.36450305581092834 +42,-1.968334987615091,-0.04424259366126171,0.6996242686456567,-0.9211146235466003,0.04422816261649132,0.3867713510990143,0.9684407114982605,1.2286449670791626,-0.3842700123786926,-0.06780749559402466,0.020698029547929764,-0.29176971316337585 +43,-1.9048699425307554,-0.05865186124640175,0.7780858407795292,-0.9430899620056152,0.05861824005842209,0.3273303210735321,0.3680988550186157,-0.5828934907913208,0.070329450070858,0.590703547000885,-0.006951957941055298,0.08914303779602051 +44,-1.8960452161164278,-0.07062406038521178,0.7775091673875933,-0.9452090859413147,0.070565365254879,0.3187480568885803,-0.28785401582717896,1.1844724416732788,0.09982912987470627,0.018298625946044922,-0.06517898291349411,-0.06987723708152771 +45,-1.8449714594962128,-0.06947356760031702,0.7736496782142305,-0.9603267908096313,0.06941769272089005,0.2700998783111572,-0.2552684545516968,-0.8620989322662354,0.18499822914600372,-0.0843510627746582,0.006494767963886261,0.30904749035835266 +46,-1.895026748252643,-0.08001447981098594,0.7655870803041342,-0.9448633193969727,0.07992912828922272,0.317560076713562,0.10305118560791016,-1.0349026918411255,0.17337201535701752,-0.4183720350265503,0.09373112767934799,0.2255459725856781 +47,-2.008404389029535,-0.07074861468687989,0.7328261529839565,-0.9035020470619202,0.0706896111369133,0.4227140545845032,-0.6702272295951843,0.020687665790319443,-0.0671721026301384,-0.23434597253799438,0.0419202521443367,-0.5647276043891907 +48,-1.8853641156332153,-0.03835093490838415,0.7042826827404028,-0.9502310156822205,0.03834153339266777,0.30917802453041077,-0.36368805170059204,0.20192162692546844,-0.30934131145477295,0.2647908926010132,-0.023998256772756577,0.256862074136734 +49,-1.9308416917874462,-0.0010128433242803147,0.6815109387527424,-0.9358803033828735,0.0010128431022167206,0.3523164987564087,-0.09931700676679611,-0.4378512501716614,-0.20505563914775848,0.4587532877922058,0.05172151327133179,-0.3074098825454712 +50,-1.8445106626142591,0.011330441599989364,0.6890992892792399,-0.9627118706703186,-0.011330199427902699,0.2702920436859131,0.1916828602552414,1.516855001449585,-0.06274377554655075,-0.09415781497955322,0.12932643294334412,0.2832205593585968 +51,-1.835949299535765,0.02290456899759674,0.7007649862193253,-0.9647994041442871,-0.02290256693959236,0.26198819279670715,0.12177419662475586,-0.014501960948109627,-0.3280140161514282,-0.38773977756500244,0.16024693846702576,0.2735648453235626 +52,-1.9364622346965827,0.011604279956540401,0.7295239488032836,-0.9338231682777405,-0.011604019440710545,0.35754725337028503,0.37105563282966614,-2.0459890365600586,0.11818893253803253,-0.2830807566642761,-0.13199642300605774,-0.35524311661720276 +53,-1.9432977013113866,-0.0004144523132180808,0.7722667906644104,-0.9314196109771729,0.000414452311815694,0.3639462888240814,0.9150087237358093,1.717748761177063,-0.18138499557971954,-0.10951954126358032,0.0036291182041168213,-0.22300094366073608 +54,-1.8657308085283348,-0.0068254818112334446,0.8236585650004102,-0.9567988514900208,0.006825428921729326,0.29067036509513855,0.16682296991348267,-0.5675569176673889,0.07933971285820007,0.5439265966415405,0.09961986541748047,0.06952854990959167 +55,-1.8735395954044642,-0.026667325753450054,0.820301988836023,-0.9541828036308289,0.026664165779948235,0.29803383350372314,-0.4097188413143158,0.894395649433136,0.21239277720451355,0.17300915718078613,-0.07236424088478088,-0.07894816994667053 +56,-1.797822983418042,-0.024921988334881583,0.7813369097624017,-0.9740372896194458,0.024919409304857254,0.22501155734062195,-0.18658064305782318,-0.41992059350013733,0.15317517518997192,0.0038225650787353516,0.025114145129919052,0.4797002971172333 +57,-1.8366181409588884,-0.0449569990581348,0.7648952144664196,-0.9639022350311279,0.04494185745716095,0.2624369263648987,-0.03454258292913437,-0.6574876308441162,0.17218998074531555,-0.42130613327026367,0.05463699623942375,0.5111380219459534 +58,-1.9259573927068185,-0.060995465153041536,0.7490289976174876,-0.9358468055725098,0.0609576515853405,0.34709468483924866,-0.43476906418800354,-0.5925004482269287,0.050919316709041595,-0.15355432033538818,-0.1111590638756752,-0.30559077858924866 +59,-1.884086806864586,-0.01883569830612531,0.7110084190660231,-0.9511557817459106,0.018834585323929787,0.30813589692115784,-0.43465447425842285,0.6868306994438171,-0.42105865478515625,0.0742638111114502,0.003565307706594467,0.010253965854644775 +60,-1.878614933098317,0.02320374074099447,0.6960778218788704,-0.9527404308319092,-0.023201659321784973,0.30289900302886963,0.03413595259189606,-0.20106278359889984,-0.27744990587234497,0.5490995645523071,0.03929966688156128,-0.20776042342185974 +61,-1.8310818363619132,0.036698373350883266,0.7177944740886831,-0.9656659364700317,-0.03669013828039169,0.2571831941604614,0.19018152356147766,1.5307707786560059,-0.05666332691907883,0.08724802732467651,0.1110309362411499,-0.027965664863586426 +62,-1.7919148625206691,0.043273535151671226,0.7378596673767803,-0.9747393727302551,-0.04326003044843674,0.219115749001503,0.0834934413433075,-0.06061512231826782,-0.0028909482061862946,-0.2311626672744751,0.07023757696151733,0.1774296760559082 +63,-1.826176718254017,0.03756293128351311,0.7670686444951395,-0.9668846130371094,-0.03755410015583038,0.25243523716926575,0.2508355379104614,-0.7061266899108887,0.12665683031082153,-0.2960088849067688,-0.14587178826332092,0.055685460567474365 +64,-1.8636318639521199,0.020188130104371878,0.7940049435114686,-0.9572340846061707,-0.020186759531497955,0.2886093854904175,0.4140268862247467,1.0569251775741577,0.06403858959674835,-0.19880229234695435,-0.13449159264564514,-0.44353187084198 +65,-1.792157177783937,0.005235709480822562,0.8469597754888724,-0.9755860567092896,-0.005235685501247644,0.21955443918704987,0.2395789623260498,-0.03157913312315941,0.04817238450050354,0.3747714161872864,0.030076980590820312,0.26150938868522644 +66,-1.7866653486228437,-0.007914206739903805,0.8618590078329064,-0.9767600297927856,0.007914124056696892,0.21418964862823486,0.01604665070772171,0.2806987166404724,0.10940098017454147,0.46398842334747314,-0.06618744134902954,-0.11068928241729736 +67,-1.763326254707284,-0.007259580590353973,0.8361683340537364,-0.9814974069595337,0.007259516976773739,0.19133764505386353,-0.3368571996688843,-0.03389781713485718,0.06341733038425446,-0.03748446702957153,0.012134402990341187,0.39252471923828125 +68,-1.7944338751555535,-0.013662186186028229,0.8173972007803139,-0.9750061631202698,0.013661760836839676,0.22175733745098114,-0.16813676059246063,-0.6743687987327576,0.190817192196846,-0.3224791884422302,-0.0028280019760131836,0.4543137550354004 +69,-1.8464101462851656,-0.03458325276524215,0.7997961830499992,-0.9616830945014954,0.03457636013627052,0.27197495102882385,-0.3319030702114105,-0.3997892439365387,0.2900812029838562,-0.1930564045906067,-0.041183408349752426,-0.3865989148616791 +70,-1.8317606237317725,-0.025293034865926437,0.7679009417786457,-0.9658325910568237,0.025290338322520256,0.25792980194091797,-0.23446528613567352,0.3938482105731964,-0.15736234188079834,-0.0041686296463012695,0.007775455713272095,-0.05271434783935547 +71,-1.7945812093392404,0.0014783503339066322,0.7417626952631886,-0.9750634431838989,-0.0014783497899770737,0.22192147374153137,-0.2956582009792328,0.4010733962059021,-0.2561723291873932,0.5464745759963989,0.001417309045791626,-0.08091497421264648 +72,-1.7521867484287847,0.02482458894566376,0.7539276209620746,-0.9832906723022461,-0.024822039529681206,0.18034176528453827,0.25260722637176514,0.5592412948608398,-0.18046285212039948,0.21444618701934814,0.09363916516304016,-0.04508782923221588 +73,-1.7346478809981327,0.03670341442904816,0.7737965440562342,-0.9859418272972107,-0.036695174872875214,0.16300950944423676,0.13216379284858704,-0.15411503612995148,-0.024074703454971313,-0.18072986602783203,0.08451619744300842,0.34387218952178955 +74,-1.755886572892871,0.03616209330345434,0.7886295058914764,-0.9822770357131958,-0.036154210567474365,0.183914914727211,0.2349364161491394,-0.35841992497444153,0.13757270574569702,-0.3565291166305542,-0.005700647830963135,0.2289116382598877 +75,-1.8071833632334864,0.008091736221360907,0.8025102735556291,-0.9721584916114807,-0.008091648109257221,0.23418398201465607,0.24233777821063995,0.5164963006973267,0.06235359609127045,-0.13694173097610474,-0.18415385484695435,-0.5450665950775146 +76,-1.740198946542532,0.0015842028843950774,0.8495327761787488,-0.985684335231781,-0.0015842021675780416,0.16859331727027893,0.3713890612125397,-0.008827988058328629,0.006982156075537205,0.25524622201919556,0.08772006630897522,0.25465500354766846 +77,-1.7469148191809531,-0.01209447998746597,0.8832292497974515,-0.9844592213630676,0.012094184756278992,0.17519663274288177,0.22815261781215668,0.15838319063186646,0.06825748831033707,0.46828484535217285,-0.11817330121994019,-0.09247875213623047 +78,-1.7133741014716448,-0.01109846825320833,0.8839184625187505,-0.9897920489311218,0.011098240502178669,0.1420864462852478,-0.1663980633020401,0.2575552761554718,-0.026572545990347862,-0.022109806537628174,0.048655182123184204,0.3357119560241699 +79,-1.7403786559809953,-0.01740454943247726,0.875540556587918,-0.9855061173439026,0.017403671517968178,0.16874513030052185,0.1619318723678589,-0.851677417755127,0.21739830076694489,-0.3379954695701599,0.02471059560775757,0.36337459087371826 +80,-1.8100363682964096,-0.047294253457920786,0.8760849825103395,-0.9704321026802063,0.04727662354707718,0.2366994321346283,-0.1372520923614502,-0.773884117603302,0.289299339056015,-0.13415169715881348,-0.025120876729488373,-0.3353627622127533 +81,-1.7958809716620416,-0.027627104291502863,0.8293713594010343,-0.9744032025337219,0.02762359008193016,0.22310368716716766,-0.47582077980041504,0.9517796039581299,-0.4048555791378021,-0.2005997896194458,0.004679260775446892,-0.10832704603672028 +82,-1.7664648072970144,0.007114214637150424,0.7958316730205841,-0.980893075466156,-0.007114154752343893,0.19441738724708557,-0.3790748417377472,0.19313189387321472,-0.2984057664871216,0.5610170364379883,0.045215338468551636,-0.06499232351779938 +83,-1.7472258950942727,0.035958221559002176,0.7969030222883945,-0.9838401675224304,-0.03595047444105148,0.1754022240638733,0.16813595592975616,0.6188387870788574,-0.2525367736816406,0.29096919298171997,0.09385758638381958,-0.2148461490869522 +84,-1.712178631547437,0.04969174570859832,0.8119422561836046,-0.9888002872467041,-0.049671296030282974,0.140737846493721,0.18329669535160065,-0.44137173891067505,-0.06583086401224136,-0.23977649211883545,0.13180935382843018,0.44588637351989746 +85,-1.7504242682259739,0.04179486370505616,0.8324611657696067,-0.9830511212348938,-0.041782695800065994,0.1785075068473816,0.1744791567325592,-0.4603980481624603,0.18955746293067932,-0.453121542930603,-0.11623731255531311,0.08656813204288483 +86,-1.8001040397782255,0.016930486987151615,0.853307308494157,-0.9736844897270203,-0.01692967861890793,0.22727084159851074,0.5170818567276001,0.48981156945228577,0.0956636518239975,-0.10254842042922974,-0.22954553365707397,-0.47153353691101074 +87,-1.7409853941968414,0.006347784461820622,0.9166858145941668,-0.9855327606201172,-0.006347741931676865,0.16936525702476501,0.5773630142211914,-0.02224017307162285,-0.010873029008507729,0.360792338848114,0.06886300444602966,0.2606426179409027 +88,-1.7413341565770564,-0.0055577659894608545,0.95501067041726,-0.9854783415794373,0.005557737313210964,0.16970977187156677,0.32982364296913147,0.18675978481769562,0.048584599047899246,0.45804309844970703,-0.09053394198417664,-0.06768953800201416 +89,-1.7118488330195973,-0.002284488709945708,0.9413276731605945,-0.9900659918785095,0.0022844867780804634,0.14058488607406616,-0.44340968132019043,0.16681504249572754,-0.07304921746253967,-0.1838994026184082,0.10312321782112122,0.3721410036087036 +90,-1.7595127173899656,-0.011697465188955564,0.9221477071582473,-0.9821786880493164,0.011697198264300823,0.18758539855480194,-0.15312553942203522,-1.0116068124771118,0.2571524977684021,-0.5401449203491211,-0.0025724470615386963,0.49478769302368164 +91,-1.8423984353492213,-0.04094912965177022,0.8944695536411624,-0.9625346660614014,0.04093768820166588,0.2680502235889435,-0.4026840925216675,-0.7182821035385132,0.27894076704978943,-0.13234436511993408,-0.08529499173164368,-0.3850241005420685 +92,-1.824453019857133,-0.022938684965288468,0.8410280688134152,-0.9677466750144958,0.02293667383491993,0.25087931752204895,-0.5418775677680969,0.8019610047340393,-0.3698279857635498,0.11500924825668335,-0.04670986533164978,-0.06206703186035156 +93,-1.7997933451027937,0.015598482163021815,0.8111289710844589,-0.97377610206604,-0.01559785008430481,0.22697323560714722,-0.1694994568824768,-0.09360631555318832,-0.271837443113327,0.6250059604644775,0.06486847996711731,-0.132979154586792 +94,-1.7745753116643195,0.03235826257832416,0.8192452811094009,-0.9787959456443787,-0.032352615147829056,0.20226557552814484,0.13589134812355042,0.9385409951210022,-0.12999050319194794,-0.016504108905792236,0.11180514842271805,-0.059534952044487 +95,-1.750016345353625,0.04617646789466693,0.8328373345970557,-0.9829340577125549,-0.04616006091237068,0.17807209491729736,0.13923422992229462,-0.25102728605270386,-0.05182461440563202,-0.296835720539093,0.052263591438531876,0.33616435527801514 +96,-1.802485283273594,0.04443164979696923,0.8516870602980118,-0.9723194241523743,-0.04441703110933304,0.2293950617313385,0.3487338721752167,-0.9410433173179626,0.149745911359787,-0.28854477405548096,-0.15185678005218506,-0.09180665016174316 +97,-1.8662780251558588,0.015879805414414007,0.8807894141306728,-0.9565414190292358,-0.015879137441515923,0.29116401076316833,0.4438106119632721,1.0967330932617188,-0.1163131594657898,-0.19511568546295166,-0.16254189610481262,-0.5075794458389282 +98,-1.7736827973449392,0.00925087891031655,0.9491699834202497,-0.9794472455978394,-0.009250747039914131,0.20148882269859314,0.3920445740222931,-0.13300305604934692,0.07795582711696625,0.3378303050994873,0.07268154621124268,0.38757672905921936 +99,-1.7870061243371125,-0.006968623148083012,0.9732917934642169,-0.9766939878463745,0.006968566682189703,0.214524045586586,0.1127568855881691,0.2932386100292206,0.1446646749973297,0.48940443992614746,-0.043894827365875244,-0.15087959170341492 +100,-1.730546177889588,-0.003145676189353759,0.9470614575941005,-0.9872621893882751,0.003145670983940363,0.1590704470872879,-0.4689439535140991,0.339093953371048,-0.012211978435516357,-0.08817720413208008,0.04580453038215637,0.4091362953186035 +101,-1.7619348496094303,-0.01319654074233893,0.9204870977365673,-0.981702983379364,0.013196157291531563,0.18996024131774902,-0.09689062088727951,-0.5165914297103882,0.25456130504608154,-0.37822121381759644,0.006960717961192131,0.4530603587627411 +102,-1.8408164483238378,-0.030139024927777314,0.9018441916338792,-0.9633277654647827,0.03013446182012558,0.2666296660900116,-0.3322411775588989,-0.7941645383834839,0.02994605153799057,-0.1570640206336975,-0.08428791165351868,-0.38726571202278137 +103,-1.817815493221546,-0.0028956097182511998,0.8499347679364244,-0.9696416258811951,0.0028956057503819466,0.24451370537281036,-0.5981641411781311,0.7633819580078125,-0.16039520502090454,-0.03724020719528198,0.09303641319274902,-0.05922612547874451 +104,-1.798606720590855,0.023612925152711215,0.7955523163615451,-0.97389155626297,-0.023610731586813927,0.22578205168247223,-0.4801858365535736,-0.07833737879991531,-0.1499767154455185,0.587249219417572,0.06078115105628967,-0.09522785246372223 +105,-1.778871170759499,0.05106860301108001,0.7761291731223133,-0.9771547913551331,-0.05104640871286392,0.2063073366880417,-0.22505883872509003,1.131895899772644,-0.22528035938739777,0.14512360095977783,0.08785060048103333,-0.25489139556884766 +106,-1.7393200063274825,0.07335625391188223,0.7829631081329016,-0.9831821918487549,-0.07329048216342926,0.1672760546207428,0.11852795630693436,-0.160129114985466,-0.10131127387285233,-0.18051403760910034,0.055651307106018066,0.2672790288925171 +107,-1.7738050580643534,0.07340612411923203,0.804719549680766,-0.9768268465995789,-0.07334021478891373,0.2010742574930191,0.02696051262319088,-0.5688435435295105,0.09099271148443222,-0.36104869842529297,-0.043206438422203064,0.15419618785381317 +108,-1.8524894362709796,0.04022235122504144,0.8377957590248181,-0.9598093628883362,-0.0402115061879158,0.2777576148509979,0.4659368693828583,0.32166457176208496,0.13322602212429047,-0.053816795349121094,-0.2237350344657898,-0.4724292755126953 +109,-1.758839611001057,0.03372599503602941,0.8797796055147507,-0.9818131327629089,-0.03371960297226906,0.18683069944381714,0.4653293490409851,0.11566945165395737,0.005539917387068272,0.30610835552215576,0.12141186743974686,0.29951271414756775 +110,-1.7600182143507914,0.015565812489628584,0.8995415785262746,-0.9820318818092346,-0.015565183945000172,0.18807193636894226,0.17552641034126282,0.17590147256851196,0.17574839293956757,0.5065833330154419,-0.043760985136032104,-0.09592413902282715 +111,-1.7229853084375182,0.012736915611466485,0.8781051268799427,-0.9883613586425781,-0.01273657102137804,0.15158987045288086,-0.4410507380962372,0.16798296570777893,-0.010495327413082123,-0.1427878737449646,0.05117344856262207,0.37514352798461914 +112,-1.7560331054669864,0.0024539983406698836,0.8599136253006125,-0.9828896522521973,-0.002453995868563652,0.1841786950826645,-0.10770858824253082,-0.7322081327438354,0.20943015813827515,-0.45441192388534546,-0.07158166170120239,0.4462839365005493 +113,-1.8191312957285013,-0.017221277120448394,0.8480116970540856,-0.9691793918609619,0.017220426350831985,0.2457539290189743,-0.17914554476737976,-0.5545172691345215,0.07801130414009094,-0.13323771953582764,-0.03710263967514038,-0.32314643263816833 +114,-1.826678698319399,0.0001687106127131572,0.8149838328251852,-0.9674403071403503,-0.0001687106123426929,0.25309914350509644,-0.5946361422538757,0.8099936842918396,-0.3850427269935608,-0.07850384712219238,-0.11508092284202576,-0.24376073479652405 +115,-1.777431522376818,0.04806110141299917,0.7833523366396151,-0.9775967597961426,-0.048042602837085724,0.20493094623088837,-0.2623228132724762,0.18124374747276306,-0.29942503571510315,0.536831259727478,0.10169252008199692,0.0383552610874176 +116,-1.757038654831177,0.07212969316974319,0.7796995778473378,-0.9801518321037292,-0.07206716388463974,0.1846860647201538,-0.013924650847911835,0.6714276671409607,-0.1640467792749405,0.1346927285194397,0.07766713947057724,-0.12767921388149261 +117,-1.7200722135328128,0.0813476671264995,0.7885958166624704,-0.9856089353561401,-0.08125797659158707,0.14823029935359955,0.03256920352578163,-0.3418544828891754,0.021288059651851654,-0.30066120624542236,0.09016913175582886,0.5166409015655518 +118,-1.7555652940293027,0.07246093319327662,0.7973059152790601,-0.9803993105888367,-0.07239753752946854,0.18323734402656555,-0.029860712587833405,-0.5334368348121643,0.2799707353115082,-0.3296746015548706,-0.08731619268655777,0.14343811571598053 +119,-1.8599641793732962,0.026610549495776816,0.8088653463130931,-0.958142101764679,-0.026607409119606018,0.2850537598133087,0.4053768217563629,-0.03673098236322403,0.21331731975078583,-0.12333977222442627,-0.2387581765651703,-0.5737196207046509 +120,-1.752953501171379,0.027186632399210583,0.8620760842682292,-0.9830918312072754,-0.027183283120393753,0.181084543466568,0.7261621356010437,0.9571734666824341,-0.1889091432094574,0.3491044044494629,0.14405032992362976,0.1630469411611557 +121,-1.7520717435917694,0.008891327805256097,0.907405720698774,-0.9835756421089172,-0.0088912108913064,0.18027710914611816,0.27402710914611816,0.013184722512960434,0.20256096124649048,0.507684588432312,-0.04073038697242737,-0.06331850588321686 +122,-1.7128984332572341,0.0022198422008063616,0.8925197896732495,-0.989918053150177,-0.002219840418547392,0.14162400364875793,-0.18392512202262878,0.26917994022369385,-0.031710781157016754,-0.0911213755607605,0.020560890436172485,0.35793352127075195 +123,-1.73390535497319,-0.0063316332402968195,0.8869093959722545,-0.9867074489593506,0.006331590935587883,0.16238349676132202,-0.007302143611013889,-0.5000863671302795,0.1985272467136383,-0.3942282199859619,-0.013320088386535645,0.4992070198059082 +124,-1.8257987426114624,-0.031702695772257455,0.883385801162461,-0.9671764969825745,0.031697385013103485,0.2521210014820099,-0.018508482724428177,-1.3270288705825806,0.21250800788402557,-0.1635608673095703,-0.05606567859649658,-0.379119873046875 +125,-1.8337943102869363,-0.010527698761170427,0.8419861214286916,-0.9655614495277405,0.010527504608035088,0.2599622309207916,-0.7884746193885803,1.3599798679351807,-0.46464571356773376,-0.08225959539413452,-0.007307887077331543,-0.1898787021636963 +126,-1.7889963795764205,0.031292343132658336,0.7983168159894571,-0.975810706615448,-0.031287238001823425,0.2163667380809784,-0.36975759267807007,-0.23027130961418152,-0.20316115021705627,0.5446126461029053,0.09026244282722473,-0.01646137237548828 +127,-1.7959562607617412,0.0546427395663921,0.791398412911652,-0.9733036160469055,-0.05461554974317551,0.22292904555797577,0.030716441571712494,0.8556643724441528,-0.30358508229255676,0.23163485527038574,0.048313677310943604,-0.3286876678466797 +128,-1.709225550893407,0.0712436889810365,0.7967190128072862,-0.987921416759491,-0.07118343561887741,0.13763748109340668,0.0903109610080719,-0.4658689796924591,0.013636499643325806,-0.26632046699523926,0.12025568634271622,0.5859495401382446 +129,-1.7540522775763876,0.05873622889744544,0.8142692892540732,-0.9815598130226135,-0.058702461421489716,0.1819176822900772,0.22577190399169922,-0.5624079704284668,0.25599175691604614,-0.36212897300720215,-0.0856456607580185,0.1266150176525116 +130,-1.8401740106238793,0.0172557252593006,0.8372453683018151,-0.9637932181358337,-0.017254868522286415,0.2660920023918152,0.4136606752872467,0.29042181372642517,0.1493033766746521,-0.16723406314849854,-0.25641149282455444,-0.523996114730835 +131,-1.7551829984938552,0.011640618419440613,0.881395399927723,-0.9829822182655334,-0.011640355922281742,0.1833312064409256,0.36582452058792114,0.19714891910552979,0.030027344822883606,0.252635657787323,0.10525304079055786,0.25603044033050537 +132,-1.768086170401384,-0.006263158477421692,0.9013380740254993,-0.9805821776390076,0.006263117305934429,0.1960086226463318,0.22185662388801575,-0.03072601929306984,0.16180647909641266,0.5514134764671326,-0.05904325842857361,-0.09894752502441406 +133,-1.7250353164790204,-0.005612951212756498,0.8774562305224994,-0.9881131649017334,0.00561292190104723,0.1536257416009903,-0.5789278745651245,0.5063253045082092,-0.09698354452848434,-0.0504457950592041,0.05266037583351135,0.2816159725189209 +134,-1.7445021782355148,-0.009015043775228177,0.8602511653930411,-0.9849110245704651,0.009014921262860298,0.1728265881538391,0.006471413187682629,-0.706636905670166,0.26215726137161255,-0.2467326521873474,0.026049792766571045,0.31653809547424316 +135,-1.8167346950399659,-0.04002979793860761,0.8590677662179128,-0.9691323041915894,0.04001910984516144,0.24327152967453003,0.06341458857059479,-1.0009878873825073,0.22582343220710754,-0.24003511667251587,-0.028468221426010132,-0.3648688793182373 +136,-1.813464344245413,-0.01594079375783407,0.8187891507474877,-0.9705769419670105,0.015940118581056595,0.24026279151439667,-0.5386149883270264,0.8300882577896118,-0.5536006093025208,-0.16742348670959473,0.0030570626258850098,-0.18641459941864014 +137,-1.7853313378003646,0.02806275888765596,0.7962428003020595,-0.9766906499862671,-0.02805907651782036,0.21280927956104279,-0.104342021048069,0.05005485564470291,-0.32768771052360535,0.5784059166908264,0.07079896330833435,-0.054560333490371704 +138,-1.7672684964509524,0.04843088655779698,0.815374777814624,-0.9796115159988403,-0.04841195419430733,0.19498173892498016,0.12934288382530212,0.7624441981315613,-0.2204609215259552,0.20139795541763306,0.07357370108366013,-0.1977892816066742 +139,-1.7434707755238654,0.06689579330939535,0.8331396337671753,-0.9829253554344177,-0.06684590876102448,0.17143332958221436,0.18148471415042877,-0.22875618934631348,-0.0930822566151619,-0.13366705179214478,0.11340045928955078,0.40344154834747314 +140,-1.7754067829155802,0.06275378593463518,0.8586719131318579,-0.9772127270698547,-0.06271260976791382,0.20278577506542206,0.274143785238266,-0.47768741846084595,0.14452990889549255,-0.45012474060058594,-0.11879067122936249,0.14818152785301208 +141,-1.8583864388836255,0.017361169110727357,0.8926853183872607,-0.9587857723236084,-0.017360296100378036,0.2835994064807892,0.6229613423347473,0.17396299540996552,0.22727595269680023,-0.2413027286529541,-0.23445549607276917,-0.5495295524597168 +142,-1.7834359529653445,0.012791329401376738,0.951736937126509,-0.9773972630500793,-0.012790980748832226,0.21102353930473328,0.48761752247810364,0.07253595441579819,0.04050380736589432,0.4294542074203491,0.1289408802986145,0.24129270017147064 +143,-1.7891558063260005,-0.01296953628605552,0.9812001320509671,-0.9761722087860107,0.012969172559678555,0.2166101634502411,0.19758914411067963,0.08530574291944504,0.20905928313732147,0.5009371042251587,-0.07943645119667053,-0.08990117907524109 +144,-1.740258036889354,-0.005593375868343234,0.946460125442319,-0.9856603741645813,0.005593346897512674,0.16864916682243347,-0.5997844338417053,0.40568453073501587,-0.09975235164165497,-0.023250818252563477,0.11046499013900757,0.29912424087524414 +145,-1.761276758669908,-0.01951126992431383,0.9116931372191757,-0.9817264080047607,0.01951003260910511,0.18929460644721985,-0.13149887323379517,-0.7190240025520325,0.4694161117076874,-0.2618342638015747,0.06001877784729004,0.31441327929496765 +146,-1.8537691913040688,-0.05555534545343757,0.8808009265703796,-0.9587482810020447,0.055526770651340485,0.2787807881832123,-0.29320353269577026,-1.4880479574203491,0.43334999680519104,-0.19042176008224487,-0.008010916411876678,-0.3558681905269623 +147,-1.8571224899749372,-0.046970172813805194,0.8219830563630757,-0.9582300186157227,0.046952903270721436,0.28211838006973267,-0.6703191995620728,1.6514047384262085,-0.6519584059715271,-0.24185854196548462,-0.12504738569259644,-0.20788443088531494 +148,-1.797856611968062,0.004521767202840104,0.793350706425429,-0.9743223786354065,-0.004521751776337624,0.2251119315624237,-0.07817758619785309,-0.14224497973918915,-0.3533110022544861,0.5643798112869263,0.01569119095802307,-0.033354759216308594 +149,-1.7858911010447145,0.030720863004010553,0.8199951300883763,-0.9764950275421143,-0.030716031789779663,0.21333926916122437,0.1860598772764206,1.0227476358413696,-0.327923983335495,0.2625975012779236,0.03686533123254776,-0.24962477385997772 +150,-1.7120097761611135,0.05465781916683014,0.8576469660744673,-0.988567590713501,-0.05463060736656189,0.1405344307422638,0.18496990203857422,-0.09069759398698807,-0.1290445774793625,-0.20764529705047607,0.06274827569723129,0.4893941879272461 +151,-1.7403243362369176,0.06259990629361109,0.8809942535982416,-0.9837338924407959,-0.06255903095006943,0.16838666796684265,0.3587139844894409,-0.584338903427124,0.1476559340953827,-0.4019167423248291,-0.14721879363059998,0.09772658348083496 +152,-1.8242459880662838,0.028344610385679876,0.9219819719623056,-0.9676643013954163,-0.028340814635157585,0.25064417719841003,0.44546473026275635,0.5648202896118164,-0.10325435549020767,-0.37730634212493896,-0.21256494522094727,-0.5409884452819824 +153,-1.7192181339016939,0.04351644724749465,0.9770767411092358,-0.9880692362785339,-0.04350271448493004,0.14773745834827423,0.4599269926548004,-0.013511352241039276,0.11649806052446365,0.42784297466278076,0.13140860199928284,0.3659190833568573 +154,-1.7413582102403549,0.022553734480484398,0.998578942284351,-0.9852389693260193,-0.022551821544766426,0.16969294846057892,0.06661073863506317,-0.027701465412974358,0.15396229922771454,0.4991244077682495,-0.09899967908859253,-0.1275329440832138 +155,-1.6952600272982121,0.02805872412728501,0.9552647095359121,-0.9918738007545471,-0.028055042028427124,0.12409373372793198,-0.32483264803886414,-0.015303503721952438,0.034749407321214676,-0.035561442375183105,0.11420616507530212,0.43498826026916504 +156,-1.745636845604792,0.009104326795041045,0.9301431714511795,-0.9847134947776794,-0.009104200638830662,0.173943892121315,-0.1688469797372818,-0.6999337673187256,0.28385496139526367,-0.5545015931129456,-0.00653606653213501,0.4632936716079712 +157,-1.8269444495136375,-0.011557824354892375,0.896141950909178,-0.9673084616661072,0.011557566933333874,0.25333932042121887,-0.4614948034286499,-0.4893747568130493,0.10806906223297119,-0.2636790871620178,-0.14430904388427734,-0.417630672454834 +158,-1.783608096541754,0.03245430431898868,0.8294892199614675,-0.9769260287284851,-0.03244860842823982,0.2110978066921234,-0.5549226403236389,0.4420386552810669,-0.2893429100513458,0.16515862941741943,0.033974505960941315,0.07060988247394562 +159,-1.7694459175481043,0.06683172193403683,0.7950223080706456,-0.9781454801559448,-0.06678198277950287,0.19690510630607605,0.0025049224495887756,-0.12342289090156555,-0.2513004541397095,0.5562704801559448,0.030984878540039062,-0.18451499938964844 +160,-1.723492035060815,0.08846963454114966,0.8064602397716293,-0.9844993352890015,-0.08835427463054657,0.1515081822872162,0.05531347170472145,1.255705714225769,-0.16611731052398682,0.14879071712493896,0.16309180855751038,0.041561245918273926 +161,-1.7120856616728235,0.09244126389159656,0.829837293844088,-0.9858080148696899,-0.09230966120958328,0.14021845161914825,0.2644301950931549,-0.3247884511947632,-0.07927283644676208,-0.4708569049835205,0.10093087702989578,0.22731994092464447 +162,-1.7740920731340766,0.07379423002404678,0.8543377208458567,-0.9767409563064575,-0.07372727245092392,0.20134882628917694,0.5120685696601868,-1.5975209474563599,0.5226573944091797,-0.3325088620185852,-0.11346754431724548,-0.23540639877319336 +163,-1.8015523884568934,0.03746031258747207,0.8868705651216617,-0.9728109836578369,-0.037451550364494324,0.22855320572853088,0.6068267822265625,1.3110491037368774,-0.07525341212749481,-0.15908610820770264,-0.05887717381119728,-0.3424142301082611 +164,-1.7426764416106457,0.02368568637559396,0.9415469321281474,-0.9849886298179626,-0.023683471605181694,0.1709870994091034,0.20279450714588165,-0.1626242846250534,0.16456672549247742,0.5144990682601929,0.09861937165260315,0.1680631786584854 +165,-1.7464242517332933,0.005616672889489292,0.94746314159907,-0.9846015572547913,-0.005616643466055393,0.17472368478775024,-0.44040390849113464,0.5448079109191895,0.047994598746299744,0.3737921714782715,-0.1252121925354004,-0.07859325408935547 +166,-1.6994603433328865,0.02274226010181054,0.8869665578013508,-0.9914778470993042,-0.022740298882126808,0.12827615439891815,-0.29075419902801514,-0.1628066599369049,0.05041729286313057,-0.20508599281311035,0.09392255544662476,0.46876978874206543 +167,-1.7638478372554722,0.005674432291996156,0.874934168166297,-0.9814075231552124,-0.005674401763826609,0.19185151159763336,-0.07529924064874649,-0.7239773273468018,0.4192720651626587,-0.4443889260292053,0.07118037343025208,0.27221405506134033 +168,-1.8562938441876442,-0.021975695214651737,0.838195699487439,-0.9592898488044739,0.021973926573991776,0.2815668284893036,-0.7923744320869446,-0.2381531000137329,0.16184328496456146,-0.2853847146034241,-0.07185491919517517,-0.44619396328926086 +169,-1.7877244446395628,0.03262458146929105,0.774805684544699,-0.9760435223579407,-0.032618794590234756,0.2151162177324295,-0.45571574568748474,0.2140185534954071,-0.3370908200740814,0.28089892864227295,0.025447160005569458,0.17618024349212646 +170,-1.7843128364231742,0.058763365976209396,0.7633950993007358,-0.9756051301956177,-0.05872955173254013,0.21153216063976288,0.1937561333179474,-0.07560408860445023,-0.09341542422771454,0.5806007385253906,0.06321563571691513,-0.2212671935558319 +171,-1.7150029379697573,0.06835686233191553,0.7784688200149817,-0.987308919429779,-0.06830363720655441,0.14337168633937836,0.11258397251367569,0.7581397891044617,-0.1832379251718521,-0.007014632225036621,0.0926414281129837,0.22029098868370056 +172,-1.7162208844827609,0.08264691388633255,0.8006603858114639,-0.9860672950744629,-0.08255285769701004,0.1444178968667984,0.11158835887908936,-0.3469778299331665,-0.1242852583527565,-0.38699495792388916,0.14567846059799194,0.3403080701828003 +173,-1.793925142934068,0.0631229497792274,0.8316833670559258,-0.973267674446106,-0.0630810409784317,0.22084125876426697,0.7270832657814026,-1.5396052598953247,0.49152669310569763,-0.08270156383514404,-0.129988431930542,-0.3575141429901123 +174,-1.8166870606486576,0.02148937126346772,0.860569971925009,-0.9696970582008362,-0.02148771658539772,0.24336418509483337,0.516706645488739,1.2992534637451172,-0.4946017265319824,-0.38061434030532837,-0.08823823928833008,-0.4766405522823334 +175,-1.7489682535833957,0.03637738404625198,0.9155458759237176,-0.9835182428359985,-0.036369360983371735,0.17711348831653595,0.18825426697731018,-0.25736063718795776,0.06876295059919357,0.44920122623443604,0.04418185353279114,0.21029186248779297 +176,-1.7417417819999308,0.025932067857161494,0.9203114536040878,-0.9850931763648987,-0.0259291622787714,0.17005692422389984,-0.40418878197669983,0.535458505153656,0.01879660040140152,0.23872464895248413,-0.06893470883369446,-0.07439957559108734 +177,-1.7180377349646436,0.028392327011126796,0.8750466328684956,-0.9887809753417969,-0.02838851325213909,0.14665083587169647,-0.3004593551158905,-0.1769084483385086,0.20519927144050598,-0.10681545734405518,0.09958600997924805,0.32191598415374756 +178,-1.7579302704838806,0.008544987311434604,0.8576863744690971,-0.9825055003166199,-0.00854488369077444,0.1860368400812149,0.0715789943933487,-0.414833128452301,0.3676230311393738,-0.6281358599662781,0.013748140074312687,0.2151625007390976 +179,-1.8244452131872861,-0.010396011439990206,0.845877472711794,-0.9679508805274963,0.01039582397788763,0.25092417001724243,-0.4726561903953552,-0.3509646952152252,-0.043636761605739594,-0.11028087139129639,-0.0668991208076477,-0.4089137613773346 +180,-1.7789378637667124,0.029377630490724196,0.7871930550572818,-0.9779943823814392,-0.029373405501246452,0.20655272901058197,-0.6044825911521912,0.4301217794418335,-0.2304823398590088,0.26302868127822876,0.0433199442923069,0.13361141085624695 +181,-1.7757243935626406,0.059330193771862196,0.7432941612882575,-0.977353036403656,-0.05929539352655411,0.20313870906829834,-0.11916384100914001,-0.15245355665683746,-0.20252850651741028,0.5382965207099915,0.061111174523830414,-0.20332178473472595 +182,-1.7221229956493334,0.08589395246446835,0.7307528727036121,-0.9849273562431335,-0.08578837662935257,0.150193989276886,-0.186247318983078,0.8298743963241577,-0.3319723904132843,-0.1577422022819519,0.18165934085845947,0.2425367683172226 +183,-1.727250564407739,0.10291856576764961,0.7393542527209079,-0.9825592041015625,-0.10273697227239609,0.1549922525882721,0.19881325960159302,-0.38655784726142883,-0.09203732013702393,-0.3961639404296875,0.0894465446472168,0.2583225965499878 +184,-1.7909991923520863,0.08152421084067743,0.7549918909436037,-0.972612202167511,-0.08143393695354462,0.21770216524600983,0.2390143871307373,-1.1719917058944702,0.3804982602596283,-0.17127829790115356,-0.09517128020524979,-0.37311288714408875 +185,-1.7896325941414457,0.049157365944895434,0.7999605889318896,-0.9749715328216553,-0.04913756996393204,0.2168315351009369,0.6582278609275818,0.7489160895347595,-0.13971392810344696,0.011806309223175049,-0.05103638395667076,-0.13443399965763092 +186,-1.7763421392009564,0.03933098868951888,0.8529215694967619,-0.9781925678253174,-0.039320848882198334,0.2039436548948288,0.3251369297504425,-0.08825626969337463,0.13617214560508728,0.6257451176643372,0.09411513805389404,-0.009607687592506409 +187,-1.7635353023223688,0.028486174017472773,0.85436393244734,-0.9810850024223328,-0.02848232164978981,0.19147014617919922,-0.4724772870540619,0.6510196924209595,0.03004153072834015,0.15628653764724731,-0.08450901508331299,-0.020937934517860413 +188,-1.7381605763377561,0.029127748060556936,0.8165089014709456,-0.9856091141700745,-0.02912363037467003,0.1665133684873581,-0.3110262155532837,-0.28263574838638306,0.14328911900520325,-0.12173652648925781,0.01697763428092003,0.279089093208313 +189,-1.7909134407600125,0.007690112100599435,0.8044363954975099,-0.975843071937561,-0.007690036203712225,0.21833746135234833,-0.02045842818915844,-0.43289485573768616,0.4155530035495758,-0.517809271812439,0.07061728835105896,0.2312779426574707 +190,-1.8653187795886046,-0.017401117259532344,0.7678559424705726,-0.9567960500717163,0.017400238662958145,0.29023897647857666,-0.6077170372009277,-0.30349788069725037,0.1383098065853119,-0.2304750680923462,-0.17584750056266785,-0.41003572940826416 +191,-1.8202402932613972,0.027108084016858405,0.7196144728891354,-0.968693733215332,-0.027104763314127922,0.24677444994449615,-0.3690813183784485,0.24211423099040985,-0.3216680586338043,0.3338213562965393,0.05180874466896057,0.11058638989925385 +192,-1.8133288077395469,0.06016677949595906,0.7057942254955286,-0.9689763784408569,-0.06013048440217972,0.2397271990776062,-0.036610208451747894,0.042831409722566605,-0.269793301820755,0.5266851186752319,0.02112901210784912,-0.21610665321350098 +193,-1.7481554907609402,0.08346199513414028,0.7132453420642746,-0.980886697769165,-0.08336512744426727,0.1758166402578354,-0.018509598448872566,0.8054465651512146,-0.16168363392353058,-0.14293831586837769,0.18430200219154358,0.2810925245285034 +194,-1.7598646787689731,0.09221393102204346,0.7274671327948792,-0.9780067801475525,-0.09208329766988754,0.1871454119682312,0.200856551527977,-0.2681960463523865,-0.06601099669933319,-0.304021418094635,0.06632646918296814,0.20209097862243652 +195,-1.822091584165143,0.07291261464707785,0.7626419384916455,-0.9660177230834961,-0.07284802943468094,0.24799808859825134,0.5719427466392517,-1.2064728736877441,0.19671645760536194,-0.23288065195083618,-0.25344592332839966,-0.34795841574668884 +196,-1.80778624082461,0.05331132765559759,0.8227657924280798,-0.9706681370735168,-0.053286079317331314,0.23444421589374542,0.8351612091064453,1.35524320602417,-0.24916371703147888,-0.17784571647644043,-0.03426886349916458,-0.2633138597011566 +197,-1.7749222421258943,0.05170579876142346,0.8948996565392007,-0.9779298305511475,-0.051682762801647186,0.20244039595127106,0.46215203404426575,0.0426042303442955,-0.014228582382202148,0.51761794090271,0.10102969408035278,0.07736003398895264 +198,-1.7604021084040649,0.04120375640997352,0.9137628860196785,-0.9812451601028442,-0.04119209945201874,0.18831180036067963,-0.30610886216163635,0.39640337228775024,0.0710224062204361,0.22999393939971924,-0.03613942861557007,-0.01843571662902832 +199,-1.7427734866141071,0.034738104033919505,0.8735836705200809,-0.9846539497375488,-0.03473111614584923,0.17102743685245514,-0.31362584233283997,-0.23192338645458221,0.2068016529083252,-0.15055418014526367,0.016496866941452026,0.36391520500183105 +200,-1.8029958471639482,0.007444273538502764,0.8555071978150306,-0.9731356501579285,-0.0074442047625780106,0.2301121950149536,0.06731953471899033,-0.5228698253631592,0.4553329348564148,-0.5532010197639465,-0.01875513792037964,0.1925715208053589 +201,-1.8721435968603497,-0.01261618249511191,0.8006320802147568,-0.9548615217208862,0.012615847401320934,0.2967834174633026,-0.6628021001815796,-0.002389610279351473,0.12529495358467102,-0.16180717945098877,-0.0968748927116394,-0.5281982421875 +202,-1.815390472994764,0.01744682312702723,0.7624578155265013,-0.970088005065918,-0.017445938661694527,0.2421257048845291,-0.35538262128829956,0.2780289947986603,-0.22556155920028687,0.26110368967056274,-0.040461182594299316,0.12806783616542816 +203,-1.801472521961764,0.046612806732548945,0.7579833822940822,-0.9724546074867249,-0.04659592732787132,0.2283875197172165,0.18982470035552979,0.20660628378391266,-0.312109112739563,0.47379744052886963,-0.005940079689025879,-0.1734558343887329 +204,-1.7330565950754797,0.06413946847502108,0.7918202515001066,-0.9848353862762451,-0.06409549713134766,0.16121700406074524,0.45844537019729614,0.623870313167572,-0.12858492136001587,0.022692501544952393,0.15453433990478516,0.23198674619197845 +205,-1.7387300020779042,0.06474141930816764,0.8402012521117592,-0.9838668704032898,-0.06469620019197464,0.16679531335830688,0.4478221535682678,-0.45729967951774597,-0.053007978945970535,-0.41884320974349976,0.16154372692108154,0.3877701759338379 +206,-1.8384804710443463,0.03367737587034568,0.8978663240720081,-0.9638394117355347,-0.03367101028561592,0.2643488347530365,0.682338297367096,-1.3461729288101196,0.4143235981464386,-0.16764581203460693,-0.21220910549163818,-0.4190881848335266 +207,-1.7839040442215859,0.02733921151433277,0.9522414967847791,-0.9770131707191467,-0.02733580581843853,0.21141929924488068,0.876459538936615,1.2603336572647095,-0.4133792519569397,-0.12117719650268555,0.10935178399085999,-0.002038240432739258 +208,-1.800136812698789,0.020624354643099165,0.9746305361198339,-0.973609447479248,-0.020622892305254936,0.22728697955608368,0.03775227069854736,-0.2335328608751297,0.09477381408214569,0.627540111541748,0.05355137586593628,-0.1278606653213501 +209,-1.784859789193443,0.023424194223063008,0.9585158627878093,-0.9769077301025391,-0.023422053083777428,0.21237409114837646,-0.5741943120956421,0.5862545371055603,-0.16239941120147705,0.13857460021972656,-0.06713885068893433,-0.026049017906188965 +210,-1.7399540079235254,0.037960644645952654,0.9173013614784709,-0.9850168228149414,-0.037951529026031494,0.1682308316230774,-0.29203903675079346,-0.18359248340129852,0.06884317845106125,-0.2782888412475586,0.025408808141946793,0.3608067035675049 +211,-1.7954205949870063,0.016451360079255108,0.8935562080291939,-0.9747459888458252,-0.01645061746239662,0.22270995378494263,-0.22210267186164856,-0.5522587299346924,0.28312551975250244,-0.4088904857635498,0.0023972690105438232,0.04216742515563965 +212,-1.84632312121615,0.008959031617961466,0.8320583047525331,-0.9622433185577393,-0.008958911523222923,0.2720429599285126,-0.8698174953460693,0.5164029598236084,-0.1374000757932663,-0.27271145582199097,-0.11681929230690002,-0.48472002148628235 +213,-1.7857746149433584,0.05279628983106199,0.7670527788219051,-0.9756197333335876,-0.05277176573872566,0.21302898228168488,-0.5471628308296204,0.23558583855628967,-0.20130367577075958,0.27081626653671265,-0.00545579195022583,0.0983266830444336 +214,-1.7603708148517594,0.08048243078561419,0.7408930175363304,-0.9789054989814758,-0.08039557188749313,0.18783104419708252,-0.003921653144061565,0.23659394681453705,-0.18595533072948456,0.5005425214767456,0.03126228600740433,-0.1642714887857437 +215,-1.7003548055383366,0.09353831620660027,0.7515399108997921,-0.9872840642929077,-0.09340197592973709,0.12863153219223022,0.16956478357315063,0.40390247106552124,-0.0827331691980362,-0.16750097274780273,0.11947927623987198,0.395843505859375 +216,-1.7134083348533655,0.09387655430526387,0.7751257624710927,-0.985489547252655,-0.09373872727155685,0.1415032595396042,0.32672351598739624,-0.48017147183418274,-0.008454687893390656,-0.3987113833427429,0.09955234080553055,0.38729000091552734 +217,-1.7788281345302932,0.06493964911172105,0.8126298530798209,-0.9763768911361694,-0.06489401310682297,0.20609919726848602,0.49942314624786377,-1.009194016456604,0.607333242893219,-0.09683471918106079,-0.13856667280197144,-0.39990103244781494 +218,-1.7442230123427847,0.03347919964034533,0.8733120472086806,-0.984447181224823,-0.0334729440510273,0.17246192693710327,0.928305983543396,1.4943679571151733,-0.5514601469039917,-0.08934420347213745,-0.020070131868124008,-0.18489791452884674 +219,-1.7021178225664073,0.030257631425595323,0.9421601756122647,-0.9909359216690063,-0.030253015458583832,0.13088443875312805,0.4050061106681824,0.1443222165107727,0.10116792470216751,0.6040036082267761,0.05173739790916443,0.08568356931209564 +220,-1.6816749420333637,0.010789172888904937,0.9524320446477667,-0.9938012361526489,-0.010788963176310062,0.1106451079249382,-0.5250443816184998,0.25110241770744324,0.09110721200704575,-0.001269996166229248,-0.0882405936717987,0.07188043743371964 +221,-1.6781085474959552,0.012780749150923993,0.9100729934042158,-0.994166374206543,-0.012780400924384594,0.10709762573242188,-0.23394875228405,-0.41633689403533936,0.05149737745523453,-0.28232288360595703,-0.03015783429145813,0.2803535461425781 +222,-1.7390613176346157,-0.007518769039239999,0.9054358198320049,-0.9858487844467163,0.0075186979956924915,0.16746734082698822,-0.12370678782463074,-0.7115115523338318,0.2640444338321686,-0.45487064123153687,-0.02326578088104725,0.021970480680465698 +223,-1.792791102622352,-0.010905779196308113,0.8687397193629703,-0.9754021763801575,0.010905562900006771,0.2201627939939499,-0.7035520672798157,0.17848411202430725,-0.15223705768585205,-0.19230717420578003,-0.07154399156570435,-0.40947866439819336 +224,-1.7514259728846735,0.0342104312411398,0.8152015852964927,-0.9831553101539612,-0.03420376032590866,0.17954392731189728,-0.5237217545509338,0.23038934171199799,-0.3437511622905731,0.36386191844940186,-0.014136083424091339,0.08655409514904022 +225,-1.7359439880070506,0.0644968651567528,0.7966381445751567,-0.9843431115150452,-0.0644521564245224,0.16405615210533142,0.03080371581017971,0.19260220229625702,-0.1961159110069275,0.48182547092437744,0.036040306091308594,-0.2035917043685913 +226,-1.672075831682809,0.08560838705558381,0.8094102708243494,-0.9912322759628296,-0.08550386130809784,0.10073618590831757,0.25597599148750305,0.31726691126823425,-0.18316073715686798,-0.1783081293106079,0.15689972043037415,0.3357110023498535 +227,-1.6992642525449861,0.0904509584979383,0.8345556893108543,-0.9877050518989563,-0.0903276726603508,0.1275911182165146,0.1738232672214508,-0.5544668436050415,0.00850302167236805,-0.4319115877151489,0.1514543890953064,0.4423551559448242 +228,-1.807706335884808,0.04530204885995098,0.8711366144292103,-0.9710704684257507,-0.04528655484318733,0.2344592660665512,0.489322304725647,-1.3402249813079834,0.7150123715400696,-0.150831937789917,-0.20044097304344177,-0.4020160436630249 +229,-1.7729617231544705,0.03221941603999004,0.9294174658652617,-0.9791257381439209,-0.03221384063363075,0.20068690180778503,0.9116305708885193,1.7441000938415527,-0.5203898549079895,-0.0005953311920166016,0.06509652733802795,-0.16838407516479492 +230,-1.7456375261627948,0.014098964543214113,0.9866821203845347,-0.9846564531326294,-0.014098497107625008,0.17393450438976288,0.4138694703578949,-0.20365357398986816,0.2164585292339325,0.5407781600952148,0.06878599524497986,-0.003173336386680603 +231,-1.7268420746126443,-0.00858839240792708,0.9908426887614445,-0.9878131151199341,0.00858828704804182,0.15540750324726105,-0.7453780770301819,0.8224015831947327,0.008346661925315857,0.14722174406051636,-0.1370520293712616,-0.04467439651489258 +232,-1.701455359047012,0.004546162309482279,0.9350341180890606,-0.9914661645889282,-0.0045461468398571014,0.13028626143932343,-0.33562469482421875,-0.5163391828536987,0.1342804729938507,-0.1977429986000061,0.050093621015548706,0.35135746002197266 +233,-1.7752552987956463,-0.020822968645155034,0.9051693415944344,-0.978958785533905,0.020821463316679,0.20299343764781952,-0.5143479108810425,-0.7967506647109985,0.39687323570251465,-0.44767695665359497,0.002295583486557007,-0.05293846130371094 +234,-1.8156924363791613,-0.02287437062884826,0.8381138856077713,-0.9699086546897888,0.022872375324368477,0.24239209294319153,-0.7113200426101685,0.749371349811554,-0.33259227871894836,-0.4593515396118164,-0.13673344254493713,-0.40502023696899414 +235,-1.7869683836601964,0.02077644999885731,0.7894339517956639,-0.9765148758888245,-0.020774954929947853,0.2144460678100586,-0.5134748220443726,0.2108767181634903,-0.34460553526878357,0.47559934854507446,0.006004452705383301,-0.005492210388183594 +236,-1.7808362847267576,0.043846082652133245,0.7792458011370355,-0.9770827293395996,-0.04383203387260437,0.20829860866069794,-0.06252714991569519,0.30140221118927,-0.11272706836462021,0.3213362693786621,0.02324792742729187,-0.19467246532440186 +237,-1.7472772579142122,0.06347286288365175,0.7880865275287084,-0.9824851155281067,-0.06343024969100952,0.17521269619464874,0.29743316769599915,-0.3277689218521118,-0.16469992697238922,-0.12812578678131104,0.10549873858690262,0.4813271760940552 +238,-1.7666815656124426,0.06139271466996231,0.8063693453339545,-0.9790279269218445,-0.06135415658354759,0.19426825642585754,0.1833527535200119,-0.14279352128505707,0.12568017840385437,-0.4886234402656555,0.05877542495727539,0.26540279388427734 +239,-1.8313367777424605,0.018328357536470878,0.8121470582057819,-0.9660885334014893,-0.01832733117043972,0.25755950808525085,0.10603392869234085,0.019549746066331863,0.5480033159255981,-0.2016817331314087,-0.10894623398780823,-0.4504305422306061 +240,-1.7709042725394533,0.007757414976915438,0.8406540661236647,-0.9800156950950623,-0.007757337298244238,0.19876915216445923,0.14713115990161896,0.06727761775255203,-0.11030522733926773,0.29071515798568726,0.033727794885635376,0.324912428855896 +241,-1.7665190115507012,0.0007305466569313077,0.8626092239207562,-0.9809073209762573,-0.0007305465987883508,0.194475457072258,0.38907670974731445,0.04625251516699791,0.16248512268066406,0.6234395503997803,-0.007844895124435425,-0.07824918627738953 +242,-1.7302640698238645,-0.01484396969534543,0.8502117011098961,-0.9872031807899475,0.014843424782156944,0.1587752401828766,-0.4927695691585541,0.6615139245986938,-0.15155602991580963,-0.16910779476165771,-0.02775236964225769,0.1632462739944458 +243,-1.726065397987772,-0.015129665965172734,0.8292259450989917,-0.9878568649291992,0.015129088424146175,0.1546282321214676,0.06929831206798553,-0.6603865623474121,0.2415981888771057,-0.2525606155395508,0.07407379150390625,0.24181032180786133 +244,-1.8023777746361316,-0.04235597989437235,0.8012717405745408,-0.9724316596984863,0.04234331473708153,0.22931118309497833,-0.4513244330883026,-1.1500040292739868,0.3671853840351105,-0.2621416449546814,0.059341248124837875,-0.2690603733062744 +245,-1.8372434429679076,-0.04109924580311224,0.722889690604025,-0.963897705078125,0.04108767583966255,0.26308321952819824,-0.719605028629303,1.2788532972335815,-0.536665678024292,-0.40692126750946045,-0.06483037024736404,-0.352316677570343 +246,-1.7964441738138477,0.011089738277526379,0.6876801077889033,-0.9745895266532898,-0.011089511215686798,0.2237240970134735,-0.4782634675502777,0.05163824185729027,-0.28091055154800415,0.5416060090065002,0.0377771258354187,-0.006347388029098511 +247,-1.8050942867155018,0.027312982308418457,0.672906734580437,-0.972314715385437,-0.027309587225317955,0.232073575258255,-0.09939692169427872,0.3625967502593994,-0.13934320211410522,0.2479495406150818,0.0009424109011888504,-0.2253291755914688 +248,-1.7497542581250616,0.04857969465388551,0.6825345908592243,-0.9828687906265259,-0.04856058955192566,0.17779424786567688,0.1538742482662201,-0.2500603497028351,-0.05711614340543747,-0.11030131578445435,0.09903666377067566,0.485673189163208 +249,-1.7824287768347649,0.040124458152095255,0.7020522115900686,-0.9769024848937988,-0.04011369124054909,0.20988716185092926,0.251247763633728,-0.5992956757545471,0.2976560890674591,-0.4170490503311157,-0.07313701510429382,0.10043087601661682 +250,-1.8722143673909166,-0.013475996920559723,0.7296460938741435,-0.9548295736312866,0.013475589454174042,0.2968476116657257,0.3724534213542938,0.43165478110313416,0.2773016393184662,-0.31892818212509155,-0.25590723752975464,-0.6060975193977356 +251,-1.7798459116799366,-0.00934040737222521,0.7849467947137021,-0.9781859517097473,0.009340271353721619,0.2075212299823761,0.41415074467658997,-0.19463710486888885,0.07882985472679138,0.3982756733894348,0.10021781921386719,0.34419071674346924 +252,-1.7885489340958207,-0.031924021496727115,0.8244013884362021,-0.9758880734443665,0.03191860020160675,0.21592581272125244,0.2929753363132477,0.19808587431907654,0.22810052335262299,0.5167357325553894,-0.08971890807151794,-0.14860400557518005 +253,-1.729473265199119,-0.02802884954542737,0.7973600743930465,-0.9870492815971375,0.028025180101394653,0.15794983506202698,-0.5951662659645081,0.40035369992256165,-0.2714838981628418,-0.118480384349823,0.05327364429831505,0.3700653314590454 +254,-1.7447303165678782,-0.030550304880289467,0.770619371836334,-0.9844520688056946,0.0305455531924963,0.17297756671905518,0.007772340439260006,-0.5923545360565186,0.24137726426124573,-0.3233788013458252,0.06701916456222534,0.3818320035934448 +255,-1.8053742330802265,-0.0621656148543186,0.7562848607020224,-0.9707339406013489,0.06212558224797249,0.23198352754116058,-0.1493096500635147,-0.8657018542289734,0.34119123220443726,-0.19291669130325317,-0.003791205585002899,-0.2539866864681244 +256,-1.8188173341700828,-0.04984793762009821,0.6965336828746882,-0.9681959748268127,0.049827296286821365,0.24518106877803802,-0.7128052711486816,0.9178217649459839,-0.4154488146305084,-0.14310163259506226,0.0024493038654327393,-0.19774150848388672 +257,-1.783444144231421,-0.009610145369685266,0.6607087085757736,-0.9774304032325745,0.009609997272491455,0.21103906631469727,-0.3064418137073517,0.1254819631576538,-0.28703123331069946,0.49572569131851196,-0.005886852741241455,-0.010462284088134766 +258,-1.7633409750010394,0.007558404013428978,0.6605588241219451,-0.9814923405647278,-0.007558331824839115,0.19135165214538574,-0.06296800076961517,0.7913429737091064,-0.13807639479637146,0.22329849004745483,0.043309688568115234,-0.17134739458560944 +259,-1.7184380290361392,0.0274708163478704,0.6737607019033525,-0.9887475371360779,-0.027467360720038414,0.1470503956079483,0.2900729775428772,-0.20881053805351257,-0.15629559755325317,-0.14473628997802734,0.07869112491607666,0.3896317481994629 +260,-1.7552825158289915,0.02702158145220838,0.7058274058674804,-0.9826716780662537,-0.027018293738365173,0.18337447941303253,0.3373257517814636,-0.44469907879829407,0.12137399613857269,-0.4128970503807068,-0.16957595944404602,0.04277607798576355 +261,-1.8142128077941753,-0.005270714814049446,0.7457262327346936,-0.9705067276954651,0.005270690191537142,0.2410164326429367,0.6794736385345459,0.4964720606803894,0.028416790068149567,-0.2965678572654724,-0.22403594851493835,-0.5394020080566406 +262,-1.743569146193332,0.00428960765189993,0.8373683026895994,-0.9851028919219971,-0.004289594478905201,0.17191298305988312,0.6246786713600159,0.039244748651981354,-0.11243244260549545,0.468058705329895,0.08946415781974792,0.3302079439163208 +263,-1.7352326795296869,-0.007783189716797961,0.8962045831145637,-0.9864808320999146,0.007783111184835434,0.16369134187698364,0.36813870072364807,0.12205533683300018,0.18877914547920227,0.5326845645904541,-0.04991263151168823,-0.07595326006412506 +264,-1.6886386941218836,-0.010211368563381023,0.8754284601292041,-0.9930127263069153,0.010211191140115261,0.11756366491317749,-0.3518275320529938,0.31036970019340515,-0.17408618330955505,-0.17584091424942017,-0.005511493422091007,0.38072729110717773 +265,-1.7195393227412687,-0.018261771112002233,0.869558387416316,-0.988793134689331,0.018260756507515907,0.14817039668560028,-0.03246603533625603,-0.660446047782898,0.2888469994068146,-0.2828131914138794,-0.00867823138833046,0.3914872109889984 +266,-1.7803783379698344,-0.04958934776190546,0.855696680529139,-0.9769155979156494,0.0495690256357193,0.20779532194137573,-0.1537013053894043,-0.7820958495140076,0.23941542208194733,-0.22262358665466309,-0.0803765058517456,-0.31591904163360596 +267,-1.786312262815234,-0.035524671040130934,0.8145804644695019,-0.9762499332427979,0.03551720082759857,0.2137165516614914,-0.5569490194320679,1.0802950859069824,-0.5281766653060913,-0.07427191734313965,-0.10386130213737488,-0.30894672870635986 +268,-1.729178710123011,0.017298642203949187,0.7919426503997089,-0.9873360395431519,-0.017297780141234398,0.15769745409488678,-0.1620844155550003,0.21766048669815063,-0.3780898451805115,0.5244454145431519,0.03519636392593384,0.033983469009399414 +269,-1.70354526509961,0.03899202816080798,0.8045040034938062,-0.9904483556747437,-0.038982149213552475,0.13225878775119781,0.19720973074436188,0.802299976348877,-0.18103663623332977,0.10124242305755615,0.07732748985290527,-0.20254075527191162 +270,-1.6660571937481858,0.05937984775441956,0.8324718470021529,-0.9937117695808411,-0.05934495851397514,0.09494923055171967,0.1484241932630539,-0.15511608123779297,-0.048464830964803696,-0.1917436718940735,0.13240402936935425,0.42914438247680664 +271,-1.6856668688705498,0.06829410462301629,0.8485242164135014,-0.9910938143730164,-0.06824102997779846,0.11435089260339737,0.13386639952659607,-0.3324456810951233,0.00983539130538702,-0.29629015922546387,-0.0032311677932739258,0.24336087703704834 +272,-1.7626587981082005,0.031155455285000654,0.8619588722332752,-0.9811744093894958,-0.031150415539741516,0.19059498608112335,0.13279715180397034,-0.26354873180389404,0.5065628290176392,-0.06704336404800415,-0.1845783293247223,-0.48859918117523193 +273,-1.6778652649971577,0.03537413357451557,0.8834371391938162,-0.9936515092849731,-0.03536675497889519,0.10679762810468674,0.6232037544250488,0.7579833269119263,-0.3051517605781555,0.1962578296661377,0.12261649966239929,0.19427359104156494 +274,-1.6857652465613582,0.025707933314476718,0.903347223211658,-0.9930700063705444,-0.02570510096848011,0.11467789858579636,0.1389644742012024,-0.12477373331785202,0.19038799405097961,0.5815557837486267,-0.04372239112854004,-0.07921648770570755 +275,-1.6569105999421696,0.01844136821413899,0.8863122263373859,-0.9961249828338623,-0.01844032295048237,0.08599324524402618,-0.4236169457435608,0.5077625513076782,-0.10388042032718658,0.02778702974319458,-0.017341522499918938,0.16986608505249023 +276,-1.6556338762148246,0.02056248331982365,0.8567503646320307,-0.9961928725242615,-0.020561033859848976,0.08471790701150894,-0.021457884460687637,-0.5099075436592102,0.2348683476448059,-0.3357163667678833,0.06995373964309692,0.2985217571258545 +277,-1.7049764794629136,-0.009656433707478188,0.837489907560799,-0.9909651279449463,0.009656284004449844,0.1337716430425644,-0.06043073162436485,-0.7959467172622681,0.35957175493240356,-0.2717149257659912,-0.027860015630722046,-0.3313119411468506 +278,-1.7229363184227133,-0.009568437737685363,0.8014755376051578,-0.9884039163589478,0.0095682917162776,0.15154683589935303,-0.5567671656608582,1.0107455253601074,-0.413232684135437,-0.19392341375350952,-0.06100565195083618,-0.3356441259384155 +279,-1.6700684175018996,0.042461367097283875,0.7645750140390455,-0.9941797256469727,-0.042448610067367554,0.09901979565620422,-0.36738187074661255,0.1626271903514862,-0.3801145553588867,0.5341272354125977,0.048842042684555054,0.12195801734924316 +280,-1.6465468254138165,0.07333054119655057,0.7472842342823844,-0.9944526553153992,-0.07326483726501465,0.07547470182180405,-0.10403483361005783,0.491759717464447,-0.1852281540632248,0.3794470429420471,0.03542303293943405,-0.16280078887939453 +281,-1.5866705732575819,0.10054320626321256,0.7428120102361562,-0.9948244094848633,-0.10037389397621155,0.015793414786458015,0.14415879547595978,0.08234351873397827,-0.234458789229393,-0.31097692251205444,0.13873448967933655,0.5660394430160522 +282,-1.6155513116661717,0.11106713085449804,0.7522157449597691,-0.9928430914878845,-0.11083891987800598,0.044464368373155594,0.10735030472278595,-0.4687405824661255,0.02017122693359852,-0.4145511984825134,-0.0003213435411453247,0.0562589131295681 +283,-1.6647968746079849,0.0743919975576976,0.7539427089941816,-0.9928315877914429,-0.07432340085506439,0.09360257536172867,-0.1567336767911911,-0.07833698391914368,0.5822710394859314,-0.15436989068984985,-0.2953665554523468,-0.4528402090072632 +284,-1.59376187996872,0.09521898492929501,0.7842311197763346,-0.995207667350769,-0.09507516026496887,0.022859513759613037,0.4034498333930969,0.3772660493850708,-0.4303974211215973,0.46192824840545654,0.14713817834854126,0.5289441347122192 +285,-1.5981960311620842,0.08887353305541944,0.7892062007156698,-0.9956795573234558,-0.08875658363103867,0.027288153767585754,0.05034691467881203,0.05177032947540283,0.27833956480026245,0.5740944743156433,-0.026050537824630737,-0.034368276596069336 +286,-1.5758325438639789,0.06255828387321222,0.7548603239836139,-0.9980311989784241,-0.06251748651266098,0.005026344209909439,-0.5569556355476379,0.34816861152648926,0.04312542825937271,-0.05267375707626343,0.03740149736404419,0.20198965072631836 +287,-1.5936329155121742,0.04179817478999615,0.7213769730575117,-0.998866081237793,-0.04178600385785103,0.022814661264419556,-0.35943803191185,-0.6201944947242737,0.3320884704589844,-0.43575000762939453,-0.047233760356903076,0.4304780960083008 +288,-1.6183529208689318,0.002685085699470176,0.6841090050240533,-0.9988657832145691,-0.0026850823778659105,0.047538500279188156,-0.1605823040008545,-0.5896624326705933,0.38826799392700195,-0.2274678349494934,-0.1069645881652832,-0.48148322105407715 +289,-1.6092379750947072,-0.00793242666313316,0.6604891069853522,-0.9992298483848572,0.007932343520224094,0.03843097388744354,-0.3209604024887085,1.0646469593048096,-0.6133487820625305,-0.2574687600135803,-0.19527974724769592,-0.24631667137145996 +290,-1.5475146605067138,0.049021330960594606,0.6564474943634361,-0.9985278844833374,-0.049001701176166534,-0.023251593112945557,-0.07982515543699265,0.2374342679977417,-0.3031596541404724,0.6157003045082092,0.09740258008241653,0.20762354135513306 +291,-1.525968421526027,0.06702763018252413,0.6539546740556436,-0.9967520833015442,-0.06697744876146317,-0.044712264090776443,-0.06460165232419968,0.5008780360221863,-0.14615069329738617,0.23465192317962646,0.014471948146820068,-0.16888028383255005 +292,-1.4894699680708474,0.09052653171949897,0.6763773094679433,-0.9926136136054993,-0.09040293842554092,-0.08090409636497498,0.16651798784732819,-0.05366222560405731,-0.1982443779706955,-0.42236435413360596,0.04944837838411331,0.3357105851173401 +293,-1.4911432981004886,0.11361885994358088,0.6760581775277601,-0.9904022812843323,-0.11337456107139587,-0.0790558010339737,-0.12615889310836792,-0.1803225576877594,0.0034233108162879944,-0.299041748046875,-0.004255443811416626,0.2008209228515625 +294,-1.5666722266041404,0.06735464238412676,0.6854890457191365,-0.9977239966392517,-0.06730372458696365,-0.004114737268537283,-0.23473891615867615,-0.22299040853977203,0.6525766849517822,0.13538885116577148,-0.25142186880111694,-0.5258077383041382 +295,-1.4540889443819718,0.09071862749561606,0.7051686490125028,-0.9891131520271301,-0.09059424698352814,-0.11596378684043884,0.8164294362068176,1.2639892101287842,-0.6328669190406799,0.12706804275512695,0.08877848088741302,0.15000614523887634 +296,-1.461584956430267,0.10138383838209843,0.7387359259178766,-0.9889380931854248,-0.10121024399995804,-0.10843472927808762,0.1864883005619049,-0.2674270272254944,0.19022582471370697,0.4435584545135498,0.02918878197669983,0.12285423278808594 +297,-1.4572439904853194,0.0931497782815764,0.725132936886567,-0.9892524480819702,-0.09301512688398361,-0.11281724274158478,-0.36855772137641907,-0.07734047621488571,-0.03584600239992142,-0.09264141321182251,0.11210387945175171,0.19471120834350586 +298,-1.4920061901297466,0.07989273220395296,0.6962172146615985,-0.9937177896499634,-0.07980776578187943,-0.07845757901668549,-0.3212251365184784,-0.33135226368904114,0.23077915608882904,-0.38006144762039185,-0.019969433546066284,0.2950866222381592 +299,-1.5590505054985495,0.05888261294457986,0.6865009038439628,-0.9981979727745056,-0.05884859338402748,-0.011725194752216339,-0.05836886912584305,-0.6799032688140869,0.06005025655031204,0.003614962100982666,-0.18814542889595032,-0.45272183418273926 +300,-1.5169904169870023,0.09208949709845238,0.6775159037417264,-0.9943215847015381,-0.0919593945145607,-0.053552065044641495,0.15395179390907288,1.0855051279067993,-0.8928714990615845,-0.005937695503234863,-0.015569262206554413,-0.19432693719863892 +301,-1.4821939751338506,0.14759070599595187,0.6791613577333069,-0.985248327255249,-0.1470554620027542,-0.08752447366714478,-0.0965270921587944,-0.15815730392932892,-0.306498259305954,0.4058873653411865,0.1674106866121292,0.14883428812026978 +302,-1.484531744811511,0.15616339461006393,0.6597145029398124,-0.9841579794883728,-0.1555294394493103,-0.08510919660329819,-0.11926056444644928,0.32095012068748474,-0.2926866114139557,-0.20859098434448242,0.07526823878288269,-0.05582099407911301 +303,-1.5027537855521864,0.16147117581044287,0.6610665314760645,-0.9847079515457153,-0.16077041625976562,-0.06710562109947205,0.18955565989017487,-0.4706513285636902,0.02253442071378231,-0.42413604259490967,0.09288409352302551,0.08404291421175003 +304,-1.536995763216014,0.15466264215640602,0.6672052407302697,-0.9874992966651917,-0.15404677391052246,-0.033390749245882034,-0.14216892421245575,-0.6913216710090637,0.29169565439224243,0.0227317214012146,-0.08836962282657623,-0.17771458625793457 +305,-1.5598033162940406,0.11019725252639787,0.6420538434761461,-0.9938744902610779,-0.10997436195611954,-0.010926112532615662,-0.18590663373470306,0.590010404586792,0.23603126406669617,-0.06265944242477417,-0.17968323826789856,-0.49276649951934814 +306,-1.4904462888021621,0.13025230476804525,0.6466777236365319,-0.9883302450180054,-0.12988431751728058,-0.07958371192216873,-0.010646813549101353,-0.004828134085983038,0.11820754408836365,0.5794708728790283,0.051789820194244385,0.41729122400283813 +307,-1.4940625786816963,0.1080578879576097,0.6491826452999445,-0.9912419319152832,-0.10784772038459778,-0.0762113481760025,-0.13774487376213074,0.1112702265381813,0.2066533863544464,0.12031608819961548,-0.09016557037830353,-0.014746300876140594 +308,-1.4769735415420226,0.0972899692518335,0.6347992636099618,-0.9908936619758606,-0.09713656455278397,-0.09324215352535248,-0.14781416952610016,-0.06015303358435631,0.23621636629104614,-0.08581221103668213,0.03538425266742706,0.25686216354370117 +309,-1.5121291815878455,0.06295150018290306,0.6245827556486033,-0.9963021874427795,-0.06290993094444275,-0.05851735547184944,-0.3698204755783081,-0.4235883951187134,0.4126855432987213,-0.43573516607284546,0.04234108328819275,0.36816394329071045 +310,-1.536017403329888,0.014747198704014284,0.59450305187884,-0.9992867112159729,-0.014746664091944695,-0.034768134355545044,-0.44053831696510315,-0.6750288605690002,0.39633387327194214,0.047138214111328125,-0.057885169982910156,-0.35642147064208984 +311,-1.5327447835525774,0.010079580466560116,0.5501210295998239,-0.999225378036499,-0.010079409927129745,-0.03804042935371399,-0.5696906447410583,0.6472541093826294,-0.45804455876350403,0.06184744834899902,-0.06304070353507996,-0.2662045359611511 +312,-1.4882100628325867,0.055464250317610264,0.5053042139911686,-0.9950593113899231,-0.05543581768870354,-0.08236557245254517,-0.49827608466148376,-0.01856468990445137,-0.1800801008939743,0.47461235523223877,0.17507997155189514,0.21043258905410767 +313,-1.4820640293232374,0.06309275117539948,0.46518126395030257,-0.9940841197967529,-0.06305090337991714,-0.08843959867954254,-0.2615088224411011,0.14979760348796844,-0.17836585640907288,0.06749409437179565,0.01716773211956024,-0.04963719844818115 +314,-1.4889275078206752,0.08198708222176886,0.45396942951727576,-0.9933028221130371,-0.08189526200294495,-0.08150269836187363,0.06327614933252335,-0.573339581489563,-0.08011144399642944,-0.2946152687072754,0.11296214163303375,0.28700804710388184 +315,-1.5167318053172847,0.09263616125808684,0.4563859153457299,-0.9942575693130493,-0.09250372648239136,-0.05380649492144585,-0.1507062464952469,-0.17008882761001587,0.04396072402596474,-0.48964452743530273,0.03677860647439957,-0.041438885033130646 +316,-1.5686272906209076,0.0675511781529411,0.4521158340559824,-0.9977169036865234,-0.06749981641769409,-0.0021640874911099672,-0.16041253507137299,-0.3041645586490631,0.42486754059791565,0.2443752884864807,-0.1882527470588684,-0.2749354839324951 +317,-1.5159564302142472,0.054265950961385256,0.43590878278434836,-0.9970267415046692,-0.05423932150006294,-0.05473171919584274,0.0526898130774498,0.8144219517707825,-0.5482027530670166,0.11752551794052124,-0.002843804657459259,0.19874417781829834 +318,-1.5085227333743305,0.05420893174789055,0.43275339671407076,-0.9965953826904297,-0.05418238416314125,-0.06214192509651184,-0.09199964255094528,-0.00854123942553997,0.2307414412498474,0.3966962695121765,-0.03209080174565315,0.07451684772968292 +319,-1.4900869096642222,0.04075861328054522,0.41691376312265216,-0.9959169030189514,-0.04074732959270477,-0.08055485785007477,-0.1959642469882965,0.3141547739505768,-0.04080706462264061,-0.06295144557952881,-0.0015500299632549286,0.16159427165985107 +320,-1.4838008347443679,0.03355166152425586,0.4145188552942444,-0.9956575632095337,-0.033545367419719696,-0.08683689683675766,-0.002023882232606411,-0.06967701017856598,0.1310262680053711,-0.34391146898269653,-0.02584182843565941,0.16203224658966064 +321,-1.4943217898328494,0.009816657831228516,0.4115638664608989,-0.9970291256904602,-0.00981650035828352,-0.07639633119106293,0.14646866917610168,-0.4777922034263611,0.34011510014533997,-0.2821608781814575,-0.056894928216934204,-0.10976087301969528 +322,-1.5429222141787562,-0.01688063910720296,0.4150424206920532,-0.9994692206382751,0.016879837960004807,-0.027866534888744354,-0.11148888617753983,0.19272392988204956,-0.19912955164909363,-0.11008894443511963,-0.2117956131696701,-0.5441702604293823 +323,-1.4662012296890694,0.0440523752796628,0.3967081102271857,-0.9935701489448547,-0.04403812810778618,-0.10430320352315903,0.12829968333244324,0.42431357502937317,-0.49931633472442627,0.28640156984329224,0.15992863476276398,0.24204427003860474 +324,-1.4729983863580558,0.0547114179436463,0.4013066761737623,-0.9937324523925781,-0.05468412861227989,-0.09749601781368256,0.04493195191025734,-0.09664934873580933,0.1338193267583847,0.3763465881347656,0.045650918036699295,-0.04647063463926315 +325,-1.4435952952950792,0.0587260606265138,0.3986941163739255,-0.9902108311653137,-0.05869231000542641,-0.12663958966732025,0.061951614916324615,0.3672596216201782,-0.1276482492685318,0.016379714012145996,0.0704873651266098,0.17826010286808014 +326,-1.457988931460813,0.06067084845600598,0.3984206587776823,-0.9918158650398254,-0.06063363328576088,-0.11236118525266647,0.10741617530584335,-0.3367232382297516,-0.07135732471942902,-0.40123534202575684,0.050867997109889984,0.11516879498958588 +327,-1.5065711907048673,0.07011777205094931,0.4308857568086408,-0.9954861402511597,-0.07006032764911652,-0.06402328610420227,0.5855187773704529,-0.6719759106636047,0.1782406121492386,-0.13389313220977783,-0.21302072703838348,-0.31639355421066284 +328,-1.5303407450990936,0.052204467729701325,0.48970111730365806,-0.9978204965591431,-0.052180759608745575,-0.040389444679021835,0.6619250178337097,0.9751692414283752,-0.44634687900543213,-0.18674975633621216,-0.15750552713871002,-0.43301451206207275 +329,-1.4877196704752944,0.08266570243039219,0.579147756206748,-0.9931479692459106,-0.08257158100605011,-0.08269775658845901,0.7540068626403809,-0.2104460895061493,0.1145189180970192,0.4886009097099304,0.031897157430648804,0.4452008008956909 +330,-1.5018386411787579,0.05896591030392118,0.6557294675276197,-0.9958896040916443,-0.05893174558877945,-0.06878330558538437,0.47880229353904724,-0.0011777360923588276,0.3348137140274048,0.248254656791687,-0.055905915796756744,0.02825593203306198 +331,-1.5006691352275947,0.044599847010143696,0.67186285065342,-0.9965501427650452,-0.04458506405353546,-0.0700000524520874,0.11690273880958557,-0.2856312096118927,0.20999696850776672,-0.14012283086776733,0.12354928255081177,0.3239673376083374 +332,-1.5539172811320492,0.011702105096221382,0.6802991650038511,-0.9997889399528503,-0.011701838113367558,-0.016877086833119392,-0.07117648422718048,-0.46221256256103516,0.3940331041812897,-0.42811310291290283,-0.03146529197692871,0.35862815380096436 +333,-1.615697656224154,-0.03796619130432399,0.6839881935385278,-0.9982722997665405,0.037957072257995605,0.044853903353214264,-0.015030976384878159,-1.0317811965942383,0.294892281293869,-0.24184006452560425,-0.2118157148361206,-0.21665263175964355 +334,-1.6423891112356634,-0.025654355568053018,0.6432246416958686,-0.9971100687980652,0.025651542469859123,0.07150810211896896,-0.048045411705970764,0.8561926484107971,-0.5908604860305786,-0.04219651222229004,-0.05328521132469177,-0.49663329124450684 +335,-1.5904482749259652,0.027346632580364138,0.6380537637791611,-0.9994330406188965,-0.027343224734067917,0.019643334671854973,-0.14803270995616913,-0.0332043282687664,-0.21883326768875122,0.6260810494422913,0.08077949285507202,0.19399499893188477 +336,-1.575798113673795,0.03679924571035226,0.6349597860511237,-0.9993104934692383,-0.036790940910577774,0.004998379852622747,0.07410962879657745,0.3152232766151428,-0.08285076916217804,0.06942468881607056,-0.012861162424087524,-0.10134232044219971 +337,-1.5648310600911588,0.05504679796743499,0.6552023930191477,-0.9984676241874695,-0.05501900240778923,-0.0059561962261796,0.41109633445739746,-0.198046013712883,0.10834219306707382,-0.2664249539375305,0.07145270705223083,0.18938207626342773 +338,-1.5896911474408018,0.053379663589469134,0.6847653061826972,-0.9983975291252136,-0.05335431545972824,0.01886678673326969,0.25618091225624084,-0.4046286642551422,0.2141122817993164,-0.40864598751068115,-0.11772724986076355,0.07964396476745605 +339,-1.6590288627748666,0.012711497891403623,0.7401726915741951,-0.9960294961929321,-0.012711155228316784,0.08811097592115402,0.6082325577735901,-0.24695152044296265,0.14808696508407593,0.061199843883514404,-0.39431703090667725,-0.37915706634521484 +340,-1.596977184339723,0.03450666588818227,0.8048702640795575,-0.9990622997283936,-0.034499816596508026,0.0261622853577137,0.8724200129508972,0.6331518888473511,-0.46095186471939087,0.2712637186050415,0.12487763166427612,0.11672103404998779 +341,-1.5997669387252313,0.024931049378430572,0.880761400294521,-0.9992697834968567,-0.024928467348217964,0.028957558795809746,0.669690728187561,-0.14091679453849792,0.4088362455368042,0.3389456868171692,-0.03972303867340088,0.007648346945643425 +342,-1.6014129234358698,-0.0027414034135267162,0.9364962780239862,-0.9995277523994446,0.002741399919614196,0.030611703172326088,0.2814144194126129,-0.018024148419499397,0.1748550534248352,0.16836607456207275,-0.02233368158340454,0.22433221340179443 +343,-1.627152388780708,-0.024071688508687197,0.9526848712273414,-0.9981231093406677,0.02406936325132847,0.056309912353754044,0.13651366531848907,-0.5178530812263489,0.2525838315486908,-0.2008209228515625,0.009438930079340935,0.15716052055358887 +344,-1.6915260874827007,-0.05739860710004549,0.9446756645076934,-0.9910861253738403,0.05736709386110306,0.12023834884166718,-0.3338797986507416,-0.46326929330825806,0.3574681878089905,-0.3967769742012024,-0.006051812320947647,-0.06085110455751419 +345,-1.751957197416566,-0.07295969142403151,0.9121787331820458,-0.9810183644294739,0.07289498299360275,0.17969225347042084,-0.8041587471961975,0.08309157937765121,-0.3260539770126343,-0.17756617069244385,-0.19125741720199585,-0.26265430450439453 +346,-1.7288501602186126,-0.012661687909492137,0.8618848427605905,-0.9874563813209534,0.012661349959671497,0.157383993268013,-0.44117870926856995,0.24368402361869812,-0.44752681255340576,0.3925771713256836,-0.009319661185145378,0.030650034546852112 +347,-1.709223813713029,0.018009246546587553,0.8455901729433298,-0.990273654460907,-0.018008273094892502,0.1379634439945221,-0.11091809719800949,0.4118959307670593,-0.14358219504356384,0.4681178331375122,-0.007595958188176155,-0.1881037801504135 +348,-1.638440487542988,0.043267523508927465,0.8467029740349438,-0.9967791438102722,-0.043254025280475616,0.06752932071685791,0.17300082743167877,0.27303817868232727,-0.26048848032951355,-0.16008108854293823,0.18383324146270752,0.4333862066268921 +349,-1.6698390657058817,0.03966095387331788,0.8629974111080817,-0.9943168759346008,-0.039650555700063705,0.09880314767360687,0.10399004071950912,-0.09255963563919067,0.23962941765785217,-0.3129342794418335,0.07093104720115662,0.0059789568185806274 +350,-1.6839783006090594,0.02125909807709091,0.8545974567936555,-0.9933772087097168,-0.021257497370243073,0.11291495710611343,0.2271273285150528,-0.2828938663005829,0.13307972252368927,-0.16165202856063843,-0.07923686504364014,-0.36581408977508545 +351,-1.671235036698177,-0.005979826195445975,0.919621954179556,-0.9949426651000977,0.005979790352284908,0.10026814788579941,0.863935112953186,0.29252150654792786,-0.017457162961363792,0.2068108320236206,-0.04665973782539368,-0.05073808133602142 +352,-1.661894825309431,-0.012877936859632429,0.9945556084388688,-0.9957709312438965,0.01287758070975542,0.09096501022577286,0.5864516496658325,0.033340342342853546,0.03379205986857414,0.5261358022689819,-0.06323158740997314,0.07280755788087845 +353,-1.6424753057708779,-0.01643935669788516,1.0305264716486782,-0.9972972273826599,0.016438616439700127,0.07160792499780655,0.016032254323363304,0.1997620314359665,-0.11791539192199707,0.019483625888824463,-0.05106079950928688,0.13238678872585297 +354,-1.6662271883394058,-0.023029216547943963,1.031072061471291,-0.995185911655426,0.02302718162536621,0.09526080638170242,-0.055978819727897644,-0.467738538980484,0.29136183857917786,0.0037308931350708008,0.06707596778869629,0.2345273345708847 +355,-1.7294866716415842,-0.044307990573034965,1.0045269883601227,-0.9864659309387207,0.044293493032455444,0.15787003934383392,-0.386868417263031,-0.5904030799865723,0.30286747217178345,-0.655181348323822,-0.004269693046808243,-0.2592952251434326 +356,-1.7577964044152863,-0.03092702130560911,0.9557218271353033,-0.9820963740348816,0.030922090634703636,0.18582318723201752,-0.6012171506881714,0.10781197249889374,-0.27996617555618286,-0.23543280363082886,0.007621610537171364,-0.2990434467792511 +357,-1.7307886946773436,0.014893860257158779,0.9061160561358822,-0.9871191382408142,-0.014893309213221073,0.1592930257320404,-0.3644270896911621,0.26081904768943787,-0.3377860188484192,0.5138829946517944,0.017655132338404655,-0.0187748521566391 +358,-1.6996604585315298,0.03204029038348795,0.8886831750129587,-0.9911994338035583,-0.03203480690717697,0.12844181060791016,-0.0771666020154953,0.5150396227836609,-0.0001634489744901657,0.4816933274269104,0.013190213590860367,-0.15255071222782135 +359,-1.669611098506642,0.04886969442606969,0.897085772314936,-0.9939337372779846,-0.04885024577379227,0.09853626042604446,0.32860270142555237,-0.4341353178024292,-0.18162304162979126,-0.2660607695579529,0.11896437406539917,0.46671032905578613 +360,-1.6988786271800238,0.04401747407177041,0.9345864127521444,-0.9908478856086731,-0.044003259390592575,0.12760865688323975,0.3483697772026062,-0.04107506200671196,0.13536903262138367,-0.47791725397109985,0.15273737907409668,0.24322567880153656 +361,-1.7187347104449013,0.013606515074726402,0.9463301382982405,-0.988985538482666,-0.013606095686554909,0.14738571643829346,0.30337169766426086,-0.24158461391925812,0.508542001247406,0.045595645904541016,-0.08273792266845703,-0.48394882678985596 +362,-1.6627355967841004,-0.007456025570325899,0.9910204719525383,-0.9957489371299744,0.007455956656485796,0.09180725365877151,0.46285492181777954,0.38891470432281494,-0.0689588189125061,0.057928502559661865,0.0908258855342865,0.13759338855743408 +363,-1.6549809456027367,-0.015420285994706613,1.0144134210938245,-0.9963402152061462,0.015419675037264824,0.08407522737979889,0.023131389170885086,0.09437594562768936,0.17782479524612427,0.541368842124939,-0.02082127332687378,0.0019385814666748047 +364,-1.6322281641319738,-0.021413814840334118,0.9904628443939016,-0.9978848695755005,0.021412178874015808,0.06137913092970848,-0.4637894332408905,0.20792324841022491,-0.04202253371477127,0.125280499458313,-0.036548882722854614,0.10829854011535645 +365,-1.635708485796871,-0.01998106802925582,0.95352870196854,-0.997694730758667,0.01997973769903183,0.06485363095998764,-0.21396657824516296,-0.3839435577392578,0.03398741036653519,-0.26580923795700073,-0.005132945254445076,0.16097640991210938 +366,-1.6836899661229718,-0.02815031541443721,0.937779767121703,-0.9932406544685364,0.028146598488092422,0.11260936409235,-0.2047528624534607,-0.3290514051914215,0.12795433402061462,-0.4146878719329834,-0.015954818576574326,-0.0577692836523056 +367,-1.7072187112299806,-0.02297481971161921,0.8989489586684384,-0.9904475212097168,0.022972797974944115,0.13596373796463013,-0.6194941401481628,0.2065623551607132,-0.20130030810832977,-0.0697636604309082,-0.010216444730758667,-0.33065056800842285 +368,-1.6824623605681333,0.012455877289148522,0.8404771250760535,-0.9936946630477905,-0.012455555610358715,0.11142545938491821,-0.5851077437400818,0.17630550265312195,-0.25843143463134766,0.3014644980430603,-0.01925221085548401,0.058542244136333466 +369,-1.6580009604302977,0.03747821116195893,0.8042763070535828,-0.9955005645751953,-0.03746943920850754,0.0870329886674881,-0.0993802398443222,0.3868236243724823,-0.11852353811264038,0.3538227081298828,0.030557215213775635,-0.16686701774597168 +370,-1.6153194253116692,0.05997910410224717,0.8029643462721182,-0.9972126483917236,-0.059943147003650665,0.04442835599184036,0.008719111792743206,0.12911547720432281,-0.19864007830619812,-0.006098508834838867,0.13168996572494507,0.32327795028686523 +371,-1.633298223430853,0.06930290015573337,0.8017592007228833,-0.9956516623497009,-0.06924743950366974,0.06231128051877022,0.03601983189582825,-0.35799503326416016,-0.12748324871063232,-0.42051661014556885,0.14653319120407104,0.11244762688875198 +372,-1.674611657847229,0.05846031709902806,0.8035781585296449,-0.9929167628288269,-0.05842702463269234,0.10345190763473511,0.07734984159469604,-0.5822508335113525,0.5515404343605042,-0.08949583768844604,-0.17599374055862427,-0.4102299213409424 +373,-1.6684870967933303,0.02873800005023555,0.8030484375619477,-0.9948209524154663,-0.02873404510319233,0.0974951684474945,0.33432552218437195,1.1609653234481812,-0.3241099417209625,-0.18204349279403687,-0.1415387988090515,-0.3785468339920044 +374,-1.626800575426602,0.045239054755322874,0.8338590411763829,-0.9974107146263123,-0.045223627239465714,0.055917710065841675,-0.001286601647734642,0.02896951138973236,0.1127035915851593,0.5477799773216248,0.049374017864465714,0.17699241638183594 +375,-1.6048848699406963,0.028602512273800236,0.8205362728700589,-0.9990102052688599,-0.028598612174391747,0.03406799957156181,-0.48716598749160767,0.22534628212451935,0.17887984216213226,0.13414210081100464,-0.1459161639213562,-0.043696288019418716 +376,-1.585894132125846,0.0258140717773999,0.7765651533463989,-0.9995529055595398,-0.025811204686760902,0.01509220153093338,-0.31810030341148376,-0.08580297231674194,0.22257627546787262,-0.16272425651550293,0.026452096179127693,0.4024035930633545 +377,-1.6251863931600898,0.009675898336446618,0.7648590648100988,-0.9984743595123291,-0.009675747714936733,0.05436070263385773,-0.1449882686138153,-0.47754451632499695,0.122209832072258,-0.47445642948150635,-0.0980817973613739,0.42191195487976074 +378,-1.646797387782016,-0.005545387165495329,0.763233583153135,-0.9970979690551758,0.005545358639210463,0.07592674344778061,-0.16023299098014832,-0.33975523710250854,0.18846555054187775,-0.05028057098388672,-0.026785582304000854,-0.2683553695678711 +379,-1.623928709545653,0.013680353430583565,0.7336170556625594,-0.9984953999519348,-0.01367992628365755,0.05310241878032684,-0.25582394003868103,0.8819383978843689,-0.48483821749687195,0.05234360694885254,-0.06706959009170532,-0.20800960063934326 +380,-1.5831554671806143,0.049088474325459486,0.7480112919964651,-0.9987192153930664,-0.049068763852119446,0.012343939393758774,0.22402448952198029,0.015984179452061653,-0.0042997077107429504,0.5409402251243591,0.12203627824783325,0.08979833126068115 +381,-1.5660406269084952,0.035628039710836015,0.7927370317570208,-0.9993541240692139,-0.03562050312757492,-0.004752664361149073,0.5126397609710693,0.40492457151412964,0.010845731012523174,0.10398364067077637,0.006720364093780518,0.07024341821670532 +382,-1.5429615461404813,0.04109177380668685,0.852809872990053,-0.9987688660621643,-0.041080210357904434,-0.02780769392848015,0.7264845371246338,0.20147790014743805,-0.11472785472869873,-0.2858380675315857,0.06808826327323914,0.07323312759399414 +383,-1.5624755381035613,0.06066406864664262,0.9332292340299367,-0.9981258511543274,-0.06062686815857887,-0.008305385708808899,0.7824243307113647,0.2859870195388794,-0.26195046305656433,-0.34415918588638306,-0.16709527373313904,-0.0817214846611023 +384,-1.5777115081193736,0.03347227280302021,1.0026934715497786,-0.9994158744812012,-0.033466022461652756,0.006911252159625292,0.5647023320198059,0.21676988899707794,0.4007493555545807,-0.13733327388763428,-0.31426653265953064,-0.5706930160522461 +385,-1.472650263560972,0.08042839420117814,1.0531498743720171,-0.9919705986976624,-0.08034171164035797,-0.09767182171344757,0.8229456543922424,1.0388398170471191,-0.6487340331077576,0.18777132034301758,0.24496877193450928,0.002182304859161377 +386,-1.456128928303665,0.10055713156575846,1.1047623797032458,-0.9884144067764282,-0.10038775205612183,-0.11383828520774841,0.42872026562690735,-0.022472746670246124,0.25675082206726074,0.4982258677482605,0.030899234116077423,0.1873093843460083 +387,-1.4457439823560014,0.06890941556472546,1.1245387930309887,-0.9898363351821899,-0.06885489076375961,-0.12443064898252487,-0.2513259947299957,0.23261992633342743,0.10037052631378174,-0.09977847337722778,-0.0896076187491417,0.13889598846435547 +388,-1.4669402870799764,0.032465688542626644,1.0998626720704001,-0.9940875768661499,-0.032459985464811325,-0.10361479967832565,-0.33838534355163574,-0.7160132527351379,0.5388437509536743,-0.28668928146362305,0.016346696764230728,0.32855987548828125 +389,-1.527510160291229,-0.025178111640090206,1.051359268306031,-0.9987466931343079,0.02517545223236084,-0.04325893893837929,-0.13140445947647095,-0.6689735651016235,0.3064401149749756,-0.5963308215141296,-0.09319913387298584,-0.5881650447845459 +390,-1.5300697883477432,-0.015977705017249395,1.0245462369296496,-0.9990432858467102,0.015977025032043457,-0.04071008414030075,-0.44569265842437744,0.17865866422653198,-0.14794455468654633,0.2296646237373352,0.019438624382019043,-0.27670323848724365 +391,-1.4828874476206015,0.015262224383555827,0.9691139315878797,-0.9960224628448486,-0.015261631458997726,-0.08778546750545502,-0.5169480443000793,0.31071048974990845,-0.30859965085983276,0.3771870732307434,0.05902385711669922,0.10141158849000931 +392,-1.4583297990836441,0.03099082382213481,0.9368932777794828,-0.993205189704895,-0.030985863879323006,-0.11217569559812546,-0.14609429240226746,0.3122406303882599,-0.14106948673725128,0.3312941789627075,0.012156516313552856,-0.06447529792785645 +393,-1.3997821918389266,0.052686036687231014,0.9223235067491853,-0.9840452671051025,-0.05266166478395462,-0.169945627450943,0.07892294973134995,0.5127131342887878,-0.2561200261116028,-0.1879822015762329,0.04529166966676712,0.2303551584482193 +394,-1.3905737728134868,0.08203907648847021,0.9373201204410919,-0.980495035648346,-0.08194708079099655,-0.17864567041397095,0.39490607380867004,-0.13183844089508057,-0.33027273416519165,-0.41743892431259155,0.09239932894706726,0.13225901126861572 +395,-1.4346745047384168,0.12432006806054749,1.013873997209955,-0.9831034541130066,-0.12400007992982864,-0.13465453684329987,1.5585644245147705,0.03770150989294052,0.04269279167056084,0.11062103509902954,-0.17456866800785065,-0.47798585891723633 +396,-1.4287962637271527,0.13307622341067507,1.0500805579713,-0.981182336807251,-0.13268378376960754,-0.14027203619480133,0.18899406492710114,1.4288501739501953,-0.8317232131958008,-0.707355260848999,-0.06258291006088257,-0.6848316788673401 +397,-1.3470094478039676,0.1994672484668769,1.0609694508877272,-0.9557307362556458,-0.19814717769622803,-0.21752341091632843,-0.16028167307376862,-0.280752032995224,-0.130750373005867,0.17048293352127075,0.11085163056850433,0.48461323976516724 +398,-1.367391504737785,0.1922600264084707,1.0264976821399265,-0.9613391757011414,-0.19107776880264282,-0.1982831507921219,-0.7674763202667236,0.06072017177939415,-0.09179254621267319,0.08612561225891113,-0.06696362793445587,-0.16737841069698334 +399,-1.3124385068091888,0.2110015389634394,0.9560051442973994,-0.9453685283660889,-0.20943933725357056,-0.24982678890228271,-0.4373985230922699,0.27361759543418884,-0.27976280450820923,0.04163628816604614,0.06655605137348175,0.2370399385690689 +400,-1.2920841704723194,0.21744860013585213,0.9090519649070855,-0.9387704133987427,-0.21573901176452637,-0.2686390280723572,-0.5314393639564514,-0.03755577281117439,-0.0872400626540184,-0.10416793823242188,0.13526415824890137,0.2156147062778473 +401,-1.286423374861902,0.18917033158011423,0.8389918560226789,-0.9427147507667542,-0.18804408609867096,-0.2755506932735443,-0.848558247089386,0.12755253911018372,0.09165050089359283,-0.4968451261520386,-0.14236974716186523,-0.2484818696975708 +402,-1.2741382297829211,0.1479190401742598,0.7669732133697643,-0.9458756446838379,-0.14738021790981293,-0.2891336977481842,-0.6125868558883667,0.25587955117225647,-0.23353877663612366,0.042662203311920166,-0.037129029631614685,-0.2393239438533783 +403,-1.2450095437352735,0.14394433897295592,0.6961714980441052,-0.9376012086868286,-0.14344777166843414,-0.31674426794052124,-0.5432663559913635,0.17902562022209167,-0.1670243740081787,0.0023288726806640625,0.08320605754852295,0.0066093504428863525 +404,-1.2280266949551757,0.14452588962166796,0.6282750570728125,-0.9320082068443298,-0.14402328431606293,-0.33259284496307373,-0.656182587146759,-0.03036920726299286,-0.12949953973293304,0.39094680547714233,0.12731491029262543,0.07348334789276123 +405,-1.1968458942295102,0.1493543906210883,0.5612888203234023,-0.9205282926559448,-0.14879974722862244,-0.3612290024757385,-0.45312559604644775,0.4043578505516052,-0.3839791715145111,-0.007404446601867676,-0.043369442224502563,0.08766943216323853 +406,-1.2163165418099702,0.1900190712705332,0.5669531594189399,-0.9209469556808472,-0.1888776272535324,-0.3408549427986145,0.9561830163002014,-0.9472656846046448,-0.33192211389541626,-0.34809601306915283,-0.036067456007003784,0.1991007924079895 +407,-1.2743974942943197,0.23384106251065756,0.6391254846342989,-0.9303648471832275,-0.23171573877334595,-0.2841286361217499,0.2536105513572693,-0.20307046175003052,-0.2309814691543579,-0.05291152000427246,0.010417520999908447,-0.4852195382118225 +408,-1.2702069909765847,0.2548482345708008,0.669956302373777,-0.9243118762969971,-0.25209856033325195,-0.2865201234817505,0.12138907611370087,0.4230068027973175,-0.08505042642354965,-0.043110549449920654,-0.04709577560424805,-0.3104799687862396 +409,-1.2291745229746065,0.28475115718973704,0.6778949970438524,-0.9042711853981018,-0.2809186279773712,-0.32152506709098816,0.23765555024147034,-0.03487207740545273,-0.14240336418151855,0.3295794129371643,0.0792432427406311,0.41712138056755066 +410,-1.2471480775603554,0.28806222648726937,0.6887386940627931,-0.9090169072151184,-0.28409484028816223,-0.30492356419563293,-0.0029464615508913994,0.015276310965418816,0.050244010984897614,0.3115742802619934,0.03497985005378723,0.03774222731590271 +411,-1.2246172498565946,0.2856384494599488,0.6751367882813046,-0.9025617837905884,-0.28177008032798767,-0.325558066368103,-0.21961134672164917,0.11828240007162094,0.009672767482697964,0.06853151321411133,0.09478887915611267,0.22776445746421814 +412,-1.2510455345523745,0.2651531666476206,0.6382510625965885,-0.9161375164985657,-0.2620570957660675,-0.3033449053764343,-0.5640157461166382,-0.7394222617149353,0.3133508861064911,-0.4411928057670593,0.07545739412307739,0.23715224862098694 +413,-1.2738699046633868,0.19057196363249676,0.6156783631262712,-0.9389286041259766,-0.18942053616046906,-0.28728562593460083,-0.589463472366333,-0.46351978182792664,1.0450962781906128,-0.17725181579589844,-0.18722742795944214,-0.20654982328414917 +414,-1.2973461915977722,0.15628731946182584,0.5758090486050821,-0.951109766960144,-0.15565185248851776,-0.2667635679244995,-0.3404177129268646,-0.015843259170651436,-0.0856672152876854,0.10160720348358154,-0.005496218800544739,-0.408605694770813 +415,-1.2607447710241606,0.16959621914108516,0.5377863241509301,-0.9386549592018127,-0.16878437995910645,-0.3007303476333618,-0.15844684839248657,0.18614158034324646,-0.35008299350738525,0.16901689767837524,0.16039204597473145,0.1252238154411316 +416,-1.2673459342252429,0.17392875692730891,0.5028784646401617,-0.9399130344390869,-0.17305316030979156,-0.2943063974380493,-0.39411038160324097,-0.22697508335113525,-0.008009843528270721,0.3451101779937744,0.15410172939300537,0.035410523414611816 +417,-1.2667774119059205,0.17033303998765423,0.47006554918474813,-0.9403331875801086,-0.16951057314872742,-0.2950250506401062,-0.16928577423095703,0.09593035280704498,-0.06451501697301865,0.03260308504104614,0.04110787808895111,0.0815698504447937 +418,-1.28739553443125,0.18244672426314582,0.4752910922615672,-0.9441748261451721,-0.181436225771904,-0.27498140931129456,0.4063205122947693,-0.6096780300140381,-0.121715247631073,-0.3724297285079956,0.02622382342815399,0.21303075551986694 +419,-1.3694266644675535,0.21671300874769642,0.5221769441264058,-0.9568756818771362,-0.21502068638801575,-0.19533313810825348,0.39330941438674927,-0.9636098146438599,-0.1908114105463028,-0.07303154468536377,-0.09987494349479675,-0.3073066473007202 +420,-1.3964209908618157,0.21912737531428378,0.52912805713312,-0.9612853527069092,-0.2173779457807541,-0.16934435069561005,0.05082922801375389,0.055811963975429535,0.0868871808052063,0.1583220362663269,-0.05021542310714722,-0.36878734827041626 +421,-1.3447375267970385,0.22480051174689528,0.5324547889988497,-0.9500361680984497,-0.22291189432144165,-0.21849873661994934,0.13357944786548615,0.30332696437835693,-0.14368462562561035,0.08829605579376221,0.09916312992572784,0.27199602127075195 +422,-1.3709653576330434,0.20201729338092175,0.5256110537209912,-0.960168719291687,-0.20064601302146912,-0.19446687400341034,-0.3441869616508484,-0.3117786943912506,0.38915571570396423,0.43085652589797974,0.057365983724594116,0.09340792894363403 +423,-1.3717729951537947,0.1681780036921349,0.4892791813019373,-0.9664300680160522,-0.16738633811473846,-0.19492259621620178,-0.45682770013809204,0.22362534701824188,0.12008786201477051,0.15222108364105225,-0.02255508303642273,0.0871497392654419 +424,-1.365164735679012,0.1396948832807079,0.4474192735617253,-0.9693959951400757,-0.13924098014831543,-0.2021964192390442,-0.44619351625442505,-0.40572163462638855,0.3716602623462677,-0.22231543064117432,0.05319666862487793,0.3273947834968567 +425,-1.4248424113914067,0.07776635498390032,0.42629002619891243,-0.986377477645874,-0.07768799364566803,-0.14499671757221222,0.0039457897655665874,-0.8439419269561768,0.7610364556312561,-0.4766809940338135,-0.10203002393245697,-0.18398278951644897 +426,-1.5002884203643394,0.048344609968664416,0.4401837192196429,-0.9963498711585999,-0.048325780779123306,-0.07036718726158142,-0.07629580795764923,-0.27067792415618896,-0.09948169440031052,0.15627723932266235,-0.1310718059539795,-0.3730684518814087 +427,-1.4747577912233685,0.07231919747171808,0.41842014102492886,-0.9927899241447449,-0.0722561776638031,-0.09564031660556793,-0.0512191578745842,0.404182106256485,-0.305724173784256,0.2610548138618469,0.093999944627285,0.04240240156650543 +428,-1.481743812780057,0.0800718722512825,0.4141832662229179,-0.9928461313247681,-0.0799863338470459,-0.08864990621805191,0.050045814365148544,-0.21575166285037994,-0.022285034880042076,0.38464605808258057,0.0507352352142334,-0.022632479667663574 +429,-1.4523629421139266,0.08849732926230218,0.41518203527979375,-0.9891090393066406,-0.08838185667991638,-0.11769432574510574,0.025323297828435898,0.8262258172035217,-0.26526981592178345,-0.1138877272605896,0.029772847890853882,0.07211631536483765 +430,-1.4428392033592141,0.1027433023743575,0.42769892194683573,-0.9865943193435669,-0.10256263613700867,-0.12693530321121216,0.21527376770973206,-0.4976721405982971,-0.03636903315782547,-0.3904656171798706,0.06374427676200867,0.33006030321121216 +431,-1.486857861445503,0.11805979780543345,0.455202762127691,-0.9895427227020264,-0.1177857369184494,-0.0832563266158104,-0.04400768131017685,-0.5855687260627747,0.13641825318336487,-0.22617071866989136,-0.06098622828722,-0.1370500922203064 +432,-1.5374415234222045,0.10585936727435724,0.4863111748905811,-0.993848979473114,-0.10566176474094391,-0.03316193446516991,0.35274624824523926,0.051886849105358124,0.11902782320976257,0.03108048439025879,-0.1751304566860199,-0.3825637698173523 +433,-1.4909738161281627,0.12353884977199497,0.5352420217653701,-0.9892189502716064,-0.12322485446929932,-0.07913007587194443,0.5272852182388306,0.1650257557630539,-0.09165434539318085,0.3698037266731262,0.16289770603179932,0.33515727519989014 +434,-1.5161475245846399,0.1094106641083837,0.5655049511192229,-0.9925366640090942,-0.10919250547885895,-0.054294999688863754,0.11204445362091064,-0.1844644844532013,0.2082957625389099,0.5316754579544067,-0.03437742590904236,0.03648799657821655 +435,-1.488398516611417,0.09944483079802885,0.529309530065453,-0.9916833639144897,-0.09928100556135178,-0.08189796656370163,-0.5640610456466675,0.6867725253105164,-0.13308680057525635,-0.0734868049621582,0.05409973859786987,0.14426064491271973 +436,-1.5000820497509892,0.08105457776356939,0.5038138883705734,-0.9942258596420288,-0.08096585422754288,-0.07042338699102402,-0.16175849735736847,-0.7034664750099182,0.3758786618709564,-0.3661867380142212,0.009631015360355377,0.3514444828033447 +437,-1.5559402131094173,0.033728389812448134,0.49147631154671095,-0.9993208646774292,-0.03372199460864067,-0.014847117476165295,0.028639940544962883,-0.6973222494125366,0.33825886249542236,-0.5237960815429688,-0.14425651729106903,-0.3398281931877136 +438,-1.5950341243519381,0.030379907299359576,0.46322324100850654,-0.9992449879646301,-0.03037523478269577,0.024224242195487022,-0.5071754455566406,0.18221122026443481,-0.15336096286773682,0.17891722917556763,-0.014912858605384827,-0.33590030670166016 +439,-1.5489823477777518,0.0615171625650783,0.41704007556588235,-0.9978709816932678,-0.06147836893796921,-0.021770989522337914,-0.40675845742225647,0.1493106484413147,-0.303871214389801,0.4971690773963928,0.09433053433895111,0.18870216608047485 +440,-1.5337864992123968,0.08284718770348758,0.3738774520591321,-0.9958876967430115,-0.08275245130062103,-0.03687446936964989,-0.48429787158966064,0.2883182168006897,-0.19890831410884857,0.274955689907074,0.05708716809749603,-0.08725577592849731 +441,-1.4766884523419714,0.10718070038595645,0.3383211460908339,-0.9898621439933777,-0.10697560757398605,-0.093429796397686,0.03372512012720108,0.1743132472038269,-0.3083159923553467,-0.28920578956604004,0.05973439663648605,0.3269350528717041 +442,-1.5160595995320707,0.12921641810741163,0.3554146526967681,-0.9901779294013977,-0.12885713577270508,-0.05425329506397247,0.39098265767097473,-0.539739191532135,-0.24596014618873596,-0.3204604387283325,0.08939790725708008,0.14525669813156128 +443,-1.562981057392174,0.12233101340748806,0.39306000507533273,-0.9924964904785156,-0.12202613055706024,-0.007756785489618778,0.36879977583885193,-0.32033583521842957,0.30945390462875366,-0.13872897624969482,-0.14159995317459106,-0.3569282293319702 +444,-1.5526623729179017,0.11768261021595855,0.41295398314101595,-0.9929201602935791,-0.11741116642951965,-0.018007541075348854,0.21423554420471191,0.9665579795837402,-0.19031047821044922,0.009018182754516602,0.013163134455680847,-0.3712441325187683 +445,-1.511784160646615,0.13892465662356182,0.44801162678755174,-0.9886415004730225,-0.13847820460796356,-0.05840969458222389,0.21954572200775146,-0.21306884288787842,0.1528416872024536,0.5444429516792297,0.09070295095443726,0.2464742660522461 +446,-1.5098373112458932,0.1181196166695765,0.460226350081755,-0.9911876320838928,-0.11784513294696808,-0.060496777296066284,-0.10075880587100983,0.28143665194511414,0.2213975191116333,0.17539161443710327,-0.08209078013896942,-0.007755763828754425 +447,-1.4858808641848948,0.10712461617738328,0.44168043232363324,-0.9906851053237915,-0.10691984742879868,-0.08432726562023163,-0.07748059183359146,-0.2688497006893158,0.22994662821292877,-0.12972193956375122,0.11151275783777237,0.32962751388549805 +448,-1.547857270365941,0.06242429322614135,0.4304246576523241,-0.9977896809577942,-0.06238375976681709,-0.022892368957400322,-0.2791902720928192,-0.6095474362373352,0.5758337378501892,-0.3222786784172058,0.03305637836456299,0.3716472387313843 +449,-1.6307633954477954,0.0084419871745873,0.3981363529561035,-0.9981670379638672,-0.008441886864602566,0.059929005801677704,-0.34233248233795166,-1.1037039756774902,0.4380318224430084,-0.1678180694580078,-0.19837574660778046,-0.41257476806640625 +450,-1.6216746476839858,0.02546017405244337,0.35319882006087905,-0.9983823299407959,-0.02545742318034172,0.05083989351987839,-0.3581303060054779,0.9090469479560852,-0.5951441526412964,0.0063931941986083984,-0.11844822764396667,-0.20428228378295898 +451,-1.5965473618954105,0.06590059930602389,0.33063497958880994,-0.9974985122680664,-0.06585291028022766,0.025692299008369446,-0.08672574162483215,-0.24755854904651642,-0.1050802618265152,0.5278329849243164,0.11783960461616516,0.06599771976470947 +452,-1.5839350820778726,0.07144141209827913,0.33392705004876916,-0.9973631501197815,-0.07138065993785858,0.01310486439615488,0.07252327352762222,0.7803343534469604,-0.11018307507038116,0.28851598501205444,-0.011276207864284515,-0.17637395858764648 +453,-1.5455948139689037,0.08782659056154514,0.35417604965792426,-0.9958294034004211,-0.08771372586488724,-0.02510172128677368,0.22597424685955048,-0.34132659435272217,-0.005692070350050926,-0.25088995695114136,0.08965159952640533,0.3897410035133362 +454,-1.5782032111158562,0.09805479622945287,0.3827205500259204,-0.9951692223548889,-0.09789774566888809,0.007371237967163324,0.41940921545028687,-0.42928773164749146,0.0018702894449234009,-0.40847158432006836,-0.0744350254535675,0.16836416721343994 +455,-1.6649901903647142,0.06258637348150561,0.43066559991082265,-0.9936178922653198,-0.0625455230474472,0.09387049823999405,0.5840672850608826,-0.41796818375587463,0.5062158107757568,-0.07144564390182495,-0.339035302400589,-0.47823941707611084 +456,-1.5901215778699997,0.07601400523495526,0.5092053200619902,-0.9969261288642883,-0.0759408250451088,0.019268246367573738,1.2423018217086792,1.129574179649353,-0.481663316488266,0.17545396089553833,0.1541878879070282,0.0049932003021240234 +457,-1.5960359089382257,0.0680904116257733,0.5881515296236504,-0.9973651170730591,-0.06803780794143677,0.025178425014019012,0.6177036762237549,-0.1865658015012741,0.29157111048698425,0.5404101014137268,0.043043896555900574,0.03362894058227539 +458,-1.5821294859510033,0.04496555948062699,0.5992869444792567,-0.998924970626831,-0.04495040699839592,0.011321460828185081,-0.3002159893512726,0.6198031306266785,-0.10722648352384567,-0.052985310554504395,-0.07420548796653748,-0.028258681297302246 +459,-1.5689082753642836,0.037870957090557274,0.5739073753110566,-0.9992812275886536,-0.0378619059920311,-0.0018866965547204018,-0.04237870126962662,-0.4501950740814209,0.23961101472377777,-0.33949440717697144,0.014241307973861694,0.3097633123397827 +460,-1.608964273117009,0.0022838579704063697,0.562516183680455,-0.9992690682411194,-0.002283856039866805,0.03815858066082001,-0.04957921430468559,-0.5721888542175293,0.3819549083709717,-0.4773239493370056,-0.15898630023002625,-0.15386605262756348 +461,-1.6691125156688482,-0.0013605756433169238,0.5317516970759315,-0.9951699376106262,0.0013605752028524876,0.09815778583288193,-0.51214998960495,-0.11451626569032669,-0.22515004873275757,0.03847438097000122,-0.020281463861465454,-0.44032084941864014 +462,-1.6273006633129248,0.039362245428491587,0.49262663355598274,-0.9976308345794678,-0.03935208171606064,0.05643053725361824,-0.10321037471294403,0.5374441742897034,-0.4397762417793274,0.2955281138420105,0.010039955377578735,-0.0077245235443115234 +463,-1.606205976082676,0.05324908713882256,0.49828469229881184,-0.9979566931724548,-0.053223926573991776,0.03535207360982895,0.14288347959518433,0.2760445773601532,-0.011639745905995369,0.33995193243026733,0.004304260015487671,-0.07195794582366943 +464,-1.5745024725738892,0.060305881846635614,0.5242188398514186,-0.998175323009491,-0.06026933342218399,0.0036994002293795347,0.26653021574020386,0.11389625817537308,-0.09194473922252655,0.09891384840011597,0.035138100385665894,0.3027580976486206 +465,-1.5918813193950752,0.06466529970155942,0.534219335681265,-0.9976880550384521,-0.064620241522789,0.021039362996816635,0.0484626367688179,-0.284271240234375,-0.1842716932296753,-0.4665605425834656,-0.0016792044043540955,0.26512396335601807 +466,-1.6264106744092326,0.07861629143243457,0.5467218869084014,-0.9953701496124268,-0.07853533327579498,0.05541400611400604,0.2072090208530426,-0.7701879739761353,0.180953711271286,-0.22589761018753052,0.005201585590839386,-0.24857497215270996 +467,-1.6854143472404826,0.05229017115260885,0.5847558636480468,-0.9920806884765625,-0.05226634442806244,0.11421090364456177,0.4921320080757141,0.3364584743976593,-0.088140569627285,-0.110443115234375,-0.25786852836608887,-0.45063674449920654 +468,-1.61632203268341,0.06423020651545558,0.66321680408587,-0.9969038963317871,-0.06418605148792267,0.04541613534092903,0.4690766930580139,0.15542760491371155,0.15538671612739563,0.5206924080848694,0.12364957481622696,0.42194533348083496 +469,-1.6280105069242108,0.03692834725037559,0.678346989546903,-0.9976831674575806,-0.03691995516419411,0.05714398995041847,-0.06203990429639816,0.04621613398194313,0.29809921979904175,0.2359033226966858,-0.08402121067047119,-0.0535275936126709 +470,-1.6009539857666462,0.03403821975859057,0.6520078902509719,-0.9989663362503052,-0.03403164818882942,0.03013562224805355,-0.2568129599094391,-0.1650213748216629,0.11347569525241852,-0.013149142265319824,0.07980802655220032,0.3965306282043457 +471,-1.6356872933680016,0.005327452803033079,0.6384283966347886,-0.9978810548782349,-0.005327427759766579,0.064844511449337,-0.2514733076095581,-0.1884482055902481,0.2962818443775177,-0.4268777370452881,-0.07458284497261047,0.2817741632461548 +472,-1.682450596790016,-0.02605816542932975,0.6320141060292198,-0.9934358596801758,0.026055216789245605,0.11138460785150528,0.02322728931903839,-0.598054051399231,0.19970469176769257,-0.25828850269317627,-0.1383293867111206,-0.15810702741146088 +473,-1.7014835850546923,-0.008109458765655258,0.5805584033197583,-0.991439938545227,0.00810937024652958,0.1303112804889679,-0.7712065577507019,0.6084528565406799,-0.27809053659439087,0.044037044048309326,-0.015448869206011295,-0.348618745803833 +474,-1.6608004679051613,0.02709678212486641,0.5185093729658464,-0.9955867528915405,-0.027093466371297836,0.08984968066215515,-0.5572348237037659,-0.11947838962078094,-0.07251068949699402,0.4383357763290405,0.07811886072158813,0.14208388328552246 +475,-1.6679571819973764,0.033916460426356626,0.47405460056031273,-0.9947112202644348,-0.033909957855939865,0.09695227444171906,-0.4519641399383545,0.32943838834762573,0.01297786459326744,0.1528838872909546,0.019887134432792664,-0.18783366680145264 +476,-1.6323722115084007,0.050354264148295955,0.4558318619405755,-0.9968395829200745,-0.05033298581838608,0.061458975076675415,0.038991786539554596,-0.3189433217048645,-0.032880961894989014,-0.165117084980011,0.09308812767267227,0.3913456201553345 +477,-1.6805528683054796,0.04958792558312149,0.4783470593365993,-0.9927610158920288,-0.049567606300115585,0.10940167307853699,0.4158087372779846,-0.4106448292732239,-0.01747669279575348,-0.3144441843032837,0.030051618814468384,0.23140335083007812 +478,-1.738859366738359,0.027063213595787818,0.5132559223647298,-0.9855495691299438,-0.02705991081893444,0.16721172630786896,0.3844975233078003,-0.8946044445037842,0.2703571021556854,-0.07308989763259888,-0.020318638533353806,-0.4070035219192505 +479,-1.7059355214320988,0.008653653275406731,0.585299001891347,-0.9908455014228821,-0.008653544820845127,0.13472320139408112,0.7935878038406372,1.020918607711792,-0.196524977684021,-0.033110737800598145,-0.16470155119895935,-0.06778287887573242 +480,-1.6808316603766675,0.015182431872590147,0.6606024200157754,-0.9938374757766724,-0.015181848779320717,0.10980074107646942,0.5576708316802979,-0.11451046168804169,-0.010532207787036896,0.4162161946296692,0.04119810834527016,0.08407733589410782 +481,-1.663989308025698,0.005938152163680042,0.7001006302057924,-0.9956431984901428,-0.005938117392361164,0.09305650740861893,0.09060278534889221,0.44059741497039795,-0.013489954173564911,0.20485639572143555,-0.02967590093612671,0.021109819412231445 +482,-1.6433565095309313,0.0038091228512728737,0.695952189013874,-0.997361421585083,-0.0038091137539595366,0.07249599695205688,-0.13085398077964783,-0.3801933228969574,0.19594410061836243,-0.23315304517745972,0.05626881122589111,0.3894028663635254 +483,-1.7084101989689342,-0.016837902473644605,0.6863976585894047,-0.9904056191444397,0.0168371070176363,0.13716048002243042,-0.1850312352180481,-0.5790249705314636,0.29522448778152466,-0.5080378651618958,-0.054266899824142456,0.08859322965145111 +484,-1.7794825046426384,-0.032917794929934685,0.662001356291029,-0.9777739644050598,0.03291185200214386,0.2070625275373459,-0.699880838394165,-0.008756427094340324,-0.18772612512111664,-0.24393624067306519,-0.11004501581192017,-0.29832541942596436 +485,-1.7470429419802476,0.02377026842683501,0.6013746113091969,-0.9842305779457092,-0.023768030107021332,0.17528603971004486,-0.5650428533554077,0.21808075904846191,-0.4601166546344757,0.3201833963394165,-0.04817714914679527,0.07250140607357025 +486,-1.7353777252803766,0.0515481489677684,0.5725580248766384,-0.9851766228675842,-0.05152532458305359,0.16362176835536957,-0.05784124881029129,0.10651582479476929,-0.010826187208294868,0.580177903175354,0.052776552736759186,-0.14918698370456696 +487,-1.6752932514631023,0.05256518645652049,0.567355788892261,-0.9931714534759521,-0.05254098400473595,0.1041627749800682,0.25555384159088135,0.9407743215560913,-0.3600168824195862,-0.3782731890678406,0.12404368072748184,0.09374366700649261 +488,-1.6753019351791496,0.07020672998031294,0.6000469111183886,-0.9920942187309265,-0.07014907151460648,0.10405851155519485,0.37074345350265503,-0.2367345094680786,-0.09718680381774902,-0.286241352558136,0.07469618320465088,0.21753573417663574 +489,-1.7253748754818872,0.05798683647187959,0.6521709830321523,-0.9864158630371094,-0.057954344898462296,0.1537049263715744,0.6986940503120422,-1.0240528583526611,0.4137688875198364,-0.15417861938476562,-0.13201755285263062,-0.21980595588684082 +490,-1.7779460259249933,0.0009351057609354432,0.7084357175097056,-0.9786205887794495,-0.0009351056069135666,0.2056712657213211,0.7339277267456055,0.7098588943481445,-0.20530235767364502,-0.2954118847846985,-0.3044237792491913,-0.5329722166061401 +491,-1.6808003183271838,0.03613448867331664,0.796347055205014,-0.9933067560195923,-0.036126624792814255,0.10971059650182724,0.47109487652778625,-0.029782991856336594,0.027739614248275757,0.5956323146820068,0.17516469955444336,0.5317994356155396 +492,-1.679628422480066,0.01619676993561159,0.8319685629241508,-0.9939532279968262,-0.016196060925722122,0.10860313475131989,0.047204479575157166,0.27729955315589905,0.3160400688648224,0.38508182764053345,-0.05590173602104187,-0.03322470933198929 +493,-1.641353742311198,0.01754380207444519,0.8068692086720978,-0.9973583817481995,-0.017542902380228043,0.07048804312944412,-0.30464908480644226,0.06448183953762054,0.07653090357780457,-0.07995790243148804,0.08857256174087524,0.35123443603515625 +494,-1.6954419891125339,-0.015563321446782599,0.790129356378929,-0.9921216368675232,0.01556269358843565,0.12430810183286667,-0.1684383600950241,-0.9707726240158081,0.5332122445106506,-0.3872576355934143,0.03289923071861267,0.5102896690368652 +495,-1.8071995894714252,-0.059296318974005266,0.7416990194362897,-0.9704779982566833,0.05926157534122467,0.23379582166671753,-0.6257479786872864,-1.5041544437408447,0.6353662610054016,-0.034816741943359375,-0.04398754611611366,-0.45918333530426025 +496,-1.7964678402613026,-0.042536216227093054,0.6554903686544067,-0.9737625122070312,0.04252339154481888,0.22355850040912628,-0.7002540826797485,1.7162009477615356,-0.7454909682273865,-0.14272308349609375,-0.13183307647705078,-0.2208728790283203 +497,-1.7491470808114429,0.009499767368435994,0.6128420009121224,-0.9840930104255676,-0.009499624371528625,0.1773986965417862,-0.31910818815231323,-0.08384797722101212,-0.1973336637020111,0.5106130242347717,0.02620801515877247,0.0026244670152664185 +498,-1.7361530683794788,0.015513954036111886,0.607079002417078,-0.9862409830093384,-0.01551333162933588,0.16458439826965332,0.08965591341257095,0.9362120628356934,-0.15740883350372314,0.02809584140777588,0.00561037752777338,-0.2736999988555908 +499,-1.6846676133365874,0.029477734948473513,0.6452253964370991,-0.9930919408798218,-0.02947346679866314,0.11357598751783371,0.3611689805984497,-0.20867805182933807,0.0006356909871101379,-0.16845273971557617,0.04761615768074989,0.28553295135498047 +500,-1.7152536022903997,0.03234855274925638,0.6903681948872958,-0.9890666007995605,-0.03234291076660156,0.14388008415699005,0.5137729048728943,-0.4007158577442169,-0.10914293676614761,-0.435066819190979,-0.18057823181152344,0.15033985674381256 +501,-1.795223043868342,0.0046859483137694675,0.7493080480476983,-0.9749111533164978,-0.004685931373387575,0.22254504263401031,0.7544522285461426,-0.08203066140413284,0.028209540992975235,-0.11195707321166992,-0.16961520910263062,-0.5796617269515991 +502,-1.7114194840564747,0.018578264202926038,0.8472532273752248,-0.9899581074714661,-0.018577195703983307,0.1401359885931015,0.9623002409934998,0.5512202382087708,-0.289919376373291,0.1865065097808838,0.1773448884487152,0.1970527321100235 +503,-1.7129491960920349,0.019947569673248122,0.8990044551551336,-0.9897164702415466,-0.019946247339248657,0.14164642989635468,0.23773016035556793,-0.06542077660560608,0.018370045349001884,0.4536598324775696,0.003649858757853508,-0.0292959064245224 +504,-1.6815667714354792,0.026789142958132346,0.8931741715430982,-0.9935145378112793,-0.026785938069224358,0.1105043813586235,-0.32578417658805847,0.4607439935207367,-0.15816240012645721,0.05062830448150635,0.026190850883722305,0.1850735992193222 +505,-1.6791923109245637,0.02031740111389686,0.8670495816264525,-0.9939256310462952,-0.020316002890467644,0.10816150158643723,-0.18771527707576752,-0.2568003237247467,0.21067671477794647,-0.3203442692756653,0.028921963647007942,0.17508743703365326 +506,-1.7337762899120157,-0.01771656021954113,0.8349163088631025,-0.9865931868553162,0.017715632915496826,0.16223391890525818,-0.35696274042129517,-0.7218261957168579,0.5505222678184509,-0.4267520308494568,-0.047744933515787125,-0.13441720604896545 +507,-1.8021838407948985,-0.035992326374541105,0.7712673344017557,-0.9727187156677246,0.03598455712199211,0.2291797399520874,-0.8830870389938354,0.2169659286737442,-0.15920618176460266,-0.1935105323791504,-0.09865239262580872,-0.4853442907333374 +508,-1.7616330745351265,0.01929681535468758,0.7090200615197241,-0.981663167476654,-0.019295617938041687,0.1896452158689499,-0.3832705616950989,0.06992113590240479,-0.2575341761112213,0.4348033666610718,0.008675485849380493,0.05191659927368164 +509,-1.7536409188841537,0.02876036583226425,0.7010580225852284,-0.9829239249229431,-0.0287564005702734,0.1817523092031479,0.026015598326921463,0.35220274329185486,0.10736936330795288,0.40579062700271606,-0.03636813536286354,-0.16711901128292084 +510,-1.693985944086414,0.029321742994593464,0.7231062115107879,-0.9919952154159546,-0.029317541047930717,0.12282545864582062,0.42439132928848267,0.3690030574798584,-0.20015215873718262,-0.2054077386856079,0.06671682000160217,0.3503190279006958 +511,-1.7017820563480723,0.038345736522698716,0.766548985425942,-0.9907048344612122,-0.038336340337991714,0.13051548600196838,0.3901117742061615,0.0012729610316455364,-0.11220668256282806,-0.37839001417160034,0.032126009464263916,0.1646047830581665 +512,-1.7240117527928531,0.040978405936685405,0.7939748824950236,-0.9874559640884399,-0.0409669391810894,0.152488574385643,0.5947463512420654,-0.7159233689308167,0.025946442037820816,-0.1476149559020996,0.0762147307395935,-0.3116835355758667 +513,-1.7395059611662933,0.007786146997255982,0.8671385889757267,-0.9857723116874695,-0.007786068134009838,0.16790534555912018,0.7930000424385071,0.719123899936676,-0.13896793127059937,0.05175137519836426,-0.3017537295818329,-0.3354315757751465 +514,-1.6793451365392913,0.02081497052085104,0.9621583200492063,-0.9938991069793701,-0.020813466981053352,0.10831230878829956,0.7021190524101257,0.1823502629995346,0.0008559003472328186,0.43570202589035034,0.0773167610168457,0.20722414553165436 +515,-1.6574028123277151,0.006914172239936402,1.0151639085931714,-0.9962281584739685,-0.006914117373526096,0.08649618923664093,0.3026520609855652,0.26984789967536926,0.08817828446626663,0.10970783233642578,-0.061216384172439575,0.10045456141233444 +516,-1.647015030630768,-0.0008198662367156547,1.031403668321216,-0.9970964193344116,0.0008198661380447447,0.07614490389823914,0.08873672038316727,-0.2047029286623001,0.1910601109266281,-0.032017290592193604,0.0393107533454895,0.324169397354126 +517,-1.6908350252669553,-0.02880735334646355,1.0299373321784335,-0.9923919439315796,0.028803369030356407,0.11970093101263046,-0.16763080656528473,-0.5451733469963074,0.3903452157974243,-0.4344572424888611,-0.0177865382283926,0.37260863184928894 +518,-1.7813480808640076,-0.05918531265672506,0.9945231656382792,-0.976203441619873,0.05915076658129692,0.20863355696201324,-0.6786695122718811,-0.6917968988418579,0.2389674335718155,-0.13176769018173218,-0.08170327544212341,-0.38545238971710205 +519,-1.7621472234310975,-0.033828947191503825,0.9220328491961377,-0.98118656873703,0.033822495490312576,0.19007651507854462,-0.7031421065330505,0.48949286341667175,-0.24412260949611664,0.20988523960113525,0.018438849598169327,-0.0012490451335906982 +520,-1.7524787023803898,-0.015439019579162433,0.8606423975651586,-0.9834239482879639,0.01543840579688549,0.18066298961639404,-0.7319706082344055,0.09349165111780167,0.3159176707267761,0.7377116680145264,0.09134259819984436,0.04455673694610596 +521,-1.5415231175935082,-0.0293648246530385,0.5186479767090804,-0.9991406202316284,0.029360605403780937,-0.029256409034132957,-7.510735034942627,4.601099491119385,-0.5644249320030212,0.3488873839378357,0.5340396761894226,0.6726127862930298 +522,-0.9194054736887181,-0.05478357880562916,-0.44285650746858174,-0.7940482497215271,0.054756179451942444,-0.6053834557533264,-11.431415557861328,9.575057029724121,-5.591921329498291,-0.8242684006690979,0.7156906127929688,-0.038293302059173584 +523,-0.4126239242265193,-0.11968691898248826,-0.9926093048454272,-0.3981455862522125,0.11940137296915054,-0.9095182418823242,-1.256505012512207,4.810937404632568,-2.4264156818389893,-0.5391560792922974,0.27416858077049255,-0.3182497024536133 +524,-0.10438430333635702,0.08090598705333604,-1.1288833054137484,-0.10385400801897049,-0.08081775158643723,-0.9913036227226257,1.7712584733963013,2.8264362812042236,-0.5532180666923523,-0.057324573397636414,0.4770427346229553,0.32335013151168823 +525,0.045212039280616734,0.20870676459733442,-1.1568438344971175,0.0442158579826355,-0.20719489455223083,-0.9772999882698059,0.5985532999038696,0.6101891398429871,0.3477417230606079,0.1055338978767395,0.19268378615379333,0.5811360478401184 +526,0.02757982340623888,0.3060595342064508,-1.1325354559849974,0.026294806972146034,-0.3013036251068115,-0.953165590763092,1.1415244340896606,-0.41361019015312195,0.11499938368797302,0.06043614447116852,0.04771780967712402,0.3048197031021118 +527,0.016910537896088384,0.37247706726006674,-1.1457809786214648,0.015750210732221603,-0.3639237582683563,-0.9312955737113953,0.18389706313610077,-0.12334086745977402,-0.2207866758108139,0.1399352103471756,-0.015989571809768677,0.09442728757858276 +528,0.016642291574236127,0.4046966647736568,-1.13619776493073,0.01529725268483162,-0.3937399387359619,-0.9190945625305176,0.6776514053344727,0.007014919072389603,0.18352682888507843,0.040534645318984985,-0.1606423556804657,-0.30116599798202515 +529,0.003331646499609317,0.470236063905487,-1.0951380815017009,0.002970028668642044,-0.45309674739837646,-0.8914564251899719,0.2885740399360657,0.021415159106254578,0.30750542879104614,-0.08405524492263794,-0.19428792595863342,-0.2683488726615906 +530,0.030312985727244165,0.5505166256965516,-1.1056137235249202,0.02583041973412037,-0.5231276154518127,-0.8518628478050232,0.8541148900985718,0.22652629017829895,-0.28313198685646057,-0.23069491982460022,0.30356889963150024,0.1335095763206482 +531,0.06546233538809602,0.5111493834966062,-1.1172507293370597,0.05705435574054718,-0.4891800284385681,-0.8703147172927856,-0.729148268699646,0.08104819804430008,0.080717071890831,0.06229989230632782,0.08268588781356812,0.28033363819122314 +532,0.07740597532462201,0.46148401991093874,-1.1138635659681912,0.0692395567893982,-0.4452773630619049,-0.8927115797996521,-0.6196483969688416,0.2238030582666397,-0.3547280728816986,-0.1654309630393982,0.023844897747039795,0.2306022047996521 +533,0.07713665038949441,0.3825862706599332,-1.1234245420012405,0.07148890197277069,-0.373320996761322,-0.9249436259269714,-1.0073134899139404,0.0935540422797203,0.11246412247419357,0.02726598083972931,-0.18440300226211548,0.02893233299255371 +534,0.07466659742492962,0.34879684343695844,-1.1012312394872041,0.07010533660650253,-0.3417673408985138,-0.9371660947799683,0.2166423350572586,0.37874463200569153,0.5361756682395935,0.09681054949760437,-0.14530843496322632,-0.25572019815444946 +535,0.05667005864700125,0.35582408499576335,-1.0519471476357958,0.05309180170297623,-0.3483629524707794,-0.935854971408844,0.3248305916786194,-0.07185728847980499,0.275774747133255,-0.040823742747306824,0.17271903157234192,-0.5189942717552185 +536,0.0165398314485768,0.43109798635994384,-0.994962962905328,0.01502587553113699,-0.41786858439445496,-0.9083831906318665,0.042272623628377914,-0.05456266924738884,0.6800637245178223,0.11671850085258484,0.36920830607414246,0.29159247875213623 +537,-0.09627204933387773,0.42426045985964767,-0.8481505492790027,-0.0876014307141304,-0.41164693236351013,-0.9071233868598938,0.0381213016808033,-1.7341785430908203,1.940022587776184,0.1669776439666748,0.15676411986351013,0.6934087872505188 +538,-0.5169004365397553,0.2628378939038959,-0.6595359325834554,-0.4772157669067383,-0.2598220109939575,-0.8394984006881714,-3.6927144527435303,-2.996927261352539,2.5908191204071045,-0.009432792663574219,0.3794967234134674,0.7411097884178162 +539,-0.4349360663241279,-0.484405544033061,-0.727952625230176,-0.3728766441345215,0.46568238735198975,-0.8025602698326111,-4.586656093597412,1.6262749433517456,1.511321783065796,-0.4193596839904785,0.32125917077064514,-1.8106751441955566 +540,-0.3967656367899413,-0.4583425637482819,-0.5922920854538823,-0.34655195474624634,0.44246235489845276,-0.8271207809448242,1.5412787199020386,1.5302826166152954,-0.4082387685775757,-1.1126765012741089,-0.08439961075782776,-0.477719247341156 +541,-0.314702734462996,-0.22244708032373875,-0.7736167768062304,-0.3019070625305176,0.22061707079410553,-0.9274590015411377,1.376490592956543,2.6955018043518066,-3.4269752502441406,-0.3354983329772949,0.33950257301330566,0.1452019214630127 +542,-0.16710147619707208,0.029985581797258895,-1.0434968415821317,-0.16625013947486877,-0.029981087893247604,-0.9856277108192444,1.6572747230529785,2.0031533241271973,-2.897379159927368,-0.00837145745754242,0.2693304419517517,0.11132961511611938 +543,0.005632810320360514,0.271756153938182,-1.1946659107220208,0.005426063202321529,-0.26842355728149414,-0.9632856845855713,2.7254106998443604,1.5273895263671875,-0.9504687786102295,0.1197722926735878,0.24762582778930664,0.2872908115386963 +544,0.17671463407607707,0.4573670899218013,-1.2539410285497066,0.1577276736497879,-0.44158735871315,-0.8832454681396484,1.2082159519195557,0.6702754497528076,0.4645552337169647,0.1299615353345871,0.22585856914520264,0.37741661071777344 +545,0.20415015466750877,0.508260647662976,-1.2006804731246954,0.1771077662706375,-0.48665851354599,-0.8554509878158569,0.5531687140464783,-0.17101390659809113,0.3527262210845947,0.010621130466461182,-0.2488609254360199,-0.0026880502700805664 +546,0.1907492124915495,0.5154445296917016,-1.1674766187942387,0.16496124863624573,-0.4929216802120209,-0.8542926907539368,-0.24850578606128693,-1.03694748878479,-0.5692008137702942,-0.09196320176124573,-0.20841804146766663,-0.33191031217575073 +547,0.16931769384972314,0.5322953385716939,-1.1711021110759523,0.14519555866718292,-0.5075124502182007,-0.8493228554725647,0.43947693705558777,0.07384203374385834,0.3523055911064148,-0.12740381062030792,0.2941793203353882,-0.09945333003997803 +548,0.1441642453039379,0.5388270342942852,-1.0819427203878,0.12330961227416992,-0.5131295919418335,-0.8494073152542114,0.54416424036026,-0.29709741473197937,0.8484030961990356,-0.11209441721439362,0.050910353660583496,0.19717037677764893 +549,0.11505511987685041,0.5636104480460277,-1.0610712510643119,0.09704530984163284,-0.5342416763305664,-0.8397428393363953,0.5576451420783997,-0.6399074196815491,-0.014981986954808235,0.03581295907497406,0.13853555917739868,0.19611185789108276 +550,0.10828545472307938,0.562602615172491,-1.0564607392615106,0.09141649305820465,-0.5333894491195679,-0.8409153819084167,-0.110284224152565,0.0003879754804074764,0.04485521465539932,0.07713209092617035,-0.06860023736953735,0.024341285228729248 +551,0.08881000059409708,0.5932485213704657,-1.0489485550201718,0.07353818416595459,-0.5590574145317078,-0.8258613348007202,0.8852531909942627,-0.2009720504283905,0.23873324692249298,0.11734926700592041,-0.29451924562454224,-0.3184257745742798 +552,0.029634802311874736,0.7304772549381451,-1.0621525084026329,0.02207043021917343,-0.667225182056427,-0.7445289492607117,1.621591329574585,-0.6372896432876587,-0.5922871828079224,-0.29492810368537903,0.14804494380950928,-0.28844523429870605 +553,-0.00136148482712662,0.8165893728881727,-1.1043641352342888,-0.0009322231635451317,-0.7288147807121277,-0.6847102642059326,0.1783638745546341,-0.6016852855682373,0.0014977678656578064,-0.10723733901977539,0.20040291547775269,0.23457598686218262 +554,-0.05550180831778354,0.7954192524953565,-1.1180878378578578,-0.03883051499724388,-0.7141571640968323,-0.6989075541496277,-0.5116235017776489,-0.6889113187789917,-0.41037267446517944,-0.0024597644805908203,0.155914306640625,0.36316847801208496 +555,-0.08321881317832289,0.7047801954074421,-1.1597165203342812,-0.0633191168308258,-0.647866427898407,-0.7591177821159363,-1.284021019935608,0.12822325527668,0.30612877011299133,0.055247217416763306,0.08825033903121948,0.13924479484558105 +556,-0.08542066214184059,0.6263839507959557,-1.132023841655251,-0.0691196396946907,-0.586219072341919,-0.8071986436843872,-0.34733372926712036,0.28238481283187866,-0.0900772213935852,0.0713626891374588,-0.35424113273620605,-0.1269444227218628 +557,-0.09301945496343592,0.5843995892881745,-1.1139633908576296,-0.07747043669223785,-0.5516986846923828,-0.8304377794265747,-0.5072820782661438,-0.0627702921628952,0.11024800688028336,-0.23895105719566345,-0.2035350799560547,-0.4507054090499878 +558,-0.11027079779958404,0.6037247116989837,-1.069756571414513,-0.09059400856494904,-0.567712664604187,-0.8182267546653748,0.5433938503265381,0.10240261256694794,0.42299315333366394,0.03689833730459213,0.2160128951072693,-0.07027727365493774 +559,-0.1325882054356184,0.6364459061524566,-0.981978809431942,-0.10631703585386276,-0.594340980052948,-0.7971546053886414,0.7933847308158875,-0.07925696671009064,1.0344889163970947,0.14341115951538086,0.236034095287323,0.31996655464172363 +560,-0.17322076894837882,0.6320278235425266,-0.9112131995870338,-0.1390620321035385,-0.590782105922699,-0.7947567105293274,-0.30482712388038635,-0.2908916473388672,0.27175480127334595,0.028481587767601013,0.1513746976852417,0.21548736095428467 +561,-0.18601257739040522,0.5756316451456113,-0.8852015466088823,-0.15513812005519867,-0.5443647503852844,-0.8243780136108398,-0.3876419961452484,0.0009736407082527876,0.30623337626457214,0.04478657245635986,-0.2045212984085083,0.01219850778579712 +562,-0.1446577639274175,0.5245173556272308,-0.9066061727297695,-0.12477456778287888,-0.500795304775238,-0.856525182723999,-0.4180896580219269,0.5483163595199585,-0.18980903923511505,0.06819498538970947,-0.27195554971694946,-0.343700647354126 +563,-0.14211179151739547,0.5089272810445614,-0.9263448777305168,-0.1236843392252922,-0.4872407615184784,-0.8644643425941467,0.0045052506029605865,0.19465313851833344,-0.5992679595947266,-0.2561069130897522,0.1103028953075409,-0.26111549139022827 +564,-0.08024408064856084,0.5271923300609894,-0.9995896887368214,-0.06927438080310822,-0.5031088590621948,-0.8614420890808105,-0.5362977385520935,0.6281985640525818,-0.23433202505111694,0.005156941711902618,0.2415274977684021,0.20011097192764282 +565,-0.0101469559086813,0.48408051252252077,-1.0181323289453157,-0.00898094940930605,-0.4653947055339813,-0.8850576877593994,-0.06413353979587555,0.5909959673881531,-0.2525516450405121,0.09954185783863068,0.012284964323043823,0.24531769752502441 +566,0.04858108505618987,0.49398731475469304,-1.055885842811728,0.04275636002421379,-0.4741402864456177,-0.8794105052947998,-0.11387741565704346,0.08155873417854309,-0.03668641671538353,0.042937006801366806,0.11334624886512756,0.2588966488838196 +567,0.03720994558297534,0.4545084875914319,-1.0018305754982106,0.03342456370592117,-0.4390207529067993,-0.8978549838066101,-0.10311230272054672,0.09559529274702072,0.3624955415725708,-0.010902583599090576,-0.3211110830307007,-0.10774499177932739 +568,0.011862192314294319,0.4765862302619944,-0.9690228647168287,0.010540095157921314,-0.4587484896183014,-0.8885036706924438,0.2542062997817993,-0.5478748083114624,0.35934168100357056,-0.024120405316352844,-0.3690560460090637,-0.34797704219818115 +569,-0.02441081127447145,0.4989851668728388,-0.9834332322641989,-0.021432239562273026,-0.4785346984863281,-0.8778070211410522,0.9628486633300781,0.005701902322471142,0.860786497592926,0.26711398363113403,0.2873115539550781,-0.22009336948394775 +570,-0.029801803587249074,0.5372631802776974,-0.9097715804362474,-0.025599313899874687,-0.511786699295044,-0.8587310910224915,0.4497196674346924,0.4434836804866791,1.0566322803497314,0.11873896420001984,0.24758076667785645,0.18290406465530396 +571,-0.051633410807197404,0.5639895516007242,-0.822839979785266,-0.04361751675605774,-0.5345621109008789,-0.844002902507782,-0.28855082392692566,0.07390987128019333,0.23299680650234222,0.004951745271682739,0.1060037612915039,0.332833468914032 +572,-0.07235769854322086,0.5391959555010698,-0.8079314812149472,-0.062037549912929535,-0.5134462118148804,-0.8558763265609741,-0.45389291644096375,0.10518047213554382,0.19384345412254333,0.05320271849632263,-0.08634626865386963,0.11568772792816162 +573,-0.10919520430509676,0.5254762395676008,-0.8028088127900431,-0.09427553415298462,-0.5016250610351562,-0.8599327802658081,0.03990418463945389,-0.19332942366600037,-0.041584551334381104,0.06374271214008331,-0.27429962158203125,-0.3256751298904419 +574,-0.1382157215759074,0.554294748016373,-0.8056655716353927,-0.11714711785316467,-0.5263437628746033,-0.8421631455421448,0.4554746150970459,-0.19556114077568054,-0.349307119846344,-0.20165476202964783,-0.13463646173477173,-0.4046325087547302 +575,-0.11658885467674121,0.6439683630425419,-0.8635713502101583,-0.09302730113267899,-0.6003737449645996,-0.7942904829978943,0.6872800588607788,-0.18957175314426422,-0.37718337774276733,-0.03342229127883911,0.4184584617614746,0.1684969663619995 +576,-0.16475646887712106,0.6436371400072141,-0.8755785930092517,-0.1311962902545929,-0.600108802318573,-0.7890861630439758,0.1255376935005188,-0.8106388449668884,-0.23472653329372406,-0.0026995986700057983,0.08459067344665527,0.16593247652053833 +577,-0.16899548763164557,0.6261033581721313,-0.9224303521246615,-0.13628904521465302,-0.5859916806221008,-0.798773467540741,-0.5329777598381042,-0.1017313003540039,-0.6094533205032349,0.020093366503715515,0.05168992280960083,0.17224758863449097 +578,-0.15540256143427503,0.5859723935551586,-0.9294806570762664,-0.12895697355270386,-0.5530098080635071,-0.8231344223022461,-0.18222610652446747,0.07787150144577026,0.37439221143722534,0.01907844841480255,-0.14283674955368042,0.050307273864746094 +579,-0.1422945135025806,0.5836700706315069,-0.9116719421180643,-0.1183367669582367,-0.5510901212692261,-0.8260121941566467,0.09755772352218628,0.36328259110450745,0.08235020935535431,0.043950155377388,-0.13836300373077393,-0.10744422674179077 +580,-0.14719812501919266,0.565886162343611,-0.8948346954498239,-0.1238037571310997,-0.5361640453338623,-0.8349854946136475,-0.5643483996391296,-0.3043421804904938,-0.7415849566459656,-0.2589782476425171,-0.023543596267700195,-0.34538865089416504 +581,-0.2199811913604199,0.5605091391776316,-0.9098910369830474,-0.18482157588005066,-0.5316175222396851,-0.8265735507011414,-0.6624000668525696,0.2641085684299469,0.5624147057533264,-0.02751973271369934,0.20082217454910278,0.14342224597930908 +582,-0.24311748656833918,0.5527249049035142,-0.8258180429724619,-0.20488426089286804,-0.5250083208084106,-0.8260682225227356,0.6151381134986877,0.02889128029346466,0.5040848851203918,-0.003550797700881958,0.038741230964660645,0.2489197850227356 +583,-0.24420547294863995,0.5618996559324144,-0.8275863670833518,-0.20460960268974304,-0.532794713973999,-0.8211362361907959,-0.28914597630500793,-0.13172577321529388,-0.2802335023880005,-0.03316810727119446,0.12842154502868652,0.2522428035736084 +584,-0.2635905015802263,0.52373136524286,-0.8520638927577397,-0.22562453150749207,-0.5001147985458374,-0.836049497127533,-0.5790218114852905,-0.6158081293106079,-0.22336183488368988,0.08007095754146576,-0.1848522424697876,0.03828948736190796 +585,-0.2891583938243573,0.47604778356842375,-0.8820931788207441,-0.25344118475914,-0.45826998353004456,-0.8519132137298584,-0.28458520770072937,-0.4731014370918274,-0.023760981857776642,-0.029548317193984985,-0.22894006967544556,-0.4033357501029968 +586,-0.2820773432406345,0.4906506228853325,-0.8903431175187936,-0.24551337957382202,-0.4711998403072357,-0.8471681475639343,0.9838628768920898,0.28678348660469055,-0.802657425403595,-0.23403982818126678,0.1631096601486206,-0.2769163250923157 +587,-0.288728172818094,0.5805785394394155,-0.9079353700635594,-0.23807843029499054,-0.5485077500343323,-0.8015346527099609,-0.7156690359115601,0.14292117953300476,0.09383793920278549,-0.022007614374160767,0.16902178525924683,0.4558926224708557 +588,-0.28708712821334875,0.5184620870172575,-0.9367294605289184,-0.24594758450984955,-0.4955449104309082,-0.8330336213111877,-0.3606979250907898,-0.6507100462913513,-0.0188924390822649,0.26747775077819824,0.1056675910949707,0.3851577043533325 +589,-0.6692236456157903,0.4434146896686455,-0.8029456799260984,-0.5603818297386169,-0.42902642488479614,-0.7084550857543945,-0.7724446654319763,-4.0137553215026855,3.958153009414673,0.5915707945823669,0.36532098054885864,0.40791797637939453 +590,-0.9169413848322003,0.10744546698499427,-0.45262198180218755,-0.7891676425933838,-0.10723885148763657,-0.6047431230545044,3.167983293533325,-1.0828126668930054,2.9198951721191406,-0.6350419521331787,-0.13681021332740784,-1.0360801219940186 +591,-1.0689354159267785,0.09986751750544434,0.022229665953175822,-0.8723206520080566,-0.09970159828662872,-0.4786608815193176,3.6601486206054688,-1.0742725133895874,2.649712324142456,-0.6357206702232361,0.02726813405752182,0.254997581243515 +592,-1.3648034285065809,0.10775791150564017,0.2396476455161562,-0.9731806516647339,-0.10754948854446411,-0.20335276424884796,2.085970163345337,-3.2355504035949707,0.1935012936592102,0.04619407653808594,0.032155826687812805,-0.39903363585472107 +593,-1.6360790911312437,0.08702521194421102,0.48687050411201055,-0.9940935969352722,-0.08691541105508804,0.06498952955007553,2.643756866455078,-1.2160391807556152,0.1809348165988922,0.3195483088493347,0.08636607229709625,-0.2742791175842285 +594,-1.6955694562325292,-0.002310461854183048,0.721216022971594,-0.9922234416007996,0.0023104597348719835,0.12444931268692017,1.8002279996871948,-0.4104504883289337,0.946845293045044,0.3946433663368225,0.05561190843582153,0.0513625293970108 +595,-1.73530591712139,-0.10520711368174214,0.841955353356667,-0.9810441732406616,0.10501313954591751,0.16286303102970123,1.037657618522644,0.3200981616973877,0.5013325214385986,-0.15417909622192383,-0.04866243898868561,0.22017823159694672 +596,-1.7457396303154946,-0.16937348969647417,0.9030044528375317,-0.9706454277038574,0.1685648411512375,0.17156171798706055,0.042115822434425354,-0.47951942682266235,0.42339804768562317,-0.3379635810852051,-0.005753561854362488,0.48900651931762695 +597,-1.8108003529867305,-0.18741885347318332,0.8558966786947567,-0.9543274641036987,0.18632356822490692,0.23354394733905792,-1.045555830001831,-1.5828858613967896,0.32499822974205017,-0.2739136219024658,-0.05283968150615692,0.003318220376968384 +598,-1.9186781106444077,-0.14928366863642892,0.7776076043863084,-0.9296409487724304,0.14872980117797852,0.3371155858039856,-0.9305728673934937,0.29619625210762024,-0.6428737640380859,0.01707392930984497,0.008496716618537903,-0.44855061173439026 +599,-1.8674054985751711,-0.13215503231068554,0.796790475233852,-0.9479940533638,0.13177068531513214,0.2897305190563202,0.6971930265426636,0.6243166327476501,0.27532586455345154,0.38999539613723755,-0.03264959156513214,-0.052547961473464966 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/we2.csv b/BoostRunClub/CoreML/DataSet/Motion/running/we2.csv new file mode 100644 index 0000000..87a840d --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/we2.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,2.4174259641127964,1.0844376726407448,-0.31536131263318284,0.30966416001319885,-0.8840407133102417,0.3501138985157013,0.29906225204467773,-0.2866436243057251,0.07321115583181381,-0.04237601161003113,0.304054319858551,-0.11090201139450073 +1,0.14383629857746444,0.7898093640635104,2.14983662302484,0.10090919584035873,-0.7102190852165222,-0.696711003780365,0.4198930263519287,0.2793375551700592,0.3490179181098938,0.01920798420906067,-0.14245730638504028,-0.1579185128211975 +2,0.16508343037289777,0.7962597400653898,2.1493641086496296,0.11493316292762756,-0.7147452235221863,-0.6898765563964844,-0.571912407875061,-0.21267485618591309,-0.7485347390174866,1.1280179023742676e-05,-0.15990382432937622,-0.18574905395507812 +3,0.20361255029279487,0.6695312974268662,2.1504544502466896,0.1585542857646942,-0.6206185221672058,-0.7679147720336914,-1.7995586395263672,0.2730884552001953,-0.0466909259557724,-0.018478617072105408,0.048948049545288086,-0.06916707754135132 +4,0.3464045973324641,0.5081743291860018,2.210800529212113,0.29661473631858826,-0.48658308386802673,-0.8217399716377258,-1.6815478801727295,1.7616544961929321,0.17532294988632202,-0.08189302682876587,0.008525252342224121,0.32218247652053833 +5,0.389510575401391,0.43762229079857723,2.2202332377900458,0.3439501225948334,-0.42378702759742737,-0.83791583776474,0.3313179612159729,-0.26684901118278503,0.1479879766702652,0.015958935022354126,0.022969156503677368,-0.002996087074279785 +6,0.40302502725140626,0.49337005934774975,2.2397768261889226,0.345429390668869,-0.4735967218875885,-0.8101757168769836,0.47087687253952026,0.8815006017684937,0.5838267207145691,0.0952749252319336,-0.036916583776474,-0.15141791105270386 +7,0.5449278023604586,0.5162829343733272,2.3152838579178616,0.4507938623428345,-0.49365097284317017,-0.7437026500701904,-0.40840667486190796,2.325063705444336,0.1654973179101944,0.07641255855560303,-0.05297991633415222,-0.41984105110168457 +8,0.8557171119488747,0.46199647997075893,2.3497287130099274,0.6758860349655151,-0.4457361698150635,-0.5869388580322266,-0.831549882888794,3.5340516567230225,-1.0974527597427368,-0.1492137312889099,-0.07400867342948914,0.018579542636871338 +9,1.042180974855835,0.41552760205383144,2.3165472427089995,0.7900248169898987,-0.4036726951599121,-0.4614207148551941,-0.002067926339805126,0.7598868012428284,-0.569205105304718,-0.16117966175079346,0.03978109359741211,0.1994273066520691 +10,1.1179204408288645,0.44330308136334257,2.300340200898997,0.812276303768158,-0.42892560362815857,-0.395259290933609,-0.26920026540756226,1.0712820291519165,0.42400062084198,-0.20560216903686523,0.023911595344543457,0.2578844726085663 +11,1.171691119318907,0.5393655532797513,2.3425101466292264,0.7906009554862976,-0.5135917067527771,-0.33342716097831726,-0.4033435881137848,0.8743973970413208,1.1176890134811401,-0.029385745525360107,-0.18164443969726562,0.18022897839546204 +12,1.22373624378535,0.601241956881693,2.4347738321695247,0.7754664421081543,-0.5656670928001404,-0.280486524105072,-0.9560073018074036,1.011703610420227,0.05036526545882225,0.1288914680480957,-0.2120887041091919,0.1413874626159668 +13,1.2190040217662488,0.5471068209636663,2.5136616623677934,0.8017293214797974,-0.520218551158905,-0.29428353905677795,-1.0746121406555176,0.4242671728134155,-0.5138524770736694,0.06983745098114014,0.038635849952697754,0.046251893043518066 +14,1.1744629953635988,0.49038212580193064,2.5696589595419392,0.8137708902359009,-0.4709630012512207,-0.34054502844810486,-0.4191712439060211,0.26986873149871826,0.1411277800798416,-0.12053358554840088,0.019638538360595703,-0.22210752964019775 +15,1.1791696336225084,0.4769092294392933,2.5799420812041935,0.821155309677124,-0.4590354859828949,-0.3391024172306061,-0.19956481456756592,-0.03516441211104393,0.06438496708869934,-0.18805289268493652,0.0608726441860199,0.21738308668136597 +16,1.1380840121185356,0.5197696518310679,2.578779449989578,0.7879377007484436,-0.49668022990226746,-0.36395466327667236,0.15640348196029663,-0.5874123573303223,0.43837493658065796,-0.1067243218421936,-0.13021183013916016,0.07010090351104736 +17,1.0880714177318345,0.569940955945015,2.56912257736096,0.7457280158996582,-0.5395823121070862,-0.39082056283950806,0.277940571308136,-0.37343829870224,-0.09811034053564072,0.0832362174987793,-0.2919911742210388,-0.10089391469955444 +18,1.0924806182936806,0.565377604914272,2.537160261279353,0.7496221661567688,-0.5357347130775452,-0.3886580467224121,0.08312452584505081,-0.32691413164138794,-0.4883425533771515,0.0833551287651062,-0.07595962285995483,-0.00019693374633789062 +19,1.1043314056691647,0.5286768115494502,2.5150713232039035,0.7712247371673584,-0.5043912529945374,-0.38833218812942505,-0.025118064135313034,0.21406422555446625,-0.07361920177936554,-0.1244351863861084,0.05392122268676758,0.07255154848098755 +20,1.0904070176225147,0.5297816258533282,2.528348119590349,0.7652481198310852,-0.5053449273109436,-0.39877521991729736,-0.005679541267454624,-0.1170169860124588,0.3598191738128662,-0.261128306388855,0.12646925449371338,0.16758936643600464 +21,1.0804524910994275,0.5429058145932779,2.552738356341704,0.7553246021270752,-0.5166261792182922,-0.40321487188339233,-0.053424172103405,-0.5875111222267151,0.3788745105266571,-0.0853874683380127,-0.02466416358947754,-0.034559786319732666 +22,1.0409060479589676,0.5669148383005173,2.6183924307998137,0.7278779149055481,-0.5370320677757263,-0.426368772983551,-0.24596142768859863,-0.18472610414028168,0.7588586807250977,0.19765925407409668,-0.22317606210708618,-0.07674401998519897 +23,0.9574220841321205,0.563653076135881,2.6941209249682507,0.6912178993225098,-0.5342777371406555,-0.4865850806236267,-0.5040684342384338,-0.7152529954910278,0.04832146689295769,0.11891680955886841,0.04418081045150757,-0.025667846202850342 +24,0.9202518454528552,0.4964261034456693,2.7206587537640585,0.6996989846229553,-0.4762860834598541,-0.5325156450271606,-0.4615761935710907,0.29420363903045654,-0.2689904272556305,-0.05016285181045532,0.08062568306922913,0.03926008939743042 +25,0.925705491987164,0.45918884518603564,2.73271106343773,0.7162739038467407,-0.4432211220264435,-0.5389867424964905,-0.16228044033050537,0.002569223288446665,-0.15253791213035583,-0.144603431224823,0.06739714741706848,0.08712828159332275 +26,0.9241854300592993,0.46211246999126027,2.7196091195907526,0.71441650390625,-0.4458400011062622,-0.5392918586730957,0.3064534664154053,-0.5887739658355713,0.16683848202228546,-0.0473175048828125,-0.06641280651092529,0.0818638801574707 +27,0.8185949005465377,0.48843617174975656,2.6896459514797426,0.6448041796684265,-0.4692454934120178,-0.6033541560173035,0.5634455680847168,-1.686082124710083,0.06377911567687988,0.11578536033630371,-0.16375011205673218,-0.09980130195617676 +28,0.6194958693925461,0.4660485600358818,2.597066017944078,0.5187016725540161,-0.4493597745895386,-0.7273406386375427,0.8805913329124451,-2.8936691284179688,-0.16213887929916382,0.1970422863960266,0.20651617646217346,-0.4435883164405823 +29,0.38092746645975323,0.4913303984071892,2.510294190816534,0.3278020918369293,-0.4717993140220642,-0.8185055255889893,-0.061140771955251694,0.31408822536468506,-0.584354817867279,-0.035352110862731934,0.1330541968345642,0.09989285469055176 +30,0.2595214022260578,0.5571679699431503,2.428210777720121,0.21780608594417572,-0.5287846326828003,-0.8203336596488953,1.0969083309173584,-2.9100983142852783,-0.8141488432884216,-0.09965729713439941,0.06256759166717529,0.40070170164108276 +31,0.066178321823827,0.5725160479996951,2.361657440900487,0.055584970861673355,-0.541748583316803,-0.8387006521224976,0.2773452699184418,-2.643378496170044,-0.5349417328834534,-0.12609583139419556,-0.012465894222259521,0.08090341091156006 +32,-0.0012683514808805795,0.5367340907824683,2.316312099671276,-0.0010899996850639582,-0.5113320350646973,-0.8593825101852417,-0.6611940264701843,0.28641101717948914,-0.6716951131820679,-0.03386788070201874,-0.20924901962280273,-0.3000565767288208 +33,-0.041028770765511986,0.5943101709982334,2.336064890761214,-0.0339842326939106,-0.5599373579025269,-0.8278377056121826,-0.2861729562282562,-0.03462851047515869,0.30651912093162537,-0.0407533198595047,-0.11588966846466064,-0.08997845649719238 +34,-0.02768836781829221,0.5586929405213137,2.360907702327255,-0.023475315421819687,-0.5300783514976501,-0.8476236462593079,-0.8100082278251648,-0.8407500386238098,-0.06482848525047302,0.020270973443984985,-0.033581316471099854,0.11378276348114014 +35,-0.03284421880835648,0.5122621985927884,2.3619560974382408,-0.028623118996620178,-0.4901503026485443,-0.8711678385734558,-0.014131078496575356,-0.3738001883029938,0.02587532252073288,0.06353522837162018,0.0030440092086791992,0.2104012370109558 +36,-0.03334247537507654,0.5312179362878073,2.384701599891504,-0.028742246329784393,-0.5065838098526001,-0.8617115020751953,-0.057069577276706696,1.5883780717849731,0.38228142261505127,0.018427297472953796,0.0626446008682251,0.1440601348876953 +37,-0.05386313012341175,0.6120311336967283,2.3978278425136534,-0.0440647266805172,-0.574531078338623,-0.8172957301139832,0.2920071482658386,0.29785919189453125,0.09837260097265244,-0.011507779359817505,-0.04912614822387695,0.06703633069992065 +38,-0.0051659234749091894,0.5955523121451174,2.408654034818912,-0.004276532679796219,-0.5609660744667053,-0.8278277516365051,-0.48000407218933105,-0.48455438017845154,0.029534218832850456,-0.10218404233455658,-0.05344432592391968,-0.24166077375411987 +39,0.005664557957352952,0.5450619303803309,2.39085275168024,0.004843710456043482,-0.5184710621833801,-0.8550814986228943,-0.241106316447258,-0.20445701479911804,-0.08507873117923737,-0.038947105407714844,0.0038683414459228516,-0.1527157425880432 +40,0.005554512423960553,0.5244344659769912,2.3802069735663145,0.004808001685887575,-0.5007235407829285,-0.8655939102172852,-0.3042979836463928,0.10013213753700256,0.10597370564937592,0.024717748165130615,0.09931057691574097,0.17922306060791016 +41,-0.00034352300190033415,0.5335444985526401,2.396174576944846,-0.0002957766701001674,-0.5085883736610413,-0.8610097169876099,0.36844635009765625,0.20141616463661194,0.12719100713729858,-0.03598962724208832,0.09798967838287354,0.22523707151412964 +42,0.021876631682889808,0.560647323120581,2.4228428463186344,0.01852608472108841,-0.5317345261573792,-0.8467084169387817,-0.09659106284379959,0.5496065616607666,-0.06553515791893005,-0.100160613656044,-0.14610660076141357,0.08761423826217651 +43,0.038547865644125066,0.5781284363261482,2.4565659796011907,0.03227533772587776,-0.5464574694633484,-0.836864709854126,0.034177184104919434,0.22538794577121735,0.6553824543952942,0.09365545213222504,-0.2580011487007141,-0.13174796104431152 +44,0.010707889872943346,0.5797638536629672,2.476860618939617,0.00895796436816454,-0.5478264093399048,-0.8365440964698792,0.24480843544006348,-0.2392045557498932,0.21159400045871735,0.21621598303318024,0.059423089027404785,-0.09340280294418335 +45,-0.07561381029382423,0.5400404402424713,2.4998272600575127,-0.06479126960039139,-0.5141707062721252,-0.8552371263504028,0.35750457644462585,-0.5817524790763855,0.6151697039604187,0.1338830590248108,0.22657305002212524,-0.006518185138702393 +46,-0.15131917959197239,0.578732960509368,2.545760392351531,-0.12619493901729584,-0.5469636917114258,-0.8275902271270752,-0.33038443326950073,0.21431970596313477,-0.07013501226902008,-0.04845716059207916,0.07664203643798828,0.2561638355255127 +47,-0.1507895971330612,0.6112144677786652,2.5443374740366145,-0.12302195280790329,-0.5738624930381775,-0.8096588850021362,0.34670427441596985,0.522484540939331,0.04656438156962395,0.06215463578701019,-0.01143413782119751,0.15528571605682373 +48,-0.1492565262156335,0.6463985629836871,2.5503417154595667,-0.11870335787534714,-0.6023154258728027,-0.789383053779602,0.3966905474662781,0.05071151256561279,-0.03374652564525604,-0.016489505767822266,-0.17493677139282227,-0.09756457805633545 +49,-0.1545128314218845,0.6452739238610816,2.515712846456695,-0.12295511364936829,-0.6014173030853271,-0.7894170880317688,0.01600729301571846,0.0779084637761116,0.004092064686119556,-0.028000086545944214,0.04160284996032715,-0.2286950945854187 +50,-0.19578057876096658,0.646434330595608,2.483683108563008,-0.15528278052806854,-0.6023439764976501,-0.7829872369766235,0.5752758979797363,-0.5573120713233948,-0.22266337275505066,0.0011232346296310425,0.045947492122650146,-0.09108197689056396 +51,-0.26368237016142276,0.6920326620540896,2.504773794854246,-0.20067793130874634,-0.6381035447120667,-0.7433386445045471,0.05327284708619118,-0.21484442055225372,-0.15334461629390717,0.013345777988433838,0.18189626932144165,0.33730220794677734 +52,-0.24166144858382219,0.6481863073595171,2.4940883709348465,-0.19077804684638977,-0.6037415862083435,-0.7740154266357422,-0.2553624212741852,0.13994041085243225,-0.34312689304351807,-0.07609817385673523,0.08378303050994873,0.1580486297607422 +53,-0.24065936613367359,0.6431638084293478,2.500068143295372,-0.19072264432907104,-0.5997301340103149,-0.777141273021698,0.52796471118927,-0.29011523723602295,0.34132981300354004,-0.02503661811351776,-0.18673831224441528,-0.20158791542053223 +54,-0.3140778716183887,0.6474007035904059,2.5610169466746764,-0.24642693996429443,-0.6031150817871094,-0.7586342096328735,-0.44203895330429077,-0.09981807321310043,0.31646186113357544,-0.11111700534820557,-0.20566171407699585,-0.2972128987312317 +55,-0.30546829679107046,0.6382596857075344,2.591828128849124,-0.24153433740139008,-0.5957986116409302,-0.765953779220581,-0.5058841109275818,0.15084679424762726,0.27801254391670227,0.035891637206077576,0.10754793882369995,0.032906293869018555 +56,-0.3462941826310773,0.6297154830020493,2.6275454889800587,-0.2743130028247833,-0.5889148116111755,-0.7602182030677795,0.6011351943016052,-0.6864442229270935,0.07307810336351395,0.09811973571777344,0.1615619659423828,0.29000335931777954 +57,-0.511150854691068,0.6538886217942033,2.694771483163801,-0.3882751762866974,-0.6082774996757507,-0.6922722458839417,-0.4790263772010803,-0.8698473572731018,0.3737952709197998,0.07920843362808228,0.15362662076950073,0.46790701150894165 +58,-1.0033422151255003,0.723983647270953,2.90256028049731,-0.631756603717804,-0.6623743772506714,-0.40267065167427063,2.405665874481201,-5.748795032501221,1.862388014793396,0.5257538557052612,0.49376481771469116,0.5765751004219055 +59,-1.9243122125573957,0.43594738284200285,-2.981815607415274,-0.8504152894020081,-0.42226937413215637,0.3138185441493988,4.877018928527832,-8.042279243469238,4.722021102905273,-0.3682277202606201,0.980786919593811,-0.017401397228240967 +60,-2.0784882716495066,-0.04769422616847659,-3.0952784633831896,-0.8728751540184021,0.047676146030426025,0.4856087565422058,-1.5536476373672485,2.152381420135498,5.982872486114502,-0.5294990539550781,1.2065352201461792,-0.13104024529457092 +61,-2.015922947314745,-0.5532227952875599,2.842471495338377,-0.7679269909858704,0.5254320502281189,0.36634618043899536,-0.9032871127128601,0.39933153986930847,5.07298469543457,-1.0861685276031494,0.29727619886398315,-0.29955849051475525 +62,-1.9937222605952591,-0.8231788161509699,2.571196235857678,-0.6199895143508911,0.7333107590675354,0.27904894948005676,-0.30265012383461,1.6446634531021118,1.2516602277755737,-0.5394495725631714,-0.6070749163627625,-0.23482897877693176 +63,-1.875850461032346,-0.8867742667611935,2.5901058338461143,-0.6027405261993408,0.775037407875061,0.18979258835315704,-0.969268798828125,1.929915189743042,0.3313594162464142,-0.44604188203811646,-0.549954891204834,0.2685967981815338 +64,-1.7987811831167473,-0.8225799072368207,2.449566115592884,-0.6627281308174133,0.7329034805297852,0.15376535058021545,-0.7556104063987732,1.4192510843276978,-1.0033142566680908,-0.6484290361404419,-0.42557626962661743,0.0036748498678207397 +65,-1.752531025746533,-0.6476884887546087,2.498558031210344,-0.784347414970398,0.6033446192741394,0.14413343369960785,0.6888059973716736,-1.0327008962631226,-2.705894947052002,-0.967636227607727,0.2948792576789856,-0.09815871715545654 +66,-1.7298568174535756,-0.36853319813417557,2.5681779096054616,-0.921081006526947,0.36024749279022217,0.14775578677654266,0.03590995445847511,0.3732450008392334,-2.907834053039551,-0.05264347791671753,0.20005524158477783,-0.1297656148672104 +67,-1.6549131374847652,-0.09491919721311123,2.583043949468735,-0.9919787645339966,0.09477672725915909,0.08363945037126541,-0.028927337378263474,0.9702209830284119,-2.1178998947143555,0.4771014451980591,0.2057603895664215,-0.16124558448791504 +68,-1.5428873522642457,0.12430479553091005,2.562116332213882,-0.9918975830078125,-0.1239849254488945,-0.027690034359693527,-1.79450523853302,3.1778604984283447,-2.5460493564605713,-0.005660891532897949,0.5241771936416626,0.8072615265846252 +69,-1.4051920177729347,0.2207897657654419,2.4568493487786682,-0.9623759388923645,-0.21900027990341187,-0.16084669530391693,0.16448447108268738,0.011199683882296085,-0.2762354612350464,-0.09165555238723755,0.449148565530777,0.10681526362895966 +70,-1.4292424984507914,0.19113485663288535,2.4372888458826956,-0.9719695448875427,-0.18997320532798767,-0.13851238787174225,-0.07618415355682373,-1.3383162021636963,1.5594810247421265,-0.22044390439987183,0.5315259099006653,0.12900613248348236 +71,-1.5735165993677542,0.0289757738573361,2.4444640623040192,-0.9995765089988708,-0.0289717186242342,0.0027191273402422667,-0.7909776568412781,-1.7041507959365845,1.8569648265838623,0.06723403930664062,0.07686907052993774,0.20756220817565918 +72,-1.7815749900633213,-0.18569247332800085,2.397968725790356,-0.9610574245452881,0.18462714552879333,0.20562459528446198,-0.03274233639240265,-1.8079521656036377,1.2645400762557983,0.012571096420288086,-0.15391120314598083,0.01565837860107422 +73,-1.959217160790174,-0.36007773172683655,2.4887481977714057,-0.8661548495292664,0.3523469865322113,0.35443931818008423,1.5357928276062012,-2.303380250930786,1.3715276718139648,-0.08585613965988159,-0.3452059030532837,0.02126261591911316 +74,-2.144256880435765,-0.49123319599498294,2.5609608269800215,-0.7406965494155884,0.4717136323451996,0.4783875346183777,0.7016485333442688,-2.313278913497925,0.4027453660964966,-0.41260844469070435,-0.6715885400772095,-0.004998892545700073 +75,-2.2216368191407594,-0.5038349273240538,2.6941347223696748,-0.6967146396636963,0.48278746008872986,0.5305701494216919,0.021400943398475647,-0.9486479163169861,-1.462680697441101,-0.8505417108535767,-0.276275098323822,0.6169517040252686 +76,-2.2333277940826832,-0.2944590169711265,2.78521093790368,-0.7545027732849121,0.2902221977710724,0.5886397957801819,-0.8824958205223083,-0.49425405263900757,-2.7835469245910645,-0.25576651096343994,0.0218048095703125,-0.028703272342681885 +77,-2.265316692790219,-0.05820588888084829,2.9514434208474625,-0.7670595049858093,0.05817302688956261,0.6389330625534058,0.32194411754608154,-0.6381713151931763,-2.7046899795532227,0.1387178897857666,0.2375117838382721,-0.28264039754867554 +78,-2.3765217201846016,0.1078493066747256,3.1322139240025137,-0.6885643005371094,-0.1076403558254242,0.7171423435211182,-0.14854463934898376,-1.328994631767273,-1.723954677581787,0.3715933561325073,0.7097216248512268,-0.3392736315727234 +79,-2.426325252472149,0.1199262856607809,3.1321581287168603,-0.6511088013648987,-0.11963902413845062,0.7494956254959106,0.6557153463363647,-0.838813066482544,0.9276268482208252,0.29005545377731323,0.8455148935317993,-0.4740287661552429 +80,-2.353937960408498,-0.16735985433584302,2.9852635856198435,-0.698798656463623,0.16657967865467072,0.6956520676612854,0.2903788983821869,2.3090758323669434,4.197714328765869,-0.49742937088012695,0.677246630191803,0.14715194702148438 +81,-2.1915521986879463,-0.5491626459988534,2.775054393655621,-0.6938326358795166,0.521973192691803,0.49612554907798767,0.5338747501373291,1.5577936172485352,3.662611246109009,-0.6095426678657532,-0.05421489477157593,0.3198229670524597 +82,-2.1786656168408336,-0.7886205830284337,2.647249023560135,-0.5785672068595886,0.7093816995620728,0.40253931283950806,0.8356420397758484,0.24527886509895325,0.9762279391288757,-0.41313207149505615,-0.8249059319496155,0.15756505727767944 +83,-2.1193776469620804,-0.8551621920657111,2.6319291696437386,-0.5598240494728088,0.7546773552894592,0.34213924407958984,-0.4187304675579071,0.37769562005996704,0.2581435441970825,-0.24873918294906616,-0.8692556023597717,0.35981082916259766 +84,-2.1344180481171566,-0.7625538310052111,2.583986302166085,-0.6112333536148071,0.6907703280448914,0.3863033652305603,-1.2087504863739014,-0.7659364938735962,-1.346466302871704,-0.42082536220550537,-0.43007391691207886,0.17154276371002197 +85,-2.212489871496551,-0.6155025512088326,2.770052061423046,-0.6540713906288147,0.5773689150810242,0.4887087345123291,-2.664095640182495,-1.4339182376861572,-3.1696653366088867,-1.1428343057632446,0.1585167646408081,0.7169188261032104 +86,-2.2694424673999127,-0.22388019897862077,2.8635635824733945,-0.7466039061546326,0.2220146507024765,0.627129852771759,-0.4065283238887787,-1.2757675647735596,-3.3770687580108643,0.18840700387954712,0.4627845287322998,-0.4627774953842163 +87,-2.3135086311159636,0.00481268180331315,2.965470421655504,-0.7366284132003784,-0.004812663421034813,0.6762805581092834,-0.22080665826797485,-0.3503609597682953,-1.7122347354888916,0.6709546446800232,0.6000885367393494,-0.7302355766296387 +88,-2.375563588793304,-0.012262076526550428,3.0483129984378037,-0.6932268142700195,0.01226176880300045,0.7206150889396667,1.4483517408370972,-0.5137723684310913,0.7973734736442566,0.1653338074684143,0.6747652292251587,-0.16728562116622925 +89,-2.366176262217086,-0.18932140342586487,2.989497001062391,-0.6875057816505432,0.1881924718618393,0.7013696432113647,1.405564785003662,0.8764215707778931,2.663801670074463,-0.5710849165916443,0.7510470151901245,0.20755058526992798 +90,-2.2202290274778393,-0.47391195954352927,2.8900121541739083,-0.708652675151825,0.45637059211730957,0.5380868315696716,0.8402103781700134,1.1490217447280884,2.1068899631500244,-0.5046346783638,-0.12710118293762207,0.32464516162872314 +91,-2.1526402257210435,-0.5857189377413399,2.7920306145269786,-0.696193516254425,0.5527986288070679,0.45796096324920654,0.040482111275196075,0.709179699420929,0.1623632162809372,-0.07315462827682495,-0.7773774862289429,-0.029417872428894043 +92,-2.1281270597471296,-0.5764038740162283,2.8410776117817713,-0.7115485072135925,0.545012354850769,0.4434635639190674,-0.4915351867675781,-0.13324984908103943,-0.53523850440979,0.11016923189163208,-0.3763875961303711,0.25476327538490295 +93,-2.130898676489079,-0.5200745106297651,2.8417960178737514,-0.7351856827735901,0.496944785118103,0.46102917194366455,0.11843777447938919,-0.434326171875,-0.3044305741786957,0.06494337320327759,-0.03518331050872803,-0.07510387897491455 +94,-2.1795202300526086,-0.52041052020853,2.936413048490305,-0.711772620677948,0.49723634123802185,0.49612054228782654,0.004234858322888613,-0.6796398162841797,-0.9535843729972839,-0.6392557621002197,0.28918635845184326,0.12057864665985107 +95,-2.1729676055378935,-0.470294012892369,3.053122440154538,-0.7346384525299072,0.45314839482307434,0.5049383640289307,0.5988267064094543,-0.5115267634391785,-1.2019433975219727,0.3786662220954895,-0.18087056279182434,-0.08553528785705566 +96,-2.211177981194318,-0.4498967764176519,-3.1212396522800314,-0.7220755219459534,0.4348725974559784,0.538045346736908,0.34447383880615234,-0.7473068833351135,-0.5634682774543762,0.40605074167251587,-0.1777772605419159,-0.16113805770874023 +97,-2.26558710415202,-0.39849198871657526,-3.102422213641838,-0.7079980969429016,0.38802891969680786,0.5900614261627197,-0.6596475839614868,-0.29975712299346924,-0.1415102332830429,0.1781061291694641,0.3730490207672119,-0.25436800718307495 +98,-2.3102164209310363,-0.40253113039617494,3.071107113369241,-0.6798041462898254,0.39174842834472656,0.6199995279312134,-1.6668609380722046,1.0222448110580444,1.5919175148010254,-0.5290275812149048,0.7811336517333984,-0.06004786491394043 +99,-2.207741260679724,-0.48854794404854185,2.999614142503069,-0.7098705172538757,0.46934419870376587,0.5251664519309998,0.04896986111998558,1.3720648288726807,0.5378524661064148,-0.209639310836792,0.26120081543922424,0.43911272287368774 +100,-2.111236886762794,-0.5645139505302066,2.9239077900734003,-0.7244427800178528,0.5350052118301392,0.43468642234802246,1.2793102264404297,0.5060749053955078,0.24879641830921173,0.12094241380691528,-0.5466018915176392,0.008199989795684814 +101,-2.0461232411999624,-0.5877292413104002,3.0170559782132447,-0.7399467825889587,0.5544727444648743,0.38083991408348083,0.1513494849205017,-0.5608906149864197,-0.1468009054660797,0.49797284603118896,-0.4785143733024597,0.32866328954696655 +102,-2.1270332756396977,-0.5470769558708012,2.975639365895209,-0.7252990007400513,0.5201930403709412,0.45093265175819397,-0.3173767328262329,-0.43858471512794495,-0.18382692337036133,-0.05117487907409668,-0.1522122025489807,-0.005116701126098633 +103,-2.2023799823672734,-0.5215029762982678,3.0150577343761302,-0.6998078227043152,0.49818387627601624,0.5119395852088928,-0.18967902660369873,-0.5632297992706299,-0.7971384525299072,-0.8042205572128296,0.36743199825286865,0.31046348810195923 +104,-2.237492795104988,-0.38043527384686326,3.0209167741948377,-0.7296814918518066,0.37132465839385986,0.5741798877716064,0.008138242177665234,-0.16765043139457703,-1.4342124462127686,0.04628628492355347,0.14257600903511047,-0.3256906270980835 +105,-2.2350198087686723,-0.29678536196173716,3.0805964634204663,-0.7529719471931458,0.29244762659072876,0.5894977450370789,-0.4721335470676422,-0.10349886119365692,-0.7155094742774963,0.3674739599227905,-0.06336745619773865,-0.21588629484176636 +106,-2.224380512370017,-0.2095981576971147,3.0347083448357637,-0.7765346169471741,0.20806686580181122,0.5947287678718567,-0.47812578082084656,-0.07682279497385025,-0.03927268460392952,0.4662166237831116,0.09961135685443878,-0.3468191623687744 +107,-2.234706809216958,-0.2309137932229282,2.9942710912638724,-0.7666842937469482,0.22886715829372406,0.5998460650444031,-0.22130806744098663,-0.33152276277542114,0.8229081034660339,0.04712545871734619,0.2683863043785095,0.06711560487747192 +108,-2.224044401071725,-0.30019132471842835,2.841238060590932,-0.7586011290550232,0.2957029938697815,0.5805894732475281,0.013289758004248142,1.0782313346862793,1.7285665273666382,-0.3236284852027893,0.3099183440208435,-0.2691422700881958 +109,-2.15321315331202,-0.44140909726993627,2.82156434512074,-0.7550883889198303,0.4272139370441437,0.4973224997520447,-0.5399330854415894,0.9894174933433533,0.8384166955947876,-0.05516844987869263,-0.27360373735427856,0.2548442482948303 +110,-2.1115229540260367,-0.4843190654635534,2.7829208465757653,-0.7587346434593201,0.46560585498809814,0.45555776357650757,0.07468882203102112,0.14962507784366608,0.5747400522232056,0.40047359466552734,-0.5614463090896606,0.08174991607666016 +111,-2.1146468999923482,-0.5119139875403468,2.7639396338801734,-0.7460264563560486,0.48984676599502563,0.45110422372817993,0.0775517150759697,-0.22286656498908997,0.03802049160003662,-0.011099517345428467,-0.35460805892944336,0.14488881826400757 +112,-2.1542085590538087,-0.5261262423765436,2.789019569317456,-0.7217172980308533,0.5021872520446777,0.4763740599155426,0.8351424932479858,-0.6039121150970459,-0.29186519980430603,-0.7840200662612915,0.17286163568496704,0.225835382938385 +113,-2.1723825576041333,-0.45416755836931294,2.8894183861807794,-0.7408626079559326,0.4387144148349762,0.5085784792900085,0.31640589237213135,-0.37843966484069824,-1.4054616689682007,-0.4340488314628601,0.16487744450569153,-0.051440417766571045 +114,-2.147192821509872,-0.35107722724663737,3.0100952012915814,-0.7872898578643799,0.34390953183174133,0.511762261390686,0.6770077347755432,-0.5277160406112671,-1.5360814332962036,0.22247064113616943,-0.1466439664363861,-0.23716521263122559 +115,-2.164505140622176,-0.25094179596864497,3.115915166608369,-0.8029102683067322,0.24831636250019073,0.5419166684150696,-0.3049527406692505,-0.29569998383522034,-1.290195107460022,0.31717735528945923,-0.11008705198764801,-0.2519693374633789 +116,-2.182709796727925,-0.1364888574507589,-3.133086017013835,-0.810937762260437,0.13606546819210052,0.5690924525260925,-0.04620771482586861,-0.2535015046596527,-0.7590235471725464,0.32975178956985474,0.3523378372192383,-0.2825934886932373 +117,-2.2219571199445736,-0.2341017980112868,-3.1068253891769357,-0.7736854553222656,0.23196937143802643,0.5895774364471436,1.1141726970672607,0.6370983719825745,1.9689568281173706,-0.5368615984916687,0.7306008338928223,0.13936549425125122 +118,-2.1416543521247764,-0.4700636992350092,-2.9909750111822357,-0.7501747608184814,0.4529430866241455,0.481747031211853,2.3035731315612793,-0.24002644419670105,0.7048612833023071,-0.2741629481315613,-0.034104615449905396,0.4835391938686371 +119,-2.0880049916294507,-0.5899932204984047,-2.871475811222009,-0.7222590446472168,0.5563554167747498,0.41086524724960327,1.8024414777755737,-0.7164795398712158,0.02296658605337143,0.13781696557998657,-0.5075578689575195,0.09957164525985718 +120,-2.0709800997242547,-0.6590353208284135,-2.645147107456857,-0.6937324404716492,0.6123544573783875,0.379153311252594,1.4038004875183105,-1.348374605178833,-0.3322144150733948,0.10068440437316895,-0.4182016849517822,0.1904725730419159 +121,-2.115677737556744,-0.6515366850744644,-2.5427497132480905,-0.6800057888031006,0.6064090132713318,0.41214099526405334,-0.03728587180376053,-0.8901663422584534,-0.7920370101928711,-0.27754420042037964,-0.1456241011619568,-0.08911240100860596 +122,-2.14873489407214,-0.5619287204661665,-2.450934790534794,-0.708793580532074,0.5328193306922913,0.46229368448257446,-0.3914734423160553,-0.49882516264915466,-1.0971046686172485,-0.3073960542678833,0.3959527015686035,-0.03500181436538696 +123,-2.1463104040146295,-0.48711556587675237,-2.415893451531963,-0.7413361072540283,0.4680789113044739,0.4809608459472656,-0.6277737021446228,0.6116883754730225,-0.6316301226615906,0.13577574491500854,-0.0556337833404541,-0.00429147481918335 +124,-2.1168814827347333,-0.3826360932180248,-2.480297173430192,-0.7927654385566711,0.37336722016334534,0.48178866505622864,-1.8489352464675903,0.593305766582489,-0.09574787318706512,0.3594004511833191,0.16180434823036194,0.060371458530426025 +125,-2.1121775510280636,-0.2923488812928036,-2.6712427910289356,-0.8206350207328796,0.2882022261619568,0.4934549629688263,-1.2753851413726807,0.45484277606010437,0.5941187739372253,0.5495778918266296,0.1968441605567932,-0.2570810317993164 +126,-2.1330275542710484,-0.3138892071039,-2.9225034950099467,-0.8047289848327637,0.3087601363658905,0.5070292949676514,-2.463860273361206,0.6930952668190002,2.13090443611145,0.04192674160003662,0.3657546639442444,-0.1457621455192566 +127,-2.1650652825255383,-0.38047084025171085,2.9998915201162633,-0.7693077325820923,0.37135767936706543,0.5198644399642944,-0.8330307006835938,1.141579508781433,2.1711792945861816,-0.35235053300857544,0.4195968806743622,-0.5797094702720642 +128,-2.1288876506861056,-0.5532700042364523,2.849268844970609,-0.721714973449707,0.5254721641540527,0.45056217908859253,-2.1454038619995117,1.64336359500885,2.6218950748443604,-0.04716002941131592,-0.3094230890274048,0.16497734189033508 +129,-2.197051534018765,-0.6824524638647955,2.5304171246215796,-0.6287599205970764,0.6306980848312378,0.45484161376953125,-0.237599715590477,0.6004090905189514,1.7405319213867188,-0.3031248450279236,-0.8739995360374451,-0.29929354786872864 +130,-2.1780900367873812,-0.6953543865990258,2.4667342147720204,-0.6305358409881592,0.6406576037406921,0.43815821409225464,-0.23751932382583618,0.23290809988975525,-0.45489180088043213,-0.1786988377571106,-0.8615895509719849,-0.020891249179840088 +131,-2.159620959561188,-0.6139096135011538,2.578502010038653,-0.6797466278076172,0.5760675668716431,0.4539719820022583,0.9036708474159241,-1.4208402633666992,-1.6068333387374878,-0.8646716475486755,0.40479785203933716,0.4359816014766693 +132,-2.1705976707849897,-0.4878981464736386,2.709745800802928,-0.7291345000267029,0.4687703251838684,0.4986151456832886,-0.05311540886759758,-0.476837694644928,-1.828171730041504,-0.37238216400146484,0.23772680759429932,0.17194753885269165 +133,-2.1561033009560537,-0.3312756636367901,2.8125976657856144,-0.7882212996482849,0.325249582529068,0.5224173069000244,0.6278143525123596,-0.4139144718647003,-1.7114266157150269,0.47567564249038696,-0.09308716654777527,-0.29544275999069214 +134,-2.181130886897845,-0.22776475499125828,2.86125602583126,-0.7982928156852722,0.22580057382583618,0.558339536190033,-0.6165236830711365,-0.5252941846847534,-0.5684757232666016,0.6469407677650452,0.0939321219921112,-0.3078358769416809 +135,-2.2363706045947724,-0.19669507731099065,2.800595118566445,-0.7713958024978638,0.19542920589447021,0.6056041121482849,-0.4554833173751831,-0.4287201762199402,0.8106961250305176,-0.26290613412857056,0.7840325236320496,-0.13558757305145264 +136,-2.2244039755953264,-0.3509183352933904,2.8373777773329625,-0.7455133199691772,0.34376031160354614,0.5709980726242065,2.110234022140503,0.1624673306941986,0.6249153017997742,-0.5048071146011353,0.48212164640426636,0.42031967639923096 +137,-2.1489294402212913,-0.45812361054952505,2.7920787333983728,-0.7511260509490967,0.44226598739624023,0.4901123642921448,-0.13106229901313782,1.0708595514297485,1.6107125282287598,0.238278329372406,-0.22032701969146729,-0.08326733112335205 +138,-2.1238679700843845,-0.5659899954906614,2.68284336573716,-0.7182217240333557,0.5362516641616821,0.44338661432266235,-0.5547934770584106,0.6544028520584106,1.08536696434021,0.1468258500099182,-0.5680967569351196,0.002612471580505371 +139,-2.134047092397198,-0.5834527943114595,2.585892048481641,-0.7056450247764587,0.5509088039398193,0.4456058740615845,-0.7300255298614502,0.35591089725494385,0.12516286969184875,-0.09428173303604126,-0.42087340354919434,-0.016803383827209473 +140,-2.1602923399027967,-0.5693787500637769,2.5790464272308418,-0.700084388256073,0.53910893201828,0.4682345986366272,0.7403793931007385,-1.1273497343063354,-0.5349864959716797,-0.9982799291610718,0.46337825059890747,0.3512082099914551 +141,-2.1472517872606875,-0.4419761851967262,2.6684316503164123,-0.7578365206718445,0.4277265965938568,0.49268025159835815,-0.7100425958633423,-0.1401553899049759,-1.9952820539474487,-0.355948269367218,0.2905351221561432,0.19025731086730957 +142,-2.1343818512292008,-0.264899196306509,2.743725000603917,-0.8158584833145142,0.2618119716644287,0.5155864357948303,-0.07653404772281647,-0.30114707350730896,-1.4000260829925537,0.5659958720207214,0.0025770366191864014,-0.20609241724014282 +143,-2.147757055201391,-0.16229483493622163,2.7540223180387176,-0.8271107077598572,0.1615833044052124,0.5383111238479614,-1.2352453470230103,-0.031622033566236496,-0.40215978026390076,0.6515278220176697,0.1385723352432251,-0.2527581453323364 +144,-2.16940888309045,-0.16306795386629908,2.675505105926685,-0.8151589632034302,0.16234621405601501,0.556021511554718,0.2178698629140854,0.024728665128350258,0.9223555326461792,0.14041513204574585,0.3208996653556824,-0.22362399101257324 +145,-2.1940566870414058,-0.29467414480439125,2.5662619360891004,-0.7769808769226074,0.2904280424118042,0.5585269331932068,-0.5408555865287781,0.8612484335899353,2.136481761932373,-0.5817837715148926,0.6153336763381958,0.02826511859893799 +146,-2.0963620801590523,-0.4976410101325125,2.565975248535514,-0.7601202130317688,0.4773539900779724,0.4408514201641083,1.0181611776351929,1.0169880390167236,1.0300061702728271,-0.3186912536621094,-0.03352171182632446,0.4652153551578522 +147,-1.9947987976602604,-0.6133940118023621,2.5634802837383246,-0.7452914714813232,0.5756460428237915,0.3364110589027405,0.42231038212776184,0.5796045660972595,0.558623194694519,0.11594271659851074,-0.624397873878479,0.2951350212097168 +148,-1.9851144945006478,-0.6377156949094166,2.5691276148719204,-0.7354783415794373,0.5953616499900818,0.32344481348991394,-0.09226955473423004,-0.36055511236190796,-0.05309806019067764,0.0747573971748352,-0.5134371519088745,0.25542786717414856 +149,-2.0334090250584147,-0.5996368875071977,2.5442068896978784,-0.7387678623199463,0.564342737197876,0.3684287369251251,-0.07556259632110596,-0.2032567709684372,-0.573496401309967,-0.1473405957221985,-0.3558923602104187,0.009546786546707153 +150,-2.0946579504612775,-0.5847305826727842,2.6189278294045235,-0.7220353484153748,0.5519747734069824,0.41712039709091187,1.506856918334961,-1.2602580785751343,-0.8086962699890137,-1.083308458328247,0.18009626865386963,0.2644593417644501 +151,-2.1154138885562292,-0.38462623431164167,2.7087127615447426,-0.7928343415260315,0.375212699174881,0.4802386462688446,-0.2834848165512085,-0.3781442940235138,-2.6775577068328857,-0.1256226897239685,0.23527619242668152,-0.155104398727417 +152,-2.0125570544772917,-0.10675471702489464,2.737564970693587,-0.8988540768623352,0.10655205696821213,0.4250980019569397,-1.2318445444107056,1.8448680639266968,-1.4877283573150635,0.9000288844108582,0.3632355332374573,-0.3302951455116272 +153,-1.9932385595258928,-0.07362375248570092,2.7443776464609018,-0.9096196889877319,0.07355725765228271,0.4088786244392395,0.2769373655319214,-0.5820333361625671,0.012494751252233982,0.4755680561065674,0.17792284488677979,-0.2586100697517395 +154,-2.0465081908561995,-0.11758310329259343,2.749790846745466,-0.8828285932540894,0.11731234192848206,0.4548090994358063,-0.12572698295116425,-0.08216001838445663,0.6485390663146973,-0.004164695739746094,0.34367090463638306,-0.014303147792816162 +155,-2.0461366885587093,-0.213249381729749,2.6518807656846684,-0.8689968585968018,0.21163679659366608,0.4472748935222626,-0.10940644890069962,0.5915977954864502,1.7530803680419922,-0.42009633779525757,0.4324062168598175,0.05415952205657959 +156,-1.9955062128699996,-0.35925277966108043,2.5600788894528868,-0.8529899716377258,0.3515748083591461,0.38575077056884766,-0.2832401394844055,1.1138243675231934,1.5678075551986694,-0.03305751085281372,-0.15737617015838623,0.06803041696548462 +157,-1.9364592118563937,-0.47654568222570337,2.489567553752471,-0.8298377394676208,0.45871245861053467,0.3177298605442047,0.09538285434246063,0.5865256786346436,0.7650529146194458,0.01404184103012085,-0.5251187086105347,0.13713455200195312 +158,-1.946184337436864,-0.4844907386864366,2.4180384966730535,-0.8232917189598083,0.4657577574253082,0.32443851232528687,-1.0753331184387207,0.11566103994846344,0.10222430527210236,0.1944313645362854,-0.4998917281627655,0.06797179579734802 +159,-2.012957635183783,-0.4587576879243801,2.2912250408205637,-0.8103762269020081,0.4428345859050751,0.3836511969566345,-0.46604862809181213,-0.7271324396133423,0.3976808190345764,-0.3527250289916992,-0.0568481981754303,-0.20571833848953247 +160,-2.038843933963404,-0.4682626096877989,2.3682550560183757,-0.7963817119598389,0.4513365924358368,0.4025806486606598,0.9987435936927795,-0.16453829407691956,-1.380150556564331,-0.8045703172683716,0.07759398221969604,0.10465198755264282 +161,-1.9920698770290282,-0.3371649463127402,2.536370291591076,-0.8611878156661987,0.3308129906654358,0.38589906692504883,0.9217817187309265,-0.28143808245658875,-2.1840105056762695,0.06126117706298828,-0.014727205038070679,-0.031757891178131104 +162,-1.9913927552282618,-0.19978068788006959,2.6822095575722673,-0.8946892023086548,0.1984543800354004,0.4001838266849518,0.22026488184928894,-0.1795293688774109,-1.3737151622772217,0.4150902032852173,0.028169140219688416,-0.03998485207557678 +163,-1.9961126081142695,-0.09095369224253144,2.6777697739390143,-0.9071430563926697,0.09082834422588348,0.4109033942222595,-0.7054142355918884,-0.21187996864318848,-0.26446425914764404,0.42411088943481445,0.3040080666542053,-0.20872452855110168 +164,-2.020777616757128,-0.08907493073183602,2.5907964129981464,-0.8968854546546936,0.08895718306303024,0.4332243502140045,-0.844464898109436,-0.04930455610156059,1.3690868616104126,-0.04079771041870117,0.7597824335098267,-0.06759321689605713 +165,-1.9813253535246789,-0.28325131545443605,2.509485424937365,-0.8803727626800537,0.27947887778282166,0.38319131731987,1.153403401374817,0.728411853313446,2.351539373397827,-0.35874778032302856,0.38601794838905334,0.04568743705749512 +166,-1.8872641574766709,-0.5189942435774672,2.4947900532171525,-0.8251982927322388,0.4960070848464966,0.27023088932037354,0.19501599669456482,0.7320110201835632,1.8843684196472168,-0.13139045238494873,-0.36493411660194397,0.16733011603355408 +167,-1.8475650681808569,-0.6185542217013035,2.4426835803076443,-0.7837122678756714,0.5798578858375549,0.2226206213235855,-0.21251681447029114,0.2930794954299927,0.3892453908920288,-0.04067432880401611,-0.5883417725563049,0.14696252346038818 +168,-1.8654215263148235,-0.587048781519337,2.380134813664462,-0.7967039942741394,0.5539063215255737,0.24176529049873352,-0.4749589264392853,-0.0390181764960289,-0.5650978684425354,-0.07915043830871582,-0.392819344997406,0.09012864530086517 +169,-1.9008151543934073,-0.520177457472994,2.3215548243502937,-0.8209048509597778,0.49703413248062134,0.28119760751724243,-0.003876989707350731,-0.3717121183872223,-0.19603568315505981,-0.2695338726043701,-0.11791428923606873,-0.0705806314945221 +170,-1.9877013827998005,-0.42541514803822067,2.3904036660616788,-0.8328485488891602,0.4126989543437958,0.36883988976478577,-0.9175422191619873,-0.12121903151273727,-2.5883777141571045,-0.8014593720436096,0.24892213940620422,0.21589207649230957 +171,-1.9616839797002585,-0.15418157652566258,2.422186045088848,-0.9136037230491638,0.15357144176959991,0.37648963928222656,-0.19106265902519226,-0.1620228886604309,-2.2815639972686768,0.26986581087112427,0.19806736707687378,-0.2719058394432068 +172,-1.9841559979830472,-0.008659130528156561,2.5074245732647964,-0.9157421588897705,0.00865902192890644,0.40167325735092163,0.08564735949039459,-0.2203252613544464,-0.8961370587348938,0.576920747756958,0.3448565900325775,-0.1053934097290039 +173,-2.0083759121281592,0.031456652604459436,2.4694927609345463,-0.9053319692611694,-0.03145146369934082,0.42353877425193787,-0.5761359930038452,-0.4597248435020447,0.7155017256736755,0.4855014681816101,0.5016663074493408,-0.1620946228504181 +174,-2.0392906419647505,-0.0900705469662603,2.342147564312156,-0.8886324763298035,0.08994881063699722,0.4497130513191223,-0.3555986285209656,-0.3735469877719879,2.5531585216522217,-0.044656217098236084,0.6191728711128235,-0.039617717266082764 +175,-2.067201173585824,-0.37424667629619845,2.1375593227323355,-0.8184384107589722,0.36557143926620483,0.44330185651779175,0.6309012770652771,0.013306362554430962,3.5737297534942627,-0.7006047368049622,0.34451162815093994,-0.08833658695220947 +176,-2.038756551928228,-0.6048390804528635,2.0369756397579386,-0.7341569066047668,0.5686297416687012,0.37104469537734985,-0.04359053820371628,0.9674203991889954,1.3512452840805054,-0.37549281120300293,-0.5370745062828064,-0.003979295492172241 +177,-2.0044253279038045,-0.6826972219744659,2.019153714923237,-0.7040641903877258,0.630888044834137,0.3259962797164917,0.9342852830886841,-0.31319957971572876,0.23812179267406464,-0.10559755563735962,-0.9283429980278015,-0.005775392055511475 +178,-2.005185295196656,-0.6296284122536732,2.118507893380077,-0.7331822514533997,0.5888444781303406,0.3401554226875305,-0.8683925867080688,-0.350419819355011,-1.52317476272583,-0.2789941430091858,-0.5355151295661926,0.22321432828903198 +179,-2.047620769076001,-0.41149741086550706,2.116434896676131,-0.8142910003662109,0.39998218417167664,0.4206474721431732,-0.6980366110801697,-0.70870041847229,-2.298644542694092,-0.4571017026901245,0.18551281094551086,0.002387136220932007 +180,-2.0817356448373507,-0.2001165217076947,2.1957356520227056,-0.8548776507377625,0.1987835317850113,0.4792380630970001,-0.3159218430519104,-0.22246196866035461,-2.7519686222076416,-0.518657386302948,0.5366137623786926,0.10033649206161499 +181,-2.065266286658522,-0.003978206196498243,2.328007226310605,-0.88021320104599,0.00397819560021162,0.47456130385398865,0.8329533934593201,-0.02557622641324997,-1.2185240983963013,0.6248118281364441,0.4151044487953186,0.0362723171710968 +182,-2.0459668169976437,0.0394454332648343,2.2853964876746913,-0.8885230422019958,-0.03943520411849022,0.4571341872215271,-0.7101330757141113,0.1557009518146515,0.7584154009819031,0.7483863830566406,0.300741970539093,-0.2459525167942047 +183,-2.0857412872643746,-0.06359528374730346,2.1845988822524496,-0.8685604333877563,0.06355242431163788,0.4914913475513458,-0.30833274126052856,-0.6542498469352722,2.0783910751342773,0.20603913068771362,0.2903751730918884,-0.1468258500099182 +184,-2.123146155445552,-0.23547169433785034,2.0000278445689625,-0.8278020024299622,0.23330168426036835,0.5102099776268005,-0.4203070402145386,0.03228805214166641,2.762896776199341,-0.3513820171356201,0.40378326177597046,-0.07776069641113281 +185,-2.14333185858889,-0.44895180230219955,1.7624434144273182,-0.7572357654571533,0.4340214431285858,0.4880775511264801,1.0741736888885498,0.468980073928833,2.3603150844573975,-0.8622254133224487,-0.0017856955528259277,-0.35523444414138794 +186,-2.045499061938057,-0.6015818070402472,1.8700649933864035,-0.7332818508148193,0.5659472942352295,0.3768308162689209,1.0145046710968018,0.6711859703063965,0.012114514596760273,-0.2288457751274109,-0.6089160442352295,0.3028719127178192 +187,-1.9633164879010612,-0.6060882902765016,2.0043244787963355,-0.7593766450881958,0.5696568489074707,0.31438493728637695,0.6791598796844482,-0.5087727308273315,-0.8595585227012634,0.13611632585525513,-0.6364598870277405,0.32628580927848816 +188,-2.0070446519670564,-0.5175797186937199,2.0542522770842355,-0.7876299023628235,0.4947783052921295,0.36719733476638794,-0.5786619186401367,-0.56427401304245,-1.0695676803588867,-0.0045760273933410645,-0.35455000400543213,-0.026056498289108276 +189,-2.0553432390706687,-0.3954927383008454,2.072621273438995,-0.8165790438652039,0.38526293635368347,0.42985039949417114,-0.4053920805454254,-0.43774035573005676,-1.166037678718567,-0.3868512511253357,0.11701065301895142,-0.1627756953239441 +190,-2.0557436479706013,-0.3300369973357881,2.1803573397360037,-0.8369525074958801,0.3240780234336853,0.44100314378738403,1.9541150331497192,-0.6174392104148865,-1.7065542936325073,-0.6400371193885803,0.2473483383655548,-0.10111358761787415 +191,-2.0434212288647395,-0.20631421106955827,2.419848158067383,-0.8714939951896667,0.20485368371009827,0.4455709159374237,0.6983497738838196,-0.005237700417637825,-2.11616587638855,0.1058383584022522,0.16221179068088531,-0.02776998281478882 +192,-2.04543288146434,-0.07788873543540967,2.5748927891542692,-0.8867623805999756,0.07781000435352325,0.45562970638275146,0.3609941005706787,-0.11202678084373474,-1.4368754625320435,0.43334734439849854,0.13128119707107544,-0.07086402177810669 +193,-2.0471001149829178,0.03049887092729011,2.6186645761330087,-0.8882825374603271,-0.030494142323732376,0.4582843482494354,-0.5308242440223694,-0.023857934400439262,-0.5893460512161255,0.6135936975479126,0.2715219557285309,-0.21473878622055054 +194,-2.0503343402952767,-0.0052619965361423915,2.565186326646875,-0.8871958255767822,0.005261972080916166,0.46136292815208435,0.3842222988605499,-0.28465327620506287,1.5353810787200928,0.104603111743927,0.5180076956748962,-0.22651496529579163 +195,-2.013060608006841,-0.22167126589069008,2.4196202518241723,-0.881670355796814,0.21986030042171478,0.4175146520137787,0.15628908574581146,1.2394001483917236,2.86222505569458,-0.6383795142173767,0.5623509883880615,-0.14197155833244324 +196,-1.9061475028645067,-0.46153042929827215,2.450056091008124,-0.8454951047897339,0.44531893730163574,0.29466763138771057,0.291151762008667,1.053368091583252,1.6572061777114868,-0.04656422138214111,-0.27570223808288574,0.36876916885375977 +197,-1.8753831006308146,-0.6172125063076097,2.4091207036154874,-0.7779583930969238,0.5787642002105713,0.24456608295440674,0.6160515546798706,-0.2526160478591919,0.7371964454650879,-0.2221178412437439,-0.8526138067245483,0.07553277909755707 +198,-1.897341887988255,-0.5951250567540034,2.434541815004855,-0.7843195796012878,0.5606123208999634,0.2656252682209015,-0.5241261720657349,-0.2706049084663391,-0.8578792810440063,-0.18154656887054443,-0.5526166558265686,0.10269144177436829 +199,-1.9347265235068614,-0.47424339632426504,2.4383369327925792,-0.8313717246055603,0.4566654860973358,0.3166666030883789,-0.3513947129249573,-0.4837363064289093,-1.1625893115997314,-0.3261600136756897,-0.08476302027702332,0.0035085678100585938 +200,-1.978698276694216,-0.3735985480802062,2.527063778039004,-0.8546345233917236,0.36496812105178833,0.36932098865509033,0.9392043352127075,-0.9430412650108337,-1.810538649559021,-0.6348826289176941,0.19672313332557678,0.04107937216758728 +201,-1.9991861854147723,-0.22250247504068524,2.6834909361166064,-0.8872116804122925,0.22067110240459442,0.4051661789417267,0.8382155895233154,-0.5134170055389404,-2.032590389251709,0.14423078298568726,0.13768154382705688,-0.11520341038703918 +202,-2.023859711743003,-0.08467112139377836,2.8001566676733343,-0.8958895802497864,0.08456999063491821,0.4361538589000702,-0.4357515275478363,-0.47322767972946167,-1.4248884916305542,0.3129883408546448,0.16419407725334167,-0.026256948709487915 +203,-2.053362023589283,0.07314339783624174,2.7822224679137326,-0.8834389448165894,-0.07307819277048111,0.46281272172927856,-1.1507694721221924,-0.18803609907627106,-1.0155742168426514,0.42569035291671753,0.4723701775074005,-0.16270267963409424 +204,-2.051942151628455,0.1138529121214485,2.660795487158921,-0.8807259202003479,-0.11360710114240646,0.4597989022731781,-1.3147376775741577,-0.1546798199415207,1.323962926864624,0.29410189390182495,0.6668755412101746,-0.10854166746139526 +205,-2.0382441900985784,-0.04284105058029014,2.341323845510442,-0.8919022679328918,0.042827945202589035,0.4501960277557373,-2.7458689212799072,0.8678574562072754,4.165456771850586,-0.32310950756073,0.7733494639396667,-0.27078312635421753 +206,-2.0085430477435793,-0.3449092781669116,2.031124218205372,-0.8523682355880737,0.3381113111972809,0.39893457293510437,-1.9587444067001343,0.7924976348876953,4.222249984741211,-0.36657994985580444,0.18499043583869934,-0.023003876209259033 +207,-2.110205881399142,-0.56864396865511,1.5997627233649554,-0.7229885458946228,0.5384899377822876,0.43280068039894104,-0.7408888936042786,0.23968756198883057,2.3202593326568604,-0.679294228553772,-0.6462016701698303,-0.6907961964607239 +208,-2.0981854293420072,-0.6494878954540853,1.5228001678298433,-0.6881827712059021,0.6047786474227905,0.40080806612968445,-0.17616188526153564,0.9632014632225037,0.1992846131324768,-0.3194770812988281,-0.9018368124961853,-0.23563173413276672 +209,-2.0225665331459037,-0.5860473885609139,1.5445102028237216,-0.7495497465133667,0.5530722737312317,0.3637116849422455,-0.19427448511123657,0.4840039312839508,-1.2499617338180542,-0.4557724595069885,-0.24273914098739624,0.07847282290458679 +210,-1.9765332146761985,-0.46441084723820847,1.6367192195077245,-0.8214964866638184,0.4478961229324341,0.3528919816017151,0.8663067817687988,-0.35631248354911804,-2.0951087474823,-0.6414093971252441,0.17348751425743103,0.2698802947998047 +211,-1.9451203783619375,-0.2664817823935488,1.8255905762884694,-0.8979024887084961,0.2633390426635742,0.3527374863624573,-0.20085158944129944,0.10557705909013748,-2.004851818084717,0.2752370834350586,0.24595355987548828,0.334442138671875 +212,-1.9445353672203822,-0.11419025099045674,1.779539116139462,-0.9249058365821838,0.11394225060939789,0.36272120475769043,-1.1108124256134033,0.002874743426218629,-0.7280674576759338,0.5688875913619995,0.2286023199558258,-0.15007463097572327 +213,-1.982766644967034,-0.06719282506503664,1.6979215640846692,-0.9142661094665527,0.06714227795600891,0.3995121121406555,-0.6897611618041992,-0.6112945079803467,0.5484817624092102,0.39810681343078613,0.3041956424713135,-0.3091951906681061 +214,-2.0482236991769573,-0.12383800383446741,1.5775534775164703,-0.8813783526420593,0.12352172285318375,0.4559769332408905,0.10594583302736282,-0.38664400577545166,1.1483509540557861,-0.1345367431640625,0.31577885150909424,-0.4262985587120056 +215,-2.028912229297965,-0.2560558926935753,1.5033961135412768,-0.8676455616950989,0.2532670199871063,0.42783984541893005,0.6515896320343018,0.8677173256874084,1.7940137386322021,-0.13491785526275635,0.07464435696601868,-0.3449082374572754 +216,-1.9592288779626246,-0.49715714918878606,1.6053352522544215,-0.8134642243385315,0.4769287705421448,0.3328889310359955,1.0671253204345703,1.0017101764678955,1.7788692712783813,-0.2247437834739685,-0.2353973686695099,0.47417891025543213 +217,-1.9081094329828838,-0.6424930732762205,1.6049797901196579,-0.7554882168769836,0.599193274974823,0.2649622857570648,0.38552868366241455,-0.11963282525539398,0.4575360417366028,-0.27240484952926636,-0.6765706539154053,0.32715508341789246 +218,-1.9338289348035524,-0.6133727676692602,1.6026743508261312,-0.7644163966178894,0.5756286978721619,0.2903781533241272,-0.31352025270462036,-0.4757062494754791,-0.6648592948913574,-0.06308311223983765,-0.5460417866706848,0.039059191942214966 +219,-1.980635385462181,-0.5021865343755391,1.6194078252519561,-0.803942084312439,0.48134326934814453,0.3492645025253296,-0.4653092324733734,-0.42355334758758545,-1.5029817819595337,-0.13186413049697876,-0.2844744026660919,-0.15941467881202698 +220,-2.0417462189548106,-0.33065868359401446,1.6263193795356792,-0.8428635001182556,0.3246661126613617,0.4291536211967468,0.13897830247879028,-0.48723095655441284,-1.562240719795227,-0.6929334998130798,0.6056927442550659,-0.15882903337478638 +221,-2.0079589435543554,-0.18332972344322948,1.813461038295192,-0.890774667263031,0.1823045015335083,0.41627582907676697,0.7566988468170166,0.6450441479682922,-1.8747888803482056,0.2201661467552185,0.6121901273727417,0.17828285694122314 +222,-1.9766909848765961,-0.11930806031891208,1.8478676689056095,-0.9122182726860046,0.11902521550655365,0.39203402400016785,-0.4525342285633087,0.01101952139288187,-0.10196517407894135,0.5614492893218994,0.26262760162353516,0.012873142957687378 +223,-2.005036388443918,-0.1287473105184457,1.7702321613578371,-0.8996816873550415,0.12839192152023315,0.4172390401363373,-1.0885347127914429,-0.20891879498958588,0.8033269643783569,0.428047776222229,0.12710124254226685,-0.13685870170593262 +224,-2.0564021525659233,-0.1766767089517863,1.6398934248887163,-0.8706254363059998,0.1757589876651764,0.4594786465167999,-0.744878888130188,-0.17155982553958893,1.117556095123291,0.0005080103874206543,0.1874307543039322,-0.139898419380188 +225,-2.0776504137215466,-0.29465341000409695,1.4824819464757664,-0.8365972638130188,0.2904082238674164,0.46450868248939514,0.2635645568370819,0.14311209321022034,2.1310348510742188,-0.34331923723220825,0.146756112575531,-0.24508732557296753 +226,-2.002415915953806,-0.5227895384719883,1.49238853696778,-0.786969006061554,0.499299019575119,0.3624643087387085,1.3366466760635376,0.7579996585845947,1.6500166654586792,-0.17203068733215332,-0.3648233115673065,0.221687912940979 +227,-1.942301401636175,-0.7051182213772841,1.5858527415509058,-0.7095847725868225,0.6481238603591919,0.2764511704444885,1.5288552045822144,-0.761769711971283,0.1287647783756256,-0.43102502822875977,-1.1040868759155273,0.27602389454841614 +228,-1.9284112700888976,-0.6207986545378685,1.6976788969112213,-0.7619531154632568,0.5816850066184998,0.28472840785980225,-0.15753737092018127,-0.7595928311347961,-1.564494013786316,-0.044824957847595215,-0.7028549313545227,0.12419191002845764 +229,-1.9907292728360508,-0.4367896186907656,1.7469712408035916,-0.827387809753418,0.42303267121315,0.36942213773727417,-0.402335524559021,-0.4243258237838745,-2.174063205718994,-0.31221485137939453,-0.10990709066390991,-0.19815754890441895 +230,-2.0268785712558475,-0.30207564046289254,1.8330867623398017,-0.8571341037750244,0.2975025177001953,0.4204917848110199,1.9812573194503784,-1.6414376497268677,-1.0114638805389404,-1.001798391342163,0.6265850067138672,-0.2619071304798126 +231,-2.048872103687035,-0.11445595456778244,2.1091873848378535,-0.8820726275444031,0.1142062172293663,0.45706140995025635,0.31586071848869324,0.8818063139915466,-3.341374397277832,-0.10887902975082397,0.5441190004348755,-0.15650898218154907 +232,-1.9910491590516834,0.06923666593428958,2.303714927188287,-0.9107984304428101,-0.06918136030435562,0.40701380372047424,0.6932849287986755,0.5009889006614685,-1.760630488395691,0.6570295095443726,0.3939189016819,-0.13011252880096436 +233,-1.9970210638582664,0.1244064185738221,2.4180180752705733,-0.9034959673881531,-0.12408576160669327,0.4102409780025482,0.4520758092403412,-0.1489132046699524,-0.7028695344924927,0.5883410573005676,0.31633126735687256,-0.08197861909866333 +234,-2.036935434287217,0.09511526649995082,2.4189731066845805,-0.8892722725868225,-0.0949719175696373,0.44740912318229675,-0.34583988785743713,-0.34003937244415283,1.5550814867019653,-0.04017096757888794,0.6501171588897705,3.9517879486083984e-05 +235,-2.0184760351446642,-0.16337965177313282,2.3439132459522938,-0.8894495964050293,0.16265377402305603,0.42711061239242554,2.384812355041504,-0.2516600489616394,3.1708593368530273,-0.8360143899917603,0.6958515048027039,0.11762815713882446 +236,-1.9343892820501858,-0.4348177176731051,2.483686164536753,-0.8476552963256836,0.42124509811401367,0.3225416839122772,1.3399243354797363,0.41542649269104004,1.125393033027649,-0.12420755624771118,-0.3757585883140564,0.4639420807361603 +237,-1.90654887275336,-0.5290136271253243,2.554067107663058,-0.8151005506515503,0.5046820640563965,0.28444162011146545,0.9177771806716919,-0.5677475929260254,0.04022368788719177,0.014761865139007568,-0.7074256539344788,0.12753042578697205 +238,-1.9400887276148413,-0.49735268851192194,2.660790451089058,-0.8195993304252625,0.4771006405353546,0.3172253668308258,0.41950127482414246,-0.7694453597068787,-1.0357859134674072,-0.10238248109817505,-0.4121745228767395,-0.020914942026138306 +239,-2.010216066544644,-0.3813419648911705,2.731433163223589,-0.839989185333252,0.37216636538505554,0.3948552906513214,-0.5513627529144287,-0.6627448201179504,-1.8146398067474365,-0.9869457483291626,0.41532447934150696,0.31095534563064575 +240,-2.039411026802072,-0.016889195854240122,2.6942531169467,-0.8920676708221436,0.016888393089175224,0.45158639550209045,-3.053246021270752,0.14751297235488892,-3.5666022300720215,0.0022208690643310547,1.2430450916290283,0.26936089992523193 +241,-2.1663350685536638,0.18604995114861525,2.6412879025596343,-0.813559889793396,-0.18497847020626068,0.5512741804122925,-0.7818815112113953,-2.0578866004943848,-0.7272529602050781,0.600974440574646,1.0503044128417969,0.569193959236145 +242,-2.4119329152228026,0.20798610759160735,2.3699762483116467,-0.6522495746612549,-0.20648983120918274,0.7293369174003601,-2.4306230545043945,-3.600693702697754,2.4508161544799805,-0.07974505424499512,0.7970201969146729,0.17511248588562012 +243,-2.726250231522517,0.21364150791222472,2.036740180329452,-0.39432981610298157,-0.21202000975608826,0.8941766619682312,-2.470292568206787,-3.4993767738342285,3.6273460388183594,-0.6234161853790283,0.49122530221939087,0.006626129150390625 +244,-2.943031400273317,0.26312082963743066,1.7030205030564056,-0.19046998023986816,-0.2600952386856079,0.9466105699539185,-0.47884878516197205,-1.9547107219696045,2.264749765396118,-1.1912438869476318,0.06035768985748291,-0.5361645221710205 +245,-3.0246784662191004,0.21645094475132218,1.565557427576866,-0.11392612010240555,-0.21476474404335022,0.969998300075531,-0.7450792789459229,-0.3212960362434387,0.8389460444450378,-0.722255527973175,-0.12437708675861359,-0.21461206674575806 +246,-3.027727938300953,0.262382416999221,1.517801699520701,-0.10973021388053894,-0.2593821585178375,0.9595209360122681,-0.21083678305149078,-0.4713869094848633,0.2355380803346634,-0.09838442504405975,-0.08285725116729736,-0.501284122467041 +247,-2.9831967735626623,0.23733899926959762,1.4967954943849744,-0.15331263840198517,-0.23511706292629242,0.9597997069358826,0.6469007134437561,0.6060879230499268,0.19172172248363495,0.09995263814926147,-0.12080946564674377,-0.3422917127609253 +248,-2.9231022092673884,0.1818087265973228,1.4898128860953368,-0.2131836712360382,-0.18080878257751465,0.960135817527771,0.5829342007637024,0.3958432674407959,-0.27055278420448303,-0.1685911864042282,-0.31797048449516296,-0.13137000799179077 +249,-2.8606136364728765,0.2027172906061024,1.5507529056458915,-0.2716182768344879,-0.2013317197561264,0.9411106705665588,0.10454855114221573,0.41363972425460815,-0.8283941149711609,-0.0017277002334594727,-0.5436481833457947,0.019002914428710938 +250,-2.8565927058079845,0.29929116538057104,1.6770601743465332,-0.26865875720977783,-0.2948429584503174,0.9170006513595581,-1.1680629253387451,0.04979058355093002,-1.823042392730713,-0.4604977071285248,-0.32927200198173523,0.19156569242477417 +251,-2.856480654693252,0.3799941270570891,1.8871064646335722,-0.2612014412879944,-0.370915025472641,0.8911767601966858,-0.22755329310894012,0.7741464972496033,-2.6700544357299805,-0.5362686514854431,-0.05515614151954651,0.500180721282959 +252,-2.885505596099562,0.5477608961654378,2.124353388912306,-0.2162378877401352,-0.5207770466804504,0.8258523344993591,-1.3034629821777344,0.41503387689590454,-2.4032199382781982,-0.19321641325950623,0.4259437322616577,0.18502706289291382 +253,-3.002241543896716,0.6941961712978884,2.3429211735334206,-0.10675454139709473,-0.6397678256034851,0.7611179947853088,-1.004291296005249,-0.06429465860128403,-1.6173940896987915,-0.17919516563415527,0.6095707416534424,-0.03502845764160156 +254,3.119108749417946,0.7299968855348917,2.505725346218811,0.01675305888056755,-0.6668673157691956,0.7449879050254822,-0.37618201971054077,-0.331072062253952,-0.9157921075820923,-0.14913831651210785,0.5254184007644653,-0.08678489923477173 +255,3.0209917100493917,0.7292038120746531,2.5694393742204724,0.089714914560318,-0.6662760972976685,0.7402888536453247,0.3370893597602844,-0.6330325603485107,-0.0014399029314517975,-0.00693599134683609,0.18104654550552368,-0.13213449716567993 +256,3.0173838373761224,0.7109963944689646,2.5334324543884477,0.09387271851301193,-0.6525890827178955,0.7518747448921204,0.296862930059433,-0.2680688202381134,0.4459889829158783,0.27307063341140747,-0.015837430953979492,-0.012784719467163086 +257,3.0261461458677066,0.6600092306151952,2.447235818926989,0.09099873155355453,-0.6131241321563721,0.784727931022644,0.6100706458091736,-0.3757202625274658,0.29623186588287354,-0.02300558239221573,-0.0002028346061706543,0.01866251230239868 +258,3.0352686201051724,0.607965948885542,2.417801974284298,0.08710768073797226,-0.5711990594863892,0.8161765933036804,0.643957793712616,-0.5430362820625305,0.17478081583976746,0.05255604535341263,0.03292989730834961,-0.11041170358657837 +259,3.041712114160799,0.5913471976683534,2.4033963979467754,0.08278204500675201,-0.557479977607727,0.8260526061058044,0.20160891115665436,6.383704021573067e-05,0.24585196375846863,0.0633055791258812,0.050689876079559326,-0.32916557788848877 +260,3.105290009273863,0.5966134026880255,2.37331684420927,0.03002452477812767,-0.5618441700935364,0.8266983032226562,0.031081700697541237,0.8622573018074036,0.6763821840286255,0.18205738067626953,0.018066585063934326,-0.4982526898384094 +261,-2.9519212104943953,0.5537979948703536,2.258263592045569,-0.16035637259483337,-0.5259213447570801,0.8352801203727722,-0.0758829340338707,2.3919334411621094,1.8065088987350464,0.00253470242023468,-0.0665774941444397,-0.3385148048400879 +262,-2.6704067933313906,0.4136840495702604,2.1302939532487453,-0.41565123200416565,-0.4019853472709656,0.8158684372901917,0.9075839519500732,2.716752052307129,1.5096452236175537,-0.4301891326904297,0.09828975796699524,-0.24180251359939575 +263,-2.4261494898236595,0.22488999081778596,2.177880635958618,-0.639434278011322,-0.22299912571907043,0.7357957363128662,2.1481029987335205,2.8016090393066406,0.40592536330223083,-0.36445677280426025,0.37119245529174805,-0.26410073041915894 +264,-2.2082675455029612,0.003311863148012541,2.306986146093331,-0.803598940372467,-0.0033118571154773235,0.5951619148254395,2.811664581298828,1.3509149551391602,1.055049180984497,-0.18538415431976318,0.4517219066619873,-0.18351036310195923 +265,-2.090420498677651,-0.27227993768417197,2.5144214719027005,-0.8360286951065063,0.26892808079719543,0.4782610237598419,2.5720276832580566,0.9887686371803284,1.684187889099121,-0.16209441423416138,0.45829057693481445,0.48607921600341797 +266,-1.9778667673247,-0.4457492679363335,2.4757925154774085,-0.8285571336746216,0.43113404512405396,0.3572345972061157,-1.933648943901062,1.443548560142517,1.5126947164535522,-0.3806713819503784,0.18054503202438354,0.6643871068954468 +267,-1.9361971583705004,-0.48480968712432565,2.2231821011641983,-0.8263521194458008,0.4660399854183197,0.3161470293998718,0.05302700400352478,0.8476235270500183,1.014688491821289,-0.23448461294174194,-0.11150199174880981,-0.0167543888092041 +268,-1.8824919594034455,-0.539552840009495,2.2198325435243764,-0.816598653793335,0.5137524008750916,0.2631065845489502,-1.2673507928848267,0.5253828763961792,0.09720709919929504,0.026300251483917236,-0.39075136184692383,0.4589545428752899 +269,-1.9155698355575705,-0.478074802421979,2.102639097060048,-0.8356322646141052,0.4600706696510315,0.30008959770202637,-0.3602108657360077,-0.09720058739185333,-0.41585737466812134,0.08209222555160522,-0.31335747241973877,-0.06482958793640137 +270,-1.9427210497410123,-0.4253287086835475,2.0928675923315163,-0.8486244678497314,0.4126202166080475,0.3310306668281555,-0.7446121573448181,-0.11558151990175247,-0.45941829681396484,0.061347246170043945,-0.2235027551651001,0.009301424026489258 +271,-1.9714069404929093,-0.35168549899575097,2.0518340674722038,-0.8644627332687378,0.34448063373565674,0.3661113381385803,-0.27610310912132263,-0.05551404133439064,-0.6267755031585693,-0.05800741910934448,-0.10386475920677185,-0.21169233322143555 +272,-1.9786833728972255,-0.33414466095700407,2.066400690355682,-0.8671897053718567,0.327961266040802,0.3747312128543854,1.3976129293441772,-0.047139815986156464,0.04970843344926834,-0.24557280540466309,-0.015201866626739502,-0.27858567237854004 +273,-1.9633090959401467,-0.3002332701576395,2.2365012342051376,-0.8826202154159546,0.29574304819107056,0.36540064215660095,0.6199630498886108,-0.1405777931213379,-1.404381275177002,-0.10415035486221313,0.14786046743392944,0.27182161808013916 +274,-1.9644151252068756,-0.19754319202293946,2.2744490465461724,-0.9055661559104919,0.19626089930534363,0.3760738968849182,-0.2354784607887268,-0.09861377626657486,-0.8280803561210632,0.25134557485580444,0.12281562387943268,-0.014745831489562988 +275,-1.9800208535580968,-0.14138184932740536,2.2813341147756314,-0.9082757234573364,0.1409113109111786,0.39392784237861633,-0.5044769048690796,-0.2491993010044098,-0.2552999258041382,0.3444787859916687,0.14180351793766022,-0.05489283800125122 +276,-2.021964988057717,-0.12929040097752295,2.1893769754747967,-0.8924268484115601,0.1289304941892624,0.432378351688385,-1.1231553554534912,0.007703597191721201,0.888892412185669,0.06622457504272461,0.3464112877845764,-0.254216730594635 +277,-2.026036302675366,-0.23138349089273824,2.1034463429420436,-0.8742200136184692,0.2293243706226349,0.427960604429245,-0.273796945810318,0.560143768787384,1.682082176208496,-0.22897541522979736,0.3183899521827698,-0.08044162392616272 +278,-1.9501312734251348,-0.40916115337465664,2.080062947956986,-0.8522339463233948,0.39783987402915955,0.33973607420921326,1.7762994766235352,0.660211980342865,1.5085124969482422,-0.35189807415008545,-0.038159698247909546,0.023209452629089355 +279,-1.8290409224365796,-0.5193741656567566,2.177104986922193,-0.8393427133560181,0.4963369369506836,0.2217063307762146,-0.1648775339126587,0.7277992367744446,0.38234835863113403,-0.052991390228271484,-0.3436726927757263,0.480899840593338 +280,-1.8093811110601143,-0.5217118953080971,2.169458855938531,-0.8424092531204224,0.49836501479148865,0.2048884630203247,0.3853010833263397,-0.16319410502910614,-0.17708446085453033,0.026399552822113037,-0.34127575159072876,0.16200914978981018 +281,-1.8316546885750453,-0.4948398871758021,2.1651980327618743,-0.8502720594406128,0.47489073872566223,0.22697235643863678,-0.4871746301651001,-0.03543075546622276,-0.3041170835494995,-0.029397189617156982,-0.24590209126472473,0.024431467056274414 +282,-1.8416098355884578,-0.4857368921939692,2.1851466005953264,-0.8521004319190979,0.4668601453304291,0.23657217621803284,0.7253621220588684,-0.24475246667861938,-0.15545368194580078,-0.2364768385887146,-0.22494730353355408,-0.0980987548828125 +283,-1.8340061705838027,-0.51141463396767,2.3509294861640093,-0.8420194387435913,0.4894113838672638,0.22689181566238403,3.276157855987549,-1.4304476976394653,-0.7255513668060303,-0.5614230036735535,-0.1561441421508789,-0.16571927070617676 +284,-1.8414033158305292,-0.4290529455958701,2.654270350244331,-0.8762674927711487,0.416009783744812,0.24308687448501587,1.6524996757507324,-1.2220709323883057,-1.503319263458252,-0.03718465566635132,-0.04143702983856201,0.024582862854003906 +285,-1.9078882002529534,-0.31359552166832055,2.8278364551336286,-0.8976958394050598,0.30848079919815063,0.31461384892463684,0.2657115161418915,-1.0609219074249268,-1.5435210466384888,0.11090677976608276,-0.030023127794265747,-0.08063563704490662 +286,-1.9693108475338912,-0.15209018846936526,2.8587420496329994,-0.9109995365142822,0.1515045166015625,0.38357025384902954,-0.5354242920875549,-0.37398532032966614,-1.5708805322647095,0.22087502479553223,0.131500244140625,-0.3864847421646118 +287,-1.9983589425826123,-0.03208113382371357,2.8629824504632904,-0.9095109701156616,0.032075632363557816,0.41444075107574463,0.23101525008678436,0.008346004411578178,-0.7007603049278259,0.10694444179534912,0.4636213779449463,-0.49877607822418213 +288,-2.014647506269257,-0.09821385979009073,3.012738220001315,-0.8987523317337036,0.09805604070425034,0.427351176738739,1.2571978569030762,0.09511152654886246,0.8271023631095886,-0.1478174328804016,0.5959289073944092,0.24235695600509644 +289,-1.9334917309082755,-0.23213844356866922,3.016957505634422,-0.9098655581474304,0.23005913197994232,0.3452787697315216,0.6966243982315063,0.715282678604126,1.2587482929229736,-0.15008622407913208,0.23653936386108398,0.17974555492401123 +290,-1.8506902354802277,-0.345659923440953,2.988895119447629,-0.9042387008666992,0.33881765604019165,0.2599138915538788,0.36260467767715454,0.7253211736679077,0.9406324028968811,0.17718780040740967,-0.25461962819099426,-0.07694575190544128 +291,-1.8050763639636178,-0.43199738088011547,3.0249028131945184,-0.8833227753639221,0.41868552565574646,0.21081610023975372,0.7837978005409241,-0.05398988723754883,0.5057340264320374,0.10101991891860962,-0.3591304421424866,0.2014305591583252 +292,-1.8397785183627722,-0.45939084806811237,3.047850918517112,-0.8640927672386169,0.4434022009372711,0.23819811642169952,-0.4452087879180908,-0.019651688635349274,0.07325330376625061,-0.08399683237075806,-0.22749033570289612,0.2300940752029419 +293,-1.8674838867389125,-0.4494083449135549,3.010796166666876,-0.8613525032997131,0.434432715177536,0.2633245289325714,0.25885072350502014,-0.6074923276901245,-0.049860477447509766,-0.4203093647956848,0.047332972288131714,0.07915884256362915 +294,-1.944822771878211,-0.3991839493789511,3.0570284481082783,-0.8576778769493103,0.388666570186615,0.3366408050060272,0.009852304123342037,-0.5011042952537537,-1.3805712461471558,-0.4476962685585022,0.171086847782135,-0.02679586410522461 +295,-1.9537362265901943,-0.27367135930633907,3.132565513007091,-0.8930507898330688,0.2702679932117462,0.35974374413490295,0.47110339999198914,-0.36175537109375,-1.5408024787902832,0.23226886987686157,-0.08317995071411133,-0.15404009819030762 +296,-1.98275850716967,-0.1762676529681899,-3.071975316069133,-0.9021382331848145,0.17535628378391266,0.394203782081604,0.24704909324645996,-0.22272485494613647,-0.8405221700668335,0.2936636209487915,-0.012468725442886353,-0.15653294324874878 +297,-2.012977951843256,-0.11217131612663868,-3.03813733126465,-0.8981401920318604,0.11193623393774033,0.42522305250167847,0.23412100970745087,-0.18816576898097992,-0.23711901903152466,0.11618828773498535,0.2740958631038666,-0.10549032688140869 +298,-2.0087626167188435,-0.1456154782418531,-3.049142875627516,-0.8960316181182861,0.1451014280319214,0.4196102023124695,0.05939245969057083,0.3910314738750458,0.9913679957389832,-0.041666626930236816,0.4101811647415161,0.02297094464302063 +299,-1.98499700326321,-0.28583964296222814,-3.096031479095653,-0.8782946467399597,0.28196313977241516,0.386128693819046,0.20757992565631866,0.3062940537929535,1.640697956085205,-0.23802310228347778,0.24199315905570984,0.09614062309265137 +300,-1.9469714598670582,-0.3835380171644994,3.0913457697933833,-0.8625030517578125,0.37420377135276794,0.3406752645969391,-0.9734182953834534,1.0446113348007202,0.7762395739555359,0.0559999942779541,-0.16344943642616272,-0.12430566549301147 +301,-1.9254025329806927,-0.4350975893693674,3.068172709304389,-0.8504090309143066,0.4214988946914673,0.314870148897171,0.0499742329120636,0.32397037744522095,0.7763285636901855,0.17015695571899414,-0.21465075016021729,-0.016438722610473633 +302,-1.8850912424399284,-0.5188913526532857,3.1092804578470314,-0.825831949710846,0.49591773748397827,0.2684529423713684,0.7302549481391907,-0.27772819995880127,0.3139519691467285,0.018672704696655273,-0.40767621994018555,0.12282821536064148 +303,-1.8713021983297904,-0.5424332053244517,-3.121052667950905,-0.8180747032165527,0.5162214636802673,0.2535136938095093,0.14059430360794067,0.0691651776432991,-0.1380983144044876,-0.25739526748657227,-0.17558425664901733,0.2650104761123657 +304,-1.8850155073645622,-0.5386541076376417,-3.0507385189247302,-0.816370964050293,0.512981116771698,0.26530906558036804,0.788411021232605,-1.3095356225967407,-0.5226516723632812,-0.5106401443481445,-0.0573994517326355,0.23073887825012207 +305,-1.9420624353996232,-0.4230403637719628,-3.0289073803733806,-0.849719762802124,0.41053467988967896,0.33081328868865967,-0.47371524572372437,0.016689449548721313,-1.497377634048462,-0.046520352363586426,-0.09466254711151123,-0.22822847962379456 +306,-1.9657715239955271,-0.26648913270848257,-2.9730391955663364,-0.8904253840446472,0.2633461356163025,0.3712029457092285,0.009370677173137665,-0.48554474115371704,-1.6111782789230347,0.27595382928848267,-0.0059608519077301025,-0.31746146082878113 +307,-1.9817542095788079,-0.16118361647214463,-2.9359188091149617,-0.9048557877540588,0.1604865938425064,0.39430949091911316,0.21476154029369354,-0.22520828247070312,-0.8287076950073242,0.1747227907180786,0.2181907594203949,-0.33148911595344543 +308,-1.9772914788188005,-0.14086520325710894,-2.854568108615503,-0.9094142317771912,0.14039979875087738,0.3914760947227478,0.6424490213394165,0.20180243253707886,0.001588970422744751,0.06952482461929321,0.4994164705276489,0.0634647011756897 +309,-1.9444982664389223,-0.25454308457899844,-2.8518473265004087,-0.9009847640991211,0.2518032491207123,0.3533014953136444,-0.1092647910118103,0.07896693795919418,1.8236747980117798,-0.027314305305480957,0.32551309466362,0.21112123131752014 +310,-1.9339847069807874,-0.42552099647902997,-2.909076116266572,-0.8514096736907959,0.41279536485671997,0.3235759735107422,0.14993637800216675,0.4963245987892151,1.0621215105056763,-0.4218294024467468,-0.011657088994979858,0.15861698985099792 +311,-1.8735447686798306,-0.47722581563822175,-2.966512208168562,-0.8478745818138123,0.4593167006969452,0.26483383774757385,0.20350803434848785,0.5811169147491455,0.5629685521125793,0.18414777517318726,-0.3324246406555176,-0.14123761653900146 +312,-1.8358943293080674,-0.5198026531552996,-2.9230607005946903,-0.8375982046127319,0.49670886993408203,0.22739766538143158,0.7368946075439453,0.06700801104307175,0.020519547164440155,0.08311212062835693,-0.38004016876220703,0.025699853897094727 +313,-1.8358809366742352,-0.5126477699218528,-2.8830799600136765,-0.8410094380378723,0.49048635363578796,0.228311687707901,0.06206291913986206,-0.20063230395317078,-0.2496364414691925,-0.17998665571212769,-0.13970208168029785,0.17535948753356934 +314,-1.8349948784188979,-0.4839506371012929,-2.9016349214878883,-0.8544503450393677,0.465279757976532,0.23114784061908722,0.7232031226158142,0.053165242075920105,0.008857198059558868,-0.25759488344192505,0.14333227276802063,0.014106735587120056 +315,-1.8368715224849932,-0.4801656744955336,-2.761210602232903,-0.8557078242301941,0.461926132440567,0.23321227729320526,0.3896329402923584,-0.6838127970695496,-0.9036295413970947,-0.3916217088699341,0.15066838264465332,0.222689688205719 +316,-1.8577082745840294,-0.3935047990946664,-2.727550330674457,-0.8858175873756409,0.3834276795387268,0.2613629698753357,0.18999755382537842,-0.4414929449558258,-0.9461867213249207,0.3011770248413086,-0.057667821645736694,-0.21816539764404297 +317,-1.8628139035060307,-0.3255081630184528,-2.6823366868967984,-0.9073764085769653,0.3197903037071228,0.2727676331996918,-0.4255598187446594,-0.12362535297870636,-0.48201847076416016,0.35902130603790283,9.495019912719727e-05,-0.05496370792388916 +318,-1.882360680971536,-0.2802840869167625,-2.7304690475056295,-0.9147109985351562,0.27662867307662964,0.294585645198822,-0.22937043011188507,0.12435279786586761,-0.2328309565782547,0.1588362455368042,0.11549171805381775,-0.2335047423839569 +319,-1.8706988074850035,-0.3061537168030787,-2.732810802356712,-0.9109407067298889,0.30139344930648804,0.2816896438598633,0.024255413562059402,0.562511146068573,0.865382194519043,-0.000710904598236084,0.21659666299819946,0.0016050338745117188 +320,-1.8104202313214313,-0.42014424619337354,-2.7570693175660415,-0.8869425058364868,0.4078921675682068,0.2166961282491684,0.23555514216423035,0.7852378487586975,1.2900599241256714,-0.16513586044311523,0.10716831684112549,0.0698792040348053 +321,-1.7531822060734163,-0.5137823539173387,-2.703516775432187,-0.8564471006393433,0.49147477746009827,0.1579592376947403,0.7389214634895325,0.4291679561138153,0.10174626111984253,-0.2768690586090088,0.07354298233985901,0.12472511827945709 +322,-1.6832981997701708,-0.5033543060618865,-2.607904317729403,-0.8704320192337036,0.48236650228500366,0.0983404666185379,1.9306312799453735,-0.029350141063332558,-0.37709078192710876,0.18786054849624634,-0.15007588267326355,-0.18252325057983398 +323,-1.513057519435979,-0.45187794910333307,-2.231745245986712,-0.8981294631958008,0.43665575981140137,-0.051914628595113754,3.662379503250122,-0.13542106747627258,-0.15880991518497467,0.23270899057388306,-0.018442898988723755,0.38730281591415405 +324,-1.436232968572293,-0.3567570293695413,-2.0106133796443135,-0.9285635352134705,0.3492372930049896,-0.12571030855178833,-0.2561910152435303,-0.48125848174095154,-1.4704946279525757,-0.15980011224746704,-0.2430819272994995,0.7255180478096008 +325,-1.5438541019998744,-0.19123537093413032,-2.0585640376822596,-0.9814139604568481,0.19007189571857452,-0.026447875425219536,-0.2086034119129181,-1.9064372777938843,-1.4888181686401367,0.1078329086303711,0.16460344195365906,-0.05036485567688942 +326,-1.688073408589221,-0.07912502805254577,-2.010909329856768,-0.9900237321853638,0.07904248684644699,0.11664234846830368,0.7148393392562866,-1.3277640342712402,-0.733283519744873,0.140322744846344,0.3337687849998474,-0.6776164770126343 +327,-1.6612231689083607,-0.0016445205262493436,-2.0661031746075826,-0.995913028717041,0.0016445197397843003,0.09030354022979736,-3.060593843460083,1.5728771686553955,-0.38763847947120667,0.348513126373291,0.15501746535301208,0.23969829082489014 +328,-1.560764491701839,-0.06252325061764119,-2.4418434125809196,-0.9979957938194275,0.062482524663209915,-0.010012065060436726,-3.5747060775756836,-0.5111843943595886,1.9191434383392334,0.15963220596313477,0.08729776740074158,-0.02387768030166626 +329,-1.5217421647515421,-0.16543175268901478,-2.7337924240464497,-0.9851610064506531,0.1646782010793686,-0.04836504906415939,-0.00568750686943531,-0.17837224900722504,0.06693880259990692,-0.3733291029930115,-0.3283745050430298,-0.19424968957901 +330,-1.4988289433501518,-0.12868391001731874,-2.762376250368485,-0.989164412021637,0.12832903861999512,-0.07131072878837585,-0.3277797996997833,0.25920745730400085,-0.4087636470794678,-0.09790211915969849,-0.04660297930240631,0.13544344902038574 +331,-1.4924802858410686,-0.08725274012125624,-2.8364399512568466,-0.9931423664093018,0.08714207261800766,-0.07793838530778885,-1.1326104402542114,-0.07272100448608398,-0.8145769834518433,-0.06192654371261597,0.40104761719703674,-0.09970443695783615 +332,-1.756005130158256,-0.0922379231935703,-2.628287350627265,-0.9787195920944214,0.09210719168186188,0.18336895108222961,3.4542315006256104,-3.1666626930236816,0.62380051612854,0.6236018538475037,0.3843790292739868,0.09197591245174408 +333,-1.9095638756661633,-0.2959125431570509,-2.398475315213919,-0.902171790599823,0.2916128635406494,0.3178809583187103,1.5549373626708984,-1.3828246593475342,1.220870018005371,0.20495176315307617,0.043195515871047974,0.4290825426578522 +334,-1.7728961620183246,-0.2579699775834715,-2.341618902615831,-0.9472306966781616,0.2551182210445404,0.19408482313156128,-2.965613603591919,4.566063404083252,-1.871152639389038,0.07131505012512207,-0.2337559163570404,0.8946449756622314 +335,-1.5980008119277103,-0.05714525398400389,-2.6461830900468186,-0.9979983568191528,0.05711415782570839,0.027156731113791466,-2.1083436012268066,0.5995358228683472,-1.1615633964538574,0.3088655471801758,0.3325190246105194,-0.034755583852529526 +336,-1.898259866423706,0.089479578983884,-2.6456450723502924,-0.9430730938911438,-0.08936022222042084,0.3203555941581726,0.7367936372756958,-4.597744464874268,-0.5795304775238037,-0.01151663064956665,0.26106739044189453,-0.22677353024482727 +337,-2.233283406654108,-0.20401096802362523,-2.4731127970584486,-0.7721136212348938,0.20259873569011688,0.6023241281509399,3.1319966316223145,0.7574794888496399,2.403803825378418,-0.5758324861526489,0.2557294964790344,0.30958694219589233 +338,-2.1077046095080756,-0.4809372397439607,-2.3877593049401455,-0.7618173956871033,0.46261030435562134,0.4534601867198944,1.7138497829437256,0.9993569254875183,2.6922097206115723,0.5442880988121033,-0.5079594254493713,-0.1930232048034668 +339,-2.006705304603769,-0.7156761204862321,-2.258360895283393,-0.6840800046920776,0.6561278104782104,0.31863924860954285,0.5980490446090698,0.5081981420516968,0.4444107115268707,0.17352092266082764,-0.22468554973602295,-0.051488280296325684 +340,-1.9499525247204195,-0.6621426413923063,-2.1431847407937767,-0.7326629161834717,0.6148081421852112,0.2919182777404785,-0.6949091553688049,-0.6524695754051208,-1.7372362613677979,-0.1693452000617981,0.10647493600845337,0.44445565342903137 +341,-2.0308234214635514,-0.5060303115778786,-2.071520000568435,-0.7837448120117188,0.48470887541770935,0.3883318305015564,-0.7160457968711853,-1.0812623500823975,-0.7113582491874695,0.1401594877243042,0.04294008016586304,0.5284314751625061 +342,-2.1506504259253516,-0.39998223827266416,-2.1990821485061587,-0.7705125212669373,0.38940197229385376,0.5046548247337341,0.061530712991952896,-0.9784160256385803,-0.3527446985244751,-0.11744219064712524,0.30807724595069885,-0.6604166030883789 +343,-2.1741993093628382,-0.3762357236992446,-2.157811378115316,-0.7658153176307678,0.36742210388183594,0.5277571678161621,0.2966982126235962,-0.15858851373195648,-0.25090521574020386,0.23674744367599487,-0.049383193254470825,-0.16221767663955688 +344,-2.1571080796320983,-0.3888156719650586,-2.107239972896624,-0.7708118557929993,0.3790927529335022,0.5119941234588623,0.4582805633544922,0.30496299266815186,-0.038870763033628464,0.2787463665008545,-0.11915922164916992,-0.08242863416671753 +345,-2.1204682081641377,-0.40066590277577024,-2.075777385191599,-0.7851637005805969,0.3900316059589386,0.4810335636138916,0.1361571103334427,0.03946686163544655,-0.025973156094551086,0.2752455472946167,-0.06555342674255371,0.1714017391204834 +346,-2.1375045740787715,-0.38052308404053253,-2.117863139665579,-0.7833251953125,0.3714061975479126,0.49845659732818604,-1.0058282613754272,1.2369295358657837,0.1498461663722992,-0.3796386122703552,0.2258991003036499,-0.21818318963050842 +347,-2.1794956031181867,-0.4083849305664343,-2.102613155408302,-0.7529262900352478,0.39712759852409363,0.5247779488563538,0.04315520450472832,0.1227676272392273,-0.24181215465068817,-0.2324405312538147,0.37663036584854126,-0.11254644393920898 +348,-2.0706298307516344,-0.3827734035777234,-2.0775192370038966,-0.8141478896141052,0.37349459528923035,0.4445950388908386,-0.7344008088111877,1.5198007822036743,-0.9284894466400146,0.18130499124526978,-0.2713370621204376,-0.041381657123565674 +349,-1.96170296950774,-0.31870748600880566,-2.1529529184891856,-0.8780041933059692,0.3133394122123718,0.36183881759643555,-0.470554918050766,0.9930229783058167,0.03292392939329147,0.3926067352294922,-0.10717788338661194,-0.14386698603630066 +350,-1.9308619638905022,-0.314590127589036,-2.209359602128632,-0.8899440765380859,0.30942675471305847,0.33504417538642883,0.3726803958415985,0.49311789870262146,-0.09157496690750122,0.011465132236480713,0.04401254653930664,0.024941176176071167 +351,-1.8772630478924868,-0.3373680325968926,-2.1690989362426683,-0.899661123752594,0.33100464940071106,0.2846852242946625,0.03895498067140579,0.5056462287902832,-0.08069109916687012,-0.18786323070526123,-0.15737491846084595,0.5824564695358276 +352,-2.003303070912749,-0.34554736959897675,-2.2873443219458065,-0.8542512059211731,0.3387117385864258,0.3943723440170288,-1.5325289964675903,-0.9530461430549622,0.7638325095176697,-0.5122650265693665,0.2967710793018341,0.018515288829803467 +353,-2.1155942077927183,-0.3289460847534712,-2.411176787326323,-0.8093773722648621,0.3230457901954651,0.4904586672782898,-0.8547353148460388,-0.2648915648460388,0.07263299822807312,0.08528685569763184,0.09429728984832764,-0.2767287790775299 +354,-2.132396241708671,-0.32006017430358247,-2.465151212723073,-0.803420901298523,0.3146236836910248,0.5054967999458313,-0.025607343763113022,0.14507903158664703,0.09207579493522644,0.3665616512298584,-0.1815822720527649,-0.35235947370529175 +355,-2.1076797405906613,-0.3352683382210444,-2.4455539162080777,-0.81146240234375,0.3290225863456726,0.4829832911491394,0.4577242434024811,0.15096358954906464,-0.26485249400138855,-0.023406982421875,-0.04440036416053772,-0.01615595817565918 +356,-2.0827285889055793,-0.33548663044799154,-2.3818758909166555,-0.8231968879699707,0.3292286992073059,0.46255290508270264,-0.2852347493171692,-0.4166889786720276,-0.029065361246466637,-0.18514961004257202,0.056925415992736816,1.3141652345657349 +357,-2.1205733968936267,-0.35291636806392646,-2.354204748624971,-0.8000917434692383,0.34563589096069336,0.49029505252838135,0.6322417259216309,-0.1947486251592636,0.5107420086860657,-0.21860039234161377,0.09349682927131653,-0.15644794702529907 +358,-2.0822613404772157,-0.38590300079136586,-2.3523911187476156,-0.8078985214233398,0.3763958811759949,0.4534602463245392,0.7000117301940918,0.5174281001091003,-0.23975268006324768,-0.25774478912353516,0.07305175065994263,-0.11836206912994385 +359,-1.9982987300906279,-0.3835065637171431,-2.3024427480550864,-0.8439000248908997,0.3741745948791504,0.38448217511177063,-0.10561595112085342,0.6613941788673401,-0.04982972890138626,0.42115509510040283,-0.24613803625106812,-0.05010095238685608 +360,-1.9815392088316908,-0.37932091023068537,-2.3385130252806547,-0.8516532778739929,0.37028974294662476,0.3709075152873993,-0.3522803485393524,0.12019668519496918,0.14065296947956085,0.12065035104751587,-0.06973734498023987,-0.09173271059989929 +361,-1.9725705034840326,-0.399567281438354,-2.313846795162197,-0.8478707075119019,0.38901975750923157,0.36024847626686096,0.8995826840400696,-0.22882115840911865,0.020538967102766037,-0.16149818897247314,-0.01965022087097168,0.18317806720733643 +362,-1.969881504201388,-0.39289211133014784,-2.298345525945243,-0.8512102365493774,0.38286176323890686,0.3589683771133423,-0.49604251980781555,-0.9448387622833252,0.2274317443370819,-0.08204793930053711,0.0584682822227478,0.5063728094100952 +363,-2.097813689368681,-0.39711819517315844,-2.4114351268074876,-0.7970497012138367,0.386762410402298,0.46381711959838867,-0.6533185243606567,-0.4459713101387024,0.17061875760555267,-0.5929648280143738,0.37907615303993225,-0.26128730177879333 +364,-2.1112604766437646,-0.3555066034501936,-2.4366254046142335,-0.8038527965545654,0.3480653464794159,0.48236051201820374,0.15189675986766815,0.0669320747256279,-0.07448852062225342,0.4155316948890686,-0.02871406078338623,-0.3849024772644043 +365,-2.090286921960611,-0.3656368527990774,-2.4246150648763782,-0.8106892108917236,0.3575441241264343,0.46362149715423584,0.17509575188159943,0.2687355577945709,0.02688930183649063,0.2892507314682007,-0.1667025089263916,-0.141111820936203 +366,-2.0685325386936695,-0.3762343215023329,-2.3746666701519223,-0.8172070980072021,0.3674207925796509,0.4440431594848633,0.4581056535243988,0.009868722409009933,-0.28766176104545593,0.1063307523727417,0.014003098011016846,0.25529760122299194 +367,-2.1331819932112444,-0.35531948137876307,-2.3813950083311894,-0.7931411266326904,0.34788990020751953,0.49989932775497437,-0.5286211967468262,0.3536530137062073,-0.1444275677204132,-0.12755876779556274,0.07259643077850342,0.6182951927185059 +368,-2.15063185582068,-0.3997861149976905,-2.375677849803046,-0.7705857753753662,0.38922134041786194,0.5046823620796204,0.31553515791893005,0.12208685278892517,0.3205184042453766,-0.5322859287261963,0.2199857532978058,-0.13657933473587036 +369,-2.098842137755826,-0.398977959021038,-2.3328971866547175,-0.7959496378898621,0.38847678899765015,0.4642733931541443,0.11550814658403397,0.5363699793815613,-0.30208832025527954,0.1342523694038391,-0.16282987594604492,-0.010248124599456787 +370,-2.050269490755151,-0.39003477331082753,-2.325100865044038,-0.8206027150154114,0.38022056221961975,0.4266653060913086,-0.11415436118841171,0.4037802219390869,-0.08909118175506592,0.21380650997161865,-0.20067048072814941,-0.13148421049118042 +371,-2.0269077805282714,-0.3743930199226677,-2.353425689414446,-0.8355830907821655,0.365707665681839,0.40994957089424133,0.23465955257415771,0.2865513265132904,-0.03126969188451767,0.2837491035461426,0.044662147760391235,0.0005728602409362793 +372,-2.008295282321862,-0.41087212823559005,-2.304588455753399,-0.8304258584976196,0.3994090259075165,0.38841405510902405,0.3434561789035797,0.39280325174331665,-0.04889317601919174,-0.4230685234069824,-0.09083044528961182,0.30756980180740356 +373,-2.0652015073113335,-0.4120983172857674,-2.3159553077781214,-0.8065588474273682,0.40053287148475647,0.43478360772132874,-0.9953439831733704,-1.0724695920944214,0.47547951340675354,-0.2816370725631714,0.17681404948234558,0.17262312769889832 +374,-2.1462429679719093,-0.3927644286668412,-2.394240965540931,-0.7750672698020935,0.38274380564689636,0.5027705430984497,-0.16705982387065887,-0.09483137726783752,-0.08726879209280014,-0.11224669218063354,0.0918198823928833,-0.32190805673599243 +375,-2.139578182233308,-0.37601696762213466,-2.3867693312807234,-0.7836923003196716,0.36721864342689514,0.5009762644767761,0.4301718771457672,0.013719618320465088,-0.07673084735870361,0.3769690990447998,-0.049072831869125366,-0.4020381569862366 +376,-2.1165031859758257,-0.3872076451197592,-2.354630212272582,-0.7914801239967346,0.37760427594184875,0.4805976152420044,0.6842688918113708,0.10585137456655502,-0.06779450178146362,0.1227179765701294,0.020985782146453857,-0.05176466703414917 +377,-2.1224789719864248,-0.40576003715897413,-2.295367120039393,-0.7824927568435669,0.39471718668937683,0.48156383633613586,0.2720634639263153,-1.1198821067810059,-0.023648690432310104,-0.08512210845947266,-0.05298131704330444,0.8098486065864563 +378,-2.133588360188022,-0.38536665273825765,-2.2961912607164834,-0.7837405800819397,0.37589892745018005,0.49441948533058167,0.17174309492111206,0.5586274266242981,-0.1428481638431549,-0.3128475546836853,0.36139044165611267,-0.6670421361923218 +379,-2.096819391277595,-0.4234441801156151,-2.244761173617376,-0.7884297966957092,0.41090285778045654,0.4577522575855255,0.631101667881012,0.2737334668636322,-0.0688503310084343,-0.288535475730896,-0.02026262879371643,-0.06828704476356506 +380,-2.041357161402135,-0.4184324062169603,-2.196881354168541,-0.8144177198410034,0.40632858872413635,0.41427120566368103,0.04470273107290268,0.19885291159152985,-0.22258557379245758,0.26317882537841797,-0.25616690516471863,-0.0794171690940857 +381,-2.015187114848057,-0.4118877737799412,-2.1820633760492685,-0.8273627161979675,0.40033993124961853,0.393953412771225,0.18392035365104675,0.02081841044127941,-0.04078442230820656,0.13168388605117798,-0.09716299176216125,-0.07319822907447815 +382,-1.9917166502173516,-0.41133418320635834,-2.1586833079773524,-0.8365821242332458,0.3998325765132904,0.374518483877182,0.4422011971473694,0.11987719684839249,-0.02365897223353386,0.15062332153320312,-0.035330623388290405,0.0799645185470581 +383,-1.946447345068324,-0.42243530295908605,-2.103350450047087,-0.848491907119751,0.4099828898906708,0.33462709188461304,-0.037754423916339874,0.43011143803596497,-0.24444328248500824,-0.21104776859283447,-0.11199408769607544,0.4637736976146698 +384,-2.013087906435801,-0.4074873276816673,-2.1566465999551414,-0.8297719359397888,0.396303653717041,0.3929659128189087,-1.2153702974319458,-0.6780463457107544,0.623489260673523,-0.31173819303512573,0.18722301721572876,-0.025961458683013916 +385,-2.0641371342618915,-0.37608884443948565,-2.2422380841494807,-0.819197952747345,0.36728549003601074,0.44047218561172485,-0.20071882009506226,0.2545269727706909,-0.25866636633872986,0.10926765203475952,0.05503195524215698,-0.3058592975139618 +386,-2.0109100566157085,-0.3583062090173075,-2.2397694406332818,-0.847247302532196,0.35068851709365845,0.39898523688316345,0.30873483419418335,0.271738737821579,0.02407035231590271,0.41414201259613037,-0.14193305373191833,-0.3307632803916931 +387,-1.9861669343230686,-0.36051579724253247,-2.250500736938168,-0.8561481833457947,0.35275691747665405,0.3775881826877594,0.21391072869300842,0.22690001130104065,-0.07689259201288223,0.20858049392700195,0.008937418460845947,-0.06032752990722656 +388,-1.991146026105857,-0.36906317154101026,-2.2316292491462693,-0.8514735698699951,0.36074185371398926,0.3806019127368927,0.14454282820224762,-0.4714854955673218,0.04198950529098511,-0.09396082162857056,-0.09732940793037415,0.5599498152732849 +389,-2.015040323178329,-0.34187415508332836,-2.257229397832494,-0.8506811261177063,0.33525338768959045,0.4049034118652344,0.4260447323322296,0.6315255165100098,-0.18889351189136505,-0.08967220783233643,0.19315844774246216,-0.6073112487792969 +390,-2.0213018642286276,-0.39845116611746334,-2.172284635853087,-0.8297061324119568,0.3879913091659546,0.4013112187385559,0.27854248881340027,0.044943664222955704,-0.07076538354158401,-0.3406888246536255,0.11391609907150269,-0.1370747685432434 +391,-1.9526552673207942,-0.3933265551670246,-2.1289999323620257,-0.8571130037307739,0.38326308131217957,0.34419071674346924,0.11817572265863419,0.38425490260124207,-0.16399598121643066,0.2094840407371521,-0.17478212714195251,0.012697309255599976 +392,-1.9079946986501612,-0.38887206295512483,-2.1141171147595283,-0.873227059841156,0.37914493680000305,0.30614274740219116,-0.010404440574347973,0.32288292050361633,-0.0018614158034324646,0.16843897104263306,-0.11652600765228271,0.052194565534591675 +393,-1.8674227102746805,-0.40490578679703787,-2.1088579400600844,-0.8789988160133362,0.39393216371536255,0.26866042613983154,0.6784361004829407,0.40754953026771545,0.1703646034002304,0.04635727405548096,0.014225184917449951,0.13636887073516846 +394,-1.845205657330632,-0.4192677558545376,-2.103916284764041,-0.8792132139205933,0.40709173679351807,0.2475082278251648,-0.1976833939552307,0.3753073811531067,-0.3175927698612213,-0.4440898895263672,-0.12814590334892273,0.4386337697505951 +395,-1.9428682780246493,-0.43004681344139883,-2.1326220943645136,-0.8467527627944946,0.41691336035728455,0.33044418692588806,-0.6952529549598694,-0.7910855412483215,0.515899121761322,-0.3127474784851074,0.21165728569030762,-0.02284213900566101 +396,-1.9974624491986697,-0.43338754135092117,-2.1754895219356616,-0.8261868953704834,0.4199475646018982,0.37557801604270935,-0.15044711530208588,-0.0034240479581058025,0.08166056871414185,0.005462586879730225,0.0076646506786346436,-0.3159620463848114 +397,-1.978282866044084,-0.42113335165956134,-2.189633504723725,-0.8379004597663879,0.408795028924942,0.36167654395103455,-0.7397420406341553,0.317963570356369,-0.06425128877162933,0.2482548952102661,-0.20814189314842224,0.11822780966758728 +398,-1.9688875149014962,-0.40716162311080806,-2.2161708835321057,-0.8464438915252686,0.3960045874118805,0.35596776008605957,0.2623147666454315,0.12940338253974915,-0.06605207920074463,0.16556626558303833,0.0043096840381622314,-0.06956031918525696 +399,-1.9490432698585296,-0.42445398299054155,-2.1663067077825158,-0.8468497395515442,0.4118232727050781,0.3365223705768585,0.43652957677841187,-0.8377125263214111,-0.043486088514328,-0.040952444076538086,-0.06720346212387085,0.46528127789497375 +400,-1.9782551541213793,-0.4048024472916037,-2.2033428992448756,-0.8439275622367859,0.39383718371391296,0.36425039172172546,-0.22938480973243713,1.2031983137130737,-0.01533084362745285,-0.15151000022888184,0.16425296664237976,-0.27040889859199524 +401,-1.9523952364656998,-0.4390815245572877,-2.126169909154367,-0.8400360941886902,0.42510828375816345,0.3370794951915741,0.35174575448036194,0.1121048554778099,-0.16029570996761322,-0.23976749181747437,0.15626686811447144,-0.1638006865978241 +402,-1.8918318197636708,-0.43777058593480167,-2.0514049590668977,-0.8594260215759277,0.4239213466644287,0.28579267859458923,0.8053705096244812,0.33433473110198975,-0.3716096580028534,0.18013536930084229,-0.2200486958026886,-0.03158119320869446 +403,-1.8351801396048975,-0.4143221379763008,-2.0307348486156367,-0.8835831880569458,0.4025695025920868,0.23920460045337677,-0.44577527046203613,0.2967802882194519,-0.0818721204996109,0.23285675048828125,-0.15826097130775452,0.058402806520462036 +404,-1.8054261829259244,-0.41542077767532654,-2.0164294977267763,-0.889877438545227,0.40357494354248047,0.21270951628684998,0.4264836609363556,0.1800445020198822,0.08667853474617004,0.11170977354049683,-0.032923728227615356,0.1782665103673935 +405,-1.7766982563212244,-0.4086154229282119,-2.01894229539814,-0.898287832736969,0.3973391354084015,0.18761810660362244,-0.6043882966041565,0.17252545058727264,-0.11839776486158371,-0.2846803069114685,0.06590241193771362,0.4482766389846802 +406,-1.8856747268241365,-0.4036840818598256,-2.0842781374011716,-0.8744059205055237,0.3928089439868927,0.28480708599090576,-0.8548257350921631,-0.9388374090194702,0.21806347370147705,-0.3339373469352722,0.16915693879127502,-0.22932618856430054 +407,-1.9557464171136547,-0.3702564311915624,-2.1645467114721253,-0.8640109300613403,0.3618544936180115,0.35006603598594666,-0.6207394599914551,-0.05603545531630516,-0.12912039458751678,0.15984845161437988,0.09108737111091614,-0.3565816283226013 +408,-1.9748977123360594,-0.3624586740703274,-2.1906974959140944,-0.8597171902656555,0.3545742332935333,0.36764615774154663,-0.11029386520385742,-0.2466375231742859,0.20722344517707825,0.2886568307876587,-0.09915730357170105,-0.03892609477043152 +409,-1.9824009450882154,-0.3613265785136061,-2.225764850036017,-0.8573015928268433,0.35351547598838806,0.3742466866970062,0.08505765348672867,0.1123601645231247,0.047903187572956085,0.11612129211425781,0.014907985925674438,0.055623859167099 +410,-2.024144860033783,-0.3669866143922434,-2.236374508216401,-0.8391245603561401,0.3588043451309204,0.4088144898414612,-0.712745726108551,-0.11025486886501312,-0.010686967521905899,-0.3449573516845703,0.0600188672542572,0.7572927474975586 +411,-2.026910471364507,-0.3594166628126555,-2.2239595337250013,-0.8404054045677185,0.351728230714798,0.41231828927993774,1.3261386156082153,-0.3845761716365814,0.1824333369731903,-0.19636839628219604,0.0924399197101593,-0.5821789503097534 +412,-2.032893279885501,-0.3879236581412998,-2.173588066766256,-0.8286089897155762,0.37826716899871826,0.4126996397972107,0.6081907749176025,0.1891745626926422,-0.2138892263174057,-0.26643794775009155,0.08541691303253174,-0.06374648213386536 +413,-2.0227081811465997,-0.36295762345167437,-2.155571625183163,-0.8410047292709351,0.3550407290458679,0.4082365036010742,-0.26475057005882263,0.1954255849123001,-0.3773784935474396,0.35629409551620483,-0.1263725459575653,-0.1342344582080841 +414,-2.073890393489081,-0.3244218204323553,-2.15906671690916,-0.8303937315940857,0.31876081228256226,0.4569879174232483,-0.2272886037826538,-0.5111324191093445,-0.4786272644996643,-0.018056094646453857,-0.019993692636489868,0.02670043706893921 +415,-2.1569218278086724,-0.2915790476259233,-2.0731034594588484,-0.797926127910614,0.28746497631073,0.5297899842262268,0.3837575912475586,-0.5901429653167725,-0.5173113942146301,0.12229758501052856,-0.038548409938812256,0.18660998344421387 +416,-2.2265127579052066,-0.2851834188342195,-2.0445482255424063,-0.760597825050354,0.28133347630500793,0.5851004719734192,-0.1081741526722908,-1.2656002044677734,-0.4578365683555603,-0.3135141134262085,-0.09159043431282043,0.5041482448577881 +417,-2.299269889744492,-0.24598230400550003,-2.0712221796510866,-0.7237300872802734,0.2435091733932495,0.645691990852356,-0.5189799070358276,-0.28069356083869934,0.27027398347854614,0.09187889099121094,0.20047582685947418,-0.35353195667266846 +418,-2.2582435435511647,-0.2749391344550715,-2.1621179742048833,-0.743840754032135,0.27148836851119995,0.6107330322265625,0.39305853843688965,1.1609556674957275,1.198925256729126,0.23581469058990479,0.02555444836616516,-0.5438233017921448 +419,-2.151163516934953,-0.40673456559926224,-2.17464419729479,-0.7680372595787048,0.3956124186515808,0.5035969614982605,0.2943139970302582,0.53917396068573,1.3034770488739014,0.19452029466629028,-0.06284865736961365,-0.13174015283584595 +420,-2.087603560596689,-0.5108105189373189,-2.1344713601705245,-0.7584209442138672,0.48888444900512695,0.4310334324836731,0.7014628052711487,0.19418230652809143,0.25896742939949036,0.019727587699890137,0.056251078844070435,0.3220335841178894 +421,-2.102505487104702,-0.49961058054398483,-2.1077612642163333,-0.7565860748291016,0.47908374667167664,0.445035457611084,-1.217545986175537,-0.6793772578239441,-0.14183805882930756,-0.182134747505188,0.27387648820877075,1.031649112701416 +422,-2.123649757123278,-0.46590875354247857,-2.1542203157517723,-0.7603215575218201,0.44923487305641174,0.4691474139690399,0.3834661543369293,-0.17428627610206604,0.2123573124408722,-0.22402304410934448,0.0005637407302856445,-0.25567692518234253 +423,-2.0711926230060858,-0.42848579020732896,-2.20457204096983,-0.7980725765228271,0.4154939651489258,0.43639978766441345,0.29619044065475464,0.9479817152023315,0.15311816334724426,-0.036125361919403076,0.14113137125968933,-0.3290695250034332 +424,-1.9641707016653032,-0.4306564078919142,-2.1604801813083365,-0.8392868638038635,0.4174673557281494,0.34830817580223083,-0.05683453381061554,0.5498969554901123,0.04862882196903229,0.325355589389801,-0.22384858131408691,-0.06620371341705322 +425,-1.9337893712649543,-0.42857538249830784,-2.1819890769605887,-0.8502902388572693,0.41557544469833374,0.3229604661464691,-0.41843295097351074,0.22759270668029785,0.12818971276283264,0.08588600158691406,-0.08256769180297852,-0.03232625126838684 +426,-1.9077373071459962,-0.45345720625914415,-2.1348905740296265,-0.848391056060791,0.4380759596824646,0.2971903681755066,0.9647578001022339,-0.03559550642967224,0.06041999161243439,-0.038373470306396484,0.07788476347923279,0.2943624258041382 +427,-1.8954429473204117,-0.4635257719423406,-2.102221744184307,-0.8477570414543152,0.4471046030521393,0.2853162884712219,-0.13181443512439728,-0.8213468790054321,0.30370908975601196,-0.056738078594207764,0.06189802289009094,0.4439927935600281 +428,-2.036502349120992,-0.47844386373318404,-2.1924570464049076,-0.7931750416755676,0.4603983461856842,0.3986304700374603,-1.211517095565796,-0.46872076392173767,0.24750147759914398,-0.28636884689331055,0.37996405363082886,-0.17939233779907227 +429,-2.058762298148934,-0.45689766777669216,-2.2438405351834874,-0.7926855683326721,0.44116613268852234,0.4207402765750885,0.04568784683942795,0.49675601720809937,-0.1875213235616684,0.27361196279525757,-0.10400784015655518,-0.35235029458999634 +430,-2.03917795468457,-0.46336471609548957,-2.252109644219354,-0.7982103228569031,0.44696053862571716,0.4038398265838623,-0.5038244724273682,0.37585189938545227,0.1512327343225479,0.26123833656311035,-0.15557873249053955,-0.061280012130737305 +431,-2.0222367747581296,-0.48711876811777544,-2.211726293450124,-0.7951573133468628,0.4680817425251007,0.3855184018611908,0.5771546959877014,-0.33177661895751953,-0.06919430196285248,-0.03624832630157471,0.042217910289764404,0.4095560312271118 +432,-2.0744612723531666,-0.46636879100168216,-2.2469410175439766,-0.7822883129119873,0.44964584708213806,0.43109622597694397,-0.36751657724380493,-0.5669551491737366,-0.38304638862609863,-0.08290040493011475,0.013443171977996826,0.4618024230003357 +433,-2.0228609085597444,-0.47285116503999486,-2.187267046223482,-0.8008427023887634,0.4554264545440674,0.38889238238334656,0.5967314839363098,-0.7581493854522705,0.23649586737155914,0.13009703159332275,0.07252752780914307,-0.1641000211238861 +434,-1.9285030774501242,-0.5095741358075624,-2.079594791254053,-0.8176963329315186,0.4878055453300476,0.3056442141532898,2.1428420543670654,0.7426663041114807,-0.4616473913192749,-0.23410719633102417,-0.02808871865272522,0.09447166323661804 +435,-1.7943001148829387,-0.4858387403584902,-1.9596294893336927,-0.8622886538505554,0.4669502079486847,0.1959993541240692,-0.06560898572206497,0.20880214869976044,-0.4412713944911957,0.4584801197052002,-0.4048163890838623,0.16944873332977295 +436,-1.8287642974885443,-0.4724114942518783,-2.01058409733577,-0.8610082268714905,0.4550349712371826,0.22717434167861938,-0.31816187500953674,-0.36406803131103516,0.14326399564743042,0.0060735344886779785,0.03728985786437988,-0.1386885643005371 +437,-1.8119076902897748,-0.4858144855665022,-1.9330127441226321,-0.8587149977684021,0.46692875027656555,0.21115368604660034,0.3641658127307892,0.017999954521656036,0.14378458261489868,-0.19162362813949585,0.10260549187660217,0.3970615565776825 +438,-1.8237386799126705,-0.49942822158223943,-1.9425174568586239,-0.8499233722686768,0.4789236783981323,0.21968689560890198,-0.18172487616539001,-1.1391644477844238,0.6509417295455933,0.023553192615509033,0.1703835427761078,0.4326874017715454 +439,-1.9282644050184483,-0.5193973211816367,-2.0815953038352433,-0.8132409453392029,0.4963570237159729,0.3037576377391815,-1.2129474878311157,0.4560597836971283,0.4122850000858307,-0.12442684173583984,0.043895602226257324,-0.5282907485961914 +440,-1.854703226759985,-0.5147884290975697,-1.9892101059380398,-0.8355535864830017,0.492350697517395,0.243805393576622,3.084428548812866,-0.5549230575561523,-0.8998678922653198,0.007687926292419434,-0.0015516877174377441,-0.13055464625358582 +441,-1.801893863411971,-0.5056801441698137,-1.728384084977217,-0.8515880107879639,0.4844025671482086,0.20037981867790222,1.8885622024536133,-1.9068260192871094,0.046372197568416595,0.18976855278015137,0.11081227660179138,0.3120560646057129 +442,-1.8105042067124544,-0.5135701338972579,-1.4862590496245442,-0.8460921049118042,0.4912899434566498,0.20679092407226562,2.3308019638061523,-1.1651275157928467,-0.9025163650512695,-0.36586785316467285,0.0009586215019226074,-0.28100964426994324 +443,-1.7234697625736581,-0.5035957009302523,-1.1575060009359799,-0.8656650185585022,0.48257794976234436,0.13320060074329376,1.6688321828842163,-0.6688761115074158,-0.5211176872253418,-0.08565932512283325,-0.23794910311698914,0.14725588262081146 +444,-1.6891706227668588,-0.4868203963065014,-0.9376734703214529,-0.8776398301124573,0.4678180515766144,0.10437798500061035,2.4210293292999268,-0.7766825556755066,-0.24685430526733398,0.4116974472999573,-0.05149722099304199,-0.09546685218811035 +445,-1.685479827493157,-0.5053222276065654,-0.7896570954332153,-0.8692705035209656,0.4840894341468811,0.1001303493976593,0.6803840398788452,-0.6928280591964722,0.5699951648712158,0.22841668128967285,0.142177015542984,0.2355172485113144 +446,-1.7632085754880624,-0.5813991157757773,-0.7497604687729618,-0.8202731013298035,0.5491936802864075,0.15980763733386993,-1.1618821620941162,-0.7951192259788513,1.1140680313110352,-0.5126585364341736,0.14923161268234253,0.12261725962162018 +447,-1.9179101711431303,-0.5987999509457943,-0.8902552498446368,-0.77674800157547,0.5636516213417053,0.28099727630615234,-2.12743878364563,-1.8279459476470947,-0.28721174597740173,-0.593582808971405,-0.6074443459510803,0.22889041900634766 +448,-1.9959313272283192,-0.4998439919058672,-1.0450787585724193,-0.7995308041572571,0.47928863763809204,0.3619842231273651,0.7209143042564392,0.3291054666042328,-0.6661067008972168,0.7238778471946716,-0.2407328188419342,-0.4375153183937073 +449,-2.135160159861853,-0.36978425388055436,-1.1700962911704373,-0.7878163456916809,0.3614142835140228,0.49872347712516785,-3.07232403755188,3.756347417831421,0.47042226791381836,-0.5992685556411743,1.4958397150039673,-1.7335104942321777 +450,-2.083047136386563,-0.38562114110167844,-1.4016228973179667,-0.8076342940330505,0.3761347234249115,0.4541468918323517,-3.2446746826171875,2.574549436569214,1.4790693521499634,-0.03880119323730469,0.8818761110305786,-1.1549372673034668 +451,-1.994621114038314,-0.4389891951110793,-1.5987626238220738,-0.8250935673713684,0.42502471804618835,0.372255802154541,-1.202735424041748,0.5490520596504211,1.455039620399475,0.29941314458847046,-0.25075411796569824,0.4025549590587616 +452,-2.058170217688558,-0.49471513055948096,-1.8645658175166795,-0.7776296138763428,0.47478094696998596,0.4121589660644531,-0.1005069762468338,0.36551716923713684,0.7168248891830444,-0.5579873323440552,-0.06613537669181824,0.2020224928855896 +453,-2.035393303810082,-0.5021829106053868,-1.9873367127602009,-0.7836231589317322,0.48134008049964905,0.39274194836616516,-0.988415539264679,1.6491092443466187,0.558243989944458,0.43033653497695923,-0.19455119967460632,0.10083410143852234 +454,-1.898517799880642,-0.5050727675304144,-2.1067538662149112,-0.82856285572052,0.48387113213539124,0.2816956341266632,-1.8279674053192139,2.277913808822632,0.803381085395813,0.3702346086502075,-0.21328699588775635,-0.04667973518371582 +455,-1.9617918454626235,-0.5454648023384705,-2.3911727114093915,-0.7903682589530945,0.5188155174255371,0.3258049190044403,-2.353415012359619,2.6367480754852295,0.9926371574401855,-0.6290806531906128,0.24203360080718994,-0.1302940547466278 +456,-1.906499266747797,-0.54637885074327,-2.581828781454928,-0.8067176938056946,0.5195966958999634,0.2814714312553406,-1.4818320274353027,1.4056642055511475,0.14774785935878754,-0.11871272325515747,-0.0730481743812561,-0.1287918984889984 +457,-1.8369418036884586,-0.5288141926547446,-2.7028316653760216,-0.8330072164535522,0.5045098662376404,0.22708840668201447,-0.9619108438491821,1.0877536535263062,0.11721614748239517,0.4807426929473877,-0.1640404462814331,0.06966462731361389 +458,-1.9117463669099126,-0.5413424974217825,-2.8618924875104725,-0.807685375213623,0.5152869820594788,0.286571741104126,-2.548703193664551,-0.3033108115196228,0.6103582978248596,0.2573925256729126,0.11731177568435669,0.13034409284591675 +459,-2.1009862096651086,-0.5270152897837407,-3.129910788374216,-0.7456517815589905,0.5029558539390564,0.4370802938938141,-0.05556284636259079,0.6821025609970093,0.3130705952644348,-0.4256281852722168,0.09610426425933838,-0.10488110780715942 +460,-2.0047863896590505,-0.5340198290758461,-3.087291986527956,-0.7809706330299377,0.5089975595474243,0.36194804310798645,-0.0680273249745369,0.8080602288246155,-0.31759390234947205,0.44121843576431274,-0.2039744257926941,-0.15011024475097656 +461,-1.948094824036937,-0.5482966636410254,-3.0733356857043654,-0.7933872938156128,0.5212343335151672,0.3144063949584961,0.11525086313486099,0.26487141847610474,0.41553062200546265,0.08335006237030029,0.050741374492645264,0.053132057189941406 +462,-1.916377694284099,-0.5596921578177698,-3.0458252642869756,-0.7973179221153259,0.5309253334999084,0.28705769777297974,0.29726526141166687,0.07591630518436432,-0.11464593559503555,-0.02108711004257202,-0.062297523021698,0.33856791257858276 +463,-1.8979872945758876,-0.5682317357079265,-2.9923227810258926,-0.7981395125389099,0.5381425023078918,0.2708800137042999,0.1441735327243805,-0.5305153131484985,0.19102635979652405,-0.3300952911376953,-0.14951640367507935,0.02593398094177246 +464,-1.9198239876732377,-0.544070419734347,-2.952632224482664,-0.8040205836296082,0.5176229476928711,0.2926047742366791,0.21422570943832397,-0.45903465151786804,-0.3578087091445923,-0.19448411464691162,-0.1409139633178711,-0.030199408531188965 +465,-1.9307633630925436,-0.5003541728753497,-2.8604425407619014,-0.8211780786514282,0.479736328125,0.3090628683567047,0.7211712002754211,-0.7385063767433167,-0.7791587710380554,0.11863279342651367,-0.09458917379379272,-0.04803082346916199 +466,-1.9286673211808447,-0.47349734752533806,-2.736691444678359,-0.8335940837860107,0.4560016393661499,0.3117426335811615,1.0961309671401978,-0.581891655921936,-0.4771607220172882,0.15755343437194824,-0.015526145696640015,-0.05443370342254639 +467,-1.9226539435048928,-0.4887694783403366,-2.5996831343863374,-0.8288188576698303,0.4695397913455963,0.30428847670555115,1.0409064292907715,-0.5296633839607239,0.025472143664956093,-0.03385192155838013,0.03911188244819641,0.21301493048667908 +468,-1.9477352824169925,-0.5223185540481666,-2.5517352015323116,-0.8058212995529175,0.49889087677001953,0.3189986050128937,0.38409438729286194,-0.4592423439025879,-0.25992533564567566,-0.08271336555480957,-0.23338791728019714,0.0009019672870635986 +469,-1.980232623307718,-0.5141001033547729,-2.5156370254281235,-0.7987654805183411,0.49175146222114563,0.3466331958770752,0.28987279534339905,-0.5349981188774109,-0.4969778060913086,-0.16841304302215576,-0.27619048953056335,-0.020995348691940308 +470,-2.027325275940867,-0.46798181592439275,-2.4416784680138415,-0.8010799884796143,0.45108601450920105,0.39343687891960144,0.5478039383888245,-0.46792933344841003,-0.4920450448989868,0.05844986438751221,-0.014776110649108887,0.04742008447647095 +471,-2.016309517404639,-0.4634472350206285,-2.352726440988457,-0.8072028160095215,0.4470343589782715,0.38546618819236755,0.9176275730133057,-0.40924856066703796,-0.42113640904426575,0.06802123785018921,0.014910280704498291,-0.13046127557754517 +472,-1.9993706822238526,-0.46201572335870333,-2.260876200767844,-0.8141971230506897,0.44575339555740356,0.3720039427280426,0.6462765336036682,-0.049121398478746414,-0.3047739267349243,0.16954386234283447,-0.08740076422691345,0.1538139283657074 +473,-1.9794474349461584,-0.45801174680719126,-2.2334561544051557,-0.8230778574943542,0.44216564297676086,0.35641613602638245,-0.1763356775045395,0.6498029828071594,-0.09528591483831406,-0.04060006141662598,-0.06872206926345825,0.26344168186187744 +474,-1.951598972135289,-0.48055302659876936,-2.193458417565897,-0.8232192993164062,0.4622696340084076,0.3295706808567047,0.8036012649536133,-0.11655410379171371,-0.38283371925354004,-0.45725250244140625,-0.15334022045135498,-0.18139255046844482 +475,-1.9223059104976774,-0.4385782442013643,-2.167714386553098,-0.8499976396560669,0.42465269565582275,0.311728298664093,0.05783969536423683,0.25713205337524414,-0.45522674918174744,-0.10683536529541016,-0.09938099980354309,-0.04224270582199097 +476,-1.8841503743723165,-0.39275192367827655,-2.07649556212892,-0.8788717985153198,0.38273224234580994,0.2847805619239807,0.9040051698684692,-0.2783395051956177,-0.7738072872161865,0.20641720294952393,-0.1991233229637146,0.18033772706985474 +477,-1.8803024048004406,-0.35916643097265116,-1.9991851796122173,-0.8917063474655151,0.3514939844608307,0.28515252470970154,0.6746590733528137,-0.25320005416870117,-0.41814106702804565,0.16265666484832764,0.0146254301071167,-0.049312710762023926 +478,-1.889135860647835,-0.3699549494321399,-1.897953444257727,-0.8854992985725403,0.3615734279155731,0.2918141782283783,1.091747760772705,-0.5589555501937866,-0.08686015754938126,-0.08547842502593994,-0.02394220232963562,0.16477453708648682 +479,-1.9093620889354024,-0.39323317305097233,-1.8105048212591637,-0.8712399005889893,0.3831768035888672,0.3067844808101654,0.4792135953903198,-0.19943085312843323,-0.15093904733657837,-0.30045199394226074,0.11425969004631042,0.05321609973907471 +480,-1.914789786828262,-0.3786074455431039,-1.7980112448722614,-0.8747446537017822,0.36962687969207764,0.3133653998374939,-0.21707874536514282,0.0005943456199020147,0.013864456675946712,0.05096840858459473,0.06590473651885986,-0.28705930709838867 +481,-1.916904575981986,-0.3819513383342727,-1.7994742584993557,-0.8729124665260315,0.37273189425468445,0.31479355692863464,0.4023275375366211,0.025908244773745537,-0.01065133884549141,0.24000829458236694,0.04915839433670044,-0.12318894267082214 +482,-1.8741720564606204,-0.3909982420895527,-1.7260808416252693,-0.882309079170227,0.3811115026473999,0.27619704604148865,1.0102627277374268,-0.06391431391239166,-0.1422429233789444,0.19863903522491455,0.0660625696182251,0.12513959407806396 +483,-1.859778177387664,-0.4065838279158399,-1.6466863739896658,-0.8803920149803162,0.3954739570617676,0.26174435019493103,0.2877559959888458,-0.4809139370918274,-0.06552845239639282,-0.11930269002914429,0.057422131299972534,0.28418466448783875 +484,-1.9005518895768803,-0.4158485301919459,-1.7228809672970375,-0.8654874563217163,0.4039662778377533,0.29621461033821106,-1.1453964710235596,0.25597384572029114,0.49494117498397827,-0.030737638473510742,0.04548141360282898,-0.19503352046012878 +485,-1.9177386309879048,-0.4157525049782167,-1.8547224976364134,-0.8603052496910095,0.40387845039367676,0.3110581934452057,-0.921863853931427,0.4094347357749939,0.23646439611911774,0.05700629949569702,-0.14470788836479187,-0.19947075843811035 +486,-1.911985457394967,-0.40516879971645064,-2.0185363851528217,-0.8660603761672974,0.39417389035224915,0.3075167238712311,-1.5172455310821533,0.9629128575325012,0.5032143592834473,0.1702747344970703,0.05254244804382324,-0.16828033328056335 +487,-1.8863741932512716,-0.42751530798744775,-2.166292189843171,-0.865060567855835,0.41461101174354553,0.28243258595466614,-0.7769649028778076,0.818198025226593,0.678528904914856,0.04920351505279541,-0.06182771921157837,-0.10720059275627136 +488,-1.8304653105688453,-0.4711454166967202,-2.23182740476177,-0.861176609992981,0.45390719175338745,0.22878631949424744,-0.12166164815425873,0.814163863658905,0.43379610776901245,-0.28784072399139404,-0.03697603940963745,0.21689236164093018 +489,-1.7907380738825485,-0.4770053235267121,-2.261880201245781,-0.8669729828834534,0.45912083983421326,0.19381897151470184,-0.26312020421028137,-0.08176422119140625,-0.021117977797985077,-0.07933127880096436,-0.041060566902160645,0.5163860321044922 +490,-1.9066979809361155,-0.4855743231884596,-2.39038036568471,-0.8349805474281311,0.46671637892723083,0.2915187478065491,-1.0891636610031128,-0.47508537769317627,0.37874627113342285,-0.30105143785476685,0.23616445064544678,-0.2503657639026642 +491,-2.0154761224936726,-0.4723568246334259,-2.490336520341561,-0.8038963079452515,0.4549863040447235,0.38306477665901184,0.2404879927635193,-0.9295362234115601,0.05317826569080353,-0.0033548474311828613,-0.0032039284706115723,-0.3279499113559723 +492,-2.1821786698715764,-0.49073890471621495,-2.498668846232898,-0.7222180962562561,0.47127771377563477,0.5062593221664429,-0.836285412311554,-0.6136242747306824,0.5279425382614136,-0.053004682064056396,0.05226662755012512,0.1674467921257019 +493,-2.130027218000191,-0.5086830718029139,-2.4174450070074815,-0.7403380870819092,0.48702749609947205,0.4633617699146271,1.0903700590133667,0.6630494594573975,-0.8555400967597961,0.3629118800163269,-0.12380719184875488,-0.1546611189842224 +494,-2.0226776088369287,-0.5129440486177653,-2.1909979860342013,-0.783848226070404,0.49074453115463257,0.3804622292518616,2.3123056888580322,-1.1411396265029907,-1.0252318382263184,0.06255006790161133,-0.02939513325691223,0.4073336720466614 +495,-1.9489907464198921,-0.47040356883292933,-1.9735339050775174,-0.8283937573432922,0.4532460570335388,0.329137921333313,1.7535158395767212,-1.222415566444397,-1.2046470642089844,-0.2365628480911255,0.21090799570083618,0.02916896343231201 +496,-1.9441207539505176,-0.46702356183141497,-1.9066897347066978,-0.8314085006713867,0.45023059844970703,0.32565659284591675,0.6649402976036072,0.1325329691171646,0.33573707938194275,-0.7331055998802185,0.22201058268547058,-0.2552373707294464 +497,-1.8736972924641797,-0.42824243335184414,-1.7978525793139277,-0.8682833909988403,0.41527259349823,0.27135390043258667,-0.14183737337589264,0.12638604640960693,-0.7233710289001465,0.22912311553955078,-0.1236923336982727,-0.019385546445846558 +498,-1.861093274770547,-0.38714912001374935,-1.7937459739656225,-0.8872449994087219,0.37755006551742554,0.2650521993637085,0.1452583521604538,0.08646828681230545,0.042607732117176056,0.2768779397010803,0.08126652240753174,-0.01406031847000122 +499,-1.8427751394843677,-0.4026161465680113,-1.766772912483028,-0.8862195611000061,0.3918266296386719,0.2471574991941452,0.2519635558128357,0.06386248767375946,0.36356034874916077,0.19925367832183838,-0.08774948120117188,0.07893812656402588 +500,-1.8166087744446624,-0.4328444469031176,-1.7662792784033936,-0.8804885149002075,0.4194546043872833,0.22090230882167816,0.009211613796651363,0.30547720193862915,0.29658961296081543,-0.03255164623260498,-0.11701014637947083,0.16743385791778564 +501,-1.80661057704414,-0.4570481569988533,-1.7980856229231579,-0.8725241422653198,0.441301167011261,0.2096542865037918,-0.16472363471984863,-0.3890877962112427,0.3988780677318573,-0.3514901399612427,0.2333204448223114,0.1877303123474121 +502,-1.8625989699124614,-0.4820513886401716,-1.809421166625818,-0.8485898375511169,0.46359777450561523,0.254896879196167,0.022869890555739403,-0.5026417970657349,-0.0787208154797554,0.06704992055892944,0.08219385147094727,-0.05859258770942688 +503,-1.9241001267774487,-0.47082207125873915,-1.8270525472515577,-0.8361505270004272,0.4536190629005432,0.30835312604904175,-0.2252187579870224,-0.6778178215026855,-0.16034716367721558,0.016204416751861572,-0.05103132128715515,-0.17242783308029175 +504,-2.0241024468128583,-0.43914271486051343,-1.8395785785987866,-0.8137034773826599,0.4251636862754822,0.3963868319988251,-0.16583850979804993,0.15937082469463348,-0.3651541769504547,0.2009410858154297,0.026526927947998047,-0.11145943403244019 +505,-1.9239355976116983,-0.42946684029680754,-1.8004386131854833,-0.853083610534668,0.41638612747192383,0.31443822383880615,0.7510591745376587,0.8290114402770996,-0.0449344664812088,0.33959466218948364,0.06449469923973083,-0.09434536099433899 +506,-1.8503482203464645,-0.4444702346070587,-1.7462802292191084,-0.8677896857261658,0.4299796521663666,0.2491157203912735,-0.16296838223934174,-0.7123045921325684,-0.12209431082010269,-0.0060048699378967285,0.22466817498207092,0.6673119068145752 +507,-1.8700651872813026,-0.42243535864164683,-1.8943867296485801,-0.8715527057647705,0.40998294949531555,0.26890480518341064,-1.5810061693191528,0.5679278373718262,1.0981820821762085,0.05619943141937256,0.15056389570236206,-0.3083639442920685 +508,-1.9153953923598366,-0.4591349504284768,-2.1092184336060367,-0.8437356352806091,0.443172812461853,0.30283352732658386,-1.76600980758667,0.506913959980011,1.0003516674041748,-0.35801607370376587,0.19496500492095947,-0.32923126220703125 +509,-1.9402290200938923,-0.4276292333720736,-2.246624765275908,-0.8485590815544128,0.4147146940231323,0.3285711109638214,-1.5855926275253296,0.06689643114805222,0.114698126912117,0.4112728238105774,-0.2603873312473297,-0.04828241467475891 +510,-1.9760731059857986,-0.39211013550430834,-2.3279506089833086,-0.8492461442947388,0.38213926553726196,0.36434969305992126,-0.5019910931587219,-0.325371116399765,0.15373191237449646,0.13566887378692627,-0.27424436807632446,0.12084925174713135 +511,-2.0053983847359693,-0.39248477761824974,-2.3596025081341456,-0.8380678296089172,0.38248541951179504,0.3890334963798523,0.2885877788066864,-0.15385682880878448,0.057767435908317566,0.02135646343231201,0.05124562978744507,0.17075034976005554 +512,-2.0456460750503087,-0.41397692047840595,-2.389682843622246,-0.8142356276512146,0.40225347876548767,0.4185839891433716,-1.3837502002716064,-0.46712854504585266,0.8317357897758484,-0.5184670686721802,0.3160082697868347,0.1983289122581482 +513,-2.0797392830210293,-0.35667283044584647,-2.563965806246662,-0.818300187587738,0.3491584062576294,0.45658838748931885,-0.8960336446762085,0.5210352540016174,0.23379398882389069,0.3692494034767151,0.23009571433067322,-0.3839718699455261 +514,-2.0653752607037057,-0.37771889896692246,-2.625736961405941,-0.818123996257782,0.3688011169433594,0.4412013590335846,-0.0767873004078865,0.21641913056373596,0.3464769124984741,0.16205716133117676,-0.11753466725349426,-0.11876800656318665 +515,-2.028431634627979,-0.3946375307801603,-2.61374143095985,-0.8281453251838684,0.384473592042923,0.407867431640625,0.7845878005027771,0.5354176759719849,-0.23382560908794403,0.16243469715118408,-0.1331002116203308,0.006118863821029663 +516,-2.006970599855083,-0.4102105769535179,-2.551567652367623,-0.8311790227890015,0.39880242943763733,0.3874252140522003,-0.10422353446483612,-0.6372635364532471,-0.02193414233624935,-0.22849822044372559,-0.041365236043930054,0.7121841311454773 +517,-2.0416046322174672,-0.38852207202987504,-2.545218698878151,-0.8247807621955872,0.3788210451602936,0.4197995364665985,0.208391010761261,-0.6159361004829407,0.329729288816452,-0.3656643033027649,0.1488279402256012,-0.30729642510414124 +518,-2.037902801110203,-0.39625494733034744,-2.5389387762631777,-0.8236887454986572,0.3859662115573883,0.4154118299484253,0.15856491029262543,0.647972583770752,-0.305703341960907,-0.07561850547790527,0.13556396961212158,-0.1844547986984253 +519,-1.9466450390545345,-0.3946182876322435,-2.4777303861306215,-0.8587048053741455,0.3844558298587799,0.3388510048389435,0.2672187387943268,0.5862252116203308,-0.35969865322113037,0.20337021350860596,-0.18953996896743774,0.0770731270313263 +520,-1.904138493082346,-0.3846481133979719,-2.460968565533166,-0.875906765460968,0.375232994556427,0.30329450964927673,-0.21572628617286682,0.16993148624897003,0.09714074432849884,0.3483341336250305,-0.119434654712677,0.04753565788269043 +521,-1.883781267991324,-0.4170872925586222,-2.4555588287488095,-0.8698561787605286,0.40509915351867676,0.28150448203086853,0.28076452016830444,0.12165400385856628,0.34206676483154297,-0.11108553409576416,-0.13480499386787415,0.2310534417629242 +522,-1.8733531484880266,-0.44194518620915707,-2.4446402014923447,-0.862863302230835,0.4276985824108124,0.2693341076374054,0.38593849539756775,-0.35420963168144226,0.3539082705974579,-0.28238505125045776,0.16338112950325012,0.3721606433391571 +523,-2.002773697351776,-0.4617297114275913,-2.5871032679295984,-0.813042163848877,0.4454973638057709,0.3748258352279663,-0.8936101198196411,-0.14491762220859528,0.11170011013746262,-0.34011030197143555,0.2701245844364166,-0.48122549057006836 +524,-2.0339672935289705,-0.4626207186905766,-2.597091941956921,-0.8006008267402649,0.4462948739528656,0.39982354640960693,0.13766245543956757,-0.28346115350723267,-0.06430447101593018,0.19871801137924194,-0.12965986132621765,-0.11344665288925171 +525,-2.0651416774232816,-0.4379507537605031,-2.59556440081219,-0.7972012162208557,0.42408451437950134,0.42967772483825684,-0.4973333775997162,-0.050084467977285385,-0.31566211581230164,0.2964228391647339,-0.15650632977485657,-0.012242943048477173 +526,-2.0289310173942634,-0.43867161554072753,-2.5338118986893465,-0.8119595050811768,0.42473724484443665,0.40039974451065063,1.2201756238937378,0.18214905261993408,-0.3337356448173523,0.1721280813217163,-0.07679110765457153,0.007131993770599365 +527,-1.9836194250249561,-0.4610741794288658,-2.4240211835239096,-0.8203396201133728,0.4449103772640228,0.35930198431015015,-0.6524312496185303,-0.5090528726577759,-0.2791680097579956,-0.34260910749435425,-0.08823609352111816,1.0140042304992676 +528,-2.034154032723175,-0.40337245136740274,-2.475182920569956,-0.8227617740631104,0.3925223648548126,0.41108277440071106,1.1712652444839478,-0.7738035917282104,0.2374698966741562,-0.4638286828994751,0.2923377752304077,-0.30405765771865845 +529,-2.032284917110598,-0.41130280719529416,-2.4561865244399863,-0.8207156658172607,0.3998038172721863,0.4081452786922455,0.1281774342060089,0.749457597732544,-0.042289189994335175,0.007498562335968018,0.12351158261299133,-0.16990986466407776 +530,-1.9745636163429294,-0.4131105523287472,-2.4383448726421637,-0.8422285318374634,0.4014601409435272,0.35983458161354065,-0.3922572731971741,0.6517740488052368,0.1921108067035675,0.3744245767593384,-0.2181868851184845,-0.04931822419166565 +531,-1.9361890099858188,-0.4037478080445855,-2.5155356463800556,-0.8588864803314209,0.3928675651550293,0.32858604192733765,-0.9604396224021912,0.6847543716430664,0.2764206528663635,0.4056243300437927,-0.15782123804092407,-0.0927920937538147 +532,-1.875057946317655,-0.42134409353776714,-2.5582997065789357,-0.8706256747245789,0.4089873731136322,0.27338677644729614,0.1764346957206726,0.5714438557624817,0.37968939542770386,0.05629462003707886,-0.1277831494808197,0.16145825386047363 +533,-1.766573655020474,-0.4645423185781042,-2.508137949277098,-0.8769477605819702,0.44801366329193115,0.17391416430473328,0.8024842739105225,0.9447988271713257,-0.031270042061805725,-0.5306754112243652,-0.07217448949813843,0.6141107082366943 +534,-1.8461932058337074,-0.4586209842736176,-2.5059222154262284,-0.8628752827644348,0.4427120089530945,0.24382881820201874,-0.6680620908737183,-1.1799955368041992,-0.2872851490974426,-0.21047383546829224,0.2672642469406128,-0.05077466368675232 +535,-1.9430121172538761,-0.41297993149311957,-2.6033994172219965,-0.8532094359397888,0.401340514421463,0.33310532569885254,-0.2629695236682892,-0.2833364009857178,-0.38168367743492126,0.08450227975845337,0.17133700847625732,-0.4569762349128723 +536,-1.9381131027087701,-0.41122009189494707,-2.5686122474218216,-0.8554892539978027,0.399728000164032,0.3291747272014618,0.07272999733686447,-0.24739578366279602,0.1712886542081833,0.4180654287338257,-0.15807446837425232,-0.14672532677650452 +537,-1.9482830047276085,-0.41343521032924835,-2.568147919825641,-0.8512721657752991,0.40175747871398926,0.33753058314323425,0.6468935608863831,0.0256146602332592,-0.015365857630968094,0.16732734441757202,-0.005089938640594482,-0.1750243604183197 +538,-1.9418043977669723,-0.43668383019302337,-2.475785635862746,-0.8445062041282654,0.4229368269443512,0.3285326361656189,0.22399400174617767,-0.9134683012962341,0.009464162401854992,-0.03595644235610962,-0.036340147256851196,0.8191418647766113 +539,-1.9691783446371227,-0.38977518982037895,-2.575702064622686,-0.8525582551956177,0.3799804747104645,0.3588309586048126,0.36560505628585815,-0.40955546498298645,-0.10619641840457916,-0.2745170593261719,0.6765686273574829,-1.1916098594665527 +540,-1.9400232847714198,-0.42410540548724956,-2.5217748235101283,-0.8499845862388611,0.4115056097507477,0.32892200350761414,0.598508358001709,0.3017415404319763,0.3316001892089844,-0.015112578868865967,0.1212092936038971,-0.35788318514823914 +541,-1.8459934496982697,-0.43932013988961344,-2.4358036336451088,-0.8709858059883118,0.4253242611885071,0.24593281745910645,0.41505953669548035,0.3496086597442627,-0.2025321125984192,0.40229684114456177,-0.32063373923301697,0.021218061447143555 +542,-1.7982729400927384,-0.4473186134548429,-2.3882813181877873,-0.8783835172653198,0.43254953622817993,0.20333102345466614,0.29069066047668457,0.17457275092601776,0.01009608805179596,0.12217313051223755,-0.22742563486099243,0.0908735990524292 +543,-1.7674956753693116,-0.461911766859982,-2.3510740081621315,-0.8779398798942566,0.4456603527069092,0.17495238780975342,0.30700719356536865,-0.0062802317552268505,0.29476240277290344,-0.09190869331359863,0.013552933931350708,0.3667956590652466 +544,-1.8082472721427487,-0.45506372629124503,-2.3926227296189935,-0.8730292320251465,0.4395195543766022,0.21128763258457184,-0.7021634578704834,-1.267266869544983,0.17582213878631592,-0.42630237340927124,0.20630869269371033,0.22496114671230316 +545,-1.9672725232375885,-0.43256672936376467,-2.5123980610432106,-0.8374655246734619,0.4192025065422058,0.35060131549835205,-1.2172558307647705,-0.33847808837890625,-0.26925745606422424,-0.2196330428123474,0.47972336411476135,-0.2296905815601349 +546,-1.9922005193764338,-0.3883699490484928,-2.579436247376309,-0.8445582985877991,0.3786802589893341,0.37857985496520996,-0.09549902379512787,0.18750859797000885,0.03547130897641182,0.4142909646034241,-0.0957975685596466,-0.48572707176208496 +547,-1.9917053040641648,-0.41172965248209137,-2.5481700365696995,-0.8364421129226685,0.40019503235816956,0.3744443953037262,-0.1725996881723404,0.22347132861614227,-0.04208860546350479,0.16070663928985596,-0.17245760560035706,0.1867891550064087 +548,-1.9502174485334332,-0.41833975882705343,-2.5026613487079845,-0.8487769961357117,0.4062439501285553,0.33844274282455444,0.8802769184112549,0.1715841144323349,-0.1132097989320755,0.08307570219039917,0.03023374080657959,0.3779420852661133 +549,-1.9867074782756244,-0.4103162217634452,-2.4707391295319563,-0.8388198018074036,0.3988993167877197,0.3704875707626343,-0.027375590056180954,-1.0238490104675293,-0.5293112993240356,-0.1423662304878235,0.09247949719429016,0.4015614092350006 +550,-1.972462687342231,-0.42831757253827757,-2.4297045488851885,-0.837266206741333,0.41534093022346497,0.35563620924949646,0.5700539946556091,-0.9455019235610962,0.57511305809021,-0.3252093195915222,0.20021384954452515,-0.17445340752601624 +551,-1.9318852228265606,-0.4578378006238031,-2.372394744945374,-0.8391647338867188,0.4420096278190613,0.3169076442718506,1.3879977464675903,0.2241016924381256,-0.16892533004283905,-0.012916743755340576,-0.13309532403945923,-0.06690755486488342 +552,-1.8759384040997351,-0.45286301806249535,-2.3086797385191855,-0.8576589822769165,0.43754175305366516,0.27014490962028503,-0.5203690528869629,0.42909976840019226,-0.014045026153326035,0.383797287940979,-0.22181296348571777,0.04148530960083008 +553,-1.8581607586671283,-0.4510149868367393,-2.364296618492617,-0.8630998134613037,0.43587926030158997,0.2550846338272095,-0.012710869312286377,0.5604562163352966,0.10150453448295593,0.16012728214263916,-0.023983478546142578,-0.09904822707176208 +554,-1.7918988611189706,-0.46656395794798955,-2.3658625835986102,-0.8713772296905518,0.4498201608657837,0.19586588442325592,-0.08984605222940445,0.8441148400306702,0.0008098185062408447,-0.39775723218917847,-0.001761108636856079,0.5006519556045532 +555,-1.8278793045633925,-0.45825838272211494,-2.459659483950335,-0.867350697517395,0.4423868656158447,0.22802694141864777,-1.479163646697998,-0.8202137351036072,0.5470583438873291,-0.16771382093429565,0.08295789361000061,0.21522553265094757 +556,-1.9625792690750878,-0.43674164653808895,-2.6306437419863924,-0.8374765515327454,0.42298921942710876,0.34599560499191284,-1.3974014520645142,-0.12777681648731232,0.23327481746673584,-0.1742115616798401,0.19891321659088135,-0.27456918358802795 +557,-1.9792053869956117,-0.387512759254645,-2.7290331934587058,-0.8497041463851929,0.3778867721557617,0.36770185828208923,-0.40721988677978516,0.6521652340888977,-0.21769191324710846,0.3639557957649231,-0.08354473114013672,-0.3423112630844116 +558,-1.9257343429277285,-0.386154014014989,-2.7031901147616257,-0.8686224818229675,0.37662842869758606,0.3219415545463562,0.45490121841430664,0.13659779727458954,-0.12314485013484955,0.2682652473449707,-0.1061205267906189,-0.037090450525283813 +559,-1.8767776290777527,-0.39974567711608755,-2.601813928113958,-0.8783737421035767,0.3891840875148773,0.2774801254272461,1.4029103517532349,-0.9202623963356018,-0.22830180823802948,0.03404402732849121,-0.004708439111709595,0.3306131064891815 +560,-1.9443222053158653,-0.3740782673643656,-2.619136365607193,-0.8666598796844482,0.36541470885276794,0.3396657109260559,-0.11555124074220657,1.7825030088424683,0.11962121725082397,-0.05336880683898926,0.38266271352767944,-0.7853597402572632 +561,-1.9335288150041465,-0.4255913068164601,-2.5760203138007065,-0.8515298962593079,0.41285941004753113,0.3231774866580963,-0.48676812648773193,0.051202304661273956,-0.08108797669410706,-0.4131793975830078,0.21322393417358398,-0.015606105327606201 +562,-1.9098797230012716,-0.4262878078934751,-2.573261996942171,-0.8586626648902893,0.41349369287490845,0.30285540223121643,0.5514563918113708,0.09009464085102081,-0.3870076835155487,0.3162127137184143,-0.23946720361709595,-0.17990005016326904 +563,-1.8666363863537578,-0.425003767840188,-2.557877187909491,-0.8714593052864075,0.4123242199420929,0.26560690999031067,-0.2859329283237457,0.19335699081420898,0.07192859053611755,0.2437434196472168,-0.2570508122444153,-0.07349890470504761 +564,-1.8223240983065916,-0.44831357306828085,-2.560722507719486,-0.872822105884552,0.43344637751579285,0.22428904473781586,0.8197412490844727,0.3954465985298157,0.3674509525299072,-0.04630619287490845,0.05082172155380249,0.05326828360557556 +565,-1.7340821135384559,-0.4634603145136889,-2.5219801678270968,-0.8826126456260681,0.44704607129096985,0.14541274309158325,-0.4121904671192169,0.3519337773323059,0.03098204731941223,-0.3670821785926819,-0.07869890332221985,0.7340123653411865 +566,-1.8884631047848417,-0.46150270709516,-2.6458518169103105,-0.850585401058197,0.4452941119670868,0.27967414259910583,-1.2998377084732056,-0.9943861365318298,-0.022210896015167236,-0.515045702457428,0.3441040813922882,-0.16874277591705322 +567,-1.9635113378580356,-0.37884887982205334,-2.7334746410050355,-0.8583624958992004,0.3698512315750122,0.35556140542030334,-0.5799320340156555,-0.30348485708236694,-0.6980873346328735,0.49550849199295044,-0.0874568521976471,-0.33187976479530334 +568,-1.9902839288091865,-0.36489656424393113,-2.7792987024749998,-0.8531667590141296,0.3568526804447174,0.38047662377357483,-0.183690145611763,-0.2801409363746643,0.28152692317962646,0.3902609348297119,0.07278904318809509,-0.21444585919380188 +569,-2.008321971826151,-0.37882773130825576,-2.7522257748075254,-0.8415802121162415,0.36983156204223633,0.3936586380004883,1.229810357093811,-0.6663591265678406,0.037044137716293335,-0.105441153049469,0.0708269476890564,0.13788124918937683 +570,-2.049642241732462,-0.36545202615254785,-2.745726841935364,-0.8289169669151306,0.3573715090751648,0.4303279519081116,-0.5921890139579773,0.3955545723438263,-0.04640299081802368,-0.11027669906616211,0.06552579998970032,0.6272586584091187 +571,-2.0471139308926043,-0.3644708846636902,-2.7360751909492556,-0.8303133845329285,0.356454998254776,0.42839133739471436,-0.2991998493671417,0.4338403046131134,0.1583375185728073,-0.3748103380203247,0.3001306354999542,-0.20759674906730652 +572,-1.9885850755094114,-0.3823119872188673,-2.7258211784398076,-0.848002552986145,0.3730665445327759,0.37644776701927185,0.7208157181739807,0.9297646880149841,-0.13863219320774078,0.09861302375793457,-0.14035478234291077,-0.17545896768569946 +573,-1.8672609395163375,-0.3923392190225268,-2.651185050233535,-0.8837070465087891,0.38235095143318176,0.26994314789772034,0.4599292278289795,1.0405149459838867,0.3641127347946167,0.11222279071807861,0.14273443818092346,0.006973236799240112 +574,-1.783797228963035,-0.41602750236661223,-2.5777895100320363,-0.8940301537513733,0.4041300117969513,0.19336235523223877,0.533189594745636,1.4986695051193237,-0.23167158663272858,0.41572821140289307,0.1712941825389862,0.37324225902557373 +575,-1.7167020282515117,-0.43886633513958023,-2.6210098466440277,-0.8956156969070435,0.4249134957790375,0.1316106915473938,-2.186762571334839,-0.8515167236328125,0.42665183544158936,0.5014657974243164,-0.2061481773853302,0.4513208866119385 +576,-1.9995031864054245,-0.4698645966574485,-2.976250665882738,-0.8109409809112549,0.452765554189682,0.37064608931541443,-0.0900072231888771,0.6408571600914001,0.11319533735513687,-0.7012051939964294,-0.048071831464767456,1.2674155235290527 +577,-1.958208183676177,-0.39919332732686696,-3.129092525100537,-0.8530916571617126,0.3886752128601074,0.3480892479419708,-1.3106584548950195,1.223390817642212,-0.971710741519928,0.9491457939147949,-0.2796817123889923,-0.5734462738037109 +578,-1.8572718278464735,-0.3571686529183877,-3.020807117154283,-0.8987083435058594,0.3496229648590088,0.26474010944366455,1.4523751735687256,-1.6020387411117554,-0.8420530557632446,-0.07480251789093018,-0.3450910747051239,-0.05108651518821716 +579,-1.9175735161326644,-0.39027489498583406,-2.81453676150771,-0.8697534799575806,0.38044264912605286,0.3143119812011719,3.0748634338378906,0.14029832184314728,-1.1420150995254517,-1.2037632465362549,0.39914408326148987,0.25308603048324585 +580,-1.7678338362541617,-0.3616079669289326,-2.574679443320143,-0.9172313809394836,0.3537786602973938,0.1831047534942627,0.27873480319976807,0.32329022884368896,-0.6315845847129822,1.3657939434051514,-0.4270971417427063,0.1693122386932373 +581,-1.907426489499793,-0.3427735744164283,-2.743769003998467,-0.8889645338058472,0.33610060811042786,0.3110930323600769,-3.4141674041748047,-2.0494494438171387,1.591701865196228,0.3229091167449951,0.658787727355957,-0.27694377303123474 +582,-2.161794784063358,-0.385191173199201,-2.932596564840176,-0.7695395946502686,0.3757362961769104,0.5163631439208984,-1.7102689743041992,0.6683635115623474,-1.0963361263275146,-0.1197882890701294,-0.6206704378128052,1.595743179321289 +583,-1.9884002472416462,-0.3762524818069586,-3.0820100624083766,-0.8501230478286743,0.3674376904964447,0.37720102071762085,2.2645862102508545,1.4686936140060425,-0.7487365007400513,0.8107248544692993,-0.8302977681159973,-0.8098334074020386 +584,-1.9020127770539632,-0.41073914558507973,-2.853520565480668,-0.8669942617416382,0.3992871046066284,0.29814597964286804,1.2298229932785034,-1.853222131729126,0.11016573011875153,-0.5166575908660889,-0.10720330476760864,-0.16664573550224304 +585,-1.8629835472230665,-0.4393181146919097,-2.6487227484495737,-0.8666828274726868,0.42532244324684143,0.2606950104236603,2.17136287689209,0.6585561633110046,-1.295137882232666,-0.8305370807647705,0.33232223987579346,0.5457472801208496 +586,-1.7594094327487695,-0.3701152190634325,-2.533291577272975,-0.9157518744468689,0.361722856760025,0.1748005747795105,-0.6915474534034729,0.4030507504940033,-0.8720934987068176,1.6248278617858887,-0.3721140921115875,0.11226296424865723 +587,-1.9380205500374685,-0.331447221938668,-2.8310212314554755,-0.8825287818908691,0.3254118263721466,0.33948519825935364,-3.109265089035034,-1.0899690389633179,1.0158681869506836,0.05890512466430664,0.8018770217895508,-0.43881988525390625 +588,-2.129577026292782,-0.42448260213215877,-2.976564248611087,-0.7726526260375977,0.41184934973716736,0.48310279846191406,-0.050613902509212494,0.315840482711792,-0.4717695713043213,-0.6865912675857544,-0.3919670879840851,2.106344223022461 +589,-1.9687756634238212,-0.3514235138590653,-3.0924282457478696,-0.8655060529708862,0.3442346751689911,0.3638703227043152,0.46151283383369446,1.4667363166809082,-0.03739004582166672,1.0334596633911133,-0.6950037479400635,-0.7257630825042725 +590,-1.9202333795755693,-0.36906121919169577,-2.9157318653682096,-0.8763013482093811,0.3607400357723236,0.319316029548645,0.09235206246376038,-2.2060766220092773,0.16844409704208374,-0.5166429877281189,-0.1659615933895111,-0.07241356372833252 +591,-1.919630782643209,-0.3824317338788716,-2.7357712664490648,-0.8718826770782471,0.3731776475906372,0.31711089611053467,2.3674027919769287,0.6735107898712158,-0.7132033109664917,-1.1775864362716675,0.5440281629562378,0.5768252611160278 +592,-1.7755721426776392,-0.3487022861719935,-2.57689714294973,-0.9201810956001282,0.3416784703731537,0.19110959768295288,0.030120234936475754,0.6293466091156006,-0.4584901034832001,1.5843961238861084,-0.3223760724067688,0.21796336770057678 +593,-1.9172683349361022,-0.4138822420409793,-2.7927678945933065,-0.8611602783203125,0.40216681361198425,0.3109094500541687,-3.4086995124816895,-1.4923397302627563,2.0809221267700195,-0.15910327434539795,0.44136950373649597,-0.4529077112674713 +594,-2.133695637311266,-0.43050257978221196,-2.9990593161708454,-0.7685455083847046,0.4173275828361511,0.484948992729187,-3.1224958896636963,1.4064253568649292,-0.16210903227329254,-0.3815246820449829,-0.3421933054924011,2.877004623413086 +595,-1.9791905103917213,-0.40124692317403104,-3.067151696005704,-0.8448662757873535,0.39056652784347534,0.3655933737754822,1.6855535507202148,1.6626912355422974,-0.05053764581680298,1.2187066078186035,-0.8058497309684753,-0.5298240184783936 +596,-1.872113956548894,-0.43952102387157965,-2.8895231118665645,-0.8641840815544128,0.425506055355072,0.2685715854167938,0.30638688802719116,-1.5551378726959229,-0.1706509292125702,-0.020245909690856934,-0.5651392340660095,-0.04651045799255371 +597,-1.9118046032371767,-0.45222311447828756,-2.774437314786347,-0.8476842045783997,0.4369662404060364,0.30081915855407715,2.8457605838775635,0.25948113203048706,-0.6474127173423767,-1.6506373882293701,0.6547237634658813,0.28418755531311035 +598,-1.7701600616192856,-0.40003628669719427,-2.593899707133442,-0.9028037190437317,0.3894517719745636,0.18240942060947418,0.08427292108535767,0.7595817446708679,-1.1134034395217896,1.442690134048462,-0.12318584322929382,0.334649920463562 +599,-1.8741683913633043,-0.3981144587271225,-2.7782705320395062,-0.8796995282173157,0.38768094778060913,0.2753766179084778,-2.780235528945923,-0.7109917402267456,0.9206491708755493,0.5144804120063782,0.13255220651626587,-0.471635103225708 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/we3.csv b/BoostRunClub/CoreML/DataSet/Motion/running/we3.csv new file mode 100644 index 0000000..a4b90eb --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/we3.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-2.136920854537285,-0.49276043558471677,-3.0908675003370822,-0.7435771226882935,0.4730597138404846,0.47255396842956543,2.1723275184631348,-2.0397093296051025,0.03876791149377823,-2.3358447551727295,0.2341545820236206,0.9320327639579773 +1,0.06397285872228917,0.7046907428213459,1.238334993627225,0.04870205372571945,-0.6477982401847839,-0.7602536082267761,0.6203765273094177,1.8200544118881226,0.9683230519294739,0.43918249011039734,0.32531899213790894,0.15399140119552612 +2,0.08855387681315967,0.7645435646992502,1.4231497814884475,0.06382569670677185,-0.6922076344490051,-0.7188705205917358,-1.980989694595337,2.65959095954895,0.6940962076187134,0.25253477692604065,-0.4358288049697876,-0.31234896183013916 +3,0.23296660581263112,0.6336245605023509,1.5131643304838183,0.18605105578899384,-0.5920696258544922,-0.7841164469718933,-0.7937358617782593,0.8904056549072266,0.42697691917419434,-0.18151922523975372,0.19167906045913696,0.08898705244064331 +4,0.35001940564146694,0.6040144767961761,1.5807344013804552,0.28224122524261475,-0.5679512023925781,-0.7731567025184631,1.0928065776824951,0.4557141363620758,-0.03835500031709671,-0.5015100240707397,0.6476478576660156,-0.07001340389251709 +5,0.298975929052042,0.8064877167517885,1.4672338729135386,0.20383407175540924,-0.7218610048294067,-0.6613382697105408,2.2672159671783447,-1.846794843673706,0.48624110221862793,0.04796646535396576,-0.253312885761261,-0.015572071075439453 +6,0.1447025407782037,0.7378082510429006,1.3274644479373572,0.10669859498739243,-0.6726677417755127,-0.7322113513946533,-2.1899240016937256,-1.9190407991409302,-2.059735059738159,-0.13291320204734802,-0.33206242322921753,-0.2421080470085144 +7,0.02780473893405006,0.638912905523288,1.135440847193364,0.022317225113511086,-0.5963231325149536,-0.8024342060089111,0.6292359828948975,-2.278343677520752,-0.7312767505645752,0.24216336011886597,0.04293262958526611,0.22232556343078613 +8,-0.20729629546605652,0.7715920773915266,1.0936844413446323,-0.14752838015556335,-0.697277307510376,-0.7014554142951965,1.4266207218170166,-1.3269113302230835,-0.5267316102981567,0.40924710035324097,0.2601587772369385,0.2514432668685913 +9,-0.16158540107149413,0.8460090866068027,1.0846959572776533,-0.10666171461343765,-0.7486404776573181,-0.6543399691581726,-0.930842399597168,-0.7619540095329285,-0.018776332959532738,0.39113128185272217,-0.2195603847503662,-0.13504278659820557 +10,-0.10192893339993742,0.7399439498957389,1.1311163087270613,-0.07514488697052002,-0.6742464900016785,-0.7346733212471008,-1.1203688383102417,1.0100017786026,0.6874843239784241,0.2223616987466812,-0.14917874336242676,-0.4015113115310669 +11,-0.04656552288692872,0.7491898575213537,1.2510310086779595,-0.034084856510162354,-0.6810457706451416,-0.7314471006393433,0.21824336051940918,1.2060229778289795,0.728084146976471,-0.21168845891952515,0.2233278751373291,0.27841365337371826 +12,0.023292098536769393,0.7986500340468138,1.2545811792205879,0.016248833388090134,-0.7164149284362793,-0.6974852085113525,1.281079888343811,-0.1357930302619934,-0.2963879108428955,-0.46658146381378174,0.4562067985534668,0.09552597999572754 +13,-0.015002906563187883,0.8940206223826782,1.1730373577340822,-0.00939570739865303,-0.7795960903167725,-0.6262121200561523,-1.7294026613235474,-1.778852105140686,-0.386709988117218,0.06402215361595154,-0.45909714698791504,0.21843624114990234 +14,-0.12683902934854935,0.7968985805904464,1.103996589939714,-0.08841385692358017,-0.7151918411254883,-0.693313479423523,0.5175606608390808,-1.3722962141036987,-0.337124228477478,0.08580459654331207,-0.025942742824554443,-0.29321300983428955 +15,-0.166983155980069,0.808202991851046,1.0637042204652956,-0.11481646448373795,-0.7230469584465027,-0.6811903715133667,0.5701124668121338,-0.30273860692977905,-0.34771186113357544,0.14508989453315735,0.3227631449699402,0.1565169095993042 +16,-0.11290508498435038,0.9101676582730631,1.0535459240402651,-0.0691329687833786,-0.7896066308021545,-0.609706461429596,1.5157731771469116,0.8846597075462341,0.3503471314907074,0.64460289478302,-0.15573632717132568,-0.05653798580169678 +17,-0.1104980416612071,0.8008859940769085,1.1443627994469199,-0.07675804942846298,-0.7179731130599976,-0.691825807094574,-1.1394703388214111,1.1605154275894165,1.0358961820602417,0.2557894289493561,-0.3438097834587097,-0.6221237778663635 +18,-0.09884373534971136,0.769260104632321,1.2632083910994159,-0.07089629024267197,-0.6956038475036621,-0.7149189114570618,-0.13757731020450592,1.3523176908493042,0.5127297043800354,-0.15629181265830994,0.1730208396911621,0.11332583427429199 +19,-0.027195557132238153,0.8018937119626922,1.2752446848544292,-0.018908018246293068,-0.7186741828918457,-0.6950898766517639,0.7634673714637756,0.5705886483192444,-0.49305808544158936,-0.4658026695251465,0.5444798469543457,0.21611648797988892 +20,0.023476869438465928,0.8573959621679671,1.1483289935187293,0.015362056903541088,-0.7561410069465637,-0.6542283892631531,-1.5670973062515259,-1.8564703464508057,-0.3043067157268524,0.30212756991386414,-0.291908860206604,0.3548509478569031 +21,-0.12290963397480426,0.6732415830693692,1.1279836350527646,-0.09584956616163254,-0.6235235333442688,-0.7759067416191101,-0.3981756567955017,-1.398794174194336,-0.3852470815181732,-0.14859624207019806,-0.2351037859916687,-0.6264369487762451 +22,-0.229733094249657,0.671166323572969,1.060654007152953,-0.17832496762275696,-0.6218997836112976,-0.7625226974487305,-0.27554744482040405,-0.8365148901939392,-0.7424958944320679,0.16668252646923065,0.08430212736129761,0.19854265451431274 +23,-0.17590682110856481,0.730609826993971,0.9934133842027395,-0.13033509254455566,-0.6673239469528198,-0.733274519443512,1.3625311851501465,0.7742663621902466,-0.741543173789978,0.25687626004219055,0.3848838210105896,0.04264646768569946 +24,-0.10323730457713329,0.7869174832459838,1.0066130743289807,-0.07275939732789993,-0.70818030834198,-0.7022725343704224,-2.265185594558716,0.12215308099985123,0.5951107144355774,0.46199584007263184,-0.3208876848220825,-0.22340184450149536 +25,-0.027135221606682015,0.6749786054401059,1.107934827917049,-0.02118241973221302,-0.6248806118965149,-0.780432939529419,0.06354750692844391,2.236921787261963,1.2371141910552979,-0.13618147373199463,0.05754357576370239,-0.11217570304870605 +26,-0.02661731467352963,0.684160971663179,1.2117864734018404,-0.020624643191695213,-0.63202303647995,-0.7746751308441162,0.6162590384483337,-0.021387849003076553,0.4881490170955658,-0.42964696884155273,0.37050265073776245,0.1826035976409912 +27,-0.023451845205510514,0.7677688616489381,1.1752164105157223,-0.016871165484189987,-0.6945317387580872,-0.7192641496658325,1.6475839614868164,0.058180950582027435,-0.8088313937187195,-0.3502553105354309,0.15769708156585693,-0.016468822956085205 +28,-0.03396007812619067,0.808199768483836,1.069315157181692,-0.02345515601336956,-0.723044753074646,-0.6904029250144958,-2.1970160007476807,-1.10752272605896,-0.07027000933885574,-0.1870398223400116,-0.2375417947769165,-0.21795278787612915 +29,-0.10170022510986257,0.6994006893351795,1.0260560071177456,-0.07768978923559189,-0.6437591910362244,-0.7612742185592651,-1.522067666053772,-1.0684584379196167,-0.2017654925584793,0.28079953789711,-0.06678158044815063,0.17344462871551514 +30,-0.14911154524735723,0.7033102783913355,1.0056835453028887,-0.11330721527338028,-0.6467459797859192,-0.7542420625686646,0.7610235214233398,-0.5533820986747742,-0.5791703462600708,0.36686253547668457,0.1597769856452942,0.37953197956085205 +31,-0.05007739029720403,0.8140442917441155,1.0208402599325592,-0.03436694294214249,-0.7270697951316833,-0.6857028603553772,2.347568988800049,0.685103178024292,0.30770599842071533,0.5996288061141968,-0.23185354471206665,-0.1218685507774353 +32,-0.025720001279955853,0.7363282446961039,1.1043786909396638,-0.01905485987663269,-0.6715719103813171,-0.7406942844390869,-1.0891610383987427,1.4932187795639038,0.8714939951896667,0.1609005630016327,-0.17811369895935059,-0.6549050211906433 +33,-0.03534319904288748,0.7273064223635222,1.264665807946162,-0.026394741609692574,-0.6648600101470947,-0.7465014457702637,0.06251545250415802,0.0341423861682415,1.0321589708328247,-0.2900572717189789,0.2389567494392395,0.31977421045303345 +34,-0.08814557282177889,0.741987072659142,1.3200310291148507,-0.06489039957523346,-0.6757539510726929,-0.7342655658721924,0.8534665703773499,-0.19512979686260223,-0.22716191411018372,-0.5724997520446777,0.45920121669769287,0.2596104145050049 +35,-0.1323760411585129,0.8941711936948371,1.2262335476846407,-0.082647405564785,-0.7796903848648071,-0.6206870079040527,0.595718264579773,-2.588719129562378,0.765678882598877,-0.1426486372947693,0.07847273349761963,0.39230871200561523 +36,-0.42932335793639087,0.6204110752427198,1.2353679600687961,-0.33868205547332764,-0.5813696980476379,-0.7397997975349426,-3.996650218963623,-2.6377811431884766,0.15582774579524994,-0.34277546405792236,-0.14519280195236206,-0.3514325022697449 +37,-0.5943679071613271,0.46341791684588085,1.1121265536176779,-0.5009234547615051,-0.4470081329345703,-0.7411203384399414,-1.0559444427490234,-2.2811529636383057,-0.7514429688453674,0.2751086354255676,-0.1578807532787323,-0.1033773422241211 +38,-0.5920197239564071,0.44725058392952316,1.0807242901838103,-0.5031493306159973,-0.43248820304870605,-0.7481943368911743,1.4341073036193848,1.5995285511016846,-0.0032769963145256042,0.8058837056159973,-0.23929524421691895,-0.5521138906478882 +39,-0.6126542843591771,0.5536458846923082,1.3228728417686817,-0.4891375005245209,-0.5257919430732727,-0.6959075927734375,1.289568543434143,2.1562302112579346,1.9794615507125854,-0.4244519770145416,-0.0842239260673523,-0.717620849609375 +40,-0.5976985292565954,0.43658916142015564,1.6253931230194612,-0.509955883026123,-0.422851026058197,-0.7490941286087036,0.30400216579437256,-0.054117534309625626,3.843409538269043,0.007300853729248047,0.21212714910507202,-0.1374720335006714 +41,-0.8103626965731695,0.3431356044693252,2.033195555266119,-0.6822998523712158,-0.3364415466785431,-0.6490562558174133,2.2774505615234375,0.16859713196754456,1.6043117046356201,-0.04716181755065918,0.382111132144928,0.40047532320022583 +42,-0.84880353836633,0.3511858091498868,2.1812812580465404,-0.7046843767166138,-0.34401148557662964,-0.620544970035553,0.2986001968383789,-0.8343219757080078,0.8051750063896179,0.05115044116973877,0.6322805285453796,0.2823644280433655 +43,-1.0354106732211044,0.11943916603530198,2.022037044870888,-0.8539444804191589,-0.1191553846001625,-0.5065380930900574,-3.4683001041412354,-2.387150526046753,0.905550479888916,-0.9649489521980286,0.2939448058605194,-1.2179796695709229 +44,-1.0637775185696992,-0.0074652551668502615,1.8291546428031216,-0.8741716146469116,0.007465185597538948,-0.48555973172187805,-2.7264225482940674,0.5887125134468079,-1.026511549949646,-0.04819166660308838,-0.6055181622505188,0.13463807106018066 +45,-1.0722952521381572,0.008682939087804497,1.586480946289625,-0.8782671689987183,-0.00868283025920391,-0.4780915677547455,-0.25812727212905884,-0.40681084990501404,-0.9200698733329773,0.7905290126800537,-0.785796582698822,0.029452621936798096 +46,-1.1470174717813428,0.07821511877418111,1.7128156258608223,-0.908754825592041,-0.07813539355993271,-0.4099508225917816,1.2828582525253296,-1.4337315559387207,1.1953336000442505,0.25515973567962646,-0.1440630853176117,-0.09261268377304077 +47,-1.2780453845852975,-0.027660430628913362,1.9399452260000036,-0.9570874571800232,0.027656903490424156,-0.2884768545627594,2.256667375564575,1.681567668914795,1.7337547540664673,-0.5733996629714966,0.1442943811416626,-0.516424298286438 +48,-1.1416151168433188,-0.09340518253283946,2.178755622559755,-0.9053429961204529,0.09326942265033722,-0.4143124520778656,1.5000059604644775,0.7675710916519165,0.5892662405967712,0.33161258697509766,0.07102193683385849,0.34824198484420776 +49,-1.1286836293120028,-0.016052370283382703,2.2414590595080357,-0.9037333726882935,0.016051681712269783,-0.427794873714447,0.37766528129577637,-0.8407522439956665,-1.3820594549179077,0.35034286975860596,0.33937129378318787,0.509581983089447 +50,-1.2007140573280932,0.05734665286979079,2.0581219607373282,-0.9307650327682495,-0.05731522664427757,-0.3610975742340088,-2.4750542640686035,-2.289818525314331,-0.4548274874687195,-0.5681363344192505,0.8108552694320679,-0.5920732021331787 +51,-1.261578354199573,0.03543090945742497,1.8958496933118194,-0.9519739747047424,-0.03542349860072136,-0.30412280559539795,-2.2860631942749023,0.016933836042881012,-0.4025077521800995,-0.04051864147186279,-0.25437140464782715,0.18719470500946045 +52,-1.2832749900378706,0.004008003407688964,1.726703209382135,-0.9589419960975647,-0.004007992800325155,-0.2835738956928253,-0.39974480867385864,-0.3918612003326416,0.0589495450258255,0.6690860986709595,-0.6850789189338684,-0.09971162676811218 +53,-1.2845580180423692,0.021480950748170115,1.822603262632336,-0.9590914249420166,-0.021479299291968346,-0.28228044509887695,2.066904067993164,0.46665120124816895,0.1876036822795868,0.4205477833747864,-0.3605549931526184,-0.03145548701286316 +54,-1.434107351767064,-0.04868612277710024,2.0591151876585116,-0.9894987344741821,0.04866689071059227,-0.13610225915908813,2.9668071269989014,-1.5421438217163086,1.377679705619812,-1.2512849569320679,-0.13320058584213257,-0.5744385123252869 +55,-1.4074682443602318,-0.1370611599754101,2.287214752502906,-0.97743821144104,0.13663242757320404,-0.16107797622680664,2.4196009635925293,-0.024298682808876038,0.7168464064598083,0.09776902198791504,0.15389490127563477,0.19403696060180664 +56,-1.4215338588351267,-0.11696187274733524,2.3404712806589765,-0.9821246266365051,0.11669538170099258,-0.14769281446933746,-0.033883485943078995,0.3491014838218689,-0.42513933777809143,0.9541248679161072,0.11032488197088242,0.17456354200839996 +57,-1.4848086818892983,-0.07098181703240007,2.3084815102810667,-0.9937965273857117,0.07092222571372986,-0.08566545695066452,-1.6673104763031006,-1.0065574645996094,0.10716880857944489,-0.2367790937423706,1.0587621927261353,-0.008603334426879883 +58,-1.5499038905404692,-0.1774540886791917,2.2061448190797686,-0.9840814471244812,0.17652422189712524,-0.020562851801514626,0.4241577684879303,-0.027843616902828217,1.4806535243988037,-0.7327001094818115,0.15945905447006226,-0.21262192726135254 +59,-1.3893754254139659,-0.394899313341729,2.3283216632566366,-0.9078867435455322,0.3847152590751648,-0.16654080152511597,2.854820728302002,1.0840904712677002,2.5024125576019287,0.17905068397521973,-0.666361927986145,0.07367575168609619 +60,-1.1689698740125942,-0.4634291287782884,2.643384918073926,-0.8232743144035339,0.44701817631721497,-0.3498486280441284,2.7855639457702637,-0.8467397093772888,0.37085744738578796,0.06550765037536621,-0.7824368476867676,0.6068218946456909 +61,-1.2981482220401244,-0.3718992566204034,2.8517922874225836,-0.8972252011299133,0.36338549852371216,-0.25087419152259827,1.7893447875976562,-2.7588329315185547,-0.13165001571178436,-1.0093756914138794,0.41476693749427795,-0.17934730648994446 +62,-1.3880979865492116,-0.25842741459625423,2.9644622001070986,-0.9507027268409729,0.2555605173110962,-0.17565050721168518,1.1839903593063354,-0.03227870538830757,-1.5272812843322754,0.06438076496124268,-0.02121603488922119,-0.27101999521255493 +63,-1.4248224670723966,-0.18156442792016927,2.9997747681712337,-0.9731020331382751,0.18056850135326385,-0.14306506514549255,-0.12493619322776794,-0.40861451625823975,-0.5203667283058167,0.8654206991195679,0.02597448229789734,0.06133900582790375 +64,-1.5484502645208824,-0.1572207654723917,2.883195250660043,-0.9874196648597717,0.15657386183738708,-0.02206861414015293,-1.0266342163085938,-1.3806709051132202,-1.074476718902588,-0.22952979803085327,0.029720693826675415,-0.08973252773284912 +65,-1.6344722242044458,-0.16405526820821384,2.6307546273192934,-0.9845736622810364,0.1633203625679016,0.06277848035097122,-0.9861672520637512,-0.26701122522354126,0.6800354719161987,-1.4980008602142334,0.6391851305961609,-0.7061195373535156 +66,-1.5083153774800344,-0.199161592863652,2.462114191687161,-0.9783201813697815,0.19784756004810333,-0.061206039041280746,-1.570167064666748,0.6757060289382935,0.9635528922080994,0.4420652389526367,0.057248860597610474,0.47362053394317627 +67,-1.4632285181032807,-0.4448972226561598,2.4856507965114174,-0.8974376916885376,0.43036511540412903,-0.09690947085618973,2.371694326400757,-0.3735558092594147,3.6219611167907715,0.9938732385635376,-0.7317415475845337,-0.47697359323501587 +68,-1.1873264896652371,-0.5034435396885547,2.91476901161736,-0.8123096823692322,0.4824446737766266,-0.3277195990085602,2.436997652053833,1.943605899810791,-0.3571949601173401,-0.9365153908729553,-0.1806105673313141,0.5445165038108826 +69,-1.180019575097967,-0.38562210682033654,3.065439266262662,-0.8567140698432922,0.37613561749458313,-0.35293465852737427,1.1072828769683838,-0.8987557888031006,-1.419165849685669,-0.983678936958313,0.2481319010257721,0.10436901450157166 +70,-1.3004025733323095,-0.22454883210755466,3.0003022470253824,-0.9394726753234863,0.22266654670238495,-0.2604050040245056,-2.0573678016662598,1.3982893228530884,-1.8206877708435059,0.7828870415687561,-0.22091178596019745,0.22460788488388062 +71,-1.1927141060039737,-0.055368877647228004,2.5737702082168004,-0.9279499650001526,0.055340591818094254,-0.3685730993747711,-2.261967420578003,-4.075286865234375,-1.8428103923797607,1.3865376710891724,0.570025622844696,0.3596314489841461 +72,-1.7955504962213233,-0.16005074798597874,2.5347710113516713,-0.9623897075653076,0.15936830639839172,0.22001832723617554,0.10335609316825867,-2.7504305839538574,2.9852161407470703,-1.5248082876205444,0.32520508766174316,-0.21475407481193542 +73,-1.567732379603265,-0.01717845115044471,2.210369579411338,-0.9998477101325989,0.017177606001496315,-0.0030634901486337185,-5.086005687713623,3.3777849674224854,-2.585061550140381,0.3742374777793884,0.5717048048973083,0.24233657121658325 +74,-1.5556759404802334,0.1521805293272057,1.9068000951239836,-0.9883298873901367,-0.15159381926059723,-0.014945068396627903,-1.9827953577041626,-0.8379207849502563,-2.0889201164245605,1.1579313278198242,-0.2613242566585541,0.18117427825927734 +75,-1.8191146099396764,0.26574386857667687,1.9783142135409675,-0.9353014230728149,-0.26262709498405457,0.23714691400527954,2.3057026863098145,-2.2085392475128174,0.2772817611694336,0.7152848243713379,0.03421825170516968,-0.14948508143424988 +76,-1.9077570519821867,-0.139877551280796,2.265603024715818,-0.9345462322235107,0.13942186534404755,0.327391117811203,4.84877347946167,3.2817928791046143,3.822669506072998,-2.2835018634796143,0.034467265009880066,-0.10691693425178528 +77,-1.691988334974546,-0.34721920047559296,2.5965698458105977,-0.9334255456924438,0.3402842879295349,0.11368082463741302,1.146202564239502,-0.09747608006000519,-0.7262029647827148,0.0035396814346313477,0.027925550937652588,0.2558107376098633 +78,-1.5402809905860155,-0.14624845911782614,2.7609277580544256,-0.9888640642166138,0.14572767913341522,-0.03018488921225071,0.619215190410614,1.1934068202972412,-1.5085169076919556,1.3760864734649658,0.2996763586997986,0.674975574016571 +79,-1.5734474792065167,-0.1297178810856627,2.640414865947904,-0.9915948510169983,0.12935440242290497,0.002628875197842717,-4.343761920928955,-0.9182872772216797,-0.13032738864421844,-0.7279790043830872,1.076089859008789,-0.08627760410308838 +80,-1.530552591789763,-0.2729790919567457,2.4011555182418194,-0.9621922373771667,0.26960140466690063,-0.03874312713742256,-0.006521397270262241,-0.23839539289474487,2.0212337970733643,-0.6609918475151062,0.0073150694370269775,-0.22521865367889404 +81,-1.6780841444555192,-0.27257472258028514,2.3800388097007117,-0.9575434327125549,0.2692119777202606,0.10312873870134354,-0.003660888411104679,-0.5010373592376709,-0.4999379515647888,0.32241159677505493,-0.551896333694458,-0.15307080745697021 +82,-1.6878283916048336,-0.2038806141615721,2.472305543274809,-0.9725895524024963,0.20247109234333038,0.1143466904759407,0.5789262056350708,-1.1539475917816162,-1.041340947151184,1.524148941040039,-0.5236380696296692,0.015551328659057617 +83,-1.8180028275705806,-0.2736426731326356,2.6459219852202955,-0.9335237145423889,0.2702403664588928,0.23559187352657318,2.585723876953125,2.1178362369537354,3.0863876342773438,-2.0528502464294434,0.4054950773715973,-0.3901481628417969 +84,-1.6464541992868922,-0.28785094832502794,2.962777470366438,-0.9561132788658142,0.2838922441005707,0.07247583568096161,1.4812183380126953,0.9139939546585083,-1.2808698415756226,-0.0010095834732055664,0.1809362769126892,0.7555118799209595 +85,-1.6280800373300182,-0.1417194759182201,3.0118641714335843,-0.9883508682250977,0.14124555885791779,0.0566784143447876,0.41583380103111267,-0.651310384273529,-1.2522518634796143,1.1099328994750977,3.55839729309082e-05,0.0492023304104805 +86,-1.6876062506601182,-0.037743959567719455,3.001137797490715,-0.9924782514572144,0.037735000252723694,0.11646147817373276,-0.743774950504303,-0.902812123298645,-0.24358747899532318,0.6352088451385498,0.40289306640625,-0.3095461130142212 +87,-1.673666535811928,-0.1446940928652848,2.7746900449589864,-0.9843186736106873,0.1441897302865982,0.10161576420068741,-2.0421085357666016,3.3022379875183105,1.3441318273544312,-1.835932731628418,0.3160000741481781,-0.6060560941696167 +88,-1.8202644294847488,-0.10342506563278767,2.7137404328966244,-0.9638656377792358,0.10324078053236008,0.24556927382946014,-3.37209153175354,0.7320156097412109,0.3019762337207794,0.3484329581260681,-0.5880735516548157,0.6451473236083984 +89,-1.7319936076410571,-0.10385378153879557,2.466530073130587,-0.9817178845405579,0.10366719216108322,0.15963533520698547,-0.5221909880638123,1.7191241979599,0.24912786483764648,1.024579644203186,-0.32270708680152893,-0.2920662760734558 +90,-1.5778051014718155,-0.08185978152806679,2.547248028071848,-0.9966267943382263,0.08176838606595993,0.0069852471351623535,-0.6184720396995544,2.3849198818206787,0.3601617217063904,0.048689842224121094,-0.14982257783412933,-0.06632673740386963 +91,-1.3424139971132032,-0.22929037519988077,2.753807001717541,-0.948541522026062,0.22728653252124786,-0.22047676146030426,4.238153457641602,0.42132848501205444,-0.024012811481952667,-0.6964017748832703,0.16317062079906464,-0.021451354026794434 +92,-1.1938343945381404,-0.1691059666580593,2.940431607595811,-0.916524350643158,0.16830113530158997,-0.3628467321395874,0.8510998487472534,0.32406100630760193,-0.5635567903518677,0.6455435752868652,0.03224511444568634,0.5261157751083374 +93,-1.2406221087822944,-0.13601526783828594,2.913531590076071,-0.9372488260269165,0.13559627532958984,-0.3212134838104248,-1.2175644636154175,-1.7418129444122314,-0.49964219331741333,0.9029929637908936,0.19872377812862396,0.6717841625213623 +94,-1.5200755294022297,-0.12517413550103806,2.5963348867837923,-0.9909000992774963,0.12484750896692276,-0.05030238628387451,-4.04902458190918,-1.9492030143737793,0.9440135359764099,-1.5142574310302734,0.9403838515281677,-1.485235333442688 +95,-1.6117800956065813,-0.18118209280737183,2.4601997587836077,-0.9828054904937744,0.18019244074821472,0.04030163958668709,-1.9970778226852417,-1.3989368677139282,-0.01711871102452278,-0.5753304958343506,-0.4066633880138397,0.28716719150543213 +96,-1.6390153244085497,-0.1784512367446011,2.2696060544091363,-0.9818307757377625,0.17750561237335205,0.06708360463380814,-1.052789568901062,0.6539632081985474,-0.010067945346236229,0.8593178987503052,-0.43948379158973694,-0.05277085304260254 +97,-1.608971577938752,-0.18001222467304837,2.3214057234121426,-0.9831247329711914,0.17904159426689148,0.037549275904893875,1.6726553440093994,-0.45827850699424744,-0.1827607899904251,0.6914682388305664,-0.4424082934856415,0.12762713432312012 +98,-1.6723951012332814,-0.29439869656696444,2.546312174845703,-0.9520419239997864,0.2901644706726074,0.09706048667430878,5.416032314300537,0.19484224915504456,0.4142015278339386,-2.4240567684173584,-0.10740995407104492,-0.7685387134552002 +99,-1.5584733765121133,-0.20043857196061396,2.8214206997903557,-0.97990483045578,0.19909913837909698,-0.012075929902493954,1.3921977281570435,0.8511754870414734,-1.1521250009536743,0.04948502779006958,0.15693414211273193,0.03453683853149414 +100,-1.4704097572049046,-0.1285179235303002,2.856347792703225,-0.9867598414421082,0.12816442549228668,-0.09939152747392654,-0.4455465078353882,0.5294690728187561,-0.07586289197206497,1.1823012828826904,0.33640462160110474,0.5250659584999084 +101,-1.5719054497266256,-0.15023707300087039,2.740032782168475,-0.988735020160675,0.14967253804206848,0.0010966290719807148,-3.0917179584503174,-2.3852033615112305,0.4944004416465759,-0.29326266050338745,0.7571877837181091,-0.19016826152801514 +102,-1.622658345158113,-0.24034373485039742,2.5909213241555418,-0.969950258731842,0.23803649842739105,0.05034872889518738,-1.5356866121292114,-0.388286828994751,0.7249675393104553,-0.5672506093978882,0.08151304721832275,0.5097403526306152 +103,-1.6775131880754497,-0.2069917444344884,2.295000865065675,-0.9730862975120544,0.20551680028438568,0.10424073040485382,-1.568664789199829,1.0578279495239258,0.13261933624744415,0.5164822340011597,-0.2981529235839844,-0.1338733434677124 +104,-1.6280467308316757,-0.2244814181437939,2.2337627621742264,-0.973312497138977,0.2226008176803589,0.05578349158167839,1.0617249011993408,-0.28382137417793274,0.04798710346221924,1.039840817451477,-0.5299586057662964,-0.17724347114562988 +105,-1.6970119575327232,-0.2855220000606317,2.361669445442602,-0.9518822431564331,0.2816583514213562,0.12078447639942169,3.0621862411499023,-0.5457282662391663,2.7188098430633545,-1.7179481983184814,0.006442844867706299,-0.8891408443450928 +106,-1.5531392486045914,-0.32867974633697433,2.8293141986359096,-0.9463218450546265,0.32279372215270996,-0.01671101525425911,3.38452410697937,0.1042092889547348,-0.7155830264091492,-0.34037554264068604,0.11772748827934265,0.13281512260437012 +107,-1.4880958185127027,-0.20394590160917986,2.9387643528060603,-0.9759282469749451,0.202535018324852,-0.08089426904916763,-0.6938188076019287,0.7088750600814819,-1.0720118284225464,1.1195744276046753,0.1350657194852829,0.20812207460403442 +108,-1.5094384314752274,-0.17060119671975582,2.90798197774501,-0.9836283922195435,0.1697748452425003,-0.060429222881793976,-0.8740026354789734,-1.2993630170822144,-0.06272297352552414,0.6815654635429382,0.2669164538383484,0.13057392835617065 +109,-1.6583083497290285,-0.23104808738783508,2.647831358333889,-0.969701886177063,0.22899788618087769,0.08507787436246872,0.3613302409648895,1.2363362312316895,1.599534273147583,-0.834161639213562,0.5284331440925598,-0.9039255380630493 +110,-1.684728425322028,-0.2527957441807487,2.402007636187981,-0.9619397521018982,0.25011181831359863,0.11007249355316162,-4.617984294891357,0.6824808716773987,-0.16708184778690338,0.006083488464355469,-0.282613068819046,-0.08034837990999222 +111,-1.6365972144668384,-0.23979625572951402,2.2015715212298326,-0.9692842364311218,0.2375047206878662,0.06387197226285934,-0.7283311486244202,0.6901534795761108,0.3433528542518616,1.0338289737701416,-0.4271256923675537,-0.09632743149995804 +112,-1.642643262370652,-0.2679490765810254,2.282557721294532,-0.9618279933929443,0.2647542655467987,0.0692235454916954,1.6187371015548706,-1.8093575239181519,0.238285094499588,0.1580103635787964,-0.3506612777709961,-0.1952611207962036 +113,-1.616064768197839,-0.36616452361895363,2.6515676900286738,-0.9327508807182312,0.3580368757247925,0.0422530435025692,4.377020359039307,-0.09443174302577972,-0.13733036816120148,-1.125140905380249,0.13340291380882263,0.1555314064025879 +114,-1.5314898493134823,-0.2624398170605119,2.893459390397011,-0.9650140404701233,0.25943759083747864,-0.037950847297906876,0.501879096031189,0.18541036546230316,-1.8929173946380615,0.36603015661239624,0.13094329833984375,0.2424948811531067 +115,-1.4933945399015558,-0.16151926810574055,2.875541739200889,-0.9840289354324341,0.16081789135932922,-0.07631807029247284,0.026130210608243942,-0.07759584486484528,-0.3475569486618042,1.0684864521026611,0.3282415270805359,0.21985751390457153 +116,-1.6295807694979596,-0.17754342900464695,2.7326960736396044,-0.9825804233551025,0.17661215364933014,0.057827066630125046,-3.6728310585021973,-2.669454336166382,0.8829433917999268,-1.0898377895355225,1.308739423751831,-0.3455773591995239 +117,-1.665504978733963,-0.28404318083681,2.6188434041498843,-0.9556284546852112,0.2802391052246094,0.09077785909175873,-1.880202054977417,-1.6158705949783325,-0.15023282170295715,-1.1765738725662231,-0.429103821516037,0.9156002998352051 +118,-1.7278142343222576,-0.22999424252840045,2.270872672038923,-0.9616894721984863,0.2279719114303589,0.1522558033466339,-1.6068791151046753,0.9278304576873779,0.18374721705913544,0.6933638453483582,-0.29083818197250366,-0.2522313892841339 +119,-1.6643686165350149,-0.23736278238102038,2.211066162342889,-0.967709481716156,0.23514017462730408,0.09081599861383438,1.10797917842865,-0.5491326451301575,0.05189362168312073,0.9956788420677185,-0.6039756536483765,-0.023417949676513672 +120,-1.7119303748366337,-0.2738105060783534,2.3598597607068084,-0.9531751871109009,0.2704019546508789,0.13542583584785461,2.7790307998657227,-0.2869005501270294,1.447296142578125,-1.8334155082702637,0.05107024312019348,-0.6048471927642822 +121,-1.6131119718966191,-0.30980165538272414,2.715937200406872,-0.951541543006897,0.30486974120140076,0.04028914496302605,2.711240291595459,0.023130588233470917,-1.1615195274353027,-0.3771023154258728,-0.08447179198265076,0.02758193016052246 +122,-1.5508156983753696,-0.158297904292404,2.81322995657645,-0.9872999787330627,0.15763762593269348,-0.019729500636458397,-0.7475097179412842,0.7619234919548035,-1.0178024768829346,1.1442670822143555,0.19554230570793152,0.13888537883758545 +123,-1.5393058129897712,-0.1459834757070778,2.7707896827685254,-0.9888728260993958,0.14546550810337067,-0.031150411814451218,-0.4854264557361603,-0.6201006174087524,0.18403880298137665,0.6953700184822083,0.3058589696884155,0.11498218774795532 +124,-1.6974428035757236,-0.2391115393460684,2.584742043177329,-0.9637677669525146,0.23683953285217285,0.1227145865559578,-0.39127349853515625,0.2920069992542267,1.1559972763061523,-1.4116289615631104,0.5081250667572021,-0.8487582206726074 +125,-1.7054474585720667,-0.25619060252709613,2.416636027553662,-0.9586058259010315,0.2533973455429077,0.12986315786838531,-4.3088788986206055,0.8147962093353271,-0.01211811974644661,-0.043606579303741455,-0.2872566282749176,0.3227430582046509 +126,-1.6636835225864988,-0.24541462065095201,2.206980863714226,-0.9658548831939697,0.24295854568481445,0.08997447043657303,-0.8392735123634338,0.9696508646011353,0.013535336591303349,0.8203776478767395,-0.538780689239502,-0.16935062408447266 +127,-1.655001641729332,-0.22597718375534925,2.2102379393927825,-0.9711227416992188,0.22405880689620972,0.08196751773357391,0.1608557403087616,-0.30080512166023254,-0.6366064548492432,0.3975447416305542,-0.3572070002555847,0.046877749264240265 +128,-1.6818390306746314,-0.3256508011573948,2.449062215942859,-0.941607654094696,0.319925457239151,0.10499054193496704,3.7299294471740723,-0.3380414843559265,-0.04238242655992508,-1.5066804885864258,0.08652296662330627,-0.017084583640098572 +129,-1.5729228063173735,-0.2640058372666326,2.7481989968007654,-0.9653502106666565,0.26094967126846313,0.0020528004970401525,1.9724715948104858,0.22787347435951233,-1.0959059000015259,0.1053648591041565,-0.026101678609848022,0.25138044357299805 +130,-1.5315243422778273,-0.18707289115921458,2.799601396733741,-0.9817951321601868,0.18598365783691406,-0.0385768786072731,-1.0113928318023682,0.4432370066642761,-1.1302762031555176,1.1335744857788086,0.16864584386348724,0.14517474174499512 +131,-1.593141623437633,-0.22277589385032884,2.713789594196762,-0.9750444889068604,0.22093777358531952,0.021791284903883934,-2.508939504623413,-1.7930693626403809,1.2255300283432007,-0.6015546917915344,0.7684421539306641,0.1878798007965088 +132,-1.645307600911292,-0.2672237118099216,2.5233101189443743,-0.9618313312530518,0.26405471563339233,0.07180020213127136,-1.081461787223816,0.05978793278336525,0.481390118598938,-0.5069795250892639,0.3389878571033478,0.04929351061582565 +133,-1.7337254900018075,-0.2414091350379977,2.2128653624410974,-0.9581424593925476,0.23907113075256348,0.15750552713871002,-2.177489995956421,1.0072174072265625,0.40724101662635803,0.4342471957206726,-0.3506433963775635,-0.20520448684692383 +134,-1.6863487179148868,-0.23861855606437543,2.0598179890048174,-0.965185821056366,0.2363605499267578,0.1120285838842392,0.13507811725139618,0.17272144556045532,0.1614793837070465,1.0577149391174316,-0.6087665557861328,-0.4139084815979004 +135,-1.753448866443935,-0.2574018966099229,2.1913505043010013,-0.9509680271148682,0.2545689046382904,0.17565447092056274,2.713833808898926,-0.4418978691101074,1.2915602922439575,-1.4344689846038818,0.2998897135257721,-0.6100263595581055 +136,-1.657508275417544,-0.30450571483545413,2.5971299841534,-0.9504110217094421,0.299821674823761,0.08261916786432266,2.4483492374420166,0.4804685115814209,-1.316341519355774,-0.40971165895462036,0.040678203105926514,0.11431074142456055 +137,-1.577158363890271,-0.18861375196356348,2.82184590258293,-0.9822452664375305,0.18749740719795227,0.006249165162444115,1.5443339347839355,0.48246732354164124,-0.8663183450698853,0.7699191570281982,0.08194229006767273,0.10837483406066895 +138,-1.5515360736746646,-0.15301974981456926,2.8476454394558384,-0.988132119178772,0.15242329239845276,-0.01903402805328369,-0.8892399668693542,-0.293866366147995,-0.07295086979866028,0.8255344033241272,0.21996746957302094,0.1271425485610962 +139,-1.7269701899090866,-0.18866979633311196,2.5928539400456696,-0.9703003764152527,0.18755246698856354,0.1527796983718872,-1.5956742763519287,0.0020825595129281282,1.1705726385116577,-1.6676697731018066,0.7614679336547852,-0.8814784288406372 +140,-1.7747231168385968,-0.24355642885108172,2.5117315740878574,-0.9503769278526306,0.24115560948848724,0.19653934240341187,-3.9283506870269775,-0.12720736861228943,0.11084799468517303,-0.3802047371864319,-0.6261959075927734,1.379541039466858 +141,-1.7361789763817053,-0.20483274012235472,2.2419264415998494,-0.9657356142997742,0.20340339839458466,0.16118818521499634,-1.0795698165893555,1.0765947103500366,0.30706003308296204,0.8600075840950012,-0.32493966817855835,-0.13254739344120026 +142,-1.6871730984734385,-0.20943671706727915,2.2227868493410163,-0.9715318083763123,0.20790895819664001,0.11357694864273071,0.6813176274299622,0.1915888786315918,-0.42978668212890625,0.5454912185668945,-0.5544208288192749,-0.059865958988666534 +143,-1.7140061111311464,-0.326158009431343,2.4497041545251874,-0.9375830888748169,0.3204059600830078,0.13519659638404846,4.6216912269592285,-0.8862731456756592,1.279790997505188,-1.937783122062683,-0.05333137512207031,-0.3596838712692261 +144,-1.5840072371862977,-0.27641175434072507,2.738585253146241,-0.9619568586349487,0.2729053795337677,0.012709065340459347,2.1614856719970703,0.4938559830188751,-1.2724919319152832,0.1171693205833435,0.0608195960521698,0.06195223331451416 +145,-1.4963073471802422,-0.19805877031821217,2.8496303016631983,-0.9777316451072693,0.1967664211988449,-0.07296523451805115,-0.10568434745073318,0.7156009078025818,-0.24688641726970673,0.911279559135437,0.1141924262046814,0.35902172327041626 +146,-1.51738323183919,-0.18126327432014225,2.8137520299352476,-0.9822139143943787,0.18027229607105255,-0.05251303315162659,-0.38708627223968506,-1.5082004070281982,-0.06362377107143402,0.48633384704589844,0.26255303621292114,0.1446760892868042 +147,-1.6749585775557894,-0.2606338096129277,2.638385561675205,-0.9609899520874023,0.25769299268722534,0.10046247392892838,-0.3416007459163666,0.02932448871433735,0.3203277587890625,-1.0445795059204102,0.31438949704170227,-0.4028000831604004 +148,-1.7049464201496043,-0.2575266041543888,2.445891199212952,-0.9583344459533691,0.2546895146369934,0.12933745980262756,-2.9817123413085938,0.8792924284934998,0.25663378834724426,-0.08139938116073608,-0.5352681875228882,0.3960531949996948 +149,-1.6654107644854892,-0.25243416452153683,2.2556009948525033,-0.963976263999939,0.24976171553134918,0.09147920459508896,-0.4591823220252991,0.4560181200504303,0.21192502975463867,0.7857995629310608,-0.4860288202762604,0.08192157000303268 +150,-1.678792699161811,-0.22718442040048226,2.2631969546709394,-0.9686282277107239,0.2252351939678192,0.10501693189144135,1.4519271850585938,-1.2455265522003174,-0.25666317343711853,0.3059847950935364,-0.011718958616256714,-0.89003586769104 +151,-1.656412167593486,-0.3872724950968757,2.5857474283156416,-0.9225510358810425,0.3776642978191376,0.07917854189872742,4.553097248077393,-0.41168975830078125,-0.36384695768356323,-1.8630629777908325,0.011770516633987427,0.1472160816192627 +152,-1.5839513611778835,-0.2961379127086708,2.8064035067751356,-0.956387996673584,0.2918284237384796,0.012582042254507542,0.6706911325454712,-0.10540936142206192,-1.5974699258804321,0.310697078704834,0.061153143644332886,0.025519132614135742 +153,-1.5581594779951289,-0.18486868719431646,2.854384108267963,-0.9828819036483765,0.18381746113300323,-0.012421190738677979,0.34535345435142517,-0.17725035548210144,-0.5146062970161438,1.265261173248291,0.32448330521583557,0.17088371515274048 +154,-1.6595861728325987,-0.20344506713007696,2.7941824969290123,-0.9755182862281799,0.2020445466041565,0.08684445172548294,-2.074756145477295,-2.6708734035491943,1.0870070457458496,-0.432669460773468,0.7968567609786987,-0.05443478375673294 +155,-1.7167149428240585,-0.3143503477293715,2.681349056714207,-0.940890908241272,0.3091987073421478,0.13827629387378693,0.43751204013824463,0.061814188957214355,0.021421827375888824,-1.010418176651001,0.24431386590003967,0.3226611614227295 +156,-1.7765691225499012,-0.23963029716392412,2.4133630182750987,-0.9509322047233582,0.23734350502490997,0.1984853744506836,-2.0178585052490234,1.1153000593185425,-0.1071789488196373,0.5770458579063416,-0.1804129183292389,-0.1581258326768875 +157,-1.6737651448050195,-0.26479159909256045,2.3511991678664463,-0.9600349068641663,0.26170814037323,0.09920451790094376,0.5154915452003479,0.9767722487449646,0.1773453801870346,0.8075844645500183,-0.572529673576355,-0.10872603952884674 +158,-1.711829502988901,-0.2605168845558848,2.4542100203370403,-0.9566634297370911,0.257580041885376,0.13582301139831543,1.9389739036560059,-1.8806047439575195,1.1964126825332642,-0.6860979795455933,0.1691625714302063,-0.7082564830780029 +159,-1.6510649323206408,-0.33631881417590387,2.737348089623221,-0.9409366250038147,0.3300143778324127,0.07569029927253723,1.72500479221344,0.11036428809165955,-0.7660726308822632,-0.6079983711242676,0.05455288290977478,0.12958621978759766 +160,-1.5736729984576945,-0.24203053986394713,2.8758978636841332,-0.9708493947982788,0.23967447876930237,0.002792822662740946,0.7069509029388428,0.657989501953125,-0.91822350025177,0.5212032794952393,0.03896629810333252,0.0878138542175293 +161,-1.536832371520753,-0.20727657054891915,2.918419391946819,-0.9780306816101074,0.2057955265045166,-0.03323056921362877,-0.015898119658231735,-0.44226011633872986,0.3360523283481598,1.17256498336792,0.0636136382818222,0.21722102165222168 +162,-1.7305959867404264,-0.26625278795741597,2.763411627881393,-0.9524716734886169,0.26311811804771423,0.1535135805606842,-3.4702062606811523,-1.1903704404830933,1.917942762374878,-1.4185304641723633,0.9569898843765259,-0.3476358652114868 +163,-1.811998999656672,-0.2952044278837888,2.6790244406955064,-0.9290462136268616,0.2909354269504547,0.22853773832321167,-4.723339557647705,1.0985594987869263,-0.3324435353279114,-0.5815890431404114,-0.3668784499168396,1.8725669384002686 +164,-1.7599802226787546,-0.243475698711187,2.3922066873720036,-0.9531903266906738,0.24107725918293,0.1825108528137207,-1.1864243745803833,1.3196218013763428,0.1847899854183197,0.804783284664154,-0.2315405160188675,-0.3993687629699707 +165,-1.6824749811101414,-0.26343162166991296,2.426381199203226,-0.9594873189926147,0.2603953182697296,0.10760196298360825,1.0700311660766602,-0.46821409463882446,-0.6099578738212585,0.4266809821128845,-0.6933482885360718,0.24615775048732758 +166,-1.7324715202054242,-0.2941338870225848,2.555725089331603,-0.9445726275444031,0.28991103172302246,0.15405862033367157,2.9829938411712646,0.16771826148033142,0.8901281952857971,-1.3234937191009521,-0.12134718894958496,-0.43570542335510254 +167,-1.612343815960736,-0.27784316082597793,2.8520406885811536,-0.9608194231987,0.27428215742111206,0.03994261845946312,1.975319266319275,0.4224052131175995,-0.9021142721176147,-0.27245694398880005,-0.07492607831954956,0.22681152820587158 +168,-1.5220344826719399,-0.1964356564997246,2.9672324484016537,-0.9796026349067688,0.19517478346824646,-0.04780512675642967,-0.08480238914489746,0.8314660787582397,-0.4099287986755371,0.8569983839988708,0.16754186153411865,0.31289607286453247 +169,-1.5485952033527903,-0.16201131730535231,2.914565318130038,-0.9866615533828735,0.16130350530147552,-0.0219085942953825,-1.593759298324585,-1.1776412725448608,-0.06127285957336426,0.7596108913421631,0.2875337600708008,-0.041827380657196045 +170,-1.7267736935672524,-0.2725925849721737,2.7638289738633306,-0.9513845443725586,0.2692292034626007,0.14960971474647522,1.099381685256958,-1.1982890367507935,0.8577280640602112,-1.1022348403930664,0.3703886866569519,-0.18156160414218903 +171,-1.8204702804547228,-0.22888054901151184,2.514866544883742,-0.9437227249145508,0.22688740491867065,0.24064424633979797,-2.4031190872192383,0.925462007522583,0.5431662201881409,0.3114595413208008,-0.09416645765304565,-0.5675332546234131 +172,-1.7161757525356731,-0.250926310233911,2.3790057579849653,-0.9584642052650452,0.24830137193202972,0.14033101499080658,0.20131860673427582,0.8467435836791992,0.4708477854728699,0.7627092599868774,-0.4348706007003784,-0.23717857897281647 +173,-1.6956590774948832,-0.2340636416854233,2.4102234476614988,-0.9651590585708618,0.23193226754665375,0.12114263325929642,1.5850104093551636,-1.64599609375,-0.01036536879837513,0.3247934579849243,0.020570188760757446,-0.8944275379180908 +174,-1.682657680283019,-0.35282344171564306,2.6938694528695653,-0.9325360059738159,0.34554868936538696,0.10475202649831772,3.3617584705352783,0.02954026311635971,-0.7991759181022644,-1.3511097431182861,-0.006681472063064575,0.3414454460144043 +175,-1.584790509394481,-0.26505352473687993,2.96326581319239,-0.9649839997291565,0.2619609236717224,0.013505044393241405,1.504467487335205,0.6268264651298523,-0.9356671571731567,0.3448362946510315,0.07333570718765259,0.30306899547576904 +176,-1.5393027037159104,-0.20932584408551683,3.005307612934303,-0.9776862263679504,0.2078005075454712,-0.030801067128777504,-0.19022142887115479,0.15269088745117188,-0.608071506023407,1.0020239353179932,0.1653684675693512,0.08590054512023926 +177,-1.6771123575565081,-0.20505918397077394,2.8328258343613597,-0.9735209941864014,0.20362509787082672,0.10389261692762375,-3.402799606323242,-2.021782159805298,0.7896796464920044,-0.9368641376495361,0.904910683631897,-0.6687881946563721 +178,-1.7532843718553772,-0.29990080394301094,2.768198817123564,-0.9395021796226501,0.2954254448413849,0.17337679862976074,-2.5526275634765625,-0.9074249267578125,-0.40151864290237427,-0.7489133477210999,-0.6130523681640625,2.0977566242218018 +179,-1.7382790027417996,-0.2267039965610793,2.4011226176624327,-0.9607781171798706,0.22476708889007568,0.16243532299995422,-1.4947171211242676,1.4771896600723267,0.4302147626876831,0.8077629804611206,-0.19951379299163818,-0.19751524925231934 +180,-1.6812970198653203,-0.23688463759721337,2.3591669362680907,-0.9661452174186707,0.23467540740966797,0.1071963757276535,0.17553026974201202,-0.358532190322876,-0.14992594718933105,0.7425581812858582,-0.5874433517456055,0.11620759963989258 +181,-1.7367141249619347,-0.24153103553558208,2.423717186961269,-0.9576387405395508,0.2391895055770874,0.1603635549545288,2.33640193939209,-1.090842604637146,1.492303490638733,-1.3678312301635742,0.1200634241104126,-0.5015653371810913 +182,-1.6449849909749552,-0.34019251231477143,2.8327517587848403,-0.9400973916053772,0.33366858959198,0.06987281143665314,3.9912540912628174,0.1993606835603714,-0.9910698533058167,-0.3344082236289978,0.02762901782989502,0.16680622100830078 +183,-1.564303436919879,-0.23921350659055415,3.0418443002605917,-0.9715040922164917,0.23693859577178955,-0.006307957693934441,0.40390607714653015,0.2611798048019409,-0.5738634467124939,0.7881240248680115,0.11558519303798676,0.1335662603378296 +184,-1.5533163939237487,-0.18273120009939162,3.0220403871981047,-0.9832008481025696,0.1817159801721573,-0.01718803495168686,-0.6161317229270935,-0.9044520258903503,-0.44056373834609985,0.7762153744697571,0.308228462934494,0.09601491689682007 +185,-1.751174656407488,-0.20296270058592106,2.7818831811913003,-0.9635826945304871,0.20157210528850555,0.17571933567523956,-0.12026140093803406,-0.025106679648160934,1.208321452140808,-1.5647680759429932,0.5109981298446655,-1.2523488998413086 +186,-1.7574772654371098,-0.2395911028884084,2.6587689019646836,-0.9545570611953735,0.2373054325580597,0.18029692769050598,-4.097905158996582,0.2993791103363037,-0.1359265148639679,-0.28534162044525146,-0.5199134349822998,0.8305215835571289 +187,-1.7025048184247038,-0.2096544526116591,2.4319362724488403,-0.9696316719055176,0.20812192559242249,0.1284523457288742,-0.8484434485435486,1.1439580917358398,0.20814235508441925,0.8740504384040833,-0.3746258020401001,-0.18252943456172943 +188,-1.7014782490306934,-0.1886932911459307,2.4358099888403326,-0.9738748669624329,0.1875755339860916,0.12799730896949768,-0.06860201060771942,0.38772886991500854,-0.8216784000396729,0.33711034059524536,-0.7434685230255127,0.4459468126296997 +189,-1.899369430330256,-0.24366699112730358,2.7940582081573773,-0.9185439348220825,0.24126291275024414,0.31316041946411133,5.7732954025268555,-1.9255653619766235,-2.88199782371521,-1.546818733215332,0.28150323033332825,-0.25261351466178894 +190,-1.8343189231228108,-0.14418385134819428,-3.093734760370707,-0.9554600715637207,0.14368480443954468,0.2577802538871765,0.350680947303772,0.662913978099823,-1.8263039588928223,0.21475273370742798,0.3120952248573303,0.22964653372764587 +191,-1.7375370596037654,-0.057488710784115556,-3.0895904959833516,-0.9845019578933716,0.05745704844594002,0.16569501161575317,-0.13858662545681,0.7163713574409485,0.1313994824886322,1.0920305252075195,0.14406578242778778,-0.056320056319236755 +192,-1.7866348398675689,-0.10411028089019242,3.103656003490191,-0.9715082049369812,0.10392230749130249,0.21300692856311798,-2.657010555267334,-2.281452178955078,1.4563536643981934,-0.07556509971618652,0.4662070870399475,-0.016229644417762756 +193,-1.853738808730147,-0.19673748271712124,2.890947634035567,-0.9417147636413574,0.19547079503536224,0.27379679679870605,-0.5649033188819885,0.7220403552055359,0.9112814664840698,-0.6212278604507446,0.23154644668102264,0.26177147030830383 +194,-1.8685880022337775,-0.15115920770699745,2.5835447976819643,-0.9450859427452087,0.15058422088623047,0.29006412625312805,-2.0782291889190674,0.669294536113739,0.3094116151332855,0.5039390325546265,-0.15139295160770416,-0.46607422828674316 +195,-1.7956621350797792,-0.1529266757112757,2.4820591281854223,-0.9634472727775574,0.15233130753040314,0.22037330269813538,0.20714978873729706,0.24966107308864594,0.08784865587949753,0.9456556439399719,-0.42702001333236694,-0.283819317817688 +196,-1.832333267974868,-0.1713613291722317,2.54243209087014,-0.9518454074859619,0.17052389681339264,0.2547784745693207,2.050525426864624,-0.258634090423584,1.6177563667297363,-0.9083535671234131,-0.027686357498168945,-0.573153018951416 +197,-1.7389192194956935,-0.24445361237499005,2.876874802890504,-0.9565895795822144,0.242026224732399,0.16235719621181488,3.543027877807617,0.6255173683166504,-0.9590339064598083,-0.5653679370880127,0.1913081556558609,0.06800474226474762 +198,-1.6324756117101866,-0.17135000139858833,3.1375119719427684,-0.983481764793396,0.17051273584365845,0.060737494379282,0.8568779826164246,0.4208948612213135,-0.8913644552230835,0.5542672872543335,0.07777827978134155,0.3156968355178833 +199,-1.6084352941930111,-0.115771215075262,3.13514323964359,-0.9926025867462158,0.11551277339458466,0.03737819194793701,-0.43457111716270447,-0.6627241373062134,-0.09240655601024628,1.0508606433868408,0.26115044951438904,0.05284703150391579 +200,-1.834647836023068,-0.14004636395721962,3.0070185200694213,-0.9559409618377686,0.13958902657032013,0.2582473158836365,-2.990892171859741,-3.2620604038238525,1.6252161264419556,-1.6305153369903564,0.6699202060699463,-0.5106581449508667 +201,-1.8734754508367135,-0.1788232867895256,2.851483386858265,-0.939319908618927,0.17787174880504608,0.2933253347873688,-3.3665735721588135,1.1275875568389893,1.7244603633880615,-0.121745765209198,-0.03703312575817108,0.5522404909133911 +202,-1.8237652340399828,-0.14173115478225803,2.42559731784658,-0.9584658145904541,0.1412571221590042,0.24776993691921234,-2.445935010910034,1.2128491401672363,0.6430805921554565,0.705215573310852,-0.12937051057815552,-0.22965773940086365 +203,-1.7922085116682216,-0.16367523424427113,2.3167485582133565,-0.9625496864318848,0.16294541954994202,0.21667253971099854,0.08894240111112595,0.009553750045597553,0.013921316713094711,0.6650948524475098,-0.5499235391616821,-0.08334124088287354 +204,-1.8875441303043994,-0.22787963050484253,2.397337043080706,-0.9256871938705444,0.22591248154640198,0.3034253716468811,2.429964542388916,0.5720832347869873,0.9211474061012268,-1.950213074684143,0.08533628284931183,-0.24644899368286133 +205,-1.7705610036885688,-0.22775924924450475,2.7133409169023888,-0.9548016786575317,0.2257952094078064,0.19331398606300354,2.6700336933135986,0.26018771529197693,-0.42318692803382874,-0.14583003520965576,-0.2304033488035202,0.14010584354400635 +206,-1.673939351482234,-0.16251381922045197,2.8053028381362872,-0.9815791845321655,0.16179941594600677,0.10160360485315323,-0.8715847730636597,1.0237674713134766,-1.0186657905578613,0.619076132774353,-0.02385994791984558,0.18196570873260498 +207,-1.652936188381662,-0.12102710546858163,2.7342946124771665,-0.9893383383750916,0.12073186039924622,0.08144737035036087,-1.2514963150024414,-0.6652241349220276,0.07617643475532532,0.7014811635017395,0.35779905319213867,0.15573525428771973 +208,-1.819946775421312,-0.12891824345393452,2.4110018654144776,-0.961080014705658,0.12856143712997437,0.24453449249267578,-1.4858182668685913,0.03540536016225815,0.9446037411689758,-1.2037911415100098,0.31925350427627563,-0.8252382278442383 +209,-1.8122582993948237,-0.15263239227675846,2.1806793143421177,-0.9597009420394897,0.15204045176506042,0.23634245991706848,-3.688722610473633,0.9786602258682251,0.5459455847740173,0.10005134344100952,-0.19134710729122162,-0.3548269271850586 +210,-1.7924748861681379,-0.15229945170267709,1.9979261079145976,-0.9642378091812134,0.1517113596200943,0.21732240915298462,-0.6518594622612,0.5512250065803528,0.35434556007385254,0.8222700953483582,-0.3218469023704529,-0.2871619462966919 +211,-1.7862733428954845,-0.15656376419467827,2.044389153877938,-0.9649263620376587,0.1559249311685562,0.21119828522205353,1.9129765033721924,-0.8987897634506226,-0.2508019804954529,0.35031747817993164,-0.3838454484939575,-0.3379835784435272 +212,-1.7967444704966102,-0.21151721394488754,2.272461666175133,-0.9528622031211853,0.20994354784488678,0.21903766691684723,2.495804786682129,0.08612113445997238,-1.5222859382629395,-0.743533730506897,0.3219168186187744,0.47276532649993896 +213,-1.7185829394944032,-0.21197408524605335,2.4848273522020574,-0.9669608473777771,0.21039021015167236,0.14395342767238617,0.8697196245193481,0.8513321280479431,-0.2702347934246063,0.15858078002929688,-0.06472980976104736,0.15356241166591644 +214,-1.6598980830358396,-0.18785130025429483,2.5141980177509424,-0.9785105586051941,0.1867484301328659,0.08741847425699234,-0.09646210819482803,0.21904510259628296,-0.13068720698356628,0.7590892314910889,0.0233498215675354,0.07211219519376755 +215,-1.7236531507448385,-0.16723541964583158,2.411566290190312,-0.9745516180992126,0.16645698249340057,0.1501380205154419,-2.3336689472198486,-1.60381281375885,0.07551427185535431,0.2737153172492981,0.33250540494918823,-0.2974616289138794 +216,-1.8081839139377154,-0.18814312882057135,2.2802430422492055,-0.9548037648200989,0.18703511357307434,0.2310144007205963,0.46294936537742615,-1.7161189317703247,-0.06174050271511078,-0.8877255320549011,0.28688761591911316,0.856067419052124 +217,-1.7995850888576934,-0.16491434854906117,2.00231882249859,-0.9607277512550354,0.1641678363084793,0.22372090816497803,-1.311621904373169,0.8594943284988403,0.4972679018974304,0.4116097688674927,0.021089091897010803,-0.07601584494113922 +218,-1.7565172376481728,-0.19080136034346135,1.956829268851049,-0.9649679064750671,0.18964576721191406,0.18130405247211456,0.309820294380188,0.13141578435897827,0.24348726868629456,0.6054862141609192,-0.5131473541259766,-0.16833415627479553 +219,-1.790020385721164,-0.19099218773300128,2.0584245977435045,-0.9583181142807007,0.1898331344127655,0.21351788938045502,1.3324741125106812,-1.4215580224990845,0.39132022857666016,-0.5750986337661743,-0.001997441053390503,-0.2499406337738037 +220,-1.7658166686500965,-0.2226468888725906,2.373662294347681,-0.9568280577659607,0.22081194818019867,0.18900315463542938,3.5309150218963623,-0.23564544320106506,-0.6115452647209167,-0.3999529480934143,0.12733256816864014,-0.04149651527404785 +221,-1.7032821382051884,-0.20084704257441652,2.6825492753486637,-0.971310555934906,0.19949941337108612,0.12944310903549194,1.4453792572021484,0.34013742208480835,-0.9017407298088074,0.33204376697540283,-0.09303887188434601,0.1784028708934784 +222,-1.6276631597954334,-0.10177455221531068,2.7131734854158664,-0.993217408657074,0.10159894824028015,0.05654209107160568,0.08333384990692139,0.07319121807813644,-0.25258710980415344,1.1490707397460938,0.23452165722846985,-0.011772751808166504 +223,-1.7701389791543862,-0.14188468075903188,2.627152191713792,-0.9703471660614014,0.14140911400318146,0.19603513181209564,-2.076970338821411,-0.6946635246276855,1.0013785362243652,-1.2370197772979736,0.80704665184021,-0.49927306175231934 +224,-1.728111143923235,-0.1674404626672034,2.52066513370532,-0.9738388061523438,0.1666591614484787,0.15447570383548737,-2.418347120285034,1.1584539413452148,1.0039979219436646,-0.01024627685546875,0.1642734557390213,0.32741212844848633 +225,-1.709901900223901,-0.19434999715707588,2.252452558220657,-0.9716957807540894,0.1931288093328476,0.13604694604873657,-1.2252784967422485,0.6481961011886597,0.4557177424430847,0.4707953929901123,-0.4295484721660614,-0.2667231559753418 +226,-1.6578200538863204,-0.2414224333453604,2.229553672092853,-0.9673245549201965,0.23908405005931854,0.08439333736896515,0.4172119200229645,-0.13832174241542816,-0.18037240207195282,0.7634975910186768,-0.6357668042182922,0.11490166187286377 +227,-1.7596513484648872,-0.2681562509064077,2.2524451120975226,-0.9471161365509033,0.2649540305137634,0.1810249388217926,2.3027522563934326,-0.5997970700263977,0.6688956618309021,-1.3934903144836426,-0.021591663360595703,-1.1049294471740723 +228,-1.6599430403366053,-0.2783243196007694,2.5642990709847755,-0.957699179649353,0.27474483847618103,0.08560261875391006,2.734691619873047,0.4207283854484558,-0.6021020412445068,-0.388171911239624,0.25049322843551636,0.25221168994903564 +229,-1.5790072876231067,-0.21087444440885914,2.706599098303218,-0.9778154492378235,0.20931504666805267,0.008028985001146793,0.14333690702915192,0.4517501890659332,-0.690331220626831,0.7176987528800964,-0.009928420186042786,0.3397035598754883 +230,-1.5747766033667103,-0.17810430363148846,2.6269766082176256,-0.9841736555099487,0.17716418206691742,0.003917303867638111,-1.630799412727356,-0.12021876126527786,-0.1777789145708084,0.7199676036834717,0.10288037359714508,-0.03574717044830322 +231,-1.7166684973813389,-0.16919495048887928,2.384810129010985,-0.9752520322799683,0.16838884353637695,0.14327985048294067,-2.0395073890686035,-0.07869600504636765,0.8040120005607605,-1.1959823369979858,0.5352397561073303,-0.8572232723236084 +232,-1.7847820454714598,-0.16060550832207998,2.2429930709258734,-0.9646165370941162,0.159915953874588,0.2096235156059265,-3.975154399871826,0.8693724870681763,0.20861168205738068,-0.06387174129486084,-0.18596269190311432,0.0835130512714386 +233,-1.7322444002958022,-0.15783354835031224,2.0186343820427157,-0.9747272729873657,0.157179057598114,0.1587495356798172,-1.0938632488250732,0.9735545516014099,0.24062266945838928,0.7328602075576782,-0.3081342875957489,-0.23476886749267578 +234,-1.6807636290965824,-0.15616773964895497,1.9894594078957697,-0.981863796710968,0.15553373098373413,0.10841026157140732,1.0421714782714844,-0.22954046726226807,-0.46651339530944824,0.3154362440109253,-0.329865425825119,0.04915201663970947 +235,-1.712997706582154,-0.268148190055601,2.230497347157503,-0.9545304179191589,0.26494625210762024,0.1366579234600067,3.7247908115386963,-0.48687276244163513,0.1298028528690338,-1.280867099761963,-0.31958794593811035,-0.1444856971502304 +236,-1.616353272449664,-0.21576030456912734,2.4595614216156148,-0.9758004546165466,0.21409016847610474,0.044485267251729965,1.614271640777588,0.6513359546661377,-0.8606171011924744,0.13908475637435913,-0.047097980976104736,0.17238783836364746 +237,-1.5342325418041136,-0.15084091836762917,2.5004833418587498,-0.9879843592643738,0.1502695530653,-0.036140553653240204,-0.512622058391571,0.2969667911529541,-0.5062026977539062,0.7741324305534363,0.06843465566635132,0.3114548921585083 +238,-1.6548391860933827,-0.1314252128570101,2.3563620195104256,-0.9878770112991333,0.13104720413684845,0.08322003483772278,-2.4080560207366943,-2.916133165359497,0.1829744130373001,-0.5361402630805969,0.9641218781471252,-0.4912705421447754 +239,-1.7759196360512741,-0.16500426868538956,2.2479634752747355,-0.9657381772994995,0.16425654292106628,0.20092131197452545,-2.410259485244751,0.004198530688881874,-0.004155993461608887,-0.5008602142333984,-0.48261594772338867,2.0584628582000732 +240,-1.7416698367727057,-0.14456062306052742,1.9662186757165787,-0.9751579165458679,0.14405764639377594,0.168269544839859,-1.4961947202682495,1.1894346475601196,0.3878468871116638,0.6760550737380981,-0.20260566473007202,-0.2705796957015991 +241,-1.6825547616701138,-0.1747833928494249,1.9238679000748218,-0.9786207675933838,0.17389483749866486,0.10982675105333328,0.9466978311538696,0.06310175359249115,-0.06469810754060745,0.5158370137214661,-0.5674800276756287,-0.11316848546266556 +242,-1.7482504225619138,-0.18061505873359437,2.0395643859046726,-0.968285083770752,0.17963466048240662,0.1736527681350708,1.6280871629714966,0.030882257968187332,1.017326831817627,-1.589332103729248,0.377494215965271,-0.4061204195022583 +243,-1.6778773570765682,-0.1977777787208948,2.2987035281963277,-0.9748895168304443,0.19649091362953186,0.1047930121421814,2.1107165813446045,0.802878737449646,-0.2864789366722107,-0.2194157838821411,0.31243544816970825,0.20351074635982513 +244,-1.5842004789926982,-0.15276582816910933,2.388675197595965,-0.988265335559845,0.15217232704162598,0.013247651979327202,-0.22830545902252197,0.9620003700256348,-0.9828608632087708,0.4717094302177429,-0.05721686780452728,0.3904082775115967 +245,-1.589505789979625,-0.10877674771651089,2.2992697037715826,-0.9939157962799072,0.10856235772371292,0.0185978002846241,-1.767224669456482,-1.343961238861084,-0.04982934892177582,0.7643166780471802,0.3064156770706177,0.22841143608093262 +246,-1.7603596175000413,-0.14626550904927138,2.0819479577044415,-0.9716001749038696,0.14574454724788666,0.18641802668571472,-0.36594483256340027,0.1534358263015747,0.9002684950828552,-1.0940889120101929,0.5170972347259521,-0.6820235252380371 +247,-1.7631897293347798,-0.18149593204612544,1.9145449396905991,-0.9654272794723511,0.18050113320350647,0.18806804716587067,-3.0443215370178223,0.5441643595695496,0.43671122193336487,-0.15874874591827393,-0.22212707996368408,-0.07725870609283447 +248,-1.7368710471780953,-0.19002557821359758,1.766916203213837,-0.968488335609436,0.18888401985168457,0.16233663260936737,-0.2596260607242584,0.6480454206466675,0.1373385637998581,0.6563392877578735,-0.30735325813293457,-0.1984999179840088 +249,-1.7146092054682205,-0.19149631763345185,1.8344742486631656,-0.9715860486030579,0.19032807648181915,0.1406979113817215,1.6843667030334473,-1.459328293800354,-0.2580735683441162,0.3699777126312256,-0.14679470658302307,-0.21264313161373138 +250,-1.7354512113022778,-0.2741664275590241,2.0694714360844757,-0.9496315121650696,0.27074459195137024,0.15779002010822296,2.2731053829193115,-0.5569362640380859,-0.4519892930984497,-1.0164940357208252,0.15584540367126465,0.370652437210083 +251,-1.703836360656492,-0.2334216530359173,2.224112332293072,-0.9642833471298218,0.2313077300786972,0.12905056774616241,0.6494320631027222,0.24614250659942627,-0.7890550494194031,0.1922345757484436,-0.03858928382396698,0.12674769759178162 +252,-1.684392938004817,-0.17958042811118122,2.2561164133055946,-0.9775773882865906,0.17861676216125488,0.1115296259522438,-0.35869497060775757,0.1838127225637436,-0.30235162377357483,1.1830520629882812,0.08742024004459381,0.0039031803607940674 +253,-1.7695714942084282,-0.20569819908309325,2.1864956500712944,-0.9596428275108337,0.20425069332122803,0.1933058351278305,-2.409290075302124,-1.6577157974243164,0.8451576828956604,-0.7386603355407715,0.5762211084365845,-0.3826979398727417 +254,-1.8458916604631872,-0.21611876087308485,2.0864156611998856,-0.940011203289032,0.21444030106067657,0.2653196156024933,-3.447347402572632,-1.3131829500198364,-0.3771035075187683,-0.677359402179718,0.02063658833503723,1.9410250186920166 +255,-1.8213638183604086,-0.13573418517664465,1.7755780764832574,-0.9598614573478699,0.13531777262687683,0.24567319452762604,-1.703205943107605,0.5581758618354797,0.11080018430948257,0.6326213479042053,-0.15324686467647552,-0.27822014689445496 +256,-1.7865035759177308,-0.12585432751823902,1.684448675134811,-0.9690994620323181,0.12552234530448914,0.21234549582004547,-0.442687064409256,0.37996706366539,0.04239005595445633,0.7164138555526733,-0.31381577253341675,-0.3167918622493744 +257,-1.8024257435807274,-0.1469354094287179,1.7648936169640033,-0.9628058671951294,0.14640726149082184,0.22709006071090698,0.7556477189064026,-1.6311793327331543,0.9505037069320679,-0.9237297773361206,0.45840534567832947,-0.13034939765930176 +258,-1.7574812187542785,-0.2138381661243941,1.970209350772214,-0.960244357585907,0.2122122049331665,0.18137507140636444,1.8358324766159058,-0.046327944844961166,-0.5433109402656555,-0.36226552724838257,0.2195504903793335,-0.019494518637657166 +259,-1.6919988191457933,-0.20336549510410742,2.159447393625045,-0.9722075462341309,0.20196661353111267,0.11841437965631485,0.9820443391799927,0.37826892733573914,-0.7789629101753235,0.7844176292419434,-0.24505743384361267,0.21973562240600586 +260,-1.6959037665801748,-0.13650732714808073,2.1197919477989644,-0.9829543232917786,0.13608376681804657,0.12362053990364075,-0.2948835492134094,-0.6515302658081055,0.11275599896907806,0.5478194355964661,0.17441731691360474,-0.36937856674194336 +261,-1.6951319685347914,-0.2238973305845646,2.2483859922497174,-0.9675127267837524,0.2220313549041748,0.12092006951570511,2.1432855129241943,0.6228532195091248,0.21960999071598053,-0.8161484003067017,-0.07612672448158264,0.3933316767215729 +262,-1.7609139891046965,-0.23224837636223283,2.276825648828098,-0.9556172490119934,0.23016610741615295,0.18390075862407684,-0.21835759282112122,-0.9080886840820312,0.10089395940303802,-0.6300914883613586,0.29360711574554443,-0.18861578404903412 +263,-1.8214788357313203,-0.18621365278062582,2.2882700930186077,-0.9519959688186646,0.18513934314250946,0.24377670884132385,-1.0852750539779663,-0.24970974028110504,-0.7670814394950867,0.48771679401397705,-0.010609328746795654,0.034833431243896484 +264,-1.8356724015806647,-0.13420806300176105,2.2322505993320276,-0.9564464092254639,0.1338055431842804,0.25943559408187866,-0.10542282462120056,0.14155080914497375,-0.04724639654159546,0.5232949256896973,-0.06250119209289551,-0.37178605794906616 +265,-1.8245597831282125,-0.17811313800496276,2.270457676595463,-0.952660858631134,0.17717288434505463,0.24707700312137604,1.4754441976547241,-0.5383213758468628,0.6447513699531555,-0.13909024000167847,-0.10904237627983093,0.14800357818603516 +266,-1.8704394427391255,-0.14653004707230985,2.3166104815645254,-0.9452029466629028,0.1460062563419342,0.2920159697532654,0.46140149235725403,1.0364439487457275,-0.29453355073928833,-0.2668483257293701,0.1491444855928421,-0.7956476211547852 +267,-1.8052276694521945,-0.1715243508817722,2.4277129882501334,-0.9583737850189209,0.17068453133106232,0.22888125479221344,0.40064430236816406,0.3627523183822632,0.30082938075065613,-0.2302248477935791,0.14530974626541138,-0.35877931118011475 +268,-1.747854987853623,-0.17833251258467547,2.5080015151900485,-0.9687548279762268,0.1773887723684311,0.17334164679050446,0.6343684196472168,0.6504217982292175,-0.6569358110427856,0.3142443299293518,-0.1601158231496811,0.06190299987792969 +269,-1.6922351544468792,-0.1477525926488316,2.519575227901474,-0.9818200469017029,0.1472155898809433,0.11982066929340363,0.1731479912996292,0.16067339479923248,0.4452148973941803,0.34456729888916016,0.054215699434280396,-0.03153336048126221 +270,-1.6765332438843719,-0.23171756957711456,2.5643966286805453,-0.9678376913070679,0.22964952886104584,0.1027192696928978,0.7403971552848816,-0.06572527438402176,0.7887954115867615,-0.26725447177886963,-0.06570908427238464,0.23955059051513672 +271,-1.6717985513469842,-0.2603041269483635,2.5950798630298624,-0.961387038230896,0.25737443566322327,0.09743378311395645,0.09675697982311249,-0.6353265643119812,-0.4687895178794861,-0.5514150261878967,-0.5073286890983582,0.23607754707336426 +272,-1.7837130736051603,-0.23841633257313477,2.5347600970349347,-0.9497706890106201,0.23616404831409454,0.2053343504667282,-0.29444462060928345,-1.0989162921905518,-0.03710102662444115,-0.4027683138847351,0.17940907180309296,-0.28480207920074463 +273,-1.858167759887758,-0.1359830102418641,2.511048305430169,-0.9501392841339111,0.13556431233882904,0.2808159291744232,-0.7218031287193298,-0.20087102055549622,-0.6959396004676819,0.4415639042854309,0.14345788955688477,-0.2944726049900055 +274,-1.8565874668046307,-0.11049396447948692,2.4636369203299995,-0.9535881876945496,0.11026926338672638,0.2801974415779114,-0.22159318625926971,0.5263214111328125,0.3336574137210846,0.36441570520401,-0.06621712446212769,-0.1522524058818817 +275,-1.8049440196019106,-0.1517910252119367,2.4724613419169255,-0.9615281224250793,0.1512088030576706,0.22934630513191223,0.7185199856758118,0.4204767346382141,0.6786896586418152,0.12763524055480957,-0.0217074453830719,0.06260016560554504 +276,-1.8201871630767568,-0.16329457844639272,2.4554331174268382,-0.9561715722084045,0.1625698357820511,0.24353033304214478,-0.746045708656311,1.7548282146453857,0.1571127027273178,-0.529317319393158,-0.5475032925605774,0.577072024345398 +277,-1.7971382740790143,-0.16739513053590221,2.57221814435717,-0.9608725309371948,0.16661445796489716,0.22127746045589447,0.7104877829551697,-0.6243618130683899,-0.08427034318447113,-0.16928493976593018,0.048809126019477844,-0.15136170387268066 +278,-1.7942877506008235,-0.1493161067859965,2.6542762672044704,-0.9642794728279114,0.14876188337802887,0.21916945278644562,0.5168913006782532,0.10736413300037384,-1.1163806915283203,0.18045061826705933,-0.10655605792999268,-0.05239090323448181 +279,-1.7705104104807088,-0.058215117031354784,2.6404244898343694,-0.9784630537033081,0.0581822395324707,0.1980530470609665,-0.010572470724582672,0.06544193625450134,-0.08980438113212585,0.8360375165939331,0.2782435417175293,-0.16500258445739746 +280,-1.7185597465989328,-0.22884729420301872,2.692368901258201,-0.9633154273033142,0.22685502469539642,0.14338788390159607,1.2809374332427979,0.32204943895339966,1.2444735765457153,-0.7565178871154785,-0.19230911135673523,0.26942336559295654 +281,-1.6965844026501633,-0.23647902251532313,2.716002036173339,-0.9644878506660461,0.23428110778331757,0.12196502089500427,-1.1816054582595825,-0.11212272942066193,-0.5651806592941284,-0.19192993640899658,-0.29522472620010376,0.2469010353088379 +282,-1.7782775783828888,-0.18692967851039177,2.5798480434566913,-0.9615060687065125,0.18584294617176056,0.20240730047225952,-1.4469188451766968,-1.042983889579773,0.14800390601158142,0.1837502121925354,0.25182491540908813,-0.2056116759777069 +283,-1.859566644790563,-0.19983934605525086,2.4792111645770443,-0.9395172595977783,0.19851188361644745,0.2791062295436859,-0.7774455547332764,-0.6380922794342041,0.054105453193187714,-0.4594084620475769,0.12082406878471375,0.6135023832321167 +284,-1.823110764773167,-0.17158657201525962,2.332591734720349,-0.954117476940155,0.1707458347082138,0.24597980082035065,-0.5126738548278809,1.20294988155365,0.18972444534301758,0.3948216438293457,-0.1180877536535263,-0.16640517115592957 +285,-1.7409827845673627,-0.1778259342294371,2.376293717874653,-0.9700117111206055,0.17689020931720734,0.16669532656669617,1.5095800161361694,0.07755943387746811,-0.63025963306427,0.7662609815597534,-0.6276043057441711,-0.11289285123348236 +286,-1.7720999528682195,-0.2351084343691879,2.5289650689585725,-0.952851414680481,0.232948437333107,0.19444608688354492,1.650648593902588,0.5322265028953552,0.03359120711684227,-1.896437644958496,0.3383558690547943,-0.2970461845397949 +287,-1.697519183611531,-0.17136069254610345,2.5640835864363454,-0.9774525761604309,0.1705232709646225,0.12453290820121765,-1.356526494026184,0.20955030620098114,-0.13795222342014313,0.6090748310089111,0.1397184282541275,0.10759903490543365 +288,-1.7122035616646263,-0.15271084555165815,2.4032741834601867,-0.9784971475601196,0.15211798250675201,0.1392962634563446,-2.982194662094116,-0.46652019023895264,0.3101045489311218,0.9343839883804321,0.11553643643856049,-0.09876896440982819 +289,-1.831613402490571,-0.186596466791229,2.0948308607047466,-0.9494079351425171,0.18551552295684814,0.2533937990665436,-0.31265443563461304,-1.9905805587768555,0.9985307455062866,-1.6315550804138184,0.47088706493377686,-0.4715334475040436 +290,-1.804272476963129,-0.1800551622263336,1.9681180553873183,-0.957140326499939,0.17908383905887604,0.22762049734592438,-0.9423436522483826,1.3397743701934814,0.35289350152015686,0.618959903717041,-0.4207983613014221,-0.38292446732521057 +291,-1.6946520687190099,-0.1780849994577457,1.9645163474753078,-0.9766453504562378,0.17714518308639526,0.12158548831939697,0.9957546591758728,-0.45951953530311584,0.4206632971763611,0.9871283769607544,-0.23869918286800385,-0.03020063042640686 +292,-1.7060693795532123,-0.2224543099994562,1.9892511971752116,-0.9664484858512878,0.22062411904335022,0.13153775036334991,1.758392333984375,1.1616523265838623,-0.11222584545612335,-1.8990757465362549,0.6022365689277649,-0.27040791511535645 +293,-1.6947513305210642,-0.21198931670801852,2.023037680530018,-0.9701135158538818,0.21040509641170502,0.12087011337280273,-0.8257341980934143,-0.30486539006233215,-0.31714242696762085,0.24538201093673706,-0.06738445162773132,-0.28270483016967773 +294,-1.7119396569837015,-0.1597822791578125,1.8720003248231445,-0.9774444103240967,0.15910325944423676,0.13888323307037354,-1.949018955230713,-0.8551303148269653,0.3849281072616577,1.1194427013397217,-0.04534904658794403,-0.15482868254184723 +295,-1.9698716076719154,-0.13468629952396116,1.6447622594374407,-0.9130757451057434,0.13427945971488953,0.3850473463535309,-1.4051772356033325,-0.24403537809848785,0.3387639820575714,-1.2233682870864868,0.3085000514984131,0.09748119115829468 +296,-1.8711070403550822,-0.18152914501694856,1.67061620035742,-0.939548671245575,0.18053379654884338,0.2909563481807709,0.9110168218612671,1.2263329029083252,0.21647760272026062,0.1098368763923645,-0.38381141424179077,0.12980470061302185 +297,-1.7194481379218032,-0.20098442632951669,1.7652321538429854,-0.9690642356872559,0.19963403046131134,0.145123690366745,1.4935234785079956,0.7483563423156738,0.5300574898719788,1.2925047874450684,-0.42772242426872253,-0.3157017230987549 +298,-1.7137776121638404,-0.3038431057372654,1.8906993859313619,-0.9444567561149597,0.2991894781589508,0.1359674632549286,1.434464931488037,-0.0784936249256134,1.5519567728042603,-1.4471142292022705,0.3207751214504242,-0.444896936416626 +299,-1.6783033144343886,-0.3404787414260415,1.9933480109835733,-0.9371529817581177,0.3339383900165558,0.10114044696092606,-0.5906328558921814,0.09969436377286911,-0.2402234673500061,-0.13987338542938232,-0.16963177919387817,0.06733179092407227 +300,-1.6927921513624422,-0.2789574198895574,1.925640965180039,-0.9541981220245361,0.2753535211086273,0.1169891431927681,-1.0296391248703003,-0.33784183859825134,-0.18860377371311188,1.2236530780792236,-0.15445813536643982,-0.1350860595703125 +301,-1.8788515679186677,-0.27875225933398917,1.7592488982273804,-0.9161416888237,0.27515628933906555,0.29150211811065674,-1.793448805809021,-2.356412410736084,0.4495280086994171,-1.2433888912200928,0.23152706027030945,0.34996211528778076 +302,-1.867574471917466,-0.2667726466617843,1.6880775186270225,-0.9224568605422974,0.26361963152885437,0.28209614753723145,0.2727065980434418,0.748569667339325,0.477212518453598,-0.2332897186279297,-0.06784933805465698,-0.05922624468803406 +303,-1.7667261072347367,-0.2817935138661403,1.6935283009780073,-0.9421800971031189,0.2780788838863373,0.18700017035007477,0.49961525201797485,0.3879062235355377,-0.36358439922332764,0.7655137777328491,-0.5316494107246399,-0.09382998943328857 +304,-1.7752481910120037,-0.258835398335256,1.7948344560332583,-0.9465548992156982,0.25595492124557495,0.1962672621011734,1.4270594120025635,-1.2292089462280273,0.30485859513282776,0.09090310335159302,0.04459741711616516,-0.3899470567703247 +305,-1.7105539795384965,-0.30904967373909964,1.9848658627225884,-0.9433348774909973,0.3041534721851349,0.13270339369773865,1.625514268875122,-0.17277684807777405,-0.825560986995697,-0.9132936000823975,0.5113067626953125,0.6183494329452515 +306,-1.7011090797109476,-0.2588342666133581,2.000938910416273,-0.9584928750991821,0.2559538185596466,0.1256157010793686,-1.0162467956542969,0.5203054547309875,-0.5364781022071838,0.8179593086242676,-0.1597318947315216,0.0010627657175064087 +307,-1.7354117260390516,-0.2204021634813996,1.861058901939725,-0.9626179933547974,0.21862207353115082,0.15990878641605377,-1.9164822101593018,-0.43908530473709106,0.012663100846111774,0.7405111789703369,-0.006509691476821899,-0.22402621805667877 +308,-1.8919687941848595,-0.2167009107894362,1.7005584070378592,-0.9266738891601562,0.21500886976718903,0.30829620361328125,-1.441469669342041,1.0082731246948242,-0.055604733526706696,-1.4572830200195312,0.1384609490633011,1.2565841674804688 +309,-1.8139322989704743,-0.2365532443003043,1.681324679978446,-0.943558394908905,0.23435325920581818,0.23404309153556824,-0.09691476821899414,1.1057227849960327,0.1413794755935669,0.4290778636932373,-0.260293185710907,0.029567718505859375 +310,-1.7759653430102598,-0.24154751354665713,1.7076464759547385,-0.9506043195724487,0.2392054945230484,0.19781804084777832,0.587738573551178,-0.094533272087574,-0.31761541962623596,0.4846467971801758,-0.38050195574760437,-0.009509354829788208 +311,-1.799508524645945,-0.25612527145496244,1.786592391266875,-0.942187488079071,0.2533341348171234,0.21932746469974518,1.5795979499816895,-0.655756950378418,0.9117053747177124,-1.2154662609100342,0.2049178183078766,-0.601468563079834 +312,-1.7586612659264782,-0.29522487612365766,1.9882534023959466,-0.9399031400680542,0.2909550070762634,0.1786818951368332,1.9599488973617554,-0.12013458460569382,0.0380912721157074,-0.252662718296051,0.004653513431549072,-0.1893630176782608 +313,-1.7255002291558967,-0.28126618615437077,2.106775825767726,-0.9492310285568237,0.27757230401039124,0.14803260564804077,-0.14491041004657745,0.04888606444001198,-0.6074444055557251,0.9387179613113403,-0.1386105716228485,0.10849806666374207 +314,-1.7900813635101422,-0.24283477584821683,2.0422859461518197,-0.9474159479141235,0.24045519530773163,0.21114948391914368,-0.9922927021980286,-1.6298255920410156,0.08960376679897308,0.18186736106872559,0.2925952970981598,-0.3911116421222687 +315,-1.8999207498856663,-0.21998318714858695,1.9806311351785784,-0.9235204458236694,0.21821321547031403,0.3154255151748657,-0.23027580976486206,0.3765411376953125,0.27079907059669495,-0.5127742290496826,0.13907137513160706,-0.048030465841293335 +316,-1.8006396879430093,-0.23310138334816444,1.9396765804936262,-0.9473679065704346,0.23099613189697266,0.22166338562965393,-0.30444785952568054,1.1725389957427979,0.04970943182706833,0.5224717855453491,-0.25982001423835754,-0.02429106831550598 +317,-1.7663645303718922,-0.23153797263644116,1.9889060298402108,-0.9547607898712158,0.2294747233390808,0.18913835287094116,1.233773112297058,-0.09124802052974701,-0.35003721714019775,0.7855865955352783,-0.4242837131023407,-0.2461603879928589 +318,-1.7796862040681136,-0.3046899349230538,2.1067843854915327,-0.9332029223442078,0.2999974191188812,0.19782237708568573,2.25661301612854,0.8679278492927551,0.5018431544303894,-1.77048659324646,0.2601526975631714,-0.45008066296577454 +319,-1.670200019734022,-0.27431605324441527,2.259679824247633,-0.9578588008880615,0.27088862657546997,0.09552955627441406,0.41157251596450806,0.1493147760629654,0.09317997097969055,0.17934012413024902,-0.08340388536453247,-0.03925514221191406 +320,-1.6455564320794847,-0.265397501435433,2.227258972606827,-0.9622929692268372,0.26229286193847656,0.07207544893026352,-1.3213573694229126,0.05134451016783714,-0.296673983335495,0.8051426410675049,-0.25486183166503906,0.15378522872924805 +321,-1.7102895466192187,-0.23291643808760656,2.0928342141217153,-0.9635462760925293,0.23081618547439575,0.13528680801391602,-1.2801727056503296,-1.9098560810089111,0.09377217292785645,-0.2157139778137207,0.22868698835372925,-0.2511162757873535 +322,-1.8554466111489967,-0.19353014074893532,1.978473567083782,-0.9418425559997559,0.19232432544231415,0.2755792737007141,-1.3387497663497925,0.44563859701156616,0.03694964945316315,-0.34107059240341187,0.23476918041706085,0.18567869067192078 +323,-1.7938610114412104,-0.19178644922245044,1.8283406293265279,-0.957343578338623,0.19061289727687836,0.21716341376304626,-1.1987314224243164,1.0331870317459106,0.29646438360214233,0.5024486184120178,-0.19834913313388824,-0.08320654928684235 +324,-1.7869145945976768,-0.1930019557419757,1.7805793595335568,-0.9586021900177002,0.19180597364902496,0.21045832335948944,0.2718258202075958,-0.1363709717988968,-0.14420220255851746,0.6384268999099731,-0.3509550988674164,-0.30693957209587097 +325,-1.8259330380673628,-0.21487398447917802,1.8175917586448884,-0.945376455783844,0.21322430670261383,0.2465738207101822,0.1720770299434662,-0.24278178811073303,0.7870965600013733,-1.0950134992599487,0.2778492569923401,-0.4228891134262085 +326,-1.766187457298178,-0.2409443831359417,1.896425491909474,-0.9526345133781433,0.2386198341846466,0.18854182958602905,0.06917619705200195,-0.005734424106776714,0.5365957021713257,-0.10406714677810669,0.05267046391963959,0.11548946797847748 +327,-1.7448193792329378,-0.2635331691772442,1.8476852073719605,-0.9508932828903198,0.26049336791038513,0.1671682745218277,-1.475742220878601,0.10483332723379135,0.18414822220802307,0.7290915250778198,-0.16874223947525024,-0.004234910011291504 +328,-1.7895764325569472,-0.23027762446438543,1.6400238076015579,-0.9503952860832214,0.22824782133102417,0.21130982041358948,-2.1542043685913086,0.04040820524096489,0.0876663476228714,0.5528275370597839,-0.01036757230758667,-0.42822885513305664 +329,-1.8965748313419484,-0.17568737344758373,1.3850403626062953,-0.9328183531761169,0.17478497326374054,0.3151199221611023,-0.33813703060150146,0.6476732492446899,0.15709345042705536,-0.8553135395050049,0.34918659925460815,0.6781662702560425 +330,-1.820478611134276,-0.21809528074645398,1.3656954147957798,-0.9460368156433105,0.21637041866779327,0.24124272167682648,-0.5746718645095825,0.7924660444259644,0.357179194688797,0.3154979348182678,-0.21450884640216827,0.16300831735134125 +331,-1.7784069534620124,-0.22870481920105085,1.3197196743272144,-0.9530463218688965,0.22671626508235931,0.20075519382953644,-0.21609936654567719,0.060218051075935364,0.17218813300132751,0.572202205657959,-0.31939810514450073,-0.16063976287841797 +332,-1.7769936582661485,-0.2593626109733449,1.3469256532430438,-0.9460788369178772,0.25646454095840454,0.19789151847362518,0.4966907799243927,-0.1462814062833786,0.3728732764720917,-0.48919349908828735,-0.005167514085769653,-0.2669069468975067 +333,-1.7308444795758045,-0.28664933693727157,1.4636098784391516,-0.9469377994537354,0.28273987770080566,0.15286310017108917,1.4983408451080322,0.47728028893470764,0.10185452550649643,-0.28069281578063965,0.3009546101093292,0.028869152069091797 +334,-1.7074583015387417,-0.3087565461102634,1.5366374254376072,-0.9438292384147644,0.3038742244243622,0.12979461252689362,-0.25649094581604004,-0.22413098812103271,0.09530410170555115,0.2797667980194092,-0.21093297004699707,0.027080997824668884 +335,-1.7575890748667333,-0.28194173799479894,1.4400698524363458,-0.9438087940216064,0.2782212495803833,0.17837607860565186,-1.7257769107818604,-0.1664472222328186,-0.2193811982870102,0.5545570850372314,-0.1259537935256958,-0.22705161571502686 +336,-1.9131851379016955,-0.20267460713037969,1.2231645228016246,-0.9226750731468201,0.20128990709781647,0.32886621356010437,-1.898958683013916,0.038120780140161514,-1.154597520828247,-1.3459253311157227,0.21495459973812103,1.3254153728485107 +337,-1.8569726497196197,-0.2123247094384626,1.2637564712616656,-0.9377872347831726,0.21073296666145325,0.2759470045566559,0.6129280924797058,0.8189178109169006,0.20501413941383362,0.021084964275360107,-0.07822564244270325,0.186195969581604 +338,-1.7929970908788853,-0.24049296942554865,1.3323473352613504,-0.9473428726196289,0.2381814420223236,0.21403448283672333,0.9221834540367126,0.11803188174962997,-0.004020364955067635,0.6657268404960632,-0.43427222967147827,-0.05596880614757538 +339,-1.794068771010156,-0.26613274887434,1.5093099556623064,-0.9408470988273621,0.26300230622291565,0.213626891374588,2.648491144180298,-0.741322934627533,-0.18042466044425964,-0.011667490005493164,-0.4287585914134979,-0.3807564079761505 +340,-1.770643053568985,-0.3071069215311243,1.8699668274484935,-0.934240460395813,0.30230218172073364,0.18923084437847137,4.657622337341309,-0.8497446179389954,-0.4920564591884613,-0.9543399810791016,0.33894845843315125,-0.18619439005851746 +341,-1.7078698128183558,-0.2788104499666726,2.2230354595613666,-0.9523659944534302,0.27521222829818726,0.13136792182922363,2.207038164138794,-0.32757052779197693,-1.0686571598052979,0.21226882934570312,0.031062215566635132,0.07540394365787506 +342,-1.720403397152316,-0.22819246026739162,2.318964335425319,-0.9631960988044739,0.22621721029281616,0.14518576860427856,0.1959231048822403,-0.6010615825653076,0.04539918899536133,0.8967594504356384,0.036508604884147644,-0.05805803835391998 +343,-1.7859399214377871,-0.2652748451680349,2.278518178178791,-0.9427727460861206,0.262174516916275,0.2060200423002243,0.9389840960502625,0.2214495688676834,1.507845401763916,-0.607550859451294,0.6228657960891724,-0.4855458438396454 +344,-1.8632554574515874,-0.28685308005524507,2.2770889674208057,-0.9184119701385498,0.2829352915287018,0.2765272855758667,-0.8029036521911621,0.4180906414985657,-0.04443952441215515,-0.15707337856292725,0.012551188468933105,-0.3379133641719818 +345,-1.8060119132846069,-0.3050556121534411,2.259349153177313,-0.9275655746459961,0.3003462255001068,0.22229263186454773,-0.12442757934331894,0.23410332202911377,0.11700498312711716,0.6118613481521606,-0.3478621244430542,-0.106219083070755 +346,-1.805031342672138,-0.32724151642359045,2.3408602817202535,-0.9210741519927979,0.3214321434497833,0.21978212893009186,1.6096936464309692,-0.5251579284667969,-0.19886766374111176,0.405311644077301,-0.6382655501365662,-0.2109472155570984 +347,-1.7820809442336618,-0.38190975380649733,2.559075485003878,-0.9073189496994019,0.3726933002471924,0.19460701942443848,3.6464884281158447,-0.14606893062591553,-0.17609909176826477,-1.6731863021850586,-0.08169296383857727,-0.313366174697876 +348,-1.6788412319875419,-0.3114161489043013,2.8257672603568076,-0.9463497996330261,0.30640697479248047,0.10264801234006882,1.8501708507537842,0.026598691940307617,-1.0225269794464111,0.3425138592720032,0.035939186811447144,0.3616921901702881 +349,-1.6614470788019475,-0.2615152858147581,2.8666260403038533,-0.9620330333709717,0.2585446238517761,0.08744868636131287,0.27611252665519714,-0.3638989329338074,0.10473111271858215,0.8436553478240967,-0.12535065412521362,-0.0512852668762207 +350,-1.7811340856089726,-0.25508878454305106,2.7837975975190887,-0.9463145732879639,0.25233131647109985,0.20203396677970886,-1.6959534883499146,-1.05947744846344,0.5266847014427185,-0.38737988471984863,0.49982017278671265,-0.44506072998046875 +351,-1.7662682377609227,-0.3284862993278438,2.8464908496129193,-0.9285063147544861,0.32261064648628235,0.1838444024324417,0.7815012335777283,-1.3467810153961182,-0.6754783987998962,-0.7043672800064087,-0.014398336410522461,1.4888393878936768 +352,-1.7550385568145495,-0.2661842537734885,2.678120912534847,-0.9484530687332153,0.26305198669433594,0.176749587059021,0.017859749495983124,0.9338493347167969,0.1294076293706894,0.7362796068191528,-0.39093589782714844,-0.1991037130355835 +353,-1.7090442623038942,-0.27267843489081894,2.7827882898548966,-0.9538644552230835,0.2693118751049042,0.13271638751029968,1.936928629875183,-0.6607440114021301,-0.27437567710876465,0.6718820929527283,-0.39528846740722656,-0.021540895104408264 +354,-1.7421763405154136,-0.32000800736148594,2.9694873771339703,-0.9353269338607788,0.31457415223121643,0.1618843525648117,2.8135604858398438,0.22393949329853058,0.23790667951107025,-1.8969483375549316,0.17031961679458618,-0.6117135286331177 +355,-1.6533870214852584,-0.26530553787506367,3.138727117510046,-0.9617230296134949,0.2622041404247284,0.07961047440767288,0.700562059879303,0.7410633563995361,-1.2117849588394165,0.13405585289001465,0.261660635471344,0.24088513851165771 +356,-1.6223240659841953,-0.194519168094792,-3.1395293313726547,-0.979838490486145,0.19329479336738586,0.05053359270095825,-0.6696524024009705,-0.07649033516645432,-0.3340243399143219,1.29243004322052,-0.011684685945510864,0.17805838584899902 +357,-1.716587750291426,-0.19456206445356114,3.007563648414058,-0.9707239270210266,0.1933368742465973,0.1425345242023468,-1.8500925302505493,-0.8416014313697815,0.8255707621574402,-0.29961615800857544,0.5216747522354126,-0.3981955051422119 +358,-1.7553792514979485,-0.2710693776834808,2.97567877145497,-0.9471181631088257,0.2677619159221649,0.17683471739292145,-2.20882248878479,-0.2982032597064972,-0.5629143714904785,-0.9791207313537598,0.057158708572387695,1.8795465230941772 +359,-1.7363409670638106,-0.23588416943637905,2.7762619905966517,-0.959015429019928,0.23370276391506195,0.16022621095180511,-0.42512863874435425,0.5974698066711426,0.48366647958755493,0.6338048577308655,-0.39398109912872314,-0.10958230495452881 +360,-1.716831108716051,-0.2339921173617649,2.774001376921324,-0.9623944163322449,0.23186269402503967,0.14155073463916779,0.9351421594619751,-0.20131555199623108,-0.2793195843696594,0.8099133968353271,-0.4756523668766022,-0.181254044175148 +361,-1.7563840413541096,-0.27361205152794665,2.8822183334352687,-0.9462680220603943,0.2702108919620514,0.17766012251377106,2.2123587131500244,0.4558526277542114,0.7310678958892822,-1.5204527378082275,0.3420938551425934,-0.6481343507766724 +362,-1.6101296041017712,-0.290481244228721,3.1337784654240677,-0.9573650360107422,0.2864133417606354,0.03767573460936546,1.6326148509979248,0.5081892013549805,-0.3640502393245697,-0.26283448934555054,0.21489888429641724,0.5853406190872192 +363,-1.5931786567949755,-0.2381753046951763,3.1398509681160114,-0.9715268015861511,0.23592983186244965,0.02174866572022438,-1.1244938373565674,-0.06906445324420929,-0.6887420415878296,1.1954647302627563,-0.07755887508392334,0.19182860851287842 +364,-1.6764159137247572,-0.22476402867699646,3.011670346051315,-0.9694143533706665,0.22287632524967194,0.1027715802192688,-1.4863229990005493,-0.7809629440307617,0.42653289437294006,0.1759573221206665,0.23092004656791687,-0.4134862422943115 +365,-1.7812407672819113,-0.29361479334592455,2.9520862443886005,-0.9360863566398621,0.2894141972064972,0.19995470345020294,-1.4572397470474243,-0.69167160987854,-1.0055140256881714,-1.5897619724273682,0.2515098750591278,1.847454309463501 +366,-1.707580070038003,-0.2529468574235495,2.7975011728263133,-0.9591361880302429,0.25025811791419983,0.13201861083507538,-0.3100477457046509,1.1590317487716675,0.187888503074646,0.6633139252662659,-0.31933462619781494,-0.014770016074180603 +367,-1.6513700207939703,-0.2768478045842112,2.8323423619434913,-0.9588011503219604,0.2733248472213745,0.07742176949977875,1.3487980365753174,-0.3966759145259857,0.06767021119594574,0.8461453914642334,-0.4822176396846771,-0.046812646090984344 +368,-1.661530906807645,-0.33288310270521193,2.9711892470796064,-0.9412165284156799,0.3267692029476166,0.08563601970672607,1.619296908378601,0.517121434211731,0.840935230255127,-1.5369787216186523,0.14425435662269592,-0.2579535245895386 +369,-1.571862499729746,-0.31644761307151853,3.096502249052475,-0.9503463506698608,0.3111925423145294,0.0010132339084520936,0.533409595489502,0.027007410302758217,-0.8364244699478149,-0.22453463077545166,0.12725350260734558,0.36330556869506836 +370,-1.5724229250287851,-0.25406383633364066,3.0987395331116345,-0.9678976535797119,0.2513394057750702,0.0015743819531053305,-0.3940386474132538,-0.22884540259838104,-0.5281552076339722,1.2536184787750244,-0.17806673049926758,0.15789520740509033 +371,-1.6869559358647144,-0.24695190494494282,2.912285421117586,-0.9631275534629822,0.24444948136806488,0.1123824417591095,-2.3347129821777344,-0.8041428923606873,0.4716603755950928,-0.14250904321670532,0.4282342195510864,-0.4862685203552246 +372,-1.7057895130768659,-0.3328861181741326,2.876525042690072,-0.9365048408508301,0.3267720639705658,0.127195343375206,0.47568029165267944,-1.9926789999008179,0.0777680054306984,-1.059131145477295,0.017756134271621704,0.8686695098876953 +373,-1.7054078166451325,-0.279190004901816,2.6456973362571303,-0.9525830149650574,0.2755770981311798,0.12900878489017487,-0.7420552968978882,0.8602795004844666,0.236015185713768,0.7811961770057678,-0.4023776352405548,-0.03203915059566498 +374,-1.6333467066500291,-0.30230345477013804,2.668449621432296,-0.9527863264083862,0.2977199852466583,0.05967499315738678,1.1677885055541992,-0.5382037162780762,-0.021560125052928925,0.7031830549240112,-0.4709224998950958,0.22662568092346191 +375,-1.6478034670124977,-0.33589556500688716,2.78365018630847,-0.9413174986839294,0.3296148180961609,0.07263179868459702,2.2367475032806396,0.0011979325208812952,0.4545004069805145,-1.3626222610473633,-0.009409159421920776,-0.4743499755859375 +376,-1.568442967610877,-0.299074352463101,2.8795772287205965,-0.9556068778038025,0.2946357727050781,-0.0022488904651254416,1.3773767948150635,0.5821020603179932,-0.8725811243057251,-0.37578338384628296,0.1275138556957245,0.1882535219192505 +377,-1.526249033161849,-0.23170324884911253,2.94776921777072,-0.9723110795021057,0.2296355813741684,-0.04334250092506409,0.3596140146255493,-0.0763663500547409,-0.5763379335403442,1.0603238344192505,-0.08791196346282959,0.3139876127243042 +378,-1.6119751408095422,-0.2046117388242993,2.8312523064981523,-0.9783099293708801,0.2031870186328888,0.040308427065610886,-1.4894059896469116,-0.5265071392059326,0.269664466381073,0.19051390886306763,0.3523702323436737,-0.46726465225219727 +379,-1.7630830366319332,-0.27756968752625794,2.738832346875767,-0.9439994692802429,0.27401918172836304,0.18378931283950806,-0.7266066670417786,-1.8435285091400146,-0.7611435055732727,-1.4899756908416748,0.2530498802661896,1.9257993698120117 +380,-1.7182134384805294,-0.23232059670035923,2.5400018913523588,-0.9625798463821411,0.23023639619350433,0.14293767511844635,-1.0145691633224487,1.0026167631149292,0.3187549114227295,0.6341649889945984,-0.3044246435165405,-0.041436195373535156 +381,-1.6491760095787666,-0.25415660301492526,2.5396630430539457,-0.9649041891098022,0.2514292001724243,0.07578413933515549,1.678451418876648,-1.021384358406067,0.08750784397125244,0.904113233089447,-0.5215097665786743,0.016348473727703094 +382,-1.6545894983273688,-0.32372073707630217,2.6542610732999434,-0.9447320103645325,0.31809622049331665,0.0793478861451149,1.9607387781143188,0.8735341429710388,1.0718919038772583,-1.9876867532730103,0.20067206025123596,-0.4788839817047119 +383,-1.5697143173901085,-0.2979187995556146,2.867528470545179,-0.9559488892555237,0.2935313284397125,-0.0010343460598960519,1.7645206451416016,0.08283783495426178,-0.5013586282730103,-0.13340651988983154,0.0029011666774749756,0.33486610651016235 +384,-1.5482461744975833,-0.25252608828907225,2.9452153293903236,-0.9680382013320923,0.24985072016716003,-0.021833108738064766,-0.2805515229701996,-0.2597126364707947,-0.2028331458568573,1.1286979913711548,-0.09018275141716003,0.2328163981437683 +385,-1.6274695711279343,-0.25671304328257316,2.87946510827275,-0.96567702293396,0.2539026737213135,0.054786715656518936,-1.286942958831787,-1.0915262699127197,0.39072734117507935,0.1435486078262329,0.3145788013935089,-0.32082366943359375 +386,-1.632631547104624,-0.3140304791307436,2.801899428245135,-0.9492785930633545,0.3088945150375366,0.05877377837896347,0.8409523963928223,1.1364223957061768,0.20828412473201752,-0.435685396194458,0.4778944253921509,0.3169586658477783 +387,-1.7313291800774868,-0.27314810526830274,2.5762348882047332,-0.9505453109741211,0.26976415514945984,0.15391822159290314,-1.2471762895584106,0.9433746933937073,0.21358749270439148,0.6056662201881409,-0.3211252987384796,-0.4912443161010742 +388,-1.6431429364974717,-0.2916426738047593,2.563966640022549,-0.9552675485610962,0.2875259220600128,0.06923119723796844,1.0188987255096436,-0.2603267729282379,-0.05408449470996857,0.9989229440689087,-0.6166427135467529,-0.019548535346984863 +389,-1.7601905526560164,-0.2992907576295168,2.597316371119996,-0.9384591579437256,0.29484257102012634,0.1798948496580124,1.7495396137237549,-1.1157265901565552,1.1238445043563843,-2.245210886001587,-0.10387882590293884,-0.9009488821029663 +390,-1.6418912783515807,-0.2989604341042066,2.9344802172419695,-0.9532290697097778,0.2945269048213959,0.0678841844201088,2.562697172164917,0.43598446249961853,-0.8801513910293579,-0.30659759044647217,0.07069221138954163,0.18150544166564941 +391,-1.5821557095120626,-0.20428942303944475,3.0776918650747076,-0.9791421890258789,0.2028714120388031,0.01112292893230915,0.06098709627985954,0.24630160629749298,-0.24754148721694946,1.1151132583618164,0.1591891348361969,0.1620185375213623 +392,-1.6045908914363916,-0.22098991950326816,3.0576458181752386,-0.9751238822937012,0.21919557452201843,0.03296643868088722,-1.1721470355987549,-0.7810981869697571,0.4871522784233093,0.8045001029968262,0.0012939125299453735,-0.0587080754339695 +393,-1.7692634182192344,-0.27837346140875757,2.86405719264631,-0.942629337310791,0.2747920751571655,0.18957655131816864,-0.15921945869922638,0.059595175087451935,1.0758897066116333,-1.637052059173584,0.7072025537490845,-0.7873702049255371 +394,-1.8652008802047197,-0.23692826380389553,2.7194616464134613,-0.9302406907081604,0.23471781611442566,0.2820637822151184,-2.224754810333252,1.1788499355316162,0.47990313172340393,0.2558937072753906,-0.04891154170036316,-0.7081655263900757 +395,-1.7616615274539558,-0.2628457660995168,2.6648906735759494,-0.9481186866760254,0.25982964038848877,0.18319283425807953,0.5304703712463379,1.028221845626831,0.446914941072464,0.7215866446495056,-0.327426016330719,-0.3418384790420532 +396,-1.7486107597728182,-0.25339823511554593,2.7373518356846684,-0.9528020620346069,0.2506951093673706,0.17123043537139893,-1.3389376401901245,1.3645514249801636,-0.2705644369125366,0.07244640588760376,-0.23384949564933777,0.6839636564254761 +397,-1.7321707908158903,-0.3263603986860761,2.9154355974693242,-0.9349087476730347,0.32059767842292786,0.1521938294172287,3.3861255645751953,0.848820686340332,-0.46270179748535156,-0.8997317552566528,0.11113452911376953,-0.17207598686218262 +398,-1.6050117059516376,-0.30092507444291466,-3.068991481435688,-0.9545037150382996,0.29640382528305054,0.032671455293893814,1.3364602327346802,0.1023240014910698,-1.0322823524475098,0.17406249046325684,-0.17062565684318542,0.531644344329834 +399,-1.5975468831735709,-0.22296110663571497,-3.047251701307968,-0.9748980402946472,0.22111840546131134,0.02608528733253479,-0.7806931138038635,-0.31609803438186646,-0.49375852942466736,1.1675708293914795,-0.02562279999256134,0.1643596887588501 +400,-1.7749613969329188,-0.24438018479127321,3.0733405823236812,-0.9501352310180664,0.24195496737957,0.19672544300556183,-2.905728816986084,-1.3589478731155396,1.5437467098236084,-1.2961111068725586,1.303821325302124,-0.40923452377319336 +401,-1.7804382993531476,-0.3054679204939248,3.0679375204447137,-0.9328254461288452,0.30073946714401245,0.19847558438777924,-1.9540331363677979,-2.0173072814941406,0.09135539829730988,-0.5131279230117798,-0.12997835874557495,1.2889206409454346 +402,-1.8086197800719863,-0.23035735874614413,2.762146162360549,-0.9461812973022461,0.22832545638084412,0.2293647825717926,-0.9477063417434692,1.176337718963623,0.18536607921123505,0.8758384585380554,-0.2845999002456665,-0.2288307398557663 +403,-1.7361430192636211,-0.23620052815147646,2.7487024606726385,-0.9589741826057434,0.23401035368442535,0.16002419590950012,0.7253585457801819,-1.1429033279418945,-0.33079782128334045,0.7095692753791809,-0.49011385440826416,0.011805057525634766 +404,-1.8042282839671977,-0.31078496061268385,2.8409218882398726,-0.926271378993988,0.30580610036849976,0.22023619711399078,3.396615743637085,-0.6216365098953247,0.16069485247135162,-1.7924327850341797,0.11364278197288513,-0.4545806646347046 +405,-1.6962986471667334,-0.2977356948423581,3.127596416579968,-0.9484841227531433,0.2933562695980072,0.11966589838266373,2.8766047954559326,0.14514051377773285,-0.8012872338294983,-0.2395499348640442,-0.04244077205657959,0.1824580430984497 +406,-1.634320941247111,-0.22654122495016019,-3.011352962455826,-0.9724838137626648,0.22460848093032837,0.061859890818595886,0.05053700506687164,0.3287779986858368,-0.40787258744239807,1.1013898849487305,0.05325411260128021,0.2736351490020752 +407,-1.6678388104066217,-0.2166944977802585,-3.0624246464271616,-0.9720185995101929,0.2150026112794876,0.09462432563304901,-1.076064944267273,-0.3000752031803131,0.09383268654346466,0.5620454549789429,0.026467740535736084,-0.267659068107605 +408,-1.690112249723474,-0.29276185279879763,3.0598716810737847,-0.9506433606147766,0.2885976731777191,0.11396823078393936,1.5240110158920288,0.7181695699691772,0.6197444796562195,-1.2648413181304932,0.31940406560897827,-0.5849155187606812 +409,-1.7849071634002895,-0.22941344590531776,2.8749431060166892,-0.9515640735626221,0.22740638256072998,0.20691172778606415,-2.3103246688842773,0.8558769822120667,0.29159408807754517,0.3854781985282898,-0.06091773509979248,-0.5944391489028931 +410,-1.6911695925750487,-0.26422707830486003,2.7664021873426665,-0.9583097696304321,0.26116323471069336,0.11591528356075287,-0.05865906924009323,0.9220022559165955,0.4485858380794525,0.7808957099914551,-0.37633657455444336,-0.23641394078731537 +411,-1.6475882419500387,-0.2559902916476599,2.7785608745244867,-0.9645621180534363,0.25320354104042053,0.07421651482582092,-0.026495646685361862,-1.211038589477539,-0.0972505435347557,0.04082542657852173,0.08395469188690186,-0.22508013248443604 +412,-1.6553943524298984,-0.31882849182936096,2.9308966611976124,-0.9462072849273682,0.3134543001651764,0.08023878186941147,2.775470018386841,0.5989276766777039,-0.1302083134651184,-0.9471185207366943,0.1595681607723236,-0.007225394248962402 +413,-1.5797036601856018,-0.2745754579244113,3.128763479802177,-0.962502121925354,0.2711383104324341,0.008573553524911404,0.788040041923523,0.06375476717948914,-0.8131830096244812,0.30178141593933105,-0.05032840371131897,0.2473011016845703 +414,-1.5469462923644455,-0.2204350794523615,3.1339514308029597,-0.9755247831344604,0.21865420043468475,-0.023270711302757263,-0.4982663691043854,-0.0019679791294038296,-0.06975441426038742,1.02783203125,0.021793782711029053,0.16183578968048096 +415,-1.621316687275186,-0.2435321187029467,3.0555101566587735,-0.969254195690155,0.24113202095031738,0.049008775502443314,-1.5561710596084595,-1.0842010974884033,1.2185819149017334,-0.6149439215660095,0.7920558452606201,-0.24024724960327148 +416,-1.6428814161596594,-0.3096721472360788,2.9960169036958817,-0.9499601125717163,0.3047463893890381,0.06859681755304337,-1.066260814666748,-1.7135586738586426,-0.1138610914349556,-0.572180449962616,0.0353110134601593,0.7620153427124023 +417,-1.6904156347810735,-0.2629885219893325,2.755262802182997,-0.9587171673774719,0.25996747612953186,0.1152312159538269,-0.9880757331848145,0.8925133943557739,0.2508354187011719,0.7038038969039917,-0.27888840436935425,-0.20458662509918213 +418,-1.6206499501219176,-0.279268320768576,2.7492643244297015,-0.960063099861145,0.27565237879753113,0.047902315855026245,0.7955262064933777,0.17057523131370544,-0.20688605308532715,0.64362633228302,-0.39467093348503113,0.024973630905151367 +419,-1.715317366373272,-0.27488209118498014,2.8170639815477596,-0.952423632144928,0.27143344283103943,0.13861162960529327,2.181703567504883,-0.6987826824188232,0.4899302124977112,-1.2869868278503418,0.043141722679138184,-0.4063727855682373 +420,-1.6344989815435582,-0.3033026696113413,3.1064025299770313,-0.9524195194244385,0.29867374897003174,0.06075385585427284,2.4948012828826904,-0.3261866867542267,-0.5923219323158264,-0.49191635847091675,0.07782158255577087,-0.055443767458200455 +421,-1.5810634586797032,-0.2177991834612578,-3.0245571564051708,-0.9763239622116089,0.21608132123947144,0.010024399496614933,0.4578118324279785,0.4255397319793701,-0.7978307008743286,0.7361201047897339,0.11288289725780487,0.19972288608551025 +422,-1.5725839790109841,-0.1943948338265835,-3.0168157751834195,-0.9811631441116333,0.19317279756069183,0.0017539802938699722,-0.34052807092666626,-0.8273231983184814,0.2995266020298004,0.8926622271537781,0.22462809085845947,0.16446006298065186 +423,-1.6869565116144276,-0.2880755330669601,3.1335746814069343,-0.9523313045501709,0.28410759568214417,0.111123226583004,-0.7443139553070068,0.35909780859947205,1.0840096473693848,-1.5924687385559082,0.4970203936100006,-0.8745661973953247 +424,-1.7377793088246436,-0.2889951946683109,3.0030016552665653,-0.9451983571052551,0.28498923778533936,0.1593155413866043,-3.4993457794189453,-0.2933465540409088,-0.23954157531261444,-0.4000166058540344,-0.23570331931114197,0.9537672996520996 +425,-1.7047982821525622,-0.2517909314480703,2.763547532320128,-0.9597856998443604,0.24913881719112396,0.12938854098320007,-1.3043737411499023,0.8652384877204895,0.1687103509902954,0.9480974078178406,-0.30234622955322266,-0.03037428855895996 +426,-1.7143815718825446,-0.25472369760209523,2.743484547756255,-0.9577744603157043,0.2519780397415161,0.1384752243757248,-0.4618181586265564,-0.09647924453020096,-0.4339420795440674,0.045832812786102295,-0.42563825845718384,0.5144788026809692 +427,-1.7011090349447862,-0.33277072206576114,2.8734367631224673,-0.9371272921562195,0.32666298747062683,0.1228155791759491,2.289513111114502,0.46489477157592773,0.13818885385990143,-1.0786807537078857,-0.1665678322315216,-0.3398871421813965 +428,-1.6116750425500173,-0.31742949897651584,3.0691909981994527,-0.9492473602294922,0.3121255040168762,0.03882564231753349,1.1992911100387573,0.32557690143585205,-0.5632907152175903,0.03780925273895264,-0.14636924862861633,0.24402642250061035 +429,-1.5401919985478718,-0.25720675129006415,3.0987866870785763,-0.9666512608528137,0.2543801963329315,-0.029592951759696007,-0.2521485686302185,0.41758620738983154,-0.37753644585609436,0.979560375213623,-0.010193824768066406,0.26697397232055664 +430,-1.6037070947449468,-0.2745646076496456,3.061867303420216,-0.9620221853256226,0.2711278796195984,0.03167232498526573,-0.6148297190666199,-1.4625531435012817,0.4870067536830902,0.28250253200531006,0.013097584247589111,-0.15433764457702637 +431,-1.7705097047122034,-0.3526007893167511,3.0643686139865722,-0.9198240041732788,0.34533974528312683,0.18618309497833252,-0.45164817571640015,-0.9234187006950378,-1.0460809469223022,-1.1044983863830566,0.10419940948486328,1.49510657787323 +432,-1.7981863931270856,-0.2841318033680037,2.9235979772362417,-0.9351955652236938,0.28032416105270386,0.21639679372310638,-0.5364172458648682,0.5335744619369507,0.22999994456768036,0.5303189158439636,-0.13100165128707886,-0.3426938056945801 +433,-1.7432877280035943,-0.28161101338618144,2.914503349632043,-0.9463537931442261,0.27790355682373047,0.16487634181976318,0.38079318404197693,0.440899133682251,-0.02474021166563034,0.7391699552536011,-0.35392284393310547,-0.10631310939788818 +434,-1.7523008282894077,-0.27616767055702485,2.9499775170982674,-0.9463032484054565,0.27267053723335266,0.17366960644721985,0.2923032343387604,0.23695656657218933,0.15958361327648163,-0.5390025973320007,0.34140416979789734,-0.88736891746521 +435,-1.699544990649963,-0.35241861957720655,-3.0733363692883335,-0.9307726621627808,0.345168799161911,0.1205022931098938,2.205909252166748,0.13857343792915344,-0.5671664476394653,-0.5308667421340942,0.06077602505683899,-0.09041202068328857 +436,-1.633763933182661,-0.29361527385096853,-2.8951541300602464,-0.9553070068359375,0.2894146740436554,0.06023302301764488,0.8436496257781982,0.24257202446460724,-0.804925262928009,0.47116076946258545,-0.11071896553039551,0.1048671081662178 +437,-1.6034607178471767,-0.24413435190415367,-2.8405409359167613,-0.9698293805122375,0.2417164295911789,0.03169015794992447,0.05362806096673012,-0.18790394067764282,-0.1926324963569641,0.8060720562934875,0.07609361410140991,0.12324762344360352 +438,-1.6725186958056324,-0.27025022474520677,-2.883451400995097,-0.9587225317955017,0.2669726014137268,0.09786129742860794,-0.5560945868492126,-0.2902752161026001,0.8804882764816284,-0.8445001244544983,0.3503064513206482,-0.47116756439208984 +439,-1.706547196267307,-0.30590190079431534,-2.849918060622843,-0.9448027610778809,0.3011533319950104,0.12905150651931763,-0.8910618424415588,-1.8703325986862183,-0.20052558183670044,-0.6568512320518494,0.014245867729187012,0.7536388635635376 +440,-1.7364781447512547,-0.257075077948156,-3.0133698845690544,-0.9538941383361816,0.2542528510093689,0.15950508415699005,-0.5297830104827881,0.8892605900764465,0.1811935007572174,0.5865997076034546,-0.07563343644142151,-0.2601367235183716 +441,-1.6510182329965517,-0.27120432350098517,-2.9716796209421528,-0.9603505730628967,0.26789194345474243,0.07720685005187988,1.353675127029419,0.24559229612350464,0.12311112135648727,0.6002430319786072,-0.36306098103523254,-0.09290813654661179 +442,-1.703313814822367,-0.27193629155238547,-2.8659831308625323,-0.9548072218894958,0.2685970664024353,0.1272745430469513,2.4180355072021484,-0.2184084802865982,0.5601852536201477,-0.9066582322120667,-0.0023617148399353027,-0.7426921129226685 +443,-1.6270624187547982,-0.28875743732217973,-2.653591105175231,-0.9570815563201904,0.28476133942604065,0.05390813946723938,1.3740589618682861,-0.01077890396118164,-0.797343909740448,-0.3470567464828491,-0.038026660680770874,-0.016005270183086395 +444,-1.5915499343660906,-0.215302810092444,-2.586699881128659,-0.9767013788223267,0.21364325284957886,0.020272986963391304,0.10559795051813126,0.18467384576797485,-0.5074309706687927,0.8100754022598267,0.08748894929885864,0.14383530616760254 +445,-1.6138154060231231,-0.20733554594700246,-2.6063011557789726,-0.9776774644851685,0.20585323870182037,0.04208474978804588,-0.6752041578292847,-0.5824939012527466,0.33079543709754944,0.5058147311210632,0.13608095049858093,0.008665915578603745 +446,-1.633399618163406,-0.2940561614873668,-2.6707540716097045,-0.9552012085914612,0.2898366451263428,0.05987698212265968,0.9370160698890686,0.5439953804016113,0.39447927474975586,-1.369597315788269,0.26663610339164734,-0.3000807762145996 +447,-1.6958773592179242,-0.24859807437693734,-2.7655988972726435,-0.9616860151290894,0.24604538083076477,0.12091994285583496,-1.3901151418685913,1.0022777318954468,0.052155159413814545,0.29917997121810913,-0.06600695848464966,-0.16806961596012115 +448,-1.621616906923795,-0.2512296532425547,-2.821721127818828,-0.9673568606376648,0.24859519302845,0.04920400306582451,-0.0033444054424762726,0.23108240962028503,-0.05511311814188957,0.7765305042266846,-0.2011403739452362,0.04860484227538109 +449,-1.6798949930581906,-0.27197917805828425,-2.7197852348019924,-0.957514226436615,0.26863837242126465,0.1048799678683281,1.513641595840454,-4.567208290100098,-0.571182131767273,-0.7843527793884277,-0.22344186902046204,0.4738553762435913 +450,-1.6517678298187863,-0.2949149064369563,-2.708793316905614,-0.9536918997764587,0.29065844416618347,0.07739107310771942,0.723045289516449,0.21368415653705597,-0.0002602711319923401,-0.583890438079834,0.05939343571662903,-0.15061795711517334 +451,-1.6132336646161034,-0.25912637309794845,-2.662803348590833,-0.9657440781593323,0.25623619556427,0.041008226573467255,0.05799344554543495,0.6033292412757874,-0.7536203861236572,0.07659900188446045,-0.13624104857444763,0.09246039390563965 +452,-1.5619596526943609,-0.21276260932350885,-2.7048568374804027,-0.9774132966995239,0.21116101741790771,-0.008637307211756706,-0.645794689655304,0.23985151946544647,-0.07103432714939117,0.8014030456542969,-0.007395118474960327,0.14582908153533936 +453,-1.580785330379287,-0.24077227432393733,-2.772711695715125,-0.9711056351661682,0.23845268785953522,0.009700700640678406,-0.5213212370872498,0.023628991097211838,0.6375176906585693,0.04717075824737549,0.1391260176897049,0.060123443603515625 +454,-1.611659891284919,-0.29338123984036646,-2.8203810305083117,-0.9564723372459412,0.2891906499862671,0.03910663723945618,0.07827919721603394,0.018170226365327835,0.28545093536376953,-0.9690036773681641,0.1707550287246704,-0.2054884433746338 +455,-1.70597985876593,-0.23841902646629431,-2.9353813337546515,-0.9628472924232483,0.23616667091846466,0.13095982372760773,-2.2386162281036377,0.7773232460021973,-0.5879172086715698,0.3056970238685608,0.007653519511222839,-0.07090127468109131 +456,-1.6430414431806477,-0.22776740475441548,-3.0067051674926777,-0.9716317057609558,0.22580315172672272,0.07031802833080292,0.28763335943222046,0.06827380508184433,0.22268714010715485,0.7018411159515381,-0.1424901932477951,-0.060354121029376984 +457,-1.603384197266701,-0.262957680607156,-2.9615459469867726,-0.9651126861572266,0.25993770360946655,0.03146210312843323,1.320519208908081,-1.0539242029190063,0.5678503513336182,0.26229292154312134,-0.09381529688835144,-0.10542142391204834 +458,-1.703304349857129,-0.27148617613745163,-2.957777337376609,-0.9549280405044556,0.2681634724140167,0.12728145718574524,2.350229501724243,-1.2086509466171265,0.8253317475318909,-0.24615216255187988,0.05828303098678589,-0.18125177919864655 +459,-1.6546399569082877,-0.2906541850534855,-2.905769779892035,-0.9546912312507629,0.28657904267311096,0.08023287355899811,1.0303963422775269,0.37394484877586365,-0.10910401493310928,-0.27087950706481934,-0.17538824677467346,-0.14712738990783691 +460,-1.6126819130771763,-0.23899668217556516,-2.916148966494904,-0.9707237482070923,0.23672795295715332,0.04068312793970108,-0.9457164406776428,0.43249571323394775,-0.4265805184841156,0.7317407131195068,-0.06627205014228821,0.18729841709136963 +461,-1.613869295539564,-0.22192831831026666,-3.0254489171205323,-0.9745701551437378,0.22011105716228485,0.042003609240055084,-0.6325807571411133,-0.22783221304416656,0.2599160671234131,0.3684452772140503,0.18760377168655396,0.018482208251953125 +462,-1.5926744173281022,-0.25877166784225725,-3.0151868446338983,-0.9664736390113831,0.2558933198451996,0.021147971972823143,0.360455721616745,-0.1511155664920807,-0.09326156973838806,-0.37539947032928467,-0.2847324311733246,0.3485419750213623 +463,-1.6759469442067212,-0.27904354978635193,-3.1105842855625965,-0.9560098052024841,0.27543631196022034,0.1008971557021141,-0.41819441318511963,-0.08674328774213791,0.03180212900042534,-0.6947317719459534,0.12222295999526978,-0.1807616949081421 +464,-1.7440128963051467,-0.21716031626392865,3.0842782694915436,-0.9619002342224121,0.2154575139284134,0.1683036983013153,-1.4075947999954224,0.49621543288230896,-0.5262939929962158,0.4478316307067871,-0.1151309609413147,0.042939066886901855 +465,-1.705990601820643,-0.17807416099696502,2.998464825850634,-0.9752060770988464,0.17713451385498047,0.1326514482498169,0.2758190333843231,0.0636853575706482,0.053461089730262756,0.8523423671722412,-0.23366832733154297,-0.1497107744216919 +466,-1.741271808055932,-0.2038194701787308,3.096256204718113,-0.9651049375534058,0.2024112045764923,0.16613930463790894,2.4929206371307373,-2.6232845783233643,0.14390353858470917,-0.46623051166534424,0.08065459132194519,-0.4301011562347412 +467,-1.7492711112777488,-0.26017842349552195,-2.984361296846058,-0.9509944915771484,0.257252961397171,0.17155392467975616,0.7259807586669922,0.8335826992988586,-0.06246514618396759,-0.7250157594680786,0.26078295707702637,-0.2860558032989502 +468,-1.6488547349992972,-0.25135327135266183,-2.9142856264768624,-0.9656273722648621,0.24871493875980377,0.07552880048751831,-0.49921882152557373,0.731060266494751,-0.6580854058265686,0.34848570823669434,-0.13139012455940247,0.06320416182279587 +469,-1.5910144973207498,-0.22890120566919508,-2.9768064873949447,-0.973717212677002,0.22690752148628235,0.019689463078975677,-0.16644950211048126,0.33650314807891846,0.4482698142528534,0.48197227716445923,0.14951153099536896,0.1363316774368286 +470,-1.5998126077497294,-0.31562163660089204,-2.995138829985663,-0.9502034187316895,0.31040745973587036,0.027579110115766525,-1.0513992309570312,-0.22728808224201202,1.1489813327789307,-0.10521644353866577,0.12452906370162964,0.3251277208328247 +471,-1.7030193566138894,-0.40670803169363434,-3.1176616094061997,-0.9104114174842834,0.3955880403518677,0.1210838109254837,-0.8428520560264587,-0.7292187213897705,0.30224907398223877,-0.42537349462509155,-0.4698525667190552,0.014551520347595215 +472,-1.8645816577397272,-0.3747930700365982,3.0430806870498732,-0.890712320804596,0.36607998609542847,0.2694759964942932,-1.7553399801254272,-0.2857300043106079,-0.8800174593925476,-0.3110547661781311,0.05771765112876892,0.4133547842502594 +473,-1.8319031527549554,-0.2998264333941167,2.9524702031063055,-0.9230048060417175,0.2953543961048126,0.2466333955526352,0.21272262930870056,0.46814706921577454,0.1808057278394699,0.5845342874526978,0.06724026799201965,-0.348287433385849 +474,-1.763356382372292,-0.3414018184406489,3.024067737865641,-0.924870491027832,0.334808349609375,0.18032744526863098,0.540475070476532,0.34440988302230835,-0.20318277180194855,0.27139759063720703,-0.3295745849609375,0.1046457290649414 +475,-1.7426244183868693,-0.31178385211582543,3.0822260083097257,-0.9377717971801758,0.30675697326660156,0.1627403348684311,2.04072642326355,-0.8042367696762085,0.49536097049713135,-0.6970243453979492,0.20712852478027344,-0.6520591974258423 +476,-1.6831285431358614,-0.33803358193297817,-3.0173613024756354,-0.9374626874923706,0.3316325843334198,0.10575245320796967,0.9595121741294861,0.3934541642665863,-0.2819058895111084,-0.2666693925857544,0.1382770836353302,-0.15224599838256836 +477,-1.6032974215137392,-0.29019249681767934,-2.947628630850797,-0.9576827883720398,0.2861366868019104,0.031136702746152878,-0.5439587235450745,0.34421542286872864,-0.6392257213592529,0.6243850588798523,0.1351279616355896,0.06313204765319824 +478,-1.6486303511913667,-0.26750918532251805,-3.0528947316625774,-0.9615123867988586,0.26433002948760986,0.07498987764120102,-1.6598654985427856,-0.3600303828716278,-0.5890082716941833,0.7997540235519409,0.30889689922332764,0.22711896896362305 +479,-1.8461257336986128,-0.2813756911154327,3.0319808549142957,-0.9244912266731262,0.2776775062084198,0.26117274165153503,2.4046096801757812,-3.513841152191162,-1.3808214664459229,-2.018303394317627,-0.4137096107006073,-0.06723356246948242 +480,-1.8093255159607662,-0.20319342241549454,2.816770236144789,-0.9516962766647339,0.20179808139801025,0.23141291737556458,-0.9537465572357178,1.9889156818389893,0.5673413872718811,0.11849004030227661,0.12010136246681213,-0.0473613440990448 +481,-1.6799969347422257,-0.22356280080428595,2.7233862829733817,-0.9693054556846619,0.22170515358448029,0.10627150535583496,-0.3776587247848511,0.5056249499320984,0.749239981174469,0.8620057106018066,-0.2541148364543915,-0.11480117589235306 +482,-1.634467346119077,-0.230594922668009,2.7141606682293626,-0.9715580344200134,0.22855673730373383,0.061943817883729935,0.2869648337364197,-0.6156688928604126,-0.20022384822368622,-0.17355316877365112,0.008824288845062256,-0.1832360029220581 +483,-1.6332983996890342,-0.25318825928042465,2.774372082195122,-0.9662282466888428,0.25049182772636414,0.06047002971172333,0.17926962673664093,0.6068904399871826,-0.5887759923934937,-0.6665688753128052,0.2671930491924286,0.27426207065582275 +484,-1.5886884919319475,-0.18542457814696567,2.7563892080685055,-0.9827007055282593,0.18436385691165924,0.01758451946079731,-0.5022473931312561,0.3123434782028198,-0.5491881370544434,0.6238903403282166,-0.08161117136478424,0.15934109687805176 +485,-1.574936793358375,-0.18469813974669017,2.6925285382074957,-0.9829834699630737,0.18364982306957245,0.004070033319294453,-0.6687857508659363,0.18813911080360413,0.27841636538505554,0.3029600977897644,-0.008951917290687561,0.04152321815490723 +486,-1.5652720026894753,-0.2195612861977924,2.683308860637088,-0.9759781956672668,0.21780146658420563,-0.00539167458191514,0.05205921828746796,0.088368721306324,0.4416535496711731,-0.27154988050460815,0.10699713230133057,0.18102037906646729 +487,-1.5881428255918693,-0.22993654580813364,2.6543552363231377,-0.973534345626831,0.22791573405265808,0.01688910648226738,-1.903757095336914,-0.910710871219635,0.08391043543815613,-0.22780531644821167,0.29897022247314453,0.495455265045166 +488,-1.67351152817734,-0.22373760210991434,2.4632422743299762,-0.9699358344078064,0.2218756079673767,0.09997900575399399,-1.7819663286209106,0.038618799299001694,0.055903658270835876,0.10055100917816162,0.2916894555091858,-0.15846598148345947 +489,-1.7210887669376438,-0.21690411190255002,2.2823320227101758,-0.9655597805976868,0.2152073085308075,0.1462189108133316,-1.7197308540344238,-0.13927049934864044,-0.02273496985435486,0.3737630248069763,-0.08436322212219238,0.018926963210105896 +490,-1.7054536999690084,-0.2136441844966672,2.1733350711001083,-0.9684178829193115,0.21202263236045837,0.13119855523109436,0.25711673498153687,0.061038993299007416,0.38595789670944214,0.3111304044723511,-0.060121431946754456,-0.03497663140296936 +491,-1.839469774380686,-0.1562695688731156,2.1497333311869977,-0.9523759484291077,0.1556343287229538,0.2622181475162506,-0.5448058843612671,-0.1359197497367859,-0.722529411315918,-0.4280562996864319,-0.1261390894651413,0.24033012986183167 +492,-1.783505231979013,-0.2123197441558182,2.222205998064182,-0.9555134773254395,0.21072812378406525,0.20636802911758423,0.42150092124938965,0.3767443299293518,0.6645030975341797,-0.21700239181518555,0.15359073877334595,-0.270393967628479 +493,-1.7296961369667647,-0.254550490862537,2.328749300695278,-0.9555845856666565,0.2518104016780853,0.15313321352005005,0.7108516097068787,0.5749660730361938,-0.49848291277885437,-0.066555917263031,-0.3038276135921478,0.2529184818267822 +494,-1.6954599675142281,-0.19163207833230916,2.351887210882673,-0.9740762114524841,0.19046135246753693,0.12206488102674484,0.0479152649641037,0.21553894877433777,-0.1981089860200882,0.5698557496070862,-0.049988970160484314,-0.09662856161594391 +495,-1.6587240008812545,-0.21233933364602642,2.4113871092097883,-0.9737642407417297,0.21074727177619934,0.08584216237068176,0.7159225344657898,-0.1802966445684433,0.3229542374610901,0.040597736835479736,0.08539529144763947,0.19455337524414062 +496,-1.6526101065449803,-0.23429072199577586,2.4835225466369018,-0.9694257378578186,0.23215314745903015,0.0794898197054863,0.3766224682331085,-0.14537005126476288,-0.006879465654492378,-0.3097337484359741,-0.17790815234184265,0.2766808271408081 +497,-1.7168285149708098,-0.2668825468122356,2.5431005671788225,-0.9543307423591614,0.2637256383895874,0.1403621882200241,0.6893660426139832,-0.7813734412193298,0.2399580180644989,-0.26847803592681885,0.01532706618309021,-0.19730807840824127 +498,-1.7400840578147596,-0.2696725754602603,2.5768925986755327,-0.9500798583030701,0.26641586422920227,0.16239112615585327,-0.04558158665895462,0.16741347312927246,-0.19521906971931458,0.14754384756088257,-0.05021411180496216,-0.26358747482299805 +499,-1.7066973572667306,-0.27615936634058474,2.657327352879701,-0.9532389044761658,0.27266255021095276,0.13034962117671967,1.4736857414245605,0.04829131439328194,-0.048925645649433136,0.3306191563606262,-0.08735981583595276,-0.20943592488765717 +500,-1.6308199013832878,-0.2779094033933015,2.852601723832458,-0.959899365901947,0.27434587478637695,0.057685885578393936,2.16184663772583,0.3984457552433014,-0.17288236320018768,-0.006134629249572754,-0.07987257838249207,-0.04576873034238815 +501,-1.5492002801747236,-0.24340637455717554,3.066317222098472,-0.9702964425086975,0.24100998044013977,-0.02095782570540905,1.958889365196228,0.15832941234111786,-0.35484421253204346,-0.09604889154434204,0.14224505424499512,0.1426771879196167 +502,-1.5199927299872875,-0.22163805939527645,-3.036355577889457,-0.974280059337616,0.21982790529727936,-0.049539558589458466,1.8204747438430786,0.13254159688949585,0.18463647365570068,-0.36052829027175903,0.08887265622615814,0.11469459533691406 +503,-1.5037962305420933,-0.2052952925122004,-2.919557013229915,-0.9768043160438538,0.20385625958442688,-0.06554409116506577,0.6719540953636169,-0.1410478800535202,0.07363026589155197,0.18876415491104126,-0.0017230808734893799,0.016136109828948975 +504,-1.5122672679005613,-0.21500515187231564,-2.907532469023971,-0.9753023386001587,0.21335245668888092,-0.057148803025484085,-0.20309926569461823,-0.04656338319182396,-0.13440893590450287,-0.011025726795196533,-0.11546733975410461,0.05666053667664528 +505,-1.5055186224903938,-0.20281756184643712,-2.9532224465116514,-0.9774166941642761,0.20142993330955505,-0.06389430165290833,-0.38762348890304565,0.17596204578876495,-0.06964053958654404,0.1852109432220459,-0.044783204793930054,0.018667221069335938 +506,-1.506989056481109,-0.20632301452280843,-3.0035744289131197,-0.9767990112304688,0.2048622965812683,-0.0624116025865078,-0.5446808338165283,0.037681348621845245,0.15797962248325348,0.04280853271484375,0.11752539873123169,0.1903565526008606 +507,-1.5322544243562217,-0.23543377337982474,-3.097844755429997,-0.9716910123825073,0.23326481878757477,-0.037469375878572464,-0.8300628662109375,-0.4265749752521515,0.4053104519844055,-0.20456314086914062,0.13221365213394165,0.17585134506225586 +508,-1.5748199212946543,-0.2769373423753554,3.097508269158117,-0.9618895649909973,0.27341097593307495,0.0038702746387571096,0.07415787130594254,0.4025682508945465,0.28094789385795593,-0.21450203657150269,-0.17595309019088745,-0.40986084938049316 +509,-1.5500189536640745,-0.2879005759285951,3.096699945376239,-0.958635151386261,0.28393983840942383,-0.01992078684270382,0.06176631525158882,-0.04816766455769539,0.10773526132106781,0.06729298830032349,-0.27945375442504883,-0.15326648950576782 +510,-1.5415730353721548,-0.2661756060678109,3.096219352187216,-0.9643720388412476,0.2630436420440674,-0.02819014899432659,-0.13584178686141968,0.1337234377861023,-0.46578043699264526,0.29254281520843506,0.06285357475280762,0.06531476974487305 +511,-1.52385703864874,-0.23206868188424656,3.0431441121705567,-0.9721207618713379,0.22999124228954315,-0.04566419869661331,-0.7412469387054443,0.13161690533161163,-0.20272982120513916,0.25097519159317017,0.31107014417648315,0.20022046566009521 +512,-1.5634039881634758,-0.2745619340016987,3.0215990181913512,-0.9625177979469299,0.27112531661987305,-0.007115387357771397,-1.0401357412338257,-0.27074748277664185,0.5516037940979004,-0.4811314344406128,0.27216386795043945,0.2702684998512268 +513,-1.5982333025346516,-0.3219965396901059,2.884343979049928,-0.948248565196991,0.31646111607551575,0.02602360211312771,-1.6148651838302612,0.44579383730888367,0.5250704288482666,-0.24913924932479858,-0.23002004623413086,-0.25121283531188965 +514,-1.573412153419875,-0.30796670308429713,2.776291780745169,-0.9529485702514648,0.3031216263771057,0.0024927540216594934,-1.050101399421692,0.6091088652610779,-0.7626439332962036,0.20540529489517212,-0.4346524178981781,-0.06436717510223389 +515,-1.5399573417554853,-0.25765078380260475,2.6823904838524224,-0.9665315747261047,0.25480958819389343,-0.02981630526483059,-0.827383279800415,0.5228276252746582,-0.24586796760559082,0.3125702738761902,-0.10226744413375854,0.08444279432296753 +516,-1.5075551478231992,-0.2611125319971835,2.6313237788793407,-0.9641719460487366,0.2581555247306824,-0.06105678901076317,-0.2736552953720093,0.3801839053630829,0.20324398577213287,-0.0285952091217041,-0.04001593589782715,0.36652249097824097 +517,-1.5525711861721905,-0.24891195426521395,2.5867586678878696,-0.9690200090408325,0.24634958803653717,-0.01766248233616352,-0.6979550719261169,-1.5923569202423096,0.2698909640312195,-0.3200119137763977,0.27972766757011414,0.26966142654418945 +518,-1.6906497100867757,-0.28302413825061523,2.472759966757285,-0.9533270597457886,0.2792607545852661,0.11480973660945892,-0.6314437389373779,-0.368137001991272,0.11886109411716461,-0.23704171180725098,0.3346003592014313,-0.5271785259246826 +519,-1.6967811796854113,-0.2778623009955151,2.397386802577037,-0.9540224671363831,0.27430057525634766,0.12083234637975693,-0.2834671437740326,-0.16626794636249542,-0.0020805131644010544,0.24844080209732056,-0.12186527252197266,-0.30952250957489014 +520,-1.7455341724193059,-0.23956533893982868,2.355582241877522,-0.9566483497619629,0.23728039860725403,0.16888505220413208,-0.5860289931297302,0.521342396736145,-0.2115141749382019,0.5153182744979858,-0.10187387466430664,-0.09491036832332611 +521,-1.6888916393997464,-0.25290570091556486,2.3901371426846847,-0.9614458680152893,0.2502182722091675,0.11407305300235748,0.6482229828834534,-0.30731886625289917,0.19392159581184387,0.0931597352027893,-0.13126075267791748,0.1755540370941162 +522,-1.8612159822120768,-0.1825098139270988,2.388886798647489,-0.9422105550765991,0.18149827420711517,0.2815983295440674,-0.9016490578651428,-0.3896618187427521,-0.875590980052948,-0.4606977701187134,-0.11376449465751648,0.13659930229187012 +523,-1.7526215646577197,-0.2123987692453724,2.384743457036794,-0.9614138603210449,0.21080537140369415,0.17676155269145966,-0.028770936653017998,0.32860255241394043,0.2559688687324524,-0.22726106643676758,0.33989959955215454,-0.24922549724578857 +524,-1.62871416414376,-0.23412310370147207,2.408224260228179,-0.9710872173309326,0.23199009895324707,0.05630624666810036,0.6155931353569031,1.2586252689361572,-0.20799201726913452,-0.13688403367996216,-0.22902986407279968,0.20908987522125244 +525,-1.5538890035510908,-0.2123450220404488,2.428408769952298,-0.9773998260498047,0.21075282990932465,-0.016526788473129272,0.16890332102775574,0.5834068059921265,0.011338942684233189,0.31779277324676514,-0.11288292706012726,0.09991604089736938 +526,-1.5163999859639483,-0.2206007823902396,2.4481439849620075,-0.9743228554725647,0.2188158929347992,-0.05305193364620209,0.16348814964294434,0.1689489781856537,0.2264699786901474,0.17169535160064697,-0.0025530755519866943,0.20951557159423828 +527,-1.4979223172809766,-0.2527019557535964,2.4622439808164582,-0.9656705260276794,0.2500210106372833,-0.07049712538719177,0.1502731591463089,-0.03866133466362953,0.030635859817266464,-0.4776735305786133,-0.3210354149341583,0.27832186222076416 +528,-1.5567773529942337,-0.23876498127724594,2.456696007969358,-0.9715352654457092,0.23650282621383667,-0.01362081989645958,0.09121181070804596,-1.0967644453048706,0.07154123485088348,-0.195365309715271,-0.05278703570365906,0.02915424108505249 +529,-1.6598494382895501,-0.23465164509177536,2.416893530552058,-0.9687412977218628,0.23250418901443481,0.0864982008934021,-0.6936556696891785,-0.34330400824546814,-0.2707494795322418,-0.20266056060791016,0.2849365472793579,-0.3667564392089844 +530,-1.7090584109233777,-0.21102963926458362,2.425481218187279,-0.9684844613075256,0.209466814994812,0.13476450741291046,0.9675126075744629,-1.7658824920654297,0.09413672238588333,0.33013302087783813,-0.025949344038963318,0.18383896350860596 +531,-1.7016445637133004,-0.17653842542075665,2.3390925980625035,-0.9760419726371765,0.1756228655576706,0.1284472644329071,-0.4028951823711395,0.7802655696868896,0.056958697736263275,0.5990431308746338,0.028554975986480713,-0.370192289352417 +532,-1.6883727384318032,-0.21827358355537477,2.4218924681846574,-0.9695326089859009,0.2165444940328598,0.11452237516641617,2.192166805267334,-2.5419154167175293,0.505587637424469,-0.04433774948120117,-0.13814479112625122,0.2639108896255493 +533,-1.8780565253546664,-0.16814235601172245,2.4362902493464174,-0.9397234916687012,0.16735118627548218,0.2981829345226288,-1.581843376159668,3.133479356765747,0.44196435809135437,-0.10344350337982178,0.02317003905773163,-0.47782471776008606 +534,-1.7245281605813731,-0.2495415039750883,2.4704190446702325,-0.9575976729393005,0.24695968627929688,0.14838403463363647,0.8744812607765198,0.20334602892398834,0.6695672869682312,-0.39877140522003174,0.188907653093338,-0.42771148681640625 +535,-1.620649836669556,-0.25918344932117765,2.5445542383078044,-0.9653986692428589,0.25629135966300964,0.048168424516916275,0.36967381834983826,0.5772914290428162,-0.5672916173934937,0.3714808225631714,-0.21635910868644714,0.17808890342712402 +536,-1.5890796627925468,-0.2353687907964214,2.5564102273818787,-0.9722657203674316,0.23320162296295166,0.017778242006897926,-0.21037675440311432,0.08333374559879303,0.26648831367492676,0.5133883357048035,-0.12796181440353394,0.10331547260284424 +537,-1.5634707674546287,-0.27454480170399964,2.53460030927895,-0.9625228047370911,0.27110880613327026,-0.007051143795251846,0.16902588307857513,0.5256049633026123,0.5931227803230286,-0.23443752527236938,-0.04816266894340515,0.18525850772857666 +538,-1.5537155326678322,-0.29296003435485274,2.5524477217693353,-0.9572535157203674,0.2887873947620392,-0.01635223999619484,0.10884756594896317,-0.8356353044509888,-0.020422622561454773,-0.6891544461250305,-0.27412375807762146,0.40365082025527954 +539,-1.7136602383686628,-0.3320372503612481,2.5642547170495504,-0.9357490539550781,0.3259696662425995,0.13460175693035126,-0.09963399916887283,-1.3815361261367798,0.18620440363883972,-0.4178733825683594,0.10263442993164062,-0.20219814777374268 +540,-1.7752005114339733,-0.32045978816902465,2.5768504450164915,-0.9293326735496521,0.315002977848053,0.19265002012252808,0.1502791941165924,0.057386647909879684,-0.4585244655609131,0.2569999098777771,-0.20576530694961548,-0.40596795082092285 +541,-1.7788710595249515,-0.2995735379196034,2.621158730819595,-0.9348536729812622,0.2951127588748932,0.19737616181373596,-0.001771494746208191,0.10450010746717453,-0.23432275652885437,0.34377384185791016,-0.1570207178592682,-0.037738651037216187 +542,-1.7262206421107833,-0.3125679467377791,2.689683220016228,-0.9400771856307983,0.3075031638145447,0.14729884266853333,1.0928987264633179,0.3567882180213928,0.154635950922966,0.1438124179840088,0.04666861891746521,0.0844973474740982 +543,-1.8878720078011142,-0.2893320203806897,2.735244922423979,-0.9106577634811401,0.28531208634376526,0.29882967472076416,-1.7605823278427124,-1.3322609663009644,-1.1874415874481201,-0.46101564168930054,-0.08328574895858765,1.1668989658355713 +544,-1.7747950695007824,-0.31823729121582267,2.7266566474490412,-0.9300940632820129,0.3128928542137146,0.19241459667682648,1.1650983095169067,-0.08687254786491394,1.4475123882293701,-0.3371943235397339,0.1794625222682953,-0.41568121314048767 +545,-1.7105743784993324,-0.35935553621841865,2.805028189887195,-0.9269934892654419,0.3516710102558136,0.13042385876178741,0.5469018816947937,0.4841141700744629,-0.573798418045044,-0.021233320236206055,-0.3228471875190735,-0.00540865957736969 +546,-1.666868637264673,-0.2782214809417754,2.818227085827202,-0.9571113586425781,0.27464595437049866,0.09223584830760956,-0.3869198262691498,0.4439640939235687,-0.5867781043052673,0.6711769104003906,-0.13002315163612366,0.03970694541931152 +547,-1.6654342763296952,-0.25367765828229705,2.7791382022417324,-0.9636644124984741,0.25096559524536133,0.09147247672080994,-0.34226012229919434,0.1152205616235733,0.15762221813201904,0.16514146327972412,0.044047802686691284,-0.07125461101531982 +548,-1.6066297009992037,-0.2828577990472888,2.7905942671100865,-0.9596452116966248,0.27910101413726807,0.03440205007791519,0.5440382361412048,1.6097140312194824,-0.05169112980365753,-0.6237134337425232,-0.13661447167396545,0.3739994764328003 +549,-1.662053878565243,-0.2818251335770769,2.7955722546545982,-0.9565526247024536,0.27810925245285034,0.0875357836484909,-0.5761926770210266,-1.624814510345459,0.14504578709602356,-0.21632957458496094,-0.0008265078067779541,-0.027751915156841278 +550,-1.772521683423349,-0.2766870374594737,2.7122593728794455,-0.942459225654602,0.27317020297050476,0.19273942708969116,-0.9022849798202515,-0.39461544156074524,-0.06327997148036957,0.0266115665435791,0.02017998695373535,-0.3201045095920563 +551,-1.7851324299787046,-0.2384866053670778,2.6620982993818,-0.9494620561599731,0.23623234033584595,0.20667867362499237,0.10023437440395355,-0.09635026752948761,-0.1066192165017128,0.48110878467559814,-0.05982547998428345,-0.3097670078277588 +552,-1.7593499026174035,-0.2363270830384231,2.6852932885203713,-0.9549734592437744,0.23413339257240295,0.18222835659980774,0.6669501066207886,0.39448803663253784,0.19433678686618805,0.3396323323249817,-0.061602264642715454,-0.10033440589904785 +553,-1.891288686909854,-0.26642860809664726,2.807441368342938,-0.9155943989753723,0.263287752866745,0.3039186894893646,-0.6382678151130676,-2.7537524700164795,-1.1720962524414062,-0.70041823387146,0.10681420564651489,2.0399534702301025 +554,-1.8561124512977552,-0.2338199661569548,2.7797925545988025,-0.9334614276885986,0.23169521987438202,0.27380186319351196,1.2176432609558105,0.0018022859003394842,0.7812705039978027,-0.17212951183319092,0.03205297887325287,-0.5494976043701172 +555,-1.800545050114731,-0.3134744345278163,2.8835497210558168,-0.9262722730636597,0.3083656132221222,0.21663501858711243,1.0537238121032715,0.9858160614967346,-0.25617465376853943,-0.27270251512527466,-0.10997077822685242,0.07615070044994354 +556,-1.7334622188504842,-0.2315185262381109,2.9054391093423044,-0.9604703187942505,0.22945579886436462,0.15762852132320404,-0.30244573950767517,0.35674217343330383,-1.0700513124465942,0.6601621508598328,-0.17421899735927582,-0.029500499367713928 +557,-1.724216013332734,-0.17587004318394553,2.8321646436201684,-0.973010241985321,0.17496483027935028,0.15046128630638123,-1.0024579763412476,0.1994633972644806,0.3030398488044739,0.315035879611969,0.2213059365749359,-0.23206518590450287 +558,-1.5887904300657945,-0.28926745581919305,2.8604528583253304,-0.9582980871200562,0.285250186920166,0.017245575785636902,1.4048677682876587,0.9962080717086792,0.3990297317504883,-0.9319149851799011,0.044354915618896484,0.7254149913787842 +559,-1.6276402549779363,-0.28748651831948646,2.8572644437394867,-0.9574106931686401,0.28354278206825256,0.05448167771100998,-0.3853408992290497,-1.9281035661697388,0.18430598080158234,-0.07444965839385986,-0.01681917905807495,0.14205145835876465 +560,-1.7863782277196376,-0.3133459933803402,2.7739981038109094,-0.9292867183685303,0.30824342370033264,0.20349979400634766,-0.8387936949729919,-0.4583376348018646,0.18931514024734497,-0.25152987241744995,0.20735102891921997,-0.31823062896728516 +561,-1.7967258798056858,-0.27250924866524023,2.7206251493079168,-0.938622772693634,0.26914894580841064,0.21574603021144867,-0.5280973315238953,0.22656981647014618,-0.2580472528934479,0.5154354572296143,-0.045806050300598145,-0.29594624042510986 +562,-1.7961425309227856,-0.24268064087572602,2.692006156781841,-0.9461548924446106,0.2403055727481842,0.21689629554748535,0.18552781641483307,0.674308717250824,-0.014902519062161446,0.42149680852890015,-0.08404034376144409,-0.23058345913887024 +563,-1.7578331027126968,-0.2761205877028652,2.786670331905498,-0.9453403949737549,0.27262523770332336,0.1789044886827469,1.218266487121582,-2.0593652725219727,-0.196360781788826,-0.24035900831222534,-0.32448989152908325,0.6021318435668945 +564,-1.914806739200325,-0.21379982875616546,2.802490330206152,-0.9199755787849426,0.21217472851276398,0.32958635687828064,1.3450168371200562,0.08164568245410919,0.1302885115146637,-0.2672804594039917,0.3229815363883972,-0.799663782119751 +565,-1.8073108893823269,-0.2543641365506195,2.817415276414526,-0.9408798217773438,0.2516300678253174,0.22677618265151978,0.36532944440841675,0.3700214922428131,0.9316832423210144,-0.36089324951171875,0.20712542533874512,-0.5848388671875 +566,-1.7303324959081305,-0.29820090061486504,2.917206799708024,-0.9437282085418701,0.2938009798526764,0.15184925496578217,0.1973041146993637,0.686657726764679,-0.6330623030662537,0.06454724073410034,-0.296486496925354,0.25290536880493164 +567,-1.6935897752678244,-0.239866973763173,2.9047972836676754,-0.964055597782135,0.23757341504096985,0.11897830665111542,-0.5244473218917847,0.42290064692497253,-0.15208356082439423,0.6325889229774475,-0.14785172045230865,0.028085947036743164 +568,-1.672954950933414,-0.26547232610623406,2.851783116439497,-0.9599377512931824,0.26236507296562195,0.09840850532054901,-0.16938014328479767,0.5311152338981628,0.8267350196838379,0.07077759504318237,-0.0033776462078094482,-0.05228114128112793 +569,-1.551442071770261,-0.33600810762789673,2.9374412246567614,-0.943901538848877,0.329721063375473,-0.018270792439579964,0.5071713924407959,1.0137896537780762,0.02803947776556015,-0.640723705291748,-0.2207733392715454,0.70857834815979 +570,-1.6548965187248978,-0.35527712011864965,2.922608105530596,-0.9342365860939026,0.3478502035140991,0.07875523716211319,-0.6709327697753906,-2.077374219894409,0.7040818929672241,-0.1481761336326599,-0.03373277187347412,0.04955601692199707 +571,-1.7867313096969275,-0.3633073066750375,2.8567157979982154,-0.9130191206932068,0.35536760091781616,0.20027528703212738,-0.4885125756263733,-0.26338958740234375,-0.5263228416442871,-0.17740458250045776,0.06643113493919373,-0.3652685582637787 +572,-1.8079318568204883,-0.28680114029295395,2.838924272089838,-0.9323117136955261,0.28288549184799194,0.22532372176647186,0.16980546712875366,-0.3618626296520233,-0.3573513627052307,0.6203762888908386,-0.10274022817611694,-0.3511018753051758 +573,-1.8153160258339147,-0.2644757272354506,2.841093719020252,-0.9365177154541016,0.26140326261520386,0.23367279767990112,0.7077811360359192,0.3433815538883209,0.08167152851819992,0.38471412658691406,-0.04874151945114136,-0.2937924861907959 +574,-1.8712074857507275,-0.3088039204423947,2.9803407998380598,-0.9100310802459717,0.30391934514045715,0.2819156348705292,0.7933914661407471,-2.6265482902526855,-0.8281621336936951,-0.9811890125274658,-0.20363858342170715,1.5601253509521484 +575,-1.8607789415663243,-0.2602226927754898,3.010272695105584,-0.9259873032569885,0.25729575753211975,0.27630892395973206,1.1250356435775757,1.044143557548523,-0.12001962214708328,-0.23644256591796875,0.23225197196006775,-1.0077389478683472 +576,-1.792049109012396,-0.32659590400031707,3.0672900233227476,-0.9240520000457764,0.32082074880599976,0.2078518271446228,1.107128381729126,0.4491261839866638,0.35240083932876587,-0.47560644149780273,0.08843532204627991,-0.30839186906814575 +577,-1.7048544258585279,-0.29453002057492084,3.1207710151185495,-0.9483525156974792,0.29029014706611633,0.12790144979953766,-0.22685058414936066,0.39200058579444885,-0.8247014284133911,0.4272497892379761,-0.2172006070613861,0.10197219252586365 +578,-1.6733260748303034,-0.24608335741899692,3.0819296295842964,-0.9647805094718933,0.24360719323158264,0.09926678985357285,-0.5460470914840698,0.3967120349407196,0.22257035970687866,0.49281102418899536,-0.01055973768234253,-0.08413006365299225 +579,-1.6195289522396974,-0.304447540004352,3.085030534587745,-0.9528801441192627,0.2997661530971527,0.046473145484924316,0.6923145651817322,0.602328360080719,0.5451924800872803,-0.2278907299041748,-0.0367504358291626,0.16122949123382568 +580,-1.5407377976599725,-0.3193677451337559,-3.141284921463847,-0.9490051865577698,0.3139663338661194,-0.0285342950373888,-0.04793878272175789,-0.02297600358724594,-0.24575382471084595,-0.645889163017273,-0.3531356751918793,0.7321628332138062 +581,-1.7049417892444245,-0.3403958926394417,3.0880917929146565,-0.9341539740562439,0.3338603079319,0.12606963515281677,-0.9149562120437622,-1.3861318826675415,0.3812703490257263,-0.45373964309692383,0.14302262663841248,-0.32756197452545166 +582,-1.7691135571225491,-0.3153111828920233,3.045727093044457,-0.9320658445358276,0.310112327337265,0.187306746840477,0.028049103915691376,0.1674453467130661,-0.7742202281951904,0.27412205934524536,0.023841530084609985,-0.20409142971038818 +583,-1.7849686053097709,-0.2668096380652942,3.0329741529553,-0.9425781965255737,0.26365530490875244,0.20501846075057983,-0.4517786204814911,-0.4545866549015045,-0.4316829442977905,0.3742339015007019,-0.18391284346580505,-0.11868426203727722 +584,-1.751240652384979,-0.2626930563052028,3.06445463502785,-0.9500150680541992,0.25968214869499207,0.17330992221832275,1.219010829925537,0.09367400407791138,0.2715325951576233,0.30095207691192627,-0.04976704716682434,-0.11584533751010895 +585,-1.8346136421621604,-0.2874745404177164,-3.1078161391058954,-0.9257845282554626,0.2835313081741333,0.2500666081905365,-0.7472031712532043,-1.537023663520813,-0.5840280055999756,-0.5227476954460144,-0.1275254189968109,1.3486120700836182 +586,-1.8212406948289712,-0.24321200963479836,-3.118148369381769,-0.9402900338172913,0.24082134664058685,0.24054059386253357,0.5002738833427429,1.616647720336914,0.0007125996053218842,-0.14856183528900146,0.28566789627075195,-0.8480234146118164 +587,-1.7498279597114872,-0.31568741081951973,-3.0837127916990945,-0.9353896975517273,0.31046998500823975,0.16927678883075714,1.185585618019104,0.6463668942451477,0.3200753629207611,-0.5413101315498352,0.036423325538635254,-0.47385740280151367 +588,-1.657433510478001,-0.3104275064503121,-2.937682903851262,-0.9486317038536072,0.3054657280445099,0.08239302784204483,0.5321899056434631,0.2528867721557617,-0.6208348274230957,0.4003528356552124,-0.2361755669116974,0.11639846116304398 +589,-1.6256838784174774,-0.276445774447129,-2.9328323643709484,-0.9605827927589417,0.2729381024837494,0.05277704820036888,-0.22884604334831238,0.19579291343688965,-0.02931031584739685,0.4636498689651489,-0.13539540767669678,-0.004071004688739777 +590,-1.6180731041103222,-0.2867913766880378,-2.9559826148613273,-0.958084762096405,0.2828761041164398,0.04532893747091293,0.007258632220327854,0.16111962497234344,0.3708120584487915,0.03363102674484253,-0.00943860411643982,0.029469609260559082 +591,-1.54135467057297,-0.30491289124353604,-2.927165940153763,-0.9534597396850586,0.3002100884914398,-0.028079548850655556,0.2700590491294861,1.4959652423858643,-0.27761390805244446,-0.5773782134056091,-0.22280222177505493,0.5779605507850647 +592,-1.6087820064079388,-0.3159909877695673,-2.916813043803506,-0.9498032927513123,0.3107585608959198,0.03609628602862358,-0.20768368244171143,-1.1698830127716064,0.4203076660633087,-0.32779985666275024,0.08235365152359009,-0.2075744867324829 +593,-1.6520029579215794,-0.3215139366482545,-2.8466685328980224,-0.9456314444541931,0.31600329279899597,0.07696079462766647,0.9286026954650879,-0.568135142326355,-0.22111916542053223,0.036406099796295166,-0.09818407893180847,-0.11352086812257767 +594,-1.6736193559119121,-0.2975477072137713,-2.6978231054487676,-0.9510087370872498,0.2931765615940094,0.0981316789984703,1.9936442375183105,-0.8488677740097046,-0.5386805534362793,0.31018537282943726,-0.2740267813205719,-0.13795721530914307 +595,-1.6345742359730016,-0.2681188970372012,-2.506670779938244,-0.9623106718063354,0.2649179995059967,0.06145751103758812,2.121551752090454,0.5743465423583984,-0.4688533544540405,0.2373502254486084,-0.08254492282867432,-0.23681151866912842 +596,-1.5955238910016925,-0.2526205918898177,-2.262896643690216,-0.9679645895957947,0.24994222819805145,0.02394028566777706,3.4953160285949707,-2.793952226638794,0.1076381504535675,-0.18535560369491577,0.26147130131721497,0.2568213939666748 +597,-1.6045828463969332,-0.245622428978226,-2.135683602925495,-0.9694326519966125,0.24316011369228363,0.03276622295379639,1.7821987867355347,0.11539905518293381,0.3040507435798645,-0.41450899839401245,0.35791411995887756,-0.3806971311569214 +598,-1.6023526649175408,-0.2689301355082923,-2.0533848578290077,-0.9635756015777588,0.26570019125938416,0.03041701577603817,-0.27224457263946533,0.20866474509239197,0.3270038068294525,-0.3743453621864319,-0.12823382019996643,-0.2242494821548462 +599,-1.5564421356833074,-0.25452057156372915,-2.005557150492095,-0.9676843881607056,0.2517814636230469,-0.013891280628740788,0.23081886768341064,0.330316960811615,-0.5036132335662842,0.38041943311691284,-0.17416000366210938,0.03323942422866821 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/we4.csv b/BoostRunClub/CoreML/DataSet/Motion/running/we4.csv new file mode 100644 index 0000000..3661ecd --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/we4.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-1.5366330410798812,-0.23176774918663912,-2.004401839408711,-0.9726938605308533,0.22969835996627808,-0.03324335440993309,-0.21266794204711914,0.36489301919937134,-0.16319286823272705,0.03403425216674805,-0.0016710609197616577,0.07280933856964111 +1,0.061512311227577936,0.6518108552347386,1.8148510030761709,0.04887063056230545,-0.6066269874572754,-0.7934830784797668,0.059217669069767,-0.003102715592831373,-0.649067223072052,-0.07787758111953735,0.03361368179321289,0.23002177476882935 +2,0.11330250480074373,0.6219714854096747,1.7419726167819403,0.09188760071992874,-0.5826385617256165,-0.8075202703475952,-0.16722527146339417,0.22275081276893616,-0.6857783198356628,-0.050414204597473145,0.10784608125686646,0.3675483465194702 +3,0.119208174403625,0.6070558261109696,1.6610932330077566,0.09767765551805496,-0.5704517960548401,-0.8155021667480469,0.03924373537302017,0.03775749355554581,-0.5497491955757141,-0.050558529794216156,0.007158398628234863,0.16569143533706665 +4,0.06861700047396863,0.6494054402316812,1.6363210766578948,0.054606687277555466,-0.604712963104248,-0.7945692539215088,0.10209886729717255,-0.08209618180990219,-0.08708077669143677,-0.01017308235168457,-0.16230058670043945,0.0007460117340087891 +5,0.11580353151755003,0.6250044760207756,1.6121399255593671,0.09370233118534088,-0.5851008892059326,-0.8055288791656494,-0.5313332676887512,-0.044060081243515015,-0.3311351239681244,0.1704578399658203,-0.12539410591125488,-0.08596587181091309 +6,0.09290392727241058,0.5686937477380117,1.6347630490696334,0.07816876471042633,-0.5385318398475647,-0.8389714360237122,-0.15385811030864716,0.2907675504684448,0.39191752672195435,-0.0015086233615875244,0.0541568398475647,-0.29420727491378784 +7,0.06958834652172642,0.6118614711004291,1.6825410791800341,0.05691768229007721,-0.5743921995162964,-0.8165990114212036,0.43974119424819946,0.26808375120162964,0.4649192690849304,0.045468807220458984,0.06848704814910889,0.2396947145462036 +8,0.06539198437439155,0.647216225515023,1.6881095438841984,0.05213029310107231,-0.6029679179191589,-0.79606032371521,0.3017866015434265,-0.04609856382012367,-0.017540602013468742,0.026742368936538696,0.08143782615661621,0.21000075340270996 +9,0.08518155529086976,0.6904229556509286,1.6426917922319293,0.06559360772371292,-0.6368633508682251,-0.768181324005127,0.7238809466362,-0.5034868717193604,-0.5899834036827087,-0.0018576383590698242,-0.0586475133895874,0.015984058380126953 +10,0.10154491408171135,0.7121102748321148,1.5864603513647946,0.07673590630292892,-0.6534326672554016,-0.7530852556228638,0.32953712344169617,-0.30045217275619507,-0.17870694398880005,0.06698662042617798,-0.2908422350883484,-0.26952826976776123 +11,0.07364104773108775,0.7417964524423015,1.5460271511140964,0.05424325168132782,-0.6756134629249573,-0.7352579236030579,0.300798624753952,-0.7176054120063782,-0.20699302852153778,-0.1518232226371765,0.0275726318359375,-0.16456812620162964 +12,0.051667145271675374,0.7418468164051277,1.5028994177271306,0.038073211908340454,-0.6756505966186523,-0.7362382411956787,0.07022050023078918,-0.2523632049560547,-0.24738502502441406,-0.037127166986465454,0.15535640716552734,0.1379716396331787 +13,0.053780642962936956,0.7537255856564927,1.4620750214754883,0.039194948971271515,-0.6843599677085876,-0.7280900478363037,0.06533463299274445,-0.018722038716077805,-0.38025665283203125,-0.023585200309753418,0.18081998825073242,0.2697160243988037 +14,0.07504299231948781,0.7678376952327755,1.4211763452421042,0.053936343640089035,-0.6945812702178955,-0.7173895835876465,0.0003376435488462448,0.1319996565580368,-0.17746005952358246,0.03743329644203186,0.002381563186645508,0.18551397323608398 +15,0.055837301997082395,0.8041381961605861,1.4069557309557144,0.03871600329875946,-0.7202330231666565,-0.6926509737968445,0.08854653686285019,-0.3606930375099182,-0.08846665918827057,0.05607157573103905,-0.15998536348342896,0.09841269254684448 +16,0.07345254508136982,0.8226523390293308,1.4259490422673657,0.04992334544658661,-0.7329527139663696,-0.6784452199935913,0.1903500109910965,-0.3956170380115509,-0.23217599093914032,0.06653174757957458,-0.17578446865081787,-0.07875692844390869 +17,0.05092557855003811,0.7962875244405656,1.4360590172233585,0.03560017794370651,-0.7147646546363831,-0.6984583735466003,-0.2697131335735321,-0.38740500807762146,0.29300031065940857,0.04980325698852539,0.08941370248794556,-0.17939502000808716 +18,0.03580296603776174,0.8092527153317546,1.4966388174227003,0.024700181558728218,-0.7237716913223267,-0.6895972490310669,0.034677986055612564,0.5578879117965698,-0.04891490936279297,-0.06176379323005676,0.056993186473846436,0.32169264554977417 +19,0.036663895589059164,0.8270215103092412,1.4861281219720517,0.02481849119067192,-0.7359179854393005,-0.6766157150268555,0.7920334935188293,-1.069543719291687,-0.10587169229984283,0.035774171352386475,0.15013307332992554,0.11458873748779297 +20,-0.04665079924771377,0.8591835335721674,1.484578811225591,-0.030454536899924278,-0.75730961561203,-0.6523455381393433,-0.03887501358985901,-0.03677340969443321,-0.04046153649687767,0.048154741525650024,-0.05650264024734497,0.0025957822799682617 +21,-0.024509964504233657,0.8211087125517014,1.5041100732602493,-0.016699666157364845,-0.7319017648696899,-0.6812055110931396,-0.7838334441184998,0.3617608845233917,0.07118368148803711,-0.12291824817657471,-0.30636727809906006,-0.16739678382873535 +22,-0.038736464605486944,0.7804093524109111,1.4875165337207479,-0.02752023935317993,-0.7035703659057617,-0.7100924849510193,-0.9539130330085754,-0.6484916806221008,-0.16841711103916168,-0.16806691884994507,0.07051372528076172,-0.08122825622558594 +23,-0.09068064903215696,0.796942638616994,1.4268650180960303,-0.0632895827293396,-0.7152226567268372,-0.6960251331329346,0.6174211502075195,-1.296269416809082,-0.5089431405067444,-0.0216103196144104,0.19852954149246216,0.32804417610168457 +24,-0.1309084354585634,0.7810157211260301,1.4247159463513785,-0.09270570427179337,-0.7040011286735535,-0.7041221857070923,-0.5064558982849121,0.08497194200754166,0.7678265571594238,0.05091187357902527,0.30852383375167847,0.3385826349258423 +25,-0.25295536013645886,0.6834527382258622,1.5758421755482395,-0.19405579566955566,-0.6314740180969238,-0.7507216334342957,-0.7278510332107544,-0.7874037027359009,1.5141974687576294,0.036325693130493164,0.11209535598754883,0.20666944980621338 +26,-0.6209827704977079,0.5995075677884654,1.9275399385152585,-0.4803706109523773,-0.5642359852790833,-0.6714772582054138,0.695929765701294,-3.1779205799102783,4.129698276519775,0.18843945860862732,0.3372920751571655,0.34028536081314087 +27,-1.160915047137518,0.17383297407369094,2.315374755089215,-0.9033456444740295,-0.17295882105827332,-0.39249470829963684,0.22598068416118622,-4.283851146697998,7.949882507324219,0.03672260046005249,0.7297062277793884,-0.17056989669799805 +28,-1.307773729501806,-0.5394370958100678,2.6790822508337087,-0.8284900188446045,0.5136530995368958,-0.22307975590229034,2.718670606613159,-0.6626663208007812,7.042780876159668,-0.7325298190116882,0.5800967812538147,-0.4460486173629761 +29,-0.8537544635226681,-0.8873583149660136,-2.8432688296740247,-0.47596678137779236,0.7754063010215759,-0.4149705767631531,3.922635078430176,-0.07056725025177002,3.4665439128875732,-0.9396673440933228,-0.1095585823059082,-0.025642216205596924 +30,-0.5813430915746763,-0.7156958687078379,-2.58352946251691,-0.4144064486026764,0.6561427116394043,-0.6306694746017456,0.3674868643283844,0.10546492785215378,-2.8618392944335938,-0.865363359451294,-0.12307697534561157,0.9247216582298279 +31,-0.9504116915132216,-0.5542429346156886,-2.960673652760206,-0.6918500065803528,0.5262997150421143,-0.4943197965621948,-0.44337213039398193,-3.2725350856781006,-2.0707643032073975,0.35446298122406006,0.19006985425949097,-0.1434670388698578 +32,-1.191087160613991,-0.42639098831801203,-3.130039462899142,-0.8456142544746399,0.41358762979507446,-0.33746394515037537,-0.9890045523643494,-0.696614682674408,-2.208756923675537,-0.21879315376281738,0.12964051961898804,-0.21160835027694702 +33,-1.322985048541987,-0.23775177290666158,2.8297404096428043,-0.9421808123588562,0.23551823198795319,-0.23838286101818085,-1.4036833047866821,1.0434504747390747,-1.7630224227905273,-0.08809256553649902,-0.09586979448795319,-0.47838348150253296 +34,-1.2905266298964186,-0.13443881898389892,2.71412669907693,-0.9523096084594727,0.13403421640396118,-0.2741188406944275,0.4967198967933655,-0.23594745993614197,-0.24317803978919983,0.42127329111099243,0.24011126160621643,-0.012914210557937622 +35,-1.3087354306834622,-0.2806733867972672,2.8481358293623753,-0.9280632734298706,0.27700275182724,-0.24893394112586975,0.8933579325675964,-2.9739482402801514,2.723412275314331,0.4274376630783081,0.05466228723526001,0.22015583515167236 +36,-1.5818811806078776,-0.40903715290755543,3.093174039146447,-0.9174479246139526,0.3977260887622833,0.010170192457735538,-0.17176879942417145,0.8166045546531677,-0.7805792689323425,-0.5655996799468994,-0.23016929626464844,0.5397260189056396 +37,-1.552139592982563,-0.2398634260033449,3.001847599871698,-0.9712014198303223,0.23756995797157288,-0.018121547996997833,-0.6853395700454712,0.8048660159111023,-2.0670206546783447,-0.28099584579467773,0.20113547146320343,0.39977437257766724 +38,-1.3711987482881522,0.027637108613547953,2.6820054337643326,-0.9797720909118652,-0.02763359062373638,-0.19819919764995575,-3.0131418704986572,3.6317663192749023,-2.601959705352783,0.06603008508682251,0.3905181288719177,-1.0554933547973633 +39,-1.367085344358048,0.21492094878200108,2.531821589981722,-0.9567915797233582,-0.21327020227909088,-0.19765059649944305,2.8793063163757324,-4.318527698516846,-0.8841148018836975,0.5420271754264832,0.3170757293701172,-0.302334189414978 +40,-1.7766058654436667,-0.08436495072688593,2.842887197078131,-0.9754143357276917,0.08426491171121597,0.20363286137580872,2.626046657562256,-2.662252902984619,4.228399276733398,0.15798574686050415,0.14975914359092712,0.12841367721557617 +41,-1.8839445787932962,-0.28369447553437654,2.980362993470668,-0.9133403897285461,0.2799043357372284,0.2957417368888855,0.7367287278175354,0.08150392025709152,0.6668769121170044,-0.09801226854324341,-0.1846742331981659,0.5219461917877197 +42,-1.8955046130453739,-0.38787148874462907,2.993874068183782,-0.8773418068885803,0.3782188892364502,0.2953333854675293,0.0846349447965622,-1.678936243057251,2.924489974975586,0.6501536965370178,0.2099921703338623,0.4441075325012207 +43,-2.041362552399638,-0.6396668636937378,3.0253066927374754,-0.7150946259498596,0.5969281792640686,0.36375322937965393,0.8866041898727417,-0.47443437576293945,1.5639234781265259,-0.8394402861595154,0.15273606777191162,0.05259811878204346 +44,-2.0563291703046653,-0.4312748250455357,3.0425544188170104,-0.803442656993866,0.418029248714447,0.4239474833011627,-1.1320242881774902,0.4294566512107849,-4.926645278930664,-0.7218411564826965,0.5475621819496155,-0.3392460346221924 +45,-2.015619797417251,-0.08063660176095339,3.0639849915417416,-0.8997535705566406,0.08054924011230469,0.4289003908634186,-0.616356372833252,0.6512495279312134,-1.6192994117736816,0.8566778898239136,0.2477588653564453,-0.4691987633705139 +46,-1.9206988397233724,-0.16750500980458574,3.1403857346015784,-0.9262580871582031,0.16672280430793762,0.33800825476646423,1.9257601499557495,1.283002257347107,1.9044121503829956,0.4025764465332031,-0.15257790684700012,-0.15816819667816162 +47,-1.7800269451586188,-0.2828492198308943,-3.0015861318406523,-0.939321756362915,0.27909278869628906,0.1994539350271225,0.6967474222183228,-0.17573121190071106,-0.16448579728603363,-0.10515755414962769,-0.05236247181892395,0.45379015803337097 +48,-2.011796713011389,-0.21837246122776421,-2.9816447134557906,-0.8828486800193787,0.21664102375507355,0.41670742630958557,-4.489265441894531,6.734790325164795,-0.2528660297393799,-0.3053075671195984,0.11490197479724884,0.1581675410270691 +49,-1.8332493640449314,-0.13135215666762723,-2.995369628532091,-0.9574370384216309,0.13097476959228516,0.25721535086631775,0.03154181316494942,2.1094536781311035,-0.1400422751903534,-0.2262939214706421,0.04955194890499115,-0.2562539875507355 +50,-1.5396962615649734,-0.13599158891486543,-3.0054399551521573,-0.9902884364128113,0.13557280600070953,-0.030807968229055405,-0.40618935227394104,3.3005893230438232,-0.17401905357837677,0.462349534034729,-0.36491239070892334,0.4181981086730957 +51,-1.3145232427911266,-0.1433336012229839,3.119491837461724,-0.957421600818634,0.1428433209657669,-0.2508777976036072,-0.8329288959503174,-0.30517578125,0.24690692126750946,0.5797208547592163,0.1682376116514206,0.004356801509857178 +52,-1.3251520280909757,-0.23379880854019458,-3.13913061554558,-0.9435910582542419,0.23167464137077332,-0.2365652173757553,0.6558040380477905,0.3865365982055664,1.5175297260284424,-0.2514927387237549,0.09472614526748657,0.15673121809959412 +53,-1.3187350544682397,-0.30384516003000006,-3.101592624748022,-0.9240410327911377,0.2991914451122284,-0.23797637224197388,-0.3155072033405304,-1.0534204244613647,-0.14187917113304138,-0.7240760326385498,-0.349087655544281,0.4047549366950989 +54,-1.5277707613669722,-0.2948721105328449,-3.140883882896892,-0.9559537172317505,0.2906174957752228,-0.041155848652124405,-0.5659298896789551,-1.9051611423492432,-0.2660200297832489,-0.36803603172302246,0.21019122004508972,-0.2978181838989258 +55,-1.6371154407865347,-0.27278785495671337,3.0823714741833848,-0.9609066247940063,0.26941725611686707,0.06382006406784058,-0.5460315942764282,0.38702717423439026,-0.8461569547653198,0.13316309452056885,0.07440903782844543,-0.21416497230529785 +56,-1.6104112336455747,-0.21427502239057433,3.0484598708391215,-0.9763643145561218,0.21263909339904785,0.03869882598519325,-0.3163970708847046,0.005086975637823343,0.22606007754802704,0.998916745185852,-0.02597832679748535,-0.11677801609039307 +57,-1.5939293370328194,-0.2622811824159323,3.055370460125085,-0.9655426144599915,0.2592844069004059,0.022339891642332077,0.7415547966957092,0.28126779198646545,0.7851564884185791,0.18438416719436646,0.0074849724769592285,-0.22055160999298096 +58,-1.8162799002969803,-0.22730099964848405,-3.109409365228387,-0.9450693130493164,0.22534877061843872,0.23677438497543335,-1.0696626901626587,-1.581542730331421,-0.9979594349861145,-0.6241750717163086,0.4799582362174988,1.3969537019729614 +59,-1.72299647427313,-0.2504869608116383,-3.1099590548178466,-0.9575923681259155,0.24787575006484985,0.14688162505626678,0.22038733959197998,0.6336216330528259,0.3586616516113281,0.15588051080703735,0.02925434708595276,-0.2069707065820694 +60,-1.6714573743679948,-0.31106087579411346,3.1272364220089983,-0.9471903443336487,0.3060687780380249,0.09566851705312729,0.808552086353302,1.038500428199768,0.5718437433242798,-0.3786610960960388,-0.1152423620223999,-0.4578510522842407 +61,-1.532791804703856,-0.2855071937056464,-3.083021924253556,-0.9588260054588318,0.28164413571357727,-0.036457277834415436,0.16813859343528748,0.704978883266449,-0.6861695051193237,0.5890751481056213,-0.25492602586746216,0.25438326597213745 +62,-1.5218638347156974,-0.2544428420811035,-3.1058825735099895,-0.9666452407836914,0.25170624256134033,-0.04733814671635628,-0.5005499124526978,-0.024415412917733192,0.3212711811065674,0.3248301148414612,-0.01423373818397522,-0.04635082930326462 +63,-1.4953700232082903,-0.30485886029847387,-3.0936404424436095,-0.9511772990226746,0.3001585602760315,-0.07188014686107635,1.1980040073394775,0.8698029518127441,0.34255313873291016,-0.46283942461013794,0.095333993434906,0.25713711977005005 +64,-1.4620594125153152,-0.3184220142954616,-3.0768878605731245,-0.9441215395927429,0.31306830048561096,-0.10306739807128906,-0.2164503037929535,-1.5824440717697144,0.09372728317975998,-0.4533088803291321,-0.14755618572235107,0.20499610900878906 +65,-1.613279972278878,-0.34219832627833996,3.12661726702902,-0.9411692023277283,0.33555877208709717,0.04000837355852127,-1.3471858501434326,-0.9664235711097717,0.03385002911090851,-0.08467906713485718,0.19721707701683044,-0.3058011531829834 +66,-1.6524042670065668,-0.33112049623084033,2.9988668516785815,-0.9425313472747803,0.32510286569595337,0.07708925008773804,-0.8566408157348633,0.9738805890083313,-0.07502610236406326,0.27682095766067505,0.07826319336891174,-0.3811206817626953 +67,-1.629917646252888,-0.32820961455326575,2.9607144911879515,-0.9449672102928162,0.3223487436771393,0.05593289062380791,-0.6144331693649292,-0.02152056246995926,-0.05414851754903793,0.1738641858100891,-0.04494389891624451,0.11810887604951859 +68,-1.6218128509237133,-0.35557303390444295,3.041919686142642,-0.9362274408340454,0.3481276035308838,0.04780454933643341,1.8387843370437622,-1.2685786485671997,-0.31722351908683777,-0.2842009663581848,-0.5342390537261963,0.515275239944458 +69,-1.5304226235679566,-0.32080755450981785,-3.0654077888452655,-0.9482077360153198,0.3153330087661743,-0.038303472101688385,1.2736345529556274,-0.6934641003608704,-0.2513487637042999,-0.3235207200050354,0.4386190176010132,-0.15331637859344482 +70,-1.4603208461156516,-0.34199126657960066,-2.9085633621183757,-0.9363455176353455,0.3353637158870697,-0.10386612266302109,1.6331857442855835,0.34928733110427856,-0.8669626116752625,-0.5821022391319275,0.3921753466129303,0.3670496940612793 +71,-1.4445146167536038,-0.2890562497674773,-2.93828419565005,-0.9508807063102722,0.2850477695465088,-0.1207212433218956,-2.1971724033355713,0.8309435248374939,-0.448187917470932,1.2562549114227295,-0.2080976963043213,0.4158720374107361 +72,-1.6435299174509457,-0.26654279189760166,3.0857876894128267,-0.9621366858482361,0.2633979022502899,0.07010331749916077,-3.6910696029663086,-4.1422038078308105,0.5237929224967957,0.16961050033569336,0.7976219654083252,-0.061726219952106476 +73,-1.7768275593887848,-0.30379496278239454,2.820789184619044,-0.9340271949768066,0.299143522977829,0.19520875811576843,0.45333507657051086,1.8463367223739624,1.064733624458313,-0.7807097434997559,-0.36905932426452637,-0.05090630054473877 +74,-1.571210792198227,-0.362128469989436,2.9913204805029907,-0.9351447224617004,0.3542654514312744,0.0003875851398333907,1.993415355682373,0.6104238033294678,-0.11862127482891083,1.1001534461975098,-0.7230551242828369,0.14057302474975586 +75,-1.6145252709748694,-0.3298452045107819,-3.0892765399401303,-0.9451881051063538,0.323896586894989,0.04135844111442566,1.3183114528656006,-1.9831150770187378,-0.46879246830940247,-1.0274529457092285,0.649858295917511,-0.44211530685424805 +76,-1.5486284767572636,-0.34967825753409376,-2.9050442077609344,-0.9392520785331726,0.34259554743766785,-0.0208246111869812,0.22444480657577515,0.419234961271286,0.1780068278312683,-0.08674883842468262,0.26650476455688477,0.4502679705619812 +77,-1.5562679267454091,-0.3320628882694193,-2.9914983905812322,-0.9452721476554871,0.32599392533302307,-0.013734258711338043,-2.9858040809631348,-2.550496816635132,-0.5930379629135132,1.3090569972991943,-0.22414150834083557,0.45597970485687256 +78,-1.9688071645752094,-0.24421344704059192,2.919537765702356,-0.8944808840751648,0.2417931854724884,0.3760848939418793,-2.5374364852905273,-0.8805268406867981,0.5152837634086609,-1.552006483078003,0.5948156714439392,-0.12495583295822144 +79,-1.8041621179462373,-0.27118203349891606,2.8403796000625796,-0.9373388886451721,0.2678704559803009,0.22280216217041016,0.9137841463088989,2.9208831787109375,0.6386087536811829,0.3486703038215637,-0.5998102426528931,-0.31270700693130493 +80,-1.6006450549871052,-0.33752743951049435,2.998542192086646,-0.9431561231613159,0.33115506172180176,0.028160374611616135,1.533198356628418,1.419745922088623,0.20919488370418549,0.7811993360519409,-0.6578762531280518,0.1925731897354126 +81,-1.5698096533417998,-0.3556736761471186,-3.1280257115405963,-0.9374118447303772,0.34822195768356323,-0.0009249196737073362,1.625327706336975,0.27034690976142883,-0.09695585072040558,-1.636059284210205,0.547575831413269,-0.435094952583313 +82,-1.4861129969255422,-0.35709953152842416,-2.985108154901137,-0.9335573315620422,0.3495582044124603,-0.07924626767635345,-0.06220140680670738,0.17494195699691772,0.1191859245300293,0.2790161967277527,-0.014582008123397827,0.43131232261657715 +83,-1.573727305815703,-0.3124336084792915,3.1390370051808114,-0.9515843391418457,0.30737534165382385,0.002789081772789359,-2.2494993209838867,-0.6747621297836304,-0.10823627561330795,1.1723790168762207,-0.11842575669288635,-0.12540864944458008 +84,-1.9411223995440934,-0.26398821554600027,2.8047692508187714,-0.8999148607254028,0.26093265414237976,0.3493814468383789,-1.5973880290985107,-1.1207332611083984,0.5807673931121826,-1.6969937086105347,0.7714464664459229,-0.1741800308227539 +85,-1.7998103036936075,-0.2639836661661196,2.7305287511790115,-0.9401533603668213,0.26092827320098877,0.21915306150913239,0.47259771823883057,1.8436610698699951,0.8521661758422852,0.7984907627105713,-0.6520568132400513,-0.5384738445281982 +86,-1.6119498258140408,-0.33919581951403793,2.956149942924331,-0.9422242045402527,0.3327288329601288,0.03879772871732712,3.2116644382476807,0.8744412660598755,-0.3717021644115448,0.6863189339637756,-0.6615099310874939,0.2941032648086548 +87,-1.6274655663873678,-0.29678664633557045,-3.1176645937126564,-0.9547462463378906,0.29244884848594666,0.054162733256816864,1.069658637046814,-0.9825946092605591,-0.8188441395759583,-1.285030484199524,0.45161551237106323,-0.41614699363708496 +88,-1.5289861986064248,-0.2956304633766612,-2.902321048516448,-0.9557825922966003,0.2913430333137512,-0.03998469188809395,0.6703305244445801,0.7265364527702332,0.2952946424484253,-0.12414288520812988,0.1545797884464264,0.49037837982177734 +89,-1.5207615115894424,-0.2797161472547122,-2.9472096436025232,-0.9599308967590332,0.276082843542099,-0.04807008430361748,-1.950392484664917,-0.6077024936676025,-0.4894755780696869,1.5340124368667603,-0.2005366086959839,0.3658496141433716 +90,-1.8685254328825842,-0.25508905998159365,3.0403636909339986,-0.9250697493553162,0.25233158469200134,0.28385746479034424,-2.502772331237793,-4.378506183624268,0.9358820915222168,-1.0249884128570557,0.8685943484306335,-0.005216687917709351 +91,-1.9213034658169272,-0.3283151227924514,2.8180455333447516,-0.8890334367752075,0.32244861125946045,0.325033575296402,-0.8013429641723633,2.025742769241333,0.49920788407325745,-0.40158557891845703,-0.5607603788375854,-0.3087066113948822 +92,-1.7519008523040425,-0.34575552925657405,2.829363321885772,-0.9254328608512878,0.3389075994491577,0.16945680975914001,0.8982386589050293,1.825920581817627,-0.3686020076274872,1.1578547954559326,-0.8572181463241577,-0.2731708288192749 +93,-1.7130536810048778,-0.3413079051880092,3.008271695778369,-0.9327988624572754,0.33471983671188354,0.13359993696212769,1.7820203304290771,-0.8348901271820068,0.07986627519130707,-0.6873946189880371,0.38012391328811646,-0.32586073875427246 +94,-1.6087538185086219,-0.35221371990140454,-3.0532098664415037,-0.9379352927207947,0.3449764847755432,0.03561877831816673,1.4262516498565674,0.1722533255815506,-0.2581886351108551,-0.8434367775917053,0.2246188521385193,0.33014965057373047 +95,-1.5766612801683302,-0.332956316011234,-3.026262414132958,-0.9450640678405762,0.3268384039402008,0.005542820319533348,-1.253008246421814,0.4169270396232605,-0.8879967927932739,1.1505084037780762,-0.2876843512058258,0.2822684049606323 +96,-1.6979232951843155,-0.258589205100724,2.9919227894933353,-0.9589502811431885,0.2557169198989868,0.12256944924592972,-3.1751821041107178,-1.4161593914031982,-0.03439592570066452,0.495434045791626,0.5416616201400757,-0.38535642623901367 +97,-1.9092204525723162,-0.3174110857923794,2.7770130610216435,-0.8961592316627502,0.31210801005363464,0.31541648507118225,-2.9765565395355225,3.1214263439178467,0.8719899654388428,-1.597081184387207,-0.40375226736068726,2.288145065307617 +98,-1.6663067224328878,-0.3770470782720789,2.721810888331899,-0.925518274307251,0.36817657947540283,0.0886663943529129,0.7329069972038269,2.361668586730957,0.4651587903499603,1.099514365196228,-1.1394931077957153,-0.0030798986554145813 +99,-1.6198540575824132,-0.33408519148785526,2.865860138410801,-0.9435740113258362,0.3279050886631012,0.04632676765322685,0.9827360510826111,-2.01918625831604,-0.7311579585075378,0.45579642057418823,-0.1610807478427887,0.09106338024139404 +100,-1.720979103924436,-0.3088678071983507,3.0713258898026057,-0.9419547319412231,0.3039802014827728,0.1425386369228363,3.1222681999206543,-0.33135122060775757,-1.395934820175171,-1.5719001293182373,0.7297722101211548,-0.05629599094390869 +101,-1.6459660558769849,-0.24953648368004816,-3.0044940634503323,-0.9662905931472778,0.24695482850074768,0.07277292013168335,0.7127367854118347,-0.07757378369569778,-0.4537465274333954,0.6112338304519653,-0.02559557557106018,0.3708916902542114 +102,-1.683932080510346,-0.19899583005087582,-3.0629339889836094,-0.9739986658096313,0.19768507778644562,0.11066664010286331,-1.35899019241333,-1.0224629640579224,0.009113704785704613,1.4627225399017334,-0.05213148891925812,-0.05367506295442581 +103,-1.8390770104441614,-0.24251750066841427,3.044595671203787,-0.9360113143920898,0.24014721810817719,0.2573170065879822,-1.3122106790542603,-1.0563467741012573,1.4489474296569824,-1.5085076093673706,0.8569749593734741,-0.4987720549106598 +104,-2.040663005634991,-0.30550411259814475,3.08967685680451,-0.8503420352935791,0.3007739782333374,0.4318021237850189,-1.1493709087371826,-0.44046756625175476,0.18078309297561646,-0.11813312768936157,-0.18856090307235718,1.2004761695861816 +105,-1.897877963086895,-0.31241934024509643,2.995222645802312,-0.9011431932449341,0.30736175179481506,0.3057284653186798,-1.0978764295578003,-0.6008943319320679,0.17197658121585846,1.5222978591918945,-0.9705697894096375,-0.4256167411804199 +106,-1.979937643085934,-0.3166929744438688,3.0803958189335985,-0.8718377351760864,0.31142568588256836,0.3780381679534912,3.1645002365112305,-2.2389495372772217,0.7035515308380127,-0.6444432735443115,0.5181031227111816,-0.297258198261261 +107,-2.0162409957645235,-0.36316791160545125,-3.0110844946004254,-0.8435598015785217,0.35523730516433716,0.40275683999061584,-0.6393047571182251,0.8558546304702759,-1.1310423612594604,-0.9274361729621887,0.5937372446060181,0.3985888361930847 +108,-1.9388565992539348,-0.2291179512630142,-3.0112078132143165,-0.9086445569992065,0.2271186113357544,0.3504036068916321,-0.41243666410446167,0.5329777598381042,-0.9873383641242981,0.8897844552993774,0.06328672170639038,-0.09123292565345764 +109,-1.9761465082763248,-0.09087625570079172,-3.037098873256182,-0.9151723384857178,0.09075122326612473,0.39271336793899536,-0.5720197558403015,-2.4675605297088623,-2.01743221282959,0.1172444224357605,0.4719776511192322,-0.42941081523895264 +110,-2.1609033854302866,-0.11416037353599802,3.095579724364071,-0.8254726529121399,0.11391256749629974,0.5528278946876526,-0.40533769130706787,1.040405511856079,2.7826626300811768,-1.3522157669067383,0.20791053771972656,0.5073527693748474 +111,-1.9126774578530104,-0.24093083377666052,2.8893234807642822,-0.9149135947227478,0.23860667645931244,0.32557639479637146,-1.7702453136444092,3.255371570587158,1.889140248298645,0.3439754843711853,-0.33444714546203613,0.4824376106262207 +112,-1.5837431244039375,-0.4194014197288262,2.5959902085007363,-0.9132564067840576,0.40721383690834045,0.011824406683444977,-3.194504737854004,3.7430925369262695,1.2083767652511597,0.6391322612762451,-1.132433533668518,0.7664196491241455 +113,-1.3274274742665062,-0.2585750023597857,2.094574259453676,-0.9382666349411011,0.2557031810283661,-0.2329624742269516,-2.7982192039489746,2.063724994659424,-5.638134479522705,-1.5111961364746094,-0.999248743057251,-1.5772792100906372 +114,-0.7928340467073138,0.22718144536603666,1.675527231724306,-0.6940415501594543,-0.2252322882413864,-0.6837958693504333,-1.740094780921936,8.701371192932129,-4.614455223083496,-0.13856959342956543,0.8868991732597351,-0.5035515427589417 +115,-0.1363006637023917,0.31037707621113136,1.4991169568568308,-0.1293865144252777,-0.3054177165031433,-0.9433870315551758,1.4994964599609375,3.9167494773864746,0.5369167923927307,-0.1981281191110611,0.7654702663421631,0.020871222019195557 +116,0.09502289823942202,0.5030629959581868,1.5801433138403902,0.0831252858042717,-0.4821113049983978,-0.872157633304596,1.2425647974014282,2.9877724647521973,-0.11195933073759079,-0.5095779299736023,0.6523689031600952,0.33129453659057617 +117,0.13657772218692807,0.5597553930123447,1.708421733076958,0.11537444591522217,-0.5309789180755615,-0.839493989944458,-0.33197709918022156,0.05743330344557762,0.9184906482696533,-0.44000518321990967,0.013400793075561523,-0.002455472946166992 +118,0.2435902288613218,0.4438835793582883,1.8258668668910918,0.21781501173973083,-0.4294499158859253,-0.8764299154281616,1.0215142965316772,0.2002338469028473,1.3956958055496216,0.023502737283706665,0.12375533580780029,-0.14716017246246338 +119,0.20106276975591486,0.5030505007225181,1.9312823853200023,0.1749698370695114,-0.48210036754608154,-0.8584665656089783,0.6294816136360168,0.28852030634880066,1.248205542564392,0.01925930380821228,0.030196070671081543,0.0761789083480835 +120,0.21181657911748641,0.6116208776823663,2.0796614266304427,0.17212426662445068,-0.5741952657699585,-0.8004205226898193,2.916264295578003,-1.3151378631591797,1.2263675928115845,0.23717747628688812,-0.062248826026916504,-0.25919556617736816 +121,0.14402913035427165,0.6045585172698676,2.2307214756854474,0.11809113621711731,-0.5683988928794861,-0.8142340779304504,-0.7044476270675659,0.35804882645606995,0.8853954076766968,0.05540130287408829,-0.21272903680801392,-0.46236199140548706 +122,0.17806962131876264,0.5188684318491423,2.3463850017724592,0.1538163423538208,-0.4958978295326233,-0.854649543762207,-0.30953046679496765,0.08505833148956299,0.33619093894958496,-0.5262223482131958,0.18188723921775818,-0.010645806789398193 +123,0.2747258806579171,0.5396481167432434,2.299177696316765,0.2327309399843216,-0.5138341188430786,-0.825718343257904,1.3910552263259888,-0.3422881066799164,-0.9441186189651489,-0.4660683572292328,0.5694982409477234,-0.008571207523345947 +124,0.16632352490909721,0.6234356118232149,2.10710987740543,0.13441260159015656,-0.5838279128074646,-0.8006736636161804,-0.6041082143783569,-3.6474525928497314,-4.08268404006958,-0.15426428616046906,0.2001456618309021,0.05999678373336792 +125,0.03243793337966413,0.3951214329036573,2.0044839054570094,0.02993333525955677,-0.38492026925086975,-0.9224643111228943,-0.39215388894081116,1.0928007364273071,0.13480320572853088,0.4269300699234009,-0.22059425711631775,-0.3495541214942932 +126,-0.052852351647107214,0.3910084814916705,2.0551581470850793,-0.048840586096048355,-0.3811209797859192,-0.923234224319458,-0.3452443778514862,-0.44059038162231445,0.8723871111869812,0.5639010071754456,0.2526114583015442,0.360368013381958 +127,0.05508786054321745,0.5234716294878192,2.0902201252038757,0.0476868599653244,-0.49988988041877747,-0.8647751212120056,0.6738455891609192,1.837100863456726,-0.37462782859802246,0.4678465723991394,0.6523251533508301,0.3050217628479004 +128,0.5230978518276665,0.5015829891248478,1.8414121985984135,0.43803083896636963,-0.480814129114151,-0.7595701217651367,-0.6351158618927002,6.559673309326172,-4.461658000946045,-0.08910810947418213,0.8881322741508484,0.3272123336791992 +129,1.3039236650398898,-0.14689892304059127,1.3683731228018932,0.9542113542556763,0.14637117087841034,-0.2608758211135864,2.1026265621185303,4.8259782791137695,-9.614591598510742,0.40827637910842896,0.45992156863212585,-0.8541449308395386 +130,1.0458729176437835,-0.7838252856617759,0.7042749591556909,0.6128652691841125,0.7059937119483948,-0.3549211919307709,3.3427021503448486,-1.6425451040267944,-2.8701303005218506,1.8777811527252197,-1.7518922090530396,0.23878657817840576 +131,0.7428432749220164,-0.7096682309828682,0.38779146484431026,0.5130906701087952,0.6515821218490601,-0.5587294101715088,1.2604845762252808,3.0360329151153564,-1.471920132637024,1.0452282428741455,0.6736894249916077,0.31075888872146606 +132,0.8157213038580606,-0.6284436115792644,0.2878896984721908,0.5890889167785645,0.5878864526748657,-0.5544039607048035,0.9179559350013733,1.6601943969726562,0.5951662659645081,0.39028120040893555,0.9007457494735718,-0.31716281175613403 +133,0.8156585796404222,-0.5651325515804386,0.19585410948627185,0.6149584054946899,0.535527765750885,-0.5788230299949646,0.21617825329303741,-1.085222601890564,0.8728394508361816,-0.4233691096305847,-0.7708183526992798,0.4491233825683594 +134,0.8488213642499116,-0.4440268039039807,0.48890676750645035,0.6777252554893494,0.4295792579650879,-0.5967832803726196,-2.081507444381714,-0.3739607036113739,3.540738821029663,-0.6525482535362244,-0.3844285011291504,0.36776411533355713 +135,1.286135193729285,-0.3890212412690875,0.9063098700320336,0.8880445957183838,0.37928298115730286,-0.2598486542701721,-2.423488140106201,1.1461222171783447,1.4886003732681274,1.5630052089691162,0.42119312286376953,-0.9222344756126404 +136,1.471403392336431,-0.23652352969344023,1.2337723773229474,0.9673604369163513,0.2343243658542633,-0.09646666049957275,-1.2717931270599365,0.026160210371017456,1.281846046447754,-0.022658348083496094,-0.0730389803647995,-0.40600526332855225 +137,1.397567935990182,-0.08582539222593119,1.3535404243653812,0.9814077019691467,0.08572006970643997,-0.17172887921333313,1.4993782043457031,-0.38595831394195557,2.486938238143921,-0.4840018153190613,-0.4669151306152344,0.42745089530944824 +138,1.2015955223751673,0.06719806286709701,1.397871338500349,0.9305112361907959,-0.06714750081300735,-0.36005574464797974,1.7009069919586182,0.2380983531475067,0.25857049226760864,-0.5723569393157959,0.6145870685577393,0.08046895265579224 +139,1.46044241635621,-0.15778106266434347,0.9817737392499192,0.9815711379051208,0.15712721645832062,-0.10876207053661346,4.049942970275879,1.6378957033157349,-4.698389053344727,0.7484398484230042,0.5114823579788208,-0.17354083061218262 +140,1.3039351585842986,-0.35810552893737274,0.6313418136065206,0.903411328792572,0.35050058364868164,-0.24697621166706085,2.378349542617798,-0.9392234683036804,-0.5192939639091492,0.1719059944152832,-0.25382092595100403,0.10940298438072205 +141,1.2745007044824794,-0.304111761135761,0.6043310510662986,0.9125375151634216,0.2994458079338074,-0.27858132123947144,-1.8223226070404053,1.5279014110565186,1.271019458770752,-0.6490487456321716,-0.20378845930099487,0.7674729228019714 +142,1.5132026479426977,-0.34277305434725963,0.9782148696711246,0.9402648210525513,0.33610013127326965,-0.0542132630944252,-0.8483110070228577,1.9385409355163574,-2.3440728187561035,2.0223817825317383,0.8175711631774902,-0.972184419631958 +143,1.5957363006373837,-0.3458743723780172,1.0636190231093694,0.9404868483543396,0.33901938796043396,0.02346058189868927,-1.0761457681655884,-0.6714685559272766,0.7555492520332336,-0.1353110671043396,-0.19157373905181885,-0.16849541664123535 +144,1.4940644555243987,-0.23501178595203692,1.1450037909617263,0.9696500897407532,0.2328544408082962,-0.07454943656921387,-0.5939480662345886,-1.0801489353179932,0.998150646686554,-1.144653081893921,-0.5859122276306152,0.10582994669675827 +145,1.4687616301669533,-0.16184671976110995,1.1923004398299497,0.9817982912063599,0.1611410677433014,-0.1005265936255455,-0.11198759078979492,0.5962615013122559,-0.8083170652389526,0.14407140016555786,0.8991311192512512,-0.350691020488739 +146,1.4534575322926073,-0.256513065495952,0.8799055082526541,0.9606291055679321,0.25370925664901733,-0.11323925107717514,3.407435894012451,-1.188408613204956,-0.004542917013168335,0.5192444324493408,0.2006974220275879,-0.24666981399059296 +147,1.2377935910854083,-0.2548793581903702,0.6329390760928197,0.9145334362983704,0.2521286606788635,-0.3163219094276428,0.6347286701202393,-1.798658013343811,-0.23504869639873505,-0.6603984236717224,-0.1626816689968109,0.5417553186416626 +148,1.1277501372216694,-0.2373071270593937,0.6864132851429204,0.8781304359436035,0.2350860834121704,-0.4166792333126068,-1.4997667074203491,-0.8236764073371887,1.0102434158325195,-0.8091912269592285,0.07697142660617828,0.6855543851852417 +149,1.2904673431612308,-0.3012454218239028,0.9372323977569386,0.9176899194717407,0.2967097759246826,-0.26421260833740234,-0.22300046682357788,-0.8461296558380127,-0.8170729279518127,1.3259928226470947,0.5912754535675049,-0.9803094863891602 +150,1.2261201891071858,-0.30936938497671496,1.0149725233064433,0.8965028524398804,0.30445802211761475,-0.3218507170677185,-1.0194658041000366,-0.9579921960830688,0.3415530025959015,-0.31322044134140015,-0.2701868414878845,0.0903596580028534 +151,1.1693106858443214,-0.2712908393854497,1.057438367857751,0.8868155479431152,0.2679753005504608,-0.37649357318878174,0.41715002059936523,-0.2875153720378876,1.046186089515686,-0.7415671944618225,-0.4736485183238983,0.3260938227176666 +152,1.120852052122123,-0.2053845230830692,1.0832616206624264,0.8815457224845886,0.20394361019134521,-0.42577454447746277,-0.6781399846076965,2.397318124771118,-0.07972991466522217,0.0799868106842041,0.5038200616836548,-0.017920464277267456 +153,1.1313667872152582,-0.2765663344938098,0.8391203147034072,0.8706034421920776,0.2730540931224823,-0.40925657749176025,2.4027466773986816,-0.8626617789268494,-1.2565603256225586,0.5006428360939026,-0.014493942260742188,0.007782608270645142 +154,0.998269456257971,-0.2273879270701606,0.6954967413702171,0.81889808177948,0.22543345391750336,-0.5278120636940002,0.6273400783538818,-0.7988746166229248,0.4340988099575043,-0.5617112517356873,-0.08932507038116455,0.5259047746658325 +155,0.9619711614495232,-0.17902131044333722,0.7343144005216765,0.8072105050086975,0.17806661128997803,-0.5627642273902893,-0.5962111949920654,0.45456668734550476,1.0833314657211304,-0.49881511926651,0.14090311527252197,0.6923571228981018 +156,1.1239640809740545,-0.2659377746472346,0.9335098470058253,0.8701182007789612,0.2628141939640045,-0.4169206917285919,0.20584504306316376,-0.31140583753585815,-0.5414465069770813,1.455199122428894,0.22915968298912048,-0.8251904249191284 +157,1.1182225131761259,-0.2819060880831449,1.0322903559460792,0.8638255596160889,0.27818700671195984,-0.42002084851264954,-1.0730302333831787,-0.2748158872127533,0.3214245140552521,-0.17647814750671387,-0.24159643054008484,0.010017156600952148 +158,1.1010782989290206,-0.2952295260582038,1.04298171856462,0.853117048740387,0.2909594476222992,-0.4330517649650574,0.6534184217453003,-0.06638669222593307,-0.2618159353733063,-0.7110424637794495,-0.5029345750808716,0.34168216586112976 +159,1.1893364592048905,-0.2879422844036488,0.977953222465934,0.8899115920066833,0.2839798331260681,-0.3569492995738983,-0.06370170414447784,3.249523401260376,-0.9955891370773315,0.3771324157714844,0.474275141954422,-0.4457850456237793 +160,1.2094089535039063,-0.35638383933760226,0.7758166118797394,0.8766305446624756,0.3488875925540924,-0.331355482339859,1.7158482074737549,-0.02707703597843647,-0.7266219258308411,0.3592245578765869,0.06729590892791748,0.0015978217124938965 +161,1.1097902544274065,-0.3176235652823826,0.6209514531018078,0.8508074283599854,0.3123098909854889,-0.42259812355041504,0.7423597574234009,-0.6858839392662048,0.26671481132507324,-0.4949420094490051,-0.1545034945011139,0.3952544033527374 +162,1.0934600131063552,-0.24556322476089465,0.6606394983295265,0.8615756630897522,0.24310268461704254,-0.445632666349411,-0.9522347450256348,0.311325341463089,1.4098703861236572,-0.6433444619178772,0.030334800481796265,0.5268399715423584 +163,1.2173769659984501,-0.29612932879062903,0.8966348507679237,0.8973581194877625,0.2918201982975006,-0.3310428857803345,-0.07877214252948761,0.22489294409751892,-0.5608530044555664,1.2569844722747803,0.3605540692806244,-0.7080806493759155 +164,1.2428733783211032,-0.2899006389583687,1.0093000491197341,0.9072090983390808,0.28585702180862427,-0.3086377680301666,-0.9759989976882935,-0.022427670657634735,0.45612233877182007,-0.0028055310249328613,-0.11582836508750916,0.012800365686416626 +165,1.2203073200877776,-0.26881514729497863,1.0509584367999512,0.9054745435714722,0.26558932662010193,-0.3310258984565735,0.4843437075614929,-0.5110800266265869,0.26289311051368713,-0.6917447447776794,-0.3780313730239868,0.23193535208702087 +166,1.155428222920379,-0.1829808999707962,1.0564629187758314,0.8996930122375488,0.18196150660514832,-0.39679014682769775,-0.05385660380125046,0.8160070180892944,-0.32737255096435547,-0.34273195266723633,0.4001765251159668,-0.008635878562927246 +167,1.261181199758397,-0.27482229309276196,0.9351199811755895,0.916708767414093,0.2713758945465088,-0.29325807094573975,1.4184290170669556,0.5203603506088257,-0.7973840236663818,0.839242160320282,0.05162212252616882,-0.48834288120269775 +168,1.17057675627394,-0.2742018832520977,0.7506203516796006,0.8865692615509033,0.27077871561050415,-0.3750649392604828,1.5831481218338013,-0.8572091460227966,-0.2597801387310028,-0.3721955418586731,-0.14956292510032654,0.30842989683151245 +169,1.06509550123072,-0.220223242625976,0.6723185450018602,0.8537067174911499,0.2184474766254425,-0.47272124886512756,-0.07360941171646118,-0.2414800375699997,0.6278923153877258,-0.6025776267051697,-0.08220174908638,0.6709177494049072 +170,1.2272214911349948,-0.22491856669513988,0.8791094030354122,0.9178407788276672,0.22302697598934174,-0.32837051153182983,-3.354013442993164,0.6935001015663147,0.1672193706035614,1.016821026802063,0.8862411975860596,-0.9578385353088379 +171,1.2590118193418185,-0.24783345471986654,1.0294118578911158,0.9227068424224854,0.2453041821718216,-0.29738494753837585,-1.7529677152633667,-0.1575944423675537,0.562939465045929,0.12601441144943237,-0.027881726622581482,0.28647497296333313 +172,1.2404059691583844,-0.25466410007686563,1.1683871480715133,0.9154080152511597,0.25192034244537354,-0.313949316740036,-0.397054523229599,-0.4098835587501526,-0.07174509018659592,-0.6266812682151794,-0.4074684977531433,0.1337583363056183 +173,1.218427280999592,-0.25715237106749356,1.172521772358586,0.9076962471008301,0.25432759523391724,-0.33377400040626526,0.3978872001171112,0.5335575938224792,-0.10192561149597168,-0.4154934287071228,-0.23392659425735474,0.26715409755706787 +174,1.246565597389878,-0.28611110110696103,1.084683809043813,0.9093629121780396,0.28222355246543884,-0.30562904477119446,2.0034642219543457,0.5209006667137146,-1.4788260459899902,0.9809874296188354,0.21498408913612366,-0.8612258434295654 +175,1.159387869418525,-0.3268240935906885,0.8132376651552038,0.8680420517921448,0.32103684544563293,-0.3787325918674469,2.5037269592285156,-0.46395769715309143,-1.0573177337646484,0.17448419332504272,-0.10147818922996521,-0.055929213762283325 +176,1.0351301001291895,-0.2891003994963051,0.6379827004652253,0.824242353439331,0.28509005904197693,-0.48923224210739136,0.2890249788761139,-0.9070056080818176,0.15988215804100037,-0.45281291007995605,-0.24044287204742432,0.6306354403495789 +177,0.9891428963811063,-0.2643174769880575,0.7185483417097664,0.806537389755249,0.26125049591064453,-0.5303258895874023,-1.2614935636520386,0.31559401750564575,1.228049397468567,-0.4386327266693115,0.13027477264404297,0.6215734481811523 +178,1.1752970034588581,-0.2868588691306009,1.037521125697007,0.8850961327552795,0.2829408645629883,-0.3695259392261505,-0.7912013530731201,-0.27668482065200806,0.3037179708480835,1.1557669639587402,0.23442363739013672,-0.2915611267089844 +179,1.1781538383354044,-0.2755541609909881,1.2415597699092336,0.8890466690063477,0.2720802426338196,-0.3681962490081787,-1.9021391868591309,-0.773728609085083,0.9017663598060608,-0.26151371002197266,-0.10868909955024719,-0.1380751132965088 +180,1.2062893516076776,-0.2862029533670688,1.3700075585865026,0.8962948322296143,0.28231167793273926,-0.3419876992702484,-0.2690590023994446,0.6507245898246765,0.14268110692501068,-0.7359402775764465,-0.46614956855773926,0.2153855860233307 +181,1.2702335491734957,-0.27947272448325367,1.3557945545126584,0.9181105494499207,0.2758488655090332,-0.28457111120224,0.6144370436668396,2.4865801334381104,-0.3297475576400757,-0.2326703667640686,-0.042633503675460815,0.021997839212417603 +182,1.37186484559423,-0.3625597086595822,1.1391804843661109,0.9165524244308472,0.3546687066555023,-0.18477500975131989,2.8971102237701416,0.509087324142456,-1.3106364011764526,0.9287997484207153,0.3191136419773102,-0.3202298879623413 +183,1.2224402491106696,-0.3694572850791795,0.8553908186108314,0.8765115141868591,0.3611093759536743,-0.31831973791122437,2.192164421081543,-1.1276185512542725,-0.2957973778247833,-0.0677804946899414,-0.053827881813049316,0.24831247329711914 +184,1.0726966738956623,-0.32830837771742033,0.7191035814402923,0.8315710425376892,0.3224422335624695,-0.4522395730018616,0.46929123997688293,-0.5345516800880432,0.011471051722764969,-0.5927252173423767,-0.24610251188278198,0.6722865700721741 +185,1.1722433770608287,-0.2782274398331539,0.7708780646670796,0.8861814141273499,0.2746516764163971,-0.37316083908081055,-1.5837446451187134,3.3439230918884277,1.3111279010772705,-0.024746477603912354,0.5481022596359253,0.42725324630737305 +186,1.4394286080599583,-0.2787636802243215,0.9396026782298526,0.9531126022338867,0.2751672565937042,-0.12593349814414978,-0.40598127245903015,1.072258710861206,0.5660460591316223,0.466885507106781,0.2660924792289734,0.42053496837615967 +187,1.4820163761348963,-0.25083716566264924,1.1248768462331746,0.9648898839950562,0.24821501970291138,-0.08588864654302597,-1.3720306158065796,-0.3275631070137024,-0.054713644087314606,-0.45489537715911865,-0.23889189958572388,-0.05733036994934082 +188,1.424259522644264,-0.28267455368970773,1.1486857613247017,0.9500209093093872,0.2789250612258911,-0.1402181088924408,0.2799668312072754,-0.9379729628562927,-0.3236415982246399,-0.7902461290359497,-0.5222874879837036,0.04460650682449341 +189,1.4080980243372172,-0.286075090671179,1.0574436409746077,0.9466893672943115,0.2821890115737915,-0.15539835393428802,0.6493657827377319,1.4457472562789917,-0.4747428596019745,0.15670418739318848,0.11937656998634338,-0.13973712921142578 +190,1.3089171392319732,-0.3212947826697975,0.7999337005149492,0.9164773225784302,0.315795361995697,-0.24564774334430695,2.7773373126983643,-1.173598289489746,-0.6178428530693054,0.7485923767089844,0.07162532210350037,-0.5000492334365845 +191,1.1355020003922152,-0.28742724571341427,0.5528758994183754,0.8695480227470398,0.28348594903945923,-0.40437859296798706,1.3577866554260254,-0.9645636677742004,-0.014605464413762093,-0.2254897952079773,-0.11171776056289673,0.35960930585861206 +192,1.0606538795870852,-0.22457895561728738,0.5200496816226331,0.850760281085968,0.22269591689109802,-0.4760392904281616,0.7695716619491577,0.2966981530189514,0.7090291976928711,-0.6077641248703003,0.13468016684055328,0.7866472005844116 +193,1.218094442260878,-0.17024143443557266,0.6963463298056137,0.9248765707015991,0.1694203019142151,-0.3404409885406494,-4.030155181884766,1.919952392578125,1.095993995666504,0.9182478189468384,1.2290019989013672,-0.5077950954437256 +194,1.332263115669227,-0.18043173920281333,0.936429601607273,0.9559115171432495,0.17945432662963867,-0.2324419617652893,-2.5949349403381348,-0.480510413646698,0.8916709423065186,0.4919949173927307,0.28055238723754883,-0.005274638533592224 +195,1.327185119584587,-0.18870864549732463,1.2143571707867562,0.9532447457313538,0.18759062886238098,-0.23692665994167328,-1.9702339172363281,-0.35306695103645325,0.09494366496801376,-0.5728889107704163,-0.07324124872684479,-0.055858954787254333 +196,1.295326315910264,-0.2244524010925885,1.293618982547524,0.9381593465805054,0.22257253527641296,-0.2651764750480652,0.2529104948043823,-0.021720441058278084,-0.10417123138904572,-0.7846101522445679,-0.6031877398490906,0.17948311567306519 +197,1.4375343771937963,-0.18507251068775707,1.2471719852149272,0.9742080569267273,0.18401780724525452,-0.13059887290000916,0.9831293821334839,2.438878059387207,-0.24176263809204102,1.614231824874878,0.4914429783821106,-1.1795817613601685 +198,1.3402874543107515,-0.23167947043427242,1.0270159814053563,0.9475391507148743,0.22961243987083435,-0.22236867249011993,2.4276723861694336,-0.9092541337013245,-0.6386199593544006,0.280228853225708,0.20271486043930054,-0.10462716221809387 +199,1.2177526086714665,-0.22682808066490523,0.796229564248381,0.9142891764640808,0.22488799691200256,-0.3368987739086151,1.1054631471633911,-0.8343808650970459,0.1077110767364502,-0.39605486392974854,-0.14949429035186768,0.4204406440258026 +200,1.1490161845852005,-0.1867782535641446,0.8070452693978698,0.8964934349060059,0.18569415807724,-0.4022650420665741,-0.8544267416000366,-0.005692013073712587,0.8875715136528015,-0.6807341575622559,0.05048137903213501,0.720731258392334 +201,1.3921767981161244,-0.1702646720769731,1.1031095397618107,0.9698600172996521,0.16944320499897003,-0.1751021146774292,-2.851834535598755,2.6164517402648926,0.00941033661365509,2.1932106018066406,1.023366928100586,-1.0036545991897583 +202,1.4579718826030121,-0.1325780348747175,1.360747889651342,0.9849223494529724,0.13218998908996582,-0.11159723997116089,-2.7290701866149902,-0.9961145520210266,0.5087853670120239,0.07686048746109009,0.3289916515350342,-0.2622430920600891 +203,1.4148286510536483,-0.16329253872766378,1.547265079158966,0.9747204780578613,0.16256782412528992,-0.1532697230577469,-0.9012311697006226,-0.5056394338607788,-0.32702958583831787,-0.6239972710609436,-0.2768104076385498,-0.020833000540733337 +204,1.3961556898609266,-0.17851973009571429,1.528095380289188,0.9691383242607117,0.17757302522659302,-0.1709928661584854,0.9016939401626587,0.30311790108680725,-0.013424389064311981,-0.8160470128059387,-0.5077579617500305,0.1610288769006729 +205,1.5089589432551647,-0.17605532760501136,1.4157109662546403,0.9826604723930359,0.17514725029468536,-0.06084272265434265,2.506458044052124,0.4485395848751068,-0.9678257703781128,2.418691396713257,0.29349595308303833,-1.6162660121917725 +206,1.3645448341717437,-0.25828092057373947,1.1778209696789756,0.9463388323783875,0.2554188668727875,-0.19799940288066864,1.3322718143463135,-1.222345232963562,-0.019493669271469116,-0.235798180103302,0.013807117938995361,0.11892834305763245 +207,1.2673695400355585,-0.23940156310347754,1.1008837033769596,0.9271010756492615,0.23712129890918732,-0.2902706563472748,0.16658122837543488,-0.7006679773330688,-0.02973451092839241,-0.748435914516449,-0.18650789558887482,0.36389437317848206 +208,1.227310389608578,-0.2681621172350174,1.1109733580298862,0.9079335927963257,0.2649596929550171,-0.32473504543304443,-0.22744831442832947,0.10859733819961548,-0.4728202819824219,-0.13121551275253296,0.018121302127838135,0.21564999222755432 +209,1.249343924972695,-0.2725916987693228,1.052612755562554,0.9137451648712158,0.26922833919525146,-0.30427905917167664,0.541504979133606,0.06678664684295654,0.3148230314254761,0.9386565089225769,-0.06013718247413635,-0.1997492015361786 +210,1.2970305193313572,-0.26433084803927576,1.1312133380373077,0.9293206334114075,0.2612634301185608,-0.2609686851501465,-1.3575832843780518,0.18401449918746948,0.47344690561294556,0.8446357250213623,0.576688289642334,-0.21184015274047852 +211,1.3537316114001678,-0.21815944134682352,1.2802845982180464,0.953387439250946,0.2164330631494522,-0.21025945246219635,-1.1961889266967773,-0.011689452454447746,1.019132375717163,-0.7814972400665283,-0.08674865961074829,0.20748236775398254 +212,1.3937089184489573,-0.18314392106300934,1.304202911748736,0.967898428440094,0.18212181329727173,-0.17321711778640747,0.31784185767173767,0.5191269516944885,0.10496364533901215,-1.0806609392166138,-0.09571133553981781,-0.030609771609306335 +213,1.4969782474523925,-0.213080823883335,1.2720241011164979,0.9747223854064941,0.2114720493555069,-0.07208310812711716,0.8220440149307251,5.326670169830322,0.5584960579872131,2.0019469261169434,-0.9490208625793457,1.1925970315933228 +214,1.7866273354342816,-0.10608096699725159,1.2407841895125975,0.9713078737258911,0.10588212311267853,0.21295537054538727,0.9756836891174316,-2.6336374282836914,0.24944764375686646,-0.5390263795852661,0.5021196007728577,-1.9551275968551636 +215,1.5569784449754647,-0.16994374477999694,1.2563681878246409,0.985500156879425,0.16912689805030823,-0.013618391007184982,-0.16341324150562286,-3.0526394844055176,-0.8032929301261902,0.8889809846878052,0.3460097908973694,-0.7677994966506958 +216,1.2949619370400571,-0.27147254473582144,1.105624294460637,0.9269596934318542,0.26815032958984375,-0.2623756229877472,1.369071125984192,-2.444762945175171,-1.2957364320755005,-0.5318945050239563,-0.15699008107185364,0.3805702030658722 +217,1.0504015733859111,-0.3022059135985718,1.0540062110414177,0.8283043503761292,0.29762688279151917,-0.47468969225883484,-0.5896761417388916,-1.394795536994934,0.39788901805877686,-0.7640495300292969,-0.32126274704933167,0.6246073246002197 +218,1.0629450135063903,-0.3220205596290641,1.1137416382817888,0.8288767337799072,0.31648391485214233,-0.4613040089607239,-0.02041693776845932,0.7151466012001038,-1.199315071105957,0.4115560054779053,0.30299243330955505,-0.06654328107833862 +219,1.0240233721841414,-0.3482925024323979,0.9407402975505347,0.80291748046875,0.3412933349609375,-0.48871490359306335,0.4816528558731079,0.8779693841934204,0.03606679290533066,1.0682830810546875,-0.3960113823413849,-0.08612939715385437 +220,1.139791689006617,-0.3161161439176077,0.9534952653201441,0.8635279536247253,0.3108775019645691,-0.3970825672149658,0.08168461918830872,1.6422218084335327,0.6100456118583679,0.4146244525909424,0.4318745732307434,-0.10680842399597168 +221,1.2607994831533975,-0.26150294526111867,1.2312518965447172,0.9199575185775757,0.25853270292282104,-0.294684499502182,-2.153726577758789,-0.2677251696586609,2.0465316772460938,-0.48633331060409546,0.28648072481155396,-0.07070240378379822 +222,1.2681870564781723,-0.18834871076979018,1.2916024573590124,0.9376804828643799,0.18723706901073456,-0.2927415072917938,-0.2820499539375305,0.035854119807481766,0.10842646658420563,-1.0059635639190674,-0.03722786903381348,0.3810441493988037 +223,1.268259471792007,-0.22844482860198861,1.2890029409432664,0.9297833442687988,0.22646303474903107,-0.29020217061042786,0.8335654735565186,0.5597097873687744,-1.5679620504379272,0.061915814876556396,0.22933225333690643,-0.28018662333488464 +224,1.468936586201368,-0.16203249914209564,1.1847172658844507,0.9817860722541809,0.1613244116306305,-0.10035178065299988,1.249311089515686,3.1687803268432617,0.27336063981056213,0.1339060664176941,0.07884889841079712,-0.05487591028213501 +225,1.437699236368922,-0.17692000883503708,1.1408959530958258,0.9756841063499451,0.1759984940290451,-0.13063301146030426,-0.2647077143192291,-0.7360823154449463,-0.35332944989204407,0.049660682678222656,0.1575586199760437,-0.17793023586273193 +226,1.369984041530873,-0.23387546219599295,1.094295055402933,0.9532276391983032,0.23174920678138733,-0.19403505325317383,1.3623255491256714,-0.3097115457057953,-0.5096115469932556,0.16759157180786133,0.04582342505455017,-0.18716004490852356 +227,1.2452716821526528,-0.2361036360347225,0.9628370480434191,0.9211969375610352,0.23391614854335785,-0.31093350052833557,1.0359574556350708,-0.8180404901504517,-0.21985025703907013,-0.7154779434204102,-0.20669445395469666,0.3181356191635132 +228,1.1583961340089746,-0.2584590495049818,0.9455282202660595,0.8857311606407166,0.25559109449386597,-0.38749656081199646,-0.8707588315010071,-0.9618061184883118,-0.7383394241333008,-0.6585888266563416,-0.04335656762123108,0.3661189675331116 +229,1.0868427497905966,-0.3787331046228593,0.9537173722638391,0.8224341869354248,0.3697436451911926,-0.4323095679283142,-0.24839812517166138,-1.2908709049224854,-0.4179951846599579,1.0240164995193481,0.06816831231117249,-0.3006463646888733 +230,1.1754928590905815,-0.3381350517774067,0.9710292149511174,0.8706217408180237,0.33172833919525146,-0.3632826805114746,-0.425920307636261,0.6356768608093262,0.34078502655029297,0.5604849457740784,0.4011666178703308,-0.14362958073616028 +231,1.2651459314959483,-0.28620087036621467,0.952164734971876,0.9148601293563843,0.2823096811771393,-0.2886733412742615,-0.17286746203899384,0.41958025097846985,0.9679854512214661,0.04970896244049072,0.2502830922603607,-0.11554723978042603 +232,1.1789689934129237,-0.1798821208021975,1.0243287885297157,0.9093004465103149,0.17891359329223633,-0.3757162094116211,0.6124111413955688,-1.128659725189209,0.6841073632240295,-0.8914781808853149,0.3143419623374939,0.15148833394050598 +233,1.1034859059685822,-0.1257563327307277,0.9555356530891708,0.8857329487800598,0.12542513012886047,-0.44692927598953247,0.709374725818634,-0.2584972381591797,-0.7198020815849304,-0.3616393208503723,0.19294950366020203,0.32990962266921997 +234,1.1347907241129411,-0.18851046764782067,0.8498763234382442,0.8903875946998596,0.18739596009254456,-0.4148404598236084,0.16830576956272125,0.39241230487823486,-0.997713029384613,0.6480492353439331,-0.19415561854839325,0.059554845094680786 +235,1.1306597577386186,-0.21605950927625805,0.8431130212359594,0.8836591839790344,0.21438242495059967,-0.41615697741508484,-0.052335433661937714,-0.02317850850522518,-0.3594849705696106,0.15618151426315308,0.06676074862480164,-0.3021199703216553 +236,1.0624332876546692,-0.2715976905184066,0.7399753989814695,0.8415214419364929,0.26827090978622437,-0.4689054787158966,0.7416902780532837,-0.9435319304466248,-0.6585752367973328,0.038880109786987305,0.12098076939582825,-0.058545082807540894 +237,1.0241683503930987,-0.2731167159512816,0.651236594844135,0.8226181864738464,0.2697339355945587,-0.5005427598953247,0.4628506004810333,-0.2757273018360138,-0.2290726900100708,-0.6647049784660339,-0.4112439751625061,0.09084427356719971 +238,0.9422482881257493,-0.31574895986414775,0.5942337676865133,0.7688942551612854,0.3105284869670868,-0.5589040517807007,-0.10130853205919266,0.037710774689912796,-0.7975122332572937,-0.2600288987159729,-0.1386077105998993,0.4473012685775757 +239,0.9820170609363988,-0.5242881305601839,0.4418017526339075,0.7199165225028992,0.5005968809127808,-0.4807524085044861,-0.8898849487304688,1.7111036777496338,-3.37636661529541,0.12226176261901855,0.15278440713882446,0.27681872248649597 +240,1.0230875682184244,-0.7875314624281925,0.5643376360563633,0.6023820638656616,0.7086136341094971,-0.36742720007896423,-2.4754905700683594,-0.04666948691010475,0.5699335932731628,0.7657667994499207,0.41693568229675293,-0.15887892246246338 +241,1.3013107781484996,-0.6344285009215255,1.0917976876903082,0.7763417363166809,0.5927173495292664,-0.21442896127700806,-4.154782772064209,-1.1486150026321411,6.06593132019043,0.6964823603630066,-0.5213672518730164,0.061032429337501526 +242,1.2786921441669068,0.04669188692121011,1.656682058690757,0.956596314907074,-0.04667492210865021,-0.2876540422439575,-3.337620496749878,-3.6592535972595215,8.435023307800293,0.21486663818359375,0.3489362895488739,-0.1960800588130951 +243,0.516004122357505,0.4286392830391156,2.2427349581600518,0.4487708806991577,-0.41563355922698975,-0.791109025478363,-3.563009262084961,-7.984595775604248,4.483428955078125,0.07738268375396729,0.18038883805274963,0.23195064067840576 +244,-0.11402539012305427,0.2686075024857229,2.459576897162495,-0.10969852656126022,-0.2653891444206238,-0.9578803777694702,0.09472759068012238,1.3767699003219604,-1.6933916807174683,-0.3223083019256592,0.12509983777999878,0.3738197088241577 +245,-0.02075188924288087,0.2840749018778235,2.3049569058698953,-0.01991875097155571,-0.2802695631980896,-0.9597146511077881,-0.6326166391372681,-0.46620601415634155,-1.1278908252716064,0.17243033647537231,0.1843680441379547,-0.8057730197906494 +246,0.038171355118983646,0.48304232220424004,2.19791859753982,0.033795807510614395,-0.4644755721092224,-0.8849408626556396,1.3475286960601807,-1.860282063484192,-0.6747475266456604,0.4290185272693634,0.03550523519515991,0.26110053062438965 +247,0.01936554684741531,0.5851285113310302,2.057880756395438,0.01614290662109852,-0.5523065328598022,-0.8334848284721375,1.0885822772979736,0.7186214923858643,-0.504344642162323,0.5507058501243591,0.46919190883636475,0.6352121233940125 +248,-0.0676603085918017,0.5707760150482154,2.0542991965810287,-0.05689149722456932,-0.5402852296829224,-0.8395565748214722,0.8254701495170593,-0.37165504693984985,0.018222549930214882,0.23798279464244843,0.18503010272979736,0.12787139415740967 +249,-0.059377354014207274,0.4753509117952981,2.1613259279483534,-0.05276329815387726,-0.45765048265457153,-0.8875652551651001,-3.3257575035095215,-0.16355934739112854,1.0070858001708984,-0.13774268329143524,-0.5523592829704285,-0.5924762487411499 +250,-0.09584001888169255,0.5192037730455171,2.257280157085822,-0.08308237046003342,-0.4961889982223511,-0.8642301559448242,1.4994629621505737,-0.3957498371601105,0.8982565402984619,-0.041108906269073486,0.16112124919891357,0.5624418258666992 +251,-0.11812900213251463,0.6444064924257988,2.2862073243169885,-0.09421950578689575,-0.6007240414619446,-0.7938849329948425,1.163712978363037,-1.0743775367736816,-0.4216483533382416,-0.37739914655685425,0.4295509457588196,0.7275550365447998 +252,-0.0980786509498124,0.4155560924097031,2.2256861095741725,-0.08958757668733597,-0.40369874238967896,-0.9104951620101929,-2.916426420211792,-0.5159750580787659,-0.17279747128486633,-0.26981794834136963,0.42826539278030396,-1.6600309610366821 +253,-0.13919143517785837,0.39902134767008507,2.0652382173678268,-0.12784303724765778,-0.38851675391197205,-0.9125299453735352,1.9975801706314087,0.4821653664112091,-1.3761482238769531,0.5210009813308716,0.17791494727134705,-0.052893638610839844 +254,-0.10120083429501059,0.5685779791821364,2.046242448540417,-0.08513316512107849,-0.5384343266487122,-0.8383560180664062,1.2772419452667236,0.11117485910654068,0.3262963891029358,0.462681382894516,0.48804980516433716,0.852424681186676 +255,-0.04408767878260127,0.36239841146704105,2.1556796147059982,-0.04121079668402672,-0.3545178771018982,-0.9341406226158142,-4.858226776123047,-0.32479730248451233,2.553887128829956,0.4046598970890045,-0.2669573128223419,-0.7877678871154785 +256,-0.028604238447249044,0.19674121524999175,2.2784054614943083,-0.028048602864146233,-0.19547446072101593,-0.9803076386451721,1.6854974031448364,0.7759575247764587,0.900699257850647,-0.032132066786289215,-0.061926066875457764,-0.5007256865501404 +257,0.047569686081551196,0.4253117095197852,2.359682140215361,0.04331536963582039,-0.41260474920272827,-0.909879744052887,2.9071061611175537,1.4456931352615356,-0.18744580447673798,-0.4545244872570038,0.25176188349723816,0.7367382645606995 +258,0.06032453249747953,0.4974089093177325,2.313531159440389,0.05298237130045891,-0.477150022983551,-0.8772233128547668,-2.6940841674804688,-0.19928772747516632,-1.3077244758605957,-0.8076362609863281,-0.018211305141448975,0.029795944690704346 +259,0.0016376595292859702,0.26580811639860424,2.068591953864657,0.0015801450936123729,-0.26268908381462097,-0.9648792147636414,-0.2664872407913208,-1.8654087781906128,-2.8795294761657715,0.2277136743068695,0.19823595881462097,-0.9182536602020264 +260,-0.020917897327518947,0.48010575136077543,1.8755178090982607,-0.018551694229245186,-0.46187296509742737,-0.8867520689964294,2.987189769744873,-0.006741764489561319,0.355887770652771,0.9097260236740112,0.42458051443099976,0.7891568541526794 +261,-0.1040728331148283,0.6327854946691739,1.9679466840459772,-0.08377117663621902,-0.591393232345581,-0.8020201921463013,-0.11257199943065643,2.6300230026245117,0.7536002397537231,-0.04351764917373657,-0.48558735847473145,0.9621001482009888 +262,0.08971743532536584,0.33007546820848765,2.133194075252234,0.08476047962903976,-0.3241144120693207,-0.9422131180763245,-0.24416713416576385,-2.7734475135803223,0.8798897862434387,0.33980005979537964,-0.25723016262054443,-2.440584182739258 +263,0.003613204070473537,0.5819046859155764,2.3131894824416586,0.003018526826053858,-0.5496161580085754,-0.8354118466377258,3.172084093093872,1.4208769798278809,1.9095747470855713,-0.15475192666053772,0.39509040117263794,0.7417687177658081 +264,-0.08703250186370842,0.7603552682637158,2.4417897864996263,-0.06298340111970901,-0.6891788840293884,-0.7218486666679382,1.3628090620040894,-0.9603317379951477,0.4206428825855255,-0.3703356683254242,0.747925341129303,0.9358226656913757 +265,-0.1729942939996796,0.4237448758396524,2.332392078847705,-0.1569085270166397,-0.41117697954177856,-0.8979494571685791,-11.967753410339355,-1.2673516273498535,0.24509750306606293,-0.2036413997411728,1.0688765048980713,-0.6274564266204834 +266,-0.14842277726991562,0.12243827853417805,2.141981625679648,-0.1467713862657547,-0.12213259190320969,-0.9816016554832458,-0.41941189765930176,-1.0830700397491455,-4.343504428863525,0.0245637446641922,0.4413922429084778,-0.8397331833839417 +267,-0.13820473734985947,0.38503257430150784,1.9358204108956347,-0.12767888605594635,-0.3755893409252167,-0.9179491996765137,2.841343402862549,-1.1599682569503784,-1.0284620523452759,0.8310785293579102,0.3901919722557068,1.0167346000671387 +268,-0.24393701078312702,0.4604475047026384,1.9470263305190951,-0.21637102961540222,-0.4443490505218506,-0.8693316578865051,-2.2338180541992188,1.913586974143982,0.34399381279945374,0.08888384699821472,-0.7112448215484619,0.4004901051521301 +269,-0.20797966935727527,0.2492573466945197,2.1183565750264544,-0.20010234415531158,-0.24668432772159576,-0.9482119679450989,1.5432170629501343,0.4463746249675751,1.2435498237609863,-0.21428059041500092,-0.10210107266902924,-0.9510495066642761 +270,-0.19802407651772225,0.42716405466962154,2.2726642964787414,-0.1790548861026764,-0.4142913520336151,-0.892357587814331,2.083780288696289,0.1203593760728836,1.284483551979065,0.06996980309486389,0.1945953071117401,0.760613203048706 +271,-0.47858300525791203,0.6120459755018413,2.46590193276301,-0.3769252598285675,-0.5745432376861572,-0.7265173196792603,2.263688325881958,-2.969926357269287,0.15149478614330292,-0.5530216693878174,0.3116800785064697,1.1588903665542603 +272,-0.4306357726293919,0.3532559958588299,2.3768892641521573,-0.39167168736457825,-0.345954567193985,-0.8525894284248352,-0.5114777684211731,-0.8691193461418152,0.40280914306640625,-0.8785614967346191,1.1216809749603271,-3.6401169300079346 +273,-0.3884664089055011,0.5264115283762293,2.1858902873307215,-0.32749006152153015,-0.5024339556694031,-0.8001940250396729,1.0523732900619507,0.23214243352413177,-3.38017201423645,0.5527250170707703,0.5449448823928833,0.40767693519592285 +274,-0.3385306536665794,0.6968338902736266,2.0697156719244414,-0.2546813189983368,-0.641792893409729,-0.7233527898788452,0.0010760128498077393,-1.6837109327316284,0.4122133255004883,0.6869323253631592,0.5364157557487488,1.1415352821350098 +275,-0.2536362335235133,0.3753118632778401,2.0332779340276663,-0.23345942795276642,-0.36656269431114197,-0.9006267189979553,-4.876748561859131,2.1951448917388916,2.543485164642334,0.8207702040672302,-0.11408916115760803,-2.3375020027160645 +276,-0.17722884917994872,0.4304869921484572,2.1474511960357394,-0.16021713614463806,-0.41731342673301697,-0.894527792930603,2.4714162349700928,1.9099737405776978,0.8376478552818298,-0.04832473397254944,-0.45460429787635803,0.3185696005821228 +277,-0.18278256534247248,0.4972066031480588,2.318888077545431,-0.15975789725780487,-0.47697222232818604,-0.8642770648002625,0.7686180472373962,-0.27796339988708496,1.6563085317611694,0.03120262920856476,0.3804756700992584,0.6994974613189697 +278,-0.3222617008192057,0.6056642658948297,2.4325841508668233,-0.26037710905075073,-0.569308340549469,-0.7798024415969849,0.8593041896820068,-1.5623284578323364,-0.3460066616535187,-1.0544421672821045,0.0793944001197815,0.8198109865188599 +279,-0.38224537330962377,0.40196609184327675,2.2562658764999166,-0.3432738482952118,-0.39122846722602844,-0.853875458240509,0.5793247818946838,-1.069945216178894,-1.9459280967712402,-0.49107664823532104,0.7345207929611206,-2.1751315593719482 +280,-0.4364828657983536,0.5553107547868993,2.0770803113201914,-0.3592301607131958,-0.5272073745727539,-0.770068883895874,0.970719039440155,-0.37814363837242126,-2.327805995941162,0.8193131685256958,0.5212259292602539,0.6079747676849365 +281,-0.34715302095107814,0.6963441864596552,2.044352497646643,-0.26101571321487427,-0.6414172649383545,-0.721425473690033,-0.777319610118866,0.7380810976028442,0.5011206269264221,0.6977832913398743,0.418959379196167,1.5032858848571777 +282,-0.21147937431761807,0.29249853209467375,2.1226419156769847,-0.20099106431007385,-0.2883455455303192,-0.936194121837616,-3.6194612979888916,1.6967275142669678,2.698617696762085,0.28225937485694885,0.1627351939678192,-2.7366573810577393 +283,-0.10541063018176025,0.4021794686695792,2.218455284027148,-0.0968203917145729,-0.39142483472824097,-0.9151024222373962,2.151066780090332,0.40159523487091064,0.41799962520599365,-0.1547664999961853,-0.20911529660224915,0.17421191930770874 +284,-0.1418756930374103,0.48320652311816564,2.336359430546307,-0.12521125376224518,-0.464620977640152,-0.8766125440597534,0.42077258229255676,-0.963611900806427,0.9513811469078064,0.021024227142333984,0.3990997076034546,0.8658550977706909 +285,-0.22127224050894323,0.5214240149912533,2.3859726242476804,-0.1903056800365448,-0.4981154203414917,-0.8459697365760803,-0.5819238424301147,-0.5119132995605469,-0.8172858953475952,-0.8331623077392578,0.1209791898727417,0.7230754494667053 +286,-0.11743523199659717,0.33831266829390494,2.214475433408758,-0.11052408814430237,-0.3318958878517151,-0.9368188381195068,0.8647292852401733,-1.6994273662567139,-2.0039169788360596,-0.47039327025413513,0.4230061173439026,-2.495371103286743 +287,-0.2006122589377358,0.49886569566583916,1.9758961844931526,-0.17498356103897095,-0.47842979431152344,-0.860514760017395,1.7297885417938232,-0.707660973072052,-2.3932743072509766,0.577510416507721,0.48828697204589844,0.59730064868927 +288,-0.15413689172209535,0.6482935182098021,1.8997863860809754,-0.12237895280122757,-0.6038269996643066,-0.787665069103241,-0.7795299291610718,-0.21342986822128296,0.5437635779380798,0.796207070350647,0.46231698989868164,1.3413455486297607 +289,-0.01382701277532859,0.3115659235534138,2.0110374536279965,-0.013160888105630875,-0.3065495491027832,-0.9517637491226196,-4.392369747161865,3.6283130645751953,2.9310801029205322,1.1822588443756104,-0.1818079948425293,-1.8801454305648804 +290,-0.04245725803542194,0.3690685845408838,2.234570914440075,-0.03958645090460777,-0.3607468903064728,-0.9318232536315918,2.271178722381592,0.16968287527561188,1.8354437351226807,-0.21117648482322693,-0.14352557063102722,0.0749659538269043 +291,-0.13639591140671217,0.4685721229303952,2.4100545244537526,-0.12131737172603607,-0.45161277055740356,-0.883927583694458,0.7134066224098206,-1.0298335552215576,0.8058943152427673,-0.3017325699329376,0.49395591020584106,0.834550142288208 +292,-0.1866735935187682,0.5674696034404498,2.4028472965755716,-0.15650242567062378,-0.5374999642372131,-0.8286137580871582,0.69474196434021,-0.7111954689025879,-1.2795169353485107,-0.6592171788215637,0.19808346033096313,0.8005528450012207 +293,0.006022423625595022,0.4039206573872664,2.195489705510238,0.005537748336791992,-0.3930265009403229,-0.9195104837417603,0.38446152210235596,0.7740502953529358,-1.4775766134262085,-0.09271121025085449,0.4389401972293854,-2.7419276237487793 +294,-0.08559238868255716,0.46680096326221115,1.9540643291222775,-0.07634177803993225,-0.4500318169593811,-0.8897433876991272,0.9705201387405396,-1.0875723361968994,-2.010115623474121,0.47021687030792236,0.2878614068031311,0.4228397011756897 +295,-0.0774097487881371,0.5398383234939692,1.83974742059704,-0.06633514910936356,-0.5139973163604736,-0.8552230000495911,-0.3589369058609009,-0.33132320642471313,0.24520562589168549,0.7656912207603455,0.30502820014953613,0.9492019414901733 +296,-0.06342003275938889,0.5130917624802157,1.9439746199830454,-0.0552164688706398,-0.49087321758270264,-0.8694795370101929,-1.2476325035095215,3.372640609741211,1.6281787157058716,0.3607584834098816,-0.49389851093292236,-0.011349320411682129 +297,0.05190295971881594,0.3994786584489463,2.157760490634429,0.04779485613107681,-0.3889380991458893,-0.9200232625007629,1.1508078575134277,0.4111890494823456,1.303928017616272,-0.1324658840894699,-0.19284901022911072,-0.5107018351554871 +298,0.10562612429071137,0.4619530016020935,2.2828921133559112,0.09437906742095947,-0.44569724798202515,-0.8901946544647217,0.15956951677799225,0.7692652940750122,1.3312640190124512,-0.16847574710845947,0.12166163325309753,0.6705291867256165 +299,-0.021435029205593724,0.4621542096701667,2.4215476425613587,-0.0191848985850811,-0.4458773732185364,-0.8948884606361389,0.7994391322135925,-1.4752678871154785,0.03555552661418915,-0.6883804202079773,0.5138247013092041,0.6879792809486389 +300,0.00020098141539464105,0.3784694729978806,2.323640171722092,0.0001867582177510485,-0.36949869990348816,-0.9292312264442444,-0.1757194548845291,1.547607183456421,-0.8417779207229614,-0.4079931378364563,0.39311927556991577,-3.2382493019104004 +301,-0.009517972496008784,0.516541290027529,2.0829247398362982,-0.008276062086224556,-0.4938756227493286,-0.8694931864738464,0.8146073222160339,-2.278045415878296,-1.9784525632858276,0.2017117291688919,0.4204351007938385,0.11395424604415894 +302,-0.009691874748132998,0.6388313487927104,1.8415530825115833,-0.007780448533594608,-0.5962576866149902,-0.8027554154396057,1.1979745626449585,0.1458115428686142,-0.8261058330535889,0.7609238028526306,0.646306574344635,0.9549160599708557 +303,-0.06886622425671456,0.6055628467208442,1.8765571441550253,-0.05657581612467766,-0.5692249536514282,-0.8202329874038696,-2.486464738845825,1.9603372812271118,0.45736929774284363,0.20110705494880676,-0.20145076513290405,1.0509306192398071 +304,0.19581072819140038,0.30192684310115275,2.0652817718944694,0.18576088547706604,-0.29736045002937317,-0.936519980430603,1.809677243232727,-0.30227363109588623,0.07042819261550903,0.26501426100730896,-0.03470131754875183,-1.946841835975647 +305,0.058835134447505016,0.4546629400403394,2.1504473438911083,0.05282752960920334,-0.4391595125198364,-0.8968545794487,0.9750098586082458,-0.4625489115715027,1.3693101406097412,-0.16131752729415894,-0.11565002799034119,0.7781565189361572 +306,-0.06452262659267052,0.516861633334822,2.3176311744989575,-0.056055400520563126,-0.494154155254364,-0.8675652742385864,-0.26199105381965637,-1.4440714120864868,1.4368184804916382,-0.2577568590641022,0.3477155566215515,1.0091668367385864 +307,-0.1553843015468264,0.3557795131355603,2.3693225446066646,-0.1450679898262024,-0.34832116961479187,-0.9260818958282471,-5.046631813049316,2.617037534713745,0.44565898180007935,-0.7663699984550476,-0.44551733136177063,0.49691319465637207 +308,-0.061678555417577774,0.12263204134963754,2.3515372745428964,-0.06117654964327812,-0.12232490628957748,-0.9906028509140015,0.4005957543849945,-1.8207151889801025,-2.8674042224884033,-0.4918324947357178,0.4497022032737732,-0.912183403968811 +309,-0.13249096706928373,0.3120981141492787,2.0639032257874463,-0.12572194635868073,-0.3070560693740845,-0.9433507323265076,2.918488025665283,0.22561050951480865,-1.9477105140686035,0.782444953918457,0.397098183631897,0.6731175780296326 +310,-0.10302326117254099,0.575685136800746,2.0452156355693343,-0.08626513183116913,-0.5444096326828003,-0.8343718647956848,0.5122590661048889,-0.28288328647613525,0.4095779359340668,0.5342174768447876,0.3607550263404846,1.091238260269165 +311,0.078706391207189,0.2201499502342215,2.241092997878931,0.07672751694917679,-0.21837595105171204,-0.9728437066078186,-4.6612348556518555,2.4863972663879395,3.818074941635132,0.9074643850326538,0.7456586360931396,-1.9538378715515137 +312,0.04603458818986332,0.23795174104001326,2.3972190740463053,0.04472166299819946,-0.23571257293224335,-0.9707932472229004,1.600790023803711,-0.35077521204948425,1.1596070528030396,-0.18688780069351196,-0.30135101079940796,0.03489542007446289 +313,-0.06797173805805388,0.4081242651258659,2.562887031939827,-0.062340978533029556,-0.3968883454799652,-0.915747344493866,2.3341214656829834,-1.7400996685028076,1.7019764184951782,-0.15091586112976074,0.4145885705947876,0.7486484050750732 +314,-0.23643658282074143,0.5446188535866474,2.562816288240663,-0.20035116374492645,-0.5180920958518982,-0.8315287232398987,-0.6083810329437256,-0.3175337612628937,-2.1351377964019775,-0.9498869180679321,-0.2818041443824768,0.9492502808570862 +315,-0.014807736121746694,0.3374839286954995,2.4412018825411606,-0.013971932232379913,-0.3311139941215515,-0.943487286567688,-0.25784769654273987,-1.7027109861373901,-2.025895833969116,-0.3705800771713257,0.4114668071269989,-1.917611837387085 +316,-0.11100883004631687,0.4160094612208222,2.190894172566563,-0.10133234411478043,-0.4041135013103485,-0.9090786576271057,1.2210127115249634,-0.7743765711784363,-1.7870635986328125,0.5733630061149597,0.5129544138908386,0.602270245552063 +317,-0.13488702160867078,0.5390286539822687,2.1133131553121487,-0.11541036516427994,-0.5133026242256165,-0.8504121899604797,0.6410347819328308,-0.0421699658036232,-0.058077532798051834,0.793053150177002,0.32232362031936646,0.9502962231636047 +318,0.07462106093597867,0.3600128642547112,2.261588229751013,0.06977248191833496,-0.35228627920150757,-0.9332878589630127,-4.705158710479736,3.4702041149139404,2.980912446975708,0.933401346206665,-0.18387705087661743,-1.1075141429901123 +319,0.09484780242967386,0.3277845770030704,2.4909249805477947,0.08966332674026489,-0.3219463527202606,-0.9425025582313538,0.6669439673423767,-0.3845485746860504,1.763900876045227,-0.2423427700996399,-0.18731573224067688,-0.06424182653427124 +320,-0.019182837937663035,0.34606112115873705,2.68115760475863,-0.018044495955109596,-0.3391950726509094,-0.940542995929718,0.5714110136032104,-1.3110129833221436,1.8102970123291016,-0.26053521037101746,0.2904127240180969,0.569205105304718 +321,-0.25468802162728055,0.4008120136928794,2.7460963819908684,-0.23197558522224426,-0.39016613364219666,-0.8910430669784546,-0.9570935964584351,-1.2015451192855835,-1.2454214096069336,-1.0720863342285156,-0.32374686002731323,0.8860839605331421 +322,-0.1702352488109162,0.27720768090749653,2.5604772546438688,-0.16294653713703156,-0.2736710011959076,-0.9479201436042786,1.564576506614685,-1.1610867977142334,-3.0059316158294678,-0.41687217354774475,0.6113327741622925,-1.4049088954925537 +323,-0.2644504464259409,0.45033992398676853,2.2761705687838996,-0.23531916737556458,-0.43527159094810486,-0.8690014481544495,1.0473383665084839,-1.1210341453552246,-2.2079052925109863,0.6065807938575745,0.42249998450279236,0.6380292177200317 +324,-0.27299413649389426,0.529769086951756,2.1451277221432,-0.23265796899795532,-0.5053340792655945,-0.830967903137207,0.3145487904548645,-0.48926371335983276,-0.7002795934677124,0.8742747902870178,0.40604519844055176,0.814793586730957 +325,-0.03749154897671539,0.49642165120556436,2.165730260075113,-0.03295831382274628,-0.47628217935562134,-0.8786745667457581,-3.150496482849121,5.032458305358887,2.6150624752044678,1.0377342700958252,-0.6671809554100037,-0.9806240797042847 +326,-0.050401349042005925,0.37997415454302674,2.3986646226089157,-0.04678662121295929,-0.37089645862579346,-0.9274949431419373,1.2092517614364624,0.24932248890399933,1.3495744466781616,-0.08581225574016571,-0.21023452281951904,-0.36022478342056274 +327,-0.09021260257308134,0.4882219310872269,2.528215151331857,-0.0795648843050003,-0.46905630826950073,-0.8795769214630127,0.9190223217010498,-0.2323426902294159,1.128296136856079,-0.1149999275803566,0.30267447233200073,0.71522456407547 +328,-0.32431500833405486,0.5878364104388009,2.669116486229258,-0.2651701867580414,-0.5545619130134583,-0.7887622714042664,0.4791262149810791,-3.0592193603515625,0.22677604854106903,-0.6043366193771362,0.24154311418533325,1.1395161151885986 +329,-0.2592631868887599,0.22157826440053435,2.575252563459516,-0.250100702047348,-0.21976958215236664,-0.942948043346405,0.2026304304599762,0.007966075092554092,-0.738305389881134,-0.8443206548690796,1.2917758226394653,-3.17057728767395 +330,-0.33118230406956606,0.30326391713950684,2.280721815915992,-0.31032317876815796,-0.2986367642879486,-0.9025051593780518,0.30120593309402466,-1.5100773572921753,-3.385843276977539,0.42059844732284546,0.4964059293270111,0.13233304023742676 +331,-0.28123982239709494,0.518488315488485,2.0019574101566118,-0.2410687804222107,-0.4955677092075348,-0.8344449996948242,1.7054024934768677,0.13988061249256134,-2.2498574256896973,1.0209150314331055,0.3453907072544098,0.8171567916870117 +332,-0.15671955886701752,0.571938884195021,1.9128967725645283,-0.13123935461044312,-0.5412634015083313,-0.830548107624054,-3.1359758377075195,4.09420108795166,1.7228143215179443,0.3634018301963806,-1.1889307498931885,0.7590607404708862 +333,0.06068446370468265,0.20689278834252287,2.514070730156164,0.05935385823249817,-0.20541994273662567,-0.976872444152832,-3.1173698902130127,-1.4787497520446777,5.731208801269531,0.45062538981437683,0.6246399283409119,-0.800959587097168 +334,0.02445348384990743,0.18746389654728834,2.81706749886413,0.0240226648747921,-0.18636782467365265,-0.9821863174438477,1.525319218635559,1.8078346252441406,1.3931440114974976,-0.3317771852016449,0.24027712643146515,0.36310672760009766 +335,0.04055914892434795,0.306300021387962,2.912916472371997,0.03866075351834297,-0.30153295397758484,-0.9526716470718384,1.2197949886322021,0.08216363936662674,0.4565761685371399,-0.5525310039520264,0.39563390612602234,0.4264723062515259 +336,0.09381577059336306,0.2443555474848955,2.89749000000351,0.09089535474777222,-0.24193106591701508,-0.9660266041755676,-3.7127254009246826,0.5585896968841553,-0.9130460023880005,-0.4994494318962097,0.27943718433380127,-0.8534466624259949 +337,-0.0100324745538082,0.07091777354722736,2.741372402235621,-0.010007089003920555,-0.07085834443569183,-0.9974361658096313,1.3939346075057983,-1.3711332082748413,-2.6641247272491455,-0.1125209853053093,0.7055476903915405,-0.6586917042732239 +338,-0.12194445043854146,0.2596171883636321,2.2517694516424895,-0.11756600439548492,-0.25671058893203735,-0.9593111872673035,1.3992663621902466,-2.0374441146850586,-5.784820079803467,0.9586304426193237,0.7219205498695374,0.6936861872673035 +339,-0.09692237181312185,0.4007650052833448,1.866627690550855,-0.0891028568148613,-0.39012283086776733,-0.9164413809776306,0.3558449447154999,-0.8348398804664612,-1.5371885299682617,0.9179908037185669,-0.029417574405670166,0.6859574317932129 +340,-0.024576203430828537,0.12576722220353073,1.96680256955968,-0.024379638954997063,-0.125435933470726,-0.9918021559715271,-6.877938270568848,1.591183066368103,2.804965019226074,0.7367972135543823,-0.2045353800058365,0.0244559645652771 +341,-0.11141373522160579,-0.41381502672234266,2.3065109750955872,-0.10179877281188965,0.40210527181625366,-0.9099166989326477,0.7245174646377563,-0.8233273029327393,2.20617413520813,-0.009193658828735352,0.18612104654312134,-0.8439895510673523 +342,-0.018124501429865814,-0.11094599261901263,2.5750969120355585,-0.01801208220422268,0.11071852594614029,-0.9936885833740234,3.5834219455718994,0.29361414909362793,2.8531694412231445,0.00963500700891018,-0.03747633844614029,0.49396324157714844 +343,0.06345909365934223,0.08843012998145178,2.9135543909163926,0.0631687194108963,-0.08831492066383362,-0.9940876364707947,0.011006948538124561,1.8890098333358765,2.6198246479034424,-0.7374851107597351,0.3009766638278961,0.3251881003379822 +344,0.07615535767711608,0.028973986436398938,2.9031133887307545,0.07604983448982239,-0.028969932347536087,-0.9966830611228943,-0.9133591055870056,-0.1480647474527359,-1.4937465190887451,-0.5186614990234375,0.404061496257782,-0.6225338578224182 +345,0.04007040373128094,0.056403969257791044,2.66635681850778,0.03999597579240799,-0.056374065577983856,-0.9976083040237427,1.9556574821472168,-1.4313371181488037,-3.6767687797546387,-0.1276424527168274,0.726036548614502,-0.9864615201950073 +346,-0.14147948480965425,0.39588688425911683,2.250816592429417,-0.13010169565677643,-0.3856266140937805,-0.9134361743927002,3.98246693611145,-2.6656293869018555,-4.970060348510742,0.4779868423938751,0.9671849012374878,0.3352653980255127 +347,-0.19989107864592082,0.78209125384231,1.8513620466745382,-0.14086849987506866,-0.7047646045684814,-0.6953150629997253,1.7118463516235352,-2.636600971221924,-2.868112564086914,0.5585473775863647,0.645789384841919,0.8510462641716003 +348,-0.17389870491823814,0.794918884388553,1.61449698632845,-0.12117577344179153,-0.7138068079948425,-0.6897798180580139,-2.6654248237609863,0.17363221943378448,-0.2423207312822342,0.48103904724121094,-0.01635676622390747,0.807562530040741 +349,-0.18136660310743163,0.37979899470183687,1.7233382066459395,-0.16752032935619354,-0.3707337975502014,-0.9135060906410217,-4.113993167877197,0.9460249543190002,3.5976572036743164,0.78263258934021,-0.3947233557701111,-0.45478004217147827 +350,-0.11952807749342152,0.1603881836621858,2.094801223459669,-0.11771321296691895,-0.1597014218568802,-0.9801219701766968,-0.2993760108947754,0.9519671201705933,4.290900230407715,0.33780598640441895,0.258975088596344,-1.0882374048233032 +351,-0.14990900277689428,0.27288407075130716,2.4203929405445535,-0.14382192492485046,-0.2695099115371704,-0.9521973133087158,2.8635034561157227,0.45453622937202454,1.988792061805725,0.020546168088912964,0.3817688226699829,0.3784363269805908 +352,-0.17928521971821476,0.48490738670159383,2.6892780629373663,-0.15776850283145905,-0.466126412153244,-0.8705373406410217,1.6036944389343262,0.5327816605567932,2.4663360118865967,-0.17078372836112976,0.3754434287548065,0.7428823113441467 +353,-0.14601793975410646,0.3719057562104598,2.8678564754227795,-0.13555274903774261,-0.36339154839515686,-0.9217222929000854,-3.469508647918701,1.8620306253433228,0.6294634938240051,-0.5029512643814087,0.33810776472091675,0.30038440227508545 +354,-0.0007273757142659661,0.05095408773130273,2.8034199852873676,-0.0007264316082000732,-0.05093204230070114,-0.9987018704414368,-1.6150484085083008,0.9235548973083496,-1.9355504512786865,-0.5419371128082275,0.38668644428253174,-1.0881664752960205 +355,0.018679814405454676,0.0767863757296628,2.527752279094031,0.01862368918955326,-0.07671093940734863,-0.9968793988227844,1.3387317657470703,-0.6260442137718201,-3.022040605545044,0.003028532490134239,0.40097546577453613,-0.9252091646194458 +356,-0.053067184356532404,0.28999897900252397,2.1815304850875807,-0.05082745477557182,-0.28595125675201416,-0.9568952322006226,2.4823718070983887,-2.0146946907043457,-3.899367332458496,0.2856602072715759,0.49298250675201416,0.13214242458343506 +357,-0.15190599306784933,0.5170377020703301,1.8505282382248298,-0.13154268264770508,-0.4943072199821472,-0.8592769503593445,1.2985154390335083,-1.9016321897506714,-2.3322880268096924,0.3950161933898926,0.3788592219352722,0.7261592745780945 +358,-0.14084631703519493,0.5852619322372205,1.6375511014011028,-0.11701711267232895,-0.5524177551269531,-0.8253130316734314,-0.5960181951522827,0.16079463064670563,-1.0266278982162476,0.45734912157058716,0.034168243408203125,0.5896410346031189 +359,-0.12842477260845556,0.4166340831168532,1.6681791316227295,-0.1171162873506546,-0.40468478202819824,-0.9069255590438843,-2.742896795272827,0.9366991519927979,1.444667100906372,0.2223408818244934,-0.17868924140930176,0.21933400630950928 +360,-0.009218313639543684,0.06474730682192727,1.8812252468074573,-0.009198867715895176,-0.06470207870006561,-0.9978622198104858,-1.5204685926437378,0.43768489360809326,2.9497931003570557,0.5536629557609558,-0.006785348057746887,-1.6942306756973267 +361,-0.029278220222834092,0.1787174695996051,2.0840747731413445,-0.028807776048779488,-0.17776761949062347,-0.9836507439613342,2.855572462081909,-0.6883396506309509,0.9285692572593689,0.04878152906894684,0.26948821544647217,-0.08328956365585327 +362,-0.12476723610998053,0.4484127483562752,2.2173416633212826,-0.11214081943035126,-0.43353575468063354,-0.8941315412521362,2.3037619590759277,-0.22217169404029846,1.2261892557144165,0.003681361675262451,0.30214232206344604,0.7867096662521362 +363,-0.21769570391883825,0.5136198721586213,2.38400797112156,-0.18811270594596863,-0.4913332760334015,-0.8504147529602051,-0.9092922210693359,0.32233309745788574,1.4096516370773315,-0.22829963266849518,0.1313936710357666,0.9299740791320801 +364,-0.10285137941695738,0.1183434587566115,2.4641833629146594,-0.10195202380418777,-0.1180674135684967,-0.9877579808235168,-5.507568836212158,2.294732093811035,1.4876413345336914,-0.11751513183116913,0.2509104311466217,0.02279222011566162 +365,0.15422695141083498,-0.12473744331707466,2.420967393679337,0.1524227261543274,0.12441422045230865,-0.9804531931877136,-0.4572210907936096,1.076054573059082,-1.566281795501709,0.021573230624198914,0.32892438769340515,-1.545440912246704 +366,0.11675345535059961,-0.054536033095805805,2.2572317215224733,0.11631520092487335,0.0545090027153492,-0.9917154312133789,2.4929370880126953,-0.38930633664131165,-1.8663060665130615,-0.014829002320766449,0.3186904489994049,-0.5815114378929138 +367,0.012583901127727563,0.18484170592381508,2.019007278621006,0.012369212694466114,-0.18379093706607819,-0.9828875064849854,2.74629282951355,-1.4238102436065674,-2.387913942337036,0.18887895345687866,0.3282306492328644,0.3700335621833801 +368,-0.029381569477671548,0.4778099971767064,1.8099391651288972,-0.02608720026910305,-0.45983555912971497,-0.8876208066940308,2.6099929809570312,-0.827483594417572,-1.6606248617172241,0.2136634886264801,0.39056065678596497,0.678834855556488 +369,-0.01344059540154762,0.6338641815519062,1.6845613955023087,-0.010829365812242031,-0.5922627449035645,-0.8056721687316895,-0.10283548384904861,-0.21078427135944366,-0.454010009765625,0.1075701117515564,0.08300065994262695,0.6884846687316895 +370,-0.005999113365338262,0.4293449372253809,1.730085956132099,-0.005454592872411013,-0.416275292634964,-0.9092223048210144,-3.008434534072876,1.341607689857483,1.3793165683746338,0.3597941994667053,-0.3295590579509735,-0.2153809666633606 +371,0.055567430041005304,0.1938151463502712,1.9593156624884047,0.054498959332704544,-0.19260400533676147,-0.9797620177268982,-0.3771517276763916,0.7354064583778381,2.2817089557647705,0.41162651777267456,-0.032569944858551025,-1.3355913162231445 +372,-0.042876989654270885,0.3120607348344937,2.108380582761898,-0.04079365357756615,-0.30702048540115356,-0.9508281946182251,1.993780493736267,-1.2787519693374634,0.8196130990982056,0.10437703132629395,0.23562464118003845,0.3273236155509949 +373,-0.14206869305319939,0.47913337913616766,2.2425336620899734,-0.12564735114574432,-0.46101030707359314,-0.8784544467926025,1.229950189590454,-0.022900735959410667,1.2234119176864624,-0.03872030973434448,0.20855364203453064,0.7883055210113525 +374,-0.1824825167550538,0.4593820153287364,2.3953691748255883,-0.16265767812728882,-0.443394273519516,-0.8814442753791809,-1.3639802932739258,0.7962180376052856,0.9647315144538879,-0.3205118775367737,0.143650621175766,0.5114796757698059 +375,-0.08098730663117895,0.27947932612095205,2.418968148993495,-0.07775986194610596,-0.2758552134037018,-0.9580487012863159,-1.104677677154541,0.6469494104385376,-0.5230614542961121,-0.29702651500701904,0.04764476418495178,-0.6941424608230591 +376,0.004115331637561891,0.2662886595096129,2.320007417130633,0.003970272373408079,-0.26315271854400635,-0.9647459983825684,0.6209208965301514,0.855105459690094,-1.0768709182739258,-0.08902276307344437,0.031463295221328735,-0.9006409049034119 +377,-0.018189117809582708,0.43455455881320454,2.143127996513403,-0.016497669741511345,-0.4210064113140106,-0.9069076180458069,2.1451938152313232,-2.1200687885284424,-2.0885825157165527,0.154574453830719,0.3267681300640106,0.014985620975494385 +378,-0.07978078406861173,0.6475705094572697,1.9567504041460215,-0.0635618269443512,-0.6032505631446838,-0.7950148582458496,1.5137231349945068,-0.8325604200363159,-1.4446879625320435,0.1512388288974762,0.4042607545852661,0.6926284432411194 +379,-0.043394426262269394,0.6793143012901428,1.8000810663832663,-0.03375042974948883,-0.6282597184181213,-0.7772712707519531,-1.363861322402954,-0.14939554035663605,-1.0362548828125,0.08930766582489014,0.05867958068847656,0.6807289123535156 +380,-0.03231576042046945,0.4578293258567531,1.802275383895407,-0.028982646763324738,-0.4420020282268524,-0.8965457081794739,-2.0199902057647705,0.022729910910129547,0.47345155477523804,0.16783761978149414,-0.41430598497390747,-0.3665921092033386 +381,0.0070431555932382916,0.29329239322114675,1.9297227890011355,0.006742337718605995,-0.2891055941581726,-0.9572734832763672,-0.47605353593826294,0.07730045169591904,2.1168391704559326,0.41723838448524475,0.2621585726737976,-1.1026630401611328 +382,0.004847541586492525,0.4264090718280262,2.0749524334242224,0.004413459915667772,-0.41360408067703247,-0.9104461669921875,2.7683656215667725,2.0445938110351562,0.8474171161651611,0.2074853479862213,0.43154841661453247,0.0111236572265625 +383,-0.04846261230121448,0.5810737998216644,2.186436340539793,-0.040492769330739975,-0.5489218235015869,-0.8348923325538635,0.08945637941360474,-1.205783486366272,0.42947545647621155,-0.13460184633731842,0.2821218967437744,0.563636839389801 +384,-0.1927418493847478,0.5731725738011161,2.1773737173314336,-0.16093796491622925,-0.5423003435134888,-0.8246267437934875,0.04220376908779144,-0.46557244658470154,-0.2741745412349701,0.008914634585380554,0.24479973316192627,0.4462240934371948 +385,-0.19746639154792098,0.5810720108640451,2.0847769585377405,-0.16398656368255615,-0.5489203333854675,-0.8196309208869934,0.24089093506336212,0.20757287740707397,-0.7584245204925537,0.008835211396217346,-0.2267296314239502,0.08224999904632568 +386,-0.0717409395545558,0.6002011266510434,2.0321443525030265,-0.059151433408260345,-0.5648084878921509,-0.8230993151664734,0.3930460810661316,0.5280175805091858,-0.1918356716632843,-0.03191302716732025,-0.5111650824546814,-0.6177423000335693 +387,-0.04924079493629704,0.6412215774575237,2.074722008576125,-0.039443936198949814,-0.5981748104095459,-0.8003943562507629,1.2322397232055664,0.21581503748893738,0.0025968998670578003,-0.1456299126148224,0.3278501033782959,-0.5416008830070496 +388,0.03887399859641654,0.768441843593329,2.015691688368932,0.02794315293431282,-0.6950157880783081,-0.7184513211250305,1.7553486824035645,-0.03151862695813179,-0.6442515254020691,0.004207108169794083,0.38642197847366333,0.16966897249221802 +389,0.08241692644296178,0.8761080038863093,1.9469784151444576,0.05269915983080864,-0.7682532668113708,-0.6379731297492981,-0.3053762912750244,-0.6627219915390015,-0.25252053141593933,-0.013941824436187744,0.26338571310043335,0.7741883397102356 +390,0.028534971004879547,0.7220726999883922,1.9319317654164159,0.021410804241895676,-0.6609415411949158,-0.7501319050788879,-2.0617787837982178,0.4048649072647095,0.46048569679260254,0.06905856728553772,-0.1035696268081665,-0.09294664859771729 +391,-0.037628431401758,0.6725000130949167,1.9409275474808785,-0.029428526759147644,-0.6229435801506042,-0.78171306848526,0.35347089171409607,-0.8061185479164124,-0.7244378924369812,-0.12903401255607605,-0.259258508682251,-0.1267189383506775 +392,0.009090132210263875,0.6876598530420999,1.9371689700924097,0.007024153135716915,-0.6347306370735168,-0.772701621055603,-0.029988933354616165,0.10483934730291367,0.5085143446922302,0.1949411928653717,0.0010178089141845703,-0.2965885400772095 +393,-0.010075211448616072,0.7050226792370121,1.9982895650208028,-0.007673119660466909,-0.6480510830879211,-0.7615581750869751,0.5358890295028687,0.3831457495689392,0.6891566514968872,0.13648781180381775,0.15381896495819092,0.0977398157119751 +394,-0.03414156660765082,0.7243508710997133,2.0983571123621743,-0.025564664974808693,-0.6626494526863098,-0.7484932541847229,-0.04533756896853447,0.7955479025840759,0.8903760313987732,-0.015267878770828247,0.20511466264724731,0.3576546311378479 +395,-0.049963866617533235,0.6861678641725085,2.1556183239695295,-0.03863994777202606,-0.6335769891738892,-0.7727141976356506,-0.46696561574935913,0.03921479359269142,0.7351743578910828,0.0007218718528747559,-0.02215421199798584,0.16558223962783813 +396,-0.07482907804785659,0.667516144212783,2.2215496453684294,-0.05871306359767914,-0.6190371513366699,-0.7831639647483826,-0.29383283853530884,-0.10571682453155518,0.05558386445045471,0.024487603455781937,-0.1174740195274353,-0.02362924814224243 +397,-0.06519626105568421,0.6439943873887727,2.2070448114255767,-0.0521007776260376,-0.6003945469856262,-0.7980049252510071,-0.41344112157821655,-0.045004334300756454,-0.2935155928134918,-0.2334369421005249,-0.321663498878479,-0.15101540088653564 +398,-0.09971154414750577,0.7026072089282576,2.1939830326961136,-0.07596982270479202,-0.6462095975875854,-0.7593693137168884,0.5450730919837952,-1.3016563653945923,-0.19363176822662354,-0.021243929862976074,0.04038989543914795,0.021789968013763428 +399,-0.12692482902750887,0.6420992203097199,2.1427789025747206,-0.1013738289475441,-0.5988779067993164,-0.794398307800293,0.3731762766838074,-0.10788460820913315,-0.9001707434654236,0.044504314661026,0.2355813980102539,0.01575756072998047 +400,-0.10812860337963816,0.7245190772428601,2.1168675549419436,-0.08081099390983582,-0.6627753973007202,-0.7444450259208679,0.03676017001271248,0.2094418853521347,0.8149433135986328,0.2743076980113983,0.3962043523788452,0.3511803150177002 +401,-0.1256888499376067,0.7180504418973489,2.1344479229899282,-0.09440597146749496,-0.6579177379608154,-0.7471491098403931,-0.17425554990768433,0.6084791421890259,-0.23626573383808136,-0.09022536873817444,-0.00991368293762207,0.15718328952789307 +402,-0.08842851192569835,0.6957558988487383,2.1457972832763024,-0.06778659671545029,-0.6409658193588257,-0.7645703554153442,-1.0838935375213623,-0.2576795816421509,0.3682526648044586,-0.061272233724594116,-0.2776132822036743,0.0027753114700317383 +403,-0.054623640747750404,0.6252239391775618,2.18161012148008,-0.04426857829093933,-0.5852788686752319,-0.8096227645874023,-0.0074586886912584305,0.04264924302697182,0.36165571212768555,0.19610878825187683,-0.16888678073883057,-0.48038578033447266 +404,-0.11713682221884106,0.5893552952767527,2.2383111024782676,-0.09715321660041809,-0.5558251738548279,-0.8256025910377502,0.31145769357681274,-1.0039714574813843,0.7291456460952759,0.13224844634532928,0.10126590728759766,-0.31953901052474976 +405,-0.22830477852326478,0.6712904834471087,2.3111601406599993,-0.17721818387508392,-0.6219969987869263,-0.7627013921737671,0.1129099428653717,0.04199077561497688,0.18414399027824402,0.05334731936454773,0.20976555347442627,0.3682464361190796 +406,-0.2612253433453138,0.6896649576847113,2.2953358170161624,-0.1992405652999878,-0.6362787485122681,-0.7452869415283203,-0.639026403427124,-0.8213371634483337,-0.03828462213277817,0.08071029186248779,0.06421148777008057,0.2988452911376953 +407,-0.2956699386282999,0.6902673878957978,2.2850767411665722,-0.22467665374279022,-0.6367433667182922,-0.7376165986061096,0.6513216495513916,0.20591282844543457,-0.40935924649238586,-0.009698346257209778,-0.195623517036438,-0.04554075002670288 +408,-0.21773768150559017,0.6834554010473944,2.257626297660848,-0.16750188171863556,-0.631476104259491,-0.7570871710777283,0.09570009261369705,1.9838875532150269,-0.6669664978981018,-0.19378043711185455,-0.27224087715148926,0.29540205001831055 +409,0.1672478057918702,0.8661513511645277,2.0971863206042123,0.1078326478600502,-0.7618415951728821,-0.6387249231338501,1.9396796226501465,3.1076085567474365,-1.4351797103881836,-0.1571643054485321,0.5643623471260071,0.7345044016838074 +410,0.7212803231000632,0.636236247934103,1.7756799796765406,0.5311418175697327,-0.5941723585128784,-0.6040262579917908,-2.481929302215576,4.624857425689697,-4.4854912757873535,0.2529921531677246,1.2252604961395264,0.5674814581871033 +411,1.2062797921034802,0.1239495866839704,1.6330712843277824,0.9271283745765686,-0.12363244593143463,-0.35376259684562683,-2.0216660499572754,2.979445219039917,-5.143749237060547,0.6103929877281189,1.1723995208740234,-0.09444904327392578 +412,1.3789967724606749,-0.4356465803515161,1.7552580618701015,0.8899728655815125,0.42199668288230896,-0.1728208065032959,-2.5328211784362793,0.4797760546207428,-4.011419773101807,0.9484212398529053,0.40455663204193115,-0.6596376895904541 +413,1.4763360979858853,-0.6921510591801231,2.020486419664156,0.7664427757263184,0.6381946802139282,-0.07261446118354797,-3.0423882007598877,-1.947724461555481,-0.8158773183822632,0.7702240347862244,0.288898766040802,-0.5116140246391296 +414,1.685598428155137,-0.8058392136929308,2.4991919769081603,0.6879476308822632,0.7214120626449585,0.07932662963867188,-2.720226526260376,0.04808158427476883,-1.370709776878357,0.4269205331802368,-0.31191200017929077,-0.7309837341308594 +415,1.7425463845071874,-0.7853115367167778,2.6701742181838872,0.6967635154724121,0.7070454955101013,0.12085989117622375,-1.14258873462677,-3.502312183380127,1.8720130920410156,0.2648605704307556,-0.5267171859741211,-0.6075694561004639 +416,1.4310497777246751,-0.6021815825389459,2.7683609427171385,0.8160681128501892,0.5664416551589966,-0.11479093134403229,-0.5288366079330444,-2.8818373680114746,1.4257858991622925,-0.17486321926116943,-0.3267718553543091,0.09419161081314087 +417,1.2648241013573764,-0.5226231154492603,2.846788486525861,0.8262672424316406,0.49915480613708496,-0.2610113322734833,0.19362692534923553,-1.1258891820907593,0.5474722385406494,0.06699752807617188,-0.15979933738708496,0.029581308364868164 +418,1.2033029948351934,-0.47330688774150964,2.8401251081949503,0.8306369185447693,0.4558321237564087,-0.3197804391384125,0.4874885082244873,0.43409785628318787,0.34197381138801575,0.2034512758255005,0.09711593389511108,0.0796222984790802 +419,1.259635352117766,-0.4781852951642919,2.8004674099192384,0.8451966643333435,0.4601687788963318,-0.27182209491729736,0.5558575987815857,1.966366171836853,-0.853945255279541,0.17621135711669922,0.2859402000904083,-0.02712807059288025 +420,1.5029642466660853,-0.5677343826736945,2.4873970362260533,0.8411825299263,0.5377232432365417,-0.0571468360722065,3.9924910068511963,4.297935485839844,-0.8352885246276855,0.3277627229690552,-0.23280686140060425,-0.5649539828300476 +421,1.4615051768328062,-0.4628581938076533,2.0862139662128767,0.8894413709640503,0.44650739431381226,-0.09759696573019028,2.767648935317993,-0.5820737481117249,1.7879630327224731,-0.13460439443588257,-0.054356545209884644,-0.293043315410614 +422,1.297512763589254,-0.21613835808241877,1.8791053243251916,0.9404861927032471,0.21445943415164948,-0.2636149227619171,1.7688698768615723,-0.6863610744476318,2.0515565872192383,-0.21964573860168457,0.44134804606437683,0.206989586353302 +423,1.208165130111882,-0.07315477436417844,1.8325634873616425,0.9324660301208496,0.07308954000473022,-0.35378676652908325,-0.40156182646751404,-0.5769400596618652,0.48503631353378296,-0.4051527976989746,0.4817047715187073,0.45402175188064575 +424,1.1621527830875225,-0.15409947532824608,1.8953915439952185,0.9067865014076233,0.15349030494689941,-0.39265620708465576,-2.139892339706421,-0.48334231972694397,-1.5919737815856934,-0.06581366062164307,0.6717965602874756,0.47589290142059326 +425,1.2144019277789093,-0.4519800000765534,2.0562257739233547,0.8430551290512085,0.43674755096435547,-0.3138626515865326,-2.2505054473876953,-0.01265593059360981,-2.0828969478607178,0.512734055519104,0.32651233673095703,-0.15510094165802002 +426,1.2666654942722806,-0.5845342410261448,2.312821160983806,0.7956963181495667,0.5518110394477844,-0.2497437596321106,-2.148305654525757,-1.2195212841033936,0.6052610874176025,-0.10235220193862915,-0.3131025433540344,-0.2193266749382019 +427,1.2932479952865856,-0.6020561698562508,2.5066920431874906,0.7926319241523743,0.566338300704956,-0.22582225501537323,-1.3272727727890015,-0.336014986038208,-0.07465872168540955,-0.24005013704299927,-0.21671366691589355,-0.04753899574279785 +428,1.3560733983926785,-0.6830146934028988,2.629495640118313,0.7578606009483337,0.6311343312263489,-0.16527798771858215,-1.1419492959976196,0.0811028927564621,-0.6668043732643127,0.16186296939849854,-0.20091277360916138,-0.14528417587280273 +429,1.4517597918765903,-0.7670077083377228,2.7380503955084627,0.714895486831665,0.6939839124679565,-0.08550290763378143,-0.4646381139755249,0.3320852220058441,-0.4207342267036438,0.52268385887146,-0.21349996328353882,-0.5050427913665771 +430,1.4158000063698328,-0.7642991928331342,2.693829551458442,0.7132138609886169,0.6920312643051147,-0.11143935471773148,1.4887163639068604,0.7130855917930603,0.28997325897216797,0.41148096323013306,-0.20590150356292725,-0.4909776449203491 +431,1.3482561452337791,-0.6573327101691783,2.4065497320394376,0.7721034288406372,0.6110075116157532,-0.17471784353256226,3.232452392578125,1.1375643014907837,1.0085949897766113,0.21210384368896484,0.0433809757232666,-0.6014814972877502 +432,1.2641554589524848,-0.41128829378864146,2.0449057259863053,0.8738495111465454,0.39979052543640137,-0.2766849100589752,3.7835028171539307,0.8461155891418457,2.087407112121582,-0.02515566349029541,0.25446057319641113,-0.23053252696990967 +433,1.2657977332826167,-0.07000299022427701,1.8134974691193697,0.9515112042427063,0.06994582712650299,-0.2995563745498657,2.613408088684082,0.3682934045791626,2.671405792236328,-0.2252233624458313,0.7101597785949707,-0.0036967992782592773 +434,1.2441296126312633,0.1882166707130898,1.7030329817229852,0.9303907155990601,-0.18710735440254211,-0.31522077322006226,0.7853154540061951,-0.7383214235305786,1.288078784942627,-0.48101937770843506,0.8636057376861572,0.38771528005599976 +435,1.1383444774766067,0.13738443067771705,1.7627248319739406,0.8993859887123108,-0.13695266842842102,-0.4151493012905121,-2.1610004901885986,-1.0068689584732056,-1.6443475484848022,-0.3902764320373535,0.8175098896026611,0.5438113808631897 +436,1.1269084127743296,-0.296876118974869,1.980062435086803,0.8635831475257874,0.29253441095352173,-0.410667359828949,-3.4419643878936768,0.13682426512241364,-4.264897346496582,0.6613343954086304,1.1599955558776855,-0.5755845308303833 +437,1.1768979133297675,-0.700933594758545,2.112712089648966,0.7057148218154907,0.644931435585022,-0.2933087646961212,-1.065535545349121,-0.6470375061035156,-1.3762017488479614,0.4145854711532593,-0.6410099267959595,-0.8429064750671387 +438,1.130089187365032,-0.7728359557704094,2.2197847294366504,0.647526204586029,0.6981683969497681,-0.3054022789001465,-1.5687243938446045,-0.6312269568443298,0.43111467361450195,0.06150388717651367,-0.38942211866378784,0.008481532335281372 +439,1.2283303047990386,-0.8472253519227276,2.4184568854544928,0.6236187219619751,0.7494462728500366,-0.22232873737812042,-0.8759758472442627,0.0026554465293884277,-0.8878604173660278,0.20560497045516968,-0.4356340169906616,-0.38419288396835327 +440,1.27208039650787,-0.8855644801426165,2.423630365251786,0.6048268675804138,0.7742723226547241,-0.18624426424503326,-0.17751500010490417,0.34696164727211,0.49115902185440063,0.5432901978492737,-0.3980973958969116,-0.38676905632019043 +441,1.2942978712952455,-0.8110612809304237,2.406436221745698,0.6625693440437317,0.7250185012817383,-0.18801534175872803,1.406335711479187,1.305357813835144,0.1264987736940384,0.34928661584854126,0.012728571891784668,-0.5264164209365845 +442,1.2344489224406872,-0.6880049403590229,2.1029729290878376,0.7292278409004211,0.6349972486495972,-0.254961758852005,3.009472370147705,1.0938286781311035,1.3282711505889893,0.4107106328010559,0.10455054044723511,-0.5493290424346924 +443,1.1850372635308946,-0.36868935214892573,1.8550330200711518,0.864251971244812,0.3603931665420532,-0.35097789764404297,3.2464404106140137,1.0346318483352661,2.8397586345672607,-0.06072402000427246,0.26572075486183167,-0.15916922688484192 +444,1.2339741581708918,0.017942307340096556,1.6821444882742542,0.9436578750610352,-0.017941344529390335,-0.3304363489151001,2.5400712490081787,0.3525063395500183,2.7813689708709717,-0.3088616132736206,0.7986725568771362,-0.05324593186378479 +445,1.2471999504308946,0.2627261610843306,1.6027765520783328,0.9155644178390503,-0.25971412658691406,-0.30706703662872314,0.7190485000610352,-0.07502390444278717,0.986777126789093,-0.5252447128295898,0.8834324479103088,0.28170695900917053 +446,1.1873449292105716,0.21977944952433826,1.63506374857056,0.9050712585449219,-0.21801438927650452,-0.36512407660484314,-1.857911467552185,-0.7410157918930054,-1.7426589727401733,-0.29827505350112915,1.0198332071304321,0.4474910795688629 +447,1.1385387473997672,-0.15579260375885184,1.8244432789180607,0.8970251083374023,0.15516315400600433,-0.4138481616973877,-3.7337610721588135,0.041684169322252274,-3.261767864227295,0.6162500381469727,0.959872841835022,-0.1592414379119873 +448,1.2275445910546812,-0.5384775493474039,2.111360244197534,0.8084107637405396,0.512829601764679,-0.28892579674720764,-2.8958959579467773,-0.5925202369689941,-0.9168118238449097,0.2802581787109375,-0.3717925548553467,-0.6517633199691772 +449,1.2838266948868549,-0.6341966063282141,2.3302530314154013,0.7726058959960938,0.5925305485725403,-0.22800800204277039,-1.4173520803451538,-0.06975740939378738,0.4134212136268616,0.12728118896484375,-0.4346325993537903,-0.2769510746002197 +450,1.4183897771672336,-0.6602858653843979,2.522701189690963,0.7806618809700012,0.6133426427841187,-0.11990781873464584,-1.114203929901123,1.08836829662323,-0.010603705421090126,0.22765415906906128,-0.6406406164169312,-0.37194395065307617 +451,1.4671109007538294,-0.6464323691956793,2.562787939361705,0.7939508557319641,0.602342426776886,-0.08261740952730179,0.4557020962238312,-0.4649486243724823,0.6071909070014954,0.5566350817680359,-0.5393999218940735,-0.5407651662826538 +452,1.353988593482648,-0.5946144790008815,2.4989938527803206,0.8089718818664551,0.560189425945282,-0.1781921684741974,1.5161811113357544,0.6536495685577393,-0.18298767507076263,0.3423953056335449,-0.21891134977340698,-0.3828887343406677 +453,1.4064347007854383,-0.4982820260023529,2.181944167599032,0.8665667176246643,0.4779171645641327,-0.1437269002199173,3.322556734085083,1.9011244773864746,2.200411319732666,0.6987409591674805,-0.08951988816261292,-0.5122942328453064 +454,1.4363520017873135,-0.1285649649386689,1.9629625062640033,0.9827973246574402,0.12821108102798462,-0.13293342292308807,2.174665689468384,0.6452674269676208,4.055430889129639,0.13388657569885254,0.4461144208908081,-0.23637501895427704 +455,1.5111630331965402,0.27881185502064243,1.8004284006554077,0.9596742987632751,-0.2752135694026947,-0.057296473532915115,2.0724616050720215,0.24259956181049347,3.341381311416626,-0.11377274990081787,0.9323638677597046,-0.1267549991607666 +456,1.5610989607610803,0.547290763283486,1.6652276858009813,0.8538972735404968,-0.5203756093978882,-0.008280813694000244,0.6939290761947632,-0.4260960519313812,1.5623948574066162,-0.3392946720123291,1.1189017295837402,0.044398367404937744 +457,1.4991821002191457,0.5175853234182476,1.6414854788510043,0.8667890429496765,-0.4947831928730011,-0.062180764973163605,-0.8302642107009888,-0.7253732681274414,-2.194892644882202,-0.32781803607940674,1.1471116542816162,0.342362642288208 +458,1.3758171300076074,0.05967215905139318,1.904196177511764,0.9793055057525635,-0.05963675305247307,-0.1934012770652771,-3.6562066078186035,-0.049814607948064804,-5.8917765617370605,0.5675846934318542,1.0587669610977173,-0.20628748834133148 +459,1.4428897006234718,-0.5004590661882493,2.175573986554862,0.8701953291893005,0.4798283576965332,-0.111914724111557,-3.719547748565674,-0.3492887318134308,-3.041234254837036,0.7608776688575745,-0.3966221809387207,-0.5925987958908081 +460,1.4760225614679827,-0.6342387255705666,2.4834824266067455,0.8019083142280579,0.5925644636154175,-0.07622823119163513,-2.231224775314331,-1.1892417669296265,-0.21639324724674225,0.2007468342781067,-0.4213302731513977,-0.19250953197479248 +461,1.6301917178184504,-0.7062493081636179,2.7727647152022206,0.7594596147537231,0.6489847898483276,0.045161519199609756,-1.8692727088928223,0.25113096833229065,-1.429680347442627,0.1464545726776123,-0.4338359832763672,-0.5375320911407471 +462,1.7255237268005061,-0.8119073879584517,2.8249626652441786,0.6798951625823975,0.7256010174751282,0.10604603588581085,1.0840733051300049,0.2016104757785797,0.28533148765563965,0.9633238315582275,-0.7658231258392334,-0.7267736196517944 +463,1.5591194823078307,-0.7074959960230083,2.6592853578699343,0.7599400281906128,0.6499328017234802,-0.008874104358255863,2.532815933227539,0.556667149066925,1.2472120523452759,0.6879971027374268,-0.3060911297798157,-0.3942020535469055 +464,1.4532311981552424,-0.46539845551200093,2.2942812121972507,0.8874742388725281,0.4487789273262024,-0.1048193871974945,3.1795551776885986,0.6382516026496887,3.299948215484619,0.6934583783149719,0.209881991147995,-0.3984002470970154 +465,1.43708550387736,-0.03475114717003922,2.042185284714138,0.990475594997406,0.034744154661893845,-0.1332322657108307,2.9017491340637207,0.451357901096344,4.350125789642334,0.17348003387451172,0.654861569404602,-0.2798842191696167 +466,1.4952664719434432,0.38196596408308037,1.8510466847994096,0.9252880811691284,-0.37274548411369324,-0.07002007961273193,1.7317817211151123,0.031473737210035324,2.9436428546905518,-0.21645629405975342,1.0476417541503906,-0.14316046237945557 +467,1.5616284272573777,0.5698340254680361,1.7111370768776233,0.8419552445411682,-0.5394923090934753,-0.007719177287071943,0.4810791015625,0.028945038095116615,0.6782885789871216,-0.48805803060531616,0.9924799203872681,0.05886662006378174 +468,1.5276484584476573,0.4974118818918607,1.730646667166209,0.8780024647712708,-0.47715264558792114,-0.03790746256709099,-0.5517082810401917,-0.5618825554847717,-2.4818413257598877,-0.356747031211853,1.1098124980926514,0.12440955638885498 +469,1.4350492765463005,0.04952796484753189,1.926359915897823,0.9895856380462646,-0.04950771853327751,-0.13516458868980408,-3.411858320236206,-0.6921864748001099,-5.780928611755371,0.7356494665145874,1.089241623878479,-0.2828347086906433 +470,1.4515978811749009,-0.5194690024420564,2.145816035414909,0.8619231581687927,0.4964192509651184,-0.10322926193475723,-2.684110641479492,-0.47256267070770264,-3.3302459716796875,1.059539794921875,-0.5674794912338257,-0.5337793827056885 +471,1.431325922750144,-0.6109519139712708,2.418247883238427,0.8111487030982971,0.5736474394798279,-0.1138705387711525,-2.727062702178955,-1.9941489696502686,0.3305051624774933,0.11776065826416016,-0.4517143964767456,0.1296939104795456 +472,1.5783748005125646,-0.6780605647680372,2.706222530806095,0.7787684798240662,0.6272838115692139,0.0059019895270466805,-1.1128793954849243,0.2624596953392029,-1.2169320583343506,0.1677800416946411,-0.6331431865692139,-0.6299407482147217 +473,1.5753124532308456,-0.6827797817227889,2.7141923051708026,0.77581387758255,0.6309520602226257,0.003503697458654642,-0.0699358657002449,-0.2047325074672699,1.0973899364471436,0.5457040071487427,-0.494035005569458,-0.319116473197937 +474,1.4988057137840014,-0.5575344753603907,2.7034927045458295,0.8463642597198486,0.5290956497192383,-0.06103575974702835,0.39467957615852356,-0.7440868020057678,0.8945131897926331,0.19257616996765137,-0.18455219268798828,-0.25929200649261475 +475,1.47568741249369,-0.5107999715137994,2.4377493047365073,0.8684110641479492,0.48887526988983154,-0.08284357190132141,4.5849103927612305,1.26544988155365,1.114457607269287,1.0399750471115112,-0.16032308340072632,-0.814678430557251 +476,1.385641953445693,-0.13158758853730476,2.131865504616463,0.9744104146957397,0.1312081664800644,-0.1825067102909088,3.0277864933013916,-0.03953726589679718,4.332029819488525,0.2748876214027405,0.4292318820953369,-0.2575262784957886 +477,1.392023721783463,0.3396524022422514,1.9343787974109952,0.9278437495231628,-0.3331593871116638,-0.16766300797462463,2.331082820892334,-0.24326536059379578,3.6190450191497803,-0.08787792921066284,1.0101613998413086,-0.011475205421447754 +478,1.4479161927173114,0.6329457716793749,1.7774136374303013,0.8002089262008667,-0.5915224552154541,-0.09882769733667374,0.9252251386642456,-0.18837955594062805,1.5249145030975342,-0.4218367338180542,1.087799310684204,0.21519118547439575 +479,1.428199232925511,0.6248455789584105,1.7720574618901852,0.8028213977813721,-0.5849720239639282,-0.11526230722665787,-0.821891188621521,-0.25888511538505554,-1.8556485176086426,-0.39499980211257935,1.1478078365325928,0.2926456928253174 +480,1.3601074145681338,0.21509288488908443,1.9802132988993422,0.9553531408309937,-0.21343816816806793,-0.2043144702911377,-4.1825337409973145,0.5477789044380188,-5.567786693572998,0.4723201394081116,1.2708264589309692,-0.1508643478155136 +481,1.4099716259210897,-0.4081641068333915,2.2368647595249693,0.9060067534446716,0.3969249129295349,-0.14697761833667755,-3.4022674560546875,-0.22981826961040497,-3.8266441822052,1.106001853942871,-0.3551310896873474,-0.6319530010223389 +482,1.378542189614645,-0.5066531928362495,2.4216132268843618,0.858264148235321,0.48525360226631165,-0.16706828773021698,-2.4710073471069336,-2.0236542224884033,0.650497555732727,0.11100471019744873,-0.39588290452957153,0.24217206239700317 +483,1.5621363566490296,-0.6082981355860602,2.7737623119342962,0.8205909729003906,0.5714716911315918,-0.007106470875442028,-1.9614379405975342,1.1788593530654907,-1.8132615089416504,0.0531730055809021,-0.4827571511268616,-0.756977379322052 +484,1.5765326557411952,-0.6709316390511474,2.7257256440220656,0.7832300662994385,0.6217159628868103,0.004492914769798517,0.3931140601634979,-0.4935603737831116,0.9684895277023315,0.5771368741989136,-0.667263388633728,-0.4208136796951294 +485,1.4735096126485256,-0.5586625134712425,2.659346251250912,0.8439552187919617,0.5300525426864624,-0.08236564695835114,1.6783738136291504,-0.1289316713809967,0.5882532596588135,0.4035882353782654,-0.10057860612869263,-0.4199841618537903 +486,1.3961194515916948,-0.4216903931966067,2.2885299446443215,0.8985141515731812,0.40930333733558655,-0.15856565535068512,3.524676561355591,0.42808207869529724,2.5429623126983643,0.9000850319862366,0.03681787848472595,-0.3994635343551636 +487,1.3491884774443037,-0.03669308118290574,2.079340555258398,0.9748886227607727,0.03668484836816788,-0.2196504771709442,2.4154293537139893,-0.15965044498443604,3.7523207664489746,0.14031517505645752,0.5031558275222778,-0.1654507964849472 +488,1.3614668956999632,0.3392895872078429,1.9242901450528835,0.9224061965942383,-0.3328172564506531,-0.19595737755298615,2.191988706588745,0.06325776875019073,2.766977071762085,-0.22504913806915283,0.8085253238677979,0.015476435422897339 +489,1.4301077882876494,0.5781359386816073,1.8001664631104577,0.8292080760002136,-0.5464637875556946,-0.11743590980768204,0.6928712129592896,-0.06049429625272751,1.1794030666351318,-0.4467313289642334,0.9457252621650696,0.14139223098754883 +490,1.4087563871805073,0.556626735766223,1.8281568781572441,0.8379198908805847,-0.5283251404762268,-0.13697746396064758,-0.8941100835800171,-0.1938333809375763,-1.8967126607894897,-0.3731677532196045,1.1029558181762695,0.11103755235671997 +491,1.3691387665246446,0.16217978825800347,1.963155026698904,0.9668795466423035,-0.16146977245807648,-0.1976652592420578,-3.698638916015625,0.42287471890449524,-4.927435874938965,0.4633725881576538,1.0500653982162476,0.020129263401031494 +492,1.4322646200281839,-0.4313513176714028,2.2340458987282776,0.8996989727020264,0.41809871792793274,-0.1254402995109558,-2.9157896041870117,0.4888206422328949,-4.286630630493164,1.2359516620635986,0.08486151695251465,-0.5852225422859192 +493,1.4498655239106535,-0.5939573645811016,2.447305880981163,0.8226801156997681,0.5596449971199036,-0.09997519850730896,-1.9108062982559204,-2.2677407264709473,0.15113487839698792,0.16566216945648193,-0.5627577900886536,-0.015457570552825928 +494,1.569592870422573,-0.6670581602346176,2.7146302955451564,0.7856445908546448,0.6186774373054504,-0.0009454894461669028,-1.692517638206482,0.7559459209442139,-1.1096084117889404,0.048202455043792725,-0.6020606160163879,-0.47250425815582275 +495,1.603890479342709,-0.6791252231226262,2.7492433535672065,0.7776966094970703,0.6281125545501709,0.02574661187827587,0.3023652732372284,-0.4463801980018616,1.3281278610229492,0.6012097597122192,-0.5675961971282959,-0.49290966987609863 +496,1.4918129751883262,-0.5256057881771118,2.7077604262495534,0.862323522567749,0.501737117767334,-0.06825118511915207,0.4440770745277405,-1.297633409500122,1.5017220973968506,0.39332228899002075,-0.06048339605331421,-0.25033706426620483 +497,1.4230310618663307,-0.42820120977648307,2.5264386955267812,0.8998005986213684,0.41523510217666626,-0.13393551111221313,3.4179928302764893,0.825015664100647,0.9354451298713684,0.6655985713005066,0.02066272497177124,-0.37261050939559937 +498,1.366208862145698,-0.16579031653111093,2.292009167282088,0.9657190442085266,0.16503186523914337,-0.20037750899791718,2.247617721557617,-0.10087215900421143,2.8278934955596924,0.04386341571807861,0.24127916991710663,-0.15879909694194794 +499,1.357032969657559,0.14490969331695222,2.102917000613213,0.9669969081878662,-0.14440307021141052,-0.2099156379699707,2.320319175720215,-0.18751895427703857,2.369133710861206,-0.260301411151886,0.5748535394668579,-0.017440304160118103 +500,1.3739795000129296,0.3649767179987402,1.9611094672907055,0.9160977005958557,-0.3569275438785553,-0.18266822397708893,0.9736940860748291,-0.11599614471197128,1.3812354803085327,-0.3916226625442505,0.7415100932121277,0.17921973764896393 +501,1.365625767113393,0.3917267102091437,1.9758576386282218,0.9048662185668945,-0.3817848861217499,-0.18830153346061707,-1.1814850568771362,0.020516429096460342,-1.0894560813903809,-0.32677173614501953,0.9686532020568848,0.17072343826293945 +502,1.3302950056162706,0.08721522577451389,2.129568049517089,0.9675273299217224,-0.08710470050573349,-0.23728425800800323,-3.456001043319702,0.11388912051916122,-4.280206203460693,0.22690021991729736,0.9903639554977417,0.02102145552635193 +503,1.3733827960959482,-0.44692367270263167,2.2845223892687123,0.8842657804489136,0.432193398475647,-0.17686967551708221,-1.926263689994812,-0.2866697311401367,-3.7648568153381348,1.0225335359573364,-0.06714212894439697,-0.3664652705192566 +504,1.3871201136910605,-0.5955767793043943,2.523210888542442,0.8139001131057739,0.560986340045929,-0.15119823813438416,-2.414902925491333,-1.808988094329834,0.47871556878089905,0.1240728497505188,-0.520306408405304,-0.05922047793865204 +505,1.4791665183057667,-0.6184179739245972,2.7933649345528244,0.811378538608551,0.5797468423843384,-0.07455523312091827,-1.7012110948562622,0.08716230094432831,-0.4840743839740753,-0.07552343606948853,-0.3986707925796509,-0.3334190249443054 +506,1.5472418410729867,-0.6685451660753836,2.890178884038552,0.7845065593719482,0.6198449730873108,-0.018482066690921783,-0.36561304330825806,-0.08561713993549347,0.19889964163303375,0.4189388155937195,-0.5394312143325806,-0.3975335359573364 +507,1.5183602417307605,-0.62378008544141,2.8904326632345425,0.8105607628822327,0.584107518196106,-0.04254163056612015,0.5546329617500305,-0.22625289857387543,0.45587387681007385,0.5052809715270996,-0.19098007678985596,-0.4004514813423157 +508,1.4434057457270137,-0.5626893265280432,2.691565839126002,0.8389697074890137,0.5334628224372864,-0.10745876282453537,2.6945605278015137,0.9725635051727295,0.8607897758483887,0.6697584390640259,-0.1055452823638916,-0.42879611253738403 +509,1.371794458804632,-0.32393920764497247,2.366551149980144,0.9292798638343811,0.31830334663391113,-0.18740889430046082,3.100522518157959,0.31267422437667847,2.985043525695801,0.32143741846084595,0.12851980328559875,-0.1353602558374405 +510,1.361331171637762,0.0634687292406417,2.19105968061908,0.9761728048324585,-0.06342612951993942,-0.2075181007385254,2.2087905406951904,0.07566525042057037,3.4930808544158936,-0.060889601707458496,0.65265953540802,-0.00842428207397461 +511,1.4203170001050123,0.3921526164945565,2.074029853025528,0.9136457443237305,-0.38217851519584656,-0.13853201270103455,1.2326147556304932,0.27713438868522644,2.4210362434387207,-0.3904065489768982,0.8656532764434814,0.09528863430023193 +512,1.420722677088022,0.5213213793837946,2.06686027366341,0.857414960861206,-0.49802643060684204,-0.12965019047260284,-0.7299632430076599,-0.042345598340034485,-0.3113802373409271,-0.6009452939033508,1.0661569833755493,0.24860771000385284 +513,1.387835440100929,0.2688816919620366,2.181507639651463,0.947977602481842,-0.26565349102020264,-0.1754044145345688,-3.1661016941070557,0.4040081799030304,-3.920862913131714,0.05167144536972046,1.0887125730514526,0.30345618724823 +514,1.4127533267093948,-0.3164739142171694,2.4799251125770354,0.938494861125946,0.3112175166606903,-0.14956992864608765,-2.7660179138183594,0.12554095685482025,-5.21352481842041,1.3628203868865967,0.6829535961151123,-0.6532865762710571 +515,1.4693949857637425,-0.6116582390146611,2.6581119209219257,0.8144916296005249,0.5742258429527283,-0.08287478238344193,-1.874693512916565,-1.5583350658416748,-0.29383236169815063,0.4931408166885376,-0.7091593146324158,-0.39164304733276367 +516,1.5463913718005946,-0.659645756509709,2.950547167295433,0.7899740934371948,0.6128369569778442,-0.01928311213850975,-1.8452197313308716,0.4491818845272064,-1.0112557411193848,-0.019328951835632324,-0.48168766498565674,-0.30731600522994995 +517,1.6317780952810979,-0.7510632036614691,2.975976797059918,0.7296051383018494,0.6824163198471069,0.04454784467816353,0.699853777885437,-0.0433165580034256,0.4159907102584839,0.5750671625137329,-0.9022954106330872,-0.5623242855072021 +518,1.5800830706111286,-0.6838413947151675,2.8645797491573566,0.7751179337501526,0.6317753195762634,0.007198528852313757,1.358160138130188,0.3533570468425751,0.7254822850227356,0.6097543239593506,-0.2476353645324707,-0.6074488162994385 +519,1.468898660644404,-0.5878895982711336,2.53889203584946,0.8277967572212219,0.5546061396598816,-0.08464371412992477,3.4940154552459717,1.3174853324890137,1.2950276136398315,0.8191758990287781,-0.04535943269729614,-0.49384748935699463 +520,1.412410279003644,-0.3000996778961144,2.217287975359279,0.9433495998382568,0.29561543464660645,-0.1506754755973816,2.7881436347961426,0.6235178112983704,3.2836077213287354,0.32357239723205566,0.25847697257995605,-0.3462269902229309 +521,1.4387246337195483,0.08293456641402341,1.9988275793593966,0.9878840446472168,-0.08283952623605728,-0.13123545050621033,2.6347222328186035,0.540556788444519,3.203338623046875,-0.1315455436706543,0.6638484001159668,-0.24640434980392456 +522,1.535897144136232,0.382778865797826,1.8071969957689038,0.9270654916763306,-0.37349966168403625,-0.03236696869134903,1.5666923522949219,0.19726456701755524,2.3818416595458984,-0.20744574069976807,0.9148051738739014,-0.23864442110061646 +523,1.5747967728627512,0.5469115514302971,1.711407690344172,0.854127824306488,-0.5200517773628235,0.003416910534724593,0.3832644522190094,-0.34062984585762024,0.6807385087013245,-0.3118152618408203,1.0343949794769287,-0.07304275035858154 +524,1.508883537931513,0.47232639019630984,1.7055350895210406,0.8888061046600342,-0.4549591839313507,-0.05509888380765915,-1.6397734880447388,-0.9442154169082642,-2.4486196041107178,-0.21874690055847168,1.1962921619415283,0.41429078578948975 +525,1.395504272478258,-0.009909322051493336,2.000092212348143,0.984627366065979,0.009909159503877163,-0.17438717186450958,-3.4520630836486816,0.009514536708593369,-6.187865257263184,0.755729079246521,1.1479277610778809,-0.2373865246772766 +526,1.4841127837193668,-0.64288886818345,2.138975986803051,0.7973622679710388,0.5995100736618042,-0.06929183006286621,-1.788551926612854,0.972605288028717,-4.497334957122803,1.1101696491241455,-0.6206129193305969,-0.3280012607574463 +527,1.5339435208886627,-0.7851509519155373,2.2609006897982518,0.7068012952804565,0.7069319486618042,-0.026059409603476524,-1.3711509704589844,-1.5154222249984741,-0.08432859927415848,0.2772684693336487,-0.755638062953949,-0.06155657768249512 +528,1.5733189508983902,-0.823802063022798,2.3201937566764785,0.6794344782829285,0.7337343692779541,0.0017139613628387451,0.6048465967178345,0.05251660197973251,0.6037551164627075,0.5775693655014038,-0.9967348575592041,-0.43388867378234863 +529,1.5013554216936722,-0.668215094900174,2.23894728749176,0.7830371856689453,0.6195859313011169,-0.05446237698197365,0.7907723188400269,-0.889298677444458,2.2535512447357178,0.6468182802200317,-0.21460241079330444,-0.4462089538574219 +530,1.3785881723560767,-0.4572931808615288,2.1130253277056568,0.8807279467582703,0.441521018743515,-0.17139902710914612,2.780261516571045,0.6853507161140442,1.0823975801467896,0.452752947807312,0.21211975812911987,-0.28154289722442627 +531,1.3887695923744954,-0.22744021601898382,1.863676927120752,0.95815110206604,0.22548440098762512,-0.17636126279830933,1.944276213645935,0.3000405728816986,2.9529476165771484,0.5351808071136475,0.36483240127563477,-0.3358151912689209 +532,1.3629840407475815,0.14384629164203286,1.7431203981849295,0.9683788418769836,-0.1433507353067398,-0.20418888330459595,1.9834253787994385,-0.23441340029239655,3.4114935398101807,-0.04978442192077637,0.7123662233352661,0.02079346776008606 +533,1.3805988673797023,0.45364042431371904,1.6442586304568767,0.8826485872268677,-0.438240647315979,-0.169931560754776,0.9584230184555054,-0.18766841292381287,1.9794138669967651,-0.4908181428909302,0.8570181131362915,0.2274419665336609 +534,1.3728829209088231,0.5433796851866276,1.6205423543647675,0.8392568230628967,-0.5170318484306335,-0.16830340027809143,-0.31504639983177185,-0.17896825075149536,-0.647183358669281,-0.5580068230628967,1.0311157703399658,0.3988789916038513 +535,1.3441668029793956,0.2860699445147946,1.7440745438927954,0.9348286986351013,-0.28218406438827515,-0.21556298434734344,-3.5051796436309814,0.4949375092983246,-3.5656583309173584,0.2045145034790039,1.22224760055542,0.33230796456336975 +536,1.4001928652134246,-0.29319242747592533,2.1282413636067123,0.9434281587600708,0.2890098989009857,-0.1625320315361023,-3.386770248413086,0.05307689681649208,-5.053954124450684,1.2882155179977417,0.8499519228935242,-0.8527267575263977 +537,1.4921833316405724,-0.6433291070694948,2.336103654296943,0.797632098197937,0.5998623967170715,-0.0628337413072586,-1.2020471096038818,-1.6548051834106445,-0.40091660618782043,0.5619412064552307,-0.991662323474884,-0.5529347062110901 +538,1.5118926225087679,-0.6484768357895961,2.6246711061787735,0.7956224679946899,0.6039731502532959,-0.046919386833906174,-2.7455883026123047,0.44084787368774414,-0.5165801048278809,-0.11486679315567017,-0.4326931834220886,-0.18055862188339233 +539,1.67455999255024,-0.7249489713684846,2.782516455474678,0.744507372379303,0.6630972623825073,0.07753127068281174,0.1985236406326294,-0.010775141417980194,0.06718482822179794,0.643767774105072,-0.7348440289497375,-0.8341535329818726 +540,1.5416274142412778,-0.6279855607758664,2.703663168430317,0.8088685274124146,0.5875158309936523,-0.023600509390234947,0.7567765712738037,-1.5539766550064087,1.610015869140625,0.5376585721969604,-0.29999446868896484,-0.3908739686012268 +541,1.4215162972005166,-0.4959647950702152,2.5459141552596742,0.8697283864021301,0.4758804142475128,-0.13080617785453796,2.825223445892334,1.170221209526062,0.6420286893844604,0.6100383996963501,0.0790511965751648,-0.3390730023384094 +542,1.3269430413842367,-0.2584005907515447,2.245223657293346,0.9381970167160034,0.2555345594882965,-0.2334277629852295,2.628964424133301,-0.1768716722726822,2.924484968185425,0.3076983690261841,0.190006822347641,0.03698611259460449 +543,1.2781504835457298,0.10290713328466213,2.112280947574919,0.9524185061454773,-0.10272560268640518,-0.2869603931903839,1.7486908435821533,-0.4823794364929199,3.2196125984191895,-0.07178813219070435,0.5949589014053345,0.2107732594013214 +544,1.2637595889629638,0.3715423158009111,2.069528799967001,0.8881927728652954,-0.36305293440818787,-0.2816133201122284,0.5381940007209778,-0.14193320274353027,1.5085256099700928,-0.3883301615715027,0.7778021097183228,0.32095053791999817 +545,1.2557637408534983,0.4205518328263788,2.093312762433809,0.8679383397102356,-0.40826424956321716,-0.2828485071659088,-0.5122625231742859,0.22017920017242432,-0.7664012312889099,-0.5179169774055481,0.8663636445999146,0.3419915735721588 +546,1.2753828659408486,0.18358486803462837,2.127072791294715,0.9406054615974426,-0.18255536258220673,-0.2862430810928345,-2.464723825454712,0.5458351373672485,-3.840693473815918,0.10138678550720215,1.0430290699005127,0.4127384424209595 +547,1.352915621268096,-0.37081639224286733,2.3522969832586296,0.9099964499473572,0.36237645149230957,-0.20146885514259338,-2.9553229808807373,-0.23234714567661285,-4.150186061859131,1.2999186515808105,0.49112391471862793,-0.6337209343910217 +548,1.3677469179722044,-0.5649415924008839,2.5556260272981577,0.8272682428359985,0.5353664755821228,-0.17032355070114136,-1.6506166458129883,-2.0933713912963867,0.6768285632133484,0.24760663509368896,-0.5762447714805603,-0.16245537996292114 +549,1.4528891573433174,-0.6076619876928421,2.8703601554168867,0.8152850270271301,0.5709495544433594,-0.09657590091228485,-2.546257495880127,0.8722556829452515,-0.7704835534095764,-0.14696532487869263,-0.3310203552246094,-0.21897584199905396 +550,1.6198861788473238,-0.7310453886398893,2.9908727555979358,0.743580162525177,0.6676482558250427,0.036531589925289154,0.6722840070724487,0.21114157140254974,-0.3465527892112732,0.5256306529045105,-0.8795164823532104,-0.8324452638626099 +551,1.5411542088624788,-0.6561532368269055,2.9330331253290165,0.7919968366622925,0.6100733876228333,-0.023483341559767723,0.5420445203781128,-0.7246014475822449,1.004074215888977,0.4879409074783325,-0.31599074602127075,-0.5055388808250427 +552,1.41260096451741,-0.5353767564046678,2.7225748063860293,0.8493369221687317,0.5101650953292847,-0.13549332320690155,3.2704169750213623,0.7120718955993652,1.5103455781936646,0.8632637858390808,-0.030566096305847168,-0.34238147735595703 +553,1.316768400913016,-0.20049884752043046,2.462717317558071,0.9485181570053101,0.1991582065820694,-0.2462703287601471,2.3821120262145996,-0.40717843174934387,3.4481091499328613,0.2750687003135681,0.3976282477378845,0.04152791202068329 +554,1.2933043875269397,0.16512197432747172,2.328978229346775,0.9486642479896545,-0.16437265276908875,-0.2702183127403259,2.2306718826293945,-0.16901499032974243,2.9645559787750244,-0.11658722162246704,0.6616413593292236,0.19378703832626343 +555,1.2965198902795574,0.4370796765520593,2.2827106163311446,0.872127115726471,-0.4232954978942871,-0.24538831412792206,0.38535869121551514,0.05662823095917702,1.7227375507354736,-0.5102344155311584,0.7949079871177673,0.302685022354126 +556,1.2763346023726525,0.4867532967120937,2.3382741466236645,0.8458138108253479,-0.46775874495506287,-0.2565170228481293,-1.1087509393692017,0.15248987078666687,-1.0401885509490967,-0.6512641906738281,0.9271398186683655,0.3966384828090668 +557,1.272559162985999,0.1935187835058264,2.4841911840422797,0.93801349401474,-0.19231317937374115,-0.28835076093673706,-3.7040035724639893,0.6518231630325317,-4.5244927406311035,0.29189062118530273,1.3025579452514648,0.11716249585151672 +558,1.359256798284878,-0.3987670332061318,2.7205657580002587,0.9009981155395508,0.3882824182510376,-0.19349154829978943,-2.9957168102264404,-0.13534100353717804,-4.2193379402160645,1.2911863327026367,0.3201068341732025,-0.6562246680259705 +559,1.3702615826409805,-0.600610471616777,2.936580544375398,0.8084580302238464,0.5651462078094482,-0.16433268785476685,-1.72537100315094,-1.9242963790893555,0.2546996474266052,0.1757185459136963,-0.6016605496406555,0.02044232189655304 +560,1.5047533067680579,-0.6778675916813017,-3.0661508262007047,0.7772138118743896,0.6271334886550903,-0.051404304802417755,-2.173431634902954,1.0576059818267822,-1.1243788003921509,-0.02289557456970215,-0.5458346605300903,-0.41026556491851807 +561,1.6196928084076263,-0.7345291236100866,-2.972828497418554,0.7412593960762024,0.6702377796173096,0.03627388924360275,0.2349977195262909,-0.8003670573234558,0.9068145155906677,0.5946933031082153,-0.7501481175422668,-0.7176855802536011 +562,1.513523087937003,-0.6268609047582755,-3.032850078864205,0.8085450530052185,0.5866053700447083,-0.04635869711637497,1.7365816831588745,-0.18504875898361206,0.8869894742965698,0.7705411911010742,-0.06731826066970825,-0.6473058462142944 +563,1.3749894389991308,-0.4391979992353618,2.9115894921589205,0.8877976536750793,0.4252137243747711,-0.17609316110610962,3.3222250938415527,0.24435093998908997,2.4947826862335205,0.8144119381904602,0.25198668241500854,-0.3127526640892029 +564,1.3233741678964948,-0.06580965872170191,2.6348586411609523,0.9674481749534607,0.06576216965913773,-0.2443752884864807,3.3325490951538086,0.2790418267250061,3.321228504180908,-0.008158683776855469,0.45350968837738037,-0.11426733434200287 +565,1.3683106592942043,0.30361912338954045,2.422236002859938,0.9347649812698364,-0.29897573590278625,-0.19190645217895508,2.4527666568756104,0.36932334303855896,2.7076056003570557,-0.2893944978713989,0.7789867520332336,0.09531831741333008 +566,1.4602257761670254,0.5522948516444143,2.2847837975766327,0.8461240530014038,-0.524642288684845,-0.09393954277038574,0.5263301134109497,0.10662351548671722,1.6051937341690063,-0.39948397874832153,1.0586082935333252,0.16878390312194824 +567,1.415256269932129,0.5463767539708572,2.3600750565988977,0.8440982699394226,-0.5195949077606201,-0.13236020505428314,-1.7349679470062256,-0.5628387928009033,-1.634470820426941,-0.2132694125175476,1.3336818218231201,0.26993346214294434 +568,1.3013193060612895,0.06632311904325168,2.6810640302084945,0.9617910385131836,-0.06627450883388519,-0.26564204692840576,-4.8963117599487305,0.3384002149105072,-5.874051094055176,0.9982309341430664,1.5614069700241089,-0.36799439787864685 +569,1.3920607259194095,-0.5986062371710166,2.950418591313345,0.8129611015319824,0.5634915828704834,-0.14687244594097137,-3.873960256576538,0.4185818135738373,-3.9391019344329834,1.01383638381958,-0.5195920467376709,-0.5759974718093872 +570,1.4544412594190266,-0.7638230762255843,-3.092266216271118,0.7173137664794922,0.6916875243186951,-0.08384179323911667,-2.3377747535705566,-1.6797103881835938,0.15710103511810303,0.1655750274658203,-0.6131810545921326,0.15094995498657227 +571,1.7418071915688749,-0.8314900126929575,-2.7561392699803546,0.6639472246170044,0.7389361262321472,0.11466212570667267,-0.45875051617622375,0.26165497303009033,0.035671599209308624,0.7221000790596008,-1.081679105758667,-1.3648757934570312 +572,1.6159753027938462,-0.7593029496295561,-2.882737108542933,0.7245758771896362,0.6884160041809082,0.03275788575410843,1.5747929811477661,-0.5940176248550415,1.2707185745239258,0.9129210114479065,-0.341858446598053,-0.8371707201004028 +573,1.3666822560248537,-0.5180014773258015,3.05464538715564,0.8507748246192932,0.495144784450531,-0.17610763013362885,3.4520626068115234,0.6942852735519409,3.1977555751800537,1.131784439086914,0.2866087555885315,-0.21918654441833496 +574,1.312512447289971,-0.07368245125360126,2.7699280265474684,0.9642063975334167,0.07361579686403275,-0.25472867488861084,3.3267815113067627,-0.20983551442623138,3.8008925914764404,0.33532363176345825,0.7289812564849854,-0.06332546472549438 +575,1.3533818998497644,0.3341331367767723,2.582256999659397,0.9224554300308228,-0.3279503583908081,-0.2037760466337204,2.1310930252075195,0.5407754778862,3.18564772605896,-0.20021116733551025,0.8736046552658081,0.1880595088005066 +576,1.4368109863936416,0.5969915274149206,2.4802327996511813,0.819618284702301,-0.5621569156646729,-0.11047873646020889,0.6228743195533752,0.1953645944595337,1.5947837829589844,-0.516914427280426,0.9669421315193176,0.22978723049163818 +577,1.4129307370634456,0.6275726976536908,2.5410556092776777,0.7993897795677185,-0.5871816873550415,-0.12725502252578735,-1.4604843854904175,0.09460783749818802,-1.5461328029632568,-0.6237152218818665,1.1515583992004395,0.27561622858047485 +578,1.326641381819378,0.26617403773426,2.773987736564318,0.9361708164215088,-0.263042151927948,-0.23322352766990662,-5.653642177581787,0.49748390913009644,-4.706469535827637,0.3058946132659912,1.4592244625091553,0.1568228006362915 +579,1.3701690624803111,-0.440774131298059,-3.1178303287296494,0.8862805366516113,0.42663973569869995,-0.1802368015050888,-3.691939115524292,0.11818519234657288,-5.922086715698242,1.4127764701843262,0.7325856685638428,-0.9306641221046448 +580,1.4507879475718355,-0.7415601320670994,-2.9620584920642505,0.7321120500564575,0.675439178943634,-0.08828380703926086,-1.2150139808654785,-2.1591975688934326,0.62686687707901,0.5685776472091675,-0.840478241443634,-0.22485703229904175 +581,1.6956080290055648,-0.7854807740058584,-2.493271641756371,0.7015483379364014,0.7071651816368103,0.08801896870136261,-2.879392147064209,1.7614445686340332,-1.2611944675445557,0.16656994819641113,-0.5257839560508728,-0.6360383033752441 +582,1.8439247605795035,-0.8496127420395071,-2.416429682852791,0.6357988715171814,0.7510247826576233,0.17810577154159546,0.9744144082069397,-1.0720254182815552,0.8486276268959045,0.8482862710952759,-0.8296685814857483,-0.9948782920837402 +583,1.5830982550115378,-0.7033098002851621,-2.604754032945466,0.7626480460166931,0.6467456221580505,0.009382514283061028,1.4657750129699707,-1.13487708568573,1.990654468536377,0.8996443748474121,-0.026826858520507812,-0.4581282138824463 +584,1.420143486592599,-0.42743795500276316,-2.9689303361748416,0.89972323179245,0.4145406186580658,-0.1365807205438614,3.8096461296081543,0.4908154010772705,3.678694486618042,0.9858664274215698,0.3419444262981415,-0.2708747386932373 +585,1.3611696157908275,0.006224788682669886,3.102107523208278,0.9780897498130798,-0.006224748678505421,-0.20809078216552734,2.654798746109009,0.12675458192825317,3.7893972396850586,0.007460176944732666,0.6462241411209106,0.027960777282714844 +586,1.441811761726812,0.39517090295094764,2.9099408246240763,0.9152641296386719,-0.3849659264087677,-0.11871402710676193,1.6245098114013672,0.48223191499710083,2.950442314147949,-0.3536490797996521,0.9477558135986328,0.13287417590618134 +587,1.4701648608438482,0.6029490843201476,2.8417021801106834,0.8194999098777771,-0.5670740008354187,-0.08274698257446289,0.18347950279712677,-0.1505739837884903,0.7357132434844971,-0.7041282057762146,0.9965631365776062,0.2345566749572754 +588,1.449300120489247,0.4852528449571425,2.8928904967378015,0.878036618232727,-0.46643203496932983,-0.10720614343881607,-1.182557225227356,-0.39383140206336975,-2.6697304248809814,-0.3023834228515625,1.0926679372787476,0.11292819678783417 +589,1.3904909429842534,-0.0033016790176749154,-3.1085201588437603,0.9837835431098938,0.0033016731031239033,-0.1793290376663208,-5.690857887268066,0.34003114700317383,-6.017612457275391,1.136684536933899,1.539804458618164,-0.4652785658836365 +590,1.4809909548380529,-0.6176095601363983,-2.7770929325948246,0.8119798898696899,0.5790879726409912,-0.07311682403087616,-2.183959722518921,-0.5720508098602295,-3.5416531562805176,0.8684401512145996,-0.6081253886222839,-0.6492800712585449 +591,1.5048056517758897,-0.8237075248206135,-2.588032834813741,0.6780268549919128,0.733670175075531,-0.044808510690927505,-1.5047945976257324,-1.1658604145050049,-0.8070386648178101,0.30222827196121216,-0.8549317717552185,-0.09145247936248779 +592,1.7252219508537212,-0.9130678481406832,-2.313954166890596,0.6040463447570801,0.791382908821106,0.09402886778116226,-0.900517463684082,0.6958334445953369,-0.503883957862854,0.5739321708679199,-0.8138284087181091,-0.8753246068954468 +593,1.6904933322556297,-0.8645371019431959,-2.352392591236534,0.6443489789962769,0.7607949376106262,0.07749710977077484,1.2100238800048828,-0.5282624363899231,1.0443508625030518,0.6087944507598877,-0.3717261552810669,-0.8411842584609985 +594,1.4390493483453772,-0.7456975019549732,-2.672998427616428,0.7282485961914062,0.6784843802452087,-0.09650354832410812,3.6207637786865234,1.6837517023086548,0.8895097970962524,0.8967971801757812,0.11120373010635376,-0.41066813468933105 +595,1.3665997699669818,-0.4539053686900482,-3.0504864911947585,0.8800696134567261,0.4384787976741791,-0.18224725127220154,2.836765766143799,0.2744203805923462,3.860395908355713,0.576397180557251,0.3305947780609131,-0.4736975431442261 +596,1.3452383018746488,0.04729533625651904,3.0640788948691395,0.973579466342926,-0.04727770760655403,-0.22340017557144165,2.9252023696899414,0.14197887480258942,4.54602575302124,-0.058204829692840576,0.8097593784332275,-0.17618170380592346 +597,1.4091934754174729,0.47040718989885894,2.882769485052329,0.8797696232795715,-0.4532492756843567,-0.14342398941516876,1.922637939453125,0.04055092856287956,2.8272929191589355,-0.3698819875717163,1.1001304388046265,0.008261635899543762 +598,1.444441572225899,0.6114520032403901,2.7884575692570155,0.8122875690460205,-0.5740569829940796,-0.10318612307310104,-0.1703178733587265,-0.06305494159460068,-0.8911810517311096,-0.5585035085678101,1.2414917945861816,0.23866893351078033 +599,1.3880510179349328,0.31950234798944793,2.8672864265705877,0.93358314037323,-0.3140941262245178,-0.172532856464386,-2.290804386138916,0.08378765732049942,-4.171474456787109,0.08390355110168457,1.1499552726745605,0.2445390671491623 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/we5.csv b/BoostRunClub/CoreML/DataSet/Motion/running/we5.csv new file mode 100644 index 0000000..859bed4 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/we5.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,1.3828949356007378,-0.2417831640519435,-3.0987989365769746,0.9538230299949646,0.23943430185317993,-0.18136419355869293,-4.578732013702393,-0.1721448004245758,-5.784370422363281,1.2390632629394531,1.1378545761108398,-0.7039812803268433 +1,-0.05822710482669403,0.7439157804493778,-2.8447530596983475,-0.042820610105991364,-0.6771743893623352,-0.7345755696296692,-0.25109413266181946,-0.4606696367263794,0.32739946246147156,-0.033793769776821136,0.1873062252998352,0.2743399143218994 +2,-0.05421489095124576,0.7727941550422084,-2.853472665432284,-0.03879683092236519,-0.6981384754180908,-0.7149108648300171,0.5373145341873169,-0.00924655795097351,-0.1759398877620697,-0.02071244642138481,0.01861882209777832,0.1353667974472046 +3,-0.037232269261824436,0.7959432317111972,-2.8810540459591896,-0.026042092591524124,-0.7145237922668457,-0.6991263031959534,-0.04382697492837906,0.7117086052894592,-0.2532035708427429,-0.23361672461032867,-0.367095410823822,0.13764864206314087 +4,0.02683981027236237,0.8327100182787376,-2.7571540460062223,0.018057625740766525,-0.7397575974464417,-0.6726310849189758,1.337497591972351,1.289292335510254,1.3390706777572632,-0.09899024665355682,-0.14821231365203857,-0.10703200101852417 +5,0.0701891008180925,0.8278416888126222,-2.7211004913985364,0.047441624104976654,-0.7364730834960938,-0.674801230430603,-1.040104866027832,-0.34806686639785767,-0.2094472199678421,0.17648109793663025,0.08612823486328125,0.3912472128868103 +6,0.024149938177571887,0.7603955407242283,-2.7157073362728292,0.017496461048722267,-0.6892080903053284,-0.7243521809577942,-0.7932727336883545,0.3688475489616394,0.42790403962135315,0.2743736505508423,0.27351289987564087,0.6666892170906067 +7,0.09174275325746266,0.7291372202679677,-2.6637891350243796,0.06832117587327957,-0.6662264466285706,-0.7426133155822754,-0.20734429359436035,1.2052721977233887,-0.3595513701438904,0.16680151224136353,0.6842928528785706,0.6569809913635254 +8,0.8109496687767672,0.6860547901160167,-2.9660410102604726,0.5609245300292969,-0.6334894895553589,-0.5329678654670715,0.9796112775802612,6.687191486358643,-4.308996677398682,0.24147409200668335,1.1490840911865234,0.43119174242019653 +9,1.2320570336308903,0.03560430393837902,-2.936024371726223,0.9425766468048096,-0.035596780478954315,-0.3320877254009247,-10.34007453918457,0.8452162742614746,-7.8596014976501465,2.1283156871795654,2.7650890350341797,-0.7462204694747925 +10,1.5186624193357616,-0.6648900514737047,-2.5531385535277025,0.7859154939651489,0.6169726252555847,-0.04101000726222992,1.7116899490356445,-0.9481093287467957,-0.19453126192092896,2.337024688720703,-0.5511461496353149,-2.3504085540771484 +11,1.6109381338031747,-0.9037292939890694,-2.3026689165833667,0.6181858777999878,0.7856396436691284,0.024828435853123665,-5.318209171295166,3.1963140964508057,-3.3396222591400146,0.49001413583755493,-1.334864616394043,-0.329103946685791 +12,1.8121774522978493,-0.8629024956124565,-2.0940785190152855,0.6313841342926025,0.7597330808639526,0.15543480217456818,-0.977849006652832,-1.022465705871582,0.890304446220398,0.07428914308547974,-1.1322762966156006,-0.8115170001983643 +13,1.677645812463043,-0.7682042036406587,-2.2537446248760262,0.7150583267211914,0.6948449015617371,0.07669571042060852,2.396299123764038,0.9088057279586792,1.0871142148971558,1.234297752380371,0.35744696855545044,-1.1612904071807861 +14,1.395770700772719,-0.4831534856330619,-2.8187806485700317,0.8720052242279053,0.46457400918006897,-0.15420109033584595,4.536920547485352,0.08847926557064056,3.873283624649048,0.9937174320220947,0.8524121046066284,-0.510227620601654 +15,1.2974699494451258,-0.018736689644840217,3.119256371085663,0.9627092480659485,0.018735593184828758,-0.26988843083381653,4.096498489379883,0.3422227203845978,3.4711735248565674,0.009077191352844238,0.8309958577156067,-0.003533780574798584 +16,1.4102744307763746,0.4055032093860414,2.8596945011946007,0.9070907235145569,-0.39448121190071106,-0.14687158167362213,2.4615111351013184,0.6613323092460632,3.364938259124756,-0.32844680547714233,1.2723040580749512,0.07451443374156952 +17,1.5431188912757807,0.5781609082751812,2.7415719402625447,0.8371483683586121,-0.5464847087860107,-0.0231760386377573,0.17390209436416626,0.34607094526290894,-0.040539950132369995,-0.40599602460861206,1.5244204998016357,0.02754002809524536 +18,1.4126873889148595,0.3684203120530844,2.9307197572219836,0.9212612509727478,-0.36014220118522644,-0.14688566327095032,-3.403284788131714,-0.7428755164146423,-4.3053879737854,-0.17768526077270508,1.5697216987609863,0.03769373893737793 +19,1.2844348488213964,-0.2985756397063086,-3.0750857221790038,0.916836142539978,0.2941591739654541,-0.26996657252311707,-5.573673725128174,-1.2882980108261108,-5.745264530181885,1.0237308740615845,0.9974210262298584,-0.4453654885292053 +20,1.496709344120148,-0.9082299172562559,-2.610178587091359,0.6134548783302307,0.7884161472320557,-0.045532356947660446,0.36249104142189026,2.015441656112671,-4.977909564971924,1.3816776275634766,-1.1458990573883057,-1.7646788358688354 +21,1.4373762298529695,-1.0304293377831508,-2.69719526408883,0.509878933429718,0.8575199246406555,-0.06843464821577072,-2.9328298568725586,-0.0986710861325264,-1.3171998262405396,0.943642795085907,-0.9946658611297607,-0.12896829843521118 +22,1.5161964532611614,-0.9738165451283274,-2.622405375570213,0.5613095164299011,0.8270372152328491,-0.030677922070026398,1.8835327625274658,1.4516735076904297,1.086371660232544,0.8565371632575989,-0.3126329183578491,-0.6143873929977417 +23,1.4289611110974483,-0.7144184504521038,-2.994870605616008,0.7478879690170288,0.6551781892776489,-0.10679394751787186,2.640110969543457,0.8711504340171814,3.5655062198638916,0.5446687340736389,0.0728338360786438,-0.7306846380233765 +24,1.3660496233211108,-0.276881546972235,3.0883552571211235,0.9418205618858337,0.2733573019504547,-0.19557523727416992,2.6644864082336426,0.3905481696128845,4.298451900482178,0.11514037847518921,0.5793800354003906,-0.4184078872203827 +25,1.3640455782005099,0.16566437072354967,2.9280387177198066,0.9653036594390869,-0.16490764915943146,-0.20247043669223785,2.0780210494995117,-0.2841870188713074,3.360734462738037,-0.2716849446296692,1.0058348178863525,-0.06036214530467987 +26,1.374003448149412,0.37505136300821446,2.8166004564294838,0.9125292897224426,-0.36632031202316284,-0.1819339543581009,0.7884586453437805,-0.21434727311134338,-0.07334298640489578,-0.5837022662162781,1.1283137798309326,0.230197474360466 +27,1.2990493782461756,0.2008483543285421,2.851560060271327,0.9439387917518616,-0.19950070977210999,-0.263018935918808,-2.967386484146118,-0.6031199097633362,-3.437244415283203,-0.35855066776275635,1.0612865686416626,0.4707978665828705 +28,1.3245253309709173,-0.32545518590612765,3.106501962361201,0.9189175367355347,0.3197401165962219,-0.23099155724048615,-4.056432723999023,-0.18847651779651642,-4.89837646484375,0.7550938129425049,0.9355547428131104,-0.5981863737106323 +29,1.3734260529221498,-0.8120385513311411,-2.9548781977660323,0.6746630668640137,0.7256912589073181,-0.13491487503051758,-1.6354858875274658,-0.9212316870689392,-2.8675196170806885,0.6030468940734863,-0.4862504005432129,-0.5129122734069824 +30,1.452038332488862,-0.9725872238098323,-2.75985528812809,0.5591971278190613,0.8263455033302307,-0.06672310084104538,-1.531278133392334,-0.7419810891151428,-0.04648339003324509,0.4123300313949585,-0.6564387679100037,-0.3114049434661865 +31,1.5561680678778433,-0.9943595672095117,-2.5833923795338123,0.544981837272644,0.8384100794792175,-0.007972704246640205,0.0018824562430381775,0.1277334839105606,-0.18247172236442566,0.524689793586731,-0.5665136575698853,-0.45740509033203125 +32,1.5332783309379832,-0.9378565515228651,-2.61936534884836,0.5911011695861816,0.8062920570373535,-0.02218734286725521,0.363577276468277,0.04222172126173973,1.1019091606140137,0.6334471106529236,-0.28494513034820557,-0.43731582164764404 +33,1.4476630066951457,-0.8169581698415394,-2.8170694567320065,0.6792601346969604,0.7290672659873962,-0.08406484127044678,2.7912559509277344,2.0901131629943848,1.1149206161499023,0.528671383857727,0.025403618812561035,-0.4774585962295532 +34,1.4329156315247,-0.594959367504947,3.0597822035864475,0.8203116655349731,0.5604751110076904,-0.11382738500833511,3.2470178604125977,1.7937748432159424,2.7277936935424805,0.16972440481185913,0.029429733753204346,-0.6085847616195679 +35,1.3960139854462283,-0.23972519329722164,2.827511482201163,0.956603467464447,0.23743568360805511,-0.16892102360725403,2.0760140419006348,-0.18815557658672333,3.1467700004577637,-0.24047785997390747,0.46584194898605347,-0.25588369369506836 +36,1.376599214383571,0.004502501905747991,2.7054654016136386,0.9811930060386658,-0.004502486903220415,-0.19297684729099274,1.3498731851577759,0.2318681925535202,1.02353835105896,-0.41083472967147827,0.6103221774101257,0.013945519924163818 +37,1.40066844488017,0.076915598692249,2.6068196024076395,0.9826492667198181,-0.07683978229761124,-0.16880781948566437,0.66136234998703,0.0034214563202112913,0.22240915894508362,-0.21995395421981812,0.706203818321228,0.15933215618133545 +38,1.3379361088939905,-0.05015977364267941,2.678070896263313,0.971786618232727,0.05013874173164368,-0.23047126829624176,-2.4414243698120117,-0.2722910940647125,-2.491440534591675,-0.11875927448272705,0.7470567226409912,0.44465887546539307 +39,1.3951451521587992,-0.4394423003988674,2.9112050132864273,0.891063928604126,0.42543482780456543,-0.1581462323665619,-2.7473573684692383,0.019898902624845505,-3.6687607765197754,0.5939823985099792,0.4883682429790497,-0.3819233179092407 +40,1.5008031296517117,-0.7227310596041501,-3.121281484670963,0.7481656670570374,0.6614354252815247,-0.05245219171047211,-2.111642360687256,-0.8458937406539917,-1.2479422092437744,0.24216026067733765,-0.5051244497299194,-0.499046266078949 +41,1.566372456767672,-0.8174704449515869,-2.936849208681102,0.6840617060661316,0.7294178009033203,-0.0030262197833508253,-1.117649793624878,-0.23495756089687347,-0.6636818647384644,0.08656811714172363,-0.6425648331642151,-0.25376391410827637 +42,1.70294804505743,-0.8806824094558353,-2.7906400253823413,0.6310742497444153,0.7711734771728516,0.08388644456863403,-0.14813964068889618,0.6556006073951721,-0.6763802766799927,0.4522082209587097,-0.5287876129150391,-0.6151516437530518 +43,1.6518940073443837,-0.8391451563668445,-2.8601398222116976,0.6659033894538879,0.7440722584724426,0.054121922701597214,0.5429062843322754,-0.6683130264282227,1.3182194232940674,0.49817436933517456,-0.4184191823005676,-0.4774007797241211 +44,1.5827952947119468,-0.7550818813012314,-3.125508681988774,0.7281631231307983,0.6853482723236084,0.008737625554203987,4.418013095855713,2.0531649589538574,1.3610248565673828,0.9920974969863892,0.0816347599029541,-0.9201908111572266 +45,1.4431815186225234,-0.41624451939036533,2.7510246489641528,0.9071764349937439,0.40432849526405334,-0.11640171706676483,3.1291661262512207,0.6533234715461731,4.137762069702148,0.4207044243812561,0.44616585969924927,-0.3566970229148865 +46,1.4836708023781762,0.06537791228391167,2.471473702259961,0.9940788149833679,-0.0653313472867012,-0.08682945370674133,2.76652455329895,0.9925594925880432,4.515076637268066,0.018616557121276855,0.9472283124923706,-0.08881443738937378 +47,1.5706567254588393,0.45510945823476695,2.3214732540947076,0.8982127904891968,-0.4395606219768524,-0.0001253917143912986,1.056735634803772,-0.14563466608524323,3.2725861072540283,-0.40532350540161133,1.1675574779510498,-0.04851961135864258 +48,1.516967528336249,0.6422207614030148,2.2986929104500864,0.7996075749397278,-0.5989752411842346,-0.04308353364467621,-0.4222429394721985,-1.01734459400177,-0.11593674123287201,-0.8052687644958496,1.2095556259155273,0.2820209264755249 +49,1.3542308844792879,0.34166547747342635,2.5279003287717914,0.920189380645752,-0.33505675196647644,-0.2024562656879425,-5.03237771987915,0.30696338415145874,-5.299747467041016,-0.019081592559814453,1.6124463081359863,0.2009456753730774 +50,1.3857375821952542,-0.4043527644987811,2.8833006266175416,0.9036596417427063,0.39342379570007324,-0.16916565597057343,-4.674001216888428,-1.2150570154190063,-6.189812183380127,1.4319727420806885,0.9022457599639893,-0.9963006377220154 +51,1.346005267000713,-0.7747231758779956,3.0836409512478298,0.696635365486145,0.6995182633399963,-0.15928950905799866,0.5419859886169434,-1.7660179138183594,-0.3256286382675171,0.7478378415107727,-0.7766668200492859,-0.25521546602249146 +52,1.4896761611440776,-0.8305364132117063,-2.7981593775604927,0.6722617149353027,0.7382932901382446,-0.054653916507959366,-5.621973991394043,0.24430960416793823,-0.9526222944259644,0.15104150772094727,-0.2914854884147644,-0.19790953397750854 +53,1.918063972242512,-0.9071467187003251,-2.3981355976356697,0.5792248249053955,0.7877493500709534,0.20964181423187256,1.139722228050232,0.17774976789951324,0.4934317469596863,1.023512601852417,-0.8568563461303711,-1.5076459646224976 +54,1.6216063278316686,-0.834484128630327,-2.6727470680923715,0.6706934571266174,0.7409501671791077,0.03410729393362999,2.6862239837646484,0.5568824410438538,1.1737757921218872,0.8548039793968201,-0.20857101678848267,-0.6035194396972656 +55,1.4421235022672683,-0.5969724122071359,3.0207043129540767,0.8202041983604431,0.5621411204338074,-0.10612432658672333,4.720935821533203,1.5781563520431519,4.131917476654053,1.245744228363037,0.4393847584724426,-0.5498510003089905 +56,1.4225170672505714,-0.020697679952211997,2.7852794820955245,0.9888148903846741,0.020696202293038368,-0.1477048397064209,2.8127646446228027,0.557964026927948,5.79316520690918,0.39981114864349365,1.1310372352600098,-0.3204347491264343 +57,1.54779148783511,0.5013705328538914,2.5577263468337565,0.8766926527023315,-0.4806278347969055,-0.02017173171043396,2.312387228012085,0.5521715879440308,3.902742624282837,-0.19793593883514404,1.2517765760421753,-0.09721410274505615 +58,1.6741665459977992,0.7830711944161937,2.3464536502451994,0.7049670219421387,-0.705459475517273,0.07313326746225357,0.8665037155151367,-0.5471516847610474,1.5212948322296143,-0.5392718315124512,1.344314455986023,0.10771393775939941 +59,1.5387037500875616,0.7242026294016378,2.43590619564909,0.7486421465873718,-0.6625384092330933,-0.024034107103943825,-2.1754746437072754,-0.48694324493408203,-3.0829691886901855,-0.5930483341217041,1.4556293487548828,0.36023104190826416 +60,1.4093574671968794,0.13617239464244865,2.791192726261725,0.9778602123260498,-0.13575194776058197,-0.15925054252147675,-4.574106693267822,0.4279674291610718,-7.322389602661133,1.1404259204864502,1.8973944187164307,-0.5366722941398621 +61,1.5001563302076402,-0.6197440186135145,-3.06043045669936,0.8119970560073853,0.5808268189430237,-0.057455070316791534,-4.8065714836120605,-0.40973588824272156,-5.622899055480957,1.6596978902816772,0.18234151601791382,-1.2261600494384766 +62,1.4671553621929934,-0.8158191492394505,-2.9278507129125386,0.6815949082374573,0.7282871603965759,-0.07089517265558243,-2.012707471847534,-2.7748968601226807,0.46732980012893677,0.45179736614227295,-0.3897709250450134,0.15329265594482422 +63,1.9012317762947017,-0.8840222849037114,-2.235799843686991,0.5997447371482849,0.7732954621315002,0.20571933686733246,-3.8878633975982666,1.7997851371765137,-1.8091232776641846,0.4628620147705078,-0.6582747101783752,-0.9752047061920166 +64,2.0284228158421116,-0.9078112756834098,-2.2022026120448706,0.5521424412727356,0.7881585359573364,0.27192798256874084,1.1955757141113281,-1.0163397789001465,1.58314049243927,1.0043914318084717,-0.5749779939651489,-1.2234203815460205 +65,1.6016138356684069,-0.7958102392362156,-2.6933395171867835,0.6993737816810608,0.7144307494163513,0.021559784188866615,4.671627521514893,1.4328073263168335,2.1549391746520996,0.9304631948471069,0.1021890640258789,-0.5194236040115356 +66,1.477441670785153,-0.44713033546448716,3.0363817883952335,0.8977652192115784,0.43237975239753723,-0.08405488729476929,4.107234001159668,1.521501064300537,4.180239200592041,0.7846688032150269,0.6371086835861206,-0.5069637894630432 +67,1.5095943066692104,0.05424418761066931,2.754794671206152,0.9966596364974976,-0.054217588156461716,-0.06107385829091072,2.3523824214935303,0.48561036586761475,4.972603797912598,0.23109298944473267,1.0428802967071533,-0.23587745428085327 +68,1.605885756154251,0.4810174197080905,2.5783647122867617,0.8859789371490479,-0.462681382894516,0.03110126033425331,1.2306039333343506,0.655890941619873,3.3873884677886963,-0.23441338539123535,1.2037702798843384,0.009746549651026726 +69,1.691574183829666,0.7156091264811063,2.528122869577896,0.7491958737373352,-0.6560772657394409,0.09092883765697479,-0.5189684629440308,0.12375038862228394,0.9384883642196655,-0.5398606061935425,1.325297236442566,-0.07986617833375931 +70,1.6025311114851843,0.5710340430245127,2.6187577374776247,0.840919017791748,-0.5405023097991943,0.02669534645974636,-1.0175628662109375,-1.0546072721481323,-3.9296677112579346,-0.43204444646835327,1.4151513576507568,-0.0321732722222805 +71,1.449359033921204,-0.03416418021602191,2.904663489816496,0.9920564293861389,0.03415753319859505,-0.12106835842132568,-4.395190238952637,-0.8764339685440063,-7.178031921386719,1.1439909934997559,1.7590858936309814,-0.5980936288833618 +72,1.4780128079981818,-0.7506301490739384,-3.0782487783017345,0.7281140089035034,0.6820996999740601,-0.06775151193141937,-2.980680465698242,-0.18417547643184662,-5.118443012237549,1.2003527879714966,-0.3587353825569153,-0.7704595923423767 +73,1.4836885887360953,-0.9471417735767045,-2.8576636622427474,0.5817914605140686,0.8117495775222778,-0.050807107239961624,-2.8948662281036377,-3.1845431327819824,-0.33024120330810547,0.4809679388999939,-0.5238772630691528,-0.02385413646697998 +74,1.8177192952345231,-1.0767470467593883,-2.4465150227677315,0.4598121643066406,0.880419909954071,0.11590339243412018,0.03198846057057381,1.581635594367981,-0.23629289865493774,1.2715110778808594,-1.0775482654571533,-0.9434332847595215 +75,1.7032302023261718,-0.9478213164398801,-2.5697126155305425,0.5783448219299316,0.8121462464332581,0.07704338431358337,1.2595919370651245,-1.148888111114502,2.4263031482696533,0.9824461340904236,-0.28053009510040283,-0.7344073057174683 +76,1.4605396343959491,-0.7036168558220455,-2.9898175442107386,0.7578772902488708,0.646979808807373,-0.0839013010263443,3.9928393363952637,2.6147189140319824,2.681580066680908,0.9516565799713135,0.35665184259414673,-0.4329749345779419 +77,1.454091393414622,-0.3213139914047173,2.9627361639006247,0.9423669576644897,0.3158135712146759,-0.11048091948032379,2.4871227741241455,0.8175643682479858,4.3502655029296875,0.4259189963340759,0.5984166860580444,-0.2970050275325775 +78,1.4974639377994803,0.1604311161131761,2.7987940822213386,0.9845053553581238,-0.1597438007593155,-0.07232582569122314,1.8158352375030518,0.11475066840648651,4.4557647705078125,-0.14878153800964355,0.9654383659362793,-0.16354453563690186 +79,1.5547736550654332,0.5196392784880346,2.6541703249515773,0.867887020111084,-0.4965670704841614,-0.013907059095799923,1.3348923921585083,-0.025746967643499374,2.591479539871216,-0.4924444556236267,1.0548861026763916,0.003561556339263916 +80,1.5693457139787272,0.6376531239989784,2.6032418249727347,0.8034942150115967,-0.5953114032745361,-0.0011655597481876612,-0.5185058116912842,-0.38874390721321106,-0.7330824136734009,-0.7555816769599915,1.2025196552276611,0.14600205421447754 +81,1.451336931317312,0.34004997524122044,2.738767142546985,0.9360191822052002,-0.33353421092033386,-0.11235123872756958,-3.511279344558716,-0.3974548876285553,-4.671989440917969,0.020187973976135254,1.5311050415039062,0.2778174877166748 +82,1.4141267684656686,-0.3611359851192302,-3.1260480450087464,0.924038290977478,0.3533371686935425,-0.14596489071846008,-5.048522472381592,-0.880537211894989,-6.734171390533447,1.6495394706726074,1.3600873947143555,-0.9295356273651123 +83,1.5634524888589965,-0.8501656552560594,-2.77939594054857,0.659841001033783,0.751389741897583,-0.004845852497965097,-0.5402224063873291,-1.3896070718765259,-1.1115368604660034,1.1911263465881348,-0.9485027194023132,-0.9275577068328857 +84,1.666171179110663,-0.859204132277275,-2.401014531504818,0.650072455406189,0.7573230862617493,0.062189243733882904,-4.293977737426758,-0.45241406559944153,-0.8998013734817505,0.06387096643447876,-0.500792384147644,-0.2527867555618286 +85,1.9947438725780573,-0.9160120193831268,-2.101422509356311,0.5550759434700012,0.7931792736053467,0.25051450729370117,0.7965763807296753,0.26416268944740295,0.45503151416778564,0.955498456954956,-0.9420287609100342,-1.3343157768249512 +86,1.7446113787951614,-0.802388328828613,-2.316236797740496,0.6845191717147827,0.7190179824829102,0.12019258737564087,1.5629098415374756,-0.9931400418281555,1.5127403736114502,0.5849051475524902,-0.03833878040313721,-0.6712179183959961 +87,1.4930023006730269,-0.677190969317795,-2.840048235061937,0.7769789695739746,0.6266063451766968,-0.060566555708646774,5.307773590087891,2.1027278900146484,2.3847813606262207,0.9914994239807129,0.3418537378311157,-0.6214250326156616 +88,1.4434557954041387,-0.2529697780314818,3.020560965856171,0.9603342413902283,0.25028032064437866,-0.12295479327440262,3.024315595626831,0.9168645739555359,4.918203830718994,0.5129018425941467,0.7314243912696838,-0.409210741519928 +89,1.4680429366236514,0.2654876493511016,2.8225302486595356,0.9598751068115234,-0.26237985491752625,-0.09897901117801666,2.399676561355591,0.006676852703094482,4.189088821411133,-0.1529749631881714,1.1509144306182861,-0.13029958307743073 +90,1.5593382595854968,0.6048244438768453,2.6252876123631492,0.8225478529930115,-0.5686177015304565,-0.009425221011042595,1.5348401069641113,-0.13207516074180603,2.2562098503112793,-0.499549925327301,1.2213886976242065,0.06252574920654297 +91,1.5456052282505324,0.6515893692856206,2.590742426078323,0.7948685884475708,-0.6064509153366089,-0.020027849823236465,-0.6585047245025635,-0.6614799499511719,-1.5877381563186646,-0.6771776080131531,1.2641963958740234,0.20372843742370605 +92,1.3905180837494417,0.2346862562479146,2.836196063787964,0.9568254351615906,-0.23253785073757172,-0.17438814043998718,-4.809391975402832,0.09828518331050873,-6.215391159057617,0.20253735780715942,1.511346459388733,0.024638354778289795 +93,1.4067878274556558,-0.5076751020227389,-3.066171459276856,0.8621503114700317,0.4861468970775604,-0.14268159866333008,-4.871770858764648,-1.1838401556015015,-6.204889297485352,1.2936724424362183,0.777128279209137,-0.9779238700866699 +94,1.4844840617782014,-0.8598865905694345,-2.8007157165263834,0.6500940918922424,0.7577685713768005,-0.05625085160136223,-0.2976459562778473,-1.480285406112671,0.15562203526496887,0.910239040851593,-0.7842732071876526,-0.48784708976745605 +95,1.6850725975386216,-0.8592969456237116,-2.328964256621266,0.6487110257148743,0.7573837041854858,0.07445666939020157,-4.259134769439697,0.2409549355506897,-1.050124168395996,0.13737595081329346,-0.3917221426963806,-0.45157766342163086 +96,1.950803899305502,-0.8966071232163422,-2.108746234623268,0.5797304511070251,0.7812133431434631,0.23155680298805237,1.1862739324569702,-0.7425339221954346,0.8183467388153076,0.9051939249038696,-0.7000517249107361,-1.3327836990356445 +97,1.5918324977428422,-0.8110381468223378,-2.3918005301605674,0.688593864440918,0.7250025868415833,0.014487515203654766,2.309004306793213,0.1444038599729538,0.8222537636756897,0.46082019805908203,-0.19623976945877075,-0.27382588386535645 +98,1.4396790545461533,-0.6474232234919209,-2.9339953306971536,0.7907940745353699,0.6031330823898315,-0.10428506135940552,4.278238773345947,1.7483675479888916,3.174447536468506,1.0056231021881104,0.18597519397735596,-0.4287044405937195 +99,1.405859495104622,-0.14250748424897597,3.1302372131560996,0.9764293432235718,0.14202561974525452,-0.16252562403678894,2.7836923599243164,0.3691568672657013,5.12797737121582,0.3226581811904907,0.9017671346664429,-0.30929136276245117 +100,1.4754225266450278,0.34063300326008533,2.9333013819358547,0.9382598996162415,-0.33408379554748535,-0.08975773304700851,2.0052168369293213,0.27961742877960205,3.5925748348236084,-0.24409180879592896,1.1723253726959229,-0.007517039775848389 +101,1.5069306185707259,0.5947942681233277,2.8307357397981727,0.8265752196311951,-0.5603383779525757,-0.05286170169711113,0.36235693097114563,-0.5272436141967773,1.0741456747055054,-0.6817540526390076,1.1318105459213257,0.19664525985717773 +102,1.4381991752941536,0.48598291478726235,2.917866962325666,0.8764544725418091,-0.46707770228385925,-0.11690129339694977,-1.8591691255569458,-0.08047832548618317,-2.8001112937927246,-0.5531360507011414,1.0487885475158691,0.21020883321762085 +103,1.3600504233746133,0.002180311822926902,-3.080520819352294,0.977872908115387,-0.0021803101990371943,-0.20918887853622437,-6.158125877380371,0.1605018675327301,-5.72547721862793,0.677156388759613,1.5528852939605713,-0.23883968591690063 +104,1.4264869918273637,-0.6490916397385764,-2.718283094927851,0.7883527278900146,0.6044630408287048,-0.11456303298473358,-2.890108585357666,-0.06474972516298294,-4.315086841583252,1.1455004215240479,-0.15551888942718506,-0.830474853515625 +105,1.4439492694073424,-0.818439219686975,-2.552485637301508,0.6778711676597595,0.7300801277160645,-0.08645012974739075,-2.3295087814331055,-2.2603845596313477,0.45638731122016907,0.3640904426574707,-0.5252461433410645,0.005120754241943359 +106,1.726823138104085,-0.8761554291229625,-2.09930472249188,0.6323341131210327,0.7682836055755615,0.09946955740451813,-1.7767741680145264,1.5767525434494019,-1.37916100025177,0.31480950117111206,-0.6901890635490417,-0.8834203481674194 +107,1.7491288009706472,-0.9003214680656331,-2.161026965124694,0.6115038394927979,0.7835267186164856,0.11022192239761353,0.7760636210441589,-0.56432044506073,1.188158392906189,0.6584697961807251,-0.5442231297492981,-0.6211471557617188 +108,1.5472804050455917,-0.7547832733525717,-2.3828741323109863,0.7282187342643738,0.6851308345794678,-0.01712789200246334,2.5344812870025635,-0.23348085582256317,1.5805116891860962,0.583518385887146,0.08754372596740723,-0.5726090669631958 +109,1.3853160432303133,-0.541604434274249,-2.8256199670292523,0.8421854376792908,0.5155114531517029,-0.15802514553070068,4.210499286651611,1.5531036853790283,2.3476147651672363,0.6064688563346863,0.2941962480545044,-0.3314310312271118 +110,1.3983736679616756,-0.17156547005379183,-3.0957217290349335,0.9707085490226746,0.1707250475883484,-0.16905073821544647,2.139099359512329,0.9208681583404541,3.7442846298217773,0.07692950963973999,0.5206659436225891,-0.16095109283924103 +111,1.451914033629636,0.19432198523311636,3.0757616425783674,0.9742535352706909,-0.19310133159160614,-0.11637023091316223,1.3108696937561035,0.289247065782547,2.6922378540039062,-0.4506329298019409,0.7734236121177673,-0.014809608459472656 +112,1.505193307191907,0.365556032288074,3.003901458604841,0.9319161772727966,-0.3574686348438263,-0.06122437119483948,0.33919066190719604,0.2916283905506134,0.649047315120697,-0.5935525298118591,0.7949533462524414,0.09084171056747437 +113,1.488647240098676,0.29814096141076246,3.0536497692313826,0.9526606202125549,-0.29374369978904724,-0.0784367248415947,-1.2989450693130493,-0.4275851845741272,-1.9769837856292725,-0.4301539659500122,0.9493223428726196,0.05867660790681839 +114,1.4001300096145737,-0.09613748042904056,-2.99982859989399,0.98092120885849,0.09598945826292038,-0.1690547615289688,-4.115950584411621,-0.4003242254257202,-4.7687602043151855,0.43172216415405273,0.956134557723999,-0.2796757221221924 +115,1.4350144423793536,-0.647380282291219,-2.7517289699670324,0.7903246879577637,0.6030988097190857,-0.10797616839408875,-1.6700330972671509,-0.5905904769897461,-4.897959232330322,1.0594830513000488,0.1082811951637268,-0.6269634366035461 +116,1.4637039912258163,-0.9287143517306692,-2.583671520471604,0.5954334735870361,0.8008506894111633,-0.06401126086711884,-0.9546869993209839,-1.3057587146759033,-0.5865728855133057,0.7294719815254211,-0.8503652811050415,-0.23585450649261475 +117,1.5987362300890449,-0.9609852633781948,-2.3407809291853816,0.5724892616271973,0.8197562098503113,0.015999458730220795,-0.8955028653144836,0.1682668775320053,-0.4548782408237457,0.43497234582901,-0.6788564920425415,-0.4677053689956665 +118,1.5709354201282768,-0.9375641370374491,-2.391641349258871,0.5917533040046692,0.8061190843582153,8.230893581639975e-05,0.6183299422264099,0.20018525421619415,0.8842407464981079,0.5459725260734558,-0.4660922884941101,-0.21710801124572754 +119,1.5357961973233911,-0.8309240261330716,-2.5039078877872534,0.6737807989120483,0.7385546565055847,-0.02359204925596714,1.0134707689285278,0.5029033422470093,1.3092759847640991,0.6400161981582642,-0.025038421154022217,-0.4644298553466797 +120,1.4428914878061738,-0.7210681506468889,-2.8137033042940525,0.7449654936790466,0.6601873636245728,-0.09580772370100021,3.2517685890197754,2.1391425132751465,1.4529948234558105,0.6943655610084534,-0.09353697299957275,-0.3322318196296692 +121,1.4668100336592627,-0.416695936920065,-3.0448437344470705,0.9094918370246887,0.4047413170337677,-0.09491705149412155,2.022634744644165,1.145073652267456,3.74566388130188,0.22779160737991333,0.2917003631591797,-0.45090508460998535 +122,1.5374705713878953,-0.012319001444917184,3.0704500959772902,0.9993689656257629,0.012318690307438374,-0.03331705927848816,1.684366226196289,0.5414264798164368,3.736013412475586,-0.22223883867263794,0.6904248595237732,-0.37912797927856445 +123,1.5491522575099197,0.247957396890287,2.9373196822413927,0.9691886901855469,-0.24542434513568878,-0.020980462431907654,1.2488837242126465,-0.3905687630176544,1.1869477033615112,-0.5718345642089844,0.8553792238235474,-0.16453588008880615 +124,1.5321867272847105,0.21594903791715456,2.830500740405445,0.9760454893112183,-0.21427452564239502,-0.037703461945056915,0.6503545045852661,-0.5415822863578796,-1.463327407836914,-0.41362184286117554,0.74311363697052,0.07907003164291382 +125,1.4553921296583308,-0.03810129997376891,2.912714285582474,0.9926273822784424,0.038092080503702164,-0.11506463587284088,-2.6422693729400635,-0.9535614252090454,-3.8003947734832764,-0.05206036567687988,0.8423553109169006,0.04520988464355469 +126,1.4234946484308644,-0.5294712045987968,3.0715617345663038,0.8537277579307556,0.5050770044326782,-0.12667304277420044,-1.3305341005325317,-0.34971076250076294,-4.6611247062683105,0.8371748924255371,0.3862346410751343,-0.27556389570236206 +127,1.499351125576616,-0.8928476029322204,-3.022337543049473,0.6255968809127808,0.7788609266281128,-0.04477209970355034,-2.614150047302246,-0.4525409936904907,-1.958517074584961,0.5431349277496338,-0.6958529949188232,-0.19190692901611328 +128,1.7064011109400792,-1.0120094292760449,-2.7619248944402432,0.5252910256385803,0.8478989005088806,0.07167183607816696,-0.27011266350746155,0.30811870098114014,-0.8004734516143799,0.5712818503379822,-0.8233169317245483,-0.5153363943099976 +129,1.6742135265871105,-1.0067182276300772,-2.825252108237552,0.5317806005477905,0.8450818657875061,0.05519216135144234,0.719084620475769,0.34516608715057373,0.7597326636314392,0.550418496131897,-0.6561779975891113,-0.4019482135772705 +130,1.5669809110682664,-0.8548268453334769,-2.974530804671661,0.6563445329666138,0.7544572949409485,-0.002504239557310939,1.1151553392410278,0.16966837644577026,2.1398117542266846,0.5726441740989685,-0.07165688276290894,-0.5371838808059692 +131,1.4936896857937798,-0.6687236532673327,2.9567138401163957,0.7822823524475098,0.619985044002533,-0.06043899059295654,4.189605236053467,2.052441358566284,1.9585193395614624,0.706105649471283,0.28783655166625977,-0.710908055305481 +132,1.4171788451827871,-0.2847915095759306,2.6315107797317245,0.9484185576438904,0.2809573709964752,-0.14685063064098358,2.3396801948547363,-0.07971314340829849,4.4248738288879395,0.13880062103271484,0.4454982876777649,-0.22367851436138153 +133,1.4035512682255362,0.15663235083743127,2.492352976507948,0.9739760756492615,-0.15599267184734344,-0.16442862153053284,1.8578503131866455,0.09362763911485672,3.2422420978546143,-0.33728790283203125,0.9137899279594421,0.03366078436374664 +134,1.4304050437093876,0.4015010098056477,2.410658748633964,0.9114192128181458,-0.390800416469574,-0.12880264222621918,0.556396484375,-0.3300073444843292,1.3150053024291992,-0.5216487050056458,1.0528182983398438,0.14636552333831787 +135,1.3708848838949756,0.33261602844422034,2.4637820394402943,0.9263671040534973,-0.3265167772769928,-0.18769849836826324,-2.218533992767334,-0.460984468460083,-2.637775421142578,-0.4742950201034546,1.2319581508636475,0.32417309284210205 +136,1.3421717645449505,-0.14756191259548504,2.6216802045116028,0.9633944034576416,0.14702698588371277,-0.2241751104593277,-3.1479249000549316,0.5041996240615845,-5.955869674682617,0.9344175457954407,1.4208135604858398,-0.041251540184020996 +137,1.460921039705269,-0.7635230565374624,2.9902132332196802,0.7180482149124146,0.6914708018302917,-0.07921478897333145,-3.8783864974975586,-1.2724729776382446,-3.6624183654785156,0.8304442167282104,-0.30829209089279175,-0.7027981281280518 +138,1.5974309721925886,-0.9938431216334127,-2.9600135236015443,0.5452794432640076,0.8381285071372986,0.014526760205626488,-0.9812939167022705,-0.5963627099990845,-1.2274988889694214,0.5285120010375977,-0.7715390920639038,-0.33949315547943115 +139,1.8450296052023374,-1.033336224516162,-2.6060905430975847,0.4928258955478668,0.8590117692947388,0.1386422961950302,-1.799040675163269,-0.2882440984249115,-0.66935133934021,0.45283761620521545,-0.6694669723510742,-0.6924905776977539 +140,1.9109726201849875,-1.050018571789262,-2.5701781220386524,0.46904313564300537,0.8674324750900269,0.16601090133190155,1.6117808818817139,0.2841682732105255,0.8903136253356934,1.2584043741226196,-0.33660972118377686,-0.9523420333862305 +141,1.5060225119596606,-0.8365636365108468,-3.1219360584399083,0.6686126589775085,0.7423450946807861,-0.04336926341056824,3.1508398056030273,1.1299526691436768,3.828583002090454,1.1129577159881592,0.37291979789733887,-0.3682823181152344 +142,1.3979983575699166,-0.4191983823170059,2.824793885562124,0.8998125791549683,0.4070283770561218,-0.15705205500125885,3.24737811088562,0.5826979279518127,3.4628090858459473,0.16174137592315674,0.4233854413032532,-0.18047237396240234 +143,1.4305922010703644,-0.04402508581773228,2.5696673256190103,0.9892281889915466,0.044010866433382034,-0.13960985839366913,2.8647384643554688,1.5736929178237915,3.348334789276123,-0.13476639986038208,0.44558262825012207,0.04242663085460663 +144,1.603393034684375,0.3798078744577871,2.436987306693796,0.9282426238059998,-0.3707420527935028,0.03026837483048439,-0.5207805037498474,0.71506267786026,4.811618804931641,0.045832693576812744,1.3383934497833252,-0.12790942192077637 +145,1.3867595440205494,0.700694295075539,2.666871545572403,0.7514863610267639,-0.6447485685348511,-0.13988398015499115,-2.0185768604278564,-0.46800461411476135,-0.2800966799259186,-0.5599275231361389,2.1249427795410156,0.27762508392333984 +146,1.3804782097981367,0.11882296091544106,2.8471906692472184,0.9750203490257263,-0.11854355037212372,-0.1878374069929123,-2.282698154449463,0.621562123298645,-8.758889198303223,1.2230844497680664,2.0578136444091797,-0.4882948398590088 +147,1.4363834703972922,-0.7924386821297846,3.0051077208171733,0.6957778334617615,0.7120676040649414,-0.09408880025148392,-3.9981868267059326,0.2690855860710144,-7.453295707702637,2.0273056030273438,0.3707265257835388,-0.6143157482147217 +148,1.4228838878302674,-1.089193744194297,3.0445427466764805,0.45814257860183716,0.8862537741661072,-0.06826353818178177,-1.5008553266525269,-4.292016983032227,-0.11384245753288269,0.32280227541923523,-0.7778552770614624,0.17832517623901367 +149,1.624854881760003,-1.212410868337145,-3.0091284408288566,0.3502501845359802,0.9364643692970276,0.01895248331129551,-0.907016932964325,1.37155020236969,0.676834762096405,1.3495635986328125,-1.0535298585891724,-0.662781834602356 +150,1.5775676689365898,-0.9928419309118862,-3.1150503103227654,0.5462994575500488,0.8375819325447083,0.0036992370150983334,1.944003939628601,0.32493868470191956,4.149003505706787,1.5483508110046387,0.1298559308052063,-0.7623815536499023 +151,1.477998099601652,-0.4363802097594942,2.8814068492289393,0.9023881554603577,0.4226616621017456,-0.0839812308549881,2.559098243713379,0.6963164210319519,5.835940361022949,0.6421827673912048,0.9218817949295044,-0.5269653797149658 +152,1.4488270678345165,0.07488867908211323,2.673590138869508,0.9897890686988831,-0.0748187005519867,-0.12132607400417328,2.7868659496307373,0.2286703735589981,4.124459266662598,-0.09507465362548828,0.9106341600418091,-0.11733663082122803 +153,1.5415516846459378,0.466174906133967,2.469642840205931,0.8929122686386108,-0.4494726359844208,-0.026120346039533615,1.441599726676941,0.03379617631435394,2.963449239730835,-0.34522855281829834,1.2490789890289307,-0.004824519157409668 +154,1.5380313762529363,0.6264332994317707,2.450690651426302,0.8096888661384583,-0.5862590074539185,-0.0265389122068882,-0.8018102645874023,-0.35978251695632935,0.05241630971431732,-0.5695765614509583,1.334962010383606,0.11418545246124268 +155,1.412848363113233,0.3983298026395035,2.604801505716824,0.9102368354797363,-0.38787946105003357,-0.14497767388820648,-2.666147232055664,-0.3567273020744324,-4.336561679840088,-0.03757143020629883,1.558213233947754,0.13743984699249268 +156,1.389309394866288,-0.294948881000012,2.931602598117543,0.9411026239395142,0.29069092869758606,-0.17269809544086456,-4.790305137634277,-1.195804238319397,-7.029510498046875,1.5018141269683838,1.3157544136047363,-0.8119820952415466 +157,1.466452500184167,-0.8888640896579795,-2.9772631420571507,0.6268661618232727,0.7763562798500061,-0.06564803421497345,-2.4539830684661865,-1.379220962524414,-3.070075511932373,0.9335280656814575,-0.6955304741859436,-0.687129020690918 +158,1.672113023059638,-1.0927991883809902,-2.692410704012099,0.45764273405075073,0.8879179954528809,0.04652615636587143,-2.107423782348633,0.2549157738685608,-1.3465231657028198,0.7854602336883545,-0.6774383187294006,-0.3239004611968994 +159,2.00136181204727,-1.1045296172238277,-2.3267710031812103,0.40852388739585876,0.8932528495788574,0.1876373142004013,-0.06460581719875336,-0.565910816192627,0.8869641423225403,1.1365811824798584,-0.8351320028305054,-1.046539306640625 +160,1.6145630382393437,-0.9728519862798695,-2.697261256960309,0.5624054074287415,0.826494574546814,0.024630365893244743,2.906991958618164,0.2436751127243042,2.0214297771453857,0.810580313205719,-0.22149890661239624,-0.3789851665496826 +161,1.4494555831797369,-0.631157008119392,3.1286297355191777,0.801409125328064,0.5900792479515076,-0.09772366285324097,2.7261006832122803,1.2740833759307861,5.059183120727539,1.2436195611953735,0.5652704834938049,-0.48195773363113403 +162,1.3925007836252372,-0.04342335040491703,2.9796045177642023,0.9832198023796082,0.04340970516204834,-0.17718522250652313,2.383450984954834,-0.2631939649581909,4.985063552856445,0.0662798285484314,1.0457016229629517,-0.08824141323566437 +163,1.4711560532590036,0.39393276555816975,2.7940844151155746,0.9188267588615417,-0.3838229179382324,-0.09185633808374405,2.224259853363037,0.5743511915206909,3.3614513874053955,-0.2282596230506897,1.174243450164795,0.04032742232084274 +164,1.5161686324140748,0.62677612815246,2.7051309624079996,0.8087144494056702,-0.586536705493927,-0.04422220215201378,-0.1182050034403801,-0.34496480226516724,0.8113585710525513,-0.5551286339759827,1.3091318607330322,0.2179434895515442 +165,1.4218940542503749,0.4864525642910614,2.832563215367221,0.8742150068283081,-0.4674929082393646,-0.131143257021904,-2.2852060794830322,-0.08540628850460052,-3.5315213203430176,-0.5866020917892456,1.263147234916687,0.3105866312980652 +166,1.3802564673298279,-0.15030848789200854,-3.1046763348791098,0.9708312153816223,0.14974315464496613,-0.1872536540031433,-5.885503768920898,-0.33493056893348694,-7.489212989807129,1.703012228012085,1.9917058944702148,-0.9529593586921692 +167,1.4289568099660046,-0.7968813647429479,-2.870460270064593,0.6919214725494385,0.7151798605918884,-0.09880530089139938,3.0680654048919678,-0.1288549304008484,-0.2433440238237381,1.6282689571380615,-1.5058903694152832,-1.3360854387283325 +168,1.2812229904704844,-0.7093799850081766,-2.7214803676539545,0.7271752953529358,0.6513634324073792,-0.21666055917739868,-5.236561298370361,-1.1822701692581177,0.2243478000164032,-0.1818566918373108,-0.3239709138870239,0.6781778931617737 +169,1.8954605247077956,-0.8373445222799221,-2.069168715852148,0.6344653367996216,0.7428680658340454,0.21354444324970245,-2.705402374267578,2.3458316326141357,-2.2948217391967773,0.6157789826393127,-0.2803892493247986,-1.3888068199157715 +170,1.8331769549266415,-0.8840193849374445,-2.1661876348243863,0.6123482584953308,0.7732936143875122,0.16445976495742798,1.9660736322402954,-1.9786771535873413,1.6705799102783203,0.7088645696640015,-0.2663049101829529,-0.6171421408653259 +171,1.5442373189205014,-0.7696234774415674,-2.5266859910866706,0.7179194688796997,0.6958648562431335,-0.019071713089942932,3.1497089862823486,1.7996156215667725,2.2096035480499268,1.0507420301437378,0.04351496696472168,-0.47496211528778076 +172,1.4231721833150346,-0.38544617649223567,-2.851975724371304,0.9165522456169128,0.3759726285934448,-0.13629677891731262,2.65037202835083,-0.32056093215942383,4.502809524536133,0.4346289038658142,0.52191561460495,-0.30416339635849 +173,1.3526612079883313,0.0877609166058893,-3.0315775041635065,0.9725454449653625,-0.08764830231666565,-0.21557646989822388,2.7493577003479004,-0.1954222023487091,3.8402769565582275,-0.05744534730911255,0.942323625087738,0.10324126482009888 +174,1.3736603324466254,0.4256299197826993,-3.1320458468886825,0.8931385278701782,-0.4128945767879486,-0.1783866286277771,0.7197238206863403,-0.2947236895561218,2.051731824874878,-0.5354877710342407,1.0591806173324585,0.2585410475730896 +175,1.3294530038989265,0.4452447740188048,-3.0940964886217257,0.8763487339019775,-0.4306788146495819,-0.21570530533790588,-1.3106085062026978,-0.009258586913347244,-1.7488162517547607,-0.5607969760894775,1.0719904899597168,0.435111403465271 +176,1.3327880697227759,0.04748499785650103,-2.871999352905343,0.9707140922546387,-0.047467153519392014,-0.2355017513036728,-4.9345784187316895,0.7647611498832703,-4.940433979034424,0.39917421340942383,1.3516052961349487,-0.14955377578735352 +177,1.4274998006625073,-0.5703810540368359,-2.5764557898298106,0.8330684304237366,0.53995281457901,-0.12019966542720795,-2.9844977855682373,-0.5820242166519165,-4.417305946350098,1.1529698371887207,0.13089978694915771,-0.6242156028747559 +178,1.5145156005460314,-0.8254957193971194,-2.333441914045876,0.6771187782287598,0.7348840832710266,-0.03814902529120445,-1.3258565664291382,-0.8132098317146301,-1.2049304246902466,0.4441274404525757,-0.6798456907272339,-0.27328282594680786 +179,1.7151701167531388,-0.9043531373956387,-2.0594627163368275,0.6117624044418335,0.7860254049301147,0.08894127607345581,-1.9612488746643066,0.11314345896244049,-0.6759352684020996,0.34461259841918945,-0.6983332633972168,-0.5705543756484985 +180,1.8294028190664349,-0.904933373248918,-1.9415203009864024,0.5971967577934265,0.7863839864730835,0.157976433634758,0.2643517553806305,0.39205554127693176,0.6698954701423645,0.6462267637252808,-0.6384499073028564,-0.7791311740875244 +181,1.6738879231881874,-0.7821085285442549,-2.1153875396814046,0.7056626081466675,0.7047768235206604,0.07300670444965363,2.0840325355529785,-0.2690615952014923,1.4846686124801636,0.5051681399345398,-0.0197334885597229,-0.6534968614578247 +182,1.5101430655040622,-0.6031064630410454,-2.5010417020906233,0.8220632076263428,0.5672036409378052,-0.049922049045562744,3.430110216140747,1.2606703042984009,2.5002810955047607,0.6256449222564697,0.3371695280075073,-0.6092880964279175 +183,1.4181250286508664,-0.24108647238309103,-2.8406409652575255,0.9597838521003723,0.23875781893730164,-0.1476806402206421,3.435342311859131,0.09936899691820145,3.842742919921875,0.1721130609512329,0.5620996952056885,-0.3148895502090454 +184,1.4021189294760104,0.18844144329612422,-3.0764999897160092,0.9683563709259033,-0.18732815980911255,-0.16490678489208221,2.556596279144287,-0.22370237112045288,3.3825342655181885,-0.29869383573532104,0.9264333844184875,0.025304123759269714 +185,1.4354894503624909,0.42572323596142014,3.022044858259017,0.9024159908294678,-0.4129795730113983,-0.12285374104976654,1.407213807106018,-0.22465196251869202,0.5074105262756348,-0.6704214811325073,0.9997258186340332,0.30585235357284546 +186,1.444936468510988,0.3017669439057923,3.051369650885875,0.947260320186615,-0.297207772731781,-0.11985558271408081,-1.9955530166625977,0.4592851996421814,-2.746872663497925,-0.31029748916625977,1.0847597122192383,0.2043434977531433 +187,1.4576120607625804,-0.1639946606440653,-2.934293198730865,0.9802703857421875,0.1632605642080307,-0.1114274114370346,-3.7261836528778076,0.24089117348194122,-5.46284294128418,0.6123199462890625,1.1025933027267456,-0.5154951810836792 +188,1.4968320951866445,-0.7527966252277357,-2.749587884515876,0.7277843356132507,0.6836823225021362,-0.05392839014530182,-1.1716828346252441,-0.5547171831130981,-4.43425178527832,1.060866117477417,-0.2298707365989685,-0.4823417663574219 +189,1.5240770881080925,-0.9852423884535104,-2.6001613597804605,0.552058219909668,0.8334060907363892,-0.025810521095991135,-0.5136373043060303,-1.004445195198059,-0.7712430357933044,0.5888566970825195,-0.8835312128067017,-0.20687073469161987 +190,1.6160718985895424,-1.0525738422344249,-2.491577350310015,0.49482956528663635,0.8687010407447815,0.02241901122033596,-0.27185022830963135,0.692040205001831,-0.4645087718963623,0.5818763971328735,-0.8085660338401794,-0.3534889221191406 +191,1.610594766750494,-0.9888910860573034,-2.552949783348329,0.549181342124939,0.8354170322418213,0.021868107840418816,0.5654342174530029,0.4702710509300232,1.6112351417541504,0.814069390296936,-0.3237287998199463,-0.47229230403900146 +192,1.4603802312269412,-0.791424004110546,-2.706217333931883,0.698553204536438,0.7113548517227173,-0.07744650542736053,1.7637112140655518,-0.36315110325813293,1.5020142793655396,0.16364479064941406,-0.09938579797744751,-0.40958350896835327 +193,1.382719836901433,-0.6335433428808069,-3.051263001523875,0.7917227745056152,0.5920041799545288,-0.1506853699684143,2.9011712074279785,1.7476937770843506,1.6902618408203125,0.7896523475646973,0.2393862009048462,-0.5398206114768982 +194,1.3392332432406038,-0.20535083157483802,3.0765636559345313,0.952859103679657,0.20391063392162323,-0.22467726469039917,1.848893642425537,-0.8596380949020386,4.841182708740234,0.17551302909851074,0.7256242632865906,-0.25014573335647583 +195,1.283738805931228,0.18791058044884082,2.97445555902758,0.9421980977058411,-0.18680666387081146,-0.27814731001853943,2.473623037338257,0.029436642304062843,2.227219581604004,-0.47978055477142334,0.8421258926391602,0.15546664595603943 +196,1.362141359228389,0.3684238225620851,2.8111589544206836,0.9126620292663574,-0.3601454794406891,-0.1932440549135208,1.61620032787323,0.2693636417388916,0.14101175963878632,-0.7124209403991699,0.9219130277633667,0.2524481415748596 +197,1.3835513738681007,0.22822813813950427,2.7442140079992607,0.9570429921150208,-0.22625195980072021,-0.18132556974887848,-1.075746774673462,-0.20091168582439423,-2.6720993518829346,-0.2510797381401062,0.9621680974960327,0.35077446699142456 +198,1.3601708011088374,-0.24571163422402217,3.052101439422886,0.9485285878181458,0.2432466447353363,-0.20279206335544586,-5.6255364418029785,-0.244964599609375,-5.090697288513184,0.8954045176506042,1.3217862844467163,-0.5267764329910278 +199,1.4522482792299067,-0.7903921688974735,-2.9601917387836,0.6986284852027893,0.7106292247772217,-0.08321121335029602,-1.258705735206604,0.06996578723192215,-3.2575056552886963,0.8716534376144409,-0.45162659883499146,-0.6845805644989014 +200,1.4117378612468425,-0.9585933933564497,-2.9512789931320818,0.5674176216125488,0.818384051322937,-0.09102147817611694,-0.7219823002815247,-1.0169708728790283,-0.26817962527275085,0.30326414108276367,-0.748163104057312,0.001025080680847168 +201,1.6199983122881465,-1.0366290110644336,-2.708873223174586,0.5085085034370422,0.8606928586959839,0.025039836764335632,-0.8557118773460388,1.0964725017547607,-1.0172196626663208,0.43575114011764526,-0.7310389280319214,-0.5215760469436646 +202,1.6438465772270512,-1.0247627048611678,-2.7849474480951444,0.5179169774055481,0.8545910120010376,0.03790140524506569,0.825254499912262,0.05559823289513588,1.7014957666397095,0.8744323253631592,-0.49355268478393555,-0.5828995704650879 +203,1.4606467279654625,-0.8099718265063011,-3.0116656864283136,0.685340166091919,0.7242677211761475,-0.07579673826694489,2.0717060565948486,0.6026172041893005,2.0340051651000977,0.5610130429267883,-0.03200697898864746,-0.3103421926498413 +204,1.4260070306551074,-0.5268706831177838,2.9951984179107174,0.855340301990509,0.5028308629989624,-0.1247168555855751,3.303001880645752,1.5549813508987427,2.817577362060547,0.2709415555000305,0.3835980296134949,-0.6466454267501831 +205,1.3980947982724397,-0.18822992321186144,2.7131538921884775,0.9677239060401917,0.18712037801742554,-0.16880902647972107,2.8356916904449463,0.08068118244409561,3.0046229362487793,-0.14284902811050415,0.45432859659194946,-0.24297988414764404 +206,1.3919926949915948,0.11470936665626381,2.5460681789952426,0.977590024471283,-0.11445797234773636,-0.17668357491493225,1.5934796333312988,0.08235157281160355,1.7378615140914917,-0.45392364263534546,0.6956652402877808,0.08601582050323486 +207,1.4271679797068353,0.2280739093998038,2.460750790472179,0.9640735387802124,-0.22610172629356384,-0.13942836225032806,0.37638527154922485,-0.08337684720754623,0.4515535235404968,-0.4382861852645874,0.7143677473068237,0.15335965156555176 +208,1.3804784754048067,0.16245562030224436,2.4872102295588427,0.9690149426460266,-0.1617419719696045,-0.18668021261692047,-1.5066899061203003,-0.42287522554397583,-1.7475273609161377,-0.2941797971725464,0.8747546672821045,0.4279521703720093 +209,1.3620675255370656,-0.2435596777070239,2.746043789263701,0.9494212865829468,0.24115876853466034,-0.20110058784484863,-3.538167953491211,-0.06180168688297272,-5.316735744476318,0.48409605026245117,0.9972140192985535,-0.339548796415329 +210,1.5273243450704865,-0.7858249365312147,3.0470865770179087,0.7061371207237244,0.7074084877967834,-0.030716530978679657,-3.4537713527679443,-0.29051584005355835,-3.622373104095459,1.0936369895935059,-0.3046070337295532,-0.7925561666488647 +211,1.5638247984234444,-0.9154389634421706,-3.0234612004801007,0.6094277501106262,0.7928301692008972,-0.004248711280524731,-0.0014487551525235176,-1.2339532375335693,0.04883761703968048,0.3935324549674988,-0.7485492825508118,-0.2510460615158081 +212,1.6166660122127792,-0.9182028842131408,-2.887685613768228,0.6066100597381592,0.794511616230011,0.027844544500112534,-1.3026959896087646,-0.058695871382951736,-0.4970419406890869,0.07580870389938354,-0.596406877040863,-0.23145782947540283 +213,1.6780994738473303,-0.9521612373358623,-2.851902640161876,0.5765883326530457,0.814670741558075,0.062108296900987625,0.3856196105480194,0.4066997170448303,0.32723742723464966,0.7545120716094971,-0.4736979007720947,-0.48013806343078613 +214,1.5040548651185552,-0.8279894903945347,-2.9817373365112516,0.6748523116111755,0.7365730404853821,-0.04510762542486191,0.6303600668907166,0.10781895369291306,1.1113649606704712,0.49067503213882446,-0.02868729829788208,-0.05648541450500488 +215,1.4175726966035826,-0.7170732219163057,2.8423039633445275,0.7449018359184265,0.6571815013885498,-0.11503824591636658,3.5548245906829834,2.84199857711792,3.1686105728149414,1.0972613096237183,-0.1562201976776123,-0.2133156657218933 +216,1.4599024571355774,-0.2033468889243438,2.720843515285658,0.9733803272247314,0.2019483894109726,-0.1083865687251091,1.60188627243042,-0.11056869477033615,5.521130561828613,0.23810648918151855,0.7813432216644287,-0.3349575996398926 +217,1.4915781652702391,0.23466182654239165,2.5996562645207306,0.9695429801940918,-0.23251409828662872,-0.07696647942066193,1.804970145225525,0.7814746499061584,2.844670295715332,-0.48545777797698975,0.8591009378433228,-0.05059695988893509 +218,1.5536264208630048,0.44564498455684826,2.4958722750426143,0.9021999835968018,-0.431039959192276,-0.01549221109598875,0.2008129209280014,-0.33889007568359375,1.081471562385559,-0.6844416856765747,0.9800511598587036,0.07368922233581543 +219,1.5084522630571742,0.3375517145894243,2.5367813284297247,0.9417352080345154,-0.3311779499053955,-0.05878778547048569,-0.555772066116333,-0.49472182989120483,-3.222348213195801,-0.3859795928001404,1.1922008991241455,0.025660991668701172 +220,1.4416383816514977,-0.17481265066462423,2.689936329197472,0.9765567779541016,0.17392364144325256,-0.1268361359834671,-3.107032299041748,-0.3206789791584015,-5.9980974197387695,0.9959011077880859,1.3737295866012573,-0.21032202243804932 +221,1.5398557710058904,-0.7801014341389139,3.070968854734587,0.7105020880699158,0.7033514976501465,-0.021990347653627396,-3.4163496494293213,-1.5345332622528076,-4.303656578063965,1.0227742195129395,-0.07854986190795898,-0.7992224097251892 +222,1.6725747089672511,-1.0595176545497944,-2.862442096102697,0.48676106333732605,0.8721195459365845,0.04971352964639664,-0.10728181153535843,-0.5756498575210571,-1.6519169807434082,0.7460728883743286,-1.000110149383545,-0.4127049446105957 +223,1.813428695560471,-1.1302167342590288,-2.652439214508162,0.4139723777770996,0.904504656791687,0.10246168822050095,-1.2162160873413086,0.4781358242034912,-0.6196194887161255,0.6558213233947754,-1.050287127494812,-0.38691604137420654 +224,1.7920938352193205,-1.0215804852842103,-2.6977029172904676,0.5092884302139282,0.8529341220855713,0.11458083242177963,0.9151477813720703,-1.5068422555923462,2.286135673522949,0.8614848852157593,-0.3735487461090088,-0.8338801860809326 +225,1.4795870116605998,-0.837161770769534,3.1132201165953317,0.6667903065681458,0.7427456974983215,-0.060986701399087906,4.873529434204102,3.0974538326263428,3.0906710624694824,1.397800087928772,0.1521517038345337,-0.4697139859199524 +226,1.490455559772895,-0.2676853599410066,2.8220742586704755,0.961275041103363,0.2644999325275421,-0.07739616930484772,1.4106308221817017,-0.05359267443418503,6.212121486663818,0.5556470155715942,1.0679128170013428,-0.4053614139556885 +227,1.5038188409230133,0.26867300766148927,2.6868789229884125,0.9619623422622681,-0.2654522955417633,-0.06452633440494537,2.144940137863159,0.5950098633766174,4.2924604415893555,-0.22674810886383057,1.1167248487472534,-0.12385863065719604 +228,1.616324309680812,0.6123133288784102,2.4938019356950476,0.8174725770950317,-0.5747620463371277,0.037243615835905075,1.0917093753814697,-0.11456269770860672,2.187875270843506,-0.5604231357574463,1.31797194480896,0.09273076057434082 +229,1.598098292673063,0.6393498874499742,2.529148074930891,0.8021849989891052,-0.596673846244812,0.021906670182943344,-1.4292707443237305,-0.15504685044288635,-1.7947134971618652,-0.6169431209564209,1.3995301723480225,0.07785534858703613 +230,1.448652592787859,0.22074531929944805,2.7872353384423434,0.9684650301933289,-0.21895691752433777,-0.11888373643159866,-3.0352623462677,0.17921876907348633,-5.671709060668945,0.37032586336135864,1.3476648330688477,-0.14518487453460693 +231,1.4900635932683628,-0.5324578623965134,3.072759845969596,0.8587557077407837,0.5076524615287781,-0.06948071718215942,-3.8222904205322266,-0.554226279258728,-7.636532306671143,1.7611629962921143,0.9957044124603271,-0.7627946734428406 +232,1.6031679305144333,-1.1136647030774032,-2.943025948193541,0.44114524126052856,0.8973222374916077,0.014285569079220295,-0.19200995564460754,-0.2869630455970764,-3.6324007511138916,1.4515855312347412,-1.0724167823791504,-0.5593905448913574 +233,1.5769427073634021,-1.216698711421827,-2.8655763866340522,0.3467373549938202,0.9379597902297974,0.002131206449121237,-1.6783978939056396,-1.6456243991851807,-0.3349253535270691,0.6444430351257324,-0.9732381701469421,0.006947755813598633 +234,1.6488378766784644,-1.190488754312176,-2.8219275290394346,0.37007656693458557,0.9285504817962646,0.028940126299858093,0.781902015209198,0.9046871662139893,2.0202109813690186,1.2960153818130493,-0.7464519739151001,-0.520868182182312 +235,1.466186383371847,-0.8687492426508511,-3.0386448300427893,0.64225172996521,0.7635217905044556,-0.06743207573890686,1.9166827201843262,1.0790983438491821,3.500767469406128,1.0273802280426025,0.18557482957839966,-0.3077205419540405 +236,1.4654780298522134,-0.41222025717956395,3.0297411232849942,0.9111568331718445,0.40064460039138794,-0.09631787240505219,2.0426254272460938,0.3495166599750519,4.8463616371154785,0.5774906277656555,0.7397667765617371,-0.4762681722640991 +237,1.4635242472959114,0.05751348586636591,2.872034562258816,0.9926078915596008,-0.057481784373521805,-0.10688943415880203,2.417870044708252,0.5729832649230957,4.075920581817627,-0.0865868330001831,0.8581409454345703,-0.15225058794021606 +238,1.5568073539931027,0.42648240109447577,2.6861184462921632,0.9103374481201172,-0.4136708676815033,-0.012735516764223576,1.300021767616272,-0.09388120472431183,2.928070068359375,-0.4838085174560547,1.0236866474151611,2.4974346160888672e-05 +239,1.5493555978162785,0.5897420974152057,2.6284828812968666,0.8308931589126587,-0.5561466813087463,-0.01781768538057804,-0.2980641722679138,-0.42394083738327026,-0.15400709211826324,-0.7789064645767212,1.2349644899368286,0.24692833423614502 +240,1.4616153646082992,0.28051423407795956,2.8169106785804185,0.9551916122436523,-0.27684980630874634,-0.10470511764287949,-3.7109150886535645,0.24943971633911133,-5.719965934753418,-0.20288759469985962,1.3601933717727661,0.06812984496355057 +241,1.4589733779041734,-0.4326535459909901,3.0911101012896145,0.9021862149238586,0.4192813038825989,-0.10130774229764938,-3.8642842769622803,-1.3397353887557983,-6.879898548126221,1.5585681200027466,1.2501370906829834,-0.6453200578689575 +242,1.546032489884412,-0.9190028709289774,-2.8370070070220823,0.6064272522926331,0.7949971556663513,-0.015020536258816719,-1.9379398822784424,-1.647074580192566,-2.639171838760376,0.7919796705245972,-0.5292195677757263,-0.6626527905464172 +243,1.699071585115593,-1.0753542709106916,-2.5504196072735823,0.47151461243629456,0.8797586560249329,0.060817599296569824,-2.267960786819458,-0.49217551946640015,-1.3188507556915283,0.5487490892410278,-0.6771677136421204,-0.22739779949188232 +244,1.9578359089119621,-1.160424760142517,-2.301089554012301,0.3694401979446411,0.9169726371765137,0.15058326721191406,0.9390864372253418,0.5151605606079102,0.507736086845398,1.1955622434616089,-1.1234545707702637,-0.8152103424072266 +245,1.6161808193939666,-1.0065790604937896,-2.6609065951489086,0.5342041254043579,0.8450074195861816,0.024261241778731346,2.5784385204315186,-0.06736429780721664,2.2764596939086914,0.9038147330284119,-0.2009490728378296,-0.5818021297454834 +246,1.4455237040534448,-0.663126056519011,-3.114801142426337,0.7818962335586548,0.6155834197998047,-0.09846580773591995,2.9243521690368652,2.3325438499450684,4.488728046417236,1.1940102577209473,0.5910511016845703,-0.5149680376052856 +247,1.4999343981211466,-0.11346356513444071,2.9719701730558783,0.9910765290260315,0.11322026699781418,-0.0703473836183548,1.929669976234436,0.8001170754432678,5.5090012550354,0.30422693490982056,0.9511260390281677,-0.3884386420249939 +248,1.5475186767020648,0.3855224715406367,2.818001342162019,0.9263511300086975,-0.37604331970214844,-0.021567173302173615,1.6309913396835327,0.036032166332006454,3.8925113677978516,-0.31828832626342773,1.172689437866211,-0.14075583219528198 +249,1.6183182642264624,0.6670605735440912,2.669430120514943,0.7847566604614258,-0.6186793446540833,0.03732125833630562,0.8179291486740112,-0.26534292101860046,1.5055389404296875,-0.6366853713989258,1.2331812381744385,0.003679037094116211 +250,1.5638579016200642,0.5689802860128346,2.678272311318475,0.8424305319786072,-0.5387732982635498,-0.005845234729349613,-1.3229985237121582,-0.8130143284797668,-3.4600441455841064,-0.5201497077941895,1.4327247142791748,0.19122427701950073 +251,1.4413813127700743,-0.0495146663081984,2.9306213830751844,0.9904221296310425,0.049494437873363495,-0.12889589369297028,-3.200845718383789,-0.04069284349679947,-7.57282018661499,1.2934064865112305,1.7493489980697632,-0.4085797071456909 +252,1.4848800695805948,-0.7540477056464622,-3.02831048644299,0.7262352705001831,0.6845948100090027,-0.0625493973493576,-4.0538811683654785,-2.023052215576172,-4.0450944900512695,1.3621742725372314,-0.28008437156677246,-0.6766015887260437 +253,1.4941300981166887,-1.0420620927476851,-2.8360691762730506,0.5029589533805847,0.8634462952613831,-0.03863569349050522,0.5662805438041687,-0.3465240001678467,-0.6608387231826782,0.9880077838897705,-0.9946261644363403,-0.1170191764831543 +254,1.7342680979897773,-1.1073372818024867,-2.540443771855263,0.44108492136001587,0.8945115208625793,0.0727541595697403,-0.9131617546081543,0.3914932906627655,0.48095908761024475,1.0994118452072144,-1.1096299886703491,-0.6676943302154541 +255,1.7149483013757978,-0.9480529359415001,-2.5674682571842626,0.5772162079811096,0.8122813701629639,0.08378802984952927,0.5059921145439148,-0.32513999938964844,1.9491335153579712,0.8591393232345581,-0.17696642875671387,-0.7536946535110474 +256,1.5384633339096767,-0.749641961163177,-2.9927699288954472,0.7315503358840942,0.6813767552375793,-0.023661458864808083,3.259627103805542,2.0263869762420654,3.1045289039611816,0.9386613965034485,0.15907734632492065,-0.5861560106277466 +257,1.4889741892364274,-0.31240347009069913,2.9977833666553457,0.9484140276908875,0.3073466718196869,-0.07777490466833115,2.7127022743225098,0.48804137110710144,4.7661566734313965,0.19681912660598755,0.528667151927948,-0.43452370166778564 +258,1.5069238556302116,0.16803145794732022,2.805184912113488,0.983905553817749,-0.16724185645580292,-0.06293007731437683,2.0230038166046143,0.13934817910194397,3.790510416030884,-0.22795450687408447,1.0807092189788818,-0.22872638702392578 +259,1.560709239629927,0.42866435844083045,2.6459584193403147,0.9094755053520203,-0.4156563878059387,-0.009174269624054432,1.424380898475647,-0.30208805203437805,1.2235488891601562,-0.5751096606254578,1.0400307178497314,-0.07706844806671143 +260,1.5244368480292003,0.39573855994990065,2.579778421869453,0.9217206835746765,-0.3854897618293762,-0.04276112839579582,-0.47081804275512695,-0.996139407157898,-1.8075659275054932,-0.5986921787261963,0.9899362325668335,0.22069388628005981 +261,1.4182067611854237,0.02929804545925419,2.7296116311569376,0.9879566431045532,-0.029293853789567947,-0.15193289518356323,-3.7569799423217773,-0.23246027529239655,-4.925950050354004,0.15744435787200928,1.2033966779708862,0.13456839323043823 +262,1.5025807799064745,-0.6624010176891866,3.0643336906297747,0.7866838574409485,0.6150118708610535,-0.05374746397137642,-2.5256216526031494,-0.6935821175575256,-6.784561634063721,1.3927899599075317,0.6114895343780518,-0.8563172221183777 +263,1.6599108684563186,-1.0907853966391963,-2.9968724483517444,0.4599563777446747,0.8869898915290833,0.04109765216708183,-0.3039464056491852,-0.9611791372299194,-0.7289428114891052,1.1964309215545654,-1.0744593143463135,-0.6118526458740234 +264,1.7334193448653796,-1.1042047829464274,-2.750678593399199,0.4439097046852112,0.8931067585945129,0.0728331208229065,-1.0431456565856934,0.46018338203430176,-1.4605910778045654,0.5405721664428711,-0.6760810017585754,-0.2691831588745117 +265,1.7271332652450204,-1.14788490972471,-2.8506450052080194,0.4054116904735565,0.9118978977203369,0.06390228867530823,1.3373879194259644,0.3224000036716461,1.2146587371826172,1.0867910385131836,-0.7785208821296692,-0.5315688848495483 +266,1.459411376799121,-0.9098958578866705,-3.134724393802947,0.6100240349769592,0.7894397974014282,-0.06822989881038666,1.9914180040359497,1.8599231243133545,2.270613431930542,0.9917061924934387,0.247059166431427,-0.19841748476028442 +267,1.524815161963913,-0.579467059639242,2.815903568401565,0.8358702659606934,0.5475780963897705,-0.03846139833331108,1.9158827066421509,1.823616623878479,5.625203609466553,1.3928894996643066,0.6041553020477295,-0.7104094624519348 +268,1.4837099606991315,0.09619932948124595,2.7107693669127246,0.9916044473648071,-0.09605102241039276,-0.08657419681549072,2.122939109802246,-0.6493759751319885,5.940104007720947,0.13817167282104492,1.2590606212615967,-0.2643321752548218 +269,1.586790958197811,0.5508663143965968,2.4941843873729903,0.8519623875617981,-0.5234255790710449,0.013627986423671246,2.142796039581299,0.551630437374115,3.334934711456299,-0.3587830662727356,1.3646578788757324,-0.03869819641113281 +270,1.637330426820039,0.763030602984523,2.3865437159585907,0.721145749092102,-0.6911149621009827,0.04805171117186546,-0.23737643659114838,-0.7399320006370544,0.8438984155654907,-0.773819088935852,1.239607334136963,0.10229314118623734 +271,1.473478602848588,0.5881463300638566,2.532575648022308,0.8280340433120728,-0.5548197627067566,-0.08083774894475937,-2.775515079498291,-0.40442386269569397,-4.5292649269104,-0.5397650003433228,1.4914195537567139,0.2587704658508301 +272,1.3705030656263448,-0.12779481147826222,2.822642662506491,0.9720167517662048,0.127447247505188,-0.19733433425426483,-4.218680381774902,-0.438069224357605,-8.154922485351562,1.679243803024292,2.104166030883789,-0.6642227172851562 +273,1.5162496529147946,-0.8872094628603278,-3.015118041725249,0.6306387186050415,0.7753123044967651,-0.03443340212106705,-3.309633493423462,-1.4396857023239136,-4.150878429412842,1.502189040184021,-0.47694194316864014,-1.3312435150146484 +274,1.489915009587311,-1.0360585381721752,-2.8639549951127337,0.5079495906829834,0.8604022860527039,-0.041173454374074936,-3.2453696727752686,-1.526569128036499,-0.7951877117156982,0.18876677751541138,-0.7913714647293091,0.23265600204467773 +275,1.9436822740976718,-1.0993416049797626,-2.4194316239971094,0.4229709506034851,0.8909085392951965,0.1654607355594635,-0.29289335012435913,0.244835764169693,1.2086598873138428,1.1187922954559326,-1.0242247581481934,-1.0169163942337036 +276,1.685357800147511,-0.926672645163567,-2.6512431241470633,0.5965616106987,0.7996262907981873,0.06864354014396667,1.7928657531738281,-1.591557264328003,2.7146360874176025,0.7765005230903625,-0.27150440216064453,-0.5881748199462891 +277,1.4571947145240303,-0.6991605839415401,-3.0033372457428564,0.760449230670929,0.6435754299163818,-0.08676180988550186,4.203070640563965,2.499321460723877,1.876105546951294,0.920306384563446,0.3381902575492859,-0.5313259363174438 +278,1.4340310832040077,-0.2856798415760347,2.9235742916350738,0.9505109190940857,0.28180980682373047,-0.13081349432468414,1.9647303819656372,0.1329231560230255,5.193862438201904,0.573216438293457,0.685643196105957,-0.26213085651397705 +279,1.4100149261428518,0.2064862374515295,2.7752606063488465,0.9661338329315186,-0.20502205193042755,-0.15668885409832,2.5497565269470215,0.37429749965667725,3.6914377212524414,-0.22603678703308105,0.9939014315605164,0.07371151447296143 +280,1.484157780342834,0.5026775896476154,2.6369194206502495,0.8730089068412781,-0.48177361488342285,-0.07582604140043259,0.6224538087844849,-0.24666886031627655,1.8149101734161377,-0.6049272418022156,1.0192186832427979,0.17200219631195068 +281,1.4313599726434714,0.523365567032162,2.6814880095402733,0.8577356934547424,-0.4997980296611786,-0.1203807145357132,-1.5808980464935303,0.29784393310546875,-1.632519245147705,-0.5850610733032227,1.192760705947876,0.387440025806427 +282,1.3740680718164615,0.08812487101784412,2.9365530853743356,0.9769056439399719,-0.08801085501909256,-0.19470325112342834,-4.232952117919922,0.5002966523170471,-6.489896297454834,0.4173508882522583,1.5239697694778442,-0.17439161241054535 +283,1.4277666395352282,-0.6017686400101503,-3.0095271432420705,0.8159180283546448,0.5661013126373291,-0.11750286817550659,-4.804525375366211,-1.1104463338851929,-4.629976749420166,1.155532717704773,0.2626644968986511,-0.6760457158088684 +284,1.562047856201354,-0.8709980221429019,-2.6465870070509685,0.6440388560295105,0.7649720907211304,-0.005634498782455921,-1.0403367280960083,-1.520705223083496,-0.3653218150138855,0.628986656665802,-0.7786744832992554,-0.4280049800872803 +285,1.7893399719619874,-0.908747439702823,-2.270935592742784,0.6001125574111938,0.7887343764305115,0.1332794427871704,-3.0835726261138916,0.9169468283653259,-1.4241775274276733,0.4210819602012634,-0.4539564251899719,-0.5921570062637329 +286,2.0408169816934816,-0.9384730493323918,-2.0350886896204172,0.5269292593002319,0.8066565990447998,0.2676757872104645,0.6699281930923462,-0.2600702941417694,0.44876936078071594,0.944002628326416,-0.6290292143821716,-1.1496186256408691 +287,1.6887656379465263,-0.8914927854165112,-2.4149547576715347,0.6238847374916077,0.7780104875564575,0.07394258677959442,3.590771198272705,0.33971649408340454,1.6337666511535645,1.0438092947006226,-0.12093651294708252,-0.5104508399963379 +288,1.4581126792398718,-0.597994402787989,-2.9380276172375295,0.8212249875068665,0.5629860758781433,-0.09293229877948761,3.419759511947632,1.6946824789047241,3.784390687942505,0.5869324207305908,0.33456647396087646,-0.3848661780357361 +289,1.4566940442972003,-0.13200329377924774,3.0725533385947013,0.9848541617393494,0.13162027299404144,-0.11286434531211853,2.639307975769043,0.47416725754737854,4.558523654937744,0.12046200037002563,0.7818318605422974,-0.23044317960739136 +290,1.5134241328198852,0.29336177777018985,2.9097475098853454,0.9557020664215088,-0.2891719937324524,-0.054890960454940796,1.4044649600982666,0.5068102478981018,3.2164242267608643,-0.35833579301834106,1.0515774488449097,-0.103129081428051 +291,1.5566076766586199,0.4917357192493592,2.812522100237712,0.8814259171485901,-0.47215667366981506,-0.012507082894444466,0.2955590784549713,-0.46265339851379395,0.605953574180603,-0.6750507950782776,1.0625802278518677,0.048334717750549316 +292,1.4704577342943466,0.32985697848220746,2.8533991913379095,0.9413300156593323,-0.323907732963562,-0.09476998448371887,-1.3450595140457153,-0.8110976815223694,-3.4251885414123535,-0.3038942217826843,1.1503695249557495,0.18482734262943268 +293,1.403745936076012,-0.22977173378846436,3.0946233701803108,0.9601637721061707,0.22775526344776154,-0.16190455853939056,-3.55588436126709,-0.4699627459049225,-6.729928493499756,1.048487901687622,1.3386509418487549,-0.5455081462860107 +294,1.4655570603424302,-0.8474266708615817,-2.959444424557236,0.6582522392272949,0.7495795488357544,-0.06953086704015732,-2.5290136337280273,-0.6310417652130127,-3.6072871685028076,1.004650592803955,-0.6569892168045044,-0.462772011756897 +295,1.5809345358360127,-0.9934576734735271,-2.668225645155419,0.5457675457000732,0.8379181623458862,0.005533295217901468,-1.5102579593658447,-1.516836404800415,-0.13111886382102966,0.4829646348953247,-0.6789065003395081,-0.1707097291946411 +296,1.7942140006866423,-1.0459596138248923,-2.4123737870232778,0.4886181056499481,0.865405797958374,0.11101929098367691,-0.18425290286540985,0.6237066388130188,-0.042609669268131256,0.8468005657196045,-0.8945805430412292,-0.6539881229400635 +297,1.7310741566034085,-0.9497593815276154,-2.5092737829503977,0.5744207501411438,0.8132755160331726,0.09286347031593323,0.594804584980011,-0.23576852679252625,1.7059465646743774,0.8032189607620239,-0.22512555122375488,-0.6021865606307983 +298,1.5060786730421043,-0.7989940078846521,-2.7330018323635454,0.6959680318832397,0.7166548371315002,-0.04510440677404404,2.413884401321411,1.240722417831421,0.5020572543144226,0.44650328159332275,0.010334908962249756,-0.18362486362457275 +299,1.4790083440485449,-0.6342122948438659,3.133316740343355,0.802147626876831,0.5925431847572327,-0.07383498549461365,2.1160027980804443,1.8404215574264526,3.505263090133667,0.9178229570388794,0.06645339727401733,-0.39862293004989624 +300,1.4612183115843236,-0.16008328762115037,3.002236711328293,0.9812930822372437,0.15940043330192566,-0.10796060413122177,2.312401294708252,0.27411919832229614,4.688908100128174,0.06280481815338135,0.6692585945129395,-0.377848744392395 +301,1.5438356748702093,0.25266955073543884,2.807159912094638,0.9678965210914612,-0.24998962879180908,-0.02610144577920437,1.663975477218628,0.8818336129188538,3.1283788681030273,-0.29896658658981323,0.9330645799636841,-0.1797395944595337 +302,1.5606732199214675,0.4880846299898647,2.7360175258635016,0.8831875324249268,-0.4689350426197052,-0.008940907195210457,-0.023928847163915634,-0.9039510488510132,0.9376786351203918,-0.6576777696609497,1.1069812774658203,-0.017548322677612305 +303,1.4656760365408719,0.35100013056543766,2.79116484301098,0.9338458180427551,-0.3438371419906616,-0.09852933138608932,-1.305726408958435,-0.5404808521270752,-3.292620897293091,-0.3567431569099426,1.1786302328109741,0.20549345016479492 +304,1.4007523831337514,-0.2182990214864725,3.0401819555268275,0.9621869921684265,0.21656933426856995,-0.16520948708057404,-3.875866413116455,-0.48045623302459717,-6.882366180419922,1.1258258819580078,1.47506582736969,-0.46336108446121216 +305,1.471036530392695,-0.8822960304005842,-2.9694082778509365,0.6322207450866699,0.7721997499465942,-0.06328027695417404,-3.1327216625213623,-0.8781537413597107,-4.097099304199219,1.2043728828430176,-0.560377299785614,-0.5281655788421631 +306,1.5846118924619843,-1.0517129234416707,-2.6892577792281047,0.4960373640060425,0.8682742714881897,0.00685347244143486,-1.1175237894058228,-1.3120555877685547,0.12273403257131577,0.6261550784111023,-0.8335756659507751,-0.18109357357025146 +307,1.8413581151173066,-1.0905772960937894,-2.383861250333135,0.44516730308532715,0.8868937492370605,0.12347295880317688,-0.24401406943798065,0.7870541214942932,-0.3615685701370239,0.7471544742584229,-0.9911417961120605,-0.735152006149292 +308,1.717514031434534,-1.0046601751983169,-2.5618048226789067,0.5306123495101929,0.8439797163009644,0.07841368019580841,1.184128999710083,-0.3217650353908539,2.07222318649292,0.9050565958023071,-0.37739652395248413,-0.709669828414917 +309,1.456841917520744,-0.7945568960085858,-2.9961873836898403,0.6960569620132446,0.713553249835968,-0.07966388761997223,4.107818603515625,2.7198610305786133,2.244915008544922,1.1228821277618408,0.3531275987625122,-0.5202659368515015 +310,1.471854755311993,-0.337365003487926,2.978912191627449,0.9390150308609009,0.33100178837776184,-0.09321198612451553,2.1547553539276123,0.4301883578300476,5.836309909820557,0.6100265979766846,0.7267679572105408,-0.6007882356643677 +311,1.4895126555139184,0.24767903591240595,2.817541478074015,0.9662830233573914,-0.2451544851064682,-0.0787164717912674,2.164907455444336,0.1908448487520218,4.98099422454834,-0.09367871284484863,1.219840168952942,-0.2294805645942688 +312,1.5744966030155074,0.6229749577404564,2.637519281449866,0.8121405839920044,-0.5834538340568542,0.0030051583889871836,1.3482502698898315,-0.282131552696228,2.139739751815796,-0.5539772510528564,1.262042760848999,-0.061034321784973145 +313,1.5652068152941119,0.6620243063466831,2.5739343045321093,0.7887369990348816,-0.6147148013114929,-0.0044087003916502,-0.4485336244106293,-0.690157949924469,-1.5068196058273315,-0.7119854092597961,1.1958305835723877,0.13142287731170654 +314,1.4497079771111727,0.32860522640082196,2.6747939523976973,0.9395629167556763,-0.3227232098579407,-0.11432944983243942,-1.938469648361206,-0.691013753414154,-5.283317565917969,-0.04637444019317627,1.3341519832611084,0.05326378345489502 +315,1.4216789614708423,-0.4122158996016413,2.930760338037608,0.9060675501823425,0.400640606880188,-0.13612082600593567,-4.495007514953613,-0.7297717332839966,-7.540287017822266,1.8899683952331543,1.481027603149414,-0.7129086852073669 +316,1.5613864872116796,-0.9971708623310795,-3.0491125180457526,0.5426569581031799,0.8399390578269958,-0.005106465891003609,0.8699771761894226,-1.1398311853408813,-1.331121563911438,1.7013158798217773,-1.5297887325286865,-1.1990714073181152 +317,1.5073654230360936,-0.9701303542270142,-2.814003064074029,0.564055323600769,0.824959397315979,-0.03582660108804703,-3.843144655227661,-0.6237252950668335,-0.6984446048736572,0.10189926624298096,-0.7547231912612915,0.16764724254608154 +318,1.8949119511417314,-1.0330722773903667,-2.508881106172011,0.48551467061042786,0.8588765859603882,0.16311509907245636,0.43225687742233276,0.6811667084693909,0.15854518115520477,0.823063850402832,-0.8725942373275757,-1.0018755197525024 +319,1.6675719261750206,-0.9402274018590668,-2.774531235380198,0.5868454575538635,0.8076921701431274,0.05697028338909149,1.4475141763687134,-0.19116400182247162,1.652398705482483,0.7504348158836365,-0.186293363571167,-0.5061279535293579 +320,1.4310275054877923,-0.7717567221991267,-3.132467791426656,0.7096977829933167,0.6973953247070312,-0.09984463453292847,3.7990834712982178,1.6336300373077393,1.4983839988708496,0.8213538527488708,0.16454315185546875,-0.37889987230300903 +321,1.402935487631154,-0.39728138570706617,2.7854092521725557,0.9091553092002869,0.38691288232803345,-0.15406131744384766,3.043839454650879,1.2015008926391602,4.493564605712891,0.4786924719810486,0.6278270483016968,-0.40599727630615234 +322,1.4142663979830763,0.074553822850153,2.6138986058545135,0.9850304126739502,-0.07448478043079376,-0.1554584801197052,2.0709145069122314,0.0878438949584961,3.7992172241210938,-0.31687843799591064,0.7578496336936951,-0.06667901575565338 +323,1.4741060222822762,0.40297321848596196,2.4750588733943064,0.9156023859977722,-0.39215514063835144,-0.08880680054426193,1.359691858291626,0.14272654056549072,2.27078914642334,-0.5547625422477722,0.982792317867279,0.08940190076828003 +324,1.4734399445409012,0.4812986618939609,2.451939510237506,0.8821971416473389,-0.46293067932128906,-0.08615990728139877,-0.8808887004852295,-0.3430889844894409,-0.9594279527664185,-0.6252543926239014,1.1137943267822266,0.22586935758590698 +325,1.357810649406935,0.1823543218249584,2.6187554522672185,0.9611983895301819,-0.1813453584909439,-0.20787429809570312,-3.933410167694092,-0.8081149458885193,-4.632679462432861,-0.06878799200057983,1.3563331365585327,0.13885876536369324 +326,1.3633675890719157,-0.4972023701288877,2.943478106101021,0.8600796461105347,0.47696852684020996,-0.18100878596305847,-4.946906566619873,-0.9555784463882446,-5.7646164894104,1.5077030658721924,1.0107176303863525,-0.8184266686439514 +327,1.435560159814416,-0.8611004832492996,-3.03786696130291,0.6456537842750549,0.7585601210594177,-0.08785197138786316,-0.03833208978176117,-2.1238081455230713,-0.6928949356079102,0.8924016356468201,-0.8209989666938782,-0.7800679802894592 +328,1.4982265054717907,-0.8648958912368133,-2.7430598362848264,0.6470118761062622,0.7610277533531189,-0.04703613370656967,-4.092034339904785,-0.03891575336456299,-0.5364646315574646,-0.12156021595001221,-0.4555925726890564,0.06694889068603516 +329,1.9651992394658764,-0.9821348112453384,-2.320577397495419,0.5126199722290039,0.8316845893859863,0.21335814893245697,0.9088343381881714,1.6039752960205078,-1.0710618495941162,0.9976797699928284,-0.878483235836029,-1.4159033298492432 +330,1.6683781069222567,-0.9011211535144594,-2.6002006325578235,0.6177784204483032,0.7840233445167542,0.060475997626781464,1.1372439861297607,-1.860981822013855,1.600946307182312,0.6322520971298218,-0.2726554870605469,-0.45288634300231934 +331,1.4842229281464105,-0.773535659083465,-3.077866366610309,0.7127653360366821,0.6986691951751709,-0.06186114624142647,4.999508380889893,3.551327705383301,2.486058473587036,1.3091614246368408,0.20275896787643433,-0.6993540525436401 +332,1.4582810513440794,-0.2813767327178301,2.8904266892954555,0.9545995593070984,0.2776784896850586,-0.10786259174346924,2.2283384799957275,0.07602975517511368,5.61928129196167,0.42709898948669434,0.7581796646118164,-0.44783198833465576 +333,1.4923934931226839,0.24984465569271425,2.687285162746697,0.9659743905067444,-0.2472534477710724,-0.0758906900882721,2.5540409088134766,0.5555509924888611,4.16115665435791,-0.21283096075057983,1.0916290283203125,-0.06961710005998611 +334,1.6065607454036968,0.5928521133926288,2.5130948073894737,0.8288201093673706,-0.5587286949157715,0.029654914513230324,1.0592576265335083,-0.18786606192588806,2.544313669204712,-0.4518212676048279,1.2131781578063965,-0.05773115158081055 +335,1.5691733597189,0.6327079663667354,2.4946103079243613,0.8064282536506653,-0.5913307070732117,-0.0013088076375424862,-0.5130847692489624,-0.7963333129882812,-2.2942516803741455,-0.7550823092460632,1.224387288093567,0.13657796382904053 +336,1.4465467146885043,0.23385862262556867,2.6694926151976843,0.9652802348136902,-0.2317328304052353,-0.12055671215057373,-4.36436128616333,-0.6267783641815186,-5.188986778259277,0.16731858253479004,1.4160284996032715,0.10404671728610992 +337,1.425446421296446,-0.5295899623423216,3.099099058260347,0.8539140820503235,0.5051795244216919,-0.1249978318810463,-4.356301307678223,-0.663077175617218,-7.439289093017578,1.5848829746246338,1.126290202140808,-0.9982626438140869 +338,1.4540965713020677,-1.0137459047807826,-3.052387546688195,0.5250891447067261,0.8488181829452515,-0.061557475477457047,1.0419576168060303,-2.2484517097473145,0.3069617748260498,1.357433557510376,-1.094850778579712,-0.5037959218025208 +339,1.6272352035389837,-1.1028445412378685,-2.6608002296337743,0.45034101605415344,0.8924940228462219,0.02544376254081726,-2.394484043121338,2.216081380844116,-1.8454067707061768,0.701148271560669,-0.9477156400680542,-0.27753424644470215 +340,1.9110708855455811,-1.0778955292154722,-2.5166307757046926,0.44605258107185364,0.8809639811515808,0.15792305767536163,0.5127120018005371,-0.44890138506889343,1.8179243803024292,1.0622787475585938,-0.628430962562561,-1.1658424139022827 +341,1.4931284230231547,-0.8932207453814481,-2.937311235867102,0.6250160336494446,0.7790948748588562,-0.04864152893424034,3.700681447982788,1.4112104177474976,1.748788833618164,0.8103018999099731,0.12282150983810425,-0.3228641748428345 +342,1.4071550646190156,-0.5668051066816637,2.8982661219886903,0.8323504328727722,0.5369395017623901,-0.13743585348129272,2.6910011768341064,1.5519410371780396,4.136748313903809,0.7522746920585632,0.4765644669532776,-0.4323425889015198 +343,1.4334771425173296,-0.07324168510508647,2.720550955884544,0.9879307150840759,0.07317622005939484,-0.13652102649211884,2.5002849102020264,0.6026557087898254,4.733396053314209,0.0531611442565918,0.8178302645683289,-0.28338557481765747 +344,1.4975762467998655,0.3403239456961702,2.571744086241384,0.9401208758354187,-0.33379247784614563,-0.06895900517702103,1.5976980924606323,0.34196749329566956,3.11963152885437,-0.4039880633354187,1.0363528728485107,-0.03509068489074707 +345,1.5660570202670732,0.5569872040387971,2.454038497399009,0.8488420844078064,-0.5286312103271484,-0.004022953100502491,0.5443066358566284,-0.5155836343765259,0.9047214388847351,-0.5768846869468689,1.2207088470458984,0.08468091487884521 +346,1.4517353921395049,0.4122575774081314,2.5295488581866183,0.909732460975647,-0.4006787836551666,-0.10882831364870071,-2.1177101135253906,-0.8878129720687866,-3.475024938583374,-0.3938937783241272,1.2130719423294067,0.22023272514343262 +347,1.373750870223616,-0.16813328598843197,2.8203047554355143,0.9668210744857788,0.16734224557876587,-0.19301220774650574,-4.888862133026123,-0.2718682587146759,-6.911529064178467,0.9945284128189087,1.5460519790649414,-0.4351310729980469 +348,1.5753823261967266,-0.8458635598845217,-3.014501818511401,0.6630781888961792,0.7485439777374268,0.0030408974271267653,-3.2858500480651855,0.09006746113300323,-4.791548728942871,1.1381303071975708,-0.6716854572296143,-1.1252180337905884 +349,1.4699423093131705,-0.8951278401080169,-2.895208875674012,0.6222409009933472,0.7802890539169312,-0.0629691332578659,-1.7539104223251343,-3.293779134750366,0.5132371783256531,0.19457727670669556,-0.2676701545715332,0.13776767253875732 +350,1.7714624539118895,-1.0005214959838882,-2.497773591944752,0.5290306806564331,0.8417526483535767,0.10760675370693207,-1.7902486324310303,1.4543771743774414,-1.3060956001281738,0.7202216982841492,-0.7007613182067871,-0.7690752744674683 +351,1.7567399756041522,-0.9622521883255952,-2.51703738295442,0.5618194341659546,0.8204811811447144,0.10568762570619583,1.0608103275299072,-1.7641514539718628,1.8650532960891724,0.8837067484855652,-0.25042790174484253,-0.6880545616149902 +352,1.4165382454885187,-0.78641050004322,-2.9258195950160264,0.6980027556419373,0.7078222632408142,-0.1085348129272461,3.1383514404296875,2.2809855937957764,1.8522895574569702,0.9245100617408752,0.1514459252357483,-0.047699928283691406 +353,1.3954025434754818,-0.46536727196824257,3.08747860679628,0.879946231842041,0.4487510323524475,-0.15593944489955902,2.5789167881011963,0.3913990259170532,3.408322811126709,0.09510564804077148,0.2258705496788025,-0.2775779962539673 +354,1.402231233087501,-0.13294757673399865,2.85049928554011,0.9771271347999573,0.1325562745332718,-0.16628748178482056,2.6948955059051514,1.3067554235458374,2.4817049503326416,-0.3087616562843323,0.325359970331192,0.13586145639419556 +355,1.5316379133112588,0.15649529289338007,2.7729015605384997,0.9870223999023438,-0.15585729479789734,-0.038669995963573456,-0.43434417247772217,0.7890216708183289,3.1113362312316895,-0.34918975830078125,0.6818583011627197,-0.13224369287490845 +356,1.4819866979046623,0.3359105375071678,2.884816956218277,0.9403899312019348,-0.32962894439697266,-0.08373594284057617,-0.8967546224594116,-0.18240466713905334,-0.5330447554588318,-0.655630350112915,1.1348505020141602,0.05903196334838867 +357,1.4595288476599986,0.059081539504681646,3.0002968266344516,0.9920822381973267,-0.05904717370867729,-0.11084429919719696,-2.647446632385254,-0.5437345504760742,-4.557124614715576,-0.059785425662994385,1.0573687553405762,-0.07311564683914185 +358,1.4264894520690656,-0.5106105954848715,-3.116197645134785,0.8633779883384705,0.48871004581451416,-0.12546350061893463,-2.2162795066833496,-0.4516496956348419,-6.109374046325684,0.9851327538490295,0.7151778936386108,-0.29381752014160156 +359,1.6395959218493197,-1.035335063521346,-2.833978654990167,0.5090307593345642,0.860033392906189,0.03507646918296814,-1.4057703018188477,0.40437257289886475,-3.5284945964813232,1.152437686920166,-0.8914206624031067,-0.7421687841415405 +360,1.5704618329357942,-1.096587225514518,-2.81961146396838,0.45663517713546753,0.8896541595458984,-0.00015274166071321815,-0.39343154430389404,-1.2086737155914307,-0.34921208024024963,0.44335880875587463,-0.6807764768600464,-0.05824267864227295 +361,1.5903504014188434,-1.0811799983543553,-2.8466422735286256,0.47019729018211365,0.8825133442878723,0.009195445105433464,0.226462721824646,0.6562380790710449,1.383051872253418,0.822771430015564,-0.6666778326034546,-0.3401890993118286 +362,1.4752598359297562,-0.8694012046641412,-2.9809143798315243,0.6423417925834656,0.7639426589012146,-0.06155446544289589,1.6896145343780518,-0.06301490217447281,2.2646279335021973,0.713493287563324,0.12237942218780518,-0.301024854183197 +363,1.418605895377172,-0.6173673722272045,3.0094893553681237,0.8059802055358887,0.5788905024528503,-0.12361836433410645,2.184619903564453,1.8978424072265625,3.1595449447631836,0.8965495824813843,0.3141911029815674,-0.27541422843933105 +364,1.4401414814798832,-0.17518561876692812,2.8936991769832416,0.976301372051239,0.17429092526435852,-0.1282893270254135,1.7153587341308594,-0.26915156841278076,4.594017505645752,0.07098555564880371,0.6534831523895264,-0.2109440416097641 +365,1.4407347452452637,0.2256072202766535,2.7845700135356624,0.966426432132721,-0.223698228597641,-0.12640853226184845,1.6007169485092163,0.2595199942588806,2.7345004081726074,-0.46912723779678345,0.8767744302749634,0.11291974782943726 +366,1.4762583860980456,0.40189052198060393,2.7353029789457057,0.9162135124206543,-0.39115893840789795,-0.08687590807676315,-0.19053953886032104,-0.15268675982952118,0.5614740252494812,-0.7001338601112366,0.923293948173523,0.19844818115234375 +367,1.42441537131824,0.2601238492957769,2.8329713675676302,0.9560233354568481,-0.2572002410888672,-0.14095179736614227,-1.9822392463684082,-0.01965266838669777,-3.1401185989379883,-0.4384910464286804,1.0249462127685547,0.22653836011886597 +368,1.4297042383611323,-0.2614375594062325,3.113828565197295,0.9564201831817627,0.25846952199935913,-0.13584594428539276,-4.651560306549072,-1.388508826494217e-05,-5.966764450073242,0.8861548900604248,1.2699575424194336,-0.45991820096969604 +369,1.5161217910431073,-0.8010812944890363,-2.9060719613220836,0.6948906779289246,0.7181090116500854,-0.038030728697776794,-2.060382604598999,-0.9405518174171448,-3.241295576095581,0.9790900349617004,-0.39131152629852295,-0.4641207456588745 +370,1.660571130602791,-0.961594012694224,-2.60076156610499,0.5699091553688049,0.820104718208313,0.05130137875676155,-1.7854429483413696,-0.6674012541770935,-0.7245290875434875,0.4096897840499878,-0.723699688911438,-0.30046212673187256 +371,1.8961017883912712,-1.0340035813083472,-2.340827884760397,0.484561949968338,0.859353244304657,0.1634369045495987,-0.3133847117424011,0.5584991574287415,-0.5403570532798767,0.6847190260887146,-0.9452755451202393,-0.6982879638671875 +372,1.818107569307385,-0.9840581608573725,-2.4725059458974386,0.5368024110794067,0.8327510356903076,0.13553176820278168,1.0718719959259033,0.18188801407814026,1.5604466199874878,0.816118061542511,-0.4223048686981201,-0.6234315633773804 +373,1.5363035207658766,-0.8209345283631275,-2.811115595448359,0.6811323761940002,0.7317830920219421,-0.023503487929701805,3.117797374725342,0.664850115776062,1.3388018608093262,0.5864152908325195,0.11826878786087036,-0.34965014457702637 +374,1.4691206625899524,-0.6077063423491487,3.050628565656455,0.8167199492454529,0.5709859728813171,-0.08332788944244385,2.584362506866455,2.1436214447021484,3.1624395847320557,0.8223791122436523,0.3288094997406006,-0.45336949825286865 +375,1.4422740538287013,-0.18513703812270924,2.8726245000967485,0.9748043417930603,0.18408122658729553,-0.1259784698486328,1.6667377948760986,-0.17042718827724457,4.079167366027832,-0.021755635738372803,0.6197060346603394,-0.1727123260498047 +376,1.4691164765062914,0.18245077057451983,2.75132143182759,0.9783227443695068,-0.18144020438194275,-0.09981995820999146,2.0549538135528564,0.3938204050064087,2.9671857357025146,-0.35094237327575684,0.8428477048873901,-0.14082640409469604 +377,1.5235179639339476,0.3849709812026655,2.6305735061529356,0.9257739186286926,-0.37553223967552185,-0.04380171373486519,0.7533278465270996,-0.16130222380161285,0.6535109281539917,-0.6067125201225281,0.979154646396637,0.0035795532166957855 +378,1.4640731651541952,0.29896623151484636,2.6183343235567835,0.9502043724060059,-0.29453244805336,-0.10179558396339417,-0.6376462578773499,-0.8149586319923401,-2.1934573650360107,-0.40810537338256836,0.9709697961807251,0.26657527685165405 +379,1.3934770415384814,-0.11079226822650727,2.8465971629250313,0.9782851338386536,0.11056574434041977,-0.17531006038188934,-4.811805248260498,-0.32737237215042114,-5.418239116668701,0.4797685742378235,1.3325647115707397,-0.21050848066806793 +380,1.520540473667005,-0.7564745550381783,-3.087626471194478,0.7263420820236206,0.6863617897033691,-0.03653370216488838,-2.9753849506378174,-0.017577338963747025,-5.030776500701904,1.170249104499817,-0.11673593521118164,-0.7303425073623657 +381,1.5919706980732233,-0.9874694821599417,-2.9152773231193025,0.5506802201271057,0.8346348404884338,0.011662050150334835,-0.11153477430343628,-1.6168700456619263,0.11125750839710236,0.5332583785057068,-0.6795902848243713,-0.25845766067504883 +382,1.735983612751802,-1.0888215746823149,-2.690692310093866,0.4572204351425171,0.8860812783241272,0.07622154802083969,-0.8787733912467957,1.560594916343689,-1.7401132583618164,0.6470124125480652,-1.036853313446045,-0.4721412658691406 +383,1.777716396932227,-1.0107590997080043,-2.6920800865145624,0.5198860764503479,0.8472353219985962,0.10913693159818649,0.2888281047344208,-1.8834010362625122,2.4621212482452393,0.7807731032371521,-0.4369264841079712,-0.7926543951034546 +384,1.4999754530471816,-0.8243718577471978,-3.040625678174863,0.6773160696029663,0.7341213822364807,-0.0480484738945961,4.146615028381348,2.725107192993164,1.670408010482788,1.2072664499282837,0.262292742729187,-0.5142073631286621 +385,1.447159863998763,-0.4155879961760125,2.8779237076228874,0.907895565032959,0.4037279486656189,-0.1128244549036026,2.1042325496673584,0.2628585696220398,5.192634582519531,0.6360802054405212,0.6303601264953613,-0.4062032699584961 +386,1.4389402460367158,0.10997016965560243,2.6892117504400987,0.9853315353393555,-0.10974865406751633,-0.1306801587343216,2.5806171894073486,0.36581555008888245,4.548604965209961,-0.07989013195037842,0.9908673763275146,0.010807141661643982 +387,1.50631551636476,0.5166574005570048,2.563240430553257,0.8676681518554688,-0.4939765930175781,-0.056025613099336624,0.8017315864562988,-0.16175825893878937,3.2192444801330566,-0.4987870454788208,1.1881446838378906,0.07395470887422562 +388,1.4151276260035435,0.691538195875159,2.6065037539363547,0.7609520554542542,-0.6377227306365967,-0.11942262202501297,-1.0290583372116089,-0.5500832200050354,-0.616966962814331,-1.0373802185058594,1.2912108898162842,0.41844916343688965 +389,1.3990918014911495,0.4252521025912731,2.661963757483669,0.897539496421814,-0.4125504493713379,-0.15564419329166412,-0.7332174777984619,0.4084894359111786,-3.9573819637298584,-0.044451117515563965,1.277052402496338,0.24560999870300293 +390,1.3491819074920897,-0.3427647320072477,3.0905593975633634,0.918795645236969,0.3360922634601593,-0.20701861381530762,-6.025640964508057,-0.8473928570747375,-7.730578422546387,2.392971992492676,1.9564645290374756,-1.3814518451690674 +391,1.5565142296261223,-1.0203545357262054,-2.8832245095205185,0.5230105519294739,0.8522934913635254,-0.007470195181667805,2.482872247695923,-2.1201117038726807,0.3566496968269348,2.421203374862671,-2.0256333351135254,-2.13004207611084 +392,1.669386251077392,-1.05817634695148,-2.4878200818351544,0.4880804121494293,0.8714625239372253,0.048276327550411224,-3.342707395553589,2.859290599822998,-1.1066956520080566,0.4635339677333832,-1.3871638774871826,-0.307767391204834 +393,1.941905404379153,-0.9655926794943837,-2.3058173261657355,0.5302000641822815,0.8223862648010254,0.2063218504190445,0.9505129456520081,-1.031071424484253,1.4098464250564575,0.6161317229270935,-0.7591996192932129,-1.3756945133209229 +394,1.565397894742891,-0.8187583226765991,-2.8928781772779715,0.6831187605857849,0.7302981615066528,-0.003687805961817503,4.363739967346191,1.7646492719650269,3.960787534713745,1.7438069581985474,0.6116665601730347,-0.8549242615699768 +395,1.3812389406485013,-0.26158960085738403,3.0235158337312673,0.9486773014068604,0.2586163878440857,-0.18201406300067902,3.9113807678222656,-0.465060293674469,5.170072555541992,0.4254683256149292,0.9951525926589966,-0.3869861960411072 +396,1.4144128832805167,0.2971142094673447,2.697675166943149,0.9445170164108276,-0.29276207089424133,-0.14892281591892242,3.470345973968506,0.6280936002731323,4.646857261657715,-0.016050219535827637,1.185767412185669,0.13287056982517242 +397,1.4916263316911373,0.6948071437572392,2.552412185101135,0.7657709121704102,-0.6402373313903809,-0.06075306236743927,0.5291470289230347,-0.1235966756939888,2.7268364429473877,-0.2834407091140747,1.5657896995544434,0.2573167681694031 +398,1.4258041918407,0.727011497538597,2.6255400459379383,0.7393239736557007,-0.6646397113800049,-0.10795371979475021,-1.643347144126892,-0.01127016730606556,-2.2727861404418945,-0.5646108984947205,1.5787022113800049,0.4017922282218933 +399,1.3140371979929912,0.1785108217462466,2.9323462973508962,0.9518482685089111,-0.17756426334381104,-0.2499118596315384,-4.933364391326904,0.4330020546913147,-6.841103553771973,0.6752727627754211,1.8683143854141235,-0.3005642592906952 +400,1.4455548197627752,-0.6298674830706585,-2.9525741126891005,0.8017761707305908,0.5890376567840576,-0.10094399005174637,-5.452471733093262,0.37647122144699097,-5.016965389251709,1.6361052989959717,0.4189732074737549,-0.9839406609535217 +401,1.6104968420841959,-0.9103091348390036,-2.6661804440654318,0.6130180358886719,0.7896934151649475,0.02434992603957653,-0.8650401830673218,-1.7817983627319336,-0.013433920219540596,0.46033090353012085,-0.6391350626945496,-0.3825805187225342 +402,2.0188803033659823,-1.0422841680043509,-2.202575456611971,0.45446884632110596,0.863558292388916,0.21846050024032593,-1.121321439743042,1.3343348503112793,-0.5958283543586731,1.339552640914917,-1.2128015756607056,-1.2019200325012207 +403,1.8735947007377332,-0.9426635257488396,-2.292917103021149,0.5609009861946106,0.8091261386871338,0.1752283126115799,1.8781113624572754,-1.3765383958816528,1.4978362321853638,0.8387877345085144,-0.3479292392730713,-0.899242639541626 +404,1.4942411356100236,-0.8070704710850043,-2.7847360344951424,0.6895915865898132,0.7222641706466675,-0.0528951920568943,3.7510576248168945,1.8734638690948486,2.0735809803009033,0.908705472946167,0.049799978733062744,-0.3438791036605835 +405,1.4058000088808613,-0.4192027057745743,3.1218551368302774,0.901008665561676,0.407032310962677,-0.15002702176570892,2.882361888885498,0.5330842137336731,4.7351603507995605,0.600700318813324,0.5746418833732605,-0.3667576313018799 +406,1.4003244161157946,0.0894546790059741,2.926804352693623,0.981564462184906,-0.08933541923761368,-0.16896913945674896,2.647831678390503,0.3461396098136902,4.08743143081665,-0.12902528047561646,0.985194206237793,-0.030295386910438538 +407,1.4720475000830682,0.4413190117203387,2.788814091744885,0.8997841477394104,-0.4271324574947357,-0.0891425684094429,1.0091484785079956,0.023286111652851105,2.32584285736084,-0.5144997239112854,1.072701334953308,0.0836646556854248 +408,1.4507741660636142,0.5144605209733731,2.783835437363701,0.864295482635498,-0.49206528067588806,-0.10423561185598373,-0.6030736565589905,-0.31876176595687866,-1.3185656070709229,-0.6981883645057678,1.1167296171188354,0.2627286911010742 +409,1.4024042448963379,0.1568369397991287,2.938132733006179,0.9737553596496582,-0.1561947613954544,-0.16554033756256104,-3.90968656539917,0.3844922184944153,-5.508621692657471,0.20736640691757202,1.4435635805130005,0.06420673429965973 +410,1.4809925294629416,-0.5448445129711821,-2.967020723110144,0.8517615795135498,0.5182850956916809,-0.07669772207736969,-4.1149373054504395,-0.6919412612915039,-6.14599609375,1.2402793169021606,0.691752016544342,-0.867256760597229 +411,1.6727117078490548,-0.9364992449260482,-2.5791999043703813,0.5895364880561829,0.8054884672164917,0.060291726142168045,-1.3038254976272583,-0.9049928188323975,-2.2168874740600586,0.7820608019828796,-0.7644728422164917,-0.6035504341125488 +412,1.8636969228452294,-1.0312250548048871,-2.2977945280004017,0.49188700318336487,0.8579290509223938,0.14834053814411163,-2.038970708847046,-0.014304655604064465,-1.5808216333389282,0.49407491087913513,-0.6841315031051636,-0.4667609930038452 +413,2.04373363636284,-1.0497207414994993,-2.141927370040561,0.4431703984737396,0.8672842383384705,0.2267555147409439,0.48321664333343506,-0.15115371346473694,1.3686374425888062,1.116796612739563,-0.5985312461853027,-0.9510596990585327 +414,1.6666565242796845,-0.9246063241426569,-2.519112528247173,0.5993844270706177,0.7983837723731995,0.05763375386595726,2.993379831314087,0.28930073976516724,1.5254905223846436,0.7053945660591125,-0.022764265537261963,-0.45166146755218506 +415,1.4740723675871794,-0.6797959470398938,-3.056073089755444,0.7740659713745117,0.6286343336105347,-0.07510508596897125,3.2914812564849854,2.0721380710601807,4.123353004455566,1.1000642776489258,0.39828217029571533,-0.5497728586196899 +416,1.4188502885144483,-0.13972458816485614,3.0207404936941615,0.9788451790809631,0.13927039504051208,-0.14988693594932556,2.5279064178466797,-0.6416205763816833,5.1174750328063965,0.17799997329711914,0.9146541357040405,-0.2597810626029968 +417,1.4210334265189515,0.32093046281395476,2.877898896651737,0.9383202195167542,-0.31544965505599976,-0.14158567786216736,1.9177058935165405,0.3898331820964813,3.3349082469940186,-0.3816491961479187,1.063878059387207,0.00993289053440094 +418,1.461859319663227,0.5489055729359245,2.783641835277506,0.8480392098426819,-0.5217539072036743,-0.09275004267692566,0.7162537574768066,-0.5074152946472168,0.7483478784561157,-0.7028669714927673,1.2036232948303223,0.08388470858335495 +419,1.4317954478850312,0.4089310296701033,2.7411151535832494,0.9086965322494507,-0.3976287245750427,-0.1271294504404068,-0.688138484954834,-0.7095359563827515,-3.226806163787842,-0.41052764654159546,1.2486114501953125,0.3795403242111206 +420,1.367566244162604,-0.2026535446119227,2.972491743316132,0.9593769311904907,0.20126928389072418,-0.19770365953445435,-4.861878395080566,-0.011867278255522251,-7.305807590484619,1.2379192113876343,1.611566424369812,-0.24872273206710815 +421,1.5592697022266144,-0.8899440606015411,-2.880146358553409,0.6294137239456177,0.7770365476608276,-0.007255336735397577,-3.388740062713623,-0.7314159870147705,-3.4517662525177,1.2498129606246948,-0.5124033689498901,-0.9198076725006104 +422,1.6204962024716028,-0.9871260204880643,-2.680489599110278,0.5504099130630493,0.834445595741272,0.02737784944474697,-1.101729393005371,-1.4378271102905273,0.36199092864990234,0.3478597402572632,-0.6238285303115845,-0.19452261924743652 +423,1.9000345175914488,-1.0222768893982086,-2.306569385311771,0.49341845512390137,0.8532974720001221,0.16858820617198944,-1.3124009370803833,0.8839776515960693,-1.2742687463760376,0.5615895986557007,-0.5541335344314575,-0.6538176536560059 +424,1.9189094360802836,-1.0560628261585598,-2.354646905650145,0.4627736210823059,0.8704239726066589,0.16793668270111084,1.5792031288146973,-0.14509621262550354,1.339035987854004,1.0922342538833618,-0.40342873334884644,-0.7279800176620483 +425,1.500214628401149,-0.936725721076313,-2.8198329951789796,0.5909539461135864,0.8056226372718811,-0.041779935359954834,3.1609675884246826,1.347769856452942,1.034354567527771,0.5728186368942261,-0.23280775547027588,-0.09046792984008789 +426,1.4315502326814626,-0.6903038758170135,3.0891631048716994,0.7635896801948547,0.6367715001106262,-0.10701945424079895,1.7422183752059937,1.1859123706817627,3.436533212661743,0.7704680562019348,0.22747111320495605,-0.5135250091552734 +427,1.3861764657471727,-0.2485323392926597,2.953004251342616,0.9528026580810547,0.24598166346549988,-0.1779324859380722,2.2654519081115723,0.08236585557460785,4.366900444030762,0.10899537801742554,0.6089529991149902,-0.2716067433357239 +428,1.4014947606303931,0.15951281177386087,2.807991428492946,0.9731889963150024,-0.158837229013443,-0.16635487973690033,1.97803795337677,0.18134821951389313,2.874821662902832,-0.37801992893218994,0.9304589033126831,-0.03228408098220825 +429,1.4111003724518583,0.3572762070393086,2.7075667488181048,0.9249319434165955,-0.3497237265110016,-0.14897648990154266,0.6312438249588013,-0.42936035990715027,0.3132005035877228,-0.6023460030555725,1.0754013061523438,0.23109933733940125 +430,1.370884039204936,0.20703956810000868,2.7158859989990725,0.9591532349586487,-0.20556358993053436,-0.19434238970279694,-1.4498069286346436,-0.07752692699432373,-2.9077565670013428,-0.34634488821029663,0.9436311721801758,0.39241668581962585 +431,1.3826509860103082,-0.284155634068877,2.9522718330484485,0.9429590702056885,0.2803470492362976,-0.179536834359169,-4.089752197265625,-0.19367831945419312,-5.7533135414123535,0.7390475869178772,1.2232081890106201,-0.3610820770263672 +432,1.4893494667217226,-0.8274951151482224,-3.027282692658678,0.6744787096977234,0.7362385988235474,-0.05505596473813057,-2.7140696048736572,-1.2538384199142456,-2.7164769172668457,0.8178918361663818,-0.6103536486625671,-0.643445611000061 +433,1.534741863253154,-0.9734119647722493,-2.862032801031685,0.5621163845062256,0.8268097043037415,-0.02027559094130993,-0.7678887844085693,-0.6736538410186768,-0.24217158555984497,0.3687766194343567,-0.6758238673210144,-0.21330595016479492 +434,1.7244083322909942,-1.0671979686292803,-2.6386132630054764,0.47689807415008545,0.8758517503738403,0.073838971555233,-0.6952709555625916,0.6330232620239258,-1.0416141748428345,0.9232637286186218,-0.6957674026489258,-0.5905168056488037 +435,1.6913352450429397,-1.0083616617656812,-2.6814679072189875,0.5293780565261841,0.8459593653678894,0.06412151455879211,0.9583261013031006,-0.799907386302948,1.5851556062698364,0.8339641690254211,-0.3325011730194092,-0.5658609867095947 +436,1.4900522851293214,-0.8474447780742319,-3.033763548486164,0.6597440242767334,0.7495915293693542,-0.053386468440294266,2.8902342319488525,2.673649549484253,1.920685052871704,0.9380189180374146,0.0227167010307312,-0.4111979007720947 +437,1.458754684470194,-0.5026499191478085,2.9727030460069237,0.8708145618438721,0.48174938559532166,-0.09797781705856323,2.0145010948181152,0.07522089034318924,4.136139869689941,0.3588455319404602,0.32565417885780334,-0.49938851594924927 +438,1.418465936357048,-0.06147719374610295,2.825175471146317,0.986552894115448,0.06143847480416298,-0.15145528316497803,1.963189959526062,0.3016963601112366,3.8256797790527344,-0.0980793833732605,0.7659388184547424,-0.12282143533229828 +439,1.481569489411196,0.3004461837875087,2.699726265353355,0.9514048099517822,-0.2959464192390442,-0.08511684834957123,1.1446430683135986,0.20134538412094116,2.866607666015625,-0.3582803010940552,1.0208914279937744,-0.024639613926410675 +440,1.4659792557620734,0.4524562617474381,2.643745696765503,0.8944399356842041,-0.4371759593486786,-0.09409743547439575,0.35217466950416565,-0.7695884108543396,-0.28975412249565125,-0.6482241749763489,1.116558313369751,0.19958144426345825 +441,1.3810693883857805,0.21967070498732738,2.707602360690557,0.9584562182426453,-0.21790824830532074,-0.1840587705373764,-2.261826276779175,-0.5224411487579346,-3.919154167175293,-0.22740769386291504,1.050855040550232,0.2384106069803238 +442,1.3711442744257836,-0.3864640255864603,2.9812239291525704,0.9078481793403625,0.3769156038761139,-0.18370109796524048,-5.123600482940674,-0.49391260743141174,-6.574202537536621,1.1910133361816406,1.2229074239730835,-0.549102246761322 +443,1.5688151240992465,-0.9030391898659941,-2.89460615144266,0.6192252039909363,0.7852124571800232,-0.001226812251843512,-1.5290625095367432,-1.117795705795288,-2.8098185062408447,0.9553292393684387,-0.8287153244018555,-1.0386139154434204 +444,1.5117691124459525,-0.9392043986848233,-2.7716307263925066,0.5894020199775696,0.8070886135101318,-0.034831222146749496,-2.281116247177124,-1.5751293897628784,-0.29869624972343445,0.07081520557403564,-0.47389769554138184,0.07929527759552002 +445,1.8798680021037415,-1.0618711841816204,-2.407145749084615,0.46415165066719055,0.873268723487854,0.14820557832717896,-0.17130468785762787,1.5397614240646362,-1.312507152557373,1.0400750637054443,-0.8541343212127686,-1.0278594493865967 +446,1.6973609856542926,-0.995227283386974,-2.631180873208319,0.5399585366249084,0.8388826847076416,0.0687069222331047,1.5085734128952026,-0.47953683137893677,1.7318397760391235,0.928165853023529,-0.2095949649810791,-0.5210080146789551 +447,1.4955173006181672,-0.7427527042723958,-3.085250271092674,0.7345234155654907,0.6763181686401367,-0.05539889633655548,2.9063162803649902,1.743930459022522,3.80863356590271,1.0083354711532593,0.2586793899536133,-0.5058804154396057 +448,1.4312120716437482,-0.2613658098673787,2.983047197917093,0.9566420912742615,0.25840020179748535,-0.1344062238931656,2.4557132720947266,-0.13934116065502167,4.679940223693848,0.13639062643051147,0.6197431087493896,-0.2754143476486206 +449,1.4231388714253792,0.1791309665610206,2.809697488830904,0.9732914566993713,-0.17817451059818268,-0.1447673887014389,2.2925806045532227,0.14734643697738647,3.7644386291503906,-0.1984654664993286,0.9335150718688965,-0.0341266393661499 +450,1.5132686509248596,0.47906260468686823,2.686270501728444,0.8859594464302063,-0.46094751358032227,-0.051023487001657486,0.5894655585289001,0.5255811214447021,1.592221736907959,-0.5484197735786438,1.0810494422912598,0.12463188171386719 +451,1.5242967939435108,0.4763654501352439,2.6924052873290587,0.8877068161964417,-0.4585523009300232,-0.0413077287375927,-0.4809444844722748,-0.10885865986347198,-1.6579227447509766,-0.6232873201370239,1.011805534362793,0.2027915120124817 +452,1.4293972907849846,0.10306699268419851,2.842196546162774,0.9847661852836609,-0.10288461297750473,-0.14018046855926514,-2.994454860687256,-0.7455776333808899,-5.747304916381836,0.07372081279754639,1.2148078680038452,0.030927538871765137 +453,1.4759971644419287,-0.6098047248630738,3.1185193949361505,0.8160791397094727,0.5727074146270752,-0.07759620994329453,-3.6939585208892822,-0.3699456751346588,-6.24461555480957,1.3977270126342773,0.5684058666229248,-0.5754494667053223 +454,1.603437776680769,-0.9463853840953892,-2.880166737151607,0.5843079090118408,0.8113076090812683,0.019079433754086494,-0.029567178338766098,-0.9998410940170288,-0.7071217894554138,0.9119536280632019,-0.8559549450874329,-0.45767807960510254 +455,1.7025266051996344,-1.0260940681221915,-2.661991203350434,0.5136741399765015,0.8552815914154053,0.06806057691574097,-2.148470878601074,0.35867545008659363,-1.9156502485275269,0.38659435510635376,-0.648341953754425,-0.18567538261413574 +456,1.8548382993378947,-1.089483955456514,-2.593702995239118,0.4443930983543396,0.8863881230354309,0.12973417341709137,0.6688112020492554,-0.3754585385322571,1.696424126625061,1.2444955110549927,-0.8052113056182861,-0.7100869417190552 +457,1.5771541244447131,-0.890323961247243,-2.8159895929271106,0.6291475892066956,0.7772756218910217,0.004000047221779823,2.1408419609069824,0.27297642827033997,1.9824656248092651,0.6579007506370544,-0.12336021661758423,-0.25540387630462646 +458,1.4864884700845178,-0.62042454367392,3.0821053881375846,0.8107418417930603,0.5813806056976318,-0.06851431727409363,2.656190872192383,1.2285836935043335,3.8304717540740967,0.8509097099304199,0.28455567359924316,-0.425870418548584 +459,1.4617341624456943,-0.1668144830039672,2.8874802319317814,0.9802598357200623,0.16604189574718475,-0.107335165143013,2.2244629859924316,0.5001763105392456,4.198870658874512,0.026072561740875244,0.6481823325157166,-0.1983746886253357 +460,1.5226702393242575,0.22255711124629157,2.7330914107253816,0.974206805229187,-0.22072438895702362,-0.04692099243402481,1.4166784286499023,0.556929349899292,3.0797743797302246,-0.35698896646499634,0.8699858784675598,-0.0620114728808403 +461,1.5763436530877477,0.4497645550171327,2.6535905306975534,0.9005356431007385,-0.43475350737571716,0.004995616152882576,0.09507393091917038,-0.21153880655765533,1.1833416223526,-0.5508957505226135,1.071762204170227,0.03153395652770996 +462,1.4963782534754457,0.37418419380796775,2.719184522484407,0.9282298684120178,-0.36551329493522644,-0.06920488178730011,-1.091817021369934,-0.6830861568450928,-2.617007255554199,-0.5419994592666626,1.0953564643859863,0.13875442743301392 +463,1.4266398073841797,-0.09549318025402838,2.9222146660971067,0.9851186275482178,0.09534811228513718,-0.14300322532653809,-3.8410656452178955,-0.32181423902511597,-6.163654804229736,0.7766305804252625,1.4922678470611572,-0.15117095410823822 +464,1.5100262952624754,-0.7314699058106843,-3.033489489819883,0.7428196668624878,0.6679642796516418,-0.04519682377576828,-3.1807093620300293,-0.7335556745529175,-4.372856616973877,1.1459590196609497,-0.31368565559387207,-0.6402127742767334 +465,1.6193107323364384,-0.9661411194105414,-2.75271000610396,0.5678097605705261,0.822698175907135,0.02756858430802822,-0.9773756265640259,-1.2032010555267334,-0.39584508538246155,0.6310886740684509,-0.695729672908783,-0.23150229454040527 +466,1.8661089694737352,-1.0391421116513906,-2.414648223259116,0.48501408100128174,0.8619696497917175,0.14754505455493927,-1.4405134916305542,0.5675550103187561,-1.3042454719543457,0.7294328808784485,-0.7911689281463623,-0.6332933902740479 +467,1.86840484051906,-1.0241226722828598,-2.442632500122586,0.49699655175209045,0.8542584180831909,0.1524377167224884,0.9611048698425293,-0.7237010598182678,1.6075050830841064,0.9537023901939392,-0.49534112215042114,-0.663973331451416 +468,1.5330767746803462,-0.8804004564297647,-2.8453757196916385,0.6363895535469055,0.7709939479827881,-0.024015719071030617,3.5106804370880127,2.1814916133880615,1.9209703207015991,1.0657742023468018,0.007982492446899414,-0.2568986415863037 +469,1.4945131574292716,-0.516156656502644,3.079623832079738,0.867193341255188,0.4935411512851715,-0.06628087162971497,2.1650335788726807,0.7859000563621521,4.904276371002197,0.6049900054931641,0.41653886437416077,-0.47204917669296265 +470,1.4779163351443696,-0.004538867061668777,2.9041357512739587,0.9956796169281006,0.004538851324468851,-0.09274556487798691,2.254774808883667,0.2659634053707123,4.44089937210083,-0.09286272525787354,0.8868948817253113,-0.15775799751281738 +471,1.5494302482520517,0.37004473842067437,2.7555672540654523,0.932098388671875,-0.36165714263916016,-0.019918318837881088,1.0857475996017456,0.2749771475791931,2.7077605724334717,-0.4506683349609375,1.0391321182250977,-0.06946766376495361 +472,1.549624573557504,0.4993932963388239,2.6875739471403257,0.8776764273643494,-0.4788930118083954,-0.018584726378321648,0.18301209807395935,-0.7145880460739136,-0.6226600408554077,-0.6911378502845764,1.1468617916107178,0.1594996452331543 +473,1.4522920223531202,0.22270672987578607,2.7626899758652876,0.9684629440307617,-0.22087031602859497,-0.11530730128288269,-2.119019031524658,-0.6323204040527344,-4.439056873321533,-0.0787535309791565,1.2681725025177002,0.23548555374145508 +474,1.4443134041106147,-0.44116507751043044,3.0672468217577267,0.8970314264297485,0.4269932806491852,-0.11406809091567993,-4.209104061126709,-0.5717712044715881,-6.9636993408203125,1.4971184730529785,1.2703181505203247,-0.6518620848655701 +475,1.6269824719508545,-0.9727551134400702,-2.8467282729075083,0.5621362328529358,0.8264400362968445,0.03161754831671715,-1.4206148386001587,-1.2355382442474365,-2.241767168045044,1.142941951751709,-0.952492892742157,-0.9308789968490601 +476,1.5850564456663065,-0.9854540891710967,-2.6263512583413164,0.5524281859397888,0.8335230350494385,0.007878225296735764,-2.4351682662963867,-1.8797703981399536,-0.5206708908081055,0.10092252492904663,-0.4890561103820801,0.07023143768310547 +477,2.003441002808429,-1.0999988375762642,-2.2415782579318475,0.4118027687072754,0.8912068605422974,0.190181165933609,-0.25935980677604675,1.9052964448928833,-1.1975693702697754,1.096848964691162,-0.8147298097610474,-0.9310564994812012 +478,1.8083104196765951,-1.03332777964489,-2.4750710845833566,0.4975901246070862,0.8590074181556702,0.12045836448669434,1.7315630912780762,-1.256537675857544,2.085538864135742,1.0111836194992065,-0.17205685377120972,-0.6790826320648193 +479,1.4837942716130148,-0.8197579457032599,-3.001354028733418,0.679817259311676,0.7309806942939758,-0.059295181185007095,3.2651195526123047,2.4639317989349365,3.066359519958496,1.0931167602539062,0.26834797859191895,-0.3586888313293457 +480,1.4610117484256007,-0.37937327128972625,3.0018549822620595,0.9233047366142273,0.3703383803367615,-0.10177382826805115,2.2691283226013184,0.6391910910606384,4.787247657775879,0.2979019284248352,0.523719847202301,-0.31750720739364624 +481,1.4891527878616697,0.11084331577380856,2.8327778977999563,0.9905527830123901,-0.11061648279428482,-0.08105240017175674,2.0297915935516357,0.47986191511154175,4.176015377044678,-0.19953703880310059,0.9591424465179443,-0.10536421090364456 +482,1.5816362708857943,0.4549245361809718,2.693946205150236,0.898241400718689,-0.4393945336341858,0.009737268090248108,1.1048387289047241,0.15820004045963287,2.4802114963531494,-0.47874677181243896,1.126192569732666,-0.09977936744689941 +483,1.5669981005836104,0.5261930592711513,2.651458105299569,0.8647192716598511,-0.5022450089454651,-0.0032844149973243475,-0.3862302303314209,-0.8036235570907593,-1.3539611101150513,-0.754016637802124,1.1265430450439453,0.10638803243637085 +484,1.4269160321988694,0.14919643747303743,2.7939442416422264,0.9786727428436279,-0.14864353835582733,-0.14179150760173798,-3.327042579650879,-1.3419500589370728,-5.8954973220825195,0.13608860969543457,1.4760818481445312,0.054785847663879395 +485,1.4250174718392052,-0.6247628601444365,3.100585127338057,0.8024985194206238,0.5849049687385559,-0.11782313138246536,-4.811410903930664,-1.1445584297180176,-6.832344055175781,1.6090309619903564,0.9657542109489441,-0.6836600303649902 +486,1.6776438662007964,-1.0613159770090044,-2.6733731715327185,0.48494213819503784,0.872998058795929,0.052012957632541656,-0.7226802110671997,-1.7509201765060425,-1.1535570621490479,1.0896732807159424,-0.9400452971458435,-0.9240527153015137 +487,1.7768278076325201,-1.0691701425763478,-2.3812280612276586,0.470682293176651,0.8768017888069153,0.0983712449669838,-2.9683754444122314,-0.06513253599405289,-1.2016500234603882,0.2229364514350891,-0.5651105046272278,-0.09550261497497559 +488,2.2535983368459145,-1.1292153953004207,-1.9995174278207761,0.3315564692020416,0.9040771722793579,0.2696569561958313,0.7982867956161499,1.006477952003479,0.5711240172386169,1.4047257900238037,-0.7829529047012329,-1.246051549911499 +489,1.720458973303308,-1.0329866464602964,-2.5426402350976582,0.5065298080444336,0.8588327169418335,0.07637971639633179,3.4943060874938965,0.09629931300878525,1.9426344633102417,0.8144693970680237,-0.12328284978866577,-0.46419715881347656 +490,1.458303042151391,-0.7343262048025053,-3.1020732771378547,0.7375905513763428,0.6700871586799622,-0.08332577347755432,3.269211769104004,2.041897773742676,3.962254524230957,0.8987619280815125,0.43921148777008057,-0.46924078464508057 +491,1.4258416100965605,-0.25291243394742197,2.938717665883268,0.9580339193344116,0.2502247989177704,-0.13985241949558258,2.4985527992248535,0.3557841181755066,4.686522483825684,0.14119404554367065,0.6840097904205322,-0.25028425455093384 +492,1.456392823940612,0.190030337293543,2.7665534034240857,0.9755793213844299,-0.18888868391513824,-0.11209917813539505,1.9976392984390259,0.4342385530471802,3.2922356128692627,-0.20258426666259766,1.068832516670227,0.006645664572715759 +493,1.5410157031833247,0.44971998668381286,2.669005376483631,0.9001695513725281,-0.4347133934497833,-0.026815537363290787,0.4884406328201294,0.04844578728079796,1.7016819715499878,-0.4886552691459656,1.1037654876708984,-0.02843654155731201 +494,1.4847878108178174,0.45371883133565516,2.7151779466981534,0.8955007195472717,-0.4383111298084259,-0.0772111713886261,-1.2117010354995728,-0.6315894722938538,-1.8404541015625,-0.6321493983268738,1.2525659799575806,0.1436936855316162 +495,1.3866352218406115,-0.034917816991546474,2.9368639295023904,0.9824910759925842,0.03491072356700897,-0.1830102801322937,-3.555664539337158,0.16260631382465363,-6.440499305725098,0.713935375213623,1.450303554534912,-0.1628912091255188 +496,1.501446619308162,-0.7671138436423951,-3.0055723787773343,0.7181864380836487,0.6940603256225586,-0.04988601803779602,-4.49074125289917,-0.42675238847732544,-5.828906536102295,1.399886131286621,0.0637521743774414,-0.7744852900505066 +497,1.6320642672742134,-1.0434239987224363,-2.752780014949652,0.5023201107978821,0.8641324639320374,0.03081468492746353,0.5277500152587891,-2.320864677429199,0.9578660130500793,0.7545463442802429,-0.7846647500991821,-0.40113019943237305 +498,1.6578164227549268,-1.116324080923696,-2.6243836819558,0.43732720613479614,0.8984928131103516,0.038152605295181274,-0.9803893566131592,1.4920676946640015,-1.0574240684509277,0.7951709628105164,-0.9024600982666016,-0.26485252380371094 +499,1.8010054078178876,-1.045130089027129,-2.5533027453060524,0.4885515570640564,0.8649898171424866,0.11449885368347168,0.29046863317489624,-0.5970480442047119,2.1059670448303223,0.9629560112953186,-0.28178369998931885,-0.7910125255584717 +500,1.501302782934719,-0.8594046675838309,-2.9587555902648304,0.6513127684593201,0.7574540376663208,-0.045335035771131516,3.3668015003204346,1.8222589492797852,2.3013365268707275,0.9174281358718872,0.20363616943359375,-0.27709847688674927 +501,1.4644255519452989,-0.5894300531220511,2.9305719239351733,0.8265593647956848,0.5558873414993286,-0.08825486898422241,3.12126088142395,2.1165120601654053,2.1215031147003174,0.08951729536056519,0.03682506084442139,-0.3951130509376526 +502,1.539432325340027,-0.2909303307325966,2.6578955973525558,0.9575062990188599,0.28684359788894653,-0.030041079968214035,1.608292579650879,2.205536127090454,3.436342716217041,-0.008867383003234863,0.24896878004074097,-0.17636454105377197 +503,1.6863968581573514,0.10462591491327045,2.6133063262056986,0.9878940582275391,-0.10443513840436935,0.11471252143383026,-1.1194250583648682,0.24488717317581177,4.206890106201172,-0.02820765972137451,0.9754831194877625,-0.3959472179412842 +504,1.5887731633665492,0.40418363898045295,2.7131944130608723,0.9192750453948975,-0.39326831698417664,0.016527438536286354,0.12241119891405106,-0.7194045782089233,0.8536018133163452,-0.5810489058494568,1.1334874629974365,-0.20889496803283691 +505,1.5012346400137362,0.25999915192062734,2.716159594234488,0.9640529155731201,-0.25707972049713135,-0.06716952472925186,-1.4882441759109497,-1.2484477758407593,-4.111138343811035,-0.5029630064964294,1.0958402156829834,0.23190338909626007 +506,1.4091380534522546,-0.3536904573768632,2.8673087115258906,0.9258695840835571,0.3463621735572815,-0.15099209547042847,-2.693470001220703,-0.5461121797561646,-6.697848320007324,0.9490234851837158,0.9414032697677612,-0.10498933494091034 +507,1.565312412066655,-0.9827005119671393,-3.0866221621647436,0.5547693967819214,0.8319985866546631,-0.003042338415980339,-2.8675284385681152,-0.8018022775650024,-4.24751615524292,1.138864517211914,-0.5364969372749329,-0.6201266050338745 +508,1.6208480470433115,-1.174511869605097,-2.928577515181164,0.3855101466178894,0.9225015044212341,0.01931157521903515,0.0003350060433149338,-1.8003177642822266,-0.26281383633613586,0.8107484579086304,-0.8314065337181091,-0.2829071283340454 +509,1.8052834582117125,-1.2136415866203787,-2.6685247400451226,0.3400425612926483,0.9368953704833984,0.08122988045215607,-0.31039658188819885,0.7370301485061646,-0.18884041905403137,1.0516200065612793,-0.7540186643600464,-0.5420148372650146 +510,1.613779978998248,-1.1142282690686423,-2.9421696680713096,0.44046327471733093,0.8975708484649658,0.01894438825547695,2.40779972076416,0.6516562700271606,2.184443712234497,1.1795928478240967,-0.15260612964630127,-0.550606369972229 +511,1.446962292353694,-0.7468693913678242,2.882973093443915,0.7281997203826904,0.6793447732925415,-0.09063970297574997,2.414106845855713,2.1451821327209473,4.982896327972412,1.17267906665802,0.4981148838996887,-0.44057977199554443 +512,1.4707203657670573,-0.15122429163570308,2.7392861163697217,0.9836412072181702,0.1506485641002655,-0.09876878559589386,1.767604947090149,0.1697264462709427,5.77005672454834,0.19568026065826416,0.9594894051551819,-0.26417678594589233 +513,1.5035251125881308,0.3370491464796095,2.616621152127807,0.9416000247001648,-0.3307037055492401,-0.0634382963180542,1.4901152849197388,0.4423215091228485,3.7519378662109375,-0.3886215090751648,1.06243896484375,-0.031837575137615204 +514,1.5534685179505403,0.6066861623717645,2.5203213529567274,0.8214184045791626,-0.5701481103897095,-0.014234805479645729,0.2882593274116516,-0.5711756944656372,1.2543442249298096,-0.6820600032806396,1.2001073360443115,0.06828141212463379 +515,1.4774647571650261,0.49400926721984495,2.543050959377107,0.8766071796417236,-0.4741595983505249,-0.08205351233482361,-0.7534385919570923,-0.7508593201637268,-3.3102681636810303,-0.5441027879714966,1.2048113346099854,0.239676833152771 +516,1.3791341260338446,-0.09701620458671223,2.7715618419426318,0.9770726561546326,0.09686408936977386,-0.18959514796733856,-4.74204683303833,-0.04078865051269531,-7.760622024536133,0.9203424453735352,1.8061662912368774,-0.20415785908699036 +517,1.5103995720823664,-0.8515627473843725,3.137381762493737,0.6576070189476013,0.7523108720779419,-0.03976569324731827,-3.557621717453003,-0.9665452837944031,-4.8912553787231445,1.3480844497680664,-0.0940161943435669,-0.7949968576431274 +518,1.576923882809095,-1.093071167101624,-2.8895182995984627,0.4597514271736145,0.8880431056022644,0.002817187923938036,-0.6072965264320374,-1.7244746685028076,-0.1692964881658554,0.7517353296279907,-0.7936675548553467,-0.18480873107910156 +519,2.052716831607491,-1.145295099996698,-2.331725255591931,0.3657646179199219,0.9108319282531738,0.19131475687026978,-1.9569110870361328,1.1396671533584595,-1.09041428565979,0.9317512512207031,-0.7169232964515686,-0.8092498779296875 +520,2.0571450593971674,-1.1167227679180556,-2.3833218869523627,0.38776907324790955,0.8986677527427673,0.20501630008220673,1.1643747091293335,-1.2768726348876953,2.2242331504821777,1.1839320659637451,-0.5137189030647278,-0.9268181324005127 +521,1.550782528345063,-0.8999731874362114,-2.9552603312136774,0.6215064525604248,0.7833102345466614,-0.012440365739166737,4.049619197845459,2.0193722248077393,3.0531442165374756,1.1426842212677002,0.29318201541900635,-0.3820756673812866 +522,1.4388279179654548,-0.43945428367217165,2.9333262372237527,0.8971149921417236,0.42544567584991455,-0.11908294260501862,2.4962258338928223,0.26362916827201843,5.125556468963623,0.5335795879364014,0.6949766874313354,-0.2901425361633301 +523,1.4456092654521362,0.04743942117127418,2.750112446265231,0.9910580515861511,-0.04742163047194481,-0.12471985816955566,2.577742576599121,0.5526008009910583,4.207563877105713,-0.1602628231048584,0.9411441683769226,-0.06905149668455124 +524,1.531947109713641,0.39516873780179623,2.589190741663599,0.9222351908683777,-0.3849639296531677,-0.035846151411533356,1.2059855461120605,0.3853848874568939,2.7005224227905273,-0.40497756004333496,0.9847869873046875,-0.00936567410826683 +525,1.528693939359897,0.566771973919785,2.5473746871166076,0.8428908586502075,-0.5369115471839905,-0.03550869971513748,-0.509526789188385,-0.7286856174468994,-0.06215502321720123,-0.7523757219314575,1.1719213724136353,0.18203884363174438 +526,1.392951544417417,0.28360013820480373,2.6973677583995697,0.9449115991592407,-0.2798137962818146,-0.16984201967716217,-3.378143787384033,-0.6521291732788086,-5.3972296714782715,-0.216197669506073,1.3954296112060547,0.18537545204162598 +527,1.3782587588210533,-0.4553459983920545,2.954054799284463,0.8815136551856995,0.4397730827331543,-0.17185333371162415,-4.50839900970459,-0.7816205024719238,-6.914933681488037,1.4393177032470703,1.1826329231262207,-0.5644137263298035 +528,1.5623619560235602,-0.983869081382257,-2.942344522428464,0.5537856817245483,0.8326463103294373,-0.004670944530516863,-0.9571166038513184,-1.8946518898010254,-1.7517986297607422,1.1483170986175537,-0.82835853099823,-0.9089184999465942 +529,1.5064823860498004,-1.012407029841297,-2.7524392634159875,0.5287256836891174,0.8481096029281616,-0.03405139222741127,-3.0223464965820312,-1.0619370937347412,-1.3085609674453735,0.04105287790298462,-0.46705174446105957,0.19451284408569336 +530,2.1007581863174307,-1.1560251240443031,-2.2316945577238316,0.3477025032043457,0.9152085185050964,0.2037069946527481,-0.16309818625450134,0.9521764516830444,0.2934989631175995,1.4671778678894043,-0.8942733407020569,-1.1608450412750244 +531,1.7599387988833153,-1.0225671262794165,-2.5208944705925234,0.511881947517395,0.853448748588562,0.09798993915319443,2.220754861831665,-0.7702564597129822,1.7305659055709839,0.8392990231513977,-0.09931367635726929,-0.49947917461395264 +532,1.489237133134891,-0.8076388986318667,-3.0660852186079395,0.6889090538024902,0.7226572036743164,-0.05631178244948387,3.1545979976654053,2.3881945610046387,3.4326088428497314,1.0089058876037598,0.2160787582397461,-0.38864976167678833 +533,1.4650527790602248,-0.3269937361116449,2.9818701140627644,0.9417226314544678,0.321197509765625,-0.09995391964912415,2.0277867317199707,0.4872458577156067,5.094527244567871,0.17158913612365723,0.57281494140625,-0.26288479566574097 +534,1.4954034184298204,0.1441755107650299,2.8241757231049975,0.9868135452270508,-0.1436765491962433,-0.07454002648591995,1.799075961112976,0.5621582865715027,3.5965445041656494,-0.2940492033958435,0.9169766902923584,-0.038176655769348145 +535,1.5716947176456955,0.4235144406656124,2.7209712556874344,0.9116499423980713,-0.4109669327735901,0.0008190181688405573,0.5109461545944214,-0.04116739705204964,1.899834394454956,-0.5205824375152588,1.0134601593017578,-0.026804685592651367 +536,1.5091730331005653,0.42759243913836753,2.757505771876471,0.908239483833313,-0.41468119621276855,-0.056039661169052124,-0.9297260046005249,-0.5849199891090393,-2.2898242473602295,-0.6568662524223328,1.121727705001831,0.1345003843307495 +537,1.416986022118024,-0.05764182724621491,2.927929704444161,0.9865533709526062,0.057609912008047104,-0.15295012295246124,-3.0704872608184814,-0.5834972858428955,-6.591030120849609,0.5316199660301208,1.3170543909072876,-0.18588657677173615 +538,1.427350807330769,-0.7446335533186492,3.1246643361388964,0.7277838587760925,0.6777023673057556,-0.10511932522058487,-2.8872294425964355,-1.1329612731933594,-6.066516876220703,1.3730156421661377,0.3851485252380371,-0.6007064580917358 +539,1.5340219534142243,-1.0626969034746718,-2.85359625709767,0.4861885607242584,0.873670756816864,-0.01788734458386898,-0.42256537079811096,-2.2211785316467285,-0.41251471638679504,0.8813498020172119,-0.7753431797027588,-0.4536702632904053 +540,1.7095949180718581,-1.136186905065992,-2.550967789496413,0.4170069098472595,0.9070345759391785,0.05825454741716385,-1.8702951669692993,0.6741503477096558,-1.0803858041763306,0.665802538394928,-0.8273531794548035,-0.331768274307251 +541,1.8752381135619436,-1.102313480999143,-2.436948995549265,0.430769145488739,0.8922543525695801,0.13535188138484955,0.5524430871009827,-0.014369593933224678,1.5232926607131958,0.9665849804878235,-0.5342221260070801,-0.8352420330047607 +542,1.5716120856291014,-0.9226703447789601,-2.7848455334498787,0.6036931276321411,0.797216534614563,0.0004924681270495057,2.977996349334717,1.1308138370513916,1.999576210975647,0.7630670666694641,0.05083632469177246,-0.4066051244735718 +543,1.464511562310771,-0.611920264867251,3.083091554080498,0.813927412033081,0.5744403600692749,-0.08683530241250992,2.7253854274749756,1.525050163269043,3.845414638519287,0.6354286074638367,0.3718333840370178,-0.3751702904701233 +544,1.4740046571206245,-0.1499161770205288,2.887475328687273,0.9841554164886475,0.14935524761676788,-0.09555663913488388,2.2310924530029297,0.5835093259811401,4.6484785079956055,0.040121257305145264,0.6936622858047485,-0.2404419183731079 +545,1.5191285085015787,0.2661511301369847,2.7401680083736646,0.9635029435157776,-0.26302003860473633,-0.04982643947005272,1.2601031064987183,0.11717763543128967,3.172301769256592,-0.4106007218360901,0.9558911323547363,-0.04207730293273926 +546,1.5188313447740756,0.4694945329221156,2.6804841680328026,0.890593409538269,-0.45243558287620544,-0.04632137343287468,0.27572867274284363,-0.6966289281845093,0.3262801766395569,-0.688948392868042,1.1303682327270508,0.10576963424682617 +547,1.4270290428067527,0.2602617618530784,2.7752559678348496,0.9563534259796143,-0.25733351707458496,-0.13844750821590424,-2.5821359157562256,-0.8618205189704895,-4.337517738342285,-0.4502498507499695,1.2070558071136475,0.16644740104675293 +548,1.3761496657379158,-0.42350104319059567,2.9405543411644404,0.8944401144981384,0.41095471382141113,-0.17633233964443207,-2.8183114528656006,-0.5617467761039734,-7.282780647277832,1.5356440544128418,1.3608043193817139,-0.35493290424346924 +549,1.4381209709852039,-0.9739049051276132,-3.084932775921419,0.5571345090866089,0.827086865901947,-0.07435481250286102,-1.560941219329834,-1.9013798236846924,-2.020911931991577,0.9929143786430359,-0.9435877203941345,-0.8269818425178528 +550,1.3562880778348134,-0.9793097992214479,-2.914198844235807,0.5448161959648132,0.8301126956939697,-0.11869369447231293,-2.046816349029541,-1.9402239322662354,0.50397789478302,0.18350106477737427,-0.429310142993927,0.23861253261566162 +551,1.716856769586889,-1.0882527238021547,-2.507039564108058,0.4590931534767151,0.8858174681663513,0.06753630191087723,-0.5649475455284119,1.134371042251587,-1.1153689622879028,0.6924266815185547,-0.734434962272644,-0.7299203872680664 +552,1.6716552777517022,-1.0807882001984075,-2.610507826027813,0.46824154257774353,0.8823290467262268,0.04738714173436165,0.8365212082862854,-0.07929642498493195,1.2226998805999756,0.9924671649932861,-0.28665632009506226,-0.5170831680297852 +553,1.4197694374178838,-0.9335146524078815,-3.0060945138158326,0.5882400274276733,0.8037161827087402,-0.08952174335718155,2.772592544555664,2.2320868968963623,2.31799054145813,0.9947831034660339,-0.032292723655700684,-0.23106539249420166 +554,1.429132567812826,-0.5482512237775362,3.0595693510711275,0.8448880910873413,0.5211955308914185,-0.12049717456102371,1.8906067609786987,0.6869474649429321,4.359482765197754,0.28981661796569824,0.2556752562522888,-0.3871474862098694 +555,1.4461325596063996,-0.07962280856135612,2.901513465570045,0.9890959858894348,0.07953870296478271,-0.12394718825817108,2.1029558181762695,0.573815643787384,4.16444730758667,-0.17124015092849731,0.6880851984024048,-0.07557672262191772 +556,1.5121384389352244,0.2728483185953784,2.7839180802797143,0.9613510370254517,-0.2694754898548126,-0.0564555861055851,1.1049710512161255,0.2571416199207306,2.4319026470184326,-0.5133529901504517,0.8887228965759277,-0.03967475891113281 +557,1.5018936411455657,0.3771608999998099,2.7549535479738148,0.9275079369544983,-0.36828240752220154,-0.06400911509990692,-0.2873044013977051,-0.874157190322876,-0.8878419995307922,-0.7546563744544983,1.0063438415527344,0.07967990636825562 +558,1.4062069268966084,0.06672139985998611,2.8539356018111297,0.9842907786369324,-0.06667190790176392,-0.16348274052143097,-2.668259382247925,-0.501549482345581,-4.727720737457275,-0.06377381086349487,1.0376496315002441,0.12379461526870728 +559,1.4134438828559763,-0.5721544638498337,3.0647513694208275,0.8303496837615967,0.5414446592330933,-0.13174669444561005,-3.139063596725464,-0.5639258027076721,-6.1697869300842285,1.3215668201446533,0.6834394335746765,-0.41781383752822876 +560,1.5548807596876637,-0.9355654862100571,-2.907195882697916,0.5932881832122803,0.8049347400665283,-0.009443315677344799,-0.8881011009216309,-2.254013776779175,-0.07511391490697861,0.8015176653862,-0.8909485340118408,-0.6556872725486755 +561,1.5192330718151419,-0.9249687912205585,-2.698794877095428,0.60105961561203,0.7986019849777222,-0.031020088121294975,-1.7318123579025269,-0.1344098597764969,-0.9963935017585754,0.020354509353637695,-0.48707854747772217,0.05113118886947632 +562,1.791587673403789,-1.0443116996629442,-2.499153222067071,0.49029865860939026,0.864578902721405,0.11004777252674103,-0.03889978677034378,0.9762592315673828,-0.3847343325614929,1.0091673135757446,-0.64506596326828,-0.7884383201599121 +563,1.6147203434462831,-0.9487513285736342,-2.6487061496444424,0.5821365714073181,0.8126885294914246,0.025586234405636787,1.2905195951461792,-0.6858607530593872,1.1945538520812988,0.6093612313270569,-0.141118586063385,-0.37345612049102783 +564,1.4376931597884555,-0.819303289998626,3.1106663883141965,0.6766916513442993,0.7306703329086304,-0.09060550481081009,3.532742500305176,2.7356293201446533,2.318800687789917,0.9622548818588257,-0.08285844326019287,-0.365800142288208 +565,1.4180538981474173,-0.40539518145274156,2.9314791767008033,0.9082477688789368,0.39438194036483765,-0.1398169845342636,1.890486478805542,0.31772828102111816,4.7473530769348145,0.21211349964141846,0.34249547123908997,-0.28379756212234497 +566,1.4610085881693078,0.08383622895493166,2.7918276423502424,0.9904883503913879,-0.0837380588054657,-0.10918249934911728,1.904036521911621,0.6036431193351746,4.0256524085998535,-0.21416693925857544,0.8932473659515381,-0.137872576713562 +567,1.5432727532006212,0.3930498332165805,2.6932404115183792,0.9233953952789307,-0.3830074667930603,-0.025421561673283577,0.6874770522117615,0.3847508132457733,1.855445384979248,-0.42478394508361816,1.04880952835083,-0.08100849390029907 +568,1.5746719538909748,0.42718855571232267,2.666148015191753,0.9101273417472839,-0.4143136441707611,0.0035273318644613028,-0.04152290150523186,-0.34759721159935,-1.232778549194336,-0.5642411112785339,1.066184401512146,-0.020327210426330566 +569,1.4661878479658264,0.08938445624563292,2.7888149358044996,0.9905632138252258,-0.08926548063755035,-0.10400094836950302,-2.448082208633423,-0.6534692049026489,-5.4831390380859375,-0.10947495698928833,1.0554214715957642,0.0059479475021362305 +570,1.4370874159109697,-0.5877151946238182,2.9137894457489235,0.8247815370559692,0.5544610619544983,-0.11094257980585098,-1.7565381526947021,-0.5790677666664124,-6.679495811462402,1.4341905117034912,0.7602362036705017,-0.3139688968658447 +571,1.5889247437111278,-1.002222314828045,-3.0775768365731695,0.5383427143096924,0.8426696062088013,0.00976037047803402,-1.2588318586349487,-2.2217609882354736,-0.297639399766922,1.2410914897918701,-1.0703611373901367,-0.7395730018615723 +572,1.6558935130442085,-1.0362581796844619,-2.8152878902113243,0.5076000690460205,0.8605040311813354,0.04329990595579147,-0.9275597333908081,1.0122945308685303,-1.7368212938308716,0.3742815852165222,-0.7611846327781677,-0.21810460090637207 +573,1.6648674469798939,-1.064444452769629,-2.8746975422316012,0.4828459918498993,0.8745196461677551,0.04555632546544075,0.25795164704322815,-0.31068697571754456,1.2551156282424927,0.7509644031524658,-0.6518785953521729,-0.38720059394836426 +574,1.5334393351880762,-0.9203264304294562,-2.995592223164202,0.6051379442214966,0.7957993149757385,-0.022616654634475708,1.5009933710098267,0.03471648320555687,1.5437672138214111,0.5540264844894409,0.0004194974899291992,-0.3933532238006592 +575,1.3850723902780975,-0.7297500344881936,2.929300291406003,0.7325233221054077,0.6666833758354187,-0.13763324916362762,3.1860339641571045,1.5804873704910278,2.4843509197235107,0.9874778389930725,0.3049657940864563,-0.3646250367164612 +576,1.4087346329448593,-0.3024462684128048,2.7324799294920297,0.9421022534370422,0.29785633087158203,-0.15402953326702118,2.501694917678833,1.295589566230774,4.4702067375183105,0.21600943803787231,0.547816276550293,-0.23154480755329132 +577,1.5039749475915274,0.15149061700225203,2.597582559635197,0.986341118812561,-0.1509118378162384,-0.06600694358348846,1.043632984161377,0.2952601909637451,3.544572114944458,-0.36446917057037354,0.9455896019935608,-0.06236523389816284 +578,1.4949922615382452,0.36556209629446845,2.552387129914187,0.9312410354614258,-0.35747429728507996,-0.0707273781299591,0.18117426335811615,-0.7442680597305298,0.5871307253837585,-0.7051514983177185,0.8925695419311523,0.17921733856201172 +579,1.3730685230403,0.3438228872852559,2.615011417353647,0.9231287837028503,-0.3370887041091919,-0.184944748878479,-1.0770913362503052,0.27191394567489624,-1.5696097612380981,-0.7738673090934753,0.8978797197341919,0.4328542947769165 +580,1.3380996995611723,0.017783451703782392,2.7645679479728207,0.9728941321372986,-0.017782514914870262,-0.23056583106517792,-4.177748680114746,-0.18011707067489624,-4.681128025054932,0.35512393712997437,1.410955786705017,0.21391847729682922 +581,1.4161484311269872,-0.6357498344779979,3.119384817144669,0.7950242161750793,0.5937809944152832,-0.1239384338259697,-4.05081844329834,-1.3794533014297485,-4.828619956970215,1.625675916671753,0.5245509147644043,-0.8912287950515747 +582,1.4716285655689256,-0.8907965102255546,-2.845012182364639,0.6257035136222839,0.7775728106498718,-0.06225382536649704,-2.3837101459503174,-1.8552416563034058,0.01774054951965809,0.6518080234527588,-0.9103243350982666,-0.08775532245635986 +583,1.794383612372353,-0.9046833749740745,-2.3524692209782594,0.6025531888008118,0.7862295508384705,0.13701404631137848,-2.761589288711548,0.879258930683136,-0.891769289970398,0.12541311979293823,-0.781300961971283,-0.7276817560195923 +584,2.0060400186488594,-0.8984994824159633,-2.199800366996441,0.5647208094596863,0.7823932766914368,0.2625855505466461,0.053777649998664856,-0.2656871974468231,0.8865602016448975,0.580268144607544,-0.8411091566085815,-1.2409790754318237 +585,1.7684541065354968,-0.8323799082675604,-2.5063053305907697,0.6600117683410645,0.7395354509353638,0.13218234479427338,4.028626918792725,1.3305940628051758,1.739617943763733,1.443213939666748,0.17626667022705078,-1.0239059925079346 +586,1.4377963809118068,-0.47516042771656863,-3.0947651450033566,0.8813661336898804,0.45748111605644226,-0.1179177537560463,3.6059746742248535,-1.0628849267959595,4.96754789352417,1.047863483428955,0.8674547672271729,-0.3642752766609192 +587,1.3408786310556964,0.07141188572215716,2.874089433675308,0.9712035655975342,-0.07135120779275894,-0.22731654345989227,4.917418956756592,0.10334047675132751,4.1309356689453125,0.07554948329925537,1.1128398180007935,-0.01862463355064392 +588,1.4363573411962398,0.5081687098801987,2.6081757068580553,0.8657540082931519,-0.48657816648483276,-0.117097407579422,1.8491679430007935,-0.06047128513455391,3.6796374320983887,-0.2595984935760498,1.1888333559036255,0.1409621685743332 +589,1.4853739535192574,0.7732846484259499,2.5361531238962263,0.7130110859870911,-0.6984895467758179,-0.06105567514896393,0.07801908254623413,0.03913905844092369,0.6847956776618958,-0.5270979404449463,1.4853700399398804,0.19872045516967773 +590,1.322443916989274,0.5376389442619122,2.7497161612583474,0.832567572593689,-0.5121094584465027,-0.2111288458108902,-4.318553447723389,0.001529474277049303,-5.129510402679443,-0.08835053443908691,1.7187896966934204,0.19625148177146912 +591,1.3172329879917923,-0.2896894954436384,3.0488880906000584,0.9276895523071289,0.2856546640396118,-0.2404024600982666,-5.646580696105957,0.350260466337204,-7.881450176239014,1.7136067152023315,1.5902303457260132,-0.7106931209564209 +592,1.6026655245203756,-0.9794968314508481,-2.81309294921141,0.5571576356887817,0.8302170038223267,0.017762180417776108,0.8606579899787903,-1.0018150806427002,-0.9747976064682007,2.2314624786376953,-1.5719923973083496,-1.6696481704711914 +593,1.7434678967019213,-1.0174540556378004,-2.4451299664016872,0.5177186131477356,0.8507727980613708,0.09029446542263031,-3.3047897815704346,2.2639682292938232,-2.358539342880249,0.7495238184928894,-0.9241980910301208,-0.6228262186050415 +594,1.9380783358191818,-0.9910220209532025,-2.2971493523682667,0.5112983584403992,0.8365862965583801,0.19671669602394104,0.8422313928604126,-1.4485623836517334,1.4048688411712646,0.9604271054267883,-0.5485461354255676,-1.1597751379013062 +595,1.5474543084581835,-0.8534228873930925,-2.742984632096925,0.6572288274765015,0.7535350322723389,-0.015343833714723587,3.3338539600372314,1.6920534372329712,2.315685749053955,1.152036428451538,0.09139001369476318,-0.40637850761413574 +596,1.3896794993905675,-0.4720057595341849,-3.130601904374821,0.8760898113250732,0.4546736478805542,-0.16043269634246826,3.1530203819274902,-0.049645524471998215,4.167707920074463,0.5319454669952393,0.5297929048538208,-0.34185612201690674 +597,1.3576631786972788,-0.023323624942506782,2.933276958576665,0.9771072268486023,0.02332151122391224,-0.21146567165851593,3.1916143894195557,0.3702739179134369,3.8493738174438477,-0.029139697551727295,0.8382202386856079,-0.07727640867233276 +598,1.4205593380795882,0.34661419281975764,2.7759214743972898,0.9299339056015015,-0.33971530199050903,-0.14077118039131165,1.412887454032898,0.02568237856030464,2.770838499069214,-0.38754498958587646,0.9520657658576965,0.019463777542114258 +599,1.4134100491033503,0.5275712162474052,2.740589515845525,0.8533531427383423,-0.503436267375946,-0.1354261040687561,-0.051295340061187744,-0.5138649940490723,0.37607303261756897,-0.6400811076164246,1.0894806385040283,0.1645856648683548 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/we6.csv b/BoostRunClub/CoreML/DataSet/Motion/running/we6.csv new file mode 100644 index 0000000..c1688f1 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/we6.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,1.3218921287949672,0.3391523139999453,2.8194529362514795,0.9139752984046936,-0.3326878249645233,-0.23230966925621033,-2.5903055667877197,-0.7966727614402771,-3.9967048168182373,-0.29134052991867065,1.3313450813293457,0.3091224431991577 +1,-0.022727827814051683,0.31075766708181923,-2.838239059885275,-0.02163735032081604,-0.3057801127433777,-0.951856255531311,0.26962578296661377,0.20789384841918945,0.0014105811715126038,0.06504860520362854,0.1077362596988678,0.21035540103912354 +2,-0.0015936028547524955,0.3353025985364854,-2.8776845638804236,-0.0015048556961119175,-0.32905492186546326,-0.9443095922470093,-0.02677469700574875,-0.113649383187294,-0.29150673747062683,0.01223178580403328,-0.07379236817359924,0.3587993383407593 +3,0.010086354876626027,0.33453809879741525,-2.881500208028966,0.009527026675641537,-0.32833290100097656,-0.9445140361785889,0.044914111495018005,-0.1682407706975937,0.06399144977331161,0.03785151615738869,-0.13826557993888855,0.06112170219421387 +4,0.04240182691963522,0.3722174552887691,-2.849076106565416,0.03948644921183586,-0.36368194222450256,-0.9306858777999878,0.5287825465202332,0.9230655431747437,0.5846126079559326,0.01970238983631134,-0.21807461977005005,0.20044606924057007 +5,0.10633976747025563,0.45782055586536896,-2.7454276497421026,0.09520900249481201,-0.44199416041374207,-0.8919509053230286,0.8122877478599548,0.643598198890686,1.3036952018737793,0.357214093208313,0.10396620631217957,0.26693564653396606 +6,0.20037917705140534,0.4206247061709137,-2.6044523877866537,0.18169133365154266,-0.4083307981491089,-0.8945692777633667,-1.2023497819900513,2.1726438999176025,0.4992542564868927,0.34148675203323364,0.1590174436569214,0.016960084438323975 +7,0.19969411067970358,0.20516485900587295,-2.4288666275164874,0.19420920312404633,-0.2037285715341568,-0.9595714807510376,-3.528665542602539,-1.2874274253845215,1.7464851140975952,0.07170571386814117,-0.0739508867263794,0.027778267860412598 +8,0.16776907607711075,0.10973122471367498,-2.1912947426097933,0.16597886383533478,-0.10951114445924759,-0.9800297617912292,0.04806819558143616,1.059475302696228,1.8811349868774414,-0.4881529211997986,-0.09384273737668991,0.06444138288497925 +9,0.2349212419627624,0.11497699240783257,-2.053540860475056,0.2312295287847519,-0.11472383141517639,-0.9661114811897278,-0.5296980738639832,1.1466151475906372,0.7035086154937744,-0.6240518093109131,0.05399385094642639,0.07180911302566528 +10,0.32009741251429985,0.04884097278295125,-2.081439559664966,0.3142837882041931,-0.04882155731320381,-0.9480728507041931,0.36936724185943604,0.9971906542778015,-1.8068287372589111,-0.4561905264854431,0.05295668542385101,-0.5199752449989319 +11,0.47154933475735095,0.13997300847532865,-2.402350109229769,0.4498242437839508,-0.13951638340950012,-0.8821526765823364,3.208864450454712,-0.06628619134426117,-2.476173162460327,0.3560076653957367,0.024022608995437622,-0.8321722745895386 +12,0.6411824337635856,0.4516775264633162,-2.868736542462764,0.5381593108177185,-0.4364754557609558,-0.7210226655006409,6.491422653198242,0.9844387769699097,-2.638927459716797,-0.14391803741455078,0.5073067545890808,0.33476167917251587 +13,1.1466420752802806,0.6173159749057641,2.727576715124731,0.7431769371032715,-0.5788486003875732,-0.3355923593044281,3.713131904602051,1.727163314819336,-2.7132880687713623,-0.5330329537391663,0.691519558429718,0.729681134223938 +14,1.3239506722163528,0.3846329911028907,2.515623762406367,0.8988389372825623,-0.3752189576625824,-0.22649358212947845,-2.1147007942199707,-0.9818548560142517,-2.5427358150482178,-0.23894214630126953,0.7429252862930298,0.47405219078063965 +15,1.214218780671794,-0.01544896494241539,2.794235296626372,0.9369851350784302,0.015448350459337234,-0.34902745485305786,-5.388621807098389,-0.19562928378582,-3.031883955001831,0.38877469301223755,1.0528500080108643,0.010862201452255249 +16,1.4394891472155862,-0.6353510780536192,-2.9259953642738736,0.7979348301887512,0.5934601426124573,-0.10538091510534286,-3.8043482303619385,2.235990047454834,-5.627384185791016,1.3726890087127686,0.4906157851219177,-1.6111260652542114 +17,1.4148950953006871,-0.7371781832615392,-3.019384307870216,0.7313892245292664,0.67220139503479,-0.11495734751224518,-0.6941669583320618,-3.7316648960113525,1.7855116128921509,0.32131463289260864,-0.20328354835510254,-0.17790460586547852 +18,1.3604805941290015,-0.7466249768350615,-2.751696238312501,0.7178120613098145,0.6791654229164124,-0.15323315560817719,-0.961711049079895,0.946436882019043,-0.409778892993927,-0.21892595291137695,-0.5891537666320801,-0.05329453945159912 +19,1.4320699211398888,-0.8068713687893185,-2.866061271564043,0.6851152777671814,0.7221264243125916,-0.09565801173448563,2.0676231384277344,0.5648804903030396,0.1629844754934311,0.34953737258911133,-0.6576886177062988,-0.41624385118484497 +20,1.3357694696995293,-0.7034335453849915,-3.0305220535728488,0.7416598796844482,0.64683997631073,-0.17759200930595398,0.35419708490371704,0.2613745927810669,1.121590495109558,0.3383268117904663,-0.09169471263885498,0.020884200930595398 +21,1.347027274647251,-0.6413157531783812,-3.047990200668134,0.7813310027122498,0.5982502698898315,-0.17781555652618408,0.39343714714050293,0.2640223801136017,-0.23512600362300873,0.28831005096435547,0.19020181894302368,-0.2662762403488159 +22,1.3165490204877328,-0.6880232360333846,2.9210175786494514,0.7476690411567688,0.6350113749504089,-0.19429756700992584,2.945129871368408,2.2723402976989746,-0.7532364726066589,0.5745813250541687,-0.1499192714691162,-0.26406121253967285 +23,1.2942675851089236,-0.5192610079308614,2.663209468887895,0.8352028131484985,0.49623867869377136,-0.23703037202358246,1.9557524919509888,0.4604119062423706,2.653306007385254,0.044222235679626465,-0.23783111572265625,-0.15362513065338135 +24,1.215289747874153,-0.16121083349013307,2.6648160259170455,0.9253146648406982,0.16051346063613892,-0.3435521423816681,-1.078242540359497,-3.4845194816589355,4.1336517333984375,0.05910605192184448,0.2796263098716736,0.10043391585350037 +25,0.503894422028272,-0.03125536066829841,-3.003921762101709,0.4826037287712097,0.03125027194619179,-0.8752810955047607,-2.3132529258728027,-4.641801357269287,5.2160325050354,0.11041378974914551,0.5830838084220886,0.9796817898750305 +26,1.453421665419017,0.42852120235881835,2.7121084763866237,0.9033228754997253,-0.4155261814594269,-0.10651681572198868,9.972603797912598,5.430936336517334,1.0624772310256958,-0.023974120616912842,0.21069219708442688,-0.03340625762939453 +27,0.7471452856637444,0.15156399941626322,-2.9350434775213508,0.6717569828033447,-0.15098439157009125,-0.7252215147018433,-14.956334114074707,-7.590118885040283,1.2624775171279907,0.20005393028259277,0.5531145334243774,0.32605159282684326 +28,1.265691160607209,0.1886234049087232,-3.140544031581241,0.936897873878479,-0.18750689923763275,-0.2950655221939087,11.904948234558105,7.969035625457764,-0.2645794451236725,-0.108162522315979,0.30504533648490906,-0.3748716115951538 +29,1.2114085784491275,0.09797344006227199,3.115880840670378,0.9316231608390808,-0.09781678020954132,-0.3500145673751831,-12.107781410217285,-6.942403793334961,-1.0960285663604736,-0.21487212181091309,0.01805908977985382,0.7437523603439331 +30,0.9622897071096997,-0.26327092905134536,-2.5499907892705744,0.7922313809394836,0.2602401673793793,-0.551946222782135,5.440365791320801,7.963558197021484,0.7907395362854004,-0.5406290888786316,0.1020950973033905,0.01259380578994751 +31,1.5399058242052506,-0.2689916437582463,2.991156857513879,0.9635794162750244,0.2657594680786133,-0.029774922877550125,1.9575953483581543,-0.2804323732852936,-4.311983585357666,0.2583290934562683,0.45804116129875183,0.20334362983703613 +32,1.5747514323902996,-0.650650545623855,-2.562913646020865,0.7956835627555847,0.6057041883468628,0.003147029085084796,-8.524213790893555,-0.6637799143791199,-0.9181823134422302,0.9867870211601257,-0.36096853017807007,-0.7578467130661011 +33,1.7385432603788875,-0.609699838120625,-2.822360203118823,0.8083125352859497,0.5726214051246643,0.13687823712825775,10.908330917358398,5.92798376083374,1.6531552076339722,0.4758366346359253,0.019175469875335693,-1.0339882373809814 +34,1.424656923607014,-0.37084854231369135,2.6066232613596934,0.9220854043960571,0.3624064326286316,-0.13572058081626892,-0.03077125921845436,-2.1243479251861572,2.8387093544006348,-0.1741301417350769,-0.1944224238395691,0.8653958439826965 +35,1.0759653902801156,-0.22922512998095743,-3.1100230678555674,0.8570293188095093,0.2272229939699173,-0.4624612331390381,-7.812672138214111,-8.085921287536621,3.332294464111328,-0.05562245845794678,0.2574724555015564,0.3679330348968506 +36,1.0026161371236133,-0.12333272561612128,-2.9243121992108376,0.8364793062210083,0.12302029877901077,-0.5340117812156677,8.888879776000977,8.409939765930176,-0.19291841983795166,-0.41347503662109375,0.5991019010543823,0.06228625774383545 +37,1.4542404147751138,0.05446164740774119,2.5820051679229343,0.9917425513267517,-0.054434727877378464,-0.11611977219581604,-0.8811970353126526,-4.249569892883301,-0.7542619109153748,-0.25723016262054443,0.48447316884994507,0.8107456564903259 +38,1.0449836682590308,-0.3063263087789708,-2.8766764090228376,0.8246526122093201,0.3015580177307129,-0.4785507619380951,-10.090682983398438,-0.10319507122039795,1.2006431818008423,0.36733347177505493,0.9369673728942871,0.4675949215888977 +39,1.5932312822073489,-0.594336371810808,-2.942862366874659,0.8283118009567261,0.5599590539932251,0.018586257472634315,8.332505226135254,3.88820481300354,-1.958949327468872,0.6838647127151489,-0.2625957727432251,-1.131989598274231 +40,1.263603047294115,-0.6018075562478042,-2.7230390457182936,0.7857242822647095,0.5661333799362183,-0.24925968050956726,-10.004582405090332,-8.65972900390625,2.6701414585113525,-0.006915688514709473,-0.49017512798309326,0.7015912532806396 +41,1.4590601365486606,-0.5611214127625979,-2.0670112496143815,0.8413791060447693,0.5321359634399414,-0.09440570324659348,1.2254167795181274,5.267831802368164,-0.1455690562725067,-0.6297244429588318,0.03771871328353882,-0.5143284201622009 +42,1.6693617937677294,-0.8134737450636993,-2.6214397299747243,0.6836439967155457,0.7266779541969299,0.06760275363922119,4.385512351989746,1.9764150381088257,-2.135697841644287,0.6860612034797668,-0.35553842782974243,-0.4905611276626587 +43,1.555584363827582,-0.7959872857885991,-2.407671281479292,0.6994987726211548,0.7145546674728394,-0.010641570203006268,-4.880190849304199,-4.945304870605469,2.2936081886291504,0.8857978582382202,-0.23352128267288208,-0.34510183334350586 +44,1.5428944610005209,-0.6342119128920541,-2.3690767085589717,0.8052253127098083,0.5925428867340088,-0.02247312106192112,4.704990863800049,3.5678012371063232,0.7590703368186951,0.1870536208152771,0.2602403163909912,-0.7229492664337158 +45,1.431560965002335,-0.4792691240717469,3.1366892554471133,0.878744900226593,0.4611307680606842,-0.12314920872449875,6.315473556518555,1.3018089532852173,1.8878860473632812,0.09296524524688721,0.0954488217830658,-0.18603962659835815 +46,1.3360925196296858,-0.1385405904808017,2.8353480217612974,0.9632644653320312,0.1380978375673294,-0.23032669723033905,1.6964824199676514,-0.4609142541885376,3.458259105682373,0.035865724086761475,0.4482821524143219,0.13962848484516144 +47,1.2963540190625147,0.1994434455956528,2.817054356158354,0.9434953927993774,-0.19812384247779846,-0.26563793420791626,0.5818935036659241,-0.7105916738510132,2.440680742263794,-0.31544363498687744,0.7779883146286011,0.21435314416885376 +48,1.2178414025225877,0.3068878091911217,2.9002305275085787,0.8945139050483704,-0.3020933270454407,-0.32952171564102173,-0.6360098123550415,0.18932944536209106,-0.44391775131225586,-0.5357339978218079,0.8599241375923157,0.44599205255508423 +49,1.2718339584922238,0.012382814052272907,2.9724098778048402,0.9555693864822388,-0.012382498010993004,-0.2945061922073364,-3.340937852859497,1.4350162744522095,-5.051790714263916,-0.058093249797821045,1.0198135375976562,0.3801690340042114 +50,1.462199463395579,-0.5707723696483696,-3.118392462159012,0.8365269303321838,0.540282130241394,-0.09120301157236099,-2.843609571456909,-0.06726901233196259,-5.066766262054443,1.0971736907958984,0.29090988636016846,-0.5336443781852722 +51,1.5947661888645592,-0.73407509282789,-2.3875442717552233,0.7422373294830322,0.6699007153511047,0.017794733867049217,-6.541729927062988,-7.343932628631592,1.7421778440475464,0.2705036997795105,-0.6567477583885193,-0.6509734392166138 +52,1.5641353290842752,-0.5311150988703204,-1.8216232133696315,0.862223744392395,0.5064951181411743,-0.0057433550246059895,-0.4841509461402893,5.800827503204346,1.12688148021698,-0.6989699602127075,0.2562307119369507,-0.09049385786056519 +53,1.954720013965845,-0.9446991406022139,-2.4609457090678726,0.5433282256126404,0.8103206753730774,0.21948803961277008,3.980886936187744,1.5732992887496948,-2.6222519874572754,1.1741094589233398,-0.7196682095527649,-0.2920740842819214 +54,1.674854861100803,-0.7632008495074777,-2.0890706744806042,0.7187184691429138,0.6912379860877991,0.0750599130988121,-5.285951614379883,-8.496895790100098,2.578765630722046,0.637299656867981,-0.1960444450378418,-0.3540668487548828 +55,1.5485346728706693,-0.6349850291912922,-2.3528047843632622,0.80488121509552,0.5931654572486877,-0.017920948565006256,10.44842529296875,6.879617214202881,0.4312494695186615,0.49135303497314453,0.589879035949707,-0.951561450958252 +56,1.4428560201674014,-0.266419097662153,2.8624461210500836,0.9568349719047546,0.2632785737514496,-0.12309010326862335,3.179548978805542,-0.7295863628387451,4.550242900848389,0.2882058620452881,0.306362509727478,0.20860034227371216 +57,0.9651645179782766,0.07753649130407088,-2.9867083056515873,0.8196724653244019,-0.07745882123708725,-0.567571222782135,-2.7539899349212646,-4.454928398132324,4.367363452911377,-0.07582181692123413,0.9904837608337402,0.3956810235977173 +58,1.0889597757933498,0.3933693425037131,-3.0685954762802465,0.8184641003608704,-0.38330259919166565,-0.4280136823654175,6.134061336517334,3.7490789890289307,0.5795107483863831,-0.40443211793899536,0.9749926328659058,0.16335001587867737 +59,1.4030792166980122,0.4808764958059954,2.7715607550962185,0.8741496801376343,-0.4625564515590668,-0.14800016582012177,0.4241539537906647,-2.2134454250335693,-1.6467481851577759,-0.5003092885017395,0.9722914695739746,0.5827993750572205 +60,1.075242754550069,0.04553570591927056,-3.1304547336188557,0.8787937164306641,-0.04551997035741806,-0.47502580285072327,-9.28692626953125,-0.6114587783813477,-3.0533204078674316,0.35542869567871094,1.3334838151931763,0.49757832288742065 +61,1.4889974719603665,-0.6667918309677099,-2.6289641845961995,0.7831824421882629,0.618468165397644,-0.06420669704675674,-0.5756452083587646,6.8593363761901855,-5.35856294631958,1.1454675197601318,0.561188817024231,-1.142733097076416 +62,1.411428181998323,-0.8823710548968123,2.9574251300821826,0.6272708177566528,0.7722474336624146,-0.10082200169563293,2.530231475830078,-0.10736684501171112,1.9612401723861694,0.6890438199043274,-0.5234987139701843,0.27728986740112305 +63,1.523760273850594,-0.8664445197830157,-2.7275546535605946,0.646824061870575,0.7620314359664917,-0.030446505174040794,-9.427019119262695,-5.861245632171631,-0.2184135764837265,0.1249503493309021,-0.43711066246032715,0.15677404403686523 +64,2.0807774456320263,-0.9262821096807183,-2.20197930863591,0.5243593454360962,0.7993917465209961,0.29329198598861694,6.992565631866455,4.326816558837891,1.228212833404541,1.3028043508529663,-0.6450338363647461,-1.6476620435714722 +65,1.550832285613464,-0.8070949796928276,-2.5746092779018634,0.6914618015289307,0.7222810983657837,-0.013806206174194813,-5.6324310302734375,-8.861695289611816,3.318439245223999,1.1338250637054443,-0.4141603708267212,0.18748176097869873 +66,1.4928766788587722,-0.4916152471944379,-2.146628421539281,0.8788967132568359,0.4720504581928253,-0.06862226128578186,5.036770343780518,5.341580867767334,1.8345941305160522,0.28026771545410156,0.7425034046173096,-1.007076621055603 +67,1.5960447524508135,-0.04813810572973318,3.085559271677905,0.9985232949256897,0.04811951518058777,0.025216499343514442,5.86756706237793,0.5852982997894287,5.24803352355957,0.1170925498008728,0.7669286727905273,0.1443544626235962 +68,1.018520021689985,0.2627580641124436,-2.7321561576977724,0.822112500667572,-0.25974494218826294,-0.5066198706626892,-7.55096435546875,-6.6790642738342285,3.881744861602783,0.05435246229171753,0.9796240329742432,0.5787939429283142 +69,1.5343008419563062,0.5753568333321414,-3.03922089534276,0.8384395241737366,-0.5441341996192932,-0.030612850561738014,13.460951805114746,6.344850063323975,3.1101362705230713,-0.24883991479873657,0.9836178421974182,-0.6195793747901917 +70,1.6231988319218984,0.6328885008602798,2.9535728744239007,0.8052157163619995,-0.5914762616157532,0.042233988642692566,-9.41259765625,-6.354894638061523,-1.538596272468567,-0.7908265590667725,1.000121831893921,0.9921441078186035 +71,1.0045123716546904,-0.02083586293603439,-2.317748762729903,0.8437173366546631,0.02083435468375683,-0.5363833904266357,-0.8114755153656006,10.846680641174316,-0.7312930822372437,0.3406698703765869,1.320153832435608,-0.11899685859680176 +72,1.5677561454693534,-0.30604665668837006,-3.0635603183558993,0.9535278677940369,0.3012913465499878,-0.0028989065904170275,0.44609859585762024,-2.995938301086426,-4.859696865081787,0.9876037836074829,0.1936732530593872,0.8951718211174011 +73,1.4410679942162583,-0.46302878418816584,-2.1916988270481363,0.8871856331825256,0.44666001200675964,-0.11574314534664154,-11.087724685668945,-6.021227836608887,1.703125238418579,0.08403623104095459,-0.15437793731689453,-0.023981571197509766 +74,1.8242350417876094,-0.46735485522399095,-1.9596447565476753,0.8642447590827942,0.4505263864994049,0.22384636104106903,8.645645141601562,9.196423530578613,0.10213989019393921,0.19166350364685059,-0.05895534157752991,-1.4053038358688354 +75,1.71030787997692,-0.5940845731634894,-2.4445364147999546,0.8206101059913635,0.5597504377365112,0.1152331754565239,-6.646410942077637,-5.907681465148926,1.6724036931991577,0.799034059047699,-0.9300506711006165,0.6632702350616455 +76,1.55684541700785,-0.338932867180751,-1.3695119311426502,0.9430180788040161,0.33248084783554077,-0.013156814500689507,-2.497331380844116,2.815349578857422,0.3365936577320099,-0.43067389726638794,0.6408467292785645,-0.8013421297073364 +77,1.7614153772135788,-0.3447034516649318,-2.5951752806365627,0.9241283535957336,0.33791759610176086,0.17832152545452118,10.899014472961426,1.9273107051849365,3.375342845916748,0.34323614835739136,0.40152332186698914,-0.3741375207901001 +78,1.3358762877781152,-0.0752364798049039,-2.4149617276538384,0.9697818160057068,0.0751655176281929,-0.2321067601442337,-11.400636672973633,-8.203933715820312,3.2491719722747803,0.01770603656768799,0.2783348262310028,0.9063011407852173 +79,0.8465469587448037,-0.13477994397270335,-1.8275078598585532,0.7422043085098267,0.13437224924564362,-0.6565645337104797,10.305379867553711,8.270611763000488,0.38401949405670166,-0.41581881046295166,0.7854123115539551,0.06554579734802246 +80,1.9579374551079671,0.3008675066703041,3.0631169410848127,0.8843965530395508,-0.2963488698005676,0.36058342456817627,7.469954013824463,1.9170668125152588,2.7626287937164307,-0.5432404279708862,1.1195147037506104,0.6831787824630737 +81,1.2302097990839898,0.291522446124284,-2.457425927428596,0.9027899503707886,-0.28741076588630676,-0.3199459910392761,-16.35886001586914,-7.3713483810424805,-1.0072768926620483,-0.043491244316101074,0.8848839402198792,0.3919827342033386 +82,1.3995669791897571,0.15754496771842244,-2.016058653533067,0.973172664642334,-0.15689405798912048,-0.168283611536026,12.597352027893066,13.220998764038086,3.6340644359588623,-0.06471002101898193,0.3460724949836731,-1.3324488401412964 +83,1.6674976192644524,0.056713064466166425,-2.696004485711437,0.9937278628349304,-0.05668266862630844,0.09639542549848557,-8.275879859924316,-8.7711820602417,-1.5250009298324585,0.8515327572822571,-0.9567908048629761,1.0731908082962036 +84,1.1663112533371767,-0.029491080350081956,-1.9086895826562111,0.9189054369926453,0.029486805200576782,-0.39337432384490967,4.5291290283203125,9.426773071289062,2.449688196182251,-0.41962260007858276,0.06310352683067322,-0.7670718431472778 +85,1.5200524585993833,0.21610784150099335,-2.669113986598434,0.975482165813446,-0.21442963182926178,-0.049542270600795746,3.498237371444702,-0.4955982267856598,0.5424728393554688,0.2766234874725342,-0.364488810300827,-0.07918089628219604 +86,0.7852375372557279,0.20024932830734174,-2.2811667878147106,0.6928653717041016,-0.19891367852687836,-0.6930879950523376,-12.369044303894043,-13.720501899719238,3.5054209232330322,0.41536521911621094,-0.26077258586883545,0.17711204290390015 +87,0.7515600632197151,0.1622782905188515,-2.239948841953565,0.6738088726997375,-0.16156698763370514,-0.7210254669189453,13.680436134338379,8.211694717407227,-0.7982431650161743,-0.10851651430130005,0.46469807624816895,-0.7528972625732422 +88,1.6912130139928192,0.5244489469265121,2.8250103852616206,0.8593319058418274,-0.5007361173629761,0.10398097336292267,5.782303810119629,-1.1958638429641724,1.0001658201217651,0.14346039295196533,0.0604284405708313,0.3188859224319458 +89,0.3972993135967538,0.060580632967055764,-2.5656680640834493,0.3862196207046509,-0.06054358556866646,-0.9204177856445312,-12.635519027709961,-10.979488372802734,0.6750907301902771,-0.17020094394683838,0.014141611754894257,-0.03314971923828125 +90,0.7951568686943429,0.6015257589272581,-2.877728450707351,0.5886519551277161,-0.5659011006355286,-0.5772736668586731,14.287107467651367,5.6000285148620605,0.0795380100607872,-0.32087546586990356,0.8238967061042786,-0.08817744255065918 +91,0.7430682457076694,0.7457806362049031,-2.9286137664055185,0.4969658851623535,-0.6785454154014587,-0.5409260392189026,-13.756604194641113,-10.96112060546875,3.6310696601867676,0.5134100914001465,-0.3386053442955017,0.8495197892189026 +92,0.5354367786646783,0.625050633308411,-2.617325217309014,0.41375184059143066,-0.5851383209228516,-0.697439968585968,16.92999839782715,7.802586078643799,3.3966476917266846,0.31813597679138184,0.23229408264160156,-0.9484187960624695 +93,1.143839217687058,1.018312552776682,3.092205376445219,0.47769153118133545,-0.8512236475944519,-0.21732252836227417,-8.763079643249512,-5.417787075042725,-0.26272106170654297,0.687912106513977,-0.6726258397102356,0.518012285232544 +94,0.16784057148583517,0.4013498154964737,-2.5293155875324658,0.15377865731716156,-0.39066123962402344,-0.9075989723205566,8.638260841369629,6.967538356781006,1.3577654361724854,-0.045151323080062866,-0.15459632873535156,-0.16494131088256836 +95,1.1564088285399623,1.1929401256805912,3.1140119760394747,0.3377038836479187,-0.9294576644897461,-0.14854158461093903,-0.8482263684272766,0.46346965432167053,0.11186123639345169,-0.1920434832572937,0.2572317123413086,0.9654208421707153 +96,-0.1346571125174547,0.19824475410206957,-2.35414017343907,-0.1316210776567459,-0.19694876670837402,-0.9715384840965271,-10.508139610290527,-2.218402147293091,-0.10146943479776382,-0.5477765202522278,0.492755651473999,0.4252128005027771 +97,0.4286093258289385,0.8770374782988939,-2.462453082470542,0.26575183868408203,-0.7688479423522949,-0.5815916061401367,10.6439790725708,3.2059061527252197,0.04694853350520134,-0.4043779671192169,0.3748965263366699,-0.10320758819580078 +98,0.9337058981690267,0.9794622285494832,-2.915019478620707,0.4481104016304016,-0.8301976919174194,-0.3316156268119812,-2.1669585704803467,-0.869279146194458,-1.248436689376831,-0.0014703571796417236,-0.5701776742935181,0.0921441912651062 +99,0.7167095665757837,0.7983984247255099,-2.7507556927601406,0.4584258496761322,-0.716239333152771,-0.5261623859405518,0.6288622617721558,-1.7409275770187378,-0.4522554278373718,0.2195221483707428,-0.15581566095352173,-0.7042757272720337 +100,0.7049180491487658,0.8750090353074741,-2.8650931388673864,0.4153430759906769,-0.7675492763519287,-0.488219290971756,1.043827772140503,-1.0872442722320557,0.09804808348417282,-0.13595470786094666,0.131364643573761,-0.01646515727043152 +101,0.4625261013908722,0.8759043139026235,-2.868647402894495,0.28570953011512756,-0.7681228518486023,-0.5730248093605042,-7.0370192527771,-5.488134384155273,0.7851871252059937,0.051647067070007324,-0.1580246090888977,1.1420402526855469 +102,-0.3847059339237092,-0.11134527176943239,-2.71518769462072,-0.37296262383461,0.11111534386873245,-0.9211689829826355,-2.3091156482696533,5.722686767578125,-0.5340279936790466,-0.5825427770614624,0.37530434131622314,0.955577552318573 +103,0.9261274735771083,0.9503101502845415,3.0959590487775923,0.46473684906959534,-0.8135958909988403,-0.3494013249874115,11.728910446166992,6.4517130851745605,-2.127351999282837,-0.4171599745750427,1.1254551410675049,0.4263667166233063 +104,1.4545696242986308,0.6031102578800568,2.7401005488368972,0.8180190324783325,-0.5672067403793335,-0.09550609439611435,-6.811864852905273,-0.4711613655090332,-3.462324380874634,0.996052622795105,0.8354867696762085,0.7224745154380798 +105,1.3869001100209744,-0.02757981738006439,-2.8925596358770784,0.9827648997306824,0.027576321735978127,-0.18279194831848145,-5.576301574707031,0.6723359227180481,-6.502063274383545,1.472999930381775,1.327846646308899,-0.8443686962127686 +106,1.6155925122262198,-0.49193306489154554,-2.5124706408871207,0.8805373311042786,0.47233060002326965,0.03947111964225769,-2.3313095569610596,-0.569826066493988,-1.1072436571121216,0.6782700419425964,-1.1055397987365723,-1.2921109199523926 +107,1.4666661684985292,-0.4228171040200074,-2.291207430291947,0.9069969654083252,0.4103311002254486,-0.09478858858346939,-3.927271842956543,-2.2882368564605713,0.8341952562332153,-0.19050532579421997,-0.2669137418270111,0.2409982681274414 +108,1.6560683551465543,-0.2931576001025063,-1.6800666661469408,0.9538577198982239,0.2889765501022339,0.08153510093688965,-5.603787899017334,2.1329901218414307,1.001503586769104,-0.3969424366950989,0.48200422525405884,-0.7440106868743896 +109,1.9697287052413015,-0.4675778474340737,-1.6402488943532754,0.822567343711853,0.4507254362106323,0.3467411994934082,3.8305764198303223,0.7449589967727661,-1.7692151069641113,0.9137149453163147,-0.4332541525363922,-1.5613255500793457 +110,1.709275124505527,-0.4817439869977447,-2.136852701671177,0.8777049779891968,0.4633253812789917,0.12232645601034164,4.314073085784912,-1.3055193424224854,2.3598506450653076,0.932048499584198,0.0664750337600708,-0.49050581455230713 +111,1.3224343797678688,-0.13922752662912546,-2.525815383007408,0.9599368572235107,0.13877816498279572,-0.24343787133693695,1.5821812152862549,-4.242056846618652,3.685189723968506,0.39928555488586426,0.24408012628555298,0.6445609331130981 +112,0.7741286418615557,0.03902251180365065,-2.1437810463143836,0.6985611319541931,-0.0390126071870327,-0.7144861221313477,-3.5108628273010254,-6.208153247833252,3.338585138320923,0.2675490975379944,0.4272114634513855,0.6590204238891602 +113,1.2537531334793108,0.3488421415935446,-2.4211926567804496,0.8929324150085449,-0.3418099284172058,-0.29298102855682373,11.816834449768066,6.382344722747803,1.1825900077819824,-0.13179343938827515,0.6876503825187683,-0.27592766284942627 +114,1.096222903453334,0.3163054696900702,-2.4098814916893807,0.8453612327575684,-0.311057448387146,-0.434289813041687,-10.383450508117676,-4.008471488952637,-0.024597754701972008,-0.02488088607788086,0.699637770652771,0.7525118589401245 +115,1.3083616429977754,-0.012549947569638977,-1.9689640579348704,0.9656850695610046,0.012549618259072304,-0.2594121992588043,2.556612491607666,6.989991664886475,-2.1750879287719727,0.2724434733390808,0.777855634689331,-0.5988183617591858 +116,1.5950913631210133,-0.3577308043650662,-2.481744924294045,0.9364173412322998,0.35014960169792175,0.022754769772291183,2.581162929534912,-1.1719242334365845,-4.231137752532959,0.4985343813896179,-0.27141427993774414,0.3381308317184448 +117,1.6679697623598795,-0.5926974827517291,-2.1902938566121954,0.8255240321159363,0.5586004257202148,0.08047245442867279,-2.5159285068511963,0.33687910437583923,-0.8635607957839966,0.48554176092147827,-0.8692693710327148,-0.4428229331970215 +118,1.6799204553071945,-0.6170677155933751,-1.9475500698053956,0.8107275366783142,0.5786461234092712,0.08882278949022293,-1.6499814987182617,-1.1170485019683838,0.11578202247619629,0.4444451928138733,-0.8990349769592285,-0.34124886989593506 +119,1.6478663631665753,-0.5221953767680177,-1.8961609242778263,0.8641533851623535,0.4987841248512268,0.0667325109243393,-0.06781508028507233,-0.35418668389320374,0.9078149795532227,0.1311163306236267,-0.2250872552394867,-0.565954327583313 +120,1.6487383664521325,-0.5010542470231216,-2.112588425071928,0.8744138479232788,0.48035046458244324,0.06829194724559784,3.8417434692382812,1.3504490852355957,0.09071582555770874,0.14736038446426392,0.005306214094161987,-0.6870663166046143 +121,1.5896456410150184,-0.578677168603477,-2.753881896820141,0.8370381593704224,0.5469169616699219,0.015779463574290276,7.476561546325684,3.5019891262054443,-0.5488630533218384,0.5565775632858276,0.03317636251449585,-0.4742755889892578 +122,1.5052830942433826,-0.4480438784399714,2.7821170145605856,0.8993627429008484,0.4332033097743988,-0.05900459736585617,3.3769259452819824,2.2057838439941406,2.77032732963562,0.4142969250679016,-0.1543947458267212,-0.13079947233200073 +123,1.3852856995633813,0.019618870766604818,2.843026140818976,0.9826531410217285,-0.019617611542344093,-0.18441294133663177,-4.2787275314331055,-5.723376274108887,6.095724105834961,0.2669806480407715,0.741495668888092,0.32938671112060547 +124,0.7394285746108815,0.263571625911244,-2.808002581503712,0.6505942940711975,-0.2605305016040802,-0.7133378982543945,-1.1567282676696777,-0.4920668601989746,2.764768123626709,-0.3703208565711975,0.9489917755126953,0.810826301574707 +125,1.3274530940174036,0.4357781548920611,-3.1081279663426793,0.8798331022262573,-0.4221159517765045,-0.2184300571680069,6.856271266937256,5.210826873779297,-1.4341611862182617,-0.4221915602684021,0.8815429210662842,0.03732354938983917 +126,1.5116806550502317,0.12239661819088339,2.9623941914025753,0.9907852411270142,-0.12209124118089676,-0.05863926187157631,-5.297060012817383,-2.7016406059265137,-4.991357803344727,0.1338791847229004,0.8765773177146912,0.20959442853927612 +127,1.438047707129157,-0.501339111545894,-2.7384510032045664,0.8692243695259094,0.4806002974510193,-0.1160709485411644,-4.5516462326049805,1.1669272184371948,-3.8845667839050293,1.2448809146881104,0.1647396683692932,-0.6833674907684326 +128,1.4944937501198465,-0.5847466427885103,-2.566190133108045,0.8314257860183716,0.5519881248474121,-0.06356333941221237,0.25558650493621826,-2.821674346923828,0.7381078004837036,0.10248833894729614,-0.3937697410583496,-0.12454700469970703 +129,1.6167570761240597,-0.7016884733483326,-2.4601340717492852,0.7629469633102417,0.6455081701278687,0.03509032726287842,-1.9464631080627441,2.606565475463867,-1.8526924848556519,0.2995377779006958,-0.7115176916122437,-0.2506970167160034 +130,1.7621338364435284,-0.7023402671539597,-2.342517192480623,0.7494023442268372,0.6460058689117432,0.1451646089553833,0.29101553559303284,-0.6764241456985474,1.0557172298431396,0.6036860942840576,-0.5213720202445984,-0.7287064790725708 +131,1.5514198642391772,-0.5770643756412035,-2.457598248754084,0.8379104733467102,0.5455660223960876,-0.016237773001194,1.9103103876113892,0.2445705085992813,0.6807202696800232,0.3123122453689575,0.06292396783828735,-0.2835211753845215 +132,1.4817804753675228,-0.48153043541564594,-2.8884149876971152,0.8827781081199646,0.46313613653182983,-0.07878945767879486,4.662423133850098,0.7191849946975708,3.13131046295166,0.8083992600440979,-0.02041766047477722,-0.39873433113098145 +133,1.1020625341473844,-0.02575409272431485,-2.9265953402647256,0.8918452262878418,0.025751246139407158,-0.45160722732543945,-3.2227303981781006,-7.262350082397461,5.438576698303223,0.4929356575012207,0.5640772581100464,0.772728443145752 +134,0.608330543466229,0.1240178987726398,-2.521982129825732,0.5671089887619019,-0.12370023131370544,-0.8143007159233093,3.02597713470459,4.818583965301514,0.8598427772521973,-0.5051430463790894,0.8348208665847778,1.0644686222076416 +135,1.5700376242204215,0.4526681088700905,2.996861678713051,0.8992831110954285,-0.4373664855957031,-0.0006822885479778051,9.284029960632324,1.7191860675811768,-0.8316792249679565,-0.5925814509391785,1.0164375305175781,-0.2350812554359436 +136,1.3940652088322811,0.19423509314126264,3.07861278501315,0.9659120440483093,-0.19301606714725494,-0.17250648140907288,-8.126105308532715,-3.0558810234069824,-3.5935490131378174,-0.09996062517166138,0.8407974243164062,0.5427151918411255 +137,1.4993367625431355,-0.3544138904282233,-2.48193697853985,0.9354565739631653,0.34704074263572693,-0.06696133315563202,-3.9830594062805176,3.070768356323242,-4.51222038269043,0.8917376399040222,1.0035909414291382,-1.0633487701416016 +138,1.5477778328517775,-0.591613768794684,-2.5404213824860418,0.8298219442367554,0.5577012300491333,-0.019104626029729843,2.6383934020996094,-2.35593843460083,0.9264076352119446,0.40659773349761963,-0.6786729097366333,-0.43366938829421997 +139,1.4128594018036937,-0.6484386291837738,-2.567304404005396,0.7871077656745911,0.6039426922798157,-0.12535741925239563,-2.2817695140838623,1.6820012331008911,-2.7239255905151367,-0.056517064571380615,-0.47134387493133545,0.31389498710632324 +140,1.696041339997361,-0.8279604713531719,-2.437445565372185,0.6710813045501709,0.736553430557251,0.08449183404445648,0.6397805213928223,-0.13795804977416992,0.9729002714157104,0.8787690997123718,-1.107250452041626,-0.8536568880081177 +141,1.5491995554162152,-0.686838522493747,-2.4691262487361088,0.7730741500854492,0.6340957283973694,-0.016698502004146576,0.3426608145236969,-2.4063048362731934,1.292481541633606,0.5113343596458435,-0.27066195011138916,-0.5519508123397827 +142,1.3283626938756978,-0.5804007965674157,-2.3551996210328885,0.8117884993553162,0.5483591556549072,-0.2007533609867096,-0.7590891718864441,-1.7123037576675415,1.4582396745681763,0.3918401002883911,-0.17593789100646973,-0.4978245496749878 +143,1.3864452722993408,-0.3239883756292654,-2.652557733665711,0.9319101572036743,0.3183499574661255,-0.17377164959907532,8.052274703979492,5.166894435882568,2.374873161315918,0.15094494819641113,0.36980611085891724,-0.6118576526641846 +144,1.4556069943835042,0.09948111320105701,2.941685630278627,0.9884616136550903,-0.09931711107492447,-0.11436650902032852,-0.2898638844490051,-3.0742835998535156,3.649468183517456,0.006884396076202393,0.49537423253059387,0.7615985870361328 +145,0.8131288080615828,0.276345286258453,-2.7927347933392084,0.698879063129425,-0.2728414237499237,-0.6611547470092773,-3.1318721771240234,-3.3628900051116943,3.5066890716552734,-0.14855557680130005,0.7547292709350586,0.6904668807983398 +146,0.7879533895996098,0.2961529397565947,-2.6430463837693052,0.6780498027801514,-0.2918427884578705,-0.674593448638916,1.057140588760376,3.4931089878082275,-1.603194236755371,-0.4029948115348816,0.7939027547836304,0.7167229652404785 +147,1.4548674882286043,0.1165688574781703,-3.132112471619231,0.9865468740463257,-0.11630503833293915,-0.11488435417413712,3.5536251068115234,4.362207889556885,-5.614009857177734,0.4164987802505493,1.1613184213638306,0.10107511281967163 +148,1.4179164467696703,-0.4386152621216152,-2.9001993345240944,0.8947812914848328,0.4246862232685089,-0.13786984980106354,-6.758331298828125,-4.369377613067627,-3.9797816276550293,1.2296693325042725,0.09525704383850098,-0.33525943756103516 +149,1.3693911868011603,-0.5829237180521382,-2.1800997812641105,0.8179814219474792,0.5504671931266785,-0.16700999438762665,-2.8074615001678467,-2.2525837421417236,1.282180666923523,-0.19122666120529175,-0.36876553297042847,-0.14533746242523193 +150,1.7323178035168194,-0.7371742378113685,-2.485065205196174,0.73073410987854,0.672198474407196,0.1190665140748024,8.245781898498535,4.702025413513184,-0.6036236882209778,0.7045838236808777,-0.8795196413993835,-1.0725576877593994 +151,1.3719298618125355,-0.6524749053729179,-2.626620787998085,0.7789232730865479,0.6071547865867615,-0.15697655081748962,-7.4251179695129395,-8.103646278381348,3.980743885040283,0.8025586605072021,-0.5898818373680115,0.267206072807312 +152,1.5999367631493726,-0.4822438256855623,-2.3691791039436083,0.8855805397033691,0.46376827359199524,0.02581351064145565,8.86861801147461,4.644290924072266,1.1430631875991821,0.3827606439590454,0.09394052624702454,-1.4376939535140991 +153,1.4650058559313157,-0.38998930998168524,-3.0503988026404723,0.919742226600647,0.3801785409450531,-0.09766457229852676,1.7387794256210327,-0.6835896968841553,0.6603872776031494,0.863659143447876,-0.2508756220340729,0.03827734291553497 +154,1.042844715182004,-0.19924641485206174,-2.4969733365766196,0.8467506170272827,0.197930708527565,-0.49379846453666687,-3.8390274047851562,-3.977991819381714,4.398471832275391,-0.07494580745697021,0.5191560983657837,0.25962185859680176 +155,1.440444599317527,0.24269316643505637,-3.023159286014201,0.9624592065811157,-0.24031773209571838,-0.12617366015911102,10.519183158874512,0.6974439024925232,3.2326884269714355,0.04716908931732178,0.8902658224105835,-0.43473947048187256 +156,0.8504145188471455,0.3896493064228531,-2.741948592934539,0.6952192187309265,-0.37986403703689575,-0.6102242469787598,-10.148409843444824,-10.150554656982422,3.6604912281036377,0.311662495136261,0.36582595109939575,0.8073525428771973 +157,0.6560078214993487,0.35308984700271756,-2.37101686068607,0.5723291039466858,-0.34579867124557495,-0.7435473799705505,9.192720413208008,10.760871887207031,0.029620248824357986,-0.5671258568763733,0.45589083433151245,0.24066346883773804 +158,1.8068135501242806,0.47436940386757076,2.895598627539392,0.864919126033783,-0.45677757263183594,0.20801261067390442,3.907809019088745,0.06656710058450699,-2.636296510696411,0.09202057123184204,-0.15271949768066406,0.22193419933319092 +159,0.7115998378802578,0.23323295578422742,-2.396868339923096,0.6353644728660583,-0.231124147772789,-0.7368131279945374,-11.602859497070312,-10.253521919250488,3.90498423576355,0.34302908182144165,-0.1731574535369873,0.09263288974761963 +160,0.7488385908047558,0.21452075719691852,-2.205330067115248,0.6651838421821594,-0.21287919580936432,-0.7156904935836792,8.63429069519043,8.025484085083008,0.7441257238388062,-0.4749982953071594,0.05459977686405182,-0.09928137063980103 +161,1.8177952263335988,0.5793917733213653,3.0270528685571203,0.8113997578620911,-0.5475150942802429,0.2045924961566925,6.432065486907959,0.2587631046772003,0.44360241293907166,-0.3735944628715515,0.20992958545684814,-0.10302993655204773 +162,0.4617253401809606,0.24934125027213902,-2.1980076949468565,0.431716650724411,-0.2467656284570694,-0.8675986528396606,-12.787330627441406,-9.00024127960205,2.072251319885254,-0.2588650584220886,0.1333775669336319,0.36024391651153564 +163,0.44124989687163124,0.37685842079677884,-2.2449222203835624,0.3971004784107208,-0.36800116300582886,-0.8407653570175171,5.384881973266602,2.205108642578125,-1.1322479248046875,-0.4821224808692932,0.12006109952926636,0.3924621343612671 +164,1.2957470319230882,0.6483353266131391,-2.8162536879478393,0.7671289443969727,-0.6038603186607361,-0.21648520231246948,8.07050895690918,5.080524444580078,0.08656759560108185,0.5734777450561523,-0.30971384048461914,-0.903952419757843 +165,1.6510807922834767,0.7244231658769921,2.954505244432303,0.7464695572853088,-0.6627035737037659,0.06005900353193283,-6.790552616119385,-4.455044269561768,2.060286521911621,0.6980952024459839,-0.6473702192306519,1.0051417350769043 +166,0.10095747294198808,0.27475791756437834,-2.206071995368584,0.09700566530227661,-0.27131393551826477,-0.9575900435447693,-2.969531774520874,0.18382582068443298,-0.9731564521789551,-0.8494318127632141,0.6202213764190674,0.7136783003807068 +167,1.3397803992839739,1.0396658320326937,-3.000272455118804,0.4930526912212372,-0.8622350096702576,-0.11597350984811783,9.655900001525879,5.846594333648682,0.5744175314903259,-0.3324386775493622,0.6935490965843201,0.16347414255142212 +168,1.8377034658430276,1.0087355337687738,2.8393598776326834,0.5140607357025146,-0.8461586236953735,0.14056023955345154,-10.07235050201416,-4.690518379211426,-0.8275456428527832,-0.09694647789001465,-0.07240521907806396,1.1761053800582886 +169,0.2938156372595247,0.34548622493103337,-2.1296691825464285,0.2724938690662384,-0.33865422010421753,-0.9005889296531677,-5.277104377746582,-0.1309681534767151,-1.0968518257141113,-0.5874810218811035,0.14758366346359253,-0.3543549180030823 +170,0.9812546235539403,0.8159231544641576,-2.524816120485141,0.5695321559906006,-0.7283584475517273,-0.3809555470943451,8.222428321838379,3.798232316970825,0.21122203767299652,-0.18359160423278809,0.1449081301689148,-0.2652999758720398 +171,1.6348454257707354,0.9487030398834623,-3.115314439994112,0.5815427303314209,-0.8126603960990906,0.037298306822776794,-3.9615745544433594,-2.5608038902282715,0.9184810519218445,-0.2186429500579834,-0.20899182558059692,0.734216570854187 +172,0.13633440839352878,0.38497698526038615,-2.018243775458232,0.12596462666988373,-0.37553781270980835,-0.9182071089744568,-8.051671028137207,-4.67057466506958,-0.07082534581422806,-0.5827670097351074,0.22475045919418335,0.3628634810447693 +173,0.6183570176060325,0.7834186126024757,-2.206593342690954,0.41071847081184387,-0.7057056427001953,-0.577312707901001,11.10183048248291,6.84896183013916,0.8710895776748657,-0.317288875579834,0.1926593780517578,-0.08607840538024902 +174,1.710072547638858,1.086500161412425,3.1226438547208217,0.4610770344734192,-0.885002851486206,0.06463553756475449,-8.900029182434082,-5.6011505126953125,-0.764046311378479,-0.018694251775741577,-0.5599738359451294,1.2739722728729248 +175,0.08795170817627482,0.2734754981168901,-2.023836032612399,0.08457411825656891,-0.2700794041156769,-0.9591164588928223,5.740237712860107,2.281034469604492,0.21223178505897522,0.1691490262746811,0.16430547833442688,-1.8887076377868652 +176,0.48678013074127824,1.0162808252641058,-2.1659090349285846,0.24630212783813477,-0.8501556515693665,-0.46537137031555176,4.7627387046813965,3.309232473373413,1.6035997867584229,0.05614228546619415,0.14550483226776123,0.37023285031318665 +177,-0.06458562047287247,0.6465006737908141,-1.8936891474704238,-0.05151619389653206,-0.6023969650268555,-0.7965325117111206,-15.880385398864746,-13.228086471557617,1.4975255727767944,0.09544622898101807,0.23260021209716797,0.6948937177658081 +178,-0.13206703948421034,0.361806228683486,-1.9479325296060157,-0.12315814197063446,-0.35396409034729004,-0.9271146059036255,13.87504768371582,10.73398494720459,1.506950855255127,-0.20099955797195435,0.4176390469074249,-0.007196307182312012 +179,0.7505527553897496,1.4089200081411466,-2.284373975366951,0.10992491990327835,-0.9869266152381897,-0.11786559224128723,-2.149933099746704,-4.459623336791992,-0.3390813171863556,-0.46804869174957275,-0.21390950679779053,0.8839331269264221 +180,-0.25510265364459134,0.2023610401794948,-2.051053802893239,-0.24719558656215668,-0.20098274946212769,-0.9478925466537476,5.5673651695251465,4.267592906951904,0.21231448650360107,-0.17150557041168213,0.4033295512199402,-2.258162021636963 +181,-0.09503634734146353,0.9063443184087612,-1.896221876749932,-0.058513883501291275,-0.787254810333252,-0.6138452887535095,-3.518389940261841,-2.4969639778137207,0.8871980905532837,0.12995553016662598,-0.27458906173706055,0.7520136833190918 +182,-0.2568694647832878,0.7045165605829163,-1.6789809041408454,-0.19357000291347504,-0.6476655602455139,-0.7369260191917419,-1.7477037906646729,-5.040127277374268,1.1257938146591187,-0.007937535643577576,-0.0016416311264038086,-0.27183252573013306 +183,-0.4492166524200416,0.5705722206363516,-1.7945339370519475,-0.3654698133468628,-0.5401136875152588,-0.7580956816673279,-0.677208662033081,-0.5909561514854431,-0.8979343175888062,0.029684871435165405,0.1357405185699463,0.24617856740951538 +184,-0.4502635223359959,0.5776722384631633,-1.8944160210408114,-0.3645850718021393,-0.5460753440856934,-0.7542409300804138,0.101392462849617,-0.13511763513088226,-0.3817814886569977,0.08718034625053406,0.061059534549713135,0.0829458236694336 +185,-0.49249406108769334,0.6569733019199313,-1.9067609607163158,-0.37440380454063416,-0.6107229590415955,-0.6977386474609375,0.3358609676361084,-0.5941324830055237,-0.6312683820724487,-0.08122360706329346,-0.09536218643188477,0.2764435410499573 +186,-0.5001188534455047,0.6793815329503692,-1.9513976140551725,-0.37305575609207153,-0.6283119916915894,-0.6826810836791992,0.5405747294425964,-0.18005594611167908,0.16133692860603333,-0.18527859449386597,-0.31400978565216064,-0.02558612823486328 +187,-0.4694642540122155,0.6765208616186476,-1.9503905332900218,-0.3527681231498718,-0.6260839700698853,-0.6953945159912109,0.08003343641757965,0.4424082040786743,-0.37443846464157104,0.006836146116256714,0.08763176202774048,-0.08022499084472656 +188,-0.403481159265079,0.7246188716846453,-2.002117367916871,-0.2939767837524414,-0.6628501415252686,-0.6886271238327026,0.6888962984085083,-0.18938396871089935,-0.4315306544303894,0.1619272530078888,0.038765668869018555,0.03736674785614014 +189,-0.3865009241513586,0.7728038547728038,-2.0155385692464893,-0.26987943053245544,-0.6981453895568848,-0.6631425619125366,-0.4324457049369812,-0.14331017434597015,-0.11446894705295563,0.09495270252227783,0.11213159561157227,0.2644914388656616 +190,-0.4090773619979995,0.7205778365378425,-2.057495641839603,-0.2988889217376709,-0.6598190069198608,-0.6894232630729675,-1.6766316890716553,-1.8132126331329346,-0.04854439198970795,-0.009842157363891602,-0.09710848331451416,0.19223082065582275 +191,-0.518089238484799,0.5515245538003917,-2.131001466938383,-0.4217929542064667,-0.5239863395690918,-0.739952027797699,5.039546966552734,9.726850509643555,0.9845714569091797,-0.33135032653808594,0.07154804468154907,0.6853103637695312 +192,-0.10376644621392424,1.2556776823612317,-1.8854292288387096,-0.03210258483886719,-0.9507595896720886,-0.30826228857040405,-3.0161325931549072,-2.0162229537963867,-1.8025988340377808,0.10166740417480469,0.7029721140861511,1.4200024604797363 +193,0.6970423704673209,0.9750387795112567,-2.4913600985492037,0.36022287607192993,-0.8277236223220825,-0.43024784326553345,-0.0637349858880043,3.6912851333618164,-5.770203113555908,0.03563588857650757,1.446955680847168,0.34127378463745117 +194,1.4696099846926556,0.3015825927283497,-2.952476990724925,0.9499834775924683,-0.2970317304134369,-0.09645476937294006,2.7121899127960205,4.072010517120361,-6.797702312469482,1.1343518495559692,1.2376750707626343,-0.4571036100387573 +195,1.3718672672877035,-0.4662000441448283,-2.710432552967483,0.8756663203239441,0.4494951069355011,-0.17653024196624756,-10.540467262268066,-7.126650333404541,-3.7619783878326416,2.4965109825134277,0.4330122768878937,-0.32038748264312744 +196,1.248200943656334,-0.5020766636097401,-1.0373072327486543,0.8313670754432678,0.4812469482421875,-0.2779029905796051,-10.722657203674316,-10.82043170928955,7.08376932144165,0.1282733678817749,0.37274169921875,-0.8843590021133423 +197,1.6173285818285779,-0.19975778027599453,-0.9474122558481587,0.9790539145469666,0.19843193888664246,0.04559049755334854,9.627803802490234,11.954938888549805,-2.332310438156128,-1.2022287845611572,1.2689448595046997,-1.5313235521316528 +198,1.7239145467789658,-0.6718125281472422,-2.288539994879627,0.7735373973846436,0.6224056482315063,0.11937706917524338,7.444667339324951,1.9834227561950684,0.5148806571960449,0.8159705400466919,0.06846648454666138,0.14295195043087006 +199,1.4779785995522372,-0.4885557165719771,-2.0783815451086918,0.8792107701301575,0.46935105323791504,-0.08184150606393814,-6.028749942779541,-8.204928398132324,3.494718074798584,0.563980758190155,-0.01584458351135254,-0.09804439544677734 +200,0.7957314851680202,-0.3811152556326613,-1.6230072875606238,0.6631194949150085,0.371955931186676,-0.6495547294616699,-0.20763954520225525,-5.64705228805542,0.8994022011756897,0.2616851329803467,0.18048852682113647,0.5790591239929199 +201,0.5336713420203496,-0.3022495074170056,-1.6281300543522517,0.48563796281814575,0.2976684868335724,-0.8219180107116699,0.17484118044376373,-0.1896653175354004,0.5281140208244324,0.18637436628341675,-0.09170535206794739,1.0893588066101074 +202,1.318269120419386,-0.1679762786443788,-2.027511681355047,0.954655647277832,0.16718745231628418,-0.24633517861366272,12.289607048034668,15.398101806640625,-1.46334707736969,-0.01933765411376953,0.3274719715118408,-0.26317107677459717 +203,1.6996799158992562,-0.3615720365100744,-3.052641766685988,0.9275842308998108,0.35374507308006287,0.12021675705909729,-6.005640029907227,-4.309746742248535,-1.691877007484436,0.09669250249862671,0.02630561590194702,2.308234691619873 +204,1.3370478890759407,-0.34571852321879804,-1.6139182890577946,0.915246307849884,0.3388727605342865,-0.21792086958885193,-14.280228614807129,-11.295546531677246,2.478651523590088,0.28024929761886597,0.6106511354446411,-0.4326528310775757 +205,1.0857834141361202,-0.31733044690658563,-0.9338039249935542,0.8404989838600159,0.31203141808509827,-0.4429422616958618,4.762401103973389,7.911938190460205,-0.9305283427238464,-1.433455467224121,0.6303514242172241,-0.08556115627288818 +206,1.6563835375002713,-0.3990928344260409,-2.31739741204263,0.9180411696434021,0.38858261704444885,0.07876499742269516,13.93268871307373,4.459226131439209,1.0558844804763794,0.4201545715332031,0.20065075159072876,0.16163718700408936 +207,1.4414946112861067,-0.2843904031984519,-1.9460354581644486,0.9518202543258667,0.28057238459587097,-0.12376248091459274,-12.091218948364258,-7.534919261932373,3.1716630458831787,0.09288787841796875,0.15440991520881653,0.40446317195892334 +208,1.1540073589504132,-0.30320753045195714,-1.137556560579654,0.8726823329925537,0.29858294129371643,-0.38635972142219543,0.4566362798213959,-0.5934365391731262,-0.9347931146621704,-0.8094651699066162,0.4355784058570862,-0.660088062286377 +209,1.4517775688906651,-0.304887710327944,-2.034061709408607,0.9471326470375061,0.30018606781959534,-0.1132618635892868,12.95886516571045,8.23730182647705,-2.2034027576446533,-0.23804134130477905,0.30873119831085205,-0.0747111588716507 +210,1.5556085006183575,-0.3795890160635383,-2.7115764989553672,0.9287098050117493,0.37053877115249634,-0.014106168411672115,-4.876802921295166,-2.3898189067840576,0.4825286865234375,0.22555649280548096,-0.4548588693141937,0.882682204246521 +211,1.221456068259551,-0.3851302310899277,-1.5113146385715557,0.8707727193832397,0.3756798207759857,-0.3172059655189514,-11.414981842041016,-10.025166511535645,2.782273530960083,-0.11796510219573975,0.05974498391151428,-0.4028867483139038 +212,0.907440600434231,-0.44773029062172603,-1.3395923054981087,0.7102656364440918,0.4329206645488739,-0.5550697445869446,6.789402008056641,3.7704639434814453,-3.604093313217163,-0.5723720192909241,0.6654069423675537,0.00665360689163208 +213,1.3985444206156028,-0.12423493162197717,-2.7840433442466597,0.9776080846786499,0.12391559779644012,-0.17008033394813538,14.612741470336914,6.896331310272217,0.3378481864929199,0.18851429224014282,0.6304789185523987,0.5526944994926453 +214,1.239512527989416,0.014401246842801673,-2.6638356296355927,0.9455274939537048,-0.01440074946731329,-0.32522356510162354,-12.262046813964844,-7.532642841339111,3.5629117488861084,-0.04033041000366211,0.38183239102363586,0.835981011390686 +215,0.4912483032394846,-0.45878095097800964,-1.6026097779126731,0.42294710874557495,0.44285544753074646,-0.7905661463737488,-0.923443078994751,-1.8085049390792847,2.0843617916107178,-0.41835421323776245,0.5225528478622437,0.05802220106124878 +216,1.411587445182258,0.020949905996123296,-2.491173513722956,0.9871364831924438,-0.020948372781276703,-0.15850237011909485,14.879202842712402,7.347749710083008,-0.05463492125272751,0.0364232063293457,0.3698711097240448,-0.33066385984420776 +217,1.1528084079642147,-0.23958995259898017,-2.0793154479021085,0.8878020644187927,0.23730431497097015,-0.3943273723125458,-16.417325973510742,-10.712423324584961,1.1471920013427734,0.369903564453125,0.03384435176849365,0.40891486406326294 +218,1.127837038903474,-0.36727259075799173,-1.4808083153404605,0.8432338833808899,0.3590712547302246,-0.40003079175949097,8.370817184448242,11.168864250183105,-0.978752851486206,-0.9543789029121399,0.7680954933166504,-0.48169833421707153 +219,1.326980842646162,-0.32861807602983184,-2.3386041978081566,0.9184958934783936,0.32273536920547485,-0.22848916053771973,-4.864482402801514,-4.1439595222473145,-1.0289158821105957,0.08255696296691895,-0.6787075996398926,1.7215006351470947 +220,1.1399234329349972,-0.513133206697692,-1.2091515864457845,0.7915832996368408,0.4909093379974365,-0.3638733923435211,-4.725425720214844,-2.6814446449279785,2.539541244506836,-0.6257660984992981,0.17458748817443848,-0.626833975315094 +221,1.498164220994645,-0.5071033515931593,-2.0233818941739385,0.8718501329421997,0.48564717173576355,-0.06343590468168259,11.62065315246582,4.854960918426514,-1.9345728158950806,0.267691433429718,0.15386393666267395,-0.6250711679458618 +222,1.438325739633278,-0.527032923585212,-2.132481329320806,0.8567306995391846,0.5029711127281189,-0.11416018009185791,-9.807611465454102,-6.45830774307251,2.035543918609619,0.9637801647186279,-0.2023119330406189,0.2187896966934204 +223,1.0878391840724349,-0.47582390794141005,-1.068204332827255,0.7872463464736938,0.4580709934234619,-0.4128125309944153,-0.5416039824485779,-4.635837554931641,0.7884361147880554,-0.5982357263565063,0.8284585475921631,-0.8021990656852722 +224,1.2088703102571579,-0.27251683672438304,-2.120852044522131,0.9007039070129395,0.26915624737739563,-0.3410095274448395,17.18196678161621,9.09850788116455,-1.908949613571167,0.23075056076049805,0.7870419025421143,-0.08538210391998291 +225,1.3559104352002642,0.049236826689901494,-2.7970555472274965,0.9758167862892151,-0.04921693354845047,-0.2129775434732437,-6.955511569976807,-4.325459003448486,2.928969621658325,0.1548747420310974,0.08524292707443237,1.25727379322052 +226,0.5780127846316223,-0.22270238797299785,-1.7995750127693655,0.5328677892684937,0.22086606919765472,-0.8168660402297974,-4.029882431030273,-4.323278903961182,2.004056215286255,-0.5331271886825562,0.7007189989089966,0.20511066913604736 +227,1.2949491386720418,0.17798269717859289,-2.579257129179088,0.9469949007034302,-0.17704449594020844,-0.2680596709251404,12.242671966552734,4.750829696655273,-1.8466401100158691,-0.3841286897659302,0.8951994180679321,0.19719785451889038 +228,1.2424065936079365,-0.05634064212305809,-2.5576671054117543,0.9450609683990479,0.05631083995103836,-0.3220074772834778,-12.132655143737793,-6.066026210784912,-0.8123589754104614,0.24863409996032715,0.25077229738235474,0.9656994938850403 +229,1.148286314265231,-0.44010816557097343,-1.6171149387641042,0.8251481652259827,0.4260373115539551,-0.3709754943847656,-0.014660603366792202,4.99627685546875,1.1661005020141602,-0.054274141788482666,0.9340090751647949,-0.7064476013183594 +230,1.5941939685216053,-0.5186866304875298,-2.6155963249184726,0.8682333827018738,0.4957399368286133,0.020318321883678436,10.207260131835938,2.5265257358551025,-2.24141001701355,0.309958815574646,0.017535269260406494,-0.18264126777648926 +231,1.472004237055552,-0.4821681857835291,-2.1868442950634512,0.8816714882850647,0.4637012481689453,-0.08738665282726288,-14.33297061920166,-9.44455337524414,3.0699801445007324,0.15534627437591553,-0.1423359215259552,0.6129909157752991 +232,1.2271858927817316,-0.41641711881008525,-1.21399159533218,0.8610839247703552,0.40448635816574097,-0.30809953808784485,4.235149383544922,4.050123691558838,-0.5448007583618164,-1.13482666015625,0.6225675344467163,-0.74379563331604 +233,1.510992889438667,-0.40143064057558825,-2.576531694388721,0.9188574552536011,0.3907356560230255,-0.05501643568277359,9.764366149902344,2.259661912918091,0.05894209444522858,0.11823666095733643,0.11857223510742188,0.4702996015548706 +234,1.2684980173644615,-0.36495053884204454,-2.1668021698234976,0.8917825222015381,0.3569031059741974,-0.27810797095298767,-11.603612899780273,-8.982316017150879,2.831681966781616,0.16658228635787964,0.2761840522289276,0.024705320596694946 +235,1.058889948677706,-0.37861234091152396,-1.7337729846840944,0.81006920337677,0.36963143944740295,-0.4551489055156708,6.387384414672852,7.050537109375,-1.9741114377975464,-0.823893666267395,0.8892491459846497,-0.23741698265075684 +236,1.2499462826237346,-0.35590833095182234,-2.7525439192743386,0.8894962668418884,0.3484419286251068,-0.2956090271472931,7.515830039978027,2.725654125213623,-1.471528172492981,0.5528560280799866,-0.19229871034622192,0.5491032600402832 +237,1.1084448658854256,-0.2497014862436462,-2.68510931370599,0.8672485947608948,0.24711471796035767,-0.43222010135650635,-7.341672420501709,-7.783026218414307,3.6618876457214355,0.4466552138328552,-0.08016829192638397,0.32253992557525635 +238,0.4891647750864946,-0.4445417428972885,-2.0740085346600763,0.4242192804813385,0.4300442039966583,-0.7969316244125366,-0.12587738037109375,-3.5402910709381104,0.6396753787994385,0.06154429912567139,0.2779636085033417,0.22529160976409912 +239,0.8227465406710877,-0.06374142316763458,-2.443424921682521,0.7315282225608826,0.06369826942682266,-0.6788291931152344,10.492711067199707,10.751009941101074,-1.5524870157241821,-0.21257680654525757,0.29581406712532043,0.5939140319824219 +240,1.2785079304109466,0.07568207330627112,-2.996249943981622,0.9548459053039551,-0.07560984790325165,-0.28731948137283325,-7.777523517608643,-5.611039638519287,-0.3582257330417633,0.11633634567260742,-0.03492482006549835,1.5885738134384155 +241,0.8003411308388813,-0.4359778175885294,-1.7704559345724609,0.6504682302474976,0.422296941280365,-0.631313145160675,-7.809974193572998,-3.330998182296753,4.9369354248046875,0.32717764377593994,1.1478781700134277,-0.22832119464874268 +242,1.4481682812719392,-0.3595538195565071,-1.8141598134224495,0.9290246963500977,0.35185661911964417,-0.11449898779392242,8.979623794555664,9.385481834411621,-2.4374430179595947,-0.15720462799072266,0.30849799513816833,-1.1487609148025513 +243,1.259240794091548,-0.45637814180417435,-1.7145034643510815,0.8544394969940186,0.44069981575012207,-0.27516669034957886,-12.239072799682617,-11.270736694335938,5.498299598693848,0.8122779726982117,-0.5216934680938721,0.24219247698783875 +244,1.1337253817702138,-0.2285379825399655,-1.0827505386958454,0.8824382424354553,0.2265537679195404,-0.41228151321411133,5.208346843719482,8.33361530303955,-0.5485740900039673,-1.5382763147354126,0.866402804851532,0.039310961961746216 +245,1.187135624257463,-0.42889173498593547,-1.4831901764624518,0.8433123230934143,0.41586318612098694,-0.34041455388069153,-4.242345809936523,-6.011167049407959,-0.9429137110710144,0.6437939405441284,-0.6555787324905396,0.44078683853149414 +246,1.3129062200879458,-0.3945428284830315,-1.1527772104049638,0.8926432728767395,0.38438618183135986,-0.23544681072235107,0.11698974668979645,6.801700115203857,0.9464419484138489,-0.5867961645126343,0.35026347637176514,-0.3081628084182739 +247,1.6503145637838723,-0.4874510830311309,-1.5361795636894489,0.8807377815246582,0.4683753550052643,0.07018270343542099,5.388733863830566,3.7741594314575195,-1.4087677001953125,0.3255152702331543,0.15714341402053833,-0.6559828519821167 +248,1.610075959050021,-0.5869161421433124,-2.0073604240827247,0.8320100903511047,0.5537958741188049,0.03269786760210991,3.877157211303711,0.6550900340080261,0.9822676777839661,0.5244198441505432,-0.4812098741531372,-0.7174055576324463 +249,1.2103769072299426,-0.3974651876745069,-2.2109895617462647,0.8628028035163879,0.38708236813545227,-0.3251746594905853,-2.630236864089966,-9.483702659606934,2.6040830612182617,0.5915123820304871,-0.07529950141906738,-0.10074388980865479 +250,0.4729447228811988,-0.3695066589585296,-1.8474560050178834,0.42476537823677063,0.3611554205417633,-0.8301452398300171,2.5009734630584717,-3.1843695640563965,1.406261682510376,0.10077780485153198,0.6114092469215393,0.3066619634628296 +251,1.037427724836472,0.15392265780802375,-2.4641804474820486,0.850918710231781,-0.15331558883190155,-0.5024257898330688,13.866950035095215,7.606964588165283,-0.5615529417991638,0.1545897126197815,0.7030745148658752,-0.17955046892166138 +252,1.2135069296099354,0.37838958338025086,-2.9056280110722463,0.8705763220787048,-0.3694244623184204,-0.3249960243701935,-6.773828983306885,-5.658785820007324,0.7145620584487915,0.025297701358795166,0.3940216600894928,1.1381827592849731 +253,0.38915018004670754,-0.10095090322961692,-2.1338895757887024,0.37747064232826233,0.10077952593564987,-0.9205212593078613,-5.495365619659424,-2.092519521713257,2.5544486045837402,0.22506839036941528,0.593663215637207,0.7484479546546936 +254,0.8134890870442503,-0.290393222013979,-1.9593465202172728,0.6962630748748779,0.2863290011882782,-0.6582047939300537,-0.5464843511581421,7.606064796447754,-2.1778550148010254,0.13058024644851685,0.6623098850250244,0.13707131147384644 +255,1.468888962660318,-0.48150413723451413,-2.3888819956986223,0.8817012310028076,0.46311280131340027,-0.0901641845703125,3.587589979171753,3.109250068664551,-2.7272119522094727,0.3485844135284424,-0.22843265533447266,-0.44329833984375 +256,1.5579395356759527,-0.6082573150370135,-2.0362655884263705,0.8205773234367371,0.571438193321228,-0.010550572536885738,-9.211007118225098,-6.389371871948242,0.9916089773178101,0.6854651570320129,-0.767910361289978,-0.4263237714767456 +257,1.2843695631616217,-0.3655403520497757,-1.0655712347414859,0.8958819508552551,0.35745400190353394,-0.2638600766658783,-3.3168141841888428,-4.739904880523682,3.0270254611968994,-0.5553516149520874,0.40220481157302856,-0.6546885371208191 +258,1.266955726263307,-0.33712857109602407,-1.1404847022054778,0.9004813432693481,0.33077865839004517,-0.28234535455703735,4.870131969451904,4.576175689697266,-2.924621105194092,-0.6992789506912231,0.9031385779380798,-0.5772584676742554 +259,1.5686532660166022,-0.4561532679902106,-2.4504722010561792,0.8977516889572144,0.4404979646205902,-0.001923939329572022,14.406487464904785,6.120881080627441,-0.09415832906961441,0.3798515796661377,0.5297017097473145,-0.7767625451087952 +260,1.373858705714408,-0.18785872110375673,-2.9837196030265054,0.9634167551994324,0.1867557168006897,-0.19222456216812134,-5.119684219360352,-5.548463344573975,4.3737945556640625,0.5159838199615479,-0.05060155689716339,0.43567854166030884 +261,0.7308118461260943,-0.1452682931211166,-2.3024255415286166,0.660443902015686,0.14475789666175842,-0.7367895841598511,2.6799018383026123,1.287685751914978,1.925191044807434,-0.2130257487297058,1.133135199546814,-0.01330190896987915 +262,1.320654150159719,0.49855731719478075,3.0995431186244407,0.8509390950202942,-0.47815898060798645,-0.21740929782390594,8.389195442199707,-1.319661259651184,2.16518235206604,0.07041722536087036,1.2911319732666016,0.6584798097610474 +263,0.7011476196167857,0.45173319516843,-2.8615415265926836,0.580386757850647,-0.43652552366256714,-0.6874567270278931,-7.797649383544922,-4.969976902008057,1.6371371746063232,-0.05244791507720947,0.8017598986625671,1.1093164682388306 +264,0.670999529421831,0.22519264612419776,-2.699326530947063,0.6060701608657837,-0.22329415380954742,-0.7634256482124329,0.9497003555297852,4.229658126831055,-1.9551726579666138,-0.05681478977203369,0.7745636701583862,0.8724191784858704 +265,1.2989429148949556,-0.13422528770881578,-2.851058684878081,0.9546104669570923,0.13382260501384735,-0.26610198616981506,0.4099598228931427,5.43109130859375,-4.801055431365967,0.9709723591804504,0.9901092648506165,-0.5241659879684448 +266,1.5429887154944908,-0.6040448128294997,-2.800972634309285,0.8227267861366272,0.567976176738739,-0.022883964702486992,-3.646470069885254,-2.2058658599853516,-1.1729830503463745,1.44236421585083,-0.9770338535308838,-0.8062939047813416 +267,1.3272950136440091,-0.5195380871540853,-1.8233977715525178,0.8424409627914429,0.49647921323776245,-0.2092883586883545,-8.249411582946777,-5.146410942077637,3.7725167274475098,-0.13249528408050537,0.0011251568794250488,0.06504702568054199 +268,1.608607509274976,-0.4354729901551926,-1.3313924695105341,0.9060226082801819,0.42183929681777954,0.03427411988377571,0.21334657073020935,2.532968044281006,-0.8717814087867737,-0.4492354989051819,0.08914703130722046,-1.7990446090698242 +269,1.5664870958293202,-0.5389178204757642,-1.5072955944220787,0.8582566976547241,0.5132074952125549,-0.0036984491162002087,1.4936455488204956,-0.18732839822769165,-0.6658951044082642,0.05644679069519043,-0.004326820373535156,-0.780664324760437 +270,1.4325027940542965,-0.5740029717054685,-1.7182702046906477,0.8317169547080994,0.5429978370666504,-0.11575999110937119,2.436899185180664,0.8432497978210449,-0.5529503226280212,0.07000118494033813,0.2690443992614746,-0.6514519453048706 +271,1.3649173405302704,-0.5511069111852245,-2.3715299878975484,0.833953857421875,0.5236305594444275,-0.17416122555732727,9.982318878173828,5.785930633544922,-0.5318986773490906,0.2158660888671875,0.5296531319618225,-0.8295619487762451 +272,1.239169675093935,-0.17092342636680866,2.9776703971826786,0.9317360520362854,0.1700923889875412,-0.320837140083313,1.1141908168792725,-3.746333360671997,4.264297008514404,0.8007010221481323,0.3508121371269226,0.8000394105911255 +273,0.6231818695840304,0.07995522317949644,-2.762099811042363,0.5817573666572571,-0.0798700600862503,-0.8094313740730286,-1.6623491048812866,-4.801844120025635,4.237142086029053,0.2517387270927429,0.8412531018257141,0.7709487080574036 +274,0.36570347748458054,0.23075544251739674,-2.5447858459367967,0.3481276035308838,-0.2287130057811737,-0.9091191291809082,1.3548890352249146,-0.7527936697006226,1.2702102661132812,0.3610551655292511,0.3125905692577362,1.0235295295715332 +275,0.4237323169829247,0.23268177467857462,-2.419891833771263,0.4000852704048157,-0.23058785498142242,-0.8869954943656921,-1.9361979961395264,2.2483553886413574,1.615058183670044,0.6639864444732666,0.15466012060642242,0.7511618137359619 +276,0.9089955660407654,0.15565430160761165,-2.217152415740163,0.7793494462966919,-0.15502652525901794,-0.6071088314056396,0.48715856671333313,6.806207180023193,1.4332257509231567,0.8072746992111206,0.21085843443870544,-0.6043169498443604 +277,0.9556654314985259,0.23691410434408172,-1.926263771616255,0.7938850522041321,-0.23470404744148254,-0.5609462261199951,-7.899739742279053,-6.667006969451904,4.152822017669678,1.2203972339630127,-0.07572078704833984,-0.22523242235183716 +278,-0.07936894163887963,-0.002582172558602021,-0.8389301695515458,-0.07928537577390671,0.0025821696035563946,-0.9968486428260803,-0.656819224357605,-3.8667492866516113,9.67990779876709,0.4012000560760498,1.480556845664978,0.9063335061073303 +279,0.3518881357451013,0.4179173201752014,-0.38297159140006903,0.31500717997550964,-0.4058578908443451,-0.8579334616661072,6.709065914154053,5.923356056213379,1.8359743356704712,-0.8276872634887695,1.2614182233810425,-0.5006023049354553 +280,-0.01073060218971199,0.24869001512304834,-0.29985402770641145,-0.01040028315037489,-0.24613448977470398,-0.9691798686981201,-6.352903366088867,-4.115755558013916,3.019965648651123,0.16571949422359467,0.36464953422546387,0.5437648892402649 +281,0.41882019821115,0.8615087381158895,-0.30010196381018145,0.2648698687553406,-0.7588260769844055,-0.5950016379356384,-0.20778164267539978,-7.3004150390625,-1.6904312372207642,-0.6813433170318604,1.3110417127609253,-0.15377765893936157 +282,0.4452589511992503,0.3359212086438738,-0.46949317218861175,0.40661898255348206,-0.3296390175819397,-0.8520558476448059,2.5810067653656006,-3.0189836025238037,-3.972226142883301,-0.08781710267066956,0.7855716943740845,-2.2171733379364014 +283,0.2462032524767569,0.2535079138527491,-1.0141086349289814,0.23593372106552124,-0.25080129504203796,-0.9388471245765686,0.8976007103919983,-2.6947290897369385,-3.56101393699646,0.49097973108291626,0.07852959632873535,-0.4606279134750366 +284,0.0844184695770087,0.266904344465751,-1.3943650165554242,0.08133269846439362,-0.2637466490268707,-0.961156964302063,1.0756438970565796,-2.1750237941741943,-3.2199363708496094,0.6457333564758301,0.0034622550010681152,-0.279626727104187 +285,0.01419337026349638,0.46056987585184006,-1.6613751640191259,0.012713984586298466,-0.44445866346359253,-0.8957090973854065,2.165356397628784,-1.8815873861312866,-1.2386860847473145,0.6880459189414978,-0.01432734727859497,0.09453117847442627 +286,-0.028592895043279092,0.6601454253678443,-1.775350700400919,-0.022582538425922394,-0.6132317185401917,-0.789580225944519,1.7391878366470337,-0.6587565541267395,-0.24138447642326355,0.4475855827331543,-0.037769198417663574,0.21290481090545654 +287,-0.05880755910276471,0.7479217564217865,-1.7715067659883774,-0.043087203055620193,-0.6801166534423828,-0.7318365573883057,0.8604137897491455,-0.18750019371509552,0.5654021501541138,0.4078638255596161,-0.10433763265609741,0.02280646562576294 +288,-0.06559312436605583,0.7937359603907206,-1.7042202205321548,-0.045960038900375366,-0.7129778265953064,-0.6996786594390869,0.22641175985336304,0.7601640820503235,0.35997527837753296,0.32856807112693787,0.06418943405151367,0.11992102861404419 +289,-0.07103137749877544,0.7909953326204305,-1.5849275704746373,-0.049902867525815964,-0.7110534906387329,-0.7013648748397827,-0.12883228063583374,1.0187848806381226,1.0445462465286255,0.06279653310775757,0.00409853458404541,0.19947278499603271 +290,-0.07946777560939357,0.7772352506124254,-1.448312031522148,-0.05658941715955734,-0.7013112306594849,-0.7106055617332458,-0.32157349586486816,0.6227458119392395,0.8401243090629578,0.01545172929763794,0.027254223823547363,0.08005136251449585 +291,-0.10483947685842997,0.8044246664925326,-1.3486363123576908,-0.07257577031850815,-0.7204317450523376,-0.6897179484367371,0.30646243691444397,0.29568764567375183,0.7662668228149414,-0.025385648012161255,-0.08002907037734985,0.023671865463256836 +292,-0.20834471408693805,0.867772389592266,-1.1680154683155528,-0.13372822105884552,-0.762890636920929,-0.6325462460517883,0.8510575890541077,0.7975456118583679,1.6238491535186768,-0.015029698610305786,-0.22886961698532104,0.16626816987991333 +293,-0.2564173658268245,0.8846831996559338,-0.8562789295943996,-0.16067494451999664,-0.7737143039703369,-0.6128210425376892,0.08411544561386108,3.263709783554077,1.8400325775146484,0.31082141399383545,0.2559989094734192,0.445065975189209 +294,-0.0885699422334262,0.8933280602177472,-0.6534110717561662,-0.055445075035095215,-0.7791621685028076,-0.624365508556366,-0.7021535634994507,4.339076042175293,0.2278497964143753,0.5305885076522827,0.8121058940887451,0.864355742931366 +295,0.3801455805142096,0.5854969898003752,-0.6942265995950617,0.30925172567367554,-0.5526136755943298,-0.7739389538764954,-4.7067670822143555,4.818581581115723,-1.166768193244934,1.0620708465576172,1.3007826805114746,0.6747568845748901 +296,0.9082565625177121,-0.007811180414001773,-0.40103360866545057,0.7884084582328796,0.0078111011534929276,-0.6151025295257568,-8.809348106384277,5.513654708862305,-0.6883533596992493,2.337857961654663,2.469987392425537,-0.5701849460601807 +297,1.1896062095587436,-0.1895698574837027,0.387528377998103,0.9115937352180481,0.18843647837638855,-0.36536073684692383,-2.1520137786865234,-1.3583462238311768,1.8554787635803223,0.05027449131011963,1.039743423461914,-1.1002459526062012 +298,1.3785061635698646,-0.13627617550773757,0.4670939485822334,0.9724687337875366,0.13585476577281952,-0.18933553993701935,-2.0075888633728027,3.0140137672424316,1.5819017887115479,0.4262891411781311,0.6926974654197693,-0.11463473737239838 +299,1.6232048057527957,0.1628841063785008,1.0707023598305847,0.9854087233543396,-0.1621648073196411,0.05169110372662544,-7.3062543869018555,0.4780336022377014,4.394149303436279,0.062473177909851074,1.3771764039993286,-1.4260655641555786 +300,1.394289063228685,0.27908050056849554,1.3582658873154645,0.9463731646537781,-0.27547183632850647,-0.16879835724830627,-0.3951474130153656,-2.307042121887207,-2.720508575439453,-0.3953936696052551,1.0533497333526611,-0.6340276002883911 +301,1.1724024198026655,0.1508514325681009,1.1638206549545824,0.9112180471420288,-0.1502799540758133,-0.38353288173675537,1.5391024351119995,-1.8791042566299438,-0.16310852766036987,-0.15773910284042358,0.2367972731590271,0.6248201131820679 +302,1.0357667680152083,-0.042771055733698604,1.3373252885961286,0.8594667911529541,0.042758017778396606,-0.5094001889228821,-3.154252529144287,0.366408109664917,-1.495313286781311,-0.8141329288482666,-0.4242735207080841,0.5534980893135071 +303,1.2561182389132892,-0.3440308134084331,1.4199852933086137,0.8951761722564697,0.3372844457626343,-0.29137393832206726,-0.850669264793396,0.012964176014065742,-0.37806808948516846,2.6629750728607178,-0.17807427048683167,-1.7423326969146729 +304,0.9961877919685632,-0.23155431903837853,1.398221334000715,0.8170021176338196,0.22949063777923584,-0.5290005207061768,1.301483392715454,-1.8093464374542236,0.7006828188896179,0.11228859424591064,-0.30430448055267334,0.23504000902175903 +305,0.8346995789200387,-0.0036235635063118967,1.3680712746211856,0.7410899996757507,0.0036235556472092867,-0.6713959574699402,1.112061619758606,-1.9797635078430176,3.165149688720703,-0.027268588542938232,-0.2179943025112152,0.5669037699699402 +306,0.5879443047265513,0.2602651017573095,1.5737941291196513,0.535971999168396,-0.25733673572540283,-0.804059624671936,-0.2572730779647827,-1.0553475618362427,2.3031647205352783,0.537911057472229,1.4990969896316528,1.018872857093811 +307,0.7040538345037547,-0.03779072256020627,1.8269374152288085,0.6468507647514343,0.0377817265689373,-0.7616801261901855,-4.642536640167236,1.9098687171936035,-1.2687749862670898,0.09265118837356567,0.7119436264038086,0.19817304611206055 +308,1.014757117051817,-0.4069841353366874,1.8618316527375693,0.7799763083457947,0.3958415985107422,-0.48471277952194214,-3.689218282699585,2.7526817321777344,-1.311387538909912,0.14891773462295532,-0.7032756805419922,0.16949671506881714 +309,1.3264689357475676,-0.518717336127801,2.1385157425572494,0.8426628708839417,0.49576660990715027,-0.21008270978927612,0.45309096574783325,-0.17429594695568085,1.140695333480835,0.9173926711082458,0.6789312362670898,-1.4056856632232666 +310,1.1939124411261768,-0.5127131779479207,2.0883630303316516,0.8102572560310364,0.4905433654785156,-0.32070302963256836,2.5964982509613037,-2.3778905868530273,0.4487055540084839,0.3564450144767761,-0.024372100830078125,-0.6897797584533691 +311,0.8958491129080856,-0.2636366677857563,1.8333297335602743,0.7537643313407898,0.2605932950973511,-0.6032664775848389,4.687133312225342,-1.2655478715896606,1.4299062490463257,-0.048808276653289795,-0.16102969646453857,0.04259753227233887 +312,0.7105625425742217,0.33164261429923725,1.7295727537984973,0.6167178153991699,-0.32559657096862793,-0.7166910171508789,1.9163318872451782,-2.4797348976135254,5.198129177093506,0.7728848457336426,1.842564344406128,0.9666910171508789 +313,0.5715812340000644,0.22456440228178645,1.9334209085688334,0.5273796916007996,-0.22268171608448029,-0.8199290037155151,-4.522039413452148,1.709951400756836,-1.585020899772644,-0.22739195823669434,0.5761821269989014,1.1528605222702026 +314,0.8584250312915441,-0.30141318020369406,1.9233775864176217,0.7226952910423279,0.2968699634075165,-0.6241632103919983,-4.460812091827393,2.8222463130950928,-2.715301990509033,0.4700689911842346,-0.15140795707702637,0.4680505394935608 +315,1.35245955743284,-0.6683241172730489,2.2906815731418355,0.7662279009819031,0.6196715235710144,-0.17000579833984375,-0.3021625280380249,2.196013927459717,1.0228198766708374,1.7264630794525146,-0.0854918360710144,-2.2036056518554688 +316,1.1991990426415757,-0.5308422221406862,2.3793634083990907,0.8035221695899963,0.5062598586082458,-0.313134104013443,-0.4792865514755249,-2.60296368598938,0.5231019258499146,-0.05333912372589111,-0.06613534688949585,-0.29375365376472473 +317,1.0091934054885907,-0.4259976267367163,2.2366605148144787,0.7707569599151611,0.41322946548461914,-0.4849485158920288,2.1972854137420654,-0.9078061580657959,0.5714260339736938,-0.4113362431526184,-0.8753113746643066,0.3072446882724762 +318,0.9272850703252706,-0.09977503364300537,2.3293254508958907,0.796015202999115,0.09960956871509552,-0.5970240235328674,-0.7571260929107666,-1.8720024824142456,4.156488418579102,0.97189861536026,1.7326505184173584,0.3783961534500122 +319,0.9050581940875433,-0.24981197114203252,2.651460059359566,0.7620485424995422,0.24722176790237427,-0.5984676480293274,-4.444321632385254,1.0510081052780151,-1.817944049835205,-0.25831013917922974,0.502534031867981,0.3882778286933899 +320,1.1271450185729435,-0.7747934120720513,2.618246579246861,0.6453889012336731,0.6995684504508972,-0.3067202866077423,-3.04351806640625,2.3865299224853516,-3.775533437728882,0.8199278712272644,-0.7813860774040222,0.09950590133666992 +321,1.3773381421760884,-0.8647244556783652,2.6894964213095287,0.6367455124855042,0.760916531085968,-0.1247437447309494,-0.46836748719215393,-0.20537033677101135,3.176635980606079,0.7819250822067261,-0.3196476697921753,-0.4611174166202545 +322,1.3874423140618841,-0.626637480770611,2.719220432537793,0.7964264154434204,0.5864244103431702,-0.14768670499324799,4.043704986572266,-3.061258554458618,2.0162198543548584,0.8135894536972046,0.9176191687583923,-1.3094818592071533 +323,0.9430365750026871,-0.1863876697921072,2.2502236210293893,0.7953274846076965,0.18531034886837006,-0.5771604776382446,6.702431678771973,-2.3652026653289795,3.3139443397521973,0.5731874704360962,0.9470138549804688,0.1191832423210144 +324,0.7663575534992739,0.4971629601537071,2.0658418017751194,0.60955810546875,-0.47693386673927307,-0.6332243084907532,5.05383825302124,-1.2230175733566284,4.5505900382995605,0.3630980849266052,1.5076651573181152,0.8106382489204407 +325,0.6584678981438373,0.8552439814140438,2.1183383975576313,0.40143129229545593,-0.7547309994697571,-0.5188778042793274,-1.2222388982772827,1.2544296979904175,-2.156909942626953,-0.7382385730743408,1.5709388256072998,1.4694392681121826 +326,0.9886013785986878,0.28462139409436954,1.946498855474302,0.8016536831855774,-0.28079408407211304,-0.5277367234230042,-1.1684495210647583,1.4177393913269043,-6.16536808013916,0.2153751254081726,0.736574113368988,0.09287649393081665 +327,1.0650685931572133,-0.1923092141210461,1.7003481466363455,0.8586952686309814,0.1911260485649109,-0.4755137264728546,-1.6358610391616821,0.6508955955505371,-4.767086029052734,0.5489432215690613,0.3226678967475891,0.4539988338947296 +328,1.318144809051612,-0.6505251328836813,1.8825283529690124,0.7705026268959045,0.605604350566864,-0.19891931116580963,-3.1099021434783936,0.3570120334625244,-1.9027347564697266,1.4789021015167236,0.6431443691253662,-1.461496353149414 +329,1.1658774323543386,-0.7539895812603161,1.8371184697616,0.6700155138969421,0.6845524311065674,-0.28717100620269775,2.2315707206726074,-2.019056797027588,-0.6736424565315247,0.04829198122024536,-0.9653446674346924,-0.057235121726989746 +330,0.9301180792565433,-0.600365019024415,1.722738001693734,0.661498486995697,0.5649436712265015,-0.49321234226226807,0.33389556407928467,1.1267764568328857,2.6506752967834473,0.327881395816803,-0.6096062064170837,0.7671533823013306 +331,1.1390957180330115,-0.35940817180134205,2.0248909000085296,0.8502225875854492,0.35172027349472046,-0.39168134331703186,-1.623761773109436,-0.8303225636482239,2.192129135131836,0.348935067653656,1.1423897743225098,-0.26968035101890564 +332,1.0286791365765395,-0.4246468567542235,1.8221268452136858,0.7805370688438416,0.41199901700019836,-0.470126211643219,3.2709970474243164,0.19345584511756897,-3.5235953330993652,-0.48566097021102905,-0.5128749012947083,0.5505247712135315 +333,0.9902556694637614,-0.5555649488706293,1.5307240004454525,0.7104090452194214,0.5274233818054199,-0.4659867286682129,-0.12482250481843948,3.455698013305664,-0.7259580492973328,0.2376652956008911,-0.8199648261070251,0.4365830421447754 +334,1.283610461893339,-0.4185875907032082,1.6050105746037564,0.8762446045875549,0.406470388174057,-0.25879937410354614,0.9025918841362,-2.3768482208251953,2.626878261566162,0.8328922986984253,0.8580254316329956,-1.5543261766433716 +335,0.9576126727428215,-0.13046251560177016,1.3733558409178015,0.8108701109886169,0.13009274005889893,-0.5705835819244385,5.561168670654297,-1.3823622465133667,0.6066202521324158,0.06576257944107056,0.3910864591598511,0.2939417362213135 +336,0.9906248775299771,0.30190612214602836,1.0790947387066678,0.7985409498214722,-0.29734066128730774,-0.5233745574951172,2.626405715942383,1.180087924003601,3.2323083877563477,0.22785675525665283,0.7625963687896729,0.7834911346435547 +337,0.9233609852458864,0.5642031256486767,1.2815915576533312,0.6740121245384216,-0.5347425937652588,-0.5096646547317505,-3.2197399139404297,-0.4604666531085968,0.5923229455947876,-0.15319913625717163,1.9979078769683838,0.872869610786438 +338,1.0043090500649257,0.12706662980624797,1.3565984229865438,0.836988627910614,-0.126724973320961,-0.5323446989059448,-2.07147479057312,0.9796839356422424,-3.894298553466797,0.2822282314300537,0.7612464427947998,0.30739957094192505 +339,1.1123371151636712,-0.33483206873397664,1.5610795753375226,0.8469356894493103,0.3286105692386627,-0.41798919439315796,-5.130032539367676,0.015512702986598015,-1.925048828125,0.2885775566101074,0.2434871792793274,-0.13021326065063477 +340,1.4337162562806982,-0.6806303371109147,2.056870667951267,0.7698855996131897,0.6292830109596252,-0.10620202124118805,-4.595409870147705,1.1774659156799316,-2.049553155899048,0.7539027333259583,0.21579444408416748,-0.8950186371803284 +341,1.6018415664892462,-0.7985037585156838,2.2588118083079767,0.6974429488182068,0.716312825679779,0.02165924198925495,1.1688312292099,-2.121238946914673,0.39168915152549744,0.7437038421630859,-0.49197816848754883,-0.855979323387146 +342,1.42131971778652,-0.7656475877331984,1.9959136399501571,0.7128946781158447,0.6930040121078491,-0.10736188292503357,2.782196044921875,1.1181052923202515,0.8881517648696899,0.4967610239982605,-0.5320848226547241,-0.5625295042991638 +343,1.2807616552160541,-0.4943579312250096,1.745584003533105,0.8435080647468567,0.47446656227111816,-0.25174543261528015,2.7060327529907227,-0.887699544429779,2.9679131507873535,0.4190042018890381,0.3363398015499115,-0.47420671582221985 +344,1.1114620818528078,-0.10680567477855013,1.5764175701953302,0.8912402391433716,0.1066027283668518,-0.44082513451576233,3.0966243743896484,-1.1661202907562256,2.7715139389038086,0.16579711437225342,0.8073071837425232,0.010222077369689941 +345,1.0385678006268833,0.23560378289840184,1.4159500201483444,0.8378732204437256,-0.23343013226985931,-0.49343568086624146,3.049790143966675,-0.6048651337623596,1.6941114664077759,-0.02592259645462036,0.8734753131866455,0.40281376242637634 +346,1.0333102909886671,0.45009793252045865,1.2288483357623858,0.7734461426734924,-0.4350537061691284,-0.4609874188899994,0.576179563999176,-0.6343989372253418,0.4337467551231384,0.060263633728027344,1.1912182569503784,0.985645592212677 +347,1.0427615111110602,0.19771957296608733,1.3885752834552059,0.8469695448875427,-0.19643384218215942,-0.4940205514431,-4.265719413757324,1.8990064859390259,-2.4770848751068115,0.12220770120620728,0.9375074505805969,0.48103538155555725 +348,1.2133343798676377,-0.20836685633782992,1.6674715130199047,0.9165251851081848,0.20686236023902893,-0.3423294723033905,-5.153375625610352,1.1700433492660522,-2.749098539352417,0.2897583246231079,0.7985239624977112,-0.07783651351928711 +349,1.6050730978352872,-0.6061123691884138,2.17183379309398,0.8213861584663391,0.5696766376495361,0.02816549688577652,-4.714909076690674,2.3998630046844482,-2.7379162311553955,0.5886937379837036,0.07770794630050659,-0.922498345375061 +350,1.8719043203057741,-0.6767011854243937,2.4466743072069757,0.7445654273033142,0.6262245178222656,0.23122531175613403,-0.7034862637519836,-2.2322897911071777,0.8254730105400085,0.312044620513916,-0.6005592942237854,-0.9993374347686768 +351,1.8424310091857388,-0.6370382351841517,2.424834917633438,0.774386465549469,0.5948172211647034,0.21568121016025543,1.4806625843048096,1.5616852045059204,0.6285880208015442,0.44041162729263306,-0.3469228744506836,-1.1949903964996338 +352,1.654872258668339,-0.5654688037924809,2.035950003810207,0.8413550853729248,0.535811722278595,0.07090485841035843,5.314311504364014,0.0876358151435852,1.7423053979873657,0.8090965151786804,0.53862065076828,-0.9457064867019653 +353,1.465173290859149,-0.28426552060291976,1.4286537836030677,0.9545186161994934,0.28045251965522766,-0.10119575262069702,4.734781265258789,0.9905029535293579,3.572286605834961,0.4679362177848816,0.7274362444877625,-0.3859410881996155 +354,1.4601308136110154,0.14128250730324118,1.0877967465597724,0.9839800000190735,-0.1408129632472992,-0.10933937132358551,3.436940908432007,0.00011985469609498978,3.568887233734131,0.13400089740753174,1.1632890701293945,-0.3054555654525757 +355,1.5657384407072228,0.45943966648350604,0.8036907437876276,0.8962897062301636,-0.44344595074653625,-0.004533370025455952,2.4230048656463623,0.13876961171627045,2.3319928646087646,-0.013446688652038574,1.1988322734832764,-0.2990555167198181 +356,1.6576914141605494,0.6783255747641069,0.589930100308284,0.7756868004798889,-0.6274901628494263,0.06757353246212006,1.316996693611145,-0.6598168015480042,1.9907883405685425,-0.14401870965957642,1.1416198015213013,-0.31264495849609375 +357,1.673579994317331,0.7507601471731584,0.37383572538586957,0.7273117303848267,-0.6821947693824768,0.07502013444900513,1.615640640258789,-1.7375978231430054,-0.8715479373931885,-0.00561678409576416,1.539097785949707,0.04578375816345215 +358,1.4017740098346092,0.41429723137358415,0.41033551023341763,0.9023547172546387,-0.4025467038154602,-0.15398728847503662,-2.2244739532470703,-2.5847432613372803,-5.415451526641846,-0.17284733057022095,1.1226547956466675,0.3751786947250366 +359,1.3232307823076692,-0.3043514597921924,0.6586447721349118,0.9249544739723206,0.29967451095581055,-0.233782559633255,-5.708038330078125,1.318565845489502,-6.509260177612305,1.1226681470870972,1.351341724395752,-0.2365390509366989 +360,1.7293129379914458,-1.0330986416882928,0.8949237727867562,0.5057387351989746,0.8588901162147522,0.08084627985954285,3.6054067611694336,1.7622992992401123,-3.088758945465088,2.594831943511963,-1.81270170211792,-1.7990927696228027 +361,1.4670617001819788,-0.8624304636216751,0.7849460012835934,0.6470962166786194,0.7594260573387146,-0.06736810505390167,-1.027245044708252,-0.24367235600948334,2.6803817749023438,0.5614761114120483,-0.5079307556152344,-0.059203557670116425 +362,1.6979800644577354,-0.582924712593394,0.8643755357246958,0.828113317489624,0.5504680275917053,0.10589413344860077,-0.06753326207399368,2.6771271228790283,2.8736507892608643,0.437069296836853,0.31098222732543945,-0.8141002655029297 +363,1.782404401555671,-0.4124464099129777,0.6261869136147186,0.895707905292511,0.4008517861366272,0.19241969287395477,4.25041389465332,1.5056229829788208,1.5867902040481567,0.1607648730278015,0.3340877890586853,-1.0284183025360107 +364,1.7379835187510602,-0.27742795105285045,0.13869644587580243,0.9483530521392822,0.2738828659057617,0.16004645824432373,3.584777593612671,0.9086559414863586,3.1742918491363525,0.4770773649215698,0.6305665969848633,-0.7612885236740112 +365,1.7199013843149913,0.08682398541577875,-0.2323976854495301,0.9851792454719543,-0.08671493828296661,0.14799357950687408,2.681256055831909,-0.46507498621940613,4.682338714599609,0.46365785598754883,1.3701775074005127,-0.7702012062072754 +366,1.6866656005844776,0.486987360025049,-0.5535418032697271,0.8778208494186401,-0.46796560287475586,0.10217010974884033,2.522970676422119,-1.892518401145935,3.4603824615478516,0.022768139839172363,1.4584136009216309,-0.35070526599884033 +367,1.7033707495996513,0.6661241371772801,-0.8940984333308031,0.7793235182762146,-0.6179433465003967,0.10392796248197556,2.56357741355896,-1.6561806201934814,0.9259300231933594,-0.18676358461380005,1.3220601081848145,0.13511623442173004 +368,1.603153637024129,0.6529338828394203,-1.0344312049645956,0.7938888669013977,-0.6075193881988525,0.025697076693177223,-1.6017639636993408,-1.818619728088379,-0.5457054972648621,-0.25745099782943726,1.218572974205017,0.7194658517837524 +369,1.2669020731347853,0.3533874961052639,-0.5190954204659998,0.895215630531311,-0.34607794880867004,-0.28074705600738525,-5.536447048187256,0.7768362760543823,-4.13116455078125,0.04913550615310669,1.4793176651000977,0.20425477623939514 +370,1.4162053527165017,-0.25262338721557115,0.042829330760431515,0.956713080406189,0.24994494020938873,-0.1490887701511383,-8.393327713012695,1.3760849237442017,-4.175921440124512,0.963010311126709,1.5041749477386475,-0.6872302293777466 +371,1.7761558111517501,-0.6179429844387423,0.7609278305676569,0.7979454398155212,0.579359769821167,0.16620874404907227,-1.6526148319244385,-1.3477468490600586,-2.1795783042907715,0.991239070892334,-0.477278470993042,-1.9103341102600098 +372,1.678461254864266,-0.6534979153260719,0.9879604214484314,0.7893648147583008,0.6079673171043396,0.08531681448221207,-4.029046535491943,-0.39178380370140076,-0.7006372213363647,0.15854167938232422,-0.24189376831054688,-0.18559765815734863 +373,1.9310009580843468,-0.6349977105622379,1.2954717447517872,0.7534072995185852,0.5931756496429443,0.2837606966495514,0.9084884524345398,-1.4548091888427734,0.03898432105779648,0.5696823596954346,-0.35040831565856934,-1.832161545753479 +374,1.4773689633909148,-0.6208119368651007,0.9531017162072151,0.809859037399292,0.5816957950592041,-0.0758839100599289,4.975021839141846,-1.8780720233917236,1.327523112297058,0.906846284866333,-0.0696718692779541,-0.4230174422264099 +375,1.2033302400616124,-0.16304851600604992,0.5403000480487441,0.9208630919456482,0.16232703626155853,-0.3544870913028717,3.205826759338379,-0.07837381958961487,4.967475414276123,1.025578498840332,0.8448293209075928,0.5074107050895691 +376,1.1380916519994924,0.3591956910370984,0.49628653861921546,0.8498967289924622,-0.351521372795105,-0.39256614446640015,2.4137368202209473,-0.5328942537307739,3.6431639194488525,0.23535406589508057,1.240132212638855,0.5486636161804199 +377,1.1525556728229915,0.6357004015322903,0.5024192900586596,0.7352986931800842,-0.593741238117218,-0.32681378722190857,-0.1918344497680664,0.6883215308189392,1.3251718282699585,-0.29923295974731445,1.0606296062469482,0.6309519410133362 +378,1.1326703513512304,0.6291134355604675,0.7074125562126998,0.7321807146072388,-0.5884281396865845,-0.3430216610431671,-3.1052629947662354,1.5798149108886719,-0.5038436651229858,-0.45207512378692627,1.1458622217178345,0.5874674320220947 +379,1.168875140144238,0.25246912243745673,1.075138777231322,0.8911359310150146,-0.2497955709695816,-0.37878596782684326,-6.315981864929199,1.7766326665878296,-3.1380906105041504,0.4510881304740906,1.607110619544983,0.06277647614479065 +380,1.2996675832115399,-0.302716613631772,1.6169238159679131,0.9196604490280151,0.2981143891811371,-0.2556414306163788,-5.273614883422852,0.7825890779495239,-2.75752329826355,0.7090169191360474,0.8804897665977478,-0.8882794976234436 +381,1.3943224365957927,-0.5706896988265611,1.9118242455778331,0.8284586071968079,0.5402125716209412,-0.14773817360401154,-2.0797340869903564,-1.267339825630188,-0.6213574409484863,0.4023151993751526,-0.19765281677246094,-0.49642688035964966 +382,1.4589162850880144,-0.6335423366368517,2.259730925713152,0.8008967041969299,0.592003345489502,-0.0899801030755043,-3.5600016117095947,-0.8139424920082092,-0.12276441603899002,-0.10968893766403198,-0.30843406915664673,-0.3541116714477539 +383,1.6658395392840282,-0.6838202648193298,2.6046043112779595,0.7716665863990784,0.631758987903595,0.07356330752372742,-0.9821838736534119,0.10833235085010529,-0.8006236553192139,-0.007918298244476318,-0.5484306812286377,-1.0840613842010498 +384,1.5588917910598616,-0.7375530506280008,2.574976045264333,0.7400640249252319,0.6724789142608643,-0.008810535073280334,1.110203742980957,-1.7875884771347046,-0.021220147609710693,0.5472590327262878,-0.5086604952812195,-0.6443419456481934 +385,1.2848952216401612,-0.6826924678992161,2.3040017747526877,0.7443825602531433,0.6308843493461609,-0.21881446242332458,4.152896404266357,-0.04619640111923218,1.1205081939697266,1.368151068687439,-0.11782276630401611,-0.4478878676891327 +386,1.08591437869714,-0.2472740057675143,1.9665598232944073,0.8578193187713623,0.24476179480552673,-0.4519265294075012,3.134766101837158,-0.4600920081138611,4.08284854888916,0.8909599184989929,0.5458875894546509,0.318076491355896 +387,0.9842488106150705,0.2428130359497233,1.961513568976574,0.8084250688552856,-0.24043409526348114,-0.5372525453567505,1.7727515697479248,-0.5173941254615784,3.4195268154144287,0.12399369478225708,1.0306867361068726,0.7064878344535828 +388,0.9544026019547085,0.4921338273584189,2.023380479532681,0.7191348075866699,-0.4725075662136078,-0.5094916820526123,-0.28336405754089355,0.25974321365356445,1.6028871536254883,-0.2763552665710449,0.8738136887550354,0.7953498363494873 +389,0.9485356621501235,0.4773558164089563,2.160805529497024,0.7217287421226501,-0.4594321846961975,-0.5177158117294312,-1.8574128150939941,1.0290453433990479,-0.6449230909347534,-0.44313377141952515,0.8921714425086975,0.7253726720809937 +390,1.0423090067428604,0.140374836461157,2.3102639359280315,0.8550764322280884,-0.13991427421569824,-0.4992678761482239,-3.6130166053771973,1.9140739440917969,-3.2994842529296875,0.43140745162963867,1.0421359539031982,0.2978520393371582 +391,1.2306201579883411,-0.3569915781090222,2.8602120044038783,0.8832612037658691,0.3494570851325989,-0.31261715292930603,-5.758543968200684,-0.38967618346214294,-3.377525806427002,0.32389211654663086,0.8288114070892334,-1.0067493915557861 +392,1.4710226602351697,-0.7146585531064434,-3.0716956745158805,0.7515605688095093,0.6553595662117004,-0.0752357766032219,-4.1758198738098145,-0.1586979776620865,-0.785939633846283,0.49320554733276367,-0.31328803300857544,-0.6418662667274475 +393,1.7366633890578955,-0.725374521121954,-2.562761395542399,0.7379815578460693,0.6634157299995422,0.12354187667369843,-3.4325671195983887,0.19384725391864777,0.10346758365631104,0.06254017353057861,-0.3516329526901245,-0.5871191024780273 +394,2.0541588530182144,-0.6237050448921704,-2.169935204370101,0.7187273502349854,0.5840466022491455,0.3772543966770172,-2.2206764221191406,0.7115913033485413,-0.1679040938615799,0.4100721478462219,-0.21907156705856323,-1.5363423824310303 +395,1.9163641951397223,-0.6880504348111985,-2.229835505568947,0.7268187403678894,0.6350323557853699,0.26166483759880066,2.9452834129333496,-0.882178008556366,-0.9853853583335876,1.0650665760040283,0.03820067644119263,-0.992042064666748 +396,1.3338120404733427,-0.5903772804125716,-2.9409492243819524,0.8075122833251953,0.5566744804382324,-0.19503258168697357,5.075724124908447,-1.4526891708374023,3.28094220161438,1.1067485809326172,0.26163917779922485,0.23536154627799988 +397,1.1201826878188896,-0.04959196171769901,3.049886914210879,0.8990733027458191,0.04957163706421852,-0.434982568025589,4.214081764221191,-1.2084606885910034,4.9986491203308105,0.7271320819854736,1.0832561254501343,0.3671267330646515 +398,1.055257538489187,0.41520600713262684,2.9901160257391295,0.796103835105896,-0.4033784568309784,-0.4511147737503052,2.2069122791290283,-0.20885466039180756,2.507190704345703,-0.1178659200668335,1.0973329544067383,0.6036874055862427 +399,1.0652597964041606,0.6052052952449646,2.9664832101651055,0.7195170521736145,-0.5689309239387512,-0.3982622027397156,-0.1527508944272995,0.050595708191394806,0.538408637046814,-0.5140727162361145,0.9768136739730835,0.7467730045318604 +400,1.0440496719054733,0.4781236944138845,3.0832844739892695,0.7675078511238098,-0.46011409163475037,-0.44634810090065,-3.0338857173919678,0.8197933435440063,-1.981973648071289,-0.3812164068222046,1.0665441751480103,0.6160868406295776 +401,1.1648430616321526,-0.07028153032529773,-2.897297450558211,0.916458249092102,0.07022368907928467,-0.39391982555389404,-7.437991142272949,2.751373052597046,-5.170351028442383,0.7149198651313782,1.6591616868972778,-0.11540326476097107 +402,1.4849345846309718,-0.6300025033636074,-2.393491326358532,0.8050494194030762,0.5891467928886414,-0.069293312728405,-6.048000335693359,-0.48742103576660156,-2.093554973602295,0.9661602973937988,0.19777953624725342,-0.8383299708366394 +403,1.7565079534957682,-0.666199863943216,-1.7934558014242235,0.7726576924324036,0.6180028915405273,0.14516420662403107,-2.7920994758605957,-0.9667827486991882,0.1260584443807602,0.3772294521331787,-0.20717519521713257,-0.9084851741790771 +404,1.9592180004246866,-0.5708604185899988,-1.428073749539525,0.7787560224533081,0.5403562188148499,0.31867560744285583,-3.27699875831604,0.4638368487358093,-0.450385183095932,-0.02678769826889038,-0.30621016025543213,-1.1996570825576782 +405,1.9593257000120992,-0.5848901677877921,-1.333851278650193,0.7716293931007385,0.5521078109741211,0.31585633754730225,1.756412148475647,-0.5922075510025024,-0.8916299939155579,0.2521438002586365,-0.2907400131225586,-1.2669366598129272 +406,1.6436669192433502,-0.7249193960767678,-1.6637500727788461,0.7465664148330688,0.6630750894546509,0.05449923872947693,3.923051357269287,-1.5740299224853516,-0.2719566524028778,0.9570621848106384,-0.0983319878578186,-0.7932382822036743 +407,1.2027374601173835,-0.5757480024642542,-2.2524053295549384,0.7826097011566162,0.5444623827934265,-0.30179911851882935,5.31424617767334,0.3995111882686615,1.8108367919921875,0.879743754863739,0.1664903163909912,-0.23462364077568054 +408,1.1017458155172626,-0.059298185410616586,-2.5984374963022603,0.8904301524162292,0.0592634417116642,-0.4512450397014618,4.057226657867432,-0.07991006970405579,3.9776647090911865,0.5360072255134583,1.0161302089691162,0.22684931755065918 +409,1.1288978352906582,0.39925794093151723,-2.715668906848277,0.8328461647033691,-0.38873475790023804,-0.39402109384536743,2.0133798122406006,0.33514639735221863,2.7857203483581543,-0.11257034540176392,1.0812244415283203,0.5958948731422424 +410,1.1701302930057573,0.5572522972019642,-2.6568031063693147,0.7814947366714478,-0.5288562178611755,-0.3310243785381317,-1.1656163930892944,0.8842797875404358,0.6809548735618591,-0.423706591129303,0.9169177412986755,0.4864962100982666 +411,1.1857944330855188,0.4302857054067229,-2.496813497799858,0.8423169851303101,-0.4171304702758789,-0.3413272500038147,-2.5924453735351562,1.2232513427734375,-2.280886173248291,-0.36488473415374756,1.010605812072754,0.3935733437538147 +412,1.2918955674085923,-0.1008425068062656,-2.119550356355478,0.9564747214317322,0.1006716787815094,-0.27390044927597046,-7.463162422180176,0.9000054597854614,-5.405149936676025,0.9271618723869324,1.498144268989563,-0.5863291025161743 +413,1.4631152650694057,-0.49522561274733967,-1.7023712000103692,0.8747652769088745,0.4752301573753357,-0.09456142038106918,-3.65051531791687,-1.0453574657440186,-1.1827547550201416,0.5807857513427734,-0.04670238494873047,-0.7720004916191101 +414,1.5241908903208983,-0.4677749913033462,-1.315742934627497,0.8916045427322388,0.45090141892433167,-0.04158373177051544,-4.317551136016846,-0.5052201151847839,1.7001498937606812,0.07484132051467896,0.11793094873428345,-0.044155415147542953 +415,1.7570624840897962,-0.2612155781448196,-0.7496108911185869,0.9493662714958191,0.25825509428977966,0.17890869081020355,-5.887941837310791,0.3332054316997528,1.2069472074508667,-0.21392297744750977,0.4374847114086151,-0.75941401720047 +416,1.8317829325211195,-0.1225952715814688,-0.31431602917603696,0.9588846564292908,0.12228840589523315,0.2560972273349762,-2.4009339809417725,0.1455647051334381,-0.9519860148429871,-0.40985816717147827,0.32841044664382935,-1.0077300071716309 +417,1.8769877935840893,-0.2681994942628029,-0.13655396027181674,0.9194008111953735,0.2649957239627838,0.29065319895744324,-0.7710133194923401,0.609660804271698,-2.570650815963745,0.5666983127593994,0.0473821759223938,-1.0237921476364136 +418,1.7373418112293921,-0.42057067372190804,-0.3139815443339388,0.9002251029014587,0.40828147530555725,0.15133018791675568,3.5168094635009766,-0.6416628956794739,-0.3847716152667999,0.2379125952720642,-0.21377775073051453,-0.4411860704421997 +419,1.5397500321100612,-0.44692413054533,-0.789233563572768,0.9013462662696838,0.4321938157081604,-0.027992455288767815,5.636232852935791,0.12219229340553284,0.9781017303466797,0.35999107360839844,0.1354483962059021,-0.3950117230415344 +420,1.3710438370049416,-0.1992823776930716,-1.2639919015390342,0.9607179760932922,0.19796596467494965,-0.19449962675571442,3.418088912963867,-0.28465133905410767,2.6989195346832275,0.26622581481933594,0.5360122919082642,0.1321827471256256 +421,1.3368925705135166,0.10288220529103186,-1.430685484901087,0.9676252603530884,-0.10270080715417862,-0.23055115342140198,1.2690140008926392,0.010636587627232075,2.0553932189941406,-0.25706928968429565,0.6814819574356079,0.2552093267440796 +422,1.3426829520431702,0.20739678646026655,-1.4922587898674284,0.9532203078269958,-0.20591317117214203,-0.2212940752506256,0.4839247465133667,0.14611279964447021,-0.7660079598426819,-0.4252356290817261,0.7289081811904907,0.4022327661514282 +423,1.3884566822126374,0.04070134423310369,-1.4303477894879795,0.9826077222824097,-0.0406901091337204,-0.18118076026439667,-3.245452880859375,0.8390329480171204,-2.3037679195404053,-0.11604583263397217,0.7157999873161316,0.4239633083343506 +424,1.564618693866683,-0.3107507146211666,-1.040169498593332,0.9520862698554993,0.30577346682548523,-0.005881714168936014,-3.455458164215088,1.4041963815689087,-3.604217290878296,0.4621899724006653,0.46783187985420227,-0.5532613396644592 +425,1.833257573759414,-0.5391873402699109,-0.6593759522320125,0.8287390470504761,0.5134388208389282,0.22264795005321503,-3.0148167610168457,0.5938194394111633,-1.1008859872817993,0.5413628220558167,-0.2675892114639282,-0.853827714920044 +426,1.9834997277767907,-0.5364464823333723,-0.482774993849278,0.7873640656471252,0.5110848546028137,0.3447466492652893,-0.0028896359726786613,0.3449782431125641,-0.31923139095306396,0.2211962342262268,-0.3794472813606262,-1.011311650276184 +427,1.9595827960503098,-0.6074262038005707,-0.5926881644160622,0.7598392963409424,0.5707559585571289,0.31125831604003906,2.311434030532837,0.5119835138320923,0.08670280873775482,0.35098522901535034,-0.5366984009742737,-0.7452335357666016 +428,1.8598052446139035,-0.5479693492918558,-0.8689365439656757,0.8181833028793335,0.520954966545105,0.24327352643013,1.056148648262024,1.078859567642212,2.1103365421295166,0.3112112283706665,-0.08035743236541748,-0.4513270854949951 +429,1.9406713913320124,-0.39018434392301454,-1.0411014118168045,0.8622944951057434,0.38035890460014343,0.3343283236026764,2.7233240604400635,1.0326048135757446,1.276900053024292,0.3901163935661316,0.38644102215766907,-1.381447434425354 +430,1.8505081576300888,-0.3515898164066873,-1.578583021153838,0.9023389220237732,0.3443908095359802,0.2591899633407593,4.842998027801514,1.5334477424621582,3.254634380340576,0.5033159255981445,0.4580078721046448,-0.7586711645126343 +431,1.8177000462577753,-0.09160540852154293,-2.0615833934756327,0.9656082987785339,0.09147734194993973,0.24337805807590485,3.1377899646759033,-0.05471707880496979,3.679185628890991,0.2976669669151306,0.8646689057350159,-0.7614444494247437 +432,1.7738750809272772,0.20013451498851645,-2.3804942071538093,0.9599004983901978,-0.1988011598587036,0.19766013324260712,1.8209189176559448,-0.8102049827575684,3.4582905769348145,0.1354823112487793,0.9999486207962036,-0.48434218764305115 +433,1.744927096068717,0.4604912142774224,-2.6110324816713484,0.8822872638702393,-0.444388210773468,0.15520521998405457,1.6465078592300415,-1.3901818990707397,2.074981212615967,-0.13118845224380493,1.1218326091766357,-0.38105058670043945 +434,1.6685543733190629,0.5014025483389145,-2.8839543933338403,0.8727226257324219,-0.4806559085845947,0.0855884775519371,3.1560568809509277,-3.1188833713531494,-0.8228680491447449,-0.2714956998825073,1.2711222171783447,0.0029430463910102844 +435,1.4109874342146784,0.21408296821518216,-2.9736017109947745,0.9647203087806702,-0.21245141327381134,-0.15549688041210175,-2.9011828899383545,-2.6650760173797607,-4.491947174072266,-0.23358017206192017,0.9257540702819824,0.7195990085601807 +436,1.335117141860015,-0.3515665419719954,-2.705927390789828,0.9128813147544861,0.34436896443367004,-0.2192210853099823,-5.323390960693359,0.32599931955337524,-5.296128273010254,0.7861696481704712,1.0484075546264648,0.09026899933815002 +437,1.695883063405175,-0.9516289503510258,-2.1903671060285252,0.5758230090141296,0.8143619298934937,0.0724058523774147,-2.3512086868286133,-0.023663818836212158,-4.694698333740234,1.4388407468795776,-0.03253203630447388,-0.9280881881713867 +438,1.9272164148824003,-1.2141054895355157,-2.0093696020158425,0.3272302448749542,0.9370574355125427,0.12183476239442825,0.2944016456604004,-1.0412176847457886,0.32423847913742065,1.1309759616851807,-1.064849853515625,-0.37838077545166016 +439,1.8996877357740323,-1.1124927972129932,-2.0847858371194268,0.41871386766433716,0.8968043327331543,0.1429014652967453,0.5764535069465637,1.7632968425750732,2.011639356613159,0.7621790766716003,-0.6952204704284668,-0.7052030563354492 +440,1.7573344361548224,-0.8420850052149935,-2.362011286579877,0.6543567776679993,0.7460331916809082,0.12349825352430344,0.8895058631896973,-0.4146904945373535,3.602935314178467,0.529999852180481,-0.013046741485595703,-0.8053371906280518 +441,1.606405233044727,-0.5950454333913242,-2.6118874106110495,0.8275982141494751,0.5605463981628418,0.02948232926428318,3.9471960067749023,0.8485853672027588,1.1406935453414917,0.4057697653770447,0.465393602848053,-0.8976311683654785 +442,1.4608293546016782,-0.35581818512037483,-3.1110679248137547,0.9316999316215515,0.3483574092388153,-0.10287121683359146,3.8903892040252686,0.9858148097991943,3.806659460067749,0.709916889667511,0.6234290599822998,-0.25979965925216675 +443,1.4343415981968601,0.10656951530628839,2.99079338179646,0.9850839972496033,-0.10636790841817856,-0.13525992631912231,1.8274462223052979,-0.813187301158905,4.788087844848633,0.22010087966918945,1.158263087272644,-0.2871796488761902 +444,1.3722371695841764,0.5295560408692325,2.853457012471327,0.8460742831230164,-0.5051502585411072,-0.17023897171020508,1.7431644201278687,-1.048902153968811,2.9499502182006836,-0.2211201786994934,1.204979419708252,0.13294650614261627 +445,1.3170012897774426,0.7506695297747646,2.7530193228135267,0.7078084945678711,-0.6821284890174866,-0.18359726667404175,0.8072629570960999,-1.42036771774292,0.5916264057159424,-0.6494131088256836,1.1347193717956543,0.3557164669036865 +446,1.2428617689904846,0.588442623846297,2.6848683844576606,0.7874789834022522,-0.5550662875175476,-0.26791509985923767,-0.5961449146270752,-1.100468635559082,-3.631713628768921,-0.4875063896179199,1.1404850482940674,0.5302289128303528 +447,1.2579377101397393,-0.016141276456733602,2.809045702376708,0.95133376121521,0.01614057645201683,-0.3077396750450134,-6.190228462219238,1.6437304019927979,-6.0304412841796875,1.0283567905426025,1.7356599569320679,0.03585857152938843 +448,1.5338531166218667,-0.8368661369673122,-3.086518426645018,0.6693361401557922,0.7425477504730225,-0.024738680571317673,-2.2262322902679443,4.136447429656982,-7.3015594482421875,1.98012375831604,-0.6943299770355225,-1.2199053764343262 +449,1.4542005898433141,-0.8898057653286705,-2.971561177053804,0.6252884268760681,0.7769494652748108,-0.07323814928531647,-4.745072841644287,-2.545219659805298,-1.582468867301941,-0.05514383316040039,-0.21480047702789307,0.2616078853607178 +450,1.7914535567212637,-1.1293140039115641,-2.9146938105609204,0.4169202148914337,0.9041193127632141,0.09351921826601028,2.24065899848938,2.0279552936553955,0.8685786724090576,1.3633378744125366,-1.3084313869476318,-0.7286663055419922 +451,1.6347634232130628,-0.8659726522811992,-3.1324532630502544,0.6465745568275452,0.7617257833480835,0.041416000574827194,0.11562133580446243,0.367684930562973,3.688168525695801,0.6138777136802673,-0.106681227684021,-0.3888891935348511 +452,1.6432445515063114,-0.5242854391112235,3.0408938499357183,0.8634110689163208,0.5005945563316345,0.0626622661948204,1.3805742263793945,0.7421748042106628,2.9942626953125,0.2369154691696167,0.318909227848053,-0.6093083620071411 +453,1.6489509127884763,-0.33246185360211716,2.8381252347175026,0.9423564076423645,0.32637107372283936,0.07379979640245438,2.5371317863464355,1.2522045373916626,0.6911447644233704,0.2789570689201355,0.7527457475662231,-0.728523850440979 +454,1.6448724502284573,-0.2936969158862266,2.394573392581419,0.9545553922653198,0.28949281573295593,0.07083938270807266,4.477790355682373,1.8040289878845215,1.2637414932250977,0.14178872108459473,0.34209901094436646,-0.43657732009887695 +455,1.7031342758491688,-0.1046209967407073,1.9888082556042408,0.9858360290527344,0.10443024337291718,0.13123050332069397,2.634185791015625,0.6072961091995239,3.200937509536743,0.10715091228485107,0.5754708647727966,-0.4804431200027466 +456,1.673156128404033,0.1883874506147406,1.7839734450879743,0.9771658182144165,-0.18727512657642365,0.1003732979297638,1.2296526432037354,-1.0253509283065796,2.9375603199005127,-0.10900187492370605,0.8907358050346375,-0.3780221939086914 +457,1.600573446623692,0.3939456220614476,1.618876479724672,0.9229925274848938,-0.3838347792625427,0.027492184191942215,2.019810914993286,-1.497519612312317,1.035828709602356,-0.2142065167427063,1.0246275663375854,-0.15046274662017822 +458,1.5317969882443265,0.4221189980045074,1.3546279375762058,0.9115291833877563,-0.4096943736076355,-0.03556707128882408,2.7013559341430664,-2.244985580444336,-0.4950219392776489,-0.05152863264083862,1.1614644527435303,0.4561450481414795 +459,1.3249785924645407,0.1874491518029348,1.4519041592109128,0.9529479742050171,-0.18635334074497223,-0.23908674716949463,-3.350348949432373,-1.3737362623214722,-3.8832778930664062,-0.06473392248153687,0.944745659828186,0.5197569131851196 +460,1.3688679549060283,-0.3039524243142319,1.7698305196273088,0.9347739219665527,0.29929378628730774,-0.19136545062065125,-5.8319411277771,0.6960791945457458,-4.413064956665039,0.6442817449569702,0.9333570003509521,-0.09470632672309875 +461,1.7517762510725898,-0.8198259462255164,2.219206522750976,0.6712040901184082,0.7310270667076111,0.12281832844018936,-1.296188473701477,2.9268906116485596,-5.139896869659424,1.1037744283676147,-0.45176076889038086,-0.8908084630966187 +462,1.7592875033857809,-0.89040114601863,2.240953454788176,0.617957592010498,0.7773241996765137,0.11787890642881393,-0.5428207516670227,-1.3184714317321777,1.0297033786773682,0.5107349753379822,-0.867763102054596,-0.37968921661376953 +463,1.7519212609837256,-0.7526779691253306,2.182364857477524,0.7179213762283325,0.6835957765579224,0.1314743459224701,0.5731928944587708,1.4035125970840454,1.924862027168274,0.4998214840888977,-0.31807154417037964,-0.6589707136154175 +464,1.7060242318098637,-0.5254666591311492,2.0301392627816615,0.8571920394897461,0.5016167759895325,0.11662805825471878,1.089916467666626,-0.02153719775378704,2.3372802734375,0.9138801693916321,0.8984228372573853,-0.7129567861557007 +465,1.520546475488173,-0.3670277427758003,1.6110428002684887,0.932219922542572,0.35884273052215576,-0.04688338190317154,5.332311153411865,0.2091224044561386,2.917947769165039,0.7288365960121155,0.5370465517044067,-0.40167927742004395 +466,1.5173526984364833,0.09369585281337776,1.1913666935501344,0.9941921830177307,-0.09355881810188293,-0.05318388342857361,3.5196242332458496,0.23749031126499176,4.907572269439697,0.5079439878463745,1.3233866691589355,-0.3300405740737915 +467,1.5844344302908513,0.5334537009496455,0.8536122071068916,0.860975980758667,-0.508510172367096,0.011742807924747467,2.646510124206543,-0.4409869909286499,3.569851875305176,-0.0005174875259399414,1.4121966361999512,-0.07505154609680176 +468,1.6890154936325132,0.784389204627342,0.603490819044712,0.7028792500495911,-0.7063930034637451,0.08348307758569717,1.0859043598175049,-0.7637990117073059,1.5782471895217896,-0.4316696524620056,1.1514461040496826,-0.03135908395051956 +469,1.6917168068678627,0.7618949283819132,0.5109894047932947,0.7182461619377136,-0.6902937293052673,0.08727645874023438,-0.09128417074680328,-0.2753766179084778,-1.8127894401550293,-0.46801722049713135,1.1638044118881226,0.16867446899414062 +470,1.5289285584550283,0.42107855516658016,0.6920702394008006,0.9118488430976868,-0.40874502062797546,-0.038199398666620255,-2.673149347305298,-0.5360164642333984,-5.285767555236816,0.09655869007110596,1.4678270816802979,0.10369014739990234 +471,1.4651714160639164,-0.2641614601628946,0.9925245758615837,0.9599319100379944,0.2610999047756195,-0.10177147388458252,-2.997654914855957,-0.24374252557754517,-6.1825385093688965,1.3597854375839233,0.9003685712814331,-0.3169907331466675 +472,1.6850632011437277,-0.7340578578257897,1.483364068396562,0.7376202344894409,0.6698879599571228,0.0846543237566948,-2.366753101348877,-1.2892611026763916,-0.8906057476997375,1.4660539627075195,-0.8800320625305176,-1.2805771827697754 +473,1.591756749731316,-0.7515924952077528,1.640780972680581,0.7304418683052063,0.6828030943870544,0.015312612988054752,-0.2398994266986847,0.2122383862733841,-1.2208473682403564,0.4031335115432739,-0.6250180602073669,-0.24639177322387695 +474,1.6373562404009658,-0.7549937298268227,1.596969343154179,0.72666335105896,0.6852840781211853,0.04843820258975029,0.7334694862365723,0.6339524388313293,1.440750241279602,0.5461028218269348,-0.6486935019493103,-0.4782630205154419 +475,1.6137982034034737,-0.5546123124182786,1.4706906315290487,0.84931880235672,0.5266137719154358,0.036544833332300186,0.9043998718261719,0.3186703324317932,2.452249526977539,0.26463377475738525,0.04975646734237671,-0.5130615234375 +476,1.5671566922894786,-0.3406245715839398,1.3108984015513716,0.9425401091575623,0.33407583832740784,-0.003430516691878438,1.615796446800232,0.41385364532470703,1.619966983795166,0.39293980598449707,0.8154298067092896,-0.4734676480293274 +477,1.5426992282143577,-0.32001483876529124,0.9847375089532908,0.9488561749458313,0.31458064913749695,-0.026667121797800064,4.674190044403076,1.0491127967834473,-0.38836029171943665,0.2324487566947937,0.23279789090156555,-0.48978185653686523 +478,1.596055689067959,-0.17212135726566133,0.5178827964194811,0.9849093556404114,0.17127273976802826,0.02488347515463829,2.9652798175811768,2.2356526851654053,2.884376287460327,0.26954615116119385,0.49358320236206055,-0.326641321182251 +479,1.7030727393472722,0.16896177937861362,0.25576180101417717,0.9771482944488525,-0.16815900802612305,0.13001284003257751,1.8173238039016724,-0.24433356523513794,3.918809652328491,0.18633413314819336,1.050696849822998,-0.5769580602645874 +480,1.701435308860982,0.49949098485183574,0.029651196402268962,0.8703464865684509,-0.4789787828922272,0.11435245722532272,1.8687371015548706,-0.978185772895813,2.86861252784729,-0.11767613887786865,1.2028862237930298,-0.3653900623321533 +481,1.743966408983371,0.6536414138117189,-0.2708501505401077,0.7820011973381042,-0.6080812811851501,0.13678929209709167,2.286953926086426,-1.6697144508361816,0.8419637084007263,-0.20733994245529175,1.3456759452819824,-0.023538589477539062 +482,1.601865374253101,0.5227118759236312,-0.3370261114058522,0.8660502433776855,-0.4992317259311676,0.02691601775586605,-1.695167899131775,-1.91415274143219,-3.237938404083252,-0.1808239221572876,1.3361001014709473,0.4909672737121582 +483,1.3947665460346537,0.07202769997383571,0.03055841744228815,0.9819939136505127,-0.07196543365716934,-0.17466802895069122,-4.8443732261657715,-0.5085996985435486,-3.8734383583068848,0.4868171215057373,0.9755451679229736,0.13269110023975372 +484,1.501603692982636,-0.4055839130041483,0.7132777938928635,0.9166733622550964,0.39455536007881165,-0.06352846324443817,-8.217697143554688,0.005580528173595667,-3.8498849868774414,0.7811567187309265,1.0093295574188232,-0.7417541742324829 +485,1.8737944032852998,-0.5842634538442696,1.399801174942673,0.7961212992668152,0.5515851378440857,0.2488868236541748,-2.4613943099975586,-1.2226290702819824,-0.6872068047523499,0.7055113911628723,-0.31673723459243774,-1.5062415599822998 +486,1.7373421032033998,-0.47331348677897556,1.6185861910201917,0.877747118473053,0.45583799481391907,0.14755183458328247,-2.8649415969848633,-1.778880000114441,1.0160328149795532,-0.18228214979171753,-0.20287784934043884,-0.32298222184181213 +487,1.8081078073306718,-0.35680474687293773,1.9254862923095797,0.9107563495635986,0.34928202629089355,0.22028377652168274,-1.7023838758468628,-0.4794205129146576,-0.29555684328079224,-0.17082715034484863,-0.035897016525268555,-1.1488573551177979 +488,1.708115592892929,-0.48945039149729147,1.8153786453220568,0.8742832541465759,0.47014087438583374,0.12081628292798996,3.9933364391326904,0.005723887588828802,-0.003843149170279503,0.9513698816299438,0.06359627842903137,-0.9874697923660278 +489,1.4082979489025838,-0.3764772228629119,1.229920535563014,0.9177142977714539,0.3676466941833496,-0.15045370161533356,6.291184425354004,-0.4455667734146118,2.2603886127471924,0.6482341289520264,0.6135544180870056,-0.13203226029872894 +490,1.350366884990627,0.0808637019637814,0.6686910150499427,0.9726150631904602,-0.08077560365200043,-0.21793422102928162,5.893243789672852,0.9591354131698608,4.184253215789795,0.6749984622001648,1.3684648275375366,0.22902733087539673 +491,1.5310743132729625,0.548685533151053,0.3144480679751844,0.8525378704071045,-0.5215661525726318,-0.03388234227895737,2.021773099899292,0.01322862133383751,3.409018039703369,-0.1668078899383545,1.4572198390960693,0.20513170957565308 +492,1.526530736417424,0.717751036093336,0.2805896554661843,0.7525487542152405,-0.6576921939849854,-0.03333378955721855,-1.5943938493728638,0.5308137536048889,-0.3617965579032898,-0.6483466029167175,1.2366716861724854,0.5267419815063477 +493,1.4179748680768143,0.4919189236167357,0.6721935336616884,0.8711555004119873,-0.4723181426525116,-0.13417743146419525,-4.743741035461426,1.3498111963272095,-3.074530601501465,-0.09964066743850708,1.3302741050720215,0.07623983919620514 +494,1.4216076160361675,-0.03114447911113498,1.1575032171610906,0.9884124994277954,0.031139444559812546,-0.14856383204460144,-4.79298734664917,0.9858056902885437,-5.055349349975586,0.5505889654159546,0.9961280226707458,-0.5557665824890137 +495,1.5711695799552898,-0.45110722460142977,1.5423945063633497,0.8999647498130798,0.4359622597694397,0.00033591469400562346,-3.3809268474578857,-0.028822530061006546,-2.7583210468292236,0.7207016348838806,0.16996419429779053,-0.7927248477935791 +496,1.5282962278172953,-0.5767285571366807,1.7723125661616943,0.837493896484375,0.5452845692634583,-0.035615019500255585,-1.6133867502212524,-1.988031029701233,-0.8638423085212708,0.19953906536102295,-0.2681087851524353,-0.2140035629272461 +497,1.5810938349272383,-0.6787798153879365,1.928105155463499,0.7782982587814331,0.6278437972068787,0.008014815859496593,-0.5126122236251831,0.45642009377479553,-0.7750656604766846,0.42571187019348145,-0.6062525510787964,-0.4323312044143677 +498,1.5103598250733543,-0.6504713396879718,1.8162945839051063,0.794345498085022,0.6055615544319153,-0.048065997660160065,1.6945852041244507,-0.12459961324930191,1.2165412902832031,0.442837119102478,-0.47604501247406006,-0.12835609912872314 +499,1.4506356260252593,-0.4753701376215436,1.6813258790630323,0.8827121257781982,0.45766758918762207,-0.10658076405525208,0.8840081691741943,0.2605155110359192,1.8921388387680054,0.1948024034500122,-0.07126933336257935,-0.05862610042095184 +500,1.4861931830984005,-0.29206589760706364,1.6178149637597827,0.9542258381843567,0.2879312336444855,-0.08092367649078369,0.6858990788459778,0.8074514269828796,1.467730164527893,-0.05679541826248169,0.22316184639930725,-0.3004239797592163 +501,1.538218971778064,-0.1655236968356885,1.5662817386914032,0.9858089685440063,0.16476888954639435,-0.03212641552090645,0.7650096416473389,-0.09545183181762695,0.8130297660827637,0.2133641242980957,0.7538712620735168,-0.7111902236938477 +502,1.4276588386086504,-0.1308235164437896,1.2888136440712683,0.9813154339790344,0.13045066595077515,-0.14143024384975433,5.301119327545166,-0.9408990740776062,0.5323818922042847,0.3878251314163208,0.42690709233283997,-0.583987832069397 +503,1.426876660043962,0.19406424248272364,0.7462629713438873,0.9710841774940491,-0.19284842908382416,-0.1407310962677002,4.852396011352539,-0.07413408160209656,3.502936601638794,0.501282274723053,1.2227556705474854,-0.0456855446100235 +504,1.4852526863040882,0.5510357500422275,0.3707219743487251,0.8488673567771912,-0.5235699415206909,-0.07279285043478012,3.5282325744628906,-1.1024035215377808,2.2718312740325928,-0.07404130697250366,1.489237666130066,0.19219285249710083 +505,1.581593087999173,0.6580990928409243,0.037610911712842546,0.7911103367805481,-0.6116140484809875,0.008541760966181755,1.0171096324920654,-0.7383182644844055,-0.1235530823469162,-0.39474791288375854,1.1983754634857178,0.6076844930648804 +506,1.4856439551401648,0.5055808850224021,0.2588670194119944,0.871723473072052,-0.4843157231807709,-0.07440925389528275,-5.346228122711182,1.7543262243270874,-1.7940068244934082,0.09907132387161255,1.2603013515472412,0.6385114192962646 +507,1.3299878591326115,0.19149858903501335,1.2444479728481226,0.9533930420875549,-0.19033029675483704,-0.23412831127643585,-11.333525657653809,0.752106785774231,-1.970353603363037,0.3652409315109253,1.8266828060150146,-0.6216303110122681 +508,1.4144748966246417,-0.22692730360652355,1.9261534053412763,0.9624814391136169,0.22498467564582825,-0.15169410407543182,-4.998523712158203,1.942445158958435,-2.6670196056365967,0.5136078596115112,0.8930420279502869,-0.6368038654327393 +509,1.6521212202053117,-0.4621720842570808,2.269301923948432,0.8921277523040771,0.4458933472633362,0.07271256297826767,-1.9980664253234863,-0.2511066198348999,-1.2431319952011108,0.44158196449279785,-0.14198410511016846,-0.8664137125015259 +510,1.634999230301135,-0.4342806465100879,2.466935726844835,0.9053040146827698,0.420757919549942,0.058203138411045074,-2.442307710647583,-1.384960651397705,0.5647010207176208,-0.1370849609375,-0.05733934044837952,-0.3337615728378296 +511,1.5988137247665986,-0.3752140283785972,2.7480072070004584,0.9300641417503357,0.36647167801856995,0.02606479823589325,-1.9941647052764893,-1.8298006057739258,0.6651972532272339,-0.019709467887878418,-0.05122506618499756,-0.4437742233276367 +512,1.4337145336595938,-0.28079069691038167,2.902458890565071,0.9518231153488159,0.27711546421051025,-0.13130110502243042,-1.2374911308288574,-2.2404961585998535,1.228079080581665,0.029637455940246582,0.15295350551605225,0.17562788724899292 +513,1.304738341283373,-0.28633454167905453,3.082951591515455,0.9255329966545105,0.28243792057037354,-0.2522251307964325,-2.814509391784668,-1.0591251850128174,-0.3162408769130707,-0.1772419810295105,0.024309515953063965,0.5678073763847351 +514,1.3845393643717863,-0.5012814843128676,-2.882690446640016,0.8617997169494629,0.48054975271224976,-0.16239851713180542,-3.535841703414917,0.20768001675605774,-2.2428743839263916,0.1491560935974121,0.016902029514312744,0.039748311042785645 +515,1.7790368608686034,-0.7622325357539668,-2.4426143203512085,0.7076704502105713,0.6905379295349121,0.14953340590000153,-3.4397215843200684,1.7805461883544922,-2.4378297328948975,0.948137104511261,-0.007951200008392334,-0.8797122240066528 +516,1.9051782060553424,-0.7887165011885814,-2.2584478889306756,0.6657224297523499,0.709449291229248,0.2312907576560974,0.6355102062225342,-1.229734182357788,0.3713017404079437,0.24794334173202515,-0.5167460441589355,-0.7004833221435547 +517,1.8044903598584514,-0.7785115415516879,-2.3432055645370613,0.6926068067550659,0.7022204995155334,0.16487041115760803,-0.0725470781326294,0.03039572760462761,0.6046077013015747,0.3056842088699341,-0.43386411666870117,-0.49058449268341064 +518,1.7067223161383636,-0.6701686711339615,-2.410022319445135,0.776488184928894,0.6211181879043579,0.10619977861642838,0.8626372218132019,-1.122657060623169,1.467870831489563,0.23678696155548096,-0.11347353458404541,-0.6117844581604004 +519,1.4750825373662841,-0.5118763547306969,-2.6009027044171624,0.867836594581604,0.4898139536380768,-0.08331850916147232,2.0183818340301514,-1.3806957006454468,1.8491922616958618,0.2584298849105835,0.07129749655723572,-0.15824341773986816 +520,1.2523682163983412,-0.2967206759651434,-2.8015070015249988,0.9082260131835938,0.2923857569694519,-0.2993928790092468,2.6354990005493164,-1.4126893281936646,1.1870276927947998,0.16257476806640625,0.3274872899055481,0.6273653507232666 +521,1.1046506228120951,-0.21597608559516107,-3.0211816078158193,0.8725536465644836,0.2143009454011917,-0.43900489807128906,-2.1697771549224854,1.6618273258209229,-0.8958742618560791,0.49307745695114136,0.458169162273407,2.110483169555664 +522,1.5050921092579912,-0.4355445585742592,-2.46469785884272,0.9046842455863953,0.42190417647361755,-0.05952725559473038,-4.553889751434326,0.8361759185791016,0.43412458896636963,0.320672869682312,-0.04731610417366028,-0.5816165208816528 +523,1.6334892279330038,-0.20683789062094105,-2.122542876805887,0.9767624735832214,0.20536622405052185,0.06131642684340477,-3.9184653759002686,-1.6099556684494019,3.4072318077087402,-0.01896834373474121,0.6836565732955933,-0.26201534271240234 +524,1.5740220544649544,0.06403293059993215,-1.6846974065430693,0.9979453086853027,-0.06398918479681015,0.003219110891222954,-4.147244453430176,0.8065774440765381,1.2125226259231567,-0.6305137872695923,1.0366454124450684,-0.1527247428894043 +525,1.7045541663322619,-0.014619430012637961,-1.3638916172146878,0.9909617304801941,0.014618908986449242,0.1333450824022293,-2.229247570037842,1.2081420421600342,-2.6942033767700195,-0.43531304597854614,0.6333302855491638,-0.6022934913635254 +526,1.8092083801346375,-0.31532277078813253,-1.122893731205751,0.9238051176071167,0.31012335419654846,0.2245163470506668,-1.578419804573059,0.6763042211532593,-4.2410149574279785,0.18315893411636353,0.32317739725112915,-0.43005216121673584 +527,2.108356003595158,-0.6377233520910447,-0.6981600135193486,0.6901348829269409,0.5953677892684937,0.41140133142471313,-3.409632921218872,0.9601926207542419,-3.8248395919799805,1.389500617980957,-0.4845432639122009,-0.8218932151794434 +528,2.2118463833994904,-0.70844649034524,-0.579709091981965,0.6086140275001526,0.6506548523902893,0.45413392782211304,3.0519676208496094,1.150778889656067,0.5332596302032471,1.3667888641357422,-1.2321977615356445,-1.2557084560394287 +529,1.82001461810386,-0.6253345140398165,-1.1810386727878617,0.7857189178466797,0.5853685140609741,0.19997286796569824,3.464090347290039,0.2600677013397217,3.6785073280334473,0.8444231748580933,0.17342042922973633,-0.49185827374458313 +530,1.631541733745764,-0.2585892855051599,-1.5945648095640206,0.9649686217308044,0.255717009305954,0.05868962034583092,2.9304959774017334,-0.16955630481243134,4.3766350746154785,0.6098300218582153,0.8932088017463684,-0.46222352981567383 +531,1.5957344517193246,0.1465060506908666,-1.8671088008496846,0.9889795184135437,-0.1459825038909912,0.024668408557772636,2.367520570755005,-0.49218645691871643,3.8393192291259766,0.313068151473999,1.1341111660003662,-0.34739184379577637 +532,1.395856307725369,0.4967381469263047,-1.937364032005037,0.8657234907150269,-0.47656044363975525,-0.15301382541656494,-1.2983351945877075,-5.021185398101807,3.6177730560302734,0.5288383960723877,0.5999124050140381,-0.013337507843971252 +533,0.3804764024818153,0.6138098023931496,-1.554664374371128,0.3035741150379181,-0.5759859681129456,-0.7590012550354004,-1.3515174388885498,-7.448368072509766,1.668252944946289,0.4419245421886444,0.09686005115509033,0.6132493615150452 +534,-0.008935173533221864,0.610017280323812,-1.4465861456693525,-0.0073235114105045795,-0.5728816390037537,-0.8196054100990295,-0.3917311429977417,-1.5276498794555664,0.15575523674488068,0.1583397388458252,0.09438121318817139,0.22902923822402954 +535,-0.10041871181729362,0.5978828058563566,-1.401788817509707,-0.0828595757484436,-0.562893807888031,-0.822365403175354,0.7807013988494873,0.22604885697364807,0.5027499794960022,0.1212201863527298,0.3888368010520935,0.1069265604019165 +536,-0.1329863240956226,0.7091270927687793,-1.3344536587632296,-0.10063015669584274,-0.6511715650558472,-0.7522294521331787,0.6814441084861755,0.594692051410675,0.6286337971687317,-0.14164888858795166,0.08465850353240967,0.4304978847503662 +537,-0.11792809428408033,0.7652723718121395,-1.255006873659398,-0.08485200256109238,-0.6927334666252136,-0.716184675693512,0.6478060483932495,0.4618604779243469,0.5851719975471497,-0.11615201830863953,0.10583466291427612,0.17201048135757446 +538,-0.11194058492751117,0.8003959957182166,-1.2031747757211257,-0.07779523730278015,-0.7176319360733032,-0.6920637488365173,0.4475069046020508,0.34746524691581726,0.22117017209529877,-0.16504839062690735,0.015239417552947998,0.10307455062866211 +539,-0.10678547570478795,0.8247009699904574,-1.1843329550454431,-0.0723458006978035,-0.7343448400497437,-0.6749101877212524,0.09266167879104614,0.2577361762523651,0.25046610832214355,-0.1247214674949646,-0.13526880741119385,0.0036760568618774414 +540,-0.16257739311537042,0.8849068246664527,-1.0894200606897257,-0.102517269551754,-0.773855984210968,-0.6250097155570984,3.089433193206787,1.355271816253662,0.6311215162277222,-0.10826762765645981,-0.07445639371871948,-0.08830809593200684 +541,-2.627751017089218,1.3782684471333302,2.0551444976035733,-0.09404896199703217,-0.9815236926078796,0.16663140058517456,12.59727954864502,10.43702507019043,-0.1302364617586136,-0.5629639625549316,1.232668161392212,0.44307923316955566 +542,2.945264386184829,1.0143378931229323,-3.07633616210189,0.10303221642971039,-0.8491310477256775,0.5180355310440063,-8.162505149841309,-3.913482189178467,-6.458606719970703,0.07348145544528961,0.9717506766319275,0.6901706457138062 +543,-0.21872691352880747,-0.12976458004626595,-0.7876968342147482,-0.21516269445419312,0.12940070033073425,-0.9679672122001648,-10.067185401916504,-12.015868186950684,4.702821254730225,0.6985458731651306,0.6041655540466309,-1.4125869274139404 +544,1.1238482792188371,0.501654788404006,-0.89858120179195,0.7906615138053894,-0.4808771014213562,-0.3789612948894501,8.994598388671875,11.783040046691895,-2.4240686893463135,0.33598649501800537,1.4135857820510864,0.15322273969650269 +545,1.4541882839491664,-0.05553539958520753,-0.795263423255593,0.9916778206825256,0.055506858974695206,-0.11616460233926773,-8.801004409790039,-1.8090732097625732,-7.077160835266113,1.7275452613830566,1.69713294506073,-0.24960382282733917 +546,1.6143785203689773,-0.2479961553266275,0.2892006011924583,0.9684855937957764,0.24546191096305847,0.042235471308231354,-8.744924545288086,-6.249569892883301,2.0459372997283936,0.9113665223121643,1.1003479957580566,-2.35710072517395 +547,1.5868503095994657,-0.1168309971240607,0.6151836214210068,0.9930548667907715,0.11656539887189865,0.015943855047225952,4.43593168258667,8.608831405639648,0.6524878740310669,-0.5177590250968933,0.36654311418533325,-1.0193008184432983 +548,2.0106236586604673,-0.4366860496583834,-0.12494618888336063,0.8199147582054138,0.42293882369995117,0.385826975107193,8.282161712646484,0.6558687090873718,-0.594484806060791,0.1222391128540039,0.01121947169303894,-0.9118279218673706 +549,1.5573459519671498,-0.37565272938102995,-0.15717010056267025,0.9301843643188477,0.36687982082366943,-0.012512083165347576,-9.114822387695312,-9.407610893249512,3.678893804550171,0.1816931962966919,-0.38017019629478455,0.834182620048523 +550,0.8343413341133566,-0.26970172689762173,0.8238160199609427,0.7140727043151855,0.26644396781921387,-0.6473853588104248,-3.7457759380340576,-4.641942501068115,3.344364881515503,-0.39995527267456055,0.24115490913391113,0.6339881420135498 +551,1.3711762693991885,-0.3796161287109261,0.5583315146669434,0.910362720489502,0.37056395411491394,-0.18417958915233612,5.763579845428467,7.138808250427246,-5.397191047668457,0.42908430099487305,0.25416138768196106,-0.6526581645011902 +552,1.4049755078267387,-0.46778747769773,0.19453425360073218,0.8803250193595886,0.45091256499290466,-0.14732904732227325,-1.3965011835098267,-4.6775712966918945,3.744999885559082,1.748504877090454,-0.7128143906593323,-0.39901190996170044 +553,0.9040852818708139,-0.1388110239135859,0.5020735553085492,0.7783008217811584,0.13836567103862762,-0.6124563813209534,1.9618250131607056,-6.4170331954956055,3.2992136478424072,1.3401989936828613,1.160584568977356,-1.1240242719650269 +554,0.38469559271213155,0.31238923802515794,0.4004894828597631,0.35711434483528137,-0.3073331117630005,-0.8820520043373108,4.661248683929443,-4.3151702880859375,1.1794682741165161,1.322023868560791,1.207555890083313,-0.04159301519393921 +555,-0.06205851499739932,0.7185161685915549,0.4587389340900863,-0.04668663442134857,-0.658268392086029,-0.7513342499732971,3.7551567554473877,-3.4079842567443848,0.7489319443702698,0.8666024208068848,1.1213269233703613,0.3655768036842346 +556,-0.4505333391381749,1.0398466120851588,0.6942800263654819,-0.2204890102148056,-0.8623265624046326,-0.455826073884964,3.069422483444214,-0.6983361840248108,0.33691421151161194,0.4027705192565918,0.7264318466186523,0.5027163028717041 +557,-0.7887553336350851,1.2025460693360341,1.020419587631673,-0.2554000914096832,-0.9329586625099182,-0.2536909580230713,1.462490439414978,0.9563304781913757,-0.3786284625530243,-0.09213411808013916,0.2836208939552307,0.5926496982574463 +558,-0.49725239907650615,1.261905377331685,0.9599543612823925,-0.14501270651817322,-0.9526712894439697,-0.2671861946582794,-0.9366354942321777,3.781870126724243,-0.2289019227027893,0.2611778974533081,-0.08462107181549072,0.2447863519191742 +559,-0.5767495732783849,0.924955184162082,0.804456224372319,-0.3282012939453125,-0.7985938191413879,-0.5045115947723389,-1.2874171733856201,-3.443777561187744,1.2121983766555786,0.2698974609375,0.26003479957580566,-0.39209485054016113 +560,-0.6829864845438124,1.3136019584172767,1.5412686343076936,-0.1605350822210312,-0.9671074748039246,-0.1973114013671875,-4.703601837158203,-5.971707820892334,0.4744817912578583,0.2149021327495575,-0.13962781429290771,0.39862060546875 +561,-0.4841908768015848,1.1863234469734414,1.494655628946264,-0.1745924949645996,-0.9269962906837463,-0.3319568932056427,0.39347198605537415,-0.7126771211624146,0.6690767407417297,0.3068251609802246,0.18467146158218384,-0.8224163055419922 +562,-0.48256097397053804,1.1031228877627548,1.436685147303263,-0.20919844508171082,-0.8926195502281189,-0.39933252334594727,3.159353017807007,4.062924861907959,-0.15609952807426453,-0.021163493394851685,0.2019304633140564,-0.47119665145874023 +563,-0.5721443533555859,1.1207914062082358,1.392219308208632,-0.2355085164308548,-0.9004449844360352,-0.36569756269454956,0.24683576822280884,-0.7671446800231934,-0.1946512907743454,-0.015788480639457703,-0.029288291931152344,0.12703484296798706 +564,-0.5973243613989316,1.1173920346898263,1.3418077231230419,-0.24636128544807434,-0.8989611268043518,-0.3621809482574463,-0.9470423460006714,-1.9709442853927612,0.13917046785354614,-0.019019588828086853,-0.2417859435081482,-0.1634080410003662 +565,-0.6426813336945582,0.9900861116533156,1.2125616890447757,-0.32881084084510803,-0.8360732197761536,-0.43916401267051697,-1.088631510734558,-1.5551321506500244,0.05633806064724922,0.18315044045448303,0.22544699907302856,-0.4109947085380554 +566,-0.6457670537565157,1.0056850507592376,1.1827407634710396,-0.32227587699890137,-0.8445290327072144,-0.42767876386642456,1.1658858060836792,2.456632137298584,0.022321945056319237,0.407572478055954,-0.042891740798950195,0.21982347965240479 +567,-0.5808272568086814,1.1965258825342724,1.583645376951765,-0.20060697197914124,-0.9307745695114136,-0.3056395649909973,-2.668700695037842,1.498707890510559,-0.031340114772319794,0.26095548272132874,0.12454593181610107,0.9520477056503296 +568,-0.5591626133016163,0.5846112178561843,1.2656411088373134,-0.44237852096557617,-0.5518752336502075,-0.7069193124771118,2.499650239944458,-1.9908300638198853,1.2223026752471924,-0.16522642970085144,0.374430775642395,-1.0177205801010132 +569,-0.6408462476063919,0.83809236213646,1.6027608617308229,-0.3999072313308716,-0.7433685064315796,-0.5361692905426025,4.142794609069824,3.9245893955230713,0.23333323001861572,-0.21828734874725342,0.01476132869720459,0.49222397804260254 +570,-0.44583336280575886,0.7485320278530845,1.4471830244710586,-0.315942645072937,-0.6805639266967773,-0.6610695719718933,-3.268202781677246,-1.9360191822052002,-0.9707660675048828,0.195459246635437,-0.004784584045410156,-1.540407419204712 +571,-0.6001489528965672,0.9507981348570824,1.6215454245844827,-0.3281477093696594,-0.8138794898986816,-0.4794989228248596,2.2934818267822266,0.6197806596755981,-0.289000540971756,0.060569584369659424,-0.06667464971542358,0.4546881318092346 +572,-0.4867742165193937,0.9534904773896881,1.6068872276100417,-0.27076828479766846,-0.8154408931732178,-0.5116058588027954,-4.100786209106445,0.25825631618499756,-0.2435005009174347,0.27673450112342834,0.15653592348098755,-0.023886024951934814 +573,-0.5301862502524983,0.9313870311402953,1.6184903734561935,-0.3017585277557373,-0.8024483919143677,-0.5147994160652161,2.014909267425537,-0.49407249689102173,0.08728011697530746,0.008057355880737305,0.09633266925811768,0.07122635841369629 +574,-0.6269178799996844,1.0234581629914354,1.7075701879272485,-0.3053029477596283,-0.8539128303527832,-0.4214535653591156,0.523926317691803,0.6026827692985535,-0.4215201437473297,-0.009836852550506592,0.15425151586532593,0.6655636429786682 +575,-0.44449754359229543,0.8689684262070436,1.5048637220144208,-0.27761706709861755,-0.7636633515357971,-0.5828782320022583,-4.961959362030029,-0.3713820278644562,0.5192593336105347,0.17925891280174255,-0.02576535940170288,0.1996079683303833 +576,-0.5758931922708843,0.36764300593080124,1.4109472836149197,-0.5081934332847595,-0.3594169318675995,-0.7826614379882812,-0.8300882577896118,-1.3162778615951538,0.6843680143356323,-0.6279760003089905,0.6721763610839844,-1.2867965698242188 +577,-0.5837216097033952,0.8215964506315722,1.7852235301728028,-0.3753509223461151,-0.732234001159668,-0.5682824850082397,12.372136116027832,4.665535926818848,0.2814854681491852,0.3149871826171875,0.21110063791275024,-0.7589269876480103 +578,-1.392242028015908,0.9831067045695678,2.807795168951664,-0.5456252694129944,-0.8322238922119141,-0.09847245365381241,-11.84594440460205,-6.069391250610352,-1.5327835083007812,-0.5364365577697754,0.24749165773391724,1.1535719633102417 +579,-0.8789303861992259,0.3665015781581764,1.0690130428578852,-0.7189148664474487,-0.35835155844688416,-0.5956051349639893,1.502598762512207,1.1753027439117432,-2.1196086406707764,-0.106661856174469,0.9796894788742065,-1.2739169597625732 +580,-1.3442910462405535,1.086895304276109,2.4388556687485283,-0.4533527195453644,-0.8851867914199829,-0.10447968542575836,10.874998092651367,3.461090564727783,0.7043421268463135,-0.09306460618972778,0.7922148704528809,0.35394567251205444 +581,-0.6392545799014152,0.7635506046079651,1.047861218378119,-0.4309731721878052,-0.6914907097816467,-0.5797435641288757,-21.918550491333008,-9.382926940917969,-1.0047680139541626,0.12710967659950256,0.7620779275894165,0.4657452702522278 +582,-0.560897564564873,0.6207086597054206,0.9847990111332262,-0.4327206015586853,-0.5816117525100708,-0.6888255476951599,13.83317756652832,9.40864086151123,-1.132703185081482,-0.5471988320350647,0.5496293902397156,-0.5637837648391724 +583,-1.544749766120408,1.3835413903697535,2.690121975314567,-0.18609942495822906,-0.9825189709663391,-0.00484834611415863,4.4572014808654785,1.709222674369812,0.27673768997192383,-0.009213089942932129,0.06989079713821411,-0.13290798664093018 +584,-0.4758772097785343,0.6586844671952865,0.8861487686515017,-0.36227914690971375,-0.6120770573616028,-0.7029334902763367,-17.246505737304688,-8.959686279296875,1.029383659362793,-0.22194936871528625,0.7032178044319153,0.38817524909973145 +585,-0.7081181768951994,0.38433951939172006,0.6976104438644886,-0.6029559969902039,-0.3749469220638275,-0.7041724920272827,7.50714111328125,5.389545917510986,-1.7779468297958374,-0.41990166902542114,0.6577227711677551,0.19968640804290771 +586,-0.6834368903162239,1.3308841759002803,1.4862192222498094,-0.15004639327526093,-0.9713588356971741,-0.18425032496452332,7.0299577713012695,2.06565260887146,-0.2765977680683136,-0.08403871953487396,0.5284419059753418,0.007492527365684509 +587,-0.2928318090341591,0.488353290999314,0.41397227091485594,-0.25492164492607117,-0.46917229890823364,-0.8455130457878113,-18.218219757080078,-6.9757256507873535,-1.4895743131637573,-0.5626442432403564,0.9650372266769409,-0.07338649034500122 +588,0.11917270062539564,0.8866684887848307,0.30125888079404944,0.07513867318630219,-0.774970531463623,-0.6275147199630737,12.408773422241211,5.204559326171875,0.05631367117166519,-0.19403517246246338,0.7033153176307678,-1.1536741256713867 +589,-2.8264786361715957,1.4347650261209548,-3.0839729868138406,-0.042029738426208496,-0.9907619953155518,0.12893523275852203,2.5382332801818848,-2.5763769149780273,0.6702221035957336,-0.104042649269104,0.501107394695282,0.21402134001255035 +590,-0.29174589375648596,0.25434041888022785,-0.4129854351165017,-0.2783717215061188,-0.25160709023475647,-0.9269320368766785,-18.689128875732422,-11.317686080932617,-2.2434890270233154,-0.26049238443374634,1.2113392353057861,-0.40366482734680176 +591,-0.17347710887572737,0.3858731892932028,-0.5142340140282224,-0.1599164456129074,-0.3763682544231415,-0.9125643372535706,17.891435623168945,13.974806785583496,0.7901002168655396,-0.1897997409105301,0.7724864482879639,-0.38508886098861694 +592,-2.858792302940635,1.2211253815063086,2.811646939661167,-0.09559783339500427,-0.939485490322113,0.32897987961769104,-1.731900930404663,-7.818930625915527,1.020529866218567,-0.8223251104354858,0.28563129901885986,0.5739894509315491 +593,-0.4124318318974887,0.2116470397515876,-0.8474942151060129,-0.39189422130584717,-0.21007047593593597,-0.895706057548523,-10.17336654663086,-8.852571487426758,1.1416690349578857,-0.19891083240509033,0.9846981763839722,-1.117538571357727 +594,0.22394030487403876,1.0269696265591657,-0.6379729007780163,0.11490391194820404,-0.8557349443435669,-0.5044946074485779,14.080385208129883,12.36124324798584,1.1936979293823242,-0.19377659261226654,0.30972975492477417,-0.01979738473892212 +595,2.644016816108052,1.2913211287440194,-2.696702254847514,0.13166330754756927,-0.9612003564834595,0.24240286648273468,-9.828723907470703,-7.246739864349365,-1.3871500492095947,-0.5512952208518982,-0.15757429599761963,1.2718031406402588 +596,-0.4720460252595789,0.1683131587370708,-0.5359617905156242,-0.4482838809490204,-0.16751958429813385,-0.8780539631843567,-5.3950042724609375,-4.609786510467529,0.37209877371788025,-1.1548044681549072,0.6933832168579102,-0.6372353434562683 +597,0.6416830728854878,1.212166112757247,-0.6671052164393814,0.21008442342281342,-0.9363784790039062,-0.2811760902404785,11.029659271240234,6.874067306518555,1.2312471866607666,0.14608623087406158,0.20064544677734375,-0.335904598236084 +598,-0.13841537405722631,0.731453249003136,-0.46891039130978907,-0.1026807352900505,-0.6679518818855286,-0.737086832523346,-19.357728958129883,-14.589946746826172,1.7799046039581299,-0.3990282416343689,0.36390525102615356,1.1083636283874512 +599,0.5102539242440192,0.9315888142171632,-0.6291016408113158,0.291359007358551,-0.802568793296814,-0.5205700993537903,3.650176763534546,0.4203389585018158,-2.6538984775543213,-0.3528366982936859,-0.851453423500061,-1.086073398590088 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/we7.csv b/BoostRunClub/CoreML/DataSet/Motion/running/we7.csv new file mode 100644 index 0000000..54dd982 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/we7.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-0.5326152413136088,0.015461154789764252,-0.8029279430117584,-0.5077273845672607,-0.015460538677871227,-0.8613790273666382,5.035299301147461,3.2795250415802,-0.2907065451145172,-0.15035361051559448,0.5773044228553772,-0.23595672845840454 +1,0.44902012284721526,0.6203787556213909,0.19031506656791702,0.35319527983665466,-0.5813433527946472,-0.733002781867981,-0.6749886870384216,0.38554468750953674,-0.11922365427017212,-0.04956063628196716,0.04844546318054199,0.13708603382110596 +2,0.4134888023402567,0.562953366558718,0.22092550669825753,0.3398008346557617,-0.5336861610412598,-0.7744123935699463,-0.30367234349250793,-0.16009756922721863,-0.1711004674434662,-0.04907512664794922,0.021616458892822266,-0.002061605453491211 +3,0.39417988804359294,0.553621795691557,0.23490922321754212,0.32668378949165344,-0.52577143907547,-0.7853929400444031,0.031912364065647125,0.035017695277929306,0.04383446276187897,-0.01157456636428833,-0.07751524448394775,-0.017722904682159424 +4,0.3876685849765343,0.597116386568779,0.23602997733093908,0.3126167058944702,-0.5622601509094238,-0.7655940651893616,1.1826565265655518,-0.4869353771209717,-0.6735638976097107,-0.14599072933197021,-0.0991930365562439,-0.023315787315368652 +5,0.3132407890262947,0.6490624733193416,0.27335994123293633,0.2454826533794403,-0.6044397950172424,-0.757885754108429,-0.4553263783454895,-0.9206173419952393,1.212180495262146,0.203446164727211,-0.15494436025619507,-0.08575743436813354 +6,0.2768907615590489,0.5824907913536334,0.2992085225557069,0.2282867431640625,-0.5501056909561157,-0.8032863140106201,0.978456437587738,-0.48456871509552,0.6784039735794067,0.2038269191980362,0.20714914798736572,-0.3504765033721924 +7,0.2522122854918351,0.6541945748936234,0.3142271789389978,0.19802500307559967,-0.6085203289985657,-0.7684329748153687,0.4559415578842163,-0.4783893823623657,0.3106265068054199,0.054797857999801636,0.2368314266204834,0.27545201778411865 +8,0.17249579881706179,0.6430227626507139,0.3438208777762641,0.1373625546693802,-0.5996172428131104,-0.7884102463722229,-0.7181140184402466,0.5142859816551208,-0.16043750941753387,0.013028055429458618,-0.07439398765563965,0.1256905198097229 +9,0.18495244007070916,0.6262105608394921,0.34751928189663306,0.14900557696819305,-0.5860785841941833,-0.7964353561401367,0.6013329029083252,-0.5962215662002563,-0.14008179306983948,0.06068068742752075,-0.03625112771987915,-0.02048969268798828 +10,0.1329867511567988,0.6705862732435662,0.322890198337656,0.10388263314962387,-0.6214454174041748,-0.7765398025512695,0.2507534325122833,-0.21617469191551208,-0.10519566386938095,0.07348553091287613,-0.1709129810333252,0.12585926055908203 +11,0.08573391943776071,0.7007630098708193,0.3424661367870227,0.0654505118727684,-0.6448010802268982,-0.7615430355072021,1.1695034503936768,-1.1598693132400513,0.723092794418335,0.050241634249687195,-0.2567797303199768,-0.19754815101623535 +12,0.06664310307249059,0.7741750035486076,0.29614864349859915,0.04761442542076111,-0.6991264224052429,-0.7134108543395996,-0.14316105842590332,-0.1842348277568817,-1.3056364059448242,-0.2318643033504486,0.1865837574005127,-0.14053195714950562 +13,0.06083591158227941,0.763391584551318,0.2610550937953861,0.043926551938056946,-0.6913757920265198,-0.7211587429046631,0.25025588274002075,-0.36832261085510254,0.08115841448307037,0.02254074066877365,0.10159313678741455,-0.06903290748596191 +14,0.0811610584334368,0.7710768076191147,0.23617951099453263,0.05814163759350777,-0.6969078779220581,-0.7147999405860901,0.3985365033149719,-0.05043669790029526,-0.20151376724243164,-0.08545487374067307,0.1936730146408081,0.12814533710479736 +15,0.14580708065268477,0.7413663985616115,0.23223662985729085,0.10715886950492859,-0.6752963066101074,-0.729720413684845,-0.4323900043964386,0.41422754526138306,0.2922654449939728,0.1306951344013214,0.12048673629760742,0.13580256700515747 +16,0.19866808966619692,0.695190325268393,0.30430912785981973,0.1515619307756424,-0.640531599521637,-0.7528268694877625,-0.17087383568286896,0.879133939743042,0.640914797782898,0.053653523325920105,-0.09700191020965576,-0.12531650066375732 +17,0.20298353210711692,0.7086742582276726,0.40662518864122205,0.1530541330575943,-0.6508278250694275,-0.7436380386352539,-0.3366328775882721,0.9978343844413757,1.3789151906967163,0.1751624047756195,-0.372014582157135,-0.2272787094116211 +18,0.2609972245051397,0.6776878725661439,0.46098111450819573,0.2010226994752884,-0.6269934773445129,-0.7526413798332214,0.33106839656829834,0.6956019997596741,0.5551510453224182,0.19564476609230042,0.3610938787460327,-0.29667502641677856 +19,0.2532955316474492,0.7384934543741746,0.5229890919878809,0.18531139194965363,-0.6731746196746826,-0.7158879637718201,-0.05311669409275055,0.04246984422206879,0.42012107372283936,-0.14237315952777863,0.12852740287780762,0.25775814056396484 +20,0.2059891549592255,0.7162223277667035,0.5272212036491949,0.15427935123443604,-0.6565399169921875,-0.7383449077606201,-0.03784792125225067,-0.24686825275421143,-0.8189300298690796,-0.30708086490631104,0.01861572265625,-0.009244203567504883 +21,0.2427071469475337,0.7155695708630113,0.39637104476467516,0.18138277530670166,-0.6560474038124084,-0.7325996160507202,-0.08696657419204712,-0.727983295917511,-0.8352968096733093,0.05813443660736084,0.10724979639053345,0.2893317937850952 +22,0.18096372767465904,0.6890202514673263,0.3513406037934723,0.13891921937465668,-0.6357812285423279,-0.7592651844024658,0.2438650280237198,-0.8739722371101379,-0.243744358420372,0.0009886175394058228,-0.08489131927490234,-0.1727110743522644 +23,0.06404212847130661,0.7673317298739659,0.3653834684408256,0.04606381803750992,-0.6942172050476074,-0.7182900905609131,1.0992096662521362,-1.7178783416748047,0.13598701357841492,-0.23096983134746552,-0.3372159004211426,-0.3098776340484619 +24,0.047333385870043945,0.7739421194362802,0.22398488208706419,0.03383834660053253,-0.6989598870277405,-0.7143598794937134,0.09873639792203903,-0.8020530939102173,-1.0055787563323975,0.16113846004009247,0.24955809116363525,-0.3732255697250366 +25,0.063957173378214,0.8281674535900572,0.12196026007621702,0.04322008416056633,-0.7366933822631836,-0.6748443841934204,0.07044152915477753,0.33627617359161377,-0.35203978419303894,0.2763599753379822,0.2594900131225586,0.2216888666152954 +26,0.05307307544225721,0.8701416794165432,0.1278440075417065,0.03420111536979675,-0.7644202709197998,-0.6438103914260864,0.2462366819381714,0.06464194506406784,0.3952985107898712,0.06249382719397545,0.3209541440010071,0.1789667010307312 +27,0.07249019947001586,0.8389372165269772,0.21822042724679278,0.048399437218904495,-0.7439333200454712,-0.6664988398551941,-0.3230040967464447,1.3066608905792236,0.727089524269104,0.045365817844867706,-0.11834084987640381,-0.1516926884651184 +28,0.18470118750630063,0.8645644036122353,0.32560227286785204,0.11918545514345169,-0.7608126401901245,-0.6379333138465881,0.1749449372291565,2.34224271774292,0.876381516456604,0.0072488561272621155,-0.016775190830230713,-0.03996884822845459 +29,0.13946632841355028,0.9038191424724348,0.5289639822822755,0.08599637448787689,-0.7856951951980591,-0.6126072406768799,-0.3271043300628662,0.5539225339889526,0.3680994212627411,-0.14335417747497559,-0.20685851573944092,-0.08708453178405762 +30,0.21395385436840675,0.9123378145073867,0.5781812916514341,0.12992148101329803,-0.7909364104270935,-0.5979465246200562,0.31064167618751526,1.1416891813278198,0.23659443855285645,-0.024788424372673035,0.295376718044281,0.08816564083099365 +31,0.24406105172736905,0.8695950483450783,0.6714676418886751,0.15589407086372375,-0.7640677690505981,-0.6260170936584473,-0.5866134762763977,0.41142240166664124,0.4800967872142792,-0.04502373933792114,-0.00569230318069458,-0.04462188482284546 +32,0.29050936364027163,0.871086490927598,0.6893229307117855,0.18446631729602814,-0.7650290727615356,-0.6170110702514648,0.23246024549007416,0.6065157055854797,-0.15248948335647583,-0.09585851430892944,0.06307899951934814,0.12956905364990234 +33,0.35302093998857864,0.869150999340866,0.6651618187338679,0.22316274046897888,-0.7637811899185181,-0.6056703925132751,0.09222932904958725,0.20218725502490997,0.1401892751455307,0.10133065283298492,0.027575194835662842,0.05990934371948242 +34,0.32741917742784354,0.8960644406918793,0.6915858991256142,0.20089992880821228,-0.780874490737915,-0.5915018320083618,0.20582996308803558,-0.5644687414169312,0.7209210395812988,0.1843387484550476,-0.1654452085494995,0.01977020502090454 +35,0.21683878499900888,0.9437538997653986,0.750281964918463,0.1262359619140625,-0.809766411781311,-0.5730120539665222,-0.23782174289226532,0.8600956201553345,-0.995589017868042,-0.07562255859375,-0.08914411067962646,-0.10019046068191528 +36,0.3071747328398023,0.8760253179734279,0.7184531316308997,0.19357813894748688,-0.7682003378868103,-0.6102424263954163,-0.5052037835121155,0.38786131143569946,0.3161173462867737,0.34012851119041443,0.0991634726524353,0.02894359827041626 +37,0.3614674634402097,0.849898573740736,0.8134927794848238,0.2334281951189041,-0.7512134909629822,-0.6174056529998779,-0.006352720782160759,1.4596585035324097,0.7744952440261841,0.00392228364944458,0.2381213903427124,0.01569056510925293 +38,0.41955136066642545,0.8391661557326378,0.9274290782625784,0.2721443176269531,-0.7440863251686096,-0.6101418137550354,-0.49907228350639343,0.7210152745246887,0.47211095690727234,-0.1411324143409729,-0.02269834280014038,0.06612026691436768 +39,0.43177788149465207,0.8258009177706263,0.9823899899289421,0.2837204039096832,-0.7350910305976868,-0.6157466173171997,0.04479279741644859,0.4718039929866791,0.14549924433231354,-0.21345368027687073,-0.05706900358200073,-0.08452498912811279 +40,0.43756550486722884,0.8379389741751783,0.996162590890042,0.2834774851799011,-0.7432658672332764,-0.6059672832489014,0.614601731300354,-0.5684208869934082,0.6537318825721741,0.09385713934898376,-0.22290539741516113,-0.22241711616516113 +41,0.4463715862389675,0.8737483051141106,0.9815298904892638,0.27713000774383545,-0.7667405605316162,-0.5790578126907349,0.5814114212989807,0.8432416319847107,-0.33188769221305847,0.03327956795692444,0.12310957908630371,-0.12867534160614014 +42,0.5198816250714843,0.8642466266510374,0.9000566098056594,0.32251447439193726,-0.7606064081192017,-0.5634378790855408,-0.5319293737411499,-0.7968151569366455,-0.806172251701355,-0.14189618825912476,0.07838600873947144,0.16168928146362305 +43,0.5265851075530489,0.8168080961635141,0.8050980354654046,0.34404465556144714,-0.7289645075798035,-0.5918142199516296,0.68290776014328,-0.5036091804504395,-0.8169833421707153,-0.02345752716064453,0.024466276168823242,-0.10212498903274536 +44,0.5419229489216505,0.8261871056870453,0.6642759629492402,0.3495391011238098,-0.7353527545928955,-0.5805848836898804,-0.015615763142704964,-0.8644812107086182,-0.6661479473114014,0.030816733837127686,0.08935666084289551,0.26077592372894287 +45,0.5355181719624479,0.8024981009544185,0.5642714776845775,0.3546046018600464,-0.7190942764282227,-0.5976276993751526,0.47484347224235535,-0.45316198468208313,-0.6428572535514832,-0.009572893381118774,-0.034384727478027344,-0.0022715330123901367 +46,0.5064978996410486,0.8169113041237128,0.4681680516136797,0.3320516049861908,-0.7290351986885071,-0.598539412021637,0.3424047827720642,-1.2298263311386108,-0.11301787197589874,0.13357028365135193,-0.17904585599899292,-0.17856019735336304 +47,0.4334859565893993,0.7977743084377205,0.357567385139461,0.2933124303817749,-0.7158036828041077,-0.6337136030197144,0.2043909728527069,-0.6726598739624023,-1.2841969728469849,-0.0818866491317749,0.05737161636352539,-0.41691505908966064 +48,0.5450028400740745,0.7991094954471051,0.14467310308098102,0.3615180552005768,-0.7167353630065918,-0.5963178873062134,0.2637462913990021,-0.32787227630615234,-1.1225810050964355,0.01876145601272583,0.2942653298377991,0.2650648355484009 +49,0.5201346698979555,0.7313459914758507,0.04605887384492827,0.36990299820899963,-0.6678720116615295,-0.6458472609519958,-0.3257824182510376,-0.6945736408233643,-0.49028876423835754,0.11204585433006287,0.08004242181777954,-0.10044485330581665 +50,0.5191860697109894,0.745426642656568,0.019508033062677756,0.3645876944065094,-0.6782853603363037,-0.6379692554473877,0.2247852385044098,0.21798841655254364,0.14862854778766632,0.0714016854763031,0.01887679100036621,0.1474602222442627 +51,0.5256568076351864,0.772975998026211,0.05726954602081457,0.35919296741485596,-0.6982686519622803,-0.6191940307617188,0.06378595530986786,0.42698824405670166,0.27357250452041626,-0.07762253284454346,-0.008594751358032227,0.00029754638671875 +52,0.4982383055479317,0.8104765680768172,0.1539710141070199,0.3293316960334778,-0.7246156930923462,-0.6053699851036072,0.2912571132183075,0.37958455085754395,1.269892692565918,0.18809384107589722,-0.4569333791732788,-0.17002063989639282 +53,0.5425437673086104,0.8152980476223477,0.1889243789376873,0.3540128767490387,-0.7279300093650818,-0.5871905088424683,0.3974757194519043,0.3188897669315338,0.2005922794342041,0.02037671208381653,0.3412112593650818,-0.05286985635757446 +54,0.5036204848139029,0.8009783695505973,0.24300429349724967,0.33589157462120056,-0.7180373668670654,-0.6095893383026123,-0.5407671928405762,-0.254373162984848,0.1924174726009369,-0.10934430360794067,0.053089916706085205,-0.061797380447387695 +55,0.5028935893374703,0.8039853478528902,0.2184629480511834,0.3344062268733978,-0.7201269865036011,-0.607938826084137,0.31958112120628357,-0.13489937782287598,-0.523944079875946,-0.08964002132415771,0.014545321464538574,0.10296446084976196 +56,0.5194870029670703,0.7965728133719988,0.1561982617725998,0.3470879793167114,-0.7149641513824463,-0.6069235801696777,0.29321351647377014,-0.48633527755737305,-0.12907619774341583,0.059497714042663574,0.03568863868713379,0.07420873641967773 +57,0.4929546303309753,0.8258769394108695,0.12469684109281134,0.32080909609794617,-0.7351425290107727,-0.5971992611885071,0.37581169605255127,-0.27992701530456543,-0.09142914414405823,0.055579423904418945,-0.0852157473564148,0.03132706880569458 +58,0.4244649896279126,0.869130110407629,0.13645686114225467,0.265834778547287,-0.7637677192687988,-0.5882098078727722,0.07340236753225327,-1.0071042776107788,-0.06325719505548477,-0.05523297190666199,-0.27317380905151367,-0.12089663743972778 +59,0.4543820722114641,0.8704568501690542,0.07858952638734935,0.2828657329082489,-0.7646234631538391,-0.5790838003158569,0.5628196597099304,-0.210605189204216,-0.36545172333717346,0.0834062397480011,0.2837885022163391,-0.012819886207580566 +60,0.4745333030182236,0.8357847289463053,0.06607725689420756,0.30641090869903564,-0.7418229579925537,-0.5964990854263306,-0.4943070709705353,0.020384270697832108,-0.18544641137123108,0.12629783153533936,0.01724410057067871,0.024477601051330566 +61,0.47210777856334263,0.8241737829413024,0.10419110831809038,0.30885952711105347,-0.7339869141578674,-0.6048711538314819,-0.1782691776752472,0.2990327775478363,0.21280038356781006,-0.12792080640792847,0.11458688974380493,0.16055047512054443 +62,0.48184278808344994,0.7763777273901862,0.148133014436182,0.33062490820884705,-0.7006996870040894,-0.6322239637374878,-0.2536942660808563,0.21165600419044495,0.21212318539619446,0.027804046869277954,-0.034926533699035645,-0.1362544298171997 +63,0.4912755538099572,0.7967038503477268,0.19397912276047866,0.32978570461273193,-0.7150557637214661,-0.6163899302482605,0.26823869347572327,0.5127511620521545,0.6661095023155212,0.08702334761619568,-0.01033174991607666,-0.09819436073303223 +64,0.5058117680136699,0.7984077251694278,0.24472510196278124,0.3381197452545166,-0.7162458300590515,-0.6104645729064941,-0.4917426109313965,0.6756983995437622,-0.15763793885707855,0.1631162166595459,-0.134782612323761,-0.05649709701538086 +65,0.5344418680445425,0.8237192281771228,0.29081141658422477,0.3461092710494995,-0.7336781024932861,-0.5847434401512146,0.4085453748703003,0.22954076528549194,0.708608090877533,-0.02422511577606201,0.31250500679016113,0.0976676344871521 +66,0.5126859961799253,0.794014284644534,0.35393669885957363,0.34384843707084656,-0.713172972202301,-0.610862135887146,-0.3808402419090271,0.19368767738342285,-0.09523192048072815,0.019005566835403442,-0.1277998685836792,-0.13048607110977173 +67,0.5553233734120621,0.7957239068576145,0.3288299103972768,0.36893028020858765,-0.7143703699111938,-0.5946137309074402,-0.007277158088982105,0.13663680851459503,-0.037362925708293915,0.026577472686767578,0.09303247928619385,0.2850434184074402 +68,0.5493309970703835,0.7738500044960479,0.34156567711301467,0.3734310567378998,-0.6988940238952637,-0.6099969744682312,0.17371109127998352,-0.09315115958452225,0.052651628851890564,-0.034945398569107056,-0.07620662450790405,-0.04259085655212402 +69,0.5595883944331588,0.7700972341979877,0.3228716533850503,0.3810579180717468,-0.6962050199508667,-0.6083530187606812,-0.16043198108673096,-0.15084390342235565,0.12480878829956055,0.1644285023212433,-0.08342748880386353,0.07974284887313843 +70,0.5020709501096565,0.8387848094794432,0.3163843674364894,0.3216463625431061,-0.74383145570755,-0.5858826041221619,0.7658832669258118,-0.4889439642429352,-0.4039555788040161,-0.1956087350845337,-0.20615017414093018,-0.08275753259658813 +71,0.5569106121094174,0.8031934064019399,0.22439850985381535,0.3670428991317749,-0.7195773124694824,-0.5894811749458313,0.0005362154915928841,-0.5464588403701782,-0.26246392726898193,0.1537243127822876,0.2578463554382324,-0.1027185320854187 +72,0.5336140847976909,0.8002558811616426,0.19142230553733838,0.354285329580307,-0.7175343632698059,-0.5996886491775513,0.3047400116920471,-0.33326655626296997,-0.37481334805488586,-0.04225835204124451,-0.08469647169113159,-0.06818854808807373 +73,0.5392607947043216,0.7968387688657861,0.15223001997139035,0.3589228689670563,-0.7151500582695007,-0.599778950214386,0.018025878816843033,-0.10975085943937302,-0.0698840469121933,-0.07011979818344116,0.12382620573043823,0.08662587404251099 +74,0.5316564794269748,0.77911309434483,0.15612705800335608,0.3607220947742462,-0.7026486396789551,-0.6133224368095398,-0.06356383115053177,-0.06347936391830444,0.09832649677991867,-0.053242266178131104,-0.029315471649169922,-0.03140711784362793 +75,0.5271089965127526,0.7911360197258427,0.1607215584175521,0.35365399718284607,-0.7111523747444153,-0.6076110601425171,-0.015062259510159492,0.08479130268096924,-0.014606272801756859,-0.09083661437034607,-0.016371428966522217,0.03496396541595459 +76,0.49092445449658373,0.8213243105445431,0.21266615448670187,0.32117053866386414,-0.7320486903190613,-0.6007946729660034,0.042835086584091187,0.05296427011489868,0.27111756801605225,0.07322338223457336,-0.3861916661262512,-0.13245117664337158 +77,0.50977920395992,0.8202192687224352,0.21310364105755134,0.3328351378440857,-0.7312954068183899,-0.5953383445739746,0.2674594223499298,0.08194185793399811,0.5127697587013245,0.17152884602546692,0.30424773693084717,0.10414272546768188 +78,0.45976377874436025,0.8196414163734583,0.2647708802185492,0.3028426766395569,-0.7309011220932007,-0.6116123795509338,-0.5105571746826172,-0.09856121242046356,-0.024194451048970222,-0.14695891737937927,0.06390905380249023,0.008554577827453613 +79,0.46337023402043576,0.7993268934946673,0.2484793919476578,0.3116196095943451,-0.7168869972229004,-0.6236716508865356,0.08374299854040146,-0.03829139098525047,-0.3151118755340576,-0.010426372289657593,0.04249429702758789,0.055907368659973145 +80,0.4692325362141384,0.7937846179195231,0.22022939345513282,0.31706222891807556,-0.7130119800567627,-0.6253682971000671,-0.016412369906902313,-0.09370274841785431,-0.13860414922237396,-0.01879867911338806,-0.01019364595413208,0.10003870725631714 +81,0.4718519339914382,0.7918678703898963,0.1960681958478344,0.31931981444358826,-0.7116667032241821,-0.625751793384552,-0.06308632344007492,-0.06881633400917053,-0.26254579424858093,-0.018889516592025757,-0.030474960803985596,0.06256520748138428 +82,0.4271900286489851,0.8068336299250574,0.21032324704297237,0.28661832213401794,-0.7221003174781799,-0.629619836807251,0.6412917971611023,-1.053559422492981,0.5683473348617554,-0.07383450865745544,-0.31572622060775757,-0.21445059776306152 +83,0.4593534061031011,0.8005694245490368,0.1092481298230113,0.308716744184494,-0.7177526950836182,-0.6241194009780884,-0.4621436297893524,0.0551961287856102,-1.4265135526657104,-0.04803559184074402,0.32235169410705566,-0.16857469081878662 +84,0.4725482829640405,0.7648570303085431,0.03471136855917082,0.32838714122772217,-0.6924338340759277,-0.6424151659011841,0.11212807148694992,0.1621376872062683,-0.5087972283363342,0.16982758045196533,-0.033899784088134766,-0.021448969841003418 +85,0.5191430752479497,0.7926452551608019,-0.016743751086907673,0.3482697308063507,-0.7122126221656799,-0.6094763278961182,0.07532527297735214,-0.07715276628732681,-0.08515165746212006,-0.1404145061969757,0.26424509286880493,0.34792542457580566 +86,0.5087016653569104,0.7434314854523991,0.00785605884229944,0.3585374355316162,-0.6768179535865784,-0.6429373025894165,-0.35690736770629883,0.1055387482047081,0.08686459064483643,-0.009736806154251099,-0.040329813957214355,-0.058249831199645996 +87,0.5183615212703341,0.7649575947184877,0.02711132322336787,0.3574288785457611,-0.6925064325332642,-0.6266413331031799,0.2599411606788635,0.2307460904121399,0.3369543254375458,0.008598923683166504,-0.08376920223236084,-0.03952682018280029 +88,0.48379529709896496,0.7762617241850093,0.10560146189676102,0.33189651370048523,-0.7006168961524963,-0.6316491961479187,0.1848324090242386,-0.06491558253765106,0.8493942022323608,0.17060592770576477,-0.32472795248031616,-0.3670690655708313 +89,0.4769487928759044,0.8062063410356164,0.10948265343528794,0.3177875578403473,-0.7216662764549255,-0.6149868965148926,0.32523611187934875,-0.03301890566945076,-0.0646614208817482,0.06809192895889282,0.37310969829559326,0.024685382843017578 +90,0.5008150704427852,0.7593242730049559,0.13627762726398074,0.348246693611145,-0.6884315013885498,-0.6362282037734985,-1.1218196153640747,0.6127722263336182,-0.20856845378875732,-0.06293785572052002,-0.042021989822387695,0.11335527896881104 +91,0.561008192198196,0.7132630344586722,0.10126605855365499,0.402345210313797,-0.6543048620223999,-0.6403152346611023,0.3001716434955597,0.49668389558792114,-0.4836348295211792,-0.029161006212234497,0.1642688512802124,0.0707961916923523 +92,0.5870958474255722,0.7047175328180831,0.0687189675195678,0.42199262976646423,-0.6478186845779419,-0.6342342495918274,-0.3280267119407654,-0.07399321347475052,-0.09382641315460205,0.04347670078277588,-0.0009697079658508301,0.15370452404022217 +93,0.5560219660233369,0.6981491415650004,0.06836299113070073,0.40432122349739075,-0.6428009867668152,-0.6506391167640686,0.2849852442741394,0.20648601651191711,0.028796501457691193,0.07260745763778687,-0.16737967729568481,-0.12833726406097412 +94,0.5098838713849434,0.750911330428732,0.08467661113258815,0.3568163812160492,-0.6823052763938904,-0.6380764842033386,0.4724496006965637,-0.5682371854782104,0.2921242117881775,-0.0637408196926117,-0.3105841279029846,-0.15277129411697388 +95,0.5688069159675838,0.7335965230863964,-0.012206390422794849,0.4000767469406128,-0.6695453524589539,-0.6258175373077393,-0.3430677354335785,0.2981506884098053,-0.7629234194755554,0.09111890196800232,0.40558362007141113,0.026528656482696533 +96,0.5738346808944345,0.6901710459461586,-0.023019342497379046,0.4186168313026428,-0.6366690993309021,-0.6476206183433533,-0.5674784779548645,0.3122390806674957,-0.3256717920303345,0.10399675369262695,-0.017795681953430176,0.05463355779647827 +97,0.5871257847275081,0.6846694526591405,-0.012129616987853553,0.42912107706069946,-0.6324170231819153,-0.6449060440063477,0.029998280107975006,0.15267379581928253,0.20783260464668274,-0.07958799600601196,0.15133792161941528,0.08313846588134766 +98,0.5721973531023508,0.697094324963977,0.015022615083604005,0.41515910625457764,-0.6419925689697266,-0.6445838809013367,-0.02552996203303337,0.2451179474592209,0.22578613460063934,-0.13409224152565002,-0.07318681478500366,0.036216020584106445 +99,0.5855025271099441,0.7093675544406981,0.029839273129186314,0.41931235790252686,-0.6513540148735046,-0.6323884129524231,0.18152619898319244,0.12313403934240341,0.33798593282699585,0.09838783740997314,-0.09002476930618286,-0.1312834620475769 +100,0.492250086437318,0.8539166212591223,0.0913973344749767,0.31052166223526,-0.7538595199584961,-0.5790269374847412,1.3769586086273193,-0.40736931562423706,1.186569333076477,0.08077472448348999,-0.23004239797592163,-0.07162308692932129 +101,0.5423131531833159,0.8565835190935358,0.055465847475241546,0.33806949853897095,-0.7556090950965881,-0.5610383152961731,-0.2909754812717438,0.45938923954963684,-0.495696097612381,0.15752071142196655,0.3547302484512329,-0.04246211051940918 +102,0.4968197979976506,0.8202873905267878,0.1312860675968662,0.32506847381591797,-0.7313418388366699,-0.5995578765869141,-0.15154297649860382,-0.09189030528068542,0.27330392599105835,-0.09321117401123047,-0.014935016632080078,-0.11151695251464844 +103,0.5325409647044534,0.8243706430006026,0.08716782396183248,0.34475430846214294,-0.7341206073760986,-0.5849882960319519,-0.4956592619419098,0.23667767643928528,-0.7125242948532104,-0.10885345935821533,0.2292683720588684,0.3623321056365967 +104,0.545053453321227,0.7607615831317444,0.07601545031990128,0.37552911043167114,-0.6894732713699341,-0.6193581223487854,0.46995043754577637,-0.4274223744869232,0.2045232653617859,0.17780035734176636,-0.05533874034881592,-0.12464511394500732 +105,0.520293565368339,0.8222444123726473,0.0689379797023141,0.33833929896354675,-0.7326751947402954,-0.5905197262763977,0.0655195340514183,-0.04554848000407219,-0.006277363747358322,0.041421473026275635,-0.06291806697845459,0.1994827389717102 +106,0.44782465210428396,0.8395096416002119,0.11774242487511213,0.28917327523231506,-0.7443157434463501,-0.6019741296768188,0.2694971263408661,-0.5460894703865051,0.3964662253856659,-0.01654452085494995,-0.3611987829208374,-0.25364720821380615 +107,0.4985396359800697,0.8533228212642383,0.06491606325021428,0.314371258020401,-0.7534692883491516,-0.5774555206298828,0.5332299470901489,0.39907288551330566,-0.3568921685218811,0.06442815065383911,0.34415221214294434,0.0063800811767578125 +108,0.5192054216225874,0.8356145711206219,0.06198738371673145,0.3328058123588562,-0.7417088747024536,-0.5823299884796143,-0.32106873393058777,-0.11718267947435379,0.16024544835090637,0.1276586353778839,0.008249402046203613,-0.025549590587615967 +109,0.5188610857292166,0.8488139135573997,0.0828937924240486,0.3277216851711273,-0.7504971027374268,-0.5738925933837891,-0.2647199332714081,0.390140563249588,0.11002247035503387,-0.04790598154067993,0.19291043281555176,0.31836891174316406 +110,0.4846392668092014,0.7952088446977772,0.1726616616446681,0.3261856138706207,-0.7140098214149475,-0.6195101141929626,-0.31471213698387146,0.17750826478004456,0.5387210249900818,0.010362207889556885,-0.058390021324157715,-0.1603664755821228 +111,0.4635256514876947,0.8229683555280969,0.23181454983297514,0.304052472114563,-0.7331677079200745,-0.6082903742790222,-0.28967660665512085,0.2755175232887268,0.25328895449638367,-0.12756934762001038,-0.04951661825180054,0.160750150680542 +112,0.4366048800365942,0.8161337157481281,0.30968255456956567,0.2896808385848999,-0.7285026907920837,-0.6207807660102844,0.3242233693599701,0.19600670039653778,1.0126556158065796,0.1410442292690277,-0.3570990562438965,-0.2024461030960083 +113,0.4630514355608386,0.7897651618978555,0.33365813605187006,0.3144683241844177,-0.7101879715919495,-0.6298751831054688,-0.47356635332107544,0.740096926689148,-0.3046189248561859,0.1934356987476349,0.25752073526382446,-0.2613906264305115 +114,0.4753642802954858,0.8141317265290109,0.37444514759836167,0.3141852021217346,-0.7271298170089722,-0.6103850603103638,-0.29951947927474976,-0.29987046122550964,0.4000932276248932,-0.05771550536155701,0.18010222911834717,0.23514097929000854 +115,0.45560490769638906,0.7879309894339132,0.41084916535549104,0.31034189462661743,-0.7088955044746399,-0.6333680748939514,0.05918741598725319,0.29294803738594055,-0.24030102789402008,-0.07378488779067993,-0.029950320720672607,0.06418472528457642 +116,0.48052239387870205,0.7627915099316334,0.398001728118393,0.3341597318649292,-0.6909421682357788,-0.6410430669784546,-0.11226314306259155,-0.1719295233488083,0.19690287113189697,0.0855027437210083,0.05199563503265381,0.07942807674407959 +117,0.45214259770040377,0.7917595583367977,0.4122765674855658,0.3069591522216797,-0.7115906476974487,-0.6319928765296936,0.1490556001663208,-0.21900822222232819,0.05417483299970627,-0.06200981140136719,-0.10594475269317627,0.1252484917640686 +118,0.41823794633382155,0.8139206553929316,0.41491633743781586,0.2788849472999573,-0.7269848585128784,-0.6274680495262146,0.21065698564052582,-0.9820212125778198,0.43721407651901245,0.11343377828598022,-0.2588702440261841,-0.12137222290039062 +119,0.39308811958895973,0.8015717903837944,0.38030125265072084,0.26643630862236023,-0.7184503078460693,-0.6425269842147827,0.41964560747146606,0.04166833311319351,-0.5386558771133423,0.05291491746902466,0.22347038984298706,-0.2899070978164673 +120,0.4454810256840479,0.8149126355126884,0.3190791952777987,0.29556262493133545,-0.7276656627655029,-0.6189874410629272,-0.3051261901855469,-0.22293749451637268,-0.24139675498008728,0.06326305866241455,0.11345362663269043,0.24325501918792725 +121,0.437457952905299,0.7859034936865845,0.30836536629928035,0.2994060218334198,-0.7074640393257141,-0.640195906162262,-0.08200608193874359,0.1272190809249878,-0.1458825170993805,-0.05500602722167969,0.1410577893257141,0.024412155151367188 +122,0.43104274455176383,0.7564457602203662,0.32669440469755356,0.3038709759712219,-0.686340868473053,-0.6607561707496643,-0.3894537687301636,-0.009202495217323303,0.10847321152687073,0.11649340391159058,-0.03839057683944702,-0.05254644155502319 +123,0.4096080479905487,0.8174668449910889,0.3975736651352087,0.2724311947822571,-0.7294152975082397,-0.6274826526641846,0.6419666409492493,0.6459562182426453,1.3157413005828857,0.2502281069755554,-0.04269462823867798,-0.01657557487487793 +124,0.36821263857078523,0.8294511481348231,0.514043717016474,0.24306620657444,-0.7375608682632446,-0.6300180554389954,-0.2743426263332367,0.39266636967658997,0.6184605956077576,0.1543947458267212,0.003872513771057129,-0.12372034788131714 +125,0.37106904545307173,0.8250188119748103,0.5913657177099749,0.24604780972003937,-0.7345605492591858,-0.6323615908622742,-0.41002094745635986,0.3517942428588867,0.464335173368454,-0.049346789717674255,0.1410089135169983,0.13959431648254395 +126,0.3751440388854233,0.7984184560571316,0.6243708630275444,0.2556932866573334,-0.7162533402442932,-0.649308979511261,0.020637400448322296,0.2811463475227356,-0.1447432041168213,-0.12536796927452087,0.06513029336929321,0.033571064472198486 +127,0.4096238591857798,0.7986263099293801,0.5893710374514304,0.2778656482696533,-0.7163983583450317,-0.6399719715118408,-0.10788014531135559,-0.14008675515651703,-0.2813992202281952,-0.02041935920715332,-0.05630671977996826,0.22957158088684082 +128,0.4111251400139422,0.7955207324884012,0.5585957690986003,0.279713898897171,-0.7142281532287598,-0.641590416431427,0.5142219662666321,0.3327915370464325,-0.37615543603897095,-0.03670239448547363,-0.22772735357284546,-0.1509968638420105 +129,0.36679622144907664,0.8720602661487131,0.5567923773336053,0.2306867390871048,-0.7656558156013489,-0.6004621386528015,1.4016116857528687,-0.521595299243927,0.24353769421577454,-0.1615339070558548,-0.28900110721588135,-0.2899187207221985 +130,0.48320920262716877,0.8939891240441614,0.3985599277948427,0.2909969091415405,-0.7795763611793518,-0.5546002388000488,-0.12102014571428299,-0.12599824368953705,-0.770606517791748,-0.06376305222511292,0.3797503709793091,-0.010280072689056396 +131,0.47980978224991755,0.8276213393885141,0.3548054605947403,0.31233906745910645,-0.7363240122795105,-0.6002259850502014,-0.3754386603832245,-0.10999564081430435,-0.4907083511352539,0.15174171328544617,0.029597938060760498,-0.09470498561859131 +132,0.49716716906799574,0.8494696438119903,0.32832937655257766,0.3149607479572296,-0.7509302496910095,-0.5804338455200195,-0.25903427600860596,-0.04227907210588455,-0.08776649087667465,-0.089222252368927,0.22451728582382202,0.42703723907470703 +133,0.4536900156391988,0.7819867983535409,0.3858107479844083,0.31096988916397095,-0.7046904563903809,-0.637737512588501,-0.06221514567732811,-0.19858749210834503,0.43029049038887024,0.04172176122665405,-0.08280038833618164,-0.2781102657318115 +134,0.44208836201438834,0.8414305952740719,0.4355546696976637,0.2851032316684723,-0.745597243309021,-0.6023296117782593,-0.29313924908638,0.6870787143707275,0.7262769937515259,0.05135306715965271,-0.1338125467300415,0.22365224361419678 +135,0.4432584267717349,0.8703863927027754,0.4931692854365492,0.2764299511909485,-0.7645780444145203,-0.5822430849075317,-0.610984742641449,0.8216224908828735,-1.0965467691421509,-0.242631733417511,0.15416544675827026,-0.09005916118621826 +136,0.46852890126936986,0.7899655025039889,0.4086406530587364,0.3178494870662689,-0.710328996181488,-0.6280163526535034,-0.5939608812332153,-1.3069653511047363,-1.4186384677886963,-0.23961764574050903,-0.21919065713882446,0.14724242687225342 +137,0.5019160907694192,0.698449054735678,0.2684860091859744,0.3684505522251129,-0.6430307030677795,-0.6713834404945374,0.19122205674648285,-0.5277289748191833,-0.9876564741134644,-0.0327267050743103,0.23833703994750977,0.20303016901016235 +138,0.48140291398109203,0.6561899114310992,0.21507018176420856,0.3668636381626129,-0.6101024746894836,-0.7022720575332642,-0.11737644672393799,-0.937704861164093,-0.1349191814661026,0.0801120400428772,0.04671746492385864,0.14062660932540894 +139,0.4484168136133521,0.6485570291997802,0.1940805838343763,0.34551194310188293,-0.6040370464324951,-0.71816486120224,0.6387851238250732,-0.11200656741857529,-0.18233218789100647,0.09340709447860718,-0.11086767911911011,-0.1767173409461975 +140,0.41196413565080864,0.7244728825432927,0.18109973350761177,0.29984650015830994,-0.6627408266067505,-0.6861972808837891,0.14464062452316284,-0.9716975688934326,-0.22100910544395447,-0.17872223258018494,-0.3081454038619995,-0.18890953063964844 +141,0.45800654446199723,0.7151873815301859,0.06686728999724344,0.3338184654712677,-0.6557589173316956,-0.6771599054336548,0.8169123530387878,0.05697052925825119,-0.6660961508750916,0.1510295569896698,0.20008569955825806,0.044271111488342285 +142,0.47412110893940035,0.6992829154970622,0.027522339350360046,0.3494046628475189,-0.643669068813324,-0.6808866262435913,-0.1912493109703064,0.00847059115767479,-0.004309147596359253,0.12834802269935608,0.22946923971176147,0.09804666042327881 +143,0.47157177069353834,0.6938146717802092,0.08695313746802989,0.34926146268844604,-0.6394745707511902,-0.6849005222320557,-0.6738224029541016,0.34870246052742004,0.5385634899139404,-0.06679072976112366,0.09296578168869019,0.32241272926330566 +144,0.41910859067991346,0.6424729471671156,0.17165207102893204,0.32580798864364624,-0.5991771817207336,-0.7313248515129089,-0.3070027530193329,0.20031774044036865,0.492435097694397,-0.03398364782333374,-0.15576672554016113,-0.27464139461517334 +145,0.42607422030186637,0.7032864083806531,0.23108741080927958,0.31523191928863525,-0.6467278003692627,-0.6945300102233887,0.1657571643590927,0.7872676849365234,0.9180307984352112,0.18124327063560486,-0.27264469861984253,0.05912357568740845 +146,0.4600892125699226,0.6470937736706984,0.237704589740945,0.35426297783851624,-0.6028702259063721,-0.7148742079734802,-0.7045060396194458,0.7039359211921692,-0.4186088740825653,0.257828027009964,0.33393412828445435,-0.2137603759765625 +147,0.4194027724771104,0.651975439106638,0.3032149179372246,0.32368984818458557,-0.6067578196525574,-0.7259957194328308,-0.6164723038673401,-0.2000671923160553,0.6455884575843811,-0.16135159134864807,0.10810059309005737,0.12220543622970581 +148,0.416655294729727,0.6563622600918746,0.31688751832125495,0.32061365246772766,-0.6102390289306641,-0.7244412899017334,0.5160980224609375,0.09262905269861221,-0.4303164780139923,-0.28011682629585266,0.06704139709472656,0.1517789363861084 +149,0.41420304766659827,0.6170748027892375,0.26757802912230716,0.32823657989501953,-0.5786519050598145,-0.7466074824333191,-0.5918580889701843,-0.5772705078125,-0.5418963432312012,-0.010701179504394531,-0.020896434783935547,0.06336468458175659 +150,0.4216422363108546,0.640928770543661,0.19946602132201244,0.3280380964279175,-0.5979401469230652,-0.7313402891159058,1.0364452600479126,0.16986222565174103,-0.4398156404495239,0.01522362232208252,-0.08884268999099731,-0.14533817768096924 +151,0.4091259095048711,0.7018354493900765,0.12041819021693198,0.30378907918930054,-0.6456204056739807,-0.7006328701972961,0.0635446310043335,-0.5421878099441528,-1.0289769172668457,-0.29399293661117554,-0.03898036479949951,-0.21689331531524658 +152,0.5017291252287379,0.748284016577363,-0.06588721029950761,0.35246214270591736,-0.6803821921348572,-0.6425344944000244,1.2112587690353394,0.0786411315202713,-1.2762194871902466,-0.09623655676841736,0.2521442174911499,0.17944550514221191 +153,0.5242075985396675,0.681382854673507,-0.20386207220889116,0.3887607157230377,-0.629867672920227,-0.6724075675010681,-0.7867956757545471,-0.8498970866203308,-1.1292744874954224,0.05577358603477478,0.19490063190460205,0.15266263484954834 +154,0.49579531476704075,0.6013540189482173,-0.2325763473216222,0.3922739624977112,-0.5657594799995422,-0.7252843379974365,-0.4922831654548645,0.021892951801419258,-0.11017117649316788,0.08849996328353882,0.022226154804229736,0.12419486045837402 +155,0.46835379011343975,0.5795145544695133,-0.18848579262263596,0.3777143061161041,-0.5476177930831909,-0.7466234564781189,-0.3519595265388489,0.33233076333999634,0.331413209438324,0.030198901891708374,-0.0873613953590393,0.06067991256713867 +156,0.448183042132958,0.583239733621662,-0.09649186677288582,0.36169207096099854,-0.5507309436798096,-0.7522461414337158,-0.4904092252254486,0.23696282505989075,1.2984485626220703,0.31596601009368896,-0.26054835319519043,-0.10085749626159668 +157,0.4333395621492902,0.49964136217055605,-0.05181777107248697,0.3685726225376129,-0.4791107773780823,-0.7966223359107971,-0.16304698586463928,0.14795948565006256,0.1382082849740982,0.2996707856655121,0.3938141465187073,-0.36502933502197266 +158,0.38037845022867806,0.5245204837627055,0.03346402545222926,0.32135966420173645,-0.5007979869842529,-0.8036972880363464,-0.5420829653739929,0.007656809873878956,0.952865481376648,-0.08310893177986145,0.15037989616394043,0.10040444135665894 +159,0.3252012230999853,0.5510803278715581,0.0769365208150695,0.2722005546092987,-0.5236079096794128,-0.8073051571846008,-0.029775550588965416,-0.029543371871113777,-0.44512441754341125,-0.3196401596069336,-0.04903918504714966,0.19136887788772583 +160,0.31320111469315093,0.5365597383345386,0.02090494259606307,0.2648082673549652,-0.5111821889877319,-0.817660927772522,-0.003381304442882538,-0.42637643218040466,-0.3827626407146454,0.06581917405128479,-0.032412171363830566,0.12201273441314697 +161,0.2990157035236653,0.5469385896422827,-0.01366834234688128,0.25160664319992065,-0.5200748443603516,-0.8162207007408142,0.5008546710014343,-0.1313297301530838,-0.3392256796360016,0.039012253284454346,-0.11598777770996094,-0.07884460687637329 +162,0.24041485160061685,0.6101659114863436,-0.013587170358936597,0.19514012336730957,-0.5730034708976746,-0.7959820032119751,1.1089469194412231,-0.8225409388542175,0.0072122421115636826,-0.24821020662784576,-0.28864508867263794,-0.3332293629646301 +163,0.3187832364640622,0.6356138436700208,-0.17411751733946454,0.25220441818237305,-0.5936716198921204,-0.7641642093658447,-0.21577778458595276,-0.1560101956129074,-0.9655635356903076,0.16893815994262695,0.44691258668899536,0.08607888221740723 +164,0.2755531744548647,0.5824066323287269,-0.2017988694594298,0.22722464799880981,-0.5500354170799255,-0.8036354780197144,-0.7086993455886841,-0.08041582256555557,-0.16772587597370148,0.3313080668449402,0.05789369344711304,0.08653342723846436 +165,0.2757973391976108,0.6042289030800786,-0.16891539146782,0.22409838438034058,-0.5681276917457581,-0.7918401956558228,0.6509066224098206,0.5941492319107056,0.7195647954940796,0.06476575136184692,0.25037866830825806,0.19467222690582275 +166,0.24471439261818922,0.6443396669808641,-0.0017561699387997488,0.19370143115520477,-0.6006706357002258,-0.7756768465042114,-0.21662361919879913,0.3263552188873291,2.2270612716674805,0.18726475536823273,0.04633408784866333,-0.012012362480163574 +167,0.14651464868359038,0.7813565948301838,0.263104771805282,0.10364760458469391,-0.7042431831359863,-0.7023522257804871,1.735478401184082,1.474046230316162,2.126333475112915,-0.1803840547800064,-0.06809568405151367,-0.16710877418518066 +168,0.12024564058349374,0.9154242370016163,0.44727170516232695,0.07310774177312851,-0.7928212285041809,-0.6050534844398499,-0.34826985001564026,0.6185256838798523,-0.5198725461959839,-0.3345975875854492,-0.3624369502067566,0.09248024225234985 +169,0.2598466983072594,0.8590161736545344,0.38773693313180424,0.16782380640506744,-0.757200300693512,-0.6312549710273743,0.7444550395011902,0.7488593459129333,0.5379716157913208,0.24068447947502136,0.31950199604034424,-0.18684494495391846 +170,0.2342380000956248,0.9086521795550874,0.43524297620048635,0.14269837737083435,-0.7886757850646973,-0.5980197787284851,-0.927307665348053,0.30196189880371094,-0.09486639499664307,-0.27410709857940674,0.04299408197402954,0.3110629916191101 +171,0.3018257656903268,0.8271125532068249,0.37921866605790516,0.20124879479408264,-0.7359796166419983,-0.6464000344276428,-0.38677477836608887,-0.1067870706319809,-0.5301764607429504,0.07386717200279236,-0.02740234136581421,0.06221729516983032 +172,0.3033343526353154,0.811366993585868,0.35433811998905873,0.20566000044345856,-0.725229024887085,-0.6570744514465332,0.18349198997020721,-0.13853773474693298,0.05171036720275879,0.021253451704978943,-0.04889512062072754,0.0474858283996582 +173,0.2716465230343886,0.8200426400868623,0.35857661207678126,0.18304385244846344,-0.7311749458312988,-0.6571744680404663,-0.12050560861825943,-0.4182089865207672,0.08967810869216919,0.10415709018707275,-0.23241764307022095,-0.04524862766265869 +174,0.16423029434937028,0.9113370218827341,0.3701779147030393,0.10017047077417374,-0.7903236150741577,-0.6044455170631409,0.7715664505958557,-0.25706493854522705,-0.9875769019126892,-0.19652973115444183,-0.10844957828521729,-0.07141202688217163 +175,0.2729632986048264,0.8560529636864831,0.19805367356661244,0.1766931712627411,-0.7552614808082581,-0.631157398223877,-0.29113927483558655,-0.5191141963005066,-0.6221570372581482,0.07919670641422272,0.22008997201919556,-0.09157508611679077 +176,0.3200687115771335,0.7997929019630904,0.10781333704587237,0.219252809882164,-0.7172117829322815,-0.6614646315574646,-0.01092250645160675,-0.001925759483128786,-0.3660455644130707,0.11610487103462219,0.1873655915260315,-0.0036507248878479004 +177,0.37123111526681013,0.7966480708671141,0.09354899719325206,0.253610223531723,-0.715016782283783,-0.6514850854873657,-0.343535453081131,0.45923781394958496,0.12152387201786041,-0.00019228458404541016,0.12927764654159546,0.2305561900138855 +178,0.3655363957539548,0.7748384559151444,0.1343204812460129,0.25541043281555176,-0.6996006369590759,-0.6673263907432556,-0.07307880371809006,0.37927210330963135,0.2969730794429779,0.0018374919891357422,-0.14288288354873657,-0.14489895105361938 +179,0.38220589547469375,0.8401388217245299,0.19240988976257967,0.2489037960767746,-0.7447357773780823,-0.6192055940628052,0.30918338894844055,0.4213256239891052,0.9776344299316406,0.1592077612876892,-0.17938226461410522,0.043979763984680176 +180,0.45393002101002367,0.8239631895095301,0.22136827449425112,0.2978816628456116,-0.7338438630104065,-0.6105241775512695,-0.4847038984298706,1.1969376802444458,-0.06468097865581512,0.31829872727394104,0.206728994846344,-0.07082653045654297 +181,0.39192684760759167,0.8488043043168413,0.33568093214978356,0.2524366080760956,-0.7504907250404358,-0.610769510269165,-0.15660333633422852,-0.35922273993492126,0.876964807510376,-0.22335335612297058,0.14148199558258057,0.07594895362854004 +182,0.37107899909990505,0.8451928728347141,0.3486396146591265,0.24063070118427277,-0.7480990886688232,-0.6184210181236267,-0.2305392175912857,-0.09470465779304504,-0.5672798156738281,-0.15731774270534515,0.20519143342971802,0.2080969214439392 +183,0.3848237323884183,0.8044696088605771,0.30128470856129097,0.2603345215320587,-0.7204629182815552,-0.6427745819091797,0.19609187543392181,-0.44399958848953247,-0.14989230036735535,0.0636247992515564,-0.047023653984069824,-0.024431228637695312 +184,0.3589096144984087,0.832408139270767,0.26207665631555416,0.23642763495445251,-0.7395544052124023,-0.630207359790802,0.22621646523475647,-0.3695760667324066,-0.263672798871994,0.03777278959751129,-0.07642459869384766,0.0626872181892395 +185,0.2707882475114842,0.8308960760354234,0.24552019744853895,0.1803462654352188,-0.7385358214378357,-0.6496460437774658,-0.4416707456111908,-0.7354497313499451,-0.805439829826355,-0.1313502937555313,-0.27829456329345703,-0.3959624171257019 +186,0.33284118573756466,0.8942690660434197,0.11707493083275675,0.20456179976463318,-0.7797516584396362,-0.5917279124259949,1.1087183952331543,-0.5326356291770935,-0.46012482047080994,0.03658808767795563,0.34911811351776123,0.2466808557510376 +187,0.38596825054668565,0.8419740014416688,0.04659242528601808,0.25071677565574646,-0.7459592223167419,-0.6169975399971008,-0.5001986026763916,-0.07905743271112442,-0.4459144175052643,0.16571083664894104,0.13833904266357422,0.04477769136428833 +188,0.3812463184776976,0.827518064658559,0.05582952813610383,0.25178685784339905,-0.736254096031189,-0.6281189322471619,-0.3219832479953766,0.1775534749031067,0.027148840948939323,-0.11827248334884644,0.07055890560150146,0.15857547521591187 +189,0.38231026035968607,0.795626780794431,0.08596956735044703,0.26108473539352417,-0.7143023610115051,-0.6493126749992371,-0.054299496114254,0.27809804677963257,0.27449822425842285,0.03235703706741333,-0.1513439416885376,-0.13952094316482544 +190,0.38415462750452034,0.8179391762333503,0.1381175287868091,0.2562439441680908,-0.7297383546829224,-0.6338934898376465,-0.047584980726242065,0.4418765604496002,0.9926618933677673,0.1718108355998993,-0.20902812480926514,-0.08687067031860352 +191,0.422642918611,0.8250510439770459,0.18780606263461685,0.2783098518848419,-0.7345824241638184,-0.6188151836395264,-0.2866244912147522,1.2304936647415161,-0.06549488753080368,0.23783394694328308,0.22593075037002563,0.0002849698066711426 +192,0.4302640240546474,0.8328010233759685,0.26500844862088396,0.28063470125198364,-0.739818811416626,-0.6114836931228638,-0.6768234968185425,0.3208773732185364,0.5379083156585693,-0.009287655353546143,0.11555123329162598,0.24135124683380127 +193,0.41398906434384813,0.8086257531839699,0.329775896847518,0.27776092290878296,-0.7233389616012573,-0.6321626305580139,0.1774083971977234,0.2643400728702545,-0.004485538229346275,-0.15703341364860535,0.034297823905944824,0.06188070774078369 +194,0.4671897494276735,0.7586060326174965,0.3142981813595455,0.32688310742378235,-0.6879103779792786,-0.6480175852775574,-0.5026270747184753,0.23089271783828735,-0.31746023893356323,0.0011503398418426514,-0.041810691356658936,0.06221741437911987 +195,0.4680154279183704,0.7503916902288501,0.27732819506630957,0.3299560844898224,-0.6819252967834473,-0.652768611907959,0.376125693321228,-0.4824772775173187,-0.39813801646232605,-0.060043394565582275,-0.14223241806030273,0.030850887298583984 +196,0.4509596938448523,0.7437230631178323,0.19720636625113366,0.32075002789497375,-0.6770325899124146,-0.662379264831543,0.2662523090839386,-1.8283895254135132,-0.018335286527872086,0.13791391253471375,-0.41531360149383545,-0.17674732208251953 +197,0.4027597361570312,0.7246346386743251,0.1102088099838649,0.29347583651542664,-0.6628619432449341,-0.6888294816017151,0.7802539467811584,-0.13713058829307556,-0.7153520584106445,0.09774422645568848,0.3015490770339966,-0.2973307967185974 +198,0.40927563946692785,0.7652779353694497,0.02470155492935607,0.2869938313961029,-0.6927374601364136,-0.6616263389587402,-0.6416067481040955,-0.5900682210922241,-0.4198404848575592,0.005807071924209595,0.16524118185043335,0.41809606552124023 +199,0.2662220011317699,0.7042760128965109,-0.0004922182458510066,0.20049455761909485,-0.6474822759628296,-0.7352337837219238,-0.524212121963501,-0.9798988699913025,-0.22847908735275269,0.012823313474655151,0.07156980037689209,-0.04612302780151367 +200,0.12749674624197202,0.688048516845897,-0.014533359009578181,0.09822292625904083,-0.6350309252738953,-0.7662166953086853,-0.23280730843544006,-1.2903974056243896,0.08702948689460754,0.08089999854564667,-0.004342854022979736,0.1045040488243103 +201,-0.05955098321616063,0.7161479967687338,-0.04003975181728,-0.044895149767398834,-0.6564838290214539,-0.753002941608429,0.18715378642082214,-0.4960660934448242,0.3534811735153198,-0.033809684216976166,-0.12467461824417114,0.016003429889678955 +202,-0.1534196410154637,0.7271019372914175,0.014200217611574058,-0.11417129635810852,-0.6647073030471802,-0.7383286356925964,0.5092081427574158,-0.6406651139259338,0.5393278002738953,-0.026331640779972076,-0.2912711501121521,-0.31469565629959106 +203,-0.18659117766294925,0.7577937970679869,0.02764032329324838,-0.13474619388580322,-0.6873206496238708,-0.7137463092803955,0.5797269344329834,-0.402657687664032,-0.17002952098846436,0.16044197976589203,0.43011850118637085,-0.06333804130554199 +204,-0.2013734306721784,0.7180407675416794,0.061986600146744605,-0.15063068270683289,-0.6579104661941528,-0.7378782033920288,-1.5846357345581055,0.46894949674606323,0.9107303619384766,0.13459369540214539,-0.03398406505584717,0.16016525030136108 +205,-0.22020075335855555,0.6385422137292502,0.11352849305224441,-0.1753881722688675,-0.5960255265235901,-0.7835768461227417,0.3627329468727112,-0.7246221303939819,-0.008148247376084328,0.03366453945636749,0.05443006753921509,0.1416395902633667 +206,-0.2827413967831204,0.6238429128836793,0.11970867557139873,-0.2264387309551239,-0.5841585397720337,-0.7794128656387329,0.06340853124856949,-1.4832825660705566,0.2551930546760559,0.1780073344707489,-0.11632674932479858,0.02608644962310791 +207,-0.4880992039320295,0.6406594568488582,0.16942206885738362,-0.37595632672309875,-0.5977242588996887,-0.7080836296081543,0.7631974220275879,-2.1732592582702637,0.6809079051017761,0.21923336386680603,-0.083626389503479,-0.08811992406845093 +208,-0.7400232653007729,0.6369835961616842,0.33674772362898836,-0.5420694351196289,-0.5947732925415039,-0.5936374068260193,1.9407345056533813,-2.6898443698883057,1.1724741458892822,-0.1343069076538086,-0.2619619369506836,-0.25484275817871094 +209,-0.9278943050713646,0.6910496762685043,0.36736224966975123,-0.6167388558387756,-0.6373463869094849,-0.46197709441185,1.65988028049469,-1.7988132238388062,0.052558526396751404,0.16658931970596313,0.44113361835479736,-0.3092326521873474 +210,-1.2512745719349658,0.7070086392087253,0.6411070551521071,-0.7218258380889893,-0.6495622992515564,-0.23882238566875458,1.1875873804092407,-0.7619388699531555,1.2854920625686646,0.40921908617019653,0.18319278955459595,0.12317599356174469 +211,-1.4226890594146904,0.5992539309080219,0.8198367023662188,-0.8167164921760559,-0.5640265345573425,-0.12185393273830414,1.7184484004974365,-0.5524513721466064,1.3181612491607666,-0.1253764033317566,0.17523258924484253,-0.17949187755584717 +212,-1.62770494661362,0.5137135008759358,1.110421543097475,-0.8695157766342163,-0.4914148151874542,0.04953642934560776,1.9045023918151855,-0.37189462780952454,0.8571983575820923,-0.05956137180328369,-0.34865784645080566,0.04825711250305176 +213,-1.8837396179907762,0.4321514825086951,1.440116794266808,-0.8639633655548096,-0.4188254475593567,0.2795577049255371,1.9626933336257935,-1.7738051414489746,0.3804094195365906,-0.021534621715545654,-0.2844826281070709,0.2841629981994629 +214,-2.129422182241018,0.25147200511426526,1.5989893810449096,-0.821312665939331,-0.2488299310207367,0.5133507251739502,2.7476046085357666,-2.2697877883911133,1.582725167274475,-0.1795417070388794,0.08269229531288147,0.01202458143234253 +215,-2.4798675386504896,-0.06529973350279894,1.7639815952180833,-0.6131691932678223,0.06525333970785141,0.7872520089149475,3.5135436058044434,-2.3042423725128174,0.3690650463104248,-0.593205988407135,-0.3104010224342346,-0.17801427841186523 +216,-2.4627774249881442,-0.011196708134245247,1.8547829802189812,-0.6278319954872131,0.01119647454470396,0.7782683968544006,-0.3849189281463623,-0.33911585807800293,-1.2483232021331787,0.23323971033096313,0.17558634281158447,-0.30738210678100586 +217,-2.387551576379054,0.09700938043764304,1.8937419660723336,-0.6813714504241943,-0.09685729444026947,0.7255013585090637,-0.9770121574401855,1.6313291788101196,-0.37266141176223755,0.5683189034461975,0.22634336352348328,0.06385129690170288 +218,-2.187989154871859,0.22419927313913543,1.8020812025347626,-0.7950963377952576,-0.22232574224472046,0.564263641834259,-2.1330811977386475,1.545772910118103,-0.8005406856536865,-0.32763028144836426,-0.02596527338027954,0.405905544757843 +219,-2.0224594625742003,0.40796040562183195,1.6446329650947378,-0.8258840441703796,-0.3967379331588745,0.40064290165901184,-1.5181154012680054,0.8295839428901672,0.10756763815879822,0.10061842203140259,0.021692126989364624,0.13263660669326782 +220,-2.032110438878368,0.5463210946385891,1.5033003121649406,-0.7651255130767822,-0.5195473432540894,0.3803335726261139,0.05522017180919647,-2.9385085105895996,-1.6491936445236206,-0.5419423580169678,0.12776267528533936,-0.626656174659729 +221,-2.4224258615199896,0.5665507780796375,1.682020414812989,-0.5558319091796875,-0.5367249250411987,0.634804904460907,0.117770716547966,-1.554374098777771,-0.5675262212753296,0.123077392578125,0.07607734203338623,-0.1669245958328247 +222,-2.672826488046063,0.5333358187527406,1.7934513294326708,-0.3890399932861328,-0.5084086656570435,0.7682241797447205,-0.21124133467674255,-0.7793974280357361,-0.7450493574142456,-0.010709673166275024,0.23617666959762573,-0.12042760848999023 +223,-2.6311622878856697,0.6098964717932391,1.788525738610632,-0.40047019720077515,-0.572782576084137,0.7152225375175476,-1.3888623714447021,1.2519196271896362,-0.35877183079719543,0.10959196090698242,-0.042466938495635986,0.08510076999664307 +224,-2.5552903319806446,0.7719674861624646,1.795306174910404,-0.396450400352478,-0.6975463628768921,0.5968719124794006,-1.9490970373153687,0.2213895469903946,-1.0539546012878418,0.020107626914978027,0.10887753963470459,0.1847289800643921 +225,-2.479653733918619,0.8155656662335268,1.7616709510949216,-0.4213142395019531,-0.7281134724617004,0.5406896471977234,-0.9842460751533508,0.6175032258033752,-0.11586273461580276,-0.5387688279151917,-0.28110289573669434,0.10017949342727661 +226,-2.3694454717415954,0.8944430836648898,1.7024841111447566,-0.4367120563983917,-0.7798606157302856,0.44844192266464233,-1.225511908531189,1.2564479112625122,0.5341057181358337,0.17827391624450684,0.1414937973022461,0.10449081659317017 +227,-1.824926818791866,0.923918241656932,1.3143707499362711,-0.5833408832550049,-0.7979692816734314,0.15152069926261902,-1.6428720951080322,1.0407943725585938,0.7517285346984863,0.16730999946594238,0.2706102132797241,-0.1060953140258789 +228,-1.4686944500543335,0.8657378430892774,0.9816142217819284,-0.6447032690048218,-0.7615736722946167,-0.06605511158704758,-1.982354760169983,0.9945619106292725,1.2519853115081787,0.2886546850204468,0.0972975492477417,-0.050445735454559326 +229,-1.209211306163071,0.7497340770173071,0.7883879650489958,-0.6845453977584839,-0.6814441680908203,-0.2589043378829956,-0.3537643253803253,-0.2601912319660187,-0.3244100511074066,-0.2618809938430786,-0.2525157928466797,-0.1844702959060669 +230,-1.1861177837676082,0.8181315873801097,0.6858374285555757,-0.6336289644241333,-0.7298699021339417,-0.2565233111381531,-1.390998363494873,-0.5759374499320984,-1.0554375648498535,-0.3208997845649719,-0.11949527263641357,-0.017478734254837036 +231,-1.0726861709823388,0.8136770803641364,0.4878517875967638,-0.6033716797828674,-0.7268176078796387,-0.328144371509552,-1.464531421661377,0.20755897462368011,0.33612433075904846,0.09793955087661743,-0.11533015966415405,-0.2945667803287506 +232,-0.9905964900896909,0.7934994363345991,0.3819077702421323,-0.5865804553031921,-0.7128120064735413,-0.38447657227516174,-0.3124774396419525,-0.4143713414669037,-0.8905699253082275,0.22842621803283691,0.08579790592193604,-0.0007162690162658691 +233,-0.9851126056961705,0.8485234123120317,0.3360029512123662,-0.5509105324745178,-0.7503050565719604,-0.3654312491416931,0.32619601488113403,-0.5044037699699402,-0.4104233682155609,0.27977705001831055,0.33964526653289795,-0.00415194034576416 +234,-0.9425572167325199,0.8349031187706821,0.3310816243907569,-0.543083667755127,-0.7412315011024475,-0.3945074677467346,0.14044275879859924,0.6227120757102966,0.9167667031288147,0.10678911209106445,-0.07854694128036499,-0.09015744924545288 +235,-0.9411385418051388,0.7775087827302775,0.4152002853604286,-0.5759952664375305,-0.7015061974525452,-0.41966482996940613,-0.0015687774866819382,0.40501460433006287,0.8263411521911621,-0.279671847820282,-0.45942825078964233,0.044970035552978516 +236,-0.9197778857543518,0.7415441013883068,0.4175351752967126,-0.5865984559059143,-0.6754273772239685,-0.4468781054019928,1.8730322122573853,-0.48689985275268555,0.06978733092546463,0.00023376941680908203,0.10999774932861328,-0.5000671148300171 +237,-1.4358639959139798,0.8798065909964573,0.9142301659283418,-0.6315073370933533,-0.7706156373023987,-0.08573168516159058,5.624420166015625,-2.9520323276519775,-0.460800439119339,0.43491315841674805,0.40089523792266846,-0.5080335736274719 +238,-2.4080050643533313,0.6578802675155538,1.747476509800665,-0.5297994017601013,-0.611440896987915,0.5877522826194763,6.185711860656738,-3.4019341468811035,0.47216886281967163,0.6390981078147888,0.6611082553863525,0.021165013313293457 +239,-2.8033948236595876,0.11011312490682255,1.935523303497855,-0.32977813482284546,-0.10989074409008026,0.9376408457756042,3.031528949737549,-0.3117320239543915,1.01939857006073,-0.13424164056777954,-0.06898804754018784,0.363353967666626 +240,-2.695819459834999,-0.10929276373363533,2.0014303540532548,-0.4285831153392792,0.10907531529664993,0.8968940377235413,2.0989186763763428,0.764225959777832,-0.6264050602912903,-0.26575273275375366,-0.049382954835891724,0.5349753499031067 +241,-2.6383142973394382,-0.20615308519073058,2.049494519049933,-0.4720875024795532,0.20469596982002258,0.8574571013450623,-0.8728638291358948,0.31582555174827576,-0.4201430678367615,-0.779285728931427,0.10383671522140503,0.4541119337081909 +242,-2.546047661350357,-0.23021228088913545,2.1561048275243118,-0.5461606383323669,0.22818420827388763,0.8060025572776794,1.917231559753418,0.11594438552856445,-1.8237833976745605,-0.154477059841156,-0.19896367192268372,-0.2449827790260315 +243,-2.374375664477003,-0.14158336623781945,2.3719146542071803,-0.6871888041496277,0.14111080765724182,0.7126421928405762,-0.5055164098739624,1.3059602975845337,-1.2102493047714233,0.6222628355026245,0.11088806390762329,-0.228587806224823 +244,-2.362083261681945,-0.17707269730944084,2.4664029993208683,-0.6919392943382263,0.17614880204200745,0.7001369595527649,0.8178199529647827,0.6984319686889648,-0.7413303256034851,-0.15440475940704346,0.08982715010643005,0.22279095649719238 +245,-2.2637800997214184,-0.1383031971233267,2.551842523227585,-0.7619970440864563,0.13786271214485168,0.6327354907989502,-0.5046768188476562,0.45371660590171814,-0.589108407497406,-0.17296987771987915,0.3855900168418884,0.46305912733078003 +246,-2.3075926714180697,-0.2103868189298727,2.5490828651536606,-0.7242943048477173,0.20883820950984955,0.6571030020713806,1.1123651266098022,-2.1817798614501953,0.9260676503181458,-0.24831616878509521,-0.35428500175476074,0.2059950828552246 +247,-2.376130304920703,-0.17962744300191924,2.509718078933189,-0.6817224621772766,0.17866303026676178,0.7094604969024658,-0.21744994819164276,-0.16520382463932037,-0.8441505432128906,-0.07131409645080566,-0.2826669216156006,-0.37813109159469604 +248,-2.3417486843101485,-0.08212503615877272,2.560788550022059,-0.7148298621177673,0.08203275501728058,0.6944699287414551,-0.5274899005889893,-0.17487026751041412,-0.2525656521320343,0.5753952264785767,0.12740936875343323,-0.2654997706413269 +249,-2.367066974797471,-0.12025847192418014,2.573230307843437,-0.6943259835243225,0.11996881663799286,0.7095906138420105,0.3970836400985718,0.8521071076393127,-0.44310852885246277,-0.158991277217865,-0.05495110899209976,0.14514565467834473 +250,-2.316811065781878,-0.11937183242382218,2.625716876547573,-0.7291735410690308,0.11908853054046631,0.6738876104354858,0.15409298241138458,-0.7412335276603699,0.4434744119644165,0.04542696475982666,0.3418947756290436,0.386033833026886 +251,-2.363561670207774,-0.18290226403594037,2.604874007216879,-0.6901708245277405,0.18188418447971344,0.7004157304763794,0.6397585868835449,-0.3030216693878174,1.2510067224502563,-0.42253053188323975,0.037949174642562866,0.38500291109085083 +252,-2.437194527324551,-0.15132123303274567,2.5420842391474325,-0.6401752233505249,0.15074439346790314,0.7532937526702881,-2.147036075592041,-0.041802771389484406,-0.06333027780056,0.11975908279418945,-0.15564250946044922,-0.32635295391082764 +253,-2.4284253916816727,-0.08025643915923428,2.491663765475617,-0.6521265506744385,0.08017031103372574,0.7538591623306274,0.15912151336669922,0.5126030445098877,-0.331282377243042,0.0012323856353759766,-0.08833376318216324,-0.3641497492790222 +254,-2.3628949525105045,-0.04866564226044128,2.5248870778902863,-0.7015213966369629,0.048646435141563416,0.7109859585762024,-0.18955925107002258,0.36725226044654846,-0.5144606232643127,0.15252548456192017,0.07284403592348099,0.017850100994110107 +255,-2.354038645852413,-0.015107982272157981,2.5550318610539264,-0.7085488438606262,0.015107407234609127,0.7055003643035889,0.3257099986076355,-0.34997740387916565,-0.04033847898244858,0.18270039558410645,0.198683500289917,0.03476470708847046 +256,-2.4022623122956253,-0.059351919032595374,2.5952801258917853,-0.672606885433197,0.059317078441381454,0.7376188635826111,0.16917787492275238,-0.009094757959246635,-0.41893529891967773,-0.45103514194488525,0.11860039830207825,0.26877450942993164 +257,-2.4206448272067838,-0.1348620750775844,2.647567555429857,-0.6541033387184143,0.1344536393880844,0.7443597316741943,0.32249870896339417,-1.6509983539581299,0.8130991458892822,-0.18947893381118774,-0.4286583364009857,0.18099433183670044 +258,-2.436282222492861,-0.04657481808587142,2.6039913127426124,-0.647567093372345,0.04655798152089119,0.7605845332145691,-0.2874574363231659,1.3084897994995117,-0.9641717076301575,0.029723525047302246,0.07635155320167542,-0.4503124952316284 +259,-2.349841582891256,-0.03156136072973455,2.616477070972085,-0.7112302184104919,0.03155612200498581,0.7022504210472107,-0.23941589891910553,-0.29663482308387756,0.9674655199050903,0.4188871383666992,0.07655240595340729,-0.0649518370628357 +260,-2.3578244475620336,-0.05266686576738327,2.541021595821224,-0.7049742937088013,0.052642520517110825,0.7072761654853821,-0.7707977294921875,0.8696146607398987,0.13041093945503235,0.02290654182434082,-0.06910677254199982,0.018385887145996094 +261,-2.300777030562339,-0.026301832579704486,2.514193990417656,-0.7449294328689575,0.026298800483345985,0.6666244864463806,-0.013304125517606735,0.29912862181663513,0.15095998346805573,0.029704272747039795,-0.01853208616375923,0.23361343145370483 +262,-2.2728824221698116,-0.05933377658828637,2.4841629766051168,-0.7621530890464783,0.05929896980524063,0.6446753740310669,0.44201380014419556,-0.04262055456638336,0.7942228317260742,-0.26110124588012695,0.15958836674690247,0.3979882001876831 +263,-2.4220586078359885,-0.11001996052513717,2.34894044958892,-0.655049741268158,0.1097981408238411,0.7475656270980835,-2.454925298690796,0.45264869928359985,0.6502703428268433,-0.30306488275527954,-0.1795460730791092,-0.36968159675598145 +264,-2.3113494978135694,-0.04804608318422209,2.274449724375803,-0.7372438311576843,0.04802760109305382,0.673917829990387,0.7448043823242188,0.3245249390602112,0.1599089503288269,0.22460949420928955,-0.15192469954490662,-0.1975993514060974 +265,-2.273373673212548,-0.05692469722224338,2.2607518842752747,-0.761942982673645,0.056893959641456604,0.6451400518417358,-0.30032116174697876,0.08141182363033295,0.2608228623867035,0.16306620836257935,0.009069785475730896,-0.056745946407318115 +266,-2.2860322270874383,-0.08111904224624508,2.2539185064244993,-0.7524562478065491,0.08103010803461075,0.6536391973495483,0.19256006181240082,-0.6703963279724121,0.5699385404586792,0.04644721746444702,0.16365984082221985,0.294816792011261 +267,-2.4341512488341226,-0.15025984452657462,2.146285387505817,-0.6425683498382568,0.14969505369663239,0.7514631748199463,-0.5192123055458069,-0.20666839182376862,0.5116657018661499,-0.6621800065040588,0.19146093726158142,0.3400741219520569 +268,-2.5122577662999737,-0.1620606980634705,2.124238637065358,-0.5808945298194885,0.1613522469997406,0.7978262901306152,-1.9848353862762451,-1.5419307947158813,0.0344853475689888,-0.2983320355415344,-0.4237118661403656,0.22730481624603271 +269,-2.6093241525729125,-0.09241539096929498,2.1039353479252743,-0.5053238272666931,0.09228389710187912,0.8579813241958618,-0.39557382464408875,1.0041306018829346,-0.23726584017276764,-0.09289711713790894,-0.24204888939857483,-0.3315834403038025 +270,-2.4938351573475033,-0.0757098488423435,2.1879487290864064,-0.6016712188720703,0.07563754171133041,0.7951546311378479,0.8837764263153076,0.8510719537734985,-0.5948120355606079,0.19893068075180054,-0.015823088586330414,-0.006381988525390625 +271,-2.420639907034454,-0.09334327704113489,2.2712177358506187,-0.6572270393371582,0.09320778399705887,0.7479070425033569,0.4056280851364136,0.016624802723526955,-0.32036879658699036,0.2255253791809082,0.011421740055084229,0.22900640964508057 +272,-2.4174662086265895,-0.10475663057935357,2.2824294447953757,-0.6588494181632996,0.10456513613462448,0.744971752166748,0.521701991558075,0.07285968214273453,0.1871974766254425,0.029485583305358887,0.08569667488336563,0.07228869199752808 +273,-2.3823955942231168,-0.15363549445919747,2.3114684489370667,-0.6802313923835754,0.15303181111812592,0.7168446779251099,0.612663745880127,0.9057420492172241,0.03199061006307602,-0.19437181949615479,0.2363114356994629,0.40543919801712036 +274,-2.401167594778744,-0.194951965119694,2.3161526029839905,-0.6618226766586304,0.19371941685676575,0.7241984009742737,-1.6275542974472046,-0.6784728169441223,0.19456219673156738,-0.14509254693984985,-0.22255852818489075,0.17826730012893677 +275,-2.445451988691071,-0.12156932505077576,2.220607100534921,-0.636528491973877,0.12127009779214859,0.7616597414016724,0.3320537507534027,1.2610164880752563,0.05428177863359451,-0.03757452964782715,0.0119849294424057,-0.526094377040863 +276,-2.310881213287278,-0.17944111136145505,2.305706708079805,-0.7265552282333374,0.17847968637943268,0.6635230779647827,0.29566627740859985,0.7492319941520691,-0.1401328444480896,0.12487053871154785,0.02928401529788971,0.20793694257736206 +277,-2.279435752262611,-0.15061737752705967,2.2845637729097388,-0.7506523728370667,0.15004855394363403,0.6434334516525269,0.13791821897029877,-0.07637126743793488,-0.21233420073986053,0.09301376342773438,-0.03193025290966034,-0.10754472017288208 +278,-2.2740788624555073,-0.14966399084902993,2.326454259793234,-0.7541970610618591,0.14910589158535004,0.6394952535629272,0.3986322581768036,-0.32692477107048035,-0.2334420531988144,0.032715797424316406,0.12298883497714996,0.14021360874176025 +279,-2.288102126105871,-0.13751178390287586,2.3519216738760775,-0.7464660406112671,0.13707880675792694,0.6511515974998474,-0.10576782375574112,0.40071946382522583,-0.09529145061969757,-0.13593465089797974,0.21788641810417175,0.1906149983406067 +280,-2.355053725491386,-0.21533502994924775,2.3397523716757416,-0.6915636658668518,0.21367473900318146,0.6899876594543457,-1.1529995203018188,-1.1508307456970215,0.6987871527671814,-0.3146008849143982,-0.38962382078170776,0.15270954370498657 +281,-2.3077125615542755,-0.08214231192405037,2.2817390374885314,-0.7380475997924805,0.08204996585845947,0.6697417497634888,0.608318567276001,1.3911739587783813,-1.125290036201477,0.2001141905784607,-0.02998698502779007,-0.42993444204330444 +282,-2.245247346351177,-0.11373063390615358,2.3618075249854242,-0.7760041356086731,0.11348561197519302,0.6204344034194946,-0.017425397410988808,-0.23435354232788086,0.40844663977622986,0.22210997343063354,0.08521434664726257,0.16267722845077515 +283,-2.250414124330811,-0.1399211826823498,2.3676042554930055,-0.770211398601532,0.1394650638103485,0.6223534941673279,0.8727803230285645,-0.09375791251659393,-0.05061016231775284,0.19899868965148926,-0.09536716341972351,0.021781086921691895 +284,-2.25881917763307,-0.1949345606104532,2.4157796281378174,-0.7578719854354858,0.1937023401260376,0.6229841113090515,0.6825764179229736,-0.5414167642593384,0.18516665697097778,-0.008729398250579834,-0.11516538262367249,0.1840532422065735 +285,-2.2329958673567973,-0.25115748440507024,2.4778417625279405,-0.763898491859436,0.24852529168128967,0.5955622792243958,0.9997943043708801,-0.8009042143821716,1.4792133569717407,0.18209600448608398,-0.2667747735977173,0.33531540632247925 +286,-2.3849155868106884,-0.26755203049392473,2.4097844425909476,-0.6620835661888123,0.2643713653087616,0.7012507915496826,-1.5379021167755127,1.8738280534744263,-1.9540951251983643,-0.3284252882003784,-0.34748604893684387,-0.20169347524642944 +287,-2.274509528640553,-0.1549418147632288,2.5148407443007548,-0.7533112168312073,0.15432260930538177,0.6393019556999207,0.5562022924423218,-0.5381578803062439,-0.5532643795013428,0.4325713515281677,0.21942616999149323,-0.07478779554367065 +288,-2.2935660511840354,-0.1728408602851954,2.5517259154477387,-0.7388020157814026,0.1719815731048584,0.6516087055206299,0.870922863483429,0.11887840926647186,0.0822298601269722,0.1354237198829651,0.0813295841217041,-0.14256024360656738 +289,-2.258312692828188,-0.220396353136462,2.607214525383058,-0.754130482673645,0.21861641108989716,0.6192687749862671,0.4703215956687927,0.1737200915813446,-0.17480139434337616,-0.06978297233581543,0.16198354959487915,0.30889278650283813 +290,-2.250898119491262,-0.268047144005596,2.673027906292024,-0.7497438192367554,0.26484882831573486,0.6064150929450989,1.5306320190429688,-0.4359363317489624,0.6388375759124756,-0.08202797174453735,-0.20509544014930725,0.4749295115470886 +291,-2.3981119365477372,-0.30608576735972604,2.6814559913069695,-0.6453943848609924,0.3013286590576172,0.7019027471542358,-2.090899705886841,0.06845227628946304,-2.0123283863067627,-0.6509312987327576,-0.2246226966381073,-0.06646567583084106 +292,-2.2874569707471353,-0.10663742027857268,2.7175556129706235,-0.7497205138206482,0.10643543303012848,0.6531392931938171,0.5750554203987122,-0.24573546648025513,0.2078930288553238,0.8384044766426086,0.4095863103866577,-0.3511829972267151 +293,-2.3343838462228086,-0.19464804315112777,2.662136304503982,-0.7087188959121704,0.19342122972011566,0.6784588694572449,-0.18966084718704224,-0.11867104470729828,0.7255442142486572,-0.16545730829238892,-0.12750321626663208,-0.04276221990585327 +294,-2.314517018050018,-0.15569049488649497,2.6387802199363195,-0.7270528674125671,0.15506227314472198,0.6688417792320251,-0.4903210699558258,-0.609199047088623,0.21826352179050446,0.2434714436531067,0.17191827297210693,0.24389302730560303 +295,-2.3884333662656823,-0.20583390713033872,2.5517075266210902,-0.6695094704627991,0.20438353717327118,0.7141320109367371,0.14807762205600739,-0.4499197006225586,1.6928796768188477,-0.5416111946105957,0.3326038122177124,0.27720099687576294 +296,-2.462356233497715,-0.24842972856573692,2.432100142684256,-0.6089130640029907,0.24588219821453094,0.7541660666465759,-3.0289816856384277,-0.34159570932388306,0.7796149253845215,-0.21168923377990723,-0.13958953320980072,0.08113044500350952 +297,-2.483866975068696,-0.1654418186557668,2.2940663476554533,-0.6029714345932007,0.1646881401538849,0.7805787920951843,0.10765311866998672,0.7603058218955994,0.608858585357666,0.2447102665901184,-0.1444244533777237,-0.4355013370513916 +298,-2.429961945552497,-0.1812444018143652,2.2925254350657145,-0.6423724889755249,0.18025372922420502,0.7448936104774475,-0.43683117628097534,0.34968721866607666,-0.12484263628721237,0.18462401628494263,-0.16317914426326752,-0.1269126534461975 +299,-2.3854207505666514,-0.1552112388063858,2.3348850410989046,-0.6778935790061951,0.15458880364894867,0.7187230587005615,0.9962046146392822,0.9693379998207092,-0.8721627593040466,-0.022988438606262207,0.15421858429908752,0.03925734758377075 +300,-2.3574672287965175,-0.18739252917105428,2.4242236235790524,-0.6938427686691284,0.1862977147102356,0.6956111788749695,-0.1387985348701477,0.06530653685331345,-0.33677077293395996,-0.21356678009033203,0.3310515284538269,0.4374909996986389 +301,-2.415685678513868,-0.3200484303553857,2.471588827872591,-0.6301055550575256,0.3146125376224518,0.7099193930625916,0.4913704991340637,-2.1746506690979004,1.384248971939087,-0.3624632954597473,-0.44629594683647156,0.3979905843734741 +302,-2.4423278084540505,-0.17453688438509873,2.404726154186554,-0.6338761448860168,0.17365208268165588,0.7536880970001221,-0.5153911113739014,1.5853873491287231,-1.7023056745529175,-0.012089371681213379,-0.010993406176567078,-0.6571153402328491 +303,-2.3436672034851833,-0.18718293708754588,2.5231599431777014,-0.7034040689468384,0.18609178066253662,0.685997724533081,0.33138829469680786,0.20557627081871033,0.3194078207015991,0.4819532036781311,0.12828506529331207,0.06555873155593872 +304,-2.363474261007676,-0.200896552982453,2.473607601481533,-0.6878229975700378,0.1995479315519333,0.6979110240936279,-0.07644381374120712,0.34013575315475464,-0.10582592338323593,-0.08051794767379761,-0.046776965260505676,-0.0050400495529174805 +305,-2.339971368690877,-0.20365863542450785,2.481434899163686,-0.7036358118057251,0.20225369930267334,0.6811680197715759,0.22063443064689636,0.16904349625110626,0.05549811199307442,-0.12477898597717285,0.2502304017543793,0.2620692253112793 +306,-2.348664358529437,-0.25894835067335703,2.4653375723316877,-0.6886591911315918,0.25606411695480347,0.678365170955658,0.0937589630484581,-0.5351002216339111,1.2822387218475342,-0.2938235402107239,0.13155484199523926,0.37851953506469727 +307,-2.4810003518723476,-0.24061791440235328,2.3152241353930973,-0.5959076881408691,0.2383027821779251,0.766880214214325,-2.4578115940093994,0.37188583612442017,0.10661342740058899,-0.3385251760482788,-0.22609581053256989,-0.30701106786727905 +308,-2.39982962159,-0.1408004307966057,2.294085406767701,-0.6689029932022095,0.14033566415309906,0.729982316493988,0.4573424458503723,0.29788580536842346,-0.4903475046157837,0.2887151837348938,-0.0027014315128326416,-0.26555079221725464 +309,-2.3746597538555445,-0.1324476928132608,2.3006689787188286,-0.6878524422645569,0.13206079602241516,0.7137361168861389,-0.08285810798406601,-0.015791187062859535,0.010317708365619183,0.1804213523864746,-0.03579306602478027,-0.16028445959091187 +310,-2.3306940100471536,-0.13453940772595002,2.3547032665799223,-0.7183555364608765,0.13413389027118683,0.6826221942901611,0.7250983715057373,0.5269460082054138,-0.6219103336334229,-0.038053035736083984,0.06374204158782959,0.2564798593521118 +311,-2.296069032495873,-0.13462787351219618,2.411048219286528,-0.7415474057197571,0.13422155380249023,0.6573373079299927,0.8489640951156616,0.6442735195159912,-0.14024490118026733,-0.12104737758636475,0.29558801651000977,0.2845420241355896 +312,-2.399854692974665,-0.2566996866595025,2.4113862681307405,-0.6534340381622314,0.2538897693157196,0.7131367325782776,-0.9489102959632874,-1.383988618850708,0.7457842826843262,-0.38614726066589355,-0.4721056818962097,0.07298082113265991 +313,-2.3436333463938848,-0.12145537593865295,2.4162510086583073,-0.7106587886810303,0.12115699052810669,0.6930259466171265,0.12715603411197662,1.5721505880355835,-1.7344125509262085,0.16831570863723755,0.035260848701000214,-0.40526050329208374 +314,-2.248381742504486,-0.10467568508557377,2.481120511718509,-0.7748243808746338,0.10448463261127472,0.6234822869300842,0.21392230689525604,-0.16817735135555267,0.6957578063011169,0.4132978916168213,0.11246483027935028,-0.035133957862854004 +315,-2.2469818492670965,-0.15819260835924273,2.477646978893111,-0.7702266573905945,0.1575336456298828,0.6180081963539124,0.6388401389122009,0.7255100607872009,-0.16346792876720428,-0.10115700960159302,-0.0025653839111328125,0.19261503219604492 +316,-2.226194923204952,-0.15522048909238892,2.4856585980791888,-0.7832733988761902,0.1545979380607605,0.6021477580070496,-0.33566492795944214,-0.34807708859443665,0.27316489815711975,-0.026754558086395264,0.08153179287910461,0.1661779284477234 +317,-2.238378121896437,-0.21954338495509546,2.4625770457186116,-0.7664709687232971,0.21778398752212524,0.6042287349700928,0.5303792357444763,-1.3475124835968018,1.6237666606903076,-0.1627739667892456,-0.23458392918109894,0.3177530765533447 +318,-2.429476051404671,-0.16905673113041703,2.2855782638414865,-0.6441221237182617,0.1682526022195816,0.7461890578269958,-3.1085739135742188,0.41695636510849,-0.1736304759979248,-0.1885959506034851,-0.13536986708641052,-0.4751928448677063 +319,-2.3541216456016083,-0.09283890788970776,2.280535578037803,-0.7055197954177856,0.09270559996366501,0.7026009559631348,0.9134063720703125,0.14928671717643738,-0.145640030503273,0.2791280150413513,-0.056465961039066315,-0.22616034746170044 +320,-2.3151417731674835,-0.08367198049918251,2.304905158397232,-0.7329582571983337,0.08357438445091248,0.6751202940940857,0.019586196169257164,0.41636598110198975,-0.46566319465637207,0.043200016021728516,0.02779952436685562,-0.0635785460472107 +321,-2.266086018430306,-0.05320025185918367,2.4023897244138843,-0.7667819261550903,0.05317515879869461,0.6397017240524292,0.2767622768878937,0.585364580154419,-0.8984989523887634,0.04420185089111328,0.1654985547065735,0.3890917897224426 +322,-2.2571061322460704,-0.04441229100473779,2.4419225349468276,-0.7728268504142761,0.04439769312739372,0.6330618858337402,1.2281984090805054,0.6349849700927734,-0.10457150638103485,-0.2271425724029541,0.09210744500160217,0.1664833426475525 +323,-2.3349895043762774,-0.15527424078073418,2.4864718925667306,-0.7132554054260254,0.15465104579925537,0.6836299896240234,-0.31725621223449707,-1.0646922588348389,0.0899648517370224,-0.2986922860145569,-0.45079362392425537,-0.07300370931625366 +324,-2.261224970733193,-0.033675898337660756,2.54201251246612,-0.7705360054969788,0.03366953507065773,0.6365066766738892,0.33132949471473694,1.6140645742416382,-2.02897572517395,0.22727733850479126,0.11299794912338257,-0.25052034854888916 +325,-2.168126725404588,0.013518957618754547,2.5994206434165674,-0.8267644643783569,-0.013518545776605606,0.5623857378959656,0.18584372103214264,-0.4542202353477478,0.7158389091491699,0.38548028469085693,0.1856987327337265,-0.05442070960998535 +326,-2.1826957723709755,-0.06587982148478558,2.594958667687795,-0.8167827725410461,0.06583217531442642,0.5731772780418396,0.42655637860298157,0.7090209722518921,-0.12509037554264069,-0.13986694812774658,-0.049764662981033325,0.3091927766799927 +327,-2.15918896884119,-0.06587347701988203,2.5833637196971027,-0.8300296664237976,0.06582584977149963,0.5538208484649658,-0.25580736994743347,-0.2247684895992279,0.5669686198234558,-0.10875195264816284,0.13870295882225037,0.2935759425163269 +328,-2.2503575853025928,-0.16978696391464215,2.5579028224275904,-0.7666637897491455,0.16897237300872803,0.619415283203125,-0.4795004427433014,-1.0915822982788086,0.40188440680503845,-0.27949416637420654,-0.3360408544540405,0.2680969834327698 +329,-2.325583207366893,-0.031997166005615085,2.40762543801948,-0.7280446290969849,0.03199170529842377,0.6847826242446899,-1.4013959169387817,0.4182317554950714,-0.41919562220573425,0.046709299087524414,-0.006845243275165558,-0.7310168743133545 +330,-2.2533424460601426,-0.018769085299886062,2.4270979950037965,-0.7758325338363647,0.018767982721328735,0.6306596398353577,0.5311135053634644,0.7751349210739136,-0.15407879650592804,0.15203797817230225,0.07139620184898376,-0.04348623752593994 +331,-2.2300397130292366,0.004142633118680971,2.4214646354303153,-0.7904490232467651,-0.00414262106642127,0.6125136613845825,-0.3184064030647278,0.08033764362335205,-0.4222813844680786,-0.03505134582519531,0.0562514066696167,0.002186596393585205 +332,-2.230300832246209,0.0112993623886167,2.4561145879800703,-0.790245771408081,-0.011299122124910355,0.6126864552497864,0.799153208732605,-0.41726934909820557,0.08958052843809128,-0.07015186548233032,0.16080474853515625,0.147003173828125 +333,-2.239153910675978,0.00033453856033252837,2.490939372385769,-0.7848407030105591,-0.00033453854848630726,0.6196979284286499,0.9786921739578247,0.5019590258598328,0.16125322878360748,-0.11310869455337524,0.18165473639965057,0.09047675132751465 +334,-2.3552053282755,-0.11904696782780975,2.4979372027244735,-0.7027963995933533,0.11876597255468369,0.7014074325561523,-1.065300464630127,-0.9967257976531982,0.30428850650787354,-0.31585001945495605,-0.3959113359451294,-0.013968288898468018 +335,-2.2820156080629777,0.005088309478008053,2.477829892440681,-0.7575568556785583,-0.005088287405669689,0.6527495980262756,0.4337402284145355,1.0203046798706055,-0.9040391445159912,0.2357824444770813,0.13442178070545197,-0.24627071619033813 +336,-2.2613534052819513,-0.009614872861458361,2.47546990850075,-0.7708557844161987,0.009614724665880203,0.6369373798370361,0.005710657220333815,-0.4111497700214386,0.7092183232307434,0.20151972770690918,0.028959497809410095,-0.07451361417770386 +337,-2.2442607284527227,-0.017237024864564163,2.4462475931426813,-0.7815496325492859,0.017236171290278435,0.6236051917076111,-0.12187877297401428,0.5845016837120056,-0.1954747885465622,0.06902515888214111,-0.023629603907465935,0.09941738843917847 +338,-2.22989366405312,-0.030597736585107754,2.4418194535651065,-0.7901753783226013,0.030592963099479675,0.6121168732643127,0.28097349405288696,-0.19217468798160553,0.4271029233932495,-0.04158127307891846,-0.06678679585456848,0.17397010326385498 +339,-2.2247679987369438,-0.0828153869695548,2.4482999045656553,-0.7909538745880127,0.08272075653076172,0.6062585115432739,0.7428024411201477,-0.4459705948829651,0.011341666802763939,-0.1776435375213623,-0.2879667282104492,0.20964419841766357 +340,-2.30968195143248,0.005427812059828902,2.3646611245190434,-0.7392087578773499,-0.005427785217761993,0.673454761505127,-1.5908890962600708,-0.5060939192771912,-0.2478141486644745,0.04807710647583008,0.054942578077316284,-0.5383686423301697 +341,-2.274979518214106,0.02772563305653348,2.3637509358179423,-0.7618475556373596,-0.027722081169486046,0.6471626162528992,0.2924762964248657,0.3137627840042114,0.032638706266880035,0.18555378913879395,0.0788847878575325,-0.06313258409500122 +342,-2.258351391079771,0.028476064996777604,2.3407178313548096,-0.7724867463111877,-0.028472216799855232,0.6343923807144165,-0.31016743183135986,0.44611871242523193,0.010995244607329369,-0.06338977813720703,0.10246208310127258,0.006629347801208496 +343,-2.2231208748326865,0.02674963894575206,2.34070493750898,-0.7943907976150513,-0.026746448129415512,0.6068183183670044,0.304813951253891,0.08377174288034439,0.16323824226856232,-0.024106085300445557,0.11814656108617783,0.2785273790359497 +344,-2.2359759792426277,-0.014780045744304717,2.37375996384775,-0.7867199182510376,0.01477950718253851,0.6171330213546753,1.2514210939407349,-0.2951485812664032,0.5346763730049133,-0.022239983081817627,-0.07489913702011108,0.20501047372817993 +345,-2.3947304081394125,-0.11791830177757544,2.3571500928968008,-0.6746221780776978,0.11764521896839142,0.7287283539772034,-1.0768519639968872,-0.6663257479667664,-0.19650347530841827,-0.451384961605072,-0.4963073134422302,-0.15818685293197632 +346,-2.2959246413507945,0.0035547397305350364,2.422544557423053,-0.7484097480773926,-0.0035547323059290648,0.6632274389266968,0.17352327704429626,1.750014066696167,-1.5481595993041992,0.3087734580039978,0.13282719254493713,-0.11754244565963745 +347,-2.219781173704921,0.021921490400901654,2.488811082297144,-0.7965064644813538,-0.02191973477602005,0.6042328476905823,0.0027609816752374172,-0.5065696835517883,0.4191342890262604,0.2965673804283142,0.05426836013793945,0.14611822366714478 +348,-2.212609065156198,0.025169026045866422,2.4780137116787917,-0.8007583618164062,-0.02516636811196804,0.598459005355835,0.035811666399240494,0.5144942998886108,-0.11445580422878265,0.19158154726028442,0.05368504673242569,0.10251462459564209 +349,-2.2008054021570937,-0.010000051113225114,2.487002460286286,-0.8079816699028015,0.00999988429248333,0.5891225337982178,0.12606656551361084,-0.049825623631477356,0.3155556917190552,-0.10066390037536621,0.020044667646288872,0.3035012483596802 +350,-2.2206420348786486,-0.08166182734916373,2.464073493033431,-0.793523907661438,0.08157109469175339,0.6030471920967102,0.23829731345176697,-1.8107162714004517,1.6301989555358887,-0.16375142335891724,-0.3371405601501465,0.23954319953918457 +351,-2.3643189156772118,-0.07409882201284237,2.347445906411985,-0.6994141340255737,0.0740310326218605,0.7108721733093262,-1.0507819652557373,0.8428980708122253,-0.48520317673683167,-0.012179434299468994,-0.3383132517337799,-0.6160235404968262 +352,-2.2871317799345148,0.00822363275495633,2.376869878096753,-0.7541914582252502,-0.008223540149629116,0.6566029787063599,-0.1069251000881195,-0.10371618717908859,-0.3776789903640747,0.24076378345489502,0.1239004135131836,-0.16632288694381714 +353,-2.268735031086591,0.007472161520005448,2.422134622265332,-0.7661469578742981,-0.007472091820091009,0.6426216959953308,0.327597975730896,0.5936523079872131,-0.5775355100631714,0.026111125946044922,0.017634453251957893,0.06852930784225464 +354,-2.224765709310521,0.04093264145003251,2.4739205531030257,-0.7930104732513428,-0.04092121124267578,0.6078319549560547,0.24839971959590912,-0.06382259726524353,0.043405868113040924,0.07374179363250732,0.23385334014892578,0.15004152059555054 +355,-2.239158497782096,0.010269147803956704,2.5286259550776893,-0.784796416759491,-0.010268967598676682,0.6196688413619995,0.6525415778160095,0.8520858287811279,-0.7004855871200562,-0.2564787268638611,0.18141154944896698,0.26131272315979004 +356,-2.3051897175432137,-0.07508414330343677,2.5612336866945324,-0.7401461005210876,0.07501361519098282,0.6682488918304443,-0.2735965847969055,-1.950010061264038,1.2589001655578613,-0.24221467971801758,-0.3686537444591522,-0.003942310810089111 +357,-2.2851020491219494,-0.020683555227673043,2.5485018493105613,-0.7553867697715759,0.0206820797175169,0.6549530625343323,0.4345143139362335,1.6323491334915161,-1.7155141830444336,-0.05334442853927612,-0.021063530817627907,-0.2668913006782532 +358,-2.167815478460605,0.02561748720608518,2.632048397418771,-0.8267436623573303,-0.02561468444764614,0.561995267868042,0.10444945842027664,-0.3254469931125641,0.5814422369003296,0.4605480432510376,0.1819867640733719,0.05096554756164551 +359,-2.201834001014917,-0.013759246133537007,2.592032776853463,-0.8073393702507019,0.013758812099695206,0.589927077293396,-0.2800223231315613,0.4339427053928375,0.01509460061788559,0.01586592197418213,-0.021830707788467407,0.031654953956604004 +360,-2.1882546315908207,-0.026235141661985883,2.5844102292251887,-0.8150720000267029,0.02623213268816471,0.5787653923034668,0.04319557175040245,-0.32350635528564453,0.5715048909187317,0.057213783264160156,0.07044756412506104,0.2654728293418884 +361,-2.200021906019998,-0.08304475516628364,2.5509039491547205,-0.8056972622871399,0.08294933289289474,0.5864906311035156,0.20089060068130493,-0.49190500378608704,1.032702922821045,-0.39010345935821533,-0.06080884486436844,0.4218100905418396 +362,-2.348779504458583,-0.0761255609778058,2.4766839605007664,-0.7102673649787903,0.07605205476284027,0.6998114585876465,-2.3793251514434814,-0.6223786473274231,-0.056786805391311646,0.002168118953704834,-0.18390119075775146,-0.30294573307037354 +363,-2.328210896545184,-0.01316950281565777,2.451014386523153,-0.72655189037323,0.01316912192851305,0.6869856715202332,0.06326816976070404,0.6982241272926331,-0.5310959815979004,0.1907394528388977,-0.040543392300605774,-0.2071118950843811 +364,-2.323708123705981,-0.024535118450931113,2.467728113111635,-0.7294813990592957,0.024532657116651535,0.6835606098175049,0.2748204171657562,0.22483111917972565,0.09259544312953949,0.022007644176483154,0.02496686577796936,-0.09997296333312988 +365,-2.281650410008437,-0.01760548311833363,2.506780775106906,-0.7576875686645508,0.01760457456111908,0.6523802280426025,0.3636540472507477,0.1076430007815361,-0.17143942415714264,0.18047797679901123,0.10260416567325592,0.16735249757766724 +366,-2.312537388889644,-0.05122294637838879,2.5522351431087666,-0.7363263964653015,0.05120055004954338,0.6746864914894104,0.2886953353881836,-0.003045696299523115,-0.43089592456817627,-0.2587907314300537,0.10298950225114822,0.2051505446434021 +367,-2.372689240468228,-0.16656833062090085,2.605410003249878,-0.6857238411903381,0.16579915583133698,0.7087270617485046,0.4480370283126831,-2.165717124938965,1.582728385925293,-0.2457643747329712,-0.4199037253856659,0.27177244424819946 +368,-2.3910848608540336,-0.074694619727735,2.5787334175141923,-0.6801086664199829,0.0746251791715622,0.7293035984039307,-0.014166594482958317,1.7696022987365723,-2.1105639934539795,-0.06011056900024414,0.027761310338974,-0.5178471207618713 +369,-2.257687297070416,-0.019094107473409283,2.6781719592389726,-0.7730804681777954,0.019092947244644165,0.6340208053588867,0.13312286138534546,-0.3333212733268738,0.5284534096717834,0.6654601097106934,0.27277716994285583,-0.10013097524642944 +370,-2.287234207134317,-0.06237752398029548,2.616299371420225,-0.7526829242706299,0.062337081879377365,0.6554251909255981,-0.13114726543426514,0.589625358581543,0.006167764775454998,-0.16867315769195557,-0.10861700773239136,0.007157087326049805 +371,-2.2144863349679333,-0.0593804951787253,2.629971527532484,-0.7984767556190491,0.059345606714487076,0.5990932583808899,0.1938866674900055,0.3754519522190094,0.06651691347360611,0.0008693933486938477,0.11877024173736572,0.41798120737075806 +372,-2.249751076934227,-0.10653393978531946,2.5865375358650144,-0.7738175392150879,0.10633253306150436,0.6244197487831116,-0.43615925312042236,-1.855785608291626,1.355229377746582,-0.20613253116607666,-0.23352979123592377,0.22721904516220093 +373,-2.3966185141373684,-0.08513386830613683,2.455986796004576,-0.6754974722862244,0.08503106981515884,0.73244309425354,-0.7183423042297363,0.9145534634590149,-0.14434921741485596,-0.12976986169815063,-0.18483881652355194,-0.5524656772613525 +374,-2.2724739413854937,0.004639337728114191,2.4639252254522885,-0.7637521028518677,-0.004639321006834507,0.6454929113388062,-0.2898167371749878,0.24119605123996735,-0.46271124482154846,0.37164705991744995,0.10481326282024384,-0.08563274145126343 +375,-2.2759017548880816,-0.004050624752120956,2.4662269876594345,-0.7615368366241455,0.004050613846629858,0.648108720779419,0.22416019439697266,0.42662763595581055,-0.0516551174223423,0.04506051540374756,-0.047629714012145996,-0.056388258934020996 +376,-2.231374343775546,0.01347919944166009,2.5165342410271063,-0.7895658016204834,-0.01347879134118557,0.6135175228118896,0.22017203271389008,0.3578779995441437,-0.2764807343482971,0.0750424861907959,0.22350075840950012,0.2215651273727417 +377,-2.236817942209118,-0.0006472548169746498,2.5617689674312674,-0.7862859964370728,0.000647254753857851,0.6178627610206604,0.18727225065231323,0.3419552743434906,0.03368871659040451,-0.20553547143936157,0.05533723533153534,0.3092308044433594 +378,-2.354304303320199,-0.05490357447766812,2.5231317839886214,-0.7073746919631958,0.054875995963811874,0.7047055959701538,-1.4798942804336548,-0.587664783000946,-0.05092485994100571,-0.3917922377586365,-0.19281542301177979,-0.16469699144363403 +379,-2.250834849237418,0.02006623639674644,2.5409660705620016,-0.7773919701576233,-0.020064890384674072,0.6286963820457458,-0.08332762867212296,1.5847841501235962,-0.7320751547813416,0.3266626000404358,0.05508381128311157,-0.061496734619140625 +380,-2.1904084841444473,0.02822188571362616,2.528918898938064,-0.8137796521186829,-0.028218138962984085,0.5804882645606995,-0.08595956861972809,-0.34508395195007324,0.6012342572212219,0.23820286989212036,-0.04735863208770752,0.018342971801757812 +381,-2.169353402731899,0.019971923767282806,2.5255690507638993,-0.8259848356246948,-0.019970595836639404,0.5633386969566345,0.6915706396102905,0.14736001193523407,-0.005838558077812195,0.05804044008255005,0.006481826305389404,0.17619383335113525 +382,-2.1831480773618814,-0.014991718433216466,2.5355856216734156,-0.8182064294815063,0.0149911567568779,0.574728786945343,0.1021181046962738,-0.2278866022825241,0.3025694489479065,-0.26930272579193115,0.2970815896987915,0.37036967277526855 +383,-2.3008260914996357,-0.12131331265802586,2.473865713328104,-0.739678144454956,0.12101597338914871,0.6619905829429626,-0.5100932121276855,-3.0323598384857178,1.9782671928405762,-0.29303669929504395,-0.2412094622850418,0.03625166416168213 +384,-2.3832415739220596,-0.08618508043474163,2.3377286380107205,-0.6851726770401001,0.08607842773199081,0.7232763767242432,-0.597856342792511,2.754408121109009,-1.07772958278656,-0.05008727312088013,-0.2912328541278839,-0.32816535234451294 +385,-2.195582168860436,0.014200325602049197,2.4151895907759107,-0.8110065460205078,-0.014199848286807537,0.5848645567893982,-0.6760657429695129,0.33264434337615967,-0.6167548298835754,0.5158405900001526,0.2204071283340454,0.17158979177474976 +386,-2.215788653545472,0.013736205986477805,2.4076316392820396,-0.7990291118621826,-0.013735773973166943,0.6011356711387634,0.7092490792274475,-0.06467028707265854,0.14514277875423431,-0.057706236839294434,0.01163005456328392,-0.08361852169036865 +387,-2.1883165569028766,-0.0026626411346890645,2.479492664057584,-0.8153138160705566,0.002662637969478965,0.5790130496025085,0.1552477478981018,-0.09522558748722076,-0.2575610280036926,-0.14046615362167358,0.17789462208747864,0.3734099268913269 +388,-2.184497718673419,-0.04365049582806639,2.5152852072425613,-0.8167431950569153,0.043636634945869446,0.5753487348556519,1.465834617614746,-1.3168431520462036,1.4716273546218872,-0.03001272678375244,-0.33997759222984314,0.1844015121459961 +389,-2.308953881937359,-0.05940676104875925,2.432172232125282,-0.7384046316146851,0.05937182530760765,0.6717389822006226,-1.4326746463775635,1.6041899919509888,-0.9881104826927185,-0.3817734718322754,-0.06295767426490784,-0.5813765525817871 +390,-2.1221235825719527,-0.007759693742912538,2.505896357315735,-0.8518044948577881,0.007759615778923035,0.5238025784492493,0.5027408599853516,0.8605068325996399,0.19290043413639069,0.5859047770500183,0.23178812861442566,0.25401419401168823 +391,-2.1392529379744634,-0.027157999350955607,2.424117148361001,-0.8424221873283386,0.02715466171503067,0.5381336212158203,-0.90482497215271,-0.13717815279960632,0.6142532229423523,-0.0015873312950134277,-0.06412670016288757,-0.09759706258773804 +392,-2.089408731227709,-0.0260372991114677,2.4163570298564987,-0.8682132959365845,0.026034357026219368,0.4955074191093445,0.08319146931171417,0.32266467809677124,0.18331219255924225,0.0771520733833313,0.15392780303955078,0.30051305890083313 +393,-2.096067836109783,-0.06357622237891755,2.3918157979983485,-0.8634399175643921,0.06353340297937393,0.5004348754882812,-0.2322380095720291,0.28196781873703003,0.6448770761489868,-0.4440551996231079,0.31685295701026917,0.35376739501953125 +394,-2.1874372144898504,-0.10373529247526705,2.3151274477089965,-0.8114398121833801,0.10354934632778168,0.5751891136169434,-1.6646440029144287,-0.8094974160194397,0.12893815338611603,-0.30284833908081055,-0.26446855068206787,-0.2361847162246704 +395,-2.112596114183877,-0.013647381875327868,2.277996894409286,-0.8567020893096924,0.013646958395838737,0.5156307816505432,0.24720659852027893,1.3940095901489258,-0.8827077746391296,0.28532153367996216,-0.1843622922897339,-0.09721964597702026 +396,-2.1010008378633698,0.035759236181479304,2.2887530156812237,-0.8621521592140198,-0.03575161471962929,0.5053865313529968,-0.6497212648391724,-0.3974873125553131,-0.0071183908730745316,0.23910528421401978,0.2404177486896515,-0.12893688678741455 +397,-2.090695706163026,0.029175986925529328,2.296718600780095,-0.8674997687339783,-0.02917184866964817,0.49658137559890747,0.406176894903183,0.759804368019104,-0.16421587765216827,-0.06075334548950195,0.028347881510853767,0.061707109212875366 +398,-2.0694974538457025,0.016740947568875647,2.3300897740360096,-0.8780815601348877,-0.016740165650844574,0.47821828722953796,0.151223286986351,-0.38817137479782104,0.1533261388540268,-0.28753745555877686,0.18077212572097778,0.3196790814399719 +399,-2.1544763978829535,-0.08859584749131709,2.3600440541123495,-0.8311675190925598,0.08847998827695847,0.5489370226860046,0.1582607924938202,-1.6313135623931885,0.6873207092285156,-0.20115059614181519,-0.5951175689697266,0.12443339824676514 +400,-2.1672030848819026,-0.020679604719048485,2.3621003935415175,-0.827182412147522,0.02067813090980053,0.5615531802177429,0.550152599811554,1.1309757232666016,-1.1168490648269653,0.12576627731323242,-0.07972964644432068,-0.46292024850845337 +401,-2.072646962493012,0.012541755195130753,2.449873938145673,-0.8766248822212219,-0.012541426345705986,0.48101097345352173,0.06663239747285843,0.05004064366221428,0.11232295632362366,0.5026929974555969,0.17619195580482483,0.11386823654174805 +402,-2.0814711055001376,-0.007596169369089182,2.41991755933475,-0.8723896741867065,0.0075960964895784855,0.48875191807746887,0.24799825251102448,0.5617603063583374,-0.02455844171345234,-0.10565286874771118,-0.05744653940200806,-0.030942469835281372 +403,-2.0533788771179418,-0.024656483583678532,2.441373755757064,-0.8855300545692444,0.02465398609638214,0.4639272391796112,-0.13802266120910645,-0.23705828189849854,0.39334210753440857,-0.08402854204177856,0.15851250290870667,0.43072599172592163 +404,-2.0847954841603307,-0.08861413797231615,2.401686548665894,-0.8673685789108276,0.08849821239709854,0.4897344708442688,0.40970319509506226,-1.3746079206466675,0.9769763350486755,-0.32954609394073486,-0.28432950377464294,0.13290047645568848 +405,-2.178616686395586,-0.060797175127289854,2.332949161062368,-0.8193778991699219,0.06075972691178322,0.570024311542511,-1.567258596420288,0.06234266236424446,-0.29485660791397095,0.059002041816711426,-0.2067863494157791,-0.5163288116455078 +406,-2.0930420282385316,0.007448242645201306,2.3499275349235287,-0.8666772246360779,-0.007448173593729734,0.4988139867782593,0.2504578232765198,0.5861425995826721,-0.4804149866104126,0.3831719160079956,0.026735275983810425,0.0870015025138855 +407,-2.120044334152592,0.026750068747781727,2.3330958814000016,-0.8526120781898499,-0.026746878400444984,0.5218591690063477,-0.45580610632896423,0.032649293541908264,0.03725314885377884,0.045101821422576904,0.08651555329561234,-0.2127925157546997 +408,-2.082547046142313,0.03582750871069625,2.3638336633807455,-0.8713290691375732,-0.03581984341144562,0.48939019441604614,0.2806892395019531,0.38046905398368835,-0.26028305292129517,0.02042257785797119,0.16371899843215942,0.32291144132614136 +409,-2.0976936965445474,0.014092822068970695,2.377467070247578,-0.8642854690551758,-0.014092355966567993,0.5028039813041687,0.1893327385187149,0.038944311439991,0.21433082222938538,-0.36246001720428467,0.006386669352650642,0.2296331524848938 +410,-2.15198903058377,-0.028311975657955943,2.3964736710622505,-0.8354735970497131,0.028308194130659103,0.5488012433052063,-0.8189429640769958,0.04260935261845589,-0.7226427793502808,-0.12964493036270142,-0.3045075237751007,-0.0896185040473938 +411,-2.0848895567717194,0.03436424113770551,2.4254406796756602,-0.8702249526977539,-0.034357476979494095,0.49145519733428955,0.8624797463417053,0.8705798387527466,-0.5322082042694092,0.1600046157836914,0.03864520788192749,-0.05029308795928955 +412,-2.036383838889148,0.0433520473474428,2.471212069674373,-0.8927186131477356,-0.04333847016096115,0.44852614402770996,0.26956409215927124,-0.4560602903366089,0.1523406207561493,0.256716787815094,0.004901546984910965,0.05348813533782959 +413,-2.0353352325079066,0.04829805999149064,2.48281845086285,-0.8929856419563293,-0.0482792854309082,0.4474881589412689,0.34603989124298096,0.2729101777076721,-0.0458589643239975,0.11756455898284912,0.0710301399230957,0.1335359513759613 +414,-2.031849123216602,0.015488902763889,2.493649705237795,-0.8954770565032959,-0.015488283708691597,0.4448378086090088,0.22099421918392181,-0.18492576479911804,0.4707961082458496,-0.18281567096710205,0.08577027916908264,0.20723122358322144 +415,-2.0919524980791335,-0.0697603908313452,2.4396141962058344,-0.8651347756385803,0.06970382481813431,0.4966721832752228,0.057918284088373184,-2.479008674621582,1.74289071559906,-0.3035511374473572,-0.3589951992034912,-0.1693406105041504 +416,-2.1683174880339493,-0.031516115994850866,2.3548968359413407,-0.8263222575187683,0.03151090070605278,0.5623155236244202,-0.6751816272735596,1.4677696228027344,-1.1282285451889038,0.05613476037979126,-0.17498928308486938,-0.5328050255775452 +417,-2.0645487054424754,0.06193008657625226,2.3859444215455263,-0.878872811794281,-0.061890505254268646,0.47302496433258057,-0.3399481773376465,-0.28319019079208374,-0.4095570147037506,0.35847169160842896,0.27520838379859924,0.09252697229385376 +418,-2.077111417753256,0.0632168538796249,2.377308107347766,-0.8727904558181763,-0.06317475438117981,0.4839891791343689,0.09600844979286194,0.3611173927783966,0.007480276748538017,0.046634018421173096,0.008716151118278503,-0.026881664991378784 +419,-2.057356836533947,0.05105555599622533,2.4097100130597227,-0.8827946782112122,-0.0510333776473999,0.46697914600372314,0.33997127413749695,0.1395522803068161,0.014729611575603485,-0.25714385509490967,0.2254413217306137,0.3490304946899414 +420,-2.090195062716161,-0.0010609035443015528,2.429107145981051,-0.8681174516677856,0.0010609033051878214,0.49635806679725647,0.9114556908607483,-1.4382789134979248,0.8799168467521667,-0.2884225845336914,-0.3783954977989197,0.01797008514404297 +421,-2.1356669189037274,0.019305383656767774,2.407840159068317,-0.8445006012916565,-0.019304184243083,0.5352068543434143,-0.9685354232788086,1.1419856548309326,-0.8735567331314087,0.017596185207366943,-0.08798035979270935,-0.35851001739501953 +422,-2.0548938243972494,0.06510411212411887,2.4345452850165956,-0.8832201957702637,-0.06505812704563141,0.4644237458705902,0.04785902798175812,0.8124221563339233,-0.30318737030029297,0.34835392236709595,0.1852516233921051,0.09943434596061707 +423,-2.0633745474121588,0.05496770746669319,2.4113685315019144,-0.87978595495224,-0.054940029978752136,0.47218504548072815,-0.28930190205574036,-0.11299919337034225,0.08884752541780472,0.09128779172897339,-0.07111285626888275,-0.06106734275817871 +424,-2.051523553441344,0.058854284424780655,2.42340448869058,-0.8851237893104553,-0.05882031470537186,0.46162348985671997,0.18283793330192566,-0.18553918600082397,0.22180598974227905,0.14340919256210327,0.04795604199171066,0.27302616834640503 +425,-2.0852060859467114,0.02223997475141323,2.4332961741599988,-0.8703681826591492,-0.022238140925765038,0.4918995201587677,0.4371563792228699,-0.32622671127319336,0.36472034454345703,-0.28882694244384766,0.3003295660018921,0.34002506732940674 +426,-2.226973498680412,-0.0731257270651655,2.381889522577375,-0.7902127504348755,0.07306057214736938,0.608461856842041,-0.6345332264900208,-1.405316948890686,0.5079588890075684,-0.6673524975776672,-0.3788467049598694,-0.1271997094154358 +427,-2.1649944944776522,0.03499126132136356,2.363416622806542,-0.828090488910675,-0.03498412296175957,0.5595018863677979,0.08899900317192078,0.8767521381378174,-1.134810209274292,0.24149686098098755,-0.11850401759147644,-0.11045098304748535 +428,-2.1350464923899652,0.10387133719250971,2.386737363874995,-0.840435802936554,-0.10368465632200241,0.53190016746521,-0.13746732473373413,-0.25097331404685974,-0.05822094529867172,0.5169492363929749,0.22602957487106323,-0.1652313470840454 +429,-2.1611634553181047,0.080284913443717,2.4087743895836815,-0.8280607461929321,-0.08019869029521942,0.5548731684684753,0.4210079312324524,0.5475393533706665,-0.26676616072654724,0.019390523433685303,0.044172681868076324,-0.06982660293579102 +430,-2.1557888153741303,0.057340585088027064,2.4686279304533287,-0.8323462009429932,-0.057309169322252274,0.5512856841087341,0.26643452048301697,0.22786548733711243,-0.059359803795814514,-0.20093339681625366,0.17896749079227448,0.34493935108184814 +431,-2.191027100431258,-0.03574651689789336,2.4992968811190854,-0.8132246732711792,0.035738904029130936,0.5808517932891846,-0.017779860645532608,-0.884009838104248,0.37534070014953613,-0.3581164479255676,-0.46403786540031433,0.292439341545105 +432,-2.1583337049523967,-0.005159097776190461,2.500661930301345,-0.8322972059249878,0.005159074906259775,0.5543056726455688,0.4821566045284271,0.38675519824028015,-0.43674206733703613,0.1340092420578003,-0.19290320575237274,-0.028686165809631348 +433,-2.121616330897903,0.035492704031074206,2.521777036075188,-0.8515588045120239,-0.03548525273799896,0.5230563879013062,-0.3429454267024994,-0.2285662293434143,-0.050911806523799896,0.5321162343025208,0.15828800201416016,-0.11201536655426025 +434,-2.1276581873207707,0.024615809596185312,2.493264001223588,-0.8486605882644653,-0.02461332455277443,0.5283645987510681,-0.026175018399953842,0.5252189040184021,0.12458532303571701,0.26104480028152466,0.07627958059310913,-0.1382126808166504 +435,-2.1212029135749826,-0.01298095609468777,2.4637901756242164,-0.8522400856018066,0.012980591505765915,0.5229897499084473,-0.6625607013702393,-0.22840218245983124,0.5499165058135986,-0.17832320928573608,0.08372962474822998,0.37097686529159546 +436,-2.157911325822036,-0.07805842263834825,2.393484065275536,-0.8300073146820068,0.077979177236557,0.5522747039794922,0.7484517097473145,-1.5147480964660645,0.6675717830657959,-0.8198798894882202,-0.266821950674057,0.2028523087501526 +437,-2.1844681024589447,-0.0016082814953426528,2.295239012642064,-0.8175378441810608,0.0016082808142527938,0.5758723020553589,-1.2537225484848022,1.154154658317566,-0.7399434447288513,-0.13169598579406738,0.05530700087547302,-0.44846153259277344 +438,-2.110069813837463,0.031909333234157275,2.3301606093429292,-0.8576451539993286,-0.03190391883254051,0.5132513046264648,-0.031089361757040024,0.1591074913740158,-0.29108548164367676,0.5190068483352661,0.05866783857345581,0.00034427642822265625 +439,-2.1372413087416184,0.0628319873759629,2.3227003827726023,-0.842149019241333,-0.0627906545996666,0.5355767607688904,0.20363673567771912,-0.2711268663406372,-0.16227535903453827,0.23079025745391846,0.0959174856543541,-0.4323052763938904 +440,-2.1292396709284933,0.03162375911346228,2.4114521459130955,-0.8476569056510925,-0.03161848708987236,0.5296017527580261,0.6351655125617981,0.21789857745170593,-0.4022410809993744,-0.4449150562286377,0.11215439438819885,0.4413912296295166 +441,-2.1475647113677065,-0.038569221323589295,2.4701667245842946,-0.8376057744026184,0.03855966031551361,0.5449123382568359,0.33798545598983765,-2.561706066131592,1.2274481058120728,-0.31559234857559204,-0.4697730541229248,0.4529055953025818 +442,-2.1716775894471194,0.018791041861512314,2.4063619459764953,-0.8246919512748718,-0.01878993585705757,0.5652697086334229,1.0177419185638428,0.9582340717315674,-0.9229570031166077,0.014923453330993652,-0.15914282202720642,-0.4170153737068176 +443,-2.097707950301033,0.05388021172012197,2.4766287240627567,-0.8631097674369812,-0.05385414510965347,0.5021364092826843,-0.8986676931381226,0.1255808025598526,-0.37947842478752136,0.6125910878181458,0.2637540400028229,0.04856842756271362 +444,-2.137617764335409,0.061890453014941456,2.3999340345237377,-0.8419967889785767,-0.06185095012187958,0.5359252691268921,-0.1024605929851532,0.04614003747701645,0.7552999258041382,0.18969881534576416,0.011008679866790771,-0.1581939458847046 +445,-2.1025896898258902,0.01571268935446669,2.3943193635717366,-0.8617926239967346,-0.015712043270468712,0.5070172548294067,-0.20018082857131958,0.6671023964881897,-0.09032425284385681,-0.3389672040939331,0.06435704231262207,0.6284807324409485 +446,-2.1801270271726176,-0.05281538312577353,2.323613449434055,-0.8188877701759338,0.05279083177447319,0.5715206861495972,-1.020260214805603,-2.6857547760009766,1.945749282836914,-0.5263728499412537,-0.19095918536186218,0.25309473276138306 +447,-2.267653467646275,-0.029088429487855283,2.181672348690691,-0.7665388584136963,0.029084326699376106,0.6415393352508545,-0.6660024523735046,2.2785563468933105,-0.37827467918395996,-0.07391542196273804,-0.33665573596954346,-0.4208361506462097 +448,-2.0859226484674447,0.05328054406305395,2.239381593862358,-0.868995726108551,-0.053255338221788406,0.4919457733631134,-0.4675717055797577,0.8299373388290405,-0.6495782136917114,0.7071608901023865,0.2152579128742218,0.24447399377822876 +449,-2.143926998924559,0.05616613640882086,2.1956822136426855,-0.8388825058937073,-0.056136611849069595,0.5414100289344788,0.3820013105869293,-0.8057913780212402,0.7326884865760803,0.04898083209991455,-0.018768783658742905,-0.29131847620010376 +450,-2.108093722349847,0.03456719468402884,2.274826049107856,-0.8585818409919739,-0.03456031158566475,0.5115103125572205,0.21559742093086243,1.222846508026123,-0.9465872645378113,-0.3249813914299011,0.15244972705841064,0.46029138565063477 +451,-2.1307059440762193,-0.015371576089150442,2.3509259271612373,-0.8472029566764832,0.015370970591902733,0.5310468673706055,0.20965313911437988,-2.890643835067749,1.7473647594451904,0.01422572135925293,-0.3977409601211548,0.525425910949707 +452,-2.3281118489067976,-0.010824611005570946,2.2385108565952527,-0.7266401648521423,0.010824400000274181,0.6869328618049622,-0.0011242544278502464,2.110638380050659,-0.964005172252655,-0.5434556603431702,-0.22334882616996765,-0.7655156850814819 +453,-2.096190093494765,0.0822585353797282,2.3897455753630705,-0.8622013330459595,-0.08216580003499985,0.4998578131198883,-0.16583257913589478,1.2233912944793701,-1.1122750043869019,0.7688784599304199,0.23627954721450806,0.36124151945114136 +454,-2.1433543116304943,0.08899742567151421,2.3659846912376836,-0.8371915221214294,-0.08887998759746552,0.5396397709846497,-0.1643354594707489,-0.17112164199352264,0.8850938677787781,0.2914302349090576,0.00861871987581253,-0.14938092231750488 +455,-2.095422695865524,0.05596987489947127,2.3838462192358265,-0.8641559481620789,-0.0559406578540802,0.5001053810119629,0.44810259342193604,0.5517994165420532,-0.21478791534900665,-0.1415509581565857,0.023546241223812103,0.5116592049598694 +456,-2.132248109860348,0.0005173068643291631,2.386108757395527,-0.8464829325675964,-0.000517306849360466,0.5324155688285828,0.9278233647346497,-1.9698323011398315,0.9194627404212952,-0.5111525654792786,-0.20131069421768188,0.24605727195739746 +457,-2.2786600399652834,0.026918917500085536,2.3197031744189434,-0.7594774961471558,-0.026915665715932846,0.6499767303466797,-0.4165818691253662,0.1669693887233734,-0.3123481869697571,-0.2416365146636963,-0.08837974071502686,-0.7532634139060974 +458,-2.129606926044778,0.1283323044817289,2.3470757256124024,-0.8409137725830078,-0.1279803365468979,0.5258182287216187,-0.25041377544403076,1.076820969581604,-1.0301480293273926,0.49786579608917236,0.10698427259922028,0.08602863550186157 +459,-2.1656547226673366,0.1494341712810081,2.3540944058883575,-0.8189976811408997,-0.14887863397598267,0.5541461706161499,-0.13975125551223755,-0.07281340658664703,0.3879358470439911,0.32375842332839966,0.06501632928848267,-0.18935436010360718 +460,-2.113590312262733,0.15784845085390098,2.385449434454915,-0.8456236124038696,-0.15719376504421234,0.5101088285446167,0.811392605304718,0.5402225255966187,-0.31415411829948425,-0.06732511520385742,0.05868300795555115,0.19638842344284058 +461,-2.1078557737057917,0.13676537875796826,2.4266901125915346,-0.8511934876441956,-0.13633941113948822,0.5068342685699463,0.5673344135284424,-0.5195123553276062,0.5413782596588135,-0.4604061245918274,-0.10403227806091309,0.27786415815353394 +462,-2.180279658457626,0.12927450120745962,2.3929800773165475,-0.8131018877029419,-0.1289147287607193,0.5676671862602234,0.2958811819553375,-0.538678765296936,0.38622787594795227,0.023810625076293945,-0.1906195431947708,-0.7112830281257629 +463,-2.0986414489336584,0.14232145684503672,2.4110949071134797,-0.8551597595214844,-0.14184148609638214,0.49858036637306213,-0.19643300771713257,1.256540060043335,-0.8231176137924194,0.3208581805229187,0.05636177957057953,0.049118489027023315 +464,-2.0972496555758506,0.14019704117892087,2.393558211992999,-0.8561117053031921,-0.13973823189735413,0.497540146112442,-0.2596575915813446,-0.49255281686782837,0.8710989356040955,0.4556599259376526,0.10511602461338043,-0.12652260065078735 +465,-2.0714922197865144,0.11361828910068121,2.3468605715767277,-0.8715924620628357,-0.11337399482727051,0.47694095969200134,0.2586733102798462,0.8261770009994507,-0.09488725662231445,-0.19792646169662476,-0.0570513978600502,0.1549864113330841 +466,-2.037324380976969,0.09950473426357577,2.3427933178134643,-0.8887174129486084,-0.09934061020612717,0.44756320118904114,-0.34454670548439026,-0.2718965709209442,0.7451902627944946,-0.3423922061920166,0.20944803953170776,0.46736907958984375 +467,-2.1474407822648627,0.07196479761916069,2.287176328271892,-0.8361272215843201,-0.07190269976854324,0.5438029766082764,-2.5543315410614014,-0.6468905210494995,-0.13476994633674622,-0.3275997042655945,-0.15971046686172485,-0.013926208019256592 +468,-2.114320504910528,0.14900625034157206,2.199216725084369,-0.846407413482666,-0.14845547080039978,0.5114249587059021,-0.6514583230018616,1.693989634513855,-0.703750729560852,0.051271915435791016,-0.038998737931251526,-0.1643485426902771 +469,-2.048899098922599,0.22654641526126373,2.1783584923762023,-0.8651825189590454,-0.22461353242397308,0.4483391344547272,-0.09722813963890076,-0.907896101474762,0.10513556748628616,0.5563446283340454,0.3008464276790619,-0.36951231956481934 +470,-2.060557757566016,0.19059182778769237,2.1632451105849158,-0.8664661049842834,-0.1894400417804718,0.4618972837924957,0.418514609336853,0.1839497685432434,-0.014178883284330368,-0.27130550146102905,-0.0583321750164032,0.19113314151763916 +471,-2.027879608452372,0.20910393724983,2.1756771543329263,-0.87779700756073,-0.2075834423303604,0.43171927332878113,0.27798280119895935,1.3247084617614746,-0.8652274012565613,-0.61872398853302,0.0890226662158966,0.470914363861084 +472,-2.1116034342183307,0.1698389832718976,2.2320561548821916,-0.8449587821960449,-0.16902364790439606,0.5074207782745361,-1.3995640277862549,-2.6401822566986084,1.1506197452545166,0.012866377830505371,-0.29237163066864014,0.008890926837921143 +473,-2.1663982210688153,0.1662446991869099,2.1636881753783754,-0.8163980841636658,-0.16548000276088715,0.5532726049423218,-0.3413311243057251,2.2595791816711426,-0.905632734298706,-0.31388145685195923,-0.20233309268951416,-0.3530620336532593 +474,-1.9960425865977138,0.2416278691942574,2.244469958761569,-0.884473979473114,-0.2392835170030594,0.40056049823760986,-0.11250187456607819,0.08351387083530426,0.0017128586769104004,0.7370895743370056,0.33567333221435547,0.40315037965774536 +475,-2.083258987328572,0.18107544684471005,2.178008349673312,-0.8572905659675598,-0.18008753657341003,0.4823085367679596,0.06975672394037247,-0.13507431745529175,0.7023980021476746,-0.051019370555877686,-0.042034655809402466,-0.1840449571609497 +476,-2.04289916368894,0.13307971711860483,2.193709908115938,-0.8827391266822815,-0.1326872557401657,0.4507390856742859,0.5214295983314514,0.25339275598526,0.4664596617221832,-0.057949960231781006,0.1354643851518631,0.36519405245780945 +477,-2.0556508837313183,0.055471368649889774,2.169808102300005,-0.8833817839622498,-0.055442925542593,0.4653627276420593,0.5881317257881165,-1.3825573921203613,1.0482463836669922,-0.3809308409690857,-0.1333235502243042,0.18998688459396362 +478,-2.2066874440071027,0.05056466764938638,2.0788419526964694,-0.8035143613815308,-0.05054312199354172,0.5931355357170105,-1.08863365650177,-1.1618434190750122,0.13319121301174164,-0.2429637908935547,-0.12403266876935959,-0.908717930316925 +479,-2.101009106029742,0.07342836708713715,2.1044186065920485,-0.8603748083114624,-0.07336240261793137,0.5043541789054871,1.0022192001342773,1.6129342317581177,-0.9375995397567749,0.21808665990829468,-0.012819252908229828,-0.01024407148361206 +480,-2.0797616715853713,0.12322677558428696,2.103203874494242,-0.8666275143623352,-0.12291514873504639,0.4835791289806366,-1.2430769205093384,-0.8650764226913452,0.03996272385120392,0.33716267347335815,0.2230585664510727,-0.1317877173423767 +481,-2.09782664324269,0.10228831809190442,2.1145019973591612,-0.859787106513977,-0.10211003571748734,0.5003399848937988,1.0927367210388184,0.8147662878036499,-0.3693438768386841,-0.11524969339370728,-0.06584345549345016,0.10840952396392822 +482,-2.082790557080852,0.09944229383523871,2.2156820763411362,-0.8674625754356384,-0.09927847981452942,0.4874964654445648,0.1807774156332016,0.3447377681732178,-0.6896649599075317,-0.24470490217208862,0.21811391413211823,0.5021887421607971 +483,-2.1928942730724335,0.022664381693350746,2.28429385900392,-0.8124488592147827,-0.022662442177534103,0.5825915932655334,0.06265907734632492,-1.509066104888916,-0.01998395286500454,-0.43707799911499023,-0.5708586573600769,0.06651723384857178 +484,-2.1534476081434955,0.07693944646205737,2.3635813224734985,-0.8325364589691162,-0.07686355710029602,0.5486118793487549,1.0829815864562988,1.8241608142852783,-1.322630763053894,0.04716658592224121,-0.12334698438644409,-0.15937542915344238 +485,-2.051009159259955,0.13492851191127228,2.469442683244171,-0.8788356184959412,-0.13451947271823883,0.45776912569999695,0.008767420426011086,-0.373262882232666,-0.04193078726530075,0.6982478499412537,0.30528056621551514,0.06992566585540771 +486,-2.0925058516614308,0.08801661947177664,2.472726827530787,-0.8636123538017273,-0.08790302276611328,0.4964337646961212,0.5261505246162415,0.2464601695537567,0.1386510729789734,-0.008671462535858154,-0.014849655330181122,-0.028202712535858154 +487,-2.063988081267933,0.041773006015737885,2.4896807763424076,-0.8800578713417053,-0.04176085814833641,0.47302666306495667,-0.13682611286640167,0.11138362437486649,0.48470982909202576,-0.12258189916610718,0.10549682378768921,0.5140491724014282 +488,-2.2120265997294717,-0.09141108525916451,2.4284737347823384,-0.7980146408081055,0.09128383547067642,0.595684289932251,-0.7187831401824951,-2.465155839920044,1.6679939031600952,-0.6122636198997498,-0.4695187211036682,0.16765183210372925 +489,-2.23052186184083,-0.0007592688992964202,2.294643513895316,-0.7901601195335388,0.0007592688198201358,0.6128997206687927,0.19403095543384552,1.5108509063720703,-0.8989344239234924,0.00947481393814087,-0.09064880013465881,-0.5867157578468323 +490,-2.1233411786195693,0.03577844482534012,2.374077301472946,-0.8506469130516052,-0.03577081114053726,0.5245192050933838,-0.7243331670761108,0.512732982635498,-0.4578322470188141,0.5720519423484802,0.16634029150009155,0.2171494960784912 +491,-2.1589833975853647,0.05159339537142384,2.3414218043459134,-0.8308408856391907,-0.05157050862908363,0.554115355014801,0.5978862047195435,-0.26108673214912415,0.24697965383529663,0.06761157512664795,0.08803901076316833,-0.3368454575538635 +492,-2.1477629709676442,0.006623797235474457,2.4329326391897945,-0.8381025791168213,-0.006623748689889908,0.5454720258712769,0.35351622104644775,0.2430260181427002,-0.4934803247451782,-0.3406234383583069,0.09228658676147461,0.44161880016326904 +493,-2.201108341866838,-0.07224348454417247,2.500138209641654,-0.8057364225387573,0.07218065857887268,0.5878593921661377,0.1617029309272766,-2.585825204849243,1.1116108894348145,-0.2169991135597229,-0.4938878118991852,0.42237919569015503 +494,-2.227100426117962,0.014380808632172924,2.4076196894805353,-0.7921708822250366,-0.014380312524735928,0.6101298332214355,1.1436939239501953,2.003761053085327,-1.224416732788086,-0.1825299859046936,0.004370571114122868,-0.6246410012245178 +495,-2.094491424507997,0.032789244147386216,2.5131987386415853,-0.8655117154121399,-0.03278337046504021,0.49981459975242615,-0.6049773097038269,-0.3478238582611084,-0.05081251263618469,0.6544980406761169,0.1765822172164917,0.26465079188346863 +496,-2.1842984968929344,0.04837941382710191,2.3971216589149646,-0.8166800737380981,-0.04836054518818855,0.5750609040260315,-0.015566048212349415,-0.43580663204193115,0.6083078980445862,0.01289278268814087,0.06813590973615646,-0.42938512563705444 +497,-2.119945938910713,0.019123879698433727,2.411772632139691,-0.8528125882148743,-0.019122714176774025,0.5218665599822998,0.42661887407302856,0.2510634958744049,0.29577162861824036,-0.1098489761352539,-0.02566182240843773,0.44328224658966064 +498,-2.1747527549944152,-0.03479283125008398,2.402115684134188,-0.8225969076156616,0.034785810858011246,0.5675596594810486,0.3761346936225891,-2.3012425899505615,1.675034999847412,-0.09239619970321655,-0.09701115638017654,0.27057504653930664 +499,-2.378883209865219,-0.03431383151440877,2.2653983207641497,-0.6904761791229248,0.034307099878787994,0.7225412130355835,-0.6888125538825989,-0.3939629793167114,0.10863626003265381,-0.5282586216926575,-0.1537071168422699,-0.995658278465271 +500,-2.2254604079185256,0.03816427062645347,2.2960895511614656,-0.7926749587059021,-0.03815500810742378,0.6084494590759277,0.2574079632759094,1.4021272659301758,-1.1468899250030518,0.4298056960105896,0.05219310522079468,0.022715091705322266 +501,-2.2115356117811458,0.0754769706381595,2.267226462069276,-0.799371600151062,-0.07540532946586609,0.5960862636566162,-0.4582820236682892,-0.6830916404724121,0.8571934700012207,0.26337623596191406,0.2209894359111786,-0.258226215839386 +502,-2.1876451583264624,0.010567849994660254,2.3067093308426094,-0.8156601190567017,-0.010567652992904186,0.5784355401992798,0.8184659481048584,0.902933657169342,-0.31728386878967285,-0.12577694654464722,-0.05452636256814003,0.3903452754020691 +503,-2.1432510454135354,-0.005965911912649387,2.3505661048620596,-0.8405588269233704,0.005965876393020153,0.5416874289512634,0.9604918360710144,-0.15969572961330414,0.8543522953987122,-0.19688618183135986,-0.038680702447891235,0.22830158472061157 +504,-2.2444776171027114,-0.07431662346068192,2.3242924899426387,-0.7793732285499573,0.07424823194742203,0.6221453547477722,-1.0896488428115845,0.1011410504579544,0.056637879461050034,-0.3604431748390198,-0.25897112488746643,-0.30314499139785767 +505,-2.1365164017126372,-0.049325759916851494,2.402383995930994,-0.8431759476661682,0.049305759370326996,0.5353718400001526,0.8965736627578735,1.4227489233016968,-0.9835880398750305,0.40506577491760254,0.03287806361913681,0.004102587699890137 +506,-2.0947234533210652,-0.01819014334019467,2.417248137480812,-0.8657180070877075,0.018189139664173126,0.5002015829086304,-0.39580148458480835,-0.8275901675224304,0.5332140326499939,0.5084943771362305,0.08113032579421997,-0.15893882513046265 +507,-2.1051039252151833,-0.08409466757407962,2.414640043591227,-0.8575801253318787,0.08399558067321777,0.5074456930160522,1.333836555480957,0.7964514493942261,-0.06940778344869614,-0.3230077028274536,-0.12136436253786087,0.26370304822921753 +508,-2.06403454529672,-0.06528429984298771,2.447876672182183,-0.8789278864860535,0.06523793935775757,0.4724719524383545,-0.12238215655088425,-0.7725291848182678,0.4744538962841034,-0.03531771898269653,0.44408518075942993,0.468339204788208 +509,-2.261337736871113,-0.15769640439790913,2.354008469294477,-0.7613357901573181,0.15704360604286194,0.629051148891449,-1.2269092798233032,-2.018084764480591,0.7785041928291321,-0.4631669521331787,-0.36125195026397705,-0.043846070766448975 +510,-2.2806999735639297,-0.03440138071521994,2.2470643194712285,-0.7579760551452637,0.03439459577202797,0.6513751745223999,0.13487587869167328,1.2121970653533936,-0.9571283459663391,0.08155399560928345,-0.07284675538539886,-0.505317747592926 +511,-2.191229876670485,-0.025622918445331735,2.3154216721931364,-0.8133594393730164,0.02562011405825615,0.5811971426010132,-0.2655768096446991,0.03675500303506851,-0.1652897149324417,0.4230090379714966,0.06338441371917725,0.09742224216461182 +512,-2.193957451705484,0.007132660062623291,2.2886424776669276,-0.8120170831680298,-0.007132599595934153,0.5835902690887451,0.4695541262626648,0.4806707501411438,-0.2528803050518036,-0.006372928619384766,0.05303102731704712,-0.26707714796066284 +513,-2.1497861049627227,-0.012263040584053711,2.38143702845138,-0.8369528651237488,0.012262733653187752,0.547137439250946,0.13894428312778473,0.17951293289661407,-0.4494169354438782,-0.29749226570129395,0.1675315797328949,0.4600645899772644 +514,-2.1792013082463426,-0.07176206168509794,2.4252968618725803,-0.8184487223625183,0.07170048356056213,0.570088267326355,0.9894648194313049,-1.9980108737945557,0.9466307759284973,-0.2726919651031494,-0.425933301448822,0.30045610666275024 +515,-2.245969676121494,-0.01541495242182966,2.372627874873253,-0.7805060148239136,0.015414342284202576,0.6249585151672363,0.6074573397636414,0.8178948163986206,-0.9243900179862976,-0.10305428504943848,-0.24429616332054138,-0.860050618648529 +516,-2.0912227067985385,0.034207256946526286,2.5174063432773224,-0.8670995831489563,-0.03420058637857437,0.4969591498374939,0.3429664969444275,1.174349069595337,-0.8000497817993164,0.7063636183738708,0.21463577449321747,0.11787837743759155 +517,-2.122229941695661,0.029745852815117855,2.4874554964534785,-0.8513974547386169,-0.02974146604537964,0.5236771106719971,-0.2453576624393463,-0.5531113743782043,0.6507689952850342,0.10995769500732422,0.003587903454899788,-0.25141459703445435 +518,-2.0518168213463857,0.01927587537064361,2.533966725213926,-0.8863586783409119,-0.01927468180656433,0.4625982344150543,0.7870692610740662,1.017249345779419,-0.5475229024887085,-0.2841889262199402,0.11166664958000183,0.5637385249137878 +519,-2.106821520152404,-0.013123650994025005,2.51307892236015,-0.8596716523170471,0.013123273849487305,0.5106788277626038,-0.04357339069247246,-2.081378936767578,1.2135181427001953,-0.4873591661453247,-0.03457711637020111,0.23480457067489624 +520,-2.2694929066544938,0.009025242233156792,2.3994784038576076,-0.7656501531600952,-0.009025119245052338,0.6431941390037537,-0.6315536499023438,-0.8180147409439087,0.15042491257190704,-0.20183348655700684,-0.11879774928092957,-0.8566187024116516 +521,-2.157855620346786,0.04136887316416206,2.38925374564412,-0.8318608999252319,-0.041357073932886124,0.5534411668777466,0.45309585332870483,0.9684000015258789,-0.39826124906539917,0.44247180223464966,0.021337535232305527,-0.10167425870895386 +522,-2.1522210081278583,0.05485436738321171,2.3406589081969105,-0.8344241976737976,-0.05482686311006546,0.5483890771865845,-0.5631809830665588,-0.860881507396698,0.6066985726356506,0.24696069955825806,0.11247455328702927,-0.2373080849647522 +523,-2.125070513957491,0.03392278705685817,2.3542770449562638,-0.849793553352356,-0.033916279673576355,0.5260235071182251,1.1566662788391113,0.8373109102249146,-0.17303556203842163,-0.10159194469451904,-0.02554723620414734,0.1400989294052124 +524,-2.1060511025120157,0.013679671793841249,2.4040749703207624,-0.8600583076477051,-0.013679245486855507,0.5100125670433044,-0.2309320569038391,-0.1773448884487152,0.3489898145198822,-0.409091591835022,0.14830753207206726,0.4030582308769226 +525,-2.1899254342882,-0.01118732971675368,2.378379119348091,-0.8143332600593567,0.011187096126377583,0.580289900302887,-0.8815872073173523,-0.41919711232185364,0.3052837550640106,-0.06707549095153809,-0.2711663246154785,-0.1648082137107849 +526,-2.153601177965509,0.015570340132170539,2.4057790923710063,-0.8348210453987122,-0.015569711104035378,0.550301194190979,0.5818487405776978,1.379195213317871,-1.0679904222488403,0.24755603075027466,-0.035959213972091675,-0.16555088758468628 +527,-2.0847030032030283,0.05429800147157705,2.4501614876891606,-0.869547426700592,-0.05427132546901703,0.49085861444473267,-0.25801604986190796,-0.3919551372528076,0.29317325353622437,0.62490314245224,0.14777719974517822,-0.026487767696380615 +528,-2.0923792804326435,0.01216530977504305,2.4369580007800016,-0.866967499256134,-0.01216500997543335,0.4982164204120636,0.7383553981781006,1.2327487468719482,-0.33678245544433594,-0.3230655789375305,-0.09098440408706665,0.22418051958084106 +529,-2.057339781237378,-0.00588681814367316,2.4828770373771043,-0.8839390277862549,0.005886784289032221,0.4675651490688324,0.0847088024020195,-0.7380747199058533,0.7514026165008545,-0.15623736381530762,0.3423950970172882,0.5638679265975952 +530,-2.2223878505291212,-0.108469511827077,2.4168181477711674,-0.7904466390609741,0.10825693607330322,0.6028884649276733,-1.1002229452133179,-1.9341843128204346,0.8195783495903015,-0.4697309136390686,-0.3658863306045532,-0.09420627355575562 +531,-2.2405386356555983,-0.022830317677760417,2.3289272105164587,-0.7837772369384766,0.02282833494246006,0.6206221580505371,0.3886106610298157,1.664620041847229,-0.9300169944763184,-0.0019587278366088867,-0.07739377021789551,-0.4847884774208069 +532,-2.118955649720321,0.007146360358021701,2.418243815375727,-0.8534632325172424,-0.007146299351006746,0.5211037397384644,-0.6861259937286377,-0.2655916213989258,-0.36081668734550476,0.607369601726532,0.08150237798690796,0.2500143051147461 +533,-2.2010349483635134,0.02422470256249446,2.365025867041745,-0.8076497912406921,-0.02422233298420906,0.5891645550727844,0.7184105515480042,-0.11052168905735016,-0.06140349432826042,-0.17126250267028809,0.08370107412338257,-0.2797927260398865 +534,-2.157313129167942,0.00016592240424199238,2.441708746472064,-0.8328735828399658,-0.0001659224071772769,0.553463339805603,0.6440501809120178,-0.25792038440704346,-0.2497081607580185,-0.3280303478240967,0.1569957435131073,0.512363076210022 +535,-2.211244471587467,-0.061830707842963524,2.4676150067789804,-0.8002958297729492,0.0617913194000721,0.5964129567146301,0.9661113619804382,-1.819268822669983,0.8647242188453674,-0.142666757106781,-0.4156273901462555,0.19753235578536987 +536,-2.266692551798559,-0.026623439012143334,2.398062222913267,-0.7672073245048523,0.026620294898748398,0.6408461928367615,-0.30906417965888977,0.9385959506034851,-0.7282276153564453,-0.16121357679367065,-0.2229093611240387,-0.5230180621147156 +537,-2.1523200843548205,0.01871364428943041,2.496614137625767,-0.835480272769928,-0.01871255226433277,0.5492016673088074,0.21081781387329102,0.7798743844032288,-0.5812532901763916,0.5861822366714478,0.16727210581302643,0.0751270055770874 +538,-2.1782819996288563,0.023360120664854545,2.4586616586228462,-0.8208617568016052,-0.023357996717095375,0.5706490278244019,-0.22732806205749512,-0.11846058815717697,0.4468783736228943,0.029037415981292725,-0.025012372061610222,-0.17486661672592163 +539,-2.1184067709758105,0.012621267167708509,2.488996484367305,-0.853702962398529,-0.012620932422578335,0.520607054233551,0.5775231719017029,0.7304890155792236,-0.2704170346260071,-0.1444506049156189,0.03030586428940296,0.4815443158149719 +540,-2.139676179606954,-0.028771289605816392,2.4825000751180686,-0.842156171798706,0.02876732125878334,0.538465678691864,0.47441771626472473,-1.1164859533309937,1.2402985095977783,-0.38289564847946167,0.08353735506534576,0.26803749799728394 +541,-2.2916674343913086,-0.04329755715428533,2.3872666015733417,-0.7505268454551697,0.04328402876853943,0.6594206094741821,-1.7260981798171997,-0.9752845764160156,0.17634180188179016,-0.351523756980896,-0.18845616281032562,-0.5867889523506165 +542,-2.210227205655976,0.014094704337039915,2.3860587872302825,-0.8023557662963867,-0.014094237238168716,0.5966795682907104,0.2891910672187805,1.4980242252349854,-1.0062350034713745,0.242190420627594,-0.07320129871368408,-0.13102716207504272 +543,-2.1698946375159265,0.06127860089463536,2.4041536396628933,-0.8242943286895752,-0.06124025583267212,0.5628396272659302,-0.30008572340011597,-0.599184513092041,0.1639527678489685,0.34735041856765747,0.1719885766506195,-0.19791048765182495 +544,-2.1771142400891965,0.04071711595426521,2.4142173421459434,-0.8210707306861877,-0.04070586711168289,0.5693733096122742,0.717402458190918,0.45455417037010193,-0.2424440085887909,-0.14296430349349976,-0.035404980182647705,0.08962321281433105 +545,-2.128287633953466,0.062330004221893914,2.477258178286577,-0.8469371199607849,-0.06228965148329735,0.5280316472053528,0.36658215522766113,0.664355456829071,-0.5450742244720459,-0.1508197784423828,0.31402915716171265,0.4295184016227722 +546,-2.211940843943913,-0.04400474777267335,2.5249906507939723,-0.8006358742713928,0.04399054870009422,0.5975340604782104,-0.2749946713447571,-1.8228304386138916,0.7069042921066284,-0.2876056432723999,-0.574645459651947,0.19972234964370728 +547,-2.217567854065205,0.012238188531729413,2.4954640421603926,-0.7979737520217896,-0.012237883172929287,0.6025680303573608,0.6865269541740417,1.2104078531265259,-0.881054699420929,-0.01026904582977295,-0.029296547174453735,-0.33358609676361084 +548,-2.0977599290217874,0.050905263816931265,2.5777033787012114,-0.8632185459136963,-0.05088328197598457,0.5022597908973694,-0.022259242832660675,0.1430320292711258,-0.08133663237094879,0.6890851259231567,0.19767281413078308,0.13468784093856812 +549,-2.151854056388976,0.013824180990367417,2.515369717579096,-0.8358024954795837,-0.013823741115629673,0.5488558411598206,0.0450061559677124,0.09923779964447021,0.42345529794692993,-0.1256231665611267,-0.0648810863494873,-0.09980505704879761 +550,-2.0982657817405483,0.001970436919390134,2.55156684638258,-0.8640817999839783,-0.0019704357255250216,0.5033472776412964,-0.19279064238071442,0.21291424334049225,0.12283247709274292,-0.0592883825302124,0.18300069868564606,0.6194553375244141 +551,-2.2167994215517295,-0.08319931693393035,2.5077895157409618,-0.7957342267036438,0.08310336619615555,0.5999172925949097,-0.31789612770080566,-1.7998287677764893,0.8582397699356079,-0.4499779939651489,-0.37973421812057495,0.10397058725357056 +552,-2.2660414046330093,0.0017951585050891186,2.3939438156374444,-0.767895519733429,-0.0017951575573533773,0.6405726671218872,-0.04107694327831268,0.919432520866394,-0.5189992189407349,-0.03287053108215332,-0.043996453285217285,-0.7461939454078674 +553,-2.1798093570531814,0.03166590204637082,2.4513049092728756,-0.8198018670082092,-0.03166060894727707,0.5717714428901672,-0.3916860520839691,0.13325068354606628,-0.3432171046733856,0.506554126739502,0.07652142643928528,0.08609598875045776 +554,-2.2081030871268523,0.05393920037909556,2.415889778629747,-0.8025324940681458,-0.05391304939985275,0.5941677689552307,0.143568754196167,-0.11689787358045578,0.41275882720947266,0.0965387225151062,0.08131783455610275,-0.33278459310531616 +555,-2.1642335645195674,0.0035552371457061964,2.503301567074763,-0.8290181756019592,-0.0035552296321839094,0.5592103600502014,0.3541489243507385,0.47888267040252686,-0.08404400944709778,-0.17015790939331055,0.21900932490825653,0.6073698401451111 +556,-2.1922351762366437,-0.06589176689669007,2.5114710461304415,-0.8112772703170776,0.0658440962433815,0.5809422135353088,1.8787257671356201,-1.9611719846725464,1.4196844100952148,-0.31402790546417236,-0.3552880883216858,0.06133079528808594 +557,-2.25984717630944,-0.03711897188545586,2.4547094610592657,-0.7713180184364319,0.03711044788360596,0.6353667974472046,-0.8506560921669006,0.6313758492469788,-0.6890308856964111,-0.12631064653396606,-0.21832382678985596,-0.6010651588439941 +558,-2.164918693210124,-0.013914443564470354,2.5474178345665957,-0.8285598158836365,0.013913994655013084,0.5597274899482727,0.3487342596054077,0.94706130027771,-0.4492778182029724,0.5575180649757385,0.11470234394073486,0.038829028606414795 +559,-2.1766700956502,-0.011165123013631626,2.501444604504887,-0.8219537138938904,0.011164890602231026,0.5694451332092285,-0.5210831165313721,-0.35833674669265747,0.5479339957237244,0.20493394136428833,-0.022395357489585876,-0.26324695348739624 +560,-2.117659298354876,-0.025956475856044207,2.530668893725509,-0.8538722991943359,0.025953561067581177,0.5198351144790649,0.6166801452636719,0.993810772895813,-0.41858965158462524,-0.1291600465774536,0.11929483711719513,0.5512860417366028 +561,-2.1402619214186385,-0.05630774146222063,2.5051818879221055,-0.8408546447753906,0.05627799034118652,0.5383276343345642,-0.009848110377788544,-1.469801902770996,1.5411291122436523,-0.4137689471244812,0.06704354286193848,0.22835028171539307 +562,-2.270363959035303,-0.06768673931810092,2.4166965104800964,-0.7633686065673828,0.06763506680727005,0.6424124836921692,-2.3998732566833496,-0.6705554723739624,0.03882850706577301,-0.2234172821044922,-0.20096635818481445,-0.27797162532806396 +563,-2.2497784989372027,0.00016607138765631864,2.374672459737115,-0.7782121896743774,-0.00016607138968538493,0.6280011534690857,0.42710161209106445,1.0257142782211304,-0.5115514397621155,0.2509143352508545,-0.03735530376434326,-0.23092186450958252 +564,-2.219448675274857,0.04907636482147676,2.369816976750414,-0.7959391474723816,-0.04905666783452034,0.6033856272697449,-1.1168373823165894,-0.4860495328903198,-0.025403102859854698,0.34736132621765137,0.10563627630472183,-0.23935669660568237 +565,-2.1838462134033674,0.08082328166424214,2.358664248941773,-0.8152267932891846,-0.08073531836271286,0.5734862089157104,0.9644871950149536,1.3428338766098022,-0.6427609920501709,-0.09161806106567383,-0.020369388163089752,0.08496075868606567 +566,-2.1452497230414753,0.08219517334968242,2.3997524133539816,-0.83665531873703,-0.08210264891386032,0.541541576385498,-0.1001870185136795,0.22391371428966522,-0.01548282615840435,-0.27569520473480225,0.2932995557785034,0.43448686599731445 +567,-2.2646187054945277,-0.00809571977547023,2.39587787166625,-0.7687820196151733,0.008095631375908852,0.639459490776062,-0.7892705202102661,-1.5664845705032349,0.6658613681793213,-0.4043288230895996,-0.4136742353439331,-0.03563874959945679 +568,-2.219847408849939,0.02541626723980096,2.380883603394109,-0.7964004874229431,-0.025413531810045242,0.6042355895042419,0.8748347759246826,1.7364851236343384,-0.8088246583938599,0.041670143604278564,-0.11052700877189636,-0.1882198452949524 +569,-2.101700240395608,0.06348786903433877,2.4545694266782587,-0.8606122732162476,-0.06344522535800934,0.5052928924560547,-0.6221250891685486,-0.11520159244537354,-0.13545359671115875,0.6904616951942444,0.21543805301189423,0.19110286235809326 +570,-2.161890026883353,0.053928005453440994,2.370297022901686,-0.8291246891021729,-0.05390186980366707,0.5564594268798828,-0.28301334381103516,0.2821504771709442,0.2196391373872757,-0.0714491605758667,-0.07057935744524002,-0.14177125692367554 +571,-2.1092643675416975,0.037048654018185856,2.407191951202158,-0.8579064011573792,-0.03704017773270607,0.5124695897102356,-0.009177140891551971,0.37064433097839355,-0.07611582428216934,-0.13737881183624268,0.12142127007246017,0.5753905773162842 +572,-2.1900781823820976,-0.028077177020908405,2.377321676128922,-0.8139745593070984,0.028073487803339958,0.5802217721939087,0.4818819761276245,-1.9442110061645508,1.1520966291427612,-0.5131586194038391,-0.1975833773612976,0.11989724636077881 +573,-2.284192563187003,0.015059481076536966,2.2613400623765285,-0.7560580968856812,-0.01505891140550375,0.6543315052986145,-0.661335289478302,-0.011108050122857094,-0.1618681401014328,-0.1452786922454834,-0.14782863855361938,-0.7627755999565125 +574,-2.185432698442131,0.0916638366281727,2.268873909547273,-0.8135532736778259,-0.0915355235338211,0.574240505695343,-0.6118058562278748,0.5946911573410034,-0.6060590147972107,0.5573582649230957,0.0917796790599823,-0.027472376823425293 +575,-2.2036264378860375,0.13649739514753081,2.2217069704346977,-0.7988568544387817,-0.13607393205165863,0.585928201675415,-0.39643362164497375,-0.20173819363117218,0.29447969794273376,0.1846599578857422,0.09835417568683624,-0.29051798582077026 +576,-2.143090155746442,0.12971066506477694,2.2462469226356423,-0.8335989713668823,-0.12934724986553192,0.5370123982429504,0.7921818494796753,0.5751875042915344,0.06254380196332932,-0.05273842811584473,0.06892241537570953,0.4200647473335266 +577,-2.1720472088106932,0.085147337606791,2.239161686051034,-0.8216412663459778,-0.0850444883108139,0.563625156879425,0.19151559472084045,-0.5567088723182678,0.6971530318260193,-0.3765398859977722,-0.1578296422958374,0.09326577186584473 +578,-2.2123944699486753,0.050787085027136844,2.2272776187096373,-0.800107479095459,-0.050765253603458405,0.5977050065994263,-0.04307301715016365,-0.32882463932037354,0.3346775770187378,0.009213805198669434,-0.3278816044330597,-0.27415746450424194 +579,-2.145288782225127,0.07643546247035271,2.278480819108577,-0.8370172381401062,-0.07636106014251709,0.5418222546577454,0.33454474806785583,1.133095383644104,-0.926400899887085,0.3622552156448364,-0.010507233440876007,-0.04282921552658081 +580,-2.1192951369741597,0.0954482058326396,2.2999935301311374,-0.8494243025779724,-0.09530334174633026,0.5190336108207703,-0.06855281442403793,-0.2069016844034195,0.5050976276397705,0.49886876344680786,0.12708739936351776,-0.20230692625045776 +581,-2.0877778944656615,0.05873349910076001,2.3236525884025325,-0.867816150188446,-0.05869973823428154,0.4934062361717224,0.580828070640564,1.0681326389312744,-0.2562764286994934,-0.14663398265838623,-0.04344261437654495,0.35626429319381714 +582,-2.077126311173991,0.030048192733087297,2.3430982695094222,-0.8741356134414673,-0.030043670907616615,0.4847521483898163,0.07690253853797913,-0.9339329600334167,1.0939399003982544,-0.07427442073822021,0.14095976948738098,0.39354407787323 +583,-2.2015367242736876,-0.0434232123888559,2.2845883402611773,-0.8068299293518066,0.0434095673263073,0.5891870260238647,-1.4272112846374512,-0.5149243474006653,0.02365230768918991,-0.4212433099746704,-0.3257734477519989,-0.03893977403640747 +584,-2.157971135756362,0.03775761327768387,2.2477197692248314,-0.8319159150123596,-0.03774864226579666,0.553616464138031,0.6339321732521057,1.3252638578414917,-0.9100887775421143,0.07233327627182007,-0.09141701459884644,-0.305539071559906 +585,-2.0864607549746426,0.08624195307858937,2.3145548951807635,-0.8667320013046265,-0.08613508939743042,0.49128031730651855,-0.5227603316307068,-0.22012807428836823,-0.31186163425445557,0.5216087698936462,0.18353193998336792,0.007071703672409058 +586,-2.099870027865625,0.09058897563080805,2.323504879704828,-0.8597351908683777,-0.09046512842178345,0.5026642680168152,0.6010518670082092,0.2865104079246521,-0.1828829050064087,-0.02661728858947754,-0.025654278695583344,-0.08950203657150269 +587,-2.073184561716242,0.09208942410318476,2.389273045255755,-0.8727213740348816,-0.09195932000875473,0.47947970032691956,0.13335968554019928,0.4622405767440796,-0.3443073332309723,-0.4061329960823059,0.23276740312576294,0.4016389846801758 +588,-2.1057301364547962,0.03950888240019585,2.4188224329510954,-0.8596311807632446,-0.03949860483407974,0.5093863606452942,0.10231324285268784,-0.8907637596130371,0.4125032424926758,-0.2663303017616272,-0.33051177859306335,0.14362883567810059 +589,-2.124461344842522,0.056869575530403546,2.3897075175150073,-0.8492278456687927,-0.056838925927877426,0.524958074092865,0.5422798991203308,0.6803436875343323,-0.5096662044525146,-0.12640368938446045,-0.13597112894058228,-0.44298797845840454 +590,-2.031977779237625,0.09200735500806272,2.47704028589233,-0.8917394876480103,-0.09187759459018707,0.4431241750717163,-0.16456711292266846,0.08873017132282257,-0.23554426431655884,0.6996466517448425,0.15700212121009827,0.1605287492275238 +591,-2.0586613374855647,0.08472602985918014,2.436924782612956,-0.8801670074462891,-0.08462470024824142,0.4670596122741699,0.2585808038711548,-0.07127728313207626,0.5084154009819031,0.08361244201660156,0.010970532894134521,-0.2648806571960449 +592,-2.015129142653938,0.03143440002540942,2.491576302619213,-0.9024516940116882,-0.031429223716259,0.4296432435512543,0.22813816368579865,0.4577474296092987,-0.04445884749293327,-0.21394234895706177,0.0821952223777771,0.5722793340682983 +593,-2.0619149111845005,-0.01890920175901757,2.461796547116137,-0.8816481828689575,0.018908074125647545,0.47152823209762573,0.3671642541885376,-1.7118951082229614,1.0002152919769287,-0.5561416149139404,-0.3160272240638733,0.023817837238311768 +594,-2.1176889170878512,0.03476605644653595,2.380907051339369,-0.853628396987915,-0.034759052097797394,0.519721269607544,-1.5664726495742798,0.6215847730636597,-0.6561487317085266,-0.1635681390762329,-0.043213363736867905,-0.4595864415168762 +595,-2.0310799427083617,0.07300773057026949,2.4351678168386846,-0.8935401439666748,-0.07294289022684097,0.4430190324783325,0.15562139451503754,0.0692681074142456,-0.2811949849128723,0.5398412346839905,0.01750769466161728,0.25870221853256226 +596,-2.091553101326514,0.11108395798734001,2.4084549845570096,-0.8620963096618652,-0.11085564643144608,0.49447008967399597,0.1290675848722458,-0.8024554252624512,0.009279866702854633,0.32007378339767456,0.05346735566854477,-0.4821105897426605 +597,-2.0770169745246756,0.09423817957804748,2.5068868744752133,-0.8707026839256287,-0.09409875422716141,0.4827239215373993,0.9912393689155579,0.6118682622909546,-0.5243735313415527,-0.2212315797805786,0.09463280439376831,0.3363525867462158 +598,-2.0442885950535534,0.062439053160019034,2.568339322481371,-0.8882469534873962,-0.06239848956465721,0.45510852336883545,1.9591658115386963,-1.2068651914596558,1.5554827451705933,0.020891666412353516,-0.24437947571277618,0.29058849811553955 +599,-2.169345030025872,0.012101017820959238,2.5129723322178186,-0.8260936737060547,-0.012100722640752792,0.5634027719497681,-1.1737980842590332,1.1807812452316284,-0.8049435615539551,-0.5242785811424255,-0.2576136291027069,-0.5659510493278503 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/we8.csv b/BoostRunClub/CoreML/DataSet/Motion/running/we8.csv new file mode 100644 index 0000000..c045039 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/we8.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-2.026469123071064,0.06692328794027255,2.6380762825892154,-0.8959552049636841,-0.06687334179878235,0.4390815496444702,0.9408815503120422,1.031029462814331,-0.7900588512420654,0.6284685134887695,0.23662737011909485,0.26967400312423706 +1,0.16845958901510824,0.4059289804340522,0.05311183775093282,0.15403889119625092,-0.39487242698669434,-0.9057305455207825,-0.6817981600761414,0.4144306480884552,0.3161444365978241,0.00044108927249908447,-0.15572571754455566,-0.13298100233078003 +2,0.10326977540862782,0.4453323028705854,0.16189709144170042,0.09303206205368042,-0.4307577908039093,-0.8976595997810364,1.2894115447998047,-0.5159204006195068,1.24307382106781,0.04083330184221268,-0.2851082682609558,-0.4921566843986511 +3,0.09107092193840509,0.47972036514491295,0.19923372150167926,0.08067957311868668,-0.4615311324596405,-0.8834477066993713,0.7621166706085205,-0.5318377017974854,0.5114383101463318,-0.000677742063999176,0.378294438123703,-0.04523271322250366 +4,-0.016356004361218104,0.4669091178028937,0.21314860418562748,-0.014604669064283371,-0.4501284062862396,-0.8928444385528564,-0.7121208310127258,-0.9572381377220154,0.3176315426826477,0.07231341302394867,0.09787926077842712,0.14012837409973145 +5,-0.17520121752080342,0.5425079962170282,0.28824286222646267,-0.14927877485752106,-0.5162854790687561,-0.8433060646057129,1.0975558757781982,-1.170414686203003,0.3916286826133728,-0.10197243094444275,0.2741132378578186,0.4901566505432129 +6,-0.7008393359849289,0.6605983924742191,0.5284446480153606,-0.5091972351074219,-0.6135894656181335,-0.6035115122795105,1.8957209587097168,-5.1654276847839355,2.6947450637817383,0.4616050720214844,0.15091246366500854,0.2361714243888855 +7,-1.5990053060068041,0.6320423137110779,1.0461331445496855,-0.806501567363739,-0.590793788433075,0.02275662124156952,7.706589698791504,-4.712679862976074,0.7297693490982056,-0.6141831874847412,-0.27199918031692505,-0.8302822113037109 +8,-2.2049327149943583,0.31434055245233217,1.6211541828669098,-0.7661105394363403,-0.30918940901756287,0.5634507536888123,1.0732873678207397,-0.9430590867996216,0.8619815707206726,-0.7725095748901367,-0.2013697326183319,0.8664503693580627 +9,-2.3256600271368617,0.0939840693518778,1.7636461572934024,-0.7251505255699158,-0.09384576976299286,0.6821655035018921,3.040677547454834,0.7417471408843994,0.6463814973831177,0.01793617010116577,0.05797238647937775,-0.4083159565925598 +10,-2.319930277395635,-0.07806846027645459,2.1024723635627938,-0.7300485372543335,0.07798918336629868,0.6789306402206421,1.7581602334976196,0.9267616868019104,-3.417431592941284,-0.114021897315979,-0.14283904433250427,0.2322937250137329 +11,-2.251600000986599,0.11532014881521278,2.238484886562101,-0.7719059586524963,-0.11506471782922745,0.625237226486206,1.313198447227478,0.8631415963172913,-1.519538164138794,0.402368426322937,0.543699324131012,-0.5844351649284363 +12,-2.1634017047809224,0.11248446359655474,2.303034112385105,-0.8242460489273071,-0.11224740743637085,0.5549942255020142,0.13999296724796295,0.12319513410329819,-0.03276173025369644,-0.2624390125274658,0.13890454173088074,0.3514845371246338 +13,-2.142525104355361,0.11444533888461574,2.366243121223883,-0.8354652523994446,-0.11419567465782166,0.5375469326972961,1.8073209524154663,-1.2104047536849976,-0.6944698691368103,-0.3034352660179138,-0.23693954944610596,0.004338264465332031 +14,-2.102936053217254,0.16902275234659953,2.3409891398779914,-0.8494437336921692,-0.16821910440921783,0.5001481771469116,-1.0913324356079102,2.16874623298645,-0.5485919713973999,-0.11933690309524536,-0.21637870371341705,-0.44394993782043457 +15,-1.8826197785475243,0.3002112285199469,2.281988004031913,-0.909206748008728,-0.29572200775146484,0.29307299852371216,-1.804114818572998,1.212609052658081,-0.6941681504249573,0.478084921836853,0.24782463908195496,0.3297603130340576 +16,-1.959548589684469,0.3216701605714894,2.3351539490869366,-0.8779186010360718,-0.31615149974823,0.35959291458129883,-0.2838110029697418,-0.26889365911483765,-0.46200016140937805,0.30900996923446655,0.07631388306617737,-0.14647343754768372 +17,-1.761572101256795,0.3897482840470571,2.2537108680289317,-0.9082228541374207,-0.37995558977127075,0.1754000186920166,-0.9780576825141907,1.6162840127944946,-0.3484368920326233,-0.26372843980789185,-0.018024146556854248,0.5202786922454834 +18,-1.7039429638462558,0.35999267069514357,2.2434843904851056,-0.9276157021522522,-0.35226738452911377,0.12424398213624954,-0.13281391561031342,-0.2174847275018692,0.45036977529525757,-0.48531752824783325,-0.24865421652793884,-0.02548910677433014 +19,-1.6665062229587306,0.35431822044270506,2.180479984312888,-0.9335909485816956,-0.3469510078430176,0.08962773531675339,-0.8864892721176147,0.3250652849674225,-0.20467503368854523,0.06249719858169556,-0.09923124313354492,-0.3684821128845215 +20,-1.5209559057435786,0.3649796719233437,2.1010360855946826,-0.932971179485321,-0.35693031549453735,-0.04653821885585785,-0.4815893769264221,0.8794034719467163,0.05413413792848587,0.33699333667755127,0.07621431350708008,0.12249648571014404 +21,-1.3571737034133404,0.35263275836464214,2.038580986643715,-0.9171347618103027,-0.34536975622177124,-0.1989564150571823,-0.6231421828269958,1.8284538984298706,0.11675918102264404,0.32323217391967773,0.30844345688819885,0.1287660002708435 +22,-1.2059067791515143,0.3226417616836459,1.971059259479094,-0.8859613537788391,-0.31707310676574707,-0.33843323588371277,-0.7056751251220703,0.589991569519043,0.8089120984077454,-0.12247669696807861,0.07160499691963196,0.14339545369148254 +23,-1.1474110827538189,0.27903288586543296,1.8935326381806243,-0.876440703868866,-0.27542605996131897,-0.39495840668678284,-2.0166616439819336,1.125158667564392,-0.9773036241531372,-0.6042874455451965,-0.11150625348091125,-0.17494210600852966 +24,-1.0327442091320367,0.29246881004789005,1.692831832478033,-0.8222434520721436,-0.28831708431243896,-0.49070248007774353,-0.7260853052139282,-1.8510017395019531,-0.5437517762184143,0.17755967378616333,-0.31812819838523865,-0.3985186517238617 +25,-0.9927253849208795,0.3388014207220508,1.5859911750193243,-0.7899084687232971,-0.33235689997673035,-0.515347957611084,-0.08801968395709991,1.6156216859817505,0.12497740983963013,0.3304510712623596,0.06854769587516785,-0.27411121129989624 +26,-0.890996824720326,0.39334307468131513,1.6767269640285944,-0.71830815076828,-0.3832783102989197,-0.5806298851966858,0.1395665556192398,1.9424868822097778,0.8198872208595276,0.34884709119796753,0.22957655787467957,0.6892725229263306 +27,-0.8569925442660457,0.33009215613311926,1.718623224578592,-0.715069055557251,-0.32413020730018616,-0.6193673014640808,-0.39666301012039185,1.0322930812835693,1.090593934059143,0.011760950088500977,-0.04647526144981384,0.21607756614685059 +28,-0.8665581861581767,0.27624983186091623,1.7431400669907144,-0.7332099080085754,-0.2727496027946472,-0.6229052543640137,0.04871300235390663,0.25254756212234497,-0.10725448280572891,-0.6178491115570068,-0.24125796556472778,-0.07005739212036133 +29,-0.8682864761902999,0.26115347340606976,1.675129012886997,-0.7373441457748413,-0.25819507241249084,-0.6242266297340393,0.281686931848526,-1.836606740951538,-0.051785908639431,-0.2134615182876587,-0.15005382895469666,-0.8187360167503357 +30,-0.9287153324990858,0.3785026505282771,1.661813374502192,-0.7441661953926086,-0.36952951550483704,-0.5564751625061035,-0.3214210569858551,0.08065364509820938,-0.7132077813148499,0.3730419874191284,0.17307260632514954,0.04246765375137329 +31,-1.1651015328272782,0.46212395777627446,1.7986668953333154,-0.8224502801895142,-0.44585028290748596,-0.35326069593429565,3.085958957672119,-2.7684648036956787,0.07408560812473297,0.38371431827545166,0.28908151388168335,0.18990004062652588 +32,-1.643838170073338,0.44381893165059916,2.073603174870727,-0.90071040391922,-0.4293915331363678,0.06590680032968521,3.9254119396209717,-4.404313564300537,0.38379567861557007,0.33328181505203247,0.3088318109512329,-0.18655800819396973 +33,-2.0508552702342326,0.25528880217216093,2.4499681579996,-0.8582214713096619,-0.25252485275268555,0.44686368107795715,2.181401491165161,-0.6697797179222107,0.04344448074698448,-0.21448665857315063,-0.03870439529418945,0.5735831260681152 +34,-2.1283691600889414,0.29876676491455334,2.6153694646905077,-0.8109514713287354,-0.2943418323993683,0.5056877732276917,0.9414098858833313,-0.44333815574645996,-0.2810509204864502,0.13121837377548218,0.25996384024620056,0.31773728132247925 +35,-2.2047690845466206,0.2183166178864821,2.639434560344372,-0.7865563631057739,-0.21658650040626526,0.5782897472381592,-0.3221193850040436,1.6454839706420898,0.04456246644258499,-0.43985337018966675,-0.34533363580703735,-0.19082337617874146 +36,-2.082045680700294,0.18168909403780695,2.682136582376715,-0.8577784299850464,-0.18069112300872803,0.4812138080596924,-0.7795026302337646,1.7280033826828003,-0.4201461970806122,0.21497154235839844,0.261715292930603,0.48488110303878784 +37,-2.0828841869367856,0.21401800354438436,2.5960781332696414,-0.8518352508544922,-0.21238793432712555,0.47881919145584106,0.5038294196128845,-0.9154979586601257,1.074942946434021,0.584638774394989,0.25456327199935913,-0.8250411748886108 +38,-2.0107566879363166,0.17841163560799095,2.5558752279249353,-0.8904069662094116,-0.17746664583683014,0.4191431403160095,0.21334302425384521,0.7032749056816101,0.13878431916236877,-0.09758436679840088,0.00878073275089264,0.2341313362121582 +39,-2.0405851422536423,0.1356303177651863,2.521661374670095,-0.8834753036499023,-0.13521486520767212,0.4485406279563904,0.1989995837211609,-2.344006061553955,1.5489275455474854,-0.5813839435577393,-0.16489504277706146,0.4665747880935669 +40,-2.183251699135024,0.11282924710172978,2.4940715947143524,-0.8130360245704651,-0.1125900074839592,0.5712227821350098,-0.38649851083755493,-0.09758153557777405,-0.7737747430801392,-0.30055028200149536,-0.3421066105365753,-0.5963541269302368 +41,-2.0933452005863553,0.21056468146016727,2.5274208493059316,-0.8474105596542358,-0.20901213586330414,0.4880671799182892,-0.06786202639341354,0.8296608924865723,-0.9377208352088928,0.4901716709136963,0.19028957188129425,-0.03625434637069702 +42,-2.1057246088410673,0.21242744129828317,2.5721705200607707,-0.8409673571586609,-0.21083340048789978,0.4983205795288086,0.23374906182289124,0.12177213281393051,0.1539820283651352,0.4621983766555786,0.08713039755821228,-0.3014974594116211 +43,-1.9969101162057248,0.2263331816613321,2.610734404350481,-0.8873554468154907,-0.22440573573112488,0.4027934968471527,0.7919784784317017,1.5598528385162354,-0.38410207629203796,-0.20439577102661133,0.1350654810667038,0.31484276056289673 +44,-1.970851188567457,0.22089732080754473,2.6668297769936418,-0.8986595869064331,-0.21910522878170013,0.38000527024269104,0.7294089198112488,-0.40757742524147034,1.0463811159133911,-0.28534621000289917,0.04126402735710144,0.28813135623931885 +45,-2.100748064054084,0.1586248284328792,2.65554269957612,-0.8519989252090454,-0.157960444688797,0.49914541840553284,-0.32773271203041077,-0.5688405632972717,-0.34086379408836365,-0.3631041646003723,-0.3179153800010681,-0.528656005859375 +46,-1.9131285831646703,0.23091648266996323,2.670874048590156,-0.9169715642929077,-0.22886978089809418,0.32677486538887024,-0.7792709469795227,2.3819468021392822,0.09606800228357315,0.4187263250350952,0.19444593787193298,0.26366400718688965 +47,-1.92624028702906,0.2232382912943863,2.663517369498737,-0.9142289757728577,-0.22138871252536774,0.33937111496925354,-1.076934576034546,-1.2158350944519043,0.480038046836853,0.5776962637901306,0.09164321422576904,-0.035660117864608765 +48,-1.8763778224273986,0.19142198293972812,2.5823342379993015,-0.9362530708312988,-0.1902550905942917,0.2953527271747589,0.07063012570142746,1.1286152601242065,0.5781300067901611,-0.1264910101890564,-0.04787357151508331,0.255718469619751 +49,-1.8957479043476293,0.15874808682948774,2.560809763629236,-0.9357503652572632,-0.15808215737342834,0.3152485191822052,-0.27616849541664124,-0.8141107559204102,0.7013481855392456,-0.41796374320983887,0.14843860268592834,0.3473034203052521 +50,-2.089308806633068,0.06974657468403624,2.5148047264244937,-0.866445779800415,-0.06969004124403,0.49438387155532837,-0.8171088695526123,-1.5510660409927368,0.08122966438531876,-0.581109881401062,-0.4017302691936493,-0.2691182494163513 +51,-2.0210862671789616,0.1845917704087889,2.489718251657291,-0.8850255608558655,-0.18354526162147522,0.42783260345458984,-0.4541303217411041,1.9584113359451294,-1.5497652292251587,0.19059818983078003,-0.037844493985176086,-0.02422243356704712 +52,-1.9690113162660947,0.26737515361864606,2.5085100847103723,-0.8890025019645691,-0.26420077681541443,0.3739950954914093,0.44179755449295044,-0.6643719673156738,0.1639622300863266,0.5665844082832336,0.23852026462554932,-0.1521475613117218 +53,-1.9794956204245397,0.25767242058415923,2.511912981950724,-0.8873433470726013,-0.2548305094242096,0.38429567217826843,0.44268175959587097,0.9325733184814453,-0.05924888700246811,-0.12286478281021118,0.05271261930465698,0.06004020571708679 +54,-1.9958177011536333,0.24035798935971495,2.5686418225423924,-0.8848403692245483,-0.23805034160614014,0.40048661828041077,0.4055752754211426,-0.10349135100841522,-0.09660425782203674,-0.41423189640045166,0.18731485307216644,0.3624681234359741 +55,-2.1211174299811173,0.11910233197672393,2.595108620822715,-0.8463184237480164,-0.11882094293832779,0.5192562341690063,-0.07213514298200607,-2.4061951637268066,1.3433213233947754,-0.33269786834716797,-0.5662376880645752,-0.17658954858779907 +56,-2.0669827185299305,0.1745307668926279,2.567223375255433,-0.8660445213317871,-0.17364604771137238,0.4688427448272705,0.04125596210360527,2.658161163330078,-1.3837748765945435,0.046952903270721436,-0.005507364869117737,-0.09764227271080017 +57,-1.946309411366744,0.2517787297534275,2.589089960329591,-0.9009875059127808,-0.24912700057029724,0.3551866412162781,-0.0028468091040849686,-0.8766903281211853,0.39170098304748535,0.7211472988128662,0.42751747369766235,-0.043373316526412964 +58,-1.9764276412353252,0.19168250831833086,2.506133570901079,-0.9020247459411621,-0.1905108541250229,0.38737189769744873,-0.7490838766098022,0.8438971638679504,0.4470045864582062,-0.1568131446838379,-0.1103009283542633,-0.07482612133026123 +59,-1.892364264000027,0.20663206006321158,2.473585138325562,-0.9285590648651123,-0.20516477525234222,0.3093312978744507,-0.12403528392314911,-0.29894089698791504,0.17480649054050446,-0.27079713344573975,0.07705193758010864,0.42901113629341125 +60,-2.041201927512404,0.10055270145799759,2.412079212149574,-0.8868818283081055,-0.10038334131240845,0.45095837116241455,-0.5692689418792725,-3.1016693115234375,1.865126132965088,-0.5723159909248352,-0.25473445653915405,-0.09536764025688171 +61,-2.134012070833294,0.09082555132222889,2.306888228642669,-0.842057466506958,-0.09070073068141937,0.5317073464393616,-0.9782636165618896,2.5769925117492676,-0.7185536026954651,-0.08155703544616699,-0.33511102199554443,-0.3575587272644043 +62,-1.9266118309308438,0.21824763692765164,2.345912680883565,-0.9151268601417542,-0.21651916205883026,0.3400913178920746,-0.36566162109375,0.7745437026023865,-1.0951277017593384,0.6266595125198364,0.36340028047561646,0.23777422308921814 +63,-1.9805183572983454,0.18986962826347809,2.3526148819724524,-0.9007477164268494,-0.1887308657169342,0.3911954164505005,0.44607165455818176,-0.35518720746040344,0.9227151870727539,0.010809540748596191,0.1335856318473816,-0.12801188230514526 +64,-1.9918570246651868,0.13148163369236862,2.4356613094475206,-0.9047784805297852,-0.13110312819480896,0.40520086884498596,0.010866808705031872,0.012859536334872246,-0.4475676119327545,-0.49878591299057007,0.06898461282253265,0.47636038064956665 +65,-2.0432470709357036,0.08980965159231821,2.436596885672922,-0.8868669867515564,-0.0896889716386795,0.453235924243927,0.7861651182174683,-1.7401678562164307,0.7352545857429504,-0.28766298294067383,-0.3174307942390442,-0.07767140865325928 +66,-2.04819746697986,0.08944241043271205,2.384598845889213,-0.8846417665481567,-0.08932320028543472,0.4576358497142792,0.21674522757530212,0.820376455783844,0.005598282441496849,-0.05890071392059326,-0.1781633496284485,-0.3934420347213745 +67,-1.9471164719389613,0.11008188523909562,2.4268566193861463,-0.9243940114974976,-0.10985969007015228,0.3652762174606323,-0.5139445662498474,0.5164180994033813,-0.13675180077552795,0.6395887136459351,0.12163949012756348,0.14627468585968018 +68,-1.9998164618319225,0.08943785201426692,2.3659765935125985,-0.9057389497756958,-0.0893186628818512,0.41431725025177,-0.2051776945590973,-0.6350110173225403,0.7328436374664307,0.21700316667556763,0.00492231547832489,-0.2103530764579773 +69,-1.9442481149977549,0.0832834470856164,2.3471588684555953,-0.9278464913368225,-0.08318720012903214,0.36356696486473083,-0.05683760344982147,0.6881672143936157,-0.06519493460655212,-0.32818078994750977,0.04369743913412094,0.44028130173683167 +70,-1.9770957046365132,0.02374379668572549,2.3138848832036367,-0.9183307886123657,-0.02374156564474106,0.3951013386249542,0.31619659066200256,-1.9047106504440308,1.6367155313491821,-0.43719905614852905,-0.19148364663124084,0.09034186601638794 +71,-2.1095517614010286,0.0091009546235091,2.2120150492370874,-0.8583123087882996,-0.009100829251110554,0.5130468606948853,-1.8404390811920166,0.5299943685531616,-0.4392279386520386,-0.22983771562576294,-0.2694788873195648,-0.50279301404953 +72,-1.9738635380236607,0.10285539847829026,2.2264187115778964,-0.9150007963180542,-0.10267414152622223,0.39016860723495483,0.3728671669960022,1.4704686403274536,-1.0710214376449585,0.4168776869773865,0.01933065801858902,-0.024766355752944946 +73,-1.9585760821922382,0.1460445798293776,2.2439507495227655,-0.9158958792686462,-0.1455259621143341,0.37410855293273926,0.24356478452682495,-0.7766904234886169,0.23521310091018677,0.2950003743171692,0.2386350780725479,-0.18155786395072937 +74,-1.9612063094801155,0.07290905632881933,2.3166488841429618,-0.922296404838562,-0.0728444829583168,0.3795565664768219,1.2571001052856445,0.4989614486694336,-0.24492554366588593,-0.4287625551223755,0.001875847578048706,0.3344327211380005 +75,-1.9596214352686319,0.07961736972894233,2.3485109567436093,-0.9224237203598022,-0.07953327894210815,0.3779005706310272,0.37304964661598206,-0.6182180047035217,1.0628615617752075,-0.10137993097305298,0.11467427760362625,0.1570877730846405 +76,-2.121585858790603,-0.03370090722704502,2.3239336451191814,-0.8516279458999634,0.03369452804327011,0.5230631232261658,-1.4260727167129517,-0.16795971989631653,0.19634798169136047,-0.3312488794326782,-0.2925446331501007,-0.2064584493637085 +77,-2.0186646690608487,0.0449355120231135,2.32328302238906,-0.9004623293876648,-0.04492039233446121,0.4326079487800598,0.3968319296836853,1.6895781755447388,-1.0877394676208496,0.30121922492980957,0.11195224523544312,-0.04617920517921448 +78,-1.9694715193711225,0.06363132743146803,2.310407599481816,-0.9197109341621399,-0.06358839571475983,0.38741210103034973,-0.6517505049705505,-0.8635636568069458,0.7210668921470642,0.44424718618392944,0.06720475107431412,-0.0077734291553497314 +79,-1.9726590795475025,0.03785166146777939,2.2759378771009597,-0.9196747541427612,-0.03784262388944626,0.3908531963825226,0.27784809470176697,0.982597827911377,-0.2119034230709076,-0.2172728180885315,-0.045226242393255234,0.21066352725028992 +80,-1.95318522245522,0.03434659360048777,2.2858614101864188,-0.9272288680076599,-0.034339841455221176,0.37291789054870605,-0.040653906762599945,-0.7235540747642517,0.6613878607749939,-0.24653834104537964,0.20664209127426147,0.32396629452705383 +81,-2.0939072085306294,-0.037024459910641114,2.219012783186329,-0.8656755089759827,0.03701600059866905,0.49923500418663025,-1.3987005949020386,-0.930351972579956,0.1280304491519928,-0.4000714421272278,-0.27668580412864685,-0.19782811403274536 +82,-2.0384898415799104,0.06402573469923094,2.120093237962132,-0.8907814025878906,-0.06398200243711472,0.4499048888683319,-0.06714656949043274,1.3873279094696045,-0.7797400951385498,0.23117464780807495,-0.14015008509159088,-0.28362998366355896 +83,-1.9485493410807682,0.1419814842924612,2.1245548616884316,-0.9201428890228271,-0.1415049433708191,0.3651215434074402,-0.5681281685829163,0.10875685513019562,-0.3065822422504425,0.5052868127822876,0.1832224279642105,-0.09948131442070007 +84,-1.9422174191494526,0.1240607345568935,2.126861219975926,-0.9246509075164795,-0.12374274432659149,0.360150545835495,0.6566025018692017,0.5782946944236755,0.2955118715763092,-0.213547945022583,0.043588317930698395,0.07805129885673523 +85,-1.939154579713357,0.11417268396789973,2.1763839442863184,-0.9268459677696228,-0.11392480134963989,0.35773995518684387,-0.0565396249294281,-0.4670394957065582,-0.13788217306137085,-0.4037052392959595,0.0777614563703537,0.30668869614601135 +86,-2.003054428897296,0.09314119118216761,2.1789440264265134,-0.904086172580719,-0.09300658106803894,0.41710638999938965,-0.35319676995277405,-0.7722903490066528,-0.2928583323955536,-0.09959107637405396,-0.32461124658584595,-0.11557754874229431 +87,-2.0019215378057464,0.13415841139050574,2.179885671303673,-0.9003324508666992,-0.1337563395500183,0.41413816809654236,0.5794029831886292,0.6859397292137146,-0.6069079637527466,0.06895756721496582,-0.0962546169757843,-0.34962400794029236 +88,-1.8369468092804615,0.20537946555915024,2.2343949009352193,-0.9445139765739441,-0.20393866300582886,0.25749167799949646,0.1279744654893875,0.6099305748939514,-0.22766786813735962,0.4407147169113159,0.14452096819877625,0.19567900896072388 +89,-1.8363634094060446,0.1967783256273533,2.210801664329594,-0.9463216662406921,-0.1955108493566513,0.25739145278930664,-0.1530858725309372,0.4281237721443176,-0.029277678579092026,-0.08585888147354126,-0.027999848127365112,0.06392806768417358 +90,-1.8132999311238476,0.189539116116386,2.2257105029086057,-0.9533550143241882,-0.18840628862380981,0.23583321273326874,0.007673619315028191,-0.07853519171476364,0.25374484062194824,-0.10533028841018677,0.07025748491287231,0.32179927825927734 +91,-1.8435527279549349,0.11920290729981861,2.227131866397843,-0.9561980962753296,-0.11892081052064896,0.26747530698776245,0.6892088651657104,-0.45303982496261597,0.23720169067382812,-0.5737549066543579,-0.11424875259399414,0.03773093223571777 +92,-1.9019381044861197,0.14759595743333365,2.1701067249050348,-0.9353898167610168,-0.14706066250801086,0.32158806920051575,0.06350314617156982,-2.214134454727173,0.20855271816253662,0.2222246527671814,0.00547434389591217,-0.7232909202575684 +93,-1.861429258646652,0.16066076640506619,2.103583743224732,-0.9457247257232666,-0.1599704921245575,0.282868355512619,-0.3181556165218353,1.1388002634048462,-0.5964688062667847,0.18103039264678955,-0.10187037289142609,-0.12468048930168152 +94,-1.792998157586621,0.21869714904192333,2.061856543608179,-0.9521811604499817,-0.21695798635482788,0.21512867510318756,-0.39154723286628723,-0.05200033634901047,0.1372741460800171,0.2336447834968567,0.185967355966568,-0.03130602836608887 +95,-1.7916792070208074,0.1862251371511933,2.0744942894720912,-0.9588345885276794,-0.1851506233215332,0.21530307829380035,0.5271314978599548,-0.1319156289100647,0.32842186093330383,-0.009457588195800781,-0.0013270527124404907,0.21797022223472595 +96,-1.8568975224295503,0.15696042618727274,2.1089606185865017,-0.9475581049919128,-0.15631672739982605,0.27874478697776794,0.23086382448673248,0.00814193207770586,0.12249161303043365,-0.20402264595031738,0.040838196873664856,0.007296532392501831 +97,-1.916639921561739,0.06056192371175288,2.1689479831821945,-0.9390649795532227,-0.06052491068840027,0.3383689522743225,0.18613630533218384,-0.817201554775238,0.18827715516090393,-0.2587040662765503,-0.45816710591316223,-0.08052590489387512 +98,-1.8383311198915737,0.10337027158275752,2.1973086270255573,-0.9592775106430054,-0.10318627953529358,0.26294365525245667,1.1502418518066406,1.3886202573776245,-0.8648533821105957,0.1203644871711731,-0.08159767091274261,-0.10893675684928894 +99,-1.7566587609074578,0.13386447708597393,2.273897091049977,-0.9739848375320435,-0.13346503674983978,0.18314091861248016,0.29605475068092346,-0.5574454069137573,0.2406989485025406,0.48977768421173096,0.12466070055961609,0.18500792980194092 +100,-1.8005385666373224,0.10700167395281364,2.2823374114911332,-0.9681559801101685,-0.10679760575294495,0.22642408311367035,0.37231266498565674,0.3835119307041168,-0.007847217842936516,-0.01702749729156494,-0.06860215216875076,-0.04510396718978882 +101,-1.7716643627388997,0.09132496294851081,2.3069176257712622,-0.9758102297782898,-0.09119807183742523,0.1986885368824005,-0.0830497145652771,-0.025673313066363335,0.5700555443763733,-0.15761250257492065,0.09775934368371964,0.356166809797287 +102,-1.827546602491652,0.019888426679220004,2.312436597203167,-0.9670291543006897,-0.01988711580634117,0.2538885176181793,0.7695305347442627,-0.9568187594413757,-0.2723766267299652,-0.5293546319007874,-0.3245648145675659,-0.012204498052597046 +103,-1.8949096295693602,0.08798595975277802,2.2541998699756105,-0.9442664980888367,-0.08787248283624649,0.31723642349243164,-0.8752338886260986,-0.6281278729438782,-0.24463990330696106,0.1571420431137085,0.027813903987407684,-0.4886842668056488 +104,-1.8420069315339131,0.11220189058930112,2.249098358261736,-0.9573891162872314,-0.11196661740541458,0.26621344685554504,0.18538270890712738,0.3794857859611511,-0.3060339093208313,0.39656758308410645,-0.0021996498107910156,0.057028770446777344 +105,-1.8714251128845332,0.13373861172345708,2.2188307673047545,-0.9466213583946228,-0.13334029912948608,0.2934766113758087,-0.3727371394634247,-0.0021463213488459587,0.012756865471601486,0.19027364253997803,0.06397382915019989,-0.22719237208366394 +106,-1.8028580414341053,0.14784197013029987,2.2384139109733394,-0.9625779390335083,-0.1473039835691452,0.2274756133556366,0.41412732005119324,0.37317997217178345,0.22831444442272186,-0.003791630268096924,0.07857842743396759,0.3729424476623535 +107,-1.8391430392479267,0.12192381761288301,2.272991407568859,-0.9570525884628296,-0.12162196636199951,0.26316940784454346,0.515285849571228,0.3109257221221924,0.000698605552315712,-0.2692503333091736,0.046380892395973206,0.23153576254844666 +108,-1.9613977058681547,0.00914371986144491,2.3674263648304144,-0.9246415495872498,-0.009143592789769173,0.3807286322116852,0.03928027302026749,-1.4154586791992188,0.5901841521263123,-0.26909923553466797,-0.560833215713501,-0.08399099111557007 +109,-1.9352174584628503,0.09243468712508349,2.3845563731661916,-0.9303416013717651,-0.09230311214923859,0.3548870086669922,0.9629417657852173,2.3248188495635986,-1.9811711311340332,0.035382986068725586,0.1264522671699524,-0.3239879310131073 +110,-1.827143721446904,0.15071156955460166,2.493269018339245,-0.9563575387001038,-0.1501416712999344,0.25067493319511414,0.14733295142650604,-1.3364081382751465,0.8029187321662903,0.8316778540611267,0.3392438292503357,0.27634838223457336 +111,-1.930828447758898,0.05648194743413538,2.409421439923317,-0.934393048286438,-0.05645192041993141,0.3517424762248993,-1.3625000715255737,0.9148510098457336,0.9237251877784729,-0.22300130128860474,-0.029760237783193588,0.11853346228599548 +112,-1.9509998241787017,-0.01840467430978662,2.3044629701345647,-0.9284321069717407,0.018403634428977966,0.37104666233062744,-1.2441844940185547,-0.38808494806289673,0.682791531085968,-0.3540388345718384,0.029570017009973526,0.5342116355895996 +113,-2.058043493527093,-0.03405137384044902,2.154752296701919,-0.8831127882003784,0.034044794738292694,0.46792376041412354,-2.0174872875213623,-1.806567907333374,0.25843268632888794,-0.6177111268043518,-0.3281121850013733,0.09930643439292908 +114,-2.1817860085193166,0.09537020927348154,1.9584444003268309,-0.8153586387634277,-0.09522569924592972,0.5710715055465698,-3.0585474967956543,0.8490819334983826,-0.4167346954345703,-0.16420996189117432,-0.06528152525424957,-0.15948086977005005 +115,-2.0615339694649646,0.2590952234403087,1.7920217816688566,-0.8525466918945312,-0.25620606541633606,0.45554640889167786,-4.0350542068481445,1.6977046728134155,-1.0180187225341797,0.3862839341163635,-0.047489553689956665,0.42926499247550964 +116,-1.6311193666385126,0.521012124610408,1.3005976300801663,-0.8657382726669312,-0.4977582097053528,0.052287403494119644,-3.0138320922851562,0.022966627031564713,-2.3060693740844727,-0.2574306130409241,-0.007322937250137329,0.04231714829802513 +117,-1.222052176220156,0.6164599575532612,0.792787415223912,-0.766813337802887,-0.5781503319740295,-0.27881789207458496,-3.2809600830078125,1.7811822891235352,-1.3498283624649048,-0.38304316997528076,-0.1462147831916809,-0.02892133593559265 +118,-1.0150334221784887,0.6745260413913471,0.5522236657333744,-0.6634606719017029,-0.6245272159576416,-0.41205060482025146,-3.283525228500366,1.583279013633728,-2.4029409885406494,-0.6285467743873596,-0.23223847150802612,0.12086713314056396 +119,-0.6438491662180841,0.7665053793409756,0.09923732920403759,-0.4324040114879608,-0.6936221718788147,-0.5761207938194275,-0.7684147953987122,0.4395095407962799,-3.2735488414764404,-0.18939167261123657,0.6279636025428772,0.02486652135848999 +120,-0.5271398385814545,0.8433733023763715,-0.005547607597333302,-0.3345106244087219,-0.7468904256820679,-0.5746801495552063,0.07472853362560272,1.3477065563201904,0.23119759559631348,0.2038496434688568,0.28020042181015015,0.4240301847457886 +121,-0.4053755914304992,0.849963329589543,-0.17349003042226493,-0.2602843940258026,-0.7512562274932861,-0.6065196394920349,-1.25431227684021,-1.1961140632629395,-1.3189455270767212,0.2085113525390625,0.42749524116516113,0.5054302215576172 +122,-0.47731101930131387,0.6271948450614792,-0.2456398195118987,-0.3719594180583954,-0.5868757963180542,-0.7191821336746216,-1.8962053060531616,-0.8531748652458191,1.6896227598190308,-0.0055735111236572266,-0.1894150972366333,-0.5395916700363159 +123,-0.4916800896709489,0.5796690532231618,-0.22020966714526055,-0.39498600363731384,-0.5477470755577087,-0.7375358939170837,0.8835586309432983,1.065467119216919,-1.0442919731140137,-0.34776607155799866,-0.6827979683876038,-0.47295910120010376 +124,-0.2763165021732609,0.6643024127989178,-0.44741195407093665,-0.21479909121990204,-0.6165100336074829,-0.7574805617332458,0.39802661538124084,0.2851897180080414,-2.253800868988037,-0.42298775911331177,0.5399566888809204,0.17757022380828857 +125,-0.2518140919691836,0.644906862196389,-0.554523005494543,-0.19911864399909973,-0.6011239886283875,-0.7739520072937012,-1.1253327131271362,-0.15112324059009552,0.5032056570053101,0.30123046040534973,0.17761635780334473,0.16027402877807617 +126,-0.20940847051729342,0.6208050825247202,-0.5724497166635628,-0.1690928339958191,-0.5816901922225952,-0.7956407070159912,0.08104048669338226,1.0188015699386597,-0.9420267343521118,-0.08455401659011841,0.2920936346054077,0.4546372890472412 +127,-0.24638094458866378,0.6128184391342525,-0.5770580992443811,-0.19951412081718445,-0.5751752853393555,-0.7933268547058105,-0.847112238407135,-0.8744449615478516,2.0833051204681396,0.28563475608825684,-0.02928638458251953,0.010917186737060547 +128,-0.2544570490343292,0.4174512916872194,-0.4455879740234407,-0.23010358214378357,-0.40543192625045776,-0.884690523147583,0.1609165221452713,0.9747003316879272,0.9539627432823181,-0.15370073914527893,-0.5198152661323547,-0.6966845989227295 +129,-0.20900835523250455,0.4320270744725347,-0.48718104695548636,-0.18842552602291107,-0.4187124967575073,-0.8883556127548218,1.1278985738754272,1.1575931310653687,-0.5850365161895752,-0.29128026962280273,0.20060336589813232,-0.3764454126358032 +130,-0.10264388924972112,0.5848502914784329,-0.525982569133115,-0.085433728992939,-0.5520745515823364,-0.8294062614440918,0.39646220207214355,0.46827587485313416,0.7809394001960754,0.2761380672454834,0.3501092195510864,0.3952479362487793 +131,-0.1046554481222988,0.6132888145993903,-0.4846482941120984,-0.08542684465646744,-0.5755600333213806,-0.813285231590271,0.9552068114280701,0.17124800384044647,-0.9908274412155151,-0.12338967621326447,0.15646213293075562,0.432273268699646 +132,-0.09595065408147166,0.6099890516010754,-0.5720509382431049,-0.07852574437856674,-0.5728585124015808,-0.8158841133117676,-2.2060797214508057,-0.9158741235733032,0.6801799535751343,0.37956637144088745,0.2309243083000183,0.19945955276489258 +133,-0.1783830190755267,0.5050395083388682,-0.5068196181942789,-0.15528623759746552,-0.48384201526641846,-0.8612682819366455,1.0902817249298096,0.3447985351085663,-0.11640126258134842,-0.03048953413963318,-0.5012654066085815,-0.819319486618042 +134,-0.09909026695752546,0.6209980798340339,-0.6182603858731961,-0.08045810461044312,-0.5818471908569336,-0.8093085289001465,0.3765404522418976,1.0331743955612183,-1.6199430227279663,-0.4423843026161194,0.0005331039428710938,-0.2773919105529785 +135,0.04072151341939174,0.6867443772135081,-0.7638497191209928,0.031481824815273285,-0.6340229511260986,-0.7726731300354004,-0.3645418882369995,-0.08505574613809586,0.058582138270139694,0.17406931519508362,0.5290424823760986,0.3886857032775879 +136,0.005344245871936576,0.5624346332913218,-0.669613014119732,0.004520993214100599,-0.5332473516464233,-0.845947265625,-0.4945594370365143,0.17096997797489166,0.4988616406917572,-0.059834107756614685,0.05718839168548584,0.2300567626953125 +137,-0.030452430068148233,0.6155608295909638,-0.6545355574011793,-0.02485903538763523,-0.5774164795875549,-0.8160711526870728,0.6525371074676514,-0.7601355314254761,0.638441264629364,0.20486697554588318,0.23590964078903198,0.25816410779953003 +138,-0.22987299595122945,0.6259718976701862,-0.4865417796083888,-0.1846514195203781,-0.5858851671218872,-0.7890769839286804,0.29095953702926636,-0.8758372664451599,1.257846713066101,-0.0034131407737731934,-0.3387516736984253,-0.21598899364471436 +139,-0.4013692913166112,0.7113800546488227,-0.2683194506145234,-0.29592448472976685,-0.6528797149658203,-0.697263777256012,1.590182900428772,0.12923847138881683,0.986246645450592,0.18339091539382935,-0.5543041229248047,-0.45834535360336304 +140,-0.38211767798143403,0.8382295160542304,-0.31348575738671264,-0.24937894940376282,-0.7434602379798889,-0.6205458641052246,2.424015998840332,-0.6569774150848389,-0.46044278144836426,-0.21775364875793457,0.6534638404846191,-0.17443710565567017 +141,-0.7065792657594611,0.9267727046856135,-0.021341696910645,-0.38981276750564575,-0.7996863722801208,-0.4566701352596283,1.5029970407485962,-1.3947757482528687,2.194352388381958,0.34110674262046814,0.2564735412597656,0.1309865415096283 +142,-1.2429617159292958,0.919405128329634,0.4690073073785015,-0.5740031599998474,-0.795241117477417,-0.1952226310968399,2.6795191764831543,-2.023646831512451,2.105604887008667,0.3127117156982422,0.5216510891914368,0.2182634174823761 +143,-1.619409503291057,0.7322440025138824,0.8241661031680285,-0.7427974939346313,-0.6685401201248169,0.03613821789622307,2.3296306133270264,-0.3261568248271942,1.9016008377075195,-0.26367223262786865,-0.3038719892501831,-0.036092400550842285 +144,-1.814628323885671,0.5177212031854761,1.1965231549936242,-0.8432456851005554,-0.49490126967430115,0.2097843587398529,4.183714389801025,-0.08490166813135147,0.7568058967590332,-0.48817527294158936,-0.22125470638275146,0.5682917833328247 +145,-2.0335523191287526,0.3059649158498567,1.4021735225877756,-0.8532670736312866,-0.30121341347694397,0.4256829619407654,2.0337982177734375,-1.972575068473816,0.41371625661849976,-0.5297133922576904,0.14679443836212158,-0.4670495390892029 +146,-2.146141331869497,0.07564823098719484,1.6104387634349329,-0.8366052508354187,-0.07557609677314758,0.5425682067871094,4.376736640930176,-0.10136104375123978,-0.4724063575267792,-0.18448251485824585,-0.18626472353935242,-0.3557395339012146 +147,-2.11656795499716,0.036842180166015225,1.8866563776665914,-0.8541469573974609,-0.03683384507894516,0.5187255144119263,1.648671269416809,-0.047560323029756546,-2.554107666015625,0.1762600541114807,0.10134801268577576,-0.032717883586883545 +148,-2.1402170755761247,0.072749524340454,2.09934252992645,-0.8399858474731445,-0.0726853683590889,0.5377182960510254,2.2119193077087402,0.21474657952785492,-1.4657243490219116,-0.05689537525177002,0.2252122461795807,0.18649441003799438 +149,-2.158451040272595,0.049741086027209065,2.2353477647415194,-0.8312140107154846,-0.04972057789564133,0.5537250638008118,0.8468138575553894,0.3567213714122772,-0.6947158575057983,-0.40920358896255493,0.3035963177680969,0.5411846041679382 +150,-2.292652743377734,-0.08070633373461032,2.244912832743227,-0.7481371760368347,0.08061874657869339,0.6586283445358276,-0.09615722298622131,-2.8119287490844727,0.9725449085235596,-0.4790356755256653,-0.4633549451828003,-0.0006388425827026367 +151,-2.2596572824038255,0.014767868036342311,2.1825239664484983,-0.7718861699104309,-0.014767331071197987,0.6355888247489929,0.8992668390274048,1.401114821434021,-1.057498812675476,0.14099645614624023,-0.048892345279455185,-0.3801111578941345 +152,-2.177758785792313,0.038627547569419086,2.2509823480963926,-0.8207716345787048,-0.03861794248223305,0.5699496269226074,-0.7391668558120728,-0.33261987566947937,0.35463446378707886,0.6401839256286621,0.17860206961631775,-0.14160490036010742 +153,-2.1818448832964052,0.007923764370755183,2.2171918231323002,-0.8190209865570068,-0.007923681288957596,0.5737084746360779,0.4517243802547455,1.2869279384613037,0.16907991468906403,-0.08448231220245361,-0.0800279974937439,-0.04857742786407471 +154,-2.04539552146859,-0.020406838609021052,2.2768985703215234,-0.8892908096313477,0.020405422896146774,0.4568868577480316,0.13403068482875824,1.5622785091400146,-0.34655773639678955,-0.34545040130615234,0.17411363124847412,0.6171334981918335 +155,-2.0583886881274847,-0.07814804686862703,2.263115869843609,-0.8807672262191772,0.07806852459907532,0.46707043051719666,0.06683601438999176,-2.2661280632019043,1.3980950117111206,-0.3218848705291748,-0.17395475506782532,0.09280520677566528 +156,-2.242845390870019,-0.06970539483590052,2.114095391025614,-0.7806471586227417,0.06964895874261856,0.6210787892341614,-1.4696937799453735,-0.11851847916841507,0.004753691144287586,-0.2552414536476135,-0.22151970863342285,-0.5839695334434509 +157,-2.1724176194542424,-0.014735274115291457,2.155324252514424,-0.8243296146392822,0.014734741300344467,0.5659183859825134,0.29403436183929443,0.9345867037773132,-0.8729248642921448,0.4593698978424072,0.029942989349365234,-0.1128087043762207 +158,-2.1507793503284205,0.03642266753838452,2.1422986802107182,-0.8359171152114868,-0.03641461580991745,0.5476462244987488,0.10574419796466827,-0.4187909662723541,0.27577537298202515,0.2365519404411316,0.12903547286987305,-0.32405930757522583 +159,-2.119326444360051,-0.011239484473176726,2.198494481436016,-0.8532378077507019,0.011239247396588326,0.521400511264801,0.9357462525367737,0.9310913681983948,-0.19519908726215363,-0.22235417366027832,0.05377844348549843,0.35558271408081055 +160,-2.0621417151583943,0.03295212528359436,2.243367251005895,-0.881220281124115,-0.032946161925792694,0.4715564250946045,0.11962690949440002,1.4895391464233398,-0.7547655701637268,-0.1933494210243225,0.1824517548084259,0.2585766315460205 +161,-2.2032026790623642,-0.046785452313822286,2.233821523017206,-0.8057246208190918,0.04676838591694832,0.5904405117034912,-1.2232385873794556,-2.2047786712646484,0.583513617515564,-0.4194948673248291,-0.3133547306060791,-0.25131410360336304 +162,-2.1146328482286063,0.06690579880166574,2.2280298592355203,-0.8538154363632202,-0.06685589253902435,0.5162652134895325,0.7019041180610657,1.6597565412521362,-1.4144444465637207,0.27900147438049316,-0.04326678067445755,-0.20048445463180542 +163,-2.0410921692087167,0.16814442935556337,2.2449561716638393,-0.8788623213768005,-0.16735324263572693,0.4467592239379883,-1.1455579996109009,-0.7947613000869751,0.16165544092655182,0.5930347442626953,0.3682504892349243,-0.03472617268562317 +164,-2.0370205013237754,0.09243048235480787,2.183109360960168,-0.8894590139389038,-0.09229892492294312,0.4475979208946228,0.9436354637145996,1.1851340532302856,0.817496657371521,-0.27640414237976074,-0.10202176123857498,0.05438584089279175 +165,-1.937127029429347,0.049305717503049525,2.2038083133567032,-0.9325133562088013,-0.04928574338555336,0.35775673389434814,-0.5117961764335632,0.30120784044265747,0.0391702726483345,-0.45946967601776123,0.09011825919151306,0.5184181928634644 +166,-2.060323581592737,-0.007999136034243725,2.155141256935595,-0.8825269937515259,0.007999050430953503,0.47019365429878235,-1.3250683546066284,-1.9087175130844116,0.4125882089138031,-0.29804545640945435,-0.17071875929832458,-0.02784135937690735 +167,-2.1162479209486524,0.05548112450310755,2.045802270252142,-0.8535776734352112,-0.05545266717672348,0.5180059671401978,0.12883882224559784,0.9268226623535156,-0.4515286087989807,0.14810287952423096,-0.03803795203566551,-0.5247350335121155 +168,-1.9927811713942085,0.11369353731082119,2.0869658763575853,-0.9063881039619446,-0.11344875395298004,0.40692776441574097,-0.41148510575294495,0.2948489785194397,-0.6330059766769409,0.47300785779953003,0.08904995024204254,0.020715057849884033 +169,-1.9966664972217771,0.15292924828147106,2.084431085871017,-0.9000511169433594,-0.1523338407278061,0.4082919657230377,0.5240924954414368,0.5275787115097046,0.055016763508319855,-0.05765146017074585,0.1608329862356186,3.3229589462280273e-05 +170,-1.9660583157266358,0.12027642854476696,2.15549488046723,-0.9162282943725586,-0.1199866458773613,0.3822682201862335,0.14683738350868225,-0.5590492486953735,-0.05221954733133316,-0.30535978078842163,0.0857153832912445,0.44341540336608887 +171,-2.049253266642505,0.037223154344063994,2.187675420168483,-0.887091338634491,-0.03721455857157707,0.4600909352302551,0.9136155247688293,-1.7558403015136719,1.1197888851165771,-0.14516568183898926,-0.40487831830978394,0.022757887840270996 +172,-2.11759347057789,0.03706270770860261,2.1478174665956655,-0.8536075353622437,-0.03705422207713127,0.5195969343185425,-0.06956709921360016,1.2039027214050293,-0.8820667862892151,-0.1611628532409668,-0.32744771242141724,-0.5068559050559998 +173,-1.942363047611528,0.1343783387153828,2.2589491048433574,-0.9233596920967102,-0.13397428393363953,0.3598025143146515,-0.027352340519428253,1.7497429847717285,-1.0495326519012451,0.6426436901092529,0.28808802366256714,0.2456052601337433 +174,-1.9503979534359919,0.10866702008919933,2.237176641745855,-0.9233337044715881,-0.10845328122377396,0.36836478114128113,0.4550034999847412,-1.2834525108337402,1.5141898393630981,0.1851745843887329,0.031945712864398956,-0.0955529510974884 +175,-1.9615060520290755,0.021881647903676298,2.2646758430768794,-0.9244176149368286,-0.021879902109503746,0.3807535767555237,-0.05408674478530884,0.4451172947883606,-0.009163428097963333,-0.2861993908882141,-0.05780148506164551,0.39449965953826904 +176,-1.9677625315506753,-0.003766792868086642,2.2534410434315753,-0.9222316741943359,0.003766783978790045,0.38661953806877136,0.3796676993370056,-0.8850432634353638,1.2850747108459473,-0.37656599283218384,-0.11967253684997559,0.20146948099136353 +177,-2.111975220283965,-0.02188646729305656,2.1839028758198236,-0.8568968176841736,0.021884720772504807,0.5150234699249268,-2.1293485164642334,-0.5205686092376709,-0.2578906714916229,-0.1675478219985962,-0.2056615948677063,-0.3469478487968445 +178,-2.0500328609612,0.045754130308445815,2.181405318783459,-0.8864185810089111,-0.04573816806077957,0.4606192708015442,0.9749875068664551,1.4225702285766602,-0.9034695625305176,0.30037426948547363,-0.04537203907966614,-0.11194074153900146 +179,-1.991244456356343,0.10838243503393638,2.2076537289156963,-0.9075496792793274,-0.10817036777734756,0.40577468276023865,-0.4596405327320099,-0.7542008757591248,-0.04446760565042496,0.44381964206695557,0.16536027193069458,-0.17204049229621887 +180,-2.001600958278283,0.056394819066122405,2.2474628738794182,-0.907185435295105,-0.05636493116617203,0.4169381260871887,1.4343340396881104,0.8683690428733826,0.1569141298532486,-0.13839244842529297,-0.04992779344320297,0.15616673231124878 +181,-1.9641487503404582,0.04663001889680741,2.3271931181294114,-0.9226254224777222,-0.04661312326788902,0.3828703761100769,0.3869536817073822,-0.07415342330932617,-0.44969990849494934,-0.20225250720977783,0.18568173050880432,0.41905534267425537 +182,-2.109621311106257,-0.06945888306420847,2.354806487084734,-0.8562427759170532,0.06940304487943649,0.5118906497955322,0.2756974697113037,-2.276060104370117,0.6551700830459595,-0.35417604446411133,-0.5021270513534546,-0.1101875901222229 +183,-2.079480373017404,0.013047225940295545,2.373870588579115,-0.8733116984367371,-0.01304685603827238,0.48698681592941284,0.9635483622550964,1.8865734338760376,-1.8847062587738037,0.08678215742111206,-0.06210264936089516,-0.2741727828979492 +184,-1.9288095599514414,0.11990934707831548,2.475390062371533,-0.9298695921897888,-0.11962220817804337,0.3478979766368866,-0.34630078077316284,0.04571134224534035,-0.15482378005981445,0.7577962875366211,0.39913269877433777,0.12845084071159363 +185,-1.9901592012927245,0.04785075700301423,2.4442281339480054,-0.9123030304908752,-0.04783250018954277,0.40671250224113464,0.5472274422645569,0.06920384615659714,0.8852585554122925,-0.22659766674041748,-0.08192824572324753,-0.05316644906997681 +186,-1.9132245635012253,0.039119099523120364,2.517624721888453,-0.9412214159965515,-0.03910912200808525,0.3355184495449066,-0.4996532201766968,0.9059941172599792,-0.8969449400901794,-0.2650773525238037,0.17564478516578674,0.6956247091293335 +187,-2.0022608784248703,-0.019606497702009746,2.4796347457444456,-0.9081797003746033,0.01960524171590805,0.41812121868133545,-0.0005302801728248596,-1.8776651620864868,0.98481684923172,-0.34320884943008423,-0.22260814905166626,0.08876049518585205 +188,-2.094350400008272,0.023809534434882648,2.3530652554299523,-0.8658023476600647,-0.023807285353541374,0.4998196065425873,-1.055614709854126,0.21285879611968994,-0.5391960740089417,-0.1015133261680603,-0.23257088661193848,-0.5514705181121826 +189,-1.9823939597813722,0.1169791562800064,2.3972272694873693,-0.9102194309234619,-0.1167125478386879,0.3973398804664612,0.03146177902817726,1.2047300338745117,-1.264507532119751,0.43440449237823486,0.0888042002916336,0.02149873971939087 +190,-1.9750129187328251,0.17939682216382352,2.3895415685934207,-0.9046556949615479,-0.17843611538410187,0.38698679208755493,0.38919201493263245,-0.5296659469604492,0.19246318936347961,0.30028557777404785,0.20750412344932556,-0.23392581939697266 +191,-1.9557187564480136,0.11591850718059689,2.4746876169488776,-0.9206075072288513,-0.11565908044576645,0.37296730279922485,0.8292883038520813,0.4395763576030731,-0.1940436214208603,-0.29864591360092163,-0.007296226918697357,0.5079835653305054 +192,-1.9938033791862242,0.07668711226359227,2.5217244745685123,-0.9091785550117493,-0.0766119658946991,0.40929779410362244,1.0170562267303467,-1.2855228185653687,1.4448411464691162,-0.1324777603149414,-0.21174860000610352,0.20326632261276245 +193,-2.168247050873341,-0.00014057956836784495,2.4953386716385455,-0.8267723321914673,0.0001405795628670603,0.5625365972518921,-1.0695866346359253,0.23010145127773285,-0.38500624895095825,-0.36532050371170044,-0.36560383439064026,-0.37715762853622437 +194,-2.0108447593916545,0.1081987997345235,2.5875683951222994,-0.899440348148346,-0.10798780620098114,0.4234922230243683,0.3713868260383606,2.426891803741455,-1.7786548137664795,0.3906208276748657,0.18231335282325745,0.059753626585006714 +195,-1.9241837487977096,0.1607988774470652,2.5763126490862454,-0.9261025190353394,-0.16010682284832,0.3416133224964142,-0.21510033309459686,-1.175991177558899,0.9124470949172974,0.5455332398414612,0.2337915599346161,-0.0019679665565490723 +196,-1.9695099202056892,0.051826017996606445,2.552608774293931,-0.92032390832901,-0.05180282145738602,0.38771194219589233,0.6913462281227112,0.5240992307662964,0.5537551045417786,-0.277521550655365,-0.08998185396194458,0.16831839084625244 +197,-1.9418365708137761,0.04436675504471413,2.5278242962338524,-0.9310336112976074,-0.044352199882268906,0.36222830414772034,0.20728595554828644,-0.750751256942749,0.7682362794876099,-0.24848604202270508,0.2053782045841217,0.35202038288116455 +198,-2.127783648694627,-0.07643646754590364,2.474939247684394,-0.8463732004165649,0.07636205852031708,0.5270878672599792,-1.0298936367034912,-1.9361295700073242,0.5540487170219421,-0.3802046775817871,-0.4232095777988434,-0.1056857705116272 +199,-2.09646133149727,0.039171883672849905,2.4149838901442044,-0.8643268346786499,-0.03916186839342117,0.5014033913612366,0.5115788578987122,1.8830070495605469,-1.4366929531097412,0.13123369216918945,-0.11305981874465942,-0.3338924050331116 +200,-1.9845971054865696,0.13014461843993846,2.4742700741757777,-0.9078561663627625,-0.12977753579616547,0.3986918032169342,-0.5806352496147156,-0.15976789593696594,-0.5010371208190918,0.5845529437065125,0.22545012831687927,0.060307860374450684 +201,-2.0369775770980443,0.11400771830129669,2.4730839303698215,-0.8874920010566711,-0.11376090347766876,0.4465603232383728,0.8529533743858337,0.09489244967699051,0.2008136659860611,0.02979564666748047,0.14829155802726746,-0.2045254409313202 +202,-1.9922429604592804,0.07101436549498573,2.557043571082594,-0.9101980328559875,-0.07095469534397125,0.4080497920513153,0.2612210810184479,0.6245705485343933,-0.7360680103302002,-0.4338874816894531,0.12182751297950745,0.5253912806510925 +203,-2.035941664385444,-0.025441584888827154,2.627750882209107,-0.893467366695404,0.025438839569687843,0.4484076499938965,0.8888503909111023,-2.8044486045837402,1.8182685375213623,-0.31171780824661255,-0.3976617455482483,0.40690863132476807 +204,-2.135794950632723,0.035022009188426566,2.516301554990205,-0.844071626663208,-0.03501484915614128,0.535086452960968,-0.8768982887268066,3.094163656234741,-1.8313493728637695,-0.23293966054916382,-0.12239481508731842,-0.46773403882980347 +205,-1.9668930154910909,0.13698053302390734,2.5948870929767804,-0.9139319062232971,-0.13655255734920502,0.3822060823440552,-1.1815227270126343,0.294941782951355,-0.3279959559440613,0.7135841846466064,0.4255082607269287,0.33887845277786255 +206,-2.0424376097155648,0.10380727769933945,2.472439497762893,-0.8860283493995667,-0.10362093895673752,0.45190316438674927,-0.1456601619720459,-1.0691651105880737,1.6363948583602905,0.29267507791519165,0.05457920581102371,-0.23925676941871643 +207,-2.0355529655962914,-0.011242002090183254,2.486862329800835,-0.8938742280006409,0.011241765692830086,0.4481769800186157,-0.22728422284126282,0.6358627676963806,-0.0870141014456749,-0.33891385793685913,-0.25121673941612244,0.5451396703720093 +208,-2.001160004013963,-0.01003246336483259,2.4671054463949513,-0.9087682366371155,0.010032295249402523,0.41718029975891113,-0.23499201238155365,-1.222253441810608,1.6251665353775024,-0.30132991075515747,-0.1300274133682251,0.4754282534122467 +209,-2.190732997895264,0.016417548314289328,2.279278557797699,-0.8138054609298706,-0.01641681045293808,0.5809052586555481,-1.9745162725448608,0.46486130356788635,-0.1649184674024582,-0.27852535247802734,-0.21333476901054382,-0.6774782538414001 +210,-2.0586332144319512,0.08227019104148016,2.318217579475977,-0.8803612589836121,-0.08217741549015045,0.46713095903396606,0.2679585814476013,1.5749437808990479,-1.082741618156433,0.4789023995399475,0.04212307184934616,-0.08213633298873901 +211,-1.9989877658450093,0.13950336176026576,2.3412558098244247,-0.9008805155754089,-0.13905131816864014,0.411192387342453,0.5050885677337646,-0.647903561592102,0.16104698181152344,0.42329561710357666,0.18012797832489014,-0.21331632137298584 +212,-1.9989197239072605,0.0920347415165642,2.3842126977922766,-0.9058963656425476,-0.09190487116575241,0.4134072959423065,0.6572610139846802,0.9396548867225647,-0.36882728338241577,-0.49985021352767944,0.05920528620481491,0.42727571725845337 +213,-1.9448106837888377,0.08128664150065314,2.409169145145211,-0.9277944564819336,-0.08119715750217438,0.3641487956047058,0.14918985962867737,-1.509831428527832,0.951290488243103,-0.23387229442596436,-0.3887735605239868,0.4609549939632416 +214,-2.1417141918464906,0.048554034351893274,2.360759935053308,-0.8404137492179871,-0.04853495955467224,0.5397677421569824,0.5156062245368958,-1.1947630643844604,0.21087832748889923,-0.03878241777420044,-0.40439167618751526,-0.8759951591491699 +215,-2.0477829403930587,0.09574417076246142,2.4438467226586287,-0.8843137621879578,-0.09559796005487442,0.45700159668922424,0.33713456988334656,2.548074245452881,-1.6570982933044434,0.3924923539161682,0.09425519406795502,-0.15896695852279663 +216,-1.935822071423418,0.13482528524494572,2.4819306753150507,-0.9256373047828674,-0.13441719114780426,0.35373374819755554,-0.2619360089302063,-0.6452842950820923,1.192979335784912,0.5991449952125549,0.23686470091342926,0.02213597297668457 +217,-1.959706204529196,-0.01109966805576675,2.4770485712954797,-0.9252661466598511,0.011099440045654774,0.3791566491127014,1.4808846712112427,1.0990196466445923,0.705102801322937,-0.5066492557525635,-0.1823640763759613,0.30791622400283813 +218,-1.8693894322644853,-0.024608865572781292,2.4903062825900237,-0.9554621577262878,0.024606382474303246,0.29408684372901917,-0.7413570880889893,-0.22735907137393951,0.6199409365653992,-0.3824286460876465,0.1701415479183197,0.4328419268131256 +219,-2.0160165637249388,-0.0657447326932664,2.421111850844303,-0.9005661010742188,0.06569737941026688,0.4297263026237488,-2.4415664672851562,-2.3933472633361816,0.5815157890319824,-0.12790685892105103,-0.07106848806142807,0.012168347835540771 +220,-2.1605089044214965,-0.026416082741357295,2.2643633414836737,-0.8308106064796448,0.02641301043331623,0.5559281706809998,0.013469336554408073,1.5070703029632568,0.17761746048927307,0.14619451761245728,-0.052490293979644775,-0.5415085554122925 +221,-1.947369173785192,-0.01933585163184908,2.3382276097713413,-0.9297564625740051,0.019334645941853523,0.3676668703556061,0.7280901074409485,0.9074374437332153,-0.41520196199417114,0.4576649069786072,-0.06645378470420837,0.18688330054283142 +222,-1.931380050120452,0.017489156759721118,2.3118400526234435,-0.9355480670928955,-0.01748826541006565,0.35276657342910767,0.3439944088459015,0.19505451619625092,0.02705935761332512,0.014344334602355957,0.1924913227558136,-0.043760746717453 +223,-1.9426545775299688,-0.03681142599598657,2.413001235693803,-0.9310226440429688,0.03680311143398285,0.36310118436813354,0.3908434212207794,-0.6550427675247192,-0.2974812984466553,-0.46277618408203125,0.047181278467178345,0.5182464122772217 +224,-2.004554797357954,-0.02150908011278425,2.453784293481786,-0.9071828126907349,0.021507421508431435,0.4201870560646057,0.3613142967224121,-2.454777717590332,0.8424100875854492,-0.11520200967788696,-0.2160111963748932,0.15874680876731873 +225,-2.207671431281347,0.026546113498842356,2.330953021633606,-0.8036747574806213,-0.026542995125055313,0.5944765210151672,-1.282714605331421,1.2377289533615112,-0.8541480302810669,-0.33072465658187866,-0.08615842461585999,-0.7434786558151245 +226,-1.994321331477841,0.08490367061689144,2.4889525469439233,-0.9083620309829712,-0.08480170369148254,0.40949615836143494,1.1896426677703857,2.743922710418701,-0.8758265376091003,0.6338869333267212,0.28479862213134766,0.13777554035186768 +227,-1.93901020240646,0.07731141812755844,2.443007400050509,-0.9301849603652954,-0.0772344246506691,0.35887444019317627,-0.8602293133735657,-1.5197067260742188,1.111130952835083,0.3462158441543579,0.1291143000125885,0.00997614860534668 +228,-1.9781777553966884,-0.03057713866541465,2.456404286037057,-0.9177324175834656,0.030572373420000076,0.3960212767124176,1.1483052968978882,1.3143342733383179,-0.3006150424480438,-0.5375136733055115,0.016790930181741714,0.35460442304611206 +229,-1.9650418690193985,-0.03393638513345315,2.413019018180619,-0.9227551221847534,0.03392987325787544,0.3838905990123749,-0.8328735828399658,-2.49259877204895,1.8439102172851562,-0.33661389350891113,0.11957356333732605,0.23911052942276 +230,-2.2321214794848045,-0.08052974988716055,2.207872964715461,-0.7866213917732239,0.08044274151325226,0.6121727228164673,-2.2535243034362793,-0.033563438802957535,0.32261285185813904,-0.6215205788612366,-0.19651637971401215,-0.46568846702575684 +231,-2.1161657701618135,0.003553245826332505,2.215333041189643,-0.8549302220344543,-0.0035532384645193815,0.518730640411377,0.3078378736972809,1.0471127033233643,-1.1234407424926758,0.4569506049156189,-0.08967795968055725,-0.19471031427383423 +232,-2.0529318711957862,0.08811813487222493,2.1840194560730115,-0.8825689554214478,-0.08800414204597473,0.46187323331832886,0.2050185352563858,-0.56355220079422,0.31933194398880005,0.6023872494697571,0.16377931833267212,-0.4088796377182007 +233,-2.0377849310238854,0.03623823314875008,2.238294534664854,-0.892341673374176,-0.03623030334711075,0.4499037265777588,1.027073621749878,1.5853458642959595,-0.3165733516216278,-0.30960822105407715,0.04543135315179825,0.29838716983795166 +234,-1.9875926274791373,0.04278267373743777,2.309282218425115,-0.9135540127754211,-0.042769622057676315,0.4044627249240875,0.039231542497873306,0.8332532048225403,-0.6865526437759399,-0.29236340522766113,0.2908622622489929,0.5350515246391296 +235,-2.1636549222398602,-0.05672117854212172,2.306869066404683,-0.8280132412910461,0.0566907674074173,0.557835578918457,-1.4077564477920532,-3.9287397861480713,0.8534354567527771,-0.4089711308479309,-0.3807111382484436,-0.18668073415756226 +236,-2.137638667798598,0.03914101433743895,2.2818267941013084,-0.8429546356201172,-0.03913101926445961,0.5365596413612366,2.0034048557281494,2.4017412662506104,-1.603283166885376,0.1831188201904297,0.04799637198448181,-0.4422602653503418 +237,-1.9338509697391537,0.11082716754516979,2.385334696980421,-0.9290813207626343,-0.11060043424367905,0.3529526889324188,-1.2160017490386963,0.3701213598251343,-0.439872145652771,0.7064402103424072,0.32460492849349976,0.2559645473957062 +238,-1.9983599160113898,0.07691476003737237,2.292058963323237,-0.9072885513305664,-0.07683894783258438,0.4134291112422943,0.5878795981407166,-0.22201895713806152,1.189111590385437,-0.13194191455841064,0.11696954816579819,-0.10155469179153442 +239,-1.96362484613251,-0.005241412130176803,2.318178234977638,-0.92381751537323,0.005241387989372015,0.38279783725738525,-0.1850041151046753,0.2889576554298401,-0.14307107031345367,-0.5054734945297241,0.0185775775462389,0.5743098258972168 +240,-2.0598293278524245,-0.07851558057903416,2.279287402454909,-0.8800678849220276,0.07843493670225143,0.4683251976966858,-0.6804574131965637,-2.51649808883667,0.8455681800842285,-0.4063395857810974,-0.25070667266845703,0.25793206691741943 +241,-2.2439808751548,0.015915218541771706,2.098047194778986,-0.7817410826683044,-0.015914546325802803,0.6233999729156494,-0.09859210252761841,0.2979295551776886,-0.43657392263412476,0.16012859344482422,-0.04954564571380615,-0.8817008137702942 +242,-2.1067251490606957,0.060675551427919416,2.163104151095037,-0.8582125306129456,-0.06063832715153694,0.5097001791000366,0.017719978466629982,1.280407428741455,-0.9622928500175476,0.5154848694801331,0.07962027192115784,-0.0902666449546814 +243,-2.0765542287476966,0.08555931923143138,2.16806381904865,-0.8716074824333191,-0.08545497059822083,0.4826984107494354,0.5896351337432861,0.1033288910984993,0.49249178171157837,0.12588006258010864,0.18947413563728333,-0.19410890340805054 +244,-2.030794112295441,-0.03631696483452662,2.311325321514607,-0.8954627513885498,0.036308981478214264,0.4436534345149994,0.6444624066352844,0.6515932083129883,-0.3820626139640808,-0.47921693325042725,0.13779380917549133,0.814555823802948 +245,-2.0846188485018544,-0.09376063314524596,2.2838582499402884,-0.8670468330383301,0.0936233177781105,0.4893508553504944,-0.07107564061880112,-2.297508955001831,1.035614252090454,-0.32936418056488037,-0.3144179880619049,0.15765231847763062 +246,-2.1970383563783695,-0.06216901631625783,2.170676605424118,-0.8086705207824707,0.06212897598743439,0.5849717855453491,0.1027023196220398,0.9109811186790466,-0.7581480145454407,-0.0605463981628418,-0.2893933653831482,-0.6021379232406616 +247,-2.082451886382407,-0.02186084599146855,2.2609558200828745,-0.871726930141449,0.021859105676412582,0.4895045757293701,-0.44464877247810364,0.8351436853408813,-0.44564902782440186,0.5867688655853271,0.18491274118423462,-0.006991028785705566 +248,-2.0618372319025893,-0.01127894634089544,2.1797173892705577,-0.8817864656448364,0.011278707534074783,0.47151410579681396,0.21039636433124542,-0.10966090112924576,1.1578413248062134,0.24737179279327393,0.07450619339942932,-0.26666486263275146 +249,-2.031265100493121,-0.12724095748557773,2.2135689140414883,-0.8886022567749023,0.1268978863954544,0.4407758116722107,0.16919897496700287,0.9485446810722351,0.07816556841135025,-0.493386447429657,-0.10835841298103333,0.5510607957839966 +250,-2.0572575291491573,-0.15016386104809712,2.168414476185233,-0.8740450143814087,0.14960014820098877,0.46223965287208557,-1.0970247983932495,-1.8122248649597168,1.002912998199463,-0.49543148279190063,-0.0055114030838012695,0.3804270029067993 +251,-2.2423554690202923,-0.02506685291178495,1.9409187668741157,-0.7826067209243774,0.02506422810256481,0.6220120191574097,-2.1572842597961426,-0.05114569142460823,-0.36112043261528015,-0.02246236801147461,-0.13865065574645996,-0.7309901118278503 +252,-2.2033793117485394,0.012397268159285546,1.9562539124560248,-0.806441068649292,-0.012396950274705887,0.5911844372749329,-0.0744248703122139,1.150834560394287,-0.63661128282547,0.38735848665237427,-0.03965076804161072,-0.3294505476951599 +253,-2.1318874420429257,0.029463618718530586,1.9904351215594016,-0.8463077545166016,-0.029459355399012566,0.5318795442581177,0.9271902441978455,0.10504598915576935,-0.011395588517189026,0.134973406791687,0.008448000997304916,-0.15198129415512085 +254,-2.033388731039312,0.009319522546327227,2.09522901824565,-0.8948596715927124,-0.009319387376308441,0.44625014066696167,1.288996934890747,0.27583298087120056,-0.08929011970758438,-0.3427806496620178,0.24998101592063904,0.47945472598075867 +255,-1.9983816624846715,0.034990605323411875,2.109802228337546,-0.909412682056427,-0.03498346731066704,0.4144209027290344,0.8282424807548523,-0.24800749123096466,0.6365842223167419,-0.06592905521392822,-0.02014651522040367,0.26721975207328796 +256,-2.277685516436838,-0.05378144194151685,1.9995403725343175,-0.7592867612838745,0.053755518049001694,0.6485326886177063,-2.850247859954834,-2.269972085952759,0.7138639688491821,-0.5796874165534973,-0.2575671672821045,-0.4411197304725647 +257,-2.157925509390477,0.028336205021632324,1.9995491819255895,-0.832200288772583,-0.028332412242889404,0.5537508726119995,1.7903727293014526,3.0278706550598145,-1.1751177310943604,0.266373872756958,-0.026355087757110596,-0.3284701108932495 +258,-1.9817175119094224,0.054401391054815396,2.0614161123300367,-0.9153972268104553,-0.054374560713768005,0.39886313676834106,-1.3138538599014282,0.02815447747707367,0.01096812728792429,0.458976149559021,0.1682966947555542,0.310838520526886 +259,-2.013285831775312,0.07125752313189077,1.9383347225300842,-0.9013952016830444,-0.07119723409414291,0.4271039068698883,-0.02832356095314026,-0.04795026034116745,0.5832803249359131,-0.052797913551330566,0.05052158236503601,-0.07955443859100342 +260,-1.9846868790649972,0.030340653394837887,1.930135937574342,-0.9151417016983032,-0.03033599816262722,0.40198931097984314,-0.4053603708744049,0.38178789615631104,0.4309622049331665,-0.18326222896575928,0.00985872745513916,0.402377724647522 +261,-2.062958448503114,-0.040597309418726316,1.8706302245154658,-0.8805872797966003,0.04058615863323212,0.4721432626247406,-0.7525599002838135,-1.5964738130569458,0.28026294708251953,-0.5949530005455017,-0.1683022379875183,0.11997419595718384 +262,-2.1707534952802794,0.05951802814510064,1.7003912428900814,-0.8238983750343323,-0.05948289483785629,0.563607394695282,-0.2231181561946869,-0.3409055471420288,0.2946939468383789,0.0834503173828125,0.1780589520931244,-0.889565646648407 +263,-2.022112061951886,0.09164870997413956,1.6661441279771803,-0.8960976004600525,-0.09152046591043472,0.43431955575942993,-0.15181539952754974,0.9916976094245911,-0.44375890493392944,0.42775946855545044,-0.08407769352197647,-0.02369016408920288 +264,-2.0377436077565356,0.11695398581867546,1.6150774679172144,-0.8868467211723328,-0.11668755114078522,0.4470873177051544,-0.3250807523727417,-0.5287197828292847,0.5102057456970215,0.2878934144973755,0.16595815122127533,-0.19823163747787476 +265,-2.0363094930087198,0.05554338263366642,1.6706843499809074,-0.8922132253646851,-0.055514827370643616,0.4481891393661499,1.2201142311096191,0.8145014047622681,-0.2342851758003235,-0.25553756952285767,0.08018830418586731,0.3263164460659027 +266,-2.0244274517551126,0.05557731311181211,1.699187396777479,-0.8974738717079163,-0.05554870516061783,0.4375556409358978,-0.5778895020484924,-0.31226953864097595,0.28635650873184204,-0.5000175833702087,0.23212343454360962,0.2734428644180298 +267,-2.130918498458756,0.026952211291185368,1.5939789752132123,-0.8468825221061707,-0.026948947459459305,0.5310967564582825,-1.7562116384506226,-1.3842976093292236,1.1003077030181885,-0.12180638313293457,-0.1674174964427948,-0.29696589708328247 +268,-2.131064087963868,0.047205208440044374,1.4919735489450239,-0.8461692929267883,-0.0471876785159111,0.5308210849761963,0.6020120978355408,2.0954065322875977,-0.8715758323669434,0.10305094718933105,-0.1047135591506958,-0.4566786289215088 +269,-1.96122317315643,0.06213681272686753,1.5776129747771874,-0.9229621887207031,-0.06209683418273926,0.37984874844551086,-0.4891503155231476,0.41784852743148804,-0.0032173916697502136,0.5731543302536011,0.12595486640930176,0.2311132550239563 +270,-1.9895997142883604,0.03965372738674387,1.493235662477738,-0.9128581285476685,-0.039643336087465286,0.4063479006290436,0.38869696855545044,-0.3535975515842438,0.9855920672416687,-0.11175429821014404,0.037171393632888794,-0.12326681613922119 +271,-1.9590181594873635,-0.030150063625337856,1.5561316977880044,-0.9251629710197449,0.030145496129989624,0.37837114930152893,0.5225278735160828,0.7779077887535095,0.008915182203054428,-0.36408257484436035,0.060705333948135376,0.49907028675079346 +272,-2.056183677126961,-0.07256736759796777,1.5230248380517593,-0.8821665644645691,0.07250369340181351,0.46532315015792847,-1.0809097290039062,-1.9973900318145752,0.39660364389419556,-0.45424413681030273,-0.07193910330533981,0.12799960374832153 +273,-2.2090346193824173,0.04348127934739342,1.3215500134665954,-0.8023872971534729,-0.043467581272125244,0.5952182412147522,-0.8865810632705688,-0.13018092513084412,-0.006504414603114128,0.142139732837677,-0.02151959016919136,-0.9978978037834167 +274,-2.11984398577623,0.041862852879617,1.3484552316725942,-0.8522745966911316,-0.04185062646865845,0.5214179158210754,0.14888446033000946,1.0840442180633545,-0.34941941499710083,0.5024668574333191,-0.05028194189071655,-0.22402405738830566 +275,-2.0609000023499258,0.08214853284598048,1.333643700358914,-0.8793087005615234,-0.08205617219209671,0.4691299498081207,0.053691789507865906,0.7152225375175476,-0.14605233073234558,0.024908125400543213,0.1305028200149536,-0.23284760117530823 +276,-1.949517499688379,0.016281299318948516,1.461359845442791,-0.9290151596069336,-0.016280580312013626,0.3696835935115814,1.1731088161468506,0.6289278268814087,0.13367705047130585,-0.5382394790649414,0.2501062750816345,0.7782809734344482 +277,-2.0007383496796973,-0.013496095373028443,1.4518609494545445,-0.9089072346687317,0.013495685532689095,0.41678017377853394,-0.035593461245298386,-2.370786666870117,1.2798140048980713,-0.18798625469207764,-0.15055012702941895,0.16163474321365356 +278,-2.2460240806414107,-0.03323950027013805,1.3002259706692254,-0.7801333665847778,0.03323337808251381,0.6247297525405884,-1.8950754404067993,0.12709343433380127,0.009794104844331741,-0.4078701138496399,-0.2918393313884735,-0.7608078122138977 +279,-2.049126080599715,0.02666786903511219,1.4262397088665766,-0.8874492645263672,-0.02666470780968666,0.46013331413269043,2.4013633728027344,3.100337505340576,-1.3468356132507324,0.561674177646637,0.15125271677970886,-0.09904935956001282 +280,-1.8810488197483792,0.04220671638733781,1.4850956152240258,-0.9514085054397583,-0.0421941876411438,0.30502718687057495,-0.8385002017021179,-0.2446867823600769,0.5080329179763794,0.4969559907913208,0.1913946270942688,0.24415183067321777 +281,-1.941098544957571,-0.03123643413607131,1.4491834381193678,-0.9317631721496582,0.031231354922056198,0.36172059178352356,0.5306553244590759,0.5036566257476807,0.28697469830513,-0.5446008443832397,-0.0508541539311409,0.20232051610946655 +282,-1.8931559145306436,-0.03496064332952066,1.4495612186556142,-0.9479109644889832,0.034953523427248,0.3166119158267975,-0.42169320583343506,-0.6862540245056152,0.6212930083274841,-0.35103923082351685,0.2524305284023285,0.4259112775325775 +283,-2.1478938505916565,-0.07465728200775774,1.2979567162114045,-0.8357155323028564,0.07458794862031937,0.5440741777420044,-2.8498802185058594,-2.700253486633301,0.9189850687980652,-0.3727959990501404,-0.10515128076076508,-0.3822544813156128 +284,-2.1595809618154402,0.009838216588799152,1.2078493460341626,-0.8315760493278503,-0.009838057681918144,0.5553238987922668,0.6575244069099426,1.7373642921447754,-0.8034889101982117,0.31479138135910034,-0.1786080002784729,-0.49752354621887207 +285,-2.050230528614896,0.05556553464190313,1.3074691842849542,-0.8858867287635803,-0.055536944419145584,0.46056532859802246,-0.8394560217857361,0.3632506728172302,-0.5882734656333923,0.5342631936073303,0.08845016360282898,0.11797162890434265 +286,-2.0203318446814733,0.08464025481267433,1.3019338025960736,-0.8974248170852661,-0.08453923463821411,0.432991623878479,0.9122201204299927,1.062950611114502,0.08458711206912994,-0.1701257824897766,0.08276922255754471,0.03232511878013611 +287,-1.9813072450517966,0.05014856533996008,1.4106661525833397,-0.915764331817627,-0.0501275472342968,0.39857614040374756,0.15374065935611725,0.3749541938304901,-0.25740551948547363,-0.508948802947998,0.3977380096912384,0.7236620187759399 +288,-2.164416963936745,-0.024256785394889995,1.358926096071029,-0.828677237033844,0.02425440587103367,0.5592014789581299,-1.8283876180648804,-3.1761319637298584,1.2068458795547485,-0.15836822986602783,-0.3188405930995941,-0.16232025623321533 +289,-2.2103936005829845,0.053327465768306034,1.215419869478605,-0.801195502281189,-0.05330219492316246,0.5960237979888916,0.6813745498657227,1.7048925161361694,-0.8359007239341736,-0.034284114837646484,0.052325643599033356,-0.6625369191169739 +290,-2.030101976446614,0.06863808425818174,1.2977685415214113,-0.8942499160766602,-0.06858420372009277,0.44228193163871765,-0.30379199981689453,0.6748009920120239,0.04301676154136658,0.6665430068969727,0.20122885704040527,0.21448683738708496 +291,-2.0163703890845786,0.05980668427088675,1.1458215685885322,-0.9007500410079956,-0.059771038591861725,0.43020540475845337,-1.4697105884552002,0.4400272071361542,1.2560703754425049,-0.02004152536392212,0.07045218348503113,-0.0056143105030059814 +292,-1.9691694495580183,-0.01963509327484574,1.1137115370262671,-0.9215156435966492,0.019633831456303596,0.38784462213516235,0.5562264919281006,0.6175881028175354,0.6252043843269348,-0.39931559562683105,-0.03937870264053345,0.45058009028434753 +293,-2.010014829580837,-0.0396037331662156,1.0914062299644671,-0.9043745994567871,0.03959337994456291,0.4248988628387451,-0.9664487838745117,-1.351454734802246,-0.2670987546443939,-0.3635239601135254,-0.11446824669837952,0.09589886665344238 +294,-2.124637986005792,0.03598638993931004,0.9909846997022752,-0.8499597311019897,-0.03597862273454666,0.5256180167198181,-0.11747501790523529,0.3086528182029724,0.1108044683933258,0.1287529468536377,0.07063132524490356,-0.5789780020713806 +295,-2.0099833644729785,0.029614063850046488,1.0640431393954572,-0.9047008752822876,-0.029609736055135727,0.425017386674881,0.9194239974021912,0.9725108742713928,-0.6221395134925842,0.4948955774307251,-0.06302636861801147,0.012024879455566406 +296,-1.9734428087010103,0.09375445644332174,1.016627379535196,-0.9159867763519287,-0.09361717104911804,0.39013367891311646,-0.9881770014762878,-0.25214070081710815,0.016673436388373375,0.10350203514099121,0.21378013491630554,-0.10783076286315918 +297,-1.9507255888681687,0.09665182143996384,1.0536439755658868,-0.9243564605712891,-0.0965014100074768,0.3691239058971405,0.9324585199356079,0.008733795024454594,-0.10127424448728561,-0.3427485227584839,0.0478716641664505,0.4195265471935272 +298,-1.9799663874776026,0.07914950848288749,1.0416330268750091,-0.9145790338516235,-0.07906689494848251,0.39660248160362244,-0.037132032215595245,-1.6278398036956787,1.1086317300796509,-0.2487967610359192,-0.3292430341243744,0.1291237771511078 +299,-2.1568655844418587,0.09494023471550099,0.8510523117876791,-0.8293694257736206,-0.09479767084121704,0.5505998134613037,-1.3048136234283447,-0.9177588224411011,-0.03330344706773758,-0.36225056648254395,-0.11287447810173035,-0.6840378642082214 +300,-2.1228549682072124,0.1607598700994422,0.7780176224115309,-0.8404681086540222,-0.1600683182477951,0.51767897605896,-1.3054312467575073,0.4706647992134094,-0.3782254159450531,0.6441943049430847,0.1920507401227951,-0.07006239891052246 +301,-1.9866831836074648,0.3086461568606857,0.5480203644740266,-0.8715319633483887,-0.303769052028656,0.3849104940891266,-5.075930595397949,2.2565579414367676,-0.512124240398407,0.0950276255607605,0.2574129104614258,0.5804978013038635 +302,-1.7963390240130006,0.4597705910332327,0.265175445134488,-0.8734573721885681,-0.4437425434589386,0.20041179656982422,-1.7562916278839111,0.8950075507164001,-0.2981979548931122,-0.2830825448036194,-0.3455335795879364,0.22788715362548828 +303,-1.7224677983778471,0.5426481892354159,0.13742472294337438,-0.8465132117271423,-0.5164055824279785,0.1293855756521225,-1.0497422218322754,-0.6107349991798401,-0.8014411330223083,-0.7390427589416504,-0.3617072105407715,0.3622220754623413 +304,-1.6796455721123624,0.7250721652494201,-0.04447236990866948,-0.7440218925476074,-0.6631894707679749,0.08130759000778198,-0.47010868787765503,-1.090687870979309,-2.1065144538879395,-0.2118496298789978,0.36378157138824463,-0.5245143175125122 +305,-1.622476215357134,0.8750829719427281,-0.07837630737440994,-0.6400772929191589,-0.7675966620445251,0.033108603209257126,-0.12071307003498077,1.5940128564834595,-1.3365139961242676,0.3505418300628662,0.2944675087928772,-0.09924019128084183 +306,-1.5362314475485082,0.9858083667942276,-0.07038281638551742,-0.5518594980239868,-0.8337187170982361,-0.019082557410001755,-0.13325676321983337,0.5033677816390991,-0.04760368913412094,0.4357096552848816,0.6061949729919434,0.013803007081151009 +307,-1.196654154785919,0.8440592269810151,-0.3027314743957507,-0.6184699535369873,-0.7473463416099548,-0.24283367395401,-1.1001391410827637,1.3829772472381592,1.8068821430206299,-0.08271712064743042,-0.4365983009338379,-0.1077980250120163 +308,-1.2066911016758883,0.8035541501253636,-0.25413776120539505,-0.6486461162567139,-0.7198277711868286,-0.24719709157943726,1.580389380455017,-0.7616873979568481,-0.15078413486480713,-0.1773732304573059,-0.6233577132225037,-0.029368489980697632 +309,-1.4149153454336874,0.9438132144507924,-0.2112555111363399,-0.5795905590057373,-0.8098012208938599,-0.09108611196279526,-0.9247150421142578,-1.2689305543899536,-1.459169864654541,-0.09028548002243042,0.5595723986625671,-0.37352877855300903 +310,-1.3891227413511682,0.9333320511518833,-0.25844911377721086,-0.5853649377822876,-0.8036075234413147,-0.10753098130226135,1.0226025581359863,1.551769495010376,1.537818431854248,0.2945476770401001,0.09941446781158447,-0.16729509830474854 +311,-1.3481859591744851,0.9062594654812826,-0.17151854435758018,-0.6014771461486816,-0.7872024774551392,-0.136151522397995,0.6688612103462219,-1.523632526397705,-0.7186790108680725,0.2801119089126587,0.3467118740081787,0.41857650876045227 +312,-1.388355459328208,0.8785828688758686,-0.2714903296534287,-0.627650260925293,-0.7698351740837097,-0.11579667776823044,-1.5570662021636963,0.5803150534629822,1.852418065071106,0.35822588205337524,0.03895449638366699,-0.28586041927337646 +313,-1.2914624780807105,0.714162380585165,-0.2681365079275305,-0.7263530492782593,-0.654984712600708,-0.20834219455718994,1.1872661113739014,0.6269098520278931,0.3781183063983917,-0.4719196557998657,-0.5601489543914795,-0.03070199489593506 +314,-1.3978436311302378,0.7766377830338844,-0.222963340444497,-0.7026328444480896,-0.7008851766586304,-0.12274860590696335,-0.8272135257720947,-1.811977744102478,-2.0488057136535645,-0.6239967942237854,0.0998719334602356,-0.20378948748111725 +315,-1.5253597665764724,0.8678222664583952,-0.24071807928272768,-0.6458224654197693,-0.7629228830337524,-0.02936416119337082,0.06934460997581482,0.6737406849861145,0.964840829372406,0.3127840757369995,0.1667313575744629,-0.3586515784263611 +316,-1.4767219841574923,0.8263748087257056,-0.1867689304526619,-0.6745504140853882,-0.7354799509048462,-0.06364575028419495,0.7301704287528992,-0.7518350481987,-0.7371059656143188,0.24721282720565796,0.29038113355636597,0.30450570583343506 +317,-1.6706836268241347,0.8537632660275352,-0.11807433869852417,-0.6538756489753723,-0.7537587881088257,0.06553196161985397,0.7105099558830261,-0.4002116620540619,1.092481017112732,0.2799437642097473,0.2925924062728882,-0.35906529426574707 +318,-1.650628067273568,0.7094350939589105,0.01450918581075983,-0.7563135027885437,-0.6514052748680115,0.060506414622068405,1.0790557861328125,0.8451868891716003,0.5584882497787476,-0.4813116192817688,-0.381263792514801,0.43905115127563477 +319,-1.7277570305995613,0.6728836561391932,0.12030438358476549,-0.7724140882492065,-0.6232436895370483,0.1222442090511322,0.6269581913948059,-2.4400041103363037,-0.26219987869262695,-0.5842447876930237,-0.3135696053504944,-0.07198167592287064 +320,-1.9220050940693576,0.7211484983175491,0.15839288042842234,-0.7052021622657776,-0.6602476835250854,0.2583853304386139,0.3954896628856659,1.328853726387024,0.7123860716819763,0.07068067789077759,0.17857348918914795,-0.586983323097229 +321,-1.7245619614762238,0.6522073301045608,0.16966256586942663,-0.7853692173957825,-0.6069421768188477,0.12172365188598633,0.5117631554603577,0.11304496228694916,-0.29147636890411377,0.2928764224052429,0.12474912405014038,0.40356016159057617 +322,-1.8673924130779986,0.6478764043089958,0.17321981466010467,-0.7625516057014465,-0.6034944653511047,0.23304380476474762,-0.39411792159080505,-0.8873271346092224,0.6851786971092224,0.23453646898269653,0.3535860776901245,-0.24204647541046143 +323,-1.8981488051662894,0.4935824206967005,0.23387617819671913,-0.8338766098022461,-0.4737837612628937,0.2831589877605438,2.3207952976226807,0.35207128524780273,1.8282639980316162,0.05547994375228882,-0.0325486958026886,-0.09193584322929382 +324,-1.9625672483761032,0.21626075606161743,0.45309822970424407,-0.9027059078216553,-0.21457898616790771,0.3729317784309387,0.6916592121124268,0.9089239835739136,1.5707314014434814,-0.8470195531845093,-0.07544484734535217,0.864113450050354 +325,-2.1212445899529646,0.04498952022381867,0.5698635698167948,-0.8514278531074524,-0.044974345713853836,0.5225401520729065,0.7705199122428894,-0.7723032236099243,1.2441012859344482,-0.14683270454406738,0.14456845819950104,-0.14650243520736694 +326,-1.9829443565412512,-0.01615366267449816,0.682455484107732,-0.9161427021026611,0.016152959316968918,0.4005260467529297,0.9011373519897461,2.020352363586426,-0.9757949113845825,0.2177940011024475,-0.2462707757949829,0.14007747173309326 +327,-1.8852214076218339,0.05760324840684411,0.7097557269705678,-0.9493969082832336,-0.057571396231651306,0.3087567687034607,0.30588197708129883,-0.39620810747146606,-0.19858959317207336,0.616816520690918,0.2474822849035263,-0.20325762033462524 +328,-1.8735479332526987,0.021101146772739773,0.8353073674039535,-0.9543073773384094,-0.021099580451846123,0.2980814576148987,3.1639366149902344,0.5813319683074951,-0.3477994501590729,-0.2537310719490051,-0.05815458297729492,-0.23758038878440857 +329,-1.7608656409604908,0.010556739228775522,1.1299113943988184,-0.9819364547729492,-0.010556543245911598,0.18891644477844238,0.9400258660316467,1.2055633068084717,-0.7895017266273499,-0.4683809280395508,0.30111441016197205,0.7948024272918701 +330,-1.967498866903777,-0.10982065267639038,1.1341288656853303,-0.9167835712432861,0.10960003733634949,0.3840513825416565,-0.9852909445762634,-2.945321798324585,1.0973302125930786,-0.3627268075942993,-0.2683982849121094,-0.215975821018219 +331,-1.9735858723554465,-0.10350730121984543,1.1330520653351808,-0.9150473475456238,0.1033225730061531,0.3898882269859314,1.7190427780151367,1.5698120594024658,-0.9885706305503845,0.19742655754089355,-0.1887717843055725,-0.21001756191253662 +332,-1.8655512583403175,-0.03556537660095424,1.1930023459164527,-0.9562681913375854,0.035557880997657776,0.29032161831855774,-0.927168607711792,-0.3077511191368103,-0.318578839302063,0.6508635878562927,0.16724666953086853,0.09615299105644226 +333,-1.9239133224226128,-0.0774693142896567,1.1476897501146133,-0.9354851841926575,0.0773918479681015,0.34478697180747986,0.6502876877784729,0.583716630935669,0.7565986514091492,-0.1651923656463623,-0.0458061620593071,0.008118301630020142 +334,-1.8593624380508467,-0.09703748155993323,1.1885836803050056,-0.9541431069374084,0.09688526391983032,0.2832391560077667,-0.14770998060703278,0.20228488743305206,-0.15080328285694122,-0.26947450637817383,0.12802928686141968,0.47046875953674316 +335,-1.9952951668925876,-0.15309044524389065,1.1342301281311344,-0.9005878567695618,0.1524931639432907,0.40704721212387085,-1.0118809938430786,-2.200634479522705,0.6258464455604553,-0.5164806842803955,-0.2694975435733795,-0.19742202758789062 +336,-2.004682145771272,-0.045898573750994036,1.0509063655244921,-0.9063834547996521,0.0458824597299099,0.4199569821357727,-0.060310378670692444,2.1522018909454346,-1.288786768913269,0.0980491042137146,-0.1853172779083252,-0.4763381779193878 +337,-1.8606458130027614,0.03006145723290489,1.1368321017848888,-0.9578539729118347,-0.03005692921578884,0.2856788635253906,-0.3249078691005707,-0.18450583517551422,-0.6099639534950256,0.6210619211196899,0.1929597556591034,0.30863574147224426 +338,-1.9353158291098713,0.04379397392756746,1.094314888503697,-0.9333992600440979,-0.04377997666597366,0.3561585545539856,0.5678446292877197,-0.646419882774353,0.5082448124885559,0.08301180601119995,0.12144720554351807,-0.3762390911579132 +339,-1.8601985870637752,0.0013060179249099332,1.1845606830624944,-0.9584138989448547,-0.00130601751152426,0.28537917137145996,0.6166315078735352,0.04314540699124336,0.06634782254695892,-0.38118577003479004,0.04891344904899597,0.39877915382385254 +340,-1.8803717332074172,-0.03581222946812712,1.2338112964853514,-0.9518522024154663,0.03580457344651222,0.304458886384964,0.5183421969413757,-2.035973072052002,1.6473115682601929,-0.21605539321899414,-0.2195204198360443,0.1690060794353485 +341,-2.0098099073269076,-0.06531117517428636,1.1521066314662565,-0.9032415151596069,0.0652647539973259,0.4241405725479126,-0.7407320737838745,1.013791561126709,-0.24064885079860687,-0.3477197289466858,-0.2512693703174591,-0.6621929407119751 +342,-1.8200836114277608,-0.03919160173508805,1.2812248460440963,-0.9683444499969482,0.03918156772851944,0.246523916721344,0.6626418232917786,1.6611112356185913,-0.8310726284980774,0.5320804119110107,0.09002983570098877,0.4037904739379883 +343,-1.8305358999303183,0.022020216892679356,1.2187248892306148,-0.9662225246429443,-0.022018438205122948,0.25676658749580383,-1.3723559379577637,-0.6728411316871643,-0.6134731769561768,0.1921900510787964,0.05422976613044739,-0.06403282284736633 +344,-1.800275072915792,0.05258569902524995,1.1751337267138189,-0.9724389910697937,-0.05256146565079689,0.22715553641319275,0.45836925506591797,-0.1480385661125183,0.3123330771923065,-0.09175467491149902,-0.05876666307449341,0.19883930683135986 +345,-1.8578256430697047,-0.004677418051534888,1.1362528729849048,-0.9590786695480347,0.004677400924265385,0.28310123085975647,-0.05056961625814438,-1.799483299255371,1.4864935874938965,-0.6053744554519653,0.131522536277771,0.18955504894256592 +346,-2.0717469284812005,-0.03487842577099513,0.9607073986746224,-0.8765928149223328,0.03487135469913483,0.4799673855304718,-2.4000988006591797,-2.340958595275879,1.126457929611206,-0.1873871088027954,0.11081954091787338,-0.4056418836116791 +347,-2.218906357136411,0.05640215367399688,0.7230037011699699,-0.795958399772644,-0.056372255086898804,0.6027207970619202,-4.274025917053223,-1.7384668588638306,0.5870924592018127,0.38381850719451904,-0.07288496196269989,0.13839852809906006 +348,-2.042070192022903,0.5338350735272752,0.18987426880353656,-0.7670199871063232,-0.5088385343551636,0.3908499777317047,-10.242010116577148,4.214555740356445,-2.7509212493896484,-0.08831137418746948,0.6343573927879333,0.1766701638698578 +349,-1.016311055647919,0.7239551819945349,-0.8353430713979293,-0.63694167137146,-0.6623530387878418,-0.39445385336875916,-4.560002326965332,3.704275369644165,-0.27821436524391174,0.31942152976989746,0.2273859977722168,-0.09288132190704346 +350,-0.41878034909047746,0.2347919601226743,-1.2309324897977596,-0.39548924565315247,-0.23264065384864807,-0.8885193467140198,-5.530553340911865,2.7273871898651123,-0.007669929414987564,-0.44885584712028503,-0.09287509322166443,-0.4258880019187927 +351,-0.17754195811746326,0.11389368239321171,-1.3970002101947012,-0.17546646296977997,-0.11364760994911194,-0.9779037237167358,0.32108691334724426,3.4334216117858887,0.02010136842727661,0.029729783535003662,0.32424941658973694,-0.2875991463661194 +352,0.056214487273522386,0.2579178637152891,-1.3830186296833462,0.05432646721601486,-0.2550678551197052,-0.9653958082199097,2.3484392166137695,1.7464641332626343,0.6550754308700562,0.19420868158340454,0.3251972198486328,0.25659453868865967 +353,0.19284566038901588,0.4551285536867692,-1.35974984666709,0.17214320600032806,-0.43957778811454773,-0.881554365158081,2.155747652053833,0.9739635586738586,0.441927433013916,-0.15102505683898926,0.17541763186454773,0.6045310497283936 +354,0.22529286464544962,0.4945233166992123,-1.364094970628749,0.1966283917427063,-0.47461211681365967,-0.8579514026641846,-1.0801317691802979,-0.27574464678764343,-0.13140572607517242,0.1424219012260437,-0.14150723814964294,0.19370579719543457 +355,0.21207969148530303,0.46713726188505605,-1.3808044414201905,0.18794141709804535,-0.4503321051597595,-0.8728567957878113,0.3559423089027405,-0.2690380811691284,0.22554057836532593,0.44485580921173096,-0.3409428894519806,-0.5041115283966064 +356,0.26694338281233027,0.48063315727591793,-1.412809280334475,0.23389817774295807,-0.46234068274497986,-0.8552969098091125,1.2689073085784912,0.2001481056213379,-0.24874937534332275,-0.3397178649902344,0.40833985805511475,-0.2899820804595947 +357,0.2565996686093495,0.4854799476503196,-1.4190374044536893,0.22446751594543457,-0.4666329026222229,-0.855492889881134,-0.8992769122123718,0.08811868727207184,0.17755267024040222,0.07463523745536804,0.05601891875267029,0.18482333421707153 +358,0.2665825499487192,0.5193354584982707,-1.4014374774054261,0.22870196402072906,-0.4963033199310303,-0.8374834060668945,0.658460795879364,0.04593673720955849,-0.1281166821718216,-0.23282182216644287,0.20562338829040527,0.5238542556762695 +359,0.21177000714098612,0.4774277659973602,-1.3719986702791795,0.18668712675571442,-0.45949608087539673,-0.8683382272720337,-0.9163811206817627,-1.231388807296753,0.5588076114654541,0.08354601263999939,-0.0047067999839782715,0.2581239938735962 +360,-0.10989575181913006,0.34885369137559785,-1.2069793731512248,-0.10306844860315323,-0.34182077646255493,-0.9340960383415222,-1.2762808799743652,-3.3265888690948486,2.348226308822632,-0.020481958985328674,0.06365305185317993,-0.2873852252960205 +361,-0.6524232872649566,0.3645621200716753,-0.8324496658946575,-0.5672142505645752,-0.3565402328968048,-0.7423928380012512,0.45541054010391235,-2.1677167415618896,1.4966230392456055,-0.9067389369010925,0.3932376205921173,-0.23540562391281128 +362,-1.082071817386443,0.5057039929906499,-0.519881913844414,-0.7724189758300781,-0.48442342877388,-0.41073447465896606,5.639385223388672,-3.508326768875122,1.8555299043655396,0.4191780090332031,0.2066372036933899,-0.13096779584884644 +363,-1.6652587828546421,0.4039855818112955,0.1262693048114119,-0.9154022932052612,-0.39308619499206543,0.0867292657494545,7.143421649932861,-2.798349380493164,0.9475327134132385,-0.05270683765411377,0.35606837272644043,0.04850935935974121 +364,-2.0410517983578953,0.28898938777906424,0.5252187087181013,-0.8544862866401672,-0.28498366475105286,0.4343245327472687,4.956937313079834,-2.157925844192505,0.11352255195379257,0.24512642621994019,0.24486827850341797,-0.2345563769340515 +365,-2.1217616601339353,0.14051799433137338,0.7392222911788373,-0.8436216711997986,-0.14005602896213531,0.5183500051498413,0.4759743809700012,0.876931369304657,0.7647404074668884,-0.07210409641265869,-0.14722122251987457,0.6104035973548889 +366,-2.1912979091145033,0.02237038649309014,0.90543745546943,-0.813383162021637,-0.022368520498275757,0.5812976956367493,1.5941089391708374,-1.1615593433380127,0.2978494167327881,-0.3357560634613037,-0.47265711426734924,0.39070218801498413 +367,-2.2143910384531584,0.047634910869734065,0.8661027362473965,-0.7990363836288452,-0.04761689901351929,0.5993941426277161,0.7567599415779114,1.1991567611694336,-0.21613961458206177,-0.09097814559936523,0.07177156955003738,-0.5142653584480286 +368,-2.072437694188252,0.0054753589771537724,1.0361880420805645,-0.8767814636230469,-0.00547533156350255,0.4808582067489624,0.9096675515174866,1.599711537361145,-1.417454481124878,0.4223440885543823,-0.08421581983566284,0.07323426008224487 +369,-1.9615094201373222,0.16541636180272123,1.0665992109743103,-0.9120164513587952,-0.16466301679611206,0.3756493031978607,-0.21204590797424316,0.1423502415418625,-1.672587275505066,0.35380399227142334,0.13489307463169098,-0.25466230511665344 +370,-1.8846443144501834,0.23802101181038499,1.1080485785340204,-0.9243362545967102,-0.23577989637851715,0.30001696944236755,0.5026028752326965,0.6666931509971619,-0.4062581956386566,-0.4421340227127075,0.13801686465740204,0.37651190161705017 +371,-1.9410850867574978,0.18805764611955922,1.150348050754435,-0.9157872200012207,-0.186951145529747,0.3555043935775757,0.45542946457862854,-2.0367305278778076,1.5518841743469238,-0.31776392459869385,-0.4279017448425293,-0.0850881040096283 +372,-2.0138108658516956,0.1320139911974787,1.1234553076710068,-0.8956022262573242,-0.13163088262081146,0.424934983253479,-0.5232442021369934,1.681013822555542,-0.6524450778961182,-0.36840522289276123,-0.35478878021240234,-0.2823874354362488 +373,-1.839064895423715,0.21103098349766605,1.192369414697128,-0.9428404569625854,-0.20946812629699707,0.2591820955276489,0.03146233409643173,1.0957624912261963,-0.4337196350097656,0.7046201229095459,0.35410618782043457,0.30214300751686096 +374,-1.8916400359669943,0.17673702747617745,1.1775666480649738,-0.9341871738433838,-0.17581836879253387,0.31045469641685486,-0.5233052372932434,-0.7081050276756287,0.454430490732193,0.39370566606521606,-0.01346684992313385,-0.19773808121681213 +375,-1.8199718195256673,0.1903659899817422,1.1234841972833653,-0.9516091346740723,-0.18921828269958496,0.24215011298656464,-0.3704719543457031,1.3102059364318848,-0.2463328093290329,-0.36081457138061523,-0.001821756362915039,0.25458455085754395 +376,-1.8243825657215453,0.14261960270398505,1.118208818986486,-0.9581907987594604,-0.1421366035938263,0.2483299970626831,0.13204458355903625,-2.8203835487365723,1.5329474210739136,-0.4702303409576416,-0.1652974933385849,0.3491584360599518 +377,-2.0702979915864614,0.07378886294095809,1.0703045419720756,-0.8754326701164246,-0.07372192293405533,0.47768476605415344,-0.7433417439460754,-0.22479109466075897,-0.021069977432489395,-0.27401185035705566,-0.33474060893058777,-0.7069480419158936 +378,-1.8882174642673222,0.16676841533371906,1.067158748735322,-0.9368630051612854,-0.1659964770078659,0.30778738856315613,0.2918661832809448,1.660415768623352,-0.9167750477790833,0.48448556661605835,0.06676854193210602,0.08385995030403137 +379,-1.9004743292543624,0.18918787554481792,1.0674941824465998,-0.9292647838592529,-0.18806132674217224,0.31796202063560486,-0.4944295883178711,-0.9208074808120728,0.3314771056175232,0.4687088131904602,0.24007852375507355,-0.14874210953712463 +380,-1.8500559971328405,0.17158999919953524,1.0567356944579207,-0.9471431374549866,-0.1707492172718048,0.27159610390663147,0.14640720188617706,1.7282062768936157,-0.22973039746284485,-0.33767735958099365,-0.01656767725944519,0.22825133800506592 +381,-1.8290097281288116,0.1775193507501636,1.0870440722102965,-0.9516537189483643,-0.17658846080303192,0.25134071707725525,0.2146054357290268,-0.21912360191345215,0.31333038210868835,-0.3517979383468628,0.30576932430267334,0.4111044704914093 +382,-2.025952400326463,0.02346162515511945,1.0852552192935114,-0.8979452252388,-0.023459473624825478,0.4394815266132355,-0.5474108457565308,-2.1152451038360596,0.723399817943573,-0.4345895051956177,-0.5242547988891602,-0.3883645534515381 +383,-1.892423388267938,0.07559059695736921,1.101783755092184,-0.9460132122039795,-0.07551863044500351,0.31520792841911316,1.691246747970581,2.661350965499878,-0.8915436267852783,0.2223803997039795,-0.018933266401290894,-0.011680126190185547 +384,-1.8358337052736613,0.11795540819218285,1.1353898372454951,-0.9583765268325806,-0.1176820695400238,0.26012513041496277,-1.1911104917526245,-1.1795763969421387,0.16477513313293457,0.6208369731903076,0.3056246042251587,0.13724419474601746 +385,-1.929671405233041,0.09596974120108356,1.051794812363078,-0.9319841265678406,-0.09582249075174332,0.3496050536632538,-0.016145598143339157,1.1154985427856445,0.4297058880329132,-0.048576176166534424,0.0028659701347351074,-0.14722776412963867 +386,-1.8619203729913456,0.03405123641940297,1.062041517409148,-0.9573663473129272,-0.03404465690255165,0.28686270117759705,0.2911323010921478,-0.3010372817516327,0.28106847405433655,-0.5261996984481812,-0.04644545167684555,0.4874139428138733 +387,-1.9910287085988772,-0.051996103163686525,1.0426929715833773,-0.9117604494094849,0.05197267606854439,0.407421350479126,-0.3495153784751892,-2.1554677486419678,1.0346494913101196,-0.29374516010284424,-0.10801820456981659,0.0073584020137786865 +388,-2.172001166947329,-0.09273142154880637,0.8640555399271773,-0.8211115598678589,0.0925985798239708,0.5632061958312988,-0.659153938293457,-1.3183640241622925,1.4191017150878906,0.13733476400375366,-0.04741731286048889,-0.34468507766723633 +389,-2.358794465464455,-0.1408986984478091,0.6943037678917039,-0.6982767581939697,0.14043296873569489,0.7019172310829163,-4.17450475692749,-1.2524285316467285,1.466860294342041,0.25214046239852905,-0.05155056715011597,0.3963797688484192 +390,-2.259607827046868,0.4635402309901332,0.1936013803059918,-0.6905365586280823,-0.44711753726005554,0.5685463547706604,-12.029380798339844,3.8786747455596924,-3.1539318561553955,-0.19453418254852295,0.6492049694061279,0.46047574281692505 +391,-0.9693754842901064,0.47820381287497354,-1.1053362975355518,-0.7320387959480286,-0.4601852297782898,-0.5023431181907654,-0.6906412839889526,-0.21051187813282013,-0.5802346467971802,-0.4474959969520569,0.6020767688751221,-1.6808691024780273 +392,-2.2036039221908377,0.7277223618135599,0.20522255559312783,-0.6021095514297485,-0.6651706695556641,0.44160139560699463,7.827115535736084,-4.518057346343994,-1.4672995805740356,-0.20843720436096191,-0.05730235576629639,0.8880951404571533 +393,-1.5740248753336648,0.8992347641472541,-0.31271712116364614,-0.6222061514854431,-0.782850980758667,0.0020088297314941883,-9.209511756896973,7.472043037414551,1.6893105506896973,0.6024459600448608,0.30726492404937744,0.18887865543365479 +394,-1.2502070531501692,0.9420737766204198,-0.7875434746837624,-0.5581476092338562,-0.8087794780731201,-0.18532928824424744,8.3483247756958,-1.9716376066207886,-5.365442752838135,-0.06593680381774902,0.4171321988105774,-0.50128573179245 +395,-2.207364223146619,1.132356345784476,0.25731339151716087,-0.34137994050979614,-0.9054150581359863,0.25235581398010254,-9.627504348754883,5.480058193206787,-0.13868087530136108,0.18371087312698364,0.49943971633911133,1.3232972621917725 +396,-0.7748632207717003,0.7438518914553787,-1.1798234348990804,-0.5148252248764038,-0.6771274209022522,-0.525788426399231,4.841657638549805,-3.0236189365386963,-1.1558921337127686,-0.2618318796157837,0.0466800332069397,-1.4778584241867065 +397,-1.8445767820695107,1.0082569513448416,-0.002499527896637566,-0.5134724974632263,-0.8459035158157349,0.14419972896575928,-8.73817253112793,5.757784366607666,-0.11765161901712418,-0.6002665758132935,-0.2752666473388672,2.0760457515716553 +398,-0.5692680295212676,0.4318336089344079,-1.3608809483009925,-0.489533931016922,-0.4185367822647095,-0.7649728655815125,2.624321699142456,-5.125505447387695,-3.6155624389648438,-0.249937504529953,0.633365273475647,-1.9116170406341553 +399,-2.0835701159183846,1.0431311857733072,0.06158078310019467,-0.43875852227211,-0.8639850616455078,0.24702370166778564,0.18398259580135345,-0.4761793315410614,-0.6205268502235413,0.5673291087150574,0.019273757934570312,1.4034889936447144 +400,-0.5301564664314853,0.5434611473764,-1.2975930163377907,-0.43281370401382446,-0.5171015858650208,-0.738429605960846,-9.659158706665039,-1.3235946893692017,1.0683659315109253,0.15989500284194946,0.9599269032478333,-0.7683300375938416 +401,-2.0494954806979417,1.1082434894597957,0.12469414484929707,-0.39607536792755127,-0.8949162364006042,0.20554669201374054,10.708207130432129,-2.1638247966766357,0.5699402689933777,0.1778135895729065,0.05331766605377197,0.5191541910171509 +402,-0.49092910374169896,0.45666460389226693,-1.2011911300030702,-0.4231356382369995,-0.4409569501876831,-0.7915259003639221,-14.110651969909668,0.04049617797136307,3.579242706298828,0.3775118589401245,0.5099877119064331,-0.7208032011985779 +403,-0.8637960839139694,0.9164796541774293,-1.0783757297063334,-0.4627401828765869,-0.7934640049934387,-0.3953310251235962,13.941495895385742,-0.4748230278491974,-2.079249143600464,-0.09405308961868286,0.43469923734664917,-0.3154844641685486 +404,-0.6297016305738559,0.7326281634376426,-1.1695570221734646,-0.4378022849559784,-0.6688257455825806,-0.6008338332176208,-11.544670104980469,2.957839250564575,2.602832555770874,0.8035097122192383,0.5549341440200806,0.5578956007957458 +405,-0.5592885651819194,0.342310063801041,-1.4841340618208243,-0.49979981780052185,-0.3356640338897705,-0.7984546422958374,8.566764831542969,-2.224691152572632,-4.388249397277832,-0.02794066071510315,0.372514009475708,-0.8702770471572876 +406,-1.4192606153883578,1.1251598814067005,-0.5417970169184896,-0.4260929524898529,-0.9023365378379822,-0.0650671049952507,-4.697863578796387,2.3563878536224365,-0.13282638788223267,0.6477420926094055,0.24362975358963013,1.6571385860443115 +407,-0.3922491529400944,0.026661682673337114,-1.4673296406028344,-0.3821318447589874,-0.026658523827791214,-0.9237232208251953,-9.801377296447754,-3.880436658859253,-1.1567180156707764,-0.4001252055168152,0.9611067771911621,-1.7154674530029297 +408,-1.1077972966585299,1.0033217890483257,-0.823783326878397,-0.48091423511505127,-0.8432611227035522,-0.24006734788417816,10.809999465942383,-0.7213193774223328,-1.6493465900421143,-0.23786628246307373,0.034209609031677246,-0.15635597705841064 +409,-0.38842731783923673,0.4795773571396034,-1.3678080103597225,-0.3360084593296051,-0.4614042639732361,-0.8210995197296143,-11.847732543945312,0.7383998036384583,1.3073230981826782,0.5903419256210327,0.7467131018638611,0.05153781175613403 +410,-0.7749429683596606,0.8944261780549483,-1.2787976052744423,-0.4379732310771942,-0.7798500061035156,-0.4472285509109497,16.650676727294922,-0.5530234575271606,-2.800726890563965,0.1793062686920166,0.8997688293457031,-0.3070286512374878 +411,-0.4673363951952258,0.7906560574481202,-1.251387044787345,-0.3168792426586151,-0.710814893245697,-0.627956748008728,-12.418519973754883,3.89939284324646,1.8817763328552246,0.6404876708984375,0.6833338737487793,0.6293453574180603 +412,-0.6826755022399764,0.8677346847297185,-1.1624509607532352,-0.40789374709129333,-0.7628662586212158,-0.5016550421714783,14.592972755432129,-1.677376627922058,-1.8444061279296875,-0.32550472021102905,0.07754826545715332,-0.32180076837539673 +413,-0.9128995829420189,1.054401148180212,-0.8109096652468979,-0.3906934857368469,-0.8696047067642212,-0.3019045889377594,-10.58398723602295,4.339785575866699,0.17730097472667694,-0.22928640246391296,-0.3389829397201538,0.8114413022994995 +414,-0.4001077284541998,0.24669043860065656,-1.4863778814680062,-0.3777252733707428,-0.24419593811035156,-0.8931360244750977,1.5619020462036133,-4.6125874519348145,-3.9980921745300293,-0.2254546582698822,0.8421268463134766,-1.4283361434936523 +415,-1.5949594085972278,1.180374976110863,-0.28113900501486533,-0.3804672360420227,-0.9247487783432007,0.009195050224661827,4.389082908630371,0.03746788576245308,0.03692683205008507,0.16235807538032532,0.4354909658432007,0.575796365737915 +416,-0.3800232905763157,0.4017673358790339,-1.339252461660311,-0.3414044678211212,-0.39104557037353516,-0.8547083735466003,-9.732014656066895,-1.7298808097839355,-0.33353129029273987,0.11336186528205872,0.9500360488891602,-0.26716357469558716 +417,-1.0565932099217046,1.0700151320428877,-0.7419077383460934,-0.4180254340171814,-0.8772077560424805,-0.23613835871219635,13.91611385345459,-1.0099300146102905,0.8128148317337036,0.226100355386734,-0.19969654083251953,-0.29497432708740234 +418,-0.5818178878214254,0.7732392620166801,-1.0485018123824283,-0.3932819664478302,-0.6984570622444153,-0.5979021787643433,-10.283060073852539,2.729337215423584,0.40896672010421753,-0.0023173987865448,0.07933175563812256,0.14734071493148804 +419,-0.5255669418879065,0.5949385248165092,-1.4707844546732707,-0.41550227999687195,-0.5604578256607056,-0.7164110541343689,10.198955535888672,-2.2961130142211914,-3.705080509185791,-0.19767212867736816,0.46994268894195557,-0.9310345649719238 +420,-1.0698782765832346,1.0632287176521353,-0.8319134215429838,-0.42633751034736633,-0.8739293813705444,-0.23341770470142365,-11.165038108825684,4.169833660125732,1.421514630317688,0.09195637702941895,0.5680059194564819,1.5940287113189697 +421,-0.46411870083803475,0.3500891955032238,-1.5844905886371492,-0.4204823076725006,-0.34298160672187805,-0.839975118637085,6.396904945373535,-1.3275299072265625,-3.657440423965454,-0.062046319246292114,-0.12532588839530945,-0.9147703051567078 +422,-0.9916954089789557,1.0540861216022448,-0.8570550552454599,-0.4134746491909027,-0.8694491386413574,-0.27036452293395996,-8.922324180603027,3.95878529548645,1.8035377264022827,0.3108745515346527,0.08124113082885742,2.6896302700042725 +423,-0.29925309372847037,-0.12141223600369157,-1.4548889178656166,-0.2926363945007324,0.12111416459083557,-0.948522686958313,-5.289247512817383,0.4257424771785736,-1.9059032201766968,-0.5998501777648926,0.30115756392478943,-1.4794405698776245 +424,-0.5803083742947098,0.5987265593027881,-1.3857621280366885,-0.4529104232788086,-0.5635910034179688,-0.6908236742019653,9.48969841003418,-3.403679370880127,-2.7665557861328125,-0.3174905776977539,0.5510787963867188,-0.03723418712615967 +425,-0.8017565807425829,0.9217340187058618,-1.1133656344271705,-0.4343375265598297,-0.7966509461402893,-0.42035484313964844,-2.1288650035858154,0.9208619594573975,-1.1500272750854492,-0.2179146707057953,-0.1082410216331482,0.2544460594654083 +426,-0.2219883482261782,1.12290054281356,-1.8596887514348102,-0.09534881263971329,-0.9013603925704956,-0.4224429428577423,5.169448375701904,-0.32214102149009705,-4.112555980682373,0.5411190986633301,0.6835716962814331,0.20564612746238708 +427,-1.0850978156187687,0.8551333533418783,-1.0397877833117668,-0.5802372097969055,-0.7546584010124207,-0.3062930107116699,-8.093714714050293,0.2928195297718048,8.996947288513184,-0.20015829801559448,0.4868515133857727,0.19311854243278503 +428,-1.0264926349485557,0.7775600008753775,-1.300241049653295,-0.6096442341804504,-0.7015426754951477,-0.36901453137397766,9.251927375793457,-1.124024748802185,-8.754927635192871,-0.8326165080070496,0.049961864948272705,-1.0191080570220947 +429,-2.051837510520592,1.1745509711726363,-0.183048390915732,-0.34215646982192993,-0.9225166440010071,0.17858341336250305,-7.096048355102539,1.5876930952072144,7.474365234375,0.9348536133766174,0.3243415951728821,1.2053581476211548 +430,-1.0254430025734245,0.40600180603686664,-1.3918803008850622,-0.7854433059692383,-0.3949393332004547,-0.47655197978019714,2.513082981109619,-1.7395687103271484,-4.900214672088623,-0.9608030319213867,-0.1355782151222229,-1.8570661544799805 +431,-2.21000098048931,1.2836692425706875,-0.1365196804724279,-0.22728675603866577,-0.9590614438056946,0.16894413530826569,2.0967459678649902,0.8555653691291809,-4.317249298095703,0.8458322286605835,0.6567999720573425,0.4160168170928955 +432,-0.9810035716864298,0.5394554593843431,-1.1845850067706218,-0.7130364775657654,-0.5136688351631165,-0.4772036075592041,-5.8218207359313965,1.5408246517181396,5.29341983795166,-0.8840246200561523,0.5787934064865112,-0.328445166349411 +433,-1.6137911985489375,1.1873354737718,-0.6432171852267251,-0.3737863302230835,-0.9273753762245178,0.016080806031823158,5.509638786315918,-1.7378615140914917,-7.501270294189453,-0.2995840013027191,-0.1068042516708374,-0.030042530968785286 +434,-1.4530068664720688,1.0261704271832353,-0.6308789043418392,-0.5145082473754883,-0.8553211688995361,-0.060885488986968994,-7.227698802947998,4.866934299468994,9.433323860168457,0.03405475616455078,0.9999897480010986,0.611575186252594 +435,-1.2352646792456223,0.9640514761644062,-0.9819290065668266,-0.5383995771408081,-0.8215084671974182,-0.1877492368221283,8.620481491088867,-2.8888516426086426,-6.944706916809082,0.06997007131576538,0.08971220254898071,-1.2062784433364868 +436,-1.496876361879533,1.0142263663226159,-0.5995251299097737,-0.5268341302871704,-0.8490720987319946,-0.03901464864611626,-7.265920639038086,4.562924861907959,8.602926254272461,1.2143495082855225,0.7905547618865967,0.34672343730926514 +437,-1.1633286449227058,1.0779860556819245,-1.0654295237107572,-0.4343694746494293,-0.8810067772865295,-0.18748420476913452,8.202919960021973,-4.096996307373047,-11.361032485961914,-0.1472192406654358,0.47750335931777954,-0.7396398186683655 +438,-1.381083163158306,1.010169005503387,-0.8359427506098465,-0.5221776962280273,-0.8469217419624329,-0.10026982426643372,-10.689340591430664,4.099867820739746,15.32614517211914,1.5443029403686523,1.464902639389038,-0.0253710076212883 +439,-1.3640319226344368,0.8991451385090043,-0.9055715401318122,-0.6090250611305237,-0.782795250415802,-0.127750426530838,13.161561965942383,-4.203393936157227,-11.438056945800781,-0.4145802855491638,0.2404521107673645,-1.0382347106933594 +440,-1.8339742000816601,1.1650438216710892,-0.3891467485485583,-0.38111960887908936,-0.9188056588172913,0.10268398374319077,-6.048194885253906,1.5959969758987427,7.517204284667969,1.1340187788009644,1.136197566986084,0.2224808931350708 +441,-1.3400862485834457,0.7468964607432017,-0.9482167038073704,-0.714358389377594,-0.6793646812438965,-0.16779741644859314,4.71839714050293,-3.9190940856933594,-7.872674942016602,-1.3948488235473633,0.2132086157798767,-1.102573037147522 +442,-2.567214789204693,1.1587495405434227,0.2861744239691378,-0.21758872270584106,-0.9163030385971069,0.3362196385860443,-2.7692220211029053,3.8723387718200684,2.9083869457244873,1.4740432500839233,0.7577338218688965,0.5685654878616333 +443,-1.1197410899605558,0.4113680631918699,-0.88822082030848,-0.8249057531356812,-0.3998636305332184,-0.39954903721809387,2.4045231342315674,-9.46875661611557e-05,-1.5506881475448608,-2.2571558952331543,-0.25983479619026184,-1.0334954261779785 +444,-2.423488275121253,1.1123701991548562,0.2776915748513553,-0.2911714017391205,-0.8967500925064087,0.33325496315956116,4.538121700286865,0.2997380197048187,-4.21061372756958,0.4654878079891205,0.27988290786743164,0.3764618933200836 +445,-1.258427973447866,0.5295908289580188,-0.7407444821080039,-0.8212512731552124,-0.5051802396774292,-0.26521560549736023,-8.323380470275879,3.8304121494293213,6.37479305267334,-1.1451336145401,0.6550062894821167,-0.14849591255187988 +446,-2.2506603663853344,1.0378426605971387,0.00934929583871004,-0.39511221647262573,-0.8613101243972778,0.3194231390953064,8.512049674987793,0.22536152601242065,-5.344285488128662,0.49672049283981323,0.5411350131034851,-0.19594910740852356 +447,-1.0662255836710466,0.449015184064076,-0.9201418294276469,-0.7886099219322205,-0.43407854437828064,-0.43551161885261536,-7.6643829345703125,0.788195013999939,3.741424322128296,-0.2478281855583191,0.8332178592681885,-0.41283130645751953 +448,-2.7273079114921264,1.0810480013733086,0.41423187895278873,-0.18935400247573853,-0.8824512958526611,0.43060943484306335,3.472362995147705,0.18603263795375824,-2.769092082977295,0.7985764741897583,0.3833364248275757,0.24263876676559448 +449,-1.5365086135920878,0.8875957280011291,-0.734855855377672,-0.6309072971343994,-0.775556206703186,-0.021640850231051445,-0.018273357301950455,-0.6711688041687012,-4.541235446929932,-2.9209420680999756,-0.5281088352203369,-0.3238639235496521 +450,-3.0612292996341277,1.1786750883916495,0.7079446809245897,-0.030677758157253265,-0.9241005182266235,0.3809159994125366,-0.6432905197143555,-0.7541869878768921,-0.27585187554359436,0.6276779174804688,0.4117562174797058,0.284763902425766 +451,-1.2932430514370612,0.6111454569272703,-0.9883803837106051,-0.7876474857330322,-0.5738059282302856,-0.2244063913822174,-4.67924690246582,1.4917186498641968,5.762486934661865,-2.0271260738372803,0.7524558901786804,-0.9962051510810852 +452,-2.2975478642060545,1.0113702059920355,0.03034449963184608,-0.39661169052124023,-0.8475598096847534,0.35262125730514526,4.227421283721924,2.786222457885742,-3.0549676418304443,0.917226254940033,0.6711070537567139,0.63181471824646 +453,-1.3126242210693848,0.6186868605714374,-0.7657140967310437,-0.7876423001289368,-0.5799659490585327,-0.2079889476299286,-3.194460391998291,-1.2810766696929932,1.8192178010940552,-1.0188459157943726,0.09549933671951294,-0.9267309904098511 +454,-2.5030778289188476,1.011906313403416,0.30027306761119105,-0.3160282075405121,-0.8478441834449768,0.42577749490737915,-0.6287816166877747,4.120453357696533,1.0288102626800537,1.4569735527038574,0.0808916687965393,0.9592475891113281 +455,-1.1813158914122968,0.4640921607362073,-0.843583735200272,-0.8272563815116882,-0.4476111829280853,-0.33954545855522156,0.8049046993255615,-1.7671250104904175,-3.4231948852539062,-2.921400785446167,-0.13098686933517456,-1.7738730907440186 +456,-2.400640483203075,1.0517233892016111,0.15914381357580495,-0.33484625816345215,-0.8682794570922852,0.3660173714160919,0.8774908781051636,-0.5847074389457703,-1.8046543598175049,0.34296393394470215,0.6738215088844299,0.4220075309276581 +457,-1.1965054838040436,0.43683439230484655,-0.9110557953460232,-0.8433640003204346,-0.4230732321739197,-0.3312799334526062,-5.432582855224609,2.310145139694214,6.262530326843262,-0.8574265241622925,0.6492084264755249,-0.8515814542770386 +458,-2.067393151124635,0.9785279449416894,-0.13222427812976653,-0.4908134341239929,-0.8296765089035034,0.26596778631210327,7.930744647979736,-0.7742884159088135,-5.608489513397217,0.4247123897075653,0.5411787033081055,0.3975606858730316 +459,-1.1634291801270147,0.6298141899589016,-0.851586097491283,-0.7420048117637634,-0.5889946222305298,-0.32017847895622253,-12.979303359985352,4.148847579956055,9.918498992919922,0.8051761984825134,0.7663169503211975,-0.08977943658828735 +460,-1.786691432813445,0.9413426810283417,-0.4396921315693545,-0.5750367045402527,-0.8083492517471313,0.1261131316423416,12.586315155029297,-0.10331037640571594,-7.281007289886475,0.10180056095123291,-0.0817875862121582,0.1519477516412735 +461,-0.872742602191642,0.761911345011773,-1.0128744255828344,-0.5542831420898438,-0.6903055906295776,-0.4650251567363739,-9.574899673461914,0.6670920848846436,2.4650187492370605,0.11879730224609375,0.6064890623092651,-0.12382680177688599 +462,-2.043778336874915,0.9949307223210089,-0.3226035071059084,-0.4847758412361145,-0.8387212157249451,0.24807097017765045,11.607470512390137,-4.29976224899292,-3.979128360748291,0.2631571590900421,0.6553868055343628,-0.10169336199760437 +463,-1.4192154495067455,0.667493573555968,-0.6872314290919513,-0.7763702273368835,-0.6190194487571716,-0.11859256029129028,-9.761435508728027,5.356313705444336,6.051712512969971,0.26193541288375854,0.4170236587524414,0.06831485778093338 +464,-1.8713039616980331,0.8601608911143022,-0.47793207693926554,-0.62308269739151,-0.7579475045204163,0.19308869540691376,9.476264953613281,-7.572032928466797,-7.853341102600098,0.44394463300704956,0.4647042155265808,0.19129547476768494 +465,-1.431823448937136,0.7558139197010603,-0.7101724481879564,-0.7206975817680359,-0.6858811974525452,-0.10080722719430923,-16.18662452697754,11.320124626159668,8.61761474609375,0.8458349108695984,0.8565202355384827,0.775215208530426 +466,-1.2547663260464113,0.559117688193114,-0.9427244551600483,-0.8057414293289185,-0.5304384231567383,-0.26346874237060547,14.280191421508789,-10.82037353515625,-11.834671974182129,-0.5005329847335815,0.9380159378051758,-1.1130266189575195 +467,-1.5877901424759662,0.8450506586123229,-0.5344290043670871,-0.6635974645614624,-0.7480047345161438,0.011278138495981693,-11.474777221679688,6.464415073394775,4.703640937805176,0.5800709128379822,0.7441748380661011,0.6179943084716797 +468,-1.3714158144667827,0.6156971256480591,-0.9327826248431969,-0.8001982569694519,-0.5775277614593506,-0.16169220209121704,9.834403038024902,-5.882599830627441,-7.663288116455078,-0.4037201404571533,0.6420724391937256,-0.933980405330658 +469,-1.6204002627740546,0.8121561800993196,-0.44209591106955437,-0.6870889067649841,-0.7257722020149231,0.03411029279232025,-9.515218734741211,6.776861667633057,2.513000726699829,0.6460733413696289,0.7505219578742981,0.898400068283081 +470,-1.2340802606095744,0.5003504742551905,-0.9099457756330254,-0.8281430602073669,-0.47973307967185974,-0.2898884117603302,7.365464210510254,-7.161598205566406,-2.8959872722625732,-0.26972687244415283,0.13082554936408997,-0.9944438934326172 +471,-2.1946140284237434,0.4659332971454751,0.06985302868691728,-0.7251341342926025,-0.4492568075656891,0.5218705534934998,2.647329807281494,-0.3479752540588379,1.2522016763687134,-0.3127838969230652,-0.4087449014186859,1.00226891040802 +472,-2.183541110101613,0.7187464977473296,-0.10160546575820957,-0.6157074570655823,-0.6584417819976807,0.4328499138355255,-3.022547960281372,-3.2676148414611816,-4.212508201599121,-0.748687744140625,0.29207807779312134,-0.09593585133552551 +473,-2.3921777679423477,1.0865027677467083,-0.011953272943002278,-0.31716006994247437,-0.8850041031837463,0.34084758162498474,-0.7459858059883118,0.7321013808250427,2.0718727111816406,1.1365418434143066,0.8145543932914734,-0.29250770807266235 +474,-1.052760613854502,0.25405912254593416,-1.209150138137806,-0.8409053683280945,-0.2513348460197449,-0.4792795181274414,-6.982506275177002,5.322109222412109,6.664264678955078,-0.6976840496063232,0.8448255062103271,-0.5027303695678711 +475,-1.495236219443249,0.9342796351729239,-0.9546522247490601,-0.5927018523216248,-0.804171085357666,-0.0448700375854969,9.091748237609863,-4.095250129699707,-10.4655122756958,0.07889270782470703,0.5859399437904358,0.1755615472793579 +476,-1.462812755229667,0.7429314338848675,-0.9014950964154805,-0.73219895362854,-0.6764497756958008,-0.07937420904636383,-8.90758991241455,3.06315541267395,12.704946517944336,1.152029275894165,1.0269289016723633,-0.18524372577667236 +477,-1.6357615249078044,0.7419384932315872,-0.8665568951589917,-0.735605001449585,-0.6757181882858276,0.04785606637597084,3.8152916431427,-2.912843704223633,-5.826545715332031,-0.6330015063285828,-0.30732929706573486,-0.44112086296081543 +478,-2.0314613923470555,1.092535494861035,-0.4836116434787594,-0.4122597277164459,-0.8877967000007629,0.2045951634645462,1.5751488208770752,1.2093417644500732,1.4816797971725464,1.4408392906188965,0.6655980944633484,-0.2027488648891449 +479,-1.0975204217216776,0.11616547797984426,-1.173587038216503,-0.8840810656547546,-0.11590439081192017,-0.4527325928211212,-1.99409019947052,4.027500152587891,2.205345630645752,-1.8860299587249756,0.5637498497962952,-0.6956286430358887 +480,-1.6724970685380514,0.9867488249753054,-0.7371609467935369,-0.5485560297966003,-0.8342376947402954,0.05598169565200806,5.374576568603516,-3.4870669841766357,-7.827315807342529,0.5669122934341431,0.7457060813903809,0.6799038648605347 +481,-1.3784374279227667,0.6272696891590158,-0.9562049734489086,-0.7947001457214355,-0.5869364142417908,-0.15478144586086273,-10.207234382629395,5.418381690979004,13.808225631713867,0.7206340432167053,0.9810251593589783,0.023128584027290344 +482,-1.8254402108546215,0.8213571981884885,-0.6106252769896365,-0.659260630607605,-0.732071042060852,0.17160190641880035,10.76763916015625,-3.484548568725586,-8.618175506591797,0.15083783864974976,-0.1835629940032959,0.27429044246673584 +483,-1.90338796938427,0.8864074140801478,-0.4976540972037626,-0.5975548028945923,-0.7748055458068848,0.2064092755317688,-7.983263969421387,3.29363751411438,6.619809627532959,0.9190727472305298,0.8449196815490723,0.18018746376037598 +484,-1.340393242918038,0.3490616157743529,-0.9832741027524804,-0.9148620367050171,-0.34201616048812866,-0.2145978957414627,5.323723316192627,-2.0845649242401123,-3.2867038249969482,-1.0319151878356934,0.19191545248031616,-0.9488542675971985 +485,-1.8933833302794012,0.7729052423267602,-0.4154749700785947,-0.6789585947990417,-0.6982179880142212,0.2269507199525833,1.3659921884536743,0.26862263679504395,-2.071068525314331,0.788562536239624,0.8423678278923035,0.4941338002681732 +486,-2.0276049138514116,0.7357681105002591,-0.29689559362264306,-0.6653044819831848,-0.6711567640304565,0.3269839882850647,1.3976434469223022,-1.3385056257247925,-0.24149690568447113,-0.4479157328605652,-0.34637558460235596,-0.014880776405334473 +487,-2.2113742940964127,0.7363393225413869,-0.04767450987302266,-0.5940424799919128,-0.6715800762176514,0.4428245425224304,1.6805875301361084,-0.1010189801454544,-0.6796314716339111,0.030779600143432617,-0.37321966886520386,0.3586890399456024 +488,-2.299751615871546,0.8466826311520826,-0.04557639117924918,-0.49411824345588684,-0.749086856842041,0.44126632809638977,-2.0110769271850586,0.526835560798645,0.07953284680843353,-0.16214698553085327,0.3855767846107483,-0.49049118161201477 +489,-2.0794452653689346,0.844550796310283,-0.1530528016341413,-0.5799987316131592,-0.7476729154586792,0.32339930534362793,-0.569719672203064,2.30849027633667,0.7769038081169128,0.44564497470855713,0.2994915843009949,-0.006748825311660767 +490,-1.0486335577378203,0.3979805391217144,-0.8951002127197862,-0.7990027070045471,-0.3875575065612793,-0.4597758650779724,-11.186736106872559,4.934422492980957,4.937342166900635,0.22304445505142212,0.5664820671081543,0.3941935896873474 +491,-1.4707155812924333,0.6266469603435944,-0.6470738120449543,-0.8059453964233398,-0.5864320993423462,-0.08092999458312988,15.589659690856934,-7.532866954803467,-8.229869842529297,0.5184391736984253,0.3635163903236389,0.22364544868469238 +492,-1.3980684541415154,0.6610785232483896,-0.5889646942391389,-0.7775850892066956,-0.6139684915542603,-0.13566246628761292,-13.734543800354004,7.382363796234131,4.618005275726318,0.4074830412864685,0.29446470737457275,0.4148373007774353 +493,-1.1515311329431823,0.3996007660865543,-1.031875911387786,-0.8414283394813538,-0.38905060291290283,-0.3750174641609192,7.936049938201904,-7.959287643432617,-6.880863666534424,-0.43397754430770874,0.8657656908035278,-1.2344796657562256 +494,-2.2396478729144946,0.6714775387259478,0.04337885242069432,-0.6142145395278931,-0.6221434473991394,0.48546692728996277,-0.4437723159790039,5.874807834625244,2.2311744689941406,0.5180231332778931,-0.1402009129524231,0.5376501083374023 +495,-1.0953784512216969,0.2701307517982803,-0.9363476092329621,-0.8568591475486755,-0.26685744524002075,-0.44111162424087524,0.44478312134742737,-2.594653844833374,-0.19774988293647766,-0.11675834655761719,0.29110369086265564,-1.403645396232605 +496,-2.0136565274982225,0.6342536094698044,0.0164490938484653,-0.7278062701225281,-0.5925764441490173,0.34518349170684814,1.1464027166366577,1.6072920560836792,-0.9744787812232971,0.4080735445022583,-0.01637136936187744,0.7001354694366455 +497,-0.9118669898840351,0.42409763607459205,-0.7785299910520695,-0.7206050753593445,-0.4114985167980194,-0.5580299496650696,-9.747241020202637,5.08555269241333,2.532313823699951,0.2753230929374695,0.1763910949230194,0.2628180980682373 +498,-1.8066631809432556,0.698795008602942,-0.18362287253211643,-0.7444197535514832,-0.6432955861091614,0.1789141595363617,14.339441299438477,-8.100991249084473,-5.9691925048828125,0.10286390781402588,0.5393373966217041,-0.09731005132198334 +499,-1.3005590205887179,0.63738506039601,-0.5867228151114278,-0.7744881510734558,-0.5950959920883179,-0.21454377472400665,-12.69965648651123,6.0174126625061035,2.250028371810913,0.36527788639068604,0.8374818563461304,-0.05547577142715454 +500,-1.946096545049453,0.7163631285708433,-0.12639517156098082,-0.7017048001289368,-0.6566460728645325,0.2764529883861542,13.478121757507324,-4.51177453994751,-5.489137172698975,0.30923348665237427,0.6942437887191772,-0.42943763732910156 +501,-1.2743924397454751,0.7068865057599633,-0.3877253908212693,-0.7272295951843262,-0.6494694352149963,-0.22209620475769043,-12.576150894165039,7.393771648406982,0.6393619179725647,0.8624834418296814,1.0017032623291016,0.7937819957733154 +502,-1.6838612772487602,0.7102284805516157,-0.2667086181773182,-0.7533717751502991,-0.6520070433616638,0.08554477989673615,13.14826488494873,-9.591775894165039,-2.9191315174102783,0.3877864480018616,0.34951674938201904,-0.2835732698440552 +503,-1.901729208447967,0.6571755747705562,-0.0020963515964638013,-0.7487615942955017,-0.6108831167221069,0.2572501599788666,-7.868150234222412,6.544264316558838,1.5594189167022705,-0.16856622695922852,-0.4036584496498108,0.615674614906311 +504,-0.9555700920192614,0.46310549620318514,-0.8031319173477213,-0.730625569820404,-0.4467286467552185,-0.5163525342941284,-5.551608085632324,2.1393022537231445,-0.7826011776924133,-0.16067081689834595,0.4638490080833435,-0.014729619026184082 +505,-1.8682863204299898,0.7448165399246232,-0.35908074360286046,-0.7029182314872742,-0.6778369545936584,0.2155064195394516,14.26716423034668,-7.925754070281982,-4.923786163330078,0.6865150332450867,0.7691760659217834,-0.8753575086593628 +506,-2.1859700604801446,0.6231025202394045,0.16811268186501246,-0.6631971597671509,-0.5835574269294739,0.4686468839645386,-11.461031913757324,9.705174446105957,1.3290327787399292,0.17548060417175293,0.3537144064903259,1.0404319763183594 +507,-0.8691235791495614,0.3399721745806338,-0.9110064241362064,-0.7200486660003662,-0.33346086740493774,-0.6085505485534668,0.7916614413261414,-2.458064079284668,-0.41790658235549927,0.01812911033630371,0.5295668244361877,-0.6339573860168457 +508,-2.285632038104811,0.5517998653150422,0.3415669715660213,-0.6431159973144531,-0.5242208242416382,0.5582067370414734,9.468440055847168,-3.5904622077941895,-1.056758165359497,-0.2480890154838562,-0.06025195121765137,0.9810847043991089 +509,-1.6491636480155847,0.6220132454817766,-0.08544703916183663,-0.8102126717567444,-0.5826725363731384,0.06362450122833252,-10.056140899658203,6.716881275177002,0.37165409326553345,-0.31727445125579834,0.0383763313293457,0.4304550886154175 +510,-1.1515811721948963,0.5153400108350984,-0.7231717824716105,-0.7947799563407898,-0.49283072352409363,-0.3541789948940277,6.116935729980469,-8.042376518249512,-2.5421197414398193,0.4926711320877075,0.677629828453064,-1.205559253692627 +511,-2.2121350573097827,0.46185584593307993,0.30075819335751,-0.7173416018486023,-0.44561028480529785,0.535586416721344,-5.383946895599365,5.209540843963623,1.540339469909668,0.47382646799087524,-0.4571760296821594,1.5029878616333008 +512,-0.937214264667643,0.29199312708508407,-0.8135338691746212,-0.7717993855476379,-0.28786155581474304,-0.5669757127761841,-1.7471603155136108,-3.602395534515381,-0.528312087059021,0.42037421464920044,0.5325210094451904,-0.6898602247238159 +513,-2.278466872877941,0.5259163957465166,0.28531642947693775,-0.6571915149688721,-0.5020057559013367,0.5622183084487915,6.1637654304504395,2.8334102630615234,1.9773669242858887,0.21018528938293457,-0.34655076265335083,1.298651933670044 +514,-1.2473631126360658,0.412339890034796,-0.6417408001622774,-0.8686812520027161,-0.4007541835308075,-0.2911854386329651,-2.2370736598968506,-2.7685234546661377,0.29796499013900757,-0.5246597528457642,-0.024157315492630005,-1.0622539520263672 +515,-2.0084109658903477,0.625948250496688,-0.09967438391170179,-0.7340391278266907,-0.5858660340309143,0.3434346914291382,2.6508445739746094,-2.2820301055908203,-1.2350645065307617,-0.22509777545928955,0.23103821277618408,0.03345733880996704 +516,-1.471405400550686,0.6234400140948332,-0.48812478425666594,-0.8078681230545044,-0.5838314890861511,-0.08056020736694336,-7.802183151245117,6.887757301330566,1.6294960975646973,0.4766761064529419,0.12394684553146362,0.27289724349975586 +517,-0.8269695111385532,0.2793045956483338,-1.1036569469362758,-0.7073653936386108,-0.27568724751472473,-0.6508692502975464,1.6127604246139526,-3.604381799697876,-1.4510856866836548,0.14150846004486084,0.4594488739967346,-0.9224644899368286 +518,-2.060689263341679,0.6896372169168202,0.12416223739365399,-0.6807383894920349,-0.6362573504447937,0.3630041778087616,1.5884469747543335,3.349972724914551,1.5027903318405151,0.7405681014060974,-0.12997806072235107,1.634066104888916 +519,-0.8544440924462793,0.257156104144634,-0.9349515290423479,-0.7294055819511414,-0.25433120131492615,-0.6350457668304443,-4.048903465270996,-0.6518990397453308,0.6894147396087646,-0.38561517000198364,0.18063125014305115,-1.3667242527008057 +520,-2.013704426653322,0.6285744355864186,-0.04623511018714927,-0.7308183312416077,-0.587992250919342,0.3466549217700958,7.493043422698975,-1.3816587924957275,-1.095007061958313,-0.42524850368499756,0.0028635263442993164,0.19887730479240417 +521,-1.208485515081645,0.5056877907986357,-0.6200999947284798,-0.8180469274520874,-0.48440927267074585,-0.3100752532482147,-7.394554138183594,4.907813549041748,2.9213531017303467,0.7214741706848145,0.23553848266601562,-0.1997971534729004 +522,-1.5098344297444548,0.5893200574670329,-0.3579342031726266,-0.8297744989395142,-0.5557959079742432,-0.05064738541841507,11.980982780456543,-7.574105262756348,-3.681732177734375,0.5882278680801392,0.6354925632476807,-0.24430501461029053 +523,-1.7866758799784996,0.6329069584087628,-0.015135421255681443,-0.7875956296920776,-0.591491162776947,0.17271727323532104,-12.228821754455566,9.53779125213623,1.0195302963256836,0.5072764754295349,0.4808802604675293,1.0227173566818237 +524,-1.1560542192569834,0.3956730694992797,-0.7784073255159321,-0.8445078730583191,-0.38542935252189636,-0.3718205988407135,5.753883361816406,-7.159194469451904,-3.0018420219421387,-0.5915119647979736,0.18161767721176147,-1.7968957424163818 +525,-2.27389858775052,0.46768115870394394,0.27779905182820636,-0.6809234023094177,-0.45081767439842224,0.5771543979644775,-1.598479986190796,-1.9660654067993164,0.008184989914298058,-0.7044832110404968,-0.009509563446044922,1.24656081199646 +526,-1.344793186718944,0.5714693251998301,-0.5990652196096153,-0.8197175860404968,-0.5408685207366943,-0.1884787380695343,-7.913923740386963,4.422076225280762,2.1968932151794434,0.6899722218513489,0.32422423362731934,-0.4002053141593933 +527,-2.2486998709763344,0.5361462292941878,0.09856693878323253,-0.6695983409881592,-0.5108267664909363,0.5391604900360107,14.780099868774414,-5.6200127601623535,-2.9205284118652344,0.6431244015693665,0.7096030712127686,-0.026175320148468018 +528,-2.056242445151348,0.5675436714955612,0.020229224028042933,-0.7458038330078125,-0.5375624299049377,0.39345091581344604,-6.468731880187988,3.310760736465454,1.456635594367981,0.8005370497703552,0.7708234786987305,-0.31344908475875854 +529,-2.1664112384669347,0.444932648240008,0.14715907849073734,-0.7472085952758789,-0.430397093296051,0.5063971281051636,6.397327423095703,-4.770391941070557,-1.4907991886138916,-0.40780550241470337,-0.02614593505859375,-0.1960638165473938 +530,-2.418848847963601,0.12418577620764543,0.5882929829371514,-0.6563510894775391,-0.12386681884527206,0.7442178130149841,3.3183109760284424,-0.17902201414108276,1.0844420194625854,-0.11235612630844116,-0.014652460813522339,0.5354452729225159 +531,-2.5381852006650263,0.1756175232018689,0.568597472682024,-0.558723509311676,-0.17471618950366974,0.8107420802116394,-2.4037840366363525,2.4302523136138916,-0.37582287192344666,-0.18067163228988647,0.02194519340991974,-0.3118405342102051 +532,-2.0375168976692253,0.5443546288628798,0.2826577340894809,-0.7639690637588501,-0.5178661346435547,0.3849236071109772,-11.307284355163574,7.500025749206543,-0.19957606494426727,0.8360361456871033,0.9383067488670349,1.0862829685211182 +533,-1.3066865884812986,0.37722954372210304,-0.5710831717888629,-0.8974519968032837,-0.3683462142944336,-0.24269521236419678,5.616636753082275,-8.673346519470215,-2.486720561981201,-0.1534818410873413,0.8504323959350586,-1.4383198022842407 +534,-2.1890639356767148,0.36189952658209434,0.3390543385211882,-0.7621004581451416,-0.3540513515472412,0.5420796871185303,-9.382898330688477,5.85073709487915,-0.7949854731559753,-0.3459774851799011,-0.4960768222808838,3.3108713626861572 +535,-0.9706623690285459,0.3480187715602629,-0.7302093345005739,-0.7757858037948608,-0.34103602170944214,-0.5308962464332581,-3.813429594039917,1.1445261240005493,0.9500368237495422,-0.09129482507705688,0.38604944944381714,-0.4164609909057617 +536,-2.1828612630211426,0.5812409430822432,0.14110733716565177,-0.6840569972991943,-0.5490615367889404,0.4802059233188629,7.745481967926025,-3.033318281173706,0.6475961208343506,-0.01450568437576294,0.38216084241867065,0.35689133405685425 +537,-1.1396554965664152,0.413638106381921,-0.8156681077758,-0.8318718075752258,-0.40194326639175415,-0.38266313076019287,-10.508232116699219,4.919665336608887,3.055917739868164,0.8323143124580383,0.36042410135269165,-0.30904829502105713 +538,-1.7916032095318615,0.7066286838291564,-0.3172439836857561,-0.7420896291732788,-0.6492733955383301,0.16657449305057526,12.842656135559082,-4.9305500984191895,-5.6203532218933105,0.4123624563217163,0.8480954170227051,-0.31459999084472656 +539,-1.2057455758831421,0.7515062550159143,-0.5899870357223017,-0.6825148463249207,-0.6827400922775269,-0.2608436644077301,-12.798033714294434,6.782299518585205,3.187391757965088,1.2124526500701904,0.6208504438400269,1.1511176824569702 +540,-1.3385759386590979,0.5729052519035153,-0.6736889303049041,-0.8177734613418579,-0.5420756936073303,-0.1933925449848175,14.966228485107422,-7.925620079040527,-5.626138687133789,-0.6169190406799316,0.4615398049354553,-1.5712864398956299 +541,-1.6731527191291664,0.7755229207867922,-0.11280318260999316,-0.7103177905082703,-0.7000895738601685,0.07296054810285568,-8.520671844482422,2.9596028327941895,-0.7542330622673035,-0.13360005617141724,0.33032333850860596,0.673865556716919 +542,-0.851599148547686,0.3226209070346786,-0.9703167372616686,-0.7135202288627625,-0.31705334782600403,-0.6247929334640503,-1.9996333122253418,-1.6802784204483032,1.3334773778915405,0.3856698274612427,0.45444345474243164,-0.6946955919265747 +543,-2.0470011548674854,0.6487960518854312,0.040009113094264456,-0.7081592082977295,-0.6042275428771973,0.3652660548686981,13.130648612976074,-2.403634786605835,-2.527939558029175,0.29440200328826904,0.4717050790786743,0.3912951350212097 +544,-1.3624359169619251,0.5666830449859889,-0.397301260172867,-0.8254386186599731,-0.536836564540863,-0.17452162504196167,-10.71765422821045,6.420876502990723,2.3112027645111084,0.6348104476928711,0.247300922870636,0.22002331912517548 +545,-1.3594345325458193,0.4990322471796928,-0.5936140676516573,-0.8585061430931091,-0.47857603430747986,-0.18420666456222534,11.4247465133667,-8.231291770935059,-4.959052085876465,0.046509742736816406,0.25837647914886475,-0.8805363774299622 +546,-1.5305509467558795,0.5963199748738351,-0.17235935241208244,-0.8267379403114319,-0.5616014003753662,-0.033290356397628784,-7.74846887588501,3.5985496044158936,-0.926685631275177,-0.3761886954307556,-0.1854841709136963,0.8282122611999512 +547,-0.9252871935480134,0.34068712149644864,-1.0201841024988725,-0.7528831362724304,-0.3341347873210907,-0.5670281648635864,-2.419384717941284,-2.4200222492218018,-1.731659173965454,0.17884749174118042,0.7770974636077881,-0.7830694913864136 +548,-1.7427008674871414,0.6299174907282985,-0.44653065104630973,-0.7961655855178833,-0.5890780687332153,0.13822877407073975,9.19294548034668,-4.361711502075195,-2.06423282623291,0.23304003477096558,0.4582187533378601,-0.46363770961761475 +549,-1.5139490959916557,0.6211282169670169,-0.37213168660867707,-0.8119087219238281,-0.5819530487060547,-0.046204544603824615,-12.708165168762207,11.623895645141602,1.3103113174438477,0.4523811340332031,0.6064586639404297,1.185105323791504 +550,-0.7752410729949821,0.1201973500027043,-1.0743485219580302,-0.6948385834693909,-0.11990813910961151,-0.7090989947319031,5.544380187988281,-7.195716381072998,-3.1176061630249023,-0.33247464895248413,0.3889968991279602,-1.6821362972259521 +551,-2.0033351974335694,0.6229921629660361,0.10003586086283538,-0.7373422384262085,-0.5834678411483765,0.34042906761169434,1.5068676471710205,-0.2715384066104889,0.7317126989364624,-0.01328343152999878,-0.5988137125968933,1.7150518894195557 +552,-1.0687740697711412,0.5319418073540051,-0.7789739109488233,-0.755484402179718,-0.5072078108787537,-0.4147089421749115,-6.973641872406006,5.040704727172852,1.7476677894592285,0.5172947645187378,0.5540370345115662,-0.3201542794704437 +553,-1.656085880376947,0.637347995461978,-0.3422222010564218,-0.8007552623748779,-0.5950661897659302,0.06846214830875397,15.059335708618164,-9.745259284973145,-4.617254257202148,0.7660415768623352,0.8097116351127625,-0.4838979244232178 +554,-1.9076827658820672,0.5971197421810034,0.14341454833041534,-0.7804738283157349,-0.5622629523277283,0.27335125207901,-12.777597427368164,10.871562004089355,0.15030664205551147,0.42340296506881714,0.32302045822143555,1.0916695594787598 +555,-0.6886171818663139,0.1161977602858996,-0.8916420059586151,-0.6311848759651184,-0.11593645811080933,-0.7669187784194946,0.890945553779602,-5.543496131896973,-1.4638930559158325,-0.05665081739425659,0.2698671221733093,-1.5140870809555054 +556,-2.0601115651795805,0.49528081722008926,0.2567818813203295,-0.7765910029411316,-0.47527873516082764,0.41354161500930786,5.466540813446045,-0.29132091999053955,0.9596189856529236,-0.3654836416244507,-0.40176600217819214,1.082674264907837 +557,-1.0343161542472714,0.4165653022170299,-0.6728555159507338,-0.7860110402107239,-0.4046218693256378,-0.4674054980278015,-11.14467716217041,5.879846572875977,-0.792387068271637,0.08349639177322388,0.7658736705780029,0.050565898418426514 +558,-1.4997384537420146,0.6675198967207914,-0.6053990700035682,-0.783377468585968,-0.6190401315689087,-0.055759016424417496,13.213251113891602,-9.151741027832031,-5.262226581573486,0.9830998182296753,0.932440459728241,-0.6329616904258728 +559,-1.6043969372709044,0.6242194292386366,-0.23866457844403335,-0.8109616637229919,-0.5844640731811523,0.027259064838290215,-14.201863288879395,11.685561180114746,0.5823269486427307,-0.07717615365982056,0.45830440521240234,1.1170127391815186 +560,-1.475300211667859,0.6400302857692889,-0.4988243855233383,-0.7984231114387512,-0.597219705581665,-0.07647893577814102,16.733320236206055,-8.67013168334961,-5.756472587585449,0.550071120262146,0.8816741704940796,-0.824705183506012 +561,-1.054289563641562,0.5139680286011563,-0.4233020549446619,-0.7572042942047119,-0.4916364550590515,-0.43004104495048523,-14.515960693359375,10.799683570861816,1.2543505430221558,0.3262655735015869,-0.012437641620635986,1.2631404399871826 +562,-1.1241879006122881,0.38943691759512133,-0.7142938078253043,-0.8343842625617981,-0.3796675503253937,-0.399569034576416,9.37161922454834,-9.186796188354492,-5.271038055419922,0.14894425868988037,0.6508010029792786,-0.953977108001709 +563,-1.5372761608100933,0.5741283372861329,-0.34945262299412216,-0.8391944169998169,-0.5431030988693237,-0.0281404759734869,-7.475730895996094,9.244988441467285,3.505478858947754,0.5062171220779419,-0.06791985034942627,0.7891115546226501 +564,-0.691957197469201,-0.12037016197082613,-0.9459033752648981,-0.633428692817688,0.12007969617843628,-0.7644271850585938,2.466299057006836,-4.328351020812988,-3.128127098083496,-0.248681902885437,0.4329140782356262,-1.4259872436523438 +565,-1.6024507931001941,0.7180999862732491,-0.14218150835587332,-0.7526801228523254,-0.6579550504684448,0.02383364923298359,7.591884136199951,1.8659311532974243,-0.8130286335945129,0.3579656481742859,0.42499905824661255,0.8126837015151978 +566,-0.6627390692493337,-0.018128122270705954,-0.811047621636411,-0.6151772737503052,0.01812712848186493,-0.7881803512573242,-9.93833065032959,1.7812548875808716,2.524327278137207,0.10911959409713745,0.4323123097419739,-0.5420808792114258 +567,-1.8021483229620716,0.5711512501782681,0.1137466571911209,-0.8188650608062744,-0.5406009554862976,0.19289998710155487,11.838397979736328,-3.15545392036438,-0.8656013011932373,-0.19657671451568604,0.22239422798156738,0.8140122890472412 +568,-0.6461645418054692,0.3139198242647344,-0.7734767089938657,-0.5727028846740723,-0.3087892532348633,-0.7593817710876465,-11.60749340057373,7.7628068923950195,-0.253704309463501,0.7930855751037598,0.6758241653442383,0.11739873886108398 +569,-1.4202611769844076,0.6612126506684961,-0.42353704117213775,-0.7803224921226501,-0.6140744090080261,-0.11836136877536774,13.108238220214844,-7.830333232879639,-3.282594680786133,0.8745303153991699,0.8001553416252136,-0.014252766966819763 +570,-0.5598688313877802,0.32733169314389515,-0.8544950159531324,-0.502876877784729,-0.32151755690574646,-0.8023349046707153,-11.455931663513184,5.534093856811523,0.4385267198085785,0.871346116065979,0.4095607399940491,0.24824249744415283 +571,-1.270254893913868,0.6831791855270972,-0.3634893631015093,-0.7408058643341064,-0.6312618851661682,-0.22959765791893005,2.571523904800415,3.956045389175415,2.3802497386932373,-0.20999979972839355,-0.222680926322937,1.1077104806900024 +572,-1.0906688292401874,0.39530037914143834,-0.7822917902865236,-0.8185363411903381,-0.38508543372154236,-0.42627155780792236,5.849993705749512,-8.320540428161621,-4.880855083465576,-0.8783172369003296,0.23239073157310486,-1.3517283201217651 +573,-1.246234038516517,0.5761337976289576,-0.5326265830558652,-0.7947934865951538,-0.5447859168052673,-0.2674165666103363,-5.253988265991211,-0.21633046865463257,-0.433187335729599,-0.4932314157485962,0.39958328008651733,0.11550003290176392 +574,-1.2925261506010266,0.6445500564069832,-0.5969815328403542,-0.7686200737953186,-0.600838840007782,-0.2195812165737152,0.9745804667472839,4.6067376136779785,2.058495044708252,0.6242414116859436,0.2706539034843445,0.0677868127822876 +575,-1.4544499501186854,0.6455889087834081,-0.5501634825992077,-0.7933456897735596,-0.6016689538955688,-0.09272164851427078,3.3857176303863525,-4.255820274353027,-1.592692255973816,0.3972426652908325,0.3963618874549866,-0.12808829545974731 +576,-1.0956340250541068,0.43043304326539505,-0.6088023838860882,-0.8081085085868835,-0.4172643721103668,-0.4157535433769226,-5.048022747039795,4.714908599853516,1.6235101222991943,-0.02740168571472168,-0.3566919267177582,0.2119876742362976 +577,-0.9160708151010831,0.1374529558661475,-0.8708732945036033,-0.785733699798584,-0.137020543217659,-0.6031981706619263,-0.09306730329990387,-1.399543285369873,0.6283880472183228,-0.6164727210998535,-0.0919223427772522,-0.8255890607833862 +578,-1.5704465746426126,0.523384927962678,-0.31868695974035816,-0.8661323189735413,-0.4998147785663605,-0.0003029316430911422,5.904543876647949,-4.41435432434082,-2.3798842430114746,-0.22925037145614624,0.19895723462104797,0.17976152896881104 +579,-1.0900455173067725,0.5273578652716652,-0.7415445281723241,-0.7661877274513245,-0.5032519102096558,-0.39961710572242737,-10.354411125183105,7.623778343200684,0.4824243187904358,0.8386974930763245,0.5290545225143433,0.43393415212631226 +580,-1.063127525203268,0.3170860908043763,-1.0313067143643477,-0.8303154706954956,-0.3117992579936981,-0.46190622448921204,9.383404731750488,-11.812350273132324,-4.053351879119873,0.4077233672142029,0.791611909866333,-1.0694504976272583 +581,-1.8700235886161543,0.5892369665981744,-0.15063997573886267,-0.7944228649139404,-0.5557268261909485,0.24507132172584534,-6.104534149169922,6.772759914398193,-0.9312102794647217,-0.2958938479423523,0.01870906352996826,1.4529420137405396 +582,-0.8413346079754799,0.2671988128987927,-0.9051110196589024,-0.719077467918396,-0.26403069496154785,-0.6428183317184448,-2.155841112136841,-1.6948058605194092,1.099556565284729,-0.297707200050354,0.36777520179748535,-0.6530648469924927 +583,-1.882498775080298,0.5050530030242901,-0.03564249183744644,-0.8329777717590332,-0.483853816986084,0.2683901786804199,3.0285494327545166,-4.532392978668213,1.3903732299804688,-0.08785951137542725,-0.28579947352409363,0.9140744209289551 +584,-1.5478215966452875,0.5205080811173636,-0.3247515398912339,-0.867337703704834,-0.4973210096359253,-0.01993035525083542,-2.945544719696045,6.938472270965576,1.663508415222168,0.486447811126709,-0.059533268213272095,-0.3725104331970215 +585,-1.2683827498265638,0.45607035152628606,-0.32845067996456495,-0.8570488095283508,-0.44042351841926575,-0.26738443970680237,3.1857619285583496,-4.82827615737915,0.08116253465414047,0.7408226132392883,0.39145809412002563,0.22137922048568726 +586,-2.258072788762119,0.3937995568571071,0.2598183216886434,-0.713811457157135,-0.383699893951416,0.5858733057975769,2.968289375305176,-1.557263970375061,0.4511132836341858,-0.08550494909286499,-0.10021734237670898,0.5720398426055908 +587,-1.1445319899963797,0.38128864447225713,-0.541882532684023,-0.8451287746429443,-0.37211689352989197,-0.3837791681289673,-10.670843124389648,8.733183860778809,1.476609468460083,0.36540770530700684,0.046875834465026855,0.09845510125160217 +588,-0.9651355442396682,0.16842794648841725,-0.857000855456618,-0.8104926347732544,-0.16763274371623993,-0.5612494945526123,7.65566349029541,-9.325663566589355,-2.9530179500579834,-0.2285240888595581,0.3506619334220886,-1.2734520435333252 +589,-2.2300521984497403,0.45677429905256617,0.049430796453589256,-0.7094115018844604,-0.44105541706085205,0.5497323870658875,-1.1411430835723877,0.18813209235668182,0.4814772307872772,-0.2794801592826843,-0.32635486125946045,0.9638785123825073 +590,-1.092036701730721,0.38812741534049605,-0.8182556084892073,-0.8215492963790894,-0.37845578789711,-0.42641308903694153,-7.165154933929443,4.746181011199951,1.9129704236984253,0.7532051205635071,0.1607128381729126,-0.22940969467163086 +591,-1.847238305629757,0.6405562249418092,-0.26968527334421966,-0.7713226675987244,-0.5976414680480957,0.21882888674736023,11.878155708312988,-5.647463321685791,-3.852335214614868,0.6001495718955994,0.8398595452308655,-0.30784857273101807 +592,-1.4643021660249722,0.6026431386809878,-0.25414807208668755,-0.819173276424408,-0.5668219923973083,-0.08756845444440842,-12.08974552154541,12.700889587402344,2.3215436935424805,0.4456227421760559,0.20825564861297607,1.1878949403762817 +593,-0.7496189084238086,0.06829434077406105,-0.8315791402165776,-0.6797714829444885,-0.06824126094579697,-0.7302423119544983,7.773427486419678,-9.664291381835938,-4.430870532989502,-0.6137770414352417,0.5154153108596802,-1.697629451751709 +594,-2.2843190696320277,0.39554648289161165,0.3174599405023147,-0.6976826190948486,-0.3853125274181366,0.6039646863937378,2.0117878913879395,-0.5684689879417419,-0.19880524277687073,-0.31457024812698364,-0.1470055878162384,0.9649286270141602 +595,-1.0777031465938656,0.4052475345052069,-0.47562825837170575,-0.8095265030860901,-0.39424625039100647,-0.4350135922431946,-8.782665252685547,7.519863605499268,1.5650436878204346,0.7954884171485901,0.22679632902145386,0.04977494478225708 +596,-1.6513636319982303,0.5990233212746197,-0.07898750831571758,-0.8232078552246094,-0.5638360977172852,0.0664675161242485,10.539644241333008,-6.055505752563477,-1.8538652658462524,0.8676871061325073,0.9171990752220154,0.2540280818939209 +597,-1.454068153689545,0.5109756873741541,-0.2269386042074343,-0.8663319945335388,-0.48902854323387146,-0.10158716142177582,-10.1627779006958,5.433483123779297,1.125101089477539,0.026778221130371094,-0.06500279903411865,0.6200350522994995 +598,-0.9135504594235486,0.0957932494769634,-0.9162234638743851,-0.788048267364502,-0.09564681351184845,-0.608137845993042,1.9520171880722046,-4.9045729637146,-1.7048687934875488,-0.5143656730651855,0.36143964529037476,-1.724198579788208 +599,-1.928316818323913,0.5045366620777714,0.06137750758306289,-0.820044755935669,-0.483401894569397,0.30634796619415283,5.097301006317139,-5.580010414123535,-1.28546941280365,-0.02333897352218628,0.648868203163147,0.4675625264644623 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/we9.csv b/BoostRunClub/CoreML/DataSet/Motion/running/we9.csv new file mode 100644 index 0000000..2ec93e9 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/we9.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-1.5188572634716984,0.572079819388338,-0.3622600621134099,-0.8396430611610413,-0.5413818955421448,-0.04364953190088272,-9.420001983642578,8.31304931640625,1.798549771308899,0.8046851754188538,0.3360901474952698,0.295984148979187 +1,0.025840789753609237,0.23373303734744427,-1.277676044023482,0.02513534389436245,-0.23161065578460693,-0.9724838137626648,0.8216215968132019,0.03366474062204361,0.3882707953453064,0.0587117075920105,0.36102044582366943,-0.4086807370185852 +2,0.0072919123394778965,0.38557733783691617,-1.230316692962243,0.006756491027772427,-0.37609416246414185,-0.9265568256378174,0.7380908131599426,0.09367088973522186,0.7007742524147034,0.2274811863899231,0.16096049547195435,0.2644779682159424 +3,-0.013799115760995878,0.40659181284453616,-1.1069064110805693,-0.012673727236688137,-0.39548128843307495,-0.9183865785598755,0.3650941848754883,0.7195009589195251,0.7118474245071411,-0.2903963327407837,0.01715487241744995,0.2746182680130005 +4,0.06771535183769842,0.4738291925658512,-1.134328065119899,0.06020894646644592,-0.4562969505786896,-0.8877882361412048,-0.22968833148479462,-0.2563166320323944,-0.9848004579544067,-0.021421119570732117,0.023740798234939575,0.41180557012557983 +5,-0.01525870248783827,0.4758952794849446,-1.1861630442951476,-0.013562673702836037,-0.4581344425678253,-0.8887794613838196,0.3275037705898285,-0.9866406321525574,-0.04051430895924568,0.11187505722045898,-0.21926426887512207,-0.19436568021774292 +6,-0.10354918952816393,0.515934102151401,-1.239625220647485,-0.08990955352783203,-0.4933475852012634,-0.8651731014251709,-0.11957481503486633,-0.5908267498016357,-0.9199279546737671,-0.16454602777957916,-0.019027292728424072,-0.3492586612701416 +7,-0.2518279740610707,0.5621506545041648,-1.2755571107440855,-0.21082939207553864,-0.5330071449279785,-0.8194231986999512,2.430704355239868,-3.918630599975586,0.9275212287902832,0.5166918039321899,0.469179630279541,-0.0006146430969238281 +8,-1.5239403296689982,0.7018650977479518,-0.3877019434437127,-0.7628010511398315,-0.6456430554389954,-0.03576798364520073,10.912222862243652,-8.706717491149902,4.81321907043457,0.8031301498413086,0.8877848982810974,-0.36144882440567017 +9,-2.337612532231694,0.18295627208562623,0.3759773653324105,-0.7081044912338257,-0.1819372922182083,0.6822656989097595,3.7162973880767822,0.1901758760213852,-0.23832634091377258,-0.01174396276473999,0.2318488359451294,0.7306522727012634 +10,-2.3289624985550312,0.030821971842685026,0.54589257376813,-0.725753128528595,-0.030817091464996338,0.6872643828392029,1.2935357093811035,0.08610089123249054,-0.05399417504668236,-0.06040996313095093,0.32117658853530884,0.8199986815452576 +11,-2.0981503766410725,0.14683159839332688,0.3835021670691919,-0.854843020439148,-0.14630456268787384,0.49783340096473694,-4.536053657531738,2.8641977310180664,-0.6835117936134338,-0.3389739394187927,-0.07500888407230377,0.6773831844329834 +12,-1.2859931345254656,0.4888366111177513,-0.5482133564537227,-0.847314715385437,-0.46959906816482544,-0.24806149303913116,-12.04478931427002,7.578493595123291,-0.8452803492546082,0.6619967222213745,1.2046759128570557,-0.19302433729171753 +13,-0.827066586359164,0.2978169334159065,-0.88077988207425,-0.7035515904426575,-0.29343393445014954,-0.6472339034080505,11.365771293640137,-9.379095077514648,1.0267852544784546,0.8987115621566772,0.8682783246040344,-1.6624126434326172 +14,-2.1554920767276733,0.3279771606658482,0.3576816303889574,-0.7894307374954224,-0.32212868332862854,0.5225246548652649,-0.43470293283462524,-0.43270638585090637,1.8672887086868286,1.0294973850250244,0.5449375510215759,2.5971806049346924 +15,-1.8127192331991964,0.3952884774606136,-0.008107767336480576,-0.8960104584693909,-0.3850744366645813,0.2210957109928131,-7.027822494506836,5.12295389175415,-0.5952553749084473,-0.5528116822242737,-0.17037606239318848,0.8423656225204468 +16,-0.9277045515716263,0.25226699616553205,-0.8762423313070625,-0.7749170064926147,-0.24959984421730042,-0.5806922912597656,-8.258194923400879,6.736408710479736,-0.44783729314804077,-0.22100889682769775,0.3469356596469879,-0.3372459411621094 +17,-0.7671833636348467,0.2338178348999584,-0.9851857127903203,-0.6752229332923889,-0.23169314861297607,-0.7002801895141602,12.209702491760254,-11.271411895751953,-0.5857036709785461,0.5888276100158691,1.2564581632614136,-1.5092229843139648 +18,-2.314806667297419,0.21829972945346546,0.1668899296375833,-0.7182969450950623,-0.21657001972198486,0.6611711382865906,0.7878304123878479,-3.077218770980835,2.1482832431793213,0.39624476432800293,0.025728300213813782,1.3991470336914062 +19,-1.9682412150790474,0.22866359688606822,-0.05966775126906235,-0.8980522751808167,-0.2266761064529419,0.3769885301589966,-3.4475178718566895,4.399430751800537,-1.483622431755066,-0.4343300461769104,-0.316277414560318,0.4980115294456482 +20,-1.007436036891374,0.3205647001209601,-0.6680736731917359,-0.8023954033851624,-0.31510254740715027,-0.5068254470825195,-2.445786476135254,4.683461666107178,0.34110555052757263,0.5943875908851624,0.37188050150871277,-0.16498851776123047 +21,-1.5301008928150583,0.30023957573048904,-0.19017913015561846,-0.954474687576294,-0.29574906826019287,-0.038864221423864365,10.880441665649414,-11.80594539642334,1.444270133972168,0.04154139757156372,0.38705766201019287,-0.16120904684066772 +22,-2.140157540727123,0.018641419664697952,0.2295349673095415,-0.8420993089675903,-0.018640339374542236,0.5390005707740784,-3.725476026535034,2.647670269012451,-0.3957584500312805,-1.1866788864135742,-0.23813456296920776,1.201554298400879 +23,-1.5123986394091493,0.37434857509326475,-0.35214168926422623,-0.9291592836380005,-0.36566630005836487,-0.05432252213358879,-8.816104888916016,9.336345672607422,-2.5077247619628906,0.48048996925354004,0.5805863738059998,0.2913525104522705 +24,-0.7694822129245579,0.23988238051669042,-0.8542996971979492,-0.6758409142494202,-0.23758837580680847,-0.697704017162323,-1.3819676637649536,1.0086356401443481,0.03856227919459343,0.44982773065567017,0.24462267756462097,-0.093036949634552 +25,-1.9567385983484369,0.30904848501089466,-0.02496874121613483,-0.8825523257255554,-0.30415233969688416,0.35859817266464233,15.292137145996094,-14.331954956054688,0.8461403846740723,1.0266258716583252,0.9666889905929565,-0.31614819169044495 +26,-1.9992417217830156,0.25214806859324024,-0.037534174904572205,-0.8808495402336121,-0.24948467314243317,0.40231990814208984,-6.402691841125488,8.111987113952637,0.7389113306999207,0.1522272229194641,0.13483016192913055,0.2839440703392029 +27,-0.7559195400137383,0.1914178493351073,-0.8511517404630317,-0.6734293699264526,-0.19025103747844696,-0.7143510580062866,-7.163099765777588,8.280474662780762,-2.6406891345977783,-0.20724689960479736,0.17223039269447327,-0.18356764316558838 +28,-0.9876297805476607,0.34820309459798643,-0.8595860915027852,-0.784629225730896,-0.3412092924118042,-0.5176227688789368,12.379854202270508,-13.594958305358887,0.7619326710700989,1.0580514669418335,1.2476576566696167,-0.9335033297538757 +29,-2.297093826882162,0.07099141128488082,0.11831065091156588,-0.7457551956176758,-0.0709317997097969,0.6624332666397095,-3.901366949081421,3.8145644664764404,0.5773329138755798,-0.20593547821044922,-0.4660097360610962,1.8578760623931885 +30,-0.9843062333926578,0.3208570730085746,-0.6915945578923345,-0.7903823256492615,-0.3153800070285797,-0.5251964926719666,-6.420299053192139,10.731059074401855,-3.6120476722717285,-0.021171629428863525,0.1829337477684021,0.07809871435165405 +31,-0.5397405718486219,0.33042481825112685,-0.9498551193444127,-0.48611313104629517,-0.32444489002227783,-0.8114367723464966,7.482693195343018,-8.907927513122559,3.005042791366577,1.055586338043213,0.44566071033477783,-0.5746563673019409 +32,-2.0732289550051437,0.20457036806459464,0.25165863142684036,-0.858138918876648,-0.20314650237560272,0.4715175926685333,8.52235221862793,-5.569350719451904,2.6480374336242676,-0.15557861328125,0.22899490594863892,0.8553256988525391 +33,-1.777607001652676,0.23078984595496227,0.15459894810127417,-0.9527418613433838,-0.22874650359153748,0.1998952329158783,-4.535167217254639,3.931262969970703,-2.8257761001586914,-0.6564042568206787,-0.19903364777565002,0.21877539157867432 +34,-0.8526859920169485,0.35854976354721585,-0.5384242092309782,-0.705161452293396,-0.3509165942668915,-0.6161208152770996,-4.5768208503723145,5.9248948097229,-1.301857590675354,0.7333139181137085,0.313761442899704,0.02572774887084961 +35,-1.2426508125287885,0.36857046641210367,-0.19190064558493813,-0.883068323135376,-0.3602822721004486,-0.30064424872398376,11.946418762207031,-11.803348541259766,4.412410736083984,1.049206018447876,1.0726083517074585,-0.34167447686195374 +36,-1.9486486984974496,0.09876194269021503,0.26146453934481156,-0.9249298572540283,-0.09860146790742874,0.3671274185180664,-3.4992382526397705,0.7466926574707031,-0.8123855590820312,-0.7248961925506592,-0.15339744091033936,0.6463918685913086 +37,-2.024371486191555,0.4373790003684028,-0.04888375863896435,-0.8142697811126709,-0.42356663942337036,0.39693382382392883,-6.1009979248046875,-1.9524600505828857,-3.725170612335205,-0.7608799338340759,0.08393645286560059,0.5670555830001831 +38,-1.9513423790411073,0.9279828221937512,-0.3437095116722797,-0.5565664768218994,-0.8004123568534851,0.22265219688415527,-2.432811737060547,-0.5187630653381348,-1.5560585260391235,0.26739710569381714,0.48672211170196533,-0.08239337801933289 +39,-0.7378396688347392,0.04000141744879782,-1.4064157129947203,-0.6721528768539429,-0.03999074921011925,-0.7393316030502319,-12.059696197509766,4.6232099533081055,5.610928535461426,-0.34434181451797485,1.2949804067611694,-1.445436954498291 +40,-1.0302096825696891,0.5977894690711357,-1.3699019277366355,-0.7087169289588928,-0.5628166794776917,-0.4253912568092346,4.265607833862305,0.3347453474998474,-5.405913352966309,0.6759410500526428,0.30575186014175415,0.20058351755142212 +41,-0.7978162369849229,0.5177983687517008,-1.2264175410616978,-0.6219951510429382,-0.49496832489967346,-0.60673588514328,-5.696933746337891,2.941615581512451,4.159495830535889,-0.5922992825508118,0.45868295431137085,0.6448370814323425 +42,-1.2920800208972079,1.002088604883137,-1.0084248974155796,-0.5177608132362366,-0.8425976037979126,-0.1481650322675705,2.8952786922454834,-1.5823657512664795,-3.145031213760376,0.3355403542518616,0.03212708234786987,0.7503225803375244 +43,-1.3666317081313384,1.0095446627555562,-0.8629397699868523,-0.5211917757987976,-0.8465895652770996,-0.10791248828172684,2.8465116024017334,-1.0872949361801147,-1.7848474979400635,-1.4119288921356201,-0.6551803946495056,-0.18087536096572876 +44,-1.9208313227566596,1.2633547861264827,-0.31298412283382643,-0.2842704951763153,-0.953110933303833,0.10377810895442963,0.9867329001426697,-0.3727951943874359,-0.4568026661872864,0.4974815547466278,0.5457470417022705,0.10790705680847168 +45,-1.093722692644486,0.6648166044915306,-0.9787506682591908,-0.6991521120071411,-0.6169148087501526,-0.3613896071910858,-6.1833391189575195,3.185236930847168,8.347423553466797,0.3217869997024536,1.0048847198486328,-0.009688854217529297 +46,-0.8996406194880504,0.18025855896100743,-1.015770509874541,-0.7704150676727295,-0.17928394675254822,-0.6118151545524597,4.082086086273193,-2.0202476978302,-3.109849214553833,-0.7756206393241882,-0.1497718244791031,-0.9762279987335205 +47,-1.1744911256298933,0.6870079767660378,-0.7974272825875577,-0.7132232189178467,-0.6342267394065857,-0.2984444797039032,2.662153959274292,-2.1345062255859375,-2.4981048107147217,0.24703669548034668,-0.2798357605934143,0.3954293727874756 +48,-1.3795038749903323,0.8034798026948694,-0.685140453332905,-0.6815433502197266,-0.7197761535644531,-0.13198797404766083,0.7259827256202698,0.0740387886762619,0.14384949207305908,-0.2506159543991089,-0.3759116530418396,-0.27511656284332275 +49,-1.48917293525076,0.9191597438036533,-0.6443649906636005,-0.6044691205024719,-0.7950922846794128,-0.049448683857917786,0.37574708461761475,-1.651017665863037,-1.789905071258545,-0.3635331988334656,0.4146144986152649,-0.20412182807922363 +50,-1.47580139918382,0.9765200558035859,-0.699346643611955,-0.557384729385376,-0.8285539150238037,-0.053108565509319305,0.35827332735061646,0.13449627161026,-0.5164169669151306,0.11840462684631348,0.07316768169403076,-0.1805034875869751 +51,-1.571095470352517,1.140436696655302,-0.6409116711919631,-0.417197585105896,-0.9088158011436462,0.00012480196892283857,0.3248848617076874,-1.7150472402572632,-0.6024666428565979,0.7871164083480835,1.0262627601623535,0.28544342517852783 +52,-0.9048897980747805,0.16575578275946773,-1.1570502047977833,-0.7755792140960693,-0.16499780118465424,-0.6093049645423889,-4.9063286781311035,-0.5612035989761353,10.16988754272461,-0.7920629978179932,1.085392713546753,-1.8949520587921143 +53,-1.1957075692374468,0.4116721060688456,-0.7584551168338525,-0.85273677110672,-0.40014228224754333,-0.33574727177619934,5.205355167388916,1.5716553926467896,-1.2160744667053223,-0.06349247694015503,-0.2954295873641968,0.09378862380981445 +54,-1.3736250570729982,0.5736979930998805,-0.5565435537206627,-0.8236263394355774,-0.5427417159080505,-0.16453315317630768,-0.9173353314399719,-2.925567388534546,-1.901057243347168,-0.4613468050956726,0.017610549926757812,-0.18332146108150482 +55,-1.5675277512244152,0.7180102723733719,-0.5284151759766631,-0.7531121373176575,-0.6578874588012695,-0.0024616126902401447,0.7875184416770935,-0.39313143491744995,-0.6621830463409424,0.16609132289886475,0.21750354766845703,-0.6216381192207336 +56,-1.669629012325977,0.8127082227855656,-0.3357045791995501,-0.6841793060302734,-0.7261518239974976,0.06784030795097351,0.82105553150177,0.6344866156578064,-1.6574578285217285,0.40410423278808594,0.5463269948959351,0.3252565860748291 +57,-1.257452870337924,0.5630940770462791,-0.6877412407480803,-0.8044335246086121,-0.5338051319122314,-0.2606509327888489,-9.535866737365723,6.273133277893066,9.061073303222656,1.3702600002288818,0.8227302432060242,0.6025241017341614 +58,-0.8628077419929432,-0.12266021457900177,-0.7881658670076203,-0.7539637684822083,0.12235286831855774,-0.6454210877418518,4.037825584411621,-3.536067485809326,-2.4525182247161865,-1.398883581161499,-0.012489601969718933,-1.6960554122924805 +59,-1.0744475223800545,0.2607500836962935,-0.4825924804358238,-0.8496032357215881,-0.25780534744262695,-0.4601204991340637,1.73013174533844,-1.3349220752716064,-1.6431063413619995,-0.6627106666564941,-0.16017866134643555,1.0086281299591064 +60,-1.3568620876346809,0.5046746421462328,-0.6111205747390764,-0.8553770780563354,-0.4835226833820343,-0.1858382672071457,-0.6001920104026794,-3.2661874294281006,-2.4948678016662598,-0.08313000202178955,0.7506277561187744,-0.24813693761825562 +61,-1.597488631607163,0.6817690458606536,-0.5494306405816204,-0.7761824727058411,-0.6301676034927368,0.020723022520542145,1.8234903812408447,-1.6219985485076904,-2.907163143157959,0.12418973445892334,0.2353007197380066,-0.45224153995513916 +62,-1.3557439556031399,0.7323501727015469,-0.6109116674101679,-0.7264763712882996,-0.6686190962791443,-0.15868429839611053,-8.433197975158691,6.483035087585449,8.51054859161377,1.8490808010101318,0.5647067427635193,1.1695027351379395 +63,-0.785251730954688,-0.1408715186145073,-0.7961531096653713,-0.6999996900558472,0.1404060572385788,-0.7002046704292297,6.83941650390625,-5.740474700927734,-1.7189394235610962,-1.4433108568191528,0.39993816614151,-2.4252071380615234 +64,-1.061089163924142,0.3055129841308037,-0.3673908593593488,-0.8324664235115051,-0.3007824420928955,-0.46532735228538513,2.3427321910858154,-1.2380197048187256,-0.06370053440332413,-0.2777935862541199,-0.2564685046672821,1.0545302629470825 +65,-1.5136712849013951,0.45320351374008844,-0.32350000125312317,-0.897582471370697,-0.43784788250923157,-0.05133028328418732,-0.3877543807029724,-2.6515285968780518,-2.178159713745117,-0.5639348030090332,0.39550480246543884,-0.5041812062263489 +66,-1.7193634686622545,0.595333324719543,-0.20868885136694165,-0.8188410997390747,-0.5607847571372986,0.12255590409040451,1.358370304107666,0.2609417736530304,-0.6823294162750244,0.37264353036880493,0.1930326223373413,-0.25936615467071533 +67,-1.6036260729329448,0.652629000227523,-0.22984425922656368,-0.7940621376037598,-0.6072772145271301,0.026078227907419205,-0.7787876129150391,-0.6094379425048828,-0.12694081664085388,0.7005714178085327,0.5831224918365479,0.2565908432006836 +68,-1.289503098122416,0.3453936295929906,-0.5383940186664071,-0.903960645198822,-0.3385670781135559,-0.26120397448539734,-5.109029769897461,4.019741535186768,6.344642639160156,0.5738825798034668,0.2023213505744934,-0.13772177696228027 +69,-0.9234819893504409,-0.1922334330767941,-0.5394619301476195,-0.7830125093460083,0.1910516619682312,-0.5919381380081177,2.5389797687530518,0.6733859777450562,0.774089515209198,-1.3991622924804688,-0.2303125113248825,-1.2206535339355469 +70,-1.2684044420902256,0.1816280311396568,-0.16770956127921038,-0.938924252986908,-0.18063105642795563,-0.2929058372974396,4.59730339050293,-3.2303004264831543,-3.3061635494232178,-0.553049623966217,0.10435236990451813,0.30976682901382446 +71,-1.5149211276173946,0.4930973734294884,-0.21920056945315217,-0.8794962763786316,-0.47335654497146606,-0.049193233251571655,-2.29622745513916,-2.451183795928955,-1.9981669187545776,0.4681040644645691,0.5677779316902161,-0.20169180631637573 +72,-1.4764818548352572,0.5520880204443481,-0.38590002632241405,-0.8476471304893494,-0.5244661569595337,-0.08018328249454498,-0.08420421183109283,0.5195611715316772,-0.3499497175216675,0.5001741051673889,0.31458163261413574,-0.3076798915863037 +73,-1.4379032679042245,0.5120569794293515,-0.34459010116040784,-0.8640520572662354,-0.48997142910957336,-0.11550729721784592,-0.15978531539440155,0.910123348236084,1.9006381034851074,0.5687945485115051,0.5193141102790833,0.04778880625963211 +74,-1.1770655165854857,0.17403716263904034,-0.34646874053907273,-0.9095337986946106,-0.17315992712974548,-0.37784111499786377,-1.6306545734405518,2.4168331623077393,3.597032308578491,-0.6667753458023071,-0.18943467736244202,-0.09222114086151123 +75,-1.1862957277425918,0.10727957784411582,-0.18752573345905954,-0.9216567277908325,-0.10707391798496246,-0.3729398548603058,3.3102810382843018,-1.8989073038101196,-0.2828468978404999,-1.1094406843185425,-0.43648993968963623,-0.0506136417388916 +76,-1.3270129859610447,0.33380977612394713,-0.20623838247005843,-0.9168647527694702,-0.32764488458633423,-0.22805209457874298,-0.3236863613128662,-0.4402290880680084,-2.7732839584350586,0.1337990164756775,0.46706444025039673,-0.2062588334083557 +77,-1.446540855186273,0.514127660438199,-0.20778890938897726,-0.864008903503418,-0.4917754828929901,-0.1079137846827507,1.2525784969329834,-0.7311147451400757,-0.7647189497947693,0.7285109162330627,0.3447875678539276,-0.2163507342338562 +78,-1.3753240164225284,0.5580354691557576,-0.19465932761382732,-0.832142174243927,-0.5295206904411316,-0.1647646427154541,-1.5179170370101929,1.4832998514175415,0.7440816760063171,0.7062113881111145,0.6616007685661316,0.2515413761138916 +79,-1.1768889088650283,0.19729254803349267,-0.319184460043836,-0.9055030345916748,-0.1960151195526123,-0.3763541579246521,-1.74186372756958,-0.29748278856277466,3.769130229949951,-0.4818565845489502,-0.2273399829864502,-0.2202034592628479 +80,-1.2518272128145553,0.08849351438459525,-0.19583202562373436,-0.9458435773849487,-0.08837805688381195,-0.3123607635498047,2.9582619667053223,-0.5688431859016418,-1.1828948259353638,-1.5259428024291992,-0.5296486616134644,-0.12077519297599792 +81,-1.4049515802613586,0.3860996887494017,-0.1561890474756721,-0.9136741757392883,-0.37657809257507324,-0.15293274819850922,-1.3049390316009521,-1.0690124034881592,-3.4175710678100586,-0.31922072172164917,0.6329562664031982,0.1296631097793579 +82,-1.3403809838004017,0.5858661022089887,-0.4118057153385916,-0.8112124800682068,-0.5529212355613708,-0.19029545783996582,-1.1862949132919312,-0.5124688148498535,-0.7338159680366516,0.7652682662010193,0.3225288391113281,-0.2692840099334717 +83,-1.2864960412223911,0.624534569253314,-0.47596191818237016,-0.7786709070205688,-0.5847197771072388,-0.22754009068012238,0.1535618156194687,0.5415723323822021,-0.3895677626132965,0.49673426151275635,0.5892211198806763,0.06631577014923096 +84,-1.1815690111076398,0.4558181067492187,-0.5064123731948212,-0.8307405114173889,-0.44019705057144165,-0.34072983264923096,-1.8572938442230225,1.6155338287353516,3.618196487426758,0.16850906610488892,0.11011889576911926,0.025696873664855957 +85,-1.1728341377084055,0.22449584814259457,-0.42961045707953927,-0.8987200856208801,-0.22261488437652588,-0.3778158128261566,2.4466943740844727,-0.7941146492958069,0.9867103099822998,-0.8854596018791199,-0.4516404867172241,-0.501120924949646 +86,-1.2721363648726878,0.31267534265644725,-0.18893297026411568,-0.9093919992446899,-0.3076053559780121,-0.27997323870658875,-1.0442583560943604,-1.2469213008880615,-2.0975377559661865,-0.5982068181037903,-0.19115865230560303,0.327595978975296 +87,-1.2485402584010066,0.4467628309890881,-0.36896421115435146,-0.8554261326789856,-0.43204835057258606,-0.28562259674072266,0.7208374738693237,-1.0607187747955322,0.0029094861820340157,0.7541230320930481,0.38694342970848083,-0.4616002142429352 +88,-1.3066088154223727,0.42737397382288034,-0.22490432497917162,-0.8784827589988708,-0.4144824147224426,-0.23763874173164368,0.8578808307647705,1.6276946067810059,-0.14441688358783722,0.2928505539894104,0.17078432440757751,0.11839136481285095 +89,-1.219722888600938,0.42655965156059344,-0.21982154764103895,-0.8548642992973328,-0.41374117136001587,-0.31309014558792114,-1.386999249458313,0.7040846943855286,1.7562459707260132,0.7056485414505005,0.26806551218032837,0.5331829190254211 +90,-1.2079583778203271,0.05819223646134071,-0.3125471630251975,-0.9333108067512512,-0.05815939977765083,-0.3543280363082886,-1.0146057605743408,-1.6650121212005615,2.3896334171295166,-1.003212571144104,-0.42044776678085327,-0.7134972810745239 +91,-1.2353302764621976,0.14038890007226543,-0.24775066987986563,-0.9349671006202698,-0.1399281919002533,-0.3259704113006592,1.03390371799469,-0.14257051050662994,-2.415034532546997,-0.8498533964157104,-0.1988932192325592,-0.3071167469024658 +92,-1.2443401596202885,0.4901094976701944,-0.29991613119110727,-0.8356834650039673,-0.470722496509552,-0.2829373776912689,-0.2774374186992645,-0.9293681979179382,-3.5718135833740234,0.4827629327774048,0.825641930103302,0.2241147756576538 +93,-1.2867881100416296,0.6098071373602737,-0.4286686239079849,-0.7869188785552979,-0.5727093815803528,-0.22970083355903625,-1.9355692863464355,-0.3418373763561249,-1.1437413692474365,0.4701007604598999,0.3355420231819153,0.22748835384845734 +94,-0.9792218400971591,0.47377202749563874,-0.7342786624459139,-0.7386351823806763,-0.4562460780143738,-0.4962434768676758,-7.366380214691162,4.2427287101745605,3.6179001331329346,0.7301665544509888,0.4491965174674988,0.8381929397583008 +95,-0.7586248325008927,-0.2559763805826921,-0.9178432539452969,-0.6655091047286987,0.2531901001930237,-0.7021341919898987,-0.5444440841674805,-1.448846697807312,1.6248562335968018,-0.6797667741775513,0.20761007070541382,-1.5591267347335815 +96,-0.7801459542386936,-0.027105720043713342,-0.6681100305934615,-0.7031247615814209,0.027102401480078697,-0.7105497717857361,4.000729560852051,-0.7598018646240234,0.023508472368121147,-0.5789796710014343,-0.09659092128276825,-0.14830642938613892 +97,-0.9744316703935371,0.37114312321143367,-0.6513935102265483,-0.7710491418838501,-0.36268097162246704,-0.5233983397483826,3.381649971008301,-4.7439284324646,-4.4232072830200195,-0.023170828819274902,0.5599465370178223,-0.03989511728286743 +98,-1.512192496590672,0.7538452107059402,-0.4148825089466113,-0.7278108596801758,-0.6844472289085388,-0.04270140081644058,0.6853179335594177,1.1151078939437866,-0.2401178479194641,0.7031831741333008,0.41064345836639404,-0.002556145191192627 +99,-0.7464624610505363,-0.11419874174095435,-0.7938391031484302,-0.6746230721473694,0.1139506846666336,-0.7293140292167664,-8.163270950317383,4.332441329956055,7.43981409072876,0.42003023624420166,0.7989063858985901,-0.7512615323066711 +100,-1.1325069500342202,0.28689185380389354,-0.4354751007573289,-0.8684701919555664,-0.2829724848270416,-0.4070454239845276,5.303905487060547,-2.0980446338653564,-1.9036346673965454,0.18641763925552368,-0.4248217046260834,0.5925770401954651 +101,-1.016906804127744,0.28175266396614634,-0.5592319482950294,-0.8169500827789307,-0.2780396342277527,-0.5052587985992432,-5.011631011962891,3.8140335083007812,1.3741774559020996,-0.11946648359298706,-0.23387745022773743,0.01413947343826294 +102,-0.8234455249414495,0.30350601808326844,-0.8475424084480176,-0.6999675035476685,-0.2988678216934204,-0.6486320495605469,1.7069423198699951,-1.5613151788711548,-5.131917476654053,-0.30032241344451904,0.7850128412246704,-0.15811538696289062 +103,-0.8391872794168899,0.5907912524985003,-1.1555399344637711,-0.6179755330085754,-0.5570183396339417,-0.5548304319381714,-0.5312490463256836,-0.9675153493881226,-0.9103806018829346,0.9405463337898254,0.29446035623550415,-0.2636204957962036 +104,-0.55426358791244,0.1326509141281205,-1.165259385190157,-0.5216934680938721,-0.1322622299194336,-0.8428182601928711,-6.4341206550598145,4.097656726837158,4.985687732696533,0.24514317512512207,0.5858755111694336,0.3512868881225586 +105,-0.7456283524101353,0.25775053628853883,-1.007566032600324,-0.6560220718383789,-0.2549060583114624,-0.7103927731513977,4.902454376220703,-3.590437889099121,-3.065587282180786,-0.1585073471069336,-0.2922588586807251,0.20387732982635498 +106,-0.9603523603710786,0.5540397196143058,-0.8850725769823395,-0.6968172192573547,-0.5261269211769104,-0.4874793589115143,1.6450756788253784,-0.7036516070365906,0.5213256478309631,0.2027987241744995,-0.14985263347625732,-0.2781914174556732 +107,-0.8997856997466686,0.3647056046156578,-0.7461331947865006,-0.7316821217536926,-0.35667428374290466,-0.5808827877044678,-1.5949162244796753,0.8370368480682373,1.048789620399475,-0.7539898753166199,0.04560860991477966,-0.4814493656158447 +108,-1.1679004239949975,0.8562785052708995,-0.7268257348046483,-0.6027867794036865,-0.755409300327301,-0.256914347410202,4.84115743637085,-3.4758806228637695,-4.6304779052734375,0.493854284286499,0.5250778198242188,-0.24780058860778809 +109,-1.3501914358879954,0.9273617504398047,-0.5171049971990376,-0.5854070782661438,-0.8000399470329285,-0.13128025829792023,-3.081632137298584,3.128518581390381,5.407535552978516,1.320499300956726,0.8208835124969482,0.665673553943634 +110,-0.9906109599372938,0.36070127721480905,-0.8267914044959959,-0.7825408577919006,-0.3529304563999176,-0.5129034519195557,4.474796772003174,-3.7446823120117188,-5.184671401977539,-1.0709290504455566,-0.06993633508682251,-1.4460046291351318 +111,-1.2582136559261452,0.7862723087820189,-0.6568476099580186,-0.6722537875175476,-0.7077246308326721,-0.2172573357820511,-3.867858648300171,2.7474846839904785,2.429581642150879,1.1046116352081299,0.01119142770767212,0.4434841275215149 +112,-1.0772730637226764,0.5027054200672827,-0.830521266175167,-0.7717148661613464,-0.4817980229854584,-0.4151226580142975,3.488189220428467,-1.6735433340072632,-3.666273593902588,-1.1866743564605713,-0.6238080263137817,-1.1166614294052124 +113,-1.2102190952015608,1.0243368752698336,-0.8179233287011738,-0.4862475097179413,-0.8543697595596313,-0.1833454668521881,2.13425350189209,-1.9997433423995972,-3.867835760116577,0.08567383885383606,0.8029019236564636,-0.18336902558803558 +114,-1.1344013569731506,0.8244847387297366,-0.9069931454158351,-0.615306556224823,-0.7341980338096619,-0.2869690954685211,-4.764798164367676,3.1231086254119873,7.0417985916137695,1.0096851587295532,0.8553223013877869,0.05910959839820862 +115,-0.9892429048356337,0.3704896773633674,-0.9295779181545448,-0.7789143323898315,-0.3620719313621521,-0.5120512247085571,6.166705131530762,-2.3958330154418945,-5.455793857574463,-0.971375584602356,-0.0391121506690979,-0.8967317342758179 +116,-1.400471727229732,1.005910024174313,-0.5589493412557256,-0.5275734663009644,-0.8446494936943054,-0.09073789417743683,-0.0006363857537508011,1.8117040395736694,0.16099092364311218,1.189805030822754,0.3150322437286377,0.8141570687294006 +117,-1.0109947067271003,0.35105701217936036,-0.8130010721909652,-0.7956796884536743,-0.34389054775238037,-0.49863114953041077,-3.9983468055725098,0.39360886812210083,1.4333332777023315,-1.8902027606964111,-0.24657881259918213,-1.0781358480453491 +118,-1.2078232196726866,0.9004646165289617,-0.7095133113949158,-0.5807688236236572,-0.7836156487464905,-0.22057658433914185,2.0664443969726562,-0.5469812750816345,-4.454590797424316,-0.023311316967010498,0.21022093296051025,-0.00789324939250946 +119,-1.3625117825285495,0.9489054750658483,-0.5556183827989295,-0.5699818730354309,-0.8127783536911011,-0.12046550959348679,-3.506166458129883,2.841029644012451,6.83031702041626,1.4266713857650757,0.8462103605270386,0.3436863422393799 +120,-1.1222336239256074,0.3050484389863806,-0.6540859054945359,-0.8594710826873779,-0.30033937096595764,-0.4136493504047394,2.581115484237671,-1.0472824573516846,-3.1015303134918213,-1.7943527698516846,-0.0026238858699798584,-0.9403393268585205 +121,-1.5976322805082537,0.9787484887689417,-0.29434596957740944,-0.5578605532646179,-0.8297995924949646,0.014974313788115978,3.3170015811920166,-2.7265195846557617,-3.6739604473114014,0.8396598696708679,0.3220328688621521,0.24451661109924316 +122,-1.0672047410812135,0.24648309833873577,-0.7699137162258388,-0.8493835926055908,-0.24399486184120178,-0.4679892659187317,-9.835004806518555,4.443506717681885,9.853235244750977,-0.3690153956413269,1.0657721757888794,-0.4630410075187683 +123,-1.3440610604258083,0.6310993459461683,-0.5259611239618825,-0.786715030670166,-0.590032696723938,-0.18149694800376892,4.857174396514893,-1.2760975360870361,-6.738710880279541,-0.49476397037506104,-0.04422944784164429,0.3592008352279663 +124,-1.3225018584187211,0.8025421243361827,-0.5981946989431328,-0.6735709309577942,-0.7191249132156372,-0.17076772451400757,-5.569424152374268,2.520334482192993,4.920773983001709,1.2196524143218994,0.7156153917312622,0.46980947256088257 +125,-1.0655954697301186,0.27605462941711295,-0.8067729903691729,-0.8419453501701355,-0.27256178855895996,-0.4656587839126587,3.1127333641052246,-1.7346287965774536,-2.7729392051696777,-1.0093119144439697,0.13068556785583496,-1.0905545949935913 +126,-1.2277591052280377,0.7109884437736282,-0.6336063448612907,-0.7135706543922424,-0.6525830626487732,-0.2548573613166809,0.048730429261922836,0.7673587203025818,-1.2667819261550903,0.6691218614578247,0.4477795958518982,0.6947529911994934 +127,-0.6376489070412119,0.0009375574158554175,-0.9127884178498253,-0.5953077077865601,-0.0009375572553835809,-0.8034972548484802,-15.82511043548584,9.47386646270752,6.292133331298828,0.08952462673187256,0.7158118486404419,0.6908416152000427 +128,-0.7064330562600997,0.061122970595940386,-0.9374639885458641,-0.6479124426841736,-0.061084918677806854,-0.7592616081237793,6.999814510345459,-4.823259353637695,-4.248373031616211,-0.16396194696426392,0.20195405185222626,-0.5979619026184082 +129,-1.5138297708047153,0.8437657715701073,-0.37971228090573217,-0.6635758876800537,-0.7471513748168945,-0.03784257546067238,3.043358564376831,0.9698766469955444,-0.4738715589046478,0.5604722499847412,0.6758012771606445,0.3328102231025696 +130,-0.8733802191834946,0.330722261009775,-0.7565385551612808,-0.7249658703804016,-0.3247262239456177,-0.6074351072311401,2.57857084274292,-5.075803279876709,1.1318202018737793,0.2147577404975891,0.2813912630081177,-1.2255727052688599 +131,-1.2917861564647966,0.6246374424200906,-0.24181041103794862,-0.7798058390617371,-0.5848032236099243,-0.22340108454227448,-5.14306640625,7.377211093902588,-0.5446413159370422,0.31895989179611206,0.4048105478286743,1.7179994583129883 +132,-1.1746997079600527,0.48786026718694653,-0.410117593090748,-0.8149445652961731,-0.468736857175827,-0.34080952405929565,7.603133678436279,-8.671536445617676,-0.27943602204322815,-0.049221694469451904,0.06424158811569214,-0.26282817125320435 +133,-1.108920897914803,0.37061484434160746,-0.5002965868534832,-0.8344373106956482,-0.3621886074542999,-0.4153718054294586,-4.70292854309082,4.2458086013793945,1.2657496929168701,-0.2701464295387268,-0.3999726474285126,-0.5255918502807617 +134,-0.7202038845199202,0.145039289837424,-0.8098989945444622,-0.6526129245758057,-0.14453130960464478,-0.7437788844108582,-2.495940685272217,3.5672082901000977,-1.9827319383621216,-0.26732420921325684,0.4136658310890198,-0.15999919176101685 +135,-1.0121688156978546,0.3859142835037698,-0.7907928849884469,-0.7856181859970093,-0.37640634179115295,-0.4910421669483185,7.834088325500488,-9.741183280944824,-1.0750901699066162,0.8512462377548218,0.29480233788490295,-0.5836648344993591 +136,-1.4120035974495182,0.5475434064890424,-0.4074448612365755,-0.8430641889572144,-0.5205913186073303,-0.13500913977622986,-8.311688423156738,9.540680885314941,1.1694910526275635,0.5794533491134644,0.2837596535682678,0.9801018834114075 +137,-0.9185020017806664,0.2986437262412904,-0.6635571727021573,-0.759517252445221,-0.29422423243522644,-0.5801427960395813,9.530271530151367,-9.967498779296875,-0.8546100854873657,0.15294986963272095,0.42233705520629883,-0.7783929109573364 +138,-1.7483755402355068,0.5485631706775376,0.055913360573614033,-0.8398562669754028,-0.5214617848396301,0.1507287323474884,-3.023622512817383,5.903249263763428,0.45228809118270874,-0.11096459627151489,-0.5067059993743896,0.9817328453063965 +139,-0.9849588391792083,0.30788417379402977,-0.4471913446740781,-0.7940673828125,-0.3030429780483246,-0.5268984436988831,-2.6996724605560303,1.8927804231643677,-0.4050354063510895,-0.3645783066749573,0.029071450233459473,-0.6324490308761597 +140,-0.7906047614684456,0.2345557103546681,-0.6621932562588727,-0.6913160085678101,-0.23241087794303894,-0.6841544508934021,-2.1900851726531982,1.4139453172683716,0.5585387945175171,0.5538038611412048,0.18930482864379883,-0.1212959885597229 +141,-1.2566824552633542,0.3102468756370647,-0.18991182429211062,-0.9056646823883057,-0.3052937388420105,-0.2942228615283966,12.047986030578613,-8.262991905212402,0.24377702176570892,0.46966010332107544,0.9327962398529053,-0.3072175681591034 +142,-1.829214023550985,0.30078970095827007,0.28275244948250844,-0.923389196395874,-0.2962745428085327,0.24407759308815002,-1.0884287357330322,0.9885520339012146,0.9210044145584106,-0.008312463760375977,0.059900641441345215,0.35498249530792236 +143,-1.611385825395635,0.30509867668679513,-0.015908591471403707,-0.9530318379402161,-0.30038729310035706,0.038704343140125275,-5.601588726043701,4.414554119110107,0.3350902497768402,-0.491075336933136,-0.24978363513946533,0.34435224533081055 +144,-1.1592886081845246,0.2897433071664543,-0.4950501315700949,-0.8783157467842102,-0.2857062518596649,-0.38331887125968933,-4.301384449005127,3.652330160140991,-2.0628676414489746,-0.551859974861145,0.27966374158859253,-0.09924030303955078 +145,-1.1724379834069618,0.42294351433326033,-0.5296283061435264,-0.8404832482337952,-0.4104463756084442,-0.3537253141403198,6.955573081970215,-5.76923131942749,0.17302004992961884,0.8418260812759399,0.4941866397857666,-0.6808663606643677 +146,-2.066247610433553,0.28855194271329365,0.41586889955137124,-0.8433824181556702,-0.284564346075058,0.4557729959487915,4.110297203063965,-0.9970332980155945,0.9738079905509949,0.7014910578727722,0.34540116786956787,1.0632851123809814 +147,-1.9109042375279492,0.2977559807001148,0.30324079617159805,-0.9012365341186523,-0.2933756709098816,0.31891003251075745,-1.8087671995162964,0.7750778198242188,-0.2736678123474121,0.07009017467498779,0.029474884271621704,0.10590985417366028 +148,-1.4339374562838234,0.40085648717258293,-0.13362559877806912,-0.9121176600456238,-0.39020708203315735,-0.125616654753685,-5.617712020874023,4.121976375579834,0.3300563395023346,-0.04639357328414917,-0.07430091500282288,0.0006777197122573853 +149,-0.8696562079684425,0.17137131485330723,-0.5830451169725933,-0.7529144883155823,-0.17053373157978058,-0.6356399059295654,-6.294571876525879,4.076568603515625,0.2273118942975998,-0.207550048828125,-0.09232941269874573,-0.07551121711730957 +150,-1.0530789849335975,0.3133076709895092,-0.5323239896260001,-0.826650083065033,-0.3082069754600525,-0.47080597281455994,8.697196960449219,-7.2097978591918945,-2.0860133171081543,0.4518025517463684,0.7804054021835327,-0.6956064105033875 +151,-2.0476006782215155,0.42486815881677936,0.32947771189287384,-0.8094753623008728,-0.4122006595134735,0.41813918948173523,4.126138210296631,-2.124241828918457,0.2884674370288849,0.6319392323493958,0.20056119561195374,0.34518176317214966 +152,-1.7972280996294439,0.3931192258503162,0.19387016369922133,-0.9001393914222717,-0.38307157158851624,0.20737649500370026,-2.055534839630127,1.9333691596984863,0.5596367120742798,0.3822104334831238,0.17195096611976624,-0.028543487191200256 +153,-1.391991362980262,0.27544846831767417,-0.11186913939614722,-0.9469612836837769,-0.2719785273075104,-0.17114922404289246,-3.391033411026001,3.125093460083008,1.366854190826416,-0.23239052295684814,-0.3410280644893646,0.08869075775146484 +154,-1.280978480774909,0.23539483980114642,-0.2333275152748523,-0.931868314743042,-0.2332269549369812,-0.27789658308029175,-0.2277730107307434,-1.166404366493225,-0.5827414989471436,-0.6839305758476257,-0.2668951153755188,-0.000866234302520752 +155,-1.1979092634217228,0.3286342957101422,-0.4982912779735986,-0.8814411759376526,-0.3227507174015045,-0.3448094427585602,-2.835155963897705,0.9920058250427246,-1.7961286306381226,-0.06019407510757446,0.6514707803726196,-0.07279309630393982 +156,-1.1461515560577407,0.361841686144247,-0.6300940136776241,-0.8521826863288879,-0.35399726033210754,-0.3853188753128052,0.9964920878410339,-0.7780866622924805,-0.015944264829158783,0.5817512273788452,0.12291815876960754,-0.24009311199188232 +157,-1.808936623904632,0.44777010468867384,0.02922371950304041,-0.8759753108024597,-0.4329565465450287,0.2126399576663971,8.033429145812988,-4.162011623382568,-0.15702006220817566,0.473952054977417,0.7409552931785583,0.0902470052242279 +158,-2.0169702616917355,0.32048888711610235,0.2405697365505479,-0.8561710715293884,-0.31503060460090637,0.40954506397247314,0.6735374331474304,0.5524956583976746,0.15063004195690155,-0.21398895978927612,-0.2983269989490509,0.24412626028060913 +159,-1.5053043880295438,0.3831383312372682,-0.08502662824757078,-0.9255075454711914,-0.3738330900669098,-0.06070009246468544,-4.892851829528809,6.340859413146973,0.4527714252471924,0.18930155038833618,-0.041358500719070435,0.29002439975738525 +160,-1.0123118570589185,0.22268414750381232,-0.5193256100350769,-0.8271191120147705,-0.22084829211235046,-0.5168173313140869,-2.358684539794922,0.08772124350070953,-1.4188787937164307,-0.2633044719696045,0.4266435503959656,-0.7137277126312256 +161,-1.6449396425739162,0.3906488749854491,-0.059442558102321845,-0.9221218228340149,-0.3807884752750397,0.06849472969770432,7.73276424407959,-5.102067947387695,0.4582333564758301,0.6113460659980774,0.39771050214767456,-0.2336711883544922 +162,-1.860154977517308,0.21053301221020151,0.280891485575632,-0.9372648000717163,-0.20898117125034332,0.2790372669696808,-0.503339946269989,1.196054458618164,0.2897249162197113,0.24251681566238403,-0.022952422499656677,0.4749758243560791 +163,-1.9178302041922308,0.21781018242382233,0.24159347164201958,-0.9181671738624573,-0.2160920649766922,0.33207422494888306,0.12291628867387772,-1.0037790536880493,0.44113558530807495,0.23365795612335205,0.029370278120040894,-0.05540183186531067 +164,-1.9698561076297083,0.1343782821094778,0.2833384739137895,-0.9131200313568115,-0.13397422432899475,0.38504934310913086,0.37405115365982056,0.45558154582977295,0.07642777264118195,-0.369564414024353,-0.33192241191864014,0.4378572106361389 +165,-2.0420658021758253,0.12983652358271536,0.27894820842880175,-0.8834932446479797,-0.1294720470905304,0.4501963257789612,-0.754652738571167,-1.0416628122329712,-0.7036749124526978,-0.9209348559379578,-0.1324755847454071,0.2736501693725586 +166,-2.0511003024644996,0.29072518243619466,0.17433189213694242,-0.849638819694519,-0.2866470515727997,0.44265949726104736,-1.052065134048462,0.4353381097316742,-1.1447356939315796,0.24099618196487427,0.014720171689987183,-0.5131093263626099 +167,-2.05520485789824,0.39165103590936684,0.2093544993171367,-0.8179420232772827,-0.38171494007110596,0.4304232895374298,-0.137512668967247,0.15255074203014374,-1.6832844018936157,0.6033883094787598,0.31303519010543823,-0.3262363374233246 +168,-1.8231133721523516,0.4624733732434456,0.0880859996274453,-0.8666144609451294,-0.44616302847862244,0.22342318296432495,-4.125469207763672,4.63099479675293,4.041952610015869,1.1695319414138794,0.6249197721481323,0.03532004356384277 +169,-1.1924079205166345,-0.038744047159008685,-0.1785644784218217,-0.9285638928413391,0.038734354078769684,-0.3691461384296417,0.4186748266220093,2.090684652328491,0.8360867500305176,-1.8205053806304932,-0.3664015829563141,-0.6914922595024109 +170,-1.286886597435025,0.07466214065492903,-0.007160659572970204,-0.9572931528091431,-0.07459279149770737,-0.27933061122894287,-0.3274557292461395,-0.8555959463119507,-2.034571409225464,-0.7599919438362122,-0.34021738171577454,0.6062959432601929 +171,-1.466582522296636,0.30597935586813363,-0.17560494092387113,-0.9483790397644043,-0.3012271821498871,-0.09919355064630508,-1.6737068891525269,-2.88187575340271,-2.8607444763183594,0.2606806755065918,0.2711063325405121,-0.21760940551757812 +172,-1.572968403780848,0.6195628427182932,-0.3360678363095122,-0.8141306042671204,-0.5806792974472046,0.0017683572368696332,-0.6513803005218506,-0.8616378307342529,-3.8845696449279785,0.24473357200622559,0.4540770649909973,-0.08646988868713379 +173,-1.6791334739722066,0.8850343239479886,-0.3542998167002428,-0.6295501589775085,-0.7739367485046387,0.068471759557724,-0.6701571345329285,-0.5650174617767334,0.8363562822341919,1.0644257068634033,0.6143909692764282,0.03850769251585007 +174,-1.0862055902739627,0.03181968467568048,-0.8477772952158528,-0.884417712688446,-0.03181431442499161,-0.46561041474342346,-8.19493579864502,3.2725794315338135,8.547648429870605,-0.9269530773162842,0.2934110164642334,-0.8355522751808167 +175,-1.1018618545255192,0.016405530229146002,-0.8160673571108126,-0.891930341720581,-0.01640479452908039,-0.451875239610672,3.8950929641723633,-0.7727087140083313,-3.5425424575805664,-0.760688066482544,-0.009489387273788452,-0.5373520255088806 +176,-1.1801876440090644,0.5472802019532471,-0.734084726923143,-0.7896217703819275,-0.5203666090965271,-0.3251398801803589,4.178604602813721,-3.479544162750244,-4.918787956237793,0.40653467178344727,0.8786277770996094,0.15363112092018127 +177,-1.5934840823000334,0.8745399659978604,-0.5192231320249484,-0.6411850452423096,-0.7672485113143921,0.01454954594373703,-0.8642692565917969,0.1775198131799698,-0.7583176493644714,0.7477676272392273,0.5143645405769348,-0.0030443649739027023 +178,-1.2136229587732517,0.549230003180128,-0.7540585913740498,-0.7990975379943848,-0.5220306515693665,-0.29820653796195984,-5.1691789627075195,5.019464492797852,5.861076354980469,0.5750222206115723,0.6323363780975342,0.19557595252990723 +179,-0.9789972235605258,0.08246585799677524,-0.801038092466229,-0.8271179795265198,-0.08237241953611374,-0.5559592843055725,3.3305602073669434,-0.6635702252388,0.46312686800956726,-0.77008056640625,-0.27335572242736816,-0.845453679561615 +180,-1.037392803982182,0.22294512325595012,-0.5735027008372252,-0.8397701978683472,-0.22110280394554138,-0.49588268995285034,1.4302198886871338,-0.5053809285163879,-0.06574036180973053,-0.7481967806816101,-0.4188965857028961,0.08809155225753784 +181,-1.1467516732857157,0.39430795842996447,-0.6553912128146896,-0.8414914011955261,-0.384169340133667,-0.37987667322158813,1.1411921977996826,-1.9985800981521606,-2.537013530731201,-0.08879119157791138,0.4059741497039795,-0.32999271154403687 +182,-1.2963599687550995,0.6110547360831594,-0.6093927202858327,-0.7883931398391724,-0.5737316608428955,-0.22196435928344727,0.8702067732810974,0.7292510271072388,-1.9382355213165283,0.18100184202194214,0.21914798021316528,-0.07134006917476654 +183,-1.2696638355550378,0.9257753590949086,-0.5619056451847165,-0.574161171913147,-0.7990871667861938,-0.17832157015800476,1.58701753616333,-0.21962285041809082,-3.2628962993621826,0.24603617191314697,0.7420650720596313,0.3783795237541199 +184,-1.262201960620676,0.7931501735463748,-0.5982441963350972,-0.6684613227844238,-0.7125669717788696,-0.21309098601341248,-3.908066749572754,0.9714956879615784,7.380317687988281,1.0971417427062988,0.0735594630241394,0.16813863813877106 +185,-1.0676628246112647,0.0027403636999394194,-0.739748904446919,-0.8760726451873779,-0.0027403603307902813,-0.48217126727104187,-1.0607815980911255,1.6757023334503174,1.5903652906417847,-1.7672836780548096,-0.45442819595336914,-1.0748050212860107 +186,-1.1579515408193914,0.32479157840082823,-0.5938313631852784,-0.8680930137634277,-0.31911125779151917,-0.38023999333381653,2.7982542514801025,0.4128238558769226,-3.456864833831787,-0.3262123465538025,0.35164299607276917,0.09915786981582642 +187,-1.2394563085339745,0.629379574962362,-0.5776095546621999,-0.7644221782684326,-0.5886433124542236,-0.2629786431789398,0.5831577181816101,-2.3627915382385254,-1.2465436458587646,0.6993281841278076,0.33768200874328613,-0.09412282705307007 +188,-1.3038151899515182,0.6965120878141648,-0.5358560741448997,-0.7399079203605652,-0.6415460705757141,-0.20237277448177338,-0.27948155999183655,0.9803974032402039,-0.2732042670249939,0.47057509422302246,0.4634760618209839,0.12818458676338196 +189,-1.0507622901150104,0.44255587774979405,-0.6544717071725503,-0.7841982841491699,-0.4282504916191101,-0.44903746247291565,-4.207090377807617,1.9293372631072998,5.15299654006958,0.5195193290710449,0.3068668246269226,0.19986140727996826 +190,-0.9529408520709812,-0.12363722545577804,-0.575126503141467,-0.8089004755020142,0.12332247942686081,-0.574866533279419,2.3128232955932617,0.6348799467086792,0.8101795315742493,-1.6938003301620483,-0.16919037699699402,-1.039910078048706 +191,-1.0579972939253097,0.1985902993060842,-0.3173921326109268,-0.8542483448982239,-0.19728752970695496,-0.4809753894805908,1.467862606048584,-0.42124706506729126,-3.02068829536438,-0.36103785037994385,-0.007805854082107544,0.17801213264465332 +192,-1.1300957471759427,0.4159885590209721,-0.4853241937403229,-0.8273189067840576,-0.4040943682193756,-0.390193909406662,-0.04490282014012337,-2.8574626445770264,-2.305579900741577,0.40919750928878784,0.4200092852115631,-0.2685432434082031 +193,-1.3872818751900882,0.653468181023429,-0.34265184139872606,-0.7806479334831238,-0.6079437136650085,-0.14489036798477173,1.5512744188308716,0.2606680691242218,-2.3142168521881104,0.3539206385612488,0.29750365018844604,0.13546043634414673 +194,-1.0910028715831688,0.6563381198025315,-0.4979310338247743,-0.7027814984321594,-0.6102198958396912,-0.3656911849975586,-7.247973918914795,5.48917293548584,3.5693492889404297,1.0904767513275146,0.5089014768600464,0.8958425521850586 +195,-0.8481806610735689,-0.23791285186695232,-0.7254998192990745,-0.7289502620697021,0.23567478358745575,-0.6427200436592102,0.8344159126281738,-3.73711895942688,1.0202988386154175,-1.4090044498443604,0.04217249155044556,-1.791133165359497 +196,-0.9281412730297302,0.031991601793291524,-0.6055219172999198,-0.8000977635383606,-0.03198614344000816,-0.5990162491798401,-0.49612507224082947,1.1829025745391846,-2.2707338333129883,-0.5982787609100342,-0.013256162405014038,-0.09370219707489014 +197,-0.8595095865716819,0.34498562684220513,-0.7610330495067156,-0.7128894925117493,-0.3381831645965576,-0.6143457293510437,1.9863253831863403,-1.1050912141799927,-3.4694809913635254,0.38934218883514404,0.6355311870574951,0.2464105486869812 +198,-0.9208189163026446,0.48928319690448907,-0.8293350643181734,-0.702691376209259,-0.46999332308769226,-0.5341640114784241,-1.3053741455078125,0.7203088998794556,0.2775160074234009,0.603570282459259,0.36400577425956726,0.2742457985877991 +199,-0.8178287698812533,0.2837788035218131,-0.8802669594576845,-0.7004794478416443,-0.27998530864715576,-0.6564577221870422,-1.4050934314727783,0.12022288143634796,2.779123067855835,0.36197853088378906,0.32716548442840576,0.18502217531204224 +200,-0.858290081251078,-0.09151912906550672,-0.7105695322765169,-0.7535589933395386,0.0913914293050766,-0.6509965062141418,-1.3023128509521484,-0.30024254322052,3.4178104400634766,-0.8333398103713989,-0.2934940755367279,-0.49124592542648315 +201,-0.8027320305687079,-0.10076160841852194,-0.5802562094792553,-0.7156086564064026,0.10059119015932083,-0.6912204027175903,3.7780840396881104,-0.9598627686500549,-0.5487951040267944,-0.7875499129295349,-0.25453710556030273,-0.40191924571990967 +202,-0.8567250464922266,0.26692215193994445,-0.6440025704319714,-0.7289403676986694,-0.2637638449668884,-0.6317235231399536,-0.02697533369064331,0.14186322689056396,-3.4973926544189453,0.056912779808044434,0.6800235509872437,0.1464787721633911 +203,-0.9431128567219346,0.46649973659627475,-0.7242559084361578,-0.7229052186012268,-0.4497627913951874,-0.5245202779769897,2.7301995754241943,-1.316483736038208,-0.3459068238735199,0.6207323670387268,0.29549646377563477,-0.19210869073867798 +204,-1.1396503145238288,0.6536326854137757,-0.46697696948574624,-0.7212300300598145,-0.6080743074417114,-0.33177217841148376,1.9757158756256104,0.043415818363428116,-0.20865114033222198,0.5101705193519592,0.5256463885307312,0.37046846747398376 +205,-1.229183876919734,0.3931917318382374,-0.34445617759775704,-0.8703160881996155,-0.3831385374069214,-0.3094427287578583,-1.1949383020401,-0.4467755854129791,5.626597881317139,-0.05857795476913452,-0.1303960084915161,0.013330638408660889 +206,-1.2401369351734144,0.1586402651078297,-0.2786179843912623,-0.9339516758918762,-0.1579756885766983,-0.32058992981910706,3.116205930709839,-1.175480842590332,-1.284104347229004,-1.2160727977752686,-0.5559525489807129,-0.44054901599884033 +207,-1.4530088669582704,0.5131992239038857,-0.12544882485221553,-0.8651418685913086,-0.4909668564796448,-0.10237675905227661,-1.0997217893600464,-1.8949122428894043,-3.2876343727111816,0.002791464328765869,0.6667481660842896,0.13480162620544434 +208,-1.4827568591168332,0.637572890997156,-0.3673907892758104,-0.8004307150840759,-0.5952469110488892,-0.07065212726593018,-1.2271267175674438,-1.0686595439910889,0.1280749887228012,0.6288304328918457,0.19819802045822144,-0.5501974821090698 +209,-1.400326175834254,0.5679274534231795,-0.383433538098448,-0.8307982087135315,-0.5378860235214233,-0.1430143266916275,0.02703801728785038,1.8203083276748657,1.4116123914718628,0.4558897614479065,0.41309964656829834,-0.08049643039703369 +210,-1.237364853428565,0.3094707592986521,-0.2865541375936643,-0.900036096572876,-0.3045545816421509,-0.31173962354660034,0.6811310052871704,2.753805160522461,4.203362941741943,0.16282296180725098,0.06406080722808838,-0.05114489793777466 +211,-1.3150255420763295,0.14630868776432818,0.035906496684030495,-0.95713210105896,-0.14578725397586823,-0.2502882182598114,5.131122589111328,-2.3877317905426025,1.1718792915344238,-0.65431809425354,-0.10511298477649689,-0.10341045260429382 +212,-1.5495522288466266,0.20813269398407788,0.3338011041135415,-0.9781976938247681,-0.20663325488567352,-0.020784053951501846,-3.5454962253570557,-1.7980557680130005,-1.2470823526382446,-0.47945916652679443,-0.2629101872444153,0.38116610050201416 +213,-1.5735971801425903,0.33986218925062955,0.07741432536252524,-0.9427967667579651,-0.33335715532302856,0.0026406424585729837,0.9201450347900391,-0.24493013322353363,-0.6671792268753052,0.3356802463531494,0.05424341559410095,-0.5795755386352539 +214,-1.5729767336522695,0.4169409565271264,0.15537387502834818,-0.9143298268318176,-0.4049653708934784,0.001993614248931408,0.398681104183197,-0.10427630692720413,-0.5455015301704407,0.7113268971443176,0.3918886184692383,0.35732030868530273 +215,-1.521143212886092,0.2794293408038394,-0.021134369147488424,-0.9600284099578857,-0.2758071720600128,-0.04770761355757713,-1.380230188369751,-0.18611004948616028,2.5695724487304688,0.04114407300949097,0.03534388542175293,-0.20952504873275757 +216,-1.4732346131837728,0.15505358720754459,-0.04037072926153048,-0.9833049178123474,-0.15443304181098938,-0.09623844921588898,0.48964834213256836,0.6720443964004517,0.15945661067962646,-0.6835803985595703,-0.5966808199882507,0.10398990660905838 +217,-1.572431514835361,0.23789905562860447,-0.02581323270958001,-0.9718337655067444,-0.2356613725423813,0.0015891323564574122,-1.2325353622436523,-2.0606796741485596,-1.9867701530456543,-0.4414656162261963,0.016926690936088562,0.15882647037506104 +218,-1.6753669989952706,0.3904165396404178,-0.21990407530579373,-0.91969895362854,-0.3805736303329468,0.0965256318449974,-1.0004395246505737,-0.6974601149559021,-0.30687227845191956,0.39659732580184937,0.18249934911727905,-0.6221451759338379 +219,-1.6800635790530036,0.38481327859179,-0.2004485936421653,-0.9213408827781677,-0.3753860890865326,0.10107496380805969,-0.06494955718517303,0.8034573793411255,0.10571944713592529,0.62261962890625,0.17746436595916748,-0.0813300684094429 +220,-1.5830247391824925,0.30904549201476955,-0.22961021440725846,-0.9525529742240906,-0.30414947867393494,0.011648790910840034,0.26052287220954895,1.0395578145980835,1.3598135709762573,0.14371520280838013,0.20318210124969482,-0.002844453789293766 +221,-1.6359598703453129,0.26217466568738457,-0.09261227362749651,-0.9637787938117981,-0.25918152928352356,0.06289228796958923,1.3817507028579712,0.13499793410301208,-0.418815016746521,-0.6610838770866394,-0.36694762110710144,0.4415785074234009 +222,-1.7395750592285706,0.3302975078815656,0.013255262330449534,-0.9325047731399536,-0.32432445883750916,0.15889865159988403,-1.2332273721694946,-1.735119104385376,-0.9637803435325623,-0.41557884216308594,-0.20419421792030334,0.35851168632507324 +223,-1.8658530581610766,0.4463571054849402,-0.07880790680763841,-0.8630451560020447,-0.43168240785598755,0.26230376958847046,0.41989195346832275,-0.3251432478427887,0.22929787635803223,0.28694963455200195,0.18255221843719482,-0.7167104482650757 +224,-1.7823470942994417,0.34718380361641415,0.030530723057231948,-0.9193712472915649,-0.34025099873542786,0.1974480301141739,1.2008000612258911,2.085000991821289,-0.2103298008441925,0.15707266330718994,-0.020619362592697144,0.1468513011932373 +225,-1.6619778632361732,0.3923412427012872,-0.04258438024484551,-0.9201779961585999,-0.3823527991771698,0.08413654565811157,-2.0607993602752686,0.20357319712638855,-0.12148644030094147,0.4632229208946228,0.26971235871315,0.2406163215637207 +226,-1.6307557877836119,0.3061565307772829,-0.12906775281925273,-0.9517856240272522,-0.30139613151550293,0.05713704228401184,0.24883495271205902,0.12615622580051422,1.038333535194397,-0.2594417929649353,-0.42046666145324707,-0.019920825958251953 +227,-1.6668559388138704,0.2659047001998756,-0.028912850872593016,-0.9604070782661438,-0.2627822756767273,0.09254114329814911,1.5068678855895996,-0.25104689598083496,-0.2578258216381073,-0.5719415545463562,-0.2895401120185852,0.327243447303772 +228,-1.7104963865634504,0.35891332938456016,-0.10756007724653899,-0.9271577000617981,-0.3512570261955261,0.13037322461605072,-2.5435078144073486,-0.48906853795051575,-0.9296780824661255,-0.0034301280975341797,0.38063013553619385,-0.17038176953792572 +229,-1.653154045676169,0.3770110507730668,-0.23999720893850807,-0.9266178011894226,-0.36814308166503906,0.07648713886737823,0.5463873744010925,0.39091765880584717,0.28541243076324463,0.32484161853790283,0.005456894636154175,-0.5095316171646118 +230,-1.6357172772995077,0.40454221935502366,-0.1301065710881317,-0.917346179485321,-0.39359796047210693,0.059638798236846924,0.9149553179740906,0.3278718888759613,-0.19512899219989777,0.6265899538993835,0.30717217922210693,0.16533684730529785 +231,-1.5600428878589725,0.3098236291733373,-0.1064575195842755,-0.9523323774337769,-0.3048906624317169,-0.010241243056952953,0.4034954607486725,0.8013262748718262,1.100035548210144,-0.25367653369903564,-0.22480294108390808,0.15492510795593262 +232,-1.552231381623693,0.2744439092919573,-0.028936731755216424,-0.9624101519584656,-0.27101171016693115,-0.017869144678115845,1.1543344259262085,0.6981948614120483,0.5078287720680237,-0.32622504234313965,-0.29757651686668396,0.26370352506637573 +233,-1.5645835751446784,0.2836333165521506,-0.06972392401808802,-0.9600265026092529,-0.27984562516212463,-0.005964482668787241,-0.9764254093170166,-0.6174728274345398,-0.8461240530014038,-0.09005284309387207,0.06417796015739441,-0.3918779492378235 +234,-1.6037220642407461,0.29565953864037015,-0.07646281888734836,-0.9560916423797607,-0.29137083888053894,0.03149140253663063,1.2429264783859253,0.5854222774505615,0.36301174759864807,0.323324978351593,0.007282733917236328,-0.42792999744415283 +235,-1.5874530433375786,0.3045049088836702,0.057475221131969234,-0.9538632035255432,-0.2998208999633789,0.015889698639512062,-0.25439751148223877,0.6281313300132751,-0.4442363381385803,0.4717922806739807,0.2088327407836914,0.4699805974960327 +236,-1.5131014781270833,0.2606163022301022,-0.050333472151032045,-0.9646236896514893,-0.2576760947704315,-0.0557156540453434,-0.5577646493911743,-0.165355384349823,1.053926706314087,0.04201632738113403,-0.16139128804206848,-0.05767244100570679 +237,-1.521915563410603,0.22634919783697408,-0.035488804783696634,-0.9733282327651978,-0.22442135214805603,-0.04761495813727379,0.05343560129404068,-0.8206806778907776,-0.09438630193471909,-0.40940791368484497,-0.39601626992225647,0.3642958998680115 +238,-1.631125042880349,0.24798150492400906,-0.08443515470369523,-0.9676464200019836,-0.24544771015644073,0.058447789400815964,-2.5666418075561523,-1.0337120294570923,-1.065751314163208,-0.6151021718978882,0.05890898406505585,0.07872868329286575 +239,-1.5805036251580298,0.3472766579162728,-0.35396284991511795,-0.940258800983429,-0.3403383195400238,0.009127659723162651,-0.6354615688323975,0.3814126253128052,0.0553438663482666,0.5619171261787415,0.0850130021572113,-0.6712676286697388 +240,-1.5307630277740027,0.3335740586694545,-0.30313465954098606,-0.9441209435462952,-0.327422171831131,-0.03781647980213165,1.33224356174469,0.7509615421295166,-0.24855290353298187,0.418410062789917,0.16847142577171326,0.07033295184373856 +241,-1.5053749502048561,0.33326438252344354,-0.25414917929478714,-0.9429579377174377,-0.3271295428276062,-0.06177776679396629,-0.064559705555439,0.25192791223526,0.7788050770759583,0.3437148332595825,0.1693079173564911,0.1306712031364441 +242,-1.4954734929962474,0.24019776722893574,-0.1836061524139635,-0.9685369729995728,-0.2378947138786316,-0.07309123128652573,1.3842462301254272,-0.4378788471221924,0.24047361314296722,-0.7761529684066772,-0.395589143037796,0.23988503217697144 +243,-1.5799175828890273,0.28155815155391406,-0.07835729157705092,-0.9605836868286133,-0.27785277366638184,0.00876197312027216,0.19871123135089874,-1.652280330657959,-0.44460806250572205,-0.49281591176986694,-0.2990820109844208,0.3461116552352905 +244,-1.6341696090577684,0.3856295041635184,-0.23276556534006604,-0.9247018098831177,-0.3761424720287323,0.0586799681186676,-2.222627878189087,-0.6721748113632202,-0.7041642069816589,0.12419521808624268,0.3129711151123047,-0.3513892889022827 +245,-1.6221879605455072,0.45749172458106796,-0.3269837973228298,-0.8959786295890808,-0.44169917702674866,0.046086385846138,0.264372855424881,-0.5003772974014282,-1.5489749908447266,0.21432286500930786,-0.004864513874053955,-0.04790211096405983 +246,-1.8477968146971544,0.7844085285180407,-0.4407504033322138,-0.6808249354362488,-0.7064066529273987,0.19356504082679749,-1.5021002292633057,-1.9357154369354248,-2.5994009971618652,0.4302908182144165,0.5184488296508789,-0.2120128571987152 +247,-1.2419757873524302,0.3594984708945932,-0.9797956755263152,-0.8859222531318665,-0.35180482268333435,-0.302283376455307,-8.108046531677246,4.19735050201416,8.06631851196289,0.45974427461624146,0.37396055459976196,-0.2269829511642456 +248,-1.2555179729682768,0.2804482722944053,-0.9991745931198557,-0.9135672450065613,-0.2767864465713501,-0.29796671867370605,5.325718879699707,-2.6165478229522705,-3.6376984119415283,-0.521674394607544,-0.2241748571395874,-0.5177071690559387 +249,-1.5380292953517671,0.7364094980736077,-0.8516982774250083,-0.7404871582984924,-0.6716321110725403,-0.02427225187420845,0.8460409045219421,-3.4497299194335938,-4.6770453453063965,-0.46053212881088257,0.5496075749397278,-0.18021076917648315 +250,-1.7360481692718746,0.9207062170231484,-0.8371010969135134,-0.5970129370689392,-0.796029269695282,0.09956545382738113,-2.8821468353271484,0.9328725337982178,2.5873360633850098,0.9749425649642944,0.42609506845474243,-0.17375360429286957 +251,-1.183034689046175,0.3562796869005238,-1.2476502864150685,-0.8676210045814514,-0.3487899601459503,-0.3543717861175537,-3.3875420093536377,2.8510026931762695,5.240509510040283,0.12018448114395142,0.4711807370185852,-0.1683485507965088 +252,-1.0943011462049832,0.22396267734341238,-1.2138526556810296,-0.8664149641990662,-0.2220950722694397,-0.4472123682498932,4.989695072174072,-2.98077130317688,-2.6850709915161133,-0.32367897033691406,-0.1948513388633728,-0.3676679730415344 +253,-1.3948027383322084,0.5381186195238612,-0.9586478631370083,-0.8454105854034424,-0.5125213861465454,-0.15034228563308716,0.9187582731246948,-1.2902709245681763,-1.4867979288101196,-0.18283343315124512,-0.5476287603378296,0.20063525438308716 +254,-1.616308196938678,0.7395887192142113,-0.8858140102107314,-0.7379810214042664,-0.6739841103553772,0.03361010551452637,-1.2759385108947754,-1.5755540132522583,-2.54338002204895,-0.4029034376144409,0.15947294235229492,-0.10940051078796387 +255,-1.6804766575933123,0.8951039883408906,-0.9262732846514286,-0.6216797828674316,-0.7802741527557373,0.06846078485250473,0.6928908228874207,1.2103216648101807,1.1487549543380737,0.5921386480331421,0.5248419046401978,-0.5535529851913452 +256,-1.2006832905883025,0.2275836208529145,-1.1562144103585015,-0.9082468748092651,-0.22562411427497864,-0.35239362716674805,-4.4364237785339355,5.627693176269531,7.748263835906982,-0.004259169101715088,0.5510788559913635,-0.12244459986686707 +257,-1.0995422988738714,0.14672360914877197,-1.0809892114471216,-0.881426215171814,-0.14619773626327515,-0.44912588596343994,6.503283500671387,-4.124605178833008,-4.109239101409912,0.018099188804626465,-0.11059242486953735,-0.04406869411468506 +258,-1.5810238050147123,0.5570153876226795,-0.7262772913719987,-0.8487922549247742,-0.5286551117897034,0.008681307546794415,0.34310126304626465,-1.6134378910064697,-0.6257479786872864,0.34703755378723145,-0.27298057079315186,0.4053659439086914 +259,-1.4850938049460511,0.34185168333027466,-0.8405611542153281,-0.9386776685714722,-0.3352321982383728,-0.08064458519220352,-2.1301586627960205,2.55611252784729,3.359058141708374,-0.6468935608863831,-0.3070712089538574,-0.049879126250743866 +260,-1.3599867496937121,0.34753740478548417,-1.033477455297819,-0.919399619102478,-0.340583473443985,-0.19674135744571686,3.1112072467803955,-2.472935676574707,-3.0351624488830566,0.0336117148399353,0.4341808557510376,-0.5114953517913818 +261,-1.5632072797353678,0.5056723079223143,-0.8100122907501012,-0.8748238682746887,-0.48439571261405945,-0.0066392067819833755,-2.1703217029571533,3.0360076427459717,1.3793151378631592,0.7486489415168762,0.06844112277030945,0.3775498867034912 +262,-1.0215449824096687,0.1437085046511566,-1.1577235426629313,-0.8441234827041626,-0.1432143598794937,-0.516667366027832,-1.3228704929351807,-0.4207633435726166,-0.04609595239162445,-0.2410968542098999,0.1638747751712799,-0.46850109100341797 +263,-1.3666935363361965,0.46267512528219523,-0.8987885090896673,-0.8762871623039246,-0.4463435709476471,-0.1813782900571823,1.2652243375778198,0.11181813478469849,-0.6305961012840271,0.24829649925231934,-0.42511633038520813,0.5644654035568237 +264,-1.1592611502262207,0.27528047380439874,-0.9438545930391908,-0.8820003271102905,-0.27181684970855713,-0.3849557638168335,-1.4253290891647339,1.467329978942871,3.4275689125061035,-0.1868472695350647,-0.20445573329925537,-0.3168874979019165 +265,-1.2119577343768373,0.3000976721597737,-0.9644499610714798,-0.8944595456123352,-0.29561352729797363,-0.3354916274547577,1.0026118755340576,-1.019153356552124,-1.129026174545288,0.02417457103729248,0.321095734834671,-0.25943323969841003 +266,-1.301114718552213,0.3275382766948286,-0.9251511434033014,-0.9126144051551819,-0.3217131495475769,-0.25226065516471863,1.7498246431350708,0.2234063744544983,0.7803203463554382,0.41780245304107666,-0.02757573127746582,-0.2757849395275116 +267,-1.0268204737062943,0.18850252196994338,-0.8503606030390872,-0.8405005931854248,-0.18738815188407898,-0.5083742737770081,-3.1584818363189697,5.543755531311035,2.2440364360809326,0.1546943187713623,-0.007069841027259827,0.5229616761207581 +268,-0.9986473150317429,0.18768352786132445,-0.8913074833640648,-0.8259751796722412,-0.18658360838890076,-0.5319318771362305,4.235620021820068,-6.053462028503418,-1.3978110551834106,0.2676408290863037,-0.11511316895484924,0.03931713104248047 +269,-1.2519149586660772,0.1895746943708825,-0.8692438097972731,-0.9325743913650513,-0.1884412318468094,-0.3078879117965698,-5.730508327484131,4.023982524871826,2.259988307952881,-0.48043525218963623,-0.3987627625465393,0.0010031461715698242 +270,-0.7507887508970655,-0.22237907341589994,-1.2659203399405394,-0.665416419506073,0.22055073082447052,-0.7131467461585999,4.104651927947998,-0.7407886385917664,-3.5830276012420654,-0.5337870121002197,0.5942380428314209,-1.0322602987289429 +271,-1.1732215967443493,0.47744640160743096,-1.1323403742688254,-0.8188962340354919,-0.4595126509666443,-0.3438851237297058,3.4397308826446533,-5.218203544616699,-3.9397389888763428,0.7980528473854065,0.22078892588615417,0.12556234002113342 +272,-1.2346654965763408,0.4920060414589838,-1.152572559364946,-0.8320626616477966,-0.4723949432373047,-0.29071396589279175,-2.3352622985839844,2.4261465072631836,3.2583117485046387,0.8307352066040039,0.4573955833911896,0.07739612460136414 +273,-0.9671201638438554,0.03799964349563199,-1.1863918738535546,-0.8226600289344788,-0.037990499287843704,-0.5672629475593567,-1.6589620113372803,0.43834441900253296,3.9122259616851807,0.049390435218811035,0.01890173926949501,-0.2168404459953308 +274,-1.1153481915732206,0.034306454243806635,-0.9397953927832103,-0.897535502910614,-0.03429972380399704,-0.4396059811115265,4.196381568908691,-0.8630765080451965,-0.3359355628490448,-0.9343735575675964,-0.6184865236282349,-0.296004980802536 +275,-1.2732511333969363,0.20936777131912415,-0.9096669369545936,-0.9351811408996582,-0.20784151554107666,-0.2867719829082489,-0.9333460927009583,-1.3458746671676636,-2.2144525051116943,-0.4283137321472168,-0.16021573543548584,-0.5929582715034485 +276,-1.4132961286755645,0.4482400570285852,-0.9814230525209011,-0.8900564312934875,-0.433380126953125,-0.14135482907295227,0.9565510153770447,-0.6787488460540771,-2.1638622283935547,0.5495718121528625,0.3529205322265625,-0.5196406245231628 +277,-1.290587741737899,0.5391939942877253,-0.9164751610588444,-0.8246539831161499,-0.5134444832801819,-0.23731906712055206,-0.0683128833770752,2.480367422103882,0.3874500095844269,0.717308521270752,0.6280533075332642,0.21670445799827576 +278,-1.2009209865571993,0.2659898227393503,-0.8519386313244723,-0.8995835185050964,-0.2628644108772278,-0.348786324262619,-1.809355616569519,1.2780487537384033,5.03095817565918,0.27311867475509644,0.05168277025222778,0.36387723684310913 +279,-1.114487068251902,-0.07394136602421002,-0.941107120611252,-0.895232081413269,0.07387400418519974,-0.4394339919090271,0.5767253637313843,-0.33526504039764404,-0.21589238941669464,-1.2146769762039185,-0.7454133033752441,-0.7802467942237854 +280,-1.197325171149764,0.19910772343692618,-0.8994022095842202,-0.9126718640327454,-0.19779476523399353,-0.357641339302063,0.43416744470596313,-1.6218057870864868,-3.3034353256225586,-0.5118886828422546,0.24854549765586853,0.02025425434112549 +281,-1.3318942905006963,0.5392632444541542,-1.025419550913939,-0.8337162137031555,-0.513503909111023,-0.20305433869361877,-0.03929917514324188,-2.7470498085021973,-3.9256765842437744,0.03913003206253052,0.859481692314148,-0.23873335123062134 +282,-1.4874261388316705,0.8769886032794237,-1.1205740765360859,-0.6372480988502502,-0.7688166499137878,-0.05325092375278473,-1.3126270771026611,-1.1941641569137573,-3.246802568435669,0.4764052629470825,0.3559139370918274,-0.18373334407806396 +283,-1.312949698627761,0.9080653029235639,-1.2704266139156881,-0.5949319005012512,-0.7883148789405823,-0.15689371526241302,-2.2702715396881104,2.294755458831787,4.140387535095215,1.0126872062683105,0.6271515488624573,0.11352820694446564 +284,-0.9299728112431445,0.036716296516851946,-1.3995690417173763,-0.8010634183883667,-0.0367080494761467,-0.5974528193473816,-4.7180070877075195,1.9058904647827148,7.083262920379639,-0.4838486909866333,0.2392531931400299,-0.5607044696807861 +285,-0.9336085899599456,0.02749790487627398,-1.2020785829273604,-0.8034682273864746,-0.027494439855217934,-0.594712495803833,4.498311996459961,-2.085911989212036,-2.2760095596313477,-0.9750351905822754,-0.2846851348876953,-0.315413236618042 +286,-1.0985626753384259,0.4019037498693704,-1.1686498329321462,-0.8195932507514954,-0.39117109775543213,-0.41863110661506653,2.6847376823425293,-2.749114990234375,-3.3706717491149902,-0.10205280780792236,0.5176970362663269,-0.09716174006462097 +287,-1.5106294145799766,0.7077600741656644,-0.9253165862824465,-0.7584450840950012,-0.650133490562439,-0.045688446611166,1.12152898311615,-0.29582202434539795,-0.8856057524681091,0.5680002570152283,0.18962323665618896,0.020053688436746597 +288,-1.4318005309011514,0.8161664304421135,-0.98601013327288,-0.6784124374389648,-0.7285251021385193,-0.09490847587585449,-0.6354041695594788,-0.09310741722583771,-1.2214689254760742,0.3919287323951721,0.5255070328712463,0.11477536708116531 +289,-1.225701793711025,0.5271562567457934,-1.1932861319048982,-0.8132884502410889,-0.5030776858329773,-0.2923603653907776,-5.033275127410889,2.495738983154297,5.703098773956299,0.38070183992385864,-0.009007155895233154,0.16418656706809998 +290,-0.9761539989120798,-0.11118656853804436,-1.3687676295339537,-0.8232340216636658,0.11095762252807617,-0.5567532777786255,-1.6353667974472046,1.1302461624145508,0.26224708557128906,-1.3513569831848145,-0.20965147018432617,-1.259881854057312 +291,-1.0201461389738014,0.23578052421707013,-1.2821269043117225,-0.8286064863204956,-0.23360198736190796,-0.5087645053863525,2.379991054534912,-0.4455766975879669,-4.208771705627441,-0.3109808564186096,0.5078787207603455,0.19902640581130981 +292,-1.3087437573068508,0.647100519254949,-1.1514237370487366,-0.7705972194671631,-0.6028756499290466,-0.2066900134086609,2.0172154903411865,-2.7101082801818848,-2.1517293453216553,0.6531046032905579,0.2684183120727539,0.08487911522388458 +293,-1.3219196651029586,0.7968944025279711,-1.1867495014323013,-0.6773967742919922,-0.7151889204978943,-0.17215746641159058,-1.5979703664779663,0.9893599152565002,-0.9940711855888367,0.42181211709976196,0.5612583160400391,0.18912525475025177 +294,-1.0793238615632161,0.529359802585594,-1.3489876544631831,-0.7609695196151733,-0.5049808621406555,-0.40733253955841064,-4.255181312561035,2.994671106338501,5.196486949920654,0.37032926082611084,-0.16835898160934448,0.057463765144348145 +295,-0.8456077568127369,-0.0036159833605202973,-1.399761978363135,-0.7483695149421692,0.0036159753799438477,-0.6632722616195679,0.6680324077606201,1.627063274383545,1.3576629161834717,-0.9546639919281006,-0.27229273319244385,-1.0546232461929321 +296,-0.7030427554637978,0.14727773079988019,-1.3451519126706537,-0.6395426392555237,-0.14674587547779083,-0.7546197175979614,1.3825604915618896,1.6421512365341187,-2.1171491146087646,-0.07029622793197632,0.38286036252975464,-0.17174136638641357 +297,-0.7091144648594965,0.4599240509628408,-1.299205812675597,-0.5834972858428955,-0.4438800513744354,-0.6800746321678162,1.9705461263656616,-0.021745946258306503,-0.759235143661499,0.613145112991333,0.2833881378173828,0.38275712728500366 +298,-0.5278499432769748,0.41919924181576507,-1.2717338270841956,-0.4600662887096405,-0.4070291519165039,-0.7890920639038086,-1.1834640502929688,2.2251007556915283,-0.23622681200504303,0.073393315076828,0.1448526382446289,0.4902181625366211 +299,-0.2923664433416223,0.19409983569617847,-1.3301157399231343,-0.28280678391456604,-0.19288335740566254,-0.9395830631256104,-3.6746060848236084,1.5629507303237915,0.3486051857471466,0.012009084224700928,-0.31610408425331116,0.07651543617248535 +300,-0.15919114081001257,0.10870387555120004,-1.3850404390614057,-0.15758396685123444,-0.10848991572856903,-0.9815279841423035,3.8619823455810547,0.6432830095291138,-1.7946683168411255,-0.30861783027648926,-0.21125800907611847,-1.0954067707061768 +301,-0.048274183599357354,0.37917251753326037,-1.581444003390918,-0.044827912002801895,-0.3701518774032593,-0.9278890490531921,0.5527986288070679,1.6384499073028564,-1.7078464031219482,-0.0427575409412384,0.3570750951766968,-0.19610387086868286 +302,0.10804031746609151,0.43313347430853655,-1.7173085978857172,0.09787267446517944,-0.4197169840335846,-0.9023628234863281,-0.014288341626524925,0.3902694880962372,-0.23507365584373474,0.17019374668598175,0.2353602945804596,0.2747230529785156 +303,0.20950652651998408,0.3895205062530735,-1.6812965997113614,0.19239792227745056,-0.37974488735198975,-0.9048628807067871,0.23809996247291565,1.1194632053375244,0.11276261508464813,-0.0036772340536117554,0.043868422508239746,0.3150343894958496 +304,0.23206686720974062,0.4202954340841958,-1.6926723180357568,0.20997312664985657,-0.4080301821231842,-0.888494610786438,0.5116773843765259,-1.2639473676681519,-0.08969980478286743,0.05278320610523224,-0.04262286424636841,0.3023282289505005 +305,0.1863140622990409,0.4172600947191824,-1.7005045022327325,0.16934509575366974,-0.40525713562965393,-0.898381233215332,-0.7135204672813416,0.2806348204612732,0.4078561067581177,0.2553527355194092,-0.11227518320083618,-0.2657727599143982 +306,0.15567194622746286,0.43036096428374243,-1.6765586093104794,0.14090630412101746,-0.41719886660575867,-0.8978254199028015,0.488707572221756,-0.42712536454200745,-0.17014768719673157,0.17885686457157135,0.21613383293151855,-0.476060688495636 +307,0.09155554600036467,0.5344110071495446,-1.6347535039519792,0.07867981493473053,-0.5093342661857605,-0.8569644689559937,1.0326119661331177,-0.41300252079963684,0.6183289885520935,0.24044248461723328,0.103526771068573,0.14892613887786865 +308,0.05078183003082789,0.5797006476428065,-1.514689539451615,0.04246717691421509,-0.547773540019989,-0.8355481624603271,0.250464528799057,0.36636921763420105,0.7803299427032471,-0.1453877091407776,0.11448490619659424,0.37871527671813965 +309,-0.558787699660786,0.8345820609783583,-1.2589066337161896,-0.35599493980407715,-0.7410159111022949,-0.5693532228469849,6.804803371429443,-9.549537658691406,3.54638671875,0.8005292415618896,0.7180819511413574,0.30887043476104736 +310,-1.8751255897561792,0.5847056157879579,-0.37843618221721703,-0.7955563068389893,-0.551953911781311,0.24987322092056274,4.651891231536865,-1.3027122020721436,4.535558700561523,-0.14229446649551392,-0.3347799777984619,-0.3010208010673523 +311,-2.1731135833607134,-0.013549982675741314,0.14104049552906378,-0.8239492774009705,0.013549568131566048,0.5665014386177063,3.962576389312744,-0.5157898664474487,0.7052772641181946,-0.6914315223693848,-0.1153867319226265,0.9239007234573364 +312,-2.108934041418406,-0.05305325382593506,0.30280703325660074,-0.857456624507904,0.053028371185064316,0.5118167400360107,-1.6824603080749512,0.4861993193626404,-0.5074223875999451,0.025745689868927002,-0.17251995205879211,0.38160067796707153 +313,-2.0687521073747255,0.07002867850819626,0.31354845424564154,-0.8764073848724365,-0.06997145712375641,0.4764598608016968,-1.3979262113571167,0.19871780276298523,-1.2159593105316162,0.3520849347114563,-0.04413376748561859,0.29021796584129333 +314,-1.8044701523083742,0.4299474717747003,-0.07515914587410644,-0.8842834234237671,-0.41682305932044983,0.21047887206077576,-8.55593490600586,3.1434106826782227,-1.5305601358413696,0.7282165288925171,0.5166918039321899,0.5841225385665894 +315,-1.0077618213733806,0.25001382571364444,-0.8971483534370087,-0.8193475604057312,-0.2474173605442047,-0.5171597599983215,-0.9045888185501099,0.5881286263465881,1.465770959854126,-0.2149694561958313,-0.03140650689601898,-1.0733249187469482 +316,-1.8207080035404994,0.34703378727992,-0.07132091919673766,-0.9111720323562622,-0.3401099145412445,0.2325747013092041,9.398406028747559,-6.246173858642578,0.7716255784034729,0.23416996002197266,0.143408864736557,0.6207120418548584 +317,-2.1628136154288895,0.22304790426371726,0.1045744494311031,-0.8092601895332336,-0.2212030440568924,0.5442123413085938,-4.881641864776611,1.7106859683990479,-0.342724084854126,-0.7733813524246216,-0.06029108166694641,0.19918060302734375 +318,-1.6852833344438554,0.4410894186933545,-0.3278465953038049,-0.8983673453330994,-0.42692485451698303,0.10330312699079514,-4.564639568328857,3.4288148880004883,0.16691505908966064,0.7870391011238098,0.07723915576934814,0.08581425249576569 +319,-1.6523706134286489,0.37921342745291,-0.3480149368240077,-0.9258668422698975,-0.370189905166626,0.07569490373134613,6.773775577545166,-4.800692558288574,0.3443148732185364,0.4455356001853943,0.551220178604126,-0.3249472379684448 +320,-2.190000395058382,0.0830666456961982,0.18859836882981157,-0.811532735824585,-0.08297114819288254,0.5783859491348267,-1.3120403289794922,1.896988034248352,0.15886488556861877,-0.27950114011764526,-0.30226749181747437,1.2830641269683838 +321,-1.9403268199690016,0.21340493621850484,-0.0045704483276289894,-0.9113437533378601,-0.2117888182401657,0.3529844880104065,-1.8794442415237427,1.229885220527649,-0.2221640646457672,-0.5121334195137024,-0.2203706055879593,0.39043891429901123 +322,-1.712441322195806,0.37934140235344016,-0.27392237722302953,-0.9196057319641113,-0.3703087866306305,0.1311357319355011,0.18570511043071747,-2.403245210647583,-1.1724492311477661,-0.059535443782806396,0.3762597441673279,-0.7736681699752808 +323,-2.2823507427133256,0.12637844804562584,0.1945967526399382,-0.7513076066970825,-0.12604230642318726,0.647803783416748,3.4130988121032715,-0.653501570224762,1.2819442749023438,0.24747782945632935,-0.055766135454177856,0.3153613209724426 +324,-2.0482651345895087,0.2072271890775223,0.1313753245891678,-0.8691586852073669,-0.20574720203876495,0.44970083236694336,-3.560262680053711,3.3124146461486816,-1.8036314249038696,0.21148979663848877,0.005933389067649841,0.04219666123390198 +325,-1.8888008609040081,0.3054870040721201,0.04476039246962268,-0.9058831334114075,-0.30075767636299133,0.2981952130794525,3.295653820037842,-1.0471041202545166,1.3963954448699951,0.482909619808197,0.2540200352668762,-0.3351520597934723 +326,-2.0633673407898216,0.01306369889189514,0.44664580515391356,-0.881044864654541,-0.01306332740932703,0.472852498292923,0.9763538837432861,1.802470088005066,0.24894335865974426,-0.6895270347595215,-0.036985501646995544,0.8589193820953369 +327,-2.0486616120905086,-0.03180448841056368,0.487442799080125,-0.8875295519828796,0.03179912641644478,0.45965203642845154,-0.9999512434005737,-1.3881785869598389,-0.2638300657272339,-0.4389016628265381,-0.2950895428657532,0.1588629186153412 +328,-1.9658084754080727,0.0883074975527893,0.4022352092071008,-0.9193953275680542,-0.08819276839494705,0.3833199143409729,1.2390735149383545,1.0763393640518188,-1.013589859008789,0.19995874166488647,-0.10637205839157104,-0.4106179475784302 +329,-1.9021681354717694,0.09773383270258428,0.5091718434097628,-0.9410842657089233,-0.09757831692695618,0.3237878978252411,-0.44871005415916443,0.23202773928642273,0.11221522837877274,0.5446763038635254,0.2901747524738312,0.11275073885917664 +330,-1.8980334505604315,0.06789708820068785,0.4427568220670707,-0.9447522163391113,-0.0678449347615242,0.3206874132156372,0.10855701565742493,-0.09630198031663895,0.8974461555480957,0.15053224563598633,-0.0725664347410202,-0.12360489368438721 +331,-1.8985771673388425,-0.01274849737300137,0.49744379954951035,-0.9466822743415833,0.012748152017593384,0.3219166696071625,-0.03790588676929474,0.2595188617706299,0.18362386524677277,-0.2638433575630188,-0.11688938736915588,0.6186197996139526 +332,-1.991687288169017,-0.051083106566670027,0.43111428560506726,-0.9115347862243652,0.05106089264154434,0.4080409109592438,-1.454520583152771,-1.8288251161575317,0.2842492461204529,-0.5788370370864868,-0.21211740374565125,0.1692754626274109 +333,-2.042594838646794,0.08736203263069182,0.2329206176640534,-0.8873553276062012,-0.08725094795227051,0.45275580883026123,-0.4155438244342804,0.9664472937583923,-0.549084484577179,0.33195066452026367,-0.11660647392272949,-0.7285736799240112 +334,-2.001938563637397,0.08477054812591175,0.35098871094761563,-0.9052266478538513,-0.08466905355453491,0.41640809178352356,0.2657795250415802,0.5089118480682373,-0.3728715777397156,0.5324545502662659,0.1379985213279724,0.13316768407821655 +335,-2.0177297331158996,0.11342244477559925,0.3375814697201159,-0.8959825038909912,-0.11317940801382065,0.42942512035369873,-0.047573670744895935,-0.04403900355100632,-0.07670049369335175,0.1323106288909912,0.15967294573783875,-0.10694587230682373 +336,-1.9937677357535937,0.05671995532306909,0.4368582466719341,-0.9104070067405701,-0.0566895492374897,0.40981176495552063,1.0000289678573608,-0.2345835268497467,0.1835271120071411,-0.21721762418746948,-0.006146155297756195,0.534554660320282 +337,-1.983444847738855,0.04169801091797775,0.4598086122303053,-0.9152655005455017,-0.04168592765927315,0.4006882905960083,0.26743412017822266,-0.8421577215194702,0.34763121604919434,-0.24531787633895874,-0.29585373401641846,0.19913464784622192 +338,-2.044933225201822,0.05162264576770641,0.3645942895741123,-0.888501763343811,-0.05159972235560417,0.4559624493122101,-1.1530653238296509,0.47018200159072876,0.31391024589538574,-0.27400416135787964,-0.17722107470035553,-0.5088189244270325 +339,-1.9255196685826006,0.0375843370775566,0.47549863629988404,-0.9370803236961365,-0.03757549077272415,0.3470856249332428,1.6341357231140137,1.142533540725708,-0.49418047070503235,0.48766326904296875,-0.028968077152967453,0.10187360644340515 +340,-1.8956950873766818,0.06830540514215942,0.4288532348051019,-0.9454731941223145,-0.06825230270624161,0.31846848130226135,-1.6419073343276978,-0.16932816803455353,0.221662700176239,0.3769916296005249,0.129287451505661,-0.03140494227409363 +341,-1.8599245228119705,0.03909733606487612,0.4097903364015063,-0.957760214805603,-0.03908737748861313,0.2848987877368927,1.1246247291564941,0.45000556111335754,0.4678558111190796,-0.0010867714881896973,-0.19426529109477997,0.20629677176475525 +342,-1.863645909556899,-0.019041276218343228,0.4670003666318581,-0.9572515487670898,0.019040126353502274,0.28862932324409485,-0.2846200168132782,-0.5696602463722229,0.7173890471458435,-0.5716790556907654,0.16073893010616302,0.48518964648246765 +343,-1.9681129451660895,0.009837395851493997,0.36338569978621976,-0.9220581650733948,-0.009837237186729908,0.38692671060562134,-2.5628087520599365,-1.2405126094818115,-0.31213417649269104,-0.30429089069366455,-0.04234781861305237,-0.08770173788070679 +344,-1.9376969663949801,0.13460489859346136,0.21157183147700365,-0.9249999523162842,-0.13419879972934723,0.3554791510105133,0.4783414304256439,0.5296258330345154,-0.3549312651157379,0.449704110622406,-0.07223734259605408,-0.4406690001487732 +345,-1.9394583556078757,0.13875265586350832,0.26306115525976226,-0.9238451719284058,-0.1383078694343567,0.35690420866012573,-0.18635858595371246,-0.22180351614952087,-0.1859809309244156,0.42581379413604736,0.08832010626792908,-0.09430059790611267 +346,-1.8594680970043869,0.14412328406816172,0.2510454000273193,-0.9486841559410095,-0.14362485706806183,0.28172773122787476,1.213468074798584,1.7103962898254395,-0.11332928389310837,0.007705032825469971,-0.045492589473724365,-0.07846543192863464 +347,-1.8413996621848534,0.0967020568582623,0.3940183974627249,-0.9591076970100403,-0.09655141085386276,0.26606395840644836,0.3704352378845215,0.41801702976226807,0.0016439687460660934,-0.5137925744056702,0.13698722422122955,0.546344518661499 +348,-1.939532581747724,0.0262949351104003,0.4162215694392904,-0.9324610233306885,-0.026291904971003532,0.360312283039093,-0.9330498576164246,-2.1469192504882812,0.40187355875968933,-0.2994266152381897,-0.3978413939476013,0.17054098844528198 +349,-1.9651777845654996,0.12108192067020039,0.2507612356239394,-0.9164749979972839,-0.12078627943992615,0.38142403960227966,-0.25717324018478394,0.7911707162857056,-0.4947707951068878,0.2317674160003662,-0.20025864243507385,-0.6729127168655396 +350,-1.900332773172503,0.13976974741372497,0.3136205753007896,-0.9369651675224304,-0.13931511342525482,0.3204486668109894,-0.11059600114822388,-0.3686636686325073,-0.05330129712820053,0.7099297642707825,0.20848320424556732,0.16737481951713562 +351,-1.950002471410369,0.11336604882974556,0.03929431256212427,-0.9229957461357117,-0.11312337964773178,0.36780688166618347,-5.726930618286133,0.21267986297607422,1.3073526620864868,-0.26918864250183105,0.05274435132741928,0.4886690080165863 +352,-1.614261031689175,0.2486454934655497,-0.5190926612235018,-0.9683312177658081,-0.2460913360118866,0.042114757001399994,-4.776750564575195,2.1295325756073,-0.8374515175819397,-0.4635382294654846,-0.4770073890686035,-0.1296696662902832 +353,-1.4875771434965812,0.4067674693858823,-0.7565019095264944,-0.9152262210845947,-0.39564263820648193,-0.0763406902551651,-2.146066427230835,0.08470942825078964,-2.988417387008667,-0.631999671459198,0.020627379417419434,0.031861305236816406 +354,-1.4131624685483837,0.6920776007097336,-0.9500024337098163,-0.7603760361671448,-0.6381381750106812,-0.12086376547813416,0.420662522315979,-1.4466869831085205,-2.674938440322876,0.3155212998390198,0.30874669551849365,-0.31285208463668823 +355,-1.657246243060299,0.9877957820733463,-0.8385518811951131,-0.5484753847122192,-0.8348144888877869,0.04753412678837776,0.41728654503822327,-1.2044365406036377,-3.365072727203369,0.366132915019989,0.5507721900939941,-0.09605705738067627 +356,-1.1205730884606706,0.8395266987470692,-1.2038737551697727,-0.601267397403717,-0.7443271279335022,-0.29061082005500793,-9.421072959899902,5.7431864738464355,6.626766204833984,1.1239876747131348,1.160373330116272,0.4272991120815277 +357,-0.9175634619340794,0.0442477275020905,-1.3633887812076297,-0.7933459281921387,-0.044233288615942,-0.6071619987487793,3.6091933250427246,-2.7405989170074463,-0.4287562370300293,-1.2134900093078613,-0.2971363365650177,-1.6748967170715332 +358,-0.9883783422084153,0.31168030044273026,-1.0088273666987708,-0.7948980331420898,-0.30665841698646545,-0.5235435366630554,1.3894494771957397,0.12820816040039062,-0.8577457666397095,-0.6622858643531799,-0.35516107082366943,0.11746138334274292 +359,-1.0774605400457846,0.5049909418481028,-1.0310315608555658,-0.7708209156990051,-0.4837995171546936,-0.41445547342300415,0.48745813965797424,-1.5973567962646484,-0.9539952874183655,0.22325915098190308,0.5787549018859863,-0.18823617696762085 +360,-1.168532843739183,0.5254198847929845,-0.90831400882947,-0.7960575819015503,-0.50157630443573,-0.3386937379837036,1.850111722946167,1.6893397569656372,0.692663311958313,0.31493276357650757,0.21428382396697998,-0.072194904088974 +361,-1.06455295471601,0.5699866452452867,-0.7680833075810658,-0.7363094687461853,-0.5396208167076111,-0.4082372486591339,-0.12806962430477142,1.3000205755233765,0.6433963775634766,0.4576992988586426,0.30175161361694336,0.6810948848724365 +362,-1.2496521256756505,0.3481259541848861,-0.6512866103478252,-0.8919553756713867,-0.34113678336143494,-0.29671764373779297,1.667907953262329,-2.351778984069824,2.7535557746887207,-0.5759248733520508,-0.40776458382606506,-0.28059861063957214 +363,-1.4654236814278432,0.35118452133760486,-0.3722780001715303,-0.933758020401001,-0.34401026368141174,-0.09875833988189697,0.3344089090824127,-1.750353455543518,-0.15282776951789856,-0.4544104337692261,-0.43019017577171326,0.3050724267959595 +364,-1.6488973738917014,0.4547667624376409,-0.3383008208881884,-0.8956249952316284,-0.4392527937889099,0.07009182125329971,-0.05373939871788025,-1.7584620714187622,-2.0754871368408203,-0.18399536609649658,0.2544383406639099,-0.08301591873168945 +365,-1.6805669396204341,0.5860089320950085,-0.42300299591906215,-0.8281400203704834,-0.5530402660369873,0.09127233177423477,-0.8155719637870789,-0.38912031054496765,-1.0971243381500244,0.3504635691642761,0.0976569652557373,-0.29786109924316406 +366,-1.6769924448765838,0.7198744066541299,-0.48077811801388054,-0.7476527690887451,-0.6592902541160583,0.07969764620065689,-1.9574708938598633,0.29362305998802185,0.22582517564296722,0.7574031352996826,0.6589545607566833,0.2318105697631836 +367,-1.0979497975286918,0.2639253174064459,-0.9772525250496605,-0.8594483733177185,-0.260871946811676,-0.43965262174606323,-5.167752742767334,3.2567086219787598,5.228994846343994,-0.03888237476348877,0.0030747056007385254,-0.5699756741523743 +368,-1.0836467284024398,0.2516178426378278,-0.7624294607520475,-0.8558446764945984,-0.24897117912769318,-0.453368604183197,4.945373058319092,0.004933444317430258,-0.6373518705368042,-0.5196587443351746,-0.22890357673168182,-0.01910451054573059 +369,-1.275136206204877,0.3543485632744386,-0.6510743226452966,-0.8971785306930542,-0.3469794690608978,-0.27326932549476624,0.3953183889389038,-3.6327521800994873,-1.4967187643051147,-0.08617424964904785,0.00821906328201294,-0.38472017645835876 +370,-1.7068513390685194,0.48318167903923703,-0.44285876706537425,-0.8773379921913147,-0.46459895372390747,0.12010825425386429,1.8963159322738647,-1.0105804204940796,-0.7021375298500061,0.2631564736366272,0.03262263536453247,-0.4530550241470337 +371,-1.9306722674222168,0.5224702826224924,-0.15836555762637122,-0.8110759854316711,-0.49902236461639404,0.30517643690109253,2.426992893218994,-1.6495616436004639,-0.9054431319236755,0.5532938838005066,0.33471566438674927,-0.04893562197685242 +372,-1.7562130474473594,0.4696494659216435,-0.3320277402246361,-0.876442551612854,-0.4525737464427948,0.16439537703990936,-3.2929537296295166,3.3283767700195312,3.392850399017334,0.41495561599731445,0.042234331369400024,-0.10380266606807709 +373,-1.37430790266483,0.25475463613901106,-0.5067268525188195,-0.9491044282913208,-0.25200796127319336,-0.188925638794899,1.6280313730239868,0.4023627042770386,-0.5164732933044434,-0.7936476469039917,-0.8252015113830566,-0.2040187120437622 +374,-1.4861149597431318,0.3724083339749852,-0.4001463440187596,-0.9281160235404968,-0.36385974287986755,-0.07878253608942032,-1.411022663116455,-0.7739835381507874,-1.2976601123809814,-0.2639005184173584,-0.009812712669372559,0.1169905737042427 +375,-1.647512222604514,0.49373518317918474,-0.4883897298408461,-0.8779789209365845,-0.47391825914382935,0.06748738884925842,0.827783465385437,-2.578335762023926,-0.983819842338562,0.15069925785064697,0.22179728746414185,-0.5273109674453735 +376,-1.788584213711917,0.6670185363599411,-0.3845800252664833,-0.7671104669570923,-0.6186463236808777,0.16975988447666168,0.92409747838974,-0.3816225826740265,-2.341585397720337,0.41386955976486206,0.1929565668106079,-0.212988018989563 +377,-1.7575657905353075,0.7221454975391074,-0.4166035612722211,-0.7373393177986145,-0.66099613904953,0.13933640718460083,-3.0237624645233154,2.1588876247406006,2.8488173484802246,0.7991069555282593,0.5442817211151123,0.1116858571767807 +378,-1.3431094060454885,0.3070616312384212,-0.67139773631094,-0.928624153137207,-0.30225902795791626,-0.21516665816307068,1.8558324575424194,-1.262274146080017,3.7688095569610596,-0.681086540222168,-0.38307419419288635,-0.9367040991783142 +379,-1.4881172248554497,0.3497750389066077,-0.16227535207825952,-0.9362407922744751,-0.3426864743232727,-0.0775844156742096,1.8260579109191895,0.16047942638397217,0.3514713943004608,-0.0789111852645874,-0.4028427004814148,0.6885615587234497 +380,-1.6206597184206781,0.4044585850428911,-0.23914492379762978,-0.9181728959083557,-0.39352110028266907,0.04582119733095169,-1.645823359489441,-1.8866510391235352,-0.2537951171398163,-0.02062404155731201,0.25527647137641907,-0.3724355697631836 +381,-1.6331344150430958,0.4686970560630973,-0.24838566470121448,-0.8904245495796204,-0.45172423124313354,0.055579375475645065,1.194771647453308,0.19688445329666138,-1.5158579349517822,0.3617076873779297,0.04434517025947571,-0.11807943880558014 +382,-1.6347499997069666,0.6231270558983618,-0.23422612559972442,-0.8103975057601929,-0.5835773348808289,0.05189867317676544,-2.726074695587158,0.6967152953147888,-0.37420976161956787,0.6749299168586731,0.49037665128707886,0.4639095067977905 +383,-1.1481414620609869,0.3032789550993218,-0.7923406701154301,-0.8703815340995789,-0.2986511290073395,-0.39146336913108826,-4.327755928039551,0.7884303331375122,3.6654624938964844,-0.16715508699417114,-0.21990355849266052,-0.8125771284103394 +384,-1.4510105672548899,0.30603814463623563,-0.46869218532165957,-0.9467020034790039,-0.30128324031829834,-0.11394692957401276,3.435553550720215,-1.9733549356460571,-0.5251056551933289,-0.5860586762428284,-0.36154329776763916,0.35549354553222656 +385,-1.6775491936623181,0.4914640579958584,-0.4090799348298227,-0.8766239285469055,-0.47191718220710754,0.09393923729658127,0.47908714413642883,-3.5951650142669678,-1.7794891595840454,0.11983382701873779,0.38304996490478516,-0.38710641860961914 +386,-2.14068766294696,0.47821595210082524,-0.17985248817568,-0.7475061416625977,-0.46019598841667175,0.4790133535861969,3.971388816833496,-2.4277262687683105,-0.2565855383872986,0.307015597820282,0.1300111711025238,-0.6943302154541016 +387,-2.324927483442487,0.27230125924249743,0.04775371979046518,-0.7020111083984375,-0.26894861459732056,0.6594290733337402,0.5351778864860535,0.6372309327125549,0.4262206554412842,0.11463940143585205,0.11964142322540283,-0.09387749433517456 +388,-2.388784088797815,0.03094589132579563,0.22984953229103577,-0.6833639144897461,-0.03094095177948475,0.7294223308563232,4.152392864227295,-0.438845694065094,-0.03110845759510994,0.19627267122268677,-0.0406990684568882,0.4844450354576111 +389,-2.3835273632043044,-0.07484627634503274,0.3843665145200184,-0.6855929493904114,0.07477641850709915,0.7241344451904297,1.306711196899414,-0.2090495079755783,-0.8308932781219482,0.04580724239349365,0.12235187739133835,0.5369433760643005 +390,-2.4293386156945305,-0.1320879752398625,0.37939648331437137,-0.6478485465049744,0.1317042112350464,0.7502974271774292,-2.072751045227051,-0.11515907943248749,0.6689876914024353,-0.5732207894325256,-0.1880244016647339,0.31606292724609375 +391,-2.2998395062810912,0.06859192915187523,0.17715969868212833,-0.74405837059021,-0.06853815913200378,0.6645898818969727,-3.170948028564453,3.2955617904663086,-0.4697345495223999,0.23307198286056519,-0.18149235844612122,-0.06316471099853516 +392,-1.8765277243203926,0.24192891144627923,-0.10605406399632133,-0.9258551001548767,-0.2395758032798767,0.2922251522541046,-1.2066503763198853,1.4478120803833008,0.22144341468811035,0.7044959664344788,0.323575496673584,-0.4284556210041046 +393,-2.3443641501508146,-0.0021268665599915968,0.2250153581894818,-0.7154206037521362,0.002126864856109023,0.6986904144287109,3.278947353363037,-2.925208330154419,0.7382435202598572,0.26240265369415283,-0.0017148784827440977,0.6859071850776672 +394,-2.1219444018809916,0.05640032788749761,0.0482240246925271,-0.8505692481994629,-0.05637042969465256,0.522832989692688,-1.5808253288269043,1.3360563516616821,-0.42076388001441956,-0.6192640662193298,-0.35924845933914185,0.2143496870994568 +395,-1.7781109389302887,0.22355457878125226,-0.24603526409472884,-0.9542357325553894,-0.221697136759758,0.20071075856685638,-3.852998733520508,2.7659542560577393,-1.670447587966919,-0.37597984075546265,-0.1163155734539032,-0.02006182074546814 +396,-1.7724089606254771,0.369614494384508,-0.40713915737870116,-0.913579523563385,-0.3612559735774994,0.18672604858875275,2.4356026649475098,-3.447035312652588,0.019524870440363884,0.443791925907135,0.2792705297470093,-0.7960551977157593 +397,-2.18489515034571,0.12948608790265614,0.1598465936640746,-0.810451090335846,-0.12912455201148987,0.5713983774185181,3.089416265487671,1.5510419607162476,-0.657916784286499,0.0939592719078064,-0.043757542967796326,0.4015936255455017 +398,-1.9064326725840097,0.24595190516907725,0.06942386732354001,-0.9157862663269043,-0.24347969889640808,0.3194580674171448,-0.7537362575531006,0.3287603259086609,-0.14638754725456238,0.6285547018051147,0.2484387755393982,-0.2159881293773651 +399,-1.8674181176027989,0.21835632591578635,0.07370380792813111,-0.9336212277412415,-0.21662527322769165,0.2853507101535797,1.03656005859375,0.03468110039830208,-0.0638742670416832,-0.24542540311813354,-0.18330758810043335,0.09112942218780518 +400,-1.900062089860374,0.15654594218277526,0.23315244642200644,-0.934708833694458,-0.15590731799602509,0.31939437985420227,1.0991368293762207,0.37274283170700073,0.5124773383140564,-0.3295583724975586,-0.2070230096578598,0.3578670918941498 +401,-1.998191154280893,0.11118335178786311,0.2405578722806892,-0.9044296741485596,-0.11095442622900009,0.4119420647621155,-1.1287732124328613,-1.026980996131897,0.4907616376876831,-0.10388648509979248,-0.1584700345993042,-0.03910881280899048 +402,-2.0130746461871496,0.14546772693438179,0.21815674807357635,-0.8942334055900574,-0.14495523273944855,0.42347922921180725,-0.09898951649665833,1.0341589450836182,-0.43825864791870117,0.5779644250869751,-0.024524137377738953,-0.038469552993774414 +403,-1.775619708956304,0.23233229111967219,0.004125284812412012,-0.9527906775474548,-0.23024778068065643,0.1979294717311859,-5.566885471343994,4.198703765869141,0.029709719121456146,0.3488019108772278,0.07007624208927155,0.2935103476047516 +404,-1.575974867539846,0.21603058746956094,-0.33090777480278505,-0.9767428040504456,-0.21435417234897614,0.005058147944509983,6.414680004119873,-7.221255779266357,0.29198747873306274,0.005734622478485107,-0.17845281958580017,-1.0155256986618042 +405,-2.0251315574511337,0.1272184482076956,0.16709542881068318,-0.8912914991378784,-0.12687556445598602,0.4353184700012207,-2.5001397132873535,4.261951446533203,-0.808212399482727,-0.5076190233230591,-0.15312321484088898,1.1580653190612793 +406,-1.8665221573922626,0.2964648757324148,-0.09706050893761549,-0.9148595929145813,-0.2921411395072937,0.2787204384803772,-1.2233161926269531,-4.074660301208496,-0.5376970767974854,-0.10804367065429688,0.4995996952056885,-0.31485337018966675 +407,-2.130515706873809,0.23881657224719788,-0.07662115003296109,-0.82335364818573,-0.23655295372009277,0.5158793926239014,-1.2316735982894897,3.2594075202941895,0.3193630576133728,0.03848731517791748,-0.22166848182678223,-0.15104174613952637 +408,-1.8334987340144986,0.3302740265070895,-0.15204135251115378,-0.9134997725486755,-0.3243022561073303,0.2456558644771576,-0.5681602954864502,1.0894591808319092,-0.7939326763153076,0.5860306620597839,0.14665934443473816,0.020350754261016846 +409,-1.7914205638992875,0.3329290140090952,-0.17664527969118268,-0.9221811890602112,-0.32681259512901306,0.20682215690612793,0.963029682636261,-1.110392689704895,0.9441980123519897,0.3015452027320862,0.12417587637901306,0.09189915657043457 +410,-1.9011307800590127,0.20599901285183822,-0.048212576389554895,-0.9259341359138489,-0.20454515516757965,0.3175015151500702,0.37283703684806824,1.1338460445404053,-0.14754372835159302,-0.7260738611221313,-0.28373610973358154,0.5520358085632324 +411,-1.8907362139341508,0.21467710648600305,-0.02395581227764699,-0.9274643063545227,-0.21303196251392365,0.3072899580001831,0.47116518020629883,-1.455482840538025,-0.5960220098495483,-0.30803972482681274,-0.19166162610054016,0.008505910634994507 +412,-1.908134640840305,0.2785462461382782,-0.105703012842848,-0.9072675704956055,-0.27495822310447693,0.31821951270103455,-1.1146610975265503,0.8696911931037903,-0.18771840631961823,0.16614818572998047,-0.04268398880958557,-0.45583856105804443 +413,-1.7836158830228963,0.3080333590613576,-0.061702759891884,-0.931432843208313,-0.3031851351261139,0.2012750655412674,0.10497207939624786,1.0759433507919312,0.020041489973664284,0.8505155444145203,0.21144932508468628,0.17407594621181488 +414,-1.6894183028843026,0.23299413226973584,-0.22514663068352286,-0.9661418199539185,-0.23089177906513214,0.11514623463153839,-1.8203907012939453,0.5300185084342957,2.4583005905151367,0.10302859544754028,0.039317741990089417,-0.24267926812171936 +415,-1.6388888898324823,0.10267391288528939,-0.14134236647504284,-0.9924285411834717,-0.10249361395835876,0.06768164038658142,3.04229736328125,0.6456535458564758,-0.5513251423835754,-0.8038514852523804,-0.4906918406486511,0.4490572214126587 +416,-1.7149950977879602,0.17214123990496238,0.022745577768476598,-0.9749950170516968,-0.17129233479499817,0.14157572388648987,0.9591426253318787,-2.326256513595581,-0.7653694748878479,-0.3332477807998657,-0.13305947184562683,0.30274498462677 +417,-2.004251769782948,0.26975164580104877,-0.13138673695196773,-0.8747013807296753,-0.2664920687675476,0.4048204720020294,-3.508532762527466,-2.0501956939697266,-0.3055269718170166,-0.2696162462234497,0.2972232699394226,-0.5879716873168945 +418,-1.9242777415009926,0.38791768511715574,-0.24707416588481704,-0.8684656023979187,-0.37826162576675415,0.3204454183578491,0.7555282115936279,1.4696320295333862,-0.8178260326385498,0.552578330039978,0.09865963459014893,-0.5346483588218689 +419,-1.7646303601334499,0.3189371023963543,-0.2630554445703466,-0.9317866563796997,-0.3135574460029602,0.18290844559669495,-1.5367881059646606,2.4844539165496826,2.259955406188965,0.5646143555641174,0.47021937370300293,-0.014024123549461365 +420,-1.6937000847043586,0.10839265188689086,-0.16265755705594778,-0.9866324067115784,-0.10818052291870117,0.1218751072883606,2.7242870330810547,1.00546395778656,0.45873337984085083,-0.6474465727806091,-0.46970033645629883,0.7061277627944946 +421,-1.6349974407777987,0.2007264063408527,-0.0767529792356544,-0.9779030680656433,-0.19938120245933533,0.0628688633441925,1.3353798389434814,0.7992950081825256,-1.6352845430374146,-0.33336085081100464,-0.012578606605529785,0.14014935493469238 +422,-1.739940102443133,0.2314656370854341,-0.08799445585080666,-0.9594410061836243,-0.22940431535243988,0.16384901106357574,-2.6400938034057617,-2.048898696899414,-0.06435704976320267,-0.06051743030548096,0.18434514105319977,-0.17623914778232574 +423,-1.6909809002141503,0.271976319537901,-0.3243626635273322,-0.956293523311615,-0.268635630607605,0.11548832058906555,-0.31495246291160583,1.7263606786727905,-0.4434027075767517,0.33234643936157227,-0.03866112232208252,-0.45699524879455566 +424,-1.4933713332219543,0.3322008719691114,-0.39185286237017164,-0.9424949288368225,-0.326124370098114,-0.07311882823705673,-2.8931987285614014,2.1748385429382324,-0.7612394690513611,0.46286541223526,0.2858258783817291,0.4191576838493347 +425,-1.295397690793786,0.20964065825230413,-0.661036594250985,-0.9412477016448975,-0.20810844004154205,-0.2659768760204315,-0.8538936376571655,-0.29724419116973877,2.0816407203674316,-0.03713059425354004,-0.19508980214595795,-0.37574678659439087 +426,-1.4105117261249227,0.13725945512493995,-0.41397237870188536,-0.9778971076011658,-0.13682886958122253,-0.15809807181358337,2.723173141479492,-1.073620319366455,-0.1785990297794342,-0.7136463522911072,-0.4774136543273926,0.341874897480011 +427,-1.541700419693861,0.23680338214022728,-0.3211169092574759,-0.9716814160346985,-0.23459641635417938,-0.028279932215809822,-0.7601220011711121,-1.8757739067077637,-1.5943762063980103,-0.303907573223114,0.030052348971366882,0.06380236148834229 +428,-1.597390675088751,0.37612347382227335,-0.6091631591926656,-0.9297666549682617,-0.36731770634651184,0.024732369929552078,-3.0681798458099365,0.1051224023103714,-0.532238781452179,0.3149901032447815,0.05332234501838684,-0.5155160427093506 +429,-1.4221666958928953,0.47187459365533385,-0.8184473236629844,-0.8808975219726562,-0.45455682277679443,-0.13190017640590668,-1.4526242017745972,1.1042165756225586,-1.5062111616134644,0.447914183139801,0.13136038184165955,-0.037151992321014404 +430,-1.0606369959896027,0.4620891818099532,-1.1369625526718843,-0.7811441421508789,-0.4458191394805908,-0.43710318207740784,-4.213955402374268,3.1675779819488525,1.0357557535171509,0.6063394546508789,0.4577210247516632,0.3857726454734802 +431,-0.776459189432994,-0.08818546450708158,-1.3858468916922049,-0.6980347633361816,0.08807121217250824,-0.7106271386146545,-5.725708484649658,0.546393871307373,2.8366382122039795,-0.5358366370201111,-0.19152578711509705,-0.32558196783065796 +432,-0.8564085195607732,-0.23323345294547457,-1.459365968664757,-0.7350387573242188,0.2311246246099472,-0.6374161243438721,1.2809522151947021,-0.34496843814849854,-2.154679536819458,-0.794822633266449,-0.04389931261539459,-0.8728224635124207 +433,-0.7642961968374798,0.09117392268415295,-1.5172378778666005,-0.6891548037528992,-0.09104765951633453,-0.7188712954521179,2.551483392715454,0.8589035868644714,-3.1937015056610107,0.13861769437789917,0.7335647344589233,0.0950157642364502 +434,-0.7806764127582962,0.34978396109638865,-1.4522171658967564,-0.6611451506614685,-0.34269484877586365,-0.667418360710144,1.0893802642822266,1.6115381717681885,0.017603831365704536,0.3917665481567383,0.14381182193756104,0.3487996459007263 +435,-0.6153606009053069,0.6312617526815837,-1.5171167033789639,-0.4660068452358246,-0.5901638269424438,-0.6591997742652893,1.9555480480194092,0.3171103298664093,-1.4448975324630737,0.3102909326553345,0.3932033181190491,0.5549822449684143 +436,-0.5990429170076228,0.35359469265720705,-1.5990384842543235,-0.5289690494537354,-0.346272349357605,-0.7747820615768433,-7.856511116027832,-0.7819675207138062,3.8321757316589355,0.5123064517974854,-0.10834801197052002,0.5057543516159058 +437,-0.787869668131975,-0.3191061599871494,-1.769058664984448,-0.6730666756629944,0.31371796131134033,-0.6697479486465454,-2.1372408866882324,-0.43263161182403564,0.004279748536646366,-1.0671676397323608,0.21095550060272217,-1.3521331548690796 +438,-0.6448897077216699,-0.16123944133218782,-1.7792709286705435,-0.5933133363723755,0.16054169833660126,-0.7888001203536987,3.148876428604126,3.0168886184692383,-0.9826965928077698,-0.2131747007369995,0.6873434782028198,-0.10946953296661377 +439,-0.3987471276648031,0.0994800416844203,-1.6710023740857154,-0.38634446263313293,-0.09931604564189911,-0.9169920086860657,1.2816802263259888,1.2687336206436157,0.9969776272773743,0.5815959572792053,0.1515468806028366,0.6951444745063782 +440,-0.33128417015938066,0.16498011628289247,-1.5009104485956708,-0.3208411633968353,-0.16423271596431732,-0.9327853918075562,1.6766899824142456,-0.26597556471824646,0.5857044458389282,0.062311530113220215,0.15832757949829102,0.6560672521591187 +441,-0.5725358445142028,0.15964629860206184,-1.3312607044189524,-0.5348759293556213,-0.15896901488304138,-0.8298413157463074,-0.5494984984397888,-4.242846488952637,2.578500986099243,0.17141157388687134,-0.1573762148618698,0.21814697980880737 +442,-1.0090588671424665,-0.0251329466834209,-1.0631404175986912,-0.8460636138916016,0.02513030171394348,-0.5324892401695251,3.2837941646575928,-0.6793001294136047,1.1648753881454468,-1.130666732788086,-0.283690482378006,-0.9778103828430176 +443,-1.240840011130226,0.2651956809904048,-0.6042697038584934,-0.9129835963249207,-0.262098103761673,-0.31267502903938293,3.447828531265259,-2.357299566268921,-1.3107157945632935,-0.011256575584411621,0.14793184399604797,0.15438029170036316 +444,-1.5913044186720051,0.38900323016086025,-0.434799953513621,-0.9250931739807129,-0.37926629185676575,0.018974555656313896,2.168253183364868,-4.201234340667725,-0.4994159936904907,0.26147305965423584,0.10184621810913086,-0.5246202945709229 +445,-1.9357121068130598,0.36216120764245013,-0.07104008839354307,-0.8735581636428833,-0.35429608821868896,0.3337215185165405,3.468877077102661,-2.008579730987549,-0.21172332763671875,0.6492388844490051,0.15146109461784363,0.03311493992805481 +446,-2.2341317491689976,0.19674815340214716,0.12205860668367242,-0.7727413773536682,-0.19548125565052032,0.6038690209388733,0.9884940981864929,-0.44678372144699097,0.6034117937088013,0.1835232973098755,-0.0002737492322921753,0.10569524765014648 +447,-2.117041728403778,0.07174276507221748,0.20114310587257012,-0.8522830009460449,-0.07168123871088028,0.5181463956832886,2.0199923515319824,0.9205967783927917,-0.0281742662191391,-0.18336164951324463,-0.2692306339740753,0.5698511004447937 +448,-2.03834879322352,0.020828865418461903,0.30010082157969475,-0.8924804329872131,-0.020827358588576317,0.45060500502586365,0.5340079069137573,-0.6439250111579895,0.3200185000896454,-0.22794193029403687,-0.09642117470502853,0.5836814641952515 +449,-2.1968625796355123,0.06319626703321143,0.2257140230122661,-0.8087212443351746,-0.06315421313047409,0.5847919583320618,-2.450139045715332,-1.0694856643676758,0.08306091278791428,-0.3539222478866577,0.04827689379453659,-0.365614652633667 +450,-2.198543557717877,0.20683512193264988,0.20037865019778478,-0.7921018600463867,-0.20536351203918457,0.5748046040534973,0.31680914759635925,-0.3544665277004242,-1.9101383686065674,0.3043699860572815,-0.035847410559654236,-0.32836002111434937 +451,-2.28470476138152,0.3076143564760265,0.22321168977182415,-0.7203299403190613,-0.30278584361076355,0.6240560412406921,-0.936546266078949,0.1882200837135315,0.212405726313591,0.504830002784729,0.37430375814437866,-0.2478809952735901 +452,-1.9144446930502392,0.19300474228768377,-0.007923137199086131,-0.9240497350692749,-0.19180870056152344,0.33066850900650024,1.65829336643219,2.8921916484832764,2.0551726818084717,-0.6307140588760376,-0.27753639221191406,-0.23250865936279297 +453,-1.8220432067591357,0.16246215579379975,0.13365784503359432,-0.9558484554290771,-0.16174842417240143,0.24533812701702118,0.24822723865509033,0.7943022847175598,-0.6936831474304199,-0.19837194681167603,-0.142023503780365,0.5904162526130676 +454,-1.9862231889041375,0.25476685538852023,0.17167821393730923,-0.8854116797447205,-0.2520197927951813,0.3905538022518158,-1.4983223676681519,-2.27197003364563,-1.3982959985733032,-0.26163727045059204,-0.059366315603256226,-0.16396069526672363 +455,-2.0261235353310885,0.4334869021627861,0.08816711124126429,-0.8150472640991211,-0.42003774642944336,0.39908164739608765,0.43278148770332336,1.4094340801239014,-0.6717631220817566,0.3572072982788086,0.23856496810913086,-0.7680544853210449 +456,-1.8750462993559953,0.343940721445104,0.20385689942109367,-0.8981950283050537,-0.3371996283531189,0.28203240036964417,0.28956472873687744,1.355462908744812,1.3784689903259277,0.6269242763519287,0.3731798529624939,0.14191782474517822 +457,-2.043016829029507,0.13781779534067956,0.31602369283549825,-0.8821161985397339,-0.1373819261789322,0.4505518972873688,0.3990389406681061,0.9881919622421265,1.1561529636383057,-0.16384315490722656,-0.19976100325584412,0.41176801919937134 +458,-1.9233208451281625,0.08867283525939293,0.3194110593798749,-0.9348168969154358,-0.0885566771030426,0.34391167759895325,-0.5840644240379333,1.182125449180603,-0.060113415122032166,-0.41096264123916626,-0.2800651490688324,0.7482209205627441 +459,-1.9137399387513445,0.1427610093455407,0.26886233203162646,-0.9321881532669067,-0.1422765702009201,0.3328399062156677,-0.4590860903263092,-2.1139161586761475,-0.9400458931922913,-0.2529618740081787,-0.0632898211479187,0.3222045600414276 +460,-2.0052028527140586,0.3313469091708947,0.026914749122402545,-0.8577772378921509,-0.3253169655799866,0.397978812456131,-3.1873087882995605,0.17926481366157532,-0.40175747871398926,0.20666944980621338,0.3295894265174866,-0.7212972640991211 +461,-1.9229578375169936,0.3270927599906234,-0.005067470678102047,-0.8888634443283081,-0.3212912976741791,0.3266395032405853,1.7083946466445923,0.9988721013069153,-0.059413231909275055,0.43453317880630493,0.05877915024757385,-0.3884987235069275 +462,-1.8515577594014556,0.3588960705852112,-0.00975978354604277,-0.8996245861053467,-0.3512408435344696,0.25943273305892944,-0.8863468170166016,-0.47157856822013855,0.3553602695465088,0.35369569063186646,0.2534168064594269,0.043118566274642944 +463,-1.8887932537987486,0.2602736629797555,0.06962824373093712,-0.9178718328475952,-0.2573450207710266,0.3021338880062103,0.598963737487793,0.937841534614563,0.5788522958755493,-0.4951072931289673,-0.4897252917289734,0.7046563625335693 +464,-1.7509885551029776,0.33415374713952334,-0.05442088038196717,-0.9293928146362305,-0.32796984910964966,0.16930575668811798,-2.5439350605010986,1.4565633535385132,-0.43339216709136963,-0.0662735104560852,-0.25300848484039307,0.4042721688747406 +465,-1.6032289482049507,0.477873416932062,-0.3904969183504366,-0.8875079154968262,-0.4598918557167053,0.02879430539906025,-3.3003995418548584,-0.6051618456840515,-1.394879937171936,0.09829288721084595,0.5273205041885376,-0.4623727798461914 +466,-1.5167678880639663,0.478329751343611,-0.5403240618500442,-0.8864694833755493,-0.46029701828956604,-0.04794121906161308,3.890507221221924,-0.2845363914966583,1.5045509338378906,0.6735941767692566,0.2511143386363983,-1.0379657745361328 +467,-1.9709952848648102,0.2765579496335105,0.19392262460556872,-0.8859871625900269,-0.27304601669311523,0.37479716539382935,1.8664780855178833,-0.33199408650398254,1.129106879234314,0.6368262767791748,0.25520846247673035,1.2432143688201904 +468,-1.919314293993635,0.22583224291987067,0.036775882100260955,-0.9160146117210388,-0.22391754388809204,0.33283379673957825,0.18810801208019257,-0.9233251214027405,0.6443395614624023,-0.11728006601333618,-0.39653533697128296,0.01277780532836914 +469,-1.9292765355195083,0.20123741955732363,0.05117748898684986,-0.9175338745117188,-0.1998819261789322,0.3437712490558624,0.10195580124855042,0.24448740482330322,0.06737813353538513,-0.19281762838363647,-0.22106225788593292,0.3416076600551605 +470,-1.957781875150832,0.20203891804331484,0.06221855057403401,-0.9072145223617554,-0.20066718757152557,0.3697220981121063,-0.5844955444335938,-1.1845247745513916,-0.5079745054244995,-0.34264808893203735,-0.04739491641521454,0.06452783942222595 +471,-1.8840220676440063,0.3361348742598499,-0.20204816844224902,-0.898104190826416,-0.329840749502182,0.2908850908279419,-3.232290267944336,1.9367519617080688,-0.07039858400821686,0.20288318395614624,-0.01677793264389038,-0.5597296953201294 +472,-1.6673165962863596,0.37130488039834453,-0.300819620531474,-0.9275173544883728,-0.362831711769104,0.08980327099561691,3.4684348106384277,-0.48790860176086426,-0.5210381746292114,0.4243588447570801,0.2376791536808014,-0.5423483848571777 +473,-1.817418992461323,0.3080998078756331,-0.02889518022785804,-0.9240788817405701,-0.30324846506118774,0.2326345294713974,-0.025485828518867493,0.6618707180023193,0.8140354156494141,0.18259316682815552,0.055674582719802856,0.26439014077186584 +474,-1.8496279252505432,0.2272023797925894,0.022264471035744977,-0.93667072057724,-0.2252526879310608,0.2681592106819153,-0.6209537386894226,0.5654324293136597,0.30205217003822327,-0.5473381876945496,-0.3304114043712616,0.5607591867446899 +475,-1.6850295798149557,0.2702992937936891,-0.020295801115485495,-0.9574100375175476,-0.2670198678970337,0.10984627902507782,-0.07837998121976852,0.4995323717594147,0.22980690002441406,-0.03184765577316284,-0.2657712399959564,0.28387629985809326 +476,-1.7999013440841454,0.34431657815245603,-0.18324885066952373,-0.9167100191116333,-0.3375534415245056,0.2137763351202011,-3.178638458251953,-0.6573482155799866,-0.32492882013320923,-0.047202885150909424,0.412870854139328,-0.4275519847869873 +477,-1.66528798809116,0.34181994998441784,-0.2821628620491671,-0.9379432797431946,-0.33520230650901794,0.08889254182577133,1.8178958892822266,1.4930187463760376,0.5851119160652161,0.3801429867744446,0.08092984557151794,-0.3061014413833618 +478,-1.7021738101930641,0.31726173078201103,-0.1163878148237595,-0.9419057369232178,-0.3119661211967468,0.12446210533380508,-2.046959638595581,0.43303459882736206,0.5989646315574646,0.5140950679779053,0.2599336504936218,0.6593666076660156 +479,-1.3496886260080623,0.21197751905442422,-0.5269171382908268,-0.9538168907165527,-0.21039356291294098,-0.21440163254737854,-4.569575309753418,3.111750364303589,1.003830909729004,-0.29268884658813477,-0.3445533215999603,-0.0009456872940063477 +480,-1.264032851182503,0.1929991387492579,-0.6474707981360868,-0.935616135597229,-0.1918032020330429,-0.29636815190315247,0.2730528712272644,-0.49723342061042786,-0.6739141345024109,-0.502738356590271,-0.3177335262298584,0.09295326471328735 +481,-1.2366279701703378,0.29507284969627195,-0.8234340388535946,-0.9038551449775696,-0.2908095419406891,-0.31380853056907654,-2.476048469543457,-0.5434196591377258,-2.7487902641296387,-0.25131160020828247,0.5042036771774292,-0.07902899384498596 +482,-1.1314632726071157,0.37473591379176896,-1.1780876519627475,-0.842229962348938,-0.36602678894996643,-0.3958194851875305,-1.832965612411499,0.2923641502857208,-0.49034184217453003,0.608556866645813,0.10230910778045654,-0.3730098605155945 +483,-0.905572960602762,0.3563026729217045,-1.3344501407944453,-0.7373636364936829,-0.3488115072250366,-0.5784681439399719,-1.2653770446777344,2.456054210662842,-1.052255630493164,0.25541484355926514,0.17219102382659912,0.1063460111618042 +484,-0.6669399258776743,0.3603366038742075,-1.3982870936698761,-0.578857958316803,-0.3525892496109009,-0.7352580428123474,-0.3138199746608734,0.6760503649711609,0.6012676358222961,0.2835546135902405,-0.21154341101646423,0.1988047957420349 +485,-0.6777679515978207,0.2608852001006215,-1.3946442062290243,-0.6058375835418701,-0.25793591141700745,-0.7526153922080994,-0.8794372081756592,-0.05881506949663162,0.2596173584461212,-0.1659824252128601,-0.31245288252830505,-0.22568660974502563 +486,-0.650627976517807,0.23777493575154585,-1.4487688370228033,-0.5886449217796326,-0.2355407476425171,-0.7733160257339478,-1.6014502048492432,0.6229377388954163,-2.377352476119995,-0.19765573740005493,0.1934112310409546,-0.20817500352859497 +487,-0.358180558529625,0.15885090847368835,-1.7334713748272585,-0.346157044172287,-0.15818369388580322,-0.9247449636459351,-0.517545759677887,2.2940704822540283,-1.3869839906692505,0.3285331726074219,0.4296985864639282,-0.09702932834625244 +488,-0.21197347110879378,0.14980279167505595,-1.7665637027328052,-0.20803335309028625,-0.14924313127994537,-0.9666688442230225,-0.36832213401794434,2.0412681102752686,-0.1818481981754303,0.09562185406684875,-0.024569734930992126,0.22850966453552246 +489,-0.07695835129201259,0.23555311968893283,-1.7812458868140266,-0.0747593343257904,-0.23338086903095245,-0.9695072770118713,0.9085031151771545,0.9474900364875793,-0.288671612739563,0.1422642171382904,-0.030428335070610046,0.35921674966812134 +490,-0.040130830180152274,0.19638691572951267,-1.8119055556750638,-0.039348870515823364,-0.1951269805431366,-0.9799883365631104,-0.38615262508392334,-0.09502308815717697,-0.3677065968513489,0.29957225918769836,-0.1627831757068634,-0.34999823570251465 +491,-0.0031481908122225183,0.18788647180701007,-1.8295984741443736,-0.0030927814077585936,-0.18678298592567444,-0.9823963046073914,0.24097542464733124,0.24107924103736877,-0.9377077221870422,-0.07371996343135834,0.06980912387371063,-0.43212389945983887 +492,0.02590660371822004,0.21808756594867268,-1.8893028863258372,0.025290125980973244,-0.2163628786802292,-0.9759854078292847,0.11468365788459778,0.18251483142375946,-0.25844961404800415,-0.017187707126140594,0.3316277861595154,-0.022961735725402832 +493,0.04225023866626864,0.21440532447729402,-1.891506178338744,0.041270557790994644,-0.21276640892028809,-0.9762310981750488,0.14328336715698242,0.4644458591938019,0.10776346176862717,0.16724079847335815,-0.02534697949886322,0.2317090630531311 +494,0.08423793868810406,0.24681901104610673,-1.8556528778108217,0.0815884917974472,-0.24432061612606049,-0.9662560224533081,0.03634567931294441,0.3577934205532074,0.4251168668270111,0.0808107927441597,0.14719842374324799,0.4967736601829529 +495,0.06831346510394813,0.23038567137445978,-1.7523650151767007,0.06645679473876953,-0.22835302352905273,-0.9713075757026672,0.47042393684387207,-0.02838962711393833,0.894734799861908,0.009089477360248566,-0.18523645401000977,-0.09981364011764526 +496,0.05124784557261745,0.23376731371659581,-1.6831488352217314,0.049832116812467575,-0.23164400458335876,-0.9715234637260437,0.24999217689037323,-0.42352455854415894,1.3830736875534058,0.4395172595977783,-0.18426480889320374,-0.2571142315864563 +497,-0.004841703365513876,0.21566329580628976,-1.6077850716991164,-0.004729525186121464,-0.21399541199207306,-0.9768232107162476,0.32868674397468567,-0.4385620951652527,0.4805828928947449,0.10211111605167389,0.33177798986434937,-0.29984915256500244 +498,-0.03483605840339752,0.2219071421401125,-1.5473524593058927,-0.033974986523389816,-0.22009040415287018,-0.9748876690864563,-0.5895487666130066,-0.04116217792034149,0.8415122628211975,0.3387235403060913,0.06120063364505768,0.3229559063911438 +499,-0.05184688615534257,0.18623110038698276,-1.4486739256295962,-0.050927579402923584,-0.18515649437904358,-0.981388509273529,0.6051599979400635,0.2427567094564438,0.46303218603134155,-0.04704910144209862,-0.009896591305732727,0.04628419876098633 +500,-0.02172306844394378,0.26446995927774625,-1.380885587827037,-0.02096613310277462,-0.26139768958091736,-0.9650034308433533,1.0018802881240845,0.14415881037712097,0.673508882522583,0.01950128562748432,-0.027603745460510254,0.28700971603393555 +501,-0.053671706400643185,0.26323306408518865,-1.3277812502133426,-0.05179804190993309,-0.26020359992980957,-0.9641634225845337,-0.7021026611328125,-0.36136722564697266,0.11403350532054901,-0.03384953737258911,-0.32492518424987793,-0.2161802053451538 +502,-0.08057468033508973,0.2541986528432657,-1.3649042867889585,-0.07790106534957886,-0.2514698803424835,-0.9647250175476074,1.0557682514190674,-0.09798382222652435,-0.431742399930954,-0.11461907625198364,0.028828918933868408,-0.6195187568664551 +503,-0.07551534202941132,0.37705928447271925,-1.422061550784101,-0.07014378160238266,-0.36818793416023254,-0.9271016716957092,1.3636423349380493,-0.02749825082719326,-0.4916755259037018,-0.10037319362163544,0.13370612263679504,0.011513292789459229 +504,-0.04170615746701003,0.49876422624693095,-1.4671593816823654,-0.036614660173654556,-0.47834068536758423,-0.8774107098579407,0.3425687551498413,0.28050661087036133,-0.8810257911682129,-0.07564425468444824,0.11882835626602173,0.4195097088813782 +505,-0.027132297412793206,0.5464181024015431,-1.566631652101411,-0.02317875437438488,-0.5196302533149719,-0.8540768027305603,1.7672293186187744,-2.240593671798706,-1.1010549068450928,-0.07664424180984497,0.07456183433532715,-0.019488871097564697 +506,-0.21331525936548731,0.7838074338628502,-1.6294871860742466,-0.14993327856063843,-0.7059810757637024,-0.6921782493591309,1.54267156124115,-1.2980809211730957,-0.4204200506210327,0.20111125707626343,-0.10535925626754761,-0.06551218032836914 +507,-0.2160905424378259,0.7610043359834454,-1.6218935718407699,-0.15526562929153442,-0.6896491050720215,-0.7073023915290833,-1.4058769941329956,0.16726839542388916,0.26596084237098694,0.18985731899738312,-0.026125431060791016,-0.23967325687408447 +508,-0.27912151270698143,0.6586398843042294,-1.6063808580144778,-0.21788130700588226,-0.6120418310165405,-0.7602187395095825,-0.10525055974721909,-2.0313665866851807,0.35309892892837524,0.027634739875793457,0.24383199214935303,-0.41283118724823 +509,-0.6061496448272905,0.9367256730143698,-1.4262412454247708,-0.33751118183135986,-0.8056226372718811,-0.48688650131225586,3.6961147785186768,-0.8988218903541565,0.002501244656741619,0.24511927366256714,0.3675580620765686,0.35691213607788086 +510,-0.6594199243206341,0.968486097200469,-1.3046454701230745,-0.34710031747817993,-0.8240289688110352,-0.44776976108551025,-0.8876532316207886,0.10415605455636978,0.7647325396537781,0.30948737263679504,0.28768253326416016,0.33859312534332275 +511,-0.8688329674020108,0.9044303451375456,-1.1998039085855563,-0.47199180722236633,-0.7860731482505798,-0.39913997054100037,-0.8134920001029968,-1.9862425327301025,1.4483743906021118,0.26290062069892883,0.2828841209411621,0.5897833108901978 +512,-1.1250340355875095,0.5949106182954049,-1.2521485112665682,-0.7472689151763916,-0.5604347586631775,-0.3570743501186371,-2.5164031982421875,-4.15324068069458,2.8534014225006104,-0.4582822322845459,0.3211463689804077,0.025638222694396973 +513,-1.3487881172053207,0.2663599787950025,-1.451161582545901,-0.9410581588745117,-0.26322153210639954,-0.2124241143465042,-2.1888442039489746,-2.0913078784942627,2.174708604812622,-0.5341920852661133,0.6334149837493896,-0.16379660367965698 +514,-1.4947439180181548,-0.011751019895765753,-1.7505147906477907,-0.9970405697822571,0.011750749312341213,-0.07597386837005615,-4.752859592437744,-0.6086524724960327,1.945488452911377,-0.19296187162399292,0.3355087637901306,-0.33384668827056885 +515,-1.6071001106201104,-0.20566562616417924,-2.110027201630683,-0.9782801866531372,0.2042188048362732,0.03553088381886482,-2.3437891006469727,-1.0534207820892334,1.7745145559310913,-0.11919289827346802,0.10178093612194061,-0.6505211591720581 +516,-1.763058685698874,-0.37550413103612607,-2.2555235407611383,-0.9131813049316406,0.3667415678501129,0.17776617407798767,-0.6456111073493958,-0.913967490196228,1.567871332168579,-0.3499261140823364,-0.3901332914829254,-0.7186750173568726 +517,-1.8431708994874956,-0.4788577243169342,-2.2500064669324504,-0.8548030257225037,0.46076568961143494,0.23876039683818817,0.8335326910018921,-0.4629509449005127,0.13333016633987427,-0.767358660697937,-0.5089682340621948,-0.7766785025596619 +518,-1.772732654277482,-0.4496945123694572,-1.967851846659749,-0.8822799921035767,0.4346904456615448,0.1806263029575348,3.667452335357666,-0.8388677835464478,-2.3535778522491455,-0.937360942363739,0.03560057282447815,-0.5104144811630249 +519,-1.6338660782665582,-0.223182862988231,-1.5932826375648232,-0.9732589721679688,0.22133466601371765,0.06146471947431564,2.4165761470794678,0.885402500629425,-2.9558212757110596,-0.13652801513671875,0.33162856101989746,-0.18059003353118896 +520,-1.5936154644684484,0.06823518895185976,-1.2793939341742793,-0.997413158416748,-0.06818225234746933,0.022764058783650398,2.9727938175201416,-0.4535592496395111,-2.9284820556640625,0.27564191818237305,0.5905821323394775,0.020586133003234863 +521,-1.676775647312415,0.28919375919171114,-1.091796606128702,-0.9530966877937317,-0.2851795554161072,0.10138840973377228,0.7939948439598083,-0.4330388903617859,-1.770652174949646,0.42212116718292236,0.7582172155380249,-0.040475353598594666 +522,-1.6911517076844618,0.35724951468280264,-1.0839458136971607,-0.9300849437713623,-0.3496987223625183,0.11248438060283661,-0.32687830924987793,0.31291407346725464,0.6841628551483154,0.4670569896697998,0.8112618923187256,-0.09167135506868362 +523,-1.62693836295955,0.13224197671336307,-1.1732479613632907,-0.9897069334983826,-0.13185687363147736,0.05562261492013931,-1.3142658472061157,0.1842704862356186,4.158365249633789,0.14552968740463257,0.8354244232177734,-0.024647239595651627 +524,-1.6473677575142556,-0.27897420760072167,-1.365259838609701,-0.9585216045379639,0.27536967396736145,0.07353915274143219,-2.870363473892212,0.4183482527732849,3.9907257556915283,-0.6525318622589111,0.7155361175537109,-0.225821852684021 +525,-1.651011155796765,-0.5519375148692347,-1.7429553362821133,-0.8487722873687744,0.5243380069732666,0.0682305321097374,-2.9272425174713135,1.7366880178451538,2.613314628601074,-0.17101836204528809,-0.2143862247467041,-0.5959862470626831 +526,-1.679560212679263,-0.7800853714894905,-1.8640876019099806,-0.7066529989242554,0.7033401131629944,0.07716283202171326,-0.09080204367637634,0.4257392883300781,1.5494457483291626,-0.5502744317054749,-0.7034317255020142,-0.33412086963653564 +527,-1.6458841889192701,-0.8606082293209781,-1.8539673190474955,-0.6501392722129822,0.7582392692565918,0.04890952259302139,0.27719929814338684,0.11031702160835266,-0.024744944646954536,-0.7673411965370178,-0.7529749870300293,-0.15573632717132568 +528,-1.5673246419482225,-0.7760009230607849,-1.6978518303998917,-0.7137161493301392,0.7004308104515076,-0.0024778074584901333,1.1992783546447754,-0.23743142187595367,-1.8835394382476807,-0.8825363516807556,-0.1996830701828003,-0.025079548358917236 +529,-1.6218662466657432,-0.5392709930925561,-1.5010352403250828,-0.856964647769928,0.5135105848312378,0.04380320385098457,1.773093819618225,-2.3915648460388184,-3.136871099472046,-0.8064265847206116,0.413186252117157,-0.32389354705810547 +530,-1.6865308030289823,-0.20889698400323306,-1.3439599085269645,-0.9717161059379578,0.2073809951543808,0.11296587437391281,0.9933084845542908,-0.3671934902667999,-3.627763271331787,0.019323348999023438,0.3604138493537903,-0.34668469429016113 +531,-1.7145154785782266,0.14637303997903933,-1.1758050875473733,-0.979107141494751,-0.14585092663764954,0.1416933685541153,1.4236656427383423,-0.1307162642478943,-3.4945921897888184,0.3824120759963989,0.6604688167572021,-0.2725985050201416 +532,-1.7605294558824955,0.3672982581244775,-1.0559373852533882,-0.9165525436401367,-0.3590952157974243,0.17601759731769562,0.1381971836090088,0.0023588459007441998,-1.038543939590454,0.5231809616088867,0.8290506601333618,-0.10858893394470215 +533,-1.7061437792922267,0.34169522402116115,-1.1188770396452148,-0.9335712194442749,-0.33508479595184326,0.12713375687599182,-0.26540157198905945,0.5217161178588867,2.106275796890259,0.5271533727645874,0.8198107481002808,-0.17304742336273193 +534,-1.655460315993975,-0.019182899272833065,-1.2220521552932588,-0.9962348341941833,0.01918172277510166,0.08454732596874237,-1.3622779846191406,0.1747603416442871,5.090632438659668,-0.27164846658706665,0.9300217628479004,-0.10876297950744629 +535,-1.6349305181042684,-0.41065395688947104,-1.4977486051993003,-0.9149748682975769,0.39920899271965027,0.05876176431775093,-3.5412709712982178,1.8830914497375488,3.2708117961883545,-0.5902740359306335,0.32443904876708984,-0.3340456485748291 +536,-1.5822720542663202,-0.6071898808538012,-1.8134445039023892,-0.8212006092071533,0.5705618858337402,0.00942428782582283,-1.823195457458496,1.4476045370101929,1.7777138948440552,-0.16174006462097168,-0.38675451278686523,-0.4270116090774536 +537,-1.6421311973712347,-0.762142537005843,-2.0154677149071927,-0.7215185761451721,0.6904728412628174,0.051556918770074844,-0.8430265188217163,0.15273167192935944,1.515592098236084,-0.4490288496017456,-0.6397984623908997,-0.6069463491439819 +538,-1.5836482496215247,-0.8479580304072716,-1.9376768558524278,-0.6614614129066467,0.7499311566352844,0.008501519449055195,1.405672311782837,-0.06931891292333603,-0.09370008856058121,-0.777411937713623,-0.8073346614837646,-0.312929630279541 +539,-1.5135630935618754,-0.7381909748940053,-1.7710421706984534,-0.738476037979126,0.6729509234428406,-0.04231157898902893,1.0340012311935425,-1.010105013847351,-1.7817034721374512,-0.759814977645874,-0.0633317232131958,-0.2608957886695862 +540,-1.5801207260145411,-0.540793661984373,-1.5268259924549874,-0.8572631478309631,0.5148165822029114,0.007993695326149464,2.404031276702881,-2.7130632400512695,-2.9321677684783936,-0.7838348746299744,0.4121549129486084,-0.3637981414794922 +541,-1.6495961388202465,-0.187351867555328,-1.3413347275861998,-0.9794520735740662,0.1862577646970749,0.07734078168869019,1.0945335626602173,-0.4616158604621887,-3.6777610778808594,0.17441368103027344,0.3496461510658264,-0.36277174949645996 +542,-1.7138631753969955,0.13706695127503454,-1.1721771764309081,-0.9805001020431519,-0.13663816452026367,0.14124202728271484,1.4461016654968262,-0.8311426043510437,-2.9850692749023438,0.3939676880836487,0.6302752494812012,-0.31532958149909973 +543,-1.7891318085881889,0.33591386082162317,-1.0465474479186592,-0.9216957688331604,-0.32963210344314575,0.2044987678527832,0.2435615509748459,0.18858931958675385,-1.135696530342102,0.4805794358253479,0.779644250869751,-0.2870488166809082 +544,-1.7400237211421181,0.3021327516710086,-1.043592097434741,-0.9410663843154907,-0.2975570261478424,0.16079206764698029,0.10814802348613739,0.9625997543334961,1.86591637134552,0.27796512842178345,0.8948470950126648,-0.17162573337554932 +545,-1.636457791213125,-0.02611630234007053,-1.138484336427727,-0.997504711151123,0.02611333318054676,0.06559190899133682,-1.9113844633102417,0.9508121609687805,4.23109769821167,-0.2162097692489624,0.8008977770805359,-0.09494984894990921 +546,-1.5859824814266115,-0.43872320160977435,-1.4014523092685978,-0.9051904082298279,0.42478394508361816,0.01374741829931736,-2.582322597503662,1.3091681003570557,4.096626281738281,-0.4164953827857971,0.27519774436950684,-0.3494865894317627 +547,-1.604617663065013,-0.7767098005586585,-1.6616072403253423,-0.7128158211708069,0.7009365558624268,0.02411757968366146,-1.421690821647644,0.8476232886314392,2.980696439743042,-0.4771714210510254,-0.33149075508117676,-0.4431391954421997 +548,-1.6374768406830291,-1.0035581775044982,-1.7978953147147738,-0.5361107587814331,0.8433881402015686,0.03580121695995331,0.05610329285264015,1.1353065967559814,1.148738980293274,-0.8646765947341919,-0.7355542778968811,-0.3107492923736572 +549,-1.539275586933595,-1.0503741171887782,-1.7535712058755837,-0.49699968099594116,0.8676093220710754,-0.015670986846089363,1.0035200119018555,-0.5985982418060303,-0.12256400287151337,-1.035684585571289,-0.6700842380523682,-0.23211652040481567 +550,-1.496787502791956,-0.887074035877144,-1.5536907084516618,-0.6299540400505066,0.7752267718315125,-0.04670746624469757,1.3196905851364136,-2.279893159866333,-3.177997350692749,-1.1849570274353027,0.056026339530944824,-0.2861019968986511 +551,-1.6514401974904545,-0.44369943030650055,-1.4366857205846777,-0.9002344012260437,0.42928361892700195,0.07275617867708206,0.22252249717712402,-1.5173603296279907,-4.983449459075928,-0.5242040157318115,0.627021312713623,-0.37596356868743896 +552,-1.6869873342405421,0.014284193578841236,-1.300159212734398,-0.9931560754776001,-0.014283707365393639,0.11591792106628418,1.7181848287582397,-0.26560571789741516,-4.199235916137695,0.3162456750869751,0.6135573983192444,-0.3763396739959717 +553,-1.7580695393775354,0.3397869303602488,-1.0940190634359432,-0.9263410568237305,-0.33328622579574585,0.17553575336933136,1.3553465604782104,-0.08236431330442429,-2.5537660121917725,0.4801587462425232,0.8936499953269958,-0.24839651584625244 +554,-1.8013176638846347,0.464794800944908,-1.0040533376237877,-0.8702672123908997,-0.44823938608169556,0.204245924949646,-0.21543242037296295,0.41640573740005493,-0.14473360776901245,0.5113500356674194,1.0357179641723633,-0.1876443773508072 +555,-1.718987245067585,0.34374382295066863,-1.0903888191945603,-0.9311806559562683,-0.33701425790786743,0.13901159167289734,-0.9881062507629395,0.6158492565155029,3.0049312114715576,0.26984941959381104,1.1135798692703247,-0.10101723670959473 +556,-1.6046048886465343,-0.12493642437098389,-1.283951597346187,-0.991638720035553,0.12461165338754654,0.033538658171892166,-2.189894676208496,0.9538710117340088,5.886621475219727,-0.6264796853065491,1.173774003982544,-0.23573291301727295 +557,-1.6251738948308516,-0.6474984021857036,-1.6079577727497796,-0.7964162826538086,0.6031930446624756,0.043349917978048325,-3.075218677520752,1.6819120645523071,3.9608981609344482,-0.8303689956665039,0.08127045631408691,-0.5113521814346313 +558,-1.7265515342101707,-0.9153055138653594,-1.9860215785626665,-0.6021695733070374,0.7927488684654236,0.09455692768096924,-1.2545920610427856,1.072467565536499,1.8189438581466675,-0.8301118612289429,-0.6719298362731934,-0.5135785341262817 +559,-1.8278007539842869,-1.0174429817194066,-2.2015073859822727,-0.5082818269729614,0.8507669568061829,0.1335848569869995,-0.1862664371728897,0.27967655658721924,0.7260749340057373,-0.8497961163520813,-0.9814586043357849,-0.546533465385437 +560,-1.7093666510041305,-0.9735399710553846,-2.036010088202516,-0.5569851994514465,0.8268817067146301,0.07767945528030396,0.8729209303855896,-0.3461361229419708,-1.9958981275558472,-1.0203462839126587,-0.5672076344490051,-0.24168086051940918 +561,-1.6390046461911922,-0.7194625615609369,-1.794600967080292,-0.7504109144210815,0.6589805483818054,0.05126379430294037,2.6590259075164795,-2.4596705436706543,-3.248743772506714,-0.9347085952758789,0.24685746431350708,-0.5618076324462891 +562,-1.6796894543017082,-0.3252983382159099,-1.5086817385666191,-0.9419431090354919,0.3195914924144745,0.10297848284244537,0.948817789554596,-0.7758304476737976,-4.41111946105957,-0.34940826892852783,0.6270485520362854,-0.3153655529022217 +563,-1.7031384110026144,0.07644173797673806,-1.3396663058113212,-0.9883608222007751,-0.07636731117963791,0.1315707564353943,1.4244102239608765,-0.508521318435669,-3.906576156616211,0.2633242607116699,0.6938599944114685,-0.31192970275878906 +564,-1.780155502320567,0.3611358460255868,-1.173178170440469,-0.9150688052177429,-0.35333704948425293,0.19442704319953918,0.8710529208183289,-0.2158442735671997,-1.9990918636322021,0.44511348009109497,0.8879134654998779,-0.2783045768737793 +565,-1.790230459406175,0.4293176725365775,-1.1002574466982877,-0.8874468803405762,-0.4162504971027374,0.19792313873767853,0.21787278354167938,0.6361622214317322,0.5377916097640991,0.532558023929596,0.9122679233551025,-0.1992812156677246 +566,-1.6812436373273107,0.20519553593563192,-1.131950548548681,-0.9730559587478638,-0.2037585973739624,0.10791055858135223,-0.40064722299575806,0.8686490058898926,4.079244136810303,0.11607658863067627,1.034523367881775,0.026229500770568848 +567,-1.6313912523999037,-0.27812440181749937,-1.3399348961674165,-0.9598073959350586,0.2745526134967804,0.05823074281215668,-2.578213691711426,0.9631651639938354,5.082451820373535,-0.766358494758606,0.892653226852417,-0.24611222743988037 +568,-1.6306322806381777,-0.6962901245191409,-1.6696392748381088,-0.7658536434173584,0.6413757801055908,0.04588035121560097,-2.2583940029144287,1.5226515531539917,3.2195441722869873,-0.5435792207717896,-0.23932206630706787,-0.5252351760864258 +569,-1.6830710310069765,-0.9824496484245367,-1.8853853943102525,-0.5514922142028809,0.8318594098091125,0.062180113047361374,-0.5447058081626892,0.6687825918197632,2.4786055088043213,-0.7126832008361816,-0.6462361812591553,-0.4000859260559082 +570,-1.6576093428740926,-1.1214402714444869,-1.9265956992428832,-0.43274977803230286,0.9007270336151123,0.03766297921538353,0.28539350628852844,0.3098360598087311,0.3973498046398163,-0.9657945036888123,-0.9222266674041748,-0.24338197708129883 +571,-1.5386559722826725,-1.0341682984771563,-1.7861090440750675,-0.5109769701957703,0.8594374656677246,-0.016428638249635696,0.7450897097587585,-0.1725357174873352,-2.234227180480957,-1.1702821254730225,-0.2353835105895996,-0.1628468632698059 +572,-1.5854032371345834,-0.7255096946791066,-1.5395748631417192,-0.7480815649032593,0.6635168790817261,0.010927937924861908,1.813197374343872,-3.4730570316314697,-4.426591396331787,-1.2063251733779907,0.5762444734573364,-0.3370082378387451 +573,-1.6866525209212166,-0.2218801869057293,-1.4382865073937974,-0.9689459204673767,0.22006410360336304,0.11276336759328842,0.20079362392425537,0.06817599385976791,-5.004340171813965,-0.052568912506103516,0.598295271396637,-0.4978799819946289 +574,-1.7220423816761494,0.19587632283822906,-1.2676663134268422,-0.9696798324584961,-0.19462618231773376,0.1477888822555542,1.746601939201355,-0.7649223804473877,-3.6444125175476074,0.24665743112564087,0.8543246984481812,-0.3258742094039917 +575,-1.849626565842827,0.45438702918957974,-1.0590541476484066,-0.8638273477554321,-0.4389116168022156,0.24730361998081207,0.6412373781204224,-0.1150008961558342,-2.1395139694213867,0.40998512506484985,0.9908831119537354,-0.20329725742340088 +576,-1.7932893289440712,0.5354086299477677,-1.058764542519646,-0.8388600945472717,-0.5101925134658813,0.1897825002670288,-0.3580370545387268,0.8893629312515259,1.114391803741455,0.5275655388832092,1.0384975671768188,-0.1857236623764038 +577,-1.640941248169167,0.24635254475554874,-1.2132523127008832,-0.9674234986305237,-0.24386826157569885,0.0679713636636734,-1.9648785591125488,0.8535870313644409,4.720467567443848,-0.07403463125228882,1.220705509185791,-0.055199749767780304 +578,-1.5598980519942087,-0.32584613914354704,-1.539406014338036,-0.9473239779472351,0.3201105296611786,-0.010324605740606785,-3.136927366256714,1.2348023653030396,5.855212211608887,-0.7579525113105774,0.795093297958374,-0.5336207151412964 +579,-1.6257382332494499,-0.7998830835548019,-1.8626925287491782,-0.6957390904426575,0.7172746062278748,0.03826374188065529,-1.517823576927185,0.7478627562522888,3.6309561729431152,-0.9554601907730103,-0.28464221954345703,-0.7576087713241577 +580,-1.6595994783815797,-1.0062669513633629,-2.0837732494352323,-0.5329103469848633,0.8448404669761658,0.047448910772800446,-1.8057786226272583,1.614817500114441,1.6195642948150635,-0.702944815158844,-0.738456130027771,-0.30321669578552246 +581,-1.712639585611412,-1.1097404260008483,-2.154564736117935,-0.440425843000412,0.8955832123756409,0.06289380043745041,1.4807974100112915,-0.4988553524017334,-0.357666015625,-1.3029823303222656,-0.8980246782302856,-0.4499025344848633 +582,-1.5724603213269248,-0.9169157964236303,-1.9094693059441425,-0.6082700490951538,0.7937293648719788,0.0010121590457856655,1.2388707399368286,-1.8614076375961304,-3.1292521953582764,-1.0709595680236816,-0.0041634440422058105,-0.47870373725891113 +583,-1.619323132380887,-0.5337713916163107,-1.674876252018567,-0.8598809242248535,0.5087836980819702,0.04176005721092224,1.3300918340682983,-1.265212893486023,-4.238829135894775,-0.676663875579834,0.6050621271133423,-0.5446896553039551 +584,-1.595625840514766,-0.11734922794390296,-1.4752758842755551,-0.9928163886070251,0.11708007752895355,0.02465621381998062,1.9955716133117676,0.06120835989713669,-3.950979471206665,0.037616193294525146,0.5437628030776978,-0.44827067852020264 +585,-1.5168837976321257,0.272922444313057,-1.341473545880183,-0.9615880250930786,-0.26954686641693115,-0.05189192667603493,0.13459192216396332,2.690916061401367,-3.5222272872924805,-0.07379698753356934,0.8629611730575562,-0.18916642665863037 +586,-1.0356564476301537,0.5158257239525226,-1.5241736682206926,-0.7482733130455017,-0.49325329065322876,-0.4436080753803253,-0.5531715154647827,3.75248646736145,-2.657860040664673,-0.2949853539466858,0.662702202796936,-0.1092788577079773 +587,-0.5720064331281226,0.6734314376537434,-1.6901821587419799,-0.4231424629688263,-0.6236719489097595,-0.6572546362876892,0.17814482748508453,3.8338680267333984,-1.738034963607788,-0.20907488465309143,0.4748835563659668,0.18913030624389648 +588,-0.3197195109308716,0.7853327799681141,-1.7769263421208743,-0.22225838899612427,-0.7070605754852295,-0.6713169813156128,0.4486793577671051,1.4787611961364746,-1.0972249507904053,-0.22155873477458954,0.18330270051956177,0.27731984853744507 +589,-0.09770788914054704,0.7894263244159482,-1.899161933902185,-0.0687016025185585,-0.7099493741989136,-0.7008936405181885,0.5963544249534607,1.4654996395111084,-0.4831409752368927,0.0972965732216835,0.12739938497543335,0.16978102922439575 +590,0.039359794275181076,0.8432367880668493,-1.934854556429091,0.026169437915086746,-0.746799647808075,-0.6645340323448181,0.6997831463813782,1.175032138824463,-0.22436146438121796,-0.016403794288635254,0.17247408628463745,0.2554764151573181 +591,0.19097449741851436,0.8364640020312519,-1.9762862805816348,0.12719397246837616,-0.7422783374786377,-0.6579092741012573,0.22031930088996887,1.2389004230499268,-0.008717743679881096,0.07905906438827515,0.031203508377075195,0.050289034843444824 +592,0.23922002919354496,0.8725512441751103,-1.9376202193158711,0.152325838804245,-0.7659715414047241,-0.6245673298835754,-0.39302748441696167,1.162700891494751,0.2948496639728546,0.1347987949848175,-0.17738783359527588,0.15439832210540771 +593,0.1827068619291631,0.850079717585727,-1.8718787793044454,0.11990278959274292,-0.7513329982757568,-0.6489390730857849,-0.44988107681274414,-0.36269277334213257,0.5435232520103455,0.16151505708694458,-0.00019282102584838867,-0.028657913208007812 +594,0.009350275505601456,0.8557572675060193,-1.783154391169611,0.006130389403551817,-0.7550676465034485,-0.6556181907653809,0.4266323447227478,-1.4767166376113892,0.6331477165222168,-0.0302392840385437,0.252916157245636,0.32282406091690063 +595,-0.23502233184000243,0.8714275601037004,-1.6664247174490996,-0.14990311861038208,-0.765248715877533,-0.6260379552841187,0.9538766741752625,-1.936633586883545,0.5290119051933289,-0.02262800931930542,0.3667653799057007,0.5101321935653687 +596,-0.5834542210450379,0.8112113065238938,-1.5591820702226291,-0.37936797738075256,-0.7251218557357788,-0.5746984481811523,-0.8654751777648926,-3.192028045654297,1.2310298681259155,-0.060756564140319824,0.5835508108139038,0.5675573348999023 +597,-1.045353413721061,0.5254588780835779,-1.4106752761346286,-0.7483943104743958,-0.5016100406646729,-0.4339278042316437,0.19964958727359772,-5.532940864562988,4.206521034240723,-0.14921921491622925,0.9852678775787354,0.21040183305740356 +598,-1.5324971957921696,-0.10061735008339996,-1.3871717084364015,-0.994212806224823,0.10044766217470169,-0.0380961149930954,-1.6157845258712769,-2.787090539932251,7.793361186981201,-0.8966716527938843,1.918045997619629,-0.2770741581916809 +599,-1.7871584590485108,-0.8371147869011806,-1.818216344367546,-0.6539965867996216,0.7427142262458801,0.14375023543834686,-2.297780990600586,0.8318580985069275,6.401610374450684,-1.8266096115112305,0.7783886790275574,-1.8170900344848633 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/z0.csv b/BoostRunClub/CoreML/DataSet/Motion/running/z0.csv new file mode 100644 index 0000000..bdf00fd --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/z0.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,0.14773466099121488,0.785496410664358,-0.27452544327185113,0.1040743738412857,-0.7071762681007385,-0.6993356347084045,-1.5440298318862915,-0.9788913130760193,0.19175858795642853,0.0771237462759018,0.09616857767105103,0.6261544823646545 +1,0.09782689575561072,0.6877580761879806,-0.24845150661614873,0.07546751201152802,-0.6348065137863159,-0.7689768075942993,0.6134169697761536,1.18804931640625,-0.07012227177619934,0.10965211689472198,0.11873900890350342,-1.3776906728744507 +2,0.18141246418735946,0.8591807906635339,-0.26837276142114613,0.11782410740852356,-0.7573078274726868,-0.6423412561416626,1.1742416620254517,0.08924698084592819,0.3143559992313385,0.03239867091178894,0.05877578258514404,1.0614545345306396 +3,0.02235100070562394,0.766124414094217,-0.20427190223837005,0.016104862093925476,-0.693347692489624,-0.7204232215881348,-2.3462908267974854,-2.234927177429199,0.46720167994499207,-0.10063855350017548,0.19798636436462402,-0.09726476669311523 +4,0.032622568670845786,0.7043248820373962,-0.22034016016722496,0.024855582043528557,-0.6475195288658142,-0.7616433501243591,1.3357232809066772,0.9064851403236389,-0.07397498190402985,0.1748514473438263,-0.02304321527481079,-1.0407400131225586 +5,0.11390335545909008,0.8486191024288317,-0.20584998070026833,0.0751296877861023,-0.7503682971000671,-0.6567365527153015,1.0812668800354004,1.0823111534118652,0.10857108980417252,-0.1814834475517273,0.07821869850158691,0.5680372714996338 +6,0.0854233478094755,0.8108513480281211,-0.17313056467066446,0.058775030076503754,-0.7248739004135132,-0.6863696575164795,-2.761153221130371,-1.262628197669983,0.028654087334871292,-0.0036755427718162537,0.010152220726013184,1.023024320602417 +7,0.03273535133625277,0.6962869393844856,-0.1846593922784156,0.02511102519929409,-0.641373336315155,-0.7668179273605347,1.5897668600082397,0.5727193355560303,-0.3791392147541046,-0.04874689131975174,0.14178532361984253,-1.7744113206863403 +8,0.13147793311719247,0.8794995461152597,-0.19403170453210491,0.08358072489500046,-0.7704198956489563,-0.6320343017578125,0.9223762154579163,0.575054407119751,0.03187571465969086,-0.13599467277526855,0.11484134197235107,1.324859619140625 +9,0.0014438758709536539,0.7267540658419791,-0.12836068292606995,0.0010790587402880192,-0.6644473671913147,-0.7473343014717102,-2.9482080936431885,-1.0423822402954102,0.04436827078461647,-0.21515986323356628,0.09068632125854492,0.07202613353729248 +10,0.01875240849923178,0.70214666974573,-0.15494569062809388,0.014315827749669552,-0.6458580493927002,-0.7633233070373535,2.6193408966064453,1.6441504955291748,0.31880924105644226,0.12304379045963287,0.1304161548614502,-1.533139705657959 +11,0.13256034748146522,0.9619630282392034,-0.15634653697442638,0.07559084892272949,-0.8203158378601074,-0.5668932199478149,0.6091498136520386,0.1366817057132721,0.125037282705307,-0.1802966594696045,0.22690153121948242,2.1827075481414795 +12,-0.04605517982868263,0.746004268700837,-0.1319079966206566,-0.03381127491593361,-0.6787096858024597,-0.73362797498703,-1.2376223802566528,-2.206542491912842,-0.49543899297714233,-0.6450217366218567,0.23911923170089722,-1.9848321676254272 +13,0.03284192097920854,0.8455610334845096,-0.1478898434572738,0.021780511364340782,-0.7483433485031128,-0.6629539132118225,2.848954916000366,1.1406424045562744,0.042663220316171646,-0.21364451944828033,0.2325047254562378,-0.09554523229598999 +14,0.08101237631381501,0.9577444269990706,-0.13665588300962486,0.046560827642679214,-0.8178958892822266,-0.5734793543815613,-1.4385679960250854,-1.3266792297363281,0.057008981704711914,0.08248275518417358,0.09992396831512451,1.985420823097229 +15,-0.09157264871065399,0.7469140306790922,-0.11379247676612952,-0.0671011209487915,-0.679377555847168,-0.7307144403457642,-0.8456861972808838,0.18174712359905243,-0.24668118357658386,-0.399222731590271,0.12449169158935547,-1.7659133672714233 +16,0.044503284691403126,0.9112544032685359,-0.14048637895875327,0.027260608971118927,-0.7902730107307434,-0.6121482849121094,2.505323648452759,1.8161019086837769,0.10686983913183212,-0.10636217147111893,0.3692525029182434,0.4321708679199219 +17,0.0876031853460976,0.9684927719464383,-0.13186858413578434,0.04956744611263275,-0.824032723903656,-0.5643696784973145,-2.7130353450775146,-0.9482589364051819,-0.41403254866600037,-0.01773761212825775,0.058834969997406006,1.923210620880127 +18,-0.06997011690448666,0.7229143675772335,-0.1387052592968796,-0.05242644622921944,-0.6615729331970215,-0.7480459213256836,0.9602208137512207,-0.4111906588077545,-0.18011121451854706,-0.28799712657928467,0.339475154876709,-2.857499122619629 +19,0.08884498091565615,0.9202557861568277,-0.1736615615336442,0.053735245019197464,-0.7957565784454346,-0.6032280325889587,2.6961801052093506,1.4813286066055298,-0.4828926622867584,-0.044259537011384964,0.19207310676574707,0.4289727210998535 +20,0.04000466558628574,0.9079433727752553,-0.13739899121131896,0.024611033499240875,-0.7882398366928101,-0.614875853061676,-3.8964381217956543,-1.6439549922943115,0.4670409858226776,-0.17780926823616028,0.21594369411468506,1.1840896606445312 +21,-0.08537863064817205,0.6814307495459431,-0.09146073611849082,-0.06623068451881409,-0.6299048662185669,-0.7738432288169861,0.9301308393478394,0.8079074025154114,-0.0748940110206604,-0.1697770059108734,0.1373053789138794,-2.6371521949768066 +22,0.06405663652877806,0.8732241275994536,-0.09410530091587335,0.04111921787261963,-0.7664039731025696,-0.6410414576530457,2.1067018508911133,0.8860543966293335,0.39491117000579834,-0.0010801590979099274,0.2583778500556946,0.8779342174530029 +23,0.028341828545229916,0.7856395917894765,-0.08047280220548597,0.020033178851008415,-0.7072774767875671,-0.7066522240638733,-3.246941566467285,-2.2854373455047607,-0.19095945358276367,0.24920815229415894,0.22389429807662964,0.728151798248291 +24,-0.10597118299719299,0.6069451187999791,-0.06645771940738672,-0.08688129484653473,-0.5703608393669128,-0.816786527633667,1.7737329006195068,0.2656790018081665,-0.4516156315803528,-0.23901592195034027,-0.12492114305496216,-2.867509126663208 +25,0.04563640513039241,0.8608351961634796,-0.09818416770399292,0.029735678806900978,-0.7583872079849243,-0.6511256098747253,1.722029209136963,0.8118845224380493,-0.2994484603404999,-0.3433037996292114,0.3803965449333191,1.2327144145965576 +26,-0.004382164376314103,0.7337744869134761,-0.12030826701438081,-0.003254412906244397,-0.6696775555610657,-0.7426449060440063,-3.5012025833129883,-3.0760090351104736,0.23055022954940796,0.04791688919067383,0.11245709657669067,0.7328945398330688 +27,-0.07977868482951088,0.6446230805417936,-0.1433088198311286,-0.0637015774846077,-0.6008971929550171,-0.796783983707428,2.2088088989257812,1.2117071151733398,-0.25415438413619995,0.016887620091438293,-0.04206240177154541,-1.8170008659362793 +28,0.048597078477361014,0.8776653629008546,-0.18474192336789025,0.03103882633149624,-0.7692492604255676,-0.6381945013999939,1.0441973209381104,-0.3339509665966034,-0.12740164995193481,0.06809753179550171,0.4068987965583801,1.5803636312484741 +29,-0.13345437717184808,0.6959714875344006,-0.1541138148044502,-0.10211332142353058,-0.6411312818527222,-0.7606074213981628,-3.8608455657958984,-2.455399990081787,0.5208654403686523,-0.19851534068584442,0.10318267345428467,-0.15646106004714966 +30,-0.14253362183663562,0.7319912178610486,-0.17278272881045179,-0.10566430538892746,-0.6683521270751953,-0.7363019585609436,2.7670814990997314,1.037522315979004,-0.5403178930282593,-0.36555761098861694,0.030595779418945312,-1.0811114311218262 +31,-0.08025341299690678,0.9436737344563307,-0.20038428401338074,-0.04704355075955391,-0.8097193837165833,-0.5849285125732422,0.1377083659172058,-1.6811572313308716,0.27267688512802124,0.5618140697479248,0.5487025380134583,2.1002941131591797 +32,-0.47472122956480733,0.6914971115593841,-0.05984740507709405,-0.35209324955940247,-0.637691080570221,-0.6851133704185486,-1.6196987628936768,-4.371947288513184,2.408750534057617,-0.6580843329429626,-0.012516379356384277,-1.5589356422424316 +33,-0.49160288592123214,0.8516916421586653,-0.13694232834378003,-0.3109378218650818,-0.7523958086967468,-0.5807050466537476,3.0736095905303955,-0.8037719130516052,-3.9836812019348145,-0.6893826127052307,0.31199657917022705,-0.8636461496353149 +34,-0.5580099049488257,1.0615816686544104,-0.2532404939310355,-0.25812628865242004,-0.8731276392936707,-0.4135442078113556,-0.193797767162323,-3.0505943298339844,1.9124759435653687,2.289788246154785,1.332554578781128,1.6354222297668457 +35,-0.980658797337994,0.668174276005913,0.006652380603328935,-0.6521902084350586,-0.6195539236068726,-0.4368075430393219,-1.5572763681411743,1.27096426486969,1.9203848838806152,-3.344925880432129,-0.7758927941322327,-1.7035884857177734 +36,-0.9506234259095028,0.8719784332360195,0.028109460545184053,-0.5235139727592468,-0.7656031847000122,-0.37387803196907043,2.6528689861297607,0.2423337996006012,-3.0861289501190186,-0.3108060359954834,0.4348689913749695,0.10272935032844543 +37,-1.0056561967235091,0.9720882879268671,0.04617533074915924,-0.47594738006591797,-0.82606440782547,-0.30181407928466797,-2.289655923843384,-2.112046241760254,3.199619770050049,2.353693962097168,1.1847984790802002,1.7054243087768555 +38,-1.0586478449391508,0.5205881000521111,0.01245285366005467,-0.7562175393104553,-0.49739041924476624,-0.42513251304626465,-0.7374362349510193,1.833682894706726,0.06761103868484497,-4.5228047370910645,-0.7845004200935364,-2.6332476139068604 +39,-0.994214600558505,0.8536895644544796,0.029839693553137262,-0.5509567856788635,-0.7537103295326233,-0.35828378796577454,2.3669514656066895,1.0877786874771118,-4.109053611755371,0.1231003999710083,0.7525507807731628,0.46543100476264954 +40,-0.8387254505073359,0.9897192119064468,-0.09188928740830299,-0.408285528421402,-0.8358718752861023,-0.36690735816955566,-2.157707691192627,0.7808651328086853,2.2013089656829834,2.2554993629455566,1.1430771350860596,1.1749975681304932 +41,-0.7083433505466638,0.40897789620310265,-0.07802075257584026,-0.5969220399856567,-0.39767172932624817,-0.6968079209327698,-3.2437562942504883,0.5028037428855896,2.1877126693725586,-2.479982376098633,-0.05232518911361694,-3.2151641845703125 +42,-0.5776353923859013,0.6870626627977575,0.0226460102584111,-0.4221538007259369,-0.6342690587043762,-0.6476797461509705,4.017502784729004,2.5199098587036133,-3.080543041229248,-0.7862812280654907,0.4355233311653137,0.03348296880722046 +43,-0.2868287790935334,0.9657113438565743,-0.15200737177289345,-0.1609293669462204,-0.8224537372589111,-0.5455927848815918,-0.49601489305496216,0.3257889747619629,0.14742960035800934,1.2813516855239868,1.0851337909698486,1.7239832878112793 +44,-0.43583025330627345,0.5925103703746764,-0.09282246300045094,-0.3502018451690674,-0.5584452152252197,-0.7519957423210144,-5.775609970092773,-1.1446086168289185,2.7666189670562744,-0.2593104839324951,0.094471275806427,-0.8304780125617981 +45,-0.4179765080770782,0.5705207271009419,-0.0613239724373705,-0.34162360429763794,-0.5400703549385071,-0.7691666483879089,3.0706725120544434,0.1292257010936737,-1.6899824142456055,-1.0166528224945068,-0.11399763822555542,-1.0402052402496338 +46,-0.21350338185630693,0.9197479206143253,-0.17167557395354854,-0.12840670347213745,-0.795448899269104,-0.5922607183456421,0.6812005043029785,-0.09827862679958344,-1.0000877380371094,0.9523507952690125,0.8436514139175415,2.0332398414611816 +47,-0.2871193946481763,0.6177135680280776,-0.10994820644657484,-0.2308584451675415,-0.5791727900505066,-0.781833291053772,-4.857583045959473,-0.5304768681526184,2.041625499725342,-0.0703805536031723,0.2402293086051941,0.29989975690841675 +48,-0.2899180283661282,0.44676361264974634,-0.0986467379351067,-0.2578152120113373,-0.43204906582832336,-0.8642134666442871,2.872901439666748,1.9608234167099,-0.9723867177963257,-0.5470706224441528,0.021129876375198364,-1.416243076324463 +49,-0.10768857943732285,0.7944302322840308,-0.13693822291987912,-0.07531069219112396,-0.7134644985198975,-0.6966323256492615,3.5006916522979736,0.055859748274087906,-1.6011794805526733,0.034646034240722656,0.7671907544136047,1.4088363647460938 +50,-0.15818098637562253,0.7496204384736781,-0.14588166902469052,-0.11529795825481415,-0.6813610196113586,-0.7228094935417175,-3.1168997287750244,-3.0281457901000977,0.7652999758720398,0.31224313378334045,0.26273614168167114,1.3197028636932373 +51,-0.36844364091913323,0.4478090554362977,-0.13637900270421116,-0.3246510624885559,-0.4329916536808014,-0.8409042358398438,0.35475853085517883,-0.3467518091201782,-0.7478352785110474,-1.2699534893035889,0.1505819857120514,-2.5472030639648438 +52,-0.21337723089801341,0.6749305047990263,-0.20538099844596744,-0.16533306241035461,-0.6248430609703064,-0.763043999671936,4.088743209838867,0.18035973608493805,-1.9364560842514038,-0.2617451846599579,0.3012804388999939,-0.16244733333587646 +53,-0.11282283175404881,0.8570455963075616,-0.28483442474279724,-0.0737055316567421,-0.7559117078781128,-0.6505113244056702,-1.4310407638549805,-1.1459665298461914,0.51349937915802,0.5696772336959839,0.4332645535469055,2.095350742340088 +54,-0.36000148387256325,0.4441585307228182,-0.2220129861436558,-0.31809523701667786,-0.4296981990337372,-0.8450887203216553,-4.8555498123168945,-2.2278220653533936,1.7324925661087036,-0.872990608215332,0.14554902911186218,-1.0891916751861572 +55,-0.2312583970276205,0.5928691202441079,-0.2561023825950027,-0.19008710980415344,-0.5587428212165833,-0.8072628378868103,2.9022414684295654,2.7578446865081787,-1.4751707315444946,-0.23000261187553406,0.13552504777908325,-0.4694247245788574 +56,-0.06607156561840498,0.883226201447053,-0.3441680807175184,-0.041902560740709305,-0.7727904319763184,-0.6332765221595764,-0.6509386301040649,-0.6224658489227295,0.3304067850112915,0.9738941192626953,0.49453121423721313,2.3833069801330566 +57,-0.4029362539007705,0.5528905396625354,-0.17086463440548189,-0.3336990475654602,-0.5251492857933044,-0.7828558087348938,-3.1879560947418213,-2.188758134841919,2.388469934463501,-0.8077041506767273,0.12855809926986694,-1.115703821182251 +58,-0.3342458851283069,0.6595943875383944,-0.16606643257698653,-0.2592439353466034,-0.6127963662147522,-0.7465072870254517,2.4109766483306885,1.226834774017334,-1.4022836685180664,-0.18281841278076172,0.1001773476600647,-0.40237271785736084 +59,-0.17282273768852477,0.8912380226631467,-0.260530197780945,-0.108070507645607,-0.7778503894805908,-0.6190876364707947,0.6829972267150879,-0.09748364984989166,-0.20732730627059937,0.7643052935600281,0.5465119481086731,1.6054768562316895 +60,-0.4536136465899249,0.6017956262493788,-0.1585923687546375,-0.36123088002204895,-0.5661235451698303,-0.7409564256668091,-4.954897403717041,-0.06565738469362259,3.091015100479126,-0.38100239634513855,0.14652210474014282,-0.001734614372253418 +61,-0.4326522483364299,0.5624024860163367,-0.17559326194558114,-0.35470113158226013,-0.5332201719284058,-0.7680255770683289,2.1305761337280273,1.8948707580566406,-0.9547477960586548,-0.3293503522872925,-0.09594541788101196,-0.7445476055145264 +62,-0.36691637020230855,0.8666897096281047,-0.2103703881915075,-0.23223067820072174,-0.7621901631355286,-0.6042640805244446,2.2403769493103027,-0.25816938281059265,-0.7455211281776428,0.7794413566589355,0.5371230244636536,1.3109900951385498 +63,-0.6268133792529711,0.6811845698393307,-0.100729871659441,-0.45566117763519287,-0.6297136545181274,-0.6291530132293701,-2.4897074699401855,-0.9252477288246155,3.3974051475524902,0.02275410294532776,0.16010922193527222,-0.1677829623222351 +64,-0.6066575112828948,0.6152314527960437,-0.11202513551314475,-0.46558651328086853,-0.5771475434303284,-0.670917272567749,1.8662121295928955,2.308445930480957,-1.9648385047912598,-0.5771533250808716,-0.02005094289779663,-1.294048547744751 +65,-0.4116053213863761,0.9048089333173568,-0.18180720730543765,-0.24718444049358368,-0.7863070964813232,-0.5662340521812439,1.4150060415267944,1.1915221214294434,-0.7084038853645325,0.7906109690666199,0.7109439373016357,1.3313555717468262 +66,-0.5963209844968832,0.7268782825264275,-0.11862495596376268,-0.41965869069099426,-0.66454017162323,-0.6182822585105896,-4.090562343597412,-0.2423103302717209,3.3632938861846924,-0.026935577392578125,0.08499610424041748,0.4335135817527771 +67,-0.5459781254037682,0.6399704197497645,-0.15969970616313742,-0.4165008068084717,-0.5971717238426208,-0.6855019927024841,2.3700015544891357,3.0351250171661377,-1.2141958475112915,-0.40608522295951843,0.02293771505355835,-0.7269125580787659 +68,-0.3758454590997644,0.9372834675091868,-0.22148563530405407,-0.21729150414466858,-0.8059529662132263,-0.5506579875946045,0.8039790987968445,1.2026921510696411,-0.5640862584114075,0.839331328868866,0.7097310423851013,1.7184741497039795 +69,-0.49926414809627834,0.7292762267388211,-0.17161606248737582,-0.3570053279399872,-0.666330099105835,-0.6546383500099182,-3.955085277557373,-0.44705730676651,2.383863687515259,-0.2699630558490753,-0.0005399584770202637,-0.03376191854476929 +70,-0.4248037127545508,0.6667855407995096,-0.18514035599853276,-0.3238668143749237,-0.6184632182121277,-0.7159703969955444,1.6032153367996216,2.8657968044281006,-0.5674511790275574,-0.4587869644165039,-0.018179237842559814,-0.7957636117935181 +71,-0.2513106848938706,0.9346175619926769,-0.22549749552444795,-0.14774355292320251,-0.8043718934059143,-0.5754631161689758,0.8789429664611816,1.4880751371383667,-0.6017500162124634,0.4847949147224426,0.49240589141845703,1.573845624923706 +72,-0.34173259632991354,0.7666054482862891,-0.19883458323414427,-0.24137675762176514,-0.6936942338943481,-0.6786203384399414,-3.3743104934692383,-0.8733285069465637,1.4888901710510254,-0.029832959175109863,0.040953755378723145,0.1899423599243164 +73,-0.31188641820179186,0.6639528729348212,-0.2190349329545896,-0.24166715145111084,-0.6162347793579102,-0.7495676279067993,1.0213663578033447,2.6576428413391113,-0.7944655418395996,-0.27569735050201416,-0.04151052236557007,-1.0105489492416382 +74,-0.15149394622175372,0.8964542428188136,-0.29360798701034024,-0.09422891587018967,-0.7811179161071777,-0.6172322630882263,1.561915397644043,0.9054632782936096,-0.7785346508026123,0.33139628171920776,0.4659629464149475,1.240126609802246 +75,-0.27919650065782003,0.7778368451523511,-0.2647276217323214,-0.19633473455905914,-0.7017399668693542,-0.6848457455635071,-3.3369243144989014,-1.489668369293213,1.1027867794036865,0.28138720989227295,0.12060898542404175,0.46211326122283936 +76,-0.34253599776597066,0.6247090397787952,-0.25373084448484556,-0.27244091033935547,-0.5848612785339355,-0.7640112638473511,1.6699793338775635,1.6118996143341064,-0.9247133731842041,-0.5094194412231445,0.06792402267456055,-1.6138116121292114 +77,-0.2115633815530761,0.8770568604808716,-0.3320095228188324,-0.13427028059959412,-0.7688603401184082,-0.6251601576805115,2.3523566722869873,-0.10674848407506943,-0.8214863538742065,0.43061119318008423,0.5008244514465332,1.2381362915039062 +78,-0.49145612218105234,0.7567726360124245,-0.2679956445780253,-0.34310492873191833,-0.6865785717964172,-0.6410061120986938,-3.6595752239227295,-2.517306089401245,2.389220714569092,0.20894968509674072,0.1874483823776245,0.4865109324455261 +79,-0.5325392943966483,0.5841213089678648,-0.28511849663670225,-0.4235406816005707,-0.5514665842056274,-0.7186778783798218,1.3153949975967407,2.934458017349243,-1.386111855506897,-1.0378087759017944,-0.27296578884124756,-1.6646076440811157 +80,-0.34824916166307546,0.8948521120191516,-0.3623462282390403,-0.2134993076324463,-0.7801165580749512,-0.5880784392356873,1.9660173654556274,1.1784908771514893,-1.2449004650115967,0.3639967441558838,0.5641894340515137,1.3334550857543945 +81,-0.4395766297971534,0.8097662742124865,-0.355151237273769,-0.29349249601364136,-0.7241259813308716,-0.6241022944450378,-3.2419650554656982,-2.5238051414489746,2.6668014526367188,0.8475543856620789,0.3887988328933716,1.1834285259246826 +82,-0.5304169480706276,0.5337411333290231,-0.34082853181706624,-0.4355282783508301,-0.5087576508522034,-0.7426175475120544,2.7293217182159424,2.353281259536743,-0.9550750851631165,-1.4513888359069824,-0.0004891753196716309,-3.0591859817504883 +83,-0.3227784185812277,0.847502523780203,-0.3893336592877323,-0.2099429816007614,-0.7496297955513,-0.6276776790618896,3.235365867614746,0.6063659191131592,-1.6360557079315186,0.1964542120695114,0.5693929195404053,1.0313336849212646 +84,-0.38092195525579353,0.7771969339899498,-0.42011548475406824,-0.2650327980518341,-0.7012839317321777,-0.6617843508720398,-3.585092067718506,-2.0194759368896484,1.524596095085144,0.6855802536010742,0.30713415145874023,1.300517201423645 +85,-0.44868851525586,0.4209144304759051,-0.4594110378695564,-0.3959216773509979,-0.4085952341556549,-0.8223721385002136,0.7517409324645996,1.76667320728302,-0.8810770511627197,-1.3861675262451172,0.020899921655654907,-3.054321527481079 +86,-0.260151890142082,0.7137566992798325,-0.47011507807125913,-0.19444014132022858,-0.6546781063079834,-0.730472207069397,3.6389620304107666,1.596374273300171,-0.9366036057472229,-0.07542680203914642,0.4296567440032959,0.17448770999908447 +87,-0.2360447244919868,0.8327251570708752,-0.47753048684739136,-0.15735481679439545,-0.7397677898406982,-0.6542041897773743,-1.6754357814788818,-1.6610828638076782,0.8320196270942688,0.8184876441955566,0.28830599784851074,1.751112699508667 +88,-0.4251715918065993,0.5106318475719339,-0.4212525742210156,-0.359859824180603,-0.4887285828590393,-0.7947611212730408,0.09608141332864761,-0.228398859500885,0.9268549680709839,-1.2759586572647095,0.0791216492652893,-3.1158223152160645 +89,-0.2614051035415967,0.8083204586753491,-0.4621388453889445,-0.17850683629512787,-0.7231281399726868,-0.6672487854957581,3.2146289348602295,0.1407998651266098,-1.9142439365386963,-0.06072044372558594,0.5258472561836243,0.6275302171707153 +90,-0.32181256196562263,0.9204254992815466,-0.512248151186529,-0.19150573015213013,-0.7958593368530273,-0.5743984580039978,-2.0083000659942627,-3.362414598464966,1.6048669815063477,1.2184984683990479,0.7236089706420898,2.000256061553955 +91,-0.5555217788210057,0.5041478441348889,-0.38009891035638427,-0.461772620677948,-0.4830614924430847,-0.7439204454421997,0.7993090748786926,0.48083749413490295,-0.4304440915584564,-2.4670755863189697,-0.12156802415847778,-3.0615148544311523 +92,-0.476800278069734,0.8027804029769288,-0.3748895845631235,-0.3188290596008301,-0.7192904353141785,-0.6172270774841309,3.7429137229919434,-0.9472734928131104,-1.9521428346633911,-0.10438871383666992,0.42862576246261597,0.22062063217163086 +93,-0.5329355848247233,0.9802640530577668,-0.43622031720422333,-0.2828916907310486,-0.830644428730011,-0.4795853793621063,-0.6333648562431335,-2.875912666320801,1.639204502105713,1.4848570823669434,0.9367998242378235,1.3284471035003662 +94,-0.7828200528983073,0.49142968727695796,-0.28276576471399717,-0.6218177676200867,-0.47188687324523926,-0.6250323057174683,-3.174313545227051,-1.4181002378463745,3.986809492111206,-1.374260663986206,0.10825470089912415,-1.3810405731201172 +95,-0.7326162728874198,0.4389897070744234,-0.27720999017488995,-0.6054007411003113,-0.42502519488334656,-0.6729364991188049,3.146773099899292,-0.15878145396709442,-2.274080276489258,-0.9960244297981262,-0.18239668011665344,-1.3940495252609253 +96,-0.7097157569937802,0.8347980122939701,-0.2898092699745947,-0.4374490976333618,-0.7411609292030334,-0.5092334151268005,0.3492545485496521,-0.6777378916740417,-1.1392947435379028,1.2512003183364868,0.9266620874404907,1.5203571319580078 +97,-0.8872430311288036,0.574188693414827,-0.26587076279049987,-0.6509957313537598,-0.5431537628173828,-0.5302720069885254,-4.115991592407227,0.2562035322189331,4.922842979431152,0.09199005365371704,0.2747517228126526,0.028090059757232666 +98,-0.8737219500949605,0.42467400337824013,-0.2599350403798109,-0.6986179351806641,-0.41202375292778015,-0.5849524140357971,2.3235831260681152,0.6007210612297058,-1.5787211656570435,-1.203145980834961,-0.26865553855895996,-1.4734123945236206 +99,-0.8423549093279356,0.897209916804069,-0.23219637326057743,-0.46548235416412354,-0.7815895080566406,-0.4152636229991913,3.5740320682525635,-1.0029412508010864,-3.038928508758545,1.031018853187561,1.2616920471191406,1.0903735160827637 +100,-0.8666994789533581,0.852322958518595,-0.28238929620579767,-0.5017052888870239,-0.7528114914894104,-0.42610636353492737,-1.2178246974945068,-3.30330491065979,3.8274905681610107,1.6221888065338135,0.8656045198440552,0.7239426374435425 +101,-0.9047641171706475,0.33822154466952864,-0.2870524553240807,-0.7417337894439697,-0.3318099081516266,-0.582866370677948,1.8007889986038208,-0.8552233576774597,-0.5125377178192139,-2.9785573482513428,-0.3103714883327484,-3.2462198734283447 +102,-0.8364370486007754,0.6776013300118241,-0.15953344063623612,-0.5782792568206787,-0.626926064491272,-0.5220698714256287,4.552431106567383,-0.4714333415031433,-3.3821451663970947,-0.35786277055740356,0.6702762246131897,0.4993189573287964 +103,-0.7780627908042953,0.8880730656651644,-0.17430926836643676,-0.4428350031375885,-0.7758574485778809,-0.4493798613548279,-0.43225523829460144,-1.7372496128082275,1.5886037349700928,1.6482336521148682,0.7343078255653381,1.6231622695922852 +104,-0.6383128998165127,0.3678352005328514,-0.2589476540766032,-0.5559843182563782,-0.35959628224372864,-0.7493810057640076,-5.678596496582031,1.0968977212905884,2.3146800994873047,-1.2914429903030396,0.03791049122810364,-1.9635858535766602 +105,-0.39482354422550564,0.4947059753266423,-0.23462072745586254,-0.3385295271873474,-0.4747729003429413,-0.8123967051506042,4.019118785858154,3.058938980102539,-1.2744070291519165,-0.7825794219970703,0.4122118651866913,-0.47266799211502075 +106,-0.23958220401225444,0.8871403123610752,-0.24574368282913736,-0.14988413453102112,-0.7752686738967896,-0.61359041929245,-0.4089079797267914,0.9217938780784607,0.17102941870689392,0.601895272731781,0.8120118975639343,2.3988535404205322 +107,-0.33635885426681567,0.4812503419496691,-0.24839286826415788,-0.2925638258457184,-0.46288785338401794,-0.8367444276809692,-7.848618030548096,-0.8841012120246887,2.8325929641723633,-0.049370378255844116,0.22849762439727783,0.14156925678253174 +108,-0.20864438764413704,0.2880558252556569,-0.29286540133405103,-0.19859954714775085,-0.28408870100975037,-0.938004195690155,2.1691009998321533,2.6083984375,0.2259676158428192,0.07367584109306335,0.10890254378318787,-1.7828667163848877 +109,-0.0627974780281792,0.6914740394384606,-0.23585871931785143,-0.0483415424823761,-0.6376733183860779,-0.7687885165214539,2.417658567428589,0.4867292642593384,-0.518300473690033,-0.1022627055644989,0.7008752226829529,1.6535999774932861 +110,-0.05224361706596459,0.6166198041211677,-0.2239599947241283,-0.04260293394327164,-0.5782808065414429,-0.8147247433662415,-4.258581638336182,-0.6558278799057007,-0.0381164476275444,0.10270730406045914,0.1349671483039856,1.5029113292694092 +111,-0.0766501199136661,0.10997838251557888,-0.28559913860253744,-0.07611245661973953,-0.10975681245326996,-0.991040050983429,-0.18461361527442932,1.0712103843688965,-1.4486985206604004,-0.6614363789558411,0.6448673009872437,-2.934161424636841 +112,0.029434113253019676,0.5240504722778558,-0.25192400025695855,0.02548035979270935,-0.5003911256790161,-0.8654244542121887,4.970832824707031,0.7175347208976746,0.37445175647735596,-0.30731019377708435,0.4075719118118286,0.3689339756965637 +113,-0.033992799257020666,0.7972978995777562,-0.2998606581258127,-0.023744244128465652,-0.7154709100723267,-0.6982389688491821,-3.246177911758423,-1.0303502082824707,-0.011105751618742943,0.18185582756996155,0.35344088077545166,1.9974027872085571 +114,-0.07039762900826091,0.08173997448280378,-0.30649212747217985,-0.07010464370250702,-0.08164898306131363,-0.9941925406455994,-2.4717328548431396,-0.07670395821332932,-0.7541391253471375,-0.6378573775291443,0.9222709536552429,-3.023355007171631 +115,-0.020074048128787422,0.4671025162537866,-0.29469804166138086,-0.017922447994351387,-0.45030108094215393,-0.8926969170570374,5.13446569442749,0.17579422891139984,0.04669790714979172,-0.24431510269641876,0.31138506531715393,0.11448341608047485 +116,-0.07099253696447166,0.7939986136265552,-0.3264633228973865,-0.049723923206329346,-0.7131620049476624,-0.6992334723472595,-1.6515382528305054,-1.8371553421020508,0.0979207307100296,0.35419780015945435,0.35239845514297485,1.8370509147644043 +117,-0.09762494172132125,0.18022541580467452,-0.31289635198338106,-0.09589125216007233,-0.17925134301185608,-0.9791188836097717,-3.8183135986328125,-1.1818486452102661,1.2932807207107544,-0.21090194582939148,0.33190029859542847,-2.1178812980651855 +118,-0.07122807289879796,0.3966332804209876,-0.351059160899395,-0.06564287096261978,-0.3863151967525482,-0.920028030872345,4.50809383392334,1.3434157371520996,-0.5040186047554016,-0.15533490478992462,0.3022087514400482,-0.34501713514328003 +119,-0.10634993366183569,0.8872741105011434,-0.5188560750454498,-0.06703642010688782,-0.7753531336784363,-0.6279599070549011,-0.5813227891921997,0.31522995233535767,-0.09729177504777908,0.9070479869842529,0.3444907069206238,2.112151861190796 +120,-0.15864153325348043,0.3302619110533438,-0.5001541394474178,-0.1494394689798355,-0.32429078221321106,-0.9340788722038269,-1.8736228942871094,-0.4104688763618469,-0.7432210445404053,-1.1800283193588257,0.49087101221084595,-1.9458649158477783 +121,-0.342096893907857,0.9095213214777426,-0.6596597994064967,-0.20601588487625122,-0.7892098426818848,-0.5785371661186218,3.753208637237549,-2.227365732192993,-2.9678027629852295,0.21379786729812622,0.15661096572875977,0.7841798663139343 +122,-0.1987241912991444,0.8103850453471894,-0.7293440019402126,-0.13606488704681396,-0.7245526313781738,-0.6756551861763,-5.870699882507324,3.1783649921417236,1.896162509918213,0.20768964290618896,0.27460145950317383,0.2901875972747803 +123,-0.36034579464191524,0.8660574219298537,-0.6946038437151184,-0.22842521965503693,-0.7617807388305664,-0.6062277555465698,6.512054920196533,-6.374804496765137,-0.6682246327400208,0.08912771940231323,0.1216440200805664,-0.5564919710159302 +124,-0.4506933371392685,1.2338683941152317,-1.1149279496526263,-0.144001305103302,-0.9437747001647949,-0.2975783944129944,-3.9485924243927,-2.93888258934021,-4.936210632324219,0.5429423451423645,0.2721743583679199,0.47210848331451416 +125,-0.22076074430416423,0.7538962096438274,-1.2160742686365713,-0.15963660180568695,-0.6844843626022339,-0.7113348841667175,-3.841925859451294,2.3558640480041504,1.6661529541015625,-0.15535059571266174,0.3853968381881714,-0.22096186876296997 +126,-0.173666967212114,0.4006769904094013,-1.104205134515449,-0.159109428524971,-0.3900417983531952,-0.9069463014602661,-2.0039403438568115,-3.040672779083252,-0.9677325487136841,0.021047890186309814,0.2002377212047577,-0.2846277952194214 +127,-0.07731723898436736,1.0824022014324473,-1.8006007560348258,-0.036241766065359116,-0.8830875158309937,-0.4678066670894623,8.437758445739746,-2.392517328262329,-7.515854358673096,0.3226644992828369,0.12745696306228638,0.16374480724334717 +128,-0.07497104701772449,0.6351881796744386,-1.4237959332075842,-0.06029218062758446,-0.5933290123939514,-0.8026989102363586,-19.4859619140625,1.4602829217910767,8.410652160644531,0.43037885427474976,1.3962311744689941,-0.03844177722930908 +129,0.1188698098315904,0.6199264160478867,-1.498361794068596,0.0965229794383049,-0.5809752941131592,-0.808177649974823,17.85521697998047,-0.5927448272705078,-4.548587322235107,0.309192955493927,0.4436309337615967,0.4382588267326355 +130,0.17548441886234206,0.8626029536911001,-1.4680801968387382,0.11356112360954285,-0.7595382332801819,-0.640472948551178,-15.300832748413086,2.9093170166015625,2.3136465549468994,0.5082192420959473,0.5009780526161194,-0.706817090511322 +131,0.19614572259148533,0.7316287205729806,-1.616792189214994,0.14501547813415527,-0.6680824160575867,-0.7298194169998169,14.794292449951172,0.5798002481460571,-1.3440889120101929,0.08685708045959473,-0.47315287590026855,-0.039803385734558105 +132,0.2804902131135119,0.5762999572775237,-1.3639113730000425,0.2321149706840515,-0.5449252724647522,-0.8057165145874023,-13.891904830932617,1.493652105331421,1.8055564165115356,0.5634630918502808,1.3303561210632324,-0.45772647857666016 +133,0.297257654908014,0.785628493059974,-1.687410794821543,0.20706333220005035,-0.7072696089744568,-0.675939679145813,17.37969970703125,-0.6432632803916931,-2.4450082778930664,0.055342063307762146,-0.08023649454116821,0.015386700630187988 +134,0.38336374754180363,0.8034337559326429,-1.4741837636141943,0.2596748173236847,-0.7197442054748535,-0.6438457369804382,-13.695390701293945,2.6272199153900146,1.5383830070495605,0.4764702320098877,1.159060001373291,-0.3017261028289795 +135,0.2862314182556551,0.71193155844722,-1.6403238506785842,0.21375924348831177,-0.6532973647117615,-0.7262985110282898,14.171586990356445,-0.8337689638137817,-1.570778250694275,0.08818167448043823,-0.16768652200698853,-0.22652125358581543 +136,0.4412703303118382,0.9635588981970906,-1.5892954284679435,0.24369706213474274,-0.821227490901947,-0.5159429907798767,-19.3008975982666,8.601067543029785,1.2977486848831177,-0.021422311663627625,0.13162177801132202,2.138303279876709 +137,0.24633878419793726,0.17618815704147345,-1.2467902016404708,0.24007979035377502,-0.17527802288532257,-0.9547980427742004,16.686725616455078,-1.6540350914001465,-2.865159034729004,-0.07787887752056122,0.35676607489585876,-0.3651329278945923 +138,0.6795361273570993,1.1894096982897306,-1.8796669825536718,0.23390741646289825,-0.928149402141571,-0.28952717781066895,-8.64979362487793,6.812304496765137,0.41600948572158813,-0.31041496992111206,-0.4425475597381592,1.8932106494903564 +139,0.2820722372228601,0.06826354998940039,-1.113643423029276,0.2776983082294464,-0.06821054220199585,-0.9582436680793762,3.9229984283447266,-2.2951676845550537,-3.3478071689605713,0.07130071520805359,0.41656869649887085,-0.9987875819206238 +140,1.127741635207315,1.3179714267414662,-2.4363315856571264,0.2259882390499115,-0.9682096838951111,-0.10723540186882019,1.310630202293396,2.1667540073394775,0.3654661476612091,-0.3044794499874115,-0.2960267663002014,1.16221284866333 +141,0.3888064158735482,0.1797503047366566,-1.168087194567495,0.37297651171684265,-0.17878390848636627,-0.9104530811309814,-8.917276382446289,-2.7135989665985107,-1.7757600545883179,0.28028273582458496,1.5892300605773926,-0.785546064376831 +142,0.6660528454793967,1.0980452873355206,-2.0843234126235046,0.2813471257686615,-0.8903189897537231,-0.3580165207386017,16.663713455200195,-2.165510654449463,-1.8518544435501099,0.1744633913040161,0.16847151517868042,0.3224330246448517 +143,0.43789107745407563,0.6273201550872368,-1.555616486430148,0.34329652786254883,-0.5869772434234619,-0.7332156896591187,-14.640532493591309,0.35973402857780457,0.11540207266807556,0.44765806198120117,1.5055410861968994,-0.35670435428619385 +144,0.318447803231933,0.6788476046042384,-1.7655029166675074,0.24367912113666534,-0.6278965473175049,-0.7391660809516907,17.790761947631836,-2.9638805389404297,-5.526150703430176,0.012149721384048462,0.2779057025909424,-0.18505877256393433 +145,0.9064935894572693,1.2713201749695595,-2.5123917769000914,0.2322830706834793,-0.9554911851882935,-0.18188287317752838,-18.986454010009766,6.617428779602051,2.3111038208007812,-0.3504776060581207,0.3627786636352539,2.804746627807617 +146,0.20261520826327548,-0.10029181635936814,-1.3757971951078332,0.20022054016590118,0.10012377053499222,-0.9746214747428894,6.365590572357178,-0.5045921802520752,-3.0833873748779297,-0.07032246887683868,0.3320966958999634,-1.1566345691680908 +147,1.286260219243589,1.3194772609014038,-3.0740267738196376,0.2386830747127533,-0.9685852527618408,-0.06980811059474945,12.607307434082031,1.22947359085083,2.078500747680664,0.5895792841911316,-1.2034270763397217,0.9893790483474731 +148,0.2615705598307097,0.34987220629431315,-1.4760568149883366,0.24293124675750732,-0.3427777588367462,-0.9074622988700867,-15.25576400756836,0.32894447445869446,0.863368034362793,0.3842202425003052,1.4816021919250488,-0.5065391659736633 +149,0.19285964905822142,0.6523838187315516,-1.7699154375744255,0.1523054987192154,-0.6070824265480042,-0.7799063920974731,19.586763381958008,-0.97950279712677,-4.05463981628418,0.1101762056350708,0.49474722146987915,-0.12255942821502686 +150,0.35717608342272944,0.9676268877452225,-1.7138905043921444,0.19832947850227356,-0.8235418796539307,-0.5314547419548035,-17.656387329101562,7.53013801574707,0.7539613246917725,0.30666011571884155,-0.11647576093673706,1.4654757976531982 +151,0.2371320420634976,-0.12441762805095229,-1.2643763546446016,0.233100026845932,0.12409688532352448,-0.9645021557807922,8.733692169189453,-1.6069952249526978,-2.3680880069732666,0.027520105242729187,0.09352396428585052,-0.8067075610160828 +152,1.8883598862873077,1.3728100423535579,2.8787175048796896,0.18686048686504364,-0.9804646372795105,0.061418723315000534,-0.3493196368217468,1.3766814470291138,0.6784869432449341,-0.20625439286231995,-0.2784770131111145,1.446714162826538 +153,0.34253800772415727,0.12888155672368293,-1.2334313771327203,0.3330930471420288,-0.12852506339550018,-0.9340932965278625,-11.677340507507324,-1.818812608718872,-0.33441996574401855,0.3944765031337738,1.7129976749420166,-0.8086587190628052 +154,0.4635324793834787,1.0598059039512642,-1.8982627011953859,0.21865561604499817,-0.872260570526123,-0.43743711709976196,17.676576614379883,-1.5846552848815918,-0.9972646236419678,-0.03631305694580078,-0.20848894119262695,0.37661558389663696 +155,0.3810923444992154,0.49455782270328674,-1.3943187420457244,0.32736897468566895,-0.4746425151824951,-0.8170337080955505,-16.48831558227539,1.383630394935608,-0.0862085223197937,0.6654441356658936,1.8040034770965576,-0.552061140537262 +156,0.23665870918148396,0.5720052650900475,-1.5287964551904887,0.19713445007801056,-0.5413191914558411,-0.8173809051513672,18.63209342956543,-1.5021977424621582,-2.6783289909362793,0.13170772790908813,0.41454917192459106,-0.025804519653320312 +157,0.5078922272390812,1.0567001726137015,-1.7968831746832459,0.2391550987958908,-0.8707375526428223,-0.42967545986175537,-17.17469596862793,6.898993492126465,0.07957681268453598,0.03983664512634277,-0.27367162704467773,1.4907106161117554 +158,0.2643783835131498,-0.04580332030905658,-1.2690770705061842,0.2610352337360382,0.04578730836510658,-0.9642427563667297,8.285257339477539,-1.6166189908981323,-2.36173152923584,-0.049350082874298096,-0.021998845040798187,-0.6538907885551453 +159,1.1545154197495897,1.3580096428273132,-2.660444663694453,0.19314922392368317,-0.9774461984634399,-0.0853949710726738,8.55618953704834,2.354135751724243,1.6503047943115234,-0.269839882850647,-0.9513257741928101,1.180197834968567 +160,0.3835152620759262,0.17189613623809444,-1.2461374294340701,0.3686680495738983,-0.17105084657669067,-0.9136878848075867,-12.60035228729248,-1.7848082780838013,-0.09640367329120636,0.5739130973815918,1.5740201473236084,-0.5752037167549133 +161,0.34980390484441126,0.8788858969856665,-1.7007340074007127,0.21865451335906982,-0.7700285315513611,-0.5993715524673462,18.37427520751953,-1.4638220071792603,-1.3996262550354004,-0.0023611485958099365,0.36554861068725586,0.1816011667251587 +162,0.44363038248281955,0.7141371969529977,-1.4944388917142897,0.3243447244167328,-0.6549656987190247,-0.6825103759765625,-17.22547149658203,4.72280740737915,-0.9143397808074951,0.5149344205856323,1.4820225238800049,0.1291961669921875 +163,0.22343306932761528,0.3912346572956306,-1.4384994768184818,0.2048359364271164,-0.38133007287979126,-0.9014597535133362,17.92715072631836,-1.8579916954040527,-2.676058053970337,0.015561997890472412,-0.03669971227645874,-0.3535756468772888 +164,0.6114463746339425,1.1989642313410933,-1.9199246106755712,0.2085663378238678,-0.9316632747650146,-0.2974954843521118,-14.604358673095703,5.029635429382324,-0.2754303216934204,-0.3993012309074402,-0.032798945903778076,2.661127805709839 +165,0.3222749226360955,-0.05074605291188778,-1.1455857020445446,0.31631746888160706,0.050724275410175323,-0.9472963213920593,-2.6626951694488525,-3.4689059257507324,-1.0047324895858765,0.21418485045433044,1.2277181148529053,-0.6230009198188782 +166,0.42492347430551397,1.1892709497880618,-1.856025498934105,0.15349623560905457,-0.9280977845191956,-0.33922499418258667,15.26317024230957,-0.9636703729629517,0.10038851946592331,0.02895312011241913,-0.4915037751197815,0.3552619516849518 +167,0.36180578158245413,0.4942936385205161,-1.3297448979416797,0.3115956485271454,-0.47440996766090393,-0.8233124017715454,-14.535717964172363,2.7528128623962402,0.29246315360069275,0.4713938534259796,1.2840718030929565,-0.2677978277206421 +168,0.16774963205385407,0.47941393289487644,-1.3846636285478147,0.14814138412475586,-0.46125924587249756,-0.8748108744621277,15.87769889831543,-2.173992872238159,-2.605754852294922,-0.044854626059532166,0.14650094509124756,-0.2574675679206848 +169,0.38590455954909864,0.9977593161929526,-1.5309962793502414,0.20407754182815552,-0.8402582406997681,-0.5023131966590881,-15.587474822998047,7.059507846832275,-0.5832992196083069,0.011193454265594482,-0.5897344350814819,1.2493681907653809 +170,0.2702455249184041,0.013723332877976072,-1.1055928223352676,0.26694291830062866,-0.013722902163863182,-0.9636146426200867,6.002810478210449,-3.3375906944274902,-2.6326873302459717,0.04725080728530884,0.25879430770874023,-0.28955918550491333 +171,0.6044102183201601,1.2535660749378505,-1.7935876678968619,0.1772661805152893,-0.9501030445098877,-0.25667282938957214,-2.6234982013702393,1.748746395111084,-1.601324439048767,-0.6297045350074768,-0.5558784008026123,1.247380256652832 +172,0.31773575716403624,0.06452814882126492,-1.0895466876218338,0.31176623702049255,-0.06448337435722351,-0.9479681849479675,-5.966469764709473,-4.877225399017334,-1.2545068264007568,0.41587963700294495,1.6220242977142334,-0.6985772252082825 +173,0.4076910848147496,1.1644645116077341,-1.5830351360971375,0.15670990943908691,-0.9185768365859985,-0.36284777522087097,10.040014266967773,2.845477819442749,-0.021342890337109566,-0.4610465168952942,-0.3479178547859192,0.49102166295051575 +174,0.32132465159578716,0.14837934942224854,-1.107735350124349,0.3123534023761749,-0.14783547818660736,-0.9383922219276428,-6.537778377532959,-3.4810373783111572,-1.1583783626556396,0.4518525302410126,1.3783957958221436,-0.6241992712020874 +175,0.3912379911634937,0.8911708978820915,-1.3794005285439004,0.23966853320598602,-0.7778081893920898,-0.581010639667511,6.648911952972412,4.220515727996826,-1.266715168952942,-0.6537005305290222,0.14339357614517212,0.28250300884246826 +176,0.281691012801864,0.21040492110927544,-1.222645979037091,0.27184996008872986,-0.20885591208934784,-0.9394024014472961,-2.874549150466919,-4.449978828430176,-3.2491838932037354,0.41984623670578003,0.713280975818634,0.004923641681671143 +177,0.32058370217896004,1.0865763429152504,-1.6579751799728473,0.1466943770647049,-0.8850383162498474,-0.4418008625507355,9.864230155944824,0.8058485388755798,-0.24744561314582825,-0.3913995921611786,-0.4327259659767151,-0.09233307838439941 +178,0.5878422443508085,0.30183278148128134,-1.2118775858765791,0.5294966101646423,-0.29727062582969666,-0.794520914554596,-16.666486740112305,1.7046289443969727,-0.770867109298706,1.0748581886291504,1.620573878288269,0.13207584619522095 +179,0.2516107237864892,0.46251177422797324,-1.35120615818777,0.22280675172805786,-0.44619739055633545,-0.866755485534668,22.455398559570312,-3.428443431854248,-4.07328462600708,0.03999537229537964,0.32862842082977295,0.08256053924560547 +180,0.482184407002195,0.8039392210699788,-1.4399857162504623,0.321760892868042,-0.7200949788093567,-0.6147626638412476,-17.303600311279297,6.0337066650390625,-0.5070629119873047,0.308884859085083,1.2235891819000244,0.6234754323959351 +181,0.13108152688199848,0.38285888206832497,-1.3503045544904622,0.12124337255954742,-0.373573899269104,-0.9196426272392273,17.218461990356445,-1.5313503742218018,-2.688188076019287,-0.12264718115329742,-0.334311842918396,-0.7460525631904602 +182,0.3822845267409171,0.8023416414915508,-1.41291724435272,0.25927284359931946,-0.7189855575561523,-0.6448544859886169,-16.408475875854492,5.036345958709717,-1.020751714706421,0.31612080335617065,0.6218938827514648,0.8996457457542419 +183,0.08251820136894836,0.13837417395501356,-1.308190185421754,0.08163673430681229,-0.13793301582336426,-0.9870713949203491,13.917455673217773,-3.6537070274353027,-4.710175037384033,0.021939918398857117,-0.06220126152038574,-0.5902906656265259 +184,0.3474119547133082,1.3306264402481185,-1.7250391813573376,0.08098563551902771,-0.971297562122345,-0.22365644574165344,-15.105781555175781,4.6904520988464355,-1.0568108558654785,-0.4636455178260803,0.5382837653160095,3.7589499950408936 +185,0.19671262192430183,-0.20528320837347577,-1.1098698296481293,0.19134268164634705,0.20384442806243896,-0.9601225852966309,-0.9097154140472412,-3.84529185295105,-3.438678503036499,0.13113655149936676,0.7127662897109985,-0.6870636343955994 +186,0.23019542807709867,1.3777416435196506,-1.7372834998080042,0.04377571493387222,-0.9814227223396301,-0.18679669499397278,12.74147891998291,2.9008984565734863,1.1826881170272827,0.034684982150793076,-1.1105570793151855,1.2763047218322754 +187,0.24640595838249782,0.22518341633550254,-1.2127714654101942,0.23776185512542725,-0.22328515350818634,-0.9453110694885254,-14.167850494384766,0.07169598340988159,0.35731685161590576,0.46772825717926025,1.5591464042663574,-0.7521224021911621 +188,0.03443702247860524,0.5266339877445161,-1.4181054287598014,0.02976505272090435,-0.5026262402534485,-0.8639912605285645,16.77727699279785,-1.8190454244613647,-4.238111972808838,-0.152064248919487,0.3796098828315735,0.007561206817626953 +189,0.30497790090128635,0.8534791728481226,-1.5171035265555666,0.1973884552717209,-0.7535720467567444,-0.6270302534103394,-17.496517181396484,7.4267449378967285,0.579596757888794,0.3821098208427429,0.2861953377723694,0.7553414106369019 +190,0.15897851518394696,0.07087651798490702,-1.255189253235582,0.1579122245311737,-0.07081719487905502,-0.9849104881286621,13.828780174255371,-3.317009925842285,-4.633770942687988,-0.1929158866405487,-0.07380560785531998,-0.5064072608947754 +191,0.8978946931753854,1.3106164191016363,-2.2996638090012027,0.2011772245168686,-0.9663437008857727,-0.16033582389354706,-14.434229850769043,4.196793556213379,-0.6368494033813477,-0.3765007257461548,0.909932017326355,3.920116662979126 +192,0.3140931021660018,-0.02017175269783219,-1.1380295573884986,0.3088912069797516,0.020170385017991066,-0.9508834481239319,-5.465648174285889,-4.3338799476623535,-3.1848111152648926,0.2870712876319885,1.6981981992721558,-0.8874953985214233 +193,0.7064178361784492,1.2875717888660263,-2.1317114143200597,0.181396484375,-0.9601593017578125,-0.21257753670215607,13.2788667678833,3.5251736640930176,1.1895021200180054,-0.1026153415441513,-0.7886046171188354,0.7728650569915771 +194,0.368878534058944,0.25321841091596736,-1.3157524303320747,0.3490714728832245,-0.2505210340023041,-0.9029885530471802,-11.976766586303711,-2.458087205886841,-0.6936464905738831,0.7066535949707031,1.4471763372421265,-0.5954397916793823 +195,0.1490417666982644,0.7769902034893563,-1.6955859155080875,0.10587780922651291,-0.7011365294456482,-0.7051222920417786,17.6239070892334,-1.8237284421920776,-3.386430025100708,0.019641011953353882,0.2853345274925232,-0.06663674116134644 +196,0.33547316225910156,0.5375825946195346,-1.5231005434109504,0.2827797532081604,-0.5120610594749451,-0.8110666275024414,-19.225086212158203,5.175339221954346,-0.14695411920547485,0.4527854323387146,1.3970861434936523,0.4879465103149414 +197,0.10542605749296906,0.3570466765270058,-1.6124558420161152,0.0985942855477333,-0.34950870275497437,-0.931731104850769,20.657983779907227,-2.258732795715332,-4.815620422363281,-0.0931011289358139,0.6704773306846619,-0.08998215198516846 +198,0.31352713908592655,0.741621600657375,-1.6334794641065116,0.22741779685020447,-0.6754845380783081,-0.7014283537864685,-18.42289924621582,5.691805839538574,-0.36124947667121887,0.23890607059001923,0.2017906904220581,1.2533540725708008 +199,0.04116643105450208,0.3761115426308117,-1.6881192336854103,0.03827808052301407,-0.36730659008026123,-0.9293119311332703,19.751663208007812,-1.3781051635742188,-4.258929252624512,-0.5098967552185059,0.10299384593963623,-0.32274800539016724 +200,0.30922546077869845,0.9732929061694306,-1.7823549086771773,0.17120493948459625,-0.8267427086830139,-0.5358968377113342,-16.67645263671875,7.385321617126465,-0.4439888894557953,-0.05737435817718506,-0.7848448157310486,1.8613057136535645 +201,0.13637049740519291,-0.019802746998162576,-1.5707540412016354,0.13592155277729034,0.01980145275592804,-0.9905216693878174,11.231317520141602,-3.4235167503356934,-4.4670257568359375,0.25484076142311096,0.44353169202804565,-0.5884425044059753 +202,0.5715153780387516,1.2509703258671614,-2.2342757401033966,0.1700619012117386,-0.9492901563644409,-0.2644372880458832,-11.579483985900879,4.439010143280029,-0.1902485340833664,-0.3684108853340149,-0.3950091004371643,2.0466487407684326 +203,0.20535763252436803,-0.07324629246108647,-1.5631960514164105,0.20337052643299103,0.07318081706762314,-0.9763631224632263,9.029111862182617,-1.9419678449630737,-3.7251555919647217,0.12747053802013397,0.5691989660263062,-0.7278299331665039 +204,0.7041390261638939,1.2353209402989715,-2.3174151236434546,0.21312861144542694,-0.9442539215087891,-0.25092002749443054,-12.306041717529297,3.119946241378784,-0.8879902958869934,-0.23047783970832825,0.7615299224853516,2.990788221359253 +205,0.2848767848230538,0.03751027591817651,-1.5347176443376798,0.28084149956703186,-0.03750148043036461,-0.9590212106704712,-2.3692057132720947,-3.6003262996673584,-2.6653506755828857,0.31283217668533325,1.3224745988845825,-0.6317838430404663 +206,0.4094459165636685,1.134022737170171,-2.1531150115261894,0.16840408742427826,-0.9061211943626404,-0.3880523443222046,14.521273612976074,0.4328708350658417,-0.20270738005638123,-0.06502577662467957,-0.6998968720436096,0.5606292486190796 +207,0.3772068002756602,0.34559019337834435,-1.5536817643083407,0.3465481102466583,-0.33875203132629395,-0.8747293949127197,-14.212302207946777,-0.24286292493343353,0.039981525391340256,0.6473789215087891,1.8409340381622314,-1.0726888179779053 +208,0.24799084632020177,0.6469693023554166,-1.7966595151173865,0.19585347175598145,-0.6027709245681763,-0.7735041379928589,16.75650405883789,-0.738686740398407,-1.149256944656372,-0.055533647537231445,-0.13084113597869873,0.1486872434616089 +209,0.40449916373373485,0.6043916427670335,-1.6178366399015924,0.3238387405872345,-0.5682616233825684,-0.7564438581466675,-15.191872596740723,4.362680435180664,0.24929088354110718,0.4911942481994629,1.1209807395935059,-0.14055931568145752 +210,0.2018946463829814,0.29244903992469923,-1.6094390779947767,0.19201166927814484,-0.2882981300354004,-0.938091516494751,14.06747055053711,-0.9328666925430298,-2.7376296520233154,-0.25149044394493103,-0.20036455988883972,-0.37332504987716675 +211,0.5028049468891563,0.9332082889557523,-1.8946085232324539,0.2868465781211853,-0.8035338521003723,-0.5215864777565002,-17.229671478271484,6.775176525115967,-0.22848756611347198,0.0549808144569397,-0.17737740278244019,1.7119550704956055 +212,0.2918486648106628,-0.06606639505396704,-1.4689941289167852,0.2870955169200897,0.06601834297180176,-0.9556242823600769,11.708467483520508,-3.193967342376709,-4.996875286102295,0.001112520694732666,-0.32111477851867676,-0.3762543797492981 +213,0.6556735021105864,1.1397484816423396,-2.1861656376575866,0.2547438144683838,-0.9085284471511841,-0.3311821222305298,-12.996344566345215,3.076331853866577,-1.1182674169540405,-0.3399031460285187,0.3290606737136841,3.2932028770446777 +214,0.287184209689657,0.016605497169108092,-1.531079682235405,0.2832138240337372,-0.01660473458468914,-0.9589130282402039,3.6386735439300537,-4.1214599609375,-4.902061462402344,0.18448328971862793,0.2504914402961731,-0.20128899812698364 +215,0.8142638455116021,1.2885193939941046,-2.4684835041704414,0.20256218314170837,-0.9604237079620361,-0.19119301438331604,-9.104558944702148,2.830282211303711,-1.1717647314071655,-0.36964595317840576,0.3623250126838684,2.2599339485168457 +216,0.3955845568371951,-0.023208578693287303,-1.42547446339004,0.38524389266967773,0.023206494748592377,-0.9225229620933533,-7.679924488067627,-3.1913692951202393,-1.6737622022628784,0.35059595108032227,1.8557302951812744,-0.9766469597816467 +217,0.33463430797299537,0.9977028108991522,-2.102375314868397,0.17808255553245544,-0.8402276039123535,-0.5121565461158752,18.280521392822266,-1.5831716060638428,-2.6793365478515625,0.012835443019866943,0.038866519927978516,0.33507829904556274 +218,0.4529043980669781,0.4171111814134285,-1.5562428573230653,0.40006229281425476,-0.40512099862098694,-0.8220870494842529,-17.933692932128906,3.2350854873657227,0.6601649522781372,0.8769915699958801,1.793716549873352,-0.6643326282501221 +219,0.20839626549053106,0.3565836059252115,-1.6686493041983839,0.19387660920619965,-0.3490747809410095,-0.9168198704719543,18.78758430480957,-1.9246323108673096,-4.295438289642334,-0.14430081844329834,0.3123621344566345,-0.10211628675460815 +220,0.4346236504983174,0.874960530546452,-1.84152979405212,0.26991671323776245,-0.7675182223320007,-0.5814299583435059,-17.866941452026367,7.948115348815918,0.4825121760368347,0.011379063129425049,0.22174185514450073,0.9582610726356506 +221,0.22073614270328756,-0.023668350488747485,-1.45407745706617,0.21888664364814758,0.02366614155471325,-0.9754632711410522,8.164735794067383,-4.112934112548828,-4.901088237762451,-0.029525071382522583,0.0482180118560791,-0.26539671421051025 +222,0.632241850040553,1.2214961870440537,-2.2067096325197992,0.20224855840206146,-0.9396124482154846,-0.2760868966579437,-10.944860458374023,3.636589765548706,-1.2586028575897217,-0.20710083842277527,0.3131170868873596,1.2164098024368286 +223,0.3515967789091206,-0.041434703303448096,-1.298236403885699,0.34410175681114197,0.04142284765839577,-0.9380182027816772,-5.2432780265808105,-3.8237903118133545,-2.535240650177002,0.19013899564743042,1.0872697830200195,-0.6301580667495728 +224,0.3335680573185458,1.0340446855332137,-1.9505661292144558,0.16742348670959473,-0.8593742251396179,-0.4831617474555969,15.723217010498047,2.408160448074341,1.1296637058258057,-0.18361306190490723,-0.5481727719306946,0.3153303265571594 +225,0.40239349141643144,0.17896092957452994,-1.295953124956349,0.3853672444820404,-0.17800720036029816,-0.9054310917854309,-12.684337615966797,-2.057800769805908,0.28712618350982666,0.8408290147781372,1.3897687196731567,-0.8238626718521118 +226,0.05497982358726473,0.660696454267622,-1.6612815461747816,0.043388281017541885,-0.6136668920516968,-0.7883719801902771,17.992372512817383,-0.4435884356498718,-1.9417656660079956,-0.2373885214328766,-0.11518442630767822,-0.0993385910987854 +227,0.27597680980559297,0.5172293767990483,-1.4913577944596739,0.23684358596801758,-0.4944738447666168,-0.8363018035888672,-14.541714668273926,5.004801273345947,0.6553201079368591,0.5030856132507324,0.8167699575424194,0.22720152139663696 +228,-0.0843749420111314,0.029566243420635657,-1.5522803115137724,-0.08423803001642227,-0.029561936855316162,-0.9960070252418518,10.471861839294434,-4.358781337738037,-5.768804550170898,-0.004751220345497131,0.05133622884750366,-0.12769591808319092 +229,0.08125829260084891,1.160224733777316,-1.737467422095194,0.03239721432328224,-0.9168928265571594,-0.39781635999679565,-9.935135841369629,7.105221271514893,-1.9609160423278809,-0.32521337270736694,1.0214155912399292,1.3859755992889404 +230,0.10781963885605583,0.2449250794022336,-1.5251752481324246,0.10439926385879517,-0.24248364567756653,-0.9645218849182129,-3.217643976211548,-6.366104602813721,-3.616482734680176,0.5077223181724548,0.08605055510997772,0.30273300409317017 +231,-0.21255010882834802,0.885353568772617,-1.6860584023855398,-0.13353677093982697,-0.774138867855072,-0.6187704801559448,10.946016311645508,2.1451737880706787,-1.0566173791885376,-1.0053791999816895,-0.422272264957428,-0.3596382737159729 +232,0.5156000464494738,0.488227444164324,-1.5834611283454836,0.4354510009288788,-0.4690611660480499,-0.7683515548706055,-13.176700592041016,5.85272216796875,-0.5962927341461182,0.6771130561828613,0.7426207065582275,0.555018424987793 +233,0.017902910853536125,0.2403146810743874,-1.7017102492106053,0.01738750748336315,-0.2380082756280899,-0.9711074829101562,15.004215240478516,-5.059895992279053,-5.4593729972839355,0.0942000150680542,-0.4044477939605713,-0.07564544677734375 +234,-0.15868903523516933,1.3199731295093482,-1.6801390422276734,-0.03922175243496895,-0.9687084555625916,-0.24508288502693176,-13.579092025756836,7.7682414054870605,1.0396863222122192,-0.19167423248291016,0.757786214351654,1.6959953308105469 +235,0.3123518292444869,-0.045458990817409554,-1.2131623022153173,0.30698004364967346,0.0454433336853981,-0.9506303668022156,-9.034527778625488,-2.4800384044647217,0.9479689002037048,0.6890221238136292,0.8884097933769226,-0.23210883140563965 +236,-0.33511864096745003,0.6505362202562991,-1.5854432292417593,-0.2617102563381195,-0.6056131720542908,-0.7514921426773071,16.0843448638916,-6.1515021324157715,-8.39565658569336,-0.05567258596420288,-0.09508568048477173,0.29928267002105713 +237,-0.1805258915061513,0.9372507392668273,-1.3893141544920784,-0.10629286617040634,-0.8059335947036743,-0.5823855400085449,-19.898836135864258,10.633614540100098,3.2353405952453613,0.43530285358428955,-0.12752282619476318,0.6927371025085449 +238,-0.1730356070089614,-0.2076888030943916,-1.4154277446152452,-0.16847342252731323,0.20619891583919525,-0.9638976454734802,8.8948974609375,-3.441897392272949,-7.635357856750488,0.10701103508472443,-0.16605305671691895,-0.596588134765625 +239,-0.4982536480604117,1.493520965869407,-1.5091799406713788,-0.03689291700720787,-0.9970157742500305,-0.06781323254108429,9.291568756103516,6.2228169441223145,0.7332344055175781,0.002545386552810669,-1.2241451740264893,1.1247133016586304 +240,0.07564613208465394,-0.11845570526409142,-1.246006524876448,0.0750444084405899,0.11817887425422668,-0.9901525378227234,-14.61657428741455,1.7797168493270874,3.328768014907837,0.1471388041973114,1.1070713996887207,-0.42261290550231934 +241,-0.14661642188347518,0.3821128739785263,-1.618195052433024,-0.13555540144443512,-0.37288179993629456,-0.9179236888885498,15.42626953125,-0.23899699747562408,-5.026356220245361,0.08565914630889893,-0.061719030141830444,0.3444526195526123 +242,-0.13987642444920156,0.44255268850081136,-1.2802601053084206,-0.1259891539812088,-0.4282476305961609,-0.8948355913162231,-11.733548164367676,-0.09463820606470108,4.006744861602783,0.2376071959733963,0.6018468737602234,0.46389687061309814 +243,-0.17927260539173584,-0.18891787539942934,-1.179977246839565,-0.1751413345336914,0.18779613077640533,-0.9664668440818787,2.0815186500549316,-2.404994010925293,0.025228675454854965,-0.1490011364221573,0.49630117416381836,-0.48353010416030884 +244,-0.07383312329787198,-0.13212524682358498,-1.0195819229707268,-0.07312312722206116,0.13174116611480713,-0.9885834455490112,1.3350611925125122,0.7163906097412109,1.5314886569976807,-0.7526978254318237,-0.18493330478668213,-1.1048766374588013 +245,0.15463089206845815,0.0835161044605974,-1.0035909345439677,0.15347859263420105,-0.08341905474662781,-0.9846245646476746,2.2319772243499756,3.051567792892456,0.4186716079711914,-0.35204124450683594,0.2362816035747528,-0.10131287574768066 +246,0.24715198384556367,0.5271881524908378,-1.0173535888780565,0.21142704784870148,-0.5031052827835083,-0.8379639983177185,7.374007225036621,-2.9832348823547363,-0.4100305438041687,-0.4588788151741028,0.1223679780960083,0.979550302028656 +247,-0.8680951003175807,1.3304877723262478,-0.7609197996898434,-0.18161937594413757,-0.9712646007537842,-0.15381644666194916,6.252588272094727,-9.272397994995117,0.13600578904151917,-0.035497963428497314,0.18468928337097168,0.5696642398834229 +248,0.22717267240895408,0.46863165909049176,-1.2796938362852692,0.20094172656536102,-0.45166587829589844,-0.8692642450332642,-19.63771629333496,17.82457733154297,-2.1680262088775635,0.2988598942756653,1.622884750366211,0.16859596967697144 +249,-0.5463250458016735,1.3222124354442768,-0.8630843257759369,-0.1278257519006729,-0.9692618250846863,-0.2102189064025879,24.147571563720703,-14.313126564025879,2.594602346420288,1.1054563522338867,2.764794111251831,0.5896439552307129 +250,0.4396429076610482,0.43610482279947127,-1.2708529814894978,0.38578033447265625,-0.42241206765174866,-0.8202082514762878,-1.7250356674194336,0.39310574531555176,-0.4867887794971466,2.0972976684570312,1.8716307878494263,-1.0834019184112549 +251,-1.548710678384634,1.3320113692487043,0.23714484122323864,-0.2364644706249237,-0.9716261029243469,-0.005223320331424475,-11.16418170928955,6.733611583709717,-1.6161493062973022,-1.563584327697754,-1.4629290103912354,4.169835090637207 +252,0.5838052733904234,0.5354048297111381,-1.1398614166620944,0.474068820476532,-0.5101892352104187,-0.7176111340522766,7.1682610511779785,-7.882317066192627,3.657416582107544,1.5635440349578857,0.911907434463501,-1.2325537204742432 +253,-2.7365124836150514,0.9992236306148994,1.1687469901000533,-0.21318641304969788,-0.8410512804985046,0.49717625975608826,-7.35344123840332,0.5577059388160706,0.49905937910079956,-0.8517244458198547,-0.6503122448921204,3.590805768966675 +254,0.8747535768659984,0.2940000792825129,-1.1853353997492098,0.7344588041305542,-0.28978297114372253,-0.6136741638183594,-1.0886536836624146,-0.7125163674354553,-0.49373966455459595,2.3422470092773438,1.7994723320007324,-1.5844306945800781 +255,-3.0005992870913096,0.8814285924050383,1.3257120160646927,-0.08938195556402206,-0.7716483473777771,0.6297380328178406,4.5905280113220215,-6.743691921234131,3.0370991230010986,0.33773401379585266,0.3740041255950928,4.014106750488281 +256,0.3780361418922555,0.7582680158581931,-1.5596060653671364,0.2679740786552429,-0.6876649856567383,-0.6747642755508423,-17.91608428955078,8.906379699707031,-1.1570504903793335,0.8085792660713196,2.027188301086426,-0.09665906429290771 +257,2.863823500171549,1.424138724492402,1.9269752564060745,0.0400712676346302,-0.9892650246620178,0.14053162932395935,25.388566970825195,-8.342474937438965,0.3103194832801819,0.011335615068674088,2.748908519744873,0.2248401790857315 +258,0.17063484582170463,1.2101727248718892,-1.680444288558279,0.059918101876974106,-0.9356769919395447,-0.34773343801498413,-22.372655868530273,9.971978187561035,-2.097241163253784,-0.24230638146400452,2.0383381843566895,0.43626493215560913 +259,-0.24052122081734328,1.4742395755350652,-1.2070172059090867,-0.02296474762260914,-0.9953420162200928,-0.09363077580928802,25.019676208496094,-3.8631155490875244,-0.7090454697608948,-1.107818365097046,2.3832664489746094,-0.3958711624145508 +260,-0.4268302956592844,1.4293942546542844,-1.0617811624155071,-0.058343615382909775,-0.9900193810462952,-0.12828688323497772,-17.644304275512695,5.954164981842041,-1.467755675315857,-0.6012327671051025,0.8545976877212524,0.5898652672767639 +261,0.5851934156766954,0.21019417024547127,-0.9708783968236192,0.5402033925056458,-0.20864979922771454,-0.8152579665184021,5.5677361488342285,-4.195188045501709,4.653294086456299,0.34233444929122925,1.092774510383606,-2.5888099670410156 +262,0.18825880330078332,1.5565119442999367,-1.4077981795829873,0.002673785202205181,-0.9998979568481445,-0.014034523628652096,5.523931503295898,-5.339267253875732,-0.2804536521434784,0.16781264543533325,0.8014116287231445,2.3453028202056885 +263,0.16148955514447513,0.9368076136014377,-1.383205352565022,0.09524520486593246,-0.8056711554527283,-0.58465576171875,-8.115762710571289,0.4703178107738495,0.0754833072423935,0.03863540291786194,0.7925638556480408,-1.1561431884765625 +264,3.0441509951238968,1.5100325131262364,2.0213280545626193,0.005907983984798193,-0.9981544613838196,0.06043897196650505,0.3340055048465729,-3.787656545639038,-1.7876853942871094,-0.07701393961906433,0.11381608247756958,4.033646583557129 +265,0.2561443916512101,0.5618951681446058,-1.341796792701889,0.21439889073371887,-0.5327909588813782,-0.8186372518539429,-14.259130477905273,6.32995080947876,1.4005002975463867,0.005953282117843628,1.490264654159546,-0.7279325723648071 +266,0.31547798995747284,0.6868552152819539,-1.0554481491255918,0.23991510272026062,-0.6341086626052856,-0.7350829839706421,11.238699913024902,-2.5718765258789062,2.6064369678497314,-0.444871187210083,0.36103737354278564,-0.13395076990127563 +267,0.5443693231550436,1.4021091864279371,-2.009346444386896,0.08694569766521454,-0.9858060479164124,-0.14362061023712158,-3.1381280422210693,-2.8290603160858154,-1.4437365531921387,-0.006348796188831329,0.29700905084609985,1.375111699104309 +268,0.22411266157837087,0.3596890824044478,-1.0734973907906125,0.20801925659179688,-0.3519832193851471,-0.9125983715057373,9.202199935913086,-1.0729902982711792,-0.2701771557331085,-0.6441154479980469,1.2078791856765747,-3.2474663257598877 +269,0.25706906367144317,0.8100780076327859,-1.2477116060536555,0.17528855800628662,-0.7243409752845764,-0.6667863726615906,-5.3793463706970215,0.4027334749698639,0.6252503991127014,0.7118116617202759,0.3632264733314514,1.7124102115631104 +270,0.1754522061727236,0.14536572691892735,-0.8504958048886365,0.17271240055561066,-0.14485430717468262,-0.9742625951766968,1.8024648427963257,0.5490356087684631,0.03649640455842018,-0.6708050966262817,0.9574458599090576,-3.148738384246826 +271,0.11359364455626736,0.6738040369299312,-0.9858977927635495,0.08857739716768265,-0.6239631772041321,-0.7764173746109009,3.6669561862945557,-1.5055352449417114,-0.48866623640060425,0.45291125774383545,-0.23409950733184814,1.5807998180389404 +272,-0.0797955674981922,0.44839493179183076,-0.8507889387981541,-0.07183101773262024,-0.4335196912288666,-0.8982766270637512,0.9168612360954285,-0.20520037412643433,4.8058600425720215,-0.21202823519706726,0.3600791394710541,-2.1532368659973145 +273,0.20461933349079434,0.4423600423814838,-1.0568930163632442,0.18363574147224426,-0.428073525428772,-0.8848903775215149,-3.5581181049346924,-0.10220758616924286,-5.7361979484558105,1.1219825744628906,1.5159183740615845,0.7619808316230774 +274,-0.00706629279715299,0.5224446605764003,-0.5943324322785024,-0.006123611703515053,-0.4990001618862152,-0.8665802478790283,-0.6996700167655945,0.49576830863952637,0.3071593642234802,-2.480525016784668,-0.9973224401473999,-0.5462309718132019 +275,0.10823755444751255,0.49376826234211146,-0.7276839551358474,0.09512293338775635,-0.4739474058151245,-0.875400185585022,2.6572234630584717,-2.776184320449829,3.917241334915161,1.5923465490341187,0.9631136655807495,-0.06005513668060303 +276,-0.02864713667281064,0.5403607193566229,-0.5377938364194872,-0.024562222883105278,-0.5144453644752502,-0.8571712970733643,-0.07805897295475006,0.41202208399772644,-2.0272839069366455,-0.5870710611343384,-0.31052106618881226,-0.39470553398132324 +277,0.05089998862046608,0.5770949967096408,-0.6918908180200201,0.042638376355171204,-0.5455917119979858,-0.8369657397270203,2.2486069202423096,-1.806172490119934,1.3599051237106323,1.0291084051132202,0.6692184209823608,-0.014779865741729736 +278,-0.14930735465739817,0.6470189587219738,-0.514387212096498,-0.11868787556886673,-0.6028105616569519,-0.7890073657035828,1.9855831861495972,-2.235308885574341,-1.523741602897644,-0.6794536113739014,-0.1126740574836731,-0.82694411277771 +279,-0.04663122034745673,0.7377491303761956,-0.5943617161750436,-0.03449387475848198,-0.6726239919662476,-0.7391800284385681,1.6683999300003052,-0.9187442660331726,0.6894891858100891,0.5095610022544861,0.16620010137557983,0.7728562355041504 +280,-0.21105441395489002,0.5680167891348423,-0.49269095824628856,-0.1765945553779602,-0.5379613041877747,-0.8242645263671875,-0.48990124464035034,-0.40314170718193054,-0.5923433303833008,-1.1366530656814575,0.08709460496902466,-1.7928466796875 +281,-0.017185437046590285,0.6613648258389805,-0.6530058811112243,-0.013561300002038479,-0.6141944527626038,-0.7890381217002869,2.082491636276245,0.32446879148483276,-0.40245190262794495,0.49154287576675415,0.30422747135162354,0.37261056900024414 +282,-0.17729116096481937,0.5986447597829717,-0.5113450629474493,-0.14569418132305145,-0.5635234117507935,-0.8131510019302368,-2.6077053546905518,-1.1560440063476562,0.04675218462944031,-0.8278470635414124,0.14250290393829346,-0.3210500478744507 +283,-0.07520737164684614,0.610720496695512,-0.5567135460865522,-0.061554450541734695,-0.5734578371047974,-0.8169192671775818,1.289750337600708,0.554034948348999,-0.21333752572536469,0.1362004429101944,0.023943066596984863,-0.008520126342773438 +284,-0.0420826280917999,0.6760596276848316,-0.5376293842555722,-0.032816629856824875,-0.625724196434021,-0.7793537378311157,0.3881358206272125,-0.1985297054052353,-0.020841345191001892,-0.10115553438663483,0.154258131980896,0.2638050317764282 +285,-0.04817658309894353,0.6574034501122961,-0.5328416815546455,-0.03812094405293465,-0.611063539981842,-0.7906631231307983,0.19958306849002838,-0.20432761311531067,-0.011842405423521996,-0.14699867367744446,0.03003937005996704,-0.21266329288482666 +286,-0.037203915200115255,0.6631176756096178,-0.5446528182901031,-0.029312781989574432,-0.6155768036842346,-0.7875315546989441,0.5009348392486572,-0.36554229259490967,-0.3743836283683777,-0.05245906114578247,0.07341676950454712,-0.1432393193244934 +287,-0.03261829552198458,0.6871469184028085,-0.5601211884685963,-0.0252113938331604,-0.634334146976471,-0.7726477384567261,0.34004807472229004,-0.5000675916671753,-0.6108928918838501,-0.1265830397605896,0.010402321815490723,-0.09281545877456665 +288,0.05218394089351353,0.8375506069411555,-0.9023183626566825,0.03491007164120674,-0.7430059909820557,-0.6683737635612488,5.130704879760742,-6.126811981201172,-6.998337745666504,-0.6599253416061401,0.26470398902893066,-0.534385085105896 +289,0.5089747958317588,1.2690389459424163,-2.061500979698014,0.14481955766677856,-0.954815685749054,-0.25952696800231934,-4.372596263885498,0.7417040467262268,6.0053277015686035,1.9965379238128662,0.583569347858429,1.2625176906585693 +290,-0.23964559895234108,0.8313193726461072,-1.0427087670871922,-0.1599561721086502,-0.7388211488723755,-0.6546429395675659,9.905787467956543,-6.657637596130371,-8.294114112854004,-1.1339433193206787,0.6862088441848755,-2.743016242980957 +291,1.245031154065558,1.2926654537775388,-2.9897814320032032,0.26011860370635986,-0.9615703225135803,-0.08786807209253311,4.432796955108643,-5.430490016937256,-3.0727851390838623,1.4558085203170776,1.750953197479248,1.039284110069275 +292,-0.38167057207833344,0.7164056235925624,-0.9787105079719711,-0.2809070944786072,-0.6566781401634216,-0.6999036073684692,-6.994828224182129,3.7732908725738525,-0.6558184027671814,-4.155616283416748,0.23080533742904663,-2.8708667755126953 +293,0.20857854446863325,1.4145527401848388,-1.9567465355247606,0.0322219580411911,-0.9878187775611877,-0.15223678946495056,2.2050325870513916,-0.9240310192108154,-4.286231517791748,0.3804062306880951,0.7245283126831055,0.7923887372016907 +294,-0.5657784505045946,1.217108717314477,-1.2006141508312027,-0.18567408621311188,-0.9381018280982971,-0.2923869490623474,-9.009869575500488,6.36661434173584,14.09214973449707,0.9498342275619507,1.145163655281067,0.4237193465232849 +295,-0.42861028029591636,0.9603647384322954,-1.1433293239256306,-0.23823481798171997,-0.8194007277488708,-0.5213699340820312,5.2210869789123535,0.542941153049469,-3.7474207878112793,-0.20501773059368134,-0.08419424295425415,-0.255760133266449 +296,0.8410714282597587,1.4149771679248626,-2.5678277166095267,0.11567147076129913,-0.9878847599029541,-0.10345913469791412,4.606918811798096,-4.601450443267822,-3.2991175651550293,1.2756706476211548,1.6468050479888916,1.2289321422576904 +297,-0.3650828516562441,0.5654868292594603,-1.0074390882818074,-0.3014475703239441,-0.5358269214630127,-0.7886817455291748,-13.735366821289062,7.060320854187012,5.5045318603515625,-2.792332887649536,1.2635948657989502,-2.1537163257598877 +298,-0.06942954370583974,0.92124441307777,-1.2649154483025644,-0.04195931926369667,-0.7963548898696899,-0.6033725142478943,8.928512573242188,0.23853294551372528,-3.896944046020508,-0.27560657262802124,0.41107046604156494,-0.06465733051300049 +299,1.6994835195701223,1.1965227630898694,2.6762046192672035,0.36257362365722656,-0.9307734370231628,0.046917859464883804,-3.1637933254241943,0.6167492270469666,2.4003281593322754,2.757589340209961,1.1567407846450806,1.4001493453979492 +300,0.2528064892910498,0.16719573184409514,-1.0784000970022014,0.2466343492269516,-0.16641783714294434,-0.9547128677368164,-5.579283714294434,6.787806034088135,0.0432148352265358,-0.3343418836593628,1.9983117580413818,-4.619292259216309 +301,1.0937717738678836,1.4924093086538692,-2.602245228596769,0.06956563889980316,-0.9969292879104614,-0.03595393896102905,9.096826553344727,-8.659968376159668,-2.585354804992676,0.7982627153396606,0.6704827547073364,2.6471447944641113 +302,0.4866559389178072,0.5791772468506946,-1.7819358362251416,0.391401469707489,-0.5473355650901794,-0.7397490739822388,-3.301187038421631,-3.949315071105957,-4.995565414428711,0.12408620119094849,1.8275022506713867,-2.3033876419067383 +303,0.4608698693276966,0.37391050501334383,-1.1548085400665025,0.41399946808815,-0.36525851488113403,-0.8337809443473816,-7.914727687835693,6.775977611541748,6.370838642120361,-0.6187723875045776,0.814965546131134,-1.1717121601104736 +304,0.8859538369906242,1.2877262240032004,-2.3307642755924074,0.21632705628871918,-0.9602024555206299,-0.1766747534275055,19.361249923706055,-15.891508102416992,-6.12196159362793,0.8417021036148071,1.9138309955596924,0.6854180097579956 +305,0.48964186515248487,0.984652500739764,-1.9892083344317322,0.2601531147956848,-0.8330799341201782,-0.4881579279899597,-25.148359298706055,11.932076454162598,6.7813591957092285,0.5527436137199402,2.328853130340576,0.8937670588493347 +306,0.3729661193610447,0.9314493161161908,-1.5834657353730175,0.2174147218465805,-0.8024855256080627,-0.5556507706642151,19.119876861572266,-8.278239250183105,-2.4899837970733643,0.045005932450294495,1.094828724861145,-0.6322916746139526 +307,1.7504742645935918,1.1639764747959724,2.522716485246259,0.3893209397792816,-0.9183838367462158,0.07071501761674881,-14.499898910522461,3.084348440170288,6.01252555847168,1.7694621086120605,0.6105529069900513,2.8742618560791016 +308,0.1960207945454595,0.4377634927180789,-1.317118845718435,0.17640165984630585,-0.42391490936279297,-0.8883572816848755,11.228570938110352,-4.226221084594727,0.4879983365535736,-1.0390267372131348,1.1382246017456055,-4.926034927368164 +309,2.2451060198671544,1.116890877389451,2.007698817262717,0.3425126373767853,-0.8987414836883545,0.27376794815063477,6.505290508270264,-7.2509965896606445,-4.216360569000244,0.9488386511802673,1.141493558883667,1.5137076377868652 +310,-0.07568850092065557,0.5263269721928494,-1.2588971732352987,-0.0653822049498558,-0.5023608207702637,-0.8621825575828552,-20.126230239868164,14.013408660888672,9.062744140625,-1.1367661952972412,2.5493578910827637,-0.9968262314796448 +311,0.2583620207930692,1.2110587164554756,-1.7282615482906913,0.08994235098361969,-0.9359892010688782,-0.34034469723701477,11.51142406463623,-2.251706123352051,-5.658721446990967,-0.3029550313949585,1.0279844999313354,0.7704441547393799 +312,1.6421757702297741,1.1828185231262174,2.7124351318738036,0.37735414505004883,-0.9256759881973267,0.02698116935789585,-7.34551477432251,2.3896920680999756,9.060072898864746,2.8225512504577637,1.1242691278457642,1.1001856327056885 +313,0.004683138889346058,0.5520258799373481,-1.1389705911776957,0.003987508825957775,-0.5244132876396179,-0.8514545559883118,7.9177961349487305,-2.71032977104187,-3.8821229934692383,-1.9484302997589111,1.0935509204864502,-5.435654640197754 +314,1.7866053488121239,1.2989397805680931,2.7313405035224374,0.2622915804386139,-0.9632740616798401,0.057500336319208145,5.761993408203125,-4.972772598266602,-5.541959285736084,0.7385934591293335,0.9823628067970276,1.0001015663146973 +315,-0.14765435156446766,1.1388553167616682,-1.456869644039334,-0.0615888275206089,-0.9081549048423767,-0.4140791594982147,-19.112686157226562,12.169014930725098,14.1222505569458,0.4436689019203186,1.351178526878357,0.9855818748474121 +316,0.08205613484400735,0.9753128406572976,-1.5304083765202425,0.045974407345056534,-0.827877402305603,-0.5590218901634216,15.174249649047852,-3.3339457511901855,-5.549349784851074,0.22218355536460876,0.900417685508728,-0.49851900339126587 +317,1.6682089076835063,1.135790771621201,2.6183229426556807,0.4194174110889435,-0.9068676829338074,0.040986258536577225,-7.133044719696045,-0.18368983268737793,3.5556044578552246,2.2183237075805664,0.9776380062103271,2.0983569622039795 +318,0.12624881119041584,0.4557406756240692,-1.2222506216171176,0.11306235939264297,-0.44012752175331116,-0.8907887935638428,10.859108924865723,-3.2810776233673096,-4.144120693206787,-2.6121773719787598,1.5991393327713013,-6.493320465087891 +319,1.861437778876147,1.1641600524106976,2.5236382791141354,0.37893402576446533,-0.9184564352035522,0.11334352195262909,5.306215763092041,-4.7363481521606445,-4.886625289916992,0.8841732740402222,1.2597955465316772,1.1670520305633545 +320,-0.15535590396170262,0.9734544971825865,-1.4659719793730253,-0.08702833205461502,-0.8268336057662964,-0.5556727647781372,-18.574331283569336,12.323033332824707,12.681196212768555,-1.2514421939849854,2.1974849700927734,-0.026755213737487793 +321,0.3178958376586889,1.2364581643557433,-1.9830826870420766,0.10256744176149368,-0.9446277022361755,-0.31170228123664856,11.02214241027832,-2.6647307872772217,-7.4739179611206055,-0.3111550509929657,0.9089374542236328,1.0279803276062012 +322,1.3353259488927338,1.105720689963389,2.8729232351055067,0.43611449003219604,-0.8937876224517822,-0.10463307052850723,-5.267730236053467,-0.014359425753355026,8.220893859863281,3.0422182083129883,1.2331277132034302,0.6470677852630615 +323,0.07922767704209259,0.4434503080741006,-1.274370804976742,0.07148966938257217,-0.42905858159065247,-0.9004431962966919,16.141572952270508,-9.702520370483398,-6.3952741622924805,-1.606279730796814,2.3116726875305176,-5.673165321350098 +324,1.5545883860461651,1.2186541499196526,2.8491642647261113,0.3448643088340759,-0.9386360049247742,-0.005590029526501894,4.938116073608398,-3.3917548656463623,-5.3700761795043945,1.0201259851455688,0.9369269609451294,0.8626914024353027 +325,-0.06589600025716832,1.040249527857628,-1.5849968165880863,-0.033319585025310516,-0.862530529499054,-0.5049068927764893,-17.700992584228516,12.108087539672852,13.873400688171387,-0.4248103201389313,1.9071319103240967,0.5194790363311768 +326,0.14871187364778474,0.6555789389363267,-1.334859244290885,0.11744915693998337,-0.6096182465553284,-0.7839459180831909,13.567253112792969,-4.911312580108643,-2.8736588954925537,0.41744768619537354,0.37742531299591064,-0.4504138231277466 +327,1.8775592730391903,1.0957793942002032,2.4176490720255766,0.4360025227069855,-0.8892849683761597,0.138109028339386,4.631429195404053,-4.614529609680176,-3.4357306957244873,1.150575876235962,1.1732662916183472,1.5754530429840088 +328,-0.08721631231377178,0.8634678285741031,-1.3199051959327341,-0.05660181865096092,-0.7601005434989929,-0.6473356485366821,-16.74551010131836,13.534032821655273,8.429305076599121,-1.238610029220581,1.3953850269317627,-0.6772493124008179 +329,0.2910317307926054,1.1211740029539656,-1.5999805313784903,0.12471175938844681,-0.9006113409996033,-0.41634878516197205,1.9830632209777832,0.39960119128227234,-3.7617948055267334,-0.1365220546722412,-0.1384512186050415,2.833768367767334 +330,0.3917667911189846,0.6854148796402603,-1.5358165756010738,0.29558995366096497,-0.6329942345619202,-0.7155032753944397,7.206057071685791,-1.5949269533157349,7.134746074676514,2.077991008758545,1.609755039215088,-1.215832233428955 +331,-0.08307887023771827,0.7690664149122715,-0.6561300666159914,-0.059628527611494064,-0.6954647302627563,-0.7160819172859192,5.3138556480407715,-2.5716423988342285,-3.4162747859954834,-1.8782682418823242,-0.9106448888778687,-1.5863778591156006 +332,0.7895914080916876,0.7639607981393162,-1.5232081824260821,0.5127395391464233,-0.6917869448661804,-0.5084574222564697,4.065102577209473,-4.4542999267578125,-8.185938835144043,0.6662307381629944,1.7009880542755127,0.5005075931549072 +333,-0.265610560691527,1.0098262309103785,-0.8275241954687346,-0.13965123891830444,-0.8467394113540649,-0.5133516192436218,-4.855135917663574,3.1852667331695557,13.994089126586914,-0.6863070130348206,1.31594717502594,0.6668702960014343 +334,-0.1814900565855468,1.096938905502804,-1.0482679831742643,-0.08236400783061981,-0.8898146748542786,-0.44882732629776,-0.3507053852081299,-0.09906375408172607,-5.866403102874756,-0.699160635471344,-0.048127830028533936,-0.12320935726165771 +335,1.3077817512869252,0.9719469921531961,-3.02675294874658,0.5443074107170105,-0.82598477602005,-0.14655588567256927,9.96853256225586,-5.631152629852295,-5.356872081756592,1.5326578617095947,2.3193776607513428,0.49244213104248047 +336,-0.27145395710769005,0.7803265599775263,-0.8745228727514059,-0.19055740535259247,-0.7035115361213684,-0.6846600770950317,-5.320219039916992,5.5478715896606445,5.285218715667725,-3.5140933990478516,1.6255695819854736,-2.274171829223633 +337,0.07413721260868432,1.1265725788088754,-1.505444679217501,0.03183181956410408,-0.9029445648193359,-0.42857667803764343,0.39894813299179077,1.006813406944275,-5.408676624298096,-0.5717335939407349,0.18004417419433594,0.03044438362121582 +338,1.357264405280452,1.0896335316506622,3.0842944135169486,0.4522993862628937,-0.8864573836326599,-0.09807552397251129,1.9535000324249268,-1.3069249391555786,2.292973756790161,2.086778402328491,1.6526774168014526,0.6939464807510376 +339,-0.4597109072632138,0.8736961552723106,-0.852630990520741,-0.28484708070755005,-0.7667070627212524,-0.5753454566001892,3.197807550430298,-3.9404919147491455,-5.5434699058532715,-5.504795074462891,-0.025544464588165283,-4.0322136878967285 +340,0.9496729951782843,1.2258249206874594,-2.5392797139819523,0.2750084400177002,-0.9410851001739502,-0.19679774343967438,1.2496368885040283,0.78476881980896,-7.808225631713867,-0.16250541806221008,1.0481102466583252,0.2725118398666382 +341,0.5995750738840492,1.3443699240554352,-2.286719329145803,0.12668168544769287,-0.9744748473167419,-0.1853390634059906,-8.060818672180176,6.371005535125732,17.776090621948242,2.226635456085205,1.2205991744995117,0.7348080277442932 +342,-0.18846906371384528,1.1781615437021202,-1.3723361971870986,-0.07168660312891006,-0.9239041209220886,-0.3758484423160553,6.790811538696289,-2.450608015060425,-6.376532554626465,-0.24491801857948303,-0.0782930850982666,-0.5660766363143921 +343,1.0960853917863715,1.0702244166766954,-2.8572544665263666,0.4268594980239868,-0.8773082494735718,-0.2193659394979477,4.32137393951416,-4.63519811630249,-2.4730889797210693,1.6539815664291382,1.8201944828033447,0.3550165593624115 +344,-0.23662617410335618,0.6670574955644025,-0.9011042392427584,-0.1841742843389511,-0.6186769008636475,-0.7637530565261841,-3.6342031955718994,2.3857507705688477,-0.9087386727333069,-4.203765392303467,0.45435500144958496,-2.6831769943237305 +345,0.4514902163743712,1.1359786053816883,-1.932468965946753,0.1837921291589737,-0.9069468379020691,-0.37903541326522827,0.6361459493637085,2.111743927001953,-6.272355079650879,-0.00970458984375,0.6765086054801941,0.6465067267417908 +346,0.4299198779865241,1.2024028627110626,-2.0304523763669957,0.15009601414203644,-0.9329071044921875,-0.32734599709510803,-7.558928966522217,4.344094276428223,14.28375244140625,2.2538042068481445,0.7719879746437073,0.9229422807693481 +347,-0.10730963983426214,0.9351777541595524,-1.2799364653583911,-0.06358490139245987,-0.8047046065330505,-0.5902605056762695,7.8714985847473145,-3.005072832107544,-5.4058427810668945,-0.11135712265968323,0.17892640829086304,-1.040949821472168 +348,0.540238759771028,1.0929892589394217,-2.093408038664064,0.23651081323623657,-0.8880054354667664,-0.3943462371826172,3.677696943283081,-2.932961940765381,-2.0546886920928955,1.1232761144638062,0.9849750995635986,0.4927044212818146 +349,-0.11545979517291918,0.5112030539702048,-0.9797883431735587,-0.10047543048858643,-0.4892268478870392,-0.8663496971130371,-2.9260663986206055,2.992786169052124,-0.45422935485839844,-3.6458778381347656,0.7788081169128418,-3.3713364601135254 +350,0.3283688605838443,1.1743479037167388,-1.971762435730251,0.12453144788742065,-0.9224382042884827,-0.36551281809806824,2.178685188293457,-0.5602288246154785,-6.314554214477539,0.05446943640708923,0.6642595529556274,0.6486396789550781 +351,-0.04025201872778534,1.1406251977370632,-1.647262584313049,-0.01678161695599556,-0.908894419670105,-0.416688472032547,-10.311627388000488,5.727715015411377,14.67788314819336,1.2902190685272217,1.14476478099823,0.5969099998474121 +352,-0.20306468162550384,1.0250153758334806,-1.3366170946716784,-0.10468505322933197,-0.8547221422195435,-0.5084201693534851,7.7801513671875,-3.5946247577667236,-7.101617813110352,-0.2789361774921417,0.06216537952423096,-0.2964199185371399 +353,0.9863013036984335,1.1229038941599594,-2.762775667088999,0.3611738979816437,-0.9013618230819702,-0.23895695805549622,4.518344402313232,-3.8775851726531982,-2.398231029510498,1.3842484951019287,1.3559974431991577,0.33740663528442383 +354,-0.2815302307007204,0.6825327856100322,-0.940420371278265,-0.21558672189712524,-0.6307604312896729,-0.7454285025596619,-7.493304252624512,7.688446044921875,4.2452168464660645,-3.410649299621582,0.7368395328521729,-2.295876979827881 +355,0.19736766578610082,1.2411438827880554,-1.7665055588052416,0.06347677111625671,-0.9461548924446106,-0.31742990016937256,1.277838110923767,1.2063757181167603,-4.802150249481201,0.10157755017280579,0.6181061863899231,0.8629163503646851 +356,0.6714764309422234,1.2738991446721901,-2.3706028387677454,0.18201091885566711,-0.9562488198280334,-0.22904247045516968,-5.450153350830078,2.1462349891662598,9.065474510192871,2.1003224849700928,0.41430234909057617,1.090370535850525 +357,-0.16299459015321083,0.7015668701762936,-1.0722752856892719,-0.12394992262125015,-0.6454153060913086,-0.7537078857421875,6.83993673324585,-3.9081859588623047,-4.852953910827637,-0.9441500902175903,0.3462057113647461,-2.0288848876953125 +358,0.5621103141967255,1.1715264591981835,-2.1020255849534286,0.20719103515148163,-0.921345055103302,-0.32893040776252747,5.6597676277160645,-2.945937156677246,-5.315049171447754,0.4884571433067322,0.9681742787361145,0.3403744697570801 +359,-0.4134910273539615,1.0222990784115507,-1.0968158514083162,-0.20950521528720856,-0.8533090353012085,-0.47746339440345764,-13.181285858154297,8.1644868850708,14.127360343933105,-0.6262186765670776,1.8350900411605835,0.34600895643234253 +360,-0.18905158641699307,1.1189491571379055,-1.3514164506700188,-0.08205442875623703,-0.8996421098709106,-0.4288487732410431,7.644857883453369,-2.372331380844116,-6.073287487030029,-0.12566345930099487,0.31233131885528564,0.2716526985168457 +361,0.7531035393893493,1.2625037347191532,-2.5474624800176326,0.2075193226337433,-0.9528530240058899,-0.22137512266635895,-2.0283966064453125,-1.3398926258087158,4.841457843780518,2.393676996231079,0.9979274272918701,0.7753149271011353 +362,-0.2577973103117543,0.6410025971641681,-1.0119591485672208,-0.20434258878231049,-0.5979993343353271,-0.7750102877616882,6.3701395988464355,-6.158788681030273,-6.6501665115356445,-1.9661591053009033,0.14498114585876465,-3.026228666305542 +363,0.2945186002055083,1.10673297410896,-1.8991524788758678,0.12992478907108307,-0.894241213798523,-0.4283134341239929,2.643704652786255,-3.2032623291015625,-2.3793163299560547,1.3275489807128906,1.053893804550171,0.37974464893341064 +364,-0.3505677710312146,0.5502276676325238,-0.862874796976,-0.2927425503730774,-0.5228813290596008,-0.8005604147911072,-0.16658125817775726,2.979132652282715,-0.337516725063324,-4.662487983703613,1.195870280265808,-2.9020609855651855 +365,0.06726502471130377,1.0422856051814797,-1.4781406256176315,0.0338926799595356,-0.8635590076446533,-0.5031076073646545,1.887556552886963,1.185526967048645,-4.761314392089844,0.044064465910196304,0.5136748552322388,0.6786447167396545 +366,-0.17001537257156876,1.015655829017902,-1.2440946718277912,-0.089177705347538,-0.8498263955116272,-0.5194636583328247,-11.016092300415039,6.301164150238037,13.407172203063965,1.5169578790664673,0.7947574257850647,0.9156275987625122 +367,-0.11520056784416141,0.9530232017362584,-1.16786031671144,-0.06657914072275162,-0.8151703476905823,-0.5753821134567261,3.96634578704834,1.7036817073822021,-4.0447211265563965,0.13048294186592102,0.0456695556640625,0.20416629314422607 +368,-0.17045749740668795,0.8782907713972894,-1.037822479623947,-0.10830532759428024,-0.7696487307548523,-0.6292144656181335,-7.080964088439941,2.534290313720703,8.246891021728516,1.2037338018417358,0.4197646975517273,1.1295197010040283 +369,-0.07715046105473027,0.6703132608400437,-0.9372213365213732,-0.06039723753929138,-0.6212314963340759,-0.7812961339950562,5.6108293533325195,0.04653102159500122,-3.4684524536132812,-0.06367196142673492,0.22441142797470093,-0.6764522790908813 +370,0.336386661135948,0.993481223354295,-1.4449256264096642,0.18014895915985107,-0.8379310369491577,-0.5151873826980591,5.416265487670898,-2.9724233150482178,-2.3293981552124023,0.5549432039260864,0.6500343084335327,0.7634326219558716 +371,-0.01716884047646994,0.5486550921517926,-0.8831843941682654,-0.014648194424808025,-0.5215401649475098,-0.8531010150909424,-7.997113227844238,6.000564098358154,5.097268581390381,-0.9756472110748291,0.45789575576782227,-1.0327937602996826 +372,0.27406139157167364,0.730399648098049,-1.3303392700849914,0.2016044557094574,-0.6671673655509949,-0.7171076536178589,1.7562237977981567,-0.11306285113096237,-4.799375057220459,-0.0905509889125824,0.36414313316345215,0.7637079954147339 +373,0.18852384362102337,0.682726105513484,-1.2583436269840558,0.14540240168571472,-0.6309104561805725,-0.7621089816093445,0.6040587425231934,3.3880350589752197,11.885237693786621,1.2495713233947754,0.88358074426651,-0.306784451007843 +374,0.2736919799150181,0.6579882698025022,-1.2379930406015243,0.2138582468032837,-0.611526370048523,-0.7617743611335754,-0.6649081707000732,-1.0451035499572754,-6.41953706741333,-0.9430147409439087,-0.45587170124053955,0.3901313543319702 +375,0.30562859092432115,0.5284211077333181,-1.3716680928487157,0.25985220074653625,-0.5041704177856445,-0.8235830664634705,1.4140229225158691,1.6972132921218872,8.250296592712402,1.0882008075714111,1.4236345291137695,-0.13582861423492432 +376,0.2153022137041624,0.7250582201837581,-0.9167764349562431,0.15990318357944489,-0.6631790399551392,-0.7311803102493286,7.229341983795166,-3.209904432296753,-2.1864829063415527,-1.6750704050064087,-0.7213424444198608,-0.4519861936569214 +377,0.458874084017571,0.6373691948847711,-1.6588065516298622,0.35597413778305054,-0.5950832366943359,-0.7205264568328857,-4.391777038574219,-2.6358160972595215,-4.035414695739746,0.915861189365387,1.8077754974365234,-0.21952176094055176 +378,0.12902409966632275,0.5844079811969642,-0.7953703306248163,0.10731279104948044,-0.5517057180404663,-0.8271062970161438,-2.5481491088867188,2.86326265335083,3.419415235519409,-2.718503475189209,-0.2712007761001587,-1.352031946182251 +379,0.3005667740990721,0.7023693795886821,-1.3341394355287035,0.22598786652088165,-0.6460281014442444,-0.7290934324264526,-1.741337776184082,-1.1250516176223755,-6.8705058097839355,-0.08150240778923035,0.9729934334754944,0.9168375730514526 +380,0.02712196796478073,0.6060665137701762,-0.8381815992967689,0.022288678213953972,-0.5696389675140381,-0.8215928077697754,-3.6330647468566895,6.0828399658203125,12.557677268981934,-1.0292009115219116,1.1159493923187256,0.3233780860900879 +381,0.08618272797765103,0.6080183072017353,-0.9660932483503062,0.07064966857433319,-0.5712420344352722,-0.8177353739738464,1.7179359197616577,-2.359640121459961,-6.088500022888184,-0.3909927010536194,0.6131426692008972,0.4759690761566162 +382,-0.01136626722816465,0.5446044844476554,-0.7713717685007897,-0.00972172524780035,-0.5180798172950745,-0.8552770018577576,0.6646634936332703,1.9062377214431763,8.394577980041504,-0.19126704335212708,0.5017529129981995,-0.13909250497817993 +383,0.05910839348956699,0.5569248139940672,-0.8282648396358436,0.05014699324965477,-0.5285782217979431,-0.8474020957946777,-1.5036237239837646,0.48076823353767395,-5.916735649108887,-0.5535649657249451,0.3881363868713379,0.423223078250885 +384,-0.030570338859220867,0.5630006600460492,-0.722316733206512,-0.02584800496697426,-0.533726155757904,-0.8452622294425964,0.2386970818042755,3.768902540206909,10.60240650177002,0.22134360671043396,0.7201427817344666,0.07177895307540894 +385,0.07384605621666711,0.5755561993609096,-0.7165704285725558,0.06189240887761116,-0.544301450252533,-0.8366034030914307,-1.418429970741272,1.9387083053588867,-4.755844593048096,-0.7382839918136597,-0.07406097650527954,0.32833313941955566 +386,0.13667751990625343,0.5227315390074734,-1.0226144156013264,0.11805705726146698,-0.49924877285957336,-0.8583782315254211,-1.0698833465576172,1.7157477140426636,6.771607398986816,1.5497591495513916,0.842602014541626,0.8775127530097961 +387,0.05510212616222804,0.26077459912415696,-0.49875238377417,0.05321221798658371,-0.25782904028892517,-0.9647241234779358,2.955876588821411,-1.4970823526382446,-1.5789599418640137,-1.135533332824707,-0.26487603783607483,-1.573697566986084 +388,0.31308243257928786,0.4207364160064074,-0.9729733926011604,0.28113216161727905,-0.4084327518939972,-0.8684166073799133,1.8064334392547607,-5.112239837646484,-6.5728068351745605,0.847529947757721,1.1904456615447998,1.1353538036346436 +389,0.03891986972795872,0.4563847036315184,-0.5236612448298708,0.03492766618728638,-0.44070571660995483,-0.8969718813896179,-2.262000560760498,2.6323962211608887,4.412697792053223,-2.5111238956451416,0.6611799597740173,-0.12501603364944458 +390,0.22082933550323272,0.4277461288632551,-0.9152943249196481,0.19930414855480194,-0.414821058511734,-0.8878070712089539,-3.000650405883789,1.027783751487732,-6.303746223449707,0.38640445470809937,1.1872819662094116,0.7816974520683289 +391,0.04941423652377566,0.45106034579677506,-0.7396794272850499,0.04445399343967438,-0.4359200894832611,-0.8988868594169617,-1.6853277683258057,3.2876386642456055,8.147577285766602,0.0047098249197006226,0.6113656759262085,0.21900099515914917 +392,0.09252684767831143,0.5113778283821702,-0.7454680068312799,0.0805748999118805,-0.48937928676605225,-0.8683407306671143,-1.6421116590499878,0.9947608709335327,-5.229735374450684,-0.9853753447532654,-0.12678587436676025,0.5771267414093018 +393,0.09903206342536268,0.44434250880700277,-0.9485269045216579,0.08926932513713837,-0.4298643171787262,-0.8984696269035339,0.9716854691505432,1.4560288190841675,7.850268363952637,1.6752265691757202,1.1668181419372559,0.07104653120040894 +394,0.0011982707177709408,0.4914734507259108,-0.5405736459364695,0.0010564413387328386,-0.47192543745040894,-0.8816378116607666,1.0533483028411865,-0.8313609957695007,-3.194852828979492,-1.5940282344818115,-0.9904005527496338,-0.3508755564689636 +395,0.23971258197729567,0.32296971308759137,-1.138471296535774,0.22514794766902924,-0.31738412380218506,-0.9211816787719727,2.091661214828491,-4.899072647094727,-4.340456485748291,1.5131638050079346,1.81338632106781,-0.14720821380615234 +396,0.09564184555272671,0.33110011172100856,-0.5418684219824337,0.0903092548251152,-0.32508358359336853,-0.9413633346557617,0.42438820004463196,-0.27022305130958557,1.2662822008132935,-2.4434585571289062,-0.29704776406288147,-1.0989809036254883 +397,0.2626651066349496,0.33477731736754823,-0.8558296880432439,0.2452400177717209,-0.32855886220932007,-0.9120890498161316,0.3538234531879425,-0.2955976128578186,-6.523138046264648,-0.4372108578681946,0.47222036123275757,0.2483317255973816 +398,0.1456755941708344,0.36035377274245806,-0.9332264021453169,0.13583752512931824,-0.35260531306266785,-0.9258605241775513,-1.725874900817871,3.50711989402771,12.416582107543945,1.2842369079589844,1.1779990196228027,0.40109550952911377 +399,0.09805738252029532,0.43058788939583215,-0.7385494210940687,0.08896403014659882,-0.4174050986766815,-0.9043552279472351,1.4702595472335815,0.11840557307004929,-4.548515319824219,-1.2428793907165527,-0.8252706527709961,-0.024615108966827393 +400,0.14667048357493973,0.30763047161444124,-1.2335416213229626,0.13928420841693878,-0.3028011918067932,-0.9428209662437439,4.807233810424805,0.21392250061035156,4.332528591156006,2.7201061248779297,1.633260726928711,-1.1418042182922363 +401,0.10450903832288902,0.4550711599107212,-0.5432584390905725,0.09370233863592148,-0.439526230096817,-0.8933289051055908,4.131319046020508,-3.1739931106567383,-4.303092956542969,-2.0169506072998047,-1.4656403064727783,-1.1240508556365967 +402,0.2446883664773172,0.33124008660531024,-1.1414280169210311,0.22908499836921692,-0.3252159655094147,-0.9174718856811523,2.175396680831909,-2.84289288520813,0.8752419948577881,2.490992546081543,1.2367912530899048,-1.0676050186157227 +403,0.06289326179723811,0.4625288135512845,-0.5529000305018015,0.056247778236866,-0.44621264934539795,-0.8931576013565063,2.37800931930542,-1.9314087629318237,-3.565973997116089,-2.9339942932128906,-1.326248288154602,-1.5500644445419312 +404,0.21569395904004157,0.43672230953384417,-1.3267092954089694,0.19393755495548248,-0.4229716956615448,-0.8851458430290222,0.9837455749511719,-5.559808731079102,-7.542932987213135,0.2163255214691162,1.1254253387451172,-0.6873028874397278 +405,0.21633089406480766,1.2223373939520026,-1.7374822499572655,0.0732913613319397,-0.9399000406265259,-0.3334912359714508,7.388590335845947,0.0170991662889719,-1.5132191181182861,-1.31471586227417,0.6843458414077759,-0.026951909065246582 +406,1.6122519520979863,1.33689375374261,2.807875922719378,0.23157712817192078,-0.9727692604064941,0.009605677798390388,-2.3527092933654785,2.14475417137146,10.63172435760498,3.0060784816741943,0.7657836675643921,0.23111701011657715 +407,-0.3249618576355989,1.399014590893851,-1.4261903425340443,-0.054575853049755096,-0.985281765460968,-0.161991685628891,1.0822219848632812,0.3943704068660736,-4.375571250915527,-0.4546404480934143,-0.2935725450515747,-0.7197221517562866 +408,1.584937455129177,1.2026404861074698,2.829847937975853,0.3598596453666687,-0.9329926371574402,0.0050891609862446785,3.3515310287475586,-1.9957834482192993,1.671347737312317,3.3056066036224365,1.8705384731292725,0.5311046838760376 +409,-1.1820123934461766,1.196518183894361,-0.45709485800287913,-0.3383161723613739,-0.9307717680931091,-0.13858583569526672,-2.677114248275757,0.5609541535377502,-1.9273618459701538,-4.314455032348633,-0.9338979721069336,-1.8332617282867432 +410,0.5908748532119422,1.380940092900955,-2.217967118335298,0.10513228178024292,-0.9820314049720764,-0.15672123432159424,2.8588075637817383,-0.9272134304046631,-6.013018608093262,0.6879280209541321,1.0329804420471191,0.46690189838409424 +411,-0.7129946559288283,1.431239384818918,-0.8716371312345165,-0.09098849445581436,-0.9902777075767517,-0.1052195131778717,-7.6279191970825195,8.044734954833984,13.517082214355469,0.36666905879974365,0.7359899878501892,0.5633341670036316 +412,-0.16235893882858984,1.2468345990673746,-1.2080890489064533,-0.051456090062856674,-0.9479817748069763,-0.3141382932662964,5.12168550491333,-0.4673473536968231,-4.272570610046387,0.2688632905483246,0.17523092031478882,0.5299586057662964 +413,0.4123320057692235,1.2155131380705435,-1.8437521678821316,0.13940222561359406,-0.937548041343689,-0.31870171427726746,3.4463627338409424,-4.216625213623047,2.738443374633789,1.5535603761672974,0.9266685247421265,0.43378353118896484 +414,-0.28104968895751026,0.9327698415119106,-0.9622545667966623,-0.165201336145401,-0.8032727837562561,-0.5722424387931824,4.859344005584717,-1.9083651304244995,-5.132932186126709,-1.6406611204147339,0.1105695366859436,-2.337791681289673 +415,0.29975645582733074,1.0740994884364214,-1.5156062350826036,0.14071166515350342,-0.8791614174842834,-0.455275297164917,0.9343334436416626,-0.5371766090393066,-2.129396438598633,1.1674243211746216,0.8940539956092834,0.7792346477508545 +416,-0.15793499126301483,0.6246049506300786,-0.8094138744284772,-0.12758399546146393,-0.5847768783569336,-0.8010981678962708,-6.607672214508057,3.7406005859375,2.0383846759796143,-3.3282113075256348,0.9938802719116211,-3.1396822929382324 +417,0.14387745875558947,0.8944034694785385,-1.0565169052806693,0.08975459635257721,-0.7798358201980591,-0.619516134262085,-0.05786972865462303,2.462585687637329,-0.47230711579322815,0.5758795738220215,0.3017932176589966,1.5192811489105225 +418,-0.09995570400694045,1.017512622720384,-1.0147866636710339,-0.05243770033121109,-0.850803554058075,-0.5228610634803772,-5.585226058959961,0.02736457996070385,4.098758220672607,0.6579522490501404,0.4336739778518677,1.3473849296569824 +419,-0.0637663921184592,0.5821030599985312,-0.8212242057909662,-0.053228504955768585,-0.549781858921051,-0.8336105942726135,4.436201095581055,2.0571188926696777,-1.7323980331420898,-0.284540057182312,0.18886572122573853,-1.7667617797851562 +420,0.183168012895856,0.9192135413123949,-1.0057469573637448,0.11046133190393448,-0.7951249480247498,-0.5963007211685181,-0.5096689462661743,-1.162585973739624,0.4612147808074951,1.0148590803146362,0.3852739930152893,2.5326104164123535 +421,0.00041369730035502994,0.3681261881916901,-0.7821203327237584,0.00038598093669861555,-0.35986778140068054,-0.9330032467842102,0.5648500919342041,0.49798017740249634,-1.3346738815307617,-1.684513807296753,1.3784377574920654,-4.317957878112793 +422,0.26424291182096915,0.7947633059385355,-0.823147302969368,0.18294349312782288,-0.7136978507041931,-0.6761413812637329,3.194969415664673,1.2464110851287842,0.5000991821289062,0.06966575980186462,0.08807224035263062,1.612420678138733 +423,0.07672283833989679,0.5120385942628028,-0.7037968605171776,0.06681734323501587,-0.4899553954601288,-0.8691830635070801,-8.631782531738281,-0.6107279062271118,-0.20026402175426483,-0.6433249115943909,0.3875994384288788,-0.6172671318054199 +424,0.2322795841963735,0.6293234982999195,-0.7484892206639695,0.18609678745269775,-0.5885980129241943,-0.7867149114608765,3.0172066688537598,2.614893674850464,1.06432044506073,-0.04295410215854645,0.15208983421325684,0.03627246618270874 +425,0.2112829362153116,0.8388654008355768,-0.769143164613811,0.140153706073761,-0.743885338306427,-0.6534458994865417,-5.924690246582031,-1.7681176662445068,-0.9429234266281128,-0.3417070508003235,0.170215904712677,2.250110387802124 +426,0.1461606711437123,0.41999952628410053,-0.8346029018418422,0.13298305869102478,-0.40776002407073975,-0.9033533334732056,4.067327499389648,2.3013064861297607,1.0457346439361572,0.09286229312419891,1.0433648824691772,-2.2727484703063965 +427,0.3043239984650989,0.8772092958891602,-0.7702140594138612,0.19156500697135925,-0.768957793712616,-0.6099234819412231,3.6770129203796387,0.07409368455410004,1.1097906827926636,-0.13286447525024414,-0.03679776191711426,1.4980919361114502 +428,0.1836760753193813,0.42147591078778623,-0.7616265230190239,0.1666610687971115,-0.40910765528678894,-0.8971371054649353,-7.847381114959717,-2.7761898040771484,-2.9394688606262207,-0.5937851071357727,0.6584057807922363,-0.3326907157897949 +429,0.2829344201418208,0.5938528134599537,-0.7484133384193686,0.23137737810611725,-0.5595583319664001,-0.7958385348320007,2.2724571228027344,3.295567750930786,0.9261882305145264,-0.28263163566589355,0.10336637496948242,0.06704825162887573 +430,0.2789845278332746,0.8195926265162019,-0.749926805161658,0.18795180320739746,-0.730867862701416,-0.6561298370361328,-5.951905727386475,-1.3648781776428223,-0.7074776887893677,-0.18789076805114746,0.10606622695922852,2.122835159301758 +431,0.14133641624457036,0.34924809206509344,-0.7801854964557002,0.1323622614145279,-0.3421913981437683,-0.9302608370780945,4.148507595062256,1.122976541519165,0.44740772247314453,0.1819230169057846,1.085263967514038,-2.5637423992156982 +432,0.3635690596488496,0.8575302244464527,-0.8085318637777338,0.23267963528633118,-0.7562288641929626,-0.6115373969078064,6.400710105895996,-0.7242007851600647,0.48622646927833557,-0.04159383475780487,0.24554777145385742,0.7526050209999084 +433,0.20246966784872564,0.5348023737522667,-0.7566160420756394,0.1730109602212906,-0.5096710324287415,-0.8427945375442505,-9.368782043457031,-2.399571657180786,-2.1923985481262207,-0.5417701005935669,0.45005494356155396,0.217016339302063 +434,0.19346944302402372,0.5996418902423447,-0.7239138683368663,0.15872181951999664,-0.5643468499183655,-0.8101357817649841,1.554723858833313,4.185204029083252,1.0940711498260498,-0.29301440715789795,0.021957993507385254,-0.11033540964126587 +435,0.2876510037612723,0.9184154647639738,-0.7884349588062932,0.17222891747951508,-0.7946406602859497,-0.582136869430542,-1.1622028350830078,-0.9632440805435181,0.23944774270057678,0.03521430492401123,0.12662619352340698,1.9502551555633545 +436,0.13146873991398772,0.3687511799037668,-0.8280843790234712,0.12227822095155716,-0.3604508340358734,-0.9247287511825562,0.16166087985038757,-0.3248816132545471,-1.6309350728988647,-0.21816444396972656,0.8896561861038208,-2.359893321990967 +437,0.33503779842644243,0.665291030018847,-0.7568145366826697,0.2586830258369446,-0.6172881126403809,-0.7429929375648499,5.043424129486084,0.7108101844787598,1.249538779258728,-0.19851762056350708,0.19904470443725586,0.12511879205703735 +438,0.18609323575893782,0.7533134040009513,-0.6942583968844086,0.13495919108390808,-0.6840593814849854,-0.7168324589729309,-7.092912197113037,-1.3252249956130981,-0.8737770318984985,-0.2810468375682831,0.20296502113342285,0.6644490361213684 +439,0.16796446353131736,0.6311460281902649,-0.7271687690104139,0.13496968150138855,-0.590070366859436,-0.7959900498390198,3.7350270748138428,3.2408790588378906,1.8019317388534546,-0.12605856359004974,0.3856484293937683,-0.6725006103515625 +440,0.31403881392386335,1.1113064066310476,-0.8028305712817682,0.13699544966220856,-0.8962788581848145,-0.42180150747299194,-1.4252504110336304,-0.7046914100646973,1.175036072731018,0.18780313432216644,0.29785966873168945,2.779879570007324 +441,-0.0004862352121965171,0.5668850471245535,-0.7551083126266015,-0.0004101772210560739,-0.5370069742202759,-0.8435776829719543,0.2310507595539093,-2.697619676589966,-1.3423869609832764,-0.7415484189987183,0.8412214517593384,-2.824375867843628 +442,0.22248139482584475,0.9006542023723891,-0.8535407962628715,0.1370454579591751,-0.7837334275245667,-0.605789065361023,6.386112689971924,-0.7695255279541016,-0.7242161631584167,-0.2708955407142639,0.16762930154800415,0.36007678508758545 +443,0.25472833398099487,0.8179779039542514,-0.8653289965411377,0.17228001356124878,-0.7297648191452026,-0.6616365313529968,-9.008206367492676,1.9996583461761475,-1.6722865104675293,-0.3687674403190613,0.22978007793426514,0.4440767765045166 +444,0.29454350860701195,0.3551208055130641,-0.8670174945986273,0.2721894383430481,-0.34770363569259644,-0.8972263336181641,5.313913822174072,-0.7454003691673279,3.0889580249786377,0.3603941798210144,0.6243607401847839,-1.5640926361083984 +445,-0.2557486307516984,1.3942060185799268,-0.8235205886507548,-0.04444029927253723,-0.9844484329223633,-0.1699603945016861,-3.3207709789276123,-1.9737281799316406,-0.5536282658576965,0.6058721542358398,-0.13873589038848877,3.6423418521881104 +446,0.16962229084004846,0.2904126277149986,-1.035667392727127,0.16174128651618958,-0.2863475978374481,-0.9443753361701965,7.030303001403809,-2.451789379119873,-3.02488374710083,-0.11135677993297577,0.976731538772583,-3.390127658843994 +447,0.3781529101558079,0.9160805234687909,-1.3249154483969996,0.22482115030288696,-0.7932209968566895,-0.5659116506576538,4.8136210441589355,-2.7210779190063477,-1.4332523345947266,0.031206071376800537,0.31354570388793945,1.5741208791732788 +448,0.37629288641771846,0.01451207588839455,-1.0045081636264395,0.36743655800819397,-0.01451156660914421,-0.9299353361129761,-14.553726196289062,3.9552361965179443,-0.867741584777832,-0.06267282366752625,2.2324376106262207,-1.2156639099121094 +449,0.42920259767484215,0.46330785199100366,-1.0957481671031934,0.37227538228034973,-0.44690969586372375,-0.813438892364502,9.376261711120605,0.06237272173166275,2.2215261459350586,-0.08373168110847473,0.31566882133483887,0.017799854278564453 +450,0.2959484934699796,1.081740322127221,-1.4091296003731024,0.1370137333869934,-0.8827767372131348,-0.4493688642978668,-9.298386573791504,2.3334946632385254,0.1438795030117035,0.0973765105009079,-0.00012725591659545898,2.162534236907959 +451,0.40825631812736624,0.11720299657882989,-0.8835954939066223,0.3942859172821045,-0.11693485081195831,-0.9115179181098938,5.159590244293213,-1.0930794477462769,1.765459656715393,0.3027966022491455,0.8809271454811096,-2.559978723526001 +452,0.23254961296965906,1.0999170835671042,-1.166793121359689,0.10455247759819031,-0.8911697268486023,-0.44145822525024414,6.907118320465088,-5.673418998718262,-0.29205048084259033,0.2209937870502472,0.40983128547668457,1.2066864967346191 +453,0.3868334944802999,0.2569628655506798,-0.9351300107126362,0.3648710250854492,-0.2541443109512329,-0.8957007527351379,-10.112404823303223,3.393488883972168,-0.6525251269340515,0.3430910110473633,1.3711029291152954,-1.1093041896820068 +454,0.30940817373011964,0.84577920663999,-1.0208997443795291,0.20192530751228333,-0.7484880685806274,-0.6316579580307007,11.419934272766113,-5.180199146270752,0.22025825083255768,-0.3484249413013458,0.6435076594352722,0.44069427251815796 +455,0.20816333196987802,0.7252319228893971,-1.1257386859067282,0.15465553104877472,-0.6633090376853943,-0.7321904301643372,-14.427006721496582,4.893327236175537,1.867156744003296,0.19843286275863647,0.6538943648338318,0.8516515493392944 +456,0.28220487738805217,0.4144631505386293,-0.917070006934196,0.254896342754364,-0.4026986062526703,-0.8791255354881287,7.786168098449707,-1.544624924659729,0.07047814130783081,0.048585712909698486,0.3794594407081604,-1.2405948638916016 +457,0.38323178411376224,1.2408783802076204,-1.3871686106927799,0.1211371123790741,-0.9460689425468445,-0.3004654049873352,-1.8398597240447998,-1.079277515411377,0.3483821749687195,0.614473819732666,0.2634517550468445,2.5368239879608154 +458,0.3695724595723373,0.24931238393340244,-0.8437873210015462,0.35004881024360657,-0.24673765897750854,-0.9036517143249512,3.5530765056610107,-1.7215871810913086,0.4115699231624603,-0.09238886833190918,1.0908234119415283,-3.367466449737549 +459,0.23366210747310878,1.1001825589103509,-1.076079985453994,0.10498876124620438,-0.8912901282310486,-0.4411115050315857,9.227508544921875,-6.076622486114502,0.5766457319259644,0.17375881969928741,0.5485471487045288,0.8165692090988159 +460,0.1564889928249204,0.6649691009071352,-0.9624423250058128,0.12264478951692581,-0.6170347929000854,-0.7773199081420898,-18.58176612854004,8.654461860656738,0.7475792765617371,-0.2577003240585327,0.8857268691062927,0.6479864120483398 +461,0.23902198354347287,0.4152744648938965,-1.0078577210877784,0.21662989258766174,-0.40344107151031494,-0.8889920115470886,6.875048637390137,0.7978693842887878,1.0454405546188354,0.32505711913108826,0.17384207248687744,-0.22026091814041138 +462,0.2849615104329953,1.0033799238384091,-1.116636063073747,0.1510896533727646,-0.8432923555374146,-0.5157808661460876,2.475356340408325,-3.471374988555908,0.3350462019443512,0.2733945846557617,0.12829607725143433,1.3264803886413574 +463,0.23670235251190933,0.14389087043833604,-0.9416274380649089,0.2320747971534729,-0.1433948576450348,-0.9620702862739563,-12.749662399291992,1.8023899793624878,-1.7798296213150024,-0.4519997239112854,1.504433035850525,-1.0050928592681885 +464,0.3754416856117742,0.3656046174451937,-0.9440726116422765,0.34244856238365173,-0.35751402378082275,-0.8688571453094482,8.595268249511719,0.49719732999801636,2.269874334335327,-0.17505964636802673,0.32328855991363525,0.25165438652038574 +465,0.11420056799839934,0.8947874365332305,-1.0121907731186701,0.07129833847284317,-0.7800760865211487,-0.621609091758728,-4.971085071563721,-0.6615158915519714,0.0025445418432354927,-0.34948134422302246,0.06706339120864868,1.181240439414978 +466,0.2816243500303554,0.011659682276009463,-0.9042671375021188,0.2778974771499634,-0.011659418232738972,-0.9605399966239929,2.2073192596435547,2.5014259815216064,0.6700609922409058,0.5534166097640991,0.3426225483417511,-2.2536628246307373 +467,0.29255523801788036,0.8039481015794301,-0.963202331057673,0.2001117467880249,-0.7201011776924133,-0.6643866896629333,10.28522777557373,-4.104383945465088,1.8458131551742554,-0.048134177923202515,0.694573163986206,0.6890296339988708 +468,0.011452664329816833,0.8221053197775458,-0.9323797740989425,0.007795433513820171,-0.7325804829597473,-0.6806357502937317,-14.532525062561035,6.828167915344238,-0.9558414220809937,-0.48159608244895935,0.7729399800300598,0.7777579426765442 +469,0.2572569472642604,0.35487732985001375,-0.8534328081946582,0.2385750561952591,-0.3474753499031067,-0.9068312048912048,7.946193695068359,-1.2849186658859253,1.497053623199463,-0.0995064526796341,0.3150351643562317,-0.4659409523010254 +470,-0.011275757848082872,1.0515126471201075,-0.8800405625565921,-0.005595569498836994,-0.8681749105453491,-0.4962266981601715,-0.16330356895923615,-2.828399181365967,0.646240234375,0.20759141445159912,-0.1104779839515686,1.4521441459655762 +471,0.18131625188370934,0.0998635404143825,-0.9130044350848988,0.17942598462104797,-0.09969763457775116,-0.9787066578865051,-4.780238151550293,1.3934799432754517,-3.1360952854156494,-0.356580525636673,1.293957233428955,-2.461524724960327 +472,0.2816453494418694,0.7060538302291437,-0.9812121209667638,0.2114897519350052,-0.648836076259613,-0.7309471964836121,7.7908501625061035,1.2239007949829102,1.7759919166564941,-0.3155089318752289,0.509614884853363,0.7371422648429871 +473,0.07445242872819076,1.051950602129054,-0.9962661881123277,0.036885228008031845,-0.8683921098709106,-0.4945043623447418,-6.351233959197998,-1.5568405389785767,-0.18158946931362152,-0.5114030838012695,0.19099348783493042,1.096814513206482 +474,0.29044127557108124,-0.04339796531941094,-0.9680722156847922,0.2861054241657257,0.04338434338569641,-0.9572154879570007,-3.257040023803711,3.856055736541748,3.335923671722412,1.0798766613006592,0.762157678604126,-2.4693286418914795 +475,0.376516913799022,0.6122128565788287,-0.9166079479069743,0.3009043037891388,-0.5746797919273376,-0.7610517144203186,12.703836441040039,-4.882389545440674,2.297051429748535,0.007445305585861206,0.5709261298179626,0.2303205132484436 +476,-0.5118026665060995,1.2983492834730408,-0.7010864409450791,-0.13178633153438568,-0.9631153345108032,-0.23460888862609863,-7.173121452331543,1.190738320350647,0.5313875675201416,-0.5681953430175781,-0.07159841060638428,1.2646534442901611 +477,0.2016700946104945,0.3598560152159599,-0.8965100702189596,0.1874757707118988,-0.3521394729614258,-0.9169790744781494,7.267452239990234,-2.018824815750122,1.3094173669815063,0.2163633406162262,0.5881166458129883,-2.6473214626312256 +478,-0.22045833696671,1.2371665676151,-0.7771099401096099,-0.0716111958026886,-0.9448599219322205,-0.3195491433143616,3.742583990097046,-6.301142692565918,0.9743948578834534,0.6465623378753662,0.23108428716659546,1.7174677848815918 +479,-0.09500987599737588,0.3805960464370538,-0.9349128508036678,-0.08807864040136337,-0.37147393822669983,-0.9242560863494873,-14.37674331665039,3.0329971313476562,0.3285311460494995,-0.8477123975753784,1.5328813791275024,-1.3692009449005127 +480,0.22703022283851176,0.6640307299224134,-0.9655629028623496,0.17725765705108643,-0.616296112537384,-0.7673062086105347,10.947746276855469,1.5663058757781982,1.75947105884552,-0.13377010822296143,0.5421536564826965,0.08854949474334717 +481,-0.4933377961976321,1.4753737286698088,-0.7962844796069098,-0.045120205730199814,-0.9954507350921631,-0.08391596376895905,-3.1488704681396484,-2.3794407844543457,0.3606548011302948,-0.1884307861328125,0.29441624879837036,1.3457567691802979 +482,-0.0019188947603409176,0.37580303379188984,-0.9144113497943515,-0.0017849801806733012,-0.3670196533203125,-0.9302114844322205,-12.373929977416992,5.3015570640563965,1.553307056427002,-0.7677462697029114,1.008270263671875,-1.2383217811584473 +483,0.18963249965318513,0.8156835101804195,-0.9468004951746017,0.12919104099273682,-0.7281942367553711,-0.6730846166610718,13.368073463439941,-1.9198518991470337,1.0610933303833008,-0.11197909712791443,0.7741077542304993,0.27769899368286133 +484,-0.315213688653116,1.2341053895156329,-0.8953372837099607,-0.10241981595754623,-0.9438530206680298,-0.31408852338790894,-10.255956649780273,3.307813882827759,1.220754861831665,-0.24636557698249817,0.21143120527267456,1.2219102382659912 +485,0.08816430981109645,0.370064103908202,-0.9584325020086804,0.08208951354026794,-0.3616752028465271,-0.9286831617355347,9.066152572631836,-2.2037055492401123,-0.6545517444610596,0.21199312806129456,0.6071280837059021,-2.0275392532348633 +486,-0.014728595940069266,1.1170180845054567,-1.078979313493616,-0.006456260569393635,-0.8987972736358643,-0.4383170008659363,3.827003240585327,-4.984607219696045,-0.6398142576217651,0.6189593076705933,0.15625882148742676,1.1065757274627686 +487,-0.04171842952912346,0.2915336936391263,-0.9539646222812092,-0.03994649648666382,-0.2874215543270111,-0.9569708108901978,-12.478053092956543,2.3273096084594727,0.8632001876831055,-0.9681254029273987,1.623847246170044,-1.8667291402816772 +488,0.18916781470516922,0.7692688765887513,-1.0375346096294331,0.13509275019168854,-0.6956101655960083,-0.7056035995483398,1.358250617980957,4.551216125488281,1.6376479864120483,0.25815674662590027,0.0721818208694458,1.6432714462280273 +489,0.13594655761969307,0.6677303572998008,-0.9863193600713673,0.10642067342996597,-0.6192054152488708,-0.7779841423034668,-2.997680187225342,-1.480547547340393,-0.17334769666194916,0.04148276895284653,0.10692209005355835,0.7856593728065491 +490,0.09247683489870012,0.4110798525507965,-0.9084029658487534,0.08465179800987244,-0.39959946274757385,-0.9127728939056396,5.847601890563965,-0.5313776731491089,-0.2884766757488251,-0.20579132437705994,0.626757025718689,-1.2604143619537354 +491,0.22144293464863365,0.7062137877119502,-0.9849869435960132,0.16710561513900757,-0.6489577889442444,-0.7422462701797485,3.978102684020996,-0.4535389840602875,-0.26205188035964966,0.28429514169692993,0.09381252527236938,0.7440468072891235 +492,-0.22314338032898448,0.805173376492862,-0.7686938445361298,-0.153355211019516,-0.7209507822990417,-0.675804853439331,0.9442552924156189,-2.620107650756836,3.8857409954071045,-0.439662367105484,0.12758225202560425,-0.6360695362091064 +493,-0.1678624444208789,0.8709329244885621,-0.7765867847221467,-0.10761534422636032,-0.7649301886558533,-0.6350595355033875,-0.7316522002220154,1.8935467004776,-3.739955425262451,-0.5315295457839966,0.06783246994018555,0.1568034291267395 +494,0.1406355481850106,0.7556362684133693,-1.070282428470096,0.1020224392414093,-0.6857519149780273,-0.7206495404243469,5.05517053604126,-8.57835578918457,6.844456195831299,1.974332571029663,1.0463476181030273,0.05277228355407715 +495,-0.39160163795979686,0.7634622325181711,-0.6093984864389679,-0.27573564648628235,-0.6914268732070923,-0.6677565574645996,2.3458333015441895,-1.776220440864563,-3.1684305667877197,-1.2651731967926025,-0.24659192562103271,-1.7540879249572754 +496,-0.018596933554415447,0.89234956723507,-0.9543835148805014,-0.011670473963022232,-0.7785484194755554,-0.627475917339325,1.088972568511963,-1.0732096433639526,0.7576138377189636,1.533337950706482,0.6764976978302002,0.654621422290802 +497,-0.7012957403913712,0.7315200304566335,-0.31472983755294337,-0.48013806343078613,-0.6680015325546265,-0.5685431957244873,-3.5128114223480225,0.03659411147236824,1.1688628196716309,-2.584376096725464,-0.5133338570594788,-1.3753349781036377 +498,-0.3963509681101468,0.9090473225430139,-0.6223869570390218,-0.23722971975803375,-0.788918673992157,-0.5668591856956482,0.30050212144851685,1.9378193616867065,-4.270133972167969,0.02040235698223114,0.44220852851867676,0.09569835662841797 +499,-0.7877293134646374,1.0572073146104881,-0.36385086236282804,-0.3482150435447693,-0.870986819267273,-0.34659531712532043,-2.037078380584717,2.095703601837158,7.33977746963501,1.069620132446289,0.717880129814148,1.1017374992370605 +500,-0.6570585958089518,0.8438841159167737,-0.37412551260158117,-0.40591031312942505,-0.7472299933433533,-0.5261977910995483,1.193900227546692,4.859829902648926,-3.1032023429870605,-0.9636574983596802,-0.09709978103637695,-0.7267318367958069 +501,-0.06399679383688549,1.1712368783569052,-0.9870118304220724,-0.02487855963408947,-0.9212324619293213,-0.388216108083725,3.1972014904022217,-4.193079471588135,-1.8982932567596436,1.8266669511795044,1.3180677890777588,1.7041035890579224 +502,-0.6405093363297439,0.7021912523545168,-0.3060764322145959,-0.45622801780700684,-0.6458920836448669,-0.6121106743812561,-1.5927339792251587,-1.9780906438827515,0.5071862936019897,-3.2158758640289307,-0.15449243783950806,-3.3059802055358887 +503,-0.20629003401718876,0.8945194625803996,-0.5908476743121998,-0.12820179760456085,-0.7799084186553955,-0.6126231551170349,2.3574514389038086,0.7047548890113831,-3.4029645919799805,-0.040972381830215454,0.3679211735725403,0.10508531332015991 +504,-0.3333061114254481,1.0081034918155847,-0.578746936668721,-0.17453347146511078,-0.8458216190338135,-0.5041069984436035,-4.236356735229492,1.3365261554718018,6.156757354736328,0.7593265771865845,0.5531885623931885,0.9824700355529785 +505,-0.22402721995117805,0.8081816952166336,-0.6306427590927343,-0.15346990525722504,-0.7230322360992432,-0.6735512614250183,1.8361636400222778,5.242839813232422,-1.6258056163787842,-0.5159941911697388,0.01125556230545044,-1.406984567642212 +506,0.23202046508216986,1.0392759868968713,-1.005830376259009,0.11654601991176605,-0.8620374798774719,-0.49326303601264954,0.5976260304450989,-0.3178318738937378,-1.4127591848373413,0.7203680276870728,0.7420576214790344,1.7885663509368896 +507,-0.08128090613641151,0.6849761911719301,-0.6913213971100818,-0.06287741661071777,-0.6326545476913452,-0.7718773484230042,-2.9461135864257812,0.3043496012687683,-0.8172270655632019,-1.8090403079986572,-0.06204754114151001,-2.161792755126953 +508,0.2756505686911229,0.8045067215481092,-1.0585513512573694,0.18874293565750122,-0.7204886674880981,-0.6672872304916382,1.9575138092041016,-0.15743301808834076,-4.038838863372803,-0.06375819444656372,0.34776216745376587,0.6536000967025757 +509,0.15349028343160698,0.761949048149107,-1.0512966933757777,0.11061345785856247,-0.6903328895568848,-0.7149862051010132,-4.335610389709473,0.032419685274362564,5.632363796234131,0.48541009426116943,0.36814355850219727,0.7120565176010132 +510,0.1486818615828509,0.6455344887183734,-0.9688969169271061,0.11832676082849503,-0.6016254425048828,-0.7899655699729919,3.3745293617248535,2.044490098953247,-3.0608510971069336,-0.5132395029067993,0.06295967102050781,-0.45861536264419556 +511,0.16619904152786846,0.6809641077286477,-1.058370738483982,0.1285373717546463,-0.6295424103736877,-0.7662600874900818,-2.824671983718872,-0.7424051761627197,6.553162574768066,1.9863765239715576,0.6648817658424377,1.567148208618164 +512,0.026641864863378724,0.43165327271841536,-0.6540046588616467,0.024195285513997078,-0.4183729887008667,-0.9079529643058777,5.905440330505371,-0.5019751787185669,-0.16948379576206207,0.25891628861427307,0.2018965482711792,-1.6307737827301025 +513,0.089907108765217,0.6941955825553053,-0.568843135550722,0.06900672614574432,-0.6397674083709717,-0.7654643654823303,2.7713797092437744,-0.39797401428222656,0.8944266438484192,-0.05867653340101242,0.23577570915222168,0.3570476770401001 +514,0.025522039100861378,0.6805703893265902,-0.48781514150595107,0.01983392983675003,-0.6292364597320557,-0.7769607901573181,-0.8435201048851013,-1.6833832263946533,0.5131911635398865,-0.0035375505685806274,-0.038198232650756836,0.18667453527450562 +515,0.06032623155554336,0.6614323813428575,-0.5705986105152542,0.04757535457611084,-0.6142477989196777,-0.7876777052879333,4.040290355682373,1.5821309089660645,0.505897045135498,0.08084261417388916,0.41742467880249023,-0.8089714646339417 +516,0.07417347067822161,0.8656132548139246,-0.54590537451855,0.048033181577920914,-0.761492908000946,-0.646390974521637,-0.292099267244339,-1.0355128049850464,1.5499461889266968,0.3851485848426819,0.14310002326965332,1.8249493837356567 +517,0.004107326290092851,0.6699240087153907,-0.5499882808746982,0.0032195961102843285,-0.6209264397621155,-0.7838622331619263,1.6189982891082764,1.7951297760009766,-0.3516579270362854,-0.1053009033203125,0.2170567512512207,-1.3752106428146362 +518,0.09720186519714563,0.7836330325554403,-0.5564578099106968,0.06874494254589081,-0.705857515335083,-0.705010175704956,0.06171094626188278,0.6161566376686096,0.5317894816398621,0.024165824055671692,0.16853457689285278,0.5510947704315186 +519,0.07850032782429663,0.7316717655937885,-0.5361204521556855,0.058348868042230606,-0.6681144833564758,-0.7417671084403992,-0.5107234120368958,0.06073099747300148,-0.4916156530380249,-0.1641533225774765,0.02874070405960083,-0.500633955001831 +520,0.09098594388530805,0.7873606390024122,-0.5254035073800284,0.06412183493375778,-0.7084931135177612,-0.70279860496521,0.6751529574394226,0.14041700959205627,0.14443841576576233,-0.14023268222808838,0.11755073070526123,-0.06500834226608276 +521,0.08871690211478986,0.7666328573928243,-0.5518525678809609,0.06381461769342422,-0.6937139630317688,-0.7174180150032043,-2.0961556434631348,-1.962965965270996,-0.2088690549135208,0.14582589268684387,0.1721380352973938,1.2053329944610596 +522,-0.08071512881071541,0.5623500126218366,-0.6161394215002476,-0.06821123510599136,-0.5331757664680481,-0.8432501554489136,3.3263700008392334,0.5441632270812988,-1.8728026151657104,-0.9103959202766418,0.4732850193977356,-3.6415977478027344 +523,0.17158349961031874,1.0594458894152632,-0.8992104538831439,0.08355394005775452,-0.8720844388008118,-0.48216965794563293,2.2533020973205566,0.9501520395278931,-2.166247606277466,-0.22062362730503082,0.607359766960144,1.478614330291748 +524,-0.13731471230434442,1.1570592585087547,-1.0250510495277905,-0.055031877011060715,-0.9156247973442078,-0.3982498347759247,3.6990737915039062,-7.982650279998779,3.8381073474884033,1.2158442735671997,0.7810116410255432,-0.047642529010772705 +525,-2.0272397982020482,0.9711249153140439,0.5140946405015083,-0.506594181060791,-0.8255211114883423,0.2487514168024063,-0.5655080676078796,0.7133020162582397,-2.4932055473327637,-2.803678035736084,-1.1915992498397827,1.9342014789581299 +526,0.32356749215288744,1.0129066650612393,-1.5511481678472436,0.16832225024700165,-0.8483741879463196,-0.501924991607666,-0.034366410225629807,0.5954998731613159,-0.9083254337310791,3.494900941848755,2.1978158950805664,-1.3629279136657715 +527,-1.742017125992579,0.9035210344993139,0.28308715235779514,-0.6097988486289978,-0.785510778427124,0.10544266551733017,8.197839736938477,-4.932936191558838,8.719006538391113,-1.29298734664917,0.4258458614349365,0.03596055507659912 +528,-1.7019207225062318,0.9188904162032596,0.30691625573493475,-0.6014944911003113,-0.7949289083480835,0.07932575047016144,-3.9241254329681396,6.685168266296387,-8.18360710144043,-0.5150216817855835,0.6322853565216064,-0.25701427459716797 +529,-0.36221638229061776,1.1899231378524464,-0.4843959802308678,-0.1317220777273178,-0.9283403754234314,-0.3476109504699707,4.999094486236572,-10.989296913146973,9.82808780670166,2.944298267364502,1.8054919242858887,-0.8694453239440918 +530,-2.189000733882834,0.48164524705679207,0.7922484315392642,-0.722210168838501,-0.4632378816604614,0.513637125492096,-5.880668640136719,3.7100870609283447,-2.9769976139068604,-3.2478978633880615,-0.3114966154098511,3.738895893096924 +531,-0.678646349022914,1.3168837561348352,-0.8593175395129578,-0.15768393874168396,-0.9679370522499084,-0.19553455710411072,-4.682644367218018,-3.9267704486846924,-7.009164333343506,1.0690609216690063,1.8118395805358887,-2.046271562576294 +532,-2.556395671034014,0.7591303724247453,1.0306170721995405,-0.40070393681526184,-0.6882908344268799,0.6047250628471375,6.341156005859375,-4.075099468231201,3.2453927993774414,-0.49600937962532043,0.6008579134941101,4.473506927490234 +533,-2.54439498661286,1.2950275323715499,0.8682427467236027,-0.15311427414417267,-0.9622161388397217,0.22515787184238434,-11.706925392150879,0.41081351041793823,-6.477146625518799,-1.8788223266601562,0.7449615597724915,0.24816976487636566 +534,3.0909464843428434,1.1794112188824548,1.5612523282310133,0.019311681389808655,-0.9243815541267395,0.3809798061847687,16.265453338623047,1.3494852781295776,4.721817970275879,-0.6199281811714172,2.5756115913391113,-0.24035483598709106 +535,-3.1053650514901534,0.9987697864753552,1.5014543933009208,-0.019607048481702805,-0.8408056497573853,0.5409817099571228,-3.5711874961853027,-4.16477108001709,-0.48704567551612854,-0.2927861511707306,0.43536442518234253,0.9492525458335876 +536,1.324956613715723,1.2506454007770837,-2.948424988270921,0.30524784326553345,-0.9491879343986511,-0.07659127563238144,-3.610179901123047,0.33388713002204895,-3.225438117980957,0.49528932571411133,1.5707545280456543,-2.4707415103912354 +537,-2.8519576817362475,0.8631571507762743,1.4695034096248931,-0.18565349280834198,-0.7598986029624939,0.6229662895202637,5.926829814910889,4.995654106140137,2.9345669746398926,-0.9188387393951416,1.0860093832015991,0.7212567925453186 +538,-2.5062954016648997,0.7157672900275087,1.1694714732021065,-0.4477863907814026,-0.6561965942382812,0.6073659658432007,-5.290561199188232,-2.5983777046203613,0.6250280141830444,-0.6590862274169922,0.20427697896957397,2.0159249305725098 +539,-1.53279549159889,1.2071061865631478,-0.09905478123302042,-0.35546883940696716,-0.9345905184745789,-0.013514618389308453,-4.170925617218018,2.5458791255950928,0.18593841791152954,0.21195989847183228,0.7677050828933716,-3.3792314529418945 +540,-2.026259352486932,0.6222776935193405,0.9223957383669817,-0.7297190427780151,-0.5828874111175537,0.35742422938346863,4.977372646331787,3.2692956924438477,1.881911039352417,-1.7920246124267578,0.7169511914253235,1.8627448081970215 +541,-2.0701764116926036,0.5567949247694737,0.941840841114162,-0.7452786564826965,-0.5284679532051086,0.406547874212265,-5.148874759674072,-2.301011323928833,-0.22496622800827026,-0.766119658946991,0.4105786085128784,2.1530680656433105 +542,-1.1704562930749862,0.9576025703336983,-0.3086487805536672,-0.5299779772758484,-0.8178142309188843,-0.22428354620933533,-3.2502129077911377,2.647332191467285,-1.6951218843460083,0.2805730700492859,1.0559430122375488,-3.1350455284118652 +543,-1.9757109198322111,0.6681961823566076,0.9145414944501772,-0.721467137336731,-0.6195710897445679,0.30921968817710876,7.964217185974121,1.752925992012024,2.0908114910125732,-0.6233051419258118,1.07405424118042,1.4431606531143188 +544,-1.768827074892766,0.8743609302683314,0.5990608370528859,-0.6289501190185547,-0.7671337127685547,0.12620554864406586,-8.487208366394043,0.8962225317955017,-2.943157434463501,-0.2332478165626526,0.20777690410614014,0.548782229423523 +545,-0.3429780056534666,0.7858550962543828,-0.6909419014390403,-0.23768647015094757,-0.707429826259613,-0.6656186580657959,6.458356857299805,1.6265208721160889,4.91218376159668,2.0194551944732666,1.1795977354049683,-3.6363070011138916 +546,-1.0419067125254193,1.065913385450707,0.43726788662913874,-0.41761526465415955,-0.8752310872077942,-0.24406538903713226,1.0140234231948853,-0.4409244656562805,-0.6225931644439697,-0.9517542123794556,-0.42483294010162354,1.8289347887039185 +547,-0.22665850329126264,1.149813065557883,-0.5459339837333795,-0.09183478355407715,-0.9126875400543213,-0.39820578694343567,-0.193254292011261,-0.5638300776481628,-4.961949825286865,-0.49379754066467285,0.6099531650543213,-0.39955419301986694 +548,0.11685567951898615,0.7881306294909589,-0.7055059180423985,0.08221593499183655,-0.7090362906455994,-0.7003628015518188,-11.517404556274414,6.609007358551025,3.7880654335021973,0.40484461188316345,0.7273010611534119,0.5739437341690063 +549,-0.01513359908572179,0.8144657598347098,-0.28858834816457474,-0.010385141707956791,-0.7273590564727783,-0.68617844581604,4.640658378601074,0.6477302312850952,-0.9964414238929749,-1.560461401939392,-0.5924498438835144,0.049825966358184814 +550,0.34922045261703477,0.6523751507748632,-0.8002556521419679,0.2718997299671173,-0.6070755124092102,-0.7466791868209839,-0.22325602173805237,-2.435777425765991,-2.565976142883301,1.1619839668273926,0.9900253415107727,0.024785876274108887 +551,0.1682959082210131,0.5410427566625328,-0.48753874236727807,0.14357852935791016,-0.5150300860404968,-0.8450616598129272,0.18101200461387634,1.3572739362716675,0.23036250472068787,-0.6954584121704102,0.21115130186080933,-2.1223301887512207 +552,0.3684575307240194,0.9401186083544186,-0.6773620230530112,0.21239352226257324,-0.8076280355453491,-0.5501144528388977,4.301781177520752,-1.1573572158813477,-1.6568461656570435,-0.22009922564029694,0.2977709174156189,1.0709121227264404 +553,0.06081684416511482,0.8763618470175729,-0.6067420350673939,0.03889580816030502,-0.7684157490730286,-0.6387677788734436,-9.5411958694458,1.1723963022232056,4.903790473937988,0.05752446874976158,0.35665738582611084,0.6101881265640259 +554,0.12889718688168553,0.5334204449826998,-0.5349835083042365,0.11068278551101685,-0.5084815621376038,-0.8539296388626099,7.0836944580078125,2.689962387084961,1.309018850326538,0.17599934339523315,0.40475231409072876,-0.9263590574264526 +555,0.36354249091908475,1.2322458614343013,-0.9159406242923454,0.1180977076292038,-0.9432370662689209,-0.3104136884212494,2.8636152744293213,-5.636159896850586,-1.1151940822601318,0.737615168094635,0.8208768963813782,2.585972309112549 +556,0.04387037889485471,0.4228616655318035,-0.4351736908456017,0.039993371814489365,-0.41037172079086304,-0.9110409021377563,-11.741250991821289,4.880170822143555,2.1009626388549805,-1.3269349336624146,1.8302936553955078,-2.7399141788482666 +557,0.23368224074947352,0.7127078225057261,-0.5284692898264154,0.17519785463809967,-0.6538848876953125,-0.7360300421714783,7.909745216369629,-0.9302668571472168,-0.5378097295761108,-0.31007030606269836,0.4699859619140625,0.21407270431518555 +558,0.13425044794473856,1.2465014194544086,-0.8905053311460395,0.04264925792813301,-0.9478756189346313,-0.3157734274864197,-5.0871968269348145,0.014387796632945538,1.7027440071105957,0.8491964340209961,0.5225979089736938,1.814629077911377 +559,0.07973911223068333,0.4041260650261824,-0.35910578032111445,0.07323817163705826,-0.3932153880596161,-0.9165248870849609,5.268285751342773,-0.7432270050048828,-0.8164239525794983,-0.6343648433685303,1.0408899784088135,-3.741891860961914 +560,0.20087087299386985,1.1061684864475194,-0.5864827810516363,0.08940418809652328,-0.8939883708953857,-0.43908047676086426,6.431809425354004,-1.3750327825546265,-1.3671777248382568,0.17857065796852112,0.474722683429718,1.0627834796905518 +561,0.009420711850901155,0.7324387915309826,-0.312571032324334,0.007004627026617527,-0.6686849594116211,-0.7435128092765808,-11.186079025268555,6.763040542602539,3.5442371368408203,-0.40741050243377686,0.5393362641334534,-0.9145071506500244 +562,0.17802559221788117,0.8661420942357249,-0.43395645583976916,0.11471154540777206,-0.7618355751037598,-0.637532651424408,7.922616004943848,-0.7679417729377747,-1.1303361654281616,-0.03824974596500397,0.47669458389282227,-0.18899017572402954 +563,0.4765306652594189,1.2157780428643257,-0.7903121398569819,0.15944735705852509,-0.9376401305198669,-0.30888131260871887,-2.182804822921753,-1.1275203227996826,0.40001624822616577,0.4561074376106262,0.5205869078636169,2.0070319175720215 +564,0.08948880534862459,0.613699384075835,-0.27299214053996246,0.07306156307458878,-0.5758957266807556,-0.8142518401145935,-1.8795958757400513,0.6663666367530823,-0.18268486857414246,-0.5680719614028931,0.5911545753479004,-2.3773069381713867 +565,0.302583021099031,0.8928750316783886,-0.37852810362487116,0.18689002096652985,-0.7788780927658081,-0.5986827611923218,4.672257423400879,1.2481335401535034,-0.7968881130218506,-0.33393895626068115,0.1090019941329956,-0.05005991458892822 +566,0.3194992840592783,1.1918346662160284,-0.6320875278716448,0.11619985848665237,-0.9290492534637451,-0.3512333333492279,-4.007039546966553,-1.054389476776123,1.2692947387695312,0.17896616458892822,0.37178313732147217,1.5758579969406128 +567,0.1571938496609502,0.7084176952624555,-0.34304608107943485,0.11888079345226288,-0.6506329774856567,-0.7500293254852295,2.209141731262207,0.7043936252593994,-0.38417279720306396,-0.053512148559093475,0.381178081035614,-2.053818941116333 +568,0.46185824272367987,1.1032476946955772,-0.6198399659572054,0.20083719491958618,-0.8926758170127869,-0.4034776985645294,4.815293312072754,-1.7251633405685425,0.04694586992263794,0.23074238002300262,0.26535654067993164,0.7335405349731445 +569,0.13519058739195738,0.8577785512562925,-0.38785458398010964,0.0881616547703743,-0.7563913464546204,-0.6481509208679199,-8.185023307800293,0.45117470622062683,0.2410266101360321,-0.3632318377494812,0.15904027223587036,-0.09231233596801758 +570,0.2869968141981634,0.6919345745896138,-0.46547435513647234,0.21797004342079163,-0.6380280256271362,-0.7385182976722717,6.211753845214844,0.8451855778694153,0.0938117653131485,0.07856926321983337,0.49413764476776123,-0.9326700568199158 +571,0.8523276259209338,1.3637215310703394,-1.3512747959226374,0.15477773547172546,-0.9786365032196045,-0.13533180952072144,-0.5306004881858826,-4.546300888061523,0.5049817562103271,0.48372629284858704,0.7586199045181274,2.9096696376800537 +572,-0.1173152032270191,0.8389853581385442,-0.5364066496441463,-0.0782124400138855,-0.7439655065536499,-0.6636250019073486,-6.575232028961182,-2.281639814376831,3.4225611686706543,-0.663471519947052,0.6079639196395874,-0.9045054912567139 +573,0.09494818021519613,1.067819326832301,-0.8355580415239113,0.04569970816373825,-0.876151442527771,-0.47986486554145813,7.910517692565918,-2.583811044692993,-4.740110397338867,-0.19258078932762146,0.310996413230896,-0.17905545234680176 +574,0.2504170481003172,1.1146773423817367,-1.0746857809564978,0.10915131121873856,-0.8977687358856201,-0.4267286956310272,-2.1725547313690186,-5.3745903968811035,6.761430263519287,1.6845955848693848,1.2467067241668701,0.8532270789146423 +575,-0.6867612779144623,0.9281238752483101,-0.1692772749681927,-0.38000115752220154,-0.8004969358444214,-0.46346932649612427,2.9783170223236084,-2.38995361328125,-4.1937689781188965,-1.8733710050582886,-0.9575749635696411,-1.7165844440460205 +576,0.29308347272280183,1.0822664949551315,-1.390375094366628,0.1355915516614914,-0.8830237984657288,-0.44931498169898987,-3.078744649887085,-1.7768275737762451,-8.651056289672852,0.1010722815990448,1.4182562828063965,0.18764197826385498 +577,-0.9479335952546356,1.044062534209068,-0.10688380949969206,-0.4083091616630554,-0.8644536137580872,-0.29326382279396057,-7.106551647186279,8.101019859313965,12.011160850524902,-0.7882088422775269,1.8071720600128174,1.5405172109603882 +578,-0.7155209805854655,1.0304338572946012,-0.332183916917076,-0.337482750415802,-0.8575222492218018,-0.3882797062397003,-0.1752217710018158,0.8629875779151917,-4.3386311531066895,-0.755321204662323,-0.31252169609069824,0.00951075553894043 +579,0.7356789847817078,1.168109952827912,-1.8626461092674849,0.2629946768283844,-0.9200115203857422,-0.29053857922554016,5.273239612579346,-0.4006427228450775,-3.7337887287139893,1.2643643617630005,1.6626720428466797,0.6370657086372375 +580,-0.3115343665658058,0.6032528514244477,-0.3950166282212837,-0.2524171471595764,-0.567324161529541,-0.783855140209198,-7.378378868103027,2.2712643146514893,7.31838321685791,-1.5951933860778809,1.1457695960998535,-2.3867228031158447 +581,-0.17212922338641676,0.9678815713453821,-0.5873158815397209,-0.09712386876344681,-0.8236863017082214,-0.5586661100387573,1.329490303993225,3.6662137508392334,-2.928428888320923,-0.0007612705230712891,0.28341835737228394,0.2779654264450073 +582,0.15705081525040762,1.2644365820263244,-0.9771925209289422,0.0471704937517643,-0.9534377455711365,-0.29787832498550415,1.1060314178466797,-4.4147562980651855,3.9167673587799072,1.0198460817337036,0.712089478969574,1.0838737487792969 +583,-0.28700127924218694,0.7028789967378358,-0.3423995382969003,-0.21598364412784576,-0.6464170217514038,-0.7317759990692139,3.7579002380371094,-1.4574055671691895,-2.095980167388916,-1.594853162765503,-0.02133810520172119,-2.5776264667510986 +584,0.21937310520124112,0.9996663837607371,-0.8308791430149776,0.11764048784971237,-0.8412907123565674,-0.5276274681091309,2.5671372413635254,0.7010084986686707,-4.536285400390625,0.05228137969970703,0.5963260531425476,0.26346731185913086 +585,0.17880654468880575,1.1087821972806673,-1.0188807032374185,0.07927936315536499,-0.8951565027236938,-0.4386453330516815,-8.390308380126953,0.5178733468055725,7.290266513824463,0.6250510811805725,0.38174402713775635,0.9534158110618591 +586,0.11971787447110603,0.6453977523936829,-0.6313336825857595,0.09540960192680359,-0.6015162467956543,-0.7931426167488098,2.1882991790771484,0.4270083010196686,-1.4206079244613647,-0.1657068431377411,-0.0796971321105957,-0.8156525492668152 +587,0.29619371076868944,0.9223507153644023,-0.8588581547969818,0.17628149688243866,-0.7970235347747803,-0.5776489973068237,3.5334184169769287,-2.246044158935547,-0.0638875737786293,0.35692161321640015,0.4983479976654053,0.9825562238693237 +588,-0.07251813621037974,0.6606487493671883,-0.541500268963958,-0.05720973387360573,-0.6136292219161987,-0.7875190377235413,-6.084996223449707,0.2038140892982483,2.2117247581481934,-0.8989517688751221,0.07996833324432373,-0.9880546927452087 +589,0.07155475999500319,0.7179806027902441,-0.6236580978272591,0.053844474256038666,-0.6578651070594788,-0.7512085437774658,5.168713569641113,0.8855866193771362,-1.1948014497756958,-0.01571275293827057,0.26281505823135376,0.02977299690246582 +590,0.21612765459532682,1.1146744196619272,-0.977297994635929,0.09445825964212418,-0.8977674245834351,-0.43022218346595764,1.2405909299850464,-5.214819431304932,2.4452106952667236,1.3845760822296143,0.6202712059020996,1.6171119213104248 +591,-0.4535981212597165,0.7498840733919386,-0.22022253665687508,-0.32066261768341064,-0.6815539598464966,-0.657768726348877,-1.8177456855773926,3.5436503887176514,0.08496478945016861,-2.348130226135254,-0.7933911085128784,-1.6371989250183105 +592,0.090664300457461,0.8763694270735447,-0.7252069203690157,0.05794072151184082,-0.7684205770492554,-0.6373167037963867,-1.8513432741165161,2.099522590637207,-5.228569984436035,-0.02064824476838112,0.5704836249351501,1.0349607467651367 +593,-0.10724853925879785,0.7192104038032576,-0.44193637512329326,-0.0805312991142273,-0.6587908267974854,-0.7480036020278931,-5.11789083480835,3.2477705478668213,5.847475051879883,-0.5891616940498352,0.5230944752693176,0.16850531101226807 +594,0.1603971156157708,0.7830549439310006,-0.6157977785471732,0.11319651454687119,-0.7054479122161865,-0.6996640563011169,3.8946902751922607,2.5759832859039307,-2.3366968631744385,-0.3677588701248169,0.294940710067749,0.18388646841049194 +595,0.22210285728694393,0.984974664957754,-0.7712971624119528,0.1217900887131691,-0.8332580924034119,-0.5393034815788269,-0.353593111038208,-2.4426205158233643,3.5267722606658936,1.0254725217819214,0.6540282368659973,1.5117614269256592 +596,-0.06394855200556451,0.4612886915940464,-0.32552644018090876,-0.057225603610277176,-0.4451024830341339,-0.8936492800712585,3.541311502456665,-1.4637073278427124,-2.5495800971984863,-1.0577036142349243,0.3775365650653839,-3.369702100753784 +597,0.264413497648024,0.8125346215368537,-0.5536614886968286,0.1797153651714325,-0.7260324358940125,-0.6637614369392395,4.945257186889648,-0.0820949599146843,-1.4102386236190796,0.11876177787780762,0.3196604251861572,0.3781780004501343 +598,-0.03365109076829274,0.6882254856302216,-0.38632737736731715,-0.025986334308981895,-0.6351675987243652,-0.7719370722770691,-10.99311351776123,0.8581947088241577,5.242898464202881,-0.016753531992435455,0.22977209091186523,0.4467570185661316 +599,0.13101544784380906,0.6711894477969942,-0.44429602505360394,0.10230264812707901,-0.6219178438186646,-0.7763713002204895,3.130617141723633,3.5796282291412354,-0.536851704120636,0.03374471515417099,0.16304033994674683,-0.022243201732635498 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/z1.csv b/BoostRunClub/CoreML/DataSet/Motion/running/z1.csv new file mode 100644 index 0000000..ea28fc3 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/z1.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,0.14209002944093532,0.966576776975646,-0.42973395775430606,0.08045284450054169,-0.8229457139968872,-0.5623946785926819,0.6633832454681396,-1.7553383111953735,2.2371129989624023,0.5167151093482971,0.2939540147781372,1.483079433441162 +1,-0.049956456396359074,0.5271526874422185,-0.10712346796685569,-0.04315656051039696,-0.503074586391449,-0.8631647825241089,-0.37119659781455994,0.16644661128520966,-0.07789561152458191,0.0011796355247497559,0.00241851806640625,0.07999217510223389 +2,-0.05634619230175748,0.5219060874396009,-0.10794289463962807,-0.048819009214639664,-0.49853336811065674,-0.8654947280883789,-0.1179983988404274,0.027594374492764473,0.10422581434249878,-0.00039058178663253784,0.000745922327041626,0.021210670471191406 +3,-0.05094317664097976,0.5226578557598707,-0.11192329179533389,-0.04412294179201126,-0.49918490648269653,-0.8653713464736938,0.23969855904579163,0.024923326447606087,0.11855796724557877,0.007623918354511261,0.028283417224884033,-0.008819937705993652 +4,-0.04571659624496703,0.5180082475187293,-0.115500996225993,-0.0397050715982914,-0.49515068531036377,-0.8678993582725525,0.12164891511201859,-0.06278233975172043,-0.05193144828081131,0.001252923160791397,0.04117119312286377,-0.00501018762588501 +5,-0.04522235870085763,0.5244789147456903,-0.12194303648535255,-0.03913045674562454,-0.5007620453834534,-0.8647000789642334,0.39770522713661194,-0.5364364981651306,-0.07140378654003143,-0.17969584465026855,-0.007462441921234131,0.1118161678314209 +6,-1.1883871155896308,1.0081314725554473,0.4032718383095156,-0.4949106276035309,-0.8458365797996521,-0.19905748963356018,7.315131664276123,-9.503745079040527,-0.9207716584205627,-0.800758957862854,-0.15478897094726562,0.7779912352561951 +7,0.3168740582278339,0.7856276434720091,-0.5822548928037374,0.22028233110904694,-0.707269012928009,-0.6717486381530762,-3.1274476051330566,16.229516983032227,-10.453978538513184,0.5109035968780518,1.9816526174545288,0.20218992233276367 +8,-0.17715908730893007,0.9510500311973933,-0.2414881801129741,-0.10236167907714844,-0.8140258193016052,-0.5717378258705139,3.3400986194610596,-11.396395683288574,10.513799667358398,0.20590782165527344,2.029632568359375,1.1594452857971191 +9,-0.398615267822587,0.7795858215320792,0.09683976517460725,-0.27604883909225464,-0.7029849290847778,-0.65544593334198,-0.5557677745819092,7.632254123687744,-8.320451736450195,-1.848203420639038,-0.39914214611053467,0.09792029857635498 +10,0.31487110223296844,0.5977594806169498,-0.33736088550689125,0.2559925615787506,-0.5627918839454651,-0.7859600186347961,-2.022156238555908,-14.859350204467773,9.823890686035156,2.1713602542877197,1.7434406280517578,2.099268674850464 +11,-1.0554386520574637,0.05763904198427626,0.6411518003193886,-0.8686714768409729,-0.05760713294148445,-0.4920276403427124,0.06302227824926376,6.534014701843262,1.827469825744629,-3.850353240966797,0.02686067298054695,-0.5243145227432251 +12,-1.1886527784470287,-0.45339734345259614,0.7153311120342374,-0.8341196775436401,0.4380221366882324,-0.33523300290107727,-0.7802035808563232,-4.730942726135254,8.889307975769043,-0.07849335670471191,1.424633502960205,-0.7354304790496826 +13,-0.6492301752108213,-1.0041125567585993,1.7482721939985644,-0.32455751299858093,0.8436858654022217,-0.4276174306869507,4.616384506225586,0.917931318283081,3.3751392364501953,-3.846966505050659,-0.0038115978240966797,0.21198022365570068 +14,-0.5903074725691535,-0.7561165451135585,1.5994065555350783,-0.4049418270587921,0.6861013770103455,-0.6043898463249207,0.9597448706626892,-0.8358746767044067,-3.0125155448913574,-0.17123004794120789,-0.07819122076034546,0.8432356715202332 +15,-0.8785549892371476,-0.5843860685955511,1.3686269108844145,-0.6420668959617615,0.5516874194145203,-0.5323448181152344,-0.6969847083091736,-1.880349040031433,-2.4464104175567627,0.6384506225585938,-0.010015726089477539,0.31026846170425415 +16,-1.0624678532450642,-0.499452486654554,1.0626647073799222,-0.7668496370315552,0.4789449870586395,-0.4272627532482147,-3.1202406883239746,-1.5337049961090088,-5.016095161437988,-0.5804556608200073,-0.5582296848297119,0.1724715232849121 +17,-1.3788003305198544,-0.3212446141738722,0.5144195718010993,-0.9314084649085999,0.3157477378845215,-0.1810569167137146,-1.6732815504074097,-5.226840972900391,-3.6202657222747803,-0.08885514736175537,0.31724783778190613,-0.7633553147315979 +18,-1.849562984351031,-0.15506188074009242,0.8001465189856013,-0.9498607516288757,0.154441237449646,0.27186864614486694,8.590182304382324,-2.2627696990966797,3.23246431350708,0.988709568977356,0.288368821144104,-0.6404751539230347 +19,-1.7857751388396625,-0.7446164079435206,1.2031699791395727,-0.7184209227561951,0.677689790725708,0.15686936676502228,3.147312641143799,-2.84464430809021,4.847245693206787,-1.6748132705688477,1.5169360637664795,0.4051271677017212 +20,-1.8668500500955745,-0.788181256517834,1.0960937126503276,-0.6744591593742371,0.7090719938278198,0.205721914768219,-3.5624895095825195,0.12714417278766632,1.9970086812973022,0.19626402854919434,-0.5682486891746521,-0.1293821632862091 +21,-2.4113242856824937,-0.9011409529603372,0.482191119680819,-0.4140605628490448,0.7840356230735779,0.46243032813072205,-0.4011794328689575,-0.03784182667732239,1.9837590456008911,0.3649883270263672,-0.6159143447875977,-0.4173254072666168 +22,-2.020308504211044,-0.9669763939016869,0.5977564891018033,-0.5113863348960876,0.8231726884841919,0.24672016501426697,-0.2456977218389511,4.139097690582275,-1.9422125816345215,0.49069541692733765,0.2906273603439331,0.5047751665115356 +23,-2.116906928443648,-0.8695819469735477,0.7375330128299582,-0.5513101816177368,0.76405930519104,0.33506786823272705,1.4105019569396973,1.3669832944869995,-0.8004254698753357,0.11384069919586182,0.05967116355895996,-0.3199465274810791 +24,-1.6493041981815366,-0.9814411663452903,1.227569460285965,-0.5541132688522339,0.8312992453575134,0.04359184950590134,4.411675453186035,-1.2977656126022339,0.5924814939498901,0.6535089612007141,-0.8285372853279114,-0.25101983547210693 +25,-1.546813164764085,-0.8018497810358265,1.3120587253079947,-0.6951785683631897,0.7186436057090759,-0.016675777733325958,-2.0959689617156982,4.162932395935059,0.06886540353298187,-2.097179889678955,1.5016169548034668,0.18000584840774536 +26,-1.736146214311051,-0.821107439399197,1.0743403212429299,-0.672117292881012,0.7319008708000183,0.11215855181217194,-2.0637295246124268,-0.4401094615459442,0.4538405239582062,0.5742779970169067,-0.4310280680656433,0.04564785957336426 +27,-2.1055771869486644,-0.8419613567974742,0.699248585980407,-0.5730144381523132,0.7459508180618286,0.33942922949790955,-2.3954012393951416,-3.4581518173217773,1.5429394245147705,0.7160197496414185,-0.7714176774024963,-0.30659231543540955 +28,-2.293875737846907,-0.7523495439294556,0.5631772737194641,-0.5473973155021667,0.683355987071991,0.48309507966041565,1.0208226442337036,6.207160949707031,-3.8800601959228516,-1.2951014041900635,2.8746883869171143,1.5106334686279297 +29,-1.925253349456179,-0.7026087563330761,0.860058487647806,-0.7157171964645386,0.646210789680481,0.2648780941963196,1.3435453176498413,1.3465971946716309,-0.3740019202232361,0.39471811056137085,-0.7182781100273132,-0.29303064942359924 +30,-1.7829823427282279,-0.7136870228695597,0.9330825376666985,-0.7389995455741882,0.654625415802002,0.15920181572437286,0.3674311637878418,0.18446509540081024,0.1593923270702362,0.8364421725273132,-0.7031179070472717,-0.13461996614933014 +31,-1.6984172645377285,-0.6494542516686108,0.848542931267782,-0.7899370789527893,0.6047518253326416,0.1013634204864502,-1.0450067520141602,-0.5433098077774048,0.6199064254760742,-1.467936396598816,1.7923429012298584,-0.4640190601348877 +32,-1.7452313473260357,-0.6702923686560278,0.8158144615340476,-0.7717480659484863,0.6212151050567627,0.13600210845470428,-2.5501153469085693,-1.5154178142547607,0.424762099981308,0.5507245659828186,-0.5053704977035522,0.0788111537694931 +33,-2.3099339004809,-0.6414767712673027,0.3700490454297509,-0.5921361446380615,0.5983793139457703,0.5397376418113708,-3.7961339950561523,-4.595444202423096,2.3136415481567383,0.8424871563911438,-0.67757248878479,-0.2910805344581604 +34,-2.341048870303008,-0.58174029545604,0.03843164849864627,-0.5996729135513306,0.5494787693023682,0.5817777514457703,-2.0598714351654053,5.084115505218506,-0.6027096509933472,-1.1936314105987549,1.8597161769866943,-0.08450913429260254 +35,-2.1268855038028476,-0.6003440268657063,0.22458978753771675,-0.7008141279220581,0.5649263858795166,0.43556633591651917,3.638514518737793,2.1182236671447754,-1.1639657020568848,0.5420921444892883,-0.42240917682647705,-0.054828941822052 +36,-1.669284748735521,-0.6823379857540086,0.5115402765914682,-0.7723395824432373,0.6306092739105225,0.07631341367959976,1.2985258102416992,2.0718677043914795,0.9319474101066589,0.9272162318229675,-0.68589186668396,-0.006962180137634277 +37,-1.588467978848621,-0.6902422262508435,0.39863891161422677,-0.7709712982177734,0.6367239952087402,0.013625754974782467,-2.7680749893188477,-0.8405119180679321,0.698559582233429,-3.511178970336914,2.8239846229553223,-0.41784632205963135 +38,-1.7090610717688897,-0.7134176262601286,0.22153162278865993,-0.7489138841629028,0.6544217467308044,0.10421331971883774,-0.6566511392593384,-3.8921399116516113,0.38916435837745667,0.41698938608169556,-0.26277434825897217,-0.22252999246120453 +39,-2.3320767191001597,-0.6511905036295023,-0.08635223124818504,-0.5758054256439209,0.6061336994171143,0.5486800670623779,-2.8578977584838867,-6.721614837646484,1.4034042358398438,0.8515928387641907,-0.6425259709358215,-0.3723343014717102 +40,-2.4939857513973838,-0.6470985968055718,-0.32979359169831857,-0.48131853342056274,0.6028741002082825,0.6362984776496887,-1.217307686805725,5.8712568283081055,-0.7530222535133362,-1.2706193923950195,1.6334846019744873,0.5152824521064758 +41,-2.105334613373459,-0.6334596848743876,-0.11033942278431914,-0.6935527324676514,0.5919367671012878,0.41060373187065125,3.447316884994507,1.068906307220459,-1.2723939418792725,0.5812023282051086,-0.5728328227996826,-0.22511795163154602 +42,-1.6159687042762438,-0.6009375173562872,0.3495857173615685,-0.8239642977714539,0.5654159784317017,0.03724576160311699,1.8592106103897095,-0.8330000638961792,-0.9440502524375916,1.1461689472198486,-0.7740037441253662,0.3141489028930664 +43,-1.486992104474396,-0.604227207277815,0.2609760943305017,-0.8200531601905823,0.5681262612342834,-0.06888525187969208,-2.181468963623047,4.130208969116211,-2.909714937210083,-5.6069488525390625,4.385181903839111,0.8792642951011658 +44,-1.6927496709142846,-0.6088484650438123,0.16110296234768867,-0.8142146468162537,0.5719232559204102,0.09979141503572464,-1.224169373512268,-2.3450465202331543,0.2730966806411743,0.42670243978500366,-0.19344425201416016,0.12803757190704346 +45,-2.065560619480162,-0.622142972782052,-0.14687314458920728,-0.7151811718940735,0.5827779173851013,0.3858570456504822,-1.940687894821167,-5.932242393493652,1.7720392942428589,0.9120500683784485,-0.6186666488647461,-0.46877339482307434 +46,-2.328984372923064,-0.6302835749649776,-0.3182108344106582,-0.5865739583969116,0.5893738865852356,0.5554905533790588,-1.7810369729995728,6.157395362854004,-2.0902950763702393,-1.261540174484253,1.7032897472381592,1.0714168548583984 +47,-2.045619547041885,-0.6022527985141546,-0.104981364241571,-0.7328984141349792,0.5665003657341003,0.37674540281295776,2.3226306438446045,0.94681316614151,-1.1449623107910156,0.481555700302124,-0.3761012554168701,0.10808727145195007 +48,-1.6586506656639475,-0.5575394556808411,0.22516583732492385,-0.8452869057655334,0.5290998816490173,0.07445377111434937,2.2885656356811523,1.3359471559524536,-1.3486957550048828,1.0461688041687012,-0.6438612341880798,0.07628774642944336 +49,-1.6319798580878353,-0.4192828035417166,0.1653802157741787,-0.9116721749305725,0.4071054756641388,0.05584903061389923,-1.3510549068450928,-1.2971749305725098,-2.6983091831207275,-3.2128701210021973,2.1640615463256836,-0.3332386016845703 +50,-1.7374703879357918,-0.4111492862975181,0.14468057098865408,-0.9039592146873474,0.3996630907058716,0.15207742154598236,-2.03715443611145,-2.5389506816864014,0.6908261179924011,0.6143472790718079,-0.1543474793434143,0.2670358419418335 +51,-2.0769439592235597,-0.42782279303321247,-0.11335367355057134,-0.7957903742790222,0.4148907959461212,0.441116064786911,-0.8758052587509155,-4.835455417633057,0.8599691987037659,0.9899126887321472,-0.3663221001625061,-0.5267789363861084 +52,-2.2765260578198228,-0.4660729130582669,-0.30167614519327546,-0.6799555420875549,0.4493815302848816,0.579410970211029,-1.8412187099456787,3.763038396835327,0.40335798263549805,-1.2721014022827148,1.0953572988510132,0.7120166420936584 +53,-2.0087981101192116,-0.43485576518504365,-0.26856212781414696,-0.8213174939155579,0.4212796092033386,0.38465726375579834,1.5280606746673584,1.8789799213409424,-0.6973740458488464,0.2178170084953308,-0.13236963748931885,-0.052091896533966064 +54,-1.694700370486248,-0.40943137007680663,-0.07242832777238563,-0.9103146195411682,0.3980877697467804,0.11337243020534515,2.5926780700683594,1.2582374811172485,-1.0017201900482178,1.053655743598938,-0.529618501663208,-0.08998072892427444 +55,-1.5929357751975957,-0.2766898932334057,0.05588289014636068,-0.9617292881011963,0.27317294478416443,0.021295635029673576,-2.9088664054870605,0.3100847899913788,-4.245406150817871,-3.052034378051758,1.1179556846618652,0.8769435882568359 +56,-1.6413731402054592,-0.21921680321016324,-0.17431217268256294,-0.9736382365226746,0.21746523678302765,0.06883060187101364,0.1119714230298996,-0.8219950199127197,-0.4941476881504059,0.5079552531242371,0.47424620389938354,-0.02702152729034424 +57,-1.76365506362589,-0.17126221938047587,-0.34391083325775673,-0.96710205078125,0.17042623460292816,0.1888614445924759,-1.5443215370178223,-1.2454272508621216,-0.07163756340742111,1.09051513671875,-0.18838582932949066,-0.17401456832885742 +58,-1.945979815006445,-0.15234934096473646,-0.6182107592573728,-0.9196633100509644,0.15176068246364594,0.3621988296508789,-4.33327054977417,-0.9055175185203552,0.691268801689148,-2.2334890365600586,1.0374177694320679,0.4748525321483612 +59,-1.8912096258294406,-0.13740449029106097,-0.6772667742520283,-0.9401597380638123,0.13697253167629242,0.31199026107788086,1.5727424621582031,2.6561334133148193,-0.6740208268165588,0.16129028797149658,-0.10175527632236481,-0.056176722049713135 +60,-1.6633158662040914,-0.08473651500218878,-0.5657338025530566,-0.9921504855155945,0.08463514596223831,0.09205611795186996,0.5000078678131104,1.3906738758087158,-0.743682324886322,1.0171444416046143,-0.06000746786594391,0.08598339557647705 +61,-1.5896368148737057,-0.05762196700886103,-0.5194613276892396,-0.998163104057312,0.05759008601307869,0.01880810596048832,0.11453140527009964,-3.6255006790161133,2.387976884841919,-0.895696759223938,-0.2055698186159134,0.26552414894104004 +62,-1.7769925818268641,-0.07948548608019156,-0.7018872686781462,-0.9757261872291565,0.07940181344747543,0.20409177243709564,-1.681922435760498,0.6455454230308533,0.08222535252571106,0.12771916389465332,0.23146547377109528,-0.3849695026874542 +63,-1.7078182779959508,-0.05212067330049169,-0.9052116026901934,-0.989281952381134,0.052097078412771225,0.13640810549259186,-2.469982147216797,0.60791015625,0.6217912435531616,1.1017850637435913,0.20083260536193848,0.17627501487731934 +64,-1.8368178872752154,-0.07973262063535251,-0.9594453383652232,-0.9617591500282288,0.07964816689491272,0.2620598077774048,-2.887288808822632,-2.2224931716918945,1.0633015632629395,-1.030336618423462,0.5936153531074524,0.3544715344905853 +65,-2.115312359949312,-0.09071129438993797,-1.1345242548926655,-0.8518614172935486,0.09058694541454315,0.5158745050430298,4.058462142944336,0.1521303504705429,-1.2269580364227295,-0.07829928398132324,-0.34196022152900696,-0.9838920831680298 +66,-1.9248431560297101,-0.12021204062335972,-0.7182067831372718,-0.9312081336975098,0.11992271989583969,0.3441944122314453,2.114593505859375,2.9612419605255127,-1.8581278324127197,1.0496317148208618,-0.21551905572414398,-0.1026783287525177 +67,-1.6659278451487485,-0.032633931467921866,-0.7327221678826724,-0.9949483871459961,0.0326281376183033,0.0949375182390213,-1.2764743566513062,-4.06458044052124,5.2527384757995605,-0.8076639175415039,-0.8403063416481018,0.4464442729949951 +68,-1.7780349366281296,-0.09881051646178837,-0.9015176681389733,-0.9738293886184692,0.09864980727434158,0.20475473999977112,-2.045290470123291,1.381507158279419,0.7018038034439087,-0.2166154980659485,0.675001323223114,-0.34000861644744873 +69,-1.8272402700550616,-0.1304635605353977,-0.9992560681653175,-0.9590775370597839,0.1300937831401825,0.2514868378639221,0.9086990356445312,-2.2586355209350586,-0.2235841155052185,1.0936907529830933,-0.15575909614562988,-0.3256140351295471 +70,-2.0817304255889924,-0.16829429560231693,-0.9624440589527254,-0.8599643111228943,0.16750098764896393,0.4820837080478668,-2.217082977294922,2.732055425643921,3.3641111850738525,-0.17900657653808594,-0.09688332676887512,1.2511316537857056 +71,-2.038289443674896,-0.09739706983421927,-1.4007674242889094,-0.8884700536727905,0.09724315255880356,0.44851404428482056,1.5584802627563477,0.5430319905281067,-0.3937346339225769,0.20022237300872803,-0.27209359407424927,-1.0310792922973633 +72,-1.863007164879248,-0.09874730639675258,-1.1661207763936108,-0.9529442191123962,0.09858690202236176,0.2866666615009308,1.2162193059921265,2.221921682357788,-1.1416311264038086,1.045992374420166,-0.11636342108249664,-0.20384198427200317 +73,-1.7978464328349195,-0.055035201266586696,-1.094214182343946,-0.9728594422340393,0.05500742420554161,0.22476349771022797,0.9221155047416687,-2.458185911178589,-0.5981056690216064,-2.0104780197143555,0.342651903629303,0.9433883428573608 +74,-1.830450830871454,-0.0603634849335812,-1.2765698680879407,-0.9647185206413269,0.06032683327794075,0.2562790513038635,-3.7542924880981445,1.186242938041687,1.0378122329711914,0.19799482822418213,0.6159121990203857,-0.17678067088127136 +75,-1.7510350644038641,-0.11926231427135783,-1.476653764857926,-0.9768125414848328,0.1189797967672348,0.17799104750156403,1.5172901153564453,-3.9152231216430664,0.12191777676343918,1.0072996616363525,-0.2890084981918335,-0.43447601795196533 +76,-2.0493503938641684,-0.1819949438581894,-1.5112957527935618,-0.8730016946792603,0.18099193274974823,0.45289090275764465,-1.1163923740386963,-1.6340985298156738,2.613452434539795,0.18823301792144775,0.06896230578422546,0.6062827110290527 +77,-2.1327802494349135,-0.07427350355675372,-1.8605717145401006,-0.8438668251037598,0.07420523464679718,0.5313970446586609,0.06186980754137039,1.8930848836898804,-0.11727749556303024,-0.27296990156173706,-0.2198656052350998,-0.9847050905227661 +78,-1.9128531893262317,-0.13953638833907092,-1.6246873332959897,-0.9329105019569397,0.13908402621746063,0.3321654200553894,1.9421935081481934,2.2150344848632812,-1.055092453956604,1.0806612968444824,-0.26062023639678955,-0.4118621051311493 +79,-1.835733202206188,-0.09107583108762214,-1.4916992736655244,-0.961108922958374,0.09094997495412827,0.2607630789279938,0.3904445469379425,-3.9878766536712646,0.26541560888290405,-2.0099449157714844,-0.5475844740867615,0.8865756392478943 +80,-1.8841337846999515,-0.10950524015873841,-1.8068894291817976,-0.9456123113632202,0.10928651690483093,0.30638912320137024,-4.2916107177734375,2.2652854919433594,1.7351597547531128,-0.3025873899459839,0.896069347858429,0.002006351947784424 +81,-1.8423175140050614,-0.14591301403746884,-1.9058510403975968,-0.9531270861625671,0.14539580047130585,0.26534727215766907,0.36229991912841797,-1.7857022285461426,0.4813404679298401,1.3315296173095703,-0.13851404190063477,-0.021328628063201904 +82,-2.2652363716634425,-0.20959397244147537,-2.0913043306195,-0.7515957951545715,0.2080627679824829,0.6259501576423645,-3.174968957901001,0.5718236565589905,3.3832061290740967,-0.3699709177017212,0.2348846197128296,1.5423237085342407 +83,-2.1961282243369875,-0.067644459548185,-2.5641219651345892,-0.8089147806167603,0.06759288161993027,0.5840277671813965,0.288095623254776,1.8075283765792847,-0.3953709602355957,-0.0436244010925293,-0.17129161953926086,-1.1217625141143799 +84,-1.9620463442087281,-0.13245265609148538,-2.2939143593027946,-0.9163361191749573,0.13206571340560913,0.37800413370132446,2.4177005290985107,1.9659322500228882,-1.2813212871551514,1.046142339706421,-0.23951807618141174,-0.4625835716724396 +85,-1.8751200442031128,-0.1226202993628702,-2.142839502127658,-0.946886420249939,0.1223132461309433,0.297398179769516,0.2922644317150116,-2.2334983348846436,0.21733100712299347,-3.3382086753845215,-0.2620227336883545,2.1232714653015137 +86,-1.9274871479100664,-0.10664701952882308,-2.299042677997321,-0.9317336082458496,0.10644497722387314,0.3471914529800415,-4.109280109405518,0.782741129398346,1.3058240413665771,-0.05181741714477539,0.35829198360443115,-0.027153611183166504 +87,-1.874448564601025,-0.13201025418288717,-2.5249092757989753,-0.9459483027458191,0.1316271722316742,0.2964058220386505,1.064444661140442,-2.133439064025879,0.4621388912200928,1.1218515634536743,-0.014821141958236694,-0.4026985168457031 +88,-2.085310976432604,-0.2170445051232551,-2.637423099088834,-0.8501074314117432,0.2153444141149521,0.48056653141975403,-1.9767861366271973,-2.244230270385742,0.5227140784263611,-0.13420653343200684,0.2557401657104492,0.6738219261169434 +89,-2.183636491879907,-0.1035342502424936,-2.9737975661499947,-0.8136371970176697,0.10334938019514084,0.5721129179000854,-2.5073294639587402,0.3914337754249573,0.7085274457931519,-0.42980140447616577,-0.20788735151290894,-0.5765685439109802 +90,-2.04298538113708,-0.13384993769867204,-2.8967887272114177,-0.8826090097427368,0.13345062732696533,0.4507686197757721,1.9089828729629517,0.8817698955535889,-0.7251779437065125,0.9495340585708618,-0.29015839099884033,-0.6400843858718872 +91,-1.9495700576549186,-0.15895451957036605,-2.73205088540779,-0.9174057245254517,0.158285990357399,0.36511969566345215,0.9880291223526001,-1.1861504316329956,-0.20403432846069336,-2.077864170074463,-0.3857945203781128,1.0456774234771729 +92,-1.9194051329432518,-0.15662497888872995,-2.697447489473916,-0.9283444285392761,0.15598540008068085,0.3374093174934387,-1.3749735355377197,0.3676527142524719,0.26676225662231445,-0.4885103702545166,0.19682830572128296,0.3127065598964691 +93,-1.8150172212707474,-0.14723304602377946,-2.7622470339286664,-0.959827721118927,0.14670167863368988,0.23918429017066956,1.9485862255096436,-1.3965754508972168,-0.214766263961792,1.0073437690734863,0.05140314996242523,-0.24394503235816956 +94,-1.994909687491814,-0.19996384053857022,-2.7370313937117703,-0.8932429552078247,0.19863389432430267,0.40331289172172546,-0.6444829106330872,-2.584747552871704,0.7874720692634583,0.39219027757644653,0.07933542132377625,0.4488140940666199 +95,-2.132238778706037,-0.19203583248695755,-2.9995410337852193,-0.8309276103973389,0.1908576935529709,0.5226209163665771,-2.5420992374420166,-0.2540847361087799,0.8165872097015381,-0.7751666903495789,-0.01927262544631958,-0.16347479820251465 +96,-2.080603386573457,-0.17036889939511304,-3.0070635180928207,-0.8602023124694824,0.16954591870307922,0.4809437692165375,1.2788991928100586,0.7125651240348816,-0.8510029315948486,0.5403472781181335,-0.25180599093437195,-0.448930561542511 +97,-1.9841482149424379,-0.13160880197194552,-2.8408731413142654,-0.9078599810600281,0.1312292069196701,0.3982074558734894,1.236179232597351,1.0668702125549316,-0.7477936148643494,0.5871965289115906,-0.3872564136981964,0.023530244827270508 +98,-2.0550901017655683,-0.147573900360531,-2.7110880618695266,-0.8753847479820251,0.14703883230686188,0.46052297949790955,-0.7968887686729431,-0.9522526264190674,0.3104637563228607,-0.8813292384147644,0.3948923349380493,0.38922375440597534 +99,-2.0515321374459816,-0.11725140626010667,-2.9032906289750064,-0.8805671334266663,0.11698292940855026,0.459256649017334,-1.0967291593551636,1.2363981008529663,0.3343212902545929,0.40418773889541626,0.10950326919555664,-0.321713924407959 +100,-1.9457307158272934,-0.09743154754685267,-2.9790753634344673,-0.9261183738708496,0.09727746993303299,0.3644746243953705,-1.2834405899047852,1.221243143081665,0.5183173418045044,1.125962734222412,-0.028750263154506683,-0.08653584122657776 +101,-2.0820669363200044,-0.14902815731005964,-3.0048757594892197,-0.8624568581581116,0.14847713708877563,0.4838624894618988,-2.1274828910827637,-1.0156550407409668,1.498192548751831,-1.6712651252746582,0.6732239127159119,0.8064969778060913 +102,-2.139827906612973,-0.14149923972023412,3.113603595588787,-0.8340036869049072,0.1410275250673294,0.533431351184845,0.49887752532958984,0.8542442917823792,-0.17979642748832703,0.24004018306732178,-0.2639981210231781,-0.48020869493484497 +103,-2.0157150696471375,-0.1475799593779844,-3.0248278856266753,-0.8928335905075073,0.147044837474823,0.4257061183452606,1.4891422986984253,0.6530336737632751,-0.7125698924064636,0.8134270310401917,-0.388866126537323,-0.38702520728111267 +104,-2.01695992849664,-0.15242744755970844,-2.87227287596455,-0.8916497230529785,0.15183788537979126,0.42650479078292847,-0.3706909120082855,-1.333986759185791,0.49235332012176514,-0.867169976234436,-0.07507090270519257,0.650262176990509 +105,-2.0313815428870163,-0.1293457231052741,-3.0846417857002404,-0.8883096575737,0.12898536026477814,0.4407595694065094,-2.5770299434661865,1.2770886421203613,0.8363271951675415,-0.1148032546043396,0.40636926889419556,-0.06228059530258179 +106,-1.9006372878678308,-0.13298569128640386,3.1057582237242856,-0.9377402067184448,0.1325940638780594,0.32103270292282104,2.5486719608306885,-2.6643619537353516,-0.1570802479982376,1.0730247497558594,0.007588416337966919,-0.2910340130329132 +107,-2.086959533884563,-0.16815805410519072,3.0794626680254424,-0.8574515581130981,0.16736666858196259,0.48658522963523865,-2.5022389888763428,-1.5929924249649048,2.0907187461853027,-1.1252753734588623,0.5079110264778137,0.7995017766952515 +108,-2.1625424873845414,-0.16078424912072212,2.6995241159275003,-0.8192629218101501,0.16009238362312317,0.550616443157196,-1.9580094814300537,0.3456006646156311,0.9640036225318909,-0.5152401924133301,-0.04728417098522186,-0.3696625828742981 +109,-2.075386640675911,-0.17801778009974378,2.718923454407499,-0.8615390062332153,0.17707902193069458,0.47580885887145996,1.3356635570526123,0.7816949486732483,-0.5763912200927734,0.6491518616676331,-0.2396553009748459,-0.4675687253475189 +110,-1.9768465972993507,-0.17275996126230625,2.8614633866272157,-0.9050127267837524,0.1719018816947937,0.3891042172908783,0.8914429545402527,0.13674089312553406,-0.4997981786727905,-0.7298904657363892,-0.20063413679599762,0.5753123760223389 +111,-2.038415682409242,-0.17392729911199278,2.773032837180413,-0.8791762590408325,0.17305171489715576,0.4439616799354553,-1.8500460386276245,0.41715383529663086,0.8712178468704224,-0.8266341686248779,0.21429263055324554,0.3140644431114197 +112,-1.9226314991019626,-0.16685883693459597,2.6129112071175014,-0.9257039427757263,0.1660856306552887,0.3398348093032837,0.034810539335012436,1.3172366619110107,0.12307479977607727,0.6388692855834961,-0.02199690043926239,-0.15308251976966858 +113,-2.0304747677936743,-0.2142415792008822,2.5990353032552447,-0.8757063150405884,0.21260641515254974,0.4335169494152069,-1.4305135011672974,-1.9168941974639893,1.0948562622070312,0.8228040933609009,-0.057821258902549744,0.11233565211296082 +114,-2.182235907627153,-0.18228239507207425,2.2105193887512598,-0.8052566647529602,0.1812746226787567,0.5645363330841064,-3.0439605712890625,-0.6397967338562012,1.4725439548492432,-1.0033828020095825,0.23188762366771698,-0.07144856452941895 +115,-2.1774856456823573,-0.17212863701335665,2.167185712735742,-0.8093997836112976,0.1712799221277237,0.5617253184318542,1.4143825769424438,0.6855594515800476,-0.6935571432113647,0.20252710580825806,-0.2325286865234375,-0.49740952253341675 +116,-2.043711794052999,-0.1572185940601812,2.3789554095685213,-0.8792644739151001,0.15657171607017517,0.44986608624458313,1.1282258033752441,1.7951862812042236,-1.087260365486145,0.7595438957214355,-0.35736212134361267,-0.15256375074386597 +117,-2.0465478928685723,-0.14498140689259648,2.4650982952769396,-0.8796225786209106,0.14447402954101562,0.45320162177085876,-1.3353947401046753,-0.8481175899505615,0.7573553323745728,-1.1818857192993164,0.19128035008907318,0.7627713680267334 +118,-1.9808212496634483,-0.15192470001073155,2.370294593427947,-0.9065471887588501,0.15134094655513763,0.3940405547618866,-0.2013397216796875,1.6968311071395874,0.41428786516189575,0.3805920481681824,0.27260923385620117,-0.26066353917121887 +119,-2.0019814572828194,-0.22012600639940672,2.5001604693072887,-0.886549711227417,0.21835258603096008,0.40786269307136536,-0.4355461597442627,-2.1587917804718018,1.549654245376587,1.3665759563446045,-0.2099602371454239,0.26431751251220703 +120,-2.232927163922872,-0.24158471420838148,2.1305056639237114,-0.7657806873321533,0.2392416149377823,0.5969451069831848,-5.104109287261963,1.988498568534851,3.0779712200164795,-1.7847411632537842,1.147995948791504,0.51023268699646 +121,-2.124508432939553,-0.20232707059204005,1.957806938897297,-0.8332281112670898,0.20094947516918182,0.5151219367980957,1.6902744770050049,1.549752116203308,-0.38500338792800903,0.2084416151046753,-0.30968356132507324,-0.5749973654747009 +122,-1.7933097288268924,-0.16519102492969404,2.2494304345563334,-0.9620682597160339,0.16444075107574463,0.21767756342887878,1.588728427886963,2.2762606143951416,-1.940460205078125,1.0404833555221558,-0.5690122842788696,0.08757443726062775 +123,-1.9208323707157045,-0.13135003878392718,2.1886972986380115,-0.9312688112258911,0.13097266852855682,0.3399776816368103,-3.583394765853882,-0.9027223587036133,1.4839752912521362,-2.498067855834961,0.5360347628593445,1.320468544960022 +124,-1.841211737822974,-0.14474224402611846,2.066041141610782,-0.953583300113678,0.14423736929893494,0.2643384635448456,0.8620012402534485,1.7286573648452759,-0.05295323580503464,0.4529117941856384,0.10918058454990387,-0.17315194010734558 +125,-1.9055435499423659,-0.14645288554620361,2.109144509655481,-0.9343824982643127,0.14592991769313812,0.32501348853111267,-0.7079421877861023,-2.5321671962738037,0.3256712555885315,1.0600539445877075,-0.27247104048728943,-0.02984750270843506 +126,-2.1568472120064093,-0.22207105812437525,1.8695586700843503,-0.8126725554466248,0.22025029361248016,0.5394936203956604,-4.672654151916504,0.12577137351036072,2.875006914138794,-1.737101674079895,0.9933422803878784,1.2778282165527344 +127,-2.079034117682195,-0.18939825793824253,1.5943265275135599,-0.8579815030097961,0.18826794624328613,0.47793638706207275,0.11900324374437332,1.015012502670288,-0.016011465340852737,-0.2347005009651184,-0.06235241889953613,-0.4963536858558655 +128,-1.8151534005141314,-0.14725534430164308,1.7910013464600225,-0.9597920179367065,0.14672373235225677,0.2393142133951187,0.8889294266700745,2.579918622970581,-1.667598009109497,0.9927816390991211,-0.44033336639404297,-0.1626082956790924 +129,-1.78204857281555,-0.10905519719322258,1.731188280202191,-0.9719604253768921,0.10883916169404984,0.20843879878520966,-4.697825908660889,-6.308228015899658,1.4200456142425537,-2.3461241722106934,-0.13276495039463043,0.6227226257324219 +130,-1.8688371995316295,-0.12629366226126057,1.5090634007282886,-0.9483002424240112,0.12595820426940918,0.29130926728248596,-0.26640644669532776,1.4802428483963013,0.22305627167224884,0.1914491057395935,0.3996002674102783,-0.18243780732154846 +131,-1.9847476687322583,-0.12381287199110041,1.5438236112668458,-0.9085304141044617,0.12349677830934525,0.399151086807251,0.08512412011623383,-5.4629387855529785,0.25691694021224976,1.0797185897827148,-0.2851483225822449,-0.10386291146278381 +132,-2.260831606120608,-0.23507665550274962,1.292474728991259,-0.750012218952179,0.23291753232479095,0.6190566420555115,-2.644524097442627,0.7767361402511597,2.8223071098327637,-1.8039276599884033,1.1651079654693604,1.8335648775100708 +133,-2.106784424294963,-0.12513563925214125,0.9590276181779869,-0.8530418276786804,0.12480930984020233,0.5066976547241211,0.5369470119476318,1.4546489715576172,-0.2960700988769531,-0.20031827688217163,-0.253852903842926,-0.8134145140647888 +134,-1.9011781332040807,-0.12384387907310818,1.195874473684264,-0.9386739730834961,0.12352754920721054,0.32191967964172363,1.7540050745010376,3.167083740234375,-1.6198406219482422,0.962614893913269,-0.47425079345703125,-0.18262216448783875 +135,-1.7953692364546185,-0.09361926806595075,1.2220510363127806,-0.9706201553344727,0.09348257631063461,0.2217148393392563,-1.2817249298095703,-4.223511219024658,1.2123916149139404,-1.2473058700561523,-0.12142139673233032,0.51233971118927 +136,-1.9020601146008953,-0.12664525559017678,1.0957426096334524,-0.9380588531494141,0.12630698084831238,0.32263365387916565,0.023270167410373688,0.556647539138794,0.18706999719142914,0.012323260307312012,0.387273371219635,-0.3602159917354584 +137,-1.9751449770362932,-0.15240761368602618,1.2193789919891869,-0.9087019562721252,0.15181827545166016,0.3888596296310425,0.6612345576286316,-2.241051197052002,0.07337529212236404,1.065165638923645,-0.14757637679576874,-0.12094584107398987 +138,-2.275016479671501,-0.2668866679850662,1.1241602970218387,-0.7351351976394653,0.26372960209846497,0.6245181560516357,-2.1410703659057617,1.0163570642471313,2.3690340518951416,-0.5700558423995972,0.47886985540390015,1.3239834308624268 +139,-2.173950468838119,-0.1361569580906168,0.7026977958987746,-0.8159286379814148,0.13573665916919708,0.5619931221008301,-1.012869119644165,1.601436734199524,-0.25324803590774536,-0.2698715925216675,-0.026895686984062195,-0.9149288535118103 +140,-1.9356255615638864,-0.14326013152459777,0.9908658434043143,-0.9246148467063904,0.14277060329914093,0.35313481092453003,3.20536208152771,4.186769962310791,-1.7143644094467163,0.8712242245674133,-0.5025117993354797,-0.10069331526756287 +141,-1.7975759378190204,-0.10926479166171815,1.1745667755899822,-0.9685846567153931,0.10904750972986221,0.22349990904331207,-2.8579766750335693,-3.9044086933135986,1.9897842407226562,-0.22190594673156738,-0.292793869972229,0.33550581336021423 +142,-1.9174634058597508,-0.14167547044986342,1.0433462596281087,-0.93108731508255,0.14120200276374817,0.3363609313964844,1.314184546470642,1.1961016654968262,-0.11463155597448349,-0.2908518314361572,0.44130226969718933,-0.22581100463867188 +143,-1.91850182415631,-0.1618785422614202,1.2293377562173364,-0.9278655648231506,0.16117247939109802,0.336286723613739,1.6261310577392578,-3.7369658946990967,-0.5285777449607849,0.7184693217277527,-0.10462343692779541,-0.09626609086990356 +144,-2.2152057986594405,-0.2475089601330738,1.2774304382849735,-0.7750917077064514,0.24498958885669708,0.5824196338653564,0.042161568999290466,-0.1905297040939331,2.9310779571533203,0.32831448316574097,0.00314880907535553,0.6419912576675415 +145,-2.1827665035550887,-0.17281506966211618,0.9824087667787086,-0.8063256144523621,0.1719561666250229,0.5659241080284119,-1.323158860206604,1.660085678100586,-0.7040850520133972,-0.7098181247711182,-0.024113774299621582,-0.6055053472518921 +146,-1.977363551013142,-0.16280973393479212,1.302626291657077,-0.906337559223175,0.1620914191007614,0.39022907614707947,3.6733527183532715,2.13258957862854,-2.0118823051452637,0.9013479351997375,-0.4270908236503601,-0.41981589794158936 +147,-1.8398435451218607,-0.12248825386618988,1.5074687163412894,-0.95680171251297,0.12218219041824341,0.26382148265838623,-0.25742918252944946,-3.4607558250427246,-0.08327284455299377,-1.2724003791809082,-0.1939137876033783,0.3981505334377289 +148,-1.9502374197203538,-0.1386002861327332,1.5616729722105775,-0.9199644923210144,0.1381569653749466,0.36684945225715637,0.542949378490448,0.2845180332660675,-0.17724934220314026,-0.7163730263710022,0.6031455993652344,-0.08802548050880432 +149,-1.918637659698939,-0.14560745395429006,1.7203295376856522,-0.9301623106002808,0.14509348571300507,0.3372620940208435,2.766896963119507,-2.1679725646972656,-0.827425479888916,0.9669361114501953,-0.14593271911144257,-0.38793662190437317 +150,-2.1564410850913855,-0.2353874623876043,1.9291613691626763,-0.8103753328323364,0.23321978747844696,0.5374945998191833,1.7679287195205688,-3.5517611503601074,1.6247138977050781,0.42002493143081665,-0.04742875695228577,0.5888175964355469 +151,-2.3052124699162992,-0.17218005659556732,1.6132748302823727,-0.7312473058700562,0.17133057117462158,0.6602447032928467,-3.3130300045013428,1.2954767942428589,0.3105815351009369,-0.7829433083534241,0.012690410017967224,-0.46299439668655396 +152,-2.087420848200995,-0.17420872758279946,1.8306050605690594,-0.8563308119773865,0.17332889139652252,0.48647159337997437,4.098870277404785,1.1882165670394897,-1.8137304782867432,0.895927369594574,-0.5498852729797363,-0.6717286109924316 +153,-1.9400933039380002,-0.1736808565217806,2.2038278840621195,-0.9185510873794556,0.17280898988246918,0.35552942752838135,2.450256109237671,-3.2307655811309814,-1.9004682302474976,-0.950528621673584,-0.5241273045539856,0.12150612473487854 +154,-2.0394855735464383,-0.19286843263707737,2.349717681349209,-0.8756190538406372,0.19167493283748627,0.4433417022228241,0.3369101583957672,0.6723089218139648,-0.22775432467460632,-0.7132938504219055,0.83577561378479,-0.21037057042121887 +155,-1.8457249321000122,-0.19096097985584645,2.4698278826255056,-0.9449496865272522,0.18980249762535095,0.2665434181690216,1.598044514656067,1.476858377456665,-0.533119797706604,0.9606966376304626,-0.046232521533966064,-0.13203713297843933 +156,-1.9329251898685447,-0.2281921445587113,2.7831748893342563,-0.9109030365943909,0.2262168973684311,0.34508219361305237,1.5240377187728882,-3.217545747756958,0.32297685742378235,0.5382680892944336,-0.10156786441802979,0.07967674732208252 +157,-2.182475115405619,-0.24482892478143567,2.6321978287291903,-0.7942711710929871,0.24239034950733185,0.5571182370185852,-2.4542059898376465,0.4156791567802429,0.813737154006958,-0.9531044960021973,0.05024276673793793,-0.04690992832183838 +158,-2.0619292161712,-0.21333255697752632,2.7224556834906615,-0.8618094325065613,0.21171808242797852,0.4609338045120239,3.674356698989868,1.3669660091400146,-1.5204492807388306,0.5459982752799988,-0.5289788246154785,-0.7701379060745239 +159,-1.8965792391711715,-0.20968598369848948,3.121323305418664,-0.9266489744186401,0.20815277099609375,0.3130403459072113,3.2873404026031494,0.19374576210975647,-1.218429446220398,0.7046334743499756,-0.5117721557617188,-0.1470247209072113 +160,-1.9815991226652117,-0.19974188676289228,-2.893623117925926,-0.898572564125061,0.1984163522720337,0.3914056122303009,0.08961481600999832,-1.0092191696166992,-0.27414461970329285,-1.614794135093689,0.2775357961654663,0.34910333156585693 +161,-1.9687368618326404,-0.17253101255290007,-2.876610515478648,-0.9081745147705078,0.17167633771896362,0.38176727294921875,0.2458614706993103,0.6296294927597046,-0.4470703601837158,0.7155171036720276,0.15805085003376007,-0.41333770751953125 +162,-1.893933908791766,-0.21183822019291149,-2.7826123387120836,-0.9270468950271606,0.2102573812007904,0.31044501066207886,0.9402951002120972,0.49883872270584106,-0.19174934923648834,0.9949789047241211,0.22612875699996948,0.0941571295261383 +163,-2.1293324929921016,-0.20300871444397398,-2.609354721072711,-0.8306167721748352,0.20161716639995575,0.5190625786781311,-1.3404380083084106,0.3412141501903534,0.7372593283653259,-1.496821403503418,0.36442285776138306,0.5215561985969543 +164,-2.101800943754523,-0.16114152096365464,-2.6005055708723366,-0.8511273860931396,0.16044504940509796,0.49983927607536316,2.9776034355163574,2.305485248565674,-1.5641841888427734,0.485984742641449,-0.43945202231407166,-0.7527079582214355 +165,-1.843129207181838,-0.1362087473847628,-2.1803420757035,-0.9542254209518433,0.1357879638671875,0.26648780703544617,3.84503173828125,2.5640525817871094,-1.7343355417251587,0.9798295497894287,-0.4509735107421875,-0.08759376406669617 +166,-1.941484695526918,-0.14836989456929014,-1.93998201497869,-0.9218378067016602,0.14782613515853882,0.35827717185020447,0.9550268650054932,-0.8347479104995728,-0.2033998668193817,-1.8907995223999023,0.45471295714378357,0.8784781694412231 +167,-1.9386622642356663,-0.13222558473337218,-1.9470065922978805,-0.9249516725540161,0.13184063136577606,0.3564857244491577,0.3671548068523407,0.6421738266944885,-0.4262898564338684,0.5945380926132202,0.19433122873306274,-0.3682655990123749 +168,-1.882255760361607,-0.160751436964904,-1.8813072311994155,-0.93961501121521,0.16006000339984894,0.3024972677230835,0.4561218023300171,-0.7469826936721802,0.8585675954818726,1.1981292963027954,-0.01818375289440155,-0.1777718961238861 +169,-2.107159810047882,-0.132223289077802,-1.7640067104679056,-0.852069616317749,0.1318383514881134,0.5065529942512512,-0.689829409122467,0.576430082321167,0.7127791047096252,-1.5729639530181885,0.3547796607017517,1.3436667919158936 +170,-2.105235133116684,-0.10785897551247657,-1.7850794772512761,-0.855553925037384,0.10764996707439423,0.5063983201980591,2.597975254058838,1.911614179611206,-1.3768227100372314,0.11003988981246948,-0.37444987893104553,-0.7771196365356445 +171,-1.9111828468879444,-0.08147065069243685,-1.3796423266966438,-0.9394990801811218,0.08138055354356766,0.33274412155151367,2.753796339035034,1.120504379272461,-2.445948600769043,1.064972162246704,-0.33820122480392456,-0.30321836471557617 +172,-1.9493040336668233,-0.1005704221160268,-1.08664253230018,-0.9245219230651855,0.10040096938610077,0.367667019367218,2.1789586544036865,-1.2946428060531616,-0.6461625695228577,-1.4673542976379395,0.10443300008773804,1.0117123126983643 +173,-1.926011819794564,-0.08912149331192443,-1.1063181705927516,-0.9338506460189819,0.0890035629272461,0.34641212224960327,-0.44757938385009766,0.940290093421936,-0.14613212645053864,0.36182916164398193,0.3367013931274414,-0.28018906712532043 +174,-1.8230198171773273,-0.10101214468228466,-1.0364276297514372,-0.9634238481521606,0.10084045678377151,0.24828562140464783,0.9389744400978088,0.3893054127693176,0.4426078200340271,1.1336508989334106,0.09990417957305908,-0.11051404476165771 +175,-2.061499997391305,-0.10447165152150556,-0.8485478608662769,-0.8771926760673523,0.1042817160487175,0.4686773419380188,0.48056891560554504,0.18605661392211914,0.4009860157966614,-0.5376785397529602,0.8951232433319092,1.368786096572876 +176,-2.109165386986602,-0.07872144366346147,-1.0564480177616813,-0.8558869957923889,0.0786401629447937,0.5111483931541443,-0.951433539390564,0.6119551062583923,-0.027244314551353455,-0.31383633613586426,-0.2867548167705536,-0.4829503297805786 +177,-1.9265591221626936,-0.08454144882105769,-0.8278357521108183,-0.9340333342552185,0.08444077521562576,0.3470615744590759,3.363905668258667,1.0222996473312378,-1.5017297267913818,1.0095336437225342,-0.29896411299705505,-0.4740605056285858 +178,-1.9106018294290625,-0.0894187898901294,-0.48853975810842637,-0.9390526413917542,0.08929967880249023,0.33197206258773804,2.0101568698883057,-1.1541842222213745,-0.40846312046051025,-0.733691930770874,-0.17250588536262512,0.7820720672607422 +179,-1.9800334102244281,-0.08999956353122977,-0.4963559134705102,-0.913711667060852,0.08987811207771301,0.3962991237640381,-0.954883337020874,-0.1335202008485794,-0.08090469986200333,-0.24375903606414795,0.238674134016037,-0.09733366966247559 +180,-1.9639295663912766,-0.0454491944624519,-0.5295352719870463,-0.9227593541145325,0.04543355107307434,0.38268887996673584,-0.05867861211299896,0.05710235610604286,-0.11538451910018921,0.9409021735191345,0.14031170308589935,-0.3418106138706207 +181,-1.920882801787413,-0.02475665706639854,-0.5677712779600441,-0.9390551447868347,0.024754127487540245,0.3428739011287689,0.8883888125419617,-2.893026113510132,-0.2598519027233124,-0.9919140338897705,0.7138933539390564,0.0992036759853363 +182,-2.1085759209607713,-0.057141188150968365,-0.544391975423674,-0.8574464321136475,0.057110097259283066,0.5113942623138428,-0.6205575466156006,-0.9687364101409912,0.2680017352104187,-0.46625351905822754,0.01471303403377533,-0.07511496543884277 +183,-2.0806197556620414,-0.04900476055914842,-0.4675468610118572,-0.8717828392982483,0.04898514971137047,0.48743727803230286,2.0059974193573,0.6961501836776733,-1.418756365776062,0.39601385593414307,-0.37515702843666077,-0.54468834400177 +184,-1.97363348901102,-0.04837167859401296,-0.16320455380896245,-0.9188764691352844,0.04835281893610954,0.39157143235206604,3.4909448623657227,0.383270263671875,-0.5347301959991455,0.10051709413528442,-0.48652419447898865,0.07949793338775635 +185,-2.068861576322992,-0.09069018918147162,-0.013412351255729402,-0.8748983144760132,0.09056591987609863,0.4757635295391083,-1.0751742124557495,0.24527522921562195,0.10673259198665619,-1.1543834209442139,0.40841174125671387,0.18959593772888184 +186,-2.0221070129445144,-0.04437202644491659,-0.08532289322907854,-0.8989903926849365,0.04435746744275093,0.43571603298187256,-0.6987545490264893,0.7171136736869812,-0.027770154178142548,0.4672430753707886,0.2790678143501282,-0.18797442317008972 +187,-1.8782507754613391,-0.049582414995108466,-0.15257466488070565,-0.9519357085227966,0.04956210032105446,0.3022615313529968,0.4325932264328003,0.5314415693283081,0.04640097916126251,0.8383645415306091,0.30998075008392334,-0.15843212604522705 +188,-2.092654377689734,-0.09070768503042857,-0.016903833281989546,-0.863330602645874,0.09058334678411484,0.49644240736961365,-0.2726690471172333,-1.0611642599105835,0.5196529030799866,-0.958385705947876,0.24056288599967957,0.317812442779541 +189,-2.1339115554383734,-0.10302235340551343,-0.05937711914282903,-0.8411129117012024,0.10284020751714706,0.5309926867485046,0.8437367677688599,0.8412946462631226,-0.3250333368778229,-0.08663684129714966,-0.19979454576969147,-0.46521204710006714 +190,-2.000621413404118,-0.08819698697223737,0.14464985549204495,-0.9055051803588867,0.0880826860666275,0.41509202122688293,1.874515175819397,0.9092064499855042,-1.3455497026443481,0.936877429485321,-0.3223508894443512,-0.3293377757072449 +191,-2.013604691826544,-0.12265660867850246,0.3551795839736224,-0.8967636823654175,0.12234928458929062,0.4252595901489258,1.2658888101577759,-2.455597162246704,-0.1137138232588768,-0.81623375415802,-0.16721013188362122,0.5769834518432617 +192,-2.0889439655089497,-0.10637415088570741,0.36934714815939934,-0.8638274669647217,0.10617364943027496,0.49247220158576965,-0.3102160096168518,0.41443338990211487,-0.2558537423610687,-0.1142759919166565,0.16457828879356384,-0.1849772334098816 +193,-2.004074209783054,-0.08409127191342647,0.36471593984881556,-0.9043872952461243,0.08399219810962677,0.41836443543434143,-0.3067050278186798,0.997200071811676,0.28106164932250977,1.0194233655929565,0.18082407116889954,-0.24996855854988098 +194,-2.0852239434204503,-0.08654508466059516,0.39701347871313775,-0.8673162460327148,0.08643708378076553,0.490195095539093,3.317962884902954,-6.201813697814941,-1.3941515684127808,-1.3519830703735352,0.19762052595615387,0.015374422073364258 +195,-2.1663382655650905,-0.10712634567452617,0.4063080052654178,-0.8230987787246704,0.10692156851291656,0.557741641998291,-0.5303378105163574,0.14247390627861023,0.10415762662887573,-0.46982401609420776,-0.047091878950595856,-0.0008417367935180664 +196,-2.107923569911288,-0.09417927688762877,0.48391123169754,-0.855374813079834,0.09404011070728302,0.5094025135040283,1.7026779651641846,1.5827432870864868,-1.5293262004852295,0.5822727680206299,-0.30561843514442444,-0.48593437671661377 +197,-1.9652371246839835,-0.07510468159546504,0.7090103961592729,-0.9206092357635498,0.07503409683704376,0.3832087516784668,2.9380221366882324,-1.3079696893692017,-0.555010199546814,0.1914982795715332,-0.5257329344749451,-0.056472212076187134 +198,-2.095518557715996,-0.10640257140472302,0.8081147841997057,-0.8605684638023376,0.1062019094824791,0.498139351606369,-1.3045744895935059,-0.4642440378665924,0.11008267104625702,-0.9720272421836853,0.4509879946708679,0.12916463613510132 +199,-2.0683665444024237,-0.07203492339101085,0.7704432033699077,-0.8764657974243164,0.07197263836860657,0.4760538935661316,0.7658829092979431,0.7819744348526001,-0.5388973355293274,0.561906099319458,0.18428345024585724,-0.34966540336608887 +200,-2.0116706712264154,-0.11431212384043014,0.9209272500926692,-0.8984764218330383,0.1140633299946785,0.42394527792930603,4.364369869232178,-4.622719764709473,-0.713135302066803,0.5331047773361206,-0.0971871092915535,-0.1706799566745758 +201,-2.2117156712909205,-0.13616547128429135,1.0173301269897999,-0.7941272854804993,0.1357450932264328,0.5923981666564941,-2.6913883686065674,-0.7292233109474182,1.2325726747512817,-0.9933942556381226,0.2801790237426758,0.2466064691543579 +202,-2.1846266186862873,-0.09875131926437244,0.921732295989448,-0.8134651780128479,0.0985908955335617,0.5731964707374573,1.2987794876098633,1.313950777053833,-0.8453603386878967,-0.017391085624694824,-0.293918639421463,-0.6494293808937073 +203,-1.9524660389049486,-0.06486597667368048,1.1582294278770793,-0.9260924458503723,0.06482049822807312,0.37168729305267334,2.1050198078155518,1.7575418949127197,-1.2049710750579834,0.9809170961380005,-0.44484061002731323,-0.4507124722003937 +204,-1.9942822074365123,-0.10187305795166048,1.3902421987579443,-0.9069355130195618,0.1016969382762909,0.4088103771209717,0.48944997787475586,1.0534240007400513,-0.18291859328746796,-1.5295727252960205,0.3881712257862091,0.7574493885040283 +205,-1.8915740532811387,-0.13948396008525282,1.5299780839619557,-0.9397737979888916,0.13903211057186127,0.31224244832992554,3.4346439838409424,1.3974891901016235,-0.303493469953537,0.2935335636138916,0.13406974077224731,0.04453861713409424 +206,-1.8981443751917897,-0.20308495188353765,1.8607926763912204,-0.9274386763572693,0.20169183611869812,0.3149252235889435,2.2526254653930664,-3.4444034099578857,0.35821041464805603,1.2405643463134766,-0.2522289454936981,-0.1976156234741211 +207,-2.3562866022441575,-0.38625974623793996,1.8256604641445444,-0.6549500823020935,0.376726359128952,0.6550707817077637,-2.06530499458313,0.36203449964523315,1.8586043119430542,-2.254031181335449,1.074796438217163,2.115818500518799 +208,-2.181762521393479,-0.2352057937660619,1.578959176573237,-0.7965414524078369,0.2330431193113327,0.5578641891479492,0.675886869430542,2.6336352825164795,-0.8323219418525696,-0.003705620765686035,-0.2567247748374939,-0.684207022190094 +209,-1.7422608404178668,-0.1847257190013124,1.9289850952737437,-0.9685720801353455,0.18367692828178406,0.1677226573228836,3.760483503341675,4.461664199829102,-2.5258736610412598,1.3151907920837402,-0.692237138748169,0.1628742218017578 +210,-1.7998427699552884,-0.12151832614478407,2.133690898705544,-0.9667016863822937,0.12121947854757309,0.22537465393543243,-2.3575313091278076,-3.962966203689575,4.360320568084717,-0.9417455792427063,-0.8010901212692261,0.17791509628295898 +211,-1.9022006299607583,-0.1822675943125266,2.0793089260878252,-0.929922878742218,0.18126006424427032,0.31998151540756226,-0.30360549688339233,-0.1607288122177124,0.03834689408540726,-0.3295832872390747,0.6771536469459534,-0.29233264923095703 +212,-1.9026772822398512,-0.19140121829770465,2.1856655575881465,-0.9281662702560425,0.1902347058057785,0.3198719620704651,2.2957918643951416,-1.653104305267334,-0.5226348638534546,1.177311897277832,-0.1584048718214035,-0.2736683189868927 +213,-2.1030248184666926,-0.36582503255752497,2.2548841858472444,-0.8046601414680481,0.35771986842155457,0.4738759994506836,1.0080257654190063,-4.90069580078125,3.787360191345215,-0.5276304483413696,0.32981064915657043,1.2016000747680664 +214,-2.189722389596614,-0.20374128763208868,1.9801891374843406,-0.7976552248001099,0.20233464241027832,0.5681610107421875,-0.7840198278427124,0.845978856086731,0.5291922092437744,-0.9064769148826599,-0.13354800641536713,-1.1379547119140625 +215,-1.9434014710937966,-0.19805308933150403,2.244629414829128,-0.913175106048584,0.1967608481645584,0.3569265902042389,2.6837317943573,2.490758180618286,-1.7642414569854736,0.9977239966392517,-0.5452258586883545,-0.370674729347229 +216,-1.8150309652790144,-0.14114289677294453,2.482866514378554,-0.9606738090515137,0.14067474007606506,0.23940914869308472,-1.1126753091812134,-7.207761764526367,1.0590559244155884,-1.8797346353530884,-0.4958840608596802,0.32739391922950745 +217,-1.9137388788227976,-0.1494681543146663,2.4604726323978134,-0.9312689900398254,0.1489122360944748,0.3325105905532837,0.3376524746417999,0.8175230622291565,0.05054100602865219,-0.29610222578048706,0.4111310839653015,-0.2042757272720337 +218,-1.8626907880758239,-0.16771456946125973,2.6228887107799306,-0.944262683391571,0.1669294238090515,0.28372931480407715,1.6352264881134033,0.803806722164154,0.004271836951375008,1.2087128162384033,-0.058683574199676514,0.20803090929985046 +219,-2.095908649012634,-0.30839152453892976,2.731014270511819,-0.8244469165802002,0.3035264313220978,0.4776599109172821,-0.6766314506530762,-5.421919822692871,0.09172359108924866,-0.6515815258026123,0.6292890906333923,1.118027925491333 +220,-2.2187749618428865,-0.2360715481795594,2.454139799201975,-0.7751918435096741,0.23388494551181793,0.5868355631828308,-1.9922081232070923,1.6320213079452515,0.28031378984451294,-0.7078710794448853,-0.019620969891548157,-0.467435359954834 +221,-1.9951535692804563,-0.19044464534240974,2.5456203297198283,-0.8948274850845337,0.18929551541805267,0.4042910635471344,1.9643772840499878,2.110808849334717,-1.2833212614059448,0.7739930152893066,-0.5685679316520691,-0.4824008345603943 +222,-1.7340922930301792,-0.143440876273324,2.8459848770494838,-0.9765633940696716,0.14294949173927307,0.16090159118175507,1.0465434789657593,-2.8130574226379395,0.6008658409118652,-0.00024318695068359375,-0.581471860408783,0.09721611440181732 +223,-1.9479746901644555,-0.16398794531677297,2.779996360884598,-0.9172345399856567,0.16325393319129944,0.3633575439453125,0.5815942287445068,0.4482868015766144,0.0724678635597229,-1.3554093837738037,0.5783079266548157,-0.2237091362476349 +224,-1.7926458023422867,-0.19226800335234526,3.023741329213089,-0.9575172662734985,0.1910855919122696,0.2159796953201294,3.861862897872925,-1.0002983808517456,-0.5788874626159668,0.6740546226501465,0.0983736515045166,-0.105170339345932 +225,-1.9929584228117783,-0.27528467792656747,-3.1240779627660302,-0.8778588175773621,0.27182090282440186,0.39430636167526245,-0.32208243012428284,-2.502695322036743,1.2982808351516724,0.9691673517227173,-0.10978782176971436,0.16205954551696777 +226,-2.216299330776221,-0.24364569492068847,2.820446668176485,-0.7752047777175903,0.24124224483966827,0.5838320255279541,-3.4899752140045166,-0.048337433487176895,0.5731123685836792,-1.3862637281417847,0.4676048159599304,-0.4248049259185791 +227,-2.0857059111108835,-0.23625370701081447,2.9506546335011947,-0.8461606502532959,0.2340620458126068,0.4787765145301819,2.257855176925659,1.8375509977340698,-1.3550167083740234,0.4566039443016052,-0.3182448148727417,-0.3211074471473694 +228,-1.8360941734137308,-0.17099539123936808,-3.1233877651226054,-0.9509404301643372,0.17016330361366272,0.2583727538585663,1.1348354816436768,1.7934544086456299,-0.8014007210731506,0.9767126441001892,-0.4426700472831726,-0.04946473240852356 +229,-2.0217813425390316,-0.15910667494397246,-3.0832359181413618,-0.888650119304657,0.15843622386455536,0.4303470253944397,0.40763258934020996,0.30765074491500854,-0.03883496671915054,-1.7627016305923462,0.06934691965579987,1.0343592166900635 +230,-1.9122690363558876,-0.18416669945737946,-2.9944477576614297,-0.926328182220459,0.18312738835811615,0.32921215891838074,1.3030281066894531,1.6340190172195435,-0.40884828567504883,0.6485570669174194,0.22931769490242004,-0.26341626048088074 +231,-1.8363016822619667,-0.23365193967587947,-2.7561169955707334,-0.938739538192749,0.2315317690372467,0.255266934633255,3.273135185241699,-0.9230303764343262,0.13953685760498047,1.4111974239349365,-0.1207987368106842,0.3441746234893799 +232,-2.116544787160193,-0.24982041102839037,-2.786853736677471,-0.828205406665802,0.2472299486398697,0.5029448866844177,-3.452908515930176,0.5607594847679138,2.6974070072174072,-1.5839192867279053,0.474098801612854,1.4169161319732666 +233,-2.113859744345257,-0.22014021522138913,-2.9732277409745085,-0.8354688286781311,0.21836645901203156,0.5042901635169983,1.8532309532165527,0.7039410471916199,-0.897808313369751,0.163746178150177,-0.3613870143890381,-0.725328803062439 +234,-1.8865368549403019,-0.19741944870582048,-2.6844544924162785,-0.9321026802062988,0.19613955914974213,0.304488867521286,1.8391860723495483,2.277759313583374,-1.5015324354171753,0.9741560816764832,-0.4669983386993408,-0.22645550966262817 +235,-1.8583113689368742,-0.14512350285309683,-2.515458018742347,-0.9488708972930908,0.14461463689804077,0.2805892527103424,0.9001143574714661,-6.257583141326904,0.19631963968276978,-1.7979704141616821,-0.7537150382995605,0.5354355573654175 +236,-1.8971322937850534,-0.18246619453121776,-2.4970359657245775,-0.9314984083175659,0.18145537376403809,0.3152526617050171,-0.14932681620121002,1.8528399467468262,0.06069442629814148,-0.39561939239501953,0.9143392443656921,-0.0964725911617279 +237,-1.8078609723307577,-0.18959776720786775,-2.324836152692442,-0.9546127319335938,0.18846388161182404,0.23064187169075012,3.346632719039917,-3.2138004302978516,-0.7228800058364868,1.1361008882522583,-0.13054156303405762,-0.22038808465003967 +238,-2.0239610417967135,-0.24958528290187276,-2.193434842315479,-0.8712085485458374,0.24700210988521576,0.4242473840713501,0.5746591687202454,-3.759387254714966,1.2152334451675415,-0.14337897300720215,0.30460312962532043,1.065422534942627 +239,-2.1513957700482034,-0.16806459674340407,-2.6089627299791647,-0.8243531584739685,0.16727453470230103,0.5407967567443848,-1.448075771331787,0.8633116483688354,-0.04986929893493652,-0.4371519684791565,-0.22373205423355103,-1.2286782264709473 +240,-1.966240228198638,-0.2043738095379626,-2.264874688105786,-0.9036199450492859,0.20295403897762299,0.37720078229904175,3.486982822418213,1.7140593528747559,-1.949776530265808,1.0102331638336182,-0.43824461102485657,-0.4131963849067688 +241,-1.6582956142107175,-0.1307156103790019,-1.970151442131523,-0.9876757860183716,0.13034367561340332,0.08664215356111526,1.6580758094787598,-1.6699484586715698,1.0295487642288208,-0.9094340801239014,-0.7291901111602783,0.48635590076446533 +242,-1.939496239497317,-0.1706308957968251,-2.039891175432352,-0.9192505478858948,0.16980411112308502,0.3551692068576813,-2.0156991481781006,0.7215349078178406,0.5426630973815918,-0.77996826171875,0.8489031195640564,-0.1441096067428589 +243,-1.7213108513953104,-0.18945521089270223,-2.053055874185383,-0.9710033535957336,0.18832388520240784,0.14726386964321136,1.5431065559387207,1.3649351596832275,0.8162871599197388,1.1728618144989014,-0.15061941742897034,-0.24028146266937256 +244,-1.8410472943222043,-0.33007388133267884,-1.8994028030950438,-0.9116817116737366,0.3241129219532013,0.25256168842315674,0.8632408380508423,-4.017603397369385,1.6414122581481934,0.3869166374206543,-0.1269845962524414,0.18223753571510315 +245,-2.2033231629228975,-0.21867820552750764,-2.05786549105342,-0.7873284816741943,0.21693949401378632,0.5771054625511169,-2.8798208236694336,0.37292560935020447,0.7508226633071899,-1.5536900758743286,0.034128591418266296,-0.36285698413848877 +246,-1.9470834842181668,-0.2347844453506757,-1.8196330906888594,-0.9045194983482361,0.23263335227966309,0.3573882281780243,4.2992167472839355,2.4540181159973145,-1.6036039590835571,0.9859861731529236,-0.477491170167923,-0.3908202648162842 +247,-1.6809138369668075,-0.16424614399285162,-1.477599596488346,-0.9805666208267212,0.16350866854190826,0.1084161251783371,0.4513368308544159,-5.5098466873168945,0.10166655480861664,-0.6411985158920288,-0.5566971302032471,0.527310848236084 +248,-1.9654043961832792,-0.16905763607122967,-1.5840759103597666,-0.9099866151809692,0.16825349628925323,0.3789656162261963,0.3925989270210266,0.07935425639152527,-0.43693602085113525,-0.8846757411956787,0.6832631826400757,-0.31611472368240356 +249,-1.838188663808287,-0.17948744415776618,-1.4425297320115076,-0.9489694833755493,0.17852526903152466,0.25997281074523926,1.4809376001358032,1.148236870765686,0.27633777260780334,1.1371254920959473,-0.10088856518268585,-0.19291040301322937 +250,-1.7764550653248106,-0.3063655943897685,-1.4044622550312946,-0.9333440065383911,0.30159544944763184,0.1947031468153,1.568505048751831,-4.187151908874512,1.0229140520095825,0.5283451676368713,-0.02760857343673706,0.2614889442920685 +251,-2.104526343840169,-0.22805791461150177,-1.4603661815587146,-0.8386240005493164,0.22608615458011627,0.4955752491950989,-4.294663429260254,-2.567474603652954,-2.5893495082855225,-0.8510426878929138,0.5620455741882324,-0.3948366940021515 +252,-1.993227734771819,-0.19639582166072422,-1.3555816773673246,-0.8945608735084534,0.1951357126235962,0.4020979702472687,3.8265039920806885,2.892453193664551,-1.4305599927902222,0.9966574907302856,-0.5459810495376587,-0.6294691562652588 +253,-1.6111941209880467,-0.15237948018517683,-0.9842110872279795,-0.9876061677932739,0.15179046988487244,0.03991882875561714,3.437325954437256,0.05813984572887421,-0.30169543623924255,0.6610682010650635,-0.5193747282028198,0.2977275848388672 +254,-2.0152780385380558,-0.1586334222410545,-0.9886954521435725,-0.8914978504180908,0.1579689383506775,0.42459115386009216,-1.9801673889160156,0.24956870079040527,0.7542983293533325,-2.216290235519409,0.59274822473526,0.8378448486328125 +255,-1.835704038163154,-0.12827823300332813,-1.0508118045350585,-0.9571871161460876,0.12792670726776123,0.2596690356731415,0.8399649262428284,1.728284478187561,0.46013137698173523,1.1570007801055908,0.08743584156036377,-0.3846995234489441 +256,-1.656362407658415,-0.2549716031721684,-0.9362487786718857,-0.964130163192749,0.2522179186344147,0.0826987624168396,0.7721431851387024,-0.20844921469688416,0.12323049455881119,0.9904516339302063,0.17991092801094055,0.2659341096878052 +257,-2.108902638088868,-0.21792982793259955,-0.8920569829978375,-0.8383705019950867,0.21620887517929077,0.500388503074646,-3.4679853916168213,-0.20685319602489471,0.3759535551071167,-0.8703850507736206,0.7678609490394592,0.33316850662231445 +258,-2.091185712539908,-0.1721568755124951,-0.9469884877041297,-0.8548001050949097,0.1713077425956726,0.4898679852485657,4.118903160095215,1.898694396018982,-1.5777751207351685,0.48828399181365967,-0.6006748080253601,-0.9871213436126709 +259,-1.6617509158732209,-0.09932379027537748,-0.5408919947505237,-0.9909583926200867,0.0991605594754219,0.09038158506155014,4.571899890899658,-1.0041186809539795,-1.1369367837905884,0.6193152070045471,-0.4396451711654663,0.6817283630371094 +260,-1.988013285171649,-0.13176103212463006,-0.677309979547314,-0.9062959551811218,0.1313801109790802,0.4017053544521332,-1.2086474895477295,0.8331183195114136,0.8328991532325745,-2.232086181640625,0.7120952606201172,0.6861090064048767 +261,-1.8923932846023208,-0.1700336305035978,-0.5969445189075907,-0.9350501894950867,0.16921550035476685,0.31152382493019104,1.3594834804534912,-0.19795356690883636,0.0064160265028476715,0.7626870274543762,0.12538592517375946,-0.31375160813331604 +262,-2.01592347310876,-0.23795287819145583,-0.41917456309573053,-0.8771243095397949,0.2357136756181717,0.4184402525424957,1.3444361686706543,-1.5540827512741089,0.37163805961608887,1.2443879842758179,-0.2275044173002243,0.5106217265129089 +263,-2.225854234056855,-0.2284089370496715,-0.5633416305541773,-0.7724162936210632,0.2264280766248703,0.593382716178894,-3.7554450035095215,1.3485832214355469,1.5353851318359375,-1.493239164352417,0.8389862775802612,0.5555124282836914 +264,-2.0962754188684785,-0.17245679523518795,-0.5442349351495673,-0.8522511720657349,0.1716032177209854,0.4941864609718323,3.0049049854278564,1.3995821475982666,-1.8531663417816162,0.19993799924850464,-0.4231748580932617,-0.5800018310546875 +265,-1.8138794206897944,-0.06158117551139555,-0.24066383553279694,-0.96876060962677,0.06154226139187813,0.2402399480342865,1.9284493923187256,3.7210326194763184,-1.5164813995361328,1.162715196609497,-0.5577428340911865,-0.042089372873306274 +266,-2.0199950010956154,-0.10721021913670377,-0.1947924552671389,-0.8956233859062195,0.10700495541095734,0.4317505955696106,-0.4559991657733917,-0.14499738812446594,0.39124464988708496,-2.3249270915985107,0.6840869784355164,1.4041715860366821 +267,-1.828734582928208,-0.09295291877556852,-0.18231669020551938,-0.9627436399459839,0.09281911700963974,0.25398632884025574,0.6779880523681641,1.4295125007629395,0.0643714889883995,1.024496078491211,0.27528390288352966,-0.3288765251636505 +268,-1.7322502624875225,-0.20802856145987647,-0.10307309271545297,-0.9657150506973267,0.20653136074543,0.1572875678539276,0.09967175871133804,-0.1685214787721634,0.7600693106651306,1.157548427581787,-0.1751440167427063,0.1756439357995987 +269,-2.1455905079715136,-0.17648467227359055,-0.11745806043701075,-0.8262673020362854,0.17556993663311005,0.5352173447608948,-2.7025842666625977,-2.7235193252563477,-1.0426149368286133,-1.2236900329589844,1.2322059869766235,0.3815765380859375 +270,-2.1652440836514355,-0.0982319159970599,-0.3216191228685744,-0.8244639039039612,0.09807401150465012,0.5573513507843018,2.313951015472412,1.7377958297729492,-0.7369778156280518,0.36358755826950073,-0.4514065384864807,-1.0949032306671143 +271,-1.865094032462119,-0.12323832209826188,-0.018437571952738683,-0.9497477412223816,0.12292660772800446,0.28786781430244446,2.434856414794922,3.331284523010254,-0.8576359152793884,0.8960064649581909,-0.520845353603363,-0.047572553157806396 +272,-1.9824392461047706,-0.12055784225393566,0.12799456160424624,-0.9098126292228699,0.12026602029800415,0.39721134305000305,-1.0297621488571167,-1.6929478645324707,0.9801391363143921,-1.5357286930084229,0.009006433188915253,0.9604545831680298 +273,-1.9339383441495355,-0.13041480590968024,0.08521046801896458,-0.9268471002578735,0.13004544377326965,0.352196604013443,0.8879725933074951,1.3291170597076416,-0.23722578585147858,0.5514656901359558,0.41093963384628296,-0.33004096150398254 +274,-1.8533725052794943,-0.20305898431205108,0.17805900270980296,-0.9406094551086426,0.20166639983654022,0.273101806640625,1.848914623260498,-1.7706241607666016,1.082337498664856,1.280773639678955,-0.026220843195915222,-0.113922119140625 +275,-2.1909284872279655,-0.2739248220151356,0.1904523587471257,-0.7834604978561401,0.27051201462745667,0.559475839138031,-4.2588300704956055,-1.3481885194778442,-1.9039299488067627,-1.513338327407837,1.2565265893936157,0.971484363079071 +276,-2.165063500485897,-0.12321323168827901,-0.001237753012630353,-0.8222776651382446,0.12290170788764954,0.5556570887565613,3.8893611431121826,1.8566526174545288,-1.5587176084518433,0.4707455635070801,-0.5713117122650146,-1.331322431564331 +277,-1.8608598944277461,-0.11067272434655917,0.47251233398882203,-0.9523634910583496,0.11044693738222122,0.28426337242126465,2.557718515396118,2.9441134929656982,-2.6706669330596924,1.14499032497406,-0.5045051574707031,-0.12822696566581726 +278,-1.993790778623488,-0.11158960363648229,0.5608482942956275,-0.9061923623085022,0.1113581582903862,0.40793970227241516,-1.5550179481506348,-2.4336097240448,0.5924398899078369,-2.158215045928955,0.3024449348449707,1.4248087406158447 +279,-1.9198401320087484,-0.11008663572903085,0.4796432894220272,-0.9340117573738098,0.10986441373825073,0.33992916345596313,-0.10644429177045822,1.7202876806259155,0.0035379696637392044,0.7212737202644348,0.48190194368362427,-0.4641205072402954 +280,-1.8220125925090482,-0.23259379422635731,0.5146799628214666,-0.9425278902053833,0.23050224781036377,0.2418883740901947,2.0913567543029785,-1.2788538932800293,1.79603910446167,1.2631913423538208,-0.10936270654201508,-0.1556152105331421 +281,-2.1047742229771376,-0.4212031659659012,0.5373428282157637,-0.7855541706085205,0.4088587462902069,0.464477002620697,-0.7161267399787903,-2.560331106185913,-0.11424587666988373,-2.1412949562072754,1.7074894905090332,1.3068242073059082 +282,-2.21581164375161,-0.13926273102884076,0.34414122115864076,-0.7913543581962585,0.13881301879882812,0.5953902006149292,-0.1383076310157776,0.5540010333061218,0.22130341827869415,-0.4157991409301758,-0.38695141673088074,-0.9240950345993042 +283,-1.8990913626658514,-0.16822419112151413,0.6738635245031678,-0.933230996131897,0.16743187606334686,0.31787803769111633,3.2837326526641846,4.404962539672852,-1.6361027956008911,1.248660683631897,-0.7173739075660706,-0.3773568868637085 +284,-1.9310994624660847,-0.16427867386160538,0.9513967665067182,-0.9231910705566406,0.1635407656431198,0.3478112816810608,-1.2179423570632935,-7.669381618499756,1.4870413541793823,-1.4067497253417969,-0.398800790309906,0.6580634117126465 +285,-1.9155057490474372,-0.1725902508918376,0.7741496433651324,-0.9271907210350037,0.17173469066619873,0.3329026997089386,-0.7749777436256409,0.836394727230072,-0.10423120856285095,0.024801433086395264,0.8289061188697815,-0.3401354253292084 +286,-1.8812123634915208,-0.1815135354904107,0.7716980201310546,-0.9365634918212891,0.18051844835281372,0.30043673515319824,1.0199240446090698,0.3095261752605438,0.09748400002717972,1.0793246030807495,-0.16406945884227753,-0.26720306277275085 +287,-2.032668368740311,-0.2750668315860323,0.873418524447528,-0.8615657687187195,0.2716112434864044,0.42887237668037415,0.9383406043052673,-2.2735633850097656,1.5933902263641357,-0.4869753122329712,0.1253155767917633,1.2553317546844482 +288,-2.1801454817234713,-0.14539019747936996,0.6369754123616298,-0.8113691806793213,0.14487852156162262,0.5662955641746521,-2.561988592147827,0.27051231265068054,0.10414068400859833,-0.6707171201705933,-0.07755672931671143,-0.5513723492622375 +289,-2.060191432117864,-0.16017131875227195,0.815858316815357,-0.8713197708129883,0.15948733687400818,0.46407485008239746,2.967587947845459,1.2494680881500244,-1.5494847297668457,0.9549990892410278,-0.41636908054351807,-0.6753938794136047 +290,-1.9272119789473876,-0.15958715608758367,1.083560238057902,-0.9252449870109558,0.1589106172323227,0.3444836735725403,2.177504062652588,-2.291842222213745,-0.603131115436554,-1.1802542209625244,-0.2543696463108063,0.3480059504508972 +291,-2.004320665317112,-0.1588936348502832,1.0962555343353033,-0.8960592746734619,0.158225879073143,0.4147800803184509,-1.1551018953323364,0.03213964402675629,0.24691112339496613,-0.38982951641082764,0.5235063433647156,-0.13793987035751343 +292,-1.9782602195661585,-0.16257630005882934,1.1216351891373597,-0.9060218930244446,0.16186106204986572,0.39105653762817383,0.9417693614959717,-0.08698350191116333,-0.1724940687417984,0.9382638335227966,-0.1000782698392868,-0.3862348198890686 +293,-2.1569484561157437,-0.21418531820739994,1.303234410298021,-0.8140394687652588,0.21255142986774445,0.5405198335647583,1.5221645832061768,-2.0904438495635986,0.22866423428058624,0.5215132236480713,-0.13230547308921814,0.3406447172164917 +294,-2.203671153287945,-0.20770139569882018,1.194590372514671,-0.7890005707740784,0.20621123909950256,0.5787532925605774,-1.7811027765274048,0.4250943064689636,0.5749351382255554,-0.9927072525024414,0.1687430441379547,0.020749390125274658 +295,-2.129211221387942,-0.1901851899582028,1.2400226944219321,-0.8328041434288025,0.18904075026512146,0.5202890038490295,2.4617302417755127,1.1635152101516724,-1.3871837854385376,0.22651153802871704,-0.38340723514556885,-0.5369669198989868 +296,-1.8962009904382064,-0.15051702107978762,1.5661001768231975,-0.9368085861206055,0.1499493271112442,0.31607773900032043,3.294677257537842,1.417459487915039,-0.9613948464393616,0.9871929883956909,-0.437058687210083,-0.17998453974723816 +297,-2.0048481918824645,-0.20330551181742745,1.676594664819899,-0.8885834813117981,0.20190785825252533,0.4118889272212982,-0.5423910021781921,-0.6636683940887451,0.1614423245191574,-1.12101411819458,0.5379908084869385,0.21678850054740906 +298,-2.0189318985036637,-0.18466403216001798,1.6495932725297842,-0.885933518409729,0.1836162954568863,0.4259193241596222,0.3498499393463135,0.2694137394428253,-0.41235238313674927,0.29079484939575195,0.011360570788383484,-0.23870915174484253 +299,-1.983756311083164,-0.1703100047325411,1.7070394287672987,-0.9026853442192078,0.1694878786802292,0.39551597833633423,1.244404911994934,-1.1850451231002808,-0.21118171513080597,1.0759336948394775,-0.15294738113880157,-0.26519063115119934 +300,-2.1290182290062565,-0.22116700542972906,1.8009202889944618,-0.8275380730628967,0.2193683534860611,0.5167770385742188,-0.9185308814048767,-0.715662956237793,0.8677794337272644,-0.971473217010498,0.4098583161830902,0.6229476928710938 +301,-2.156989380403627,-0.20649177100950636,1.6244916068801256,-0.8153555989265442,0.20502746105194092,0.541441798210144,-0.3443426787853241,0.4896758794784546,0.1831817477941513,-0.19773650169372559,-0.1822918951511383,-0.3515918254852295 +302,-2.0585246685204495,-0.20041509259251802,1.7454361441027655,-0.8657175302505493,0.19907613098621368,0.4592404067516327,1.70931875705719,1.457726240158081,-1.3158705234527588,0.7680613398551941,-0.35193872451782227,-0.37658360600471497 +303,-1.985228929114314,-0.2056049186132832,1.9692039712464113,-0.8960657715797424,0.20415937900543213,0.3941895067691803,2.6536688804626465,-3.4390604496002197,-0.6902918219566345,-1.3300085067749023,-0.19912391901016235,0.42838138341903687 +304,-2.0517679780162017,-0.19668300186938728,2.0201590657378383,-0.8694531917572021,0.1954173594713211,0.4537210762500763,-1.1388307809829712,0.24290503561496735,0.20660856366157532,-0.5890427231788635,0.3806781768798828,-0.03373825550079346 +305,-1.9638207987779088,-0.1652749459496148,1.94095962690962,-0.9111669659614563,0.16452354192733765,0.37776511907577515,-0.39771267771720886,1.439552903175354,0.023431571200489998,0.9244574904441833,0.04400305449962616,-0.2509647011756897 +306,-1.9836278575408364,-0.21204453281931204,1.9818374931917653,-0.8954727649688721,0.21045908331871033,0.3922186493873596,1.6273518800735474,-3.773956537246704,0.41205617785453796,0.5171006321907043,0.011220589280128479,0.42289063334465027 +307,-2.1794023740779336,-0.17986947365919662,1.8167627704695466,-0.8072096705436707,0.17890115082263947,0.5625008344650269,-3.4158458709716797,-0.5440433621406555,1.1577469110488892,-1.1499438285827637,0.07424215972423553,-0.12954789400100708 +308,-2.055241065026381,-0.170588349153042,1.8445169353975601,-0.8720890283584595,0.16976219415664673,0.4589572548866272,2.6443848609924316,1.2690534591674805,-0.7861672639846802,0.7378115653991699,-0.39489036798477173,-0.6265138983726501 +309,-1.9447479608086347,-0.18731579948556018,2.109088598959847,-0.9146074652671814,0.18622231483459473,0.3589068353176117,2.4545364379882812,0.5532058477401733,-0.4359839856624603,0.5788074135780334,-0.4881937801837921,-0.04695624113082886 +310,-2.028542622035655,-0.20410866181068185,2.30262941264872,-0.8784299492835999,0.20269440114498138,0.4327540993690491,-0.5173693299293518,-0.3498533368110657,0.06014811247587204,-1.1492648124694824,0.2765536904335022,0.402283251285553 +311,-1.9893741296069276,-0.1707651052434825,2.168995553390312,-0.9003785848617554,0.1699363738298416,0.4005494713783264,-0.5263727307319641,1.6771111488342285,0.03870873898267746,0.6224856376647949,0.233017697930336,-0.29508069157600403 +312,-1.8439273577975113,-0.19394385231833589,2.1807391630878,-0.9448777437210083,0.19273029267787933,0.2646903991699219,1.899027943611145,-2.408825397491455,-0.031501635909080505,1.0067675113677979,-0.09952960908412933,-0.10496142506599426 +313,-2.138231918919166,-0.19480220720380936,2.1900360530138774,-0.827332079410553,0.1935724914073944,0.5273054838180542,-3.293785572052002,-0.24945925176143646,1.670880675315857,-1.0895531177520752,0.3186345100402832,0.27117156982421875 +314,-2.147592233657269,-0.158277833176014,2.0475812775088955,-0.8277367353439331,0.15761780738830566,0.538524329662323,1.4277801513671875,1.2571961879730225,-0.5559486746788025,0.2056511640548706,-0.39319825172424316,-0.6700704097747803 +315,-2.0012910689858865,-0.18104124154412246,2.2735088693539875,-0.8939073085784912,0.18005388975143433,0.41050007939338684,2.0768418312072754,0.7942588329315186,-1.1206775903701782,0.8177506923675537,-0.3818818926811218,-0.3302236795425415 +316,-2.0041471601433,-0.18954548895496529,2.5165295328604436,-0.891309380531311,0.18841254711151123,0.41239362955093384,1.1120039224624634,-0.6646728515625,-0.19077393412590027,-0.9474968910217285,-0.08979496359825134,0.5866603255271912 +317,-2.0045437876057637,-0.18795196641573514,2.456509370525717,-0.8914169669151306,0.18684732913970947,0.4128727316856384,0.03737980127334595,0.7350624203681946,-0.09565205872058868,-0.08677822351455688,0.415340781211853,-0.1351780891418457 +318,-1.9742325377663634,-0.19634765789242797,2.5670939889569406,-0.902045726776123,0.1950884759426117,0.3850378394126892,2.760462522506714,-1.8701761960983276,-0.5828908085823059,1.020881175994873,-0.2501269578933716,-0.23811089992523193 +319,-2.1714323685398558,-0.26722746389761537,2.6631478646744964,-0.7956952452659607,0.26405832171440125,0.5451077222824097,-0.8571875691413879,-3.305032730102539,0.12158878147602081,-0.7135515809059143,0.32763174176216125,0.7576115131378174 +320,-2.195085436527083,-0.19234854027466852,2.4573807430823695,-0.7964154481887817,0.19116464257240295,0.5737408995628357,-0.07764609158039093,0.8614313006401062,-0.24479928612709045,-0.3201313018798828,-0.17244207859039307,-0.7531537413597107 +321,-1.993495378852906,-0.20769520542980555,2.7294637350355213,-0.8923853635787964,0.20620518922805786,0.40140724182128906,2.834300994873047,1.7002410888671875,-1.9345134496688843,0.8788051009178162,-0.29972630739212036,-0.35552406311035156 +322,-1.8729861065404798,-0.14525966401559784,2.906597217204798,-0.9446327090263367,0.14474935829639435,0.2944771349430084,-1.4399988651275635,-3.9440391063690186,0.7643306255340576,-0.7665643095970154,-0.36233967542648315,0.4054739773273468 +323,-1.9371788095987046,-0.18732556989384125,2.925853946626163,-0.9172965288162231,0.18623192608356476,0.3519733250141144,1.2088254690170288,0.8826059103012085,-0.0837772935628891,-0.44934189319610596,0.3833176791667938,-0.02204766869544983 +324,-1.7891489781083745,-0.20786723971732401,3.101469648552267,-0.9552399516105652,0.20637352764606476,0.21195851266384125,1.135213017463684,-0.6181275844573975,-0.3221262991428375,1.188180685043335,-0.27508386969566345,-0.08642449975013733 +325,-2.144702542684388,-0.2818902898217972,3.091150547359268,-0.8066415190696716,0.2781718373298645,0.5214884877204895,-0.8184174299240112,-1.1985373497009277,2.6942622661590576,0.0828864574432373,-0.06813454627990723,0.7297322750091553 +326,-2.117731456958117,-0.2607010660422862,2.8965277279464003,-0.825261116027832,0.2577579915523529,0.5024983286857605,0.4172775149345398,1.149634599685669,-0.2650848925113678,-0.8453319668769836,-0.01924791932106018,-0.5569722652435303 +327,-1.8752545482889147,-0.2585684485939771,-3.0555393400218733,-0.9222955703735352,0.2556968629360199,0.2898109555244446,4.05771017074585,2.439081907272339,-1.9945898056030273,0.9666526913642883,-0.39523839950561523,-0.21046513319015503 +328,-1.6234607100988678,-0.10044012616328145,-2.7730381343289174,-0.9935806393623352,0.10027133673429489,0.052374742925167084,0.12285826355218887,0.8077080845832825,-0.8506636619567871,0.85924232006073,-0.437749981880188,0.4704066514968872 +329,-1.8552866595262065,-0.18870819502361436,-2.855131874895468,-0.9427658915519714,0.18759018182754517,0.27568572759628296,-0.5084307193756104,0.30727145075798035,-0.0544327050447464,-1.174971103668213,1.139665126800537,-0.17551180720329285 +330,-1.7895143358264305,-0.1842487473166611,-2.782170754866331,-0.9596540331840515,0.18320804834365845,0.21330586075782776,1.171934723854065,0.15308715403079987,-0.37365150451660156,1.0192394256591797,-0.18992190062999725,-0.23556837439537048 +331,-1.9602630481623038,-0.127203826617845,-2.5897272421746895,-0.9176374673843384,0.1268610656261444,0.37662747502326965,0.9804559946060181,-2.6519148349761963,-0.8274440765380859,1.2251628637313843,-0.451995313167572,0.2144218385219574 +332,-2.1095948960856767,-0.22068315116561027,-2.8388521471682266,-0.8375096321105957,0.21889625489711761,0.500661313533783,-3.64013934135437,1.1762115955352783,0.6173797845840454,-1.8270105123519897,1.1297975778579712,-0.11916124820709229 +333,-2.0008389104239908,-0.2047951010639526,-2.748088149116638,-0.8899533152580261,0.20336654782295227,0.40819716453552246,2.52485728263855,2.2955479621887207,-1.183967113494873,0.5500639081001282,-0.30578356981277466,-0.19301778078079224 +334,-1.7168467883497498,-0.12521206031760698,-2.4603759787863035,-0.9816080927848816,0.12488513439893723,0.1443924456834793,1.6317070722579956,1.2189379930496216,-1.8207557201385498,1.1260478496551514,-0.4308086037635803,0.0006271451711654663 +335,-1.9006983192523945,-0.15426967022029622,-2.428392563417163,-0.9348384737968445,0.15365847945213318,0.3201030492782593,-0.8642897605895996,0.3517662286758423,0.543388307094574,-1.6549441814422607,0.7661260366439819,0.7789417505264282 +336,-1.8096853758336886,-0.16233250626609913,-2.391506368664594,-0.9588276147842407,0.16162048280239105,0.23351243138313293,1.3494741916656494,1.2134335041046143,-0.3232754170894623,0.556789219379425,0.021561235189437866,-0.07106749713420868 +337,-1.8158072479474934,-0.17348880998167632,-2.224707669610097,-0.955571711063385,0.17261983454227448,0.23892568051815033,0.2170988768339157,-3.094722032546997,0.6233916878700256,1.2595267295837402,-0.2118806689977646,0.030849844217300415 +338,-2.1207695170659298,-0.2627870510260634,-2.424438157654279,-0.8232707977294922,0.259772926568985,0.5047212243080139,-2.973280191421509,0.4253515601158142,1.785512089729309,-1.291628122329712,0.9079211950302124,0.4397062659263611 +339,-2.0048585809846013,-0.23864350355434197,-2.517482285775414,-0.8815523386001587,0.2363847941160202,0.40864086151123047,2.039508581161499,0.6567622423171997,-0.8293200731277466,0.17355996370315552,-0.4057116210460663,-0.36802202463150024 +340,-1.7960155343900175,-0.19606260256155184,-2.2412485751813964,-0.9560703635215759,0.19480888545513153,0.21904152631759644,1.876436710357666,1.9803667068481445,-1.636791467666626,1.0449222326278687,-0.49613943696022034,-0.1868455410003662 +341,-1.7861984787688747,-0.1732881308652355,-2.149660025989562,-0.9622596502304077,0.1724221557378769,0.21053911745548248,-0.5777618288993835,-3.9841949939727783,-0.26459836959838867,-2.5029044151306152,0.01614592969417572,0.4940049350261688 +342,-1.7811306072795148,-0.18031395445429196,-2.0863164235146834,-0.9621059894561768,0.17933844029903412,0.20540186762809753,1.3973952531814575,1.116185188293457,-0.4452839493751526,-0.06311678886413574,0.5793132781982422,0.03287935256958008 +343,-1.8497632677356626,-0.17532246735397383,-1.8794781564801422,-0.9466032385826111,0.17442567646503448,0.2711414098739624,1.1514384746551514,-2.7217657566070557,0.07451828569173813,1.3478790521621704,-0.18654116988182068,0.010612070560455322 +344,-2.1459015972949995,-0.261991526338658,-1.9169334552447934,-0.8105005621910095,0.2590046226978302,0.5253624320030212,-1.7575911283493042,-2.640812873840332,1.4496971368789673,-0.09767216444015503,0.2004985511302948,0.8572059273719788 +345,-2.1257337893810244,-0.21149031315677405,-2.160264135017446,-0.8309963345527649,0.20991724729537964,0.5151506662368774,1.2588231563568115,0.2572721540927887,-0.7002072334289551,-0.5593083500862122,-0.16330161690711975,-0.8510728478431702 +346,-1.8876406877923442,-0.20497033506936654,-1.8333493274327337,-0.930332362651825,0.20353811979293823,0.30504748225212097,2.824760913848877,2.8602242469787598,-1.8456441164016724,0.9299814105033875,-0.36966052651405334,-0.12722158432006836 +347,-1.6661899874581603,-0.1205968815392085,-1.593088219875954,-0.9882234334945679,0.12030477821826935,0.0945572480559349,-0.26886624097824097,-3.0972561836242676,1.103869915008545,0.27299827337265015,-0.34730979800224304,0.2797560691833496 +348,-1.8639833483959265,-0.16301755705052115,-1.6807227561764808,-0.9446354508399963,0.16229648888111115,0.28517308831214905,1.3018580675125122,0.04234585911035538,-0.19333411753177643,-1.0870723724365234,0.7406118512153625,-0.1690537929534912 +349,-1.7486404033083311,-0.16417501602469461,-1.491719540668646,-0.9709931015968323,0.16343849897384644,0.1745292991399765,1.3640172481536865,1.4795600175857544,-0.2666020095348358,1.05224609375,-0.21161049604415894,0.3358619213104248 +350,-1.927838543493571,-0.20409702260479423,-1.4508445835053185,-0.9174880981445312,0.2026830017566681,0.34225034713745117,-0.18460485339164734,-3.7123725414276123,0.4375976324081421,0.9382095336914062,-0.16357475519180298,-0.23829221725463867 +351,-2.128696465449705,-0.21403670221325047,-1.6732161030589454,-0.8290103077888489,0.2124062031507492,0.517325758934021,-1.0189783573150635,0.36081576347351074,0.6741376519203186,-1.5330504179000854,0.6499137878417969,0.03946751356124878 +352,-2.0217462139524414,-0.23244366715134698,-1.5532649691455434,-0.8758282661437988,0.2303561568260193,0.4240998327732086,2.261369466781616,1.5534169673919678,-1.1734567880630493,0.5270734429359436,-0.30446815490722656,-0.25887778401374817 +353,-1.665077119686894,-0.14852295247290961,-1.2834579197567029,-0.9845984578132629,0.14797750115394592,0.09310474991798401,3.319030284881592,2.3004894256591797,-1.1127595901489258,1.1574804782867432,-0.6543251872062683,0.06126844882965088 +354,-1.894264041745333,-0.1675966584945584,-1.1685192724595328,-0.9348540306091309,0.16681316494941711,0.3134026825428009,-0.430164098739624,-0.8988121747970581,0.25982898473739624,-1.6644043922424316,0.4295002818107605,0.3483099639415741 +355,-1.8303836892171914,-0.15788948844502312,-1.2395661390252757,-0.9544740915298462,0.1572342962026596,0.2534889876842499,1.0677796602249146,1.6018732786178589,-0.3932701647281647,0.7936159372329712,0.1672286093235016,-0.32258081436157227 +356,-1.9426035266533772,-0.15034868210137342,-0.9788709705811924,-0.9211621880531311,0.14978289604187012,0.3592013716697693,1.8963338136672974,-2.5350537300109863,-0.7971323132514954,1.4525036811828613,-0.14285539090633392,0.6108455657958984 +357,-2.1693758282880973,-0.22066436701722542,-1.0855178417423132,-0.8061047792434692,0.21887792646884918,0.549806535243988,-4.150446891784668,0.6387600302696228,2.8188960552215576,-1.9257829189300537,1.064279317855835,1.0007914304733276 +358,-2.1011672553229617,-0.18865679061764096,-1.2032705097826264,-0.8473142385482788,0.18753968179225922,0.49687808752059937,3.1571788787841797,0.5490084290504456,-1.2126588821411133,0.20363730192184448,-0.2941528260707855,-0.5657257437705994 +359,-1.821768934723697,-0.1709618101138913,-0.8451568532915282,-0.9545497298240662,0.17013022303581238,0.24472573399543762,2.469203472137451,3.7193522453308105,-2.0578362941741943,1.1089075803756714,-0.498712956905365,-0.045140743255615234 +360,-1.893981152050146,-0.14865859813077387,-0.6347415011847172,-0.9377702474594116,0.14811165630817413,0.3140852749347687,-0.7529363036155701,-3.6053926944732666,0.33774763345718384,-2.4400219917297363,0.17566454410552979,1.3663499355316162 +361,-1.8982959680473488,-0.14814694415269875,-0.6891101150327912,-0.9364781975746155,0.14760562777519226,0.31815305352211,-0.10983598977327347,2.004704713821411,-0.22578510642051697,0.4291386008262634,0.5103839039802551,-0.42012760043144226 +362,-1.8633939961877557,-0.16507285171352068,-0.4838048426797926,-0.9444820284843445,0.16432419419288635,0.2845195233821869,2.8818225860595703,-3.0190162658691406,-0.6262153387069702,1.1092005968093872,-0.07620465755462646,-0.2395671308040619 +363,-2.1208033135460864,-0.19975875628088288,-0.41502057873501136,-0.8355680704116821,0.19843289256095886,0.5122991800308228,-2.832958936691284,-1.481569528579712,1.3459677696228027,-1.776294231414795,0.899055540561676,1.4734034538269043 +364,-2.107882702769062,-0.16267533152720048,-0.6901469550190927,-0.847859263420105,0.16195879876613617,0.5048798322677612,1.4055455923080444,0.20069776475429535,-0.6806691288948059,-0.2002362608909607,-0.25468647480010986,-0.7635622024536133 +365,-1.9322091906844725,-0.17398126051652543,-0.3763509106806439,-0.9212767481803894,0.17310486733913422,0.34825804829597473,2.308135986328125,2.3520195484161377,-1.6219712495803833,0.9888580441474915,-0.3808380365371704,-0.3125678598880768 +366,-1.7596209729151355,-0.12857392792739827,-0.1484464943333239,-0.9741178154945374,0.12821997702121735,0.18615517020225525,-0.00775135587900877,-4.584753513336182,0.3744334876537323,-2.7206146717071533,-0.22459450364112854,0.6876088380813599 +367,-1.787645065580369,-0.139680240875008,-0.2063997639027426,-0.9670690298080444,0.13922648131847382,0.2130577713251114,1.2306748628616333,2.0694758892059326,-0.3331291675567627,0.20635735988616943,0.4901527762413025,-0.2192680835723877 +368,-1.872887018071426,-0.15240505369347582,-0.04817251245132438,-0.9436501860618591,0.1518157422542572,0.29406827688217163,0.8464590907096863,-4.169344425201416,-0.28473615646362305,1.1367502212524414,-0.1502135694026947,-0.3503885269165039 +369,-2.226671521209122,-0.23473596293574023,-0.12314716422073424,-0.7707802653312683,0.23258620500564575,0.5931282639503479,-2.080510377883911,-0.294381707906723,3.6911492347717285,-0.40677082538604736,0.14522138237953186,1.0968894958496094 +370,-2.144552606349373,-0.14570499566108777,-0.48189791136199667,-0.8309686183929443,0.14518998563289642,0.5370391011238098,1.2319974899291992,0.6822433471679688,-0.6574468016624451,-0.5701543688774109,-0.15495562553405762,-1.0644285678863525 +371,-1.9539000070509307,-0.1886508804749484,-0.10159767680398223,-0.9110531210899353,0.1875338852405548,0.36716899275779724,3.200467586517334,2.4999444484710693,-1.7744691371917725,0.9694028496742249,-0.3139682412147522,-0.29876378178596497 +372,-1.70903927650759,-0.10050302034475501,0.1484346256320602,-0.9854617118835449,0.10033391416072845,0.13710768520832062,-0.5367494821548462,-2.2359025478363037,2.1358537673950195,0.10771501064300537,-0.5051800608634949,0.4191819429397583 +373,-1.8707038352590477,-0.1377228574620209,0.012709466325110913,-0.946317732334137,0.13728788495063782,0.2926344871520996,-1.0450074672698975,1.3351473808288574,0.18185582756996155,-0.6203632354736328,0.7788803577423096,-0.17016741633415222 +374,-1.85641002787186,-0.15122569010510933,0.15889469936883438,-0.9485383629798889,0.15064994990825653,0.2785308063030243,1.1904420852661133,-2.043736457824707,-0.35371896624565125,1.0155093669891357,-0.023071229457855225,-0.1876494288444519 +375,-2.141991488861604,-0.19546565136711533,0.22600852791696419,-0.8252357244491577,0.1942233443260193,0.530342698097229,-0.5877285003662109,-1.9740705490112305,2.038271188735962,0.40883857011795044,-0.03992646932601929,0.6900094747543335 +376,-2.1390869890648254,-0.14233229418138166,-0.21110528735695194,-0.8342992663383484,0.1418522149324417,0.5327498316764832,-1.8180546760559082,1.4755016565322876,0.31867775321006775,-0.7756554484367371,0.1550685465335846,-0.7968643307685852 +377,-1.9629826134932764,-0.18532580064938106,0.031994635858453455,-0.9082521200180054,0.18426676094532013,0.3756648004055023,2.8343591690063477,2.4990389347076416,-1.3289577960968018,0.9693481922149658,-0.29934853315353394,-0.36849313974380493 +378,-1.7108427335484189,-0.11238404236125854,0.2953444542916163,-0.9839627742767334,0.11214762181043625,0.1387084722518921,1.73101007938385,0.18353046476840973,0.5812987089157104,0.6180723309516907,-0.38689738512039185,0.14144288003444672 +379,-1.8502214209265742,-0.14933560630787465,0.2909273479203239,-0.9505161643028259,0.1487811654806137,0.2727334797382355,-1.3393588066101074,0.6643245220184326,0.3464231491088867,-0.7473294734954834,0.3290935754776001,-0.0313851535320282 +380,-1.881356145116013,-0.1428389842251724,0.4060875858045598,-0.9424657225608826,0.14235375821590424,0.3024795353412628,2.4207804203033447,-4.274864196777344,-0.7950968742370605,1.1076726913452148,-0.023838728666305542,-0.36577296257019043 +381,-2.206728049476572,-0.2181091559060512,0.5173124919593137,-0.7854582071304321,0.21638396382331848,0.5798562169075012,0.5219248533248901,-5.959097862243652,1.8974111080169678,0.3218657970428467,0.030899956822395325,0.5598074793815613 +382,-2.234208962356613,-0.16512134949612878,0.21963585845343597,-0.7771787643432617,0.1643720269203186,0.6074333190917969,-1.9994264841079712,2.8311803340911865,0.004177046939730644,-1.1688967943191528,0.3848528265953064,-0.5629844069480896 +383,-1.9521989582629564,-0.1781512428327978,0.49438266808389064,-0.9134537577629089,0.17721037566661835,0.3663315176963806,4.025026798248291,3.738849401473999,-1.8474645614624023,0.9661118388175964,-0.35235077142715454,-0.2469162940979004 +384,-1.7777657072629498,-0.09998687288706863,0.8588780262805268,-0.973770260810852,0.09982035309076309,0.20446856319904327,1.2691023349761963,-3.2108020782470703,0.6878083944320679,0.5092469453811646,-0.5151951313018799,0.42513954639434814 +385,-1.9715204942367526,-0.1538504345862255,0.7405847028562651,-0.9099029898643494,0.15324421226978302,0.385477751493454,-0.667765200138092,-0.23458026349544525,0.2429666966199875,-0.8853089809417725,0.5349271893501282,-0.3976694941520691 +386,-1.894357519473182,-0.15747793732623283,0.7919161471218878,-0.9363772869110107,0.15682785212993622,0.31401070952415466,2.003775119781494,0.03547383099794388,-0.2913666069507599,1.0433871746063232,-0.04786485433578491,-0.3952484130859375 +387,-2.04524638136971,-0.20696962508634822,0.922362526053249,-0.8705596923828125,0.20549514889717102,0.44709935784339905,-0.4482296109199524,-3.8158817291259766,1.5447537899017334,0.704116702079773,-0.04578137397766113,0.15737754106521606 +388,-2.23146388964777,-0.14319027452688837,0.535326695481045,-0.7815018892288208,0.14270146191120148,0.6073638200759888,-4.484422206878662,0.7551098465919495,1.0541057586669922,-1.4881360530853271,0.5598132014274597,-0.5077546238899231 +389,-2.0895504318295104,-0.16417579741164065,0.6957847224258482,-0.8567600250244141,0.16343927383422852,0.48913171887397766,3.576444149017334,1.865842580795288,-1.392681360244751,0.8917484283447266,-0.3260674476623535,-0.5019795894622803 +390,-1.6944185095852167,-0.10972502504467797,1.040654832166109,-0.9864007830619812,0.10950498282909393,0.12256602942943573,3.7212164402008057,3.570324182510376,-0.35351234674453735,0.7787743806838989,-0.5520403981208801,-0.10118840634822845 +391,-1.9161758031284606,-0.1673836666013327,1.0327413561540653,-0.9277963638305664,0.16660314798355103,0.3338221311569214,-1.6930636167526245,0.3585857152938843,0.8106108903884888,-1.3364248275756836,0.9196852445602417,0.06250962615013123 +392,-1.8809593318301403,-0.16110250126055117,1.0166263088351812,-0.9399528503417969,0.16040652990341187,0.30126169323921204,1.081526279449463,-0.9475921392440796,-0.06896832585334778,1.1000937223434448,-0.0019134730100631714,-0.38422366976737976 +393,-2.16588739881335,-0.20392299426095997,1.096993763039572,-0.8109391331672668,0.20251259207725525,0.5489687919616699,0.08827505260705948,-3.105564832687378,1.0647176504135132,0.8606216311454773,-0.14774876832962036,0.7674070000648499 +394,-2.184161539899883,-0.1378195903926779,0.7092382960950352,-0.80996173620224,0.13738371431827545,0.5701643228530884,-4.084439754486084,2.068054676055908,0.4601511061191559,-1.5273336172103882,0.5071170330047607,-0.26483601331710815 +395,-2.039496000942232,-0.16190963322690663,0.9534553056530745,-0.8804882764816284,0.16120316088199615,0.44581860303878784,4.341643810272217,2.0269854068756104,-1.73385751247406,0.6992747187614441,-0.27221083641052246,-0.38402050733566284 +396,-1.8014861011568657,-0.07458182335524279,1.2586904040533162,-0.9708026051521301,0.07451269775629044,0.22801345586776733,1.3895418643951416,1.697586178779602,-1.4426825046539307,1.0096362829208374,-0.3737986087799072,0.03809976577758789 +397,-1.902842413203437,-0.13815767791561384,1.249331735854814,-0.9363690614700317,0.1377185881137848,0.3228718638420105,-0.5769081711769104,-0.0908217579126358,0.4366984963417053,-1.1766374111175537,0.9287333488464355,0.108112633228302 +398,-1.9332133945173686,-0.1331144453735032,1.230734629516772,-0.9267704486846924,0.1327216774225235,0.3513988256454468,1.7520719766616821,-2.189393997192383,-0.5122399926185608,1.0218939781188965,-0.10961991548538208,-0.48302119970321655 +399,-2.1204438713506595,-0.13937044866700643,1.3655769387028307,-0.8444406986236572,0.13891969621181488,0.5173215866088867,-0.4662378132343292,-2.0907557010650635,0.7359001636505127,1.1164283752441406,-0.1729772686958313,-0.17111480236053467 +400,-2.2446476749831663,-0.1560653262539242,1.0137762147301768,-0.7719271779060364,0.1554325670003891,0.616416335105896,-5.472485542297363,0.9492200016975403,1.7153127193450928,-1.915588140487671,0.8274165391921997,-0.0035318732261657715 +401,-2.1591228179944926,-0.13817640413249296,1.0316732101056683,-0.8239420056343079,0.13773712515830994,0.549680233001709,3.3294172286987305,1.8115062713623047,-1.2689669132232666,0.6473214626312256,-0.2846945524215698,-0.6061682105064392 +402,-1.8448486162748794,-0.10653245715757707,1.3505177150498682,-0.9572246074676514,0.10633106529712677,0.26910045742988586,2.179978609085083,2.085937261581421,-1.5008800029754639,1.0779825448989868,-0.3797838091850281,-0.1713220775127411 +403,-1.9520380869530465,-0.16176772949127408,1.404599482306695,-0.916084885597229,0.16106310486793518,0.367215633392334,-1.0569100379943848,-0.4615652859210968,0.8045555949211121,-1.5712655782699585,0.5530940294265747,0.4174065589904785 +404,-1.8784168632004727,-0.17643299674127694,1.349349221293105,-0.9382616877555847,0.17551906406879425,0.29809126257896423,1.002651333808899,0.28653958439826965,-0.12447204440832138,0.8717942833900452,-0.06928734481334686,-0.47233137488365173 +405,-2.0473615100956635,-0.19207647863356847,1.5154858686354278,-0.8722350001335144,0.190897598862648,0.45029377937316895,0.5200465321540833,-2.4642677307128906,0.609082043170929,1.322826862335205,-0.28165680170059204,0.08370286226272583 +406,-2.2290891971948046,-0.2148104784704558,1.2349455421477156,-0.772857129573822,0.21316227316856384,0.5977069139480591,-5.43727445602417,2.165961742401123,1.5626932382583618,-2.313660144805908,1.2805968523025513,0.7328594326972961 +407,-2.0766947228374395,-0.19450058100925033,1.3104062346283034,-0.8582457900047302,0.1932765543460846,0.47545623779296875,4.315899848937988,2.0470149517059326,-1.7226089239120483,0.49021899700164795,-0.3145991563796997,-0.3659438490867615 +408,-1.7504202693926412,-0.11095893326573796,1.6919789355191672,-0.9778602719306946,0.11073138564825058,0.17756089568138123,1.8722647428512573,2.616583824157715,-2.3794217109680176,1.1769417524337769,-0.3615553677082062,0.009847640991210938 +409,-1.9370837211943017,-0.14494078438297153,1.7043799241524862,-0.9238734245300293,0.14443384110927582,0.35439613461494446,-0.13917815685272217,-1.4970903396606445,-0.1036781370639801,-2.6065220832824707,0.4840298891067505,1.066044569015503 +410,-1.9438866450951093,-0.13634481924300132,1.6433473266854404,-0.9225634336471558,0.13592277467250824,0.36111223697662354,-0.8902485966682434,-0.022631976753473282,-0.08845143765211105,0.6172654628753662,0.33627575635910034,-0.527753472328186 +411,-1.9533320493174198,-0.18985559178008618,1.6704664575947787,-0.911051332950592,0.1887170821428299,0.366566926240921,2.6937038898468018,-2.5361697673797607,0.5714696049690247,1.1114450693130493,-0.1411859691143036,-0.491505891084671 +412,-2.1855531151824046,-0.21775621784699178,1.7254333683841367,-0.7976222038269043,0.21603937447071075,0.5631395578384399,-2.95517635345459,-0.4457475543022156,-2.772490978240967,-1.4422765970230103,1.0207313299179077,1.180650234222412 +413,-2.158007853987495,-0.1068913095413244,1.518584730377166,-0.8277373909950256,0.10668787360191345,0.5508795976638794,0.9903619885444641,2.128633737564087,-0.7087379693984985,0.037744224071502686,-0.40110623836517334,-0.7674171328544617 +414,-1.9549648078916992,-0.1377655371837278,1.780642495299196,-0.9183263182640076,0.13733017444610596,0.3712373673915863,2.3115363121032715,1.0465720891952515,-1.3481061458587646,1.0520696640014648,-0.34652814269065857,-0.5038820505142212 +415,-1.9610804779910591,-0.17875723399495683,2.0254239898931994,-0.9100647568702698,0.17780674993991852,0.3743889331817627,1.6481629610061646,-0.3402303457260132,-0.4863310158252716,-1.533599853515625,0.13171778619289398,1.2792365550994873 +416,-1.9861579061536698,-0.1730850239921996,1.9503793097262405,-0.9012991189956665,0.1722220927476883,0.397491455078125,-2.0212137699127197,0.7982786297798157,0.8196436762809753,0.374458909034729,0.3628578782081604,-0.270599365234375 +417,-1.907483714256005,-0.21228483960995576,1.842067537503228,-0.9226664900779724,0.21069400012493134,0.3229462802410126,0.3519945740699768,0.3227102756500244,1.0379072427749634,1.0931377410888672,-0.1642005294561386,-0.37223225831985474 +418,-2.1156376823634657,-0.2854083891695076,1.965233128621868,-0.8206136226654053,0.281549334526062,0.49731630086898804,-0.16526935994625092,-0.4136689305305481,-2.1932168006896973,-1.0405009984970093,0.808172345161438,1.1209087371826172 +419,-2.1901042060063554,-0.1294426612990997,1.7840944238611203,-0.8074682950973511,0.12908148765563965,0.5756155848503113,-0.35568609833717346,1.3808101415634155,-0.6332712173461914,0.002719581127166748,-0.35993167757987976,-0.8732229471206665 +420,-1.9996516670201145,-0.15688160040663976,2.0290743892625973,-0.898273766040802,0.1562388688325882,0.41072338819503784,2.411224126815796,1.1116195917129517,-1.3200880289077759,0.9598124027252197,-0.3861735761165619,-0.4003474712371826 +421,-1.9951038727583745,-0.15930754422437304,2.227701990515369,-0.8997842669487,0.15863455832004547,0.406476765871048,2.199101448059082,-2.293095111846924,-0.7327980995178223,-1.7319600582122803,-0.04864919185638428,0.7290976047515869 +422,-2.04344065385007,-0.17425582712864593,2.294495631316771,-0.8768836259841919,0.17337527871131897,0.44834795594215393,-0.9700747728347778,0.22306548058986664,0.6936715245246887,-0.12120890617370605,0.28104668855667114,-0.2206716239452362 +423,-1.9915397113858007,-0.2229133539140512,2.2913428201750947,-0.8902007937431335,0.22107182443141937,0.39833325147628784,2.743506908416748,-1.9646952152252197,-0.02906716614961624,1.0617402791976929,-0.14132943749427795,-0.5842311978340149 +424,-2.229722872906388,-0.33019532570119275,2.4205106171231767,-0.7479382753372192,0.32422780990600586,0.579193115234375,-0.35190603137016296,-3.791234254837036,0.9079757928848267,-0.18112361431121826,0.15340277552604675,0.8709105849266052 +425,-2.30239743898978,-0.19400743605796497,2.1898010341888057,-0.7301459312438965,0.19279268383979797,0.655528724193573,-1.723438024520874,1.0429147481918335,0.0276882853358984,-0.34361499547958374,-0.21177464723587036,-0.662456214427948 +426,-2.0368673030737976,-0.21490765209537407,2.4122920296907435,-0.8727903366088867,0.21325720846652985,0.43904224038124084,3.130470037460327,2.51859974861145,-1.253007173538208,0.9977904558181763,-0.3692478537559509,-0.4793103337287903 +427,-1.8316424614916276,-0.20540892567799746,2.664768007960584,-0.9458608627319336,0.20396751165390015,0.2524765133857727,1.839337944984436,-2.5927233695983887,0.8293091654777527,-0.9511117339134216,-0.7259401679039001,0.39020833373069763 +428,-1.9526375164788834,-0.21925122699848013,2.661563561832165,-0.9057648777961731,0.21749883890151978,0.36370915174484253,-1.9388561248779297,-0.20012332499027252,0.8693844079971313,-0.5698820948600769,0.6203002333641052,0.018187761306762695 +429,-1.9098189483545769,-0.2256044136147935,2.5990425241472517,-0.9191817045211792,0.22369550168514252,0.32413801550865173,1.0120021104812622,-0.4403110146522522,0.19367632269859314,1.0433576107025146,-0.17353984713554382,-0.41616377234458923 +430,-2.1093639927292602,-0.26505636899638246,2.7560790722171102,-0.828465461730957,0.2619636654853821,0.4949950873851776,0.4806141257286072,-2.84700345993042,0.8443222045898438,0.873204231262207,-0.12768632173538208,0.4813385009765625 +431,-2.215897577184307,-0.20371675727710442,2.434308561617689,-0.782515823841095,0.20231062173843384,0.5888457298278809,-3.6000688076019287,1.5557104349136353,0.6409992575645447,-1.2741705179214478,0.36704057455062866,-0.22062069177627563 +432,-2.044562967408812,-0.21835591903100265,2.656952321130983,-0.8687263131141663,0.21662487089633942,0.44540777802467346,3.4168026447296143,1.571211814880371,-1.685097575187683,0.8007180094718933,-0.3796040415763855,-0.41736215353012085 +433,-1.7973738217024613,-0.16693102795395812,2.9245085323492543,-0.9608955979347229,0.1661568284034729,0.22152112424373627,1.778365969657898,1.9825118780136108,-0.4341931641101837,0.7611885666847229,-0.5288429856300354,0.21381211280822754 +434,-1.9760710691197443,-0.1861701886413798,2.976232501436617,-0.9031143188476562,0.1850966215133667,0.3874584436416626,-1.1052461862564087,-0.4762172996997833,0.9234663248062134,-1.6536942720413208,0.5067673921585083,0.2530445456504822 +435,-1.9092841094417714,-0.20925384966304256,2.955903254460916,-0.922681987285614,0.20773008465766907,0.32481759786605835,2.2969768047332764,-0.324014276266098,-0.20826378464698792,1.0566234588623047,-0.08701777458190918,-0.45114514231681824 +436,-2.0433138017209114,-0.2861360571765995,-3.0953318568055734,-0.8542220592498779,0.28224751353263855,0.4366244971752167,-0.1686534583568573,-3.8388266563415527,0.8976200819015503,0.9968917965888977,-0.11408039927482605,-0.01424601674079895 +437,-2.2482432144363194,-0.22085526197693914,2.871097982671024,-0.760249674320221,0.21906419098377228,0.6115809082984924,-4.484106540679932,2.0467004776000977,1.2500123977661133,-1.8091928958892822,0.6906495094299316,0.11254018545150757 +438,-2.0737311581389606,-0.20067781558240474,3.0266045637462127,-0.8585883975028992,0.19933359324932098,0.4723260700702667,4.015047550201416,1.9061179161071777,-1.934443712234497,0.7777321934700012,-0.4026569724082947,-0.5142114758491516 +439,-1.7339384529302446,-0.13205110315074028,-2.8907112004830817,-0.9781314134597778,0.13166765868663788,0.1610053926706314,2.0871851444244385,2.140284299850464,-1.1862494945526123,1.0094423294067383,-0.4576106667518616,0.12553943693637848 +440,-1.9301147366596074,-0.1791779875518184,-2.836303698934106,-0.9211495518684387,0.17822077870368958,0.34600672125816345,-0.15026696026325226,-0.12068963050842285,0.3888377547264099,-1.421928882598877,0.41081422567367554,0.3426835238933563 +441,-1.9219346084971674,-0.1879799228460835,-2.8298526629026584,-0.9224404096603394,0.18687479197978973,0.33790743350982666,1.038528323173523,0.48206421732902527,-0.125862255692482,0.8462685942649841,0.10966451466083527,-0.44011080265045166 +442,-1.9889051094959063,-0.26921993614065676,-2.6326692470810364,-0.8809400796890259,0.2659795582294464,0.3914070427417755,2.7477662563323975,-4.005664348602295,-0.6157039999961853,1.1515700817108154,-0.1467931568622589,0.059780120849609375 +443,-2.2135745114797234,-0.23965478060162046,-2.6365910986652485,-0.7775570154190063,0.23736728727817535,0.5822899341583252,-4.468851566314697,-0.25327739119529724,1.4645304679870605,-1.8411715030670166,1.0068343877792358,0.9610297083854675 +444,-2.075741146487899,-0.18222145116534624,-2.698440333136046,-0.8607109189033508,0.18121469020843506,0.47574979066848755,3.5974485874176025,1.5880123376846313,-1.5995012521743774,0.4712151885032654,-0.42059457302093506,-0.7561758160591125 +445,-1.7953949547027115,-0.12479607755907128,-2.3490252861206575,-0.9673020243644714,0.12447240203619003,0.22098305821418762,2.0903429985046387,2.710174798965454,-2.3537230491638184,1.1768966913223267,-0.48714327812194824,-0.11931371688842773 +446,-1.867590099922793,-0.14329996379275847,-2.191633953085851,-0.9464772939682007,0.14281003177165985,0.2894580066204071,1.0714547634124756,-3.295600175857544,-0.4090500771999359,-2.9114480018615723,0.518780529499054,1.4761823415756226 +447,-1.9108569914772744,-0.1385881915736906,-2.266173065009139,-0.9336954355239868,0.13814498484134674,0.3303462564945221,-1.582727313041687,0.477997362613678,0.12308169156312943,0.7050120234489441,0.30219316482543945,-0.4903804361820221 +448,-1.8773522632178299,-0.22800395473794152,-2.28825812409694,-0.9287046790122986,0.22603358328342438,0.2939668297767639,1.104114294052124,0.005832658149302006,1.9793264865875244,1.1542296409606934,-0.19594323635101318,-0.26047372817993164 +449,-2.0446773800290505,-0.42355353768782905,-2.282893734506084,-0.8111758232116699,0.41100257635116577,0.4160180389881134,0.010858970694243908,-1.4860180616378784,0.4315396845340729,-0.7889524698257446,0.690926194190979,0.7147040963172913 +450,-2.099604278546244,-0.16163684744422796,-2.281961619045081,-0.8521549105644226,0.16093392670154572,0.4979284703731537,1.9432920217514038,2.1905741691589355,-1.146976351737976,0.012616217136383057,-0.4378504157066345,-0.669864296913147 +451,-1.7872059568035907,-0.1292316813253027,-1.9547971004435774,-0.9685303568840027,0.12887227535247803,0.21293383836746216,2.200603485107422,3.56453013420105,-1.591639757156372,1.2856080532073975,-0.744289755821228,-0.07769526541233063 +452,-1.8673293325436147,-0.13642382108407858,-1.740537181489097,-0.9474693536758423,0.13600103557109833,0.2894912660121918,0.2567521631717682,-5.840048789978027,0.1631210446357727,-2.8192999362945557,0.2647862732410431,1.2897322177886963 +453,-1.950266400230959,-0.12700314880397665,-1.8667754669629348,-0.921379804611206,0.1266620010137558,0.367444783449173,-2.1401076316833496,1.5111825466156006,0.0894959345459938,0.5354089140892029,0.5187084674835205,-0.5280740261077881 +454,-1.8557263172408371,-0.17581482548734478,-1.9167181738470636,-0.9448873400688171,0.17491045594215393,0.2767571210861206,0.5128117203712463,0.4656214118003845,1.3487217426300049,1.1405965089797974,-0.11366170644760132,-0.2909477949142456 +455,-2.0603761721531058,-0.31238171192596637,-1.9090328204105422,-0.8398196697235107,0.30732595920562744,0.4474967420101166,0.5468794107437134,-3.1925151348114014,1.3380900621414185,-0.41172128915786743,0.38968023657798767,0.887662410736084 +456,-2.1373885283826373,-0.13181412925444347,-2.002619875069271,-0.8364156484603882,0.13143275678157806,0.5321035385131836,-0.0012858668342232704,1.2560268640518188,-0.7453187704086304,-0.17449432611465454,-0.29259610176086426,-0.5593710541725159 +457,-1.8921030041039637,-0.13712744972309882,-1.7201360615615997,-0.939916729927063,0.13669809699058533,0.31284210085868835,2.5142791271209717,2.30892014503479,-1.5410265922546387,1.1195279359817505,-0.5255225896835327,-0.29831576347351074 +458,-1.7277412867012047,-0.11441131798177716,-1.5193551865114336,-0.9812518954277039,0.11416187137365341,0.15527957677841187,0.23280416429042816,-6.450405120849609,1.1044936180114746,-1.4599559307098389,-0.4522051215171814,0.30774831771850586 +459,-1.8945957603991368,-0.13598234793716388,-1.5355322524321133,-0.939281702041626,0.1355636566877365,0.31523367762565613,-1.7227510213851929,0.350813090801239,0.32532262802124023,-0.5573155283927917,0.7875625491142273,-0.1028619110584259 +460,-1.8139622820523014,-0.12902382892514663,-1.5448972939743777,-0.9625130295753479,0.12866614758968353,0.23877529799938202,0.09255161881446838,0.25930705666542053,0.3468203842639923,1.0671578645706177,-0.08787940442562103,-0.2604275047779083 +461,-2.0270181550355724,-0.160547865122866,-1.4141774649489542,-0.8861786127090454,0.1598590463399887,0.4348938763141632,1.2535158395767212,-4.007154941558838,1.2726988792419434,0.5373474359512329,-0.1483081877231598,0.2953612804412842 +462,-2.1638309368057955,-0.11976027226140741,-1.6385529989190273,-0.823309063911438,0.11947420239448547,0.5548770427703857,-2.6235692501068115,0.3864675462245941,0.43523046374320984,-0.8651828765869141,0.13025115430355072,-0.31006497144699097 +463,-2.0215296138976337,-0.12421358075536373,-1.4132827518688376,-0.8931926488876343,0.12389440834522247,0.4322693347930908,3.18713641166687,1.4093208312988281,-1.4222872257232666,0.9474530816078186,-0.34020301699638367,-0.6075166463851929 +464,-1.8356822023947952,-0.08084302323319645,-1.1131178862962774,-0.9619700908660889,0.08075499534606934,0.26094403862953186,2.2050111293792725,1.677342176437378,0.5192762613296509,0.763789176940918,-0.4392297565937042,0.013653099536895752 +465,-1.9143159629628235,-0.12834683830933144,-0.9635511630239434,-0.9338304400444031,0.12799476087093353,0.33403289318084717,-1.2678213119506836,-0.09198987483978271,0.6443625092506409,-1.1932294368743896,0.7403676509857178,0.33570584654808044 +466,-1.7755366187991657,-0.12901165444726417,-0.9609971559685443,-0.9709768891334534,0.12865407764911652,0.20162324607372284,1.7098863124847412,0.2455957978963852,-0.23195604979991913,0.9464408159255981,-0.024161919951438904,-0.28298306465148926 +467,-1.9332531520829332,-0.13575181658471544,-0.7042704628417091,-0.9264262318611145,0.13533525168895721,0.3513104319572449,-0.0049032773822546005,-2.666187047958374,0.2887422740459442,1.0580027103424072,-0.013509079813957214,0.35341671109199524 +468,-2.1543686374995543,-0.1789749466641924,-0.9819702301871115,-0.8211700320243835,0.17802098393440247,0.5422072410583496,-3.3111073970794678,0.5026620626449585,0.8725166916847229,-1.4036836624145508,0.5861392021179199,-0.19241464138031006 +469,-2.028999705421013,-0.1850072523596591,-0.7918663130635033,-0.8815438747406006,0.183953657746315,0.4347890019416809,3.052797794342041,1.7295920848846436,-1.40283203125,0.7049996852874756,-0.2927335500717163,-0.4035695791244507 +470,-1.786632166882546,-0.13905974077198768,-0.5499312496445187,-0.9673684239387512,0.13861198723316193,0.21209657192230225,1.7902928590774536,2.0797555446624756,-0.16579215228557587,0.7236093282699585,-0.49961966276168823,0.008331894874572754 +471,-1.8726342457584955,-0.1296671456964227,-0.3325601242755676,-0.9467762112617493,0.12930409610271454,0.294779896736145,-0.1795230358839035,-1.055527925491333,0.4559091329574585,-1.4199076890945435,0.35319405794143677,0.406269907951355 +472,-1.8474582011431115,-0.12848197341286346,-0.44815012973215584,-0.954043447971344,0.128128781914711,0.2708945572376251,0.26089659333229065,1.6813724040985107,0.015654250979423523,0.9232818484306335,0.1458427608013153,-0.3119101822376251 +473,-1.885320716498274,-0.1851565482268954,-0.3178984914183803,-0.9346894025802612,0.18410040438175201,0.30407634377479553,0.39590537548065186,-1.532002568244934,0.6754763126373291,1.4888429641723633,-0.013034135103225708,0.6736763715744019 +474,-2.166880785714219,-0.1588306648162865,-0.4639860200259685,-0.8171237707138062,0.15816369652748108,0.5543400049209595,-5.34614372253418,-1.8156193494796753,0.9638639688491821,-1.4933619499206543,0.9107449650764465,0.18429213762283325 +475,-2.1081938537716987,-0.11452178796846066,-0.5505546088053259,-0.8534166216850281,0.1142716184258461,0.5085488557815552,3.5493721961975098,1.6099331378936768,-0.9558205604553223,0.8051072955131531,-0.3780655860900879,-0.7864420413970947 +476,-1.951708524521191,-0.11354558250926888,-0.26418916099251455,-0.922347903251648,0.11330175399780273,0.3693734407424927,1.3019435405731201,1.1209334135055542,-0.9406059384346008,0.9350586533546448,-0.5095419883728027,-0.29556670784950256 +477,-1.9549225093066553,-0.1223402901276315,0.0512483754818326,-0.9201965928077698,0.12203533947467804,0.37194812297821045,1.6569969654083252,-0.7133070826530457,-0.27440330386161804,-1.841613531112671,0.5495954751968384,0.9783936142921448 +478,-1.921165498899209,-0.12028444168736972,-0.0537281681501371,-0.9324595332145691,0.11999459564685822,0.34076446294784546,-0.25057172775268555,2.3947741985321045,0.06281602382659912,0.8056437969207764,0.3179631531238556,-0.3021598160266876 +479,-1.9502824397704124,-0.17698464623339694,0.14183315108407,-0.9143456220626831,0.17606212198734283,0.364656537771225,0.961525559425354,-1.4120879173278809,0.6331939101219177,1.5550925731658936,0.03098440170288086,0.3771952688694 +480,-2.2036728364324456,-0.1599794166215358,-0.011141458097512448,-0.7960329055786133,0.1592978835105896,0.5839138031005859,-3.868936061859131,2.1393935680389404,3.048252582550049,-1.9903132915496826,0.4391212463378906,1.261285662651062 +481,-2.1347943365155295,-0.13111190478330148,-0.03566828379481533,-0.8378710746765137,0.1307365894317627,0.5299811363220215,3.5914547443389893,1.013052225112915,-1.4660272598266602,0.42309141159057617,-0.2127220630645752,-0.589780330657959 +482,-1.9006330891988767,-0.12061672104933908,0.2928732037074056,-0.9392216205596924,0.12032447010278702,0.32153546810150146,1.9710485935211182,1.97107994556427,-1.6290850639343262,1.0338108539581299,-0.3197263181209564,-0.24650797247886658 +483,-1.8709333034898703,-0.10800848052805025,0.4219252561088946,-0.9497293829917908,0.10779859870672226,0.29392826557159424,-0.5559630990028381,-0.966944694519043,0.37744244933128357,-1.617180585861206,0.25887012481689453,0.6730059385299683 +484,-1.8326349622162508,-0.13793266798593615,0.3387237685392077,-0.9567417502403259,0.1374957114458084,0.25639840960502625,1.1752830743789673,0.02111981436610222,-0.12508544325828552,0.6441502571105957,0.3266461193561554,-0.34346500039100647 +485,-2.037517748254814,-0.16178362039939367,0.5687298483575622,-0.881386399269104,0.1610787957906723,0.44408494234085083,1.3848392963409424,-1.6951810121536255,-0.33274155855178833,1.340294599533081,-0.1073678731918335,-0.05362778902053833 +486,-2.268854853241831,-0.2616438333204564,0.4732683050919335,-0.7400184869766235,0.25866878032684326,0.6208569407463074,-4.554021835327148,3.5958445072174072,1.986035943031311,-1.605074405670166,0.7799664735794067,1.5283892154693604 +487,-2.1229569698853363,-0.1544438995782699,0.28975937778966565,-0.8412591814994812,0.1538306474685669,0.5182846188545227,4.008456230163574,0.569686233997345,-1.6651647090911865,0.2655603885650635,-0.3455878496170044,-0.9262742400169373 +488,-1.7661643796722764,-0.13465963032206701,0.6885862343067166,-0.9720957279205322,0.13425302505493164,0.19237020611763,3.017151117324829,4.761651992797852,-2.302769422531128,1.2122385501861572,-0.39543771743774414,-0.04925799369812012 +489,-1.89089531210634,-0.10328132105238948,0.8168185646998515,-0.9441462159156799,0.10309780389070511,0.31298378109931946,-1.1847786903381348,-2.3876025676727295,0.5705195665359497,-3.160651206970215,0.302526593208313,1.510960340499878 +490,-1.9349038334286952,-0.11818290313367327,0.6721956914205496,-0.9279236197471619,0.11790797859430313,0.35363131761550903,-0.013083181343972683,-0.5318997502326965,-0.07292298972606659,0.5481172800064087,0.5838131904602051,-0.6962675452232361 +491,-2.0818996185262177,-0.21165544128168723,0.8505051771750635,-0.8527415990829468,0.21007868647575378,0.47822439670562744,2.041936159133911,-1.6699107885360718,0.5365771055221558,1.5191082954406738,0.008305072784423828,0.2943127751350403 +492,-2.317377586329407,-0.25792991040854246,0.7833378394607212,-0.7097339034080505,0.2550794780254364,0.6566677689552307,-4.125826835632324,0.8082839250564575,-0.7392184734344482,-1.5357190370559692,1.0701463222503662,1.253061294555664 +493,-2.1382617734252016,-0.09773944697796812,0.6428008413101616,-0.8392412066459656,0.09758390486240387,0.5349310636520386,3.0997695922851562,2.8626389503479004,-1.3187297582626343,0.5323566198348999,-0.4511758089065552,-1.0366249084472656 +494,-1.8468070557689493,-0.09763711840900487,0.977307866127064,-0.9575676321983337,0.09748206287622452,0.2712215781211853,3.176908254623413,4.299314975738525,-1.6713223457336426,1.0661646127700806,-0.4134153127670288,-0.20669224858283997 +495,-1.9022004203771135,-0.08794636820582964,1.1300451857870826,-0.9419319033622742,0.08783303946256638,0.32411354780197144,-0.3095724284648895,-1.227623462677002,0.5801639556884766,-1.714287519454956,0.3657039701938629,1.0706008672714233 +496,-1.912069351060339,-0.11887261239339059,1.0352238651012031,-0.9356793761253357,0.11859285086393356,0.3323251008987427,0.47095662355422974,0.3320762515068054,-0.09531749784946442,0.8037213683128357,0.25076138973236084,-0.4516792297363281 +497,-1.988047093806378,-0.19087197495056465,1.1687457767464684,-0.8976038694381714,0.18971510231494904,0.39788901805877686,2.3527255058288574,-2.7899813652038574,-0.31579309701919556,1.1295373439788818,-0.14215341210365295,-0.17164689302444458 +498,-2.1978355647252386,-0.2075577420155192,1.1399942443960063,-0.7923882007598877,0.206070676445961,0.5741563439369202,-4.880786418914795,-1.445189118385315,-1.1461502313613892,-2.2839207649230957,1.4763634204864502,2.112107515335083 +499,-2.101581208003805,-0.09736930229279134,0.7823076327515059,-0.8583251237869263,0.09721551835536957,0.5038126707077026,1.8335984945297241,1.4412752389907837,-0.5447710752487183,0.288760244846344,-0.24627862870693207,-1.275693655014038 +500,-1.8524658476518185,-0.14617401855961978,1.0557112091140481,-0.9503486156463623,0.14565402269363403,0.27499550580978394,3.0330636501312256,1.8414274454116821,-0.6367529034614563,1.1208808422088623,-0.35038119554519653,-0.5899980068206787 +501,-1.6946721289755955,-0.09257628761224324,1.4230476079230363,-0.9880879521369934,0.09244410693645477,0.12303014099597931,0.2121470421552658,0.10680028796195984,-0.12271779030561447,-2.3343303203582764,0.19181182980537415,0.9388899803161621 +502,-1.8276822035251947,-0.12235680414302606,1.3213884176021027,-0.959955096244812,0.12205173075199127,0.2521704137325287,0.07441932708024979,-1.672787070274353,0.33904239535331726,0.46846938133239746,0.06418178975582123,-0.2471502721309662 +503,-2.078495897176558,-0.14034939187422987,1.339688729510933,-0.865272581577301,0.13988907635211945,0.48138782382011414,-0.2101282924413681,-1.4611502885818481,0.26389169692993164,1.1390305757522583,-0.21435198187828064,-0.423511266708374 +504,-2.3692602279656754,-0.20240973049026695,1.2743321332507758,-0.683562159538269,0.2010304480791092,0.7016621828079224,-2.348785161972046,-0.17311735451221466,1.825331449508667,-1.171494722366333,0.3201793432235718,0.8037547469139099 +505,-2.1636692994484776,-0.10382514310427646,0.8945507547147239,-0.8248730301856995,0.10363870859146118,0.5557372570037842,-3.2093076705932617,2.4849727153778076,0.8668462038040161,0.09025371074676514,0.1634664088487625,-0.2235075831413269 +506,-1.8807322359274508,-0.0812665761587619,0.8384407012010848,-0.9492100477218628,0.08117715269327164,0.30399101972579956,1.3602187633514404,2.5487968921661377,-0.017144791781902313,1.1184453964233398,-0.17131084203720093,-0.6117759943008423 +507,-1.8870514701052978,-0.09513696590693374,1.0848622197770545,-0.9461091160774231,0.09499351680278778,0.3096032440662384,1.2852122783660889,-3.2242794036865234,-0.021824831143021584,-1.9608886241912842,-0.447044312953949,0.6511969566345215 +508,-1.8393809353708466,-0.10981939126687816,1.1078091471224936,-0.9583393335342407,0.10959877818822861,0.2637684643268585,-0.15315714478492737,1.307030439376831,0.04952305927872658,0.06435739994049072,0.5670369863510132,0.17956042289733887 +509,-1.9447475536600665,-0.09375595029523798,1.1241476917344904,-0.9268030524253845,0.09361865371465683,0.36369216442108154,-0.09712888300418854,-2.6838114261627197,-0.14480312168598175,1.0900719165802002,-0.16606739163398743,-0.24273571372032166 +510,-2.1298310981728963,-0.13575064227064745,1.0113377923551328,-0.8399679064750671,0.1353340893983841,0.5254887342453003,-3.6312503814697266,-1.6181563138961792,1.916553258895874,-1.9824044704437256,0.7199668288230896,1.4594507217407227 +511,-2.197773887999198,-0.08995837884783481,0.684094573243619,-0.8065298795700073,0.08983709663152695,0.5843274593353271,-0.8271487951278687,1.1578576564788818,0.38171452283859253,-0.4297981262207031,0.05267999321222305,-0.4932172894477844 +512,-1.9876718264186768,-0.15899668802719963,0.8155295942227192,-0.9028253555297852,0.1583276242017746,0.39979827404022217,2.606999158859253,4.252628326416016,-0.513302206993103,1.0065698623657227,-0.17027528584003448,-0.41453829407691956 +513,-1.7547052320139878,-0.23014600866618187,1.2212899351201383,-0.9572142362594604,0.22811968624591827,0.17805215716362,0.6125836372375488,-0.0912405401468277,2.0432639122009277,0.1493222713470459,-0.4324806034564972,1.1200892925262451 +514,-1.6902588076949208,-0.28747676406840367,1.1625554243455307,-0.9521276354789734,0.2835334539413452,0.11428772658109665,2.0968177318573,0.35039037466049194,1.0949575901031494,-0.6059319972991943,-0.1173652708530426,0.24646055698394775 +515,-1.6529366167143629,-0.365711037630465,1.3302583564143207,-0.9307209849357605,0.3576134145259857,0.07662209123373032,0.3919573128223419,-0.9479591846466064,0.9401052594184875,1.0653493404388428,-0.11003956198692322,0.021201960742473602 +516,-1.769182936817261,-0.5606146447249737,1.1939991386904472,-0.8303166031837463,0.5317068696022034,0.1669192910194397,-2.780264139175415,0.9424318671226501,0.4140602946281433,0.6607610583305359,0.07513511180877686,0.049236759543418884 +517,-2.042122337147448,-0.17294881195088094,0.7309953439224914,-0.8776752948760986,0.1720879077911377,0.4472942054271698,-4.499095439910889,3.063694953918457,0.9694573879241943,-0.7554119825363159,-0.2765495777130127,-0.2144450545310974 +518,-1.7603717033020023,-0.17551827187620223,0.7904704144170466,-0.9669956564903259,0.17461846768856049,0.18554669618606567,1.096354603767395,4.7066216468811035,0.12608866393566132,1.1269536018371582,-0.19726254045963287,0.14950571954250336 +519,-1.8113967906775388,-0.14139482497010705,0.8631049710445433,-0.9615029692649841,0.14092415571212769,0.23590785264968872,-2.0327870845794678,-5.72797155380249,-2.4216840267181396,0.5639962553977966,1.3241331577301025,-0.2931283712387085 +520,-1.8226148787957483,-0.11408581423128697,0.7859424505096468,-0.9621651768684387,0.11383849382400513,0.24754580855369568,-1.3793901205062866,1.5685253143310547,0.8982851505279541,-0.5432363748550415,-0.6354449391365051,0.11887872219085693 +521,-1.6091111776535907,-0.23814172255543703,0.6412202361895621,-0.9710646867752075,0.23589719831943512,0.0372244156897068,0.28589728474617004,-1.1829198598861694,0.9421772956848145,1.379451036453247,0.1641882359981537,-0.1393667459487915 +522,-1.487128426289909,-0.290268323869993,0.4110321732185208,-0.9548153877258301,0.2862093448638916,-0.08007433265447617,-8.538057327270508,3.544025182723999,1.4654853343963623,0.10126924514770508,0.1369169056415558,-0.18704605102539062 +523,-1.4580255259433046,-0.491793252684081,0.22499148747623468,-0.8758882284164429,0.47220736742019653,-0.09919547289609909,-1.1278595924377441,3.182887315750122,3.412788152694702,-0.6229214668273926,-0.5054715871810913,0.6067333221435547 +524,-1.5743036731075142,-0.41872986045507676,0.08072143122907074,-0.9136004447937012,0.40660038590431213,0.0032043263781815767,-1.252449631690979,-0.8229861259460449,-0.07788574695587158,0.43036991357803345,0.3601232171058655,0.3155975341796875 +525,-1.6853475943736023,-0.3832399430502068,-0.13937240429998085,-0.921379566192627,0.3739273250102997,0.10600928962230682,-1.6190893650054932,-0.8962001800537109,-1.078391194343567,-0.45059913396835327,0.6048934459686279,-0.11675143986940384 +526,-1.6004678697409405,-0.3429463075177646,-0.2986708487307736,-0.9413536190986633,0.3362632989883423,0.02793961390852928,-1.3966028690338135,2.6112771034240723,1.996983289718628,0.4758231043815613,0.3746742606163025,-0.1910865306854248 +527,-1.1864406793319247,-0.550813820222771,-0.3147017736252905,-0.7899300456047058,0.5233808755874634,-0.31950461864471436,-0.23925842344760895,7.83669376373291,1.7488130331039429,0.9837165474891663,-0.1993299126625061,0.04954609274864197 +528,-0.45391877194726943,-0.9847256120639916,0.27428812630917576,-0.2425256371498108,0.8331203460693359,-0.49708324670791626,-1.464489459991455,2.478215217590332,4.762113571166992,-1.5784887075424194,0.5750064253807068,1.4042487144470215 +529,-1.2714396316625038,-0.8090330043709207,-1.1567330738159272,-0.6595029234886169,0.7236201167106628,-0.20354339480400085,-0.16681326925754547,2.7906041145324707,-13.413129806518555,-2.6462526321411133,0.7050450444221497,-2.3568508625030518 +530,-0.8323902933194717,0.33206150905866283,-1.793313537030048,-0.6991429328918457,-0.325992614030838,-0.636339545249939,2.2099239826202393,4.9463067054748535,-8.780377388000488,0.3041539192199707,1.7950172424316406,0.045091986656188965 +531,-0.11433495032162129,0.3941722960978087,-2.185151422616825,-0.10533729195594788,-0.3840440809726715,-0.9172863364219666,1.8194111585617065,-4.219185829162598,4.59828519821167,1.613683819770813,1.1897540092468262,-1.1054949760437012 +532,-0.05490266745956598,0.5681204403431632,-2.111296981715686,-0.046254970133304596,-0.5380486845970154,-0.8416436910629272,0.35256028175354004,2.812217950820923,-5.6293840408325195,-1.1243687868118286,0.3910302519798279,0.16905152797698975 +533,-0.21750681563141605,0.6160273917055565,-2.1547363708427265,-0.1761283129453659,-0.5777973532676697,-0.7969498038291931,-2.073775053024292,-1.3545860052108765,9.083355903625488,1.7192955017089844,1.1474690437316895,0.9352555274963379 +534,-0.2099209874472915,0.6324763812256465,-2.265509013832417,-0.1680743545293808,-0.5911439061164856,-0.7888598442077637,3.7809762954711914,-2.564408779144287,-6.206716060638428,-1.164780855178833,0.2518494725227356,-0.24356508255004883 +535,0.02275869629087138,0.7136818948251069,-2.630877728460846,0.017203105613589287,-0.6546215415000916,-0.7557610273361206,-5.50677490234375,-0.9317579865455627,9.409380912780762,3.1873867511749268,0.6436657905578613,2.875359535217285 +536,-0.013841322919896558,0.47048149383872917,-2.3300315195120382,-0.012337070889770985,-0.45331552624702454,-0.8912647366523743,6.197132587432861,0.5591780543327332,-1.8310372829437256,-0.054511696100234985,0.36757636070251465,0.06494027376174927 +537,0.1906744588036056,0.8353511194697572,-2.527284830400522,0.12715303897857666,-0.7415321469306946,-0.6587580442428589,1.1525216102600098,-1.8855894804000854,1.913577675819397,1.2255996465682983,0.2860115170478821,2.675771713256836 +538,-0.05514581407899748,0.6036474371969769,-2.233717046742605,-0.04537692293524742,-0.5676490664482117,-0.8220191597938538,3.213850736618042,0.10284879058599472,-0.8402577042579651,-0.5137051343917847,0.23306959867477417,-1.915804386138916 +539,0.1396073821014945,0.8739204043427053,-2.353406836095432,0.08931274712085724,-0.766851007938385,-0.6355806589126587,2.480051279067993,-1.4001429080963135,-0.44719016551971436,0.48569944500923157,0.16284716129302979,1.6466890573501587 +540,-0.07025652422215732,0.5270599245335772,-2.2052940493618265,-0.06067204475402832,-0.5029944181442261,-0.8621574640274048,-3.325564384460449,-4.441542148590088,-0.575375497341156,-1.0086944103240967,0.6569555997848511,-2.5923256874084473 +541,0.1399449925377272,0.814102765533455,-2.322793623919655,0.09576190263032913,-0.7271099090576172,-0.6798095107078552,5.303265571594238,-1.7046148777008057,-2.908346652984619,-0.3705116808414459,-0.009859085083007812,0.8237303495407104 +542,0.0576633192309618,0.6591500910711224,-2.2335185156030484,0.045558348298072815,-0.6124452352523804,-0.7891991138458252,-3.3086206912994385,-2.216153383255005,1.6499710083007812,-0.6805375814437866,0.5067934393882751,-1.7351691722869873 +543,0.09134034314041248,0.7940472304624336,-2.2643187745390643,0.06393735855817795,-0.7131960988044739,-0.6980425715446472,1.076338291168213,2.047886610031128,0.22356678545475006,-0.031146228313446045,-0.024383246898651123,0.6206804513931274 +544,0.05828244664510201,0.7747386977293939,-2.191205141514846,0.041625283658504486,-0.6995293498039246,-0.7133904695510864,-2.0288031101226807,0.4220353364944458,0.6253888607025146,-0.2243340015411377,0.03818291425704956,-0.014911532402038574 +545,0.09293231058212915,0.7702671416191954,-2.194515041330216,0.06660384684801102,-0.6963269710540771,-0.7146276235580444,0.2938498258590698,0.6658887267112732,0.1545972377061844,-0.06394881010055542,-0.061836421489715576,0.016309142112731934 +546,0.07232030167570572,0.802380835992072,-2.183233549028855,0.05021858215332031,-0.7190127968788147,-0.6931801438331604,-1.141732096672058,0.6504154801368713,0.2359333336353302,0.008008956909179688,-0.009457051753997803,0.3269692659378052 +547,0.018297400117412092,0.7825852282039149,-2.1651604724473783,0.012973833829164505,-0.7051149606704712,-0.708974301815033,0.5288221836090088,0.34248965978622437,-0.9033764004707336,-0.5645638108253479,-0.08400857448577881,-0.43529748916625977 +548,0.12286047911575516,1.1935810714998283,-2.8434279475002304,0.04513981193304062,-0.9296939373016357,-0.36555659770965576,3.8551809787750244,-4.684432029724121,-2.966686964035034,0.9911456108093262,1.0706088542938232,1.6154192686080933 +549,-0.34949424493114906,0.5716450136900262,-2.2387877554883717,-0.2879815995693207,-0.5410162806510925,-0.7901695966720581,7.404096603393555,-2.9322705268859863,-4.195862293243408,-4.287137508392334,0.7352148294448853,-6.105216026306152 +550,-0.05934497147868403,1.1938696099412616,-2.6283835224781527,-0.021829959005117416,-0.9298002123832703,-0.3674165904521942,7.297757148742676,-10.513739585876465,-2.528859853744507,1.2976936101913452,1.098989725112915,1.9913179874420166 +551,-0.46836934607224945,0.5359087684979442,-2.2145124419507587,-0.3881433606147766,-0.5106226205825806,-0.7672088146209717,4.7329206466674805,-4.410958766937256,-2.856947422027588,-4.545404434204102,0.7833582162857056,-6.067263603210449 +552,-0.05578727117671824,0.9197389994624121,-2.5014000348951795,-0.03379110246896744,-0.7954434752464294,-0.6050849556922913,4.268331527709961,-1.1901789903640747,-4.675113677978516,-0.03211161121726036,0.23558330535888672,0.6345192193984985 +553,-0.19526045284336843,0.5639084954939864,-2.368318725997139,-0.1639821082353592,-0.534493625164032,-0.8291118741035461,-15.304497718811035,5.344283103942871,10.220688819885254,0.547679603099823,2.1700069904327393,0.5492199063301086 +554,-0.1872222223040561,0.6243849607284924,-2.337759586552314,-0.15101182460784912,-0.5845983624458313,-0.7971450090408325,5.489829063415527,2.017573833465576,-2.7874033451080322,-0.2700849771499634,0.2633551359176636,-0.08241736888885498 +555,0.13658553980492902,1.1251440078045376,-2.8801473268370152,0.05869186669588089,-0.902329683303833,-0.4270322918891907,-3.8367910385131836,-0.3718811571598053,2.5608463287353516,2.582085609436035,0.4914867877960205,2.8993070125579834 +556,-0.15427581218115397,0.412313777054222,-2.175592589551623,-0.14078685641288757,-0.40073028206825256,-0.9053145051002502,5.119750022888184,-0.17887067794799805,-2.04817795753479,-2.580190896987915,0.5294076204299927,-4.1225481033325195 +557,-0.008709488543393448,0.8889533860895757,-2.3151399736553646,-0.005488867871463299,-0.7764125466346741,-0.6302011013031006,5.034046173095703,-1.5285247564315796,-3.205749750137329,-0.29008913040161133,-0.05639690160751343,0.8944680690765381 +558,-0.125402851848442,0.8398761671062392,-2.3821536776005434,-0.08349407464265823,-0.7445604801177979,-0.6623130440711975,-10.808342933654785,3.2724170684814453,6.202887058258057,0.9370402097702026,0.5190813541412354,1.5157828330993652 +559,0.032445431586661515,0.47156352398625356,-2.139509597057677,0.028899235650897026,-0.45427972078323364,-0.8903902173042297,5.907979488372803,-2.543872356414795,-1.3599112033843994,-0.36453157663345337,0.38953667879104614,-0.7336789965629578 +560,0.03524944429692902,1.0617889714721112,-2.6257030137773665,0.017173873260617256,-0.8732286691665649,-0.4870079755783081,5.36342716217041,-3.489158868789673,-4.300702095031738,0.4614638090133667,0.7446123361587524,0.7263420820236206 +561,-0.04782154059748875,0.43666463508226194,-2.1351121436166585,-0.043317802250385284,-0.4229194223880768,-0.9051313400268555,-3.091641664505005,2.3392739295959473,3.63625431060791,-0.7711048126220703,1.038001298904419,-2.785038948059082 +562,-0.060840580267006034,0.8215375271679203,-2.279294118817505,-0.041412729769945145,-0.7321938872337341,-0.6798360347747803,2.073802947998047,1.0794516801834106,-1.4185361862182617,0.07292212545871735,-0.0883932113647461,0.5236623883247375 +563,0.03555961037881724,0.7298522334286109,-2.2374891325692525,0.026496032252907753,-0.6667594909667969,-0.7448018193244934,-5.693381309509277,2.4274380207061768,2.4831528663635254,0.201012521982193,0.23823171854019165,0.5674794316291809 +564,0.015406594355635708,0.7035770383438812,-2.1915956609179164,0.01174757070839405,-0.6469494104385376,-0.762442409992218,3.692610502243042,0.0364450104534626,-1.1808509826660156,-0.1815626323223114,-0.008018791675567627,-0.23104208707809448 +565,0.12735455046076982,1.0143394839354598,-2.4862353089443943,0.06708455830812454,-0.8491318821907043,-0.5239033699035645,-1.0304516553878784,-2.902406692504883,1.1749261617660522,1.029503583908081,0.16912394762039185,2.0404133796691895 +566,-0.1303132505376984,0.4742818302922996,-2.153822042537464,-0.1156015619635582,-0.4566996693611145,-0.8820780515670776,5.666174411773682,-0.995952844619751,-1.3922241926193237,-1.258223533630371,0.600757896900177,-3.492860794067383 +567,0.029095366242667616,1.0280359817128115,-2.423080158289893,0.01502567995339632,-0.8562862277030945,-0.5162829160690308,5.975717544555664,-4.281357765197754,-3.3111324310302734,0.33717769384384155,0.26911282539367676,0.7394885420799255 +568,-0.17705724827153174,0.5667827855568898,-2.1947981803603627,-0.14859206974506378,-0.5369206666946411,-0.8304436206817627,-14.313668251037598,9.726797103881836,6.819777965545654,0.1952381730079651,1.9625035524368286,-0.3597266674041748 +569,-0.1877091863400916,0.860846068283194,-2.3356893706341606,-0.12163087725639343,-0.7583943009376526,-0.6403467655181885,6.1010942459106445,-2.28957462310791,-4.458804130554199,0.19719240069389343,0.2916432023048401,1.043468713760376 +570,-0.011518182493697845,0.7595163340481402,-2.4183995750950458,-0.008352446369826794,-0.6885707974433899,-0.7251210808753967,-4.915450572967529,0.11446467787027359,5.986430644989014,1.190221905708313,0.5110347867012024,0.012566208839416504 +571,-0.02823974170667381,0.7092011104432151,-2.206710970367994,-0.02142779529094696,-0.6512277126312256,-0.7585797905921936,1.0449894666671753,-2.612875461578369,-4.164177417755127,-0.6467393040657043,-0.11000275611877441,0.22302687168121338 +572,-0.18492126673691192,0.7381572261536341,-2.4734583962822714,-0.1360098123550415,-0.6729259490966797,-0.7270983457565308,1.2082109451293945,-6.633115768432617,9.082429885864258,2.775902271270752,0.6291484832763672,0.32534968852996826 +573,-0.34311772064956964,0.5744495639909997,-2.197133512251001,-0.2824257016181946,-0.5433728098869324,-0.790557861328125,8.470863342285156,-8.429616928100586,-6.679888725280762,-0.2524101138114929,0.4321514368057251,-1.3781890869140625 +574,-0.08454989541820017,1.0409625699277487,-2.709263940206431,-0.04267977923154831,-0.8628910779953003,-0.5035846829414368,-4.381211280822754,-0.39445948600769043,4.354466438293457,3.2733469009399414,0.2069615125656128,1.799360990524292 +575,-0.25658789334948257,0.39527939087850716,-2.1011783497274847,-0.23421227931976318,-0.38506606221199036,-0.8926750421524048,6.985842227935791,-5.420526504516602,-5.6970624923706055,-1.6706491708755493,0.712794303894043,-2.4951119422912598 +576,-0.3551482801612636,1.023038378119313,-2.3326734699787677,-0.1810886412858963,-0.8536942601203918,-0.4882756471633911,1.0476789474487305,1.2965102195739746,-3.296682834625244,0.7213107943534851,0.47597819566726685,0.9261418581008911 +577,-0.37149754667419066,0.5257829416743879,-2.130320323301304,-0.31397977471351624,-0.5018903613090515,-0.8059297800064087,-6.423594951629639,2.763197898864746,5.518023490905762,-0.9445499181747437,0.9131452441215515,-1.4628232717514038 +578,-0.6315961650664075,0.9061971190377058,-2.0771312879873554,-0.36414623260498047,-0.787164032459259,-0.4977651834487915,6.217704772949219,-2.308943033218384,-3.3654088973999023,0.07987502217292786,0.1905606985092163,0.3400045931339264 +579,-0.7685710895759454,1.2321382800209901,-2.3298231822531603,-0.230930358171463,-0.9432013630867004,-0.2388359010219574,-3.524862766265869,-3.3089635372161865,1.973244547843933,1.3242835998535156,0.4309026598930359,0.7855736017227173 +580,-0.3704553309060403,0.43526407162509156,-2.207867053498475,-0.32828283309936523,-0.42164987325668335,-0.8452465534210205,6.4053754806518555,-2.2591471672058105,-2.6019504070281982,-2.5061440467834473,0.5185737013816833,-3.8327929973602295 +581,-0.5962788539148661,1.2829656962385059,-2.4711482726349554,-0.15941393375396729,-0.9588619470596313,-0.23488548398017883,5.016236782073975,-6.140841007232666,-6.073171138763428,0.7269951105117798,0.8489527702331543,0.8575966358184814 +582,-0.38248737681036027,0.4847605487052156,-2.094377003041689,-0.3302282392978668,-0.46599650382995605,-0.8208510875701904,-2.9832050800323486,8.609636306762695,9.490595817565918,-1.018664002418518,1.370384931564331,-2.276973009109497 +583,-0.36422229859777444,0.7378814753651515,-2.2620959275261585,-0.2635675370693207,-0.6727219223976135,-0.6913590431213379,-2.1565513610839844,-0.3052879571914673,-4.912029266357422,-0.09243527054786682,0.254707396030426,0.9678177833557129 +584,-0.3413726694439293,0.634411317260443,-2.194100431045215,-0.2696394622325897,-0.5927034616470337,-0.7589447498321533,4.035921096801758,2.1551144123077393,8.815650939941406,0.4664473235607147,1.0354219675064087,-0.5432860851287842 +585,-0.3681974480633054,0.9345261725775181,-2.1830829964794485,-0.21387280523777008,-0.8043175935745239,-0.5543749928474426,2.772028684616089,-1.473675012588501,-3.728832960128784,0.21124830842018127,0.19848263263702393,1.0210039615631104 +586,-0.3594733333473591,0.2699684455720665,-2.154913752509134,-0.33903950452804565,-0.26670101284980774,-0.9021766781806946,-7.807142734527588,3.12068247795105,3.7027640342712402,-1.6072494983673096,1.7572557926177979,-1.8576042652130127 +587,-0.2411154471616064,0.7195897130651311,-2.2320169437451383,-0.17958523333072662,-0.6590761542320251,-0.7303202748298645,7.771073818206787,-1.9472168684005737,-3.114299774169922,-0.019084185361862183,0.26829856634140015,0.6182140111923218 +588,-0.11369531061561561,0.9758170549009881,-2.460302604242058,-0.06358806043863297,-0.8281601071357727,-0.5568728446960449,-8.908467292785645,0.9915582537651062,3.3491196632385254,1.21458899974823,0.2055404782295227,2.1097445487976074 +589,-0.023674416483394127,0.18676181493778207,-2.1864601880569543,-0.023260559886693954,-0.18567800521850586,-0.9823352694511414,3.806567668914795,5.647368431091309,0.05975494906306267,-0.6320128440856934,0.39145803451538086,-2.473688840866089 +590,0.07899525172259152,0.8939341678577015,-2.2654263687942082,0.04942724481225014,-0.7795419692993164,-0.6243968605995178,3.851182460784912,-1.1538423299789429,-1.2232614755630493,0.13517358899116516,0.17410361766815186,1.759040355682373 +591,-0.0215016074611478,0.33718461263342214,-2.1945829122087304,-0.020289285108447075,-0.3308315575122833,-0.9434716701507568,-7.002687931060791,-3.08827805519104,0.4895615875720978,-0.3839312791824341,0.9044399261474609,-0.36452698707580566 +592,-0.045451675862221354,0.6526960890449376,-2.0963538839886096,-0.036096617579460144,-0.6073305010795593,-0.7936287522315979,4.119218826293945,3.1158506870269775,0.48637861013412476,-0.17441363632678986,-0.0501401424407959,0.4751931428909302 +593,-0.016154593443120844,0.7984785566675128,-2.1819699597349063,-0.01127214077860117,-0.7162952423095703,-0.6977062225341797,-4.734461784362793,-2.4954166412353516,1.1037334203720093,0.3115193247795105,0.06418043375015259,1.3824596405029297 +594,-0.1652578835173984,0.22810388907414458,-2.2196605063703703,-0.16024547815322876,-0.22613093256950378,-0.9608258008956909,4.962051868438721,3.3006982803344727,-1.2613036632537842,-0.02749866247177124,0.5854449272155762,-3.3494768142700195 +595,0.017673071321443357,0.9006899536121971,-2.147590318067533,0.010975630953907967,-0.7837556004524231,-0.6209723353385925,5.7700042724609375,0.4104065001010895,-0.9388463497161865,-0.22629240155220032,0.17653214931488037,1.0014503002166748 +596,0.04282599770157858,0.6618400070147518,-2.1685252554273315,0.0337735116481781,-0.6145694255828857,-0.7881395220756531,-7.6156744956970215,-0.4573421776294708,0.6447017192840576,-0.0318966843187809,0.4502474069595337,0.26174187660217285 +597,-0.0520902983911064,0.588426878627075,-2.11464292204752,-0.04330988973379135,-0.555053174495697,-0.8306865692138672,5.6100335121154785,1.750381588935852,1.3868895769119263,-0.03156498074531555,0.405425488948822,0.11178398132324219 +598,-0.05207510658896081,0.95906397951386,-2.1361969959331644,-0.029892513528466225,-0.8186543583869934,-0.5735079646110535,-0.8989421725273132,-2.433481216430664,-0.5026096105575562,0.3359838128089905,0.05061858892440796,1.7958590984344482 +599,-0.2196931599684629,0.3854534753981244,-2.130702328474451,-0.20194020867347717,-0.37597936391830444,-0.9043559432029724,-1.2494969367980957,-1.2744442224502563,0.008969075046479702,-0.7551826238632202,0.40660375356674194,-2.6250476837158203 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/running/z2.csv b/BoostRunClub/CoreML/DataSet/Motion/running/z2.csv new file mode 100644 index 0000000..f223f63 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/running/z2.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,0.033811444042305606,0.6858854435799945,-2.0411964278174675,0.026160290464758873,-0.6333584785461426,-0.77341628074646,3.664928913116455,1.4853068590164185,0.28841179609298706,-0.20590880513191223,-0.15249967575073242,0.48630690574645996 +1,0.11863125034232648,0.6695412844941981,-2.0029714214029744,0.09280148893594742,-0.6206263899803162,-0.7785953283309937,0.13534310460090637,-0.8509912490844727,-0.106271892786026,0.008425287902355194,-0.0047092437744140625,0.2593998312950134 +2,0.06620952509235283,0.517462140220107,-1.9108119123718823,0.05749917030334473,-0.4946761429309845,-0.8671731948852539,-1.8721864223480225,1.9035873413085938,0.5390577912330627,-0.22809244692325592,0.116731196641922,-0.2068166732788086 +3,0.09321792228983983,0.5246342414615617,-1.9249147929331898,0.080563984811306,-0.5008964538574219,-0.8617494702339172,2.2458314895629883,-3.5543649196624756,0.02424905262887478,0.0401482954621315,0.07249075174331665,-0.02618992328643799 +4,-0.028064682238164506,0.5701044960237962,-1.9541659099791917,-0.02362300083041191,-0.5397199988365173,-0.8415130972862244,-0.2594029903411865,-1.4741742610931396,-0.13838931918144226,0.040682315826416016,-0.03880167007446289,0.17536014318466187 +5,-0.9497386748943406,1.0799109625654182,-1.7851988337865916,-0.38337820768356323,-0.881915807723999,-0.27430975437164307,10.159956932067871,-14.281018257141113,-3.306476593017578,0.34263724088668823,0.5579564571380615,-0.09972894191741943 +6,-0.6178624781597054,0.9112556293606671,-2.2090867119789617,-0.3549647927284241,-0.7902737259864807,-0.4994671642780304,-21.021076202392578,16.959474563598633,5.612724781036377,1.6255336999893188,2.0961360931396484,1.2485058307647705 +7,-0.963624204922945,0.8537369900086695,-2.0123953271354695,-0.5397112369537354,-0.7537415027618408,-0.37494707107543945,17.183643341064453,-14.179200172424316,-3.379474401473999,1.2153246402740479,1.2434877157211304,-0.8516154289245605 +8,-1.9671081469853866,0.9210492421160541,-1.259928477537516,-0.5580934882164001,-0.7962368130683899,0.23353561758995056,-14.764689445495605,9.691624641418457,6.937548637390137,1.5750306844711304,1.2728297710418701,1.796798825263977 +9,-1.499266931119941,0.394093075008851,-1.601087322342983,-0.920984148979187,-0.3839709460735321,-0.06599002331495285,20.612993240356445,-19.280410766601562,-2.453230857849121,-0.24600815773010254,1.3657366037368774,-2.0311169624328613 +10,-1.5454219229067105,-0.11051783228846321,-1.4214515639627958,-0.9935792088508606,0.11029298603534698,-0.02521689236164093,-18.861711502075195,20.289424896240234,6.471821308135986,0.4333222508430481,1.798169493675232,1.123483419418335 +11,-1.7299984975540568,-0.3820354338505205,-1.1112789997934944,-0.9161734580993652,0.3728099465370178,0.14710168540477753,18.874980926513672,-0.35251861810684204,2.457913398742676,-0.3309120535850525,2.0595479011535645,0.23004983365535736 +12,-1.4422568889963618,-0.3161041901776714,-2.0856142341426995,-0.9426127076148987,0.3108661472797394,-0.1218346506357193,-1.1486124992370605,-6.793087482452393,-0.5914362072944641,2.1304636001586914,1.675584077835083,-3.9004430770874023 +13,-1.4812492626634006,-0.39850831389990243,-0.7900348988143747,-0.917948305606842,0.38804396986961365,-0.0824199914932251,-8.312792778015137,4.992481708526611,0.6168619394302368,0.291681706905365,0.523043155670166,6.511359691619873 +14,-1.5735718689470082,-0.3541590496382813,-1.5488644821967843,-0.937934935092926,0.3468017280101776,0.0026032847817987204,21.099010467529297,-5.9735918045043945,2.0082006454467773,0.41956329345703125,2.6835479736328125,-4.031060695648193 +15,-1.482454666173506,-0.41677941251933515,-0.8829016084137784,-0.9108318090438843,0.404817670583725,-0.08067437261343002,-18.325634002685547,8.486505508422852,-4.020392417907715,-0.6498982310295105,1.4442882537841797,1.842881441116333 +16,-1.4516015436441525,-0.42468326763192354,-0.3876370899213605,-0.9047042727470398,0.41203221678733826,-0.10834963619709015,16.922880172729492,-6.0190935134887695,1.6233696937561035,0.9901534914970398,3.061387062072754,2.926785469055176 +17,-1.721078904803018,-0.41089760202340836,-1.269800359341969,-0.9064297080039978,0.39943239092826843,0.1372554451227188,12.328368186950684,-4.519244194030762,1.217052936553955,0.402737021446228,0.6496856212615967,-7.506060600280762 +18,-1.4260926909004716,-0.44623463162887844,-0.6467969236520345,-0.8926507234573364,0.43157193064689636,-0.130078986287117,-17.062471389770508,4.2859063148498535,-3.4065425395965576,-0.4098548889160156,1.2534103393554688,1.0432106256484985 +19,-1.321475643287755,-0.359011200328741,-0.13617545665458752,-0.907296359539032,0.3513486385345459,-0.23101438581943512,5.9593939781188965,3.1116838455200195,0.34584498405456543,0.12117868661880493,0.8208315372467041,3.4152793884277344 +20,-1.5354769236488772,-0.3522272096655887,-0.5851820139306101,-0.9380213022232056,0.3449891209602356,-0.033144135028123856,13.858680725097656,-0.7170349359512329,1.666418194770813,0.05433911085128784,1.2990691661834717,-2.9313488006591797 +21,-1.4960896159123773,-0.2451539231303735,-0.12041301136209037,-0.9673941135406494,0.24270564317703247,-0.07240558415651321,-13.607026100158691,4.292159557342529,-4.100534915924072,-0.7033822536468506,1.0357673168182373,1.6132838726043701 +22,-1.496514658216192,-0.20664539370746754,-0.35535357307434623,-0.9760257005691528,0.20517782866954803,-0.07263445854187012,22.204357147216797,-4.7323479652404785,0.7023350596427917,0.07604712247848511,2.4854350090026855,-1.1410191059112549 +23,-1.3954044013126123,-0.1722516781527649,-0.33828929369847915,-0.9700867533683777,0.17140114307403564,-0.1719118058681488,-17.629552841186523,3.7508890628814697,-6.547488689422607,-0.09606021642684937,1.9619759321212769,0.2698274850845337 +24,-1.515497329457729,-0.20934015126891045,0.19293825979304374,-0.9766730070114136,0.20781449973583221,-0.05406415835022926,18.16210174560547,-4.207875728607178,0.26522254943847656,-0.15624624490737915,2.1536357402801514,1.5986045598983765 +25,-1.409869172426759,-0.11295292937593704,-0.4436154058995425,-0.9807890057563782,0.11271289736032486,-0.1592123657464981,-11.689836502075195,-7.210158348083496,0.9683642387390137,2.44342041015625,1.5014381408691406,-2.2179086208343506 +26,-1.396231781798234,-0.24547815673401868,0.40624795357764876,-0.9552791118621826,0.2430201768875122,-0.16847261786460876,-0.15110346674919128,1.3323057889938354,-1.1037771701812744,-0.6320621967315674,0.4206150770187378,4.171707630157471 +27,-1.4153398893565916,-0.15648709765177804,-0.5332684633272773,-0.9758692979812622,0.15584920346736908,-0.15293917059898376,6.1438822746276855,-5.2284836769104,3.7534167766571045,1.4599084854125977,0.2526133358478546,-4.548491954803467 +28,-1.3129434307552534,-0.10814953296909159,0.6381180955798992,-0.9612904787063599,0.10793883353471756,-0.25351518392562866,-3.6267309188842773,6.836923122406006,-2.433811664581299,-0.7764261960983276,0.946596086025238,5.332845687866211 +29,-1.43198622038636,-0.14518347396277145,-0.2510612254850684,-0.9799619317054749,0.14467397332191467,-0.13690908253192902,11.06718921661377,-2.25103497505188,5.48477840423584,0.48295265436172485,1.7009223699569702,-2.703758478164673 +30,-1.4146376028788272,-0.16824064277116219,0.6983256877812847,-0.973884642124176,0.16744808852672577,-0.15332895517349243,-1.245132565498352,-1.2759590148925781,2.776876926422119,0.8180466890335083,0.36889833211898804,1.2326745986938477 +31,-1.6017863679858533,-0.4558371369166761,0.7511361292218873,-0.8974615335464478,0.4402141273021698,0.02782127633690834,6.647719383239746,-2.919114351272583,5.361899375915527,0.8348243832588196,1.1255207061767578,-0.9212996959686279 +32,-1.178813857357256,-0.8116558718765887,1.5493634008884252,-0.636093258857727,0.7254279255867004,-0.2629445791244507,4.055180072784424,2.2607030868530273,1.6857661008834839,-1.6425780057907104,-0.29282599687576294,0.3083852529525757 +33,-0.9252668348111895,-0.5016517839246221,1.6061995015795718,-0.700363039970398,0.4808744490146637,-0.5274953246116638,-2.648423910140991,2.8189074993133545,-5.4525861740112305,-0.27133190631866455,0.06450515985488892,1.3228750228881836 +34,-1.0739164906738683,-0.24098164063994776,1.2714587147382834,-0.8536726236343384,0.23865601420402527,-0.46291083097457886,-0.03597673028707504,-2.2389609813690186,-1.248186469078064,1.1630446910858154,0.21758174896240234,-0.48534661531448364 +35,-1.0363246799942563,-0.1764351642315218,1.104516787942869,-0.8471786379814148,0.17552119493484497,-0.5014785528182983,-1.6139678955078125,-1.8316235542297363,1.2127331495285034,0.8316603899002075,-0.07482844591140747,0.36965787410736084 +36,-1.3982569961398827,-0.4713513571015094,0.838043619761993,-0.8777266144752502,0.4540906846523285,-0.1529632806777954,-2.478619337081909,-0.0988067165017128,0.968544602394104,-1.2935075759887695,-0.12268507480621338,-1.0959380865097046 +37,-1.232255523975143,-0.12440644860805818,0.761383907147836,-0.9359504580497742,0.12408579140901566,-0.3295443654060364,4.017413139343262,0.01996367797255516,-2.982635736465454,1.963752031326294,1.04440176486969,0.16546660661697388 +38,-1.6874645219635847,-0.14038353025550934,1.1159755373195834,-0.9834311604499817,0.1399228870868683,0.11525855958461761,5.074429988861084,-1.2947769165039062,11.003454208374023,1.474520206451416,-0.10809306800365448,0.3420778512954712 +39,-1.6557591895961163,-0.6654671812679582,1.3498733831133254,-0.7837908864021301,0.6174266934394836,0.0667538195848465,-1.4042108058929443,0.4567302465438843,-1.8063186407089233,-1.0295788049697876,-0.6453503370285034,0.3750948905944824 +40,-1.5654390984508038,-0.17540446984901611,1.2310594197982938,-0.984641969203949,0.17450641095638275,-0.005275002680718899,-0.23871539533138275,3.7913825511932373,-3.3504903316497803,0.753715455532074,0.989250898361206,-0.01628565788269043 +41,-1.8515208673460117,-0.0631115026009528,1.342438320620636,-0.9589421153068542,0.06306961178779602,0.2765003442764282,1.6884496212005615,-2.1633620262145996,6.236184120178223,1.7666813135147095,0.014948613941669464,-0.28200873732566833 +42,-1.7790807132527628,-0.4314898371685992,1.3054662670104054,-0.88871169090271,0.4182245433330536,0.18782880902290344,-1.1474394798278809,1.7753987312316895,-1.6851128339767456,0.34711629152297974,-0.612529993057251,0.09410786628723145 +43,-1.7782553925111877,-0.20666552710969205,1.2514520068514996,-0.9577343463897705,0.2051975280046463,0.2015911191701889,-0.539692223072052,0.9529873728752136,0.833207368850708,-1.372359037399292,0.9751308560371399,0.0731586217880249 +44,-1.623991088378087,-0.3313836982145044,1.380784160350452,-0.944255530834198,0.325351744890213,0.05027687922120094,1.9776124954223633,0.6117115616798401,-2.9463677406311035,-0.2194254994392395,-0.4033089280128479,0.21434104442596436 +45,-1.542454758637655,-0.2027193916401866,1.4799751955899796,-0.979129433631897,0.20133377611637115,-0.027757495641708374,1.3940773010253906,-1.0997471809387207,0.4222313165664673,2.1010470390319824,-0.3429810702800751,0.164720356464386 +46,-1.4918171660622286,-0.4893054797602149,1.64238909418626,-0.8799081444740295,0.47001296281814575,-0.06963926553726196,1.275904893875122,-0.7320504188537598,0.8455106616020203,-3.7634787559509277,0.21486255526542664,-0.8698900938034058 +47,-1.5269133283109406,-0.32000348256858946,1.5222066203559692,-0.9483205080032349,0.3145698606967926,-0.041641879826784134,-1.7601561546325684,1.5696723461151123,0.04001540690660477,1.9131489992141724,-0.1685890257358551,0.24403440952301025 +48,-1.6685555779150998,-0.38803311389661016,1.3950961907283312,-0.9212355017662048,0.3783684968948364,0.0903472900390625,-1.7938843965530396,-0.725269615650177,-2.0529866218566895,1.073441743850708,-0.39075857400894165,0.424102783203125 +49,-1.9310195525454006,-0.33025695076945794,1.2144316638385646,-0.8852457404136658,0.3242861032485962,0.3334346413612366,0.4095219075679779,0.30538374185562134,-1.1063414812088013,-2.3982014656066895,0.2083372175693512,0.1181187629699707 +50,-1.7418078950354574,-0.26553740184973323,1.3763208723076643,-0.9508760571479797,0.2624278664588928,0.16421474516391754,0.19214951992034912,1.9787368774414062,0.6257848143577576,1.3830506801605225,-0.779304027557373,0.29295384883880615 +51,-1.6327237832705201,-0.24498926413003394,1.4942632298731466,-0.9682803750038147,0.24254590272903442,0.060039911419153214,1.298856258392334,-1.7455908060073853,1.2843366861343384,1.04451322555542,-0.059974461793899536,-0.15177583694458008 +52,-1.5764509958564377,-0.28282095216875314,1.5454066768744095,-0.960256814956665,0.27906563878059387,0.005429991986602545,-0.1451525092124939,0.7176854014396667,-2.1978423595428467,-1.4135836362838745,1.1932854652404785,-0.2655313014984131 +53,-1.5004228617716797,-0.08079554051807908,1.4405248730479168,-0.9942706227302551,0.08070766180753708,-0.07008600980043411,-1.4701075553894043,0.32517871260643005,-2.681741952896118,1.4751057624816895,-0.76190584897995,0.633852481842041 +54,-1.6548602097942529,0.027249958812489906,1.3119052028778608,-0.9960988163948059,-0.027246586978435516,0.0839337408542633,-1.11194908618927,-1.669930100440979,0.8832110166549683,1.2674152851104736,0.5983983278274536,-0.23549926280975342 +55,-1.9665256046467998,-0.19577439882424996,1.2624035787703483,-0.9050893187522888,0.19452619552612305,0.37811747193336487,1.1816120147705078,0.10032591968774796,-2.1672720909118652,-1.904557228088379,-0.01155807077884674,0.87519371509552 +56,-1.7403228544779714,-0.1541035631664024,1.3197098974928836,-0.9739840626716614,0.15349434316158295,0.1667163074016571,0.47024083137512207,1.6971020698547363,-1.2143789529800415,1.1141057014465332,-0.6962342262268066,-0.11483646929264069 +57,-1.72678565419948,-0.1553748769045546,1.4691443495925824,-0.9759582877159119,0.15475046634674072,0.15348601341247559,0.9530166387557983,-0.7770929336547852,1.9910424947738647,0.3571379780769348,0.10751761496067047,-0.09632657468318939 +58,-1.6272622559164323,-0.20362363038012338,1.4862793101114116,-0.9777793884277344,0.2022194117307663,0.05526997521519661,1.5274670124053955,0.9624915719032288,-1.559398889541626,-1.4472541809082031,0.93179851770401,-0.23834490776062012 +59,-1.542386343676379,-0.10873725387285216,1.4444945216173266,-0.9936928153038025,0.10852310061454773,-0.028238395228981972,-1.767499327659607,-0.47175395488739014,-1.094702959060669,1.1896004676818848,-0.37460583448410034,0.5666753053665161 +60,-1.740840207173701,-0.04894998194520949,1.2324733371941237,-0.9843968749046326,0.04893043637275696,0.16902291774749756,-0.7723576426506042,-3.087639331817627,1.615639567375183,0.4490421414375305,0.29173728823661804,-0.5258649587631226 +61,-1.947491594836901,-0.06454347858684582,1.2120938479388788,-0.9279493093490601,0.06449867784976959,0.3670836091041565,-0.49364426732063293,0.26161572337150574,-0.9053084254264832,-1.3699939250946045,0.1157991960644722,0.43363669514656067 +62,-1.8037527968090865,0.062385410450592725,1.2093584993453637,-0.9710953235626221,-0.062344953417778015,0.2304060459136963,-0.22741341590881348,1.536068320274353,-1.5248072147369385,1.084437608718872,-0.14430484175682068,0.03805707395076752 +63,-1.759110747533218,-0.004885014825770358,1.3123069052967928,-0.9823094010353088,0.004884995520114899,0.1872011423110962,1.4971317052841187,-0.10245125740766525,1.1781278848648071,0.3310948610305786,-0.1300681233406067,-0.3441072702407837 +64,-1.737747552959215,-0.0855465446313036,1.3519163996255865,-0.9824898838996887,0.08544224500656128,0.16556903719902039,-0.022236106917262077,0.42989131808280945,-0.2603016793727875,-1.164803147315979,0.07353907078504562,-0.2569386959075928 +65,-1.6636325812801789,-0.08813226089248179,1.3454600592638173,-0.9918294548988342,0.08801821619272232,0.09234317392110825,-0.5234313011169434,0.018714766949415207,0.2688954472541809,0.35060930252075195,-0.09662412852048874,0.37445366382598877 +66,-1.721990083014225,-0.07008339301687823,1.187881486974491,-0.9861652255058289,0.07002603262662888,0.15024864673614502,-2.317067861557007,-0.7358555197715759,0.058946434408426285,0.8797351121902466,-0.015277504920959473,-0.24128258228302002 +67,-1.8304183803488459,-0.06404475479692369,1.0132355037360807,-0.9645054340362549,0.06400097906589508,0.25618892908096313,0.5717839598655701,-1.9490116834640503,0.21015262603759766,-0.8254876732826233,0.22812853753566742,-0.2559449076652527 +68,-1.8741124033438956,-0.10222918655176429,1.0701830446707379,-0.9493688344955444,0.10205121338367462,0.2971271574497223,0.3774127662181854,1.1933246850967407,-0.49486684799194336,-0.15840411186218262,-0.2804111838340759,0.16135361790657043 +69,-1.7577816996925093,-0.022120573841435377,1.1880841724653326,-0.9823286533355713,0.022118769586086273,0.18585216999053955,2.056914806365967,-0.055793438106775284,-0.6330105066299438,1.4928420782089233,-0.21035116910934448,-0.16165174543857574 +70,-1.7367062447206434,-0.06647192243577338,1.3091670766141426,-0.9840903282165527,0.06642298400402069,0.16478508710861206,-0.04728309065103531,0.9741827249526978,0.2726445198059082,-1.3953804969787598,0.20982211828231812,-0.15772034227848053 +71,-1.6703279417933727,-0.07438755769414156,1.322332166685375,-0.99229896068573,0.07431897521018982,0.09909255802631378,-1.1603246927261353,1.2160028219223022,0.48237329721450806,-0.42005449533462524,0.14501085877418518,0.13766276836395264 +72,-1.620881752819625,-0.09991884695366929,1.271264589438162,-0.9937646389007568,0.09975267201662064,0.04981478676199913,-0.7047238945960999,-1.705067753791809,-0.3552924692630768,1.6842857599258423,-0.33629441261291504,0.4995778799057007 +73,-1.9350292412795778,-0.16391920417172504,1.1737248542861105,-0.9218719005584717,0.16318611800670624,0.351457417011261,-0.3595547676086426,-3.2529094219207764,-0.2540518045425415,-1.9601012468338013,-0.04851631820201874,-0.0314805805683136 +74,-1.8772587035321175,-0.2070131985921608,1.2885262974025062,-0.933050811290741,0.2055377960205078,0.2952464818954468,3.4560530185699463,-0.15788407623767853,-0.17070162296295166,-0.3653653860092163,-0.25937074422836304,0.2997547686100006 +75,-1.6874747398979455,-0.2099695192911857,1.5357438233962075,-0.9713875651359558,0.20843008160591125,0.11385711282491684,1.8097270727157593,0.28279173374176025,-0.8084859848022461,1.4402899742126465,-0.5479685664176941,-0.010661810636520386 +76,-1.6240519218821354,-0.2441616040935368,1.6853095146309898,-0.9689645767211914,0.24174287915229797,0.05165162682533264,0.8848545551300049,-1.2090680599212646,0.24103520810604095,-0.9241933226585388,0.19195763766765594,-0.45613157749176025 +77,-1.6611375857187924,-0.21462549792132912,1.7443684580836725,-0.9730718731880188,0.21298153698444366,0.08814847469329834,0.44017839431762695,0.3858680725097656,-0.5899454355239868,-0.4880945682525635,0.2557990252971649,-0.09355008602142334 +78,-1.5849926894296094,-0.15851630384539608,1.712497946141735,-0.9873631000518799,0.15785329043865204,0.014017906971275806,-1.2050613164901733,0.4570958614349365,-0.44130364060401917,1.3676273822784424,-0.18864551186561584,0.2739001512527466 +79,-1.7085286616286042,-0.16862857011971316,1.6383193564580194,-0.9764800071716309,0.16783052682876587,0.1353498250246048,1.5541077852249146,-2.636434555053711,2.56941294670105,-0.9920562505722046,0.12584008276462555,-0.5185589790344238 +80,-1.8361703924231378,-0.19667256658369553,1.7307516197967234,-0.9463916420936584,0.19540713727474213,0.2572143077850342,1.1540263891220093,1.4611181020736694,-0.19791953265666962,-0.4772382378578186,-0.13644716143608093,0.1319458782672882 +81,-1.721739478798557,-0.1540973752270492,1.8649263332927604,-0.9769149422645569,0.15348823368549347,0.14858882129192352,1.6472315788269043,0.15528929233551025,-1.110491394996643,1.403337001800537,-0.4114533066749573,-0.0264880508184433 +82,-1.6562522546917415,-0.177250153333205,2.016939099389434,-0.980740487575531,0.17632347345352173,0.08401469886302948,2.3639957904815674,-0.3184890151023865,2.012294054031372,-0.08751219511032104,0.27164405584335327,-0.5861203670501709 +83,-1.5396921886377646,-0.3249593006621735,2.239325981584254,-0.9472052454948425,0.31927022337913513,-0.02947150729596615,1.1269235610961914,1.0733623504638672,-0.26382312178611755,-1.3174736499786377,0.324543833732605,-0.1551598310470581 +84,-1.462352326662235,-0.22743875572302608,2.2934599277942564,-0.9685242176055908,0.2254829853773117,-0.10544431209564209,-0.5516249537467957,-0.27501019835472107,-0.9218497276306152,0.9733763933181763,-0.3679084777832031,0.6510986089706421 +85,-1.608193682896604,-0.07880829039969699,2.1660013153472546,-0.9961992502212524,0.07872673869132996,0.03727259486913681,-0.9508556723594666,-3.3371739387512207,0.9335329532623291,1.06820547580719,0.8221216201782227,-0.3427077531814575 +86,-1.864826930908885,-0.21966961572232122,2.2212079978220918,-0.9340843558311462,0.21790719032287598,0.2828478515148163,-0.20098528265953064,1.141724944114685,0.013798680156469345,-1.3743109703063965,-0.04806162416934967,0.31598326563835144 +87,-1.6516886649101465,-0.15221851908356987,2.316796413823921,-0.9852049350738525,0.15163137018680573,0.0798698142170906,1.6343542337417603,0.5395681262016296,-2.1602184772491455,0.6881468296051025,-0.5562334656715393,0.22002649307250977 +88,-1.5936268609053057,0.0199428745163795,2.409385290640187,-0.9995405673980713,-0.019941553473472595,0.022824009880423546,0.07806842774152756,-0.7488338947296143,0.29719361662864685,1.2922804355621338,0.2805921733379364,-0.20344233512878418 +89,-1.4829707539215295,-0.3247420454018626,2.540468984317986,-0.9440803527832031,0.31906431913375854,-0.08312824368476868,3.1309428215026855,0.4763754606246948,0.4935275912284851,-3.4719505310058594,-0.07107847929000854,-0.44671791791915894 +90,-1.4288570801544496,-0.203763646963147,2.5819084172578317,-0.9694634675979614,0.20235653221607208,-0.1385365128517151,-0.8755975365638733,-1.342866063117981,-0.6305953860282898,0.6703149676322937,-0.24579833447933197,0.8669911026954651 +91,-1.4389293402599432,-0.08860227536324539,2.3558608190498576,-0.9874295592308044,0.08848639577627182,-0.13096939027309418,-1.51628839969635,-2.7275044918060303,-0.31610292196273804,1.7263822555541992,0.3774864971637726,0.2238190770149231 +92,-1.792381530027894,-0.18011115136320552,2.3396500268771203,-0.9597695469856262,0.1791389286518097,0.21622119843959808,-1.2438149452209473,0.23878853023052216,0.5667383670806885,-1.833534836769104,0.1894981563091278,0.7324177026748657 +93,-1.5767774645208583,-0.19600145318232945,2.4282878711828304,-0.980835497379303,0.1947489082813263,0.005866582505404949,2.985184907913208,2.3817248344421387,-1.0079355239868164,0.40850895643234253,-0.6870127320289612,0.33611345291137695 +94,-1.4719565496006977,-0.07276989262493369,2.5394996387076314,-0.992485761642456,0.07270568609237671,-0.09841776639223099,1.6863987445831299,0.24623802304267883,0.23256659507751465,1.393700361251831,0.08302551507949829,-0.04126119613647461 +95,-1.33292787212393,-0.26317294452959156,2.7082787902675842,-0.9383814334869385,0.26014554500579834,-0.2275187373161316,1.7055461406707764,1.4979883432388306,0.2673240303993225,-2.037647247314453,0.5337539911270142,-1.0557912588119507 +96,-1.1132376917599625,-0.14812028923114767,2.7356371205291365,-0.8873102068901062,0.14757926762104034,-0.43692201375961304,-0.08775856345891953,0.39926666021347046,-1.408562421798706,0.414592981338501,-0.19741447269916534,0.861360490322113 +97,-1.1762113088447597,-0.06496407690443705,2.5387223726328996,-0.9212087988853455,0.0649183914065361,-0.3836142122745514,-1.29088294506073,-3.2105751037597656,-0.5242967009544373,1.1853079795837402,0.3076707124710083,0.5454641580581665 +98,-1.58894770084678,-0.1464685946659521,2.5112953662696067,-0.9891295433044434,0.1459454596042633,0.01795603148639202,0.09454787522554398,0.42695966362953186,0.22190667688846588,-1.6689361333847046,-0.028483346104621887,-0.005428556352853775 +99,-1.3347663245128676,-0.1138671378583414,2.4827003923291944,-0.965977668762207,0.11362123489379883,-0.23233020305633545,-1.1925075054168701,6.482563018798828,-1.8851591348648071,0.4501085877418518,-0.47913026809692383,0.42629992961883545 +100,-1.0414765876098286,-0.041689575953909444,2.5299682928997873,-0.8624008297920227,0.04167750105261803,-0.5045076012611389,2.4101569652557373,-1.6765778064727783,2.473787546157837,1.347935438156128,-0.05556298419833183,0.5002350807189941 +101,-1.1731581313986468,-0.25824933140926554,2.8548431191491357,-0.8914040327072144,0.2553883194923401,-0.37440040707588196,2.6898529529571533,-0.5772184133529663,1.7999480962753296,-1.4548789262771606,0.11973375082015991,-1.2709853649139404 +102,-0.993988484301573,-0.28838139755264214,3.068113813509572,-0.8035942912101746,0.2844008207321167,-0.5228309631347656,1.2224019765853882,1.6467350721359253,0.5496822595596313,-0.10933899879455566,-0.033058106899261475,0.4349556565284729 +103,-0.7176064910898812,-0.2498035339895793,3.0899960798400756,-0.6371725797653198,0.24721360206604004,-0.7299975752830505,-0.41843104362487793,1.3058993816375732,-0.8464227318763733,0.8478354215621948,-0.27603745460510254,1.3486957550048828 +104,-0.7198945384663282,-0.3335509138397242,3.0080104104113903,-0.6229682564735413,0.3274002969264984,-0.710436224937439,-1.0115782022476196,1.123913288116455,-0.6731873154640198,-1.800478458404541,-0.09273537993431091,-1.565412163734436 +105,-0.6917744234012683,-0.3308095661857549,3.019848990899013,-0.6033173203468323,0.324808806180954,-0.7283594608306885,1.7706422805786133,-2.953744888305664,1.6587390899658203,-0.13867181539535522,-0.5816905498504639,-0.23395133018493652 +106,-0.9301976534482523,-0.19766802837970696,-3.0010408300788023,-0.7861260175704956,0.1963833123445511,-0.5860370993614197,3.1956284046173096,-4.879158020019531,-0.0330769345164299,1.2845085859298706,-0.4844387173652649,1.134087085723877 +107,-1.3911360736356695,-0.23842448501663974,-2.6646731446476735,-0.956071138381958,0.23617197573184967,-0.17364025115966797,1.9022630453109741,-3.5242862701416016,3.4590542316436768,-1.189985990524292,1.1420323848724365,-0.8873491287231445 +108,-1.3616459237870928,-0.3491609774653283,-2.488431700211698,-0.9191827178001404,0.3421095311641693,-0.1951005905866623,0.7106559872627258,1.6253083944320679,0.16317406296730042,-0.24803829193115234,0.2207566797733307,0.4796465039253235 +109,-1.3839873535804017,-0.30494676620310757,-2.386848551432739,-0.9372676014900208,0.3002423942089081,-0.17715556919574738,1.8801580667495728,-2.3870866298675537,-1.1243523359298706,1.0013391971588135,-0.515559196472168,0.48515427112579346 +110,-1.5311403438420699,-0.2769363859787055,-2.3498661880601452,-0.9611413478851318,0.27341005206108093,-0.038134995847940445,-1.6721683740615845,1.0035207271575928,7.7567219734191895,0.6485650539398193,-0.24180912971496582,0.36243003606796265 +111,-1.6309569536045798,-0.6394499103302906,-2.6254747033856614,-0.8009725213050842,0.5967541337013245,0.048245228826999664,1.2819409370422363,0.6141894459724426,0.40779778361320496,-0.34868568181991577,0.37971681356430054,-0.4204986095428467 +112,-1.3337843232627098,-0.6279808905117517,-2.2134857223501827,-0.7865929007530212,0.5875120759010315,-0.1900031417608261,2.692538022994995,1.0950429439544678,1.0103517770767212,1.393038272857666,-1.2281675338745117,0.6310126781463623 +113,-1.370776816931656,-0.6402413047917258,-2.013131498687157,-0.7859629392623901,0.5973889827728271,-0.15933853387832642,-0.3348294496536255,-3.2897427082061768,2.0401999950408936,-0.16017353534698486,0.35868096351623535,-0.031411588191986084 +114,-1.5771851471361191,-0.735442820027465,-2.128222889915897,-0.7415186166763306,0.6709156036376953,0.004737493582069874,1.2165535688400269,-0.04104604944586754,0.16082866489887238,-0.6523107290267944,0.9078960418701172,-0.3328167200088501 +115,-1.5131941920457124,-0.6494191474049237,-1.9156016582133133,-0.7951141595840454,0.6047238707542419,-0.04585099592804909,1.463042140007019,-0.27470993995666504,-1.7373055219650269,1.23404860496521,-0.9870328903198242,0.6608717441558838 +116,-1.612464043696748,-0.6644459164141027,-2.003647657342206,-0.7865753769874573,0.616623044013977,0.03279378265142441,-2.283241033554077,-3.527263641357422,2.6917672157287598,0.41766357421875,0.17257684469223022,-0.02981829270720482 +117,-2.177873566203194,-0.902000122957509,-2.4723976313303715,-0.50925213098526,0.7845686674118042,0.3537149429321289,1.0921770334243774,-1.6680138111114502,-0.004679504781961441,-0.5560859441757202,0.8627854585647583,-0.0874643325805664 +118,-1.7401992778605049,-1.0263924439630492,-1.90316621327129,-0.5104944705963135,0.8554362058639526,0.0873161181807518,1.9972634315490723,-1.907492756843567,-0.18007293343544006,0.473568320274353,-1.2136974334716797,0.3796027898788452 +119,-1.760059085272348,-0.940675467324752,-1.7389706781472,-0.5787203907966614,0.8079562783241272,0.1108570396900177,0.09414976835250854,-2.718228340148926,-1.5707740783691406,0.2895510196685791,-0.020434975624084473,-0.012987136840820312 +120,-1.946588593933787,-0.8488944006418045,-1.7616156060781336,-0.6147000193595886,0.7505502700805664,0.2425248920917511,3.074920654296875,1.0976861715316772,0.6356388330459595,-0.9153445959091187,1.1684865951538086,0.3088209629058838 +121,-1.609197854655492,-0.9363465916934788,-1.4433528037309638,-0.5922974944114685,0.8053979873657227,0.022756315767765045,1.013883113861084,1.7643033266067505,1.73659086227417,1.3977937698364258,-1.4240350723266602,0.7013952732086182 +122,-1.8641831710113055,-0.9975899441750576,-1.6869145053858916,-0.5191547870635986,0.8401663899421692,0.15683923661708832,-2.9756979942321777,-1.8279190063476562,-0.427080899477005,0.9615529179573059,-0.12881702184677124,-0.25077223777770996 +123,-2.084299150862961,-0.9820248600826248,-1.8845016067747116,-0.4837173819541931,0.8316235542297363,0.27280041575431824,1.0137418508529663,-1.2832815647125244,-1.0909109115600586,-1.3680435419082642,1.1366993188858032,0.5141258239746094 +124,-1.8128867220286016,-0.99842326184257,-1.6486002508323905,-0.5258339643478394,0.8406180143356323,0.12984599173069,1.020171880722046,-0.6287878155708313,-0.5502578616142273,0.11375510692596436,-1.1011008024215698,-0.07285451889038086 +125,-1.8100717497047505,-0.8464697412950937,-1.4938112383667337,-0.6437527537345886,0.7489458322525024,0.1570427566766739,0.13647140562534332,-1.8401917219161987,-1.5703895092010498,0.1707456111907959,-0.3857256770133972,-0.2377617508172989 +126,-1.9517018816944363,-0.8012292317898154,-1.4923887735993875,-0.6459536552429199,0.7182119488716125,0.25868064165115356,1.9246182441711426,-0.37738457322120667,0.25441569089889526,-0.8863645195960999,1.4545176029205322,-0.0311262309551239 +127,-1.685608383753186,-0.8932263329250489,-1.2541068071201813,-0.6227743029594421,0.779098391532898,0.07181783765554428,1.1483440399169922,0.9683181047439575,0.6529759764671326,0.44851893186569214,-1.320907473564148,-0.22844934463500977 +128,-1.7435967754894854,-0.9364385914118513,-1.3060299857425404,-0.5838339328765869,0.8054525256156921,0.10190306603908539,-1.5795010328292847,-0.38025975227355957,-0.8588419556617737,0.6499807834625244,-0.49455469846725464,0.21097838878631592 +129,-1.92551525519244,-0.9706481772097058,-1.4016423465430368,-0.5296047329902649,0.8252519369125366,0.19615790247917175,2.0474884510040283,-0.0281560979783535,0.5539003610610962,-0.8232547044754028,0.8651319146156311,0.049569591879844666 +130,-1.8134896048066278,-1.004853522541898,-1.2067407476562189,-0.5204976797103882,0.8440834283828735,0.12886124849319458,2.3662638664245605,-0.13321875035762787,-0.20928463339805603,0.37228912115097046,-0.9723793864250183,0.4458611011505127 +131,-1.7098647282489892,-1.0024519485959362,-1.0296279238011503,-0.5330410599708557,0.8427932262420654,0.07461078464984894,0.4601545035839081,-1.310845136642456,-1.5372422933578491,0.4095821976661682,-0.3125656247138977,-0.06801891326904297 +132,-1.9488525757576352,-0.9882599161152233,-1.0623676681566094,-0.5112945437431335,0.8350699543952942,0.20306606590747833,-1.526816964149475,-2.0873501300811768,-0.04340784251689911,-0.7975890636444092,1.7237677574157715,0.016782492399215698 +133,-1.7376335226965074,-0.9542225382560229,-1.0034622627920329,-0.570214569568634,0.8158644437789917,0.09602560102939606,0.4860643744468689,0.06875468045473099,0.4350786805152893,0.5434505939483643,-0.7587201595306396,0.04237164556980133 +134,-1.7260723550470358,-0.9542857471327285,-1.0121093840937612,-0.5712351202964783,0.815900981426239,0.089418925344944,-1.0416691303253174,0.4431380331516266,-0.40465304255485535,1.0577311515808105,-0.9560683369636536,0.3708624839782715 +135,-1.9879271768391673,-0.9949030800316101,-1.1607958513635517,-0.4978886842727661,0.8387061953544617,0.22063221037387848,0.11556167900562286,-1.9733446836471558,1.6417906284332275,-0.8223627209663391,1.4671103954315186,-0.24025502800941467 +136,-1.792191052168072,-1.086722094784319,-0.7254097509103495,-0.45402979850769043,0.8851061463356018,0.10219500213861465,3.0549449920654297,-0.9807036519050598,-0.3936450183391571,-0.022456347942352295,-0.8031055927276611,0.42479777336120605 +137,-1.5820724796252938,-1.0484694205108458,-0.41971471810868394,-0.4988662600517273,0.8666606545448303,0.005625530611723661,-0.7994449138641357,-0.4913631081581116,-0.9762796759605408,0.2860367000102997,-0.8402019739151001,-0.05767321586608887 +138,-1.7398428124285823,-1.0344733436771332,-0.3386664335329869,-0.503695011138916,0.859593391418457,0.08596833050251007,0.30152541399002075,-3.0997097492218018,0.15836423635482788,-1.019406795501709,1.778864860534668,0.1917264461517334 +139,-1.6457950882123504,-1.0020832392049164,-0.3073774221931744,-0.5370340943336487,0.8425947427749634,0.040352579206228256,0.3987171947956085,1.2277679443359375,3.2007694244384766e-05,0.4217997193336487,-0.6714522838592529,-0.07067179679870605 +140,-1.6069126766695772,-0.9917349008373014,-0.25298689397645535,-0.5468818545341492,0.8369766473770142,0.019759967923164368,-0.49228543043136597,1.6475794315338135,-0.8943653106689453,1.3732521533966064,-0.9770675897598267,0.42877209186553955 +141,-1.7586449490894795,-1.0413170308365072,-0.4237237224114498,-0.4961988925933838,0.8630701899528503,0.09432235360145569,0.7676145434379578,3.1146512031555176,0.38416075706481934,-0.9733598828315735,0.9097113013267517,-0.1536484807729721 +142,-1.6793822727279553,-1.0478391446066968,-0.2666497900859951,-0.49650296568870544,0.866346001625061,0.05412614345550537,2.0859432220458984,-0.008039221167564392,-0.25591200590133667,0.03475672006607056,-0.681027889251709,0.053906090557575226 +143,-1.582572993828575,-0.8662302289787296,0.027476199148577924,-0.6476584672927856,0.7618926763534546,0.007627610582858324,1.6370011568069458,0.8631141185760498,-0.9553468227386475,1.1103965044021606,-0.6767944097518921,-0.009504437446594238 +144,-1.5205272937078163,-0.8517266357087506,0.19498159932335069,-0.6578528881072998,0.7524188160896301,-0.033097513020038605,-0.5975834727287292,-1.0902518033981323,-1.7467596530914307,-1.3393394947052002,0.6348034143447876,-0.647963285446167 +145,-1.5430873012948194,-0.7248980187728667,0.28000754247151083,-0.7482797503471375,0.6630591154098511,-0.02073941007256508,1.0582166910171509,-0.428141325712204,-0.5733245611190796,0.31024569272994995,0.12684261798858643,0.12007409334182739 +146,-1.6367212561699687,-0.6908620256309321,0.15369645784785513,-0.7690228223800659,0.6372017860412598,0.05077134817838669,-2.1352784633636475,-0.327678382396698,-0.39022308588027954,0.4272564649581909,-0.18200165033340454,-0.09976732730865479 +147,-1.8722271961225896,-0.6845877115892337,-0.04147413328587821,-0.7397518157958984,0.632353663444519,0.2299923449754715,0.5448193550109863,0.6169852018356323,-0.15821105241775513,-0.5056858658790588,0.14824026823043823,-0.5561031103134155 +148,-1.845167814038894,-0.7282671053144366,0.07404927605020142,-0.7184127569198608,0.6655773520469666,0.20221178233623505,1.4747370481491089,-1.5444958209991455,0.7123373746871948,-0.1953444480895996,-0.29036378860473633,-0.1034264862537384 +149,-1.7679325159294423,-0.7837756505446307,0.30343166157786366,-0.6945350766181946,0.7059585452079773,0.13871967792510986,1.231427788734436,-0.8932787179946899,-0.6054584980010986,0.2669992446899414,-0.8193620443344116,-0.02856650948524475 +150,-1.8344874468221917,-0.7911192401132855,0.3645245715771328,-0.678748607635498,0.7111405730247498,0.18324702978134155,1.0088258981704712,-1.1227179765701294,0.9311637878417969,-1.1900715827941895,1.1922712326049805,-0.21374928951263428 +151,-1.8191627281157525,-0.7947280610361247,0.4355731651924362,-0.6789848208427429,0.7136731147766113,0.1721922755241394,-0.42779868841171265,-0.2627882957458496,0.1406899392604828,-0.2720038890838623,0.2771105170249939,-0.053204312920570374 +152,-1.7602850492359754,-0.7602979965684066,0.4630501139103004,-0.7116605043411255,0.6891373991966248,0.1364891529083252,-0.6295298337936401,0.2866060733795166,-0.5847064852714539,1.3179378509521484,-0.95702064037323,0.243302121758461 +153,-1.8670889240442425,-0.7704691502592745,0.38530156161739026,-0.6863157153129578,0.6964719891548157,0.20951758325099945,0.4275285303592682,0.2849448025226593,0.4337301254272461,-0.5961244702339172,0.6515657901763916,0.017121195793151855 +154,-1.8633451537673773,-0.7914257683161003,0.4247519252305309,-0.6729700565338135,0.7113560438156128,0.20269232988357544,1.0775636434555054,0.4185315668582916,-0.34282711148262024,-0.4665868878364563,0.11184036731719971,0.060048848390579224 +155,-1.731974608176585,-0.7786876161197369,0.5938525159874324,-0.7026095390319824,0.7023458480834961,0.11423634737730026,1.3857897520065308,0.273192822933197,-0.6255582571029663,0.4787479639053345,-0.7055349946022034,-0.018487460911273956 +156,-1.743206435455582,-0.7926858511248183,0.7010639638856836,-0.6915279030799866,0.7122411131858826,0.12042196094989777,-0.19092340767383575,-0.939212441444397,0.9434555172920227,-0.4105532765388489,0.5236901640892029,-0.03013577312231064 +157,-1.75888919653814,-0.7919373576543295,0.7320669352695872,-0.6900782585144043,0.7117155194282532,0.13135148584842682,0.2826173007488251,-0.15589822828769684,0.010928669944405556,-0.19720512628555298,0.3625947833061218,0.006450653076171875 +158,-1.7597996017027622,-0.769083805571226,0.7672944605805994,-0.7057523727416992,0.6954771876335144,0.13500085473060608,-0.024380750954151154,0.1986018866300583,-0.9565441608428955,0.5489529967308044,-0.5968596339225769,0.1768430471420288 +159,-1.8739784132121815,-0.7205643542781618,0.6088263968715529,-0.7171617746353149,0.659808874130249,0.2243470400571823,-0.44323015213012695,-0.8508732914924622,-0.0682360902428627,0.041838228702545166,0.26035720109939575,-0.5504120588302612 +160,-1.8961046251042148,-0.7409725419990947,0.6176234955653224,-0.6991159319877625,0.6750057935714722,0.23580557107925415,1.0351109504699707,-0.28908929228782654,0.01706935092806816,-0.7308310270309448,0.2898990511894226,-0.18804559111595154 +161,-1.7657965604684576,-0.7624283181694552,0.8634958592763083,-0.7094553709030151,0.6906795501708984,0.14012457430362701,1.1129580736160278,-0.2977275252342224,-0.5102543830871582,0.7302073240280151,-0.9817867279052734,0.3814208507537842 +162,-1.7966224171062313,-0.7472010616279932,0.9613658764277987,-0.7149676084518433,0.6795881390571594,0.1642601639032364,1.1939096450805664,-1.1940943002700806,0.5058311223983765,0.01953303813934326,0.16545885801315308,-0.4634392261505127 +163,-1.809919221495211,-0.762938136014192,1.0511404223336092,-0.7022420167922974,0.6910481452941895,0.17119766771793365,0.39516007900238037,-0.05835720896720886,-0.6068270802497864,-0.8647288084030151,0.613654613494873,-0.27361464500427246 +164,-1.7675237147522207,-0.730050637758041,1.0741345309633616,-0.7307681441307068,0.6669073700904846,0.1456458866596222,-0.3937324285507202,0.026602160185575485,-0.3605433404445648,0.6302584409713745,-0.5136023163795471,0.14176857471466064 +165,-1.835799424079043,-0.6880024528935171,0.9516548666450009,-0.7455487251281738,0.6349953413009644,0.20233139395713806,-0.7734407782554626,-0.7821164131164551,-0.2846032977104187,0.18462038040161133,0.047591328620910645,-0.23045337200164795 +166,-1.8920554577230473,-0.71944888269003,0.9213806772377935,-0.7136871218681335,0.6589702367782593,0.23750607669353485,0.9830821752548218,-1.7084527015686035,0.6391497254371643,-0.804821789264679,0.5967212915420532,0.14552009105682373 +167,-1.854525741059479,-0.7409991865581766,0.9981720013755597,-0.7082961797714233,0.675025463104248,0.206536665558815,0.9022530317306519,-0.6437320113182068,-0.2657110095024109,0.31902915239334106,-0.5762857794761658,-0.07393774390220642 +168,-1.8091910901969117,-0.7258305213462865,1.156642435268976,-0.7267953157424927,0.6637568473815918,0.1766228973865509,0.895341157913208,-1.4507369995117188,-0.18820300698280334,0.6520577073097229,-0.571868360042572,-0.16270695626735687 +169,-1.8473265591031687,-0.7854823641066987,1.255840696822692,-0.6801855564117432,0.707166314125061,0.19303761422634125,0.9104368686676025,-0.9388313293457031,-0.6343592405319214,-1.2817132472991943,0.545214056968689,-0.012175202369689941 +170,-1.811799792440214,-0.7342830703695472,1.2350243050382292,-0.7208576202392578,0.6700551509857178,0.17717276513576508,0.1855885535478592,0.127775177359581,-0.16804713010787964,0.1253376603126526,-0.0015066266059875488,-0.05189813673496246 +171,-1.8201671134102715,-0.7127576568458519,1.1516225443718342,-0.7331593036651611,0.6539226174354553,0.1867149919271469,-1.1397430896759033,0.39514923095703125,-0.04554266855120659,0.4098866581916809,-0.4647288918495178,-0.1517876535654068 +172,-1.8857131560459612,-0.7294178372775318,1.018987565480076,-0.7088972926139832,0.666435718536377,0.23092857003211975,0.9489342570304871,-0.6104066967964172,0.3185756206512451,-0.8260605335235596,0.26479285955429077,-0.2048666626214981 +173,-1.8717165854687792,-0.737612274623228,1.0212890469362237,-0.706820547580719,0.6725227236747742,0.21935811638832092,-0.14731325209140778,0.2274114042520523,0.12890666723251343,-0.18772602081298828,-0.22986525297164917,-0.23647856712341309 +174,-1.8356780633183711,-0.738149996535163,1.1001186315155256,-0.7139158248901367,0.6729205846786499,0.1936536580324173,0.38570746779441833,-1.0292580127716064,0.2904943525791168,0.39209282398223877,-0.5691914558410645,-0.15141740441322327 +175,-1.8534447191922394,-0.7569272941041802,1.2053330026988263,-0.6981044411659241,0.6866909861564636,0.2027462124824524,0.888036847114563,-1.5216984748840332,0.4862949252128601,-0.4226689338684082,0.6975253224372864,-0.37056228518486023 +176,-1.823800266222349,-0.7828766203463644,1.3275499243776403,-0.686319887638092,0.7053215503692627,0.17744401097297668,-0.20869603753089905,-0.14796900749206543,0.3059428334236145,-0.5338033437728882,0.45935124158859253,-0.05274917185306549 +177,-1.7838910892308666,-0.717504444881486,1.3192473624872378,-0.736406683921814,0.6575064659118652,0.1593436449766159,-1.196382999420166,0.4652460813522339,-0.7332752346992493,0.8237327933311462,-0.46573406457901,0.11497889459133148 +178,-1.8649248339780167,-0.6481727475082257,1.1401834493422487,-0.7629531025886536,0.6037307381629944,0.23110955953598022,-0.999505877494812,-0.32482635974884033,0.5800656676292419,0.24758762121200562,0.49279630184173584,-0.36669912934303284 +179,-1.9396952914531607,-0.732194993199498,1.2332812264360467,-0.6936758160591125,0.6685037016868591,0.2681730091571808,-0.4719439148902893,0.34859058260917664,-0.4261878728866577,-0.7691538333892822,0.25875765085220337,0.5664064884185791 +180,-1.8591440230605631,-0.6619091580472455,1.3185887985353162,-0.7562536597251892,0.6146239638328552,0.2243155986070633,1.1494064331054688,-0.28670021891593933,-1.2608953714370728,1.0657477378845215,-0.8884429931640625,-0.08983996510505676 +181,-1.7358555726074008,-0.6169346328894796,1.5926123261304252,-0.8045697808265686,0.5785375833511353,0.13402101397514343,2.4907805919647217,-0.18703815340995789,-1.3159735202789307,0.3080335855484009,-0.08055180311203003,0.13288567960262299 +182,-1.7372101103880826,-0.6816637313768862,1.77311032029357,-0.7657979130744934,0.630085825920105,0.1286289244890213,-0.1250070333480835,0.7375977039337158,-0.8140261173248291,-1.8557994365692139,0.5100508332252502,0.9353053569793701 +183,-1.5948058883001537,-0.6512879644762599,1.7633049712037685,-0.7950746417045593,0.606211245059967,0.019093062728643417,-0.6582086086273193,1.1235076189041138,-0.10111628472805023,0.7165680527687073,-0.8007607460021973,0.18604612350463867 +184,-1.6399823179425175,-0.6589914046769707,1.681587397658024,-0.7887187004089355,0.6123197674751282,0.054655518382787704,-0.3902265429496765,-2.2970452308654785,-0.09799519181251526,0.09784656763076782,0.08619701862335205,-0.03930521383881569 +185,-1.7932647178557883,-0.6734143098825272,1.5573902874734142,-0.7624325752258301,0.6236585974693298,0.17247192561626434,-2.1408543586730957,1.0851937532424927,-0.13583490252494812,-0.9624514579772949,0.22300583124160767,-0.20422542095184326 +186,-1.7114980877300852,-0.644491954349456,1.7010760976919148,-0.7915050983428955,0.600792407989502,0.11210693418979645,1.3476473093032837,-0.21684876084327698,-0.8516258597373962,0.5853437185287476,-0.9558187127113342,0.10085998475551605 +187,-1.5550239826283552,-0.5942399268320122,1.9685851241683328,-0.8284712433815002,0.5598791241645813,-0.013068016618490219,0.38027966022491455,-0.2898387908935547,0.6676992774009705,0.6726332306861877,0.1335107684135437,0.1724461317062378 +188,-1.464431668120181,-0.6292076220668003,2.153700647899008,-0.8039250373840332,0.5885043144226074,-0.08583314716815948,-2.247706413269043,0.8041468262672424,0.11001399904489517,-0.8930048942565918,0.5105710029602051,-0.16114556789398193 +189,-1.4310054898765558,-0.6431224697909628,2.183578122140767,-0.7924211621284485,0.5996970534324646,-0.11150045692920685,0.5004225969314575,-1.1152654886245728,-0.4709976613521576,0.5393387675285339,-0.6903799772262573,0.6910140514373779 +190,-1.4672714611046274,-0.5485982110628418,2.03533454924515,-0.8486880660057068,0.5214916467666626,-0.08817555010318756,-1.1755839586257935,-0.6871772408485413,-0.8420954346656799,0.8095645904541016,0.14710265398025513,0.19863390922546387 +191,-1.6076482734248319,-0.5665472306335841,1.965121867182845,-0.8431863188743591,0.53672194480896,0.031087132170796394,0.34912487864494324,-0.32256895303726196,-0.46397000551223755,-1.287032127380371,0.589346170425415,0.18310046195983887 +192,-1.604766890823064,-0.5281138137311556,2.032313880076923,-0.8632609844207764,0.5039049983024597,0.029336748644709587,1.2806241512298584,-0.9364288449287415,-1.104280948638916,0.800547182559967,-0.7812791466712952,0.09619737416505814 +193,-1.5552830147557068,-0.44446278198507316,2.2324908439125513,-0.902733325958252,0.42997291684150696,-0.014005507342517376,1.7990764379501343,-0.16456414759159088,-0.3487430214881897,0.7654651403427124,-0.09826207160949707,0.05248820781707764 +194,-1.5898437281800746,-0.4494260386000861,2.387028980029619,-0.9005331993103027,0.43444862961769104,0.017154891043901443,0.25109681487083435,3.17248797416687,-0.14263862371444702,-1.1367135047912598,0.5370326042175293,0.12878012657165527 +195,-1.4533762255302436,-0.45663035677644087,2.342781695118025,-0.8913630247116089,0.4409262239933014,-0.10514762252569199,-0.9415186643600464,1.4928674697875977,-0.07775989919900894,0.4307612180709839,-0.24758213758468628,0.0006859898567199707 +196,-1.4230441282214839,-0.36306419096752424,2.191197991331597,-0.9246277809143066,0.3551403284072876,-0.13761869072914124,-2.802593946456909,0.9560623168945312,-0.985848069190979,0.9356141090393066,0.3371967077255249,0.16589319705963135 +197,-1.490294145338196,-0.3822575044946487,2.1010882783204234,-0.924820065498352,0.37301599979400635,-0.07461127638816833,-0.455529123544693,0.02515293098986149,-0.23394735157489777,-1.145873785018921,0.33953890204429626,0.00423777848482132 +198,-1.481672068948106,-0.3730100113796512,2.0728063280158056,-0.9275386929512024,0.3644201159477234,-0.08288577198982239,0.4579755961894989,0.42727434635162354,-0.6690435409545898,0.4905727505683899,-0.5600377917289734,-0.0661468431353569 +199,-1.485972972688271,-0.34565591258596884,2.225290796520212,-0.9374706745147705,0.3388138711452484,-0.07971066981554031,1.5219751596450806,-1.3564910888671875,-0.047995250672101974,0.8895276188850403,-0.1868210732936859,0.08505130559206009 +200,-1.585482969363203,-0.4928816388820897,2.483514762469783,-0.8808781504631042,0.47316649556159973,0.01293807290494442,2.130770206451416,-1.1382004022598267,-0.6341453790664673,-1.99113130569458,0.02813059091567993,0.09152364730834961 +201,-1.5859135419592574,-0.39774238237836035,2.4337112753990517,-0.9218323230743408,0.38733795285224915,0.013936598785221577,-0.12171902507543564,-0.2950761616230011,-0.11235474050045013,0.27376115322113037,-0.3870328664779663,-0.3521019220352173 +202,-1.5446384288763328,-0.37171136708667,2.3755302967639564,-0.9313884973526001,0.3632104694843292,-0.02436872385442257,-1.0598479509353638,-1.1745034456253052,1.131761908531189,1.1541972160339355,-0.03822880983352661,0.1699681282043457 +203,-1.6432209911772933,-0.5003568578378224,2.3224293508569303,-0.8751113414764404,0.47973868250846863,0.06349069625139236,0.28703179955482483,-0.07972598820924759,0.5412922501564026,-1.1085922718048096,0.37650829553604126,-0.131270170211792 +204,-1.5987616138273568,-0.5326660353111908,2.4023372264209963,-0.8611193895339966,0.5078318119049072,0.024087730795145035,1.3261454105377197,0.6247943043708801,-0.835037112236023,-0.026835262775421143,-0.580402672290802,0.23064255714416504 +205,-1.5635119484937081,-0.4667183535225212,2.583793036972561,-0.8930261135101318,0.44995802640914917,-0.006505255121737719,1.911055564880371,-1.8622469902038574,0.005704665556550026,1.1207634210586548,-0.4423896074295044,0.08247876167297363 +206,-1.5979414043356799,-0.6087573652657039,2.7431874300621013,-0.8200570940971375,0.5718485116958618,0.022265983745455742,3.3405723571777344,-1.8099504709243774,1.3535691499710083,-1.8399924039840698,0.597218930721283,-0.3438602685928345 +207,-1.5385209045318946,-0.551104926002407,2.810981196830824,-0.8515028357505798,0.5236288905143738,-0.027492159977555275,0.18220773339271545,0.8007113337516785,-1.0975452661514282,0.0018628835678100586,-0.03414219617843628,0.07101023197174072 +208,-1.4756288397869397,-0.46770495537384127,2.8104707123635677,-0.8885663747787476,0.4508388936519623,-0.08481884747743607,0.1304972767829895,-0.4633904695510864,-0.5362343788146973,1.1877301931381226,-0.5151089429855347,0.46013927459716797 +209,-1.6568059559094217,-0.5531216068746144,2.6065207752879167,-0.8477434515953064,0.5253459215164185,0.0730944275856018,0.3898294270038605,-0.16384756565093994,2.4425442218780518,-1.8340954780578613,0.782133936882019,-1.1927995681762695 +210,-1.5856273618383276,-0.5824020107696027,2.8418258818506126,-0.8350521326065063,0.5500315427780151,0.012385595589876175,1.0605460405349731,-0.17288370430469513,-0.41679447889328003,-0.6602786779403687,-0.25306499004364014,0.5997207164764404 +211,-1.505189728562627,-0.49997468920465254,2.959820554650612,-0.8757067322731018,0.4794033169746399,-0.05753471329808235,2.1238622665405273,-0.4001902937889099,-0.43055668473243713,1.418538212776184,-0.7560299038887024,0.09867238998413086 +212,-1.586368543369362,-0.5549518521932071,3.058563506700779,-0.8498228788375854,0.5269023776054382,0.013234696350991726,-0.2037118822336197,-2.2187767028808594,3.974674940109253,0.04037463665008545,0.8597095608711243,-0.4168602228164673 +213,-1.533828927755377,-0.6467774590134877,-3.0274589175942204,-0.7974847555160522,0.6026178598403931,-0.029494374990463257,0.1728544384241104,0.6819046139717102,-0.1667802482843399,-0.79173344373703,0.1749395728111267,-0.06489646434783936 +214,-1.4328353010001784,-0.5188429740209151,-2.9317871324304443,-0.8601422905921936,0.4958757162094116,-0.11942476034164429,-0.5089303255081177,0.918360710144043,-2.7358036041259766,1.196446180343628,-0.7800860404968262,0.8141574263572693 +215,-1.6238415262229005,-0.46888010648858774,3.0987169468535734,-0.8908202648162842,0.4518875479698181,0.04729810729622841,-1.026733160018921,-4.438117980957031,3.990628957748413,0.14703047275543213,1.0556350946426392,-0.5802875757217407 +216,-1.7070863976220074,-0.5612057224191594,-3.0165956938498164,-0.8387632369995117,0.5322073698043823,0.11502819508314133,-0.9699105024337769,2.6010866165161133,-0.6166331171989441,-0.5251893997192383,-0.09368503093719482,0.4455949068069458 +217,-1.4974423785871012,-0.374485287896017,-2.977841178924537,-0.9281931519508362,0.36579352617263794,-0.06820901483297348,1.2248928546905518,1.1033611297607422,-1.620110034942627,1.4656840562820435,-0.13122019171714783,-0.1260811686515808 +218,-1.503828562440849,-0.5322127516209268,-2.725123355321061,-0.859754741191864,0.5074412822723389,-0.057662077248096466,2.907728910446167,-3.9837117195129395,3.5898594856262207,-0.12213295698165894,0.37332648038864136,-0.16140836477279663 +219,-1.5891639606458423,-0.5019884053050199,-2.4791981883397556,-0.8764795660972595,0.48116958141326904,0.016100667417049408,-1.0755436420440674,-0.5687416195869446,-3.7221617698669434,-0.9566349387168884,0.5399180054664612,0.3422520160675049 +220,-1.5651669922381084,-0.1729915858067896,-2.619143002069217,-0.9850586652755737,0.1721300482749939,-0.005545283667743206,0.03097972273826599,0.5726057291030884,-1.7497533559799194,2.080410957336426,0.0503431111574173,-0.1271451711654663 +221,-1.7114783688358515,-0.3332158548117036,-2.581752562986588,-0.9356592893600464,0.32708367705345154,0.13250577449798584,3.485818862915039,-3.891465902328491,4.219207286834717,-0.5727176666259766,0.5566748380661011,-0.6712173223495483 +222,-1.7478799626916453,-0.31312330410856903,-2.3132986758386656,-0.9364981055259705,0.3080315589904785,0.16759400069713593,-0.6666972637176514,-0.4754689931869507,-1.2773542404174805,-0.18459558486938477,0.2970404028892517,0.7293634414672852 +223,-1.591524509630491,-0.22734945992442843,-2.32121186679668,-0.9740580320358276,0.22539597749710083,0.020193345844745636,0.7345098257064819,1.068671703338623,0.8427924513816833,1.5500009059906006,-0.35500410199165344,-0.39932847023010254 +224,-1.5870051826188105,-0.34660841218991134,-1.9779063518640585,-0.940406858921051,0.3397098779678345,0.015244253911077976,3.152893543243408,-2.515120506286621,0.4253702759742737,-0.464546263217926,0.3560909330844879,0.1668388843536377 +225,-1.7247502019659466,-0.24878022838653957,-1.7944546881251688,-0.9577500224113464,0.24622192978858948,0.1486254185438156,0.9211981892585754,-0.21100972592830658,-0.6580142378807068,-1.1166365146636963,0.9877868294715881,-0.19475272297859192 +226,-1.7760830164010206,-0.18244191984593106,-1.7596989924306612,-0.9627546668052673,0.18143150210380554,0.20046469569206238,-0.06542624533176422,1.2114791870117188,-0.1811128407716751,0.7748426198959351,0.04859475791454315,0.14005044102668762 +227,-1.5768650940698374,-0.27205293698358174,-1.7253651482768015,-0.9632034301757812,0.2687094211578369,0.005845529027283192,1.792183756828308,3.4580233097076416,3.4144797325134277,1.3154832124710083,0.5330178737640381,-0.1743483543395996 +228,-1.1594626326682242,-0.8939728060241031,-1.465293422136163,-0.5740775465965271,0.7795661687850952,-0.25042280554771423,1.4189081192016602,-1.8104934692382812,6.861086845397949,-1.1013526916503906,0.8757072687149048,0.11867839097976685 +229,-1.5047341793859361,-0.9803558779808051,-2.0784677887985668,-0.5555127263069153,0.8306955695152283,-0.036751843988895416,-7.182601451873779,7.630156517028809,-7.552336692810059,-1.9258257150650024,-0.457663893699646,0.3636714220046997 +230,-0.9904980750308213,-0.06115128796715467,-3.0183309500605873,-0.8347360491752625,0.061113182455301285,-0.5472486019134521,-3.1357784271240234,10.481730461120605,-9.453292846679688,0.999790370464325,0.471082866191864,-0.23908257484436035 +231,-0.8518716439783054,0.19929583320216207,-2.9108860186827163,-0.7376192808151245,-0.1979791522026062,-0.645540177822113,9.573322296142578,-3.178302526473999,4.857047080993652,-0.234289288520813,1.861706018447876,-0.7366313934326172 +232,-1.511703295584883,0.534175883275999,-2.0355174206307476,-0.8591862320899963,-0.509131908416748,-0.05083109810948372,3.9867031574249268,-0.21514761447906494,-4.392746925354004,-1.570913314819336,0.43802595138549805,1.6484262943267822 +233,-0.6955803945091605,0.6824255790558862,-2.8030485645372534,-0.4973139464855194,-0.6306772232055664,-0.595755934715271,1.9253113269805908,-2.417743444442749,-0.16117627918720245,1.2162775993347168,0.9693155884742737,-3.191887378692627 +234,-2.6295394571454316,0.8323419920494856,-1.0940548750885002,-0.3298199474811554,-0.7395098805427551,0.5868082642555237,-2.2423388957977295,1.7913521528244019,-1.0364744663238525,0.2849743962287903,0.04558593034744263,3.205763816833496 +235,-0.3262304850582773,0.7462678337074208,-2.8429091088198977,-0.23530137538909912,-0.6789032220840454,-0.695502519607544,-9.736973762512207,4.9536051750183105,0.6814902424812317,0.8883928060531616,1.329003930091858,-1.481438398361206 +236,-2.101682339000104,1.279875569268954,-1.2201084677977836,-0.247354194521904,-0.9579801559448242,0.14522357285022736,10.012659072875977,-5.138901233673096,-1.5245001316070557,0.9868561625480652,1.0445127487182617,1.4038944244384766 +237,-0.24128538707624164,0.7294217069806523,-2.6212772644616606,-0.17815227806568146,-0.6664385795593262,-0.7239623069763184,-15.708744049072266,8.777677536010742,0.8843672871589661,0.6887723803520203,1.5217089653015137,0.03920888900756836 +238,-0.3205297024183053,0.6597958542845469,-2.5147151245001877,-0.24894176423549652,-0.6129555702209473,-0.7498756647109985,10.076851844787598,-7.8096184730529785,-0.7480851411819458,-0.05460134148597717,0.42911767959594727,-0.6398948431015015 +239,-1.6557180835157044,1.1695262631210621,-1.5929844140580174,-0.38918036222457886,-0.920565664768219,0.033129557967185974,-7.467310905456543,5.168275833129883,2.873652458190918,0.28767889738082886,0.100894033908844,2.492703437805176 +240,-0.11577267833370107,0.22299111993310128,-2.6194775857959094,-0.11265413463115692,-0.22114767134189606,-0.9687119126319885,7.323777675628662,-6.007338523864746,-1.4401090145111084,0.5505813956260681,-0.012510165572166443,-5.465095520019531 +241,-2.635375604674543,1.204443061067412,-0.7284185948494105,-0.17368753254413605,-0.9336398839950562,0.31328773498535156,3.8762309551239014,-3.692336320877075,1.9167578220367432,2.4572720527648926,0.7344517111778259,2.5112972259521484 +242,-0.19095107505590256,0.3620975508842347,-2.6810059097761463,-0.17748582363128662,-0.35423654317855835,-0.9181585907936096,-20.5165958404541,8.264575958251953,3.3477706909179688,0.9688371419906616,2.4231910705566406,-0.047509074211120605 +243,-0.5346093658451111,1.0106241096683095,-2.515674982941232,-0.2707163393497467,-0.8471636176109314,-0.45719411969184875,14.58704948425293,-6.147825241088867,-2.8294167518615723,0.5916391611099243,0.7206529974937439,0.46967583894729614 +244,-0.18382093971552566,0.8141821107022736,-2.709100767792986,-0.1254768967628479,-0.7271643877029419,-0.674898087978363,-18.115581512451172,11.550271034240723,0.5750049352645874,0.6445503830909729,1.5381386280059814,1.2090015411376953 +245,-0.029327781995203233,0.6272992418409656,-2.5569035568313745,-0.023740828037261963,-0.5869603157043457,-0.809267520904541,14.809910774230957,-4.65751838684082,-0.5035222768783569,-0.19850343465805054,1.2754063606262207,-0.5827307105064392 +246,-1.2446161062053274,1.3716934390479523,-1.8015804005562521,-0.18736101686954498,-0.9802443981170654,-0.06337720900774002,-9.755034446716309,5.572933673858643,1.3039040565490723,0.20612932741641998,0.028096020221710205,2.6885602474212646 +247,0.007602464490839373,0.3103150238094908,-2.4681187418810824,0.007239281199872494,-0.3053586184978485,-0.9522098898887634,10.792943954467773,-6.057385444641113,0.7947895526885986,-0.17290395498275757,0.6755063533782959,-4.783385753631592 +248,-1.2173277257106137,1.44177723663527,-1.7047157494831016,-0.12070741504430771,-0.9916885495185852,-0.04453672468662262,-2.8398075103759766,-0.8746039867401123,1.9138104915618896,1.317088007926941,0.13002479076385498,2.9668543338775635 +249,0.08970884359747637,0.2121017563041074,-2.5580728558237946,0.08758094161748886,-0.21051502227783203,-0.9736595749855042,-10.684803009033203,2.1222572326660156,1.124529480934143,0.8537642359733582,1.6359148025512695,-1.7768744230270386 +250,-0.29173752238790734,1.1848386086268805,-2.5315815935278363,-0.10827238112688065,-0.9264383316040039,-0.3605401813983917,11.676024436950684,-6.295470714569092,-2.2290141582489014,0.43360501527786255,0.9379129409790039,0.8173425197601318 +251,-0.16221921829746527,0.8758915786064358,-2.4904027635184223,-0.10341599583625793,-0.7681146860122681,-0.6319057941436768,-16.022924423217773,10.20019817352295,1.1063826084136963,0.2717052102088928,1.1267573833465576,0.9639065861701965 +252,-0.131461649756412,0.7356839369959395,-2.4522578512989766,-0.09718149900436401,-0.6710943579673767,-0.7349749207496643,13.234560012817383,-4.387851238250732,-1.3646568059921265,0.150098979473114,0.9950689673423767,-0.2690533995628357 +253,-0.23638688931255783,1.033339789932405,-2.378179668529775,-0.11989501118659973,-0.8590136170387268,-0.49771565198898315,-14.346631050109863,8.322936058044434,1.2261923551559448,0.09102536737918854,0.545201301574707,1.8347365856170654 +254,0.009090355928570973,0.4657398732503328,-2.2455167800518296,0.008122025988996029,-0.44908398389816284,-0.8934526443481445,13.945767402648926,-7.400760173797607,-0.11750803887844086,0.1261095404624939,1.0515315532684326,-1.427790641784668 +255,-0.5781232411824765,1.2452824044660784,-1.9314918191714923,-0.17475354671478271,-0.9474865198135376,-0.2678258717060089,-8.988149642944336,6.348945617675781,0.9661114811897278,0.14858469367027283,0.029212474822998047,2.5377233028411865 +256,0.09794422373664588,0.3043114592078992,-2.1070104873714994,0.09329469501972198,-0.2996363341808319,-0.9494810104370117,6.548901081085205,-6.361993312835693,0.1662481129169464,-0.023867204785346985,0.2805781066417694,-3.3780641555786133 +257,-0.570303978342742,1.1992078458982725,-1.8398360881100033,-0.1960313320159912,-0.9317517280578613,-0.3056315779685974,-3.0094854831695557,2.077420473098755,0.3098698854446411,0.22383281588554382,-0.022731423377990723,2.3642101287841797 +258,-0.03871636391155284,0.34716678241145016,-2.0834806568885247,-0.03639746829867363,-0.34023499488830566,-0.9396357536315918,4.171439170837402,-5.428106307983398,-0.7651178240776062,-0.23699426651000977,0.20369935035705566,-2.969757556915283 +259,-0.7580213870384838,1.1815117823637884,-1.7803727533156855,-0.2609192728996277,-0.9251808524131775,-0.27561140060424805,-2.0592737197875977,4.930103302001953,1.0169774293899536,0.4889160990715027,-0.48502117395401,2.0010905265808105 +260,0.1589738749337475,0.08915017801104845,-2.0199156020046725,0.15767644345760345,-0.0890321359038353,-0.9834690690040588,7.346202373504639,-8.654735565185547,-0.8960201144218445,0.31150078773498535,0.2715120017528534,-4.886190414428711 +261,-1.3072083673485113,1.316827483304454,-1.1431138414640705,-0.24256949126720428,-0.9679228663444519,-0.06546152383089066,-2.8617115020751953,5.981051445007324,1.1487189531326294,0.9654393792152405,-0.3048126697540283,3.4717421531677246 +262,0.11754112888884498,0.20469035182394674,-1.910636240656272,0.11482251435518265,-0.20326398313045502,-0.9723680019378662,-2.5347840785980225,-4.342162609100342,0.007738829590380192,0.646835207939148,0.1553056240081787,-3.1454145908355713 +263,-0.5979782160179586,1.1995181727013213,-1.6770050551651405,-0.20425041019916534,-0.9318643808364868,-0.29985108971595764,0.3819255828857422,4.657252311706543,0.981606662273407,0.7905387878417969,-0.25085973739624023,2.20295786857605 +264,0.26173637125017946,0.07592312684526355,-1.7465053839120204,0.2580127418041229,-0.07585020363330841,-0.9631595015525818,-4.023678779602051,-3.3549129962921143,-1.1872880458831787,0.4554882347583771,0.6250750422477722,-2.299612045288086 +265,-0.6229946828501044,0.9837381273515594,-1.544127923216539,-0.323192298412323,-0.8325737714767456,-0.4498530626296997,4.51116418838501,0.29858818650245667,-0.8231303095817566,-0.2804606854915619,0.0754936933517456,1.2882472276687622 +266,0.11485304189994149,0.07219139565748205,-1.7496378499919993,0.11430220305919647,-0.07212870568037033,-0.9908241033554077,-8.356709480285645,-4.602295398712158,0.18786324560642242,0.7762007117271423,0.7220615744590759,-1.7781883478164673 +267,-0.48626722438283354,0.7429358778225977,-1.6935917387538297,-0.3441811800003052,-0.6764530539512634,-0.651114821434021,3.155937433242798,1.669702410697937,-2.0537631511688232,0.10643401741981506,0.2841801047325134,0.9484018087387085 +268,-0.02979251536796092,0.18743882249077473,-1.7510428950328227,-0.0292663611471653,-0.18634319305419922,-0.982048749923706,-2.912741184234619,-6.408607482910156,0.9333270788192749,0.3213043212890625,0.3148221969604492,-1.213507890701294 +269,-0.438268786829554,0.6167713603866087,-1.6861647608535937,-0.3461819589138031,-0.578404426574707,-0.7386517524719238,-1.8719438314437866,6.8525590896606445,-0.22550982236862183,0.07431608438491821,-0.05112743377685547,0.7640881538391113 +270,-0.2789379725036182,0.39202061918906334,-1.790843500942469,-0.2544476389884949,-0.3820565342903137,-0.888419508934021,0.1498010903596878,-8.521349906921387,-1.259946584701538,-0.028648674488067627,0.15827110409736633,-0.070107102394104 +271,-0.3199012575971852,0.4796585510346889,-1.8040103847702675,-0.2789853811264038,-0.46147629618644714,-0.8421441912651062,4.946252822875977,0.08601188659667969,-1.5428152084350586,-0.5725160837173462,0.20758527517318726,-1.1932713985443115 +272,-0.23849148733375114,1.074666232057748,-1.8132384138461695,-0.11245492845773697,-0.8794313073158264,-0.4625520408153534,-3.119816780090332,-0.11381983011960983,0.15834645926952362,0.9731574058532715,0.4693361520767212,2.494565010070801 +273,-0.11069990317704897,0.13098194079553932,-1.945550152577633,-0.10952764004468918,-0.1306077390909195,-0.9853655695915222,4.364808559417725,1.6017529964447021,2.0825207233428955,-0.03948969393968582,0.9081193208694458,-5.5777907371521 +274,-0.4325043900377492,1.3527139250070106,-1.8132480264460782,-0.09068546444177628,-0.976314127445221,-0.19643528759479523,5.944416522979736,-5.194403171539307,-2.2305045127868652,0.8836389780044556,0.9137378931045532,2.2822508811950684 +275,0.019007687622443103,0.6424664281173326,-2.053745735560474,0.015217026695609093,-0.5991719365119934,-0.8004757761955261,-14.726967811584473,3.2295689582824707,3.2157790660858154,0.6534841060638428,0.8991139531135559,0.5373989939689636 +276,0.07539312649494859,0.5931653629907961,-1.8739366700417892,0.06245492398738861,-0.5589884519577026,-0.8268200159072876,10.091672897338867,-3.8421621322631836,-1.3862435817718506,-0.3077399730682373,0.17568767070770264,-0.0321429967880249 +277,0.30308681433104995,0.5588948987192407,-1.961139402265194,0.25305336713790894,-0.5302495956420898,-0.8091967105865479,-12.364043235778809,3.0015907287597656,-0.14389143884181976,0.5596449971199036,0.6908941268920898,1.0251696109771729 +278,0.1667581117747415,0.4608053657968899,-1.8777518618457427,0.14867305755615234,-0.44466960430145264,-0.8832696676254272,5.311497211456299,-0.1325310617685318,-0.6234056949615479,-0.43561458587646484,0.18725383281707764,-0.14497435092926025 +279,0.2000476953453571,0.666747918646378,-2.06808340361907,0.156158447265625,-0.6184336543083191,-0.7701651453971863,-7.651239395141602,3.3709230422973633,1.9212974309921265,0.9011077880859375,0.019587278366088867,1.5677573680877686 +280,0.2022472018449296,0.5426069885810265,-1.8875070465519377,0.17201918363571167,-0.5163702964782715,-0.838910698890686,7.943408966064453,-2.1247339248657227,-1.140204906463623,-0.07747572660446167,0.4567999839782715,-1.246569037437439 +281,0.4397791591870007,0.9145241860223245,-1.9540769447092605,0.25977253913879395,-0.7922723293304443,-0.552107572555542,-7.068730354309082,3.9035725593566895,-0.7360605001449585,-0.004660815000534058,0.27971434593200684,1.975020170211792 +282,0.3291523745100925,0.5383970486211723,-1.662160772048356,0.27751266956329346,-0.5127604603767395,-0.8124428987503052,5.852840900421143,-2.442018985748291,0.27429667115211487,-0.22932541370391846,0.681965172290802,-1.1405905485153198 +283,0.26960934661576824,0.7309429675419675,-1.8034139139748335,0.19831328094005585,-0.667572021484375,-0.7176485657691956,0.17102889716625214,-0.30080071091651917,-0.3230692744255066,-0.17916348576545715,-0.1465606689453125,0.27210718393325806 +284,0.2859118289403305,0.6074487344078471,-1.772863484277345,0.23157872259616852,-0.5707744359970093,-0.7877739071846008,2.5345098972320557,-1.2734812498092651,0.2486920952796936,0.2671242952346802,0.4480479955673218,-1.246939778327942 +285,0.2774766144529992,0.7745090483734555,-1.6739332953830468,0.1957951933145523,-0.6993652582168579,-0.6874245405197144,1.329967737197876,-1.3658992052078247,-0.02332931198179722,-0.3602086305618286,-0.10597836971282959,0.008652567863464355 +286,0.2581727775186394,0.727109093651203,-1.705263297618062,0.19074510037899017,-0.6647126078605652,-0.722338855266571,-0.2772772014141083,-3.2906830310821533,-0.03259868919849396,0.24406933784484863,0.12764906883239746,-0.20991206169128418 +287,-0.2678249499173733,0.9929262291055729,-1.4965730334845768,-0.1445542722940445,-0.8376280069351196,-0.5267669558525085,12.29708480834961,-11.798919677734375,-2.8200979232788086,-1.5785139799118042,0.43934309482574463,-1.2426574230194092 +288,0.0076680904920653934,1.1351479891096803,-1.9610227570187653,0.0032358882017433643,-0.9065966606140137,-0.4219857454299927,-11.435961723327637,4.986147880554199,0.7245364189147949,0.8194569945335388,0.6486773490905762,0.4151955842971802 +289,-0.8813091930035217,1.2315431097453495,-1.16404395088093,-0.25676587224006653,-0.9430034160614014,-0.21169686317443848,12.148429870605469,-1.5392950773239136,3.0427041053771973,-0.11547225713729858,0.1285962462425232,0.38048961758613586 +290,-0.1280511939087698,0.8805100349134911,-1.6554023371678706,-0.08131495863199234,-0.7710637450218201,-0.6315445303916931,-7.368254661560059,-5.8631110191345215,-1.8281731605529785,1.1882942914962769,0.9419012665748596,-1.148728847503662 +291,-0.79434253221606,1.202101625505771,-0.9383048367431562,-0.257109135389328,-0.9327985644340515,-0.2525504231452942,-3.3537230491638184,2.7328875064849854,-4.9223222732543945,-1.518144130706787,-0.229783833026886,2.996553897857666 +292,-0.07838563664304032,0.6099615141922994,-1.4461961189163692,-0.06418458372354507,-0.5728359222412109,-0.8171532154083252,4.366846084594727,4.814023017883301,2.4614174365997314,-1.7350250482559204,0.16458702087402344,-0.4976966381072998 +293,-0.13894298065006275,0.5824835182913292,-1.6047188493119053,-0.11565817892551422,-0.5500996112823486,-0.8270511627197266,0.2652972340583801,1.1258176565170288,-0.3531111180782318,-0.20347940921783447,-0.05771899223327637,-0.24423789978027344 +294,-0.052664540129108685,0.5420643292791301,-1.5725605762096488,-0.04509399086236954,-0.515905499458313,-0.8554578423500061,-1.3354188203811646,-0.35080137848854065,-1.6836917400360107,-0.26052427291870117,0.11720860004425049,0.08055543899536133 +295,0.06924194407486435,0.47490858570483124,-1.6270076714560728,0.06153005734086037,-0.45725715160369873,-0.8872034549713135,0.9520663022994995,-1.4951236248016357,-1.2606290578842163,-0.11630910634994507,0.11217963695526123,-0.0040624141693115234 +296,0.06089759908101706,0.48706736629123804,-1.623374055452821,0.05378251522779465,-0.46803632378578186,-0.8820711374282837,0.436605840921402,-0.18383409082889557,0.6089689135551453,-0.08047014474868774,-0.013393759727478027,-0.1532224416732788 +297,0.03872334900657677,0.5626376235978712,-1.577751220023222,0.032746002078056335,-0.5334190726280212,-0.8452169895172119,0.31631767749786377,0.31998613476753235,0.4260326623916626,-0.03064030408859253,-0.04180675745010376,0.07518219947814941 +298,0.0873008155468519,0.6262865573309839,-1.5064109286070688,0.07064215838909149,-0.5861401557922363,-0.8071241974830627,0.9732681512832642,0.2961169183254242,0.4390501379966736,-0.022027671337127686,-0.09945249557495117,0.10123729705810547 +299,0.11339459138214983,0.6113687253022172,-1.451238791491646,0.09265579283237457,-0.5739887952804565,-0.8136041760444641,1.0966410636901855,0.42905378341674805,0.6852408647537231,0.04899154603481293,0.10978591442108154,-0.4095250368118286 +300,0.13516048041596634,0.6422842996514492,-1.4124988572173862,0.10789776593446732,-0.599026083946228,-0.7934266328811646,-0.16127964854240417,0.21808654069900513,0.25127267837524414,-0.006533622741699219,0.09968221187591553,-0.10401904582977295 +301,0.05617800623149017,0.7911298328050859,-1.3830901618374924,0.039474744349718094,-0.7111480236053467,-0.7019332051277161,2.1095995903015137,-1.4555027484893799,-0.49459007382392883,-0.3015291690826416,-0.14091801643371582,0.37960654497146606 +302,-0.6840067141165043,1.2578965166077432,-1.4269897326939371,-0.1945117861032486,-0.9514449834823608,-0.2385740876197815,0.5982070565223694,-5.225728511810303,-0.5795941948890686,0.2920154929161072,0.29650723934173584,0.426089346408844 +303,-2.393719315863134,1.1346821482026832,0.1666070672111001,-0.2872803509235382,-0.9063999652862549,0.3096921443939209,18.475887298583984,-7.095898628234863,-0.6371734142303467,-0.21506953239440918,1.3209049701690674,-0.6635892391204834 +304,-1.6031881585902834,1.173848010584291,-0.46955369454026724,-0.3864028751850128,-0.9222450852394104,0.012520675547420979,-13.970807075500488,6.279386043548584,-3.366630792617798,-0.2109176516532898,0.9377328157424927,-0.039086222648620605 +305,-2.248903878328166,1.0083948445972581,0.058835201118793035,-0.4152507781982422,-0.8459770083427429,0.3344995379447937,18.326969146728516,-3.91078519821167,3.102792739868164,0.6985759139060974,1.646864891052246,-0.1950189769268036 +306,-2.1879295788398534,0.8025067092692852,0.003296106474811412,-0.5667245984077454,-0.719100296497345,0.40214210748672485,-6.9335713386535645,4.42601203918457,-0.6818061470985413,-0.2527945041656494,0.2185814380645752,0.6636385917663574 +307,-1.1035863943689965,0.7808014001330273,-0.9313711361550926,-0.6342204213142395,-0.7038488984107971,-0.31993940472602844,12.10653305053711,-6.818658351898193,4.693933486938477,1.2160074710845947,0.5679846405982971,-5.287299156188965 +308,-1.9972890717246259,0.4419143408019125,0.14341602326992195,-0.8229620456695557,-0.4276706874370575,0.3739398419857025,-8.49159049987793,4.864531993865967,-2.3484785556793213,-1.7535148859024048,0.24291732907295227,2.758948802947998 +309,-0.7007364864511263,0.5293852482459905,-1.091598461665628,-0.5565217137336731,-0.5050028562545776,-0.6597391366958618,-5.260861396789551,-4.4353413581848145,0.6814707517623901,2.0567963123321533,1.6537607908248901,-1.5940145254135132 +310,-1.9393633377062063,0.4966579543770567,0.1637056589780038,-0.8201380372047424,-0.47648993134498596,0.31675001978874207,2.75858473777771,0.055204663425683975,1.2002143859863281,-0.272238552570343,0.4915046989917755,2.913886547088623 +311,-0.7782363146148442,0.6724393686283366,-0.8611882949569244,-0.5491968989372253,-0.6228961944580078,-0.5571203231811523,-12.74183177947998,7.202908992767334,-4.243319511413574,0.9929072260856628,1.3599109649658203,0.35959529876708984 +312,-1.9137276545351085,0.6720729566226371,0.2686401798922587,-0.7369683384895325,-0.6226094961166382,0.26312604546546936,16.75706672668457,-4.209009647369385,2.022939920425415,0.6089317798614502,2.095921754837036,1.0083431005477905 +313,-1.4318302725695244,0.7778695979011296,-0.007365327533871962,-0.7055422067642212,-0.7017632722854614,-0.0986824780702591,-12.290670394897461,9.078795433044434,-4.680673599243164,0.23108553886413574,0.6619073748588562,0.9167824983596802 +314,-0.6472136507626614,0.5157486318041599,-0.5188703829467951,-0.5245343446731567,-0.49318623542785645,-0.6939964294433594,14.355929374694824,-7.543417930603027,4.695305347442627,0.7028027772903442,1.7001869678497314,-2.6408729553222656 +315,-1.9846348782144945,0.5403960470248997,0.8752138073357723,-0.7851177453994751,-0.5144756436347961,0.3448256850242615,-3.9349546432495117,2.282078266143799,0.8146879076957703,-0.38599419593811035,-0.3886615037918091,3.4346847534179688 +316,-0.24961421903021397,0.27895291879609907,-0.4543666244588637,-0.237481027841568,-0.2753491997718811,-0.9315500855445862,-3.958977222442627,-5.545968055725098,0.38144296407699585,2.91585636138916,1.4370617866516113,-3.6507863998413086 +317,-1.4540635022693946,0.694103847531911,0.6042735402013423,-0.7633962631225586,-0.6396968960762024,-0.08952038735151291,-5.380796909332275,-1.4891722202301025,-2.137503147125244,-2.200333595275879,-0.9978152513504028,2.0008058547973633 +318,-1.1795950225277134,1.0002095221345841,0.2161968969439563,-0.49932029843330383,-0.8415841460227966,-0.2059495896100998,6.975881576538086,1.8291027545928955,1.5297802686691284,2.546668291091919,1.2856149673461914,1.0783556699752808 +319,-0.6684073982987876,0.12230368883311131,-0.014987942831314459,-0.6151075959205627,-0.12199901044368744,-0.7789473533630371,9.713985443115234,-3.3785464763641357,-6.4345574378967285,-1.7541704177856445,1.2048237323760986,-4.950056552886963 +320,-1.1830656647875197,1.1202496011294083,0.41501116273609834,-0.4031336307525635,-0.9002091884613037,-0.1646416336297989,8.187647819519043,-6.875948905944824,-5.506365776062012,1.2251856327056885,1.5212419033050537,1.0097496509552002 +321,-0.866660687947059,0.6302604510563703,0.3177280852486721,-0.6157384514808655,-0.5893551707267761,-0.5229976773262024,-15.259900093078613,10.226678848266602,11.190499305725098,-0.09199464321136475,2.266479253768921,0.5607631802558899 +322,-1.074988280459912,0.7362363079025032,0.45026764613114406,-0.6517731547355652,-0.6715037822723389,-0.3525257706642151,7.952591419219971,0.10868901759386063,-2.813613176345825,0.5539186000823975,0.10167956352233887,0.2709522843360901 +323,-1.526467671247517,0.9264622901118078,0.8085053999932109,-0.6000761389732361,-0.7994999885559082,-0.026618005707859993,-6.91425085067749,4.6808857917785645,4.754081726074219,2.363656520843506,0.7721409797668457,1.0468511581420898 +324,-0.8348179965095683,0.20960111041621268,0.28138326296013,-0.7249530553817749,-0.20806975662708282,-0.6566202640533447,7.538798809051514,-4.088268280029297,-6.025259017944336,-1.3192517757415771,0.6967782378196716,-3.3519399166107178 +325,-1.558373990248242,0.8951731144597216,0.8965017525630902,-0.6253353953361511,-0.7803173661231995,-0.007768526673316956,0.5303272008895874,-2.343360662460327,-0.7463250160217285,1.4396817684173584,0.38842594623565674,1.6113146543502808 +326,-0.6571690645110845,0.04438989392962989,0.2410824677225654,-0.6102762222290039,-0.04437531903386116,-0.7909448742866516,7.9159016609191895,-5.457809925079346,-4.444713592529297,-2.5945425033569336,0.7652767896652222,-7.196069717407227 +327,-1.3366529640124423,0.8131671929537192,0.8953277478717585,-0.6684495806694031,-0.7264673113822937,-0.15943734347820282,-6.212423801422119,5.683498382568359,2.1129486560821533,1.2991411685943604,-0.029758214950561523,3.0210554599761963 +328,-0.7708776057927714,0.49200064792444603,0.39644082285043103,-0.6141213774681091,-0.47239017486572266,-0.6322202682495117,11.156731605529785,0.494662344455719,-4.225208759307861,-0.6155996918678284,1.5114374160766602,-1.7055635452270508 +329,-1.3947175984871765,1.0621576535550858,1.0048224282703608,-0.47945889830589294,-0.8734082579612732,-0.08530594408512115,-10.28551959991455,5.140504837036133,3.9078216552734375,2.4345216751098633,0.8182324767112732,2.76413893699646 +330,-0.7883926582045296,0.33305939725851214,0.45700337811189984,-0.6702468991279602,-0.3269358277320862,-0.6662447452545166,5.011053085327148,-2.997194766998291,-1.9335789680480957,-2.108180284500122,0.44328412413597107,-3.093108892440796 +331,-1.5170112332557293,1.0595572045305688,1.0700404592990462,-0.48855090141296387,-0.8721389174461365,-0.026302123442292213,4.984170436859131,-2.855262279510498,-3.1873865127563477,1.3643443584442139,0.6970138549804688,1.2366139888763428 +332,-0.2808609074500111,-0.011381653134709128,0.32906184140025435,-0.2771649658679962,0.011381407268345356,-0.960754930973053,0.43343549966812134,-1.121697187423706,-0.14829036593437195,-0.13161799311637878,2.2233903408050537,-5.177428722381592 +333,-0.9018297968995412,0.883388191353624,0.8122090966647557,-0.49777019023895264,-0.7728932499885559,-0.3935238718986511,-4.089804172515869,4.053442001342773,-1.3732017278671265,0.028425097465515137,-0.35328173637390137,3.5915982723236084 +334,-0.47725814694655827,0.5073321038172596,0.3021090844106809,-0.4014880359172821,-0.4858471155166626,-0.7763761281967163,9.04807186126709,-3.9895734786987305,1.3182350397109985,0.771406888961792,1.0236889123916626,-3.0330567359924316 +335,-0.4442061447733772,0.7526954880063296,0.4143598450492234,-0.3136461079120636,-0.6836085319519043,-0.6590185165405273,-4.537715911865234,1.7269362211227417,-5.977595329284668,-0.5625593066215515,-0.19682353734970093,1.3968267440795898 +336,-0.4660826183236197,0.6221908441997805,0.5426060980137684,-0.36517608165740967,-0.5828168392181396,-0.7259276509284973,5.059413909912109,1.2464385032653809,2.2294113636016846,-1.5621920824050903,0.7872388362884521,-0.23795479536056519 +337,0.11160171586162715,0.574705807637312,0.18582604395540622,0.09347882866859436,-0.543587863445282,-0.8341306447982788,-4.167574405670166,4.60812520980835,-5.124945640563965,0.563412070274353,0.985970675945282,0.8815702199935913 +338,-0.12252622730620147,0.41966764296898124,0.4110995070304467,-0.1116141825914383,-0.4074569642543793,-0.9063780307769775,-4.003904819488525,-4.592709064483643,3.8083837032318115,-0.020557448267936707,0.5080276727676392,-0.619943380355835 +339,-0.06990021708234576,0.870113413953291,0.29138617137577216,-0.04503076151013374,-0.7644020915031433,-0.6431653499603271,-9.08695125579834,9.540225982666016,-6.128199577331543,-0.06692297011613846,0.4509255886077881,3.1800763607025146 +340,-0.3377599238742638,0.7760208678759657,0.42261599520205445,-0.23650401830673218,-0.7004450559616089,-0.6733814477920532,6.285982131958008,0.4190264940261841,5.502670764923096,-0.17517811059951782,0.5452479124069214,-0.19632375240325928 +341,-0.05292331370299907,0.8848500894602107,0.24964715374416455,-0.03350627049803734,-0.7738200426101685,-0.6325186491012573,-9.325754165649414,7.0305256843566895,-6.609890937805176,-0.28871357440948486,0.6136485934257507,2.3539695739746094 +342,-0.5744022479525435,0.920170396033379,0.6229870147539094,-0.329088419675827,-0.7957048416137695,-0.5084825754165649,5.297159194946289,1.506851077079773,3.939695358276367,-0.9148080348968506,0.4097185730934143,0.4709307551383972 +343,-0.15458823660847373,0.927483948499375,0.30655810394549543,-0.09236070513725281,-0.8001132011413574,-0.5926957726478577,-10.127002716064453,5.574438095092773,-7.769442558288574,-0.6288001537322998,0.2376437783241272,1.9876543283462524 +344,-0.2491769918293052,0.6528106120432815,0.18623395406493265,-0.19589915871620178,-0.6074215173721313,-0.7698458433151245,-3.3248465061187744,0.28490114212036133,6.404496192932129,1.161948323249817,1.0156704187393188,0.3000430464744568 +345,-0.3599443926469848,0.8190923622677901,0.32033270899794847,-0.24052710831165314,-0.730526328086853,-0.6391229033470154,5.728397846221924,-0.08841485530138016,-3.0912842750549316,-0.5289125442504883,-0.5638309717178345,0.5582208633422852 +346,-0.09673879749646187,0.7087840651700347,-0.1419569924736455,-0.07332514971494675,-0.6509111523628235,-0.7556045055389404,-5.310354232788086,-1.3453749418258667,5.111767292022705,2.9853429794311523,1.6607224941253662,-0.25466465950012207 +347,-0.18811749244052586,0.22392099065796847,0.43447142052308674,-0.1823410987854004,-0.22205442190170288,-0.9578327536582947,7.688448429107666,-4.910161018371582,-3.329892635345459,-1.6426711082458496,-0.7544317841529846,-3.465461254119873 +348,-1.5543574190245988,1.359019297857109,1.1230432065400433,-0.21016919612884521,-0.9776589274406433,-0.003455263329669833,-3.4279942512512207,-2.530773162841797,-1.8289693593978882,1.5694373846054077,0.8006264567375183,2.6205968856811523 +349,-0.4154198627093149,0.32413751878643704,0.37328624547846523,-0.38255831599235535,-0.3184913396835327,-0.8673018217086792,-0.9458099603652954,6.141779899597168,4.719254970550537,-2.9736428260803223,0.4491218328475952,-2.8544845581054688 +350,-0.8008999244859828,1.093829103150409,0.4342563913143037,-0.3296164870262146,-0.8883913159370422,-0.3195524215698242,1.6940333843231201,-1.9558454751968384,-5.245404243469238,0.461940735578537,0.792108416557312,2.126925468444824 +351,-0.45979708126045543,0.48029838685400145,0.18247796128241378,-0.39355728030204773,-0.462043821811676,-0.7947503924369812,0.4725396931171417,1.9111706018447876,8.687763214111328,-0.6363041400909424,1.6235733032226562,-2.766559362411499 +352,-1.1459169925207862,1.102568870038271,0.9192751243328715,-0.4111790657043457,-0.8923696279525757,-0.18603293597698212,4.974643707275391,-2.486562967300415,-2.041231632232666,0.2661442756652832,0.24365746974945068,2.212522268295288 +353,-0.4828593311987831,0.7627887195158485,0.2533274986451178,-0.3356578052043915,-0.6909401416778564,-0.6402621269226074,-12.335078239440918,4.814517021179199,6.059321880340576,1.3667247295379639,1.195044755935669,0.3337435722351074 +354,-0.3630619650432278,0.3966831311593559,0.3393047128388357,-0.3275609016418457,-0.38636118173599243,-0.862223207950592,11.583754539489746,-5.355627536773682,-2.545393228530884,-0.2132105827331543,0.05906015634536743,-0.8909200429916382 +355,-1.0322605342177023,1.2110814176344513,0.5817143542625648,-0.3021845817565918,-0.9359971880912781,-0.18053747713565826,-6.133232593536377,-2.1386172771453857,-0.16810062527656555,1.3746027946472168,1.1406786441802979,1.468531847000122 +356,-0.6238170894793753,0.4521793986817921,0.3074611150489027,-0.5254300236701965,-0.436926931142807,-0.7300809621810913,7.444607734680176,-2.714120864868164,-1.6158283948898315,-2.6357486248016357,0.268103688955307,-3.2825379371643066 +357,-0.979748416347418,1.1395449863476492,0.5446620312686153,-0.34709587693214417,-0.9084433913230896,-0.23292717337608337,-2.021754264831543,-1.1200507879257202,-3.7386298179626465,0.8327831625938416,0.9709433913230896,2.0715653896331787 +358,-0.44039916993541406,0.2761056635576212,0.20377470717879195,-0.41015416383743286,-0.2726109027862549,-0.8703199625015259,-1.7316395044326782,3.148123025894165,6.1262526512146,-1.1240408420562744,1.5534794330596924,-3.6786913871765137 +359,-0.8040512154439577,0.9808085387067852,0.6312532079573022,-0.4006686210632324,-0.8309474587440491,-0.38599327206611633,2.9462413787841797,-1.7694275379180908,-3.1639046669006348,-0.3054470419883728,0.2792202830314636,2.5700907707214355 +360,-0.30877181819202637,0.5875855254716672,0.01916603650577634,-0.2529210150241852,-0.5543531179428101,-0.7929209470748901,-4.467641353607178,-0.9551558494567871,4.294818878173828,1.7287358045578003,1.846192717552185,-1.3037739992141724 +361,-0.6395968259008122,0.6678274824066052,0.42593788704798907,-0.4686453342437744,-0.6192816495895386,-0.6299696564674377,2.0655782222747803,1.8414820432662964,-2.8957889080047607,-2.0125863552093506,-0.9040948152542114,-0.014119088649749756 +362,-0.08449207138737562,0.7999103327663545,0.009399132009625185,-0.05880160629749298,-0.7172936201095581,-0.6942854523658752,2.399322986602783,0.05142746865749359,-3.8182287216186523,0.9684848189353943,1.264168620109558,0.8872786164283752 +363,-0.622743100275438,0.45292590657341103,0.40690462594965654,-0.524455189704895,-0.4375982880592346,-0.7303797006607056,-1.4127845764160156,-4.029621601104736,1.6832257509231567,-2.8805131912231445,0.3666144013404846,-1.1217321157455444 +364,-0.5211896646832963,0.7998878725184586,0.26830932056515033,-0.3469387888908386,-0.7172779440879822,-0.6042728424072266,2.7320969104766846,-0.596584141254425,-4.461714267730713,-0.08305385708808899,0.23990678787231445,0.8045445084571838 +365,-0.6435950808059456,0.6990286594965268,0.20589756493889935,-0.45933809876441956,-0.6434744596481323,-0.6123309135437012,0.9130672812461853,1.4685465097427368,8.398763656616211,1.1418942213058472,1.6981009244918823,-1.4057660102844238 +366,-0.7559554227938027,0.7218568752693795,0.6977907503307159,-0.5148860216140747,-0.6607795357704163,-0.546134352684021,1.6916155815124512,0.6764174103736877,-1.8556479215621948,-1.4959475994110107,-1.2622398138046265,1.158912181854248 +367,-0.32598352590104507,0.7798261627767458,-0.044503061811360226,-0.22770258784294128,-0.7031558156013489,-0.6735900044441223,-1.4766429662704468,-7.0021867752075195,-1.967340350151062,2.4669604301452637,2.267639398574829,-0.6454407572746277 +368,-0.7866024270553853,0.48709414871111023,0.6198364932142637,-0.6256200075149536,-0.4680599868297577,-0.624114990234375,-1.1564116477966309,0.19149281084537506,2.1131207942962646,-3.270467758178711,-0.0315738320350647,-0.398651123046875 +369,-0.7744752392215876,0.7948193588333724,0.45549426555361855,-0.48982805013656616,-0.7137370705604553,-0.5006473660469055,6.419875144958496,-6.139920234680176,-6.726810932159424,-0.5794010162353516,0.3763195276260376,-0.6195002794265747 +370,-1.576612199950545,1.246428621625552,0.7710057308686463,-0.3187040090560913,-0.9478524327278137,0.0018535628914833069,-1.0006895065307617,3.509885787963867,9.425153732299805,2.872750759124756,0.8073800802230835,0.0611804723739624 +371,-0.8047254534983408,0.4492491436191462,0.2936620446077891,-0.6491337418556213,-0.4342893064022064,-0.6245144605636597,9.335591316223145,-1.1777217388153076,-4.558453559875488,-2.016927719116211,0.3567441403865814,-4.014187812805176 +372,-1.68616866223038,1.1805534598337217,1.001090262012416,-0.3778841197490692,-0.9248166680335999,0.04379184916615486,1.6286065578460693,-5.665964603424072,-3.4414329528808594,1.069946527481079,1.0722928047180176,1.2171945571899414 +373,-0.9029494864255535,0.5579935951550656,0.4089955379249724,-0.6660637855529785,-0.5294851660728455,-0.5253614783287048,4.85915994644165,-0.015832899138331413,3.3790700435638428,-2.5291876792907715,1.0151877403259277,-3.7308030128479004 +374,-1.4438102497662695,0.9606419170667957,1.1628947601997939,-0.5683801770210266,-0.8195595741271973,-0.07256684452295303,0.5163459777832031,-0.7339351177215576,-2.197659492492676,0.04976451396942139,0.33225494623184204,2.532085418701172 +375,-0.7782580353794678,0.6868347841699916,0.283118787730405,-0.54285728931427,-0.6340928673744202,-0.5506652593612671,-4.0214056968688965,-3.038547992706299,3.58273983001709,0.9670974612236023,1.4937729835510254,-3.308694362640381 +376,-1.6255572356760062,0.758675145954908,1.3384436760440759,-0.7246602773666382,-0.6879605650901794,0.03972277045249939,4.07346248626709,-1.5306416749954224,-0.7395781874656677,-1.2672525644302368,-0.42333704233169556,2.238582134246826 +377,-0.9442961963318257,1.0410692382297402,0.49111289213071363,-0.40933382511138916,-0.862945020198822,-0.2962626814842224,-2.7481987476348877,-5.153347492218018,-3.3368113040924072,1.5018631219863892,1.4124598503112793,-0.7105121612548828 +378,-1.3165753519767944,0.6686642239609517,0.8425456597061063,-0.7594313025474548,-0.6199384331703186,-0.19733288884162903,-0.8732725977897644,-0.2560494840145111,1.6311719417572021,-2.874830722808838,-0.6351121068000793,-0.6257414817810059 +379,-0.9617116845644217,0.8375962905362202,0.7394978818546843,-0.5489007234573364,-0.7430365681648254,-0.38288968801498413,0.6240625977516174,0.5740146040916443,-3.8609213829040527,0.0666009783744812,0.20546948909759521,0.2789163291454315 +380,-2.075326615964058,1.0425311021960812,1.4897778780520228,-0.44123345613479614,-0.863682746887207,0.24364887177944183,4.837052345275879,-4.36850118637085,3.3686952590942383,1.6873730421066284,0.9975330233573914,0.728610634803772 +381,-1.8774995794324512,0.7461137296000669,1.316934415612382,-0.7000641226768494,-0.6787900924682617,0.22170771658420563,-5.258217811584473,4.863711833953857,-1.7799060344696045,-1.8993622064590454,-0.6482210159301758,1.7247034311294556 +382,-0.6427967428779525,0.7743955349705544,0.011985319558300383,-0.4285033643245697,-0.6992840766906738,-0.572176992893219,-1.9741791486740112,-2.523559093475342,0.02006371319293976,2.288931369781494,1.8768049478530884,-3.197323799133301 +383,-1.5005093451458316,0.8176148300271006,1.1920799708682104,-0.6822742819786072,-0.7295165657997131,-0.048034124076366425,2.0750794410705566,-3.7569844722747803,-0.19118575751781464,-0.8066630363464355,-0.5721039175987244,2.3684840202331543 +384,-0.7425283693386967,0.8968573457780455,0.3940982216561421,-0.4219657778739929,-0.7813695669174194,-0.4597896337509155,-3.241049289703369,-3.5165839195251465,-3.692704439163208,0.7397911548614502,0.9748204946517944,-0.12326392531394958 +385,-1.3102652520676001,0.7532234542101672,0.8798612273912498,-0.7048701643943787,-0.6839937567710876,-0.1879115253686905,7.191451549530029,0.010612240992486477,5.037684917449951,-1.5537511110305786,0.4395327568054199,-0.3505558967590332 +386,-1.4397312558259383,0.975133958096021,0.9873076711134008,-0.5562452077865601,-0.8277770280838013,-0.07332465797662735,2.3809897899627686,-4.169456481933594,-4.049953937530518,0.47171157598495483,0.17830199003219604,-0.49509572982788086 +387,-1.9340400109173366,1.0861179673951238,1.240513870422017,-0.43552178144454956,-0.8848248720169067,0.1655464619398117,-8.461716651916504,5.319044589996338,8.552231788635254,2.509542226791382,1.2594435214996338,0.7272605895996094 +388,-0.9531689989397976,0.5491836657772334,0.4428250217331211,-0.6953723430633545,-0.5219911336898804,-0.49394598603248596,7.748348236083984,-3.2687528133392334,-5.413909435272217,-0.9523479342460632,0.5501741170883179,-2.3657798767089844 +389,-1.8974675276068789,1.0562048415510235,1.2606024174264288,-0.4661504030227661,-0.8704938292503357,0.15793630480766296,2.1162867546081543,-4.579199314117432,-2.9842445850372314,1.0420172214508057,1.0220139026641846,1.2941358089447021 +390,-0.8982681768366024,0.5926030014198992,0.3765405589990505,-0.648867666721344,-0.5585220456123352,-0.516743540763855,-10.863425254821777,6.806326389312744,6.196659088134766,-0.6547517776489258,1.587773084640503,-1.2025405168533325 +391,-1.6264838217464024,0.980013073454873,1.0841768802254177,-0.5561481714248657,-0.8305046558380127,0.031002551317214966,6.8590617179870605,-0.799257218837738,-1.327388048171997,0.9894673228263855,0.7292168736457825,0.8606600761413574 +392,-1.7325218623313852,0.8988557068037067,1.0515221607187153,-0.6143829226493835,-0.782615065574646,0.10023684054613113,-3.8574843406677246,1.5714757442474365,7.198159217834473,1.5847656726837158,0.632560133934021,0.3453044891357422 +393,-1.2692901094013995,0.732378528673389,0.6630503310392133,-0.7100431323051453,-0.66864013671875,-0.22081443667411804,4.126553535461426,-0.9872214198112488,-5.02409553527832,-0.10331130027770996,0.08680731058120728,-1.4470322132110596 +394,-1.9165634219580894,0.9745195564644994,1.3486986197492867,-0.5283297300338745,-0.8274321556091309,0.19032494723796844,-1.74672532081604,-1.3672823905944824,0.9496746063232422,1.7600650787353516,0.6457763314247131,1.6865977048873901 +395,-1.0942430786442814,0.5613873521038537,0.5987579486751514,-0.7521994709968567,-0.5323611497879028,-0.38831374049186707,2.2971913814544678,-1.6946601867675781,-5.399454116821289,-2.9154183864593506,0.09296911954879761,-3.0337748527526855 +396,-1.7910014623346544,1.1150262925177157,1.2475450892871067,-0.4295254647731781,-0.8979223370552063,0.09614275395870209,4.47572660446167,-3.074528455734253,-2.176410675048828,1.244268536567688,0.9326055645942688,0.6387815475463867 +397,-0.7194479007110495,0.3612415871223357,0.44881481688753394,-0.6164387464523315,-0.3534359633922577,-0.7036236524581909,-19.455585479736328,9.803205490112305,5.897503852844238,-0.7668924927711487,2.6222500801086426,-0.2775164246559143 +398,-1.4010035663264093,0.9521559959358781,0.8586935457989466,-0.5715885162353516,-0.8146677017211914,-0.09799512475728989,8.236971855163574,-2.87211012840271,-3.555304527282715,0.5439853668212891,0.7560587525367737,0.5601990818977356 +399,-1.5106754815365169,0.8982401437414266,0.8837449368135502,-0.6218619346618652,-0.7822317481040955,-0.037431977689266205,-10.038536071777344,6.764036178588867,7.281790733337402,1.2776236534118652,0.5352683067321777,0.6127799153327942 +400,-1.1832428555510595,0.7611690821070823,0.7602934373294711,-0.6703334450721741,-0.689768373966217,-0.27362868189811707,8.626147270202637,-1.4587223529815674,-3.9056363105773926,-0.32026708126068115,0.34220367670059204,-0.48035380244255066 +401,-1.563245490274356,1.0829169311003044,1.1357177665407343,-0.46874022483825684,-0.883328914642334,-0.0035394481383264065,-1.8076785802841187,-1.250113606452942,-0.11203081905841827,1.3626763820648193,0.7320685982704163,0.9262079000473022 +402,-0.5188830240147146,0.18817066532442492,0.41826605948001955,-0.4871567189693451,-0.18706215918064117,-0.8530451655387878,-11.327250480651855,6.153666973114014,2.181858539581299,-1.032755970954895,1.5190781354904175,-1.8117496967315674 +403,-0.23038972649053188,0.5746206571095567,0.4036409852195831,-0.19168250262737274,-0.5435163974761963,-0.8172194957733154,5.417996406555176,4.83092737197876,-0.4798482358455658,-0.20611411333084106,0.26627951860427856,0.5939376950263977 +404,-0.13575160495743735,0.6978234617931227,0.3689485672384556,-0.1036994606256485,-0.6425514817237854,-0.7591930031776428,-7.975234031677246,3.6780030727386475,1.3011322021484375,0.4667823314666748,0.4877662658691406,1.5173107385635376 +405,-0.17450003458055846,0.18232921667504132,0.47108739515804915,-0.17073793709278107,-0.1813206672668457,-0.9684892296791077,2.782076358795166,2.3845789432525635,-0.19443924725055695,-1.7717669010162354,-0.3505091667175293,-1.625108242034912 +406,0.223479857803145,0.48385103906343013,-0.05742039957939128,0.19618403911590576,-0.4651916027069092,-0.8631967306137085,3.1742055416107178,-3.3220443725585938,-0.1783958524465561,3.4845104217529297,1.5533263683319092,0.650016188621521 +407,-0.04071819618316628,0.31709015086467424,0.4449192954808253,-0.03867757320404053,-0.31180310249328613,-0.9493591785430908,-3.72625470161438,-1.998745083808899,-3.8887550830841064,-1.685580849647522,-0.22226977348327637,-1.9382140636444092 +408,0.26651405445816084,0.747835354093285,0.12983673683223665,0.1930931806564331,-0.6800532937049866,-0.7072782516479492,9.43078327178955,-1.9457168579101562,-1.3357112407684326,0.5464545488357544,1.0531916618347168,0.8662290573120117 +409,0.14318063992243588,0.2794540051612332,0.4769086387889588,0.13715635240077972,-0.27583086490631104,-0.9513702988624573,-16.275985717773438,7.791689872741699,-1.434279441833496,-1.0093334913253784,1.762708306312561,-0.4404754042625427 +410,0.09933230512590083,0.632082236579863,0.42284060933015877,0.08000948280096054,-0.5908259749412537,-0.8028219938278198,10.43601131439209,-1.9929754734039307,1.0800658464431763,-0.46172335743904114,0.8906916975975037,0.2569998502731323 +411,-0.2791975093543764,1.1643484232112755,0.47543668005598655,-0.10895202308893204,-0.9185309410095215,-0.3800399899482727,-7.594848155975342,2.1149179935455322,1.18704092502594,-0.043696895241737366,0.3683295249938965,1.845188856124878 +412,-0.19560679370041026,0.47788754853618326,0.37568588142985776,-0.17258714139461517,-0.45990440249443054,-0.8710348010063171,4.26474142074585,0.347911536693573,1.1244369745254517,0.17138169705867767,0.33430933952331543,-2.406156301498413 +413,-0.1091678744192769,1.0013807548227813,0.5231662384904406,-0.058739934116601944,-0.8422161936759949,-0.5359305739402771,4.900851249694824,-0.2340780347585678,-2.5191192626953125,-0.0055606067180633545,0.19675415754318237,0.7197074294090271 +414,-0.24978611160456024,0.9447499919936174,0.6585417328780658,-0.14484380185604095,-0.8103504776954651,-0.5677608847618103,-10.41028881072998,-0.4125267565250397,3.2875149250030518,-0.22330498695373535,0.2155628800392151,0.2019924521446228 +415,-0.11962758408393032,0.9147704204040402,0.5466952859246668,-0.07279562205076218,-0.7924225926399231,-0.605613112449646,8.047657012939453,0.048573147505521774,-0.7006007432937622,-0.06619668751955032,0.2196992039680481,0.19010108709335327 +416,-0.06792410513859194,1.043546167913155,0.5123486886771931,-0.034150343388319016,-0.8641939163208008,-0.5019986033439636,-5.125250339508057,-2.276555299758911,2.0604472160339355,0.575761079788208,0.31588464975357056,0.5420072078704834 +417,-0.11872332025823903,0.7948908319774989,0.5120858563766638,-0.08295419067144394,-0.7137871384620667,-0.6954326033592224,3.1359751224517822,0.8701951503753662,-0.4551178216934204,-0.23902152478694916,0.08620846271514893,-0.5425434708595276 +418,-0.016442205529395546,0.8831939634971118,0.43212518790723514,-0.010435170494019985,-0.7727699875831604,-0.6346004009246826,-1.8392558097839355,0.4912906289100647,0.17853288352489471,0.16647154092788696,0.1494637131690979,0.3105647563934326 +419,-0.06810970209172704,0.8144525903772398,0.4706664736351504,-0.04670528694987297,-0.7273500561714172,-0.6846754550933838,0.697558581829071,-0.6807077527046204,0.22756356000900269,0.07623104751110077,0.06640034914016724,0.005308389663696289 +420,-0.16369312502540564,0.6692016261067781,0.4975094879864638,-0.12781473994255066,-0.6203600168228149,-0.7738326191902161,-1.3303117752075195,-2.2561135292053223,-0.31889501214027405,-0.22881367802619934,-0.0007642507553100586,-0.5110031962394714 +421,-0.29833300845713095,1.0109646052992092,0.364496414171736,-0.1560882180929184,-0.8473444581031799,-0.5075863003730774,7.931173801422119,-4.2236151695251465,-4.28640604019165,-0.1148773580789566,0.6404352784156799,-0.12316626310348511 +422,-1.1397232533078345,0.8684768150550365,0.8628345435146351,-0.5868933796882629,-0.7633458375930786,-0.26992425322532654,-13.039337158203125,1.622573733329773,10.257004737854004,-1.0609489679336548,0.8808233737945557,0.06773009896278381 +423,-1.8833908788724403,1.1302219138168739,1.372440676987483,-0.4057924449443817,-0.9045068621635437,0.1311483383178711,6.1260786056518555,-5.183897972106934,-2.7400221824645996,0.9549410343170166,0.7600976824760437,0.3515481948852539 +424,-2.021246690818002,0.9114745718026874,1.356183642039142,-0.5514767169952393,-0.7904078960418701,0.26669999957084656,-1.786081075668335,4.710115432739258,11.805720329284668,1.8810360431671143,1.0901362895965576,-0.22162556648254395 +425,-1.5347440050482606,0.5557200731925044,0.9577334428469415,-0.8489688634872437,-0.5275551676750183,-0.03062056563794613,2.9709839820861816,2.9421989917755127,-3.3286542892456055,-2.0300135612487793,-0.6017783880233765,-1.1966133117675781 +426,-0.8799873994265479,0.8688911108617076,0.7210263502210322,-0.4976406395435333,-0.7636134028434753,-0.4113979935646057,-1.8286194801330566,2.4602179527282715,-2.777026653289795,1.0957393646240234,0.6698787212371826,0.4834499955177307 +427,-1.9004634669436655,0.5770864415668747,1.4624544860447306,-0.7929266095161438,-0.5455845594406128,0.2713022232055664,15.515878677368164,-6.526044845581055,0.29134654998779297,-1.415279507637024,1.0953892469406128,-0.5876016616821289 +428,-1.838536065167229,0.5670182351844634,1.3902441583077902,-0.8134531378746033,-0.5371193289756775,0.2231515645980835,-10.68968391418457,6.6634202003479,-3.1675870418548584,-0.4679645895957947,0.430048406124115,0.505715012550354 +429,-1.3912119612801728,0.5077132616206037,0.771599295352563,-0.8598052263259888,-0.48618024587631226,-0.156089186668396,11.03591537475586,-4.6703362464904785,5.070520877838135,0.7091399431228638,0.7155808210372925,-2.617760181427002 +430,-1.9089284625798744,0.1999292134928778,1.4977853391981673,-0.9245843291282654,-0.1985999494791031,0.3251177668571472,-6.590580463409424,2.350144147872925,-0.060246482491493225,-1.3499975204467773,-0.42549970746040344,1.691575288772583 +431,-1.5789598292594893,0.634861939187564,0.8943260553752876,-0.8051268458366394,-0.5930663347244263,0.006572801154106855,1.392136573791504,1.1013554334640503,-2.2304940223693848,0.6588866114616394,0.47043144702911377,-0.8631553649902344 +432,-1.8176184250702676,0.15702174450781212,1.1851974207566418,-0.9577639102935791,-0.15637728571891785,0.2413177788257599,-1.432627558708191,3.351581335067749,7.459994316101074,-0.4642178416252136,0.42690038681030273,0.835968017578125 +433,-1.0521902073003675,0.1716872132078358,0.38818664381236484,-0.8557419776916504,-0.17084500193595886,-0.48838260769844055,-3.749629497528076,2.861590623855591,-3.268465757369995,-0.08062881231307983,0.7840042114257812,-1.0509392023086548 +434,-1.629008480179874,0.49214266360680614,0.559956033646815,-0.8798296451568604,-0.472515344619751,0.05127470940351486,3.2744545936584473,-6.070129871368408,-0.7642122507095337,0.9310686588287354,0.375194787979126,-1.1180623769760132 +435,-2.083591523003415,0.3710366073233106,1.1098817178742653,-0.8120812177658081,-0.36258170008659363,0.45722952485084534,-13.364179611206055,2.5113918781280518,-0.5953700542449951,-0.8216164112091064,0.38466113805770874,2.0554659366607666 +436,-1.598065615737297,0.5449296886894447,0.6329750112955765,-0.8548458218574524,-0.5183579921722412,0.023316817358136177,17.599515914916992,-1.6646947860717773,1.6945888996124268,-0.3153507113456726,1.5238206386566162,-1.374101161956787 +437,-1.5173749224202235,0.5652463060415804,0.8528660872138558,-0.8432520031929016,-0.5356238484382629,-0.045090608298778534,-9.501290321350098,4.4472503662109375,-2.555046558380127,0.1538293957710266,0.8250983357429504,0.33563315868377686 +438,-1.3296785239976407,0.5109319164045244,0.6535198225545102,-0.847055196762085,-0.4889903664588928,-0.2082923799753189,11.845025062561035,0.411070853471756,0.5861481428146362,-0.8348294496536255,0.2579723298549652,-1.0521599054336548 +439,-1.2752576075147704,0.7475395198116415,0.8011437523112053,-0.7015692591667175,-0.6798363924026489,-0.21359610557556152,-5.031254768371582,1.1815365552902222,-3.7957658767700195,0.5455938577651978,0.47686392068862915,0.9572789669036865 +440,-0.9135074581828587,0.47809585080883255,0.251588716929455,-0.7028858065605164,-0.4600893557071686,-0.5424660444259644,-1.1848583221435547,-0.9633184671401978,3.3329262733459473,-1.5147045850753784,0.8441530466079712,-2.305983543395996 +441,-0.8529046596769329,0.8938633703124629,0.5270212318504011,-0.4718048870563507,-0.7794976234436035,-0.41204825043678284,6.143342018127441,-2.280360698699951,-3.9080770015716553,0.5784637928009033,0.5234856009483337,1.5279083251953125 +442,-1.0976544101979675,1.0039783044820847,0.43773509988807924,-0.4779614806175232,-0.8436138033866882,-0.24468035995960236,-0.6318995356559753,-7.05816125869751,3.2440147399902344,0.5349836349487305,0.6709911823272705,-0.8319035172462463 +443,-1.8255220783119792,0.8833560006645255,1.2491457822755854,-0.6140851974487305,-0.772872805595398,0.15989668667316437,-2.56487774848938,3.312063694000244,-3.5182363986968994,-0.5458421111106873,-0.020996153354644775,1.5792391300201416 +444,-0.6982540260219893,1.0088980493239084,0.3886680567530752,-0.34252312779426575,-0.8462452292442322,-0.40810176730155945,-5.538285255432129,-3.1565351486206055,2.3559088706970215,1.6691069602966309,0.9466022849082947,0.8488824367523193 +445,-0.7289296725611155,0.6513254888298871,0.22401677132882336,-0.5297141075134277,-0.6062410473823547,-0.5931903123855591,6.47038459777832,1.001473069190979,-2.974815845489502,-0.7031350135803223,0.41878682374954224,-1.6540783643722534 +446,-1.27234338505299,1.206579736353825,0.9033980004761571,-0.34047022461891174,-0.934403121471405,-0.10474292933940887,-4.471024513244629,5.298414707183838,1.3608146905899048,2.0665597915649414,0.748230516910553,2.6331396102905273 +447,-0.34890716982909536,0.17532060701299315,0.059171949366056555,-0.33663037419319153,-0.17442384362220764,-0.9253411889076233,-12.981919288635254,3.538609504699707,-0.42296966910362244,-0.7258696556091309,2.0366218090057373,-1.7163519859313965 +448,-0.47017144244649534,0.7586989072046759,0.22902799076000652,-0.32878491282463074,-0.6879777908325195,-0.6469830870628357,13.220772743225098,-4.809948444366455,-4.111029148101807,-0.8292808532714844,1.0377702713012695,0.43770885467529297 +449,-0.46236714689002534,0.943844300195766,0.09249645408360417,-0.26169881224632263,-0.8098194599151611,-0.5250774025917053,-20.637615203857422,9.877336502075195,2.47810435295105,0.43857869505882263,1.6349842548370361,1.715583324432373 +450,-0.28759266696700203,0.556061666364812,0.05597263163624555,-0.2409108430147171,-0.5278453230857849,-0.8144576549530029,15.930150985717773,-6.3093743324279785,-1.6876962184906006,-0.2714335322380066,1.9460582733154297,-0.7905685305595398 +451,-1.572792765311409,1.3796374256081307,1.266438893593997,-0.18999627232551575,-0.9817847013473511,0.00037931636325083673,-1.5454661846160889,-3.351980686187744,1.2067322731018066,1.2238249778747559,0.6000098586082458,1.835726022720337 +452,-1.809013040605369,0.9867470478356763,1.051538309762272,-0.5358350872993469,-0.8342366814613342,0.13011546432971954,4.995845317840576,-5.56333589553833,3.091724395751953,-0.4524615406990051,0.28197526931762695,-0.8310737609863281 +453,-2.211138989810543,0.8656734111925166,1.5283955628686001,-0.5197277069091797,-0.7615318894386292,0.38723695278167725,-6.777878284454346,6.832835674285889,-1.8904520273208618,-0.1778278350830078,0.08149343729019165,1.3561712503433228 +454,-1.3503649416681236,0.9509590681478982,0.893338102687804,-0.5668467283248901,-0.8139730095863342,-0.12701471149921417,3.2313849925994873,-4.595342636108398,4.701565742492676,1.8846720457077026,0.6903768181800842,-0.326690137386322 +455,-1.6757119496654787,0.5475743089545931,1.0013019557921994,-0.8490951061248779,-0.5206177234649658,0.0894116461277008,-3.836759567260742,2.4100215435028076,-2.6048598289489746,-2.773066520690918,-0.1322905421257019,-0.16051769256591797 +456,-1.9675305809120083,0.9974466764392806,1.4099623307191245,-0.5003160834312439,-0.8400886654853821,0.20960693061351776,5.409683704376221,-1.054836392402649,-4.63786506652832,1.3110154867172241,1.1432654857635498,0.3279602825641632 +457,-1.6692915827411212,0.5968850290950187,0.9138856649718174,-0.8230817317962646,-0.5620688199996948,0.08133283257484436,-10.400402069091797,6.682851791381836,14.305315971374512,-0.2770616412162781,0.7433280348777771,0.299587607383728 +458,-1.0485535167995863,0.6023188458281464,0.4287982179343497,-0.7141837477684021,-0.5665547847747803,-0.41104400157928467,8.960185050964355,-0.8233087658882141,-3.835127353668213,0.3739585876464844,0.8085744976997375,-0.7168856859207153 +459,-1.9405425187294554,0.9764011542713611,1.3866594332615736,-0.5221616625785828,-0.8284873366355896,0.20237481594085693,-3.3429763317108154,3.0068135261535645,4.934709548950195,2.78291916847229,0.24575430154800415,2.210207462310791 +460,-0.6773297088643383,-0.12667468952412278,0.19306585968295953,-0.6216928958892822,0.12633618712425232,-0.7730052471160889,-1.693758249282837,8.67037296295166,-1.5241888761520386,-2.0002706050872803,0.9895542860031128,-4.867344856262207 +461,-1.12651685539988,0.8169555216028148,0.8073854400279392,-0.6179986596107483,-0.7290654182434082,-0.29417914152145386,14.310856819152832,-5.605616092681885,-5.726150989532471,-0.011991024017333984,1.4457402229309082,0.7533619403839111 +462,-0.8465969202007705,0.4987543044160596,0.4864526867295427,-0.6577826142311096,-0.47833195328712463,-0.5818252563476562,-16.672391891479492,2.8305845260620117,6.100746154785156,0.47740840911865234,1.2869867086410522,0.6738204956054688 +463,-0.592776565128722,-0.07321938967330859,0.10586863565980956,-0.5571691393852234,0.07315398752689362,-0.8271704912185669,9.081640243530273,-1.6456029415130615,-0.7961772084236145,0.0007726550102233887,0.7638974189758301,-1.582589030265808 +464,-1.2359834760789794,0.9612875974889095,0.7779741777961265,-0.5406769514083862,-0.8199293613433838,-0.18810762465000153,10.641761779785156,-8.163222312927246,-5.354675769805908,1.1301544904708862,1.3823682069778442,0.7449465990066528 +465,-1.7968672067089206,0.7653694037495962,1.0325410870769416,-0.7027771472930908,-0.6928034424781799,0.16164058446884155,-7.489665508270264,4.1931352615356445,8.707271575927734,-0.09611201286315918,0.5523157715797424,0.42516660690307617 +466,-0.7363521390651155,0.23491005940481055,0.3266960501915598,-0.6531445980072021,-0.23275551199913025,-0.7205740809440613,3.4602572917938232,3.326223850250244,-0.2738684415817261,-0.6785967350006104,0.43760475516319275,-1.327887773513794 +467,-1.5399533501933818,1.0915370850662613,1.1231331431102252,-0.4609026610851288,-0.8873367309570312,-0.014220119453966618,12.968716621398926,-4.195006370544434,-3.690629482269287,1.4894976615905762,1.7467880249023438,0.754179835319519 +468,-1.9732089934902397,0.4494716779787257,1.241158154823877,-0.8287295699119568,-0.43448975682258606,0.3527405261993408,-3.5240728855133057,2.0203404426574707,6.917540550231934,-3.2134151458740234,0.17528870701789856,0.2923552691936493 +469,-1.5089146626032688,0.8218288573324787,1.0898271841186498,-0.6795796751976013,-0.7323923110961914,-0.04210728034377098,3.724994421005249,0.2665517330169678,-3.8247475624084473,0.5931996703147888,0.4403543472290039,-0.1381906270980835 +470,-1.8233804164052185,0.6502231210976149,1.4021210517862768,-0.7706931829452515,-0.6053640246391296,0.1989130675792694,-5.056301593780518,-0.3666287958621979,7.384880542755127,0.12367475032806396,0.23033350706100464,0.5720219612121582 +471,-1.0976365366614032,0.5391096053608363,0.6713096661303708,-0.7638818621635437,-0.5133720636367798,-0.3910673260688782,-4.1128249168396,8.9639310836792,-3.1725902557373047,0.3302270770072937,-0.042078375816345215,-0.4358827471733093 +472,-0.3864902814241208,0.8039299369806122,0.4586040599366945,-0.2615518867969513,-0.720088541507721,-0.6426998972892761,2.8247861862182617,3.2704222202301025,-2.576120615005493,0.5273447632789612,0.3540760278701782,1.0014644861221313 +473,-0.5238029933683913,0.14827764306031613,0.2537355097440638,-0.4946884214878082,-0.1477348953485489,-0.8564215302467346,-10.493429183959961,-5.042998790740967,-0.2664601802825928,-1.8065353631973267,1.4880211353302002,-1.7979059219360352 +474,-0.2762112957751873,0.6886701739315053,0.3383921589744263,-0.21055911481380463,-0.6355109810829163,-0.7428261637687683,12.40735912322998,-0.7281966805458069,-1.6898128986358643,-0.3282592296600342,0.7920509576797485,0.4822518229484558 +475,-0.1277012662937229,1.0855728113149377,0.2046178189311602,-0.059398893266916275,-0.8845707178115845,-0.4626082479953766,-13.067302703857422,2.405066728591919,2.137423038482666,0.372875452041626,0.6682469248771667,1.0771101713180542 +476,-0.10031854112374887,0.26489982366828974,0.34274254136566545,-0.09665699303150177,-0.26181259751319885,-0.9602664113044739,7.687976837158203,-0.4202548861503601,-1.4913691282272339,-0.5766828656196594,0.44417038559913635,-1.280456304550171 +477,0.04339811572915191,0.8915460548652671,0.24642500437792392,0.02725456841289997,-0.7780439257621765,-0.6276183724403381,-0.2549460530281067,0.5280885100364685,0.02809273824095726,0.14101935923099518,0.2710859179496765,1.0682005882263184 +478,-0.03679814643591061,0.45108479379189775,0.39524999355941554,-0.03310992941260338,-0.4359420835971832,-0.8993654847145081,-3.71943736076355,-1.5036572217941284,1.3514047861099243,-0.15681621432304382,0.030699163675308228,-1.2861967086791992 +479,-0.0844596715872996,0.722054968846782,0.3427743445676579,-0.06330735236406326,-0.6609281897544861,-0.747774064540863,2.9788763523101807,0.40145352482795715,-1.097672700881958,0.15345628559589386,0.10715621709823608,0.42961305379867554 +480,-0.34500678326955053,1.0121447795337717,0.5114333388342771,-0.17926223576068878,-0.8479706048965454,-0.49880945682525635,0.016979191452264786,-4.408289432525635,3.8564774990081787,0.6277485489845276,0.2117096185684204,0.8604427576065063 +481,-0.5925374760537133,0.6996096245653125,0.663028554815873,-0.427280068397522,-0.643919050693512,-0.6346652507781982,4.16782283782959,8.530757904052734,-1.5403928756713867,-0.952511191368103,0.21322453022003174,-0.7932369709014893 +482,-0.26039612095801673,1.2297817462803278,0.5670621026192098,-0.08610691130161285,-0.9424158334732056,-0.32316866517066956,5.0493388175964355,-0.4605971574783325,2.2754976749420166,1.4185196161270142,0.5012384653091431,1.3370389938354492 +483,-0.8643878598022298,0.717181011889813,0.7078272487070282,-0.5733088850975037,-0.6572627425193787,-0.4892061650753021,-2.1728925704956055,-3.765997886657715,-2.710455894470215,-2.448404312133789,0.8971156477928162,-1.4597532749176025 +484,-1.2899761815429052,1.158031589886292,1.205916636605802,-0.3854297399520874,-0.9160152673721313,-0.1111743152141571,2.5750701427459717,-3.8909292221069336,-0.8215428590774536,0.7987751364707947,0.5554349422454834,0.8159167766571045 +485,-1.0545440463696756,0.8291071959087678,0.8492321274662478,-0.5874954462051392,-0.7373285293579102,-0.33346015214920044,-7.591440677642822,-0.797751247882843,1.570693016052246,-1.3222792148590088,-0.05827993154525757,-0.4489037096500397 +486,-0.270664119836174,0.8217402929596601,0.45653350225407496,-0.18206599354743958,-0.7323319911956787,-0.6561568975448608,-0.4267503023147583,5.7995123863220215,-1.3420312404632568,0.4153576195240021,0.2251756191253662,0.44456326961517334 +487,-0.41046056815583026,0.7251882004579558,0.529796337624372,-0.2986252009868622,-0.6632763147354126,-0.6862124800682068,-6.649539947509766,1.6638567447662354,0.832551896572113,-1.0662734508514404,-0.2100147008895874,0.20939064025878906 +488,-0.20275048487129652,0.8889100982094853,0.44139770165830305,-0.12691153585910797,-0.7763853073120117,-0.6173486709594727,6.184578895568848,0.02652524784207344,-0.1814691424369812,0.2913097143173218,0.3349027633666992,0.5848627090454102 +489,-0.6968586042258307,0.805258080418077,0.7188508262926374,-0.44472765922546387,-0.7210094928741455,-0.5313782095909119,-7.385106563568115,-3.2521517276763916,3.134211301803589,-0.5269215106964111,-0.09583926200866699,-0.3065887689590454 +490,-0.3124940738782242,0.8561937543904129,0.5558789618904096,-0.20146606862545013,-0.7553537487983704,-0.6235800981521606,0.4247013330459595,3.9163548946380615,-2.0401418209075928,0.21631287038326263,0.07649022340774536,0.6131278276443481 +491,-0.2867486399410349,0.5184894584490077,0.5875956535023498,-0.24566175043582916,-0.4955686926841736,-0.8331038355827332,-9.301141738891602,-0.7807226777076721,1.5643455982208252,-0.49548813700675964,0.5119109153747559,-0.49807292222976685 +492,-0.0776239561122835,0.6032940843129306,0.5613488472172705,-0.06385691463947296,-0.567358136177063,-0.8209915161132812,0.9215863347053528,0.8423606157302856,-0.7346448302268982,-0.09759632498025894,0.12111485004425049,0.25220489501953125 +493,-0.024551300516556622,0.7419237047864147,0.4898628588889711,-0.018096664920449257,-0.6757072806358337,-0.7369478940963745,3.1270434856414795,-1.7858617305755615,1.0282750129699707,0.2632138729095459,0.20183032751083374,0.6124972701072693 +494,-1.2108312614800087,0.9494569968432278,1.0889141547413197,-0.544815719127655,-0.8130995035171509,-0.20504845678806305,0.27919694781303406,-0.6210343837738037,2.499216079711914,-0.9918663501739502,-0.26444554328918457,0.49295127391815186 +495,-0.3474057774954375,0.9765494721901835,0.5540570931283675,-0.19061827659606934,-0.8285704255104065,-0.526436984539032,-2.9993629455566406,4.369779109954834,-6.162531852722168,0.31261229515075684,0.5704679489135742,0.7545100450515747 +496,-1.2158795957298199,0.9099785323023789,1.0574858018969504,-0.5755103826522827,-0.7894905805587769,-0.21329014003276825,14.815245628356934,-10.9996976852417,4.722400188446045,-0.4270378351211548,1.5298621654510498,-0.36712372303009033 +497,-1.7142375598964932,0.8483268110088523,1.5865222939219998,-0.6544482111930847,-0.7501750588417053,0.09452404081821442,-10.855256080627441,8.410737037658691,-2.8884050846099854,-0.10531735420227051,0.7175213098526001,0.8893626928329468 +498,-1.6306426175312143,0.4653401109238606,1.0576972384623073,-0.8920691609382629,-0.4487267732620239,0.05345086008310318,12.230862617492676,-13.604509353637695,4.749589920043945,-0.9628350734710693,1.5084342956542969,-0.8196556568145752 +499,-1.5884691000319686,0.20735413999256536,1.294286975969106,-0.9784262180328369,-0.20587143301963806,0.017293304204940796,-8.91001033782959,9.438876152038574,-1.8159774541854858,-0.7044961452484131,0.42634567618370056,0.8498331308364868 +500,-0.971448369917822,-0.07290259899229584,0.480977492697466,-0.8235104084014893,0.07283803820610046,-0.5626058578491211,-3.573634386062622,-6.969788074493408,2.466559410095215,0.43901944160461426,0.8702771663665771,-1.4692087173461914 +501,-1.6259049293903491,-0.16782409056903808,1.5138697813436632,-0.9844537973403931,0.16703741252422333,0.05430686101317406,3.1886682510375977,-0.25046515464782715,3.9764938354492188,0.35978949069976807,-0.27841129899024963,2.719740867614746 +502,-1.2146200885207254,0.012040169861096088,0.8432798933730377,-0.937169075012207,-0.012039879336953163,-0.3486677408218384,-8.221242904663086,5.9823126792907715,-5.554527759552002,0.49269580841064453,0.21893379092216492,-0.01821458339691162 +503,-1.551815867682009,0.07375215608853676,0.9068212709560872,-0.9971020221710205,-0.07368531078100204,-0.01892772689461708,13.043122291564941,-5.303506851196289,2.1472928524017334,0.37751877307891846,0.9693762063980103,-0.3343285322189331 +504,-1.6786383897076906,0.0029673590338702904,1.2211711987720544,-0.9941864609718323,-0.0029673546086996794,0.10763269662857056,-9.035075187683105,3.6595354080200195,-3.301827907562256,-1.276214599609375,0.12183332443237305,1.1956052780151367 +505,-0.8597183879545645,-0.003109744746161819,0.17448501696880375,-0.757655143737793,0.003109739627689123,-0.6526477336883545,2.853477954864502,-10.759795188903809,3.5626070499420166,2.0676374435424805,0.30650633573532104,-3.423997163772583 +506,-1.6226851632150026,0.18738363719669196,1.4062853423420152,-0.9811726808547974,-0.1862889677286148,0.05095764994621277,-0.06586515158414841,-1.2097570896148682,0.7829835414886475,0.19629108905792236,0.0407964289188385,2.6324071884155273 +507,-1.1085194465030794,0.29802898510772885,0.5723051964903022,-0.8555834889411926,-0.29363664984703064,-0.42632678151130676,-11.358631134033203,9.714628219604492,-3.6252188682556152,0.4251635670661926,1.237484335899353,-0.20323562622070312 +508,-1.3092172179850006,0.49314255436062476,0.8554209792052909,-0.8508853912353516,-0.47339633107185364,-0.22779317200183868,12.441831588745117,-5.374813079833984,0.15917590260505676,0.6290837526321411,0.5351182222366333,0.5696511268615723 +509,-1.4039465925619574,0.5132165059252433,0.8338800405229841,-0.8590717911720276,-0.49098190665245056,-0.14468097686767578,-8.7709321975708,7.761203289031982,-4.206171035766602,-1.2193431854248047,1.090743899345398,0.15342426300048828 +510,-0.7728566983895849,0.6851793055914969,0.44006069567372563,-0.540607213973999,-0.6328118443489075,-0.5543401837348938,7.238251209259033,-1.0890116691589355,-2.156402349472046,0.601611852645874,0.15975892543792725,0.2561071515083313 +511,-0.6828877183417075,0.33731699597916126,0.13382297338470728,-0.5954744815826416,-0.33095648884773254,-0.7320369482040405,-13.051499366760254,-2.072740077972412,1.7510594129562378,-0.4325254559516907,1.8424310684204102,-1.3288456201553345 +512,-1.5834936344933095,0.8899411381105484,1.0940043501939427,-0.6294069886207581,-0.7770346999168396,0.00799220334738493,7.52168607711792,-1.686393141746521,-1.4251954555511475,0.7883120179176331,0.4296989440917969,1.307666301727295 +513,-0.6797264463653054,0.7327213824467471,0.37275388988784447,-0.4672594666481018,-0.6688950657844543,-0.5781418681144714,-11.34437084197998,4.447117805480957,0.4807671010494232,0.4752092957496643,0.6849778294563293,0.31025856733322144 +514,-0.6453087590060698,0.6759871635450021,0.35107480987309747,-0.4691811501979828,-0.6256676912307739,-0.623224675655365,11.361148834228516,-0.5701465010643005,-4.263870716094971,-0.6290243864059448,0.6059533953666687,-0.3279624581336975 +515,-0.9397111897414724,1.262197041085167,0.7054660919355243,-0.24522364139556885,-0.9527599215507507,-0.179204061627388,-5.225218296051025,2.3098721504211426,-1.3654505014419556,0.45063745975494385,0.4860544800758362,1.584126591682434 +516,-0.21882381843561918,0.3391924324958147,0.15588689000382222,-0.2047131210565567,-0.3327256441116333,-0.9205358028411865,2.12477707862854,0.6905449628829956,3.025211811065674,-0.3204638659954071,0.5941392183303833,-4.074581146240234 +517,0.001292968343549154,0.9639512769888999,0.18342201866881808,0.0007373521802946925,-0.8214513063430786,-0.5702782869338989,6.975947856903076,0.734648585319519,-1.3661760091781616,-0.08521001040935516,0.1715794801712036,0.6965752840042114 +518,0.16483876402673994,0.7972895252667117,0.058844107616874475,0.11464352905750275,-0.7154650688171387,-0.6891781687736511,-12.666489601135254,-2.861966848373413,0.3517612814903259,0.14329105615615845,0.5647997856140137,0.7092587947845459 +519,0.10159155745389195,0.7922834360433698,0.26878231590071405,0.0712171196937561,-0.7119585871696472,-0.6986008286476135,8.442069053649902,2.5510611534118652,-0.9939795136451721,-0.8224225640296936,0.4843127131462097,-0.037635743618011475 +520,0.5428891513469971,1.2553457770502512,-0.24218448767427056,0.16027602553367615,-0.9506567120552063,-0.26563748717308044,-3.216789722442627,0.9104782342910767,1.5561895370483398,0.33691632747650146,0.24446475505828857,1.9784976243972778 +521,-0.05259106052176238,0.4879353789222262,0.2570949155946342,-0.046432409435510635,-0.46880319714546204,-0.8820813894271851,-0.3819079101085663,-0.6741947531700134,1.972353458404541,-0.07919320464134216,0.8605115413665771,-3.2613511085510254 +522,0.22018743337914257,1.0733719595028426,0.055389927189826174,0.1042184829711914,-0.8788144588470459,-0.4656430780887604,5.720720291137695,-2.822895050048828,-2.600686550140381,0.028670303523540497,0.16142255067825317,0.97127366065979 +523,0.19780192793620602,1.0331672872100233,0.12563576276496427,0.10063530504703522,-0.8589252829551697,-0.5021154284477234,-4.70445442199707,-0.9837262630462646,1.7270015478134155,0.2870447337627411,0.2572559714317322,0.31862854957580566 +524,-0.17625563964225882,0.774302779714381,0.3336142573958149,-0.1253552883863449,-0.6992177963256836,-0.7038328051567078,6.505731105804443,1.2088652849197388,-1.5691654682159424,-0.4989275336265564,0.4733266830444336,-1.05936598777771 +525,-1.0964499124546896,1.5297886557639566,0.9470862753558624,-0.03646746277809143,-0.9991592764854431,-0.018724072724580765,8.72085952758789,-5.47037410736084,0.31088778376579285,0.8044728636741638,0.7463822960853577,0.6995864510536194 +526,-2.6077364391228333,1.0406489009938955,1.9154951593798868,-0.2573089897632599,-0.8627325296401978,0.4352988600730896,-0.754795253276825,0.40821707248687744,4.919308185577393,-0.74432373046875,-0.2988886833190918,0.6447641253471375 +527,0.13483566946993833,0.5794906496531097,0.11938283448974227,0.11248107254505157,-0.5475978255271912,-0.8291469216346741,-8.915746688842773,7.537769794464111,-1.689125895500183,1.6386785507202148,0.9638270735740662,-1.2372897863388062 +528,-1.0336385706647593,1.0783706149742989,0.7302313434642282,-0.40618380904197693,-0.881188690662384,-0.24191197752952576,10.146234512329102,-11.113241195678711,7.167804718017578,1.2342934608459473,0.7651607394218445,0.27641209959983826 +529,-2.211322006551673,0.6881717130419226,1.5968129462394423,-0.6193030476570129,-0.6351260542869568,0.4616044759750366,-8.13372802734375,5.508327007293701,-1.6721410751342773,-0.6748254299163818,-0.11858177185058594,1.4614454507827759 +530,-0.23240934611300337,0.6664447483833295,0.1498019040898452,-0.18103931844234467,-0.6181954145431519,-0.7648916244506836,-3.6651015281677246,-4.53041934967041,0.5341616868972778,1.9997344017028809,1.0081032514572144,-1.4285287857055664 +531,-2.1922869340447937,0.5418167761953622,1.7010420384147285,-0.6965664029121399,-0.5156934261322021,0.49885421991348267,7.410226821899414,-1.7015269994735718,1.6648187637329102,0.37237823009490967,0.4084393382072449,2.6992506980895996 +532,-0.8295184132630088,0.8108154441459422,0.601183473175074,-0.5081425309181213,-0.7248491644859314,-0.465171754360199,-13.716691017150879,14.997992515563965,-6.18224573135376,0.6714268922805786,1.5095629692077637,0.25672146677970886 +533,-1.1427407976646993,0.6741703526669547,0.7886455726697511,-0.7107388973236084,-0.6242493987083435,-0.32428860664367676,17.630695343017578,-10.759454727172852,0.6877681612968445,-0.027847588062286377,1.5725678205490112,-0.13092687726020813 +534,-2.0225657485152633,0.4866833078508031,1.670608737302825,-0.7952136993408203,-0.467696875333786,0.3858689069747925,-6.928255081176758,6.138526916503906,-2.390874147415161,-1.7814922332763672,-0.06181362271308899,1.3459426164627075 +535,-0.4650957181066869,0.7244838595692998,0.4904151503371862,-0.3358616828918457,-0.6627490520477295,-0.6692985892295837,-4.82621431350708,-2.602170705795288,0.6113949418067932,2.013092517852783,0.828596830368042,-0.42143017053604126 +536,-1.8393703099302805,0.6602220587663998,1.4939129122122483,-0.7615399956703186,-0.6132922768592834,0.20959369838237762,7.011754989624023,0.06562484800815582,0.10042235255241394,-0.8760790228843689,-0.23039674758911133,0.9704294204711914 +537,-0.6520230466098881,0.8997707046584126,0.5215884121271408,-0.37729930877685547,-0.7831843495368958,-0.4942344129085541,-6.8507280349731445,-2.0575332641601562,-4.619900703430176,1.1540327072143555,0.9105340838432312,-0.3400246500968933 +538,-1.562143450519473,0.9626692866978145,1.0961065677209563,-0.5713101029396057,-0.8207195401191711,-0.004943598993122578,1.8536887168884277,-0.39900335669517517,2.4239554405212402,-0.26185035705566406,0.3557688593864441,0.8208920955657959 +539,-0.8314761281719216,0.725247841325909,0.11867827746603003,-0.5529647469520569,-0.6633209586143494,-0.5042174458503723,3.3765361309051514,2.3483877182006836,-4.306951999664307,0.40141451358795166,-0.31615597009658813,-1.648431420326233 +540,-2.5269486437816138,1.2243005780553158,1.8619451119122328,-0.1958387792110443,-0.9405685663223267,0.27744942903518677,7.447350025177002,-3.2535221576690674,-1.5841131210327148,1.2526929378509521,1.351426601409912,0.8382885456085205 +541,-0.7306820603508805,0.4460299344198903,0.17579097934974627,-0.602086067199707,-0.4313872754573822,-0.6718611121177673,-16.472307205200195,6.0517964363098145,1.8681695461273193,-1.9643049240112305,2.4099791049957275,-0.6589189171791077 +542,-0.7822345068937125,0.9380680123623166,0.30234598674653484,-0.4168206751346588,-0.8064171075820923,-0.41946640610694885,12.931745529174805,-2.93046236038208,-5.193619728088379,-0.2790258824825287,0.7760521173477173,0.31796497106552124 +543,-1.3826267797687144,1.0678398784471572,0.8350232738696328,-0.4735094904899597,-0.8761613368988037,-0.09016678482294083,-12.693220138549805,2.699575662612915,10.319306373596191,0.8753649592399597,0.8142411708831787,1.1842982769012451 +544,-0.563487692401184,0.3675480848801182,0.14870822465194256,-0.4984634816646576,-0.35932835936546326,-0.7889342308044434,10.020204544067383,-1.268237829208374,-2.984370708465576,-0.939005970954895,1.1196433305740356,-2.0726380348205566 +545,-2.4312283453455867,1.2907460102265031,1.8745918701962185,-0.180246040225029,-0.9610415101051331,0.20954886078834534,5.248534679412842,-2.7756028175354004,1.0245068073272705,2.1234681606292725,1.6197481155395508,1.2451783418655396 +546,-0.7120247681998907,0.35351696736462157,0.22243089720568265,-0.6129643321037292,-0.3461994230747223,-0.7102258801460266,-13.784045219421387,7.914702892303467,-0.2932621240615845,-2.63261079788208,2.164391040802002,-0.7260839343070984 +547,-0.918241170501844,1.052440947646853,0.4287606531387244,-0.39365407824516296,-0.8686351776123047,-0.3008477985858917,12.281375885009766,-2.747138261795044,-4.74705171585083,0.5637438297271729,0.9428997039794922,0.5502679347991943 +548,-1.2879521185594367,0.9765678269056233,0.7386319690977541,-0.5376235842704773,-0.8285806775093079,-0.1562529057264328,-10.355694770812988,4.87752103805542,8.637626647949219,0.7293808460235596,0.6120432019233704,0.9506102204322815 +549,-0.4429553515292342,0.3499049067912414,0.2111526404762022,-0.40263989567756653,-0.34280848503112793,-0.8487423062324524,7.841341018676758,0.8475909233093262,-1.141719937324524,-0.5137419700622559,0.9359939098358154,-1.4056828022003174 +550,-1.392372585801861,1.3706401011627893,0.9847520321412129,-0.19566580653190613,-0.9800355434417725,-0.03528667241334915,5.796144485473633,0.4328594505786896,-2.872910499572754,0.8775506019592285,0.8447054028511047,0.947228193283081 +551,-0.29494666028647065,0.30996631037880606,0.2876515063791736,-0.27683570981025696,-0.3050265610218048,-0.9112194180488586,-10.057125091552734,5.626375675201416,0.13328851759433746,-1.2910964488983154,1.975146770477295,-1.6653492450714111 +552,-0.04815412119899179,0.7055052485011719,0.19501736060666672,-0.03664479777216911,-0.6484185457229614,-0.7604016065597534,1.9575457572937012,2.4835259914398193,-1.7896568775177002,0.2063530534505844,0.022365689277648926,0.7209881544113159 +553,0.0925921899501525,0.6557236738146126,0.25585392636416276,0.07328438758850098,-0.609732985496521,-0.7892116904258728,0.08264821022748947,-1.281090259552002,0.2307756394147873,-0.22251534461975098,0.104575514793396,-0.0968051552772522 +554,0.09733300805014028,0.5823269084382144,0.24662854313152602,0.08116279542446136,-0.5499688386917114,-0.8312321901321411,1.4159550666809082,1.0677086114883423,0.703441321849823,-0.15059030055999756,0.12183773517608643,-0.3338068723678589 +555,0.3066455370189818,1.0226408837557852,0.06750983994294002,0.15730464458465576,-0.8534871935844421,-0.4968046247959137,5.472379207611084,0.4865875840187073,0.7972372174263,0.38136112689971924,0.13368439674377441,1.1230863332748413 +556,-0.03805455562197338,0.6328994961329466,0.32188545311315864,-0.0306765865534544,-0.5914851427078247,-0.8057321310043335,0.7985822558403015,3.981893539428711,0.9653086066246033,-0.6751949787139893,0.09888565540313721,-2.080833911895752 +557,0.521866652713503,1.1944382437581018,-0.007098215873178756,0.1832163780927658,-0.9300093650817871,-0.31861332058906555,6.3228936195373535,1.0157564878463745,0.9902316331863403,0.2990071177482605,0.5247206687927246,1.3726904392242432 +558,0.07118902201163496,0.808898446237127,0.30041625660997007,0.04909999296069145,-0.723527193069458,-0.6885474324226379,-10.296002388000488,-2.0106592178344727,0.25443580746650696,-0.31365686655044556,0.7380536198616028,-0.8533379435539246 +559,0.15267880668108522,0.9045487506449791,0.25441383816730084,0.09399548918008804,-0.786146342754364,-0.6108508706092834,3.323049306869507,-0.11821906268596649,-0.6787014603614807,0.04363878816366196,0.11367624998092651,0.6029773354530334 +560,0.0817340276336515,0.7630920470175128,0.31830031575972234,0.05900363251566887,-0.6911593675613403,-0.7202897667884827,-4.452856063842773,-1.4401168823242188,-0.07668300718069077,-0.264417439699173,0.07217133045196533,-0.27378982305526733 +561,0.1597352903653287,0.7789673117924492,0.32845585803230287,0.1131911352276802,-0.7025448679924011,-0.7025797963142395,4.327195167541504,1.398545742034912,-0.07899555563926697,-0.2441115528345108,0.1098020076751709,0.10603749752044678 +562,0.21515652906435784,0.9479395293839089,0.24680334184701103,0.1245470941066742,-0.8122152090072632,-0.5699073076248169,-3.3655970096588135,-2.171164035797119,0.6208544373512268,0.022929079830646515,0.09840911626815796,0.8528968691825867 +563,-0.07159689628304163,0.5521807716069184,0.3841269252219678,-0.06090429052710533,-0.5245451331138611,-0.8492014408111572,5.312723636627197,1.6825792789459229,0.06362107396125793,-0.38570520281791687,0.4675840735435486,-1.7862660884857178 +564,0.1898937366070702,1.1052711030686322,0.22098194053213918,0.08473042398691177,-0.8935859203338623,-0.44082292914390564,4.9380974769592285,-0.711262047290802,1.0341843366622925,0.6087204813957214,0.23536759614944458,1.7412532567977905 +565,-0.1021447865399269,0.5303605540819749,0.42686960913780386,-0.08795948326587677,-0.5058444142341614,-0.858128547668457,-1.224959373474121,2.6162521839141846,0.4946673810482025,-0.5951154828071594,0.24713164567947388,-2.8035993576049805 +566,0.03532714594462805,0.9006325131738935,0.3692701297386401,0.02193763479590416,-0.7837199568748474,-0.6207268238067627,0.4784640073776245,2.1908769607543945,-0.29788413643836975,0.11728355288505554,-0.04704481363296509,0.8246300220489502 +567,0.05968437305117274,0.7383592761685449,0.4003231743051973,0.04411480203270912,-0.6730753779411316,-0.7382570505142212,-0.25710228085517883,0.5985188484191895,0.3526110351085663,-0.12466594576835632,0.06023663282394409,-0.2797940969467163 +568,0.12552168671423902,0.8611014760544418,0.3989058892158199,0.08157560974359512,-0.7585607767105103,-0.6464757919311523,0.6458458304405212,-0.2982693612575531,-0.21358734369277954,0.05778290331363678,0.010437607765197754,0.26877498626708984 +569,0.06670306286331519,0.7249750365849881,0.44036085097358774,0.04989129304885864,-0.6631167531013489,-0.7468514442443848,-0.35928580164909363,-0.5711304545402527,0.18039853870868683,-0.11287958920001984,0.014099419116973877,-0.32648229598999023 +570,0.04605998522633666,0.8072098452923666,0.4207829071557054,0.03183998540043831,-0.7223605513572693,-0.6907832622528076,1.175811529159546,-1.387431263923645,-0.2402697205543518,-0.09864296019077301,0.1265811324119568,0.08830523490905762 +571,0.016756591808230317,1.0938141324506274,0.16821706689622665,0.007692596409469843,-0.8883844614028931,-0.45903587341308594,2.6872243881225586,-8.612499237060547,-0.034708697348833084,0.7143380641937256,0.7319513559341431,0.9935054779052734 +572,-1.212738398167221,0.8412048600313254,0.7208110650317587,-0.6242908835411072,-0.7454468011856079,-0.23360170423984528,3.782078504562378,-2.695570707321167,-0.3900439143180847,-3.801917552947998,0.2445007562637329,-1.561137080192566 +573,-1.7046125465076363,1.2089169380995832,1.2121217419802632,-0.3508674204349518,-0.9352331161499023,0.04723402485251427,3.0063934326171875,-0.5837982296943665,-1.9588500261306763,0.7637091875076294,0.48737239837646484,0.07796430587768555 +574,-0.9570962997781519,0.617915380781242,0.6517065438414547,-0.6663529276847839,-0.5793372988700867,-0.46940603852272034,-18.119525909423828,3.2072858810424805,13.20905876159668,0.6253068447113037,1.699256181716919,0.55364990234375 +575,-1.6224734153912665,0.9066297564806678,1.1335558687244236,-0.615580141544342,-0.7874307632446289,0.03183973953127861,12.4496431350708,-5.6828932762146,-5.593799114227295,0.4280802011489868,0.35983383655548096,0.019200917333364487 +576,-2.658126606215628,1.0568028473127624,1.9711567110821158,-0.22854767739772797,-0.870788037776947,0.4353087544441223,-7.050051212310791,0.917583703994751,3.476318836212158,1.9622055292129517,0.7898098230361938,0.7064909934997559 +577,-0.6526118898232416,0.35368238769121046,0.37112294965437154,-0.5696762204170227,-0.346354603767395,-0.7453237175941467,9.752472877502441,-5.8150105476379395,-5.465310096740723,-3.0659284591674805,1.31647789478302,-6.184821605682373 +578,-2.6022415737147466,0.995324808900594,2.038283548656417,-0.27950552105903625,-0.8389357924461365,0.4669727087020874,3.4406118392944336,-2.3691022396087646,-1.0318553447723389,2.0356853008270264,1.4197158813476562,1.7686383724212646 +579,-0.6195593140062695,0.5918334073634777,0.2713658164072293,-0.48191457986831665,-0.5578835606575012,-0.6756658554077148,-12.158955574035645,-1.4315086603164673,5.5099358558654785,0.8422508835792542,1.904700517654419,-2.0607995986938477 +580,-2.4643768784171014,0.9296498821924625,2.0179394205520955,-0.3747940957546234,-0.8014105558395386,0.4661230742931366,10.256653785705566,-4.1565260887146,-1.980027437210083,1.2578811645507812,1.579578161239624,1.270327091217041 +581,-1.2410488468575671,0.968361911481335,0.7074206296801452,-0.536121129989624,-0.8239585757255554,-0.1834835559129715,-17.54734230041504,6.471853733062744,5.557677745819092,0.6088445782661438,1.4508049488067627,0.3123745322227478 +582,-1.1589200746013275,0.8882747212443749,0.7575773924657154,-0.5780029296875,-0.7759847044944763,-0.2525085210800171,15.693562507629395,-3.8853299617767334,-4.977973461151123,-0.613189697265625,1.160170316696167,-0.3095947802066803 +583,-1.915804317871443,0.9732551014614801,1.4468924943139554,-0.5294582843780518,-0.8267214298248291,0.19027754664421082,-13.159520149230957,10.060519218444824,4.7845282554626465,0.6841519474983215,0.9468386769294739,1.7659907341003418 +584,-0.675854676467404,0.49807473248209205,0.3630260723499017,-0.5495607852935791,-0.47773507237434387,-0.6853846907615662,9.996700286865234,-3.5212700366973877,-3.7457005977630615,-0.21102887392044067,0.563840389251709,-1.899728775024414 +585,-2.5972151703105917,1.0889756774874082,1.9674559900667528,-0.23998486995697021,-0.8861527442932129,0.39640992879867554,3.317932367324829,-7.5991010665893555,1.4429632425308228,2.6093087196350098,0.6586288809776306,1.4255353212356567 +586,-0.6641482820019794,0.3173882432387538,0.2566057943412207,-0.5856024026870728,-0.3120863139629364,-0.7481123208999634,-5.315670490264893,4.9732584953308105,0.3557628095149994,-2.1677699089050293,1.8749220371246338,-4.574412822723389 +587,-2.431459865530105,1.0010946187622092,1.859362919808929,-0.3516409695148468,-0.8420618772506714,0.4089992046356201,12.587730407714844,-3.8532986640930176,-3.4768378734588623,1.2935354709625244,2.0005550384521484,0.9502232074737549 +588,-1.0003211064456354,0.5338491020260607,0.5750382751924221,-0.7245336174964905,-0.508850634098053,-0.46488919854164124,-19.439241409301758,11.983617782592773,6.133015155792236,-1.5988763570785522,1.9449772834777832,-0.37757909297943115 +589,-0.8231126035831136,0.8632062358170846,0.47079398626218644,-0.47662588953971863,-0.7599305510520935,-0.4419653117656708,10.989069938659668,-1.1084611415863037,-5.863031387329102,0.12175223231315613,0.592526376247406,0.45986390113830566 +590,-1.3846043744267071,1.0781133211907878,0.9163531488822568,-0.46481648087501526,-0.8810669779777527,-0.08755925297737122,-13.308233261108398,5.945813179016113,8.15340805053711,0.5004457235336304,0.9150025248527527,1.5262494087219238 +591,-0.2687354496130505,0.3644591919375822,0.24222844682326608,-0.24807274341583252,-0.3564440608024597,-0.9007816314697266,10.776887893676758,-0.5310521125793457,-1.919377088546753,-0.07515418529510498,0.9827410578727722,-0.8000392913818359 +592,-0.02433852177164523,0.7678802559969251,0.3682209348420187,-0.017507029697299004,-0.6946119070053101,-0.7191715836524963,-2.252535104751587,-0.456019788980484,-0.49156874418258667,0.031087348237633705,0.06414926052093506,0.8707524538040161 +593,0.16099634316087222,0.39719898615487453,0.45303027834118215,0.14782196283340454,-0.3868369162082672,-0.9102230072021484,1.8144887685775757,1.2196072340011597,1.3025438785552979,-0.34655243158340454,0.3690756857395172,-1.2212467193603516 +594,0.24813618365128545,0.7084565443840907,0.3968765918161627,0.18649877607822418,-0.6506624817848206,-0.7361090779304504,0.3190656304359436,1.093506097793579,0.3748885691165924,-0.06645788252353668,-0.0038480162620544434,0.37842780351638794 +595,0.2731363824439209,0.7105375086907059,0.378119606116249,0.2044757604598999,-0.6522412896156311,-0.7299116253852844,2.794254779815674,-1.3989158868789673,0.2251465618610382,0.041099175810813904,0.15256178379058838,0.0342940092086792 +596,-0.017953098628444897,1.0135126351129342,0.31376173590859235,-0.009494575671851635,-0.8486948609352112,-0.5287975668907166,-5.083438396453857,-7.21534538269043,2.477879047393799,0.05491999536752701,0.0035410523414611816,0.8346600532531738 +597,-0.02437267339702142,0.8235185235324725,0.40254894489562126,-0.016563113778829575,-0.73354172706604,-0.6794426441192627,8.919539451599121,2.214428186416626,-2.1740212440490723,-0.7105944752693176,0.40218186378479004,-0.0818336009979248 +598,0.027579858592567612,0.9241495639715771,0.34320747824020575,0.016615130007267,-0.7981086373329163,-0.6022843718528748,-11.595455169677734,-1.155502438545227,3.537458658218384,-0.054044947028160095,0.663922905921936,0.8547105193138123 +599,0.007958673379442597,0.7111490175272427,0.39982713635378486,0.006029525771737099,-0.6527047157287598,-0.7575883865356445,8.720348358154297,1.4663856029510498,-1.4557949304580688,-0.09945908188819885,0.18383264541625977,0.11035633087158203 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/standing/10.csv b/BoostRunClub/CoreML/DataSet/Motion/standing/10.csv new file mode 100644 index 0000000..88ef46e --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/standing/10.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-0.503924204796272,0.26915721798559444,-2.0171365693283243,-0.465480238199234,-0.2659190893173218,-0.8441653847694397,0.29808270931243896,-0.20874443650245667,-0.5801029801368713,0.08071461319923401,-0.026256203651428223,0.027484476566314697 +1,0.04652216762816683,0.3377427964375625,-1.937767912242714,0.043878067284822464,-0.33135825395584106,-0.9424841403961182,-0.0962168276309967,0.013884533196687698,0.1100989356637001,-0.07752370834350586,-0.007157951593399048,0.0030158162117004395 +2,-0.029580741645854346,0.29280058207254617,-1.9346638985657603,-0.028317634016275406,-0.2886347472667694,-0.9570204019546509,-0.39135491847991943,-0.7604552507400513,-0.2578712999820709,-0.0644863173365593,-0.03703358769416809,-0.013011336326599121 +3,-0.09746846271124866,0.28063419438356,-1.9610227592155447,-0.09350727498531342,-0.27696508169174194,-0.9563193321228027,-0.26639294624328613,-0.842640221118927,-0.07768712937831879,0.011765949428081512,0.03201577067375183,0.0018821358680725098 +4,-0.1061609309952055,0.212475091371334,-1.9706472541335174,-0.10357876867055893,-0.21087998151779175,-0.9720087647438049,-0.8033129572868347,0.21320997178554535,0.11297685652971268,-0.03538302332162857,0.022601783275604248,0.028832554817199707 +5,-0.12386708255491745,0.16516375039484038,-1.9930467950077166,-0.12186922878026962,-0.16441385447978973,-0.9788339734077454,-0.10420013964176178,-0.6018553972244263,-0.20226933062076569,-0.03830226510763168,-0.06921344995498657,-0.05879414081573486 +6,-0.13795322665159282,0.14082105716173807,-2.023988193960353,-0.13615481555461884,-0.14035609364509583,-0.9806946516036987,-0.6223277449607849,0.02566019631922245,-0.03328803554177284,0.11846987903118134,-0.09665867686271667,0.07618415355682373 +7,-0.20386333660802422,0.0961136296832929,-2.0501990572206883,-0.20151977241039276,-0.09596572071313858,-0.9747719764709473,-0.3264709413051605,-0.7582502365112305,-0.08572548627853394,0.07810667157173157,0.01214919239282608,-0.009007930755615234 +8,-0.18081237823359242,0.04831872730470966,-2.0562802902337323,-0.17961888015270233,-0.04829992726445198,-0.9825498461723328,-0.4983765482902527,0.356710284948349,-0.148776113986969,-0.07276149094104767,0.09332861751317978,-0.08609944581985474 +9,-0.16567678700313584,0.0607357480067719,-2.0737470421070596,-0.16461579501628876,-0.06069841608405113,-0.9844883680343628,0.2775757908821106,0.17077502608299255,-0.17210493981838226,-0.02012234926223755,0.09477128833532333,-0.001809239387512207 +10,-0.16038211714127773,0.07558520182185134,-2.0798047249617246,-0.15923947095870972,-0.07551325112581253,-0.9843477606773376,0.21250483393669128,-0.6213364005088806,-0.1357765942811966,-0.02589540183544159,0.07601679861545563,-0.022549152374267578 +11,-0.2462490687561868,0.10737020018627966,-2.08443075290993,-0.24236412346363068,-0.10716401785612106,-0.9642486572265625,0.2312171459197998,-0.5751440525054932,0.12489097565412521,0.013467028737068176,-0.02416837215423584,0.03955078125 +12,-0.27237420502815624,0.13105992356478424,-2.0720465854119765,-0.2667117416858673,-0.13068504631519318,-0.9548749923706055,0.09141295403242111,0.022980082780122757,0.023666977882385254,0.0532107949256897,-0.03688696026802063,0.01851940155029297 +13,-0.3112999205047508,0.13204851936785178,-2.040797240151298,-0.3036297857761383,-0.13166509568691254,-0.9436488747596741,0.1673126518726349,-1.118891954421997,0.3134688138961792,0.06649300456047058,-0.01768791675567627,-0.014236807823181152 +14,-0.3959157589220144,0.16756483745247205,-2.0193383087187615,-0.3802517354488373,-0.16678179800510406,-0.9097210764884949,0.4723288118839264,-0.14564666152000427,-0.13971544802188873,-0.015668034553527832,-0.008663773536682129,0.012977302074432373 +15,-0.3681929020294681,0.16961931846893807,-2.023021588846007,-0.3547647297382355,-0.16880714893341064,-0.9195902347564697,-0.3608218729496002,0.43598300218582153,0.05195512995123863,0.009015798568725586,0.06573402881622314,0.0008432865142822266 +16,-0.33716450376627966,0.14672366087625302,-2.0232651754237954,-0.3272581100463867,-0.14619778096675873,-0.9335567951202393,0.13489103317260742,0.2836056649684906,0.0003044130280613899,-0.035946816205978394,0.03334379196166992,-0.03562039136886597 +17,-0.31206965244248025,0.1636584481914906,-2.023260232397843,-0.3029263913631439,-0.16292884945869446,-0.9389833807945251,0.22935080528259277,0.09639354795217514,-0.2482244223356247,0.007836699485778809,0.003215104341506958,-0.056500017642974854 +18,-0.3284837386032684,0.2149985063348712,-2.020722530835868,-0.3151807188987732,-0.2133459746837616,-0.9247403144836426,0.6042141318321228,0.05210176855325699,-0.02818353846669197,0.04914373159408569,0.017835110425949097,-0.006228923797607422 +19,-0.3349344250584014,0.2608908527533692,-1.999101685630506,-0.31758397817611694,-0.2579413652420044,-0.9124728441238403,0.1746402084827423,0.031992554664611816,0.004015202634036541,-0.009625494480133057,0.057593464851379395,0.07891571521759033 +20,-0.33443316930433536,0.28645662834954977,-1.9916750230827158,-0.314858615398407,-0.2825550138950348,-0.9061052203178406,0.3893090486526489,-0.01234777458012104,-0.1822880655527115,-0.02941015362739563,0.006767690181732178,0.005867183208465576 +21,-0.32910791163520864,0.29376775938425154,-1.9943333221747335,-0.3093529939651489,-0.28956061601638794,-0.9057899117469788,0.33194607496261597,-0.31986773014068604,0.2577231824398041,-0.029498934745788574,-0.028432518243789673,-0.12033313512802124 +22,-0.4174727369670679,0.38395132486286265,-1.9391354867422677,-0.3759313225746155,-0.3745870292186737,-0.8475613594055176,1.1475557088851929,-0.7706669569015503,-0.15101833641529083,0.0067449212074279785,0.01896566152572632,0.031033039093017578 +23,-0.4729377627973489,0.4504886617123771,-1.9095561695284557,-0.41005998849868774,-0.4354054927825928,-0.8014193177223206,0.4009901285171509,-0.15854482352733612,0.18597795069217682,0.016703665256500244,0.02979639172554016,0.03300195932388306 +24,-0.46838549158857845,0.4539274868845712,-1.888799122625861,-0.40572914481163025,-0.43849867582321167,-0.80193692445755,0.15925419330596924,0.2936195433139801,0.12423080205917358,-0.04953211545944214,0.11777418851852417,-0.04770296812057495 +25,-0.4468791739207918,0.4610989872892064,-1.8634497625947597,-0.38702094554901123,-0.44493257999420166,-0.8076198697090149,-0.08071667701005936,0.3615741431713104,0.22866696119308472,-0.013186544179916382,0.14648595452308655,0.07062035799026489 +26,-0.4178203129988217,0.4460392415869524,-1.8212655485743965,-0.3660699427127838,-0.43139567971229553,-0.8245548009872437,-0.03472292795777321,0.2411366105079651,0.442391037940979,0.010509639978408813,-0.05752643942832947,-0.023208260536193848 +27,-0.3706436701808505,0.4388418553952656,-1.8151727416877792,-0.3278934955596924,-0.4248913526535034,-0.8437731862068176,-0.3865181803703308,0.45115694403648376,-0.44277435541152954,-0.03784438967704773,-0.11316406726837158,0.019111931324005127 +28,-0.33131318515181624,0.4496554935902213,-1.8897541282427728,-0.29295071959495544,-0.4346553087234497,-0.8516188263893127,-0.44322478771209717,-0.6283714771270752,-0.7071195840835571,0.04552948474884033,0.013405919075012207,0.06746965646743774 +29,-0.33967866230010235,0.4137259875934306,-1.925692388215419,-0.3050731420516968,-0.4020237326622009,-0.8633118271827698,-0.8979203104972839,0.36453208327293396,0.4173530340194702,-0.03643381595611572,-0.03976398706436157,-0.07472223043441772 +30,-0.2987685475478433,0.2712782652587677,-1.9584983208902143,-0.28357914090156555,-0.267963171005249,-0.9207489490509033,0.1755688190460205,-0.724852442741394,-0.46639689803123474,-0.14868709444999695,0.017764806747436523,-0.2981688976287842 +31,-0.5134554271409202,0.36309155713975644,-1.9582232953536902,-0.4591660499572754,-0.35516592860221863,-0.8142626881599426,0.23723278939723969,-1.718506097793579,0.44902336597442627,0.3128647804260254,0.21180957555770874,0.2725299000740051 +32,-0.7326014173576441,0.2959321643959498,-1.9589177967603355,-0.6397333741188049,-0.2916316092014313,-0.7111203670501709,-1.0524468421936035,-1.6671624183654785,-0.37238338589668274,-0.08185476064682007,-0.04709818959236145,-0.007110774517059326 +33,-0.7846383807635418,0.23873398739583887,-2.1287541170093647,-0.6865296959877014,-0.2364727109670639,-0.6875737309455872,-1.4250073432922363,-2.3547093868255615,-0.5648986101150513,-0.10921615362167358,-0.0914081484079361,-0.45755261182785034 +34,-0.7796142497777911,0.14536763883227177,-2.234201277051462,-0.6955903768539429,-0.14485619962215424,-0.7036837339401245,-1.40215265750885,0.5075572729110718,0.3220791220664978,-0.08846724033355713,-0.057704225182533264,-0.06740391254425049 +35,-0.8615477296986594,0.0853699457468965,-2.36653844716408,-0.7560878396034241,-0.08526628464460373,-0.6488919854164124,-0.5891510248184204,-1.5134323835372925,-0.8949000239372253,0.09609949588775635,-0.016174115240573883,-0.06444108486175537 +36,-1.0219524189781297,0.1972156787047716,-2.428233513362233,-0.8365911841392517,-0.19593974947929382,-0.5115886330604553,0.005627824924886227,-1.491292953491211,-1.6172153949737549,0.21217095851898193,0.09648293256759644,0.10631513595581055 +37,-1.1309952571091262,0.33340661825837625,-2.6429591280274876,-0.8550096750259399,-0.3272639513015747,-0.402314156293869,-1.2876262664794922,-1.4304332733154297,-2.3634889125823975,0.10740536451339722,-0.1752384603023529,0.055695563554763794 +38,-1.2340651667386606,0.4818663083442348,-2.656442061430209,-0.8363662362098694,-0.46343377232551575,-0.2927810847759247,1.1313368082046509,-0.7795630693435669,0.3671422302722931,-0.22001498937606812,-0.5486359596252441,-0.01640772819519043 +39,-1.2346302547237642,0.41966366567616625,-2.6600248727120626,-0.8621094226837158,-0.407453328371048,-0.3012460768222809,-0.5441621541976929,1.415462613105774,-0.4096582531929016,0.17492985725402832,0.5313851833343506,0.014685988426208496 +40,-1.1586659327627837,0.38899583504123214,-2.7535856090145887,-0.8478153347969055,-0.37925946712493896,-0.37063637375831604,-1.5062774419784546,-0.8715920448303223,-0.029240528121590614,-0.3181391954421997,0.07501450181007385,-0.33628806471824646 +41,-1.369643904811049,0.36259023708144755,-2.78445338426215,-0.9161291122436523,-0.35469725728034973,-0.18680797517299652,1.3609868288040161,-2.7139692306518555,0.1266252100467682,0.23161989450454712,0.04779723286628723,-0.5684105157852173 +42,-1.4725952011242371,0.4027136670049999,-2.635341161023426,-0.915568470954895,-0.3919163644313812,-0.09019999206066132,1.3062766790390015,2.3240928649902344,-0.5114912986755371,0.07914268970489502,-0.2657069265842438,-0.042078495025634766 +43,-1.3962432099987658,0.5350485876941375,-2.4139620173273175,-0.8471719622612,-0.5098828077316284,-0.14939691126346588,2.0263054370880127,0.8875123858451843,-1.9583855867385864,-0.2201651930809021,0.15824401378631592,-0.0709705501794815 +44,-1.4963503634489348,0.6912046274187814,-2.100474614990525,-0.768344521522522,-0.63746577501297,-0.05730605497956276,3.064091205596924,0.18425562977790833,0.21969634294509888,0.13774454593658447,0.26904237270355225,0.07743239402770996 +45,-1.5289435700018563,0.7048391615365464,-1.8694057633366277,-0.7610488533973694,-0.6479113101959229,-0.03187060356140137,0.836438775062561,2.4218366146087646,-0.9525117874145508,0.044267117977142334,0.3666612505912781,0.02878832444548607 +46,-1.5867532594437035,0.6324283383347732,-1.7259291158559549,-0.806492030620575,-0.5911051630973816,0.012870230711996555,1.1742913722991943,-2.311180591583252,1.8342745304107666,-0.17527389526367188,0.2700755000114441,-0.144370436668396 +47,-1.9458451108471777,0.32145512402400633,-1.6879683300690305,-0.8828269243240356,-0.3159474730491638,0.34755387902259827,-0.005549822933971882,-4.3096818923950195,2.23854398727417,-0.4849708676338196,0.1080465316772461,0.11782392859458923 +48,-2.04121505650986,0.24775326818855284,-1.8176119325711557,-0.8641611933708191,-0.24522645771503448,0.4394197165966034,0.06627032160758972,0.5061191916465759,0.45165374875068665,0.007761478424072266,0.007738620042800903,-0.022274911403656006 +49,-1.9889297714187022,0.2969925272309157,-1.7481455274981177,-0.8738409876823425,-0.29264572262763977,0.38827866315841675,-0.2855619490146637,1.0017653703689575,-0.2940742075443268,0.0768439769744873,0.037671416997909546,0.1386987566947937 +50,-1.8982192845009904,0.262710470749327,-1.8346040926474643,-0.9143868684768677,-0.2596989870071411,0.3105696737766266,-0.5718357563018799,0.8699500560760498,-0.23545575141906738,-0.2690086364746094,0.13007554411888123,0.05170455574989319 +51,-1.8192308855838162,0.2732065797545238,-1.849352376027808,-0.9333477020263672,-0.2698204815387726,0.23676705360412598,-0.01950708031654358,0.6501732468605042,1.1003191471099854,0.2948285937309265,-0.13812318444252014,0.013736441731452942 +52,-1.8071865993475407,0.23650799494378139,-1.8750072908411652,-0.945125937461853,-0.23430927097797394,0.22767531871795654,0.507506251335144,0.16696886718273163,-1.0079399347305298,-0.0491519570350647,0.16857440769672394,-0.04739274084568024 +53,-1.8157961117838588,0.2796425460971943,-1.856051543808927,-0.9324516654014587,-0.2760120928287506,0.23313383758068085,-0.9392274618148804,-0.26116394996643066,-0.03549906983971596,0.00729602575302124,0.010142982006072998,0.11142492294311523 +54,-1.8018113201627424,0.27855345742178667,-1.9625536777795405,-0.9359126091003418,-0.27496516704559326,0.2201399803161621,-0.7327379584312439,0.03983551263809204,0.4314064681529999,0.006545662879943848,0.01838865876197815,-0.029908686876296997 +55,-1.7713099027729489,0.29590416146248316,-1.9892407099040716,-0.9373741745948792,-0.2916048467159271,0.190516397356987,-0.6258707642555237,0.25613102316856384,-0.48376405239105225,-0.0715828537940979,0.08185750246047974,0.04790225625038147 +56,-1.723244674280355,0.381012824856095,-2.01389207082368,-0.9175224900245667,-0.3718608617782593,0.14096854627132416,-0.34244847297668457,0.5238995552062988,-0.9447779059410095,0.013881683349609375,0.0034679174423217773,0.10198187828063965 +57,-1.6471601947786252,0.44893781554753603,-2.0535135566042655,-0.898283064365387,-0.4340088367462158,0.06873001903295517,-0.4944029748439789,0.6105017066001892,-0.029182935133576393,0.12730228900909424,-0.058773696422576904,-0.027149803936481476 +58,-1.5904479522208665,0.45279768700808803,-2.124249590552068,-0.8990530967712402,-0.4374829828739166,0.017670128494501114,-0.2209463268518448,0.20859375596046448,0.12153046578168869,0.004506587982177734,-0.09140187501907349,-0.0614476203918457 +59,-1.6129962568263954,0.43944494953531493,-2.088408426772247,-0.9041821956634521,-0.42543721199035645,0.03817909210920334,0.48426517844200134,-0.49494513869285583,0.08936820179224014,-0.09426134824752808,0.07814720273017883,-0.03958297148346901 +60,-1.644562104063378,0.40839017160244284,-2.0680707909685547,-0.9152656197547913,-0.39713239669799805,0.06763800233602524,-0.11031374335289001,-0.5587010383605957,0.5810526013374329,-0.29046863317489624,-0.04995012283325195,0.03897523880004883 +61,-1.7092245297969735,0.3273120389789127,-2.1124543840747294,-0.9378519654273987,-0.32149893045425415,0.13066081702709198,-0.11308175325393677,-0.12727786600589752,1.142630934715271,-0.0876913070678711,-0.13347235321998596,0.1466829776763916 +62,-1.6501773902468069,0.30014373921896426,-2.1549051490049416,-0.9522857666015625,-0.29565751552581787,0.0757526382803917,-0.6440109610557556,0.8672720789909363,-1.046822190284729,-0.366790771484375,0.09257832169532776,0.012519478797912598 +63,-1.6502205531887442,0.5066274808958767,-2.1601658196062004,-0.8716294765472412,-0.4852311313152313,0.0693744346499443,0.8002004623413086,-0.49319228529930115,-2.8508782386779785,-0.02158951759338379,0.2335374355316162,-0.1231921911239624 +64,-1.7455047615577228,0.8292164657066992,-1.94794893995714,-0.6651716232299805,-0.7374023795127869,0.11740808188915253,1.5306789875030518,0.32317519187927246,-3.6292691230773926,0.30135631561279297,0.5308288335800171,-0.11640095710754395 +65,-1.979831301910902,1.057416329696442,-1.6777961655417113,-0.4506089389324188,-0.8710894584655762,0.19533193111419678,-0.015469281002879143,-0.1388331800699234,-0.8322314023971558,0.2827775478363037,0.04867136478424072,0.16111336648464203 +66,-1.9046585272055039,0.984274524239875,-1.860334120379185,-0.5229072570800781,-0.8328707814216614,0.18136824667453766,-0.8603510856628418,-1.4229657649993896,2.1105763912200928,0.22752755880355835,0.09365862607955933,0.14597858488559723 +67,-1.74085826767714,0.9212503209967883,-2.0928432398459496,-0.5960999727249146,-0.7963584661483765,0.10236263275146484,-0.9921782612800598,0.26309332251548767,-0.05449221655726433,0.14596569538116455,-0.43400347232818604,0.17615604400634766 +68,-1.6714372143320193,0.9253130830592875,-2.190317432953283,-0.5985404849052429,-0.7988091707229614,0.060441844165325165,-0.3911835253238678,-1.3813331127166748,0.9118213653564453,0.01533430814743042,-0.1769445538520813,-0.03465450182557106 +69,-1.692737431001232,0.7836436239081329,-2.3141318969076963,-0.7030864953994751,-0.7058650255203247,0.08616264164447784,-0.4707812964916229,-0.2543913424015045,1.3153507709503174,-0.1850970983505249,-0.0019138455390930176,0.06738662719726562 +70,-1.5999471991550316,0.7839074660783241,-2.4168883651021247,-0.7078591585159302,-0.7060518860816956,0.020640559494495392,-1.0280841588974,0.7559811472892761,-0.48467493057250977,0.009739041328430176,0.016247868537902832,-0.11489415168762207 +71,-1.4954017900518488,0.8015770158369651,-2.4908381996909434,-0.6935985684394836,-0.7184539437294006,-0.05239285156130791,0.4324161410331726,0.38473010063171387,-0.15197859704494476,0.016291379928588867,-0.08722537755966187,-0.11809360980987549 +72,-1.4678268471585865,0.8429628911332252,-2.443482907443615,-0.661730170249939,-0.7466174960136414,-0.06837985664606094,0.2401212453842163,0.02476785145699978,-0.152809739112854,-0.02342003583908081,-0.06041997671127319,-0.09951258450746536 +73,-1.573925964790645,0.8467030738154275,-2.3550834410771864,-0.6624531745910645,-0.749100387096405,0.002073245355859399,0.1545122116804123,-0.5921849608421326,-0.2765169143676758,-0.08556318283081055,-0.020964860916137695,-0.1552867889404297 +74,-1.6279903585683126,0.8492498417292234,-2.3510882003927573,-0.659466564655304,-0.7507851123809814,0.037758734077215195,-0.09781475365161896,-0.3191198706626892,0.25593140721321106,0.023327648639678955,0.0008308887481689453,-0.044564127922058105 +75,-1.6203115329674163,0.8446547068528691,-2.3368557826032936,-0.663175642490387,-0.7477418780326843,0.03286413848400116,-0.23669762909412384,0.9654195308685303,-0.17813129723072052,0.010572552680969238,0.011108636856079102,0.06331193447113037 +76,-1.4835688043151274,0.9301747294143394,-2.2988491116610983,-0.5954213738441467,-0.801724374294281,-0.05206925794482231,-0.03176368772983551,2.1298794746398926,-1.2010741233825684,-0.050162672996520996,0.03547388315200806,0.051275793462991714 +77,-1.2990021650409835,1.0102455716130259,-2.368563549173071,-0.5121362209320068,-0.8469624519348145,-0.14272759854793549,-1.0371567010879517,0.181484192609787,-0.15904799103736877,0.004308462142944336,0.025246143341064453,0.12032771110534668 +78,-1.0998882071870915,0.9988758168860186,-2.557954935255331,-0.48233669996261597,-0.840863049030304,-0.245561882853508,-0.5633054971694946,1.0154060125350952,-0.8564945459365845,0.023245513439178467,0.06863099336624146,0.04301673173904419 +79,-0.9414397695276222,1.0090984299430876,-2.714174599712823,-0.43057671189308167,-0.8463519811630249,-0.31351569294929504,-0.48534440994262695,-0.29808539152145386,-0.02449909970164299,0.043552786111831665,-0.04773670434951782,-0.23656368255615234 +80,-0.8952892952584421,1.0151781879389432,-2.7616034507916303,-0.41163116693496704,-0.8495745658874512,-0.3298224210739136,-0.2922954261302948,0.3349963426589966,-0.10985129326581955,-0.02907314896583557,-0.0007367134094238281,0.005451112985610962 +81,-0.8896543995426464,1.0104947754012292,-2.7752779321334304,-0.4128527343273163,-0.8470948934555054,-0.3346385061740875,0.23909348249435425,-0.6357908248901367,0.23933164775371552,-0.014195024967193604,-0.02665388584136963,-0.025209546089172363 +82,-0.9623911734038153,0.9836322818964865,-2.7208979013162695,-0.45459234714508057,-0.8325151801109314,-0.31664520502090454,-0.15857376158237457,-0.5963613986968994,0.8459770083427429,0.07991281151771545,-0.05679750442504883,-0.07080593705177307 +83,-1.0408769797035657,0.9198998066719497,-2.6447923412887167,-0.522799551486969,-0.7955409288406372,-0.30626049637794495,0.09106141328811646,0.06843897700309753,1.1260932683944702,0.08340734243392944,0.024758338928222656,0.014558225870132446 +84,-1.0612569384397426,0.8757687757363851,-2.6365787121239688,-0.5590553879737854,-0.7680360674858093,-0.3123745024204254,0.00763946957886219,-0.44903841614723206,-0.14006350934505463,-0.08544540405273438,0.046371638774871826,-0.0679813027381897 +85,-1.1068338604355314,0.8874078327207096,-2.6441310173189576,-0.5646740794181824,-0.775437593460083,-0.2825593054294586,0.26380816102027893,-0.5178530216217041,-0.21976497769355774,0.009193122386932373,0.015153169631958008,-0.022860586643218994 +86,-1.0238333781456022,0.937614455832729,-2.735470518694319,-0.5053867101669312,-0.8061488270759583,-0.3077473044395447,-0.4957290589809418,0.35277846455574036,-0.678071141242981,-0.012206673622131348,0.04313313961029053,0.09577220678329468 +87,-0.9127330380326546,0.9554506473369726,-2.827602144319717,-0.45670050382614136,-0.816573977470398,-0.35303235054016113,-0.5744920969009399,1.083132028579712,-0.6706506609916687,-0.05509456992149353,0.08605939149856567,0.09454846382141113 +88,-0.7307991622251888,0.9176481957133473,-2.968368895067179,-0.40561148524284363,-0.7941746711730957,-0.4525107145309448,-0.03212474286556244,0.4034879207611084,-0.12057728320360184,0.007540255784988403,-0.0866999626159668,-0.1968422830104828 +89,-0.6175079418197431,0.9340047608237587,-3.0409354834242692,-0.34428736567497253,-0.8040077090263367,-0.48480695486068726,-0.030489791184663773,-0.03654523193836212,-0.0851454958319664,0.06924769282341003,-0.03116685152053833,-0.006037771701812744 +90,-0.59612010525289,0.9101474278916976,-3.0306952608010995,-0.3445136249065399,-0.7895942330360413,-0.5077906250953674,0.16571050882339478,0.7778941988945007,-0.026583878323435783,-0.00860530138015747,0.01441723108291626,-0.02095693349838257 +91,-0.5592938322937626,0.8756774397781713,-3.0446178400409525,-0.33982914686203003,-0.7679775357246399,-0.5428873300552368,-1.8941230773925781,-0.39337587356567383,0.12612897157669067,0.03788822889328003,-0.09173315763473511,0.3551431894302368 +92,-0.5365742013016406,0.7767753088844808,-3.1114134727266345,-0.3645726442337036,-0.7009832859039307,-0.6129512786865234,0.025749288499355316,-0.3356221914291382,-0.14348484575748444,-0.08646190166473389,-0.019674062728881836,-0.06995582580566406 +93,-0.5519724161219848,0.7813615971890104,-3.120570543191193,-0.3722776472568512,-0.7042467594146729,-0.6045211553573608,-0.36349573731422424,-0.25893786549568176,0.3719881474971771,0.009286344051361084,0.0072100162506103516,0.02281033992767334 +94,-0.558518401383147,0.7534032815712927,-3.112023066317396,-0.38651254773139954,-0.6841249465942383,-0.6185314655303955,-0.3004441261291504,-0.061785127967596054,0.2808057963848114,-0.08316820859909058,-0.0010862350463867188,-0.016936063766479492 +95,-0.5382698659770788,0.7101340579685699,-3.1332914230018893,-0.38873037695884705,-0.6519354581832886,-0.6510521173477173,-0.6682205200195312,0.02739465795457363,-0.14316269755363464,0.038449615240097046,-0.18784725666046143,0.023915886878967285 +96,-0.4540731699511727,0.6258946210619216,3.0537202362366376,-0.35548266768455505,-0.5858225226402283,-0.7283158302307129,-1.9859250783920288,0.34949156641960144,-0.09987316280603409,0.0004564225673675537,-0.25885820388793945,0.11845254898071289 +97,-0.3658638962624141,0.3591714637869859,2.9822963819397112,-0.33492714166641235,-0.35149869322776794,-0.8742267489433289,-2.814663887023926,0.3762124478816986,0.7657173871994019,-0.07927268743515015,-0.14273351430892944,0.09798169136047363 +98,-0.29829532850139523,0.16080059218171236,2.877585255685186,-0.2900998592376709,-0.1601085215806961,-0.943507969379425,-1.9519354104995728,0.4374772012233734,-1.1868352890014648,-0.12358114123344421,0.0509776771068573,0.024242281913757324 +99,-0.23754445471092958,0.059473133665484484,2.7364887930790127,-0.23490071296691895,-0.059438079595565796,-0.9702003598213196,-1.1750136613845825,0.5071490406990051,-1.0706239938735962,-0.06603311002254486,0.1348317563533783,0.061661601066589355 +100,-0.19740846554501373,0.017111575288509043,2.607222147838878,-0.19610007107257843,-0.017110740765929222,-0.9804345965385437,-0.6639949679374695,0.2957278788089752,-0.8845115900039673,0.018518298864364624,0.09697524458169937,0.0521051287651062 +101,-0.17294206007351384,-0.04585116153566596,2.5545102239696753,-0.1719004064798355,0.04583509638905525,-0.9840474724769592,-0.6120054721832275,0.28876933455467224,0.02747131884098053,0.05062355101108551,0.014437120407819748,0.02602440118789673 +102,-0.16128828976113632,-0.09902861146561764,2.4998013821218943,-0.1598031222820282,0.09886683523654938,-0.9821854829788208,-0.2166932225227356,0.1463637799024582,-0.2595103085041046,0.011670798063278198,0.04728184640407562,-0.0353010892868042 +103,-0.1614102258862179,-0.0699838093193359,2.452436293325344,-0.16031686961650848,0.06992669403553009,-0.9845855832099915,0.9459717273712158,0.16105958819389343,-1.0797884464263916,-0.13190419971942902,0.1570325344800949,-0.029711902141571045 +104,-0.11664203432067187,0.024194389455620927,2.3543405963942288,-0.1163436621427536,-0.024192029610276222,-0.9929143190383911,0.9910495281219482,0.5107500553131104,-1.018088936805725,-0.0513656809926033,0.05521314963698387,-0.05736333131790161 +105,-0.022141885432944985,0.20519937999472332,2.1500147097384086,-0.021675584837794304,-0.20376236736774445,-0.9787803888320923,1.915704607963562,0.7321450114250183,-2.9303743839263916,-0.0033335667103528976,0.08245499432086945,-0.0072425007820129395 +106,0.1548100026380506,0.3775986460384714,1.8383679779902873,0.1433299332857132,-0.3686893582344055,-0.9184359908103943,1.810681939125061,0.6970592141151428,-2.77367901802063,0.028850242495536804,0.03449136018753052,0.04914277791976929 +107,0.37399105688540335,0.49117283030554737,1.432487639376204,0.32214388251304626,-0.47166040539741516,-0.8208287358283997,2.324336528778076,0.5292788743972778,-2.962702751159668,0.006148964166641235,0.04650476574897766,0.06847888231277466 +108,0.6418568394138005,0.5114308145803302,1.036155084368106,0.5220792889595032,-0.4894254803657532,-0.6984955072402954,1.575626015663147,0.8728823661804199,-2.751711368560791,-0.026672184467315674,0.012252628803253174,-0.02522885799407959 +109,0.8733725904574252,0.43527298728807723,0.6871434264156269,0.6950270533561707,-0.4216579496860504,-0.5823589563369751,1.6236389875411987,0.8993415832519531,-3.015083074569702,0.004878342151641846,0.09330406785011292,0.0520550012588501 +110,1.053593992491493,0.3094772670958648,0.3753928943813298,0.827912449836731,-0.3045607805252075,-0.47096043825149536,0.8919705152511597,0.47835394740104675,-1.8741745948791504,0.05746352672576904,-0.01680457592010498,0.04682713747024536 +111,1.1122753478119438,0.23801380709503867,0.25233672129110135,0.8714281916618347,-0.23577289283275604,-0.43014398217201233,0.5378170609474182,0.22224317491054535,-0.6919305324554443,0.04971426725387573,0.0015962868928909302,0.027937591075897217 +112,1.146586845099376,0.19601355749147986,0.18398904574940733,0.8939125537872314,-0.1947607845067978,-0.4037186801433563,0.3296288549900055,0.0821959376335144,-0.7135764360427856,0.024727702140808105,-0.0501580536365509,0.0014358758926391602 +113,1.1592381715424962,0.1651682587479808,0.16159008881790463,0.9040257930755615,-0.1644182950258255,-0.39459365606307983,-0.12835173308849335,-0.007261698134243488,-0.05290213227272034,0.021236777305603027,-0.0562848299741745,0.03636300563812256 +114,1.1538743867752719,0.14480150315849064,0.18237315865972795,0.9047707319259644,-0.14429602026939392,-0.40071001648902893,-0.5418539643287659,-0.1069524735212326,-0.21597734093666077,0.02755647897720337,-0.061606064438819885,0.02183428406715393 +115,1.1132832582646173,0.09501336834115114,0.23828388250686525,0.8931072354316711,-0.09487047791481018,-0.43972596526145935,-0.8047096729278564,-0.6534415483474731,-0.2829701006412506,0.11162292957305908,0.029761232435703278,0.04501160979270935 +116,1.0260542346983943,0.047016514152604744,0.29785422696459174,0.8543158769607544,-0.04699919372797012,-0.5176249146461487,-0.9334347248077393,-0.9307941794395447,0.09804142266511917,0.023980021476745605,0.02302764356136322,0.10751444101333618 +117,0.9743898480997268,0.031211114529040275,0.3566246279977116,0.8269563913345337,-0.031206047162413597,-0.5613994002342224,-0.6212480664253235,-0.5632706880569458,0.21900507807731628,0.025185883045196533,0.014619739726185799,0.024808883666992188 +118,0.928868614938505,-0.015450111684235199,0.3887942775032495,0.8008474707603455,0.015449496917426586,-0.5986691117286682,-0.36311858892440796,-0.3568628132343292,-0.04923585057258606,-0.010182797908782959,-0.07918545603752136,0.006765425205230713 +119,0.9036245429302743,0.010045727950781146,0.5143613625931786,0.7855351567268372,-0.010045559145510197,-0.6187354922294617,-0.9767670035362244,-0.20332254469394684,1.5065441131591797,0.011019349098205566,0.011296779848635197,-0.01444321870803833 +120,0.8996430196308574,0.04458691457837638,0.6497893504001317,0.7823266386985779,-0.044572144746780396,-0.6212714910507202,-0.7475377321243286,0.2695122957229614,0.886072039604187,-0.06560611724853516,-0.011549677699804306,-0.01050335168838501 +121,0.9185138336085473,0.13143387607734436,0.8511749805941194,0.7878460884094238,-0.1310557872056961,-0.6017665266990662,-1.186640739440918,0.11537804454565048,3.2004079818725586,0.0794329047203064,-0.0951404869556427,-0.04361921548843384 +122,0.8225606690532952,0.33621223259262023,1.2520091002536449,0.6918566226959229,-0.32991376519203186,-0.6422548294067383,-1.853983998298645,-0.10494833439588547,4.636382579803467,0.12375611066818237,0.04585617780685425,0.024380743503570557 +123,0.6187740463549942,0.517193978846603,1.7221934144921023,0.5041739344596863,-0.49444305896759033,-0.7080499529838562,-1.0087958574295044,-0.02768808975815773,3.587897539138794,0.06328517198562622,0.12281528115272522,0.0624353289604187 +124,0.4579588655436836,0.638582142744449,2.0121321669336134,0.35499513149261475,-0.5960575938224792,-0.7202039957046509,-0.26614269614219666,-0.33561044931411743,1.8147433996200562,0.07797300815582275,0.10913437604904175,0.007206559181213379 +125,0.2519569173099621,0.7479023354325732,2.247781829640789,0.18276578187942505,-0.6801024079322815,-0.7099699974060059,1.1240402460098267,-0.7712538242340088,1.8661776781082153,0.07429903745651245,0.060030996799468994,0.07254934310913086 +126,0.002985605908280422,0.8772435623111743,2.4698080615565248,0.0019086153479292989,-0.7689796686172485,-0.6392704844474792,0.9197561144828796,-1.1849110126495361,0.8953761458396912,-0.10547001659870148,-0.13571393489837646,0.09878891706466675 +127,-0.17603509499597614,1.0257068012508486,2.615904555383947,-0.09080258011817932,-0.8550809025764465,-0.5104817152023315,1.2548757791519165,-0.13560813665390015,0.536118745803833,-0.014528840780258179,0.07210665941238403,0.023375391960144043 +128,-0.30214342535861505,1.1329574593516332,2.7416230305868265,-0.12616348266601562,-0.9056700468063354,-0.40477705001831055,1.6024184226989746,-0.14360982179641724,0.2536165118217468,0.07158280909061432,-0.009948790073394775,-0.15769240260124207 +129,-0.3281209386979087,1.178717166030769,2.747730955430713,-0.12314075231552124,-0.9241166114807129,-0.36172470450401306,-0.06580880284309387,-0.1310863345861435,0.1281769573688507,-0.011228129267692566,0.06388717889785767,0.029846101999282837 +130,-0.43993701242313876,1.2346812988109397,2.8449515084592853,-0.14046533405780792,-0.9440431594848633,-0.2984156608581543,0.9260433316230774,-0.09381767362356186,-0.277998149394989,-0.03629247844219208,0.04414087533950806,-0.00630226731300354 +131,-0.6226288660811233,1.2994185604208457,2.997594677513431,-0.1563246250152588,-0.963402509689331,-0.21775715053081512,0.3426632881164551,-0.2929931879043579,0.19486798346042633,-0.05024884641170502,0.00505906343460083,0.08860673010349274 +132,-0.866804293526434,1.291692130325743,-3.0499538389233396,-0.2099999636411667,-0.961302638053894,-0.17831844091415405,0.8100376129150391,-0.37405580282211304,0.43896472454071045,0.04218381643295288,0.08683663606643677,-0.012294352054595947 +133,-1.2899179389197306,1.3109028917945893,-2.647362760279112,-0.24690736830234528,-0.9664173722267151,-0.07123415917158127,0.7748801112174988,-0.19769415259361267,0.37371358275413513,-0.05884823203086853,-0.0004557967185974121,-0.047494471073150635 +134,-1.3888428730636564,1.2852094487824004,-2.5469461654112853,-0.2770700454711914,-0.9594964981079102,-0.050977673381567,-0.11046893149614334,0.2457437366247177,0.0559028796851635,-0.048308372497558594,0.021004676818847656,0.0031261444091796875 +135,-1.3522036888161055,1.2925832100013963,-2.54570651850905,-0.2681027352809906,-0.9615477323532104,-0.05955692008137703,0.3754793107509613,0.5392771363258362,-0.022426772862672806,0.02684605121612549,0.00941455364227295,-0.06034666299819946 +136,-1.4090013328320303,1.305006872871756,-2.444214315851145,-0.25924035906791687,-0.964885413646698,-0.04231366142630577,0.10904711484909058,0.18955759704113007,-0.10439426451921463,-0.01625707745552063,0.06753134727478027,0.006730139255523682 +137,-1.4323883654168896,1.3030802931192096,-2.4264075241977845,-0.2619999051094055,-0.9643775820732117,-0.03649621829390526,0.2774483561515808,-0.43259644508361816,0.29734739661216736,-0.03220480680465698,-0.06894755363464355,-0.03622716665267944 +138,-1.816660299536777,1.3056427483603206,-2.1060375424612867,-0.2541769742965698,-0.9650522470474243,0.06378338485956192,1.1403605937957764,-0.5299751162528992,-0.21892522275447845,0.026271700859069824,0.037516236305236816,0.002271890640258789 +139,-2.1296967880146136,1.292198570180446,-1.7894861190433133,-0.233162060379982,-0.9614419937133789,0.14582395553588867,0.8900380730628967,-0.04610826447606087,-0.3563859164714813,-0.050315722823143005,0.01670938730239868,-0.08001279830932617 +140,-2.478089783040903,1.2175269787839638,-1.4297848454004862,-0.21307401359081268,-0.9382466673851013,0.2725662291049957,1.5072429180145264,-0.05184503644704819,-0.07087834924459457,0.0025027692317962646,0.02732759714126587,-0.07974094152450562 +141,-2.6661841079262865,1.083985678208539,-1.1918798662715184,-0.21411731839179993,-0.8838293552398682,0.4159323573112488,1.1153411865234375,0.6174386739730835,-0.008039291948080063,0.007986322045326233,-0.05846202373504639,0.06030970811843872 +142,-2.656195965159998,1.029104830507128,-1.1760858682236501,-0.24055147171020508,-0.856837809085846,0.4560307264328003,0.3732205331325531,-0.02335379645228386,0.3564501702785492,-0.07634305953979492,-0.07326167821884155,-0.011999964714050293 +143,-2.7461040297929586,0.9699549893500883,-1.045578720387595,-0.2178012579679489,-0.8248602747917175,0.5216977596282959,0.5500080585479736,0.3561914265155792,-0.47646650671958923,0.06272615492343903,0.09109550714492798,0.06648284196853638 +144,-2.7236793592238993,1.0027226830275315,-1.049434252785548,-0.2183532863855362,-0.8429389595985413,0.4917069375514984,-1.0596405267715454,0.18019865453243256,-0.04354986175894737,-0.04550167918205261,-0.00744861364364624,0.1159285306930542 +145,-2.617980446793984,1.1317644449257172,-1.126775591923039,-0.2125367522239685,-0.905163586139679,0.36811304092407227,-2.2013330459594727,1.0200550556182861,-0.6563270688056946,0.016003549098968506,0.058193981647491455,0.13724279403686523 +146,-2.173032672654246,1.361097981537606,-1.497411739294178,-0.171542689204216,-0.9780937433242798,0.11792271584272385,-2.5857460498809814,0.617668628692627,-0.39486318826675415,0.016910120844841003,-0.07157355546951294,-0.013293147087097168 +147,-0.8322121432791342,1.4156451572657083,-2.788803383627405,-0.11426277458667755,-0.9879881739616394,-0.1040358692407608,-2.127727746963501,0.698981523513794,-0.7692124247550964,-0.05892449617385864,0.014752030372619629,-0.008726611733436584 +148,-0.10728589115642322,1.2954319234658693,2.8107784610736086,-0.02911483310163021,-0.962326169013977,-0.2703341543674469,-1.1655223369598389,0.2749837040901184,-0.37746289372444153,0.08946333825588226,0.006332576274871826,-0.02001011371612549 +149,0.04520505530126851,1.2439091279558887,2.673877503704002,0.014510255306959152,-0.9470464587211609,-0.3207687735557556,0.16396164894104004,-0.0030757668428122997,-0.03360501304268837,0.03421105444431305,-0.011892139911651611,-0.047166407108306885 +150,0.05533078274766328,1.2406765612667678,2.6442248191206614,0.017926668748259544,-0.9460035562515259,-0.3236601650714874,0.1469895988702774,-0.06295864284038544,-0.056752774864435196,0.0514550507068634,-0.06164109706878662,-0.0434814989566803 +151,-0.0068183832316296164,1.2942660178682508,2.710142321974789,-0.0018615392036736012,-0.962008535861969,-0.27301347255706787,0.7167169451713562,-0.17338652908802032,0.286571741104126,0.06321711838245392,-0.03913599252700806,-0.019512802362442017 +152,-0.12095145365745757,1.387246022687712,2.8002769735022173,-0.022022496908903122,-0.9832018613815308,-0.1811884194612503,0.8872350454330444,-0.3655970096588135,-0.09957302361726761,-0.07043050229549408,0.02296626567840576,-0.01624506711959839 +153,0.2705073408880164,1.4343530379074527,2.3939792286759176,0.03634726256132126,-0.9907060265541077,-0.1310735046863556,0.17420563101768494,0.10260946303606033,-1.1200810670852661,-0.08888326585292816,-0.009797394275665283,0.016922488808631897 +154,0.9246711874868866,1.3795600808126705,1.7449556566661726,0.1517581045627594,-0.9817699790000916,-0.11444202810525894,0.08404110372066498,0.2374710589647293,-1.4948573112487793,-0.0750064104795456,0.0934033989906311,-0.024519793689250946 +155,1.1001748127909776,1.3165106539406395,1.5831899814328572,0.22420737147331238,-0.967843234539032,-0.11406505852937698,0.17064379155635834,0.02409210428595543,0.5127605199813843,0.24948650598526,-0.02153676748275757,0.006536349654197693 +156,0.8899075896601552,1.385572075069301,1.7802593109481546,0.14310036599636078,-0.9828949570655823,-0.1159302368760109,-0.10867320001125336,-0.31270352005958557,0.7852588295936584,0.015194326639175415,0.06425482034683228,-0.015096962451934814 +157,0.5263901018770772,1.4278190020919397,2.1291329142378377,0.07158949226140976,-0.9897961616516113,-0.1232011690735817,-0.25802209973335266,-0.09457921236753464,0.5219672322273254,-0.10239697992801666,-0.08237791061401367,0.008531391620635986 +158,0.6393804936293844,1.4167424439013112,2.019076404062103,0.09156021475791931,-0.9881571531295776,-0.12313409149646759,0.2599179446697235,-0.01350153237581253,-0.49162229895591736,-0.03160843998193741,0.0047130584716796875,0.00696893036365509 +159,0.8505012406551928,1.4006185808550005,1.8079704939467374,0.12729060649871826,-0.9855546951293945,-0.11170897632837296,-0.053862109780311584,0.08064933121204376,-0.07056664675474167,0.07520878314971924,0.026921391487121582,0.019500091671943665 +160,0.8393119457650062,1.415327541565621,1.8253528351099475,0.11523183435201645,-0.9879390597343445,-0.10343143343925476,-0.12328770756721497,0.02647838369011879,0.28268828988075256,0.07260385155677795,0.025109469890594482,0.05133795738220215 +161,0.6621721518178638,1.4037197185989767,2.0052150855452924,0.10224635154008865,-0.9860751628875732,-0.13115377724170685,-0.16869904100894928,0.22377066314220428,-0.20185409486293793,-0.06815823912620544,0.030310511589050293,-0.041926607489585876 +162,0.6230790923986167,1.3771831180103198,2.0522456990934925,0.11227624118328094,-0.9813154339790344,-0.15625005960464478,-0.3923572599887848,-0.5217623710632324,0.24923019111156464,-0.011995479464530945,-0.038246333599090576,-0.012481629848480225 +163,0.3635873762453846,1.377197317361015,2.3058972880871504,0.06842003017663956,-0.9813181757926941,-0.1798141896724701,-0.06790506839752197,-0.10603554546833038,0.5836498737335205,0.02525366097688675,0.06615716218948364,-0.028407201170921326 +164,-0.26571139621193235,1.3958329547656207,2.849269495806838,-0.04571060463786125,-0.9847329258918762,-0.16796323657035828,0.6920474767684937,-1.1841100454330444,1.1881961822509766,0.06598953902721405,0.02060633897781372,-0.017461538314819336 +165,-0.945934011223003,1.4123572959920385,-2.8274083744204503,-0.12796351313591003,-0.987474799156189,-0.09229689836502075,-0.11224129796028137,-0.6419702172279358,0.819979727268219,0.11427639424800873,0.016817569732666016,0.09423477202653885 +166,-1.0540801699298945,1.3332615171553974,-2.728184461440215,-0.2045871466398239,-0.9719210267066956,-0.11624838411808014,-0.3341502249240875,0.8996518850326538,0.17059466242790222,-0.1284053921699524,0.05167871713638306,0.038169145584106445 +167,-0.8894685906262748,1.3070886685658754,-2.8121010689275505,-0.20246568322181702,-0.9654302000999451,-0.1641712635755539,-0.16961832344532013,0.4249027669429779,0.20773492753505707,-0.005359023809432983,0.02083486318588257,-0.020109117031097412 +168,-0.844708185571699,1.2877853512592958,-2.8204246092330907,-0.20881550014019012,-0.9602189660072327,-0.18540672957897186,-0.4419333040714264,0.5134047865867615,0.1058158129453659,0.008879587054252625,0.09611374139785767,0.15781885385513306 +169,-0.5843432495797264,1.2620842680171591,-3.018680296725207,-0.16760925948619843,-0.9527256488800049,-0.2534182667732239,-0.14488115906715393,0.39477670192718506,0.24918784201145172,0.02370363473892212,-0.10429632663726807,-0.11868259310722351 +170,-0.516071908870076,1.2383249473437252,-3.0538229507035446,-0.16105802357196808,-0.9452386498451233,-0.28387388586997986,-0.02515910565853119,-0.273836225271225,0.22043785452842712,0.04857023060321808,0.0013909339904785156,-0.08134526014328003 +171,-0.773696922830462,1.227900825618759,-2.8639384033932225,-0.23494233191013336,-0.9417850971221924,-0.24050591886043549,0.2932010591030121,-0.925580620765686,0.7186986804008484,0.007098078727722168,-0.05444610118865967,0.027264326810836792 +172,-0.8394154657375926,1.2216092272429142,-2.81527490694682,-0.25463414192199707,-0.9396511316299438,-0.2285105586051941,0.00937606580555439,0.08873679488897324,-0.06053760647773743,-0.007710188627243042,0.0398252010345459,0.0025889575481414795 +173,-0.7898558787057679,1.238357525557638,-2.8412435807303646,-0.23179008066654205,-0.9452492594718933,-0.2297327220439911,-0.10576324909925461,0.9137378931045532,-0.4490823745727539,-0.13417670130729675,0.011487722396850586,0.08573557436466217 +174,-0.3975634693178809,1.1971140842836432,-3.05311791942855,-0.14133596420288086,-0.9309894442558289,-0.3365750014781952,-1.1731808185577393,2.390681028366089,-0.49776017665863037,0.05693961679935455,0.05939221382141113,0.06544163823127747 +175,-0.057440226856410585,1.125310463536243,3.059831414968491,-0.02473718300461769,-0.9024013876914978,-0.43018579483032227,-0.5259845852851868,0.9648894667625427,-0.5205227136611938,0.1284206509590149,0.0736355185508728,-0.040135860443115234 +176,-0.01246868114781747,1.139301273092054,3.010420818446479,-0.005214630626142025,-0.9083414673805237,-0.4181966483592987,0.8906206488609314,-0.9799668788909912,-0.02750479057431221,0.0312003493309021,-0.004362940788269043,-0.11093232035636902 +177,-0.20024597356753948,1.2282246926131137,3.0676126601954614,-0.06681612879037857,-0.9418939352035522,-0.32919842004776,1.0562694072723389,-1.3023236989974976,0.21860386431217194,-0.008699648082256317,0.046736955642700195,0.020757406949996948 +178,-0.4332281262101764,1.3163344344291659,-3.082025839886072,-0.10567470639944077,-0.9677988886833191,-0.2284690886735916,0.5718531012535095,-0.8651915192604065,0.24867652356624603,0.12406154721975327,0.03696703910827637,0.025847628712654114 +179,-0.7313094387492549,1.344637980234377,-2.8434311906350294,-0.14975473284721375,-0.9745350480079651,-0.16689884662628174,0.6253597140312195,-0.5153831243515015,0.3673587143421173,-0.07386283576488495,0.0061664581298828125,-0.03943049907684326 +180,-1.0220693093662432,1.3357147002192036,-2.5939373639839824,-0.19872702658176422,-0.9724953174591064,-0.12149278074502945,-0.2620413303375244,-0.571865975856781,0.9444170594215393,0.09130515158176422,-0.10855937004089355,0.013018012046813965 +181,-1.1014665544144844,1.2475300214061367,-2.5560256428688866,-0.2833167612552643,-0.948202908039093,-0.14367644488811493,0.3511887192726135,-0.1314200609922409,0.473042368888855,-0.11759263277053833,0.15326577425003052,-0.09664951264858246 +182,-1.2423300324538353,1.2509005403392226,-2.453502100070471,-0.2976561486721039,-0.9492682218551636,-0.10144482553005219,0.04434885084629059,-0.7151751518249512,-0.11075808107852936,-0.0734681785106659,-0.07017171382904053,-0.03135242313146591 +183,-1.3938010797757785,1.253074702711504,-2.3524440031876237,-0.3075224459171295,-0.9499496817588806,-0.05500560626387596,0.7344229817390442,-0.4935067594051361,-0.5486426949501038,-0.07007154822349548,0.07827609777450562,-0.018831729888916016 +184,-1.5694504598148544,1.3560474409654086,-2.223181135509002,-0.21310220658779144,-0.9770299196243286,-0.0002868073934223503,0.48543548583984375,-0.37490537762641907,-0.556885302066803,-0.023546352982521057,-0.04517161846160889,0.01374506950378418 +185,-1.4332408924051354,1.3551286182200302,-2.3708918139276998,-0.21197836101055145,-0.976833701133728,-0.029344087466597557,-0.9470658302307129,0.0401046983897686,0.45949292182922363,0.13229699432849884,-0.0544314980506897,0.09210348129272461 +186,-1.251825485613132,1.2537187268426158,-2.5496397279627274,-0.29606398940086365,-0.9501506686210632,-0.09777442365884781,-0.15327493846416473,0.38515472412109375,0.7565494775772095,0.04913097620010376,0.18635672330856323,-0.028263211250305176 +187,-1.3381215881834772,1.2277703225009589,-2.424744872891978,-0.3272751271724701,-0.9417412281036377,-0.07755324244499207,0.1597023606300354,-0.009418589994311333,0.36802566051483154,0.0847061276435852,-0.025238752365112305,-0.021750926971435547 +188,-1.4466338094228004,1.152250167348985,-2.318225381319081,-0.40330350399017334,-0.9136807918548584,-0.05033409968018532,-0.08057404309511185,-0.16094008088111877,0.6824396252632141,-0.060655176639556885,0.03312671184539795,0.011973507702350616 +189,-1.4778458260042375,1.1242077326255702,-2.304247883575347,-0.4300270080566406,-0.9019256830215454,-0.040086738765239716,0.4046737849712372,-0.28675171732902527,0.3985712230205536,0.039737701416015625,-0.04288327693939209,-0.04765129089355469 +190,-1.6195020760633618,1.1164852055942451,-2.2022440301867166,-0.4383228123188019,-0.8985635638237,0.021365737542510033,0.5684057474136353,-0.9720773100852966,0.02951543778181076,-0.13206598162651062,-0.15381979942321777,-0.16574442386627197 +191,-1.8421989378094958,1.089208873355676,-2.0564205321710176,-0.4462323486804962,-0.8862607479095459,0.12417253106832504,0.8801936507225037,-0.8280607461929321,-0.46698683500289917,-0.19858887791633606,0.008971810340881348,-0.11011908948421478 +192,-2.1603456059933266,1.1443831025660283,-1.819481189277183,-0.3437871038913727,-0.9104551076889038,0.22996024787425995,0.5210006237030029,-0.6877312660217285,-1.3653634786605835,-0.16976264119148254,0.05642080307006836,-0.037134915590286255 +193,-2.797162391278124,1.2694651585607606,-1.2360524691246786,-0.10021486133337021,-0.9549422264099121,0.2793606221675873,-0.16981031000614166,-1.3495597839355469,-2.69130277633667,-0.19542419910430908,0.16351467370986938,-0.009737849235534668 +194,2.4487536695661856,1.2967190836568938,-0.2546031188956985,0.17287641763687134,-0.9626753330230713,0.20825468003749847,-1.0272350311279297,-0.710630476474762,-3.1845719814300537,-0.14359480142593384,0.3837721347808838,0.08964264392852783 +195,1.6634899369226495,0.9883351894387268,0.4940229725268068,0.547719419002533,-0.8351113796234131,0.050915997475385666,-1.7067248821258545,-1.5172120332717896,-3.5621349811553955,0.12029510736465454,0.14808440208435059,0.12030291557312012 +196,1.4272149749898573,0.79358757305664,0.7166488660484875,0.6940760016441345,-0.7128738164901733,-0.1003468930721283,-1.5853214263916016,1.1248118877410889,-1.6087554693222046,0.014175951480865479,0.18063193559646606,0.19783532619476318 +197,1.4075940147884611,0.5249154820389303,0.8963509684159988,0.8538674116134644,-0.5011398792266846,-0.1406036764383316,-1.5339245796203613,0.5252371430397034,-2.133404493331909,0.16439741849899292,0.00945591926574707,-0.00777280330657959 +198,1.3779671951486718,0.33852226129523133,0.9785711943912158,0.925764262676239,-0.33209359645843506,-0.18076029419898987,-0.38122570514678955,0.18959940969944,-1.659043788909912,0.1542375087738037,0.14141976833343506,-0.12334732711315155 +199,1.3690100734356916,0.28381890376879537,0.9627677982288857,0.9405149817466736,-0.28002381324768066,-0.1924014836549759,0.37754392623901367,-0.40465256571769714,-0.2916203737258911,-0.06708663702011108,0.039346933364868164,-0.0323452353477478 +200,1.3517424490622316,0.22466851083384776,0.8818957489275412,0.9515720009803772,-0.22278322279453278,-0.21184486150741577,0.8333095908164978,-0.6422165632247925,-0.21076606214046478,0.08060872554779053,-0.13216674327850342,-0.07096153497695923 +201,1.3086502037379801,0.22884091807232232,0.7677621701257158,0.9406566023826599,-0.2268488109111786,-0.2523977756500244,1.014445424079895,-0.5197479724884033,-0.12225190550088882,0.04834175109863281,-0.0012242943048477173,0.009523659944534302 +202,1.3015713317756332,0.21859213087712245,0.727468692243525,0.941038191318512,-0.2168554663658142,-0.2596549689769745,0.037493638694286346,0.09445719420909882,-0.25612443685531616,0.06649953126907349,0.1561407744884491,0.026210755109786987 +203,1.3105259742287518,0.20638387322770219,0.7189491946635769,0.9458135962486267,-0.20492185652256012,-0.25188061594963074,0.03493398800492287,0.0308351032435894,-0.04019010439515114,-0.013486206531524658,-0.07107914984226227,0.012104004621505737 +204,1.3038128742373352,0.21439392571756336,0.7266911978794927,0.9424877166748047,-0.2127552628517151,-0.25778287649154663,-0.292974054813385,-0.093393474817276,0.29792845249176025,0.025865495204925537,0.03604324162006378,-0.03941252827644348 +205,1.296373176067332,0.2162284719834798,0.7682857498247683,0.9401664733886719,-0.21454745531082153,-0.26468124985694885,-0.27400439977645874,-0.20386022329330444,0.1717357337474823,-0.0315057635307312,-0.11813989281654358,0.0069450438022613525 +206,1.2501558334229659,0.24214972448555383,0.7813738552160546,0.9213455319404602,-0.2397901862859726,-0.3059791922569275,-0.023299507796764374,-0.2708415687084198,0.15478667616844177,0.01653599739074707,0.1394026130437851,0.02758258581161499 +207,1.2448414826194496,0.24291771953649818,0.807441607543391,0.9195316433906555,-0.240535706281662,-0.3108121156692505,-0.2722148299217224,0.08176043629646301,0.09975326061248779,-0.026648342609405518,-0.06332781910896301,-0.009240955114364624 +208,1.2243266433872806,0.2604294504284747,0.8160640330484511,0.9088606238365173,-0.25749555230140686,-0.3281286060810089,0.06994828581809998,-0.37527191638946533,0.44907695055007935,0.09669351577758789,0.10257306694984436,-0.04455205798149109 +209,1.202001872021473,0.29037305825198567,0.8210008142666191,0.8937144875526428,-0.28630968928337097,-0.34540000557899475,0.2737647294998169,-0.16328208148479462,0.07017628103494644,-0.03958851099014282,-0.05623486638069153,-0.03239238262176514 +210,1.1899475997300508,0.31026473572227403,0.8075543511313752,0.8840233087539673,-0.30531075596809387,-0.35396042466163635,0.007545625790953636,-0.006346339825540781,0.09041522443294525,0.0074713826179504395,0.01807934045791626,0.018724888563156128 +211,1.1832951881388487,0.32011447896064826,0.8104139641677242,0.8788221478462219,-0.3146752119064331,-0.3586796820163727,-0.07110010832548141,-0.20175588130950928,0.1377735733985901,-0.0104445219039917,0.015251994132995605,0.03293508291244507 +212,1.1758562161656865,0.3259594190059731,0.8212442866971262,0.8744170665740967,-0.3202178180217743,-0.36449334025382996,-0.0648949146270752,0.021105390042066574,0.06111300736665726,-0.0001494884490966797,0.0031249523162841797,0.013129234313964844 +213,1.17688596548211,0.3256347691616305,0.8271588272736583,0.8748878240585327,-0.3199102580547333,-0.36363258957862854,0.06078236550092697,-0.0036704116500914097,-0.06432819366455078,-0.024546027183532715,0.012003183364868164,-0.022231638431549072 +214,1.1708627505192968,0.3255473012706307,0.8275590869009194,0.8727075457572937,-0.3198273777961731,-0.36890649795532227,-0.07492953538894653,-0.08534228056669235,0.05109839886426926,0.007968723773956299,0.0017731785774230957,0.020319461822509766 +215,1.1575056200582314,0.3285344540046773,0.8349156488962756,0.8668234944343567,-0.32265621423721313,-0.38014471530914307,-0.07415203750133514,-0.19619233906269073,0.09254007041454315,-0.010378241539001465,-0.0037750303745269775,-0.007657438516616821 +216,1.1319931133903542,0.33600581967295823,0.8401571530840858,0.854637861251831,-0.3297189176082611,-0.4010980427265167,0.07661283016204834,-0.22791963815689087,0.07964629679918289,0.0027992725372314453,-0.006386429071426392,0.009923696517944336 +217,1.1242244610645904,0.33913385780352956,0.8480689130812161,0.8505616784095764,-0.3326704204082489,-0.40727782249450684,0.005967499688267708,-0.13593867421150208,0.10370997339487076,0.003121793270111084,-0.005647450685501099,-0.043710947036743164 +218,1.1235187026496165,0.3382070574542277,0.838493739192259,0.8505516052246094,-0.331796258687973,-0.40801116824150085,0.1044347882270813,0.03969132900238037,-0.13207724690437317,-0.01816946268081665,0.01261293888092041,-0.03299829363822937 +219,1.1175420776172629,0.3350168567837935,0.8333914102738494,0.8490452766418457,-0.32878509163856506,-0.41354870796203613,0.030896250158548355,-0.05253623053431511,0.050417643040418625,0.003066539764404297,-0.017101168632507324,-0.004465818405151367 +220,1.1261177425848,0.3381543430875331,0.8237413425481086,0.8516250252723694,-0.33174651861190796,-0.4058067202568054,0.17154766619205475,0.17149177193641663,-0.11386997252702713,-0.020051538944244385,-0.01626068353652954,-0.01725846529006958 +221,1.1327128782780493,0.33723039791918863,0.8100778780930359,0.8545600175857544,-0.3308747708797455,-0.4003112018108368,0.007688018959015608,-0.1583869755268097,0.06564532965421677,0.015480875968933105,0.0034669041633605957,-6.413459777832031e-05 +222,1.120810006768381,0.3408829680435463,0.8041388315179324,0.8486408591270447,-0.3343193829059601,-0.4099259376525879,0.15863482654094696,-0.16834600269794464,0.01329076662659645,-0.017906606197357178,-0.002823561429977417,-0.03315877914428711 +223,1.1217041325056711,0.3409392291672699,0.7965780662372083,0.8489902019500732,-0.3343724012374878,-0.409158855676651,-0.012754103168845177,-0.010148726403713226,-0.024919873103499413,-0.014288604259490967,-0.03496658802032471,0.022165417671203613 +224,1.1110519830914523,0.34381801637729315,0.7952839992499611,0.8437173962593079,-0.3370841145515442,-0.41775012016296387,0.011536287143826485,-0.10828306525945663,-0.0075921351090073586,-0.004896044731140137,0.024355262517929077,-0.031026095151901245 +225,1.1172251948360026,0.3405726794325551,0.7866886181148136,0.847258985042572,-0.33402693271636963,-0.4130108952522278,0.07347382605075836,0.07763904333114624,-0.043126028031110764,0.012726247310638428,0.011273056268692017,0.02385076880455017 +226,1.1141600532012268,0.34257601128703796,0.7839640758799455,0.8453868627548218,-0.3359145224094391,-0.4153100848197937,0.03288094699382782,-0.1031121239066124,0.07080863416194916,0.010478615760803223,0.003593355417251587,0.0016595721244812012 +227,1.1143175706534658,0.34632046630765334,0.7839213584999681,0.8443173766136169,-0.3394390344619751,-0.4146195948123932,-0.008203113451600075,0.02907247096300125,0.05112365633249283,0.010052740573883057,0.007453560829162598,0.012886226177215576 +228,1.113899070454199,0.3512023905912883,0.7842144724574214,0.8426465392112732,-0.344027042388916,-0.4142368733882904,0.06039906293153763,-0.05482343211770058,0.05949075147509575,-0.010737359523773193,0.003359377384185791,-0.0025874078273773193 +229,1.1131402925254255,0.35845801455877285,0.7852607347646797,0.8400705456733704,-0.35083067417144775,-0.41376233100891113,0.0022447756491601467,0.16259709000587463,-0.024923406541347504,0.0023976564407348633,0.009232193231582642,-0.01139327883720398 +230,1.120258404207789,0.35868019918298727,0.7847512828881319,0.8429242968559265,-0.35103872418403625,-0.40773820877075195,-0.06777679175138474,0.06255767494440079,0.036160096526145935,-0.006803691387176514,-0.034825533628463745,-0.0026468634605407715 +231,1.1330834279075908,0.3521198551162071,0.7810478679003483,0.8501516580581665,-0.3448883593082428,-0.3978620767593384,-0.03545260429382324,0.15058723092079163,-0.1500154435634613,-0.016274094581604004,-0.0013183057308197021,0.01819288730621338 +232,1.1401226725122866,0.34550407251609333,0.7831388642732984,0.8549858331680298,-0.3386709988117218,-0.3928118050098419,0.01141076534986496,0.0607462003827095,-0.018981780856847763,0.0015662908554077148,0.00981360673904419,-0.022273004055023193 +233,1.145174722584421,0.34223231758816913,0.7831980894849128,0.8579641580581665,-0.33559077978134155,-0.3889428377151489,-0.05830316245555878,0.03812394663691521,-0.008039405569434166,-0.010597705841064453,-0.001887887716293335,0.025768399238586426 +234,1.1414207195848656,0.3417053852382206,0.7900843425808696,0.8566585779190063,-0.3350943624973297,-0.3922344148159027,-0.014730770140886307,-0.04437203332781792,0.02232467383146286,0.0022433996200561523,0.0008811056613922119,-0.024483084678649902 +235,1.1400100416532186,0.3419338723329767,0.7890840357766798,0.8560348153114319,-0.33530962467193604,-0.3934105336666107,-0.005192057229578495,0.022533055394887924,-0.04275399446487427,0.0007919073104858398,-0.0009940564632415771,0.0019768178462982178 +236,1.138682841984326,0.33985429139235823,0.7906864075529925,0.8561432957649231,-0.33334973454475403,-0.39483746886253357,0.0021859905682504177,-0.05812668055295944,0.024619311094284058,-4.8995018005371094e-05,-0.003167569637298584,-0.006621271371841431 +237,1.1370143097254504,0.34005510407715855,0.7897634986155337,0.8554225564002991,-0.33353903889656067,-0.3962372839450836,0.007560797035694122,0.033169034868478775,-0.04339631646871567,-0.0023189187049865723,-0.00046059489250183105,-0.0065795183181762695 +238,1.1356810362370908,0.337583968131152,0.791651466350877,0.855638325214386,-0.33120840787887573,-0.39772364497184753,0.011768490076065063,-0.02050204575061798,0.0053914496675133705,-0.0027483105659484863,-0.013319820165634155,-0.0050778985023498535 +239,1.1361214384037703,0.3382196125342357,0.7892921022852624,0.8556222915649414,-0.33180809020996094,-0.39725807309150696,0.024649890139698982,0.05337313562631607,-0.040731869637966156,-0.0032052993774414062,0.013067245483398438,-0.01224207878112793 +240,1.131886362436548,0.33988795037898156,0.793123863464798,0.8534298539161682,-0.33338144421577454,-0.4006423056125641,0.016574937850236893,-0.10495030879974365,0.11533300578594208,0.013086199760437012,0.008857548236846924,0.003135591745376587 +241,1.1197366436041163,0.3519782034807423,0.7928135854949903,0.8448098301887512,-0.3447554111480713,-0.40919435024261475,0.06487774848937988,-0.07211147993803024,0.0365586131811142,-0.003913223743438721,0.015608102083206177,-0.017273515462875366 +242,1.1187756460769491,0.3547384371930984,0.7890786265236345,0.8435569405555725,-0.34734511375427246,-0.4095888137817383,0.024480048567056656,-0.024348463863134384,0.07345268875360489,-0.005803704261779785,-0.02332136034965515,0.03051474690437317 +243,1.1154689930827266,0.36423295963568514,0.784214927607489,0.8391982316970825,-0.3562326729297638,-0.410907119512558,0.1200534775853157,0.004427020438015461,0.0020880429074168205,-0.0026503801345825195,0.007615119218826294,-0.03107893466949463 +244,1.11759986630975,0.365560044589511,0.7822774018781737,0.8396461606025696,-0.35747238993644714,-0.4089106023311615,-0.02586165815591812,-0.038979385048151016,0.058518875390291214,-0.02006608247756958,-0.033106833696365356,0.021154284477233887 +245,1.1152654291557422,0.36939252708774983,0.7802525289566317,0.8374528288841248,-0.36104899644851685,-0.41026386618614197,0.018933957442641258,0.0032852739095687866,-0.041744980961084366,-0.009556710720062256,0.014964401721954346,-0.021391987800598145 +246,1.1189205068578865,0.36464127906796867,0.7793602221397702,0.8404805064201355,-0.3566141724586487,-0.40794461965560913,-0.02416575700044632,0.021941758692264557,-0.0030182558111846447,-0.0020711421966552734,-0.01663103699684143,0.02487275004386902 +247,1.115880969971702,0.36595182462752945,0.7797131119839288,0.8388161659240723,-0.3578382432460785,-0.4102917015552521,0.02352149970829487,-0.012397697195410728,-0.03963327035307884,-0.009027957916259766,0.01604139804840088,-0.028398513793945312 +248,1.1181975305137257,0.3599911535144897,0.7810464607715346,0.8416675925254822,-0.35226595401763916,-0.4092729091644287,-0.062225792557001114,0.0420379713177681,-0.007185038179159164,0.010520517826080322,-0.01499783992767334,0.02008223533630371 +249,1.1215693222865946,0.35818896881446954,0.7837985389845348,0.84361332654953,-0.3505787253379822,-0.4067077040672302,-0.036753036081790924,-0.009473086334764957,-0.005785247310996056,-0.005264937877655029,0.015831410884857178,-0.008956968784332275 +250,1.121466812171579,0.35452026505227313,0.7877675544674707,0.8447244763374329,-0.34714049100875854,-0.4073501229286194,-0.0578291192650795,0.0019627446308732033,0.03104221634566784,0.012529551982879639,-0.008724987506866455,0.033509790897369385 +251,1.119119627969835,0.35780572236805064,0.7882580320321986,0.8427353501319885,-0.3502197563648224,-0.40883174538612366,0.04709121584892273,-0.007584584876894951,-0.015051471069455147,-0.0001755356788635254,0.024963438510894775,-0.01577460765838623 +252,1.1184471646524188,0.35613261026538623,0.785699185862968,0.842985987663269,-0.3486521244049072,-0.40965384244918823,-0.016808241605758667,-0.05143019184470177,0.04187997803092003,0.008637487888336182,-0.012126654386520386,0.018448978662490845 +253,1.1122812529464334,0.3630457304958772,0.78279164630683,0.8382627367973328,-0.3551230728626251,-0.4137670695781708,0.05457376688718796,-0.09149929136037827,0.03593350201845169,-0.0031339526176452637,0.016850978136062622,-0.009282827377319336 +254,1.112836817975602,0.3641416144386925,0.7761357790593092,0.8381429314613342,-0.35614731907844543,-0.4131290018558502,0.041449736803770065,-0.012250566855072975,0.006091086193919182,0.0006937384605407715,-0.013176411390304565,0.028378605842590332 +255,1.1058931627372628,0.37010766699040043,0.774136196990302,0.8333399295806885,-0.36171582341194153,-0.4179786443710327,0.06959562748670578,-0.10973390936851501,0.009502282366156578,-0.009533226490020752,0.009222537279129028,-0.01642376184463501 +256,1.1032963280690782,0.3707617049662503,0.7733350159672832,0.8320404291152954,-0.3623254895210266,-0.42003464698791504,-0.04479142650961876,-0.008418693207204342,0.003214165335521102,-0.00940859317779541,-0.0026647448539733887,0.010442972183227539 +257,1.098555438852637,0.374006346730846,0.7731687212166712,0.8289884328842163,-0.3653477430343628,-0.4234375059604645,0.04118460789322853,-0.06157709285616875,0.007340559735894203,-0.009347319602966309,0.026434779167175293,-0.006661951541900635 +258,1.10138554887112,0.3708021018886735,0.7713093662379753,0.8312231302261353,-0.36236312985420227,-0.4216170608997345,-0.0003970181569457054,0.0975981205701828,-0.09279169142246246,-0.009720563888549805,-0.010485321283340454,0.004197627305984497 +259,1.103104258759607,0.36688979514328657,0.775449924524818,0.8332056403160095,-0.35871395468711853,-0.42082372307777405,-0.01253226213157177,0.0040632328018546104,-0.014626754447817802,-0.024535655975341797,-0.012669652700424194,-0.025755196809768677 +260,1.1200361429243264,0.3573840637496819,0.7742500149334239,0.8432425260543823,-0.34982478618621826,-0.4081234633922577,-0.11720401048660278,0.6899673342704773,-0.37450164556503296,0.012806117534637451,-0.020445019006729126,0.021099448204040527 +261,1.2061240926079346,0.30308120953272055,0.7924493592261934,0.8916593194007874,-0.2984623908996582,-0.3403877913951874,-0.5999193787574768,0.7042895555496216,-0.3112068772315979,-0.060207903385162354,-0.01831004023551941,0.022028475999832153 +262,1.2197443088629736,0.26366563530243653,0.8149393544800554,0.9065603017807007,-0.26062124967575073,-0.33200153708457947,0.04045715928077698,-0.09696613252162933,-0.1983807384967804,0.030268311500549316,-0.0028980374336242676,-0.08702003955841064 +263,1.2384357951683478,0.22431025439887617,0.7922662305470175,0.9215935468673706,-0.22243395447731018,-0.3181013762950897,0.04101657494902611,0.1253839135169983,-0.3199896812438965,0.049231648445129395,-0.05535230040550232,0.001161038875579834 +264,1.2454721486785452,0.21539023522558362,0.7863948428515541,0.925652265548706,-0.213728666305542,-0.31223064661026,0.02835787832736969,0.04842028394341469,-0.076363705098629,-0.00876694917678833,0.0491015762090683,-0.03583759069442749 +265,1.2492798034267087,0.21352278275960768,0.7787068074629117,0.9272114634513855,-0.21190398931503296,-0.3088293969631195,0.11719489097595215,-0.071393221616745,-0.033191632479429245,-0.047343909740448,0.011098325252532959,0.02837282419204712 +266,1.2506920896314921,0.2115313110896774,0.7605535139364178,0.9280453324317932,-0.2099573314189911,-0.3076517581939697,0.1852448433637619,0.10112105309963226,-0.18290738761425018,-0.013296246528625488,0.05616401135921478,0.0025370419025421143 +267,1.2586578968377473,0.21224801689126185,0.7491615620797878,0.9303231835365295,-0.210657998919487,-0.3002031743526459,-0.003957072272896767,0.027462463825941086,0.04557095840573311,0.054036498069763184,-0.0012255311012268066,0.020875751972198486 +268,1.257402144281482,0.21466297294857428,0.7465150322761048,0.9294589161872864,-0.21301814913749695,-0.30121350288391113,0.1689833402633667,-0.0766872763633728,-0.018719688057899475,-0.06707793474197388,-0.0029395073652267456,0.015401124954223633 +269,1.2167102702522041,0.24030143718125818,0.768041089471192,0.9110125303268433,-0.23799541592597961,-0.33677032589912415,-0.3531315326690674,-0.9251490831375122,0.9276605844497681,-0.0009784102439880371,0.024021416902542114,0.07401403784751892 +270,1.1297951400867792,0.2626172532390651,0.8260195932455214,0.8733189105987549,-0.2596089541912079,-0.4122101664543152,-0.46157097816467285,-0.1178833544254303,-0.08047454804182053,0.04098773002624512,0.0043447017669677734,0.08384105563163757 +271,1.098926681902558,0.22637768652125273,0.8972048211544824,0.867993950843811,-0.22444911301136017,-0.4429548680782318,-0.9897415041923523,-0.20585012435913086,0.08818630129098892,-0.04787987470626831,0.08141323924064636,0.0055159032344818115 +272,1.1035116314104578,0.1842497787760073,1.0086545732467895,0.8776832222938538,-0.18320906162261963,-0.4428391754627228,-1.0468170642852783,-0.01043486688286066,0.5260944366455078,-0.06602251529693604,-0.01649796962738037,0.02824258804321289 +273,1.0688262344420767,0.18164241553922678,1.0733302571715795,0.862214207649231,-0.18064521253108978,-0.4732377529144287,0.3170962929725647,-0.25669944286346436,0.21654470264911652,0.029723048210144043,-0.2094762623310089,-0.3014051914215088 +274,1.041460212483973,0.2073792051221536,1.0701646628779269,0.8446487188339233,-0.20589597523212433,-0.4941411018371582,-0.11784561723470688,-0.22461847960948944,-0.014157040044665337,-0.06141507625579834,-0.0027527213096618652,0.0598607063293457 +275,1.031656091708892,0.20817961435792043,1.087720410293229,0.839621901512146,-0.20667916536331177,-0.502313494682312,-0.11544252187013626,0.014198367483913898,0.07538729906082153,-0.009589552879333496,0.14161568880081177,0.02744472026824951 +276,1.060221547360523,0.18256570894774696,1.097083515660137,0.8579643368721008,-0.18155324459075928,-0.48055747151374817,-0.1195436492562294,0.3122771382331848,-0.21342623233795166,-0.03666013479232788,-0.046702995896339417,-0.06735506653785706 +277,1.0690693042458834,0.16969747995967413,1.1010132354187065,0.8641595840454102,-0.16888418793678284,-0.4740321934223175,-0.1962096095085144,0.05354911834001541,-0.060904841870069504,0.042807698249816895,0.05065907537937164,0.0001246929168701172 +278,1.0724173339441152,0.16732965262905108,1.119785502224683,0.8660905957221985,-0.1665498912334442,-0.4713261127471924,0.20874528586864471,0.20328585803508759,0.18278229236602783,0.09646439552307129,0.035537928342819214,-0.12390398979187012 +279,1.1073492177075919,0.23073193068420103,1.0623243681915613,0.8708115220069885,-0.22869011759757996,-0.43518754839897156,0.9324292540550232,0.20856952667236328,0.5226380228996277,0.05374908447265625,0.09555715322494507,-0.02085191011428833 +280,1.1437739009126886,0.3584313652022148,0.9910241151769782,0.8523579835891724,-0.35080572962760925,-0.38784170150756836,1.1622658967971802,0.2362600862979889,1.444912075996399,0.20071202516555786,0.25197458267211914,0.07702013850212097 +281,1.2431835653700012,0.5853056703232262,0.9687656338246773,0.7892098426818848,-0.5524541735649109,-0.2682206332683563,1.235177755355835,1.4020671844482422,2.5610768795013428,0.07668066024780273,0.3750249743461609,0.16328591108322144 +282,1.4844389921362329,0.9046122445954619,0.8478706531588412,0.615687370300293,-0.7861855626106262,-0.05330168828368187,0.9599277973175049,2.259470224380493,2.9558377265930176,-0.35041338205337524,0.34293311834335327,0.23996245861053467 +283,1.926765882750316,1.1686050151103027,0.6495794881466989,0.3668961226940155,-0.9202054738998413,0.136415034532547,-0.4597921371459961,4.067654132843018,2.819624662399292,-0.3489365577697754,0.003488004207611084,-0.011994853615760803 +284,2.108759473067569,1.2949346075035026,0.8105582631908651,0.23390458524227142,-0.9621908664703369,0.13956250250339508,-1.2146574258804321,1.5091028213500977,-0.8903260827064514,-0.32638806104660034,-0.3338603377342224,-0.1738642305135727 +285,1.8081521180407099,1.1586014656190131,1.2351375212128848,0.38938915729522705,-0.9162437319755554,0.09419944882392883,-0.4763091802597046,-0.35147279500961304,-1.5998609066009521,0.48817431926727295,-1.1255195140838623,0.34504008293151855 +286,1.721683398160575,0.9888109384945045,1.268840414640911,0.5434383749961853,-0.8353729844093323,0.08262582123279572,-0.588477611541748,-0.15115195512771606,-1.8932201862335205,-0.07551229000091553,0.3158111572265625,0.3722844123840332 +287,1.4983612518299119,0.9630583455629941,1.4587174362270838,0.569514811038971,-0.8209417462348938,-0.041325148195028305,-1.0556483268737793,-1.1916511058807373,-0.08915194123983383,0.06879091262817383,0.008487403392791748,-0.051494065672159195 +288,1.3904407278682869,0.9077031194422356,1.538751935078676,0.6055731773376465,-0.7880919575691223,-0.11041835695505142,0.32059693336486816,-0.6753093600273132,0.35321080684661865,0.01092761754989624,0.0015014410018920898,0.044515617191791534 +289,1.3500659233521646,0.9007337413436083,1.5400141759853905,0.6059674024581909,-0.7837827801704407,-0.13597089052200317,0.26531434059143066,-0.14638397097587585,-0.31999218463897705,0.017933964729309082,-0.0015565156936645508,-0.08222979307174683 +290,1.3666490158794562,0.9095235453173347,1.4961661544731397,0.6013690829277039,-0.7892112135887146,-0.12450230121612549,0.3512122929096222,0.14511017501354218,-0.041099075227975845,0.0002849102020263672,0.0073813796043396,0.005910992622375488 +291,1.445973212335261,0.9046921686502714,1.41708000024357,0.6131200790405273,-0.786234974861145,-0.07693152129650116,0.4788696765899658,0.23978638648986816,-0.30349308252334595,-0.033530235290527344,0.04403221607208252,-0.005649089813232422 +292,1.519957190159609,0.8437428686130596,1.3797552682024137,0.663812518119812,-0.747136116027832,-0.03377676010131836,-0.02903125062584877,0.46089327335357666,-0.6648654341697693,-0.013986408710479736,-0.00011736154556274414,0.01981496438384056 +293,1.5116322430439826,0.8140049459099247,1.4133912938426396,0.6853908896446228,-0.7270427346229553,-0.04059790447354317,-0.6699146032333374,-0.11378093808889389,-0.05650492385029793,-0.012768208980560303,0.0455852746963501,0.06632423400878906 +294,1.4709228772965686,0.8119308402432187,1.4533494774589255,0.6846696138381958,-0.7256171107292175,-0.0686085894703865,0.009111468680202961,-0.0954863652586937,0.03102591261267662,0.0017774701118469238,-0.0661461353302002,-0.030604057013988495 +295,1.50199099454188,0.7839308477950347,1.4320241264111102,0.7064681649208069,-0.7060684561729431,-0.04868562892079353,0.2118222713470459,0.003243834711611271,-0.11894621700048447,0.0032486915588378906,-0.004426538944244385,-0.03557342290878296 +296,1.5076463841205379,0.7806694894710681,1.4237248728166303,0.7090264558792114,-0.7037551999092102,-0.044834595173597336,0.0926685482263565,0.013624420389533043,0.02705095335841179,0.009754061698913574,-0.017131030559539795,-0.021617472171783447 +297,1.501945667528764,0.8019071278568255,1.423269123245448,0.6936901807785034,-0.7186834812164307,-0.04783663526177406,0.006079649552702904,-0.04935898259282112,0.2705789804458618,0.009862124919891357,0.01819819211959839,-0.0025173500180244446 +298,1.486156606898014,0.829799295489109,1.4363614489276684,0.672607421875,-0.737795889377594,-0.05706563964486122,-0.1110394299030304,-0.12226330488920212,0.3755728602409363,-0.0207061767578125,0.01747429370880127,0.0015693902969360352 +299,1.4599060131435952,0.8425317852531498,1.4637917207045963,0.6614874601364136,-0.7463306188583374,-0.07365470379590988,-0.10378244519233704,-0.04351796209812164,0.06438633799552917,-0.02414315938949585,-0.019935250282287598,-0.027907781302928925 +300,1.4388768251446302,0.8427635086169033,1.48244929145198,0.6596210598945618,-0.7464848160743713,-0.08752519637346268,-0.12178459018468857,-0.12409807741641998,-0.037865594029426575,-0.017821133136749268,-0.0013179183006286621,0.0007485151290893555 +301,1.428747843429385,0.8371147051647243,1.4823942031242214,0.6628643870353699,-0.7427141666412354,-0.09479734301567078,0.05285230278968811,-0.027421217411756516,-0.19661901891231537,-0.017051398754119873,0.012077569961547852,-0.018026188015937805 +302,1.4329222575474274,0.8262754784955079,1.4670242985744617,0.6711891293525696,-0.7354126572608948,-0.0931304320693016,0.09997016936540604,-0.04220086336135864,-0.12225832045078278,0.00413435697555542,0.01089489459991455,0.007376082241535187 +303,1.4389015067976112,0.8200334632645275,1.4578717387562221,0.6762716770172119,-0.7311686873435974,-0.08971758186817169,-0.04297349601984024,0.008647669106721878,0.0028996188193559647,0.0009744763374328613,0.014203846454620361,0.014674894511699677 +304,1.4408896490444423,0.8210257732402918,1.45833698473411,0.6757286190986633,-0.7318452596664429,-0.08827881515026093,0.04505229741334915,0.04777359962463379,-0.0010794838890433311,-0.0039452314376831055,0.014651715755462646,0.009818144142627716 +305,1.44307592092537,0.8243442909766465,1.4562519758757364,0.6735076308250427,-0.7341026663780212,-0.08649147301912308,-0.05879721790552139,0.002103341743350029,0.0506477877497673,-0.01162707805633545,-0.0028510689735412598,0.0063980817794799805 +306,1.4341539985328604,0.8243651664627268,1.4680433491522316,0.6726937890052795,-0.7341168522834778,-0.09249482303857803,-0.10590982437133789,-0.07138342410326004,0.038900330662727356,-0.007822632789611816,0.0028699636459350586,0.012798137962818146 +307,1.4152966615156475,0.8211092735640523,1.4866326934646048,0.6731879711151123,-0.7319021224975586,-0.10553247481584549,-0.13444632291793823,-0.05693367123603821,-0.045332953333854675,0.0008080005645751953,-0.006241738796234131,-0.0010806918144226074 +308,1.4035179204022308,0.8204240228474651,1.4975602685240934,0.6723928451538086,-0.7314350605010986,-0.11353779584169388,0.016921168193221092,7.810164242982864e-05,0.004670029506087303,0.006150245666503906,-0.012888729572296143,-0.02672100067138672 +309,1.3922041718369806,0.8242326115429646,1.508211229723564,0.6683189868927002,-0.7340268492698669,-0.12064189463853836,-0.1758311539888382,-0.046785868704319,0.07101951539516449,-0.004241228103637695,0.014101922512054443,0.022085368633270264 +310,1.3767563671387901,0.8235428938339644,1.525608366332395,0.6668722629547119,-0.7335582971572876,-0.13104873895645142,-0.06120063737034798,-0.03346293047070503,0.006774710491299629,-0.007311105728149414,-0.0006335973739624023,-0.019174039363861084 +311,1.3672075768660128,0.8215980381102364,1.5329612351876434,0.666986346244812,-0.7322351336479187,-0.13769865036010742,-0.14635124802589417,-0.02054893597960472,-0.05712131783366203,-0.005685746669769287,0.016048669815063477,0.033664241433143616 +312,1.3427007436590412,0.8171163071887265,1.5562269912369406,0.6666020154953003,-0.7291754484176636,-0.15474195778369904,-0.13401880860328674,-0.10453329980373383,0.052978623658418655,0.005273044109344482,-0.013591885566711426,-0.017041519284248352 +313,1.3303143472053915,0.8235168162282331,1.56529847175376,0.6600877046585083,-0.7335405349731445,-0.16187173128128052,-0.01547640934586525,-0.032916635274887085,0.05819398909807205,-0.003807246685028076,0.009892523288726807,-0.005822345614433289 +314,1.307768628010108,0.8281667731737424,1.5743182349899287,0.652970016002655,-0.7366929054260254,-0.17582270503044128,-0.06880146265029907,-0.22788262367248535,0.06944796442985535,-0.01229923963546753,0.025724947452545166,0.00646539032459259 +315,1.3044745809063603,0.819449787303145,1.5752579869308532,0.658557653427124,-0.7307703495025635,-0.17965593934059143,-0.0004915166646242142,0.03181307017803192,-0.11647012084722519,-0.014056980609893799,-0.001117408275604248,-0.017197713255882263 +316,1.297340281498827,0.8124519676824353,1.5812110666704535,0.6621670722961426,-0.7259756326675415,-0.18572625517845154,-0.04281146824359894,-0.05037962645292282,-0.05967167764902115,-0.002590656280517578,-0.003165602684020996,-0.01922982931137085 +317,1.2974255308951053,0.808730110934266,1.5785207661713718,0.6647799015045166,-0.7234110236167908,-0.186397984623909,0.010449477471411228,-0.0348539724946022,-0.031341660767793655,-0.0063021183013916016,0.013007581233978271,0.008449971675872803 +318,1.2930842477073266,0.8039968899858364,1.581873338790852,0.667249858379364,-0.7201350331306458,-0.19021882116794586,-0.032548971474170685,0.047671958804130554,-0.08557834476232529,-0.007764995098114014,-0.003619849681854248,-0.013074040412902832 +319,1.3066426379271454,0.7989223085407033,1.5684507804371732,0.6732863783836365,-0.7166048288345337,-0.18210653960704803,0.06455338001251221,0.04014282301068306,-0.08141922205686569,-0.00556182861328125,0.026495635509490967,0.021553590893745422 +320,1.292712538555076,0.7928841202053177,1.5846209945225884,0.6748331189155579,-0.7123802900314331,-0.1926518976688385,-0.34970155358314514,0.009961454197764397,-0.019011499360203743,-0.002729177474975586,0.00463181734085083,0.022714704275131226 +321,1.2764370354381436,0.7782880904177931,1.6183513499235134,0.6814869046211243,-0.7020613551139832,-0.2066039890050888,-0.03536035865545273,0.012698855251073837,-0.1058565154671669,-0.024855494499206543,0.001042187213897705,-0.03852841258049011 +322,1.2673626238236182,0.7571088767116162,1.6265315411627441,0.6936207413673401,-0.6868229508399963,-0.21717441082000732,-0.09968876838684082,-0.14160962402820587,-0.23003776371479034,-0.017152786254882812,0.014001905918121338,-0.012455105781555176 +323,1.2633277771061064,0.7343638665626628,1.6211172770023277,0.7074474692344666,-0.6701151132583618,-0.2246418446302414,0.0859035849571228,-0.0421193391084671,-0.19116123020648956,0.022822976112365723,-0.0013021230697631836,-0.03220939636230469 +324,1.2676417204218031,0.7291093935492786,1.6095363760054109,0.7117605805397034,-0.6662057042121887,-0.2226359248161316,0.05615031719207764,-0.04393473267555237,-0.010274603962898254,0.01005643606185913,0.01583045721054077,-0.014668747782707214 +325,1.2796549588892983,0.7285357853632662,1.5892824595013093,0.7147496342658997,-0.6657778024673462,-0.2141791731119156,0.3316575884819031,0.03283281624317169,-0.09227941185235977,-0.015653014183044434,-0.04314547777175903,-0.04970631003379822 +326,1.3194258438668411,0.7403708673492712,1.52583049543265,0.715018093585968,-0.6745617389678955,-0.18361826241016388,0.2793761193752289,0.17313311994075775,-0.23630984127521515,-0.021078824996948242,0.05758786201477051,0.051004111766815186 +327,1.3266706999753792,0.7341679001203513,1.5153089348008564,0.7203758358955383,-0.6699696183204651,-0.1794411838054657,-0.14399412274360657,-0.026363886892795563,0.03305691108107567,0.019431233406066895,0.0029317736625671387,0.033429816365242004 +328,1.3280550344329156,0.7461091411637285,1.514844976281324,0.7128066420555115,-0.6787866950035095,-0.1765081286430359,0.09610603004693985,-0.02686626836657524,0.20000842213630676,0.0032271742820739746,0.021483898162841797,-0.0062616318464279175 +329,1.3428098061556277,0.763062388404977,1.5016916117478554,0.7040212750434875,-0.691137969493866,-0.16334737837314606,0.3408082127571106,0.08636128902435303,0.2621130347251892,-0.005779147148132324,-0.005608916282653809,-0.03680217266082764 +330,1.3848096036361441,0.7851344389103171,1.4594467394338737,0.6950954794883728,-0.7069202661514282,-0.1307900846004486,0.19259195029735565,0.13396486639976501,-0.0028046355582773685,-0.028484761714935303,0.03477060794830322,0.037635207176208496 +331,1.39020178294377,0.7918465059022458,1.452074616250462,0.6911072134971619,-0.7116517424583435,-0.12618499994277954,-0.0034762639552354813,-0.06181386485695839,0.09676609933376312,-0.004339694976806641,-0.008563101291656494,0.011911943554878235 +332,1.4020911489698553,0.7931463829093999,1.4446995554903699,0.6916460990905762,-0.7125643491744995,-0.11780403554439545,0.022068407386541367,0.05422716960310936,-0.0034086406230926514,-0.008052408695220947,0.004113972187042236,0.01152658462524414 +333,1.4117279209823705,0.7993567713127671,1.4390918506835702,0.6883664727210999,-0.716907799243927,-0.11043033003807068,0.10688253492116928,0.12541581690311432,0.1872057169675827,0.04156816005706787,-0.023036658763885498,-0.02027648687362671 +334,1.4312272691162624,0.8136018594179089,1.4338911986693883,0.6802061200141907,-0.7267659306526184,-0.09555700421333313,-0.0844530463218689,0.12887723743915558,0.06864002346992493,-0.0269162654876709,0.008824646472930908,0.037726208567619324 +335,1.4366880348664357,0.8180018068122569,1.435744819315062,0.6775421500205994,-0.7297811508178711,-0.09141269326210022,0.06584492325782776,0.04481586441397667,-0.0021834480576217175,-0.02513730525970459,-0.0029459595680236816,-0.0068538859486579895 +336,1.444619625306944,0.8235496689321596,1.429525006279726,0.6742189526557922,-0.7335628867149353,-0.08552507311105728,0.07773633301258087,0.04726594686508179,0.18755179643630981,0.04360032081604004,0.013744711875915527,0.004211001098155975 +337,1.4648579583534649,0.8445942989402015,1.4295290516178656,0.6603120565414429,-0.7477017641067505,-0.07021525502204895,0.14236710965633392,0.310709148645401,0.30935361981391907,0.02874433994293213,-0.008874773979187012,-0.04567527770996094 +338,1.5026795567378708,0.8873456955737304,1.408711896473149,0.6300080418586731,-0.7753983736038208,-0.042980607599020004,0.1229756623506546,0.25505611300468445,0.47734495997428894,0.012860000133514404,0.06934362649917603,0.0372127890586853 +339,1.5265149200281043,0.9372718838009995,1.4110906422235576,0.5914086699485779,-0.8059461116790771,-0.02620553784072399,0.0973460003733635,0.1744346171617508,0.5211915373802185,-0.01957029104232788,0.0033032894134521484,-0.02240896224975586 +340,1.5489575360978893,0.9850224478708749,1.4009041092258516,0.5527123808860779,-0.8332844972610474,-0.01207248866558075,0.03986033797264099,0.10305098444223404,0.5034375786781311,-0.0034570693969726562,0.003710031509399414,0.018664302304387093 +341,1.5534495003913682,1.0300725387452372,1.403491839172799,0.5146791934967041,-0.8573363423347473,-0.00892894621938467,-0.07363872975111008,0.0787513479590416,0.3379843235015869,-0.0243074893951416,0.008566200733184814,-0.008954346179962158 +342,1.5681679972067166,1.0669226356577826,1.396438068444563,0.48281997442245483,-0.8757188320159912,-0.0012690129224210978,0.16215285658836365,0.08180257678031921,0.2821437418460846,-0.01858651638031006,0.01335299015045166,0.03776806592941284 +343,1.5661501208824897,1.0853327182900185,1.4029690632041893,0.46661368012428284,-0.8844587206840515,-0.0021679988130927086,-0.02544274553656578,0.012360634282231331,0.19776302576065063,-0.0049284398555755615,-0.016069352626800537,-0.025679349899291992 +344,1.5800423089911055,1.1038495495202674,1.393248353843475,0.4501427710056305,-0.8929468989372253,0.004162130411714315,-0.0006673280149698257,0.1036236435174942,0.09899690002202988,-0.021889567375183105,0.016894042491912842,0.023334145545959473 +345,1.5713838589439668,1.1132936245729759,1.4034757806465032,0.44170862436294556,-0.8971583843231201,0.0002595180703792721,-0.08759169280529022,-0.06300202757120132,0.05835647135972977,-0.029004216194152832,0.002596735954284668,0.01043689250946045 +346,1.5690359232464213,1.1141030720261982,1.4048533159685765,0.4409821629524231,-0.897515594959259,-0.000776307366322726,0.0434437058866024,0.008515936322510242,-0.009704222902655602,-0.0001862049102783203,-0.005560636520385742,-0.011262893676757812 +347,1.5683316992794045,1.1182048941042522,1.4056298654745378,0.43729618191719055,-0.8993169069290161,-0.0010777743300423026,-0.03317592293024063,0.010052889585494995,0.06441178172826767,0.0027978122234344482,0.005975902080535889,0.0023289918899536133 +348,1.5612641239796543,1.1238964038037464,1.4126840394890303,0.4321524202823639,-0.9017912149429321,-0.004119489341974258,-0.0457581952214241,0.013395999558269978,-0.025302065536379814,-0.02048557996749878,0.001339554786682129,-0.0019229650497436523 +349,1.5593237988663307,1.1259394301269532,1.413321751744143,0.4303003251552582,-0.9026722311973572,-0.004936849232763052,-0.03179052099585533,-0.010801603086292744,-0.033708881586790085,-0.021410584449768066,0.023048877716064453,0.0006186366081237793 +350,1.5509183956460029,1.1209630216211082,1.4199382299507235,0.43472954630851746,-0.900519609451294,-0.008642662316560745,-0.014797111973166466,-0.03885086625814438,-0.035062335431575775,-0.005560874938964844,0.004477739334106445,0.006552219390869141 +351,1.5429305557342936,1.1182342822814668,1.425624235378481,0.4371015429496765,-0.8993297219276428,-0.012183325365185738,-0.06314608454704285,-0.038316573947668076,-0.006009345408529043,-0.0028058886528015137,0.005729258060455322,0.008597493171691895 +352,1.5410822441733447,1.1208538379113457,1.426258676667079,0.43472185730934143,-0.900472104549408,-0.012921163812279701,0.036004722118377686,0.029775332659482956,0.057508684694767,0.005784094333648682,0.006017148494720459,-0.003268420696258545 +353,1.537477178387062,1.1275019342304737,1.431329833013126,0.42867985367774963,-0.9033435583114624,-0.01428853627294302,-0.07013604789972305,-0.014525025151669979,0.09437917917966843,-0.013518691062927246,0.010765314102172852,0.0010286550968885422 +354,1.5423852764403827,1.1329939058660339,1.427387484522978,0.4237794280052185,-0.9056854844093323,-0.012043259106576443,0.042340237647295,-0.00760675361379981,0.05771425738930702,-0.01580512523651123,0.0048828125,0.006275413557887077 +355,1.5402107494232677,1.1354129434027402,1.4284539592154784,0.42156076431274414,-0.9067084193229675,-0.012897701933979988,-0.07111825048923492,-0.03275240212678909,0.020964033901691437,-0.006643801927566528,0.009339094161987305,0.014911890961229801 +356,1.5344591041535338,1.1354212784260704,1.4332470614504467,0.4214724004268646,-0.9067119359970093,-0.015321881510317326,-0.006741495802998543,-0.024964099749922752,0.01973683200776577,-0.007242023944854736,0.009006679058074951,0.006090281531214714 +357,1.530394222498887,1.1331075885697977,1.4386017906933675,0.4235013425350189,-0.9057337045669556,-0.01711966097354889,0.02866801805794239,-0.003481761086732149,0.0036024509463459253,0.0014101862907409668,-0.005231261253356934,-0.011551618576049805 +358,1.5312526264931683,1.1332664375374881,1.4370310260770098,0.4233720600605011,-0.905800998210907,-0.016750430688261986,-0.004485493525862694,0.0190211720764637,-0.030282381922006607,-0.004884541034698486,0.011574983596801758,0.0035057663917541504 +359,1.5270132071074982,1.1339132548288988,1.440924807470937,0.42271173000335693,-0.9060748815536499,-0.01851947233080864,-0.01573050022125244,-0.0003974437713623047,-0.02969716675579548,-0.012433469295501709,0.016914844512939453,-0.0026444178074598312 +360,1.521858098784708,1.124418742675579,1.4503620543185702,0.4311838746070862,-0.902016818523407,-0.02111823670566082,-0.06271083652973175,0.23279081284999847,-0.36058199405670166,-0.027070164680480957,0.010491669178009033,-0.007247863337397575 +361,1.5222688195489342,1.0640194099279257,1.4809370717779011,0.4847903847694397,-0.8743134140968323,-0.023544153198599815,-0.14677469432353973,-0.17383356392383575,-0.4069352447986603,-0.032825082540512085,-0.048644959926605225,-0.012512383982539177 +362,1.4915043059116757,1.0433768139561326,1.4880341058445081,0.5017240643501282,-0.8641087412834167,-0.03986630216240883,0.07022062689065933,-0.08182971924543381,-0.33055660128593445,0.003997981548309326,0.010760843753814697,-0.03072083368897438 +363,1.487630248359805,1.0181277318788204,1.4808034627883895,0.5231457948684692,-0.8511266708374023,-0.04360857233405113,-0.05250440910458565,-0.1501195877790451,-0.19976837933063507,0.005494892597198486,0.021933674812316895,0.015379849821329117 +364,1.4667006311236097,0.9973072447383058,1.4951463715162983,0.5396295189857483,-0.8400130271911621,-0.05637688934803009,-0.08921121805906296,-0.06540345400571823,-0.17777585983276367,-0.005724430084228516,0.0015424489974975586,-0.0164991095662117 +365,1.4478331684933998,0.974233047707844,1.5105544033893537,0.5575609803199768,-0.8272712826728821,-0.06890709698200226,-0.14945697784423828,-0.11308788508176804,-0.2214871197938919,-0.007329046726226807,-4.506111145019531e-05,0.013365089893341064 +366,1.3974398374229982,0.9514545877254612,1.5559942309626884,0.5717983841896057,-0.8142607808113098,-0.10013002902269363,-0.3218604028224945,-0.09844136238098145,-0.16594117879867554,0.0002840757369995117,0.0068877339363098145,-0.011991553008556366 +367,1.353812329663834,0.9322438200567292,1.5996925279478384,0.582057535648346,-0.8029593825340271,-0.12831732630729675,-0.20707249641418457,-0.10753914713859558,-0.07905428856611252,0.008945882320404053,-0.0008279085159301758,-0.0019316673278808594 +368,1.3234348461068286,0.9290141408805046,1.6191319324311249,0.5804028511047363,-0.801030158996582,-0.14657101035118103,-0.09253592044115067,-0.03811543807387352,-0.05576176568865776,0.008830487728118896,0.0034990906715393066,-0.0003863424062728882 +369,1.325726372983486,0.9307553478988108,1.6109079395990822,0.5793831944465637,-0.8020712733268738,-0.14490200579166412,0.1319722682237625,-0.012252280488610268,0.0472366064786911,0.0037465691566467285,-0.009864091873168945,-0.009410127997398376 +370,1.3325582246450673,0.9302849908416213,1.600916364999835,0.5807264447212219,-0.8017902970314026,-0.1410294771194458,-0.10284030437469482,-0.002987788524478674,-0.0815039798617363,-0.021797001361846924,0.028306961059570312,0.0328599214553833 +371,1.3135626484350016,0.8919669633900345,1.6380295116605292,0.607223391532898,-0.7783082723617554,-0.15973716974258423,-0.4991490840911865,0.1994912326335907,-0.6169590950012207,-0.03773486614227295,0.02135026454925537,0.04265642166137695 +372,1.2942896249839095,0.867002832238172,1.6505849138485658,0.6225337982177734,-0.7623928785324097,-0.17666012048721313,0.030123144388198853,-0.040782127529382706,-0.1664797067642212,0.0053195953369140625,0.002642512321472168,-0.03299558162689209 +373,1.3014948258368462,0.8536528949525278,1.637944844480554,0.6335457563400269,-0.753686249256134,-0.17486260831356049,-0.06281021982431412,-0.048438459634780884,0.006834817118942738,0.028502583503723145,0.015206634998321533,0.03841853141784668 +374,1.2996423658831806,0.8601065432190744,1.640970534406883,0.6285213232040405,-0.7579120993614197,-0.17472948133945465,0.016652897000312805,0.02629243955016136,0.20094573497772217,0.015857338905334473,-0.007331430912017822,-0.002852320671081543 +375,1.3038988291219924,0.8797788200529219,1.6403206133336807,0.6147564649581909,-0.7705979347229004,-0.16808724403381348,0.08282226324081421,0.050259850919246674,0.26672235131263733,0.005772709846496582,0.0031723976135253906,0.0040705204010009766 +376,1.3118162074571018,0.9001037764460879,1.6404938180216486,0.6008016467094421,-0.7833914160728455,-0.1591702550649643,0.10212179273366928,0.006640227511525154,0.26912325620651245,-0.007036447525024414,-0.0029244422912597656,-0.015771731734275818 +377,1.3185151145722231,0.9268005594072121,1.6359190554001517,0.5813902616500854,-0.7997031211853027,-0.14986687898635864,0.14516516029834747,0.034960538148880005,0.3036346435546875,0.008667051792144775,-0.006388068199157715,-0.010457202792167664 +378,1.3299939232924542,0.9680264080179816,1.6254645405418906,0.5505690574645996,-0.8237684369087219,-0.13520176708698273,0.16432738304138184,-0.01849781721830368,0.43563151359558105,0.004606783390045166,0.010825812816619873,-0.004996016621589661 +379,1.340385302086789,0.9997884268425173,1.6199143060475476,0.5261967778205872,-0.841356635093689,-0.12343364953994751,0.09455062448978424,0.02738773822784424,0.28178322315216064,-0.01838439702987671,-0.01312023401260376,-0.0026345178484916687 +380,1.3505883328017807,1.018506418470583,1.6127144909210605,0.5119690895080566,-0.8513253927230835,-0.11459804326295853,0.0401311069726944,0.009627963416278362,0.10676581412553787,-0.03003549575805664,0.007453322410583496,0.01276087760925293 +381,1.3510041776803674,1.0357527580306036,1.6022761668969032,0.4976121783256531,-0.8602464199066162,-0.11116714775562286,0.22073647379875183,-0.19582834839820862,0.24732060730457306,0.0018537044525146484,-0.0028211474418640137,-0.02446816861629486 +382,1.4067632732202224,1.1098989126419068,1.4944014183669185,0.4387820363044739,-0.8956537246704102,-0.07262731343507767,0.8706086874008179,-0.309408962726593,0.9636141657829285,0.06764191389083862,-0.027594566345214844,-0.01199793815612793 +383,1.5527291542428379,1.1786395249704398,1.3356564758120633,0.3821197748184204,-0.9240869283676147,-0.0069045755080878735,0.3060491979122162,0.29549703001976013,0.29141226410865784,-0.03658458590507507,0.08583015203475952,0.07646942138671875 +384,1.5815216111800598,1.2138078580883893,1.3208064109003816,0.34943416714668274,-0.9369534850120544,0.0037479244638234377,-0.007827057503163815,-0.05628401041030884,0.527931809425354,-0.01342037320137024,-0.006253302097320557,0.009450912475585938 +385,1.5569325732145214,1.2456076450668478,1.3496524177266487,0.31945717334747314,-0.9475904703140259,-0.004429159220308065,-0.07523134350776672,0.13283272087574005,0.04379582777619362,-0.03886324167251587,0.019886493682861328,-0.008617103099822998 +386,1.536353998667551,1.2522260888039407,1.380503536403332,0.3130238652229309,-0.949684202671051,-0.010785535909235477,-0.1906212866306305,0.08248023688793182,0.00832231156527996,-0.02280166745185852,0.019721925258636475,0.02895873785018921 +387,1.499598839254344,1.2558601011706814,1.4164357799420515,0.30897074937820435,-0.9508161544799805,-0.022035187110304832,-0.14065909385681152,0.015918482095003128,-0.07774755358695984,-0.018412917852401733,0.00788414478302002,0.006425442174077034 +388,1.487296788088184,1.254811630731241,1.4274536042740964,0.3096703588962555,-0.9504908323287964,-0.025917593389749527,-0.05079841986298561,-0.03950938209891319,0.06700564175844193,0.012427479028701782,0.010701954364776611,0.02364402636885643 +389,1.4574996412128176,1.2595944948484705,1.4581931416577687,0.30424004793167114,-0.9519662261009216,-0.03461763635277748,-0.09904889762401581,-0.03598245978355408,0.13765425980091095,-0.0031688809394836426,0.004593789577484131,-0.0013473033905029297 +390,1.4241098336034284,1.2678253776063793,1.4937375526638568,0.2951534688472748,-0.9544543027877808,-0.043608248233795166,0.0017374064773321152,-0.023592710494995117,0.08399970084428787,-0.010744869709014893,0.010514974594116211,-0.009995881468057632 +391,1.4000647210548363,1.2741120465501785,1.5198013357312419,0.2881002426147461,-0.9563111066818237,-0.04967138543725014,-0.10020437091588974,0.025834428146481514,0.010423889383673668,-0.014952659606933594,0.015255868434906006,0.004139188677072525 +392,1.3831317690331288,1.277105501258815,1.5419185811357008,0.28440433740615845,-0.9571819305419922,-0.054008129984140396,-0.03722277283668518,0.071923166513443,-0.0643029510974884,-0.010844826698303223,0.022398054599761963,0.007362011820077896 +393,1.3847796037165556,1.2738757568948629,1.5463316770069273,0.2875300347805023,-0.9562419652938843,-0.05411095917224884,-0.04181923344731331,-0.02934950776398182,0.029993969947099686,-0.0023279786109924316,-0.009730994701385498,-0.0072446539998054504 +394,1.383598029957301,1.274158334911641,1.5479710942560005,0.28719982504844666,-0.9563246369361877,-0.054400261491537094,0.034415990114212036,0.0378970168530941,-0.020158659666776657,0.001008152961730957,0.01723778247833252,-0.002530273050069809 +395,1.3656940255570007,1.2760872180475822,1.5660822992749648,0.28437307476997375,-0.9568866491317749,-0.05915743485093117,-0.1047963798046112,-0.03331713378429413,0.014126095920801163,-0.016428768634796143,0.019432544708251953,-0.005249913781881332 +396,1.3556249143765986,1.2734996566351107,1.5777169574476495,0.28618162870407104,-0.9561318755149841,-0.06254637241363525,0.1088588684797287,0.030789708718657494,-0.002243034541606903,0.0008209049701690674,-0.006056845188140869,-0.029006361961364746 +397,1.3658058632840855,1.274483872917335,1.5699017592644988,0.2858818471431732,-0.9564197063446045,-0.05943794548511505,-0.027366865426301956,0.016691040247678757,-0.02039184793829918,-0.010582774877548218,0.019423246383666992,0.0002186298370361328 +398,1.3629523368962282,1.2761204856889259,1.5724976633701813,0.28417935967445374,-0.9568963646888733,-0.05993045121431351,-0.040772128850221634,0.012447692453861237,-0.012536142021417618,-0.014922767877578735,0.005419254302978516,0.00486147403717041 +399,1.3692648507841523,1.2750387117137971,1.5654635104072336,0.2855658233165741,-0.9565815925598145,-0.05834250524640083,0.03426478058099747,-0.01778881438076496,-0.028498295694589615,-0.008344113826751709,0.017784595489501953,0.003593921661376953 +400,1.3705195187028836,1.2721576541649244,1.561397152290951,0.28833863139152527,-0.9557378888130188,-0.0585322342813015,-0.014715953730046749,-0.0030724992975592613,-0.05215264856815338,-0.0051355063915252686,0.007037937641143799,0.004210948944091797 +401,1.3708854772410786,1.2715318060283893,1.5597331935494987,0.28894633054733276,-0.9555535912513733,-0.05854550376534462,-0.012165747582912445,0.005286434665322304,-0.005821774713695049,0.000757068395614624,0.01910632848739624,0.002332143485546112 +402,1.3704155718210487,1.271169080479779,1.5602186350872425,0.28925830125808716,-0.9554466009140015,-0.05875023081898689,0.01174889411777258,0.020587563514709473,0.009181983768939972,0.0008570849895477295,0.010545969009399414,0.0045662447810173035 +403,1.368523499957117,1.2740379286767773,1.5626241131060312,0.28646013140678406,-0.9562894105911255,-0.05874648690223694,-0.02116495743393898,-0.033629972487688065,0.06001665070652962,-0.007178515195846558,0.013403058052062988,0.007293820381164551 +404,1.3453903151828275,1.2785216536311843,1.5802984006260332,0.2808428704738617,-0.9575909376144409,-0.06439802795648575,0.010872158221900463,-0.01990465447306633,0.027698364108800888,-0.009862005710601807,0.007944822311401367,-0.009546048939228058 +405,1.3482362364619915,1.27981993060726,1.5768765821656932,0.27981165051460266,-0.9579642415046692,-0.06332392245531082,-0.007965446449816227,-0.0034282105043530464,0.007690299768000841,-0.003429234027862549,0.016451239585876465,-0.003662101924419403 +406,1.3437517121685925,1.2830479495309428,1.5809620241148876,0.2765108048915863,-0.9588853120803833,-0.0638817623257637,0.044375911355018616,0.021544698625802994,0.03161371499300003,-0.002478182315826416,0.006919980049133301,-0.009207844734191895 +407,1.3458502300339628,1.2869251065289669,1.5793244060920657,0.2730185091495514,-0.9599784016609192,-0.062471725046634674,-0.0371224619448185,-0.011245207861065865,0.03750240057706833,-0.008919358253479004,0.012026011943817139,0.005449645221233368 +408,1.3479015434091828,1.2867011347276296,1.5783843115350091,0.27335572242736816,-0.9599156379699707,-0.06195906177163124,0.028979860246181488,0.01826581172645092,-0.02132469415664673,-0.008096903562545776,0.004135489463806152,-0.00014419108629226685 +409,1.343050645296879,1.28521839633959,1.5829721566258983,0.274437814950943,-0.9594990015029907,-0.06360554695129395,-0.06649234145879745,-0.012560343369841576,-0.023289265111088753,0.0014258325099945068,0.005809426307678223,0.008780717849731445 +410,1.3431995893194577,1.2845063275824222,1.582974940734996,0.2751128077507019,-0.9592981338500977,-0.06371881067752838,0.04816136509180069,0.007079980336129665,0.010928953066468239,0.0034058988094329834,-0.002295553684234619,-0.014741845428943634 +411,1.3396375447834532,1.2851417890265235,1.5874170643046464,0.2742903232574463,-0.959477424621582,-0.06455861777067184,-0.061824068427085876,-0.005584060680121183,0.004959863610565662,-0.004545480012893677,0.007832586765289307,0.005873329937458038 +412,1.339004982286352,1.2854093521463879,1.587839202918904,0.273999959230423,-0.9595527648925781,-0.06467322260141373,0.025447700172662735,0.029439568519592285,-0.04993685334920883,-0.011838704347610474,0.002262115478515625,-0.011101901531219482 +413,1.3417137804688195,1.284518728794615,1.585635570315408,0.2750059962272644,-0.9593016505241394,-0.06412474811077118,-0.06282424926757812,0.012661299668252468,-0.008050150237977505,0.003146439790725708,0.02084040641784668,0.02196473628282547 +414,1.3391782671515393,1.2849665590556951,1.5885953301496423,0.27442440390586853,-0.9594280123710632,-0.06472320854663849,0.02901427634060383,0.006252140738070011,-0.013545946218073368,-0.010676264762878418,0.010422945022583008,-0.010258488357067108 +415,1.3342016643200179,1.2838207206708014,1.594132086971981,0.27516746520996094,-0.9591042995452881,-0.06634574383497238,-0.04024139791727066,-0.016405191272497177,0.001903377939015627,-0.0059871673583984375,0.01963597536087036,0.013901293277740479 +416,1.3261262330500803,1.279219452322484,1.6024415056734924,0.2789015769958496,-0.9577917456626892,-0.06963396072387695,-0.002664037048816681,0.015576336532831192,-0.07092877477407455,-0.010804623365402222,0.010297298431396484,-0.012076854705810547 +417,1.3258538936843187,1.2731716237248527,1.6045832410252145,0.2844969928264618,-0.9560357332229614,-0.07111329585313797,-0.05898645520210266,0.007280404679477215,-0.018562816083431244,0.0020782947540283203,0.0263788104057312,0.01563233882188797 +418,1.2979962395302804,1.270153035550251,1.632383073753178,0.2851838767528534,-0.9551461935043335,-0.07978732883930206,-0.04257648065686226,-0.0046373941004276276,-0.035851772874593735,-0.013943612575531006,-0.004936873912811279,-0.02334684133529663 +419,1.291409083134122,1.2697863090521395,1.6369084694572344,0.28498905897140503,-0.955037534236908,-0.08176080137491226,-0.052724115550518036,-0.0566425696015358,0.03197016194462776,0.0038140714168548584,0.015004515647888184,0.012592673301696777 +420,1.2483337336547249,1.27855585584599,1.6734279072137723,0.2732493579387665,-0.9576008319854736,-0.09129934757947922,-0.008536173030734062,-0.10350587964057922,0.16809839010238647,0.0015766918659210205,0.007115542888641357,-0.039788901805877686 +421,1.2305122183512278,1.2838732886030442,1.691747800719584,0.2667752206325531,-0.9591192007064819,-0.09445352107286453,-0.0757046639919281,0.034869737923145294,0.037974994629621506,-0.0009518563747406006,0.011929869651794434,0.0075089335441589355 +422,1.1724463997486003,1.2909532429037112,1.749359319164353,0.25457897782325745,-0.9610987901687622,-0.107139453291893,-0.16233685612678528,-0.0030196327716112137,0.0869203731417656,-0.0038617849349975586,0.010704994201660156,-0.013603344559669495 +423,1.1541973091280124,1.2968256484098575,1.7701997023662357,0.2474159300327301,-0.9627041816711426,-0.10948142409324646,0.08552753925323486,0.014659762382507324,0.08740746229887009,-0.010279089212417603,-0.006534099578857422,-0.021637320518493652 +424,1.1450247943284038,1.2990932201087197,1.7808797573689068,0.24441231787204742,-0.9633152484893799,-0.11084417253732681,-0.05805342644453049,-0.02308899164199829,0.04544903337955475,-0.007519632577896118,0.006528139114379883,-0.00014828890562057495 +425,1.1247837608273192,1.3007174018712804,1.8002769548483648,0.24070687592029572,-0.9637498259544373,-0.1150931790471077,-0.04903111234307289,-0.04522427171468735,-0.03394174203276634,-0.0021967291831970215,0.01936817169189453,-0.0007210373878479004 +426,1.0605871632709467,1.305357434139084,1.8580118830977828,0.22892294824123383,-0.9649774432182312,-0.12811291217803955,-0.08599469810724258,-0.10037505626678467,0.1814020425081253,-0.0010634511709213257,0.011745631694793701,-0.01026904582977295 +427,1.0010445701265234,1.31533911669859,1.9110459814243637,0.21277181804180145,-0.9675478935241699,-0.1363055408000946,0.04621022194623947,-0.048641979694366455,0.09329517930746078,-0.012347638607025146,0.017978191375732422,-0.019273027777671814 +428,0.9747563728753508,1.328274203352877,1.9276226067038829,0.19874164462089539,-0.9707353711128235,-0.13481420278549194,0.016038423404097557,-0.15079928934574127,0.18114997446537018,-0.004054725170135498,0.012040793895721436,-0.01058681309223175 +429,0.9246014462186245,1.3544212776416682,1.96341925127805,0.17140527069568634,-0.9766821265220642,-0.12927685678005219,0.16054320335388184,-0.09075101464986801,0.28921085596084595,0.009686067700386047,0.0018590092658996582,-0.015605345368385315 +430,0.8724038205791649,1.3897736915031533,2.007272375689709,0.13788571953773499,-0.983660101890564,-0.11576114594936371,0.08493057638406754,-0.09202523529529572,0.3860319256782532,0.012031897902488708,0.022127389907836914,0.016350075602531433 +431,0.7367613809317942,1.4146847977574641,2.1373768638925834,0.10446465015411377,-0.9878393411636353,-0.11515466123819351,-0.054546233266592026,-0.0340181402862072,0.3364265263080597,-0.0029784515500068665,0.004150986671447754,0.007976949214935303 +432,0.5756142814809787,1.4321131648322174,2.2978020931400884,0.07525019347667694,-0.9903988838195801,-0.11596254259347916,-0.02063804864883423,-0.05839820206165314,0.2824470102787018,-0.016625933349132538,0.0016904473304748535,-0.0009197518229484558 +433,0.46322400211605863,1.444233112385792,2.4014748575724782,0.05640175938606262,-0.9920015335083008,-0.11292307823896408,0.0464961975812912,-0.08106281608343124,0.06622125208377838,-0.02132181078195572,0.020047307014465332,0.02030225098133087 +434,0.4244104969062388,1.441214512423055,2.43562762998369,0.05321066826581955,-0.9916160106658936,-0.11775578558444977,-0.053614165633916855,-0.053914617747068405,-0.033170271664857864,-0.02131979912519455,0.013481855392456055,-0.007671475410461426 +435,0.46965846817485885,1.4344942402195084,2.3889438931913385,0.061497028917074203,-0.9907252192497253,-0.12116774171590805,-0.0037447959184646606,0.004474099725484848,-0.0548110157251358,0.0190998874604702,-0.004422426223754883,-0.017458371818065643 +436,0.43225358216717696,1.4382911799108304,2.4262155675778767,0.05534658581018448,-0.9912340044975281,-0.11996621638536453,0.01139497198164463,0.0006914166733622551,0.17837123572826385,0.028851419687271118,0.0015795230865478516,-0.002653360366821289 +437,0.33936071539407037,1.4490207361645815,2.522788680644567,0.040437206625938416,-0.9925945401191711,-0.1145472303032875,0.07926518470048904,0.04398081451654434,0.1846955418586731,-0.010011181235313416,-0.0018513202667236328,0.004912853240966797 +438,0.24841981479537392,1.4596539123005936,2.6165003079189377,0.027270693331956863,-0.9938300251960754,-0.10750909894704819,-0.023490887135267258,-0.024118905887007713,0.12915977835655212,-0.018298521637916565,0.0045264363288879395,0.021937847137451172 +439,0.1713574196517563,1.4565746594671312,2.691707057146093,0.019434725865721703,-0.9934837818145752,-0.11230403929948807,-0.06476134806871414,-0.08307190984487534,0.08172324299812317,-0.008631514385342598,0.0029900670051574707,0.004119224846363068 +440,0.1832630736139777,1.45184387290636,2.678226163637342,0.02162671834230423,-0.9929335117340088,-0.11668504774570465,-0.013707863166928291,0.019339576363563538,-0.05380263924598694,0.008173704147338867,0.005720376968383789,-0.0006397366523742676 +441,0.17519322649617372,1.4503496772010658,2.684408328241853,0.020943086594343185,-0.9927550554275513,-0.11831724643707275,-0.02180374041199684,-0.02758161351084709,0.04691990837454796,0.0018535424023866653,0.008639335632324219,0.00271664559841156 +442,0.08175548738360963,1.4507946493730566,2.7702322879348595,0.009776449762284756,-0.99280846118927,-0.11931502819061279,-0.03566257655620575,-0.054249778389930725,0.14100252091884613,0.019306808710098267,0.03225231170654297,0.0247410386800766 +443,0.03345752165173641,1.4485024177872614,2.8262923020760655,0.004080681130290031,-0.992531418800354,-0.12192051857709885,0.038954511284828186,0.03546056151390076,0.10371813178062439,-0.01859179139137268,-0.01239711046218872,-0.017712704837322235 +444,-0.019430484748728712,1.4522060182862666,2.879229377424187,-0.002298736246302724,-0.9929764270782471,-0.11829076707363129,-0.008037717081606388,-0.03285425901412964,0.056432873010635376,-0.0067192018032073975,0.015574634075164795,0.03001868724822998 +445,-0.07585523677300296,1.449304627059355,2.9312508653003926,-0.009184370748698711,-0.9926289319992065,-0.12084528803825378,-0.01264430396258831,-0.010878088884055614,0.01269381120800972,-0.0029921382665634155,0.004332423210144043,-0.009937822818756104 +446,-0.16259364077974806,1.4552856443768736,3.014389200379833,-0.018657349050045013,-0.9933360815048218,-0.11373535543680191,0.09509427845478058,-0.12008017301559448,0.2723752558231354,0.01610913686454296,-0.010234653949737549,0.007351085543632507 +447,-0.4380292190449089,1.4363142503826631,-3.00151280908145,-0.05686961114406586,-0.9909709095954895,-0.12141892313957214,-0.17275923490524292,-0.07207224518060684,0.44149836897850037,0.011062726378440857,0.025837242603302002,0.02357959747314453 +448,-0.5948441708220662,1.4160621031219094,-2.8471745468631786,-0.08636458218097687,-0.9880525469779968,-0.12764602899551392,0.11901187896728516,-0.054509878158569336,0.13103121519088745,-0.02447526901960373,0.009826719760894775,-0.026132121682167053 +449,-0.6484712255669096,1.416279874158184,-2.791937026722114,-0.09295177459716797,-0.9880860447883606,-0.12266086041927338,-0.045558180660009384,-0.018131442368030548,0.09948575496673584,-0.006001457571983337,0.0069460272789001465,0.017329469323158264 +450,-0.6593288372912532,1.4150854726996693,-2.7815137335628997,-0.09500113129615784,-0.9879015684127808,-0.12257735431194305,0.02520158514380455,0.010132791474461555,-0.08307870477437973,-0.02032478153705597,0.009889543056488037,-2.7045607566833496e-05 +451,-0.5807421245889891,1.4143517851789573,-2.85872791176356,-0.08548284322023392,-0.9877874851226807,-0.13026361167430878,-0.15415287017822266,-0.012101703323423862,-0.0997629389166832,0.006213441491127014,0.002023935317993164,0.005934953689575195 +452,-0.5391735784242028,1.4126646923568102,-2.901950019708943,-0.08085155487060547,-0.9875231981277466,-0.13513393700122833,0.04550069570541382,0.019118579104542732,-0.05301055684685707,0.0006513521075248718,0.007618904113769531,-0.022672489285469055 +453,-0.5651833223623751,1.4066862958744017,-2.878825829912173,-0.08749864250421524,-0.9865641593933105,-0.1379682868719101,-0.11267492175102234,0.04213676601648331,0.03355729952454567,-0.0016889795660972595,0.023444652557373047,0.03574967384338379 +454,-0.5541431119589953,1.3956544604106755,-2.8937742875232217,-0.0916915088891983,-0.9847018122673035,-0.14817146956920624,-0.12951159477233887,-0.06285937875509262,-0.014896724373102188,-0.028791874647140503,0.014212429523468018,0.0069819241762161255 +455,-0.504270510252466,1.3900819630867949,-2.954663904288091,-0.08684124052524567,-0.9837155342102051,-0.15736085176467896,0.006221528630703688,-0.1469547003507614,-0.2153465449810028,-0.054333075881004333,0.019756793975830078,-0.029238879680633545 +456,-0.18971349876092966,1.413589163098017,2.9754130053209256,-0.029523789882659912,-0.9876683950424194,-0.15375152230262756,-0.11439447104930878,-0.3779880106449127,-1.1280945539474487,-0.10811048746109009,0.042722105979919434,0.06259548664093018 +457,0.47298907577213123,1.3721326368120474,2.3077508035847742,0.08990704268217087,-0.9803311824798584,-0.1756916642189026,-0.2072107195854187,-0.025783561170101166,-0.6112497448921204,0.10020220279693604,-0.0464632511138916,-0.03852647542953491 +458,0.43490513569151795,1.3143305947196708,2.3309687325446697,0.10687460005283356,-0.9672925472259521,-0.23004993796348572,-0.47200071811676025,-0.2835403084754944,-0.29439473152160645,-0.011934429407119751,0.06198859214782715,-0.0611487478017807 +459,0.4282375924509766,1.2571615626302253,2.3235519968365024,0.128117635846138,-0.9512184858322144,-0.2806583642959595,-0.5145413279533386,-0.14659908413887024,0.09463327378034592,0.055888086557388306,-0.007414877414703369,-0.03553423285484314 +460,0.3031890350956368,1.2359984046071053,2.428730161444537,0.09810219705104828,-0.9444767236709595,-0.31359195709228516,-0.3855409026145935,-0.18427644670009613,0.21137277781963348,0.036831289529800415,-0.0013699531555175781,0.04015442728996277 +461,0.1427274576150939,1.1913319405463012,2.5803286201811124,0.05269022658467293,-0.9288631677627563,-0.36665651202201843,-0.3787866532802582,-0.2542770802974701,0.5110475420951843,0.02659444510936737,0.022002816200256348,-0.05854487419128418 +462,-0.01054086251091741,1.1955080174175874,2.7051747810590516,-0.003863584017381072,-0.9304019808769226,-0.36652037501335144,0.011711937375366688,-0.470698744058609,0.3062286376953125,-0.029202207922935486,0.026166200637817383,0.03256651759147644 +463,0.025373488637898053,1.1885543970750203,2.638297204382952,0.009463333524763584,-0.927830696105957,-0.3728814125061035,-0.1507670134305954,0.17115572094917297,-0.4594001770019531,0.059964150190353394,-0.012415826320648193,0.007936984300613403 +464,0.06362685870011088,1.1776694642861472,2.644729603654445,0.02435765415430069,-0.9237157702445984,-0.3823035955429077,-0.029143579304218292,0.6346758008003235,0.4026068449020386,0.06493678689002991,0.006693065166473389,-0.059316277503967285 +465,0.07225560843357193,1.1899566966152892,2.722947087743183,0.026834042742848396,-0.9283528923988342,-0.37073007225990295,0.18272331357002258,0.8167958855628967,0.26397743821144104,0.03272101283073425,0.0002675652503967285,-0.04299670457839966 +466,0.05964681012847354,1.194631703543492,2.8245100790318296,0.02189861238002777,-0.9300804138183594,-0.3667025566101074,-0.1272534877061844,0.7457807660102844,0.3595660328865051,-0.02928386814892292,0.01551443338394165,0.04712250828742981 +467,0.058381467081131476,1.1888648923092526,2.8952718982047174,0.02174721285700798,-0.9279465079307556,-0.37207868695259094,-0.3489360809326172,1.094163417816162,0.010870380327105522,0.04696311801671982,0.042723000049591064,0.10114362835884094 +468,0.15803015792469177,1.0835917189127857,2.9267893616108016,0.0736754834651947,-0.8836449980735779,-0.4623240828514099,-1.756760835647583,1.5549715757369995,-0.10321032255887985,0.0733429491519928,0.08216184377670288,0.1313762068748474 +469,0.34659805608690836,0.9224869150255358,2.891758514964342,0.20512442290782928,-0.7971057891845703,-0.5679316520690918,-1.099609375,1.0169974565505981,-0.4346265494823456,-0.08311514556407928,-0.03953361511230469,-0.1016240119934082 +470,0.3531258628955514,0.8472441906932385,2.9398603065567266,0.22895877063274384,-0.7494587898254395,-0.6212000846862793,-0.5474334359169006,0.16409932076931,0.19344547390937805,0.0022729188203811646,0.019066333770751953,-0.007034778594970703 +471,0.3280602769186822,0.8243900663747092,2.983697169981481,0.21878033876419067,-0.734133780002594,-0.6427928805351257,-0.02742486447095871,0.11674420535564423,0.12753747403621674,-0.06231673061847687,0.0032836198806762695,-0.029478847980499268 +472,0.3321895032701361,0.8337231270033345,2.995525450219063,0.21918870508670807,-0.7404388785362244,-0.6353791356086731,0.18933652341365814,-0.046634700149297714,0.15987363457679749,0.012012466788291931,-0.022134363651275635,-0.07740461826324463 +473,0.2982529936694592,0.8505700540894983,3.0240340514466255,0.19381068646907806,-0.7516565322875977,-0.6304363012313843,-0.11260458827018738,-0.09636292606592178,0.19933021068572998,-0.024880632758140564,0.008934974670410156,0.04155385494232178 +474,0.27755765331654,0.8481529107126415,3.040783755359571,0.18122032284736633,-0.7500600814819336,-0.636057436466217,-0.030593296512961388,0.1237867996096611,-0.07821089774370193,-0.04032066464424133,0.030257225036621094,0.010721802711486816 +475,0.28366408276623567,0.8426061934032384,3.0354132806206833,0.18626248836517334,-0.7463801503181458,-0.6389232873916626,0.14213640987873077,-0.000376229640096426,-0.049650583416223526,0.009324684739112854,0.025905907154083252,0.0007091760635375977 +476,0.29784316032441427,0.8436115902341019,3.0302678632957005,0.19508250057697296,-0.7470488548278809,-0.635500431060791,-0.02558160200715065,0.14426587522029877,-0.00021438661497086287,0.02916066348552704,0.006616115570068359,0.017290592193603516 +477,0.3410516120796394,0.8347922989942246,3.0144391615734127,0.22454588115215302,-0.7411571145057678,-0.6326652765274048,-0.10557344555854797,0.5995314717292786,-0.33159512281417847,0.0014825612306594849,0.022346079349517822,0.028569817543029785 +478,0.40320523764238947,0.8146482120569257,2.9879730014114294,0.26921364665031433,-0.7274842858314514,-0.6311028003692627,-0.06514941155910492,0.2651737630367279,-0.14131130278110504,-0.03738686442375183,0.003714144229888916,-0.018662214279174805 +479,0.3984300763934918,0.811224654855737,2.9879737497565957,0.26716166734695435,-0.7251310348510742,-0.6346728801727295,0.01718086004257202,-0.14885416626930237,0.10606661438941956,0.029652267694473267,-0.0032014846801757812,-0.017655611038208008 +480,0.4017242252352329,0.8072908480144002,2.9892894601766513,0.2703641951084137,-0.7224165797233582,-0.6364098787307739,-0.022019468247890472,-0.056945376098155975,0.08167459815740585,-0.0006650984287261963,-0.02711045742034912,-0.040820956230163574 +481,0.37153616456528316,0.8163419500025262,3.0084336458366487,0.24864783883094788,-0.7286453247070312,-0.6381615996360779,0.07791410386562347,-0.3148919641971588,0.2532818615436554,-0.002309948205947876,-0.009742677211761475,-0.03423219919204712 +482,0.35645645938758175,0.8271958687871703,3.0117199829521923,0.23622286319732666,-0.7360360026359558,-0.6343892812728882,0.0037577995099127293,-0.039746470749378204,0.009116113185882568,0.02584683895111084,0.0051094889640808105,0.011586546897888184 +483,0.3165578485828016,0.8199915576136365,3.0470481844141055,0.21237553656101227,-0.7311400771141052,-0.6483292579650879,-0.17655852437019348,-0.3017158806324005,0.32061007618904114,0.015636548399925232,-0.0026093125343322754,-0.01780843734741211 +484,0.2590175968360041,0.8142615029707948,3.089866498949856,0.17580977082252502,-0.7272188663482666,-0.6635085344314575,-0.10459260642528534,-0.14832116663455963,0.12021094560623169,-0.03193466365337372,0.008713066577911377,0.001933276653289795 +485,0.22457484603937414,0.8128306629839409,3.107703321186913,0.1530885249376297,-0.7262359857559204,-0.6701828837394714,0.050259027630090714,-0.22214718163013458,0.10041247308254242,-0.0083436518907547,-0.0031035542488098145,-0.018125832080841064 +486,0.19718432839201724,0.8278232816680666,3.1175214772088355,0.13252860307693481,-0.7364606261253357,-0.6633716225624084,0.09809847176074982,-0.1194232776761055,0.0619058720767498,-0.0025694966316223145,0.030848443508148193,0.05485111474990845 +487,0.17274741926425702,0.8200580841723014,3.134050839920616,0.11725937575101852,-0.7311854362487793,-0.6720253229141235,-0.2002750188112259,-0.1416899412870407,0.11394579708576202,-0.003093115985393524,0.006286203861236572,0.027143120765686035 +488,0.15131052414913568,0.8162453895905253,-3.138668428694019,0.10324687510728836,-0.7285792231559753,-0.6771355271339417,-0.11669076234102249,-0.13577474653720856,0.03580295667052269,-0.0054075270891189575,-0.008221924304962158,0.012706756591796875 +489,0.15332784146312758,0.8098627758703119,3.13950323902984,0.10532074421644211,-0.7241925597190857,-0.6815077066421509,0.07280105352401733,-0.2181367129087448,-0.06288643926382065,-0.04292755573987961,-0.018010199069976807,-0.04450547695159912 +490,0.08271060789818134,0.848377398991599,3.1213084629355046,0.05462602525949478,-0.7502085566520691,-0.6589409112930298,0.650305986404419,-0.4642314314842224,0.10520030558109283,0.08786053955554962,0.05196636915206909,-0.03505927324295044 +491,-0.04406973000910187,0.900597528117529,-3.138517390160072,-0.027364695444703102,-0.7836982011795044,-0.6205388307571411,0.4994179606437683,-1.289548397064209,0.020437132567167282,0.0010738037526607513,0.051398396492004395,0.012796521186828613 +492,-0.08353522411868808,0.9617715992625193,3.093659097831852,-0.04773224890232086,-0.820206344127655,-0.5700729489326477,0.43976688385009766,-1.111655592918396,-0.374968558549881,-0.009457692503929138,-0.03640681505203247,-0.020579516887664795 +493,-0.24909514959093204,1.0230122598328728,3.075546660262177,-0.12839053571224213,-0.8536806702613831,-0.5047228336334229,0.8629356622695923,-3.5794405937194824,0.10043647885322571,-0.045376554131507874,-0.07161223888397217,-0.2811352610588074 +494,-0.5432338321060214,1.1279155513914116,3.102467695138825,-0.22151753306388855,-0.9035208821296692,-0.36685171723365784,0.3397209644317627,-1.6222699880599976,-0.6002010703086853,0.11009782552719116,0.02943629026412964,0.06489554047584534 +495,-0.5483371843735143,1.153295657367624,3.0350979041947856,-0.21136252582073212,-0.914105236530304,-0.34603098034858704,-0.2537052631378174,0.27889284491539,-0.32834896445274353,0.08910912275314331,0.05178534984588623,0.09763315320014954 +496,-0.4868084553898132,1.1279872605966619,2.9801375851395533,-0.20044584572315216,-0.9035515785217285,-0.3787030577659607,-0.17206260561943054,0.25983691215515137,0.16044384241104126,0.022192656993865967,0.007112979888916016,-0.017918646335601807 +497,-0.4630412915105814,1.0956924545915048,2.971958671197534,-0.20432110130786896,-0.8892452120780945,-0.40926238894462585,-0.2916942834854126,-0.0934838280081749,0.22907046973705292,0.03362104296684265,-0.026022672653198242,-0.00924035906791687 +498,-0.6850033723793151,1.080978594400134,3.119321408935308,-0.29765182733535767,-0.8824186325073242,-0.36433616280555725,0.8257707357406616,-0.983243465423584,0.6851789951324463,0.021406710147857666,0.05508708953857422,-0.018827319145202637 +499,-0.8965428863950993,1.0908020352042782,-2.9926668571240924,-0.3607257008552551,-0.8869975805282593,-0.2882922887802124,0.6123826503753662,-0.34516963362693787,0.44909772276878357,0.03188353776931763,0.04118764400482178,0.008018851280212402 +500,-1.102261703417206,1.103652788793931,-2.7957076495114466,-0.4018052816390991,-0.8928583264350891,-0.20336320996284485,0.9279243350028992,-0.3236907422542572,0.22810468077659607,-0.03509965538978577,0.002477407455444336,-0.038610637187957764 +501,-1.2267373458895356,1.12417601908032,-2.6548997036121573,-0.40660637617111206,-0.9019120335578918,-0.14569127559661865,0.4402424395084381,0.09270749986171722,0.03790821135044098,-0.04146796464920044,0.010356247425079346,0.05947911739349365 +502,-1.3666621779612593,1.1574785456798322,-2.4887375609165354,-0.3933103382587433,-0.9157932996749878,-0.08142220228910446,1.2819080352783203,0.2192135453224182,-0.3594416379928589,-0.008361995220184326,0.06751143932342529,0.02981698513031006 +503,-1.7311912000562744,1.213404981763593,-2.0598538949748697,-0.3453414738178253,-0.9368125796318054,0.05587094649672508,1.8188238143920898,0.5805898308753967,-0.31401675939559937,0.04077604413032532,-0.03184586763381958,-0.0685356855392456 +504,-2.251189546772931,1.1630045546355685,-1.489191402906421,-0.30827391147613525,-0.9179987907409668,0.24948975443840027,2.5390074253082275,-0.07118089497089386,-0.5102609395980835,-0.01313716173171997,0.024596869945526123,-0.08286385238170624 +505,-2.6732662046969975,1.0011849344544597,-1.0286013845871174,-0.24343858659267426,-0.8421106338500977,0.4812348783016205,3.0496737957000732,-0.5065668821334839,-0.7147677540779114,0.013595476746559143,-0.019980251789093018,-0.054461926221847534 +506,-2.862841472324522,0.7726415245938466,-0.8301683177297489,-0.19703029096126556,-0.6980291604995728,0.6884291172027588,1.2133766412734985,0.030379977077245712,-0.02979690581560135,0.01220056414604187,-0.06901496648788452,0.10330373048782349 +507,-2.867145334758433,0.804193051551793,-0.8055580397215986,-0.18800105154514313,-0.720271110534668,0.6677311062812805,-0.5017372369766235,0.04760272800922394,-0.35652002692222595,-0.0006280690431594849,0.10166460275650024,-0.07485097646713257 +508,-2.9206248914373703,0.8190495482243145,-0.7416354858170946,-0.1496773064136505,-0.7304970622062683,0.6663110256195068,-0.23054499924182892,-0.03410549461841583,-0.5004181861877441,-0.0758323073387146,-0.010805308818817139,0.04368031024932861 +509,-3.0291698274465952,0.8767320390182398,-0.6216346056900499,-0.07176170498132706,-0.7686525583267212,0.6356282234191895,-0.37560707330703735,-0.31640154123306274,-0.9366427063941956,-0.010849379003047943,0.020193874835968018,-0.04297691583633423 +510,-3.1246399267803326,0.8535608834294889,-0.536047638862328,-0.011142557486891747,-0.753625750541687,0.6572092771530151,0.6676801443099976,-0.06525842845439911,-0.0988783985376358,0.0435217022895813,-0.03229343891143799,-0.027097582817077637 +511,-3.081607756973081,0.7769666135583921,-0.5841621252065669,-0.04274621605873108,-0.7011197209358215,0.7117613554000854,0.8127671480178833,0.1650392860174179,0.5575467944145203,0.08185449242591858,-0.009665250778198242,-0.029083073139190674 +512,-3.0248666807534006,0.6678527721018662,-0.6296998430017744,-0.09143984317779541,-0.6193014979362488,0.7798108458518982,1.1694847345352173,0.24028749763965607,0.33776694536209106,-0.013632208108901978,0.0038838982582092285,-0.024683654308319092 +513,-2.987795071153921,0.6078993422515512,-0.6384743995454144,-0.12574759125709534,-0.5711444020271301,0.811160683631897,0.4660603404045105,0.2540208697319031,0.2734285295009613,-0.005447477102279663,-0.05574768781661987,-0.011203408241271973 +514,-2.927240711998776,0.5173031272581188,-0.6858604066457,-0.18488182127475739,-0.49453794956207275,0.8492646813392639,0.9851740598678589,0.4530518352985382,0.6687484979629517,0.017111465334892273,-0.0016320347785949707,-0.03418618440628052 +515,-2.845982291412483,0.41606227597656387,-0.7639877698159646,-0.2664702534675598,-0.40416181087493896,0.8750125765800476,0.7607385516166687,0.2717667520046234,0.8236684799194336,-0.029062002897262573,0.02679663896560669,-0.05944550037384033 +516,-2.828130528317452,0.34039556681791183,-0.817947174745555,-0.29066142439842224,-0.33385998010635376,0.8966903686523438,0.20868974924087524,-0.2281825691461563,0.688999593257904,-0.042422711849212646,0.07732921838760376,-0.00637054443359375 +517,-2.8449989102137803,0.33780648950127456,-0.8452889276100982,-0.27574673295021057,-0.33141833543777466,0.902289092540741,-0.26453182101249695,-0.44370025396347046,0.03687480092048645,-0.01706939935684204,0.020581573247909546,-0.004095733165740967 +518,-2.855436122235507,0.36764825496946246,-0.857667173571876,-0.2634047567844391,-0.35942184925079346,0.8952285647392273,-0.09060630202293396,0.23111507296562195,-0.3501506447792053,0.007774233818054199,-0.010207116603851318,-0.04406261444091797 +519,-2.8180163648863688,0.3480778795742587,-0.8845234099267579,-0.29889121651649475,-0.3410915732383728,0.8912463784217834,0.22592830657958984,0.22922919690608978,0.4721161723136902,-0.005765706300735474,0.0055966973304748535,-0.013377904891967773 +520,-2.7765213850091257,0.33130338243373236,-0.9368097413646697,-0.33760103583335876,-0.32527580857276917,0.8833012580871582,-0.05617868900299072,0.1461341679096222,0.4016056954860687,-0.05689966678619385,0.022312581539154053,-0.008759081363677979 +521,-2.7547951360908463,0.3328195282148779,-0.9808884907819213,-0.356524258852005,-0.326709121465683,0.8753008842468262,-0.1566731333732605,0.15870709717273712,0.33780044317245483,0.03981280326843262,0.04050004482269287,-0.020152568817138672 +522,-2.740251140311381,0.3234192077821896,-1.0045406124037646,-0.37040001153945923,-0.3178103566169739,0.8728120923042297,0.11990775913000107,-0.031190995126962662,-0.25684741139411926,0.010460346937179565,0.021606653928756714,0.015646398067474365 +523,-2.7329927963891625,0.3083906006617497,-0.9892609315011993,-0.3785803020000458,-0.30352556705474854,0.874384880065918,0.2787461578845978,0.2318136990070343,-0.021200789138674736,0.02556830644607544,0.004422813653945923,-0.00974571704864502 +524,-2.7293142863695765,0.299058859646937,-0.9586022903309904,-0.3829125165939331,-0.29462096095085144,0.8755435347557068,0.0057659209705889225,0.08670046180486679,-0.27775633335113525,-0.010245412588119507,0.06267213821411133,-0.005777299404144287 +525,-2.733439258469225,0.31229037188292474,-0.9338278730679036,-0.3777172863483429,-0.30723902583122253,0.8734609484672546,-0.06389231234788895,-0.06337516009807587,-0.40880802273750305,-0.00955083966255188,0.031009137630462646,0.0008982419967651367 +526,-2.7395559691899924,0.33382395339059373,-0.93265838148361,-0.3696925640106201,-0.3276582658290863,0.8694638013839722,-0.20682279765605927,0.05210074037313461,0.02866310440003872,0.022906094789505005,-0.007027953863143921,-0.009478509426116943 +527,-2.7421753844230086,0.3553159967973629,-0.9258133600922042,-0.36459070444107056,-0.3478866517543793,0.8637410402297974,-0.12660431861877441,-0.0009472859092056751,-0.127870112657547,0.036374181509017944,0.011689752340316772,-0.0014057755470275879 +528,-2.739112766274946,0.3885362683497828,-0.9285182075276244,-0.36250564455986023,-0.37883418798446655,0.8515129685401917,-0.12982313334941864,-0.0943635106086731,-0.04656348004937172,-0.04182171821594238,-0.07409244775772095,-0.007808804512023926 +529,-2.733492352706716,0.393629547562655,-0.9389477804533047,-0.3665151596069336,-0.38354289531707764,0.847679853439331,-0.05333494767546654,0.011377479881048203,-0.027642372995615005,-0.02194306254386902,-0.015321820974349976,-0.00025266408920288086 +530,-2.7356766166316158,0.4008127404800065,-0.9387104551256636,-0.3635655343532562,-0.3901667892932892,0.845925509929657,-0.06834433227777481,-0.03193874657154083,-0.07378976792097092,-0.0187738835811615,0.0007472634315490723,-0.0037166476249694824 +531,-2.7548294852800637,0.44033112046190653,-0.915103401220557,-0.3412124812602997,-0.426239013671875,0.8377914428710938,-0.5259361863136292,-0.2293718457221985,-0.5208276510238647,-0.029927074909210205,0.028869569301605225,0.005302548408508301 +532,-2.7717649877209647,0.4878778737976379,-0.9023790844373546,-0.319283664226532,-0.4687524139881134,0.823607325553894,-0.22217532992362976,-0.033952709287405014,0.038715969771146774,0.05159878730773926,-0.012189298868179321,-0.029555201530456543 +533,-2.7575229293633674,0.48116194114178473,-0.9201955440809585,-0.3321528434753418,-0.4628095030784607,0.8218769431114197,0.13825708627700806,0.053963422775268555,0.11799267679452896,-0.027496784925460815,0.04642769694328308,-0.01857811212539673 +534,-2.764868236050121,0.490460981924251,-0.913616010077692,-0.32450979948043823,-0.47103258967399597,0.820257306098938,-0.15310293436050415,-0.023739105090498924,-0.23304469883441925,0.029389530420303345,0.031197935342788696,-0.011846423149108887 +535,-2.7680479159614184,0.488012713617454,-0.9045110004194044,-0.322319895029068,-0.46887150406837463,0.8223562836647034,0.24285179376602173,0.0014746123924851418,-0.05387890338897705,0.014336466789245605,-0.026581406593322754,-0.014372706413269043 +536,-2.769229754080624,0.4625542883418992,-0.8665307531712244,-0.3255857825279236,-0.44623541831970215,0.8335870504379272,0.8353272080421448,0.41915997862815857,-0.6801928281784058,-0.16737982630729675,-0.2412949502468109,0.05719035863876343 +537,-2.811744112143834,0.4629935046930845,-0.7388893777507828,-0.28979936242103577,-0.4466284513473511,0.8464862704277039,-0.20783817768096924,0.06988561153411865,-1.341918706893921,0.08240193128585815,0.27869027853012085,-0.022084593772888184 +538,-2.8225728789954796,0.5095108565120752,-0.6948836810511738,-0.27379894256591797,-0.4877502918243408,0.828935444355011,-0.30503973364830017,0.08560265600681305,0.6237552165985107,0.09826183319091797,-0.0012481212615966797,0.010435342788696289 +539,-2.779198036012688,0.526774720607721,-0.7563903173261659,-0.30645400285720825,-0.5027478933334351,0.8082888722419739,-0.16541288793087006,0.016286468133330345,0.05743170157074928,-0.07240650057792664,-0.05583059787750244,-0.006912350654602051 +540,-2.770815769169854,0.5437820732220798,-0.7772388964894079,-0.3100750744342804,-0.5173762440681458,0.7976060509681702,-0.33002984523773193,0.02292465604841709,0.21805670857429504,0.003556489944458008,0.009151697158813477,-0.0005478858947753906 +541,-2.741199483915132,0.5774960922436427,-0.8054215838164837,-0.32657063007354736,-0.5459278225898743,0.7715662717819214,-0.6741135716438293,0.31446602940559387,0.01340172067284584,0.026094555854797363,0.010618925094604492,0.025293469429016113 +542,-2.6972249717227608,0.6317927429536518,-0.8288820835010784,-0.34690600633621216,-0.5905923843383789,0.7285993695259094,-0.6747422218322754,0.3427886962890625,-0.04251948744058609,-0.023501098155975342,0.029633522033691406,0.0007097721099853516 +543,-2.561005221348032,0.729892750382911,-0.980004677134042,-0.40877866744995117,-0.666789710521698,0.6231302618980408,-1.9685688018798828,0.3216211497783661,0.7179843783378601,-0.02666136622428894,0.06438803672790527,0.07440990209579468 +544,-2.4014977886462368,0.8990256731680719,-1.1204619647708554,-0.41970232129096985,-0.7827208638191223,0.4595632255077362,-2.456820011138916,1.223473310470581,-1.0016121864318848,-0.07570484280586243,0.053533732891082764,0.07884317636489868 +545,-1.8716112145485932,1.2399051554304243,-1.530025288874681,-0.3102971315383911,-0.9457532167434692,0.09626327455043793,-3.4854562282562256,2.060701370239258,-2.4170713424682617,-0.024495959281921387,0.24998289346694946,0.13686048984527588 +546,-0.12444298976017457,1.3299338766574726,-3.110804129939916,-0.02960807830095291,-0.9711326360702515,-0.23669539391994476,-2.6431467533111572,1.484386920928955,-1.950687289237976,0.19034415483474731,0.016008734703063965,-0.12374770641326904 +547,-0.051684806900998644,1.1352035797559583,3.141352063958308,-0.02179858461022377,-0.9066200852394104,-0.42138436436653137,-1.6033201217651367,0.5511578321456909,0.6959927678108215,0.10413501411676407,0.034259915351867676,0.06815871596336365 +548,0.07156368570566504,0.9572151228213673,3.1162558120828976,0.04117114469408989,-0.8175911903381348,-0.5743253231048584,-1.6688232421875,0.944520890712738,-0.35282081365585327,-0.01613147184252739,-0.052739620208740234,-0.0441896915435791 +549,0.12323453119875757,0.8926655941082752,3.1213612677290725,0.07711421698331833,-0.7787467241287231,-0.6225807666778564,-0.2285601794719696,0.013640282675623894,0.28639116883277893,-0.015377163887023926,-0.028565168380737305,-0.03969639539718628 +550,0.15462027703070513,0.8547747474885659,3.1248369077973206,0.1010870486497879,-0.7544230818748474,-0.6485577821731567,-0.4167036712169647,0.737821102142334,-0.4305841326713562,-0.0316900759935379,-0.012086927890777588,-0.02713191509246826 +551,0.2045724422735626,0.8180386573160396,3.1136587193566934,0.1388832926750183,-0.7298063635826111,-0.6693983674049377,-0.40104010701179504,0.46528127789497375,-0.09469681978225708,-0.007474616169929504,0.056786954402923584,0.07763195037841797 +552,0.19892797944309729,0.7806833500340109,3.131464308579028,0.14039471745491028,-0.7037650346755981,-0.6964223384857178,-0.30582377314567566,-0.3294502794742584,0.3714151084423065,0.020417645573616028,-0.01966935396194458,-0.03494662046432495 +553,0.1398448254705231,0.7653084581112868,-3.104465345489686,0.10052331537008286,-0.6927594542503357,-0.7141284346580505,-0.014846551232039928,-0.3457503020763397,0.2336093932390213,0.0009323656558990479,0.010890007019042969,-0.009306073188781738 +554,0.1330325106159015,0.7705839536457826,-3.102923340018843,0.09517006576061249,-0.6965543627738953,-0.7111643552780151,-0.0008361721411347389,0.04511186480522156,-0.09493102133274078,-0.007493063807487488,0.0030575990676879883,0.027936816215515137 +555,0.09692253459952896,0.7739510960830949,-3.0965498353389957,0.0692061260342598,-0.6989663243293762,-0.7117981910705566,0.039129745215177536,0.10066566616296768,-0.02495468035340309,0.043098561465740204,0.04602748155593872,0.09230661392211914 +556,0.08792048929512701,0.7756432853224795,-3.0964219698041586,0.0626918151974678,-0.7001755237579346,-0.7112130522727966,0.15436294674873352,-0.3943968117237091,0.0171891488134861,-0.0282222181558609,-0.00690150260925293,-0.02654939889907837 +557,0.07043620505386922,0.7833570424650099,-3.0978327242113126,0.049866218119859695,-0.7056620121002197,-0.7067916989326477,0.056411273777484894,-0.060302164405584335,-0.051313966512680054,-0.005417373031377792,0.010441124439239502,0.021366894245147705 +558,0.059500111023177996,0.7817973912864421,-3.0965377360840742,0.04219924658536911,-0.7045560479164124,-0.7083925604820251,-0.025847461074590683,-0.1804346740245819,0.051974765956401825,0.00208175927400589,0.0060239434242248535,0.017032146453857422 +559,0.053052677790317956,0.778101679716727,-3.0916355333180334,0.037768904119729996,-0.7019286155700684,-0.7112452387809753,-0.0011036088690161705,-0.03795774653553963,0.04205614700913429,-0.0032535232603549957,0.0029540061950683594,-0.0023320913314819336 +560,0.0562575810301972,0.7725081406413333,-3.092315741805785,0.040268316864967346,-0.6979336738586426,-0.7150294184684753,-0.11381026357412338,-0.02509245276451111,-0.008177876472473145,-0.011825934052467346,-0.003131389617919922,0.009020507335662842 +561,0.04648128735731242,0.7696418534024599,-3.087174909580132,0.03336898237466812,-0.6958780884742737,-0.7173843383789062,0.0575285330414772,-0.07031762599945068,0.07737690210342407,0.007295690476894379,0.0024881958961486816,-0.02704620361328125 +562,0.04871405750643234,0.7772465854629476,-3.084427043836764,0.03471195325255394,-0.7013193368911743,-0.7120016813278198,0.11178352683782578,0.05518018454313278,-0.007816602475941181,-0.012327305972576141,-0.0017598867416381836,0.005672335624694824 +563,0.05244553025863454,0.7720195157767243,-3.0912113874111298,0.037560176104307175,-0.6975836753845215,-0.7155182361602783,-0.24702785909175873,0.03425568714737892,-0.08519526571035385,0.008673954755067825,0.02258056402206421,0.05499577522277832 +564,0.06334749361477043,0.7648716802554201,-3.0971587511232337,0.045672833919525146,-0.6924444437026978,-0.7200241088867188,0.07795597612857819,-0.08060052990913391,0.045367419719696045,-0.0039705634117126465,-0.012771010398864746,-0.03118133544921875 +565,0.06213907339679386,0.7609894628275975,-3.096358845274548,0.04496930167078972,-0.6896383166313171,-0.7227563261985779,-0.09014423936605453,-0.06822515279054642,-0.019355950877070427,-0.004487734287977219,0.004610300064086914,0.01747983694076538 +566,0.06173765621957103,0.756576890686481,-3.098220620967232,0.04486649110913277,-0.6864362359046936,-0.7258045673370361,0.011160808615386486,0.049859676510095596,-0.029993414878845215,-0.00021927058696746826,-0.0004381537437438965,-0.003229856491088867 +567,0.0630368634730707,0.7529726987665508,-3.0998078123230743,0.04596497863531113,-0.683810830116272,-0.7282100915908813,-0.07056311517953873,0.008720540441572666,-0.04407287761569023,-0.0007684454321861267,0.007571816444396973,0.018386483192443848 +568,0.06703173789512641,0.7466781887497499,-3.1035582279165337,0.049161046743392944,-0.6792044639587402,-0.7323007583618164,-0.0438951775431633,-0.030239518731832504,-0.014875032007694244,-0.010083287954330444,-0.00536578893661499,-0.010695457458496094 +569,0.06679779399038471,0.7421437582271245,-3.1050168743224558,0.04919479787349701,-0.6758694648742676,-0.7353777289390564,-0.07646897435188293,0.039866987615823746,-0.033116452395915985,0.01078750193119049,0.009380817413330078,0.021068036556243896 +570,0.06532630618284221,0.7336535924098113,-3.1036986125605956,0.048485495150089264,-0.6695877313613892,-0.7411486506462097,-0.07188253849744797,-0.00807984173297882,-0.023198623210191727,-0.01290200650691986,0.0052048563957214355,-0.0018016695976257324 +571,0.06605492346664091,0.7268308430124402,-3.1071319292407003,0.04932590201497078,-0.6645047068595886,-0.7456543445587158,-0.042318880558013916,0.044809740036726,-0.054552268236875534,0.0034237317740917206,0.0005490779876708984,-0.006161391735076904 +572,0.06861963327917028,0.7256687055494299,-3.1099172869720286,0.05129104107618332,-0.663635790348053,-0.7462953329086304,-0.0071966638788580894,0.012432914227247238,-0.016483016312122345,0.0021604932844638824,0.007965683937072754,-0.0028653740882873535 +573,0.07180361404375518,0.7241874045848133,-3.111285127221019,0.05373743548989296,-0.6625270247459412,-0.747107982635498,-0.024311861023306847,0.03581402078270912,-0.02204866148531437,0.001072131097316742,0.0015619993209838867,0.003867626190185547 +574,0.07338066533233194,0.7218379647279026,-3.111221665880898,0.05502956360578537,-0.6607653498649597,-0.748572587966919,-0.041623350232839584,0.060437723994255066,-0.000636941404081881,0.004525486379861832,0.006117522716522217,-0.0008018016815185547 +575,0.08183725956509905,0.7165412533314942,-3.108627936044088,0.06164313480257988,-0.6567804217338562,-0.7515581250190735,-0.09626491367816925,0.060123324394226074,0.01008442509919405,6.340444087982178e-05,0.004253566265106201,0.012895405292510986 +576,0.07378096817924827,0.6927845829925993,-3.0978129918624204,0.0567207857966423,-0.6386823058128357,-0.7673771381378174,-0.3752898871898651,0.09244566410779953,0.010001174174249172,-0.006626185029745102,0.017817437648773193,0.023968935012817383 +577,0.09117079490616523,0.6633024239744346,-3.10579538777847,0.07173974066972733,-0.6157224178314209,-0.7846905589103699,-0.25776559114456177,0.07135511189699173,-0.07627801597118378,-0.015846803784370422,-0.007995843887329102,-0.02549004554748535 +578,0.10673081733572856,0.6476601807779101,-3.119991859875821,0.08495606482028961,-0.6033220291137695,-0.7929596304893494,-0.12847815454006195,-0.1731993556022644,-0.09923055768013,-0.010722063481807709,-0.008662164211273193,-0.01116323471069336 +579,0.10108136892604877,0.6375561543945181,-3.1299193875907356,0.08108597248792648,-0.5952334403991699,-0.7994511723518372,-0.04718516021966934,-0.007937700487673283,-0.08449661731719971,0.027754969894886017,0.006747782230377197,0.007031738758087158 +580,0.10091251766195491,0.6293695845443721,-3.133655040425539,0.08143916726112366,-0.588635265827179,-0.8042861223220825,-0.08925003558397293,-0.13362863659858704,-0.0695507824420929,-0.013293415307998657,-0.001055896282196045,-0.01454627513885498 +581,0.06658793868681191,0.6391436971953813,3.1281263253150295,0.05340444669127464,-0.5965083837509155,-0.8008280992507935,0.12022417038679123,-0.023728065192699432,-0.32650333642959595,-0.03205740824341774,0.0566372275352478,0.07692068815231323 +582,0.13986418037850373,0.6154741546155024,3.070669524112706,0.11382710933685303,-0.5773457288742065,-0.8085266351699829,-0.37046417593955994,0.3449181616306305,-0.5005091428756714,-0.004482626914978027,0.013533473014831543,0.00957643985748291 +583,0.18255383688717966,0.5892759553499181,3.0302331841878636,0.15092335641384125,-0.5557592511177063,-0.8175290822982788,0.020326009020209312,0.1411304920911789,-0.2497909665107727,0.012635588645935059,-0.005962550640106201,-0.03757345676422119 +584,0.20943856778887857,0.5756904237076036,3.0004152696934727,0.1743990033864975,-0.5444140434265137,-0.8204866051673889,-0.2263415902853012,-0.05441944673657417,-0.31616926193237305,-0.02561056613922119,0.005733072757720947,0.011297821998596191 +585,0.22647570296330363,0.5478360041120621,2.9715061307305906,0.1916833370923996,-0.520841121673584,-0.8318545818328857,-0.1350509375333786,0.12105218321084976,-0.29970911145210266,-0.007280871272087097,0.0035377144813537598,-0.026253938674926758 +586,0.24999818847350855,0.5289549515395598,2.945826606379676,0.21359096467494965,-0.5046314001083374,-0.8364962935447693,-0.12529093027114868,0.1065310686826706,-0.22612163424491882,0.001084938645362854,0.007713675498962402,-0.002920210361480713 +587,0.2587064472690184,0.513809860839741,2.932062027488812,0.22279702126979828,-0.491498738527298,-0.8418969511985779,-0.11519811302423477,-0.00443295668810606,-0.09125688672065735,0.0013698488473892212,0.007612019777297974,0.01679319143295288 +588,0.2728087863033826,0.4995108987698774,2.9139919903472467,0.23651672899723053,-0.47899624705314636,-0.8453534245491028,-0.053270529955625534,0.07708815485239029,-0.32261601090431213,-0.03575684130191803,0.015846222639083862,-0.011885344982147217 +589,0.29959449336413607,0.48475665907514826,2.879273028215605,0.26113006472587585,-0.46599307656288147,-0.8453765511512756,-0.10934731364250183,0.20903557538986206,-0.34960511326789856,-0.0040194690227508545,0.01216617226600647,0.022317469120025635 +590,0.3195287286391324,0.4650814776025803,2.8515037499812883,0.28075501322746277,-0.44849562644958496,-0.8485448360443115,-0.09157074987888336,0.039232037961483,-0.17113451659679413,0.05170348286628723,-0.00025010108947753906,-0.012752771377563477 +591,0.32232575911212163,0.46454997441129964,2.848435668809842,0.28320279717445374,-0.4480205178260803,-0.8479821681976318,0.007373974192887545,-0.07840505987405777,0.09974237531423569,0.012939780950546265,0.004767954349517822,0.016515493392944336 +592,0.32534750425708575,0.45685428604231876,2.853546045865013,0.2868574857711792,-0.4411271810531616,-0.8503643870353699,-0.06386397778987885,0.12930773198604584,-0.014703291468322277,-0.0087965726852417,0.007457137107849121,0.004768073558807373 +593,0.33860959338255653,0.45128126547396696,2.850060072152415,0.29892152547836304,-0.4361189007759094,-0.8487910628318787,0.07803080976009369,0.06540655344724655,-0.014460274018347263,0.0002880692481994629,-0.012321650981903076,-0.03644758462905884 +594,0.33892638178419693,0.4573679016150558,2.851068757878293,0.2983022928237915,-0.44158807396888733,-0.8461771011352539,-0.006202442571520805,0.024723388254642487,0.016594721004366875,-0.003655076026916504,0.01751580834388733,0.015992164611816406 +595,0.3476802555295734,0.4566408727021503,2.8513058934357196,0.3058074116706848,-0.4409356415271759,-0.8438350558280945,-0.016675522550940514,-0.015201833099126816,0.03889117017388344,-0.0068419575691223145,-0.007657468318939209,-0.013144314289093018 +596,0.35398058420132567,0.45628573458954536,2.8509122842114145,0.3111720085144043,-0.4406168758869171,-0.8420384526252747,-0.03804252669215202,0.06250717490911484,-0.01632821373641491,-0.0013575553894042969,0.008121758699417114,0.005643188953399658 +597,0.3516216514002262,0.4499048089538529,2.853795796795401,0.31014686822891235,-0.4348798096179962,-0.8453924655914307,-0.02961188182234764,0.008994678035378456,0.01671982742846012,0.005160719156265259,-0.0071977972984313965,-0.01181572675704956 +598,0.3450327751940065,0.450430318567984,2.8563293275222303,0.30449265241622925,-0.43535298109054565,-0.847202479839325,0.00016531068831682205,-0.12127970159053802,0.06205074489116669,0.009426414966583252,6.54757022857666e-05,0.004230678081512451 +599,0.34551855249359686,0.4481783797530574,2.8553236332890606,0.30523544549942017,-0.43332454562187195,-0.8479747772216797,-0.008252285420894623,-0.011876776814460754,-0.00988051574677229,-0.000334322452545166,-0.008295327425003052,-0.008531570434570312 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/standing/11.csv b/BoostRunClub/CoreML/DataSet/Motion/standing/11.csv new file mode 100644 index 0000000..609298b --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/standing/11.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,0.34514226699018635,0.4505832276625117,2.8544199270643853,0.30456289649009705,-0.4354906380176544,-0.8471064567565918,-0.0036588571965694427,-0.01096829678863287,0.02012287639081478,0.011904418468475342,0.008122473955154419,0.022414684295654297 +1,-0.28688053831120786,0.3354117529145509,-2.05802630933984,-0.2671935558319092,-0.3291580080986023,-0.9056835174560547,-0.2115323543548584,-0.7151268124580383,0.13873112201690674,0.04934382438659668,0.033564746379852295,-0.04251289367675781 +2,-0.2857318773780038,0.31987282416916957,-2.032833413628016,-0.26756250858306885,-0.314445823431015,-0.9107876420021057,0.252545565366745,-0.051316533237695694,0.1406131237745285,-0.004333853721618652,0.0519183874130249,-0.04425996541976929 +3,-0.2798240860224753,0.33967684986885094,-2.029354192635903,-0.26040592789649963,-0.3331824243068695,-0.9061888456344604,0.23867805302143097,-0.06349530071020126,-0.021745949983596802,-0.007187455892562866,0.03195866942405701,-0.01753246784210205 +4,-0.2879916682628245,0.33178667766412656,-2.0281545209903804,-0.26853686571121216,-0.3257327973842621,-0.9065241813659668,-0.2510245442390442,0.024867689236998558,0.013824126683175564,-0.0017420649528503418,-0.038158804178237915,0.002486705780029297 +5,-0.3075805849815041,0.3565604291949305,-2.0262295331842095,-0.28371134400367737,-0.3490530848503113,-0.8931236267089844,0.31378549337387085,-0.24791675806045532,-0.32060158252716064,-0.007533162832260132,0.02330845594406128,0.032619476318359375 +6,-0.33970881697825056,0.3612401598586608,-2.0411203441635637,-0.3117067515850067,-0.35343462228775024,-0.8819993734359741,-0.2130173295736313,-0.6777098774909973,-0.12014096975326538,0.0170900821685791,0.006190359592437744,-0.006413102149963379 +7,-0.36378352707062,0.3406517707919657,-2.0464348866964137,-0.3353666663169861,-0.33410146832466125,-0.8808549642562866,-0.04447878897190094,0.2374018430709839,0.003155686892569065,0.033532559871673584,-0.007069766521453857,0.04494798183441162 +8,-0.35734588378913756,0.3425785990416646,-2.0402221776518656,-0.32946333289146423,-0.3359169661998749,-0.8823909163475037,-0.10790928453207016,-0.009542720392346382,0.070378378033638,-0.015125900506973267,-0.002446681261062622,-0.006723463535308838 +9,-0.34933772475403574,0.3496639014566084,-2.0297918943441604,-0.3215637803077698,-0.3425820767879486,-0.8827424645423889,0.2934758961200714,0.17972557246685028,-0.07306590676307678,-0.017257601022720337,0.013770431280136108,0.012076020240783691 +10,-0.34496835615958205,0.354233247776328,-2.0271657547039696,-0.31717103719711304,-0.3468713164329529,-0.8826566934585571,0.04189585894346237,-0.17879264056682587,-0.04634720832109451,0.0153217613697052,-0.0012273192405700684,-0.023578107357025146 +11,-0.3478986677219088,0.34911720986536626,-2.01922074522698,-0.32035693526268005,-0.3420684039592743,-0.8833802342414856,-0.24012333154678345,-0.11620202660560608,0.07495810836553574,0.010740876197814941,0.0038726329803466797,-0.015270888805389404 +12,-0.36904509991551626,0.3526292815499141,-2.010877596005716,-0.3385288119316101,-0.345366507768631,-0.8752829432487488,0.1680162250995636,-0.17643146216869354,-0.04680832102894783,-0.018175899982452393,0.013045310974121094,0.00814121961593628 +13,-0.37543372803968317,0.35777543164299946,-2.021833864608185,-0.34345749020576477,-0.3501913845539093,-0.8714373111724854,0.15004462003707886,-0.06539104878902435,-0.13736200332641602,-0.005648374557495117,0.012010842561721802,-0.0012433528900146484 +14,-0.3744331669418292,0.3619961247530071,-2.01559656862232,-0.3420417308807373,-0.3541416823863983,-0.8703970909118652,-0.18009939789772034,0.11740866303443909,0.023920293897390366,0.028748303651809692,-0.0005946159362792969,0.03944927453994751 +15,-0.3567773646305392,0.35156261994721344,-2.009024822123678,-0.32789433002471924,-0.34436526894569397,-0.8797146081924438,-0.1258266717195511,0.022485574707388878,0.13450442254543304,0.013212352991104126,-0.006312191486358643,-0.011429131031036377 +16,-0.28095868178356825,0.2876284744523299,-1.9994956690529198,-0.2658861577510834,-0.28367891907691956,-0.9213201403617859,-0.920054018497467,1.3126386404037476,0.33541905879974365,-0.024336040019989014,-0.027081578969955444,-0.015081226825714111 +17,-0.27015605592159914,0.24806099412623195,-1.9767125407540365,-0.25871267914772034,-0.24552476406097412,-0.9342297911643982,0.25848129391670227,-0.3623441159725189,0.3953368365764618,0.05891406536102295,-0.002812027931213379,0.05451482534408569 +18,-0.2880719236946935,0.26660373854054314,-1.9117096200698025,-0.27406707406044006,-0.26345667243003845,-0.9249204397201538,0.05308319628238678,-0.4657069742679596,0.6658622026443481,-0.046489566564559937,-0.002977043390274048,-0.0037599802017211914 +19,-0.30453615065769757,0.29385711524760144,-1.8212148716408862,-0.2869972288608551,-0.2896461486816406,-0.9130923748016357,1.5514085292816162,0.87212735414505,0.4437445402145386,-0.026509851217269897,0.015598297119140625,0.07836031913757324 +20,-0.3101516219757659,0.41405589560504247,-1.796354634088963,-0.27941232919692993,-0.4023257791996002,-0.8718157410621643,-0.30443274974823,-0.49833667278289795,-0.1477009803056717,-0.06149953603744507,-0.10299953818321228,0.006627202033996582 +21,-0.2584122404605059,0.39679897564341565,-1.81998808532925,-0.235690638422966,-0.3864680230617523,-0.8916795253753662,-0.00495564192533493,0.7292494177818298,-0.29807260632514954,-0.02294585108757019,0.04149731993675232,0.06692671775817871 +22,-0.16117185489867816,0.3984372884685873,-1.8559266772149368,-0.14790472388267517,-0.38797852396965027,-0.9097235202789307,0.1933514028787613,0.5688025951385498,-0.44414374232292175,-0.009382873773574829,0.02343079447746277,-0.08032774925231934 +23,-0.11837928661969228,0.4008943962791562,-1.8710835266942,-0.10873888432979584,-0.39024198055267334,-0.9142686128616333,0.0719624012708664,1.729140043258667,-0.29678118228912354,0.10492417961359024,0.09582364559173584,0.0658189058303833 +24,0.004563333421883907,0.3769743386245714,-1.8613673158327406,0.004242893774062395,-0.36810895800590515,-0.9297729730606079,-0.5952210426330566,-0.3729912042617798,0.32409828901290894,-0.060364723205566406,-0.013681203126907349,-0.030203163623809814 +25,0.04684407062650632,0.4029115861749084,-1.8755293260451316,0.043077193200588226,-0.39209842681884766,-0.9189141392707825,0.7083838582038879,0.5707093477249146,-0.07149709016084671,-0.024202078580856323,-0.0022802352905273438,-0.07951420545578003 +26,0.015838741864100614,0.46606832368772727,-1.8410664852489549,0.014148821122944355,-0.4493774473667145,-0.8932299613952637,0.6248091459274292,-0.5052231550216675,0.9874562621116638,0.061290621757507324,0.09819638729095459,0.03602170944213867 +27,-0.12185789071337025,0.5095657129222629,-1.652301021276004,-0.10611355304718018,-0.48779818415641785,-0.8664830327033997,0.6264017224311829,-0.43152371048927307,1.6601240634918213,-0.01128755509853363,-0.04078152775764465,0.09260302782058716 +28,-0.09254281615036065,0.5461421831335399,-1.691325639883727,-0.07896821200847626,-0.5193944573402405,-0.8508780598640442,-0.23218928277492523,0.08014421164989471,-1.3451813459396362,-0.09205230325460434,0.11592161655426025,-0.01322716474533081 +29,-0.08765747744070213,0.5186572047713256,-1.7719093914887452,-0.07603180408477783,-0.495714396238327,-0.8651511073112488,-0.01947258599102497,-0.1166762262582779,-0.38172292709350586,0.04037199914455414,-0.046201497316360474,0.12201756238937378 +30,-0.058466771431010506,0.4828086738497663,-1.7843639457933715,-0.05175419896841049,-0.46426862478256226,-0.8841810822486877,-0.7950480580329895,0.16146139800548553,0.25911033153533936,0.037990763783454895,-0.056056082248687744,0.0013685822486877441 +31,-0.04970133662284972,0.40854188510441886,-1.7644353468667273,-0.04559219256043434,-0.39727163314819336,-0.916567862033844,-0.4233971834182739,0.27685803174972534,0.17792925238609314,-0.02507125958800316,0.03809502720832825,-0.026410043239593506 +32,-0.034620855693867685,0.4098780264400961,-1.772880619926944,-0.031746845692396164,-0.39849746227264404,-0.9166198372840881,0.35136502981185913,-0.1165095716714859,-0.24838142096996307,0.014946922659873962,0.023573756217956543,-0.06378787755966187 +33,-0.031039875120121345,0.4318340924107049,-1.7894438900339336,-0.028185876086354256,-0.4185372292995453,-0.9077621698379517,-0.05428402125835419,-0.12212099134922028,-0.06247600540518761,0.040759116411209106,-0.022807985544204712,-0.018644630908966064 +34,-0.034788573744505696,0.42275328018490754,-1.7918876406084738,-0.03171948716044426,-0.41027289628982544,-0.9114109873771667,0.008250315673649311,-0.00911059882491827,0.012016139924526215,-0.011050894856452942,0.01931220293045044,-0.009243309497833252 +35,-0.033727010429643975,0.42671860389884897,-1.7936968505103426,-0.030696848407387733,-0.4138858914375305,-0.9098110795021057,0.049951761960983276,0.019795063883066177,-0.03068925254046917,-0.005970031023025513,0.007559597492218018,-0.013620316982269287 +36,-0.03574662288649729,0.4305366582234851,-1.7925723436578855,-0.03247753530740738,-0.41735854744911194,-0.9081613421440125,-0.019568828865885735,-0.0014310898259282112,-0.04365480691194534,-0.014183849096298218,0.02095046639442444,0.009769618511199951 +37,-0.03639212329438869,0.4256265983651952,-1.792836484105572,-0.033137910068035126,-0.41289156675338745,-0.9101771712303162,-0.031044185161590576,0.036423806101083755,0.06868815422058105,0.004497155547142029,9.551644325256348e-05,0.003194749355316162 +38,-0.035708532110932056,0.42327784509557703,-1.7891803582678834,-0.03255024552345276,-0.41075122356414795,-0.911166250705719,0.019463900476694107,-0.007344593293964863,0.004824481904506683,-0.003079026937484741,0.005187869071960449,-0.016705453395843506 +39,-0.03688024829274415,0.4217230142996454,-1.7865337790053488,-0.033641356974840164,-0.40933310985565186,-0.9117646217346191,-0.07922965288162231,0.022768568247556686,0.012761500664055347,-0.00018738210201263428,0.0031899213790893555,0.006674289703369141 +40,-0.0415750181972742,0.4190552093555678,-1.7746948835410317,-0.03796675056219101,-0.4068976044654846,-0.912684440612793,-0.015655390918254852,0.025723494589328766,0.059200264513492584,-0.020062416791915894,0.02908998727798462,0.012141227722167969 +41,-0.04170841814700005,0.41214460318122587,-1.7757200297150157,-0.03820483759045601,-0.40057528018951416,-0.9154670238494873,-0.008411477319896221,0.04896033555269241,0.04002024233341217,-0.004138290882110596,0.00326693058013916,0.012436628341674805 +42,-0.04375610453462594,0.4003563690416272,-1.772571467121124,-0.04028310999274254,-0.3897465467453003,-0.9200407266616821,-0.20842404663562775,-0.09535108506679535,0.10586129128932953,0.004730135202407837,-0.019906163215637207,-0.014438033103942871 +43,-0.0472127517828362,0.3793526706173643,-1.7665091416743215,-0.04383984953165054,-0.3703192472457886,-0.927869439125061,-0.1861032098531723,-0.026887182146310806,0.005481314845383167,-0.00218065083026886,0.021182894706726074,-0.002367377281188965 +44,-0.044962382269559696,0.35897404159710905,-1.7659946099577755,-0.04208219796419144,-0.35131385922431946,-0.9353115558624268,-0.24930329620838165,-0.019861284643411636,-0.019553253427147865,-0.0031295865774154663,0.010112076997756958,-0.012015104293823242 +45,-0.04675131547834816,0.35226053037739424,-1.7585057538843027,-0.04386457800865173,-0.3450204133987427,-0.9375696182250977,0.0680314302444458,0.022652987390756607,0.13495531678199768,0.004710525274276733,0.016407132148742676,-0.019507408142089844 +46,-0.048221890433512014,0.36801109962609974,-1.7506258961324903,-0.04497574642300606,-0.3597604036331177,-0.9319601058959961,0.1878998726606369,0.03514273464679718,-0.009850545786321163,-0.01534225046634674,0.022663235664367676,0.007338523864746094 +47,-0.0463661812565817,0.37985321542424144,-1.7537116574009386,-0.04304572939872742,-0.3707841634750366,-0.9277209639549255,0.08552345633506775,0.006016982719302177,-0.03603021055459976,0.000321120023727417,-0.002400040626525879,-0.002073347568511963 +48,-0.04283394805166853,0.3814899971526532,-1.7535352873064782,-0.039742499589920044,-0.3723037540912628,-0.927259624004364,0.11410113424062729,0.004141291603446007,0.06365957856178284,0.010949164628982544,-0.010615527629852295,-0.01901412010192871 +49,-0.040743899431059945,0.4098208230418027,-1.7251136522368684,-0.03735964745283127,-0.3984449803829193,-0.9164310097694397,0.5460939407348633,0.31099534034729004,0.4882740080356598,0.024664346128702164,-0.019554227590560913,0.013003945350646973 +50,-0.034729934840559244,0.44705858422284406,-1.6961055261105944,-0.03131047263741493,-0.43231508135795593,-0.9011788368225098,-0.1627723127603531,-0.029558874666690826,-0.1838352233171463,-0.059418272227048874,0.03474733233451843,-0.001195371150970459 +51,-0.03029835945098276,0.4457294956074455,-1.7087683029036729,-0.02733391895890236,-0.4311162233352661,-0.9018822908401489,0.2513522803783417,0.05445600673556328,0.030223751440644264,0.006856635212898254,-0.009435534477233887,0.0016595125198364258 +52,-0.025298812999359762,0.4591607012547516,-1.7119472099586424,-0.02267606370151043,-0.4431959092617035,-0.8961379528045654,0.05586356669664383,0.08268113434314728,-0.048742808401584625,-0.013792440295219421,0.0051465630531311035,0.01858973503112793 +53,-0.02308257767474631,0.46668838536663,-1.7154135035674996,-0.02061237022280693,-0.449931263923645,-0.8928253054618835,0.0716172307729721,0.007151489146053791,-0.005342873279005289,-0.012331351637840271,0.0023146867752075195,0.016223132610321045 +54,-0.01948497108894954,0.47644584886350416,-1.7193349352292184,-0.017313845455646515,-0.4586237370967865,-0.8884618878364563,0.058405451476573944,0.016576092690229416,-0.09330085664987564,-0.014821171760559082,0.013387531042098999,0.014575779438018799 +55,-0.017198005749681063,0.48731452463956776,-1.721424693597725,-0.015195297077298164,-0.4682547152042389,-0.8834628462791443,0.15304604172706604,0.012015577405691147,-0.07436513900756836,-0.004946306347846985,0.01848664879798889,0.012933671474456787 +56,-0.01558038077781699,0.48382325066649007,-1.7251311021043474,-0.013791552744805813,-0.46516698598861694,-0.8851155042648315,-0.03142978623509407,0.0013867244124412537,-0.02593161165714264,-0.01072932779788971,-0.0020113587379455566,0.001524806022644043 +57,-0.015194144412009192,0.48624219483233544,-1.7244729156926464,-0.013432552106678486,-0.4673069417476654,-0.8839930891990662,-0.029617492109537125,-0.0007341178134083748,0.009069303050637245,-0.0019177943468093872,-0.0009242594242095947,0.0005397200584411621 +58,-0.016967349343454542,0.48446030739930307,-1.7232711462428247,-0.015014135278761387,-0.46573084592819214,-0.884799063205719,-0.04448631778359413,-0.013289747759699821,0.03330347687005997,-0.004944369196891785,0.007021129131317139,-0.0015534758567810059 +59,-0.01732640714746895,0.48374515983081073,-1.723739121896152,-0.015337594784796238,-0.4650978744029999,-0.8851263523101807,0.0042704083025455475,-0.007830744609236717,0.022460846230387688,0.000826478935778141,-0.0012869834899902344,0.01113349199295044 +60,-0.019726984982316696,0.4775747777020922,-1.7277844384026129,-0.01751864142715931,-0.4596266746520996,-0.887939453125,-0.031713057309389114,-0.05353860557079315,-0.056270234286785126,-0.00651395320892334,0.01175069808959961,0.0067901611328125 +61,-0.021389879233852147,0.4761941479864036,-1.7319934858913526,-0.01900871843099594,-0.45840007066726685,-0.888542652130127,0.058955833315849304,0.051847562193870544,0.009262165054678917,-0.005557924509048462,0.009913742542266846,0.018166065216064453 +62,-0.017741774700082858,0.4755246810935349,-1.7325809582725078,-0.015772543847560883,-0.45780497789382935,-0.8889127373695374,-0.06297367811203003,-0.006580176297575235,-0.019939178600907326,0.0057627856731414795,0.0034745335578918457,0.0006070733070373535 +63,-0.01529401061168673,0.4730976822477653,-1.7325713539663024,-0.013613603077828884,-0.455645889043808,-0.8900570273399353,0.026704605668783188,0.016461458057165146,0.01725069060921669,0.004305736161768436,-0.008007615804672241,-0.008624613285064697 +64,-0.015188331090209967,0.46230360000217724,-1.732994403594467,-0.013593451119959354,-0.4460110664367676,-0.8949242234230042,-0.14617475867271423,0.014584993943572044,-0.0087142214179039,0.00228668749332428,-0.005481243133544922,-0.0026893019676208496 +65,-0.016085341510949383,0.4582082568029198,-1.7313989112268924,-0.014425460249185562,-0.4423418939113617,-0.8967304825782776,-0.11986342072486877,-0.035580553114414215,0.008943602442741394,0.0015775561332702637,-0.005030512809753418,0.005357801914215088 +66,-0.0199774780082202,0.42610995940568386,-1.7316221617181617,-0.018189892172813416,-0.4133317470550537,-0.9103988409042358,-0.5088862180709839,0.012882471084594727,0.039449311792850494,0.012025341391563416,-0.014509439468383789,0.01927030086517334 +67,-0.016901751986094386,0.36440726048346844,-1.7364071404026868,-0.01579114980995655,-0.35639554262161255,-0.934201717376709,-0.5615537762641907,0.0036957450211048126,-0.13067661225795746,0.007490366697311401,-0.005512416362762451,-0.004808902740478516 +68,-0.009438726821997869,0.34475322684446214,-1.737729532595303,-0.008883209899067879,-0.3379644453525543,-0.941116988658905,0.030680019408464432,0.06683538854122162,0.04148045554757118,-0.0075199902057647705,0.01922360062599182,-0.02500849962234497 +69,-0.00273155211368294,0.32712147529691876,-1.7414738520031992,-0.0025866979267448187,-0.32131847739219666,-0.9469676613807678,-0.3490603566169739,0.0965702086687088,-0.06927407532930374,0.0004504770040512085,-0.011948704719543457,0.012900888919830322 +70,0.006308780008486725,0.29730041081570185,-1.7515977457566942,0.006031978875398636,-0.2929401099681854,-0.95611172914505,-0.1621643602848053,8.124206215143204e-05,0.007511300966143608,0.005946174263954163,-0.009748488664627075,-0.029132962226867676 +71,0.0034417127034947854,0.28902381076936895,-1.753787982625041,0.0032989527098834515,-0.28501665592193604,-0.9585168957710266,-0.14482034742832184,-0.043135084211826324,-0.05309654399752617,0.0032318085432052612,-0.014589667320251465,0.0018060803413391113 +72,0.0021016175449035113,0.26563882196466426,-1.7617013289041812,0.0020279018208384514,-0.262525737285614,-0.9649228453636169,-0.27694836258888245,-0.0335264578461647,-0.10233445465564728,0.0037856996059417725,0.007673442363739014,-0.006375372409820557 +73,-0.0007148322693554905,0.26290163324521315,-1.7683092278422856,-0.0006902705645188689,-0.2598835825920105,-0.9656397104263306,0.06348367035388947,-0.03037591278553009,-0.03710000216960907,-0.005428507924079895,0.00011795759201049805,0.006395936012268066 +74,-0.0027131809478778577,0.2659895917774204,-1.767710296647084,-0.002617762889713049,-0.2628641724586487,-0.9648292660713196,0.00819217599928379,-0.017360422760248184,-0.039878372102975845,0.013268396258354187,0.01535138487815857,-0.021254658699035645 +75,-0.0033992627848418553,0.26896423829756183,-1.7709659867395067,-0.003277041483670473,-0.2657330632209778,-0.9640410542488098,0.12490513175725937,-0.02213837020099163,0.029377665370702744,-0.007709294557571411,-0.004774749279022217,-0.00394594669342041 +76,-0.005034112560588608,0.27237305678193274,-1.770927459867936,-0.00484851049259305,-0.26901775598526,-0.9631230235099792,0.010610176250338554,0.012906561605632305,0.016007743775844574,0.010158568620681763,0.0024619698524475098,0.000507056713104248 +77,-0.005201317907358174,0.2757917088366173,-1.7710885216393597,-0.005004737060517073,-0.2723088264465332,-0.9621968865394592,-0.028761304914951324,-0.0006172182038426399,-0.015949444845318794,-0.008102551102638245,-0.008910655975341797,0.013908922672271729 +78,-0.005381878895836252,0.27740214278202036,-1.7669114331676932,-0.005176105536520481,-0.27385804057121277,-0.96175616979599,0.07628262788057327,-0.04905340075492859,-0.0035924329422414303,0.018405482172966003,0.02117246389389038,-0.025807857513427734 +79,-0.006327853987378361,0.2791364002197555,-1.769947418676868,-0.0060828858986496925,-0.2755255699157715,-0.9612745046615601,0.048131443560123444,-0.00022496050223708153,0.018222056329250336,-0.011174812912940979,-0.015230655670166016,0.010590910911560059 +80,-0.00955330923741864,0.2764597022351969,-1.7727190965340083,-0.009190409444272518,-0.27295151352882385,-0.9619839191436768,0.005263165570795536,-0.10638986527919769,-0.044318024069070816,0.015034526586532593,0.005937933921813965,-0.025015592575073242 +81,-0.019158619508693336,0.28286569746465107,-1.7807419624284966,-0.018396122381091118,-0.27910861372947693,-0.9600833058357239,0.07858897000551224,-0.12321753054857254,-0.0367482528090477,-0.005575433373451233,-0.02081814408302307,0.011825859546661377 +82,-0.02843910611596774,0.2830233446747762,-1.7889740598710626,-0.027303989976644516,-0.27925997972488403,-0.9598272442817688,-0.0566980354487896,-0.013299306854605675,-0.03865528851747513,-0.0059296488761901855,-0.009161651134490967,0.0293768048286438 +83,-0.0307353441251224,0.27585091715092347,-1.7940355601378652,-0.02956870198249817,-0.2723657786846161,-0.9617393612861633,-0.08666541427373886,-0.0933677926659584,-0.12064917385578156,-0.006762474775314331,0.007961481809616089,-0.00720900297164917 +84,-0.032646023926786005,0.27349658022287,-1.800959983501194,-0.03142706677317619,-0.2700996994972229,-0.9623193144798279,-0.008045180700719357,0.017564401030540466,0.003022276097908616,0.006021186709403992,-0.0076102614402771,0.0007714629173278809 +85,-0.0305326695843215,0.2701799965173772,-1.8047259163724025,-0.029420459643006325,-0.26690492033958435,-0.9632737040519714,-0.08369190245866776,-0.0037610544823110104,-0.08316811919212341,-0.0059036388993263245,4.3958425521850586e-05,0.0035569071769714355 +86,-0.023957295485103836,0.27357695958664546,-1.8046899496528528,-0.023064132779836655,-0.27017709612846375,-0.9625343680381775,0.17026250064373016,0.01806134730577469,-0.004371458198875189,-0.003379344940185547,0.012456148862838745,-0.03088909387588501 +87,-0.027095303546235062,0.31317033469606603,-1.8053015224438516,-0.0257742777466774,-0.30807632207870483,-0.9510124325752258,0.41252830624580383,0.0732521191239357,0.02599741704761982,-0.006635397672653198,-0.012892305850982666,0.02248460054397583 +88,-0.025975821974236337,0.3651498446651595,-1.7913466655095165,-0.024260515347123146,-0.35708925127983093,-0.9337551593780518,0.723528265953064,0.06588451564311981,0.14783510565757751,-0.00041294097900390625,0.028781145811080933,-0.006964445114135742 +89,-0.02247571166471732,0.391559785691952,-1.7921354902346835,-0.020772887393832207,-0.3816305994987488,-0.9240814447402954,0.10006246715784073,-0.0752229169011116,-0.09086597710847855,-0.003503842279314995,0.000664442777633667,-0.022817909717559814 +90,-0.05070831469975942,0.4589296313941072,-1.7908876452945297,-0.04544190317392349,-0.4429887533187866,-0.8953747749328613,0.9625465869903564,-0.11314712464809418,-0.0928424671292305,-0.01336546242237091,0.04934251308441162,0.012608051300048828 +91,-0.0573061768478444,0.5255836113278406,-1.7988076790498158,-0.04954450577497482,-0.5017179250717163,-0.8636112809181213,0.5542306900024414,-0.23824390769004822,-0.15302570164203644,-0.001236751675605774,0.01984536647796631,-0.013189256191253662 +92,-0.060362671781158304,0.549944041171918,-1.8113583254704961,-0.05143117904663086,-0.5226395130157471,-0.8510010242462158,-0.5852811932563782,0.13395088911056519,-0.14825108647346497,-0.01628732681274414,0.00553441047668457,0.12124943733215332 +93,-0.031199841913321473,0.4083724214100813,-1.829747390043961,-0.02862958237528801,-0.39711612462997437,-0.9173217415809631,-1.2474122047424316,0.14618900418281555,0.03116176649928093,-0.012080863118171692,-0.047250330448150635,-0.07617801427841187 +94,-0.030107210172386913,0.3720377266277839,-1.8227624934953306,-0.028043294325470924,-0.3635145127773285,-0.9311663508415222,0.23652170598506927,0.048374637961387634,-0.03610952943563461,-0.007311314344406128,0.01746043562889099,-0.014863312244415283 +95,-0.023715214936851397,0.4076449393731377,-1.8096271020283248,-0.021769879385828972,-0.3964483439922333,-0.9177988767623901,0.5268144011497498,0.12726077437400818,0.07469181716442108,0.007731795310974121,-0.0017755329608917236,0.0019205808639526367 +96,-0.02816504155413027,0.4479034053086427,-1.7954234743167197,-0.02538340352475643,-0.4330767095088959,-0.9009996056556702,0.3055747151374817,-0.1940564513206482,0.034571513533592224,-0.004691675305366516,0.022996753454208374,-0.007722318172454834 +97,-0.03426209420689914,0.4679901511983568,-1.784223136611693,-0.030572138726711273,-0.451093465089798,-0.8919529318809509,-0.3573892414569855,0.024718256667256355,0.10020890086889267,0.01168176531791687,-0.031969308853149414,0.013565480709075928 +98,-0.03410302002976295,0.4153129874268095,-1.7817808696356787,-0.03119787760078907,-0.4034763276576996,-0.9144580364227295,0.05395188555121422,-0.0792706161737442,0.08208715915679932,-0.00223412923514843,-0.016094565391540527,-0.05819815397262573 +99,-0.03635061244825597,0.4262137013479473,-1.7779032929191068,-0.033091310411691666,-0.4134262204170227,-0.9099361300468445,-0.16650806367397308,-0.06230717897415161,-0.06859215348958969,0.018503904342651367,-0.007167041301727295,-0.010092556476593018 +100,-0.0366187421576438,0.4366778239365782,-1.7759848947392882,-0.03317508473992348,-0.42293137311935425,-0.9055542349815369,0.4960777163505554,-0.23753350973129272,0.0923413410782814,-0.012097746133804321,-0.03994399309158325,-0.12424618005752563 +101,-0.04537855069459101,0.49147974855234866,-1.762943451173583,-0.039993610233068466,-0.47193101048469543,-0.8807278871536255,0.17722845077514648,0.10912594199180603,0.014557438902556896,0.009857505559921265,0.008903056383132935,0.02928745746612549 +102,-0.02539665385295999,0.4591759111375385,-1.7599609081037413,-0.02276357263326645,-0.44320952892303467,-0.8961290121078491,-0.574307918548584,0.211997389793396,0.015051879920065403,-0.012438461184501648,-0.022427678108215332,-0.010807633399963379 +103,-0.02644438205946933,0.4603239952441396,-1.754975107658076,-0.023688988760113716,-0.4442383944988251,-0.895595371723175,0.3650197386741638,-0.015179152600467205,-0.019446179270744324,0.017249777913093567,0.025125235319137573,0.006465733051300049 +104,-0.02279248825444854,0.47547348905619674,-1.754587542839713,-0.020262502133846283,-0.45775946974754333,-0.8888451457023621,-0.08656811714172363,1.2301839888095856e-05,-0.0005332636646926403,-0.018616899847984314,-0.009357810020446777,0.01939934492111206 +105,-0.015678849264206773,0.4602404504064588,-1.7508524390290012,-0.014046822674572468,-0.44416356086730957,-0.8958356380462646,-0.11496104300022125,0.10831842571496964,0.06470618396997452,0.012993961572647095,0.009318560361862183,-0.015144586563110352 +106,-0.014868442295527869,0.4528405265636999,-1.7385900119729436,-0.01336932834237814,-0.4375215172767639,-0.8991085290908813,-0.12645074725151062,0.3158626854419708,0.2926158905029297,-0.019604921340942383,-0.039239346981048584,0.08004724979400635 +107,0.021579686568818663,0.39968794906336547,-1.7187740193172745,0.01987728662788868,-0.38913092017173767,-0.9209679961204529,-0.5538251399993896,0.4120471775531769,-0.20800484716892242,-0.05567440390586853,0.07997259497642517,0.01851743459701538 +108,0.08394292976286617,0.35869091774702555,-1.727074773085311,0.07850828766822815,-0.3510487675666809,-0.9330601096153259,-0.22563332319259644,0.26343873143196106,0.21216732263565063,0.05573853850364685,-0.005488097667694092,-0.07470661401748657 +109,0.10037541491536041,0.3185031002541318,-1.7209086893903622,0.09516706317663193,-0.31314530968666077,-0.9449250102043152,-0.6216183304786682,0.5193763375282288,0.4357042908668518,0.025880903005599976,-0.08806928992271423,0.06704109907150269 +110,0.15530332778273556,0.3021963191382645,-1.6341776749962542,0.14767049252986908,-0.29761770367622375,-0.9431951642036438,0.05803398787975311,0.8982343077659607,0.5159978270530701,-0.15301106870174408,0.04026299715042114,0.0660589337348938 +111,0.28813939472230954,0.28148712199079573,-1.604064281513374,0.27298489212989807,-0.2777845561504364,-0.9210401773452759,-0.7659564018249512,1.5552037954330444,0.028900984674692154,0.05037933588027954,0.0270063579082489,-0.01621568202972412 +112,0.38130785785747895,0.2655447953273156,-1.5979680377651377,0.35909125208854675,-0.26243501901626587,-0.8956457376480103,0.6218663454055786,0.5467467904090881,-0.011500641703605652,0.04009392857551575,0.00787264108657837,-0.07658326625823975 +113,0.37599948572207403,0.3753004965295546,-1.6562529702614335,0.34164416790008545,-0.36655211448669434,-0.8654009699821472,1.7910621166229248,-0.32244324684143066,0.05078404024243355,-0.030410677194595337,0.035161733627319336,-0.008866608142852783 +114,0.45937746395564394,0.5553961386337056,-1.7104204552118443,0.37674492597579956,-0.5272799134254456,-0.7616029381752014,3.1073896884918213,1.4005557298660278,0.4068647027015686,0.06478339433670044,-0.09183013439178467,-0.1814512014389038 +115,0.6938353969484004,0.842586745612239,-1.830281555044079,0.4256029725074768,-0.7463671565055847,-0.5116621851921082,2.1325087547302246,2.408245801925659,0.8312147259712219,-0.0873003900051117,0.11810183525085449,0.005406081676483154 +116,1.408236724992332,1.0952470182337424,-2.3016190346095162,0.451790988445282,-0.8890413641929626,-0.07409680634737015,3.2342848777770996,3.3872570991516113,1.5939990282058716,0.10346108675003052,-0.022167742252349854,-0.05320727825164795 +117,2.307857521630525,1.104103215946795,-2.9725844573921494,0.33315309882164,-0.8930610418319702,0.30240803956985474,2.466716766357422,3.0079996585845947,0.41017603874206543,0.0452038049697876,0.012949526309967041,-0.0212496817111969 +118,2.800889920322834,0.9708737036589116,2.9714211832544,0.18865367770195007,-0.8253793120384216,0.5321267247200012,2.28425669670105,2.655139923095703,0.8649643063545227,-0.026284903287887573,0.06962674856185913,-0.019538164138793945 +119,-3.1317451074253677,0.7252902810988343,2.7647807070018375,-0.007368865422904491,-0.6633526682853699,0.7482703924179077,2.461867094039917,1.033887505531311,1.0332366228103638,0.09638863801956177,-0.1420365571975708,-0.12058496475219727 +120,-3.0487854393634466,0.5595012212465914,2.7283461946497587,-0.07854308933019638,-0.530763566493988,0.8438725471496582,0.746385395526886,-0.17056360840797424,-0.6404818892478943,0.022970587015151978,0.03376954793930054,-0.16874754428863525 +121,-3.0813395532354746,0.4481755827170583,2.740243420488462,-0.05426959693431854,-0.433322012424469,0.8996036052703857,1.3104331493377686,0.36184489727020264,-0.028377259150147438,0.05672626942396164,-0.06664738059043884,0.04393875598907471 +122,-3.086518069367006,0.3597439153774946,2.7404824786769946,-0.05152304098010063,-0.3520345389842987,0.9345678687095642,0.9609311819076538,0.05670753866434097,-0.32994604110717773,0.0029848292469978333,0.021223992109298706,0.010393619537353516 +123,-3.0961058778584833,0.2865694818665585,2.782958077685516,-0.04361674189567566,-0.2826632857322693,0.9582269787788391,0.3936121463775635,-0.054534438997507095,-0.07061374932527542,0.03191325441002846,-0.11363795399665833,0.020532727241516113 +124,-3.102068930681997,0.24438884796032215,2.7952391676754793,-0.03833930566906929,-0.24196337163448334,0.9695276021957397,0.027203107252717018,-0.29110562801361084,-0.07895505428314209,-0.0017607882618904114,-0.023005470633506775,0.03595024347305298 +125,-3.0945919418411925,0.20765676680982761,2.794023093505043,-0.04597404599189758,-0.2061675786972046,0.9774360060691833,0.6177876591682434,0.33473554253578186,-0.08242622017860413,0.012374196201562881,-0.00284731388092041,0.0087699294090271 +126,-3.0968629051747336,0.18349050339556353,2.7954001522298317,-0.0439641997218132,-0.18246258795261383,0.9822294116020203,0.15251362323760986,-0.1099017933011055,0.1085745170712471,0.0363500639796257,-0.040941327810287476,-0.0036527514457702637 +127,-3.1173023452714546,0.17466680543644572,2.7869019715992502,-0.02391837164759636,-0.17378002405166626,0.9844942092895508,0.394221693277359,-0.0790354311466217,0.030683765187859535,-0.02049996703863144,0.005307689309120178,-0.02564692497253418 +128,-3.1235982502649287,0.1411566951098105,2.7888815581583164,-0.01781446486711502,-0.14068840444087982,0.9898934364318848,0.46177294850349426,0.2544214129447937,0.01835917867720127,-0.02260606363415718,-0.02242802083492279,0.08441668748855591 +129,-3.126567685080898,0.14299321633716724,2.803617999599579,-0.014871064573526382,-0.1425064206123352,0.9896823167800903,-0.4737853407859802,-0.29364246129989624,0.009407883509993553,0.034631192684173584,-0.03480073809623718,0.005984306335449219 +130,-3.118809688085256,0.1396923670966875,2.8138208813966363,-0.022559072822332382,-0.13923849165439606,0.9900014996528625,0.36488422751426697,0.2854387164115906,-0.13444767892360687,0.03360644355416298,-0.02908116579055786,-0.04323983192443848 +131,-3.0970627069517263,0.10688168476197991,2.822284403560808,-0.04426119476556778,-0.106678307056427,0.9933076500892639,0.043883636593818665,-0.03994813933968544,-0.01607057824730873,-0.009770166128873825,-0.03217665106058121,0.020821690559387207 +132,-3.1078801084490992,0.10874153254781861,2.8500754090518186,-0.033507075160741806,-0.10852735489606857,0.9935286641120911,0.3223225474357605,0.22384494543075562,-0.42276531457901,0.017576899379491806,0.01492992788553238,-0.04472184181213379 +133,-3.1154696802194173,0.08259435159542987,2.8563207985570864,-0.02603096328675747,-0.08250047266483307,0.9962511658668518,0.13388338685035706,-0.3410972058773041,0.28154927492141724,0.09005683660507202,-0.08304215222597122,-0.03287208080291748 +134,3.136591029984403,0.09036708484596565,2.843475500882383,0.004981193691492081,-0.09024414420127869,0.9959070682525635,-0.2669813930988312,-0.1730537861585617,-0.1332758218050003,-0.07260815054178238,0.04858766496181488,0.1316714882850647 +135,-3.132668119125012,0.10344777741158376,2.854978396844271,-0.008876705542206764,-0.10326337069272995,0.99461430311203,0.10616041719913483,0.3014419376850128,0.03619389981031418,0.05987158045172691,-0.04901933670043945,-0.10894852876663208 +136,-3.1338988242340777,0.08866906426119257,2.8464469412609423,-0.007663528434932232,-0.08855292201042175,0.996042013168335,0.2284228652715683,-0.1533823311328888,0.20515073835849762,0.046634476631879807,-0.04322198033332825,-0.03122878074645996 +137,3.1314515872684168,0.08473279098371422,2.828265656924894,0.010104512795805931,-0.08463143557310104,0.9963613152503967,-0.3325168788433075,-0.12265727669000626,-0.01138470508158207,-0.10628066211938858,0.09731148183345795,0.1936413049697876 +138,-3.126232418254345,0.10785887826671575,2.8435915321744503,-0.015270371921360493,-0.10764987021684647,0.9940714240074158,-0.27590250968933105,0.058455951511859894,-0.18616265058517456,0.06718077510595322,-0.03840723633766174,-0.1287151575088501 +139,-3.138085292066011,0.1043176876854144,2.8362628741707745,-0.0034882882609963417,-0.10412859171628952,0.9945578575134277,0.4974481165409088,0.05286417528986931,0.28014466166496277,0.027887091040611267,-0.021100305020809174,0.0002084970474243164 +140,3.123900485273706,0.11593510778258524,2.8267661478196686,0.01757248304784298,-0.11567556858062744,0.9931314587593079,-0.4695368707180023,-0.41941237449645996,0.07644325494766235,-0.02575119584798813,-0.004716254770755768,0.07921034097671509 +141,3.1166615313796795,0.1532096890262799,2.8245765849159383,0.024636533111333847,-0.15261100232601166,0.9879791736602783,-0.5129116177558899,-0.1627749800682068,0.06903929263353348,0.06429168581962585,-0.02048468589782715,-0.016940414905548096 +142,3.1286397673675457,0.17861079982445088,2.810041278007009,0.01274646632373333,-0.17766264081001282,0.9840087294578552,0.08503134548664093,0.4843709468841553,0.26852697134017944,-0.01720203459262848,-0.008509799838066101,-0.04777538776397705 +143,-3.1353014060258797,0.18504317942974563,2.8037643927524885,-0.006183804478496313,-0.18398897349834442,0.9829088449478149,0.1541193425655365,0.3472701907157898,-0.013898842968046665,-0.0061910729855299,0.02514497935771942,0.03732430934906006 +144,-3.0720913041255455,0.1638092721132807,2.7899061064728974,-0.06851576268672943,-0.16307765245437622,0.9842313528060913,-0.20497047901153564,0.3437801003456116,0.42992284893989563,0.09257887303829193,-0.10141818225383759,0.01839315891265869 +145,-2.9961710881335364,0.17568394088563016,2.7349051653949727,-0.14267905056476593,-0.17478159070014954,0.9742149710655212,0.10944259166717529,0.8687924742698669,0.7827344536781311,0.09310321509838104,-0.028648629784584045,0.021070361137390137 +146,-2.923580376617941,0.18193269220200348,2.6601184868018817,-0.21271976828575134,-0.1809307038784027,0.9602161049842834,-0.18839256465435028,-0.05177910998463631,0.054277267307043076,-0.024966418743133545,0.24274401366710663,-0.09792637825012207 +147,-2.9273287691909955,0.20463266245209608,2.665357593555154,-0.2081918567419052,-0.20320750772953033,0.9567459225654602,0.08322048932313919,0.3457232117652893,-0.2655055522918701,-0.0295858234167099,0.04967358708381653,0.05152428150177002 +148,-2.88380366733951,0.2000538851468582,2.6750238139070803,-0.24985864758491516,-0.19872213900089264,0.9476710557937622,-0.7307987213134766,-0.13467788696289062,-0.14424161612987518,0.09725546836853027,0.04869769513607025,-0.08818912506103516 +149,-2.945033791547803,0.18783790563875627,2.7706449674649627,-0.1918603479862213,-0.18673527240753174,0.9634930491447449,1.7010101079940796,1.2676831483840942,-0.6207425594329834,-0.07056024670600891,-0.01262076199054718,0.11603540182113647 +150,-2.9084626423413082,0.10669844514954856,2.7649131791272565,-0.2297101765871048,-0.10649611055850983,0.9674149751663208,-0.6842777132987976,-0.6839830875396729,-0.10037494450807571,0.006687715649604797,0.028096452355384827,0.11614203453063965 +151,-2.9587090497700896,0.15439639560961238,2.745128066131078,-0.17970246076583862,-0.15378370881080627,0.9716262817382812,-0.42764517664909363,-0.5777339935302734,0.3395721912384033,0.03807038068771362,-0.005441755056381226,-0.01422882080078125 +152,-2.941843745044132,0.14257047655361166,2.7167071031414682,-0.19641007483005524,-0.14208798110485077,0.9701724052429199,0.39373505115509033,0.15320976078510284,0.21871264278888702,-0.005189076066017151,0.022642165422439575,-0.06264054775238037 +153,-2.9891494751287038,0.14739551511538385,2.712186494414845,-0.15020690858364105,-0.14686238765716553,0.9776859283447266,-0.023545194417238235,-0.48134616017341614,0.00039987824857234955,0.0055688172578811646,0.00477251410484314,0.02042222023010254 +154,-3.012546169736191,0.1466172298166779,2.722041841536023,-0.12730790674686432,-0.1460925042629242,0.9810451865196228,-0.08518974483013153,-0.25107043981552124,-0.07000565528869629,0.018863707780838013,-0.027766123414039612,-0.018597066402435303 +155,-3.037592008539624,0.15836064454315674,2.7256828807662,-0.10251428186893463,-0.1576995700597763,0.9821517467498779,-0.1616617888212204,-0.38868167996406555,-0.06894420087337494,0.01177024096250534,0.0010985881090164185,0.009959697723388672 +156,-3.0453077296751925,0.15939438722929744,2.7290135332234087,-0.09491754323244095,-0.15872029960155487,0.9827502965927124,0.04632158949971199,0.2717127501964569,0.12805241346359253,-0.0014264434576034546,-0.02696387469768524,0.03710120916366577 +157,-3.0173943128921845,0.13881212088191003,2.7118335744584634,-0.12268766015768051,-0.13836675882339478,0.9827520847320557,0.4850190281867981,0.2863842248916626,0.1987166553735733,0.004737250506877899,-0.011901766061782837,0.005040526390075684 +158,-2.958494509695669,0.06734609127808608,2.6892446773335807,-0.18166407942771912,-0.06729519367218018,0.981055498123169,0.5175962448120117,0.7282077074050903,0.48725655674934387,0.0026174336671829224,-0.04272068291902542,0.0042961835861206055 +159,-2.914216995270138,0.03425045340882959,2.6607003579871846,-0.22528930008411407,-0.034243758767843246,0.9736899137496948,-0.24178245663642883,-0.05508633330464363,0.0724000409245491,-0.012137457728385925,0.016513042151927948,-0.015392184257507324 +160,-2.920167171497685,0.05593444472194824,2.6463564070060475,-0.21927709877490997,-0.055905282497406006,0.9740598201751709,-0.01172635518014431,-0.05496930330991745,0.08067552000284195,0.02288118004798889,-0.003771848976612091,-0.025237679481506348 +161,-2.915687825063048,0.03131355578186194,2.635216614066874,-0.2238784283399582,-0.03130843862891197,0.9741138219833374,0.22894564270973206,0.09123111516237259,0.2036130130290985,0.042878732085227966,-0.058031756430864334,0.07216578722000122 +162,-2.9134606521375774,0.03657889973351371,2.5955023666225894,-0.22600708901882172,-0.03657074272632599,0.9734392166137695,-0.43511560559272766,-0.033235546201467514,0.29754242300987244,-0.06627507507801056,0.04064483195543289,-0.03422999382019043 +163,-2.9194957893166626,0.049741927975415545,2.5730897030290487,-0.22000302374362946,-0.04972141981124878,0.9742312431335449,0.12728026509284973,-0.008862539194524288,0.002241135109215975,-0.06367312371730804,0.07094639539718628,-0.022220134735107422 +164,-2.914574330314023,0.0404511512535307,2.5906699395962245,-0.22488924860954285,-0.04044011980295181,0.9735448360443115,-0.022534623742103577,0.10417839884757996,-0.1984681636095047,0.0016226470470428467,-0.021220646798610687,0.03654122352600098 +165,-2.9108293626666795,0.0523267923474602,2.6023385458272386,-0.22840756177902222,-0.05230291560292244,0.9721595048904419,0.09817758202552795,0.0499453991651535,-0.11516278982162476,0.011702284216880798,0.011500924825668335,-0.01715785264968872 +166,-2.9058778519124493,0.049192560224170255,2.6080359528551162,-0.23325565457344055,-0.049172721803188324,0.9711717367172241,-0.15865623950958252,0.00954857375472784,0.03551133722066879,-0.0019586682319641113,-0.006064116954803467,0.010960578918457031 +167,-2.8927335824452136,0.04261943460188929,2.6105962789811765,-0.2460746467113495,-0.04260653257369995,0.9683138132095337,0.25889697670936584,0.10237941890954971,-0.02204832434654236,0.02132798731327057,-0.03660183399915695,-0.028250515460968018 +168,-2.9035664079192403,0.05937833535659353,2.6102525536152266,-0.23536939918994904,-0.059343449771404266,0.9700923562049866,-0.1504640132188797,0.04461900517344475,-0.03577427566051483,-0.003476351499557495,0.006441246718168259,0.056671321392059326 +169,-2.8909508784258224,0.06555211352292681,2.6127917707575543,-0.24749310314655304,-0.06550517678260803,0.9666730761528015,-0.13133016228675842,-0.04345978796482086,-0.0924079418182373,0.0008194297552108765,0.010573513805866241,-0.03205668926239014 +170,-2.889087429178799,0.06703676517069146,2.6098163357031385,-0.24926938116550446,-0.0669865682721138,0.9661146998405457,0.14595994353294373,0.07452567666769028,0.08917520195245743,0.041429415345191956,-0.015136241912841797,-0.04333949089050293 +171,-2.890273483053393,0.06662207170122973,2.606196370083967,-0.2481302171945572,-0.06657280027866364,0.9664364457130432,-0.07076482474803925,-0.043195247650146484,0.02334280125796795,-0.003914445638656616,-0.007844313979148865,0.03585231304168701 +172,-2.884893946964815,0.06666592141391767,2.6050166931572076,-0.25332483649253845,-0.06661655008792877,0.9650847911834717,0.0028658155351877213,0.09852134436368942,0.026131972670555115,-4.735589027404785e-05,-0.018878445029258728,0.0049315690994262695 +173,-2.881442013225047,0.06452090023112478,2.601689974974996,-0.25669097900390625,-0.0644761398434639,0.9643407464027405,0.05725349858403206,-0.05451678857207298,0.05222848802804947,0.008155792951583862,-0.006309382617473602,-0.05438268184661865 +174,-2.8825198727186425,0.060909444472860313,2.592495368922702,-0.25570929050445557,-0.06087179109454155,0.9648353457450867,0.02028847485780716,0.10264724493026733,0.13111698627471924,-0.015286773443222046,-0.004786774516105652,0.052727460861206055 +175,-2.8716796840975265,0.05727865291754779,2.587030659170133,-0.2662101686000824,-0.0572473369538784,0.9622132182121277,-0.008896305225789547,0.07078337669372559,0.08364199846982956,2.065300941467285e-05,-0.001865193247795105,-0.025842666625976562 +176,-2.8680765569929028,0.056577307916607616,2.577247958024549,-0.2696863114833832,-0.0565471276640892,0.9612865447998047,-0.06389432400465012,0.07131052017211914,0.117996945977211,-0.009183317422866821,-0.012971915304660797,0.026414871215820312 +177,-2.862898750802846,0.061536485737761125,2.5651954514681647,-0.2745795249938965,-0.061497654765844345,0.9595959186553955,0.023350749164819717,-0.004470063839107752,0.04250320419669151,-0.013659030199050903,0.03802963346242905,-0.04181015491485596 +178,-2.866876268149008,0.0516097836472585,2.5687405036161093,-0.27091270685195923,-0.05158687382936478,0.961220383644104,0.027566365897655487,-0.09371623396873474,0.02579544298350811,0.011726975440979004,-0.03293154761195183,0.015738606452941895 +179,-2.8669431788729582,0.04166276365983821,2.569608653409167,-0.27097412943840027,-0.04165071249008179,0.9616847634315491,-0.07437092065811157,-0.10397980362176895,0.019665615633130074,-0.04263967275619507,-0.022741366177797318,-0.009475648403167725 +180,-2.858844622377445,0.04119124075829926,2.5528549216987426,-0.2787589132785797,-0.0411795936524868,0.9594777226448059,-0.08670872449874878,0.09175413846969604,0.3050064444541931,0.04117962718009949,-0.024494223296642303,0.04497772455215454 +181,-2.8503695935001234,0.05467803785902857,2.523635822718032,-0.28669485449790955,-0.05465079843997955,0.9564617276191711,-0.5271444320678711,-0.2154771238565445,0.1427084356546402,0.02259579300880432,0.0011992789804935455,-0.04621410369873047 +182,-2.864595955296696,0.09345736458149012,2.4677378576833306,-0.2722746431827545,-0.09332137554883957,0.9576833844184875,0.3585064709186554,0.31687861680984497,0.5756232142448425,0.042050063610076904,-0.008012227714061737,-0.0204123854637146 +183,-2.839730882126542,0.07032345606201489,2.447652530719584,-0.2965634763240814,-0.0702655091881752,0.9524247646331787,-0.1092006266117096,0.032141584903001785,0.06608733534812927,-0.04135763645172119,0.057310789823532104,-0.05296492576599121 +184,-2.8375674864091724,0.05986716192269541,2.4594743059701365,-0.2988269329071045,-0.0598314069211483,0.952430009841919,0.2712215185165405,0.06168658658862114,-0.15945816040039062,-0.011338531970977783,0.007051244378089905,0.014672160148620605 +185,-2.8304449173898685,0.044786369425954334,2.486788322583102,-0.3058444559574127,-0.04477139934897423,0.9510281682014465,0.13530869781970978,0.05242864042520523,-0.1851603090763092,0.020535647869110107,-0.024228844791650772,-0.004815459251403809 +186,-2.8328583509092446,0.03543643326078427,2.506837967661726,-0.3036622703075409,-0.03542901575565338,0.952120840549469,0.14308345317840576,-0.02390711009502411,-0.17982743680477142,-0.006335258483886719,-0.02015874907374382,0.012875497341156006 +187,-2.8312371305450643,0.03188014888469476,2.52024340035578,-0.3052419424057007,-0.031874749809503555,0.9517410397529602,0.1950291246175766,0.048975441604852676,-0.18791572749614716,-0.0003915131092071533,0.034758664667606354,-0.02455615997314453 +188,-2.8366401688358103,0.0016727592997165795,2.5652917463049074,-0.30024752020835876,-0.001672758487984538,0.9538601040840149,0.5632044672966003,-0.12821626663208008,-0.3612646758556366,0.0273745059967041,-0.007986053824424744,-0.010836243629455566 +189,-2.8593824727703727,-0.005016306692482281,2.608200837621927,-0.27847564220428467,0.005016285460442305,0.960430383682251,-0.15184050798416138,-0.3858747184276581,-0.5145063400268555,-0.01861301064491272,0.028232619166374207,-0.007213711738586426 +190,-2.8861339939578055,0.010734303501448685,2.6414666669622284,-0.2526746392250061,-0.010734097100794315,0.9674916863441467,-0.4145217537879944,-0.25077706575393677,-0.2651509642601013,0.01636180281639099,-0.02664993703365326,0.1152108907699585 +191,-2.9017157509764986,0.12271513282230699,2.634679993125083,-0.23579645156860352,-0.12240736931562424,0.9640626311302185,-1.4340287446975708,-0.13100190460681915,-0.28402671217918396,-0.02795177698135376,0.07640208303928375,0.04442143440246582 +192,-2.864763487894931,0.15745274731444114,2.641269546098516,-0.2699261009693146,-0.1568029820919037,0.9500278234481812,0.5730085968971252,0.33103233575820923,-0.022721942514181137,0.11793330311775208,-0.043712764978408813,-0.36151158809661865 +193,-2.903498655519642,0.08566806488699165,2.6436552768671455,-0.234985813498497,-0.08556331694126129,0.9682251214981079,0.8378616571426392,-0.6086609363555908,0.29066964983940125,-0.02349799871444702,-0.002647712826728821,-0.017465591430664062 +194,-2.947270364472429,0.05906231022583853,2.6404411293913217,-0.19276492297649384,-0.05902797728776932,0.9794679284095764,-0.07333789020776749,0.11782918125391006,0.00037903012707829475,-0.049437835812568665,0.01781398430466652,0.3153928518295288 +195,-2.9142658100529304,0.09654346853461492,2.6383338980617523,-0.22432449460029602,-0.09639356285333633,0.9697356224060059,-0.48829931020736694,0.21129746735095978,-0.0032922346144914627,0.07198071479797363,-0.04366687685251236,-0.09513223171234131 +196,-2.9101183778554387,0.08121015125923091,2.6284097417108128,-0.22865669429302216,-0.08112091571092606,0.9701216220855713,0.43117791414260864,-0.34752121567726135,0.21321570873260498,0.025897830724716187,0.010762624442577362,-0.1565990447998047 +197,-2.935828793238245,0.07566704207254513,2.6293372721690225,-0.20373035967350006,-0.07559485733509064,0.9761042594909668,-0.4199737012386322,0.013519820757210255,-0.222788006067276,-0.05479931831359863,0.013094857335090637,0.1740727424621582 +198,-2.9291185969629283,0.11055953661805677,2.6423355215300064,-0.20959149301052094,-0.11033444106578827,0.9715442061424255,0.08928698301315308,-0.05106247588992119,-0.07911121100187302,0.09684425592422485,-0.037813156843185425,-0.1866166591644287 +199,-2.9464438480658033,0.06797083090321203,2.643545501382337,-0.1934647560119629,-0.06791850179433823,0.9787535071372986,0.22306226193904877,-0.2538699507713318,0.09135749936103821,-0.0364241749048233,0.0032822787761688232,0.06346750259399414 +200,-2.9632302087308626,0.06975877627754008,2.6446826222970845,-0.1769866943359375,-0.06970221549272537,0.9817417860031128,-0.06143171340227127,0.07237229496240616,-0.05052565410733223,-0.006698578596115112,0.01077277958393097,0.08239072561264038 +201,-2.9503846367613735,0.07693270350543356,2.645052301807959,-0.1894828975200653,-0.0768568366765976,0.9788713455200195,-0.11019179970026016,0.04423797130584717,-0.009286932647228241,0.025069460272789,-0.017472989857196808,-0.05646234750747681 +202,-2.957012513667243,0.06922854956950779,2.6430251676289527,-0.18309423327445984,-0.06917326897382736,0.9806588888168335,0.2830654978752136,-0.019886815920472145,0.10327433794736862,0.011738017201423645,-0.011606767773628235,-0.013602495193481445 +203,-2.956314147541144,0.07476813764361827,2.6415002953097946,-0.18370558321475983,-0.07469849288463593,0.9801388382911682,-0.34113773703575134,0.22248293459415436,0.01371812354773283,-0.014826521277427673,-0.027962632477283478,0.15770894289016724 +204,-2.9352579034936355,0.08836829137948798,2.636422573020305,-0.2040744125843048,-0.08825332671403885,0.9749694466590881,0.22792509198188782,0.07291245460510254,0.13600751757621765,0.09469936788082123,-0.036685653030872345,-0.1532682180404663 +205,-2.9296701614635388,0.06207667082069429,2.6173079125029486,-0.20993459224700928,-0.06203680858016014,0.9757451415061951,-0.1452755630016327,-0.02881922386586666,0.110920250415802,-0.07853277027606964,0.030573204159736633,0.1016625165939331 +206,-2.9279769524340185,0.07606597456287174,2.6208527952628002,-0.21138177812099457,-0.0759926438331604,0.9744448661804199,0.14356370270252228,-0.03547048196196556,-0.1643509715795517,0.005571261048316956,0.028202123939990997,-0.0943637490272522 +207,-2.935375925506785,0.05935262795638528,2.6320159959090805,-0.20439769327640533,-0.05931778624653816,0.977088987827301,-0.04178948700428009,-0.10056745260953903,0.021040989086031914,0.015615954995155334,-0.03472212702035904,0.0589827299118042 +208,-2.9429866748339033,0.07577181120550203,2.6376039603414916,-0.19673678278923035,-0.0756993293762207,0.9775296449661255,-0.10713104158639908,0.021921664476394653,-0.11439256370067596,-0.00934840738773346,0.0112919881939888,0.005731403827667236 +209,-2.945722495999011,0.06428974857703519,2.6508954899071226,-0.19421805441379547,-0.06424546986818314,0.9788522720336914,0.22420403361320496,-0.14740103483200073,-0.041516322642564774,0.02954523265361786,-0.04432079941034317,-0.06463724374771118 +210,-2.968586316519633,0.06736929063277534,2.651575561376289,-0.17175410687923431,-0.06731834262609482,0.9828372597694397,-0.01920951157808304,-0.07870902121067047,-0.03407049924135208,-0.027449429035186768,0.04459799826145172,0.11469709873199463 +211,-2.94846347084194,0.08476807193404072,2.652374174428051,-0.19124171137809753,-0.08466658741235733,0.9778847098350525,-0.4569563865661621,0.2795432209968567,-0.10178931057453156,0.028827130794525146,-0.01999344676733017,0.06310057640075684 +212,-2.9406363113682428,0.1115740003751629,2.6553170431969675,-0.19836542010307312,-0.111342653632164,0.973783552646637,0.3413532078266144,-0.1764460802078247,0.04780179262161255,0.06839102506637573,-0.0012824833393096924,-0.25013530254364014 +213,-2.9680519318243515,0.06343290105261422,2.65160212426019,-0.17232370376586914,-0.06339036673307419,0.9829986691474915,0.018025292083621025,-0.2914799451828003,-0.05694760009646416,-0.09562064707279205,0.04831467568874359,0.17430424690246582 +214,-2.9626271077385744,0.08094870356582724,2.66268037611661,-0.17742876708507538,-0.08086032420396805,0.9808057546615601,-0.15688811242580414,0.22097820043563843,-0.1461656391620636,0.03996238112449646,0.0008737817406654358,-0.007646322250366211 +215,-2.9575860649387784,0.08576790159039469,2.667116264154057,-0.1822974681854248,-0.08566278964281082,0.9795050024986267,0.16994386911392212,-0.0816291868686676,0.10018380731344223,0.06825324892997742,-0.05645758658647537,-0.11027264595031738 +216,-2.972488500077657,0.07693201240006878,2.65314694695735,-0.16780157387256622,-0.07685614377260208,0.9828203916549683,0.006980885751545429,-0.024669498205184937,0.08304952830076218,-0.07473689317703247,0.07458258420228958,0.09986698627471924 +217,-2.962960709579783,0.08981963442210994,2.6570598947648474,-0.17696721851825714,-0.0896989107131958,0.9801208972930908,-0.22817879915237427,0.05845970660448074,-0.11603736132383347,0.016383707523345947,-0.006736643612384796,-0.02402031421661377 +218,-2.9651628109408277,0.08327900206134944,2.6600526990677893,-0.17490766942501068,-0.08318277448415756,0.9810646772384644,0.23792614042758942,-0.1780976951122284,0.047252196818590164,0.03249742090702057,-0.007439166307449341,-0.08912748098373413 +219,-2.9756201642621094,0.06564422650090905,2.6535464223940957,-0.16485576331615448,-0.06559709459543228,0.984134316444397,-0.030333993956446648,0.1427886188030243,-0.007341822609305382,-0.058212533593177795,0.030013568699359894,0.17258906364440918 +220,-2.9644592330150883,0.09791875001106118,2.6523236278558837,-0.17536455392837524,-0.0977623462677002,0.979637861251831,-0.18687106668949127,0.052811481058597565,-0.0669267326593399,0.026545539498329163,0.0164329931139946,-0.10308122634887695 +221,-2.9715492943724646,0.0745505785146086,2.6566671812671014,-0.16875503957271576,-0.0744815394282341,0.9828398823738098,0.2727007269859314,-0.16363108158111572,0.10460581630468369,0.006386265158653259,-0.0245174840092659,-5.1856040954589844e-05 +222,-2.974972429066313,0.07271004167564736,2.657134544834512,-0.16541209816932678,-0.07264599204063416,0.9835451245307922,-0.15338711440563202,0.1361640840768814,-0.05601823329925537,-0.004464000463485718,0.016081668436527252,0.08803367614746094 +223,-2.952082762834599,0.0957662584025648,2.654696071222377,-0.18751439452171326,-0.09561994671821594,0.9775964617729187,-0.29048922657966614,0.26924580335617065,0.10216305404901505,0.033599019050598145,-0.037024691700935364,0.017337441444396973 +224,-2.907769370257844,0.14882418897280095,2.6345122691638725,-0.22913727164268494,-0.14827542006969452,0.9620345234870911,-1.2609155178070068,0.4760124683380127,-0.017766956239938736,-0.034961849451065063,0.02071194350719452,0.13514864444732666 +225,-2.8288071372828596,0.292011853732706,2.60021112809799,-0.2946837842464447,-0.28787949681282043,0.911200761795044,-0.2282787710428238,2.167381525039673,0.40093889832496643,0.11446225643157959,0.021979868412017822,-0.00861293077468872 +226,-2.510504760089486,0.10418112927669916,2.591339409698091,-0.5868242979049683,-0.1039927750825882,0.8030083775520325,1.1262253522872925,2.783437967300415,0.812443196773529,0.03601258993148804,-0.04500928521156311,-0.017150402069091797 +227,-2.412825690925185,0.09234722081928844,2.561152370662039,-0.6631128191947937,-0.09221602231264114,0.7428175806999207,-0.9621655941009521,-1.3062448501586914,-0.31730177998542786,0.07256704568862915,0.09519145637750626,-0.2107892632484436 +228,-2.809825014571113,0.485945647507555,2.524218380387889,-0.2880079448223114,-0.46704474091529846,0.8360146284103394,-6.578205108642578,-6.166222095489502,-3.0017597675323486,-0.1920945644378662,0.020862549543380737,0.12918001413345337 +229,2.2899006882957917,1.0557836464275767,-3.1170934159828585,0.37058958411216736,-0.8702864646911621,0.3244454264640808,-8.585270881652832,-9.19903564453125,-3.1486740112304688,0.16273561120033264,-0.05076456069946289,-0.021985650062561035 +230,0.6168318390779595,0.6448569680734834,-1.7430395305691047,0.46229204535484314,-0.6010841131210327,-0.6519080400466919,-6.107509136199951,-1.7988179922103882,-0.9961882829666138,-0.24047502875328064,0.015177130699157715,0.059943318367004395 +231,0.586257927678424,0.37579768089840004,-1.5934178691840646,0.5146393775939941,-0.36701464653015137,-0.7748848795890808,-0.7982315421104431,0.9325501918792725,0.32286107540130615,-0.03441476821899414,-0.003148317337036133,-0.11300879716873169 +232,0.6432057844093835,0.3547631440801232,-1.4146350704812922,0.5624157190322876,-0.3473682701587677,-0.7503491640090942,-0.5772859454154968,-0.4651871621608734,1.2476568222045898,-0.013190865516662598,0.06408882141113281,-0.38981807231903076 +233,0.4961476921510409,0.37483563974294715,-1.2449669140412378,0.44298869371414185,-0.3661195933818817,-0.8183627128601074,-0.37045207619667053,-1.327562689781189,1.8019092082977295,0.19231098890304565,-0.10739114880561829,-0.05987215042114258 +234,0.35292769211827363,0.32043680083482984,-1.148140607449366,0.3280524015426636,-0.3149811625480652,-0.8906000852584839,-0.75677889585495,-0.6469631791114807,-0.6429731249809265,0.021816372871398926,-0.18620902299880981,-0.0006047487258911133 +235,0.25470188978315916,0.17871494726624965,-1.203603371829411,0.24794399738311768,-0.1777651309967041,-0.9523252248764038,-1.3247684240341187,-0.4881569743156433,-0.340410053730011,0.042705416679382324,-0.2961575984954834,0.08129251003265381 +236,0.21641726742085224,0.13317364045626082,-1.1640063832791214,0.21283049881458282,-0.13278034329414368,-0.9680250883102417,0.24187453091144562,-0.7148241400718689,0.641393780708313,-0.03215119242668152,0.06109455227851868,-0.1205216646194458 +237,0.1326725204955695,0.16874336620646058,-1.054735986624194,0.1304047703742981,-0.16794370114803314,-0.9771333336830139,-0.08413616567850113,-0.05090920999646187,1.0116466283798218,0.0012633204460144043,0.03154538571834564,0.09007889032363892 +238,0.1473766863996595,0.12590028042606793,-0.9725404542184687,0.1456815004348755,-0.1255679428577423,-0.9813305139541626,-0.9264241456985474,-0.00914144329726696,0.6104687452316284,-0.008230328559875488,-0.06007048487663269,-0.0829547643661499 +239,0.12058927202691999,0.05303260987974163,-0.898089443946488,0.1201280951499939,-0.05300775542855263,-0.9913422465324402,-0.51969975233078,-0.541222095489502,0.8611685633659363,0.031178057193756104,0.008635196834802628,-0.06387931108474731 +240,0.025224389884687896,0.02696351662463492,-0.8353713806767243,0.025212546810507774,-0.026960249990224838,-0.9993184804916382,-0.6045309901237488,-1.0232868194580078,0.1313244104385376,0.08883164077997208,-0.014589430764317513,-0.06168609857559204 +241,-0.01023794542243356,-0.016034489651369676,-0.8374208046613848,-0.010236450470983982,0.016033802181482315,-0.9998190402984619,0.22631461918354034,0.2854069471359253,-0.0470271110534668,-0.05035620182752609,0.07561048865318298,0.2603781223297119 +242,0.040372015995683554,0.03180605390974807,-0.8396391188745406,0.04034063592553139,-0.03180069103837013,-0.9986798167228699,0.03701263293623924,0.47658830881118774,-0.040027204900979996,0.0027807019650936127,-0.09515243768692017,-0.16741210222244263 +243,0.01690813340896576,0.01993309464862654,-0.8177522724430675,0.016903968527913094,-0.019931774586439133,-0.9996584057807922,-0.10037686675786972,-0.7206568121910095,0.43943971395492554,0.028689289465546608,-0.05234910547733307,-0.1554776430130005 +244,-0.02896257413680578,0.01240333237495136,-0.8095891573501836,-0.028956297785043716,-0.012403014115989208,-0.9995037317276001,0.14326287806034088,0.21075350046157837,-0.0742078647017479,-0.07252991199493408,0.12525701522827148,0.2927166223526001 +245,0.021793174529578588,0.029560707006481585,-0.7987770053447786,0.021781928837299347,-0.029556401073932648,-0.9993257522583008,0.008915229700505733,0.4087013602256775,-0.06423834711313248,0.03723906725645065,-0.04556261748075485,-0.12454509735107422 +246,0.028402414661344546,0.006644634603352573,-0.8082642983332687,0.028397969901561737,-0.006644585635513067,-0.999574601650238,-0.18372157216072083,-0.2262307107448578,-0.052693337202072144,0.03532273322343826,-0.030602119863033295,-0.13421446084976196 +247,-0.00725235322309559,-0.002237862510421503,-0.8195418335319077,-0.0072522712871432304,0.002237860579043627,-0.9999712109565735,0.06570831686258316,0.015999548137187958,-0.04198804870247841,-0.041484300047159195,0.02605193480849266,0.2023943066596985 +248,0.03360403482159746,0.0009590946075488613,-0.8062439164760039,0.03359769657254219,-0.0009590944391675293,-0.9994350075721741,-0.20211654901504517,0.7151424884796143,-0.03176415339112282,-0.025800451636314392,-0.010393444448709488,-0.05566447973251343 +249,0.034186911592810905,-0.0210707951608478,-0.814787947408325,0.0341726653277874,0.02106923609972,-0.9991938471794128,0.026432838290929794,-0.3912448585033417,0.10340802371501923,-0.0198599211871624,-0.029583640396595,-0.030453979969024658 +250,0.026777162722076794,-0.01865322269088902,-0.8086465646262417,0.026769304648041725,0.018652141094207764,-0.9994676113128662,-0.06290147453546524,0.27780628204345703,-0.03002549335360527,-0.027440693229436874,0.056268513202667236,0.1285417079925537 +251,0.06515363571516347,-0.008532563563706639,-0.7933110793470713,0.06510517746210098,0.00853245984762907,-0.9978419542312622,0.16178132593631744,0.17214520275592804,0.31625959277153015,0.016132615506649017,-0.06711095571517944,-0.09583175182342529 +252,0.06522366597484129,-0.008245267815374395,-0.7742091775464323,0.06517521291971207,0.008245174773037434,-0.9978397488594055,-0.1227731704711914,-0.11863626539707184,0.15779045224189758,0.020106151700019836,0.013864810578525066,-0.04706680774688721 +253,0.05248000319323433,-0.008535139134392368,-0.7775504557186688,0.05245400592684746,0.008535035885870457,-0.998586893081665,0.15066120028495789,0.06542664021253586,-0.2564757466316223,-0.009775176644325256,0.09398876875638962,0.14609360694885254 +254,0.09430923568489606,0.028246175698987807,-0.7930661969565894,0.09413193166255951,-0.02824242040514946,-0.9951590299606323,0.7433563470840454,0.3944787383079529,0.14893023669719696,-0.002792827785015106,-0.14297644793987274,-0.1494179368019104 +255,0.08429969392900767,0.0654460718144095,-0.7692324916320901,0.08401962369680405,-0.06539936363697052,-0.9943156838417053,-0.052301857620477676,-0.27772971987724304,0.15647661685943604,0.012583762407302856,-0.00225810706615448,-0.04636424779891968 +256,0.06893896472599709,0.053675926675585905,-0.7617135260486163,0.068785160779953,-0.053650155663490295,-0.9961878657341003,-0.054916102439165115,0.1892232596874237,-0.10391239821910858,-0.013578861951828003,0.1242220550775528,0.18319958448410034 +257,0.09972893252144463,0.062432773557882355,-0.7847338368708424,0.09936971962451935,-0.0623922236263752,-0.9930925965309143,0.19806519150733948,0.08976701647043228,-0.09669189155101776,-0.010136321187019348,-0.111542709171772,-0.1109723448753357 +258,0.0878741964561181,0.08200727692254053,-0.7750401002721051,0.08746621012687683,-0.08191538602113724,-0.9927937984466553,-0.02459222823381424,-0.15081310272216797,0.15874536335468292,0.01904013752937317,-0.050515636801719666,-0.04979348182678223 +259,0.07825690296353635,0.0679455520270313,-0.764413047749866,0.07799666374921799,-0.06789328157901764,-0.9946391582489014,-0.005174889229238033,0.021550165489315987,0.013367612846195698,-0.014123380184173584,0.10140158236026764,0.11736559867858887 +260,0.09810891052295032,0.08158524164960736,-0.7742637570596682,0.09762578457593918,-0.0814947634935379,-0.9918809533119202,0.11555309593677521,0.4001041650772095,-0.1748521476984024,-0.024749815464019775,-0.0764337033033371,-0.054994046688079834 +261,0.10886497031605813,0.08587726617375603,-0.7636731766938599,0.10824966430664062,-0.08577174693346024,-0.9904167056083679,0.09700518101453781,-0.03215658292174339,0.21842259168624878,-0.000583648681640625,-0.017392918467521667,-0.04176408052444458 +262,0.1841780686639883,0.10620578205360694,-0.7802849578002061,0.18210665881633759,-0.10600623488426208,-0.9775478839874268,0.10716405510902405,1.356719732284546,-1.0810461044311523,0.05258876085281372,0.24304541945457458,0.07308316230773926 +263,0.36128565258061696,0.05978477602497987,-0.9401672587398686,0.3528456687927246,-0.059749167412519455,-0.9337719082832336,0.44885286688804626,1.6168094873428345,-1.5050567388534546,0.06423807144165039,-0.04687926173210144,-0.10918158292770386 +264,0.4823766731757379,0.10072538712704329,-1.1023929260846408,0.4615347683429718,-0.10055515170097351,-0.8814047574996948,1.4754769802093506,0.8215082883834839,-1.315468430519104,0.006681174039840698,0.057723745703697205,0.0021170377731323242 +265,0.6066525896268088,0.1639783989919675,-1.309404486949576,0.5624727606773376,-0.16324451565742493,-0.8105403780937195,0.8820905089378357,1.1943334341049194,-1.636136770248413,-0.06496000289916992,0.09892871975898743,-0.04085433483123779 +266,0.7190692707696125,0.10522323763692555,-1.4675624675523606,0.6550415754318237,-0.10502917319536209,-0.7482576370239258,0.6838424801826477,0.8805851340293884,-2.081899404525757,-0.04066169261932373,-0.005032479763031006,0.03538227081298828 +267,0.7922493792944001,-0.02723017623478376,-1.5999924086748363,0.7116707563400269,0.02722681127488613,-0.7019853591918945,-0.004231082275509834,0.44417792558670044,-1.6830321550369263,0.06483376026153564,-0.17052209377288818,-0.11509227752685547 +268,0.8280059057424705,-0.14706262429697478,-1.7556918534944244,0.7286332845687866,0.14653310179710388,-0.6690453290939331,0.44198480248451233,0.6151776909828186,-1.9231404066085815,-0.05095994472503662,-0.14927968382835388,0.0823143720626831 +269,0.8771377891046503,-0.23529836680164615,-1.864064180246847,0.7477245330810547,0.23313313722610474,-0.621737003326416,-0.28867653012275696,1.0244669914245605,-1.2581716775894165,0.030794084072113037,0.00733010470867157,-0.06750243902206421 +270,0.9322133440821471,-0.3152058734132164,-1.9885267695046753,0.7633823752403259,0.31001222133636475,-0.566692054271698,0.868365466594696,1.1468651294708252,-0.8959485292434692,-0.029037892818450928,-0.02697691321372986,0.025157570838928223 +271,0.9996023521150098,-0.31949952080033545,-2.032047014258476,0.7986823916435242,0.31409144401550293,-0.5132767558097839,0.9809284806251526,1.0749218463897705,0.33353567123413086,-0.055869340896606445,-0.06801292300224304,-0.08894187211990356 +272,1.086302441856523,-0.2302951083882291,-2.0660306882443784,0.8615483045578003,0.22826485335826874,-0.4534640312194824,0.16702556610107422,0.5983576774597168,0.3228868544101715,0.01599985361099243,0.08504386246204376,0.04895356297492981 +273,1.1416449742007826,-0.16565455174110288,-2.0667639310370904,0.8968712091445923,0.16489796340465546,-0.41040313243865967,0.10865885764360428,1.2691086530685425,0.5422358512878418,0.051508307456970215,0.06793591380119324,0.12565886974334717 +274,1.206305000184425,-0.11080208078015279,-2.076502535999214,0.928575873374939,0.11057549715042114,-0.35428810119628906,0.6404839754104614,-0.0823439508676529,0.300936222076416,-0.030428290367126465,0.03891485929489136,-0.0054531097412109375 +275,1.2174003358363568,-0.07754277472551416,-2.111306589109399,0.935383677482605,0.07746508717536926,-0.3450459837913513,0.06476239860057831,0.40058809518814087,0.6751056909561157,-0.01804053783416748,-0.05689623951911926,-0.0025187134742736816 +276,1.2820161011375055,-0.031059834238614477,-2.0931192665311253,0.9581297039985657,0.031054841354489326,-0.28464582562446594,-0.2503407299518585,0.5458967685699463,0.5143598318099976,-0.009765326976776123,-0.021792735904455185,-0.0029518306255340576 +277,1.3446504655824885,0.02652831167312619,-2.0708848945928584,0.9741948843002319,-0.02652519941329956,-0.22414429485797882,-0.0007063485682010651,0.4401015639305115,0.4402565360069275,0.000948488712310791,0.03339165449142456,-0.02577941119670868 +278,1.3666636554530722,0.045764493188336586,-2.069974278215647,0.9782118201255798,-0.045748520642519,-0.20250564813613892,0.2438703179359436,0.3502347469329834,0.19082686305046082,0.006773471832275391,-0.00024145469069480896,0.03267529606819153 +279,1.4178917186346809,0.06179192132673793,-2.086878995074555,0.9864464998245239,-0.06175260618329048,-0.15201878547668457,0.08204054087400436,0.6106362342834473,-0.11125804483890533,-0.07371163368225098,0.054413147270679474,0.016276612877845764 +280,1.427267556045736,0.047642953322577425,-2.1034245300713423,0.9885942935943604,-0.04762493073940277,-0.14287416636943817,-0.08159350603818893,-0.40334901213645935,0.16047576069831848,0.10611695051193237,-0.06663286685943604,0.03272099792957306 +281,1.3939952124018258,0.08517734216398552,-2.101027100183217,0.9808424711227417,-0.08507438004016876,-0.1752438247203827,0.09376534819602966,-0.13247349858283997,0.2756684422492981,-0.0206984281539917,0.006110161542892456,0.0469173789024353 +282,1.426173491680408,0.034962589129155994,-2.127836117990409,0.988955557346344,-0.0349554680287838,-0.14403113722801208,0.39834755659103394,0.05692713335156441,-1.3443740606307983,-0.045336782932281494,0.0978979766368866,-0.08718524873256683 +283,1.4629200585186002,0.007214991728000485,-2.152203898479406,0.9941611289978027,-0.007214928977191448,-0.10766436159610748,-0.14511741697788239,0.5591686367988586,0.6322502493858337,0.10648584365844727,-0.06965884566307068,0.05645585060119629 +284,1.446971277418213,0.02872518823207143,-2.1467034944377374,0.9919341206550598,-0.028721237555146217,-0.12345791608095169,0.04859813675284386,-0.4076600670814514,0.05531102418899536,-0.00871884822845459,-0.008449167013168335,0.057387351989746094 +285,1.4494109046088441,0.05695874922797054,-2.143280007064188,0.9910320043563843,-0.05692795664072037,-0.12089117616415024,-0.19455397129058838,0.3648277223110199,0.40293535590171814,-0.09395259618759155,-0.019732173532247543,0.029094286262989044 +286,1.4776740960705348,0.0492060822009795,-2.130539623994564,0.994462251663208,-0.04918622970581055,-0.0928751602768898,-0.058411914855241776,0.15840031206607819,-0.32345205545425415,0.026198267936706543,0.00516461580991745,0.01886998862028122 +287,1.4768258199192248,0.04318069419140255,-2.129771025156479,0.9946600794792175,-0.04316727817058563,-0.09374480694532394,0.07665756344795227,0.2241024225950241,0.050290547311306,0.0015862584114074707,-0.0058287084102630615,0.05672699213027954 +288,1.5305271294598424,0.06865036488421192,-2.132447447790228,0.9968357086181641,-0.06859645247459412,-0.04016348719596863,0.06372527033090591,0.4212782382965088,0.2536502778530121,0.008367538452148438,-0.005668073892593384,0.0018181800842285156 +289,1.5578328128092416,0.08879511736187512,-2.1404616527134435,0.9959766268730164,-0.08867847919464111,-0.012912079691886902,0.09645380079746246,0.261557012796402,0.15835638344287872,0.004343807697296143,0.023355580866336823,0.0007965574041008949 +290,1.5626571125775854,0.08906199523242223,-2.1493477256482647,0.9960036277770996,-0.08894430100917816,-0.008106865920126438,0.06930994242429733,-0.13224458694458008,-0.07394967973232269,-0.02060079574584961,0.0009315907955169678,0.02516615390777588 +291,1.5646626333062716,0.0824605098078765,-2.1470054774649183,0.9965832233428955,-0.08236709237098694,-0.006112812552601099,-0.13010665774345398,-0.06362640857696533,-0.01657135970890522,0.03567373752593994,-0.011092983186244965,0.01639723777770996 +292,1.5246357785966822,0.09929623430156977,-2.154756246699649,0.994014322757721,-0.09913314133882523,-0.04591686278581619,0.36419013142585754,-0.7836887240409851,0.4414726495742798,0.07857179641723633,0.012051254510879517,-0.028179824352264404 +293,1.517211283159055,0.1314511453022836,-2.1775581550440553,0.9899498820304871,-0.13107290863990784,-0.05309733748435974,-0.017789434641599655,0.3418731689453125,-0.032903995364904404,-0.15434801578521729,0.010848909616470337,0.03582441806793213 +294,1.5307020217240535,0.101139179225556,-2.174097210353233,0.9940903782844543,-0.10096684098243713,-0.039878733456134796,-0.11532831192016602,0.03431405872106552,-0.20186848938465118,0.0629318356513977,-0.0021063238382339478,0.0033796988427639008 +295,1.5210885841538242,0.10783805806488925,-2.1757010759316526,0.9929631948471069,-0.10762917250394821,-0.04939865320920944,0.13419295847415924,-0.289385586977005,0.2654082179069519,0.06982684135437012,0.020104721188545227,-0.006814725697040558 +296,1.4471893629629855,0.14068042657841137,-2.19200336553798,0.9825665354728699,-0.1402168571949005,-0.1220744177699089,0.20603381097316742,-0.8347193598747253,0.33240899443626404,0.0040209293365478516,0.0032844990491867065,0.0677531436085701 +297,1.433359996672919,0.1774064794460824,-2.188135151631289,0.9750230312347412,-0.1764773577451706,-0.13485373556613922,-0.4083089828491211,0.5345690250396729,0.23557361960411072,-0.18377870321273804,-0.030798017978668213,0.06693688035011292 +298,1.4591466042761,0.17206955599817847,-2.1406889923167913,0.9790980219841003,-0.17122170329093933,-0.10977252572774887,-0.41556093096733093,-0.24833597242832184,0.11210504174232483,0.10029339790344238,-0.011883750557899475,-0.03399579972028732 +299,1.4249348020359962,0.16920334038965015,-2.1205363755829523,0.9752519726753235,-0.16839711368083954,-0.14326922595500946,-0.04329761490225792,-0.2773171365261078,-0.29583311080932617,-0.020921528339385986,0.048539355397224426,0.021793976426124573 +300,1.4110734405482628,0.1276643686414936,-2.150273272400978,0.9792370200157166,-0.1273178607225418,-0.15775033831596375,0.27233463525772095,-0.4973613917827606,-0.4210745394229889,0.04195749759674072,-0.01986841857433319,-0.022867992520332336 +301,1.3262240508385545,0.052322007947462,-2.1891923310750188,0.9689132571220398,-0.05229813978075981,-0.24180999398231506,-0.024646300822496414,-0.8478220701217651,-0.7665605545043945,0.0011336803436279297,-0.07689803838729858,0.06804293394088745 +302,1.2619214673894263,0.01199258561396673,-2.17565837947566,0.9526076316833496,-0.011992298066616058,-0.3039650619029999,-0.31320735812187195,-0.576295018196106,-0.08732128143310547,0.029219090938568115,-0.01538196112960577,0.0005440413951873779 +303,1.233726812550582,-0.0012261139496526716,-2.157667942889399,0.9437272548675537,0.0012261136434972286,-0.33072271943092346,-0.19416292011737823,-0.4150092601776123,-0.0443008728325367,0.00010514259338378906,-0.01530998945236206,-0.026485562324523926 +304,1.1852980334240781,-0.028171804723460193,-2.1393913785493415,0.9262435436248779,0.028168078511953354,-0.3758717179298401,-0.050347503274679184,-0.45579656958580017,-0.27780681848526,0.03950047492980957,0.0028072595596313477,0.003358900547027588 +305,0.9757152367469973,-0.06393550723951606,-2.130547227677999,0.8264111280441284,0.0638919547200203,-0.5594305992126465,-0.25869476795196533,-3.486290693283081,0.002549930475652218,0.07388794422149658,-0.06665381789207458,-0.033876895904541016 +306,0.7215099585739194,-0.08118099316265678,-2.0831434429027875,0.6583437919616699,0.08109185099601746,-0.7483365535736084,-0.3797656297683716,-1.6860671043395996,0.3974176347255707,-0.005755901336669922,0.007927924394607544,0.0999600887298584 +307,0.5126055594913036,0.010632281299124307,-2.05421253052196,0.490421861410141,-0.01063208095729351,-0.8714203238487244,1.329908847808838,-2.1841654777526855,0.6717464923858643,0.06898060441017151,0.008526355028152466,0.032690465450286865 +308,0.41369556218506676,0.08168001925238591,-2.0656688842449107,0.4006556272506714,-0.0815892294049263,-0.9125887751579285,-0.6624220609664917,-0.47996917366981506,-0.48111313581466675,0.027444958686828613,0.030060291290283203,0.0018526911735534668 +309,0.3331890440590519,-0.02819206503387627,-2.067080289897421,0.32692837715148926,0.028188331052660942,-0.9446286559104919,-0.7549617290496826,-0.6674399375915527,-0.39708319306373596,0.027045011520385742,-0.05154953896999359,0.07437413930892944 +310,0.2549090710907209,-0.10995746290595931,-2.04752584891925,0.2506345808506012,0.10973601788282394,-0.9618421196937561,-0.6564309597015381,-1.9057132005691528,-0.7956531047821045,0.010595858097076416,0.08597319573163986,-0.18076646327972412 +311,0.10101189280215292,-0.143185753481372,-2.067172401241353,0.09980824589729309,0.14269699156284332,-0.9847212433815002,1.1070590019226074,-0.26027897000312805,0.10192587971687317,-0.004608660936355591,0.014865264296531677,0.033473074436187744 +312,0.022378255583669866,0.08259687481574371,-2.0458763347354654,0.022300101816654205,-0.08250299096107483,-0.9963412880897522,1.0991724729537964,0.6242282390594482,-0.09856869280338287,-0.0866921916604042,0.10377374291419983,0.2634311318397522 +313,-0.0019366569206392885,0.10007182080494852,-2.0421584061102056,-0.0019269665936008096,-0.09990487992763519,-0.9949951171875,0.9478273987770081,-0.14877183735370636,-0.058052051812410355,0.0143323615193367,-0.00528920441865921,0.028045713901519775 +314,0.007872406375844283,0.18749759158917306,-2.029072971096051,0.007734352722764015,-0.18640093505382538,-0.9824433326721191,0.06939418613910675,-0.3037804365158081,0.07076659798622131,0.056245751678943634,0.04289202392101288,-0.02069997787475586 +315,0.010603418180449135,0.20750034179566687,-2.032383149722802,0.01037576887756586,-0.2060145139694214,-0.9784939289093018,0.27265647053718567,-0.1252940595149994,-0.1923324018716812,-0.009841710329055786,-0.0022221803665161133,-0.06300997734069824 +316,0.004187371293395251,0.21533643377640518,-2.057890172024694,0.0040906500071287155,-0.2136761099100113,-0.9768959879875183,0.33029189705848694,0.42418673634529114,-0.06221018731594086,0.0029131323099136353,-0.05100284516811371,0.06156700849533081 +317,0.03554101011110504,0.27457069284974794,-2.056744756387809,0.03420250117778778,-0.27113375067710876,-0.9619338512420654,1.0316351652145386,0.4571271240711212,-0.06855502724647522,-0.016426004469394684,-0.03169220685958862,-0.04624485969543457 +318,0.09307784645568846,0.41682236765485975,-2.069580824532207,0.08498568832874298,-0.40485695004463196,-0.9104220271110535,1.3066246509552002,0.23066627979278564,-0.14359532296657562,0.023946799337863922,0.10003212094306946,-0.020241975784301758 +319,0.06775630074746744,0.4826067840389167,-2.072796732706865,0.05997181683778763,-0.4640898108482361,-0.883755624294281,0.34336933493614197,-1.0340853929519653,0.11802709102630615,0.07287120819091797,0.02860400080680847,-0.12610149383544922 +320,-0.03491366398753427,0.557592418797332,-2.05414273965054,-0.029619326815009117,-0.529144823551178,-0.8480144143104553,1.0731972455978394,-0.489572674036026,0.3399093747138977,0.07292377948760986,0.01640373468399048,0.05399280786514282 +321,-0.12350693961322616,0.7044669338804157,-1.9768388391991414,-0.09386789053678513,-0.6476277709007263,-0.7561528086662292,1.2978401184082031,-0.16319981217384338,0.11867662519216537,-0.02782095968723297,0.10763448476791382,0.03981375694274902 +322,-0.14859319807709534,0.7978335131734827,-1.9287554819494668,-0.10337517410516739,-0.715844988822937,-0.6905646324157715,0.6109501719474792,0.026648757979273796,0.24175384640693665,0.018749922513961792,0.1507662534713745,0.09808111190795898 +323,-0.15208905715520546,0.8077881907514727,-1.9066521601309823,-0.10470379889011383,-0.7227603793144226,-0.6831211447715759,0.3802613914012909,1.5457395315170288,0.1503148376941681,0.02223006635904312,0.11318707466125488,0.3337864279747009 +324,0.000452621513729117,0.8475993225492194,-1.947662293188909,0.00029953804914839566,-0.7496938109397888,-0.6617847681045532,0.45032474398612976,0.6060199737548828,-0.26125621795654297,0.03168290853500366,-0.035386085510253906,-0.05463063716888428 +325,0.08561560977129212,0.8672429784640429,-1.9661459543109916,0.055319786071777344,-0.7625482082366943,-0.6445618271827698,-0.13682590425014496,0.514014482498169,-0.06292570382356644,0.013955116271972656,-0.017557382583618164,-0.005843997001647949 +326,0.12966362698517703,0.8811320971604562,-1.9639704683782482,0.08227115869522095,-0.771459698677063,-0.6309369206428528,-0.03994902968406677,0.312735915184021,0.03716500476002693,0.02014586329460144,-0.005746722221374512,0.022675812244415283 +327,0.11080657703176297,0.8387352037958503,-1.9316742446493071,0.0739121064543724,-0.7437983155250549,-0.6643049120903015,-0.5360530018806458,-0.1858915090560913,0.27766677737236023,0.045350581407547,-0.04558461904525757,-0.054109394550323486 +328,0.07022463079301075,0.8052921849272343,-1.897055708429171,0.048618707805871964,-0.7210331559181213,-0.6911928057670593,-0.17263123393058777,-0.15266293287277222,0.293781042098999,0.028285592794418335,-0.023214340209960938,0.0073091983795166016 +329,0.044153980677520015,0.7673101760615865,-1.8509676425205228,0.031770847737789154,-0.694201648235321,-0.7190790176391602,-0.6652129888534546,0.03399992361664772,0.3074949383735657,0.009504169225692749,0.0029175281524658203,-0.012183189392089844 +330,0.017695371806377293,0.719030761790748,-1.8117813410557615,0.013314089737832546,-0.6586557030677795,-0.7523266673088074,-0.24077950417995453,0.025413669645786285,0.12279140949249268,-0.00345689058303833,0.03983551263809204,-0.021095573902130127 +331,0.010366517300193357,0.6957928605725134,-1.7961286160136103,0.00795663334429264,-0.6409941911697388,-0.7675044536590576,-0.26953956484794617,-0.0710892528295517,0.09765499830245972,-0.016577869653701782,0.00952446460723877,-0.023587465286254883 +332,0.016030658258371366,0.6845999800294736,-1.7995006091860857,0.012417971156537533,-0.6323632001876831,-0.7745725512504578,0.024823695421218872,0.0449194610118866,-0.06465743482112885,0.005923092365264893,0.030022501945495605,-0.016580402851104736 +333,0.02643827451842012,0.6806507368562423,-1.8074533067507967,0.020544463768601418,-0.6292988657951355,-0.7768917679786682,-0.023639313876628876,0.18431434035301208,-0.017451977357268333,0.020165979862213135,-0.021518945693969727,0.030935347080230713 +334,0.03128823254319758,0.6810438604381183,-1.8083400577109658,0.024304360151290894,-0.6296043395996094,-0.77653568983078,-0.19673661887645721,-0.04495840519666672,0.0716618150472641,0.019579917192459106,-0.018680572509765625,0.02412480115890503 +335,0.021275660353065416,0.6587013740520882,-1.800895620385885,0.016823263838887215,-0.6120904088020325,-0.790608823299408,-0.21971078217029572,0.0966426283121109,0.1335815042257309,0.005149394273757935,-0.032623887062072754,0.06306976079940796 +336,0.010573245640023394,0.6299394024631833,-1.7872169543214174,0.008543691597878933,-0.5890957713127136,-0.8080180287361145,-0.10793623328208923,-0.20514339208602905,0.005864058155566454,0.009553252719342709,0.0437009334564209,-0.0485798716545105 +337,0.021879353237819643,0.6228891821825248,-1.792595462610717,0.017768913879990578,-0.5833841562271118,-0.8120019435882568,-0.16354221105575562,0.41986826062202454,0.014331991784274578,-0.025657713413238525,0.0027719736099243164,0.062261343002319336 +338,0.03006171101233677,0.6105849684272997,-1.7951387433458577,0.0246262326836586,-0.5733468532562256,-0.8189425468444824,-0.10435307770967484,-0.00747352559119463,-0.04978867992758751,0.017228631302714348,-0.01860255002975464,0.0481906533241272 +339,-0.00164589378874658,0.5914262380570696,-1.7886694452343088,-0.0013663320569321513,-0.5575456023216248,-0.8301452398300171,-0.2877975404262543,-0.35806453227996826,0.06520677357912064,0.005364120006561279,-0.01108849048614502,-0.01575624942779541 +340,-0.006024460210161098,0.5801009145300079,-1.7945184203124194,-0.0050388723611831665,-0.5481083393096924,-0.8363921642303467,-0.005647885613143444,0.11973600089550018,0.006575485225766897,-0.021465659141540527,-0.026522397994995117,-0.03055119514465332 +341,-0.023855291420231635,0.5770440049178568,-1.8105132140927511,-0.019990721717476845,-0.5455489754676819,-0.8378404974937439,-0.04840230941772461,-0.4390677511692047,-0.340093731880188,0.0272081196308136,0.047029078006744385,-0.025730669498443604 +342,-0.02350647806717926,0.5741873105633444,-1.8534129088185256,-0.019735019654035568,-0.5431526303291321,-0.8394020199775696,0.05193953588604927,-0.39383652806282043,-0.19410893321037292,0.03143851459026337,-0.02598494291305542,-0.06391829252243042 +343,-0.017677973286102464,0.6229549132303575,-1.8692393864675825,-0.014356560073792934,-0.5834375619888306,-0.812031090259552,1.043887972831726,0.5820860862731934,-0.096468485891819,0.001981675624847412,0.017916321754455566,0.0335429310798645 +344,0.07642931381612426,0.7408662146619351,-1.8999367463599441,0.05634109675884247,-0.6749273538589478,-0.7357301115989685,1.1467869281768799,0.6033934354782104,-0.2731148302555084,-0.016942888498306274,0.010071396827697754,-0.043307363986968994 +345,0.13121252235526132,0.8145091552314566,-1.9306090542647953,0.08978323638439178,-0.727388858795166,-0.6803267598152161,0.2595841884613037,0.15676170587539673,-0.07471264898777008,0.00820872187614441,0.0013756752014160156,0.024992287158966064 +346,0.12850321707271456,0.798547109669445,-1.9388320749458423,0.08941632509231567,-0.716343104839325,-0.6919952034950256,0.0441095232963562,-0.04132293909788132,-0.07144775986671448,0.025360286235809326,-0.02508145570755005,-0.01067209243774414 +347,0.11928890870848818,0.7947487792459526,-1.9432149476118104,0.08335956931114197,-0.7136876583099365,-0.6954862475395203,-0.2154264897108078,-0.20331287384033203,0.03165137395262718,0.016204029321670532,0.00020194053649902344,0.030401408672332764 +348,0.11735989724698855,0.7888818415533047,-1.930488869228749,0.08250667154788971,-0.7095658183097839,-0.6997920870780945,-0.006581347435712814,0.09740138798952103,0.06574098765850067,-0.0011468306183815002,0.011781454086303711,-0.019186735153198242 +349,0.12687249604580317,0.7927032823356976,-1.9265516342591122,0.08881592750549316,-0.7122533917427063,-0.6962807178497314,0.0024151005782186985,0.13467393815517426,0.01070365123450756,-0.013590097427368164,0.0304906964302063,0.014487504959106445 +350,0.12473700556244117,0.7730860211130627,-1.922620179550608,0.08905029296875,-0.6983473896980286,-0.7101978659629822,-0.19073064625263214,0.06102752313017845,-0.012823909521102905,-0.0036010444164276123,0.0020735859870910645,-0.014274179935455322 +351,0.1338302883315122,0.7765194371089164,-1.9264044937766338,0.09518405795097351,-0.7008007764816284,-0.7069783210754395,0.1222819834947586,0.13958124816417694,-0.03836669772863388,0.0009920895099639893,0.018229365348815918,0.008003711700439453 +352,0.14914796314121798,0.7745519834083813,-1.9323190244396669,0.10620640218257904,-0.6993959546089172,-0.7067995071411133,-0.0487646609544754,0.03375285863876343,0.0020899511873722076,0.011957667768001556,0.004190266132354736,-0.018526971340179443 +353,0.15325409847474433,0.7734602763600329,-1.9331068947746957,0.10922420024871826,-0.6986152529716492,-0.7071115970611572,0.06875238567590714,0.09399037063121796,-0.02123401314020157,0.009641759097576141,0.01358717679977417,-0.009242713451385498 +354,0.17747649959570153,0.7707127445369876,-1.942527401112793,0.12665683031082153,-0.6966467499732971,-0.7061454653739929,0.04876711964607239,0.16043323278427124,-0.03693300485610962,0.014746367931365967,-0.0018853545188903809,-0.04994279146194458 +355,0.17686991201374713,0.7676852072500453,-1.9503536892453446,0.12659898400306702,-0.694471538066864,-0.7082951068878174,-0.040380239486694336,-0.10666216909885406,-0.05215764790773392,0.013293594121932983,-0.001649618148803711,0.018033266067504883 +356,0.18357706467349738,0.7647375319129699,-1.9552667197843845,0.13171985745429993,-0.6923476457595825,-0.7094396352767944,-0.018629617989063263,-0.03198729082942009,-0.006915445439517498,0.007760733366012573,-0.00981605052947998,-0.044680237770080566 +357,0.1840474885996985,0.7612958887966567,-1.9591968459769227,0.13248887658119202,-0.6898601651191711,-0.7117159962654114,-0.09960398077964783,-0.09953763335943222,-0.09741924703121185,-0.0032469630241394043,0.028605282306671143,0.015289604663848877 +358,0.18338562032755432,0.7534156889037027,-1.9601431758633667,0.1330050230026245,-0.6841340065002441,-0.7171263694763184,-0.016311876475811005,-0.039020560681819916,0.04417930170893669,0.022680386900901794,-0.022332608699798584,-0.049414098262786865 +359,0.157026385245062,0.7639530872511398,-1.939617506427297,0.11292444169521332,-0.6917814016342163,-0.7132226824760437,0.1731405258178711,-0.28489476442337036,0.2945186495780945,0.02841770648956299,-0.006598114967346191,-0.0442846417427063 +360,0.1367190386548198,0.7674699411632346,-1.9318599865461479,0.09808629751205444,-0.6943166851997375,-0.712954044342041,-0.05285079777240753,0.15067417919635773,-0.11862371861934662,-0.03860753774642944,0.06124472618103027,0.09160089492797852 +361,0.15411021914771358,0.753843626565303,-1.9469339836606359,0.11191191524267197,-0.6844460368156433,-0.7204229831695557,-0.1221042275428772,-0.0342949815094471,-0.06592576950788498,0.0031393393874168396,-0.014635324478149414,-0.01315850019454956 +362,0.15309115628088216,0.7489595542318622,-1.9543921455432982,0.11168615520000458,-0.6808770895004272,-0.7238318920135498,0.0682673379778862,0.051983967423439026,-0.03987191990017891,0.0018392205238342285,0.001693129539489746,0.007538557052612305 +363,0.1532721972960298,0.7513994276062842,-1.9585069498961192,0.11156323552131653,-0.6826620101928711,-0.7221677303314209,0.04315047338604927,-0.05316172540187836,0.04698830470442772,0.006616085767745972,-0.010254859924316406,0.012786626815795898 +364,0.1503002650441562,0.7504903676532714,-1.9572270930119617,0.10950938612222672,-0.6819974780082703,-0.7231093645095825,-0.09563268721103668,0.04492514580488205,0.0052764276042580605,-0.008862435817718506,0.010702311992645264,0.02224266529083252 +365,0.13718542173813117,0.7393391935510181,-1.9511156592132401,0.10105056315660477,-0.6737997531890869,-0.7319717407226562,-0.02647976204752922,-0.1081024557352066,0.05945760756731033,0.006874829530715942,0.005525827407836914,-0.02880096435546875 +366,0.13609776615237973,0.7420741568147255,-1.9519871030769371,0.10000397264957428,-0.675818145275116,-0.7302526831626892,-0.10913275927305222,-0.025348497554659843,-0.010182008147239685,-0.015455007553100586,0.023001432418823242,0.025876522064208984 +367,0.1308155137372398,0.7349599399023536,-1.9539372765622618,0.09676992893218994,-0.67055743932724,-0.7355190515518188,0.07314808666706085,-0.0018957625143229961,-0.05215802788734436,0.004945129156112671,0.0029549002647399902,-0.011337637901306152 +368,0.13230548005288087,0.73682275845218,-1.9584161037638064,0.09770077466964722,-0.6719382405281067,-0.7341346144676208,-0.08912332355976105,-0.04530597850680351,-0.02450653724372387,0.0018933415412902832,0.008119821548461914,0.019168853759765625 +369,0.1256921376690161,0.7271705159471038,-1.9597548052991391,0.09365230053663254,-0.6647585034370422,-0.7411648035049438,-0.2352464199066162,-0.22260062396526337,-0.00816043745726347,6.716698408126831e-05,-0.007314801216125488,-0.028137505054473877 +370,0.10429452279670033,0.6996074870510144,-1.9649584367148432,0.0796506404876709,-0.643917441368103,-0.7609376907348633,-0.20685064792633057,-0.194585919380188,-0.04944521188735962,0.009079217910766602,0.008297324180603027,0.0031251907348632812 +371,0.12957469559174473,0.6660327616702664,-1.957365532841071,0.10159701853990555,-0.6178715229034424,-0.7796876430511475,-0.3040100038051605,1.2473329305648804,0.20657682418823242,-0.0012705028057098389,-0.05021929740905762,0.13315749168395996 +372,0.20789842088118685,0.6482740793060449,-1.9547098741296756,0.16453026235103607,-0.603811502456665,-0.7799624800682068,0.1337691992521286,1.0345370769500732,0.14739951491355896,-0.026163563132286072,-0.08901381492614746,0.10447114706039429 +373,0.4160917017136193,0.7030904780500921,-2.0120830383457102,0.3083344101905823,-0.646578311920166,-0.697758138179779,0.8661374449729919,1.486038327217102,-0.14439882338047028,0.09864801168441772,-0.08823919296264648,-0.18088871240615845 +374,0.6324058611557906,0.776848216499392,-2.0753684276162936,0.4215199053287506,-0.7010352611541748,-0.5752134919166565,1.6236499547958374,2.5542948246002197,0.218182772397995,-0.00791516900062561,0.0747077465057373,0.083926260471344 +375,0.9441986059479166,0.9356774616787604,-2.213181450740378,0.48056742548942566,-0.8050011992454529,-0.3478907644748688,0.8701304793357849,2.3974413871765137,0.19649992883205414,-0.04251813888549805,0.04068845510482788,0.07622331380844116 +376,1.2487186362473082,1.0226529271050075,-2.2855996016976623,0.49430811405181885,-0.8534934520721436,-0.16494905948638916,0.515907883644104,2.2789576053619385,0.5610741376876831,-0.018279701471328735,0.024971842765808105,0.022065773606300354 +377,1.5407224883116912,1.0797552503195045,-2.3505879214578673,0.47133079171180725,-0.8818424344062805,-0.01417900063097477,-0.08189956098794937,1.636497974395752,0.5031214952468872,0.004422932863235474,0.03307241201400757,-0.10123848915100098 +378,1.5574579650006448,1.0947872166111847,-2.225464796661315,0.45819464325904846,-0.8888307809829712,-0.006111928261816502,-0.7567709684371948,1.3209975957870483,0.2662108540534973,-0.03235241770744324,0.04555386304855347,-0.05451124906539917 +379,1.5999041895788482,1.1168449290856914,-2.147290505497414,0.438334584236145,-0.8987213373184204,0.012762587517499924,0.21147389709949493,1.5785454511642456,0.2877296507358551,-0.01986229419708252,0.01061403751373291,0.14959096908569336 +380,1.7218432255797824,1.1369340836298931,-2.1657594857896347,0.41559216380119324,-0.9073489308357239,0.06325570493936539,-0.34031596779823303,-0.08196429908275604,-0.37501275539398193,0.016719907522201538,0.014023005962371826,-0.0798724815249443 +381,1.6744176635974708,1.1177314432348981,-2.1287000886941434,0.4353756010532379,-0.8991097807884216,0.04527636989951134,0.1834297776222229,0.2668496072292328,-0.10791909694671631,0.014957040548324585,0.07692039012908936,-0.04767203330993652 +382,1.6008246982604666,1.0800393847652474,-2.089753778273098,0.47108107805252075,-0.8819763660430908,0.014150050468742847,-0.3260688781738281,-0.5935935378074646,-0.3645928204059601,-0.06332048773765564,-0.010357558727264404,-0.018270015716552734 +383,1.6010437526491155,1.1098905131031631,-2.0693145769916317,0.44455644488334656,-0.8956499695777893,0.013450791127979755,0.08043760061264038,0.6671878099441528,0.7100808620452881,0.02912217378616333,-0.003916800022125244,-0.01566326431930065 +384,1.5475639976648272,1.177823577441879,-2.0029407389508687,0.38283273577690125,-0.923774778842926,-0.008895696140825748,-0.6088211536407471,-0.6291585564613342,0.38513344526290894,0.09018969535827637,0.0272294282913208,-0.012329219840466976 +385,1.4551061974919997,1.2163534646440175,-1.9470688236268117,0.34474778175354004,-0.9378399848937988,-0.040062811225652695,0.030029432848095894,0.14704805612564087,0.5596207976341248,-0.040594398975372314,0.0830426812171936,-0.02220826968550682 +386,1.522234972611983,1.2156487030368475,-2.041904732788169,0.34731870889663696,-0.9375951886177063,-0.01687953807413578,0.10598815232515335,-0.3328121602535248,-0.3552160859107971,-0.01420411467552185,0.027332186698913574,0.008212568238377571 +387,1.5174215241322886,1.1927348964319122,-2.0648701867212305,0.3685937225818634,-0.9293819665908813,-0.019692322239279747,0.02378447912633419,-0.11475645005702972,0.018696894869208336,0.04340878129005432,-0.10322600603103638,0.055092692375183105 +388,1.506874145778226,1.1915865029560837,-2.087700383025413,0.3694303035736084,-0.928957462310791,-0.02364700846374035,-0.05781960487365723,-0.07138607650995255,-0.0871044397354126,-0.037734776735305786,0.03164917230606079,0.020488442853093147 +389,1.487300508085923,1.181563273487984,-2.086355511309551,0.3781566619873047,-0.925200343132019,-0.03164807707071304,0.001752298790961504,-0.22038869559764862,-0.1890697330236435,-0.013746291399002075,0.02596956491470337,-0.01594405621290207 +390,1.475014513081459,1.1656923783718174,-2.0893025972692296,0.3923076391220093,-0.9190614223480225,-0.03769126906991005,0.028121624141931534,0.014510096050798893,-0.0015391719061881304,0.023021280765533447,-0.014425396919250488,0.0015279091894626617 +391,1.5156259118813857,1.1706669626608968,-2.1355096424169484,0.3889448642730713,-0.9210106134414673,-0.021480048075318336,0.15526609122753143,0.008428453467786312,0.052029892802238464,0.03251814842224121,-0.042658209800720215,0.012095928192138672 +392,1.4877013042851732,1.1783517200442906,-2.126646420726469,0.38112854957580566,-0.9239768981933594,-0.03174297884106636,0.0008019190281629562,-0.059348925948143005,0.15592968463897705,-0.010309487581253052,0.03060537576675415,-0.010767992585897446 +393,1.54198183422858,1.1777282648440988,-2.1942334624960202,0.38286539912223816,-0.9237382411956787,-0.011035126633942127,0.4134105145931244,0.01391142699867487,-0.3122844398021698,-0.08359476923942566,0.1352860927581787,-0.07827460765838623 +394,1.5804669709596977,1.1579811227697634,-2.253357377790331,0.4011707901954651,-0.9159950017929077,0.00387970102019608,0.06198533624410629,-0.1775675266981125,-0.00405276520177722,0.046430498361587524,-0.10742717981338501,0.056056857109069824 +395,1.5867021846620921,1.1901680719097603,-2.246250818202706,0.3714568316936493,-0.9284313917160034,0.005908838007599115,-0.21509359776973724,0.18794992566108704,0.31696444749832153,0.017611771821975708,0.0015668272972106934,0.031490445137023926 +396,1.4949742705877336,1.2015907968488688,-2.1492301093897157,0.35983791947364807,-0.9326143264770508,-0.027336055412888527,-0.4875962734222412,0.2032710760831833,0.1499658077955246,-0.02997341752052307,0.02735614776611328,0.014793336391448975 +397,1.4674470751204132,1.1987100848957524,-2.111276915755857,0.361619770526886,-0.9315708875656128,-0.037506766617298126,0.1740705966949463,0.01839500665664673,-0.22185291349887848,-0.033845752477645874,0.09899038076400757,-0.07212764024734497 +398,1.5040793902652667,1.1842369932437156,-2.157362083575751,0.37616482377052307,-0.9262116551399231,-0.02513386681675911,0.0596085861325264,-0.0687173381447792,0.0257869865745306,0.06028226017951965,-0.09057283401489258,0.03688317909836769 +399,1.5023720765377384,1.205430052430613,-2.1495934472005174,0.3564551770687103,-0.9339929819107056,-0.024428313598036766,-0.01928204670548439,-0.006717182695865631,0.14221049845218658,-0.0388282835483551,0.03210705518722534,0.013991300016641617 +400,1.5120887471640403,1.1970481413852905,-2.166604091890678,0.3644782602787018,-0.9309654235839844,-0.02142225205898285,0.03020675666630268,0.1038568764925003,-0.07054150104522705,-0.01558607816696167,0.0035362839698791504,0.008665921166539192 +401,1.5317484625385267,1.1986212831852094,-2.183840307486971,0.36336541175842285,-0.9315385818481445,-0.014195858500897884,0.07172074913978577,0.1212705597281456,0.062100354582071304,0.0017621517181396484,-0.01999950408935547,0.03903716802597046 +402,1.5101152304980845,1.1929302993607336,-2.1631856370623463,0.36825916171073914,-0.9294540286064148,-0.02237383835017681,-0.1712716519832611,-0.11858358234167099,-0.11958874017000198,0.010830223560333252,0.013316214084625244,-0.007609667256474495 +403,1.5384267167940149,1.1784412254241339,-2.198903102110467,0.38216501474380493,-0.9240111112594604,-0.012374854646623135,0.3542202115058899,-0.028961436823010445,-0.3279101550579071,-0.04335892200469971,0.1161651611328125,-0.0844268798828125 +404,1.6024419455617993,1.1660359724441711,-2.26678526782994,0.39360132813453674,-0.9191967844963074,0.01245991699397564,0.2619553804397583,0.06790478527545929,0.11680268496274948,0.05351170897483826,-0.09987670183181763,0.05036056041717529 +405,1.6291865052824626,1.1871414258870536,-2.2914229516016986,0.3736739754676819,-0.9273027777671814,0.021843720227479935,-0.083927221596241,-0.08929093182086945,0.07374240458011627,-0.02073824405670166,0.04513126611709595,-0.00034416094422340393 +406,1.6085573277928964,1.1771353917432215,-2.276864434673517,0.3832981586456299,-0.9235110282897949,0.01448060479015112,0.12003111094236374,0.10907816886901855,-0.06731538474559784,0.0052821338176727295,0.04841959476470947,-0.0545196533203125 +407,1.6307335566261771,1.1933178476083621,-2.2972910992239997,0.36791563034057617,-0.9295969605445862,0.022078288719058037,-0.1820712387561798,-0.1085437536239624,0.10494071990251541,-0.00541260838508606,-0.027769923210144043,0.06622433662414551 +408,1.5695611515906789,1.196319411379813,-2.2280997661659083,0.36578550934791565,-0.9306991100311279,-0.0004518094356171787,-0.14709340035915375,0.08427649736404419,0.06347324699163437,-0.0012835562229156494,0.03699183464050293,-0.03896164894104004 +409,1.5640196618285338,1.1969620752380763,-2.2238877309266676,0.36517924070358276,-0.930933952331543,-0.0024747352581471205,0.11038768291473389,0.04679033160209656,0.013003505766391754,-0.005788981914520264,0.036616384983062744,-0.012066900730133057 +410,1.5748270972227285,1.1999584468829108,-2.2327748415557083,0.362393856048584,-0.9320240020751953,0.001460734405554831,-0.03298316150903702,0.0016690250486135483,0.004858287051320076,0.010286808013916016,-0.015043258666992188,0.008793115615844727 +411,1.5949268945356518,1.2064386854986924,-2.251573808888548,0.35624536871910095,-0.9343528747558594,0.00859807152301073,0.013080094009637833,-0.013520166277885437,0.09078854322433472,-0.008848518133163452,0.01400381326675415,0.011848687194287777 +412,1.5979651245545516,1.201993424208755,-2.254574840832949,0.36036643385887146,-0.9327595829963684,0.009793132543563843,0.08390147984027863,0.04794379323720932,-0.016567792743444443,0.007706135511398315,0.009572207927703857,-0.013546823523938656 +413,1.6273839958704082,1.1984163794759073,-2.289168103187964,0.3632507920265198,-0.9314640760421753,0.020577482879161835,0.10649319738149643,0.08130411803722382,0.05838252604007721,-0.001724332571029663,-0.00013071298599243164,0.030310628935694695 +414,1.6533087928104133,1.1943811807211209,-2.3186914731221155,0.36633843183517456,-0.9299883842468262,0.03029627352952957,0.028772126883268356,-0.053783975541591644,-0.09258503466844559,0.0061133503913879395,-0.013035297393798828,0.03124237060546875 +415,1.6516235726601702,1.1954088257727584,-2.3201673996183816,0.3654361963272095,-0.9303656220436096,0.0296016912907362,0.0041584656573832035,-0.002749113366007805,0.08876817673444748,-0.012973427772521973,-0.01149839162826538,0.05497777462005615 +416,1.6502036359898324,1.1911128062219252,-2.315194211155411,0.3694584369659424,-0.9287819862365723,0.02939951978623867,0.04066628962755203,0.043091632425785065,-0.14986801147460938,-0.0034153759479522705,0.055307984352111816,-0.04955637827515602 +417,1.6721536325907413,1.1867539087669516,-2.340475551563626,0.37274831533432007,-0.9271576404571533,0.03791067376732826,0.1826256811618805,-0.010132267139852047,0.09512018412351608,0.022469550371170044,-0.02848494052886963,0.00696539506316185 +418,1.718479474032971,1.2002448312292204,-2.3845463603304933,0.3581879734992981,-0.9321277737617493,0.05328628793358803,0.08277899026870728,0.16158261895179749,0.11620264500379562,-0.026232987642288208,-0.017945587635040283,0.06179548054933548 +419,1.8697265013971518,1.222471994496563,-2.4812054536581374,0.3261863589286804,-0.9399459958076477,0.10051903873682022,0.5234222412109375,0.8622286915779114,0.4376417100429535,-0.01017683744430542,0.01764369010925293,-0.009012103080749512 +420,2.1344095107637946,1.2421519627350204,-2.671329779826382,0.27283912897109985,-0.9464807510375977,0.1724327951669693,0.4603767991065979,0.8809820413589478,0.4350542426109314,0.0063661932945251465,0.018425941467285156,-0.035866618156433105 +421,2.390177875334575,1.2512537840806304,-2.8630664425319248,0.21444962918758392,-0.9493792057037354,0.22954383492469788,0.430669367313385,0.6899634599685669,0.4655604362487793,0.02111552655696869,0.019508659839630127,-0.03134752810001373 +422,2.6366565512573428,1.2655300860848409,-3.055390118593637,0.14539003372192383,-0.953766942024231,0.26304030418395996,0.08321458846330643,0.44786083698272705,0.4135744571685791,-0.00024844706058502197,0.016511201858520508,0.02286359667778015 +423,2.747839914641414,1.2747670334643328,3.132300120931621,0.11192208528518677,-0.956502377986908,0.26940059661865234,-0.07175199687480927,0.27361202239990234,0.2562006711959839,-0.047179028391838074,0.004308164119720459,0.025292396545410156 +424,2.8270387670235713,1.2748742727140028,3.0710858881028895,0.0902257040143013,-0.956533670425415,0.2773137390613556,0.1772468537092209,0.39009007811546326,0.21553528308868408,-0.0022893026471138,0.02435886859893799,0.004592448472976685 +425,2.945032573991658,1.264894561577909,2.9780880413677533,0.05881417915225029,-0.9535757899284363,0.29535385966300964,-0.1061149463057518,0.2768869400024414,0.18185758590698242,0.023232314735651016,-0.02831190824508667,0.05236333608627319 +426,3.036418039555557,1.2868803781075642,2.908113554119976,0.029406899586319923,-0.9599658846855164,0.2785690128803253,-0.021475767716765404,0.591960072517395,0.37059512734413147,-0.008700715377926826,-0.0004069805145263672,0.03202363848686218 +427,-2.997922288494412,1.2662803436759826,2.726316545134043,-0.04292893409729004,-0.9539921879768372,0.29674288630485535,0.2898106575012207,0.6617127060890198,0.5283259153366089,0.03331590071320534,0.03382605314254761,-0.033696502447128296 +428,-2.782236184764356,1.2327848392206116,2.5658859849346687,-0.1166183203458786,-0.9434159398078918,0.3104289472103119,0.3241252601146698,0.6305681467056274,0.5852117538452148,0.022792048752307892,0.019298076629638672,-0.03293269872665405 +429,-2.6304755455390976,1.1801288208934417,2.4587714006439065,-0.18627206981182098,-0.9246550798416138,0.33213862776756287,0.19244834780693054,0.5325887799263,0.5399366617202759,0.010490790009498596,0.006121635437011719,0.0015101730823516846 +430,-2.5047240491405405,1.1388423926662188,2.36620792854874,-0.24896088242530823,-0.9081494808197021,0.33657559752464294,0.15984474122524261,0.3362581133842468,0.4771314561367035,-0.0031906068325042725,0.010368108749389648,-0.018323063850402832 +431,-2.4026034706052637,1.0847676878647754,2.2937087031344743,-0.31462332606315613,-0.8841949105262756,0.3452703058719635,0.28209519386291504,0.4422133266925812,0.7044734358787537,0.00711292028427124,0.0010009407997131348,0.00012755393981933594 +432,-2.286057603929292,1.0094864967661374,2.2114036530399335,-0.40184155106544495,-0.8465586304664612,0.3490872085094452,0.3024982810020447,0.6620782613754272,0.9957568645477295,0.009522855281829834,-0.02087301015853882,0.008685588836669922 +433,-2.1729318002202964,0.9169383589491468,2.145070002145278,-0.5012785792350769,-0.7937430739402771,0.34451690316200256,0.2964843809604645,0.5986389517784119,0.9383223056793213,0.012570023536682129,-0.004261136054992676,-0.007618039846420288 +434,-2.0869244834189917,0.8237374030618386,2.0971572275586765,-0.590971827507019,-0.7336904406547546,0.3353363275527954,0.13594584167003632,0.36622241139411926,0.7630764245986938,0.006056725978851318,0.018312692642211914,-0.0339142382144928 +435,-2.0198277533299382,0.7582622892683786,2.042396236018492,-0.6540590524673462,-0.6876608729362488,0.31516557931900024,-0.041361864656209946,0.37496981024742126,0.6920756697654724,-0.014428436756134033,0.0001608729362487793,0.021367043256759644 +436,-1.9761152705434475,0.7084166635927146,2.0153430622555226,-0.6978643536567688,-0.6506322026252747,0.29943764209747314,0.09750513732433319,0.1473444551229477,0.33652979135513306,-0.0028191804885864258,0.035489439964294434,-0.02839568257331848 +437,-1.9609347152609151,0.6864677746990786,2.0046498688227747,-0.7153669595718384,-0.6338090300559998,0.2941708564758301,-0.019409488886594772,0.12484678626060486,0.14117372035980225,-0.0006975531578063965,0.0014084577560424805,0.01190522313117981 +438,-1.9458571905276103,0.670644520218571,1.9902285006520808,-0.728961706161499,-0.6214910745620728,0.2869899570941925,0.03514964133501053,0.18935638666152954,0.2986147105693817,0.0374792218208313,-0.01014643907546997,0.019863903522491455 +439,-1.9155905765569075,0.6213612216158899,1.975261012371467,-0.765232503414154,-0.5821424722671509,0.274825781583786,0.06497909128665924,0.269503116607666,0.4141431450843811,-0.04275083541870117,0.009831130504608154,0.0236361026763916 +440,-1.8963200144635584,0.5969311705259087,1.971403315753617,-0.7836297154426575,-0.5621070265769958,0.26449933648109436,0.21888263523578644,-0.021254591643810272,0.027275748550891876,0.07670539617538452,0.046955108642578125,-0.0574224591255188 +441,-1.9053469630561566,0.5834192188804797,1.9676938780121245,-0.7883129119873047,-0.5508807897567749,0.27403125166893005,0.035965029150247574,-0.11704391986131668,0.1319715827703476,-0.0005359649658203125,-0.016410470008850098,0.02174508571624756 +442,-1.8948125751767082,0.5659708228367643,1.9520958424583075,-0.8001469373703003,-0.536235511302948,0.2687315046787262,0.07822946459054947,0.11254417151212692,0.19083257019519806,-0.020226716995239258,0.05132639408111572,-0.010461181402206421 +443,-1.8972512559449368,0.5620220425993215,1.9455631986581046,-0.8014883995056152,-0.5328983068466187,0.271358847618103,-0.027930034324526787,-0.13271580636501312,-0.1411910355091095,-0.02057880163192749,0.007065236568450928,-0.014065295457839966 +444,-1.9056708354453689,0.5776742154905807,1.936267087274182,-0.7912001013755798,-0.5460770130157471,0.2753221392631531,-0.07029873132705688,0.07133020460605621,0.034773778170347214,-2.9146671295166016e-05,0.0031387805938720703,0.012275457382202148 +445,-1.8960316307400658,0.5688835431298186,1.926927142832776,-0.7983351349830627,-0.5386917591094971,0.2692064344882965,-0.02317461371421814,0.040223583579063416,-0.016700217500329018,0.0053206682205200195,0.0001328587532043457,-0.005610853433609009 +446,-1.897486251999591,0.5724937027553583,1.9186025255001145,-0.796095609664917,-0.5417298078536987,0.26974156498908997,-0.01187549065798521,-0.10978172719478607,0.01869267411530018,0.05099374055862427,0.011502265930175781,-0.039059191942214966 +447,-1.9014081365046187,0.5565112506497945,1.9114830369525602,-0.8031190037727356,-0.5282270908355713,0.27563735842704773,0.026742463931441307,-0.07937020063400269,0.057872459292411804,-0.04952681064605713,0.0037978291511535645,0.025983184576034546 +448,-1.8758709320232014,0.5669439697993517,1.8794542867443402,-0.8045951724052429,-0.5370566844940186,0.2533712387084961,-0.2921712398529053,0.3196518123149872,0.004469084553420544,-0.01393204927444458,-0.005591690540313721,0.029938697814941406 +449,-1.8583542942589544,0.5669505643897512,1.8640461957461265,-0.8089059591293335,-0.5370622277259827,0.23923815786838531,0.1486554741859436,-0.1671227365732193,0.158146932721138,0.11014515161514282,0.06149160861968994,-0.11638981103897095 +450,-1.883595412751376,0.5564313701695205,1.8697178181110006,-0.8079414367675781,-0.5281592607498169,0.2613016366958618,-0.04294390603899956,-0.1414589285850525,-0.18527771532535553,-0.08922958374023438,0.047110676765441895,0.061757445335388184 +451,-1.8853886789111103,0.585508137665415,1.8627802083934537,-0.7925288677215576,-0.5526229739189148,0.25788775086402893,-0.011777213774621487,0.04002075269818306,-0.192280575633049,-0.0010807514190673828,-0.02937781810760498,0.03202927112579346 +452,-1.8900409008478476,0.5831976553984293,1.8660822890369162,-0.7925305366516113,-0.5506958365440369,0.26197192072868347,0.12103761732578278,-0.041912466287612915,0.22156129777431488,0.0810285210609436,-0.011239469051361084,-0.028451472520828247 +453,-1.8823134604109741,0.5645849983572235,1.8436846707445755,-0.8041496276855469,-0.5350652933120728,0.2589370906352997,-0.08619310706853867,0.02876681461930275,0.2392067015171051,-0.04948800802230835,0.01246708631515503,0.03969261050224304 +454,-1.8716919424026022,0.5543349390185812,1.8251478225015927,-0.8120499849319458,-0.5263779759407043,0.2519935965538025,-0.0732254907488823,0.05115249380469322,0.0943390503525734,-0.0042493343353271484,0.03907334804534912,-0.019709020853042603 +455,-1.8690252246286025,0.541163307248413,1.8182508594465723,-0.8192756772041321,-0.5151334404945374,0.2518426775932312,-0.010672246105968952,-0.0019279811531305313,0.11900784820318222,0.002274453639984131,0.023846209049224854,-0.011669427156448364 +456,-1.861853939858653,0.528536667686926,1.8045874871715937,-0.8272262215614319,-0.5042702555656433,0.24780796468257904,-0.1535636931657791,0.11238405108451843,0.10671675950288773,-0.02300894260406494,-0.016603827476501465,0.03467801213264465 +457,-1.8563041368494424,0.5244862966154099,1.7965493361406375,-0.8305414915084839,-0.5007684230804443,0.24378642439842224,0.03963146358728409,-0.03807986155152321,0.004329154267907143,0.0013941526412963867,0.044179677963256836,-0.03623640537261963 +458,-1.8593147517014137,0.5250095131538784,1.795697630821105,-0.8295525312423706,-0.501221239566803,0.2462111860513687,0.02824612334370613,-0.025041289627552032,-0.08060113340616226,0.0051048994064331055,0.0012059807777404785,-0.0007735490798950195 +459,-1.858381289626514,0.524251451039022,1.7895155511126049,-0.8301461935043335,-0.5005651116371155,0.24554443359375,-0.04537898302078247,-0.043901797384023666,-0.014187322929501534,0.013968706130981445,0.011856555938720703,-0.009582489728927612 +460,-1.855017612553071,0.522036248673374,1.7811516901422106,-0.8320297598838806,-0.49864619970321655,0.24306105077266693,0.00880845170468092,0.06266020238399506,0.05505729839205742,-0.01667940616607666,0.010502278804779053,-0.001071929931640625 +461,-1.8606407037047796,0.52991583367613,1.7766630526058946,-0.8268588781356812,-0.5054607391357422,0.24660512804985046,-0.1359270066022873,-0.08058325946331024,-0.20182259380817413,-0.0041043758392333984,0.027738511562347412,0.005332738161087036 +462,-1.8621719448814276,0.537384576907908,1.7710808029662821,-0.8228411078453064,-0.5118909478187561,0.24677951633930206,0.028631919994950294,0.0965842604637146,0.05795077234506607,-0.017399311065673828,-0.01879441738128662,0.02446076273918152 +463,-1.8637981709288025,0.5474075043685942,1.7712975151560686,-0.8174853920936584,-0.5204753279685974,0.2466229945421219,-0.03146708384156227,-0.17987151443958282,-0.34902042150497437,-0.0074808597564697266,-0.05746656656265259,0.018345803022384644 +464,-1.8634875434720797,0.5912543702202271,1.745313031050293,-0.7949325442314148,-0.5574029088020325,0.23954977095127106,-0.36110424995422363,0.043711259961128235,0.08250293135643005,0.052317917346954346,-0.034103989601135254,-0.011629238724708557 +465,-1.8225764734120349,0.545987522713538,1.7152017443914438,-0.8276693224906921,-0.5192623138427734,0.21290883421897888,0.09532951563596725,0.14191947877407074,0.3903464674949646,-0.004972219467163086,0.14005088806152344,-0.09280693531036377 +466,-1.8496651950778187,0.5676919394502343,1.729595134278541,-0.8105713725090027,-0.5376874804496765,0.23209095001220703,-0.09588021785020828,-0.34648340940475464,-0.7371031045913696,-0.06325364112854004,0.023252665996551514,0.010050758719444275 +467,-1.8615092007971203,0.6001886047318149,1.7420153150754147,-0.790602445602417,-0.56479811668396,0.2365397959947586,0.16815733909606934,0.20630522072315216,0.08488976210355759,0.014784455299377441,-0.024542152881622314,0.0211658775806427 +468,-1.8660864491106692,0.5987121486897606,1.7593794293918092,-0.7903081774711609,-0.5635790824890137,0.24039843678474426,0.1074565201997757,-0.11286573857069016,-0.017270399257540703,0.07505255937576294,-0.023594319820404053,-0.03420642018318176 +469,-1.8666388293390956,0.5724350790106211,1.7624499952732324,-0.8040668964385986,-0.5416805148124695,0.24506893754005432,0.10119838267564774,0.16830182075500488,0.5619050860404968,-0.018229365348815918,-0.03320968151092529,0.0345177948474884 +470,-1.8478082589979867,0.5499810604994021,1.7547474389410145,-0.8200329542160034,-0.522671103477478,0.23315337300300598,-0.06610333919525146,0.07765357196331024,-0.06528717279434204,-0.015644967555999756,0.0392116904258728,-0.01869112253189087 +471,-1.8564174693342645,0.5555752992012656,1.7645684985629477,-0.8151771426200867,-0.5274321436882019,0.23937691748142242,0.07916498184204102,-0.05813048034906387,-0.04265796020627022,0.00803309679031372,0.015332043170928955,-0.005337625741958618 +472,-1.8499679126855433,0.5527479058638375,1.7711448328224708,-0.8181343674659729,-0.5250279307365417,0.2345244586467743,-0.03739988058805466,0.1720632016658783,-0.07882414013147354,-0.04546719789505005,-0.030193626880645752,0.06196901202201843 +473,-1.8393198965138366,0.5621406020577768,1.7729854487321142,-0.8157942891120911,-0.5329986214637756,0.2244815081357956,0.03109532594680786,0.08901433646678925,0.045397043228149414,0.08190768957138062,0.01636660099029541,-0.05896942317485809 +474,-1.8549721201278735,0.5513449102645496,1.784547509304935,-0.817656934261322,-0.5238333344459534,0.23882193863391876,0.10743483901023865,-0.36636626720428467,0.05725233256816864,0.07336360216140747,0.036269187927246094,-0.06714531779289246 +475,-1.8848017787684146,0.5301696105960805,1.797748242552208,-0.820537805557251,-0.5056796669960022,0.2664693593978882,0.08465984463691711,0.06828340142965317,0.1729350984096527,-0.11626029014587402,-0.026089131832122803,0.08533728122711182 +476,-1.877128710919542,0.528885039763587,1.805835205445264,-0.8231768012046814,-0.5045710206031799,0.2603611648082733,0.09232224524021149,0.06580083817243576,-0.12370077520608902,0.03867673873901367,0.024270176887512207,-0.03369191288948059 +477,-1.8903807157608836,0.5286389987703152,1.8206940044546187,-0.8197722434997559,-0.5043585896492004,0.2712857723236084,0.05855291336774826,-0.14649131894111633,0.02342909947037697,0.04784536361694336,-0.014394402503967285,-0.0173184871673584 +478,-1.888879985901979,0.5297166678690004,1.814302039780243,-0.8196618556976318,-0.50528883934021,0.2698850929737091,-0.015026876702904701,0.08424974977970123,0.034267473965883255,-0.047113776206970215,-0.0008299946784973145,0.03478720784187317 +479,-1.8883210510121835,0.5258696316931705,1.8174296395054408,-0.8216530680656433,-0.501965343952179,0.27003180980682373,0.03294546157121658,0.00925413053482771,0.08515306562185287,0.041364312171936035,0.01679682731628418,-0.04261481761932373 +480,-1.8851627885579223,0.5089787583634889,1.8190368958892178,-0.8304471373558044,-0.48728570342063904,0.27001887559890747,0.07935045659542084,0.0997355505824089,0.12070818245410919,-0.04583460092544556,0.013317197561264038,0.042938947677612305 +481,-1.873168374897743,0.5048063709938662,1.8209924347781608,-0.835559606552124,-0.4836379587650299,0.2606421113014221,0.022692501544952393,0.2596125602722168,0.04771360009908676,-4.214048385620117e-05,0.004649370908737183,0.01804444193840027 +482,-1.8494194377355477,0.46005953147841605,1.833046090588985,-0.8614707589149475,-0.4440014362335205,0.24643592536449432,0.23555588722229004,0.3547629117965698,0.693798840045929,0.02416008710861206,-0.03788632154464722,0.00011560320854187012 +483,-1.8295192327438123,0.40303774170638496,1.8439098366895905,-0.889258086681366,-0.39221447706222534,0.23534618318080902,0.11914142221212387,0.051962632685899734,0.1877671331167221,0.007956206798553467,0.012957274913787842,0.0011650323867797852 +484,-1.823095242973702,0.3989287041999631,1.8385878266791122,-0.8923047184944153,-0.3884314000606537,0.2300291657447815,0.03626251965761185,0.03111034631729126,0.008823745884001255,-0.002363860607147217,0.005267918109893799,-0.0026121139526367188 +485,-1.819874060240455,0.3887055010571383,1.8408564395721658,-0.8968427777290344,-0.3789907991886139,0.22812071442604065,0.09819324314594269,0.032286033034324646,0.14742228388786316,0.0247114896774292,0.006844192743301392,-0.015596270561218262 +486,-1.8242837852984404,0.3877880135325028,1.8420200072059894,-0.8961641788482666,-0.3781416118144989,0.23216037452220917,-0.04080298915505409,-0.06387030333280563,-0.08499626070261002,-0.014266550540924072,0.008192300796508789,0.011339381337165833 +487,-1.8208504388240898,0.3822657314723603,1.843454795640062,-0.8989656567573547,-0.3730236291885376,0.22959543764591217,0.06838906556367874,0.08984044194221497,0.06968940049409866,-0.007650494575500488,0.005103737115859985,0.004550665616989136 +488,-1.823686546766199,0.37920011269269516,1.8486091060362462,-0.8994138240814209,-0.3701775372028351,0.23242908716201782,0.12509268522262573,-0.10390155762434006,0.03263171389698982,0.044112980365753174,0.026412278413772583,-0.05475570261478424 +489,-1.839382192952103,0.3694071386960468,1.8665740628567604,-0.8991073369979858,-0.361062616109848,0.24746696650981903,0.1526767611503601,-0.10743172466754913,0.0297381691634655,-0.01603853702545166,0.0074096620082855225,0.00323486328125 +490,-1.852175679673755,0.3651893555318306,1.885946873927657,-0.8973227739334106,-0.3571261763572693,0.2593696415424347,0.1100580021739006,-0.03980249911546707,-0.0615198090672493,-0.01084977388381958,-0.011968642473220825,0.010756701231002808 +491,-1.8569944493963608,0.3695821691952731,1.8958450316975013,-0.8945491313934326,-0.36122584342956543,0.26324525475502014,0.053769856691360474,0.019278645515441895,-0.026493271812796593,0.011339783668518066,-0.012111008167266846,0.004210740327835083 +492,-1.8592489410603652,0.36864251561034833,1.8990234503605141,-0.8942782878875732,-0.36034947633743286,0.26535776257514954,-0.004553246311843395,-0.009919088333845139,0.00944867916405201,0.0014102458953857422,-0.006410747766494751,0.0069353580474853516 +493,-1.8533974922790502,0.36926575119412314,1.897648578761956,-0.8955997824668884,-0.36093077063560486,0.2600577175617218,-0.012852448970079422,0.1509326547384262,0.015274656936526299,-0.03575092554092407,0.02000361680984497,0.008390188217163086 +494,-1.8474277648251605,0.3778344181287282,1.9076873141817843,-0.8941282033920288,-0.36890849471092224,0.25385260581970215,0.014936182647943497,-0.0008761007338762283,-0.24184420704841614,0.044122159481048584,0.002697587013244629,-0.017051488161087036 +495,-1.8520109425984337,0.38494798281004666,1.9074045393089947,-0.8904117345809937,-0.37551093101501465,0.2572130858898163,0.03618132323026657,-0.03540218621492386,0.15526896715164185,0.025238394737243652,-0.04923272132873535,0.003361225128173828 +496,-1.8491469284594384,0.3799538000319507,1.9030931473878707,-0.8929368853569031,-0.37087756395339966,0.25517401099205017,-0.008678143844008446,0.044606052339076996,0.015618188306689262,-0.025550782680511475,0.03526043891906738,0.001478821039199829 +497,-1.8454060438954825,0.37999554534556773,1.9039886485867163,-0.8938700556755066,-0.37091633677482605,0.251827597618103,-0.02369624562561512,-0.037615373730659485,-0.09931185096502304,0.03753173351287842,0.002431899309158325,-0.022243916988372803 +498,-1.8503757974908965,0.382580630974713,1.900977814718081,-0.8916831016540527,-0.3733157813549042,0.25600138306617737,-0.12100023031234741,-0.1167568564414978,-0.06072614714503288,0.006520628929138184,-0.007055371999740601,0.0064649879932403564 +499,-1.8587491270267453,0.3943716048667692,1.8955301815164032,-0.8852261304855347,-0.3842281103134155,0.2621903717517853,0.002973815891891718,-0.03349732607603073,-0.02213812805712223,-0.008816957473754883,-0.00575605034828186,0.016618281602859497 +500,-1.8622585541900147,0.39405092802295466,1.890600383297195,-0.8844184279441833,-0.3839320242404938,0.2653307616710663,-0.14883089065551758,-0.16398636996746063,-0.00721084326505661,0.0366399884223938,-0.021738201379776,-0.012919872999191284 +501,-1.8691387895690321,0.39194490871295795,1.8764870489676873,-0.8833427429199219,-0.3819865584373474,0.2716464698314667,0.07238324731588364,-0.034908801317214966,0.24666936695575714,-0.03139108419418335,-0.0050068199634552,0.02129170298576355 +502,-1.8517547083282504,0.37535997400744564,1.8713451913520174,-0.8938957452774048,-0.3666074573993683,0.2579713761806488,-0.015825320035219193,0.03897877782583237,-0.3304656744003296,-0.07123786211013794,0.09107956290245056,-0.02048364281654358 +503,-1.85558521945704,0.43983262631648135,1.865970098336181,-0.8683775067329407,-0.425788015127182,0.2542143762111664,-0.16648179292678833,0.07122181355953217,-0.05627775937318802,0.17436206340789795,-0.12583237886428833,0.015927165746688843 +504,-1.8524355714492402,0.38391632424264643,1.8528272369906247,-0.8906741738319397,-0.3745545744895935,0.2576987147331238,-0.18904724717140198,-0.1327248364686966,0.4827289283275604,-0.04298067092895508,0.009594857692718506,0.028647780418395996 +505,-1.8462010180978896,0.3829512615113994,1.8284996091830115,-0.8926107287406921,-0.37365958094596863,0.2522388994693756,-0.019149616360664368,0.00910835713148117,-0.2508139908313751,-0.06481719017028809,0.0970635712146759,-0.012309819459915161 +506,-1.848003969162746,0.4125196283845954,1.823324759878283,-0.8811393976211548,-0.4009188711643219,0.25071367621421814,-0.16166284680366516,-0.12587566673755646,-0.2616094946861267,0.06308519840240479,0.0024355947971343994,-0.03266561031341553 +507,-1.8524796982457625,0.41183188222347383,1.8260192518884601,-0.880273163318634,-0.4002887010574341,0.2547314763069153,0.12771087884902954,-0.035970184952020645,0.08938544243574142,-0.010611236095428467,-0.00553402304649353,0.0027758777141571045 +508,-1.8585737811546688,0.42693032074345894,1.8237345798685543,-0.8728094696998596,-0.41407862305641174,0.258346289396286,-0.0901850014925003,-0.11287207156419754,-0.19508050382137299,0.009344935417175293,0.0027473866939544678,0.004776269197463989 +509,-1.8577185948071968,0.4297227693290123,1.8183977708505887,-0.8719174861907959,-0.41661879420280457,0.25727149844169617,0.03758833557367325,0.029059991240501404,0.0665862187743187,0.0011137127876281738,-0.0012583732604980469,0.0002662837505340576 +510,-1.8523427925834082,0.4373996334452197,1.8107624507882125,-0.8701898455619812,-0.42358535528182983,0.2516844868659973,-0.12350096553564072,0.010912591591477394,-0.1554463505744934,-0.002719700336456299,0.002290189266204834,0.00322878360748291 +511,-1.8587662376923673,0.48002672484215814,1.7935258497612716,-0.8504588603973389,-0.4618028700351715,0.25190868973731995,-0.4587499797344208,-0.013602936640381813,-0.3951915204524994,-0.08408093452453613,-0.015263170003890991,0.07591116428375244 +512,-1.8370185197550493,0.5489617288328682,1.7635798519948402,-0.8230146765708923,-0.521801769733429,0.22443215548992157,-0.5032120943069458,-0.018808383494615555,-0.8404144048690796,0.012437224388122559,0.002423107624053955,-0.02823469042778015 +513,-1.864781070133761,0.6236265310021732,1.7590719386945022,-0.7769386172294617,-0.5839828848838806,0.23522403836250305,-0.27874627709388733,-0.5633073449134827,-0.436876118183136,0.04953688383102417,-0.1296095848083496,0.026036962866783142 +514,-1.8888817856551552,0.6177768981571792,1.7243871374158835,-0.7742759585380554,-0.5792244076728821,0.25494271516799927,-0.14163519442081451,0.05220535397529602,0.7197593450546265,-0.00608903169631958,-0.01840132474899292,0.137040376663208 +515,-1.8824167222204087,0.548133921425342,1.6968753555353544,-0.8123922348022461,-0.5210954546928406,0.26168379187583923,-0.1902148723602295,-0.5155738592147827,0.4974946975708008,0.06916719675064087,0.07012194395065308,-0.016185075044631958 +516,-1.887481288003232,0.5622719804029626,1.6144609728810155,-0.8039748072624207,-0.5331097841262817,0.26347407698631287,-0.7679088115692139,-0.5430719256401062,-0.2958713471889496,0.06499165296554565,0.05253416299819946,-0.045700669288635254 +517,-1.8776112129760643,0.6463701201335358,1.5730252825899913,-0.7609961032867432,-0.6022927165031433,0.24109813570976257,-0.5043688416481018,-0.16503320634365082,-0.9466242790222168,0.045801401138305664,0.0028969645500183105,-0.01999831199645996 +518,-1.8623681434354116,0.7290249929059555,1.540140023356141,-0.7143454551696777,-0.6661427617073059,0.21439319849014282,-0.19016091525554657,0.11099889129400253,-0.20730863511562347,-0.026682376861572266,0.020467162132263184,-0.08608198165893555 +519,-1.8532633238254204,0.7268565423722435,1.5455027583959364,-0.7176534533500671,-0.6645238995552063,0.20828256011009216,0.024482443928718567,0.2618221342563629,0.028419066220521927,-0.10255229473114014,0.0440862774848938,-0.025512784719467163 +520,-1.8439163398028628,0.6998655782057792,1.5645070459728094,-0.7365760207176208,-0.6441148519515991,0.20632970333099365,0.22670741379261017,0.1195489764213562,0.09820015728473663,-0.0017204880714416504,0.05095994472503662,-0.043640464544296265 +521,-1.8634913306071528,0.7336076852255998,1.569853941798791,-0.7111735343933105,-0.6695536375045776,0.21431225538253784,-0.34283509850502014,-0.22388195991516113,-0.4585902690887451,0.022605538368225098,-0.08783149719238281,0.0176059752702713 +522,-1.8532480659707404,0.7710979904529002,1.5471925122108956,-0.6887288689613342,-0.6969230771064758,0.19987647235393524,-0.205884650349617,-0.12270019948482513,-0.22762709856033325,0.03887242078781128,-0.034140706062316895,0.010160669684410095 +523,-1.8412474574961821,0.789289251377194,1.520481009387677,-0.6787471175193787,-0.7098528146743774,0.18817849457263947,-0.08088140189647675,-0.05597246065735817,-0.07822458446025848,-0.010797500610351562,0.03939694166183472,-0.010688334703445435 +524,-1.8481596550957673,0.7922544070289397,1.5198036875031937,-0.6754029393196106,-0.711938202381134,0.19228842854499817,0.04919911175966263,-0.10848759859800339,0.07383211702108383,0.007632553577423096,0.011697113513946533,-0.008679389953613281 +525,-1.859711268402872,0.7425434497399463,1.5428828463783635,-0.7062153816223145,-0.6761639714241028,0.20990945398807526,0.7483654022216797,0.12125227600336075,0.7471233606338501,-0.009925305843353271,0.042680203914642334,-0.048990264534950256 +526,-1.8925578171576947,0.6470264558777926,1.6071481853353504,-0.7569324970245361,-0.6028165221214294,0.2523200213909149,0.24148687720298767,0.02895009145140648,0.13403986394405365,-0.05275988578796387,-0.03422260284423828,0.059066057205200195 +527,-1.8821569666505973,0.7440240949963369,1.5607463294924218,-0.7003724575042725,-0.6772541403770447,0.22539976239204407,-1.0840106010437012,-0.5111690163612366,-1.535723328590393,-0.022131145000457764,0.008568286895751953,0.08108827471733093 +528,-1.8986985545165993,1.0267583400959805,1.4356925601526858,-0.4900178015232086,-0.8556256294250488,0.16669555008411407,-1.8777985572814941,-1.6418017148971558,-2.811216115951538,0.09704291820526123,0.04292726516723633,-0.039483070373535156 +529,-1.8220008864081896,1.346523335541549,1.1885974858859516,-0.21541728079319,-0.9749560356140137,0.05528154969215393,-1.763216495513916,-1.9873820543289185,-2.92547345161438,0.010949522256851196,0.07578617334365845,-0.03347671404480934 +530,0.9722915840454155,1.4030870141919378,-1.904994160178315,0.1379098743200302,-0.9859697222709656,-0.09404680132865906,-1.5872598886489868,-3.4140477180480957,-3.819129228591919,-0.044953301548957825,0.0141221284866333,-0.03362347185611725 +531,0.8157665235110438,1.0204091627020309,-2.1148820635630483,0.3808879554271698,-0.8523221015930176,-0.3584291934967041,-1.527085781097412,-3.309633255004883,-3.1222684383392334,-0.016874313354492188,-0.002658367156982422,0.1298830509185791 +532,0.5991166498500508,0.7932435237929847,-2.272333805723589,0.39560624957084656,-0.7126324772834778,-0.5793535709381104,-0.5578771829605103,-3.5278148651123047,-1.5301331281661987,0.019661635160446167,0.005753874778747559,0.08675414323806763 +533,0.4784142835897095,0.6946306197343698,-2.2661684551908876,0.35369935631752014,-0.6401016712188721,-0.6820312738418579,-1.1742966175079346,-0.5476151704788208,-0.6088616847991943,0.06918269395828247,0.01580357551574707,-0.1547912359237671 +534,0.3569706003565437,0.5808365982471142,-2.2598289067389192,0.2921310365200043,-0.5487235188484192,-0.7833019495010376,-0.9519927501678467,-1.427002191543579,-0.38486337661743164,0.05125275254249573,-0.07630699872970581,-0.0438312292098999 +535,0.2021374195489459,0.46996032766755513,-2.258250901339769,0.17899814248085022,-0.45285090804100037,-0.8734332919120789,-0.9617704153060913,-1.4111778736114502,-0.2397325187921524,0.04230007529258728,0.013245195150375366,0.009205996990203857 +536,0.057727397232874726,0.37522213196514415,-2.269438101880549,0.053681258112192154,-0.36647921800613403,-0.9288763403892517,-0.6315106749534607,-0.9631189703941345,-0.26162779331207275,0.020323853939771652,0.012780517339706421,0.06548833847045898 +537,0.0011974603999232018,0.31319437637399394,-2.2929611067504685,0.001139208790846169,-0.3080991804599762,-0.9513535499572754,-0.39021918177604675,-0.33182477951049805,-0.20916913449764252,0.017537549138069153,-0.054815858602523804,-0.03277730941772461 +538,0.029803856645423333,0.31693482196440503,-2.2978522316991907,0.028315287083387375,-0.31165552139282227,-0.9497731924057007,0.23892056941986084,0.49234187602996826,0.10900632292032242,-0.047281958162784576,0.0027565956115722656,0.015920042991638184 +539,0.05645828577591564,0.3186110858699898,-2.3155756457949805,0.05358834192156792,-0.3132478594779968,-0.9481582641601562,0.06155958026647568,0.22271721065044403,-0.332820862531662,-0.018844082951545715,0.015136897563934326,0.03574371337890625 +540,0.09553706488436674,0.3375214499813074,-2.337116198281403,0.09000963717699051,-0.3311493992805481,-0.9392754435539246,0.16457389295101166,0.47281497716903687,-0.19389104843139648,-0.020673692226409912,0.014468491077423096,0.01161736249923706 +541,0.12229001528426367,0.34549837001299,-2.3623699404030747,0.11477692425251007,-0.338665634393692,-0.9338799715042114,-0.17138004302978516,-0.131221204996109,-0.2284666895866394,0.02511565387248993,-0.013552963733673096,-0.050433993339538574 +542,0.11725304498754546,0.34889098731552987,-2.3768265768686394,0.10993652045726776,-0.34185582399368286,-0.9332998394966125,0.16893671452999115,0.17155756056308746,-0.043343979865312576,-0.014721676707267761,-0.011690318584442139,0.08526211977005005 +543,0.11674397576506082,0.34724916413168894,-2.3775459792333766,0.1095266193151474,-0.3403124511241913,-0.9339118599891663,-0.059686824679374695,-0.10328153520822525,-0.11808941513299942,-0.027434341609477997,0.045360058546066284,-0.01950305700302124 +544,0.12088723122692163,0.365102658542104,-2.3954682802784006,0.11264437437057495,-0.35704517364501953,-0.9272701740264893,0.4554917514324188,0.2772853970527649,-0.04993787780404091,0.004619419574737549,-0.009791344404220581,0.04331326484680176 +545,0.2160196914793961,0.44812232059473084,-2.394795125344481,0.19317974150180817,-0.4332740306854248,-0.8803154230117798,0.14682713150978088,0.05785743519663811,0.1650402694940567,0.044094428420066833,0.024842023849487305,-0.14130628108978271 +546,0.11671596175206704,0.3626340434683513,-2.4122996228789537,0.10887782275676727,-0.3547382056713104,-0.9286045432090759,-1.1471003293991089,-2.266815423965454,-0.3540939688682556,0.007882431149482727,-0.019117385149002075,-0.11117511987686157 +547,-0.09199130997566181,0.20953317884843164,-2.4646089698400817,-0.08985243737697601,-0.20800331234931946,-0.9739924073219299,-0.2114015817642212,-0.010105705820024014,-0.29736700654029846,0.016686536371707916,-0.04475852847099304,0.25962167978286743 +548,0.007348771821601183,0.2506093902356163,-2.4349007132729237,0.0071191429160535336,-0.24799436330795288,-0.9687353372573853,0.48060113191604614,1.117884874343872,0.15667521953582764,-0.05747314542531967,0.06394284963607788,-0.061324477195739746 +549,0.08592857862423979,0.3121277287324882,-2.4226283589803503,0.08167611062526703,-0.30708426237106323,-0.9481710195541382,0.6590576171875,0.8566043972969055,0.11933962255716324,-0.018764115869998932,0.013688266277313232,0.035573363304138184 +550,0.20508616038796582,0.3825980632531557,-2.3619463414722426,0.1889270693063736,-0.3733319342136383,-0.908256471157074,0.9499433040618896,1.7150951623916626,0.20538614690303802,0.002479180693626404,0.05799382925033569,0.027687013149261475 +551,0.22781343983446,0.4135614658965024,-2.294404457379808,0.2068079710006714,-0.40187308192253113,-0.8920361399650574,-0.17381544411182404,-0.09253627061843872,0.3157632648944855,-0.010640978813171387,-0.018567591905593872,0.08809632062911987 +552,0.3044750778281726,0.446199687697225,-2.2526294793711705,0.27044084668159485,-0.43154042959213257,-0.8606013059616089,0.38578927516937256,0.9177073836326599,0.03670259565114975,-0.008737355470657349,0.01912587881088257,-0.03183948993682861 +553,0.43803988785660036,0.4826401192229368,-2.2374042102540153,0.375713974237442,-0.4641193449497223,-0.8021422624588013,0.17894206941127777,1.2956249713897705,0.03910798951983452,-0.022640854120254517,0.04599803686141968,-0.035778820514678955 +554,0.5335368175797047,0.4941751857481597,-2.2422807143084857,0.44773516058921814,-0.4743056893348694,-0.7580022215843201,0.3298872411251068,1.0655046701431274,0.22735214233398438,0.04429978132247925,-0.052320897579193115,0.0029210448265075684 +555,0.6235033337652548,0.5062378547363958,-2.2458591863360557,0.5106493234634399,-0.4848904013633728,-0.7100130915641785,0.09028135985136032,0.7763265371322632,-0.2807385325431824,-0.014692902565002441,0.022015035152435303,-0.05974698066711426 +556,0.7056404740146384,0.4813563459275901,-2.279196133476114,0.574828565120697,-0.46298182010650635,-0.6746999621391296,-0.01480557769536972,0.1455443799495697,-0.5085487961769104,-0.11030524969100952,0.06285059452056885,-0.010496020317077637 +557,0.7215011787321519,0.42949279652376304,-2.2714954587568212,0.6005228757858276,-0.4164097309112549,-0.6826238632202148,-0.6407662630081177,-0.3138539791107178,-0.1492459923028946,0.05003559589385986,-0.008150815963745117,-0.08167362213134766 +558,0.6008684019617699,0.3792045783277452,-2.2788706560104752,0.5251955389976501,-0.370181679725647,-0.7662474513053894,-0.4459584355354309,-1.8785125017166138,-0.35194483399391174,0.024593889713287354,-0.012203574180603027,-0.007891952991485596 +559,0.40577010246538925,0.32727499986124314,-2.257049805702876,0.37377509474754333,-0.32146385312080383,-0.8700305819511414,-0.11501223593950272,-1.474115014076233,0.08521029353141785,0.05545461177825928,-0.01979893445968628,0.019887149333953857 +560,0.3092443667742133,0.35082995230703157,-2.2301532911142052,0.285800963640213,-0.3436773121356964,-0.8945410251617432,0.5338804125785828,-0.8262436389923096,0.21152260899543762,0.0007132887840270996,0.0440252423286438,-0.04092949628829956 +561,0.28428211797758773,0.36943632030478674,-2.2387299432606658,0.2615455389022827,-0.3610898554325104,-0.8951022624969482,-0.1456398218870163,-0.14568427205085754,-0.05219351872801781,-0.014780402183532715,-0.0009859800338745117,0.06343722343444824 +562,0.20801754137512815,0.3220329749712446,-2.229472856332625,0.1959041804075241,-0.3164956867694855,-0.9281443953514099,-0.9449868202209473,-1.732348084449768,-0.039988428354263306,0.03445775806903839,-0.023851603269577026,-0.07457166910171509 +563,-0.005866987452898426,0.2052875437299659,-2.232935928216934,-0.005743762012571096,-0.2038486748933792,-0.9789855480194092,-1.2841330766677856,-2.674494743347168,-0.14596982300281525,0.10570408403873444,-0.02126424014568329,-0.06192326545715332 +564,-0.14633359998474968,0.12066866765897265,-2.255001633257669,-0.14475160837173462,-0.12037604302167892,-0.9821184277534485,-0.38831713795661926,-0.39519041776657104,-0.1775968223810196,-0.01964658498764038,0.013823926448822021,0.031953632831573486 +565,-0.12257306968677191,0.1211270482766281,-2.266584287766204,-0.12137053906917572,-0.12083107233047485,-0.9852253794670105,0.6164843440055847,1.1114708185195923,0.013462932780385017,-0.01246429979801178,0.01562172919511795,0.0457112193107605 +566,0.0690665663286889,0.21999380504724947,-2.2508149922272955,0.0673484057188034,-0.21822357177734375,-0.9735721349716187,1.196664810180664,2.497843027114868,0.413006454706192,0.0019112303853034973,-0.06856535375118256,-0.011321663856506348 +567,0.28514363481574023,0.34380839272258923,-2.2335854770808017,0.2648332715034485,-0.33707505464553833,-0.9034621119499207,1.428807258605957,1.6379965543746948,0.3116001486778259,0.034650981426239014,0.04206162691116333,-0.14545756578445435 +568,0.36698519108186733,0.43131404307117527,-2.2375488924039537,0.3259428143501282,-0.4180648624897003,-0.8479286432266235,0.14137853682041168,0.3882661461830139,0.08220648765563965,-0.03091415762901306,0.006077587604522705,0.08707970380783081 +569,0.43245644651314546,0.47756055655857604,-2.2290824193008065,0.372212678194046,-0.4596140384674072,-0.8063576221466064,0.7250919938087463,1.1184314489364624,0.2950359582901001,-0.04974871873855591,0.0034220516681671143,0.04733973741531372 +570,0.4904802069670928,0.5045112826482873,-2.2562344882422307,0.41236186027526855,-0.48337966203689575,-0.7722057700157166,-0.46768680214881897,-0.4276983439922333,-0.11237329989671707,0.013571947813034058,-0.02304425835609436,-0.03373289108276367 +571,0.4607490664899284,0.499339003177947,-2.268059669719139,0.39033085107803345,-0.47884535789489746,-0.7863516807556152,0.5899579524993896,-0.5209002494812012,-0.0800967887043953,-0.00674012303352356,-0.02142930030822754,-0.07561731338500977 +572,0.3689371939804612,0.44090144062612413,-2.2850501622877935,0.32613688707351685,-0.4267548620700836,-0.8435134887695312,-1.0447750091552734,-0.5658422708511353,-0.39109817147254944,-0.033152878284454346,-0.0637694001197815,-0.06681060791015625 +573,0.3615241320772836,0.41256102087782365,-2.290109531148485,0.3240237236022949,-0.40095677971839905,-0.8568794131278992,-0.4173305332660675,0.006548146717250347,0.02421942539513111,0.02061125636100769,-0.04562219977378845,0.07053297758102417 +574,0.29493220212947735,0.35437682240018087,-2.2808343250912566,0.2726132869720459,-0.3470059633255005,-0.8973677158355713,-0.7193986177444458,-0.660218358039856,-0.19433599710464478,0.0656893253326416,0.0034390687942504883,0.1522810459136963 +575,0.24814596804368916,0.32473726801298913,-2.2765984976551383,0.2327703833580017,-0.3190597891807556,-0.9187049269676208,0.37998664379119873,-0.164695605635643,0.130077064037323,0.0562310665845871,0.0030502676963806152,0.058444976806640625 +576,0.23058602462852673,0.3300197646536194,-2.2560594496470565,0.21621470153331757,-0.32406172156333923,-0.9209968447685242,-0.26401329040527344,-0.24538102746009827,0.14901383221149445,0.03680655360221863,0.022868484258651733,0.01515883207321167 +577,0.21865948590683013,0.3082425658935637,-2.2003931698196255,0.20669734477996826,-0.3033845126628876,-0.9301795959472656,-0.3560105860233307,-0.06908313184976578,0.3252459466457367,-0.013826236128807068,0.04644176363945007,-0.042476654052734375 +578,0.17817915261254944,0.29718461487125414,-2.15238920496158,0.16946858167648315,-0.29282939434051514,-0.9410267472267151,0.03418417274951935,-0.38960447907447815,0.19588914513587952,-0.011234939098358154,-0.04922688007354736,-0.04380601644515991 +579,0.14447391902435083,0.28449558027604477,-2.1334064140635016,0.13818466663360596,-0.2806733548641205,-0.94980388879776,-0.22121316194534302,-0.13536839187145233,0.21098241209983826,0.010359629988670349,-0.03319993615150452,-0.037744879722595215 +580,0.1405927842050036,0.28357794444743417,-2.1171814716183817,0.1345333456993103,-0.2797924876213074,-0.9505876898765564,0.07811502367258072,0.038472529500722885,0.1987510323524475,-0.0442165732383728,0.025489509105682373,-0.018086016178131104 +581,0.11537098219319246,0.2878010197389088,-2.107673276961824,0.11038056761026382,-0.28384438157081604,-0.9524959325790405,-0.1083311215043068,-0.37898653745651245,0.028858518227934837,-0.06707611680030823,0.06732216477394104,0.05334126949310303 +582,0.10359275249423242,0.282338051081016,-2.118737144204685,0.09931331872940063,-0.27860188484191895,-0.9552580118179321,0.17139500379562378,-0.04285715892910957,-0.1450006067752838,0.03658144921064377,0.011588335037231445,-0.03114640712738037 +583,0.09195097164907577,0.31288010794409277,-2.1280497282560984,0.08736361563205719,-0.30780020356178284,-0.9474316239356995,0.48809969425201416,0.19004622101783752,-0.09314238280057907,-0.02474154531955719,0.015701204538345337,0.04331785440444946 +584,0.13870679762977864,0.37734863050201517,-2.1427763042089882,0.1285349726676941,-0.3684569299221039,-0.9207161664962769,0.5313540697097778,0.3895772397518158,-0.11299556493759155,0.029668152332305908,0.0016051530838012695,-0.017439961433410645 +585,0.14980365999930137,0.39436657202731723,-2.130334361570558,0.13778804242610931,-0.38422346115112305,-0.9129002094268799,-0.2782024145126343,-0.20203420519828796,-0.033927254378795624,-0.029114946722984314,0.015037059783935547,0.03501629829406738 +586,0.13414007321062765,0.3429672703128146,-2.1131257919805417,0.12594938278198242,-0.33628302812576294,-0.9333008527755737,-0.6005100011825562,-0.08297114074230194,-0.012290257029235363,-0.021197795867919922,-0.0030571818351745605,0.05112922191619873 +587,0.1082540618370995,0.2999801695813265,-2.095838079423765,0.10321781039237976,-0.2955012619495392,-0.9497500061988831,-0.5578457713127136,0.03833641856908798,-0.15120957791805267,0.03377559036016464,-0.028458088636398315,0.09042078256607056 +588,0.08297065657934476,0.22517114878674852,-2.077822685542877,0.08078337460756302,-0.22327318787574768,-0.971402645111084,-1.0039211511611938,-0.10532855987548828,-0.28184017539024353,0.025021061301231384,0.00998583436012268,0.004010677337646484 +589,0.07754689420141231,0.08789990194876417,-2.068700192133512,0.07717011123895645,-0.08778675645589828,-0.9931456446647644,-1.3079783916473389,0.4016827940940857,0.13774070143699646,0.05066802352666855,-0.060116685926914215,0.049603164196014404 +590,0.06397093047360077,0.05432378609348839,-2.013011035323538,0.06383300572633743,-0.0542970709502697,-0.9964823722839355,0.5822588205337524,-0.39787399768829346,0.3792559802532196,0.01793883740901947,0.0463014654815197,0.04273182153701782 +591,0.03959308822667889,0.1694447236088021,-1.9969404536742514,0.039015863090753555,-0.1686350554227829,-0.9849060773849487,1.1263680458068848,-0.4343111515045166,0.02516753226518631,0.0009621679782867432,0.0967966616153717,-0.02318108081817627 +592,0.021437697623081228,0.1679718816676981,-2.0043631245377824,0.021134361624717712,-0.16718311607837677,-0.9856992959976196,-0.605111837387085,-0.37252750992774963,-0.37523189187049866,-0.014878259971737862,0.06754323840141296,-0.053897202014923096 +593,0.020298699935420127,0.1325768004541149,-2.0465887662225666,0.020119188353419304,-0.13218876719474792,-0.9910203814506531,-0.03437558561563492,0.011487925425171852,-0.11570175737142563,0.035315994173288345,-0.06828120350837708,-0.019050419330596924 +594,0.018086830692263748,0.15955591297508961,-2.0721030473589237,0.017856117337942123,-0.15887977182865143,-0.9871364235877991,0.23576964437961578,-0.00397909339517355,-0.19373229146003723,0.009563922882080078,-0.027658924460411072,0.012038826942443848 +595,0.001956203394965877,0.161410673150935,-2.0794314002447094,0.0019307745387777686,-0.16071070730686188,-0.9869996905326843,0.30165722966194153,-0.19241024553775787,-0.16838805377483368,-0.05210167169570923,0.05913294851779938,-0.056716740131378174 +596,-0.007608592535364703,0.1948894233136601,-2.0837979752379616,-0.007464482914656401,-0.19365805387496948,-0.9810407161712646,0.11298537254333496,0.039612360298633575,-0.07143867015838623,-0.008633539080619812,-0.008398830890655518,0.06375861167907715 +597,-0.019606775476131797,0.17848675052600158,-2.0869049539396287,-0.019294055178761482,-0.17754057049751282,-0.9839243292808533,-0.09156960994005203,-0.28733810782432556,0.044116489589214325,0.01918724924325943,-0.016169756650924683,-0.04338890314102173 +598,-0.02640597350198246,0.19172051089553158,-2.089058243677128,-0.025919146835803986,-0.19054816663265228,-0.9813356399536133,0.019199447706341743,-0.15073218941688538,0.044870439916849136,0.028574176132678986,-0.00047662854194641113,-0.01690959930419922 +599,-0.06978533428777063,0.1303489915463986,-2.0917927196000883,-0.06913717091083527,-0.1299801766872406,-0.9891032576560974,-1.451935887336731,-1.0275439023971558,-0.017180394381284714,0.06092793494462967,0.0104123055934906,-0.05575758218765259 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/standing/23E915F4-1705-40F3-BC0F-F3B64635B3F2.csv b/BoostRunClub/CoreML/DataSet/Motion/standing/23E915F4-1705-40F3-BC0F-F3B64635B3F2.csv new file mode 100644 index 0000000..5549972 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/standing/23E915F4-1705-40F3-BC0F-F3B64635B3F2.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,2.541851042500666,-0.1369701295510028,-1.669145491510568,0.5591428279876709,0.13654224574565887,0.8177501559257507,0.042866870760917664,-0.013702699914574623,0.025006093084812164,0.002823054790496826,0.005135595798492432,0.006636321544647217 +1,2.824251153076364,-0.13227350181698733,-0.667761507230215,0.30931606888771057,0.13188812136650085,0.9417690634727478,0.197391539812088,-0.09218400716781616,-0.0326920747756958,-0.03561919927597046,-0.05670808255672455,0.006488323211669922 +2,2.800274487142278,-0.15331265735051608,-0.6744009569034993,0.33080339431762695,0.15271276235580444,0.9312615990638733,0.37603145837783813,-0.3366996645927429,-0.03440745919942856,-0.014000415802001953,-0.05064672231674194,0.018186092376708984 +3,2.6955671766640643,-0.236186432307087,-0.698896336059341,0.4194069504737854,0.23399664461612701,0.8771222829818726,1.2675714492797852,-1.465218186378479,-0.24614058434963226,0.00022497773170471191,-0.0011322945356369019,0.009199798107147217 +4,2.5567308617687527,-0.34004046000845645,-0.7405511456191376,0.5204723477363586,0.33352524042129517,0.7860465049743652,0.6609274744987488,-0.8290443420410156,0.1728169471025467,-0.006236076354980469,-0.05251944065093994,-0.018804192543029785 +5,2.481384777570273,-0.37937248969045334,-0.7621411015600783,0.569675087928772,0.3703376352787018,0.7337032556533813,0.39681997895240784,-0.3771888017654419,-0.033630043268203735,-0.00023227930068969727,-0.04808726906776428,0.027115285396575928 +6,2.443647917120684,-0.3984668126613079,-0.7813429352202457,0.5922977924346924,0.38800573348999023,0.7061410546302795,-0.0055172014981508255,-0.011058179661631584,0.040054067969322205,-0.018719851970672607,0.012079805135726929,0.03682476282119751 +7,2.440407224014522,-0.39903064523267023,-0.7631179490320724,0.5944418907165527,0.3885253369808197,0.7040507197380066,-0.02460191398859024,-0.0019441088661551476,0.0005214978009462357,-0.001347959041595459,0.007547140121459961,-0.013254702091217041 +8,2.4416168898389743,-0.3942860482141884,-0.7453259840054636,0.5947704911231995,0.38414910435676575,0.7061711549758911,-0.0016138507053256035,-0.17493045330047607,-0.01224634237587452,0.016145646572113037,0.021353214979171753,-0.012430310249328613 +9,2.4429159197149564,-0.3913227320884491,-0.7292646313095824,0.5945820808410645,0.38141149282455444,0.7078114748001099,-0.05761601775884628,0.09509667009115219,0.0312790684401989,-0.014992356300354004,-0.006960868835449219,0.024366140365600586 +10,2.4691450204907124,-0.3729151886485441,-0.713977569125213,0.5800901651382446,0.36433181166648865,0.7285314798355103,0.06011529266834259,-0.19039484858512878,0.23636206984519958,0.029071331024169922,-0.040891170501708984,-0.09446758031845093 +11,2.458396558284234,-0.36408402531680856,-0.7087884574939063,0.5898952484130859,0.35609352588653564,0.7247216105461121,0.08805500715970993,-0.17789585888385773,0.09739980101585388,0.022546827793121338,-0.013899832963943481,0.0023140311241149902 +12,2.472655443270304,-0.3580774542768466,-0.7023812414544914,0.580817699432373,0.3504742681980133,0.7347233295440674,-0.12858827412128448,0.4609849452972412,0.22239217162132263,0.013634145259857178,-0.02964302897453308,0.04733532667160034 +13,2.4874333804466477,-0.33477725851200824,-0.700416378871372,0.5747109651565552,0.3285588026046753,0.7495041489601135,-0.13283056020736694,0.11522749066352844,0.0904214009642601,0.021892428398132324,-0.019186854362487793,-0.02051544189453125 +14,2.5111765523869107,-0.3306260776236907,-0.7144741075034247,0.5575541853904724,0.32463526725769043,0.7640321850776672,-0.026526954025030136,0.35533779859542847,0.2885105609893799,-0.03727531433105469,-0.027149945497512817,-0.02851283550262451 +15,2.5689415905229316,-0.3132038002820137,-0.7096119406084918,0.5155013203620911,0.3081081509590149,0.799579918384552,-0.0605592355132103,0.4452611804008484,0.17713645100593567,-0.02442765235900879,-0.07232934236526489,-0.03534340858459473 +16,2.6266460629791686,-0.3002745627874597,-0.7622892075121902,0.47045210003852844,0.29578250646591187,0.831376850605011,-0.2782506048679352,1.4032964706420898,0.981515109539032,-0.12835010886192322,-0.10558173060417175,-0.046434223651885986 +17,2.7803395283673056,-0.2049008771723899,-0.863534141648126,0.3460531234741211,0.2034701108932495,0.9158862233161926,-0.50124192237854,1.5013095140457153,1.192521333694458,-0.1221151053905487,0.06871619820594788,-0.1592942476272583 +18,2.8255878606300042,-0.16108549534866998,-0.9760621115898276,0.30674827098846436,0.1603897362947464,0.9381791353225708,-0.22051450610160828,0.2664416432380676,1.0607109069824219,0.0022878944873809814,-0.04327857494354248,-0.07798045873641968 +19,2.852630581685943,-0.048860290904470034,-1.0486230572262885,0.28461742401123047,0.048840850591659546,0.9573962688446045,-0.9292436242103577,-0.08450686186552048,0.594529926776886,0.07338428497314453,0.029055260121822357,0.024216890335083008 +20,2.796363480814229,0.026112047167890676,-1.079585679119189,0.33829694986343384,-0.026109080761671066,0.9406771063804626,-0.6310815811157227,-0.5921260714530945,0.3714405596256256,0.05685991048812866,0.06405769288539886,0.2756161689758301 +21,2.739944085568796,0.0848382689921254,-1.1146573718189519,0.389530211687088,-0.08473653346300125,0.9171074032783508,-0.8496482372283936,-0.20120956003665924,0.6705213785171509,0.1695670485496521,-0.06469277292490005,0.00662916898727417 +22,2.734242723072234,0.13744546339934482,-1.1247578700273444,0.3924412131309509,-0.13701312243938446,0.9095147848129272,0.023340392857789993,-0.25327739119529724,-0.07249792665243149,0.046660929918289185,-0.005000412464141846,-0.02911323308944702 +23,2.7236605295903584,0.1498825416060848,-1.1313929774624807,0.40132108330726624,-0.14932198822498322,0.9036838412284851,-0.03314375877380371,0.06253183633089066,0.2398388832807541,-0.013381659984588623,-0.053116366267204285,0.029513239860534668 +24,2.7519201609857324,0.1465039412293607,-1.136200885376519,0.37581583857536316,-0.14598041772842407,0.9151238203048706,-0.054311688989400864,0.5827987194061279,-0.16832348704338074,0.049995869398117065,0.00669822096824646,0.16950112581253052 +25,2.8435868911488247,0.14246372274589308,-1.1221346829535537,0.2906399369239807,-0.141982302069664,0.946239709854126,0.24154600501060486,0.9451954960823059,0.007850287482142448,0.009210556745529175,-0.0395515114068985,0.020938634872436523 +26,2.925273328729763,0.10604627528413689,-1.1223334026708256,0.21343044936656952,-0.10584762692451477,0.9712073802947998,0.2583456337451935,0.5673874616622925,-0.03709184750914574,-0.011739775538444519,-0.01877090334892273,-0.0005958080291748047 +27,2.9880471055833757,0.10131886005959083,-1.130070840537376,0.15215860307216644,-0.10114560276269913,0.9831672310829163,-0.016593869775533676,0.9557698965072632,0.031231166794896126,0.001024395227432251,-0.013280078768730164,-0.0036443471908569336 +28,3.032945346505003,0.10105438590583311,-1.128597624203355,0.10788051784038544,-0.10088247805833817,0.9890323281288147,0.10153822600841522,0.25838515162467957,0.00026716198772192,0.005583859980106354,0.0034703537821769714,0.003613114356994629 +29,3.0959090306862582,0.08740781364077355,-1.1189439934264862,0.04549339413642883,-0.08729655295610428,0.9951430559158325,-0.07737952470779419,0.8248417377471924,-0.033865660429000854,-0.0065529607236385345,-0.020003244280815125,0.03178870677947998 +30,-3.093639262809223,0.09004108257061107,-1.0939729766085553,-0.04774084314703941,-0.08991946280002594,0.9948043823242188,0.05729299038648605,1.3183479309082031,-0.45297327637672424,-0.024219617247581482,0.01652466505765915,0.02448296546936035 +31,-3.006233294712435,0.09544916667955244,-1.0661110836177288,-0.13433212041854858,-0.09530430287122726,0.9863426089286804,-0.16065114736557007,0.8610129356384277,-0.41153568029403687,-0.014807268977165222,0.02155858278274536,0.02903813123703003 +32,-2.9268817685861377,0.10632092171232432,-1.0366864535799316,-0.21186189353466034,-0.10612072050571442,0.9715211987495422,0.017479781061410904,0.6826262474060059,-0.26865506172180176,0.05400969088077545,0.0017048120498657227,-0.01864016056060791 +33,-2.857240139155414,0.11003531190582372,-1.0087845477064612,-0.27883943915367126,-0.1098133996129036,0.9540387392044067,0.0435359850525856,0.45580145716667175,-0.20689177513122559,0.035263389348983765,-0.027836143970489502,0.012071609497070312 +34,-2.8331249073286164,0.09821751870533235,-0.9893837874262724,-0.3021358549594879,-0.09805968403816223,0.9482077956199646,0.1522362232208252,-0.0038556098006665707,0.012507928535342216,0.0600246787071228,-0.04421325773000717,-0.02416616678237915 +35,-2.84716126974211,0.08369287898266618,-0.9848786020791171,-0.2891799807548523,-0.08359520882368088,0.9536176323890686,0.02817659266293049,-0.04272764176130295,0.012813925743103027,-0.006031781435012817,-0.03293616324663162,0.018916428089141846 +36,-2.867897149515628,0.09026991911642523,-1.001872874693725,-0.2691907584667206,-0.09014737606048584,0.9588587880134583,-0.12828654050827026,-0.39082252979278564,0.33137714862823486,0.0012006163597106934,-0.020234711468219757,0.018405795097351074 +37,-2.875951502975706,0.10136106596999785,-1.0242629064030555,-0.2611805200576782,-0.10118758678436279,0.9599717855453491,-0.10467278212308884,-0.004773018416017294,0.18419526517391205,0.008678078651428223,0.00025069713592529297,-0.005763411521911621 +38,-2.8729943109755007,0.1041096864754774,-1.038202867204265,-0.26394346356391907,-0.10392171889543533,0.9589236378669739,-0.032050661742687225,0.10971421748399734,0.06004652753472328,0.012951582670211792,-0.0061704665422439575,0.01708972454071045 +39,-2.873998441957854,0.10874856522915467,-1.0438257374590456,-0.2628500759601593,-0.10853434354066849,0.9587127566337585,0.12543269991874695,-0.17552365362644196,0.11559101939201355,0.02716284990310669,-0.0038313791155815125,-0.020846545696258545 +40,-2.8684117690916664,0.12103315700657473,-1.040171663791503,-0.2678219974040985,-0.12073787301778793,0.9558732509613037,-0.41434797644615173,0.36712488532066345,-0.20838704705238342,0.0295712947845459,0.010264240205287933,0.027311503887176514 +41,-2.82573197546609,0.16280433637882064,-1.0226754237915645,-0.30652710795402527,-0.1620860993862152,0.9379603862762451,-0.3095077872276306,0.321909099817276,-0.2579571604728699,0.01429075002670288,-0.006935566663742065,0.012265682220458984 +42,-2.8615241409672785,0.16565882969990536,-1.0339584025725428,-0.2726372182369232,-0.16490218043327332,0.9478796720504761,-0.04086383432149887,-0.5638884902000427,0.28748467564582825,0.020256876945495605,-0.021972179412841797,0.0233420729637146 +43,-2.9071143737823975,0.18720441678727878,-1.0714885185069047,-0.2282763421535492,-0.1861128807067871,0.9556423425674438,-0.6195771098136902,-0.9182669520378113,0.5180489420890808,0.027058660984039307,-0.024839892983436584,0.004288196563720703 +44,-2.9404423835903253,0.22775115054548026,-1.128091444591762,-0.19463717937469482,-0.22578732669353485,0.9545349478721619,-0.5767133235931396,-0.3122275173664093,0.3945077061653137,0.010616108775138855,0.0016509145498275757,0.009652972221374512 +45,-3.0308384924529843,0.25711581728518185,-1.1910077335677955,-0.10689453780651093,-0.25429224967956543,0.9612018465995789,-0.43625032901763916,-0.9919184446334839,0.59575355052948,-0.037560418248176575,0.01794886589050293,0.012278318405151367 +46,-3.127996749674424,0.2709153304046289,-1.2444050479503215,-0.0130996098741889,-0.2676135003566742,0.9634374380111694,-0.13528965413570404,-0.9401976466178894,0.5036420226097107,-0.029548706486821175,-0.01578804850578308,0.017214536666870117 +47,3.1218144743344656,0.3029913141077503,-1.277659254021218,0.01887601427733898,-0.29837659001350403,0.9542614221572876,-0.0218813419342041,-0.2607314884662628,0.13538594543933868,0.0007315259426832199,0.055014193058013916,0.03945183753967285 +48,3.0843702891610234,0.2811661623687276,-1.2945314286858496,0.05494539439678192,-0.2774762213230133,0.9591600894927979,-0.028185896575450897,-0.3043350279331207,0.0392044335603714,0.02238614857196808,0.026469111442565918,0.07680487632751465 +49,3.079149287804676,0.2898021893234757,-1.2928086628518638,0.05980061739683151,-0.2857626676559448,0.9564326405525208,-0.37698766589164734,-0.10356689244508743,-0.06626450270414352,-0.017869476228952408,0.0017814040184020996,-0.026348531246185303 +50,3.068662872918517,0.32923385077641804,-1.2889929281814094,0.06895159184932709,-0.32331812381744385,0.9437750577926636,-0.2930229604244232,-0.11467447131872177,0.011695997789502144,-0.0017518848180770874,-0.005966544151306152,-0.019046545028686523 +51,3.0679453311582523,0.3633924580924564,-1.2853184962705497,0.06877566874027252,-0.3554472029209137,0.9321625828742981,-0.3696643114089966,0.15562081336975098,-0.04991360753774643,0.02123592048883438,0.0020536482334136963,0.01752912998199463 +52,3.1026714393558397,0.39090622250831897,-1.281914265876859,0.03597607463598251,-0.3810264468193054,0.92386394739151,-0.17313317954540253,0.37810757756233215,-0.012877024710178375,-0.007777828723192215,0.0035545527935028076,0.03766864538192749 +53,3.1326927972912864,0.40320404869841536,-1.2805980644658204,0.008186055347323418,-0.3923674523830414,0.9197720289230347,-0.3126406669616699,0.9236562848091125,-0.02267654426395893,0.026100441813468933,-0.002911388874053955,0.04835224151611328 +54,3.135913041075515,0.4084977379006839,-1.2827652912595195,0.005212258081883192,-0.3972311317920685,0.9177038073539734,-0.00923901703208685,0.016169268637895584,-0.01243102177977562,-0.005059674847871065,-0.0030221641063690186,0.02208501100540161 +55,3.135995654489053,0.4058813259418048,-1.28342068293254,0.0051422412507236,-0.3948286473751068,0.9187401533126831,0.03699912503361702,-0.008406464010477066,0.009535113349556923,0.005096405278891325,-0.0081559419631958,0.006583094596862793 +56,3.134705606742131,0.40079557248567177,-1.285555278090349,0.006341205444186926,-0.3901509940624237,0.9207291603088379,0.07179967314004898,-0.02781512588262558,0.05952811986207962,0.021979108452796936,-0.01229962706565857,-0.0008224248886108398 +57,3.1345258411124735,0.4001418540940355,-1.2862376071058756,0.006508520804345608,-0.38954898715019226,0.9209827184677124,0.01056941319257021,0.005201064515858889,-0.0027015842497348785,0.0038064122200012207,-0.005302697420120239,-0.010063648223876953 +58,3.134916225155092,0.40018104132869947,-1.2860417015428438,0.006148883607238531,-0.38958507776260376,0.9209703207015991,-0.04794066771864891,0.00530140521004796,0.004567747935652733,0.00762981316074729,-0.0019860565662384033,0.014622688293457031 +59,3.13609664398942,0.40296118975883805,-1.2850802820506346,0.005055774934589863,-0.3921440541744232,0.9198899269104004,-0.017656337469816208,0.05218430981040001,-0.0058511849492788315,0.01380409300327301,-0.010764241218566895,0.0034041404724121094 +60,-3.12968025609561,0.40638778857191965,-1.283483618202049,-0.010941932909190655,-0.3952938914299011,0.9184897541999817,-0.049431342631578445,0.32067015767097473,-0.011423774063587189,0.000291300006210804,-0.00102272629737854,0.027662158012390137 +61,-3.1037468344594723,0.413512429115629,-1.2809438302885157,-0.03464771434664726,-0.40182816982269287,0.9150593876838684,-0.024718742817640305,0.296970009803772,-0.049027226865291595,-0.018834348767995834,0.002231031656265259,0.006586730480194092 +62,-3.100753635547488,0.4140778159648719,-1.2808296489626092,-0.03737723454833031,-0.4023458659648895,0.9147245287895203,0.040123265236616135,-0.26274293661117554,0.011597467586398125,-0.002265099436044693,-0.006162524223327637,-0.03207981586456299 +63,-3.119887398218205,0.41237405027681484,-1.2813179710465954,-0.01988418586552143,-0.40078550577163696,0.9159561991691589,0.0023593446239829063,-0.07209780812263489,-0.004999810829758644,0.0035267602652311325,-0.0011005401611328125,0.02606046199798584 +64,-3.131339120136478,0.41106466817334997,-1.28230040474759,-0.009399204514920712,-0.3995855450630188,0.9166474342346191,0.0232488252222538,-0.17034125328063965,-0.008813837543129921,-0.00215169508010149,-0.0037346482276916504,-0.0017917752265930176 +65,-3.1407208045628936,0.40878937003116134,-1.2814781973728802,-0.0008000112138688564,-0.39749875664711,0.9176027178764343,0.03734937310218811,-0.1933075338602066,0.023751184344291687,0.010229945182800293,-0.006508320569992065,-0.01211535930633545 +66,3.1354042723962183,0.4049519546361711,-1.2812434628325913,0.0056878370232880116,-0.3939746022224426,0.919103741645813,0.03374656289815903,-0.009164022281765938,0.002959507517516613,0.0010718107223510742,-0.004081428050994873,-0.005178570747375488 +67,3.1345476581388776,0.4016309140660024,-1.280777047257032,0.006484334357082844,-0.3909199833869934,0.9204018712043762,0.021737022325396538,-0.002408263273537159,-0.004829367622733116,0.003037154208868742,-0.003199249505996704,0.01018589735031128 +68,3.133853708277361,0.39990419908853503,-1.2804489188585153,0.007128259167075157,-0.38933008909225464,0.9210708737373352,0.024475784972310066,0.0022841794416308403,0.0008827755227684975,0.004071684554219246,-0.0029276907444000244,0.005504012107849121 +69,3.133246760482258,0.3987924060827987,-1.2796519814784415,0.007690907921642065,-0.38830578327178955,0.9214986562728882,0.0013214368373155594,-0.005778795573860407,0.0009955763816833496,0.008986949920654297,-0.0003966093063354492,0.007517576217651367 +70,3.132031936316301,0.3971528260626091,-1.2794560072081784,0.008816437795758247,-0.3867943584918976,0.9221242070198059,-0.0007067462429404259,-0.027114158496260643,0.004637223668396473,-0.00017995946109294891,-0.0015114247798919678,0.011408805847167969 +71,3.120709969507663,0.3945257213612665,-1.2799555561246376,0.019277049228549004,-0.3843703866004944,0.9229774475097656,0.06487023085355759,-0.13085411489009857,0.0008306140080094337,0.005152266472578049,-0.004209846258163452,-0.0044443607330322266 +72,3.1080192864373046,0.3907412643988361,-1.2797624842497577,0.03103700838983059,-0.3808739185333252,0.9241058826446533,0.06588352471590042,-0.1334240585565567,-0.005693787708878517,0.0011742990463972092,-0.001007765531539917,-0.005099594593048096 +73,3.0976328022610335,0.3870610552213968,-1.2792826228174878,0.040694709867239,-0.3774685263633728,0.9251280426979065,0.05726047232747078,-0.1719733029603958,0.011154966428875923,0.004532340914011002,-0.005023598670959473,-0.006625056266784668 +74,3.091325202732251,0.3839583688976034,-1.278301358252387,0.046587809920310974,-0.3745935559272766,0.9260179996490479,0.018636023625731468,-0.04132615029811859,-0.02309012971818447,-0.0016201585531234741,-0.0018560290336608887,0.008582830429077148 +75,3.0881675418702192,0.38154107701299994,-1.2777418856951046,0.0495598204433918,-0.37235116958618164,0.9267675876617432,0.021163366734981537,-0.08023430407047272,-0.005579918622970581,0.004090078175067902,-0.0002836883068084717,0.006383538246154785 +76,3.07971140655467,0.37773699952850104,-1.277789431556183,0.0574820376932621,-0.3688179552555084,0.9277228713035583,0.041174594312906265,-0.07916897535324097,-0.01115836575627327,-0.004900224506855011,-0.003435581922531128,0.006237387657165527 +77,3.0701127225711553,0.3734322479353529,-1.2778245599753657,0.06649691611528397,-0.36481326818466187,0.9287030100822449,0.07277348637580872,-0.15319348871707916,0.008836265653371811,0.002259187400341034,-0.0008940994739532471,-0.0008161067962646484 +78,3.0565925767375544,0.36846921549211364,-1.279278183228856,0.07919943332672119,-0.360187828540802,0.929512083530426,0.0558616928756237,-0.180183544754982,0.006728147156536579,0.002923406660556793,-0.0016134083271026611,0.0059740543365478516 +79,3.0450684656583196,0.3626689056198707,-1.2808026954811933,0.09010552614927292,-0.35477080941200256,0.9306011199951172,0.05430776998400688,-0.10453305393457413,-0.005469206720590591,-0.0012841150164604187,-0.0015982091426849365,0.007524371147155762 +80,3.0281039303419064,0.35347084500057846,-1.2816498560519407,0.1062440574169159,-0.34615615010261536,0.9321414232254028,0.11647650599479675,-0.2161964774131775,-0.03534146398305893,-0.011700630187988281,-0.0032852888107299805,-0.003446042537689209 +81,2.989967429959691,0.3338523331902174,-1.2857117151773487,0.1427052617073059,-0.32768508791923523,0.9339473843574524,0.1993618607521057,-0.3646819591522217,-0.007051389664411545,-0.006093353033065796,-0.0018436908721923828,0.015256106853485107 +82,2.9590896833028513,0.3146473265645084,-1.288739058376071,0.17258137464523315,-0.309481143951416,0.9351137280464172,0.19570322334766388,-0.31919386982917786,0.03132856637239456,0.011409148573875427,0.00039905309677124023,0.00945138931274414 +83,2.9331763501178023,0.2999436739594058,-1.2932987300637682,0.1976727992296219,-0.2954663932323456,0.9346789717674255,0.1250300407409668,-0.12961162626743317,-0.005135282874107361,0.006962805986404419,0.0018110275268554688,-0.00010883808135986328 +84,2.931647390343611,0.29499057930544564,-1.2918157228508866,0.19940423965454102,-0.2907308340072632,0.935795783996582,-0.01249673031270504,-0.07099146395921707,-0.004300383850932121,0.0038886070251464844,0.004170745611190796,0.04329979419708252 +85,2.9240253895087736,0.2940086832378115,-1.2918035034428865,0.20659255981445312,-0.2897912263870239,0.9345270991325378,0.002923801075667143,-0.007012346759438515,-0.0074205417186021805,0.0056724995374679565,0.00010308623313903809,0.005826473236083984 +86,2.9242734666510577,0.2931865333234964,-1.2909810090638867,0.2064119279384613,-0.28900423645973206,0.934810221195221,0.0015962067991495132,-0.054690491408109665,0.00642770528793335,0.0007108151912689209,0.0018186867237091064,0.004154384136199951 +87,2.9229326210830386,0.2923893738081472,-1.290713116023348,0.20771515369415283,-0.2882409989833832,0.9347575306892395,0.005763326771557331,0.02121516689658165,-0.006941856816411018,-0.000851750373840332,-0.0004705190658569336,0.0028798580169677734 +88,2.9196228545600293,0.2918920371138938,-1.2903056810809492,0.2108394056558609,-0.2877647578716278,0.9342048168182373,0.006091845687478781,0.03653530776500702,-0.0028996746987104416,0.005103021860122681,0.00031960010528564453,0.004058361053466797 +89,2.9173894161388314,0.29136730069186023,-1.2906886363772814,0.21295884251594543,-0.2872621715068817,0.9338783621788025,0.00490436190739274,-0.013702676631510258,0.002629506401717663,-0.0006023049354553223,-0.0007169246673583984,0.003987729549407959 +90,2.918750480331901,0.2904015255040632,-1.2902824716592178,0.21174874901771545,-0.2863369584083557,0.9344373345375061,0.0038870456628501415,-0.06808065623044968,0.005956592969596386,0.00793197751045227,0.00023475289344787598,0.011637866497039795 +91,2.9168505190171428,0.2898655022260023,-1.289718752643576,0.21355806291103363,-0.28582334518432617,0.9341833591461182,0.005090389400720596,-8.428096771240234e-05,-0.0032657068222761154,0.005100414156913757,0.00020927190780639648,0.0001277923583984375 +92,2.9204091727269454,0.28847598226983323,-1.2884006321226347,0.21031911671161652,-0.28449150919914246,0.9353235960006714,-0.009489276446402073,-0.10514719039201736,-0.010639011859893799,0.004112660884857178,0.0009069144725799561,0.020486831665039062 +93,2.9209592012891075,0.2883505695028542,-1.2891045724510228,0.20981253683567047,-0.2843712866306305,0.9354743361473083,-0.010840235278010368,-0.04340513050556183,0.0027000792324543,-0.00503954291343689,-0.00012889504432678223,0.018261313438415527 +94,2.923802114881955,0.2877206322934,-1.2885547430043038,0.20719082653522491,-0.2837672829627991,0.9362415075302124,0.00537378154695034,0.04009556397795677,0.005136757157742977,0.004830077290534973,-0.0009007155895233154,0.007224678993225098 +95,2.920608815754535,0.28776961013750174,-1.288406147648931,0.21017643809318542,-0.2838142514228821,0.9355616569519043,0.0048461249098181725,0.05474778264760971,0.005695373751223087,0.010404646396636963,0.0007484257221221924,-0.002120375633239746 +96,2.918490309399984,0.2877948465633278,-1.2889427828215863,0.2121562957763672,-0.2838384509086609,0.9351069927215576,0.0007700817659497261,0.019467905163764954,0.001991868019104004,0.005968034267425537,-0.00034117698669433594,-0.0027036070823669434 +97,2.921182421860097,0.2874209884672008,-1.2891556082006024,0.20966137945652008,-0.2834799587726593,0.9357785582542419,-0.010250493884086609,-0.07754236459732056,0.019069960340857506,0.006647258996963501,0.0008413791656494141,0.017041444778442383 +98,2.9227645130963444,0.2868292002918346,-1.2889144516750486,0.20821702480316162,-0.28291240334510803,0.9362727403640747,-0.001110653392970562,-0.011466952040791512,-0.00046322308480739594,-0.00016339123249053955,-0.00047391653060913086,0.009787559509277344 +99,2.921161191285848,0.2868359793728272,-1.289186152285444,0.20971745252609253,-0.28291890025138855,0.9359356760978699,0.004284315276890993,0.06193821504712105,-0.0016288124024868011,0.007369369268417358,0.0004329085350036621,-0.0010906457901000977 +100,2.9230737391895034,0.28647838004793896,-1.2889759967518746,0.20794901251792908,-0.2825758755207062,0.9364339709281921,-0.00034413207322359085,0.009361501783132553,0.0022969916462898254,0.0008217990398406982,-0.001970052719116211,0.0035533905029296875 +101,2.922404741656992,0.28645698091217575,-1.289423218926345,0.2085767537355423,-0.28255537152290344,0.9363005757331848,0.005754403304308653,0.04199902340769768,0.0006931191310286522,-0.0019422024488449097,-0.0021432042121887207,0.0011081695556640625 +102,2.9224549271437446,0.2862507262833229,-1.289298993953969,0.2085423469543457,-0.28235751390457153,0.9363675117492676,0.0009430907666683197,0.02540428191423416,0.000935886986553669,0.0012812316417694092,-0.0005709230899810791,0.005572676658630371 +103,2.9221425219037007,0.28624278132462927,-1.2895132753674374,0.20883533358573914,-0.2823498845100403,0.9363044500350952,0.0013309121131896973,-0.04696804657578468,-0.003999901935458183,-0.0013921409845352173,-0.0012041330337524414,0.006734311580657959 +104,2.9212150999483915,0.28604570694133485,-1.2899706553646098,0.20971578359603882,-0.28216081857681274,0.9361647963523865,-0.001827523112297058,-0.04258802533149719,0.003151332028210163,0.0007181465625762939,-0.002171427011489868,0.01126861572265625 +105,2.9213160822077384,0.2860355741072969,-1.290348190776361,0.20962190628051758,-0.28215110301971436,0.9361888766288757,0.004856947809457779,-0.0015304782427847385,0.00513687077909708,0.005877986550331116,-0.0009147226810455322,0.005186915397644043 +106,2.91838722246045,0.2862326348307964,-1.2906567326759786,0.21235059201717377,-0.2823401391506195,0.9355164170265198,-0.003142484463751316,-0.016631407663226128,0.005820125341415405,0.0021268874406814575,-0.00161057710647583,0.005706608295440674 +107,2.915934617747299,0.28631478615597866,-1.290756045718083,0.21463926136493683,-0.28241896629333496,0.9349703788757324,-0.0032142847776412964,-0.032488349825143814,0.00020230095833539963,0.0010284483432769775,-0.00020432472229003906,0.004238605499267578 +108,2.9168968615083055,0.2861406363691232,-1.2907855780365156,0.2137504667043686,-0.28225189447402954,0.9352244734764099,-0.0010050972923636436,-0.028714310377836227,-0.0016610752791166306,-0.0021415650844573975,-0.0024313628673553467,0.008012890815734863 +109,2.9170755778121555,0.2858001369495188,-1.2905787434148783,0.21360467374324799,-0.281925231218338,0.9353561997413635,0.007208667695522308,0.019565586000680923,0.008390683680772781,0.0038177818059921265,-0.0011100172996520996,0.0012435317039489746 +110,2.9168075070735533,0.28582907324068885,-1.2906802741229093,0.2138536423444748,-0.28195297718048096,0.9352911114692688,0.005059767048805952,0.019568586722016335,-0.014815114438533783,-0.002382040023803711,-0.0033254027366638184,0.0030940771102905273 +111,2.9157050892018472,0.2857299096567571,-1.2901174549467729,0.21489079296588898,-0.28185784816741943,0.9350818395614624,0.0005675656720995903,0.022865667939186096,-0.011309061199426651,-0.002152740955352783,-0.001177459955215454,0.0016552209854125977 +112,2.9134188043510325,0.28579705375693215,-1.2903170011810359,0.21702376008033752,-0.28192225098609924,0.9345694184303284,0.004275709390640259,-0.015721119940280914,0.0025517018511891365,0.0041370689868927,-0.0008230209350585938,0.0010229945182800293 +113,2.9140102954835796,0.2856359118809676,-1.290514205989343,0.21648123860359192,-0.28176766633987427,0.9347420930862427,-0.0005928818136453629,-0.024190912023186684,0.0067820195108652115,0.0024823397397994995,-0.002320408821105957,0.003398716449737549 +114,2.913300135402764,0.2856446661466361,-1.2908009136827039,0.21714448928833008,-0.2817760407924652,0.9345859289169312,0.004460275638848543,0.012283126823604107,0.005427384749054909,0.0027499794960021973,-0.0012592971324920654,-0.0005800724029541016 +115,2.9101032876605957,0.285780957395549,-1.290754468458118,0.22012226283550262,-0.2819068133831024,0.9338494539260864,0.007214101031422615,0.02153191715478897,0.005246859975159168,0.0035563260316848755,-0.001540452241897583,-0.0013238191604614258 +116,2.9081618802323796,0.2857450676612392,-1.290659049508305,0.2219371646642685,-0.28187239170074463,0.9334301948547363,-0.0002377741038799286,-0.014073707163333893,-0.007035752758383751,-0.0022411197423934937,-0.002124190330505371,0.0014300346374511719 +117,2.90723127395621,0.285556401325971,-1.290277472915483,0.222818061709404,-0.28169137239456177,0.9332749247550964,0.0054016937501728535,-0.00267003383487463,-0.000809740275144577,0.008856147527694702,0.0003803372383117676,0.003660440444946289 +118,2.9069618577077008,0.2853801349615357,-1.2901639288629685,0.22308100759983063,-0.2815222442150116,0.9332630634307861,0.001603427343070507,-0.011270851828157902,-0.0025755297392606735,0.002916887402534485,-0.0006280243396759033,-0.0003560185432434082 +119,2.904349719722997,0.2853058493811418,-1.2894143754136207,0.2255229651927948,-0.28145095705986023,0.9326974153518677,-0.007793438620865345,-0.022702926769852638,-0.011117847636342049,0.0016346126794815063,-0.0014469623565673828,0.004665076732635498 +120,2.903164366845266,0.285911874071146,-1.2876454777284798,0.22658808529376984,-0.28203243017196655,0.9322636723518372,-0.027187567204236984,-0.0196696687489748,-0.026156336069107056,-0.00754818320274353,-0.0022082626819610596,0.0004298090934753418 +121,2.896735843503246,0.28636874883369173,-1.2858762853363623,0.23254519701004028,-0.2824707329273224,0.9306627511978149,0.014526333659887314,-0.1690276861190796,0.0217728391289711,-0.013032257556915283,0.002532958984375,0.01893746852874756 +122,2.892284626225947,0.25074581231144,-1.2989546399229424,0.23901745676994324,-0.24812652170658112,0.9387776851654053,0.5101332068443298,0.010799208655953407,0.027248412370681763,-0.0016975551843643188,-0.0413936972618103,0.0781288743019104 +123,2.9100270971891717,0.18273468064097254,-1.3102455934474537,0.225680410861969,-0.18171939253807068,0.95710289478302,0.6707308292388916,0.19937565922737122,-0.1872178465127945,0.05189216136932373,0.004336029291152954,0.03329908847808838 +124,2.9113810733875347,0.09472925038161176,-1.3070744456555996,0.2271604984998703,-0.09458763897418976,0.9692530632019043,0.8296520709991455,0.046451300382614136,-0.32733044028282166,-0.012072592973709106,0.020445168018341064,0.024872422218322754 +125,2.909755649553817,0.023896583667523782,-1.298415383368173,0.22970019280910492,-0.023894309997558594,0.9729681611061096,0.7430391907691956,-0.22768206894397736,-0.20896784961223602,-0.016779035329818726,-0.016800880432128906,-0.020270347595214844 +126,2.895260345503591,-0.045529894029087976,-1.2954877139390997,0.24359600245952606,0.04551416635513306,0.9688085317611694,0.5208679437637329,-0.08766220510005951,-0.1767600029706955,-0.012898415327072144,-0.023922987282276154,0.000735163688659668 +127,2.885382398500012,-0.1087240062563197,-1.2929124062702608,0.25192007422447205,0.10850992798805237,0.9616456627845764,0.6583284735679626,-0.19175346195697784,-0.1567726731300354,-0.015424072742462158,-0.03018655627965927,0.01047670841217041 +128,2.887410420058942,-0.14841670619299885,-1.2923699625471634,0.248689666390419,0.1478724330663681,0.9572290778160095,0.06162486970424652,0.19083274900913239,-0.0555507093667984,0.004102736711502075,-0.010283902287483215,-0.018080949783325195 +129,2.897847248691805,-0.14924255876939943,-1.289555006909012,0.23865626752376556,0.1486891508102417,0.9596534371376038,0.07903679460287094,-0.02396397665143013,-0.0014311335980892181,0.007162809371948242,-0.004447832703590393,0.0024895071983337402 +130,2.90336928018332,-0.1418818215881128,-1.2854148814364217,0.23360541462898254,0.14140628278255463,0.9619943499565125,0.1343788057565689,-0.13932214677333832,-0.019505053758621216,-0.0038079917430877686,-0.0003845095634460449,-0.005680084228515625 +131,2.9054289296758036,-0.14537758100493564,-1.2835220712346946,0.23150646686553955,0.14486603438854218,0.9619869589805603,0.010848273523151875,0.08515659719705582,-0.023995792493224144,-0.0007935166358947754,-0.009474769234657288,0.009509801864624023 +132,2.904149955256669,-0.15512620539010585,-1.2837902761813584,0.23239333927631378,0.15450479090213776,0.9602715373039246,-0.12417921423912048,0.17921262979507446,-0.01839139498770237,0.0018595606088638306,0.00726887583732605,0.01886957883834839 +133,2.9050135729647053,-0.15609691495545194,-1.282383669070048,0.23152877390384674,0.15546377003192902,0.9603260159492493,0.026641983538866043,-0.008713365532457829,-0.011034946888685226,0.0033650845289230347,-0.0010753124952316284,0.01114034652709961 +134,2.9052121865346834,-0.15510933353909184,-1.2820872548674134,0.2313738763332367,0.15448811650276184,0.9605207443237305,0.032909441739320755,-0.06654752790927887,-0.006194042041897774,0.002863854169845581,-0.001320376992225647,-0.002711057662963867 +135,2.9009755033572766,-0.15336646280642077,-1.2822686949677882,0.2355049103498459,0.15276594460010529,0.9597914814949036,-0.07886263728141785,0.0041657439433038235,-0.003991875797510147,-0.0031746476888656616,0.0029804855585098267,-0.0003495216369628906 +136,2.8997215942282466,-0.14761130255966048,-1.277923388892345,0.23691490292549133,0.1470758318901062,0.9603332281112671,0.005119706969708204,-0.09050136804580688,-0.013654239475727081,0.0013968497514724731,-0.003872111439704895,0.009316980838775635 +137,2.9017420657686994,-0.14524378491519255,-1.2737885974671055,0.23505625128746033,0.14473365247249603,0.9611458778381348,0.06715000420808792,-0.04546680673956871,-0.014773491770029068,-0.002680063247680664,-0.008030116558074951,0.0019129514694213867 +138,2.9054413468026805,-0.147074171590707,-1.2692847142082058,0.23143668472766876,0.14654451608657837,0.9617494940757751,-0.024305883795022964,0.07145390659570694,-0.026445064693689346,-0.0005101263523101807,-0.011199027299880981,0.00486445426940918 +139,2.905920962666701,-0.14729270753262336,-1.26678794356178,0.2309679239988327,0.1467607021331787,0.9618292450904846,0.07111676782369614,-0.027346212416887283,-0.015108786523342133,0.0013472139835357666,-0.0020768195390701294,0.002968907356262207 +140,2.899520512390957,-0.16112522286764722,-1.2675395787236379,0.23660993576049805,0.1604289561510086,0.958268404006958,0.24033509194850922,-0.15110565721988678,-0.020660143345594406,0.008308887481689453,0.002153441309928894,-0.011735200881958008 +141,2.8976714153249703,-0.1829762152758911,-1.2690519250803023,0.23747806251049042,0.18195690214633942,0.9541993737220764,0.20415402948856354,-0.06307634711265564,-0.08272028714418411,0.007150903344154358,0.003986746072769165,-0.005193948745727539 +142,2.902504118813098,-0.19009299572099106,-1.266662626733207,0.23255138099193573,0.18895021080970764,0.954053521156311,0.08207416534423828,0.07686008512973785,-0.05486699938774109,0.007911920547485352,-0.005859971046447754,0.006197571754455566 +143,2.9048439870608376,-0.19654672331365197,-1.2645488037914234,0.2300274819135666,0.1952837109565735,0.9533893465995789,0.007469020783901215,0.040392253547906876,-0.060471322387456894,0.001005798578262329,0.011686474084854126,0.007654726505279541 +144,2.903247789198269,-0.20339283140662714,-1.2641186051231226,0.23122788965702057,0.20199337601661682,0.9516993761062622,0.08195257186889648,-0.08126232028007507,-0.02392476052045822,-0.00948721170425415,0.010546252131462097,0.006384372711181641 +145,2.8945628318662004,-0.21103881333882735,-1.2668004864718019,0.23909991979599,0.2094757854938507,0.9481301307678223,0.0284026600420475,-0.09983015805482864,0.054853446781635284,0.005254283547401428,-0.0067170411348342896,-0.002756774425506592 +146,2.9029804468005147,-0.19751065993361347,-1.2627352792874205,0.2317592054605484,0.1962289959192276,0.9527758955955505,-0.2586776316165924,0.15443378686904907,-0.05099407583475113,-0.009316593408584595,0.0172719806432724,0.020368576049804688 +147,2.9023124592077894,-0.1966390730499696,-1.260793579158676,0.23243609070777893,0.1953742802143097,0.9527868628501892,-0.034928128123283386,0.031842030584812164,-0.01028427854180336,-0.0002582967281341553,0.0014488846063613892,0.008288145065307617 +148,2.903263364853097,-0.19580392062054056,-1.260684773715117,0.2315683513879776,0.1945551633834839,0.9531654119491577,-0.05385226756334305,0.06663128733634949,-0.01897345297038555,-0.0010233521461486816,0.01217089593410492,0.01004558801651001 +149,2.9087517973549963,-0.18796419299003836,-1.2579385210502614,0.22667856514453888,0.1868593394756317,0.9558770656585693,-0.0776890367269516,0.01776968128979206,-0.014206089079380035,-0.001596108078956604,0.007400348782539368,0.008539676666259766 +150,2.9164020075700456,-0.1754622435608424,-1.2534916852996338,0.21986371278762817,0.17456330358982086,0.959784984588623,-0.13986118137836456,0.10019244998693466,-0.008779937401413918,0.005874767899513245,0.0032625943422317505,0.002998650074005127 +151,2.924503596709526,-0.16409333894089292,-1.2484165475090214,0.21249455213546753,0.1633579134941101,0.9634105563163757,-0.1906510293483734,0.14596077799797058,-0.031002303585410118,-0.000855177640914917,0.006472393870353699,0.011015534400939941 +152,2.938800852696289,-0.14576219065575796,-1.2427669572683053,0.1992688924074173,0.14524658024311066,0.9691208600997925,-0.19782178103923798,0.1645849049091339,-0.020021628588438034,0.008174344897270203,0.005327135324478149,0.0012007355690002441 +153,2.947288032961709,-0.1312703818567775,-1.2377468147448878,0.19142304360866547,0.13089370727539062,0.9727403521537781,-0.1423245370388031,0.0572696328163147,-0.002791091799736023,0.00736844539642334,-0.006855025887489319,0.010749518871307373 +154,2.95273799201999,-0.1220207907592402,-1.2344707241280355,0.1863381415605545,0.12171822041273117,0.9749165177345276,-0.10235130786895752,0.036223869770765305,-0.0036928411573171616,-0.006589636206626892,-0.0030964240431785583,0.007337212562561035 +155,2.9614478285387507,-0.11001344861991515,-1.2315596005829916,0.17808890342712402,0.10979166626930237,0.9778702855110168,-0.1556502729654312,0.08349354565143585,0.006085640750825405,-0.0041081905364990234,-0.004887491464614868,-0.0029709339141845703 +156,2.9649415812892586,-0.10408598913618294,-1.2295364268971023,0.17478270828723907,0.10389814525842667,0.9791101217269897,-0.10998137295246124,0.07556959986686707,-0.0057672131806612015,-0.005150705575942993,0.004683442413806915,0.008744120597839355 +157,2.973234156943558,-0.09233204780060904,-1.2261012326574416,0.1668505221605301,0.09220091253519058,0.9816617369651794,-0.21740718185901642,0.1551274061203003,-0.023506268858909607,0.00944952666759491,-0.004554420709609985,0.010342597961425781 +158,2.990906041898339,-0.05667743917099225,-1.2158838768590092,0.14987598359584808,0.05664709955453873,0.9870809316635132,-0.5030116438865662,0.20038431882858276,-0.042111337184906006,-0.010059654712677002,0.0041286759078502655,-0.006428837776184082 +159,2.9959409032675945,-0.039507464334636276,-1.211743713171183,0.14502406120300293,0.03949718922376633,0.9886394739151001,-0.09380240738391876,0.07664094865322113,-0.00040760263800621033,-0.00629115104675293,-0.006309326738119125,0.0386890172958374 +160,3.0034375630602574,-0.03259274712730952,-1.2110920047271023,0.13764284551143646,0.03258697688579559,0.9899454116821289,-0.03561028093099594,0.045092690736055374,-0.000486813485622406,-0.00246526300907135,-0.0031833015382289886,-0.013886809349060059 +161,3.0137693355719968,-0.013802017559412906,-1.2067896777008102,0.12746338546276093,0.013801579363644123,0.9917473196983337,-0.38610807061195374,0.08598342537879944,-0.03626778721809387,-0.0020513981580734253,-0.004661558195948601,0.005262017250061035 +162,3.0259356791907472,0.03129964034122456,-1.1962803176548724,0.11534279584884644,-0.031294528394937515,0.9928328394889832,-0.2555082440376282,0.13711580634117126,-0.01760462485253811,-0.010377556085586548,-0.006638828665018082,0.004695415496826172 +163,3.0321663266141456,0.031927548687719236,-1.194262796496961,0.1091524064540863,-0.031922124326229095,0.9935122132301331,-0.02282724156975746,0.07373391091823578,-0.010189468041062355,0.0005735233426094055,-0.013655871152877808,0.016878902912139893 +164,3.0443762452441483,0.029713744462855452,-1.1928147310710178,0.09702049940824509,-0.02970937266945839,0.9948388338088989,0.06210419535636902,0.11061729490756989,-0.0037462934851646423,0.008310921490192413,-0.01698251999914646,-0.006328761577606201 +165,3.055644396431539,0.02014370884483391,-1.1913811330124298,0.08582507073879242,-0.020142346620559692,0.9961066842079163,0.14807672798633575,0.12100046128034592,-0.04605989158153534,0.004094973206520081,-0.004683703184127808,0.009905338287353516 +166,3.1295540854510984,-0.014536696165036445,-1.179519804374128,0.012037007138133049,0.014536184258759022,0.9998220205307007,0.8561921715736389,1.0744863748550415,-0.10772846639156342,0.0031149722635746002,-0.03682927414774895,-0.03557324409484863 +167,3.1231749407375387,-0.035066973284984364,-1.1829185972909062,0.01840534806251526,0.03505978733301163,0.9992156624794006,-0.06173615902662277,0.10412431508302689,-0.048747822642326355,0.005886642262339592,0.0018207021057605743,0.03438413143157959 +168,3.1139729305825736,-0.0578377108654863,-1.1803186023935581,0.02757003717124462,0.05780547112226486,0.9979472756385803,0.23248596489429474,-0.16835464537143707,-0.019157586619257927,-0.016644742339849472,-0.006993696093559265,0.023964524269104004 +169,3.0989868310306314,-0.04363723564236044,-1.1749303395454427,0.042552389204502106,0.043623387813568115,0.9981414079666138,-0.38391849398612976,-0.33443278074264526,-0.02174915000796318,0.015934552997350693,0.0009017623960971832,0.01072394847869873 +170,3.089335686502623,-0.012533260144523549,-1.1607136344826774,0.05222909525036812,0.012532931752502918,0.9985567331314087,-0.14685280621051788,0.10143598169088364,-0.16917166113853455,0.03654654696583748,0.014581935480237007,0.02303469181060791 +171,3.098494071345811,-0.003756574121030005,-1.1196222737806998,0.043084945529699326,0.00375656527467072,0.999064564704895,0.05600960925221443,0.5835689902305603,-0.3984687328338623,0.06102578341960907,-0.029055634513497353,0.12428772449493408 +172,3.135504913748723,-0.039413222065755246,-1.0658766402547528,0.006082972977310419,0.03940301761031151,0.9992046356201172,0.6694198250770569,-0.0482146218419075,-0.5365257263183594,0.20490030944347382,-0.1088305190205574,-0.1309034824371338 +173,-3.121166233960361,-0.059484858304158894,-0.9745719192391286,-0.020388875156641006,0.05944978445768356,0.9980230927467346,-0.10578952729701996,0.48228904604911804,-0.9521782994270325,0.2360108196735382,-0.12779390811920166,-0.042792320251464844 +174,-3.080898577735429,-0.03848918471915763,-0.8487335905250092,-0.060611896216869354,0.03847968205809593,0.9974194765090942,0.10403898358345032,0.3491230309009552,-1.1608495712280273,0.025058921426534653,-0.10441291332244873,-0.06622135639190674 +175,-3.007134790723218,-0.031125171268156216,-0.7535274939094099,-0.1339881718158722,0.031120145693421364,0.9904943108558655,-0.2167753130197525,0.8001036047935486,-0.8523302674293518,-0.114455446600914,-0.014808498322963715,-0.0446782112121582 +176,-2.9243090426055067,-0.01647208702999212,-0.6731563610274809,-0.2155485898256302,0.016471341252326965,0.9763538837432861,0.3335234522819519,0.9375396966934204,-0.7695180177688599,-0.04392705857753754,0.019081631675362587,-0.10230022668838501 +177,-2.88393616503473,-0.012773596654606294,-0.5822936867771055,-0.2547943890094757,0.012773249298334122,0.9669111967086792,0.1932864636182785,-0.30359259247779846,-0.7896755933761597,-0.06388548016548157,-0.04185649752616882,-0.1497417688369751 +178,-2.9054915030297197,0.031909965973461164,-0.5365092412434025,-0.2337946891784668,-0.03190455213189125,0.9717625379562378,-0.0717025026679039,-0.4534033536911011,-0.23030562698841095,-0.041412875056266785,-0.07270970940589905,-0.015066862106323242 +179,-2.9661735153505,0.02954158886954502,-0.5243301967128546,-0.17444472014904022,-0.029537292197346687,0.9842239022254944,0.16415034234523773,-0.7078191041946411,0.08959171175956726,0.0015626251697540283,-0.05144110321998596,-0.01490926742553711 +180,-3.0149725036800934,0.06292282934382404,-0.5312270851500568,-0.12603217363357544,-0.06288131326436996,0.9900313019752502,0.11950676888227463,-0.23909731209278107,0.3191111385822296,-0.01682060956954956,0.014709316194057465,0.02780628204345703 +181,-3.057380748480003,0.06686038366727302,-0.5501617293089708,-0.08392445743083954,-0.06681057810783386,0.9942296743392944,-0.29400259256362915,-0.37862464785575867,-0.019151009619235992,-0.004561245441436768,0.11354826390743256,0.03314441442489624 +182,-3.0671304165879523,0.09645784429164009,-0.5415470101557228,-0.07404763996601105,-0.09630833566188812,0.9925934672355652,-0.16049110889434814,-0.0814669132232666,-0.0897948145866394,-0.16533225774765015,-0.16588345170021057,0.01279294490814209 +183,-3.074942718790357,0.11194952711504136,-0.5350486430729023,-0.06618370115756989,-0.11171583831310272,0.9915339350700378,-0.10212892293930054,-0.291675865650177,-0.09735594689846039,0.009298935532569885,0.05283217132091522,0.07609307765960693 +184,-3.068066857026198,0.07630384331974807,-0.5059397601881866,-0.0732458159327507,-0.07622981816530228,0.9943962693214417,0.6696156859397888,0.34872061014175415,-0.32179370522499084,-0.0361597016453743,-0.010180696845054626,0.07887637615203857 +185,-3.015911238479252,0.023647095062294912,-0.5063854892052265,-0.12531577050685883,-0.023644890636205673,0.9918351769447327,0.46638593077659607,0.5426973104476929,0.29609352350234985,0.012019261717796326,0.0010466258972883224,-0.06416177749633789 +186,-2.973658497711607,-0.0032981087992619965,-0.5088010360561867,-0.1671449840068817,0.003298102878034115,0.985926628112793,-0.12054844200611115,0.24836401641368866,-0.0728285014629364,-0.0500180721282959,0.015134512446820736,0.0887344479560852 +187,-2.96499844366321,0.016590909583733063,-0.484917321580725,-0.17565366625785828,-0.016590148210525513,0.9843125939369202,-0.02865772135555744,0.013068301603198051,-0.09510542452335358,0.011194378137588501,-0.020275089889764786,-0.1541426181793213 +188,-2.9858324702239933,0.03537252024384515,-0.5037908654435679,-0.15503406524658203,-0.03536514565348625,0.9872757792472839,-0.4355821907520294,-0.39453133940696716,0.39504557847976685,0.05757620930671692,-0.08224959671497345,-0.10749995708465576 +189,-2.997590476726787,0.06228835656279037,-0.5191515924628018,-0.1432267725467682,-0.06224808469414711,0.9877307415008545,-0.6658316254615784,0.5001270771026611,0.20359547436237335,0.027397260069847107,-0.004051372408866882,0.03306734561920166 +190,-2.884446503456354,0.13557749564962934,-0.5090434655345085,-0.25198784470558167,-0.13516253232955933,0.9582451581954956,-0.07253957539796829,0.6674657464027405,-0.5321588516235352,0.12495839595794678,0.15051285922527313,0.081626296043396 +191,-2.8194222378083396,0.18422211290629353,-0.537608188134041,-0.3112684190273285,-0.18318186700344086,0.9325000047683716,-0.027380838990211487,1.0579347610473633,0.15355893969535828,0.020756393671035767,-0.10038743913173676,0.010187923908233643 +192,-2.770884208587271,0.20363857162750743,-0.5621919572936217,-0.35479018092155457,-0.20223404467105865,0.9128116369247437,-0.296534925699234,0.3021177053451538,0.03196403384208679,0.06188249588012695,0.034555211663246155,-0.020081043243408203 +193,-2.797840999926522,0.20550005638798355,-0.5806836277406617,-0.32993048429489136,-0.2040567249059677,0.9216871857643127,0.40502235293388367,-0.7682746052742004,-0.02894211746752262,-0.021586358547210693,-0.04926975071430206,0.005284547805786133 +194,-2.838485112272155,0.13962094988195908,-0.591066557108091,-0.29558295011520386,-0.13916775584220886,0.9451261758804321,0.7342833280563354,0.1165795549750328,-0.204496368765831,-0.32375606894493103,-0.0033493340015411377,0.09492826461791992 +195,-2.900208200961881,0.07078748176139024,-0.5318496200795099,-0.23844845592975616,-0.0707283765077591,0.9685760140419006,0.24099639058113098,0.04263733699917793,-0.07981115579605103,-0.19384825229644775,0.04901513457298279,0.16824936866760254 +196,-2.9105016988164585,0.008322328674383836,-0.6069657215996854,-0.22903165221214294,-0.008322232402861118,0.9733832478523254,0.14699223637580872,-0.6117599606513977,1.4419091939926147,0.06609833240509033,-0.07994986325502396,0.11407995223999023 +197,-3.020993294749018,0.07552449629352634,-0.6723263562840157,-0.11996425688266754,-0.07545271515846252,0.9899065494537354,-1.1201610565185547,-0.8925597667694092,-0.6821690201759338,-0.43493685126304626,0.17356674373149872,0.15100812911987305 +198,-3.0179918941846413,0.15828743196351783,-0.5362195833454406,-0.12174506485462189,-0.15762728452682495,0.979965329170227,-0.4354591369628906,1.0083045959472656,-2.49428653717041,-0.2496233731508255,0.20566190779209137,-0.0660247802734375 +199,-2.9119048281882756,0.2726822985805947,-0.211730638303733,-0.2192615121603012,-0.26931560039520264,0.9377599954605103,-0.743374228477478,2.4645893573760986,-3.445852279663086,0.05303221940994263,0.33604225516319275,-0.005157947540283203 +200,-2.8789602680945428,0.36464810903631034,0.07514894207109257,-0.24255314469337463,-0.35662055015563965,0.9022138118743896,0.06765644252300262,0.7631990909576416,-2.2984728813171387,0.26028385758399963,0.16838812828063965,-0.14191412925720215 +201,-2.9453144663330226,0.4005602810816003,0.32832617478009857,-0.1795830875635147,-0.38993433117866516,0.9031619429588318,0.535330057144165,0.4129599928855896,-1.7476494312286377,0.373140811920166,0.04824423789978027,-0.10520339012145996 +202,-2.9949512913104073,0.385562108357128,0.5006889203583295,-0.1353895515203476,-0.3760800361633301,0.916642427444458,-0.05460912734270096,-0.3804266154766083,-1.1266862154006958,0.3055860996246338,0.047863543033599854,0.09678518772125244 +203,-3.0639393535569095,0.41470775281070743,0.6067202523961455,-0.07099955528974533,-0.40292248129844666,0.9124761819839478,-0.342726469039917,-0.16674651205539703,-1.0820468664169312,0.055450841784477234,0.04962041974067688,0.0719447135925293 +204,-3.11928089609694,0.4494050917641581,0.7176616297234115,-0.020094655454158783,-0.43442976474761963,0.9004813432693481,-0.06606601923704147,-0.0019893753342330456,-0.6987131834030151,0.03990057483315468,0.018475264310836792,0.01144474744796753 +205,-3.108863825493529,0.4378066754114388,0.7734017938750645,-0.029636677354574203,-0.423954039812088,0.9051987528800964,-0.43009841442108154,-0.3156357705593109,-0.20314925909042358,0.164112389087677,0.08176037669181824,0.03721463680267334 +206,-3.1107635681294337,0.43194852111057863,0.7722157701194502,-0.027993058785796165,-0.4186411499977112,0.9077203869819641,0.4252220094203949,-0.018765363842248917,0.04159999638795853,0.03043445572257042,0.0693368911743164,-0.028005242347717285 +207,-3.110949875985168,0.402130934413074,0.7714259143722118,-0.02819395437836647,-0.3913801908493042,0.9197967648506165,0.22858673334121704,0.008714093826711178,0.020934853702783585,0.10424376279115677,0.022972077131271362,0.004992365837097168 +208,-3.098595111838258,0.3787972892016373,0.7430864234240256,-0.039937134832143784,-0.3698032796382904,0.9282512068748474,0.01086129155009985,-0.00014998577535152435,0.2478240728378296,0.039723511785268784,-0.06464493274688721,0.05705446004867554 +209,-3.1001310617956523,0.4125751256642341,0.7235983093547673,-0.037971723824739456,-0.4009697139263153,0.9153040647506714,-0.5194511413574219,-0.1432425081729889,-0.03628171235322952,-0.02355170249938965,-0.02391129732131958,-0.022268176078796387 +210,-3.0999120575381838,0.446773247097496,0.7215021765721014,-0.03757859393954277,-0.43205776810646057,0.9010626673698425,-0.25718551874160767,-0.06590104103088379,0.040243495255708694,-0.03227613866329193,0.008412718772888184,-0.010941267013549805 +211,-3.110895395407139,0.4600981090389,0.730535084304062,-0.02750069461762905,-0.44403600692749023,0.8955866694450378,0.12507207691669464,0.0653497576713562,-0.12716273963451385,0.012333458289504051,-0.0322517454624176,-0.020708858966827393 +212,-3.1039543684161464,0.447309036728709,0.7463954482138783,-0.03392720967531204,-0.4325408935546875,0.9009759426116943,0.4408181607723236,0.11554716527462006,-0.07962987571954727,0.02588583156466484,0.039886415004730225,-0.06250536441802979 +213,-3.091163426147821,0.38798421251335763,0.7428564194293792,-0.046661216765642166,-0.3783232271671295,0.9244967699050903,0.4379364848136902,-0.027871914207935333,0.04194115102291107,-0.0025483742356300354,0.004452377557754517,0.07144439220428467 +214,-3.0880839658907115,0.3618985145628075,0.7385780240330163,-0.05001886188983917,-0.3540503978729248,0.9338878393173218,-0.01761559210717678,0.02132808044552803,0.012653033249080181,-0.00012151896953582764,-0.008910417556762695,0.10071909427642822 +215,-3.106249744061002,0.4091272260540976,0.7678547886834802,-0.03241925686597824,-0.3978087306022644,0.9168955087661743,-0.5090585350990295,-0.02564310096204281,-0.33530351519584656,0.003351256251335144,0.030804336071014404,0.007161498069763184 +216,-3.1318220504650642,0.4560015319372747,0.8018476174256145,-0.008772105909883976,-0.44036173820495605,0.8977774381637573,-0.6186267733573914,-0.3168886601924896,-0.46752333641052246,-0.0476243793964386,-0.0076972246170043945,0.037647247314453125 +217,3.0762386511533193,0.5401033989053222,0.8770621027789723,0.05601133406162262,-0.514224648475647,0.8558246493339539,-1.4185357093811035,-0.563355028629303,-0.7645506262779236,-0.03641905263066292,-0.008785545825958252,0.15571099519729614 +218,2.957832821000464,0.687588468211671,1.0028222558531825,0.14120779931545258,-0.6346754431724548,0.7597677111625671,-1.3093219995498657,0.03660980612039566,-0.8314110040664673,-0.06677545607089996,0.12703090906143188,-0.052019476890563965 +219,2.901277835129152,0.7917494803767396,1.1388463185006752,0.1672251671552658,-0.7115835547447205,0.6824113130569458,-0.8337398171424866,0.5032915472984314,-0.4960699677467346,0.03805138170719147,0.06302380561828613,-0.10140210390090942 +220,2.93742974733564,0.8295036236467664,1.1813471213327713,0.13690368831157684,-0.7375962734222412,0.6612181663513184,-0.01256508193910122,0.6664062142372131,-0.2642136812210083,0.03504760563373566,0.028810203075408936,-0.07300704717636108 +221,2.9874771344664484,0.8339296553658574,1.1739637174153632,0.10315170139074326,-0.7405776977539062,0.6640067100524902,-0.42022043466567993,0.5052123069763184,0.08383023738861084,0.059674881398677826,0.021415531635284424,0.05044049024581909 +222,3.065763256544329,0.8515841009924752,1.1229157752241459,0.04990795627236366,-0.7523249387741089,0.656899094581604,0.0024538314901292324,0.7586339116096497,0.3255883455276489,0.07892201095819473,0.000997304916381836,-0.01584690809249878 +223,-3.1351656622776356,0.8442707649149027,1.05417880679319,-0.004269269295036793,-0.7474868893623352,0.6642627120018005,-0.022756284102797508,0.43785107135772705,0.29606762528419495,0.05219712853431702,-0.02924644947052002,0.04659837484359741 +224,-3.0838958896407758,0.8134627033605893,1.0097073212109007,-0.03961490839719772,-0.7266703844070435,0.685843288898468,0.42369842529296875,0.16733424365520477,0.04813326150178909,0.04165958985686302,-0.03236287832260132,0.03775900602340698 +225,-3.068962141009685,0.7895507841498662,0.9731253243179009,-0.05109884589910507,-0.7100369930267334,0.7023075819015503,0.7037538886070251,-0.1907140463590622,0.21652798354625702,0.11465171724557877,-0.027648985385894775,-0.10742855072021484 +226,-3.0592243367513903,0.7023336514855988,0.9271452175910152,-0.06280367076396942,-0.6460008025169373,0.760748565196991,0.8446024656295776,-0.36237967014312744,0.256193071603775,0.03802342712879181,-0.011851251125335693,0.002984285354614258 +227,-3.069651673361104,0.6178915538328154,0.8766079584028288,-0.058588657528162,-0.5793178677558899,0.8129934668540955,0.6613548398017883,-0.5928285717964172,0.2646520733833313,-0.03128562122583389,0.004656493663787842,0.013788819313049316 +228,-3.094789425099873,0.5829711304453167,0.844653277912402,-0.03905850648880005,-0.5505067706108093,0.833916425704956,-0.16115744411945343,-0.288019061088562,0.2580297291278839,-0.022297080606222153,0.0018618106842041016,0.06709975004196167 +229,-3.12215874770196,0.566198687242031,0.8322931231014957,-0.01640014350414276,-0.5364278554916382,0.8437870144844055,0.20237697660923004,-0.23291073739528656,0.19159820675849915,-0.010714741423726082,0.021275818347930908,0.01969277858734131 +230,-3.1341913979913585,0.5620916546689013,0.8237922171728267,-0.006262457929551601,-0.5329571962356567,0.8461190462112427,0.5224582552909851,0.07509908080101013,0.3017444908618927,0.06017176806926727,0.01573002338409424,-0.14375698566436768 +231,-3.1028933984946825,0.48742245338149226,0.7849605266958111,-0.03418393060564995,-0.4683500826358795,0.8828817009925842,0.5738019347190857,0.030880242586135864,0.2984194755554199,-0.003032255917787552,-0.01689472794532776,0.0413433313369751 +232,-3.0851189906906153,0.4268051959081587,0.7471647049723892,-0.051380254328250885,-0.41396471858024597,0.9088416695594788,0.525863528251648,-0.054016001522541046,0.41182658076286316,0.01848232001066208,-0.009802311658859253,0.029894232749938965 +233,-3.07141527129555,0.36605985626142185,0.6996168716289118,-0.0654740110039711,-0.35793912410736084,0.9314467310905457,0.6057257652282715,0.07925085723400116,0.4703947603702545,-0.0054946169257164,-0.002946525812149048,0.006434798240661621 +234,-3.06087319806068,0.31076908281748467,0.6630718694827463,-0.07676948606967926,-0.3057909607887268,0.9489989876747131,0.5948436260223389,0.0034823347814381123,0.3319576382637024,-0.021130912005901337,-0.006037712097167969,0.0008304119110107422 +235,-3.0635470522019608,0.29351528731157606,0.660918752372034,-0.07463199645280838,-0.2893189489841461,0.9543190002441406,-0.23976118862628937,-0.2544178068637848,-0.3919985294342041,-0.08091609925031662,-0.017886251211166382,0.08369064331054688 +236,-3.128397348874349,0.3358442712453463,0.7443646463242057,-0.012457752600312233,-0.3295663893222809,0.944050133228302,-0.8009771108627319,-0.7530727386474609,-1.075502634048462,-0.034417249262332916,-0.0013356804847717285,0.09478336572647095 +237,2.998165963852429,0.42887686182589846,0.8416226086266624,0.12999029457569122,-0.4158496558666229,0.9000954627990723,-1.0335837602615356,-1.1257717609405518,-0.48080626130104065,-0.0036627650260925293,0.04191771149635315,0.016500115394592285 +238,2.8749443342503156,0.5134403089392443,0.9136086790796379,0.22952401638031006,-0.49117687344551086,0.8402761816978455,-0.6053957939147949,-0.6178833246231079,-0.25271493196487427,0.06530630588531494,0.06763863563537598,-0.06335973739624023 +239,2.8500775494064614,0.532168136750497,0.9349968868970627,0.24765834212303162,-0.5074028372764587,0.8253529071807861,0.20453375577926636,-0.13826800882816315,-0.09225937724113464,0.0036386102437973022,0.04333740472793579,-0.12877404689788818 +240,2.8619105518829238,0.505146768779541,0.9274507366972077,0.24157239496707916,-0.4839358925819397,0.841099739074707,0.16783244907855988,0.04576672241091728,0.016522569581866264,0.035527199506759644,-0.015255361795425415,0.04168218374252319 +241,2.872947696084188,0.4983455511989477,0.9173949196674042,0.2331427037715912,-0.47797295451164246,0.8468682765960693,0.0042313323356211185,-0.1334998607635498,0.11548734456300735,0.035030439496040344,0.00047978758811950684,0.013376295566558838 +242,2.853986260663267,0.5034804877583917,0.9101937629449045,0.24845834076404572,-0.4824770390987396,0.8399314284324646,-0.1910369098186493,-0.4545252323150635,0.09016700088977814,-0.005568861961364746,-0.011083871126174927,0.002811610698699951 +243,2.8065208101879637,0.5288432094667894,0.9090498938555347,0.2839150130748749,-0.504534900188446,0.8153752088546753,-0.3360496163368225,-0.41939857602119446,0.0907348245382309,0.002675563097000122,0.00732731819152832,0.03080087900161743 +244,2.771044994829687,0.5548407928133845,0.9224879649733839,0.30780139565467834,-0.526807963848114,0.7922952175140381,-0.10637221485376358,-0.01721685752272606,-0.12988577783107758,-0.029893100261688232,0.019956767559051514,-0.021528005599975586 +245,2.7852859338624825,0.5367420294424312,0.9482531071334296,0.29976460337638855,-0.5113388895988464,0.8054028153419495,0.2462741732597351,0.11534788459539413,-0.2559274435043335,0.01433756947517395,0.014466941356658936,-0.02755558490753174 +246,2.815905555348324,0.4854028306251172,0.9641082757000453,0.28300032019615173,-0.46656468510627747,0.8379904627799988,0.5948310494422913,0.2731839716434479,-0.2542058825492859,0.04184401035308838,-0.0006135404109954834,-0.04091721773147583 +247,2.8457108694274513,0.42452493564427213,0.9720335200492735,0.2657008469104767,-0.4118879437446594,0.8716371059417725,0.36611074209213257,0.24133600294589996,-0.29841670393943787,0.01960793137550354,-0.03546920418739319,0.042013347148895264 +248,2.8609664129369805,0.3927690912158015,0.9777981295286612,0.25586777925491333,-0.3827480971813202,0.8877132534980774,0.19465012848377228,-0.009904338046908379,0.062225304543972015,0.096289724111557,-0.001635909080505371,0.03831183910369873 +249,2.8578531953261104,0.3951740397369334,0.9652132523445902,0.25837182998657227,-0.3849688172340393,0.8860264420509338,-0.013296869583427906,-0.06223040819168091,0.1807546466588974,0.023961514234542847,0.008076757192611694,0.004537403583526611 +250,2.853767394693329,0.4030005167644782,0.9531669667011563,0.2611266076564789,-0.3921802341938019,0.8820476531982422,-0.029700925573706627,0.03356078267097473,0.1086324080824852,-0.015383750200271606,0.012541472911834717,-0.007535696029663086 +251,2.858135971620812,0.4105225629116454,0.9478769790792617,0.2564384937286377,-0.3990885317325592,0.8803226351737976,-0.10070431977510452,0.06879059970378876,0.016207478940486908,-0.010741442441940308,0.0030923783779144287,0.011950373649597168 +252,2.8660327565541164,0.41154813320271344,0.9446786415705348,0.24936731159687042,-0.40002867579460144,0.8819257020950317,0.04753555729985237,0.048784058541059494,0.07419579476118088,0.021460935473442078,-0.00410035252571106,0.002565145492553711 +253,2.870736860084346,0.4128355907497148,0.9399882960046521,0.24507787823677063,-0.4012083113193512,0.8825920224189758,-0.005950553342700005,-0.056783292442560196,0.04685418680310249,0.009484484791755676,0.0007718801498413086,-0.0010002851486206055 +254,2.8719385593735094,0.4154721404764867,0.9325012953891302,0.2437344640493393,-0.40362194180488586,0.8818632364273071,-0.01585150510072708,-0.10015010833740234,0.08578184247016907,-0.004446133971214294,-0.006183356046676636,-0.0027740001678466797 +255,2.8757535361396287,0.41385342334026826,0.9288857052003316,0.24053972959518433,-0.40214040875434875,0.8834158778190613,0.031810835003852844,0.020898405462503433,0.03613058477640152,0.012389957904815674,-0.008366763591766357,0.005744218826293945 +256,2.8783321083578586,0.41326854812849556,0.9261777330346304,0.2383222132921219,-0.40160486102104187,0.8842604160308838,-0.021519795060157776,0.020649461075663567,0.012008548714220524,0.009755238890647888,-0.003210902214050293,0.021913528442382812 +257,2.8804996107394487,0.41336348940351925,0.925534169195896,0.23639518022537231,-0.4016917943954468,0.8847380876541138,0.010868266224861145,0.0246129110455513,0.009825024753808975,-0.001440286636352539,-0.0026204288005828857,-0.005358576774597168 +258,2.879798673347068,0.41264753239377755,0.9245049028190971,0.237089604139328,-0.40103602409362793,0.8848496079444885,0.009482478722929955,0.09807217866182327,-0.05439794063568115,-0.007292240858078003,0.0011184513568878174,0.00977325439453125 +259,2.881422865968403,0.4133000919192061,0.9221140815984609,0.23558469116687775,-0.40163373947143555,0.8849802017211914,0.0004833424463868141,-0.0010019578039646149,0.04845660924911499,0.011363506317138672,-0.0035175681114196777,0.011366724967956543 +260,2.883474122322808,0.4128295153418842,0.9189909866316561,0.2338171750307083,-0.4012027382850647,0.8856444954872131,0.0640542209148407,0.06246262043714523,0.012311160564422607,-0.017539069056510925,0.005877971649169922,-0.010156035423278809 +261,2.887012492899501,0.40810573310872467,0.913291473993406,0.2311566174030304,-0.39687132835388184,0.888290286064148,0.15416350960731506,0.09472601115703583,0.02186007797718048,-0.011170685291290283,0.015218555927276611,-0.030090272426605225 +262,2.901120581599739,0.3912887549835347,0.9009372146462159,0.22016049921512604,-0.3813800811767578,0.8978186845779419,0.27089637517929077,0.18200404942035675,0.12695404887199402,0.008400887250900269,0.005312025547027588,-0.030036211013793945 +263,2.9318597145139185,0.34628720519192924,0.8665923433374354,0.19583995640277863,-0.339407742023468,0.9200270175933838,0.7043067812919617,0.19215074181556702,0.2970080077648163,0.01222895085811615,-0.027718812227249146,-0.03191936016082764 +264,2.9864052334230937,0.2806326879570138,0.8445027063056175,0.14851868152618408,-0.27696365118026733,0.9493327736854553,0.5753105878829956,0.6721388697624207,0.09486941993236542,-0.01086917519569397,-0.03755044937133789,0.0476914644241333 +265,3.0865853015508202,0.25821649681506553,0.8220551673769646,0.053156886249780655,-0.2553565800189972,0.9653847813606262,-0.18441687524318695,1.203426480293274,0.18896690011024475,0.01149461418390274,-0.030287981033325195,0.1097496747970581 +266,-3.076136881198656,0.29927325806448296,0.813993023985442,-0.06250165402889252,-0.29482585191726685,0.9535044431686401,-0.5717201828956604,1.322670578956604,0.17297928035259247,0.0823228508234024,-0.011402696371078491,0.08503895998001099 +267,-2.9435553693082266,0.36275587672713894,0.7517845334621495,-0.18394166231155396,-0.3548521101474762,0.9166491031646729,-0.6528825163841248,0.7668727040290833,0.28603941202163696,0.038052380084991455,-0.021048158407211304,0.05960822105407715 +268,-2.8329715264356032,0.4426762775225513,0.6594739051002858,-0.2744666337966919,-0.4283592998981476,0.8609156608581543,-1.4088373184204102,0.5235450267791748,0.9396330118179321,-0.0008476078510284424,0.008788526058197021,-0.0243680477142334 +269,-2.761993683804964,0.46258282326058764,0.5764995243266134,-0.331604540348053,-0.4462609589099884,0.8311978578567505,-0.0984308123588562,0.1222674772143364,0.5605153441429138,0.002197772264480591,0.001390904188156128,-0.04509544372558594 +270,-2.717547348822635,0.4189466576515972,0.5096959251013071,-0.375867635011673,-0.40679842233657837,0.8326092958450317,0.3996475040912628,0.1824580281972885,0.990623950958252,0.04940590262413025,0.012358784675598145,-0.05033707618713379 +271,-2.669462088207168,0.32731842428147245,0.4193659425681788,-0.4306394159793854,-0.32150498032569885,0.8433176279067993,0.4531753659248352,-0.0034391586668789387,1.182025671005249,0.0431576669216156,-0.003339409828186035,-0.011469364166259766 +272,-2.6466682180756083,0.228334917770701,0.33333682774365925,-0.46263718605041504,-0.22635596990585327,0.8571636080741882,0.47545793652534485,-0.059261489659547806,1.387884497642517,0.09917294979095459,-0.030266284942626953,0.014845550060272217 +273,-2.671732017787033,0.11944637002673758,0.21822515059605188,-0.44953587651252747,-0.11916253715753555,0.8852781057357788,0.3655514121055603,-0.6489589214324951,1.0131160020828247,-0.1072266697883606,-0.022606834769248962,0.04990231990814209 +274,-2.694676196512254,0.10003160553947255,0.16226250426666386,-0.43002641201019287,-0.09986486285924911,0.8972761034965515,-0.3505624532699585,-0.10043250769376755,0.22535419464111328,-0.08807048201560974,0.044170282781124115,0.08429133892059326 +275,-2.6828778044153387,0.11694609149712207,0.14523413409746377,-0.4397716522216797,-0.11667970567941666,0.8904979228973389,-0.16926896572113037,0.011124626733362675,0.0043984148651361465,0.010633528232574463,0.05515629053115845,-0.03330504894256592 +276,-2.678190337058588,0.10638248412054248,0.14603523000317617,-0.4444672465324402,-0.10618194192647934,0.8894798755645752,0.15946227312088013,0.004098119679838419,0.03455159813165665,0.01357424259185791,-0.009754359722137451,-0.014815449714660645 +277,-2.6781538589664713,0.09602388779937045,0.14824906963406645,-0.4449675381183624,-0.09587638825178146,0.8903998136520386,0.09037548303604126,0.02120305597782135,0.0788663700222969,0.02214643359184265,-0.03217538446187973,0.016231775283813477 +278,-2.6822034826402086,0.09769134720711552,0.14104699117344888,-0.4412866234779358,-0.09753603488206863,0.8920499682426453,-0.03675226867198944,-0.02013840526342392,0.05125448852777481,-0.0013556480407714844,-0.0011273100972175598,0.006601214408874512 +279,-2.682175224116078,0.0994998260920623,0.133754200759084,-0.441232830286026,-0.09933573007583618,0.8918778300285339,-0.07702909409999847,0.000529945595189929,0.0012834686785936356,-0.011587023735046387,0.007920309901237488,0.00965726375579834 +280,-2.6804236882516395,0.10126841320057946,0.12770196812857582,-0.4427154064178467,-0.10109541565179825,0.8909448385238647,-0.06635607779026031,0.0029465542174875736,0.024933896958827972,-0.005908221006393433,0.0019438043236732483,0.0052190423011779785 +281,-2.6811585935077478,0.10097637085932103,0.12742279067406342,-0.4420735836029053,-0.10080486536026001,0.8912962675094604,-0.004749150015413761,-0.021793056279420853,-0.008540172129869461,-0.0020791292190551758,-0.0039161741733551025,0.00335693359375 +282,-2.6806093029832865,0.10191992795725736,0.12853207924419666,-0.4425206482410431,-0.10174357146024704,0.890967845916748,-0.00797268096357584,-0.02174137346446514,-0.01912083476781845,0.017929643392562866,-0.012071728706359863,-0.00012922286987304688 +283,-2.682244487771132,0.10115364060211698,0.1263879564334062,-0.4410974979400635,-0.1009812280535698,0.8917596340179443,-0.06617274135351181,-0.02813587710261345,0.038041748106479645,0.0028499066829681396,-0.013261295855045319,0.019159317016601562 +284,-2.6822410809311634,0.10374881453383258,0.1231960638454963,-0.4409831166267395,-0.10356279462575912,0.8915207982063293,-0.04384627938270569,-0.01570301130414009,0.03438393399119377,0.014103114604949951,-0.00038010627031326294,0.0022172927856445312 +285,-2.685751759680923,0.10358690768428877,0.1194350623594008,-0.43785789608955383,-0.10340175777673721,0.8930783867835999,0.009337300434708595,-0.033872805535793304,0.018307572230696678,-0.0054405927658081055,0.00040490925312042236,0.0010715723037719727 +286,-2.6882135356285883,0.10251257546674677,0.11824954329368592,-0.43570634722709656,-0.10233312100172043,0.8942527770996094,-0.03152626380324364,-0.04094092547893524,-0.012784833088517189,-0.010140210390090942,-0.0039596036076545715,0.010059356689453125 +287,-2.6911037107801135,0.10092851660141107,0.11665770457370321,-0.43319007754325867,-0.10075724869966507,0.895653247833252,0.0012773824855685234,-0.003918313886970282,0.03080122172832489,-0.006278365850448608,-0.008282072842121124,0.021323800086975098 +288,-2.6930859869306216,0.10166591282549393,0.1148988215725222,-0.4313815236091614,-0.10149087011814117,0.8964431285858154,0.03507547453045845,0.009729359298944473,0.0163891464471817,0.00010696053504943848,-0.0026504024863243103,0.005290567874908447 +289,-2.6935090684971987,0.10189444565642607,0.11370022891675777,-0.43099191784858704,-0.10171821713447571,0.8966041803359985,-0.0047654565423727036,0.0046584527008235455,0.012955340556800365,0.0007094144821166992,0.002291962504386902,0.004167735576629639 +290,-2.6943301066813015,0.10124917439056988,0.11323877644016228,-0.4302839934825897,-0.10107627511024475,0.8970168232917786,0.020075976848602295,-0.00404076324775815,0.0056098103523254395,-0.0028062164783477783,0.001512676477432251,0.0017715692520141602 +291,-2.6960493915057624,0.09931890046955105,0.11272992562235824,-0.42882445454597473,-0.09915569424629211,0.8979297876358032,0.03558673709630966,-0.021956536918878555,0.01578902266919613,-0.0005884468555450439,-0.0013234466314315796,0.0015149116516113281 +292,-2.698870930505485,0.09748206596489802,0.11125944781727201,-0.42636653780937195,-0.09732774645090103,0.8992992639541626,0.006457786075770855,-0.018535979092121124,0.03692907840013504,-0.0007727742195129395,-0.0031666532158851624,0.015266895294189453 +293,-2.6991407938994234,0.098005627405266,0.10951336267209512,-0.42610201239585876,-0.0978488102555275,0.8993682265281677,0.0030481829307973385,0.007574163842946291,-0.0004484616219997406,0.005569636821746826,0.007501482963562012,0.006088554859161377 +294,-2.6997678615026723,0.09884143162930052,0.10741461295002516,-0.4255027174949646,-0.09868057072162628,0.8995606899261475,-0.03768739104270935,-0.009594447910785675,-0.006944673135876656,-0.013752013444900513,0.0021534860134124756,-0.005197405815124512 +295,-2.6989495517920585,0.09753757940470441,0.10960412394431424,-0.4262934625148773,-0.09738299995660782,0.89932781457901,0.0006059147417545319,-0.012273143976926804,-0.013677144423127174,0.006508946418762207,-0.015394710004329681,0.00997394323348999 +296,-2.699624262450375,0.0971225177763544,0.1101405859314474,-0.42570382356643677,-0.09696990251541138,0.8996516466140747,0.02063480205833912,-0.012054740451276302,0.0154931815341115,0.015730679035186768,-0.002929389476776123,0.005347132682800293 +297,-2.7019126842548022,0.09780045926949352,0.10696293272107125,-0.42361587285995483,-0.0976446270942688,0.9005637764930725,-0.022981319576501846,-0.016627248376607895,0.00991637073457241,-0.007963716983795166,0.006000347435474396,0.00034564733505249023 +298,-2.7032033857825417,0.0968289615814143,0.1054664943993207,-0.4224931597709656,-0.09667772054672241,0.9011951088905334,-0.021852238103747368,-0.032096561044454575,0.014821608550846577,0.00020623207092285156,0.001447632908821106,0.0072977542877197266 +299,-2.704413078555431,0.09672659752753592,0.10382501337733485,-0.42140689492225647,-0.09657584130764008,0.901714563369751,-0.06176082044839859,-0.01727396622300148,0.027007512748241425,0.004170626401901245,-0.01017463207244873,0.017123818397521973 +300,-2.704874381566795,0.09891665731529826,0.10304503135126264,-0.4209004044532776,-0.09875542670488358,0.9017150402069092,-0.007926777005195618,-0.004505319520831108,-0.007977332919836044,0.0033284127712249756,-0.007323667407035828,-0.00013434886932373047 +301,-2.70582943428172,0.09890789226764818,0.10139496938231517,-0.4200395345687866,-0.09874670207500458,0.9021176695823669,-0.0030010463669896126,-0.005155421327799559,0.021985169500112534,-0.005131453275680542,-0.004158593714237213,0.007077455520629883 +302,-2.706498641065647,0.09973304184398198,0.10066136788635423,-0.419401079416275,-0.09956778585910797,0.9023240208625793,0.01664547249674797,-0.018928661942481995,0.011792035773396492,0.010923385620117188,-0.00014837831258773804,0.0011487007141113281 +303,-2.707360275673465,0.09891411972756206,0.10014599489693948,-0.4186578392982483,-0.09875290095806122,0.9027591943740845,-0.008707218803465366,0.0046061682514846325,0.01490157749503851,0.006990790367126465,-0.0008412525057792664,0.014691054821014404 +304,-2.7083608393434884,0.09960550845358321,0.09818461561554857,-0.41772547364234924,-0.09944088757038116,0.9031152129173279,0.022755946964025497,0.0016803760081529617,0.0013641994446516037,-0.009352803230285645,0.004317581653594971,-0.011452555656433105 +305,-2.7086054982405154,0.10005528012292414,0.09678254042206579,-0.4174857437610626,-0.09988842159509659,0.9031767845153809,0.022446710616350174,-0.009880388155579567,0.010650718584656715,-0.008524447679519653,0.0024305209517478943,-0.01673257350921631 +306,-2.7093057133268212,0.09768268228117853,0.09660978058262176,-0.41695114970207214,-0.0975274071097374,0.9036811590194702,0.02171444706618786,-0.015559460036456585,0.025816660374403,0.007435888051986694,-0.0008307173848152161,0.0003865957260131836 +307,-2.7105738050197785,0.09748990139857347,0.09720350473334562,-0.4158128499984741,-0.09733554720878601,0.904226541519165,-0.02471863478422165,-0.018508492037653923,-0.0020798780024051666,0.008250564336776733,-0.004272744059562683,0.006128191947937012 +308,-2.712925214860052,0.09804481821284047,0.09789452889444684,-0.41366297006607056,-0.09788781404495239,0.905152440071106,0.011674937792122364,-0.062004003673791885,-0.017897149547934532,0.0013552308082580566,0.0025356411933898926,-0.004044651985168457 +309,-2.713812383583099,0.09721420920338264,0.09819598694797572,-0.4128933548927307,-0.0970611572265625,0.9055927395820618,-0.06843959540128708,0.034318115562200546,-0.015123279765248299,-0.013772904872894287,-0.003570549190044403,0.029633641242980957 +310,-2.709869652743094,0.1084118197752566,0.09972796452288112,-0.4159797132015228,-0.1081995815038681,0.9029138684272766,-0.2129126340150833,0.029949041083455086,-0.3441905677318573,-0.0850120484828949,-0.011627674102783203,0.06933021545410156 +311,-2.801564575024819,0.1872071323577413,0.2544386895344678,-0.3276863992214203,-0.1861155480146408,0.9262735843658447,-0.4846890866756439,-0.7815650105476379,-1.5426853895187378,0.015873044729232788,0.032612144947052,0.025615453720092773 +312,-2.8754978517495364,0.22439535727431092,0.3844772406594528,-0.2563727796077728,-0.22251692414283752,0.9406161904335022,0.1440076380968094,-1.216700553894043,-1.8513060808181763,0.0009712278842926025,0.011381089687347412,-0.03938651084899902 +313,-2.9653261175095365,0.25320848343483393,0.48985030721654327,-0.1697637289762497,-0.25051140785217285,0.9531128406524658,-0.090953029692173,-0.5431663393974304,-0.9354631304740906,-0.023259922862052917,0.0036089718341827393,0.02897322177886963 +314,-3.0316287017919676,0.3046137895140554,0.5540647695422155,-0.10469024628400803,-0.2999247610569,0.9482010006904602,-0.16619710624217987,-0.8383999466896057,-0.6471841931343079,-0.011215515434741974,0.010221391916275024,-0.05449378490447998 +315,-3.1226410841498753,0.34313109237583805,0.5976367231505446,-0.01784573681652546,-0.33643731474876404,0.9415368437767029,-0.884089469909668,-0.8068923354148865,-0.4214431941509247,-0.05234469473361969,0.03191763162612915,0.038794636726379395 +316,3.0514951875864362,0.4012017968650511,0.6640351369094911,0.08283086866140366,-0.3905249834060669,0.916858434677124,-0.7898876667022705,-0.9678246378898621,-0.6982862949371338,-0.05003972351551056,0.012564778327941895,0.04998421669006348 +317,2.8871881835205175,0.4621440149268435,0.7682343520322312,0.22526861727237701,-0.44586822390556335,0.8662882447242737,-0.47754716873168945,-1.1217073202133179,-0.9330337643623352,-0.07019355893135071,0.05478549003601074,-0.04267996549606323 +318,2.8002833509561955,0.4376698486703306,0.8358846315193507,0.30317094922065735,-0.4238300919532776,0.8534960746765137,0.4381021559238434,0.009372907690703869,-0.5438271164894104,-0.04848650097846985,-0.016797959804534912,-0.07267332077026367 +319,2.8007621447530795,0.39798552634191137,0.8636692609757595,0.3081446588039398,-0.387562096118927,0.8688168525695801,0.23319800198078156,0.04128962382674217,-0.18199607729911804,0.08180901408195496,-0.017879247665405273,0.0008579492568969727 +320,2.791232802845778,0.3935724817982915,0.8622493588361217,0.3169936239719391,-0.3834902048110962,0.8674386739730835,-0.11400187015533447,-0.11439269781112671,0.11410657316446304,0.03171539306640625,-0.0077603161334991455,0.03270763158798218 +321,2.7779789234425216,0.411756044546738,0.8497266035709661,0.32592833042144775,-0.40021923184394836,0.8565019965171814,-0.098407082259655,-0.17353308200836182,0.1459082067012787,-0.04963734745979309,0.005809962749481201,-0.0018265843391418457 +322,2.7841091749870057,0.41422560944523223,0.8428601853497474,0.32032477855682373,-0.4024811387062073,0.8575552701950073,-0.01684661954641342,-0.06331294029951096,-0.0028312690556049347,-0.02927863597869873,-0.005630403757095337,0.007907986640930176 +323,2.791806422661285,0.40984691176940863,0.845196225730665,0.31431543827056885,-0.39846891164779663,0.8616427779197693,0.00824162270873785,-0.016730599105358124,-0.055359914898872375,0.004120200872421265,-0.01895049214363098,0.011449873447418213 +324,2.7919178394265427,0.4096273512338692,0.8510707566859629,0.3142494857311249,-0.398267537355423,0.861760139465332,0.010962116532027721,-0.03547108173370361,0.007259373553097248,0.03169780969619751,-0.013384133577346802,-0.01291358470916748 +325,2.792559606270741,0.40879619167335596,0.8469663616361804,0.31380948424339294,-0.3975050151348114,0.8622725009918213,0.03471942991018295,-0.012274120002985,0.04692628234624863,-0.0006990730762481689,-0.0030993521213531494,0.003236711025238037 +326,2.793041855045082,0.4103249516689585,0.8433957882643726,0.3131856620311737,-0.398907333612442,0.8618513941764832,0.03051740862429142,0.010468247346580029,0.013017470017075539,-0.01841634511947632,0.003521561622619629,-0.012318253517150879 +327,2.7962741462310143,0.4085595797153456,0.8420399764415338,0.3106362223625183,-0.39728787541389465,0.8635206818580627,-0.02652331441640854,-0.04634701460599899,-0.004379210993647575,0.0005820393562316895,-0.004308164119720459,0.011296510696411133 +328,2.798853719160652,0.40825543737545694,0.8413697832789769,0.3084481656551361,-0.3970087468624115,0.8644325733184814,0.0027810768224298954,-0.028033586218953133,0.001832800917327404,0.0018698275089263916,-0.0015660524368286133,0.0026327967643737793 +329,2.799739284996575,0.40742062720754557,0.840444362403339,0.3077935576438904,-0.3962424099445343,0.8650174736976624,0.01134587824344635,0.019112803041934967,-0.01051323115825653,-0.007058054208755493,-0.004377156496047974,0.008121013641357422 +330,2.80267353999096,0.40613507175750024,0.8397096629927149,0.3054231107234955,-0.39506176114082336,0.866396427154541,0.039330724626779556,0.04101194068789482,-0.01607459783554077,-0.020251601934432983,-0.0007206499576568604,0.0006994009017944336 +331,2.8040937844135265,0.40562510216666553,0.8413983063373315,0.30425897240638733,-0.394593209028244,0.8670192956924438,0.03652456775307655,0.05709488317370415,-0.00897761806845665,0.008302032947540283,0.005112677812576294,-0.011626958847045898 +332,2.8054713734900054,0.40385353286860043,0.8388784152004887,0.30329430103302,-0.39296478033065796,0.8680959939956665,0.01694546453654766,0.026230793446302414,0.013946493156254292,-0.009989947080612183,-0.0005592703819274902,0.008795857429504395 +333,2.810244291778492,0.40305929198925733,0.8329706667001694,0.2992490828037262,-0.39223429560661316,0.8698289394378662,0.025948885828256607,0.05116988345980644,0.06451843678951263,-0.004281401634216309,-0.009193956851959229,0.00262296199798584 +334,2.81191719868542,0.4042291460540997,0.8309258026074668,0.2976447343826294,-0.39331015944480896,0.8698934316635132,-0.028260212391614914,-0.01686783879995346,0.005587590858340263,-0.012747883796691895,-0.0035099387168884277,0.006144046783447266 +335,2.8157602825581094,0.4044463453769545,0.8304229990840842,0.2942720353603363,-0.3935098350048065,0.8709497451782227,-0.023301204666495323,0.00724827591329813,-0.011400293558835983,-0.012045562267303467,0.0021372437477111816,0.008902370929718018 +336,2.8196719973345226,0.40345718499135824,0.8292489552967119,0.2909860610961914,-0.39260029792785645,0.8724634647369385,0.02025332674384117,0.039244573563337326,0.007921433076262474,-0.0005044639110565186,-0.00263291597366333,0.008045077323913574 +337,2.8229347814870933,0.4022645292076835,0.8296865113956275,0.2882842421531677,-0.39150312542915344,0.8738519549369812,0.05096840113401413,0.020292896777391434,-0.0015972349792718887,-0.005569428205490112,-0.00153273344039917,-0.012356162071228027 +338,2.826814981100597,0.39981297408345995,0.8300864503910803,0.285187691450119,-0.3892460763454437,0.8758741021156311,0.06673826277256012,0.08071444928646088,-0.011794935911893845,-0.00038242340087890625,0.003915876150131226,-0.004688858985900879 +339,2.8292355537874836,0.397052487560424,0.8303241544191858,0.2833958864212036,-0.3867018222808838,0.8775810599327087,0.012522304430603981,-0.028615713119506836,-0.004207095131278038,0.0035456418991088867,0.003141641616821289,-0.00023126602172851562 +340,2.8318638387041073,0.39461212766763876,0.8288486334217143,0.28137513995170593,-0.38445016741752625,0.8792189359664917,0.04839245229959488,0.08150354027748108,-0.009731102734804153,-0.002673417329788208,0.0024159252643585205,-0.0010909438133239746 +341,2.8352962846775065,0.38988036198219983,0.8283684523391318,0.27890098094940186,-0.3800777494907379,0.8819040656089783,0.07286505401134491,0.047331832349300385,-0.005661070346832275,-0.003891885280609131,-0.002414226531982422,0.0015949010848999023 +342,2.8706082545719727,0.3832409910020837,0.8244747943062692,0.24826186895370483,-0.3739283084869385,0.8936126232147217,0.04637426882982254,0.4095192551612854,0.11239062249660492,0.022932574152946472,-0.006854742765426636,0.011233508586883545 +343,2.9716346964068063,0.3878067186007728,0.7967842275501884,0.1565805971622467,-0.37815892696380615,0.9124023914337158,-0.0682574138045311,1.0526052713394165,0.3987652361392975,0.012471511960029602,-0.016036570072174072,0.01746809482574463 +344,3.0623903460868034,0.39650191550697955,0.776324500650592,0.07298123091459274,-0.38619402050971985,0.9195258021354675,0.08124217391014099,1.039693832397461,0.1504116654396057,0.004136674106121063,0.000482410192489624,-0.01788407564163208 +345,-3.128497894377913,0.3826867154883143,0.7602780825155363,-0.012147203087806702,-0.37341418862342834,0.9275854825973511,0.14984320104122162,1.0005381107330322,0.24108141660690308,0.021531354635953903,-0.01701253652572632,0.020092368125915527 +346,-3.0306150347765235,0.37215749506421075,0.7348419922879464,-0.10316856950521469,-0.363626092672348,0.9258143901824951,0.03163635730743408,0.8380292057991028,0.31443363428115845,0.05705651640892029,-0.01235044002532959,0.027936160564422607 +347,-2.905912566240181,0.3541518926742055,0.6814905056483808,-0.21901331841945648,-0.3467950224876404,0.91201251745224,0.19406752288341522,1.037835717201233,0.5525122284889221,0.0298348069190979,0.005288034677505493,0.002568960189819336 +348,-2.8241162426063715,0.32527685456107747,0.6395101757459754,-0.29580068588256836,-0.3195711374282837,0.9002092480659485,0.13321399688720703,0.44966739416122437,0.3907252848148346,0.021356046199798584,-0.0029082000255584717,0.00767362117767334 +349,-2.7991482863114454,0.3034530565317573,0.6133242481022024,-0.3204483389854431,-0.2988172769546509,0.8988998532295227,0.10509508103132248,-0.03433931991457939,0.22908802330493927,-0.002458125352859497,-0.005198836326599121,0.0051375627517700195 +350,-2.8158475523186826,0.287361955671097,0.6031999245004483,-0.3068925142288208,-0.2834233343601227,0.9085637331008911,0.20965982973575592,-0.3171500861644745,0.05987004563212395,0.0062943994998931885,0.007727563381195068,-0.007105112075805664 +351,-2.868289455474022,0.2571485001606832,0.6135883390272245,-0.26103848218917847,-0.2543238401412964,0.93122398853302,0.5361234545707703,-1.3751780986785889,-0.5407778024673462,-0.011941224336624146,-0.0020237863063812256,-0.051051318645477295 +352,-3.116060636467653,0.22041416928367458,0.6573136167655927,-0.024911610409617424,-0.21863378584384918,0.9754887819290161,0.0831780955195427,-2.164128065109253,0.3484897315502167,0.029382433742284775,-0.05973224341869354,0.08057183027267456 +353,2.852858442526172,0.2924622202038815,0.6361933444866924,0.2726481556892395,-0.2883107662200928,0.9178997278213501,-0.4797322452068329,-2.688933849334717,0.43598809838294983,-0.0742533802986145,0.07661029696464539,-0.0480419397354126 +354,2.6427366054822903,0.3285206603054053,0.6033497054554541,0.45283567905426025,-0.3226431608200073,0.8311685919761658,-0.7738686203956604,-3.3732595443725586,0.9294422268867493,0.08093205094337463,-0.033893704414367676,0.12877702713012695 +355,2.363332141466571,0.42460656211258535,0.5968123518076772,0.6397009491920471,-0.4119623005390167,0.6488986611366272,-0.6464295387268066,-2.4095253944396973,0.4090442955493927,0.017205119132995605,0.0485590398311615,0.04262953996658325 +356,2.1628261518806697,0.4802726051860397,0.6018597824385382,0.7359325885772705,-0.46202096343040466,0.4949142634868622,-0.0917392298579216,-0.9976804852485657,0.21577396988868713,-0.04797476530075073,0.0153656005859375,0.050816357135772705 +357,2.110652294336197,0.48786639065321036,0.5817767355229103,0.7577093839645386,-0.4687422513961792,0.4540451169013977,0.22525782883167267,0.13682301342487335,0.08530239760875702,-0.038837432861328125,-0.0009689629077911377,0.040827810764312744 +358,2.1341536433977377,0.4876100012333433,0.5540829106024154,0.7469320893287659,-0.4685157835483551,0.47178947925567627,0.4639641046524048,0.20646297931671143,0.17461058497428894,-0.015547871589660645,0.03469321131706238,-0.07472530007362366 +359,2.1963191815512273,0.45995159279262016,0.5149780565637322,0.7264087796211243,-0.44390472769737244,0.5246703624725342,0.4131755530834198,0.06175766885280609,0.09977899491786957,0.05766409635543823,-0.008396327495574951,-0.02250361442565918 +360,2.2839426180660696,0.4359807974296859,0.4525765626211777,0.6855593919754028,-0.42229965329170227,0.593018651008606,0.9570940136909485,0.841072678565979,0.30091628432273865,0.07808184623718262,0.030209839344024658,-0.05555838346481323 +361,2.367299218851246,0.41497090213656596,0.3673570301763343,0.6398677825927734,-0.4031633138656616,0.6542390584945679,0.4898814260959625,0.10556668043136597,0.4592399299144745,0.07030677795410156,-0.02629530429840088,0.03474104404449463 +362,2.4050656077866184,0.4136450073899942,0.28298057646884817,0.6150674223899841,-0.40194958448410034,0.6783274412155151,0.47417736053466797,0.06439124792814255,0.5808122754096985,0.03727620840072632,-0.012677401304244995,0.05966371297836304 +363,2.425543818386896,0.42608178475312264,0.20700525144627507,0.5977210998535156,-0.4133060872554779,0.6869556903839111,0.5278679132461548,0.19451044499874115,0.7735600471496582,0.00484853982925415,0.01422765851020813,-0.030827581882476807 +364,2.4730499895346845,0.4242401562948483,0.11541585116952505,0.56489497423172,-0.4116284251213074,0.715161144733429,0.45197173953056335,0.06505424529314041,0.6067824363708496,-0.004012465476989746,-0.01435115933418274,0.017977774143218994 +365,2.506164847593138,0.41798412343437497,0.04620705148154528,0.5424250364303589,-0.4059189558029175,0.7355303168296814,0.41740351915359497,0.01926714926958084,0.44391629099845886,-0.007329821586608887,0.005986154079437256,-0.0042528510093688965 +366,2.5341905997392766,0.3991140807838554,-0.00041691776968292925,0.5258796215057373,-0.38860219717025757,0.7565972208976746,0.32269734144210815,0.2911824584007263,0.04129411280155182,-0.050385117530822754,0.0014713704586029053,0.04587787389755249 +367,2.614327654657309,0.3485912934859483,0.009012381511192942,0.4729084372520447,-0.34157416224479675,0.8122100234031677,0.5625436305999756,1.7250863313674927,-0.8481956124305725,-0.1322101354598999,-0.006097376346588135,-0.0274350643157959 +368,2.878072563533147,0.1451080424363478,0.12210104965770201,0.25774314999580383,-0.1445993334054947,0.9553321003913879,2.456021308898926,3.491037130355835,-2.7334587574005127,-0.19748619198799133,0.10602511465549469,-0.12905347347259521 +369,3.120824163804957,-0.15744016626561033,0.32589362546264117,0.020510150119662285,0.15679055452346802,0.9874189496040344,1.9154260158538818,0.40470942854881287,-1.525251865386963,0.13970713317394257,-0.006583020091056824,0.13150811195373535 +370,3.1099120746882516,-0.27318178606938837,0.38389591631198616,0.030500683933496475,0.26979658007621765,0.9624344110488892,1.0475481748580933,0.05691519007086754,-0.22872017323970795,0.17440959811210632,0.09470540285110474,0.17462027072906494 +371,3.1146728048112746,-0.2999583182795914,0.37537704982955367,0.025714745745062828,0.2954804003238678,0.9550029039382935,-0.3721085786819458,0.08264735341072083,0.276796817779541,0.05410398542881012,-0.04097899794578552,0.14274513721466064 +372,3.117568235444565,-0.2763417069529829,0.3578082940932173,0.023110702633857727,0.2728379964828491,0.9617821574211121,0.06644720584154129,0.17947226762771606,0.14596326649188995,0.003027595579624176,0.0058026909828186035,-0.07652848958969116 +373,3.117156291183777,-0.28071982941396334,0.34815875125603946,0.023477498441934586,0.27704736590385437,0.9605695009231567,0.0171024389564991,0.08278631418943405,0.008107095956802368,-0.03708833456039429,0.03244668245315552,0.03383064270019531 +374,3.1281578572125994,-0.2745162568125552,0.3533532385453618,0.012931362725794315,0.2710813283920288,0.9624696969985962,-0.19374728202819824,0.00799870677292347,0.03642916679382324,0.03885696828365326,-0.007882475852966309,0.004708766937255859 +375,3.12710143841606,-0.26283837207465943,0.34343623424923675,0.013993045315146446,0.2598224878311157,0.9655550718307495,-0.14662639796733856,-0.02262928895652294,0.06972027570009232,-0.0014045462012290955,-0.014918923377990723,0.007269024848937988 +376,3.1299355997682707,-0.2533001779657646,0.3371565983870546,0.011284828186035156,0.2506001889705658,0.9680247902870178,-0.11172066628932953,-0.10306967049837112,0.04273754730820656,0.0069951992481946945,-0.006276518106460571,-0.004646003246307373 +377,3.1254894870270147,-0.24431973781477645,0.3259943206532303,0.01562426332384348,0.24189631640911102,0.9701764583587646,-0.08969096839427948,-0.007941357791423798,0.09126612544059753,-0.007460808381438255,-0.0025316625833511353,0.0034869909286499023 +378,3.1180567049639416,-0.23533975335917834,0.31590312315804536,0.022885072976350784,0.23317338526248932,0.9721659421920776,-0.03631916642189026,-0.00219950033351779,0.06751993298530579,-0.008099304512143135,0.002361312508583069,-0.005643606185913086 +379,3.116126036080299,-0.232300073057997,0.31263458337522504,0.02477988973259926,0.23021642863750458,0.9728238582611084,-0.002714909613132477,0.03879162669181824,0.021088864654302597,-0.003326037898659706,0.012627184391021729,0.001983821392059326 +380,3.113570841344197,-0.22852082735489537,0.30656091618648584,0.02728974260389805,0.2265370488166809,0.9736201167106628,-0.05674184113740921,-0.016673266887664795,0.07065653055906296,-0.012793894857168198,0.004023253917694092,-0.003832578659057617 +381,3.114153305358288,-0.22705408305787372,0.30598923538749073,0.026731733232736588,0.22510819137096405,0.9739671349525452,-0.04788826406002045,-0.017551962286233902,0.03608120605349541,0.009141683578491211,-0.016428962349891663,0.0020918846130371094 +382,3.113514542239197,-0.2260890480830084,0.3039286927123943,0.027359938248991966,0.2241678237915039,0.974166214466095,0.008475672453641891,0.003272359725087881,-0.005030810832977295,-0.00039766542613506317,0.004713967442512512,0.0032200217247009277 +383,3.1137997778335382,-0.2243749228578391,0.30194336149235673,0.027092712000012398,0.22249700129032135,0.9745568037033081,-0.02544684149324894,0.00835440494120121,0.08376156538724899,0.019599178805947304,-0.013970404863357544,0.0011969208717346191 +384,3.111809920907632,-0.22290490620981424,0.2966949293831976,0.0290415957570076,0.22106358408927917,0.9748268723487854,-0.0064785415306687355,0.03682665526866913,0.029805807396769524,-0.003864595666527748,-0.004190430045127869,0.0150260329246521 +385,3.110553964497938,-0.22168969286838544,0.2941672475277315,0.03027423471212387,0.21987827122211456,0.9750576615333557,0.048850975930690765,0.01852618344128132,-0.02701079100370407,-0.014069397002458572,0.008286431431770325,0.0031987428665161133 +386,3.112776940211329,-0.22109146614328465,0.2952053268185234,0.028110414743423462,0.21929465234279633,0.9752538204193115,-0.03550400584936142,-0.0082504041492939,-0.015333326533436775,0.001461118459701538,0.004063531756401062,-0.0032535791397094727 +387,3.1132900902954552,-0.2211967986686422,0.29515717453237855,0.027609309181571007,0.2193974256515503,0.9752451181411743,-0.0307585708796978,0.017517248168587685,0.05642083287239075,0.01816706731915474,-0.004050076007843018,0.015676140785217285 +388,3.1140137949807585,-0.2197821262405396,0.2918840260510615,0.026912031695246696,0.21801699697971344,0.975573718547821,-0.032808512449264526,0.02514468878507614,0.07029186934232712,0.006901441141963005,0.002716630697250366,0.005276381969451904 +389,3.1138656290555864,-0.219445563294109,0.28910837921408095,0.02705862745642662,0.21768851578235626,0.9756435751914978,0.030923306941986084,0.04803360253572464,-0.035197727382183075,-0.013005273416638374,0.014290928840637207,0.000949859619140625 +390,3.1160723590005066,-0.2215405993798383,0.2914320890066256,0.024893883615732193,0.2197328358888626,0.9752426147460938,-0.0016242796555161476,0.021332019940018654,0.0011494336649775505,0.006188277155160904,-0.011282488703727722,0.0142289400100708 +391,3.1165963192935835,-0.22187802760625366,0.28874317892557705,0.02438102476298809,0.2200620025396347,0.9751808643341064,0.011118115857243538,0.015714947134256363,0.04118720442056656,0.003298413008451462,-0.0006864368915557861,0.006187856197357178 +392,3.1173687303121023,-0.2225133348140377,0.28768106576153984,0.023624392226338387,0.22068168222904205,0.9750596880912781,0.0038676792755723,0.012271098792552948,-0.016130752861499786,0.0016594193875789642,0.008749440312385559,0.0038220882415771484 +393,3.1171879965651885,-0.2233872971066673,0.28786185131663583,0.023795897141098976,0.22153401374816895,0.9748620390892029,-0.011669051833450794,-0.0008424725383520126,-0.018853338435292244,-0.0036390461027622223,0.0017630457878112793,0.013937771320343018 +394,3.1185270047393074,-0.22296899644920837,0.28774980411348355,0.02249266766011715,0.22112609446048737,0.9749857187271118,0.0006151702255010605,-0.009783228859305382,-0.006250500679016113,0.0019213929772377014,-0.0031848400831222534,-0.0019328594207763672 +395,3.1190115004134067,-0.22385035628157557,0.2867292412436464,0.022015878930687904,0.22198554873466492,0.974801242351532,-0.027500661090016365,-0.008356350474059582,0.009830616414546967,0.0003840215504169464,0.0048363059759140015,0.014609038829803467 +396,3.120321443897085,-0.22461629954635973,0.2852372641856121,0.02073531039059162,0.2227323204278946,0.974659264087677,-0.0072935959324240685,0.008539145812392235,0.05152890831232071,0.011155560612678528,-0.0003354400396347046,0.010020971298217773 +397,3.122109938140839,-0.22535408305927498,0.28396108433058953,0.018988892436027527,0.22345151007175446,0.9745299816131592,0.036015089601278305,0.03439611569046974,0.0005552452057600021,-0.0009682662785053253,-0.0013140738010406494,-0.002682507038116455 +398,3.1221317230367984,-0.22699953604630532,0.2829171392940973,0.018960488960146904,0.2250550538301468,0.9741618037223816,0.029958093538880348,0.031431492418050766,-0.018201282247900963,-0.013482581824064255,0.0015685409307479858,0.0037436485290527344 +399,3.122623524136041,-0.2271347579688819,0.2815822156331165,0.018480807542800903,0.2251867949962616,0.9741401672363281,-0.026333006098866463,-0.012675724923610687,0.004613712430000305,-0.0067620594054460526,0.004839390516281128,0.008449375629425049 +400,3.123740543785149,-0.22788508446787095,0.2819285863341808,0.01738964393734932,0.225917786359787,0.9739910960197449,0.04089342802762985,0.01472197100520134,-0.026409640908241272,-0.005304684862494469,0.004306778311729431,-0.0015332698822021484 +401,3.1258935864762414,-0.22851647476204273,0.28265779775303246,0.015290319919586182,0.22653281688690186,0.9738836288452148,-0.04710843786597252,-0.021453995257616043,0.015211000107228756,0.010710658505558968,-0.0023811757564544678,0.009301304817199707 +402,3.1268235416712797,-0.22911664346133984,0.282446920802939,0.014382637105882168,0.22711734473705292,0.9737614393234253,-0.001212114468216896,-0.005556387826800346,0.039907440543174744,0.018515314906835556,-0.009587988257408142,0.004266142845153809 +403,3.132565501012066,-0.22775693267672495,0.2796871072308498,0.008793909102678299,0.22579295933246613,0.9741355180740356,-0.048869624733924866,0.2929927408695221,0.06758179515600204,0.009745517745614052,0.005316600203514099,0.059693098068237305 +404,-3.111596944771985,-0.18908671767192675,0.27660582666810096,-0.029456662014126778,0.18796196579933167,0.9817346930503845,-0.5929698944091797,0.6255353689193726,-0.08873412013053894,-0.04157301038503647,0.0034290701150894165,0.0659797191619873 +405,-3.0390230162741374,-0.11186072547552821,0.2900568636337418,-0.10174993425607681,0.11162758618593216,0.9885271191596985,-0.7543472647666931,0.6461345553398132,-0.18258193135261536,0.046070635318756104,0.028142891824245453,-0.03622627258300781 +406,-2.9715131327610957,-0.04497892238502919,0.28558927013066043,-0.16908955574035645,0.04496375843882561,0.9845746755599976,-0.8157874941825867,0.5795611143112183,0.009124004282057285,0.02191852033138275,-0.0006064549088478088,0.05032229423522949 +407,-2.906009054099231,0.041622939287400164,0.26305487851300957,-0.2332083284854889,-0.041610922664403915,0.9715360403060913,-0.9111269116401672,0.5661675333976746,0.04069261997938156,0.026283904910087585,0.026703085750341415,-0.020730435848236084 +408,-2.8518577197133035,0.10972773279274321,0.23303993109329016,-0.2839799225330353,-0.10950767248868942,0.9525559544563293,-0.5554010272026062,0.3183954656124115,0.15513861179351807,0.02693045139312744,0.03592982888221741,-0.073772132396698 +409,-2.819001071058215,0.12712768284272294,0.2027725399676065,-0.3144672214984894,-0.1267855316400528,0.940763533115387,-0.031100915744900703,0.32221055030822754,0.24970483779907227,0.005430936813354492,0.009201288223266602,-0.024991989135742188 +410,-2.778033121956537,0.13915742334696352,0.17758177965609023,-0.35216572880744934,-0.13870872557163239,0.9256017804145813,-0.31885185837745667,0.4557196795940399,-0.006734700873494148,-0.010306715965270996,0.004141509532928467,0.07514560222625732 +411,-2.721845890154617,0.19056436331159732,0.15927163355889998,-0.4001520276069641,-0.18941307067871094,0.8966613411903381,-0.6810545325279236,0.4339127242565155,-0.07246212661266327,0.027318686246871948,0.028264954686164856,0.009039640426635742 +412,-2.6805123902266885,0.23126114590220648,0.13519079229048545,-0.43307146430015564,-0.22920528054237366,0.8717308640480042,-0.28486305475234985,0.282500684261322,0.12834888696670532,0.022472620010375977,0.004061788320541382,-0.02968961000442505 +413,-2.6614335745418547,0.24247271582149524,0.11778420324168602,-0.44840770959854126,-0.24010373651981354,0.8609763383865356,-0.018974456936120987,-0.015521779656410217,0.12564034759998322,0.0363900363445282,0.008597448468208313,-0.05787593126296997 +414,-2.6628749985841753,0.22415746543565737,0.10482853074991497,-0.44911694526672363,-0.22228498756885529,0.865380585193634,0.060486942529678345,-0.06425688415765762,0.15517669916152954,-0.01218673586845398,-0.009618088603019714,0.029806852340698242 +415,-2.658898163172516,0.2237897019603471,0.09043742126619943,-0.4525927007198334,-0.22192640602588654,0.8636598587036133,-0.23268581926822662,-0.046469468623399734,0.05601157620549202,0.0024584829807281494,0.0072657763957977295,0.03587621450424194 +416,-2.6705643846099067,0.2314205161824244,0.07499429016609911,-0.44170525670051575,-0.2293604016304016,0.867347002029419,0.03724564239382744,-0.2252911925315857,0.18060007691383362,0.03681322932243347,0.015462666749954224,-0.06442928314208984 +417,-2.6900860937389517,0.2043389976870395,0.06926448903076421,-0.4272441267967224,-0.20291996002197266,0.8810709714889526,0.21916644275188446,-0.13707637786865234,0.09237673878669739,-0.04368788003921509,-0.0028600841760635376,0.022890210151672363 +418,-2.6970802828590994,0.199433015358453,0.07388503933171905,-0.42149442434310913,-0.19811362028121948,0.884925901889801,-0.10351931303739548,-0.02784252166748047,-0.02142968401312828,-0.00027382373809814453,-0.0017460435628890991,0.0533066987991333 +419,-2.6972715781579315,0.2104391130643065,0.07252263002827582,-0.4203622043132782,-0.20888935029506683,0.8829838633537292,-0.11079426109790802,0.03921172022819519,-0.022196482867002487,0.0038889050483703613,0.002621084451675415,-0.00487130880355835 +420,-2.6940465193692567,0.2193410980822123,0.07067351006882217,-0.42238637804985046,-0.21758656203746796,0.8799126744270325,-0.07786065340042114,0.016292231157422066,-0.01666254736483097,0.0010758936405181885,0.0014762729406356812,-0.011168599128723145 +421,-2.688011328651996,0.23300649229791473,0.07117984034259457,-0.42634621262550354,-0.23090380430221558,0.8745927214622498,-0.19894130527973175,0.08942557126283646,-0.08765587955713272,-4.5359134674072266e-05,0.007606685161590576,0.02567589282989502 +422,-2.681193834486469,0.2511453028704436,0.06909021077682387,-0.4303668439388275,-0.24851348996162415,0.8677703142166138,-0.18630509078502655,0.002938863355666399,-0.07630608975887299,0.005913138389587402,0.01104097068309784,-0.023883044719696045 +423,-2.675731802708896,0.2640689072550613,0.06794172072898351,-0.4336213171482086,-0.2610105574131012,0.8624652028083801,-0.042640216648578644,0.0970735102891922,-0.004262492060661316,0.028424113988876343,-0.003943085670471191,0.00019049644470214844 +424,-2.6679650596078703,0.2746977705559934,0.06212084906642451,-0.4390164315700531,-0.27125605940818787,0.8565539717674255,-0.15101265907287598,0.04659608006477356,-0.029189640656113625,0.005346417427062988,-0.007659345865249634,0.0057201385498046875 +425,-2.6742978553828847,0.29423932852217577,0.05703808152842283,-0.43111279606819153,-0.2900119423866272,0.8544207215309143,-0.16271205246448517,-0.08193228393793106,-0.042346756905317307,-0.006982237100601196,-0.013500601053237915,0.004038691520690918 +426,-2.6758251000387747,0.2970423657159722,0.05337642191353073,-0.4294406771659851,-0.2926933765411377,0.8543485999107361,-0.02218567207455635,-0.03598887845873833,0.06224086508154869,0.01040378212928772,-0.014618635177612305,0.010595917701721191 +427,-2.683345431573597,0.2904773418240309,0.052641397264177346,-0.4238445460796356,-0.2864096164703369,0.8592588305473328,0.19313286244869232,-0.02350396290421486,0.09761814028024673,0.019044041633605957,-0.013318866491317749,-0.017400801181793213 +428,-2.6927694998074077,0.2775096113963807,0.05146300617212323,-0.41730451583862305,-0.2739613950252533,0.8664880990982056,0.14207792282104492,-0.03616275638341904,0.06891558319330215,0.00020560622215270996,-0.008753389120101929,0.009503543376922607 +429,-2.702827804600988,0.269074648259381,0.05274577938293986,-0.4095354676246643,-0.26583948731422424,0.8727028965950012,0.083003468811512,-0.09425319731235504,0.02476802095770836,-0.003916740417480469,-0.012587666511535645,0.009423017501831055 +430,-2.7098802697532944,0.2643790915414545,0.055328905850282224,-0.40388840436935425,-0.26130998134613037,0.8766932487487793,0.03574598580598831,-0.06369397789239883,-0.013135761022567749,0.000552833080291748,-0.003338456153869629,0.011627554893493652 +431,-2.724115313576197,0.2616238789540193,0.06174148866110742,-0.3916585445404053,-0.2586494982242584,0.8830083608627319,0.1058812364935875,-0.17900606989860535,-0.055254943668842316,0.002147465944290161,0.001157522201538086,-0.01487499475479126 +432,-2.7460936707482304,0.2546052081035306,0.07620886042424735,-0.37284860014915466,-0.25186336040496826,0.8930555582046509,0.08122016489505768,-0.30127596855163574,-0.13538475334644318,0.009094446897506714,-0.014677077531814575,0.0061751604080200195 +433,-2.786024842877285,0.25450203142719374,0.09749098351285168,-0.33690935373306274,-0.2517635226249695,0.907252848148346,0.19378462433815002,-0.5975794792175293,-0.5109538435935974,0.0029096901416778564,0.026833683252334595,-0.012675642967224121 +434,-2.8548088210551286,0.2550308856308639,0.12854353027000556,-0.2737196385860443,-0.252275288105011,0.928135097026825,0.09910603612661362,-0.8281605243682861,-0.3172690272331238,0.0004957914352416992,0.010255664587020874,-0.04147738218307495 +435,-2.96044655338664,0.255931223325866,0.16904446598732975,-0.17428894340991974,-0.2531464099884033,0.9515986442565918,0.1607256531715393,-0.6914699673652649,-0.2467784434556961,-0.014416486024856567,-0.013271987438201904,0.022873222827911377 +436,-3.0521438705346724,0.2764709736589979,0.2140101260517947,-0.08593721687793732,-0.2729623317718506,0.9581784605979919,-0.47930094599723816,-0.47773829102516174,-0.25490909814834595,-0.02960231900215149,-0.02153223752975464,0.06898194551467896 +437,-3.124170409130618,0.33225508176078605,0.2611295647470268,-0.016468573361635208,-0.32617560029029846,0.9451656937599182,-0.5109997391700745,-0.5610091686248779,-0.44852808117866516,-0.006999442353844643,0.0031165778636932373,-0.02562534809112549 +438,3.120978136734853,0.34828959985638186,0.30112907671469186,0.019375404343008995,-0.34129059314727783,0.9397581219673157,-0.06401865929365158,-0.31894344091415405,-0.4876399338245392,-0.026775918900966644,0.00576511025428772,0.005584895610809326 +439,3.0932406364568696,0.38943215017790717,0.33426329477002525,0.044714223593473434,-0.3796631395816803,0.924043595790863,-0.7667637467384338,-0.1929551064968109,-0.3746144771575928,0.0060517676174640656,0.015054374933242798,0.06515312194824219 +440,3.0592197593935846,0.4721761791723279,0.3669549645273114,0.07327677309513092,-0.45482543110847473,0.8875609040260315,-0.6221615672111511,-0.24683688580989838,-0.22269652783870697,0.008266188204288483,0.02510744333267212,-0.021899282932281494 +441,3.0324215413220683,0.512654434642026,0.386480866761742,0.09494784474372864,-0.49049216508865356,0.866257905960083,-0.1864863932132721,-0.04208999499678612,-0.00022639334201812744,-0.002952583134174347,-0.010270893573760986,-0.02697855234146118 +442,3.021923091696566,0.5174349791152912,0.39374639856692367,0.10375567525625229,-0.49465253949165344,0.8628753423690796,-0.004513034597039223,-0.02561587654054165,-0.0015789736062288284,0.009540833532810211,-0.006110429763793945,-0.008733987808227539 +443,3.0196283033328246,0.5141742069749441,0.3889587880656627,0.10593121498823166,-0.4918160140514374,0.864231526851654,0.09171616286039352,-0.04994417354464531,0.007872088812291622,-0.004109293222427368,0.0016730725765228271,-0.012500941753387451 +444,3.02070028845195,0.5088047610250909,0.3836925682050032,0.10532166808843613,-0.48713377118110657,0.8669536113739014,0.0029208087362349033,-0.02507111430168152,-0.015420790761709213,-0.000432722270488739,-7.94827938079834e-05,0.013875424861907959 +445,3.02337020872506,0.5051107450517849,0.3789762877209181,0.10321813076734543,-0.4839043617248535,0.8690126538276672,0.04170583561062813,-0.03212356939911842,-0.05297250300645828,-0.007209807634353638,0.0017265081405639648,0.0040343403816223145 +446,3.0242623949939444,0.5016795935377272,0.37555584523768876,0.10263652354478836,-0.4808988571166992,0.8707482218742371,0.08363835513591766,-0.004795589484274387,-0.009557921439409256,-0.013677775859832764,0.010744988918304443,-0.012441158294677734 +447,3.0297624881697347,0.4901686502337989,0.3705905867207843,0.09845703840255737,-0.47077468037605286,0.8767424821853638,0.126772940158844,0.062190569937229156,0.0573488287627697,0.003746330738067627,-0.010975778102874756,0.009457409381866455 +448,3.0334261847971464,0.47894261628842105,0.364556274564424,0.09580878913402557,-0.46084102988243103,0.8822959661483765,0.18913623690605164,-0.020432371646165848,0.10708248615264893,0.009965136647224426,-0.00015750527381896973,-0.006197333335876465 +449,3.0362991970501776,0.46245229696695594,0.3526847890171943,0.0940595269203186,-0.446144163608551,0.8900046348571777,0.22941972315311432,0.0011722089257091284,0.09600480645895004,0.011210858821868896,-0.020790070295333862,-0.0032858848571777344 +450,3.0360709399736154,0.4395528399452126,0.3455198455329221,0.09531393647193909,-0.42553484439849854,0.8999086618423462,0.29858580231666565,-0.1386776864528656,0.027782602235674858,0.006813153624534607,-0.00471729040145874,-0.00888681411743164 +451,3.0284737992558894,0.412987647125289,0.34081034052163,0.10338769853115082,-0.4013475775718689,0.9100723266601562,0.11496293544769287,-0.16965514421463013,-0.02671952173113823,-0.004953227937221527,-0.015171676874160767,0.03302788734436035 +452,3.0204531017380507,0.39688228218602534,0.3370459839049029,0.1114504337310791,-0.3865448534488678,0.9155121445655823,0.2916555106639862,0.04115419089794159,0.06995060294866562,0.013351231813430786,0.017800867557525635,-0.0058286190032958984 +453,3.049198939535598,0.36468317913389353,0.31107090751534855,0.08619488775730133,-0.3566533327102661,0.9302524328231812,0.4943861961364746,0.4949380159378052,0.3949970304965973,-0.00013528764247894287,-0.020895004272460938,0.00836181640625 +454,3.101531170430155,0.3139829114324178,0.2792018009075405,0.0380927212536335,-0.3088492751121521,0.9503477215766907,0.4031096398830414,0.08861991763114929,0.057097576558589935,0.010201338678598404,0.004726380109786987,-0.001556396484375 +455,3.1167468652009083,0.26416269437424,0.26771984053020315,0.023981450125575066,-0.261101096868515,0.9650132656097412,0.6320996284484863,0.11836303025484085,-0.008241862058639526,0.010671256110072136,0.005226552486419678,-0.0016651153564453125 +456,3.128680476893304,0.1874957557113347,0.2694330936718658,0.012685524299740791,-0.18639913201332092,0.9823920130729675,0.5129562616348267,0.013453210704028606,0.01272132620215416,0.01420046016573906,0.014814063906669617,0.015181660652160645 +457,3.115493244275403,0.16611170615878124,0.264363197337541,0.025737231597304344,-0.1653488427400589,0.9858992099761963,0.05209385231137276,-0.13843503594398499,0.09679652005434036,-0.020076222717761993,0.006474345922470093,-0.0007460713386535645 +458,3.1139470382325007,0.16038101773809185,0.25715968687130486,0.027287352830171585,-0.1596943438053131,0.9867894649505615,0.021904833614826202,-0.07626141607761383,-0.060072798281908035,-0.021931514143943787,0.0014606863260269165,0.04472005367279053 +459,3.0995326614893717,0.15468207554812752,0.2662616184500823,0.041545569896698,-0.15406598150730133,0.9871867895126343,0.06516673415899277,-0.11649482697248459,-0.016196534037590027,0.017765343189239502,-0.004778012633323669,0.011943459510803223 +460,3.0717779358332025,0.15212243827657107,0.2743369503416794,0.06895243376493454,-0.15153640508651733,0.9860437512397766,-0.04554469883441925,-0.265606552362442,0.0066713858395814896,0.01480305939912796,-0.009581148624420166,0.007318615913391113 +461,3.045169278224917,0.15239932267302284,0.27851132491616226,0.0951581820845604,-0.15181007981300354,0.9838184118270874,0.04941181093454361,-0.22264567017555237,-0.07836969941854477,0.0013841763138771057,0.00483742356300354,-0.00031316280364990234 +462,3.030428629863541,0.14278389977969416,0.2827685151231075,0.10980630666017532,-0.14229923486709595,0.9837141633033752,0.1922256499528885,-0.14313825964927673,-0.06636036932468414,0.01285911351442337,0.007640406489372253,-0.01914501190185547 +463,3.0116169290548007,0.11317327606372692,0.28359081046355294,0.12878094613552094,-0.11293184012174606,0.9852219223976135,0.33364957571029663,-0.084874726831913,0.06028260290622711,0.009295850992202759,-0.0062240660190582275,0.0152970552444458 +464,3.007786735601958,0.08729324004607993,0.27615299200815524,0.13289903104305267,-0.08718241751194,0.987287700176239,0.17628847062587738,-0.02290324494242668,0.06587375700473785,0.005086183547973633,0.004952810704708099,0.013581991195678711 +465,3.0144453492380867,0.06884362369154931,0.26728184252450815,0.12650461494922638,-0.06878925859928131,0.9895779490470886,0.24407213926315308,0.05097435042262077,0.010863160714507103,0.00937490165233612,0.005327947437763214,0.0032961368560791016 +466,3.016147109708556,0.053343350650787595,0.2648158964983242,0.12493880093097687,-0.05331805720925331,0.9907306432723999,0.14111177623271942,0.0048594349063932896,-0.005254784598946571,0.011200100183486938,0.008640330284833908,-0.0007405281066894531 +467,3.017320505362856,0.043032134665769106,0.26252653363258127,0.12383780628442764,-0.04301885515451431,0.9913697838783264,0.044179558753967285,0.03887766972184181,0.05260227620601654,0.011873871088027954,0.0005689002573490143,0.02761232852935791 +468,3.020582661037559,0.04371243546370004,0.2595030911677362,0.12059958279132843,-0.0436985157430172,0.9917390942573547,0.0071008820086717606,0.081767737865448,0.03190852329134941,-0.0030153319239616394,0.001996241509914398,0.008077859878540039 +469,3.025768990604189,0.04069002194440596,0.2570409163629627,0.11546923965215683,-0.04067879542708397,0.9924779534339905,0.078905388712883,0.05093371868133545,0.008185922168195248,0.007989659905433655,0.007536694407463074,0.0010372400283813477 +470,3.0249899571813144,0.036916791555104266,0.25546831407818027,0.1162593811750412,-0.036908406764268875,0.9925329089164734,-0.008603508584201336,-0.0007422240450978279,0.04502318799495697,0.008984744548797607,5.8434903621673584e-05,0.01590520143508911 +471,3.025354242974553,0.03672559398221846,0.25170972942872055,0.11589866131544113,-0.03671734035015106,0.9925824403762817,0.07414817065000534,0.03600345551967621,0.01877705007791519,0.000800594687461853,0.013615522533655167,-0.0024088621139526367 +472,3.024231426388716,0.033990488185566416,0.2510860517934529,0.11702437698841095,-0.03398394212126732,0.9925475716590881,0.03889360651373863,0.058725886046886444,-0.03353805094957352,-0.004795968532562256,0.004030939191579819,0.0025697946548461914 +473,3.0265066356808448,0.031038075652127795,0.2511118184021215,0.11477682739496231,-0.031033093109726906,0.9929064512252808,0.03761812299489975,0.0024055493995547295,-0.03485315665602684,0.0009916052222251892,-0.0014986451715230942,0.004499554634094238 +474,3.029012145265131,0.028488857989916773,0.24871366729480876,0.11229728162288666,-0.028485003858804703,0.9932665228843689,-0.00964111927896738,-0.005065049510449171,0.05192644149065018,0.003577984869480133,0.0008055549114942551,0.00888514518737793 +475,3.0330601545197284,0.025717971718808554,0.2414790831670249,0.10828369855880737,-0.025715136900544167,0.9937870502471924,0.03573528677225113,0.10659468919038773,0.07376965135335922,-0.013999678194522858,0.005024230107665062,0.016374945640563965 +476,3.059780500742012,0.02385078478172881,0.22655107443516964,0.08169768750667572,-0.023848524317145348,0.996371865272522,0.035968586802482605,0.5013930797576904,0.2706705331802368,0.0002877861261367798,0.0028676874935626984,0.008938193321228027 +477,3.116337565183179,0.014403469627943893,0.19747696997534658,0.0252497848123312,-0.014402971602976322,0.9995774626731873,0.1162244975566864,0.5780372619628906,0.27749761939048767,-0.0063288863748312,0.00033436715602874756,0.01081383228302002 +478,-3.110650181869937,0.001931445646872221,0.17360626839305396,-0.03093748725950718,-0.0019314443925395608,0.9995198249816895,0.001956544816493988,0.3590172529220581,0.21597906947135925,0.027885718271136284,-0.008383497595787048,0.007194399833679199 +479,-3.0678260851974732,-0.007263890451965512,0.14713233096700154,-0.0736977607011795,0.007263826671987772,0.9972544312477112,0.061432983726263046,0.39799460768699646,0.2238759845495224,0.010450072586536407,-0.0034796446561813354,0.022688984870910645 +480,-3.042581160644295,-0.008752079192013939,0.13085201664772472,-0.09884602576494217,0.008751967921853065,0.995064377784729,0.014674457721412182,0.12930570542812347,0.09898613393306732,0.009765200316905975,0.013571641407907009,-0.015327930450439453 +481,-3.034990012854926,-0.019377650585816905,0.12425103352742227,-0.1063808724284172,0.019376438111066818,0.9941366314888,0.17093701660633087,0.024243850260972977,0.12722477316856384,0.028988294303417206,0.006883937865495682,-0.026302218437194824 +482,-3.0548976713706737,-0.045874505066617444,0.12222388658759249,-0.08649532496929169,0.045858416706323624,0.9951961636543274,0.3969458043575287,-0.5273245573043823,-0.10233796387910843,-0.004492826759815216,0.015024147927761078,-0.07831090688705444 +483,-3.128220070724612,-0.13454076105459475,0.1430379726823528,-0.01325133815407753,0.13413523137569427,0.9908742308616638,1.4257978200912476,-0.8050968050956726,-0.2495633214712143,-0.02526184171438217,0.009984001517295837,-0.12094038724899292 +484,3.106960861400172,-0.24076442624760924,0.17154992538471667,0.033626142889261246,0.23844507336616516,0.9705734252929688,0.2853076159954071,-0.22669310867786407,-0.3153410851955414,0.011249955743551254,-0.013957798480987549,0.29216742515563965 +485,3.111260399690579,-0.21933610807124165,0.17254972628934848,0.02960101328790188,0.21758168935775757,0.9755930304527283,-0.2980506420135498,0.059521447867155075,0.18275320529937744,0.03888043016195297,-0.006476342678070068,-0.04138904809951782 +486,3.10932185634606,-0.2152897653572909,0.16194969998193084,0.031520333141088486,0.21363051235675812,0.9764057397842407,0.08880657702684402,-0.02334027923643589,0.047177646309137344,-0.03493830934166908,0.0083237886428833,-0.02161771059036255 +487,3.1122351652355476,-0.22123567661815255,0.16773314251266727,0.0286378413438797,0.21943534910678864,0.9752064943313599,0.00772998109459877,0.03787577152252197,-0.05348828434944153,0.018145600333809853,0.015427887439727783,0.02380150556564331 +488,3.113761187767717,-0.22063657644956702,0.16994141127400617,0.027153288945555687,0.21885080635547638,0.9753807783126831,0.003460549283772707,-0.033041708171367645,0.02161734737455845,0.02657291293144226,-0.016488686203956604,-0.005623459815979004 +489,3.1096782494375406,-0.21842478115904262,0.16472462452949313,0.031150832772254944,0.21669210493564606,0.9757429957389832,-0.007719461806118488,-0.020670924335718155,0.02693210169672966,-0.013557450845837593,0.015348300337791443,-0.003452897071838379 +490,3.109560032962749,-0.2203007055334731,0.1647841802582315,0.03125309571623802,0.2185230702161789,0.9753309488296509,0.029299143701791763,0.01359521970152855,-0.02597855217754841,-0.006671193987131119,-0.0029316991567611694,0.0055190324783325195 +491,3.110109114795372,-0.22165304215025763,0.1671897630868897,0.030708227306604385,0.21984252333641052,0.975051760673523,0.04469943419098854,0.014987792819738388,-0.009564623236656189,0.013328632339835167,-0.003060951828956604,-0.0010834336280822754 +492,3.1080037099002715,-0.2225246563054385,0.16540239257922273,0.03275459632277489,0.2206927239894867,0.9747932553291321,0.0190286785364151,0.009845005348324776,-0.0033826977014541626,-0.009011920541524887,0.006129175424575806,0.009093403816223145 +493,3.1072617790691424,-0.2218397749054045,0.16430433820582838,0.03348298743367195,0.2200246900320053,0.9749192595481873,0.037578046321868896,6.761262193322182e-05,-0.021368544548749924,-0.0013479813933372498,0.012748092412948608,-0.006886661052703857 +494,3.1070368149742125,-0.22280444580889647,0.16445433953675348,0.03369497135281563,0.22096560895442963,0.9746994376182556,-0.002841969020664692,0.009582883678376675,0.00019225385040044785,0.0017206817865371704,-0.0003235042095184326,0.00268709659576416 +495,3.106342056360794,-0.22309908958228455,0.1623087800179827,0.03436983749270439,0.22125296294689178,0.974610447883606,-0.007190106436610222,-0.013333780691027641,0.009950002655386925,-0.008139986544847488,0.002150923013687134,0.011137664318084717 +496,3.1047971759306394,-0.2214445163636963,0.16199451834531212,0.035888880491256714,0.21963909268379211,0.974920928478241,0.02862514927983284,0.02596781961619854,0.010352406650781631,0.0022123195230960846,0.0042073726654052734,-0.005133271217346191 +497,3.1047850902895555,-0.22218029197310998,0.1622078054659294,0.035894691944122314,0.22035683691501617,0.9747583270072937,0.018274828791618347,0.020356569439172745,-0.013878442347049713,0.00922553613781929,-0.00742049515247345,0.0025209784507751465 +498,3.1044841587969625,-0.22248515071148459,0.16168243327893436,0.03618554025888443,0.2206542044878006,0.9746806025505066,-0.002293463796377182,-0.013943597674369812,-0.001984652131795883,0.004311282187700272,-0.000591963529586792,0.008168458938598633 +499,3.102705875454465,-0.2217158087429358,0.16067024823160703,0.03792533278465271,0.21990375220775604,0.9747840762138367,-0.03471148759126663,-0.051937468349933624,-0.016081523150205612,-0.0051799677312374115,0.011648356914520264,0.0035636425018310547 +500,3.1036701524857686,-0.22331626177047015,0.1602633083997253,0.03697195276618004,0.22146475315093994,0.9744670987129211,-0.008083885535597801,0.01547391340136528,0.031432539224624634,-0.0029906369745731354,-0.001356765627861023,0.008351325988769531 +501,3.105271551713725,-0.2237910518784472,0.16123946014627663,0.03540757670998573,0.2219277173280716,0.9744199514389038,-0.04686113819479942,0.002388371154665947,0.021210264414548874,0.012138806283473969,-0.008457273244857788,0.011663973331451416 +502,3.104454764797771,-0.2239579578600833,0.16015970833638077,0.0362020842730999,0.2220904678106308,0.9743537306785583,-0.006080105900764465,-0.039365217089653015,0.0061598652973771095,-0.0027395635843276978,0.002518877387046814,0.010295867919921875 +503,3.105095146709156,-0.22166948417800109,0.15908722858419153,0.0355965755879879,0.2198585569858551,0.9748821258544922,-0.07722389698028564,0.016851332038640976,0.04516341909766197,0.00013950839638710022,0.0038810670375823975,0.009386062622070312 +504,3.1050039617921725,-0.21917153675798923,0.16045662731550564,0.03570543974637985,0.2174210548400879,0.9754244685173035,-0.005939844995737076,-0.007905527949333191,-0.026146523654460907,-0.005676150321960449,-0.0016770809888839722,-0.002905726432800293 +505,3.105804443469992,-0.21926782541090703,0.16107530431850353,0.03492387384176254,0.2175150364637375,0.9754318594932556,0.010138159617781639,0.031032081693410873,0.014878218993544579,0.004810009151697159,-0.007065832614898682,0.005998075008392334 +506,3.1049370412154946,-0.2174984635577588,0.15984324926343932,0.03578400984406471,0.21578769385814667,0.9757845401763916,0.027230314910411835,0.010779758915305138,-0.009383976459503174,-0.003999948501586914,0.00657866895198822,-0.005951046943664551 +507,3.1041145964821064,-0.21727350750073074,0.15910460145013558,0.03658832982182503,0.21556803584098816,0.9758029580116272,-0.02241411805152893,-0.021159565076231956,0.004524228163063526,-0.009717613458633423,0.004311069846153259,-0.0009343624114990234 +508,3.1051274265305113,-0.21761654462963034,0.15861991130554406,0.0355972982943058,0.21590299904346466,0.9757657647132874,-0.024102114140987396,0.002656585304066539,-0.002364683896303177,-0.0049576535820961,-0.0026156455278396606,0.010272502899169922 +509,3.1063835415438383,-0.21633048885465378,0.15833062098326983,0.03438133746385574,0.2146470993757248,0.9760862588882446,-0.047268908470869064,0.01002953015267849,0.016529569402337074,-0.003253411501646042,-0.005616962909698486,0.01309514045715332 +510,3.1068513043406996,-0.21487111578094484,0.15813412220719045,0.03393561393022537,0.2132215052843094,0.9764145612716675,-0.030550874769687653,0.0003326770383864641,0.029703617095947266,0.0026549696922302246,-0.0038098394870758057,0.012751936912536621 +511,3.107100632925092,-0.21257626937644897,0.1594657228802136,0.033708952367305756,0.21097888052463531,0.9769094586372375,-0.01519178505986929,-0.013308183290064335,-0.03851906955242157,0.0016914457082748413,-0.0026505887508392334,0.0009196996688842773 +512,3.1098693564142836,-0.21183770063103557,0.16130438879870912,0.031008953228592873,0.21025687456130981,0.9771541357040405,-0.027278989553451538,0.023412946611642838,-0.012546144425868988,0.008175613358616829,-0.004568427801132202,0.013614177703857422 +513,3.1130952755184276,-0.20444293655578794,0.15978401518479327,0.027900129556655884,0.20302173495292664,0.9787769317626953,-0.07563858479261398,0.004853177350014448,0.01152111403644085,-0.003333471715450287,0.00942644476890564,-0.01754927635192871 +514,3.124715528439052,-0.1992491453274545,0.15972793546852626,0.01654243655502796,0.1979333907365799,0.980076014995575,-0.22842161357402802,0.12885816395282745,-0.07376205921173096,-0.02185249514877796,0.000736042857170105,0.062297701835632324 +515,3.1413508768863716,-0.1774191741307636,0.15925601113998802,0.0002379814104642719,0.17648984491825104,0.9843024611473083,-0.2011466771364212,0.2996719181537628,0.061799198389053345,-0.008828680031001568,-0.015357047319412231,0.026744842529296875 +516,-3.121192382340703,-0.1530341136020194,0.16054459771448107,-0.020160455256700516,0.1524374783039093,0.9881073832511902,-0.09435025602579117,0.2711176574230194,0.03462065011262894,0.025272151455283165,0.005216315388679504,-0.021859943866729736 +517,-3.093491897411617,-0.12915750362060954,0.1563716825211946,-0.04768172279000282,0.128798708319664,0.9905237555503845,-0.45740941166877747,0.40876853466033936,0.05859362706542015,-0.007860265672206879,-0.007247224450111389,0.09382683038711548 +518,-3.040636732959362,-0.060398118910684716,0.1537695461202544,-0.10060076415538788,0.06036140397191048,0.9930943250656128,-0.8417195677757263,0.6363173127174377,-0.09735595434904099,-0.014191128313541412,0.02406548336148262,0.04374051094055176 +519,-2.98033650262786,0.002618986090475262,0.15080587052431296,-0.16055764257907867,-0.002618983155116439,0.9870230555534363,-0.4140550196170807,0.8505407571792603,0.2005937099456787,0.041157618165016174,0.0007574111223220825,-0.017021775245666504 +520,-2.909152541772638,0.04703237885510009,0.13733146556913872,-0.23009805381298065,-0.04701504111289978,0.9720314741134644,-0.4684341847896576,0.6756402254104614,0.0248576533049345,0.03960724174976349,0.003451179713010788,0.015166759490966797 +521,-2.851704052062989,0.09626133748298663,0.11627311563505378,-0.2845221161842346,-0.09611274302005768,0.9538393020629883,-0.48142868280410767,0.443775475025177,0.046999745070934296,0.012854725122451782,0.017880946397781372,-0.03324609994888306 +522,-2.8142254546033834,0.12289934466276657,0.09921878561683432,-0.3191258907318115,-0.12259019166231155,0.9397503137588501,-0.1632726639509201,0.23945996165275574,0.08701476454734802,0.017276495695114136,0.01565658301115036,-0.05159711837768555 +523,-2.78983558940706,0.12634021677914345,0.08735630163913509,-0.3418017029762268,-0.1260043829679489,0.9312865734100342,-0.11160681396722794,0.286246120929718,0.055215559899806976,-0.02028939127922058,-0.00923427939414978,0.04913651943206787 +524,-2.757660390993048,0.15672709183255032,0.07799626712471595,-0.3699784576892853,-0.1560862511396408,0.9158347249031067,-0.3989826440811157,0.3209538459777832,-0.028306767344474792,0.02325296401977539,0.008899956941604614,0.028806447982788086 +525,-2.73862375833702,0.18143956001287947,0.0652358851560701,-0.38571402430534363,-0.18044568598270416,0.9048007130622864,-0.03494405001401901,0.022043999284505844,0.062262892723083496,0.010363072156906128,0.020060554146766663,-0.0868532657623291 +526,-2.7443742074861466,0.16055668554414268,0.06418468906464127,-0.3818792998790741,-0.1598677635192871,0.9102804660797119,0.26358160376548767,-0.1378791183233261,0.08458931744098663,0.0024695098400115967,-0.0004105567932128906,-0.011736154556274414 +527,-2.761689630857497,0.12735871271838314,0.06736606838160426,-0.36782702803611755,-0.12701469659805298,0.9211789965629578,0.3620343804359436,-0.15929682552814484,0.12481331825256348,0.005613863468170166,-0.006682828068733215,0.01850306987762451 +528,-2.7558093643198696,0.1086259213046729,0.06721447417303932,-0.3740670680999756,-0.10841242223978043,0.9210429787635803,-0.222974494099617,0.27459660172462463,-0.043508317321538925,-0.060747355222702026,-0.00914127379655838,0.15166497230529785 +529,-2.7371075185166993,0.14434218274624616,0.0644367183138526,-0.38945287466049194,-0.14384149014949799,0.9097449779510498,-0.19771094620227814,0.026593409478664398,0.03421710431575775,0.04368874430656433,0.025906309485435486,-0.08671647310256958 +530,-2.7377691539110405,0.1384222529124864,0.06642145951229417,-0.38917869329452515,-0.1379806250333786,0.9107696413993835,0.06397810578346252,-0.10511499643325806,0.008083656430244446,-0.01685771346092224,-0.0035141408443450928,-0.01051628589630127 +531,-2.744002822592649,0.12745712935019873,0.07442166528923029,-0.38405641913414,-0.12711231410503387,0.9145177602767944,0.131796196103096,-0.046608030796051025,0.06265144795179367,0.02448311448097229,0.002951577305793762,0.02754443883895874 +532,-2.742410660278571,0.1256370194580483,0.07585214250330301,-0.3856012523174286,-0.12530675530433655,0.9141167402267456,-0.09811381995677948,0.14937399327754974,0.010519573464989662,0.00046950578689575195,0.0043808817863464355,0.03548324108123779 +533,-2.7179280798750614,0.1374912616681787,0.07584002189828842,-0.40722429752349854,-0.13705848157405853,0.9029860496520996,-0.19332963228225708,0.6233426928520203,0.003622671589255333,-0.015337526798248291,-0.01694852113723755,0.08677548170089722 +534,-2.67157799164253,0.19067992150135493,0.07023247612443562,-0.4446907639503479,-0.1895265430212021,0.8754025101661682,-0.4656025171279907,0.3530142903327942,-0.1294041872024536,0.050907254219055176,0.026349082589149475,-0.03197312355041504 +535,-2.660372799773209,0.20183943600203083,0.068612892872284,-0.45346441864967346,-0.20047175884246826,0.8684357404708862,0.3114728629589081,-0.09132979810237885,0.0797596350312233,0.03564837574958801,0.010698258876800537,-0.13685327768325806 +536,-2.678328365561828,0.15909768226146398,0.08170882460571748,-0.4412270188331604,-0.15842734277248383,0.8833003640174866,0.4550682306289673,-0.13001486659049988,0.11269772052764893,0.022068113088607788,-0.017186030745506287,0.029663503170013428 +537,-2.709365459181544,0.12172332811251216,0.0890454904310306,-0.41579484939575195,-0.12142296135425568,0.9013165831565857,0.31117749214172363,-0.3667951226234436,0.1719610095024109,0.01039925217628479,-0.007819011807441711,0.011418581008911133 +538,-2.7322430058975935,0.09709503962844251,0.09292104576584666,-0.39613813161849976,-0.09694255143404007,0.9130589962005615,0.10956160724163055,-0.17677083611488342,0.009741930291056633,-0.011897146701812744,0.00983012467622757,0.03425240516662598 +539,-2.743006081527325,0.08513533045304851,0.09548648759778054,-0.38671040534973145,-0.08503252267837524,0.9182725548744202,0.10946404188871384,-0.052054744213819504,0.041919462382793427,-0.01505345106124878,0.007227964699268341,0.010865569114685059 +540,-2.7517392106771768,0.08255967616364646,0.09952220322609888,-0.3787584602832794,-0.08246591687202454,0.921814501285553,0.07273109257221222,-0.04604592174291611,0.012919161468744278,0.006184518337249756,0.003959424793720245,-0.014053583145141602 +541,-2.7577304860166216,0.0841509930095299,0.10303695457184663,-0.37317922711372375,-0.084051713347435,0.9239442944526672,-0.1410827785730362,-0.16258367896080017,-0.0615510419011116,0.003412961959838867,-0.0111631378531456,0.03246152400970459 +542,-2.763093260836453,0.09817258180127186,0.10302673992943974,-0.36774709820747375,-0.0980149656534195,0.9247456789016724,-0.25643959641456604,0.05948711186647415,0.005272765643894672,-0.006230443716049194,-0.012260280549526215,0.05199962854385376 +543,-2.7710061373091976,0.1303118823866668,0.09171341546095438,-0.35909146070480347,-0.129943385720253,0.9242117404937744,-0.25259411334991455,-0.3644348978996277,-0.07019947469234467,0.02336767315864563,0.010085627436637878,-0.036165833473205566 +544,-2.8041896553387375,0.14427711699418205,0.09691802300507531,-0.3275982141494751,-0.14377710223197937,0.9338135123252869,0.059706225991249084,-0.08315056562423706,-0.028452137485146523,-0.03301277756690979,0.007470324635505676,-0.01784360408782959 +545,-2.825358768792484,0.1531238695990509,0.10988658409886734,-0.30735069513320923,-0.15252618491649628,0.9392930865287781,-0.2285016030073166,-0.2056242823600769,-0.08137234300374985,0.020668506622314453,-0.001953810453414917,0.0346602201461792 +546,-2.879399605694195,0.16832756430891824,0.1348168063966545,-0.25553587079048157,-0.1675337851047516,0.9521732926368713,-0.0764472708106041,-1.0562036037445068,-0.5420935750007629,0.009197920560836792,0.002708330750465393,-0.04215431213378906 +547,-2.984546603119794,0.17489594490325497,0.1757673867318626,-0.15401534736156464,-0.1740056723356247,0.9726260304450989,-0.02688102424144745,-1.0706753730773926,-0.3043646514415741,-0.017798632383346558,0.0213872492313385,0.0038602352142333984 +548,-3.077386646743555,0.18556381064309388,0.20173489074162046,-0.06306040287017822,-0.18450069427490234,0.9808074235916138,-0.10981650650501251,-0.6698117256164551,-0.158587247133255,-0.018696196377277374,0.0002813190221786499,0.01574420928955078 +549,-3.1256011338955014,0.18716029942692497,0.21489028053649087,-0.015711579471826553,-0.1860695332288742,0.982410728931427,0.038494404405355453,-0.2936854958534241,-0.11751490086317062,-0.018071373924613,0.0026131868362426758,0.024882733821868896 +550,-3.126981705331103,0.18781417879711404,0.2150146636515084,-0.014353500679135323,-0.18671196699142456,0.982309877872467,-0.02746202051639557,-0.058527275919914246,-0.016356781125068665,0.005930645391345024,-0.0014746934175491333,-0.004801273345947266 +551,-3.128333330427721,0.1864267344584632,0.21454339854318197,-0.013029195368289948,-0.1853487342596054,0.9825865030288696,0.027549877762794495,-0.039560794830322266,-0.02692214772105217,0.0015698466449975967,0.0002748817205429077,0.0006593465805053711 +552,-3.1323078252157,0.1863512314600198,0.21361833671374625,-0.009123948402702808,-0.18527454137802124,0.9826445579528809,0.01815507374703884,-0.017808161675930023,0.019777901470661163,-0.002655838616192341,0.006227895617485046,0.0028749704360961914 +553,-3.1378396754255684,0.18675492610639993,0.21448170804086822,-0.0036877125967293978,-0.18567122519016266,0.9826050400733948,-0.054350387305021286,-0.11486931145191193,-0.00886416807770729,-0.0027209781110286713,-0.0029579102993011475,0.0069427490234375 +554,3.1401946634556404,0.18844535917520314,0.21427983874778964,0.001373240607790649,-0.18733200430870056,0.9822956919670105,0.012120740488171577,-0.07271268963813782,-0.0378715805709362,-0.0025023911148309708,0.006271228194236755,-0.000697791576385498 +555,3.1302772628425184,0.18910510811973266,0.21645644057053642,0.011113432236015797,-0.1879800260066986,0.9821099638938904,0.0012830141931772232,-0.0964319184422493,-0.008743450045585632,-0.00037124473601579666,0.0028146207332611084,-0.0020380020141601562 +556,3.1305266389267836,0.18529023456593355,0.21453607791523074,0.010876372456550598,-0.18423180282115936,0.9828225374221802,0.019650360569357872,0.04523417353630066,0.03667401894927025,-0.0031249085441231728,0.0021029114723205566,0.0008199214935302734 +557,3.1319632780081297,0.17325156090716035,0.21346240460612223,0.009485073387622833,-0.17238613963127136,0.9849839210510254,0.10775220394134521,-0.12697304785251617,-0.026402603834867477,0.0030729109421372414,-0.0040970295667648315,0.00389254093170166 +558,3.1233374986210074,0.16601352587415066,0.21359813538927336,0.01800316758453846,-0.16525200009346008,0.9860868453979492,0.0183708518743515,-0.17987468838691711,-0.05775699019432068,-0.010892575606703758,0.01374751329421997,0.008953869342803955 +559,3.1120353188648364,0.16541134531963123,0.21548620668715548,0.029149647802114487,-0.1646580696105957,0.9859196543693542,0.11029478907585144,0.050564371049404144,0.015691963955760002,-0.004949213936924934,0.005768328905105591,-0.0036658644676208496 +560,3.1093596758681312,0.15960629410043572,0.21627447383917645,0.03181777521967888,-0.1589295119047165,0.9867768287658691,-0.004971371963620186,-0.05703302472829819,-0.01127413660287857,-0.006579745560884476,0.0014893710613250732,0.008691012859344482 +561,3.1114668825095655,0.15257188172559055,0.21560718557202818,0.029771313071250916,-0.15198063850402832,0.9879350662231445,0.055214621126651764,-0.04562527686357498,-0.01568916253745556,-0.00016926229000091553,0.0024750232696533203,0.005503654479980469 +562,3.11125097403892,0.1481229967305755,0.21620553155475133,0.030004819855093956,-0.14758194983005524,0.9885942935943604,0.10603339970111847,0.08710009604692459,-0.026751745492219925,-0.001745549961924553,-0.0027170777320861816,-0.0025106072425842285 +563,3.120807756103997,0.13799058270610154,0.21318881051513497,0.020585838705301285,-0.13755308091640472,0.9902803301811218,0.11812695115804672,0.09699996560811996,0.015611918643116951,-0.000978296622633934,-0.001713871955871582,-0.001938164234161377 +564,3.128875287583736,0.13241259358098378,0.20939715652373642,0.012605701573193073,-0.13202600181102753,0.9911661148071289,-0.020746754482388496,0.13803836703300476,0.09860819578170776,-0.0018482552841305733,0.00041894614696502686,0.021239280700683594 +565,-3.1156498635807233,0.12978128616504436,0.1934130638737714,-0.02572173811495304,-0.1294172704219818,0.991256833076477,0.0852261483669281,0.3397977948188782,0.10261175781488419,0.007914727553725243,0.016425907611846924,-0.02020251750946045 +566,-3.0476062678102394,0.1178949594902408,0.16474997948741898,-0.09319661557674408,-0.11762204021215439,0.9886755347251892,0.20920564234256744,0.8398997187614441,0.2251860648393631,-0.02092386782169342,0.013282448053359985,0.019670963287353516 +567,-2.9691480562066532,0.11076288469249845,0.14377138433337322,-0.1705397367477417,-0.11053654551506042,0.9791314005851746,-0.16831152141094208,0.6997368931770325,0.16602227091789246,-0.014701977372169495,0.014039948582649231,0.042139530181884766 +568,-2.906810292778683,0.11675088381890983,0.13236740473855826,-0.23104770481586456,-0.1164858341217041,0.9659443497657776,-0.05602296069264412,0.4362429976463318,0.09259717166423798,0.036879584193229675,0.003555513918399811,-0.02472102642059326 +569,-2.8783913678110737,0.116014794423569,0.12326050449951367,-0.25842398405075073,-0.11575472354888916,0.9590713381767273,0.013268185779452324,0.11784984916448593,0.0370841883122921,0.009186923503875732,-0.01045072078704834,-0.00631260871887207 +570,-2.873546311885958,0.11696231830378255,0.12059450795018428,-0.2630385458469391,-0.1166958212852478,0.9577018618583679,-0.02760840579867363,0.02452523075044155,0.030918702483177185,0.007041841745376587,-0.0030856654047966003,0.01208573579788208 +571,-2.8624667420322374,0.11682656293331035,0.1140284249238146,-0.2736373841762543,-0.11656099557876587,0.9547437429428101,0.03490747883915901,0.22298531234264374,0.061173733323812485,-0.0047896504402160645,0.013548940420150757,0.00460660457611084 +572,-2.840817875054644,0.11059305664320417,0.1095173006710281,-0.2944503724575043,-0.11036775261163712,0.9492723345756531,0.06603647023439407,0.2764081656932831,0.056998997926712036,-0.008207708597183228,0.0023813024163246155,-0.00022149085998535156 +573,-2.8003756620545435,0.10179174364595994,0.10261763234714934,-0.3329019844532013,-0.10161604732275009,0.9374701380729675,-0.007908857427537441,0.38265037536621094,0.14153791964054108,0.007615149021148682,-0.0014875680208206177,0.00714033842086792 +574,-2.7661162447734604,0.09103224851611451,0.0941046353558516,-0.3651973009109497,-0.09090657532215118,0.926480770111084,0.010015895590186119,0.16083578765392303,0.07632400095462799,0.01040002703666687,0.006357632577419281,0.0065787434577941895 +575,-2.752880083161099,0.08461460033600147,0.09202569637692636,-0.377641499042511,-0.08451367169618607,0.9220871925354004,0.14081427454948425,0.0390830896794796,0.11124253273010254,0.03930827975273132,-0.006810203194618225,-0.01605057716369629 +576,-2.759994159069441,0.06437828896812005,0.09029969102600635,-0.37163299322128296,-0.06433382630348206,0.9261479377746582,0.24109689891338348,-0.30318188667297363,0.05651499330997467,-0.0004830658435821533,0.012362398207187653,-0.05171257257461548 +577,-2.822476759682778,0.024582885751513735,0.1099038109798408,-0.3136323094367981,-0.02458040975034237,0.9492259621620178,0.7515641450881958,-1.3356138467788696,-0.08540619164705276,0.08009663224220276,0.054686009883880615,-0.24053186178207397 +578,-2.955095745894442,-0.10165516359501502,0.12801002320204008,-0.18446046113967896,0.10148017108440399,0.9775868058204651,1.3626972436904907,-1.3420864343643188,0.10531970113515854,-0.001559421420097351,0.010153122246265411,0.05418187379837036 +579,-3.043426210171523,-0.20212960194173757,0.14184282255260652,-0.09601355344057083,0.2007560282945633,0.97492516040802,0.45369333028793335,-0.42829063534736633,-0.009054092690348625,-0.01674894243478775,-0.010143175721168518,0.22269177436828613 +580,-3.0532343749619777,-0.20342161651939256,0.14195788199525614,-0.08642386645078659,0.20202156901359558,0.9755604267120361,-0.09266249090433121,0.022147178649902344,0.012639222666621208,0.023130424320697784,0.007573142647743225,-0.03755694627761841 +581,-3.050678439796044,-0.2044386351724968,0.13642847316497161,-0.08889833092689514,0.20301751792430878,0.9751310348510742,-0.027440451085567474,0.09674966335296631,-0.01861700788140297,-0.03871089220046997,0.012451797723770142,0.04493403434753418 +582,-3.0413247240659493,-0.20223356598516587,0.13879337760017943,-0.09806002676486969,0.20085787773132324,0.9747003316879272,-0.03242356330156326,0.02011861652135849,0.02135133557021618,0.008292555809020996,-0.0066439807415008545,0.011872053146362305 +583,-3.0366387226683775,-0.19439863846464447,0.14084192445099022,-0.10278809070587158,0.1931765377521515,0.9757652282714844,-0.12479610741138458,-0.0026013446040451527,-0.07674860209226608,0.002995595335960388,0.0064694881439208984,-0.008907198905944824 +584,-3.0327873398288703,-0.19118935588769503,0.13999862709136823,-0.10661210864782333,0.19002671539783478,0.9759731292724609,-0.01707305759191513,-0.021417925134301186,0.011937516741454601,0.0008992329239845276,0.0054230839014053345,-0.013845562934875488 +585,-3.0435504602593695,-0.20376120207078022,0.13528754407793758,-0.09586019068956375,0.20235414803028107,0.9746094942092896,0.19451391696929932,-0.23937317728996277,0.04767622798681259,0.005665488541126251,-0.003364279866218567,-0.01214611530303955 +586,-3.084243645402565,-0.2260356143195272,0.12220271528722838,-0.05585957318544388,0.2241157591342926,0.9729605317115784,0.25153014063835144,-0.40511199831962585,0.2137860357761383,-0.03084086999297142,-0.012232184410095215,0.007935643196105957 +587,-3.1148449756446173,-0.24556619099618754,0.10895129789091676,-0.025942139327526093,0.24310557544231415,0.9696524739265442,0.049621593207120895,-0.24896959960460663,0.13414670526981354,-0.01716393046081066,0.002820238471031189,0.03147625923156738 +588,3.141366971046244,-0.25065257950322206,0.10763829287587993,0.0002186301862820983,0.2480362057685852,0.9687509536743164,0.040994029492139816,-0.2365238070487976,-0.026907162740826607,-0.023137331008911133,-0.00818324089050293,0.015746355056762695 +589,3.1101178847753927,-0.25230809566286255,0.11781833097584403,0.03047320619225502,0.24963964521884918,0.967859148979187,0.092091865837574,-0.2723754942417145,-0.06403496861457825,0.007338071241974831,0.003839343786239624,-0.006723344326019287 +590,3.057932511355598,-0.25571816048284174,0.13721411985532556,0.08084529638290405,0.25294026732444763,0.9640982151031494,0.24185726046562195,-0.14815491437911987,-0.05602966621518135,-0.023945271968841553,-0.003748983144760132,-0.002107858657836914 +591,3.016215879100925,-0.2552025378268108,0.15924513280120228,0.12099851667881012,0.25244140625,0.9600170850753784,-0.18498830497264862,-0.5260752439498901,-0.1279926896095276,-0.0011407285928726196,0.004089385271072388,0.005238652229309082 +592,2.9679261611186596,-0.2562391129168475,0.1814524152085594,0.16715304553508759,0.25344425439834595,0.9527987241744995,-0.13974127173423767,-0.8727859854698181,-0.4705751836299896,-0.05358192324638367,-0.007289528846740723,0.017080187797546387 +593,2.9083028438283494,-0.23920815734548287,0.2182434676325108,0.22459682822227478,0.2369334101676941,0.9452083110809326,-0.12528589367866516,-0.6397950649261475,-0.22450363636016846,0.010357990860939026,-0.0033518821001052856,-0.024843990802764893 +594,2.8513281821791496,-0.21975009281326158,0.24378928035938754,0.27932292222976685,0.21798573434352875,0.9351260662078857,-0.22678479552268982,-0.06307299435138702,0.08461925387382507,-0.003154158592224121,0.005936980247497559,0.03487509489059448 +595,2.88322944288388,-0.19540647509084907,0.23409128682155741,0.2506360113620758,0.19416528940200806,0.9484100341796875,-0.33197686076164246,0.7583974003791809,0.38137346506118774,0.007863163948059082,0.016451776027679443,0.0456085205078125 +596,3.01287707835758,-0.18986561993436682,0.19503409932672372,0.12605378031730652,0.18872693181037903,0.9739060401916504,-0.07747253775596619,1.2487021684646606,0.20988723635673523,-0.019226983189582825,-0.004980549216270447,0.02301192283630371 +597,3.1099850271140435,-0.146648247137758,0.17945240500615264,0.03126315027475357,0.14612318575382233,0.9887721538543701,-0.5173977017402649,0.7305136322975159,0.08577559888362885,0.03726406767964363,0.00954696536064148,-0.024828791618347168 +598,-3.106862336410035,-0.11238991885461991,0.158055672895359,-0.03450426459312439,0.11215346306562424,0.9930917620658875,-0.27970778942108154,0.5032016038894653,0.2279498279094696,0.01944383978843689,-0.009751729667186737,-0.022419095039367676 +599,-3.0756321590775966,-0.09084205780668834,0.1420537623285264,-0.065640889108181,0.09071716666221619,0.9937108755111694,-0.007412895560264587,0.33708804845809937,0.14831431210041046,0.0031714066863059998,0.0061151012778282166,-0.05274730920791626 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/standing/4.csv b/BoostRunClub/CoreML/DataSet/Motion/standing/4.csv new file mode 100644 index 0000000..67a5d31 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/standing/4.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-0.45027339976731556,0.0956840066340393,-1.6473247526876964,-0.4332209527492523,-0.09553807228803635,-0.8962098360061646,-0.40977615118026733,0.44183939695358276,1.591902732849121,-0.02495470643043518,0.23268406093120575,0.14167797565460205 +1,-0.006110879675516293,0.2925454133303068,-2.037479824550433,-0.005851209629327059,-0.2883904278278351,-0.9574950337409973,-0.16708099842071533,0.2620241641998291,0.11695967614650726,0.07390540838241577,0.12753227353096008,0.047659218311309814 +2,-0.0021166936860620164,0.17802259316933777,-2.0191966120299205,-0.0020832393784075975,-0.17708376049995422,-0.9841935634613037,-1.1565351486206055,-0.26958906650543213,0.08442288637161255,0.07341808080673218,0.06433656811714172,0.05944991111755371 +3,-0.059557747261371745,0.14503601530271548,-2.0264465373559237,-0.05889759957790375,-0.14452806115150452,-0.9877462983131409,-0.2689756155014038,-0.5451895594596863,-0.2546636164188385,0.008558854460716248,0.011868149042129517,-0.03926175832748413 +4,-0.2069893440345997,0.10153221318394787,-2.0877687459636065,-0.20445604622364044,-0.1013578549027443,-0.9736140370368958,-0.03343585878610611,-1.8185598850250244,-0.8788671493530273,0.12955066561698914,0.05967085063457489,-0.015765845775604248 +5,-0.33058013078028187,0.10411540683341167,-2.1591303757460167,-0.3228341042995453,-0.10392740368843079,-0.9407323002815247,-0.7835431098937988,-1.5582250356674194,-0.28901687264442444,0.03566369414329529,-0.050766199827194214,0.007306396961212158 +6,-0.40883372192813544,0.16199964747184675,-2.274957911564785,-0.39233434200286865,-0.16129198670387268,-0.905570924282074,0.5493817925453186,-1.0541354417800903,-2.266045093536377,0.13729897141456604,0.13722889125347137,-0.19092565774917603 +7,-0.41917961629914363,0.15909674222276088,-2.335248215047406,-0.401870995759964,-0.1584264189004898,-0.9018872976303101,-0.6935139298439026,0.8478346467018127,1.0981767177581787,0.7250369191169739,-0.03546701371669769,0.13858169317245483 +8,-0.24996605349805834,0.12128397602135628,-2.2494804455431803,-0.2455539107322693,-0.12098684906959534,-0.9618032574653625,0.03406994789838791,1.990729808807373,0.9478715062141418,-0.03272061049938202,0.12135306745767593,-0.02075594663619995 +9,-0.04481206336466888,0.0737160362027816,-2.2151690775783908,-0.04467540606856346,-0.07364929467439651,-0.9962830543518066,-0.1412532925605774,1.7142047882080078,0.11259232461452484,-0.44690173864364624,0.17165648937225342,-0.20180654525756836 +10,0.033947622472189576,-0.009265446661048587,-2.1900347456940934,0.03393964469432831,0.009265313856303692,-0.9993809461593628,-0.07892204076051712,1.7895663976669312,-0.308226078748703,0.11017961800098419,-0.07490862160921097,-0.3014308214187622 +11,0.09955307487260259,-0.1158210520372375,-2.1941890582372,0.09872283041477203,0.11556227505207062,-0.98838210105896,0.17332741618156433,-0.045831259340047836,-0.9622612595558167,-0.19117584824562073,-0.22341139614582062,-0.03417038917541504 +12,0.10033256142386972,-0.09712638219870073,-2.218454465552106,0.09969223290681839,0.09697374701499939,-0.9902815222740173,0.7097973227500916,-0.07844876497983932,-0.16489456593990326,0.11634169518947601,-0.11928210407495499,0.05998373031616211 +13,0.0879708815233468,-0.044835245353575824,-2.216112308989454,0.08776916563510895,0.04482022672891617,-0.9951320290565491,-0.062023889273405075,0.035525526851415634,0.2351682186126709,-0.015350952744483948,0.011072717607021332,-0.2891086935997009 +14,0.08813428015626722,-0.04528413146544969,-2.1852410205195794,0.08792999386787415,0.04526865482330322,-0.9950975179672241,-0.011073417030274868,0.06588114798069,0.42245545983314514,-0.010171204805374146,-0.0016895532608032227,-0.001804947853088379 +15,0.08415707942857827,-0.03419895527555393,-2.102574580635955,0.08400862663984299,0.0341922901570797,-0.9958782196044922,-0.014473913237452507,-0.3418121933937073,-0.07585907727479935,-0.1747526377439499,0.082842618227005,-0.013719558715820312 +16,0.039945105985660104,-0.02342944140567542,-2.04778841635695,0.039923522621393204,0.023427298292517662,-0.9989280700683594,0.24071919918060303,-1.226509690284729,0.8211731910705566,-0.0668095126748085,-0.10770158469676971,0.058483123779296875 +17,-0.004425890041881902,-0.021200450579206456,-2.0141426267214264,-0.004424881190061569,0.02119886316359043,-0.9997655153274536,0.05711276829242706,-0.0340714231133461,0.5450334548950195,-0.01882951334118843,-0.004673592746257782,0.03356373310089111 +18,-0.0045180127972893865,0.021148537620139716,-1.9854066590312707,-0.004516987130045891,-0.02114696055650711,-0.9997661709785461,0.3088931739330292,1.3885102272033691,-0.057971980422735214,-0.00958213396370411,0.05544871836900711,0.33335381746292114 +19,-0.008045204759772473,0.02025313970409145,-1.987001179238745,-0.008043467998504639,-0.02025175467133522,-0.9997625350952148,-0.016248345375061035,-0.04110592603683472,0.00011432799510657787,0.005006969906389713,0.0010409411042928696,-0.02153867483139038 +20,-0.008001909657224672,0.02016553262953642,-1.9870152269208814,-0.008000196889042854,-0.020164165645837784,-0.9997646808624268,-0.0022076405584812164,0.001252892892807722,0.0012445661704987288,0.008442701771855354,0.011817608028650284,-0.004965543746948242 +21,-0.00709608390131611,0.01940535636174947,-1.9870271185125132,-0.00709468824788928,-0.01940413936972618,-0.9997865557670593,-0.0019256854429841042,-0.004465683363378048,0.0008548467885702848,0.007918663322925568,0.002726281061768532,0.008148372173309326 +22,-0.006576584534470568,0.01905196072019462,-1.9870439867358105,-0.006575343664735556,-0.019050808623433113,-0.9997968673706055,0.0005411552265286446,-0.0012843306176364422,0.0013916506431996822,0.001570461317896843,0.0037767626345157623,-0.017140328884124756 +23,-0.005922762741189527,0.01844205551676142,-1.9870813159004996,-0.005921720992773771,-0.018441010266542435,-0.9998124241828918,-0.0004155673086643219,0.004472358152270317,-0.00016469485126435757,0.011048674583435059,0.009774018079042435,-8.07642936706543e-05 +24,-0.005238502208281392,0.017880805622401356,-1.9870786837147896,-0.00523764081299305,-0.017879853025078773,-0.9998264312744141,-0.0005966946482658386,0.001708026509732008,0.0012943672481924295,0.0015297550708055496,0.0015987250953912735,0.0011844635009765625 +25,-0.0049539064486188306,0.01768326236408439,-1.9870545099513632,-0.0049531115218997,-0.017682339996099472,-0.9998313784599304,0.0033331122249364853,-0.0006408216431736946,-0.0009703210089355707,0.0042664664797484875,0.0031559746712446213,-0.005387067794799805 +26,-0.004316942721229047,0.017176727854727392,-1.98704893662756,-0.004316292703151703,-0.017175883054733276,-0.999843180179596,-0.002529105171561241,0.001559126190841198,0.001049680169671774,0.007657967507839203,0.007639139890670776,0.00022464990615844727 +27,-0.003931196682360757,0.016732538300789877,-1.9870665232555447,-0.003930636215955019,-0.016731757670640945,-0.9998522996902466,-0.001504608429968357,-0.0014639929868280888,-0.0011698701418936253,-3.6648940294981e-05,0.0009541697800159454,-0.005320429801940918 +28,-0.0036614740595940568,0.016668811135912755,-1.9871085392305665,-0.0036609573289752007,-0.016668038442730904,-0.9998543858528137,-0.0007790466770529747,0.001433646772056818,0.002028199378401041,0.006789009086787701,0.0035912562161684036,-0.004524886608123779 +29,-0.003120515142772456,0.01616486541639481,-1.9871532205008087,-0.0031201024539768696,-0.016164161264896393,-0.9998644590377808,-0.0005735699087381363,0.0010591773316264153,-0.0005867164582014084,0.0022961280774325132,0.007573464885354042,0.0014056563377380371 +30,-0.0029658140870971266,0.015895668708003567,-1.9871858753918807,-0.002965435152873397,-0.015894999727606773,-0.9998692870140076,-0.0005790852010250092,0.0002839653752744198,-0.0010104067623615265,0.0009665340185165405,-0.0011643264442682266,-0.004006445407867432 +31,-0.0026750361709571165,0.01583937673023681,-1.9871714431873349,-0.002674697432667017,-0.015838714316487312,-0.9998709559440613,-0.002046634443104267,0.002389786299318075,0.0004585455171763897,0.004337905906140804,0.0028534866869449615,-0.0029671192169189453 +32,-0.002344276932901442,0.015415131401500835,-1.9871704254349178,-0.0023439961951225996,-0.015414521098136902,-0.999878466129303,-0.0004694601520895958,0.003326832316815853,-0.0014764006482437253,0.0005282005295157433,0.005679413676261902,-0.0013727545738220215 +33,-0.0021017750172919016,0.01521726382667534,-1.9871648835001094,-0.0021015300881117582,-0.015216676518321037,-0.9998819828033447,0.0012118872255086899,0.0007232273928821087,-5.2740564569830894e-05,0.0030933513771742582,-0.001323849894106388,-0.003932654857635498 +34,-0.0018355598365184668,0.01516937604377875,-1.9871871290039367,-0.00183534761890769,-0.015168794430792332,-0.999883234500885,1.7328187823295593e-05,0.0005422723479568958,-6.400048732757568e-06,0.0016369834775105119,0.0029159877449274063,-0.0016425848007202148 +35,-0.0017447446831910796,0.014761493627935461,-1.9872185723645255,-0.001744553679600358,-0.014760957099497318,-0.9998895525932312,-0.0003947308287024498,-0.0016693747602403164,-0.0011160904541611671,0.0011952370405197144,0.004049288108944893,-0.0019415020942687988 +36,-0.001542886888752397,0.014751534186417775,-1.987244985979314,-0.0015427183825522661,-0.01475099939852953,-0.9998900294303894,5.027279257774353e-06,0.0011937492527067661,-0.002430344233289361,0.0030228211544454098,-0.0028271256014704704,-0.0034821629524230957 +37,-0.0014008735851143673,0.014712464013188448,-1.9872998846861287,-0.0014007214922457933,-0.014711933210492134,-0.9998908042907715,-0.0011876607313752174,0.0008587446063756943,0.000222525792196393,-0.000720249954611063,0.003557758405804634,-0.0022149085998535156 +38,-0.001222914001999405,0.014405650623009858,-1.9872512864495233,-0.0012227868428453803,-0.014405152760446072,-0.9998955130577087,-0.0019485903903841972,-0.0008817431516945362,0.0004069460555911064,0.003038582857698202,0.002091309055685997,-0.0023933053016662598 +39,-0.0010060721192344192,0.014425676508932752,-1.9872530566091346,-0.0010059672640636563,-0.014425176195800304,-0.999895453453064,0.003634039778262377,0.002358230296522379,0.0015833331272006035,-0.0005199117586016655,-0.0029851021245121956,-0.003644585609436035 +40,-0.0010214067554361733,0.014272337663370693,-1.987290686950521,-0.0010213025379925966,-0.014271853491663933,-0.9998976588249207,-5.7184137403964996e-05,-0.0018148883245885372,-0.0007146724965423346,0.0014027724973857403,0.004719851538538933,-0.0013840794563293457 +41,-0.0008312314007215537,0.014134969607887819,-1.9872843644470317,-0.0008311482961289585,-0.014134499244391918,-0.9998997449874878,0.0005815126933157444,0.001813726034015417,-0.0021716321352869272,0.002402803860604763,-0.0005444558337330818,-0.0029688477516174316 +42,-0.0008016205870892484,0.014207561973671703,-1.9872828793155495,-0.0008015395724214613,-0.014207083731889725,-0.9998987317085266,-0.0001245979219675064,0.002337600104510784,-0.0008958308026194572,-0.0033793686889111996,-0.0006244583055377007,-0.0036412477493286133 +43,-0.0007698355455993978,0.01414109417365029,-1.9872439656324548,-0.0007697584806010127,-0.014140622690320015,-0.9998997449874878,-0.0003666970878839493,0.001286716666072607,0.0014557570684701204,0.0023261550813913345,0.0025897203013300896,-0.002633213996887207 +44,-0.000585189963077485,0.014000534919927242,-1.9872213652712232,-0.000585132569540292,-0.014000077731907368,-0.9999018311500549,-0.00395740382373333,0.00036364514380693436,0.0006883894093334675,0.00024943891912698746,-0.0005720658227801323,-0.0029668211936950684 +45,-0.0006393445264512835,0.014046428091499898,-1.987220932941804,-0.0006392814102582633,-0.014045965857803822,-0.9999011754989624,-0.00014859437942504883,0.0003829915076494217,-1.576053909957409e-05,-0.0006119394674897194,-0.00031255465000867844,-0.0030285120010375977 +46,-0.0005325731637127037,0.013961039610022234,-1.9872387999714578,-0.000532521225977689,-0.013960585929453373,-0.9999024271965027,-0.0009006354957818985,-0.0039017582312226295,0.0007437227759510279,0.0030502215959131718,0.002028212882578373,-0.0027373433113098145 +47,-0.00046097218121096965,0.013840014936048932,-1.987227205835746,-0.00046092801494523883,-0.013839572668075562,-0.9999040961265564,-0.00037188827991485596,-0.00045265723019838333,-0.0005293400026857853,-0.0009581390768289566,3.036949783563614e-05,-0.0017590522766113281 +48,-0.0004643722665933908,0.013850227285710412,-1.9872603953125405,-0.00046432772069238126,-0.01384978462010622,-0.9999039769172668,-0.0010211849585175514,-0.00026349304243922234,-0.0015160538023337722,0.00115097314119339,-0.00038666464388370514,-0.0026900172233581543 +49,-0.00034285407027690156,0.013724652388995971,-1.9872914139177695,-0.0003428217605687678,-0.013724221847951412,-0.9999057650566101,-0.0004296582192182541,-0.00104101886972785,-0.0007634991779923439,0.00012919865548610687,0.0027989279478788376,-0.0037410855293273926 +50,-0.00034228882039311466,0.013627996176005727,-1.9873559810638133,-0.0003422570298425853,-0.013627574779093266,-0.9999070763587952,-0.00016982760280370712,0.0011682035401463509,-0.0006557265296578407,-0.0012751747854053974,-0.0007309466600418091,-0.002824246883392334 +51,-0.0003375187982167282,0.013691382652952722,-1.9873834376258306,-0.0003374871448613703,-0.013690955005586147,-0.9999062418937683,0.0014825635589659214,0.00020164158195257187,4.4597312808036804e-05,0.0016344841569662094,-0.0006370488554239273,-0.0027030110359191895 +52,-0.0002921178417065789,0.013552722022107774,-1.9873836751996616,-0.00029209101921878755,-0.013552307151257992,-0.9999081492424011,-0.0006950702518224716,-0.0005676816217601299,-0.001317824935540557,0.00023105600848793983,0.002352355979382992,-0.001602470874786377 +53,-0.00033893441923663276,0.013517333140337772,-1.987415632636555,-0.0003389034536667168,-0.013516921550035477,-0.9999085664749146,-0.001312057487666607,-0.00019458914175629616,-0.001588136306963861,0.0008729612454771996,-0.0015892786905169487,-0.002273380756378174 +54,-0.00018878204273018,0.0136061293067463,-1.9874019838275687,-0.00018876456306315958,-0.013605709187686443,-0.9999074339866638,0.001036154106259346,-0.0012886892072856426,0.0016770984511822462,0.00034135207533836365,-0.00034082308411598206,-0.0032053589820861816 +55,-0.0001842795024560892,0.01353904474233487,-1.9873886516033783,-0.00018426260794512928,-0.013538630679249763,-0.9999083280563354,0.0029503097757697105,-0.00027232058346271515,0.001408824697136879,-0.00030401861295104027,0.0016062576323747635,-0.0026398897171020508 +56,-0.00017991403547700673,0.013479949734509913,-1.9874024437615592,-0.0001798976882128045,-0.013479541055858135,-0.9999091029167175,-0.00041827838867902756,-0.0007105953991413116,-0.0014789196429774165,0.0019499175250530243,-0.0013825176283717155,-0.0031425952911376953 +57,-8.251703378875209e-05,0.013496763724054898,-1.98739068975559,-8.250951941590756e-05,-0.013496354222297668,-0.9999089241027832,0.0007698829285800457,0.003066158387809992,0.0005937393289059401,-0.0009550880640745163,0.0006637126207351685,-0.002196788787841797 +58,-0.00011499274186582246,0.01338183106117397,-1.9873776021699312,-0.00011498244566610083,-0.013381431810557842,-0.9999104738235474,-0.0015862733125686646,0.0015537659637629986,0.0020507972221821547,0.001152580138295889,0.0010523293167352676,-0.0029124021530151367 +59,-4.7264325410662893e-05,0.01339884447863601,-1.987435744442826,-4.726008410216309e-05,-0.013398443348705769,-0.9999102354049683,-0.0012012375518679619,-0.0016812756657600403,-0.00038329907692968845,0.0005813180468976498,-0.0013568047434091568,-0.0023328065872192383 +60,-9.336994538466746e-05,0.01341635491249636,-1.9874489249559681,-9.336154471384361e-05,-0.01341595221310854,-0.9999099969863892,-0.000872255302965641,-0.0029282975010573864,-0.001383933238685131,-0.0008984599262475967,0.0014683203771710396,-0.00269925594329834 +61,-6.985770252316564e-05,0.013308908907288442,-1.9875032013057197,-6.985151412663981e-05,-0.013308515772223473,-0.9999114274978638,0.0027945758774876595,0.001188274472951889,0.0009884473402053118,0.0007412382401525974,-0.0001802537590265274,-0.0034455060958862305 +62,-4.883841710397436e-05,0.013346037345031196,-1.987486913591438,-4.883406654698774e-05,-0.01334564108401537,-0.9999109506607056,-0.0032825302332639694,0.0009379982948303223,0.0023182646837085485,-0.0010955752804875374,-0.0014248667284846306,-0.0033086538314819336 +63,-5.126051381052128e-05,0.013362469957114249,-1.9874687651565883,-5.125593816046603e-05,-0.01336207240819931,-0.9999107122421265,-0.001272931694984436,0.00023832917213439941,-0.00019595609046518803,0.0009515243582427502,0.0007888302206993103,-0.002515435218811035 +64,7.136648059713045e-05,0.013276299742213343,-1.987488823655856,7.136019121389836e-05,-0.013275910168886185,-0.9999118447303772,0.0020754425786435604,0.0003834790550172329,-8.535711094737053e-05,-0.0005901590920984745,0.0008247392252087593,-0.0024684667587280273 +65,-3.0322625575382388e-05,0.013297986686679529,-1.9874981879546942,-3.0319944926304743e-05,-0.013297595083713531,-0.9999116063117981,-0.0006189728155732155,0.00230714725330472,0.001374696148559451,-0.0007631373591721058,0.0004039183259010315,-0.0024840235710144043 +66,2.439809124313996e-05,0.013210290098002772,-1.9874743297013402,2.4395962100243196e-05,-0.013209905475378036,-0.9999127388000488,0.0021317549981176853,-4.631141200661659e-05,0.001782780047506094,0.0018219174817204475,-0.0002330876886844635,-0.003871440887451172 +67,3.593855218834422e-05,0.0132004567996741,-1.9874484113128332,3.59354198735673e-05,-0.013200073502957821,-0.9999128580093384,-0.0016857301816344261,-0.0013450486585497856,0.000316498801112175,-0.00015800539404153824,0.0009625256061553955,0.0005995631217956543 +68,-1.1078391562953299e-05,0.01320194929797845,-1.9874824492588563,-1.1077426279371139e-05,-0.013201565481722355,-0.9999128580093384,0.0014259368181228638,0.0009978958405554295,-0.00039811315946280956,-9.573390707373619e-05,-0.0008975546807050705,-0.001048445701599121 +69,5.426097967114695e-05,0.013246526790471539,-1.987505024249567,5.4256219300441444e-05,-0.013246139511466026,-0.9999122619628906,0.0007661115378141403,0.0007236008532345295,0.00044062710367143154,0.00032721366733312607,7.78045505285263e-05,-0.003292083740234375 +70,4.7766081604614616e-05,0.013247149833144288,-1.9874548557128873,4.776188870891929e-05,-0.013246762566268444,-0.9999122619628906,-0.003652595914900303,0.002191220410168171,0.0014095855876803398,-0.00200088694691658,-0.0009896885603666306,-0.004741668701171875 +71,-7.146996736444406e-06,0.01326910597689982,-1.9874543117000512,-7.1463673521066085e-06,-0.013268716633319855,-0.9999119639396667,0.00030735041946172714,0.000703116413205862,0.0012069684453308582,0.0003886162303388119,-0.0017611905932426453,-0.002620995044708252 +72,-2.4721038652701404e-06,0.013269115453106113,-1.9874550141246912,-2.4718863187445095e-06,-0.013268725946545601,-0.9999119639396667,-0.0004322594031691551,0.0010632374323904514,0.0005664797499775887,0.0002618711441755295,0.004159228876233101,-0.002132713794708252 +73,-3.467294440889362e-05,0.013173085546627123,-1.987466961803942,-3.466993439360522e-05,-0.013172704726457596,-0.999913215637207,0.002202171366661787,-0.005662917159497738,0.0007720324210822582,-0.0003010234795510769,-0.00017873570322990417,-0.004969537258148193 +74,-8.474192404011681e-05,0.013354153102338213,-1.9874683707479255,-8.473436901113018e-05,-0.013353756628930569,-0.999910831451416,0.0006881663575768471,0.002159315161406994,0.00010697613470256329,0.00138173159211874,-1.294352114200592e-05,-0.006680965423583984 +75,-6.102132022425194e-05,0.013298107435417796,-1.9874841694183454,-6.101592589402571e-05,-0.013297715224325657,-0.9999116063117981,0.001185107510536909,0.00036988407373428345,0.0015803247224539518,-0.0016937446780502796,0.0023266468197107315,-0.0008665919303894043 +76,-8.044420615259268e-05,0.01334948510783196,-1.9874725555711743,-8.043703564908355e-05,-0.013349088840186596,-0.9999108910560608,0.00075940927490592,0.0031366958282887936,-0.0007039261981844902,0.001575798261910677,-0.003130403347313404,-0.000501096248626709 +77,1.8338536488096084e-05,0.013382546426606391,-1.987475470417489,1.833689384511672e-05,-0.013382147066295147,-0.9999104738235474,-0.0006802016869187355,0.0009504598565399647,0.0007918756455183029,-0.0013305926695466042,0.001968572847545147,-0.0022104978561401367 +78,-3.0078736492741253e-05,0.013245179663466024,-1.9874984955145536,-3.0076098482823e-05,-0.013244792819023132,-0.9999122619628906,-0.0008416334167122841,-0.0021821279078722,0.0003686270210891962,0.0008235331624746323,0.0006562927737832069,-0.0035514235496520996 +79,3.626388956249882e-05,0.01335633352350531,-1.9875172656522597,3.62606551789213e-05,-0.013355936855077744,-0.999910831451416,0.0007397443987429142,0.0021023349836468697,-0.00020771403796970844,-0.0005703181959688663,-0.0020554400980472565,-0.0026831626892089844 +80,-3.557298027317272e-05,0.013338123334552428,-1.9874826531330738,-3.556981755536981e-05,-0.013337727636098862,-0.9999110698699951,0.002537770662456751,-0.004859430715441704,-0.001824663602747023,-0.001475050114095211,0.0035568438470363617,-0.003598451614379883 +81,1.2399258724173446e-05,0.01321224100285227,-1.98748314099271,1.239817629539175e-05,-0.013211856596171856,-0.9999127388000488,-0.0017592981457710266,0.00013573793694376945,-0.0012604447547346354,0.0023527140729129314,-0.001665462739765644,-0.003871440887451172 +82,6.31799405961616e-05,0.013368131901680244,-1.98746873709858,6.317429506452754e-05,-0.013367733918130398,-0.9999106526374817,-0.0008383924141526222,0.0017828214913606644,-0.00013308506458997726,-0.0017263824120163918,-0.0008687172085046768,-0.0032173991203308105 +83,-8.26555241251306e-05,0.01334414052982379,-1.9874782326773117,-8.264816278824583e-05,-0.013343744911253452,-0.9999109506607056,0.001691760029643774,0.0008239573799073696,0.0010470114648342133,0.0009676576592028141,0.0022658640518784523,-0.003064453601837158 +84,1.54859655449488e-05,0.01330132642016046,-1.9874899465981268,1.5484594769077376e-05,-0.013300933875143528,-0.9999115467071533,-0.001630133017897606,0.0006292904727160931,0.00024177809245884418,-0.0005953186191618443,-0.0009812917560338974,-0.0030486583709716797 +85,-4.903071756040169e-05,0.013347748826472407,-1.987454359904775,-4.902634827885777e-05,-0.013347352854907513,-0.9999108910560608,-0.0017866482958197594,-4.074163734912872e-05,-0.00039442675188183784,-0.002010909840464592,-0.0011027203872799873,-0.004025816917419434 +86,-7.289146652904358e-06,0.013327072670148985,-1.9874481164645406,-7.288499546120875e-06,-0.013326678425073624,-0.9999111890792847,-0.0008254442363977432,0.0009890338405966759,-0.0031796740368008614,0.0011974740773439407,0.0013180114328861237,-0.002698063850402832 +87,4.264854925016494e-05,0.013331080055466663,-1.9874600787779657,4.264475865056738e-05,-0.01333068497478962,-0.9999111294746399,0.0004924950189888477,0.0009222216904163361,0.000473816879093647,-0.0015685237012803555,-0.0009210230782628059,-0.003552556037902832 +88,-3.409816113949771e-05,0.013353412271846103,-1.9874991359520464,-3.4095122828148305e-05,-0.013353015296161175,-0.999910831451416,-0.0018973862752318382,-0.0018197409808635712,0.00040632463060319424,0.0006444468162953854,-0.0005019651725888252,-0.004300534725189209 +89,7.207059569307334e-05,0.013327741672658341,-1.9875216308673522,7.206419832073152e-05,-0.013327347114682198,-0.9999111890792847,0.0017338222824037075,-0.00186994019895792,-0.0007552788592875004,0.0006603575311601162,0.0015933383256196976,-0.002499699592590332 +90,6.3826290117597e-05,0.013296934965900292,-1.9874896516321048,6.382064748322591e-05,-0.013296542689204216,-0.9999116063117981,0.0001765163615345955,0.0009764493443071842,-0.000240386463701725,-0.002383156679570675,-0.001138271763920784,-0.0027129054069519043 +91,1.0959004914277308e-05,0.013307663412137374,-1.987506809612285,1.0958034181385301e-05,-0.013307270593941212,-0.9999114274978638,-0.0008502388373017311,-0.000479669775813818,-0.0015090092783793807,0.0015454385429620743,-0.0002577919512987137,-0.002972424030303955 +92,7.671189632434178e-05,0.013300256342503765,-1.9875197167106313,7.67051096772775e-05,-0.013299863785505295,-0.9999115467071533,0.00018726568669080734,-0.00032829539850354195,8.455198258161545e-05,-0.0005192100070416927,0.0014132671058177948,-0.0035216808319091797 +93,2.416572598560167e-05,0.013300560825705207,-1.987513921335926,2.4163588022929616e-05,-0.013300168327987194,-0.9999115467071533,-0.002721725031733513,0.0016651577316224575,0.0005432157777249813,-0.0004819273017346859,-0.0008752457797527313,-0.0035674571990966797 +94,8.471557876950696e-05,0.013316548976027926,-1.987482137984476,8.470806642435491e-05,-0.013316155411303043,-0.9999113082885742,0.003249130677431822,-0.0017672497779130936,0.0014436596538871527,0.0008308193646371365,-0.000874517485499382,-0.003903329372406006 +95,8.963266675328363e-05,0.0133196278296969,-1.9874615849480164,8.96247147466056e-05,-0.013319234363734722,-0.9999113082885742,0.0003159753978252411,0.002943451050668955,-0.0003128272946923971,-0.000867823138833046,0.0012647900730371475,-0.0027894973754882812 +96,1.0713204693246244e-05,0.013323173883807111,-1.9874496362488332,1.0712254152167588e-05,-0.013322779908776283,-0.9999112486839294,0.0016410532407462597,-0.0007608747109770775,-0.0015699100913479924,0.0018508597277104855,-0.0012951400130987167,-0.0023165345191955566 +97,2.8669730426585734e-05,0.013346468096113116,-1.987468882710971,2.866717659344431e-05,-0.013346072286367416,-0.9999109506607056,0.0010986211709678173,0.00037015555426478386,-0.0013535479083657265,-0.00010496098548173904,0.0005439482629299164,-0.0038274526596069336 +98,-2.1201333228641816e-05,0.013269027601078188,-1.9875268048984096,-2.119946657330729e-05,-0.013268638402223587,-0.9999119639396667,0.0005289791151881218,0.0012004682794213295,-0.0007719181012362242,-0.00043656444177031517,0.000558067113161087,-0.002590477466583252 +99,1.1897040767656174e-05,0.013257872459683177,-1.9875417973905485,1.189599515782902e-05,-0.013257483951747417,-0.9999121427536011,-0.0012354664504528046,0.0009233229793608189,0.0007997204083949327,0.00023224437609314919,-0.001909751445055008,-0.0022546052932739258 +100,2.7267186755527904e-05,0.013306725963285712,-1.9875613840902886,2.7264772143098526e-05,-0.013306333683431149,-0.9999114871025085,-0.0005160672590136528,0.0010516205802559853,0.0013674043584614992,-0.00030192313715815544,0.0008551618084311485,-0.003140270709991455 +101,4.6536601989932474e-05,0.01325037609975407,-1.987582476089497,4.6532517444575205e-05,-0.013249988667666912,-0.9999122023582458,-0.001896643079817295,-0.001655589323490858,0.00034615141339600086,0.0006553716957569122,-0.0005744742229580879,-0.002925872802734375 +102,4.384166911424399e-05,0.013321498966295435,-1.987538495922382,4.3837779230671003e-05,-0.013321105390787125,-0.9999112486839294,-0.0006978409364819527,-0.0012831012718379498,-0.0012915657134726644,-0.0009593651629984379,-0.0005033565685153008,-0.0035982131958007812 +103,-6.037717220793546e-05,0.013321375170432024,-1.9875154191077067,-6.037181447027251e-05,-0.0133209815248847,-0.9999112486839294,0.0011914209462702274,0.0017253509722650051,0.00024250266142189503,-1.5921887097647414e-05,0.0007935157045722008,-0.0035524368286132812 +104,-5.866344024120018e-06,0.013294095798734785,-1.9875075993368871,-5.865825642104028e-06,-0.013293704017996788,-0.9999116063117981,0.0014705955982208252,-0.0007804529741406441,-0.0013483013026416302,0.0007688053883612156,3.2996758818626404e-06,-0.002346634864807129 +105,-4.178875272731428e-05,0.013332274110088943,-1.9874746006839898,-4.178503877483308e-05,-0.013331878930330276,-0.9999111294746399,-0.001397247426211834,0.0011710850521922112,0.0016360876616090536,-0.0012094355188310146,-4.302710294723511e-06,-0.0039035677909851074 +106,-6.489742937596283e-05,0.01328669015036779,-1.9874282624193649,-6.489169754786417e-05,-0.01328629907220602,-0.9999117255210876,0.0014308751560747623,-0.0006206165999174118,0.001557669835165143,0.0009346427395939827,0.00027055293321609497,-0.0027585625648498535 +107,-5.896059718701869e-05,0.013287654520680077,-1.9874469384230575,-5.8955392887583e-05,-0.013287263922393322,-0.9999117255210876,-6.635300815105438e-05,0.0017620055004954338,-0.000271249795332551,-0.0008565718308091164,-0.00021676532924175262,-0.0030484795570373535 +108,-0.00014396578744436137,0.013298573231723012,-1.9874567050807201,-0.00014395306061487645,-0.013298180885612965,-0.9999115467071533,0.0010170908644795418,-0.000681332778185606,-0.001463620807044208,6.765873695258051e-05,-0.0008009392768144608,-0.0037810206413269043 +109,-9.983971494945537e-05,0.01325686539048944,-1.9874898982582556,-9.983094059862196e-05,-0.013256477192044258,-0.9999121427536011,-0.0012863008305430412,-0.0014769984409213066,0.0007959897629916668,0.0013052751310169697,0.0003933180123567581,-0.0036126375198364258 +110,-5.7657453660113816e-05,0.013254654926311298,-1.987513211039723,-5.7652388932183385e-05,-0.013254267163574696,-0.9999121427536011,0.000671757385134697,0.0008995281532406807,-0.0010359936859458685,-0.0009799450635910034,-9.717326611280441e-05,-0.0025749802589416504 +111,-0.00010086299738427817,0.013249055662839002,-1.9875432048440451,-0.00010085414396598935,-0.013248668052256107,-0.9999122023582458,-0.00017574243247509003,0.0005468740127980709,-0.0023147764150053263,0.0004365472123026848,4.041008651256561e-06,-0.004100799560546875 +112,-8.76542678210491e-05,0.013188962301075,-1.987485774637344,-8.764664380578324e-05,-0.013188580051064491,-0.9999130368232727,-0.00021219812333583832,0.0009790281765162945,-0.0010433634743094444,0.0003317873924970627,0.0008137021213769913,-0.002497851848602295 +113,-0.00011709712473904229,0.013167007694626172,-1.9875097607154963,-0.0001170869727502577,-0.013166626915335655,-0.9999133348464966,0.0018563228659331799,-0.0005364874377846718,-0.000757347559556365,-0.0005237823352217674,0.0001356210559606552,-0.002833247184753418 +114,-0.00010304612528802804,0.01316306941890547,-1.9875076584781417,-0.0001030372004606761,-0.013162689283490181,-0.9999133348464966,-0.0006215469911694527,-0.0021423473954200745,0.0010318586137145758,0.0017204685136675835,-0.0009822072461247444,-0.0027263760566711426 +115,-3.847819669805563e-05,0.013140100310710265,-1.9875392804407332,-3.84748746000696e-05,-0.013139721937477589,-0.9999136924743652,0.0010287459008395672,0.0008834954351186752,-0.0002505879383534193,-0.00044980645179748535,0.0011005373671650887,-0.0021920204162597656 +116,-8.246599263779518e-05,0.013156903776439107,-1.9875499107473982,-8.245885692304e-05,-0.013156523928046227,-0.9999134540557861,0.0006019594147801399,-0.0008270828984677792,0.0008618838619440794,-9.093433618545532e-06,-0.0003932807594537735,-0.002375364303588867 +117,-7.864446176818578e-05,0.01325493351534112,-1.9875464306782502,-7.863755308790132e-05,-0.013254545629024506,-0.9999121427536011,-0.0014367187395691872,-2.8458423912525177e-05,-0.001791263115592301,-4.343269392848015e-05,0.0003456100821495056,-0.0029412508010864258 +118,-0.00012114113568333331,0.013245080881041857,-1.9875454555509877,-0.00012113050615880638,-0.013244693167507648,-0.9999122619628906,0.0010269396007061005,0.0002481951378285885,-6.44077081233263e-05,0.00013638939708471298,0.0014954274520277977,-0.0032767653465270996 +119,-4.0286737824094526e-05,0.013286699674110414,-1.9875690617167605,-4.028318289783783e-05,-0.013286308385431767,-0.9999117255210876,-0.0011046845465898514,-0.0009113741107285023,-0.0013611189788207412,0.0004370114766061306,-0.00011090748012065887,-0.0030789971351623535 +120,-4.299267767493255e-05,0.013275084517550578,-1.9875795487708559,-4.2988889617845416e-05,-0.013274694792926311,-0.999911904335022,-0.0005435319617390633,0.0002489304170012474,0.00014251470565795898,-0.0012540081515908241,-4.5262277126312256e-07,-0.0036739110946655273 +121,-4.308801404677823e-05,0.013191038127461313,-1.9875887835612143,-4.308426650823094e-05,-0.01319065596908331,-0.9999129772186279,-0.0009768828749656677,-0.00010935915634036064,-0.00016205967403948307,0.000790765043348074,-8.449051529169083e-05,-0.003504931926727295 +122,4.792427617451794e-05,0.013168014392708902,-1.9875950446419999,4.792012259713374e-05,-0.013167633675038815,-0.9999132752418518,-0.001395275816321373,-0.0015747379511594772,-0.0002775604370981455,0.00016570277512073517,-0.0010535567998886108,-0.003825068473815918 +123,1.1878021467363371e-05,0.01321054842079187,-1.987616265608813,1.1876984899572562e-05,-0.01321016438305378,-0.9999127388000488,-0.001312953419983387,0.0010181199759244919,-0.0016832605469971895,0.0002780398353934288,0.0008047688752412796,-0.002513408660888672 +124,-5.106734506690738e-06,0.013197959275586334,-1.9875711551131436,-5.106289791001473e-06,-0.013197575695812702,-0.9999129176139832,0.00022319331765174866,0.0024140584282577038,0.0020234903786331415,-2.541113644838333e-05,1.3982877135276794e-05,-0.0026658177375793457 +125,-2.639859765586969e-05,0.013173751497298892,-1.9875784055590284,-2.6396306566311978e-05,-0.013173370622098446,-0.999913215637207,-0.0026831338182091713,-0.0005025668069720268,0.0014802361838519573,-0.0013316357508301735,0.0001728832721710205,-0.0031232237815856934 +126,-3.6636315061728706e-05,0.013186328972892047,-1.9875469956294425,-3.663312963908538e-05,-0.013185947202146053,-0.9999130368232727,-0.00030957814306020737,0.00022372743114829063,-0.0003280048258602619,0.0009826780296862125,0.0006584813818335533,-0.0046035051345825195 +127,3.10445883724456e-05,0.013220356335565063,-1.987511257950262,3.1041876354720443e-05,-0.01321997120976448,-0.9999126195907593,0.0006735618226230145,-0.001550775021314621,-0.00017867470160126686,-0.0004430292174220085,0.0002042241394519806,-0.0027118921279907227 +128,6.9677136170547335e-06,0.013270412924518063,-1.9875056479228912,6.967100034671603e-06,-0.01327002327889204,-0.9999119639396667,-4.3653883039951324e-05,-0.00019862409681081772,0.0003429155331104994,0.0001913970336318016,0.0006052274256944656,-0.004177391529083252 +129,3.1487074046980074e-05,0.013256865568891312,-1.987502012985542,3.1484305509366095e-05,-0.013256477192044258,-0.9999121427536011,0.0023869206197559834,-0.0002535795792937279,-0.0003296241629868746,0.00022791512310504913,-3.392808139324188e-05,-0.0015527009963989258 +130,5.217556715836559e-05,0.013226573590941234,-1.987513964913526,5.2171002607792616e-05,-0.013226187787950039,-0.9999125003814697,-0.0001886710524559021,0.00015157880261540413,0.0009601640049368143,-0.0004946757107973099,4.259590059518814e-05,-0.003307044506072998 +131,2.5015963875007448e-05,0.013300333305050144,-1.9874897667461005,2.5013750928337686e-05,-0.013299941085278988,-0.9999115467071533,0.0015736166387796402,0.0025378400459885597,0.002406306564807892,0.00014283321797847748,-0.0002498636022210121,-0.0031707286834716797 +132,6.676635478893698e-05,0.013335056197937567,-1.987505971863113,6.676041812170297e-05,-0.013334660790860653,-0.9999110698699951,0.0008289157412946224,-0.0016152570024132729,-0.0013584709959104657,0.0005435915663838387,7.477495819330215e-05,-0.0033695101737976074 +133,1.840931833368668e-05,0.013375875915235879,-1.9874761418286369,1.840767072280869e-05,-0.013375476934015751,-0.9999105334281921,0.0006962614133954048,-0.002193926367908716,0.0004866484086960554,-0.0007203118875622749,0.0003902474418282509,-0.0029123425483703613 +134,-2.9576615559725628e-05,0.01333629760329168,-1.9874338959665798,-2.95739846478682e-05,-0.013335902243852615,-0.9999110698699951,0.0008269920945167542,-0.0005231671966612339,8.105533197522163e-06,0.0003042323514819145,-0.0005495958030223846,-0.003506898880004883 +135,-6.824563605297694e-05,0.013328259421291093,-1.987412829445103,-6.823957664892077e-05,-0.013327864930033684,-0.9999111890792847,-0.0003550443798303604,-0.0015683136880397797,0.0018374559003859758,-0.00040478259325027466,0.0008003991097211838,-0.003537297248840332 +136,-9.19766200265688e-05,0.013332203598339485,-1.987382738807683,-9.196844621328637e-05,-0.01333180908113718,-0.9999111294746399,0.0007465616799890995,0.000583600252866745,0.0009477748535573483,-0.0001674308441579342,-0.0003400668501853943,-0.0022708773612976074 +137,-0.00010260960548921086,0.01331883329029806,-1.9873379882284632,-0.00010260050476063043,-0.013318439945578575,-0.9999113082885742,-0.001444850116968155,-0.0018244432285428047,-0.001069951569661498,-0.0005535273812711239,-6.351806223392487e-05,-0.0033998489379882812 +138,-0.000123221995117705,0.013241426832466981,-1.9873001621327049,-0.0001232111972058192,-0.013241039589047432,-0.9999123215675354,0.002612394280731678,0.002986013423651457,-0.0010137652279809117,0.00033683422952890396,1.1669471859931946e-05,-0.0030326247215270996 +139,-9.27570808612906e-05,0.01327041178729212,-1.987228669071747,-9.274891635868698e-05,-0.013270022347569466,-0.9999119639396667,-0.002505139447748661,0.0036856140941381454,-0.00017224205657839775,0.0007946533150970936,-0.0005544405430555344,-0.002727806568145752 +140,-5.281830910773648e-05,0.013253913211257644,-1.98715874443893,-5.28136697539594e-05,-0.013253524899482727,-0.9999121427536011,0.0032844971865415573,-0.003844405757263303,0.000745690893381834,-0.0008932310156524181,5.4673291742801666e-05,-0.0023918747901916504 +141,-8.21617226728776e-05,0.013240935994416109,-1.9871740578754618,-8.215451816795394e-05,-0.01324054878205061,-0.9999123215675354,0.000891663134098053,0.0006502829492092133,0.00041957967914640903,-0.0003756093792617321,0.0005910135805606842,-0.0020407438278198242 +142,-0.00012150670153123066,0.01328012045934216,-1.987169462005774,-0.00012149598478572443,-0.013279730454087257,-0.9999117851257324,-0.00034322217106819153,-0.0006875698454678059,0.000605051638558507,0.0011285762302577496,-0.000163261778652668,-0.003963887691497803 +143,-7.108139772354434e-05,0.013232168200558572,-1.9872062430712774,-7.107517740223557e-05,-0.013231782242655754,-0.999912440776825,-0.0008413083851337433,0.0009759524837136269,0.0005596864502876997,0.00023892195895314217,0.0005212118849158287,-0.0028188228607177734 +144,-5.574205184995139e-05,0.013201607141450435,-1.9871897772690916,-5.573719317908399e-05,-0.013201223686337471,-0.9999128580093384,-0.0026922132819890976,0.0008809794671833515,0.0036802180111408234,0.0005287597887217999,-0.000348581001162529,-0.003108382225036621 +145,6.926439828838038e-08,0.013217131107071485,-1.987186569555489,6.925834838966693e-08,-0.013216746039688587,-0.999912679195404,0.0016757361590862274,-0.0020455080084502697,-5.445070564746857e-05,-0.0009155967272818089,-2.788286656141281e-05,-0.0029712319374084473 +146,-4.859569113021492e-05,0.013184152390316709,-1.987179499146079,-4.859146793023683e-05,-0.013183770701289177,-0.9999130964279175,-0.0020726313814520836,0.0009376886300742626,-0.0009965444914996624,0.00014014402404427528,0.0004884582012891769,-0.0029250383377075195 +147,-4.3197849155673044e-05,0.013207123332607226,-1.9871897365622948,-4.319408253650181e-05,-0.013206738978624344,-0.9999127984046936,-0.00045588426291942596,-0.0017882226966321468,0.0012489969376474619,-0.0016963076777756214,0.00023676827549934387,-0.0025286078453063965 +148,-7.055467488804645e-05,0.013195255357147382,-1.9872360551752066,-7.054852903820574e-05,-0.013194872066378593,-0.9999129176139832,-0.003155807964503765,0.0009867395274341106,0.0008932722266763449,-0.0003109211102128029,-0.00024812016636133194,-0.0035507678985595703 +149,-5.873675054881659e-05,0.01323713592358954,-1.987198894669114,-5.873160625924356e-05,-0.013236748985946178,-0.9999123811721802,0.0011111609637737274,0.001298835501074791,0.0016426790971308947,0.0003333897329866886,0.000755060464143753,-0.0032461881637573242 +150,-4.297668814185997e-05,0.013248812173625358,-1.9872397590952626,-4.2972915252903476e-05,-0.013248424977064133,-0.9999122619628906,-0.0004703262820839882,-0.0006515192799270153,-0.0009007193148136139,0.0004244423471391201,0.0008125118911266327,-0.003398895263671875 +151,-3.711198957265198e-05,0.013224739439359449,-1.9872481368727917,-3.7108744436409324e-05,-0.013224354013800621,-0.9999125599861145,0.00035282690078020096,0.00041014887392520905,0.0014444554690271616,-0.00020703207701444626,-0.00029493309557437897,-0.003703773021697998 +152,-2.4600633912238096e-05,0.013270867204799409,-1.9872567506251726,-2.4598468371550553e-05,-0.013270477764308453,-0.9999119639396667,0.0008406252600252628,-0.0005985097959637642,0.00024308543652296066,-0.00012798933312296867,-0.0004013972356915474,-0.002758324146270752 +153,-5.400612513613236e-05,0.013271852917090397,-1.98729105493287,-5.400136797106825e-05,-0.013271463103592396,-0.999911904335022,-0.0011379504576325417,-0.002412702888250351,-0.0008859292138367891,8.45189206302166e-05,-0.000964985229074955,-0.002819359302520752 +154,-9.405784821536729e-05,0.01333034837472994,-1.9872326615021443,-9.404949378222227e-05,-0.013329953886568546,-0.9999111294746399,4.188902676105499e-05,-0.00021207518875598907,0.0010808934457600117,7.879082841100171e-05,0.0002531716600060463,-0.003598332405090332 +155,-7.957943480049955e-05,0.013306200557122113,-1.9872127961251418,-7.957238995004445e-05,-0.01330580748617649,-0.9999114871025085,0.0004187431186437607,-0.00014561600983142853,0.0011937429662793875,0.0009035468101501465,0.0009004119783639908,-0.002987682819366455 +156,-2.221474000577004e-05,0.013279422225577323,-1.9872084714396523,-2.2212781914277002e-05,-0.013279031962156296,-0.9999118447303772,0.0013515045866370201,0.0003410670906305313,7.797498255968094e-07,0.00020531797781586647,-0.00016396120190620422,-0.0028042197227478027 +157,-3.7316901302816757e-05,0.01326007630852908,-1.9872322483892177,-3.73136208509095e-05,-0.013259687460958958,-0.9999120831489563,0.0014108642935752869,0.00016097817569971085,0.0019522563088685274,0.00017464300617575645,1.5059486031532288e-05,-0.002437770366668701 +158,-4.39420052709366e-05,0.01333224441267286,-1.987260431858004,-4.3938100134255365e-05,-0.013331849128007889,-0.9999111294746399,0.0008367374539375305,-0.0006654351018369198,8.144648745656013e-05,-0.000642707571387291,0.0003466196358203888,-0.0024387240409851074 +159,-4.167269502568809e-05,0.01329276712285579,-1.987290041732347,-4.166901271673851e-05,-0.013292375952005386,-0.9999116659164429,0.00030647870153188705,-0.00017278362065553665,-0.0012352580670267344,-0.00030928291380405426,4.774704575538635e-05,-0.003124833106994629 +160,-2.5554002275686404e-05,0.013282196363708096,-1.9873319976436596,-2.5551747967256233e-05,-0.0132818054407835,-0.9999117851257324,-0.00030343420803546906,-0.0014131274074316025,-0.0015182167990133166,-0.0005847997963428497,-0.00022222287952899933,-0.003033161163330078 +161,-3.895051161091831e-05,0.013245999676648352,-1.987367839642958,-3.894709516316652e-05,-0.013245612382888794,-0.9999122619628906,-0.000887872651219368,-0.0002085994929075241,-0.001701310626231134,0.0001915348693728447,-0.00045678019523620605,-0.002452850341796875 +162,-7.476439848526427e-05,0.01327079478628711,-1.987414048671196,-7.475781603716314e-05,-0.013270405121147633,-0.9999119639396667,-0.00325816310942173,0.0006378870457410812,-0.000737715745344758,-0.0005966289900243282,7.15525820851326e-05,-0.003521263599395752 +163,-5.1320295981311444e-05,0.013187665326681267,-1.9874259329036557,-5.131583384354599e-05,-0.013187282718718052,-0.9999130368232727,0.0004952331073582172,0.001074344851076603,-0.0008013511542230844,0.00012760981917381287,-0.00010312162339687347,-0.002207934856414795 +164,-0.00011148486472772652,0.013181260953757202,-1.9874253788804062,-0.00011147517943754792,-0.013180878944694996,-0.9999130964279175,-0.0002028355374932289,-0.0006789485923945904,-0.0006574916187673807,-0.000147924292832613,-0.0003384072333574295,-0.003642141819000244 +165,-0.00010600057611753866,0.013165818427122443,-1.9874158481209456,-0.00010599139204714447,-0.013165437616407871,-0.9999133348464966,-0.002167736180126667,0.0022578812204301357,0.002282649278640747,-0.0009010885842144489,-0.00033858977258205414,-0.002940058708190918 +166,-0.00014001434953496108,0.01315785424042794,-1.9873716096202605,-0.00014000223018229008,-0.013157474808394909,-0.9999134540557861,0.0018880725838243961,-0.00029253121465444565,0.00017186719924211502,-0.00027198484167456627,0.0004926798865199089,-0.002466917037963867 +167,-0.00011197328647475946,0.013129916287735549,-1.9874240398105434,-0.0001119636363000609,-0.013129538856446743,-0.9999138116836548,-0.0004291953518986702,-0.0008667898364365101,0.0013391682878136635,0.0005697272717952728,-2.3536384105682373e-05,-0.003794074058532715 +168,-0.00010676358962684099,0.013168968239311768,-1.987385117378439,-0.00010675433441065252,-0.01316858734935522,-0.9999132752418518,0.0004682987928390503,0.00013775937259197235,3.996281884610653e-05,-0.00028997426852583885,-0.0003964761272072792,-0.0029858946800231934 +169,-0.00011065794204829215,0.013175873097270963,-1.9873873439773369,-0.00011064833961427212,-0.01317549217492342,-0.999913215637207,-0.0009553376585245132,0.0003392798826098442,0.0004992815665900707,3.435462713241577e-05,-0.00037431251257658005,-0.0031690597534179688 +170,-9.724818549905026e-05,0.013099856770441546,-1.987393444264049,-9.723984112497419e-05,-0.013099482282996178,-0.9999141693115234,-0.0006547011435031891,-0.0028597707860171795,-0.0006440046709030867,0.0005855211056768894,0.0005262410268187523,-0.002908647060394287 +171,-0.00012293760376501207,0.01311445582153352,-1.987377852877944,-0.00012292702740523964,-0.0131140798330307,-0.9999139904975891,-0.0006432803347706795,-0.0016227448359131813,-0.002607461530715227,0.00013818545266985893,-0.0005272775888442993,-0.0032140612602233887 +172,-0.00010099727156276487,0.013153140271986514,-1.9873603531575217,-0.00010098853817908093,-0.01315276138484478,-0.9999135136604309,0.0020355749875307083,0.0010865340009331703,-0.0014528377214446664,0.00010098842903971672,-6.134994328022003e-05,-0.003351867198944092 +173,-0.00010937456828009408,0.013111695461684841,-1.9873679812664855,-0.00010936516628134996,-0.01311131939291954,-0.9999140501022339,-0.00188389141112566,-4.395516589283943e-05,0.0012518961448222399,0.00033824658021330833,3.4537166357040405e-05,-0.0037175416946411133 +174,-0.00011069311589539543,0.013101117234734028,-1.9874038632252506,-0.00011068361345678568,-0.013100742362439632,-0.9999141693115234,0.002018739003688097,0.0009234696626663208,-0.0025074207223951817,-8.768029510974884e-05,0.0007411222904920578,-0.0015659332275390625 +175,-9.775166662405087e-05,0.013101561341701451,-1.987413661660034,-9.774327918421477e-05,-0.013101186603307724,-0.9999141693115234,0.0009661945514380932,-0.0007035825401544571,-0.00017745583318173885,0.0008301655761897564,0.000161733478307724,-0.0034427642822265625 +176,-0.00011998906046677279,0.013097500893684414,-1.9873900470534651,-0.00011997876572422683,-0.0130971260368824,-0.9999142289161682,-0.0020884471014142036,-0.0008363085798919201,0.0012765070423483849,-3.2609328627586365e-05,-0.0002848319709300995,-0.003183305263519287 +177,-0.00016350772336681864,0.013101693451333104,-1.9873685143401514,-0.00016349369252566248,-0.01310131885111332,-0.9999141693115234,-0.0013037947937846184,0.0014994917437434196,0.001148686045780778,-0.0007062572985887527,-0.0003264155238866806,-0.0038089752197265625 +178,-0.00023363955401642324,0.01307698370982944,-1.9873628233044833,-0.00023361957573797554,-0.01307661086320877,-0.9999144673347473,0.0008862819522619247,-0.000511691439896822,0.0016433068085461855,-8.681509643793106e-05,0.00019819289445877075,-0.0017487406730651855 +179,-0.00030053617788624334,0.013117584610617941,-1.9873068676156918,-0.00030051032081246376,-0.013117208145558834,-0.9999139308929443,-0.0013936255127191544,0.000530194491147995,0.0003093755804002285,0.00039206305518746376,-0.0003868192434310913,-0.002680063247680664 +180,-0.00025048097036982976,0.013058736202001143,-1.9872658354352115,-0.00025045961956493556,-0.013058365322649479,-0.9999147057533264,0.002716316841542721,0.0010204296559095383,0.0006754724308848381,0.000357271172106266,-0.0002930751070380211,-0.003869473934173584 +181,-0.00021144074673189444,0.013066040750333827,-1.9872278460594461,-0.00021142269542906433,-0.013065668754279613,-0.9999146461486816,2.3791566491127014e-05,0.00219730194658041,-0.0001511373557150364,-0.0005820342339575291,-0.0001942180097103119,-0.0011382102966308594 +182,-0.00017070967745512762,0.013045574266020316,-1.9872495344883578,-0.00017069514433387667,-0.013045203872025013,-0.9999148845672607,-0.0009402679279446602,0.0003342544659972191,-0.0003429593052715063,7.914239540696144e-05,-0.00035201292484998703,-0.003136873245239258 +183,-0.00014627582201484556,0.012978255388785113,-1.9872872565531061,-0.0001462634972995147,-0.01297789067029953,-0.9999157786369324,0.001917707733809948,-0.00017600227147340775,2.5202520191669464e-05,-0.00011313566938042641,-0.00023621972650289536,-0.003258049488067627 +184,-0.0001726086080105094,0.013017099616522343,-1.9873105279617456,-0.00017259398009628057,-0.013016732409596443,-0.9999152421951294,0.002038777805864811,-0.0005603805184364319,0.0016453275457024574,-0.0003309459425508976,0.0003061620518565178,-0.00359421968460083 +185,-0.0002155753751508478,0.013005296219171396,-1.9872831445707253,-0.00021555714192800224,-0.013004929758608341,-0.9999154210090637,-0.0015620710328221321,0.0005836114287376404,-0.0003533759154379368,7.822830229997635e-05,-0.0004685809835791588,-0.0031058192253112793 +186,-0.00020892523559949122,0.013027639740924277,-1.9872498547817157,-0.00020890749874524772,-0.013027271255850792,-0.9999151229858398,0.00024352502077817917,0.002969592809677124,9.40284226089716e-05,-0.00017256243154406548,-0.00011054612696170807,-0.0032892227172851562 +187,-0.00024282365411877935,0.013011903407143106,-1.9872454371285113,-0.0002428031002636999,-0.013011536560952663,-0.9999153017997742,-0.0004581538960337639,0.002565629780292511,-0.0011082778219133615,-0.0002302196662640199,0.00031622499227523804,-0.0038840770721435547 +188,-0.0002576326175167299,0.01297917315900898,-1.9872870644409735,-0.0002576109254732728,-0.012978808954358101,-0.9999157190322876,-0.004304605536162853,-0.0013896552845835686,0.0006311561446636915,-0.0008867979049682617,0.0002987552434206009,-0.002510368824005127 +189,-0.00031286037425820124,0.012963956374881288,-1.9873371794430779,-0.00031283407588489354,-0.012963593006134033,-0.9999158978462219,0.001543648075312376,-0.0003905552439391613,0.0006310073658823967,-0.00023648233036510646,-0.0002505173906683922,-0.0038529634475708008 +190,-0.00022877075663813975,0.01294819988636715,-1.9872608982911102,-0.0002287515817442909,-0.012947837822139263,-0.999916136264801,0.00034401146695017815,0.0012448905035853386,0.0008674939163029194,0.00047289207577705383,3.890320658683777e-05,-0.0028151869773864746 +191,-0.00020151171209551217,0.012952331610716548,-1.9872346134665546,-0.00020149481133557856,-0.012951969169080257,-0.9999160766601562,-5.349982529878616e-05,0.0007549128495156765,0.00038768723607063293,-0.00013419844617601484,8.881185203790665e-05,-0.0021895766258239746 +192,-0.00017563303336508193,0.012986837583853147,-1.9872914994617938,-0.0001756182173267007,-0.012986472807824612,-0.9999156594276428,-0.0002141166478395462,0.001505797728896141,-0.002507231431081891,-0.00038895709440112114,-0.00015134457498788834,-0.0029987692832946777 +193,-0.00016410111734478322,0.012877571269295864,-1.9873607462152736,-0.00016408751253038645,-0.012877215631306171,-0.9999170899391174,0.00010582152754068375,-6.992369890213013e-06,-0.0012752788607031107,0.0005608163774013519,-0.0003521554172039032,-0.0021733641624450684 +194,-0.0001448768657620321,0.01286423257787396,-1.9873868763592777,-0.00014486488362308592,-0.012863878160715103,-0.9999172687530518,-0.0007030069828033447,0.0011522918939590454,0.0008528251200914383,0.00048055825755000114,-0.0005028210580348969,-0.003348112106323242 +195,-0.00015094883104743563,0.012895352845364565,-1.9873767623721639,-0.00015093627735041082,-0.012894995510578156,-0.9999168515205383,-0.00011864397674798965,0.0007341471500694752,-0.0008715500589460135,-0.00047467416152358055,-0.0008379146456718445,-0.00224989652633667 +196,-0.00011334302052469032,0.012957933987085921,-1.9873937129643418,-0.00011333350266795605,-0.01295757107436657,-0.9999160170555115,-0.0010374737903475761,-0.0004356876015663147,0.0006474312394857407,-0.0004207240417599678,-0.0010957727208733559,-0.00238800048828125 +197,-0.00011993343144332767,0.01295522508306246,-1.987390732117375,-0.00011992336658295244,-0.012954862788319588,-0.9999160766601562,-0.0009765103459358215,0.000542032066732645,0.0005213916301727295,-9.369943290948868e-05,-0.0004576127976179123,-0.00214385986328125 +198,-0.00014313015390567173,0.013012609520576672,-1.9873935700595708,-0.0001431180426152423,-0.013012242503464222,-0.9999153017997742,-0.00018413085490465164,0.0017168447375297546,-0.0003528220113366842,-0.0006808568723499775,-0.00011031515896320343,-0.0031974315643310547 +199,-7.707103006228898e-05,0.01301377841239401,-1.9873887540177602,-7.70645056036301e-05,-0.013013411313295364,-0.9999153017997742,0.0013759820722043514,-0.001384140457957983,0.00013848580420017242,-0.0002128523774445057,-0.000185440294444561,-0.0038688182830810547 +200,-0.00010696946505615175,0.013051319533732845,-1.9873801816285304,-0.00010696035315049812,-0.013050949200987816,-0.999914824962616,0.0013698264956474304,0.0004048040136694908,0.0024017905816435814,-0.0012358129024505615,-0.0007429961115121841,-0.003304779529571533 +201,-0.00012540314829897304,0.013091237526760266,-1.987382908184195,-0.00012539239833131433,-0.013090863823890686,-0.999914288520813,-0.00020589493215084076,0.0018862374126911163,-0.000960241537541151,-0.00017978342657443136,0.00019718799740076065,-0.0032747387886047363 +202,-0.00014617106571312985,0.013082685379590417,-1.987362396751978,-0.00014615856343880296,-0.013082312420010567,-0.9999144077301025,5.3729861974716187e-05,-0.00031419191509485245,-6.836699321866035e-05,-5.2205752581357956e-05,-0.0002691280096769333,-0.002603292465209961 +203,-0.00017705854047706258,0.013070546476457555,-1.987366385420801,-0.0001770434173522517,-0.013070174492895603,-0.9999145865440369,-0.000953960232436657,9.038671851158142e-05,0.002123526530340314,-0.00031123775988817215,-0.0005254065617918968,-0.0033660531044006348 +204,-0.00017702762608208313,0.013128152859045816,-1.9873557224904268,-0.00017701236356515437,-0.013127775862812996,-0.9999138116836548,0.0018271887674927711,-0.0014388225972652435,-0.001439494895748794,-0.00041808048263192177,0.0007986743003129959,-0.002832770347595215 +205,-0.00017500168032933943,0.013117179200619224,-1.9873812058990887,-0.00017498662055004388,-0.013116803020238876,-0.9999139308929443,-0.000493236817419529,-0.0013038371689617634,0.0002949219197034836,-8.118789992295206e-06,-0.00037196557968854904,-0.0028173327445983887 +206,-0.00017599058423732093,0.013129272497953556,-1.9873976906338342,-0.00017597540863789618,-0.013128895312547684,-0.9999138116836548,-0.0005348566919565201,0.0010506967082619667,-0.0019318846752867103,-0.0001292005181312561,6.737187504768372e-05,-0.002390265464782715 +207,-0.000181355826408898,0.013154688390458228,-1.987426895501426,-0.00018134013225790113,-0.013154309242963791,-0.9999134540557861,0.0012630941346287727,5.187559872865677e-05,0.0027039241977036,0.00019659893587231636,-0.0004260130226612091,-0.002070188522338867 +208,-0.00010294750796166504,0.013174869084556926,-1.9874053476005913,-0.00010293857485521585,-0.013174488209187984,-0.999913215637207,0.00031239259988069534,-0.0017870995216071606,-0.001929134363308549,8.767982944846153e-05,-0.00042109284549951553,-0.0027875900268554688 +209,-0.00012900566071948085,0.013219014720966905,-1.9874150365330812,-0.0001289943902520463,-0.013218630105257034,-0.9999126195907593,0.002348432783037424,0.00047579407691955566,-0.0015371047193184495,0.0004036524333059788,-2.5998800992965698e-05,-0.0027118921279907227 +210,-0.00015045105383101228,0.013200029062415129,-1.9873922455223068,-0.0001504379470134154,-0.013199646025896072,-0.9999128580093384,0.00047232024371623993,-0.0011651432141661644,5.402229726314545e-05,-0.0001547378342365846,-6.0240738093853e-05,-0.0034745335578918457 +211,-0.00012874754067870303,0.013253190672873467,-1.987382408742356,-0.00012873623927589506,-0.0132528031244874,-0.9999121427536011,-7.293000817298889e-05,0.0010929619893431664,-4.928768612444401e-05,-0.0005579092539846897,0.0006795618683099747,-0.0035057663917541504 +212,-0.00011232512183000445,0.013249177697042347,-1.9873697425130683,-0.00011231526150368154,-0.013248790055513382,-0.9999122023582458,-0.0015093693509697914,-0.001321861520409584,-2.2416701540350914e-05,9.705685806693509e-05,-0.0002857549116015434,-0.003200531005859375 +213,-5.7366931307039685e-05,0.013243552291235545,-1.9874156951583675,-5.736189996241592e-05,-0.013243164867162704,-0.9999123215675354,-0.0006545847281813622,-0.0015490371733903885,-0.0019110367866232991,1.1585187166929245e-05,-0.00041345134377479553,-0.0036887526512145996 +214,-4.155615118665254e-05,0.013294338499249212,-1.987460475589207,-4.155247734161094e-05,-0.013293947093188763,-0.9999116063117981,0.0011560926213860512,0.0008028177544474602,-0.0007009354885667562,-0.0014995853416621685,3.4059397876262665e-05,-0.002621293067932129 +215,-0.00010175785382996525,0.01329809139084713,-1.9875285023395026,-0.00010174885392189026,-0.013297699391841888,-0.9999115467071533,0.0009963014163076878,-0.0007342803291976452,-4.191487096250057e-05,8.649007213534787e-05,0.00028195325285196304,-0.0032927393913269043 +216,-0.00011691034561780987,0.013263790684916054,-1.987538140195691,-0.00011690006067510694,-0.013263401575386524,-0.9999120235443115,0.0005590301007032394,-4.9874186515808105e-05,0.0010345345363020897,-0.00038663996383547783,0.0006901593878865242,-0.0030176639556884766 +217,-0.00012894459130253613,0.013227257131156103,-1.987535075727168,-0.00012893331586383283,-0.013226871378719807,-0.9999125003814697,-0.0004349416121840477,-0.0018659159541130066,-0.000271019758656621,-0.000115206916234456,0.0004247482866048813,-0.002910315990447998 +218,-8.755896520453688e-05,0.013186671775335338,-1.9875971478965448,-8.755135058891028e-05,-0.013186289928853512,-0.9999130368232727,-0.0003576008602976799,0.003302467055618763,-3.534066490828991e-05,0.0003927270881831646,0.0002010604366660118,-0.0027419328689575195 +219,-4.533338435944574e-05,0.013210736400825141,-1.9876392567890635,-4.5329426939133555e-05,-0.013210352510213852,-0.9999127388000488,0.0004979241639375687,9.251479059457779e-05,-0.0016010449035093188,-0.0006718337535858154,0.0005455575883388519,-0.003093242645263672 +220,-4.086103359070407e-05,0.013219159233969796,-1.9876456521066,-4.085746331838891e-05,-0.0132187744602561,-0.9999126195907593,0.0019023893401026726,0.0006824629381299019,-0.000783802242949605,-0.000554235652089119,0.0006607919931411743,-0.0026813745498657227 +221,-6.204766032330389e-05,0.013220286984494655,-1.987626493059277,-6.204223609529436e-05,-0.013219902291893959,-0.9999126195907593,0.0019268598407506943,-0.001700498629361391,9.611505083739758e-05,-0.00022787461057305336,0.0011501992121338844,-0.004405617713928223 +222,-7.628858460943324e-05,0.013237564041769845,-1.9876410317856708,-7.628190360264853e-05,-0.013237177394330502,-0.9999123811721802,-0.00113726407289505,-0.0005919011309742928,-0.0009031295776367188,-0.00053406972438097,-0.0006788391619920731,-0.0030478239059448242 +223,-0.00013886045354753897,0.013233522845263239,-1.9876264266015542,-0.00013884829240851104,-0.013233136385679245,-0.999912440776825,0.0012904400937259197,-0.0008660503663122654,0.0018497726414352655,0.00032195355743169785,-1.1492520570755005e-05,-0.002940952777862549 +224,-0.00012658197851711658,0.013197001225578413,-1.9876356373611237,-0.00012657095794565976,-0.013196618296205997,-0.9999129176139832,0.0006216680631041527,0.0002787970006465912,-0.000988862244412303,-0.0002701571211218834,-0.0005668094381690025,-0.0020707249641418457 +225,-0.0001816923986778941,0.013203968169255113,-1.9876554509418192,-0.00018167655798606575,-0.013203584589064121,-0.9999127984046936,0.0006985627114772797,-0.002679447177797556,0.00016190111637115479,-0.0005507450550794601,6.576813757419586e-05,-0.002894759178161621 +226,-0.00023715891953351564,0.013168944286505238,-1.9876578411007375,-0.0002371383598074317,-0.013168564066290855,-0.9999132752418518,0.001898237969726324,-0.0003389231860637665,0.000517247011885047,-0.0003884718753397465,-0.0001370999962091446,-0.0031842589378356934 +227,-0.0002766648086361564,0.01310723879914159,-1.9876847710541106,-0.00027664104709401727,-0.01310686394572258,-0.9999140501022339,0.0018323566764593124,-0.001103412825614214,-0.0017566638998687267,0.0003071585961151868,7.585901767015457e-05,-0.002084791660308838 +228,-0.00033557697803624783,0.013061460231566336,-1.9877234778048964,-0.0003355483349878341,-0.013061088509857655,-0.9999146461486816,-0.00028525758534669876,-0.0022585177794098854,-0.000498312758281827,-0.0004731672815978527,-4.621036350727081e-05,-0.0035338401794433594 +229,-0.00038709127666800475,0.0130406178187452,-1.987684107488981,-0.00038705836050212383,-0.013040248304605484,-0.9999148845672607,0.0004332088865339756,0.0008734371513128281,0.0018452571239322424,0.00024972952087409794,-0.0011656833812594414,-0.0034114718437194824 +230,-0.0004142647913485392,0.013030077567745817,-1.9876643734229105,-0.00041422960930503905,-0.01302970852702856,-0.9999150037765503,-0.0016241706907749176,0.0006605479866266251,0.0019309502094984055,-0.00024189797113649547,-0.00012336671352386475,-0.0032282471656799316 +231,-0.0003805671537776886,0.013009238839590393,-1.987679661611359,-0.00038053494063206017,-0.013008872047066689,-0.9999153017997742,0.00044560106471180916,-0.00021342933177947998,2.9900576919317245e-05,0.001051921397447586,-0.0005867090076208115,-0.00281602144241333 +232,-0.00037974176416556184,0.013022772223790556,-1.9876545243771613,-0.0003797095560003072,-0.013022404164075851,-0.9999151229858398,-0.0011747628450393677,0.00012120325118303299,0.0028611738234758377,0.0006085913628339767,8.295103907585144e-05,-0.0029840469360351562 +233,-0.00043036166832724525,0.013036921202882678,-1.9876228256184914,-0.00043032507528550923,-0.013036551885306835,-0.9999149441719055,-0.0007469123229384422,-0.00037849554792046547,-0.00014165416359901428,-0.0007751192897558212,-0.0004522167146205902,-0.0018092989921569824 +234,-0.00045608020707597235,0.012951587264344871,-1.9876149410636692,-0.00045604194747284055,-0.01295122504234314,-0.9999160170555115,0.0009370795451104641,3.6191195249557495e-05,0.001980546861886978,0.0007001827470958233,-0.00012555625289678574,-0.0027390122413635254 +235,-0.00045368007816505465,0.013033063533737248,-1.9875167905734499,-0.00045364152174443007,-0.013032694347202778,-0.9999149441719055,-4.964694380760193e-05,-0.0014977236278355122,-0.0010505699319764972,8.743072976358235e-05,-0.0006086612120270729,-0.002617955207824707 +236,-0.0004637232729751711,0.01300532262731008,-1.9874748082690725,-0.0004636840312741697,-0.01300495583564043,-0.9999153017997742,-0.0017425846308469772,-0.0018005678430199623,0.0002035149373114109,0.00041790775139816105,-0.00040751881897449493,-0.0030143260955810547 +237,-0.0003882225215819266,0.013021630632329835,-1.9874294748462837,-0.0003881895972881466,-0.013021262362599373,-0.9999151229858398,-0.0011838190257549286,0.0015856605023145676,0.0005243895575404167,0.00035767213557846844,0.0004022447392344475,-0.004418313503265381 +238,-0.0004041905683918727,0.013053458679997123,-1.9874163375326068,-0.00040415613329969347,-0.013053087517619133,-0.9999147057533264,0.0028253942728042603,-0.0014091618359088898,-0.001047797384671867,-3.8348574889823794e-05,-0.0004509398713707924,-0.0033048391342163086 +239,-0.0003808182929860573,0.013020506147953624,-1.9873486437897587,-0.00038078599027357996,-0.013020138256251812,-0.9999151825904846,-0.0001227259635925293,0.0016420185565948486,0.0014516105875372887,-0.00010749557986855507,-0.00010242033749818802,-0.002785623073577881 +240,-0.00038681665036883057,0.013051203532792304,-1.987290849352148,-0.00038678370765410364,-0.013050832785665989,-0.9999147653579712,-0.0009071137756109238,0.0027034981176257133,0.0017338418401777744,3.583123907446861e-05,0.0004470730200409889,-0.0036557912826538086 +241,-0.0004063118986378212,0.013033812163836847,-1.9872011537422156,-0.0004062773659825325,-0.013033443130552769,-0.9999150037765503,-0.0009027756750583649,0.0020116521045565605,0.0025011878460645676,0.0004825713112950325,-0.0007452433928847313,-0.002938389778137207 +242,-0.0004168258504966239,0.013028846639025298,-1.9871640032661342,-0.00041679045534692705,-0.013028478249907494,-0.9999150633811951,0.0010500862263143063,-0.000580071471631527,0.001100082416087389,0.00012687360867857933,-0.0003992561250925064,-0.0037317872047424316 +243,-0.0004483154624103428,0.013011213795480162,-1.9871035185279355,-0.0004482775111682713,-0.013010846450924873,-0.9999152421951294,0.0007530390284955502,0.00032218731939792633,0.000934642506763339,-0.0004367325163912028,0.00014768913388252258,-0.00339585542678833 +244,-0.0004271359870670476,0.013032958635011777,-1.9870891764029721,-0.00042709970148280263,-0.013032590039074421,-0.9999150037765503,-0.002032010816037655,-0.00037730298936367035,-0.0003937096334993839,0.00030502909794449806,-0.00027307402342557907,-0.003640294075012207 +245,-0.00048510839945702333,0.012928649471432768,-1.9870502849800753,-0.0004850678378716111,-0.012928289361298084,-0.9999163150787354,-0.000749773345887661,-3.701448440551758e-05,-0.001099419197998941,0.0006681731902062893,-0.00043840985745191574,-0.0023877620697021484 +246,-0.00047472439773485134,0.012946876008678315,-1.9870303673977643,-0.00047468458069488406,-0.012946514412760735,-0.9999160766601562,0.0017559509724378586,-0.0011433488689363003,-0.0004759666044265032,0.0005662371404469013,-0.00011500902473926544,-0.00328826904296875 +247,-0.00044447116314272485,0.012991122231717483,-1.9870132925190047,-0.00044443365186452866,-0.012990756891667843,-0.9999155402183533,-0.00015942566096782684,-0.0008631609380245209,9.595602750778198e-05,0.00018503423780202866,0.00032596103847026825,-0.0031514763832092285 +248,-0.00043863234491023546,0.012970898078246841,-1.9870165293125748,-0.0004385954234749079,-0.012970534153282642,-0.9999157786369324,0.0015284949913620949,-0.0008183233439922333,-0.0005675649736076593,-0.0004921904765069485,-0.000350387766957283,-0.003303825855255127 +249,-0.0004486256000654832,0.012994414450001037,-1.9869957279927055,-0.00044858769979327917,-0.012994049116969109,-0.9999154806137085,-0.0004353141412138939,0.0012763692066073418,-0.00016527250409126282,-0.000543233472853899,-0.00012850947678089142,-0.002464890480041504 +250,-0.00043989409622357964,0.013013403475168654,-1.986987564788659,-0.00043985684169456363,-0.013013035990297794,-0.9999152421951294,-0.0013612741604447365,-0.0019612349569797516,-0.0012385580921545625,0.0003330451436340809,-0.0010403087362647057,-0.0022820234298706055 +251,-0.00034343241027791967,0.013032762606621957,-1.9870086906671147,-0.00034340322599746287,-0.013032393530011177,-0.9999150037765503,-2.0470470190048218e-05,0.0008865464478731155,-0.001391319907270372,0.0001450390846002847,-0.0005021514371037483,-0.0031977295875549316 +252,-0.0003398043443103926,0.013061895516908015,-1.9870255770289171,-0.00033977534621953964,-0.013061524368822575,-0.9999146461486816,0.001625796314328909,-0.0023057558573782444,-0.0017364867962896824,0.00024822261184453964,0.0006713876500725746,-0.0029234886169433594 +253,-0.00033885371218736785,0.01311900173680978,-1.9870344846728651,-0.0003388245531823486,-0.013118625618517399,-0.9999138712882996,-0.0006911111995577812,-0.0013256995007395744,-0.0004513098392635584,-0.0004241149581503123,-0.0008584242314100266,-0.002191781997680664 +254,-0.0003699530012215677,0.0131296188311063,-1.9870258639869682,-0.0003699210938066244,-0.01312924176454544,-0.99991375207901,0.0017838519997894764,0.0013152649626135826,0.002614343771710992,-0.0009575937874615192,0.00012875348329544067,-0.00397723913192749 +255,-0.00037490711294626693,0.013159969320447287,-1.987021315690331,-0.00037487465306185186,-0.01315958984196186,-0.9999133348464966,0.00037754885852336884,0.0005137622356414795,0.00030750478617846966,-0.0007084989920258522,-0.00014607422053813934,-0.003901362419128418 +256,-0.0004101069296403163,0.013150146858760588,-1.987027503133658,-0.00041007145773619413,-0.013149768114089966,-0.9999134540557861,-0.0007984200492501259,-0.001612793654203415,-0.0008462276309728622,0.00012015458196401596,-0.0005678832530975342,-0.0014598369598388672 +257,-0.0004130406128943675,0.01319042599555564,-1.9870754710668506,-0.0004130046581849456,-0.013190043158829212,-0.9999129176139832,-0.00032202713191509247,-0.003098039887845516,0.001333022490143776,0.0010386151261627674,0.0001895558089017868,-0.0028184056282043457 +258,-0.00041367204536385657,0.013218663285157684,-1.9870837672886157,-0.0004136358911637217,-0.01321827806532383,-0.9999125599861145,0.0014747618697583675,0.000806877389550209,0.0007943382952362299,-0.0001661982387304306,0.00021778978407382965,-0.003322303295135498 +259,-0.00040959035976387135,0.01313230691621327,-1.987096028903026,-0.00040955503936856985,-0.013131929561495781,-0.9999136924743652,0.0006292811594903469,0.002078072167932987,-0.0004500909708440304,-0.0002923491410911083,0.00020773522555828094,-0.0024666786193847656 +260,-0.00043600279133348323,0.01313631483392354,-1.9871633258613983,-0.00043596516479738057,-0.013135937042534351,-0.9999136328697205,-0.0007022293284535408,-0.0019082180224359035,-0.000828619347885251,0.0007716584950685501,0.0006237290799617767,-0.002863466739654541 +261,-0.00046365001285373974,0.013081117194124544,-1.9871441226043365,-0.00046361034037545323,-0.013080744072794914,-0.9999143481254578,-0.0017785849049687386,-0.0009569409303367138,0.0012452325318008661,0.00023472821339964867,0.00029387883841991425,-0.0034578442573547363 +262,-0.0004095259305733904,0.013041452542172972,-1.9871956911826785,-0.0004094910982530564,-0.01304108276963234,-0.9999148845672607,-0.0030413642525672913,-0.0017475192435085773,0.0016103882808238268,0.0010351012460887432,-0.0007528625428676605,-0.003182649612426758 +263,-0.00039129248408392524,0.01303851640679579,-1.9872236550023539,-0.0003912592073902488,-0.013038147240877151,-0.9999149441719055,0.001594693399965763,0.001021429430693388,-0.0007391255348920822,0.0001928950659930706,-0.0011983029544353485,-0.0026485323905944824 +264,-0.0003947009560859514,0.013056212739728467,-1.9871993882828338,-0.00039466729504056275,-0.013055841438472271,-0.9999147057533264,-0.0013824235647916794,-0.001977626234292984,0.0006355512887239456,-3.257906064391136e-05,0.00028423499315977097,-0.002725064754486084 +265,-0.0003746168497443185,0.013118296677604151,-1.9871869352023035,-0.00037458460428752005,-0.013117920607328415,-0.9999138712882996,0.0013763639144599438,-4.535634070634842e-05,0.0015964861959218979,-0.00014421434025280178,-0.00046240072697401047,-0.002847909927368164 +266,-0.00037936074835375285,0.013119157842787726,-1.9871971301932556,-0.0003793280920945108,-0.01311878114938736,-0.9999138712882996,-0.0017369864508509636,0.001188946422189474,0.001799269812181592,0.0004556220956146717,2.6741065084934235e-05,-0.0032446980476379395 +267,-0.00037065159331102753,0.01307245802864962,-1.9871887435451365,-0.00037061990587972105,-0.013072085566818714,-0.9999144673347473,-0.0010520275682210922,-2.2938009351491928e-05,3.554532304406166e-05,-0.0006669778376817703,-0.00024883542209863663,-0.0019012689590454102 +268,-0.00033938068711274904,0.013070738090813324,-1.9871810392618716,-0.00033935168175958097,-0.013070366345345974,-0.9999145269393921,0.00035596080124378204,0.0015167482197284698,0.00253489357419312,3.417627885937691e-05,0.00016142986714839935,-0.00406801700592041 +269,-0.0003298336032324782,0.013091335000377107,-1.9871321279795924,-0.00032980533433146775,-0.013090960681438446,-0.9999142289161682,-0.0014809910207986832,0.001458747312426567,-4.055630415678024e-05,-0.0009366739541292191,2.943817526102066e-05,-0.0032900571823120117 +270,-0.0002738626171250231,0.013074181814895712,-1.9870732673128482,-0.0002738392213359475,-0.013073809444904327,-0.9999144673347473,-0.0008892519399523735,-0.00021711410954594612,0.002905061235651374,-9.237133781425655e-05,0.000531085766851902,-0.00306093692779541 +271,-0.0002557906814465324,0.013065668304574564,-1.9870315817171111,-0.00025576885673217475,-0.013065296225249767,-0.9999145865440369,-0.0002443874254822731,-0.0004320582374930382,-0.000377072487026453,1.1628057109192014e-05,-0.00031665991991758347,-0.004098415374755859 +272,-0.00020541311133402579,0.013061607665310854,-1.9870594267402266,-0.00020539558317977935,-0.013061236590147018,-0.9999147057533264,0.0017192349769175053,-0.00010734284296631813,0.002098148688673973,-0.0007101316004991531,-0.00021391082555055618,-0.002801358699798584 +273,-0.0002564667902933934,0.013126039354635943,-1.9869843868546349,-0.000256444705883041,-0.013125662691891193,-0.9999138116836548,0.0008805878460407257,-0.0011643324978649616,-0.00010520266368985176,0.0006226557306945324,0.0004913853481411934,-0.002710700035095215 +274,-0.00024563162498293423,0.013116658543122656,-1.9869563426935974,-0.0002456104848533869,-0.013116282410919666,-0.9999139308929443,0.001018553040921688,-0.0007661683484911919,-0.0001603218261152506,-0.0007614698261022568,-0.0001436043530702591,-0.0021917223930358887 +275,-0.00028657789844544943,0.013139225937833027,-1.986922516024594,-0.0002865531714633107,-0.013138847425580025,-0.9999136328697205,0.001913405954837799,-0.00029585976153612137,0.00285947322845459,0.0003933645784854889,-0.00022785179316997528,-0.002710878849029541 +276,-0.0002700572853621874,0.013096586529230325,-1.9869684974003843,-0.00027003412833437324,-0.013096212409436703,-0.9999142289161682,0.0005264659412205219,-0.001997535116970539,0.0012331767939031124,0.0008498681709170341,-0.0011249789968132973,-0.003976762294769287 +277,-0.00029211053048328435,0.013118433325188358,-1.9869023091306672,-0.0002920854021795094,-0.013118057511746883,-0.9999139308929443,0.0015343339182436466,0.0004190625622868538,-0.0007428259123116732,-0.00028774840757250786,-8.079595863819122e-05,-0.002542734146118164 +278,-0.0002778618030992812,0.0131575713440264,-1.9868846048130093,-0.00027783773839473724,-0.013157191686332226,-0.9999133944511414,6.848853081464767e-05,0.001706499606370926,-0.0031017884612083435,1.8438324332237244e-05,0.0003550676628947258,-0.0029857754707336426 +279,-0.000337749882482897,0.013179489380163745,-1.986948154690453,-0.00033772055758163333,-0.013179107569158077,-0.9999130964279175,-0.0008279010653495789,-0.0003820466808974743,7.808487862348557e-05,-0.0001200428232550621,-9.603798389434814e-05,-0.0024367570877075195 +280,-0.0003201912522396051,0.013166475231382965,-1.986933036806633,-0.000320163497235626,-0.01316609513014555,-0.9999132752418518,-0.0022834734991192818,0.0011203931644558907,0.001295991474762559,-0.0006563989445567131,2.827681601047516e-05,-0.0027417540550231934 +281,-0.0003849045116948133,0.013169845598443452,-1.9868873441864188,-0.0003848711203318089,-0.013169464655220509,-0.999913215637207,-9.161699563264847e-05,-0.0018144790083169937,-0.00038201548159122467,-0.00031703338027000427,0.0004588942974805832,-0.0027112960815429688 +282,-0.0003928663914976237,0.013199551530424156,-1.9868734981551746,-0.0003928321530111134,-0.013199168257415295,-0.9999127984046936,0.0017294380813837051,0.0008764853700995445,-3.443518653512001e-05,0.0002249856770504266,0.00022919848561286926,-0.002910017967224121 +283,-0.0003561087206498851,0.013192830576773472,-1.9868844286804166,-0.00035607771133072674,-0.01319244783371687,-0.9999129176139832,0.0019769971258938313,0.003008970059454441,0.0026109409518539906,-0.00014746235683560371,-0.00014373380690813065,-0.0029099583625793457 +284,-0.00035088529126874176,0.01313675093938318,-1.9868937579035892,-0.0003508549998514354,-0.013136372901499271,-0.9999136328697205,-0.002281983382999897,0.00016097398474812508,0.0017442635726183653,-0.00036630776594392955,0.000227438285946846,-0.0033059120178222656 +285,-0.000346630176192528,0.013142050124801276,-1.9868382964852704,-0.00034660022356547415,-0.013141672126948833,-0.9999135732650757,0.0026284572668373585,0.0008123582229018211,-0.002263298723846674,-0.0005078921094536781,-0.00039287377148866653,-0.0024057626724243164 +286,-0.00032788679361451416,0.013194169724045338,-1.9868097264902425,-0.0003278582589700818,-0.013193787075579166,-0.9999129176139832,0.002640015911310911,-0.0003244122490286827,-0.0001860263291746378,0.00054148118942976,0.0006663212552666664,-0.0030167698860168457 +287,-0.0003175865398893562,0.013145441865848732,-1.986784760812395,-0.00031755908275954425,-0.013145063072443008,-0.9999135732650757,-0.0008316067978739738,-0.0013473532162606716,-0.00025333999656140804,0.0010194634087383747,6.828084588050842e-05,-0.0031076669692993164 +288,-0.00026275280037301504,0.013111009550920715,-1.9867847906361873,-0.0002627302019391209,-0.013110633939504623,-0.9999139904975891,-5.2887946367263794e-05,-4.771631211042404e-06,0.0001031563151627779,0.0008730818517506123,9.488780051469803e-05,-0.0028172731399536133 +289,-0.00023515140476220402,0.013116105046726369,-1.986754222262875,-0.00023513117048423737,-0.013115729205310345,-0.9999139308929443,0.0013816929422318935,-0.0007745660841464996,-0.0017941860714927316,0.0006776358932256699,0.0003441227599978447,-0.0027257800102233887 +290,-0.0002606143240047956,0.013123551115626695,-1.9867748967729677,-0.00026059188530780375,-0.01312317419797182,-0.9999138712882996,0.002351276110857725,-0.0005650017410516739,-0.0015433747321367264,-0.0003345008008182049,-0.0015557799488306046,-0.0026496052742004395 +291,-0.0002679081204809679,0.013178907522905084,-1.9867794039393412,-0.0002678848395589739,-0.013178526423871517,-0.9999130964279175,-0.0005196528509259224,-0.0004010247066617012,-0.0025621780660003424,0.0002526259340811521,0.0014140009880065918,-0.003993093967437744 +292,-0.0002486167562173417,0.013181861906276916,-1.9868558549847875,-0.00024859514087438583,-0.013181480579078197,-0.9999130964279175,-0.0019041616469621658,0.00010343501344323158,-0.0009776423685252666,-0.00031598005443811417,0.0006082374602556229,-0.0031539201736450195 +293,-0.0002043353550521786,0.013228046845223164,-1.9868368116897965,-0.00020431747543625534,-0.01322766114026308,-0.9999125003814697,0.0014007147401571274,-0.0007910928688943386,-0.0014839109499007463,-0.0014436319470405579,0.0003950195387005806,-0.0028951168060302734 +294,-0.00024032068790478145,0.013260749505834089,-1.986845335005677,-0.0002402995596639812,-0.013260360807180405,-0.9999120235443115,0.0002563484013080597,-0.001786661334335804,0.0009647286497056484,0.000164005919941701,-0.0005183247849345207,-0.002819240093231201 +295,-0.0002362723309510564,0.013270016477033223,-1.9868790754264811,-0.00023625152243766934,-0.013269627466797829,-0.999911904335022,0.00017996225506067276,-0.0013857735320925713,-0.0024587155785411596,-3.840633144136518e-05,0.0003759516403079033,-0.002559959888458252 +296,-0.00026546840493697695,0.01323971749495659,-1.9868977655560118,-0.00026544512365944684,-0.013239330612123013,-0.9999123215675354,-0.0027150046080350876,-0.0011099213734269142,-0.0011361043434590101,-0.0004212004132568836,-0.00024943891912698746,-0.0030021071434020996 +297,-0.0003170584417929431,0.013264889984659457,-1.9868882689088259,-0.0003170305280946195,-0.01326450053602457,-0.9999119639396667,0.00011176150292158127,-0.0003869137726724148,-0.0025003254413604736,-0.0007663434371352196,0.0005844477564096451,-0.003094017505645752 +298,-0.00036212998670208857,0.013204367347227302,-1.9868803548137661,-0.00036209842073731124,-0.013203983195126057,-0.9999127388000488,0.0003022756427526474,0.000752003863453865,0.0007572630420327187,0.0005604629404842854,0.0001729782670736313,-0.0014299750328063965 +299,-0.0003922309218336098,0.013215675507020132,-1.9869201595345527,-0.0003921966708730906,-0.013215290382504463,-0.9999126195907593,0.0005428274162113667,-0.0004705861210823059,0.0008171959780156612,-0.0008132476359605789,-9.03736799955368e-05,-0.0028492212295532227 +300,-0.00041902206383171884,0.013205690589444345,-1.9869664529190096,-0.0004189855244476348,-0.013205306604504585,-0.9999127388000488,-0.0010016793385148048,-0.0021850215271115303,-0.001485580112785101,0.0006173495203256607,-0.0007259668782353401,-0.003016948699951172 +301,-0.0004653703262840182,0.013179764653679697,-1.9869787484144783,-0.00046532988199032843,-0.013179383240640163,-0.9999130368232727,-0.0007988614961504936,-0.00030737463384866714,-0.001453664037398994,-0.0008164085447788239,-0.0005230102688074112,-0.002635180950164795 +302,-0.00044805775631293375,0.013243254668281782,-1.9870142367779413,-0.0004480184579733759,-0.013242867775261402,-0.9999122023582458,-0.0020617330446839333,0.0004558637738227844,-0.0016167203430086374,0.00024965405464172363,0.0004407428205013275,-0.0028191208839416504 +303,-0.00046154424750395736,0.01318727715490895,-1.9870430603177127,-0.0004615040961652994,-0.013186895288527012,-0.9999129176139832,-0.0035357018932700157,-0.0021572825498878956,0.0009748986922204494,-0.0004540234513115138,3.302469849586487e-06,-0.0031235218048095703 +304,-0.0005178074599007808,0.013194608084591762,-1.9870520202093676,-0.0005177623825147748,-0.013194224797189236,-0.9999127984046936,-0.0014750752598047256,0.0010208413004875183,-2.6789028197526932e-05,0.0001668106415309012,-0.0004013543948531151,-0.004191756248474121 +305,-0.0005028725569211851,0.01319463063737503,-1.9870516409755186,-0.0005028287414461374,-0.013194248080253601,-0.9999127984046936,-0.0005117356777191162,0.000612892210483551,0.0013272056821733713,0.000182394462171942,-5.037989467382431e-05,-0.002604842185974121 +306,-0.0005154981605823237,0.013174642024083966,-1.9870442233545647,-0.0005154534010216594,-0.013174260966479778,-0.9999130964279175,0.001100076362490654,0.0006239097565412521,-0.0010151376482099295,0.0003628651611506939,-3.985036164522171e-05,-0.0031081438064575195 +307,-0.0004604721828305702,0.013157804275294623,-1.9870383190254355,-0.00046043231850489974,-0.01315742451697588,-0.9999133348464966,0.0019579133950173855,-0.0007220394909381866,-0.00019498472101986408,-0.0005924245342612267,-1.0909512639045715e-05,-0.003214716911315918 +308,-0.00046336181499681095,0.01312965386031214,-1.9870670608278904,-0.0004633218632079661,-0.013129276223480701,-0.9999136924743652,0.00041083432734012604,-0.00037415046244859695,-0.003686135169118643,0.0005090981721878052,-0.00022216327488422394,-0.0038094520568847656 +309,-0.00039806292828318656,0.013137164098628551,-1.9871294754338815,-0.00039802855462767184,-0.0131367864087224,-0.9999136328697205,0.0010514170862734318,3.371387720108032e-05,0.0023155768867582083,0.0001386292278766632,-0.00019939523190259933,-0.002924501895904541 +310,-0.000415893237133204,0.013144141492432145,-1.9871554090895573,-0.0004158572992309928,-0.013143762946128845,-0.9999135136604309,0.00026608165353536606,-0.0009191110730171204,0.0005945975426584482,0.0002937871322501451,0.0008299211040139198,-0.0034281015396118164 +311,-0.0003486221715416995,0.013190408639656663,-1.9871741884667082,-0.0003485918277874589,-0.013190026395022869,-0.9999129176139832,4.014838486909866e-05,1.7091631889343262e-05,3.8522994145751e-05,-0.0004753828688990325,0.0006015263497829437,-0.0024216175079345703 +312,-0.00033419842881915316,0.013162253670590422,-1.9871791281031492,-0.0003341694828122854,-0.013161873444914818,-0.9999133348464966,0.0002966132014989853,-0.0008126473985612392,-0.0008750343695282936,0.0004714988172054291,-0.0001285318285226822,-0.002604365348815918 +313,-0.0003424457873799735,0.013187867595470363,-1.9871947346498258,-0.00034241599496454,-0.013187485747039318,-0.9999129772186279,-8.618459105491638e-05,-0.0017060334794223309,-0.001456884783692658,-0.00031371181830763817,0.001087266020476818,-0.0033066272735595703 +314,-0.00034332768593626595,0.013178026144735424,-1.9871769510969428,-0.0003432978701312095,-0.013177644461393356,-0.9999130964279175,-0.0002637747675180435,-0.0014865808188915253,0.001954751554876566,0.00014493384514935315,3.982800990343094e-05,-0.003153860569000244 +315,-0.00037852086700341256,0.013206032228970207,-1.9871281147345046,-0.0003784878645092249,-0.01320564839988947,-0.9999127388000488,9.445566684007645e-05,0.0006870971992611885,0.0015952978283166885,0.00030219415202736855,-0.00032889749854803085,-0.002330303192138672 +316,-0.00039602096512790215,0.013207301653771042,-1.9870951393711893,-0.0003959864261560142,-0.01320691779255867,-0.999912679195404,-0.00035581737756729126,0.0002907784655690193,-9.454437531530857e-05,0.00039598674629814923,0.0010304050520062447,-0.003673076629638672 +317,-0.0003846879030840503,0.013138837397884918,-1.9870886101972587,-0.00038465470424853265,-0.01313845906406641,-0.9999136328697205,-0.00027652736753225327,-0.0005147797055542469,0.0007993853650987148,-0.0007902719080448151,6.167776882648468e-05,-0.003168642520904541 +318,-0.0003359301681000496,0.013161313330966288,-1.9871443830476918,-0.0003359010734129697,-0.01316093374043703,-0.9999133348464966,-0.0003590090200304985,0.0016464143991470337,0.0006268990691751242,-0.00045755598694086075,0.00020622089505195618,-0.002711176872253418 +319,-0.000291877399772726,0.013126978551302834,-1.987168100196461,-0.0002918522513937205,-0.013126601465046406,-0.9999138116836548,-0.0011958684772253036,0.0007389802485704422,-0.0007980135269463062,0.000902203842997551,0.0009500877931714058,-0.002680182456970215 +320,-0.00030907872183071896,0.013103689472410574,-1.9871581430791032,-0.0003090521786361933,-0.01310331467539072,-0.9999141097068787,0.00112250167876482,-0.0003952481783926487,-0.0030139321461319923,0.00027853483334183693,-0.00041597336530685425,-0.003412306308746338 +321,-0.00033529945748253753,0.01309699177680016,-1.9872445997203565,-0.00033527068444527686,-0.01309661753475666,-0.9999141693115234,0.0009384341537952423,0.0010251384228467941,0.002455177018418908,0.0005031172186136246,1.983530819416046e-05,-0.0016269683837890625 +322,-0.00032121074859116664,0.013075710464742532,-1.987217452568761,-0.00032118329545482993,-0.013075337745249271,-0.9999144673347473,-0.00047621410340070724,-0.0008707167580723763,-0.0009304489940404892,-0.0005790852010250092,0.000456320121884346,-0.0036866068840026855 +323,-0.00031031129178284405,0.013109301097448543,-1.9872267172312046,-0.0003102846094407141,-0.013108925893902779,-0.9999140501022339,0.0010709990747272968,0.0004999460652470589,0.0012612729333341122,-0.0004984312690794468,3.2143667340278625e-05,-0.0031682252883911133 +324,-0.0003752975362114349,0.013112615163956804,-1.9871774244785303,-0.0003752652555704117,-0.01311223953962326,-0.9999139308929443,0.0005804677493870258,-0.0009142528288066387,-0.0014032898470759392,-0.00047922690282575786,-0.0005443757399916649,-0.004038035869598389 +325,-0.00038726602531416026,0.013111563816520193,-1.9871503102629084,-0.0003872327215503901,-0.01311118807643652,-0.9999139904975891,0.0026065572164952755,-0.0005993247032165527,0.0015593671705573797,6.679818034172058e-05,-0.000133441761136055,-0.0026800036430358887 +326,-0.0003726992131397128,0.013119423217645133,-1.987156212611251,-0.0003726671275217086,-0.013119046576321125,-0.9999138712882996,-9.104888886213303e-05,0.0016112672165036201,-0.000937687698751688,-0.0006038951687514782,-0.0005528274923563004,-0.0030158162117004395 +327,-0.00038073391003034146,0.013165688613702965,-1.9872365480465872,-0.00038070089067332447,-0.01316530816257,-0.9999132752418518,0.000245408620685339,0.00018358789384365082,-0.0022421309258788824,0.0002891481854021549,-3.026798367500305e-06,-0.0026807188987731934 +328,-0.00042381033306344135,0.013126567377944974,-1.9872764533824552,-0.00042377380304969847,-0.013126190751791,-0.99991375207901,-0.0018276674672961235,-0.00014395173639059067,-0.0012867941986769438,2.704514190554619e-05,3.6312267184257507e-06,-0.0023598074913024902 +329,-0.00043985367263409,0.013067988086101323,-1.9873219892339609,-0.0004398160963319242,-0.013067616149783134,-0.9999145269393921,-0.0008775051683187485,-0.002056024968624115,-0.0012583242496475577,-0.0001400178298354149,-0.00045167095959186554,-0.00341188907623291 +330,-0.00048249572316917796,0.012963042799505988,-1.9873674047387857,-0.0004824551579076797,-0.012962679378688335,-0.9999158382415771,-0.0007369983941316605,0.0014252318069338799,-0.0014037375804036856,0.0010470305569469929,0.00023685116320848465,-0.003441035747528076 +331,-0.00044191407414896476,0.012967435973182905,-1.9873257300453202,-0.00044187690946273506,-0.012967072427272797,-0.9999158382415771,-0.0031404979526996613,-0.0006204140372574329,-0.002144599799066782,-0.00030580395832657814,0.00011917203664779663,-0.0029070377349853516 +332,-0.0004148016475268448,0.012901351549402805,-1.9873318727916187,-0.00041476712794974446,-0.01290099322795868,-0.999916672706604,0.0011649341322481632,-0.00033019063994288445,0.0014173223171383142,-0.00030239575426094234,0.0006939638406038284,-0.0023720860481262207 +333,-0.00039759096957272947,0.01288945767815825,-1.9873156501167286,-0.00039755794568918645,-0.012889101170003414,-0.9999168515205383,0.0015741693787276745,0.0008041420951485634,0.0005049093160778284,0.0003365227021276951,8.697621524333954e-05,-0.00316542387008667 +334,-0.0003835260081240237,0.012893075578758458,-1.9873232189176029,-0.0003834941308014095,-0.01289271842688322,-0.9999167919158936,-5.383603274822235e-05,-0.0011691665276885033,-0.000547630712389946,0.0002919412509072572,-0.0005960501730442047,-0.00217360258102417 +335,-0.00032548246375945286,0.012921991579242037,-1.9873238304915202,-0.00032545527210459113,-0.012921632267534733,-0.9999164342880249,-0.00044293515384197235,-0.0006397441029548645,-7.965695112943649e-05,0.0003101965703535825,2.795550972223282e-05,-0.0027995705604553223 +336,-0.00031275963136886975,0.012926595968938548,-1.9873873231794494,-0.00031273349304683506,-0.012926235795021057,-0.9999163746833801,-0.00020834151655435562,-0.0018273084424436092,-0.0007280188146978617,0.00032799228210933506,0.00044454727321863174,-0.0028606653213500977 +337,-0.0003382036194428213,0.012972325690737486,-1.9874098064708656,-0.0003381751594133675,-0.012971961870789528,-0.9999157786369324,0.00029969681054353714,1.068413257598877e-05,-0.0011992895742878318,-0.00010432951967231929,0.0008107079192996025,-0.0028307437896728516 +338,-0.0003818786449368888,0.012942566076726909,-1.9873820070745973,-0.00038184665027074516,-0.012942205183207989,-0.9999161958694458,-0.0024880236014723778,0.00023565534502267838,0.0012397801037877798,-0.000533680897206068,0.00018585659563541412,-0.0027693510055541992 +339,-0.00030706354600051064,0.012879956716415035,-1.98737133766229,-0.0003070380771532655,-0.012879600748419762,-0.9999170303344727,0.0014481768012046814,0.002077162265777588,0.001582679571583867,-0.00018124328926205635,-5.985237658023834e-05,-0.004385948181152344 +340,-0.0002955665313196652,0.012866436940604215,-1.9873742551216802,-0.00029554206412285566,-0.012866081669926643,-0.999917209148407,0.000304199755191803,-0.0005595209077000618,0.002070862799882889,6.665987893939018e-05,0.0007658619433641434,-0.0028904080390930176 +341,-0.000287484719525934,0.01283444637175838,-1.9874187174484843,-0.00028746103635057807,-0.0128340944647789,-0.9999176263809204,0.0027863262221217155,-0.0005319868214428425,0.001427206676453352,1.2802425771951675e-05,-0.00025794655084609985,-0.00304257869720459 +342,-0.0002846126309345747,0.012839377464557452,-1.9874062911651322,-0.00028458915767259896,-0.012839024886488914,-0.9999175071716309,0.0005229772068560123,0.002581504173576832,0.000645756721496582,-0.0002952450595330447,6.38328492641449e-06,-0.0027832388877868652 +343,-0.0002573533384151293,0.012869557763974717,-1.9874213601754709,-0.0002573320234660059,-0.01286920253187418,-0.9999171495437622,0.00035661179572343826,0.002064672764390707,-0.0009490472730249166,-0.0007650069892406464,-5.499180406332016e-05,-0.002936244010925293 +344,-0.0002817823153639554,0.012891669058824724,-1.9874019555469733,-0.000281758897472173,-0.012891312129795551,-0.9999168515205383,0.0004935502074658871,-6.305146962404251e-05,0.0023825853131711483,-0.00040488640661351383,-7.86585733294487e-05,-0.0031043291091918945 +345,-0.0003222885566927067,0.012873291592815299,-1.9873084140034947,-0.000322261854307726,-0.012872936204075813,-0.9999170899391174,-0.00177804846316576,-7.463805377483368e-05,0.0009392602369189262,1.8272548913955688e-06,-0.0008599739521741867,-0.0028447508811950684 +346,-0.00039199844006359045,0.01292733547998224,-1.9873105360626215,-0.00039196567377075553,-0.012926975265145302,-0.9999163746833801,0.0019206535071134567,-0.0002320706844329834,-0.0011707684025168419,-0.00020312704145908356,0.0003842506557703018,-0.001716315746307373 +347,-0.0003807144699146619,0.012963544014339098,-1.987336748001376,-0.00038068246794864535,-0.012963181361556053,-0.9999158978462219,0.0015365979634225368,0.0014626914635300636,-0.0010468611726537347,-0.0003517391160130501,-0.00028144754469394684,-0.003563106060028076 +348,-0.0003562345298145926,0.012923525926265934,-1.987322736824367,-0.00035620477865450084,-0.012923166155815125,-0.9999164342880249,0.001463248860090971,-0.0012080250307917595,0.0018368479795753956,-5.57824969291687e-05,-3.154575824737549e-05,-0.0027996301651000977 +349,-0.00041483354217370386,0.01293586806346356,-1.9872995492509793,-0.00041479882202111185,-0.012935507111251354,-0.9999162554740906,-0.0007730675861239433,-0.00026016775518655777,0.00041685556061565876,0.00038428138941526413,-0.0004922272637486458,-0.002494633197784424 +350,-0.0003850218944293899,0.012956544005749176,-1.9873355348855026,-0.00038498957292176783,-0.012956181541085243,-0.9999160170555115,0.0007416149601340294,0.0021520713344216347,0.001596452435478568,4.92963008582592e-05,6.250478327274323e-05,-0.0028000473976135254 +351,-0.0003879758350855078,0.012948436686568813,-1.9872917395548797,-0.0003879432915709913,-0.01294807530939579,-0.9999160766601562,-0.0009555388242006302,0.0012922929599881172,5.24311326444149e-06,0.0005863076075911522,0.0004053516313433647,-0.0034255385398864746 +352,-0.0003771655432252042,0.012941819605296407,-1.9873276058559806,-0.00037713395431637764,-0.012941458262503147,-0.9999161958694458,0.002545146271586418,0.003063598647713661,-0.00048380810767412186,0.00037713395431637764,-8.954759687185287e-05,-0.0031203031539916992 +353,-0.00038023019837205425,0.012885652552864932,-1.9873125774765277,-0.00038019861676730216,-0.012885295785963535,-0.9999169111251831,0.00215652072802186,-0.0006874985992908478,-0.0013315572869032621,-0.0003979993052780628,-0.0008476143702864647,-0.0033942461013793945 +354,-0.0004050057937005301,0.012899803257654104,-1.9872994808234565,-0.00040497208829037845,-0.012899445369839668,-0.9999167323112488,-0.001683737151324749,-0.0008267229422926903,0.0014807952102273703,-0.0002969321794807911,-0.0011844169348478317,-0.0031655430793762207 +355,-0.0004604647447265307,0.012946070619677124,-1.9872913920847908,-0.0004604261484928429,-0.012945708818733692,-0.9999160766601562,0.0004334249533712864,-0.0012316671200096607,7.189810276031494e-06,-0.0004703597805928439,-0.0010160813108086586,-0.004203736782073975 +356,-0.0004651031153592573,0.012900659554118576,-1.9872838773100012,-0.0004650643968489021,-0.01290030125528574,-0.999916672706604,-0.0009064283221960068,-0.0001446749083697796,0.0011874365154653788,-0.00038942787796258926,-0.0008783843368291855,-0.003470778465270996 +357,-0.0004809607531350656,0.012936244613198342,-1.9872523692620345,-0.00048092048382386565,-0.012935883365571499,-0.9999161958694458,0.00046928320080041885,0.0015431377105414867,0.0015904786996543407,-0.00011417220230214298,1.1690892279148102e-05,-0.0018842816352844238 +358,-0.0004530573259086116,0.012896053511917072,-1.9872541273343902,-0.0004530196310952306,-0.012895695865154266,-0.9999167323112488,-0.00015411712229251862,-0.0009556724689900875,0.0010745725594460964,0.0001936201297212392,0.0001240912824869156,-0.0021584033966064453 +359,-0.00043327974329813816,0.012879229316048962,-1.9872740465166832,-0.0004332437820266932,-0.012878873385488987,-0.9999169707298279,-0.001170688308775425,0.005436055827885866,0.0010408628731966019,-0.00013133138418197632,-4.532095044851303e-05,-0.003317892551422119 +360,-0.0004794513302114029,0.01288870209088148,-1.9872901503501368,-0.00047941147931851447,-0.012888344936072826,-0.9999168515205383,-0.000958343967795372,0.0009991140104830265,0.0005441927351057529,-0.00010042218491435051,0.000589761883020401,-0.00263136625289917 +361,-0.00043778997646072527,0.012899131048442636,-1.9873491601901205,-0.00043775353697128594,-0.012898772954940796,-0.9999167323112488,-0.0017326520755887032,-0.0004067271947860718,-0.000658281845971942,1.0507181286811829e-05,-0.0005442192777991295,-0.0019753575325012207 +362,-0.00041132173302719084,0.012893992737293893,-1.987383397259318,-0.0004112875321879983,-0.012893635779619217,-0.9999167919158936,-0.0018913131207227707,0.0040153805166482925,0.0009094439446926117,0.00019766483455896378,-0.0002594403922557831,-0.0030281543731689453 +363,-0.0003848691369045129,0.012928803612504402,-1.9873721980005257,-0.0003848369524348527,-0.012928443029522896,-0.9999163746833801,0.0016023446805775166,0.004175200127065182,-0.0002895672805607319,-0.00030180858448147774,0.0003552008420228958,-0.003638923168182373 +364,-0.0003787136546762579,0.012894088270863578,-1.98737499605775,-0.00037868216168135405,-0.012893730774521828,-0.9999167919158936,0.0022004633210599422,0.0001710960641503334,-0.0006159949116408825,-0.0004910691641271114,6.10891729593277e-05,-0.0026009082794189453 +365,-0.0004095623525584783,0.012937654008027658,-1.987403196293122,-0.00040952806011773646,-0.012937293387949467,-0.9999162554740906,-8.208677172660828e-05,-0.00010808045044541359,0.0016743254382163286,-1.771794632077217e-05,-1.741945743560791e-05,-0.003501713275909424 +366,-0.00045591554888447594,0.012912550021732345,-1.98735587152056,-0.00045587751083076,-0.012912191450595856,-0.9999165534973145,0.0012045209296047688,-0.0006490391679108143,0.00010654563084244728,0.00010492512956261635,-0.0003629550337791443,-0.003455638885498047 +367,-0.00040753164721551196,0.012920482506587975,-1.9873578399161729,-0.00040749763138592243,-0.012920122593641281,-0.9999164342880249,0.0004165489226579666,-0.0008156616240739822,-0.0003723064437508583,0.0007279324345290661,-0.00024821050465106964,-0.004020273685455322 +368,-0.0003910892382085018,0.012984962926462798,-1.9873181403697833,-0.00039105626638047397,-0.01298459805548191,-0.999915599822998,-0.0005091642960906029,0.0011651022359728813,0.0014185463078320026,-0.0009059407748281956,-1.588929444551468e-05,-0.0034870505332946777 +369,-0.0004424185249308603,0.012991957252251283,-1.9872795377731332,-0.0004423811624292284,-0.012991591356694698,-0.9999154806137085,-0.0006607454270124435,-0.0019982499070465565,-0.0007955313194543123,0.0003203107335139066,0.00044886767864227295,-0.0030904412269592285 +370,-0.00041136579218285595,0.013036614498290685,-1.987325219094646,-0.0004113308386877179,-0.013036245480179787,-0.9999149441719055,-0.0006412127986550331,-0.0017501325346529484,0.0013048280961811543,0.0002282252535223961,0.0005087796598672867,-0.0029231905937194824 +371,-0.00044404167227777425,0.013011524498825394,-1.9873466127464978,-0.00044400407932698727,-0.013011157512664795,-0.9999152421951294,-0.0023791221901774406,-0.0018850136548280716,-0.0013385602505877614,0.00018460489809513092,-0.00015717744827270508,-0.0014275312423706055 +372,-0.00046198597436701404,0.013003025400644365,-1.9873335448836371,-0.0004619469109456986,-0.013002659194171429,-0.999915361404419,-0.0007024863734841347,0.000622983556240797,0.0014657739084213972,0.00024832412600517273,0.0007040742784738541,-0.0027549266815185547 +373,-0.0004116581010547553,0.012987562387215431,-1.9873454177881225,-0.00041162336128763855,-0.012987197376787663,-0.999915599822998,-0.0029596108943223953,0.001108597032725811,0.0006685771513730288,4.541222006082535e-05,1.967884600162506e-06,-0.002998828887939453 +374,-0.00038860944185367425,0.012944521897023003,-1.9872986986182308,-0.00038857688196003437,-0.012944160029292107,-0.999916136264801,-0.0005025863647460938,-0.0018223500810563564,0.0013953091111034155,0.00012917723506689072,-0.00011736247688531876,-0.0019454360008239746 +375,-0.00042358019776081836,0.012949151659740876,-1.98725951513541,-0.0004235446685925126,-0.01294878963381052,-0.9999160766601562,0.0009625540114939213,-0.0010921116918325424,0.0016139396466314793,0.0003319918178021908,2.4596229195594788e-05,-0.00193023681640625 +376,-0.00044203623902957785,0.012986433629356238,-1.9872413817212509,-0.00044199894182384014,-0.012986068613827229,-0.999915599822998,-0.00030739791691303253,-4.731025546789169e-05,0.0009608922991901636,0.0002283756621181965,0.00029075611382722855,-0.003227710723876953 +377,-0.0004346648938660347,0.012942072286109873,-1.9872636649396695,-0.0004346284840721637,-0.012941710650920868,-0.999916136264801,-0.0017437897622585297,-0.00101190572604537,-0.0012386062880977988,-0.0006792629137635231,-5.877576768398285e-05,-0.0025252103805541992 +378,-0.0004948823933896742,0.01290203843805873,-1.9872409192390097,-0.0004948411951772869,-0.012901680544018745,-0.999916672706604,-0.0005637295544147491,0.00012131733819842339,-0.002697749063372612,0.0004032882861793041,-0.0006328653544187546,-0.002326369285583496 +379,-0.0004980836954413747,0.012918634958382713,-1.9872672386967074,-0.0004980420926585793,-0.012918275780975819,-0.9999164342880249,0.0005008806474506855,0.0008494742214679718,0.0006741788238286972,-0.00015808548778295517,0.00011615175753831863,-0.0027538537979125977 +380,-0.00043296034940654767,0.012943283740450394,-1.9872446191684503,-0.000432924076449126,-0.012942922301590443,-0.999916136264801,0.0014517707750201225,-0.0003966432996094227,-0.0012626242823898792,-0.00033001555129885674,0.00044597405940294266,-0.0026168227195739746 +381,-0.0003894028069627932,0.01290778692946078,-1.987294218564781,-0.00038937036879360676,-0.012907428666949272,-0.9999166131019592,-0.0024755774065852165,-0.00010548252612352371,-0.0013290654169395566,-0.0001599462702870369,0.0005020331591367722,-0.0031046271324157715 +382,-0.0004539123346848638,0.012862644146606934,-1.9872847563844658,-0.00045387475984171033,-0.01286228932440281,-0.9999171495437622,0.0007094629108905792,0.0001278943382203579,-0.00018852483481168747,0.0007132738828659058,-0.0011452781036496162,-0.0023258328437805176 +383,-0.00044542543522240575,0.012885738243920369,-1.9872716405038302,-0.00044538843212649226,-0.0128853814676404,-0.9999168515205383,-0.0016906540840864182,-0.0008275420404970646,-0.0009528074879199266,0.00014021250535733998,-0.00016088131815195084,-0.0023566484451293945 +384,-0.0004407173290460282,0.012934318779897485,-1.9872678830095212,-0.00044068045099265873,-0.012933958321809769,-0.9999162554740906,0.0013943319208920002,0.0010642912238836288,0.0004216497763991356,0.00018128100782632828,-9.704753756523132e-05,-0.003288090229034424 +385,-0.0004714372592991883,0.012937217450841533,-1.987290046473864,-0.00047139779780991375,-0.012936856597661972,-0.9999161958694458,0.0010919836349785328,0.0002939356490969658,0.00238200300373137,-0.0006882702000439167,-0.00026199594140052795,-0.0026015043258666992 +386,-0.000463373197547149,0.012926815095759141,-1.9873222045202708,-0.00046333446516655385,-0.012926454655826092,-0.9999163150787354,0.000826934352517128,-0.0003888416104018688,0.0005646939389407635,0.00038704092730768025,-4.351511597633362e-05,-0.003379523754119873 +387,-0.0004612457003088471,0.01296822544360228,-1.9872808585692359,-0.00046120688784867525,-0.01296786218881607,-0.9999157786369324,0.00018577836453914642,0.0006882604211568832,0.0009534680284559727,-0.0004238029650878161,-0.0005972003564238548,-0.0028002262115478516 +388,-0.0004676709074254724,0.012987782387201248,-1.9872909940624064,-0.0004676314420066774,-0.012987417168915272,-0.9999155402183533,-0.00024279486387968063,0.000791642814874649,0.0005769343115389347,0.0006659957580268383,0.00017003435641527176,-0.0036397576332092285 +389,-0.00047452713981360463,0.01297434730583574,-1.9872849135453137,-0.00047448716941289604,-0.012973982840776443,-0.9999157190322876,0.0007790750823915005,-0.0013119950890541077,0.0008815145120024681,0.00018456997349858284,-0.0007894448935985565,-0.0029224157333374023 +390,-0.0004327250527296579,0.013018589002083542,-1.9872586388401914,-0.0004326883645262569,-0.013018221594393253,-0.9999151825904846,-0.0006489865481853485,-0.0006651696749031544,0.0017763357609510422,-0.0006964621134102345,-0.0007757246494293213,-0.003243386745452881 +391,-0.0004955496434306101,0.013057933860149338,-1.9872681386062583,-0.0004955073818564415,-0.01305756252259016,-0.9999146461486816,0.0003350209444761276,0.0008903332054615021,0.0010527835693210363,-0.0006183842197060585,-6.499607115983963e-05,-0.0025267601013183594 +392,-0.0005159391953804374,0.01304579597788157,-1.9872880290174615,-0.0005158952553756535,-0.013045425526797771,-0.9999147653579712,0.00031572021543979645,0.001363334245979786,0.0005759147461503744,-0.00041489070281386375,0.00045692548155784607,-0.0027097463607788086 +393,-0.00045329879936835925,0.01303252713958991,-1.9872419331198574,-0.0004532602906692773,-0.0130321579053998,-0.9999150037765503,-0.002436297945678234,0.0015746727585792542,0.0009503066539764404,-0.00041649071499705315,-0.00044135283678770065,-0.003228306770324707 +394,-0.0004595217942675932,0.013082117004815621,-1.9872537469217846,-0.0004594824567902833,-0.013081744313240051,-0.9999143481254578,0.0008072112686932087,0.0017073070630431175,-0.00024544051848351955,-0.0005170800723135471,0.00034065451472997665,-0.0029085278511047363 +395,-0.0004808069194215817,0.013097391432479144,-1.9872257992466507,-0.00048076565144583583,-0.01309701707214117,-0.9999141097068787,0.001150738913565874,9.245239198207855e-06,0.00026593776419758797,-0.0008009728044271469,0.0003406694158911705,-0.002710402011871338 +396,-0.0005474614920010222,0.013155900807742692,-1.9872344807154685,-0.0005474140634760261,-0.013155520893633366,-0.9999133348464966,0.0016544517129659653,0.0005263304337859154,-0.0025289268232882023,0.0004100850783288479,-0.00010436587035655975,-0.003016352653503418 +397,-0.0005577878211315447,0.01319539008355026,-1.987228293132625,-0.0005577392294071615,-0.013195007108151913,-0.9999127984046936,-0.0009447578340768814,-0.001240563578903675,-0.001061244634911418,0.0001762695610523224,-0.0003090202808380127,-0.0030779242515563965 +398,-0.0005465219344386427,0.013208749663982514,-1.9872764357253943,-0.0005464742425829172,-0.013208365999162197,-0.9999126195907593,0.0015564225614070892,-0.0009000017307698727,-0.0018246322870254517,0.00011922791600227356,0.0002841707319021225,-0.004359841346740723 +399,-0.0005268028884916258,0.01315349467348831,-1.9872815217257893,-0.0005267572705633938,-0.013153115287423134,-0.9999133348464966,-0.0021023862063884735,0.0007602600380778313,0.0002612834796309471,-0.00015988847007974982,-0.00030513573437929153,-0.0022838711738586426 +400,-0.0005087512550362647,0.013169795558064457,-1.9872893517195145,-0.0005087071331217885,-0.013169415295124054,-0.9999131560325623,-0.00267703365534544,0.0022083595395088196,0.0007963371463119984,9.671971201896667e-05,1.0794028639793396e-06,-0.002787649631500244 +401,-0.0004439880466613819,0.013130233600214428,-1.9872731917162223,-0.000443949771579355,-0.013129856437444687,-0.9999136924743652,-0.0007298141717910767,-3.637745976448059e-05,-0.00036227679811418056,0.0005049849860370159,0.0004955790936946869,-0.0026803016662597656 +402,-0.0004694724511753354,0.013113208356992458,-1.9873116846572951,-0.00046943206689320505,-0.01311283279210329,-0.9999139308929443,-0.00053371861577034,-0.001413014717400074,-0.0013287692563608289,-3.5907141864299774e-06,-0.00029964372515678406,-0.002939462661743164 +403,-0.0005470427125478625,0.013103282889424672,-1.9872867083023855,-0.000546995725017041,-0.013102907687425613,-0.9999139904975891,-0.0016733556985855103,0.0005600340664386749,-0.00043040397576987743,0.00045544287422671914,-0.000355343334376812,-0.0036870241165161133 +404,-0.0005259477054658632,0.013099258018421444,-1.9872817255076738,-0.0005259025492705405,-0.0130988834425807,-0.9999140501022339,-0.0031527727842330933,5.183182656764984e-05,0.0006204093806445599,0.0004801261820830405,3.7360936403274536e-05,-0.003519117832183838 +405,-0.0005577719360951631,0.013110583314660694,-1.9872777235060448,-0.0005577239790000021,-0.01311020739376545,-0.9999139308929443,0.0022525861859321594,-0.0018860367126762867,0.0014574129600077868,-0.00018995627760887146,0.0006285179406404495,-0.002954721450805664 +406,-0.0005868668586668617,0.013001993590508926,-1.9872856351372523,-0.0005868172156624496,-0.013001627288758755,-0.9999153017997742,-0.002123362384736538,0.0008593425154685974,0.0004333364777266979,-0.00029819225892424583,-0.00012093130499124527,-0.00379258394241333 +407,-0.0006015041210863017,0.01304571442059889,-1.9872592730013154,-0.0006014528917148709,-0.01304534450173378,-0.9999147057533264,-0.001875346526503563,0.0015549566596746445,-0.0010813134722411633,0.0005556769319809973,-7.721316069364548e-05,-0.0031522512435913086 +408,-0.0005913513478797666,0.013009660604930983,-1.987274677697257,-0.0005913012428209186,-0.01300929393619299,-0.9999151825904846,0.0013943538069725037,0.000840325839817524,0.00033351476304233074,0.000438713061157614,0.00014613568782806396,-0.0037621259689331055 +409,-0.0005833580160583118,0.01301190188546224,-1.9872550106913534,-0.0005833085742779076,-0.013011534698307514,-0.9999151825904846,0.0017656832933425903,0.0007059276103973389,0.001299307681620121,0.00021709734573960304,-0.0002025766298174858,-0.004067361354827881 +410,-0.000620264396116214,0.013008704091004502,-1.9872589064649804,-0.0006202118820510805,-0.01300833746790886,-0.9999151825904846,0.00018859375268220901,-0.0003580697812139988,0.0005539108533412218,0.0004065889515914023,-0.0005109487101435661,-0.0025109052658081055 +411,-0.0005779747308069619,0.012974503411448743,-1.987232963203177,-0.0005779260536655784,-0.012974139302968979,-0.9999156594276428,0.0017475001513957977,0.0007881773635745049,0.00045005232095718384,0.0003643031232059002,0.0004771910607814789,-0.0029072165489196777 +412,-0.0005873861792846511,0.012959869690655202,-1.9872437543801558,-0.0005873368354514241,-0.012959507293999195,-0.9999158382415771,0.0002488577738404274,-0.0005722153000533581,-4.373886622488499e-05,0.0005568191409111023,0.00017264112830162048,-0.0027544498443603516 +413,-0.0005261949825515125,0.012852251398844316,-1.987225206955422,-0.0005261515034362674,-0.01285189762711525,-0.9999172687530518,-0.0018257563933730125,0.00015109684318304062,0.000531297642737627,-7.905997335910797e-06,-0.00028591975569725037,-0.002249479293823242 +414,-0.0005421755379300261,0.012839386316204869,-1.9872388853894756,-0.0005421308451332152,-0.012839033268392086,-0.9999174475669861,0.001044910866767168,-0.00035992544144392014,-0.0016899468610063195,-0.0002665850333869457,0.00012846291065216064,-0.003210604190826416 +415,-0.0005575862551094698,0.012853039539102214,-1.9872371305078251,-0.0005575401592068374,-0.012852685526013374,-0.9999172687530518,-0.0038713933899998665,-0.001500643789768219,0.001371908001601696,-0.00015962310135364532,-0.00010202638804912567,-0.002936124801635742 +416,-0.0005587935805339593,0.01281847309453544,-1.9872643562581591,-0.0005587476189248264,-0.012818122282624245,-0.9999176859855652,-0.0004851818084716797,0.0017554108053445816,0.0026029369328171015,-0.00038729701191186905,7.703341543674469e-05,-0.0032866597175598145 +417,-0.0005088888544575125,0.012879576032049514,-1.9872986375778205,-0.0005088465986773372,-0.012879219837486744,-0.9999169111251831,-0.0010126875713467598,0.002148428000509739,-0.0019433132838457823,-0.0002083167782984674,-0.00039592478424310684,-0.003394186496734619 +418,-0.00045400508454370017,0.012945405651820304,-1.9873064242686516,-0.0004539670189842582,-0.012945043854415417,-0.9999160766601562,0.001152760349214077,0.0027357973158359528,-0.0007753525860607624,-0.00012586681987158954,-0.00036061927676200867,-0.0024642348289489746 +419,-0.0004253136676532701,0.012961758942158664,-1.9873260796061076,-0.0004252779181115329,-0.012961396016180515,-0.9999158978462219,-0.001412861980497837,0.0006369436159729958,-0.00017313542775809765,2.8549693524837494e-05,0.0003271186724305153,-0.002327144145965576 +420,-0.00036982771770025793,0.0130310884188425,-1.9873221747807186,-0.00036979629658162594,-0.013030719943344593,-0.9999150037765503,0.0004341471940279007,0.00033250264823436737,-0.002415998373180628,0.00030876140226610005,0.00016756169497966766,-0.0030756592750549316 +421,-0.0004109925223134306,0.013039862046042969,-1.9873300553643358,-0.0004109575820621103,-0.013039492070674896,-0.9999148845672607,-0.00025155209004879,-6.4820051193237305e-06,-0.0002936939708888531,4.4746819185093045e-05,-0.00017461832612752914,-0.0033962130546569824 +422,-0.00045028990007381565,0.013055305770771741,-1.9873101251181222,-0.0004502515075728297,-0.01305493526160717,-0.9999147057533264,0.0005431957542896271,-0.00201644329354167,-0.0009590191766619682,0.00014507537707686424,-0.0001896936446428299,-0.002526700496673584 +423,-0.0005425701838242527,0.013013593824785268,-1.9872913075519985,-0.0005425242125056684,-0.01301322691142559,-0.9999151825904846,-0.0018978817388415337,-0.000536829698830843,-0.0006899281870573759,0.00023734848946332932,-0.0007502017542719841,-0.003151834011077881 +424,-0.0005428452714977996,0.01298555054537358,-1.9873204261338009,-0.0005427994765341282,-0.012985185720026493,-0.9999155402183533,-0.00196676142513752,-0.0009726807475090027,-0.001096378080546856,-0.0003727278672158718,6.099138408899307e-05,-0.0038076043128967285 +425,-0.000571057577224659,0.01298185199290279,-1.9873028260521406,-0.0005710094119422138,-0.012981487438082695,-0.999915599822998,-0.00102260522544384,-0.0009660418145358562,0.00016937777400016785,-0.00032925931736826897,0.00011832825839519501,-0.003441333770751953 +426,-0.0005979131201499835,0.012969095580129186,-1.9873729176296788,-0.000597862817812711,-0.012968732044100761,-0.9999157190322876,-0.0005647344514727592,-0.00028893863782286644,0.0004558805376291275,-0.0006838757544755936,-4.7015026211738586e-05,-0.0025256872177124023 +427,-0.0006454880540808382,0.012990128705360201,-1.9873350110883208,-0.0006454335525631905,-0.012989763170480728,-0.9999154210090637,-0.000802328810095787,0.001145356334745884,-0.0003276742063462734,-2.595316618680954e-05,-0.00025486573576927185,-0.0035178065299987793 +428,-0.0006521543635131989,0.013030039722134611,-1.9873104925241067,-0.0006520989700220525,-0.013029671274125576,-0.9999148845672607,0.0004121800884604454,0.0003600548952817917,-0.00043631321750581264,0.00030114693799987435,0.00025806576013565063,-0.004189670085906982 +429,-0.0006537466826986096,0.013057235762575635,-1.987297729894596,-0.000653690891340375,-0.013056864961981773,-0.9999145269393921,0.003683629911392927,0.00033090589568018913,-0.00023704278282821178,-0.0001550251035951078,0.000315777026116848,-0.0026031136512756348 +430,-0.0006447152004144488,0.013053922032083472,-1.9873150546259697,-0.0006446602055802941,-0.013053551316261292,-0.9999145865440369,-0.00022166408598423004,0.001192382536828518,0.00024381931871175766,0.0001411200501024723,0.0001751333475112915,-0.0029082894325256348 +431,-0.0005847607843576767,0.013059358707599904,-1.9873234349198856,-0.0005847109132446349,-0.013058987446129322,-0.9999145865440369,-9.562913328409195e-05,0.0010961806401610374,-0.000719528878107667,-0.000513921957463026,0.00042471010237932205,-0.0026946663856506348 +432,-0.0005788976064291338,0.012982726700636457,-1.9873286699546318,-0.0005788487615063787,-0.012982361949980259,-0.9999155402183533,-0.00302038062363863,-0.0027638650499284267,0.00011985562741756439,7.530866423621774e-05,-9.442027658224106e-05,-0.003059864044189453 +433,-0.0005276398579293469,0.012959070627401445,-1.9873406969096712,-0.0005275955190882087,-0.012958708219230175,-0.9999158978462219,-0.0005325460806488991,-0.0006263446994125843,-0.0010531549341976643,-0.0001743086613714695,-0.001003083772957325,-0.002937495708465576 +434,-0.0004986969431675292,0.012990366301823415,-1.9873180092581377,-0.0004986548447050154,-0.012990000657737255,-0.9999154806137085,0.0009732400067150593,0.002097663003951311,7.315329276025295e-05,-0.0007067894912324846,-0.00033092033118009567,-0.0031362175941467285 +435,-0.0004716013743074631,0.013012445866108117,-1.987342462239462,-0.0004715614195447415,-0.01301207859069109,-0.9999152421951294,-0.0029839426279067993,-0.00022532371804118156,-0.0011867060093209147,1.3797543942928314e-05,0.00025573093444108963,-0.0021904706954956055 +436,-0.00044778026921078176,0.012976121170709542,-1.9873555023738056,-0.0004477425536606461,-0.012975757010281086,-0.9999157190322876,0.00016077794134616852,-0.00013244524598121643,0.00025386642664670944,-0.00048304395750164986,5.786307156085968e-06,-0.0032733678817749023 +437,-0.0004518725359909917,0.012929212940230132,-1.9873836214814127,-0.00045183475594967604,-0.012928852811455727,-0.9999163150787354,-0.00010487250983715057,0.0005578389391303062,-0.00045627704821527004,-0.00017377547919750214,-0.0006056930869817734,-0.0028913021087646484 +438,-0.0004785695646513441,0.0129052288951548,-1.9873974061739919,-0.00047852969146333635,-0.012904870323836803,-0.9999166131019592,-0.0005874177441000938,-0.0005076699890196323,-0.0004335823468863964,-0.0005438090302050114,-0.000660192221403122,-0.0021585822105407715 +439,-0.0004413907525928527,0.012916215652427754,-1.9874347248617334,-0.00044135391362942755,-0.012915856204926968,-0.9999164938926697,-0.0006551444530487061,0.0008903397247195244,-0.0009622038342058659,-9.270384907722473e-05,6.795581430196762e-05,-0.0026317238807678223 +440,-0.0004197732901755165,0.012917159481305477,-1.9874256688045582,-0.0004197382659185678,-0.012916800566017628,-0.9999164938926697,0.0011986363679170609,-0.0003130394034087658,-0.002337200101464987,-0.0003432012163102627,-0.00017524044960737228,-0.0029674172401428223 +441,-0.00044884085326592937,0.012988224034385909,-1.9874491870483966,-0.00044880298082716763,-0.01298785861581564,-0.9999155402183533,0.00026756059378385544,0.0007044728845357895,-0.0009277078788727522,-0.0004972419701516628,-0.0003025457262992859,-0.002785205841064453 +442,-0.0004573332405716216,0.013038946155039942,-1.9874840411520174,-0.0004572943435050547,-0.01303857658058405,-0.9999148845672607,0.000212913379073143,-0.0006393850781023502,0.0007970847655087709,-0.0001530572772026062,0.00034326501190662384,-0.002755403518676758 +443,-0.0004882610270374832,0.013018822742394789,-1.987531962897231,-0.0004882196371909231,-0.013018455356359482,-0.9999151229858398,0.0006445394828915596,-0.0013865837827324867,0.0004652561619877815,-0.00041204874287359416,-1.2550503015518188e-05,-0.003762185573577881 +444,-0.00047440127527807426,0.013011375052789934,-1.9875457831733496,-0.00047436109161935747,-0.013011007569730282,-0.9999152421951294,-0.001919587142765522,0.0018435586243867874,-0.001437972649000585,-0.0006853071972727776,0.00025465991348028183,-0.0041741132736206055 +445,-0.0004630216941614588,0.012981344040354293,-1.987556495709004,-0.00046298265806399286,-0.01298097986727953,-0.9999156594276428,0.0006684130057692528,0.000957561656832695,-0.0010896800085902214,-0.00045254500582814217,0.00039247889071702957,-0.0037464499473571777 +446,-0.000420580608318247,0.013016278505436688,-1.9875558627576873,-0.0004205449658911675,-0.013015910983085632,-0.9999151825904846,-0.001512044109404087,-0.0013087945990264416,0.00107467919588089,0.0001306282647419721,0.00015275273472070694,-0.0039604902267456055 +447,-0.0004589383688233733,0.013045782003347979,-1.9876347761062994,-0.00045889930333942175,-0.013045411556959152,-0.999914824962616,-0.0013207504525780678,-0.0025546825490891933,0.0012475666590034962,-0.0002582636661827564,0.00016699358820915222,-0.002816498279571533 +448,-0.0005142817745198455,0.013012727997928287,-1.9876366415429219,-0.0005142381996847689,-0.013012360781431198,-0.9999151825904846,-0.0028444482013583183,-0.0009601493366062641,0.002454556990414858,0.0003616503090597689,-0.0005374429747462273,-0.0016258955001831055 +449,-0.0004897159795009442,0.013069974954572851,-1.9877024973560118,-0.0004896741593256593,-0.01306960266083479,-0.9999144673347473,-0.00027337297797203064,-0.00044383667409420013,0.001752960029989481,-0.0008378406055271626,-0.00017502624541521072,-0.0036560893058776855 +450,-0.0005145170511598368,0.013054245320510234,-1.9876580792795369,-0.0005144731840118766,-0.013053874485194683,-0.9999146461486816,-0.0013801315799355507,0.0002071065828204155,-0.0016512790462002158,-0.0002942424616776407,0.0004195990040898323,-0.003869473934173584 +451,-0.0005852586916478577,0.01301984217866795,-1.987692570590057,-0.0005852090544067323,-0.013019474223256111,-0.9999150633811951,-0.00043262168765068054,-0.0008592414669692516,-0.0015546760987490416,0.00031055090948939323,-2.6790425181388855e-05,-0.0030756592750549316 +452,-0.0006125671186603615,0.013029193108082895,-1.9877280180728405,-0.0006125150830484927,-0.01302882470190525,-0.9999149441719055,0.0007128673605620861,-0.0005451515316963196,-0.0005486742593348026,0.00023104529827833176,-1.743994653224945e-05,-0.0025569796562194824 +453,-0.0006087058681747281,0.0130577880320386,-1.9877397751133887,-0.0006086539360694587,-0.01305741723626852,-0.9999145865440369,0.0022678119130432606,-0.0009115436114370823,0.0011940812692046165,-0.001039295457303524,0.00033158715814352036,-0.0023589730262756348 +454,-0.0006853312543362304,0.012983078367677515,-1.9877481869519813,-0.0006852734368294477,-0.012982713989913464,-0.9999154806137085,-0.0010609840974211693,-0.00018630363047122955,0.0001897788606584072,-0.0002455124631524086,-0.0007959725335240364,-0.003136277198791504 +455,-0.0007217944332732092,0.012984629277050599,-1.9877960112578847,-0.0007217335514724255,-0.012984264642000198,-0.9999154210090637,0.000470530241727829,-0.001997108105570078,-0.0012970342068001628,0.0005844045081175864,-9.251665323972702e-05,-0.002770066261291504 +456,-0.000709421755404838,0.01293292941814213,-1.9878266658129171,-0.0007093623862601817,-0.012932568788528442,-0.999916136264801,0.0011233864352107048,0.0005814293399453163,-0.0014923405833542347,0.0010603144764900208,-2.2143125534057617e-05,-0.0037917494773864746 +457,-0.0007400474198909706,0.01291796816722519,-1.9878717918559385,-0.0007399856112897396,-0.012917608954012394,-0.9999163150787354,-0.0008442243561148643,-2.1673738956451416e-05,-9.721703827381134e-05,-5.347141996026039e-05,-6.585381925106049e-06,-0.0018079280853271484 +458,-0.00076219165892009,0.012920614914930115,-1.9878694596905324,-0.0007621279801242054,-0.012920255772769451,-0.9999162554740906,0.00032360292971134186,-0.0020038988441228867,0.0022153861355036497,0.0008841981180012226,-0.0007058437913656235,-0.0019147992134094238 +459,-0.0007187215663039425,0.012902340089681228,-1.9879265079008672,-0.0007186617003753781,-0.01290198229253292,-0.9999164938926697,0.000481555238366127,0.0014528892934322357,-0.0011348393745720387,0.00023038039216771722,0.0005728816613554955,-0.002906322479248047 +460,-0.0007127972769475966,0.012886384526593287,-1.9879636049572704,-0.0007127380231395364,-0.012886027805507183,-0.9999167323112488,-0.00037871766835451126,-0.0004659960977733135,0.00019269296899437904,0.00019393954426050186,0.0005416674539446831,-0.0029976963996887207 +461,-0.0007454028446378532,0.012887546936682712,-1.987982244544018,-0.0007453408907167614,-0.012887190096080303,-0.999916672706604,-0.0026340177282691,-0.0002581784501671791,-0.0020163576118648052,1.291884109377861e-05,-0.0007541663944721222,-0.002814650535583496 +462,-0.0007669273621088698,0.01294684063958647,-1.9880126490723597,-0.0007668629987165332,-0.0129464790225029,-0.9999158978462219,0.00014033541083335876,0.0010192980989813805,-0.0006409536581486464,-0.000835309736430645,-0.00046599656343460083,-0.002250850200653076 +463,-0.0007996375548890356,0.01296248327556256,-1.9880716801741696,-0.0007995702908374369,-0.012962120585143566,-0.9999156594276428,-0.0014530336484313011,-0.0003654453903436661,-0.00013653701171278954,-0.000192251056432724,0.00044991355389356613,-0.0022205710411071777 +464,-0.000810982837155812,0.012989473812474152,-1.9880960818050755,-0.0008109143236652017,-0.012989108450710773,-0.9999153017997742,0.0034050801768898964,-0.0005842703394591808,-0.0001262882724404335,0.00038366857916116714,-0.00011819135397672653,-0.00344163179397583 +465,-0.0007756844992230517,0.013027162908290101,-1.9881220571847322,-0.000775618595071137,-0.013026794418692589,-0.999914824962616,-0.0003070114180445671,0.0012369598262012005,0.0002793408930301666,0.0006993250572122633,0.0008350228890776634,-0.002572298049926758 +466,-0.0007391640285213082,0.01301995303939997,-1.988116556742826,-0.0007391013205051422,-0.01301958505064249,-0.9999149441719055,-0.0011252453550696373,-0.0029826881363987923,4.8065558075904846e-05,0.0008306541130878031,0.000522637739777565,-0.002053380012512207 +467,-0.0007803346950744991,0.012991557291040174,-1.9881416083012646,-0.000780268746893853,-0.012991191819310188,-0.9999153017997742,0.0022498895414173603,-0.00032982416450977325,-0.0007771155796945095,-0.0002725878730416298,-0.0007112007588148117,-0.00299912691116333 +468,-0.0007542722116322809,0.012983922044889613,-1.9881317331066821,-0.0007542085368186235,-0.01298355683684349,-0.9999154210090637,-0.00028973910957574844,0.0009749350138008595,0.000778708141297102,0.0009983493946492672,0.0007612667977809906,-0.0032126307487487793 +469,-0.0007510220351821194,0.012951290899144978,-1.9881187015059583,-0.0007509589777328074,-0.012950928881764412,-0.9999158382415771,0.0019374163821339607,0.0006882487796247005,-0.0023217573761940002,0.0007967353449203074,5.725305527448654e-05,-0.002144038677215576 +470,-0.0007074435637303547,0.01298282478144528,-1.9881455979459337,-0.0007073839078657329,-0.012982459738850594,-0.9999154806137085,0.0014810548163950443,-0.0004733889363706112,0.0036958728451281786,0.0002496205270290375,-0.0007504504173994064,-0.002510666847229004 +471,-0.0006687609400952317,0.012928728172073804,-1.9881223123883833,-0.0006687049753963947,-0.012928367592394352,-0.9999161958694458,-0.0004264172166585922,-1.7235055565834045e-05,0.0012071554083377123,0.0009586219675838947,0.0004619378596544266,-0.0035170316696166992 +472,-0.0006136550068417733,0.012894248352871828,-1.9881088366101842,-0.0006136039737612009,-0.012893890962004662,-0.999916672706604,-0.0004701511934399605,0.0008129957132041454,-0.001282139914110303,-0.00022562965750694275,-0.00028970278799533844,-0.003379225730895996 +473,-0.0005565938633223276,0.012866714643533405,-1.9881564870295783,-0.0005565477767959237,-0.012866359204053879,-0.9999170899391174,0.0007488643750548363,0.0013805343769490719,-5.950313061475754e-05,0.0003887014463543892,-2.7317553758621216e-05,-0.0033177733421325684 +474,-0.0005108146201371826,0.012937208522284888,-1.9880946396379315,-0.000510771875269711,-0.012936847284436226,-0.9999161958694458,-0.0009971000254154205,-0.0006121336482465267,0.0012259404174983501,0.0002361135557293892,0.0002873111516237259,-0.0035475492477416992 +475,-0.0005224468289339578,0.01291998511925637,-1.988098968414065,-0.0005224032211117446,-0.012919625267386436,-0.9999163746833801,-0.0008461819961667061,0.00016779731959104538,0.0006942630279809237,-0.0003778654499910772,-0.00014189723879098892,-0.0026623010635375977 +476,-0.000501545980379151,0.012923883590604987,-1.9880553344898417,-0.0005015040514990687,-0.012923523783683777,-0.9999163746833801,-0.0014359215274453163,-0.0003292206674814224,0.00034592137672007084,-0.00044454121962189674,-0.0010077506303787231,-0.002723395824432373 +477,-0.0005082262069850857,0.013002593756727292,-1.9880653785696711,-0.0005081832059659064,-0.013002227060496807,-0.999915361404419,-0.00021235179156064987,-0.0012350878678262234,0.0016094469465315342,0.00037085404619574547,0.000993560068309307,-0.0034263134002685547 +478,-0.0005126527088744081,0.012959461562298618,-1.9880952289028175,-0.0005126096657477319,-0.012959098443388939,-0.9999158978462219,0.001381471287459135,0.0030307373963296413,0.0007151088211685419,-0.00035714171826839447,-0.0006517414003610611,-0.002327144145965576 +479,-0.0005171431394345861,0.012976256919582103,-1.9880807295115843,-0.0005170995718799531,-0.01297589298337698,-0.9999156594276428,-0.0010231025516986847,0.00017234636470675468,-0.00011307932436466217,-0.00035265175392851233,0.00047894567251205444,-0.0035480260848999023 +480,-0.0005748903710906772,0.012970627810196908,-1.9880625695257808,-0.0005748419789597392,-0.012970264069736004,-0.9999157190322876,0.0017658118158578873,0.0020833094604313374,0.002012294251471758,0.00039173662662506104,0.0004427982494235039,-0.0034106969833374023 +481,-0.0005666584544328824,0.012884619060826033,-1.988085659896578,-0.0005666114157065749,-0.012884262949228287,-0.9999168515205383,-0.001375812105834484,-0.00045084813609719276,0.0013994278851896524,-0.00012003444135189056,-0.00026881322264671326,-0.00388258695602417 +482,-0.0005275098898442113,0.012898641370357128,-1.9880754790489634,-0.0005274660070426762,-0.012898284010589123,-0.999916672706604,-0.0015778327360749245,-0.0005367090925574303,-0.0012074052356183529,-0.00034228526055812836,-0.00017849914729595184,-0.002494215965270996 +483,-0.000515976780551069,0.012839008323066727,-1.988041057608524,-0.0005159342545084655,-0.012838655151426792,-0.9999174475669861,0.0006905170157551765,-0.0005888068117201328,0.0005727955140173435,-0.0001554526388645172,2.1272338926792145e-05,-0.002752840518951416 +484,-0.0005125364368551656,0.012872365052807897,-1.9880417815558362,-0.000512493948917836,-0.012872009538114071,-0.9999170303344727,-0.0037203337997198105,0.0006141727790236473,-0.0012913016835227609,-0.0002657044678926468,-0.0001284787431359291,-0.0022954940795898438 +485,-0.0005164229135306341,0.01285851119373084,-1.9880494199657275,-0.0005163801833987236,-0.01285815704613924,-0.999917209148407,-0.0005944492295384407,-0.001529000699520111,0.0014330977573990822,-9.39713791012764e-05,-0.00046276580542325974,-0.0024936795234680176 +486,-0.0005045930487522241,0.012909137352001209,-1.9880675869808326,-0.0005045509897172451,-0.012908779084682465,-0.9999165534973145,0.0006757574155926704,0.00024913763627409935,0.0006602294743061066,0.0004740334115922451,0.0002745017409324646,-0.002509593963623047 +487,-0.00046717137456549305,0.01291329381987427,-1.9880712016266338,-0.0004671323986258358,-0.012912934646010399,-0.9999164938926697,0.00017730239778757095,0.0004861205816268921,0.0018082656897604465,-0.0006467592902481556,0.0003702109679579735,-0.003394603729248047 +488,-0.000459744259888227,0.012935596440159694,-1.9880784435861965,-0.00045970577048137784,-0.012935236096382141,-0.9999162554740906,-0.0017713801935315132,-0.0015528155490756035,0.0014496531803160906,-0.0006999620236456394,-0.0003399103879928589,-0.003089725971221924 +489,-0.00044076822245117225,0.012973325866420624,-1.9880533152567434,-0.0004407311207614839,-0.012972962111234665,-0.9999157786369324,0.0012183892540633678,0.0009209625422954559,-0.001007197774015367,0.0006543542258441448,-1.2267380952835083e-05,-0.002266228199005127 +490,-0.00039682153031259944,0.013019760753977842,-1.9880516526326226,-0.00039678788743913174,-0.01301939319819212,-0.9999151825904846,0.002277919091284275,-0.0007722279988229275,-0.00015944521874189377,-0.0005034804344177246,3.6461278796195984e-06,-0.002297341823577881 +491,-0.00043279729012019914,0.012997018247591174,-1.988041267608339,-0.00043276071664877236,-0.012996652163565159,-0.9999154210090637,-0.0006523020565509796,-0.00045076338574290276,0.0007013045251369476,-0.0006353547796607018,5.719996988773346e-05,-0.002953171730041504 +492,-0.0004409770020165757,0.013033830163978112,-1.9880182925243173,-0.0004409395332913846,-0.013033460825681686,-0.9999149441719055,-0.0008209263905882835,-0.0004168055020272732,0.0005155897233635187,-0.00021518810535781085,0.00015504378825426102,-0.003060460090637207 +493,-0.0004453797669463858,0.01302990904815333,-1.987978961681617,-0.00044534195330925286,-0.013029539957642555,-0.9999150037765503,-0.000613347627222538,-0.0017324457876384258,-0.0003044556360691786,-0.0005617379210889339,0.0006699208170175552,-0.002831578254699707 +494,-0.0004618348651714284,0.013155218961259216,-1.9879788780655339,-0.00046179487253539264,-0.013154839165508747,-0.9999133944511414,-0.0003502480685710907,0.0011646682396531105,0.0004040172789245844,-0.0002706269733607769,-0.0002728952094912529,-0.0027721524238586426 +495,-0.0004912057607987843,0.013171983532970964,-1.988019573669415,-0.0004911631112918258,-0.013171602971851826,-0.9999131560325623,-0.00017492473125457764,0.001535927876830101,-3.981892950832844e-05,0.0001249522902071476,-0.00016457866877317429,-0.003352224826812744 +496,-0.0004956661420033735,0.0131884987917433,-1.9880640571984034,-0.0004956230404786766,-0.013188116252422333,-0.9999129176139832,0.0015836027450859547,-0.0008619609288871288,0.0005840158555656672,0.00015992950648069382,-0.00048375874757766724,-0.0028794407844543457 +497,-0.0004684739522751846,0.013151896241358256,-1.988071713113277,-0.00046843342715874314,-0.013151517137885094,-0.9999133944511414,-7.159635424613953e-05,0.000967114232480526,0.00044205551967024803,-0.0005691642872989178,0.0002730991691350937,-0.0024669766426086426 +498,-0.000517014774467533,0.013113925919674595,-1.9880861874426374,-0.0005169702926650643,-0.013113549910485744,-0.9999138712882996,-0.001227131113409996,-0.0009038015268743038,-0.00019217818044126034,0.0001507592387497425,-0.0004515135660767555,-0.0014594197273254395 +499,-0.0005466250059200033,0.013149940760176067,-1.9881444851222543,-0.0005465777358040214,-0.013149561360478401,-0.9999133944511414,0.001090693287551403,-0.0020546354353427887,-0.0026876386255025864,-2.7385540306568146e-06,-0.0013005118817090988,-0.004084408283233643 +500,-0.0005470331094905982,0.013155423614937788,-1.9881869587189147,-0.0005469857715070248,-0.013155044056475163,-0.9999133348464966,-0.0012834621593356133,-0.0010020122863352299,-0.0007983820978552103,0.00010448088869452477,0.0002918848767876625,-0.003504633903503418 +501,-0.000615671681123642,0.01316617838910443,-1.9882223218495236,-0.0006156183080747724,-0.013165798038244247,-0.9999131560325623,0.00045983679592609406,-0.0010956842452287674,-0.001805499428883195,0.0007224301807582378,0.00025686249136924744,-0.003962576389312744 +502,-0.0006054628035790289,0.01308803459995585,-1.988231922937415,-0.0006054108962416649,-0.013087661005556583,-0.9999141693115234,-0.0002221493050456047,-0.0003678416833281517,4.184176214039326e-05,-9.649340063333511e-05,-0.0003248145803809166,-0.0027256011962890625 +503,-0.0006012578026174371,0.013018507663325423,-1.9882437491131122,-0.0006012067897245288,-0.013018139638006687,-0.9999150633811951,-0.002985607832670212,-1.2878328561782837e-05,-3.129267133772373e-05,-0.0005889790481887758,0.0001092059537768364,-0.0031213760375976562 +504,-0.0006292117889656859,0.013038987401663302,-1.9882667520496395,-0.0006291582831181586,-0.013038617558777332,-0.999914824962616,0.002128145657479763,-0.0017239642329514027,0.0013498396147042513,7.984181866049767e-05,0.0001449408009648323,-0.003503143787384033 +505,-0.0006299363988694761,0.013018764416497994,-1.9882475960248795,-0.0006298829684965312,-0.013018396683037281,-0.9999150633811951,0.00013420172035694122,0.0012368923053145409,-0.0033362354151904583,0.00012634322047233582,0.00032308418303728104,-0.0029230713844299316 +506,-0.0006057586209119952,0.013013056047284415,-1.9882624035541063,-0.0006057072896510363,-0.013012688606977463,-0.9999151229858398,0.0005308147519826889,-0.0011790469288825989,-0.0008492160122841597,-0.00020300823962315917,0.00014953035861253738,-0.003182351589202881 +507,-0.0006302336545348593,0.012982159326937635,-1.9882787759068126,-0.0006301805260591209,-0.012981794774532318,-0.9999155402183533,0.00142325134947896,0.0015657264739274979,-0.0007186233997344971,-0.00010224105790257454,-0.0010105147957801819,-0.0020375847816467285 +508,-0.0006264769374617116,0.01298305950846845,-1.9882830309994604,-0.0006264240946620703,-0.012982694432139397,-0.9999155402183533,7.594283670186996e-05,0.0007677720859646797,0.0013551521115005016,0.00016866065561771393,-0.0006128856912255287,-0.0028615593910217285 +509,-0.0006434306864960555,0.012960491143271934,-1.9882522743260291,-0.0006433766102418303,-0.012960128486156464,-0.9999157786369324,6.081536412239075e-07,-0.001573262270539999,-0.0006571789272129536,0.0003687181160785258,3.593508154153824e-05,-0.0030443668365478516 +510,-0.0006574168056074215,0.012951123185096426,-1.98824621231155,-0.0006573616410605609,-0.012950761243700981,-0.9999158978462219,0.0015521901659667492,-0.0007642204873263836,-8.897786028683186e-05,-0.00010557746281847358,4.1826628148555756e-05,-0.0022660493850708008 +511,-0.0006976606247123118,0.012978271010432686,-1.988253144596893,-0.0006976018194109201,-0.012977906502783298,-0.9999155402183533,0.0025171018205583096,0.0005021132528781891,-0.001035341527312994,0.0003313911147415638,0.0003894064575433731,-0.0030294060707092285 +512,-0.0006557664994467968,0.012985192226294406,-1.9882757107225624,-0.0006557111628353596,-0.012984827160835266,-0.9999154806137085,-0.0006778808310627937,0.0014735925942659378,-0.0015300820814445615,0.0003963117487728596,0.0003352910280227661,-0.002052903175354004 +513,-0.0006879110728347407,0.012973680428594744,-1.9882709081455288,-0.0006878531421534717,-0.012973316945135593,-0.999915599822998,-0.0014427350834012032,0.0023771673440933228,0.0017956492956727743,0.00041319476440548897,-2.71722674369812e-05,-0.003304004669189453 +514,-0.0007176976838751145,0.012965600173024509,-1.9882761279264896,-0.000717637303750962,-0.01296523679047823,-0.9999157190322876,0.0003330744802951813,-0.0014871335588395596,0.0009715338237583637,0.0004277206026017666,-0.0002641333267092705,-0.0015949010848999023 +515,-0.0007379802065432115,0.013008171818766307,-1.9882475795415933,-0.0007379177259281278,-0.01300780475139618,-0.9999151229858398,0.0014901049435138702,-0.0007923315279185772,-0.001438481267541647,0.0007379176095128059,0.0002819756045937538,-0.004326820373535156 +516,-0.0007521219520916809,0.01297074959451937,-1.9883022839855806,-0.0007520586368627846,-0.012970386072993279,-0.999915599822998,-0.00015770643949508667,-0.001131577417254448,-0.0010023762006312609,0.00026377709582448006,0.0008701663464307785,-0.003181934356689453 +517,-0.0007049952930612421,0.012925771483543406,-1.9883205973638327,-0.0007049363339319825,-0.012925411574542522,-0.9999161958694458,-0.00027650129050016403,0.00030585192143917084,-0.000468946760520339,0.0001251022913493216,-0.00022766366600990295,-0.003242313861846924 +518,-0.0006564955705050403,0.01294607450322575,-1.9882495827393092,-0.0006564405048266053,-0.01294571254402399,-0.9999159574508667,0.0012082038447260857,0.0006608618423342705,0.0012812111526727676,-0.0005184863111935556,-3.951508551836014e-05,-0.0018387436866760254 +519,-0.0006894907785224295,0.012965781641262528,-1.9882639062450473,-0.0006894327816553414,-0.01296541839838028,-0.9999157190322876,0.0011020945385098457,-0.0015347003936767578,-0.0006293777842074633,0.0005826209671795368,0.0007736459374427795,-0.0025714635848999023 +520,-0.0007016066067678813,0.01298851040734055,-1.9882491128244377,-0.0007015473674982786,-0.012988145463168621,-0.9999154210090637,0.0015570907853543758,-0.00038295891135931015,-0.001191724557429552,-0.00027501489967107773,-0.0005311416462063789,-0.0032278895378112793 +521,-0.0006910409740652382,0.013011009764636722,-1.988256964146422,-0.0006909824442118406,-0.013010642491281033,-0.9999151229858398,0.0027607250958681107,9.874440729618073e-05,0.0003641142975538969,-5.6697987020015717e-05,0.00045265909284353256,-0.0022058486938476562 +522,-0.0007007711162026864,0.013005422395356877,-1.988294739598006,-0.0007007117965258658,-0.013005055487155914,-0.9999151825904846,-0.0007905745878815651,0.0015594307333230972,0.00029386067762970924,-0.0005962853319942951,0.0004775905981659889,-0.003594338893890381 +523,-0.0006531265361120864,0.013055632766764493,-1.988311274854456,-0.0006530708051286638,-0.01305526215583086,-0.9999145865440369,0.0020377510227262974,0.0006593810394406319,0.00025386339984834194,-0.0005828910507261753,-0.0003266967833042145,-0.0035949349403381348 +524,-0.0006318410939401155,0.01306778818412423,-1.988300660289784,-0.0006317871157079935,-0.013067415915429592,-0.9999144077301025,0.003201152663677931,-0.0001263301819562912,-0.0019427986117079854,0.00017402321100234985,0.00014322251081466675,-0.003106832504272461 +525,-0.0006540929805781141,0.013062000368209955,-1.988312925980308,-0.0006540371105074883,-0.013061628676950932,-0.9999144673347473,4.388391971588135e-06,0.0017632180824875832,-0.0007871291600167751,-0.00047511322190985084,0.0005036471411585808,-0.00365602970123291 +526,-0.0007449956142873526,0.013049148157431684,-1.988323777153262,-0.0007449320983141661,-0.013048778288066387,-0.9999145865440369,-0.0005350923165678978,-0.0007851379923522472,0.001264215912669897,-0.0005978415720164776,-0.0006841327995061874,-0.0035033822059631348 +527,-0.000729614631279747,0.013027740133239343,-1.9883550255445865,-0.0007295526447705925,-0.01302737183868885,-0.9999148845672607,0.0020029894076287746,0.0009097112342715263,-0.0008761384524405003,0.0001497184857726097,0.0003015417605638504,-0.003655672073364258 +528,-0.0007440506591041989,0.012980115643942348,-1.9883610982725877,-0.0007439879118464887,-0.012979751452803612,-0.9999154806137085,0.00028865691274404526,-0.00010751467198133469,-0.0012215671595185995,0.00020993035286664963,-0.00037168897688388824,-0.002159714698791504 +529,-0.000733439443617916,0.013007175638053373,-1.9882977090221494,-0.0007333773537538946,-0.013006809167563915,-0.9999151229858398,0.0020042015239596367,0.0029795002192258835,0.0015343604609370232,0.0007486362592317164,0.00020468607544898987,0.0006018280982971191 +530,-0.0007618839187831908,0.01298317114184356,-1.9883111750787343,-0.0007618196541443467,-0.01298280619084835,-0.9999154210090637,-0.0027682119980454445,0.0008004633709788322,0.0001339898444712162,0.0002277619205415249,0.0003790464252233505,-0.0004507899284362793 +531,-0.0007234538834844717,0.012992897978180372,-1.9882578090782392,-0.0007233927608467638,-0.01299253199249506,-0.999915361404419,-0.0007561258971691132,-0.004634655546396971,0.0015492704696953297,0.00037244055420160294,-0.00013002566993236542,-0.005562543869018555 +532,-0.0006771210960726214,0.012971896881648744,-1.9882495649192493,-0.000677064061164856,-0.012971533462405205,-0.9999156594276428,-0.0028450405225157738,-0.001125297974795103,-0.0004284458700567484,0.00021930038928985596,-0.00013576634228229523,-0.005028188228607178 +533,-0.0007184015694398418,0.012996369713821015,-1.9882491340834227,-0.0007183408597484231,-0.012996003963053226,-0.9999153017997742,-0.0018208269029855728,0.0015940368175506592,-0.001026426674798131,4.695402458310127e-05,-0.00012655463069677353,-0.00318223237991333 +534,-0.0007198057486377216,0.01299070466500573,-1.9882571071882957,-0.0007197449449449778,-0.012990339659154415,-0.999915361404419,-0.0019073225557804108,-0.000320222694426775,0.0021631016861647367,-0.0005619935691356659,-0.00030006561428308487,-0.00011515617370605469 +535,-0.0007792792405497674,0.012961518062679365,-1.9882674358261638,-0.0007792136748321354,-0.01296115480363369,-0.9999157190322876,0.00299634225666523,-0.0005078618414700031,-0.0007635259535163641,0.00012308545410633087,0.0004794662818312645,-0.003975272178649902 +536,-0.0008024452848958846,0.01297005534367712,-1.9882590499203943,-0.0008023777045309544,-0.012969691306352615,-0.9999155402183533,0.0002261679619550705,0.0006653191521763802,0.0003693138714879751,-0.0004183253622613847,4.549883306026459e-05,-0.003654956817626953 +537,-0.000770864405881073,0.012994223725007406,-1.9882784093007613,-0.0007707992335781455,-0.012993858195841312,-0.9999153017997742,0.001442099455744028,-0.00012550782412290573,0.00012100208550691605,0.0004961411468684673,-0.0001592179760336876,-0.00299912691116333 +538,-0.0007449458956653672,0.012916088979170917,-1.9883635749703457,-0.0007448836695402861,-0.01291572954505682,-0.9999163150787354,0.0009910725057125092,0.0006149681285023689,-0.0006462899036705494,0.00019556749612092972,0.0004492988809943199,-0.0026166439056396484 +539,-0.0007898760448212108,0.012899252358578545,-1.9884168323484757,-0.0007898102630861104,-0.01289889495819807,-0.9999164938926697,-7.420778274536133e-05,-0.0003731301985681057,-0.0004630510229617357,-7.994100451469421e-05,0.0006460864096879959,-0.0034709572792053223 +540,-0.0008356570049080524,0.012845430629632226,-1.988435524746438,-0.0008355879690498114,-0.01284507755190134,-0.9999171495437622,7.442198693752289e-05,-0.002547676209360361,0.0007916854228824377,-4.942202940583229e-05,-0.0007199868559837341,-0.002905726432800293 +541,-0.0008293833316248868,0.01284497198329643,-1.98847654549427,-0.0008293148130178452,-0.012844618409872055,-0.9999171495437622,0.000432831235229969,-0.0009129149839282036,-0.002266750205308199,0.00040206871926784515,0.00021034199744462967,-0.003088831901550293 +542,-0.0007996409508751346,0.012893135341214763,-1.9885025029359176,-0.0007995744235813618,-0.012892778031527996,-0.9999165534973145,0.00015912391245365143,-0.0003877454437315464,-0.0006992067210376263,-0.0005431989557109773,-7.719174027442932e-05,-0.0024027228355407715 +543,-0.0007822722014522168,0.012924386837301141,-1.988478738164598,-0.0007822067709639668,-0.01292402669787407,-0.9999161958694458,0.0005349223501980305,0.0004449887201189995,-0.0009181520435959101,0.000354960560798645,-0.0005494840443134308,-0.0035475492477416992 +544,-0.0007940313827168062,0.012857817444131154,-1.9884160584751136,-0.0007939656497910619,-0.012857463210821152,-0.9999170303344727,0.001811227761209011,-0.0008285418152809143,0.0017684083431959152,-0.00033518485724925995,-0.00017354264855384827,-0.0026617050170898438 +545,-0.0007384253301264497,0.012803081745573422,-1.988398521877177,-0.0007383647607639432,-0.012802732177078724,-0.99991774559021,-0.0011570071801543236,0.0017719566822052002,0.0023979702964425087,2.1201616618782282e-05,-0.0005792248994112015,-0.0029813647270202637 +546,-0.0007831974015073153,0.012767456286107778,-1.9883617628647992,-0.0007831334951333702,-0.012767109088599682,-0.9999181628227234,-0.0004655551165342331,0.0015729833394289017,0.001650840975344181,-0.00013239349937066436,-0.00034018978476524353,-0.002523183822631836 +547,-0.0007605243478473297,0.012787131118665642,-1.9883726321942417,-0.0007604620768688619,-0.01278678234666586,-0.9999179840087891,0.002297688275575638,-0.0028762812726199627,-0.00013999524526298046,0.0005926154553890228,0.00025931745767593384,-0.0027828216552734375 +548,-0.0007835609693523066,0.012723107986619733,-1.9884143508275232,-0.0007834974676370621,-0.01272276509553194,-0.9999187588691711,-0.0009854184463620186,0.0007216082885861397,0.0019620961975306273,-7.099471986293793e-05,-0.00041505321860313416,-0.0032092928886413574 +549,-0.0007439700650037903,0.012632027657575099,-1.9884206787244407,-0.0007439106120727956,-0.012631691992282867,-0.9999199509620667,-0.0008718157187104225,0.001766825094819069,0.0028552873991429806,-0.00043101608753204346,-0.0010859593749046326,-0.00392526388168335 +550,-0.0007450996575805171,0.012639583390047369,-1.9884438920023004,-0.0007450400735251606,-0.012639246881008148,-0.9999198317527771,-0.0015550777316093445,0.0014396486803889275,0.00016154651530086994,0.00028727675089612603,-0.0004833107814192772,-0.003818511962890625 +551,-0.0007152644002729005,0.012571065661260513,-1.9884442851910564,-0.0007152078323997557,-0.01257073413580656,-0.9999207258224487,-0.0002442141994833946,-0.0005838172510266304,0.0005461974069476128,-0.0001087668351829052,-0.00027716532349586487,-0.0037413835525512695 +552,-0.0007204439465554643,0.012525198237426788,-1.988477569730072,-0.0007203873828984797,-0.012524871155619621,-0.9999213218688965,0.0008480632677674294,7.063057273626328e-05,-0.0008820309303700924,0.0004304703325033188,-0.0007807938382029533,-0.0024590492248535156 +553,-0.0007727050516246468,0.012550190096494274,-1.9884910596368246,-0.0007726441253907979,-0.012549860402941704,-0.9999209642410278,-0.000668838620185852,-0.00022069178521633148,0.0005184982437640429,0.0007726438343524933,-0.0003895927220582962,-0.002413630485534668 +554,-0.0007935028408400186,0.012591926946148458,-1.9885306521731478,-0.0007934398599900305,-0.012591593898832798,-0.9999204277992249,0.0015049469657242298,0.0007183067500591278,-0.0023528635501861572,-7.631117478013039e-05,-0.0002868231385946274,-0.0025667548179626465 +555,-0.0008372898187275704,0.01255655876678261,-1.9885487231445622,-0.0008372237207368016,-0.012556228786706924,-0.9999208450317383,0.0005294689908623695,0.00041237566620111465,-0.001187350950203836,0.0005167890340089798,-0.0006426237523555756,-0.0027494430541992188 +556,-0.0008000016259528152,0.012570909901827946,-1.9885199562971723,-0.0007999383378773928,-0.0125705786049366,-0.999920666217804,0.000571907963603735,0.00010403059422969818,0.001204988220706582,-0.0002834354527294636,-0.0007656030356884003,-0.003558337688446045 +557,-0.0007917955333256634,0.012622198223739297,-1.988447468930899,-0.0007917323964647949,-0.012621862813830376,-0.9999200105667114,0.0016836016438901424,-4.4286251068115234e-05,-0.0010773668764159083,0.00042552134254947305,0.0004453500732779503,-0.003574192523956299 +558,-0.0008023161974758761,0.0125678885319717,-1.9884368026542234,-0.0008022527326829731,-0.012567557394504547,-0.9999207258224487,-0.00030152034014463425,-1.562759280204773e-05,-6.366078741848469e-05,0.0001308661885559559,-0.0004787072539329529,-0.0022612810134887695 +559,-0.0008210584244637488,0.012566274426215296,-1.9884502271746216,-0.0008209935040213168,-0.012565943412482738,-0.9999207258224487,-0.00011362973600625992,-0.0009092898108065128,0.00024438323453068733,-0.00021660421043634415,-0.0002361806109547615,-0.0034056901931762695 +560,-0.0008137154718732426,0.01255933198184607,-1.988401425895267,-0.000813651189673692,-0.01255900226533413,-0.9999207854270935,4.3822452425956726e-05,-0.000440224539488554,-0.002293827710673213,-0.00028498138999566436,-0.00045674387365579605,-0.0034971237182617188 +561,-0.0007850990949384299,0.012581645198185411,-1.9884379279042195,-0.0007850368856452405,-0.012581313028931618,-0.9999205470085144,0.0021797390654683113,0.0006052078679203987,-0.0009627772960811853,0.0008308133110404015,-0.00012925826013088226,-0.003955185413360596 +562,-0.0007173770856405997,0.01260807235159599,-1.9884526484522018,-0.0007173200137913227,-0.012607738375663757,-0.9999202489852905,-0.0006650108844041824,-0.000564641784876585,-0.0012118640588596463,-3.036059206351638e-05,-0.00048430170863866806,-0.0035129189491271973 +563,-0.0007481302593650993,0.0125553334062878,-1.9884303801712004,-0.0007480712374672294,-0.01255500316619873,-0.9999209046363831,-0.0004260800778865814,-0.0005931258201599121,0.0016770330257713795,0.0006260010413825512,-7.927417755126953e-05,-0.0026883482933044434 +564,-0.0007323165743923465,0.012556841079335917,-1.988421756002092,-0.0007322587771341205,-0.012556510977447033,-0.9999209046363831,-0.0019207438454031944,0.0010177064687013626,0.0016225504223257303,0.00013716565445065498,-0.00015406031161546707,-0.0024899840354919434 +565,-0.0007042131097569659,0.012563090700286238,-1.9884608110177244,-0.0007041574572212994,-0.012562760151922703,-0.9999208450317383,-0.0008739382028579712,0.0002829921431839466,0.002343197586014867,-0.00039447564631700516,-0.0007734214887022972,-0.0026426315307617188 +566,-0.0007031871909320257,0.012609495312614119,-1.9884464641004824,-0.000703131256159395,-0.01260916143655777,-0.9999202489852905,-0.0008967239409685135,-0.0005670837126672268,0.0029147593304514885,0.0002606264315545559,-0.00013192743062973022,-0.0038181543350219727 +567,-0.0007110699661185563,0.012608565235300613,-1.988402068754912,-0.0007110133883543313,-0.012608231045305729,-0.9999202489852905,-0.00039170123636722565,0.0011392752639949322,-0.0006935051642358303,-0.000112961046397686,-0.0005143266171216965,-0.0031925439834594727 +568,-0.0006618865064289584,0.012602532497673657,-1.9884112130941827,-0.0006618339102715254,-0.012602198868989944,-0.9999203681945801,0.001118748914450407,-0.001208233181387186,-0.00026694335974752903,6.674136966466904e-05,-0.0005203597247600555,-0.003558635711669922 +569,-0.000621968973479001,0.012608995132827998,-1.9883633935976341,-0.0006219195201992989,-0.012608661316335201,-0.9999203085899353,-0.0010224515572190285,0.0015862639993429184,-0.001435567857697606,0.00024044979363679886,-0.00048337969928979874,-0.0036044716835021973 +570,-0.0005942318707430242,0.01263481641547754,-1.9884083628817644,-0.0005941843846812844,-0.012634480372071266,-0.9999200105667114,-0.0020231613889336586,0.00029630353674292564,-0.0001561618410050869,-0.0003671189770102501,-0.0002744551748037338,-0.0036505460739135742 +571,-0.0006270237571605172,0.01263648731900459,-1.9884217582993116,-0.0006269736331887543,-0.012636151164770126,-0.9999199509620667,-0.0008221343159675598,-0.000673399306833744,-0.0012354098726063967,-0.000319071055855602,4.765111953020096e-05,-0.0032385587692260742 +572,-0.0005921593363123963,0.012632579662968463,-1.9884374253315917,-0.0005921120755374432,-0.01263224333524704,-0.9999200105667114,0.0011459947563707829,0.0004968512803316116,-0.000260181725025177,-0.0004454855225048959,-0.0007039373740553856,-0.003604710102081299 +573,-0.0005972525262551499,0.012634805852516633,-1.988454784010973,-0.0005972048384137452,-0.012634470127522945,-0.9999200105667114,-0.0025472883135080338,3.7153251469135284e-05,-6.578071042895317e-05,6.31473958492279e-05,-0.0004423120990395546,-0.0028418302536010742 +574,-0.0006372050942038959,0.012608564943192539,-1.988489896000781,-0.0006371543859131634,-0.012608231045305729,-0.9999203085899353,0.00021659210324287415,-0.0005169324576854706,0.001119307242333889,-0.00011052610352635384,-0.001185714267194271,-0.0022464394569396973 +575,-0.000589220433594688,0.012653964766377864,-1.9884086198007374,-0.0005891732289455831,-0.012653627432882786,-0.9999197721481323,0.00010537728667259216,-0.0005937032401561737,0.0003588900435715914,-0.000860411673784256,-0.0009419536218047142,-0.004032254219055176 +576,-0.000585785597326091,0.012758029530838018,-1.9883969851619008,-0.0005857378710061312,-0.012757683172821999,-0.9999184608459473,-0.0008432250469923019,0.0022893124260008335,-0.0002246284857392311,0.0006772908382117748,-0.0001512523740530014,-0.0034537315368652344 +577,-0.0005380099739773078,0.012717643551931355,-1.98838855896475,-0.0005379664362408221,-0.012717301025986671,-0.9999189972877502,0.00040540657937526703,0.0009084632620215416,0.001068932469934225,1.9167549908161163e-05,0.00041871704161167145,-0.002568185329437256 +578,-0.000555141347086067,0.012737215109840315,-1.9883709543569477,-0.0005550963105633855,-0.012736870907247066,-0.9999186992645264,0.00033233873546123505,0.0006859945133328438,-0.0011789187556132674,0.0003719907836057246,0.0001941472291946411,-0.0020648837089538574 +579,-0.0005760355840698408,0.012746907808548459,-1.9883843428286467,-0.0005759887280873954,-0.012746562249958515,-0.9999185800552368,-0.0016536880284547806,0.0009998418390750885,0.0018472038209438324,0.0002097781398333609,0.0001733219251036644,-0.003560364246368408 +580,-0.0005629928324991694,0.01275837573134768,-1.9883510820100143,-0.0005629470106214285,-0.012758029624819756,-0.9999184608459473,-9.523052722215652e-05,0.0007400480099022388,0.0009036732371896505,0.0006850175559520721,-0.00027297623455524445,-0.0032095909118652344 +581,-0.0005802760526899988,0.012747247757123525,-1.9883626051586125,-0.000580228865146637,-0.01274690218269825,-0.9999185800552368,-0.003080323338508606,-0.0003924206830561161,-0.0006283766124397516,0.000503934919834137,0.00015840120613574982,-0.0024923086166381836 +582,-0.0005475772479743982,0.012814225420740514,-1.988373884276263,-0.0005475322832353413,-0.012813874520361423,-0.99991774559021,0.002215116750448942,0.00015202024951577187,0.000466454541310668,2.873362973332405e-05,0.0002864087000489235,-0.002569437026977539 +583,-0.00053978490677928,0.012801689237136713,-1.9883215417097304,-0.0005397406639531255,-0.012801339849829674,-0.9999179244041443,0.0015696799382567406,0.0011787237599492073,0.0027713298331946135,-4.009343683719635e-05,-0.0006874296814203262,-0.002813398838043213 +584,-0.0005046535926934721,0.012787058623677815,-1.98830110397585,-0.0005046123405918479,-0.01278670970350504,-0.9999181032180786,-0.0006463956087827682,0.00012912554666399956,0.000378382857888937,0.00030624825740233064,-0.0005342122167348862,-0.0024316906929016113 +585,-0.000487442067721516,0.01275430990540524,-1.9882827013672386,-0.000487402401631698,-0.012753964401781559,-0.999918520450592,-0.0013964315876364708,-0.0017929421737790108,0.00026211515069007874,-0.00041286644409410655,-2.3832544684410095e-06,-0.0030568838119506836 +586,-0.00047015745042813535,0.012689361372577078,-1.9882859542600577,-0.00047011958668008447,-0.012689020484685898,-0.9999193549156189,0.0007338090799748898,-0.00032200897112488747,-8.158083073794842e-05,-0.000460666575236246,0.00034466106444597244,-0.003651142120361328 +587,-0.00042082808610768586,0.012702368249100131,-1.988276654771548,-0.0004207941237837076,-0.012702026404440403,-0.9999192357063293,-0.0010587554425001144,-0.00045928312465548515,0.0006824580486863852,-0.00015903962776064873,-0.0007409658282995224,-0.0026137232780456543 +588,-0.0004906542025280571,0.012694314801025388,-1.9882912641780663,-0.0004906146787106991,-0.012693974189460278,-0.9999192953109741,0.0009697913192212582,-0.0012917243875563145,0.0017945757135748863,-0.00016551319276914,2.9180198907852173e-05,-0.0027509331703186035 +589,-0.0004928641345841676,0.012675296519484461,-1.988295725034129,-0.0004928245325572789,-0.012674957513809204,-0.9999195337295532,0.0022344528697431087,1.9791536033153534e-05,0.0016150358133018017,-0.0004532206221483648,0.0002695629373192787,-0.003773033618927002 +590,-0.000490698294171659,0.012678986726190557,-1.9882821347191677,-0.0004906588583253324,-0.01267864741384983,-0.9999194741249084,0.0010026609525084496,0.00026427116245031357,-0.00126651453319937,-0.0007758205174468458,-0.00044391024857759476,-0.0034526586532592773 +591,-0.0004721467608638039,0.012753915589609095,-1.9882555107368856,-0.00047210833872668445,-0.012753569521009922,-0.9999185800552368,-0.0006266841664910316,0.0027032732032239437,0.00013550347648561,0.0002432265318930149,0.00027188006788492203,-0.0030416250228881836 +592,-0.0004589437984422234,0.01279314131557383,-1.9882364678283502,-0.00045890623005107045,-0.012792792171239853,-0.9999180436134338,0.0017379228956997395,-0.0011718478053808212,-0.0012978619197383523,4.691912909038365e-05,-0.00019243638962507248,-0.0035303831100463867 +593,-0.0004515732993218401,0.012800196452781343,-1.9882354472405694,-0.00045153629616834223,-0.012799846939742565,-0.9999179840087891,0.0009412653744220734,0.00044688163325190544,-0.0007752953097224236,-0.0008149431087076664,-0.00015486497431993484,-0.0028743743896484375 +594,-0.000472962544410554,0.012801090884669299,-1.9882483878274722,-0.0004729237698484212,-0.012800741009414196,-0.9999179840087891,-0.001570170745253563,0.0010679634287953377,0.001450002659112215,-0.0005799327045679092,4.4393353164196014e-05,-0.0031795501708984375 +595,-0.0005222542690894384,0.012774452216158104,-1.9882476568967236,-0.0005222116596996784,-0.012774105183780193,-0.9999182820320129,-0.0035984227433800697,-0.00020566163584589958,0.0006209707353264093,0.0007053171284496784,-0.0008214758709073067,-0.0029656291007995605 +596,-0.0005233118250230925,0.01275960566377862,-1.9882707044923775,-0.0005232691764831543,-0.012759259901940823,-0.9999184608459473,-0.004124188795685768,-0.00036235759034752846,0.0002780139911919832,-0.0010483860969543457,-0.000485369935631752,-0.004125118255615234 +597,-0.0005242625116325762,0.0127227814357188,-1.9882708470754638,-0.0005242200568318367,-0.01272243820130825,-0.9999189376831055,0.0009421221911907196,-0.00024206051602959633,-0.0011057788506150246,-0.0003913072869181633,-0.00011020340025424957,-0.0023088455200195312 +598,-0.0005441362535979309,0.012744169381274225,-1.9883342980093213,-0.0005440920358523726,-0.012743824161589146,-0.9999186396598816,-0.0013619577512145042,3.3128540962934494e-05,-0.0008462441619485617,-0.0004324703477323055,-0.0005618389695882797,-0.003163635730743408 +599,-0.0005453228620286791,0.012738428012049715,-1.9883801814180464,-0.0005452785990200937,-0.012738083489239216,-0.9999186992645264,-0.0014641201123595238,-0.0018225209787487984,0.0003323615528643131,-0.0009500826126895845,-6.403960287570953e-05,-0.0029804110527038574 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/standing/5.csv b/BoostRunClub/CoreML/DataSet/Motion/standing/5.csv new file mode 100644 index 0000000..7459239 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/standing/5.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-0.0005929813154303029,0.012748674238297559,-1.9884161946038594,-0.0005929330945946276,-0.01274832896888256,-0.9999185800552368,0.001157679595053196,4.388159140944481e-05,0.0007969862781465054,-4.7936104238033295e-05,3.775767982006073e-05,-0.0033010244369506836 +1,-0.0016801599032039245,0.012572825452338354,-1.985455200970998,-0.0016800262965261936,-0.012572494335472584,-0.9999195337295532,0.004054195247590542,0.010318630374968052,0.001929641468450427,0.005296359304338694,-0.0011298982426524162,0.003352820873260498 +2,-0.0007578761475551447,0.012844777968863973,-1.9854063767862136,-0.0007578135700896382,-0.012844424694776535,-0.999917209148407,-0.0028350884094834328,-0.0008610216900706291,-0.001063054776750505,-0.004002928733825684,-0.000674862414598465,-0.0017765164375305176 +3,-0.0009105375280902037,0.012878056396653013,-1.9854180605629268,-0.0009104618802666664,-0.012877700850367546,-0.999916672706604,6.653182208538055e-05,-8.14562663435936e-05,-0.0033113404642790556,0.0010020146146416664,0.0006859274581074715,-0.003592848777770996 +4,-0.0007260760168921725,0.012807394373411727,-1.9854053360816462,-0.0007260164129547775,-0.012807044200599194,-0.99991774559021,-0.00017521344125270844,-0.0034484928473830223,0.00017837528139352798,0.0005734283477067947,0.0011645881459116936,0.001428365707397461 +5,0.0018858623582357198,0.014144699037285593,-1.9855251293009255,0.001885672565549612,-0.014144227840006351,-0.9998981952667236,-0.022340739145874977,-0.051836855709552765,-0.3575420081615448,-0.09194304794073105,0.12693719565868378,0.012547731399536133 +6,-0.01951080076164079,-0.008933567989310765,-2.047234635063917,-0.019508784636855125,0.008933449164032936,-0.9997697472572327,-0.654391884803772,0.06554673612117767,-0.5183124542236328,-0.012076906859874725,0.042885396629571915,0.012159943580627441 +7,0.002887412211419711,-0.05762217098081525,-1.9523185004249415,0.0028826158959418535,0.057590287178754807,-0.998336136341095,-0.9458750486373901,-0.9517607688903809,-0.1611970216035843,-0.042082447558641434,-0.2522466778755188,-0.24333250522613525 +8,-0.19803404322752807,-0.11567703025027062,-2.0040202197691084,-0.1954273283481598,0.11541922390460968,-0.9739027619361877,-0.5093681812286377,-3.3494415283203125,0.785190224647522,-0.052680596709251404,0.388288676738739,-0.25397199392318726 +9,-0.5248450293577593,-0.20558057043127745,-2.011108868505566,-0.49052751064300537,0.20413553714752197,-0.8471785187721252,-0.5164173245429993,-2.3265862464904785,-1.7961876392364502,-0.6271635293960571,0.637325644493103,-0.32474225759506226 +10,-0.7275493895061055,-0.0815515543216745,-2.276027030050726,-0.6628312468528748,0.08146119117736816,-0.7443243861198425,-1.5275753736495972,-1.0733095407485962,-3.095360279083252,-0.44045549631118774,0.30357909202575684,0.44514530897140503 +11,-0.8046320106546648,0.03442023675598525,-2.6739557255716924,-0.7201486825942993,-0.03441344201564789,-0.6929657459259033,-2.2135226726531982,-1.9094408750534058,-3.3727409839630127,-0.012349426746368408,0.1907397359609604,0.1335633397102356 +12,-0.8739098004826734,0.16512851881453164,-3.0405860186017613,-0.7564129829406738,-0.16437910497188568,-0.633102536201477,-1.960797905921936,-0.2476530820131302,-3.982753276824951,0.1339612603187561,0.3790550231933594,0.05439770221710205 +13,-0.8541315079631854,0.29084425153651905,2.9610996362209523,-0.7223342657089233,-0.2867611348628998,-0.6292862892150879,-0.10747263580560684,2.603412389755249,-0.8094602227210999,0.3082870841026306,0.18037685751914978,-0.14766067266464233 +14,-0.7130547350872285,0.4052064488142677,2.7906441463131273,-0.6011751890182495,-0.39420849084854126,-0.6951173543930054,-0.1711907684803009,-0.4061358571052551,-2.4280171394348145,-0.09670084714889526,0.29493480920791626,-0.08741438388824463 +15,-0.6515460113595859,0.48214204701450486,2.635541595209453,-0.5372872352600098,-0.4636780917644501,-0.7045034170150757,-0.4797774851322174,-1.5962715148925781,-0.8484290838241577,0.35683679580688477,0.22043776512145996,-0.5045419931411743 +16,-0.5947808728531128,0.40059226130974945,2.4422987213137106,-0.5159662961959839,-0.3899637758731842,-0.7626972198486328,-2.2295327186584473,1.5881354808807373,0.13183307647705078,0.015432238578796387,-0.032307952642440796,0.12428474426269531 +17,-0.38255677377315633,0.21134312572461317,2.3290066050570175,-0.36498787999153137,-0.20977333188056946,-0.9070716500282288,-0.5444471836090088,1.4479283094406128,-1.1953567266464233,-0.06933829188346863,0.27221229672431946,-0.17012256383895874 +18,-0.3139166877567311,0.33127646937322824,2.1881123645346565,-0.29199692606925964,-0.3252503573894501,-0.899416446685791,0.8683233261108398,-1.9672722816467285,-1.9571086168289185,0.23111438751220703,0.2912537753582001,-0.06370306015014648 +19,-0.35601537262356703,0.396556913217893,2.0413687519265955,-0.32149407267570496,-0.3862447440624237,-0.8645556569099426,-1.1280827522277832,-0.1523529291152954,-0.7628987431526184,0.23154354095458984,0.1709737479686737,0.017082571983337402 +20,-0.490444869647575,0.4239858991158468,1.992739826647437,-0.42931270599365234,-0.41139668226242065,-0.8040170073509216,1.4046610593795776,-2.955260753631592,-0.7413403987884521,0.27970024943351746,0.08528584241867065,-0.20214754343032837 +21,-0.8519970713956618,0.6056882920650893,2.1254144710592024,-0.6187177896499634,-0.5693280696868896,-0.5413444638252258,2.9901840686798096,-2.783022403717041,0.1259773224592209,0.3120161294937134,0.02922797203063965,-0.33821791410446167 +22,-1.4820534755309809,0.7027743969529051,2.6348770806211745,-0.7600492238998413,-0.6463371515274048,-0.06762655079364777,4.535629749298096,-2.3288731575012207,1.085317850112915,0.2683042883872986,-0.0050910115242004395,-0.24321019649505615 +23,-1.7862457113926649,0.513759008738614,3.053112658319281,-0.8507683277130127,-0.49145445227622986,0.18618731200695038,3.591122627258301,-0.057677365839481354,1.3668630123138428,-0.02839726209640503,-0.10914671421051025,-0.187896266579628 +24,-1.864731894698692,0.3230135901822431,-2.9224040403054823,-0.9076122641563416,-0.3174257278442383,0.27473774552345276,0.984616756439209,1.2835490703582764,0.6941677927970886,-0.04081302881240845,-0.005297660827636719,0.6871457099914551 +25,-1.876488500449697,0.21298837802279616,-2.907594474815714,-0.9320901036262512,-0.2113816887140274,0.2941528856754303,1.195040225982666,-1.5890889167785645,1.140155553817749,-0.10260838270187378,0.0238359272480011,-0.2084442377090454 +26,-2.021087984021123,0.08668896428194323,-2.8164688944631897,-0.8969395160675049,-0.08658042550086975,0.43359386920928955,1.1444909572601318,0.3065929114818573,0.4771474301815033,-0.14444243907928467,0.30011191964149475,-0.15179449319839478 +27,-1.9951043893610605,0.048574336961244136,-2.769053195665497,-0.9102489352226257,-0.04855523630976677,0.4112047255039215,-0.5304665565490723,0.2500205636024475,0.09109824895858765,0.008500218391418457,0.18258842825889587,0.025379657745361328 +28,-1.9555921759686947,0.06138204647033078,-2.866430726866238,-0.9251296520233154,-0.06134350970387459,0.3746630549430847,-1.0339161157608032,0.19908426702022552,0.3644135892391205,0.07609999179840088,0.07120067626237869,-0.09495410323143005 +29,-1.8818638131306757,0.07401980491536211,-3.009010892381979,-0.9494005441665649,-0.07395223528146744,0.30523696541786194,-1.3972991704940796,0.5498411655426025,0.15661774575710297,-0.04354983568191528,0.08071188628673553,-0.0029450953006744385 +30,-1.8459314167749232,0.10414467441365655,3.1361695919651695,-0.9571740031242371,-0.10395651310682297,0.27020493149757385,-1.4037078619003296,-0.3554806113243103,0.051632385700941086,0.05548650026321411,0.04539329558610916,0.02738720178604126 +31,-1.870873896582099,0.11160487814431248,3.011065767281459,-0.9493703246116638,-0.11137333512306213,0.29375535249710083,-1.3077551126480103,-0.18329760432243347,0.2370847761631012,0.003218531608581543,0.06872501969337463,0.07360005378723145 +32,-1.8724720745351562,0.12413484816819051,2.8700942850317555,-0.9474924206733704,-0.12381628155708313,0.29483434557914734,-1.1352050304412842,-0.20140007138252258,0.3421889543533325,-0.0051288604736328125,0.09850197285413742,-0.036854058504104614 +33,-1.870125774807335,0.13388707453114512,2.7568091504417906,-0.9469828009605408,-0.13348743319511414,0.2922405004501343,-1.41883385181427,-0.009011385031044483,0.18343563377857208,0.08377796411514282,0.13814137876033783,-0.019123464822769165 +34,-1.8387746946114234,0.16617487956000437,2.588137564746963,-0.9510245323181152,-0.16541114449501038,0.2611350417137146,-2.1189770698547363,0.25907158851623535,0.3055320084095001,0.39156103134155273,0.24902932345867157,0.021869778633117676 +35,-1.8470323508207092,0.09945864104943532,2.3750146765043296,-0.9573343992233276,-0.0992947444319725,0.27138853073120117,-0.7781793475151062,-0.48585444688796997,1.5670887231826782,-0.4611074924468994,-0.01720614731311798,-0.11870905756950378 +36,-1.829044160963059,0.08422214428908031,2.2035148206355877,-0.9634120464324951,-0.08412261307239532,0.2544816732406616,-1.3523200750350952,-0.4213390648365021,0.20548197627067566,-0.40243279933929443,-0.16787630319595337,-0.14994367957115173 +37,-1.9024620285617562,0.0999647684043338,2.158835678513468,-0.9407811164855957,-0.09979835897684097,0.32399284839630127,-0.5231311917304993,-0.34291982650756836,-0.3363199830055237,-0.08746302127838135,-0.07244284451007843,-0.05949696898460388 +38,-1.9204427230450989,0.16572684438643506,2.155210378957442,-0.9266217947006226,-0.16496926546096802,0.33787208795547485,0.005782275460660458,0.09204912930727005,-0.5301522612571716,0.1825268268585205,0.004156842827796936,-0.1399349868297577 +39,-1.9063052722797762,0.18141299270107708,2.1788949111528693,-0.9287475347518921,-0.18041956424713135,0.323846697807312,0.24048931896686554,0.1647080034017563,-0.00926042441278696,0.14502573013305664,-0.06333957612514496,-0.10730913281440735 +40,-1.9082172391079653,0.15860375009029745,2.1882299523184883,-0.9317680597305298,-0.15793964266777039,0.32689937949180603,0.01866115815937519,-0.16688622534275055,-0.1832357794046402,-0.11025452613830566,-0.1299784630537033,-0.044520169496536255 +41,-1.8792352299966293,0.2148797672675034,2.165403842777342,-0.930895984172821,-0.2132299691438675,0.29659005999565125,-0.37380993366241455,0.4562778174877167,-0.6525986790657043,0.02209782600402832,-0.0510064959526062,-0.08121216297149658 +42,-1.8467136355028513,0.271538655190088,2.1622315451975322,-0.9269207715988159,-0.26821401715278625,0.26244762539863586,0.09992373734712601,0.027141530066728592,-0.17933310568332672,0.10425859689712524,-0.028843998908996582,-0.09318190813064575 +43,-1.8704091704093146,0.24447826354414476,2.2062178663326635,-0.9270392656326294,-0.2420501410961151,0.28637364506721497,0.6674216985702515,0.40524742007255554,0.35137316584587097,-0.23761826753616333,0.009307831525802612,-0.02607405185699463 +44,-1.8068592552854956,0.20712390232228997,2.2669099749040305,-0.9514854550361633,-0.20564612746238708,0.22887778282165527,0.7254366874694824,0.6391335129737854,-0.34687092900276184,-0.042945027351379395,0.10197792947292328,0.11676429212093353 +45,-1.7937498479711094,0.2705335808442267,2.3113731810120917,-0.939777135848999,-0.26724565029144287,0.21306881308555603,0.4412146806716919,-0.3363897502422333,-0.8163540363311768,0.01837533712387085,0.06982749700546265,0.0234881192445755 +46,-1.7613101878779212,0.36289721783746176,2.3016025554538606,-0.9179577827453613,-0.35498425364494324,0.17703068256378174,-0.6598153710365295,0.45825162529945374,-0.8986935019493103,-0.09157907962799072,0.03732678294181824,0.012864962220191956 +47,-1.654908000035158,0.5382930004983286,2.192032074304063,-0.855549693107605,-0.5126711130142212,0.07213190197944641,-2.0703423023223877,1.0997388362884521,-2.694566488265991,-0.254252552986145,-0.005578398704528809,0.011150598526000977 +48,-1.2121409114276633,0.8420691317922966,1.7788453314773764,-0.6235477924346924,-0.7460225820541382,-0.23374846577644348,-3.2882578372955322,2.441997528076172,-3.938957691192627,-0.11395519971847534,-0.07342010736465454,0.014739066362380981 +49,-0.35162411257422477,0.8138617946766257,1.0309442806990585,-0.23651398718357086,-0.7269444465637207,-0.6446804404258728,-3.9923763275146484,2.961773633956909,-2.2584550380706787,0.16032685339450836,0.22732597589492798,0.3600583076477051 +50,-0.056613509847251726,0.5260423441284013,0.7954292125020741,-0.048933275043964386,-0.5021147131919861,-0.863415539264679,-1.9056938886642456,-0.4315742254257202,-0.2113853096961975,0.09367205202579498,0.14949935674667358,0.15217286348342896 +51,-0.08333471322102491,0.40333875510112366,0.7914438450569383,-0.07655889540910721,-0.3924913704395294,-0.916563868522644,-1.0229953527450562,0.1810811311006546,-0.10439099371433258,-0.1461736559867859,0.08464527130126953,-0.015626072883605957 +52,-0.0862223283974872,0.35054985588843884,0.7954534928516698,-0.08087833225727081,-0.3434142768383026,-0.9356951117515564,-0.5245794057846069,-0.006800513714551926,0.16232815384864807,-0.02369014173746109,-0.03353884816169739,-0.021168291568756104 +53,-0.08524822788575859,0.3336852249742833,0.8041234471811526,-0.08044856041669846,-0.3275271952152252,-0.9414106011390686,0.1588747352361679,-0.001929236575961113,0.04430176690220833,0.014957845211029053,-0.030489742755889893,-0.04015672206878662 +54,-0.10082969287063628,0.35220143454479413,0.811324540209998,-0.09448003768920898,-0.3449649512767792,-0.9338483214378357,-0.3424660563468933,0.18493779003620148,0.18878865242004395,-0.006044864654541016,-0.0003872215747833252,0.04339116811752319 +55,-0.0889441165643308,0.34674990067179023,0.8225091123227776,-0.08354011178016663,-0.33984294533729553,-0.9367645382881165,0.25523483753204346,-0.04118083044886589,0.19885043799877167,-0.011140674352645874,0.01937788724899292,-0.0068846940994262695 +56,-0.05980659026120028,0.336386934824604,0.8418683184902129,-0.056420985609292984,-0.33007869124412537,-0.9422657489776611,-0.24984808266162872,0.39555081725120544,0.054175861179828644,-0.012548744678497314,-0.012359082698822021,0.016057252883911133 +57,-0.06648452814471978,0.3573106679558193,0.8482424246195651,-0.06223954260349274,-0.34975603222846985,-0.9347710609436035,0.4017435908317566,-0.22762876749038696,0.05575601011514664,0.00619400292634964,0.03775954246520996,0.058626651763916016 +58,-0.08171928534614871,0.36763369435611654,0.8505001154077948,-0.07617399096488953,-0.35940825939178467,-0.9300662875175476,-0.0418529137969017,0.052233338356018066,-0.03046305850148201,-0.02871493250131607,0.03897368907928467,0.08002966642379761 +59,-0.08304663246967241,0.32766396602671355,0.8406549484347858,-0.07853793352842331,-0.32183215022087097,-0.943533718585968,-0.5752120614051819,-0.31715482473373413,-0.03786782547831535,-0.00018215924501419067,0.03572985529899597,0.03809243440628052 +60,-0.10417767019115907,0.2663535743135109,0.8347440085371313,-0.10032236576080322,-0.2632153630256653,-0.9595066905021667,-0.7754731178283691,0.004842591471970081,0.1465698778629303,0.0026050806045532227,-0.016020476818084717,-0.04667311906814575 +61,-0.09499624193677972,0.19473297333404607,0.8469924936120804,-0.09306064248085022,-0.19350455701351166,-0.9766758680343628,0.1567557156085968,-0.292694628238678,0.17536978423595428,-0.0021389424800872803,-0.013908162713050842,-0.2321254014968872 +62,-0.1208764741073706,0.21187235177162694,0.8475916830200724,-0.11788597702980042,-0.21029074490070343,-0.9705053567886353,0.04655511677265167,0.21362261474132538,-0.016928894445300102,-0.022784791886806488,0.017953723669052124,-0.08860713243484497 +63,-0.11396262455636065,0.23369342683116284,0.8501605037552731,-0.11062504351139069,-0.23157212138175964,-0.9665073752403259,0.28154560923576355,-0.07180812209844589,0.004764331504702568,0.008452199399471283,0.006077751517295837,0.010284841060638428 +64,-0.11125272158742684,0.24588305282513787,0.8570178555528796,-0.10768409073352814,-0.24341291189193726,-0.9639264941215515,0.06219957023859024,0.08159738034009933,0.09273485094308853,0.04750342667102814,0.006169259548187256,0.047514140605926514 +65,-0.10535438693576976,0.2466858873007447,0.862457034511025,-0.10197610408067703,-0.24419152736663818,-0.9643502235412598,0.13507305085659027,0.05875183641910553,0.07079902291297913,-0.0011580437421798706,0.035115599632263184,-0.013722836971282959 +66,-0.10575187748688472,0.26329688873024204,0.8743623859611616,-0.10191715508699417,-0.2602652311325073,-0.9601431488990784,0.24260516464710236,-0.10890917479991913,0.08616533875465393,-0.03222285211086273,0.030391573905944824,0.044203877449035645 +67,-0.11768781475920737,0.2655955199072559,0.8689791323029876,-0.11329928785562515,-0.26248395442962646,-0.9582616686820984,-0.13170279562473297,0.14122328162193298,-0.05320696532726288,-0.02544887363910675,0.012194067239761353,0.039697885513305664 +68,-0.12204625305722594,0.25361055656165526,0.8704203516561517,-0.11784926056861877,-0.25090065598487854,-0.9608123898506165,-0.1836974173784256,-0.08446547389030457,-0.002883525798097253,-0.01685532182455063,0.00131264328956604,0.008953869342803955 +69,-0.1315349969354718,0.24113748858095993,0.8685569874261952,-0.12736129760742188,-0.23880736529827118,-0.9626786112785339,-0.08797896653413773,-0.1393449455499649,0.042903900146484375,-0.009220138192176819,-0.0010760724544525146,-0.010938942432403564 +70,-0.1415725793070817,0.22987234730729963,0.8691415491826701,-0.13738855719566345,-0.2278532236814499,-0.963953971862793,-0.03653330355882645,-0.07483302801847458,0.007336519658565521,-0.010835319757461548,-0.01944597065448761,-0.04633045196533203 +71,-0.15639944635924682,0.24361916784545576,0.8639355059975145,-0.15116316080093384,-0.2412164956331253,-0.9586262702941895,0.2234666496515274,-0.19819825887680054,-0.16666661202907562,-0.023321092128753662,-0.009378597140312195,-0.05275678634643555 +72,-0.16735921622053715,0.28185755289848274,0.852577699792767,-0.16000591218471527,-0.2781403958797455,-0.9471198320388794,0.3601289391517639,-0.020883064717054367,-0.16028456389904022,-0.009076729416847229,0.0005982816219329834,-0.00849229097366333 +73,-0.16107198027799777,0.30640323397857067,0.8414019644670162,-0.15290682017803192,-0.301631361246109,-0.9410834312438965,0.0721188485622406,0.03257376700639725,-0.20219869911670685,-0.0025192201137542725,0.008479505777359009,0.07113409042358398 +74,-0.15716869453703164,0.3110824790199136,0.8213051854895833,-0.1490097939968109,-0.3060893416404724,-0.9402688145637512,-0.11502579599618912,-0.02912820875644684,-0.18575547635555267,-0.004173174500465393,0.0270061194896698,0.06621485948562622 +75,-0.14516209224676133,0.2843229152932727,0.7983768529309971,-0.1388452649116516,-0.2805076241493225,-0.9497565031051636,-0.07411558926105499,-0.15282976627349854,-0.1817442923784256,-0.006693050265312195,0.01566082239151001,-0.03313833475112915 +76,-0.1535713880621089,0.2765282850867254,0.7725487348146114,-0.14715704321861267,-0.2730174660682678,-0.9506872892379761,-0.20188242197036743,0.01980302482843399,-0.23939217627048492,-0.02195611596107483,0.008781015872955322,-0.013347744941711426 +77,-0.14709680623343965,0.27000269916264896,0.7477479260574671,-0.14125682413578033,-0.2667340338230133,-0.9533621668815613,-0.10361140221357346,-0.05096018314361572,-0.21940314769744873,0.0003724396228790283,0.008707940578460693,0.009712934494018555 +78,-0.15014576207212663,0.26017401674689694,0.7264321999864972,-0.14454810321331024,-0.25724872946739197,-0.9554731249809265,-0.11680649220943451,-0.1420792043209076,-0.13438595831394196,0.01854102313518524,-0.0020743608474731445,0.00034928321838378906 +79,-0.15657167087733326,0.25406031537017865,0.711837725592574,-0.15092727541923523,-0.251336008310318,-0.9560602307319641,-0.10914488881826401,0.03312240540981293,-0.13410040736198425,-0.0025914013385772705,-0.023352742195129395,0.02306157350540161 +80,-0.14594141982874254,0.2429068254365215,0.6832295279359815,-0.1411546766757965,-0.24052512645721436,-0.9603244066238403,-0.1827296018600464,0.07404158264398575,-0.277098685503006,0.013743802905082703,-0.02470313012599945,0.021573245525360107 +81,-0.1431294978443211,0.23951853695489947,0.6577907261342609,-0.13856922090053558,-0.2372349351644516,-0.9615186452865601,-0.17093615233898163,-0.1834811419248581,-0.20901213586330414,0.03256642818450928,-0.03850661218166351,0.048844754695892334 +82,-0.15252083563163177,0.20645654364556193,0.632740793486658,-0.1487037092447281,-0.20499299466609955,-0.9674012064933777,-0.2692328691482544,-0.14163771271705627,-0.23289354145526886,-0.014839991927146912,-0.029610902070999146,-0.07364493608474731 +83,-0.17040187911728674,0.19764489675658933,0.6121287870677812,-0.16627702116966248,-0.19636061787605286,-0.9663304090499878,0.08447244018316269,-0.22678637504577637,-0.015159716829657555,0.07704362273216248,-0.022313088178634644,-0.03916275501251221 +84,-0.1910249428450149,0.1944573754598352,0.6125493253417156,-0.1862868368625641,-0.1932341605424881,-0.963305652141571,-0.002802041359245777,0.09304001182317734,0.08780970424413681,0.04792013764381409,0.015408232808113098,-0.07384949922561646 +85,-0.19259379877145694,0.21520465060842975,0.6307191177315506,-0.1869901716709137,-0.21354736387729645,-0.9588702917098999,0.47072872519493103,-0.30424773693084717,0.07175058871507645,-0.030264467000961304,0.09999145567417145,-0.008903145790100098 +86,-0.21997459834714553,0.23970041646237292,0.644460948380585,-0.21196617186069489,-0.23741161823272705,-0.9480010867118835,-0.07443103194236755,0.12519359588623047,-0.09609784185886383,-0.07961402833461761,0.09385693073272705,0.008807361125946045 +87,-0.20684389186738536,0.22921994263887388,0.6258678910826405,-0.20000037550926208,-0.22721794247627258,-0.9530854225158691,-0.17022734880447388,0.1628740131855011,-0.1592482626438141,0.02691994607448578,0.027892395853996277,0.002020418643951416 +88,-0.18755400611876225,0.21909178736329263,0.6085595512943712,-0.18199916183948517,-0.21734321117401123,-0.9589776992797852,-0.12815852463245392,0.05049782246351242,-0.27645620703697205,-0.013328596949577332,-0.00873100757598877,-0.009650230407714844 +89,-0.16528798862675326,0.2097582862783332,0.5706627004257959,-0.16092997789382935,-0.20822349190711975,-0.9647510051727295,-0.24284900724887848,0.20590640604496002,-0.3389865756034851,0.005992233753204346,-0.001645892858505249,0.015867948532104492 +90,-0.15158272436967604,0.19396255712592808,0.5518282900833791,-0.1481713205575943,-0.19274865090847015,-0.9699965119361877,-0.04127202555537224,-0.06915149837732315,0.02887689881026745,0.0642021894454956,-0.061340704560279846,0.015040457248687744 +91,-0.16988649370160894,0.1990751170684048,0.5568592107599795,-0.16573132574558258,-0.19776280224323273,-0.9661381840705872,0.019289333373308182,-0.22385387122631073,-0.005933330859988928,0.024679064750671387,-0.05533473193645477,-0.019701659679412842 +92,-0.17333426630117574,0.20306380323182824,0.5507638169392245,-0.16892395913600922,-0.20167112350463867,-0.9647763967514038,-0.04945788532495499,-0.0057065351866185665,-0.0686090961098671,0.02605593204498291,-0.012379169464111328,-0.006888031959533691 +93,-0.18086074068244637,0.20861720969945172,0.5463924833352909,-0.17597630620002747,-0.2071072906255722,-0.9623610973358154,0.08557824045419693,-0.18528017401695251,0.0374901257455349,0.06518223881721497,-0.012954965233802795,0.03543543815612793 +94,-0.1888469883448702,0.2058458623233207,0.5441833600618418,-0.1837633103132248,-0.20439523458480835,-0.9614851474761963,0.07219468057155609,-0.23432804644107819,-0.08895716816186905,0.023179814219474792,-0.01348501443862915,-0.04293990135192871 +95,-0.20092281487363203,0.20570050200242043,0.5265957233374504,-0.1953662782907486,-0.2042529433965683,-0.959225058555603,-0.1928081065416336,0.020384691655635834,-0.17174702882766724,0.023613348603248596,0.0014636367559432983,-0.03853189945220947 +96,-0.20868352577865198,0.1974850300489829,0.5219992557674092,-0.20314538478851318,-0.19620387256145477,-0.9592893123626709,-0.1966264545917511,-0.32749077677726746,0.1872132271528244,0.046590209007263184,0.011252075433731079,0.0679776668548584 +97,-0.2480188750594515,0.15965679291685755,0.5623148628636866,-0.2423618584871292,-0.1589793711900711,-0.9570717215538025,-0.03746820241212845,-0.2662264108657837,0.8881246447563171,0.017767727375030518,0.027708008885383606,-0.07646709680557251 +98,-0.2914677598363617,0.15646391709381877,0.6491744608264907,-0.2838481664657593,-0.15582630038261414,-0.9461228251457214,0.5604091286659241,-0.47316774725914,0.4883866310119629,-0.07970774173736572,0.015750616788864136,0.0006882548332214355 +99,-0.2986796035960945,0.16725241456463608,0.6544047042044577,-0.2901524007320404,-0.16647373139858246,-0.9423895478248596,-0.30168625712394714,0.4040800631046295,-0.22977344691753387,-0.0774928629398346,0.012192130088806152,0.02417665719985962 +100,-0.2578646454667126,0.15633402499573767,0.6178379385044307,-0.2519063949584961,-0.1556979864835739,-0.9551446437835693,-0.1044885665178299,0.2268686592578888,-0.27567774057388306,-0.1212015151977539,0.06690710783004761,0.003865957260131836 +101,-0.26375626385247036,0.1698626155499344,0.618948096113273,-0.25695663690567017,-0.16904693841934204,-0.9515232443809509,0.3007636070251465,-0.3954369127750397,0.047924965620040894,-0.07003918290138245,0.031687334179878235,0.07611125707626343 +102,-0.31648737687594536,0.17491491212906488,0.6160557025502246,-0.30648136138916016,-0.17402434349060059,-0.9358336925506592,-0.4020894467830658,-0.29579052329063416,-0.1512860506772995,-0.08154964447021484,0.048108816146850586,0.01566767692565918 +103,-0.32240934024680107,0.1487987375734842,0.5777099185232141,-0.31335142254829407,-0.1482502520084381,-0.9379940032958984,-0.08590906858444214,-0.039907556027173996,-0.2739536166191101,-0.07858586311340332,0.08500257134437561,-0.07044410705566406 +104,-0.3214117128055232,0.13914700959486045,0.5503629075364438,-0.3128529489040375,-0.13869841396808624,-0.9396200180053711,-0.33063074946403503,-0.0740392804145813,-0.17090053856372833,-0.052060991525650024,0.013179615139961243,0.052214622497558594 +105,-0.33584724979143504,0.12584962548654507,0.5299514432690718,-0.32696276903152466,-0.12551768124103546,-0.9366646409034729,-0.11562055349349976,-0.3191148340702057,-0.14577743411064148,-0.05116528272628784,0.004896968603134155,0.0295906662940979 +106,-0.35146446762547906,0.11926210548580979,0.5071514636095373,-0.3418276309967041,-0.11897958815097809,-0.9322004914283752,-0.09402885288000107,-0.01652458682656288,-0.19763627648353577,-0.04406711459159851,0.01686777174472809,-0.009022653102874756 +107,-0.3595171999111727,0.12482359604590326,0.49800954465016056,-0.3490850329399109,-0.12449970096349716,-0.9287838935852051,0.13625946640968323,-0.12663443386554718,-0.1104174479842186,-0.05608159303665161,-0.003063768148422241,0.006420612335205078 +108,-0.38526397461466744,0.14562734155800414,0.4884159738238085,-0.3718259036540985,-0.14511315524578094,-0.9168902039527893,0.20125152170658112,-0.1804778128862381,-0.24391713738441467,-0.0358431339263916,0.0012990832328796387,0.011220037937164307 +109,-0.38534577328682607,0.159282342893653,0.46935590060599647,-0.37112146615982056,-0.15860967338085175,-0.9149381518363953,0.07304663956165314,0.020387444645166397,-0.2282964587211609,0.04821494221687317,0.016886040568351746,0.013906657695770264 +110,-0.38115295397097215,0.16001159164220738,0.4449282058223409,-0.3672389090061188,-0.15932965278625488,-0.9163785576820374,-0.36057573556900024,0.07510960847139359,-0.25787773728370667,-0.08030137419700623,0.025449037551879883,0.0046506524085998535 +111,-0.3588255263269006,0.12953682785133494,0.4181405757482445,-0.34823259711265564,-0.1291748583316803,-0.9284653663635254,-0.155776247382164,0.07143165916204453,0.06603272259235382,-0.04124799370765686,0.008325263857841492,-0.01619100570678711 +112,-0.37210378828072627,0.13551946772465817,0.4360909247232882,-0.3602425158023834,-0.13510502874851227,-0.9230232834815979,0.009320496581494808,-0.08517152816057205,0.018689315766096115,-0.06717139482498169,-0.026577085256576538,0.0503121018409729 +113,-0.3763045077336228,0.13523341071500233,0.4380850157148504,-0.3641308844089508,-0.1348215937614441,-0.9215377569198608,0.05374615266919136,0.06153334677219391,0.10322519391775131,0.017176538705825806,0.004587829113006592,0.00399625301361084 +114,-0.3635518057562187,0.13360989040675914,0.4589935617381123,-0.3524268567562103,-0.13321271538734436,-0.9263097047805786,0.09126032143831253,0.23525533080101013,0.2422892153263092,0.0007575452327728271,-0.02694353461265564,-0.007223010063171387 +115,-0.34517484789296865,0.13648411750607292,0.4762194791569362,-0.33521461486816406,-0.13606077432632446,-0.9322653412818909,0.1035422757267952,0.2790282666683197,0.09480872005224228,-0.01311299204826355,0.012998640537261963,-0.018555641174316406 +116,-0.31874968556894,0.14605550745006993,0.4955367202775749,-0.3100428581237793,-0.14553678035736084,-0.9395171403884888,0.2046763151884079,0.30933550000190735,0.15945254266262054,-0.013489216566085815,0.02143704891204834,0.00880730152130127 +117,-0.2951316388805426,0.14821673449696277,0.5101449022755329,-0.28767675161361694,-0.14767464995384216,-0.946273922920227,-0.07215043902397156,0.18432345986366272,0.1581897884607315,-0.007702887058258057,0.03378304839134216,-0.005538821220397949 +118,-0.28285215178368106,0.14036444391611172,0.5295397159761641,-0.2763507068157196,-0.1399039775133133,-0.950819194316864,0.10940906405448914,0.1966608613729477,0.23311400413513184,-0.016358643770217896,0.0057334452867507935,-0.032441914081573486 +119,-0.2818268414869187,0.15876940046137375,0.5300408915246785,-0.2746129631996155,-0.15810319781303406,-0.9484677910804749,0.07145816087722778,-0.005315931048244238,-0.20086900889873505,0.056015580892562866,0.013053178787231445,0.023876726627349854 +120,-0.27241044492578464,0.15853341548980615,0.5036154803976782,-0.26567980647087097,-0.15787018835544586,-0.951047420501709,-0.19926108419895172,0.10542747378349304,-0.20530161261558533,0.07508230209350586,0.06637850403785706,-0.03625720739364624 +121,-0.23881589992339833,0.1309745118701092,0.49233348588128617,-0.23452624678611755,-0.13060036301612854,-0.9632969498634338,-0.08639723807573318,0.18076162040233612,0.038777537643909454,0.046324342489242554,0.05275002121925354,-0.04686540365219116 +122,-0.2262406107416152,0.1277035844087626,0.49464013435725923,-0.22248892486095428,-0.12735676765441895,-0.9665810465812683,-0.11488949507474899,0.10798508673906326,0.03782382979989052,0.007309466600418091,0.006018877029418945,0.04360741376876831 +123,-0.22061305782234847,0.11140382920647258,0.49795372941057975,-0.21747134625911713,-0.11117354035377502,-0.9697147011756897,-0.08266095817089081,0.02828274294734001,0.07080689817667007,-0.05509638786315918,-0.0033741965889930725,-0.013103842735290527 +124,-0.2255621579856576,0.10666135068363884,0.5002214729126846,-0.2223833054304123,-0.10645922273397446,-0.9691295623779297,-0.05071597546339035,-0.012597518973052502,-0.03681899234652519,-0.0645582377910614,-0.022996336221694946,0.014890670776367188 +125,-0.23427340874629185,0.10408692869710769,0.4958228000473492,-0.23087994754314423,-0.10389908403158188,-0.9674189686775208,-0.02374378778040409,-0.02911633439362049,-0.022812306880950928,-0.039460018277168274,-0.020048066973686218,0.011654198169708252 +126,-0.23877008228437072,0.10070798826086802,0.48833405378941935,-0.2353094518184662,-0.10053784400224686,-0.9667065739631653,-0.09898946434259415,0.06252501904964447,-0.11896537989377975,-0.06309142708778381,-0.01747363805770874,-0.017759978771209717 +127,-0.22388004354797655,0.09230600542226151,0.47955944117008137,-0.2210693359375,-0.09217497706413269,-0.9708924293518066,-0.06220303848385811,0.2029295563697815,-0.02863127551972866,-0.038696274161338806,0.00494047999382019,-0.01316213607788086 +128,-0.22514881867553607,0.10231388693723968,0.4757832215568054,-0.2220839411020279,-0.10213547199964523,-0.9696633815765381,-0.010335836559534073,0.1618672013282776,-0.0601881742477417,-0.04630289971828461,0.013191983103752136,0.021054983139038086 +129,-0.22180820434085802,0.11335405486541257,0.46222199840982386,-0.21858203411102295,-0.1131114587187767,-0.9692407846450806,0.24808716773986816,-0.06550946831703186,-0.2756633758544922,-0.06259167194366455,-0.0250721275806427,-0.008847594261169434 +130,-0.2265727103273974,0.12627138691639198,0.42768726260907214,-0.22285065054893494,-0.1259361058473587,-0.9666838645935059,0.00915964413434267,-0.11566811800003052,-0.38203659653663635,-0.030384212732315063,-0.0005897879600524902,0.01340627670288086 +131,-0.24383059895237358,0.13085121593684754,0.3998563171999307,-0.2393578141927719,-0.1304781287908554,-0.9621243476867676,-0.07278105616569519,-0.27154266834259033,-0.1627073585987091,0.02692495286464691,0.0230867862701416,0.050320208072662354 +132,-0.28854805867690525,0.13464472920836296,0.3883978509344902,-0.2819850742816925,-0.13423825800418854,-0.9499813318252563,0.32058748602867126,-0.7760900259017944,-0.035218071192502975,0.031008511781692505,0.08708859980106354,-0.07409703731536865 +133,-0.37935407374200397,0.19866901054760816,0.428381174191323,-0.3630363941192627,-0.1973647028207779,-0.9106326103210449,0.7475786209106445,-0.6705335974693298,0.33801892399787903,0.0690758228302002,-0.007789716124534607,-0.03165864944458008 +134,-0.3487468931180185,0.17065647561015204,0.4574545221602227,-0.3367564082145691,-0.169829323887825,-0.9261496067047119,0.09701334685087204,0.3167356252670288,0.1104670837521553,-0.027760803699493408,-0.025635749101638794,-0.16624236106872559 +135,-0.4083769670384631,0.2676786143882647,0.48167694094354,-0.38297784328460693,-0.2644934356212616,-0.8850826025009155,1.9144349098205566,-1.5990922451019287,-0.35979703068733215,0.07272088527679443,0.1040472686290741,-0.13443338871002197 +136,-0.7114415489914436,0.533503906854923,0.6067365683836492,-0.5621894001960754,-0.5085534453392029,-0.6521629095077515,3.631723642349243,-3.1578738689422607,-0.59294193983078,0.15520697832107544,0.16339963674545288,-0.17725908756256104 +137,-1.2297243584133661,0.7582997949222133,0.9601867920538142,-0.684185802936554,-0.6876880526542664,-0.2428472638130188,2.648015260696411,-1.7295928001403809,0.39805662631988525,0.20153510570526123,0.1314900517463684,-0.023967906832695007 +138,-1.510379262892882,0.7141195407011166,1.26746800291376,-0.7542914152145386,-0.654952347278595,-0.04562760517001152,2.0541110038757324,-0.7123119235038757,0.9617050290107727,0.08836734294891357,0.02218562364578247,-0.18804550170898438 +139,-1.7648607879002793,0.6299653800035045,1.509262066784578,-0.7928797006607056,-0.5891168117523193,0.15583094954490662,2.376039743423462,-2.2878546714782715,0.4182465076446533,0.006365418434143066,0.004598379135131836,-0.1953359842300415 +140,-2.0896449220637434,0.5305223284822108,1.7844452961877908,-0.7490241527557373,-0.5059839487075806,0.42771825194358826,1.9889053106307983,-0.3577416241168976,0.11135873943567276,-0.01684492826461792,0.06935375928878784,-0.029402881860733032 +141,-2.1707424148131724,0.4134701640809264,1.9545738641270127,-0.7558141350746155,-0.40178948640823364,0.5170204639434814,1.2925777435302734,-0.06759525090456009,0.45307403802871704,0.04856926202774048,0.03649407625198364,0.043968915939331055 +142,-2.1424844820879883,0.33274473524292114,2.0119686304686497,-0.7948601841926575,-0.32663843035697937,0.5113756060600281,0.24045000970363617,1.0917046070098877,0.3103256821632385,0.0025017261505126953,0.030526340007781982,0.1151200532913208 +143,-2.0595652346195976,0.2881236650608266,2.032322161772179,-0.8465168476104736,-0.2841537296772003,0.45018428564071655,0.6232202649116516,0.600879430770874,0.23669569194316864,-0.022547423839569092,0.055104076862335205,0.030955880880355835 +144,-2.002115208944017,0.23244579598222617,2.0749931546669864,-0.8839840292930603,-0.23035822808742523,0.40682563185691833,0.7471683025360107,0.5777570605278015,0.5565235018730164,0.023891985416412354,0.03623594343662262,-0.03734937310218811 +145,-1.9847016739731351,0.1485244768717744,2.1349096182926246,-0.9054773449897766,-0.1479790210723877,0.3977600932121277,0.664762020111084,0.2828969657421112,0.46495550870895386,-0.017938733100891113,0.021697252988815308,0.00595700740814209 +146,-1.995874546794805,0.11076833267106956,2.1581668794693525,-0.9054231643676758,-0.11054195463657379,0.409864604473114,0.13197243213653564,-0.5524061322212219,0.47397875785827637,0.013516664505004883,0.06256836652755737,0.0018785297870635986 +147,-2.0992207741247846,0.03126979235009973,2.180610497886191,-0.8631804585456848,-0.03126469627022743,0.5039269328117371,0.5438719987869263,-1.4590368270874023,0.4196200668811798,0.037328898906707764,0.012755777686834335,0.02851337194442749 +148,-2.142852547211538,0.006888016705117211,2.18806058668737,-0.8407698273658752,-0.006887962110340595,0.5413492918014526,0.175568088889122,-0.18246692419052124,0.08777067065238953,-0.003438115119934082,-0.001992644742131233,-0.015714406967163086 +149,-2.1716514269478595,-0.015692168674275062,2.2202778947568675,-0.8247509598731995,0.015691524371504784,0.5652784109115601,0.1324651688337326,0.17590495944023132,-0.2459341138601303,0.0010967254638671875,-0.006841421127319336,0.02241384983062744 +150,-2.1706542650107994,0.0649443657288285,2.222075373657417,-0.8236755728721619,-0.06489872187376022,0.5633350014686584,-0.6468115448951721,-0.4247908294200897,-0.991402268409729,0.2988343834877014,0.10182501375675201,-0.04201865196228027 +151,-2.3963765090189963,0.07129495840427488,2.333406137614542,-0.6764078140258789,-0.0712345764040947,0.7330741882324219,0.649874210357666,-2.2301063537597656,-0.8170621991157532,-0.20750319957733154,0.0213993638753891,0.21429812908172607 +152,-2.5078703245473584,0.12150092776048088,2.398651622426076,-0.5877829790115356,-0.12120220810174942,0.7998881936073303,0.02811216376721859,-0.7705539464950562,-0.7017931938171387,-0.07396018505096436,-0.005232125520706177,-0.0890423059463501 +153,-2.7149631827883653,0.15425910669732829,2.4568012938330384,-0.40889105200767517,-0.15364804863929749,0.8995555639266968,-0.4137718379497528,-2.0979626178741455,-0.796029269695282,-0.06829702854156494,-0.03023560345172882,0.04398685693740845 +154,-2.886583441727114,0.18973178557117365,2.5256111334437112,-0.247727632522583,-0.1885955035686493,0.9502963423728943,0.3203362822532654,-0.9401485919952393,-0.6243857741355896,0.04684564471244812,0.024548232555389404,-0.05492568016052246 +155,-2.9103545647084665,0.16182406603237984,2.566809326113047,-0.22618864476680756,-0.16111870110034943,0.9606664776802063,0.2822553217411041,0.7718459963798523,-0.093296580016613,-0.0010605603456497192,-0.09516794979572296,-0.07815885543823242 +156,-2.8276956558394386,0.13268621408558223,2.5566039945660872,-0.30605348944664,-0.13229721784591675,0.9427770376205444,0.29815682768821716,0.8165673017501831,0.26961401104927063,0.01174202561378479,-0.15162304043769836,-0.07296508550643921 +157,-2.760069104058945,0.13224084516902881,2.5449110405596858,-0.3690840005874634,-0.13185575604438782,0.9199950695037842,-0.478354275226593,0.5283769369125366,0.22998890280723572,0.09869828820228577,-0.09203644096851349,0.08981627225875854 +158,-2.756162789077984,0.1376246264759757,2.52449368554475,-0.3724026381969452,-0.13719059526920319,0.9178751111030579,-0.07794666290283203,-0.13232503831386566,0.0972360223531723,-0.048373639583587646,-0.10238762199878693,-0.016691207885742188 +159,-2.737846838183972,0.16277269076733758,2.5227687479106526,-0.38767266273498535,-0.1620548665523529,0.9074402451515198,-0.13920801877975464,0.4136124849319458,-0.15593625605106354,0.002785027027130127,-0.0257655531167984,-0.0495302677154541 +160,-2.699207131543802,0.1821862793998005,2.5405904069371514,-0.42101144790649414,-0.18118010461330414,0.8887760043144226,0.05649837851524353,0.4119451940059662,-0.1995021402835846,0.045004427433013916,0.05050384998321533,-0.023724913597106934 +161,-2.662744112228406,0.1818051139729436,2.5556590540068673,-0.4531637728214264,-0.1808052361011505,0.8728986978530884,0.043677739799022675,0.30087774991989136,-0.2684513032436371,-0.058127760887145996,0.04042437672615051,0.01798570156097412 +162,-2.6557748446860328,0.18633196132907193,2.5838799976578257,-0.45884934067726135,-0.18525560200214386,0.8689866662025452,0.03116365522146225,0.03995846211910248,-0.20050783455371857,0.016374975442886353,0.06669482588768005,0.01825094223022461 +163,-2.655965814456934,0.1900733204254934,2.5993900890767,-0.45835670828819275,-0.18893089890480042,0.8684553503990173,0.03367139399051666,0.016270089894533157,-0.08700697124004364,-0.012132883071899414,0.06655538082122803,0.007460355758666992 +164,-2.648352004262553,0.19011519208482322,2.5986345283800487,-0.46495166420936584,-0.18897201120853424,0.8649330139160156,0.03199054300785065,0.09258205443620682,0.00141643057577312,-0.026732176542282104,0.05083422362804413,-0.01898592710494995 +165,-2.6343721086507634,0.18147439279982494,2.608576191912829,-0.4777730107307434,-0.18047994375228882,0.8597442507743835,0.18863114714622498,0.15935684740543365,-0.1337844282388687,-0.021784543991088867,-0.01637369394302368,-0.04414665699005127 +166,-2.625950230241437,0.16109826138282335,2.640642785524302,-0.48670923709869385,-0.1604023426771164,0.8587116003036499,0.36322009563446045,0.07907556742429733,-0.16502591967582703,-0.0010991096496582031,-0.04655267298221588,0.0006635785102844238 +167,-2.624904723378202,0.15487496156694772,2.656560024931355,-0.4880903661251068,-0.15425655245780945,0.8590534925460815,-0.005761987529695034,-0.08451847732067108,-0.08732610940933228,0.0013349950313568115,-0.03164127469062805,0.03648495674133301 +168,-2.6293236885135793,0.15964972187114584,2.659584246021794,-0.48392289876937866,-0.15897239744663239,0.860550045967102,-0.09349669516086578,0.15428687632083893,-0.1097528412938118,-0.03367048501968384,-0.05652749538421631,-0.01852428913116455 +169,-2.610789298557955,0.17074486496002542,2.644144182338736,-0.4988649785518646,-0.16991643607616425,0.8498599529266357,-0.1618468314409256,0.2065972089767456,0.0872686579823494,0.0105837881565094,-0.051824286580085754,-0.028601527214050293 +170,-2.5917546780588707,0.18884768411699163,2.6216590464518026,-0.5132588744163513,-0.1877271980047226,0.8374509215354919,-0.23370403051376343,0.15772536396980286,0.1872817873954773,0.04315078258514404,-0.0484788715839386,0.003369450569152832 +171,-2.5924606438104703,0.1944344520627016,2.608736522922686,-0.5121120810508728,-0.19321167469024658,0.836905300617218,-0.03675924986600876,-0.02831927314400673,0.0120231993496418,-0.007495403289794922,-0.048090800642967224,-0.0021885037422180176 +172,-2.59455514909439,0.20693729282297083,2.6239901400228085,-0.5090615153312683,-0.2054634988307953,0.8358473181724548,-0.04632990434765816,-0.06105111911892891,-0.14376384019851685,0.01870518922805786,-0.01040254533290863,-0.013505518436431885 +173,-2.612052833996622,0.1999422360480815,2.6390432523907315,-0.4950728416442871,-0.19861271977424622,0.8458459973335266,0.18209092319011688,-0.26534828543663025,-0.055404212325811386,0.01449739933013916,0.0318647176027298,-0.009054124355316162 +174,-2.6135711510630837,0.18565563303684207,2.6371646731754605,-0.49516722559928894,-0.18459093570709229,0.8489614129066467,0.023855306208133698,-0.004116997122764587,0.07478421181440353,-0.060969799757003784,0.04707874357700348,-0.014641404151916504 +175,-2.5997088028585154,0.1860198667518621,2.6236395606109197,-0.5068531036376953,-0.1849489063024521,0.8419580459594727,-0.15706925094127655,0.04838811233639717,0.15882475674152374,0.03486835956573486,0.05852988362312317,0.07422512769699097 +176,-2.615376343376864,0.1807023327979837,2.5927170564826754,-0.49408718943595886,-0.17972052097320557,0.8506342768669128,-0.17125599086284637,-0.25815534591674805,0.2935711443424225,-0.005256742238998413,-0.016522780060768127,-0.018206119537353516 +177,-2.6138081971352043,0.19350967827583002,2.561863617287593,-0.4942207336425781,-0.19230423867702484,0.8478003144264221,-0.11646628379821777,0.15299415588378906,0.07659252732992172,0.00766366720199585,-0.11592331528663635,-0.1592320203781128 +178,-2.5858940283338523,0.20318742874886203,2.5582497696413897,-0.5166844725608826,-0.20179221034049988,0.8320555686950684,-0.014049944467842579,0.3068373203277588,-0.06627196073532104,0.00012886524200439453,-0.04919955134391785,0.09357285499572754 +179,-2.5911903319218146,0.21923954099382673,2.5531529873356598,-0.5105105638504028,-0.2174874246120453,0.8319125771522522,-0.22988559305667877,-0.09457261860370636,0.04636450111865997,0.04790979623794556,0.023929670453071594,-0.03139054775238037 +180,-2.5725392734355004,0.22883896151685984,2.5344286864820336,-0.5247876644134521,-0.22684690356254578,0.8204501867294312,-0.23835498094558716,0.36906975507736206,0.13612902164459229,-0.02162957191467285,-0.058385640382766724,-0.007477164268493652 +181,-2.557510576345242,0.24135189179060315,2.515123907352547,-0.5354509353637695,-0.23901554942131042,0.8100393414497375,-0.09240022301673889,-0.09989148378372192,0.063268281519413,0.029210150241851807,-0.01785089075565338,-0.0327720046043396 +182,-2.5559312784000756,0.24352858288428234,2.5127736410067567,-0.5364408493041992,-0.2411285787820816,0.8087574243545532,0.02711445838212967,0.06805729866027832,-0.11220553517341614,-0.06095606088638306,-0.03490293025970459,0.03516054153442383 +183,-2.5611930346165113,0.24201120004662408,2.522382320029891,-0.5323779582977295,-0.23965570330619812,0.8118739128112793,0.19862139225006104,-0.12583325803279877,0.01150455977767706,0.010511994361877441,0.022751957178115845,-0.05277949571609497 +184,-2.5534384092342948,0.23320716403286545,2.5182783342892017,-0.539807140827179,-0.23109905421733856,0.809444785118103,-0.08492925763130188,0.16419075429439545,0.07829117029905319,-0.006533563137054443,-0.0010023117065429688,0.010745406150817871 +185,-2.549429458132392,0.23038950797086866,2.507230528054805,-0.5434092879295349,-0.2283567637205124,0.8078114986419678,-0.044652651995420456,-0.08742981404066086,0.13559526205062866,0.010038375854492188,-0.01506669819355011,-0.013225376605987549 +186,-2.5446574552783985,0.2354052020525032,2.488742801166919,-0.546607255935669,-0.23323702812194824,0.8042517900466919,-0.1735042780637741,0.05467894673347473,0.11741390824317932,-0.003975570201873779,-0.023766756057739258,-0.00763624906539917 +187,-2.543228923287397,0.24282762610207353,2.4713910458611505,-0.5467654466629028,-0.2404482513666153,0.8020176887512207,-0.024941984564065933,-0.09013623744249344,0.10729356855154037,0.011761724948883057,-0.015685811638832092,-0.06687963008880615 +188,-2.5354869392700423,0.24285620087034365,2.4629676230732556,-0.5529542565345764,-0.24047598242759705,0.7977549433708191,-0.09647531807422638,0.16136544942855835,0.06799698621034622,-0.010766446590423584,-0.01802314817905426,0.029896974563598633 +189,-2.5444279486488686,0.2396965983008096,2.4564208488866557,-0.5462239384651184,-0.23740790784358978,0.8032911419868469,-0.0525837168097496,-0.1740802824497223,0.06770938634872437,0.0007985830307006836,-0.002704322338104248,-0.021949708461761475 +190,-2.541626818070789,0.2412563787441973,2.4414126089937795,-0.548262357711792,-0.23892280459403992,0.8014516234397888,-0.2038213461637497,0.18528033792972565,0.15296423435211182,-0.005982697010040283,-0.02078181505203247,-0.03149294853210449 +191,-2.524785812692455,0.24058252667559304,2.4302653774329968,-0.5617740750312805,-0.2382684201002121,0.7922360897064209,0.051213860511779785,-0.05838339775800705,0.06923812627792358,-0.011880099773406982,0.005968615412712097,0.0614626407623291 +192,-2.5377114154895866,0.23539558423872323,2.4260463566283104,-0.552181601524353,-0.2332276850938797,0.8004373908042908,-0.07524725049734116,-0.016628317534923553,0.10464160889387131,0.008129537105560303,0.004452690482139587,-0.0356823205947876 +193,-2.522975809973183,0.23708544023961844,2.41732313438739,-0.5636868476867676,-0.23487059772014618,0.7918919324874878,0.011704090982675552,0.24714326858520508,-0.009842704981565475,0.009060442447662354,-0.026161476969718933,-0.010474145412445068 +194,-2.5251054391897174,0.231979917236716,2.4268897715593862,-0.5626851916313171,-0.22990486025810242,0.7940587401390076,0.22717328369617462,-0.05278525501489639,-0.006468766834586859,-0.014951586723327637,-0.0022118687629699707,-0.003455042839050293 +195,-2.518190649689382,0.22741490499324157,2.438028905540015,-0.568769097328186,-0.2254597395658493,0.7909926176071167,0.13594380021095276,0.0055230287835001945,-0.03166523948311806,-0.047640085220336914,0.0012471377849578857,0.04692840576171875 +196,-2.534114722980428,0.21225878653543112,2.4610344379485247,-0.5579883456230164,-0.21066853404045105,0.8026630282402039,0.3561350107192993,-0.14530974626541138,-0.10732243210077286,0.04077643156051636,0.004796937108039856,-0.05908691883087158 +197,-2.538690384383845,0.18911812628930322,2.4785857650294703,-0.556925356388092,-0.18799281120300293,0.8090071678161621,-0.04119538143277168,0.26718372106552124,0.09707403182983398,0.035990357398986816,-0.006739810109138489,0.02006375789642334 +198,-2.5320684646710614,0.1864388087345417,2.4673574358586534,-0.5625566840171814,-0.1853605955839157,0.8057117462158203,-0.02759580686688423,0.1118827611207962,0.12912267446517944,-0.034016191959381104,-0.037570297718048096,-0.05589485168457031 +199,-2.513386097958247,0.18681913157715557,2.460107603557455,-0.577468752861023,-0.1857343167066574,0.7950047254562378,-0.0005460446700453758,-0.043144047260284424,-0.004693401046097279,-0.061248838901519775,0.013325288891792297,0.10965830087661743 +200,-2.522786987254133,0.19666604261047074,2.4561186300828286,-0.5688811540603638,-0.19540072977542877,0.798869788646698,-0.15589039027690887,-0.17204932868480682,0.06681260466575623,0.0946226716041565,0.060635074973106384,-0.05477488040924072 +201,-2.5288558886418566,0.19065876761991557,2.4305868828228148,-0.5646873116493225,-0.18950577080249786,0.8032532930374146,-0.1775810420513153,0.06296930462121964,0.31168946623802185,-0.01265949010848999,-0.011803433299064636,-0.09759533405303955 +202,-2.5028091424732946,0.2021219584303605,2.38751906566711,-0.5840818881988525,-0.20074854791164398,0.7864784598350525,-0.4126405119895935,0.08394945412874222,0.11748556792736053,-0.060434043407440186,-0.018779635429382324,0.05574566125869751 +203,-2.4898182846272783,0.22923183810891207,2.3549108685748275,-0.5907300710678101,-0.2272295206785202,0.7742122411727905,-0.2508426606655121,-0.19258171319961548,0.11463326215744019,0.07304519414901733,0.03118462860584259,-0.06132173538208008 +204,-2.490025137434598,0.23679188499647474,2.315675616040761,-0.5895112156867981,-0.234585240483284,0.7729461789131165,-0.27021247148513794,-0.11426430195569992,0.352538138628006,-0.039059221744537354,0.05665256083011627,-0.03158283233642578 +205,-2.4766983096159754,0.24537272386404388,2.2774805660409436,-0.5984957218170166,-0.24291789531707764,0.7634094953536987,-0.30257725715637207,0.06678310036659241,0.21822461485862732,0.01135265827178955,0.18728429079055786,0.07318419218063354 +206,-2.4760670635171627,0.24395564184602453,2.21129842440843,-0.5991895198822021,-0.2415430247783661,0.7633016705513,-0.3391284644603729,-0.3231501281261444,0.7450965046882629,0.0362468957901001,0.11486448347568512,0.05302852392196655 +207,-2.5024729598248667,0.22497708245823247,2.1383064206083024,-0.5814571976661682,-0.22308401763439178,0.782394528388977,-0.38696178793907166,-0.3739222288131714,0.6532744765281677,-0.06673616170883179,-0.046843960881233215,-0.0313262939453125 +208,-2.5130501475671596,0.22491955787360463,2.0800214308636455,-0.5731568932533264,-0.22302794456481934,0.788511335849762,-0.1406111717224121,-0.0740489661693573,0.28660768270492554,-0.01722097396850586,-0.09940557181835175,-0.11370646953582764 +209,-2.512247299315013,0.22587644589353692,2.0725730287251505,-0.5736636519432068,-0.22396063804626465,0.7878777384757996,0.030832109972834587,-0.05722968280315399,-0.048467133194208145,-0.019369065761566162,-0.04137443006038666,0.03792780637741089 +210,-2.5248115005777256,0.22658102959229603,2.0719593192860484,-0.5636284351348877,-0.22464725375175476,0.7948943972587585,0.03112787939608097,-0.07245195657014847,0.04377133026719093,-0.015473246574401855,-0.010368674993515015,-0.04965490102767944 +211,-2.519060739425778,0.2246103711491999,2.0729927432647433,-0.5684471130371094,-0.22272653877735138,0.7919977903366089,-0.07068171352148056,0.239618718624115,0.00890327338129282,-0.02809518575668335,-0.007726907730102539,0.009454727172851562 +212,-2.4956984261778348,0.25071019984272813,2.064916715107429,-0.5830948352813721,-0.24809202551841736,0.773595929145813,-0.39644086360931396,0.10850045830011368,-0.14307564496994019,0.026439011096954346,0.029158934950828552,0.043451130390167236 +213,-2.4839519075097747,0.28024294056423465,2.0635051036820475,-0.5874053835868835,-0.27658912539482117,0.7605612277984619,-0.22900761663913727,0.2918994724750519,-0.1233239397406578,0.011920154094696045,-0.026679307222366333,-0.007814645767211914 +214,-2.4532492880591095,0.31352666493163633,2.06283247617619,-0.6042909622192383,-0.3084152936935425,0.7346512675285339,-0.5224901437759399,0.4559800624847412,-0.2731747627258301,-0.008364677429199219,-0.01902306079864502,0.02606034278869629 +215,-2.4219772397410355,0.35083785615120133,2.06251738566954,-0.6189467310905457,-0.34368473291397095,0.7062475681304932,-0.11198059469461441,0.25342077016830444,-0.16485540568828583,0.012364089488983154,0.022685617208480835,-0.01566535234451294 +216,-2.408538257131311,0.3599464199840373,2.0684559520700554,-0.6262611746788025,-0.35222408175468445,0.695510983467102,-0.029035642743110657,0.24256253242492676,-0.0690351352095604,-0.02368706464767456,0.018743187189102173,-0.004867494106292725 +217,-2.384087937419276,0.36426023231640725,2.0723850823037986,-0.6420276761054993,-0.3562581539154053,0.6788819432258606,-0.04436751455068588,0.265633761882782,-0.12658613920211792,-0.023820161819458008,-0.026386499404907227,-0.01935136318206787 +218,-2.364510559186974,0.37784226106560287,2.0874156820177387,-0.6517412066459656,-0.3689157962799072,0.662672221660614,0.029858721420168877,0.22167456150054932,-0.2174793928861618,0.010612726211547852,-0.030956000089645386,-0.06316971778869629 +219,-2.3273121180316116,0.4053580791981312,2.1015560383974368,-0.6682980060577393,-0.3943478465080261,0.6307674646377563,-0.050966762006282806,0.5835316181182861,-0.33479976654052734,0.007760286331176758,-0.009735435247421265,-0.024078011512756348 +220,-2.3045274882216753,0.40442440988178924,2.1310156396383166,-0.6827683448791504,-0.39348965883255005,0.6156244874000549,0.3227957487106323,-0.02546258084475994,-0.015712223947048187,-0.01956319808959961,0.008632510900497437,0.06635189056396484 +221,-2.3040779596918686,0.4051208826586241,2.1411784087971975,-0.6828411221504211,-0.3941298723220825,0.6151338815689087,-0.1988484114408493,0.2954515516757965,-0.06288176029920578,0.020640254020690918,0.009257465600967407,0.012277066707611084 +222,-2.306825517994818,0.39428177171450335,2.1493667215152223,-0.684274435043335,-0.38414517045021057,0.6198393106460571,0.10447278618812561,-0.07016808539628983,0.1850355565547943,0.047082722187042236,0.03676360845565796,0.050128281116485596 +223,-2.3097638876554254,0.3853260770990445,2.1236867007192872,-0.6849658489227295,-0.3758613169193268,0.6241396069526672,-0.18954017758369446,-0.328276664018631,0.30146583914756775,0.0007617473602294922,0.03143996000289917,0.013845682144165039 +224,-2.321572964869492,0.3869428477148205,2.0702362379644197,-0.6771023869514465,-0.3773590624332428,0.6317691802978516,-0.46788594126701355,-0.3671625852584839,0.3658411502838135,-0.012976288795471191,0.022241324186325073,-0.027795851230621338 +225,-2.3255876068980825,0.3937403156578402,1.9972614076890725,-0.672676682472229,-0.3836452066898346,0.632710337638855,-0.5384970307350159,-0.2589777410030365,0.4873206317424774,0.01775425672531128,0.009728580713272095,-0.027531564235687256 +226,-2.34030424052383,0.38967358838966065,1.9161395658110671,-0.6644080877304077,-0.3798865079879761,0.6436213850975037,-0.7967507839202881,-0.3179548978805542,0.48611024022102356,-0.04649907350540161,-0.003704279661178589,0.009836375713348389 +227,-2.3197175825262857,0.4108920506517843,1.820034026112529,-0.6714605689048767,-0.39942729473114014,0.6241786479949951,-0.7944610714912415,-0.1467231661081314,0.49076101183891296,-0.013186216354370117,-0.009264200925827026,-0.06453192234039307 +228,-2.28737434049892,0.41790329450638464,1.7289869033978078,-0.6891651749610901,-0.4058450758457184,0.6002846360206604,-0.5532928109169006,-0.02553120069205761,0.57781583070755,0.011369645595550537,-0.0031363368034362793,-0.0007361769676208496 +229,-2.243119380821579,0.4245682029200764,1.629238660617938,-0.7129150032997131,-0.41192737221717834,0.5675104856491089,-0.9792079329490662,0.0754624605178833,0.5962299704551697,0.027398645877838135,0.04496872425079346,0.07346546649932861 +230,-2.2065050338269327,0.42447213815232254,1.5074965504121571,-0.7332432270050049,-0.4118398129940033,0.5410564541816711,-0.7711407542228699,-0.37086406350135803,0.8249489068984985,0.029263854026794434,0.01782745122909546,-0.018641352653503418 +231,-2.214778007121759,0.39301166658901343,1.3918119212351765,-0.7387416362762451,-0.38297221064567566,0.5546111464500427,-0.6501862406730652,-0.632966935634613,1.0141681432724,-0.01902526617050171,-0.019554704427719116,-0.03909289836883545 +232,-2.216109070190162,0.3771008232687804,1.25700861897511,-0.7427772283554077,-0.368226557970047,0.5591883659362793,-1.228703498840332,-0.2653481960296631,0.7486855387687683,-0.07143193483352661,-0.028196901082992554,-0.039763808250427246 +233,-2.176040499552922,0.4132031308896647,1.1009434145661323,-0.7531527280807495,-0.4015449285507202,0.5210787057876587,-1.614660620689392,-0.07854659855365753,0.4841262400150299,0.04819655418395996,-0.0007988810539245605,-0.047964632511138916 +234,-2.0936791037894333,0.45528057750113726,0.917227593218617,-0.778131365776062,-0.43971434235572815,0.4485118091106415,-1.6284191608428955,0.14655393362045288,0.577931821346283,0.05210298299789429,-0.05268678069114685,-0.003519803285598755 +235,-2.0555444484225136,0.4481929763272201,0.7797969717196291,-0.7974030375480652,-0.4333376884460449,0.41996097564697266,-0.4888150990009308,-0.8723445534706116,0.5510344505310059,-0.10234689712524414,-0.05840739607810974,0.00023564696311950684 +236,-2.0626177876697263,0.45664963179261137,0.6893367567537122,-0.7911537885665894,-0.44094350934028625,0.4238449037075043,-0.8284246325492859,-0.35693028569221497,0.22347618639469147,-0.03433138132095337,0.08918267488479614,-0.0632186233997345 +237,-2.0672380179370022,0.4356472945371035,0.6068574678388333,-0.7971552014350891,-0.4219973385334015,0.4318119287490845,-0.2958329916000366,-0.4629182815551758,0.7357911467552185,0.017538011074066162,0.11175569891929626,-0.08058518171310425 +238,-2.064337854770512,0.3873131988128748,0.5414446862671504,-0.8154274821281433,-0.377701997756958,0.4386558532714844,-0.4633477032184601,-0.22700847685337067,0.7987702488899231,0.03037816286087036,0.08006411790847778,0.03534311056137085 +239,-2.081691045947663,0.3222645661716226,0.4664351405450461,-0.8274015188217163,-0.3167153596878052,0.46378666162490845,-0.17756085097789764,-0.6387904286384583,0.965649425983429,-0.006643891334533691,0.017978787422180176,0.03976857662200928 +240,-2.1119822217409685,0.2708980752241099,0.4010726199325644,-0.8258406519889832,-0.26759687066078186,0.4963655471801758,-0.5535719394683838,-0.2022436559200287,0.5442319512367249,-0.035792529582977295,-0.041622430086135864,0.022280603647232056 +241,-2.11248729368518,0.2643386176888056,0.33910220208060116,-0.8270760178565979,-0.2612709105014801,0.49767687916755676,-0.46188756823539734,-0.19786903262138367,0.3262711763381958,0.017246484756469727,-0.003621608018875122,-0.04572701454162598 +242,-2.1122275604255116,0.26125214095906635,0.28694433924825985,-0.8278924226760864,-0.2582904100418091,0.49787527322769165,-0.6512401700019836,0.2171904742717743,0.24188677966594696,-0.0058934688568115234,0.08195990324020386,0.05150201916694641 +243,-2.0812529415678904,0.2688609817394322,0.21739964817103183,-0.8411754965782166,-0.2656335234642029,0.4710232615470886,-0.41602227091789246,-0.2964831590652466,0.29488879442214966,0.011005699634552002,0.0647972822189331,0.03959691524505615 +244,-2.0950912566046203,0.2730610391223689,0.15220677562339008,-0.8336035013198853,-0.26968032121658325,0.48205527663230896,-0.7240612506866455,-0.29374465346336365,0.22483590245246887,-0.03115767240524292,0.05788838863372803,0.01455715298652649 +245,-2.096869172107993,0.29456121834807847,0.07780548531932692,-0.8275389075279236,-0.2903200089931488,0.4805135726928711,-0.6781430244445801,-0.19489850103855133,0.15957008302211761,0.0016418099403381348,0.05962240695953369,-0.04103001952171326 +246,-2.09286009738697,0.31030156547473775,0.0209913736759274,-0.8253952860832214,-0.3053458034992218,0.47485437989234924,-0.5424845218658447,-0.05520964786410332,0.05878768488764763,-0.014860451221466064,0.05446082353591919,0.009917378425598145 +247,-2.087332634590772,0.3303603718335778,-0.012983098460430949,-0.8225154876708984,-0.324383944272995,0.4671655297279358,-0.2778492569923401,-0.09774225205183029,-0.12113595753908157,-0.008844494819641113,0.03155246376991272,-0.0009178519248962402 +248,-2.0824983953719496,0.36435474656323547,-0.02808778983440704,-0.8146748542785645,-0.3563464879989624,0.45751768350601196,-0.33348721265792847,0.023526502773165703,-0.3401607275009155,-0.016440987586975098,0.04192382097244263,0.06021302938461304 +249,-2.081260754890543,0.41335399459541244,-0.03931409406905923,-0.7990332841873169,-0.40168309211730957,0.44743356108665466,-0.28631410002708435,-0.09857507795095444,-0.3857995271682739,-0.029503822326660156,0.06725618243217468,0.032134950160980225 +250,-2.086704001878618,0.46116031315473305,-0.0542106236085712,-0.7789785861968994,-0.4449875056743622,0.441790372133255,-0.4113282561302185,-0.12601688504219055,-0.28342580795288086,-0.017789721488952637,0.09342494606971741,-0.03702038526535034 +251,-2.072593476082983,0.48961315410764167,-0.10089716051138851,-0.7737180590629578,-0.47028452157974243,0.42449137568473816,-0.40410086512565613,-0.27251091599464417,0.2147468477487564,-0.007379353046417236,0.009011328220367432,-0.07485151290893555 +252,-2.0768459904094647,0.49222422923353676,-0.1495195171669114,-0.7708290815353394,-0.4725872278213501,0.4271809756755829,-0.32496461272239685,-0.2990648150444031,0.1299428790807724,-0.029326438903808594,-0.04378539323806763,-0.08011990785598755 +253,-2.110081492181893,0.4833738968294157,-0.16458834566509203,-0.7597680687904358,-0.464769184589386,0.45468953251838684,-0.29267650842666626,-0.23952235281467438,0.15829423069953918,0.04983752965927124,-0.04311969876289368,0.04584461450576782 +254,-2.116624862241057,0.4914861242361849,-0.22718753469389538,-0.7535289525985718,-0.4719366133213043,0.4576786756515503,-0.4249040484428406,-0.5968620777130127,0.310995876789093,0.007816791534423828,-0.015886813402175903,-0.04161730408668518 +255,-2.1338955764518888,0.4940791549464072,-0.27991804133715525,-0.7444753050804138,-0.4742211401462555,0.4699689447879791,-0.49456527829170227,-0.15157310664653778,0.12812821567058563,0.012084007263183594,-0.025351613759994507,-0.040525585412979126 +256,-2.1356574308123544,0.4887099490119757,-0.323494084522839,-0.7457859516143799,-0.4694872498512268,0.472635954618454,-0.18843971192836761,-0.27440428733825684,0.28465041518211365,0.027936339378356934,-0.06731688976287842,-0.04954037070274353 +257,-2.115928837868933,0.5006039409779961,-0.36945796553399696,-0.75013667345047,-0.4799554646015167,0.45490381121635437,-0.8885231018066406,0.47555112838745117,-0.21061192452907562,-0.038147568702697754,-0.08658799529075623,0.09688439965248108 +258,-1.902425365451832,0.6167272770122074,-0.5429408380856173,-0.7713265419006348,-0.5783684253692627,0.265603244304657,-2.4400973320007324,1.519622802734375,-0.5891305208206177,0.027521729469299316,-0.01739567518234253,0.10646697878837585 +259,-1.475206435462681,0.706994193901581,-0.9148141641796247,-0.7568466067314148,-0.6495513319969177,-0.07256804406642914,-2.6640267372131348,1.2770378589630127,-0.36456841230392456,0.07691508531570435,0.074920654296875,-0.06993376463651657 +260,-1.2264431515238854,0.6894953736414131,-1.1412859604169105,-0.7262715101242065,-0.6361479163169861,-0.26047173142433167,-1.5934579372406006,1.2914491891860962,-0.25573721528053284,0.022993922233581543,-0.001516878604888916,0.06895864009857178 +261,-0.9019889490027835,0.6177868854931432,-1.40139654817553,-0.639545202255249,-0.5792325139045715,-0.5054420232772827,-2.3606061935424805,2.025391101837158,-0.39851006865501404,0.04928946495056152,-0.05193203687667847,0.053232550621032715 +262,-0.6345310097282689,0.49337633459791963,-1.6251733073095402,-0.522101879119873,-0.4736022651195526,-0.7093028426170349,-1.6691378355026245,0.806133508682251,-0.5284500122070312,0.023581981658935547,-0.043853819370269775,-0.04207044839859009 +263,-0.5341537444904568,0.4154284043503361,-1.7404855345884045,-0.46580949425697327,-0.4035819470882416,-0.7874916791915894,-0.8311907052993774,0.4685794711112976,-0.2817310392856598,0.0023848116397857666,0.022234290838241577,-0.033446431159973145 +264,-0.46336450447355976,0.3530823514888258,-1.823868517209925,-0.41938796639442444,-0.34579163789749146,-0.8393698930740356,-0.8351406455039978,0.356059193611145,-0.1971135288476944,0.015945613384246826,0.010937541723251343,-0.03999406099319458 +265,-0.41591473653231853,0.3017506614212287,-1.8752027826578166,-0.3857719898223877,-0.29719221591949463,-0.8734167218208313,-0.5756850242614746,0.44504088163375854,-0.0700468197464943,-0.011826306581497192,0.03898298740386963,-0.0167657732963562 +266,-0.3710259039101101,0.2567524874916191,-1.9087319573460082,-0.35068652033805847,-0.2539408504962921,-0.9014061093330383,-0.46061545610427856,0.22281700372695923,-0.12209305912256241,-0.020193517208099365,0.03766283392906189,0.00786668062210083 +267,-0.3640774582346937,0.22826501532544374,-1.9149925574861102,-0.3468506336212158,-0.22628788650035858,-0.9102134108543396,-0.3462395668029785,0.34187549352645874,0.2578043043613434,-0.01792597770690918,0.009323179721832275,0.0928458571434021 +268,-0.3286314850233126,0.18380557672579106,-1.8982942755115624,-0.31731143593788147,-0.18277235329151154,-0.9305416345596313,-0.13178032636642456,0.11231688410043716,0.36112314462661743,-0.024439632892608643,-0.02389267086982727,-0.013809561729431152 +269,-0.32942276848011265,0.17047926171372227,-1.8789373293832807,-0.31880733370780945,-0.16965468227863312,-0.9325122833251953,0.19259949028491974,-0.016810353845357895,0.29759812355041504,-0.021295785903930664,-0.02034774422645569,-0.04812431335449219 +270,-0.32388170906742864,0.1728301322118209,-1.8398904810116927,-0.3135075569152832,-0.17197100818157196,-0.933883786201477,-0.0032638534903526306,0.3432880938053131,0.5649614930152893,0.02082875370979309,-0.011241257190704346,0.025589168071746826 +271,-0.3527845511076559,0.19473576387182653,-1.7890830855425597,-0.33898162841796875,-0.19350729882717133,-0.920677125453949,0.2739461064338684,-0.32762089371681213,0.1406140774488449,-0.04970550537109375,-0.00784766674041748,0.023963868618011475 +272,-0.35554051081501253,0.20095514265714157,-1.7828431895760142,-0.34109213948249817,-0.19960534572601318,-0.9185934066772461,0.20256952941417694,0.12123152613639832,0.15360011160373688,-0.06137368083000183,0.02234397828578949,0.008971214294433594 +273,-0.368625082796294,0.20474323111422457,-1.7664821021036365,-0.35280701518058777,-0.20331576466560364,-0.9133399724960327,-0.02140825241804123,0.01956629566848278,0.09356226772069931,-0.05727294087409973,-0.015235871076583862,0.06453931331634521 +274,-0.33268676371062555,0.18253561746217628,-1.789279938825509,-0.32115796208381653,-0.1815236508846283,-0.9294658303260803,-0.3734719753265381,0.5255371332168579,-0.23834212124347687,-0.059472501277923584,-0.013575226068496704,0.007148325443267822 +275,-0.234431044246418,0.14950405393805102,-1.832987322035264,-0.22969844937324524,-0.14894773066043854,-0.9617968797683716,-0.7359575629234314,1.5629633665084839,-0.2541366219520569,-0.10369083285331726,-0.04775330424308777,0.10645020008087158 +276,-0.04189324557712294,0.05650306743149642,-1.891963136827932,-0.041814155876636505,-0.056473005563020706,-0.9975281357765198,-0.9347711205482483,1.982604742050171,-0.6018962860107422,-0.061686210334300995,-0.084518201649189,0.018096983432769775 +277,0.02355940966986107,0.05873474516557361,-1.9220070751075382,0.023516608402132988,-0.058700982481241226,-0.9979985952377319,0.7739877700805664,-0.8082208633422852,-0.17030556499958038,-0.06538672745227814,-0.04360920190811157,-0.06875860691070557 +278,-0.1468093896455229,0.20746891609996534,-1.957965711467532,-0.1431456208229065,-0.20598375797271729,-0.9680289626121521,1.801422357559204,-1.6151326894760132,-0.5577846169471741,-0.033734261989593506,-0.025812506675720215,-0.0461769700050354 +279,-0.1517991319489181,0.25741918823137977,-1.9915739095167857,-0.14623425900936127,-0.2545856237411499,-0.9559297561645508,-0.5923812985420227,0.5655379891395569,0.012693889439105988,0.03930066525936127,0.0540698766708374,-0.03416728973388672 +280,-0.05020848336720263,0.23969811099454497,-1.9739057378088691,-0.04875251650810242,-0.23740938305854797,-0.9701855182647705,0.08661194145679474,1.8354624509811401,-0.34840479493141174,-0.0004265494644641876,0.03431491553783417,0.05444461107254028 +281,-0.130768117022353,0.23698193596085043,-2.004478044237942,-0.12675130367279053,-0.23476998507976532,-0.9637516140937805,0.2858145833015442,-1.5613465309143066,-0.009673049673438072,0.14258992671966553,0.05785958468914032,0.09137612581253052 +282,-0.2671884000112474,0.22027776252577214,-1.9770541544370959,-0.2576410472393036,-0.21850068867206573,-0.9412112236022949,-0.05557144433259964,-1.1452871561050415,0.08837690204381943,0.18494820594787598,0.08242279291152954,0.006305217742919922 +283,-0.3053484715283245,0.26861100299271773,-1.974922257010491,-0.2898452579975128,-0.2653925120830536,-0.9195414781570435,0.6291993856430054,0.4880712926387787,-0.31199777126312256,0.09242701530456543,0.0456048846244812,0.05838119983673096 +284,-0.33280658244184536,0.16447629972909833,-1.9896971473863927,-0.3222878575325012,-0.16373571753501892,-0.9323739409446716,-1.7440907955169678,-1.2502827644348145,0.330056756734848,0.14827662706375122,0.020440444350242615,0.10382169485092163 +285,-0.3580110117281062,0.14788767083225401,-1.9184830385587535,-0.3465871512889862,-0.14734919369220734,-0.9263722896575928,0.03117082081735134,1.3830488920211792,0.904366135597229,0.06622213125228882,-0.09555546939373016,0.22216391563415527 +286,-0.23308415111205208,0.10344691869300576,-1.8157820936986822,-0.2297445833683014,-0.1032625138759613,-0.9677573442459106,0.10286352038383484,0.21644935011863708,1.1408519744873047,0.10764375329017639,-0.0699552595615387,-0.14361655712127686 +287,-0.1706148151763194,0.07505848729615433,-1.6865343780419475,-0.16931021213531494,-0.07498802989721298,-0.9827058911323547,-0.1815590262413025,1.269325852394104,1.3389760255813599,0.02549612522125244,-0.04851660877466202,0.06661397218704224 +288,-0.09286421527317813,0.10258706809946655,-1.6039304347698125,-0.09224327653646469,-0.10240722447633743,-0.9904564023017883,0.835015594959259,0.9781000018119812,0.48643678426742554,0.0005989968776702881,-0.04001830518245697,0.1805657148361206 +289,0.008198336498388786,0.14822451671696707,-1.5513666725222455,0.0081083495169878,-0.14768235385417938,-0.9890016317367554,0.12194772064685822,0.31260231137275696,0.440442830324173,0.10442522168159485,0.06186690926551819,-0.0002104043960571289 +290,-0.003854018772011749,0.15617917668544185,-1.4901525677393157,-0.003807101398706436,-0.15554502606391907,-0.9878214597702026,-0.027440490201115608,0.04487162083387375,0.6816259622573853,0.062065161764621735,0.06643371284008026,0.1253489851951599 +291,0.07185210784216692,0.15953958209159486,-1.426198535553152,0.07087860256433487,-0.15886364877223969,-0.9847530722618103,0.4626847207546234,0.9016757607460022,0.6501216292381287,0.14062348008155823,0.11502514779567719,-0.0909152626991272 +292,0.18489451568495185,0.1742545368511833,-1.364822419899784,0.18105873465538025,-0.1733740121126175,-0.9680697917938232,-0.15735046565532684,1.2044669389724731,0.48171353340148926,-0.028119921684265137,0.13850770890712738,-0.17801779508590698 +293,0.2825281883744984,0.1484821984781619,-1.314011236291792,0.27571696043014526,-0.14793720841407776,-0.9497866630554199,-0.5853344798088074,0.8314855694770813,0.1597478985786438,-0.19096964597702026,0.07962360978126526,-0.23652315139770508 +294,0.34133880361404173,0.15157801582347427,-1.3151408603391619,0.33091074228286743,-0.15099823474884033,-0.9315028786659241,0.7785043120384216,-0.12319441139698029,0.019970668479800224,-0.09462839365005493,-0.027773737907409668,-0.3257145285606384 +295,0.27045995798830874,0.17246581312773138,-1.2723758181402582,0.26321107149124146,-0.17161209881305695,-0.9493520259857178,-0.904512882232666,-1.2982029914855957,0.7432088851928711,-0.11983948945999146,0.008938148617744446,-0.014133691787719727 +296,0.1370054647135302,0.048827878599210735,-1.2027745201707414,0.13641448318958282,-0.04880847781896591,-0.9894487261772156,-1.2642124891281128,-1.02293860912323,0.034434255212545395,-0.005997613072395325,0.01186695322394371,0.0028917789459228516 +297,0.04171248030875638,-0.030768475336318577,-1.2285774384969914,0.04168064892292023,0.030763620510697365,-0.9986572861671448,-0.17991739511489868,-0.6786874532699585,-0.4080137610435486,0.03504054248332977,-0.044466014951467514,0.016021788120269775 +298,0.00597323044464046,-0.014260787184675716,-1.2618386115354765,0.005972587503492832,0.014260304160416126,-0.9998804926872253,0.3080485165119171,-0.09429176896810532,-0.2084599882364273,0.09333161264657974,-0.02234746143221855,-0.012494385242462158 +299,-0.015350561051667874,-0.0011115779903516532,-1.2893824135353908,-0.015349948778748512,0.0011115777306258678,-0.9998815655708313,0.04663340002298355,-0.237517312169075,-0.301630437374115,0.09704550355672836,0.022051263600587845,0.014926731586456299 +300,-0.01727354755084506,0.01942120948526958,-1.3112536686589933,-0.017269430682063103,-0.019419988617300987,-0.9996622800827026,0.4124138057231903,0.12144596874713898,0.13167999684810638,0.08527785539627075,-0.060429252684116364,0.03165996074676514 +301,-0.02374818894591126,0.0277901348589504,-1.307449253586047,-0.02373678795993328,-0.027786558493971825,-0.9993320107460022,0.0079880952835083,-0.10516196489334106,0.1143183559179306,0.06264670193195343,-0.049865417182445526,-0.018200278282165527 +302,-0.016741586342631815,0.046972080017147894,-1.2854139221609466,-0.016722340136766434,-0.04695481061935425,-0.998757004737854,0.2579542398452759,0.4723387062549591,0.16442570090293884,0.019713062793016434,0.0018803514540195465,0.08933323621749878 +303,0.02336731526259127,0.08930420822974577,-1.2504907453191247,0.0232720784842968,-0.08918555080890656,-0.9957430958747864,0.20094984769821167,0.29235711693763733,0.8251011371612549,0.016507582738995552,-0.09930626302957535,-0.005965828895568848 +304,0.06898307060967675,0.0608350377347731,-1.1006642252450995,0.06880086660385132,-0.060797519981861115,-0.9957761168479919,-0.8179494142532349,0.4219156503677368,1.6906533241271973,-0.05026143789291382,0.1489017754793167,-0.08102130889892578 +305,0.03539497423237966,-0.02610651307062063,-1.0262037192251616,0.03537552431225777,0.0261035468429327,-0.9990330934524536,-0.47105664014816284,-0.586157500743866,0.26664572954177856,-0.034978799521923065,0.07020992785692215,-0.01964360475540161 +306,-0.009055479580158829,-0.027634153501840238,-1.0060317141065827,-0.009051898494362831,0.0276306364685297,-0.9995772242546082,-0.06517034769058228,-0.2702850103378296,-0.07421513646841049,-0.06446494907140732,0.0264312531799078,0.09489887952804565 +307,-0.01759561014174177,-0.02895374931079322,-1.0075063867349585,-0.01758732832968235,0.02894970402121544,-0.9994261264801025,-0.0008267369121313095,-0.02626410499215126,0.04146299138665199,-0.02806696854531765,-0.03219982609152794,0.03272080421447754 +308,0.009318491523098976,-0.0444027674734223,-1.0000628075535094,0.009309171698987484,0.04438817873597145,-0.9989709854125977,-0.08248449862003326,0.3742111921310425,0.042156320065259933,0.0022264719009399414,0.02490198239684105,-0.035727500915527344 +309,0.0389172167483441,-0.03777889661582229,-1.008498747430602,0.0388796329498291,0.03776990994811058,-0.998529851436615,0.1476018875837326,0.23117399215698242,-0.10735821723937988,0.019286874681711197,0.02614915743470192,-0.01918560266494751 +310,0.05482393021327579,-0.03630983843094002,-1.0251492589294489,0.05476035177707672,0.036301858723163605,-0.9978393912315369,-0.0784987360239029,0.26270920038223267,-0.19317173957824707,-0.028393171727657318,0.014830335974693298,0.01969003677368164 +311,0.07459200772643475,-0.04410164803963887,-1.0458958036037824,0.07445039600133896,0.044087354093790054,-0.9962496757507324,-0.04726216197013855,0.20907950401306152,-0.2083495408296585,-0.02366914600133896,-0.032963696867227554,-0.03332185745239258 +312,0.1045791024818641,-0.03507514760150365,-1.0657279262341286,0.10432437062263489,0.035067956894636154,-0.9939248561859131,0.3079715967178345,0.5752459168434143,-0.06460908055305481,-0.024719275534152985,-0.05987875163555145,-0.03163355588912964 +313,0.12442830820370389,0.010486593872992724,-1.0830345112755633,0.12410065531730652,-0.010486401617527008,-0.9922142028808594,0.39849039912223816,-0.07196306437253952,-0.035776324570178986,-0.020173050463199615,-0.027660571038722992,0.02378469705581665 +314,0.13013823596345026,0.01792811684847171,-1.086980859223629,0.1297503560781479,-0.017927156761288643,-0.9913846254348755,-0.06921304762363434,0.1796208620071411,0.02165478840470314,-0.020985707640647888,0.018781647086143494,0.01613438129425049 +315,0.14245187096889145,0.003435352407515554,-1.0870450849021362,0.1419697403907776,-0.0034353455994278193,-0.9898650646209717,-0.14471450448036194,-0.059979990124702454,-0.20683297514915466,0.008512437343597412,0.043367594480514526,-0.07506108283996582 +316,0.14724786516548263,0.0021324257866340147,-1.1066239688106745,0.14671599864959717,-0.0021324241533875465,-0.989176332950592,0.16991066932678223,0.13388830423355103,-0.18957771360874176,-0.0003842264413833618,0.0025596695486456156,0.013117432594299316 +317,0.16160778887606222,0.0063579749977687745,-1.1261007612147405,0.1609019935131073,-0.00635793199762702,-0.9869499206542969,0.06821654736995697,0.26820868253707886,-0.007520560175180435,-0.0003032386302947998,-0.06551096588373184,-0.011112213134765625 +318,0.17241808886549728,0.010612351302687298,-1.124029414380126,0.17155542969703674,-0.010612152516841888,-0.9851173162460327,-0.14457891881465912,-0.03123510256409645,-0.009087380021810532,-0.028183847665786743,0.0030743107199668884,-0.043599724769592285 +319,0.15461270527365178,-0.0035006924897894374,-1.1308001776738887,0.15399649739265442,0.003500685328617692,-0.9880651831626892,-0.02153930813074112,-0.1894613653421402,-0.20737576484680176,-0.013249427080154419,0.01822783052921295,-0.04178100824356079 +320,0.13848317494674514,0.010169448229790866,-1.147527873705181,0.13803383708000183,-0.010169273242354393,-0.990375280380249,0.12346475571393967,-0.20002372562885284,-0.09792277216911316,0.032284751534461975,-0.004692784510552883,-0.006237208843231201 +321,0.12211721853969346,0.005548466847240723,-1.1482315884922378,0.12181205302476883,-0.005548438522964716,-0.9925376772880554,-0.07226862013339996,-0.17030468583106995,0.011457696557044983,0.018538281321525574,0.008935891091823578,-0.00950700044631958 +322,0.10675184568328444,0.004483928020111732,-1.1502861204848938,0.10654813051223755,-0.004483913071453571,-0.994297444820404,0.03518311306834221,-0.1836540549993515,-0.04777361452579498,0.004856288433074951,-0.0013602040708065033,0.012836873531341553 +323,0.10271242974949882,0.002300090690291995,-1.1525780565501387,0.10253165662288666,-0.002300088759511709,-0.9947270750999451,-0.08512353897094727,0.033357977867126465,0.03882156312465668,-0.015266649425029755,-0.011951621621847153,0.019385337829589844 +324,0.10276283624451284,-0.0035559484979461107,-1.150688721358791,0.10258141905069351,0.003555940929800272,-0.9947182536125183,-0.08343122154474258,-0.0006608306430280209,-0.04546656459569931,-0.012554563581943512,0.007842376828193665,-0.02333289384841919 +325,0.10397443049565092,-0.008121758141070301,-1.1598831192745942,0.10378377139568329,0.008121669292449951,-0.9945667386054993,0.019941095262765884,0.07700203359127045,-0.17159110307693481,-0.012414142489433289,0.003490269184112549,-0.021836459636688232 +326,0.10024755391903616,0.004246539316765059,-1.1809023077338696,0.10007882863283157,-0.004246526397764683,-0.994970440864563,0.22030450403690338,-0.07096905261278152,-0.1988600641489029,0.01607106626033783,-0.0044357250444591045,0.008871257305145264 +327,0.09801588947534381,0.019627597851577177,-1.1868023034634547,0.09784017503261566,-0.01962633803486824,-0.9950085878372192,0.004311696160584688,-0.05024353787302971,0.11964034289121628,0.007949009537696838,-0.01751355454325676,0.03449833393096924 +328,0.09471127472364956,0.006778085649649897,-1.1728563698789294,0.09456756711006165,-0.0067780339159071445,-0.9954953789710999,-0.19531269371509552,-0.05310794338583946,0.09602432698011398,-0.017236024141311646,0.021182332187891006,-0.008319318294525146 +329,0.08495410168367792,-0.0009340160765269334,-1.177889796084021,0.08485191315412521,0.0009340159595012665,-0.9963931441307068,0.081181600689888,-0.07179614156484604,-0.12789393961429596,0.0036948397755622864,-0.0050691477954387665,-0.025320112705230713 +330,0.07720844733419775,0.006698357402121444,-1.181044937336048,0.0771300345659256,-0.006698307115584612,-0.9969985485076904,-0.020562564954161644,-0.10957168787717819,0.11750707775354385,0.010699555277824402,-0.03845244646072388,0.01448512077331543 +331,0.07083875866942917,0.0003985619454547656,-1.1640903828811022,0.07077952474355698,-0.0003985619405284524,-0.9974918961524963,-0.08300953358411789,-0.01940034329891205,0.18431398272514343,-0.020623885095119476,0.008134767413139343,0.019022047519683838 +332,0.07005451843220153,-0.0039608062771467785,-1.154734154818857,0.06999668478965759,0.003960795700550079,-0.9975393414497375,-0.060239117592573166,0.003184000961482525,0.001617498230189085,-0.012059062719345093,0.02548866719007492,-0.02579134702682495 +333,0.062100371442555084,-0.010317239890728122,-1.1567932125209814,0.06205715984106064,0.010317056439816952,-0.998019278049469,0.014912355691194534,-0.06285777688026428,-0.06676552444696426,-0.0017239116132259369,0.013837607577443123,-0.010083138942718506 +334,0.060681289826942514,-0.005710283462337533,-1.1587021048095172,0.060643069446086884,0.005710252560675144,-0.998143196105957,-0.004365129396319389,-0.03254111856222153,0.019439712166786194,-0.007679808884859085,-0.0031009986996650696,0.014088630676269531 +335,0.05961988162796869,-0.011320142198848193,-1.1550937967823978,0.05958075076341629,0.0113199008628726,-0.9981592893600464,-0.02689925581216812,-0.022246580570936203,0.0028804007451981306,-0.01302618533372879,0.012514328584074974,-0.023965954780578613 +336,0.055323519074274546,-0.010630975582211795,-1.1568630082158249,0.05529217794537544,0.0106307752430439,-0.998413622379303,0.05408177524805069,-0.09082670509815216,-0.03893376141786575,0.0032100193202495575,0.0110061876475811,-0.012404859066009521 +337,0.05537413541852843,-0.010149622958873564,-1.1610686854720822,0.05534299090504646,0.010149449110031128,-0.9984158277511597,-0.04197150096297264,0.044392213225364685,-0.035868726670742035,-0.0022424012422561646,0.007810145616531372,0.03389251232147217 +338,0.059169198548116586,-0.01911623777291435,-1.1629645756324296,0.059123873710632324,0.01911507360637188,-0.9980676174163818,-0.07564428448677063,0.016437575221061707,-0.05335531756281853,-0.0025290250778198242,0.012913122773170471,-0.028558969497680664 +339,0.06134960000790894,-0.02265366348015494,-1.1679635922917622,0.061295390129089355,0.022651726379990578,-0.9978625774383545,-0.09277075529098511,0.020825402811169624,0.007719290442764759,-0.0009163618087768555,-0.002983149141073227,-0.0014050006866455078 +340,0.05732034937303914,-0.038829270076837785,-1.1717178378191564,0.057245783507823944,0.03881951421499252,-0.9976050853729248,-0.06516014784574509,-0.02420942299067974,-0.09438632428646088,-0.014750059694051743,0.010603699833154678,-0.01661604642868042 +341,0.04858605467349295,-0.043246633944398934,-1.1820912584603727,0.048521533608436584,0.04323315620422363,-0.997886061668396,-0.09700407832860947,-0.1060875728726387,-0.1530860960483551,-0.011244311928749084,0.005320310592651367,0.005042433738708496 +342,0.04286154159571805,-0.044589085351812364,-1.1972293839817607,0.042805831879377365,0.0445743128657341,-0.9980885982513428,0.12473976612091064,0.021636836230754852,-0.1482686996459961,0.012904006987810135,-0.024249602109193802,0.020580053329467773 +343,0.04531229048718078,-0.03839782712995105,-1.1972196631107352,0.04526339843869209,0.03838839381933212,-0.9982372522354126,-0.14521320164203644,-0.04071948677301407,0.1305340975522995,0.028070341795682907,-0.030285976827144623,-0.004173636436462402 +344,0.039996492113573666,-0.045404693362852216,-1.185422646903281,0.039944618940353394,0.045389093458652496,-0.9981704354286194,-0.011257068254053593,0.04618094116449356,0.04665084928274155,-0.017682049423456192,0.026678163558244705,0.02522432804107666 +345,0.04435407949780915,-0.0490770623412444,-1.1875581223178397,0.044286150485277176,0.04905736446380615,-0.9978136420249939,-0.05803045257925987,0.05300384387373924,-0.022890953347086906,-0.003590967506170273,-0.00859105959534645,-0.017567157745361328 +346,0.044457432995585265,-0.05793933105745259,-1.188817776051014,0.04436821490526199,0.05790691822767258,-0.9973355531692505,-0.03112245909869671,0.05131752789020538,-0.00822339579463005,-0.011882256716489792,-0.017074406147003174,-0.041162312030792236 +347,0.04946561218724057,-0.04698028366057624,-1.1905799623808573,0.04939088597893715,0.046963002532720566,-0.997674822807312,0.08015626668930054,0.1807604432106018,-0.017671342939138412,-0.00999268889427185,-0.014675404876470566,-0.01979649066925049 +348,0.06510916867756433,-0.028612324212712686,-1.1935062434919028,0.06503654271364212,0.028608420863747597,-0.9974727034568787,0.3249429762363434,0.07275263220071793,-0.08465264737606049,0.03364204615354538,0.022584816440939903,-0.06106001138687134 +349,0.08488786806130318,0.0067466603760807774,-1.2011605287208604,0.08478402346372604,-0.006746609229594469,-0.9963765144348145,0.292060524225235,0.17012649774551392,-0.023289579898118973,0.016946323215961456,0.023256618529558182,0.026054859161376953 +350,0.10225829807009511,0.021474011924535227,-1.203000025357319,0.10205663740634918,-0.02147236093878746,-0.9945468306541443,0.08982383459806442,0.17555052042007446,0.00021602772176265717,-0.03290380537509918,0.02756062150001526,0.05094331502914429 +351,0.11831706902481491,0.02569168606623632,-1.2035868800128724,0.1180022582411766,-0.025688860565423965,-0.9926809668540955,0.011705470271408558,0.0816785991191864,0.006700440309941769,-0.029836975038051605,-0.005332252010703087,-0.005259037017822266 +352,0.10605638959146663,0.018264271370717816,-1.2008568641894366,0.10584002733230591,-0.018263256177306175,-0.9942154288291931,-0.16000685095787048,-0.24886463582515717,0.053494617342948914,-0.016652412712574005,-0.016709884628653526,0.01357889175415039 +353,0.0843384297882154,0.0019451768117005519,-1.1908954486402386,0.08423832058906555,-0.0019451755797490478,-0.9964437484741211,-0.04049061983823776,-0.13955187797546387,0.08150967210531235,-0.0013983547687530518,0.01869932934641838,0.004378318786621094 +354,0.07975486289544902,0.003971052018146115,-1.1858887836917906,0.07966971397399902,-0.0039710416458547115,-0.9968134164810181,0.004133074078708887,-0.08346910774707794,0.0359392985701561,0.03396248817443848,0.02038949728012085,-0.019696593284606934 +355,0.07642387281834762,-0.0005119674455650539,-1.182370544343591,0.07634948939085007,0.0005119674024172127,-0.9970809817314148,-0.04403403028845787,-0.0011748583056032658,0.04365864768624306,0.022496946156024933,0.01619640365242958,0.010417163372039795 +356,0.08065817165255307,-0.009488288180359501,-1.1780054676539287,0.08056711405515671,0.00948814582079649,-0.9967040419578552,-0.09570388495922089,-0.004837503656744957,0.035047583281993866,0.013198144733905792,-0.0006685666739940643,-0.024261534214019775 +357,0.08195042407229429,-0.014434476019262813,-1.1736758705862997,0.08185020089149475,0.014433974400162697,-0.9965401291847229,-0.051514882594347,-0.017840005457401276,0.03876077011227608,0.001844257116317749,-0.0015708152204751968,-0.0116080641746521 +358,0.07969617348652255,-0.018106072446211544,-1.1685557429383366,0.07959878444671631,0.01810508407652378,-0.9966625571250916,-0.05728362873196602,-0.019696969538927078,0.05298861488699913,-0.011910796165466309,0.0007395222783088684,0.004291951656341553 +359,0.06317799669743693,-0.03189453896137088,-1.1608200127388026,0.06310386955738068,0.03188913315534592,-0.9974973797798157,-0.5743613243103027,-0.6718913316726685,0.1642627716064453,0.021048352122306824,-0.03809945657849312,-0.09231585264205933 +360,-0.047361793685497526,-0.15919162520052446,-1.1515296221617253,-0.046745460480451584,0.15852010250091553,-0.9862485527992249,-0.8098059296607971,-0.8051770925521851,-0.09408555179834366,-0.028022605925798416,0.03665505349636078,0.039608538150787354 +361,-0.0332472523688538,-0.10382325317270048,-1.1676695002807769,-0.033062130212783813,0.10363683104515076,-0.994065523147583,0.9404242634773254,0.5200643539428711,-0.18876847624778748,0.020473629236221313,-0.015181630849838257,0.05871701240539551 +362,-0.01814551411304517,-0.09722329155250477,-1.1721159251392212,-0.018058830872178078,0.09707020223140717,-0.9951136708259583,-0.5491998195648193,-0.2132309526205063,0.07803621143102646,0.06133275851607323,-0.04343555122613907,-0.05331772565841675 +363,-0.03480144450111359,-0.13100962589534082,-1.1664534610820163,-0.0344962477684021,0.13063518702983856,-0.9908301830291748,0.005905746482312679,-0.03506994992494583,0.05933280289173126,0.0117301344871521,-0.011006265878677368,0.0020759105682373047 +364,-0.05087718620714385,-0.1187617215908991,-1.151725279256054,-0.05049702152609825,0.11848273873329163,-0.9916712641716003,0.300405353307724,-0.2619750499725342,0.2140098363161087,0.028631173074245453,-0.028379589319229126,-0.04809314012527466 +365,-0.0457910850485499,-0.09384358679273715,-1.134015649059741,-0.04557367041707039,0.0937059074640274,-0.9945563077926636,0.20789466798305511,0.10052885860204697,0.0483332984149456,-0.02544073387980461,0.049894556403160095,0.006732821464538574 +366,-0.04133409401134077,-0.08871620740263889,-1.131927673913157,-0.04115981608629227,0.08859987556934357,-0.9952165484428406,-0.11900874227285385,-0.004810814745724201,0.007204139605164528,-0.009545139968395233,0.023918434977531433,0.023979365825653076 +367,-0.038287369138855956,-0.10279130831521555,-1.1338971186696805,-0.038075968623161316,0.10261038690805435,-0.9939926266670227,-0.10711659491062164,0.1194189190864563,-0.03276534751057625,-0.008249714970588684,0.012379847466945648,-0.011149585247039795 +368,-0.03505969562987585,-0.11608134048122447,-1.1415032782763244,-0.03481661528348923,0.11582081764936447,-0.9926597476005554,-0.047394849359989166,0.05134592950344086,-0.08294292539358139,0.00019441917538642883,-0.015036515891551971,-0.01501542329788208 +369,-0.02863607872537167,-0.10556251854337072,-1.1423285289786194,-0.0284727830439806,0.10536657273769379,-0.9940257668495178,0.0657191351056099,0.017757607623934746,0.06257425993680954,0.008743168786168098,-0.024311885237693787,-0.008003652095794678 +370,-0.025951133431082532,-0.10367166476068077,-1.1322270182567564,-0.025808902457356453,0.10348605364561081,-0.9942960143089294,-0.018347911536693573,0.0637095645070076,0.08934665471315384,-0.003747371956706047,0.0037374496459960938,0.011019647121429443 +371,-0.024049964932520356,-0.10705682141710711,-1.1226289321388436,-0.023909971117973328,0.1068524420261383,-0.9939873814582825,-0.04443144425749779,0.03717648983001709,0.19197237491607666,0.012984680011868477,-0.028696924448013306,-0.00825566053390503 +372,-0.019922607611630307,-0.10687664240894798,-1.107540825730173,-0.019807621836662292,0.10667329281568527,-0.9940968155860901,0.08289242535829544,0.042881160974502563,0.0756412148475647,-0.013670161366462708,0.022660203278064728,-0.0007304549217224121 +373,-0.01915765034743532,-0.10470462740769632,-1.1006235214122648,-0.01905156672000885,0.10451342165470123,-0.9943409562110901,-0.06461969763040543,-0.016958028078079224,0.0608687698841095,-0.0086431335657835,8.556991815567017e-05,0.017366528511047363 +374,-0.020501640649850893,-0.11429817711859837,-1.094291481238594,-0.02036644145846367,0.11404947191476822,-0.9932662844657898,-0.1547248363494873,-0.029516905546188354,0.04804908111691475,-0.011020887643098831,0.01792379468679428,-0.009037792682647705 +375,-0.02741905156646044,-0.1274203354397932,-1.0992587296838618,-0.027193358168005943,0.12707582116127014,-0.9915201663970947,0.0682486966252327,0.03671759366989136,-0.08150402456521988,0.0021994654089212418,0.0052636414766311646,-0.006648719310760498 +376,-0.02501343845796393,-0.13066914495083665,-1.1077794133602896,-0.024797610938549042,0.13029761612415314,-0.9911648035049438,-0.0925423726439476,-0.004335119388997555,-0.07034886628389359,0.026720218360424042,-0.013628914952278137,-0.011856436729431152 +377,-0.01621705053427927,-0.13113243295940152,-1.1082082036618022,-0.016077114269137383,0.1307569295167923,-0.9912840723991394,-0.003433319739997387,0.18774589896202087,0.015822434797883034,-0.010702058672904968,-0.028019502758979797,0.033688247203826904 +378,-0.004704559363455369,-0.13001360904991746,-1.1108627749634203,-0.004664836451411247,0.1296476423740387,-0.9915491342544556,-0.0475623793900013,-0.02031843736767769,-0.021171223372220993,-0.022999349981546402,-0.00435774028301239,-0.024670898914337158 +379,-0.011119886791098951,-0.1386729862175312,-1.1164130569867308,-0.011012911796569824,0.13822896778583527,-0.9903390407562256,-0.09465615451335907,-0.10198379307985306,-0.14134639501571655,-0.032947659492492676,0.03398171067237854,-0.02762049436569214 +380,-0.014112554351878918,-0.13778367619392543,-1.1297031736145149,-0.013978343456983566,0.13734813034534454,-0.9904242157936096,0.0635332316160202,0.09246471524238586,-0.1270340085029602,-0.010969776660203934,0.015911146998405457,0.01039797067642212 +381,-0.011496192921625703,-0.1364477847860387,-1.140484457182436,-0.011389089748263359,0.13602478802204132,-0.9906399846076965,-0.025717850774526596,0.094878189265728,-0.06223670020699501,0.00984795019030571,-0.00930054485797882,0.014031708240509033 +382,-0.004739205204807859,-0.13686504822507745,-1.1452913536894538,-0.00469486927613616,0.13643816113471985,-0.990637481212616,-0.02756693959236145,0.08719027042388916,-0.03580087423324585,0.011973310261964798,-0.003915563225746155,0.015234649181365967 +383,-0.0002228795096991949,-0.15000959253767418,-1.1489752746432602,-0.00022037648886907846,0.14944761991500854,-0.9887695908546448,-0.11695241928100586,-0.09999942034482956,-0.16371671855449677,0.010535314679145813,0.03306274116039276,-0.06379687786102295 +384,-0.005372016561867134,-0.14090751758479048,-1.1722088767409713,-0.005318748764693737,0.14044170081615448,-0.990074634552002,0.2277003526687622,-0.07358405739068985,-0.18210738897323608,0.06150160729885101,-0.025604069232940674,-0.04009193181991577 +385,-0.013403487296254232,-0.12812364715532734,-1.1786456295954715,-0.01329322624951601,0.12777338922023773,-0.9917142987251282,0.08152119815349579,-0.037393830716609955,0.034334778785705566,0.052203141152858734,-0.015667080879211426,0.032104313373565674 +386,-0.007789032687979539,-0.12236176749748318,-1.1744625289488135,-0.007730716839432716,0.12205665558576584,-0.9924930334091187,-0.01657034084200859,0.0037066126242280006,-0.023423463106155396,0.042917486280202866,0.02619774639606476,0.016159415245056152 +387,0.0033414612212483547,-0.1200386397887446,-1.1765510247352402,0.0033174098934978247,0.11975056678056717,-0.9927984476089478,0.008936050347983837,0.08295203000307083,-0.012744449079036713,0.01891464740037918,-0.0007777959108352661,-0.0012810826301574707 +388,0.012681002272410802,-0.1206508674417141,-1.1769814828280296,0.012588480487465858,0.12035837024450302,-0.9926506876945496,0.08269437402486801,0.06718557327985764,0.05721619352698326,0.01458742469549179,-0.023007288575172424,-0.02468329668045044 +389,0.015146323981850462,-0.11231754162466774,-1.1658800906762714,0.01505031157284975,0.11208153516054153,-0.9935850501060486,0.00452415132895112,0.019472381100058556,0.1661788374185562,-0.032246965914964676,-0.01672936975955963,0.042428433895111084 +390,0.017600844541874654,-0.113372089835547,-1.1478377778156617,0.017486948519945145,0.1131293773651123,-0.9934263825416565,-0.06922808289527893,0.0010911859571933746,0.11646909266710281,-0.040329355746507645,0.029158830642700195,-0.004025399684906006 +391,0.013173574763850684,-0.10889548982517236,-1.141859808937228,0.013095165602862835,0.10868039727210999,-0.9939904808998108,0.13217981159687042,-0.021976584568619728,0.11303780972957611,0.0066802240908145905,-0.018134742975234985,-0.012677609920501709 +392,0.009231738635749642,-0.10778201209756098,-1.1302456177022657,0.009178037755191326,0.10757344961166382,-0.9941547513008118,-0.026818502694368362,0.03481348976492882,0.09580568224191666,-0.0192946158349514,0.005631498992443085,0.03404128551483154 +393,0.016498942095406255,-0.10773517565360104,-1.1216117771292509,0.01640254072844982,0.10752688348293304,-0.9940668344497681,-0.08204413950443268,0.0823485478758812,0.07270094752311707,-0.02131587080657482,0.006776697933673859,0.005999267101287842 +394,0.020121328594541407,-0.11362462298051271,-1.1187482661154622,0.019990229979157448,0.11338029056787491,-0.9933505654335022,-0.018125202506780624,0.02375604212284088,0.00879588257521391,-0.0193188413977623,0.011436611413955688,-0.0430569052696228 +395,0.013756327018283603,-0.11763016052177708,-1.1219527485684666,0.013660834170877934,0.11735907942056656,-0.99299556016922,0.047192804515361786,-0.07010149955749512,-0.04022730886936188,-0.0029796818271279335,0.003582082688808441,-0.008377671241760254 +396,0.009312892973883635,-0.11751565400640664,-1.123278166368345,0.009248527698218822,0.11724536120891571,-0.9930599331855774,-0.0689210593700409,-0.0477232001721859,0.007458643056452274,0.002729620784521103,-0.00874011218547821,-0.0010196566581726074 +397,0.0011036157838905992,-0.11994838285446383,-1.1227712161048442,0.001095685875043273,0.11966095864772797,-0.9928141832351685,-0.0035757841542363167,-0.08091970533132553,-0.017779765650629997,0.008090104907751083,0.004392988979816437,0.014924228191375732 +398,-0.00010328373448368335,-0.12331369394672678,-1.1236808233946667,-0.00010249944898532704,0.12300141155719757,-0.9924064874649048,-0.025737013667821884,-0.05022331699728966,-0.012667028233408928,0.01807735487818718,0.0005795210599899292,-0.023783087730407715 +399,-0.0007636311058945002,-0.12412852473990924,-1.1225295945495553,-0.0007577555952593684,0.12381000816822052,-0.9923056364059448,-0.05154066160321236,0.008252392522990704,0.028431663289666176,0.001978456974029541,-0.006454668939113617,0.0240439772605896 +400,0.0066341638057747935,-0.13096901245765016,-1.1200144937200165,0.006577299442142248,0.13059492409229279,-0.9914140105247498,-0.020981956273317337,0.043079525232315063,0.029037248343229294,-0.0021369941532611847,0.006490051746368408,-0.014735281467437744 +401,0.008690767826003544,-0.13417844403163579,-1.1166366839756607,0.00861254334449768,0.13377618789672852,-0.9909741282463074,-0.027148114517331123,-0.014811176806688309,0.03467554226517677,-0.007468130439519882,0.006360530853271484,-0.029655754566192627 +402,0.0059800034417911915,-0.13439041593916468,-1.1141277160448109,0.0059260474517941475,0.13398624956607819,-0.9909654855728149,0.011035703122615814,-0.019924089312553406,-0.02532605454325676,-0.012334741652011871,0.019822344183921814,-0.010056853294372559 +403,0.00870940215793922,-0.12338144698384812,-1.1209269100554538,0.00864308513700962,0.12306864559650421,-0.992360532283783,0.23827017843723297,0.13819573819637299,-0.08939643204212189,-0.00220387801527977,0.006386920809745789,0.014012753963470459 +404,0.012621897587451395,-0.11807948834098655,-1.1241621787530092,0.012533674947917461,0.11780528724193573,-0.992957592010498,-0.13299092650413513,-0.057574886828660965,0.0014518098905682564,-0.0014252783730626106,-0.010688595473766327,0.009177744388580322 +405,0.011880880618492585,-0.12238701471866531,-1.1250764710453236,0.011791734956204891,0.1220817118883133,-0.9924499988555908,0.0067213443107903,0.010390253737568855,-0.02246374636888504,-0.006161239929497242,-0.0012931451201438904,-0.015164077281951904 +406,0.005831094365959505,-0.12506620374706529,-1.1246519238274653,0.005785517394542694,0.12474042177200317,-0.9921725392341614,-0.03403656184673309,-0.04130522534251213,0.03895184397697449,0.001401372253894806,0.003509700298309326,0.014999687671661377 +407,0.0024690158660368687,-0.12800156768331528,-1.12102345191236,0.002448814222589135,0.12765231728553772,-0.991815984249115,-0.08036809414625168,-0.0002505248412489891,0.04264114797115326,-0.004997033625841141,-0.00430026650428772,0.03124469518661499 +408,0.0029404941454210555,-0.1373370542602112,-1.1197969096727522,0.0029128023888915777,0.1369057297706604,-0.9905797839164734,-0.029156815260648727,-0.019279226660728455,-0.010945106856524944,0.005006507039070129,-0.0046883225440979,-0.03140813112258911 +409,-0.00073432008619741,-0.1384477610835779,-1.118820291460464,-0.0007272936054505408,0.13800589740276337,-0.9904311299324036,-0.05631333589553833,-0.05800078809261322,0.02660679630935192,0.004145260900259018,-0.010503455996513367,-0.00499117374420166 +410,-0.00044460396257761707,-0.13836471287195753,-1.1168119862053518,-0.00044035480823367834,0.13792364299297333,-0.9904427528381348,0.00847221352159977,0.005488618277013302,0.007975763641297817,0.0015237294137477875,0.0045323967933654785,-0.001988828182220459 +411,0.006850079718062879,-0.13618443346860953,-1.117996312163881,0.006786603480577469,0.13576386868953705,-0.9907180070877075,0.09200382232666016,0.052451714873313904,-0.004843952599912882,0.00030872970819473267,0.0017025619745254517,-0.01344764232635498 +412,0.0057995379313712245,-0.13897804051967433,-1.1191711540019367,0.005743586923927069,0.13853107392787933,-0.9903414249420166,-0.022597288712859154,0.011746247299015522,-0.013867749832570553,-0.014715753495693207,-0.004894614219665527,-0.0010373592376708984 +413,0.0018663106444167029,-0.13914860898183712,-1.1208159112671063,0.0018482706509530544,0.13870000839233398,-0.9903327226638794,-0.03295258432626724,-0.08052654564380646,-0.03229323402047157,-0.0003529079258441925,-8.916854858398438e-05,-0.012200236320495605 +414,-0.0025864341266421233,-0.13927514415737574,-1.1244074976205345,-0.002561386441811919,0.13882531225681305,-0.9903135895729065,0.020671671256422997,-0.03086557611823082,-0.041290558874607086,0.005903061479330063,0.005095586180686951,-0.014737069606781006 +415,-0.007657452769121061,-0.13724949322096786,-1.1287664878562158,-0.00758536858484149,0.136818990111351,-0.9905670285224915,0.010361015796661377,-0.02651275508105755,-0.06284133344888687,0.006196819245815277,0.008688807487487793,0.014309704303741455 +416,-0.003296784019097087,-0.1359110720401733,-1.1330346231791975,-0.0032663762103766203,0.13549304008483887,-0.9907729029655457,-0.04307321831583977,0.06836140900850296,-0.012886617332696915,-0.002119976794347167,-0.003550305962562561,0.01341700553894043 +417,-0.0015572468088889564,-0.14253937428194352,-1.1331903738731701,-0.0015414532972499728,0.14205719530582428,-0.9898572564125061,-0.017918899655342102,0.008472980931401253,-0.021456174552440643,-0.006316818296909332,0.015978097915649414,-0.031825482845306396 +418,-0.005262445902811188,-0.1409824286438153,-1.1336036813596317,-0.005210210103541613,0.14051586389541626,-0.9900647401809692,-0.006577705033123493,-0.07746852934360504,-0.0021934115793555975,0.007331185042858124,0.01266711950302124,-0.012300372123718262 +419,-0.0059719872994722,-0.1403887528610475,-1.1311875688812796,-0.005913197994232178,0.13992805778980255,-0.9901440143585205,0.004070376977324486,0.010517725721001625,0.029334384948015213,0.0006946884095668793,0.0007427334785461426,0.009553194046020508 +420,-0.0015938025473682816,-0.138240718750028,-1.1254517186196238,-0.0015785968862473965,0.13780082762241364,-0.9904587268829346,0.08849776536226273,0.021132580935955048,0.0834113210439682,0.017279889434576035,-0.003004699945449829,-0.04178309440612793 +421,0.014764057310174378,-0.12522115102872325,-1.114467019854923,0.014647923409938812,0.1248941570520401,-0.9920619130134583,0.2631603181362152,0.3028044104576111,0.11803071200847626,-0.010695901699364185,-0.0783701166510582,-0.15796244144439697 +422,0.056103247729390175,-0.07287984622738457,-1.138299958935095,0.05592497065663338,0.07281534373760223,-0.9957762360572815,0.8864676356315613,0.9435504078865051,-0.5597178339958191,-0.06883390992879868,-0.11116068065166473,-0.194912850856781 +423,0.16401609542785445,0.08395731824309316,-1.2032248374856047,0.16270656883716583,-0.08385872095823288,-0.983104407787323,1.956209421157837,0.8425393104553223,-0.33640044927597046,0.08871248364448547,0.06383918225765228,-0.1654399037361145 +424,0.14555972689964222,0.23249155304180985,-1.2624941758408708,0.14114384353160858,-0.23040275275707245,-0.9628047347068787,0.546746551990509,-0.7910099029541016,-0.30519798398017883,-0.024597227573394775,0.19198113679885864,0.10953330993652344 +425,0.07829741416292689,0.21963094263232577,-1.3153984336331837,0.07633849233388901,-0.21786944568157196,-0.9729878306388855,-0.3549821078777313,-0.7988157272338867,-0.7114928960800171,-0.07531615346670151,0.14471881091594696,0.1046406626701355 +426,0.023282344537555417,0.20240354199405952,-1.3918385702862124,0.022805003449320793,-0.2010243833065033,-0.979320764541626,0.09656830877065659,-0.6384623646736145,-0.6805802583694458,-0.07650068402290344,0.1179707944393158,0.03153634071350098 +427,-0.00504534403720582,0.2264141588880928,-1.4638650058058063,-0.0049165538512170315,-0.2244846522808075,-0.9744652509689331,0.5051429867744446,-0.34688544273376465,-0.6795440316200256,-0.07189618796110153,0.1079075038433075,0.027352213859558105 +428,-0.022272636511202547,0.24443745998740848,-1.537362964543971,-0.021608764305710793,-0.24201054871082306,-0.9700329899787903,-0.0804184153676033,-0.24997423589229584,-0.5148780941963196,-0.02364879846572876,0.011297658085823059,0.008897125720977783 +429,-0.02638192067482653,0.2613029445038646,-1.592382846663629,-0.02548340894281864,-0.2583394944667816,-0.9657180309295654,0.36869966983795166,-0.0030926279723644257,-0.6260808110237122,0.0048992931842803955,0.11179408431053162,0.04166102409362793 +430,0.0037404773783616626,0.29768661174000877,-1.677065725583822,0.0035759538877755404,-0.29330936074256897,-0.9560108780860901,0.3953523635864258,0.054462336003780365,-0.7299349904060364,-0.03490225970745087,0.027653813362121582,0.0008106827735900879 +431,0.005249668651493796,0.3322217580658922,-1.735138126721891,0.004962594248354435,-0.32614409923553467,-0.9453070163726807,0.060298703610897064,-0.4243225157260895,-0.33773690462112427,0.02944597601890564,0.054980188608169556,0.04201728105545044 +432,-0.04802033352845727,0.27784652462910375,-1.800899387564576,-0.04616092890501022,-0.2742854058742523,-0.9605398178100586,-1.016217827796936,-0.7486864328384399,-0.7664692401885986,-0.013149984180927277,0.10306653380393982,0.0721731185913086 +433,-0.07200916234105718,0.1997118227892909,-1.8787790828906976,-0.0705169141292572,-0.19838689267635345,-0.9775837659835815,-0.8808317184448242,0.2504247725009918,-0.5502536296844482,-0.018975883722305298,0.045020803809165955,0.04066359996795654 +434,-0.017849117772724507,0.16615975034884234,-1.9811885243768028,-0.017602350562810898,-0.16539621353149414,-0.9860700964927673,-0.012279734946787357,0.3441995680332184,-1.3967605829238892,0.027306945994496346,0.0004944950342178345,-0.04041910171508789 +435,0.01443673918356838,0.12441367317409471,-2.129944485695529,0.014324653893709183,-0.1240929588675499,-0.9921671748161316,-0.7039136290550232,-0.013624222949147224,-1.2772034406661987,0.06917144358158112,-0.1167822778224945,-0.03865551948547363 +436,0.03719543562575451,0.11047640521155427,-2.262995149532952,0.03696015849709511,-0.11025181412696838,-0.9932162165641785,0.37996870279312134,0.23337432742118835,-1.2475333213806152,0.1524014174938202,-0.09590967744588852,-0.002816438674926758 +437,0.08519209127655765,0.11263599187467813,-2.3579981959518785,0.08454988896846771,-0.11239797621965408,-0.9900596141815186,-0.15682291984558105,0.3165910542011261,-0.6651418805122375,0.2171010971069336,-0.11175364255905151,-0.026099443435668945 +438,0.11080984937054404,0.10314331694796851,-2.4063083918998793,0.1099955216050148,-0.10296053439378738,-0.9885848760604858,-0.09890033304691315,0.16556517779827118,-0.23459412157535553,0.0978749543428421,-0.08977323025465012,0.06785434484481812 +439,0.12122825078364878,0.09132108905132083,-2.4073765696715803,0.12042763084173203,-0.09119421243667603,-0.9885245561599731,-0.1805107295513153,-0.1689617931842804,0.20026393234729767,0.12719200551509857,-0.058753907680511475,-0.018616557121276855 +440,0.09958809793725241,0.08119557901596294,-2.3761589749973746,0.09909600764513016,-0.08110639452934265,-0.9917669892311096,0.032228898257017136,-0.2331051081418991,0.37792229652404785,0.17695075273513794,-0.07196977734565735,0.04335695505142212 +441,0.05856340813174368,0.07746062488829782,-2.3158993674877517,0.05835443362593651,-0.07738318294286728,-0.9952922463417053,-0.03892231360077858,-0.45247459411621094,0.7072063684463501,0.1999005675315857,-0.08524498343467712,0.05785328149795532 +442,0.025971146540831914,0.08620066195796473,-2.2160977760966585,0.02587180770933628,-0.0860939472913742,-0.9959510564804077,-0.11689294874668121,-0.010433252900838852,1.3079156875610352,0.13404029607772827,0.012119337916374207,-0.004018425941467285 +443,-0.01927152779280114,0.08923286775205864,-2.0866512074895445,-0.01919366605579853,-0.08911449462175369,-0.9958364367485046,0.4957387149333954,-0.5463699102401733,1.311401128768921,0.10767938196659088,0.1283753514289856,0.07147425413131714 +444,-0.06920986201233388,0.11610801271925414,-1.9314346045533655,-0.0686890035867691,-0.11584731191396713,-0.9908891320228577,-0.3259595036506653,-0.15800318121910095,1.712876319885254,-0.028478965163230896,0.07712050527334213,0.19518905878067017 +445,-0.09727157507624616,0.0012408193379759224,-1.7613818967562378,-0.09711817651987076,-0.0012408189941197634,-0.9952720999717712,-1.2766447067260742,0.3846910297870636,1.7474780082702637,-0.13113804161548615,0.1400500237941742,0.04402393102645874 +446,-0.05010676039069734,-0.07247267731336454,-1.6399417526591256,-0.04995432123541832,0.0724092498421669,-0.996123194694519,-0.28371530771255493,0.4138411581516266,0.9151908755302429,-0.15060719847679138,0.0518888384103775,-0.09967142343521118 +447,-0.01686156905549977,-0.1033821975633851,-1.5502134592860453,-0.016770746558904648,0.10319814085960388,-0.9945194125175476,-0.15946358442306519,0.0884932354092598,0.9126415848731995,-0.07105883955955505,-0.018786519765853882,-0.07431298494338989 +448,0.013570337846562685,-0.10285130580870126,-1.4497253810942572,0.013498210348188877,0.10267006605863571,-0.9946238994598389,0.20280857384204865,0.3489367365837097,1.0756895542144775,-0.1091402992606163,-0.03594338148832321,0.029444456100463867 +449,0.03853289059012811,-0.06809270082365634,-1.3601700930064722,0.03843408077955246,0.06804009526968002,-0.9969419836997986,0.28870537877082825,0.04023361578583717,0.9157894253730774,-0.07214075326919556,-0.08026238530874252,0.04372549057006836 +450,0.04011261257434922,-0.012828818955459358,-1.2484080383215719,0.04009855538606644,0.012828467413783073,-0.9991133809089661,0.916074275970459,-0.40478628873825073,1.158955454826355,-0.09622038900852203,0.06277883052825928,-0.22479408979415894 +451,-0.01134852237124198,0.04438689661686998,-1.1837706602030542,-0.011337101459503174,-0.0443723239004612,-0.998950719833374,-0.02562468871474266,-0.6198779344558716,0.3063719868659973,-0.07769793272018433,0.1336362361907959,0.0459020733833313 +452,-0.11833513017669521,0.003895809167848428,-1.1904603016627693,-0.11805824935436249,-0.003895799396559596,-0.9929990172386169,-0.8001351356506348,-0.941499650478363,0.0710553228855133,0.11769204586744308,-0.006648022681474686,0.16839885711669922 +453,-0.16141117983855588,-0.09398369088891927,-1.1787955279761586,-0.1600019484758377,0.09384538978338242,-0.9826456308364868,-0.7063579559326172,0.053521811962127686,0.15388767421245575,0.0424635112285614,0.06347273290157318,0.017435669898986816 +454,-0.10939729657416962,-0.10340222904079925,-1.1806161386790845,-0.1085960641503334,0.10321806371212006,-0.9887127876281738,0.17830553650856018,0.649546205997467,0.032106366008520126,0.061980463564395905,0.045433059334754944,-0.13686704635620117 +455,-0.11529820342586453,-0.11749395572851085,-1.1941453367570123,-0.11424975842237473,0.1172238141298294,-0.9865118265151978,-0.2752312123775482,-0.5198534727096558,-0.3670707046985626,0.06531481444835663,0.07387726753950119,-0.007079482078552246 +456,-0.12467768766773954,-0.13317058076234106,-1.2245610734655827,-0.12325387448072433,0.13277731835842133,-0.9834524393081665,-0.0651467815041542,0.3029477298259735,-0.21891866624355316,0.027657561004161835,-0.012110814452171326,0.007240891456604004 +457,-0.1122841294565115,-0.11674171735945256,-1.236881928441559,-0.11128567159175873,0.11647672951221466,-0.986939013004303,0.01199021004140377,-0.1697416603565216,-0.057478755712509155,0.002154819667339325,-0.05588408559560776,0.011826157569885254 +458,-0.13423579197065075,-0.13439264388203492,-1.2241633297048957,-0.1326262354850769,0.13398845493793488,-0.982067883014679,-0.2928013503551483,-0.1817852109670639,0.4468558132648468,-0.015612885355949402,-0.04045209288597107,0.06051337718963623 +459,-0.12603865622188154,-0.186127722203562,-1.1854220919543499,-0.12353406101465225,0.18505489826202393,-0.974932849407196,-0.3858086168766022,0.04288351908326149,0.18326668441295624,-0.030488155782222748,0.09585940837860107,-0.09713441133499146 +460,-0.12614867745737618,-0.20684405693314778,-1.1918003118461278,-0.12313249707221985,0.20537225902080536,-0.9709070920944214,-0.07777927815914154,-0.1309158205986023,-0.10337668657302856,0.012903012335300446,0.04084354639053345,-0.10016828775405884 +461,-0.12784695513302227,-0.21651191044126658,-1.1979277682323461,-0.12452220916748047,0.21482428908348083,-0.9686819314956665,-0.06449636816978455,0.12474952638149261,0.003061189316213131,0.0032148435711860657,0.007496267557144165,-0.00954371690750122 +462,-0.1168939287882705,-0.22586642793450273,-1.1942692309599061,-0.11366560310125351,0.22395086288452148,-0.9679494500160217,-0.2437041997909546,0.0838979110121727,0.12055402994155884,0.0074339210987091064,-0.033536434173583984,0.04479271173477173 +463,-0.09465978577558587,-0.22826304380504966,-1.167426720370703,-0.09206675738096237,0.22628596425056458,-0.9697001576423645,0.2666788697242737,0.13045071065425873,0.37485310435295105,-0.014714241027832031,-0.010953933000564575,-0.0705830454826355 +464,-0.10116449539750737,-0.22944232962135802,-1.1409888163087392,-0.09834536910057068,0.22743450105190277,-0.9688146114349365,-0.03828023374080658,-0.27514269948005676,0.13833162188529968,-0.018063940107822418,0.050733208656311035,0.0043370723724365234 +465,-0.1289603889731594,-0.24413024049896756,-1.1351241432327144,-0.12478987872600555,0.24171245098114014,-0.9622902870178223,-0.07213025540113449,0.18006563186645508,0.04589208588004112,-0.025066688656806946,0.017992138862609863,0.043772220611572266 +466,-0.10909216535345954,-0.24079423774992018,-1.1421406574914315,-0.10573471337556839,0.2384740263223648,-0.9653757214546204,-0.0076587628573179245,0.1944943368434906,-0.0036160002928227186,0.015906229615211487,-0.04303945600986481,-0.019502758979797363 +467,-0.11164596830073525,-0.25158087313027266,-1.1370064835453313,-0.10790686309337616,0.24893537163734436,-0.9624901413917542,-0.12306197732686996,-0.07316521555185318,0.10846959799528122,-0.00690026581287384,-0.015445396304130554,0.00509268045425415 +468,-0.11457689655475249,-0.26110939149434986,-1.1309219686741,-0.11045118421316147,0.25815248489379883,-0.9597696661949158,-0.07893657684326172,-0.024502389132976532,-0.0027077540289610624,-0.023154765367507935,0.013789653778076172,0.010489881038665771 +469,-0.11702109419426762,-0.263417668999003,-1.1337960186777651,-0.1127268448472023,0.2603818476200104,-0.9589024782180786,-0.022578470408916473,-0.058718714863061905,-0.03540417551994324,-0.008931472897529602,-0.001257091760635376,-0.009618639945983887 +470,-0.11913380768301692,-0.2706840520501935,-1.1361672676182115,-0.11452458053827286,0.267390638589859,-0.9567582607269287,-0.09246988594532013,-0.007062006276100874,0.0340801365673542,-0.011116288602352142,-0.004695326089859009,-0.010557413101196289 +471,-0.11945539419841773,-0.28145301361921654,-1.1373898809927872,-0.11448244750499725,0.27775177359580994,-0.95380699634552,-0.01587006077170372,0.05506850406527519,-0.007938570342957973,-0.020527318120002747,0.0011178255081176758,-0.04245460033416748 +472,-0.12354158187063381,-0.2771964140424033,-1.1409782856947597,-0.11852353066205978,0.27366015315055847,-0.9544958472251892,0.07915563136339188,-0.09571070969104767,-0.019208155572414398,0.019326135516166687,0.006506472826004028,-0.07646423578262329 +473,-0.12767286969507285,-0.26382849445750367,-1.140870071979004,-0.12292063981294632,0.2607784867286682,-0.9575411677360535,0.1711156666278839,0.013500584289431572,-0.017933031544089317,0.033504143357276917,0.030343949794769287,0.010763823986053467 +474,-0.12271820706218216,-0.25869562072075897,-1.1403999749773626,-0.11833715438842773,0.25581979751586914,-0.9594542980194092,0.06140981614589691,0.05168123170733452,-0.005918029695749283,0.020925045013427734,0.02988576889038086,0.03463435173034668 +475,-0.10864921084947897,-0.2596855920782184,-1.1375651545306695,-0.10479981452226639,0.25677669048309326,-0.960771918296814,-0.06432842463254929,0.12009282410144806,0.05246428772807121,-0.001477651298046112,0.005888074636459351,0.01695483922958374 +476,-0.10107507485337759,-0.2676155302576416,-1.1293002846302638,-0.09731133282184601,0.2644326090812683,-0.9594821333885193,-0.05225552245974541,-0.023943966254591942,0.08419904857873917,-0.023980773985385895,0.013155251741409302,-0.03630644083023071 +477,-0.10628359080250763,-0.2690387600097,-1.1272812836363844,-0.10226744413375854,0.26580488681793213,-0.9585870504379272,0.02892785519361496,-0.005922708660364151,-0.029144179075956345,-0.023358166217803955,0.01813066005706787,0.004195570945739746 +478,-0.11325450910576244,-0.2698944747120525,-1.1299736114900591,-0.10892139375209808,0.26662972569465637,-0.9576244950294495,-0.008216324262320995,-0.0653294026851654,0.017782283946871758,0.012485846877098083,-0.005597621202468872,-0.03222841024398804 +479,-0.11657289607093768,-0.2630608207888622,-1.1350157305005457,-0.11230785399675369,0.26003730297088623,-0.9590451121330261,0.16804175078868866,0.06710472702980042,-0.14611557126045227,0.015994392335414886,0.01648247241973877,-0.00010704994201660156 +480,-0.10564715407180511,-0.24667179525740895,-1.1457391234068006,-0.10225879400968552,0.24417786300182343,-0.9643237590789795,0.06740902364253998,0.09654264152050018,-0.05372534319758415,0.027368664741516113,-0.01657775044441223,0.003615140914916992 +481,-0.09348379202961042,-0.24461901440159972,-1.1406374862689643,-0.09056869894266129,0.24218669533729553,-0.9659932255744934,0.008519873023033142,0.14244595170021057,0.14510440826416016,-0.011482089757919312,-0.008788257837295532,-0.05384320020675659 +482,-0.07075055578865252,-0.24236823371678934,-1.1218543113338217,-0.06862539798021317,0.2400023192167282,-0.9683436751365662,0.14779390394687653,0.12154088914394379,0.17189955711364746,0.031332917511463165,0.06914076209068298,-0.30156904458999634 +483,-0.08521962346342157,-0.19807758659641722,-1.1483073795927121,-0.08345220237970352,0.1967848688364029,-0.9768886566162109,0.7243778109550476,0.140805184841156,-0.7279181480407715,0.03254888206720352,0.05474099516868591,-0.13797950744628906 +484,-0.05366001114901875,-0.13485088207658327,-1.213539949373856,-0.0531473383307457,0.1344425529241562,-0.9894950985908508,0.4262213408946991,0.45932120084762573,-0.7585145831108093,0.0019083283841609955,0.027056455612182617,-0.0625678300857544 +485,-0.02524410156049337,-0.04712103899145848,-1.3232537602881453,-0.02521340362727642,0.047103602439165115,-0.9985717535018921,1.0748544931411743,0.4770756959915161,-1.0959752798080444,0.0027829818427562714,0.032715123146772385,0.09747922420501709 +486,-0.02171912880822757,0.03222245315515567,-1.443811808860588,-0.021706147119402885,-0.032216876745224,-0.9992451667785645,0.3743469715118408,-0.16812598705291748,-1.283522367477417,-0.054770901799201965,0.1155146062374115,0.17862749099731445 +487,-0.018678750265694394,0.08898457016026855,-1.5751493266549788,-0.018603766337037086,-0.0888671800494194,-0.9958697557449341,0.5642752647399902,0.0747937262058258,-1.2831590175628662,-0.10952427983283997,0.072479248046875,0.16737854480743408 +488,0.011204637796290036,0.09624007651470629,-1.6865312126845227,0.011152555234730244,-0.09609158337116241,-0.9953100085258484,-0.26672863960266113,-0.039268627762794495,-1.0504587888717651,-0.11250142753124237,0.046637848019599915,0.0013982653617858887 +489,0.0027510846644041723,0.07507403787722855,-1.79362811567545,0.0027433321811258793,-0.07500353455543518,-0.9971795082092285,-0.049244266003370285,-0.2839501202106476,-1.0927053689956665,-0.12550029158592224,0.03943529725074768,-0.026410579681396484 +490,-0.020837894841916338,0.057055354922370176,-1.8992486842833702,-0.020802481099963188,-0.057024404406547546,-0.9981560111045837,-0.22132210433483124,-0.5422195792198181,-1.0000890493392944,-0.009730352088809013,0.055315423756837845,-0.06911993026733398 +491,-0.07027582418347955,0.05544551862668002,-2.0060753187807263,-0.07011009007692337,-0.05541711300611496,-0.995998740196228,0.01597655937075615,-0.45139679312705994,-0.8838746547698975,-0.02330421656370163,0.01470666378736496,0.05889546871185303 +492,-0.10043215797369602,0.03996637310994181,-2.0843300548564616,-0.10018333792686462,-0.039955735206604004,-0.994166374206543,-0.37943369150161743,-0.32974061369895935,-0.5842286348342896,0.008005000650882721,0.026726368814706802,-0.006993234157562256 +493,-0.11870603753900397,0.013360425560498457,-2.1348780860560774,-0.11841688305139542,-0.01336002815514803,-0.9928740859031677,-0.04692050442099571,-0.04275071620941162,-0.3404160439968109,0.06878004223108292,0.06417179107666016,-0.040954649448394775 +494,-0.1091706073433552,-0.0020648692639630133,-2.133160157936601,-0.10895364731550217,0.002064867876470089,-0.9940446615219116,-0.3593059778213501,0.08331935852766037,0.4607313871383667,0.23692911863327026,0.031214550137519836,-0.1302381157875061 +495,-0.10640312966800851,-0.02618784635642372,-2.082974483523603,-0.1061660498380661,0.02618485316634178,-0.9940035939216614,0.011244472116231918,0.1555679589509964,0.5842171907424927,0.2800857424736023,0.004347983747720718,0.05789214372634888 +496,-0.05004017768717542,-0.019626551147357202,-2.02261160024508,-0.05000966414809227,0.019625291228294373,-0.9985558986663818,0.30839693546295166,0.8558748960494995,0.6211940050125122,0.25946706533432007,-0.03364811837673187,0.06351256370544434 +497,0.05069399617238671,0.0048838589537208215,-1.936103987864211,0.05067168176174164,-0.004883839748799801,-0.9987034201622009,0.00424603559076786,1.1954582929611206,1.299139380455017,0.15599335730075836,-0.10246174037456512,-0.004790842533111572 +498,0.13081902056402045,0.012577261975201634,-1.7752721073416489,0.13043588399887085,-0.012576930224895477,-0.9913769960403442,0.16535250842571259,0.3743525743484497,1.7626956701278687,0.06907278299331665,-0.018505219370126724,-0.13864314556121826 +499,0.12724064210767533,0.06196204405563136,-1.5969212053964634,0.12665405869483948,-0.061922404915094376,-0.9900122880935669,-0.051720619201660156,-0.2537181079387665,1.8198682069778442,-0.03375855088233948,0.0021842457354068756,0.057807087898254395 +500,0.09767001070843807,0.0551599937434291,-1.4389352819135486,0.09736648947000504,-0.055132027715444565,-0.9937204122543335,-0.07581356167793274,-0.16787542402744293,1.0300012826919556,-0.08985916525125504,0.09462177008390427,0.058066725730895996 +501,0.07519853344715456,0.04887399172558809,-1.368445950045109,0.07503797113895416,-0.048854537308216095,-0.9959831833839417,-0.26677098870277405,-0.3536732494831085,0.5035977959632874,0.05211351811885834,-0.005878739058971405,0.04601675271987915 +502,0.03615756276920313,0.015077600817940968,-1.333777576101724,0.03614557534456253,-0.01507702935487032,-0.9992327690124512,-0.2367682307958603,-0.33903199434280396,-0.01709074154496193,0.09492741525173187,-0.026854120194911957,0.04201847314834595 +503,0.015039636893611296,0.01240885797004462,-1.3448637090662274,0.01503791194409132,-0.012408539652824402,-0.9998099207878113,0.15439274907112122,-0.16385990381240845,-0.11738660931587219,0.1633831113576889,-0.0942656546831131,-0.01624232530593872 +504,-0.0063384526493716715,0.028928820616205025,-1.3690495484199703,-0.006335758138448,-0.028924785554409027,-0.9995614886283875,0.1475154459476471,-0.11482559889554977,-0.3862345218658447,0.06128265708684921,0.04177268594503403,-0.07426047325134277 +505,0.020236677305577443,0.0633677779870131,-1.3982684142166018,0.020194683223962784,-0.06332537531852722,-0.9977886080741882,0.6898669600486755,0.84257972240448,0.0007774268742650747,-0.07891049981117249,0.03415057063102722,-0.018645107746124268 +506,0.08844923960797889,0.1310709076020069,-1.3657564882192443,0.08757627010345459,-0.13069593906402588,-0.9875469207763672,0.023357493802905083,0.7087839841842651,0.742202877998352,-0.1485198736190796,-0.03718124330043793,0.10470396280288696 +507,0.11515138155315992,0.07605729470675636,-1.2493094525412503,0.11456490308046341,-0.07598398625850677,-0.990505576133728,-0.961215078830719,0.1377016007900238,1.01865816116333,-0.2047138512134552,0.019251815974712372,-0.021060526371002197 +508,0.10937743526809703,0.017570755557938765,-1.1406070943298534,0.10914262384176254,-0.017569851130247116,-0.9938707947731018,-0.4828096926212311,0.0942748561501503,0.7688695192337036,-0.30263933539390564,-0.055229827761650085,-0.004771113395690918 +509,0.11264133917967624,-0.01994547490979869,-1.0639593793799786,0.11238092929124832,0.019944151863455772,-0.993465006351471,-0.39199650287628174,-0.04480299353599548,0.448761522769928,-0.21281428635120392,-0.07774444669485092,-0.13551747798919678 +510,0.09604929772290105,-0.0334982718938166,-1.0322213173119843,0.09584788233041763,0.03349200636148453,-0.9948323965072632,-0.07800643891096115,-0.12895245850086212,-0.05212801694869995,-0.17617014050483704,-0.08401385694742203,-0.06522619724273682 +511,0.08233979272617076,-0.02558990233682332,-1.0624139430324828,0.08221985399723053,0.025587109848856926,-0.9962856769561768,0.3029915988445282,0.20571587979793549,-0.6202153563499451,-0.12901857495307922,-0.059644728899002075,0.03231173753738403 +512,0.11481323437521855,0.009234307115592477,-1.1297232137238513,0.11455626785755157,-0.009234176017343998,-0.9933738708496094,0.3177778720855713,0.46538594365119934,-0.6914010047912598,-0.10331054031848907,-0.022427812218666077,-0.059253692626953125 +513,0.13601307888570272,0.010163393437144529,-1.191741739160319,0.13558709621429443,-0.010163218714296818,-0.9907132983207703,0.24597565829753876,-0.0688384398818016,-0.8122802376747131,-0.06355035305023193,0.16580286622047424,-0.21923238039016724 +514,0.04862323496264136,0.05731411481970585,-1.3036659478679558,0.048524267971515656,-0.057282742112874985,-0.9971780776977539,0.33002692461013794,-1.5800514221191406,-1.2401998043060303,0.08360157907009125,0.13234072923660278,0.007599830627441406 +515,-0.10371208513303565,0.04709462031532375,-1.4198593322190374,-0.1034114733338356,-0.04707721248269081,-0.9935239553451538,-0.35021838545799255,-1.2816325426101685,-1.5532197952270508,0.0413997620344162,0.140323668718338,0.1802610158920288 +516,-0.140121446318739,0.06524516844697709,-1.580697217487035,-0.13936620950698853,-0.06519889086484909,-0.9880921840667725,0.06686428934335709,0.27367618680000305,-1.7461174726486206,0.0004196763038635254,-0.022615447640419006,0.27701735496520996 +517,-0.1215485925371482,0.06702302213251769,-1.7626799486104123,-0.12097728997468948,-0.06697285175323486,-0.9903934001922607,-0.4255521893501282,-0.04805087298154831,-1.8826444149017334,0.028905756771564484,-0.01202189177274704,0.15285378694534302 +518,-0.11210614521618338,0.04891385765288903,-1.9563236181688797,-0.11173766851425171,-0.048894353210926056,-0.9925341606140137,-0.5229473114013672,0.06506423652172089,-1.6599171161651611,0.09899657964706421,-0.07786040008068085,0.027385234832763672 +519,-0.06935167494203194,0.02965290701929813,-2.1309963063757302,-0.06926563382148743,-0.029648561030626297,-0.9971575736999512,0.0757598876953125,0.6484012603759766,-1.9030647277832031,0.17729786038398743,0.00019910000264644623,-0.19728517532348633 +520,-0.015804249500305848,0.07223854594577175,-2.2640008252690644,-0.01576237380504608,-0.07217573374509811,-0.9972673654556274,0.13270504772663116,-0.05887916684150696,-0.6633586287498474,-0.03628535568714142,0.00021528452634811401,0.04203665256500244 +521,-0.02941493200841347,0.024745730737244873,-2.3252931491668245,-0.029401686042547226,-0.024743204936385155,-0.9992613792419434,-0.47688794136047363,-0.09976454824209213,-0.32818669080734253,-0.12614640593528748,0.020562294870615005,0.07508230209350586 +522,-0.030254828600518157,-0.03168470867732853,-2.347797369573067,-0.030235029757022858,0.03167940676212311,-0.9990406632423401,-0.7327314019203186,-0.17310555279254913,-0.0751008689403534,-0.13094355165958405,0.014035921543836594,-0.07655131816864014 +523,-0.051365138677879806,-0.06929582700516504,-2.3686130189116636,-0.051219332963228226,0.06924038380384445,-0.9962842464447021,0.07515080273151398,-0.2927466630935669,-0.14923396706581116,-0.06529678404331207,0.001957125961780548,-0.04244256019592285 +524,-0.057467631391001965,-0.0765669868826205,-2.3680865846074317,-0.05726772919297218,0.07649219781160355,-0.995424211025238,-0.13843077421188354,0.03745425492525101,0.39566367864608765,-0.009397916495800018,-0.061813242733478546,-0.07351499795913696 +525,-0.06288646778061413,-0.08108253190511508,-2.3360417336877486,-0.06263855844736099,0.08099371939897537,-0.9947444200515747,0.07012870162725449,0.3829220235347748,0.32032379508018494,0.015107423067092896,-0.0001373887062072754,-0.005286097526550293 +526,-0.012122591909861792,-0.041994547415415584,-2.3245318072516103,-0.012111607939004898,0.04198220372200012,-0.9990449547767639,0.2341662496328354,0.5373126268386841,0.017821824178099632,-0.0427284799516201,0.06348654627799988,0.12531143426895142 +527,0.015380733675695164,-0.061048934161125,-2.3035640365192718,0.015351475216448307,0.061011020094156265,-0.9980190396308899,-0.6785934567451477,0.0007258923724293709,0.38220927119255066,-0.04777640104293823,0.08588534593582153,0.08305627107620239 +528,0.05410961703007695,-0.11818398884576453,-2.287468468844029,0.05370595306158066,0.11790905892848969,-0.9915710687637329,-0.27202293276786804,0.5711345672607422,-0.03309972584247589,-0.004893086850643158,0.06478442251682281,-0.09979856014251709 +529,0.07757469878031038,-0.12423092750463176,-2.3039775255280865,0.07689967006444931,0.12391162663698196,-0.9893090128898621,0.08319659531116486,0.08139768242835999,-0.18225838243961334,0.03435216099023819,0.016057252883911133,-0.01020270586013794 +530,0.09394747852781994,-0.12277125027957897,-2.3140922168916,0.09310324490070343,0.12246306240558624,-0.9880964159965515,-0.15571783483028412,0.1789568066596985,0.1162315160036087,0.04921547323465347,0.0011636391282081604,0.011457681655883789 +531,0.09873238320490697,-0.13406127057393902,-2.3057482461804333,0.09768758714199066,0.13366006314754486,-0.9862008690834045,0.14463329315185547,-0.11184240877628326,0.04095388203859329,0.03793253004550934,0.05293966829776764,-0.007695615291595459 +532,0.10977042320401408,-0.13662434124817943,-2.297898821945094,0.10852925479412079,0.1361996978521347,-0.9847187399864197,-0.17858387529850006,0.06956031918525696,0.18247002363204956,0.036368198692798615,0.011963143944740295,0.018303394317626953 +533,0.11705745572087468,-0.15556363572092957,-2.2805114053031197,0.11537998914718628,0.15493695437908173,-0.9811636209487915,-0.15079408884048462,-0.038625091314315796,0.1617458611726761,-0.01503819227218628,-0.002410098910331726,-0.041480422019958496 +534,0.12132018200693571,-0.16227589221868832,-2.2699620501810602,0.11943280696868896,0.16156461834907532,-0.979608416557312,-0.05374713987112045,0.00551277119666338,0.09381633996963501,-0.015291579067707062,-0.006214901804924011,-0.04158598184585571 +535,0.11986454484976926,-0.1590970613985387,-2.269167531759221,0.11806754767894745,0.15842673182487488,-0.980286180973053,0.06092517822980881,-0.028713636100292206,0.12322784215211868,0.0032398179173469543,-0.029291614890098572,-0.024733901023864746 +536,0.11258355811189383,-0.15789334828485235,-2.261511742470493,0.11094837635755539,0.15723811089992523,-0.98130863904953,0.07130441069602966,0.03892887383699417,0.05796954035758972,-0.00020007789134979248,0.010990038514137268,0.0038916468620300293 +537,0.11921481219861399,-0.1424328349908509,-2.2690757981548986,0.11772827059030533,0.14195172488689423,-0.9828478097915649,0.14931023120880127,0.042559899389743805,-0.03172877058386803,-0.0047064125537872314,-0.01895064115524292,0.009855866432189941 +538,0.11527095188221322,-0.12723471317443183,-2.274523921165376,0.11408612132072449,0.12689170241355896,-0.9853338599205017,0.18688279390335083,-0.03003780171275139,0.024300895631313324,-0.012050598859786987,-0.025100305676460266,0.02648681402206421 +539,0.11287718042717883,-0.1150198597085206,-2.27091751266106,0.11189337819814682,0.11476641893386841,-0.9870706796646118,0.07179991155862808,-0.0334288589656353,0.09532292187213898,0.00166253000497818,-0.005864441394805908,0.014658570289611816 +540,0.11051467220382917,-0.1098147062536277,-2.257696482480791,0.10962551087141037,0.10959412157535553,-0.987912654876709,0.06573391705751419,-0.010674990713596344,0.1024337112903595,-0.008505508303642273,0.01372741162776947,0.023847103118896484 +541,0.11604207229407233,-0.11130774495125119,-2.243609094947989,0.1150653213262558,0.11107804626226425,-0.987127959728241,-0.1506958305835724,-0.02066418156027794,0.16292798519134521,-0.0325152724981308,-0.02149369567632675,0.005209624767303467 +542,0.11862007988321469,-0.11795569931007628,-2.230611713658113,0.11751977354288101,0.11768236011266708,-0.9860730171203613,-0.08213301002979279,0.01704752817749977,0.05162429437041283,-0.045406728982925415,-0.017508409917354584,-0.018657207489013672 +543,0.1064036020108116,-0.12438919881289169,-2.2329173008646883,0.10538237541913986,0.12406867742538452,-0.9866617918014526,-0.05533720180392265,-0.10203681141138077,-0.09990754723548889,-0.01707977056503296,0.010345995426177979,0.011335253715515137 +544,0.09826271641261282,-0.1341113841253943,-2.2434570546082453,0.09722373634576797,0.13370972871780396,-0.9862399697303772,-0.11562422662973404,-0.0718817412853241,-0.13037565350532532,0.030705958604812622,0.02359314262866974,-0.018230855464935303 +545,0.10083685679150148,-0.14429993755384765,-2.2579716884657417,0.09961981326341629,0.14379967749118805,-0.984579861164093,-0.08012501150369644,0.0485028438270092,-0.11759905517101288,0.028904959559440613,-0.03425684571266174,-0.011010289192199707 +546,0.10591408764547652,-0.15319528474033606,-2.265472196366309,0.10447808355093002,0.15259677171707153,-0.9827504754066467,-0.07268495857715607,0.06188417971134186,-0.06408955901861191,-0.022416315972805023,-0.026635468006134033,-0.004447340965270996 +547,0.1004407361280516,-0.15509393477207695,-2.27335115244263,0.09906838089227676,0.15447290241718292,-0.9830175638198853,-0.06413323432207108,-0.07986623793840408,-0.08640734106302261,-0.004311300814151764,0.012137815356254578,0.004944443702697754 +548,0.09451239964414775,-0.16370472466257568,-2.2814728335565064,0.09311003237962723,0.1629745066165924,-0.9822269678115845,-0.08732321858406067,-0.034333426505327225,-0.10642387717962265,0.014159254729747772,0.014668300747871399,-0.005230307579040527 +549,0.09456441119113675,-0.17013131661478775,-2.2904853953847515,0.09306029975414276,0.1693117767572403,-0.9811591506004333,-0.05013691633939743,0.0016453703865408897,-0.033772557973861694,0.02284546196460724,-0.009002938866615295,-0.00407034158706665 +550,0.09810940830706205,-0.17221035868541282,-2.289114067707875,0.09650322794914246,0.17136043310165405,-0.9804706573486328,0.0431109294295311,0.03183723986148834,0.009751935489475727,0.02350715547800064,0.0021319985389709473,-0.04475212097167969 +551,0.10131662114892792,-0.1636064942339213,-2.286876149322738,0.0997927337884903,0.16287758946418762,-0.9815866351127625,0.06602849066257477,-0.014349540695548058,0.08912719786167145,0.0032498687505722046,0.002298802137374878,0.011112391948699951 +552,0.1025597237223681,-0.15962482840840453,-2.276617363318628,0.10107846558094025,0.15894781053066254,-0.982099175453186,-0.0285459216684103,-0.006384881213307381,0.07796967029571533,-0.013950780034065247,0.03511345386505127,0.015287041664123535 +553,0.10551675724925254,-0.1638098848080016,-2.2757193637265214,0.1039111465215683,0.16307826340198517,-0.9811258316040039,0.003245652187615633,0.12201765179634094,-0.053117454051971436,-0.022337667644023895,0.004829436540603638,0.011002600193023682 +554,0.11311775281463646,-0.16547595170452767,-2.2766067647109987,0.11133478581905365,0.1647218018770218,-0.9800363779067993,-0.0074119772762060165,-0.042317382991313934,0.018018053844571114,-0.01494501531124115,-0.01442272961139679,-0.061604857444763184 +555,0.10829848053863493,-0.15590516999613366,-2.2793449348348513,0.10677596181631088,0.15527436137199402,-0.9820839166641235,0.05309592932462692,-0.08591271191835403,0.008777473121881485,-0.006983481347560883,0.010100394487380981,0.014997124671936035 +556,0.10143466937848787,-0.16304781989496464,-2.2814411854089505,0.09991780668497086,0.16232635080814362,-0.9816651940345764,-0.032545384019613266,-0.0005247611552476883,-0.06057465076446533,0.005001626908779144,0.020229801535606384,0.008657991886138916 +557,0.10012666009285898,-0.17136948314442316,-2.2866606969365137,0.098495252430439,0.17053192853927612,-0.980417013168335,-0.024770498275756836,-0.023752296343445778,-0.03930290788412094,0.008362047374248505,-0.014678671956062317,-0.03502488136291504 +558,0.09580078552336557,-0.16864659204984017,-2.2883629587675376,0.09429725259542465,0.16784828901290894,-0.9812924861907959,0.004529799800366163,-0.027201341465115547,0.037673115730285645,0.016466304659843445,-0.013200461864471436,0.0039212703704833984 +559,0.09472570758755301,-0.16723174063243157,-2.284591408242529,0.09326459467411041,0.16645334661006927,-0.9816287755966187,0.0019201752729713917,0.011668140068650246,0.05171195790171623,-0.006091132760047913,0.011006370186805725,0.015137076377868652 +560,0.09280445322176797,-0.16710466857747047,-2.2807604923602867,0.09138042479753494,0.1663280427455902,-0.9818271994590759,0.062453851103782654,-0.042189136147499084,0.044916968792676926,0.01436297595500946,-0.006415948271751404,-0.026778757572174072 +561,0.08614509362446646,-0.16375067097656815,-2.275327923926411,0.08488763123750687,0.1630198359489441,-0.9829642176628113,0.061630651354789734,-0.10234592854976654,0.13631604611873627,0.011654727160930634,-0.018473327159881592,0.0003897547721862793 +562,0.07150777321621751,-0.16037054070939333,-2.261906152817711,0.07053005695343018,0.15968400239944458,-0.9846453666687012,0.015024272724986076,-0.11443976312875748,0.14729410409927368,-0.006412632763385773,-0.005753353238105774,0.019252359867095947 +563,0.06661802314611108,-0.15639153839875222,-2.2494023849087035,0.06575633585453033,0.15575480461120605,-0.9856046438217163,0.062013350427150726,-0.08949712663888931,0.1144927516579628,-0.0041718631982803345,0.006247758865356445,-0.015127778053283691 +564,0.0592198982779737,-0.1513116807658917,-2.2391173814192036,0.05850905179977417,0.15073496103286743,-0.9868412613868713,0.055472828447818756,-0.12738299369812012,0.08663466572761536,0.0017479024827480316,0.0033788084983825684,-0.013662278652191162 +565,0.05143113178496429,-0.14803774465715738,-2.2279346881833195,0.050846174359321594,0.14749762415885925,-0.9877545833587646,-0.00789355393499136,-0.11608841270208359,0.1423235684633255,-0.006229475140571594,-0.019796818494796753,-0.0005266666412353516 +566,0.047722670048476724,-0.14171792819328496,-2.2144344261012416,0.04722630977630615,0.14124402403831482,-0.9888477325439453,0.120004802942276,-0.008313838392496109,0.10517089813947678,-0.030014395713806152,0.02043810486793518,-0.019849777221679688 +567,0.039079898157569154,-0.13248515403774055,-2.213129156848423,0.038727570325136185,0.13209792971611023,-0.9904798269271851,0.020411916077136993,-0.028740834444761276,-0.04984203353524208,-0.018753815442323685,0.0053074657917022705,0.009599089622497559 +568,0.03527062291266252,-0.12143745129594288,-2.2255870804192,0.03500361368060112,0.12113919854164124,-0.9920181632041931,0.1979546695947647,0.04206519573926926,-0.10870008915662766,0.008621260523796082,-0.007888466119766235,-0.030610620975494385 +569,0.034539135431930906,-0.1063935609981142,-2.230346830599124,0.03433700650930405,0.10619295388460159,-0.9937524795532227,0.18828646838665009,-0.01603144407272339,-0.034645792096853256,0.03400710970163345,0.012138955295085907,-0.00017452239990234375 +570,0.04061249278731301,-0.09435471737810935,-2.232038955322736,0.04042072966694832,0.0942147746682167,-0.9947310090065002,0.015091383829712868,0.0215953029692173,0.03013313189148903,0.012466229498386383,-0.0011361688375473022,0.048991262912750244 +571,0.046017790864569426,-0.1011087100525314,-2.221072117674214,0.04576661437749863,0.10093652456998825,-0.9938396215438843,-0.055490780621767044,0.015312249772250652,0.13862241804599762,-0.026037003844976425,-0.005614869296550751,-0.029689431190490723 +572,0.042282881321309015,-0.09772860953242413,-2.2147805850062983,0.04206858575344086,0.09757311642169952,-0.9943388104438782,0.08886303007602692,-0.034756846725940704,0.01736445352435112,-0.005157578736543655,-0.002190433442592621,-0.01110851764678955 +573,0.037876824831135185,-0.09705753061331208,-2.212804944384832,0.03768954798579216,0.09690521657466888,-0.9945797324180603,-0.06148485839366913,-0.012629587203264236,0.016281960532069206,-0.011215552687644958,0.005435481667518616,0.0448269248008728 +574,0.04086601641684442,-0.10422136067654611,-2.209612774334167,0.040632959455251694,0.10403278470039368,-0.9937434792518616,-0.08158915489912033,-0.061491068452596664,-0.009426357224583626,-0.004042383283376694,0.008241377770900726,-0.04573100805282593 +575,0.03698980624225822,-0.1066925729723658,-2.211701815128364,0.03677108511328697,0.10649026930332184,-0.9936335682868958,-0.05495665967464447,-0.05474371463060379,-0.028628217056393623,-0.0077336132526397705,-0.007277630269527435,-0.014361977577209473 +576,0.0347069292716393,-0.10885251909317198,-2.213924572957805,0.034494586288928986,0.10863768309354782,-0.993482768535614,-0.07518244534730911,-0.021418258547782898,0.0017401399090886116,0.012288860976696014,-0.005350939929485321,0.007398784160614014 +577,0.03760938061471209,-0.11840946071594995,-2.2120134751278053,0.037337228655815125,0.11813295632600784,-0.9922955632209778,-0.13017109036445618,0.07471579313278198,0.005208149552345276,-0.020750928670167923,-0.00633181631565094,0.005738615989685059 +578,0.035537603138813566,-0.12774509624920805,-2.2132273062919836,0.03524061292409897,0.12739793956279755,-0.9912254214286804,-0.06048412248492241,-0.021428905427455902,-0.0463109090924263,-0.014946423470973969,0.009946420788764954,-0.02043229341506958 +579,0.03177646798222002,-0.13248077859560278,-2.216386238338907,0.03149271756410599,0.13209359347820282,-0.9907368421554565,-0.07401487231254578,-0.006319559179246426,-0.014975969679653645,0.008592121303081512,-0.00509469211101532,-0.00013840198516845703 +580,0.034546269159780964,-0.13941069100971024,-2.216486628376162,0.03420430049300194,0.13895954191684723,-0.9897071719169617,-0.05439388379454613,0.029870908707380295,-0.00018620607443153858,0.012106124311685562,0.006868690252304077,-0.019783735275268555 +581,0.03725337216919829,-0.14534681476376055,-2.215421639671188,0.03685203567147255,0.14483559131622314,-0.9887692332267761,-0.04635266214609146,0.02605179138481617,0.0023606568574905396,0.00935157760977745,0.0032051801681518555,-0.015167534351348877 +582,0.04141674231037254,-0.15132512283333455,-2.215420885080666,0.040931735187768936,0.15074823796749115,-0.9877244234085083,0.0013082637451589108,0.07026052474975586,-0.020175382494926453,-0.008476290851831436,-0.007651329040527344,-0.0281752347946167 +583,0.04012360332184427,-0.14556813694015389,-2.217060427918817,0.039688590914011,0.14505457878112793,-0.9886273145675659,0.05885251611471176,0.032684653997421265,-0.014408573508262634,-0.0046544149518013,0.0023758411407470703,0.015513300895690918 +584,0.04057325312530456,-0.14320665719539083,-2.220697770659706,0.040146905928850174,0.14271767437458038,-0.9889488816261292,-0.00431341677904129,0.036944303661584854,-0.07477385550737381,0.000777166336774826,0.026181861758232117,0.02975088357925415 +585,0.048012681966079454,-0.1499643220201552,-2.2259609986759163,0.047455571591854095,0.14940285682678223,-0.9876369833946228,-0.04615329951047897,0.06067921221256256,-0.026300426572561264,-0.0025489553809165955,-0.014499902725219727,-0.024264872074127197 +586,0.047751799189050426,-0.14697618639988091,-2.229355803636803,0.04721900820732117,0.14644759893417358,-0.9880908131599426,0.052269186824560165,-0.018705187365412712,-0.015623795799911022,-0.0010764338076114655,-0.008035123348236084,-0.009635567665100098 +587,0.04557601515532047,-0.14521392341144881,-2.2303204481132384,0.04508071765303612,0.14470410346984863,-0.9884474873542786,-0.019148509949445724,-0.014433112926781178,-0.0027971286326646805,0.0049986280500888824,0.027109861373901367,0.015013039112091064 +588,0.04572008505023297,-0.1517872495600493,-2.230339068730171,0.045178670436143875,0.15120507776737213,-0.9874694347381592,-0.10257802158594131,0.003311898559331894,0.01901712454855442,-0.005170132964849472,0.00023840367794036865,0.015225231647491455 +589,0.04738551317101795,-0.16091318508226002,-2.2303017227129778,0.04675585404038429,0.16021965444087982,-0.9859734177589417,-0.038969457149505615,-0.01374942995607853,-0.011760164983570576,-0.001574583351612091,-0.009630680084228516,-0.05488961935043335 +590,0.042488896492771475,-0.1587727914173467,-2.2323302303443593,0.04194185137748718,0.15810655057430267,-0.9865309000015259,0.019532540813088417,-0.011958716437220573,-0.008260931819677353,0.0015914738178253174,-0.0018412917852401733,0.01605665683746338 +591,0.042133243505056546,-0.16227383264598133,-2.2321688276426714,0.04156741499900818,0.16156257688999176,-0.9859866499900818,-0.07130102068185806,-0.006102202460169792,-0.006121503189206123,-0.0034967362880706787,0.01444755494594574,0.0001925826072692871 +592,0.04338575220528508,-0.16737592579214536,-2.2337583868062203,0.0427660308778286,0.16659551858901978,-0.9850974678993225,0.0015486758202314377,0.024307942017912865,-0.007659695111215115,0.0017133355140686035,-0.004058897495269775,-0.02170795202255249 +593,0.04343317482180885,-0.16704329624379927,-2.2336928500474196,0.04281514883041382,0.166267529129982,-0.9851507544517517,-0.0041133202612400055,0.0033600199967622757,-0.0040243156254291534,-0.0003804638981819153,0.0003889501094818115,-0.007067263126373291 +594,0.04613144385169751,-0.16690598139612306,-2.2356650601573205,0.04547424614429474,0.1661321222782135,-0.9850544333457947,-0.04483547806739807,0.05435386672616005,-0.03306404501199722,-0.02192993462085724,6.659328937530518e-05,-0.009376108646392822 +595,0.0467040965316189,-0.16056296565088196,-2.2450362925517084,0.04608660191297531,0.15987396240234375,-0.9860610365867615,0.1348239928483963,0.017674734815955162,-0.10664112865924835,0.00945538654923439,-0.00040435791015625,-0.031532347202301025 +596,0.04294634938846384,-0.14770209278648963,-2.2554990460491156,0.0424656867980957,0.14716564118862152,-0.9881998300552368,0.10653414577245712,-0.0005266130901873112,-0.017533257603645325,0.013061046600341797,-0.012354254722595215,0.012720763683319092 +597,0.039498063489265996,-0.13950349509880886,-2.258331411241877,0.03910417482256889,0.13905145227909088,-0.9895128011703491,0.1928476244211197,0.0037022680044174194,-0.02163418009877205,0.019840527325868607,0.005022034049034119,-0.02071058750152588 +598,0.032799315118822905,-0.12898572672198608,-2.2622781813636617,0.03252101689577103,0.12862835824489594,-0.9911594986915588,0.12620924413204193,-0.05890950188040733,-0.02296994812786579,0.0011703893542289734,-0.005047425627708435,0.022913038730621338 +599,0.027147626447920577,-0.12271693951218911,-2.2659462749624235,0.026940159499645233,0.1224091649055481,-0.9921140074729919,0.0450170636177063,-0.04943050444126129,-0.06594568490982056,-0.009300999343395233,-0.0028260424733161926,0.02557659149169922 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/standing/572988F2-0C99-4614-8189-0936FA181D9C.csv b/BoostRunClub/CoreML/DataSet/Motion/standing/572988F2-0C99-4614-8189-0936FA181D9C.csv new file mode 100644 index 0000000..35b4574 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/standing/572988F2-0C99-4614-8189-0936FA181D9C.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-1.3885377275875832,0.7847215039188403,1.063173958569473,-0.6958651542663574,-0.706628143787384,-0.12825064361095428,-0.5100404024124146,-0.38583093881607056,0.49195894598960876,0.0625644326210022,-0.002371370792388916,-0.0545954555273056 +1,-1.40163611012596,0.7494614373260973,1.002304892709645,-0.7216069102287292,-0.6812446117401123,-0.1232449859380722,-0.36325812339782715,-0.20015624165534973,0.025472581386566162,-0.013286948204040527,0.011414289474487305,-0.1870119571685791 +2,-1.4593295381982128,0.7467354328230893,0.9983474243978719,-0.7293556332588196,-0.6792464852333069,-0.08163731545209885,0.15458738803863525,-0.9137364029884338,-0.2220015674829483,-0.02056807279586792,-0.03497159481048584,-0.16810327768325806 +3,-1.6395871952254675,0.7749493438771092,1.084115166319371,-0.7127664685249329,-0.6996799111366272,0.049109309911727905,0.8463558554649353,-1.4046763181686401,-0.3762059509754181,0.04127305746078491,-0.03722792863845825,-0.143088236451149 +4,-1.9154637661934129,0.788998432585841,1.2387528039702278,-0.6631197929382324,-0.7096479535102844,0.23805806040763855,1.041728138923645,-1.5398935079574585,-0.24585238099098206,0.0516849160194397,-0.052909910678863525,-0.06845667958259583 +5,-2.1189620772349436,0.7737544571548373,1.369988074577539,-0.6104886531829834,-0.6988257169723511,0.3727547824382782,0.3371560871601105,-1.0182133913040161,-0.7096827626228333,-0.07440203428268433,0.024875521659851074,-0.12542513012886047 +6,-2.2080316987819053,0.837600588275746,1.511343090694214,-0.537903368473053,-0.7430394887924194,0.3981858789920807,-0.07222718000411987,0.3299191892147064,-1.2238296270370483,0.008133530616760254,-0.052736759185791016,-0.033241450786590576 +7,-2.1756474328786655,0.9317785923975108,1.5423903380826558,-0.49059662222862244,-0.8026819825172424,0.33914071321487427,-0.5323684811592102,0.10939141362905502,-0.9131024479866028,0.07247534394264221,0.06502646207809448,-0.01620367169380188 +8,-2.217364010105946,1.0260325615062054,1.5722484073206584,-0.41361746191978455,-0.8552497625350952,0.31219953298568726,-0.7843163013458252,0.7152656316757202,-0.4592646658420563,0.13314566016197205,0.021723151206970215,0.06389912962913513 +9,-2.2521048127361722,1.09853339528184,1.6363636780171664,-0.3533453643321991,-0.890541136264801,0.28650227189064026,0.7703701853752136,1.0017398595809937,-0.649743378162384,0.07571172714233398,-0.08870691061019897,-0.005359053611755371 +10,-2.3413821501154373,1.1663322018473532,1.8124974480700253,-0.2823564410209656,-0.9193134307861328,0.2741132080554962,-0.27789291739463806,-0.03096664510667324,-1.5615547895431519,0.02889266610145569,0.21435725688934326,0.14858582615852356 +11,-2.3652989429128524,1.2652096519148677,1.8514248649121268,-0.21078942716121674,-0.9536706209182739,0.2146630585193634,-0.7019140124320984,0.3222973942756653,0.14005252718925476,-0.18821263313293457,0.11057674884796143,0.030164241790771484 +12,-2.3590102595974214,1.3630836274219347,1.9084957094232173,-0.14540980756282806,-0.9785051941871643,0.146231010556221,-0.4368988573551178,1.3307573795318604,-0.13447995483875275,-0.17496369779109955,-0.23714721202850342,-0.13225390017032623 +13,-2.0032202018622103,1.3407174383516258,1.6720087850877843,-0.20706263184547424,-0.9736484289169312,0.09557141363620758,-0.010984714142978191,1.1806690692901611,0.4484671354293823,-0.10304172337055206,-0.04548609256744385,-0.12367808818817139 +14,-1.990500922844894,1.3142059493636145,1.761250930586781,-0.23175840079784393,-0.9672608971595764,0.10341483354568481,0.34830549359321594,0.852591872215271,0.20280610024929047,0.028526559472084045,0.048559606075286865,0.005578771233558655 +15,-2.0356685102857246,1.2819701086786226,1.8709429018812742,-0.25460097193717957,-0.958578884601593,0.12769044935703278,0.3971540927886963,0.3302910029888153,0.16900397837162018,0.026878833770751953,0.04143410921096802,0.029932841658592224 +16,-2.0991556668548745,1.2570423933563437,1.9730756166145988,-0.2665451169013977,-0.9511817097663879,0.15558643639087677,0.2688993513584137,0.18556348979473114,0.03844006732106209,0.024098187685012817,0.0034125447273254395,0.0124891996383667 +17,-2.149760891460037,1.253740988157732,2.0489664137720127,-0.2609604299068451,-0.9501575827598572,0.17058710753917694,0.29448485374450684,-0.00030893972143530846,-0.058337658643722534,0.04657447338104248,0.03717857599258423,0.020635947585105896 +18,-2.256198249018273,1.2455627085141137,2.171590292562887,-0.24736890196800232,-0.947576105594635,0.20225748419761658,-0.008981126360595226,-0.12224242091178894,-0.04684530198574066,0.09342299401760101,-0.0005439519882202148,0.08292923867702484 +19,-2.3170087492470177,1.2291546404114388,2.202140542541968,-0.24600383639335632,-0.9422059059143066,0.22744201123714447,0.8903616070747375,-0.6135942339897156,0.05564288794994354,0.1078660637140274,0.17189663648605347,0.1249292641878128 +20,-2.645446607725437,1.109153358597646,2.3589716763008823,-0.21203765273094177,-0.8953219056129456,0.39171290397644043,3.1848106384277344,-3.568878173828125,0.41733601689338684,0.3123946785926819,0.4276551604270935,0.014582931995391846 +21,-3.108761309743353,0.6988547514830962,2.5814939126394165,-0.025130486115813255,-0.6433413028717041,0.7651668787002563,3.3062469959259033,-2.837805986404419,0.8771213889122009,0.2656548023223877,-0.08416718244552612,0.11515843868255615 +22,3.0095567094412807,0.3703336000629528,2.625653513362224,0.12272744625806808,-0.36192643642425537,0.9240925312042236,2.7899301052093506,-0.9494525194168091,-1.1409814357757568,0.020338937640190125,-0.30688151717185974,0.08639013767242432 +23,2.959209916405872,0.23861282820363788,2.6641072381362196,0.1762344092130661,-0.2363549917936325,0.9555509686470032,0.3486591577529907,0.1702825427055359,-0.3510637581348419,-0.019862323999404907,-0.208576038479805,0.11265575885772705 +24,2.9506348749174904,0.1957818648708836,2.735012199771679,0.18617336452007294,-0.19453352689743042,0.9630658626556396,0.4425449073314667,0.37378424406051636,-1.2344568967819214,-0.08982938528060913,-0.1952827274799347,0.005546629428863525 +25,2.9850669916676886,0.19863408211821182,2.7240743528997866,0.1528221070766449,-0.19733045995235443,0.9683523774147034,0.16012033820152283,0.7042713761329651,0.31918686628341675,-0.0417533814907074,0.07971571385860443,-0.0794210433959961 +26,3.050142091584257,0.1644861813157687,2.7220408041728725,0.09009052067995071,-0.1637454628944397,0.9823803305625916,0.1608653962612152,0.24060000479221344,0.5936963558197021,0.02283976972103119,-0.2013515830039978,0.023936748504638672 +27,3.08261087157484,0.16395334458658523,2.6582931170009267,0.05815710499882698,-0.16321979463100433,0.984874427318573,0.4809792935848236,0.24591320753097534,-0.004085669293999672,-0.11221897602081299,0.013546288013458252,0.11160719394683838 +28,3.1027734240711506,0.11397246220154768,2.6463474512188006,0.038557689636945724,-0.11372587829828262,0.9927635788917542,0.3913854956626892,0.29923367500305176,0.1532595008611679,-0.04652278125286102,-0.05761505663394928,0.0315282940864563 +29,3.1216997032313594,0.09005277338786108,2.605967418277875,0.019811034202575684,-0.08993110805749893,0.9957507848739624,0.2626110911369324,0.015577618032693863,0.4220995306968689,0.003962153568863869,0.059505097568035126,0.0012583136558532715 +30,3.1274955287646375,0.08847226569762158,2.5816827896171306,0.01404152438044548,-0.08835689723491669,0.9959899187088013,0.060352228581905365,0.12940222024917603,0.09440536051988602,-0.04239235445857048,-0.01546391099691391,0.0032624006271362305 +31,3.1327151894434326,0.08783296376175322,2.5805498779451166,0.008843128569424152,-0.08772007375955582,0.9961060881614685,-0.005210648290812969,-0.011228280141949654,-0.0020495811477303505,0.0010445667430758476,-0.009157977998256683,-0.01737666130065918 +32,3.1339114513716373,0.08938147249117404,2.580490113707301,0.007650467101484537,-0.08926250785589218,0.9959790706634521,-0.0021469024941325188,-0.0016822186298668385,-2.48616561293602e-05,-0.0038510262966156006,-0.01378011703491211,0.002983570098876953 +33,3.134319861810447,0.09064923935638239,2.580487699258897,0.007242865860462189,-0.09052514284849167,0.9958676695823669,0.0007459567859768867,-0.0003872700035572052,-0.0015359614044427872,-0.004160593263804913,-0.009206295013427734,0.00028693675994873047 +34,3.1346163094656703,0.09175357834430913,2.580506910004201,0.006946942303329706,-0.09162489324808121,0.9957693219184875,0.0026465430855751038,-0.0004928852431476116,-0.0009969789534807205,-0.0021099084988236427,-0.019718490540981293,0.018924832344055176 +35,3.134691119095933,0.09294991613623524,2.5805204645594566,0.006871685851365328,-0.09281612932682037,0.9956592917442322,0.0017197513952851295,0.0018895836547017097,0.00031037628650665283,-0.003133284393697977,-0.003085322678089142,0.0034554004669189453 +36,3.1350007788047773,0.09344052511640424,2.5804381829997918,0.00656307116150856,-0.09330461174249649,0.9956160187721252,-0.002096591517329216,-0.0017256219871342182,-0.0003129960969090462,-0.0050066751427948475,-0.008120551705360413,-0.004328787326812744 +37,3.135229670992592,0.09441386014077029,2.580414954972986,0.00633460097014904,-0.0942736566066742,0.995526134967804,-0.0006661331281065941,-0.0022853268310427666,0.00035517942160367966,-0.0009024720638990402,-0.007975488901138306,-0.0024842023849487305 +38,3.135439821155212,0.09513335847373908,2.580358389849397,0.006124971434473991,-0.09498992562294006,0.9954593181610107,-0.00012353342026472092,0.0020420930813997984,0.0006448561325669289,-0.004904268775135279,-0.00463470071554184,0.026253879070281982 +39,3.135765308546489,0.09572444698869285,2.5803383167952707,0.005800635553896427,-0.09557832777500153,0.9954052567481995,0.0019178465008735657,-0.002668166533112526,0.0018946053460240364,-0.0040000989101827145,-0.013430476188659668,0.010744214057922363 +40,3.135824077314752,0.09646000707900546,2.5803181209688995,0.005741728935390711,-0.09631048887968063,0.9953349232673645,-0.0019245455041527748,-0.0003341902047395706,-0.00018500536680221558,0.004115449730306864,-0.00545039027929306,-0.0073740482330322266 +41,3.135901539239409,0.09686851561023897,2.5802566829320934,0.0056644040159881115,-0.09671708941459656,0.9952958822250366,-0.001853720284998417,1.0176096111536026e-05,-0.0010785283520817757,-0.006274756044149399,-0.0031516849994659424,0.0008131265640258789 +42,3.1363069743669687,0.09738320212924037,2.5802465327384985,0.005260612815618515,-0.09722935408353806,0.9952483773231506,-0.0009698988869786263,-0.0015631946735084057,0.00032238569110631943,0.0003546229563653469,-0.011901527643203735,0.007361173629760742 +43,3.1361580205282484,0.09805596198092731,2.580245090505088,0.005408501252532005,-0.09789890050888062,0.9951817989349365,0.0001993449404835701,-0.00037910137325525284,-0.00015379022806882858,0.002892280463129282,0.0019211098551750183,0.005138754844665527 +44,3.1364231487558905,0.09809853686249413,2.5801868729893296,0.0051446291618049145,-0.09794127196073532,0.9951791167259216,-0.0027279099449515343,-0.001483867410570383,0.0019182059913873672,-0.008120089769363403,-0.0012408792972564697,0.005126237869262695 +45,3.136684585641277,0.09881200779307182,2.580180093625928,0.00488410796970129,-0.09865128993988037,0.9951102137565613,-0.0008039781823754311,0.0004718999844044447,0.0017071235924959183,-0.002900463994592428,-0.009335175156593323,0.014960646629333496 +46,3.136536592297737,0.09900938559861855,2.5802678443169236,0.005031278822571039,-0.09884770214557648,0.9950900077819824,-0.0007099518552422523,-0.0021114759147167206,-0.0018220888450741768,0.005924530792981386,0.0011151432991027832,0.003018021583557129 +47,3.136561636079596,0.0993484395371944,2.5802835186773057,0.005006187129765749,-0.09918508678674698,0.99505615234375,-0.0014460952952504158,-0.0031381086446344852,-0.0018396787345409393,-0.004884117748588324,-0.006909236311912537,-0.002792656421661377 +48,3.1367873976431677,0.09973739140511853,2.5802787071567117,0.004781357012689114,-0.09957211464643478,0.9950188398361206,-0.0013234559446573257,0.0004083039239048958,-0.0018692295998334885,-0.006322493311017752,0.00180903822183609,-0.0019921064376831055 +49,3.1367263999970336,0.09984487143695295,2.5802529531667604,0.004841998685151339,-0.09967906028032303,0.9950078129768372,-0.00020551029592752457,0.0002445247955620289,-0.0005803881213068962,0.006434246897697449,-0.008612565696239471,0.014101624488830566 +50,3.136606839360137,0.10027117179482585,2.580203632352411,0.004960750229656696,-0.1001032292842865,0.9949646592140198,-0.00046022795140743256,-0.0005575534887611866,-0.0005004992708563805,-0.002061579842120409,0.002645358443260193,0.0023039579391479492 +51,3.136861259358164,0.10016761456710942,2.5801775789123567,0.004707659594714642,-0.10000019520521164,0.9949761033058167,-0.0002943752333521843,0.0003976828884333372,0.00032720062881708145,0.00038877641782164574,-0.005636394023895264,0.0034062862396240234 +52,3.1368334011627574,0.10059758356167522,2.580207920811519,0.004735173191875219,-0.10042800009250641,0.9949330687522888,0.0007401080802083015,-0.0008439370431005955,-0.001771196722984314,0.004847345873713493,5.568563938140869e-05,0.008454322814941406 +53,3.136827400483541,0.10043204072193819,2.5801853993305297,0.0047412230633199215,-0.10026329010725021,0.9949496984481812,0.0024272073060274124,0.0009252645540982485,-0.00015470199286937714,-0.0018267948180437088,-0.0034812167286872864,0.009841561317443848 +54,3.1368881109856805,0.10077037344410054,2.5802301245104036,0.004680659156292677,-0.10059991478919983,0.9949159622192383,0.000898582860827446,-0.0014875270426273346,0.0004647858440876007,-0.0008964799344539642,-0.002213805913925171,0.0031919479370117188 +55,3.1369627229684025,0.10077103918575984,2.580250535993913,0.004606425762176514,-0.10060057044029236,0.9949161410331726,-0.0003920970484614372,-0.003602570854127407,0.000797957181930542,0.002031147014349699,-0.0014502033591270447,0.002672851085662842 +56,3.136874606196396,0.10091488876042339,2.580228730891533,0.0046940273605287075,-0.10074369609355927,0.9949015378952026,0.0002828221768140793,0.0016701288986951113,0.0016262233257293701,0.0016841464675962925,-0.0030160844326019287,0.006426095962524414 +57,3.136918080608151,0.10102075910750065,2.5802411587043625,0.004650723189115524,-0.10084902495145798,0.9948906898498535,0.0006161313503980637,-0.0010687862522900105,-0.0015752632170915604,-0.002743375487625599,-0.0008202716708183289,0.005704224109649658 +58,3.137054835466375,0.1010671735549549,2.58026256772278,0.00451464531943202,-0.10089520364999771,0.9948866367340088,0.0008226362988352776,-0.00011487305164337158,-0.001971261575818062,0.0016651628538966179,-0.001903243362903595,0.0027938485145568848 +59,3.13702375742973,0.10121603737016067,2.5803150082984057,0.004545497242361307,-0.10104330629110336,0.9948717355728149,-0.0005508074536919594,-0.0013877004384994507,-0.0005442695692181587,0.0016495715826749802,-0.000656522810459137,0.006974577903747559 +60,3.137057648478588,0.10125301315497967,2.5802972534850954,0.004511762876063585,-0.10108008980751038,0.9948680996894836,-0.0022009890526533127,0.0004669087938964367,-0.00022512488067150116,-0.0004071486182510853,-0.00309164822101593,0.005452334880828857 +61,3.1370784695419043,0.1014210855310727,2.5802705029704156,0.004490971565246582,-0.10124730318784714,0.9948511123657227,8.587725460529327e-06,-0.0012522335164248943,0.00164738018065691,-0.0008136038668453693,-0.0029702186584472656,0.0013799071311950684 +62,3.1371494039619505,0.10140330711534033,2.5802636713985194,0.004420411307364702,-0.10122961550951004,0.9948534965515137,-0.0007485551759600639,-0.0006780680269002914,0.0006997855380177498,4.6370550990104675e-06,0.0007504671812057495,0.00545191764831543 +63,3.137166190881564,0.10145774172649849,2.580271532819992,0.0044036866165697575,-0.10128376632928848,0.9948480725288391,8.180644363164902e-05,-8.014962077140808e-05,-0.0008967434987425804,0.0008911145851016045,-0.002323426306247711,0.007089972496032715 +64,3.137106719783901,0.10146719785196291,2.5803099645238645,0.004462845157831907,-0.1012931764125824,0.9948464632034302,0.00024386867880821228,-0.00012587616220116615,-0.001658950001001358,7.981434464454651e-06,-0.0006050169467926025,0.0050923824310302734 +65,3.137105492752092,0.10160389939366984,2.5803405445572354,0.004464003723114729,-0.10142917186021805,0.9948325753211975,-0.0025675352662801743,-0.00029757851734757423,0.0005936091765761375,0.00014414964243769646,-0.002513684332370758,0.002908945083618164 +66,3.137117044110938,0.10172318159161874,2.5803523326177125,0.00445245997980237,-0.10154783725738525,0.9948209524154663,-0.0008014393970370293,-0.001364768948405981,-0.0020203087478876114,0.0009338939562439919,0.002960778772830963,0.004843592643737793 +67,3.137110816070618,0.10168593707835176,2.5803827686369605,0.004458672367036343,-0.10151078552007675,0.9948246479034424,0.001203569583594799,0.0028920923359692097,-0.0018870066851377487,-7.93985091149807e-05,-0.004293665289878845,0.007204890251159668 +68,3.13715433143489,0.10185987150165038,2.5804031376498306,0.004415303468704224,-0.10168382525444031,0.9948071837425232,0.00017870496958494186,0.0006082130130380392,6.917770951986313e-05,-0.0007531950250267982,0.00160139799118042,0.005299806594848633 +69,3.137245541855901,0.10169463235097081,2.5803743252370035,0.004324639681726694,-0.10151943564414978,0.9948242902755737,8.796527981758118e-05,-8.258689194917679e-05,0.0004756143316626549,0.0013516312465071678,0.0007503703236579895,0.0031158924102783203 +70,3.137235525660622,0.10181065701378715,2.580422382105127,0.004334552679210901,-0.10163486003875732,0.9948124885559082,-0.0010160701349377632,-0.001482006162405014,-0.0005183443427085876,0.0017231875099241734,-0.0037728622555732727,0.0029140710830688477 +71,3.1372524622228237,0.10179523364809828,2.5804368459251954,0.004317710641771555,-0.10161951929330826,0.9948140382766724,0.0001581115648150444,-0.0014208205975592136,-0.00026659388095140457,-0.0015863869339227676,0.001048848032951355,0.006376147270202637 +72,3.137239893474458,0.10175487576848868,2.5804486668819804,0.00433023227378726,-0.10157936811447144,0.9948182106018066,0.000799485482275486,-0.000991919543594122,-0.0015119733288884163,0.00018636928871273994,-0.0027907565236091614,0.00478518009185791 +73,3.137166254062593,0.1019552403427771,2.5804314021455093,0.004403399303555489,-0.10177869349718094,0.9947973489761353,0.001492590643465519,-2.6423949748277664e-05,-3.649480640888214e-05,-0.0009091366082429886,0.0011622458696365356,0.003112196922302246 +74,3.137258459260185,0.10187842566090732,2.5804838960277534,0.004311707336455584,-0.10170228034257889,0.9948054552078247,-0.0011387467384338379,0.002402144018560648,-0.0009977016597986221,-0.0009395149536430836,3.297626972198486e-05,0.007620632648468018 +75,3.1372152672240294,0.10199140886555755,2.5805212067134957,0.004354626405984163,-0.10181467980146408,0.9947941303253174,0.0016352124512195587,-0.0009095640853047371,-0.0007024919614195824,-0.0008298447355628014,-0.00046500563621520996,0.004153251647949219 +76,3.1372398643390955,0.10197017916957067,2.5805776713854818,0.004330163821578026,-0.1017935574054718,0.9947957992553711,0.00045854877680540085,-0.0019554877653717995,0.00010334793478250504,-0.0006222794763743877,-0.0006691738963127136,-0.001006484031677246 +77,3.1372070764422206,0.10206614776582729,2.5805655184566128,0.004362740088254213,-0.10188902914524078,0.9947863221168518,-0.001536305993795395,-0.001595634501427412,-0.0001170039176940918,0.0005505909211933613,6.079673767089844e-06,0.006571769714355469 +78,3.1372176711286834,0.10205400842508953,2.5805765559957456,0.004352204501628876,-0.10187695175409317,0.9947872757911682,0.00288230087608099,0.0007821309845894575,-0.0009034741669893265,-0.0009800135158002377,-0.00031112879514694214,0.0075928568840026855 +79,3.1372722362310124,0.10205813551019098,2.5805904119086063,0.0042979237623512745,-0.10188105702400208,0.9947874546051025,0.0007345676422119141,0.0020393035374581814,-0.0006366744637489319,0.00020341994240880013,-0.0005359500646591187,0.0019167661666870117 +80,3.1372658974208525,0.10205582285039297,2.5806378282397606,0.004304230213165283,-0.10187875479459763,0.9947876334190369,0.000428544357419014,0.0004501619841903448,0.002040914259850979,4.45246696472168e-05,5.685538053512573e-05,0.00544130802154541 +81,3.137283794407702,0.10209989883882588,2.5806636906767575,0.0042864070273935795,-0.10192260146141052,0.9947831630706787,0.0011810511350631714,0.0008803512901067734,-0.0011523626744747162,0.00042855972424149513,8.542835712432861e-05,0.006529092788696289 +82,3.137376710193711,0.1021416755675936,2.580682616599245,0.004193959292024374,-0.10196416079998016,0.9947795867919922,0.0007208017632365227,-0.0016505150124430656,0.0006305472925305367,-0.0002877083607017994,-0.001566760241985321,0.004885077476501465 +83,3.1373143991683246,0.10218057874032882,2.5806497376458775,0.004255928099155426,-0.10200285911560059,0.9947753548622131,-0.0020720669999718666,0.0023075006902217865,-0.0007092654705047607,0.002076472155749798,-0.0007193237543106079,0.004782438278198242 +84,3.137300399514466,0.10216540068524958,2.5806785050080125,0.004269860684871674,-0.10198776423931122,0.9947767853736877,0.00047099869698286057,1.553306356072426e-05,-0.0012853443622589111,-0.0007145614363253117,0.0009898021817207336,0.005955934524536133 +85,3.137377643430575,0.10215607063306077,2.5806910592524237,0.004193023778498173,-0.10197848081588745,0.9947779178619385,-0.0005651852115988731,-0.0006961971521377563,0.0006276564672589302,0.00102548161521554,0.0004159659147262573,0.006320834159851074 +86,3.1373452298599362,0.10219836729862558,2.580735794753204,0.004225249867886305,-0.10202056169509888,0.9947735071182251,-0.0022746361792087555,-0.0013981345109641552,0.0014572786167263985,0.0003066128119826317,-0.0018765553832054138,0.004448413848876953 +87,3.1373585914440434,0.10218446069757654,2.580683133440827,0.004211962688714266,-0.10200672596693039,0.994774580001831,0.0015743784606456757,0.0018993120174854994,0.0006786361336708069,0.00035041477531194687,0.0010393336415290833,0.005179405212402344 +88,3.1373226058269403,0.10216278334629224,2.580674226806209,0.004247771576046944,-0.1019851565361023,0.9947770833969116,-3.3117830753326416e-05,0.001460733124986291,-0.00044676195830106735,-0.000677214004099369,-0.0016525611281394958,0.0053147077560424805 +89,3.13736086241926,0.10223796734956492,2.580722683189652,0.004209680482745171,-0.10205995291471481,0.9947692155838013,0.00018194038420915604,0.0010767842177301645,-0.0026746131479740143,-0.0013715466484427452,-0.001303061842918396,0.0038573741912841797 +90,3.137335810140339,0.10224472778697716,2.5808256010406034,0.00423459941521287,-0.10206667333841324,0.9947685599327087,0.000501774251461029,0.0003690554294735193,-0.0023085642606019974,0.0011212360113859177,-0.0009301528334617615,0.004132747650146484 +91,3.137304986456922,0.10218195600018659,2.5809020709491843,0.0042652892880141735,-0.10200423002243042,0.9947747588157654,0.0008269296959042549,0.0021127192303538322,0.000986296683549881,0.0005412288010120392,0.0007926821708679199,0.004996299743652344 +92,3.1372908585633903,0.10215231960246692,2.58089525318242,0.004279356449842453,-0.10197474807500839,0.9947777986526489,-0.0008035833016037941,-0.0034680794924497604,-0.0006902320310473442,-0.002127867192029953,-0.0016629397869110107,0.004413485527038574 +93,3.1372826248034866,0.10217336047959424,2.5809357680013254,0.00428753811866045,-0.10199568420648575,0.9947755932807922,-0.0027841078117489815,0.000423934543505311,-0.0010720528662204742,-0.0007780180312693119,0.0018522515892982483,0.004598796367645264 +94,3.1371257612685977,0.10207351029281929,2.5809747838259054,0.004443627782166004,-0.10189635306596756,0.9947851896286011,0.002343427389860153,-0.0015908856876194477,-0.000705985352396965,0.0014004893600940704,-0.002321183681488037,0.006389737129211426 +95,3.1371164932822713,0.102117987939459,2.580958592267752,0.004452826455235481,-0.1019405946135521,0.994780421257019,-0.0021765315905213356,-0.0013844543136656284,-0.0019114511087536812,-0.0027133249677717686,-0.0007662922143936157,0.005539894104003906 +96,3.137229184844946,0.10202912612315357,2.580941841823104,0.004340763203799725,-0.10185220092535019,0.9947901368141174,0.0028313761577010155,-0.0006554527208209038,0.0001680338755249977,-0.0003582197241485119,-0.00029014796018600464,0.004584312438964844 +97,3.137059585751582,0.1020045419571596,2.580964906759819,0.0045094904489815235,-0.10182774066925049,0.9947919845581055,0.001201375387609005,-0.0027202642522752285,0.0008231997489929199,0.001243073958903551,-0.0014437586069107056,0.004963994026184082 +98,3.1370691495373597,0.1019962653081875,2.580976594690336,0.0044999802485108376,-0.10181950777769089,0.9947929382324219,-0.0002805860713124275,0.0005728276446461678,0.0017871363088488579,0.0014051729813218117,0.0003485381603240967,0.0044901371002197266 +99,3.1370275179618363,0.10202398777034868,2.5809913381090768,0.004541381262242794,-0.1018470898270607,0.9947896003723145,-0.0004993090406060219,0.00019332277588546276,0.0012245094403624535,-0.0020999759435653687,-0.0016685351729393005,0.004493117332458496 +100,3.1370389052327328,0.10212568400495269,2.5810200747106937,0.0045300074853003025,-0.10194825381040573,0.994779646396637,-0.0009549781680107117,-0.0010508676059544086,0.0017410358414053917,0.0013598878867924213,-0.0007434114813804626,0.004488110542297363 +101,3.1370231472440238,0.10205161094196163,2.5810004596712566,0.004545717500150204,-0.10187456756830215,0.9947870373725891,-1.451931893825531e-05,-0.00023328885436058044,0.0010449765250086784,0.0005354592576622963,0.0007850676774978638,0.005014777183532715 +102,3.1370537152098477,0.10203371897800745,2.580981150530136,0.004515315871685743,-0.1018567681312561,0.9947887659072876,-0.0010029645636677742,0.0007654149085283279,0.0015893978998064995,-0.0012499354779720306,-0.0014910101890563965,0.0062181949615478516 +103,3.137082339174333,0.10207430264365651,2.5810023463123986,0.004486823454499245,-0.10189714282751083,0.9947850108146667,-0.0010959738865494728,0.0019970799330621958,0.00011494476348161697,-0.0008399719372391701,-0.000901341438293457,0.005383014678955078 +104,3.137057316738756,0.10203413759019493,2.58097605798552,0.004511732142418623,-0.10185718536376953,0.9947885870933533,-0.0009486433118581772,0.00031425338238477707,0.0008133891969919205,-0.000742811243981123,-5.6236982345581055e-05,0.004448235034942627 +105,3.1370714206937462,0.10205755698234999,2.580969573286664,0.004497691057622433,-0.10188048332929611,0.994786262512207,-0.001014883629977703,0.0022774795070290565,-0.0009508365765213966,0.001148059032857418,-0.0018029659986495972,0.004252195358276367 +106,3.1370866433212687,0.10213716918282195,2.581011175145326,0.004482513293623924,-0.10195967555046082,0.9947786927223206,0.0013690842315554619,0.0030827284790575504,-0.0007704803720116615,-0.0012171301059424877,0.0008091479539871216,0.0075560808181762695 +107,3.1371124367526706,0.1020310011187328,2.5810168589107265,0.004456902854144573,-0.10185406357049942,0.9947896003723145,0.001253155991435051,-0.0002034064382314682,0.00047835521399974823,0.001005745492875576,-0.0015242472290992737,0.0052716732025146484 +108,3.1370634260264567,0.10206966458337187,2.5810712865726533,0.004505638498812914,-0.10189252346754074,0.9947850704193115,-0.0004271967336535454,0.0001767489593476057,-0.0009321607649326324,-0.0003399895504117012,0.0002995207905769348,0.00449758768081665 +109,3.1371406347965722,0.10206886388827664,2.581134779084191,0.004428834188729525,-0.10189172625541687,0.9947857856750488,-0.004223098047077656,0.0007557556964457035,-0.0002599591389298439,-0.00015637231990695,-0.0014865770936012268,0.005153298377990723 +110,3.1370802583520185,0.10219405300516671,2.5811807683894097,0.004488839302212,-0.10201627016067505,0.9947729706764221,0.0002975156530737877,0.0014312095008790493,-4.5564956963062286e-05,-0.001040351577103138,0.0007283985614776611,0.006600618362426758 +111,3.137017893193854,0.1020937673886078,2.581204508702713,0.004550923593342304,-0.10191650688648224,0.9947825074195862,0.0007071075960993767,0.0010457269381731749,0.0006888089701533318,0.001583110075443983,-0.0010955706238746643,0.004896998405456543 +112,3.137129266218749,0.1020817139668014,2.581205301728048,0.00444013811647892,-0.10190451145172119,0.9947845339775085,0.00018473155796527863,0.0007711099460721016,-0.0006639230996370316,-0.0019224374555051327,0.0010896772146224976,0.004284858703613281 +113,3.1371912656677208,0.10200468527452068,2.5812429244046595,0.004378495737910271,-0.10182788223028183,0.9947924613952637,-0.00011375453323125839,0.0006466221529990435,-0.00015006866306066513,0.0002143997699022293,-0.0012604966759681702,0.003498554229736328 +114,3.1370814430109717,0.10211562490912955,2.5812995994444283,0.004487695172429085,-0.10193824768066406,0.9947806000709534,-0.0022443998605012894,-0.001826171763241291,-0.0006323857232928276,0.0007460690103471279,-0.0014400407671928406,0.00903409719467163 +115,3.1370965379905544,0.10200251502154124,2.5813229905923833,0.004472731612622738,-0.10182572901248932,0.9947924017906189,0.0005829157307744026,-0.0015475735999643803,0.0009835781529545784,-0.002275466453284025,0.001148223876953125,0.00464320182800293 +116,3.1371455425762096,0.10206106245077881,2.581321300504613,0.0044239540584385395,-0.10188397020101547,0.9947862029075623,-0.0017997827380895615,0.00054323417134583,-0.003388321027159691,0.0006724810227751732,-0.0020436272025108337,0.0026043057441711426 +117,3.137095456632799,0.10211895963940114,2.581355439107149,0.004473753273487091,-0.1019415631890297,0.9947803616523743,-0.0020606843754649162,0.002640030812472105,-0.0008468413725495338,0.0021333019249141216,0.0013861581683158875,0.004014194011688232 +118,3.13714228182338,0.10202400254120805,2.5813811530412614,0.004427215084433556,-0.1018471047282219,0.9947900772094727,-0.0016030725091695786,0.0005125347524881363,-0.0022834353148937225,-0.002260467503219843,-0.0026450827717781067,0.005347073078155518 +119,3.1371587306180246,0.10212618587025506,2.581414752497596,0.0044108061119914055,-0.10194875299930573,0.9947798848152161,-2.971664071083069e-05,0.0012124311178922653,0.001092826947569847,0.0036763506941497326,-2.572685480117798e-05,0.0059830546379089355 +120,3.1369924953740216,0.10201213756737422,2.5814566221945547,0.004576227627694607,-0.10183529555797577,0.99479079246521,-0.0009463084861636162,-0.00020403601229190826,0.00024879537522792816,-0.0008835997432470322,-0.000932641327381134,0.005331277847290039 +121,3.1370836059956964,0.10218084721822748,2.5814612035884257,0.004485512617975473,-0.10200312733650208,0.994773805141449,-0.001443435437977314,-0.0001625153236091137,0.0011348864063620567,-0.0024103173054754734,-0.000871613621711731,0.004554629325866699 +122,3.1371219853198427,0.10199548782970276,2.581491008017016,0.004447420593351126,-0.10181873291730881,0.9947932958602905,-0.0014644498005509377,-0.0013194987550377846,-0.0008575757965445518,0.0012441081926226616,0.0031706392765045166,0.007404208183288574 +123,3.137041466337726,0.10203852727206297,2.5815593285210383,0.004527498502284288,-0.10186155140399933,0.9947881698608398,-0.00025677867233753204,-0.0003602677024900913,0.0007069464772939682,0.0005994546227157116,-0.0039581358432769775,0.0054711103439331055 +124,3.1370652133633956,0.1021239932422269,2.581564021427967,0.004503836389631033,-0.10194656997919083,0.9947797060012817,-0.00016024429351091385,0.0012780963443219662,-0.0002409396693110466,-0.0012689735740423203,0.0016505494713783264,0.0036028623580932617 +125,3.137022824513071,0.10203947395919533,2.5815928830355643,0.004546044394373894,-0.10186249017715454,0.9947883486747742,-0.0018520122393965721,0.00048768892884254456,5.8708712458610535e-05,0.0004130629822611809,-0.0033011063933372498,0.004097938537597656 +126,3.1369739182608583,0.10213356250318514,2.5816035757676072,0.0045946515165269375,-0.1019560918211937,0.994778573513031,0.0013934243470430374,0.0007718196138739586,0.0008092382922768593,0.0016309330239892006,-0.0006898045539855957,0.006625533103942871 +127,3.1370190800206434,0.10203621589108491,2.5816689888727278,0.00454977061599493,-0.10185924917459488,0.994788646697998,-0.00073983334004879,0.0014911023899912834,0.002660216763615608,-0.001909998245537281,0.0008002743124961853,0.004021406173706055 +128,3.1371093620161394,0.10212114396289376,2.5817087205653872,0.004459920339286327,-0.101943738758564,0.9947803616523743,-0.00015433598309755325,0.004206829704344273,1.1027790606021881e-05,0.0013689370825886726,-0.0018465667963027954,0.005250334739685059 +129,3.136971764339916,0.10210929836960839,2.581740646310412,0.004596803802996874,-0.10193195194005966,0.9947806596755981,0.0012887241318821907,0.0009998148307204247,-0.0009696139022707939,0.0017050779424607754,7.954984903335571e-05,0.006439924240112305 +130,3.136942057720289,0.10204896270961433,2.581750293190755,0.004626383539289236,-0.10187193006277084,0.9947865605354309,0.0006269700825214386,-0.0009563760831952095,-0.0004368014633655548,-0.002062908373773098,0.00033996254205703735,0.00608295202255249 +131,3.137039070371295,0.10206366223812327,2.581783231288432,0.004529871977865696,-0.1018865555524826,0.9947859644889832,-0.00021441839635372162,0.0006748565938323736,0.0015992093831300735,0.0019856328144669533,-0.0008051171898841858,0.005427837371826172 +132,3.1369278427973626,0.1021364247120373,2.5817903192814424,0.004640483763068914,-0.10195893794298172,0.9947777986526489,-0.0009561153128743172,0.0019103081431239843,-9.864941239356995e-05,0.001997088547796011,-0.002090729773044586,0.0033301115036010742 +133,3.1370448686909396,0.10206671037642961,2.5817760787966075,0.004524101037532091,-0.10188958793878555,0.9947854280471802,-0.0007147490978240967,0.0008689125534147024,0.001007257029414177,-0.0016554486937820911,0.0011663362383842468,0.004573702812194824 +134,3.137041535625291,0.10204121853656253,2.5817897052441348,0.004527427721768618,-0.10186422616243362,0.9947877526283264,0.0006821826100349426,-0.002041903790086508,0.0004324633628129959,-0.00031600426882505417,-0.000918954610824585,0.006310641765594482 +135,3.1369363865390634,0.10202552626519702,2.581840499257076,0.004632036667317152,-0.10184861719608307,0.9947889447212219,0.00034448783844709396,0.0007173425983637571,-0.001744251698255539,0.00031180959194898605,-0.0007209405303001404,0.00315093994140625 +136,3.1369687888339337,0.10203006583489652,2.581803057381735,0.004599801264703274,-0.1018531322479248,0.9947887063026428,0.0012334147468209267,-0.0014586648903787136,0.00017654988914728165,-0.00012897420674562454,-0.0008537545800209045,0.006004631519317627 +137,3.1369964813146254,0.10194087817279641,2.581805587478983,0.004572295118123293,-0.10176441073417664,0.994797945022583,-0.0016348715871572495,-0.0004007043316960335,-0.0007530199363827705,-0.0009559639729559422,-0.00019481778144836426,0.008467376232147217 +138,3.137018778094684,0.1019051276119866,2.581839794247257,0.004550130572170019,-0.10172884166240692,0.9948017001152039,-0.0008073747158050537,0.00013702735304832458,-9.394902735948563e-05,0.0014770920388400555,-0.00036770105361938477,0.004603147506713867 +139,3.137011562738237,0.10195551002445005,2.5818385714859686,0.00455728592351079,-0.10177896171808243,0.9947967529296875,0.0012912452220916748,-0.0016358597204089165,-0.001402026042342186,5.091074854135513e-06,-0.001507788896560669,0.004028439521789551 +140,3.1370704178716142,0.1018893120309326,2.5818976744369873,0.004498767200857401,-0.10171311348676682,0.9948036074638367,0.0020797988399863243,0.0006829237099736929,-0.0002407291904091835,-0.0006840694695711136,0.0014323517680168152,0.005486249923706055 +141,3.1370165934692427,0.10180799353531282,2.5819225083407282,0.004552349913865328,-0.10163221508264542,0.9948116540908813,0.0005298396572470665,-0.0007671033963561058,-2.1877698600292206e-05,0.0013070236891508102,-0.0035618841648101807,0.006302237510681152 +142,3.136996001991814,0.1019835317233919,2.58189749128861,0.004572753328830004,-0.10180684179067612,0.9947939515113831,0.0006047580391168594,-0.001021682284772396,0.001391279511153698,-0.001871948130428791,0.0018007159233093262,0.00404667854309082 +143,3.137083906108278,0.10185693026152769,2.581860484892838,0.004485363606363535,-0.10168089717626572,0.9948069453239441,0.00012804940342903137,0.00031271972693502903,-0.0009576547890901566,0.0011451276950538158,-0.0006597861647605896,0.004445314407348633 +144,3.137086246596365,0.10199467155991725,2.5819167468492727,0.004482972901314497,-0.10181792080402374,0.9947931170463562,-0.0010317303240299225,-0.002038540318608284,-0.001963013783097267,0.002566587645560503,-0.00011080503463745117,0.006793975830078125 +145,3.137141867872347,0.10189829651923868,2.5819324633740677,0.004427684936672449,-0.10172204673290253,0.9948031902313232,0.0018796436488628387,0.0017178039997816086,-0.00044682156294584274,-0.0012691165320575237,-0.000359266996383667,0.005257964134216309 +146,3.13719739412288,0.10190492430314717,2.5819981637003204,0.004372443072497845,-0.1017286404967308,0.9948024749755859,-0.0009122202172875404,-0.0005995300598442554,-0.0008199978619813919,0.0013190838508307934,-0.0005662664771080017,0.0035189390182495117 +147,3.137154688496166,0.10190983686843057,2.5819702023055413,0.00441492535173893,-0.10173352807760239,0.9948019981384277,-0.0010678134858608246,-0.00222617294639349,0.0005859341472387314,-5.134847015142441e-06,0.0004914477467536926,0.0036417245864868164 +148,3.137184051117473,0.10186444351198325,2.582019431173596,0.004385734908282757,-0.10168837010860443,0.9948064684867859,0.0007168306037783623,0.0002121033612638712,-7.968395948410034e-06,-0.0005862978287041187,-0.002208709716796875,0.006307244300842285 +149,3.1372105110664754,0.1019658471467173,2.581994797586676,0.004359367769211531,-0.10178925096988678,0.9947964549064636,-0.0005245525389909744,0.002260892651975155,0.0004194285720586777,0.0007828455418348312,-0.00018523633480072021,0.008011102676391602 +150,3.137141090617958,0.1019113389257124,2.581978533577647,0.00442845094949007,-0.10173502564430237,0.9948015213012695,-0.0010179057717323303,-0.0013179383240640163,-0.0009062997996807098,-0.0007205670699477196,-0.000392034649848938,0.005808651447296143 +151,3.1371422272639737,0.10190265622697253,2.5819961026245672,0.00442732498049736,-0.10172638297080994,0.9948025941848755,-0.0019779251888394356,-0.0021591377444565296,0.0004906905815005302,-0.0008720271289348602,-0.0014535412192344666,0.0034579038619995117 +152,3.137063608578284,0.10189780764015773,2.582033004410642,0.004505537450313568,-0.10172156244516373,0.9948027729988098,-9.470991790294647e-05,-3.560911864042282e-05,-0.0005002105608582497,-0.0010723094455897808,0.000738881528377533,0.004007101058959961 +153,3.137042240349933,0.10182353820290829,2.5820846227625935,0.0045268298126757145,-0.10164767503738403,0.9948104023933411,-0.00034981314092874527,0.0010152892209589481,-0.003888579085469246,0.0006916774436831474,5.463510751724243e-05,0.004762530326843262 +154,3.137024534582019,0.10186764798633587,2.582108698118943,0.004544422030448914,-0.10169155895709991,0.9948055744171143,-0.00206077191978693,-0.0011925729922950268,-0.00120571069419384,-0.00016514956951141357,-0.0013357847929000854,0.002997159957885742 +155,3.137022546846564,0.10191609026524333,2.5821867345386877,0.004546376410871744,-0.10173974931240082,0.9948005676269531,0.0006012506783008575,-0.0007968978025019169,-0.0021774936467409134,0.0012519634328782558,0.0008486509323120117,0.005275607109069824 +156,3.136966802779841,0.1018793269552238,2.5821606425828065,0.004601848777383566,-0.10170317441225052,0.9948042631149292,0.0006776312366127968,4.008086398243904e-05,0.00043152645230293274,0.0006013982929289341,-0.001522548496723175,0.0071032047271728516 +157,3.136920577138888,0.10201916559914397,2.5821871600112734,0.004647768102586269,-0.10184229165315628,0.9947898983955383,-0.0005696555599570274,0.0010313321836292744,-0.00044710468500852585,0.0012726420536637306,-0.0007730871438980103,0.005195021629333496 +158,3.136903480331303,0.1019977381798627,2.582198492824445,0.004664786625653505,-0.10182097554206848,0.9947920441627502,-0.00015200674533843994,0.002236307831481099,-0.0004677996039390564,0.0007215649820864201,0.0001211315393447876,0.002888798713684082 +159,3.136890630959482,0.10199730751417266,2.582225686872496,0.0046775671653449535,-0.10182054340839386,0.9947916269302368,0.0014644963666796684,-5.982443690299988e-05,0.0007356302812695503,-0.0001914864405989647,-0.0027631819248199463,0.006154239177703857 +160,3.136858671411867,0.10207436337384469,2.5822132679687755,0.004709324799478054,-0.10189720243215561,0.9947839975357056,-0.0013906871899962425,-0.0003439350984990597,0.001046581193804741,-0.002481540199369192,0.0011281445622444153,0.006223201751708984 +161,3.1369288738494845,0.10203772121596015,2.5822090518464185,0.004639504477381706,-0.10186074674129486,0.9947876930236816,0.0001499578356742859,-0.0005838521756231785,0.0030263662338256836,-0.0009011002257466316,-0.0006172657012939453,0.003838837146759033 +162,3.136921345605192,0.10213491496988755,2.5821780250882442,0.004646949004381895,-0.10195744037628174,0.9947781562805176,0.0005129091441631317,0.002117966301739216,-0.00011735130101442337,0.00023586396127939224,0.0003644004464149475,0.0034062862396240234 +163,3.1368496630347225,0.10212096111333935,2.5821869550947065,0.004718261770904064,-0.10194355249404907,0.9947787523269653,-0.0004353011026978493,0.00217811344191432,-0.0004667416214942932,0.0004697265103459358,-0.00038186460733413696,0.005129456520080566 +164,3.136839658413411,0.10217215966545633,2.5821776170565207,0.004728189669549465,-0.10199448466300964,0.9947736263275146,0.0005289800465106964,-0.0005401200614869595,-0.0015850840136408806,-0.0007761646993458271,-0.0002393871545791626,0.007347226142883301 +165,3.1369076513872476,0.10218603299454693,2.5821986896683535,0.004660546313971281,-0.10200829058885574,0.994772732257843,-0.0005376152694225311,0.0025601270608603954,0.0015600640326738358,0.0012140870094299316,-0.0008206963539123535,0.006234407424926758 +166,3.136864309087339,0.10217203486309168,2.5822075318741655,0.004703667014837265,-0.10199436545372009,0.9947735667228699,-0.00015293806791305542,0.0010529106948524714,-1.9863247871398926e-05,-0.0008431961759924889,-0.0007430389523506165,0.00232696533203125 +167,3.13689720715563,0.10226670562620244,2.5822439211743773,0.00467089656740427,-0.10208854079246521,0.9947642683982849,-0.003039281815290451,0.0006343971472233534,0.0026945360004901886,-0.0006578364409506321,0.0013652816414833069,0.005479753017425537 +168,3.1369324064827424,0.1022535425199177,2.582236270113265,0.0046358872205019,-0.10207544267177582,0.99476557970047,-0.0010245880112051964,0.0007997883949428797,0.0015303511172533035,0.002261083573102951,-0.0023404136300086975,0.007156729698181152 +169,3.1368758248494415,0.10233108568799677,2.5822700280577524,0.004692136775702238,-0.10215258598327637,0.9947577118873596,0.0007023941725492477,-0.0005924529395997524,0.0006074309349060059,0.00028222938999533653,0.0004680231213569641,0.006752908229827881 +170,3.1369452777956615,0.10228293144620292,2.582256415149865,0.0046230703592300415,-0.10210467875003815,0.9947628974914551,-0.0015161214396357536,0.00010303221642971039,0.0006740270182490349,0.00047336285933852196,-0.001395680010318756,0.0012392401695251465 +171,3.136946611075933,0.10239183439563544,2.5822750739048,0.004621692467480898,-0.10221301764249802,0.9947518110275269,-0.001666889525949955,0.001518900040537119,-0.0017341803759336472,0.0012071640230715275,-0.0012873634696006775,0.0055686235427856445 +172,3.1369406806877334,0.1022338883195394,2.5823218667033103,0.004627666436135769,-0.10205589234828949,0.9947678446769714,0.0005167331546545029,-0.0001952769234776497,-6.072781980037689e-05,-0.0010418500751256943,0.0025991052389144897,0.002058267593383789 +173,3.1368744928040964,0.10220729936807665,2.582357467570524,0.004693521652370691,-0.10202944278717041,0.9947704076766968,-0.0007848022505640984,6.524473428726196e-05,0.0003265123814344406,0.0026764743961393833,-0.0019744783639907837,0.0047109127044677734 +174,3.136873260619565,0.1022327664076154,2.5823803143375703,0.004694733768701553,-0.10205477476119995,0.9947674870491028,0.001698637381196022,0.0009947679936885834,-0.0006629163399338722,0.00017281901091337204,0.000751689076423645,0.0009750723838806152 +175,3.1369512982013865,0.10220227287528091,2.582409487795741,0.004617118742316961,-0.10202444344758987,0.9947710037231445,-0.0008486974984407425,-0.0022257831878960133,-0.0007411418482661247,-0.0018247617408633232,-0.0012317672371864319,0.013636410236358643 +176,3.1369757551341078,0.1021819206736038,2.5824444815582295,0.0045928009785711765,-0.10200420022010803,0.9947735667228699,0.0007133316248655319,-0.0006888937205076218,0.0004788655787706375,0.0018769251182675362,-0.0038307905197143555,0.007027149200439453 +177,3.1368778398546557,0.10228937726126755,2.5824685441285036,0.00469015259295702,-0.1021110936999321,0.9947620034217834,-0.00039317086338996887,-0.0028387820348143578,-0.0019672783091664314,-0.0008601970039308071,0.0026237741112709045,-0.0008959770202636719 +178,3.136930081351785,0.10213236766287177,2.5825197489975618,0.004638257902115583,-0.10195489972829819,0.9947779774665833,0.0012247245758771896,0.0010059778578579426,-0.0026729730889201164,-0.0008693365380167961,-0.001392856240272522,0.0032839179039001465 +179,3.136961906307878,0.1022013318401144,2.5825482691647443,0.004606566857546568,-0.10202350467443466,0.9947712421417236,0.0007417360320687294,-0.0015298118814826012,0.001068098470568657,0.0005509005859494209,-0.0020871981978416443,0.010004699230194092 +180,3.136849999074507,0.10220413074899865,2.5825711994430507,0.004717889707535505,-0.10202629119157791,0.9947708249092102,-0.00030436180531978607,0.0007749216165393591,0.0001816311851143837,0.002118048258125782,3.6522746086120605e-05,0.005229473114013672 +181,3.1369339082300627,0.10217164466142883,2.582580567371442,0.004634433891624212,-0.10199397802352905,0.994774341583252,-0.000926947221159935,0.0004004740621894598,-0.0009588152170181274,-0.0021777688525617123,0.001438535749912262,0.0023571252822875977 +182,3.1370455489552422,0.1021877417367895,2.582594606514534,0.0045233676210045815,-0.10200998932123184,0.9947729110717773,0.0018071793019771576,0.001460088649764657,-0.0008250996470451355,0.00011530239135026932,-0.0018870905041694641,0.00777512788772583 +183,3.1369353240784257,0.10214251500804043,2.5826397140118607,0.004633037839084864,-0.10196499526500702,0.9947770237922668,-0.00034219585359096527,-0.0007504303939640522,0.0016134921461343765,0.00037184450775384903,0.0013790801167488098,0.005726337432861328 +184,3.136963439311834,0.10222210995278717,2.582650374177271,0.004605032503604889,-0.10204418003559113,0.9947692155838013,-0.0022004572674632072,0.0010681131388992071,0.0006669722497463226,-4.2654573917388916e-05,-0.0006932541728019714,0.0037049055099487305 +185,3.1369992313377906,0.10231406642395412,2.5826862421473624,0.004569385666400194,-0.10213565081357956,0.9947601556777954,-0.001573764719069004,-0.0010054404847323895,-0.0012321146205067635,-0.0017465087585151196,0.00011537224054336548,0.006765842437744141 +186,3.1370865401503223,0.1022681490364633,2.5826623611887243,0.004482554271817207,-0.10208997875452042,0.9947649836540222,-6.115343421697617e-05,-0.0012805401347577572,-0.002026285044848919,0.00018663424998521805,-0.0018681436777114868,0.007279574871063232 +187,3.136957786467524,0.10233455578291786,2.582713122531592,0.004610602278262377,-0.10215603560209274,0.9947575926780701,0.0006875237450003624,0.0006250331643968821,0.0019033458083868027,0.0004858328029513359,0.0005935505032539368,0.003243386745452881 +188,3.1369559146024377,0.10220724841230464,2.5827689939111473,0.004612524528056383,-0.10202939063310623,0.9947705864906311,0.0015430077910423279,0.0028006890788674355,-0.0021205637603998184,-0.0006299805827438831,0.0004058629274368286,0.0032914280891418457 +189,3.13701811789523,0.1022160962222043,2.582762047264928,0.004550642799586058,-0.1020381972193718,0.9947700500488281,0.00031811371445655823,0.00169848813675344,-0.0003372104838490486,-0.0002934415824711323,-0.00010413676500320435,0.0056113600730896 +190,3.1370156129871876,0.10220201774589627,2.582806325027543,0.004553141538053751,-0.10202419012784958,0.9947714805603027,0.0012909872457385063,-0.0005144705064594746,0.0015088506042957306,-0.0003417152911424637,-0.0011557415127754211,0.005609989166259766 +191,3.136994342117878,0.10221326109295202,2.5828175760779923,0.004574296530336142,-0.10203537344932556,0.9947704076766968,-0.0007024137303233147,0.0028096744790673256,-0.0025235647335648537,-0.0006680465303361416,0.0004728585481643677,0.0059316158294677734 +192,3.1370024678457957,0.10211576507060509,2.582812909973014,0.004566258750855923,-0.1019383892416954,0.994780421257019,-0.000280170701444149,0.0007505249232053757,0.0005432190373539925,0.00164406793192029,-0.0014551803469657898,0.007493257522583008 +193,3.137111378196921,0.1021539387163421,2.5828456217685747,0.0044578989036381245,-0.10197636485099792,0.9947768449783325,-0.0024198899045586586,-0.002492298372089863,0.00040022656321525574,-0.0015282128006219864,0.0009479224681854248,-0.0040847063064575195 +194,3.1372084305138785,0.10220129397291779,2.582826257916792,0.004361332859843969,-0.10202346742153168,0.9947725534439087,-0.00020644348114728928,-0.0005201678723096848,-0.0003750482574105263,-0.0013400926254689693,-0.0015532001852989197,0.006951808929443359 +195,3.137309232687164,0.10211873455753713,2.582865407424336,0.004261094145476818,-0.10194133967161179,0.9947815537452698,0.001590612344443798,-0.0009225336834788322,0.0007361285388469696,0.004299088381230831,0.0014621913433074951,0.008041620254516602 +196,3.137205965778755,0.10209993022635465,2.5829629689841407,0.004363828804343939,-0.10192263126373291,0.9947826266288757,-0.0012097209692001343,-0.0005080271512269974,1.798383891582489e-06,-0.0007627541199326515,-0.004217490553855896,0.003737151622772217 +197,3.137242530074672,0.10223689028337624,2.582962289761541,0.004327395465224981,-0.10205888003110886,0.9947690367698669,-0.0006624460220336914,-0.0022479286417365074,8.77799466252327e-05,-0.0014892606995999813,0.0031056180596351624,0.003949284553527832 +198,3.137139694168308,0.1021092859954067,2.5829909409928424,0.004429750610142946,-0.10193194448947906,0.9947814345359802,-0.0005950462073087692,-0.0007269843481481075,-0.0009685177356004715,0.0022078226320445538,-0.0014005601406097412,0.0062103271484375 +199,3.137316613484235,0.10228643781856138,2.5830079767113325,0.004253678023815155,-0.10210816562175751,0.9947642683982849,0.0023417831398546696,0.0032242033630609512,0.0008086087182164192,-0.0016596815548837185,0.0013696253299713135,0.007234692573547363 +200,3.137278689796685,0.10221077342847751,2.582979621757977,0.00429143663495779,-0.10203289985656738,0.9947718977928162,0.0008058371022343636,0.0008119691628962755,-0.002964395098388195,-0.000217340886592865,0.00011944770812988281,0.0021001100540161133 +201,3.1372134758860644,0.10231705567070754,2.582975910525636,0.004356261808425188,-0.10213862359523773,0.9947606921195984,-0.0018976591527462006,0.004539174027740955,-0.0009513814002275467,0.0007859505712985992,-0.00046147406101226807,-0.006845593452453613 +202,3.137257128533927,0.10223705610307862,2.5830234778869112,0.004312874283641577,-0.10205904394388199,0.994769275188446,0.0014490531757473946,-0.0053009940311312675,0.0009829550981521606,0.0035301437601447105,0.0006948858499526978,0.013028264045715332 +203,3.1346075618619484,0.10324107474448169,2.582897228076891,0.006947844289243221,-0.10305777192115784,0.9946513772010803,-0.1702348291873932,-0.3936295807361603,0.003001205623149872,-0.0037892740219831467,0.002502329647541046,0.015618085861206055 +204,-3.130649490835771,0.04814327819884959,2.420219822801295,-0.010930266231298447,-0.048124682158231735,0.9987816214561462,1.443902850151062,0.12414610385894775,1.512352705001831,0.005955899134278297,-0.04770052060484886,0.15456926822662354 +205,3.0930237984227023,0.01829917110267495,2.3412513282917633,0.04854164645075798,-0.01829814910888672,0.998653769493103,-1.6005693674087524,0.03422287106513977,1.8745596408843994,-0.020419687032699585,-0.02283954806625843,0.07129275798797607 +206,-3.104396261641228,0.21303727967343716,2.11013863279195,-0.036347124725580215,-0.21142949163913727,0.9767172932624817,-1.8690167665481567,0.4757046401500702,2.692589044570923,-0.04353263974189758,0.23089970648288727,-0.13112092018127441 +207,-2.9425821538434294,0.22157346850467113,1.725822862856029,-0.19286631047725677,-0.21976490318775177,0.956298291683197,0.8121774792671204,0.5675719380378723,4.087050437927246,0.03412909805774689,0.09313216805458069,-0.0826714038848877 +208,-2.8562287962061004,0.04632806240206812,1.4298521157002533,-0.28120461106300354,-0.04631149023771286,0.9585298895835876,0.44524502754211426,0.7674914002418518,3.0410444736480713,0.04980504512786865,-0.15785109996795654,0.02540278434753418 +209,-2.7925085032727868,-0.018825854702577877,1.2649081405432356,-0.3419767916202545,0.01882474310696125,0.939520001411438,0.1264764368534088,0.42353692650794983,0.5277259945869446,0.09408247470855713,0.006001310423016548,-0.008138656616210938 +210,-2.7807981799189663,-0.05266386635865545,1.1566332534512402,-0.35252824425697327,0.05263952538371086,0.9343194961547852,-0.19334575533866882,0.31056323647499084,1.513136863708496,0.08641496300697327,0.00755639374256134,0.06534481048583984 +211,-2.8123854636773733,-0.0774301476371376,1.0638883956292098,-0.3223242163658142,0.07735279947519302,0.9434635639190674,-0.03584487736225128,-0.45201292634010315,0.32343530654907227,-0.010668307542800903,0.07846993952989578,0.09344732761383057 +212,-2.8655119046579838,-0.08133599648493013,1.055556193947125,-0.27168580889701843,0.08124634623527527,0.9589505791664124,-0.021479586139321327,-0.46333393454551697,-0.1330556571483612,-0.03846439719200134,-0.0006036236882209778,-0.015621542930603027 +213,-2.90146950256368,-0.07935359678799345,1.0291008505423587,-0.23707382380962372,0.07927034050226212,0.9682520031929016,-0.24574781954288483,-0.3624472916126251,0.14732325077056885,-0.1327381432056427,-0.008286476135253906,-0.06439781188964844 +214,-2.9068908498896446,-0.051499651158555405,1.0108852790874732,-0.23224468529224396,0.05147688835859299,0.9712944030761719,-0.3389050364494324,-0.020159639418125153,0.13145655393600464,0.010275036096572876,-0.010339193046092987,0.008701443672180176 +215,-2.910442020705794,-0.03701947232395028,1.0044324755179004,-0.2289406657218933,0.03701101616024971,0.9727362394332886,-0.02060154266655445,-0.01671091839671135,0.0014281095936894417,0.00233246386051178,0.001715775579214096,0.012126743793487549 +216,-2.924572742280211,-0.030852641627846324,1.0030608586171967,-0.21521790325641632,0.03084774687886238,0.9760786294937134,-0.06150803714990616,-0.14527760446071625,-0.0010287696495652199,0.0026935189962387085,-0.002557951956987381,0.01447606086730957 +217,-2.9776889876415003,-0.006353924730479388,0.9980622485247218,-0.16316752135753632,0.0063538821414113045,0.986578106880188,-0.060831133276224136,-0.05010867118835449,-0.00644735898822546,0.15753698348999023,-0.09581616520881653,0.16691017150878906 +218,-2.9783984621221222,-0.005575956835011721,0.9978655003389238,-0.16246828436851501,0.005575927905738354,0.9866981506347656,-0.0015966705977916718,0.002046516863629222,0.0030092094093561172,-5.30928373336792e-05,0.0014736284501850605,0.003963589668273926 +219,-2.9781444526311716,-0.0055979152938549276,0.9964469947515066,-0.16271890699863434,0.00559788616374135,0.9866568446159363,0.00015589967370033264,0.0025051566772162914,0.0008745109662413597,0.005049794912338257,0.0010396852158010006,0.004661083221435547 +220,-2.978356860288093,-0.005576176163654094,0.991969443874205,-0.16250930726528168,0.005576147232204676,0.9866912364959717,7.962342351675034e-05,0.0012844768352806568,-0.00010743830353021622,0.0034974515438079834,-0.0007848814129829407,0.00686955451965332 +221,-2.9784650772103616,-0.005496190924371701,0.9879805929255888,-0.16240261495113373,0.005496163386851549,0.9867093563079834,-0.0023914026096463203,0.0026215333491563797,-0.0010261982679367065,0.0011934787034988403,0.001522884238511324,0.005096793174743652 +222,-2.9786166303734056,-0.005622495883998806,0.9843552237383795,-0.16225294768810272,0.005622466094791889,0.9867332577705383,-0.0031586363911628723,0.0015876619145274162,-0.0001764446496963501,0.002554461359977722,0.002235807478427887,0.004889726638793945 +223,-2.978694088008348,-0.005631977633754555,0.9802103567025789,-0.16217651963233948,0.005631947889924049,0.9867458343505859,-0.0012429021298885345,0.002302336972206831,0.001414543017745018,0.0011657625436782837,-0.00039818836376070976,0.005212903022766113 +224,-2.978762693305415,-0.00558584663623003,0.9771550446435673,-0.1621088832616806,0.0055858176201581955,0.986757218837738,0.0001321909949183464,0.00148175866343081,-0.0006942683830857277,0.002028927206993103,0.0017384067177772522,0.005125164985656738 +225,-2.9790320429852435,-0.005650295564645556,0.9741859501443878,-0.1618429720401764,0.005650265607982874,0.9868001341819763,-0.0014540525153279305,0.0007867175154387951,0.000415729358792305,0.0013510584831237793,0.00046850647777318954,0.00413590669631958 +226,-2.9790514794144247,-0.005574936453280375,0.9723364274280156,-0.16182386875152588,0.0055749076418578625,0.9868038296699524,-0.0012742485851049423,0.007052900735288858,0.000936984084546566,0.0007368624210357666,-0.0030114282853901386,0.003934025764465332 +227,-2.9791119788414946,-0.00555180957121964,0.9694215765549484,-0.1617642492055893,0.005551781039685011,0.986814022064209,-0.0013759545981884003,0.004099495708942413,-0.002186276949942112,0.005270093679428101,0.0026727025397121906,0.004671692848205566 +228,-2.979261221085281,-0.005810232774201376,0.9675344093085518,-0.161616712808609,0.005810200236737728,0.9868365526199341,0.00015419255942106247,0.0009175143204629421,-0.0005106721073389053,-0.003437608480453491,0.00011020898818969727,0.004572749137878418 +229,-2.9791323986374865,-0.005635723763220175,0.9652164890867537,-0.16174395382404327,0.00563569413498044,0.9868164658546448,-0.0008578626438975334,-0.00034197140485048294,0.0011491458863019943,0.0027016401290893555,-0.002263503149151802,0.003829658031463623 +230,-2.9794447127308463,-0.005632138172898942,0.9630716631445563,-0.16143584251403809,0.0056321085430681705,0.9868674874305725,-0.0003267638385295868,0.001991111785173416,-0.00022419355809688568,0.0015694648027420044,0.0034316121600568295,0.002802610397338867 +231,-2.979343697090879,-0.005699366708236456,0.9612719402946793,-0.16153544187545776,0.005699336063116789,0.9868506193161011,-0.0011293599382042885,0.0010091993026435375,-0.0008636051788926125,-0.00229819118976593,0.0006330613978207111,0.0037653446197509766 +232,-2.9793490928053257,-0.005587143804519235,0.9601420906974972,-0.16153022646903992,0.005587114952504635,0.9868521690368652,0.0004383344203233719,0.0010757425334304571,-0.0011078231036663055,0.0022284090518951416,-9.394995868206024e-05,0.005549192428588867 +233,-2.9794902124359175,-0.005571085536350928,0.9593483165373191,-0.16139093041419983,0.0055710566230118275,0.9868748188018799,0.0011710897088050842,-0.0005857551004737616,-0.004153089597821236,-0.001878097653388977,0.000593497883528471,0.005602538585662842 +234,-2.979411935401684,-0.005627142025204739,0.9584940629527275,-0.16146814823150635,0.005627112463116646,0.9868619441986084,0.00022732000797986984,0.0014119395054876804,-0.0007780296728014946,0.00021326541900634766,0.0016513243317604065,0.0053102970123291016 +235,-2.979547688655399,-0.005596447762711373,0.957138981973156,-0.16133423149585724,0.005596418399363756,0.9868842363357544,-0.0009996574372053146,0.0008414487820118666,0.001516249030828476,0.0004607737064361572,0.0011021881364285946,0.004525303840637207 +236,-2.9794384672815357,-0.005612876881578124,0.9558140744815014,-0.16144195199012756,0.0056128473952412605,0.9868661165237427,0.0010815830901265144,-0.003112665144726634,0.0007877489551901817,-0.0018881261348724365,-0.0013861586339771748,0.0052602291107177734 +237,-2.9794943551867017,-0.005587661332688813,0.9550384233372529,-0.16138684749603271,0.005587632302194834,0.9868754744529724,-0.0008003730326890945,-0.0006949272938072681,-0.0015449197962880135,-3.5896897315979004e-05,-0.0004759351722896099,0.005083203315734863 +238,-2.9794448947196175,-0.005586563001459412,0.9544054935050911,-0.16143569350242615,0.005586533807218075,0.9868677258491516,-0.0008474951609969139,0.0015790918841958046,-0.0006927391514182091,-0.001253560185432434,0.0018597557209432125,0.004328250885009766 +239,-2.9794738375942282,-0.005617629651981962,0.9536923790995993,-0.16140705347061157,0.005617599934339523,0.9868719577789307,0.0001756567507982254,-0.0017320422921329737,-0.0007888525724411011,0.0007167458534240723,-0.00015495717525482178,0.004979848861694336 +240,-2.9795497969939153,-0.005648534814165554,0.9528471687082051,-0.16133204102516174,0.005648504942655563,0.9868838787078857,0.0009470731019973755,-0.0006965636275708675,0.0008547818288207054,-0.0007620453834533691,-0.00027741584926843643,0.003991186618804932 +241,-2.979551665591541,-0.0057451712681531614,0.9521358249706495,-0.16133008897304535,0.005745139438658953,0.9868835806846619,0.0007693544030189514,-0.005393973086029291,0.0017923815175890923,-6.207823753356934e-05,0.0009076874703168869,0.004235565662384033 +242,-2.979595129375126,-0.005785834390052912,0.9518631446727056,-0.16128720343112946,0.005785801913589239,0.9868905544281006,-0.0021987827494740486,-0.0013821315951645374,0.00021019205451011658,-0.0007306188344955444,-0.0006588548421859741,0.005235910415649414 +243,-2.9795665811019165,-0.0057541775709653116,0.9515510694238294,-0.1613154411315918,0.005754145793616772,0.9868863821029663,0.003959640860557556,0.0005540784914046526,-0.0005156304687261581,-0.0012364089488983154,0.000593503937125206,0.005469202995300293 +244,-2.9795874602652064,-0.005837757581093467,0.9514044305875408,-0.16129477322101593,0.005837724544107914,0.9868893027305603,0.00020237546414136887,-0.0009024674072861671,0.0008300952613353729,3.984570503234863e-05,0.0004946752451360226,0.0032538175582885742 +245,-2.9795872578831144,-0.005840972875624307,0.9509617970645893,-0.16129495203495026,0.005840939469635487,0.9868891835212708,-0.001988292671740055,0.002285485388711095,-0.0006546229124069214,-0.0022487789392471313,-0.0015684808604419231,0.0009649991989135742 +246,-2.9794880366644776,-0.0057805155426867375,0.9501030817310235,-0.1613929122686386,0.00578048313036561,0.9868733882904053,-0.0023095346987247467,-0.0015465812757611275,-7.82189890742302e-05,0.002686232328414917,0.0025813281536102295,0.0056040287017822266 +247,-2.979543544985962,-0.0058358348379118335,0.9491997726016863,-0.16133800148963928,0.00583580182865262,0.9868816137313843,0.0040256911888718605,-0.0007224059663712978,0.00019997544586658478,-0.0031364262104034424,0.0006339233368635178,0.0030624866485595703 +248,-2.9794133830172993,-0.005784285102081831,0.9482790134049331,-0.1614665389060974,0.005784252658486366,0.9868611693382263,-0.0005246251821517944,0.003676481544971466,0.0009289970621466637,0.0012492537498474121,0.00030399858951568604,0.0028390884399414062 +249,-2.9795126812401955,-0.005799453233547006,0.9473646058685312,-0.16136860847473145,0.005799420643597841,0.9868775010108948,-0.00037026219069957733,0.0004958582576364279,0.0008369879797101021,-0.00199204683303833,0.0009144488722085953,0.0052645206451416016 +250,-2.979366744553683,-0.0057993017567483564,0.9464351431781644,-0.16151262819766998,0.005799269303679466,0.9868538975715637,0.00010129716247320175,0.0013387799263000488,-0.0017575416713953018,-0.0015580952167510986,0.00041105737909674644,0.005028724670410156 +251,-2.9793697037404385,-0.005787431157641906,0.9456904001571483,-0.1615096479654312,0.005787398666143417,0.9868541359901428,-0.0010618986561894417,-0.00048435013741254807,0.001250346191227436,0.0008804053068161011,-0.0007977788336575031,0.0038989782333374023 +252,-2.979385743753946,-0.00580898091427472,0.944920005657642,-0.16149383783340454,0.005808948073536158,0.9868568181991577,0.002736038528382778,0.0004980999510735273,0.0007530888542532921,-0.002355054020881653,-0.0019026990048587322,0.004293203353881836 +253,-2.9793692464932984,-0.005817791698095094,0.9443702381514896,-0.16151008009910583,0.005817758850753307,0.9868538975715637,0.0010024094954133034,-0.0017969810869544744,0.00015047844499349594,-0.0013317018747329712,0.002406730782240629,0.004433274269104004 +254,-2.979368995365995,-0.0058859427555607614,0.9436688688779488,-0.16151031851768494,0.005885908845812082,0.9868537783622742,-0.0006617642939090729,-0.0016264598816633224,-0.0007871417328715324,-0.0017435252666473389,-5.704676732420921e-05,0.001793980598449707 +255,-2.979282103799582,-0.005780663203622799,0.9436858811257398,-0.1615961492061615,0.005780631210654974,0.9868402481079102,-0.0018697045743465424,-0.00013708672486245632,0.002094603143632412,-0.0003301352262496948,-0.00013487739488482475,0.0022650957107543945 +256,-2.9792382995001327,-0.005792067519843108,0.9435743585791166,-0.16163933277130127,0.0057920352555811405,0.9868329167366028,-0.0011141607537865639,0.0017321615014225245,-0.00048036500811576843,-0.0023773610591888428,0.0017000283114612103,0.003752410411834717 +257,-2.979140052825896,-0.005742531502755721,0.943478360197355,-0.16173633933067322,0.0057425000704824924,0.9868173599243164,0.0014563417062163353,0.0016772993840277195,0.0010008793324232101,0.0004051625728607178,-0.0008139088749885559,0.004179954528808594 +258,-2.9792046002636527,-0.005699505932476979,0.9433011260952968,-0.1616727113723755,0.005699475295841694,0.9868282079696655,-0.0010905591771006584,0.0014759446494281292,0.0003612060099840164,-0.0007266253232955933,0.0004193051718175411,0.0037573575973510742 +259,-2.979208833808971,-0.005650193873882533,0.943016264977951,-0.1616685539484024,0.0056501636281609535,0.9868290424346924,-2.71480530500412e-06,-0.0017236436251550913,2.7288682758808136e-05,-0.0014478862285614014,0.001994490157812834,0.0033290982246398926 +260,-2.9791789844828513,-0.005671294079629484,0.9427611493055825,-0.16169799864292145,0.005671263672411442,0.9868241548538208,0.0007721250876784325,-0.0017612292431294918,0.0022169239819049835,-0.0007623285055160522,0.0005085472948849201,0.00585174560546875 +261,-2.9792818786407205,-0.005661697955821228,0.9426172606093833,-0.16159646213054657,0.005661667790263891,0.9868407249450684,0.0005297129973769188,-0.0012486919295042753,0.0008478416129946709,-0.0012453347444534302,-0.0001379847526550293,0.004507541656494141 +262,-2.9792685511940262,-0.00571144631135929,0.9426777760922959,-0.16160960495471954,0.005711415316909552,0.9868385195732117,-0.0018823826685547829,1.5576602891087532e-05,0.00020991265773773193,-0.001110166311264038,0.0007583140395581722,0.004113197326660156 +263,-2.9792021061219507,-0.005748413361125552,0.9428441765067833,-0.16167506575584412,0.0057483818382024765,0.9868270754814148,0.0007362673059105873,0.003145866794511676,-0.00025901664048433304,-0.001273512840270996,-0.00013315025717020035,0.0044293999671936035 +264,-2.979196516335196,-0.005762450360115705,0.9430496940034729,-0.16168063879013062,0.005762418266385794,0.9868265986442566,-0.0015621017664670944,-0.0007538285572081804,0.00032070837914943695,-0.0002914518117904663,-0.0005896822549402714,0.006154656410217285 +265,-2.979177607120976,-0.005775924267327387,0.9432610620762382,-0.16169928014278412,0.005775892175734043,0.9868233799934387,0.0013518482446670532,0.0014737523160874844,0.001254994422197342,-0.0004406273365020752,-0.0001148800365626812,0.0035332441329956055 +266,-2.9790999603800596,-0.005764698418108113,0.9431481945471957,-0.16177591681480408,0.0057646664790809155,0.9868109226226807,-0.0006251363083720207,0.0006516994908452034,-0.000529722310602665,-0.00044032931327819824,0.0004609166644513607,0.0025234222412109375 +267,-2.979086336793599,-0.005838640655915452,0.9433836083006351,-0.16178926825523376,0.0058386074379086494,0.9868082404136658,-0.002154163084924221,-0.002998679643496871,0.0017137955874204636,-0.0012356340885162354,0.000356458593159914,0.005211591720581055 +268,-2.97906903148141,-0.0058394087366686635,0.9438126867103593,-0.16180631518363953,0.005839375779032707,0.9868052005767822,-0.00020002014935016632,0.0018864108715206385,-0.0003344407305121422,-0.0019052177667617798,-0.0006208647973835468,0.006297767162322998 +269,-2.9789564045666532,-0.005806028151782887,0.9440783701880848,-0.16191749274730682,0.005805995315313339,0.9867871999740601,-0.0012097721919417381,0.0007789281662553549,-0.0004051094874739647,-0.0012599676847457886,0.0003280332311987877,0.002195894718170166 +270,-2.978855763519177,-0.005798188413862561,0.9442734274599054,-0.162016823887825,0.0057981559075415134,0.9867709875106812,-0.0021927636116743088,-0.002592037431895733,0.0010350355878472328,-0.0010538697242736816,0.0010835607536137104,0.005813241004943848 +271,-2.9788984291799534,-0.005775141143483291,0.9442409709985389,-0.16197477281093597,0.0057751089334487915,0.986778199672699,-0.0011381423100829124,-4.0110666304826736e-05,0.0009717456996440887,-0.0020572543144226074,-0.0012432471849024296,0.0064318180084228516 +272,-2.9788893971239285,-0.005714945651220546,0.9443508001859777,-0.1619836837053299,0.005714914761483669,0.9867767691612244,0.0017019817605614662,-0.00190794188529253,0.00023047160357236862,-0.00023248791694641113,-0.0005574454553425312,0.002389371395111084 +273,-2.9789109686246658,-0.005719251173206589,0.9443250164224296,-0.1619623899459839,0.005719219800084829,0.9867802262306213,-0.0010714475065469742,-0.0002649093512445688,0.0007144352421164513,-0.0023900121450424194,-0.0016756360419094563,0.0035303235054016113 +274,-2.9788796961047743,-0.005682897207770378,0.9443819133551812,-0.16199332475662231,0.005682866554707289,0.9867756366729736,0.0012964298948645592,0.0002575400285422802,-0.0016782693564891815,-0.0006196051836013794,-0.0003728116862475872,0.004999995231628418 +275,-2.978867871548763,-0.005763404260472963,0.944495351032415,-0.16200485825538635,0.005763372406363487,0.986772894859314,-0.00012857746332883835,-0.00016385246999561787,0.0005191611126065254,0.00010915100574493408,0.0010573104955255985,0.005200743675231934 +276,-2.978911628474613,-0.005745816075251238,0.9447074997155618,-0.16196171939373016,0.005745784379541874,0.9867801666259766,-0.0014122100546956062,-0.0007740242872387171,0.0005407063290476799,-0.0017345398664474487,-5.425605922937393e-05,0.0035608410835266113 +277,-2.978870262663656,-0.005752953958677183,0.9445359269631346,-0.1620025634765625,0.005752922035753727,0.986773669719696,-0.001285085454583168,0.0028097243048250675,0.0009405054152011871,-0.0008850246667861938,0.001540773082524538,0.0052307844161987305 +278,-2.978865321802036,-0.005793020862453846,0.9444061226920956,-0.1620074063539505,0.0057929884642362595,0.9867725968360901,-0.0015000775456428528,0.0003502592444419861,0.002100900746881962,-0.0008191615343093872,0.00029527442529797554,0.010297775268554688 +279,-2.97894177635037,-0.0056653423190272416,0.9444112135374848,-0.1619320958852768,0.005665312055498362,0.9867858290672302,-0.0015563322231173515,-0.004838122520595789,0.0014937454834580421,-0.008172929286956787,0.003840917255729437,0.008514642715454102 +280,-2.9787181351647667,-0.005662988472161642,0.94410220862922,-0.1621527373790741,0.005662958137691021,0.9867493510246277,-0.0014724340289831161,0.0006819786503911018,0.0006771283224225044,0.005139797925949097,-0.002809569239616394,0.003591775894165039 +281,-2.9789415127404073,-0.005478246182706112,0.9440544996875609,-0.16193245351314545,0.005478218663483858,0.9867863655090332,0.0002915244549512863,0.0023377295583486557,-0.0020738812163472176,-0.005090206861495972,-0.00077851302921772,0.0004112124443054199 +282,-2.9786382465427823,-0.005546104487091188,0.9441249946285241,-0.1622316837310791,0.005546076223254204,0.986737072467804,0.0015006698668003082,-0.0012863706797361374,0.0012840628623962402,0.0010225772857666016,0.002007022500038147,0.0054045915603637695 +283,-2.978938651614118,-0.005531247801400004,0.9444650844440579,-0.1619352251291275,0.005531219765543938,0.9867855906486511,-0.0006185742095112801,0.001891228836029768,0.0004476672038435936,0.0005125254392623901,0.0008927346207201481,0.000244140625 +284,-2.978770442470774,-0.005430854598437179,0.944458718173443,-0.1621013581752777,0.005430827848613262,0.9867593050003052,-0.0007917797192931175,-0.003184734843671322,0.0008575469255447388,-0.004372045397758484,-0.001387245487421751,0.004985809326171875 +285,-2.9788556276563996,-0.005472112288948643,0.9445333589298756,-0.16201727092266083,0.005472084973007441,0.986772894859314,-0.00013934914022684097,-0.0010559316724538803,0.000130385160446167,0.00138796865940094,0.002035238314419985,0.001767873764038086 +286,-2.9788209262931367,-0.00554394531367073,0.9444782207478671,-0.16205145418643951,0.005543916951864958,0.9867669343948364,-0.00042046792805194855,0.0005270696710795164,-5.747377872467041e-05,-0.0005919784307479858,-9.652972221374512e-05,0.003284454345703125 +287,-2.9787598304215366,-0.005496635768526512,0.9442648819768535,-0.16211175918579102,0.005496608093380928,0.9867571592330933,0.0017071794718503952,-3.930879756808281e-05,-0.0009369822219014168,-0.0010962486267089844,0.0016139894723892212,0.004102826118469238 +288,-2.978712443460352,-0.0055687688188114405,0.9445187304300208,-0.16215845942497253,0.0055687399581074715,0.9867491126060486,0.0001616012305021286,-0.002512002596631646,-0.0022435029968619347,-0.0007443875074386597,-0.000869035255163908,0.005850434303283691 +289,-2.978629038940893,-0.0055202219476440766,0.9446791528800815,-0.16224080324172974,0.005520193837583065,0.9867358207702637,0.0035918233916163445,0.006123291328549385,-0.0009611295536160469,-0.004125773906707764,0.0017277300357818604,-0.007091045379638672 +290,-2.9782915928103892,-0.005621687162573791,0.9445178319164089,-0.1625736802816391,0.005621657706797123,0.9866804480552673,0.0010104840621352196,-0.002987177111208439,0.0006977543234825134,-0.00010026991367340088,0.0019924785010516644,0.013227999210357666 +291,-2.9789102420225038,-0.005464043700710882,0.9440992779527076,-0.16196337342262268,0.005464016459882259,0.9867817163467407,0.0003203311935067177,-0.0015322286635637283,-0.00012880470603704453,0.0006474554538726807,-0.003236226737499237,0.006122946739196777 +292,-2.9783108750051115,-0.005413507048816771,0.9436101977171404,-0.1625547707080841,0.005413480568677187,0.9866843819618225,0.00014597084373235703,0.0023758471943438053,-0.003964771516621113,-0.007656976580619812,0.010211518034338951,-0.004064440727233887 +293,-2.978356673201298,-0.005708253864656338,0.943481478886851,-0.16250935196876526,0.00570822274312377,0.9866904020309448,0.0003567272797226906,-0.0002988027408719063,-0.0021376432850956917,0.0010255873203277588,0.0037980005145072937,0.007312774658203125 +294,-2.9785149092783647,-0.005454849235220647,0.9435828801168769,-0.1623534858226776,0.005454821977764368,0.986717700958252,-0.001577259972691536,3.70638445019722e-05,-0.0009830659255385399,0.0008544474840164185,-0.005637928377836943,0.009727120399475098 +295,-2.978384619505864,-0.005466981093582561,0.9433583115637313,-0.16248197853565216,0.005466953851282597,0.986696183681488,0.0009226128458976746,-0.00042118970304727554,0.003781476989388466,-0.0006649643182754517,0.0012316550128161907,0.0037211179733276367 +296,-2.978313388276738,-0.00552985138918288,0.9432952146982995,-0.16255220770835876,0.005529823247343302,0.986684262752533,0.002160488162189722,0.0012551213148981333,0.00034969765692949295,-0.0026699453592300415,-0.00026554660871624947,0.004862189292907715 +297,-2.97827702418368,-0.005488955401950855,0.9431522623948829,-0.16258811950683594,0.0054889279417693615,0.9866785407066345,-0.0004894714802503586,0.00030866428278386593,-0.00028272997587919235,0.0002804100513458252,-0.00023990217596292496,0.005401909351348877 +298,-2.9783980678848647,-0.005414638868846868,0.9430075520649521,-0.1624687761068344,0.005414612591266632,0.9866987466812134,0.0003702780231833458,-0.002338110003620386,-0.0005939919501543045,-0.0046454668045043945,-0.0014168103225529194,0.00439000129699707 +299,-2.9782134566344163,-0.00541221402274878,0.9426740279989706,-0.1626509726047516,0.005412187427282333,0.9866690039634705,0.0009609702974557877,0.002018576953560114,-0.002072609029710293,0.0020063966512680054,0.0001877858303487301,0.005030393600463867 +300,-2.978429019182608,-0.00549854805995063,0.9424597852119645,-0.16243822872638702,0.005498520564287901,0.9867037534713745,0.0005426201969385147,-0.0028075987938791513,-4.535168409347534e-05,-0.0027382224798202515,0.001978294923901558,0.005941867828369141 +301,-2.9782885756306285,-0.005453952037660616,0.9420201282125472,-0.16257676482200623,0.005453925114125013,0.9866806864738464,-0.0013191811740398407,-0.0014629175420850515,-0.0020558424293994904,0.00014697015285491943,0.0002376060001552105,0.004972577095031738 +302,-2.978371548115806,-0.0054059304033136435,0.9414692668241651,-0.16249500215053558,0.00540590425953269,0.9866947531700134,-0.0014575757086277008,-0.0029795991722494364,0.0026006875559687614,-0.0004078894853591919,0.0008959784172475338,0.0048825740814208984 +303,-2.978372994176464,-0.005385896570002846,0.9412159028795745,-0.1624935418367386,0.0053858705796301365,0.986694872379303,-0.0012081312015652657,0.0015537897124886513,0.0021113399416208267,-0.0012332350015640259,0.00022935820743441582,0.002730727195739746 +304,-2.978350198908616,-0.0054122563516429524,0.9409038849278202,-0.1625160425901413,0.005412229802459478,0.9866911768913269,0.00031915027648210526,-0.00037870416417717934,0.00013295654207468033,-0.0007835179567337036,-0.00045312196016311646,0.004474043846130371 +305,-2.9783442441534684,-0.0054118141254266,0.9408470421575571,-0.1625218689441681,0.005411787889897823,0.9866899251937866,0.0006696842610836029,0.00031997147016227245,-0.0010068407282233238,-0.0016169100999832153,0.0022176052443683147,0.0037273764610290527 +306,-2.9783271405668166,-0.005512892640567884,0.9408735914922657,-0.16253873705863953,0.0055128647945821285,0.9866870641708374,-0.0024910932406783104,0.0002160239964723587,-0.0018685832619667053,-0.002103641629219055,-0.0011793659068644047,0.005058169364929199 +307,-2.978404605781358,-0.005398306870271501,0.9411602387761795,-0.16246233880519867,0.005398280452936888,0.9866998791694641,-0.0005645928904414177,-0.001898753922432661,-0.0015206076204776764,-0.0015543699264526367,-0.0018887603655457497,0.005258619785308838 +308,-2.9783380965202033,-0.005417914195322238,0.9412664802755396,-0.16252796351909637,0.005417887587100267,0.9866890907287598,-0.0011316649615764618,-0.0012238423805683851,0.0008810199797153473,-0.0005274564027786255,0.0005482956767082214,0.0038199424743652344 +309,-2.978311490875522,-0.005433903750328295,0.94128093471183,-0.16255420446395874,0.005433876998722553,0.9866846799850464,0.0005735009908676147,-0.00041244830936193466,-0.0007843673229217529,-0.00034862756729125977,0.0003797188401222229,0.005792737007141113 +310,-2.9783015116769844,-0.005465141248369843,0.9413735410249544,-0.16256402432918549,0.005465114023536444,0.9866828918457031,-0.0022211186587810516,0.0001882975921034813,-0.0010124174878001213,-0.000811845064163208,0.0007757321000099182,0.004619598388671875 +311,-2.978303641864195,-0.005505610740102652,0.941271915511333,-0.16256184875965118,0.00550558278337121,0.9866827726364136,0.0017387736588716507,-0.0015990096144378185,-0.0019562039524316788,-0.0007681846618652344,0.000933630857616663,0.004375338554382324 +312,-2.978238414420959,-0.005593505721857909,0.941298125094022,-0.16262614727020264,0.005593476351350546,0.9866718649864197,0.0005289334803819656,0.002664863131940365,-0.0008622743189334869,-0.0004445314407348633,-2.4020671844482422e-05,0.003760814666748047 +313,-2.978224107656876,-0.005634696326839991,0.9413014291250182,-0.16264019906520844,0.005634666420519352,0.9866691827774048,0.00022965110838413239,-0.0029285172931849957,0.0005610575899481773,-0.0007661283016204834,-0.00044667813926935196,0.004419505596160889 +314,-2.978236051483189,-0.005585658018024571,0.9412241613736104,-0.16262847185134888,0.005585629027336836,0.9866714477539062,0.0003665238618850708,-0.0031600468792021275,0.0013198303058743477,-0.0006863325834274292,0.001067198347300291,0.0036848783493041992 +315,-2.9783186660660883,-0.005621663797488646,0.9410144889557888,-0.16254697740077972,0.00562163395807147,0.9866849780082703,0.000935649499297142,0.00033205049112439156,0.0008652051910758018,-0.0013476908206939697,0.0010159392841160297,0.0047702789306640625 +316,-2.9782835890899895,-0.005625028899395194,0.9410437315585188,-0.16258154809474945,0.005624999292194843,0.9866790175437927,-0.0003508375957608223,-0.0019474141299724579,-0.0005950052291154861,-0.0022591352462768555,0.0009667947888374329,0.0049591064453125 +317,-2.9782268251640667,-0.005630302910818763,0.9411722684574301,-0.16263753175735474,0.005630273371934891,0.986669659614563,-0.00014471542090177536,0.0003220515791326761,-0.0012658452615141869,-0.001211315393447876,0.0003664335235953331,0.0031525492668151855 +318,-2.978159498501104,-0.0056449215252665965,0.941153498041687,-0.1627039760351181,0.005644891411066055,0.9866588115692139,-0.0008701104670763016,0.0024094851687550545,0.0013546068221330643,-0.000702396035194397,0.00042810291051864624,0.003224611282348633 +319,-2.978136122427262,-0.005658170065274531,0.9409911014489271,-0.16272705793380737,0.005658139940351248,0.9866551160812378,0.00015907268971204758,-0.0022673155181109905,-0.0030510323122143745,-0.0025104284286499023,0.001681337133049965,0.0029081106185913086 +320,-2.9780137092836507,-0.005774867140732739,0.9406379317855753,-0.16284766793251038,0.0057748351246118546,0.9866341948509216,0.001756526529788971,-0.0016499189659953117,-0.0005507329478859901,-0.0015199929475784302,0.0010610963217914104,0.007140100002288818 +321,-2.978122504368403,-0.005786357153143027,0.9407625883099752,-0.1627403348684311,0.005786324851214886,0.9866518974304199,-0.00013711489737033844,-0.00031893327832221985,-0.0005929013714194298,0.0008293390274047852,-0.00017108814790844917,0.004223287105560303 +322,-2.978033171345423,-0.005733484877790054,0.9406022536990091,-0.16282854974269867,0.005733453668653965,0.9866377711296082,-0.0018256297335028648,-0.0002562417648732662,0.0009038727730512619,-0.004239931702613831,0.0013008490204811096,0.003505110740661621 +323,-2.977999802647912,-0.005716047773628807,0.940851464988322,-0.16286145150661469,0.005716016516089439,0.986632227897644,-0.0018753483891487122,-4.189088940620422e-06,-0.00037934258580207825,0.001377701759338379,0.00017387373372912407,0.005448281764984131 +324,-2.9780986786630264,-0.0057610570248942325,0.9406165637128867,-0.16276384890079498,0.005761025007814169,0.9866480827331543,-0.0016693947836756706,0.001397603191435337,-0.000604633241891861,-0.0029618293046951294,0.00218880083411932,0.005127251148223877 +325,-2.9779236951895833,-0.005757524904382022,0.9407922508989603,-0.1629365086555481,0.00575749296694994,0.9866197109222412,-0.00034613441675901413,-0.0011713597923517227,0.000272613950073719,0.00024731457233428955,-0.001652874518185854,0.0035077929496765137 +326,-2.9779540884305846,-0.005698464659717583,0.9410366912477248,-0.16290660202503204,0.0056984336115419865,0.9866251349449158,0.0008483240380883217,-0.0006295307539403439,0.00023566000163555145,-0.0025749653577804565,-0.0012886449694633484,0.004540085792541504 +327,-2.9778160897849877,-0.005733119976683543,0.9414407395513334,-0.16304269433021545,0.005733088590204716,0.986602246761322,-0.0004255296662449837,-0.0006789378821849823,0.002011489123106003,-0.001675918698310852,0.00017206277698278427,0.004288136959075928 +328,-2.9778131025550563,-0.005735407830615079,0.9414373106049473,-0.16304564476013184,0.005735376384109259,0.9866017699241638,-0.0005313288420438766,0.0006713899783790112,0.0009060073643922806,-0.00011657178401947021,-0.00047109322622418404,0.005204141139984131 +329,-2.977758294624781,-0.005802745231663443,0.9414733640217675,-0.16309964656829834,0.005802712868899107,0.9865924715995789,-0.0004952065646648407,-0.001589041668921709,-0.0007135514169931412,-0.0008560270071029663,-0.0003095497377216816,0.004572629928588867 +330,-2.9777925826907823,-0.005793822467965642,0.9414408913841136,-0.1630658209323883,0.005793789867311716,0.9865980744361877,0.00021543167531490326,0.0013803355395793915,0.0025803279131650925,-0.0012102872133255005,6.557954475283623e-05,0.002995312213897705 +331,-2.9778254979313363,-0.005756619570892532,0.941106902815179,-0.1630333960056305,0.0057565877214074135,0.9866037368774414,0.000337076373398304,0.0008582186419516802,0.00033987220376729965,-0.0015936791896820068,0.00046899914741516113,0.005202293395996094 +332,-2.977837825721058,-0.005758587429721902,0.9407697036258653,-0.16302119195461273,0.005758555606007576,0.9866054654121399,0.00020938832312822342,0.0005606166087090969,-0.00012745242565870285,-0.0008428841829299927,-0.00014332076534628868,0.0054138898849487305 +333,-2.9778424135835593,-0.005733997589478667,0.9406630386276176,-0.16301673650741577,0.005733966361731291,0.9866066575050354,-0.00084717757999897,-0.0011318642646074295,0.003077195957303047,-0.0007863491773605347,0.0003085206262767315,0.0047873854637146 +334,-2.977875914064523,-0.005797028459229659,0.9401353146150219,-0.16298358142375946,0.00579699594527483,0.9866114854812622,-0.00022265221923589706,0.00046446570195257664,-0.0009754421189427376,-0.001261979341506958,0.0005506556481122971,0.004599153995513916 +335,-2.9778678652049386,-0.005767774683652857,0.9398306802066724,-0.16299162805080414,0.00576774263754487,0.9866107702255249,0.0008875671774148941,-0.000936705619096756,0.0008134776726365089,-0.0006741881370544434,-0.001159584615379572,0.0045545101165771484 +336,-2.9778553311576554,-0.005734003858119408,0.9394022482560126,-0.16300398111343384,0.005733972415328026,0.986608624458313,0.0017800945788621902,-0.0003155902959406376,-0.0009952317923307419,-0.0010585039854049683,0.0006136815063655376,0.004434347152709961 +337,-2.977886179365439,-0.005743152169369293,0.9392685288168909,-0.1629735380411148,0.005743120796978474,0.9866136312484741,-0.0017975643277168274,-0.0031831087544560432,-0.00029509514570236206,-0.000646442174911499,-0.0005703871138393879,0.003681659698486328 +338,-2.977853835820791,-0.005753040957356066,0.9391544552407237,-0.16300544142723083,0.0057530091144144535,0.9866083264350891,-0.0010063769295811653,0.0025891256518661976,-0.0024469811469316483,-0.001148611307144165,-6.148219108581543e-05,0.004678845405578613 +339,-2.9778765914805247,-0.005717926562158921,0.9394230866905526,-0.1629830002784729,0.005717895459383726,0.9866121411323547,-0.0006536878645420074,0.0013602629769593477,0.0026696790009737015,-0.00024020671844482422,0.0007213116623461246,0.0044460296630859375 +340,-2.977904899586873,-0.005714451560404121,0.9399763471698237,-0.16295506060123444,0.0057144202291965485,0.9866166114807129,-0.0007004588842391968,0.0015045665204524994,-0.00042630545794963837,-0.0007716864347457886,0.00031279586255550385,0.004319310188293457 +341,-2.9778434983371525,-0.00567828116249607,0.9402980838137236,-0.163015678524971,0.005678250454366207,0.9866068363189697,-0.0002876473590731621,0.0005909248720854521,-0.0006418433040380478,-0.00034487247467041016,0.00027267448604106903,0.006160140037536621 +342,-2.9778624314130457,-0.005619283067814859,0.9406370367784399,-0.1629970520734787,0.005619253497570753,0.9866102933883667,-0.000893719494342804,0.0005132725927978754,-0.0031046057119965553,-0.0008517950773239136,-0.0015146378427743912,0.0016248822212219238 +343,-2.977791517110343,-0.005565222071592745,0.940886512908392,-0.1630670726299286,0.005565193481743336,0.9865990877151489,-0.0009817779064178467,0.0014900292735546827,-0.0018075024709105492,-0.0001866668462753296,0.0029034302569925785,0.006229043006896973 +344,-2.9777276931296486,-0.005634846289150048,0.9409139584879028,-0.163129985332489,0.005634816363453865,0.9865882992744446,0.003288261592388153,0.0016064029186964035,0.0019312910735607147,-0.0006273090839385986,0.0011858553625643253,0.0027151107788085938 +345,-2.977764898043763,-0.005554529704299844,0.9407349986626752,-0.16309335827827454,0.005554500967264175,0.9865948557853699,0.0004907902330160141,-0.001394110731780529,0.0008171619847416878,0.00017529726028442383,-0.0007785051129758358,0.00012981891632080078 +346,-2.9778011332691663,-0.00561057937712223,0.9406740414006824,-0.16305752098560333,0.005610549822449684,0.9866002798080444,-0.0011121081188321114,0.0029667725320905447,0.0005262698978185654,-0.001035451889038086,0.005131637677550316,0.004259347915649414 +347,-2.977668579816357,-0.005606124316687271,0.9409386981456964,-0.16318835318088531,0.005606094840914011,0.9865789413452148,-0.001965343952178955,-0.0016712658107280731,0.00016207806766033173,-0.0018354356288909912,-0.0017456267960369587,0.004891335964202881 +348,-2.977722244465082,-0.005481407585073056,0.9412703450642796,-0.16313552856445312,0.00548138003796339,0.9865884780883789,-0.0008548349142074585,-0.0023271064274013042,-0.0031203050166368484,-0.000667572021484375,0.0004695504903793335,0.0025777816772460938 +349,-2.9776992069895627,-0.005551106505333042,0.9413006921170879,-0.16315820813179016,0.005551077891141176,0.9865844249725342,-0.00035691075026988983,0.0022174734622240067,0.0029547102749347687,-0.00035497546195983887,0.0005524386651813984,0.004763960838317871 +350,-2.9777349619646984,-0.005613541258804118,0.9415222388940772,-0.16312287747859955,0.005613511893898249,0.9865899085998535,0.0017727157101035118,0.0007907669059932232,0.0008384473621845245,-0.0012753307819366455,-0.0014631222002208233,0.004850029945373535 +351,-2.9776544144041193,-0.00566329575393482,0.9418516279403654,-0.16320225596427917,0.005663265474140644,0.9865762591362,0.0004400331526994705,-0.0015188944526016712,-9.560491889715195e-05,-0.0014553219079971313,0.0013557816855609417,0.005214393138885498 +352,-2.9775937585599137,-0.0057694103743388325,0.9417112379200541,-0.1632620096206665,0.0057693785056471825,0.9865658283233643,0.0005470970645546913,0.0005768996197730303,0.00023095961660146713,-0.0011514127254486084,-0.0002151806838810444,0.005057036876678467 +353,-2.977551333874726,-0.0056854189910058375,0.9417364865529597,-0.16330400109291077,0.0056853885762393475,0.9865596890449524,0.0011411551386117935,-0.0017051859758794308,-0.0010656509548425674,-0.00037707388401031494,-0.0017028436996042728,0.004743099212646484 +354,-2.9775307047876924,-0.00569809244210501,0.9420560963360146,-0.1633242964744568,0.005698061548173428,0.9865559935569763,-0.0016471371054649353,-0.0009510144591331482,-0.0019483380019664764,-0.000707671046257019,0.0018092612735927105,0.004288733005523682 +355,-2.9775243901780497,-0.005668218964811869,0.9424121472326082,-0.16333052515983582,0.0056681884452700615,0.9865549206733704,-0.002192441374063492,-0.00013086944818496704,0.001232115551829338,0.00032092630863189697,0.0011219736188650131,0.003145158290863037 +356,-2.977570758809504,-0.005629475656218634,0.9424915156957427,-0.1632847934961319,0.005629445891827345,0.9865626096725464,0.0007110154256224632,0.0020097768865525723,-0.0009497730061411858,-0.00028936564922332764,-0.00013628043234348297,0.0024812817573547363 +357,-2.9775544361821753,-0.005645494394761925,0.9427800689530852,-0.16330091655254364,0.005645464174449444,0.986560046672821,-0.00014673732221126556,-0.00038431258872151375,-0.0016733985394239426,-0.0012040883302688599,0.0003512348048388958,0.005444228649139404 +358,-2.9775853940366477,-0.005639609149708896,0.9428720284973968,-0.16327038407325745,0.005639579147100449,0.9865651726722717,-0.0009654238820075989,0.00040666782297194004,-0.0009024403989315033,9.290874004364014e-05,0.0003113443963229656,0.004798293113708496 +359,-2.9775088655395168,-0.005707652764292237,0.9433186083609469,-0.1633458286523819,0.0057076215744018555,0.986552357673645,0.0007316228002309799,-0.0013039838522672653,-0.0019923867657780647,-0.0013270080089569092,0.0014945268630981445,0.0040024518966674805 +360,-2.9774887172985687,-0.00574420706219175,0.9437750374340923,-0.1633656769990921,0.005744175519794226,0.9865488409996033,0.0004772227257490158,-0.0004983628168702126,-0.00022906716912984848,-0.0017649531364440918,-0.0030738860368728638,0.006203174591064453 +361,-2.977473042304625,-0.005699372698870263,0.944221061355093,-0.16338114440441132,0.0056993416510522366,0.9865463376045227,-0.00186255294829607,-0.0012113722041249275,0.0009256750345230103,-0.00033035874366760254,0.0026319539174437523,0.0030011534690856934 +362,-2.97752883373311,-0.005789033921896949,0.9444583971052929,-0.16332603991031647,0.005789001472294331,0.9865550398826599,0.00026504136621952057,-0.0009260158985853195,-0.002917555160820484,-0.0009500682353973389,0.0006044353358447552,0.005525529384613037 +363,-2.977502846287361,-0.005721396744403976,0.9446194741627746,-0.16335178911685944,0.005721365567296743,0.9865514636039734,-0.0006829099729657173,0.000213144114241004,-0.0005311416462063789,-0.0017025768756866455,0.001190864946693182,0.0039730072021484375 +364,-2.9774723796202913,-0.005781845210785968,0.9447218262750618,-0.16338175535202026,0.005781813059002161,0.986545979976654,0.00024793297052383423,0.001369553618133068,0.00027703680098056793,-0.0006197094917297363,0.001756027340888977,0.003718852996826172 +365,-2.9775249698559705,-0.005779569994358761,0.9448862556774665,-0.16332991421222687,0.005779537837952375,0.9865548014640808,-0.0003315908834338188,-0.0004892880097031593,-0.0001627020537853241,0.00021342933177947998,0.000934333074837923,0.0038781166076660156 +366,-2.97747987283822,-0.005757042370072243,0.9449362996487431,-0.16337436437606812,0.005757010541856289,0.9865471720695496,0.0021545328199863434,-0.001327995676547289,-0.0018650693818926811,-0.001618906855583191,0.0007737497799098492,0.004144787788391113 +367,-2.977497038847787,-0.005792717792636776,0.9451832876954005,-0.1633574515581131,0.005792685318738222,0.9865500926971436,0.0007028700783848763,0.00028540357016026974,0.000421084463596344,-0.0012848973274230957,-0.0004826257936656475,0.004691481590270996 +368,-2.9774482860509917,-0.0057582761951621335,0.9452826115540666,-0.16340552270412445,0.005758244544267654,0.9865419864654541,-0.0003373464569449425,-0.0033866632729768753,2.375710755586624e-05,-0.0002449601888656616,0.00017742719501256943,0.004638254642486572 +369,-2.977399744063767,-0.005773912661878342,0.9451473511095645,-0.16345340013504028,0.005773880518972874,0.9865339994430542,-0.0027382811531424522,-0.0025429059751331806,0.0012774160131812096,-0.001448303461074829,8.548609912395477e-05,0.004325807094573975 +370,-2.9773828864499823,-0.005823984125833949,0.9450019834140613,-0.16347002983093262,0.005823951214551926,0.9865312576293945,-0.0015735561028122902,0.0023352638818323612,-0.0015030642971396446,0.0004908889532089233,0.0015307818539440632,0.0043441057205200195 +371,-2.977361487935481,-0.0058599462910733716,0.9448977391795799,-0.16349107027053833,0.0058599128387868404,0.9865273237228394,-0.000447872094810009,-0.0016255411319434643,-0.001814202405512333,-0.001227542757987976,-0.0008245119825005531,0.004515647888183594 +372,-2.9773875851236604,-0.0056717051765495805,0.9446204000029021,-0.16346552968025208,0.0056716748513281345,0.9865328073501587,-0.0006398167461156845,-0.0012232610024511814,-0.0002546999603509903,-0.0012683570384979248,0.000370807945728302,0.005944609642028809 +373,-2.977265944112242,-0.005859936725396309,0.9444115244473008,-0.163585364818573,0.005859903059899807,0.9865118861198425,-0.0017174603417515755,0.0005105610471218824,-0.0009972332045435905,-0.0004771500825881958,0.001830526627600193,0.004699110984802246 +374,-2.9772404477389216,-0.005821710905551157,0.9443335574239075,-0.16361059248447418,0.005821677856147289,0.9865081906318665,0.002106865867972374,-0.00013724667951464653,-0.0013790763914585114,-0.0020846575498580933,-0.0028919936157763004,0.005389690399169922 +375,-2.9772357580739017,-0.005853220323786297,0.9440973146012785,-0.1636151224374771,0.0058531868271529675,0.9865068197250366,-0.0006485693156719208,0.0013637025840580463,0.0010831821709871292,-0.0004321187734603882,0.0020661274902522564,0.0035291314125061035 +376,-2.977303402085309,-0.005955475768341198,0.9440306776467975,-0.1635482907295227,0.005955440457910299,0.9865173697471619,0.0007248520851135254,-0.0012816479429602623,-0.000212828628718853,0.0005539357662200928,0.0009262706153094769,0.0018401741981506348 +377,-2.9772474874347767,-0.00596114551449169,0.944051957272431,-0.16360348463058472,0.005961110349744558,0.9865083694458008,0.00041218101978302,-0.0021745325066149235,5.108863115310669e-05,-0.000718429684638977,-7.121916860342026e-05,0.0022917985916137695 +378,-2.9772312812427444,-0.005971462082389668,0.9443722950976438,-0.16361939907073975,0.005971426609903574,0.9865052700042725,0.002298785373568535,0.004475554451346397,0.0005592135712504387,-0.00030572712421417236,0.0019631446339190006,0.0052394866943359375 +379,-2.977232149558814,-0.0060192018881779635,0.9449615069390195,-0.16361850500106812,0.006019165739417076,0.9865052700042725,-0.000696045346558094,0.0012679179199039936,0.0021407362073659897,-0.0007949173450469971,0.0004505659453570843,0.0034696459770202637 +380,-2.9771605953058913,-0.006054279329107198,0.9453749202252344,-0.1636890470981598,0.006054242141544819,0.9864932298660278,0.0005636308342218399,-5.078595131635666e-05,0.001887081190943718,-0.0008311867713928223,-0.00024064723402261734,0.005663573741912842 +381,-2.977278820138636,-0.005977550627847675,0.94562478587797,-0.1635725200176239,0.005977515131235123,0.9865131974220276,-0.0014742463827133179,0.00017915409989655018,0.000991261564195156,-0.0005967766046524048,-0.0003927950747311115,0.003477036952972412 +382,-2.9772625991164974,-0.005980364783963146,0.9457710915091116,-0.16358856856822968,0.005980329122394323,0.9865108132362366,-0.0012924475595355034,0.0012427875772118568,0.0017578741535544395,-9.685754776000977e-07,-0.0003040558658540249,0.004318952560424805 +383,-2.97727306605064,-0.005976962612810459,0.9456845041945039,-0.16357819736003876,0.005976927001029253,0.9865122437477112,0.00019631069153547287,-0.0012042466551065445,0.0009157601743936539,-0.00036221742630004883,-0.0011551538482308388,0.004637598991394043 +384,-2.9772435048227917,-0.0060167521646011905,0.9455209106525008,-0.16360729932785034,0.00601671589538455,0.9865071177482605,-0.0007612165063619614,-0.0030272738076746464,0.0011452725157141685,3.311038017272949e-05,0.001750006340444088,0.003894984722137451 +385,-2.977280215628847,-0.006018203235875605,0.9455062301307681,-0.16357110440731049,0.006018166895955801,0.9865131974220276,0.002889338880777359,0.0027957274578511715,0.0041998401284217834,-0.0004303455352783203,-0.001028538215905428,-9.351968765258789e-05 +386,-2.9772529352507986,-0.005988747177111057,0.9454272240435954,-0.16359806060791016,0.00598871149122715,0.9865089654922485,0.0012668427079916,0.0006156053859740496,0.0016380762681365013,0.00017642974853515625,0.004722952842712402,0.004198431968688965 +387,-2.9773099118777133,-0.006158822570183752,0.9452225053397298,-0.16354167461395264,0.006158783566206694,0.9865171909332275,-0.0002727378159761429,-0.00030977698042988777,8.195359259843826e-05,-0.0023366212844848633,-0.001932099461555481,0.004174947738647461 +388,-2.9773225541474715,-0.005956289470213284,0.9454444410353007,-0.1635293811559677,0.005956254433840513,0.9865204095840454,-0.0017021475359797478,-0.0012927362695336342,0.00017366092652082443,-0.0012197345495224,-0.0029044905677437782,0.005712747573852539 +389,-2.977367783470368,-0.006048317688959247,0.945514593863765,-0.16348467767238617,0.006048280745744705,0.9865272641181946,0.0013957507908344269,-0.0005254866555333138,0.0009859567508101463,-0.0010355561971664429,0.0023287972435355186,0.004012167453765869 +390,-2.9773626213786297,-0.006109787716633436,0.9451793563687345,-0.16348972916603088,0.006109749898314476,0.9865261912345886,0.0001987256109714508,0.000313193304464221,0.0003717821091413498,-0.002220720052719116,-0.0034394636750221252,0.004349112510681152 +391,-2.9773103284770537,-0.006095566971202928,0.9449175265823604,-0.16354133188724518,0.006095529068261385,0.9865176677703857,0.0013609984889626503,0.00022934610024094582,0.0017944220453500748,0.0010962486267089844,0.0021442174911499023,0.003716707229614258 +392,-2.9773832459228324,-0.006248077981237283,0.9446658367212957,-0.16346921026706696,0.006248037330806255,0.9865284562110901,-0.0006825849413871765,-0.0005977903492748737,0.0007409807294607162,-0.0029278844594955444,0.0007099723443388939,0.005964040756225586 +393,-2.977273730776084,-0.006200288468404668,0.9443370651233844,-0.1635773479938507,0.006200248841196299,0.98651123046875,0.0015423363074660301,-1.037493348121643e-06,-0.000471663661301136,0.0007812827825546265,-0.0011343271471560001,0.0039980411529541016 +394,-2.9774139153249783,-0.0061596971223745745,0.9440234500349393,-0.16343903541564941,0.006159658078104258,0.9865339994430542,-0.000496499240398407,0.000981360673904419,-3.6084093153476715e-05,-0.0008370429277420044,0.001393443439155817,0.005164980888366699 +395,-2.9773278526304434,-0.006159649421386657,0.9440056332533123,-0.16352400183677673,0.006159610580652952,0.9865202903747559,-0.0010398728772997856,5.141226574778557e-05,0.00012712739408016205,-0.0025221556425094604,-0.0006054108962416649,0.003988862037658691 +396,-2.977283447907776,-0.00613824284231469,0.9437558909341418,-0.16356782615184784,0.006138204131275415,0.9865131974220276,0.0015499955043196678,0.00022644829005002975,0.0022255340591073036,0.0015499889850616455,0.0013386020436882973,0.0005780458450317383 +397,-2.9773645064246272,-0.00620273864621515,0.9434356600030455,-0.1634877771139145,0.006202698685228825,0.9865259528160095,0.00164747703820467,0.0012136432342231274,0.0008318042382597923,-0.0005289614200592041,-0.0025558462366461754,0.002457261085510254 +398,-2.9772492737009353,-0.00616870576690976,0.9432437864483129,-0.16360148787498474,0.006168666761368513,0.98650723695755,-0.0019750073552131653,0.0017434272449463606,0.001951330341398716,-0.001178160309791565,0.0017506475560367107,0.009281337261199951 +399,-2.977274705790082,-0.0062788315157526016,0.9431685123765909,-0.16357629001140594,0.006278790067881346,0.9865107536315918,-0.0001378040760755539,0.0023378957994282246,0.0006529306992888451,-0.002271503210067749,-0.003165997564792633,0.002655506134033203 +400,-2.9772098213759457,-0.006101012100648331,0.9430514386646942,-0.16364045441150665,0.006100974045693874,0.9865010380744934,0.001812770962715149,0.0003936260472983122,-0.0016932431608438492,-0.0005135685205459595,0.003283178899437189,0.004038333892822266 +401,-2.9771812293617046,-0.006263387358763605,0.942791969256776,-0.16366855800151825,0.006263346411287785,0.986495852470398,0.0010601487010717392,-0.0016441880725324154,0.0007200725376605988,-0.002423420548439026,0.0013355338014662266,0.003021717071533203 +402,-2.97714840223816,-0.0061919912001858314,0.9423990529368014,-0.16370095312595367,0.006191951688379049,0.9864904880523682,0.0034953104332089424,0.0007880583871155977,2.6395544409751892e-05,-0.0005904138088226318,-0.0011718133464455605,0.006505608558654785 +403,-2.97723310094584,-0.006153957410410584,0.9422126149839611,-0.16361746191978455,0.006153918337076902,0.9865047335624695,0.0003442605957388878,-0.00045979348942637444,-0.001070372760295868,-0.002825409173965454,-0.0003708377480506897,0.004477381706237793 +404,-2.9771900822866777,-0.006263982259762129,0.9419297697286744,-0.16365984082221985,0.006263941526412964,0.9864972829818726,0.0008982792496681213,-0.0016817566938698292,0.0021606311202049255,-0.00046369433403015137,-0.0003130082041025162,0.0038289427757263184 +405,-2.977201332669146,-0.006265210306920082,0.9421071521945905,-0.16364867985248566,0.006265169475227594,0.9864988327026367,0.0006457259878516197,-0.0014104791916906834,-0.003000703640282154,-0.0011309832334518433,-0.0010161399841308594,0.0035066604614257812 +406,-2.977174513842653,-0.006181019610086829,0.9422294164553032,-0.16367517411708832,0.006180980242788792,0.9864946603775024,-0.0013685571029782295,0.000282038701698184,-0.0013746479526162148,0.0002841055393218994,-0.0030376706272363663,0.0029154419898986816 +407,-2.9771759449616946,-0.006096056290358652,0.9422200733922769,-0.16367392241954803,0.006096018478274345,0.9864957928657532,-0.0010527353733778,0.0021194489672780037,-0.0003422042354941368,-0.0015024840831756592,0.00261674914509058,0.0064394474029541016 +408,-2.9771379818817114,-0.006152285436124893,0.9420788751020426,-0.16371124982833862,0.006152246613055468,0.9864888787269592,0.0013339631259441376,-0.0012657400220632553,0.0007699495181441307,0.0014645755290985107,0.0007599880918860435,0.00383681058883667 +409,-2.977136662266883,-0.006075971160562357,0.9419846246725975,-0.16371271014213562,0.006075933575630188,0.9864896535873413,0.00037289131432771683,-0.0007128678262233734,-0.0011496171355247498,-0.0030353814363479614,-0.001589848194271326,0.003989100456237793 +410,-2.9771297208925596,-0.006131161199596315,0.9416707393308421,-0.16371947526931763,0.006131122820079327,0.9864879846572876,0.00016035698354244232,0.0004464418161660433,0.001949354074895382,0.002037331461906433,0.0010710293427109718,0.007347583770751953 +411,-2.977170873495511,-0.006157574193779299,0.9414354484186228,-0.163678839802742,0.006157535128295422,0.9864945411682129,-0.0009499434381723404,-0.0015937560237944126,-0.0008418736979365349,-0.0027487725019454956,-0.0012136921286582947,0.007508754730224609 +412,-2.9771267044676173,-0.006122978559802657,0.9412864193991349,-0.163722425699234,0.006122940219938755,0.9864873290061951,-0.0006828326731920242,-0.0011789281852543354,0.00047830957919359207,-6.540119647979736e-05,0.007228500209748745,0.0005273222923278809 +413,-2.977177549188214,-0.006301099787595053,0.9415258805969681,-0.1636720895767212,0.006301057990640402,0.9864946007728577,-0.0007236301898956299,0.0017166819889098406,0.00040930137038230896,-0.003075927495956421,-0.001570836640894413,0.004960358142852783 +414,-2.9771541078920576,-0.006137092450326235,0.9420319646497683,-0.16369540989398956,0.006137053947895765,0.9864919781684875,0.0006227660924196243,0.00019210949540138245,-7.52108171582222e-05,9.065866470336914e-05,-7.931049913167953e-05,0.0053446292877197266 +415,-2.977228145983804,-0.0061775936271874325,0.9424464985218444,-0.16362233459949493,0.006177554372698069,0.9865038394927979,-0.001196136698126793,-1.339474692940712e-05,0.0020481226965785027,-0.0031562447547912598,-0.006665839813649654,0.0023878812789916992 +416,-2.9770513013954623,-0.0060050142038738305,0.9427312156085234,-0.16379699110984802,0.006004977971315384,0.9864760637283325,-0.00011687818914651871,-0.00024442002177238464,0.000982780009508133,0.0002532750368118286,0.0011208737269043922,0.003666996955871582 +417,-2.977172055536717,-0.006283977615211741,0.9428460671540265,-0.16367752850055695,0.006283936090767384,0.9864938259124756,-0.0003756405785679817,-2.912711352109909e-05,1.7313286662101746e-05,-0.0020329058170318604,0.002001590561121702,0.011079967021942139 +418,-2.977100494757392,-0.006128555405246214,0.9432010769443114,-0.16374829411506653,0.0061285169795155525,0.9864831566810608,3.191456198692322e-05,-0.002296866849064827,0.0018103718757629395,-0.0023131221532821655,-0.0031835725530982018,0.006009578704833984 +419,-2.97708951519488,-0.006143716812154961,0.943639800847211,-0.16375911235809326,0.006143677979707718,0.9864813089370728,0.002079692669212818,-0.0008450564928352833,-0.0004918212071061134,0.0009478479623794556,-0.0012608696706593037,0.0026544928550720215 +420,-2.9772209260553097,-0.006184289337717405,0.9434574914039717,-0.1636294275522232,0.006184250116348267,0.9865025281906128,0.004384479485452175,-0.002528292592614889,0.0015087909996509552,0.0007418543100357056,-0.0008436739444732666,0.003228306770324707 +421,-2.9772107012019298,-0.006169572502518528,0.9432834347457142,-0.1636395901441574,0.006169533357024193,0.9865012168884277,0.0019851792603731155,0.0018542709294706583,0.0018545947968959808,-0.0022845417261123657,-0.0005085230804979801,0.0019328594207763672 +422,-2.9770809962290894,-0.006223551749892245,0.9427560882565345,-0.163767471909523,0.006223511416465044,0.986479640007019,-8.800998330116272e-07,-0.0010083029046654701,8.109584450721741e-05,-0.0009053796529769897,0.0011922577396035194,0.006638884544372559 +423,-2.977119916529451,-0.006222939874228957,0.9426648347048535,-0.16372904181480408,0.006222899537533522,0.9864857196807861,-2.1628104150295258e-05,-0.00019970256835222244,-5.674082785844803e-05,-0.0012032091617584229,1.7948448657989502e-05,0.002100706100463867 +424,-2.97710577659835,-0.006178211616617254,0.9428960227124281,-0.1637430191040039,0.006178172305226326,0.986483633518219,-0.0017119022086262703,-0.0015336847864091396,-0.001307908445596695,-0.0008382648229598999,-0.0016920873895287514,0.0045288801193237305 +425,-2.9771197027796665,-0.006168292172462309,0.9429507387120257,-0.16372935473918915,0.006168253254145384,0.9864863753318787,0.0009867511689662933,-0.001705074217170477,0.0009525585919618607,0.0009486079216003418,0.0010949280112981796,0.00026935338973999023 +426,-2.9771286126238663,-0.006142281070159968,0.9426416304191623,-0.16372054815292358,0.006142242345958948,0.986487627029419,7.173791527748108e-05,-0.0006505027413368225,0.0009330976754426956,-0.000692903995513916,-0.00042019831016659737,0.006813704967498779 +427,-2.977123351771045,-0.006163286272736768,0.9425697463884919,-0.16372571885585785,0.006163247395306826,0.9864867329597473,0.000552658922970295,-0.00014938600361347198,0.0004032040014863014,-0.000809788703918457,-0.004637368023395538,0.007241964340209961 +428,-2.9771087544757955,-0.0060704765481407776,0.942634353479464,-0.16374020278453827,0.006070439238101244,0.9864848852157593,-0.00026214122772216797,-0.00045998161658644676,0.0011961134150624275,-0.0019854754209518433,0.0004603262059390545,0.003734290599822998 +429,-2.977078725016284,-0.006163241803834052,0.942657334514076,-0.16376975178718567,0.006163202691823244,0.9864794611930847,-0.0010511670261621475,0.000583928544074297,0.001190180890262127,0.001690879464149475,0.0012067938223481178,0.005311369895935059 +430,-2.9772465708010087,-0.006096281511582414,0.9427082328424219,-0.1636042296886444,0.006096243858337402,0.98650723695755,-4.030391573905945e-05,-0.002816668711602688,-0.0006758114323019981,-0.001282230019569397,0.0018688435666263103,0.004825770854949951 +431,-2.9771660065270793,-0.006129277248116452,0.9426302998317109,-0.1636837124824524,0.0061292387545108795,0.9864940643310547,-0.002002534456551075,0.0006998376920819283,0.00020041409879922867,-0.0004703998565673828,-0.0007276297546923161,0.004244089126586914 +432,-2.9771933751276385,-0.006087345900078407,0.9429992011369315,-0.16365666687488556,0.006087308283895254,0.9864983558654785,0.0010926835238933563,-0.0014795283786952496,-0.0019233403727412224,-0.0006041377782821655,0.0034189135767519474,0.004636049270629883 +433,-2.9771126684805105,-0.006100133062153943,0.9432566004504814,-0.16373631358146667,0.006100095342844725,0.9864852428436279,0.0011053839698433876,-0.0003972053527832031,-0.00018111523240804672,-0.002050429582595825,0.00014075590297579765,0.005381762981414795 +434,-2.9771297402297208,-0.005947826278338201,0.9437303992513599,-0.16371959447860718,0.005947791039943695,0.9864888191223145,-0.0021721171215176582,-0.0007662810385227203,-0.001436854712665081,-0.0014415085315704346,-0.0005614394322037697,0.004844009876251221 +435,-2.9770913710299314,-0.0059263744576937396,0.9441201286295923,-0.16375751793384552,0.005926339887082577,0.9864830374717712,0.0013809604570269585,0.0003804911393672228,-0.0006741909310221672,-0.0016783177852630615,0.0010469271801412106,0.003110647201538086 +436,-2.9770501996558503,-0.006023739226337915,0.9446523004350362,-0.16379804909229279,0.006023702677339315,0.9864757061004639,-0.00024261511862277985,0.0012315784115344286,-0.0004339609295129776,0.0002848207950592041,-0.00025588134303689003,0.006047725677490234 +437,-2.9771044327010743,-0.005951443221298911,0.9448747375927165,-0.16374455392360687,0.005951408296823502,0.986484706401825,-0.0014168573543429375,0.0005638354923576117,-0.0006785839796066284,-0.0003636777400970459,-0.0030217180028557777,0.003749549388885498 +438,-2.976984092747873,-0.005938676347281649,0.9449282765878089,-0.16386331617832184,0.005938641261309385,0.9864652156829834,1.2475065886974335e-05,0.0013286604080349207,0.0008506393060088158,0.0006400495767593384,0.0011261776089668274,0.0045015811920166016 +439,-2.9769568033289038,-0.006114326865306084,0.944950853189297,-0.1638900637626648,0.0061142886988818645,0.9864597320556641,-0.0004063183441758156,0.0003576928284019232,-0.00013572163879871368,0.00013273954391479492,-0.00046853721141815186,0.0041255950927734375 +440,-2.9769304469179,-0.005992429451319757,0.9449709818005853,-0.16391614079475403,0.005992393475025892,0.9864559173583984,0.0004926370456814766,0.0009657780174165964,0.00023024529218673706,-0.003182828426361084,0.0011182045564055443,0.006250202655792236 +441,-2.976928671677447,-0.006075848412598146,0.9448096871167964,-0.16391785442829132,0.006075811106711626,0.9864553809165955,0.0007463600486516953,-0.0015108142979443073,0.0009677289053797722,-0.0007092207670211792,-0.0013913577422499657,0.004953980445861816 +442,-2.9769256186661956,-0.005910077698865655,0.9447885374030128,-0.16392099857330322,0.005910043139010668,0.9864556193351746,0.0017614811658859253,-0.001823329832404852,-0.0014264918863773346,-0.0019572824239730835,-0.0016070688143372536,0.0028935670852661133 +443,-2.9769895086215574,-0.005982364362843315,0.9445350214110803,-0.16385792195796967,0.005982328671962023,0.9864658117294312,0.00041294656693935394,-0.00108621409162879,0.0013632085174322128,0.0009551048278808594,0.0008383458480238914,0.0023800134658813477 +444,-2.9769943936065797,-0.006054247643848954,0.9445787951809027,-0.16385304927825928,0.006054210476577282,0.9864662885665894,0.0003548581153154373,0.0004918749909847975,0.0014108261093497276,-0.0036884546279907227,0.001956649124622345,0.006682634353637695 +445,-2.976856825507353,-0.006056366215372009,0.9446127389700495,-0.16398869454860687,0.006056329235434532,0.9864434003829956,0.0005272272974252701,0.005524632055312395,0.0019963253289461136,0.0001703798770904541,-0.0028367280028760433,0.003744959831237793 +446,-2.9770134100226593,-0.005886673297183951,0.9446414369155424,-0.16383446753025055,0.005886639468371868,0.9864704608917236,-0.0012883385643363,-0.0014306064695119858,-3.871321678161621e-05,-0.0003196150064468384,0.0014680931344628334,0.005762934684753418 +447,-2.976886795698936,-0.006106918734823415,0.9448091617592013,-0.16395914554595947,0.006106880959123373,0.9864484071731567,-0.0006560711190104485,-0.0008647758513689041,-0.001643698662519455,-0.0015529394149780273,0.0027584806084632874,0.0042285919189453125 +448,-2.976995984868362,-0.006069627532657183,0.944907848403599,-0.16385145485401154,0.006069590337574482,0.9864663481712341,-0.0019446657970547676,-0.0006810510531067848,0.0010323859751224518,0.0009181201457977295,-0.003475599456578493,0.006423056125640869 +449,-2.9770632026929764,-0.005879049124796468,0.9449651345474394,-0.16378529369831085,0.0058790151961147785,0.9864782691001892,-5.310308188199997e-05,-0.0029008546844124794,-0.0008456669747829437,-0.0037256628274917603,0.002284436486661434,0.0057547688484191895 +450,-2.9769511681870475,-0.006059309267252192,0.9444356429033774,-0.16389566659927368,0.006059272214770317,0.9864590764045715,-0.0004225363954901695,0.0012266591656953096,-0.0003051441162824631,0.004441320896148682,-0.004167184233665466,-0.005608916282653809 +451,-2.977122189916752,-0.005831284216214205,0.9442046451711014,-0.16372716426849365,0.005831251386553049,0.9864882826805115,-0.002643548883497715,0.0001729186624288559,0.0004944335669279099,-0.0018764287233352661,0.0020117596723139286,0.006568789482116699 +452,-2.9769591308658043,-0.006053951812272859,0.9439671582586243,-0.16388779878616333,0.0060539147816598415,0.9864603281021118,0.000692758709192276,0.00022299331612884998,0.0032658297568559647,-0.0016242563724517822,0.0010261675342917442,0.004521667957305908 +453,-2.976934086146823,-0.005976232271639845,0.94397161727168,-0.1639125645160675,0.0059761968441307545,0.986456573009491,0.00110592320561409,0.0008317683823406696,-0.0006834995001554489,0.0020931363105773926,-0.0020241746678948402,0.0026789307594299316 +454,-2.976960714060025,-0.005978992620503041,0.9438064882890774,-0.16388629376888275,0.0059789568185806274,0.9864609241485596,-0.0005311034619808197,0.0019792316015809774,-0.0013226643204689026,-0.002907484769821167,0.004290206823498011,0.005619525909423828 +455,-2.976841746400526,-0.006098105326872197,0.943923035006807,-0.16400359570980072,0.0060980673879384995,0.9864410161972046,0.0006500789895653725,0.0003523295745253563,0.00022125244140625,-0.0009134262800216675,-0.002268112264573574,0.008233785629272461 +456,-2.97707474202407,-0.005939196620977699,0.9436033522439893,-0.16377389430999756,0.005939161870628595,0.9864800572395325,-5.411822348833084e-05,0.0023458467330783606,0.0017234086990356445,-0.000990539789199829,-0.0005985861644148827,0.0030372142791748047 +457,-2.9768284348253453,-0.0061003320485315815,0.9433524153078839,-0.1640166938304901,0.006100294180214405,0.9864386916160583,-0.0011910013854503632,0.0012183175422251225,0.0005743354558944702,-0.0003204643726348877,-0.0006071329116821289,-0.001926422119140625 +458,-2.9770908677565053,-0.00611382455734365,0.9431099660799792,-0.163757786154747,0.0061137862503528595,0.9864815473556519,-0.001605185680091381,0.0004626780282706022,-0.0005622170865535736,0.0015874207019805908,-0.003504530992358923,0.006163597106933594 +459,-2.9769537627782734,-0.006080966901559125,0.9428593549059364,-0.16389310359954834,0.006080929655581713,0.9864594340324402,-0.0016322480514645576,-0.0026500020176172256,-0.0005298089236021042,-0.006517067551612854,-0.0021899407729506493,0.00450742244720459 +460,-2.9767353916851746,-0.006083370311350355,0.9426865879083229,-0.1641085147857666,0.006083332933485508,0.9864237308502197,-0.0019380049780011177,-0.0015448140911757946,0.002960246056318283,0.006241068243980408,-0.0016277646645903587,0.005184054374694824 +461,-2.9768899222192116,-0.006017569902235969,0.9425068654032785,-0.16395612061023712,0.0060175335966050625,0.9864492416381836,0.0009414190426468849,0.002006914932280779,-0.0011017508804798126,-0.009612590074539185,-0.006231159437447786,0.007645547389984131 +462,-2.9317082989245375,-0.02703706327331549,0.9465712839600712,-0.2082706093788147,0.027033768594264984,0.9776973724365234,-0.28402844071388245,-0.596986711025238,0.007458624430000782,-0.030910879373550415,0.017735512927174568,-0.046987712383270264 +463,-2.976319601993785,-0.006817920938595162,0.9426008613327201,-0.1645178347826004,0.0068178679794073105,0.9863504767417908,-0.004537773318588734,-0.005115889944136143,0.001292521134018898,0.013745740056037903,0.0026730969548225403,-0.008780956268310547 +464,-2.976335979156296,-0.006910769049359845,0.9431060568743104,-0.16450156271457672,0.006910713855177164,0.9863524436950684,0.0017911624163389206,-0.0026025925762951374,0.0007238155230879784,-0.0008579045534133911,-0.0076126172207295895,0.009985268115997314 +465,-2.977010333120969,-0.006835104813883194,0.9435163420933786,-0.1638365238904953,0.006835051812231541,0.9864640831947327,0.004571258556097746,0.007780800107866526,0.0020979885011911392,-0.0048494040966033936,0.0034646326676011086,0.00523531436920166 +466,-2.977818227779669,-0.006930772828951909,0.9436151216902103,-0.16303934156894684,0.006930717267096043,0.986595094203949,-0.0014166701585054398,-0.04688476398587227,0.0057157790288329124,0.0003959387540817261,0.0028043831698596478,0.0012435317039489746 +467,-2.9695917046420877,-0.0019612437593248605,0.9329581901055859,-0.17115381360054016,0.0019612424075603485,0.9852426052093506,-0.1983298510313034,0.2720307409763336,-0.18488699197769165,0.03017781674861908,-0.06281329691410065,0.07452630996704102 +468,-2.8502607725158278,0.007405054112303108,0.947497674180583,-0.28722041845321655,-0.0074049863032996655,0.9578361511230469,0.0015055052936077118,2.3876495361328125,0.14994002878665924,0.07503163814544678,-0.03138285130262375,0.21562600135803223 +469,-2.5682825656062644,-0.05764416830703677,0.9461757258735769,-0.5415148138999939,0.05761225149035454,0.838714599609375,0.5122994780540466,2.6428756713867188,-0.10172726958990097,-0.04030269384384155,-0.03579218313097954,0.18377667665481567 +470,-2.299039185600369,-0.033577617440293285,0.9685003277839698,-0.7459244728088379,0.033571306616067886,0.6651841998100281,-0.010502477176487446,2.0596868991851807,-0.09077076613903046,0.15495151281356812,-0.10611158609390259,0.041099488735198975 +471,-2.1664889623165453,-0.04742714441091896,0.9578288881826009,-0.8268293142318726,0.04740936681628227,0.560451328754425,-0.21041053533554077,1.307613492012024,-0.2630828619003296,0.028764188289642334,-0.07778963446617126,-0.028697729110717773 +472,-2.0425443789734747,-0.021422216296338555,0.9481076508898175,-0.8905709385871887,0.02142057754099369,0.454339861869812,-0.0814967155456543,1.1904423236846924,-0.03395150601863861,0.01486903429031372,-0.015957921743392944,0.04437839984893799 +473,-1.9188346442228656,-0.004557320174693974,0.9429170542204468,-0.9400336742401123,0.004557304549962282,0.34105080366134644,-0.041672058403491974,1.0788154602050781,-0.20661281049251556,-0.0060721635818481445,0.009312927722930908,-0.0248124897480011 +474,-1.8382265995296807,0.0355133606821237,0.9509821476024981,-0.9638449549674988,-0.03550589457154274,0.2640872895717621,-0.1238061785697937,0.8561019897460938,-0.31301945447921753,0.030251264572143555,-0.03315865993499756,0.010433554649353027 +475,-1.7699824606561931,0.06737144892756675,0.971592260846425,-0.9780042767524719,-0.06732049584388733,0.19742274284362793,0.2768811285495758,0.500441312789917,-0.5082884430885315,0.03836798667907715,0.05332817882299423,-0.028584212064743042 +476,-1.7429635781683035,0.07812529051470171,1.0082659999880839,-0.9822105765342712,-0.07804583758115768,0.17079538106918335,0.2748975455760956,0.2071266621351242,0.04938346892595291,0.10347223281860352,-0.05224894732236862,0.03014753758907318 +477,-1.7370244081498851,0.06403145418145069,1.0240156382035364,-0.9841949343681335,-0.06398770958185196,0.1651245355606079,0.08300556987524033,0.07233932614326477,0.5040980577468872,0.061785757541656494,-0.09516144543886185,0.029547110199928284 +478,-1.727992619968806,0.028123805320239705,1.0206876487281797,-0.98727947473526,-0.028120098635554314,0.15648777782917023,-0.1530960649251938,0.28235816955566406,0.29550570249557495,0.052663445472717285,-0.09349244832992554,0.04592011868953705 +479,-1.679800918338078,0.04246820827363853,1.0095581922028671,-0.9931684732437134,-0.04245544224977493,0.10869075357913971,-0.18729330599308014,0.10391563177108765,-0.2585867941379547,0.07034754753112793,-0.016489233821630478,0.0053686946630477905 +480,-1.6501408554437436,0.06808632020806074,1.0196650292817762,-0.994544267654419,-0.06803372502326965,0.07907766103744507,-0.597724199295044,-0.45304885506629944,-0.01470680721104145,0.10729146003723145,-0.08150240778923035,0.023034214973449707 +481,-1.693233472989534,0.06999213677791533,0.9877118224061384,-0.9900836944580078,-0.06993500143289566,0.12183242291212082,-1.6400450468063354,-1.466801404953003,0.48653584718704224,0.18103229999542236,-0.13531097769737244,0.07146595418453217 +482,-1.881682042435871,-0.0708973370585601,0.7771961931842825,-0.94967120885849,0.07083795964717865,0.30513352155685425,-1.8092268705368042,-1.3349741697311401,2.1300342082977295,-0.08318090438842773,0.07703494280576706,-0.11680963635444641 +483,-2.0982918134177604,-0.142307620496278,0.5275511337335879,-0.8553359508514404,0.1418277770280838,0.4982824921607971,-1.5058495998382568,-2.1583826541900635,1.0512595176696777,-0.0033066272735595703,0.2457454651594162,-0.18219661712646484 +484,-2.354947597233044,-0.11625704117949837,0.39023741536096374,-0.703208863735199,0.11599533259868622,0.7014573812484741,-1.6426975727081299,-2.522930145263672,-0.2913997173309326,-0.13817602396011353,0.15374954044818878,0.003483414649963379 +485,-2.4791580241521767,-0.1477278699944111,0.23652863533876256,-0.6083394289016724,0.1471911370754242,0.7799089550971985,-0.7641270160675049,-0.7006099820137024,0.9966666102409363,-0.06774699687957764,-0.0650378167629242,0.04664444923400879 +486,-2.640896556530433,-0.09675713318457564,0.17393344212753592,-0.47779104113578796,0.09660623222589493,0.8731455206871033,-1.127538800239563,-1.634865403175354,-0.9182795286178589,-0.18019849061965942,0.061230696737766266,0.028999924659729004 +487,-2.7530977653875777,-0.1219829597275171,0.10083282101322363,-0.3759811222553253,0.12168066948652267,0.9186031818389893,-0.6530324816703796,-0.41300684213638306,0.2433818131685257,-0.277934193611145,0.35404258966445923,0.03465902805328369 +488,-2.8427800890796417,-0.1448029585125991,0.024211177646208098,-0.29130473732948303,0.14429745078086853,0.945685088634491,-0.2235424667596817,-0.7851672768592834,-0.2181001752614975,-0.25563132762908936,0.25945013761520386,-0.0017609596252441406 +489,-2.895043348258672,-0.18807495136790378,-0.033631687623029996,-0.239755317568779,0.186968132853508,0.952659547328949,-0.08043919503688812,-0.4310978055000305,0.30645883083343506,-0.12998037040233612,0.15946738421916962,-0.08339691162109375 +490,-2.9626270800240384,-0.18565015379901478,-0.039043814356155844,-0.17495287954807281,0.1845855563879013,0.9671192169189453,-0.16256292164325714,-0.4530669152736664,0.3247661292552948,-0.07359752058982849,-0.0692291259765625,0.05158799886703491 +491,-3.031273000355633,-0.1682402748093274,-0.060912984042162666,-0.1085415631532669,0.16744773089885712,0.9798877239227295,-0.23475083708763123,-0.5396000146865845,0.09901154041290283,-0.048562921583652496,-0.05730980634689331,0.06575125455856323 +492,-3.0937954285326716,-0.15379696638500456,-0.07260682756763055,-0.04721507802605629,0.15319137275218964,0.9870681166648865,-0.1575651913881302,-0.8675379157066345,-0.290865421295166,-0.053584493696689606,0.10121844708919525,-0.04058051109313965 +493,-3.125883423735477,-0.1442577335278224,-0.09696965012462519,-0.015545416623353958,0.1437579095363617,0.9894907474517822,-0.048589952290058136,-0.03771480917930603,0.41710764169692993,-0.0038027269765734673,-0.04080688953399658,0.001949012279510498 +494,3.131688410535564,-0.13249621824349722,-0.11024119150593717,0.009817271493375301,0.1321088969707489,0.9911863803863525,-0.08837902545928955,-0.22931581735610962,0.11125074326992035,-0.047536998987197876,0.021028295159339905,0.03028249740600586 +495,3.1237749468970204,-0.1217758096958687,-0.10645578562604861,0.017684824764728546,0.12147505581378937,0.9924370646476746,-0.009999340400099754,0.0032533197663724422,-0.03260187804698944,-0.034988291561603546,0.024597331881523132,0.006327033042907715 +496,3.121383162653999,-0.11896060903603718,-0.09701019308344513,0.020065290853381157,0.11868022382259369,0.9927296042442322,-0.0015835827216506004,-0.05286312475800514,-0.03508004546165466,-0.024353016167879105,0.030779577791690826,-0.007332444190979004 +497,3.1270393439819375,-0.11969541731943599,-0.09658415086736646,0.014448670670390129,0.11940980702638626,0.9927398562431335,-0.022477004677057266,0.28304365277290344,-0.00703934021294117,0.008347960188984871,-0.001886621117591858,0.00491023063659668 +498,3.1322872005767817,-0.11870485918926243,-0.09639819548329569,0.009239837527275085,0.11842627823352814,0.9929200410842896,-0.0027657393366098404,0.0030704373493790627,-2.1142885088920593e-05,-0.01174227800220251,-0.00969213992357254,0.0085296630859375 +499,3.1374988839192595,-0.11624975830362758,-0.09629836923046749,0.004066128749400377,0.1159881055355072,0.9932425022125244,-0.06002148985862732,0.14044393599033356,-0.0020405054092407227,-0.009193080477416515,-0.008154191076755524,0.0014171600341796875 +500,-3.1096545600779635,-0.09969529439879446,-0.09666523559485417,-0.03177410736680031,0.09953022748231888,0.9945272207260132,-0.20623649656772614,0.4687306880950928,-0.001022959128022194,0.01395183801651001,0.007052429020404816,0.022669553756713867 +501,-3.1067616504266247,-0.09839672823455224,-0.09662823066103207,-0.03465551510453224,0.0982380285859108,0.9945593476295471,0.046728409826755524,-0.11481820046901703,0.0004788273945450783,-0.024502810090780258,-0.0141773521900177,-0.047278523445129395 +502,-3.1051808240422645,-0.09734068823206038,-0.09653271824408485,-0.03623145818710327,0.09718704223632812,0.9946064949035645,0.0029395841993391514,-0.0001437678001821041,0.002260313369333744,-0.007744375616312027,-0.003620132803916931,0.013236522674560547 +503,-3.1046486651466108,-0.0970492411913684,-0.0964548489996346,-0.03676178678870201,0.09689696878194809,0.9946154356002808,-0.0028412044048309326,0.001559182070195675,-0.001050550490617752,0.0006900057196617126,-0.0032232478260993958,0.005979776382446289 +504,-3.1043875732565533,-0.0965984334906163,-0.09644157379187639,-0.03702308610081673,0.09644827246665955,0.9946491122245789,0.0008177459239959717,-0.0018299915827810764,-0.0004894118756055832,-0.005594708025455475,-0.00011954456567764282,0.006144225597381592 +505,-3.1036604934987393,-0.09621851994682706,-0.09638366004817872,-0.03774765506386757,0.09607012569904327,0.9946585893630981,-0.0008680159226059914,0.0029690121300518513,-0.001172523945569992,-0.005404200404882431,-0.002945736050605774,0.0048073530197143555 +506,-3.1032966611155706,-0.09575273660911955,-0.09642499831582621,-0.038111262023448944,0.0956064835190773,0.9946897029876709,0.0001512104645371437,-0.002503287047147751,-0.001123053953051567,-0.00394197553396225,-0.004572510719299316,0.004974961280822754 +507,-3.1029388309544523,-0.09547802485448334,-0.09639683061095368,-0.03846820071339607,0.0953330248594284,0.994702160358429,0.0018496867269277573,-0.0007500448264181614,-0.00012687407433986664,-0.0067130811512470245,-0.00010289996862411499,0.005038738250732422 +508,-3.102535826213744,-0.09529783302524446,-0.0963999366874394,-0.03886973112821579,0.09515365213155746,0.9947035312652588,0.001908264122903347,-0.00041319895535707474,0.0002904273569583893,-0.0031834952533245087,-0.004089191555976868,0.007524371147155762 +509,-3.102323956618485,-0.09497501217915466,-0.09642016290827422,-0.039081670343875885,0.09483229368925095,0.9947256445884705,-0.0015808073803782463,-0.0011854302138090134,-0.0013228561729192734,-0.0039938874542713165,0.00203048437833786,0.005716681480407715 +510,-3.101996645557319,-0.09490282971484923,-0.09635221618209606,-0.03940752521157265,0.09476043283939362,0.9947196841239929,0.0003772266209125519,0.00029348302632570267,-0.002770068123936653,-0.002386290580034256,-0.00628998875617981,0.0023505091667175293 +511,-3.101725178959374,-0.09453880471690318,-0.09631105418201809,-0.03967893123626709,0.09439804404973984,0.9947433471679688,-0.000854060985147953,0.002207209588959813,0.000928967259824276,-0.00408327579498291,-0.0004191771149635315,0.004966616630554199 +512,-3.1014706580247426,-0.09447417710751131,-0.09630988635298254,-0.03993235528469086,0.0943337008357048,0.994739294052124,-0.001544661819934845,0.0002789366990327835,-3.624148666858673e-05,-0.002166636288166046,-0.0015450268983840942,0.00706106424331665 +513,-3.101281581556829,-0.09427540977028086,-0.0963243613497706,-0.04012119397521019,0.0941358208656311,0.9947504997253418,-0.0012314170598983765,-0.002253402955830097,-0.00025495700538158417,-0.004953265190124512,-0.0020490437746047974,0.0035556554794311523 +514,-3.1009692000525244,-0.09420257464078091,-0.09626000198018005,-0.040432222187519073,0.09406331181526184,0.9947450160980225,0.0006172824651002884,-0.0011277622543275356,0.0005541220307350159,-0.002979036420583725,-0.00071001797914505,0.00549924373626709 +515,-3.1008713691761245,-0.0940624307468765,-0.09621874364666987,-0.040530066937208176,0.09392378479242325,0.9947540163993835,0.0005043754354119301,0.0011898332741111517,8.339807391166687e-05,-0.0011264234781265259,-0.0014555379748344421,0.00556635856628418 +516,-3.1006771487088742,-0.09394038016387608,-0.09624127737555482,-0.04072374477982521,0.09380227327346802,0.9947578310966492,-0.0003495030105113983,-0.00023427139967679977,0.001287323422729969,-0.004121840000152588,-0.0007694214582443237,0.0028619766235351562 +517,-3.10044757089417,-0.09377285442716818,-0.09626437535699219,-0.040952764451503754,0.09363548457622528,0.9947641491889954,-0.0008560121059417725,0.004183852579444647,-0.0025642644613981247,-0.0009478740394115448,-0.0005110874772071838,0.004763007164001465 +518,-3.100417174262704,-0.09371876737213587,-0.0962408688034089,-0.040983185172080994,0.09358163923025131,0.9947673678398132,0.0010073240846395493,-0.0005284002982079983,-0.0023066475987434387,-0.0010242462158203125,-0.000991329550743103,0.00695645809173584 +519,-3.1001811969716853,-0.09357238827288684,-0.09616120946670664,-0.041218504309654236,0.09343589842319489,0.9947715401649475,0.0009390730410814285,0.0028037969022989273,-0.00023348256945610046,-0.004786744713783264,-0.001959465444087982,0.005319833755493164 +520,-3.1001020120827585,-0.09357735958390333,-0.09615893201439714,-0.04129725694656372,0.09344084560871124,0.9947679042816162,-0.0017551220953464508,0.0017786920070648193,-0.0015492495149374008,8.327141404151917e-05,-0.0003927573561668396,0.004301190376281738 +521,-3.1000618407255156,-0.09354996427848522,-0.09616109585714093,-0.04133734107017517,0.0934135690331459,0.9947691559791565,-0.0005942266434431076,0.0009195127058774233,-0.0003415849059820175,-0.000868484377861023,-0.0012046843767166138,0.004407167434692383 +522,-3.099842539443443,-0.09345833102063802,-0.09608229494021717,-0.041555844247341156,0.09332233667373657,0.9947684407234192,-0.0013813823461532593,0.0017234929837286472,-0.0008259471505880356,-0.0024199895560741425,0.0008701756596565247,0.001752614974975586 +523,-3.099781261266611,-0.09348571343618624,-0.09606065718175878,-0.04161669313907623,0.09334959834814072,0.9947633743286133,-0.0005474891513586044,0.001382309477776289,0.00047447066754102707,0.0010588280856609344,-0.0006982311606407166,0.0054503679275512695 +524,-3.099750125823854,-0.09339061157494218,-0.09611805852687268,-0.0416480228304863,0.09325491636991501,0.9947705864906311,0.0019155489280819893,-0.002912296913564205,-0.00043503008782863617,-0.0008629560470581055,0.0011054202914237976,0.006587207317352295 +525,-3.099666308273269,-0.09335457116381465,-0.09608535460212202,-0.04173154756426811,0.09321903437376022,0.9947705268859863,-0.0014898059889674187,-0.0008712946437299252,0.002095388248562813,-0.002427380532026291,0.0024383068084716797,0.005839645862579346 +526,-3.099627227425562,-0.09327740697380825,-0.09608247098398165,-0.04177073389291763,0.09314220398664474,0.9947762489318848,0.0008316226303577423,7.284805178642273e-05,0.00018043909221887589,0.0015943385660648346,-0.004183463752269745,0.006505489349365234 +527,-3.0995976544106703,-0.09315404346384731,-0.09607075605323802,-0.041800640523433685,0.09301937371492386,0.9947866797447205,-0.0019306186586618423,-0.0010736356489360332,-0.0003635287284851074,-0.0013207010924816132,0.0019055604934692383,0.005137205123901367 +528,-3.0995523595087975,-0.0932427427184678,-0.09603400513561246,-0.04184534400701523,0.0931076928973198,0.9947763085365295,-0.0008586747571825981,-0.0007803705520927906,0.0034241601824760437,5.1524490118026733e-05,0.0011305809020996094,0.004537045955657959 +529,-3.0996109898651607,-0.09309191715140656,-0.0960452265086367,-0.04178759828209877,0.0929575189948082,0.9947925806045532,-0.0005466081202030182,9.522261098027229e-05,-0.001393260434269905,0.001763809472322464,0.0003194361925125122,0.004627346992492676 +530,-3.099578284271393,-0.09307967761713098,-0.09602405533220904,-0.04182020202279091,0.09294532984495163,0.9947927594184875,-0.0005584703758358955,0.0012393444776535034,-0.0011490527540445328,-0.001682620495557785,0.005687497556209564,0.004932761192321777 +531,-3.0993727896418726,-0.09320623963034523,-0.09597916448247884,-0.04202411696314812,0.0930713415145874,0.99477219581604,0.0011720797047019005,-0.0003116670995950699,-0.0010256320238113403,0.001176346093416214,-0.0023731067776679993,0.004327535629272461 +532,-3.0995023000050597,-0.09290428394413361,-0.09604548727086981,-0.04189646244049072,0.09277069568634033,0.9948055744171143,-0.0010455586016178131,-0.0019245785661041737,-0.0033002085983753204,0.0009723939001560211,0.001177661120891571,0.005835235118865967 +533,-3.100312260244895,-0.09338214447797989,-0.09601287034587881,-0.04108887538313866,0.09324648231267929,0.9947951436042786,-0.03540392965078354,0.0831388607621193,-0.0017633140087127686,0.010281369090080261,0.004821784794330597,0.03824043273925781 +534,-3.1009161634720397,-0.09355406645030574,-0.09600895109900293,-0.04048744961619377,0.09341765940189362,0.9948035478591919,0.013419967144727707,-0.03460205718874931,-0.0006227754056453705,-0.0012758634984493256,-0.002093791961669922,-0.00029659271240234375 +535,-3.0998621266800037,-0.09309346742369189,-0.0971465495858386,-0.04153776541352272,0.09295906126499176,0.9948029518127441,0.0008731875568628311,0.0014047697186470032,0.00573684461414814,0.010760795325040817,0.003903716802597046,0.013985931873321533 +536,-3.072629708010326,-0.08382065621916818,-0.08524313896056261,-0.06866636127233505,0.0837225392460823,0.9941204190254211,-0.00975196622312069,0.18776819109916687,-0.3840786814689636,0.02021971344947815,0.031389765441417694,-0.018320918083190918 +537,-2.99384471264281,-0.08680613321160228,-0.07789123093651887,-0.14665669202804565,0.08669715374708176,0.9853808879852295,0.03692347928881645,1.7878775596618652,0.2557027041912079,0.04242391884326935,-0.037960588932037354,0.159287691116333 +538,-2.777003765424381,-0.11039854778133924,-0.19205348135587097,-0.35439449548721313,0.11017443239688873,0.9285826086997986,-0.44968152046203613,1.716017484664917,1.9191596508026123,0.11976015567779541,-0.07340077310800552,-0.08283394575119019 +539,-2.6536392223358227,-0.12042081142915449,-0.2893130296370817,-0.465424120426178,0.12012998014688492,0.8768976330757141,-0.145021453499794,0.8201789855957031,0.16417577862739563,0.0944371223449707,0.043047524988651276,-0.054540395736694336 +540,-2.6190998772485594,-0.11994792594469485,-0.3760578549150106,-0.4954562783241272,0.11966050416231155,0.8603515625,-0.3745902478694916,0.19106638431549072,0.5850775241851807,-0.08143278956413269,0.13694655895233154,0.0010377168655395508 +541,-2.5954331163612103,-0.11930998589402234,-0.43711459976494044,-0.5157168507575989,0.11902713030576706,0.848450779914856,-0.08415605127811432,0.26784056425094604,0.17512790858745575,-0.0397641658782959,0.04259398579597473,0.010344386100769043 +542,-2.5903627531733946,-0.11132753185544392,-0.47597620390580214,-0.52049320936203,0.11109771579504013,0.846607506275177,-0.4561874270439148,-0.060692284256219864,0.5962749123573303,0.012268662452697754,0.03146516531705856,-0.025821924209594727 +543,-2.5911987124984805,-0.10908540562747135,-0.5125992439367293,-0.5199142098426819,0.10886918753385544,0.8472524285316467,-0.3498067855834961,0.08515985310077667,0.07938198745250702,-0.05091702938079834,-0.021329522132873535,-0.009056627750396729 +544,-2.5868876192008523,-0.09520498502036666,-0.5375745898544428,-0.5243072509765625,0.09506122767925262,0.8462060689926147,-0.14753930270671844,0.1507488638162613,0.18414779007434845,-0.012038946151733398,0.01831153780221939,-0.013946175575256348 +545,-2.591762891923682,-0.07833539307917278,-0.5563159917174468,-0.5209395289421082,0.0782553032040596,0.8499986529350281,-0.29123154282569885,0.00786290317773819,-0.018431318923830986,-0.015956103801727295,0.006888724863529205,0.03638416528701782 +546,-2.5923394977759515,-0.061754254926304486,-0.5749408814056004,-0.5210552215576172,0.061715010553598404,0.8512887954711914,-0.255569189786911,-0.1351722627878189,0.05071718990802765,0.010114729404449463,-0.002312544733285904,2.950429916381836e-05 +547,-2.5993368833473,-0.03726627604192713,-0.590306735736542,-0.51571124792099,0.03725765272974968,0.8559522032737732,-0.2015245258808136,-0.05430730804800987,0.03257133066654205,0.01317816972732544,0.01569034904241562,-0.017039120197296143 +548,-2.5994009757481176,-0.03211241488591732,-0.5861245217542069,-0.5157485604286194,0.03210689499974251,0.8561382293701172,-0.0011057211086153984,-0.04578752443194389,-0.16234134137630463,-0.021574437618255615,-0.0019097551703453064,0.0002002716064453125 +549,-2.599635809368655,-0.05034491307053593,-0.5942700422683438,-0.5151599645614624,0.050323646515607834,0.8556156158447266,0.0024998970329761505,0.13594448566436768,0.1435086578130722,-0.027503669261932373,0.040969692170619965,0.10809910297393799 +550,-2.590372878685263,-0.04594426849966564,-0.6032587775718916,-0.5231742262840271,0.04592810571193695,0.8509876132011414,-0.032486703246831894,0.08136634528636932,-0.025596238672733307,0.003551304340362549,0.003327261656522751,0.013529777526855469 +551,-2.5733885841326254,-0.02714854652461999,-0.6028129149331298,-0.5379209518432617,0.02714521251618862,0.8425582647323608,-0.3865274488925934,0.515020489692688,-0.41799411177635193,-0.06290918588638306,0.01780717447400093,0.03190779685974121 +552,-2.5381663494419673,0.02571603435756315,-0.5965623418147268,-0.5672793984413147,-0.025713199749588966,0.8231239318847656,-0.2833665609359741,0.3665293753147125,-0.39138972759246826,-0.004711568355560303,0.06352446973323822,0.006450772285461426 +553,-2.4505681016564402,0.07260224426154785,-0.6203931553952567,-0.6356480121612549,-0.07253848016262054,0.7685633301734924,-0.6728509068489075,0.8227826952934265,-0.07550952583551407,-0.017046630382537842,-0.04771602898836136,0.04158669710159302 +554,-2.3611852339161126,0.12559889021373244,-0.6642937482151348,-0.6980267763137817,-0.12526892125606537,0.7050290703773499,-0.6851827502250671,0.48177477717399597,0.5356407761573792,0.07192820310592651,-0.11023518443107605,-0.01231074333190918 +555,-2.3248570063574587,0.1422625498953666,-0.7124152248176933,-0.721551239490509,-0.14178316295146942,0.6776882410049438,-0.10383044183254242,0.25725123286247253,0.4330931305885315,0.009835600852966309,0.10220187902450562,0.017929494380950928 +556,-2.331120491886609,0.13934844690538983,-0.7701515619031287,-0.7175888419151306,-0.13889791071414948,0.6824762225151062,-0.13572655618190765,-0.11779537796974182,0.40027520060539246,-0.0032669901847839355,-0.06262494623661041,0.0308569073677063 +557,-2.3050820038041095,0.11723992546791884,-0.8100825231182165,-0.737213671207428,-0.11697153002023697,0.6654571890830994,-0.32610830664634705,0.12232676148414612,-0.13182556629180908,-0.02682429552078247,-0.06511157006025314,0.04981362819671631 +558,-2.3013964767246606,0.05956417607369882,-0.8730940678824048,-0.7434533834457397,-0.05952896177768707,0.6661334037780762,-0.04597776010632515,0.2110517919063568,0.440321683883667,-0.07716447114944458,-0.023906126618385315,0.027042925357818604 +559,-2.244694098071029,0.06237898040458258,-0.9469592082893736,-0.779875636100769,-0.062338534742593765,0.6228228211402893,-0.9067687392234802,-0.048909999430179596,0.9480352997779846,0.03825259208679199,-0.07109958678483963,0.029200613498687744 +560,-2.2266870959534004,-0.003543845292860734,-1.026551832965053,-0.792499840259552,0.0035438379272818565,0.6098614931106567,-0.5496289134025574,-0.1431228071451187,1.626974105834961,0.18938112258911133,0.06830981373786926,-0.026151835918426514 +561,-2.2919300835752305,0.010042419162790753,-1.1749945569975724,-0.7510198354721069,-0.010042250156402588,0.6602033376693726,0.3295721113681793,-0.35808509588241577,0.4313802123069763,-0.029101133346557617,-0.0035991081967949867,-0.14714187383651733 +562,-2.339001911728271,-0.03983847518520193,-1.1876897925856542,-0.7185879349708557,0.03982793912291527,0.6942944526672363,-0.0916275680065155,-0.3543650209903717,0.18738164007663727,-0.035592854022979736,0.06254327297210693,0.033275067806243896 +563,-2.3760592139997936,-0.06042287835969131,-1.2259793721807908,-0.6916570663452148,0.06038611754775047,0.7196968793869019,-0.592784583568573,-0.8111501932144165,0.3206660747528076,-0.01070493459701538,-0.005408711731433868,-0.03967386484146118 +564,-2.4793898264187,-0.04400040300098835,-1.3564806531178233,-0.6142603158950806,0.043986205011606216,0.7878762483596802,-0.9871475100517273,-0.6169811487197876,0.6548501253128052,-0.06348919868469238,-0.0035961978137493134,0.005855262279510498 +565,-2.529871038768835,-0.05923592853017612,-1.3851609311035633,-0.5732705593109131,0.05920129269361496,0.8172248005867004,0.3588075041770935,-0.8915322422981262,0.5497268438339233,0.0035378336906433105,0.0010709241032600403,0.03748118877410889 +566,-2.61794968573704,-0.07318055079705686,-1.4448360804778726,-0.498699814081192,0.07311525195837021,0.8636853098869324,-0.7293192148208618,-0.9182643294334412,0.6738197207450867,-0.03172615170478821,0.02089414745569229,0.0240250825881958 +567,-2.746818588114862,-0.09804833696726664,-1.5140737008106677,-0.3827524185180664,0.09789131581783295,0.9186499714851379,0.38094645738601685,-1.4388612508773804,0.6604846119880676,-0.05117696523666382,-0.02843332290649414,-0.032892584800720215 +568,-2.858307039197623,-0.15572035743715354,-1.5356828632778814,-0.2761297821998596,0.1550917774438858,0.9485247731208801,0.3265174925327301,-0.6108936667442322,0.3711357116699219,-0.02428528666496277,-0.025224223732948303,-0.0385056734085083 +569,-2.947956385319802,-0.19744850913570441,-1.563764665831265,-0.18868963420391083,0.19616805016994476,0.9622443914413452,0.354665607213974,-0.7544254064559937,0.3363003432750702,0.0013727545738220215,0.013182520866394043,-0.021051764488220215 +570,-2.9909960747469664,-0.19824753526548447,-1.5859352873177597,-0.1470894068479538,0.1969514936208725,0.9693166017532349,0.010839982889592648,-0.3617461621761322,0.03832313418388367,0.009668752551078796,0.02694070339202881,-0.040102243423461914 +571,-2.9664813042816984,-0.19053504316592795,-1.5828430873884556,-0.17106498777866364,0.18938428163528442,0.9668869972229004,0.19184140861034393,-0.21329909563064575,0.09479208290576935,0.02624380588531494,-0.025321781635284424,-0.03994607925415039 +572,-2.954974328997478,-0.22187474810069413,-1.5736194804094963,-0.18098881840705872,0.22005879878997803,0.9585493206977844,0.34523218870162964,0.13336248695850372,-0.11426690220832825,0.01750621199607849,-0.0032009631395339966,0.01300811767578125 +573,-3.0176707998897476,-0.26063506920580276,-1.5504552311138464,-0.11943035572767258,0.25769421458244324,0.9588170051574707,0.10122375190258026,-0.7109720706939697,-0.14140044152736664,0.006088070571422577,-0.015766113996505737,0.0529932975769043 +574,3.113920070193115,-0.330618157142192,-1.5619680358509846,0.026170549914240837,0.32462775707244873,0.9454798102378845,0.950639545917511,-0.9544867277145386,0.057004451751708984,-0.04771595820784569,0.03332820534706116,0.015595078468322754 +575,3.005041757546441,-0.4194795621835477,-1.5823723763464972,0.12432488054037094,0.4072851836681366,0.9047995805740356,0.7808771133422852,-0.8735845685005188,-0.019964108243584633,-0.059856489300727844,0.002367556095123291,0.024903297424316406 +576,2.9353800619038264,-0.45459461916085425,-1.5858581554142697,0.1839592009782791,0.43909814953804016,0.8794043064117432,-0.05178482085466385,-0.2136729508638382,-0.26257240772247314,-0.03843614459037781,0.03967687487602234,-0.037958383560180664 +577,2.911637817096515,-0.4768057084159326,-1.576807192088609,0.20251113176345825,0.45894351601600647,0.8650782704353333,0.036632128059864044,-0.13304075598716736,-0.08178988099098206,0.0038029998540878296,0.011469781398773193,-0.013164639472961426 +578,2.90483436790287,-0.5051879422807383,-1.5723767020745454,0.20525306463241577,0.4839719235897064,0.8506715297698975,0.5643025636672974,-0.4268834888935089,-0.07180561125278473,0.02533772587776184,0.008413881063461304,0.015630781650543213 +579,2.873447006123209,-0.5536314227270497,-1.5838971203454288,0.2253667414188385,0.525779664516449,0.8202229738235474,0.21559979021549225,-0.04364265128970146,-0.1036560982465744,0.009405016899108887,-0.0109328031539917,0.028333544731140137 +580,2.854488372911491,-0.5744246637862309,-1.5904043571921271,0.23772794008255005,0.5433518886566162,0.8051425814628601,0.047576501965522766,0.1650840789079666,-0.09142701327800751,-0.019222036004066467,-0.014222800731658936,0.02034282684326172 +581,2.8928648860117625,-0.5696104356690046,-1.5836224549347315,0.20730341970920563,0.5393040180206299,0.8161964416503906,0.1434490829706192,-0.09599075466394424,0.020579183474183083,-0.0013097673654556274,-0.014233827590942383,-0.030445098876953125 +582,2.9011011345285413,-0.5736539805969869,-1.5851741139973596,0.20005297660827637,0.542704701423645,0.8157512545585632,0.19297504425048828,-0.19510820508003235,0.056463226675987244,-0.01615406572818756,0.00623011589050293,-0.023118317127227783 +583,2.897168561511334,-0.5815758269101278,-1.585285614687991,0.2022126466035843,0.5493413805961609,0.8107612133026123,-0.09447559714317322,0.017361929640173912,-0.022503303363919258,-0.0038026273250579834,-0.0037940144538879395,0.008101582527160645 +584,2.870862703140719,-0.593461250818079,-1.5956460095600675,0.22170616686344147,0.5592337846755981,0.7988139986991882,-0.18216389417648315,0.14161677658557892,-0.007810376584529877,-0.014781743288040161,0.00218278169631958,0.029585540294647217 +585,2.861273021950154,-0.592344557763397,-1.601161864409643,0.2295287847518921,0.5583077073097229,0.7972506284713745,-0.116798996925354,0.06404021382331848,0.038942478597164154,-0.012640431523323059,0.01885586977005005,0.025976061820983887 +586,2.8435545105560065,-0.5861487616493335,-1.60527313868132,0.24462933838367462,0.5531567335128784,0.7963506579399109,0.0549401119351387,-0.5464091300964355,0.153457909822464,-0.01039162278175354,-0.019877254962921143,-0.03515064716339111 +587,2.7921055117203615,-0.5589753588378323,-1.617735881297323,0.2902999222278595,0.5303177833557129,0.7965481877326965,0.09752513468265533,-0.7068721652030945,0.24765260517597198,-0.03375396132469177,-0.023909151554107666,-0.05510836839675903 +588,2.686277159193202,-0.5508986032332173,-1.6553820811439004,0.3746873140335083,0.5234531164169312,0.7652492523193359,-0.3874069154262543,-0.6484119296073914,0.37619051337242126,-0.021537870168685913,-0.03138762712478638,-0.014852404594421387 +589,2.6087041722853104,-0.4802022661563108,-1.6791302566080133,0.4505666494369507,0.4619585871696472,0.7639264464378357,-1.0769069194793701,-0.3346247971057892,0.6388715505599976,-0.03033965826034546,-0.010344266891479492,-0.01638329029083252 +590,2.588829198753336,-0.35535960019487944,-1.6791259251344723,0.4922373294830322,0.3479275107383728,0.7979027628898621,-0.8217611908912659,-0.5507544875144958,0.7392262816429138,-0.021549463272094727,-0.013348042964935303,-0.038640737533569336 +591,2.527141066761257,-0.24479954806836168,-1.6851488220803044,0.5593224763870239,0.2423618584871292,0.7927290797233582,-0.9682058691978455,-0.40966570377349854,0.6315021514892578,-0.05791860818862915,0.010262668132781982,-0.03235304355621338 +592,2.596377377635943,-0.15491592985774796,-1.651792949674059,0.5123916864395142,0.15429703891277313,0.844776451587677,0.08219486474990845,-0.14069509506225586,0.032880980521440506,0.034162938594818115,-0.03546158969402313,0.06078696250915527 +593,2.5714512604202424,-0.14336843750677322,-1.6563260790811787,0.5342133045196533,0.14287780225276947,0.8331876397132874,-0.050882600247859955,-0.11172985285520554,-0.023304825648665428,-0.030475080013275146,0.028325781226158142,0.01709294319152832 +594,2.5717241498383183,-0.14026870802532668,-1.6595247537507822,0.5342223644256592,0.13980919122695923,0.8337023854255676,-0.09476377069950104,0.019217779859900475,0.015334178693592548,0.029696643352508545,-0.0074391961097717285,-0.009163260459899902 +595,2.5687067705010103,-0.134144392402465,-1.6617635327771827,0.537189781665802,0.13374243676662445,0.8327909111976624,0.0487261600792408,-0.1032625287771225,0.03480903431773186,-0.005436122417449951,0.001053735613822937,0.015277564525604248 +596,2.5589144126635923,-0.13484903524129163,-1.663953232964413,0.5452667474746704,0.13444072008132935,0.8274115324020386,0.06689265370368958,-0.16553035378456116,0.01413731649518013,-0.00670778751373291,-0.005183503031730652,0.007366299629211426 +597,2.55075698008246,-0.1354057215022328,-1.6660059126239728,0.551956295967102,0.1349923312664032,0.8228738307952881,-0.0884963721036911,0.014005753211677074,0.016545800492167473,-0.0005189180374145508,0.00038364529609680176,0.004778146743774414 +598,2.5469812277107424,-0.13645445945696985,-1.6666359373680004,0.5549798011779785,0.1360313892364502,0.8206663131713867,-0.05023922026157379,-0.033898912370204926,-0.007760144770145416,-0.01103442907333374,0.0041816383600234985,0.004223942756652832 +599,2.542774668280003,-0.13785712790176913,-1.668339069175627,0.5583189725875854,0.1374208927154541,0.8181661367416382,-0.004676892422139645,-0.02694917470216751,-0.0005368869751691818,-0.006042301654815674,-0.0020449012517929077,0.002894163131713867 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/standing/6.csv b/BoostRunClub/CoreML/DataSet/Motion/standing/6.csv new file mode 100644 index 0000000..0af393c --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/standing/6.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,0.026756096934197494,-0.12342198343838465,-2.2716448480205287,0.02654940076172352,0.123108871281147,-0.9920379519462585,-0.03918854147195816,-0.01800766959786415,-0.07373543083667755,0.014893470332026482,0.0122518390417099,-0.043545544147491455 +1,0.05738516641414876,0.2512074941175772,-2.880562989878104,0.05555351451039314,-0.24857373535633087,-0.9670185446739197,-0.19477349519729614,0.4639202356338501,0.23711346089839935,0.057636186480522156,-0.06413988769054413,0.021431386470794678 +2,0.048349414042569476,0.23729521529148298,-2.850918831712084,0.046976227313280106,-0.2350745052099228,-0.9708415269851685,-0.1153804361820221,-0.09009496122598648,0.5505425930023193,0.11327157914638519,-0.0833306610584259,0.013093113899230957 +3,0.055913520849245744,0.2008575376160496,-2.8040363157552397,0.0547608844935894,-0.19950969517230988,-0.9783645272254944,-0.44430458545684814,-0.05263581871986389,0.07576917111873627,-0.003537125885486603,-0.06306353211402893,-0.023558080196380615 +4,0.038632061959107185,0.18577105828534157,-2.794617903919085,0.037957921624183655,-0.18470437824726105,-0.9820608496665955,-0.16355133056640625,-0.35940098762512207,0.2380996197462082,0.061010584235191345,-0.09605734050273895,0.09410613775253296 +5,-0.007421316789409271,0.1724491263617501,-2.778006845449384,-0.007311172783374786,-0.17159566283226013,-0.985140323638916,-0.21174576878547668,-0.6237069368362427,0.06776649504899979,0.09564430266618729,-0.10202494263648987,0.09614801406860352 +6,-0.04110165842289925,0.13516427928547092,-2.7928252515616823,-0.04071531444787979,-0.13475309312343597,-0.9900423288345337,-0.3973737359046936,0.19139377772808075,-0.08918940275907516,0.05502805858850479,-0.005032673478126526,-0.02636086940765381 +7,-0.0043723532201024725,0.1044128586116285,-2.773320593627771,-0.0043485271744430065,-0.10422324389219284,-0.9945444464683533,-0.14519447088241577,0.3077826201915741,0.5732483863830566,-0.005020368844270706,0.07800863683223724,-0.08434349298477173 +8,0.010754792047161885,0.11173914926155754,-2.720952640841446,0.010687516070902348,-0.11150677502155304,-0.993706226348877,0.1843044012784958,0.2565457224845886,0.5592994689941406,-0.06638209521770477,0.10984356701374054,-0.04280805587768555 +9,0.020367750484706806,0.1416360509528423,-2.672213156748842,0.020162401720881462,-0.14116297662258148,-0.9897810220718384,0.23608392477035522,-0.06340213119983673,0.39281609654426575,-0.05408268794417381,0.10344325006008148,0.012028336524963379 +10,0.007652445360412425,0.16673543436411364,-2.6134946401295815,0.00754624605178833,-0.16596394777297974,-0.9861029386520386,0.3064967095851898,-0.07514461129903793,0.7722774744033813,-0.02944260835647583,0.050622761249542236,0.061328768730163574 +11,-0.033672644920492954,0.19614304221218493,-2.5311057550160334,-0.0330207496881485,-0.19488778710365295,-0.9802695512771606,0.05585331842303276,-0.0935189425945282,1.018094778060913,0.0482185035943985,-0.011456817388534546,0.10389626026153564 +12,-0.043765022016112966,0.15440109575041866,-2.4329251103026452,-0.043230582028627396,-0.15378834307193756,-0.9871576428413391,-0.5274034142494202,0.26101523637771606,0.7221424579620361,-0.1016821339726448,-0.02621956169605255,0.026525378227233887 +13,-0.09995315362838701,0.09890477019961559,-2.394343827385938,-0.09929914027452469,-0.09874359518289566,-0.9901461601257324,-0.37678736448287964,-0.08278047293424606,-0.3537260890007019,-0.1990101933479309,-0.0036886483430862427,0.08874845504760742 +14,-0.09932348565286336,0.09103973484227355,-2.441825907470906,-0.09874960780143738,-0.09091402590274811,-0.9909506440162659,-0.19065023958683014,-0.6047763824462891,0.46203306317329407,0.19062277674674988,0.06875826418399811,-0.04829496145248413 +15,-0.17070239496390494,0.1400740426469778,-2.408562817488961,-0.16821077466011047,-0.13961642980575562,-0.9758136868476868,1.4900860786437988,-0.7737136483192444,0.6686082482337952,0.19781284034252167,-0.1865096539258957,-0.15586960315704346 +16,-0.2288029726575081,0.17602660398661366,-2.3857799539177793,-0.22330699861049652,-0.17511896789073944,-0.958888590335846,0.5594378709793091,-0.017909344285726547,0.670407235622406,-0.05246509611606598,0.04026179015636444,0.06399112939834595 +17,-0.25951748614113707,0.17025897932728867,-2.318225668134906,-0.2529038190841675,-0.16943758726119995,-0.9525390267372131,-0.435974657535553,-0.21602420508861542,0.4239422082901001,-0.07696068286895752,0.11267489194869995,0.035348474979400635 +18,-0.2784961578964101,0.1501362491090276,-2.293129416977431,-0.27181750535964966,-0.14957284927368164,-0.9506540894508362,-0.023529553785920143,-0.10026499629020691,-0.0592789463698864,-0.06334176659584045,0.11055612564086914,0.04026895761489868 +19,-0.28418617256405004,0.13710790704273648,-2.3171314344103746,-0.27774515748023987,-0.13667874038219452,-0.9508820176124573,0.10103780776262283,0.06537650525569916,-0.15397009253501892,0.0049484968185424805,-0.002160981297492981,0.0028229355812072754 +20,-0.25745995943252536,0.1456426030897604,-2.3232335153809314,-0.25192931294441223,-0.1451282650232315,-0.9568016529083252,-0.2770932614803314,0.15969529747962952,-0.02204933762550354,0.014365196228027344,-0.024839401245117188,-0.1511390209197998 +21,-0.28192741102182445,0.12764670458397356,-2.371065888909452,-0.2759440541267395,-0.12730035185813904,-0.9527063965797424,-0.27397051453590393,-0.08851117640733719,-0.057109683752059937,-0.03306165337562561,-0.17311467230319977,0.018273472785949707 +22,-0.28527508934827095,0.1203854599673122,-2.3838393500024844,-0.2793846130371094,-0.12009488791227341,-0.9526392221450806,-0.1693161278963089,-0.35110026597976685,-0.18011066317558289,-0.007678985595703125,-0.03232516348361969,-0.031690001487731934 +23,-0.31788150433754175,0.0830519169617714,-2.4010109304434764,-0.31147757172584534,-0.0829564705491066,-0.9466255307197571,0.07707934826612473,0.18005827069282532,0.015492228791117668,0.007446199655532837,-0.023717716336250305,0.00528031587600708 +24,-0.32122657731530335,0.08653057042523978,-2.3893805586892385,-0.31454935669898987,-0.0864226296544075,-0.9452987909317017,-0.2581248879432678,-0.622819185256958,0.14801518619060516,0.054509103298187256,-0.010180756449699402,-0.06712180376052856 +25,-0.3660985831031967,0.051409087019871916,-2.3913994857258123,-0.3575023412704468,-0.05138644576072693,-0.9324974417686462,-0.004697553813457489,0.08245500177145004,0.3215874433517456,0.007480978965759277,0.007456392049789429,0.06009143590927124 +26,-0.34388545829336087,0.06408968105718782,-2.367775684288196,-0.33645543456077576,-0.06404581665992737,-0.9395189881324768,0.014344833791255951,0.058821164071559906,-0.09776053577661514,-0.02060025930404663,0.04280557483434677,-0.022318780422210693 +27,-0.30077943844356336,0.08810740710409429,-2.3691433704244345,-0.29511556029319763,-0.08799345791339874,-0.9514010548591614,-0.3850916922092438,0.3073544204235077,0.12944865226745605,0.027491658926010132,-0.039844684302806854,-0.21626251935958862 +28,-0.34980555767003196,0.015378750370857687,-2.3783231482651384,-0.3426746129989624,-0.015378144569694996,-0.9393282532691956,-0.8553032279014587,-0.772092878818512,0.16375815868377686,-0.01578482985496521,0.0007449686527252197,-0.07104772329330444 +29,-0.3548230797027367,-0.000592147639514768,-2.3702461148119482,-0.3474244177341461,0.0005921475822106004,-0.9377078413963318,0.4090678095817566,0.6542984247207642,0.05181470885872841,-0.07881459593772888,0.026782125234603882,0.1862277388572693 +30,-0.30261758902764213,0.028036679426058274,-2.3633070407690546,-0.29790276288986206,-0.028033006936311722,-0.9541845321655273,-0.16723135113716125,0.19973565638065338,-0.04405399039387703,-0.05268317461013794,-0.03213240206241608,0.08588314056396484 +31,-0.2810829210597175,0.0018164885147757476,-2.372702902830051,-0.2773957848548889,-0.0018164875218644738,-0.9607540369033813,-0.24235667288303375,0.29170575737953186,0.08332539349794388,-0.032174527645111084,0.004013746976852417,0.023177742958068848 +32,-0.2614695038670197,-0.02340754652304548,-2.3636838412216328,-0.2584295868873596,0.0234054084867239,-0.9657465219497681,-0.2977854311466217,-0.10133370757102966,0.0731390044093132,-0.02372071146965027,0.05349888652563095,-0.14515435695648193 +33,-0.27572438746424704,-0.06790450194711087,-2.3608609945389043,-0.2716166079044342,0.06785232573747635,-0.9600106477737427,-0.3797186017036438,0.12839259207248688,0.09328445047140121,-0.08400470018386841,0.08331648260354996,-0.13517361879348755 +34,-0.24419969453480417,-0.08631044681958001,-2.382003607274178,-0.2408798336982727,0.08620332181453705,-0.9667191505432129,-0.1724884957075119,0.49604472517967224,-0.38866502046585083,-0.052455127239227295,0.045632608234882355,-0.1333937644958496 +35,-0.17105929686508622,-0.07845724950821698,-2.4473074000332904,-0.16970263421535492,0.07837678492069244,-0.9823737144470215,0.17580503225326538,0.7996686697006226,-0.9661030769348145,0.07599839568138123,0.004524216055870056,0.018048763275146484 +36,-0.12774410151079618,-0.04268187402100667,-2.5503196697238435,-0.12728092074394226,0.042668916285037994,-0.990948498249054,-0.19277454912662506,0.4821794331073761,-0.6326392889022827,-0.03476741909980774,-0.1617332398891449,0.14851075410842896 +37,-0.04060357976117448,-0.05843408718216714,-2.528893689394594,-0.040523141622543335,0.05840083956718445,-0.9974704384803772,0.03255804628133774,0.9113790988922119,0.7480760216712952,-0.08192864060401917,0.011759072542190552,0.0679050087928772 +38,-0.013732447044688055,-0.05310613019383658,-2.49657087618515,-0.013712655752897263,0.053081169724464417,-0.9984960556030273,0.22279290854930878,0.185072124004364,0.0757068395614624,-0.21899913251399994,0.059727057814598083,0.11487483978271484 +39,-0.008579591111306708,-0.05217537288510353,-2.5165939287765258,-0.008567810989916325,0.05215170234441757,-0.9986023902893066,-0.2556022107601166,-0.24708083271980286,-0.7358568906784058,-0.11350250244140625,0.17750832438468933,-0.06708663702011108 +40,-0.012460358929404135,-0.0342110007722162,-2.617505322813733,-0.0124527458101511,0.03420432657003403,-0.9993372559547424,0.46223196387290955,0.8114199042320251,-0.9850656986236572,0.004335070960223675,0.06940284371376038,0.05825150012969971 +41,0.00935282906709678,0.00034383679766681154,-2.696236859760185,0.009352692402899265,-0.00034383678575977683,-0.9999561905860901,0.4324895143508911,-0.25758543610572815,-0.6075604557991028,0.11073397845029831,-0.09583231061697006,-0.002210557460784912 +42,0.04165432681229083,0.07967791800472139,-2.7010707920349395,0.041510168462991714,-0.07959363609552383,-0.9959627389907837,0.7006586790084839,0.4369456171989441,0.45140886306762695,0.000573575496673584,0.02376173436641693,0.06757223606109619 +43,0.04060524830159584,0.0900304304647256,-2.675792494427335,0.04042968526482582,-0.08990885317325592,-0.9951290488243103,0.36909741163253784,-0.22915713489055634,0.12182009220123291,0.13908997178077698,0.05775859206914902,0.0644649863243103 +44,0.04333033981014343,0.1297988729686354,-2.655192845662526,0.04295239970088005,-0.1294347047805786,-0.9906572103500366,-0.40872690081596375,0.4421670734882355,0.5655514597892761,0.08723558485507965,-0.1536310762166977,0.1564897894859314 +45,0.04620692533018735,0.04367544916745762,-2.6115153889880203,0.04614643752574921,-0.04366156458854675,-0.9979800581932068,-0.4640960991382599,-0.10476572811603546,0.05137071758508682,0.05567546188831329,-0.07348015904426575,-0.07642179727554321 +46,0.05008638740864858,0.06103999185431385,-2.5923871880640723,0.049972210079431534,-0.06100209429860115,-0.9968858957290649,0.26471221446990967,0.3499504029750824,0.33518537878990173,0.07098421454429626,-0.19522348046302795,0.12992727756500244 +47,0.059958101945094044,0.04429856832731836,-2.556971065336589,0.05986339971423149,-0.04428408294916153,-0.9972237944602966,-0.5850798487663269,0.09422215819358826,0.46330082416534424,0.06344287842512131,-0.17232969403266907,0.10873502492904663 +48,0.05836504329077202,0.0010815198768115474,-2.4962877296366117,0.05833187699317932,-0.0010815196437761188,-0.9982966780662537,0.08735169470310211,-0.2137524038553238,0.6122762560844421,0.12127932906150818,-0.09294313937425613,-0.003305494785308838 +49,0.027849478477638575,0.048851298876693386,-2.4690993116711324,0.027812659740447998,-0.04883187264204025,-0.9984197020530701,0.0790150836110115,-0.7406347393989563,-1.1147841215133667,0.1306803822517395,0.16966621577739716,-0.004952490329742432 +50,-0.003972333449031632,-0.03091113872838896,-2.4554561145752736,-0.003970425575971603,0.03090621717274189,-0.9995144009590149,-0.4874345362186432,-0.21507620811462402,0.7567500472068787,0.0335572175681591,0.03427933156490326,-0.1567203402519226 +51,-0.026532953576266848,-0.06838959063346331,-2.416944728428634,-0.02646782249212265,0.06833629310131073,-0.9973111748695374,-0.30968520045280457,0.00916023924946785,0.3105529546737671,-0.19435736536979675,0.14637011289596558,0.03104841709136963 +52,-0.04722038071418578,-0.09211762634081533,-2.4005874341267974,-0.047002702951431274,0.09198740124702454,-0.9946502447128296,-0.4784795939922333,-0.5942424535751343,-0.18811124563217163,-0.15697678923606873,0.15230581164360046,0.00440061092376709 +53,-0.116678735846714,-0.16387824155455433,-2.4332698271668076,-0.11485445499420166,0.16314570605754852,-0.9798938632011414,-0.6837050318717957,-0.14113792777061462,-0.35037457942962646,-0.13932645320892334,0.08342106640338898,0.10028570890426636 +54,-0.12175322910494348,-0.20456787899495912,-2.4717385043211664,-0.1189202144742012,0.20314407348632812,-0.971900463104248,-0.29094570875167847,-0.2472407966852188,-0.33038529753685,0.0816735103726387,0.032833099365234375,-0.08892107009887695 +55,-0.14847838366329713,-0.2309635963968111,-2.50537639256129,-0.14400523900985718,0.22891563177108765,-0.9627357721328735,-0.150264173746109,-0.16969001293182373,-0.3072768747806549,0.09445996582508087,0.030407488346099854,-0.055971503257751465 +56,-0.15523438790958397,-0.2297157864330271,-2.5304313660853044,-0.15055020153522491,0.22770078480243683,-0.9620223641395569,0.13245633244514465,0.05303642153739929,-0.23921538889408112,0.04239591956138611,0.035452306270599365,0.031388819217681885 +57,-0.1507861813582889,-0.23256601059788992,-2.5658940517826836,-0.14617137610912323,0.23047520220279694,-0.9620369672775269,-0.40713319182395935,0.1639941781759262,-0.3305731415748596,-0.005439966917037964,-0.01592138409614563,0.041016459465026855 +58,-0.1339167539312893,-0.2640144790946594,-2.575872763256764,-0.1288904994726181,0.2609580159187317,-0.9567069411277771,-0.013140405528247356,0.33003589510917664,0.09578708559274673,-0.0416569858789444,0.0046822428703308105,-0.0438271164894104 +59,-0.11234053595463096,-0.26690826774893306,-2.573620766106015,-0.10813488066196442,0.26375043392181396,-0.9585105776786804,-0.3654589354991913,-0.0377710722386837,-0.0636676698923111,-0.019337043166160583,-0.026033759117126465,-0.05938798189163208 +60,-0.12250453209357358,-0.29856694112292814,-2.582175648737287,-0.11679217219352722,0.29415085911750793,-0.9485962390899658,-0.1831173449754715,-0.015326512977480888,-0.06747834384441376,-0.03506328910589218,0.0028004050254821777,-0.034710586071014404 +61,-0.12938783396292355,-0.3045351572524386,-2.6010787863989946,-0.12309011816978455,0.2998497486114502,-0.9460121393203735,-0.03377291560173035,-0.0048044235445559025,-0.13609634339809418,0.01832326501607895,-0.029830217361450195,-0.038317084312438965 +62,-0.13771271371785615,-0.3051510781425067,-2.606025141796342,-0.13093581795692444,0.3004372715950012,-0.9447715282440186,0.010425396263599396,-0.02623147889971733,0.010199833661317825,0.01593032479286194,-0.01642543077468872,-0.0004189014434814453 +63,-0.13132523760110013,-0.30317393327867975,-2.604555913381549,-0.1249760314822197,0.29855087399482727,-0.9461756348609924,-0.019142309203743935,0.06492407619953156,-0.026203811168670654,0.008551470935344696,0.006350219249725342,-0.005347192287445068 +64,-0.1239768329501328,-0.30439692500825805,-2.6061046478314625,-0.11797459423542023,0.29971787333488464,-0.9467054605484009,-0.03140569105744362,0.08394759893417358,-0.04091591387987137,0.001641593873500824,-0.0029802024364471436,0.01849806308746338 +65,-0.11924030503930705,-0.31241421386095597,-2.605597742521482,-0.11319970339536667,0.30735689401626587,-0.9448373317718506,-0.09605889022350311,0.009011066518723965,0.051731519401073456,0.005747303366661072,-0.006529867649078369,0.002057790756225586 +66,-0.11648858970816467,-0.3239445050153544,-2.6089561078779715,-0.11018011718988419,0.31830835342407227,-0.9415625929832458,-0.136911079287529,0.07988576591014862,-0.06675219535827637,-0.02095392346382141,-0.0018868446350097656,0.02353280782699585 +67,-0.1096814136061185,-0.34283007231824036,-2.6179917609350323,-0.10309174656867981,0.3361538052558899,-0.9361478090286255,-0.16909854114055634,0.18934357166290283,-0.08019361644983292,-0.00480315089225769,-0.0014827847480773926,0.01595127582550049 +68,-0.10025351562627038,-0.3565381940836004,-2.62770643709712,-0.09379135072231293,0.3490322232246399,-0.9324052929878235,-0.15372709929943085,0.01911010965704918,-0.0958840474486351,0.017131194472312927,-0.0031460225582122803,-0.08650028705596924 +69,-0.09955638369288264,-0.3579807455486133,-2.6361782991068567,-0.09309117496013641,0.3503836989402771,-0.9319685101509094,-0.04651184007525444,0.06680537760257721,-0.0397588312625885,0.0037357062101364136,-0.0145835280418396,-0.008506953716278076 +70,-0.10191233579591696,-0.36241833065086504,-2.6378125299526864,-0.09512746334075928,0.3545365035533905,-0.9301906228065491,0.02005884423851967,-0.03643428534269333,-0.05018845573067665,-0.010615929961204529,0.01725912094116211,-0.010147452354431152 +71,-0.10203331857342292,-0.3595877718982695,-2.638936320472318,-0.09534183889627457,0.35188838839530945,-0.9311737418174744,-0.05327094346284866,-0.09056451916694641,7.79121182858944e-05,0.027791187167167664,0.019556283950805664,-0.034997522830963135 +72,-0.10537713852151455,-0.3617022532556476,-2.6392693458106504,-0.09837649017572403,0.353866845369339,-0.9301077127456665,0.02798382379114628,0.010415798053145409,-0.03944563865661621,0.0077545493841171265,0.01519748568534851,0.008659958839416504 +73,-0.10610300657570661,-0.3644420726727947,-2.6416601288564783,-0.09894855320453644,0.3564280569553375,-0.9290684461593628,-0.008085500448942184,-0.020316265523433685,-0.04994264245033264,-0.001301690936088562,0.006914198398590088,-0.01625925302505493 +74,-0.11092184274655047,-0.36186663402553376,-2.6417137722691146,-0.10352568328380585,0.3540205955505371,-0.9294900894165039,0.08305467665195465,-0.10758484899997711,0.03632768243551254,-0.007085271179676056,0.016569584608078003,-0.05709737539291382 +75,-0.11186034418411255,-0.34787721253817394,-2.628792449396016,-0.10494057089090347,0.3409029543399811,-0.9342229962348938,0.23368757963180542,-0.08282534778118134,0.2181316316127777,0.002325214445590973,0.05349096655845642,-0.21804440021514893 +76,-0.13459244594966085,-0.2981921517485242,-2.6111502969794222,-0.12826469540596008,0.29379263520240784,-0.9472243785858154,0.7809095978736877,-0.3182346522808075,0.07176518440246582,-0.001572340726852417,0.08422860503196716,-0.09643101692199707 +77,-0.14728825449153365,-0.21894739282705447,-2.599004836511947,-0.14325271546840668,0.21720226109027863,-0.9655578136444092,0.8763071298599243,-0.11859649419784546,-0.01671438105404377,-0.013775467872619629,0.07515613734722137,-0.01304936408996582 +78,-0.1667423346847297,-0.15165887125699307,-2.5967681271073086,-0.16406570374965668,0.15107816457748413,-0.9748116731643677,0.7271460890769958,-0.11946738511323929,-0.06883203238248825,-0.04900801181793213,0.08209137618541718,0.012226283550262451 +79,-0.17030646235412542,-0.09380530154836698,-2.5859778086169904,-0.16873924434185028,0.09366779029369354,-0.9811999797821045,0.17342300713062286,-0.055263906717300415,0.09081824868917465,-0.049247801303863525,0.07694073021411896,0.11128115653991699 +80,-0.17091671055701493,-0.09301049704496403,-2.5945010661570165,-0.16935060918331146,0.09287644922733307,-0.9811698794364929,-0.12241878360509872,0.06884738057851791,-0.218755841255188,-0.03633786737918854,0.06911085546016693,0.08525007963180542 +81,-0.15949265680405306,-0.11630786672539697,-2.628321318701474,-0.15774433314800262,0.11604581773281097,-0.9806376099586487,-0.47600463032722473,0.328605055809021,-0.28718721866607666,-0.08606059849262238,-0.007632121443748474,0.09983927011489868 +82,-0.14659966588624113,-0.15880650615361525,-2.6878654558902983,-0.14423702657222748,0.15813983976840973,-0.9768251776695251,-0.5014458298683167,0.02400122955441475,-0.8735572099685669,-0.09628726541996002,0.08468852937221527,-0.041378557682037354 +83,-0.16518236576911002,-0.17265972368274218,-2.8091380870127436,-0.1619873195886612,0.17180313169956207,-0.9717220664024353,-0.2639505863189697,0.22232890129089355,-1.2721956968307495,-0.05610653758049011,0.03226791322231293,0.0617184042930603 +84,-0.1851040928836861,-0.16932454518859288,-2.965029005231274,-0.18141673505306244,0.1685165911912918,-0.9688602089881897,-0.24153409898281097,-0.025765320286154747,-1.5292820930480957,0.05478404462337494,-0.004728749394416809,0.025622904300689697 +85,-0.21475186460136017,-0.15139875423127938,-3.1144443390054883,-0.21066731214523315,0.1508210301399231,-0.9658531546592712,0.05842455476522446,-0.0351293683052063,-1.3240398168563843,0.09575337171554565,-0.060962021350860596,0.10563892126083374 +86,-0.2115542538719878,-0.15810080475870325,3.050896212044453,-0.2073609083890915,0.15744298696517944,-0.9655118584632874,-0.7297594547271729,0.3820376694202423,-1.1935889720916748,0.08159796893596649,0.020199835300445557,0.032665789127349854 +87,-0.181945345619469,-0.19171886349577558,2.909076959734943,-0.17762793600559235,0.19054654240608215,-0.9654741287231445,-0.2188783884048462,0.659398078918457,-1.3105928897857666,0.08667030930519104,0.00035615265369415283,-0.06194585561752319 +88,-0.15144358767260296,-0.1826187126396487,2.78310991070753,-0.14835669100284576,0.18160535395145416,-0.9721161127090454,-0.1293579488992691,0.27583637833595276,-1.315962553024292,0.11121681332588196,0.07196517288684845,-0.060201942920684814 +89,-0.1520228684298354,-0.16596848840350895,2.672139231334503,-0.14935703575611115,0.16520759463310242,-0.974884033203125,-0.08905118703842163,0.20925933122634888,-0.7190401554107666,0.12234900891780853,-0.06762763857841492,0.053726255893707275 +90,-0.15360173870526145,-0.19116169139399114,2.6139598911619655,-0.15021145343780518,0.1899995505809784,-0.9702250957489014,-0.37105274200439453,0.07467398047447205,-0.5112357139587402,0.15304958820343018,0.033083945512771606,-0.017689943313598633 +91,-0.15633583936258288,-0.19790133190144146,2.562577405050982,-0.15266074240207672,0.19661206007003784,-0.9685238003730774,0.09651883691549301,-0.0009189569391310215,-0.5511078834533691,0.17406883835792542,-0.06581373512744904,-0.03782379627227783 +92,-0.14908784606905806,-0.17746511752416996,2.537895790854492,-0.14620330929756165,0.17653506994247437,-0.9733755588531494,0.07516476511955261,0.07133468985557556,-0.06703203171491623,0.07198455929756165,-0.004278615117073059,-0.020581960678100586 +93,-0.1535306191093977,-0.15550944950229803,2.526636998502036,-0.15108273923397064,0.15488341450691223,-0.976311981678009,0.32937270402908325,-0.15515431761741638,-0.2836010754108429,0.027623891830444336,0.08554930984973907,0.11683022975921631 +94,-0.16919510746869745,-0.1557772922206904,2.509092780811412,-0.16635002195835114,0.15514802932739258,-0.9737847447395325,-0.17458216845989227,-0.04351381957530975,0.1594839096069336,-0.013505309820175171,-0.11454439163208008,0.046752333641052246 +95,-0.16778760612706908,-0.2160536046118011,2.6006933119655407,-0.16311882436275482,0.21437665820121765,-0.9630342125892639,-0.9317609071731567,-0.14573417603969574,1.228262186050415,-0.036099910736083984,0.02607133984565735,-0.06437057256698608 +96,-0.17658415353082973,-0.28257945503081033,2.6842947667673553,-0.16870078444480896,0.2788337171077728,-0.9454056024551392,-0.05328194797039032,-0.3964149057865143,0.6545584201812744,-0.06648291647434235,0.0479331910610199,-0.10594016313552856 +97,-0.1783723698017796,-0.2676296875477954,2.741931448538818,-0.17111164331436157,0.2644462585449219,-0.949099063873291,0.4168176054954529,-0.0033637145534157753,0.4580994248390198,-0.07238811254501343,-0.029537200927734375,-0.041196346282958984 +98,-0.17603970280298073,-0.2305419409090093,2.7959138609589704,-0.17049835622310638,0.22850516438484192,-0.9584965705871582,0.47541117668151855,-0.23954999446868896,0.42564716935157776,-0.058673396706581116,-0.04451470077037811,-0.02300971746444702 +99,-0.18870429085203952,-0.21469899284102723,2.868130493613876,-0.18327946960926056,0.21305334568023682,-0.9596962332725525,0.1827201396226883,-0.3719902038574219,0.6908099055290222,-0.021127253770828247,0.01044212281703949,0.0031228065490722656 +100,-0.20062757957392535,-0.21012132299017286,2.9508958263908505,-0.1949012279510498,0.20857855677604675,-0.9583885073661804,0.1718388944864273,-0.2175501585006714,0.8942788243293762,-0.008086442947387695,-0.021429508924484253,0.01763838529586792 +101,-0.20007569427489333,-0.2121716078574855,3.0499779279669874,-0.19428686797618866,0.21058329939842224,-0.9580747485160828,0.045831404626369476,-0.10202743858098984,1.0816704034805298,0.0063291192054748535,-0.03529033064842224,0.012777566909790039 +102,-0.20290508178148028,-0.22228784568553622,-3.130942900532266,-0.19655749201774597,0.22046175599098206,-0.955385684967041,0.08630813658237457,-0.1768517941236496,1.0591663122177124,-0.02347424626350403,-0.04390229284763336,0.032808780670166016 +103,-0.18307262661305357,-0.24098767103798457,-3.0278430949786457,-0.17679090797901154,0.23866187036037445,-0.954874575138092,0.026385284960269928,-0.021793413907289505,1.0685242414474487,0.07286329567432404,-0.0065757036209106445,-0.09831756353378296 +104,-0.1707366925672409,-0.2540442240707245,-2.9153734571075027,-0.16445498168468475,0.25132042169570923,-0.9538304805755615,0.07737012952566147,-0.16038383543491364,0.9993141293525696,0.11440615355968475,0.014609754085540771,-0.03158211708068848 +105,-0.14224709253741058,-0.25778644983116894,-2.835356562100878,-0.13708338141441345,0.25494077801704407,-0.9571903347969055,0.3398909866809845,0.036090485751628876,0.4789685606956482,0.17223963141441345,-0.10145261883735657,-0.07647055387496948 +106,-0.12702336264009406,-0.19474785159794808,-2.7680834308736455,-0.12428731471300125,0.19351916015148163,-0.9731921553611755,0.5084792375564575,-0.05739297717809677,0.7564041614532471,0.014408789575099945,-0.15915638208389282,0.11792182922363281 +107,-0.14723983937852494,-0.23584784789958865,-2.690158614594979,-0.14264701306819916,0.23366744816303253,-0.9617959260940552,-0.5526816248893738,-0.6490543484687805,0.7698754668235779,0.07390615344047546,-0.11358077824115753,-0.047878146171569824 +108,-0.17982347630479276,-0.2520915771407602,-2.642207772972975,-0.1732027679681778,0.24942997097969055,-0.9527777433395386,0.16397766768932343,-0.14969024062156677,0.28068307042121887,0.05502346158027649,-0.08414678275585175,0.01343148946762085 +109,-0.18357883806867933,-0.22766066466214813,-2.6287777312137024,-0.17783911526203156,0.22569917142391205,-0.9578272700309753,0.3557438254356384,0.05155327916145325,-0.046820610761642456,0.06031595170497894,-0.04930756986141205,0.03537249565124512 +110,-0.15314567050764555,-0.1866732656907694,-2.6052807310430937,-0.1498975306749344,0.1855909824371338,-0.9711264967918396,0.5528243780136108,0.36292657256126404,0.37485042214393616,0.009882897138595581,0.002153143286705017,-0.011432647705078125 +111,-0.08478305334784329,-0.12451727270188913,-2.5340090451116506,-0.08402588963508606,0.12419575452804565,-0.9886935949325562,0.7103182673454285,0.6291226148605347,0.760013222694397,-0.07701537013053894,0.14705973863601685,-1.4901161193847656e-05 +112,-0.019371721531334176,-0.11639980104676406,-2.4509964777548436,-0.019239433109760284,0.11613713204860687,-0.9930468201637268,-0.3402469754219055,0.3760642409324646,0.6657864451408386,-0.12535284459590912,0.21427667140960693,-0.06350219249725342 +113,-0.01599045366493092,-0.1655884748499047,-2.423512672320485,-0.015771057456731796,0.16483278572559357,-0.98619544506073,-0.44591113924980164,-0.16885894536972046,0.14431212842464447,-0.0731113851070404,0.14583615958690643,-0.07888329029083252 +114,-0.024862565285531445,-0.19388305601360678,-2.4124577654049584,-0.024394214153289795,0.19267064332962036,-0.9809601902961731,-0.2034512162208557,-0.018858887255191803,0.08442628383636475,-0.0804336667060852,0.12034814059734344,-0.004727005958557129 +115,-0.031749258347941775,-0.21161351694531194,-2.4199951423567407,-0.03103582188487053,0.2100376933813095,-0.9772005677223206,-0.1488092541694641,-0.03308960050344467,-0.12683843076229095,-0.06494195759296417,0.06358291208744049,-0.021288812160491943 +116,-0.04051894043155715,-0.23371680937032757,-2.430295601763435,-0.039406538009643555,0.23159487545490265,-0.9720138311386108,-0.129210963845253,-0.12878422439098358,-0.030586441978812218,0.025353197008371353,0.013812214136123657,-0.10330349206924438 +117,-0.06074221582308874,-0.2129807782631239,-2.4545415278240372,-0.059333257377147675,0.21137426793575287,-0.9756026268005371,0.42933112382888794,-0.15067175030708313,-0.2630448341369629,0.026420045644044876,0.015737563371658325,-0.03857278823852539 +118,-0.07545072284973543,-0.16303347949708247,-2.4580193421394956,-0.0743795856833458,0.16231220960617065,-0.9839321374893188,0.5070079565048218,-0.1132671982049942,0.0950847864151001,0.02735200524330139,0.026347458362579346,0.0036922693252563477 +119,-0.0922928411993977,-0.1042617040812475,-2.432659940686153,-0.09166140109300613,0.10407291352748871,-0.9903368353843689,0.6134708523750305,-0.17264902591705322,0.36859655380249023,0.006212182343006134,0.015037193894386292,0.042125165462493896 +120,-0.08675460760214766,-0.06149060007670743,-2.3928808244759456,-0.08648207038640976,0.061451856046915054,-0.9943563342094421,0.19854488968849182,0.2645449936389923,0.6232649087905884,-0.05359362065792084,-0.032612744718790054,0.10974329710006714 +121,-0.07752126835676003,-0.0739411778107732,-2.3446969813499114,-0.07723204046487808,0.07387381792068481,-0.9942725300788879,-0.34083154797554016,-0.13950029015541077,0.19422747194766998,-0.07128175348043442,0.041665732860565186,0.04920417070388794 +122,-0.10474813894005582,-0.11998438937157956,-2.331872603791694,-0.10380498319864273,0.119696706533432,-0.9873688220977783,-0.5213135480880737,-0.35005971789360046,0.11669424176216125,-0.029907777905464172,0.017128854990005493,0.00419926643371582 +123,-0.11223377854763704,-0.14507775957623392,-2.3337003882890324,-0.11082172393798828,0.14456936717033386,-0.9832691550254822,0.11215643584728241,0.06351843476295471,-0.14545652270317078,0.01775836944580078,0.03296664357185364,-0.05033069849014282 +124,-0.10042351546664932,-0.11890097093878517,-2.3415283639711553,-0.09954696893692017,0.11862100660800934,-0.9879369735717773,0.11605804413557053,0.05178599804639816,0.022502515465021133,0.05889756232500076,-0.02938760817050934,0.0028448104858398438 +125,-0.08824222593948242,-0.11295305454691967,-2.329160845892441,-0.08756616711616516,0.11271302402019501,-0.9897615313529968,0.10825566947460175,0.13179905712604523,0.11172055453062057,0.021983899176120758,-4.213303327560425e-05,0.0275270938873291 +126,-0.06638113606072024,-0.10373423126728107,-2.3165357096670283,-0.06597582250833511,0.10354828834533691,-0.9924338459968567,0.026011455804109573,0.09433278441429138,0.10768149793148041,0.020962394773960114,-0.010668046772480011,-0.028394341468811035 +127,-0.06364756516761978,-0.09740824675387494,-2.312318438765024,-0.06330309063196182,0.09725427627563477,-0.9932443499565125,0.2001054883003235,0.04705927520990372,0.06587226688861847,-0.005559831857681274,-0.023584842681884766,0.05069369077682495 +128,-0.06572448431668239,-0.09550663660049696,-2.3015750270344264,-0.0653778687119484,0.09536150842905045,-0.9932934641838074,-0.18265464901924133,-0.11849880963563919,0.13780872523784637,-0.005132995545864105,-0.014398373663425446,-0.03128844499588013 +129,-0.0770742441442275,-0.1031286051712125,-2.28740805602601,-0.07658886164426804,0.10294590145349503,-0.991733968257904,0.2260419726371765,-0.20123767852783203,-0.09110675752162933,-0.01723741739988327,0.060719870030879974,-0.0013232231140136719 +130,-0.08098110632546118,-0.07863486803837354,-2.2764258656978025,-0.08064265549182892,0.07855385541915894,-0.9936428070068359,0.15998655557632446,-0.15629224479198456,0.08391677588224411,-0.03190617263317108,0.016462624073028564,-0.08576393127441406 +131,-0.08807511747417292,-0.058636902191756955,-2.264992846878801,-0.08781011402606964,0.058603305369615555,-0.9944118857383728,0.3079422414302826,-0.03778381645679474,-0.014337744563817978,-0.010212339460849762,0.010427452623844147,-0.15957975387573242 +132,-0.10426827629400934,0.012134257893044096,-2.270509502302142,-0.10407178848981857,-0.01213395968079567,-0.9944957494735718,0.7470211982727051,-0.11199603974819183,0.09436336904764175,0.02979201078414917,-0.03268110379576683,0.11194270849227905 +133,-0.11888919900610613,0.07445213948491275,-2.2503604074073245,-0.11828073859214783,-0.07438337802886963,-0.9901902675628662,0.4286714196205139,-0.18212749063968658,0.2719040811061859,-0.017888687551021576,0.005779869854450226,0.12129384279251099 +134,-0.1281032490185415,0.0786161324268891,-2.221297682561287,-0.1273585855960846,-0.07853517681360245,-0.9887426495552063,-0.15720754861831665,-0.024567916989326477,0.397268682718277,-0.038702815771102905,0.014371968805789948,-0.0507928729057312 +135,-0.15009170086294552,0.0489346268425902,-2.1957958051888076,-0.14934980869293213,-0.04891509935259819,-0.9875737428665161,-0.08961915224790573,-0.1484484225511551,0.08283446729183197,0.014568924903869629,0.07978363335132599,-0.013021349906921387 +136,-0.14327107271943948,0.09963750126522383,-2.189478412672335,-0.14207327365875244,-0.09947272390127182,-0.9848453402519226,0.36518821120262146,0.10221899300813675,0.14449763298034668,-0.004121184349060059,-0.04881219565868378,0.1873905062675476 +137,-0.15345806691027755,0.07755586066818482,-2.170914984053414,-0.15239699184894562,-0.07747813314199448,-0.9852777719497681,-0.38693395256996155,-0.02416098676621914,0.2783452272415161,-0.04599778354167938,-0.020025528967380524,0.07686102390289307 +138,-0.15980074962995508,0.013961853942056708,-2.143739501232218,-0.15910598635673523,-0.013961399905383587,-0.9871627688407898,-0.6380778551101685,-0.16038180887699127,0.21791981160640717,0.0049616992473602295,0.06324728578329086,-0.0873458981513977 +139,-0.1498031503374054,-0.00956025069042213,-2.140170779377862,-0.14923666417598724,0.00956010539084673,-0.9887552857398987,0.1748688668012619,0.30464258790016174,-0.16225065290927887,0.020910263061523438,0.04093122482299805,0.03836160898208618 +140,-0.11144505352710155,-0.012827596191190265,-2.1516022493063383,-0.11120535433292389,0.012827244587242603,-0.9937146902084351,-0.170903742313385,0.3286896049976349,-0.09601461887359619,0.01838614046573639,-0.010980930179357529,0.05557382106781006 +141,-0.07501702644707384,-0.03608514660410435,-2.1453172299088354,-0.0748978927731514,0.03607731685042381,-0.9965384006500244,-0.2457137554883957,0.28989148139953613,0.17433765530586243,-0.018073908984661102,0.0038244202733039856,-0.020200490951538086 +142,-0.059666060976630485,-0.06201495210042077,-2.1305685114244226,-0.05951603502035141,0.06197521090507507,-0.9963015913963318,-0.1960095465183258,0.07854577153921127,0.08641478419303894,-0.01847163215279579,0.03269031271338463,0.013818740844726562 +143,-0.04806749378447483,-0.09398077110055268,-2.12223415539646,-0.047836948186159134,0.09384248405694962,-0.9944371581077576,-0.5342031717300415,0.09181299805641174,0.05522692948579788,-0.033889129757881165,0.03523160517215729,0.02300161123275757 +144,-0.028696920703271615,-0.14474267427389306,-2.126253618757682,-0.028392940759658813,0.14423780143260956,-0.9891356229782104,-0.5227773189544678,0.21806126832962036,-0.031153714284300804,-0.028552858158946037,0.020358741283416748,-0.029724180698394775 +145,-0.014095319328417628,-0.18390742822727815,-2.1290188062688222,-0.013857166282832623,0.1828724890947342,-0.9830389618873596,-0.31331169605255127,0.09178204834461212,0.07140876352787018,-0.0247323140501976,-0.015987128019332886,-0.049279093742370605 +146,-0.018842719156081066,-0.21367628158167076,-2.1262662386548916,-0.018413107842206955,0.21205399930477142,-0.9770844578742981,-0.23082897067070007,-0.07423210889101028,-0.044330496340990067,-0.03346677124500275,0.018475785851478577,-0.03123152256011963 +147,-0.02810148597075082,-0.22051223176557558,-2.1396688778279183,-0.027417413890361786,0.21872948110103607,-0.9754002690315247,-0.04347085580229759,-0.09665312618017197,-0.18090713024139404,-0.009264715015888214,0.006062999367713928,-0.03344982862472534 +148,-0.038551470460161,-0.2313252975498526,-2.1530679619895854,-0.037515297532081604,0.22926771640777588,-0.9726401567459106,-0.05727070942521095,0.049101147800683975,-0.06397143751382828,-0.002539016306400299,-0.02632582187652588,0.018111348152160645 +149,-0.03345167557627396,-0.23550297659047378,-2.155989001865391,-0.03252224624156952,0.23333211243152618,-0.9718530774116516,-0.016074003651738167,0.023331869393587112,-0.02191426232457161,-0.001138642430305481,-0.00879901647567749,-0.02071589231491089 +150,-0.03451040830424787,-0.2371020492130448,-2.154618527942055,-0.03353824466466904,0.23488673567771912,-0.9714439511299133,-0.033297374844551086,-0.025699567049741745,-0.023617064580321312,-0.021256063133478165,0.01599825918674469,-0.0067969560623168945 +151,-0.03522769549522754,-0.23892557673470313,-2.157378874319317,-0.0342198982834816,0.23665885627269745,-0.970990002155304,-0.019341330975294113,0.057208169251680374,-0.0007963682292029262,-0.010412067174911499,0.01654548943042755,-0.017565906047821045 +152,-0.036392096005254115,-0.23791243740913082,-2.164696398965602,-0.03535920009016991,0.23567438125610352,-0.9711886048316956,0.07232338190078735,0.07648561894893646,-0.09234955906867981,-0.003367602825164795,0.005658626556396484,0.008023321628570557 +153,-0.030913636471625976,-0.23825795692371002,-2.170389618634911,-0.030035560950636864,0.23601014912128448,-0.9712862968444824,0.00036574993282556534,-0.012173892930150032,-0.006219690665602684,0.015890665352344513,-0.01816043257713318,-0.05074739456176758 +154,-0.02863396521938264,-0.23003787670273784,-2.1717490013947494,-0.02787587232887745,0.22801440954208374,-0.9732586145401001,0.16220887005329132,0.04059451073408127,-0.01386269461363554,-0.000673314556479454,0.014264628291130066,-0.016853630542755127 +155,-0.03287518233770836,-0.22378735771612196,-2.1725213547268236,-0.03204962983727455,0.22192412614822388,-0.9745370745658875,-0.011063511483371258,-0.10233484208583832,0.004336648620665073,-0.009866267442703247,0.005645468831062317,0.005237758159637451 +156,-0.05353672216726751,-0.218660231039872,-2.176257311656274,-0.052236996591091156,0.21692195534706116,-0.9747903347015381,0.20485971868038177,-0.23719152808189392,-0.07433371990919113,0.005194157361984253,0.017117351293563843,0.005002737045288086 +157,-0.08756874662468636,-0.20766437571834678,-2.183893035423493,-0.08557787537574768,0.20617501437664032,-0.9747657775878906,-0.0025279102846980095,-0.41335389018058777,-0.060343991965055466,0.01183214783668518,0.00316031277179718,0.013813018798828125 +158,-0.11271540294822689,-0.20344517225907255,-2.189988748604627,-0.11015719920396805,0.20204463601112366,-0.973161518573761,0.08905555307865143,-0.0514795258641243,-0.017388002946972847,0.001362033188343048,-0.016772419214248657,0.004152119159698486 +159,-0.1229000335052073,-0.1928041989196933,-2.1901917481411544,-0.12031936645507812,0.1916118860244751,-0.9740678071975708,0.07817932218313217,-0.19008806347846985,0.01340184360742569,-0.0008811876177787781,0.009193763136863708,-0.019401371479034424 +160,-0.1372071116457016,-0.18478777556097614,-2.191069003745188,-0.13444842398166656,0.18373793363571167,-0.9737371206283569,0.030651453882455826,-0.13699813187122345,0.02974490448832512,-0.022915467619895935,-0.01267164945602417,0.025754332542419434 +161,-0.14996621320269543,-0.18877861525016598,-2.1955887046446216,-0.14675042033195496,0.187659353017807,-0.971209704875946,0.009151218459010124,-0.051625512540340424,-0.09873561561107635,-0.022484809160232544,0.020638376474380493,-0.007092297077178955 +162,-0.16547347524333,-0.17751366707320626,-2.220981511178833,-0.1621309220790863,0.17658285796642303,-0.9708409309387207,0.11767499148845673,-0.2202112227678299,-0.3092096745967865,0.010153383016586304,0.0015635043382644653,-0.0314021110534668 +163,-0.18529643261133227,-0.1796905676476118,-2.239153402423105,-0.181271493434906,0.17872513830661774,-0.9670563340187073,-0.08737395703792572,-0.029276544228196144,-0.004982755519449711,-0.002978384494781494,-0.031096339225769043,0.021942198276519775 +164,-0.18433182570393689,-0.18168715332248755,-2.242048600132867,-0.18027281761169434,0.18068921566009521,-0.9668780565261841,0.021819736808538437,0.031741827726364136,-0.02578148990869522,0.001027822494506836,0.003072381019592285,-0.003092646598815918 +165,-0.18651393650656756,-0.19524821888552885,-2.241575965365249,-0.18191108107566833,0.19401004910469055,-0.9639857411384583,-0.2583458721637726,-0.05122523009777069,0.12408923357725143,-0.008289709687232971,-0.013330727815628052,0.012050926685333252 +166,-0.16970207347437744,-0.21062466071035515,-2.2295191961982535,-0.16515634953975677,0.20907080173492432,-0.9638530611991882,0.21404169499874115,0.36387452483177185,0.2204115092754364,0.039622291922569275,-0.042505860328674316,-0.018904447555541992 +167,-0.1572788828492856,-0.2225839018370708,-2.203616408288975,-0.15276721119880676,0.22075051069259644,-0.9632919430732727,-0.23355822265148163,-0.1052890196442604,0.0493941605091095,-0.022525757551193237,0.023741066455841064,-0.009440600872039795 +168,-0.1540241767371519,-0.2219837207248873,-2.1967828538094043,-0.14965148270130157,0.22016510367393494,-0.9639148116111755,0.04611220955848694,0.015960684046149254,0.06229476258158684,-0.016501471400260925,-0.0044668614864349365,-0.012006819248199463 +169,-0.15692020455698621,-0.21961587934027524,-2.1922327753032675,-0.15252341330051422,0.21785473823547363,-0.9639896154403687,0.0477386936545372,-0.03652620315551758,-0.002009908203035593,-0.021106332540512085,0.008707761764526367,-0.006713509559631348 +170,-0.163917319958437,-0.21362439039980963,-2.1916623783038327,-0.1594749093055725,0.21200329065322876,-0.9641692638397217,0.07063118368387222,-0.08100797981023788,0.020386412739753723,0.00957256555557251,0.00714343786239624,-0.00551152229309082 +171,-0.1679008157638936,-0.203235299574224,-2.1942700028568103,-0.16367365419864655,0.20183908939361572,-0.9656458497047424,0.11089298874139786,0.012110501527786255,-0.06267867982387543,-0.008826956152915955,4.9948692321777344e-05,0.013482153415679932 +172,-0.17536608761139238,-0.19140030307492686,-2.196186133282524,-0.17128261923789978,0.19023381173610687,-0.9666815996170044,0.2541981339454651,-0.05790086090564728,-0.01944182813167572,-0.01798740029335022,-0.0073114484548568726,-0.019631266593933105 +173,-0.17907215865529016,-0.1596220530352427,-2.1866459248468315,-0.17585232853889465,0.15894506871700287,-0.9715000987052917,0.21897919476032257,-0.1490136682987213,0.09826365858316422,0.03275538980960846,-0.029779434204101562,-0.014599144458770752 +174,-0.1916552572003026,-0.17508852607097122,-2.1567226140951856,-0.18757182359695435,0.1741953045129776,-0.9666813611984253,-0.253987193107605,-0.17251743376255035,0.38697415590286255,0.03290872275829315,0.0137166827917099,-0.003152012825012207 +175,-0.19379293881978185,-0.18266519520218374,-2.1335029083177344,-0.18937823176383972,0.1816510707139969,-0.9649553298950195,0.034867726266384125,0.030650096014142036,0.13211636245250702,-0.03451398015022278,0.05188469588756561,0.005009651184082031 +176,-0.19907442834174793,-0.18960395778325906,-2.1309367267943897,-0.19421802461147308,0.18846996128559113,-0.9626829624176025,-0.035419926047325134,0.005017098039388657,0.044521696865558624,-0.0056263357400894165,-0.013909414410591125,0.03682541847229004 +177,-0.19869139825349505,-0.19658327324583635,-2.124415032660875,-0.19358490407466888,0.19531956315040588,-0.9614443182945251,-0.04988311231136322,0.020286671817302704,0.11183932423591614,-0.005435481667518616,-0.020636945962905884,-0.0032773613929748535 +178,-0.20196687192821375,-0.20029238802066818,-2.116915216620919,-0.19658637046813965,0.19895587861537933,-0.9600887298583984,0.02033436857163906,-0.061394378542900085,0.05157806724309921,-0.012657403945922852,-0.0014308542013168335,-0.018198013305664062 +179,-0.2038227462083565,-0.1953297617281929,-2.1146170610243926,-0.19856524467468262,0.19409003853797913,-0.9606773257255554,0.02681543678045273,0.0011782599613070488,0.011316156014800072,0.004488706588745117,-0.009855419397354126,0.00886458158493042 +180,-0.20478253998492496,-0.19974375313530357,-2.113416291744993,-0.1993110477924347,0.19841818511486053,-0.9596381187438965,-0.007620478980243206,0.024969730526208878,0.008077881298959255,-0.014403536915779114,0.0031809210777282715,-0.0032066702842712402 +181,-0.20710704369063734,-0.19832699118683414,-2.1152077590849667,-0.20159879326820374,0.19702939689159393,-0.959446370601654,-0.015287854708731174,-0.004739444702863693,-0.014888737350702286,-0.010040611028671265,-0.011757180094718933,0.006718099117279053 +182,-0.20970267693018968,-0.19841610476912008,-2.116669330736086,-0.2040848284959793,0.19711676239967346,-0.9589027166366577,-0.04306373745203018,-0.036934543401002884,0.028885768726468086,0.010267689824104309,-0.004138857126235962,-0.006642937660217285 +183,-0.21386661669289783,-0.20348610635122344,-2.1171393514718444,-0.20786108076572418,0.2020847350358963,-0.9570556879043579,-0.021517517045140266,0.03289185091853142,0.009100847877562046,-0.012277469038963318,-0.0181552916765213,0.00426638126373291 +184,-0.21818427303173718,-0.2091582745967563,-2.116570376696681,-0.21173983812332153,0.20763659477233887,-0.9550148248672485,-0.03415017947554588,-0.04203329607844353,0.009088542312383652,-0.006064116954803467,0.0014088153839111328,-0.023012518882751465 +185,-0.22287813530965916,-0.20193535439579952,-2.1187507014616838,-0.21654605865478516,0.20056574046611786,-0.9554481506347656,0.02500932477414608,-0.030256468802690506,-0.014720586128532887,0.003991127014160156,-0.009128972887992859,0.027774810791015625 +186,-0.22554503180985672,-0.21121372622276935,-2.1199861017456527,-0.21866776049137115,0.2096468061208725,-0.9530124068260193,-0.09286946058273315,0.02315320074558258,0.03057631105184555,-0.006994470953941345,0.005776792764663696,-0.005056440830230713 +187,-0.2253225391122699,-0.21526131346590088,-2.124031266146893,-0.21826434135437012,0.2136027216911316,-0.9522261023521423,0.05376031994819641,0.04879198968410492,-0.09282004088163376,-0.006924867630004883,-0.004206359386444092,-0.042418062686920166 +188,-0.22499855246149503,-0.20880295456185693,-2.1297571060881557,-0.2182590514421463,0.20728901028633118,-0.9536216259002686,0.019686909392476082,0.006877726875245571,-0.004808695521205664,0.0181705504655838,-0.00863485038280487,0.01963120698928833 +189,-0.21910797623345582,-0.21020449548606454,-2.129944542553533,-0.2125745564699173,0.20865990221500397,-0.9546062350273132,-0.13803867995738983,0.029047582298517227,0.038998447358608246,-0.009913831949234009,0.010135874152183533,-0.007063686847686768 +190,-0.21952671260198103,-0.21505650025534692,-2.135049309940229,-0.21275129914283752,0.2134026288986206,-0.9535177946090698,0.07882857322692871,0.07225792855024338,-0.10965726524591446,-0.006013959646224976,0.012229084968566895,-0.026065945625305176 +191,-0.2169979025504382,-0.2050732652754832,-2.1452519313572687,-0.2107875496149063,0.20363889634609222,-0.9560856819152832,0.14866618812084198,0.03610445186495781,-0.08397909998893738,0.013750791549682617,-0.027308329939842224,-0.006194591522216797 +192,-0.21813775737563784,-0.20169315217334527,-2.1442315709560225,-0.21202495694160461,0.20032845437526703,-0.9565113186836243,0.005982411094009876,-0.075349822640419,-0.04882742837071419,-0.004848212003707886,0.03773917257785797,-0.019288241863250732 +193,-0.22217225339080593,-0.19247184740501141,-2.1471334991623725,-0.21628013253211975,0.19128568470478058,-0.9574093818664551,0.058003269135951996,-0.1066654622554779,-0.04012184962630272,0.02115073800086975,0.006178304553031921,-0.006549358367919922 +194,-0.22937558939568667,-0.19165274785713907,-2.1503991383426837,-0.2232065498828888,0.19048164784908295,-0.9559788703918457,0.05048307776451111,-0.041253529489040375,-0.039415985345840454,0.015259772539138794,0.005105525255203247,0.014984607696533203 +195,-0.23089954987974218,-0.1907829681201397,-2.1485760929949467,-0.22470098733901978,0.1896277219057083,-0.9557985067367554,0.05446867644786835,-0.10222619771957397,0.04265052452683449,0.0012818127870559692,-0.01412111520767212,-0.04937422275543213 +196,-0.23803020703850883,-0.17362471808764016,-2.144964015499441,-0.23224376142024994,0.1727536916732788,-0.9571933150291443,0.18264523148536682,-0.04100801795721054,-0.0320848748087883,-0.003763929009437561,0.0031801462173461914,-0.002874433994293213 +197,-0.24920923424246638,-0.16692781073078483,-2.1425775378801015,-0.24320940673351288,0.1661536544561386,-0.9556370377540588,0.01975627988576889,-0.1087808609008789,0.08240610361099243,0.0009608566761016846,-0.01684640347957611,0.016870558261871338 +198,-0.25482215747216,-0.1691985014367486,-2.1376954735647735,-0.24847371876239777,0.1683923453092575,-0.9538893103599548,-0.059178926050662994,-0.0600358322262764,0.044071897864341736,0.00334128737449646,0.025104358792304993,-0.005980074405670166 +199,-0.252660238019988,-0.1711115421291029,-2.137976306018326,-0.24632993340492249,0.17027775943279266,-0.9541106224060059,-0.024805724620819092,0.024260517209768295,0.00919497199356556,0.01714290678501129,-0.011861011385917664,0.02324819564819336 +200,-0.25167367516559364,-0.1884891069411074,-2.1329050884990095,-0.2446146309375763,0.18737497925758362,-0.9513434171676636,-0.19129256904125214,-0.056241218000650406,0.12313516438007355,-0.021407082676887512,0.0006285607814788818,-0.038509488105773926 +201,-0.2550368902912823,-0.1888420796615764,-2.1302161857124564,-0.24779611825942993,0.18772168457508087,-0.9504513144493103,0.07100779563188553,-0.010773273184895515,-0.0019955281168222427,-0.013968408107757568,-0.004997700452804565,-0.019656717777252197 +202,-0.25980245510150307,-0.1862100816328525,-2.1320957026407683,-0.25244876742362976,0.1851358264684677,-0.9497338533401489,0.03014509566128254,0.005181833170354366,-0.020402664318680763,0.005195349454879761,-0.0005960315465927124,0.023998379707336426 +203,-0.2591237605353903,-0.19016535669658274,-2.1299739367254737,-0.2516145408153534,0.1890212744474411,-0.9491897225379944,-0.08742161840200424,-0.004724936559796333,0.03533428907394409,-0.0065641701221466064,0.0163925439119339,-0.006590306758880615 +204,-0.2604389286031799,-0.19232519876651555,-2.1320379017945417,-0.2527569532394409,0.191141739487648,-0.9484612345695496,0.008089334703981876,-0.009666557423770428,0.01348055712878704,-0.008381932973861694,-0.020945221185684204,-0.018564462661743164 +205,-0.26499484505368964,-0.18841294036799885,-2.131162410975525,-0.2572692930698395,0.1873001605272293,-0.9480143189430237,0.05348331108689308,-0.02387409284710884,0.005804135929793119,-0.010064691305160522,0.0019698739051818848,0.010376989841461182 +206,-0.26975002998587905,-0.189428310186533,-2.130069104521501,-0.2617235481739044,0.18829746544361115,-0.9465964436531067,0.006418950855731964,-0.02473428100347519,-0.006128941662609577,-0.001444786787033081,0.01676541566848755,-0.00021141767501831055 +207,-0.269034019298696,-0.18736501841936962,-2.1299665775012424,-0.2611484229564667,0.18627068400382996,-0.9471561312675476,0.004923852160573006,-0.010278376750648022,0.015018688514828682,0.004175156354904175,-0.012350991368293762,-0.0013149380683898926 +208,-0.2684426317960777,-0.18768127958251912,-2.1253494591508373,-0.2605725824832916,0.18658140301704407,-0.9472535848617554,-0.0027588792145252228,-0.0029671485535800457,0.0773758590221405,-0.0029008984565734863,-0.009197980165481567,0.010516524314880371 +209,-0.2684265140186448,-0.19089128049770027,-2.1182899602731453,-0.26039713621139526,0.1897340565919876,-0.9466754198074341,-0.02633761614561081,-0.04028373584151268,0.044583454728126526,-0.021219074726104736,0.01656477153301239,-0.006617426872253418 +210,-0.2715811377967261,-0.19366788286500525,-2.117224880046268,-0.26323992013931274,0.19245949387550354,-0.9453380703926086,-0.04566995054483414,-0.045467719435691833,-0.035679031163454056,-0.017018258571624756,0.01242026686668396,-0.009175479412078857 +211,-0.27359795787398145,-0.19297380177874981,-2.120015331524738,-0.2651819884777069,0.19177834689617157,-0.9449336528778076,-0.04535582661628723,-0.015017857775092125,0.0016953153535723686,-0.005020648241043091,-0.02428261935710907,-0.010617494583129883 +212,-0.28001916734241034,-0.19480606722008717,-2.1220488756549556,-0.2711465060710907,0.19357627630233765,-0.9428721070289612,0.032887041568756104,-0.03106077015399933,-0.04258457571268082,-0.0343649685382843,0.008480608463287354,0.015519201755523682 +213,-0.2861492963983461,-0.1936609135139608,-2.127544172029771,-0.27698370814323425,0.19245265424251556,-0.9414042830467224,-0.04886440560221672,-0.03400091826915741,-0.06941723823547363,0.04103705286979675,0.043204084038734436,-0.04161268472671509 +214,-0.28684130977687256,-0.18968751127147077,-2.132672630775633,-0.2778492569923401,0.18855202198028564,-0.9419384002685547,0.031015917658805847,0.021491846069693565,0.022870853543281555,0.03288465738296509,-0.057494282722473145,0.04514884948730469 +215,-0.2813240912924329,-0.1982894693435104,-2.12349677796864,-0.2721877992153168,0.19699260592460632,-0.9418639540672302,-0.12674584984779358,-0.02866615355014801,0.17704731225967407,-0.03639069199562073,-0.015931814908981323,-0.018600523471832275 +216,-0.2922903100175402,-0.1992911590208392,-2.118976446536821,-0.28244292736053467,0.1979745626449585,-0.9386330842971802,0.13985425233840942,-0.0674995630979538,-0.0837981253862381,-0.01766696572303772,0.04358731210231781,-0.019939303398132324 +217,-0.30170319226404047,-0.19418480855465897,-2.123295825481391,-0.29156211018562317,0.19296672940254211,-0.9368860125541687,-0.0026486245915293694,-0.11615043133497238,-0.03747802600264549,0.010052710771560669,-0.0011942684650421143,0.008327662944793701 +218,-0.3040193997606165,-0.19219509524185802,-2.1216347001310805,-0.2938457131385803,0.19101403653621674,-0.9365726709365845,-0.04203454405069351,-0.05642405152320862,0.036531493067741394,-0.007744252681732178,-0.014134153723716736,0.004138588905334473 +219,-0.3081875955461717,-0.19000507150243998,-2.1199322016748745,-0.2978731393814087,0.1888638734817505,-0.9357360601425171,0.08924904465675354,-0.04072890803217888,0.0185437873005867,0.002249389886856079,0.006021365523338318,-0.014596521854400635 +220,-0.3134456477291664,-0.1892093146504815,-2.1158740272569867,-0.3028354048728943,0.18808238208293915,-0.9342995882034302,0.013173265382647514,0.04229085147380829,0.04935353994369507,0.004556596279144287,-0.003359481692314148,0.033863186836242676 +221,-0.3105222579481598,-0.19243004370025638,-2.109262008713492,-0.2999161183834076,0.19124464690685272,-0.9345992803573608,-0.028616569936275482,-0.04749848693609238,0.0590127632021904,0.0025680959224700928,0.005212262272834778,-0.02565157413482666 +222,-0.307998470640537,-0.1915109033338095,-2.101984265388254,-0.2976095974445343,0.19034239649772644,-0.935520350933075,-0.018709518015384674,-0.05152903497219086,0.06332166492938995,-0.01098412275314331,0.00466492772102356,-0.011546909809112549 +223,-0.309959340945115,-0.1921139128805069,-2.0994623332365796,-0.2994084060192108,0.19093434512615204,-0.9348254799842834,0.03477772697806358,-0.004013371653854847,-0.020198404788970947,-0.006286174058914185,0.02104075253009796,-0.022556722164154053 +224,-0.3141037867459756,-0.1897021035313729,-2.093724761067039,-0.3034215569496155,0.18856635689735413,-0.9340118169784546,0.026499416679143906,-0.03906290978193283,0.05756831914186478,0.011475175619125366,-0.013441234827041626,0.010565221309661865 +225,-0.3090076321913041,-0.18693545000556394,-2.087870180814577,-0.2988152801990509,0.18584860861301422,-0.936039388179779,0.03606557846069336,0.036514271050691605,-0.004942873492836952,-0.0029883086681365967,0.032657235860824585,-0.012843668460845947 +226,-0.30687209665310305,-0.18372358187250534,-2.0836793108263083,-0.2969944477081299,0.182691752910614,-0.9372395873069763,-0.02408590167760849,-0.021880455315113068,0.13782882690429688,-0.007769376039505005,-0.050337016582489014,0.005278527736663818 +227,-0.31845813531961137,-0.18496990545292152,-2.0761974494839546,-0.30776160955429077,0.18391695618629456,-0.9335187673568726,0.15359145402908325,-0.14163555204868317,-0.04292891547083855,0.003882855176925659,0.03649623692035675,-0.052916109561920166 +228,-0.3314075760134745,-0.17038496001690395,-2.0741147631459382,-0.3206627666950226,0.1695617437362671,-0.9318928122520447,0.04032198339700699,-0.16902856528759003,0.01606757938861847,0.03491145372390747,0.00739443302154541,0.04174083471298218 +229,-0.33727880508615554,-0.1688109060290263,-2.0639006480238358,-0.3262164890766144,0.16801027953624725,-0.9302448034286499,0.08451306074857712,-0.06438097357749939,0.13983963429927826,0.01722601056098938,-0.009486719965934753,0.0365680456161499 +230,-0.3362338836784681,-0.17242126561756896,-2.0497223585040882,-0.3250420391559601,0.17156821489334106,-0.9300064444541931,0.14311352372169495,-0.04580755531787872,0.17751936614513397,0.0036767125129699707,-0.01942284405231476,-0.06280660629272461 +231,-0.3324236694170263,-0.15258464698801727,-2.0263493903100285,-0.3225434422492981,0.1519932597875595,-0.9342718124389648,0.2988136410713196,-0.060781996697187424,0.17453011870384216,-0.013012588024139404,3.0055642127990723e-05,-0.023369789123535156 +232,-0.3453361104064169,-0.14543014913909552,-2.007276205167032,-0.33493950963020325,0.1449180543422699,-0.9310286045074463,0.0028696460649371147,-0.09686335176229477,0.142652690410614,-0.030340641736984253,0.014658361673355103,0.05914139747619629 +233,-0.3440371232163505,-0.14988889384465934,-2.003965762593562,-0.33350858092308044,0.14932827651500702,-0.9308453798294067,-0.08410830795764923,0.1477365493774414,-0.024617306888103485,-0.026858240365982056,0.02068515121936798,0.04186832904815674 +234,-0.3446002832220455,-0.16309638486842457,-2.0078122746016884,-0.33333733677864075,0.16237427294254303,-0.9287199974060059,-0.10140016674995422,-0.023576684296131134,0.008181345649063587,-0.024572789669036865,-0.00824524462223053,-0.02489328384399414 +235,-0.3441434383523779,-0.16537518236470458,-2.0124989219858183,-0.33278733491897583,0.16462241113185883,-0.928521454334259,0.021854303777217865,-0.005157197825610638,-0.07073952257633209,-0.014548450708389282,-0.019190892577171326,-0.05760830640792847 +236,-0.34886118294460533,-0.15110254179604504,-2.0214169966747475,-0.33793291449546814,0.1505282074213028,-0.9290546774864197,0.12487614899873734,0.015707405284047127,-0.20801907777786255,-0.025897622108459473,0.017120108008384705,0.013145864009857178 +237,-0.34976460651765745,-0.14031178184298146,-2.0422384417820942,-0.3393090069293976,0.13985183835029602,-0.9302208423614502,-0.044280022382736206,0.06172656640410423,-0.26514729857444763,-0.014588087797164917,0.023890212178230286,0.01715022325515747 +238,-0.34853271766681504,-0.14097823447357077,-2.0716134869203984,-0.338130921125412,0.14051170647144318,-0.9305503368377686,-0.12200912833213806,0.06181783601641655,-0.3062852621078491,0.015651673078536987,0.00800207257270813,-0.021170854568481445 +239,-0.3416336238418976,-0.1363155307218637,-2.0978908476859397,-0.3319188356399536,0.13589376211166382,-0.9334681630134583,-0.036465056240558624,0.042245395481586456,-0.12044771015644073,0.050790935754776,-0.04064841568470001,-0.017810523509979248 +240,-0.3394690908268233,-0.13719233137467216,-2.1016025602955617,-0.329857736825943,0.1367623656988144,-0.9340716600418091,-0.04007355868816376,0.03197825700044632,0.09007097035646439,0.04181760549545288,-0.02399994432926178,0.016942203044891357 +241,-0.33443482980643524,-0.14977194103431418,-2.094916182833944,-0.32456082105636597,0.14921262860298157,-0.9340213537216187,-0.15585102140903473,0.037203773856163025,0.11995259672403336,-0.0014432072639465332,0.015414446592330933,0.008270621299743652 +242,-0.33390604671837254,-0.16811107279661408,-2.0889908515062503,-0.32311561703681946,0.1673203557729721,-0.931450605392456,-0.14532975852489471,-0.036592282354831696,0.0881662517786026,-0.02530360221862793,0.006996050477027893,-0.042762041091918945 +243,-0.3405665555168568,-0.16989090389280764,-2.086341466013154,-0.32921233773231506,0.16907481849193573,-0.928995668888092,0.03764188289642334,-0.09713613241910934,0.02709731087088585,9.551644325256348e-05,-0.01134471595287323,-0.01750701665878296 +244,-0.3475449344808399,-0.17143414988587047,-2.082537581736994,-0.3355978727340698,0.17059564590454102,-0.926429271697998,-0.008978447876870632,-0.05764956772327423,0.045081716030836105,0.004711061716079712,0.023862361907958984,0.003669261932373047 +245,-0.353879888919119,-0.17707192727537857,-2.0776086901991984,-0.34112128615379333,0.17614804208278656,-0.9233678579330444,-0.061879560351371765,-0.12643343210220337,0.09309642761945724,0.006724894046783447,-0.00100766122341156,-0.005282044410705566 +246,-0.35965013815746005,-0.18308386293859089,-2.066067043272569,-0.34606465697288513,0.1820627599954605,-0.9203762412071228,-0.013404219411313534,-0.077336385846138,0.14503955841064453,-0.002720743417739868,-0.007502198219299316,-0.021686136722564697 +247,-0.3632801596502475,-0.1821690784309938,-2.0533718952686937,-0.3494623899459839,0.18116319179534912,-0.9192692637443542,0.07239701598882675,-0.07849812507629395,0.08649657666683197,-0.012659162282943726,0.010822892189025879,0.002734839916229248 +248,-0.3682603710293693,-0.18446695524472842,-2.0423144426308477,-0.3538854122161865,0.18342256546020508,-0.9171266555786133,-0.03161868453025818,-0.04461539164185524,0.10558279603719711,-0.015621453523635864,0.031222820281982422,0.0025300979614257812 +249,-0.37339944089093113,-0.18264231105020348,-2.0362133109400773,-0.35871538519859314,0.18162856996059418,-0.9156060218811035,0.1354801058769226,-0.02884122170507908,0.01585632935166359,0.01113542914390564,0.0009733587503433228,0.020388126373291016 +250,-0.3709772568379955,-0.19190695362559443,-2.0258906063523785,-0.3558712303638458,0.19073118269443512,-0.9148645997047424,-0.17378102242946625,0.009438179433345795,0.16430255770683289,-0.013482987880706787,-0.021923214197158813,0.018303990364074707 +251,-0.36669042751971676,-0.19914910600778285,-2.020432383384304,-0.3514416515827179,0.19783532619476318,-0.9150682687759399,-0.01671043038368225,-0.01484186016023159,-0.0026211822405457497,-0.044081419706344604,0.017771363258361816,-0.05975472927093506 +252,-0.373452272043684,-0.1927157574300471,-2.0226833729856697,-0.3580780327320099,0.19152508676052094,-0.9138370752334595,0.05891011282801628,-0.012417182326316833,-0.014964812435209751,-0.008422791957855225,0.013858228921890259,0.008563637733459473 +253,-0.37537707920920965,-0.18751960786839467,-2.0252731651678704,-0.3601963520050049,0.18642255663871765,-0.9140597581863403,0.10346627235412598,0.1231943666934967,-0.04474668577313423,0.03231549263000488,-6.696581840515137e-05,0.04658234119415283 +254,-0.3661742392271577,-0.19726045060852118,-2.0261185897914817,-0.35110241174697876,0.1959836483001709,-0.9155968427658081,-0.11235816776752472,0.10790302604436874,0.04875077307224274,-0.00477832555770874,-0.0060727596282958984,0.009453654289245605 +255,-0.35957164497447575,-0.20187308408138016,-2.023230891903406,-0.3447277247905731,0.20050473511219025,-0.9170390963554382,0.0009619561024010181,-0.031270112842321396,-9.53911803662777e-05,-0.013960659503936768,0.004207193851470947,-0.04560738801956177 +256,-0.35699168334197023,-0.19564192283981033,-2.021215644672029,-0.3427906036376953,0.1943962574005127,-0.9190781712532043,-0.03639695793390274,-0.011070562526583672,0.015986615791916847,0.0038166046142578125,-0.0017693042755126953,-0.0025832056999206543 +257,-0.35409912090932266,-0.19512138133083426,-2.0239399078826947,-0.34016573429107666,0.19388560950756073,-0.9201606512069702,-0.0058308131992816925,0.03124934807419777,-0.05932481586933136,0.00642549991607666,0.022422954440116882,-0.00888592004776001 +258,-0.35250084566825923,-0.20163591453979612,-2.0296211318866635,-0.33825135231018066,0.2002723664045334,-0.9194982051849365,-0.07465574145317078,0.0410086065530777,-0.032585930079221725,-0.011785238981246948,0.00538557767868042,-0.013958156108856201 +259,-0.3534248194244451,-0.20086637467860471,-2.0367046963017135,-0.33915406465530396,0.1995183676481247,-0.9193296432495117,0.03842473030090332,-0.005750234238803387,-0.09539569169282913,0.0031097233295440674,0.005391910672187805,-0.03085041046142578 +260,-0.35507759215088625,-0.19778070712888038,-2.045227841265008,-0.3408854603767395,0.19649378955364227,-0.9193406701087952,-0.06394069641828537,-0.040739916265010834,-0.07045489549636841,0.00484117865562439,-0.002310454845428467,-0.013154387474060059 +261,-0.361318140243709,-0.19378766111757223,-2.059297098482982,-0.34689056873321533,0.1925770342350006,-0.9179221391677856,0.09820074588060379,-0.10594761371612549,-0.24738888442516327,-0.024752497673034668,0.03885301947593689,-0.14987266063690186 +262,-0.3820275877232142,-0.15169686534733068,-2.0803073702947232,-0.36852142214775085,0.15111573040485382,-0.917254626750946,0.39658164978027344,-0.19532296061515808,-0.2999418079853058,-0.0048001110553741455,-0.006859123706817627,-0.027523815631866455 +263,-0.41602990269650436,-0.1146522401482946,-2.099219992227845,-0.40147891640663147,0.11440122127532959,-0.9086952209472656,0.26000118255615234,-0.335940420627594,-0.31610485911369324,-0.011988461017608643,0.04833375662565231,-0.0450858473777771 +264,-0.4535281319792717,-0.08220032158249967,-2.1255537736985946,-0.4366603195667267,0.0821077823638916,-0.8958716988563538,0.09401151537895203,-0.17619700729846954,-0.34948891401290894,-0.002319812774658203,-0.013107538223266602,0.07986217737197876 +265,-0.4580040287753609,-0.03133257783422272,-2.1555728934935945,-0.4419417083263397,0.03132745251059532,-0.896496593952179,0.6709797978401184,-0.05446167290210724,-0.4054046869277954,0.08102548122406006,-0.00703546404838562,0.02662360668182373 +266,-0.46589096225814497,0.012820706734463198,-2.162775481488554,-0.44918206334114075,-0.012820355594158173,-0.8933482766151428,-0.02131219021975994,0.13872772455215454,-0.08572293817996979,-0.026358067989349365,0.028781041502952576,-0.007179677486419678 +267,-0.462140876412857,0.05129894240793936,-2.173562531454506,-0.4452788829803467,-0.051276445388793945,-0.8939225077629089,0.6734067797660828,0.0822320356965065,-0.2064829021692276,0.08594965934753418,-0.009453535079956055,0.029771506786346436 +268,-0.45642462653661525,0.0610008666204735,-2.1495079627578173,-0.4399217665195465,-0.060963042080402374,-0.8959644436836243,-0.12059947848320007,-0.067435123026371,0.34433412551879883,0.10874506831169128,-0.041804905980825424,0.022124171257019043 +269,-0.45485216694086544,0.03335120397069567,-2.105807078826945,-0.4390852153301239,-0.033345021307468414,-0.8978264331817627,-0.0324971042573452,0.24596016108989716,0.5322129726409912,-0.00047475099563598633,-0.0032303035259246826,0.038024187088012695 +270,-0.43740574510628594,0.026407747602178188,-2.078244386863927,-0.4234431982040405,-0.02640467882156372,-0.9055377840995789,-0.037224180996418,-0.05118902027606964,0.041207753121852875,-0.014758706092834473,0.01262599229812622,0.021382510662078857 +271,-0.4349798317001398,-0.000581608419836859,-2.088569921508972,-0.4213920533657074,0.0005816083867102861,-0.9068784117698669,-0.3195687234401703,0.0990055650472641,-0.23417752981185913,-0.08831256628036499,0.05709661543369293,0.03599828481674194 +272,-0.4054743168818657,-0.023681854909916717,-2.1421826477815795,-0.3943440616130829,0.023679642006754875,-0.9186577200889587,-0.5498380661010742,0.23479504883289337,-0.6130149960517883,0.029323279857635498,0.10919389128684998,-0.05483776330947876 +273,-0.3834596926834826,-0.05889303912470999,-2.215663992787265,-0.37348252534866333,0.058859001845121384,-0.9257680177688599,-0.6673287749290466,0.21327053010463715,-0.5100142359733582,0.06330186128616333,0.04920373857021332,0.020723462104797363 +274,-0.3765729005394962,-0.09186718059494235,-2.2915009605162147,-0.3661850094795227,0.0917380154132843,-0.9260089993476868,-0.38674405217170715,0.15240411460399628,-0.4709867537021637,0.04246976971626282,-0.021990083158016205,-0.031052768230438232 +275,-0.37505934560180654,-0.08812966313840728,-2.328479967269992,-0.36490607261657715,0.08801562339067459,-0.9268747568130493,0.008246037177741528,-0.013446091674268246,-0.09885876625776291,0.0060346126556396484,-0.0704527497291565,-0.020879149436950684 +276,-0.3769723792198235,-0.09708066808250791,-2.336429636533919,-0.36637383699417114,0.09692824631929398,-0.9254053831100464,-0.2839242219924927,0.0020094644278287888,0.02536734938621521,-0.05632513761520386,-0.053257592022418976,0.027410387992858887 +277,-0.39232986164186734,-0.11280715555244744,-2.3492293816013308,-0.3799121379852295,0.11256805062294006,-0.9181476831436157,-0.307670533657074,-0.17450733482837677,-0.11299801617860794,-0.04957696795463562,-0.02165619283914566,0.073039710521698 +278,-0.3852994602966719,-0.15321183995749976,-2.359877875256177,-0.37143412232398987,0.15261313319206238,-0.9158307313919067,-0.5386641025543213,0.1416740119457245,0.11086298525333405,-0.10470113158226013,0.012288600206375122,-0.0021380186080932617 +279,-0.3614585137575282,-0.23353023669531361,-2.3581240755204433,-0.34403952956199646,0.2314133644104004,-0.9099915623664856,-0.6063565015792847,0.10250288993120193,0.21938735246658325,-0.03439369797706604,0.07354879379272461,-0.0993468165397644 +280,-0.3760059812571949,-0.2504748369339075,-2.367471046275545,-0.35574960708618164,0.2478640079498291,-0.9011135697364807,-0.10011283308267593,0.11671615391969681,0.14490118622779846,0.0038056373596191406,-0.0683901309967041,-0.020318925380706787 +281,-0.35103650256464697,-0.2295407505229591,-2.3540289080586256,-0.3348518908023834,0.2275303453207016,-0.9143873453140259,0.3185209035873413,0.40945547819137573,0.025413503870368004,0.08472979068756104,0.001641392707824707,-0.07099473476409912 +282,-0.30006910205886045,-0.1711769174361029,-2.31508615922079,-0.29126620292663574,0.17034217715263367,-0.9413540959358215,1.058919906616211,0.6623954176902771,0.4001983404159546,0.02532079815864563,-0.09586402773857117,-0.09056729078292847 +283,-0.26344909896707763,-0.11310053111152235,-2.2572476225350804,-0.2587484121322632,0.1128595620393753,-0.9593288898468018,0.6884819269180298,0.43477174639701843,0.4444041848182678,-0.06319674849510193,-0.0715692862868309,-0.13046902418136597 +284,-0.23838094213220923,-0.02259568042807804,-2.1802538703367844,-0.23606938123703003,0.022593757137656212,-0.9714735150337219,1.2458081245422363,-0.04911516234278679,0.2767692506313324,-0.02944880723953247,-0.12914589047431946,-0.20929735898971558 +285,-0.20732550217635748,0.06619399967655162,-2.1190830123505964,-0.20539261400699615,-0.06614567339420319,-0.9764418005943298,0.6778269410133362,-0.10790322721004486,0.6875949501991272,0.06731586158275604,-0.22415278851985931,-0.3081498146057129 +286,-0.22183891595643843,0.20664279910890132,-1.9614705347784338,-0.21534289419651031,-0.2051752805709839,-0.9547410607337952,2.4659101963043213,0.6467083692550659,1.7089589834213257,0.0365404337644577,-0.17896471917629242,0.16393911838531494 +287,-0.2021915416391219,0.2652394856941538,-1.8218732931446253,-0.1937941014766693,-0.2621403932571411,-0.9453709721565247,-0.04245956987142563,0.029213346540927887,0.6274828910827637,0.01663956046104431,0.11777698993682861,-0.0012690424919128418 +288,-0.2093157368393108,0.2773548929535451,-1.7285353381785542,-0.19984950125217438,-0.27381259202957153,-0.9407905340194702,0.4287126660346985,1.0106834173202515,1.0379512310028076,0.03127039968967438,0.25017672777175903,0.2939704656600952 +289,-0.12526628954276534,0.27105216941060983,-1.7098089312297762,-0.12037738412618637,-0.26774534583091736,-0.9559402465820312,-0.8228133916854858,0.6419083476066589,0.14495064318180084,0.16438373923301697,0.40026792883872986,0.10961151123046875 +290,-0.06424781486773042,0.26381259446644695,-1.7316863272067442,-0.06198235973715782,-0.26076313853263855,-0.9634110331535339,0.2036406546831131,-0.0956384465098381,-0.7168084979057312,0.004822932183742523,0.11014363169670105,-0.07617026567459106 +291,-0.024725362822910716,0.2786662651220645,-1.760062637407434,-0.023769114166498184,-0.2750736176967621,-0.9611293077468872,0.27994659543037415,0.4967748820781708,-0.05460992455482483,0.00036212801933288574,0.028216928243637085,-0.05023849010467529 +292,0.012076367153902604,0.30250816593729174,-1.767018834584106,0.01152772642672062,-0.29791542887687683,-0.9545226693153381,0.2322860211133957,0.14747294783592224,-0.22369129955768585,0.08139830827713013,0.16275307536125183,-0.032034337520599365 +293,-0.016990637446207973,0.3128626511003788,-1.7981726016881978,-0.016165072098374367,-0.3077835738658905,-0.9513190388679504,0.29763102531433105,-0.07041160762310028,-0.1436402052640915,0.09543448686599731,0.1869339942932129,0.14243543148040771 +294,-0.047429971856687056,0.3703230011856635,-1.800018994143183,-0.04419814050197601,-0.36191654205322266,-0.9311621189117432,0.4787629246711731,-0.8806109428405762,-0.4970038831233978,0.193642720580101,0.5871820449829102,0.25942450761795044 +295,-0.10907562910585869,0.40558606802473834,-1.922334250102018,-0.10002784430980682,-0.3945573568344116,-0.9134106040000916,-0.3298768699169159,-1.454696536064148,-2.1043903827667236,0.15003089606761932,0.3438676595687866,0.32042354345321655 +296,-0.14309158344143705,0.28725515179799416,-2.131380597788762,-0.13676060736179352,-0.28332090377807617,-0.9492237567901611,-1.8993257284164429,-0.7079516053199768,-1.7312932014465332,0.1678580343723297,-0.08543819189071655,-0.06522625684738159 +297,-0.16962996180792994,0.0011706842819643318,-2.267756657123641,-0.16881752014160156,-0.0011706840014085174,-0.9856466054916382,-3.023261785507202,-0.474191278219223,0.050074052065610886,0.11921119689941406,-0.20836301147937775,-0.5049996972084045 +298,-0.2008030034803624,-0.23997540989015753,-2.2904895275052852,-0.1937406063079834,0.23767873644828796,-0.9518263339996338,-1.872327446937561,0.051114581525325775,0.4508669674396515,-0.0860292911529541,-0.29975149035453796,-0.3782517910003662 +299,-0.1573698259980604,-0.3479366804100476,-2.2414419943507573,-0.14733007550239563,0.3409588634967804,-0.9284615516662598,0.045540701597929,0.30970752239227295,0.28722476959228516,-0.13379783928394318,-0.0656597912311554,-0.36081451177597046 +300,-0.16504027993082956,-0.3070584275767825,-2.2341904015692147,-0.15660759806632996,0.3022559583187103,-0.9402741193771362,0.45395317673683167,-0.4590722620487213,-0.02521505393087864,-0.10695746541023254,-0.028375953435897827,-0.15317070484161377 +301,-0.22493096674108243,-0.24665426715934965,-2.252450398282199,-0.2162887305021286,0.24416086077690125,-0.945306658744812,0.7340690493583679,-0.5155215859413147,-0.36519575119018555,-0.023777782917022705,-0.012120455503463745,0.03020656108856201 +302,-0.2606180533849855,-0.1882163124993024,-2.23635206784672,-0.2531270682811737,0.18710701167583466,-0.9491668343544006,0.06153379753232002,-0.5952860116958618,0.17628341913223267,0.042433738708496094,0.06969842314720154,0.004495203495025635 +303,-0.30168773304257684,-0.19993545847250024,-2.2452918788664964,-0.29121309518814087,0.19860607385635376,-0.9358154535293579,0.17862242460250854,-0.12435859441757202,-0.00961389672011137,0.11582857370376587,-0.013486459851264954,0.049142539501190186 +304,-0.28056192604883873,-0.20043365389563034,-2.228684099810807,-0.27135229110717773,0.19909432530403137,-0.9416630864143372,-0.024453505873680115,0.07815849035978317,0.08374369144439697,0.12851476669311523,0.04669424891471863,-0.05331677198410034 +305,-0.22767479109752667,-0.16119300068699607,-2.1986208467351007,-0.22278690338134766,0.16049586236476898,-0.9615648984909058,1.0695754289627075,1.1795203685760498,0.11396923661231995,0.02422429621219635,-0.006275281310081482,0.06852906942367554 +306,-0.14133202092156918,-0.0840008566514039,-2.1572239642652904,-0.14036530256271362,0.08390210568904877,-0.9865384101867676,0.41238492727279663,0.33285677433013916,0.341325581073761,0.03678864240646362,0.010977044701576233,-0.05870389938354492 +307,-0.09048576407495781,-0.04184326320748044,-2.140841999623738,-0.09028324484825134,0.04183105379343033,-0.9950372576713562,0.7708211541175842,0.6430343985557556,0.12486473470926285,0.006832927465438843,0.02225586026906967,-0.009509861469268799 +308,-0.07885444731764364,-0.058366428329840986,-2.1299285182420764,-0.07863861322402954,0.058333296328783035,-0.9951950311660767,-0.801371693611145,-0.4600622355937958,0.07535407692193985,0.002985551953315735,0.015427689999341965,-0.035139381885528564 +309,-0.1053902551588468,-0.11540415751652057,-2.1289148047554067,-0.10449554026126862,0.115148164331913,-0.9878368377685547,-0.17167766392230988,0.08264513313770294,-0.013110984116792679,-0.06925628334283829,0.04535903036594391,0.05940055847167969 +310,-0.07802721606076293,-0.10738901164172425,-2.1427170039776002,-0.07749903202056885,0.10718271881341934,-0.9912142753601074,0.04243876785039902,0.2680796980857849,-0.29062363505363464,0.026656746864318848,0.05559803545475006,-0.008968830108642578 +311,-0.08186420824646373,-0.11288496558150611,-2.1693072880668054,-0.0812523365020752,0.11264537274837494,-0.9903075695037842,-0.19230522215366364,-0.12928315997123718,-0.20884273946285248,0.054061174392700195,0.015391126275062561,0.0001800060272216797 +312,-0.082909196631232,-0.12798224271643252,-2.186957256150377,-0.08213694393634796,0.12763315439224243,-0.9884145259857178,-0.16924375295639038,0.027004152536392212,0.009365002624690533,0.01963694393634796,-0.02398020029067993,-0.05255532264709473 +313,-0.08158899857739232,-0.13580904491815438,-2.1876214153968494,-0.08074808120727539,0.1353919506072998,-0.9874961972236633,0.014689333736896515,0.001833127811551094,0.05231691524386406,0.04311990737915039,0.011824846267700195,-0.07663649320602417 +314,-0.08863182713594424,-0.12215785690952242,-2.1888683212739686,-0.08785621076822281,0.121854268014431,-0.9886520504951477,0.19005650281906128,-0.05391328036785126,0.004761553835123777,0.019924074411392212,9.398162364959717e-05,0.055393993854522705 +315,-0.08616478943754599,-0.1149647273242627,-2.1853356307781198,-0.08549012243747711,0.11471164971590042,-0.9897134304046631,-0.060010433197021484,-0.055404894053936005,0.0454476997256279,0.008936777710914612,0.003940701484680176,0.014447927474975586 +316,-0.08554454147888228,-0.12435175144288317,-2.1816427569070966,-0.0847804993391037,0.12403151392936707,-0.9886497855186462,-0.09686238318681717,0.06853214651346207,0.0896034687757492,-0.021283335983753204,0.014228366315364838,0.039980411529541016 +317,-0.07522403496515336,-0.13879824260127305,-2.172495662259535,-0.07443036139011383,0.13835301995277405,-0.9875822067260742,-0.20942628383636475,0.04931613802909851,0.062394287437200546,0.02108563482761383,0.025938361883163452,-0.07172870635986328 +318,-0.06391529507759466,-0.15239431262665593,-2.1749891510746275,-0.06313154101371765,0.15180513262748718,-0.9863921999931335,0.04182169586420059,0.21181675791740417,-0.12972858548164368,-0.04694536328315735,0.011051923036575317,0.009219348430633545 +319,-0.03019766485573449,-0.14166976828510766,-2.1930478136360283,-0.02989058941602707,0.1411963552236557,-0.9895302653312683,0.13433478772640228,0.08330369740724564,-0.35049620270729065,-0.08461135625839233,0.0680321604013443,-0.1555503010749817 +320,-0.060754270019010966,-0.11610439757596504,-2.233959574868693,-0.060308121144771576,0.11584372073411942,-0.9914348721504211,0.3043701946735382,-0.39405328035354614,-0.3705463111400604,-0.061655376106500626,0.033936552703380585,0.020655512809753418 +321,-0.09993313559385468,-0.07781124007698619,-2.28823617272253,-0.099465012550354,0.07773274183273315,-0.992000162601471,0.177956685423851,-0.30515018105506897,-0.6544481515884399,0.008156418800354004,0.051814377307891846,0.07888370752334595 +322,-0.11519793631955565,-0.05520675377978509,-2.358969814630261,-0.11476819962263107,0.05517871677875519,-0.9918586611747742,0.0733412653207779,0.165817990899086,-0.6383842825889587,-0.029976673424243927,-0.012164190411567688,0.04852980375289917 +323,-0.11733967157560729,-0.04575602117400244,-2.4209074748468953,-0.11694806069135666,0.04574005678296089,-0.9920841455459595,0.18076109886169434,-0.1106080636382103,-0.6174126267433167,0.022221505641937256,0.02132231742143631,-0.09984999895095825 +324,-0.12865055616634255,-0.006979666150011176,-2.480465965837628,-0.12829284369945526,0.006979609373956919,-0.9917117953300476,0.2589253783226013,-0.07808507233858109,-0.5940362811088562,0.04777221381664276,-0.01851525530219078,0.03362768888473511 +325,-0.13050569568906575,0.018418746498576055,-2.526237740812118,-0.13011348247528076,-0.018417704850435257,-0.9913280606269836,0.17032113671302795,0.07148405909538269,-0.44340237975120544,0.010774493217468262,-0.023910176008939743,0.03635674715042114 +326,-0.12975521103770074,0.03280041508023379,-2.5658576348653326,-0.12932181358337402,-0.0327945351600647,-0.9910602569580078,0.03845863789319992,-0.05274514853954315,-0.4462200105190277,0.028278112411499023,0.0511355958878994,0.008867263793945312 +327,-0.13727111126157526,0.03178048202093768,-2.6081978206140564,-0.1367713063955307,-0.031775131821632385,-0.9900928735733032,-0.10563026368618011,-0.0982585921883583,-0.39432162046432495,0.043677449226379395,0.020590446889400482,0.015651404857635498 +328,-0.1496696098634912,0.028739094901330642,-2.657652043645756,-0.14904986321926117,-0.028735138475894928,-0.988412082195282,-0.25229817628860474,-0.19776304066181183,-0.4911816716194153,0.04536640644073486,0.03750894218683243,0.007653415203094482 +329,-0.1650667450578524,0.019222874620971348,-2.7184013463441223,-0.16428780555725098,-0.01922169141471386,-0.9862251281738281,-0.11769158393144608,-0.10906948149204254,-0.712418258190155,0.01650644838809967,0.03164234757423401,-0.0099753737449646 +330,-0.17804531379725788,0.02366518610971853,-2.786384219510174,-0.17705653607845306,-0.023662976920604706,-0.983916163444519,-0.08591357618570328,-0.2748730778694153,-0.5102565288543701,0.022164583206176758,0.003994399681687355,-0.01741129159927368 +331,-0.2195091124967787,0.016495793752320013,-2.8414491630171725,-0.2177209109067917,-0.01649504527449608,-0.9758716821670532,-0.1439691036939621,-0.4084521532058716,-0.5102646350860596,-0.030341222882270813,-0.012405101209878922,0.07180368900299072 +332,-0.2688774155961251,0.005517126486271718,-2.888487295459265,-0.2656453251838684,-0.0055170985870063305,-0.964055061340332,-0.3494420349597931,-0.6634297966957092,-0.4501793682575226,-0.04686993360519409,-0.002737905830144882,0.01784229278564453 +333,-0.3195204984575489,-0.030207396180642523,-2.9402665076793584,-0.31396806240081787,0.030202802270650864,-0.9489530324935913,-0.5523645281791687,-0.18738406896591187,-0.35584497451782227,-0.12998640537261963,-0.035314492881298065,0.03225076198577881 +334,-0.32991937099886526,-0.0488629018188723,-3.0035077213392425,-0.3235800862312317,0.04884345829486847,-0.9449393153190613,-0.12736809253692627,-0.14249873161315918,-0.7540296316146851,-0.0460488498210907,0.03352348506450653,-0.11011439561843872 +335,-0.35098238035335116,-0.04189420844564507,-3.075696245975203,-0.34351879358291626,0.04188195616006851,-0.9382114410400391,-0.2067687213420868,-0.2716595232486725,-0.7153185606002808,-0.05131760239601135,-0.01900903508067131,-0.025884568691253662 +336,-0.38025942710331606,-0.034144323637169224,3.1354775080593056,-0.3709450364112854,0.03413768857717514,-0.9280271530151367,-0.18752697110176086,-0.3284744918346405,-0.6696537733078003,-0.0372123122215271,-0.01095958799123764,-0.02070331573486328 +337,-0.41159894637355243,-0.01936079163795784,3.06987030010684,-0.40000027418136597,0.019359583035111427,-0.9163105487823486,-0.0735485851764679,-0.19085001945495605,-0.5840058326721191,-0.007546752691268921,-0.005260460078716278,0.03220105171203613 +338,-0.42923747018605246,-0.0075760288770984055,3.024568055355022,-0.41616562008857727,0.0075759561732411385,-0.9092572331428528,-0.07223494350910187,-0.19671332836151123,-0.37093374133110046,0.04916122555732727,0.011924775317311287,0.004289031028747559 +339,-0.4273503235197935,-0.0032454263686605067,2.9938286005187074,-0.414458692073822,0.003245420753955841,-0.910062313079834,-0.09959923475980759,0.16951502859592438,-0.23944082856178284,0.01051279902458191,0.005955630913376808,0.04920727014541626 +340,-0.40928843373532026,-0.0088387550171483,2.973618916783417,-0.39794108271598816,0.008838639594614506,-0.9173684120178223,-0.11198581010103226,0.18940182030200958,-0.0746026411652565,-0.021507740020751953,0.01925279200077057,0.031885623931884766 +341,-0.39018092322975556,-0.02090405144181357,2.9713124789035343,-0.38027262687683105,0.02090252935886383,-0.9246382117271423,-0.12581850588321686,0.2755981981754303,0.1595924198627472,-0.015662401914596558,0.007661923766136169,0.06373733282089233 +342,-0.3572015107248901,-0.03776406273580362,2.9895207360324343,-0.3494044542312622,0.037755087018013,-0.9362109899520874,-0.0683428943157196,0.45915719866752625,0.31638824939727783,-0.041891902685165405,0.017832674086093903,0.005424916744232178 +343,-0.31042818145579226,-0.053721183739933454,3.031845759611915,-0.30502569675445557,0.05369534716010094,-0.9508292078971863,0.1237865462899208,0.34434035420417786,0.3677261173725128,-0.04644519090652466,0.019852016121149063,-0.02774745225906372 +344,-0.2716869550193141,-0.05727099300858217,3.081838195297476,-0.2679169178009033,0.05723968893289566,-0.9617401957511902,-0.026372388005256653,0.28253841400146484,0.5021032094955444,-0.00439143180847168,0.02950652688741684,-0.056265175342559814 +345,-0.23681549769123897,-0.04865773378288321,3.1172384171999,-0.23433053493499756,0.048638537526130676,-0.9709395170211792,0.46169519424438477,0.44870972633361816,0.2961459159851074,0.030351027846336365,-0.019356921315193176,-0.0148698091506958 +346,-0.21066391861198236,-0.03416061372581856,-3.127024122002037,-0.20898719131946564,0.03415397182106972,-0.9773218035697937,0.07335816323757172,0.1498580276966095,0.3235726058483124,0.10042090713977814,-0.03864005208015442,-0.0382574200630188 +347,-0.1882145692846328,-0.012931934185172729,-3.084832850703569,-0.18708965182304382,0.012931574136018753,-0.9822577238082886,0.3766675591468811,0.22291025519371033,0.24183590710163116,0.10354778170585632,-0.025123346596956253,-0.045086026191711426 +348,-0.17313883145511474,0.004449532156435777,-3.047958500356782,-0.17227338254451752,-0.0044495174661278725,-0.9850391149520874,0.36548638343811035,-0.0457453615963459,0.24026647210121155,0.06508040428161621,-0.0009826109744608402,-0.11806446313858032 +349,-0.18828938839625017,0.043574601307145445,-3.018390433396566,-0.18700112402439117,-0.04356081411242485,-0.9813933968544006,0.24960574507713318,-0.32524755597114563,0.15702639520168304,-0.028819188475608826,-0.0011779554188251495,0.04308474063873291 +350,-0.21861154349518072,0.061412252894691474,-3.0100773319529064,-0.21646557748317719,-0.06137365847826004,-0.9743592143058777,0.19097082316875458,-0.18285587430000305,-0.03859551623463631,-0.015223860740661621,0.0006284229457378387,0.06310439109802246 +351,-0.24394920602249118,0.05888249242738213,-3.011333734769232,-0.2411181777715683,-0.05884847417473793,-0.9687098860740662,-0.06813901662826538,-0.26195234060287476,-0.00958266295492649,0.004927396774291992,-0.013569734990596771,-0.0033969879150390625 +352,-0.265598383785621,0.06682690463697273,-3.009469532885753,-0.26190081238746643,-0.06677717715501785,-0.9627817869186401,-0.03626895323395729,-0.19031348824501038,0.07213155925273895,0.03123372793197632,-0.030940108001232147,0.012586474418640137 +353,-0.28388044245209737,0.06654693887586327,-3.0062692306402035,-0.27946293354034424,-0.06649783253669739,-0.957850992679596,0.15095879137516022,-0.1023775115609169,-0.09426123648881912,0.005216717720031738,0.04626467823982239,-0.010151326656341553 +354,-0.28947507278965223,0.07063205722887254,-3.0077947991695573,-0.2847374379634857,-0.0705733448266983,-0.9560042023658752,-0.09885130077600479,-0.08919960260391235,-0.005188331939280033,-0.00556105375289917,-0.009153828024864197,0.004466116428375244 +355,-0.2965521496012373,0.060563392761772306,-3.006471736727772,-0.29168882966041565,-0.060526374727487564,-0.9545963406562805,0.0015700627118349075,-0.06611815840005875,-0.009844314306974411,0.03915590047836304,-0.014104358851909637,-0.0016567111015319824 +356,-0.3001300675620945,0.05707824195715967,-2.9974100483444968,-0.29516300559043884,-0.05704725533723831,-0.9537423253059387,-0.04910087212920189,-0.1095508262515068,0.20145979523658752,0.017010539770126343,-0.05006944760680199,-0.02990025281906128 +357,-0.31525329272910496,0.06696270772464524,-2.9676511807082395,-0.30936241149902344,-0.06691267341375351,-0.94858717918396,0.15969358384609222,-0.16653499007225037,0.3265795111656189,0.03954124450683594,-0.01795671135187149,0.014764547348022461 +358,-0.32539494470212643,0.06444201107314555,-2.9303665249461295,-0.31901946663856506,-0.0643974170088768,-0.9455577731132507,0.13561603426933289,0.10578029602766037,0.2904919385910034,-0.005153477191925049,0.011876679956912994,0.03886532783508301 +359,-0.3204846444562783,0.06457114310794429,-2.893676769851959,-0.3143700659275055,-0.0645262822508812,-0.9471049904823303,0.10099903494119644,0.059047069400548935,0.3170355260372162,0.023812174797058105,-0.005420006811618805,0.009040415287017822 +360,-0.2847455435029232,0.07551148221382141,-2.8530346474140895,-0.28011274337768555,-0.07543974369764328,-0.9569982886314392,0.24431031942367554,0.7157562375068665,0.22013187408447266,0.05359601974487305,0.001602455973625183,0.07401794195175171 +361,-0.17558259532556122,0.10739397305031823,-2.8443414415951085,-0.17367543280124664,-0.1071876510977745,-0.9789523482322693,0.3010924756526947,1.2464263439178467,-0.18862390518188477,0.08323659002780914,0.1171058714389801,0.010522782802581787 +362,-0.05636738578911657,0.1003358377015866,-2.863644350070985,-0.05605419725179672,-0.10016757249832153,-0.9933903217315674,-0.4802423417568207,0.8838792443275452,-0.1658371388912201,-0.08179369568824768,0.11582309752702713,-0.06798046827316284 +363,-0.02234582784182213,0.026211441619987962,-2.831213103419111,-0.022336293011903763,-0.026208439841866493,-0.9994069337844849,-1.1820435523986816,-0.16947409510612488,1.062629222869873,-0.10936231911182404,-0.10838934034109116,-0.08570659160614014 +364,-0.07288649889007533,-0.06264797052910216,-2.6982941288819235,-0.07267912477254868,0.06260699778795242,-0.9953884482383728,-0.3104354739189148,-1.0329052209854126,1.452411413192749,-0.11402742564678192,-0.08731097728013992,-0.0458407998085022 +365,-0.18607347159957285,-0.14455745621613916,-2.5248713884176976,-0.18307197093963623,0.14405451714992523,-0.9724880456924438,-1.2346981763839722,-1.2451590299606323,1.962065577507019,-0.12507927417755127,-0.03286372125148773,0.020949959754943848 +366,-0.24611818788334322,-0.23623435800968268,-2.473172119525863,-0.23687413334846497,0.23404324054718018,-0.9429286122322083,0.16858536005020142,0.12301072478294373,-0.41846445202827454,0.15702489018440247,0.10811984539031982,-0.18622177839279175 +367,-0.23242274053042342,-0.15986056484592187,-2.5033501429096208,-0.22739890217781067,0.15918055176734924,-0.9607035517692566,0.26993560791015625,-0.03337450325489044,0.0005577204283326864,-0.01857277750968933,-0.07798853516578674,0.04722088575363159 +368,-0.2681937105796719,-0.17256704686126959,-2.492607930710189,-0.26105430722236633,0.17171183228492737,-0.9499292969703674,-0.06366606056690216,-0.36163467168807983,-0.10197851061820984,-0.013558119535446167,0.003672689199447632,0.05529123544692993 +369,-0.26612220859680435,-0.14275289724692,-2.4977680527149353,-0.26031699776649475,0.14226853847503662,-0.9549841284751892,0.3791624903678894,0.26605045795440674,-0.12439345568418503,-0.014921039342880249,0.03400099277496338,0.05158752202987671 +370,-0.2527848255020114,-0.12627332701333593,-2.513638478065074,-0.24810996651649475,0.1259380280971527,-0.9605108499526978,0.022867590188980103,-0.06831680238246918,-0.3368130922317505,-0.05029091238975525,0.09853401780128479,-0.004226088523864746 +371,-0.2762915639727011,-0.10767037630064889,-2.570471581228123,-0.27121004462242126,0.10746245831251144,-0.9565024375915527,0.04402420297265053,-0.1321864128112793,-0.598773717880249,-0.011001259088516235,0.020009465515613556,0.005849361419677734 +372,-0.3020324612514569,-0.0892325340198831,-2.631483594800915,-0.296277791261673,0.08911415934562683,-0.950935423374176,0.008417204022407532,-0.2345108985900879,-0.5811335444450378,0.001828998327255249,-0.020007118582725525,-0.012748658657073975 +373,-0.33006006726143616,-0.08381558543276288,-2.6792280985684362,-0.32296210527420044,0.08371748775243759,-0.9427018761634827,-0.07343977689743042,-0.19418853521347046,-0.2960176467895508,0.00852423906326294,-0.04433455318212509,-0.003327786922454834 +374,-0.3428970050201701,-0.07510749872482134,-2.700071199189267,-0.3352689743041992,0.0750369057059288,-0.9391294717788696,-0.1471339464187622,-0.013778836466372013,-0.14223992824554443,0.02069377899169922,-0.004770174622535706,0.06860029697418213 +375,-0.34025279915309575,-0.09452477913498827,-2.7152043221423954,-0.3322356045246124,0.0943840816617012,-0.9384621381759644,-0.14749638736248016,0.04004223272204399,-0.032343942672014236,0.016592293977737427,-0.017022021114826202,-0.033751606941223145 +376,-0.33589495511106193,-0.0957054657683378,-2.7132087646160596,-0.3281058371067047,0.09555943310260773,-0.939795196056366,-0.011464079841971397,-0.0768495574593544,0.09653472155332565,-0.018421262502670288,-0.00225193053483963,-0.025567352771759033 +377,-0.34051972138453507,-0.0984711104569107,-2.709230240430902,-0.33235910534858704,0.09831205010414124,-0.9380150437355042,-0.0010565966367721558,-0.03604445606470108,0.029272209852933884,0.009071141481399536,0.029999107122421265,0.0028343796730041504 +378,-0.3454102394442091,-0.10072524953764278,-2.7069801501011863,-0.3368666172027588,0.10055501759052277,-0.9361674785614014,0.023790758103132248,0.0019899969920516014,0.059797272086143494,0.02699112892150879,-0.022109590470790863,0.006861507892608643 +379,-0.33541532957373893,-0.09588349984276605,-2.695441741793238,-0.32764944434165955,0.09573664516210556,-0.9399363398551941,0.008807963691651821,0.1931973546743393,0.19850172102451324,-0.024782806634902954,-0.02220454066991806,0.04981487989425659 +380,-0.3206264506150382,-0.10770751371892016,-2.684910045919377,-0.3133348226547241,0.1074993833899498,-0.9435386657714844,-0.16915346682071686,0.1556677222251892,0.08229520916938782,-0.02457106113433838,0.0634448230266571,0.028041839599609375 +381,-0.29958949478121094,-0.12656791660053038,-2.6764106693235714,-0.2927672863006592,0.12623026967048645,-0.9478150010108948,-0.04030986502766609,0.21441727876663208,0.04494375362992287,0.00408625602722168,0.03880879282951355,-0.015609681606292725 +382,-0.2825154953529136,-0.12353183005199507,-2.6691412803742995,-0.2766479551792145,0.12321788817644119,-0.9530389904975891,0.10369522124528885,0.07522407174110413,0.11973736435174942,-0.013986170291900635,-0.05238659679889679,-0.04532831907272339 +383,-0.2782555188716951,-0.11400895001712595,-2.642925556115034,-0.272895485162735,0.11376212537288666,-0.9552937746047974,0.1893559992313385,-0.07865770161151886,0.23065756261348724,-0.019813865423202515,0.015846021473407745,-0.03462010622024536 +384,-0.2879970612566164,-0.10036764577535451,-2.6232136962296537,-0.2826029360294342,0.10019922256469727,-0.9539893865585327,0.06012094393372536,-0.069350466132164,0.05908452719449997,-0.043156951665878296,0.04163122922182083,0.07039868831634521 +385,-0.29329636484092075,-0.10574662000747939,-2.6171420380516244,-0.287494421005249,0.1055496484041214,-0.9519486427307129,-0.06726296246051788,-0.00048684002831578255,0.08019428700208664,-0.012630671262741089,0.023478664457798004,0.032393038272857666 +386,-0.29577280893617974,-0.1166256889890468,-2.616395507517448,-0.2894991636276245,0.11636148393154144,-0.950079083442688,-0.0821976512670517,0.0400887094438076,0.06993025541305542,0.01702296733856201,-0.012708529829978943,0.011678814888000488 +387,-0.2715773998986474,-0.12431664228615201,-2.613806178667132,-0.26618117094039917,0.12399667501449585,-0.9559144377708435,-0.1768936663866043,0.4002256393432617,0.11245916783809662,-0.05497056245803833,-0.01248544454574585,-0.006060659885406494 +388,-0.25212968870936925,-0.12966086805499796,-2.6156076107779938,-0.2473728060722351,0.1292978674173355,-0.9602545499801636,0.10821731388568878,0.04719703644514084,-0.0964105874300003,-0.019701778888702393,0.04530845582485199,-0.058712124824523926 +389,-0.2599028607773951,-0.10609158556708412,-2.628354740683994,-0.25554177165031433,0.10589268058538437,-0.9609813690185547,0.23464727401733398,-0.1497662365436554,-0.20535945892333984,0.02588176727294922,-0.009502910077571869,-0.020875930786132812 +390,-0.27979359358701983,-0.08095668619795235,-2.6286418181825213,-0.2752528190612793,0.08086828142404556,-0.9579645991325378,0.3631460666656494,-0.19792360067367554,0.08003713190555573,0.027617931365966797,0.01262231171131134,-0.03191876411437988 +391,-0.30360375967133124,-0.04971128570218555,-2.6146886500815443,-0.2985917627811432,0.049690812826156616,-0.9530864357948303,0.1498630791902542,-0.2237328290939331,0.16913318634033203,0.02820602059364319,-0.026421159505844116,0.06005054712295532 +392,-0.30714207671510896,-0.059844330568084136,-2.582621119239369,-0.30179446935653687,0.05980861559510231,-0.9514951705932617,0.028962384909391403,0.06452766060829163,0.33604419231414795,0.0012878775596618652,0.00960361585021019,0.02025127410888672 +393,-0.29467876187452813,-0.06389967050668686,-2.5502855233044714,-0.2898397445678711,0.06385619193315506,-0.9549425840377808,0.04258466884493828,0.2209027260541916,0.23505491018295288,-0.032761573791503906,0.03891174495220184,0.06016719341278076 +394,-0.2717154434280789,-0.07351569444124446,-2.532266194009056,-0.26765942573547363,0.07344949245452881,-0.9607099294662476,-0.06381450593471527,0.1000618040561676,0.10445655882358551,-0.01343795657157898,0.032019250094890594,-0.024229586124420166 +395,-0.260773359785377,-0.08137580967639742,-2.5202021898924376,-0.25697463750839233,0.08128602802753448,-0.9629935622215271,-0.07572462409734726,0.13600921630859375,0.16927888989448547,-0.017607271671295166,-0.013475969433784485,-0.0204353928565979 +396,-0.2544705292192389,-0.08624797333567319,-2.512136939765488,-0.2507973313331604,0.08614108711481094,-0.9641993641853333,0.0021993201225996017,0.025626391172409058,0.03408774733543396,-0.03460308909416199,0.028208285570144653,-0.006961524486541748 +397,-0.2521554198200113,-0.09319931261318933,-2.5203756731934317,-0.24840901792049408,0.09306444972753525,-0.9641742706298828,-0.08927235007286072,0.08052472770214081,-0.10483863204717636,-0.018345147371292114,0.012511111795902252,-0.009672164916992188 +398,-0.2533672008921144,-0.09412978648190642,-2.538733087983874,-0.24955539405345917,0.09399084001779556,-0.9637882709503174,-0.03569953143596649,0.038494497537612915,-0.2194981873035431,0.008329197764396667,0.004703007638454437,0.005246400833129883 +399,-0.2488020606659693,-0.09738477563433061,-2.557276573089315,-0.24507634341716766,0.09723091870546341,-0.9646158218383789,-0.06745502352714539,0.07683557271957397,-0.15225552022457123,0.011784732341766357,0.0026683732867240906,0.012986242771148682 +400,-0.24037288141590066,-0.1034455412532031,-2.571742426863202,-0.2367921769618988,0.10326114296913147,-0.9660572409629822,-0.10540758818387985,0.049786679446697235,-0.09878022223711014,0.019796937704086304,-0.00719180703163147,-0.04744678735733032 +401,-0.23796732228615905,-0.09908261840488791,-2.5816647917832705,-0.23457156121730804,0.09892057627439499,-0.967052698135376,0.06865032017230988,-0.017858438193798065,-0.1123446524143219,-0.00024594366550445557,0.001299150288105011,-0.008624792098999023 +402,-0.2403406271773417,-0.10468522396337263,-2.59271970285973,-0.23673036694526672,0.1044941246509552,-0.9659398198127747,-0.09538425505161285,0.09744475036859512,-0.1317586749792099,-0.02985595166683197,0.030759789049625397,0.024472534656524658 +403,-0.23190257854828455,-0.10717242530282152,-2.618536741941214,-0.22851094603538513,0.10696738213300705,-0.9676470160484314,-0.1302891969680786,0.1383064091205597,-0.3336602449417114,-0.018315225839614868,0.03825051337480545,-0.0034833550453186035 +404,-0.2279242210919943,-0.10993818393909596,-2.6481113616216256,-0.22459179162979126,0.10971685498952866,-0.9682565331459045,-0.12252382934093475,0.04766754060983658,-0.20922580361366272,0.00710827112197876,-0.023031681776046753,0.003412783145904541 +405,-0.2237442727545315,-0.1086703637952005,-2.6683793670468283,-0.22057326138019562,0.10845660418272018,-0.9693217277526855,0.09544454514980316,0.1040213406085968,-0.17686721682548523,0.02799209952354431,0.0009031370282173157,-0.010475635528564453 +406,-0.21514051417470956,-0.10894564083673701,-2.680781170391579,-0.2122190147638321,0.1087302565574646,-0.9711543917655945,-0.0032973764464259148,0.06421928107738495,-0.14143389463424683,0.024413838982582092,0.0098610520362854,-0.012900173664093018 +407,-0.2053565419207807,-0.10567017686422715,-2.68965984133053,-0.20277880132198334,0.10547363013029099,-0.9735276699066162,-0.07169181853532791,-0.03503327816724777,-0.0619065947830677,0.008854851126670837,-0.004506222903728485,-0.04209733009338379 +408,-0.20732706699372044,-0.09725528596928638,-2.694003532986228,-0.2048722207546234,0.09710203856229782,-0.973960280418396,0.04118010401725769,-0.059419840574264526,-0.03855691850185394,0.0005417764186859131,-0.009547114372253418,0.001212477684020996 +409,-0.2115287480489063,-0.09511377826199098,-2.700012839903314,-0.20900584757328033,0.09497043490409851,-0.9732919335365295,0.00829134602099657,-0.08091489970684052,-0.08927574753761292,0.0053467899560928345,0.01463344693183899,-0.005162656307220459 +410,-0.21701715102427563,-0.09807521083418871,-2.709399267463334,-0.21428298950195312,0.0979180559515953,-0.9718512296676636,-0.07426396012306213,-0.04118757322430611,-0.09619104117155075,-0.001125335693359375,0.0156073197722435,0.0031470656394958496 +411,-0.22376271315552362,-0.10130099609656476,-2.7204473447561566,-0.22076250612735748,0.10112782567739487,-0.9700706601142883,-0.0634656548500061,-0.0880448967218399,-0.05679749697446823,0.03574968874454498,-0.004829615354537964,-0.00841444730758667 +412,-0.22663841033402315,-0.10704707855385748,-2.720265804008454,-0.22341695427894592,0.10684274882078171,-0.9688495993614197,-0.061224743723869324,-0.05488991737365723,0.14695073664188385,0.03831258416175842,-0.041214704513549805,-0.019797861576080322 +413,-0.23278174311383817,-0.10903135738418887,-2.703638397228013,-0.22931531071662903,0.10881546139717102,-0.9672505855560303,0.03196707367897034,-0.1893368363380432,0.2745729386806488,0.02521374821662903,0.01900741457939148,-0.017429590225219727 +414,-0.24312853764336498,-0.11889283293962885,-2.679691624565421,-0.23904083669185638,0.11861293017864227,-0.9637377262115479,-0.01170602161437273,-0.06408018618822098,0.23104000091552734,0.012539386749267578,0.06293613463640213,0.008720695972442627 +415,-0.24178997847894973,-0.1279232013370038,-2.6624028460691127,-0.23748444020748138,0.1275745928287506,-0.9629775881767273,-0.008935502730309963,-0.006885904353111982,0.15567420423030853,-0.014117732644081116,0.01088365912437439,-0.005696117877960205 +416,-0.23529471820971154,-0.12957254349617792,-2.649097214309231,-0.23117531836032867,0.12921027839183807,-0.964293897151947,0.028304819017648697,0.048778265714645386,0.11213737726211548,-0.06318199634552002,0.011780932545661926,-0.013474047183990479 +417,-0.2426338137769949,-0.12123051920264476,-2.63806324744313,-0.23849675059318542,0.12093378603458405,-0.9635841250419617,0.21279853582382202,-0.13440988957881927,0.05480298027396202,0.012575134634971619,0.034278616309165955,-0.07088547945022583 +418,-0.2542310303073616,-0.09944408627396754,-2.6210081156496683,-0.2502586841583252,0.09928026795387268,-0.9630752801895142,0.2753388285636902,-0.16560585796833038,0.14489805698394775,0.03291252255439758,-0.00885668396949768,0.01635897159576416 +419,-0.259840268502536,-0.08226351514429352,-2.595694612132814,-0.2560573220252991,0.0821707621216774,-0.9631628394126892,0.04785660654306412,-0.0802823156118393,0.30994507670402527,0.0036311745643615723,-0.011278428137302399,0.05271667242050171 +420,-0.25662052142062053,-0.09899825808750658,-2.5718779123969258,-0.2525704503059387,0.09883663058280945,-0.962517261505127,-0.1340288519859314,0.17274826765060425,0.2834576368331909,-0.02697056531906128,-0.015065886080265045,0.05278831720352173 +421,-0.23583627669500518,-0.1150280009777461,-2.556783589170144,-0.2321120947599411,0.11477450281381607,-0.9658937454223633,-0.07526180893182755,0.09196150302886963,0.17320293188095093,-0.025227367877960205,-0.008146092295646667,-0.06338781118392944 +422,-0.23732828730826228,-0.11042094502682022,-2.543587721717928,-0.2336747944355011,0.11019669473171234,-0.9660500884056091,0.1727011799812317,-0.0647340714931488,0.06472121179103851,-0.009397715330123901,0.0012382417917251587,-0.01002413034439087 +423,-0.24289161131105436,-0.10725337675027335,-2.530237141456641,-0.23912835121154785,0.10704787075519562,-0.9650691151618958,0.04384109377861023,-0.05245308578014374,0.1096428781747818,-0.010886892676353455,0.0037461966276168823,0.029629051685333252 +424,-0.24026666783935896,-0.1130240274483568,-2.518995690140129,-0.23644335567951202,0.11278354376554489,-0.9650774002075195,-0.16363300383090973,0.04538467898964882,0.09828770905733109,-0.022681385278701782,0.030023448169231415,0.025975286960601807 +425,-0.2379890205347645,-0.12289620087279872,-2.5172261657605044,-0.2339707314968109,0.12258707731962204,-0.9644843935966492,-0.028556659817695618,0.009203696623444557,-0.013064464554190636,0.004432767629623413,0.02328694611787796,-0.02715378999710083 +426,-0.23668803531087024,-0.12889559674724216,-2.512217328859516,-0.2325391173362732,0.12853898108005524,-0.9640556573867798,-0.028808122500777245,-0.011523153632879257,0.09994200617074966,0.018870294094085693,-0.018217936158180237,-0.019770026206970215 +427,-0.2385963572714035,-0.11750969034499921,-2.5003683856394208,-0.23470911383628845,0.11723943799734116,-0.9649696946144104,0.28472062945365906,-0.14939983189105988,-0.04162774235010147,0.004667595028877258,0.05317071080207825,-0.0237388014793396 +428,-0.24038232056589184,-0.11397251747954423,-2.4902723629111776,-0.2365293800830841,0.1137259304523468,-0.9649457335472107,-0.13129450380802155,0.06891503930091858,0.18804128468036652,-0.0014466941356658936,-0.004991799592971802,-0.0022020936012268066 +429,-0.23744533327773826,-0.1102468868874955,-2.476351303779709,-0.23379237949848175,0.11002369225025177,-0.9660413861274719,0.06369606405496597,-0.06200002133846283,0.1186782568693161,0.00860317051410675,-0.02391834557056427,-0.008827388286590576 +430,-0.23768893183917272,-0.11365771617815743,-2.4563220951258766,-0.23393797874450684,0.11341316998004913,-0.9656140208244324,-0.03614309802651405,0.0360310897231102,0.1934998780488968,-0.04471801221370697,0.00588003545999527,0.009895086288452148 +431,-0.2382454101465791,-0.1130330781145544,-2.4463975626246732,-0.2344919592142105,0.11279253661632538,-0.9655523300170898,0.10829664021730423,0.034686725586652756,0.06872279196977615,-0.015187591314315796,0.008987851440906525,-0.03212827444076538 +432,-0.2411134525529615,-0.09786895539457606,-2.439289052797112,-0.2376413494348526,0.09771279245615005,-0.9664257764816284,0.4195200502872467,-0.04679687321186066,-0.07337396591901779,0.0362253338098526,0.029881201684474945,-0.06758606433868408 +433,-0.23838687517307133,-0.04978317165388335,-2.4263580374077787,-0.23584286868572235,0.04976261034607887,-0.9705162644386292,0.28245383501052856,0.01829066500067711,0.12111295759677887,0.02142636477947235,-0.0032538212835788727,0.08295828104019165 +434,-0.2241001701927425,-0.052704254099610895,-2.406668513027402,-0.22192054986953735,0.05267985910177231,-0.9736406207084656,-0.08706668764352798,0.21181657910346985,0.23165583610534668,-0.028659269213676453,0.015816841274499893,-0.0072095394134521484 +435,-0.22030310218776003,-0.05118687112672302,-2.4002862690491003,-0.2182391881942749,0.051164522767066956,-0.9745531678199768,0.08911895751953125,0.05368712171912193,0.0006499309092760086,-0.055595025420188904,-0.020158659666776657,0.0723314881324768 +436,-0.21139124352711136,-0.06977775057050056,-2.399821006344334,-0.20930978655815125,0.06972113996744156,-0.975360631942749,-0.33451250195503235,0.1333657056093216,-0.0033963280729949474,-0.05846668779850006,0.026912763714790344,-0.0547906756401062 +437,-0.21762653856151495,-0.06492952029525541,-2.415383160053435,-0.21545778214931488,0.06488391011953354,-0.974355161190033,0.012610936537384987,-0.16278743743896484,-0.2545009255409241,-0.01842893660068512,0.05672863870859146,-0.01731353998184204 +438,-0.22890069341946037,-0.06805141254932036,-2.43954579214953,-0.2263818234205246,0.06799890100955963,-0.971662163734436,-0.03502228856086731,0.03325219079852104,-0.2059212476015091,0.04941040277481079,-0.03645899146795273,0.01856774091720581 +439,-0.21932661414089297,-0.07072371437896256,-2.448758008602333,-0.21702851355075836,0.07066477090120316,-0.9736042022705078,-0.046757668256759644,0.14228123426437378,-0.0998278558254242,0.03508271276950836,0.012312524020671844,-0.03751945495605469 +440,-0.2078196768364693,-0.05766323291625847,-2.460550861004983,-0.20598405599594116,0.05763128399848938,-0.9768567681312561,0.1691972017288208,-0.005610176827758551,-0.23575206100940704,0.012929871678352356,0.04881402850151062,-0.010386824607849121 +441,-0.21127320681969786,-0.06234757487058797,-2.4623603400953673,-0.20929750800132751,0.06230719015002251,-0.9758649468421936,-0.10328242182731628,-0.04549630731344223,0.17122073471546173,0.053963035345077515,-0.0736292153596878,0.0008283257484436035 +442,-0.19817508821987498,-0.059703766806426486,-2.4400057787612788,-0.19652967154979706,0.05966830253601074,-0.9786806106567383,0.08616235107183456,0.09741351008415222,0.11507352441549301,-0.03151293098926544,0.09560513496398926,-0.05192852020263672 +443,-0.18824678228671618,-0.05666325660859644,-2.4342908966966474,-0.1868366003036499,0.05663293972611427,-0.9807572364807129,0.050819821655750275,-0.01970638334751129,-0.06751339882612228,0.034874334931373596,0.03171544894576073,0.038282930850982666 +444,-0.18509718289633292,-0.07929369527288248,-2.4340936729398135,-0.18346378207206726,0.07921063154935837,-0.9798299670219421,-0.38294506072998047,0.15740685164928436,0.2330029308795929,0.00836917757987976,-0.06781230866909027,0.01915186643600464 +445,-0.16143777900928857,-0.10299606914197579,-2.4265305184007553,-0.15988564491271973,0.10281406342983246,-0.9817667007446289,-0.03955885022878647,0.1705167442560196,-0.06970096379518509,-0.03977560997009277,0.08891262114048004,-0.0789175033569336 +446,-0.160848059155741,-0.10296363786309004,-2.437874401661069,-0.15930718183517456,0.10278180241584778,-0.9818640947341919,-0.03701164945960045,-0.10739453136920929,-0.08991807699203491,0.010122016072273254,-0.022566355764865875,-0.03252488374710083 +447,-0.16153250732097546,-0.10074248912086882,-2.4450399776166445,-0.1600155085325241,0.10057216882705688,-0.9819777607917786,-0.0028504272922873497,0.1739336997270584,-0.06326410174369812,-0.045932382345199585,0.020155370235443115,0.06913596391677856 +448,-0.15525444362007162,-0.10459589798738049,-2.461987737237831,-0.15378640592098236,0.10440528392791748,-0.9825727939605713,-0.06910324841737747,0.051238130778074265,-0.23137547075748444,-0.003257051110267639,0.05802452564239502,0.02259659767150879 +449,-0.1511342060460615,-0.13260888730352596,-2.4825423461954075,-0.14923764765262604,0.1322205662727356,-0.9799213409423828,-0.3528301417827606,0.07652748376131058,-0.11694767326116562,0.026267051696777344,-0.037417709827423096,-0.06777763366699219 +450,-0.1457669791135624,-0.12891511742302955,-2.492303692609925,-0.14404600858688354,0.12855833768844604,-0.981184720993042,0.18185684084892273,-0.13996323943138123,-0.14406441152095795,0.006747439503669739,0.03886108100414276,-0.07542532682418823 +451,-0.17949706351668548,-0.12135503729636714,-2.509920845008429,-0.17722170054912567,0.12105739116668701,-0.9766972661018372,-0.13321281969547272,-0.28962644934654236,-0.1048567146062851,-0.012826487421989441,-0.08703029900789261,0.14487969875335693 +452,-0.1804140872304082,-0.15182873697668423,-2.5255962696611896,-0.1773727387189865,0.1512460857629776,-0.9724523425102234,-0.2709887623786926,0.08386962860822678,-0.341132789850235,-0.04148407280445099,0.0863180011510849,-0.09982854127883911 +453,-0.1888100989291239,-0.14966045465378552,-2.5771688410308076,-0.18559221923351288,0.14910238981246948,-0.9712486863136292,-0.07449592649936676,-0.18540059030056,-0.6020025610923767,0.05265766382217407,-0.008065402507781982,-0.05168527364730835 +454,-0.22213531868774364,-0.14667798897516932,-2.6536709230190114,-0.21794727444648743,0.14615260064601898,-0.9649551510810852,0.06668539345264435,-0.010778522118926048,-0.7198677062988281,0.16380909085273743,-0.06831751763820648,-0.012522876262664795 +455,-0.21385559885439395,-0.11916542690079096,-2.717755819961679,-0.2107241451740265,0.11888359487056732,-0.9702896475791931,0.11647006869316101,0.15206295251846313,-0.6039652228355408,0.12081937491893768,-0.08844231814146042,-0.08534383773803711 +456,-0.21222847437612072,-0.09571801495632046,-2.750813525976434,-0.20967470109462738,0.09557192027568817,-0.9730891585350037,0.20338685810565948,-0.09425309300422668,-0.26343026757240295,-0.015346646308898926,0.06020505726337433,0.026464402675628662 +457,-0.22060753543813455,-0.09320023132781212,-2.7740225239212197,-0.21787278354167938,0.09306536614894867,-0.9715298414230347,-0.30258628726005554,0.02086244896054268,-0.35042041540145874,-0.07294446229934692,0.10563457757234573,0.08487218618392944 +458,-0.23202178690060196,-0.09960295422650714,-2.8056162063703387,-0.22880592942237854,0.09943834692239761,-0.9683800339698792,0.15445499122142792,-0.431499719619751,-0.2791910767555237,0.13708534836769104,0.025622688233852386,-0.16547006368637085 +459,-0.26390284018868887,-0.0960117254328247,-2.7871347332725245,-0.2596488893032074,0.09586428105831146,-0.9609331488609314,-0.3666846454143524,-0.02604549378156662,0.6272314190864563,-0.04731220006942749,-0.08178041875362396,0.1628527045249939 +460,-0.25850013466303357,-0.13768985661325006,-2.75112340178598,-0.25321143865585327,0.1372552067041397,-0.9576246738433838,0.005617608781903982,-0.015088627114892006,0.21631091833114624,-0.04798179864883423,0.11910770833492279,-0.09085249900817871 +461,-0.27109842892386515,-0.13405524999250956,-2.7318843653535185,-0.26538729667663574,0.13365410268306732,-0.9548330307006836,-0.016032753512263298,-0.10857187956571579,0.23817670345306396,-0.03194543719291687,-0.07315300405025482,0.01203829050064087 +462,-0.2741104702730299,-0.13212501061734488,-2.7026280130062648,-0.2683314383029938,0.13174092769622803,-0.9542759656906128,0.3754322826862335,-0.08626097440719604,0.2468869835138321,-0.0005589425563812256,0.020618081092834473,-0.03620254993438721 +463,-0.29550943488735326,-0.11812356342794009,-2.676036839957526,-0.2891978323459625,0.11784905195236206,-0.9499874711036682,-0.08494560420513153,-0.18175923824310303,0.2516472041606903,-0.06668290495872498,-0.01015251874923706,0.1455441117286682 +464,-0.2912462982369347,-0.14154635889779665,-2.666743586766184,-0.28427451848983765,0.14107418060302734,-0.9483069777488708,0.1506834775209427,0.032235488295555115,-0.09853161126375198,0.019397199153900146,0.10822391510009766,-0.11379629373550415 +465,-0.2906277613057637,-0.12210236415358802,-2.6695266394738417,-0.2844202518463135,0.12179918587207794,-0.950931191444397,-0.020525716245174408,-0.026908835396170616,-0.01881781965494156,-0.033420294523239136,-0.03473253548145294,0.012790322303771973 +466,-0.29225247835597556,-0.12091328320353559,-2.6646352397818838,-0.2860063910484314,0.12061887234449387,-0.9506058096885681,0.19966135919094086,0.028146592900156975,-0.01309366337954998,-0.012669146060943604,0.055772729218006134,-0.033753931522369385 +467,-0.29229026246648626,-0.10908199119932399,-2.6671415575441277,-0.28643348813056946,0.10886579751968384,-0.951894998550415,-0.09015974402427673,0.0018720580264925957,-0.05199425667524338,-0.03741905093193054,-0.009210646152496338,0.06453537940979004 +468,-0.2939730507765198,-0.11466560049304736,-2.6803578730417263,-0.28785431385040283,0.11441449075937271,-0.9508150219917297,0.020608991384506226,0.04076356440782547,-0.1884625256061554,0.019040226936340332,0.03184100240468979,-0.0011350512504577637 +469,-0.2901479127961121,-0.11995422735727361,-2.6917865959008633,-0.28403812646865845,0.11966676265001297,-0.9513160586357117,-0.0435156375169754,0.013784688897430897,-0.04834844172000885,0.005672037601470947,0.011299416422843933,-0.03237229585647583 +470,-0.2824391043753157,-0.1159416430393698,-2.6780756765352822,-0.2768278419971466,0.11568205803632736,-0.9539308547973633,0.26774388551712036,0.026484012603759766,0.5485143661499023,0.1554899513721466,-0.22026580572128296,-0.19493389129638672 +471,-0.22948711623673698,-0.029158067260593352,-2.484543437735213,-0.22738142311573029,0.029153935611248016,-0.9733692407608032,3.6348562240600586,1.3797051906585693,1.6164735555648804,0.05164596438407898,-0.006967654451727867,-0.581867516040802 +472,-0.1377486909749128,0.4532321137727804,-2.1200264224699654,-0.12344983965158463,-0.43787360191345215,-0.8905205130577087,5.06369161605835,1.1232906579971313,3.209310531616211,0.18535473942756653,0.15216806530952454,-0.397916316986084 +473,-0.3048002722279319,0.71162264379468,-1.6685803954167637,-0.22726869583129883,-0.6530634760856628,-0.722396731376648,2.316555976867676,0.6566781997680664,2.7640151977539062,-0.055003657937049866,0.20031994581222534,-0.11940014362335205 +474,-0.3894150561950976,0.9881099624842005,-1.476317480862757,-0.20890815556049347,-0.834987461566925,-0.5090710520744324,3.909151792526245,1.963942050933838,-0.6371017694473267,-0.09422296285629272,0.20995694398880005,0.33837103843688965 +475,-0.846022291627132,1.3164069707193602,-0.47064374023838756,-0.18840083479881287,-0.9678171277046204,-0.16683834791183472,4.526870250701904,5.831879615783691,3.3160037994384766,0.48667967319488525,-0.33523762226104736,0.08663815259933472 +476,-1.580046439564126,1.2333468139248738,1.02061902346967,-0.3310675024986267,-0.9436021447181702,0.0030624992214143276,5.417291641235352,7.2065629959106445,-0.26896578073501587,0.4893164038658142,0.27586227655410767,0.18309473991394043 +477,-1.5817202660688814,1.2570014432547623,1.3264856241327727,-0.3086518347263336,-0.9511690735816956,0.0033718280028551817,-0.7920350432395935,1.2261388301849365,-0.23711061477661133,0.1911744475364685,-0.04428374767303467,-0.03491175174713135 +478,-1.2884633546523734,1.2504592212680368,1.164090378550127,-0.30241966247558594,-0.9491293430328369,-0.08772647380828857,-1.024267315864563,0.19956739246845245,-0.26068681478500366,0.05115318298339844,0.21226710081100464,-0.2614861726760864 +479,-1.0983338941404175,1.3247860846217805,0.795293449052007,-0.21685700118541718,-0.9698917865753174,-0.11082858592271805,-0.7723416686058044,-3.313667058944702,-2.136845111846924,-0.09311003983020782,0.18681073188781738,-0.22423917055130005 +480,-0.9986714440992999,1.441275860170102,0.5999281427754923,-0.1085902526974678,-0.9916239380836487,-0.06992892175912857,-0.012242154218256474,0.42024198174476624,0.2908571660518646,0.058755047619342804,-0.11816298961639404,0.03948760777711868 +481,-0.9768932849248021,1.4301448155875243,0.5953186358485887,-0.11618201434612274,-0.9901248812675476,-0.07844880223274231,0.182902991771698,0.16782154142856598,-0.25727036595344543,-0.048475563526153564,0.6397069096565247,0.03482390195131302 +482,0.0905108173650189,1.5123922072203126,-0.47589569446340335,0.005276212468743324,-0.9982949495315552,-0.058134451508522034,-0.26987698674201965,-0.5895527601242065,-2.2668745517730713,-0.22851228713989258,0.8895759582519531,-0.08394009619951248 +483,1.1603262858362238,1.2482887395894853,-1.6876127409842592,0.29061833024024963,-0.9484436511993408,-0.12647423148155212,-0.9209099411964417,-1.6556249856948853,-2.9252073764801025,0.18919429183006287,0.23562926054000854,-0.036749064922332764 +484,1.0226075848856158,0.9739958374003135,-1.723440954454124,0.47964924573898315,-0.8271379470825195,-0.29288142919540405,-1.0505149364471436,-1.3715641498565674,-0.892467200756073,0.9086106419563293,-1.7608137130737305,-0.554530680179596 +485,0.7891936196381458,1.1131945597412953,-1.5519212049436402,0.3135816752910614,-0.897114634513855,-0.3112102746963501,0.922933042049408,-0.8191279768943787,3.4086005687713623,0.6759812831878662,-0.552531361579895,-0.5179828405380249 +486,0.04768095972532526,1.3109844101454402,-0.875610175169456,0.01224453467875719,-0.9664382934570312,-0.25660669803619385,0.12340520322322845,-1.0721657276153564,1.982820749282837,0.1567312777042389,0.479744017124176,0.09159818291664124 +487,-0.6778438497927098,1.3068684273325657,-0.19485063263760205,-0.1635981649160385,-0.9653727412223816,-0.20320191979408264,1.4891856908798218,0.3082454204559326,1.433978796005249,-0.2069157212972641,0.8479106426239014,0.14093078672885895 +488,-1.3005309150771687,1.3941186251296607,0.46085912430453363,-0.1693800389766693,-0.9844330549240112,-0.046925704926252365,1.9476679563522339,-0.7557439804077148,-1.8503907918930054,-0.1281816065311432,1.1013153791427612,-0.25338250398635864 +489,2.088314188376069,1.3712806054906321,3.1294562437518327,0.1722419112920761,-0.9801626801490784,0.0980522632598877,0.9401566982269287,-2.761737823486328,-3.63954496383667,0.31693965196609497,0.6512593626976013,0.3073737621307373 +490,2.174767507544507,1.213441981513349,2.8794611179433685,0.28791311383247375,-0.9368255138397217,0.19865503907203674,0.5961132049560547,-0.6438518166542053,0.03549114987254143,0.5589954257011414,0.01629340648651123,0.26531895995140076 +491,2.021243213128924,1.1517080290887793,2.8686812370085786,0.36633753776550293,-0.9134603142738342,0.17716315388679504,-0.17179714143276215,-1.6779308319091797,-0.59624844789505,0.20807954668998718,-0.15756916999816895,0.5197210311889648 +492,1.6704388879139338,1.1140374416031533,3.064629866439249,0.4388539791107178,-0.897486686706543,0.04387383162975311,-2.6760013103485107,-2.056828737258911,-1.098164439201355,0.010593622922897339,0.09669017791748047,0.22629833221435547 +493,0.888568140858433,0.7382880932046224,-2.590549361078174,0.574072003364563,-0.6730227470397949,-0.4663492739200592,-5.533158779144287,-2.54060959815979,-2.0475354194641113,0.19077473878860474,-0.4873928427696228,-0.2080129086971283 +494,0.5341334684053345,0.4046156892090118,-2.3915604128182246,0.4679878354072571,-0.39366552233695984,-0.791210949420929,-2.1019468307495117,-1.8669058084487915,0.30744582414627075,-0.01588517427444458,-0.6160390973091125,-0.16386711597442627 +495,0.3885570525190357,0.38255931306370183,-2.28458579692488,0.35146698355674744,-0.37329599261283875,-0.8585575222969055,-0.05368389934301376,-1.2864301204681396,0.3297900855541229,-0.13248810172080994,-0.12183642387390137,-0.10587418079376221 +496,0.30033729968897327,0.4035747188151514,-2.288150835793515,0.272075355052948,-0.3927083909511566,-0.8784959316253662,0.3902462422847748,-0.5451622009277344,-0.2202826291322708,-0.1970173716545105,0.18302211165428162,-0.143171489238739 +497,0.2179276314849019,0.439482675888937,-2.372322029856732,0.1956610083580017,-0.42547136545181274,-0.8835670948028564,-0.3445934057235718,-2.206861972808838,-0.88882976770401,0.2465691715478897,0.17635640501976013,-0.2693564295768738 +498,0.08499509375436735,0.3239833294039089,-2.467160261164621,0.08047623932361603,-0.31834515929222107,-0.9445527791976929,0.03428211808204651,-0.6558058857917786,-0.8666669726371765,0.05853133648633957,-0.08647051453590393,0.18635880947113037 +499,0.08939044644270515,0.309380688851874,-2.595970302281297,0.08503304421901703,-0.3044687807559967,-0.9487192034721375,-0.5741097927093506,-0.463640034198761,-1.3138577938079834,0.012577429413795471,-0.04994708299636841,0.12152504920959473 +500,0.08020508228946956,0.2325912337546168,-2.7332941517077116,0.07796169817447662,-0.2304997593164444,-0.9699442386627197,-0.16138337552547455,-0.4701206386089325,-1.5320950746536255,0.08855746686458588,0.028625965118408203,0.0068705081939697266 +501,0.09138321138850902,0.25377450566635645,-2.878880880980736,0.08833330124616623,-0.251059353351593,-0.9639328122138977,0.14939168095588684,-0.17812608182430267,-1.3689255714416504,-0.026992961764335632,-0.028069674968719482,-0.1050369143486023 +502,0.086642889561069,0.29424191349557777,-3.0100053889930125,0.08281546831130981,-0.2900144159793854,-0.9534323215484619,1.2418639659881592,-0.4045000970363617,-0.7000085115432739,-0.09802848845720291,0.10416242480278015,-0.07385033369064331 +503,0.08718423881568052,0.3222855826375308,-3.1032895865749808,0.0825907438993454,-0.31673529744148254,-0.9449114203453064,-0.3995002210140228,-0.3874610662460327,-1.0993638038635254,0.033589668571949005,0.025063544511795044,0.1110796332359314 +504,0.07285739881059346,0.2939206594694869,3.0903107433377044,0.06967125833034515,-0.2897069752216339,-0.9545762538909912,-0.20235010981559753,-0.23432378470897675,-0.33541038632392883,0.08990515023469925,0.01562860608100891,0.01848006248474121 +505,0.04637684505159147,0.26717020907680344,3.0712224526478487,0.04471544548869133,-0.26400309801101685,-0.9634847640991211,-0.33578982949256897,-0.18433870375156403,-0.08769241720438004,0.05417676642537117,0.0031235814094543457,0.0006704330444335938 +506,0.03785589097364124,0.2395101030041783,3.0606513725964306,0.03676648437976837,-0.23722673952579498,-0.970758318901062,-0.16024690866470337,-0.19855661690235138,-0.15096357464790344,0.04605822265148163,-0.003770574927330017,-0.07234776020050049 +507,0.035713948370618545,0.24500528368117916,3.076293559782302,0.03464002534747124,-0.2425614446401596,-0.9695174098014832,0.25742658972740173,0.12038112431764603,0.21524934470653534,-0.02191419154405594,-0.020713701844215393,0.0038954615592956543 +508,0.040623095040016426,0.2525642847881037,3.0570152513610984,0.03932350128889084,-0.24988770484924316,-0.9674760103225708,-0.39642220735549927,0.12002193182706833,-0.4275776147842407,0.006223984062671661,0.025751352310180664,0.0717545747756958 +509,0.07173701784597428,0.17574339886992532,3.0335208261369164,0.07057147473096848,-0.17484013736248016,-0.9820644855499268,-0.804736852645874,0.4381689429283142,-0.09047584235668182,0.021255917847156525,0.019200488924980164,0.011437654495239258 +510,0.10042071966411019,0.13155180562532587,3.029721420681971,0.09938579797744751,-0.13117270171642303,-0.9863651394844055,-0.19244442880153656,-0.2146310657262802,-0.008089469745755196,0.08794635534286499,-0.021903470158576965,-0.009011447429656982 +511,0.0628684074218274,0.114269778618805,3.032621374896016,0.06241726502776146,-0.11402125656604767,-0.9915156364440918,-0.20794585347175598,-0.31907063722610474,0.1093568429350853,0.04627109318971634,-0.019828833639621735,-0.0584416389465332 +512,0.06755350124047782,0.10892139646775402,3.0595757863050568,0.0671021118760109,-0.10870615392923355,-0.9918065667152405,-0.008042399771511555,0.16430354118347168,0.31106656789779663,-0.027047790586948395,0.010668434202671051,-0.03233283758163452 +513,0.04912965701822177,0.13923313165516957,3.0837148796945026,0.048634644597768784,-0.13878370821475983,-0.9891277551651001,0.5642213821411133,-0.37845906615257263,0.24878376722335815,-0.03699219226837158,0.0050709545612335205,-0.03714781999588013 +514,0.008263238521478485,0.1886059759962096,3.111685388135329,0.00811661034822464,-0.18748977780342102,-0.9822330474853516,0.3472121059894562,-0.30291131138801575,0.30332690477371216,-0.01212967187166214,-0.02030441164970398,0.022333145141601562 +515,-0.026111576066158868,0.21112141341090226,3.136345766498203,-0.025528907775878906,-0.20955654978752136,-0.9774631857872009,0.2830122411251068,-0.38464441895484924,0.4554625153541565,0.021271707490086555,-0.08103182911872864,-0.025725841522216797 +516,-0.06703828131535146,0.23636410489530543,-3.1127090263878934,-0.06512553244829178,-0.2341693788766861,-0.9700120687484741,0.2691589891910553,-0.22389641404151917,0.12390750646591187,-0.03176777809858322,-0.016395196318626404,-0.04684889316558838 +517,-0.07672717973353405,0.26799872982509104,-3.0995751966672205,-0.07391566038131714,-0.26480212807655334,-0.9614657163619995,0.24805252254009247,0.03237833082675934,0.07268031686544418,0.01565760374069214,0.044129520654678345,0.05294215679168701 +518,-0.07392699749015423,0.27974723425230463,-3.0889459435872397,-0.07098840177059174,-0.27611270546913147,-0.9585000872612,0.09452600032091141,0.17194384336471558,0.19136978685855865,0.019673094153404236,0.04507938027381897,0.05502718687057495 +519,-0.06623000356789181,0.27293034111946063,-3.0756365733140467,-0.06373189389705658,-0.26955446600914,-0.9608739018440247,-0.16540105640888214,0.09792095422744751,0.13628555834293365,0.01005147397518158,0.0037158429622650146,0.03512316942214966 +520,-0.07806633386964708,0.26504006811193026,-3.058152356791255,-0.07526390999555588,-0.2619479298591614,-0.9621427059173584,0.01668926700949669,-0.30678245425224304,0.09732019901275635,-0.038978636264801025,-0.07147186994552612,-0.0590517520904541 +521,-0.09503552025023386,0.2577039868746761,-3.048071623650151,-0.09175895899534225,-0.2548610270023346,-0.9626142382621765,0.21284925937652588,0.05906619131565094,-0.064967080950737,-0.036247022449970245,-0.0035618245601654053,-0.039766132831573486 +522,-0.08793827398792764,0.28637808919257385,-3.0440737752515976,-0.08424815535545349,-0.2824796736240387,-0.9555665850639343,0.1788402497768402,0.19115647673606873,0.06967099756002426,-0.02790394425392151,0.010735899209976196,0.036758601665496826 +523,-0.0807734613482777,0.29195039487641194,-3.039665442446201,-0.07727138698101044,-0.28782063722610474,-0.9545618891716003,-0.01824292540550232,0.06005404144525528,-0.015253798104822636,-0.020735815167427063,0.010858356952667236,0.03865307569503784 +524,-0.07004586141628244,0.2790996671613997,-3.034722678692385,-0.06728030741214752,-0.27549025416374207,-0.9589465260505676,-0.21437831223011017,0.06075240671634674,0.13643911480903625,0.018269076943397522,-0.008567333221435547,0.024681389331817627 +525,-0.07855815976193369,0.2630989188463295,-3.010341384742701,-0.07577686756849289,-0.26007407903671265,-0.96261066198349,-0.14906029403209686,-0.1732747107744217,0.3871031403541565,-0.014036357402801514,-0.007580310106277466,-0.044591426849365234 +526,-0.09332710404318166,0.25912331809558503,-2.974074648281105,-0.09008047729730606,-0.25623324513435364,-0.9624084234237671,0.11072281002998352,-0.07512293010950089,0.2972549498081207,-0.05319954454898834,-0.020698487758636475,-0.026208460330963135 +527,-0.1048974501367675,0.2632687632187305,-2.9483329426682507,-0.10109750926494598,-0.26023808121681213,-0.9602372050285339,-0.04502423107624054,-0.04635799676179886,0.17076224088668823,-0.029594019055366516,-0.003800004720687866,0.047166526317596436 +528,-0.11810044684059003,0.2560835220042702,-2.9264589071597107,-0.11398372054100037,-0.2532937526702881,-0.9606508016586304,-0.08202721923589706,-0.0675928071141243,0.34822264313697815,0.024887658655643463,0.012723684310913086,0.047107160091400146 +529,-0.12779747851679088,0.23442674422441132,-2.892769095642844,-0.1239638403058052,-0.23228545486927032,-0.9647157192230225,-0.17355714738368988,0.04720833897590637,0.2640526294708252,0.013932719826698303,-0.023329779505729675,-0.010687053203582764 +530,-0.1365961705113545,0.21217972340338348,-2.877891345156279,-0.13311803340911865,-0.21059124171733856,-0.9684683680534363,-0.025619421154260635,-0.10880698263645172,0.0493474043905735,0.007629752159118652,0.001210138201713562,-0.11615687608718872 +531,-0.14632965834415515,0.23114701040862332,-2.865330073369993,-0.14193013310432434,-0.22909417748451233,-0.9630013704299927,0.18166443705558777,-0.030715461820364,-0.025302372872829437,0.051689669489860535,0.004118606448173523,-0.003841221332550049 +532,-0.12926012969937264,0.2354078228106143,-2.874909783200857,-0.12534531950950623,-0.2332395762205124,-0.9643069505691528,-0.009318253956735134,0.18529298901557922,-0.14183512330055237,0.13024339079856873,0.011834561824798584,-0.013384699821472168 +533,-0.09668797531460954,0.23269550315979573,-2.884810945810682,-0.09393555670976639,-0.2306012064218521,-0.9685035943984985,-0.09140049666166306,0.05159086734056473,0.0915352925658226,0.11580140143632889,0.0831708014011383,-0.057482123374938965 +534,-0.08777246638519157,0.23319481241341525,-2.8540799232715255,-0.08528713136911392,-0.23108702898025513,-0.9691877365112305,0.05149170011281967,0.15130797028541565,0.5029280185699463,0.04189113527536392,0.04108460247516632,0.025324881076812744 +535,-0.07597495950400975,0.2243794350444548,-2.812425164897322,-0.07399921119213104,-0.22250139713287354,-0.9721199870109558,-0.1592584103345871,0.07694940268993378,0.28282344341278076,0.026758000254631042,-0.026399970054626465,0.04667443037033081 +536,-0.0853082462715262,0.20189187686659232,-2.783557452205081,-0.08347421139478683,-0.20052313804626465,-0.9761263132095337,0.014408182352781296,0.17987366020679474,0.39126309752464294,-0.09087270498275757,0.04563117027282715,-0.10210549831390381 +537,-0.06467601446396765,0.20991437105779914,-2.7553007170714237,-0.06321220844984055,-0.20837615430355072,-0.976003885269165,0.04931697994470596,0.2650150656700134,0.04581312835216522,-0.13770025968551636,-0.004285603761672974,0.04489731788635254 +538,-0.0684250854871025,0.2197805646527975,-2.742061694668314,-0.06672704219818115,-0.21801547706127167,-0.9736615419387817,0.15213090181350708,-0.27119946479797363,0.001189312431961298,-0.09199488162994385,-0.013200953602790833,0.06428349018096924 +539,-0.09160128869948778,0.23251849790116416,-2.7452393135304396,-0.08901161700487137,-0.23042897880077362,-0.969009518623352,-0.05244278535246849,-0.10683982074260712,-0.03219100087881088,-0.007134012877941132,5.176663398742676e-05,0.06147778034210205 +540,-0.1031944609488161,0.21459643277845591,-2.7520154371121577,-0.10064857453107834,-0.2129531353712082,-0.971864640712738,-0.23312285542488098,-0.14995089173316956,-0.07586875557899475,0.012025520205497742,0.010484263300895691,-0.06199461221694946 +541,-0.09904603160817835,0.189638953621474,-2.747970447324066,-0.09711141139268875,-0.18850433826446533,-0.9772591590881348,-0.3026210069656372,-0.050431881099939346,0.12304645776748657,-0.013469032943248749,-0.017245173454284668,-0.04401153326034546 +542,-0.10448099911941836,0.1848424354307186,-2.7300793954131413,-0.10251443833112717,-0.1837916523218155,-0.9776049256324768,0.29189497232437134,0.08465434610843658,0.2731142044067383,-0.032113850116729736,0.024978190660476685,-0.029093623161315918 +543,-0.11262589587342091,0.19970583565203337,-2.706137740279141,-0.11015423387289047,-0.19838102161884308,-0.9739152789115906,0.0642523318529129,0.026334024965763092,0.09024814516305923,-0.09013262391090393,0.0041519105434417725,0.008476495742797852 +544,-0.0961981556937558,0.2119054819615592,-2.719532710977936,-0.09390140324831009,-0.21032314002513885,-0.9731118679046631,0.23049327731132507,0.22679050266742706,-0.2909447252750397,-0.03137325495481491,0.012172505259513855,0.07981657981872559 +545,-0.09607622318513476,0.21283839851288583,-2.739943793411875,-0.09376388788223267,-0.21123509109020233,-0.9729275703430176,-0.26556816697120667,-0.17252224683761597,-0.054895032197237015,0.046431124210357666,-0.01587672531604767,-0.002002239227294922 +546,-0.09665742446774014,0.20478258043188252,-2.740902048966349,-0.09449049830436707,-0.20335428416728973,-0.9745350480079651,0.31602418422698975,0.2756832242012024,0.07625221461057663,-0.020041964948177338,0.022766530513763428,-0.05163371562957764 +547,-0.0769561394379754,0.21283553668150446,-2.7495753593058265,-0.07514546811580658,-0.21123230457305908,-0.974543035030365,-0.003271975554525852,0.26386892795562744,-0.018368437886238098,0.01769612729549408,0.028096318244934082,0.04001849889755249 +548,-0.0887550921112795,0.20567691191287835,-2.732169014331881,-0.08677037060260773,-0.20422984659671783,-0.9750697612762451,-0.01780022121965885,-0.04730793461203575,0.2633112370967865,-0.036368049681186676,0.02146008610725403,-0.05601233243942261 +549,-0.09319619815726253,0.21755499466354125,-2.7171555192066563,-0.09086771309375763,-0.21584290266036987,-0.972190797328949,0.1474038064479828,0.006764098070561886,-0.1412394493818283,-0.08955220878124237,0.003181159496307373,0.032051026821136475 +550,-0.08596915528132457,0.20628216250286308,-2.740178086575912,-0.08404292911291122,-0.20482230186462402,-0.9751843810081482,-0.047345004975795746,0.017319858074188232,-0.12131400406360626,0.0044988542795181274,0.012881994247436523,0.019099175930023193 +551,-0.09696195367858881,0.20458452531670437,-2.7456917437016677,-0.09479116648435593,-0.203160360455513,-0.9745463132858276,-0.18972593545913696,-0.09660261124372482,-0.10362060368061066,-0.0009882524609565735,-0.027705103158950806,0.021695971488952637 +552,-0.09334043554326671,0.19412899462573857,-2.762285654370467,-0.09145420044660568,-0.19291196763515472,-0.9769448041915894,-0.039739564061164856,0.0201861709356308,-0.16858507692813873,0.015907935798168182,-0.0005237162113189697,-0.057875752449035645 +553,-0.09255765688968842,0.19302098327889025,-2.764756806358486,-0.0907091423869133,-0.19182464480400085,-0.9772282838821411,0.014111652038991451,0.03682243451476097,0.19970639050006866,0.0183061882853508,0.034018248319625854,-0.0007990598678588867 +554,-0.10746188084132206,0.19376605086508042,-2.733954214188557,-0.10524799674749374,-0.19255582988262177,-0.9756255149841309,0.11068801581859589,-0.1876295953989029,0.2858951985836029,-0.011878468096256256,-0.007700517773628235,0.01732778549194336 +555,-0.10279153094736908,0.18817000058232458,-2.7297306248470865,-0.10079934448003769,-0.18706151843070984,-0.9771629571914673,-0.16629210114479065,0.2047056406736374,-0.12520812451839447,-0.040146082639694214,-0.018825337290763855,-0.021387457847595215 +556,-0.08471760748925343,0.19244749156686558,-2.745440492173492,-0.08305420726537704,-0.19126176834106445,-0.9780188798904419,0.05122210457921028,0.1455666422843933,-0.08009891211986542,-0.007125228643417358,0.009956836700439453,0.034415364265441895 +557,-0.08416371982360846,0.19255943570427944,-2.746238728850472,-0.08251068741083145,-0.19137164950370789,-0.9780433773994446,0.016812393441796303,-0.05372687056660652,-0.04074979946017265,-0.03240325301885605,0.01273702085018158,0.013153910636901855 +558,-0.08369623925354992,0.185233477707436,-2.753250464271941,-0.08216845989227295,-0.1841760277748108,-0.9794526696205139,-0.01737980544567108,0.14102448523044586,-0.031042154878377914,0.006942629814147949,0.015474855899810791,-0.022195279598236084 +559,-0.06908812096449751,0.17282286526942575,-2.746371679236554,-0.0680048018693924,-0.17196384072303772,-0.9827531576156616,-0.350988507270813,0.14530402421951294,0.14084307849407196,0.03437443822622299,-0.029314830899238586,0.044261395931243896 +560,-0.05784874028182329,0.15020231988637042,-2.7176518025048404,-0.057165514677762985,-0.14963817596435547,-0.9870868921279907,-0.10416952520608902,0.0801149308681488,0.3146325647830963,-0.007623303681612015,-0.011860847473144531,-0.06131398677825928 +561,-0.05335373972956259,0.16532656836062692,-2.7060111832474556,-0.05260127782821655,-0.16457445919513702,-0.9849610924720764,0.30325818061828613,0.15393193066120148,-0.0854300707578659,-0.03634219989180565,0.021248653531074524,-0.09729897975921631 +562,-0.022617205079240615,0.20676389571328152,-2.7169825384055515,-0.02213357947766781,-0.20529380440711975,-0.9784500598907471,0.33451879024505615,0.2582954466342926,-0.11611255258321762,0.007012123242020607,0.035188838839530945,0.06389933824539185 +563,-0.022270342191739085,0.2207106878217092,-2.721616299242445,-0.021728314459323883,-0.21892312169075012,-0.9755001664161682,0.06882023811340332,-0.20112763345241547,0.14447131752967834,0.008880414068698883,-0.007914036512374878,-0.008829057216644287 +564,-0.03310716042795418,0.24402392645473692,-2.7030948973561486,-0.03212044760584831,-0.24160929024219513,-0.9698418378829956,0.6255388259887695,-0.007363796234130859,0.18149740993976593,-0.04519583284854889,0.007768347859382629,-0.04695802927017212 +565,-0.036681668142273624,0.28605353054676935,-2.700462693616945,-0.03518321365118027,-0.28216832876205444,-0.9587195515632629,0.08347417414188385,0.061253663152456284,-0.15144744515419006,-0.019595839083194733,-0.013226568698883057,0.06762152910232544 +566,-0.03291297416527257,0.28831012377293797,-2.7188087349390537,-0.031548820436000824,-0.2843325138092041,-0.9582065343856812,0.159448504447937,-0.01451840065419674,-0.026517415419220924,-0.0003115348517894745,0.022415369749069214,-0.014052987098693848 +567,-0.026549818098955486,0.2884498215196,-2.724294795655745,-0.025449948385357857,-0.2844664454460144,-0.9583481550216675,-0.04021945223212242,0.08353462815284729,0.006051746197044849,-0.0024278610944747925,0.005612045526504517,0.07391822338104248 +568,-0.024822372155191237,0.2700038044747992,-2.7271915895553094,-0.02392059750854969,-0.26673510670661926,-0.9634729623794556,-0.20179510116577148,0.04609265178442001,0.00701893400400877,-0.0021108966320753098,0.003124237060546875,0.051424622535705566 +569,-0.022989212081688526,0.2580797635522144,-2.730873849056278,-0.022225894033908844,-0.2552243769168854,-0.9666263461112976,0.02393089234828949,0.12245756387710571,-0.1196548193693161,-0.011221369728446007,-0.007013142108917236,-0.023119688034057617 +570,-0.0004529778586746176,0.2530283817160043,-2.751564868367131,-0.00043855447438545525,-0.25033706426620483,-0.9681586623191833,-0.11857400089502335,0.28782400488853455,-0.23833060264587402,0.025737624615430832,-0.004286348819732666,-0.00565725564956665 +571,0.00874386033862174,0.25270990650503383,-2.7615196556777946,0.008466033264994621,-0.25002869963645935,-0.9682013988494873,0.09332802891731262,-0.08014564961194992,-0.059443116188049316,-0.011594083160161972,0.012205243110656738,-0.046797990798950195 +572,0.011246948912878762,0.2546152937039946,-2.7684497431098025,0.010884121060371399,-0.2518731355667114,-0.9676990509033203,-0.01989225670695305,0.021265707910060883,-0.04307323694229126,-0.014820888638496399,0.016307950019836426,-0.0026073455810546875 +573,0.0028479503996573416,0.2517100458433633,-2.7650583374962237,0.0027582019101828337,-0.2490604817867279,-0.9684839844703674,0.0659346878528595,-0.06788115948438644,0.07112425565719604,-0.0185968279838562,-0.002816334366798401,0.001656651496887207 +574,-0.001739195302524232,0.25315649127343165,-2.7642213664294357,-0.0016837605508044362,-0.25046107172966003,-0.9681252241134644,0.0008272938430309296,-0.07489462941884995,-0.05937712639570236,0.0004630573093891144,-0.017162799835205078,0.023224711418151855 +575,-0.004863400232903966,0.2480092395357802,-2.770859156927454,-0.004714576061815023,-0.24547459185123444,-0.9693915843963623,-0.12167197465896606,0.11108886450529099,-0.03029145672917366,-0.011886987835168839,0.017523542046546936,-0.024947404861450195 +576,-0.0005552512975259724,0.24516883994468602,-2.7732823342620496,-0.000538647233042866,-0.2427201122045517,-0.970096230506897,-0.012709838338196278,0.05843866616487503,-0.0819864347577095,-0.015315234661102295,-0.004853725433349609,-0.008083701133728027 +577,0.0034582685577689335,0.2448907406535391,-2.770904800562837,0.003355080261826515,-0.24245032668113708,-0.970158040523529,0.009486877359449863,-0.018214136362075806,0.0028788838535547256,0.0011767782270908356,-0.015789419412612915,0.008472859859466553 +578,-0.003457005389844486,0.24758822507353648,-2.7641062732882027,-0.003351581748574972,-0.24506644904613495,-0.9695004820823669,0.04896296188235283,-0.04613415151834488,0.10673494637012482,-0.00037156417965888977,-0.004872530698776245,-0.012845098972320557 +579,-0.00530056422143292,0.2512135478129592,-2.7598089536051424,-0.005134163424372673,-0.24857959151268005,-0.9685978889465332,0.012138883583247662,-0.06559918820858002,0.08729319274425507,0.020911753177642822,0.008345231413841248,0.012985706329345703 +580,-0.007093598083885529,0.24941782058146383,-2.7528771003810637,-0.0068740383721888065,-0.24683983623981476,-0.9690319299697876,0.026900622993707657,-0.060179226100444794,0.0695999264717102,0.012931779026985168,0.02032311260700226,-0.009682059288024902 +581,-0.011492337346532211,0.24582209796891707,-2.743167597842522,-0.011146605014801025,-0.24335378408432007,-0.9698735475540161,-0.036869294941425323,0.06761876493692398,0.09787315875291824,-0.021522466093301773,0.01965993642807007,-0.012182116508483887 +582,-0.01334136900361002,0.2417465872773584,-2.737311282294838,-0.012953035533428192,-0.239398792386055,-0.9708349108695984,-0.08012165874242783,-0.023508131504058838,0.048825498670339584,0.007490389049053192,-0.008037731051445007,0.03444880247116089 +583,-0.019970717048995307,0.23515598939907972,-2.7301231196472258,-0.019419793039560318,-0.2329946905374527,-0.9722840785980225,-0.08197633177042007,-0.11392150819301605,0.08334965258836746,0.0016890782862901688,-0.006766676902770996,-0.013189554214477539 +584,-0.021266516997560606,0.234639318578033,-2.7251629892925506,-0.020682217553257942,-0.23249220848083496,-0.9723783135414124,0.08525513112545013,0.020904462784528732,-0.010682688094675541,-0.01343643106520176,-0.0017759650945663452,-0.001010298728942871 +585,-0.021398018240443715,0.23632797988949866,-2.7296726716748276,-0.020801657810807228,-0.2341342568397522,-0.9719817042350769,-0.07872644811868668,0.04595794528722763,-0.08800629526376724,0.003910178318619728,0.0014377236366271973,0.026379287242889404 +586,-0.01824163688508815,0.22906384594690649,-2.733097061521297,-0.017764169722795486,-0.22706592082977295,-0.9737173318862915,-0.08606673777103424,0.04229540377855301,0.03920907527208328,0.023394664749503136,0.005355730652809143,-0.02057582139968872 +587,-0.01784741096716746,0.22646041368939895,-2.7272599262820316,-0.017390793189406395,-0.22452972829341888,-0.9743120670318604,0.0006565619260072708,-0.025209583342075348,0.05003026872873306,-0.007069043815135956,-0.012881770730018616,-0.009086370468139648 +588,-0.019105748305039534,0.2274772031459811,-2.721865434379451,-0.018612422049045563,-0.22552043199539185,-0.9740606546401978,0.025379642844200134,-0.04209240525960922,0.06903350353240967,0.013943232595920563,-0.01434771716594696,0.012756943702697754 +589,-0.02312906477571986,0.22490345903767844,-2.7102700141288247,-0.022544564679265022,-0.22301225364208221,-0.9745548963546753,-0.003746931441128254,0.05165997892618179,0.1529308706521988,-0.0064013563096523285,-0.0002695918083190918,-0.02796274423599243 +590,-0.022508113493655307,0.22823236389193674,-2.6986679257992843,-0.021922579035162926,-0.2262560874223709,-0.9738211035728455,-0.003972291015088558,0.05801122635602951,0.06826578080654144,-0.008976466953754425,-0.01054506003856659,0.020925045013427734 +591,-0.025148531868014152,0.2290041636700904,-2.685075603474314,-0.024489395320415497,-0.22700779139995575,-0.9735850095748901,-0.007807682268321514,-0.022401344031095505,0.16358152031898499,0.0015554353594779968,0.011004388332366943,0.017774462699890137 +592,-0.03490771548176477,0.22397089292661365,-2.664004389050206,-0.03402892127633095,-0.2221030741930008,-0.974429190158844,0.04421309381723404,0.0019328203052282333,0.1787746697664261,-0.04171570762991905,0.023876145482063293,-0.045269906520843506 +593,-0.035050650085920475,0.2316824548360115,-2.656028686731162,-0.03410716354846954,-0.22961534559726715,-0.9726836681365967,-0.013059800490736961,0.026967333629727364,-0.06953727453947067,-0.03748707473278046,0.004716053605079651,0.03114008903503418 +594,-0.024213020817395188,0.2254606793536201,-2.666782905774635,-0.02359791286289692,-0.22355540096759796,-0.9744055271148682,-0.08076371997594833,0.24534872174263,-0.06809907406568527,-0.01943187229335308,0.03881724178791046,0.010248422622680664 +595,-0.0008825033003889638,0.2073316848482245,-2.6657905070245906,-0.0008636031998321414,-0.20584946870803833,-0.9785832762718201,-0.2676783502101898,0.2487061768770218,0.0710594579577446,0.014703325927257538,-0.00183790922164917,0.008093833923339844 +596,-0.008585846187650344,0.19876940878633903,-2.6619725257330327,-0.008416689932346344,-0.19746312499046326,-0.9802742004394531,0.14166708290576935,-0.252157062292099,-0.1121646910905838,-0.023794613778591156,-0.005951792001724243,-0.030284881591796875 +597,-0.01850017620236379,0.19986782000955786,-2.6733293650926035,-0.01813085563480854,-0.19853977859020233,-0.9799250960350037,-0.017116878181695938,-0.10202421247959137,-0.13290919363498688,-0.01278344914317131,-0.0012282729148864746,-0.0055332183837890625 +598,-0.022490782794768665,0.19915327159047344,-2.686007673959345,-0.022044381126761436,-0.1978394091129303,-0.9799865484237671,-0.026363717392086983,-0.0561959333717823,-0.09792423993349075,0.0036117658019065857,-0.016989082098007202,-0.01340639591217041 +599,-0.028355379351699867,0.19890031728639865,-2.6969341314777258,-0.027792613953351974,-0.19759145379066467,-0.9798904061317444,-0.04286348819732666,-0.06984096765518188,-0.09012097120285034,0.019201915711164474,-0.000208243727684021,-0.016066014766693115 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/standing/7.csv b/BoostRunClub/CoreML/DataSet/Motion/standing/7.csv new file mode 100644 index 0000000..57b8525 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/standing/7.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-0.022764274743319674,0.20448295374596737,-2.704006275158914,-0.022288082167506218,-0.20306091010570526,-0.9789124131202698,0.040607452392578125,0.003643942065536976,-0.011928746476769447,0.02054857835173607,0.009732052683830261,0.007766783237457275 +1,0.22932009428423514,0.209780668416355,2.2777060145813968,0.2223319411277771,-0.2082453817129135,-0.9524717330932617,-0.20678845047950745,0.3649075925350189,-0.06546866148710251,-0.1283378005027771,-0.025580301880836487,0.06521892547607422 +2,0.23606897920070208,0.21814071652288541,2.2379427347484215,0.2283397912979126,-0.21641477942466736,-0.9492236971855164,0.6332235932350159,-0.3249049782752991,-0.5637370347976685,-0.1201854944229126,-0.29515141248703003,-0.13827019929885864 +3,0.22614182718840803,0.21886023952969677,2.1998818513908875,0.2188706398010254,-0.21711719036102295,-0.9512916207313538,-0.21860963106155396,-0.007685847580432892,-0.48096615076065063,-0.02593851089477539,0.04539477825164795,-0.02919238805770874 +4,0.2418794196549431,0.21593241080021194,2.1505561588572277,0.2339652180671692,-0.21425828337669373,-0.9483426213264465,0.44644826650619507,0.08740432560443878,-0.9183915257453918,0.03193442523479462,0.059747785329818726,0.028130829334259033 +5,0.2515191176297635,0.2527895125902889,2.089822171697719,0.24096593260765076,-0.2501057982444763,-0.9377539753913879,0.49830693006515503,-0.2880490720272064,-0.7510993480682373,0.06372156739234924,0.08248800039291382,0.02332526445388794 +6,0.25508165772536506,0.2601145075089433,2.028641547235057,0.24383635818958282,-0.2571912109851837,-0.9350917339324951,0.23151235282421112,-0.018696926534175873,-0.8518385291099548,0.12496855854988098,0.07004213333129883,0.04756426811218262 +7,0.263078907326345,0.2644665558365814,1.9837459942935662,0.2510131895542145,-0.2613944113254547,-0.9320221543312073,0.08863744139671326,-0.2363044172525406,-0.6352381110191345,0.12182003259658813,-0.0133705735206604,0.09234631061553955 +8,0.2533073353385552,0.25092906295513917,1.9574270784542778,0.242758646607399,-0.24830403923988342,-0.937770426273346,0.19041621685028076,-0.1596577763557434,-0.3668299615383148,0.1462031602859497,0.010648384690284729,0.013499796390533447 +9,0.22667760345518936,0.2528084276990106,1.9596379476130836,0.21759769320487976,-0.25012409687042236,-0.9434453845024109,-0.03320755809545517,-0.46497011184692383,-0.00045982468873262405,0.11901119351387024,-0.06208598613739014,0.01690119504928589 +10,0.1883062500697977,0.2571633249991457,1.9940929088861168,0.181039497256279,-0.25433817505836487,-0.950019359588623,0.014768329448997974,-0.3024684190750122,0.2742309868335724,0.10716851055622101,-0.040415823459625244,0.027961254119873047 +11,0.1645228065576319,0.2784280242430997,2.041538161538991,0.15747416019439697,-0.27484455704689026,-0.9485053420066833,0.16294896602630615,-0.10022001713514328,0.39022576808929443,0.08016622066497803,-0.04401835799217224,0.07255929708480835 +12,0.13343048419804895,0.28783767558451334,2.1023528647856895,0.12756185233592987,-0.28387951850891113,-0.9503369927406311,-0.021885395050048828,-0.17718173563480377,0.4323943853378296,0.07335063815116882,-0.06749984622001648,0.045750200748443604 +13,0.10115804034452092,0.29973910548496463,2.16411773460807,0.096483014523983,-0.2952709496021271,-0.9505293965339661,0.018245939165353775,-0.23040242493152618,0.43151307106018066,0.0357038751244545,-0.10547062754631042,-0.0061356425285339355 +14,0.07504296965997131,0.28076585790647024,2.2194250682816232,0.07203689217567444,-0.2770915925502777,-0.9581393003463745,-0.0982610210776329,-0.13460755348205566,0.36468759179115295,0.015609592199325562,0.05568656325340271,-0.11380589008331299 +15,0.04700687084627228,0.2852387924005535,2.262885374350493,0.0450909249484539,-0.2813866138458252,-0.9585344791412354,0.20658473670482635,-0.26750925183296204,0.20008604228496552,-0.007401712238788605,0.1087791919708252,-0.0049817562103271484 +16,0.019431695129828765,0.2926360248354062,2.2740975156904026,0.018604420125484467,-0.28847718238830566,-0.9573060274124146,0.026021461933851242,-0.30861878395080566,-0.1114022508263588,-0.03480925410985947,0.11579346656799316,0.02809154987335205 +17,-0.005140884251467137,0.2892597260993962,2.280430262925918,-0.004927285946905613,-0.28524279594421387,-0.9584426283836365,-0.1950354427099228,-0.27031633257865906,0.03338589891791344,-0.05696236342191696,0.04996749758720398,0.007713258266448975 +18,-0.024849710138409198,0.26852000311668256,2.3014761631592577,-0.023956745862960815,-0.2653047740459442,-0.9638669490814209,-0.07627081125974655,-0.022104676812887192,0.21667052805423737,0.041367024183273315,0.053512781858444214,-0.0581514835357666 +19,-0.03027724501801564,0.27344574030209895,2.3293541452795745,-0.02914787270128727,-0.2700507640838623,-0.9624047875404358,0.07660122960805893,-0.08078832179307938,0.20664814114570618,0.03602959215641022,0.023911237716674805,-0.01896423101425171 +20,-0.03458419466307142,0.271868583036873,2.3611823752075636,-0.03330730274319649,-0.268531858921051,-0.9626948237419128,0.0347488597035408,-0.0010801427997648716,0.3216850161552429,-0.029055364429950714,0.034599363803863525,0.011416137218475342 +21,-0.039325515693303115,0.2731054492454037,2.4010124512156747,-0.0378582701086998,-0.2697230875492096,-0.9621934294700623,-0.05099235847592354,0.09127351641654968,0.2936936318874359,-0.0186755433678627,0.008431583642959595,0.006688058376312256 +22,-0.04788516331826849,0.2641427376415484,2.4284160125695577,-0.04620668292045593,-0.26108184456825256,-0.9642101526260376,-0.004682760685682297,-0.13179859519004822,0.1433630734682083,-0.06156614422798157,0.0031930506229400635,-0.018318533897399902 +23,-0.05420152864627135,0.2564640943034986,2.431387401382733,-0.05240308865904808,-0.2536619007587433,-0.9658724069595337,-0.14550571143627167,0.031253915280103683,-0.1840340495109558,-0.06689012050628662,0.004333317279815674,0.05478543043136597 +24,-0.06693598158113587,0.24054256343440228,2.4182336086787037,-0.0649602860212326,-0.23822960257530212,-0.96903395652771,-0.18651892244815826,-0.14318127930164337,-0.1059911698102951,-0.024715617299079895,0.016305774450302124,0.02114272117614746 +25,-0.07932604616278326,0.21658956686910466,2.400182755782823,-0.07739145308732986,-0.21490012109279633,-0.973564863204956,-0.352146714925766,-0.24354061484336853,-0.2824538052082062,-0.036301784217357635,0.0019637346267700195,0.031517744064331055 +26,-0.08646903113457939,0.1718404438783901,2.3637489808915433,-0.08508936315774918,-0.17099598050117493,-0.9815906286239624,-0.47638052701950073,-0.03777444362640381,-0.2967335283756256,0.022940322756767273,0.03928211331367493,-0.0434337854385376 +27,-0.0904799884887244,0.1378697298189948,2.32311631551995,-0.08949919044971466,-0.13743336498737335,-0.9864593148231506,-0.5196139812469482,-0.11191623657941818,-0.517135500907898,-0.04328279197216034,-0.021105438470840454,-0.017004430294036865 +28,-0.09532447266917986,0.10343479216607379,2.2668710635216227,-0.09467147290706635,-0.10325045138597488,-0.9901397228240967,-0.3226120173931122,-0.1361081302165985,-0.6194419264793396,-0.08606888353824615,-0.02472500503063202,-0.05466008186340332 +29,-0.10796422376288463,0.09564612831286366,2.190906023313754,-0.10726209729909897,-0.09550036489963531,-0.9896335005760193,-0.08402957022190094,-0.21609094738960266,-0.908602237701416,-0.10721543431282043,0.008876226842403412,-0.0016994476318359375 +30,-0.1148600212675538,0.09644993707604031,2.0993384981531933,-0.11407497525215149,-0.09630046784877777,-0.9887937903404236,-0.021789804100990295,-0.01634368859231472,-0.8958719968795776,-0.06036350131034851,0.03337322175502777,0.020440518856048584 +31,-0.10295494569263249,0.09927283763796511,2.006597885517242,-0.10226715356111526,-0.09910985827445984,-0.9898073673248291,-0.2084483653306961,-0.17616714537143707,-0.6785492300987244,0.03316010534763336,0.012974001467227936,0.020111382007598877 +32,-0.04783984352097809,0.05759609935550604,1.9157369311020425,-0.04774229973554611,-0.05756426230072975,-0.9971995949745178,-0.722387969493866,1.0395113229751587,-1.1104544401168823,-0.1372705101966858,-0.006766792386770248,-0.04619640111923218 +33,-0.02785140247229108,0.06516989955049136,1.8517678515567235,-0.027788685634732246,-0.0651237815618515,-0.9974901676177979,0.6687847375869751,-0.49139875173568726,-0.3903317153453827,0.025927113369107246,0.0048668235540390015,-0.05649542808532715 +34,-0.09108510526308543,0.10407520769150316,1.8368827562514873,-0.09046703577041626,-0.10388742387294769,-0.9904661178588867,0.11902749538421631,-0.533653199672699,-0.016968483105301857,0.05389171838760376,0.026754245162010193,0.01803874969482422 +35,-0.0979004565747945,0.11169498310183372,1.8743785849476824,-0.09713505953550339,-0.11146288365125656,-0.9890100359916687,-0.05486781522631645,0.18368744850158691,0.9143163561820984,0.09357976913452148,-0.06895703822374344,0.0316430926322937 +36,-0.20703154556927109,0.14506970483661688,2.0482645088115,-0.20339655876159668,-0.14456140995025635,-0.9683655500411987,0.7971880435943604,-1.284303069114685,1.7863714694976807,-0.15126347541809082,0.08061181008815765,0.06885993480682373 +37,-0.3170234025946631,0.13115003097682013,2.1262711292102807,-0.30906251072883606,-0.1307743787765503,-0.9420076608657837,-0.5441794991493225,-0.6362708806991577,0.1370224505662918,0.16611817479133606,0.04823958873748779,0.11566793918609619 +38,-0.2970496567688875,0.003682730948214933,2.0435236709020375,-0.29269838333129883,-0.003682722570374608,-0.9561977386474609,-1.378422498703003,0.8148313760757446,-0.7910687923431396,0.38051271438598633,-0.08324658870697021,-0.18447303771972656 +39,-0.17270837851160176,-0.034474767555382535,1.9916105395049808,-0.17174895107746124,0.03446793928742409,-0.9845376014709473,-0.09928359091281891,1.8839648962020874,0.27305683493614197,0.37188321352005005,0.008439771831035614,-0.031590938568115234 +40,-0.03617338851840487,-0.09338794875264209,2.0634096365006456,-0.03600791096687317,0.0932522639632225,-0.9949911832809448,-0.8444457054138184,0.44444185495376587,1.1139328479766846,0.22509482502937317,0.11556426435709,-0.09703457355499268 +41,-0.006697213180127113,-0.1290404565522196,2.2500492798717713,-0.006641481537371874,0.12868264317512512,-0.9916635751724243,0.188368022441864,-0.056831054389476776,2.6126649379730225,0.05550012364983559,0.17061851918697357,-0.06294763088226318 +42,0.02697282944110422,-0.09791800085303198,2.4925681422033574,0.026840370148420334,0.0977616012096405,-0.99484783411026,0.29143452644348145,-0.026575259864330292,1.8359841108322144,0.018569784238934517,0.0524001345038414,0.033086419105529785 +43,0.025602634858180977,-0.061207798699785675,2.6395836440177174,0.025551898404955864,0.0611695870757103,-0.9978002905845642,0.2963387370109558,-0.037135425955057144,1.1473883390426636,0.08461655676364899,0.0589018240571022,0.05460876226425171 +44,0.03341366097016168,-0.04515745341187097,2.7567687508534835,0.0333733856678009,0.04514210671186447,-0.9984229803085327,0.0534101277589798,-0.0240288395434618,1.1893000602722168,0.0582861602306366,0.14019113779067993,0.060282111167907715 +45,0.035645759810053176,-0.02515554574277889,2.909918249207154,0.035626936703920364,0.025152891874313354,-0.9990485906600952,0.2678159475326538,-0.09533578157424927,1.877841591835022,-0.039960432797670364,0.18248870968818665,0.058252692222595215 +46,0.05721026793876416,-0.022896507120375116,3.106105772166284,0.05716407671570778,0.02289450727403164,-0.9981022477149963,-0.5971398949623108,0.031297340989112854,1.8599190711975098,-0.12181557714939117,0.1592954397201538,-0.05162608623504639 +47,0.02925512681290481,-0.034809419215830334,-2.9889120100034243,0.029233234003186226,0.0348023883998394,-0.9989665746688843,0.19198141992092133,-0.43289852142333984,1.8473083972930908,-0.11927534639835358,0.0468931682407856,-0.07070505619049072 +48,0.03795207133750189,-0.0021924932692669354,-2.838627444843435,0.03794287145137787,0.0021924914326518774,-0.9992775321006775,0.32416921854019165,0.43976500630378723,1.3319026231765747,-0.06675146520137787,0.04218006879091263,0.06978839635848999 +49,0.07639855562538306,-0.006238699313374636,-2.717769060961596,0.0763227716088295,0.0062386589124798775,-0.9970636367797852,-0.5035317540168762,0.14231902360916138,1.0411200523376465,0.0236528143286705,0.026460926979780197,0.052742958068847656 +50,0.0823707047340277,-0.012006400218299726,-2.6242026732339596,0.08227165788412094,0.012006111443042755,-0.9965376257896423,0.32387399673461914,0.11300104856491089,0.7938252687454224,0.009021669626235962,0.025362664833664894,-0.07852035760879517 +51,0.09328583090305735,0.007327831893088154,-2.592580400497362,0.09314808994531631,-0.00732776615768671,-0.9956253170967102,-0.02742522582411766,0.13375531136989594,0.18425466120243073,0.036505840718746185,-0.010402947664260864,0.049244701862335205 +52,0.06967713804885003,-0.015944118074190296,-2.5698564137058884,0.06961192190647125,0.015943443402647972,-0.9974467158317566,-0.2882041037082672,-0.7949175238609314,0.2719854712486267,0.03747425228357315,-0.12058822065591812,-0.05823254585266113 +53,0.02344158928932512,0.000766939922884177,-2.52677325081431,0.02343943528831005,-0.000766939832828939,-0.9997249841690063,0.41710805892944336,-0.1793466955423355,0.2946430742740631,-0.013109235092997551,-0.15247708559036255,-0.008926749229431152 +54,0.039266045859243065,0.04368421949924563,-2.5500342295010463,0.03921850770711899,-0.043670326471328735,-0.9982759356498718,0.4662655293941498,0.4048212170600891,-0.6705231666564941,0.03733484074473381,-0.12579378485679626,0.10765093564987183 +55,0.07202475385434895,0.08047074590955632,-2.6453803059665963,0.0717296227812767,-0.08038392663002014,-0.9941797256469727,0.06350546330213547,0.31424862146377563,-0.8561237454414368,0.1031818762421608,0.05950990319252014,0.056588172912597656 +56,0.1007152616155816,0.08372734750234342,-2.6873341941032063,0.10019285976886749,-0.0836295560002327,-0.9914471507072449,0.608971118927002,0.00671148207038641,-0.22394803166389465,-0.10153564065694809,0.1492270976305008,-0.14936089515686035 +57,0.07507236178006607,0.10103047411627206,-2.6919073671637777,0.07461941242218018,-0.10085868835449219,-0.9920985102653503,-0.41912558674812317,0.07930348813533783,-0.07395926117897034,-0.23401272296905518,-0.037004463374614716,0.07173418998718262 +58,0.04949743788263491,0.06606050460062139,-2.7099905261059254,0.04936930909752846,-0.06601246446371078,-0.9965966939926147,-0.25102272629737854,-0.636812686920166,-0.19952481985092163,-0.19373270869255066,-0.04673471301794052,0.05021613836288452 +59,-0.017848078073485815,0.05491819473456728,-2.730075311891318,-0.017820224165916443,-0.05489059165120125,-0.9983333349227905,0.12926077842712402,-0.0819552019238472,0.047133926302194595,-0.14715780317783356,-0.09665969759225845,0.06683003902435303 +60,-0.06274015612571043,0.1083599620068979,-2.7031108731330225,-0.06233126297593117,-0.10814803093671799,-0.9921787977218628,0.7440786957740784,-0.6961420774459839,0.6512203216552734,-0.08624356985092163,-0.14429336786270142,0.21605581045150757 +61,-0.1208165166486471,0.1382627061849345,-2.6403501253928483,-0.1193726509809494,-0.13782261312007904,-0.9832370281219482,-0.01453225314617157,-0.8828209042549133,0.758380115032196,-0.007931411266326904,-0.06872035562992096,0.015250027179718018 +62,-0.20587957364470494,0.1573057359949693,-2.5662105588515014,-0.20190414786338806,-0.15665778517723083,-0.9667952656745911,0.8342797756195068,-0.14410817623138428,0.6984786987304688,0.07501205801963806,0.06895026564598083,-0.16736000776290894 +63,-0.16758810876749214,0.15678488031420007,-2.5199843940815354,-0.16475877165794373,-0.15614333748817444,-0.9738962054252625,-0.7603093981742859,0.09936472028493881,0.6963480114936829,0.11864671111106873,0.18559280037879944,-0.07938748598098755 +64,-0.1987394186342943,0.07995778447768462,-2.453195022493469,-0.19680292904376984,-0.07987261563539505,-0.9771842360496521,-0.3221307694911957,0.4322582185268402,0.5421142578125,0.044642284512519836,0.09093523025512695,-0.2057839035987854 +65,-0.08659091470390172,0.016732666654831814,-2.4633559109841623,-0.08647064119577408,-0.016731886193156242,-0.9961138963699341,-0.8836687207221985,1.5689128637313843,0.06949739903211594,-0.08421417325735092,0.1297384798526764,-0.000681757926940918 +66,-0.04668574749082456,-0.01428959377023126,-2.4217030283569896,-0.046664025634527206,0.01428910717368126,-0.9988084435462952,0.1101716160774231,-1.0128716230392456,0.14083442091941833,-0.094342440366745,0.29950788617134094,0.050383150577545166 +67,-0.015445669926986037,-0.026610826385196348,-2.39049226732111,-0.015439587645232677,0.026607686653733253,-0.9995267391204834,0.23383356630802155,0.6474093198776245,0.7949274182319641,0.003125743940472603,0.1378973126411438,-0.1030733585357666 +68,-0.028195901052480425,-0.015435647670043174,-2.3698460335677343,-0.028188806027173996,0.015435034409165382,-0.9994834661483765,0.08896884322166443,0.004583785310387611,-0.21696501970291138,0.1060849279165268,0.13342970609664917,0.043169379234313965 +69,-0.0035110480820081088,0.014538668885959257,-2.38423209571277,-0.003510669805109501,-0.014538156799972057,-0.9998881816864014,0.46943360567092896,0.26786383986473083,-0.0071072508580982685,0.06805534660816193,-0.016070973128080368,0.023508787155151367 +70,-0.020554059684752518,0.03242766105607951,-2.3787420616767014,-0.020541807636618614,-0.03242197632789612,-0.9992631673812866,0.313499391078949,-0.18122608959674835,-0.10308317095041275,-0.11133990436792374,0.09034433960914612,-0.01729261875152588 +71,-0.040812603983775314,0.04930140818138198,-2.3871620153704605,-0.04075169935822487,-0.04928143694996834,-0.9979532361030579,0.01288376934826374,-0.16864703595638275,-0.019427938386797905,0.03066563978791237,-0.04718462750315666,0.007261097431182861 +72,-0.05383194789240498,0.05535513136156155,-2.392392322856085,-0.0537235364317894,-0.05532686412334442,-0.9970219135284424,-0.09868577122688293,0.002269444987177849,-0.09819786250591278,-0.018450535833835602,-0.008485391736030579,0.007031679153442383 +73,-0.04644756386426368,0.04272480844788119,-2.389668732610922,-0.04638849198818207,-0.04271181300282478,-0.9980099201202393,-0.12856711447238922,0.17813140153884888,0.0906262993812561,-0.007398735731840134,-0.022977270185947418,0.005074799060821533 +74,-0.03707311821360901,0.035324359034831936,-2.385641388182918,-0.03704150393605232,-0.035317014902830124,-0.9986894726753235,-0.1492735892534256,0.1407490074634552,0.012261413969099522,-0.0023719482123851776,0.034523554146289825,-0.025480449199676514 +75,-0.028918084679976187,0.009779632401921864,-2.377777617895257,-0.02891267091035843,-0.009779476560652256,-0.9995341300964355,-0.19607461988925934,0.08987414836883545,0.15297532081604004,-0.001635424792766571,-0.03820941597223282,0.013053417205810547 +76,-0.025183793913540444,0.012832998741075954,-2.36668494252364,-0.02517905831336975,-0.012832646258175373,-0.9996005892753601,0.14264409244060516,0.07835762202739716,0.11597500741481781,-0.001111835241317749,0.0785827711224556,-0.008730709552764893 +77,-0.01384506960078935,0.046656699849125786,-2.357365267018089,-0.013829560950398445,-0.04663977399468422,-0.9988160133361816,0.190389484167099,0.15252263844013214,0.06414204835891724,0.032201141119003296,0.03408179059624672,-0.006005764007568359 +78,0.0705518511234304,0.055873615694527694,-2.3680917214760133,0.07038333266973495,-0.05584454908967018,-0.9959555864334106,-1.1771738529205322,0.8531824350357056,0.2725456655025482,-0.12903812527656555,-0.21831011772155762,-0.10958939790725708 +79,0.30737992081222454,-0.17856014584425867,-2.2270390166695355,0.2977518141269684,0.1776127964258194,-0.9379752278327942,-1.690287709236145,1.649982213973999,1.7716807126998901,-0.1651681661605835,-0.024261951446533203,-0.36077654361724854 +80,0.36926459837970416,-0.027486974149984838,-2.0269229049512067,0.3607933521270752,0.027483513578772545,-0.9322407245635986,2.779268741607666,-0.5863474607467651,2.876974105834961,-0.3163902759552002,0.0391974002122879,-0.03187060356140137 +81,0.386187156415649,0.2958185413111778,-1.9671301598636275,0.3602985143661499,-0.29152292013168335,-0.886114776134491,0.12547355890274048,0.012693580240011215,0.1996079385280609,-0.0890125036239624,-0.13364794850349426,0.47359341382980347 +82,0.3955815107966243,0.2736717919441539,-1.9947276325624326,0.37100425362586975,-0.27026841044425964,-0.8884316682815552,0.12105786055326462,0.05755622684955597,-0.3607269525527954,0.002866595983505249,-0.008433401584625244,0.24608242511749268 +83,0.3098901956661628,0.17336552384118326,-2.0169223125475777,0.30038273334503174,-0.17249839007854462,-0.9380909204483032,-1.6703404188156128,-3.179746389389038,-0.6332660913467407,0.18229854106903076,0.04543845355510712,0.06582224369049072 +84,0.16397978191167173,0.15596653083027007,-2.0907765327676477,0.16126437485218048,-0.1553349643945694,-0.9746100902557373,1.4721341133117676,-0.03508611023426056,-0.3352167010307312,0.28952598571777344,0.17723135650157928,-0.05227583646774292 +85,0.16146601272580102,0.19144909446719413,-2.139889569762561,0.15782806277275085,-0.1902817189693451,-0.9689598083496094,-0.49707815051078796,0.610539972782135,-0.8440777659416199,0.07933928072452545,0.1527451127767563,-0.01008981466293335 +86,0.2570705434993043,0.11181841575273364,-2.191298072364068,0.2526606321334839,-0.11158554255962372,-0.9610989689826965,-0.8244467973709106,0.458951473236084,-0.5413609147071838,0.05854237079620361,0.019681856036186218,0.03678256273269653 +87,0.25639155563346316,0.08483561614285437,-2.2067582881822827,0.252679705619812,-0.08473388850688934,-0.9638324975967407,-0.2371688038110733,-0.36532825231552124,0.37814638018608093,-0.1384982168674469,-0.02744872123003006,0.098704993724823 +88,0.23188547188504377,0.0649101831491345,-2.1476197067330194,0.2293289750814438,-0.0648646131157875,-0.9711852669715881,0.022565513849258423,0.7987431287765503,0.4865577518939972,-0.2189072072505951,-0.1086430773139,0.14437252283096313 +89,0.2402944399448683,0.021821023657795858,-2.1885897196613042,0.23793195188045502,-0.02181929163634777,-0.9710367321968079,-0.004230635240674019,-0.26548290252685547,-0.700128972530365,0.05697466433048248,-0.18850785493850708,-0.12497156858444214 +90,0.21620867349332054,0.028464691873136397,-2.275102410480667,0.2144412100315094,-0.028460849076509476,-0.9763221740722656,0.569553554058075,0.2298988699913025,-0.9336044192314148,-0.027643129229545593,0.007678374648094177,0.14670181274414062 +91,0.14921128467543937,0.05411287770811147,-2.357348313902806,0.1484406292438507,-0.05408647283911705,-0.9874411821365356,1.5841339826583862,-1.0203454494476318,0.25417593121528625,-0.03554084897041321,0.05813005194067955,-0.10369956493377686 +92,0.1593401412331294,0.0645331987494008,-2.3234943964989494,0.15833647549152374,-0.06448841840028763,-0.985276997089386,-0.4912355840206146,-0.06291715800762177,0.334795206785202,0.023548290133476257,0.03192616254091263,-0.13303959369659424 +93,0.13784126697084123,0.20389309692303234,-2.3396201264149963,0.13455893099308014,-0.20248331129550934,-0.9699971079826355,1.121442198753357,0.21074612438678741,0.7891411185264587,-0.028495103120803833,0.04685892164707184,0.2594258785247803 +94,0.1076987266565363,0.2991613178294003,-2.2720676728009557,0.1027163416147232,-0.2947188913822174,-0.9500474333763123,1.2697527408599854,-0.6701306700706482,0.4728441536426544,0.0179959237575531,0.08771815896034241,-0.04287242889404297 +95,0.06202171935273483,0.36137441020907607,-2.304837806708292,0.057978659868240356,-0.353560209274292,-0.9336132407188416,0.5900202989578247,-0.2401166558265686,-0.6808143854141235,-0.052683860063552856,-0.2200939655303955,-0.17673832178115845 +96,0.08578219813195198,0.37849149169356755,-2.348290835430424,0.07961307466030121,-0.3695191442966461,-0.9258063435554504,-0.38439592719078064,0.30987218022346497,0.057780440896749496,0.05434383451938629,0.013287454843521118,0.10756903886795044 +97,0.09067311784009165,0.36359033074244823,-2.3168959063746133,0.08462937921285629,-0.35563212633132935,-0.9307866096496582,0.023181982338428497,-0.012490145862102509,0.0018637103494256735,0.1007343977689743,0.036433517932891846,-0.1203150749206543 +98,0.08733854593892361,0.33851884918978,-2.299248690757554,0.08227717876434326,-0.3320903778076172,-0.9396523237228394,-0.2934549152851105,0.08504726737737656,-0.13805390894412994,-0.01584041863679886,-0.022005081176757812,-0.035018086433410645 +99,0.09653431003168535,0.28906922009955205,-2.332560696091976,0.0923854187130928,-0.28506019711494446,-0.9540469646453857,-0.9707679748535156,0.029799941927194595,-0.28141406178474426,0.008444644510746002,-0.09976646304130554,0.21404153108596802 +100,0.08803620024627684,0.2584595207914922,-2.327885182641053,0.08500216901302338,-0.2555915415287018,-0.963040828704834,-0.40364333987236023,-0.22061502933502197,0.055299777537584305,-0.0067398399114608765,-0.029503673315048218,-0.052172183990478516 +101,0.0789457892452324,0.25993621164124836,-2.332198045458636,0.0762144923210144,-0.25701889395713806,-0.963396430015564,0.34231653809547424,-0.1446843445301056,-0.07038897275924683,-0.022961318492889404,0.04895004630088806,-0.021131157875061035 +102,0.06849966071299167,0.2623254951741698,-2.332959709025144,0.06610453128814697,-0.2593272030353546,-0.963524580001831,0.08390188962221146,-0.500674307346344,0.07045729458332062,0.021480925381183624,0.013401269912719727,-0.052100419998168945 +103,0.036843415559500506,0.2937746036743943,-2.339983375484474,0.03525698184967041,-0.28956717252731323,-0.9565081000328064,0.5246719717979431,0.10854018479585648,0.059160295873880386,-0.006188984960317612,0.05308648943901062,-0.020954608917236328 +104,0.032530479837318375,0.3391079599706782,-2.3395698876786537,0.03067251667380333,-0.332645982503891,-0.9425528049468994,0.2849688231945038,0.18992212414741516,-0.14901986718177795,-0.04249807447195053,0.03821241855621338,0.09686499834060669 +105,0.028719335923874614,0.34587478057498844,-2.360770387712383,0.0270148403942585,-0.339019775390625,-0.9403913021087646,0.025390982627868652,-0.28684180974960327,-0.046122919768095016,0.026314616203308105,-0.0037994384765625,-0.02300286293029785 +106,0.032252985381538306,0.36452893312514845,-2.3585668312512325,0.03012847527861595,-0.3565092086791992,-0.9338058829307556,0.21284477412700653,0.3535133898258209,0.09889951348304749,-0.0200881976634264,0.009310752153396606,-0.02794027328491211 +107,0.05001449613467314,0.3772366786266163,-2.3535037200543556,0.04647839814424515,-0.36835286021232605,-0.9285235404968262,-0.06711982190608978,-0.0004768720827996731,-0.006528047379106283,0.016830310225486755,0.01759907603263855,0.06023740768432617 +108,0.03763600501619246,0.35850244536857845,-2.349347781916843,0.03523491322994232,-0.350872278213501,-0.9357602000236511,-0.18699491024017334,-0.11589492857456207,0.006810933351516724,-0.010927662253379822,0.0012629032135009766,0.006316840648651123 +109,0.028062420657871564,0.3479182973779391,-2.3472472460843954,0.026377584785223007,-0.34094157814979553,-0.9397143721580505,-0.0891820415854454,0.01561275590211153,0.059583667665719986,-0.015574358403682709,0.008071064949035645,0.002946794033050537 +110,0.023943986367062756,0.349033145203189,-2.3494746786618945,0.022498104721307755,-0.3419893980026245,-0.9394344687461853,0.01986309327185154,-0.028101984411478043,-0.00434692669659853,-0.002356506884098053,0.0079745352268219,0.008922994136810303 +111,0.02572688148127745,0.3474004878767138,-2.3468900492413654,0.02418731153011322,-0.34045472741127014,-0.9399497509002686,0.0698789656162262,0.04173871874809265,-0.01429716031998396,-0.005037523806095123,0.004761397838592529,-0.016944169998168945 +112,0.020404196120707794,0.35249380343582404,-2.350603548527924,0.019148308783769608,-0.3452393412590027,-0.9383193254470825,-0.03575585037469864,-0.12855392694473267,-0.016455385833978653,-0.000715695321559906,0.011300742626190186,0.02059471607208252 +113,0.011878556958437205,0.3391064438435505,-2.351661892773589,0.011201837100088596,-0.3326445519924164,-0.9429857730865479,-0.0003184955567121506,-0.028514938428997993,-0.02396523393690586,-0.01762578636407852,0.006823629140853882,-0.04482245445251465 +114,0.01568955903967579,0.3419141217017167,-2.349690434982036,0.014780756086111069,-0.3352910280227661,-0.9419986605644226,0.023483991622924805,0.04927532747387886,0.03869376704096794,-0.0037791654467582703,0.007257580757141113,0.014676272869110107 +115,0.016353652690596857,0.34224402328390735,-2.3468684396620034,0.015404518693685532,-0.335601806640625,-0.9418779611587524,0.06728266924619675,0.01517154648900032,0.016572143882513046,-0.0006340146064758301,0.0025787651538848877,-0.011704802513122559 +116,0.014771002497892635,0.3389559445766577,-2.346953386125038,0.013930059969425201,-0.3325026333332062,-0.9429994225502014,-0.15581881999969482,-0.05612681061029434,0.0034600666258484125,0.004288925789296627,-0.0021378397941589355,0.04033529758453369 +117,0.011333987671054712,0.3304152107099264,-2.347354562575274,0.010720676742494106,-0.3244358003139496,-0.9458469748497009,0.014962231740355492,0.00409446656703949,0.015872187912464142,-0.005792088806629181,0.011523842811584473,-0.013106882572174072 +118,0.015099017057160956,0.33810953664508225,-2.345864980974166,0.01424362137913704,-0.3317042589187622,-0.9432758688926697,0.10818064957857132,0.08942246437072754,0.03644198179244995,-0.006644740700721741,0.011971592903137207,0.007469594478607178 +119,0.012975269865339121,0.3380951891645157,-2.3429781460884125,0.012240372598171234,-0.3316907286643982,-0.9433087706565857,-0.061239078640937805,-0.10848479717969894,0.013644648715853691,-0.014086686074733734,0.007945001125335693,0.012446343898773193 +120,0.003866248316030523,0.3327354989095634,-2.3446527787938614,0.003654184751212597,-0.3266296982765198,-0.945145308971405,-0.09124912321567535,0.024422701448202133,-0.04205450043082237,-0.026023566722869873,-0.008239656686782837,-0.005751848220825195 +121,0.0219975949583115,0.3266542316499967,-2.355651235898652,0.020832708105444908,-0.32087597250938416,-0.9468920826911926,-0.0257151760160923,0.40270179510116577,0.13070522248744965,0.004939377307891846,-0.020722538232803345,-0.014060676097869873 +122,0.04656251587242535,0.2989180192314172,-2.378910078750226,0.04448165372014046,-0.2944863736629486,-0.9546198844909668,-0.2631267309188843,-0.000979769043624401,-0.3105557858943939,0.017606351524591446,0.004203200340270996,0.022155344486236572 +123,0.05830794964784876,0.26836540666820413,-2.385414576310869,0.056189000606536865,-0.26515570282936096,-0.9625670313835144,-0.2521626949310303,0.22870220243930817,-0.08177785575389862,-0.004904214292764664,0.0036963820457458496,-0.009066879749298096 +124,0.06952366094224015,0.2528519895027619,-2.3941759285136195,0.0672587975859642,-0.25016626715660095,-0.9658638834953308,-0.014938405714929104,-0.04557392746210098,0.007166694849729538,0.0059376060962677,0.025816351175308228,-0.023561716079711914 +125,0.06826209754245746,0.25678900554737677,-2.3894889574439264,0.06597255170345306,-0.25397616624832153,-0.9649578928947449,0.05418502166867256,-0.022223347797989845,0.0868658572435379,0.017737165093421936,0.008401215076446533,0.011100471019744873 +126,0.056601655503541584,0.27154887886099366,-2.3877828760210673,0.05449846759438515,-0.2682238817214966,-0.9618138670921326,0.23122040927410126,-0.09235337376594543,0.06651220470666885,-0.011743344366550446,0.002217411994934082,-0.005700170993804932 +127,0.0496454259957765,0.28283907697240035,-2.3781149070811147,0.047653283923864365,-0.2790830433368683,-0.9590838551521301,0.12905636429786682,-0.13371971249580383,0.13349832594394684,0.006362833082675934,-0.027771204710006714,0.001808464527130127 +128,0.04113441859649455,0.29108149995568394,-2.3791381222715753,0.039392948150634766,-0.28698840737342834,-0.9571237564086914,-0.00047069136053323746,-0.015750231221318245,0.05603831261396408,-0.03351832181215286,0.0002910196781158447,0.012879371643066406 +129,0.035584829804980546,0.2918663568287929,-2.3773908493618787,0.03407270088791847,-0.28774014115333557,-0.9571022391319275,0.089859738945961,-0.026101578027009964,0.07279663532972336,-0.004333332180976868,-0.01732882857322693,-0.01549297571182251 +130,0.03469008203051044,0.2982032099191037,-2.3798913491094025,0.033152416348457336,-0.2938031852245331,-0.9552908539772034,0.00014876294881105423,0.019628893584012985,-0.004739703610539436,0.005635425448417664,-0.002125769853591919,0.0008230805397033691 +131,0.033393605756096185,0.30547159364353604,-2.378884095747281,0.031841736286878586,-0.3007429838180542,-0.9531735181808472,0.09442059695720673,-0.002085056621581316,0.05218164995312691,-0.013164974749088287,0.0197676420211792,0.001818537712097168 +132,0.028228315771375103,0.32019542328081296,-2.3699557378721945,0.02679002285003662,-0.31475207209587097,-0.9487957954406738,0.24776601791381836,-0.09559665620326996,0.06666374951601028,0.009037621319293976,-0.010580599308013916,0.009632587432861328 +133,0.020397125827545617,0.33491561326101915,-2.361872937704042,0.019262485206127167,-0.32868948578834534,-0.9442415833473206,-0.023485155776143074,0.013523931615054607,0.14081110060214996,-0.009176420047879219,0.003066927194595337,0.03202545642852783 +134,0.018621956140324854,0.33241943003319896,-2.35168254392907,0.017601490020751953,-0.3263309597969055,-0.9450916647911072,-0.021047353744506836,0.0038808416575193405,-0.014864053577184677,-0.034233562648296356,-0.020104557275772095,-0.012244701385498047 +135,0.018643584083940404,0.3321642420999362,-2.3552021797647473,0.017623482272028923,-0.3260897397994995,-0.945174515247345,-0.025212330743670464,-0.02448362484574318,-0.13397789001464844,0.0006718114018440247,-0.014425396919250488,0.01023799180984497 +136,0.01861379320202347,0.33265344312544126,-2.3671074245804617,0.017592353746294975,-0.326552152633667,-0.9450154304504395,-0.07400823384523392,0.004752482287585735,-0.08969426900148392,0.0074625760316848755,0.025175809860229492,-0.004416942596435547 +137,0.017554578286323636,0.33434707812315123,-2.3577181395502187,0.016581637784838676,-0.32815247774124146,-0.94447922706604,0.042259082198143005,0.038573987782001495,0.08111940324306488,0.006733790040016174,-0.0011932551860809326,-8.559226989746094e-05 +138,0.016565884251350853,0.3335231741758766,-2.349443482800724,0.015652302652597427,-0.32737407088279724,-0.9447651505470276,-0.11250264942646027,0.0064912224188447,0.06083785742521286,-0.030468584969639778,-0.007983565330505371,0.006120800971984863 +139,0.0164500586647833,0.32243018072997914,-2.3495935626805915,0.01560165360569954,-0.3168724477291107,-0.9483398199081421,-0.0501752644777298,-0.06255356222391129,-0.03457947075366974,0.015785671770572662,0.0008476674556732178,0.0009673833847045898 +140,0.009370579226879196,0.3247928311194099,-2.3498477867382084,0.008880525827407837,-0.3191124498844147,-0.9476752281188965,0.15048283338546753,-0.036132603883743286,0.03992215543985367,0.026062101125717163,-0.01069098711013794,-0.01841968297958374 +141,0.009867682194599511,0.3289875205375707,-2.3512492529528934,0.009338326752185822,-0.3230850100517273,-0.9463238716125488,-0.010674934834241867,-0.016571108251810074,0.030976705253124237,-0.018432557582855225,0.012843310832977295,0.0009045600891113281 +142,0.013079857272387207,0.32142967609224005,-2.345077979624957,0.012409615330398083,-0.3159233331680298,-0.9487035870552063,-0.029193757101893425,0.01092283334583044,0.016506686806678772,0.02451665699481964,-0.008142828941345215,0.013858616352081299 +143,0.01485028184543717,0.3082785799712742,-2.343054359229079,0.014149678871035576,-0.3034188151359558,-0.9527522325515747,-0.21111397445201874,0.07440701127052307,0.006040003150701523,-0.029118552803993225,-0.01716834306716919,0.000664830207824707 +144,0.02280296806841777,0.28938364828710317,-2.348924641323565,0.021852925419807434,-0.28536155819892883,-0.9581707715988159,-0.22298315167427063,0.14048686623573303,-0.020611220970749855,0.002362772822380066,0.013221055269241333,-0.017415165901184082 +145,0.026098178113533436,0.27857398648732173,-2.34671757879412,0.025089208036661148,-0.2749848961830139,-0.961121141910553,-0.0783005878329277,-0.03719423711299896,0.02239077165722847,0.00852590799331665,0.010901033878326416,-0.0014795660972595215 +146,0.028147811230773583,0.27193339821689705,-2.3391788833046436,0.027109894901514053,-0.26859429478645325,-0.9628718495368958,-0.06013500690460205,0.0957108587026596,-0.016593080013990402,-0.028071194887161255,-0.008490055799484253,0.008114159107208252 +147,0.03149048889962524,0.26448329855132785,-2.345280859875326,0.03039046935737133,-0.26141056418418884,-0.9647491574287415,-0.07965441048145294,-0.02036898583173752,-0.054360151290893555,-0.0030924975872039795,-0.0015441477298736572,-0.011691272258758545 +148,0.03222017689933931,0.26309478066405173,-2.3556269496906213,0.031106090173125267,-0.2600700855255127,-0.9650886058807373,-0.010918520390987396,-0.05741988122463226,-0.068610280752182,0.0005406364798545837,0.027510881423950195,-0.0032646656036376953 +149,0.02959868804870254,0.27284550239709127,-2.3616767143797888,0.02849961258471012,-0.26947277784347534,-0.9625862240791321,0.21973736584186554,-0.032162509858608246,-0.028984948992729187,0.001453392207622528,0.021715819835662842,-0.00865095853805542 +150,0.039665096597706166,0.2803747740731634,-2.3568816487138564,0.03810625150799751,-0.27671581506729126,-0.9601959586143494,0.09072153270244598,0.24030371010303497,-0.031540218740701675,-0.03081255406141281,-0.04069751501083374,-0.0029388070106506348 +151,0.08710571335824974,0.280424227608269,-2.3782180612930626,0.08359739184379578,-0.27676331996917725,-0.9572948813438416,-0.11762548238039017,0.40403392910957336,-0.19514329731464386,-0.01348327100276947,0.009002119302749634,0.003910541534423828 +152,0.10746280803767999,0.2773307142706331,-2.389220848406409,0.10315780341625214,-0.27378934621810913,-0.9562415480613708,0.23984327912330627,-0.001560078002512455,0.16981084644794464,0.08290787041187286,0.03871244192123413,-0.03986746072769165 +153,0.09373967702158283,0.30921379408551,-2.375390249055383,0.08916318416595459,-0.30430981516838074,-0.9483910202980042,0.2598649561405182,-0.281982421875,-0.014946400187909603,-0.00620114803314209,0.026859253644943237,0.0009422898292541504 +154,0.08891412298550373,0.3436077264944152,-2.3652930961071412,0.08360642194747925,-0.33688610792160034,-0.9378260374069214,0.7474271655082703,0.397475004196167,-0.02331813983619213,-0.024753272533416748,-0.0054447948932647705,-0.10492902994155884 +155,0.04453142975867096,0.4093211545246506,-2.3463780684223323,0.040839239954948425,-0.39798665046691895,-0.9164817333221436,0.4906994104385376,-0.786147952079773,0.4502946734428406,-0.004218146204948425,0.013022661209106445,0.17314982414245605 +156,0.019777334709929404,0.4039704271367074,-2.33963471019966,0.018184224143624306,-0.3930722773075104,-0.9193277359008789,-0.8516992330551147,0.15173184871673584,-0.014378380961716175,0.006733385846018791,-0.038141071796417236,0.08664041757583618 +157,0.036908584168937775,0.35266338057874447,-2.34894223747832,0.0346292220056057,-0.345398485660553,-0.9378169775009155,-0.2078692615032196,0.22291965782642365,-0.2285773605108261,-0.005637526512145996,-0.0073541998863220215,-0.04347574710845947 +158,0.054374758238509686,0.3353583578706757,-2.364107649995908,0.05132037401199341,-0.3291075825691223,-0.942896842956543,-0.08816785365343094,0.06168823689222336,-0.0663120225071907,-0.004857368767261505,0.022116005420684814,-0.03209400177001953 +159,0.056123127492186974,0.3301111584865507,-2.3669232825097586,0.05306496471166611,-0.32414817810058594,-0.9445168375968933,0.09501965343952179,-0.01961372420191765,0.047530777752399445,0.03961692750453949,-7.05718994140625e-05,-0.00917273759841919 +160,0.05037560741793037,0.332066431180976,-2.3609181189666995,0.047603484243154526,-0.3259972631931305,-0.9441714286804199,-0.1904044896364212,-0.02639886736869812,-0.010725112631917,-0.07654940336942673,-0.011756032705307007,0.020862102508544922 +161,0.05561998901833779,0.32565825202572324,-2.373250408738433,0.052669454365968704,-0.3199325203895569,-0.9459752440452576,-0.09007835388183594,-0.012530294246971607,-0.02878643572330475,0.038288190960884094,0.013856470584869385,0.01799672842025757 +162,0.055548010399644195,0.31698608776371423,-2.3700468917905204,0.052753422409296036,-0.31170421838760376,-0.9487136006355286,0.1144423708319664,-0.02300327643752098,0.0501730814576149,0.0024986527860164642,-0.0005668699741363525,-0.04194796085357666 +163,0.05203656991582581,0.3198741415059257,-2.365056531706576,0.04937472566962242,-0.3144470751285553,-0.9479900598526001,-0.09216684103012085,-0.014455575495958328,0.09285692870616913,-0.00831332802772522,-0.007864326238632202,0.011741280555725098 +164,0.048425681412878285,0.3226278346519475,-2.3612145534537645,0.04590923339128494,-0.3170599043369293,-0.9472936987876892,0.005062534008175135,-0.01881387084722519,0.030657552182674408,-0.0013078004121780396,-0.005205720663070679,0.015042722225189209 +165,0.04692955919668092,0.3140883846157048,-2.36239550545644,0.04461731016635895,-0.3089495897293091,-0.9500312805175781,-0.1085396334528923,0.0048863645642995834,-0.0255728792399168,-0.007736824452877045,-0.006983637809753418,-0.010707855224609375 +166,0.045244789836156415,0.30856454129948074,-2.364466977915099,0.04309319332242012,-0.3036912977695465,-0.9517954587936401,-0.07284025847911835,-0.08856446295976639,-0.0008827978745102882,0.008847728371620178,0.013484358787536621,0.0019205808639526367 +167,0.03827450058825164,0.3098925073690147,-2.366347474905361,0.03644244745373726,-0.30495625734329224,-0.9516688585281372,0.10264470428228378,-0.04230740666389465,0.03373119980096817,-0.01376788318157196,0.0018556714057922363,-0.008963465690612793 +168,0.03529436298137251,0.31325242207228793,-2.3652990285970237,0.03356983885169029,-0.3081544041633606,-0.9507438540458679,-0.029680369421839714,-0.002155119553208351,0.01591501012444496,-0.005081687122583389,-0.004696518182754517,0.018325090408325195 +169,0.03298471220757046,0.3147395258270663,-2.366227910257338,0.03135871887207031,-0.3095687925815582,-0.9503598213195801,0.016477830708026886,-0.021903563290834427,0.025435367599129677,0.006635658442974091,0.0023178160190582275,-0.0016512870788574219 +170,0.028734715659229346,0.3134980463161705,-2.364672523163328,0.027330443263053894,-0.3083880841732025,-0.9508679509162903,-0.005355645902454853,-0.007188805844634771,0.015118922106921673,-0.010103270411491394,-0.008933693170547485,-0.009199798107147217 +171,0.030073767037859307,0.308459842089252,-2.3657986298103055,0.028650034219026566,-0.3035915195941925,-0.9523714184761047,-0.027727805078029633,0.002254907041788101,-0.024108804762363434,-0.0028321612626314163,0.005846798419952393,-0.008306622505187988 +172,0.03389157808828053,0.308873510325676,-2.3666900995151043,0.032281532883644104,-0.3039856553077698,-0.9521295428276062,0.009120432659983635,0.029841747134923935,-0.009132588282227516,-0.0003448799252510071,0.0033875107765197754,0.00039309263229370117 +173,0.03806311682405766,0.3095251074095706,-2.3678325806379172,0.03624553978443146,-0.3046063482761383,-0.9517884254455566,-0.03768150880932808,0.06267159432172775,-0.012100839987397194,0.0008028037846088409,-0.010975897312164307,0.010885775089263916 +174,0.03385322240647701,0.3010867804088318,-2.370207470733104,0.03232415020465851,-0.2965582609176636,-0.9544675946235657,-0.07758498191833496,-0.025103002786636353,0.022479239851236343,0.007943790405988693,-0.010433286428451538,-0.003921687602996826 +175,0.03203916621216058,0.2960897034093962,-2.37364530940319,0.030639732256531715,-0.29178231954574585,-0.9559938907623291,-0.01111464761197567,0.015732495114207268,-0.02262350358068943,-0.004791341722011566,-0.004039853811264038,-0.011871099472045898 +176,0.03218457609646255,0.2925281373711493,-2.3741250125409064,0.030811987817287445,-0.2883738875389099,-0.9570220112800598,0.003093327861279249,-0.02539178356528282,0.0033133402466773987,0.009730614721775055,-0.002962172031402588,-0.013131797313690186 +177,0.03147636078365476,0.2908889972116527,-2.373518391617659,0.030149037018418312,-0.2868039906024933,-0.957514762878418,-0.004764564335346222,-0.005902948789298534,0.0028659100644290447,0.005617573857307434,0.0006864368915557861,-0.008061408996582031 +178,0.030198440692280455,0.2901583665907286,-2.374207906155311,0.02893170528113842,-0.2861039638519287,-0.9577617049217224,0.000354117713868618,-0.0339452363550663,0.02822203002870083,0.005125910043716431,0.007661581039428711,-0.0015278458595275879 +179,0.028603385306641308,0.29174244575385744,-2.372040369132848,0.027390990406274796,-0.28762146830558777,-0.9573523998260498,0.01955758035182953,-0.004239317029714584,-0.008332325145602226,-0.006867922842502594,0.0019769668579101562,0.0003821849822998047 +180,0.026360226132087525,0.28973568465229227,-2.36960307035408,0.025258591398596764,-0.28569895029067993,-0.9579864740371704,-0.029933271929621696,-0.00935591384768486,0.023488877341151237,-0.002172047272324562,-0.0037755072116851807,-0.0063078999519348145 +181,0.026261410021189483,0.2908626278739069,-2.369247047477106,0.025155456736683846,-0.2867787182331085,-0.9576665163040161,0.02222440019249916,-0.03559274226427078,0.025852952152490616,0.005713075399398804,0.0054829418659210205,-0.0030573606491088867 +182,0.024726222717997126,0.29470632433196375,-2.3668537413233035,0.023657802492380142,-0.2904588580131531,-0.9565950036048889,0.03734690696001053,0.0252279844135046,0.03134390711784363,-0.004645355045795441,-0.004585087299346924,0.002966463565826416 +183,0.024223461527037565,0.2943496065711014,-2.366572591964216,0.023179369047284126,-0.2901175022125244,-0.9567102789878845,-0.007106520235538483,-0.018147142603993416,0.0021522731985896826,-0.003602340817451477,0.00045990943908691406,-0.0010381340980529785 +184,0.020422635446718147,0.2940136981537442,-2.3646560458807158,0.01954490877687931,-0.28979602456092834,-0.9568888545036316,0.0009265532717108727,0.008200976997613907,0.04843134433031082,0.0021683424711227417,-0.0009144246578216553,-0.0016377568244934082 +185,0.020048878939411735,0.29352026734029246,-2.361845636837636,0.01919012889266014,-0.28932371735572815,-0.957038938999176,0.010088647715747356,-0.011368772946298122,-0.0022171384189277887,-0.0031989216804504395,-0.0025158822536468506,-0.0017318129539489746 +186,0.02103959078273553,0.2932606497110515,-2.3615080650857427,0.020139848813414574,-0.28907519578933716,-0.9570944905281067,0.003373284824192524,-0.001670698169618845,0.01165416557341814,0.007753213867545128,-0.001253753900527954,-0.003507256507873535 +187,0.019391477837394994,0.2935180433115569,-2.3610145992720986,0.018560979515314102,-0.2893216013908386,-0.9570519924163818,-0.021993441507220268,0.010767771862447262,0.018288491293787956,-0.0027376115322113037,0.001693427562713623,0.001546621322631836 +188,0.018781795316957516,0.29107746805121193,-2.360121187589868,0.017990685999393463,-0.28698453307151794,-0.9577662944793701,-0.029756469652056694,0.016418468207120895,-0.014468762092292309,-0.005402185022830963,-0.0015133917331695557,0.004122495651245117 +189,0.02189291165275365,0.2911824203597178,-2.361590488550229,0.020969657227396965,-0.28708508610725403,-0.9576755166053772,-0.050818875432014465,0.00411546416580677,0.00869274977594614,0.0036580245941877365,0.0012421905994415283,0.016940712928771973 +190,0.02116893748525352,0.2852681243730858,-2.3626129515581877,0.020311903208494186,-0.2814147472381592,-0.9593712091445923,-0.0807836651802063,0.0344695970416069,-0.031355198472738266,-0.00033814646303653717,-0.006869524717330933,-0.01041632890701294 +191,0.021002578529016647,0.28655334664532994,-2.363227493220957,0.020144691690802574,-0.2826477885246277,-0.9590122103691101,0.04001317545771599,-0.07608970999717712,0.02098260633647442,-0.004595987498760223,-0.0071471333503723145,0.012555301189422607 +192,0.015704995969758155,0.29623546204875284,-2.3673371266795344,0.015020303428173065,-0.2919217348098755,-0.9563242793083191,0.09963463246822357,0.059115469455718994,0.14479288458824158,0.037622518837451935,0.0122891366481781,-0.005391418933868408 +193,0.012314172490616858,0.29557430701232745,-2.3571282948685823,0.011779870837926865,-0.2912892997264862,-0.9565624594688416,-0.009156855754554272,0.01993735134601593,-0.008051758632063866,-0.03585824370384216,-0.033310920000076294,-0.018275797367095947 +194,0.011045236912842375,0.30147775465041776,-2.3628019618898133,0.010546868667006493,-0.2969316244125366,-0.9548404812812805,-0.0031290268525481224,-0.015624014660716057,-0.009169508703052998,0.0005157506093382835,0.01645985245704651,0.007925868034362793 +195,0.007833501199057997,0.30672961241134655,-2.3583510776967938,0.007467804942280054,-0.30194249749183655,-0.9532968997955322,0.03759061545133591,-0.054978083819150925,-0.04070420190691948,0.000832974910736084,-0.006742805242538452,0.008610010147094727 +196,0.005477964540606757,0.3104186457177309,-2.354966901506289,0.005216123536229134,-0.30545729398727417,-0.9521914720535278,0.006946687586605549,-0.017109252512454987,0.06320971995592117,0.0012993738055229187,-0.0004203915596008301,0.003476262092590332 +197,0.002511727257213762,0.3113891033961525,-2.3451850861360923,0.0023909329902380705,-0.3063812255859375,-0.9519059062004089,0.03354308381676674,-0.004425311926752329,0.05350017547607422,-0.0006819441914558411,-0.0027007758617401123,0.009462058544158936 +198,0.0009374549197555069,0.31406775300098616,-2.3446340451093954,0.0008915989892557263,-0.3089299499988556,-0.9510843753814697,-0.04648842662572861,0.05505433306097984,0.05710827186703682,-0.006430543959140778,-0.014144361019134521,0.009052515029907227 +199,-0.001411534803773389,0.311825875380802,-2.3432998346066944,-0.0013434630818665028,-0.30679696798324585,-0.9517740607261658,-0.021471016108989716,-0.020682422444224358,0.015685774385929108,-0.003936074674129486,0.004444092512130737,-0.008095324039459229 +200,-0.002361465981595634,0.3106713444099917,-2.339587862072785,-0.0022484171204268932,-0.3056979179382324,-0.9521259069442749,0.007854577153921127,-0.023167921230196953,-0.004870388191193342,0.004109986126422882,-0.0003476142883300781,0.008247733116149902 +201,-0.002071927516352845,0.30786825671640566,-2.3429211562925514,-0.001974507700651884,-0.30302780866622925,-0.9529796838760376,-0.059840597212314606,-0.0014419951476156712,-0.051694080233573914,-0.008843973278999329,-0.002407371997833252,-0.004234671592712402 +202,-0.001253958045322414,0.30134276261747034,-2.343781307461339,-0.0011974528897553682,-0.29680272936820984,-0.9549380540847778,-0.058762941509485245,0.0005450565367937088,0.011452395468950272,0.008948914706707,0.0028879642486572266,-0.008257687091827393 +203,-0.0003152705316027415,0.3001604270233142,-2.3416497654898216,-0.0003011744993273169,-0.2956734597682953,-0.9552890062332153,-0.006366928108036518,0.003914196044206619,0.010439934208989143,-0.002796359360218048,0.002002805471420288,0.002545475959777832 +204,0.0002431089808201295,0.2974430816814514,-2.3418603494903207,0.00023243381292559206,-0.2930765151977539,-0.9560889601707458,0.012519348412752151,-0.0019094953313469887,-0.010291901417076588,0.0012629330158233643,0.0034189224243164062,-0.0023613572120666504 +205,0.0007605233775759195,0.2968888866432291,-2.34083130882903,0.0007272513466887176,-0.2925466299057007,-0.9562509655952454,-0.014568045735359192,0.001291121356189251,-0.007459388114511967,-0.007212236523628235,0.0022024214267730713,0.0009287595748901367 +206,0.0012633193186184313,0.2947351292888351,-2.3413277548647047,0.0012088435469195247,-0.2904864251613617,-0.9568783640861511,-0.007386860437691212,-0.025989864021539688,-0.010472731664776802,0.0010952353477478027,0.0021105706691741943,-0.003280937671661377 +207,0.0010628987855695988,0.28902848871801246,-2.3388417902587713,0.0010188109008595347,-0.2850211560726166,-0.9585207104682922,-0.03108559362590313,0.0753943920135498,0.01607692614197731,0.001712515950202942,-0.009320884943008423,-0.0016538500785827637 +208,0.0018024666011516026,0.28534853927119513,-2.3408481728696566,0.0017295804573222995,-0.2814919054508209,-0.9595620632171631,-0.04071839153766632,-0.013974287547171116,-0.01834242045879364,-0.008138269186019897,0.005246788263320923,-0.016603708267211914 +209,0.001770827139893423,0.28668403078842947,-2.3391756873467617,0.0016985530965030193,-0.28277313709259033,-0.9591853022575378,0.03853795304894447,-0.017791856080293655,0.005701661575585604,0.012186944484710693,-0.0028255879878997803,0.008440673351287842 +210,0.0037754948199736145,0.28368027601978796,-2.3387077651115677,0.003624586621299386,-0.2798907160758972,-0.9600250124931335,-0.048432864248752594,0.016022242605686188,-0.03999222442507744,-0.006294876337051392,-0.002824127674102783,0.001071155071258545 +211,0.003942019383061735,0.27976993213720375,-2.340185557994342,0.0037887399084866047,-0.27613452076911926,-0.9611115455627441,-0.003711084835231304,0.0008496548980474472,-0.013504402711987495,0.007029742002487183,0.00698477029800415,-0.01125478744506836 +212,0.00393151458826228,0.28083048092260443,-2.3376394770751796,0.0037774902302771807,-0.27715370059013367,-0.9608181715011597,0.0006080027669668198,-0.013654552400112152,0.020928964018821716,-0.008919700980186462,-0.003806382417678833,0.004992365837097168 +213,0.004022458888269064,0.2789557130083121,-2.3404173915050968,0.003866954240947962,-0.275351881980896,-0.9613357186317444,-0.014369554817676544,0.0009577209129929543,-0.024309813976287842,0.0020534545183181763,0.003409743309020996,-0.0021194815635681152 +214,0.005047669579056105,0.27976349156746083,-2.339635509131417,0.004851399455219507,-0.276128351688385,-0.9611085057258606,0.025364568457007408,0.020324595272541046,0.02027973160147667,0.0025491113774478436,0.0008598268032073975,-0.0009428262710571289 +215,0.003720351545306535,0.27975410495997655,-2.3390264722182716,0.003575708484277129,-0.27611932158470154,-0.9611167311668396,-0.011953242123126984,0.014100863598287106,0.004685441497713327,-0.008244894444942474,-0.003772646188735962,0.0007895827293395996 +216,0.00393052593874348,0.2783119070090855,-2.3398984536725687,0.00377927185036242,-0.27473291754722595,-0.9615131616592407,-0.0036418763920664787,0.011951369233429432,0.006066002417355776,0.0017444118857383728,-0.0016495585441589355,-0.006229758262634277 +217,0.01042091216985079,0.2733474002616057,-2.3391021849835574,0.01003383006900549,-0.2699560523033142,-0.9628203511238098,-0.1473534107208252,0.019292514771223068,-0.03428643196821213,-0.014413096010684967,-0.001452028751373291,0.011831581592559814 +218,0.013625313099610794,0.2667193936450558,-2.343885880425351,0.013143125921487808,-0.263568252325058,-0.9645512104034424,-0.03423363342881203,0.04175150394439697,-0.003624415025115013,0.011286191642284393,0.006884902715682983,0.002621889114379883 +219,0.013785073756658649,0.2645704634428129,-2.3442371255281507,0.013304999098181725,-0.2614946961402893,-0.9651132225990295,0.03021106868982315,0.008642944507300854,0.028379123657941818,0.003205016255378723,0.004063665866851807,-0.02246612310409546 +220,0.01536706617201659,0.26817321763529883,-2.343200600629594,0.014817210845649242,-0.2649703919887543,-0.9641426801681519,0.04193626344203949,-0.0030454243533313274,0.012221366167068481,0.0001058792695403099,-0.0007461309432983398,0.002121865749359131 +221,0.013184279878303428,0.2725590263940039,-2.342437536338538,0.012697217054665089,-0.26919686794281006,-0.9630014896392822,0.08205932378768921,0.008120328187942505,0.02748166397213936,0.0062389373779296875,0.0018323659896850586,-0.0057637691497802734 +222,0.016157923565614886,0.2801341633450503,-2.3413183185657336,0.015527385286986828,-0.27648457884788513,-0.960892915725708,0.055710285902023315,0.11875586211681366,-0.006728642620146275,-0.014413498342037201,-0.011982828378677368,0.007722139358520508 +223,0.03790999845697229,0.2751191889045213,-2.34961174659456,0.03647557273507118,-0.271661639213562,-0.9617013335227966,-0.1767245978116989,0.25823143124580383,-0.12558308243751526,-0.04350986331701279,0.009210467338562012,-0.01667696237564087 +224,0.0634716906135195,0.2664789699188575,-2.3633458195241,0.061190295964479446,-0.26333633065223694,-0.9627615213394165,-0.028585242107510567,0.1394474357366562,-0.2528740167617798,0.035855598747730255,-0.011581271886825562,0.010246872901916504 +225,0.07101815966087809,0.2663504700937902,-2.378172847160294,0.06845633685588837,-0.2632123529911041,-0.9623060822486877,-0.10444658249616623,0.08639616519212723,-0.045302312821149826,-0.01752249151468277,0.003309398889541626,-6.574392318725586e-05 +226,0.09196800927472218,0.2575427119912368,-2.390348276610124,0.08880947530269623,-0.2547050714492798,-0.9629321098327637,-0.10017078369855881,0.0336836613714695,-0.14529851078987122,0.026531703770160675,0.0008903741836547852,0.023189067840576172 +227,0.08910763488506288,0.2502124802322372,-2.3962352872718196,0.08621860295534134,-0.24760982394218445,-0.9650159478187561,-0.07392221689224243,0.06434520334005356,0.03152146562933922,-0.008841291069984436,0.015096411108970642,-0.019526898860931396 +228,0.09104445239750919,0.2496259536062546,-2.3928730456313745,0.08810068666934967,-0.2470415234565735,-0.964991569519043,0.032018110156059265,-0.07818634808063507,-0.03395611047744751,0.008060209453105927,-0.017042338848114014,0.01749706268310547 +229,0.09114122241840074,0.23932639489230334,-2.3962638238980514,0.08842097222805023,-0.23704826831817627,-0.9674656987190247,-0.10468407720327377,0.1330091655254364,0.09231311827898026,0.005802057683467865,-0.0021484941244125366,-0.015230834484100342 +230,0.08722534616696292,0.23440152130261446,-2.394467316318949,0.08473250269889832,-0.23226091265678406,-0.9689557552337646,-0.02247489243745804,-0.11384859681129456,0.007861845195293427,0.013991869986057281,0.021537035703659058,-0.0052874088287353516 +231,0.07625507139033577,0.24264959436341482,-2.3848513055646148,0.07394944131374359,-0.24027544260025024,-0.9678838849067688,0.20790275931358337,-0.1580086201429367,0.1740601658821106,0.023981459438800812,0.00025469064712524414,-0.011211574077606201 +232,0.06256934468317506,0.2592535047427662,-2.372233003616081,0.06043892353773117,-0.2563590705394745,-0.9646902084350586,0.11688977479934692,-0.07758763432502747,0.15048450231552124,-0.02590828388929367,-0.023075133562088013,0.015227317810058594 +233,0.061360342160468116,0.25572790938255174,-2.3724697532112726,0.0593276247382164,-0.25294971466064453,-0.9656586647033691,-0.08942734450101852,0.006756516173481941,-0.06500233709812164,0.0030503049492836,-0.01644420623779297,-0.0012450218200683594 +234,0.058191963750778675,0.25170284400846354,-2.3728591865317763,0.05632651597261429,-0.24905350804328918,-0.9668503999710083,-0.0972648486495018,0.027349794283509254,-0.014855857938528061,-0.021277084946632385,0.009002238512039185,0.005638241767883301 +235,0.06247329413458525,0.2446058329045714,-2.375042405085914,0.06057422235608101,-0.2421739101409912,-0.9683400988578796,-0.04127927124500275,0.05604860559105873,0.03565036877989769,3.369152545928955e-05,0.002031087875366211,-0.007917225360870361 +236,0.06769385984180068,0.23443420970101406,-2.3776292131880785,0.06579188257455826,-0.23229271173477173,-0.9704182147979736,-0.14392873644828796,0.0342857800424099,-0.08750350028276443,-0.007976330816745758,0.004097536206245422,-0.004770934581756592 +237,0.06925641357366051,0.23128044181807558,-2.377641965540357,0.06735849380493164,-0.2292240560054779,-0.9710402488708496,-0.06667560338973999,-0.07936863601207733,-0.01672663912177086,-0.0066132619976997375,0.008246272802352905,0.02267599105834961 +238,0.06623985918774761,0.23145455663116205,-2.3772208560898354,0.06442635506391525,-0.22939354181289673,-0.9711991548538208,0.11212116479873657,-0.014272088184952736,0.04344959929585457,0.005443640053272247,0.010643541812896729,-0.0110548734664917 +239,0.061010052894402166,0.24657624555525304,-2.372890882308124,0.059128034859895706,-0.2440851926803589,-0.9679495096206665,0.14187851548194885,-0.04520507901906967,0.08313019573688507,-0.010010000318288803,0.0015009939670562744,0.0018698573112487793 +240,0.05997371400267341,0.2523487513193153,-2.372602419541029,0.05803946033120155,-0.24967901408672333,-0.9665877223014832,-0.06038997694849968,-0.135933980345726,-0.07947646826505661,-0.004801534116268158,0.009581953287124634,0.028187453746795654 +241,0.04937848877633712,0.2537962602026631,-2.387122510016682,0.047777287662029266,-0.2510804235935211,-0.9667863845825195,0.1523311287164688,0.015818748623132706,0.09302812814712524,0.01644696295261383,-0.01521599292755127,-0.04221630096435547 +242,0.04982713277295884,0.25799205377453244,-2.382582675582682,0.048158131539821625,-0.2551395893096924,-0.9657042026519775,0.028989408165216446,-0.06053287163376808,-0.10662660002708435,-0.012132138013839722,-0.006167173385620117,-0.006540060043334961 +243,0.049188514235440496,0.25701153577548397,-2.380468948407303,0.04755368456244469,-0.25419139862060547,-0.9659841656684875,-0.08185240626335144,0.018475212156772614,0.029686901718378067,-0.005180031061172485,-0.007313728332519531,0.008815586566925049 +244,0.04867511045900124,0.25671947115625615,-2.3834305564976206,0.04706134647130966,-0.2539089024066925,-0.9660825729370117,0.05517188832163811,0.003842046484351158,0.01798628270626068,0.006558038294315338,0.010973721742630005,-0.012066841125488281 +245,0.0447851183911472,0.2610128791659384,-2.3795455351680577,0.04325374215841293,-0.2580592632293701,-0.9651603698730469,0.03858932852745056,-0.019119005650281906,0.029479539021849632,-0.01078304648399353,0.003893613815307617,0.002483367919921875 +246,0.04640061647249688,0.2604387070390559,-2.377917586725091,0.04481976479291916,-0.25750449299812317,-0.9652370810508728,-0.06567594408988953,-0.005445841699838638,-0.054166682064533234,-0.006718575954437256,-0.010149925947189331,0.015667378902435303 +247,0.04620305025526066,0.25026520355291465,-2.384534846346755,0.04474775120615959,-0.24766090512275696,-0.9678128361701965,-0.07557416707277298,0.07076849788427353,-0.02080475725233555,-0.007592599838972092,-0.007786467671394348,-0.01799643039703369 +248,0.048630073266116514,0.2480471327206656,-2.383442559047752,0.04712310805916786,-0.24551133811473846,-0.9682477116584778,-0.0029171621426939964,-0.022457849234342575,0.04201975464820862,0.01694854348897934,0.01386764645576477,0.0001996159553527832 +249,0.047242221361947355,0.251188577417105,-2.376482226166464,0.04574263095855713,-0.24855540692806244,-0.967536985874176,0.006647731177508831,0.01870712637901306,0.021208688616752625,-0.015484452247619629,-0.01679493486881256,0.015464842319488525 +250,0.049165679312686214,0.24452289325946272,-2.3797020840564334,0.04768392816185951,-0.24209344387054443,-0.9690805077552795,-0.05583197623491287,-0.0005644587799906731,-0.05887793004512787,0.0005796253681182861,0.005124449729919434,-0.011998593807220459 +251,0.046903501534470426,0.24652502946578053,-2.378676149860794,0.045468758791685104,-0.2440355271100998,-0.9686997532844543,0.005286858417093754,-0.021027717739343643,0.03984983265399933,0.006365351378917694,0.0032670944929122925,0.010218918323516846 +252,0.04311667793332464,0.24534381904174193,-2.3759735334656726,0.04181254282593727,-0.242889866232872,-0.9691523313522339,-0.010233641602098942,-0.02088593877851963,0.022898759692907333,-0.009479165077209473,0.0015873759984970093,-0.0019322633743286133 +253,0.04369753085786743,0.2426522246879735,-2.375919984222626,0.04240387678146362,-0.2402779906988144,-0.969777524471283,-0.023742951452732086,-0.015169680118560791,-0.03181872516870499,0.003845512866973877,0.002393469214439392,0.007527768611907959 +254,0.043106135566881934,0.24497513018726033,-2.376030773476176,0.0418061800301075,-0.24253219366073608,-0.9692421555519104,0.038077786564826965,0.005363439209759235,0.0032362353522330523,-0.0068635493516922,-0.003561556339263916,0.0038490891456604004 +255,0.04184692867720523,0.24615697192529948,-2.37698655469583,0.04057365283370018,-0.24367858469486237,-0.9690069556236267,-0.00872858241200447,-0.010393083095550537,0.04497344419360161,0.005889363586902618,0.009776607155799866,-0.000948488712310791 +256,0.042536474113269475,0.24585019629329002,-2.3745748084009413,0.0412449948489666,-0.24338103830814362,-0.9690533876419067,-0.04182741045951843,0.013860590755939484,0.0008555150125175714,-0.0046391598880290985,-0.009838536381721497,0.009260356426239014 +257,0.03665326188106448,0.24002373124969056,-2.373280539321649,0.035594526678323746,-0.23772567510604858,-0.9706799387931824,-0.09325141459703445,-0.07872321456670761,0.04174340143799782,0.0001568123698234558,0.000619351863861084,-0.00032836198806762695 +258,0.034355027212438195,0.23819373564550145,-2.37095431085775,0.033378470689058304,-0.23594774305820465,-0.9711923003196716,0.04027120769023895,0.0009752688929438591,0.017865091562271118,0.006782662123441696,0.005601078271865845,-0.00030422210693359375 +259,0.03065903950178532,0.23846725444460282,-2.3672761704727687,0.02978675812482834,-0.2362135350704193,-0.9712445139884949,0.009052316658198833,-0.03633900731801987,0.026519708335399628,-0.010575942695140839,-0.0066300928592681885,-0.009758293628692627 +260,0.02795346077718953,0.23693322678512507,-2.3682194970728974,0.027168968692421913,-0.23472264409065247,-0.971682608127594,-0.021758731454610825,0.00039888639003038406,0.018357358872890472,-0.0007254872471094131,-0.0020021945238113403,-0.01279914379119873 +261,0.026964171336623776,0.23746082533182314,-2.366027760535007,0.026204338297247887,-0.23523546755313873,-0.9715850949287415,-0.053037434816360474,-0.026218749582767487,0.04345175623893738,0.012980237603187561,-0.004831075668334961,0.014477550983428955 +262,0.02363172732174713,0.23525782112417593,-2.3643319895296533,0.022978635504841805,-0.23309370875358582,-0.9721827507019043,0.04304587095975876,0.004670360125601292,0.031200191006064415,0.0016795694828033447,0.0016483962535858154,-0.019180774688720703 +263,0.023891073501818624,0.23629399141666993,-2.3625579227445965,0.023224985226988792,-0.23410122096538544,-0.9719347953796387,-0.018102211877703667,-0.00768753606826067,-0.02642396092414856,-0.005250133574008942,-0.004592031240463257,0.004466533660888672 +264,0.025356319460704473,0.2341466253228636,-2.363925844988732,0.024661770090460777,-0.23201298713684082,-0.9724000096321106,-0.019045811146497726,-0.013287018053233624,-0.0493680015206337,-0.013385526835918427,0.007846102118492126,0.0009949803352355957 +265,0.02523072289193574,0.23325368031236365,-2.3659548804298494,0.024544857442378998,-0.23114430904388428,-0.97260981798172,0.04087211936712265,0.0023806244134902954,0.01771116442978382,0.010565616190433502,0.010212302207946777,-0.00918644666671753 +266,0.02446454128956822,0.23632256810194763,-2.363325816194506,0.023782189935445786,-0.23412899672985077,-0.9719145894050598,0.026595402508974075,0.012612039223313332,0.022229371592402458,-0.011422568932175636,-0.009035050868988037,-0.0016723871231079102 +267,0.02496603060088518,0.23604409591322237,-2.3647182723335205,0.024271218106150627,-0.23385825753211975,-0.9719676971435547,-0.020779341459274292,-0.008299017325043678,-0.025013355538249016,0.004033833742141724,0.001741558313369751,0.0041027069091796875 +268,0.026762625337686363,0.23908074155657166,-2.364979984855499,0.02599828690290451,-0.2368096113204956,-0.9712081551551819,0.04087299853563309,0.027780473232269287,0.005001877434551716,0.0016658976674079895,0.0049370527267456055,0.005967676639556885 +269,0.02682706916087857,0.23904082471174984,-2.363871559826212,0.026061128824949265,-0.2367708384990692,-0.9712159633636475,-0.006890655495226383,-0.009668364189565182,0.014658153057098389,0.000962182879447937,-0.002898961305618286,0.002862691879272461 +270,0.02726787826759937,0.23801521535202838,-2.3649899599848454,0.026495855301618576,-0.23577426373958588,-0.9714465737342834,-0.05843068286776543,0.01145929004997015,-0.038655322045087814,-0.008704105392098427,0.00619053840637207,0.0011097192764282227 +271,0.028548353363790455,0.23506135167183156,-2.364379475432696,0.027759503573179245,-0.2329026460647583,-0.9721037745475769,-0.011338804848492146,0.017130225896835327,0.009706884622573853,-0.0031165629625320435,-0.0085829496383667,-0.005908310413360596 +272,0.029058881893698645,0.23187089866265168,-2.366262628492348,0.028277233242988586,-0.22979874908924103,-0.9728273153305054,-0.011965450830757618,-0.02503127232193947,-0.009942112490534782,0.0019656866788864136,0.012254208326339722,-0.010555863380432129 +273,0.027242830432374656,0.23640842082921268,-2.3643895206064207,0.026481807231903076,-0.2342124581336975,-0.9718247056007385,0.07904075086116791,-0.011488830670714378,-0.004782956559211016,-0.0009843707084655762,0.0009666085243225098,0.007392942905426025 +274,0.024548404595134014,0.23836479843723152,-2.3651430206927535,0.0238519124686718,-0.23611398041248322,-0.9714325666427612,0.027552399784326553,-0.05170609802007675,0.006893520709127188,0.0022253599017858505,-0.0016179382801055908,-0.001971304416656494 +275,0.023152483240153763,0.24105177478428613,-2.36484989160123,0.022481076419353485,-0.23872412741184235,-0.9708271622657776,-0.024535097181797028,-0.019971106201410294,-0.013234992511570454,-0.0038500968366861343,0.00172463059425354,0.010820508003234863 +276,0.021735364027722182,0.24230756609167806,-2.366211737154249,0.021098744124174118,-0.23994341492652893,-0.9705575704574585,0.005728185176849365,0.02375570870935917,0.0007689353078603745,-0.0017506033182144165,0.0010670721530914307,0.004508376121520996 +277,0.022922145339075117,0.24171734748622373,-2.3655598541405047,0.022253811359405518,-0.2393704056739807,-0.9706732630729675,0.026316646486520767,0.012645358219742775,0.03706122934818268,0.005746066570281982,0.002721846103668213,-0.0013268589973449707 +278,0.021960148554245693,0.24048173041791163,-2.3642653413642964,0.021326495334506035,-0.23817051947116852,-0.9709891676902771,-0.01240087766200304,-0.07719380408525467,-0.0263620987534523,-0.005747273564338684,-0.004352673888206482,-0.0050697922706604 +279,0.021555450197374777,0.2416802161947738,-2.363135798385378,0.020927367731928825,-0.2393343448638916,-0.9707116484642029,0.0017550350166857243,-0.007409277372062206,0.015376068651676178,0.0029831528663635254,-0.0036008358001708984,0.003548562526702881 +280,0.02197780746852891,0.24010631654087883,-2.3638543719951577,0.021345604211091995,-0.23780588805675507,-0.971078097820282,-0.019964128732681274,-0.0007267305627465248,-0.022984329611063004,3.196112811565399e-05,0.00394970178604126,0.0008175373077392578 +281,0.021600310606238248,0.2423498821159222,-2.363314138927751,0.020967448130249977,-0.23998449742794037,-0.9705502390861511,0.03520623594522476,-0.003321263939142227,0.014325973577797413,0.004163771867752075,0.0025577396154403687,0.002700507640838623 +282,0.02120124487955436,0.2425780433236505,-2.362924591214956,0.02057897113263607,-0.24020598828792572,-0.9705038070678711,0.007257165387272835,-0.006859618704766035,0.00020902208052575588,-0.0024973079562187195,-0.0029733479022979736,-0.0032815933227539062 +283,0.021026877506528666,0.24324158426181144,-2.364277250139832,0.020406391471624374,-0.2408500462770462,-0.9703478217124939,-0.01289395336061716,-0.001976889092475176,0.00258364574983716,0.004419652745127678,0.0036216676235198975,0.0024217963218688965 +284,0.020370311976544445,0.244375743491074,-2.3629737916664304,0.01976371370255947,-0.24195066094398499,-0.9700872302055359,0.004013916943222284,0.012445810250937939,0.027255233377218246,-0.00612235814332962,-0.0017779767513275146,0.004190623760223389 +285,0.018842631903339423,0.2460703906581389,-2.3615114078876727,0.018273957073688507,-0.24359461665153503,-0.9697049856185913,-0.009184746071696281,0.02159510925412178,0.05631040409207344,0.0009063407778739929,-0.0038571804761886597,0.0006955862045288086 +286,0.019128057727957913,0.24686181170213134,-2.360079373914772,0.018547041341662407,-0.24436211585998535,-0.9695066809654236,-0.025760820135474205,0.003955351188778877,0.002856341190636158,-0.006660446524620056,-0.0045239925384521484,0.008401334285736084 +287,0.018968098776142497,0.24529745656684487,-2.361242927355561,0.018399188295006752,-0.24284489452838898,-0.9698906540870667,-0.013517270796000957,-0.00573674077168107,-0.001518073258921504,0.002383282408118248,0.003403976559638977,-0.0028113722801208496 +288,0.018812881048036738,0.24529805081217748,-2.3601680164588066,0.01824864000082016,-0.24284546077251434,-0.9698933362960815,0.018554411828517914,-0.013636150397360325,0.011689065024256706,0.00253383070230484,3.235042095184326e-05,-0.005570530891418457 +289,0.017844811422600776,0.24590224752723047,-2.359099150962079,0.017307085916399956,-0.24343152344226837,-0.9697636365890503,0.0022843978367745876,-0.012439867481589317,-0.010910071432590485,-0.002994345501065254,-0.0020365864038467407,0.0006932616233825684 +290,0.017019678291523507,0.2464663392349891,-2.3592738214531486,0.0165045578032732,-0.2439786195755005,-0.9696401357650757,-0.008446463383734226,-0.009803438559174538,-0.0040177758783102036,0.003438679501414299,0.002782955765724182,-0.001612246036529541 +291,0.015896774445911414,0.24908380900739127,-2.357546585307564,0.015405530110001564,-0.246516153216362,-0.9690162539482117,0.017014155164361,0.01774110272526741,0.004312059376388788,-0.009958140552043915,-0.0046892911195755005,0.00417250394821167 +292,0.015599522840323668,0.24847960251139395,-2.358939266807652,0.015119808726012707,-0.2459305375814438,-0.9691694974899292,0.04815003275871277,-0.009767984971404076,0.04022593051195145,0.009904607199132442,-0.0026656240224838257,-0.027366697788238525 +293,0.01718376079694224,0.250862356566032,-2.35896106996124,0.016645068302750587,-0.2482394129037857,-0.9685556888580322,-0.046629589051008224,-0.003765375819057226,-0.026622828096151352,-0.0015236083418130875,0.005182176828384399,0.008076012134552002 +294,0.01456200789036117,0.25421223996003783,-2.3570869997923602,0.014093511737883091,-0.2514830529689789,-0.9677590727806091,0.08848250657320023,-0.012141430750489235,0.043471090495586395,0.0008143261075019836,-0.008282572031021118,0.002259194850921631 +295,0.01410851882972295,0.2534253098788563,-2.358205981701654,0.013657430186867714,-0.2507213354110718,-0.9679629802703857,-0.016777046024799347,-0.01471661776304245,-0.040716081857681274,-0.0004738345742225647,0.006061911582946777,-3.933906555175781e-05 +296,0.01278568958168924,0.2567845468221209,-2.358051587798036,0.012366130948066711,-0.2539718449115753,-0.967132568359375,0.019571978598833084,-0.023354601114988327,-0.005456260871142149,0.0037776678800582886,-0.0016891658306121826,0.0087432861328125 +297,0.011358802518556735,0.2569193700118022,-2.358540899285451,0.010985740460455418,-0.25410225987434387,-0.9671149849891663,0.026706304401159286,-0.019525103271007538,0.024251343682408333,0.003540627658367157,-0.0016808509826660156,-0.00859302282333374 +298,0.010329819329873023,0.2575825189602544,-2.357914002005885,0.009988847188651562,-0.2547435760498047,-0.9669570326805115,-0.017202921211719513,-0.006388602778315544,0.0005716059822589159,0.0011042878031730652,-0.0054035186767578125,-0.006630003452301025 +299,0.008264480413374081,0.2588505218790825,-2.3577613661426393,0.007989057339727879,-0.2559695243835449,-0.9666518568992615,0.00553069356828928,0.007737013511359692,0.01206183061003685,-0.009926922619342804,-0.003643512725830078,-0.0016556382179260254 +300,0.008589848645444851,0.2583748749537194,-2.3592823618303447,0.00830461923032999,-0.25550970435142517,-0.9667708277702332,-0.01413741521537304,-0.010032933205366135,-0.0138145936653018,0.0034751668572425842,0.005479186773300171,0.0010573267936706543 +301,0.006983391048391821,0.2590184813232454,-2.3578514468089717,0.006750382948666811,-0.2561318874359131,-0.9666182994842529,0.011081289499998093,-0.014271356165409088,0.02352718636393547,-0.003958024084568024,-0.002687692642211914,0.0032699108123779297 +302,0.0070415171630808055,0.25756318669532385,-2.3586152707677903,0.006809186190366745,-0.2547248899936676,-0.9669895768165588,-0.02051968313753605,-0.0009169052354991436,-0.016979502514004707,0.0016289204359054565,-0.0007987916469573975,0.003336012363433838 +303,0.006074315924215378,0.25725496097189426,-2.358793750801015,0.00587438652291894,-0.2544268071651459,-0.9670742154121399,0.015073340386152267,0.0071630580350756645,0.01144452765583992,0.0015719011425971985,0.002214282751083374,-0.004147708415985107 +304,0.005250502578166607,0.2564632290836718,-2.3589469945925376,0.005078752059489489,-0.25366103649139404,-0.967279851436615,-0.027172572910785675,-0.03380684554576874,-0.015095171518623829,-0.0007452517747879028,0.003798365592956543,0.0014137625694274902 +305,0.0005094205846305986,0.25423097378406934,-2.3579855107943857,0.0004930462455376983,-0.2515011727809906,-0.9678568840026855,-0.013931351713836193,-0.061510778963565826,0.004558735992759466,0.004130370914936066,-0.0033511221408843994,-0.0011372566223144531 +306,-0.003912877267536169,0.253582301461927,-2.3575612061653572,-0.0037877336144447327,-0.25087329745292664,-0.9680125117301941,-1.1557713150978088e-06,-0.1557864099740982,0.02006392553448677,0.012607313692569733,0.0008885860443115234,-0.010121583938598633 +307,-0.017273518977550778,0.26436011861920966,-2.3545787308688544,-0.016672605648636818,-0.2612916827201843,-0.9651159048080444,0.1515319049358368,-0.07459038496017456,0.053564637899398804,0.0033364295959472656,0.0069123804569244385,0.0036290884017944336 +308,-0.05089383920733978,0.28814834937094996,-2.340349828204853,-0.048774510622024536,-0.28417739272117615,-0.9575302600860596,0.5201874375343323,-0.07053106278181076,0.087997667491436,0.030677594244480133,0.046033501625061035,0.030375778675079346 +309,-0.07096708739373565,0.30244133688273134,-2.3258484243643824,-0.0676891952753067,-0.2978516221046448,-0.9522092938423157,-0.03565956652164459,0.10460133105516434,0.06246337294578552,-0.0580890029668808,-0.022613465785980225,-0.007507443428039551 +310,-0.028753361634369073,0.28544357188899144,-2.3430633402296404,-0.027586108073592186,-0.28158310055732727,-0.9591402411460876,-0.6657847762107849,0.7357068657875061,-0.12380114197731018,-0.02427852153778076,-0.03842422366142273,0.09201377630233765 +311,0.029162641169516876,0.1700705898361953,-2.2727936266884003,0.028737831860780716,-0.1692519187927246,-0.9851537346839905,-0.6800339221954346,0.48043522238731384,1.6400762796401978,-0.031316570937633514,-0.1352066844701767,-0.24317872524261475 +312,0.08712299338102183,0.19201734579834379,-2.196246598731031,0.08541363477706909,-0.19083955883979797,-0.977898120880127,0.4572376012802124,-0.06739768385887146,-0.8164517283439636,0.03870135545730591,-0.035829752683639526,-0.10869550704956055 +313,0.07108202227056115,0.13636001372600742,-2.2220691169966065,0.07036290317773819,-0.13593782484531403,-0.9882155656814575,-0.19144600629806519,0.5589349865913391,1.0066715478897095,0.08791650831699371,0.18673433363437653,-0.04207313060760498 +314,-0.17286653269550864,0.2526994864634952,-2.1669841295692867,-0.1665440946817398,-0.2500186264514923,-0.9538100957870483,1.8018603324890137,-4.91077184677124,0.822657585144043,0.352426677942276,-0.1783718466758728,-0.07898098230361938 +315,-0.6391902342944813,0.5043360926509233,-1.9921143764787632,-0.522273063659668,-0.48322629928588867,-0.7026543021202087,3.7848703861236572,-4.309506893157959,1.1097491979599,0.24235057830810547,0.02770569920539856,-0.20324468612670898 +316,-1.2364008641059319,0.7211751061970264,-1.588957554451054,-0.7094299793243408,-0.6602676510810852,-0.24648679792881012,3.749437093734741,-3.740588426589966,0.23139052093029022,0.17610478401184082,0.044773876667022705,-0.11098086833953857 +317,-2.089564367004566,0.6238765811647508,-0.9984750327994674,-0.7048355937004089,-0.5841858386993408,0.40240976214408875,5.51993989944458,-4.905338287353516,0.5111177563667297,0.19261330366134644,0.2679321765899658,-0.10175061225891113 +318,-2.623685236072957,0.3055107074204196,-0.6750966958828509,-0.47213849425315857,-0.3007802665233612,0.8286234140396118,3.4308433532714844,-3.1270647048950195,0.4851795434951782,0.2017984688282013,0.1390218436717987,0.07320165634155273 +319,-2.7630934933338684,0.16705646900263998,-0.6531215386673732,-0.36438196897506714,-0.16628052294254303,0.9162843227386475,0.6871986985206604,-0.46212634444236755,-0.15790626406669617,-0.08405858278274536,0.18428586423397064,-0.08489382266998291 +320,-2.767830448912413,0.0857415869678072,-0.619095757997413,-0.3637791872024536,-0.08563657104969025,0.9275403618812561,0.7603366374969482,0.2948325276374817,0.4877240061759949,0.060190349817276,0.03796812891960144,-0.027790606021881104 +321,-2.7654365593710217,0.03868259633226837,-0.6174197820414751,-0.3670732378959656,-0.038672950118780136,0.9293878078460693,-0.8020341396331787,0.731174111366272,0.03774676471948624,0.036766231060028076,-0.07744643092155457,0.19091248512268066 +322,-2.7822036595865294,0.018812818257185546,-0.6189887015117628,-0.35164007544517517,-0.018811708316206932,0.9359462261199951,1.305301547050476,-0.9392613172531128,0.35238561034202576,-0.03449881076812744,0.03533697873353958,-0.024691343307495117 +323,-2.931169813971651,-0.11801237831690702,-0.5929395730589656,-0.20742066204547882,0.11773864179849625,0.9711408615112305,1.233033299446106,-2.1316492557525635,-0.02593410015106201,-0.06879395246505737,-0.026079080998897552,0.05576050281524658 +324,-3.0620937205317342,-0.17226498914801971,-0.5571382522389318,-0.07823982834815979,0.17141425609588623,0.9820877313613892,-0.5320244431495667,0.3739051818847656,0.2903772294521332,0.018211722373962402,-0.06109316647052765,0.27368032932281494 +325,-3.020278430210344,-0.10691451801289036,-0.5477089084967762,-0.12032588571310043,0.10671094805002213,0.9869825839996338,-0.4056636691093445,0.13180381059646606,-0.054030369967222214,0.00023920834064483643,0.027093373239040375,-0.04646134376525879 +326,-2.9039099482981925,-0.026852357303011398,-0.5602103623510084,-0.23536624014377594,0.026849130168557167,0.971535861492157,-1.394870638847351,1.9481489658355713,0.21430234611034393,-0.012009277939796448,0.04602685198187828,0.030524134635925293 +327,-2.8562031477816157,0.0021488836158106905,-0.5560525365167089,-0.28153061866760254,-0.002148882020264864,0.9595499634742737,0.8431583046913147,-0.8376719355583191,0.042548682540655136,0.03053876757621765,0.020200029015541077,-0.1259775161743164 +328,-2.892377742424722,-0.039815146917357984,-0.5313143873996126,-0.24644772708415985,0.03980462998151779,0.9683382511138916,0.08999398350715637,-0.031102413311600685,0.010899392887949944,0.04507748782634735,0.02000981941819191,0.023467719554901123 +329,-2.902131709885464,-0.07304202241541473,-0.5171039028061497,-0.23654663562774658,0.07297708839178085,0.9688759446144104,0.38743939995765686,-0.16381604969501495,-0.04824849218130112,-0.0485028475522995,-0.02410317212343216,0.03904366493225098 +330,-2.9068750967621697,-0.07975057921361342,-0.497669386332226,-0.23182916641235352,0.07966607064008713,0.9694890975952148,0.08898250013589859,-0.02529926598072052,-0.018933285027742386,-0.01441723108291626,0.01605234295129776,-0.03798556327819824 +331,-2.909023497117659,-0.08745740362179928,-0.4840968122398066,-0.22959741950035095,0.08734595775604248,0.969358503818512,0.04262687265872955,-0.022896097972989082,0.10609985888004303,0.028318703174591064,0.0055648162961006165,-0.0067882537841796875 +332,-2.939316420995299,-0.11190750352022713,-0.48543381561439836,-0.19964297115802765,0.11167407780885696,0.9734839797019958,0.2883918583393097,-0.3313562572002411,0.13408240675926208,-0.04347522556781769,0.015752039849758148,0.010371923446655273 +333,-2.9660488025977236,-0.13672614751418394,-0.48637190401982283,-0.17301379144191742,0.13630054891109467,0.9754425883293152,0.254142701625824,-0.14354515075683594,0.111902616918087,0.04140675067901611,0.01213693618774414,-0.04999709129333496 +334,-2.976986023066791,-0.17063812087594918,-0.49089855873812793,-0.16148440539836884,0.16981123387813568,0.9721556901931763,0.22449864447116852,-0.14702697098255157,0.25264111161231995,0.008438780903816223,-0.02437974512577057,0.044918715953826904 +335,-3.078356209872219,-0.20117135408424536,-0.47859163819682254,-0.06191989406943321,0.19981719553470612,0.9778749942779541,0.2833969295024872,-1.229096531867981,-0.3055584728717804,-0.06886319816112518,0.008404269814491272,0.0843658447265625 +336,3.127550993010068,-0.1908591968332265,-0.413807457031301,0.013786232098937035,0.18970255553722382,0.9817447066307068,-0.3621533513069153,-0.3497382402420044,-0.60841965675354,0.004005515016615391,0.012949392199516296,-0.015741407871246338 +337,-3.134192229824566,-0.16971871981502684,-0.37068609230047345,-0.007294030394405127,0.1689051240682602,0.9856053590774536,0.13459821045398712,0.14739061892032623,-0.32512733340263367,-0.034377723932266235,0.002618923783302307,-0.10370838642120361 +338,3.0913204076657936,-0.23230937691877515,-0.3354759037438437,0.04890119656920433,0.23022547364234924,0.971907913684845,0.6554338932037354,-0.5027367472648621,-0.10511154681444168,0.03656328469514847,0.004775121808052063,0.0626227855682373 +339,3.043249223783054,-0.22045581574840303,-0.3177274578720571,0.09580869972705841,0.218674436211586,0.9710829854011536,-0.4453320801258087,-0.4636700749397278,-0.21385055780410767,0.03300599753856659,-0.016251340508461,0.05639803409576416 +340,3.061845589200898,-0.1803813960834707,-0.3141548818184747,0.07837007194757462,0.17940479516983032,0.9806488752365112,-0.5334299206733704,0.297377347946167,0.14539989829063416,0.027327552437782288,0.03630870580673218,-0.04237067699432373 +341,3.0798200216302893,-0.1698412673646618,-0.32896523764907887,0.06084511801600456,0.16902589797973633,0.9837318658828735,0.17774543166160583,0.4906027615070343,0.3315584659576416,0.0047219060361385345,-0.016849979758262634,0.062075138092041016 +342,3.1013820520038426,-0.1489126781486721,-0.3328429497115014,0.03975488618016243,0.148362934589386,0.9881338477134705,-0.22794800996780396,0.28032487630844116,-0.10092716664075851,-0.03792382776737213,0.05045910179615021,-0.04749035835266113 +343,3.0656565308374923,-0.18992810923078976,-0.32023790965321963,0.0744989812374115,0.1887882947921753,0.9791878461837769,0.7944622039794922,-0.6281024217605591,0.0029747041407972574,0.026544712483882904,-0.05416001379489899,-0.03341764211654663 +344,3.018520980872626,-0.23541044122692187,-0.32475657130700614,0.11937527358531952,0.23324212431907654,0.9650632739067078,0.3315129578113556,-0.4833245575428009,-0.14299213886260986,-0.0019131451845169067,-0.012249141931533813,0.03476858139038086 +345,3.025766883065377,-0.20977322364940074,-0.33267830369149376,0.11303354799747467,0.20823809504508972,0.9715248942375183,-0.4287373423576355,0.29623889923095703,0.0286567360162735,-0.03242135047912598,0.031080782413482666,-0.036450862884521484 +346,3.0528951347511963,-0.21692197816523037,-0.3288224656349711,0.08650532364845276,0.2152247577905655,0.9727256298065186,0.30781295895576477,0.3586669862270355,0.015555905178189278,0.01792582869529724,0.01364181935787201,0.020758867263793945 +347,3.066300081039593,-0.22352389255369867,-0.33479108052359347,0.07335013896226883,0.22166721522808075,0.9723598957061768,0.06227396801114082,0.12367350608110428,0.05601690709590912,0.008711643517017365,0.008450597524642944,0.018744349479675293 +348,3.049925033678458,-0.215894485283517,-0.33824382696823857,0.08941421657800674,0.21422123908996582,0.9726840257644653,-0.49490073323249817,-0.21019910275936127,0.15867826342582703,0.0019096210598945618,-0.0005676895380020142,0.012759029865264893 +349,3.016242859357985,-0.18247811183199028,-0.33860346266616853,0.12294601649045944,0.18146710097789764,0.975680947303772,-0.18820197880268097,-0.32537901401519775,-0.03545242175459862,-0.005773812532424927,0.006826296448707581,0.013530731201171875 +350,2.973559394140353,-0.12766186851839376,-0.3357559198606704,0.1658826470375061,0.12731538712978363,0.9778924584388733,-0.8506019711494446,-0.33883821964263916,0.1511325091123581,-0.00017219781875610352,0.014988064765930176,0.050626158714294434 +351,2.9330408042114455,-0.03808204993141739,-0.3295022914593595,0.20689325034618378,0.038072846829891205,0.9776225090026855,-0.8135927319526672,-0.20932038128376007,0.24743710458278656,-0.012114807963371277,-9.372085332870483e-05,-0.018638134002685547 +352,2.924830901701814,0.016204509344334008,-0.3302836327218915,0.21504008769989014,-0.016203800216317177,0.976470947265625,-0.03390226513147354,-0.2671736478805542,-0.045532967895269394,-0.006910160183906555,0.0024251118302345276,-0.06027209758758545 +353,2.8729479241658646,0.025643194911178332,-0.3171096660186804,0.2653377652168274,-0.02564038522541523,0.9638146162033081,-0.2870284616947174,-0.46551513671875,-0.19615960121154785,-0.009829312562942505,0.017782103270292282,0.056723833084106445 +354,2.8376825061187447,0.041558905367444936,-0.30297959879655295,0.2989950180053711,-0.04154694452881813,0.9533496499061584,-0.2626945674419403,-0.2743743658065796,0.023681096732616425,0.03056424856185913,-0.004717696458101273,0.0474589467048645 +355,2.819483728721333,0.06712298154816995,-0.2924776385449558,0.31585487723350525,-0.06707259267568588,0.9464339017868042,-0.1360795944929123,-0.12526816129684448,-0.06640535593032837,-0.015470355749130249,-0.0009968653321266174,-0.0275648832321167 +356,2.8061391767649417,0.07440096245618064,-0.28389736680674404,0.3282867670059204,-0.0743323415517807,0.9416490793228149,-0.16868804395198822,0.11117710173130035,0.23325632512569427,-0.004861384630203247,0.006461232900619507,0.03399813175201416 +357,2.8096391671478815,0.07175126099599703,-0.28298365933554964,0.3250519633293152,-0.07168971002101898,0.9429749846458435,0.10722483694553375,0.021977096796035767,-0.10408920049667358,0.023016244173049927,-0.01733005791902542,0.006182730197906494 +358,2.8205025410404216,0.08062170870754017,-0.2840542685530204,0.31457605957984924,-0.08053439855575562,0.9458099007606506,0.009283328428864479,0.06338053941726685,-0.09165579825639725,-0.008057475090026855,0.007414273917675018,-0.03637075424194336 +359,2.817184672079044,0.07653765682722274,-0.2804251613194805,0.31781458854675293,-0.07646295428276062,0.9450648427009583,-0.08841204643249512,-0.07307112216949463,0.023412302136421204,-0.01271510124206543,-0.00224187970161438,0.023212194442749023 +360,2.812097393175383,0.0886279061404436,-0.275721885017268,0.32229554653167725,-0.08851192146539688,0.9424921274185181,-0.22153833508491516,-0.08428193628787994,0.015984028577804565,0.004852920770645142,-0.004658252000808716,0.013272762298583984 +361,2.781308244090249,0.12147101011521723,-0.25658441221524214,0.34994271397590637,-0.12117251008749008,0.928901195526123,-0.49060288071632385,-0.4172876179218292,-0.1318712830543518,0.010668277740478516,-0.0009588524699211121,-0.004157543182373047 +362,2.7565213239309463,0.14700594474229545,-0.24204156328454077,0.37157371640205383,-0.14647702872753143,0.9167754054069519,0.038353629410266876,-0.11265954375267029,-0.09481500834226608,-0.043174147605895996,0.04509766399860382,-0.02837836742401123 +363,2.753622512170202,0.1401563874612161,-0.2363540617263907,0.37460047006607056,-0.13969796895980835,0.9166015982627869,0.016794750466942787,0.007679510861635208,-0.05524749308824539,0.023470759391784668,-0.008831053972244263,0.014993011951446533 +364,2.74441061792118,0.14846556467440888,-0.23212495005546424,0.3825658857822418,-0.14792075753211975,0.912010133266449,-0.20379605889320374,-0.06362424045801163,0.03053984045982361,-0.013730525970458984,-0.004850208759307861,-0.0036851167678833008 +365,2.7464399645448156,0.15038452890481588,-0.22874227474188386,0.3806043565273285,-0.1498183310031891,0.9125210046768188,0.08943162113428116,0.0033489642664790154,-0.10094353556632996,0.008708328008651733,0.0031966418027877808,-0.0062100887298583984 +366,2.7466859569433515,0.14365262113404512,-0.22793818024380463,0.3807593286037445,-0.14315906167030334,0.9135249853134155,0.06999910622835159,0.030319154262542725,-0.11060497164726257,-0.003943502902984619,0.005616337060928345,0.029025673866271973 +367,2.740908687630947,0.14699653028325024,-0.2234443604227799,0.3858416974544525,-0.14646771550178528,0.910863995552063,-0.18160094320774078,-0.06770870089530945,0.13413475453853607,0.01514396071434021,0.016890093684196472,0.013345539569854736 +368,2.7275361625575223,0.15120196597229366,-0.21849217126913384,0.39773616194725037,-0.15062649548053741,0.9050513505935669,-0.016249103471636772,-0.27157673239707947,-0.14183592796325684,0.0348505973815918,-0.003929793834686279,-0.031699180603027344 +369,2.6893003488702907,0.14842375337328473,-0.20175223295945807,0.43222343921661377,-0.14787940680980682,0.8895583748817444,-0.1326284557580948,-0.22083529829978943,-0.06795625388622284,-0.04039308428764343,-0.005700290203094482,0.03664982318878174 +370,2.6669810716943982,0.13944424897323626,-0.17572478551096274,0.4525572657585144,-0.1389927864074707,0.8808367848396301,0.0024561164900660515,-0.356656938791275,-0.4811623990535736,0.030795514583587646,0.004578083753585815,0.0025557279586791992 +371,2.597370801191424,0.11837407126427688,-0.12230743787443703,0.5141292214393616,-0.11809781193733215,0.8495433330535889,-0.172698512673378,-0.44794997572898865,-0.1795322149991989,0.010559439659118652,-0.05734772980213165,0.017750859260559082 +372,2.557433306482564,0.12900877518758636,-0.10151485021928204,0.5469151735305786,-0.1286512166261673,0.8272436857223511,-0.16779665648937225,-0.21636195480823517,-0.017492981627583504,-0.02172309160232544,0.02110731601715088,0.019054293632507324 +373,2.5445910779032594,0.12556203631402685,-0.09760755720647127,0.5577396750450134,-0.12523236870765686,0.8205143213272095,0.12396618723869324,-0.11177794635295868,-0.11260277032852173,0.001922309398651123,0.014041543006896973,-0.009311139583587646 +374,2.5435721849671507,0.12751256677401712,-0.10225894286072977,0.5584367513656616,-0.12716729938983917,0.8197421431541443,-0.08513004332780838,0.03333967179059982,0.12232031673192978,-0.006312668323516846,0.0007024407386779785,-0.02048659324645996 +375,2.5518124695424653,0.1272282921587268,-0.1130042414832148,0.5516830086708069,-0.126885324716568,0.8243458271026611,0.11929081380367279,0.0810803771018982,-4.1582854464650154e-05,-0.016801416873931885,-0.009879201650619507,-0.013814210891723633 +376,2.5684174171737015,0.12376478322551192,-0.12324407575811078,0.5381544828414917,-0.12344905734062195,0.8337567448616028,0.12430479377508163,0.19277918338775635,0.08925174176692963,0.021125972270965576,-0.007868096232414246,0.002699613571166992 +377,2.5768688417586736,0.12765993685820157,-0.13386287393123203,0.5308275818824768,-0.12731347978115082,0.8378626108169556,-0.030678702518343925,0.09886974841356277,0.08325512707233429,-0.02295398712158203,0.011316150426864624,-0.013155460357666016 +378,2.5901432221905725,0.11938792075030659,-0.14170589719190266,0.5201928615570068,-0.11910450458526611,0.8457027673721313,0.2390495091676712,0.0992414578795433,-0.05221555009484291,0.0015966296195983887,0.009790562093257904,-0.016372501850128174 +379,2.6005527535673263,0.10715853691805392,-0.15138225187981544,0.5120736360549927,-0.10695356875658035,0.8522570729255676,0.10371258854866028,0.12144055962562561,-0.013936706818640232,-0.003711700439453125,-0.002574034035205841,0.014839112758636475 +380,2.6070232137023353,0.10636577744698371,-0.151964540677029,0.5065914392471313,-0.1061653271317482,0.8556252121925354,-0.10291488468647003,0.11399302631616592,0.17644335329532623,0.010330617427825928,-0.004750832915306091,0.018581509590148926 +381,2.642715854044654,0.1110441940368658,-0.1681676688199512,0.47549280524253845,-0.1108161211013794,0.8727121353149414,0.3861042261123657,0.8485047221183777,0.31381165981292725,0.02745211124420166,-0.028466105461120605,-0.009034156799316406 +382,2.857777640508158,0.119421276370362,-0.240468616429787,0.27802571654319763,-0.11913762241601944,0.9531568884849548,0.21798624098300934,3.195967674255371,1.082308053970337,0.11970993876457214,-0.04703059792518616,0.0011278390884399414 +383,-3.1253227640289505,0.14775724141644944,-0.3038790764244552,-0.01609189808368683,-0.147220179438591,0.9889727830886841,-0.5860971212387085,2.025420904159546,0.15603935718536377,0.0018859673291444778,0.029132425785064697,-0.028920352458953857 +384,-2.943162089095041,0.20864870918796177,-0.3342364093683051,-0.19285549223423004,-0.20713810622692108,0.9591144323348999,-0.4555715322494507,1.455864667892456,0.11954362690448761,0.02453581988811493,-0.014068558812141418,-0.03157848119735718 +385,-2.818358812333012,0.21816983056142442,-0.354547986478008,-0.3101051151752472,-0.21644319593906403,0.9257360100746155,0.20985594391822815,1.2041887044906616,0.46003517508506775,0.07440266013145447,0.024335041642189026,-0.03317314386367798 +386,-2.5907143322029116,0.1599622523061936,-0.40954750860952993,-0.5167533159255981,-0.1592809408903122,0.8411871194839478,0.5940346717834473,3.30774188041687,0.6464253067970276,-0.01200956106185913,0.0282231867313385,0.1386408805847168 +387,-2.24629548328203,0.22090930923769653,-0.5202751235849868,-0.7614300847053528,-0.2191169261932373,0.6100914478302002,-1.9790232181549072,3.555663824081421,0.27973222732543945,0.09547567367553711,0.07573015987873077,0.049851059913635254 +388,-1.8820405797425508,0.2818219212227328,-0.6687381960431333,-0.9143989682197571,-0.278106153011322,0.2941621243953705,-1.2925654649734497,2.9004173278808594,0.07436861842870712,0.06848233938217163,0.06506296992301941,0.07066032290458679 +389,-1.6945957923200938,0.29595237097718513,-0.7485136393696661,-0.9492042660713196,-0.2916509509086609,0.11811501532793045,-0.06286300718784332,0.6154559254646301,-0.1192912757396698,0.004090070724487305,0.009103953838348389,-0.10181868076324463 +390,-1.6565020192824425,0.29496311117325286,-0.7697830171705324,-0.9533010125160217,-0.29070454835891724,0.08190396428108215,-0.04874585568904877,-0.23891609907150269,0.18389064073562622,0.06893199682235718,-0.01753827929496765,-0.06926964968442917 +391,-1.6827285823699598,0.26901975638564984,-0.7682747347784774,-0.9579992294311523,-0.2657865881919861,0.10768109560012817,0.048179756850004196,0.1736736297607422,0.19774536788463593,-0.021599888801574707,0.007958799600601196,-0.032882556319236755 +392,-1.6786947792325388,0.25549077649188573,-0.7584709733691898,-0.9619126915931702,-0.25272029638290405,0.1041935458779335,0.03674742579460144,-0.15184827148914337,0.05074942857027054,-0.04124581813812256,-0.00933411717414856,0.02982436865568161 +393,-1.682353064466182,0.25657161352302604,-0.7569619352096686,-0.9612529873847961,-0.25376588106155396,0.10768131166696548,0.01236211322247982,0.10332027822732925,0.0137320626527071,0.012461662292480469,0.025555461645126343,-0.003524795174598694 +394,-1.673063546126102,0.25003621277520915,-0.7587714851861498,-0.9638410806655884,-0.24743904173374176,0.09891442209482193,-0.07677633315324783,0.07833400368690491,0.04762350767850876,0.0010116100311279297,0.005205810070037842,-0.003531709313392639 +395,-1.673602281735468,0.24702219920405274,-0.7589957799882484,-0.9645253419876099,-0.24451763927936554,0.09950976818799973,0.0710761547088623,-0.000999415758997202,0.054969675838947296,-0.012205123901367188,0.007609650492668152,-0.015464410185813904 +396,-1.6795851116665168,0.2439420354042232,-0.7526996265073927,-0.9646567702293396,-0.24152982234954834,0.10535981506109238,-0.015245337039232254,0.04829604923725128,-0.03885139897465706,-0.0155525803565979,0.02210843563079834,0.024873971939086914 +397,-1.6787595089134044,0.24156761246448605,-0.7527736431848019,-0.9653109312057495,-0.23922501504421234,0.10462485998868942,-0.008066737093031406,-0.0630992203950882,0.05292213335633278,0.02489638328552246,-0.0030845701694488525,0.014592066407203674 +398,-1.6764631088397288,0.2379900134696128,-0.7598842925994174,-0.9663933515548706,-0.2357497662305832,0.10249743610620499,0.03302519768476486,-0.06864321231842041,0.06681150197982788,0.006676733493804932,0.0022598356008529663,-0.02096964418888092 +399,-1.682396424640839,0.22706387727831803,-0.7624005005919616,-0.9682705402374268,-0.2251177430152893,0.10850994288921356,0.036274656653404236,-0.14671170711517334,0.09889071434736252,-0.016638636589050293,0.007023826241493225,-0.027745231986045837 +400,-1.6879051005422978,0.2237141937833524,-0.7687476801381627,-0.9684013724327087,-0.22185277938842773,0.11392960697412491,-0.03621456027030945,-0.053304463624954224,0.012519358657300472,-0.0005316734313964844,0.013524532318115234,-0.004127390682697296 +401,-1.6895658998393313,0.22138367196464143,-0.7718652768588459,-0.9687217473983765,-0.21957974135875702,0.11559873074293137,-0.04958339035511017,0.035775769501924515,0.004150454420596361,0.022203803062438965,-0.007410019636154175,0.008226394653320312 +402,-1.6760712546557348,0.21569992829163,-0.7820998408822826,-0.9714188575744629,-0.2140311896800995,0.10264553129673004,-0.030791327357292175,0.07493649423122406,0.18101470172405243,0.03163003921508789,0.004695862531661987,-0.020248055458068848 +403,-1.679834633900536,0.19988592762315233,-0.7845993566996883,-0.9742686748504639,-0.1985575258731842,0.10665562748908997,-0.0056280530989170074,-0.01924801617860794,0.1075848713517189,-0.0010425448417663574,0.007700607180595398,0.002490513026714325 +404,-1.667728073670415,0.19498096909787904,-0.7905706293622398,-0.9764460325241089,-0.1937478631734848,0.09494616836309433,-0.056549157947301865,0.03142479807138443,0.10613014549016953,0.003530442714691162,0.007651671767234802,-0.030645616352558136 +405,-1.6749129394843292,0.18943134388759564,-0.7848134807523331,-0.9767930507659912,-0.18830044567584991,0.10206946730613708,-0.023996412754058838,0.0009252633899450302,-0.04968991130590439,-0.06252878904342651,0.026419997215270996,0.046078190207481384 +406,-1.6775343518723302,0.1989235834047262,-0.790198356328243,-0.9747012257575989,-0.19761425256729126,0.10443459451198578,-0.09285413473844528,0.029120534658432007,-0.16253215074539185,0.013824522495269775,0.005185648798942566,0.011120341718196869 +407,-1.679123396557583,0.20282055653341508,-0.8004567410881512,-0.9737609624862671,-0.20143286883831024,0.10589922964572906,0.0010206103324890137,-0.19009193778038025,0.08928218483924866,0.04392075538635254,0.0017715990543365479,-0.03752468526363373 +408,-1.6790209260935487,0.19861644518564942,-0.8079004571691014,-0.9746050834655762,-0.19731315970420837,0.10588998347520828,-0.02495897188782692,0.018693726509809494,0.06628452986478806,0.03380906581878662,-0.013609111309051514,-0.026315316557884216 +409,-1.681122374791084,0.19483237811557064,-0.8041020146410628,-0.9751154184341431,-0.1936020851135254,0.10801924765110016,0.01023729145526886,-0.007030520122498274,-0.025971371680498123,-0.032803893089294434,0.01710367202758789,0.005597710609436035 +410,-1.6858566778007622,0.19878543237873725,-0.7978260953550649,-0.9738252758979797,-0.19747883081436157,0.11254577338695526,0.05273208022117615,-0.012147932313382626,-0.15687943994998932,-0.05106186866760254,0.004958659410476685,0.03615105152130127 +411,-1.6897589810935223,0.21640030631258816,-0.7988594421196522,-0.9697737693786621,-0.21471528708934784,0.11591418832540512,0.013754177838563919,-0.0812295600771904,-0.16355516016483307,-0.012724339962005615,0.04590731859207153,0.010642290115356445 +412,-1.6957989333207366,0.22699443858970952,-0.8027062649457795,-0.9667446613311768,-0.22505007684230804,0.12147898972034454,-0.15015926957130432,-0.08583391457796097,-0.161834716796875,0.03847628831863403,-0.017717227339744568,0.024227134883403778 +413,-1.6975909554674835,0.2410851728318763,-0.8151224779726787,-0.9632838368415833,-0.23875655233860016,0.12279799580574036,-0.15184074640274048,0.23628656566143036,-0.1950681060552597,-0.0026736855506896973,0.0012535303831100464,-0.017024047672748566 +414,-1.6192445354144709,0.2790522974929555,-0.8367484507435369,-0.9601890444755554,-0.27544471621513367,0.04655586928129196,-0.1341785043478012,0.7151106595993042,-0.45345571637153625,0.01455599069595337,-0.04068690538406372,-0.03810250386595726 +415,-1.5393902950811023,0.31857746530047415,-0.8601396665468269,-0.949213445186615,-0.3132159113883972,-0.02982083335518837,-0.23005080223083496,0.6712890863418579,-0.2122865617275238,0.034647583961486816,0.04490545392036438,-0.017542416229844093 +416,-1.509059658651545,0.31909174725761813,-0.8845184797342637,-0.9477118849754333,-0.3137042820453644,-0.05858302116394043,-0.3282068371772766,-0.1368553191423416,0.18496735394001007,-0.02604299783706665,0.023207485675811768,0.01210474967956543 +417,-1.5380742502708091,0.3102856465221446,-0.9042901156637855,-0.9517367482185364,-0.30533066391944885,-0.031153922900557518,-0.20946770906448364,-0.24733901023864746,-0.07287538796663284,0.002594172954559326,-0.010526269674301147,0.05173802003264427 +418,-1.5413520529200597,0.31106499250142944,-0.9600746584068789,-0.9515956044197083,-0.3060726821422577,-0.028027141466736794,-0.7291197180747986,-0.17866776883602142,0.12064474076032639,0.09362435340881348,0.00509306788444519,0.05758344754576683 +419,-1.5197698246330893,0.279691245824885,-1.0464617596135555,-0.9598897695541382,-0.2760589122772217,-0.0490223728120327,-0.5760617852210999,0.006127091124653816,0.32140040397644043,0.022359251976013184,0.0017974376678466797,-0.049793541431427 +420,-1.5170327397778245,0.24845005942134232,-1.0854691175485083,-0.9678941965103149,-0.2459019124507904,-0.05208766087889671,-0.18502753973007202,0.1823633760213852,0.16611869633197784,-0.04972970485687256,0.05061990022659302,-0.05168735980987549 +421,-1.4749994400731932,0.23252385438071108,-1.1048655393299962,-0.9686262011528015,-0.23043419420719147,-0.09307627379894257,-0.30170008540153503,0.4916795790195465,0.05680899694561958,-0.037370383739471436,-0.05366921424865723,0.007291384041309357 +422,-1.4486418303328936,0.23069497575408432,-1.1251865906659533,-0.966253399848938,-0.228654146194458,-0.1186228096485138,-0.009098069742321968,0.02256893739104271,0.13635168969631195,0.036611855030059814,0.010346725583076477,-0.017943359911441803 +423,-1.4656886059260508,0.214552451949504,-1.120962151847013,-0.9716795086860657,-0.21291016042232513,-0.1025087907910347,-0.07341913878917694,-0.06802446395158768,0.03276880085468292,-0.02067577838897705,-0.007304653525352478,0.0299837663769722 +424,-1.4566774192572076,0.2021151043785319,-1.1320545648166287,-0.9732721447944641,-0.20074182748794556,-0.11155343055725098,0.15594959259033203,-0.07939562946557999,0.3362727761268616,0.029760122299194336,-0.0038479864597320557,-0.07263541221618652 +425,-1.468600849733224,0.18803762812027477,-1.1214433734430531,-0.9772474765777588,-0.18693147599697113,-0.10021940618753433,0.09271597862243652,-0.20706114172935486,-0.08604780584573746,-0.046601951122283936,-0.00969327986240387,-0.02166777104139328 +426,-1.4727432034864696,0.19194490333027373,-1.127638116755755,-0.9769198894500732,-0.19076843559741974,-0.09609822183847427,-0.07730533182621002,0.06577168405056,-0.04608869180083275,0.0027378201484680176,-0.0049102455377578735,-0.004380933940410614 +427,-1.4864966912215796,0.18624681459652928,-1.1253521786625613,-0.9792163372039795,-0.1851719319820404,-0.08274368196725845,0.041653506457805634,-0.0016285176388919353,0.051291581243276596,-0.012620091438293457,0.004797831177711487,-0.012974731624126434 +428,-1.4898222514548227,0.18830483546204657,-1.1215613937259044,-0.979104220867157,-0.18719395995140076,-0.07945579290390015,0.03851011395454407,-0.014317173510789871,-0.10139311850070953,-0.003454864025115967,-0.012024804949760437,-0.0007901713252067566 +429,-1.4796358311182796,0.19599591023007093,-1.1198507500272117,-0.9767815470695496,-0.19474346935749054,-0.08929137140512466,0.03811751306056976,0.18200169503688812,-0.01764043979346752,0.031331658363342285,0.0010941624641418457,-0.004901118576526642 +430,-1.4765973961346277,0.19560284470642528,-1.1147212759024578,-0.9765818119049072,-0.19435791671276093,-0.0922660306096077,0.0006177341565489769,-0.050215400755405426,0.01828884705901146,0.011127710342407227,-0.013695687055587769,0.0149344801902771 +431,-1.4642206143108227,0.1984836792093104,-1.1179887057120688,-0.9748042821884155,-0.1971830129623413,-0.1042855978012085,0.040392257273197174,0.10697399824857712,0.023863160982728004,0.029537558555603027,0.009957671165466309,0.0009530782699584961 +432,-1.4756065267406409,0.1923046557924572,-1.11119523904191,-0.9771226048469543,-0.19112157821655273,-0.09329405426979065,0.019426461309194565,-0.16984823346138,0.03159117326140404,-0.022877275943756104,-0.008951649069786072,-0.00027280300855636597 +433,-1.469253166297359,0.19974441217920016,-1.1165250376318028,-0.9750686287879944,-0.19841882586479187,-0.09935326129198074,0.006142269819974899,0.07518203556537628,-0.0868874192237854,-0.01110684871673584,0.005868136882781982,-0.026485979557037354 +434,-1.4529203989413138,0.2070797193268295,-1.1139993469662328,-0.9718442559242249,-0.20560288429260254,-0.11509059369564056,-0.0038466481491923332,0.13314469158649445,-0.043743062764406204,0.02843928337097168,0.0026457607746124268,0.013604417443275452 +435,-1.4493646405614784,0.2072035525235148,-1.1154955795307442,-0.9714037179946899,-0.2057240754365921,-0.11854242533445358,0.02095172181725502,-0.0610724501311779,0.03811972960829735,0.017515838146209717,-0.005884811282157898,-0.010928384959697723 +436,-1.4519815062914994,0.21170861329354995,-1.1169012518247405,-0.9707804918289185,-0.21013067662715912,-0.11588896065950394,0.07823765277862549,0.08578453958034515,-0.20305833220481873,-0.03996163606643677,-0.011213317513465881,-0.025727860629558563 +437,-1.4396802411076453,0.22624091135492058,-1.1122214994911082,-0.966151773929596,-0.2243158221244812,-0.12740899622440338,0.07827146351337433,0.061359282582998276,-0.0714716762304306,0.011851906776428223,0.006145671010017395,-0.004701599478721619 +438,-1.4195788171916746,0.23074683472347962,-1.1092750759868626,-0.9623867273330688,-0.22870463132858276,-0.14664922654628754,0.044600196182727814,0.1623314768075943,-0.02118883654475212,0.03297388553619385,-0.0009859204292297363,0.02688300609588623 +439,-1.4185093117552248,0.22603289178663868,-1.118867390721116,-0.9632841944694519,-0.2241131067276001,-0.14784032106399536,-0.08031970262527466,-0.08290910720825195,0.06784062832593918,0.01432490348815918,0.009757652878761292,-0.00210784375667572 +440,-1.420897410354548,0.2202998629880376,-1.1236383451089298,-0.9648891687393188,-0.21852225065231323,-0.1457289755344391,0.03934256732463837,-0.014202175661921501,0.022604716941714287,-0.030166983604431152,-0.01017645001411438,-0.0671769380569458 +441,-1.4140141652273575,0.22513686212763925,-1.1148111350571912,-0.962807834148407,-0.22323977947235107,-0.15220020711421967,0.11064706742763519,0.08609765768051147,-0.07385766506195068,0.009835541248321533,-0.003215879201889038,-0.007910236716270447 +442,-1.4126947035769677,0.2266721850168308,-1.1052520358344127,-0.9622666835784912,-0.2247360795736313,-0.15341633558273315,0.07223701477050781,0.06704095005989075,-0.02287871018052101,-0.011259317398071289,0.0019272863864898682,0.019871413707733154 +443,-1.4088114685250777,0.22632062550277404,-1.1067020141284045,-0.96174156665802,-0.22439350187778473,-0.15716460347175598,-0.054414425045251846,-0.04826546087861061,0.03709068149328232,0.01493370532989502,-0.0011466741561889648,0.012099266052246094 +444,-1.413087389340909,0.22385705170196354,-1.1140383731946832,-0.9629478454589844,-0.22199207544326782,-0.15313720703125,-0.015064078383147717,-0.058395251631736755,0.015732796862721443,0.001155853271484375,0.0010447949171066284,-0.038162216544151306 +445,-1.4124200385663557,0.22299892527560497,-1.1139963352892337,-0.9630331993103027,-0.2211552858352661,-0.1538097858428955,0.03063329868018627,-0.04861631616950035,0.013383605517446995,0.006276607513427734,0.001245647668838501,-0.011732816696166992 +446,-1.4216052981529408,0.2231208970973089,-1.1153837196295895,-0.9643787741661072,-0.2212742269039154,-0.14495371282100677,-0.0010168300941586494,-0.06651164591312408,0.035026103258132935,0.006386160850524902,0.006583064794540405,-0.011540412902832031 +447,-1.4179110305950655,0.2226773214998176,-1.1123247856877745,-0.9639334678649902,-0.22084163129329681,-0.14853030443191528,0.04633358493447304,0.07459777593612671,-0.021006029099225998,-0.020746707916259766,-0.008024930953979492,-0.012159943580627441 +448,-1.4281097433802699,0.22652189218945948,-1.106391541487226,-0.9645505547523499,-0.22458963096141815,-0.13857011497020721,0.08752981573343277,-0.07435864955186844,-0.06376945227384567,-0.04114091396331787,0.001307755708694458,0.005666077136993408 +449,-1.4296714207191197,0.23950440194664127,-1.1080717740516746,-0.9617980122566223,-0.23722121119499207,-0.1366419941186905,-0.02838512882590294,-0.3667278587818146,-0.09949357807636261,0.04427158832550049,-0.005286753177642822,-0.0352025181055069 +450,-1.4459643377879012,0.2475201153741835,-1.1014168081591464,-0.9619787335395813,-0.24500040709972382,-0.12071339786052704,0.16543878614902496,0.4893565773963928,-0.18797853589057922,-0.0183069109916687,-0.00522845983505249,-0.025267422199249268 +451,-1.430682527244675,0.2612236569482503,-1.0763715205201636,-0.9566072821617126,-0.25826290249824524,-0.13491792976856232,0.20564226806163788,0.165739506483078,-0.129966601729393,0.0008272528648376465,-0.02100345492362976,0.0306088924407959 +452,-1.423589318859306,0.27142049642147337,-1.059040434647757,-0.9529715180397034,-0.26810020208358765,-0.14130626618862152,0.16791167855262756,-0.00672734621912241,0.002610152820125222,0.0049735307693481445,0.029803723096847534,0.01641310751438141 +453,-1.4354627013265433,0.272009507326851,-1.0464712127066287,-0.9544253945350647,-0.268667608499527,-0.12996023893356323,0.006482239812612534,-0.22698889672756195,-0.04589062184095383,-0.03300124406814575,-0.005136042833328247,0.02964898943901062 +454,-1.4412181502504255,0.284597652610007,-1.0485471482217004,-0.9517282843589783,-0.28077131509780884,-0.1240181028842926,-0.012678466737270355,-0.019768182188272476,-0.10835254937410355,0.0608440637588501,-0.013433396816253662,-0.006597146391868591 +455,-1.4424605016329406,0.28988926779137497,-1.0522541393686506,-0.9503951072692871,-0.28584611415863037,-0.12264379858970642,0.04253198578953743,-0.05562242865562439,0.04324048385024071,0.0038617849349975586,0.018374741077423096,-0.043020859360694885 +456,-1.446821665742706,0.28816741495726544,-1.0438158502033805,-0.951407790184021,-0.2841956913471222,-0.11855848133563995,0.013473378494381905,-0.07475034147500992,-0.046374909579753876,-0.034111618995666504,-0.011840075254440308,0.02499157190322876 +457,-1.4565525304699745,0.2954556738625903,-1.0446542375166492,-0.9504333138465881,-0.29117581248283386,-0.10905597358942032,0.034842170774936676,-0.05823087692260742,-0.03153107315301895,0.041650354862213135,0.00356292724609375,0.02452225238084793 +458,-1.4570326696935048,0.2930466971545233,-1.0427164868891832,-0.951179563999176,-0.28887036442756653,-0.1086789146065712,-0.02098899893462658,0.16693046689033508,0.052536431699991226,0.046516597270965576,-0.02736794948577881,0.004354618489742279 +459,-1.4341464992411443,0.28982655778073685,-1.0474794938658638,-0.9493600726127625,-0.2857860326766968,-0.13054345548152924,0.033879976719617844,0.02447500266134739,0.1591378152370453,-0.001872718334197998,0.030476003885269165,-0.061763033270835876 +460,-1.4334975090652806,0.27879663555794526,-1.0370125256304412,-0.9523400068283081,-0.27519893646240234,-0.13158302009105682,0.0020151264034211636,-0.07110731303691864,0.040755800902843475,-0.048178791999816895,0.00032711029052734375,0.04184609651565552 +461,-1.4444947336576872,0.28093066569407976,-1.0405300442582186,-0.9531446695327759,-0.2772499620914459,-0.12102792412042618,-0.0846753716468811,0.06831411272287369,-0.15405942499637604,-0.01591050624847412,-0.00010907649993896484,0.04070568084716797 +462,-1.4476278272570857,0.28823672090844066,-1.0527623525705123,-0.9514833092689514,-0.28426212072372437,-0.11778901517391205,-0.2032800316810608,-0.07947729527950287,-0.021803995594382286,0.05332064628601074,0.0037446022033691406,0.004263661801815033 +463,-1.4417643184593478,0.287731197625888,-1.0621862293162776,-0.9509189128875732,-0.2837774157524109,-0.123384490609169,-0.08046849071979523,-0.022065892815589905,-0.00446579372510314,0.011465787887573242,-0.012670338153839111,-0.027891159057617188 +464,-1.435874876501726,0.28746818078179226,-1.0632242997824677,-0.9502497911453247,-0.2835251986980438,-0.12899275124073029,0.03107500821352005,0.07892372459173203,0.019411100074648857,0.010994911193847656,-0.009992897510528564,-0.020497635006904602 +465,-1.4268024133283523,0.2854623171148445,-1.0541378713659963,-0.9496011734008789,-0.28160110116004944,-0.1376897394657135,0.08194392174482346,0.23375090956687927,0.04579531028866768,0.004136085510253906,-0.0004576146602630615,0.04534351825714111 +466,-1.4252154607103704,0.2812993139088071,-1.0517582247216024,-0.9505331516265869,-0.2776041328907013,-0.13936540484428406,-0.07184471189975739,-0.15371902287006378,0.04993664473295212,-0.02010887861251831,0.027054816484451294,0.01344984769821167 +467,-1.4480677097510153,0.27764107702504276,-1.0605327836625051,-0.9544710516929626,-0.2740878164768219,-0.11773261427879333,0.026128588244318962,-0.38849765062332153,0.041790202260017395,-0.016766130924224854,-0.007711499929428101,-0.028751783072948456 +468,-1.4517229805570204,0.2839336537322919,-1.056255990682669,-0.9531635046005249,-0.2801339626312256,-0.11403582990169525,-0.035871461033821106,0.003929317928850651,-0.10105080157518387,0.014564931392669678,0.004819661378860474,-0.007515721023082733 +469,-1.4573540830862426,0.28737276305899045,-1.0522146263782075,-0.9528278112411499,-0.2834337055683136,-0.10855700075626373,0.04029092937707901,0.0656578466296196,-0.0198358166962862,0.0315631628036499,-0.017866313457489014,0.002065896987915039 +470,-1.4536485275165139,0.28795489997602347,-1.0498871772859877,-0.9522548913955688,-0.2839919328689575,-0.11206769198179245,-0.045458778738975525,0.0333954356610775,0.017836863175034523,0.023299813270568848,0.006083637475967407,0.005225658416748047 +471,-1.4562695199678801,0.2835751232495392,-1.0456866958492808,-0.9537718892097473,-0.2797897756099701,-0.10971254855394363,0.11338832229375839,0.04034413397312164,0.02943878434598446,-0.047280967235565186,0.0035904645919799805,0.004076011478900909 +472,-1.4566607859022085,0.2881366752853754,-1.0430078592063075,-0.9525367617607117,-0.28416621685028076,-0.109192855656147,-0.051896438002586365,-0.028479915112257004,-0.11349958926439285,-0.007500350475311279,0.012956559658050537,0.030579589307308197 +473,-1.4658464618844194,0.2979349247058835,-1.0600331795679507,-0.9506849646568298,-0.29354673624038696,-0.10014220327138901,-0.1838972121477127,-0.04462384060025215,-0.10975857079029083,-0.013823091983795166,0.03568845987319946,-0.03224307298660278 +474,-1.4691006067143668,0.3008322878878247,-1.0622013022862007,-0.9501557350158691,-0.2963152229785919,-0.09696125984191895,0.11278845369815826,-0.01154724694788456,-0.024051913991570473,0.01058053970336914,-0.02900215983390808,-0.030541181564331055 +475,-1.459583459388048,0.30960783862954416,-1.0544107824587265,-0.9465691447257996,-0.30468514561653137,-0.1057068333029747,0.05281032994389534,0.033343613147735596,-0.008166087791323662,0.06696099042892456,-0.015078067779541016,0.044107139110565186 +476,-1.4650161045798977,0.3067893398104201,-1.0539469647593076,-0.9479795098304749,-0.30199944972991943,-0.10065317898988724,-0.05926806852221489,-0.003473188728094101,0.10384432226419449,0.01943647861480713,0.02847042679786682,0.011694446206092834 +477,-1.472201167471471,0.2960517691465693,-1.060357564840765,-0.9518505334854126,-0.29174602031707764,-0.09415314346551895,0.0011900211684405804,-0.03696354478597641,0.018104499205946922,-0.0638660192489624,-0.0010090768337249756,-0.03868991136550903 +478,-1.4667322710441029,0.2993037245417128,-1.0633209189497754,-0.9503726959228516,-0.2948549687862396,-0.099258191883564,-0.04273662343621254,0.034768618643283844,-0.11234702169895172,-0.006185472011566162,-0.0027066469192504883,-0.009414903819561005 +479,-1.4683232059150515,0.30215241344703375,-1.0621902938496428,-0.949690043926239,-0.29757580161094666,-0.09765977412462234,0.0035787425003945827,-0.17292916774749756,0.08445481210947037,0.050672709941864014,-0.004120975732803345,0.013583838939666748 +480,-1.4780897981818697,0.2946617775222688,-1.0549663063272876,-0.9527912139892578,-0.2904162108898163,-0.08858388662338257,0.026677805930376053,0.28329941630363464,-0.01067148894071579,-0.03567302227020264,0.00605347752571106,0.05515195429325104 +481,-1.4446505088985593,0.2970193671503041,-1.0682922306082643,-0.948615312576294,-0.2926713824272156,-0.12030264735221863,-0.07984085381031036,-0.1808050572872162,0.13635800778865814,0.054267048835754395,0.008873164653778076,-0.03799201548099518 +482,-1.4597006769748093,0.28403457115445635,-1.0819262818270265,-0.9540148973464966,-0.280230849981308,-0.10642510652542114,-0.13903865218162537,0.0318104550242424,0.11525260657072067,0.005559086799621582,-0.011425673961639404,0.007059872150421143 +483,-1.462776740874454,0.2724568398200473,-1.0864514957362588,-0.9574992060661316,-0.2690984606742859,-0.10383283346891403,-0.06808766722679138,-0.07394149899482727,0.13893119990825653,0.0008647441864013672,0.012964457273483276,-0.005313277244567871 +484,-1.4645719122295782,0.2622970478510358,-1.0913384534512798,-0.9603531360626221,-0.25929972529411316,-0.10239838063716888,0.020014110952615738,0.051043830811977386,0.01792748272418976,-0.026554763317108154,-0.0008168220520019531,-0.013064853847026825 +485,-1.4635404411714903,0.26008678313260447,-1.0931085572413939,-0.9608145356178284,-0.2571644186973572,-0.10345000773668289,-0.03007715567946434,-0.08501571416854858,0.0196932815015316,-0.004883706569671631,-0.0005717873573303223,0.006800830364227295 +486,-1.4643292486158248,0.258551693081977,-1.093601530502023,-0.9612872004508972,-0.255680650472641,-0.10273390263319016,0.04240470379590988,0.1074366346001625,0.027286788448691368,-0.0017864704132080078,0.007206529378890991,0.022243738174438477 +487,-1.4597348083016135,0.25496109570092856,-1.099260853118711,-0.9617113471031189,-0.25220775604248047,-0.10725045204162598,-0.09120362997055054,0.028784802183508873,-0.011160844005644321,0.016642987728118896,-0.003926277160644531,0.0013697147369384766 +488,-1.4576511556332434,0.2494105181021174,-1.1024638767628938,-0.9628617763519287,-0.24683275818824768,-0.10941044241189957,0.012949006631970406,-0.018054479733109474,0.0981227457523346,0.0009935498237609863,-0.0056086331605911255,-0.014307849109172821 +489,-1.4536998529593756,0.24432880110460242,-1.1022610172824296,-0.9636554718017578,-0.2419051080942154,-0.1133592426776886,0.03059358149766922,0.019075246527791023,0.01982874982059002,-0.005628705024719238,0.012901157140731812,0.009645268321037292 +490,-1.451650187383467,0.2431053132513841,-1.1104443841494334,-0.963714063167572,-0.2407177835702896,-0.11536924540996552,-0.131344735622406,-0.08123565465211868,0.004187153186649084,-0.0014653205871582031,-0.0007830709218978882,0.01485956460237503 +491,-1.4561061637150623,0.24370724909028976,-1.1221449260827616,-0.964074432849884,-0.2413019835948944,-0.11105722188949585,-0.11416107416152954,0.10443033277988434,-0.02210150845348835,0.020593106746673584,0.009292125701904297,0.020847275853157043 +492,-1.4504652007045298,0.24143743075280774,-1.1433346993019973,-0.963973879814148,-0.23909860849380493,-0.11655918508768082,-0.21092429757118225,-0.09548677504062653,0.02185932733118534,-0.005462646484375,0.010750830173492432,-0.040545329451560974 +493,-1.453404461665045,0.2367251438096432,-1.1488568507927448,-0.9654206037521362,-0.23452036082744598,-0.11385601758956909,0.30533087253570557,-0.06262116879224777,0.06235180422663689,-0.006091177463531494,-0.02254442870616913,-0.03230791538953781 +494,-1.4422649211305807,0.24612196503268458,-1.1463640339066463,-0.9618643522262573,-0.2436446249485016,-0.12431511282920837,-0.3203519880771637,0.16489122807979584,-0.19438964128494263,0.026576876640319824,0.03292074799537659,0.07072621583938599 +495,-1.43578247675681,0.24527803407411095,-1.171646799311695,-0.9612415432929993,-0.24282604455947876,-0.1305752992630005,-0.13707850873470306,-0.027459943667054176,0.023362038657069206,-0.025361061096191406,-0.002687796950340271,-0.025186389684677124 +496,-1.4336786972968858,0.24487797120655364,-1.1739204704687198,-0.9610610008239746,-0.242437943816185,-0.1326105296611786,0.011110960505902767,0.1495581567287445,-0.12235848605632782,0.0014968514442443848,-0.015405073761940002,0.044017985463142395 +497,-1.4218638850359464,0.24950140897881531,-1.1829290213639663,-0.9583084583282471,-0.24692083895206451,-0.1437879055738449,-0.0383700355887413,-0.09212332218885422,0.1264118105173111,0.055354416370391846,0.018679901957511902,-0.010539457201957703 +498,-1.418891011067628,0.2389830237851393,-1.179742064141959,-0.9603909254074097,-0.2367146760225296,-0.1470210701227188,0.028384558856487274,0.0810697004199028,0.07194485515356064,-0.007061958312988281,-0.012461304664611816,0.035036876797676086 +499,-1.4111230803343517,0.23459799621450056,-1.1891239446621082,-0.9602354764938354,-0.23245200514793396,-0.15464037656784058,-0.2954733967781067,-0.04412376135587692,0.09894035756587982,0.051025450229644775,0.0007625967264175415,0.05686202645301819 +500,-1.4188349896849777,0.22029339804312803,-1.2169067432409406,-0.9645879864692688,-0.21851594746112823,-0.1477188915014267,-0.15350741147994995,-0.006335674785077572,0.11739399284124374,0.010059177875518799,-0.008275479078292847,-0.11816549301147461 +501,-1.4154193926148122,0.20976325709362206,-1.1975179869197266,-0.9662975072860718,-0.20822834968566895,-0.15136036276817322,0.21188734471797943,0.06056221202015877,0.04155522957444191,-0.08733707666397095,-0.009361997246742249,0.0247124582529068 +502,-1.4068068129747626,0.22125525683336722,-1.1965794162235932,-0.9625335931777954,-0.21945445239543915,-0.15927575528621674,-0.16028942167758942,0.014469659887254238,-0.1269441843032837,0.07128304243087769,4.8354268074035645e-05,0.025303617119789124 +503,-1.3988525640032612,0.2146571833641749,-1.1883444309288103,-0.9626419544219971,-0.2130124866962433,-0.16717098653316498,-0.03661468252539635,0.07485796511173248,0.12718075513839722,0.0009415149688720703,-0.028701961040496826,0.05338621139526367 +504,-1.4100232856145898,0.208242914653175,-1.197262166904415,-0.965778112411499,-0.2067410945892334,-0.15662287175655365,-0.13091601431369781,-0.041000768542289734,-0.08861587941646576,-0.0547906756401062,-0.013443246483802795,-0.03952883183956146 +505,-1.4003079355741042,0.2133173416430171,-1.2033513822387651,-0.9631645679473877,-0.21170321106910706,-0.16581808030605316,0.11322475224733353,0.08494347333908081,0.034325096756219864,0.052703261375427246,0.007342278957366943,-0.04461584985256195 +506,-1.3856086987653626,0.20968759892323552,-1.1924503366719026,-0.9613722562789917,-0.2081543505191803,-0.180097758769989,0.01908906176686287,0.171467587351799,0.08188624680042267,0.0029066801071166992,-0.002096503973007202,0.039060771465301514 +507,-1.3901926595423915,0.20050808485643776,-1.2014068753110345,-0.9640268087387085,-0.19916726648807526,-0.17602479457855225,-0.18463782966136932,-0.1386309266090393,0.13262034952640533,0.002585768699645996,0.011484146118164062,-0.003479599952697754 +508,-1.3958486633834186,0.18841081663076356,-1.210444554883185,-0.9673089385032654,-0.18729807436466217,-0.17097635567188263,-0.007769118063151836,-0.026932746171951294,0.0649135485291481,0.015801429748535156,-0.042590826749801636,-0.06364279985427856 +509,-1.396185590737264,0.18438447212152095,-1.2088307749774827,-0.9681012034416199,-0.18334147334098816,-0.1707800328731537,0.04856732487678528,0.08668762445449829,0.09015338122844696,0.013480961322784424,0.014914974570274353,-0.014705762267112732 +510,-1.3959417999595096,0.18128625096874476,-1.2038642640363701,-0.968614399433136,-0.18029490113258362,-0.17111405730247498,0.02868642657995224,-0.08569961041212082,-0.008797828108072281,-0.03651261329650879,0.003003060817718506,0.0037251710891723633 +511,-1.4011031522355908,0.1882109432081178,-1.2040139966460583,-0.9682307243347168,-0.18710173666477203,-0.16589759290218353,0.02171527035534382,-0.04068557545542717,-0.13515323400497437,-0.011825919151306152,0.0029739588499069214,0.01881815493106842 +512,-1.4047438969733137,0.19887285326099108,-1.2123545040392092,-0.9668059945106506,-0.1975645273923874,-0.16203249990940094,-0.1983620971441269,0.06875645369291306,-0.15268976986408234,0.06040334701538086,-0.03690207004547119,0.030730590224266052 +513,-1.4146921894947153,0.19557967706237803,-1.2196711745135271,-0.9690073728561401,-0.1943351924419403,-0.15250685811042786,0.028124766424298286,-0.0669994205236435,0.17355386912822723,0.04722404479980469,-0.009857863187789917,-0.020131036639213562 +514,-1.4111054908699252,0.18924339258625694,-1.230652125623739,-0.9696505069732666,-0.18811585009098053,-0.15617409348487854,-0.08324230462312698,-0.012990006245672703,0.069401815533638,-0.008605718612670898,0.054403066635131836,-0.0028835535049438477 +515,-1.4222502137956612,0.18186155995931744,-1.2361695387183695,-0.9726776480674744,-0.1808607429265976,-0.14555969834327698,-0.2223152369260788,-0.10278122127056122,-0.13044214248657227,-0.046838343143463135,-0.0322740375995636,0.013937413692474365 +516,-1.4189362898537417,0.18800195659351285,-1.2474225608484295,-0.9710737466812134,-0.1868964284658432,-0.14861145615577698,0.1491287499666214,-0.02206963673233986,0.08378716558218002,0.038380324840545654,0.0016852766275405884,-0.030252084136009216 +517,-1.4128375238280795,0.18645340438841346,-1.248604925512219,-0.9704340696334839,-0.18537494540214539,-0.1545763611793518,-0.04110131040215492,0.0887005403637886,-0.034078702330589294,0.015996813774108887,0.015849828720092773,-0.008692681789398193 +518,-1.412252248798802,0.1817864277779236,-1.2442493355738802,-0.9711872339248657,-0.1807868480682373,-0.15527920424938202,-0.0914827287197113,-0.11217889189720154,0.09674151241779327,-0.007038533687591553,-0.017760485410690308,0.04509550333023071 +519,-1.4127597479963796,0.17929262817808608,-1.2566121166161475,-0.9717078804969788,-0.178333580493927,-0.15485675632953644,-0.07290850579738617,0.04912224039435387,0.016153307631611824,0.010648488998413086,0.023960411548614502,-0.015995889902114868 +520,-1.4139934829914313,0.17266832781054528,-1.2672201614580325,-0.9730437994003296,-0.17181161046028137,-0.15383891761302948,-0.12820884585380554,0.0028770687058568,-0.007272359915077686,-0.015115320682525635,-0.014208272099494934,-0.029907450079917908 +521,-1.4093372395344477,0.1737551033064842,-1.2683405843964506,-0.9721320867538452,-0.17288212478160858,-0.15833786129951477,0.08963712304830551,0.009085865691304207,0.04927091300487518,0.02550739049911499,0.0069733113050460815,0.008252456784248352 +522,-1.4074835665935055,0.16986908119597957,-1.2713236830335692,-0.972492516040802,-0.169053316116333,-0.16024763882160187,-0.0633225217461586,0.029710471630096436,-0.0019333313684910536,0.002384483814239502,0.0026715099811553955,0.012389957904815674 +523,-1.411096437216155,0.16642024097957184,-1.2759121738277366,-0.9736348390579224,-0.16565310955047607,-0.15682487189769745,-0.008933386765420437,-0.09750721603631973,0.08152837306261063,-0.006437063217163086,0.006030932068824768,-0.010457262396812439 +524,-1.4080306830453069,0.16426976901228396,-1.2799279288341345,-0.9734988808631897,-0.16353197395801544,-0.15986643731594086,-0.034692149609327316,0.03324275463819504,-0.012659814208745956,0.008914470672607422,-0.002727821469306946,0.006622418761253357 +525,-1.4098704253436398,0.16029033943500368,-1.2798346454431004,-0.9744259119033813,-0.15960483253002167,-0.1581781804561615,-0.02395481988787651,-0.011188698001205921,0.055442728102207184,-0.011459648609161377,-0.00012417137622833252,0.01059521734714508 +526,-1.4078559633765053,0.16092983307838998,-1.2824805469128355,-0.9740044474601746,-0.16023609042167664,-0.16012422740459442,-0.07350007444620132,0.07373136281967163,-0.03461869806051254,0.0059868693351745605,0.0017278045415878296,0.006834402680397034 +527,-1.406213006438084,0.15955734698757565,-1.283169627635894,-0.9739561676979065,-0.15888118743896484,-0.161760151386261,-0.03219370171427727,0.0303272046148777,0.029336050152778625,0.006365776062011719,0.003333047032356262,0.014985844492912292 +528,-1.4064448165160197,0.15911095583501336,-1.2849834886113682,-0.9740634560585022,-0.1584404557943344,-0.16154596209526062,-0.022617977112531662,0.007649908773601055,-0.014795600436627865,0.002719402313232422,-0.0006019324064254761,0.007523700594902039 +529,-1.407451657799153,0.15894569541427048,-1.2857304385218853,-0.974251389503479,-0.15827727317810059,-0.16056939959526062,0.029726386070251465,-0.02363646775484085,0.025564976036548615,0.023552536964416504,-0.001299142837524414,-0.010985195636749268 +530,-1.4096955717544104,0.1537019594283083,-1.282505046080754,-0.9754151105880737,-0.1530974954366684,-0.15851381421089172,0.03501935303211212,-0.039951734244823456,0.07710139453411102,-0.0046874284744262695,0.00449216365814209,0.001989126205444336 +531,-1.4083317319470707,0.15466018599689088,-1.286581832239777,-0.9750528335571289,-0.15404434502124786,-0.15982018411159515,-0.042367782443761826,0.052936188876628876,-0.060210272669792175,-0.0014028549194335938,0.007270067930221558,0.0026393532752990723 +532,-1.4006927351664848,0.15125956804519886,-1.288252908085913,-0.9743140935897827,-0.1506834328174591,-0.16735157370567322,-0.06179334595799446,0.23252160847187042,0.13535469770431519,0.027292609214782715,0.003054678440093994,0.02697068452835083 +533,-1.3864532381422559,0.13659209032219968,-1.2887135258245135,-0.9739004373550415,-0.1361677497625351,-0.18159347772598267,0.09956899285316467,0.0288303904235363,0.07691024243831635,-0.01930934190750122,-0.011171087622642517,-0.02726881206035614 +534,-1.3795173624124735,0.13830724921889634,-1.2844670935527707,-0.9723867177963257,-0.13786672055721283,-0.18829922378063202,0.00068654865026474,-0.02033458650112152,-0.019212454557418823,-0.00017786026000976562,0.014133229851722717,0.026754409074783325 +535,-1.3831175844466088,0.13728884377129258,-1.289346073655609,-0.9731958508491516,-0.13685797154903412,-0.18482331931591034,-0.06426269561052322,0.001894383691251278,-0.004730956628918648,0.008520007133483887,-0.0011425316333770752,-0.001990020275115967 +536,-1.3823916308562647,0.13526305303198127,-1.2890687825912432,-0.973331868648529,-0.13485096395015717,-0.18558132648468018,0.07356620579957962,0.02055119164288044,0.016326867043972015,-0.005153298377990723,0.0016569942235946655,-0.014003649353981018 +537,-1.3682922490294172,0.12991165175874855,-1.2882035620384733,-0.9713115096092224,-0.12954653799533844,-0.19942806661128998,-0.08908607810735703,0.26370543241500854,0.1071200892329216,0.014310836791992188,0.00126589834690094,0.04331536591053009 +538,-1.3479162653558079,0.10901693401025746,-1.2962604364829209,-0.969475269317627,-0.10880112648010254,-0.21972715854644775,-0.2597695291042328,0.46522316336631775,0.3752779960632324,0.02802330255508423,0.011053301393985748,0.010803833603858948 +539,-1.315832344810749,0.08120762175119647,-1.2976616224172415,-0.9644833207130432,-0.0811183974146843,-0.2513793706893921,0.18564407527446747,-0.05329578369855881,0.17583253979682922,-0.004495441913604736,-0.010922573506832123,-0.026086419820785522 +540,-1.3189197703879711,0.07329596603337905,-1.2891002678304337,-0.9658461213111877,-0.07323035597801208,-0.2485525757074356,-0.08909181505441666,-0.05320460721850395,-0.012029075995087624,-0.021717846393585205,-0.002743147313594818,0.03894259035587311 +541,-1.3203389909539345,0.06955317883299914,-1.2961639458304928,-0.9664567708969116,-0.06949711591005325,-0.24724780023097992,-0.025937017053365707,-0.032454714179039,0.07384448498487473,0.004649519920349121,8.58306884765625e-06,-0.027898669242858887 +542,-1.3060688163613403,0.06350613532121434,-1.2945221514882128,-0.9632182717323303,-0.06346345692873001,-0.2611188590526581,0.019496705383062363,0.4094557762145996,0.10623607039451599,0.005622386932373047,0.003877878189086914,-0.005650520324707031 +543,-1.282712852796465,0.0650442821381214,-1.284920054141883,-0.9567626714706421,-0.06499842554330826,-0.2835144102573395,0.004106227774173021,0.12055037915706635,-0.008113037794828415,0.00368344783782959,0.006038457155227661,0.033712804317474365 +544,-1.2863918328385309,0.06482813048719482,-1.2879046516481296,-0.9578127264976501,-0.06478273123502731,-0.2799965441226959,-0.06025996431708336,-0.06297177076339722,-0.010093843564391136,-0.0007902383804321289,0.0033508464694023132,-0.019777685403823853 +545,-1.2867182638326875,0.06486373619721006,-1.2890233149967543,-0.9579018354415894,-0.06481826305389404,-0.2796832025051117,0.04677724838256836,0.15749254822731018,0.008816247805953026,0.0013283491134643555,-0.001649022102355957,-0.028300166130065918 +546,-1.2690812541857808,0.06764185990550761,-1.2800099891661025,-0.9526447057723999,-0.06759028881788254,-0.2964786887168884,0.07283714413642883,0.09627820551395416,-0.022429469972848892,0.017631888389587402,0.00032955408096313477,0.020401418209075928 +547,-1.2682720373135639,0.0661254069089428,-1.2774173170563985,-0.9525012373924255,-0.06607722491025925,-0.2972796857357025,-0.025578558444976807,-0.00497655663639307,0.008843030780553818,-0.008772015571594238,-0.002511031925678253,0.014763206243515015 +548,-1.2676237172810343,0.06674418735681541,-1.2771340671991753,-0.9522690176963806,-0.06669463962316513,-0.29788485169410706,0.01976076140999794,0.015064813196659088,-0.003660690039396286,0.007551670074462891,0.0031875744462013245,0.002871483564376831 +549,-1.2655313895918374,0.06663245878606512,-1.27690706754764,-0.9516507983207703,-0.06658316403627396,-0.29987892508506775,-0.0040354495868086815,-0.04218970611691475,0.025271805003285408,0.013006448745727539,0.005715854465961456,-0.014482587575912476 +550,-1.2638120475840848,0.06677566923141319,-1.2761486438448637,-0.9511247277259827,-0.06672605127096176,-0.30151182413101196,-0.01370538305491209,-0.016491197049617767,0.0024192999117076397,0.007963776588439941,0.0006555095314979553,0.0019055306911468506 +551,-1.2645181501148934,0.06590210635090764,-1.2767876884619263,-0.9513925909996033,-0.06585441529750824,-0.3008576035499573,-0.018957821652293205,0.021096352487802505,0.024084148928523064,0.005897045135498047,0.005750030279159546,-0.008407533168792725 +552,-1.2646078482577747,0.06314469706477628,-1.2719252607539926,-0.951589047908783,-0.06310274451971054,-0.300825834274292,0.04728620499372482,0.002657645381987095,0.043227776885032654,-0.00893634557723999,0.004722632467746735,-0.00842401385307312 +553,-1.2655679832085687,0.0643337945733184,-1.2640301148495539,-0.9518052339553833,-0.06428942829370499,-0.29988929629325867,0.006058601196855307,-0.04657715559005737,-0.029002100229263306,0.0015489459037780762,-0.011226318776607513,0.013130933046340942 +554,-1.265612138126949,0.06342079913784335,-1.263387384648262,-0.9518740773200989,-0.06337828934192657,-0.299864798784256,0.05671737343072891,0.06668690592050552,0.019097186625003815,-0.004653632640838623,-0.0018072426319122314,-0.007096290588378906 +555,-1.2622242520863542,0.0662340732892959,-1.2630627405711317,-0.9506791234016418,-0.06618565320968628,-0.3030325770378113,-0.008841650560498238,0.011640910059213638,-0.029281025752425194,0.004878401756286621,0.00873631238937378,0.0021902918815612793 +556,-1.2604695088208944,0.0685156863325738,-1.264159808094852,-0.9499996900558472,-0.06846208870410919,-0.3046534061431885,0.013375896960496902,0.01945498213171959,-0.048356782644987106,-0.0002720355987548828,-0.005176819860935211,-0.01787164807319641 +557,-1.259924103353519,0.0696767124293345,-1.261323687670673,-0.9497569799423218,-0.06962034851312637,-0.3051469624042511,0.043288454413414,0.015352169051766396,-0.007347303908318281,0.0030101537704467773,-0.00034120678901672363,-0.009229898452758789 +558,-1.257378127929455,0.07366130902075088,-1.2612901169526252,-0.9487055540084839,-0.07359471172094345,-0.3074760138988495,-0.009121082723140717,0.0250278040766716,-0.05045004561543465,0.008947312831878662,0.004533417522907257,0.006313353776931763 +559,-1.255659057444573,0.07573610178357894,-1.261378586983168,-0.9480284452438354,-0.075663723051548,-0.3090585172176361,-0.02465226501226425,0.02477302961051464,-0.020021429285407066,-0.0013428926467895508,-0.004460185766220093,0.0028603672981262207 +560,-1.2538644458592383,0.07759131174080897,-1.260979572520883,-0.94733726978302,-0.07751347869634628,-0.31071504950523376,0.01926707848906517,0.028893563896417618,0.008185137063264847,0.00852501392364502,0.01081731915473938,0.00019872188568115234 +561,-1.2539567701559724,0.07488579174151042,-1.2592185850590345,-0.9475618004798889,-0.07481581717729568,-0.31069180369377136,-0.0031643295660614967,-0.012616898864507675,0.04184811934828758,0.004782199859619141,-0.005567491054534912,-0.01110076904296875 +562,-1.2530710270566148,0.0749617158945634,-1.2583158297452002,-0.9472806453704834,-0.07489152997732162,-0.31152915954589844,-0.02514082007110119,-0.009187300689518452,-0.01702653244137764,-0.01042187213897705,0.0033278241753578186,0.004735976457595825 +563,-1.2524136450611438,0.07627879914981202,-1.2616833986615705,-0.9469812512397766,-0.07620485126972198,-0.3121207058429718,-0.012568822130560875,-0.042082201689481735,0.0018392822239547968,0.017034411430358887,0.0029169023036956787,-0.009656667709350586 +564,-1.2527682940558205,0.07443416475721916,-1.2595467390006196,-0.9472238421440125,-0.07436545193195343,-0.31182828545570374,0.028113238513469696,-0.028356555849313736,0.02716396003961563,0.0016366839408874512,-0.006918132305145264,-0.005173087120056152 +565,-1.2515037284330541,0.07508162113667237,-1.258935273311679,-0.9467828273773193,-0.07501109689474106,-0.31301066279411316,0.02048586681485176,-0.010736777447164059,0.00889275036752224,0.002568960189819336,0.005202144384384155,0.0006785392761230469 +566,-1.2523708960410729,0.07521579778166777,-1.2577836982967403,-0.947044312953949,-0.07514489442110062,-0.3121863603591919,0.00577476155012846,-0.007490202318876982,-0.0020804395899176598,-0.00608062744140625,0.0058699846267700195,0.0042639970779418945 +567,-1.2483481445868054,0.07764687535169255,-1.2579223931291923,-0.9456048607826233,-0.07756887376308441,-0.31593477725982666,0.02507975324988365,0.07353360950946808,-0.04810750484466553,0.00560230016708374,-0.003226436674594879,-0.009916692972183228 +568,-1.2460076806105036,0.07911126022781692,-1.2542330951077947,-0.9447540640830994,-0.07902876287698746,-0.3181104362010956,0.010343681089580059,-0.0030355332419276237,0.023623324930667877,0.009359776973724365,0.0021549835801124573,0.01710030436515808 +569,-1.2467621877512607,0.07703011300696656,-1.2546118820123962,-0.945147693157196,-0.0769539549946785,-0.3174492120742798,-0.005010766908526421,-0.015288600698113441,0.02387196198105812,0.003634631633758545,0.0028877854347229004,0.0012871026992797852 +570,-1.237668003425756,0.07689189299811779,-1.2538645593557636,-0.9422317147254944,-0.0768161490559578,-0.3260347545146942,0.03629612177610397,0.1966073215007782,-0.06167879328131676,-0.021452367305755615,-0.006527364253997803,-0.0179898738861084 +571,-1.2197727630366773,0.07101126871672624,-1.2552132491233747,-0.9366546869277954,-0.07095160335302353,-0.34299254417419434,-0.061937298625707626,0.497511625289917,0.22888174653053284,0.03763735294342041,0.025495678186416626,0.020818471908569336 +572,-1.1783035300965443,0.057537775051526484,-1.2412750872185194,-0.9224293828010559,-0.05750603228807449,-0.3818598687648773,0.07017391920089722,0.11091864854097366,-0.04272790253162384,-0.027018189430236816,-0.05032780393958092,0.0004664957523345947 +573,-1.177630435853053,0.06189940042775945,-1.2439318728579487,-0.921931803226471,-0.06185987964272499,-0.38238096237182617,-0.07188714295625687,0.30501678586006165,-0.03057750128209591,0.03628110885620117,-0.0007011666893959045,0.055461347103118896 +574,-1.174030596781587,0.04708680860323256,-1.2474632374368462,-0.9212934970855713,-0.04706941172480583,-0.3860090672969818,-0.21070994436740875,-0.14400053024291992,0.1506662368774414,-0.029802143573760986,-0.008503079414367676,0.0122450590133667 +575,-1.1436683439687725,0.028449685638079224,-1.2544636527831128,-0.9097909331321716,-0.02844584733247757,-0.4140909016132355,-0.13970427215099335,0.43149852752685547,0.22620180249214172,0.04129117727279663,0.0015751123428344727,-0.024172067642211914 +576,-1.1080398166370382,0.009567743459833421,-1.2750539653093729,-0.8947843909263611,-0.00956759788095951,-0.44639596343040466,-0.3611089587211609,0.3040391802787781,-0.1892857551574707,-0.054663240909576416,-0.027389168739318848,0.01252758502960205 +577,-1.0264717094767044,0.021828874651762854,-1.3036369090758342,-0.855273425579071,-0.02182714082300663,-0.5177170634269714,-0.03988400846719742,0.9607242345809937,-0.2077857404947281,-0.01249384880065918,0.034247785806655884,-0.036115944385528564 +578,-0.9864318623732481,0.026506282047267994,-1.3216879398578023,-0.8337699174880981,-0.026503179222345352,-0.5514756441116333,-0.249512180685997,0.16714437305927277,-0.15044844150543213,0.0069571733474731445,-0.009675383567810059,0.0276566743850708 +579,-0.9592614744294451,0.030859872450586027,-1.3428532155182602,-0.8183779716491699,-0.030854973942041397,-0.573851466178894,-0.22473469376564026,0.18669943511486053,-0.11275839060544968,0.005740642547607422,0.014924796298146248,0.007338464260101318 +580,-0.9308789910650849,0.022748898066671304,-1.3709582578990853,-0.8019375801086426,-0.022746935486793518,-0.5969746708869934,-0.08996127545833588,0.2813430726528168,-0.12262444943189621,-0.002276897430419922,-0.003513425588607788,-0.04099529981613159 +581,-0.9098919449902682,0.026454066079497334,-1.3935126298132707,-0.789161205291748,-0.026450980454683304,-0.6136162877082825,-0.1699773669242859,0.19902774691581726,-0.16493335366249084,0.010291576385498047,0.007118105888366699,0.009932875633239746 +582,-0.8838876353429824,0.030753715227072948,-1.4120804725306304,-0.7728444337844849,-0.030748868361115456,-0.63385009765625,-0.02354181557893753,-0.024345509707927704,-0.18441106379032135,0.013628184795379639,-0.0018438976258039474,-0.035171449184417725 +583,-0.8598350941303647,0.038708678449911625,-1.4400297437261278,-0.7571673393249512,-0.038699012249708176,-0.6520736217498779,-0.09113216400146484,0.5565837621688843,-0.3494822084903717,-0.013737201690673828,-0.01952853798866272,-0.01473546028137207 +584,-0.8133595258439399,0.055703828426298,-1.4675703718143267,-0.7254724502563477,-0.05567502602934837,-0.6859956383705139,-0.026910152286291122,0.1793787032365799,-0.34658801555633545,0.004906654357910156,-0.009891986846923828,-0.008706510066986084 +585,-0.7927630139142127,0.07975983311139027,-1.495398276453063,-0.7100307941436768,-0.07967529445886612,-0.6996485590934753,-0.0066325608640909195,0.15822601318359375,-0.3085721433162689,0.0001156926155090332,0.02364502102136612,-0.005246400833129883 +586,-0.8017064729385602,0.092279213775257,-1.5117437323536964,-0.7154867649078369,-0.0921483039855957,-0.6925224661827087,0.02114846557378769,-0.018950162455439568,-0.01171843707561493,0.020097970962524414,0.013916492462158203,-0.0035071372985839844 +587,-0.796978554011111,0.08849642541518628,-1.5037108595988373,-0.7124488353729248,-0.08838096261024475,-0.6961361169815063,0.013480473309755325,-0.07316551357507706,0.09247075766324997,0.010193586349487305,-0.004896014928817749,-0.007294058799743652 +588,-0.7952593352620508,0.08347718240297586,-1.5030725233246838,-0.7115586996078491,-0.08338026702404022,-0.6976616978645325,-0.10711658000946045,0.03401078283786774,0.013059287331998348,0.0005449652671813965,-0.002618245780467987,0.017119765281677246 +589,-0.7947607794848273,0.07790879346745595,-1.5095339972947988,-0.7115311622619629,-0.0778300017118454,-0.6983307600021362,-0.04954982176423073,-0.02141309157013893,0.06169908866286278,0.00997781753540039,0.010767638683319092,-0.00996696949005127 +590,-0.7921247482661932,0.07854611989344526,-1.5110803579095047,-0.7096524238586426,-0.07846537977457047,-0.7001689672470093,0.05748782679438591,0.03646242618560791,-0.0551871657371521,-0.0052828192710876465,-0.002879224717617035,-0.026393473148345947 +591,-0.7858949484073674,0.08407151107754922,-1.5074889948135934,-0.7049592733383179,-0.0839725062251091,-0.7042591571807861,-0.06535035371780396,0.09213531017303467,-0.03197680413722992,0.0071596503257751465,-0.010296307504177094,0.04132586717605591 +592,-0.7878662836808635,0.08262222326532656,-1.5129455074277032,-0.7064318060874939,-0.082528255879879,-0.7029532790184021,0.005162736400961876,-0.09736613929271698,0.035365231335163116,0.021800458431243896,-0.005972713232040405,-0.008503079414367676 +593,-0.790724689238651,0.06509512031925022,-1.5239043351775503,-0.7093575596809387,-0.06504915654659271,-0.7018406987190247,-0.24280935525894165,-0.06329943239688873,0.0024581437464803457,-0.01668614149093628,0.008561111986637115,-0.039476990699768066 +594,-0.7947385669620551,0.06730392716785269,-1.5279817161097942,-0.7120646834373474,-0.06725312769412994,-0.6988855004310608,0.0027315239422023296,0.03832178935408592,0.0017873921897262335,0.014692306518554688,-0.01291656494140625,0.002764284610748291 +595,-0.796256600487217,0.06976781428127127,-1.5369292251632887,-0.7130041718482971,-0.06971123069524765,-0.697685718536377,-0.13530460000038147,-0.03260693699121475,-0.11307192593812943,0.011405110359191895,-0.005163639783859253,0.0008931159973144531 +596,-0.7771174087710708,0.08022704433610967,-1.5622233753939005,-0.6989717483520508,-0.08014100790023804,-0.7106447219848633,-0.07143032550811768,0.3595344126224518,-0.4522040784358978,-0.05760478973388672,-0.003736525774002075,-0.02588176727294922 +597,-0.7026211077449591,0.10466838948771766,-1.6245462407112938,-0.6426836252212524,-0.10447737574577332,-0.7589744925498962,-0.22221343219280243,0.8129220008850098,-0.8566403985023499,-0.12234628200531006,-0.017898112535476685,-0.00625377893447876 +598,-0.5782770630590669,0.18216612001983892,-1.7551390475007131,-0.5375379920005798,-0.18116027116775513,-0.8235495686531067,-0.6986428499221802,2.2619619369506836,-2.3080713748931885,-0.10166794061660767,0.06868775188922882,0.02551490068435669 +599,-0.2577462197738469,0.20873112530731622,-1.9825437727763064,-0.24936912953853607,-0.207218736410141,-0.945978581905365,0.346568763256073,0.9564964771270752,-1.5116666555404663,0.20568321645259857,0.1594129353761673,0.08620685338973999 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/standing/8.csv b/BoostRunClub/CoreML/DataSet/Motion/standing/8.csv new file mode 100644 index 0000000..ad4a637 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/standing/8.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-0.2313207999911078,0.26024667431150383,-2.066626340080151,-0.22154325246810913,-0.257318913936615,-0.9405878782272339,-0.3980768918991089,0.5676720142364502,-0.45355793833732605,-0.13058382272720337,-0.0020805001258850098,0.2422083616256714 +1,0.024989394741802326,0.2628083746341229,-2.3307398251591973,0.024128852412104607,-0.2597935199737549,-0.9653626680374146,-0.26112100481987,0.490866094827652,0.07782649993896484,-0.03738873451948166,-0.00918838381767273,-0.00042706727981567383 +2,0.011818413714105653,0.23228107691021457,-2.3310451481442844,0.011500748805701733,-0.230197936296463,-0.9730758666992188,-0.5936469435691833,-0.1310102492570877,-0.2040155678987503,-0.033687032759189606,-0.03875347971916199,-0.00106048583984375 +3,0.021721068167112275,0.20620617354144738,-2.345806475448779,0.021259229630231857,-0.20474793016910553,-0.978583812713623,0.029623225331306458,-0.009673669002950191,0.03851327300071716,0.04011162370443344,0.009328633546829224,-0.016670644283294678 +4,-0.0005087391194758835,0.20858957986125598,-2.346727013965482,-0.0004977116477675736,-0.20708025991916656,-0.9783238172531128,0.15289606153964996,-0.1499321460723877,-0.00891825370490551,-0.012075535953044891,0.015384092926979065,-0.003945469856262207 +5,-0.009439993205881774,0.21987564524100028,-2.349032229204356,-0.009212584234774113,-0.21810826659202576,-0.9758810997009277,0.1238367035984993,-0.07994577288627625,-0.017100010067224503,-0.014209657907485962,0.014556005597114563,0.017064571380615234 +6,-0.012623087390243629,0.22405883379433741,-2.3534554196552007,-0.012307229451835155,-0.2221888154745102,-0.9749259948730469,-0.02010638266801834,-0.0938815176486969,0.02758401446044445,0.02987010031938553,-0.023645520210266113,0.020915985107421875 +7,-0.018649768352951224,0.2250029870215626,-2.3609256001274552,-0.01817861758172512,-0.22310927510261536,-0.9746239185333252,-0.17585669457912445,0.11651622503995895,-0.1406562179327011,-0.04134591668844223,0.014826804399490356,0.024535417556762695 +8,-0.013505354824342675,0.20076505726384342,-2.371908504833975,-0.013233687728643417,-0.1994190812110901,-0.979824960231781,-0.07737713307142258,-0.04074452817440033,0.00823827926069498,0.029621630907058716,-0.004499375820159912,0.009503304958343506 +9,-0.004237364393206691,0.18737334443541456,-2.3857259990269566,-0.0041631851345300674,-0.18627886474132538,-0.9824880957603455,-0.20333218574523926,0.02420967072248459,-0.1353551149368286,-0.006716329604387283,0.025252848863601685,-0.004740297794342041 +10,-0.010621776677236922,0.18320431567645948,-2.389548737956064,-0.010443824343383312,-0.1821811944246292,-0.983209490776062,0.10629075765609741,-0.09287866204977036,0.04857868701219559,0.03096689283847809,0.01648600399494171,0.007699847221374512 +11,-0.019060162291096343,0.19212769810672228,-2.3816384498123413,-0.018708325922489166,-0.19094787538051605,-0.9814218878746033,0.20597714185714722,-0.0761534795165062,0.17062629759311676,0.015961743891239166,-0.005264893174171448,0.0021585822105407715 +12,-0.0372359845570063,0.20859591841960082,-2.3548134738784294,-0.036420390009880066,-0.2070864588022232,-0.9776445031166077,0.034604959189891815,-0.15808440744876862,0.31697648763656616,0.014218848198652267,-0.006887525320053101,0.014509737491607666 +13,-0.05203750065057461,0.20305621183572944,-2.311925557422587,-0.050945382565259933,-0.20166368782520294,-0.978128969669342,-0.05654189735651016,0.017411399632692337,0.4740367829799652,-0.032611746340990067,0.022662848234176636,0.027903199195861816 +14,-0.06266902590730027,0.19387728625595668,-2.304448433360636,-0.0614546500146389,-0.1926649808883667,-0.9793382883071899,0.01762545108795166,-0.10065729916095734,-0.1879638284444809,-0.0191880464553833,-0.00032816827297210693,-0.028596222400665283 +15,-0.06126496912193771,0.20712433594548393,-2.316778799270577,-0.05991801247000694,-0.2056465595960617,-0.9767903089523315,0.08664903789758682,0.06547614932060242,-0.013509644195437431,0.020718183368444443,-0.016384094953536987,0.020598292350769043 +16,-0.059343453454080465,0.21013199366164811,-2.3158380795946076,-0.05800404027104378,-0.20858898758888245,-0.9762818217277527,-0.038447875529527664,-0.04041822627186775,-0.07234854251146317,-0.006738997995853424,0.0027174055576324463,-0.013861000537872314 +17,-0.06733066323971355,0.2103361183897351,-2.312665182158923,-0.06579700857400894,-0.20878861844539642,-0.9757448434829712,0.07220986485481262,0.0032901400700211525,0.09103000164031982,-0.01731761544942856,0.002810239791870117,-0.007165253162384033 +18,-0.07361378099713882,0.21660438495337173,-2.31572858322138,-0.07182872295379639,-0.21491460502147675,-0.973987877368927,-0.050427526235580444,-0.11904840916395187,-0.06874457746744156,0.005147814750671387,0.005548760294914246,0.012241661548614502 +19,-0.07974182593211149,0.2206787051554703,-2.3169312734336653,-0.07772558182477951,-0.2188919186592102,-0.9726485013961792,0.24175405502319336,0.09528675675392151,0.06564252078533173,0.0005618929862976074,-0.005778491497039795,-0.0035020112991333008 +20,-0.08035069611149032,0.22866090236056602,-2.3102372175737265,-0.07817505300045013,-0.22667348384857178,-0.9708284139633179,0.15507182478904724,0.08072330802679062,0.08704905956983566,-0.0017657428979873657,-0.013743996620178223,-0.010647416114807129 +21,-0.07393402683257445,0.2513394537515949,-2.320583058926734,-0.07154580950737,-0.2487015575170517,-0.965934157371521,0.06250075995922089,-0.47501182556152344,-0.6996285915374756,-0.033800870180130005,0.0003800243139266968,0.007544875144958496 +22,-0.07298195363874815,0.2738802196743826,-2.387520865862189,-0.07019945979118347,-0.270469069480896,-0.9601658582687378,0.04861036315560341,0.2218172550201416,-0.6264500617980957,-0.04096081107854843,-0.001915574073791504,0.004172265529632568 +23,-0.04361998071228772,0.2851774596550664,-2.44668867247474,-0.04184497147798538,-0.2813277542591095,-0.9586989283561707,0.1438479870557785,-0.5045844316482544,-0.6443592309951782,0.04649890214204788,-0.004789799451828003,-0.04185032844543457 +24,-0.21275526673494816,0.32463436716894645,-2.478029999501571,-0.20012472569942474,-0.3189622759819031,-0.926397979259491,0.043101318180561066,-1.248179316520691,0.08070897310972214,0.09166526794433594,0.060325801372528076,0.06003439426422119 +25,-0.22710132942216835,0.2577323039939077,-2.4414728040243343,-0.2177174985408783,-0.2548884153366089,-0.9421417117118835,-0.6257008910179138,0.3600905239582062,0.7484883069992065,0.024998992681503296,0.012075304985046387,-0.030834972858428955 +26,-0.19520536170157532,0.2135105687566207,-2.3715153911669384,-0.18956358730793,-0.2118920534849167,-0.9587321877479553,-0.4025144577026367,0.35406461358070374,0.5598657131195068,-0.006130397319793701,0.05089657008647919,0.09215503931045532 +27,-0.1253148940370515,0.22771826666747497,-2.365377414415753,-0.12176050245761871,-0.22575528919696808,-0.9665448665618896,1.14075767993927,0.7726008892059326,-0.39227741956710815,-0.1519821733236313,-0.06791536509990692,-0.09920525550842285 +28,-0.10692938771414488,0.3480524542941309,-2.389373751887687,-0.10032632201910019,-0.34106770157814026,-0.9346697330474854,-0.16862449049949646,-0.30491816997528076,-0.45395728945732117,0.013183385133743286,0.03802815079689026,0.14052605628967285 +29,-0.11105461536102974,0.2713818653085942,-2.3738341758472,-0.10677038878202438,-0.2680629789829254,-0.9574666023254395,-0.6291524767875671,0.24963265657424927,0.26121482253074646,-0.036296017467975616,-0.010028421878814697,-0.06627601385116577 +30,-0.10878625163145449,0.27020174205185515,-2.3557506098354106,-0.10463250428438187,-0.2669258713722229,-0.9580201506614685,0.09737195074558258,0.04446766898036003,0.09413930028676987,0.0069457367062568665,0.0250435471534729,0.033993661403656006 +31,-0.11481090040576905,0.23721265276219033,-2.3397656510760574,-0.11135081946849823,-0.23499424755573273,-0.9655975699424744,-0.4615626931190491,-0.12072329968214035,0.25046390295028687,-0.004783816635608673,-0.02593103051185608,0.01062631607055664 +32,-0.11143716035156286,0.19329169311988117,-2.332070554976865,-0.1091356873512268,-0.19209031760692596,-0.975290060043335,-0.4122732877731323,0.20567595958709717,-0.004059090279042721,-0.025980889797210693,-0.016726195812225342,-0.011205911636352539 +33,-0.09771082266387757,0.17196725537938673,-2.3393942188517096,-0.09611647576093674,-0.17112091183662415,-0.9805504679679871,-0.15527459979057312,0.053253527730703354,-0.0162197332829237,-0.001173563301563263,0.012826234102249146,-0.00841742753982544 +34,-0.09368976813610123,0.16407526104851827,-2.342200240153499,-0.09229633212089539,-0.16334007680416107,-0.9822430610656738,0.060445308685302734,-0.06239262595772743,-0.04286474362015724,0.005977362394332886,-0.0038199573755264282,-0.022456645965576172 +35,-0.10128602850220517,0.16412629439895668,-2.3391846051986263,-0.09975413233041763,-0.16339042782783508,-0.9815053343772888,-0.17400313913822174,0.013698144815862179,0.05649859458208084,-0.008506976068019867,-0.014054030179977417,0.02270406484603882 +36,-0.11008560678261872,0.13773570871349394,-2.3388688506874193,-0.10882291942834854,-0.13730062544345856,-0.984533429145813,-0.4395607113838196,-0.2216935008764267,0.021005531772971153,-0.0016659721732139587,0.00012411177158355713,0.016637980937957764 +37,-0.12149687448243168,0.10958503530629299,-2.330836527604106,-0.12047117948532104,-0.10936583578586578,-0.9866741299629211,0.28619396686553955,-0.07352541387081146,0.2738479673862457,0.023532100021839142,0.005697622895240784,-0.05084723234176636 +38,-0.13712019122858946,0.10745105956290714,-2.300930143932008,-0.13590256869792938,-0.10724440962076187,-0.9849005937576294,-0.8027368187904358,-0.09399775415658951,0.19051167368888855,-0.024024799466133118,0.0005091726779937744,0.011801838874816895 +39,-0.14574846284526263,0.0507359583305505,-2.2896562461913983,-0.14504611492156982,-0.050714194774627686,-0.9881243109703064,0.07280363887548447,-0.12167034298181534,0.15483492612838745,-0.016361340880393982,-0.058447178453207016,-0.002613544464111328 +40,-0.14196607224946833,0.08661032202585697,-2.284898399199786,-0.14095932245254517,-0.0865020826458931,-0.9862291216850281,0.5361009836196899,0.1106274276971817,0.05433780699968338,0.015699923038482666,-0.0062713623046875,-0.007179081439971924 +41,-0.12732031996891838,0.155661660986704,-2.2663240190680223,-0.12544135749340057,-0.15503379702568054,-0.9799127578735352,0.7066428065299988,0.011365463025867939,0.03900357335805893,-0.014863207936286926,0.010670378804206848,0.004982948303222656 +42,-0.12283316273201224,0.18555358620815315,-2.2753398034034475,-0.12042129039764404,-0.1844906508922577,-0.975429117679596,0.0451744943857193,0.09688397496938705,-0.08083800226449966,-0.010834813117980957,-0.024722620844841003,0.03199344873428345 +43,-0.118769688317033,0.14660625552817097,-2.290135620245056,-0.11721955239772797,-0.14608164131641388,-0.982303261756897,-0.5209370255470276,-0.011474480852484703,-0.18144024908542633,-0.015547163784503937,-0.0014708340167999268,-0.022762596607208252 +44,-0.10333619123463846,0.20456954128748994,-2.3022313839032287,-0.10100150108337402,-0.20314569771289825,-0.9739252924919128,0.8582537770271301,-0.052305180579423904,-0.13378046452999115,0.009174108505249023,0.017965033650398254,0.015154540538787842 +45,-0.1212422919681941,0.15093003393199542,-2.3095332833900875,-0.1195705235004425,-0.1503576636314392,-0.9813742637634277,-1.676343321800232,-0.27991345524787903,0.09468257427215576,0.002627171576023102,-0.05510193109512329,0.05470806360244751 +46,-0.1228080368642414,0.06743390614961862,-2.326794066346565,-0.12222115695476532,-0.0673828125,-0.9902128577232361,0.8337575197219849,0.27447789907455444,-0.2171218991279602,-0.05479604750871658,0.0426483228802681,-0.14913034439086914 +47,-0.11204637215862116,0.2074518691971668,-2.3214336168309195,-0.10941470414400101,-0.20596706867218018,-0.97242271900177,0.6804240345954895,-0.21746404469013214,-0.0012890950310975313,0.047967568039894104,0.017795711755752563,0.024958789348602295 +48,-0.14211467966365132,0.13997183286594692,-2.3240070398233303,-0.14025157690048218,-0.139515221118927,-0.9802372455596924,-1.3996093273162842,-0.14537176489830017,0.10711421817541122,-0.04091602563858032,-0.0570027232170105,0.03988385200500488 +49,-0.12456468908672455,0.1060134142866257,-2.3335789381631202,-0.12354528903961182,-0.10581494867801666,-0.9866811633110046,0.6157124638557434,0.03495299071073532,-0.22464682161808014,-0.0012410804629325867,0.03890516608953476,-0.07679533958435059 +50,-0.13039668593920278,0.14742194898240635,-2.3315315058799775,-0.128617063164711,-0.14688853919506073,-0.9807555079460144,-0.11259651929140091,-0.07333054393529892,0.18474149703979492,0.013870999217033386,-0.012138545513153076,0.02853083610534668 +51,-0.13425086496872846,0.12761473809201396,-2.32829671782674,-0.13275954127311707,-0.12726864218711853,-0.9829433560371399,0.1575976312160492,0.22126702964305878,-0.057941984385252,-0.059882670640945435,-0.01582828164100647,-0.012829959392547607 +52,-0.11775676975163205,0.18327937166686126,-2.332102650666341,-0.11551709473133087,-0.18225499987602234,-0.9764419794082642,0.32512176036834717,-0.0327540822327137,-0.03209645673632622,0.03823132812976837,0.012043192982673645,0.01408541202545166 +53,-0.1289829972051509,0.15517986790385602,-2.328576554233015,-0.1270800530910492,-0.15455780923366547,-0.9797767996788025,-0.6330177187919617,-0.15487852692604065,0.001032080384902656,-0.018793970346450806,-0.024763479828834534,0.02501910924911499 +54,-0.13445677199352657,0.10729880962729045,-2.3352325941993235,-0.13328106701374054,-0.10709303617477417,-0.9852752089500427,-0.108768992125988,0.06988126784563065,-0.012953807599842548,-0.0070082396268844604,0.00505751371383667,-0.014785826206207275 +55,-0.1306254596006749,0.13995568971725708,-2.3351234195904214,-0.12898069620132446,-0.139499232172966,-0.9817860722541809,0.26145750284194946,-0.01174547616392374,0.05449853092432022,0.026670530438423157,0.009448587894439697,0.020787596702575684 +56,-0.13329432060281773,0.11749394681016112,-2.332306473832267,-0.131983682513237,-0.11722379922866821,-0.9842961430549622,-0.32253730297088623,0.04417945072054863,-0.034172751009464264,-0.0328875333070755,-0.01384919136762619,-0.0018641352653503418 +57,-0.13067656055720936,0.13704792069716143,-2.3348117580955265,-0.12908317148685455,-0.13661931455135345,-0.9821775555610657,0.27736616134643555,-0.04864493012428284,-0.005237610545009375,0.025765925645828247,0.01610541343688965,7.611513137817383e-05 +58,-0.13150736359634052,0.12134364258845463,-2.330613705603046,-0.13016442954540253,-0.12104608118534088,-0.9840757250785828,-0.421664297580719,-0.03527955710887909,0.003039691597223282,-0.021813079714775085,-0.02708623558282852,0.01990342140197754 +59,-0.13113564841063352,0.10205317723828666,-2.335938286755223,-0.13007979094982147,-0.10187612473964691,-0.9862558245658875,0.06325579434633255,0.011538618244230747,-0.035285834223032,-0.003816083073616028,0.015099383890628815,-0.03260403871536255 +60,-0.13490780329433258,0.11611703420872543,-2.3346764233599413,-0.13359323143959045,-0.11585627496242523,-0.9842408895492554,0.03375118598341942,-0.03809062018990517,0.033645741641521454,-0.001187652349472046,-0.011798754334449768,0.005603194236755371 +61,-0.13417469084343603,0.11055816567161117,-2.332553041747877,-0.13295574486255646,-0.11033307760953903,-0.9849616289138794,-0.1325952410697937,0.02904219552874565,-0.025009242817759514,-0.021615788340568542,-0.003604307770729065,-0.0035790205001831055 +62,-0.13696975091216276,0.10534904872020731,-2.3342820522514165,-0.13578487932682037,-0.10515429079532623,-0.9851421117782593,0.03619445860385895,-0.017351308837532997,0.022020375356078148,-0.006976336240768433,-0.0007722154259681702,-0.014888346195220947 +63,-0.1339175634555048,0.12987082963035712,-2.333276431839849,-0.1323932409286499,-0.12950606644153595,-0.9827004671096802,0.31065255403518677,0.04515020549297333,-0.041442882269620895,-0.005836129188537598,-0.0006056278944015503,-0.0032461881637573242 +64,-0.1376247949200337,0.13105586671382713,-2.3304526932873535,-0.13601426780223846,-0.13068102300167084,-0.9820501804351807,-0.26796266436576843,-0.03929277881979942,0.06093426048755646,-0.005739867687225342,-0.013163581490516663,0.019144296646118164 +65,-0.13842799669077702,0.11026489288927245,-2.3326672792735277,-0.13714832067489624,-0.11004158854484558,-0.9844192266464233,-0.010781874880194664,0.036621950566768646,0.00022598530631512403,-0.00576549768447876,-0.001225501298904419,-0.02844393253326416 +66,-0.13947609169935302,0.11916205374449831,-2.331304525482504,-0.13803844153881073,-0.1188802421092987,-0.9832664132118225,-0.00927131250500679,-0.0014176368713378906,0.016742412000894547,-0.00963611900806427,-0.004441283643245697,0.008245110511779785 +67,-0.1419551000063539,0.11244769472466087,-2.3326810235428104,-0.1405853033065796,-0.11221086978912354,-0.9836892485618591,-0.16864949464797974,-0.07877285778522491,-0.03759501874446869,-0.0009399652481079102,-0.006990790367126465,0.005463540554046631 +68,-0.14663750677906331,0.07666997433842417,-2.3385161297600385,-0.14568331837654114,-0.07659488171339035,-0.9863618016242981,-0.13812467455863953,0.024359647184610367,0.020968863740563393,-0.011390656232833862,0.006679117679595947,-0.027920424938201904 +69,-0.1440394013955087,0.10498310410621706,-2.335275420926146,-0.142751544713974,-0.10479036718606949,-0.9841955900192261,0.3422180116176605,-0.016809621825814247,0.005255242809653282,0.006276935338973999,0.011315032839775085,0.008029818534851074 +70,-0.1483734459067106,0.09088697769380714,-2.33742758809435,-0.1472194939851761,-0.09076189994812012,-0.9849308133125305,-0.3388136625289917,-0.028742479160428047,0.0075468625873327255,-0.00455966591835022,-0.018063783645629883,0.0019291043281555176 +71,-0.14735330376139305,0.10421090319932338,-2.3352314062084614,-0.14602412283420563,-0.10402238368988037,-0.9837968945503235,0.45802226662635803,0.0461764894425869,0.022311678156256676,-0.0023370832204818726,0.018649466335773468,-0.018964946269989014 +72,-0.15289896076266962,0.11358799976366744,-2.3320831559625974,-0.15132243931293488,-0.11334390193223953,-0.9819647073745728,-0.2619449496269226,-0.12910878658294678,-0.004262674134224653,0.0015574097633361816,-0.016264259815216064,0.018509507179260254 +73,-0.1591868489330089,0.1003764023227584,-2.3315932373589825,-0.1577175110578537,-0.10020793229341507,-0.9823866486549377,0.06672140210866928,-0.1381235420703888,0.010309563018381596,0.010790616273880005,0.011981606483459473,-0.022999703884124756 +74,-0.17472318641517237,0.11288273077586466,-2.3196672629210817,-0.17272916436195374,-0.11264314502477646,-0.9785071015357971,0.17091932892799377,-0.1578056812286377,0.0875726118683815,-0.005920737981796265,0.0012692511081695557,-0.003640115261077881 +75,-0.19019608522114542,0.12742481303750874,-2.3114391988141825,-0.18751870095729828,-0.1270802617073059,-0.9740058183670044,0.18501727283000946,-0.0866931825876236,0.06314986944198608,-0.010692968964576721,0.0014699101448059082,0.008872151374816895 +76,-0.19741687939343971,0.13822065663771058,-2.310851776287887,-0.1942664235830307,-0.13778096437454224,-0.9712244868278503,0.09354980289936066,-0.12331665307283401,-0.09420816600322723,-0.012001872062683105,0.011361896991729736,0.005221068859100342 +77,-0.1983519407336371,0.13593790664010136,-2.3149895017435775,-0.1952359676361084,-0.1355196237564087,-0.971348226070404,-0.12650620937347412,0.03892045468091965,-0.004542823415249586,0.0048520565032958984,-0.01731240749359131,0.012669026851654053 +78,-0.19666832866539805,0.13177388227189823,-2.313679272340881,-0.19370891153812408,-0.13139285147190094,-0.9722205400466919,0.04670822620391846,0.05171344801783562,0.05629589781165123,-0.00866842269897461,0.01025332510471344,-0.0036553144454956055 +79,-0.19452051183324823,0.1292029711708831,-2.3129074784925208,-0.19168497622013092,-0.12884379923343658,-0.9729625582695007,-0.10966696590185165,0.031452424824237823,-0.019240714609622955,-0.007884681224822998,-0.010560467839241028,-0.006163418292999268 +80,-0.1901791954751554,0.1232437625625269,-2.3126911856756505,-0.18760104477405548,-0.12293200939893723,-0.9745222330093384,-0.09592660516500473,0.08637098968029022,0.04355279728770256,-0.0017757713794708252,-0.005043454468250275,0.004643082618713379 +81,-0.18525554829933158,0.11597840450405482,-2.3118194347941343,-0.18296028673648834,-0.11571857333183289,-0.9762861728668213,-0.03385030850768089,0.026454932987689972,-7.997953798621893e-05,-0.0017626136541366577,0.0021626651287078857,-0.007280111312866211 +82,-0.183425009862937,0.11370015451497117,-2.3123456571749053,-0.18122045695781708,-0.11345533281564713,-0.9768761396408081,-0.028975296765565872,0.029400143772363663,-0.0013120182557031512,0.0008158236742019653,-0.005593724548816681,0.003045022487640381 +83,-0.18212351033395527,0.1117297839671828,-2.3116866221638603,-0.1799890398979187,-0.11149746179580688,-0.9773291349411011,-0.019589152187108994,0.007439427077770233,0.033465635031461716,-0.0009191632270812988,0.0038619637489318848,-0.008419156074523926 +84,-0.18256042625584992,0.11254955823843656,-2.3035736721996454,-0.18039938807487488,-0.11231209337711334,-0.9771602153778076,0.029172170907258987,0.03115112893283367,0.12283153086900711,-0.001958400011062622,0.0032575279474258423,-0.004056215286254883 +85,-0.18005492945871993,0.11448266164321748,-2.2924440382351006,-0.17791134119033813,-0.11423274874687195,-0.9773936867713928,0.028612537309527397,0.046082694083452225,0.04708034172654152,-0.009771764278411865,0.005391806364059448,0.007026255130767822 +86,-0.18072096224083578,0.1093884303061641,-2.2963856800513684,-0.17866455018520355,-0.10917040705680847,-0.9778347611427307,-0.03501952439546585,-0.009754221886396408,-0.03483577072620392,-0.0009161382913589478,0.008141964673995972,-0.007638871669769287 +87,-0.17755828072579263,0.11360242832330339,-2.2969591139743937,-0.17548826336860657,-0.11335823684930801,-0.977933406829834,0.07092967629432678,0.02483176812529564,-0.012912997975945473,-0.006137087941169739,-0.014754541218280792,-0.00529712438583374 +88,-0.173114335147513,0.1141695809651417,-2.3028168427237206,-0.17112956941127777,-0.11392171680927277,-0.9786401391029358,-0.0008889352902770042,0.09289757907390594,-0.0952645093202591,-0.02753986418247223,0.008117273449897766,-0.002499997615814209 +89,-0.13300424878613576,0.12842066722602868,-2.3242548835529555,-0.13152043521404266,-0.1280679702758789,-0.9830060601234436,0.6934213042259216,1.0980640649795532,-0.33482807874679565,-0.02918510138988495,0.0155496746301651,-0.04854905605316162 +90,-0.04006270151845289,0.22644648514186824,-2.350930790496575,-0.03902947157621384,-0.2245161533355713,-0.9736884236335754,0.29708370566368103,1.0226340293884277,-0.20998431742191315,0.038342829793691635,0.03494097292423248,0.10633313655853271 +91,0.06097301679438022,0.15861219593698375,-2.2849145844906698,0.06017034873366356,-0.15794797241687775,-0.9856125116348267,-1.1335253715515137,0.7179872989654541,0.8012949824333191,-0.011540587991476059,-0.020732447504997253,-0.05204617977142334 +92,0.11396401751105388,0.14305024584335904,-2.283615380401298,0.11255595088005066,-0.1425628662109375,-0.9833651185035706,0.7495380640029907,0.46787700057029724,-0.3718458116054535,-0.03954263776540756,0.0285491943359375,-0.05795568227767944 +93,0.16222284592879724,0.19881652519205945,-2.2951880589865103,0.15833063423633575,-0.197509303689003,-0.9674303531646729,0.01643838919699192,0.6117578148841858,0.21121498942375183,0.037637993693351746,0.062240153551101685,0.07573723793029785 +94,0.2166097082194425,0.20634616305967649,-2.28791519270978,0.21036049723625183,-0.20488494634628296,-0.9559134840965271,0.5186280608177185,0.00022089574486017227,0.00392277492210269,0.07581809163093567,-0.05529266595840454,0.1176261305809021 +95,0.23726008404118748,0.2360322829301563,-2.2928159381603392,0.22852349281311035,-0.2338467687368393,-0.9450358152389526,0.2317463904619217,-0.5199831128120422,0.5308329463005066,0.23918890953063965,-0.02558314800262451,0.00021159648895263672 +96,0.15121845354603197,0.2834201575297572,-2.268764102017966,0.14463284611701965,-0.27964097261428833,-0.9491481781005859,0.474260538816452,-0.9185329079627991,-0.2330402284860611,-0.12787869572639465,-0.12622755765914917,0.14830589294433594 +97,0.09025448764487733,0.3031028058018891,-2.2291736686710344,0.08602333068847656,-0.2984830141067505,-0.9505302906036377,0.243833526968956,-0.11015226691961288,0.4445015490055084,0.12320517003536224,-0.10080894827842712,0.10061579942703247 +98,0.09463751865659337,0.35956989666625994,-2.1423974282286293,0.08845311403274536,-0.35187166929244995,-0.9318596124649048,-1.594892978668213,0.953310489654541,0.6987677216529846,0.03183191269636154,0.04350683093070984,0.12521904706954956 +99,0.05393100215652016,0.24284202573607852,-2.1412682446054325,0.05232321098446846,-0.24046222865581512,-0.9692472219467163,0.9432218074798584,-0.4786602258682251,-0.05416908115148544,-0.08264242857694626,0.06466571986675262,0.10494363307952881 +100,0.08135209343696143,0.352749055318343,-2.1523460034600017,0.07625877857208252,-0.345478892326355,-0.9353229403495789,0.9407515525817871,0.03211038187146187,-0.3957805037498474,0.023243777453899384,0.11079874634742737,-0.08874017000198364 +101,0.18361651589644795,0.5095805760109003,-2.244407787005759,0.1593887209892273,-0.4878111481666565,-0.8582746982574463,1.110722303390503,1.3412052392959595,-0.31498634815216064,-0.08448335528373718,-0.04168406128883362,0.09667807817459106 +102,0.32135319811176105,0.52720212515631,-2.2897554906486155,0.2729639708995819,-0.5031173229217529,-0.8199778199195862,0.5330179333686829,0.5127536654472351,-0.46229180693626404,-0.005904644727706909,0.01372218132019043,-0.09011739492416382 +103,0.3728689738229422,0.5910396616190866,-2.325945208277146,0.3024914860725403,-0.5572246313095093,-0.7733044028282166,0.6632670164108276,0.262355238199234,0.26383015513420105,0.008711516857147217,-0.020915627479553223,0.013676106929779053 +104,0.39410306259775535,0.6592993688330301,-2.3309365967923994,0.30350619554519653,-0.6125631928443909,-0.7298288941383362,0.5713001489639282,0.1756419688463211,-0.05645030736923218,-0.011300384998321533,0.054549336433410645,0.03286850452423096 +105,0.4400059105246852,0.6942229652058418,-2.3687635314959214,0.3273603320121765,-0.6397884488105774,-0.6953458786010742,0.6212557554244995,0.3603215217590332,-0.08196636289358139,0.0011155903339385986,-0.04906952381134033,0.021807730197906494 +106,0.49065099223013775,0.7185883010699368,-2.383007480628593,0.35468927025794983,-0.6583226919174194,-0.6639328598976135,0.007711146958172321,0.20856662094593048,-0.05119486153125763,0.010087370872497559,0.039441466331481934,-0.01723480224609375 +107,0.5721003057967559,0.6915976906363956,-2.4094330216435313,0.41700077056884766,-0.637768566608429,-0.6475813388824463,-0.28356418013572693,1.5045154094696045,-0.6562235951423645,-0.062096595764160156,0.057797253131866455,0.11628556251525879 +108,0.7687833825592189,0.6048732701113915,-2.4404437291588996,0.5719039440155029,-0.5686578154563904,-0.5912309288978577,-0.7274013161659241,1.5038490295410156,-0.9019625186920166,0.04803013801574707,0.02349191904067993,-0.07858407497406006 +109,0.8835250885155599,0.49168686216275637,-2.480713592202376,0.6814111471176147,-0.47211357951164246,-0.5592742562294006,-0.09071334451436996,0.3089587092399597,-0.8848957419395447,-0.014846205711364746,-0.015481024980545044,-0.05649423599243164 +110,0.984769000033671,0.45969754454566997,-2.517633136359799,0.7466529011726379,-0.44367706775665283,-0.4956410825252533,0.22178886830806732,0.8393259644508362,0.31667402386665344,0.028188347816467285,-0.17261013388633728,-0.0801188051700592 +111,1.0644515383815103,0.49135078111749647,-2.5258643768458073,0.7710638046264648,-0.471817284822464,-0.42760854959487915,0.028978552669286728,0.6792142987251282,-0.0344572439789772,-0.007071495056152344,0.03916960954666138,-0.04346078634262085 +112,1.1542490809358714,0.46255556584974705,-2.5348984731603084,0.8183920979499817,-0.44623658061027527,-0.3620874285697937,-0.1649569272994995,1.2200466394424438,0.03280174359679222,-0.1331656575202942,-0.03200438618659973,-0.0408819317817688 +113,1.3384270726229976,0.4670978657998437,-2.458306051888979,0.8688814043998718,-0.45029693841934204,-0.20561547577381134,-0.9658179879188538,2.376537799835205,-0.3057151734828949,0.0869443416595459,-0.12155666947364807,-0.06315283477306366 +114,1.3151178724972297,0.45845436910261256,-2.4641296312303194,0.8675864338874817,-0.44256260991096497,-0.22678661346435547,0.4866650700569153,-0.6919799447059631,0.03771805390715599,-0.015077829360961914,-0.10118430852890015,0.12200450897216797 +115,1.335713494998567,0.4799421732788824,-2.465874645562857,0.8626242280006409,-0.46172788739204407,-0.20660823583602905,-0.020556798204779625,0.5120375752449036,0.17879872024059296,0.04364103078842163,0.05917051434516907,0.004139363765716553 +116,1.3851525634711384,0.44243153204387725,-2.4736770560619337,0.8881853222846985,-0.4281381368637085,-0.16680672764778137,-0.05374149978160858,1.227136254310608,-1.0326402187347412,-0.017122089862823486,-0.1337515115737915,-0.02060168981552124 +117,1.5648179795940664,0.3463338645248531,-2.4763665821513725,0.9406068921089172,-0.3394516408443451,-0.005623341538012028,0.33490562438964844,0.7433042526245117,-0.514957070350647,0.10045462846755981,0.1406296193599701,-0.24985456466674805 +118,1.6765714984036115,0.30845260053140494,-2.545517045226978,0.9474793076515198,-0.30358463525772095,0.10059523582458496,0.890407383441925,1.0859447717666626,-0.19951695203781128,-0.06509405374526978,-0.025547444820404053,-0.05404067039489746 +119,1.6968712043572083,0.2974445450389626,-2.6050223986445333,0.9485000967979431,-0.29307791590690613,0.12021967023611069,-0.0901804193854332,-1.5547618865966797,0.0188816636800766,0.03701925277709961,-0.1220373809337616,0.04903089255094528 +120,1.5552484193367557,0.281731831671455,-2.5864844424016664,0.960459291934967,-0.27801960706710815,-0.014934335835278034,-0.00833833497017622,-1.2066446542739868,-0.2630961835384369,0.18771880865097046,-0.14667826890945435,0.007030308246612549 +121,1.5545479181276396,0.27410975377972163,-2.6214347036619365,0.9625394940376282,-0.27069002389907837,-0.015641111880540848,0.26579010486602783,0.4367387592792511,0.040926557034254074,-0.08302289247512817,0.004485189914703369,0.15020835399627686 +122,1.6700934854788256,0.2660330766896523,-2.616612625987213,0.9600688219070435,-0.26290613412857056,0.09564667195081711,-0.027852285653352737,-0.047128304839134216,0.11075004935264587,0.05891311168670654,0.03889185190200806,-0.19092261791229248 +123,1.7500902930248259,0.23997662253008023,-2.627423032409117,0.955772876739502,-0.23767991364002228,0.17322447896003723,0.06784947216510773,0.5586433410644531,-0.19766344130039215,-0.06449168920516968,0.04885241389274597,-0.07091426849365234 +124,1.733462421345667,0.2323664096402903,-2.6227842624084174,0.9602779746055603,-0.23028098046779633,0.157597154378891,0.002991284243762493,-0.04763270914554596,0.0807807445526123,0.025531291961669922,-0.10382544994354248,-0.02522718906402588 +125,1.671144658081899,0.22096263743921368,-2.640251543513563,0.9707785844802856,-0.21916896104812622,0.09774431586265564,0.34992989897727966,-1.0092607736587524,-0.5147220492362976,-0.028395771980285645,-0.00917881727218628,0.025897741317749023 +126,1.675845810463566,0.1802510535898855,-2.64961921378814,0.9783753752708435,-0.17927657067775726,0.10315757244825363,0.11450975388288498,-0.08642244338989258,-0.3425397276878357,0.010485649108886719,0.06866559386253357,-0.08927202224731445 +127,1.6089640265474023,0.16484203301251002,-2.664190660058223,0.9857257604598999,-0.16409650444984436,0.03764116391539574,-0.04228845611214638,-0.7779204845428467,-0.12103085964918137,-0.12271928787231445,0.014056861400604248,0.09359967708587646 +128,1.6208149680194446,0.15540583489714554,-2.659901823910145,0.986713171005249,-0.1547810584306717,0.049395252019166946,-0.04978416487574577,0.28987422585487366,-0.3153704106807709,-0.010074377059936523,0.052531898021698,0.014874696731567383 +129,1.6325403727978403,0.12661704402069976,-2.6601787525754603,0.9901044368743896,-0.12627899646759033,0.061210859566926956,0.08233246952295303,0.03439398854970932,-0.1274266541004181,0.009041011333465576,0.00843539834022522,-0.03389764204621315 +130,1.6688754533030858,0.11280682666454042,-2.6784822657434475,0.9888686537742615,-0.1125677302479744,0.09729956835508347,0.3061896860599518,0.3292333483695984,0.13467678427696228,0.05005645751953125,-0.0730554386973381,-0.03243447095155716 +131,1.7276475013963248,0.07847644703909151,-2.7153563966694527,0.98468416929245,-0.07839591801166534,0.1557280570268631,0.6221302151679993,0.8761406540870667,-0.5278624296188354,-0.03743380308151245,0.019878461956977844,0.04309403896331787 +132,1.77686251889033,0.04995471090650107,-2.7475205096380657,0.977622389793396,-0.049933936446905136,0.20435567200183868,0.5936042666435242,0.3043290674686432,0.13886786997318268,-0.0648568868637085,0.02954818308353424,-0.0010018348693847656 +133,1.8399966864068729,0.04254076466997597,-2.7900982566154737,0.963111937046051,-0.042527936398983,0.2657201290130615,0.3516501486301422,0.6900663375854492,-0.04142769053578377,0.09555834531784058,-0.0017988495528697968,-0.012042701244354248 +134,1.8495345908774936,-0.0004797361021985377,-2.8491645665750687,0.9614031910896301,0.0004797360743395984,0.2751427888870239,0.8553107976913452,0.2136865109205246,-0.09849972277879715,0.0435863733291626,-0.12470154464244843,0.049869388341903687 +135,1.8964903753540259,-0.01168052186341145,-2.919231544256106,0.9473643898963928,0.011680256575345993,0.3199446499347687,0.4259287118911743,0.6656159162521362,0.2876293957233429,-0.04576820135116577,-0.00446284469217062,-0.0249006450176239 +136,1.9646952774464612,0.01734904171931521,-2.956487060583773,0.9232809543609619,-0.017348172143101692,0.3837340176105499,0.08950367569923401,0.30116894841194153,0.32536405324935913,0.03610038757324219,0.04185378924012184,-0.055822521448135376 +137,1.9522742551669283,0.009897206041561983,-2.9597020198271164,0.9280698299407959,-0.009897044859826565,0.3722742795944214,0.2547384798526764,-0.11666423827409744,-0.21373845636844635,0.033447325229644775,-0.02268046699464321,0.04143720865249634 +138,1.9554473450087497,-0.009144998087335042,-2.998473936064575,0.9268906116485596,0.009144870564341545,0.3752199709415436,0.5485738515853882,-0.07093190401792526,0.12386205792427063,-0.019938766956329346,0.007563501596450806,-0.017096281051635742 +139,1.967878733879573,-0.024854996950065617,-3.032419288873716,0.9219086170196533,0.024852437898516655,0.3866100311279297,0.23175252974033356,0.16941651701927185,-0.22834153473377228,0.006726264953613281,-0.012431776151061058,-0.020582109689712524 +140,1.997184375231883,-0.014679696066902233,-3.0495253021359554,0.9103674292564392,0.014679169282317162,0.41354039311408997,0.12122684717178345,0.5902897119522095,0.363165020942688,-0.034039974212646484,0.025893952697515488,0.005862683057785034 +141,2.0319640634860003,-0.005538327277529026,-3.0729719787061236,0.8955199122428894,0.00553829874843359,0.444987416267395,0.22308491170406342,-0.32599347829818726,-0.14168621599674225,-0.011517047882080078,0.07003848254680634,-0.06965166330337524 +142,2.0283198586394993,-0.019051342433018755,-3.081769549911396,0.8969866037368774,0.01905019022524357,0.44164764881134033,0.13271713256835938,0.43645620346069336,0.1725427210330963,0.01416170597076416,-0.03791004791855812,0.04536724090576172 +143,2.047145520886632,-0.023998491272066214,-3.076003597280648,0.8884189128875732,0.02399618737399578,0.4584057927131653,-0.192579448223114,-0.28287556767463684,-0.3767320215702057,-0.04425698518753052,0.07683388888835907,-0.020005613565444946 +144,2.008109457279684,-0.05136966058555727,-3.069517138538645,0.904697835445404,0.051347069442272186,0.42294833064079285,0.28473278880119324,-0.7975537776947021,-0.17106644809246063,0.10081052780151367,-0.020554840564727783,-0.02116909623146057 +145,1.9518803726352025,-0.08508236387820714,-3.0725833879083906,0.9249041080474854,0.08497975021600723,0.37058156728744507,0.10802175104618073,0.0003364225849509239,-0.19639235734939575,-0.04409056901931763,-0.05029653012752533,0.04436585307121277 +146,1.9484420190528957,-0.09359846749995995,-3.0713055221928767,0.9254666566848755,0.09346186369657516,0.36711910367012024,0.07134518027305603,-0.20826417207717896,-0.17358556389808655,-0.02986729145050049,0.014875538647174835,-0.018318533897399902 +147,1.9389796510449198,-0.12063130917865621,-3.0758064636430213,0.9262025952339172,0.12033895403146744,0.35730549693107605,0.15982432663440704,0.11650910973548889,0.005376655608415604,0.025839030742645264,-0.029762782156467438,0.020700454711914062 +148,1.9457808319167067,-0.12441005168343865,-3.086152000243369,0.9233213067054749,0.12408936768770218,0.3634272813796997,0.05548765882849693,-0.18821032345294952,-0.14217489957809448,0.022235214710235596,0.0008190721273422241,-0.007302433252334595 +149,1.9328511768416978,-0.11937254502146769,-3.088948414026935,0.9285157918930054,0.11908923834562302,0.35167595744132996,0.06077831983566284,0.040761347860097885,0.07202059030532837,0.002270221710205078,0.00438486784696579,-0.01619616150856018 +150,1.8664512151241166,-0.08743941704662926,-3.135559902192261,0.952957034111023,0.08732803910970688,0.29025328159332275,0.6207497119903564,-1.395517110824585,0.9774654507637024,0.0772554874420166,0.004514619708061218,-0.058273881673812866 +151,1.7185035564194127,-0.06946711612939607,3.0401607745838066,0.9867255687713623,0.0694112554192543,0.14681577682495117,0.6322906017303467,-0.9908396601676941,-0.49503567814826965,-0.0706794261932373,0.0275278240442276,0.13432753086090088 +152,1.7254559956717221,-0.08469308965279894,3.0343854549150526,0.9845224618911743,0.08459187299013138,0.15349169075489044,0.07516304403543472,0.5808307528495789,0.07780648022890091,-0.05262249708175659,0.04968545585870743,-0.009219899773597717 +153,1.7485574787752498,-0.0970555933767481,3.0052598014688447,0.979610025882721,0.09690329432487488,0.17599427700042725,0.27598023414611816,0.08230532705783844,-0.1979885846376419,-0.04529911279678345,-0.028208225965499878,0.025208115577697754 +154,1.76921641839051,-0.11393460233525861,2.966338475858062,0.9740228056907654,0.11368826031684875,0.19584260880947113,0.46264782547950745,0.22754907608032227,-0.07924208790063858,0.01860707998275757,0.017064295709133148,-0.04841221868991852 +155,1.7688890526610008,-0.12410153882501573,2.963826946801952,0.9729034304618835,0.12378323078155518,0.19528618454933167,-0.09545408934354782,-0.15589624643325806,-0.1085045263171196,-0.005252063274383545,0.007991671562194824,0.007503151893615723 +156,1.7619200372482218,-0.11390867912427634,2.967866014108497,0.9754286408424377,0.11366251111030579,0.18873116374015808,-0.02327711135149002,-0.17021796107292175,0.25888508558273315,-0.01031041145324707,-0.009506046772003174,-0.00431351363658905 +157,1.7529184863413974,-0.07497946125544033,2.9734405187791806,0.98069828748703,0.07490922510623932,0.18060815334320068,-0.3522944152355194,-0.10495402663946152,0.36436253786087036,0.02943342924118042,0.026409126818180084,-0.04424037039279938 +158,1.7139583110046304,-0.055866500494850424,2.9990602963276936,0.9882257580757141,0.055837444961071014,0.14245088398456573,-0.053749267011880875,-0.27714040875434875,-0.020239220932126045,-0.001943349838256836,-0.003850754350423813,0.09496057033538818 +159,1.7024165144418086,-0.05566188422294908,2.995062927970257,0.9898152947425842,0.055633146315813065,0.13103723526000977,0.1278107762336731,-0.1527356505393982,0.08777455240488052,-0.013420581817626953,0.00021402165293693542,-0.009348392486572266 +160,1.6547098976931542,-0.06068329960660571,2.964175108967372,0.9946470260620117,0.06064606085419655,0.08366084098815918,0.5025857090950012,-0.724927544593811,-0.16098302602767944,0.0072296857833862305,-0.0017318837344646454,0.016101114451885223 +161,1.5935039044191182,-0.07779693298298279,2.9197541062902523,0.9967182278633118,0.07771848142147064,0.02263694815337658,-0.05546869337558746,0.04388497769832611,-0.04160303249955177,0.014939367771148682,-0.01625608652830124,0.019553540274500847 +162,1.5865918074542562,-0.08492516819950738,2.9312604370214763,0.9962717294692993,0.0848231241106987,0.015737898647785187,-0.04118767008185387,-0.2749219834804535,-0.12082122266292572,-0.023630797863006592,0.0020756796002388,-0.02893674559891224 +163,1.5348393876197504,-0.11355464473881861,2.9594217531953637,0.9929172992706299,0.11331076174974442,-0.035717662423849106,-0.4897213578224182,-0.9405378699302673,-0.7847331166267395,0.024203002452850342,0.032975248992443085,-0.0448792539536953 +164,1.4206063977830317,-0.18579574664480147,2.9750026035140023,0.9717260599136353,0.18472863733768463,-0.14705081284046173,0.021189220249652863,-1.3195252418518066,-0.31897568702697754,-0.0008398294448852539,-0.0016842037439346313,-0.03768736124038696 +165,1.278807121937814,-0.17830849651514244,2.963386876072342,0.9424893260002136,0.17736513912677765,-0.28329384326934814,0.2510610520839691,-1.682748794555664,0.3766115605831146,0.0462954044342041,-0.10664065182209015,-0.016281962394714355 +166,1.1116995150150946,-0.14253748866312863,2.9638477290599634,0.8873618841171265,0.14205531775951385,-0.4386446177959442,-0.5577467679977417,-2.071704626083374,0.3126368224620819,0.05062633752822876,0.013248622417449951,-0.03234836459159851 +167,0.8612801639545813,-0.10468419205915279,3.1388924014604127,0.7545238733291626,0.10449309647083282,-0.647900402545929,-1.7607704401016235,-3.4724955558776855,2.1042726039886475,-0.0573192834854126,0.09866242110729218,0.19860535860061646 +168,0.4964465902567927,-0.06638167769312343,-2.874541838461634,0.4752550721168518,0.06633293628692627,-0.877344012260437,-1.398146152496338,-4.236260414123535,1.2163690328598022,-0.007710516452789307,0.26577460765838623,0.247613787651062 +169,0.15552674110167183,-0.19664017064378478,-2.7497047332157796,0.15191534161567688,0.19537535309791565,-0.9688912034034729,-1.2004668712615967,-2.1661901473999023,0.6400558352470398,-0.045683667063713074,-0.09620851278305054,0.07565701007843018 +170,0.04517112252017715,-0.28703640706239925,-2.631036028470176,0.0433083102107048,0.2831111252307892,-0.9581087827682495,-0.45433083176612854,-0.9736462831497192,1.1190356016159058,0.0687064602971077,-0.20645099878311157,-0.678838849067688 +171,0.06382724235101996,-0.15209947067380075,-2.6033920185010238,0.06304753571748734,0.1515136957168579,-0.9864423871040344,2.0422542095184326,1.3267866373062134,0.26250186562538147,0.029512278735637665,-0.1056000143289566,0.19937878847122192 +172,0.024100466184493352,-0.11134398990532221,-2.500347148369599,0.023948909714818,0.11111406981945038,-0.9935190677642822,0.14150157570838928,-0.5062572360038757,1.1163194179534912,-0.02817559242248535,-0.02662615478038788,-0.05080771446228027 +173,-0.008589592113064301,-0.036011244306239025,-2.360893565703771,-0.008583917282521725,0.036003462970256805,-0.9993147850036621,1.4226963520050049,0.2026677280664444,1.9231314659118652,0.008141412399709225,0.0732189491391182,0.06503438949584961 +174,0.021542568622883684,0.04686367167029264,-2.1661330145986417,0.021517252549529076,-0.04684652015566826,-0.9986703395843506,-0.5040479302406311,-0.19782666862010956,1.0231950283050537,-0.09805534034967422,0.013536583632230759,0.08546233177185059 +175,-0.0005990897694706338,-0.03538171098513385,-2.1557138903562802,-0.0005987148033455014,0.03537432849407196,-0.9993739724159241,-1.1474705934524536,-0.20136575400829315,-0.0008893650956451893,-0.036403849720954895,0.03287823498249054,-0.031052052974700928 +176,-0.026875820661033695,-0.06860046040621436,-2.1617795301161173,-0.02680937945842743,0.06854666769504547,-0.9972876310348511,0.017291102558374405,-0.6125370264053345,-0.534925103187561,-0.13401825726032257,0.06849251687526703,-0.06675350666046143 +177,-0.029964204529244608,-0.045602871092081346,-2.1602430421641934,-0.029928574338555336,0.04558706656098366,-0.9985119700431824,-0.08406471461057663,-0.006395690143108368,-0.4062521457672119,0.018484484404325485,0.012106414884328842,-0.025200188159942627 +178,-0.056154404291159,-0.07851210804547651,-2.2331489547764836,-0.055952005088329315,0.07843147218227386,-0.9953480958938599,-0.11206772923469543,-0.8815871477127075,-1.0541211366653442,0.06742662191390991,0.07368338853120804,-0.16709691286087036 +179,-0.1942572510888505,0.05412766104461893,-2.327191732623786,-0.1927551031112671,-0.054101236164569855,-0.9797543287277222,1.6280150413513184,-1.2346711158752441,-1.219236135482788,-0.02564394474029541,0.13614773750305176,0.13852202892303467 +180,-0.22275079275544687,0.11129543375172456,-2.4639256750071903,-0.21954651176929474,-0.1110658124089241,-0.9692593812942505,0.0661490187048912,-0.5439289212226868,-1.8954424858093262,0.06650085747241974,-0.023165754973888397,-0.1273287534713745 +181,-0.25300943222362265,0.20630292291763105,-2.56813293448131,-0.24501068890094757,-0.20484262704849243,-0.9476335048675537,0.607713520526886,-0.001512034796178341,-0.6437492370605469,0.04762297868728638,0.006676733493804932,0.1272294521331787 +182,-0.29117424175045403,0.26554756973414495,-2.6063804757509135,-0.2770148813724518,-0.2624376714229584,-0.924331784248352,0.6762019991874695,-1.6135144233703613,-1.0893582105636597,-0.017662853002548218,0.3217180669307709,-0.20959460735321045 +183,-0.39094010179935546,0.3153382957616297,-2.755749548543334,-0.3622683882713318,-0.31013810634613037,-0.8789629936218262,-0.35108330845832825,-1.119174838066101,-1.5916781425476074,0.03379243612289429,0.08925190567970276,0.05752140283584595 +184,-0.3324539768705812,0.3478790204173415,-2.9375989216554346,-0.3068137466907501,-0.3409046530723572,-0.8886221647262573,0.08461559563875198,0.6740986704826355,-1.2176059484481812,0.11800149083137512,-0.11904102563858032,-0.09869778156280518 +185,-0.3264088435650923,0.40330689669957936,-2.9927128109955032,-0.2949177622795105,-0.3924620747566223,-0.8712043762207031,0.3271803557872772,-0.36542072892189026,-0.31468620896339417,-0.0037272870540618896,-0.12294933199882507,-0.034572601318359375 +186,-0.31343049866768147,0.4495754269582757,-3.010388197956591,-0.277686208486557,-0.4345831871032715,-0.8567542433738708,0.05397186055779457,0.3761013448238373,-0.5173352956771851,-0.03612607717514038,0.016507625579833984,0.08851999044418335 +187,-0.28659157450237693,0.4152565086619786,-3.0525972224388878,-0.2586599290370941,-0.4034246504306793,-0.8776922225952148,-0.8209710121154785,-0.15740710496902466,-0.12589219212532043,0.06606349349021912,-0.04928836226463318,-0.006051063537597656 +188,-0.2760889528216402,0.3432142561800594,-3.056373531440234,-0.256696492433548,-0.3365156054496765,-0.9060155153274536,-0.4667971432209015,0.2840375304222107,0.5369167327880859,0.015088826417922974,-0.0344865620136261,0.03324329853057861 +189,-0.2647129275051135,0.29039216488671576,-3.020527706100075,-0.25067809224128723,-0.286327987909317,-0.9247576594352722,-0.3750915825366974,0.18509386479854584,0.4411729872226715,-0.04415220022201538,-0.03819593787193298,-0.08158993721008301 +190,-0.24579859167215354,0.27125614206270565,-2.9742268686206446,-0.2344336062669754,-0.2679418623447418,-0.9344773888587952,0.33188343048095703,0.5822087526321411,0.4074663519859314,-0.0558648407459259,0.005002409219741821,-0.02523934841156006 +191,-0.18732072141904843,0.3167875091203305,-2.9197323686083365,-0.17696069180965424,-0.31151553988456726,-0.9336182475090027,0.5743656158447266,0.8022060990333557,0.32928547263145447,-0.03535011410713196,0.06366702914237976,0.019250571727752686 +192,-0.15712934518492266,0.31916009082566427,-2.8829086522488994,-0.14858102798461914,-0.3137691915035248,-0.9378020167350769,-0.42090633511543274,0.10917249321937561,0.47099030017852783,0.04781198501586914,-0.016125857830047607,0.028042495250701904 +193,-0.1475716737886596,0.26258002485978477,-2.837529563880901,-0.14199672639369965,-0.2595730125904083,-0.9552270770072937,-0.40731003880500793,0.28427430987358093,0.5094714164733887,0.01922452449798584,-0.050760239362716675,-0.0239904522895813 +194,-0.14600476757140227,0.24918259146947147,-2.8098398313423933,-0.140993133187294,-0.24661187827587128,-0.9588031768798828,0.5221272706985474,-0.4070644676685333,-0.2579788565635681,-0.034864410758018494,0.08496025204658508,-0.1477642059326172 +195,-0.15894680106239956,0.2794680272040267,-2.829200564838531,-0.15213753283023834,-0.27584436535835266,-0.9490858912467957,-0.2738083600997925,-0.17613093554973602,0.025059236213564873,0.04882027208805084,-0.020237207412719727,-0.038981735706329346 +196,-0.1656827042270812,0.2429963045012085,-2.8533908541900037,-0.1600804328918457,-0.2406119853258133,-0.9573296904563904,-0.15803855657577515,-0.08905453979969025,-0.0007056042086333036,-0.005568981170654297,-0.03206257522106171,-0.002570211887359619 +197,-0.17185071677022054,0.23107225219270688,-2.8231926548184725,-0.16646099090576172,-0.22902141511440277,-0.959082841873169,-0.06351306289434433,0.07505816966295242,0.307752788066864,-0.02467060089111328,0.015428885817527771,0.0033485889434814453 +198,-0.1684305903232128,0.21488376073208967,-2.8248013439608592,-0.16377994418144226,-0.2132338583469391,-0.9631757140159607,-0.06313636898994446,0.001202060841023922,-0.12616929411888123,-0.01897457242012024,0.03525535762310028,-0.0023241639137268066 +199,-0.15950520090854475,0.222741596869171,-2.8263279830313146,-0.15490590035915375,-0.22090432047843933,-0.9629150629043579,0.09670495986938477,0.11862615495920181,0.04249322786927223,0.007246583700180054,-0.012875586748123169,-0.02499997615814209 +200,-0.1551798925924009,0.2264172181065698,-2.828956072373144,-0.15061303973197937,-0.22448763251304626,-0.9627673625946045,-0.07369740307331085,0.1120779812335968,-0.009695678018033504,-0.00868871808052063,-0.015823036432266235,0.025252103805541992 +201,-0.14040836836947315,0.21825901449136528,-2.8286729211961674,-0.13662734627723694,-0.21653026342391968,-0.9666683077812195,0.02176169492304325,0.15800312161445618,0.012287948280572891,0.0066834986209869385,0.010139882564544678,-0.03429299592971802 +202,-0.13741831994464643,0.23452464041498977,-2.830926508961481,-0.13323621451854706,-0.23238065838813782,-0.9634559154510498,0.1365620493888855,0.024493908509612083,-0.18609927594661713,-0.003070533275604248,0.012882992625236511,0.02586442232131958 +203,-0.13149133572723612,0.2302035012636102,-2.8406606079096397,-0.12765398621559143,-0.22817565500736237,-0.9652151465415955,-0.16746993362903595,0.058857161551713943,0.06619290262460709,0.01887410879135132,-0.05705687403678894,0.010076045989990234 +204,-0.12916473180069726,0.21810798849012755,-2.832730764387147,-0.12575428187847137,-0.21638283133506775,-0.9681757688522339,-0.15347176790237427,0.000460662879049778,0.05894697085022926,-0.014107778668403625,0.014921024441719055,-0.006387829780578613 +205,-0.1304331338214572,0.21188780765892137,-2.8290274392337214,-0.12715482711791992,-0.210305854678154,-0.9693312644958496,0.03994623199105263,0.017977865412831306,0.035187944769859314,0.0010256767272949219,0.01867072284221649,0.003938198089599609 +206,-0.13014719950941203,0.21219289781620368,-2.8286276780416686,-0.1268693208694458,-0.21060411632061005,-0.9693039059638977,0.0030204099602997303,-0.046672746539115906,-0.038908518850803375,0.010719433426856995,-0.0019202828407287598,-0.0036422014236450195 +207,-0.12827068104464248,0.20927906100245752,-2.8265669353334415,-0.1251281499862671,-0.20775474607944489,-0.9701448082923889,-0.009216682985424995,0.026701830327510834,0.028795255348086357,0.0006469488143920898,0.0026003271341323853,-0.012826383113861084 +208,-0.12732692665060652,0.21077065736020215,-2.825064788443597,-0.12417302280664444,-0.20921356976032257,-0.9699540138244629,0.02931608445942402,0.008756018243730068,-0.021087076514959335,-0.008883610367774963,0.012924492359161377,-0.004655361175537109 +209,-0.12449248525062527,0.2159164740908871,-2.8265080626148382,-0.12128796428442001,-0.21424271166324615,-0.9692209959030151,0.05786370858550072,0.05143045634031296,-0.030606709420681,-4.1425228118896484e-06,0.005075231194496155,0.0005930662155151367 +210,-0.12286928960956388,0.21832872944442092,-2.826940413391738,-0.11965087801218033,-0.21659833192825317,-0.9689008593559265,0.022876568138599396,0.023114880546927452,0.020807577297091484,-0.0015649348497390747,-0.012100398540496826,0.0023023486137390137 +211,-0.11746224653351581,0.22701753543897074,-2.828240552622114,-0.1141854003071785,-0.22507259249687195,-0.9676280617713928,0.21254917979240417,0.04934118315577507,-0.12752459943294525,-0.0033377930521965027,0.04407283663749695,-0.023018300533294678 +212,-0.10744759747132797,0.24573968955728853,-2.825389712205789,-0.10401919484138489,-0.24327385425567627,-0.9643639326095581,0.14279983937740326,0.03442049399018288,0.15337014198303223,0.03385928273200989,-0.04346929490566254,-0.0065833330154418945 +213,-0.1127237484581988,0.2377751737189205,-2.814806525275474,-0.10932034254074097,-0.2355409860610962,-0.965696394443512,-0.21065421402454376,-0.013497473672032356,0.11868836730718613,-0.003167450428009033,0.0026002973318099976,0.015623152256011963 +214,-0.11387033291379939,0.23423877399532061,-2.811156942065452,-0.11052147299051285,-0.23210261762142181,-0.966391921043396,0.10031789541244507,-0.026960574090480804,-0.013262778520584106,-0.013212032616138458,0.010545000433921814,-0.02428489923477173 +215,-0.1088098431992411,0.23059157329803717,-2.8068492441210666,-0.1057208925485611,-0.22855347394943237,-0.9677739143371582,-0.15672381222248077,0.18424811959266663,0.11538894474506378,0.008995436131954193,-0.028007790446281433,-0.0007318854331970215 +216,-0.10344637037205488,0.22078618563545574,-2.8054799294637496,-0.10075534880161285,-0.2189967930316925,-0.9705095291137695,-0.06387414783239365,-0.0278548002243042,-0.048900894820690155,0.009217873215675354,0.012850552797317505,-0.013590812683105469 +217,-0.10550780766980608,0.21830082544814589,-2.8053708656696466,-0.10281277447938919,-0.21657109260559082,-0.9708380699157715,-0.027896437793970108,-0.0502605065703392,0.06380727887153625,0.005980506539344788,-0.01482844352722168,-0.006548404693603516 +218,-0.10843310882199224,0.21388868178047854,-2.8007089041139936,-0.10575471073389053,-0.21226157248020172,-0.9714736342430115,-0.03024875372648239,0.025011667981743813,0.019483022391796112,-0.0076180994510650635,0.017269492149353027,-0.0010910630226135254 +219,-0.10950590009444303,0.21149577513232284,-2.8010999126967855,-0.10685203969478607,-0.20992258191108704,-0.971861720085144,-0.05217596888542175,-0.0035058539360761642,-0.012217920273542404,-0.0020041614770889282,-0.006263941526412964,0.000807642936706543 +220,-0.11467374945033988,0.20594082185676763,-2.7973786770040623,-0.11200472712516785,-0.20448818802833557,-0.9724400043487549,-0.032264344394207,-0.12026334553956985,0.11674153059720993,0.021901577711105347,-0.025171831250190735,-0.023409605026245117 +221,-0.12447429422629046,0.203773943272559,-2.7848351860303553,-0.12158436328172684,-0.20236662030220032,-0.9717329740524292,-0.09614823758602142,0.01890949159860611,0.06576526910066605,-0.021405741572380066,0.02238921821117401,0.026893556118011475 +222,-0.12419418716340952,0.1994386409654599,-2.783717485670705,-0.12141970545053482,-0.1981191337108612,-0.9726284146308899,0.04497160390019417,-0.044753219932317734,-0.009382856078445911,0.0069635361433029175,0.013243645429611206,-0.014920413494110107 +223,-0.1296531796548429,0.20877169338373092,-2.7717715180815623,-0.12648285925388336,-0.2072584182024002,-0.970075249671936,0.308808296918869,-0.07713046669960022,0.28885069489479065,0.038012415170669556,-0.0306718647480011,-0.05676490068435669 +224,-0.1324891851407355,0.24934107293148158,-2.731071260138713,-0.12801669538021088,-0.24676546454429626,-0.9605823755264282,0.5747940540313721,0.3717646300792694,0.3712592124938965,-0.013462796807289124,-0.0005031973123550415,-0.04085195064544678 +225,-0.1657277925021455,0.26308166323875637,-2.6367229775532026,-0.15929408371448517,-0.2600574195384979,-0.952363133430481,-0.2558336555957794,-0.3817092180252075,0.8493136167526245,0.007804840803146362,-0.009061872959136963,-0.12174880504608154 +226,-0.16368899055866784,0.2381657347411558,-2.6070585385582143,-0.15835903584957123,-0.23592053353786469,-0.9587825536727905,0.08776899427175522,0.21109619736671448,0.567808985710144,0.13840055465698242,-0.06450974941253662,0.09002339839935303 +227,-0.20097878967335062,0.18420543680134785,-2.445474541868862,-0.19625121355056763,-0.18316547572612762,-0.963294267654419,-0.49976199865341187,1.014936923980713,1.4417723417282104,0.022239983081817627,0.13085834681987762,0.38680195808410645 +228,-0.13770428522602393,0.14877938927455028,-2.308064831877594,-0.13575305044651031,-0.1482311189174652,-0.9795910716056824,-0.020671237260103226,1.0241878032684326,1.5602909326553345,-0.017475709319114685,-0.01308479905128479,0.20085877180099487 +229,-0.07007939812301466,0.14786663598218105,-2.139542737907438,-0.0692579448223114,-0.14732839167118073,-0.9866598844528198,0.006668562069535255,0.2132905274629593,1.4823919534683228,-0.0345628559589386,0.03352832794189453,-0.13751614093780518 +230,-0.06412782380431939,0.10189890670435843,-2.0739429894707864,-0.0637514665722847,-0.10172265768051147,-0.9927679896354675,-0.44093582034111023,0.49135786294937134,0.15490002930164337,-0.0614011287689209,-0.042778074741363525,-0.01026850938796997 +231,-0.03174012222451476,0.08995846637564656,-2.0333772200905416,-0.03160647302865982,-0.08983718603849411,-0.9954548478126526,0.09096527844667435,0.2831214666366577,0.5342322587966919,-0.03449460119009018,-0.01572311669588089,-0.024183213710784912 +232,-0.028644961475953273,0.0885785079593629,-1.9835237166621122,-0.028528757393360138,-0.0884627178311348,-0.9956708550453186,-0.2581976652145386,0.054809749126434326,0.42553356289863586,-0.07616179436445236,0.003257647156715393,0.02202284336090088 +233,-0.056681724337464795,0.04986470913547556,-1.9553437085961887,-0.056580960750579834,-0.04984404519200325,-0.9971530437469482,-0.3335035443305969,-0.009244319051504135,0.027450334280729294,-0.08257919549942017,-0.01882050186395645,0.04543185234069824 +234,-0.06412317727363769,0.06874644831927776,-1.9340278613516906,-0.06392788141965866,-0.06869231164455414,-0.9955875873565674,0.45079168677330017,-0.2960965931415558,0.1179221123456955,-0.02898288518190384,0.008832082152366638,-0.03297686576843262 +235,-0.07899850610032123,0.08210451905092973,-1.9246008693083239,-0.07865051925182343,-0.08201230317354202,-0.9935230612754822,-0.14300106465816498,-0.14484409987926483,0.22178462147712708,0.0032568424940109253,-0.006137721240520477,-0.030356943607330322 +236,-0.09035062803385002,0.06531615013485724,-1.9050769702204833,-0.09003535658121109,-0.06526971608400345,-0.9937975406646729,0.0034551615826785564,-0.26730725169181824,0.19912612438201904,0.09871760755777359,0.06313349306583405,-0.07035040855407715 +237,-0.1200298478129416,0.07183470603548282,-1.9002502045646963,-0.11943302303552628,-0.07177294045686722,-0.9902446269989014,-0.11228936910629272,-0.29997608065605164,-0.06248344108462334,0.07516727596521378,0.012553580105304718,-0.015202760696411133 +238,-0.1363377446773002,0.04640525770570034,-1.9120094003290953,-0.13576944172382355,-0.04638860374689102,-0.9896538853645325,-0.12131887674331665,-0.1255124807357788,0.061940453946590424,0.10561808943748474,-0.05094721168279648,-0.03299015760421753 +239,-0.1349219163987769,0.06459751719107792,-1.8885486827171305,-0.13423238694667816,-0.06455259770154953,-0.9888451099395752,0.3753545582294464,0.2772977650165558,0.32392483949661255,-0.02241434156894684,-0.006461799144744873,0.021468400955200195 +240,-0.12928829877116169,0.11822870171829143,-1.8539487556314154,-0.12802837789058685,-0.11795345693826675,-0.9847313165664673,0.5636855959892273,0.10349509865045547,0.25485759973526,-0.04013873636722565,-0.006131008267402649,0.045049309730529785 +241,-0.13499093669365453,0.1325962766792279,-1.830651589521925,-0.13339997828006744,-0.13220807909965515,-0.9822043776512146,-0.15640534460544586,-0.009901607409119606,-0.029700536280870438,-0.0021743476390838623,-0.0011994987726211548,-0.002887725830078125 +242,-0.12750613058314353,0.11801313851157273,-1.8271161460266967,-0.12627644836902618,-0.11773940175771713,-0.9849830865859985,-0.05170273780822754,0.16703572869300842,0.19717937707901,0.08677145838737488,-0.03095749020576477,-0.01205664873123169 +243,-0.10179962289272732,0.1415059414242826,-1.7953743642833158,-0.10060812532901764,-0.14103415608406067,-0.9848793745040894,0.3462279140949249,-0.013149444013834,0.5906698703765869,0.016471169888973236,-0.013049080967903137,-0.060362935066223145 +244,-0.11456915697029316,0.15828008173213992,-1.7331670105965078,-0.11288967728614807,-0.15762002766132355,-0.9810259342193604,0.3304576873779297,0.008513997308909893,0.5952966809272766,-0.08399447798728943,0.11228615045547485,-0.013252019882202148 +245,-0.13406528309152882,0.1848816767884151,-1.6840522647007383,-0.1313861459493637,-0.18383023142814636,-0.9741376638412476,0.22741882503032684,-0.3757420778274536,0.37558144330978394,-0.06717647612094879,0.10678860545158386,-0.05993521213531494 +246,-0.1807860365025407,0.18847138854561563,-1.661961354614371,-0.17661885917186737,-0.1873575747013092,-0.9662830233573914,0.03546527773141861,-0.3700515627861023,0.2253553718328476,-0.058915793895721436,0.037256866693496704,0.008122622966766357 +247,-0.21279487398360822,0.1979643337392497,-1.632782360041953,-0.20706774294376373,-0.19667382538318634,-0.9583539962768555,0.24639226496219635,-0.12811510264873505,0.3664174973964691,0.05112291872501373,0.01074548065662384,0.03007030487060547 +248,-0.2279004207791717,0.21103902393957555,-1.583024547961019,-0.2209201455116272,-0.20947597920894623,-0.9525303840637207,0.10182751715183258,0.07258489727973938,0.5446522831916809,0.031161844730377197,-0.001507297158241272,0.0320591926574707 +249,-0.22335914714358307,0.195825562326726,-1.5387032127366977,-0.21727299690246582,-0.19457638263702393,-0.9565210342407227,-0.17795465886592865,0.08559701591730118,0.2572398781776428,-0.04169917106628418,0.036815762519836426,-0.005438804626464844 +250,-0.24050040878324605,0.16867075636968248,-1.537782468095383,-0.23480847477912903,-0.1678721159696579,-0.9574361443519592,-0.3420531153678894,-0.34903255105018616,0.038100551813840866,-0.07637926936149597,-0.0324757844209671,-0.008643567562103271 +251,-0.2574905643580643,0.13557203026490944,-1.5489138010952237,-0.25231799483299255,-0.13515710830688477,-0.9581587314605713,-0.1511944830417633,-0.020542126148939133,-0.1423967033624649,-0.07182446122169495,0.040537357330322266,0.004926919937133789 +252,-0.27531961045132675,0.14080242430877446,-1.560685521708419,-0.26916417479515076,-0.14033764600753784,-0.9528147578239441,0.14650876820087433,-0.2829183340072632,-0.16173002123832703,0.012007802724838257,0.03267163038253784,0.003763854503631592 +253,-0.27797341616989046,0.14717884330934894,-1.5687383336959018,-0.2714407444000244,-0.14664806425571442,-0.9512172341346741,-0.13059718906879425,0.3670709729194641,0.007667609490454197,-0.036069631576538086,0.013133645057678223,0.04002338647842407 +254,-0.23485474642225637,0.1328886942567693,-1.5830789956267963,-0.23065005242824554,-0.13249792158603668,-0.9639734625816345,-0.2649953365325928,0.47299832105636597,-0.14678238332271576,-0.02372920513153076,-0.0008486360311508179,-0.0546269416809082 +255,-0.20370375674508337,0.1346685434598418,-1.5902305535919354,-0.20046626031398773,-0.1342618614435196,-0.970457136631012,0.04650481045246124,0.33368587493896484,0.022616364061832428,0.002773389220237732,-0.03407309949398041,0.014463484287261963 +256,-0.17315893295202875,0.12158216843135818,-1.5785185346786612,-0.17102301120758057,-0.12128284573554993,-0.9777737855911255,-0.014780767261981964,0.3439083695411682,0.14481304585933685,-0.039059996604919434,0.049810685217380524,0.0015469789505004883 +257,-0.13156683048444875,0.14230349779940973,-1.592901745613098,-0.12986153364181519,-0.14182370901107788,-0.9813368320465088,0.39984452724456787,0.40668776631355286,-0.26170462369918823,-0.041998207569122314,0.004158914089202881,-0.01805281639099121 +258,-0.11588162402429616,0.16147361278715303,-1.615306144450607,-0.11411835998296738,-0.16077283024787903,-0.98037189245224,-0.20642466843128204,0.21622778475284576,-0.4070734977722168,-0.04522917419672012,-0.01650378108024597,-0.02972942590713501 +259,-0.11120247192327089,0.17326472931540626,-1.652287651311705,-0.10931184142827988,-0.17239910364151,-0.9789430499076843,0.4404260218143463,-0.4633322060108185,-0.18413574993610382,0.08202912658452988,-0.09284442663192749,-0.07893353700637817 +260,-0.11985600968891987,0.21480228522850942,-1.6507000711498179,-0.11682137846946716,-0.21315425634384155,-0.9700092673301697,0.4011434316635132,0.5805642604827881,0.0868612751364708,-0.05644216388463974,0.06187863647937775,0.18431901931762695 +261,-0.08726255915203186,0.22899078017248178,-1.642013968206086,-0.08487684279680252,-0.22699476778507233,-0.9701903462409973,-0.13984501361846924,0.35120654106140137,-0.11801095306873322,-0.15117663145065308,0.13300062716007233,-0.018060386180877686 +262,-0.078185483965513,0.2314773795526873,-1.686167235119255,-0.07602265477180481,-0.22941574454307556,-0.9703550934791565,0.006226097699254751,-0.1740894615650177,-0.6965665817260742,-0.07912871241569519,0.04658493399620056,0.017855703830718994 +263,-0.10414226025755573,0.24078279465134567,-1.7653868374909405,-0.10095520317554474,-0.2384629100561142,-0.9658899903297424,-0.24198175966739655,-0.8176102638244629,-0.9173735976219177,0.11462707817554474,-0.0592055469751358,0.05416208505630493 +264,-0.07143734925109536,0.20097965742923657,-1.828462511115877,-0.06993989646434784,-0.19962936639785767,-0.9773722290992737,-0.36486634612083435,0.02088242769241333,-0.14163243770599365,0.06838350743055344,0.04878099262714386,-0.09178054332733154 +265,-0.059695073536456644,0.16951071739757767,-1.8548125107559996,-0.058804549276828766,-0.16870009899139404,-0.9839117527008057,-0.0482582226395607,0.04045102745294571,-0.6323196291923523,-0.11397071182727814,0.16300857067108154,-0.09726500511169434 +266,-0.0308336516063975,0.21929744991618758,-1.9611190305590978,-0.03009043261408806,-0.21754395961761475,-0.9755865931510925,0.7707807421684265,-0.027494382113218307,-0.8741889595985413,-0.02325429767370224,-0.044479966163635254,-0.01809626817703247 +267,-0.03463898472261938,0.2866063139392999,-2.0403998741926044,-0.03321937471628189,-0.2826986014842987,-0.9586333632469177,0.33598846197128296,-0.38552600145339966,-0.882887065410614,-0.04228110611438751,-0.058381110429763794,0.0496978759765625 +268,-0.004512033849814191,0.29543225707206594,-2.121677909004799,-0.004316541366279125,-0.2911534011363983,-0.9566666483879089,0.09976159781217575,0.4735441505908966,-0.7253209352493286,-0.013337880373001099,-0.056396037340164185,0.055467307567596436 +269,0.0205355410671705,0.2864731357411006,-2.173479625097902,0.01969726011157036,-0.28257086873054504,-0.9590441584587097,-0.17428572475910187,-0.16150134801864624,-0.43833667039871216,0.11059754341840744,0.016793251037597656,0.06129330396652222 +270,0.05488284541123842,0.28576586810845156,-2.1865977311291247,0.052630696445703506,-0.281892329454422,-0.958001434803009,0.11624117195606232,0.46877387166023254,-0.20928697288036346,0.07423087954521179,0.1216292679309845,0.009454071521759033 +271,0.14311991920100353,0.32209232644040486,-2.2161200579710214,0.1352970004081726,-0.31655198335647583,-0.938876748085022,0.5768201947212219,0.9553881287574768,0.4953385889530182,0.1407039761543274,-0.01674574613571167,-0.029140830039978027 +272,0.1694581837958614,0.3552880214293107,-2.1641747536333176,0.15811561048030853,-0.3478604257106781,-0.9241172075271606,-0.4217505156993866,-0.2783719003200531,0.23186887800693512,0.024593114852905273,0.05171781778335571,-0.027527689933776855 +273,0.18296993843601406,0.23493666261370139,-2.1255234452000136,0.17695237696170807,-0.23278139531612396,-0.9562953114509583,-1.5173144340515137,0.4167190194129944,0.1081184670329094,-0.03866197168827057,0.008660286664962769,0.08950453996658325 +274,0.21304062884159544,0.13639187798440913,-2.117419092001976,0.20946919918060303,-0.1359694004058838,-0.9683155417442322,-0.14240723848342896,0.4160088300704956,-0.3900601267814636,-0.12264667451381683,0.005674600601196289,-0.10599476099014282 +275,0.23328231575669797,0.1292828278891039,-2.156403711365463,0.2292429506778717,-0.1289229840040207,-0.9647935032844543,0.28857359290122986,-0.1483057141304016,-0.2205023467540741,0.004262298345565796,0.13629300892353058,-0.001865983009338379 +276,0.1981120442902301,0.13590936497771677,-2.172900257508498,0.1950037032365799,-0.13549134135246277,-0.9713988304138184,0.44478368759155273,-0.41089266538619995,-0.2875016927719116,-0.0857202410697937,0.04546448588371277,-0.04659128189086914 +277,0.18566926379421245,0.20953803897599751,-2.2174720329299094,0.18056650459766388,-0.2080080658197403,-0.9613159894943237,0.874164879322052,0.0785088986158371,-0.127110093832016,0.01662282645702362,-0.023772940039634705,0.03747260570526123 +278,0.171868797551358,0.2318698805158369,-2.2179914148914133,0.16644704341888428,-0.22979776561260223,-0.9588995575904846,-0.4996177554130554,-0.6596779227256775,0.1565435528755188,0.030604958534240723,-0.01814231276512146,0.01578432321548462 +279,0.09666337592353076,0.18983864051806124,-2.181433830213243,0.09477902948856354,-0.18870043754577637,-0.9774503111839294,-0.12509511411190033,-0.7165506482124329,0.17520825564861298,0.04364870488643646,-0.004674196243286133,-0.06690698862075806 +280,0.0021973730477788172,0.17134639914748798,-2.112439067204172,0.0021651932038366795,-0.1705091893672943,-0.9853537082672119,-0.5083630681037903,-0.746819794178009,0.6548903584480286,-0.03530728816986084,0.0070265233516693115,0.11046051979064941 +281,-0.06170323137328071,0.10523099863012225,-2.050160020127595,-0.061322979629039764,-0.1050368919968605,-0.9925758242607117,-0.39289629459381104,-0.22465695440769196,0.5135127902030945,0.004941754043102264,-0.022999607026576996,0.00261610746383667 +282,-0.07755763571248535,0.10171401764879255,-1.9847272172153223,-0.07707946002483368,-0.10153872519731522,-0.9918410181999207,0.09938044846057892,-0.110948346555233,0.6216537356376648,-0.01520569622516632,0.039801664650440216,0.014210402965545654 +283,-0.07101604849772199,0.09636947097311307,-1.944327971182319,-0.0706271380186081,-0.09622037410736084,-0.992851197719574,-0.08760189265012741,0.04659958928823471,-0.07320822030305862,-0.0848599225282669,0.07424771785736084,0.019752442836761475 +284,-0.0568268042646302,0.0675915055958058,-1.9672130253702609,-0.0566665343940258,-0.06754004955291748,-0.9961060285568237,-0.38608992099761963,0.2065722942352295,-0.5641290545463562,-0.0415390320122242,0.017384417355060577,-0.011218130588531494 +285,-0.033436704815136095,0.058363168484740574,-2.0018007408384735,-0.033373553305864334,-0.05833004042506218,-0.9977393746376038,0.09163947403430939,0.18610459566116333,-0.20444245636463165,0.041552264243364334,-0.02377750352025032,-0.06318897008895874 +286,-0.017891509984244266,0.09370642093886425,-2.0123656739984317,-0.01781206578016281,-0.09356934577226639,-0.995453417301178,0.6094656586647034,0.16581588983535767,-0.24081572890281677,-0.011164374649524689,0.013582766056060791,-0.02865546941757202 +287,-0.0025284197654362166,0.15397564095465532,-2.0284619329839035,-0.0024985037744045258,-0.15336793661117554,-0.9881659746170044,0.5422772169113159,0.12415696680545807,-0.24006858468055725,-0.030002720654010773,0.03854554891586304,0.018134236335754395 +288,0.02407155892257192,0.21927209582552248,-2.058920715929093,0.023492921143770218,-0.21751920878887177,-0.975773274898529,0.7479435205459595,0.2849101722240448,-0.3734973073005676,-0.03051196038722992,0.031865522265434265,6.526708602905273e-05 +289,0.04241175145589096,0.2806198599300836,-2.0907670669308516,0.04074055328965187,-0.27695131301879883,-0.9600198864936829,0.30268657207489014,-0.14850667119026184,-0.2579799294471741,0.007980763912200928,-0.026347637176513672,0.0025308728218078613 +290,0.029012709286685753,0.27165027357768656,-2.104330220572593,0.02794487588107586,-0.26832154393196106,-0.9629240036010742,-0.48321449756622314,-0.18028929829597473,0.012373281642794609,0.02196662127971649,-0.06953853368759155,0.08063030242919922 +291,0.011626306260259876,0.21224889181963852,-2.09009356576726,0.011365151964128017,-0.21065886318683624,-0.9774935841560364,-0.38831156492233276,0.028032556176185608,0.2515033781528473,-0.003293246030807495,-0.012287318706512451,-0.012237250804901123 +292,0.0023511449707966678,0.17295807613687966,-2.0747177440569056,0.0023160637356340885,-0.17209704220294952,-0.9850772619247437,-0.4181274175643921,-0.09400375187397003,0.12334935367107391,-0.02297646552324295,0.022667735815048218,-0.006652414798736572 +293,0.006940661961447271,0.16431596554078162,-2.0687353577889707,0.006847119424492121,-0.16357754170894623,-0.9865067005157471,0.0666826069355011,0.011643488891422749,0.006699723657220602,-0.004161573946475983,0.020633220672607422,-0.04420924186706543 +294,0.004596774357564034,0.17028895474498776,-2.070660203002424,0.004530270118266344,-0.16946713626384735,-0.9855254292488098,0.16185319423675537,0.007083402946591377,0.0068108937703073025,0.0036484450101852417,-0.006680339574813843,-0.0063111186027526855 +295,0.008945918097745732,0.18883921920230046,-2.0668258511030273,0.008786767721176147,-0.18771888315677643,-0.9821835160255432,0.12749335169792175,0.007663607597351074,0.015252728946506977,-0.008802026510238647,0.0034537315368652344,-0.007013261318206787 +296,0.00775430370275342,0.1892624679314036,-2.072540370026421,0.007615760900080204,-0.1881345808506012,-0.9821137189865112,-0.08155908435583115,0.016344301402568817,-0.051386572420597076,0.0024855579249560833,-0.017950594425201416,0.029599130153656006 +297,0.009998036804797064,0.18260396984027974,-2.0724225785389963,0.009831647388637066,-0.18159087002277374,-0.9833250045776367,-0.07767118513584137,0.002162111923098564,-0.05076127499341965,-0.009907939471304417,-0.0002938956022262573,-0.022503793239593506 +298,0.010379549643607554,0.1755891296155293,-2.073138189378444,0.010219767689704895,-0.17468823492527008,-0.9845707416534424,-0.1248566061258316,0.001082349568605423,-0.03565549850463867,-0.012218669056892395,0.0029200613498687744,0.004834413528442383 +299,0.010127192491115827,0.16478949154340425,-2.0757162990276647,0.009989827871322632,-0.16404467821121216,-0.9864023327827454,-0.036447539925575256,0.012980235740542412,-0.058355771005153656,-0.016184896230697632,0.012051880359649658,-0.015581309795379639 +300,0.012867042465414289,0.16632780654497475,-2.078740504950317,0.012689119204878807,-0.1655619591474533,-0.9861177802085876,-0.03130444511771202,-0.02476181648671627,0.049065761268138885,0.009497158229351044,-0.017390921711921692,-0.014614641666412354 +301,0.011029799636685727,0.16247304619542896,-2.079056930093082,0.010884319432079792,-0.1617591828107834,-0.9867702126502991,0.011336950585246086,0.023434486240148544,-0.00045901560224592686,-0.0050402069464325905,-0.00582808256149292,0.0015865564346313477 +302,0.012369798448698734,0.1642364351026252,-2.078591606723678,0.012203033082187176,-0.16349908709526062,-0.9864680171012878,-0.03704553842544556,-0.013634949922561646,-0.0004888852126896381,-0.010463528335094452,0.00444146990776062,0.006609618663787842 +303,0.012483483813711439,0.1628067908121196,-2.0773190204835847,0.012318084947764874,-0.1620885133743286,-0.9866993427276611,-0.01265630405396223,0.02206219919025898,-0.012729674577713013,-0.004703953862190247,0.0004216432571411133,-5.602836608886719e-05 +304,0.013845962333072859,0.163259236099918,-2.0735717067209243,0.013661413453519344,-0.16253496706485748,-0.9866082072257996,0.032411955296993256,-0.018513359129428864,0.03545024245977402,-0.004292517900466919,0.006971612572669983,-0.02384406328201294 +305,0.015182844843416225,0.1722629508129668,-2.07393816669228,0.014957554638385773,-0.17141224443912506,-0.9850858449935913,0.06714698672294617,0.015762943774461746,-0.0032181735150516033,-0.010517247021198273,0.001154676079750061,0.01596963405609131 +306,0.016418616607589434,0.16950813414208643,-2.0769599728147012,0.01618257537484169,-0.1686975508928299,-0.9855350255966187,-0.03919738158583641,0.04225727915763855,-0.03396889939904213,-0.0026785433292388916,-0.005481526255607605,0.005981802940368652 +307,0.016171988251298085,0.16635710616283772,-2.0767123559665377,0.015948031097650528,-0.16559085249900818,-0.9860655665397644,0.00048061553388834,0.007485796697437763,0.04549127817153931,0.004590295255184174,-0.010205656290054321,-0.013354599475860596 +308,0.016393810175235626,0.17290111253463375,-2.0751650805210526,0.016148651018738747,-0.1720409244298935,-0.9849574565887451,0.09691478312015533,0.0073382118716835976,0.038942981511354446,0.0006665363907814026,0.008695587515830994,0.003084897994995117 +309,0.01750627328618971,0.17316893040011921,-2.077442744391199,0.017243564128875732,-0.17230474948883057,-0.984892725944519,-0.046809859573841095,0.015101016499102116,-0.03679957240819931,0.0022266488522291183,-0.00506339967250824,0.009459435939788818 +310,0.018315071958901127,0.17498307343347688,-2.077979059687034,0.01803438365459442,-0.17409147322177887,-0.9845643043518066,0.05136772617697716,0.014186466112732887,0.015329614281654358,0.00821073167026043,-0.014140933752059937,-0.003442227840423584 +311,0.01786132150140807,0.17788355196741615,-2.0735703149217577,0.017578542232513428,-0.17694692313671112,-0.9840633869171143,0.021179918199777603,-0.029725853353738785,0.03615836054086685,-0.003464164212346077,0.012426674365997314,-0.011526763439178467 +312,0.015777662111669703,0.17800607273111177,-2.0754887968911686,0.015527710318565369,-0.17706750333309174,-0.984076201915741,0.04870372638106346,0.018245890736579895,-0.05894111096858978,-0.010904297232627869,0.002735838294029236,0.010504424571990967 +313,0.0146917496491934,0.180106724974584,-2.078186337906845,0.0144535843282938,-0.1791345775127411,-0.9837183952331543,-0.039698950946331024,-0.008949300274252892,0.07772396504878998,0.011944121681153774,-0.02792719006538391,0.005797922611236572 +314,0.015871862772592504,0.1848182452456102,-2.0754691655506092,0.015600904822349548,-0.1837678700685501,-0.9828458428382874,0.06168020889163017,0.02795802429318428,-0.029810991138219833,-0.02289460599422455,0.01940019428730011,0.0061612725257873535 +315,0.01750363924394213,0.18621266446741044,-2.079595343942747,0.0172001663595438,-0.18513837456703186,-0.9825619459152222,0.04283800348639488,0.033516667783260345,-0.09930088371038437,-0.004977874457836151,0.0037113726139068604,-0.007031559944152832 +316,0.017344032345115137,0.18824531068059128,-2.0837252014867707,0.01703678071498871,-0.1871354877948761,-0.9821863770484924,-0.031138716265559196,0.012825989164412022,-0.02870885282754898,0.0001446157693862915,-0.015302866697311401,0.02628427743911743 +317,0.02101422600071197,0.18101867605391284,-2.0851533084210248,0.020669348537921906,-0.1800317019224167,-0.9834436178207397,-0.0372210331261158,0.053690169006586075,-0.03520435839891434,-0.008172400295734406,0.010064050555229187,-0.019135117530822754 +318,0.021911756843259675,0.1832403520720481,-2.0879192035148515,0.021543195471167564,-0.18221662938594818,-0.9830223917961121,0.05374372377991676,0.0012301718816161156,-0.008430982939898968,-0.00022666901350021362,-0.002735152840614319,-0.0016730427742004395 +319,0.023506291605940324,0.18324855062870468,-2.0904905480934715,0.02311059460043907,-0.18222469091415405,-0.982985258102417,0.01377941481769085,0.028561370447278023,0.0029963161796331406,0.01315954141318798,-0.004939600825309753,0.0008533596992492676 +320,0.02382778367795369,0.1867424738682236,-2.0894967089655108,0.023411303758621216,-0.1856589913368225,-0.9823353290557861,0.04826267063617706,-0.009434619918465614,0.01966388337314129,0.003077954053878784,-0.00014728307723999023,-0.006052732467651367 +321,0.024283132671899396,0.19036572543618105,-2.0893030316295405,0.023842116817831993,-0.18921802937984467,-0.9816455841064453,-0.005120772868394852,-0.020505506545305252,-0.03499101102352142,-0.009590411558747292,0.006585597991943359,0.003755629062652588 +322,0.022121234845556382,0.1911785401105236,-2.091023170694177,0.021716436371207237,-0.19001609086990356,-0.9815407991409302,0.013416577130556107,-0.05927252769470215,-0.015211394988000393,0.0070768967270851135,-0.0064255595207214355,-0.008983492851257324 +323,0.01982749180371722,0.19404004611594933,-2.0881972375724054,0.019454119727015495,-0.19282469153404236,-0.981040358543396,0.009310251101851463,-0.006985011510550976,-0.02767970599234104,-0.017348408699035645,0.013488143682479858,0.013297438621520996 +324,0.021204092228108647,0.19675249220590035,-2.0904468414086774,0.020793434232473373,-0.19548551738262177,-0.9804861545562744,0.004743347875773907,0.02500547096133232,-0.03550352528691292,-0.006434917449951172,-0.0011545121669769287,0.003755807876586914 +325,0.02193234245188576,0.19570472813217107,-2.0936604831555874,0.021511947736144066,-0.19445785880088806,-0.9806749820709229,0.01593315228819847,0.020616132766008377,-0.015814967453479767,0.0009642466902732849,-0.009414821863174438,-0.0045392513275146484 +326,0.022035577778763225,0.19557567234440873,-2.0923055657234673,0.021613741293549538,-0.19433125853538513,-0.9806978106498718,-0.01739669218659401,-0.020882422104477882,0.0347239226102829,-0.0014263615012168884,-0.0019272863864898682,-0.011092960834503174 +327,0.02241099308142533,0.19708283029688947,-2.0904678534370627,0.0219753198325634,-0.195809468626976,-0.9803957343101501,0.005486637353897095,-0.011687212623655796,0.01936725527048111,0.002270890399813652,0.002633228898048401,-0.008358538150787354 +328,0.020464373066253122,0.1969384212508736,-2.0901085485112727,0.020067401230335236,-0.19566784799098969,-0.9804648756980896,0.0192478746175766,-0.020931418985128403,0.011442619375884533,-0.005312152206897736,-0.003169417381286621,-0.0078774094581604 +329,0.021080358407451132,0.19706511758912568,-2.0908186263777058,0.020670825615525246,-0.195792093873024,-0.9804275631904602,-0.04309512674808502,0.043370336294174194,0.006363438908010721,-0.0056256577372550964,-0.009698018431663513,0.019886791706085205 +330,0.022369195044830453,0.1941024844512616,-2.0923589666734186,0.02194729819893837,-0.19288595020771027,-0.9809756875038147,0.0002713678404688835,0.013088890351355076,-0.028367316350340843,0.0054117124527692795,0.00172385573387146,-0.010891318321228027 +331,0.022890486613120514,0.1931239025660619,-2.094698592702121,0.022462978959083557,-0.19192565977573395,-0.981152355670929,-0.02915325202047825,0.0032583046704530716,0.004308321047574282,0.006559237837791443,-0.008925780653953552,0.007916271686553955 +332,0.02459367136794395,0.1920953910906064,-2.0949108461208428,0.02413886971771717,-0.19091616570949554,-0.9813094735145569,0.001973469741642475,0.016549207270145416,8.980080019682646e-05,0.0008702855557203293,-0.0003985166549682617,-0.00555264949798584 +333,0.023790559443714387,0.19204140318553511,-2.0943781352306616,0.02335100620985031,-0.19086316227912903,-0.9813388586044312,0.02422322705388069,-0.012196040712296963,0.002617004793137312,-0.0062916819006204605,0.004736468195915222,-0.0024257302284240723 +334,0.02232470196344512,0.19343514635674766,-2.0947307027596582,0.021906519308686256,-0.19223110377788544,-0.9811051487922668,0.0023624016903340816,-0.027067307382822037,-0.0039156596176326275,0.002278663218021393,-0.006163671612739563,-0.005604445934295654 +335,0.021331854936479596,0.19749074467235905,-2.0925266719944404,0.020915620028972626,-0.19620947539806366,-0.9803389310836792,0.029177356511354446,-0.007673077285289764,0.014641357585787773,-0.008708588778972626,0.006710559129714966,0.006095767021179199 +336,0.022167412528147485,0.19692588271648867,-2.09358008083047,0.021737195551395416,-0.19565555453300476,-0.9804317355155945,-0.00046317558735609055,0.023997783660888672,-0.01101196464151144,-0.004525281488895416,-0.005836755037307739,0.0035182833671569824 +337,0.021606184269721475,0.19642494759014578,-2.094441342285811,0.02118906006217003,-0.1951642781496048,-0.9805416464805603,0.05126294493675232,0.024653971195220947,-0.01620422676205635,-0.0014136731624603271,0.006458833813667297,0.004894673824310303 +338,0.022064339871145505,0.19633115670092569,-2.094627516494949,0.02163870260119438,-0.19507229328155518,-0.9805501103401184,-0.038457274436950684,-0.004913522861897945,0.0073645878583192825,-0.0043199751526117325,-0.0030935853719711304,0.0026448965072631836 +339,0.02315696011596417,0.19713660400049565,-2.094377626340941,0.022706413641572,-0.19586220383644104,-0.9803684949874878,-0.011141534894704819,-0.0009663156233727932,-0.0064356704242527485,0.005491830408573151,0.00418129563331604,-0.004754185676574707 +340,0.023587897801157526,0.1980035878314053,-2.0959013273447327,0.023124875500798225,-0.19671231508255005,-0.9801884889602661,-0.001244163140654564,-0.02166600152850151,-0.016032371670007706,0.004737667739391327,-0.003925487399101257,-0.009023547172546387 +341,0.023944215343274764,0.19844779689671724,-2.09723110975988,0.02347203716635704,-0.19714783132076263,-0.9800927639007568,-0.022913997992873192,-0.0006355028599500656,0.0029940512031316757,0.0005452930927276611,-0.008281245827674866,0.002935171127319336 +342,0.02422528313191281,0.19816226894695435,-2.097326063104534,0.02374887280166149,-0.196867898106575,-0.98014235496521,-0.01006158534437418,0.004513177089393139,0.001928207348100841,0.0019927024841308594,0.0013112574815750122,0.005197286605834961 +343,0.024602835070862306,0.1979866165681067,-2.097166978638823,0.024119775742292404,-0.19669568538665771,-0.9801678657531738,0.018052224069833755,0.0067790597677230835,-0.00898701325058937,-0.008403219282627106,0.0018104314804077148,-0.0009722709655761719 +344,0.02323752957383912,0.19692909771179423,-2.0973555432469873,0.022786345332860947,-0.19565871357917786,-0.9804072976112366,-0.021709639579057693,-0.015387482941150665,-0.006116766948252916,-0.0010578334331512451,0.0034284889698028564,-0.0020603537559509277 +345,0.022272833566207732,0.19468763077841267,-2.0972981127335766,0.021850252524018288,-0.19346007704734802,-0.9808648228645325,-0.029981259256601334,-0.0038097663782536983,0.01792503520846367,0.0009463801980018616,-0.0048431456089019775,0.0036309361457824707 +346,0.021692006895216727,0.19188857741419277,-2.096881455115067,0.021292198449373245,-0.19071315228939056,-0.9814148545265198,-0.004800779744982719,0.004195371642708778,-0.0057821450755000114,-0.004354938864707947,0.006722673773765564,-0.009506165981292725 +347,0.022127814818573205,0.19308832114724298,-2.09759356648417,0.021714825183153152,-0.19189073145389557,-0.9811760187149048,0.006881400942802429,-0.0021314029581844807,-0.014478861354291439,-0.002534523606300354,0.0035057365894317627,0.0011650323867797852 +348,0.02310364759281968,0.19347168306838544,-2.0991633792918996,0.022670578211545944,-0.19226695597171783,-0.9810807704925537,-0.00034576281905174255,0.0021676281467080116,0.0026958610396832228,0.005710765719413757,-0.0073332637548446655,-0.001814126968383789 +349,0.023507833550306695,0.194204643736271,-2.098944810252754,0.023063795641064644,-0.19298619031906128,-0.9809303879737854,-0.001482747495174408,-0.0033158077858388424,0.0023894980549812317,-0.0030290037393569946,-0.0009835362434387207,-0.0033072829246520996 +350,0.024339010909814357,0.19490875394909146,-2.0986751831764643,0.023875802755355835,-0.19367702305316925,-0.9807747602462769,0.03037586808204651,0.029261533170938492,-0.0026723667979240417,-0.010432811453938484,0.0075808316469192505,0.005509316921234131 +351,0.03468566301994635,0.22798502556014721,-2.0961370869289166,0.03378135338425636,-0.2260151505470276,-0.9735378623008728,0.7462521195411682,0.3855859935283661,-0.0279488954693079,-0.013990707695484161,0.05119520425796509,0.016537129878997803 +352,0.04820490803672524,0.26395317824070497,-2.105254867008404,0.04651736468076706,-0.2608988583087921,-0.9642447233200073,0.03669000044465065,0.026830323040485382,-0.0768604502081871,-0.004891380667686462,-0.010951757431030273,0.027782320976257324 +353,0.04957481910904178,0.25783747831123743,-2.1123450033693176,0.04791642352938652,-0.2549901008605957,-0.9657557010650635,0.041206225752830505,0.03356633707880974,0.0367286317050457,0.015453331172466278,-0.0376124382019043,-0.022083044052124023 +354,0.052845470941859804,0.2694972436914776,-2.111031748191411,0.050914302468299866,-0.26624685525894165,-0.9625592827796936,-0.05990400165319443,-0.07508207857608795,-0.006285110954195261,-0.002910144627094269,0.00878530740737915,0.012821733951568604 +355,0.04715970286505994,0.25025591340372827,-2.1139824240576086,0.04567370191216469,-0.24765190482139587,-0.9677718877792358,-0.26831749081611633,-0.07511592656373978,-0.053937919437885284,0.0029713213443756104,-0.005735546350479126,0.00784146785736084 +356,0.04149799657079806,0.23446162442951735,-2.1125277024135816,0.040351010859012604,-0.23231936991214752,-0.9718021750450134,-0.07766804099082947,-0.03262465447187424,0.03930780291557312,0.007408991456031799,0.006489291787147522,-0.016372263431549072 +357,0.03865468856519148,0.23153287073332127,-2.113441908350029,0.037613850086927414,-0.22946976125240326,-0.9725887179374695,-0.035437971353530884,-0.02551868185400963,0.00505146523937583,-7.72327184677124e-05,0.004601001739501953,0.0035030245780944824 +358,0.03655586615692601,0.22525123528269178,-2.1172058344174167,0.03562445566058159,-0.22335125505924225,-0.9740868210792542,-0.033056244254112244,-0.033515144139528275,-0.031343162059783936,0.004918143153190613,0.0062339454889297485,-0.01198190450668335 +359,0.032716181532895024,0.2244171363269412,-2.123756611976816,0.03189010173082352,-0.22253815829753876,-0.9744022488594055,0.026990171521902084,0.002393924631178379,-0.018012141808867455,-0.0009300224483013153,-0.005275547504425049,0.012595057487487793 +360,0.03132179548920461,0.22388091701620716,-2.126637683955542,0.030535109341144562,-0.2220153510570526,-0.9745649099349976,-0.013647903688251972,0.0021255360916256905,-0.035236772149801254,-0.005129225552082062,-0.0016937553882598877,0.010423064231872559 +361,0.029809984006319876,0.2225599179128329,-2.1284465490617976,0.029070433229207993,-0.2207271158695221,-0.9749022722244263,0.026904519647359848,-0.049822647124528885,-0.002116731833666563,0.008237309753894806,0.0018855631351470947,-0.01749885082244873 +362,0.026372679878978327,0.22359173637886082,-2.127685367753647,0.02571321278810501,-0.22173337638378143,-0.9747682213783264,-0.03524141013622284,-0.018400806933641434,0.011634767055511475,-0.006426103413105011,0.001503273844718933,0.02155172824859619 +363,0.026827573319434105,0.22137568923312062,-2.125125015053411,0.02616974152624607,-0.21957194805145264,-0.9752452373504639,-0.014586159028112888,0.01003252249211073,0.017114153131842613,-0.0013742167502641678,0.0017069727182388306,-0.014043033123016357 +364,0.02822254555312329,0.22708740590557788,-2.1224508432886737,0.027494316920638084,-0.22514066100120544,-0.9739382863044739,0.06966732442378998,0.04091354459524155,0.0331307016313076,-0.0014475658535957336,-0.0014370977878570557,0.011490166187286377 +365,0.030014757415638152,0.23008078597879716,-2.1214627668832238,0.02921942062675953,-0.2280561774969101,-0.9732094407081604,-0.010246272198855877,0.020871322602033615,-0.0019753840751945972,-0.00245550274848938,0.003797754645347595,0.0150185227394104 +366,0.03309506502250658,0.22637250264175252,-2.1235628889586318,0.03224482387304306,-0.22444406151771545,-0.973953366279602,0.032182928174734116,0.06698638945817947,-0.03857281431555748,-0.0004455074667930603,0.008135467767715454,-0.01933276653289795 +367,0.03269654939994859,0.23301547495484767,-2.121819061392048,0.03180724009871483,-0.23091255128383636,-0.9724544882774353,0.07965797185897827,-0.0347076952457428,0.07567639648914337,0.012244880199432373,-0.011091843247413635,-0.006244242191314697 +368,0.030716404316029292,0.23649556918981446,-2.1169171155667956,0.029856719076633453,-0.23429718613624573,-0.9717064499855042,0.008927728049457073,-0.008597531355917454,0.02090669423341751,-0.014201201498508453,0.012281805276870728,0.02402883768081665 +369,0.027193742327223807,0.2358326184941822,-2.120358628051941,0.02643776498734951,-0.23365263640880585,-0.9719606637954712,0.03069167584180832,-0.18281811475753784,-0.13700450956821442,0.0014705583453178406,0.022379443049430847,-0.03257119655609131 +370,0.028105919504039775,0.23942884076158932,-2.124798967732004,0.02730056270956993,-0.23714779317378998,-0.9710898995399475,-0.031001616269350052,0.07210308313369751,-0.037208206951618195,-0.0008723437786102295,0.013988018035888672,0.00011211633682250977 +371,0.029058352329347236,0.23800923194369483,-2.126111407940722,0.02823520265519619,-0.23576845228672028,-0.9713990092277527,0.12999939918518066,-0.014397528022527695,0.017777780070900917,-0.004629850387573242,0.008107319474220276,-0.050863564014434814 +372,0.034184941156136905,0.25844032324528166,-2.129987235228775,0.033043213188648224,-0.25557297468185425,-0.9662249088287354,0.10235996544361115,0.08366433531045914,-0.046152301132678986,-0.013817131519317627,0.002383887767791748,0.05631279945373535 +373,0.03111449349364376,0.25159083509050606,-2.1340918823446247,0.03013007342815399,-0.24894502758979797,-0.9680488705635071,0.12155213207006454,0.028210360556840897,0.0015535354614257812,0.012930227443575859,-0.0026723891496658325,-0.02879256010055542 +374,0.03528959411576463,0.2691425817269223,-2.1295932110335474,0.0340120829641819,-0.2659049928188324,-0.9633990526199341,0.182942733168602,0.1130807101726532,0.1530137062072754,0.008620969951152802,-0.02277606725692749,0.013569951057434082 +375,0.036057879281459704,0.287372649173319,-2.1062928821443325,0.03457172214984894,-0.28343358635902405,-0.9583685398101807,0.35568180680274963,0.2509823739528656,0.2048717886209488,0.006886407732963562,-0.0011122822761535645,0.021600961685180664 +376,0.041869252833695594,0.29269277705284497,-2.09493181907712,0.040076859295368195,-0.28853151202201843,-0.9566313028335571,-0.8053824305534363,-0.3614959716796875,0.027255238965153694,-0.01764644682407379,-0.05205991864204407,0.05650007724761963 +377,-0.016669608840462376,0.16796506210437598,-2.0709352885143892,-0.016434255987405777,-0.16717639565467834,-0.9857900142669678,-1.0315221548080444,-0.029253212735056877,0.6496410965919495,0.035614557564258575,-0.023131221532821655,0.04217123985290527 +378,0.031826153352788204,0.14779962215039177,-1.9935440035605085,0.031473856419324875,-0.1472620964050293,-0.9885966181755066,0.036284685134887695,1.1659138202667236,1.1856027841567993,0.012959737330675125,0.0459742546081543,-0.07938128709793091 +379,0.19200642140574728,0.2172890402776204,-1.8906904411546632,0.18634158372879028,-0.2155832052230835,-0.9585409164428711,1.2406492233276367,1.960633635520935,0.779807984828949,-0.13188296556472778,0.1336435079574585,0.059645652770996094 +380,0.3198500781216373,0.36416816274564395,-1.8217754525699486,0.293804407119751,-0.3561721444129944,-0.8870289325714111,0.7723623514175415,2.677590847015381,-0.1128094270825386,-0.37163951992988586,0.2960067391395569,0.2008565068244934 +381,0.5123828494132309,0.28205220332923747,-1.90645039096565,0.47088363766670227,-0.2783273458480835,-0.8371394276618958,-0.08581055700778961,1.4193583726882935,-0.9045975804328918,0.11966198682785034,-0.053413987159729004,0.13106948137283325 +382,0.5329569410154487,0.36482433990982266,-1.9314626739914715,0.47464367747306824,-0.35678520798683167,-0.8046227097511292,0.05226968228816986,-1.0030426979064941,0.43984416127204895,-0.002689361572265625,-0.0018268227577209473,-0.07937997579574585 +383,0.3392812801949676,0.3528719561131105,-1.924475936863199,0.3123030662536621,-0.34559422731399536,-0.884890615940094,-0.08407968282699585,-3.6953132152557373,-0.4467971622943878,-0.3989882469177246,0.06597691774368286,-0.1533936858177185 +384,0.051115375553975766,0.2360342422886231,-1.9748391899323092,0.04967645928263664,-0.2338486760854721,-0.9710031151771545,-1.4263575077056885,-1.4187151193618774,-1.1239434480667114,0.16797491908073425,0.0273514986038208,0.09954315423965454 +385,-0.11747420530149637,0.130458827992835,-2.0042541948655814,-0.11620823293924332,-0.13008908927440643,-0.9846687316894531,-1.0899035930633545,-1.1797003746032715,0.0629713237285614,0.2891971170902252,-0.08307619392871857,0.11464309692382812 +386,-0.10658711613314009,0.021213395486471102,-2.0415725545524945,-0.10636147856712341,-0.021211804822087288,-0.9941012263298035,-1.0020452737808228,-0.22983881831169128,0.16186025738716125,0.1513291299343109,-0.055188946425914764,-0.05715298652648926 +387,-0.15707993839361814,-0.0810321090043044,-2.0244252359469592,-0.15592145919799805,0.08094345778226852,-0.9844473600387573,-0.5547980666160583,0.14784018695354462,0.06619185209274292,0.05011703073978424,0.05931531637907028,-0.0065498948097229 +388,-0.14067620460169336,-0.15348173268362378,-2.027342261863019,-0.13856443762779236,0.15287984907627106,-0.9784823060035706,-1.1289269924163818,-0.3095966875553131,0.466918021440506,-0.03936830163002014,-0.07882896065711975,-0.03683751821517944 +389,-0.11952795317023927,-0.2063670670703423,-2.009260300497243,-0.11671340465545654,0.2049054056406021,-0.9717981815338135,0.5616196393966675,0.46352654695510864,0.19898883998394012,0.04284560680389404,0.040242284536361694,0.05971932411193848 +390,-0.07278392840351555,-0.1333224273025362,-1.9704957962719483,-0.07207434624433517,0.1329278200864792,-0.9885016083717346,0.4188207983970642,0.20523911714553833,0.12125683575868607,-0.07723290473222733,0.014258459210395813,0.048880696296691895 +391,0.045909387828105684,-0.04250923042785091,-1.9571541253269455,0.045851804316043854,0.04249642789363861,-0.9980438947677612,0.7713910937309265,0.7496106028556824,0.35161545872688293,0.024063963443040848,-0.01123117282986641,-0.0659056305885315 +392,0.0030150491808410606,-0.039589863374693446,-1.924289202106824,0.0030126820784062147,0.039579521864652634,-0.9992119073867798,0.03360811248421669,-0.3914022445678711,0.08034618198871613,0.021691298112273216,0.0007952339947223663,0.08104479312896729 +393,-0.015633043354445417,-0.02678030453463992,-1.9349478828810103,-0.015626801177859306,0.026777103543281555,-0.9995192885398865,0.14086312055587769,-0.023393850773572922,-0.0792694166302681,0.08612240850925446,0.003801509737968445,-0.0001450181007385254 +394,-0.0008075131590877199,0.0027719327988838883,-1.925427492588999,-0.0008075099904090166,-0.0027719291392713785,-0.9999958276748657,0.04475199058651924,0.09532924741506577,-0.029485274106264114,-0.0338452011346817,-0.059422895312309265,0.04308664798736572 +395,-0.0020048920010312062,0.002114640002497489,-1.926364022749948,-0.0020048862788826227,-0.002114638453349471,-0.999995768070221,-0.165487140417099,-0.34669995307922363,0.003123536938801408,0.006048465147614479,-0.004858627915382385,-0.016666829586029053 +396,-0.0010169738035995023,0.00043411203903185095,-1.9263789637990094,-0.0010169735178351402,-0.00043411203660070896,-0.9999994039535522,-0.03527499735355377,-0.07334386557340622,0.0016083274967968464,-0.00470507238060236,-0.008019257336854935,0.001235365867614746 +397,-0.0012449214583379164,0.0012333708099063478,-1.9263600484547436,-0.0012449201894924045,-0.0012333705089986324,-0.9999984502792358,0.002978636883199215,0.0005883630365133286,0.0011867736466228962,-0.005529982037842274,-0.004076688084751368,-0.02598726749420166 +398,-0.0017183624372977156,0.001770712712637843,-1.9263980011047261,-0.0017183589516207576,-0.001770711736753583,-0.9999969601631165,-0.002652440220117569,0.0021218331530690193,-0.0014138934202492237,-0.0019590093288570642,-0.005477213300764561,0.00010377168655395508 +399,-0.0019149787671778372,0.002452658932592442,-1.926399007022231,-0.0019149718573316932,-0.0024526563938707113,-0.9999951720237732,-0.0028382204473018646,0.0003858134150505066,-0.0005304861115291715,-0.003044134471565485,-0.007389262318611145,0.029383599758148193 +400,-0.0023081276094049107,0.002956733459775644,-1.926414110569658,-0.0023081153631210327,-0.0029567291494458914,-0.9999929666519165,0.0020540254190564156,-0.0031505529768764973,-0.0012825967278331518,-0.007442250847816467,-0.0003086517099291086,-0.025412917137145996 +401,-0.002753953937884686,0.003156198504470189,-1.9263499592461264,-0.0027539366856217384,-0.0031561932992190123,-0.999991238117218,0.014996334910392761,-0.010903958231210709,0.0012719569494947791,0.0004040834028273821,-0.006716242991387844,-0.03399008512496948 +402,-0.0029894171323668946,0.003782397772862362,-1.9263462561414173,-0.002989391330629587,-0.0037823887541890144,-0.9999883770942688,-0.04813968017697334,0.00019714981317520142,0.002028148155659437,-0.0087598767131567,-0.0065935878083109856,0.008716404438018799 +403,-0.0031394950082156764,0.004141810000174984,-1.9263760920463187,-0.00313946302048862,-0.004141798242926598,-0.999986469745636,0.009716978296637535,-0.0014118836261332035,-0.0007423690985888243,0.0028190286830067635,0.002707472536712885,0.07663142681121826 +404,-0.00349870860507203,0.00432990449135965,-1.9263947848724878,-0.003498668782413006,-0.0043298909440636635,-0.9999845027923584,-0.003397071734070778,-0.001691334880888462,-0.0021429636981338263,0.002445812337100506,-0.0051458170637488365,-0.0313570499420166 +405,-0.0036348220877788417,0.004561861693957816,-1.9263993727947741,-0.003634776221588254,-0.004561845678836107,-0.999983012676239,-0.00355534628033638,-0.0007501579821109772,0.0003912022802978754,-0.01174608338624239,0.0018610400147736073,-0.017320454120635986 +406,-0.004015221128878314,0.004889810598392862,-1.9264101525831796,-0.004015162121504545,-0.004889790900051594,-0.9999799728393555,-0.0032668309286236763,0.0005939770489931107,-0.001395701663568616,0.006044581066817045,-0.007713968399912119,-0.01884937286376953 +407,-0.0036940350914168875,0.005425086246278465,-1.926414902469029,-0.003693972248584032,-0.005425059702247381,-0.9999784827232361,-0.0008628601208329201,-0.002131971064954996,0.0021030253265053034,-0.004179562442004681,-0.0007242322899401188,0.027429044246673584 +408,-0.004304744153715193,0.005258514231408855,-1.9263269049261034,-0.004304671194404364,-0.005258489865809679,-0.9999769330024719,0.004318804480135441,0.004159329459071159,-0.0028207991272211075,-0.005659318063408136,0.0029238956049084663,-0.018089473247528076 +409,-0.004251227760626572,0.005514419811637399,-1.9263253060878063,-0.004251150414347649,-0.005514391697943211,-0.9999757409095764,-0.0009879469871520996,-0.0002485993318259716,0.0006748641608282924,0.006341604981571436,-0.009744396433234215,0.009222626686096191 +410,-0.00426745796476252,0.005892740617453957,-1.9262818066297827,-0.004267370793968439,-0.005892706569284201,-0.9999735355377197,0.001923669595271349,-0.0020680157467722893,0.0025289810728281736,-0.010442102327942848,-0.0006227968260645866,-0.014674901962280273 +411,-0.004742737255988842,0.005812993462112049,-1.9262933039263475,-0.004742639139294624,-0.005812960676848888,-0.999971866607666,-0.002047174610197544,0.0013999752700328827,-0.0006349749164655805,0.004391687456518412,0.0001519499346613884,0.0004143714904785156 +412,-0.004357750822392264,0.006043698373277065,-1.926278394838164,-0.004357657395303249,-0.006043661385774612,-0.9999722242355347,0.0016633346676826477,0.001560538075864315,-0.003202187828719616,-0.0030581136234104633,-0.0036151516251266003,0.0021848082542419434 +413,-0.004802685114241145,0.0061642966675904244,-1.926272938997991,-0.004802575334906578,-0.006164257414638996,-0.999969482421875,0.0018344144336879253,1.955125480890274e-05,-0.0002146763727068901,-0.005634436383843422,0.0012509273365139961,-0.0068817138671875 +414,-0.0046798224489073125,0.006236542667391715,-1.9263001632751755,-0.0046797143295407295,-0.006236502435058355,-0.9999696016311646,-0.0013784859329462051,0.0006828447803854942,0.0016212763730436563,0.009409939870238304,-0.0016675502993166447,-0.0019224882125854492 +415,-0.004518004174178694,0.006381923964853458,-1.9263121294735859,-0.004517896566540003,-0.00638188049197197,-0.9999694228172302,-0.0010109860450029373,-0.0026012654416263103,-0.0009886431507766247,-0.00880302581936121,-0.0006066444329917431,-0.004821836948394775 +416,-0.00501195244929962,0.006526183291141498,-1.9262960743066593,-0.005011824890971184,-0.0065261367708444595,-0.9999661445617676,0.0018949424847960472,0.0006083985790610313,-0.0006720549426972866,0.0013649743050336838,-0.0030258651822805405,-0.0008730888366699219 +417,-0.00466900828143038,0.006729513360000975,-1.9263530999100162,-0.004668885376304388,-0.0067294626496732235,-0.9999664425849915,0.0010796431452035904,0.0014904681593179703,-0.001263163983821869,0.004226381424814463,0.0004886183887720108,-0.0013152360916137695 +418,-0.004936040489956044,0.006761055375992617,-1.9263615336934183,-0.004935907665640116,-0.006761003751307726,-0.9999649524688721,0.002040633000433445,0.0016322238370776176,0.002138463081791997,-0.009025884792208672,-0.0003801090642809868,-0.00508570671081543 +419,-0.00516306832757292,0.007001012927149172,-1.9264030029888999,-0.0051629189401865005,-0.007000955753028393,-0.9999621510505676,0.00033800676465034485,0.0008534779772162437,0.001293718465603888,0.005910599138587713,-0.003817525692284107,-0.002265632152557373 +420,-0.004912282766729751,0.007153233716986654,-1.926370856749785,-0.004912137519568205,-0.0071531725116074085,-0.999962329864502,0.0008110757917165756,-0.00035205017775297165,0.001755331875756383,-0.0017254352569580078,0.0013243160210549831,-0.0031198859214782715 +421,-0.005256671365734265,0.007174928039361233,-1.926409795295129,-0.005256511736661196,-0.007174866273999214,-0.9999604225158691,0.0028339182026684284,3.512762486934662e-05,0.0011366966646164656,-0.00438704201951623,0.0013765268959105015,-0.000756680965423584 +422,-0.005144323722780356,0.007337266739794022,-1.926373481924399,-0.005144162569195032,-0.0073372009210288525,-0.9999598264694214,0.003452765289694071,0.0019481154158711433,-0.00029465160332620144,0.007432981394231319,-0.00474775955080986,-0.003198683261871338 +423,-0.004996406084649835,0.007431643025214972,-1.926414821590323,-0.004996247123926878,-0.007431574631482363,-0.9999598860740662,-0.001550605520606041,-0.0017057284712791443,0.0008141136495396495,-0.008446745574474335,0.00361687783151865,-0.0019168853759765625 +424,-0.005410712208152619,0.0073836180488031245,-1.9264339676372833,-0.005410538520663977,-0.007383550982922316,-0.9999580979347229,-0.002208142541348934,0.002098062075674534,0.00045871862675994635,0.0033658607862889767,-0.0028550964780151844,-0.0021628737449645996 +425,-0.005036292986921841,0.007603901016511934,-1.926430821496716,-0.0050361258909106255,-0.007603827863931656,-0.9999583959579468,0.0004899827763438225,0.0014226865023374557,0.001711288932710886,0.00026012491434812546,-0.002268608659505844,-0.0025745630264282227 +426,-0.005233700576548494,0.007565623870351516,-1.9264195866862384,-0.005233526695519686,-0.007565551903098822,-0.9999576807022095,-0.0014789225533604622,0.0011441418901085854,-0.0017646615160629153,-0.005325555335730314,0.0010958248749375343,-0.0038570165634155273 +427,-0.005211509457709535,0.007518521801929414,-1.9264385112470859,-0.005211338400840759,-0.007518451195210218,-0.9999581575393677,-0.0022564390674233437,0.0018170364201068878,-0.0008415058255195618,0.004631504416465759,-0.0007365536876022816,-0.0022543668746948242 +428,-0.0050723592352092586,0.007589818691094162,-1.9264496025429017,-0.00507219135761261,-0.0075897458009421825,-0.999958336353302,0.00013586878776550293,0.0031424639746546745,0.000550396740436554,-0.00330488383769989,-0.00032956572249531746,-0.002711951732635498 +429,-0.005315951419710196,0.007599200129188128,-1.926438948301204,-0.005315772723406553,-0.007599127013236284,-0.9999570250511169,-0.000988490879535675,-0.0030943378806114197,0.0005792168667539954,-0.00020790891721844673,-0.0009305360727012157,-0.007672369480133057 +430,-0.005157997919532936,0.007601591163050092,-1.9264659128328971,-0.005157826002687216,-0.0076015181839466095,-0.999957799911499,4.54392284154892e-06,0.0032282350584864616,0.0008987045148387551,0.002701160963624716,0.00010945228859782219,-0.0018274784088134766 +431,-0.005292657531645652,0.007565532966021374,-1.9264592444500759,-0.005292481277137995,-0.007565460633486509,-0.9999573826789856,0.0003217943012714386,0.00023176055401563644,-0.001257699797861278,-0.003908568527549505,0.00036331266164779663,-0.0022398829460144043 +432,-0.005366202774536302,0.007698118398771573,-1.9264759255672825,-0.005366018041968346,-0.007698042318224907,-0.999955952167511,0.0012612706050276756,0.001096826046705246,-0.0018544811755418777,0.003153494093567133,-0.0018844762817025185,-0.004194378852844238 +433,-0.005236507718889989,0.007689630587597079,-1.9265140984444367,-0.005236329045146704,-0.007689554709941149,-0.9999567270278931,-0.0029379678890109062,-0.0003689476288855076,-0.0017120307311415672,-0.0024235835298895836,0.0023032021708786488,-0.0023626089096069336 +434,-0.005417714149446359,0.0075829602830669056,-1.9265303400799834,-0.005417531821876764,-0.007582887541502714,-0.9999565482139587,0.004652104806154966,-0.0004739840514957905,-0.0003622504882514477,-0.0007927948608994484,-0.0018470436334609985,-0.006391048431396484 +435,-0.00533958698090972,0.007725399748684225,-1.926505666819358,-0.005339402239769697,-0.007725323084741831,-0.9999558925628662,0.002343968953937292,-0.000728838611394167,-0.0009349697502329946,0.0016467752866446972,-0.002101337071508169,-0.004545450210571289 +436,-0.005341866033422748,0.00767135483551516,-1.9265143018981643,-0.005341683514416218,-0.007671279367059469,-0.9999563097953796,0.00027111824601888657,0.0010383948683738708,-0.002501607174053788,-0.003294791094958782,0.0023764795623719692,-0.007749378681182861 +437,-0.005416131436304173,0.0077106228549094,-1.9265357209281115,-0.005415943916887045,-0.007710546255111694,-0.9999555945396423,0.0016076243482530117,-0.0018055662512779236,0.00027649407275021076,0.002272633370012045,-0.0016430909745395184,0.000642240047454834 +438,-0.005353517725457011,0.007754061723814088,-1.9265180010450864,-0.005353331100195646,-0.007753984071314335,-0.9999555945396423,0.002651205752044916,-0.0011113421060144901,0.0007670598570257425,-0.0009943251498043537,0.00036873016506433487,-0.003340303897857666 +439,-0.005469771849118652,0.00768689836131924,-1.9265638172646646,-0.005469582974910736,-0.007686822675168514,-0.9999554753303528,0.0026569664478302,0.0004360424354672432,0.001561953453347087,-0.0002829800359904766,0.0010187323205173016,-0.0028520822525024414 +440,-0.0053845527110618786,0.007743346191470457,-1.926552269809153,-0.005384365096688271,-0.0077432687394320965,-0.9999555349349976,-0.001036372035741806,0.0003954777494072914,9.435112588107586e-05,0.00028792954981327057,-0.0019308035261929035,-0.0034776926040649414 +441,-0.005364624224568269,0.007731283357651862,-1.92654054098288,-0.0053644380532205105,-0.007731206249445677,-0.9999557137489319,-0.000896744430065155,-0.0011270642280578613,-3.6555808037519455e-05,-0.0009069237858057022,0.002222783397883177,-0.0032638907432556152 +442,-0.005439916996477694,0.007690497206775496,-1.92655192050946,-0.005439729429781437,-0.0076904213055968285,-0.9999556541442871,0.0007800431922078133,-0.0001356806606054306,0.00013454828877002,-0.0004043867811560631,-0.0008850176818668842,-0.0021500587463378906 +443,-0.005457793192539083,0.007708639992610577,-1.926593498689531,-0.0054576038382947445,-0.007708563469350338,-0.999955415725708,-0.0028357598930597305,0.0008095148950815201,-0.0009649140993133187,0.0006968616507947445,-0.0003480766899883747,-0.003859281539916992 +444,-0.0049891144479254,0.007281963894738158,-1.92663410516306,-0.004988961387425661,-0.007281899452209473,-0.9999610185623169,0.00022788159549236298,-0.0040800427086651325,-6.497034337371588e-05,-0.0004584258422255516,-0.00219380808994174,-0.00693589448928833 +445,-0.005133157141239527,0.007341684437270937,-1.9265721011691002,-0.00513299647718668,-0.007341618649661541,-0.9999598860740662,-0.0011578435078263283,0.0008550779893994331,3.091827966272831e-05,0.0017302865162491798,-0.004392390605062246,0.007955491542816162 +446,-0.005150147542698557,0.007426556426597262,-1.9265698281919095,-0.0051499828696250916,-0.0074264882132411,-0.9999591708183289,0.004138484597206116,-0.0032397634349763393,-0.0009244175744242966,0.01586165279150009,-0.014912379905581474,-0.0003765225410461426 +447,-0.00456950978504852,0.007452792413114243,-1.9266422821282865,-0.004569367039948702,-0.007452723570168018,-0.999961793422699,-0.018587786704301834,0.0036285342648625374,-0.0005870593013241887,-0.011757537722587585,0.005957362242043018,0.0028151869773864746 +448,-0.00521309955259281,0.006786975315790243,-1.9266436108911023,-0.005212956108152866,-0.006786923389881849,-0.9999634027481079,0.0002560773864388466,0.0022267522290349007,-1.6461126506328583e-07,0.002954654861241579,0.0024381685070693493,-0.00510251522064209 +449,-0.004627114191042685,0.007265631388841318,-1.92663709952486,-0.004626975394785404,-0.007265567313879728,-0.9999629259109497,-0.0006115967407822609,0.00014598388224840164,0.0008393734460696578,-0.004894508980214596,-0.007474422920495272,-0.008810877799987793 +450,-0.0051911726014729105,0.007192315948477679,-1.9266455591099039,-0.0051910150796175,-0.007192254066467285,-0.9999606609344482,-2.019200474023819e-05,-0.0008479021489620209,-0.0011660109739750624,-0.0062225591391325,0.004232048988342285,-0.009957551956176758 +451,-0.004977559135930303,0.0070484100189339375,-1.9266300987423715,-0.004977414850145578,-0.007048351690173149,-0.9999627470970154,-0.001450863666832447,0.0002551637589931488,-0.0009723754483275115,0.009570310823619366,-0.0020001097582280636,-0.0017919540405273438 +452,-0.004887798698886619,0.0073004511716245335,-1.9266631872848379,-0.004887648858129978,-0.00730038620531559,-0.9999614357948303,-0.00038268137723207474,-0.0010754289105534554,-0.002300569321960211,-0.006800583563745022,-0.00591372512280941,0.005164682865142822 +453,-0.005289673559937778,0.007358518994374382,-1.9266974339119967,-0.005289505701512098,-0.007358452770859003,-0.9999589323997498,0.002255896106362343,-0.0002988344058394432,0.0005940509727224708,0.0010933387093245983,0.004321953281760216,-0.006419241428375244 +454,-0.005031052611895444,0.007082946119944477,-1.9267006249155116,-0.005030905362218618,-0.00708288699388504,-0.9999622702598572,-0.001371988095343113,0.0008454769849777222,-0.0006948438240215182,0.004832540638744831,0.002718872856348753,-0.00043445825576782227 +455,-0.005207838437937798,0.007302176827796066,-1.9266544292519086,-0.005207675974816084,-0.007302111946046352,-0.9999597668647766,-0.0012453552335500717,0.0018429001793265343,0.0016782821621745825,-0.007640223950147629,-0.005835705436766148,-0.0036260485649108887 +456,-0.005415517933242929,0.007490502108386718,-1.9266741476032379,-0.0054153394885361195,-0.0074904318898916245,-0.999957263469696,0.002268731128424406,-0.0030407020822167397,0.0004841146292164922,0.006651301868259907,4.4143758714199066e-05,-0.00654292106628418 +457,-0.0051516219740313654,0.00735512876499337,-1.9266319997800774,-0.005151459947228432,-0.007355062291026115,-0.9999597072601318,-0.003101908601820469,0.005236458964645863,0.0015293870819732547,-0.0022490527480840683,0.010010091587901115,0.010289907455444336 +458,-0.005485736197817607,0.007200177048093224,-1.9266444534823817,-0.005485566332936287,-0.007200114894658327,-0.9999590516090393,0.0013707363978028297,-0.0013904240913689137,-0.0016525377286598086,-0.005622832104563713,-0.00479329377412796,0.06049066781997681 +459,-0.005363232603512827,0.007313450443272086,-1.9266070692221366,-0.005363063421100378,-0.0073133851401507854,-0.999958872795105,-0.008865589275956154,-0.008808714337646961,0.0008352401200681925,0.002601222600787878,-0.0013841246254742146,-0.05573570728302002 +460,-0.005283330235536231,0.007179018287149904,-1.9266173585140185,-0.005283169448375702,-0.007178956642746925,-0.9999603033065796,-0.005581711418926716,-0.004066368564963341,0.0016378038562834263,-0.004162020515650511,0.006324464455246925,-0.01827394962310791 +461,-0.005566404919327711,0.007142203013204767,-1.9266361626618302,-0.0055662342347204685,-0.00714214239269495,-0.9999589920043945,-0.028848815709352493,-0.014885321259498596,-0.002020052168518305,0.0010191150940954685,-0.0004872521385550499,0.05196094512939453 +462,-0.005443641894114066,0.007399871990014214,-1.9265997544454194,-0.005443465895950794,-0.007399804424494505,-0.999957799911499,0.02263224869966507,0.011766621842980385,-0.0010318085551261902,-0.0022469637915492058,-0.011276952922344208,-0.016262292861938477 +463,-0.0055684376673970715,0.007514801659407448,-1.9265504810540295,-0.005568251479417086,-0.007514731027185917,-0.9999562501907349,0.008641066960990429,-0.0040751914493739605,0.0002819262444972992,-0.0016644145362079144,0.003547445870935917,0.013826489448547363 +464,-0.0055757164214218944,0.007040593659958969,-1.9265805568778391,-0.0055755493231117725,-0.007040535565465689,-0.9999596476554871,-0.00834380928426981,-0.004326686263084412,0.0036916243843734264,0.00562132615596056,-0.0014280923642218113,-0.030130624771118164 +465,-0.005508825052267693,0.007392815511401676,-1.9265557634408212,-0.005508646834641695,-0.007392748259007931,-0.9999575018882751,-0.0025530848652124405,-0.0012609944678843021,0.0015614483272656798,-0.004730000626295805,-0.00872053299099207,-0.027569353580474854 +466,-0.005737992463258082,0.00736727537724116,-1.9265655728851008,-0.005737805273383856,-0.0073672086000442505,-0.9999564290046692,0.0015037618577480316,-0.00022488506510853767,-0.0023718716111034155,7.679453119635582e-05,0.0068026334047317505,0.01063758134841919 +467,-0.005516775916375978,0.00704346006183265,-1.9265591073943846,-0.005516611039638519,-0.007043401710689068,-0.9999600052833557,0.002325446344912052,0.0008244235068559647,0.00012225250247865915,0.005638681352138519,0.0006041927263140678,-0.005487382411956787 +468,-0.005630704980682958,0.007340510334807669,-1.9265463270792162,-0.005630523432046175,-0.007340444251894951,-0.9999572038650513,-0.0015244027599692345,-0.00015741679817438126,-0.0011321587953716516,-0.005935638211667538,-0.002974497154355049,-0.01102912425994873 +469,-0.005623218123449595,0.0071922444670596735,-1.9265293269620138,-0.0056230430491268635,-0.00719218235462904,-0.999958336353302,-0.0003174757584929466,0.003002636134624481,-0.0008919208776205778,0.0057603721506893635,0.00510172825306654,-0.006541907787322998 +470,-0.0054282931258290935,0.007209580338123168,-1.9265745178693743,-0.005428125616163015,-0.007209517993032932,-0.9999592900276184,-0.0016417652368545532,0.0004399539902806282,0.00011133833322674036,-0.001743505708873272,-0.0017779087647795677,-0.005091369152069092 +471,-0.005681450848325699,0.007433250188607682,-1.926562102324068,-0.005681263282895088,-0.007433181628584862,-0.9999562501907349,0.0015841214917600155,0.0009419592097401619,0.0007491456344723701,-0.002070201560854912,-0.0016000214964151382,-0.00019633769989013672 +472,-0.005490367964581068,0.007362760747930487,-1.9265255921221185,-0.005490191746503115,-0.007362694013863802,-0.999957799911499,-0.0013456465676426888,-0.0027526794001460075,0.0002036134246736765,0.0036591370590031147,0.0015796138904988766,-0.003078639507293701 +473,-0.005366092335266792,0.007329017941753867,-1.9265561191195772,-0.0053659225814044476,-0.007328952196985483,-0.9999587535858154,-0.000492878258228302,-0.0016141249798238277,0.0005510863848030567,-0.0038046096451580524,0.0018052705563604832,-0.0002548694610595703 +474,-0.005624619937023862,0.007361638265100855,-1.9265629832687234,-0.00562443770468235,-0.00736157177016139,-0.9999570846557617,0.0005017947405576706,0.00048740021884441376,-0.0005262213526293635,0.0014130119234323502,-0.0035026860423386097,-0.0007143020629882812 +475,-0.005443006565990213,0.007418316725448567,-1.9266426891176311,-0.005442829802632332,-0.007418248802423477,-0.9999576807022095,-0.0005301386117935181,-0.001962798647582531,-1.5684403479099274e-05,0.0011703688651323318,0.003084752708673477,-0.0034145116806030273 +476,-0.005496962171259082,0.007235275382338396,-1.9266440423261497,-0.005496790632605553,-0.007235212251543999,-0.9999586939811707,-0.001016915775835514,0.0007121879607439041,-0.0017996469978243113,-0.00246829679235816,0.002413435373455286,-0.0025742053985595703 +477,-0.005515685394650532,0.007330915545504295,-1.9266274932793939,-0.005515509285032749,-0.007330849766731262,-0.9999579191207886,-0.001889689825475216,-0.0007360493764281273,-0.0006007186602801085,0.001960211433470249,-0.0038385833613574505,-0.0031396150588989258 +478,-0.005454774957448615,0.00748870317441099,-1.9266155215725664,-0.005454594735056162,-0.007488633040338755,-0.9999570846557617,-0.00015463493764400482,-0.0003280532546341419,2.118549309670925e-05,-0.0015949658118188381,0.0026210793294012547,-0.0022859573364257812 +479,-0.005576636056494582,0.007295928284726186,-1.926577940560198,-0.0055764587596058846,-0.007295863702893257,-0.9999578595161438,-0.0005616554990410805,-0.0006624255329370499,-1.1157011613249779e-05,0.0015633972361683846,-0.0005166362971067429,-0.002819240093231201 +480,-0.005471416770625293,0.007429134222236197,-1.9265723090491047,-0.005471238400787115,-0.007429066114127636,-0.9999574422836304,-0.002486185170710087,-0.0030341874808073044,0.0005215038545429707,0.0002527330070734024,-0.002611217088997364,-0.003811478614807129 +481,-0.005684046131401964,0.00737767287937019,-1.9265553486477387,-0.005683860741555691,-0.007377605885267258,-0.9999566078186035,0.0003468012437224388,0.0005037430673837662,0.0003366334130987525,-2.2925902158021927e-05,0.003211956936866045,-0.004086911678314209 +482,-0.00482538723884152,0.007293251419310137,-1.9394762286335454,-0.00482524000108242,-0.007293186616152525,-0.9999617338180542,0.0852801725268364,0.18668986856937408,-0.13932952284812927,0.0025821984745562077,-0.11233571916818619,-0.07097631692886353 +483,0.0009372352435731043,0.010206505161374847,-1.9550076339183944,0.0009371862979605794,-0.010206327773630619,-0.9999474883079529,-0.007425730116665363,-0.01635599136352539,-0.02735118567943573,0.07259491831064224,-0.16458310186862946,-0.09279543161392212 +484,-0.004824713451321623,0.008192362256380554,-1.9655455574831355,-0.004824532661587,-0.008192270994186401,-0.9999548196792603,-0.07393902540206909,-0.14750590920448303,-0.4194149971008301,-0.06727324426174164,0.0407087504863739,-0.055220961570739746 +485,-0.00949370777134611,0.00498860887388613,-1.9842572226587027,-0.009493446908891201,-0.004988588392734528,-0.9999424815177917,0.0008780742064118385,0.000977921299636364,0.0032263025641441345,0.015810586512088776,-0.004517637193202972,-0.00036269426345825195 +486,-0.00277013325540058,0.008334683901154447,-1.988963061616106,-0.0027700334321707487,-0.008334587328135967,-0.9999614357948303,0.04475560039281845,-0.05243925005197525,0.06337869167327881,0.20378932356834412,-0.04623084142804146,-0.04332774877548218 +487,-0.008057388657075408,0.008682197413110269,-1.988168699981319,-0.008056998252868652,-0.008682087995111942,-0.9999298453330994,0.04285651445388794,0.4027578830718994,-0.01817932166159153,-0.013763071037828922,0.03997786343097687,0.046133458614349365 +488,0.027481678253897694,0.01149027670346354,-1.995441683391318,0.02747640572488308,-0.01149002369493246,-0.9995564222335815,-0.08670821785926819,-0.05744032934308052,-0.16142261028289795,0.03909768909215927,-0.027282560244202614,-0.08442795276641846 +489,0.0773715255682999,0.013862715271645322,-2.037536769463372,0.07728692889213562,-0.01386227086186409,-0.9969125390052795,0.03200254961848259,0.4851263463497162,-0.5409528017044067,0.02175787091255188,-0.09391056001186371,0.09420257806777954 +490,0.10309719395527679,-0.018247447503840202,-2.06797686967298,0.1028975173830986,0.01824643462896347,-0.9945245981216431,-0.38493624329566956,0.19463597238063812,-0.0163449477404356,0.1533890962600708,0.06695864349603653,0.15504705905914307 +491,0.07859431975573204,-0.11042546232039312,-2.063321780622572,0.07803522795438766,0.11020117998123169,-0.9908411502838135,-1.4027395248413086,-0.2837281823158264,0.10751767456531525,0.08161747455596924,0.0015694424510002136,-0.001407325267791748 +492,0.029315438682905908,-0.2046989285925579,-2.0501261097339336,0.02869928628206253,0.20327238738536835,-0.9787015318870544,-0.3417682945728302,-1.1010303497314453,-0.21231041848659515,-0.07476557046175003,-0.005762621760368347,-0.19709497690200806 +493,-0.04740662369098011,-0.23123003993659347,-2.0784761376234098,-0.046127624809741974,0.22917500138282776,-0.9722916483879089,-0.16694390773773193,-0.42080751061439514,-0.5239649415016174,0.06227141618728638,0.21683940291404724,0.0048386454582214355 +494,-0.12373831012052144,-0.1371322414615145,-2.1450123975009205,-0.12226410955190659,0.13670285046100616,-0.983038067817688,1.1217172145843506,0.01829250156879425,-0.5393257737159729,0.4082290530204773,0.15361088514328003,0.08875095844268799 +495,-0.19337313282039725,-0.04237198597507944,-2.1924147782801744,-0.19199776649475098,0.042359307408332825,-0.9804807901382446,2.5269529819488525,-0.2133861631155014,-1.0637199878692627,0.17074227333068848,0.08257965743541718,0.07845747470855713 +496,-0.18365026747118232,0.16378731223179835,-2.224022772828465,-0.18017563223838806,-0.16305598616600037,-0.9700254797935486,-0.16226692497730255,-0.32715022563934326,0.5868796706199646,0.09210191667079926,-0.00483645498752594,0.28226613998413086 +497,-0.1843327553147164,0.1290068139510994,-2.1490673377049583,-0.1817675232887268,-0.1286492794752121,-0.9748896956443787,0.46691158413887024,0.9361899495124817,-0.18948571383953094,-0.063868448138237,-0.00022645294666290283,0.17703819274902344 +498,-0.13870502427452572,0.09896027168536414,-2.0893667381506837,-0.13758423924446106,-0.09879882633686066,-0.9855502843856812,-0.6752402186393738,0.034112490713596344,0.6822042465209961,-0.36217162013053894,-0.07710449397563934,-0.22181665897369385 +499,-0.17199662459299334,0.0945880533092346,-2.0241812612376733,-0.17038479447364807,-0.0944470688700676,-0.9808408617973328,0.38429224491119385,-0.5998029112815857,-0.0016154618933796883,-0.21178683638572693,0.011485040187835693,-0.030343830585479736 +500,-0.3787047854995639,0.11616632835182295,-1.9972160158829357,-0.3672255575656891,-0.11590523272752762,-0.922882080078125,-0.3086557388305664,-4.00059700012207,0.8255487084388733,-0.1296006143093109,-0.10725454241037369,-0.4185637831687927 +501,-0.755871732247684,0.0007372632916380284,-1.952081559477893,-0.6859230995178223,-0.0007372632389888167,-0.7276737093925476,-0.3235071897506714,-3.841729164123535,0.34827956557273865,0.12699365615844727,-0.008875787258148193,0.10668671131134033 +502,-1.0004211825058524,-0.014954101339903457,-1.952201778522737,-0.8416044116020203,0.014953544363379478,-0.5398874878883362,-0.2677832841873169,-1.5688321590423584,-0.026062481105327606,0.007436871528625488,0.15342718362808228,0.09152323007583618 +503,-1.087523992269717,-0.014060288293274338,-1.9695719526949582,-0.8853915333747864,0.014059824869036674,-0.4646332859992981,-0.2687495946884155,-0.37894463539123535,-0.22253721952438354,-0.018279671669006348,0.12291833758354187,0.13768324255943298 +504,-1.111019075087358,0.020259561379412698,-1.9924361088049412,-0.8959674835205078,-0.02025817520916462,-0.44365745782852173,-0.2949458360671997,0.20712262392044067,-0.17208723723888397,0.1450977325439453,-0.033117055892944336,0.09554344415664673 +505,-1.1195126880575255,0.02515335997732054,-2.0136754938170136,-0.8996034264564514,-0.025150706991553307,-0.4359830915927887,-0.2889958620071411,0.010321852751076221,-0.05578773096203804,0.08859878778457642,0.06406062841415405,0.014642119407653809 +506,-1.133808400006892,0.02014933306326887,-2.0316963467832574,-0.9058466553688049,-0.02014796994626522,-0.4231264591217041,-0.38237062096595764,0.17963631451129913,0.053610581904649734,-0.006339013576507568,0.07152432203292847,0.0883944034576416 +507,-1.116527706003139,0.05339018937965795,-2.048269332704417,-0.8973017334938049,-0.0533648282289505,-0.43817993998527527,0.24111123383045197,0.2459956556558609,-0.6871605515480042,-0.04041182994842529,-0.010310083627700806,0.09395694732666016 +508,-1.090812094463655,0.08941165003506944,-2.0413938235182,-0.8834590315818787,-0.08929256349802017,-0.4599206745624542,0.20905496180057526,0.11825603246688843,0.016078488901257515,-0.018487930297851562,-0.020296066999435425,0.017720937728881836 +509,-1.114896661406441,0.11114273824092012,-2.047700571863723,-0.8923255801200867,-0.11091405898332596,-0.43755385279655457,-0.01755768433213234,-0.38788434863090515,-0.10033418983221054,0.004614889621734619,-0.04663296043872833,0.0338977575302124 +510,-1.2022346147186598,0.07873834987008492,-2.0763155702576603,-0.9299563765525818,-0.07865701615810394,-0.359157919883728,-0.32247984409332275,-0.4963456690311432,0.29641738533973694,0.05129420757293701,0.08772071450948715,0.03440508246421814 +511,-1.2167945718700524,0.04935482704839799,-2.0950482862529003,-0.9368508458137512,-0.04933479055762291,-0.3462320864200592,-0.4472210705280304,0.14625653624534607,0.5496311783790588,-0.040825486183166504,0.11276558041572571,-0.06833398342132568 +512,-1.2298304675215697,-0.03169343389551712,-2.124034667780899,-0.9419589042663574,0.03168812766671181,-0.33422961831092834,-0.357115238904953,-0.07127363979816437,0.6072685718536377,0.07419145107269287,-0.1730150282382965,0.03001508116722107 +513,-1.2511571945828472,-0.08475508785669378,-2.1227492946447364,-0.9459410309791565,0.08465365320444107,-0.3130960464477539,0.4265824258327484,0.1346103549003601,-0.5358679294586182,-0.09599000215530396,-0.09377840906381607,0.020005255937576294 +514,-1.2133763932256172,-0.05376091054641052,-2.1171761134767637,-0.9354490637779236,0.05373501777648926,-0.3493528962135315,-0.5450990200042725,-0.486627459526062,0.73755943775177,0.029595911502838135,-0.025094278156757355,-0.004010111093521118 +515,-1.2245325820823896,-0.02135903360965426,-2.124848279686909,-0.9404327273368835,0.02135740965604782,-0.3393082618713379,0.06403034180402756,-0.1912822723388672,-0.47612446546554565,-0.006985485553741455,0.03276553750038147,0.05216839909553528 +516,-1.2441773690528901,-0.005769188620600225,-2.1328001850047476,-0.9471168518066406,0.005769156385213137,-0.32083725929260254,-0.12857618927955627,-0.040609072893857956,-0.17194470763206482,-0.006343841552734375,-0.0014356374740600586,0.054754436016082764 +517,-1.2197440594643127,0.007702057179505235,-2.161474035182604,-0.9389835596084595,-0.007701980881392956,-0.343875914812088,-0.05156632512807846,0.2241332232952118,-0.013000954873859882,-0.009487509727478027,-0.019153475761413574,0.0136452317237854 +518,-1.1963235979529239,0.007137118795133028,-2.163178915310237,-0.9306769371032715,-0.007137058302760124,-0.365772545337677,0.046904921531677246,0.09013407677412033,0.01664069853723049,0.011868953704833984,-0.015705347061157227,-0.012630164623260498 +519,-1.1987115706509128,0.007058562076427747,-2.166530212633702,-0.9315482974052429,-0.007058503571897745,-0.36354929208755493,-0.013034946285188198,0.07250231504440308,0.01575673185288906,0.02000349760055542,0.011559844017028809,0.008095800876617432 +520,-1.1794723168527932,0.0066708182359626386,-2.166278101295629,-0.924384355545044,-0.006670768838375807,-0.38140422105789185,-0.008433886803686619,-0.05529557913541794,0.010904351249337196,0.020545244216918945,0.015749752521514893,-0.06874531507492065 +521,-1.1966251501564542,0.006254106746636964,-2.1689480752868486,-0.9307926297187805,-0.006254065781831741,-0.3654940128326416,-0.058242157101631165,-0.11157180368900299,-0.025519758462905884,-0.016747593879699707,-0.012239575386047363,0.02032497525215149 +522,-1.1851225273669075,0.00567489593671427,-2.170825229147288,-0.9265303015708923,-0.005674865562468767,-0.37617748975753784,-0.011086045764386654,0.1823371797800064,-0.0032169418409466743,-0.012892305850982666,-0.0006880462169647217,-0.03721362352371216 +523,-1.1794559872878003,0.005023626278333653,-2.1708187842320683,-0.9243869781494141,-0.005023605190217495,-0.3814229369163513,-0.009463534690439701,0.0015549762174487114,-0.0023961144033819437,-8.20159912109375e-05,0.00285685108974576,-0.021424323320388794 +524,-1.1775215524203766,0.00463395427604117,-2.1709399269570437,-0.9236491918563843,-0.004633937496691942,-0.3832111358642578,0.005570827517658472,0.11551304161548615,0.03190825879573822,0.0021404027938842773,-0.009831398725509644,0.0296039879322052 +525,-1.1676212356337698,0.003693149112958243,-2.1681551187074852,-0.9198136329650879,-0.003693140810355544,-0.3923381567001343,0.06230464205145836,0.04494957625865936,0.011358560994267464,-0.004365444183349609,0.01120045781135559,-0.009044289588928223 +526,-1.1725253413534498,0.004325359581734226,-2.1485657902869773,-0.921724259853363,-0.00432534608989954,-0.38782158493995667,0.22503407299518585,-0.08765353262424469,0.10512548685073853,0.0061359405517578125,-0.04642540216445923,0.007633596658706665 +527,-1.1953404239517784,0.008801833782872758,-2.1515453816720282,-0.9303045272827148,-0.008801720105111599,-0.3666825294494629,0.14102312922477722,-0.6041246652603149,0.0427703782916069,-0.018731117248535156,-0.15704607963562012,-0.08195638656616211 +528,-1.2370107761358669,0.007627199357110096,-2.143520616998755,-0.9447814226150513,-0.007627125363796949,-0.3276124596595764,-0.19301748275756836,0.025527387857437134,-0.17390324175357819,0.0077544450759887695,0.057859063148498535,0.10535293817520142 +529,-1.2319914558957217,0.008183492925133441,-2.2011228278447006,-0.9431209564208984,-0.008183402009308338,-0.3323490023612976,-0.1966983526945114,0.04561183229088783,-0.045448388904333115,0.0031032562255859375,-0.028773367404937744,0.008603274822235107 +530,-1.2214652814198323,0.008168438670236111,-2.2047588431205902,-0.9395705461502075,-0.008168348111212254,-0.34225791692733765,-0.009685874916613102,0.07260505110025406,-0.010019253939390182,-0.0050858259201049805,0.006367802619934082,-0.008251667022705078 +531,-1.218514002922004,0.007960915577672785,-2.1992453886871997,-0.9385578632354736,-0.007960831746459007,-0.34502989053726196,-0.0015195421874523163,-0.00022782711312174797,0.012853001244366169,-0.003840148448944092,-0.003025471232831478,0.018919140100479126 +532,-1.207818849502405,0.006683164249116377,-2.1983832126649063,-0.9348228573799133,-0.00668311445042491,-0.35505133867263794,-0.009224695153534412,0.26932796835899353,0.003826441243290901,0.00029838085174560547,0.0037992005236446857,0.026285439729690552 +533,-1.1821155167201631,0.006128982500968193,-2.200676688356179,-0.9253925085067749,-0.006128943990916014,-0.37896087765693665,-0.035468798130750656,0.32555079460144043,-0.008900309912860394,0.0020830631256103516,0.0045420220121741295,-0.006079435348510742 +534,-1.1660421533671885,0.005751581905696654,-2.202703189313632,-0.9191839694976807,-0.005751550197601318,-0.3937862813472748,-0.010344188660383224,0.12777885794639587,-0.00028514862060546875,0.0056403279304504395,0.006453454960137606,-0.007870763540267944 +535,-1.1701932141113325,0.005210462379126665,-2.2022909938056667,-0.9208134412765503,-0.005210438743233681,-0.38996848464012146,0.03556166589260101,-0.14247241616249084,0.014458862133324146,0.001105189323425293,0.0005412399768829346,-0.00029027462005615234 +536,-1.170075932528515,0.005127849846980495,-2.2010521819857467,-0.920768141746521,-0.005127827171236277,-0.3900766670703888,0.0006469767540693283,0.055883992463350296,0.0033185663633048534,-0.011833786964416504,0.002518594264984131,0.009324073791503906 +537,-1.1686064045343116,0.004631751680838566,-2.2011581045722366,-0.9201961159706116,-0.004631734918802977,-0.3914302587509155,-0.0122888945043087,0.08200956881046295,-0.0013550788862630725,0.0022731423377990723,0.004799574613571167,0.015545248985290527 +538,-1.1581496330690577,0.004083924587129079,-2.2026202498001486,-0.9160549640655518,-0.0040839132852852345,-0.4010319113731384,-0.01032942533493042,0.09772063791751862,0.00017187639605253935,0.0008022785186767578,0.0014289021492004395,-0.00027424097061157227 +539,-1.141471159518494,0.003574737713141778,-2.2069624744122143,-0.9092410206794739,-0.0035747301299124956,-0.4162546396255493,-0.0970073938369751,0.331643283367157,-0.03832698613405228,-0.0006710290908813477,0.0020030736923217773,0.025736451148986816 +540,-1.1342079603008355,0.003040355983820166,-2.2082040549946504,-0.906195342540741,-0.0030403512064367533,-0.4228483736515045,-0.0009762849658727646,-0.0019651376642286777,0.001463556312955916,0.003775358200073242,0.0047340989112854,-0.008105635643005371 +541,-1.1391486260358277,0.00289088729137862,-2.2076851768000667,-0.9082738757133484,-0.002890883246436715,-0.4183661937713623,-0.0019316114485263824,-0.008842095732688904,0.0011219644220545888,-0.013067066669464111,0.02429896593093872,0.1049201488494873 +542,-1.1386418884326024,0.0027515453718033227,-2.207692450558138,-0.9080620408058167,-0.0027515417896211147,-0.41882655024528503,0.000568280927836895,0.0035210438072681427,0.001572075649164617,0.0031090974807739258,0.0005237760487943888,-0.003872394561767578 +543,-1.1385729784073089,0.002428928320056047,-2.207744269847677,-0.9080339670181274,-0.0024289258290082216,-0.41888949275016785,0.0003358200192451477,-0.00462653674185276,0.0003205999964848161,-0.0010999441146850586,0.005633264780044556,-0.005777895450592041 +544,-1.1476122754985243,0.0022311981345582137,-2.207588843470327,-0.9117836952209473,-0.002231196267530322,-0.4106646776199341,0.011834034696221352,-0.3280048370361328,-0.001880538766272366,0.006037235260009766,-0.0019039511680603027,-0.04943358898162842 +545,-1.2254852003937025,0.003624497608752035,-2.1979744253248996,-0.9409640431404114,-0.003624489763751626,-0.3384872376918793,0.12562310695648193,-0.8699060678482056,0.028930744156241417,0.010132133960723877,0.0004811882972717285,0.01643526554107666 +546,-1.2419939143912406,0.0036664593703631836,-2.1927999893922174,-0.946423351764679,-0.0036664512008428574,-0.3229076564311981,-0.00044014211744070053,0.11645220965147018,0.0024072700180113316,0.003506481647491455,0.0039716362953186035,0.013077974319458008 +547,-1.2408444650817811,0.00331033714580241,-2.1928601703835984,-0.9460528492927551,-0.003310331143438816,-0.3239957392215729,-0.0009515359997749329,0.008129539899528027,-0.0009553757845424116,-0.0020368099212646484,0.0008994336239993572,-0.003045886754989624 +548,-1.2211402848443007,0.0029732992365644148,-2.1931594325660817,-0.939486563205719,-0.0029732948169112206,-0.3425731956958771,-0.012810790911316872,0.45012471079826355,-0.00023270421661436558,-0.0011568069458007812,-0.0019858181476593018,0.04667478799819946 +549,-1.16776883284427,0.0020987104030347975,-2.1966579134921207,-0.9198758006095886,-0.0020987088792026043,-0.3922041952610016,-0.04903639107942581,0.28467997908592224,-0.0189585629850626,0.004470527172088623,0.009392410516738892,-0.062187254428863525 +550,-1.1690393880958305,0.001926050949347259,-2.201243242590668,-0.9203736782073975,-0.0019260497065261006,-0.391035258769989,-0.007518507540225983,-0.1338493674993515,-0.004285611677914858,-0.00020432472229003906,-0.0021175146102905273,-0.0227983295917511 +551,-1.197731679336077,0.0024417351139915814,-2.2009007099142743,-0.9312120079994202,-0.0024417326785624027,-0.3644699156284332,0.015002230182290077,-0.48108991980552673,-0.0012807503808289766,0.003202974796295166,0.0037387311458587646,-0.01878511905670166 +552,-1.2353109303784278,0.0029069612086320153,-2.199632308766979,-0.9442466497421265,-0.0029069571755826473,-0.32922616600990295,-0.00046249572187662125,0.012847045436501503,-0.0022780667059123516,-0.0014320611953735352,-0.0017927587032318115,0.10040539503097534 +553,-1.1981483185670052,0.002456803669479441,-2.2010214817183495,-0.9313637018203735,-0.0024568012449890375,-0.36408185958862305,-0.02823205664753914,0.6826542019844055,0.0018404944567009807,0.0010659098625183105,0.0039674341678619385,0.027671366930007935 +554,-1.1720856674220355,0.0019922330145136498,-2.202235365913483,-0.921560525894165,-0.0019922317005693913,-0.38822969794273376,0.0006240569055080414,-0.21629539132118225,-0.0004710744833573699,0.0034696459770202637,0.001290351152420044,-0.023894906044006348 +555,-1.212875636683567,0.0025324168656624775,-2.2006664876991167,-0.9366243481636047,-0.00253241416066885,-0.3503263592720032,0.007451820652931929,-0.20082205533981323,-0.0021458258852362633,-0.0020200610160827637,0.0022425055503845215,0.055648624897003174 +556,-1.215829194892946,0.0026535626576470353,-2.200629798065421,-0.9376546144485474,-0.002653559437021613,-0.34755831956863403,0.0005443384870886803,0.02844996564090252,-0.000425660633482039,0.0034963488578796387,0.0013565423432737589,-0.0004489123821258545 +557,-1.1948906673059714,0.002022717401450305,-2.2012951393191207,-0.9301735758781433,-0.0020227159839123487,-0.3671143352985382,-0.008244269527494907,0.17916512489318848,0.0035287272185087204,0.002362966537475586,-0.0006170568522065878,-0.04360648989677429 +558,-1.1935097386759355,0.0019651616085996997,-2.201855421784904,-0.9296659231185913,-0.001965160248801112,-0.3683985769748688,-0.015772823244333267,-0.04919422045350075,-0.006553054787218571,0.002953827381134033,0.0006376502569764853,-0.017038494348526 +559,-1.2113011732288448,0.0020826976498043827,-2.202015337166826,-0.9360724687576294,-0.002082696184515953,-0.35180091857910156,-0.00621538981795311,-0.14797893166542053,-0.0056516206823289394,-5.418062210083008e-05,0.0033949613571166992,0.024271011352539062 +560,-1.2119648212672813,0.00207766785015874,-2.2020685474962067,-0.936305820941925,-0.0020776663441210985,-0.35117965936660767,-0.0003547901287674904,0.009198847226798534,0.0003031297819688916,0.002864658832550049,-0.0002264082431793213,-0.000749051570892334 +561,-1.2119372068475263,0.0021035721391355357,-2.202047369190696,-0.9362961053848267,-0.0021035706158727407,-0.3512054979801178,0.00029007531702518463,-0.0014808448031544685,0.00021929328795522451,0.0005203485488891602,0.00033354759216308594,-0.00432431697845459 +562,-1.211888729759041,0.002024899243402515,-2.202017027596675,-0.9362792372703552,-0.002024897839874029,-0.35125094652175903,0.003470574039965868,0.003450438380241394,0.0009338082745671272,-0.0016939043998718262,0.0010635850485414267,0.004296630620956421 +563,-1.2018897536618947,0.0020086330580997482,-2.2024020153900405,-0.9327203035354614,-0.002008631592616439,-0.36059504747390747,-0.013346153311431408,0.43497541546821594,0.0032109622843563557,0.0008202791213989258,-0.006444722414016724,0.06567317247390747 +564,-1.1834000766562789,0.001778140335289607,-2.203518256189117,-0.9258943200111389,-0.0017781393835321069,-0.3777782618999481,0.0013265335001051426,0.0007640188559889793,-0.0010812353575602174,0.0006014108657836914,0.002846240997314453,0.0026867687702178955 +565,-1.1806609718909349,0.0016102193185841532,-2.2035727817196555,-0.924856424331665,-0.001610218663699925,-0.38031312823295593,-0.0008697584271430969,-0.030521947890520096,0.0008625697810202837,0.004064798355102539,-0.0018382668495178223,-0.01025080680847168 +566,-1.2040471013873753,0.0022449188919128485,-2.2023663103184057,-0.9334955811500549,-0.0022449169773608446,-0.3585818409919739,0.007931805215775967,-0.33300352096557617,0.0029077117796987295,0.0034113526344299316,0.0009479224681854248,0.0025484561920166016 +567,-1.2082184085630339,0.0021074177236238166,-2.2021908822830274,-0.934983491897583,-0.0021074162796139717,-0.3546849489212036,0.00043914373964071274,-0.002152684610337019,0.0022314637899398804,-0.0006701946258544922,0.00044420361518859863,0.0027257204055786133 +568,-1.209751937009981,0.002113889761735468,-2.2021799544095115,-0.9355263113975525,-0.0021138882730156183,-0.3532506823539734,-0.0018917834386229515,0.0006954167038202286,0.0010322558227926493,0.0030006766319274902,-0.0013345775660127401,-0.0020349323749542236 +569,-1.2095894579884363,0.0021010395554414618,-2.20215416665739,-0.9354689717292786,-0.0021010381169617176,-0.353402704000473,0.0018336647190153599,0.001909654587507248,0.001896563684567809,-0.0021836161613464355,-4.648929461836815e-06,0.0012756288051605225 +570,-1.2097113341061905,0.00207450266808323,-2.202065937173234,-0.9355120658874512,-0.002074501244351268,-0.3532887101173401,0.0005646198987960815,0.002370755188167095,0.0034293211065232754,0.002879619598388672,0.0013115406036376953,0.0002155900001525879 +571,-1.2095395355620586,0.0020824724996358936,-2.2021162298542225,-0.9354512691497803,-0.0020824710372835398,-0.35344940423965454,-0.0010839803144335747,0.0007731076329946518,-0.0022315841633826494,0.002620518207550049,-0.0003131625708192587,-0.0026449263095855713 +572,-1.209560432201067,0.0020696494196645954,-2.2021131311775037,-0.9354586601257324,-0.002069647889584303,-0.3534298539161682,-0.0012877117842435837,-0.0013441052287817001,0.00021026050671935081,7.969141006469727e-05,-0.00018864846788346767,0.0034390389919281006 +573,-1.209676708127672,0.002014260013673445,-2.2021090294204657,-0.935499906539917,-0.0020142586436122656,-0.3533211350440979,0.0009063612669706345,-0.0024927817285060883,-0.0009769181488081813,0.0013568997383117676,0.00035104178823530674,-0.0020408332347869873 +574,-1.2095260990177599,0.0019129463528288163,-2.202069588257227,-0.9354469180107117,-0.001912945182994008,-0.3534621298313141,0.001516867894679308,-0.0003874911926686764,0.001453580567613244,-0.0002067089080810547,-0.00022327899932861328,0.0013350248336791992 +575,-1.2097023852859268,0.001973850185828849,-2.2021143061785473,-0.9355090260505676,-0.0019738487899303436,-0.3532971143722534,0.0015252642333507538,0.00022845063358545303,-0.0024147434160113335,-0.00029718875885009766,-0.0003149805124849081,-5.0634145736694336e-05 +576,-1.2095726137343068,0.0019869224681980805,-2.2021087396216332,-0.9354631900787354,-0.00198692106641829,-0.3534185290336609,-0.0021196575835347176,0.0003252653405070305,-0.0024382416158914566,0.002876579761505127,0.00017112516798079014,-0.0019738972187042236 +577,-1.2096117969834996,0.0020217782641507704,-2.202121112919997,-0.9354769587516785,-0.0020217769779264927,-0.35338184237480164,-0.00035170651972293854,0.002088054083287716,0.0010174722410738468,0.003058135509490967,-0.0004959404468536377,0.0035588741302490234 +578,-1.2096055627280138,0.0020291555350781623,-2.2021011659909733,-0.9354748129844666,-0.0020291542168706656,-0.353387713432312,-0.0008965414017438889,0.0002551935613155365,9.759643580764532e-05,-0.00036197900772094727,-0.00016811490058898926,-0.0025082826614379883 +579,-1.209557183739088,0.0019823268182912472,-2.202078722986845,-0.9354578256607056,-0.00198232545517385,-0.3534330129623413,-0.0002581831067800522,-0.0008685486391186714,-0.0006590198026970029,-1.2874603271484375e-05,0.0007311103399842978,0.0001767575740814209 +580,-1.2095857262494636,0.0020214903115463295,-2.2020742631931793,-0.9354677200317383,-0.002021488966420293,-0.35340625047683716,-0.0017477022483944893,0.0009189313277602196,0.0006649065762758255,0.0011873841285705566,-0.00031313300132751465,0.002194702625274658 +581,-1.2094858595340516,0.0021129173349234425,-2.2020699988442516,-0.9354322552680969,-0.002112915739417076,-0.3534995913505554,6.547756493091583e-05,-1.6032718122005463e-05,0.0002956015523523092,-0.0008927583694458008,-0.001091420417651534,-0.00019910931587219238 +582,-1.209467982957677,0.0021011139974451342,-2.202087258698837,-0.9354260563850403,-0.002101112389937043,-0.3535163402557373,-0.003370216116309166,-0.00047962507233023643,0.0005384316900745034,0.0013287663459777832,-0.0006301999092102051,0.0016639232635498047 +583,-1.2094749676754506,0.0020930872451580124,-2.2020731512205685,-0.9354284405708313,-0.0020930857863277197,-0.353509783744812,-0.0010928716510534286,-0.00022208690643310547,0.00011904281564056873,0.0014837980270385742,0.0022151770535856485,-0.0007840096950531006 +584,-1.2094561546219558,0.001985552887658681,-2.202018144399446,-0.9354220628738403,-0.001985551556572318,-0.3535274863243103,-0.0006363494321703911,0.0029892008751630783,0.002183280885219574,0.003216862678527832,0.0020618438720703125,0.0020260214805603027 +585,-1.20940966374267,0.0019429862990858078,-2.202002576411873,-0.9354057908058167,-0.0019429851090535522,-0.3535710275173187,0.0024869851768016815,0.0015023248270154,0.0014907458098605275,0.0003013014793395996,-0.00373327755369246,-0.0002650320529937744 +586,-1.2093948123004077,0.0021008532958836164,-2.201958943422097,-0.9354000687599182,-0.0021008518524467945,-0.35358476638793945,-0.00206117145717144,0.0008789347484707832,-0.004375571385025978,-0.0033358335494995117,0.0018872320652008057,-0.0013651847839355469 +587,-1.2093974715388347,0.0020037878908579195,-2.2019487627018077,-0.935401201248169,-0.0020037866197526455,-0.35358235239982605,0.00023282691836357117,-0.00033929571509361267,0.0009171924320980906,0.002128005027770996,0.0017901661340147257,0.0017299354076385498 +588,-1.2093241081032073,0.002027579985047117,-2.201922348186314,-0.9353751540184021,-0.00202757865190506,-0.35365092754364014,0.0015631788410246372,0.0016458388417959213,0.002771602012217045,0.0026054978370666504,-0.0019702014978975058,-0.0009327828884124756 +589,-1.2091631360228323,0.0021204792624423302,-2.2019266550196637,-0.9353181719779968,-0.0021204776130616665,-0.3538014888763428,0.0003435984253883362,0.0015010945498943329,-0.00036565400660037994,-0.0017240047454833984,-0.0006261169910430908,-0.00033974647521972656 +590,-1.2092867211528924,0.002032918080522702,-2.201928950722106,-0.9353620409965515,-0.002032916760072112,-0.3536859452724457,-0.002320346422493458,0.0002599656581878662,-0.0002570840297266841,0.0006391406059265137,0.001697242259979248,0.002474367618560791 +591,-1.2093020010082727,0.001978714819445595,-2.2019495210284696,-0.9353675842285156,-0.0019787135533988476,-0.35367169976234436,0.001758247148245573,-0.000662453006953001,-0.0010625328868627548,0.000644683837890625,-0.00014224648475646973,-0.0030483007431030273 +592,-1.2092856066757627,0.002023533715880518,-2.2019307406277098,-0.9353617429733276,-0.002023532288148999,-0.35368701815605164,-0.0016044927760958672,2.5173649191856384e-06,-0.0011226651258766651,-0.001192331314086914,-0.0004484059754759073,0.00029346346855163574 +593,-1.2094294698751136,0.0020114050874407065,-2.2019261162290253,-0.9354125261306763,-0.002011403674259782,-0.3535524308681488,0.0016932743601500988,-0.0005851197056472301,0.00021330465096980333,0.0014220476150512695,0.0024081170558929443,0.0025697946548461914 +594,-1.2093880908248902,0.0019475317541300108,-2.2019045465367593,-0.9353981018066406,-0.0019475305452942848,-0.3535912036895752,-0.0022748131304979324,0.0028361743316054344,0.0019108467968180776,0.001239776611328125,-0.0038050413131713867,-0.004532575607299805 +595,-1.2092580936833148,0.0020643647761838207,-2.2018884231190023,-0.9353517889976501,-0.002064363332465291,-0.35371264815330505,4.963576793670654e-05,-0.00029392214491963387,0.0002143142046406865,-0.002148151397705078,0.0020033421460539103,0.010679870843887329 +596,-1.209522968501011,0.0018985134404164187,-2.2019069221804943,-0.9354457855224609,-0.0018985122442245483,-0.3534650504589081,0.0017586569301784039,-0.000619031023234129,0.000758915557526052,0.0011807084083557129,-0.0030911266803741455,-0.013402044773101807 +597,-1.2092367836081221,0.0017848721581199469,-2.2018819231028246,-0.9353447556495667,-0.0017848712159320712,-0.35373279452323914,-0.0011662021279335022,8.454825729131699e-05,0.0017679001903161407,-0.0005530118942260742,0.00170859694480896,0.012775182723999023 +598,-1.2098252657904731,0.0018117328026882775,-2.2018519934385647,-0.9355527758598328,-0.0018117318395525217,-0.353182315826416,0.0005763527005910873,-0.0015387507155537605,-3.398361150175333e-05,0.0012418627738952637,-0.0049021244049072266,-0.007977932691574097 +599,-1.208960773092369,0.0019846715546049006,-2.201798401075645,-0.9352467656135559,-0.001984670292586088,-0.3539908230304718,0.016806593164801598,-0.034845247864723206,-0.03736516088247299,-0.06397497653961182,-0.09486287832260132,0.030870705842971802 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/standing/9.csv b/BoostRunClub/CoreML/DataSet/Motion/standing/9.csv new file mode 100644 index 0000000..85ae0da --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/standing/9.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-1.2084091768249028,0.0013052258728823431,-2.2018557160178767,-0.9350523948669434,-0.0013052255380898714,-0.3545070290565491,0.012191200628876686,-0.01185724139213562,-0.020700158551335335,-0.30316781997680664,-0.03710111975669861,-0.13011211156845093 +1,-0.016846313917920852,0.002170237679972112,-2.4761541097144173,-0.016845477744936943,-0.0021702360827475786,-0.9998557567596436,-0.005329115316271782,-0.004149050917476416,-0.000977273448370397,-0.004272686317563057,0.008960396982729435,0.015877485275268555 +2,-0.01701031605882278,0.002095963950482033,-2.4761609175402914,-0.01700945757329464,-0.0020959624089300632,-0.9998531341552734,0.004186881706118584,0.002606786787509918,-0.0010483406949788332,-0.0015910044312477112,-0.006098007317632437,-0.010812759399414062 +3,-0.01682166223490622,0.0024168349846396,-2.476159202797977,-0.016820820048451424,-0.0024168326053768396,-0.9998555779457092,-0.0006338125094771385,-8.471962064504623e-05,9.786139708012342e-05,0.003240499645471573,-0.0011232064571231604,-0.0009530782699584961 +4,-0.01693934224413735,0.0022213552814614357,-2.476161331716514,-0.01693849079310894,-0.0022213533520698547,-0.9998540878295898,-0.00019968673586845398,-1.6600824892520905e-05,0.0012514034751802683,-0.00527830608189106,0.005120523273944855,0.0026769638061523438 +5,-0.017044106485561736,0.002243330845963995,-2.4761359737573887,-0.017043238505721092,-0.0022433290723711252,-0.9998522400856018,0.000977078452706337,-0.0014589442871510983,-0.0003314296482130885,0.003951197490096092,-0.005401324480772018,-0.009730279445648193 +6,-0.016872485504132017,0.0025239552892218076,-2.4761870193932887,-0.016871631145477295,-0.002523952629417181,-0.9998545050621033,0.002759127877652645,0.0021714186295866966,-0.0022738345433026552,-0.0003708004951477051,0.001318508293479681,-0.0008168816566467285 +7,-0.01702456042605407,0.0022079046495907134,-2.476232771178665,-0.01702369563281536,-0.0022079029586166143,-0.9998526573181152,-0.0026478497311472893,0.00139564648270607,0.0022130711004137993,-0.002110825851559639,0.006693986710160971,0.0013327598571777344 +8,-0.016919419958773857,0.0022298356355761207,-2.4761802942508058,-0.016918569803237915,-0.0022298337426036596,-0.9998543858528137,0.000554421916604042,-0.0004683248698711395,-0.000953217560891062,0.0022701341658830643,-0.007154321763664484,-0.007698714733123779 +9,-0.01685295894396947,0.00244672776794222,-2.4761970869028045,-0.016852110624313354,-0.0024467252660542727,-0.9998549818992615,-0.0024256492033600807,-0.0015585580840706825,6.531435064971447e-05,-0.0033505242317914963,-0.00017778645269572735,0.00022125244140625 +10,-0.017006735729436014,0.0020379164733952617,-2.4762247349798865,-0.017005881294608116,-0.0020379151683300734,-0.9998533129692078,0.0016607698053121567,0.0002800021320581436,0.0016822090838104486,-0.002296488732099533,0.006188306026160717,-0.0016725659370422363 +11,-0.016996225516677548,0.0020483525417743518,-2.4762768658411387,-0.016995372250676155,-0.002048351103439927,-0.9998534917831421,-0.0007065339013934135,0.0022760406136512756,-0.0021148319356143475,0.003384532406926155,-0.0078088268637657166,-0.0018097162246704102 +12,-0.016810638139797024,0.0023544948209200263,-2.4762912086165443,-0.016809800639748573,-0.0023544926661998034,-0.9998559355735779,-0.0013855742290616035,-0.000802080612629652,-0.0006985688814893365,-0.003194473683834076,0.0016373293474316597,-0.004263937473297119 +13,-0.017059637158147272,0.0020235920940296463,-2.4762552922445655,-0.017058774828910828,-0.0020235907286405563,-0.9998524188995361,-0.001751909963786602,0.0007139323279261589,-0.0003523018676787615,-0.0012670289725065231,0.004922760650515556,-0.002833068370819092 +14,-0.016943472675036084,0.0022389077918187126,-2.476248920908383,-0.016942620277404785,-0.0022389059886336327,-0.9998539686203003,0.003292613197118044,-9.828619658946991e-05,-0.0014586977194994688,0.001439688727259636,-0.006077134050428867,-0.001626133918762207 +15,-0.017052349586826318,0.002347993240605025,-2.476273879155373,-0.01705147698521614,-0.0023479911033064127,-0.9998518824577332,-0.00018100440502166748,-0.0008544703014194965,-0.001081164926290512,-0.0027849487960338593,0.003812834620475769,-0.0036271214485168457 +16,-0.017115387543597864,0.0021207424491335738,-2.47623201863793,-0.017114512622356415,-0.002120740944519639,-0.9998512864112854,0.0003465060144662857,-0.0013888459652662277,0.0015097663272172213,0.002557627856731415,0.0021970351226627827,-0.0040702223777771 +17,-0.0169961813818713,0.002299360942409857,-2.4762411675216653,-0.016995318233966827,-0.0022993588354438543,-0.9998528957366943,0.00011166371405124664,-0.00021083001047372818,-0.002440336626023054,-0.0014678146690130234,-0.006016680970788002,-0.0019933581352233887 +18,-0.01708412392255547,0.002462058606388581,-2.4762611914727866,-0.017083240672945976,-0.0024620562326163054,-0.9998510479927063,0.0035224352031946182,0.001133582554757595,-1.6580568626523018e-05,0.00023753754794597626,0.005315449554473162,-0.002941310405731201 +19,-0.016927506052043666,0.0023616116648074574,-2.4762628365825288,-0.01692664995789528,-0.0023616093676537275,-0.9998539686203003,-0.0007626740261912346,0.002054021693766117,-0.0004692665534093976,-0.0006819926202297211,0.0012934939004480839,0.001837611198425293 +20,-0.016971847358322464,0.0025438538991276296,-2.4762696326946725,-0.016970977187156677,-0.0025438512675464153,-0.99985271692276,0.003124422859400511,0.0019292142242193222,-0.0021749946754425764,0.0007814038544893265,-0.005314425565302372,-0.012812018394470215 +21,-0.016929193970182613,0.002968714121247071,-2.4762762940828655,-0.016928311437368393,-0.002968709683045745,-0.9998522996902466,0.0013301121070981026,0.00036080554127693176,-0.0003490258241072297,-0.001519564539194107,-0.0011053862981498241,-0.000925898551940918 +22,-0.01688342093862067,0.00297914526706258,-2.4763092710918184,-0.01688254438340664,-0.0029791409615427256,-0.9998530149459839,0.008704841136932373,0.004450139589607716,-0.0014132136711850762,-0.0016568824648857117,0.0023687893990427256,-0.016748487949371338 +23,-0.016767011637679383,0.0033887789810608977,-2.4763181797231772,-0.016766129061579704,-0.0033887724857777357,-0.9998536705970764,0.010866998694837093,0.005556910298764706,-0.00015368731692433357,0.009914936497807503,-0.00848256517201662,-0.014108061790466309 +24,-0.016583401466117573,0.0036043559570978073,-2.476274616829966,-0.016582533717155457,-0.003604348050430417,-0.9998559951782227,-0.000749640166759491,-7.996894419193268e-05,0.00012190896086394787,-0.013187361881136894,-0.00014931359328329563,0.02883249521255493 +25,-0.017124747077926956,0.003332522507631686,-2.476252127407443,-0.017123814672231674,-0.003332516411319375,-0.9998478293418884,7.07944855093956e-05,-0.0010645147413015366,9.331014007329941e-05,0.009402867406606674,0.0038970918394625187,0.00033611059188842773 +26,-0.016448296269472504,0.003515361451827713,-2.476276284862969,-0.01644745282828808,-0.003515354124829173,-0.999858558177948,0.0017246538773179054,-0.0007469183765351772,0.0005615579430013895,-0.004136653617024422,-0.007135279942303896,-0.005131065845489502 +27,-0.017022744439723715,0.003716554861183966,-2.4762077711041885,-0.01702180504798889,-0.003716546343639493,-0.9998481869697571,-0.0005012163892388344,0.0033522192388772964,0.0012704951222985983,-0.0008309762924909592,0.0018244569655507803,-0.0039511919021606445 +28,-0.01683461107414716,0.0034529316610252014,-2.4762394892778388,-0.01683371514081955,-0.0034529247786849737,-0.9998523592948914,0.0001866137608885765,0.00012117158621549606,-0.001262367470189929,-0.00034768134355545044,0.00232377415522933,-0.0013530850410461426 +29,-0.016965483892383615,0.003564594275449807,-2.47621405647765,-0.016964562237262726,-0.003564586630091071,-0.9998497366905212,0.0003916667774319649,-0.002091719303280115,-0.0013219848042353988,-0.00026261061429977417,-0.0029661753214895725,-0.0012336373329162598 +30,-0.01685946918182685,0.003555710305333318,-2.4762337603439972,-0.01685856468975544,-0.003555702744051814,-0.9998515844345093,0.0002827998250722885,-0.0007138517685234547,-0.0016659938264638186,-0.00013972818851470947,0.0012668846175074577,-0.00016367435455322266 +31,-0.016898099639402944,0.0033924429160252286,-2.476259321913019,-0.01689719781279564,-0.003392436308786273,-0.9998514652252197,-0.0017397692427039146,0.0015460969880223274,-0.0011410616571083665,-0.0008487720042467117,0.000401713652536273,-0.002498328685760498 +32,-0.016892031623737543,0.0035187974109634657,-2.476249627954431,-0.016891123726963997,-0.003518790239468217,-0.9998511672019958,-0.002424275502562523,-0.0003290134482085705,-0.0011273373384028673,0.001968028023838997,-0.0009672944433987141,-0.00457388162612915 +33,-0.016855577853484148,0.0034621832362174655,-2.476254756811212,-0.016854679211974144,-0.0034621763043105602,-0.9998519420623779,-0.0014557577669620514,0.002109506167471409,-0.002369377762079239,-0.003195367753505707,0.0003341252449899912,-0.002253711223602295 +34,-0.017019228618827556,0.0033641183037378102,-2.4761922588318304,-0.017018310725688934,-0.0033641119953244925,-0.9998494982719421,-0.0016242144629359245,-0.0011926484294235706,-0.0021124992053955793,0.0047655049711465836,-0.0025410389062017202,-0.003278493881225586 +35,-0.0167475479009151,0.0035275104542337,-2.4762393394356437,-0.016746660694479942,-0.003527503227815032,-0.9998535513877869,3.9404258131980896e-05,0.0007278481498360634,-0.0032653938978910446,-0.0028456244617700577,0.0013760137371718884,-0.0030456185340881348 +36,-0.016977335429764453,0.0034183381448486907,-2.476286372682014,-0.01697641983628273,-0.0034183315001428127,-0.9998500347137451,-0.0013419920578598976,-0.0010327189229428768,-0.00036810804158449173,0.0007868465036153793,-0.0006557649467140436,-0.0016910433769226074 +37,-0.016898784025762593,0.0034621349233319894,-2.4762799743127046,-0.01689787767827511,-0.003462128108367324,-0.9998512268066406,0.002000404056161642,0.0005211047828197479,0.0006668185815215111,-6.989575922489166e-05,0.0006850282661616802,-0.004100799560546875 +38,-0.0170268120885421,0.0035250393148999887,-2.4762905862570297,-0.017025884240865707,-0.00352503196336329,-0.9998488426208496,0.00028069503605365753,-0.001001447904855013,0.0001120987581089139,0.00014966167509555817,0.0006106034852564335,-0.0019669532775878906 +39,-0.016807656937820516,0.0035426340497061353,-2.47631050684547,-0.01680676080286503,-0.003542626742273569,-0.9998524785041809,-0.0005824267864227295,0.003025582991540432,-0.0010598251828923821,-0.0011375751346349716,0.001085961703211069,-0.002939879894256592 +40,-0.016895775509041543,0.0034184043212145032,-2.4763251009694973,-0.0168948732316494,-0.0034183976240456104,-0.999851405620575,-0.002712508663535118,0.000534585677087307,-0.00041670340579003096,-0.000530662015080452,-0.0004268169868737459,-0.0038564205169677734 +41,-0.016958141938961235,0.003453440636907845,-2.4763274888422466,-0.016957227140665054,-0.003453433746472001,-0.9998502731323242,-0.001496882177889347,0.001078493893146515,0.00012461887672543526,-0.00019364990293979645,-0.0003460049629211426,-0.0020875930786132812 +42,-0.016968709937657298,0.003543734379010953,-2.476346244068208,-0.016967788338661194,-0.0035437268670648336,-0.9998497366905212,-0.0017451010644435883,0.0017391648143529892,-0.0005356818437576294,-0.003646833822131157,-0.000835545128211379,-0.009335994720458984 +43,-0.01706209658621577,0.0035547124310364242,-2.4763334159177552,-0.017061160877346992,-0.0035547048319131136,-0.9998481273651123,-0.0018417797982692719,-0.001277063973248005,0.001886781770735979,0.0062579382210969925,-0.0017553535290062428,-0.008071184158325195 +44,-0.016973422603141892,0.0031575822554016746,-2.47632827368,-0.01697252318263054,-0.003157577011734247,-0.9998509883880615,-0.0024795355275273323,0.00032572168856859207,0.0013428835663944483,-0.008692760020494461,0.0002584070898592472,0.011920690536499023 +45,-0.017006246245479605,0.0026850188371400664,-2.4763046724513122,-0.01700536534190178,-0.002685015555471182,-0.9998518228530884,-0.00048261508345603943,0.00027540791779756546,0.0008976415265351534,0.0008157901465892792,0.00802559219300747,-0.002391219139099121 +46,-0.017032638381240826,0.0027271908185164126,-2.476336012662994,-0.017031751573085785,-0.0027271874714642763,-0.9998512268066406,-0.002140727825462818,0.0009666327387094498,-0.002636424032971263,-0.001355089247226715,-0.008747421205043793,-0.009426116943359375 +47,-0.017015787499439407,0.002905138570526579,-2.476325891760686,-0.017014894634485245,-0.002905134577304125,-0.9998509883880615,-0.00030145421624183655,0.0017887428402900696,0.000715858768671751,-0.002836788073182106,0.0027678057085722685,-0.00014895200729370117 +48,-0.017066622756639276,0.0025239247391223344,-2.476331108161116,-0.017065739259123802,-0.0025239221286028624,-0.9998511672019958,-0.0032910965383052826,-0.0006179823540151119,0.0005590764340013266,0.012289740145206451,0.0008759729098528624,-0.000453948974609375 +49,-0.016710003195946305,0.0028185734509565507,-2.476318855579471,-0.016709160059690475,-0.0028185697738081217,-0.9998564124107361,0.0037116832099854946,0.004073426127433777,-0.001944224233739078,-0.018767522647976875,-0.011631503701210022,-0.02933359146118164 +50,-0.017562857900993618,0.002856872353822652,-2.4762578617821736,-0.017561882734298706,-0.002856868552044034,-0.9998416900634766,-0.0010013226419687271,0.00030572526156902313,-0.0006906690541654825,0.024458857253193855,0.01544536929577589,0.006128370761871338 +51,-0.01630875185257847,0.0023013223259310887,-2.476297235046351,-0.01630798541009426,-0.0023013202007859945,-0.9998643398284912,0.001712503843009472,-0.00017842743545770645,-0.0005789382848888636,-0.02203734964132309,-0.013369455933570862,0.006364643573760986 +52,-0.017718620187099503,0.003050861379465502,-2.47627440952081,-0.01771761104464531,-0.0030508567579090595,-0.9998383522033691,0.00037807971239089966,0.001871858723461628,0.001895472058095038,0.01671053282916546,0.006804519332945347,-0.011056363582611084 +53,-0.016310107804868895,0.0023038568682536152,-2.476261744119686,-0.0163093414157629,-0.0023038547951728106,-0.9998643398284912,-0.00214261282235384,-0.0005198102444410324,2.4045351892709732e-05,-0.0002311859279870987,-0.0005342797376215458,-0.005354166030883789 +54,-0.017416341283992436,0.0027693708774586866,-2.4762305748254914,-0.017415393143892288,-0.002769367303699255,-0.999844491481781,0.0001615649089217186,-0.001435400452464819,0.00010381382890045643,-0.015925059095025063,-0.007209881208837032,0.007763862609863281 +55,-0.017167432268340155,0.002749402915557642,-2.476251952183241,-0.01716652326285839,-0.0027493995148688555,-0.9998488426208496,0.00033042021095752716,0.0035108961164951324,0.0012618069304153323,0.01818886399269104,0.010729745961725712,-0.010954320430755615 +56,-0.016567363487122882,0.002405369924835559,-2.476285075463685,-0.016566557809710503,-0.002405367558822036,-0.9998598694801331,-0.0004743579775094986,0.001858496107161045,-0.0003559866454452276,-0.009556489065289497,-0.0063684359192848206,-0.007113397121429443 +57,-0.017432184131842013,0.002885764688815933,-2.476268044970958,-0.01743122935295105,-0.0028857607394456863,-0.9998438954353333,-0.0018954193219542503,0.00034678447991609573,0.000765678589232266,-0.001535443589091301,-0.0028057668823748827,0.0030330419540405273 +58,-0.016887627266312773,0.0025974975215989804,-2.4762597164818705,-0.016886766999959946,-0.0025974945165216923,-0.9998540282249451,0.0006779329851269722,0.0028555337339639664,-0.0015191140118986368,0.005869923159480095,0.00610701646655798,-0.0029230117797851562 +59,-0.016943141381510752,0.0025841613357036356,-2.4762632138901495,-0.016942273825407028,-0.002584158442914486,-0.9998531341552734,-0.0008898330852389336,0.0001742010936141014,8.196220733225346e-06,-0.005030382424592972,-0.006418527103960514,-0.0054874420166015625 +60,-0.017002335288410057,0.0028749595925004895,-2.476244015267362,-0.017001446336507797,-0.0028749555349349976,-0.9998513460159302,-0.003316391259431839,-4.0267594158649445e-05,-0.0003067270154133439,-4.262104630470276e-05,0.0018373578786849976,-0.0022696256637573242 +61,-0.016966338437009263,0.0025894548756348126,-2.476240453792255,-0.016965467482805252,-0.0025894520804286003,-0.99985271692276,0.0006554005667567253,-0.0015681600198149681,0.004733667708933353,0.0013252105563879013,0.0041153309866786,0.0010429620742797852 +62,-0.01688581236049108,0.0027156378929940697,-2.4762195921550547,-0.016884947195649147,-0.002715634647756815,-0.9998537302017212,0.0015847515314817429,0.0012589925900101662,-0.0008135838434100151,0.00039019808173179626,-0.004455995745956898,-0.003548920154571533 +63,-0.01708391531624046,0.002771450161580408,-2.4761965931057235,-0.017083019018173218,-0.0027714467141777277,-0.9998502135276794,0.002338594291359186,0.0016993805766105652,0.00013991864398121834,-0.001547960564494133,0.005319664254784584,-0.006436347961425781 +64,-0.01701082947101171,0.002533423849957256,-2.4762327450736787,-0.017009954899549484,-0.002533421153202653,-0.9998521208763123,-0.0036939987912774086,-0.0008816211484372616,0.0015828774776309729,0.0019953064620494843,-0.0010676532983779907,-0.0005293488502502441 +65,-0.01700606075631207,0.0026596258678805657,-2.476269541955893,-0.017005180940032005,-0.002659622812643647,-0.9998518824577332,-0.0021837791427969933,-0.0005906671285629272,0.0007371961837634444,-0.0011070016771554947,-0.0011855922639369965,0.0005843043327331543 +66,-0.01708403344225975,0.0025903137804047798,-2.4762545837630663,-0.017083145678043365,-0.0025903109926730394,-0.9998506903648376,-0.0018014982342720032,0.0003190021961927414,0.00022499868646264076,0.0016107354313135147,0.0025445346254855394,-0.010677814483642578 +67,-0.017035873883722213,0.0026487967530618665,-2.4762446206998447,-0.017034990713000298,-0.002648793626576662,-0.999851405620575,0.0004338463768362999,0.0009308597072958946,-0.000960601435508579,0.0014405082911252975,-0.004843271803110838,-0.006023228168487549 +68,-0.016877284514408394,0.0027429456522468643,-2.476248838040799,-0.016876420006155968,-0.002742942189797759,-0.9998538494110107,-0.0030549131333827972,0.0012912871316075325,0.0008597275009378791,0.0006868448108434677,0.0001336890272796154,0.0008151531219482422 +69,-0.017134656085228454,0.00254532478698096,-2.476232324518275,-0.017133763059973717,-0.002545322058722377,-0.9998499751091003,0.003530854359269142,0.00017381273210048676,0.0011007384164258838,-0.006532618775963783,0.004559481982141733,-0.006268799304962158 +70,-0.017061394290782468,0.002637318479164757,-2.4762226347399823,-0.017060507088899612,-0.00263731530867517,-0.9998509883880615,-0.0010263286530971527,0.0005630766972899437,0.0015321944374591112,0.006852377206087112,-0.007708143442869186,-0.0077936649322509766 +71,-0.01697965346700687,0.0028002934523744657,-2.4761627501068113,-0.01697877049446106,-0.002800289774313569,-0.9998519420623779,-0.0006245961412787437,0.0004326310008764267,-0.00022127653937786818,-0.00717589259147644,-0.00015991553664207458,0.0019729137420654297 +72,-0.01741976076632945,0.0024706178401944574,-2.476150142870503,-0.01741882599890232,-0.0024706153199076653,-0.9998452067375183,-0.0008039828389883041,0.0007703481242060661,-0.0008552724029868841,0.00483032688498497,0.001890781568363309,-0.007829904556274414 +73,-0.016936465328118454,0.0025659240138666186,-2.4761575179825295,-0.016935599967837334,-0.0025659212842583656,-0.9998533129692078,-0.0010082032531499863,0.000938810408115387,5.421508103609085e-05,0.0015699993818998337,-0.007642208598554134,-0.005914509296417236 +74,-0.017033183043405484,0.0026304926102441923,-2.476202820406179,-0.017032301053404808,-0.002630489645525813,-0.9998514652252197,-0.0027761831879615784,0.0017471862956881523,0.0011784856906160712,-0.0022853240370750427,0.0004942591767758131,0.002476036548614502 +75,-0.017156400722551462,0.002429793391991633,-2.4762078139063606,-0.01715550757944584,-0.0024297910276800394,-0.9998498558998108,-0.002346031367778778,0.00018889643251895905,0.0011787600815296173,-0.0006057210266590118,0.005481548607349396,-0.009702086448669434 +76,-0.0171016284040928,0.0024093525868553595,-2.4761856795047636,-0.01710074581205845,-0.002409350359812379,-0.999850869178772,0.0005270726978778839,-0.0008817226625978947,0.0016271346248686314,0.0017961803823709488,-0.009217847138643265,-0.0018275976181030273 +77,-0.01700659951355883,0.002606852076642478,-2.4761409707582356,-0.017005721107125282,-0.0026068491861224174,-0.9998520016670227,-0.001107795163989067,-0.002040295396000147,-0.0021562371402978897,-0.0007097311317920685,0.0024084849283099174,-0.007258594036102295 +78,-0.017137455742513106,0.0022010384170802646,-2.4761755056082877,-0.017136575654149055,-0.002201036550104618,-0.9998507499694824,-0.0013088183477520943,0.0003028661012649536,-0.0020305931102484465,-0.0014944057911634445,9.532365947961807e-05,-0.002819538116455078 +79,-0.01708563938702783,0.0024618820849827976,-2.4761619072848866,-0.01708475686609745,-0.002461879514157772,-0.9998509883880615,9.527057409286499e-05,0.00015911925584077835,0.0011454999912530184,-0.0032552070915699005,-0.008249789476394653,-0.0010187029838562012 +80,-0.01718651785129361,0.0027385580167635436,-2.4762102094352425,-0.01718560792505741,-0.002738554496318102,-0.9998485445976257,-0.0010732626542448997,0.00015559513121843338,-0.0002962476573884487,0.01207391545176506,0.01187856961041689,0.0007946491241455078 +81,-0.016618675541038748,0.0018267818432497055,-2.476264442552807,-0.01661788299679756,-0.0018267808482050896,-0.9998602271080017,-0.0011833254247903824,5.204230546951294e-06,-0.0020613407250493765,-0.014387974515557289,-0.0004925549728795886,0.009076595306396484 +82,-0.017448632813651145,0.0022600872155155395,-2.476301228681829,-0.01744770258665085,-0.0022600851953029633,-0.9998452067375183,-0.0019705304875969887,0.0005515078082680702,0.0017915087519213557,0.011634105816483498,-0.009992722421884537,-0.007768869400024414 +83,-0.016691898616097288,0.0023092401962340604,-2.476334692274695,-0.01669107936322689,-0.0023092380724847317,-0.999858021736145,-0.0007380610331892967,0.0014903899282217026,-0.0009323762496933341,-0.00398457795381546,0.005544101819396019,5.644559860229492e-05 +84,-0.017371962822970825,0.001928367159894917,-2.4762751929609723,-0.017371056601405144,-0.0019283660221844912,-0.9998472332954407,-0.0016379542648792267,0.0007595531642436981,0.0016059596091508865,-0.007210850715637207,0.002584494184702635,-0.0032197237014770508 +85,-0.016998967809393552,0.0021997062529014273,-2.4762809764932565,-0.016998108476400375,-0.0021997045259922743,-0.9998530745506287,-0.001581035554409027,-0.0010650022886693478,0.0015109380474314094,0.012298403307795525,-0.007031862623989582,-0.0057773590087890625 +86,-0.016858613524527895,0.002338037821774616,-2.476307081676471,-0.016857769340276718,-0.0023380357306450605,-0.9998551607131958,0.0022380254231393337,0.0007192213088274002,0.0002605067566037178,-0.013980243355035782,0.003100974950939417,0.0029984712600708008 +87,-0.01736956365575147,0.0020209516605755045,-2.476330940112569,-0.017368655651807785,-0.002020950196310878,-0.9998471140861511,0.00010671466588973999,0.0016788654029369354,0.0006128516979515553,0.008930545300245285,0.0046607209369540215,-0.005935966968536377 +88,-0.016696995411961495,0.0021772242707971965,-2.4763146466571673,-0.016696179285645485,-0.0021772226318717003,-0.9998582601547241,-0.0009354390203952789,-0.0003935699351131916,0.0009425703901797533,-0.0004241820424795151,-0.0085497060790658,-0.004261612892150879 +89,-0.017260032635652633,0.0022775832606601798,-2.476339161717128,-0.017259130254387856,-0.0022775812540203333,-0.999848484992981,-0.001110524870455265,-0.00196007639169693,0.00032669410575181246,-0.0034623052924871445,0.00824376754462719,-0.00021255016326904297 +90,-0.016996735308807652,0.001900293169975884,-2.4763478192916915,-0.016995886340737343,-0.0019002920016646385,-0.9998537302017212,-0.004060585983097553,-0.0002309754490852356,-0.0012254591565579176,0.006833534687757492,-0.00026645592879503965,-0.004067718982696533 +91,-0.01698668815718498,0.0022940404259608805,-2.4763839140957353,-0.016985826194286346,-0.0022940384224057198,-0.9998530745506287,0.0008633388206362724,-0.0010100002400577068,0.0016027366509661078,-0.008999889716506004,-0.00789883267134428,-0.0024967193603515625 +92,-0.017243074964031158,0.002285694721931463,-2.4763667698840375,-0.017242174595594406,-0.0022856928408145905,-0.9998487234115601,-0.0020939186215400696,-0.000359412282705307,0.0018328740261495113,0.006484730169177055,0.00889274850487709,-0.001509249210357666 +93,-0.01690170521873432,0.00190130597863786,-2.4762876037385766,-0.016900869086384773,-0.0019013048149645329,-0.9998553395271301,-0.0017961980774998665,-0.00208662124350667,-0.0009700009832158685,-0.0036984942853450775,-0.003179871942847967,-0.0031963586807250977 +94,-0.017279223861074396,0.002344315531162691,-2.4763031512675546,-0.017278317362070084,-0.002344313310459256,-0.999847948551178,5.575176328420639e-05,-0.0010789241641759872,-0.00021862797439098358,-0.0017951671034097672,-0.004964645951986313,-0.001937270164489746 +95,-0.017032621660465486,0.0022167365986773932,-2.4763268360784667,-0.017031757161021233,-0.002216734690591693,-0.9998524785041809,0.0011780783534049988,0.0027930745854973793,0.0016174219781532884,0.005480855703353882,0.008213439024984837,-0.0009256601333618164 +96,-0.01704025191389581,0.0019741846837445184,-2.476294728665543,-0.01703939400613308,-0.0019741833675652742,-0.9998528957366943,0.0024953684769570827,0.00030917301774024963,0.000414003967307508,-0.00905313529074192,-0.004663390107452869,-0.003534555435180664 +97,-0.01724246539638048,0.00229800729584819,-2.4763123416482142,-0.017241565510630608,-0.0022980051580816507,-0.9998487234115601,0.000988764688372612,-0.001218508929014206,0.0010122556705027819,0.007613269612193108,-0.003012053668498993,-0.0018297433853149414 +98,-0.01683772636468686,0.0021125136326047554,-2.4762675097534697,-0.016836892813444138,-0.0021125120110809803,-0.9998559951782227,0.0009315144270658493,-0.0006131520494818687,-0.0016909119440242648,-0.004143940284848213,0.006003503687679768,-0.0019902586936950684 +99,-0.01724101896398708,0.001986730493172326,-2.4763042159897117,-0.0172401312738657,-0.0019867292139679193,-0.9998493790626526,-0.00187664944678545,-0.0006683557294309139,0.0009018834680318832,-0.0032066460698843002,-0.0034453992266207933,-0.0033854246139526367 +100,-0.01702790453810694,0.0022474995487016414,-2.476329063846053,-0.01702703908085823,-0.002247497672215104,-0.9998524785041809,-0.0003087492659687996,0.0013340432196855545,-0.000752960448153317,0.00729193352162838,-0.002055480843409896,-0.0030618906021118164 +101,-0.01701003682832302,0.0021859316705905283,-2.476316144788508,-0.017009176313877106,-0.0021859300322830677,-0.9998529553413391,0.000687318854033947,-0.001650400459766388,0.00015037995763123035,-0.008549295365810394,0.0033608563244342804,-0.0022527575492858887 +102,-0.017276009599361243,0.0021311236451621225,-2.476322662741385,-0.017275111749768257,-0.0021311219315975904,-0.999848484992981,-0.0010185623541474342,-0.001274449285119772,-0.002007217612117529,0.005769984796643257,-0.0009206354152411222,-0.0031879544258117676 +103,-0.01685238914587564,0.002222760184993297,-2.47634135073821,-0.016851549968123436,-0.002222758252173662,-0.9998555183410645,-0.0031139524653553963,-0.0008632414974272251,-0.0013430913677439094,-0.0008791610598564148,-0.002812641905620694,-0.0029672980308532715 +104,-0.017140015448880462,0.002155490107154197,-2.4763311952185325,-0.017139136791229248,-0.002155488356947899,-0.9998508095741272,-7.466413080692291e-05,-0.00031239213421940804,0.00019765319302678108,-0.004085838794708252,0.003635591361671686,-0.0021480917930603027 +105,-0.017069447819632308,0.001993104895338323,-2.476383721302637,-0.017068585380911827,-0.001993103651329875,-0.9998523592948914,-0.0008654473349452019,-0.0009099193848669529,0.0016459774924442172,0.006784161552786827,-0.0018978877924382687,-0.0029247403144836426 +106,-0.016935292137318866,0.0021513593139793953,-2.476362318752003,-0.01693444326519966,-0.0021513577084988356,-0.9998542666435242,0.00030827615410089493,-0.0015965783968567848,0.002226486336439848,-0.0061063263565301895,-0.0037690524477511644,-0.0029685497283935547 +107,-0.017181971549779722,0.0020713406955502086,-2.4763204129753245,-0.017181089147925377,-0.0020713391713798046,-0.9998502731323242,-0.0017756139859557152,-0.0016253283247351646,0.0011042484547942877,0.004394223913550377,0.005046803038567305,-0.0024995803833007812 +108,-0.01692377922369271,0.0020210895103092716,-2.476335319879614,-0.01692293770611286,-0.002021088032051921,-0.9998547434806824,-0.0016866959631443024,0.0021612681448459625,3.8005528040230274e-05,-0.0017538182437419891,-0.0041892388835549355,-0.0026476383209228516 +109,-0.017231114752854593,0.00221552127644968,-2.4763352316329557,-0.017230220139026642,-0.0022155195474624634,-0.9998490810394287,-0.0009285509586334229,-0.0002179727889597416,-0.0010647019371390343,-0.001766970381140709,-0.00014959252439439297,-0.0023023486137390137 +110,-0.017105920991179652,0.0020090074502633047,-2.4763580571399477,-0.01710505224764347,-0.0020090059842914343,-0.9998517036437988,0.0002679238095879555,0.0004726750776171684,0.0017196731641888618,0.0037383530288934708,0.004328342154622078,-0.002604961395263672 +111,-0.017088224675436095,0.0019977858172858898,-2.4763052355078554,-0.017087358981370926,-0.0019977844785898924,-0.9998520016670227,-0.0020872168242931366,-0.00039570871740579605,-2.62019457295537e-05,-0.004458051174879074,-0.004136248957365751,-0.002848803997039795 +112,-0.01723931547414867,0.0022190990700063744,-2.476363803513463,-0.017238419502973557,-0.0022190972231328487,-0.9998489618301392,-0.0008720317855477333,0.0004623020067811012,0.001066557946614921,0.0035970620810985565,0.0011509819887578487,-0.00243985652923584 +113,-0.01697290533907406,0.0020067171325023917,-2.4763723794244745,-0.016972055658698082,-0.002006715862080455,-0.9998539686203003,0.0030952165834605694,-0.00031546270474791527,0.0005798345664516091,-0.001735219731926918,0.0038377707824110985,-0.001458287239074707 +114,-0.01715226821737711,0.0020728955950338286,-2.4763183132074342,-0.01715139113366604,-0.002072894014418125,-0.9998507499694824,0.00043553393334150314,0.0007706200703978539,-0.0006432572845369577,-0.0025934819132089615,-0.004122174344956875,-0.0017055869102478027 +115,-0.017036024869857717,0.0022371053587743866,-2.476290025496723,-0.01703515835106373,-0.0022371034137904644,-0.9998523592948914,0.00013922154903411865,0.0007590306922793388,0.0004052439471706748,0.0050570107996463776,0.0008638126309961081,-0.002726316452026367 +116,-0.01704313356474505,0.0020625302828318373,-2.4762708133796014,-0.01704227179288864,-0.002062528859823942,-0.9998526573181152,-0.0025562867522239685,-0.0012925369665026665,0.0008475645445287228,-0.005235560238361359,0.002123564016073942,-0.0016579627990722656 +117,-0.017193058059870217,0.0020341554741248376,-2.4762638325056514,-0.0171921756118536,-0.0020341540221124887,-0.9998501539230347,-0.0018426747992634773,-0.00010882504284381866,-0.001547478255815804,0.0038865115493535995,-0.002284083515405655,-0.002179265022277832 +118,-0.016928439078302968,0.002096125431939499,-2.476312069065203,-0.01692759245634079,-0.002096123993396759,-0.9998545050621033,-0.0008327951654791832,-0.0012004906311631203,-0.0009581514168530703,0.000768536701798439,-0.00010114139877259731,-0.003166675567626953 +119,-0.017113913679511605,0.0019089122523248806,-2.4763073774620565,-0.01711304672062397,-0.0019089110428467393,-0.9998517632484436,-0.0036463290452957153,0.0004235580563545227,0.00025714572984725237,-0.00269286148250103,0.0011001951061189175,-0.0011095404624938965 +120,-0.01700963230117217,0.001945193529431127,-2.4762630892733415,-0.01700877957046032,-0.0019451923435553908,-0.9998534321784973,-0.0022267745807766914,-0.000770951621234417,0.0014605348696932197,0.004588127136230469,-0.0022051986306905746,-0.00371706485748291 +121,-0.016930341774240066,0.0020326243190194096,-2.476266459791883,-0.016929497942328453,-0.002032622927799821,-0.9998546242713928,0.0007050791755318642,0.0019774343818426132,0.001682710601016879,-0.003456244245171547,-0.0012480169534683228,-0.0028766989707946777 +122,-0.017100300403502154,0.0019798649077642626,-2.476242362168611,-0.01709943264722824,-0.001979863503947854,-0.9998518228530884,-0.00027054641395807266,-0.0020835846662521362,0.0013663142453879118,0.0011539999395608902,0.002681767800822854,-0.0017808079719543457 +123,-0.01689957109196581,0.001999918539916319,-2.4762300502820316,-0.016898732632398605,-0.001999917207285762,-0.9998552203178406,-0.0012841159477829933,-0.0018638712354004383,0.00036734621971845627,0.00040398165583610535,-0.0021504731848835945,-0.004081547260284424 +124,-0.017052491573621292,0.0021045622517801292,-2.4762371137376133,-0.01705162785947323,-0.002104560611769557,-0.9998524188995361,-0.0008640429005026817,0.0009728297591209412,-0.0020213350653648376,-0.0037155840545892715,-0.00015374040231108665,-0.0017650127410888672 +125,-0.017070623852461112,0.0020405896577936405,-2.476221446922579,-0.017069758847355843,-0.0020405882969498634,-0.9998522400856018,-0.0004894006997346878,-0.0008212383836507797,0.0017003926914185286,0.0035199541598558426,0.0024983519688248634,-0.0021161437034606934 +126,-0.016957160867953635,0.0020362435035484235,-2.476200704205226,-0.016956312581896782,-0.0020362420473247766,-0.9998541474342346,-8.041411638259888e-05,0.002093919552862644,-0.0009979153983294964,-0.003078475594520569,-0.0034721808042377234,-0.0025566816329956055 +127,-0.01712897756468922,0.0021399305396047367,-2.4762203218681917,-0.017128100618720055,-0.0021399289835244417,-0.9998509883880615,-0.0017856452614068985,-0.001739167608320713,5.221925675868988e-06,0.0017930194735527039,0.0021094114053994417,-0.003261744976043701 +128,-0.01702552859892578,0.0020168809821642622,-2.476199657455437,-0.017024671658873558,-0.002016879618167877,-0.9998530149459839,-0.0017070407047867775,0.0005721878260374069,0.0031132223084568977,0.0006672516465187073,0.0005520361009985209,-0.002237379550933838 +129,-0.01711060785496756,0.0021463670663624933,-2.4762288450412253,-0.017109733074903488,-0.0021463653538376093,-0.9998512864112854,0.0016858875751495361,0.000398511067032814,0.0023893360048532486,-0.0028182435780763626,-0.0025686000008136034,-0.0024832487106323242 +130,-0.017074639430285237,0.00214239883680548,-2.4762835546741697,-0.017073770985007286,-0.0021423972211778164,-0.9998519420623779,-0.002361624501645565,-0.0018002567812800407,3.658153582364321e-05,0.003523966297507286,0.0021423972211778164,-0.0037643909454345703 +131,-0.016992416053202255,0.0020285226051776958,-2.4763107838102796,-0.016991563141345978,-0.0020285211503505707,-0.9998535513877869,-0.000563756562769413,0.0018209991976618767,0.0012950627133250237,-0.003226330503821373,0.0006552303675562143,-0.0014281272888183594 +132,-0.017111276233600346,0.002082871650376625,-2.4762879724850255,-0.01711040362715721,-0.0020828701090067625,-0.9998514652252197,0.0012937849387526512,0.0013142749667167664,0.0008820340735837817,0.0022330842912197113,-0.0018233796581625938,-0.0019185543060302734 +133,-0.016985620196611765,0.0021082658523497453,-2.476248426137056,-0.016984766349196434,-0.002108264248818159,-0.9998535513877869,9.25455242395401e-05,-0.0004865559749305248,0.00012117007281631231,0.000902002677321434,0.001375842373818159,-0.0022521615028381348 +134,-0.01710386888986362,0.0020867762246294047,-2.4762527384977795,-0.01710299775004387,-0.002086774678900838,-0.9998515844345093,-0.00047842878848314285,0.001790616661310196,0.0016622598050162196,-0.003435332328081131,-0.00040040817111730576,-0.0011554956436157227 +135,-0.01713742443375645,0.002160896251320159,-2.4762654481496593,-0.017136545851826668,-0.0021608946844935417,-0.9998508095741272,-0.0003086058422923088,0.00039096735417842865,-0.0009230413124896586,0.003388378769159317,-0.001562250079587102,-0.004192709922790527 +136,-0.017007130130254844,0.0021339156491291256,-2.4762698987170286,-0.017006272450089455,-0.0021339140366762877,-0.9998531341552734,6.58966600894928e-05,-0.0009407922625541687,0.0006774755893275142,-0.0022960975766181946,0.0009132111445069313,-0.0019321441650390625 +137,-0.017184447855617267,0.002111410007601774,-2.4762685561542583,-0.017183564603328705,-0.002111408393830061,-0.9998500943183899,0.001351124607026577,-0.00037365173920989037,0.0017548974137753248,0.0007803682237863541,0.0010890697594732046,-0.003140568733215332 +138,-0.016990324635792746,0.0021275242312185937,-2.476234357133639,-0.016989469528198242,-0.0021275226026773453,-0.9998534321784973,0.0005534915253520012,0.0030792132019996643,0.0014196266420185566,0.001593349501490593,-0.0016261395066976547,-0.0024506449699401855 +139,-0.017020723461571585,0.0021815256455994126,-2.476238642402538,-0.017019860446453094,-0.002181523945182562,-0.9998527765274048,3.687385469675064e-05,-0.001847029197961092,-0.0027415771037340164,-0.0027250126004219055,0.0008692680858075619,-0.0017951726913452148 +140,-0.017092906080191525,0.0021287003008593304,-2.47623141777083,-0.017092034220695496,-0.002128698630258441,-0.999851644039154,0.003140952903777361,-0.0003261640667915344,0.0005983266746625304,0.002275753766298294,0.0021744754631072283,-0.003459453582763672 +141,-0.016971293794853935,0.0021938761080923107,-2.476194976502662,-0.01697043888270855,-0.0021938744466751814,-0.9998536109924316,0.00022792164236307144,0.0007123658433556557,0.0051367999985814095,-0.0012027807533740997,-0.0014377175830304623,-0.0019469261169433594 +142,-0.017113997106983973,0.0022482890605409933,-2.4761746809643643,-0.01711311936378479,-0.0022482872009277344,-0.9998510479927063,0.001377760898321867,-0.001954402308911085,-0.001108625903725624,-0.00051078200340271,0.0012717247009277344,-0.002025783061981201 +143,-0.017021180974489302,0.0022115436699791276,-2.476138502446261,-0.017020316794514656,-0.0022115418687462807,-0.99985271692276,0.0004899948835372925,0.0009119724854826927,0.0010017429012805223,0.0012122131884098053,0.0015401551499962807,-0.0021461844444274902 +144,-0.01704026147794505,0.0022769471703566247,-2.4761317093035116,-0.01703939214348793,-0.002276945160701871,-0.9998522400856018,0.0003509093075990677,0.0016788588836789131,0.0006919227307662368,-0.0017441771924495697,-0.0014309408143162727,-0.0023450255393981934 +145,-0.017160057549846865,0.0022635130289698595,-2.4761217772304924,-0.017159171402454376,-0.0022635110653936863,-0.9998502135276794,-0.0007423823699355125,-0.0003675343468785286,-0.0008066106820479035,0.0018240883946418762,0.0008444436825811863,-0.0029116272926330566 +146,-0.017067587176574403,0.002161966592957239,-2.4761094912655004,-0.017066719010472298,-0.0021619650069624186,-0.9998520016670227,-0.0016627693548798561,0.0018330961465835571,0.0020016978960484266,-5.36404550075531e-05,-0.00029470003210008144,-0.0026808977127075195 +147,-0.017128240237443446,0.002212801334180218,-2.4761101914052306,-0.01712736114859581,-0.002212799619883299,-0.999850869178772,-0.001495438627898693,0.0011750021949410439,-8.574151434004307e-05,0.00141080841422081,-0.0008389581926167011,-0.0024684667587280273 +148,-0.017038867419406443,0.0021888863363793407,-2.4760308987980775,-0.017038002610206604,-0.0021888846531510353,-0.9998524188995361,0.0009584520012140274,-0.0007074903696775436,0.0020858002826571465,0.0015808511525392532,0.001868450315669179,-0.003153502941131592 +149,-0.017047153262734937,0.0022084670681662218,-2.4760427803754728,-0.017046285793185234,-0.0022084652446210384,-0.9998522400856018,0.0005812738090753555,2.6823952794075012e-05,-0.00046080059837549925,-0.0015999525785446167,-0.0004313045646995306,-0.003260493278503418 +150,-0.017034397606562723,0.0022043014255061274,-2.475974564809474,-0.01703353226184845,-0.002204299671575427,-0.9998524785041809,0.0001444648951292038,0.002607072703540325,0.0007996892090886831,0.001408534124493599,-0.00028288247995078564,-0.0024973154067993164 +151,-0.016940422303071537,0.0021405621512062887,-2.475922475290213,-0.016939572989940643,-0.002140560420230031,-0.9998542070388794,0.0019551021978259087,0.0023599080741405487,0.0008774368325248361,-0.0012641604989767075,0.000416317256167531,-0.00281602144241333 +152,-0.017016576878405687,0.00209153332999297,-2.4759100836769945,-0.017015717923641205,-0.0020915318746119738,-0.9998530149459839,0.001319647766649723,-0.00010474491864442825,-0.00011459225788712502,-0.001050686463713646,-0.00038039148785173893,-0.0018559098243713379 +153,-0.016977188486053268,0.0020551730809460806,-2.4759101547326754,-0.016976337879896164,-0.0020551716443151236,-0.999853789806366,-0.002040698193013668,-0.0001219380646944046,-0.0010119798826053739,0.001625996083021164,-0.0002641640603542328,-0.002785980701446533 +154,-0.0170414319225923,0.002057463170141321,-2.475905481349107,-0.017040571197867393,-0.002057461766526103,-0.9998526573181152,0.0018529999069869518,0.0023676427081227303,-0.0018818315584212542,-0.0019871369004249573,0.0008062415290623903,-0.0018715262413024902 +155,-0.017175093677915233,0.0020355164911550466,-2.4759003409668896,-0.017174214124679565,-0.0020355151500552893,-0.9998504519462585,-0.0018937690183520317,-0.0010624947026371956,-0.0018360810354351997,0.0014118850231170654,-0.0006042555905878544,-0.003063976764678955 +156,-0.017110639295533296,0.002052302067492472,-2.475871322095574,-0.017109768465161324,-0.0020523006096482277,-0.9998515248298645,0.00010696053504943848,0.0004937974736094475,0.0003430851502344012,-0.0007582735270261765,-0.0015182560309767723,-0.001567542552947998 +157,-0.017177587067199917,0.002054387832166491,-2.475845728250784,-0.017176706343889236,-0.002054386306554079,-0.999850332736969,-0.001735856756567955,0.0017588799819350243,0.0003968444652855396,-0.0013779792934656143,0.0001622966956347227,-0.0029419660568237305 +158,-0.017142281982252195,0.0020124589307776407,-2.47579345398267,-0.01714140735566616,-0.0020124574657529593,-0.9998510479927063,0.002087164204567671,0.0005501704290509224,-0.0015133349224925041,0.0018521007150411606,-0.0003221370279788971,-0.002697169780731201 +159,-0.01707452038677602,0.0020691509910035193,-2.4758233810819195,-0.017073653638362885,-0.00206914939917624,-0.9998521208763123,0.001571820117533207,0.0008929278701543808,-0.0011314710136502981,-0.0006723180413246155,-0.0004943273961544037,-0.0013838410377502441 +160,-0.017146347666836186,0.0020732506840006344,-2.4758373372840823,-0.017145469784736633,-0.002073249313980341,-0.999850869178772,0.000799267552793026,0.001595115289092064,-0.0013445568038150668,0.0006659775972366333,0.001371345017105341,-0.0028194189071655273 +161,-0.017027587955627334,0.002014027723747711,-2.4757935145239895,-0.017026729881763458,-0.002014026278629899,-0.9998530149459839,-0.0003927387297153473,0.0024885088205337524,-0.0006269308505579829,0.00039464980363845825,-0.0002900506369769573,-0.0024052858352661133 +162,-0.017032182110353036,0.002058573093768964,-2.4758146503187723,-0.017031323164701462,-0.002058571670204401,-0.9998528361320496,0.0017647156491875648,-0.0005893800407648087,-0.0009273249306716025,-0.0012029297649860382,-0.000291281845420599,-0.0012152791023254395 +163,-0.016975810156934407,0.0020706964319756197,-2.4757650333483086,-0.016974957659840584,-0.0020706949289888144,-0.999853789806366,0.0015373635105788708,0.001465090550482273,0.002360101556405425,0.0011973697692155838,0.000315934419631958,-0.0014432072639465332 +164,-0.016965598686903567,0.0021311345160275642,-2.4757225926278537,-0.0169647466391325,-0.002131132874637842,-0.999853789806366,-0.001110536977648735,-0.00011285301297903061,-0.0005860320525243878,-0.001055881381034851,-0.0007375192362815142,-0.002816438674926758 +165,-0.01699638548300968,0.002175550104332725,-2.4756863351595806,-0.01699552685022354,-0.0021755483467131853,-0.9998531937599182,-0.0006207916885614395,0.0015874477103352547,-0.003097968176007271,0.0004855189472436905,0.0001613881904631853,-0.0022066831588745117 +166,-0.016981788146419402,0.0021494100554731548,-2.475653560085953,-0.016980933025479317,-0.0021494084503501654,-0.9998534917831421,0.0031117205508053303,-0.0008749142289161682,0.0014612087979912758,-0.00036830827593803406,5.895434878766537e-05,-0.0034118294715881348 +167,-0.017065622671975207,0.002167540104652474,-2.475661046854971,-0.01706475391983986,-0.002167538506910205,-0.9998520612716675,0.0008082324638962746,-1.214630901813507e-05,-0.0007114197942428291,-0.000406559556722641,-0.0008384431712329388,-0.0026656389236450195 +168,-0.017075877943763505,0.0021538592219478556,-2.4756459819307564,-0.017075007781386375,-0.002153857611119747,-0.9998518824577332,-0.0003086160868406296,2.472568303346634e-05,-8.370238356292248e-05,0.0005497429519891739,-0.0002875484060496092,-0.0029251575469970703 +169,-0.017096509161462364,0.0020897629563181234,-2.475661878673948,-0.017095638439059258,-0.0020897614303976297,-0.9998517036437988,-0.0028570955619215965,-0.0014372444711625576,-0.0008718825993128121,-0.0008944738656282425,0.00010611908510327339,-0.002559185028076172 +170,-0.017140192866869186,0.002065566768408737,-2.4756851158355886,-0.017139317467808723,-0.0020655652042478323,-0.9998509883880615,-0.0005980972200632095,-0.0004119141958653927,0.0002711520064622164,-0.00040828995406627655,-0.000681016594171524,-0.0028040409088134766 +171,-0.017108455665630354,0.002092368276699842,-2.4756335066153903,-0.017107583582401276,-0.0020923668053001165,-0.9998514652252197,0.0010720109567046165,0.0003908509388566017,0.0011818534694612026,0.0005365386605262756,1.912470906972885e-06,-0.0030629634857177734 +172,-0.017110712921695775,0.002050886339426689,-2.475599477489115,-0.017109841108322144,-0.002050884999334812,-0.9998515248298645,0.001166047528386116,0.0007189307361841202,-0.00021765392739325762,-0.0017500221729278564,-0.00010060425847768784,-0.002895057201385498 +173,-0.01709787733702121,0.002070660092743861,-2.4756199840172486,-0.017097007483243942,-0.0020706586074084044,-0.9998517036437988,-9.665545076131821e-05,-0.0009390809573233128,-7.641373667865992e-05,0.0009989850223064423,-0.0003554890863597393,-0.002604961395263672 +174,-0.017051991661213527,0.002082614403182381,-2.475575788219403,-0.017051128670573235,-0.002082612831145525,-0.9998524785041809,-0.00090792216360569,-0.0021931552328169346,0.00023504206910729408,-0.00025233812630176544,-0.000419828575104475,-0.002390563488006592 +175,-0.017110920560343957,0.0020628125173228836,-2.475540290762609,-0.017110049724578857,-0.0020628110505640507,-0.9998514652252197,-8.553918451070786e-05,0.00033936649560928345,-0.0020445813424885273,-0.00013238005340099335,0.0010252136271446943,-0.002177894115447998 +176,-0.017073916519377206,0.0021485204619198462,-2.475579922093511,-0.017073048278689384,-0.002148518804460764,-0.9998519420623779,-0.0018165195360779762,-9.757373481988907e-05,0.0005868248408660293,0.0011886488646268845,-0.00039969896897673607,-0.0028793811798095703 +177,-0.017080931020277638,0.0021600756694982433,-2.475582702444247,-0.01708006113767624,-0.002160073956474662,-0.9998517632484436,-0.0017161434516310692,-0.0004136771894991398,0.0012541073374450207,-0.0006811674684286118,-2.1932413801550865e-05,-0.002940535545349121 +178,-0.01704192050560054,0.0021746820125484604,-2.4755389121071603,-0.017041055485606194,-0.0021746803540736437,-0.9998524188995361,-6.753671914339066e-05,-0.00034402450546622276,-0.002272214274853468,0.0004089772701263428,0.000740354647859931,-0.0014140009880065918 +179,-0.01705269089039069,0.0021250414419957276,-2.475545159661942,-0.017051825299859047,-0.002125039929524064,-0.9998523592948914,0.0009346036240458488,-0.0018365965224802494,-0.0003475332632660866,-0.0008314754813909531,-0.0007436126470565796,-0.0027874112129211426 +180,-0.01709127813614206,0.002159111362309323,-2.4755631147966697,-0.017090406268835068,-0.0021591095719486475,-0.999851644039154,0.001386759802699089,-0.0009794831275939941,-0.00036685122177004814,-0.0005945302546024323,7.620546966791153e-06,-0.0015369057655334473 +181,-0.01708491382386768,0.0021546390560456224,-2.475585821011037,-0.017084043473005295,-0.002154637360945344,-0.9998517632484436,0.000450892373919487,-4.560127854347229e-05,0.0014029144076630473,-0.0002804584801197052,0.00021677091717720032,-0.0013841986656188965 +182,-0.017030037578979338,0.0022018781199541508,-2.475590831351818,-0.01702917367219925,-0.0022018763702362776,-0.9998525977134705,0.0016109072603285313,-0.0018467637710273266,-0.00021074304822832346,-0.0005489513278007507,0.0002945275045931339,-0.001383364200592041 +183,-0.017018103993065657,0.00220460415811278,-2.4755755451702606,-0.017017241567373276,-0.002204602351412177,-0.9998527765274048,0.0021119555458426476,-0.0016259020194411278,-0.0012809133622795343,0.00046145543456077576,-0.0006640497595071793,-0.0019325017929077148 +184,-0.01696572224071625,0.0022410250451964913,-2.4755849211537693,-0.01696486584842205,-0.0022410231176763773,-0.9998535513877869,0.00011396780610084534,-0.0014034355990588665,-0.0005926702870056033,-0.0007048100233078003,0.0005778155755251646,-0.0022215843200683594 +185,-0.016944551407654142,0.002247858298177954,-2.4756080745169586,-0.01694369688630104,-0.0022478564642369747,-0.9998539090156555,0.0010909372940659523,-0.0015413500368595123,0.0005315539892762899,-5.459226667881012e-05,-0.0006513132248073816,-0.002526402473449707 +186,-0.016938299621049382,0.002287750035686169,-2.47562709210195,-0.01693744584918022,-0.002287748036906123,-0.9998539090156555,-0.00035993289202451706,-0.0006797397509217262,-0.0009732957696542144,0.0003664027899503708,0.0007313520181924105,-0.001076817512512207 +187,-0.016918553398823078,0.0022957344450251706,-2.475682783641441,-0.016917701810598373,-0.0022957324981689453,-0.9998542666435242,0.0015775826759636402,0.002427714876830578,0.0013336299452930689,-0.0005688704550266266,-0.0005424022674560547,-0.00264817476272583 +188,-0.016967722538726797,0.0023322793225927225,-2.4757244958460363,-0.016966862604022026,-0.0023322771303355694,-0.9998533129692078,-0.000386224128305912,-0.0016970797441899776,-0.001278973650187254,0.0004873722791671753,-0.000597410136833787,-0.003412008285522461 +189,-0.016897322302862203,0.002366893046299766,-2.4757121556699184,-0.01689647138118744,-0.002366890897974372,-0.9998544454574585,-0.0003864215686917305,0.0008046645671129227,-0.0005403063260018826,-0.000712171196937561,0.0004900600761175156,-0.001564621925354004 +190,-0.016968571278283214,0.0023064400700860406,-2.4757129619493616,-0.016967711970210075,-0.0023064380511641502,-0.9998533725738525,-0.0002805441617965698,-0.0001913607120513916,0.0004192967899143696,-0.0006104111671447754,0.0001549490261822939,-0.0021759867668151855 +191,-0.017031885024644422,0.0022380317451215046,-2.4757529797739335,-0.017031019553542137,-0.002238029846921563,-0.9998524785041809,-0.00033443979918956757,2.2075138986110687e-05,-0.0024885027669370174,0.0005210097879171371,-0.0003254464827477932,-0.002878844738006592 +192,-0.017029773008495026,0.0022936789480912777,-2.475803002701248,-0.01702890545129776,-0.0022936768364161253,-0.9998523592948914,-0.0005621481686830521,-0.000711632426828146,0.0020251250825822353,-0.00042714737355709076,0.0003100342582911253,-0.002848386764526367 +193,-0.017043862266554886,0.002241079694261163,-2.4757973935634117,-0.017042994499206543,-0.002241077832877636,-0.9998522400856018,0.0006484063342213631,-0.00031535420566797256,0.0017794944578781724,0.0005177278071641922,-0.0002155869733542204,-0.002314448356628418 +194,-0.017063400052069706,0.0021805931025300333,-2.4757713735989153,-0.017062531784176826,-0.002180591458454728,-0.9998520612716675,0.0014701676554977894,0.0004072263836860657,-0.003335133660584688,0.0007661450654268265,-0.0006117671728134155,-0.0031844377517700195 +195,-0.01712411733813906,0.0021831663846998235,-2.475784497831855,-0.017123239114880562,-0.0021831647027283907,-0.9998509883880615,0.0013831285759806633,-0.0012804269790649414,-0.0012851941864937544,-4.289485514163971e-05,-0.0004260882269591093,-0.003215968608856201 +196,-0.01712247560780593,0.0021732568418570547,-2.475782608666372,-0.01712159812450409,-0.0021732551977038383,-0.9998510479927063,0.0007364340126514435,0.0012843860313296318,0.0028701466508209705,0.00018434412777423859,-0.000237633241340518,-0.0024529695510864258 +197,-0.017111345974153726,0.002170672127775255,-2.4757622136274153,-0.017110470682382584,-0.002170670311897993,-0.9998512268066406,0.0006287647411227226,-0.000598512589931488,0.0009936434216797352,-0.00029980577528476715,-0.000697981333360076,-0.0033378005027770996 +198,-0.01711988118885398,0.002226431081837625,-2.475790060394805,-0.01711900159716606,-0.0022264292929321527,-0.9998509883880615,0.0005467133596539497,0.0026490380987524986,0.0014382736990228295,0.0003343336284160614,4.44226898252964e-05,-0.0031092166900634766 +199,-0.01700053355124863,0.0022080510397796413,-2.475760188477446,-0.01699967309832573,-0.002208049176260829,-0.9998530745506287,-0.0007581785321235657,0.00025973282754421234,0.0009294218616560102,-0.00033431127667427063,0.0004075122997164726,-0.0018864274024963379 +200,-0.016996544325069425,0.002213255230832682,-2.4757612986638264,-0.016995685175061226,-0.0022132534068077803,-0.9998531341552734,0.001869776751846075,0.0011398461647331715,-0.00033185246866196394,-0.0004298519343137741,-0.0004722932353615761,-0.0028629302978515625 +201,-0.01694865502136914,0.0021844954831167457,-2.475729282409989,-0.016947804018855095,-0.002184493700042367,-0.9998539686203003,-0.0003518667072057724,-0.0013724928721785545,0.001845890423282981,0.00039201974868774414,0.0008569795172661543,-0.0033503174781799316 +202,-0.016977929432841505,0.0021307940574218755,-2.475696470383408,-0.01697707548737526,-0.0021307924762368202,-0.9998536109924316,-0.0015766648575663567,0.00012292899191379547,0.0018243036465719342,-0.0009520016610622406,-0.0003716489300131798,-0.0022368431091308594 +203,-0.017001478683303914,0.002121338979979901,-2.4756566400786832,-0.017000621184706688,-0.0021213374566286802,-0.999853253364563,-0.005309663712978363,-0.00015150709077715874,0.0015063678147271276,-0.00028758682310581207,0.0003055413253605366,-0.0015505552291870117 +204,-0.016976430227378745,0.002068011576192246,-2.4756276011276683,-0.016975577920675278,-0.0020680101588368416,-0.999853789806366,-0.0006713606417179108,0.00011405348777770996,-0.000728971092030406,-0.0002058185636997223,0.00014540273696184158,-0.003381073474884033 +205,-0.016951219960570342,0.00209168155612136,-2.475652692545871,-0.016950370743870735,-0.0020916799549013376,-0.9998541474342346,0.00021972320973873138,0.0007451595738530159,0.0004594286438077688,-0.0010092239826917648,-0.00010558543726801872,-0.002449929714202881 +206,-0.01701140546691421,0.002091362764071744,-2.475641858857219,-0.01701054722070694,-0.0020913612097501755,-0.9998531341552734,-0.00031686946749687195,0.00018577976152300835,0.0010866293450817466,8.85501503944397e-05,0.00012297742068767548,-0.0029850006103515625 +207,-0.01703809999851878,0.0020970481100110196,-2.4756250408699594,-0.01703723892569542,-0.0020970464684069157,-0.9998526573181152,-0.001179615966975689,-0.0011284048669040203,0.00019639416132122278,8.472427725791931e-05,0.00032702693715691566,-0.0015664100646972656 +208,-0.017009619124306718,0.0020676108351353863,-2.475586091803257,-0.017008762806653976,-0.0020676094572991133,-0.9998531937599182,-0.00033708568662405014,0.00038714706897735596,0.0018067965283989906,-0.0008287597447633743,0.0002975903917104006,-0.0030306577682495117 +209,-0.01697435653408662,0.0020650965118108942,-2.4755711420403888,-0.016973504796624184,-0.002065095119178295,-0.999853789806366,-0.001870378851890564,-0.00026614638045430183,-0.0003627445548772812,-0.0006503947079181671,-0.0015054612886160612,-0.002251863479614258 +210,-0.016922543262778703,0.0020649616699099575,-2.4756088340431033,-0.016921699047088623,-0.0020649603102356195,-0.9998546838760376,-0.0010911673307418823,-0.0011522267013788223,-0.0004693918162956834,-0.001007378101348877,-5.60111366212368e-05,-0.0027240514755249023 +211,-0.01688270934533319,0.0020951420133779523,-2.4755780855529426,-0.016881870105862617,-0.002095140516757965,-0.9998552799224854,0.00032436009496450424,0.0008598677814006805,-0.002136372961103916,0.0004481561481952667,0.00015727407298982143,-0.002692878246307373 +212,-0.01678176684379514,0.0020952350249423012,-2.475583489357158,-0.016780942678451538,-0.002095233416184783,-0.9998570084571838,0.0009570419788360596,7.090996950864792e-05,-0.0005526229506358504,0.0003930032253265381,-0.00023936107754707336,-0.002660691738128662 +213,-0.016795633182776652,0.0020866415623516576,-2.47555224159139,-0.016794806346297264,-0.002086640102788806,-0.9998567700386047,0.0010599121451377869,0.0020363247022032738,-0.0015686374390497804,-5.089491605758667e-05,1.1444790288805962e-05,-0.0023709535598754883 +214,-0.016780621396254667,0.0021454042942339454,-2.4755565225804412,-0.016779795289039612,-0.0021454025991261005,-0.9998568892478943,0.0033166329376399517,0.00029851775616407394,0.0014230208471417427,0.00013245828449726105,-0.0005554028321057558,-0.0027980804443359375 +215,-0.016741970809274444,0.002162451210466679,-2.4755648580602982,-0.016741149127483368,-0.0021624495275318623,-0.9998575448989868,0.000615839846432209,0.0007693730294704437,0.001009335508570075,-0.0003486946225166321,-0.00021792156621813774,-0.0030874013900756836 +216,-0.01673911252015472,0.002202655642592444,-2.4755249742607335,-0.0167382899671793,-0.002202653791755438,-0.999857485294342,0.0013289367780089378,-0.0007304190658032894,-0.0006250551668927073,-0.0002905186265707016,0.0007835864089429379,-0.002690732479095459 +217,-0.016732178222516814,0.0022048200088956847,-2.4755332734048605,-0.01673135720193386,-0.0022048181854188442,-0.9998576045036316,0.0003835093230009079,0.0006014732643961906,-0.00020190596114844084,-0.0005568526685237885,0.0004653162322938442,-0.002843201160430908 +218,-0.01676944444042805,0.002203558317547349,-2.4755956354847797,-0.016768617555499077,-0.002203556476160884,-0.9998569488525391,-0.0005640676245093346,-0.004202570766210556,0.0009385206503793597,-0.00015337765216827393,0.0007844890933483839,-0.002721726894378662 +219,-0.016798629529874005,0.0021615794671904745,-2.475595157407467,-0.016797799617052078,-0.002161577809602022,-0.9998565912246704,0.0015156217850744724,0.0010093813762068748,-0.0011472405167296529,-0.0007345490157604218,-6.620539352297783e-05,-0.00205075740814209 +220,-0.01675508132765874,0.0021636586714902316,-2.4755919636672465,-0.016754258424043655,-0.0021636569872498512,-0.9998573064804077,0.0017506037838757038,-0.00042214198037981987,-0.0005959293339401484,-0.0010069720447063446,-0.0004303371533751488,-0.0018821954727172852 +221,-0.01684715088853926,0.0021669975586137316,-2.475552057221942,-0.016846314072608948,-0.0021669957786798477,-0.9998557567596436,0.0003089355304837227,0.0015146378427743912,0.0018041811417788267,-0.00010620057582855225,-0.000533809419721365,-0.0023415088653564453 +222,-0.016933717005704865,0.0021407115381107344,-2.475543491796418,-0.01693286933004856,-0.002140709897503257,-0.999854326248169,0.002054853830486536,-0.001613969448953867,-0.0010036756284534931,0.0005296729505062103,-0.0003006958868354559,-0.0030295252799987793 +223,-0.016979354671077907,0.0021670868374711974,-2.4756017158578127,-0.016978498548269272,-0.002167085185647011,-0.9998534917831421,0.0012530386447906494,-0.0005214647389948368,-0.001849766238592565,-0.0009048003703355789,0.0005954301450401545,-0.0026488900184631348 +224,-0.01704940575905779,0.002198881987314245,-2.475582192672096,-0.017048537731170654,-0.0021988803055137396,-0.9998522400856018,0.0009705163538455963,-0.0013686972670257092,-0.0005414148326963186,0.00037068314850330353,0.0005509315524250269,-0.001719355583190918 +225,-0.01704837148020669,0.0021885257447484003,-2.4756058733604034,-0.01704750396311283,-0.0021885239984840155,-0.9998522996902466,0.0018713008612394333,-0.0006769201718270779,-0.001971474615857005,-0.0007289834320545197,-0.0003749527968466282,-0.001963496208190918 +226,-0.01705871585028815,0.0021674464072017645,-2.475582394156699,-0.01705784909427166,-0.0021674446761608124,-0.999852180480957,0.0019184919074177742,0.0006223097443580627,0.00040696177165955305,0.0003799907863140106,-0.00024344353005290031,-0.0030622482299804688 +227,-0.01702397377637325,0.0021942194406139536,-2.475571223069822,-0.017023110762238503,-0.002194217639043927,-0.99985271692276,0.0003622593358159065,-0.001572363544255495,-0.00014817470218986273,-5.14741986989975e-05,0.00010376377031207085,-0.0028023123741149902 +228,-0.017081247616190138,0.002121504042324444,-2.475618453342008,-0.01708037778735161,-0.002121502533555031,-0.9998518824577332,-0.0011266227811574936,-0.0008181771263480186,-0.0006550779798999429,-0.0007571466267108917,0.0002446714788675308,-0.0033982396125793457 +229,-0.017109742278969123,0.0021374042446202913,-2.4755789731912996,-0.017108868807554245,-0.0021374025382101536,-0.9998513460159302,-0.00153361726552248,0.00019390229135751724,0.00018051813822239637,-0.000759173184633255,1.643085852265358e-05,-0.0033224821090698242 +230,-0.017120911068571398,0.002147446308390398,-2.475593476140059,-0.017120035365223885,-0.0021474447567015886,-0.9998511075973511,-0.00048416201025247574,-0.00029727304354310036,0.0007957187481224537,-0.0006106756627559662,-9.559723548591137e-05,-0.0018272995948791504 +231,-0.017157483255696878,0.0021171496135412643,-2.4755883039098383,-0.017156602814793587,-0.002117148134857416,-0.9998505711555481,0.001521917525678873,-0.0005685011856257915,-0.0005083035212010145,6.675906479358673e-05,0.0006065280176699162,-0.0020872950553894043 +232,-0.017190731636690253,0.002116591524324653,-2.4756193630962002,-0.01718984730541706,-0.002116590039804578,-0.9998499751091003,-0.0012002494186162949,-0.0017684218473732471,-0.00020549586042761803,6.948597729206085e-05,-0.0007520618382841349,-0.003232240676879883 +233,-0.01721889552554691,0.002151795221513296,-2.4756110846804193,-0.017218004912137985,-0.0021517935674637556,-0.9998494386672974,0.0005971379578113556,0.00023234449326992035,-0.0005625839112326503,0.00037230364978313446,0.0001681509893387556,-0.0014627575874328613 +234,-0.017251854513871474,0.0021149470768597038,-2.4756162319251667,-0.01725096069276333,-0.0021149455569684505,-0.9998489618301392,-0.00020526349544525146,0.0021007414907217026,0.0013769723009318113,0.00028318725526332855,0.00031440844759345055,-0.00218045711517334 +235,-0.017230735698649004,0.0021225978411780638,-2.475622706238021,-0.017229843884706497,-0.002122596139088273,-0.9998493194580078,0.00046319887042045593,0.0005235308781266212,-0.0006238669157028198,0.0002315528690814972,-8.99285078048706e-05,-0.0032176971435546875 +236,-0.017278260606449377,0.0021201366882565562,-2.4756611568881985,-0.017277361825108528,-0.0021201351191848516,-0.999848484992981,-0.0016056550666689873,-0.0007429681718349457,-0.0001318278955295682,-0.0005296450108289719,0.0007621031254529953,-0.002364039421081543 +237,-0.017295188931693902,0.002107175030133939,-2.4756934788834175,-0.01729428768157959,-0.0021071734372526407,-0.9998482465744019,-0.0017602648586034775,0.0010258406400680542,0.0015651839785277843,-0.00026857852935791016,0.00010827183723449707,-0.0024253129959106445 +238,-0.017287437371739708,0.00210353076093788,-2.475739403793082,-0.01728653721511364,-0.0021035291720181704,-0.9998483657836914,0.0002465303987264633,-0.001126845832914114,-0.0016183833358809352,-0.00045943446457386017,-0.0006888294592499733,-0.0022726058959960938 +239,-0.01726640615305308,0.002129517073478163,-2.47581951356195,-0.01726550981402397,-0.0021295154001563787,-0.9998486638069153,-0.0015650056302547455,0.0005453908815979958,0.00023878482170403004,2.308003604412079e-05,-0.00015930249355733395,-0.0031419992446899414 +240,-0.01721058861715514,0.0021719789756098062,-2.4758164465086767,-0.017209697514772415,-0.0021719771903008223,-0.9998495578765869,0.0019261720590293407,-6.700586527585983e-05,0.0023745291400700808,-0.00029213353991508484,0.0003256639465689659,-0.002652883529663086 +241,-0.01718302856579472,0.0021209268398126807,-2.475797859003981,-0.01718214526772499,-0.002120925346389413,-0.9998501539230347,0.00037794094532728195,0.0012240903452038765,-0.0004410728579387069,0.00022963061928749084,0.0011291042901575565,-0.000928044319152832 +242,-0.01718581873409344,0.0021630881511712175,-2.475814053085456,-0.01718493178486824,-0.0021630865521728992,-0.9998499751091003,-0.0011687083169817924,0.0001884130761027336,0.00014070607721805573,-0.0003931913524866104,7.26326834410429e-05,-0.002408266067504883 +243,-0.017159974237977604,0.0021631972609479078,-2.475831972832531,-0.01715909130871296,-0.0021631955169141293,-0.9998504519462585,0.0008533354848623276,-0.0007639839313924313,-0.002192848362028599,-0.0005716215819120407,0.0008204220794141293,-0.002362072467803955 +244,-0.01715504148122352,0.0021301226796673184,-2.4758694011149958,-0.017154160887002945,-0.0021301209926605225,-0.9998505711555481,-0.002641797997057438,-0.0016805301420390606,-0.0021967291831970215,0.0009035523980855942,9.149545803666115e-06,-0.003155350685119629 +245,-0.017174477124508116,0.002126851522510742,-2.4758654842864707,-0.01717359386384487,-0.0021268499549478292,-0.9998502731323242,0.0005839280784130096,-0.0019168751314282417,-0.00028219050727784634,0.0007093604654073715,-0.0002992977388203144,-0.0020875930786132812 +246,-0.017156004471543942,0.00215947315540056,-2.475884478122848,-0.017155122011899948,-0.0021594713907688856,-0.9998505115509033,-0.0027851155027747154,-0.0019182609394192696,-0.0018640474881976843,0.0008282177150249481,3.849947825074196e-05,-0.0022552013397216797 +247,-0.017092141200499466,0.002143668101869666,-2.475878930850051,-0.01709127053618431,-0.0021436663810163736,-0.999851644039154,0.0013190396130084991,-0.000374689232558012,0.0005907227750867605,-0.0003342665731906891,0.0002210591919720173,-0.0024829506874084473 +248,-0.01709078557625013,0.0021220874521657475,-2.4758739227365307,-0.01708991453051567,-0.0021220857743173838,-0.9998517036437988,-0.000604553148150444,0.00011031702160835266,0.0007201663684099913,-0.0004119165241718292,-0.0006092377007007599,-0.002513408660888672 +249,-0.017096010414507215,0.002201090029756715,-2.4759161256878564,-0.017095135524868965,-0.0022010882385075092,-0.9998514652252197,-0.0007285363972187042,0.0004403041675686836,0.00042014301288872957,-0.00029988400638103485,-4.195375367999077e-05,-0.0032918453216552734 +250,-0.017144840457082082,0.002198647742310023,-2.4759081218819334,-0.017143959179520607,-0.002198646077886224,-0.9998506307601929,0.000597669743001461,-0.0005761007778346539,-0.0011393530294299126,0.000206703320145607,-0.0006700060330331326,-0.002483963966369629 +251,-0.017140140064475215,0.002230497822396277,-2.475876185842397,-0.017139257863163948,-0.0022304959129542112,-0.9998506307601929,0.0006602248176932335,-0.0007192813791334629,0.0009033378446474671,0.00017148442566394806,-8.883979171514511e-05,-0.002834916114807129 +252,-0.017149008359347576,0.0021405974394298212,-2.475861499419828,-0.017148127779364586,-0.0021405958104878664,-0.9998506903648376,-0.002046685665845871,0.0016859127208590508,-0.00028083939105272293,-0.0002774074673652649,-0.0006059864535927773,-0.0021329522132873535 +253,-0.017075656809786198,0.0021826332461483966,-2.4758375107462354,-0.017074786126613617,-0.0021826315205544233,-0.9998518228530884,0.00033187586814165115,-0.001962527632713318,-0.0018979946617037058,-0.0006406661123037338,7.691909559071064e-05,-0.0027268528938293457 +254,-0.017112429373445627,0.002232198416651163,-2.4758510177786084,-0.017111551016569138,-0.002232196507975459,-0.9998511075973511,0.00163658382371068,-0.001176583580672741,-3.391643986105919e-05,-0.0006649382412433624,0.00037062400951981544,-0.0029412508010864258 +255,-0.017120347818189136,0.0022342179902154055,-2.4758415913363936,-0.01711946912109852,-0.0022342160809785128,-0.9998509287834167,-0.001803223043680191,-0.0006595971062779427,-0.0029441164806485176,0.0005331672728061676,0.00022005639038980007,-0.0026819705963134766 +256,-0.01709946503322431,0.002236817848881985,-2.4758689817471558,-0.01709858886897564,-0.002236815867945552,-0.9998512864112854,-0.00206148624420166,0.0011275708675384521,-0.0009370349580422044,0.0008327215909957886,7.006782107055187e-05,-0.0025442838668823242 +257,-0.017028963603161442,0.002238885836637358,-2.475920565682291,-0.017028097063302994,-0.0022388838697224855,-0.9998524785041809,-0.0006051408126950264,0.0006821462884545326,-0.00116196449380368,-0.000168556347489357,-0.00018726312555372715,-0.0032144784927368164 +258,-0.017037459613043753,0.002209908780769871,-2.4759197290537105,-0.017036594450473785,-0.002209906931966543,-0.9998524188995361,-0.0010341359302401543,-0.00016137678176164627,-0.001940645044669509,-8.37668776512146e-05,-4.839361645281315e-05,-0.002237975597381592 +259,-0.017044355725184108,0.0021505698310939556,-2.4758879623157872,-0.017043491825461388,-0.0021505681797862053,-0.9998524188995361,-0.0014921864494681358,0.00283957552164793,0.0003166842507198453,0.00031985901296138763,-0.00041290814988315105,-0.0019480586051940918 +260,-0.017035225648872707,0.0021721025532337613,-2.4758850900771487,-0.017034361138939857,-0.0021721008233726025,-0.9998525381088257,0.0011165114119648933,0.000581914559006691,-4.879874177277088e-05,0.0004022829234600067,-0.00016249367035925388,-0.004038393497467041 +261,-0.017061472408314154,0.002195578234557094,-2.475922759283797,-0.017060603946447372,-0.002195576438680291,-0.9998520612716675,-0.00015121512115001678,0.0014024917036294937,-0.0008586416952311993,-0.00048700347542762756,0.00018141651526093483,-0.0028487443923950195 +262,-0.01705908156321286,0.002090003874447553,-2.4759409302035356,-0.01705821603536606,-0.0020900024101138115,-0.9998522996902466,6.241165101528168e-05,0.0016808705404400826,0.0003038328140974045,-0.0003062840551137924,0.0008998170960694551,-0.0025585293769836426 +263,-0.017051092148262274,0.002081989640227003,-2.475931535756637,-0.017050229012966156,-0.0020819881465286016,-0.9998524785041809,0.001078454777598381,0.0010610409080982208,0.00108975893817842,0.000860653817653656,-0.000359418336302042,-0.002192199230194092 +264,-0.017020993141879527,0.0020966072716429875,-2.475963260619374,-0.01702013425529003,-0.002096605719998479,-0.9998529553413391,0.00017433427274227142,-0.001123326364904642,0.0008952287025749683,-0.00019177980720996857,-0.0005584238097071648,-0.0026647448539733887 +265,-0.017062388077721313,0.0021270496407788603,-2.476054780105519,-0.017061522230505943,-0.0021270480938255787,-0.999852180480957,-0.0002039363607764244,0.00029562972486019135,-0.001128723262809217,-0.00048608705401420593,-0.0001465114764869213,-0.0027418136596679688 +266,-0.017118634984229282,0.0021613150315644655,-2.476031325717241,-0.017117759212851524,-0.0021613133139908314,-0.9998511672019958,-0.0003542071208357811,-0.00011166185140609741,-7.04833073541522e-05,0.00037886761128902435,-0.0005852687172591686,-0.0025292038917541504 +267,-0.017137207189354194,0.0021795353955494125,-2.4760432850314182,-0.017136327922344208,-0.0021795337088406086,-0.9998508095741272,-0.001979985274374485,0.0002857903018593788,-0.0018970241071656346,0.0009009763598442078,-0.0002313549630343914,-0.0017971396446228027 +268,-0.017144512204460907,0.0022154037590885922,-2.4760857099380895,-0.017143629491329193,-0.002215401967987418,-0.9998505711555481,-0.0004086587578058243,9.291525930166245e-05,-0.0009310415480285883,0.00048103369772434235,0.0005216763820499182,-0.002743363380432129 +269,-0.017150745264255897,0.0022054477202431318,-2.476068025034766,-0.01714986190199852,-0.002205445896834135,-0.9998505115509033,0.0002552242949604988,0.0018883692100644112,0.0024554042611271143,-0.0007639545947313309,-0.00025121914222836494,-0.0017364025115966797 +270,-0.017103614546610905,0.002113589949904307,-2.476109038445208,-0.017102742567658424,-0.002113588387146592,-0.9998515248298645,0.00019026082009077072,-0.0034137689508497715,0.0010912412544712424,-0.0005364175885915756,0.0003283102996647358,-0.003703773021697998 +271,-0.017219145608323574,0.0020700961577198775,-2.4761071347227825,-0.01721825823187828,-0.0020700946915894747,-0.9998496174812317,-0.0014753397554159164,0.0005552684888243675,-0.00025807449128478765,0.0005861781537532806,0.000696803443133831,-0.0025765299797058105 +272,-0.01718373731245505,0.0020606401703852036,-2.4761027383674437,-0.017182854935526848,-0.00206063874065876,-0.9998502135276794,0.0030005350708961487,0.0011338982731103897,-0.0012576323933899403,-0.0007462203502655029,-0.00010610907338559628,-0.0019960403442382812 +273,-0.017170118346690213,0.002130005524069966,-2.476138772767227,-0.01716923527419567,-0.0021300038788467646,-0.999850332736969,-0.0013374518603086472,0.00028991885483264923,0.00029455963522195816,-0.0008819121867418289,-0.00021984940394759178,-0.002987802028656006 +274,-0.017212265463399212,0.0021868451165720374,-2.476145751616524,-0.017211373895406723,-0.002186843426898122,-0.9998494982719421,-0.0013786545023322105,-0.0009297407232224941,-0.0004823845811188221,-0.000320974737405777,0.0001726835034787655,-0.0027902722358703613 +275,-0.017211874314967353,0.002155743470269027,-2.476147139886,-0.017210984602570534,-0.002155741909518838,-0.9998495578765869,-0.00280078686773777,0.0003844723105430603,0.0006217757472768426,0.0014791730791330338,-0.00014833547174930573,-0.002759695053100586 +276,-0.017148108456484096,0.002109281558070799,-2.476097924637504,-0.017147229984402657,-0.002109280088916421,-0.9998507499694824,-5.531776696443558e-05,-0.002162081189453602,0.0035386078525334597,0.00034730322659015656,-0.0003626439720392227,-0.002682209014892578 +277,-0.017140803947356526,0.0020906703544288498,-2.47613699496106,-0.017139926552772522,-0.002090668771415949,-0.9998509287834167,-0.0004941560328006744,-0.0006423112936317921,-0.00138235988561064,0.000797763466835022,0.00047323713079094887,-0.003963768482208252 +278,-0.017137535682073816,0.0020668464986918554,-2.476171389798166,-0.01713665947318077,-0.0020668450742959976,-0.9998510479927063,-0.00035812146961688995,0.0008322009816765785,0.0001357761211693287,0.00021466240286827087,0.0006477776914834976,-0.0018426775932312012 +279,-0.017164395747396834,0.0020835588399862443,-2.4761545962415124,-0.017163515090942383,-0.0020835574250668287,-0.9998505115509033,-0.0014374414458870888,-0.0003327867016196251,-0.002178419614210725,-0.00047564320266246796,0.0006034548860043287,-0.0027281641960144043 +280,-0.017166353191137528,0.0020503452251980996,-2.47613696544078,-0.017165474593639374,-0.0020503439009189606,-0.9998505711555481,0.002906369511038065,-0.0014660758897662163,0.0010122739477083087,0.0002587363123893738,0.00012773647904396057,-0.0019347071647644043 +281,-0.017170574076281843,0.0020511911429145742,-2.4761187880525877,-0.017169693484902382,-0.002051189774647355,-0.9998505115509033,0.0009538838639855385,0.0007007820531725883,-0.000976616283878684,-0.0010798163712024689,0.0003116875886917114,-0.0030333995819091797 +282,-0.017168545916138672,0.0020880152337349445,-2.4761563176327845,-0.01716766506433487,-0.002088013803586364,-0.9998504519462585,-0.0006061382591724396,0.0010034320876002312,-0.0014879102818667889,-0.00010528415441513062,0.00025695934891700745,-0.003018200397491455 +283,-0.017175620599684704,0.002076182366332077,-2.4761336713781823,-0.01717473939061165,-0.002076180884614587,-0.999850332736969,-0.0020356588065624237,0.0029831314459443092,3.8315076380968094e-05,-0.0004339013248682022,0.00042823213152587414,-0.0030487775802612305 +284,-0.017138352546340743,0.0020267711230544183,-2.4761012227268773,-0.017137479037046432,-0.0020267697982490063,-0.9998511075973511,-0.001187778078019619,-0.0006052176468074322,-0.000908626476302743,-0.0007305629551410675,-0.00020101340487599373,-0.0023003816604614258 +285,-0.01716314549394616,0.0019788313449586184,-2.476126815883213,-0.017162268981337547,-0.0019788299687206745,-0.9998507499694824,-0.00010718777775764465,-0.00015267962589859962,-0.0003770620096474886,5.716830492019653e-05,-0.00034050573594868183,-0.0021175742149353027 +286,-0.017132086960977035,0.001988515802808419,-2.4761182795315677,-0.01713121496140957,-0.0019885145593434572,-0.9998512864112854,-0.00024111662060022354,0.000994160771369934,0.0006172326393425465,0.0001329239457845688,-0.00017823372036218643,-0.0030173659324645996 +287,-0.017073919213620323,0.0019742941989720555,-2.4760741158338875,-0.01707305572926998,-0.001974293030798435,-0.9998522996902466,0.0031133522279560566,0.0023661628365516663,0.0007131219608709216,-0.0006881747394800186,0.0005704844370484352,-0.002528071403503418 +288,-0.01701585364208807,0.0019917149998918164,-2.47602717141663,-0.0170149989426136,-0.0019917136523872614,-0.999853253364563,0.0001408485695719719,-0.00017089443281292915,-3.0374969355762005e-05,0.00021507218480110168,0.000526870135217905,-0.0019930601119995117 +289,-0.017033911324644276,0.0020389012212677616,-2.475994751040634,-0.017033051699399948,-0.0020388998091220856,-0.9998528361320496,-0.0016391482204198837,-0.001892385073006153,0.0004653290379792452,0.00018735043704509735,-0.00015836558304727077,-0.001932382583618164 +290,-0.01703475464824771,0.0020987707821073995,-2.4760073867253825,-0.0170338936150074,-0.0020987691823393106,-0.99985271692276,0.0006521353498101234,-1.0397285223007202e-05,0.0007013550493866205,-0.0005137138068675995,0.000252455472946167,-0.0028175711631774902 +291,-0.01699933247949289,0.0020854215781982714,-2.4760015693510913,-0.016998477280139923,-0.0020854200702160597,-0.9998533129692078,0.002538986038416624,-0.0010808715596795082,-0.002275197533890605,-0.00016765855252742767,0.000132295535877347,-0.002954244613647461 +292,-0.017028858204373762,0.002100548511342808,-2.476014175678749,-0.017027998343110085,-0.0021005470771342516,-0.9998528361320496,-0.0007654512301087379,-0.0008245655335485935,0.0016917675966396928,-0.0003975406289100647,-0.0006765527650713921,-0.0025580525398254395 +293,-0.017015647092238725,0.0021245421949222425,-2.4759550922687787,-0.01701478846371174,-0.0021245405077934265,-0.9998529553413391,-0.0010651592165231705,-0.0011203410103917122,0.0010923859663307667,-0.00013609044253826141,-0.0004541941452771425,-0.0025426149368286133 +294,-0.01703414208313695,0.00215037429626547,-2.475934247105252,-0.017033278942108154,-0.002150372602045536,-0.9998525977134705,-0.0005448069423437119,-0.0017695236019790173,0.0006064575864002109,-0.0013688188046216965,-0.0004893976729363203,-0.0023598670959472656 +295,-0.01700487371146015,0.002091759559737957,-2.47591734311478,-0.017004016786813736,-0.0020917579531669617,-0.999853253364563,0.0021337727084755898,-0.0016806107014417648,0.0007578263757750392,-8.582696318626404e-05,0.0010541602969169617,-0.0032442808151245117 +296,-0.016975788575645592,0.002120590172800069,-2.47588132011601,-0.016974935308098793,-0.0021205886732786894,-0.9998536705970764,0.00022688880562782288,0.0004898663610219955,-0.0032818967010825872,-0.000694742426276207,0.0006099683232605457,-0.003335416316986084 +297,-0.01694817888670579,0.0021144349109098997,-2.475962545240248,-0.01694732904434204,-0.002114433329552412,-0.9998541474342346,0.001059751957654953,0.0001300238072872162,0.0006048886571079493,0.000620424747467041,0.00013079075142741203,-0.002755105495452881 +298,-0.016909936068550832,0.0021646998498721553,-2.47596729514444,-0.01690909080207348,-0.0021646982058882713,-0.9998546838760376,-0.00039009470492601395,0.0003559878095984459,0.00042545772157609463,-7.39414244890213e-05,-0.00042929593473672867,-0.0014117956161499023 +299,-0.016916236480584684,0.0021750899398054516,-2.475952732237523,-0.016915390267968178,-0.0021750882733613253,-0.999854564666748,0.0031065023504197598,-0.00158744677901268,1.3311626389622688e-05,0.0004206392914056778,8.463393896818161e-05,-0.002708911895751953 +300,-0.016942534258219368,0.002245084294498405,-2.475993651683068,-0.016941681504249573,-0.0022450825199484825,-0.9998539686203003,-0.0007367925718426704,-0.001989835873246193,-0.0002561210421845317,-0.00019393861293792725,0.0001851459965109825,-0.002846837043762207 +301,-0.016965917573514285,0.002254981698144139,-2.4760200312656053,-0.01696506142616272,-0.002254979684948921,-0.9998535513877869,0.00034000352025032043,0.0019291965290904045,-0.0025433495175093412,-0.0010250508785247803,-0.0001711677759885788,-0.0026488900184631348 +302,-0.016994793980754035,0.0022556195754367767,-2.476047806316689,-0.0169939324259758,-0.002255617640912533,-0.9998530745506287,-0.0008049206808209419,2.366863191127777e-05,0.0009011463262140751,0.00013297051191329956,-0.0001552710309624672,-0.002084791660308838 +303,-0.016997895643608485,0.0022809879365209094,-2.4760526856000165,-0.01699703373014927,-0.002280985936522484,-0.9998529553413391,0.001701817847788334,0.00010338146239519119,7.271161302924156e-05,-0.0006421282887458801,-0.00022145546972751617,-0.0023595690727233887 +304,-0.017056319961031314,0.002277658463395906,-2.476006210279716,-0.0170554481446743,-0.0022776564583182335,-0.9998519420623779,0.0015136543661355972,0.0013812566176056862,-0.003111309139057994,-0.00021749921143054962,-0.00017900834791362286,-0.001948535442352295 +305,-0.01706779732770836,0.002291854352370378,-2.4760185016140253,-0.017066923901438713,-0.0022918523754924536,-0.9998517036437988,-5.59147447347641e-05,-2.2013671696186066e-05,-5.910568870604038e-05,-0.0002823173999786377,0.0006744207348674536,-0.0034288763999938965 +306,-0.017106419595706693,0.002311499596339597,-2.4760261080344423,-0.01710554026067257,-0.002311497461050749,-0.9998509883880615,0.0005930457264184952,-0.0021323510445654392,0.00026595802046358585,0.0005802735686302185,-0.00011464976705610752,-0.001980006694793701 +307,-0.017103340746773436,0.0023508459623740943,-2.476064193047019,-0.01710245944559574,-0.00235084374435246,-0.9998509883880615,-0.0011348184198141098,0.0011416440829634666,-0.00024476542603224516,-0.00041463039815425873,0.00015357788652181625,-0.0021631717681884766 +308,-0.017141618170809753,0.002370124029377456,-2.4760704799896867,-0.01714073121547699,-0.0023701218888163567,-0.9998502731323242,0.0010277284309267998,0.00017486512660980225,-4.329252988100052e-06,0.000493394210934639,0.0011646777857095003,-0.002530038356781006 +309,-0.01715385340139948,0.0023754960089026117,-2.476079252241924,-0.01715296320617199,-0.0023754937574267387,-0.9998500347137451,-0.0006444798782467842,-0.0005492959171533585,0.0010934616439044476,6.312131881713867e-05,0.0003460750449448824,-0.0018283724784851074 +310,-0.017147841209449434,0.0023683675027076152,-2.4760998268987504,-0.01714695245027542,-0.002368365181609988,-0.9998501539230347,-0.0005269516259431839,-0.0006379373371601105,-0.0010494989110156894,0.0005759093910455704,-0.0007139097433537245,-0.0027590394020080566 +311,-0.01712816428848973,0.0023828316167756208,-2.4761420649303005,-0.017127277329564095,-0.0023828293196856976,-0.9998504519462585,0.002839705441147089,6.721168756484985e-05,0.0005410334561020136,-0.000221962109208107,0.0007043627556413412,-0.0026061534881591797 +312,-0.017090794493059443,0.002423297420745439,-2.476157622693191,-0.01708991266787052,-0.0024232950527220964,-0.9998510479927063,-0.0009110094979405403,-0.0009093675762414932,0.0008856873027980328,0.0006714556366205215,0.0002107704058289528,-0.003124415874481201 +313,-0.017076702529941156,0.00244356684995648,-2.476170487672977,-0.01707582175731659,-0.0024435643572360277,-0.9998512268066406,-0.0004477817565202713,0.0008455179631710052,-0.0013065389357507229,-0.0005480796098709106,0.00024629849940538406,-0.002620697021484375 +314,-0.017097757855347714,0.0024429879414020494,-2.4762181439243176,-0.017096873372793198,-0.002442985540255904,-0.999850869178772,-0.0015149405226111412,0.0009343698620796204,-0.0009188551921397448,6.806477904319763e-05,0.0005661542527377605,-0.0031856298446655273 +315,-0.01715396423877124,0.002477967525882439,-2.4762190343106454,-0.017153069376945496,-0.002477965084835887,-0.999849796295166,-0.0017010988667607307,5.911942571401596e-05,-0.0012812186032533646,0.00035314634442329407,0.000891051022335887,-0.003064572811126709 +316,-0.0171179554808406,0.002387521242631178,-2.4762258864543427,-0.01711707003414631,-0.002387518994510174,-0.9998506307601929,-0.0008439039811491966,0.0006517292931675911,-0.0004121847450733185,-0.0005068276077508926,0.0008158639539033175,-0.0023465752601623535 +317,-0.017141656125272266,0.0023470091455347836,-2.476297521575646,-0.017140770331025124,-0.002347006928175688,-0.999850332736969,0.0016164868138730526,-0.0025264564901590347,-0.0009383626747876406,-5.5884942412376404e-05,-0.0007200096733868122,-0.0015534758567810059 +318,-0.017094617201018777,0.0023219714211943575,-2.4763148029294992,-0.017093738541007042,-0.0023219692520797253,-0.9998511672019958,-0.00015381351113319397,0.001683213748037815,0.0004535396583378315,-8.765608072280884e-05,-0.0002872834447771311,-0.003520965576171875 +319,-0.01716099781651773,0.0023285591145499013,-2.476302702526674,-0.01716010831296444,-0.002328556962311268,-0.9998500347137451,-9.43327322602272e-05,-4.737265408039093e-05,0.001325445482507348,0.00013130158185958862,0.0003601734060794115,-0.0021945834159851074 +320,-0.017132034315583147,0.0023442612943759206,-2.4763440569873514,-0.017131149768829346,-0.002344259060919285,-0.9998505115509033,0.00175443384796381,0.00024808570742607117,-0.0008581902366131544,0.0006363987922668457,0.0003148401156067848,-0.00437617301940918 +321,-0.017154937387120924,0.0023378715122731116,-2.476304077544921,-0.01715404912829399,-0.0023378694895654917,-0.9998501539230347,0.001001616008579731,-0.00027034757658839226,-0.0010113633470609784,7.946416735649109e-05,-0.000256124883890152,-0.002423405647277832 +322,-0.017148071630239677,0.0023382319926679085,-2.47632302933976,-0.017147185280919075,-0.002338229911401868,-0.9998502135276794,0.001873647328466177,-0.0007866248488426208,0.0010367322247475386,-0.001102326437830925,-0.00030154059641063213,-0.0022401809692382812 +323,-0.01715775447491797,0.002356147736800084,-2.4763227757511603,-0.01715686544775963,-0.002356145530939102,-0.9998500347137451,-0.0007568113505840302,-0.0013685361482203007,-0.0005803635576739907,-7.03074038028717e-05,0.0004945732653141022,-0.002576112747192383 +324,-0.017129975911354425,0.0023376019812835556,-2.4762834274055763,-0.017129091545939445,-0.0023375998716801405,-0.9998505711555481,0.0004716822877526283,-0.001055023167282343,0.0007592716719955206,0.0001002829521894455,0.00029292237013578415,-0.0033079981803894043 +325,-0.017107710170373002,0.0023203745328654836,-2.476334758703489,-0.017106829211115837,-0.002320372499525547,-0.9998509883880615,-0.0010667676106095314,-0.00031885458156466484,-0.002515658736228943,0.0002000909298658371,0.00015362445265054703,-0.0020105838775634766 +326,-0.017071383576930707,0.0024273569946750844,-2.4763286606352928,-0.017070503905415535,-0.0024273546878248453,-0.9998513460159302,-0.0005071256309747696,0.0008476283401250839,-0.0024539188016206026,-6.511621177196503e-05,0.0007031112909317017,-0.0014303922653198242 +327,-0.017072282140227588,0.0023899505903220114,-2.4763079478511814,-0.017071403563022614,-0.0023899483494460583,-0.999851405620575,0.0010332576930522919,0.0008080936968326569,0.0019858847372233868,-0.00015576742589473724,0.0006351878400892019,-0.0029256343841552734 +328,-0.017073761872371977,0.002360271609120068,-2.47633076001344,-0.017072884365916252,-0.0023602694272994995,-0.9998514652252197,-0.004083643667399883,-0.00016974005848169327,0.0003129602409899235,0.0012952964752912521,-0.0004931241273880005,-0.0023152828216552734 +329,-0.01702500961239011,0.002316890591690814,-2.476313360069456,-0.017024140805006027,-0.0023168884217739105,-0.9998524188995361,-0.0010749809443950653,-0.0006948201917111874,-0.00012758909724652767,-0.0006607957184314728,-0.00021607056260108948,-0.0018718242645263672 +330,-0.01704050596231783,0.002313216421337503,-2.4763337603630116,-0.01703963615000248,-0.0023132143542170525,-0.9998521208763123,0.0009541697800159454,0.0005735382437705994,-0.001807431923225522,-0.0006758160889148712,0.0007568181026726961,-0.0014295578002929688 +331,-0.0170640365872504,0.0022820950577799324,-2.476357158044691,-0.017063163220882416,-0.002282093046233058,-0.9998518228530884,-0.001236921176314354,0.0006739217787981033,-0.0013347296044230461,0.00021746009588241577,0.00016112113371491432,-0.001887679100036621 +332,-0.017105207147305103,0.002253901972430778,-2.476399418064504,-0.01710432954132557,-0.002253900049254298,-0.9998511672019958,0.0006966544315218925,-0.0002375217154622078,-0.00046823464799672365,-0.0004890542477369308,-0.0009962217882275581,-0.0020104050636291504 +333,-0.0170829091645087,0.002201493389458746,-2.476497582548066,-0.017082037404179573,-0.0022014915011823177,-0.999851644039154,-0.00041638873517513275,-0.0021163057535886765,0.00028668995946645737,-0.0006639342755079269,0.0006756132934242487,-0.002299785614013672 +334,-0.01712288320227282,0.0022620015189248697,-2.476512739033323,-0.017122002318501472,-0.0022619995288550854,-0.999850869178772,0.0030097495764493942,-0.0018045799806714058,0.0008797154296189547,0.0002457816153764725,-0.0004693237133324146,-0.0026515722274780273 +335,-0.017164112331747885,0.0022670422445969516,-2.47649792180817,-0.017163226380944252,-0.0022670403122901917,-0.9998501539230347,0.0004488825798034668,-2.1453946828842163e-05,-0.0011014633346349,-0.0007048174738883972,-0.0005100592970848083,-0.002041935920715332 +336,-0.017073703981839924,0.0023061274795271405,-2.4764930923289037,-0.017072828486561775,-0.002306125359609723,-0.9998515844345093,0.0007275193929672241,-0.000864631962031126,0.00020739762112498283,7.453933358192444e-05,0.0009633523877710104,-0.0030170083045959473 +337,-0.01709441859429527,0.002244853409806425,-2.476497821696166,-0.017093542963266373,-0.002244851551949978,-0.9998513460159302,-0.0010378537699580193,-0.0009836782701313496,-0.00043254042975604534,-0.0008202735334634781,0.00042905588634312153,-0.002406895160675049 +338,-0.017134178419535923,0.0022752105683741318,-2.4765272170091857,-0.01713329553604126,-0.0022752087097615004,-0.9998506307601929,0.0009300438687205315,0.0006508119404315948,-0.000400430872105062,0.00036388635635375977,0.0004441537894308567,-0.002529740333557129 +339,-0.017114365424244212,0.0022780230180345896,-2.4765908062353708,-0.01711348630487919,-0.0022780210711061954,-0.9998509287834167,0.0013942373916506767,0.00021561142057180405,-0.00046757422387599945,-0.00020523928105831146,-0.0003007140476256609,-0.0024225711822509766 +340,-0.01703831557120345,0.0022234803238402492,-2.476652288305812,-0.017037449404597282,-0.0022234783973544836,-0.9998523592948914,-0.0020699836313724518,-8.79904255270958e-05,3.2838666811585426e-05,-0.0004948973655700684,-0.0002179273869842291,-0.002161741256713867 +341,-0.016993204932228206,0.0022605193955986683,-2.476635774313005,-0.016992343589663506,-0.0022605175618082285,-0.9998530745506287,0.0009336797520518303,-0.00021466659381985664,0.0008291711565107107,-0.00046371109783649445,0.00047523900866508484,-0.002542555332183838 +342,-0.017059163728512138,0.002269606401080151,-2.4766930480998437,-0.017058292403817177,-0.0022696044761687517,-0.9998519420623779,-0.0007711648941040039,-0.001513021532446146,0.0003283012192696333,-1.629255712032318e-05,5.707982927560806e-05,-0.0028946399688720703 +343,-0.01711629143506816,0.002263470751047307,-2.476743843373804,-0.017115412279963493,-0.002263468923047185,-0.9998509883880615,-0.002698712982237339,-0.0020005605183541775,-0.0020316611044108868,5.608610808849335e-05,0.0009206952527165413,-0.0015070438385009766 +344,-0.017102937799735898,0.0022461362494160535,-2.4767108414990986,-0.017102060839533806,-0.0022461344487965107,-0.9998512268066406,0.0007799137383699417,0.0018933769315481186,0.0005859916564077139,0.00011902861297130585,0.0003845621831715107,-0.002010345458984375 +345,-0.01711414779520325,0.002274392861100316,-2.476696593338349,-0.01711326837539673,-0.002274391008540988,-0.9998509883880615,-0.0008711852133274078,-0.0016171662136912346,0.001982307294383645,-5.2869319915771484e-05,0.0003365245647728443,-0.0025904178619384766 +346,-0.017095658564941673,0.0022661792751157914,-2.4766228390886784,-0.01709478162229061,-0.0022661774419248104,-0.9998512864112854,-0.0007796967402100563,-0.000608367845416069,0.0011798958294093609,-0.0002086833119392395,-0.00023626373149454594,-0.0024527311325073242 +347,-0.017101896162180538,0.0022836940071753937,-2.47660989185473,-0.017101017758250237,-0.0022836921270936728,-0.9998511672019958,-0.00038713589310646057,0.00041504576802253723,0.001263175392523408,0.0002858322113752365,0.0003916020505130291,-0.0019951462745666504 +348,-0.017111158931756926,0.0022256964359254317,-2.476626133543583,-0.017110280692577362,-0.002225694712251425,-0.9998511075973511,-0.0014782166108489037,-0.0011131102219223976,0.00045813177712261677,0.0002950988709926605,-0.0004903699737042189,-0.0019798874855041504 +349,-0.017117319844356573,0.002208047743705631,-2.4766624153201477,-0.017116442322731018,-0.002208045916631818,-0.9998510479927063,-0.0004115952178835869,-0.001182562205940485,0.00024839676916599274,-0.0001717638224363327,-0.0003401713911443949,-0.0026055574417114258 +350,-0.017120435150443754,0.0021762005244542366,-2.4766581659742526,-0.01711955852806568,-0.0021761988755315542,-0.9998511075973511,-0.0006752023473381996,0.0002721846103668213,0.0019778853747993708,7.549114525318146e-05,0.00022307410836219788,-0.0023156404495239258 +351,-0.01706743524667281,0.0021806652354673505,-2.4766045369703873,-0.01706656627357006,-0.002180663403123617,-0.9998520016670227,-0.00011408329010009766,-0.0015651751309633255,-0.0010754597606137395,-0.00020638294517993927,9.020930156111717e-05,-0.002772510051727295 +352,-0.017065973119356242,0.0021473567045270014,-2.476610321212707,-0.017065105959773064,-0.002147355116903782,-0.9998520612716675,0.0017151357606053352,0.00046090036630630493,-8.00226116552949e-05,9.733252227306366e-05,0.00020948913879692554,-0.002406179904937744 +353,-0.017015267829635056,0.00213156392029894,-2.4766386388179096,-0.017014408484101295,-0.00213156221434474,-0.9998529553413391,-0.0018253820016980171,0.0015960726886987686,4.131114110350609e-06,-0.0001212097704410553,0.00042257807217538357,-0.0020848512649536133 +354,-0.017011377583162988,0.0021072198184663867,-2.4766792472906585,-0.0170105192810297,-0.002107218373566866,-0.9998530745506287,0.00025155581533908844,-0.0007418468594551086,0.00039083557203412056,2.7488917112350464e-05,-0.0003799640107899904,-0.0031528472900390625 +355,-0.017060695050266816,0.0021291624228781244,-2.476650767124189,-0.017059829086065292,-0.002129160799086094,-0.999852180480957,-0.0011256085708737373,-0.00015842169523239136,0.0011425800621509552,-0.0007929522544145584,0.00017603603191673756,-0.0024976134300231934 +356,-0.017053162129352015,0.002107560076324327,-2.4766751529596376,-0.01705229841172695,-0.0021075585391372442,-0.9998523592948914,-0.0009195636957883835,-0.0006762663833796978,0.0014425618574023247,0.00020659714937210083,-0.0006237642373889685,-0.002299070358276367 +357,-0.017089776251271678,0.0021134551977484988,-2.4766864111505913,-0.017088906839489937,-0.0021134535782039165,-0.9998517632484436,7.010530680418015e-05,-0.0020915595814585686,0.00032988586463034153,-0.0008706897497177124,-0.00038898782804608345,-0.0028948187828063965 +358,-0.017105012721649486,0.0021805236839427637,-2.4767030835671386,-0.0171041376888752,-0.0021805218420922756,-0.9998513460159302,0.002186473459005356,0.00011678878217935562,0.0006084577180445194,-1.6223639249801636e-05,0.0009293011389672756,-0.0025900602340698242 +359,-0.017086317756036477,0.0022051046486385364,-2.4767297254765626,-0.017085444182157516,-0.002205102937296033,-0.9998515844345093,0.0013466188684105873,-4.332792013883591e-05,-0.0007258676923811436,-0.0001875031739473343,0.0005266361404210329,-0.0022845864295959473 +360,-0.01705533433224352,0.00222328065084571,-2.476743896270314,-0.017054464668035507,-0.0022232788614928722,-0.9998520612716675,-0.00013537239283323288,-0.00017921067774295807,-0.0009694842156022787,-0.00031003542244434357,0.0009262820240110159,-0.002757132053375244 +361,-0.017085392750367124,0.00221538141401656,-2.4767960681271304,-0.017084520310163498,-0.0022153796162456274,-0.9998515844345093,-0.0004040747880935669,-0.002126657869666815,0.0025813309475779533,-0.00023420341312885284,-0.0002107673790305853,-0.0026202797889709473 +362,-0.017070368128790602,0.0022455540662807156,-2.4768143555353435,-0.0170694962143898,-0.0022455521393567324,-0.9998517632484436,0.0011731702834367752,-0.0006769751198589802,0.0015665579121559858,-0.0006154384464025497,7.880455814301968e-05,-0.002955794334411621 +363,-0.017103820077946967,0.0022721030027407518,-2.4768375931168394,-0.017102941870689392,-0.002272101119160652,-0.9998511672019958,-0.0007221531122922897,-0.0009373282082378864,-0.0014020225498825312,-0.0001700073480606079,-4.723481833934784e-05,-0.0025444626808166504 +364,-0.017077970320187017,0.00227938649854843,-2.4768583074054353,-0.017077095806598663,-0.0022793845273554325,-0.9998515844345093,0.0007155230268836021,4.6795234084129333e-05,-0.002382469130679965,-0.00013481825590133667,-0.0001925393007695675,-0.0024372339248657227 +365,-0.017075579169330786,0.0022861509065119656,-2.476910182084394,-0.01707470417022705,-0.0022861489560455084,-0.9998515844345093,-0.0006675282493233681,0.0009392965584993362,0.0016337363049387932,-0.0007475595921278,-0.0002162919845432043,-0.0025287270545959473 +366,-0.017062549863193246,0.00226521836638418,-2.4769681538422126,-0.01706167869269848,-0.0022652163170278072,-0.9998518824577332,-0.00018425192683935165,0.0007927482947707176,0.0012515945127233863,-0.0001960117369890213,-5.4119620472192764e-05,-0.0023301243782043457 +367,-0.017013778518329394,0.0022346388537836355,-2.476914794647137,-0.017012914642691612,-0.002234637038782239,-0.9998527765274048,0.0017895745113492012,0.0021842336282134056,-0.0007984397234395146,-0.0008398685604333878,-8.46991315484047e-05,-0.002405524253845215 +368,-0.0169571245265315,0.0022506849310595456,-2.476928588549017,-0.01695626974105835,-0.0022506830282509327,-0.9998536705970764,0.00410817563533783,0.000840640626847744,-0.0018598579335957766,-0.00031667761504650116,-0.0006027102936059237,-0.0035032033920288086 +369,-0.016925488204980934,0.0022426811821962354,-2.4769286935001587,-0.01692463830113411,-0.0022426792420446873,-0.9998542666435242,0.0008006272837519646,0.0009628161787986755,0.001978865824639797,0.0002772994339466095,0.00024377787485718727,-0.00309067964553833 +370,-0.01694166740667233,0.002258623554212156,-2.476879452635534,-0.01694081351161003,-0.002258621621876955,-0.9998539686203003,-0.0020573465153574944,0.0004754103720188141,0.001685661030933261,0.00023243948817253113,-0.00039640767499804497,-0.002862095832824707 +371,-0.016879039786692442,0.0022227819140123524,-2.47687532537041,-0.016878196969628334,-0.0022227801382541656,-0.999855101108551,-0.00047245435416698456,-0.0003939736634492874,0.0010502367513254285,-0.00036423467099666595,5.603209137916565e-05,-0.0020369887351989746 +372,-0.016891299958775915,0.002218914266973983,-2.4768544632101843,-0.016890455037355423,-0.0022189123556017876,-0.9998548626899719,-0.00041131116449832916,0.0002631004899740219,0.0013829045929014683,-0.0001383516937494278,3.690621815621853e-05,-0.0021744966506958008 +373,-0.016874627214863595,0.002258366645880166,-2.47685096021846,-0.016873782500624657,-0.002258364809677005,-0.999855101108551,0.0015272353775799274,-0.002735990099608898,-0.0013499711640179157,-0.0009027067571878433,0.00042730988934636116,-0.0026015639305114746 +374,-0.016912862158255673,0.002241406292926156,-2.4768413631586177,-0.016912013292312622,-0.0022414044942706823,-0.9998544454574585,0.0008984282612800598,0.0010607372969388962,-0.0010454269358888268,0.0006461460143327713,-0.0005967302713543177,-0.0019460320472717285 +375,-0.016914430988402084,0.0023356987869685704,-2.4768374455824045,-0.016913577914237976,-0.0023356967139989138,-0.9998542070388794,0.001331075094640255,-0.001164100132882595,-0.001235637697391212,-0.0003288518637418747,-5.9933168813586235e-05,-0.00235825777053833 +376,-0.016946312469406494,0.0023356410151707937,-2.476874847755766,-0.016945455223321915,-0.0023356389719992876,-0.9998536705970764,0.0010082386434078217,0.0001145731657743454,-0.0013594755437225103,-0.0007852558046579361,0.0003214788157492876,-0.0016263723373413086 +377,-0.01700316358635624,0.0023495546477276417,-2.4768673132145316,-0.017002297565340996,-0.0023495524656027555,-0.99985271692276,-0.0018296604976058006,0.0008161189034581184,0.0012259946670383215,0.0007974635809659958,-0.0001681474968791008,-0.0030159354209899902 +378,-0.016982023497624666,0.0023465862185130444,-2.4768835706847128,-0.016981160268187523,-0.0023465841077268124,-0.9998530745506287,-0.00017271190881729126,0.00045896321535110474,0.0010059471242129803,-0.0001544598489999771,0.00016457727178931236,-0.002817213535308838 +379,-0.016959498372717274,0.0023410969620970873,-2.476830475980596,-0.01695863902568817,-0.0023410948924720287,-0.9998534321784973,-0.0009670630097389221,0.0003766799345612526,-0.00023230561055243015,-5.490891635417938e-05,0.0003269349690526724,-0.00293886661529541 +380,-0.016985505566804972,0.0023574094894241045,-2.476840679687999,-0.016984641551971436,-0.0023574072401970625,-0.9998529553413391,-0.00036944542080163956,-0.0024376483634114265,-0.001034512766636908,-0.0003645997494459152,7.5541902333498e-06,-0.0035191774368286133 +381,-0.01699993377975568,0.002364595911050088,-2.476858791403569,-0.01699906773865223,-0.002364593790844083,-0.99985271692276,0.0017745518125593662,-0.0008315672166645527,-0.002238421468064189,-0.0007774215191602707,0.0008081970736384392,-0.0017799735069274902 +382,-0.016999066782485906,0.0023939582080745184,-2.476846950396809,-0.016998199746012688,-0.0023939558304846287,-0.9998526573181152,-0.0005089202895760536,-0.0014437404461205006,-3.9410311728715897e-05,0.0003203433007001877,0.0006544538773596287,-0.0030312538146972656 +383,-0.016903929630878174,0.0024255971382088873,-2.4768183638909185,-0.016903074458241463,-0.0024255947209894657,-0.9998542070388794,0.002158675342798233,0.004093031398952007,0.0010453264694660902,-0.0001257341355085373,0.0004724697209894657,-0.0022667646408081055 +384,-0.016911074591130826,0.0023825410492001008,-2.4768018724330148,-0.016910221427679062,-0.0023825387470424175,-0.9998541474342346,0.0005249371752142906,-0.0006105545908212662,-0.0003022329183295369,-0.0005000550299882889,-0.00019619637168943882,-0.0033959150314331055 +385,-0.016929872034267233,0.002376827856493567,-2.4767755216954597,-0.016929015517234802,-0.002376825548708439,-0.9998538494110107,0.0006238212808966637,1.537241041660309e-05,0.0008784228703007102,-0.0006491076201200485,4.223105497658253e-05,-0.0024043917655944824 +386,-0.016951108526652856,0.002393794794919322,-2.476807174796687,-0.016950247809290886,-0.0023937926162034273,-0.9998534917831421,0.0006281090900301933,0.0017112987115979195,0.001718940562568605,-0.0007957238703966141,-0.0007800357416272163,-0.0016266107559204102 +387,-0.016961724332463447,0.002334031014296461,-2.4767922626582433,-0.016960864886641502,-0.002334028948098421,-0.9998534321784973,-0.0017703250050544739,-0.00020309444516897202,0.0028413436375558376,-0.0004188958555459976,0.0007928912527859211,-0.0025421977043151855 +388,-0.016918249834783884,0.0023311003405743548,-2.476794370690307,-0.0169173963367939,-0.00233109830878675,-0.9998541474342346,0.0006487732753157616,0.003792579285800457,4.81543829664588e-05,-0.0007522795349359512,0.00021012709476053715,-0.0029686689376831055 +389,-0.01695493632031545,0.0023493425344565254,-2.476802621816719,-0.016954077407717705,-0.002349340356886387,-0.9998534917831421,0.0008457396179437637,-0.0003079324960708618,-0.00023164646700024605,-0.000578269362449646,0.00024362769909203053,-0.0016112923622131348 +390,-0.016966984957184385,0.0023873035615390842,-2.4767799315330614,-0.01696612313389778,-0.0023873012978583574,-0.9998531937599182,0.002987610176205635,0.0002293083816766739,0.0003662433009594679,-9.32011753320694e-05,3.744778223335743e-05,-0.0025576353073120117 +391,-0.016972054357397067,0.0023901336643077876,-2.4767388546955256,-0.01697119139134884,-0.00239013135433197,-0.9998531341552734,0.000976921059191227,-0.0008493857458233833,-0.00020473089534789324,-0.002544799819588661,0.00242064893245697,-0.0039920806884765625 +392,-0.01701764591361482,0.0023478142943577154,-2.4767170421641547,-0.017016777768731117,-0.002347812056541443,-0.9998524188995361,0.0030516479164361954,-0.00037694210186600685,-0.0019123604288324714,0.0003999583423137665,0.0019358254503458738,-0.002299010753631592 +393,-0.016991307143941363,0.0024023510964092673,-2.476699349496958,-0.01699043996632099,-0.0024023486766964197,-0.9998527765274048,2.9324553906917572e-05,-0.0021775555796921253,0.0006139329634606838,-0.00016043893992900848,-0.001076655462384224,-0.00036084651947021484 +394,-0.017049136140413125,0.0024349410188846525,-2.476696412968506,-0.01704826019704342,-0.002434938680380583,-0.9998517036437988,0.0018551461398601532,-0.00047498708590865135,-0.0014276921283453703,-0.0005603823810815811,0.0008785421960055828,-0.006602764129638672 +395,-0.017074918223877536,0.002357004085224195,-2.4767591022205626,-0.017074041068553925,-0.002357001882046461,-0.9998514652252197,-0.0007486771792173386,-0.0014258301816880703,0.0012745317071676254,9.100884199142456e-05,0.002112861257046461,-0.0015065670013427734 +396,-0.01705472813196279,0.002369334193170037,-2.476715729693341,-0.01705385372042656,-0.002369331894442439,-0.9998517632484436,0.0006845509633421898,0.0014415392652153969,-0.002089395886287093,0.0009710900485515594,-0.0018878700211644173,-0.0006822943687438965 +397,-0.01708547997019274,0.002432325512611498,-2.4767336049486355,-0.017084598541259766,-0.0024323230609297752,-0.9998511075973511,-0.0012201303616166115,-0.0001390324905514717,-0.0004629247123375535,0.00011682510375976562,0.0006623035296797752,-0.0036126375198364258 +398,-0.017135077824257747,0.0023628945891316627,-2.476758410585746,-0.01713419146835804,-0.002362892497330904,-0.9998503923416138,-0.0018716426566243172,0.0004213862121105194,0.0021572313271462917,-0.0006270371377468109,0.0013252950739115477,-0.001614391803741455 +399,-0.01718235961309516,0.00239892533320687,-2.476741386178151,-0.01718146540224552,-0.0023989230394363403,-0.9998494982719421,0.00048537924885749817,0.0007515214383602142,-0.00031427352223545313,-7.622316479682922e-05,-0.001904055243358016,-0.004346609115600586 +400,-0.017172038552626254,0.0024199805431858543,-2.47666006409375,-0.017171144485473633,-0.0024199781473726034,-0.9998496174812317,-0.002251807600259781,-0.001188088208436966,0.0011663783807307482,0.000539066269993782,-0.0016388597432523966,-0.003568291664123535 +401,-0.01717306825712969,0.00245436506323902,-2.476631673857674,-0.01717217266559601,-0.002454362576827407,-0.9998495578765869,-0.002084835432469845,8.25216993689537e-05,0.001505393418483436,-0.0002991408109664917,0.0023322924971580505,-0.001065969467163086 +402,-0.01725695921288555,0.002327548076266121,-2.4766448523554065,-0.017256055027246475,-0.0023275460116565228,-0.9998483657836914,0.0011060629040002823,-0.001338236965239048,0.0022160597145557404,-0.0010850057005882263,0.0013967601116746664,-0.0007771849632263184 +403,-0.017190855446855613,0.002446729747359502,-2.4766249374889737,-0.017189957201480865,-0.0024467273615300655,-0.999849259853363,-0.0013364925980567932,0.0003271913155913353,-0.0015146802179515362,0.0007867589592933655,-0.0021003917790949345,-0.004911482334136963 +404,-0.01725018771350473,0.0024272418948339167,-2.4766561733673282,-0.017249280586838722,-0.0024272394366562366,-0.9998482465744019,0.0003187544643878937,0.003950448706746101,-0.0007808641530573368,-0.0008628983050584793,0.0036326840054243803,-0.002486288547515869 +405,-0.01727143268132477,0.0022958386186654406,-2.4766551218608925,-0.017270527780056,-0.0022958365734666586,-0.9998482465744019,-0.0015980321913957596,0.000731179490685463,-3.896420821547508e-05,0.0010351762175559998,-0.0008169561624526978,-0.0033866167068481445 +406,-0.017262307158319376,0.002473601383277567,-2.4766838108139653,-0.01726139709353447,-0.002473598811775446,-0.999847948551178,0.0013422593474388123,0.0011183349415659904,-0.0007394113345071673,0.0017584674060344696,-0.002287143375724554,-0.0027918219566345215 +407,-0.017274506897152625,0.0023743526060384292,-2.476690610829411,-0.01727359928190708,-0.0023743503261357546,-0.9998480081558228,0.000709964893758297,-0.0007773884572088718,-0.0016854689456522465,-0.0008538421243429184,0.0032746191136538982,-0.002135634422302246 +408,-0.0172707140822863,0.002195097397199787,-2.476675628408461,-0.017269814386963844,-0.002195095643401146,-0.999848484992981,6.132759153842926e-06,0.00047131720930337906,0.0008814800530672073,0.0015837792307138443,-0.0005209688097238541,-0.003432154655456543 +409,-0.017165184773554814,0.0023050569032446685,-2.476666442570892,-0.01716429553925991,-0.0023050548043102026,-0.9998500347137451,-7.364898920059204e-06,-7.251277565956116e-05,0.001149339834228158,-0.0009021088480949402,-0.0019368883222341537,-0.003094911575317383 +410,-0.017244345468981313,0.0022503693977865514,-2.4766288256479374,-0.01724344678223133,-0.0022503675427287817,-0.9998487830162048,-0.0012243809178471565,-0.000705414917320013,-0.0010118039790540934,-0.0007924400269985199,0.0031658948864787817,-0.0017228126525878906 +411,-0.01722158755054611,0.0021199630609826034,-2.4766378412487886,-0.017220698297023773,-0.002119961427524686,-0.9998494386672974,0.0010048504918813705,3.39532271027565e-05,-0.00045897101517766714,0.0003749970346689224,-0.0011454189661890268,-0.0033243298530578613 +412,-0.017248921000761405,0.002190637044691862,-2.476649535806782,-0.01724802516400814,-0.0021906353067606688,-0.9998488426208496,0.0011642221361398697,-0.0015937681309878826,0.0004297957057133317,-0.0006657950580120087,-0.0023870011791586876,-0.0006089210510253906 +413,-0.017289068936714284,0.0021836701625096693,-2.4765912252855506,-0.017288167029619217,-0.002183668315410614,-0.9998481869697571,-0.0006330637261271477,0.0021618250757455826,0.0011886860011145473,0.0002898760139942169,0.003480665385723114,-0.00195235013961792 +414,-0.017287485544302254,0.0020825575740338236,-2.4766059454644727,-0.01728658750653267,-0.0020825560204684734,-0.9998484253883362,-0.0011989278718829155,0.0006350893527269363,-0.00023549352772533894,-0.00030679628252983093,-0.0013811890967190266,-0.0034016966819763184 +415,-0.017294070347373,0.002228700682251419,-2.4765839945835775,-0.017293164506554604,-0.0022286989260464907,-0.999847948551178,-0.0006756335496902466,-0.0017417040653526783,0.001378944725729525,-0.00037650950253009796,-0.0018301389645785093,-0.002944350242614746 +416,-0.017293047925972502,0.0022248380508519297,-2.476590012480407,-0.017292143777012825,-0.002224836265668273,-0.9998480081558228,0.0015793200582265854,-0.0028889193199574947,-0.0005626431666314602,-0.000697968527674675,0.0021638013422489166,-0.002471327781677246 +417,-0.017338561763107548,0.0021771308113772846,-2.4766289594280124,-0.017337651923298836,-0.0021771290339529514,-0.9998472929000854,-0.0013724947348237038,0.0004413491114974022,0.00044935988262295723,-0.000286247581243515,-5.0653936341404915e-05,-0.0037079453468322754 +418,-0.017391978635411524,0.002318356576537213,-2.476665376457489,-0.017391055822372437,-0.002318354556336999,-0.9998461008071899,-0.0005256170406937599,-0.00040418561547994614,-0.001559453783556819,0.0011709630489349365,-0.0014963424764573574,-0.0028699636459350586 +419,-0.017365178336278604,0.0022793026241304084,-2.4766741785259585,-0.0173642598092556,-0.002279300708323717,-0.9998466372489929,-0.0018295319750905037,3.134924918413162e-05,0.0011730436235666275,-0.0004122294485569,0.002782840747386217,-0.00322037935256958 +420,-0.017345049313723274,0.0021821091982737674,-2.476694313192119,-0.017344137653708458,-0.0021821074187755585,-0.9998471736907959,0.0030991286039352417,0.0004148343577980995,0.000486813485622406,0.0003153309226036072,-0.0009917200077325106,-0.001983821392059326 +421,-0.017275346681177552,0.0023715283350238025,-2.4766823142740613,-0.017274439334869385,-0.002371526090428233,-0.999847948551178,0.0013455403968691826,0.0027001388370990753,-0.00029556837398558855,0.000947536900639534,-0.0008633367251604795,-0.003066420555114746 +422,-0.017269826300047295,0.0022811411229384515,-2.476731413842653,-0.017268922179937363,-0.002281139139086008,-0.9998483061790466,0.0004108855500817299,-0.0010885121300816536,0.0002691815607249737,-0.0007364489138126373,0.002311656717211008,-0.003081381320953369 +423,-0.017291142589741158,0.0023048515246299373,-2.476806247234303,-0.017290234565734863,-0.0023048494476825,-0.9998478293418884,-0.001126202754676342,-0.0011418871581554413,-9.675219189375639e-05,-0.0004557352513074875,-0.0017539884429425001,-0.003356456756591797 +424,-0.017214181682235558,0.00238206579164905,-2.4768775316018186,-0.017213283106684685,-0.00238206353969872,-0.9998490214347839,0.000646393746137619,0.001667732372879982,-0.0017524518771097064,-1.3889744877815247e-05,-0.0004713302478194237,-0.0014784932136535645 +425,-0.01721203290589429,0.0026524651033383406,-2.47690805142415,-0.017211122438311577,-0.0026524621061980724,-0.9998483657836914,-0.011944528669118881,-0.0055792322382330894,-0.0006598250474780798,-0.002655820921063423,0.00854235514998436,0.026551246643066406 +426,-0.017052745616719236,0.002892272723175828,-2.4769326591017453,-0.017051847651600838,-0.0028922685887664557,-0.9998504519462585,0.051710065454244614,0.020678048953413963,-0.0020121117122471333,0.004493864253163338,0.001061213668435812,-0.024411022663116455 +427,-0.016838609451658392,0.0030688229131154276,-2.476979398995997,-0.01683773472905159,-0.00306881801225245,-0.9998535513877869,0.002903356682509184,-0.0030133086256682873,-0.0007443521171808243,-0.01512942835688591,-0.014402495697140694,0.032370030879974365 +428,-0.017717942730980603,0.0033119105773765796,-2.476981122624227,-0.017716918140649796,-0.003311904612928629,-0.9998375773429871,-0.0035411594435572624,-0.0016215667128562927,-0.0004711592337116599,0.009217772632837296,0.011215956881642342,-0.0064795613288879395 +429,-0.01670979856031214,0.002911596600367571,-2.4769669760968624,-0.016708949580788612,-0.002911592600867152,-0.999856173992157,0.005120502319186926,0.0013759508728981018,6.784265860915184e-05,-0.0006250329315662384,-0.0062436810694634914,-0.026907742023468018 +430,-0.017518622709078165,0.003465380955175248,-2.476998921586067,-0.01751762069761753,-0.0034653740003705025,-0.9998405575752258,-0.001200992614030838,-0.0001864871010184288,-0.0008118310943245888,-0.00802559033036232,-0.00018147658556699753,0.00376206636428833 +431,-0.01726083795697637,0.0030217627574815474,-2.4770224467876605,-0.017259901389479637,-0.003021758049726486,-0.9998464584350586,-0.002543979324400425,0.0018668174743652344,-0.0008527513127774,0.011629411950707436,0.008347075432538986,0.003203451633453369 +432,-0.01706823311438972,0.0030504530764269996,-2.4770275120268814,-0.017067324370145798,-0.0030504483729600906,-0.9998496770858765,0.000941254198551178,5.7991594076156616e-05,0.0005479801911860704,-0.009406672790646553,-0.00830209068953991,-0.00677257776260376 +433,-0.01750149936629402,0.0032539878466720986,-2.4770507246146667,-0.017500514164566994,-0.0032539821695536375,-0.999841570854187,-0.00398538913577795,-0.00023932568728923798,0.00021675950847566128,0.005446070805191994,0.0055733174085617065,-0.0006314516067504883 +434,-0.017032499525018292,0.002822412014604372,-2.4770766143400094,-0.017031608149409294,-0.0028224082197993994,-0.9998509883880615,-0.0017289230599999428,-0.0021083923056721687,-0.001934790168888867,0.0005368571728467941,-0.0017094523645937443,0.0013616085052490234 +435,-0.017335082560991727,0.0031747978340893037,-2.4771096722559274,-0.01733412779867649,-0.0031747925095260143,-0.9998447299003601,0.0010575195774435997,0.001503688283264637,0.0028856710996478796,-0.004226541146636009,-0.005919445771723986,-0.006213009357452393 +436,-0.017239526157829702,0.003164727319232263,-2.47709184764479,-0.017238585278391838,-0.003164722118526697,-0.9998463988304138,-0.0008204830810427666,-0.001414187252521515,0.00030210684053599834,0.005580870434641838,0.004812671337276697,-0.0028696656227111816 +437,-0.017100076223820867,0.0030082319533403625,-2.4770916118832114,-0.0170991662889719,-0.0030082273297011852,-0.999849259853363,0.0021513942629098892,-0.0010657869279384613,-0.0004339470760896802,-0.006094193086028099,-0.002744335914030671,-0.0031719207763671875 +438,-0.01736931358099628,0.0032313559196673327,-2.4770944585998302,-0.01736835017800331,-0.0032313503324985504,-0.999843955039978,0.0007696859538555145,-0.0006750659085810184,-0.0025240201503038406,0.006168399006128311,-0.0010716281831264496,-0.0020176172256469727 +439,-0.017080126326458476,0.0031131855758546175,-2.477148495992053,-0.01707921363413334,-0.0031131806317716837,-0.9998493194580078,-0.00022582896053791046,-0.0010494617745280266,-0.00013147585559636354,-0.004466196522116661,0.0027011935599148273,-0.0027751922607421875 +440,-0.01742905830303034,0.003079403563509634,-2.477142167924197,-0.017428092658519745,-0.0030793987680226564,-0.9998433589935303,-0.0009857146069407463,5.743280053138733e-05,0.0008486068109050393,0.001360589638352394,-0.002245919080451131,-0.003208339214324951 +441,-0.01712928242163316,0.003086476402986129,-2.477160078728472,-0.017128363251686096,-0.00308647146448493,-0.9998485445976257,5.05838543176651e-05,-0.0015592006966471672,0.0009686537086963654,0.0006183534860610962,0.0020793918520212173,-0.0034168362617492676 +442,-0.017256531363437636,0.00303027609309351,-2.477151951120837,-0.017255594953894615,-0.00303027150221169,-0.9998465180397034,8.887238800525665e-05,-0.0007648728787899017,-0.000914375064894557,-0.002977559342980385,0.0012907693162560463,-0.003663003444671631 +443,-0.017231916007076385,0.0030729432398608667,-2.477177432083172,-0.017230981960892677,-0.0030729384161531925,-0.9998468160629272,0.0006643664091825485,-0.0011848602443933487,5.093985237181187e-05,0.005496973171830177,-0.0010469346307218075,-0.001114487648010254 +444,-0.017142924524437643,0.0031423679044737126,-2.4771857445670045,-0.017141999676823616,-0.003142362693324685,-0.9998481273651123,-0.000841950997710228,0.00044035352766513824,0.0013199957320466638,-0.004403410479426384,-0.0008859569206833839,-0.0019524097442626953 +445,-0.01729576270216541,0.0031293108760675715,-2.4771637917111726,-0.017294814810156822,-0.0031293057836592197,-0.999845564365387,0.0009817453101277351,0.000423370860517025,-0.0012130325194448233,0.002325942739844322,0.002457919530570507,-0.003328263759613037 +446,-0.017113016381641456,0.003094883234419391,-2.47718993169948,-0.01711209863424301,-0.0030948782805353403,-0.9998487830162048,0.0003488874062895775,-0.0010520345531404018,-0.0001454119337722659,0.0001748446375131607,0.0010654598008841276,-0.0021805763244628906 +447,-0.017241387332119343,0.003225195753469045,-2.477208494007849,-0.01724044419825077,-0.0032251900993287563,-0.9998461604118347,-0.0005470216274261475,-0.0007485938258469105,0.0008332247380167246,-0.0029164161533117294,-0.0002995894756168127,-0.002625703811645508 +448,-0.017205082794740357,0.0032507171564323954,-2.4772436042091095,-0.01720414310693741,-0.003250711364671588,-0.9998466968536377,-0.0022870609536767006,-0.0005130083300173283,-0.00020588235929608345,0.005866864696145058,0.0016180214006453753,-0.0017859339714050293 +449,-0.017041035322173957,0.0032663122226042943,-2.4772450701708317,-0.01704012043774128,-0.003266306361183524,-0.9998494982719421,0.0009650234133005142,0.0026952121406793594,-0.0008619788568466902,-0.00691617839038372,-0.0007772725075483322,-0.006604969501495361 +450,-0.017354360493542494,0.0032609432730511113,-2.477258351200592,-0.017353396862745285,-0.0032609375193715096,-0.9998440742492676,0.001176176592707634,0.0018980195745825768,-0.0023507210426032543,0.0037883352488279343,0.002528515411540866,-0.0043978095054626465 +451,-0.017000841557221764,0.0030988667077470667,-2.4772870782004768,-0.01699994131922722,-0.0030988617800176144,-0.9998506903648376,-0.0018655946478247643,0.0017163930460810661,-0.000934493844397366,-0.00021197274327278137,-0.002989395521581173,0.00018638372421264648 +452,-0.01727500483865945,0.0031797360081210206,-2.4772815988295727,-0.017274057492613792,-0.0031797306146472692,-0.9998457431793213,0.0006407229229807854,-0.0008621644228696823,0.00018211838323622942,-0.0022114161401987076,0.001424970105290413,-0.005571126937866211 +453,-0.017138743690343378,0.003075368343277995,-2.477279130631414,-0.01713782362639904,-0.0030753635801374912,-0.9998484253883362,0.001812993548810482,-0.0004337676800787449,0.00019518902990967035,0.00438147597014904,0.0026023411191999912,-0.0007008910179138184 +454,-0.01715801632719323,0.003067348090424518,-2.477291338486557,-0.017157094553112984,-0.0030673432629555464,-0.9998481273651123,0.002277959603816271,-0.0015613664872944355,0.0013165198033675551,-0.0041899532079696655,-0.0030666901730000973,-0.0009300708770751953 +455,-0.01740895566644598,0.003104109006011357,-2.4772550795055324,-0.017407992854714394,-0.0031041039619594812,-0.9998436570167542,0.0004118476063013077,-0.0019248290918767452,0.0016241000266745687,0.0031410250812768936,0.002570046577602625,-0.0037726759910583496 +456,-0.017136166194492042,0.0029384444935228586,-2.477303758973901,-0.0171352531760931,-0.00293844030238688,-0.9998488426208496,-0.001293344423174858,-0.000794452615082264,0.0005099090049043298,-0.0012515857815742493,0.00254171178676188,-0.0018600821495056152 +457,-0.017351722905270917,0.0029222793962646785,-2.477319238712607,-0.017350777983665466,-0.002922275336459279,-0.9998452067375183,-0.0006089536473155022,-0.0003823349252343178,-0.0010563770774751902,-0.0028671175241470337,-0.0029981345869600773,-0.0008566975593566895 +458,-0.017203945846572217,0.0030308391947096143,-2.4773337412397836,-0.017203018069267273,-0.003030834486708045,-0.999847412109375,-0.0011173626407980919,0.003163502551615238,-0.000972007866948843,0.005194352939724922,0.002084789564833045,-0.0024108290672302246 +459,-0.0172002174465175,0.00292436283603764,-2.4773689499641756,-0.01719929650425911,-0.002924358705058694,-0.9998478293418884,-0.0002749999985098839,-0.0004982678219676018,0.0006395971868187189,-0.0032627396285533905,0.00046769389882683754,-0.0028377175331115723 +460,-0.017307335261106904,0.0029093782338479824,-2.4773311864080276,-0.01730639860033989,-0.002909374190494418,-0.9998459815979004,0.0007463106885552406,3.178231418132782e-05,-0.0018761929823085666,0.0030394326895475388,0.0011698722373694181,-0.003526151180267334 +461,-0.017155906157477408,0.002974427402189492,-2.477333320660869,-0.017154987901449203,-0.002974423114210367,-0.9998484253883362,0.0027189068496227264,-9.794719517230988e-06,-0.00173412193544209,-0.0018422044813632965,-0.0007792389951646328,0.0013285279273986816 +462,-0.017352538103270514,0.0032948691763130186,-2.4773567544687034,-0.017351573333144188,-0.003294863272458315,-0.9998440146446228,0.009896266274154186,0.0023939739912748337,-0.0026911539025604725,-0.004422716796398163,0.008971133269369602,-0.026965618133544922 +463,-0.017211895622822385,0.0033831820887519227,-2.477377271791766,-0.01721094734966755,-0.003383175702765584,-0.9998461604118347,0.0006436565890908241,-0.0003692810423672199,0.0003884828183799982,0.0014333594590425491,-0.00629089679569006,0.009352385997772217 +464,-0.017166562051082423,0.00368937541031403,-2.4773271857514567,-0.01716560125350952,-0.003689367091283202,-0.9998458623886108,0.0032981564290821552,-0.0006143022328615189,-0.001029187347739935,-0.0021825432777404785,0.0012479610741138458,-0.00258028507232666 +465,-0.017148592458458286,0.0035570720161625853,-2.47739069124522,-0.017147643491625786,-0.0035570645704865456,-0.9998466372489929,0.0006755078211426735,0.002388307824730873,0.0010454828152433038,4.254281520843506e-05,0.0068377042189240456,-0.009842634201049805 +466,-0.017121229660173612,0.00361039943795314,-2.477321397164942,-0.017120281234383583,-0.0036103916354477406,-0.9998469352722168,0.0006414186209440231,0.001532633788883686,0.0007799804443493485,0.0008086357265710831,-0.0056364345364272594,-0.004303455352783203 +467,-0.01711285044009634,0.003821564729157175,-2.477321350813681,-0.017111890017986298,-0.0038215555250644684,-0.9998462796211243,0.0016328394412994385,-0.0022705351002514362,0.0015042333398014307,-0.0018853023648262024,-0.0002983179874718189,-0.0018779635429382324 +468,-0.017138593743872114,0.003546829890866401,-2.47730662486159,-0.017137646675109863,-0.003546822350472212,-0.999846875667572,-0.00237154308706522,0.0003195516765117645,-0.00044675020035356283,0.0024281740188598633,0.004889595787972212,-0.0021520256996154785 +469,-0.017007734276528873,0.00357219744461565,-2.477244346554689,-0.017006805166602135,-0.003572189947590232,-0.9998490214347839,-0.0008217720314860344,5.687400698661804e-05,0.00039999373257160187,-0.001486845314502716,-0.005522048566490412,-0.0047286152839660645 +470,-0.01705421524346128,0.0037774222149882077,-2.4772596578468327,-0.01705326698720455,-0.0037774131633341312,-0.9998474717140198,0.00210379296913743,0.0029766717925667763,-0.0023472728207707405,0.0010467972606420517,0.0033349087461829185,-0.004852235317230225 +471,-0.016950495874382666,0.0034874979547353745,-2.4772738216703454,-0.01694958098232746,-0.003487490816041827,-0.9998502731323242,0.0005934350192546844,-0.0004962775856256485,-0.00030936580151319504,-0.00015552155673503876,0.0007409090176224709,-0.0016603469848632812 +472,-0.016935036317809543,0.003734395867661835,-2.477262859585175,-0.0169341079890728,-0.0037343872245401144,-0.9998496174812317,0.0019377665594220161,2.8879381716251373e-05,-0.0018538248259574175,-0.0009034145623445511,-0.0004770385567098856,-0.002957940101623535 +473,-0.016918990541319817,0.0037487965561014114,-2.4772561805428976,-0.016918065026402473,-0.0037487877998501062,-0.9998498558998108,0.0004776809364557266,0.0001720469444990158,-0.0021379024256020784,0.00033176131546497345,0.0008496181108057499,-0.002133786678314209 +474,-0.016890509092323758,0.0037588017163154475,-2.477290879963341,-0.01688958704471588,-0.0037587927654385567,-0.9998502731323242,-0.0019950754940509796,-0.0015838881954550743,-0.00022453581914305687,0.0012035537511110306,-0.0011545366141945124,-0.003506600856781006 +475,-0.01678018846208482,0.0037981154214120245,-2.4773090070044437,-0.016779279336333275,-0.0037981062196195126,-0.9998520016670227,0.0013427799567580223,-0.0001420890912413597,-0.0011159881250932813,0.00020823441445827484,0.0012956652790307999,-0.004161059856414795 +476,-0.016972758975436566,0.003618198181731329,-2.4772621898282776,-0.016971832141280174,-0.003618190297856927,-0.9998494386672974,0.00017966888844966888,-0.0019089081324636936,-0.0008303010836243629,0.0013620909303426743,0.0017871353775262833,-0.0034617185592651367 +477,-0.016854036298568454,0.0035267867183837683,-2.4772435350615236,-0.016853133216500282,-0.003526779357343912,-0.9998517632484436,6.835069507360458e-05,-0.0007285298779606819,-0.0002229626988992095,-0.0014574136584997177,-0.0017680204473435879,-0.007823407649993896 +478,-0.01692292505797297,0.003452716719488481,-2.4772529193983983,-0.016922015696763992,-0.003452709876000881,-0.999850869178772,-0.0026878612115979195,-0.001062389463186264,0.0017122698482125998,0.0006866641342639923,3.4741126000881195e-05,-0.007274985313415527 +479,-0.017001737160729884,0.0032293290158346504,-2.477252508775967,-0.017000829800963402,-0.0032293233089149,-0.9998502731323242,0.0027237734757363796,-0.0003562280908226967,-0.0015320819802582264,0.0002314206212759018,-0.0004327860660851002,-0.012448310852050781 +480,-0.016935470286752765,0.0031366699595538074,-2.477282517314509,-0.016934577375650406,-0.0031366648618131876,-0.9998517036437988,0.0007894681766629219,0.0008744187653064728,0.0007828687084838748,-0.0015590749680995941,-2.1904241293668747e-05,0.004978656768798828 +481,-0.016989286272479413,0.0030971973966585856,-2.4772952635604413,-0.01698838733136654,-0.003097192384302616,-0.999850869178772,9.195413440465927e-05,-0.0006227311678230762,0.00026415777392685413,-0.0010322406888008118,-0.0021213137079030275,0.001743018627166748 +482,-0.01689317303270934,0.003058094736315684,-2.477356915816174,-0.016892289742827415,-0.0030580898746848106,-0.9998526573181152,0.001951109617948532,-0.0014011631719768047,-0.002201292896643281,0.0030373092740774155,0.003531112801283598,-0.007547855377197266 +483,-0.01690292048211161,0.0028961146302551436,-2.477370221987681,-0.016902044415473938,-0.002896110527217388,-0.9998529553413391,-0.0003781598061323166,-0.0019109821878373623,-0.0002640088787302375,-0.003971979022026062,0.00039366912096738815,-9.715557098388672e-06 +484,-0.01698615862045317,0.003088137288778994,-2.477362444495451,-0.01698525995016098,-0.0030881324782967567,-0.9998509883880615,-0.00024033896625041962,0.0019246535375714302,-0.0005190666997805238,0.00438150018453598,-0.0020693382248282433,-0.0028803348541259766 +485,-0.0167589850228562,0.0030107847507635462,-2.4774218316011307,-0.01675812527537346,-0.00301078031770885,-0.9998550415039062,0.0022448948584496975,0.0005285134539008141,-0.0005493721691891551,-0.0018575973808765411,0.0010881726630032063,-0.00174713134765625 +486,-0.017004000848912862,0.0029425938067176236,-2.4774356023540287,-0.01700310781598091,-0.0029425895772874355,-0.9998511075973511,0.001269129104912281,-0.00037606991827487946,0.0007902682991698384,-0.0016126148402690887,0.0012030876241624355,0.00015628337860107422 +487,0.002854439308262837,0.011029428309566205,-2.477552610142919,0.0028542617801576853,-0.011029204353690147,-0.9999350905418396,-0.07619696110486984,-0.15906809270381927,0.002545734401792288,0.03391942009329796,-0.015429535880684853,-0.2001991868019104 +488,-0.0029672739478897973,0.008364285360361231,-2.477528766801421,-0.002967165783047676,-0.008364187553524971,-0.9999606013298035,0.03805822879076004,0.0709083154797554,0.0002597228158265352,0.007926272228360176,-0.0037207724526524544,-0.03586697578430176 +489,-0.003065180709654627,0.008256187404385117,-2.4775497020245587,-0.0030650715343654156,-0.008256093598902225,-0.9999611973762512,-0.0007394040003418922,-0.00423964811488986,0.0016238557873293757,0.0036754230968654156,0.0014506746083498001,-0.002007126808166504 +490,-0.002771220111876152,0.008343857608929573,-2.477537338572435,-0.0027711200527846813,-0.00834376085549593,-0.9999613761901855,0.001138998195528984,0.001259688287973404,-0.0006327583687379956,0.0012299823574721813,-0.0024136854335665703,0.0005412101745605469 +491,-0.0026687743608011954,0.008522782537096395,-2.4775920668113094,-0.002668674336746335,-0.008522679097950459,-0.9999601244926453,0.0002910727635025978,0.0013464223593473434,-4.7077774070203304e-05,0.00028830324299633503,0.0008169915527105331,-0.0036562085151672363 +492,-0.002561722366583974,0.008382684124239476,-2.477609402118049,-0.002561629517003894,-0.0083825858309865,-0.9999615550041199,-9.885989129543304e-05,0.0013307007029652596,0.0002033787313848734,0.003019393654540181,0.0020959656685590744,-0.0029985904693603516 +493,-0.002456707544326114,0.008427266694651823,-2.477627554893115,-0.0024566177744418383,-0.008427167311310768,-0.9999614953994751,-0.0002855677157640457,-0.0011784038506448269,0.0007073403103277087,0.0012664322275668383,-0.003169512376189232,-0.0013812780380249023 +494,-0.0025282477605588203,0.008417912999011627,-2.4776534031221433,-0.002528155455365777,-0.008417814038693905,-0.9999613761901855,-0.0005189506337046623,-0.00076722027733922,0.0007167506264522672,0.001414263853803277,0.0010173013433814049,-0.003975391387939453 +495,-0.002455419308565281,0.00799852763191064,-2.4775899850864316,-0.0024553383700549603,-0.007998442277312279,-0.9999650120735168,-0.001975887455046177,-0.0009254547767341137,0.0012062303721904755,0.0006853188388049603,0.0005368944257497787,0.016200363636016846 +496,-0.002534950974684381,0.007953864120211419,-2.477582621997566,-0.002534867962822318,-0.007953780703246593,-0.9999651312828064,-0.00259392149746418,-0.000314970500767231,0.0012910247314721346,0.0032062551472336054,0.0004311976954340935,0.003596782684326172 +497,-0.002295126288661403,0.00795308370335952,-2.4775979107258497,-0.0022950517013669014,-0.007953000254929066,-0.9999657273292542,-0.00032508932054042816,0.0018394999206066132,-0.0016719007398933172,-0.0015654219314455986,-0.002117801457643509,-0.01108163595199585 +498,-0.0024290690224996075,0.008005886021800298,-2.477625171337293,-0.002428988693282008,-0.008005800656974316,-0.9999650120735168,0.0004091719165444374,0.000635901466012001,-0.0009757319348864257,0.002398471115157008,0.0035044578835368156,0.004618942737579346 +499,-0.002245326748601048,0.007910121299870267,-2.4776052176037595,-0.0022452545817941427,-0.007910039275884628,-0.9999662041664124,5.5431388318538666e-05,0.001432781107723713,0.001220625126734376,0.0009482575114816427,-0.0011689411476254463,-0.0029787421226501465 +500,-0.0022926391454687425,0.008005521373127817,-2.477635134942249,-0.002292563673108816,-0.008005435578525066,-0.9999653100967407,0.000154789537191391,0.000809207558631897,-0.00145681481808424,-0.0011406636331230402,-0.001104060560464859,-0.006519615650177002 +501,-0.0022200292184942306,0.00791152022497815,-2.477631867129298,-0.002219957998022437,-0.0079114381223917,-0.9999662637710571,-0.0018417173996567726,0.0010711364448070526,0.00023377605248242617,0.0005109733901917934,0.0016400758177042007,-0.004367232322692871 +502,-0.0022543367128033363,0.007914689588930017,-2.477598979076936,-0.002254264196380973,-0.007914607413113117,-0.9999661445617676,-0.0018789563328027725,-0.017024099826812744,-0.0017323504434898496,0.0014455483760684729,-0.0012711836025118828,0.0005307197570800781 +503,-0.002231116470913716,0.007961676950447137,-2.4775811874458276,-0.0022310439962893724,-0.007961592637002468,-0.9999658465385437,-0.0029374463483691216,-0.002092890441417694,0.0017557978862896562,-0.0023008163552731276,-0.0008732462301850319,-0.012882053852081299 +504,-0.002209406561094303,0.007922104362851677,-2.4775674354068706,-0.002209335332736373,-0.007922021672129631,-0.9999662041664124,0.00032412726432085037,-0.00033200811594724655,-0.0005614706315100193,0.002712875371798873,0.002749292179942131,-0.0030245184898376465 +505,-0.002098376060179242,0.007830889511410697,-2.477533565051078,-0.002098310273140669,-0.00783080980181694,-0.9999671578407288,-0.0028558336198329926,-0.0011566076427698135,-0.0005500902188941836,0.0006334665231406689,0.0009185783565044403,0.00562816858291626 +506,-0.0021063348960905447,0.007985451034355164,-2.477564827986581,-0.0021062660962343216,-0.007985366508364677,-0.9999659061431885,0.0020692767575383186,0.0008237091824412346,-0.0007206328446045518,-0.0029749106615781784,-0.004191147163510323,-0.016025304794311523 +507,-0.002199065815313853,0.007995984760781323,-2.4775102954582366,-0.002198993694037199,-0.007995899766683578,-0.9999656081199646,-0.0011118119582533836,0.0006389608606696129,-0.0003634261665865779,0.003343402873724699,0.0052493177354335785,0.0102500319480896 +508,-0.0019563766334639416,0.00787418115781073,-2.477491754418044,-0.001956314779818058,-0.007874099537730217,-0.999967098236084,0.0014303699135780334,-0.0016733752563595772,0.0006018001586198807,-0.001919417642056942,-0.002913864329457283,-0.009142398834228516 +509,-0.002184716608136127,0.008175578483249334,-2.477454785894839,-0.002184641780331731,-0.008175487630069256,-0.99996417760849,0.0012180134654045105,0.0017862319946289062,0.0006471140077337623,6.367056630551815e-05,-0.0010865963995456696,-0.014287471771240234 +510,-0.0018848783407112758,0.008008919802584896,-2.4775031775120895,-0.0018848167965188622,-0.008008833974599838,-0.9999661445617676,-0.0015072273090481758,-0.0005189124494791031,0.0015812767669558525,0.003410695819184184,0.0033091269433498383,0.005779743194580078 +511,-0.0019232306776297758,0.008043019960614666,-2.477513782900486,-0.0019231672631576657,-0.00804293341934681,-0.9999657869338989,-0.0006929654628038406,-6.430409848690033e-05,-0.001690258621238172,-0.005172169301658869,-0.004866001196205616,-0.005328953266143799 +512,-0.0020175586644080035,0.008225311214949817,-2.477478609688948,-0.0020174889359623194,-0.008225218392908573,-0.9999641180038452,0.002223658375442028,0.0007531829178333282,-0.0002105820458382368,0.00445889588445425,0.0015876460820436478,-0.00549846887588501 +513,-0.0017324379632434124,0.00800088777549243,-2.477444780839551,-0.0017323816427960992,-0.008000802248716354,-0.9999665021896362,-0.001622661016881466,-0.001498207449913025,0.00031627225689589977,-0.003272501053288579,0.0027517788112163544,-0.0012389421463012695 +514,-0.001983279299622268,0.00811196260145358,-2.477456629761547,-0.001983212772756815,-0.008111873641610146,-0.9999651312828064,0.002628055401146412,0.0007866313681006432,-0.0013384991325438023,0.001830624882131815,-0.0024166908115148544,-0.0016980767250061035 +515,-0.0017057175305663472,0.008131447515785767,-2.477466505838001,-0.0017056603683158755,-0.008131357841193676,-0.999965488910675,0.00020361412316560745,0.0019270097836852074,0.0002998452400788665,0.0023465296253561974,0.002912851981818676,-0.007663905620574951 +516,-0.0018168194419170213,0.008009346202724284,-2.477449150010071,-0.0018167601665481925,-0.008009260520339012,-0.9999662637710571,-0.00048535503447055817,0.0026237256824970245,0.0006596940802410245,-0.0014333619037643075,-0.0007035080343484879,0.0008970499038696289 +517,-0.001700375189997335,0.008154204609658865,-2.477433847996667,-0.0017003178363665938,-0.008154114708304405,-0.9999653100967407,0.000680495984852314,-0.0009605856612324715,0.0007436285959556699,0.0023564458824694157,-0.0021913452073931694,-0.0028117895126342773 +518,-0.0016767663737470534,0.008240597918812159,-2.4773709961470627,-0.0016767086926847696,-0.008240504190325737,-0.9999646544456482,0.0019981293007731438,-1.777615398168564e-05,0.0006542433984577656,-0.0010698734549805522,-0.0003654519096016884,-0.0030108094215393066 +519,-0.001742247170555099,0.008076697917885,-2.4773702149260197,-0.0017421895172446966,-0.008076610043644905,-0.9999658465385437,-0.0015876274555921555,0.0006676474586129189,-0.001618960639461875,-0.00042455841321498156,0.00476545374840498,0.0019342899322509766 +520,-0.0016091009115436425,0.008076938131266378,-2.477397843808554,-0.0016090477583929896,-0.008076850324869156,-0.9999660849571228,0.0013327868655323982,0.0009375307708978653,-0.0011605543550103903,0.0026313867419958115,-0.004389580339193344,0.00010341405868530273 +521,-0.0015898590266114991,0.008247782453881638,-2.4774094725684996,-0.0015898043056949973,-0.008247689343988895,-0.999964714050293,0.002183657605201006,0.001830385997891426,-0.00017564301379024982,-0.003781289327889681,0.0004809647798538208,-0.004902839660644531 +522,-0.001632463170962229,0.00810015717886236,-2.4774539534409685,-0.0016324089374393225,-0.00810006819665432,-0.9999658465385437,0.001093890517950058,-0.0012331842444837093,0.00045128853525966406,0.0034329460468143225,0.001874484121799469,-0.0005528926849365234 +523,-0.001376755554535687,0.008149680606302017,-2.477459258069272,-0.0013767094351351261,-0.008149590343236923,-0.9999658465385437,-0.0019059469923377037,0.0017597349360585213,0.0008333794539794326,-0.002071776892989874,-0.0029893256723880768,-0.007816135883331299 +524,-0.001598867759533495,0.008210143449263275,-2.477500948405721,-0.0015988132217898965,-0.008210050873458385,-0.9999650120735168,0.0020545823499560356,0.0013110572472214699,0.0017676609568297863,-0.0025668363086879253,0.00131307914853096,0.0037644505500793457 +525,-0.0015230133967883326,0.008134175202646013,-2.477542040331182,-0.0015229624696075916,-0.008134085685014725,-0.9999657869338989,0.0021330630406737328,0.0027132267132401466,0.0016923288349062204,0.004361097235232592,0.0029613561928272247,0.009243130683898926 +526,-0.0013666977588921774,0.008114588800263053,-2.477581890405522,-0.0013666523154824972,-0.008114499971270561,-0.9999661445617676,0.0013424446806311607,-0.0019682743586599827,-0.0014387411065399647,-0.0033940901048481464,-0.004474001005291939,-0.0004305839538574219 +527,-0.0017811293769426965,0.008355637945282521,-2.4776299315070425,-0.0017810662975534797,-0.008355541154742241,-0.9999635219573975,0.0012145480141043663,0.002474086359143257,-0.0005369717255234718,-0.0009197394829243422,0.002786083146929741,-0.003866434097290039 +528,-0.0014511658509674683,0.0081007054112278,-2.4776005939094863,-0.0014511176850646734,-0.008100616745650768,-0.9999661445617676,0.0020787790417671204,-0.0010015792213380337,-0.0017533923964947462,0.0030532905366271734,0.0026837466284632683,-0.0006594657897949219 +529,-0.001610968110465852,0.008170724705457615,-2.477587327371453,-0.0016109136631712317,-0.00817063357681036,-0.9999653100967407,-0.0005555953830480576,0.0005815988406538963,0.0004666093736886978,-0.004919847939163446,5.2957795560359955e-05,-0.0016673803329467773 +530,-0.0016779063453288329,0.008138184952301166,-2.4776207596031186,-0.001677850028499961,-0.008138095028698444,-0.999965488910675,-0.0009846119210124016,0.002945495769381523,0.00038828945253044367,0.005156853701919317,-0.0012002838775515556,-0.006153285503387451 +531,-0.0015457155757346494,0.007994843591266381,-2.477649546958671,-0.0015456655528396368,-0.0079947579652071,-0.9999668598175049,-0.0023779934272170067,-0.0020850105211138725,-0.0017864340916275978,-0.0034592170268297195,0.00012122280895709991,-0.0004298686981201172 +532,-0.0018477990594343086,0.00795493051218491,-2.4776402201543166,-0.00184773956425488,-0.007954847067594528,-0.9999666810035706,-0.0018198303878307343,0.0028496934100985527,0.0016178586520254612,0.00023030792362987995,0.002812635153532028,-0.006640374660491943 +533,-0.0015645862613569506,0.0080479378945374,-2.477692400809451,-0.0015645349631085992,-0.008047850802540779,-0.9999663829803467,0.0005476893857121468,0.0038818875327706337,0.0010536020854488015,6.917363498359919e-05,-0.004525391384959221,-0.00816655158996582 +534,-0.0017724307326467176,0.007957104319438883,-2.477707235710931,-0.0017723736818879843,-0.00795702077448368,-0.9999668002128601,0.0010935170575976372,-0.0004057488404214382,-0.0008317341562360525,-0.0028205218259245157,0.002555408515036106,0.0005008578300476074 +535,-0.0017126905374282085,0.007841216479702593,-2.477656156745078,-0.001712637022137642,-0.007841136306524277,-0.9999678134918213,-0.0018939385190606117,0.00010930933058261871,-0.00013436563313007355,0.004367666319012642,0.0019054673612117767,0.008116006851196289 +536,-0.0016381622799442371,0.00788955053589619,-2.4776811413916517,-0.0016381106106564403,-0.007889469154179096,-0.9999675154685974,-0.0003614937886595726,0.0020380914211273193,-4.979618825018406e-05,-0.005182567983865738,-0.0024865074083209038,-0.0069141387939453125 +537,-0.001793149047960285,0.007959584439389917,-2.4777509407795786,-0.001793091301806271,-0.007959499955177307,-0.9999667406082153,-0.002699374221265316,-2.025347203016281e-05,0.0017068382585421205,0.0026628421619534492,0.002496853470802307,-0.004366755485534668 +538,-0.0015689137339077155,0.00781398445214817,-2.477769225505691,-0.0015688651474192739,-0.007813905365765095,-0.9999682307243347,-0.0017034141346812248,-0.0013577882200479507,0.0013004353968426585,0.0008974784286692739,0.0008406387642025948,0.002257049083709717 +539,-0.001776009528933183,0.007938251806295421,-2.477775753545591,-0.0017759526381269097,-0.00793816801160574,-0.9999669194221497,0.00141112320125103,-4.0121376514434814e-06,-0.0002808802528306842,-0.002145556267350912,-0.0023615146055817604,-0.007601439952850342 +540,-0.001771035427382624,0.007944712154635639,-2.477790453914556,-0.0017709785606712103,-0.007944628596305847,-0.9999668598175049,0.0020519490353763103,0.001966336742043495,-0.001470494782552123,0.003708845004439354,0.002863451838493347,-3.314018249511719e-05 +541,-0.0016640930673102626,0.00784467617604881,-2.4777921302478423,-0.0016640410758554935,-0.007844596169888973,-0.9999678730964661,-0.00012135040014982224,1.2014061212539673e-06,0.0003302284749224782,-0.0024710907600820065,0.00018468406051397324,-0.0014359354972839355 +542,-0.0018130545009850054,0.007892348601673423,-2.47782532349207,-0.0018129970412701368,-0.007892266847193241,-0.9999672174453735,-0.0004539294168353081,0.003015464171767235,-0.00043293379712849855,0.0013704921584576368,-0.0014918884262442589,-0.004885077476501465 +543,-0.0015973651727057435,0.007861215087395384,-2.4778363805573322,-0.0015973151894286275,-0.00786113366484642,-0.9999678134918213,-0.0033205002546310425,0.0013962294906377792,0.0006434348179027438,0.0009717047214508057,0.0020170174539089203,0.001341104507446289 +544,-0.001663912808486099,0.007847716382426727,-2.477859198533439,-0.0016638607485219836,-0.007847636006772518,-0.9999678134918213,0.001132393255829811,-0.0010022898204624653,0.0026854905299842358,-0.003875079797580838,-0.00045314524322748184,-0.003755331039428711 +545,-0.0017677737480155456,0.007900554328376885,-2.477875168698566,-0.001767717651091516,-0.007900471799075603,-0.9999672174453735,0.0004400620236992836,-2.4255365133285522e-05,0.00026715872809290886,0.003415666753426194,-0.0005071200430393219,-0.003176093101501465 +546,-0.0015970572054948928,0.007842068960372355,-2.4779008613444122,-0.001597007387317717,-0.00784198846668005,-0.9999679923057556,-0.0002268236130475998,0.0007389122620224953,2.350530121475458e-05,-0.002217689761891961,0.0008076867088675499,-0.00047451257705688477 +547,-0.0017925051268652436,0.007827778401006508,-2.4778738247699494,-0.0017924492713063955,-0.00782769825309515,-0.9999677538871765,0.00011647678911685944,0.0002622082829475403,0.0007724347524344921,0.00019027641974389553,0.00015252735465765,-0.004228413105010986 +548,-0.001624072456868265,0.007850514098948701,-2.4778684824473203,-0.0016240216791629791,-0.007850433699786663,-0.9999678730964661,0.0002885283902287483,-1.2760981917381287e-05,0.00026833219453692436,0.001471433904953301,-0.0006944881752133369,-0.0018784403800964355 +549,-0.0016967431013233316,0.007876621897004317,-2.477848890014331,-0.0016966896364465356,-0.007876540534198284,-0.9999675154685974,-0.0014496194198727608,-0.0021026297472417355,0.0011466838186606765,-0.0026520653627812862,0.0007506869733333588,-0.0020771026611328125 +550,-0.0016872697012902658,0.00786389689660538,-2.477884040824132,-0.0016872166888788342,-0.007863815873861313,-0.999967634677887,0.0009999889880418777,0.0007813544943928719,-0.0002411138266324997,0.0029842141084372997,-4.023592919111252e-05,-0.004457354545593262 +551,-0.0016183022509773917,0.007922453144484394,-2.4778930572338522,-0.0016182507388293743,-0.007922369986772537,-0.9999673366546631,-0.0008585238829255104,0.0019405242055654526,-0.0021368535235524178,-0.0004569446900859475,-0.0006072930991649628,-0.0008718967437744141 +552,-0.0017335978333443526,0.007941650945007765,-2.4779182722994544,-0.0017335423035547137,-0.007941567339003086,-0.9999669790267944,-0.001880742609500885,-0.000520879402756691,-0.0011553869117051363,0.00013136945199221373,0.0009683007374405861,-0.0022302865982055664 +553,-0.0016703816334750403,0.007881498179971228,-2.4779114482972644,-0.0016703290166333318,-0.00788141693919897,-0.9999675750732422,0.0002903677523136139,0.0019063660874962807,-8.570030331611633e-06,0.00023600284475833178,-0.0002972939983010292,-0.0043964385986328125 +554,-0.0016184140593466798,0.007971988140442218,-2.4778494970697547,-0.001618361915461719,-0.007971903309226036,-0.9999669194221497,-0.0011593187227845192,-0.0014832522720098495,0.00043211341835558414,-0.001723312889225781,-0.0007561231032013893,-0.001955687999725342 +555,-0.0016826769557275428,0.007929210568010582,-2.4778290399967413,-0.0016826232895255089,-0.007929127663373947,-0.9999671578407288,0.0009677587077021599,-0.000442426186054945,0.0003461339510977268,0.0010112365707755089,0.002054493874311447,-0.0033897757530212402 +556,-0.0015850111910383766,0.00791683464589326,-2.4777986456195604,-0.0015849608462303877,-0.007916752249002457,-0.9999673962593079,-0.00010939501225948334,-0.0011615408584475517,-0.0010372288525104523,-0.0012684325920417905,-0.00038402900099754333,-0.0014058947563171387 +557,-0.0016581033358849771,0.00799244572505524,-2.477815574903538,-0.0016580496449023485,-0.00799236074090004,-0.9999666810035706,0.00011950824409723282,-0.0006585260853171349,-1.1705444194376469e-05,0.0003610525745898485,0.00024089589715003967,-0.0024136900901794434 +558,-0.0016103777053719957,0.008001522066786981,-2.4778275220299526,-0.0016103254165500402,-0.008001436479389668,-0.9999666810035706,-0.0029766354709863663,-0.000542862806469202,-0.0010894329752773046,0.0011830793228000402,0.0017453329637646675,-0.0033444762229919434 +559,-0.0016155384700417346,0.007983966264419315,-2.477826745198007,-0.00161548622418195,-0.007983881048858166,-0.9999668002128601,0.0010475721210241318,0.000399821437895298,-0.001583488192409277,-0.001100578112527728,3.536231815814972e-06,-0.0017726421356201172 +560,-0.001642839337724364,0.008005452738507102,-2.477846075882091,-0.0016427859663963318,-0.00800536759197712,-0.9999666213989258,0.00044789258390665054,0.00028377119451761246,-0.0006245793774724007,0.00144442159216851,0.00029967911541461945,-0.0031461715698242188 +561,-0.0016641484343060376,0.007977934547078382,-2.4778796410748463,-0.0016640947433188558,-0.007977849803864956,-0.9999668002128601,0.0002627521753311157,0.002499309368431568,-0.0004690965870395303,-0.0008078292012214661,0.0009740656241774559,-0.0017879605293273926 +562,-0.0017254770388773657,0.007938621824962465,-2.477887099660553,-0.0017254218691959977,-0.007938538677990437,-0.9999669790267944,0.0009110588580369949,0.002684338018298149,0.002730350010097027,-0.0006549492245540023,-0.0005911234766244888,-0.002642214298248291 +563,-0.0017573700426536621,0.007951510514380413,-2.477828493557865,-0.0017573136137798429,-0.007951426319777966,-0.9999668598175049,-0.0006985347718000412,6.319023668766022e-06,0.0018163215136155486,0.001284291036427021,4.7373585402965546e-05,-0.002871274948120117 +564,-0.0017553359932929505,0.007987757890469759,-2.4778477708821876,-0.0017552791396155953,-0.007987673394382,-0.999966561794281,-0.00031639356166124344,-0.00019648205488920212,-0.0007670809281989932,-0.0014032903127372265,0.0006787125021219254,-0.003253042697906494 +565,-0.002041513704743815,0.007798273783152836,-2.477867253798803,-0.00204145023599267,-0.007798194885253906,-0.9999675154685974,0.00037152785807847977,-0.0028455769643187523,-0.0018054110696539283,0.0006529004313051701,-0.0016775131225585938,-0.0017262101173400879 +566,-0.002176887886178498,0.007801853204680368,-2.4778561769082144,-0.002176819834858179,-0.0078017739579081535,-0.9999672174453735,-0.0010247277095913887,-0.0006642304360866547,-0.0007957695634104311,0.003870545420795679,0.00012660305947065353,-0.007234930992126465 +567,-0.0012091854487859617,0.008235978633218495,-2.472705145497537,-0.0012091441312804818,-0.008235885761678219,-0.9999653697013855,-0.03790190815925598,-0.07705473154783249,0.013887808658182621,0.024753455072641373,0.004375412128865719,-0.010502159595489502 +568,0.004806876094993765,0.011082062616900283,-2.4734665536582185,0.004806562326848507,-0.011081836186349392,-0.9999270439147949,0.050848979502916336,0.10095210373401642,-0.117645762860775,-0.08213810622692108,0.06105437129735947,0.017108440399169922 +569,0.002774559632122638,0.009121112367954001,-2.4634858618444455,0.002774440683424473,-0.009120985865592957,-0.9999545812606812,0.0038134492933750153,0.006764505989849567,0.15389332175254822,-0.0796939954161644,-0.023563340306282043,0.0007022619247436523 +570,0.010832870578301328,0.01817071220041722,-2.462118248300443,0.01083087082952261,-0.018169712275266647,-0.9997762441635132,0.02866380102932453,0.6236894726753235,-0.018409548327326775,0.018160829320549965,0.012279819697141647,0.06587731838226318 +571,0.055428933054855974,0.00888189603042778,-2.4681523637913583,0.0553983673453331,-0.00888177938759327,-0.9984248280525208,-0.0876907929778099,-1.1044965982437134,-0.053548406809568405,0.0349489189684391,-0.10916021466255188,-0.09801071882247925 +572,0.0034695446506105274,0.04377313723927735,-2.4854754196150393,0.0034662142861634493,-0.04375915974378586,-0.9990360736846924,0.7288283109664917,-0.7111308574676514,-0.39954623579978943,-0.0034509552642703056,-0.03480834513902664,-0.23375201225280762 +573,-0.0945584905359084,0.12793715940095818,-2.577570805162918,-0.09364598244428635,-0.1275884360074997,-0.9873963594436646,1.079034447669983,-0.06929663568735123,-1.1076006889343262,0.28105443716049194,0.1334783434867859,0.021133601665496826 +574,-0.2710286150878464,0.2343598200874847,-2.6643125762807993,-0.26040396094322205,-0.2322203516960144,-0.937157154083252,0.8345670700073242,-4.358200550079346,-0.1596800684928894,0.17387136816978455,-0.11697705090045929,-0.41614484786987305 +575,-0.6311169536281245,0.2672624140485774,-2.5843346293509466,-0.5690987706184387,-0.26409202814102173,-0.7787052989006042,0.9499740600585938,-2.9526498317718506,0.7159301042556763,0.21578150987625122,-0.043158918619155884,-0.13677620887756348 +576,-0.8528086530720118,0.27555002548358143,-2.4022602096686803,-0.724719762802124,-0.27207624912261963,-0.6330527663230896,1.2083427906036377,0.6288938522338867,1.7291407585144043,0.4857823848724365,-0.10051286220550537,0.3504294157028198 +577,-0.8161551355681461,0.2688809826005351,-2.221636515132604,-0.702340841293335,-0.2656528055667877,-0.6604134440422058,0.9214289784431458,0.423118531703949,1.129463791847229,0.28408217430114746,-0.03825652599334717,0.3541848063468933 +578,-0.7403778903060385,0.20650695238889383,-2.110798372307681,-0.6602345108985901,-0.20504233241081238,-0.7225289940834045,0.2079872339963913,0.9197252988815308,0.8047179579734802,-0.04246324300765991,0.001093342900276184,0.012827455997467041 +579,-0.711460898070825,0.18770409945889172,-1.985975331144827,-0.6414722204208374,-0.18660381436347961,-0.7441051006317139,-0.36217185854911804,1.5153448581695557,0.9020286202430725,-0.2928234338760376,-0.05257771909236908,0.12932848930358887 +580,-0.6612010387551606,0.17974592209117696,-1.9777588197093905,-0.6041721105575562,-0.17877960205078125,-0.77653968334198,0.5152517557144165,-1.281928300857544,-0.33039334416389465,-0.12928730249404907,0.05042266845703125,-0.007090628147125244 +581,-0.7563410027690879,0.1857135142961456,-2.001289587745443,-0.6744641661643982,-0.1846478283405304,-0.7148449420928955,-0.32179519534111023,-0.4714769423007965,0.04469289630651474,0.07668590545654297,0.03506593406200409,0.011216402053833008 +582,-0.7673905560217056,0.1778075515285634,-2.015056126021043,-0.6833137273788452,-0.176872119307518,-0.708377480506897,-0.29709392786026,-0.07329963892698288,-0.24882301688194275,0.056009650230407715,0.0047987401485443115,-0.03353536128997803 +583,-0.7093096986539148,0.16494502610191308,-2.0798717514007663,-0.642470121383667,-0.164198100566864,-0.7485125660896301,-0.7373764514923096,0.743205189704895,-0.03791011497378349,0.07939028739929199,0.04417248070240021,0.009529411792755127 +584,-0.6342954723434799,0.1405892688156253,-2.125057799015192,-0.5867632627487183,-0.14012660086154938,-0.797542154788971,0.020733382552862167,0.17174112796783447,-0.1551586538553238,-0.02342045307159424,0.018941298127174377,-0.024738788604736328 +585,-0.6530088786822057,0.15503945521036477,-2.114405354824417,-0.6002913117408752,-0.15441907942295074,-0.784732460975647,0.2093748301267624,-0.4204658567905426,0.06556650996208191,-0.03441321849822998,-0.0022428929805755615,0.03935593366622925 +586,-0.6759599817681177,0.16494381263803512,-2.1085894949895945,-0.6171549558639526,-0.1641969084739685,-0.7695187926292419,0.21544472873210907,-0.21149058640003204,-0.18717265129089355,-0.05055439472198486,0.069424569606781,0.0020779967308044434 +587,-0.6919915158316109,0.19460682381609573,-2.109167752116692,-0.6260274648666382,-0.19338078796863556,-0.7554425597190857,0.07198725640773773,-0.09033330529928207,-0.13298708200454712,0.01703399419784546,0.05690619349479675,0.05359935760498047 +588,-0.6794598846450101,0.17934695324183794,-2.116185795281151,-0.6182941198348999,-0.17838704586029053,-0.7654348015785217,-0.21599657833576202,0.23555992543697357,0.18387551605701447,-0.009650826454162598,0.012569770216941833,-0.0008310079574584961 +589,-0.6523109885343782,0.15627674775532469,-2.111085610005674,-0.5996270775794983,-0.15564142167568207,-0.7849987745285034,-0.09839961677789688,0.30025041103363037,0.08981803059577942,-0.12315124273300171,-0.021955639123916626,-0.000920414924621582 +590,-0.6302819185407508,0.17114515611838302,-2.121598298514914,-0.5807620286941528,-0.1703108847141266,-0.7960588335990906,0.36549806594848633,-0.05908835306763649,-0.45573535561561584,0.004162907600402832,-0.02335365116596222,-0.02178168296813965 +591,-0.6408096393854001,0.22290647307426756,-2.136312444421672,-0.5830534100532532,-0.22106511890888214,-0.7817793488502502,0.45479971170425415,0.4040354788303375,0.028004523366689682,0.17123401165008545,0.019267648458480835,0.006358206272125244 +592,-0.5715418834481468,0.16763246367160134,-2.092970477693528,-0.5333470702171326,-0.16684846580028534,-0.829278290271759,-0.994102418422699,0.613055408000946,0.6959637403488159,-0.05544370412826538,0.02080664038658142,0.014809846878051758 +593,-0.5614345090232855,0.12225976376494899,-2.094823384264893,-0.528427004814148,-0.12195540964603424,-0.8401736617088318,0.026442788541316986,-0.49630865454673767,-0.12812332808971405,-0.09004223346710205,0.07605697214603424,-0.03888511657714844 +594,-0.5984739085447318,0.1176304698585176,-2.092594881611523,-0.5594890713691711,-0.11735938489437103,-0.8204869627952576,-0.1959911286830902,0.03356032446026802,0.08868979662656784,-0.03223150968551636,-0.03463341295719147,0.05815786123275757 +595,-0.6036716409377555,0.09238537587669247,-2.129742340891133,-0.5652481913566589,-0.09225401282310486,-0.8197461366653442,-0.5237256288528442,-0.1961924433708191,-0.37195807695388794,0.04243624210357666,0.05798278748989105,-0.06270015239715576 +596,-0.6135981380254545,0.09229171921391274,-2.157785619600783,-0.5733623504638672,-0.09216075390577316,-0.8141019344329834,-0.3003827631473541,-0.04683385044336319,0.0698162391781807,0.10307121276855469,0.06748729944229126,-0.008346796035766602 +597,-0.592179781324815,0.08077203550112223,-2.1282323988250176,-0.5563511848449707,-0.08068423718214035,-0.8270208239555359,0.8374578952789307,0.5011002421379089,0.36635056138038635,-0.12040656805038452,0.022960223257541656,-0.11580449342727661 +598,-0.5155240080565168,0.13629454901934254,-2.0249104463663112,-0.48841896653175354,-0.1358729749917984,-0.8619660139083862,1.2384809255599976,0.7358792424201965,0.4783846139907837,-0.09019431471824646,-0.0441807359457016,0.025814950466156006 +599,-0.5217549857996587,0.224157468053426,-1.9802087385392122,-0.48593321442604065,-0.22228498756885529,-0.8452563285827637,0.13344629108905792,0.07164642214775085,-0.3883586823940277,-0.04025086760520935,0.023127272725105286,0.17341184616088867 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/standing/9E813B22-822F-469D-9697-F0DF62A39C1F.csv b/BoostRunClub/CoreML/DataSet/Motion/standing/9E813B22-822F-469D-9697-F0DF62A39C1F.csv new file mode 100644 index 0000000..c1f4b2d --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/standing/9E813B22-822F-469D-9697-F0DF62A39C1F.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-1.4482896793561297,0.3189328122763566,0.8412035674083232,-0.942453920841217,-0.3135533630847931,-0.11603794991970062,-0.12201046198606491,0.21372023224830627,0.27101218700408936,0.010447144508361816,-0.021361738443374634,0.017542488873004913 +1,-1.4752195703159712,0.30183977133119416,0.8520261925439758,-0.9504335522651672,-0.2972773015499115,-0.09111697226762772,0.0743473470211029,-0.1129324808716774,0.09832779318094254,-0.0032560229301452637,-0.025446057319641113,-0.0066612884402275085 +2,-1.5176859218174525,0.29995287886436106,0.8608305284862284,-0.9540033936500549,-0.29547518491744995,-0.05071520060300827,0.27070340514183044,-0.7104354500770569,0.021466266363859177,0.03118234872817993,-0.013667881488800049,-0.10789990425109863 +3,-1.560291833819038,0.29290428915313105,0.8867661625450044,-0.9573564529418945,-0.2887340188026428,-0.010056913830339909,0.30534082651138306,-0.5445154905319214,-0.0033621732145547867,0.027958929538726807,-0.03272286057472229,-0.052000582218170166 +4,-1.6306256491260218,0.2817212747128638,0.9149254283379868,-0.9588595032691956,-0.27800947427749634,0.057436466217041016,-0.014571291394531727,-0.01298356894403696,0.11724059283733368,0.018552005290985107,-0.006170153617858887,0.0055212900042533875 +5,-1.6918222366774716,0.2636160501367732,0.9432327688447006,-0.9583920836448669,-0.2605733871459961,0.11655992269515991,0.14677463471889496,-0.5348447561264038,0.17367002367973328,0.03415191173553467,-0.004639625549316406,0.04596138000488281 +6,-1.7150662665377885,0.24155707249821612,0.9369755669563071,-0.9608795046806335,-0.23921477794647217,0.1395958811044693,0.033013857901096344,-0.5479881763458252,0.08781807124614716,-0.034115612506866455,-0.03448212146759033,0.019049763679504395 +7,-1.7269477495033339,0.2366876459046482,0.9148765365303857,-0.9602922797203064,-0.23448391258716583,0.15118178725242615,-0.20483005046844482,-0.06844136118888855,0.07264748215675354,0.008510112762451172,-0.006437093019485474,-0.046521782875061035 +8,-1.7467317833974128,0.22051945531386766,0.9055637923417861,-0.9607210755348206,-0.21873652935028076,0.17079073190689087,-0.2032804638147354,0.06232047080993652,0.20859584212303162,0.007123053073883057,-0.011304974555969238,-0.007201194763183594 +9,-1.7662724542007815,0.19602392764628251,0.8977295321505545,-0.9621688723564148,-0.1947709619998932,0.19051381945610046,0.035633571445941925,-0.26826223731040955,0.3155859410762787,-0.0031937360763549805,-0.011009126901626587,-0.034797877073287964 +10,-1.8007615638286676,0.16441390959372706,0.9016737293236297,-0.960543692111969,-0.16367417573928833,0.22486969828605652,0.25433140993118286,-0.6002294421195984,0.34279948472976685,0.008441150188446045,-0.01322096586227417,-0.04438881576061249 +11,-1.8426944680345168,0.1291355785661581,0.9022101613884026,-0.9552423357963562,-0.12877696752548218,0.2663241922855377,-0.0046209534630179405,-0.32225996255874634,0.5194185972213745,0.0007593035697937012,0.024086415767669678,-0.010739445686340332 +12,-1.8379479019730773,0.09475120042605235,0.8752398267279834,-0.9602004289627075,-0.09460949152708054,0.26280105113983154,-0.3110209107398987,-0.10709724575281143,0.5541597604751587,0.06516551971435547,0.05936165153980255,0.053864628076553345 +13,-1.867684964438302,0.05958006972547475,0.8301329670833708,-0.954554557800293,-0.05954482778906822,0.2920272946357727,-0.14971813559532166,-0.4992503225803375,0.34728923439979553,-0.010640144348144531,0.03401687741279602,0.02375328540802002 +14,-1.938713011043313,0.01442136125956483,0.7932952756731468,-0.9329814910888672,-0.014420861378312111,0.3596348762512207,-0.4188598692417145,-0.7320387959480286,0.6892083883285522,0.0018293261528015137,-0.011946347542107105,0.12640327215194702 +15,-1.9967646517201203,-0.005429837361290001,0.7182789011348168,-0.9106255173683167,0.005429810844361782,0.4131966233253479,-0.4699837267398834,-0.047280311584472656,0.12633024156093597,-0.2522009015083313,-0.15530163049697876,-0.16516512632369995 +16,-1.8773588043211318,0.02996567044500063,0.7226820635190939,-0.9529485702514648,-0.02996118552982807,0.30164769291877747,0.15372681617736816,2.7278554439544678,-0.8388363122940063,-0.18579959869384766,-0.23021644353866577,-0.42812788486480713 +17,-1.725827429782984,0.11026501112429796,0.8272271522430434,-0.9820064902305603,-0.11004170775413513,0.15347307920455933,0.4714607894420624,-0.14186085760593414,-0.7761726975440979,0.13274812698364258,-0.07686319202184677,0.3122251033782959 +18,-1.8492200634655955,0.08424317364096115,0.8707646770953513,-0.9580801129341125,-0.08414356410503387,0.2738657593727112,0.7290852665901184,-1.6282953023910522,0.39653685688972473,0.06711941957473755,0.4465855658054352,0.2077321708202362 +19,-1.8690137727226352,0.03828337230126325,0.8175047680795526,-0.955161452293396,-0.038274019956588745,0.29360154271125793,-0.895452618598938,-0.44241684675216675,0.3505571782588959,-0.051003217697143555,0.08333322405815125,0.36035969853401184 +20,-1.860487479573167,0.03428731927612475,0.6333204291851815,-0.9577690362930298,-0.034280601888895035,0.28548842668533325,-2.231118679046631,0.5100594162940979,0.3631132245063782,0.030736446380615234,-0.26099222898483276,0.02135065197944641 +21,-1.8202938115216651,0.09124078850138408,0.5041814702754359,-0.9650057554244995,-0.09111424535512924,0.24588994681835175,-0.7859483361244202,0.10847945511341095,-0.7125729322433472,-0.07509416341781616,-0.2899892330169678,-0.26128607988357544 +22,-1.800916084098085,0.13294133557897816,0.49330863789466356,-0.9650478959083557,-0.13255009055137634,0.2260814607143402,0.2612919509410858,-0.3971221148967743,-0.24200692772865295,-0.021982014179229736,-0.004000797867774963,-0.15776792168617249 +23,-1.9005394514051817,0.11946162519298288,0.599009626641773,-0.9393823742866516,-0.1191776841878891,0.3214922249317169,1.3760091066360474,-0.6621842384338379,-0.018343649804592133,0.03870195150375366,0.0780857726931572,-0.10823538899421692 +24,-2.0440627643202354,0.021966690003699777,0.7286690898357705,-0.8898694515228271,-0.021964922547340393,0.45568612217903137,1.258406639099121,-1.6247553825378418,0.030345004051923752,-0.12937182188034058,0.2699965536594391,-0.07450631260871887 +25,-2.0089181106949576,-0.01682923400463544,0.7789657023150112,-0.9054216742515564,0.016828440129756927,0.42417922616004944,0.6492266654968262,1.1922264099121094,-0.08464764803647995,-0.075336754322052,0.06788837909698486,0.3380124866962433 +26,-1.970939138283515,-0.009086060917208722,0.7921631875924287,-0.9209675192832947,0.009085935540497303,0.3895338773727417,-0.19708915054798126,0.27381134033203125,-0.07535701990127563,-0.05602234601974487,0.02932041883468628,0.14690428972244263 +27,-1.9584252459127451,0.002566783570465789,0.8174563879472764,-0.9258047342300415,-0.002566780662164092,0.37799301743507385,0.2495345175266266,0.39571428298950195,-0.13436749577522278,-0.032370805740356445,-0.015804797410964966,-0.03189319372177124 +28,-1.926555757913425,0.011409610252178804,0.8224724840807625,-0.9373211860656738,-0.011409362778067589,0.3482796549797058,0.29274314641952515,-0.16937893629074097,-0.2744394838809967,0.018253862857818604,-0.07425346970558167,-0.09463277459144592 +29,-1.924816328959138,0.015435830243283205,0.8435230880976844,-0.9378749132156372,-0.015435216948390007,0.3466300070285797,0.01507122814655304,0.05861804261803627,0.02124120108783245,0.03920853137969971,-0.042716026306152344,-0.06803512573242188 +30,-1.905660011320656,0.012860597007792558,0.8452379692909829,-0.9443768858909607,-0.012860242277383804,0.32861319184303284,0.17222915589809418,0.27114564180374146,0.042931344360113144,-0.058766305446624756,0.022259654477238655,-0.12371820211410522 +31,-1.8580393451025414,0.00063803966795877,0.8270822995079808,-0.9590283632278442,-0.0006380396080203354,0.2833092212677002,-0.06082705408334732,0.34630730748176575,0.05256807059049606,0.016645610332489014,-0.06921669840812683,-0.07975700497627258 +32,-1.833280335731408,-0.007937745126594618,0.8188866785061903,-0.965718150138855,0.007937661372125149,0.25947216153144836,-0.1518719643354416,0.30553460121154785,0.09726502001285553,0.01868128776550293,-0.02266240119934082,-0.02376958727836609 +33,-1.8138469613788573,-0.009287782594527772,0.8144912022412526,-0.9705663919448853,0.00928764883428812,0.24065431952476501,-0.3731813132762909,0.7335875034332275,-0.004204193130135536,-0.007354080677032471,-0.013834775425493717,0.0938945859670639 +34,-1.6939442889844776,-0.0008008973456594278,0.7689993702308291,-0.9924265146255493,0.0008008972508832812,0.1228368952870369,-0.13297440111637115,0.674810528755188,0.260856032371521,-0.4308827519416809,-0.22708871960639954,0.24763131141662598 +35,-1.6837588055227537,-0.0010452998439484573,0.7923045037484023,-0.9936258792877197,0.00104529969394207,0.11272231489419937,0.2897301912307739,-0.5703251361846924,-0.029447058215737343,-0.015605568885803223,-0.09261330962181091,-0.10672570765018463 +36,-1.6943041202440414,-0.0010032388784353093,0.8114048472305951,-0.9923819899559021,0.0010032387217506766,0.12319394946098328,-0.0007419753819704056,0.07541798800230026,-0.0008161747828125954,0.0026207566261291504,-0.013088196516036987,-0.05362917482852936 +37,-1.6886656071755948,-0.0007469260336025298,0.8252584015751482,-0.9930611848831177,0.000746925943531096,0.11759650707244873,-0.04630206525325775,0.043925344944000244,0.008106970228254795,0.004184842109680176,-0.018264025449752808,0.02022087574005127 +38,-1.7291961122622617,-0.0005810131825585175,0.82886622277199,-0.9874808192253113,0.000581013155169785,0.15773820877075195,0.03331705555319786,-0.26420506834983826,-0.001556864008307457,0.008370161056518555,-0.00294610857963562,0.07178449630737305 +39,-1.7240100035275943,-0.000731781798072424,0.8231321911042961,-0.9882854223251343,0.0007317817071452737,0.15261489152908325,-0.5572957396507263,1.3308520317077637,0.08246582746505737,0.007648885250091553,-0.08688288927078247,0.17111550271511078 +40,-1.687698888969711,-0.0003457391161767192,0.8024539375240035,-0.9931745529174805,0.0003457390994299203,0.11663646250963211,-0.0448780432343483,0.028439193964004517,0.0029578357934951782,0.006770193576812744,-0.008722811937332153,0.001420728862285614 +41,-1.687662866241605,-0.0002879665404842383,0.8018908652304283,-0.9931788444519043,0.0002879665407817811,0.11660069227218628,0.0036218813620507717,-0.00030874786898493767,-0.0008028792217373848,0.005202770233154297,-0.0117625892162323,-0.010903120040893555 +42,-1.6867578115067505,0.0005440923397381812,0.801977318097311,-0.9932836890220642,-0.0005440923268906772,0.11570173501968384,0.003417027648538351,0.0001650182530283928,0.001183115877211094,0.0017830133438110352,-0.013249844312667847,-0.006570838391780853 +43,-1.686085694465141,0.0018434865365113849,0.8019692027231959,-0.9933599233627319,-0.00184348551556468,0.11503395438194275,0.0004933550953865051,0.0007280337158590555,-8.91340896487236e-05,0.0033086538314819336,-0.010058373212814331,-0.009946703910827637 +44,-1.68532535766,0.002789460954413559,0.8019943839779701,-0.9934449195861816,-0.002789457328617573,0.1142783835530281,0.0005106115713715553,-0.0006865765899419785,0.0020729005336761475,0.00348508358001709,-0.011141806840896606,-0.004262551665306091 +45,-1.6847282120324265,0.0037194922468296145,0.80200620560833,-0.993509829044342,-0.00371948373503983,0.1136847659945488,-0.00150247011333704,-0.0013286275789141655,-6.308313459157944e-05,0.0031534433364868164,-0.0069769322872161865,-0.008139736950397491 +46,-1.6840758960425306,0.0045064048815296074,0.802005124078631,-0.9935805201530457,-0.004506389610469341,0.11303628981113434,-0.0008226186037063599,0.0010581209789961576,0.0019164485856890678,0.002903759479522705,-0.00931808352470398,-0.0038291364908218384 +47,-1.6836693172830521,0.00522850424804094,0.8020379445161345,-0.9936230182647705,-0.005228480324149132,0.11263192445039749,-3.22805717587471e-05,-0.00174230569973588,-0.0018831603229045868,0.002305269241333008,-0.005971461534500122,-0.0071173906326293945 +48,-1.683167475332949,0.005828306672134626,0.8020729679323806,-0.9936763048171997,-0.005828273482620716,0.11213292181491852,0.0006072120741009712,0.0017934611532837152,-0.0010853363201022148,0.0016565322875976562,-0.0060583059675991535,-0.0029562562704086304 +49,-1.6827861475587587,0.0063763290736002926,0.8020636472074606,-0.9937155842781067,-0.006376286037266254,0.11175361275672913,-0.0018673492595553398,0.001502443803474307,-0.0007187211886048317,0.002657175064086914,-0.009080857038497925,-0.002683877944946289 +50,-1.6825200577488197,0.007148662958635956,0.8020198135685459,-0.993739902973175,-0.007148602046072483,0.11148858815431595,0.0008825622498989105,0.002359488047659397,-0.0017607975751161575,0.0041007399559021,-0.0037156627513468266,-0.0032580122351646423 +51,-1.6821491527706824,0.007573207331577847,0.8019681449251675,-0.9937782287597656,-0.007573134731501341,0.11111967265605927,-0.0005607102066278458,0.002419502241536975,0.001568574458360672,0.004093170166015625,-0.006083488464355469,-0.0033926963806152344 +52,-1.6818662073804187,0.00819397740525366,0.801938004271824,-0.9938046336174011,-0.008193885907530785,0.110837921500206,0.0015188995748758316,2.20639631152153e-05,-0.00030610617250204086,0.004363834857940674,-0.0005951812490820885,-0.0033855587244033813 +53,-1.6816009276766641,0.008463417491019046,0.8019676557239349,-0.9938320517539978,-0.008463316597044468,0.11057406663894653,-0.00013520196080207825,0.00012139976024627686,0.0010876413434743881,0.003811180591583252,-0.005574763752520084,-0.002846941351890564 +54,-1.6813233296014651,0.009012977443717403,0.8019400401894731,-0.993857741355896,-0.009012855589389801,0.11029762774705887,-0.0005804179236292839,-0.001140090636909008,-0.0008352920413017273,0.002738356590270996,-0.003789275884628296,-0.003104686737060547 +55,-1.6811384857375167,0.009396811054194858,0.8019336056566101,-0.9938745498657227,-0.009396673180162907,0.11011351644992828,0.000677645206451416,-3.674812614917755e-05,-0.001010645180940628,0.0032740235328674316,-0.0011471500620245934,-0.0019592195749282837 +56,-1.6809014062995071,0.009651514067143726,0.8019806396546221,-0.9938983917236328,-0.00965136382728815,0.10987763851881027,0.000833616591989994,-0.0017174719832837582,0.0011155745014548302,0.004930377006530762,-0.0049512991681694984,-0.0025319904088974 +57,-1.6808055547312535,0.01010331231190509,0.8019287432896898,-0.9939044117927551,-0.010103140026330948,0.10978187620639801,0.0012431461364030838,-4.78099100291729e-05,0.0005065463483333588,0.0023272037506103516,-0.003339827060699463,-0.0011545419692993164 +58,-1.6806243508848238,0.010207906606030851,0.8018705976889714,-0.9939233064651489,-0.010207729414105415,0.10960166156291962,-0.0015817703679203987,0.00207350542768836,0.0015808949247002602,0.002452850341796875,-0.0025028297677636147,-0.0021034330129623413 +59,-1.6805054974190465,0.010538897856804919,0.8018945581917564,-0.9939329028129578,-0.010538702830672264,0.10948316007852554,-0.0013694241642951965,-0.0020516174845397472,0.0004209103062748909,0.003042280673980713,-0.0013936767354607582,-0.0014356225728988647 +60,-1.6803898215796198,0.010658018111934089,0.8018919169439294,-0.9939442873001099,-0.01065781619399786,0.10936804115772247,-0.0008216090500354767,-0.0007434724830091,0.00027953367680311203,0.0041675567626953125,-0.00246474239975214,0.00040365755558013916 +61,-1.680341104231393,0.010911347394436064,0.8018397974052344,-0.9939466714859009,-0.010911131277680397,0.1093192994594574,-9.127706289291382e-05,0.0005770188290625811,0.0009661009535193443,0.00441431999206543,0.0014506587758660316,-0.002935066819190979 +62,-1.680141228447585,0.011007533719445375,0.8018410340917892,-0.9939675331115723,-0.011007311753928661,0.10912051796913147,0.0001323288306593895,0.001608438091352582,0.0018526548519730568,0.002970278263092041,-0.003519057296216488,-3.5412609577178955e-05 +63,-1.6800611202023952,0.011203303049345536,0.8018273250415331,-0.9939742088317871,-0.011203068308532238,0.10904067009687424,0.00013190694153308868,0.002662003505975008,0.0025855842977762222,0.0038466453552246094,-0.000179976224899292,-0.0022902488708496094 +64,-1.6799529297337032,0.011333934223328478,0.80181436990849,-0.9939844608306885,-0.011333691887557507,0.1089329645037651,-0.0017400328069925308,0.0021236140746623278,0.0008722906932234764,0.005062401294708252,-0.0019109239801764488,-0.00035143643617630005 +65,-1.67990273655097,0.011393863062732625,0.8018040424011812,-0.9939892292022705,-0.011393616907298565,0.10888299345970154,0.0002966681495308876,0.003360667498782277,0.00047006551176309586,0.003403961658477783,-0.0018052151426672935,-0.0011254623532295227 +66,-1.6797986004704928,0.01165353412851364,0.8018099710266043,-0.9939975738525391,-0.011653270572423935,0.10877915471792221,-0.001482497900724411,9.133480489253998e-05,0.0014569368213415146,0.0033665895462036133,0.0007432112470269203,-0.002593293786048889 +67,-1.6797035696827047,0.011669636093967557,0.8018083795125482,-0.9940077662467957,-0.011669371277093887,0.10868468135595322,0.0018574120476841927,-7.524620741605759e-05,-0.0005587190389633179,0.0025832653045654297,-0.004352360963821411,0.0006903409957885742 +68,-1.6796889725017745,0.01196080958148956,0.8018754017826483,-0.9940059781074524,-0.011960524134337902,0.10866980254650116,0.0006259661167860031,0.0011922288686037064,-0.00047314446419477463,0.002245664596557617,0.0005774777382612228,-0.004940494894981384 +69,-1.6794079169064993,0.011863492203575058,0.8018842046298005,-0.9940376281738281,-0.01186321396380663,0.10839055478572845,-0.0009108670055866241,0.0015238323248922825,-0.0008329413831233978,0.004398345947265625,-0.0008015930652618408,0.0036547183990478516 +70,-1.6795565751686543,0.012035695046519898,0.8018729556433316,-0.9940193891525269,-0.012035404331982136,0.10853809118270874,0.00012254063040018082,0.002722755540162325,-0.0008890582248568535,0.002243936061859131,-0.0007209470495581627,-0.0029472187161445618 +71,-1.679372052246862,0.012091245812451105,0.801907205165641,-0.9940387606620789,-0.012090951204299927,0.1083546057343483,0.0006826389580965042,-0.0012435950338840485,-0.0007314886897802353,0.004262208938598633,-0.0017182519659399986,-0.0003528669476509094 +72,-1.679419766272031,0.012083202732837637,0.8018852320749875,-0.9940337538719177,-0.012082908302545547,0.10840205103158951,-0.0010720668360590935,0.0014707597438246012,-0.0016227224841713905,0.004623353481292725,-0.000887066125869751,-0.0005834102630615234 +73,-1.6793812690869725,0.012296596464256163,0.8019125723544633,-0.9940351247787476,-0.012296286411583424,0.10836347937583923,-9.143725037574768e-05,-0.0006304392591118813,0.0009237388148903847,0.0034499764442443848,-0.0007804911583662033,-0.0015825256705284119 +74,-1.6792186676999652,0.012255420382738122,0.8018684110531711,-0.9940534830093384,-0.012255113571882248,0.10820192098617554,-0.002062372863292694,0.0014642942696809769,0.0016361027956008911,0.004139542579650879,-0.0005775392055511475,0.0014325380325317383 +75,-1.6792761015439233,0.012331820496970779,0.8018470592523798,-0.9940463304519653,-0.012331508100032806,0.10825891047716141,0.0012545818462967873,-0.0019841259345412254,0.0010641664266586304,0.005154669284820557,-0.0003790557384490967,-0.002835988998413086 +76,-1.6790501243199218,0.012316447540543616,0.8018901721428733,-0.9940710067749023,-0.012316135689616203,0.10803430527448654,-0.0009440788999199867,0.0016912927385419607,0.000110577791929245,0.004675745964050293,-0.0009132344275712967,0.00268341600894928 +77,-1.67920984530043,0.012388922845719921,0.8018815834545924,-0.9940526485443115,-0.012388605624437332,0.10819296538829803,0.0011560888960957527,-0.0022733090445399284,0.003770727664232254,0.004718661308288574,0.0012497026473283768,-0.001595035195350647 +78,-1.6790622578298156,0.012382572049875381,0.8019007572197503,-0.9940685629844666,-0.012382255867123604,0.10804624110460281,0.0006894012913107872,0.0035906080156564713,0.00037289876490831375,0.0036513209342956543,-0.0012438558042049408,1.1622905731201172e-06 +79,-1.679203896646435,0.012441971093615991,0.8019000333998781,-0.9940527677536011,-0.012441650032997131,0.1081869900226593,-0.0015349788591265678,-0.002204393967986107,0.0001611681655049324,0.004337131977081299,0.0013180077075958252,-7.843971252441406e-05 +80,-1.6791398738099619,0.012431306756256547,0.8018924987339379,-0.9940597414970398,-0.012430986389517784,0.10812335461378098,6.78161159157753e-05,0.003335287095978856,-0.00047779548913240433,0.003596484661102295,-6.598234176635742e-05,-0.0003962516784667969 +81,-1.6791636368554421,0.012429641177219373,0.8019109757451405,-0.9940571784973145,-0.012429321184754372,0.10814697295427322,0.00019656773656606674,-0.0032349862158298492,-0.0004402836784720421,0.0040212273597717285,-0.000784783624112606,-0.0006640031933784485 +82,-1.6792108378981667,0.01252757816323827,0.8019245828616287,-0.994050920009613,-0.012527250684797764,0.1081937700510025,4.7579407691955566e-05,0.0011109861079603434,-0.0021920008584856987,0.003862321376800537,0.0005948841571807861,-0.0003904104232788086 +83,-1.6791344600388303,0.012469850914563572,0.8019153515563608,-0.9940598607063293,-0.012469527311623096,0.10811792314052582,0.00015643145889043808,-0.0020780442282557487,-0.0009562168270349503,0.004298508167266846,-0.0010039806365966797,2.110004425048828e-05 +84,-1.6792530546653095,0.012570812300366377,0.8019263057715124,-0.9940457940101624,-0.012570480816066265,0.1082356721162796,-0.001371363177895546,0.00038771145045757294,2.6979483664035797e-05,0.0037961602210998535,-0.0008572638034820557,-0.0011800527572631836 +85,-1.6791224070321986,0.012438036990466878,0.8019333146263302,-0.9940615892410278,-0.012437716126441956,0.10810597985982895,0.0011786557734012604,0.0020508531015366316,-7.061287760734558e-05,0.004284977912902832,-0.0015546083450317383,0.0012538433074951172 +86,-1.6792563468388735,0.012464630958363997,0.8019695738394511,-0.994046688079834,-0.012464308179914951,0.108239084482193,-0.0009362418204545975,-0.000623208936303854,0.002609328366816044,0.00515514612197876,0.0014474401250481606,-0.0010002925992012024 +87,-1.6791246708164587,0.012461945138663574,0.8020024005875097,-0.9940610527992249,-0.01246162224560976,0.10810820013284683,0.0013707205653190613,0.0001933942548930645,-0.0008316515013575554,0.0036893486976623535,-0.001866370439529419,0.0010683536529541016 +88,-1.6792199136737902,0.012576494726370313,0.8019930854902697,-0.9940493106842041,-0.012576162815093994,0.10820271819829941,0.0005434136837720871,0.0014603249728679657,-0.0013734353706240654,0.0032351016998291016,0.002322256565093994,-0.0011622905731201172 +89,-1.679158270324902,0.012635457904695268,0.8019927070724285,-0.9940552115440369,-0.012635122053325176,0.10814136266708374,-0.0004746578633785248,-0.0017477525398135185,0.00012298952788114548,0.0036683082580566406,-0.0004568984732031822,0.0007911846041679382 +90,-1.679225133789722,0.012626201330746304,0.8019499458874897,-0.9940480589866638,-0.012625865638256073,0.1082078367471695,-0.002285531722009182,0.0005415219347923994,0.0006971312686800957,0.003569662570953369,0.0011207181960344315,-0.0009232908487319946 +91,-1.6792229054370849,0.012666589013380955,0.8019558907207255,-0.9940478205680847,-0.012666250579059124,0.10820556432008743,-0.0009826663881540298,0.0016828069929033518,-2.3696571588516235e-05,0.003935575485229492,-0.0015854528173804283,-0.0012567117810249329 +92,-1.6791804706666156,0.012602837759659358,0.8019202922809492,-0.9940531253814697,-0.012602504342794418,0.10816346853971481,-0.0007519088685512543,-0.0015005888417363167,0.0004152171313762665,0.004337668418884277,-0.001115141436457634,0.001013144850730896 +93,-1.679199570012674,0.012621372066415863,0.8018980235791842,-0.9940510392189026,-0.012621036730706692,0.10818244516849518,0.0010646600276231766,0.0016571476589888334,0.0013264790177345276,0.003618180751800537,0.000764964148402214,-0.0030340999364852905 +94,-1.6791329991903141,0.012451849535108899,0.8018907486639771,-0.9940601587295532,-0.012451527640223503,0.10811648517847061,-0.0028495099395513535,-0.0025861295871436596,0.00013866741210222244,0.0039174556732177734,-0.0008541326969861984,0.002875909209251404 +95,-1.679317162953876,0.012604266723581177,0.8019052698518316,-0.9940383434295654,-0.012603932991623878,0.10829934477806091,-0.00011321809142827988,0.0017335934098809958,-0.0015460588037967682,0.0038956403732299805,0.0019990522414445877,-0.0029221922159194946 +96,-1.6792007086091003,0.012579429988085408,0.8018950778251567,-0.9940512776374817,-0.012579098343849182,0.1081836149096489,0.00019914470613002777,0.0016562500968575478,-0.0006175031885504723,0.004595160484313965,-0.0013216426596045494,0.002381555736064911 +97,-1.679377853645789,0.012539108786873969,0.8018740112696828,-0.994032621383667,-0.012538780458271503,0.10835976898670197,-0.0005659302696585655,0.0003096894361078739,-0.00023131445050239563,0.0031574368476867676,0.003322483040392399,-0.002891071140766144 +98,-1.6792558648044489,0.012534513877205913,0.8018718166005113,-0.9940460324287415,-0.01253418531268835,0.10823852568864822,-0.0008993754163384438,-0.0006732768379151821,-0.00014940928667783737,0.004467666149139404,-0.00290769524872303,-0.0001758188009262085 +99,-1.6793337810703897,0.012613849998440714,0.8018910059278453,-0.9940364956855774,-0.012613515369594097,0.1083158552646637,-0.001171753741800785,-0.00021941494196653366,0.0021182717755436897,0.0034969449043273926,0.0008490094915032387,-0.0003751590847969055 +100,-1.6793707227232426,0.012564019248210188,0.8019013752555225,-0.9940329790115356,-0.012563688680529594,0.10835263878107071,0.0003090808168053627,0.002166575053706765,-0.0001447424292564392,0.0022881627082824707,-0.001230267807841301,-0.0014496073126792908 +101,-1.6793082645789816,0.012569296966081089,0.8018862877483784,-0.9940399527549744,-0.012568965554237366,0.10829056799411774,-0.0007581766694784164,0.0004656207747757435,0.00032170768827199936,0.0042937397956848145,-0.00047731585800647736,-0.00021253526210784912 +102,-1.6794303181182908,0.012612854163899487,0.8018830328641269,-0.9940259456634521,-0.012612519785761833,0.10841181129217148,-0.00022391416132450104,0.0014082577545195818,0.001657751388847828,0.004615664482116699,0.0011836905032396317,0.00012396275997161865 +103,-1.679363492462541,0.012537759562372588,0.8019090686024581,-0.9940341114997864,-0.012537430971860886,0.10834548622369766,0.0003749588504433632,0.00011794036254286766,-0.0008231829851865768,0.0028690695762634277,-0.0012107184156775475,0.00109051913022995 +104,-1.679458093972362,0.012582452462962312,0.8018706243720843,-0.9940233826637268,-0.01258212048560381,0.10843946784734726,0.001010713167488575,-0.0016239103861153126,-0.0009853793308138847,0.003743290901184082,0.0021451134234666824,-0.0010023266077041626 +105,-1.6793840383303784,0.012563349425442866,0.8018481057465484,-0.9940316081047058,-0.012563019059598446,0.10836587846279144,-0.002027435228228569,0.0011349448468536139,-8.965097367763519e-05,0.004941701889038086,-0.002024381421506405,0.0010243579745292664 +106,-1.67939353966559,0.01258501937397321,0.8018425453889556,-0.9940304160118103,-0.01258468721061945,0.10837530344724655,0.0006710030138492584,0.0028888359665870667,-0.0011795498430728912,0.0031093955039978027,0.001735687255859375,-0.0042493343353271484 +107,-1.6793015498278536,0.012549023747866284,0.8018902995078698,-0.9940407276153564,-0.012548694387078285,0.10828389972448349,0.0005060154944658279,-0.0008270414546132088,-0.00012714136391878128,0.005042374134063721,0.0009520063176751137,0.0018540546298027039 +108,-1.6794104837607877,0.01259659070441363,0.8018773518280383,-0.9940284490585327,-0.012596257962286472,0.108392134308815,0.0007434682920575142,0.0002650381065905094,-0.0003477698192000389,0.0046637654304504395,-0.0024489182978868484,-0.0027707666158676147 +109,-1.679285642297831,0.012744248957848014,0.8018830007338525,-0.9940400719642639,-0.012743904255330563,0.10826782882213593,0.0001384001225233078,0.0005716010928153992,-0.0014817863702774048,0.003805696964263916,0.000430048443377018,0.0010766908526420593 +110,-1.6793395791361525,0.012572573573192922,0.8018404094029852,-0.9940364956855774,-0.012572241947054863,0.10832169651985168,-0.0005182744935154915,-0.0005991705693304539,-0.00020148418843746185,0.002901792526245117,0.003539053723216057,-0.002288326621055603 +111,-1.679337876681555,0.012702036372914883,0.8018035949410681,-0.9940348863601685,-0.01270169485360384,0.10831980407238007,-0.0001814635470509529,0.00045733340084552765,0.0002202298492193222,0.004197299480438232,-0.0004208674654364586,0.0013604089617729187 +112,-1.6792820336535266,0.012635952734944342,0.8018096407953368,-0.9940417408943176,-0.012635616585612297,0.10826437920331955,0.0017548855394124985,0.0016774993855506182,0.0008386699482798576,0.004127860069274902,-0.001387207768857479,0.001644723117351532 +113,-1.679359089729911,0.012713302513230114,0.8018427158088159,-0.9940323829650879,-0.012712960131466389,0.10834086686372757,-0.0007694344967603683,-0.0006872187368571758,0.00021659024059772491,0.0030351877212524414,0.002871038392186165,-0.0012089163064956665 +114,-1.6792309435841168,0.012691620676600974,0.8018013227419858,-0.9940467476844788,-0.012691279873251915,0.10821353644132614,-0.0017409790307283401,0.001023399643599987,-0.0014682048931717873,0.003796994686126709,-0.0012094993144273758,0.0005511194467544556 +115,-1.6792744123390178,0.012813387010745789,0.8017927681444841,-0.9940403699874878,-0.01281303633004427,0.10825656354427338,-0.0007308349013328552,0.0006314828060567379,0.0008357977494597435,0.003958642482757568,0.0009722132235765457,-0.0012467056512832642 +116,-1.6791706989322017,0.012635650634575451,0.8018110106359339,-0.9940540790557861,-0.012635314837098122,0.10815373808145523,-0.0005454998463392258,-0.00028986483812332153,0.0006785048171877861,0.0032702088356018066,-0.0013112444430589676,0.0007330328226089478 +117,-1.6792150228479656,0.012642120765552269,0.8018221134388424,-0.9940489530563354,-0.0126417838037014,0.10819776356220245,0.0011710664257407188,0.0009114369750022888,-0.0004554959014058113,0.004226624965667725,0.0013502845540642738,-0.002088196575641632 +118,-1.6791341685245045,0.012596151910220062,0.8018188187538355,-0.9940582513809204,-0.012595818378031254,0.10811745375394821,0.00026713777333498,0.0013197881635278463,0.0017945356667041779,0.004724264144897461,-0.0004504602402448654,0.0021120160818099976 +119,-1.6792417466057346,0.012630694161450946,0.8017976817732094,-0.9940462112426758,-0.012630358338356018,0.10822434723377228,-0.000844036228954792,0.0004645455628633499,-0.0010663047432899475,0.004376471042633057,0.00011816713958978653,-0.0020842626690864563 +120,-1.6791823308180636,0.012635416820090638,0.8017657792322707,-0.9940526485443115,-0.012635080143809319,0.10816527903079987,0.0006520431488752365,-0.0014253617264330387,0.0017464449629187584,0.0038182735443115234,0.0003822743892669678,0.0006604194641113281 +121,-1.679239921107601,0.012504639673193175,0.8017446003257399,-0.9940481185913086,-0.012504314072430134,0.10822271555662155,0.0005005579441785812,0.0003683902323246002,0.0017725694924592972,0.0025472640991210938,0.00034305453300476074,-0.0018842220306396484 +122,-1.6791956750179182,0.012464790365786713,0.8017249232064858,-0.994053304195404,-0.01246446743607521,0.10817877948284149,0.000872299075126648,0.0021525502670556307,0.0010365741327404976,0.005054891109466553,-7.826089859008789e-05,0.0006011724472045898 +123,-1.6791999115033187,0.012514067476148442,0.8017300216115864,-0.9940522909164429,-0.012513740919530392,0.10818292945623398,0.001013007014989853,-0.0008918801322579384,-0.001182052306830883,0.001223921775817871,-0.0011886358261108398,-0.0011425018310546875 +124,-1.67927774804529,0.012512092571460725,0.8017198410135786,-0.9940438270568848,-0.012511766515672207,0.10826029628515244,-0.0009069051593542099,-0.0010062134824693203,-0.0014218194410204887,0.003687441349029541,0.0011592218652367592,-0.00025857239961624146 +125,-1.679202786689123,0.012563211412610771,0.8016702648699243,-0.9940512776374817,-0.012562881223857403,0.10818570852279663,-0.0006132209673523903,-0.000549274031072855,0.00046886131167411804,0.003343939781188965,-0.0007885685190558434,-7.725507020950317e-05 +126,-1.6793217441712165,0.012564833086462836,0.8016709502066605,-0.9940383434295654,-0.012564502656459808,0.10830395668745041,0.0006130635738372803,0.000958719989284873,0.0012081693857908249,0.005284130573272705,0.0017002522945404053,-0.0005464553833007812 +127,-1.6791793455082311,0.012460426062292104,0.8017055938813528,-0.9940551519393921,-0.012460103258490562,0.10816255211830139,-1.746043562889099e-05,-0.00010046223178505898,0.0007050046697258949,0.00429379940032959,-0.0004640817642211914,0.0004647970199584961 +128,-1.679294765255282,0.012528173638643928,0.8017069364161126,-0.9940417408943176,-0.012527845799922943,0.10827718675136566,0.00025307293981313705,-0.0015276232734322548,0.0010624127462506294,0.0032428503036499023,0.0008853990584611893,-0.0008095651865005493 +129,-1.6792112014233387,0.012469156875520429,0.8016879004755135,-0.9940515756607056,-0.012468833476305008,0.10819420218467712,0.0003772880882024765,-0.0011368896812200546,-0.00031725596636533737,0.0035272836685180664,-0.0005926787853240967,0.0002957582473754883 +130,-1.679348802621227,0.012362891459474914,0.8016610762654784,-0.9940379858016968,-0.012362576089799404,0.10833112895488739,0.00282501894980669,-0.00041489675641059875,0.0006968555971980095,0.011127829551696777,0.002184957265853882,-0.0024199485778808594 +131,-1.679138695609131,0.012246017231804955,0.8016468438868994,-0.9940621852874756,-0.01224571093916893,0.10812243074178696,-0.0003625992685556412,-8.451147004961967e-05,0.000504571944475174,0.005582571029663086,-0.0041422247886657715,0.0006880760192871094 +132,-1.6793507303487736,0.012330862660642395,0.8016465155035087,-0.9940381646156311,-0.012330549769103527,0.10833308845758438,0.0005166782066226006,-7.77742825448513e-05,-0.0008215010166168213,0.004978775978088379,0.004273923113942146,-0.0010485798120498657 +133,-1.6793305261863345,0.012214949498151122,0.8016323231934194,-0.9940418004989624,-0.012214645743370056,0.10831315815448761,-0.0015912707895040512,0.0026469340082257986,0.0008993037045001984,0.003990530967712402,-0.0008163750171661377,0.0002835988998413086 +134,-1.6793283499343186,0.012292390451207665,0.8015909280800397,-0.9940410852432251,-0.01229208055883646,0.10831090062856674,0.0003252103924751282,0.0021164147183299065,0.0009861038997769356,0.003837287425994873,0.0011684298515319824,0.00014853477478027344 +135,-1.6793543888528464,0.012295566114018521,0.8015996492266366,-0.9940382242202759,-0.012295256368815899,0.10833677649497986,-0.0006436798721551895,0.0016936699394136667,7.148552685976028e-05,0.005085587501525879,0.0012326240539550781,-0.0009149312973022461 +136,-1.6793785827869845,0.01225394746887795,0.8015621239358803,-0.9940360188484192,-0.01225364115089178,0.10836087167263031,0.0007432205602526665,-0.0012572011910378933,-0.0011856257915496826,0.00400012731552124,-0.0002127867192029953,-0.0004965215921401978 +137,-1.6794878233373391,0.012298719430396057,0.8015774137227232,-0.9940236806869507,-0.012298409827053547,0.1084694042801857,-0.0011111656203866005,0.0018689953722059727,0.0004630880430340767,0.004582822322845459,0.00019821617752313614,0.00043260306119918823 +138,-1.6794744690526715,0.01218006832902021,0.8015065150029883,-0.9940264225006104,-0.012179766781628132,0.10845627635717392,-0.0020337607711553574,-0.0009859646670520306,-0.0029588667675852776,0.0035023093223571777,-0.000713912770152092,0.00023207813501358032 +139,-1.6795787271480223,0.012327779454032553,0.801505549847601,-0.9940134882926941,-0.01232746709138155,0.10855972766876221,-0.0008338354527950287,-0.0006757862865924835,0.00021256040781736374,0.002802610397338867,-0.00030678510665893555,0.000967860221862793 +140,-1.67950757572807,0.012258041100166706,0.8015376157005817,-0.9940221905708313,-0.012257734313607216,0.10848911106586456,0.000529746524989605,6.59027136862278e-05,0.00023150071501731873,0.005405128002166748,4.915520548820496e-06,0.00016869604587554932 +141,-1.6796191120494741,0.012262904141009584,0.8015797372030712,-0.9940100312232971,-0.012262596748769283,0.10859996825456619,0.0018137944862246513,2.71480530500412e-05,0.0001536160707473755,0.004950523376464844,0.002237558364868164,-0.001620650291442871 +142,-1.6795555777211817,0.012166438838534608,0.8016065843302067,-0.9940178990364075,-0.012166138738393784,0.10853692889213562,-0.0006092051044106483,-0.0009382525458931923,-0.001108209602534771,0.0050501227378845215,-0.0005139093846082687,-0.0021221786737442017 +143,-1.679571548565415,0.012237595997387465,0.8016505033552563,-0.9940152168273926,-0.012237290851771832,0.10855270177125931,-7.767602801322937e-05,0.0004650144837796688,-0.00231038685888052,0.003918349742889404,0.0014646071940660477,0.0001814141869544983 +144,-1.6795803790762291,0.012179351687313586,0.8016652786175178,-0.9940152168273926,-0.012179050594568253,0.10856157541275024,-0.0006222454831004143,0.0007549610454589128,-0.0005007078871130943,0.005886435508728027,-0.002209993079304695,-0.0007430166006088257 +145,-1.6795155321205508,0.01218378150797585,0.8017305857643631,-0.9940218925476074,-0.012183479964733124,0.10849708318710327,0.0028055673465132713,-0.001075034961104393,0.0008321516215801239,0.0057561397552490234,0.00015956442803144455,-0.0010752901434898376 +146,-1.679631375213982,0.012247498048273657,0.8017023341740837,-0.9940088391304016,-0.012247191742062569,0.10861217975616455,-0.000870254822075367,-0.0017758673056960106,0.0007488075643777847,0.005376636981964111,-0.0014704763889312744,-0.0010377168655395508 +147,-1.6795256184268366,0.012237244647970451,0.8017730130494046,-0.9940202832221985,-0.012236938811838627,0.10850705206394196,-0.00040796026587486267,-0.0011784234084188938,0.0028029531240463257,0.003877580165863037,-0.0013433676213026047,-0.0008715540170669556 +148,-1.679588340616939,0.012267936015740335,0.8018077291788287,-0.9940133094787598,-0.01226762868463993,0.10856938362121582,-7.39116221666336e-05,0.001915877452120185,0.0013236692175269127,0.002680182456970215,-0.00025984831154346466,7.320940494537354e-05 +149,-1.679441853543476,0.012160830059339397,0.801822834759289,-0.9940305352210999,-0.01216053031384945,0.10842391103506088,0.0006543435156345367,0.0026221363805234432,-0.0007139742374420166,0.00014919042587280273,-0.001908065751194954,-0.0008647292852401733 +150,-1.6794475767947907,0.012304131372416885,0.8018997313654179,-0.9940279126167297,-0.012303820811212063,0.10842938721179962,0.0002960842102766037,0.000702856108546257,-0.0003601331263780594,0.003686845302581787,0.004201384261250496,0.001098141074180603 +151,-1.679394837283854,0.012094740892502898,0.8019228758494856,-0.994036078453064,-0.012094446457922459,0.10837722569704056,-0.0005460456013679504,0.000629947055131197,0.0007362533360719681,0.005419313907623291,-0.0007992368191480637,-0.0007570013403892517 +152,-1.6793507341883738,0.01234933796998782,0.8019566694807313,-0.9940378069877625,-0.012349024415016174,0.1083330512046814,0.0015265420079231262,0.0003900430165231228,0.0004699612036347389,0.0029338598251342773,0.0016221124678850174,-0.004939459264278412 +153,-1.6793250769936021,0.012311266839588518,0.8019336008807398,-0.9940410852432251,-0.012310955673456192,0.1083076074719429,0.002573284786194563,-0.0001109936274588108,-7.554888725280762e-05,0.0020368099212646484,0.0010041911154985428,0.0040581077337265015 +154,-1.679438407560748,0.012284219651504199,0.8019508643719615,-0.9940293431282043,-0.012283910997211933,0.10842031985521317,-0.001785334199666977,-0.000690806657075882,0.0002931114286184311,0.002421557903289795,-0.003341110423207283,-0.00731562077999115 +155,-1.6792650542350844,0.012249755079571184,0.8019584942620048,-0.9940484762191772,-0.012249448336660862,0.1082480326294899,0.0012628166005015373,0.0023981197737157345,0.0013267071917653084,0.002181410789489746,-0.00021699070930480957,0.007871389389038086 +156,-1.6795254377268662,0.012059315314014394,0.8019679611992941,-0.9940224885940552,-0.012059022672474384,0.10850711166858673,-0.0009562168270349503,-4.024989902973175e-05,0.005638805218040943,0.002445399761199951,-0.00530546810477972,-0.01048470288515091 +157,-1.6791458220243682,0.012022192993712164,0.8019855510154178,-0.9940640926361084,-0.012021902948617935,0.10812980681657791,0.0005247564986348152,0.0021271687000989914,0.0034091509878635406,0.010864019393920898,0.0008524656295776367,0.003473043441772461 +158,-1.6795247823314225,0.011700784076139866,0.8019748504115017,-0.9940269589424133,-0.011700517497956753,0.108506940305233,0.0013876166194677353,5.227047950029373e-06,-0.003130420111119747,-0.014991044998168945,-0.0016356417909264565,0.0002119690179824829 +159,-1.6792561111591728,0.011785507995061279,0.8019965500208343,-0.9940550327301025,-0.01178523525595665,0.10823975503444672,-0.0005759876221418381,-4.201149567961693e-05,-0.0015315767377614975,-0.002588033676147461,0.0035760104656219482,-0.00238955020904541 +160,-1.6794285745089685,0.011467622288887565,0.8020104654207201,-0.9940400123596191,-0.011467371135950089,0.10841158777475357,-0.0021026264876127243,0.0013440228067338467,0.0023233573883771896,0.005819797515869141,-0.00261649489402771,-0.004529714584350586 +161,-1.6791915975946015,0.011380414923410655,0.8020018762975545,-0.9940664768218994,-0.011380169540643692,0.10817611217498779,0.0016134241595864296,0.0010015773586928844,0.00022405758500099182,0.006639838218688965,-0.002322225831449032,0.0005427449941635132 +162,-1.6792836146716372,0.011583679407737225,0.8020224815104996,-0.9940542578697205,-0.0115834204480052,0.10826733708381653,0.0009783515706658363,-0.0003639613278210163,0.000589834526181221,0.0010886788368225098,0.00547990296036005,-0.0045838430523872375 +163,-1.6790923236161717,0.011282561534286332,0.8020777349807738,-0.9940784573554993,-0.011282321996986866,0.10807756334543228,0.00025595445185899734,0.0011409218423068523,0.0007997723296284676,0.010741114616394043,0.00426328182220459,-0.0006403923034667969 +164,-1.679211421142343,0.01138635171133171,0.802119653957653,-0.9940643906593323,-0.011386105790734291,0.10819581896066666,0.0004191761836409569,0.0012974832206964493,0.0017525041475892067,0.007995665073394775,-0.003750622272491455,0.0013012886047363281 +165,-1.6793550305560772,0.011498261799700354,0.8021193702829065,-0.9940476417541504,-0.011498008854687214,0.10833844542503357,0.0024960311129689217,0.0005969936028122902,0.001399388536810875,0.005491733551025391,0.002159625291824341,0.012175440788269043 +166,-1.679606914714195,0.011478742824057144,0.8021928210383964,-0.9940203428268433,-0.011478491127490997,0.10858882963657379,0.002725549042224884,0.002165840473026037,-0.00012421607971191406,-5.91278076171875e-05,0.008762449957430363,-0.010688439011573792 +167,-1.6789525965512169,0.011140451567434323,0.802250765802595,-0.9940951466560364,-0.011140220798552036,0.10793883353471756,0.0019399886950850487,-0.0013145473785698414,-0.001733013428747654,0.00019866228103637695,-5.972292274236679e-05,0.004930369555950165 +168,-1.679509794251876,0.011470016435284532,0.8022688213136916,-0.9940311312675476,-0.01146976463496685,0.10849231481552124,0.0005777906626462936,-0.0010473928414285183,0.0028611281886696815,0.003995120525360107,-0.005101293325424194,-0.005877017974853516 +169,-1.6792350236050846,0.011665060827111443,0.8022936021962528,-0.9940586090087891,-0.011664796620607376,0.10821893066167831,-0.001577259972691536,0.0005532552022486925,-0.0010266415774822235,0.009622633457183838,-0.0027242591604590416,-0.01149345189332962 +170,-1.6791639438155868,0.011291612595993752,0.8023473059307921,-0.9940705299377441,-0.01129137258976698,0.1081487387418747,-0.0033217258751392365,-3.9841048419475555e-05,-0.0027168365195393562,0.003210604190826416,-0.0007020225748419762,-0.0005284622311592102 +171,-1.6792466306936908,0.011454243271268634,0.8023722393756563,-0.9940597414970398,-0.011453992687165737,0.10823073238134384,-0.0010600090026855469,-4.929862916469574e-05,-0.0022452017292380333,-6.55055046081543e-05,-0.0043388595804572105,-0.004211552441120148 +172,-1.679349656930749,0.011693647811546878,0.8024083252648138,-0.9940458536148071,-0.011693381704390049,0.10833285003900528,-0.002822042442858219,0.0008996331598609686,-0.0009029898792505264,0.008175551891326904,-0.012415497563779354,-0.0025589540600776672 +173,-1.679230396274277,0.011728694919769583,0.8024279546544629,-0.9940583109855652,-0.011728426441550255,0.10821425169706345,-0.0029138335958123207,0.0020881241653114557,0.000819643959403038,0.007043659687042236,0.0051213521510362625,-0.011198893189430237 +174,-1.6790581481982543,0.011409473291701326,0.8024293617461861,-0.9940807223320007,-0.01140922587364912,0.10804343223571777,-0.00040703732520341873,-0.001561370212584734,-0.0008757486939430237,-0.0023944973945617676,-0.0058942437171936035,0.0032389163970947266 +175,-1.679503289007132,0.01176193879048555,0.8024309883811287,-0.9940285682678223,-0.01176166720688343,0.10848549008369446,-0.0002496987581253052,-3.056880086660385e-05,-0.0008639032021164894,0.0009407401084899902,0.004086494445800781,0.0002791881561279297 +176,-1.6793887631312843,0.011435218217042532,0.8024808779916807,-0.9940446019172668,-0.011434968560934067,0.1083720475435257,-0.0012846728786826134,-0.0009083165787160397,-0.0008432576432824135,0.006099104881286621,0.0014862427487969398,-0.0002634599804878235 +177,-1.6793465629346656,0.011716164411153366,0.8025359763232174,-0.9940460324287415,-0.011715896427631378,0.10832975059747696,0.001670708879828453,-0.0009331647306680679,-0.0013804687187075615,0.011288464069366455,0.005627661943435669,-0.00186920166015625 +178,-1.679380361782129,0.011571808425769,0.8025632140909243,-0.9940439462661743,-0.01157154981046915,0.10836352407932281,-0.0018554730340838432,-0.0005495483055710793,-0.00017406977713108063,0.010691344738006592,0.0046898433938622475,0.005528084933757782 +179,-1.679415559799304,0.011728311634674766,0.8025597440706722,-0.9940383434295654,-0.011728042736649513,0.10839831829071045,0.00217360258102417,0.00017884233966469765,0.002383149228990078,0.00919032096862793,-0.004797220230102539,-0.004409670829772949 +180,-1.6794057695500189,0.011853909958507885,0.802580059952512,-0.9940378665924072,-0.011853632517158985,0.10838841646909714,-0.0010880976915359497,-0.002131087239831686,-0.0005838368088006973,0.0022166967391967773,0.002973021939396858,0.0011086314916610718 +181,-1.6794262296524043,0.011663783446837982,0.8025732988377758,-0.994037926197052,-0.011663518846035004,0.10840900987386703,7.375422865152359e-05,0.00026968540623784065,-0.002619680017232895,0.0017741918563842773,-0.0005587628111243248,0.009678713977336884 +182,-1.679645386072428,0.01187665423521874,0.8026478299214524,-0.994011640548706,-0.011876375414431095,0.1086265817284584,0.0031983498483896255,-0.0013653598725795746,0.0013990160077810287,-0.00202101469039917,0.002370149828493595,-0.007781274616718292 +183,-1.6791849514689496,0.011602262500741655,0.8026155983927428,-0.9940649271011353,-0.011602002196013927,0.10816925764083862,0.001706523820757866,-0.0008440911769866943,-0.002437833696603775,0.002518177032470703,0.00017318036407232285,0.006683602929115295 +184,-1.6796867835211868,0.011844735645943332,0.8026178196247061,-0.9940075278282166,-0.011844458989799023,0.1086677685379982,0.000269545242190361,0.0016114467289298773,-0.0019939029589295387,0.003330707550048828,-0.0027276864275336266,-7.105618715286255e-05 +185,-1.6793566853118522,0.012089039790467961,0.8026370967726841,-0.9940404891967773,-0.012088744901120663,0.1083393320441246,-6.283912807703018e-05,-0.0023007546551525593,-0.002012883313000202,0.0038824081420898438,-0.0018883049488067627,0.0008525848388671875 +186,-1.6792603379952387,0.01195583126466686,0.8026743219553281,-0.994052529335022,-0.011955546215176582,0.10824373364448547,0.0014732880517840385,1.5081837773323059e-05,-0.001056731678545475,0.0033451318740844727,0.007728874683380127,4.792213439941406e-05 +187,-1.6793128634342074,0.01194356206854107,0.8027783706122956,-0.9940471053123474,-0.011943277902901173,0.1082959696650505,0.0008108196780085564,0.0012915211264044046,-0.0026905396953225136,0.0034464001655578613,-0.005894245579838753,-0.0019116252660751343 +188,-1.6791152412322556,0.012185096329178833,0.8028284373154687,-0.9940653443336487,-0.01218479499220848,0.10809918493032455,-0.002931825816631317,0.00010121893137693405,-0.00159462820738554,0.005921542644500732,0.0004355320706963539,-0.002203233540058136 +189,-1.6792997513435055,0.011977010073617718,0.8028296062128124,-0.994047999382019,-0.011976723559200764,0.10828287899494171,-0.0005585197359323502,-0.0005192020907998085,0.0014308467507362366,0.005492091178894043,7.486436516046524e-05,-0.0001438930630683899 +190,-1.6792189805929847,0.012038296735891654,0.8028247777889496,-0.994055986404419,-0.012038005515933037,0.1082025095820427,-0.0012561865150928497,0.0015180944465100765,0.0036991778761148453,0.0034706592559814453,-0.003587006591260433,-0.0031304433941841125 +191,-1.679258362421366,0.012195722925996131,0.8028429808579377,-0.9940499663352966,-0.012195420451462269,0.10824146866798401,-0.0015686824917793274,0.0009469359647482634,-0.0007005166262388229,0.0053719282150268555,0.0013922136276960373,-0.00025497376918792725 +192,-1.6792026650679361,0.012042312914223238,0.8028634366188951,-0.9940575957298279,-0.012042022310197353,0.108186274766922,0.00045812688767910004,-0.0008555129170417786,-0.0018245214596390724,0.0031977295875549316,-0.0003023426979780197,-0.0022444874048233032 +193,-1.6793762612451746,0.012231601643998464,0.8029043239692298,-0.9940366744995117,-0.012231296859681606,0.10835860669612885,0.0012603038921952248,0.0045555755496025085,-0.00026291143149137497,0.005862236022949219,-3.674626350402832e-05,0.002816915512084961 +194,-1.6793361124007602,0.012088708044281506,0.8029293865019784,-0.9940426349639893,-0.0120884133502841,0.10831887274980545,0.0047955987975001335,-0.0028098979964852333,-0.0025606583803892136,0.004983246326446533,0.0020176181569695473,-0.002483971416950226 +195,-1.679444842107032,0.012118135561330212,0.8029148148963104,-0.9940305948257446,-0.01211783941835165,0.10842692852020264,0.00026067160069942474,0.00016157422214746475,0.0005683442577719688,0.003018021583557129,0.002123326063156128,0.0019551515579223633 +196,-1.679537304332212,0.01211461670699937,0.8029107054228878,-0.9940206408500671,-0.012114319950342178,0.10851884633302689,0.002022799104452133,-0.0010057007893919945,-0.0005496945232152939,0.0027334094047546387,-0.0005809664726257324,-0.0005934238433837891 +197,-1.6794081129957794,0.012143446627552828,0.8029556311776693,-0.9940343499183655,-0.012143148109316826,0.10839039087295532,-2.6066787540912628e-05,-0.0014286474324762821,-0.002189432270824909,0.004227101802825928,0.001675603911280632,-0.0007091611623764038 +198,-1.6795464103932878,0.012101736075807189,0.8029684102044727,-0.9940197467803955,-0.012101440690457821,0.10852790623903275,-0.0021381257101893425,0.0011762345675379038,0.00043413974344730377,0.007218599319458008,0.0027325451374053955,-0.0010755062103271484 +199,-1.6794192628980704,0.01211485081432335,0.8029248618927066,-0.9940333366394043,-0.012114554643630981,0.10840149968862534,-0.0015745991840958595,0.0005107957404106855,-0.0030401023104786873,0.0030208230018615723,-0.00013825204223394394,0.0005309507250785828 +200,-1.679529328885734,0.012222888573112429,0.802901361352153,-0.9940201044082642,-0.012222584336996078,0.10851076245307922,0.0006059659644961357,0.0005990490317344666,-0.0015542199835181236,0.0039383769035339355,-0.00042694713920354843,0.00033020228147506714 +201,-1.6794083327400555,0.012030135036979535,0.8028685570383775,-0.994035542011261,-0.012029845267534256,0.10839074105024338,0.0013893414288759232,0.00046493462286889553,0.0017927568405866623,0.0032519102096557617,-0.0010469257831573486,-0.0006178617477416992 +202,-1.679517343601509,0.012104138966908972,0.8029051416419087,-0.9940229654312134,-0.012103843502700329,0.10849902033805847,0.0007976070046424866,0.0011031783651560545,-0.001046658493578434,0.004597187042236328,-0.0002557653933763504,-0.00037525594234466553 +203,-1.6794166971452587,0.011994533537446731,0.8029294001152837,-0.9940350651741028,-0.011994246393442154,0.10839910060167313,0.0012919791042804718,0.0021537330467253923,0.00041498616337776184,0.002488434314727783,-0.0014945268630981445,0.0001366138458251953 +204,-1.6794569825913923,0.01199340327857444,0.8029601475066082,-0.994030773639679,-0.01199311576783657,0.10843915492296219,-0.00012275483459234238,-0.0006848461925983429,0.0007324507459998131,0.003735363483428955,0.000762641429901123,-0.0018870830535888672 +205,-1.679340211537294,0.011961309622913491,0.8029416999648981,-0.9940437078475952,-0.01196102425456047,0.1083231121301651,0.00017053168267011642,-0.0017949026077985764,-4.0189363062381744e-05,0.005365848541259766,-0.0012988429516553879,-0.0007944256067276001 +206,-1.6793649596735214,0.011988108381964818,0.8029268263630651,-0.9940406680107117,-0.011987821198999882,0.10834767669439316,0.0008416818454861641,-0.0008379784412682056,-0.0025463104248046875,0.0034096837043762207,-0.0006464403122663498,0.001057848334312439 +207,-1.679498073889868,0.012046908625747445,0.8029570331661633,-0.9940255880355835,-0.012046617455780506,0.10847992449998856,0.000695476308465004,0.0006068930961191654,0.0012316415086388588,0.0017618536949157715,0.00022104475647211075,-0.0021413639187812805 +208,-1.6793229789329764,0.011992747603222005,0.8029806586095797,-0.9940453171730042,-0.011992460116744041,0.10830595344305038,0.0016845650970935822,0.00029753148555755615,-0.0004007844254374504,0.00434499979019165,-0.0013742446899414062,0.0005655288696289062 +209,-1.679515147220412,0.01209189140804958,0.8030088595709299,-0.9940231442451477,-0.012091596610844135,0.10849682986736298,0.0002796771004796028,-0.0015495098195970058,0.0021822508424520493,0.004628121852874756,0.0019902903586626053,-0.0024939924478530884 +210,-1.679308859325374,0.011988459064527083,0.8030014439899446,-0.9940468668937683,-0.011988172307610512,0.10829191654920578,-0.0009743450209498405,-0.0013909507542848587,0.0007755234837532043,0.0039955973625183105,-0.0016379058361053467,0.0017850399017333984 +211,-1.6795106262455577,0.012195225383937604,0.8029865572325808,-0.9940223693847656,-0.012194923125207424,0.10849220305681229,-0.0005657384172081947,0.0011068079620599747,-0.002138267271220684,0.003437221050262451,0.002063097432255745,-0.0009788498282432556 +212,-1.6793456601621297,0.012182629362515157,0.8029465509494137,-0.9940404295921326,-0.012182327918708324,0.10832823812961578,0.0005987538024783134,0.0015901955775916576,-0.0014665871858596802,0.004111349582672119,-0.00232878141105175,-0.0001586824655532837 +213,-1.6794738628667358,0.012301267829218556,0.8029766779517302,-0.9940252900123596,-0.012300957925617695,0.10845553874969482,-0.0007174564525485039,-0.0025811591185629368,0.00034618377685546875,0.004340112209320068,0.0031914394348859787,-0.00011812150478363037 +214,-1.6794088151663213,0.012277126648546478,0.8029335639154611,-0.9940326809883118,-0.012276818044483662,0.1083909124135971,-0.0003235163167119026,-0.000889679417014122,0.0009382180869579315,0.003096282482147217,-0.0013950783759355545,-0.001442059874534607 +215,-1.6793677581814508,0.012240799895136656,0.8029774190293228,-0.9940375089645386,-0.012240494601428509,0.10835014283657074,0.00031138304620981216,0.0008895688224583864,-0.00035046227276325226,0.0038641691207885742,-0.0008973181247711182,0.0010706186294555664 +216,-1.6793743520259783,0.012284036613684018,0.8030416273844234,-0.9940361976623535,-0.012283727526664734,0.10835663229227066,-0.0008010873571038246,0.0025193868204951286,3.653019666671753e-05,0.004198551177978516,-0.00059470534324646,-0.004352688789367676 +217,-1.679206593859155,0.01218618550358774,0.8030433739351892,-0.9940555691719055,-0.012185883708298206,0.10819000750780106,7.602572441101074e-05,-0.0021787905134260654,0.001924116164445877,0.0038517117500305176,0.001581043004989624,0.0032601356506347656 +218,-1.6794669012327226,0.012270802008047423,0.8030311759326504,-0.9940264225006104,-0.012270494364202023,0.10844866186380386,-0.0005422923713922501,0.0022595275659114122,-0.001573876477777958,0.003914058208465576,0.0004296600818634033,-0.003864884376525879 +219,-1.6791807856373269,0.012167014710226767,0.8030455403568724,-0.9940586686134338,-0.012166714295744896,0.10816438496112823,0.001909889280796051,0.00015235738828778267,-0.0019254116341471672,0.004571855068206787,-0.002146037295460701,0.0018819719552993774 +220,-1.6794354159350222,0.01226196724168803,0.8030066927900286,-0.9940297603607178,-0.01226165983825922,0.10841735452413559,-0.0009578866884112358,-0.0010865251533687115,-0.00029063038527965546,0.003948092460632324,0.0018856842070817947,-0.002384081482887268 +221,-1.6791886513702678,0.012183795510583049,0.802966209041541,-0.9940574169158936,-0.012183493934571743,0.10817216336727142,0.00012279115617275238,-0.000463731586933136,0.001607704907655716,0.0055474042892456055,-0.0020529618486762047,0.0002720281481742859 +222,-1.6792937515056172,0.01225044771568545,0.8029169435513807,-0.9940452575683594,-0.012250141240656376,0.10827654600143433,-0.0003307247534394264,0.00047210603952407837,0.0003616316244006157,0.00487905740737915,0.00043982360512018204,-0.0006715133786201477 +223,-1.6792038957174455,0.012280427658680043,0.8028966510926687,-0.9940546751022339,-0.012280118651688099,0.10818719863891602,0.0004925141111016273,-0.0007158513180911541,0.0011375928297638893,0.004583299160003662,0.0005919048562645912,-0.0008416250348091125 +224,-1.6792430500817885,0.012216209798598655,0.8028741677184292,-0.9940512776374817,-0.012215905822813511,0.10822620987892151,-0.0005481261759996414,-0.00042698998004198074,-0.0003674086183309555,0.004076242446899414,-0.001501740887761116,-0.00013290345668792725 +225,-1.6792415626337789,0.012321691657445167,0.8028679052155903,-0.9940500855445862,-0.012321379967033863,0.10822457820177078,0.00023180153220891953,-0.002652416005730629,-0.0011208290234208107,0.003266453742980957,0.0007552215829491615,-0.0013063028454780579 +226,-1.6630860230801088,0.012895873578629839,0.8021690930631143,-0.9956615567207336,-0.012895516119897366,0.09215108305215836,-0.1345003843307495,0.1754150539636612,0.00010992772877216339,5.608797073364258e-05,0.029313981533050537,-0.05478227138519287 +227,-1.6973667495687568,0.027130531584600985,0.7746795651212425,-0.9916355609893799,-0.027127202600240707,0.1261862963438034,-0.17456454038619995,-0.3681287467479706,-0.6921029686927795,-0.16835278272628784,-0.037646353244781494,0.020115002989768982 +228,-1.7575794639050628,0.2060556048689624,0.671242626765944,-0.9618200063705444,-0.20460054278373718,0.18177054822444916,-1.653030514717102,-1.1635700464248657,-1.6669811010360718,0.060468316078186035,0.06954504549503326,-0.13100461661815643 +229,-1.851558844283752,0.3583647730180283,0.565008994611214,-0.8998035788536072,-0.3507433533668518,0.2594854235649109,-0.9388363361358643,-1.0661098957061768,-1.0552371740341187,-0.008124887943267822,0.00017270445823669434,-0.1450139284133911 +230,-1.9532609026610153,0.45193212072958255,0.5118838910484448,-0.8346065282821655,-0.43670448660850525,0.3357399106025696,-0.23716849088668823,-0.8730837106704712,-0.619775116443634,-0.007861852645874023,0.013486653566360474,-0.07171711325645447 +231,-2.048232714041604,0.5245580613825179,0.4892951642690242,-0.7687562704086304,-0.5008305311203003,0.3977212607860565,0.0667131096124649,-0.6420129537582397,-0.64024418592453,-0.0826076865196228,0.058447837829589844,-0.04254254698753357 +232,-2.0932247589732276,0.5849741744717915,0.46153127776045993,-0.7225155234336853,-0.5521778464317322,0.4160178303718567,-0.5772250294685364,0.5305013060569763,-0.2858235538005829,0.008129537105560303,-9.870529174804688e-05,0.09786757826805115 +233,-1.9238734860973365,0.6413471777917411,0.36068934669954084,-0.7518615126609802,-0.5982754826545715,0.27707570791244507,-1.0694375038146973,1.8957607746124268,-0.22695289552211761,-0.009704768657684326,0.05523037910461426,0.16927435994148254 +234,-1.6718322899160905,0.6932092159203732,0.22656335502859906,-0.7652764320373535,-0.6390089988708496,0.07758462429046631,-0.8470123410224915,1.041275978088379,-0.33791032433509827,-0.2392095923423767,0.021363794803619385,-0.1034025028347969 +235,-1.597632803925484,0.7625543713200791,0.19773098812313786,-0.7228136658668518,-0.69077068567276,0.019402431324124336,0.23069490492343903,0.3014787435531616,-0.7524874806404114,-0.1021527647972107,0.05118328332901001,-0.1995018720626831 +236,-1.6088601191137197,0.837542721236352,0.2494712761745662,-0.6688058972358704,-0.7430007457733154,0.025469591841101646,0.3656419813632965,0.25916093587875366,-0.5807653665542603,0.10372716188430786,0.030384719371795654,-0.04638933762907982 +237,-1.6907344338471997,0.8874105393532253,0.3230762243256408,-0.6268860697746277,-0.7754393219947815,0.0755501389503479,0.45187219977378845,0.04511938989162445,-0.44244301319122314,0.09319466352462769,-0.006131112575531006,-0.018741726875305176 +238,-1.7418549283730678,0.912143837361852,0.3468455054385457,-0.6031190752983093,-0.7908176779747009,0.10418689996004105,0.39769411087036133,-0.8037733435630798,-0.13701672852039337,0.17578136920928955,0.03285247087478638,0.020996227860450745 +239,-1.7969597856676383,0.9099186197950929,0.3948474744140305,-0.5981786847114563,-0.7894538044929504,0.13764098286628723,0.20091788470745087,-1.1911991834640503,-0.1001586839556694,0.07463443279266357,0.03417426347732544,-0.07147884368896484 +240,-1.8348378377393422,0.8810599116977187,0.4422730113750727,-0.6142803430557251,-0.7714137434959412,0.1660729944705963,0.4047236442565918,-0.42052048444747925,0.13677793741226196,0.09181952476501465,0.024313032627105713,-0.1507379114627838 +241,-1.947870509784032,0.8668242970716646,0.5391908702159193,-0.601778507232666,-0.7622773051261902,0.2383187860250473,0.482147216796875,0.28388512134552,0.20355749130249023,0.07156616449356079,-0.02937912940979004,-0.00804843008518219 +242,-2.1099790643901,0.8190640468195206,0.653319356686708,-0.5860204100608826,-0.730506956577301,0.3506273031234741,1.4282872676849365,-0.8422075510025024,0.07529578357934952,-0.016152381896972656,-0.044135868549346924,-0.09693470597267151 +243,-2.2694322452421214,0.7322787439185592,0.7615603834901429,-0.5694299936294556,-0.6685659885406494,0.47829797863960266,1.2693270444869995,-0.6528509259223938,0.20387308299541473,-0.11681872606277466,-0.06400847434997559,-0.07702234387397766 +244,-2.4173903869542515,0.6355817662289294,0.8877371851903403,-0.5331621766090393,-0.5936457514762878,0.6027629971504211,1.3896867036819458,-0.16572275757789612,-0.013008633628487587,-0.14638811349868774,-0.048886656761169434,-0.012522339820861816 +245,-2.408423662661754,0.587018586245715,0.9551619576320695,-0.5571960806846619,-0.5538811683654785,0.6186662912368774,0.978304386138916,0.2632732689380646,-0.27044734358787537,-0.06978750228881836,0.03912597894668579,-0.03893917798995972 +246,-2.408916671739019,0.5330691584047691,1.041139865275969,-0.5760577917098999,-0.5081790685653687,0.6402432918548584,0.7552207708358765,0.09932182729244232,-0.15723688900470734,0.027916252613067627,-0.016173958778381348,0.0718996524810791 +247,-2.4187628040771467,0.4898960248367807,1.095096226667648,-0.5837039947509766,-0.47053414583206177,0.6617305874824524,0.35273388028144836,0.14733290672302246,-0.044451482594013214,-0.021673202514648438,-0.005585849285125732,0.04642987251281738 +248,-2.3941193401398286,0.46040435155351184,1.1280400309930836,-0.6090035438537598,-0.44431039690971375,0.6570411324501038,0.30126670002937317,0.4676119387149811,-0.16155879199504852,-0.032582759857177734,-0.04232287406921387,-0.0034156441688537598 +249,-2.371795859226864,0.45580100833586124,1.1684746193823305,-0.62493497133255,-0.4401816725730896,0.6447453498840332,0.27513131499290466,0.21756747364997864,-0.2559356987476349,0.0017659664154052734,0.031597018241882324,0.014159739017486572 +250,-2.357936842615789,0.4460724969053016,1.2104220935002612,-0.6368028521537781,-0.43142569065093994,0.6390258073806763,0.330107182264328,0.3632175326347351,-0.2369212657213211,-0.030387699604034424,0.02258169651031494,0.0036286115646362305 +251,-2.3537895282293486,0.4408937557871309,1.2550864962815766,-0.6410228610038757,-0.4267479181289673,0.6379470229148865,0.2795524299144745,0.20769912004470825,0.019605852663517,0.019669532775878906,-0.0003151893615722656,-0.001334846019744873 +252,-2.357359286601771,0.4113720043027491,1.2747453821225612,-0.6473597884178162,-0.3998672366142273,0.6488695740699768,0.5311047434806824,0.1814599335193634,0.10137718915939331,-0.022913098335266113,0.02022850513458252,0.010355889797210693 +253,-2.3736392448515273,0.37112331733582377,1.2425340003842158,-0.6473722457885742,-0.36266249418258667,0.670362114906311,-0.29809433221817017,0.02628963254392147,0.7218957543373108,-0.2007877230644226,0.012915730476379395,0.00793689489364624 +254,-2.3282924704962342,0.34129880477239105,1.1902182106325734,-0.684651255607605,-0.3347112536430359,0.6474726796150208,0.472418874502182,-0.2522890269756317,0.8643196225166321,0.052540719509124756,-0.051702260971069336,-0.10155898332595825 +255,-2.3448546381316535,0.20907045063579066,1.1601963166546747,-0.6995083689689636,-0.20755067467689514,0.683820903301239,0.6527572870254517,-0.1394391804933548,0.6068996787071228,-0.17303502559661865,-0.050963759422302246,0.06398183107376099 +256,-2.3399193078905967,0.21285394757763754,1.1268924366420536,-0.7023054957389832,-0.21125029027462006,0.6798093318939209,-0.9955041408538818,-0.24547982215881348,-0.055759284645318985,-0.17318296432495117,0.015022233128547668,0.08883708715438843 +257,-2.3295803197187306,0.3331306170640153,1.0289763365803064,-0.6857779622077942,-0.3270031213760376,0.6502132415771484,-1.5432369709014893,-0.39065349102020264,-0.6202448606491089,-0.28582537174224854,0.12621274590492249,0.04929536581039429 +258,-2.1868559132924936,0.5730896318562617,0.8502724244530353,-0.6857632398605347,-0.5422306060791016,0.4855045676231384,-3.66685152053833,1.2720552682876587,-0.7827213406562805,-0.32813745737075806,0.1374760866165161,-0.07005348801612854 +259,-2.031454773554565,0.8091665671999653,0.6498646922202648,-0.6181656718254089,-0.7237122654914856,0.3067765235900879,-0.7811617255210876,-0.5956328511238098,-1.6951360702514648,0.00804293155670166,-0.046002089977264404,-0.6902909278869629 +260,-2.3686632172302575,0.8206815591086142,0.9091127555098476,-0.47600290179252625,-0.7316106557846069,0.48802369832992554,2.006688117980957,-0.6966767311096191,-0.9431670904159546,0.32991525530815125,-0.07124578952789307,-0.2778491973876953 +261,-2.370037102582937,0.736722971557565,1.066842382934918,-0.5164361000061035,-0.6718643307685852,0.5309353470802307,1.1533303260803223,2.2972421646118164,-0.007104809395968914,0.22542041540145874,-0.02265477180480957,-0.06931120157241821 +262,-2.1119257045515667,0.6109008475272335,1.0819287711291632,-0.7021002769470215,-0.5736055970191956,0.4219382703304291,1.6401537656784058,1.2646132707595825,1.1898342370986938,-0.08976984024047852,0.0035677552223205566,0.017698049545288086 +263,-1.9694837896824937,0.4264732634305441,1.175322803337901,-0.8390265703201294,-0.41366252303123474,0.3534373641014099,1.710769772529602,1.2293696403503418,1.7567901611328125,0.22736263275146484,0.10931065678596497,0.4266376793384552 +264,-1.824737709731381,0.2649993192450246,1.2219715711023482,-0.9341419339179993,-0.261908620595932,0.24245142936706543,-0.4902924597263336,-0.7518681883811951,0.983257532119751,-0.06036484241485596,0.0868445336818695,0.5320389270782471 +265,-1.903860792223592,0.14352990906882693,1.2506160221453857,-0.9353271722793579,-0.1430376172065735,0.32357874512672424,0.5823001861572266,-0.1675870567560196,0.8332769870758057,-0.07175284624099731,-0.00958077609539032,0.3096608817577362 +266,-2.0701999944599345,0.07051762019566189,1.2523997645792346,-0.8756864070892334,-0.07045918703079224,0.47771182656288147,1.018294334411621,-3.5012784004211426,0.2115999460220337,0.062240540981292725,-0.18889443576335907,-0.29390451312065125 +267,-2.457723596928566,-0.05009439346029923,1.290187671451887,-0.6310040354728699,0.050073444843292236,0.7741614580154419,0.11047054827213287,-3.2311346530914307,0.42874041199684143,-0.1494981050491333,-0.02735311910510063,0.02961021661758423 +268,-2.771502517509334,-0.03631389012142162,1.2534201406561438,-0.3614610433578491,0.03630590811371803,0.9316802024841309,-0.4704686999320984,-3.267531156539917,0.17058169841766357,-0.09372392296791077,0.08388756215572357,-0.08525979518890381 +269,-3.066662229147714,-0.0075208339102155195,1.2415280452044137,-0.07485819607973099,0.007520763203501701,0.9971656203269958,-0.08042694628238678,-2.0161118507385254,-0.06085792928934097,-0.010148510336875916,0.05642882362008095,0.02755337953567505 +270,3.13419425653186,0.007028844053838641,1.240508331982173,0.007398148532956839,-0.00702878599986434,0.9999481439590454,-0.0886831134557724,-0.1756807565689087,-0.06211164593696594,-0.03526069596409798,0.017725195735692978,-0.05909097194671631 +271,3.0973047803681526,0.026743699278913725,1.2664780313584056,0.04425755888223648,-0.026740511879324913,0.9986620545387268,-0.7505871057510376,-1.908237099647522,-0.32375046610832214,-0.13707678020000458,0.04253336414694786,-0.04996228218078613 +272,3.1090187719925866,0.03256699637713217,1.2723726896261334,0.03255085274577141,-0.03256123885512352,0.9989396333694458,-0.06699369847774506,0.1079467236995697,-0.0006569894030690193,0.0824088603258133,0.02677816152572632,0.09957116842269897 +273,3.106915141483683,0.03165162398707542,1.2722301323817777,0.034653205424547195,-0.03164634108543396,0.998898446559906,-0.004186236299574375,0.005867958068847656,0.0011963574215769768,-0.0240025632083416,-0.013489168137311935,-0.0008513927459716797 +274,3.108159720778859,0.03216217850697975,1.2721239711822252,0.033409424126148224,-0.03215663507580757,0.9989244937896729,-0.0025666970759630203,0.0007887114770710468,0.0010525202378630638,-0.004127804189920425,-0.007272079586982727,0.007362246513366699 +275,3.109003705604695,0.03212942528423759,1.2721008114751198,0.0325663685798645,-0.03212389722466469,0.9989532828330994,0.0014564208686351776,0.003896151203662157,0.001327340491116047,-0.0073283277451992035,-0.0015980266034603119,-0.00644528865814209 +276,3.110227386860203,0.03234054389348796,1.2720644026213104,0.0313437357544899,-0.03233490511775017,0.998985767364502,0.0010936558246612549,-0.002330392599105835,0.0008389120921492577,-0.012743264436721802,-0.013121034950017929,0.01599860191345215 +277,3.111201888001575,0.032631607274615816,1.2720329501791732,0.03036990575492382,-0.03262581676244736,0.999005913734436,-0.006780395284295082,-0.004764284007251263,0.0013932446017861366,-0.008259925991296768,0.001558929681777954,0.013796031475067139 +278,3.1118718142082167,0.03250012512934899,1.272007968435978,0.02970077283680439,-0.032494403421878815,0.999030590057373,0.0053868768736720085,0.005713202059268951,0.0013152556493878365,-0.00292159803211689,-0.010672710835933685,-0.018836498260498047 +279,3.112647313238064,0.03291384284149932,1.271934652093475,0.028925618156790733,-0.03290789946913719,0.9990395903587341,0.0017176344990730286,0.0023850002326071262,-0.0017819255590438843,-0.00939437747001648,-0.002889208495616913,0.009901881217956543 +280,3.1132916448208814,0.03259281987899703,1.2718403618906113,0.028282199054956436,-0.03258705139160156,0.999068558216095,-0.002872842364013195,-0.0015807650052011013,-0.0019387491047382355,-0.0006943140178918839,0.01546669751405716,0.011841356754302979 +281,3.113927869688821,0.032694461259018585,1.271802355107629,0.027646472677588463,-0.03268863633275032,0.9990831017494202,-0.0008731167763471603,0.0023747533559799194,-0.0004508495330810547,-0.013898305594921112,-0.012477375566959381,-0.0001207590103149414 +282,3.114685971123435,0.03321792060359566,1.2717548291169152,0.026888590306043625,-0.03321181237697601,0.9990864396095276,-0.0004467163234949112,0.001120531465858221,-0.000315333716571331,0.006268754601478577,0.0038081295788288116,0.0037057995796203613 +283,3.114788833167018,0.032903072399477484,1.2717287655200615,0.02678609825670719,-0.032897137105464935,0.9990994930267334,0.002694755792617798,-0.0006670253351330757,0.000820893794298172,-0.012244479730725288,0.004592087119817734,0.006805419921875 +284,3.11574467524099,0.033164895716807176,1.2716530387991087,0.025830892845988274,-0.033158816397190094,0.9991164803504944,0.0015189247205853462,5.225837230682373e-05,0.00039854925125837326,-0.0018135569989681244,-0.0033859871327877045,0.0035539865493774414 +285,3.115621763169662,0.03320394742241528,1.2716608952310773,0.02595365233719349,-0.03319784626364708,0.999111533164978,0.001956361345946789,0.004627108573913574,-0.0017142444849014282,-0.00036466866731643677,0.0010933615267276764,0.003451704978942871 +286,3.1162618466665917,0.033301050911896626,1.2716096070656755,0.025314055383205414,-0.03329489752650261,0.9991248846054077,-0.0005486411973834038,-0.002239751163870096,0.0005893651396036148,-0.009948456659913063,-0.0032193809747695923,0.00662761926651001 +287,3.1165928971457375,0.033369498378805915,1.2715859991183738,0.02498324029147625,-0.033363305032253265,0.9991311430931091,0.0002478528767824173,-0.0003898227587342262,0.000580737367272377,0.004771403968334198,-0.0033951252698898315,0.0023643970489501953 +288,3.116632337383351,0.033466384478197636,1.2715712378200108,0.024943755939602852,-0.033460136502981186,0.9991289973258972,-0.0017885975539684296,0.000284313689917326,-0.0007012998685240746,-0.009776510298252106,-0.005327712744474411,0.00508272647857666 +289,3.117201440110491,0.033506316296557696,1.271589215594223,0.024375110864639282,-0.03350004553794861,0.9991416335105896,-0.00024911481887102127,0.0015413854271173477,0.0010018907487392426,0.004540301859378815,0.00032743439078330994,0.0047342777252197266 +290,3.1171126553831323,0.033507121988110004,1.2716073853494003,0.024463819339871407,-0.033500853925943375,0.9991394877433777,4.8922374844551086e-05,-0.0027841771952807903,0.0012536058202385902,-0.003650827333331108,-0.005210705101490021,0.005682468414306641 +291,3.117636408741004,0.033642738304178146,1.2715499552149065,0.023940401151776314,-0.033636391162872314,0.9991474747657776,0.00087710190564394,0.0020941318944096565,0.0007164068520069122,-0.0036156922578811646,-0.000772181898355484,0.0029582977294921875 +292,3.1176477200301105,0.03348933751487249,1.2715743433076139,0.023929215967655182,-0.033483076840639114,0.9991526007652283,0.0006473679095506668,0.000850907526910305,0.00024292990565299988,0.00425376370549202,0.0012412592768669128,0.0034106969833374023 +293,3.1177125828380206,0.033570832621118984,1.2715884619178965,0.023864345625042915,-0.033564526587724686,0.9991515278816223,0.0013029184192419052,0.0037061558105051517,0.000225030817091465,-0.004256805405020714,-0.004918135702610016,0.00376284122467041 +294,3.118108792055161,0.03366606106361294,1.2715976808493867,0.023468393832445145,-0.03365970030426979,0.9991576671600342,-0.0011957241222262383,0.002191061619669199,6.67693093419075e-05,0.0010372158139944077,-0.001969568431377411,0.0039244890213012695 +295,3.1180159479959992,0.03356945051655046,1.2715965387755654,0.02356123924255371,-0.033563144505023956,0.9991588592529297,0.0027231774292886257,-0.0023984932340681553,0.0016186600551009178,-0.001481771469116211,-0.0020661242306232452,0.0062122344970703125 +296,3.1183044256220844,0.03367357598728276,1.271540171746896,0.023272927850484848,-0.03366721421480179,0.9991623163223267,0.0008131125941872597,0.0017026565037667751,0.0007828511297702789,-0.0027803685516119003,-0.001244906336069107,0.004042267799377441 +297,3.118408192593945,0.03360659472524179,1.2715072754168002,0.02316928841173649,-0.03360027074813843,0.9991664886474609,0.00021356716752052307,0.0003597550094127655,0.0021527837961912155,0.0005428623408079147,-0.002028990536928177,0.0047394633293151855 +298,3.118581406175725,0.033681021491120115,1.2714681145687363,0.022996170446276665,-0.03367465361952782,0.9991683959960938,-0.0012057367712259293,0.0024674604646861553,-3.4586526453495026e-05,-0.0009929947555065155,-0.0014968588948249817,0.0035630464553833008 +299,3.1185954387538093,0.03363950112975885,1.2714793335295091,0.022982174530625343,-0.03363315761089325,0.9991698265075684,0.0020388420671224594,-6.448524072766304e-05,0.0003708936274051666,0.0011267103254795074,0.000613141804933548,0.00485837459564209 +300,3.118748783891112,0.03369239071557352,1.2714699458238734,0.022828925400972366,-0.033686015754938126,0.9991719722747803,-0.004169158637523651,0.0004947211127728224,-0.002086636610329151,-0.007310731336474419,-0.004232082515954971,-0.011683940887451172 +301,3.1189881236617625,0.033818738728462375,1.2714146985420576,0.022589674219489098,-0.03381229192018509,0.9991726279258728,-0.003095853142440319,0.0023107556626200676,-0.00043197348713874817,0.010521892458200455,0.005751386284828186,0.00860905647277832 +302,3.118462366173328,0.0335406702914071,1.2714240430834225,0.023115215823054314,-0.03353438153862953,0.999170184135437,0.0013628415763378143,-0.005652215331792831,-0.003303159959614277,-0.007688583806157112,-0.002751011401414871,0.007543623447418213 +303,3.1194624978608467,0.03395402729755294,1.271399477561521,0.022115597501397133,-0.03394750505685806,0.9991790652275085,-0.0024648886173963547,-0.0005718236789107323,0.0007770294323563576,-3.612786531448364e-05,0.0015988685190677643,-0.0032224655151367188 +304,3.118782275233549,0.03356986821360719,1.2714257376728884,0.022795556113123894,-0.033563561737537384,0.9991768598556519,-0.00019754469394683838,-0.0015866574831306934,-7.30026513338089e-05,0.004761822521686554,0.006738603115081787,0.001281142234802246 +305,3.1191492638396,0.0337896220297541,1.2714611117431378,0.02242870070040226,-0.0337831936776638,0.9991776943206787,0.0015701279044151306,-0.0014454382471740246,-0.0003922414034605026,-0.00825328379869461,-0.0037992075085639954,0.00437772274017334 +306,3.1191754125460127,0.03378661620185771,1.2715316543157928,0.022402577102184296,-0.033780187368392944,0.999178409576416,0.003538154996931553,0.0004228635225445032,0.00021375250071287155,0.008572770282626152,0.0028811320662498474,0.004209280014038086 +307,3.1190607992857746,0.03371919472781062,1.2715315856050686,0.022517142817378044,-0.033712804317474365,0.9991779327392578,0.0015503307804465294,0.0008634547702968121,-0.0002772156149148941,-0.008753713220357895,-0.004006922245025635,0.0026836395263671875 +308,3.11793520613332,0.03358032752480762,1.271985298889445,0.023641901090741158,-0.03357401862740517,0.9991564154624939,-0.011503966525197029,0.00591313699260354,-0.09388044476509094,0.003610292449593544,-0.001963697373867035,-0.009837746620178223 +309,-3.1026025119007317,0.00030803754949540685,1.2611063261522268,-0.03898027166724205,-0.00030803753179498017,0.9992401599884033,0.40701279044151306,1.6956350803375244,1.2053625583648682,0.18526627123355865,-0.18575763702392578,0.18020343780517578 +310,-2.710144186101985,-0.018121188240270918,1.1780424691759084,-0.41811826825141907,0.01812019571661949,0.9082117676734924,-0.30345192551612854,5.6064605712890625,0.3854394257068634,-0.21391594409942627,0.11104544997215271,0.06272017955780029 +311,-2.1907735257558976,0.007006693986919522,1.1379612114148465,-0.8138718008995056,-0.007006636820733547,0.581002414226532,-1.0417742729187012,3.551250696182251,0.007019541226327419,0.16125339269638062,0.05038738250732422,0.03494918346405029 +312,-1.9763877054506305,0.05100089161017652,1.1128028960869518,-0.9176743626594543,-0.05097878351807594,0.39404916763305664,0.19380801916122437,0.16507022082805634,-0.4188617169857025,0.0054735541343688965,-0.01590048521757126,-0.10162979364395142 +313,-1.8622760094983921,0.09161142525170266,1.1240395240710965,-0.9538030624389648,-0.09148333221673965,0.28616470098495483,-0.03588659316301346,1.9721217155456543,-0.2711789309978485,0.0838385820388794,-0.027642004191875458,0.011045902967453003 +314,-1.742937993732101,0.16287863615038511,1.1494880634158486,-0.9721803069114685,-0.16215941309928894,0.16902561485767365,0.12194870412349701,1.502551555633545,-0.5274192690849304,0.09362506866455078,0.007420048117637634,0.08269856870174408 +315,-1.6574483298208242,0.20609726314781618,1.1711300154146977,-0.9751644134521484,-0.20464132726192474,0.08471208065748215,0.5247408151626587,0.5843448042869568,-0.438694566488266,0.05035984516143799,0.03532981872558594,0.012303225696086884 +316,-1.6274378789978137,0.23877551129576421,1.2308501568956953,-0.9700701236724854,-0.23651306331157684,0.055005114525556564,0.11935974657535553,-0.30879995226860046,-0.14176729321479797,0.11777526140213013,0.04898256063461304,0.05987834930419922 +317,-1.61524468866346,0.25711740684016504,1.2315266102735172,-0.96617192029953,-0.2542937695980072,0.04297306388616562,0.15317127108573914,0.26483389735221863,-0.1708948016166687,0.046021103858947754,-0.004357963800430298,0.07932615280151367 +318,-1.6109016567903216,0.27289931746072693,1.2426572606918451,-0.9622191786766052,-0.26952460408210754,0.03861081972718239,0.222643181681633,0.20336492359638214,-0.36619439721107483,0.024398744106292725,0.021920233964920044,0.04450380802154541 +319,-1.5943813944685463,0.2791158377992143,1.2491299142461927,-0.9610321521759033,-0.27550581097602844,0.022670211270451546,-0.14580664038658142,0.2543775141239166,-0.25226718187332153,-0.03442084789276123,0.10739970207214355,0.05556154251098633 +320,-1.4860796775994487,0.28459026453398584,1.2196784220038777,-0.9563347697257996,-0.28076422214508057,-0.08121185004711151,-0.5608083605766296,0.44313254952430725,0.15710289776325226,-0.04847174882888794,-0.058164000511169434,0.004933178424835205 +321,-1.5413937267568947,0.2806567414688133,1.2125088499684005,-0.9604583382606506,-0.2769867479801178,-0.02824811451137066,0.07816209644079208,-0.6901901960372925,0.07312332838773727,-0.030355751514434814,-0.007574349641799927,0.005482019856572151 +322,-1.5662784302103359,0.2835084798163537,1.2127292931056008,-0.9600702524185181,-0.2797257900238037,-0.00433752778917551,0.09223482757806778,-0.006441846024245024,-0.050168782472610474,-0.011624813079833984,-0.013304024934768677,-0.05495810508728027 +323,-1.6016551068309839,0.2860027370016594,1.2321874138338058,-0.9589225649833679,-0.28211960196495056,0.02960057742893696,0.2359747290611267,-0.30220848321914673,-0.012984261848032475,0.012618184089660645,-0.026367366313934326,-0.04128885269165039 +324,-1.6122040117942749,0.2975520254531092,1.2590115198574499,-0.9552376866340637,-0.2931806743144989,0.039576802402734756,0.32280072569847107,0.47065842151641846,-0.34139329195022583,-0.06768113374710083,-0.06581288576126099,-0.17960667610168457 +325,-1.313409090871007,0.37606102383285855,1.251785159522037,-0.8994787931442261,-0.3672596216201782,-0.2367660403251648,-0.652741014957428,6.511088848114014,-1.6288158893585205,0.09804147481918335,-0.13666188716888428,0.02598114311695099 +326,-0.4046902538807377,0.3831949253576274,1.142361350976107,-0.3651784360408783,-0.3738855719566345,-0.8525574803352356,-0.9576407074928284,9.095703125,0.6483547687530518,-0.046641021966934204,0.05369514226913452,0.0796998143196106 +327,0.21940994597471766,0.367169038958646,1.1744989755024582,0.2031465470790863,-0.3589746057987213,-0.9109712839126587,3.134676694869995,1.9669657945632935,-0.09390921890735626,-0.9270387887954712,0.11761108040809631,-1.4819271564483643 +328,0.4480144790016637,0.5834127060242403,1.1600423164658118,0.36152398586273193,-0.5508753657341003,-0.7522212266921997,0.5412463545799255,1.8461004495620728,1.328329086303711,0.5670801401138306,0.09059399366378784,0.4070521593093872 +329,0.6024250911541805,0.6507113559714814,1.1351610913571435,0.4508507251739502,-0.6057525277137756,-0.6555894017219543,1.6747385263442993,-1.1629856824874878,-0.8315685391426086,0.11692878603935242,-0.2280944585800171,-0.002964615821838379 +330,0.8972724406226008,0.732914926259867,1.002381418528,0.5809277296066284,-0.6690389513969421,-0.463583767414093,0.7230225801467896,3.171283483505249,0.7321785688400269,0.04060852527618408,0.09843653440475464,0.2115086317062378 +331,1.3229837796704982,0.6929522743103558,0.8419519672395431,0.7458603978157043,-0.6388113498687744,-0.188712477684021,1.26784348487854,4.548148155212402,-0.5617082715034485,-0.20409703254699707,0.08066010475158691,0.1932748556137085 +332,1.8700528284289937,0.5509668784953903,0.6825335242580426,0.8141516447067261,-0.5235112905502319,0.25118353962898254,0.47888821363449097,3.5488967895507812,-1.7700598239898682,-0.08580386638641357,-0.09947454929351807,-0.10259342193603516 +333,2.2383784233673016,0.33790656686683757,0.7242225783592826,0.7409116625785828,-0.33151277899742126,0.5840800404548645,0.8854248523712158,2.7797555923461914,-1.9231065511703491,0.348138689994812,-0.11775180697441101,-0.30064791440963745 +334,2.4220769933008746,0.1928837274260778,0.7958403261389696,0.6467993259429932,-0.19168993830680847,0.7381772994995117,0.5823071002960205,1.0793401002883911,-0.9278532266616821,0.32127928733825684,-0.16173413395881653,-0.24168682098388672 +335,2.4023850413501076,0.15952267898065736,0.8505624372988442,0.6651485562324524,-0.15884695947170258,0.729619562625885,0.19666892290115356,0.1259927749633789,-0.3037553131580353,0.06918048858642578,-0.05411992967128754,-0.11432421207427979 +336,2.397019161923549,0.13203337038299465,0.8682721737126894,0.671760082244873,-0.13165009021759033,0.7289764881134033,-0.3315418064594269,-0.5485097169876099,-0.1364685744047165,0.07863664627075195,-0.08374296128749847,-0.02478337287902832 +337,2.3171530250724093,0.14956766666396645,0.9152268214900927,0.7259710431098938,-0.14901064336299896,0.6713883876800537,-0.396596759557724,-0.6909639239311218,-0.33303967118263245,0.025234580039978027,0.035653069615364075,-0.10215908288955688 +338,2.257552834589281,0.14857126231832346,0.9530220950758835,0.7647873759269714,-0.1480252891778946,0.6270474791526794,-0.05307887867093086,-0.24055986106395721,-0.17547161877155304,0.07310307025909424,0.00659160315990448,-0.08958715200424194 +339,2.2047350233006493,0.1498794315872842,0.9653905413809336,0.7966682314872742,-0.14931891858577728,0.5856823325157166,-0.1734076589345932,-0.588157594203949,0.01617555133998394,0.040398478507995605,0.0003931373357772827,-0.003040611743927002 +340,2.177886915784555,0.1430137964182894,0.9724116554794181,0.8129265904426575,-0.1425267904996872,0.5646563768386841,0.041970785707235336,-0.2290044128894806,-0.12627601623535156,0.02887040376663208,-0.005117297172546387,-0.03581714630126953 +341,2.169928269880745,0.13168601489808088,0.9668832328860394,0.8186752200126648,-0.1313057392835617,0.5590432286262512,0.10924433916807175,0.028773454949259758,-0.10364605486392975,0.02206861972808838,-0.010097414255142212,-0.030677199363708496 +342,2.172688241563217,0.12542488116627737,0.9656410575293097,0.8177909851074219,-0.12509629130363464,0.5617552399635315,0.07722709327936172,0.10660690814256668,-0.06085026636719704,0.020053863525390625,-0.0045576393604278564,-0.01747417449951172 +343,2.1759774020446496,0.1239877264386624,0.9636919736510122,0.8160859942436218,-0.123670294880867,0.5645437836647034,0.20336657762527466,0.2006591409444809,0.15901823341846466,0.07084649801254272,-0.013475701212882996,-0.02743428945541382 +344,2.173106927468127,0.14878459420096704,0.9494064606247442,0.814924955368042,-0.1482362598180771,0.5602888464927673,-0.17057497799396515,-0.10275939106941223,0.0084269093349576,0.009232819080352783,0.0136079341173172,-0.04261904954910278 +345,2.1792754567976917,0.15170504980596164,0.9507603997010958,0.811094343662262,-0.15112382173538208,0.5650549530982971,0.06918954849243164,0.09119600802659988,0.0037009436637163162,0.03262495994567871,-0.0035850107669830322,-0.037543416023254395 +346,2.1797423507890445,0.15803954969732617,0.9548789751605518,0.8100292086601257,-0.15738248825073242,0.5648748278617859,-0.08102669566869736,0.05967087298631668,-0.018834656104445457,0.013472378253936768,0.010562419891357422,-0.03876698017120361 +347,2.1808066022280315,0.15717292265282443,0.9548062913712065,0.8095389604568481,-0.1565266102552414,0.5658144354820251,0.024096909910440445,0.03256012499332428,-0.015205103904008865,0.01043778657913208,0.000932738184928894,-0.015246927738189697 +348,2.1798707360092973,0.15855400920160762,0.9545643589025161,0.8098901510238647,-0.15789051353931427,0.5649324059486389,0.0685940757393837,0.02677197940647602,-0.0025933589786291122,0.014114975929260254,0.006996363401412964,-0.04228842258453369 +349,2.176206119298847,0.1572064659118504,0.9524794542873364,0.812129020690918,-0.15655973553657532,0.5620811581611633,0.06741465628147125,0.02099141664803028,-0.02466835454106331,0.01291358470916748,0.008183300495147705,-0.019692301750183105 +350,2.1783984884773013,0.1557868817784063,0.9524276140495942,0.8110766410827637,-0.15515750646591187,0.5639867186546326,-0.04385441169142723,-0.007593850139528513,-0.043337881565093994,0.01767408847808838,0.010839864611625671,-0.01813405752182007 +351,2.179826132389037,0.14975068241983164,0.9524936400938239,0.8110241889953613,-0.14919160306453705,0.5656696557998657,0.036857619881629944,0.06970713287591934,-0.0738888680934906,0.0012164711952209473,0.003927946090698242,-0.00799107551574707 +352,2.1871063055355684,0.14232339860174523,0.9533357800563375,0.8077663779258728,-0.14184340834617615,0.5721836686134338,0.014796826057136059,0.05764629691839218,-0.101217120885849,0.0027499794960021973,0.009946435689926147,-0.020288467407226562 +353,2.1890698754252345,0.1389281535562968,0.956335942501781,0.8070291876792908,-0.13848167657852173,0.5740445852279663,0.007488088682293892,0.01593594253063202,-0.049171146005392075,0.007317304611206055,0.0004964172840118408,-0.03150296211242676 +354,2.191442042391108,0.13510858241934207,0.9559626787216932,0.8060892224311829,-0.13469789922237396,0.576260507106781,0.04912883788347244,0.036587201058864594,0.010144148021936417,0.023561477661132812,-0.017539024353027344,-0.029217839241027832 +355,2.1889566345573126,0.13619164645185916,0.95127826130802,0.8073996901512146,-0.1357710212469101,0.5741704702377319,-0.018881235271692276,-0.03568289056420326,0.03766065835952759,0.00812143087387085,-0.012941092252731323,-0.008572936058044434 +356,2.187957725924835,0.13363816176620685,0.9433533189217256,0.8082528710365295,-0.13324074447155,0.5735623240470886,0.056508034467697144,0.022991744801402092,-0.01658577285706997,-0.002710878849029541,-0.002852410078048706,0.0022429227828979492 +357,2.18833919912611,0.128562343264967,0.9360173443340007,0.8085750937461853,-0.1282084882259369,0.5742549300193787,0.05966338515281677,0.008214214816689491,-0.0038071023300290108,0.005847334861755371,0.0067332834005355835,0.009683668613433838 +358,2.188753655730485,0.1262053074780299,0.9323278849282395,0.8085812926292419,-0.12587054073810577,0.5747635960578918,0.07311806082725525,0.002926977351307869,-0.017858989536762238,0.011197268962860107,0.005554988980293274,-0.005946338176727295 +359,2.1898677329628433,0.12323785587227715,0.9285896770254741,0.8082411289215088,-0.12292614579200745,0.5758783221244812,0.011156202293932438,0.011849936097860336,-0.026739677414298058,0.0017871260643005371,0.010560393333435059,0.005283236503601074 +360,2.1915307379104045,0.1229826512196538,0.9286912692590583,0.8073077201843262,-0.12267287075519562,0.5772398114204407,-0.057416267693042755,-0.013766158372163773,-0.015124908648431301,0.001453995704650879,0.006660297513008118,0.002700984477996826 +361,2.19093360214106,0.12319667648404478,0.9287153635290418,0.8076307773590088,-0.12288527935743332,0.5767422318458557,-0.01594357192516327,-0.027730032801628113,-0.012430318631231785,-0.001478433609008789,0.0005708411335945129,0.006891071796417236 +362,2.1893664835979343,0.12340458096415179,0.9286353351931601,0.8085127472877502,-0.12309160083532333,0.5754610896110535,0.05617443099617958,-0.036457888782024384,-0.01433000061661005,0.0031021833419799805,0.01106157898902893,-0.019156217575073242 +363,2.188323976185437,0.12157016106653469,0.927181635584062,0.809295117855072,-0.12127093225717545,0.5747477412223816,0.03436212241649628,0.02111249975860119,-0.019768547266721725,-0.0007012486457824707,0.008355870842933655,-0.002207458019256592 +364,2.1902084991941844,0.12243574432919936,0.92984688184915,0.8081249594688416,-0.12213008105754852,0.5762107968330383,-0.07913659512996674,0.01760038547217846,0.010728356428444386,0.015605747699737549,-0.001725524663925171,-0.006569504737854004 +365,2.1907978245923716,0.12606236000879228,0.930922821700601,0.8074191808700562,-0.12572874128818512,0.5764256119728088,-0.0334494449198246,0.023877296596765518,0.03065561316907406,0.008315682411193848,-0.0057867467403411865,0.0032862424850463867 +366,2.1907991673474765,0.12640169406601215,0.9315588270832454,0.8073835372924805,-0.12606537342071533,0.5764018297195435,0.004038009326905012,-0.01534254476428032,-0.0277581624686718,-0.006083548069000244,0.01340976357460022,-0.002183198928833008 +367,2.187824649041714,0.12443823759659982,0.9317724231107556,0.8092948794364929,-0.12411733716726303,0.5741398930549622,-0.004544944502413273,0.001528909895569086,-0.018172666430473328,0.00431901216506958,-0.006772540509700775,0.011126101016998291 +368,2.1876414717102817,0.12389177364660141,0.9315519066213183,0.8094552159309387,-0.12357507646083832,0.5740307569503784,-0.023395095020532608,0.01392713189125061,0.015095314010977745,0.011757493019104004,-0.009496793150901794,0.012089788913726807 +369,2.1871193970008873,0.12486223324455267,0.9319418151978188,0.8096566200256348,-0.12453804165124893,0.5735385417938232,-0.047933340072631836,-0.017436688765883446,-0.010880785994231701,-0.0036110877990722656,0.0038868188858032227,0.004800081253051758 +370,2.186320263476836,0.12134333387276917,0.9296319752245767,0.8104673624038696,-0.12104577571153641,0.5731407403945923,0.03168320283293724,-0.02380465529859066,-0.013687819242477417,0.00778508186340332,-0.0026724785566329956,0.01839667558670044 +371,2.1837999379775788,0.12136099273058225,0.9298011183118093,0.8119076490402222,-0.12106329947710037,0.5710951089859009,0.019954988732933998,0.01948520727455616,-0.014438364654779434,0.000821232795715332,-0.0006408095359802246,-0.005146622657775879 +372,2.1834298252328215,0.1182850896669623,0.9267257939650975,0.8124197125434875,-0.11800945550203323,0.5710059404373169,0.024363456293940544,-0.0060043008998036385,-0.03558489680290222,-0.0059623122215271,-0.0021229833364486694,0.01464158296585083 +373,2.1847810575712345,0.11445705729068764,0.9196293562045282,0.8120107054710388,-0.11420731246471405,0.5723593235015869,0.09232950955629349,0.021344730630517006,0.01801053248345852,0.013688087463378906,0.005351133644580841,-0.0018027424812316895 +374,2.1861192296558474,0.11164738380909038,0.9071229772887198,0.8115029335021973,-0.11141557991504669,0.5736283659934998,0.05037440359592438,-0.026909908279776573,0.046939827501773834,-0.01827484369277954,-0.014072678983211517,0.0013533234596252441 +375,2.18345839336257,0.11243277999845616,0.8968770784150966,0.8129544258117676,-0.11219605058431625,0.5714164972305298,0.03193497285246849,-0.11681410670280457,0.14484557509422302,0.04507768154144287,-0.021028414368629456,-0.06172734498977661 +376,2.1626863206327642,0.13774758110881202,0.8446076047478648,0.8220269083976746,-0.1373123824596405,0.552645742893219,0.1719791293144226,-0.9361340403556824,0.6991123557090759,0.07367938756942749,-0.004884287714958191,-0.13080114126205444 +377,2.0806521486442753,0.18326526014515665,0.7706664004586526,0.8581985831260681,-0.18224111199378967,0.47987842559814453,0.7041362524032593,-1.128134846687317,0.7717815041542053,0.02012777328491211,0.016454368829727173,-0.08638477325439453 +378,1.9564924617218429,0.21855094496607502,0.7025581240768974,0.9044970870018005,-0.2168152630329132,0.36725538969039917,0.5662407875061035,-0.9019599556922913,0.48470115661621094,-0.02252364158630371,0.011950716376304626,0.098992258310318 +379,1.882730594315181,0.22137677062683964,0.6672195573235832,0.9285154938697815,-0.2195730060338974,0.29941055178642273,-0.0791187584400177,-0.8527175188064575,-0.0402522087097168,-0.028628408908843994,0.0633992999792099,0.16261029243469238 +380,1.8155239289414657,0.19979503036609597,0.6736949122790845,0.9509032368659973,-0.19846844673156738,0.23747217655181885,0.1920187622308731,-0.10362072288990021,-0.211802139878273,0.01441335678100586,0.04421737790107727,0.11880536377429962 +381,1.8164635576024915,0.16462048663315385,0.6756651503112274,0.9568619132041931,-0.1638779640197754,0.2399156391620636,0.06298661231994629,0.2761203348636627,-0.36315038800239563,0.01107943058013916,0.01606607437133789,0.08643937110900879 +382,1.8359509487050567,0.14165093350988214,0.6874424698132972,0.9553862810134888,-0.141177698969841,0.259433776140213,-0.10672188550233841,-0.03973028436303139,-0.20128470659255981,0.022320568561553955,0.02534826099872589,-0.028553038835525513 +383,1.8486024725988428,0.12663440944174936,0.6865246083878548,0.9539588689804077,-0.12629622220993042,0.27205052971839905,0.08767320960760117,0.1619037389755249,-0.06399062275886536,0.030400753021240234,-0.019058987498283386,0.009168952703475952 +384,1.8370106599103266,0.12548019015310868,0.6979971495647918,0.9571883082389832,-0.1251511573791504,0.26101255416870117,-0.12291581928730011,-0.17043747007846832,-0.015919279307127,0.007792651653289795,-0.0007033199071884155,0.00029417872428894043 +385,1.834676224380357,0.11931523637027391,0.6896465249757779,0.9585219025611877,-0.11903233826160431,0.25897374749183655,0.1793384552001953,0.07320620119571686,-0.04105845093727112,0.007313847541809082,0.02030797302722931,0.03170624375343323 +386,1.8693071462061772,0.11028614200985565,0.6795570103539638,0.949968695640564,-0.11006271094083786,0.2923104166984558,0.0403527170419693,0.4919489324092865,-0.14365877211093903,-0.010408937931060791,0.03512682765722275,0.01816016435623169 +387,1.9137745464334288,0.10450343839458785,0.6838512619752615,0.9366196393966675,-0.10431332886219025,0.33445873856544495,-0.07150818407535553,0.18629010021686554,0.021167464554309845,0.05631566047668457,-0.002559259533882141,-0.07890447974205017 +388,1.8780823978513472,0.15182586309991397,0.6721809862431394,0.942193329334259,-0.15124323964118958,0.29899346828460693,-0.11904387176036835,-1.2466634511947632,1.079674482345581,0.08949911594390869,-0.13713259994983673,-0.3150610029697418 +389,1.6378584849747053,0.35707983761462536,0.6631445189906107,0.9348154067993164,-0.34953975677490234,0.06278488785028458,-0.19024646282196045,-4.077064037322998,2.709906578063965,0.14417922496795654,0.07511046528816223,-0.35222887992858887 +390,1.0410043205649393,0.5762685792259415,0.7677869060850631,0.7235533595085144,-0.5448989272117615,-0.42374008893966675,-0.38881391286849976,-5.978438377380371,2.316528558731079,0.1168397068977356,0.14618676900863647,-0.14002639055252075 +391,0.2683091778527013,0.5410572294214718,0.9362763625004711,0.22723563015460968,-0.5150424838066101,-0.8264957666397095,-1.5657089948654175,-5.888254642486572,-0.7492175698280334,0.21505561470985413,0.07218664884567261,0.11516153812408447 +392,-0.09803052825251525,0.4739418776583629,0.8900804287660938,-0.08708558976650238,-0.4563972055912018,-0.8855041861534119,1.20399808883667,-1.611703872680664,-1.0156970024108887,0.4061926603317261,0.09183424711227417,-0.050103724002838135 +393,-0.15436217941190028,0.5399195250765858,0.8588905406881444,-0.13187898695468903,-0.5140669941902161,-0.8475512266159058,0.8045086860656738,-0.9017550945281982,-0.3631036579608917,0.27940094470977783,0.0056594014167785645,-0.36295902729034424 +394,-0.23012505379055193,0.5483467384031666,0.7690495297848825,-0.1946570724248886,-0.5212770700454712,-0.8308903574943542,-0.2876312732696533,-1.3521672487258911,-0.9276437759399414,0.3243262767791748,-0.2613919973373413,0.07817429304122925 +395,-0.3959327458583686,0.5954105465209731,0.6197145847050687,-0.31930238008499146,-0.5608487129211426,-0.7638682723045349,-0.7242946028709412,-2.8114712238311768,-0.8929774761199951,0.29571229219436646,0.002483844757080078,0.1756877303123474 +396,-0.627345169449921,0.504154667417383,0.518582882965053,-0.5139651298522949,-0.48306745290756226,-0.7088622450828552,-0.052795276045799255,-0.8580496311187744,-0.030669445171952248,-0.09017610549926758,-0.08181291818618774,-0.4027557969093323 +397,-0.6393691772033516,0.44188172234706696,0.49138760403764425,-0.539376437664032,-0.42764121294021606,-0.7253936529159546,-1.342057228088379,0.4210728108882904,-0.06984708458185196,0.05486416816711426,0.13485556840896606,0.13928836584091187 +398,-0.7966518371958746,0.422532048563582,0.5530936311147521,-0.6521359086036682,-0.41007113456726074,-0.6376208066940308,1.8615343570709229,-3.074728488922119,1.5655893087387085,0.177679181098938,0.02229955792427063,0.06231874227523804 +399,-1.1577528781810889,0.42146120790795555,0.7646391606535151,-0.8357547521591187,-0.4090942442417145,-0.3662731647491455,1.701795220375061,-3.643221378326416,0.8778183460235596,0.21818578243255615,0.05200806260108948,0.05630612373352051 +400,-1.5216226963791228,0.37823962192199057,0.8767458604583546,-0.9281927347183228,-0.36928510665893555,-0.04567943140864372,0.37266814708709717,-1.663175344467163,0.7114882469177246,0.06852787733078003,0.019629985094070435,-0.18611681461334229 +401,-1.6462852120610503,0.2810809461305163,0.8854642231003198,-0.958020031452179,-0.2773943245410919,0.07245755195617676,0.10304709523916245,-0.7739678025245667,0.659980833530426,-0.041537463665008545,0.01967337727546692,-0.21341824531555176 +402,-1.6834480980443127,0.20392450924006528,0.8976504725733174,-0.9730722308158875,-0.20251406729221344,0.11008437722921371,0.2357482612133026,0.18416999280452728,0.5896862149238586,-0.09119772911071777,-0.020325273275375366,-0.17009711265563965 +403,-1.6132734461602642,0.15033892847562272,0.8929344233629805,-0.9878286123275757,-0.1497732400894165,0.041985366493463516,0.022527053952217102,0.6051419973373413,0.41318148374557495,0.003270447254180908,-0.013953566551208496,-0.057381510734558105 +404,-1.5725837198868926,0.11913433261614571,0.9024326046539284,-0.9929103255271912,-0.11885271966457367,0.0017747229430824518,0.19451631605625153,0.029024135321378708,0.20473282039165497,-0.0016728043556213379,0.006090253591537476,-0.02359473705291748 +405,-1.5766896167092779,0.09505022775948102,0.9067776559401977,-0.9954689145088196,-0.09490717202425003,0.005866654682904482,-0.1216876432299614,0.07905800640583038,0.1580250859260559,-0.05274885892868042,-0.019289612770080566,0.0314410924911499 +406,-1.5814145236569768,0.0816444722799695,0.8927005791866174,-0.9966127872467041,-0.08155379444360733,0.010582627728581429,0.032740235328674316,-0.15301570296287537,0.13751108944416046,-0.010619878768920898,-0.0004927217960357666,-0.09253764152526855 +407,-1.618375678055039,0.06524625523073144,0.9067931316933513,-0.9967429041862488,-0.06519997119903564,0.047460198402404785,0.11926736682653427,-0.3052397072315216,0.21433643996715546,0.024117231369018555,-0.01828085631132126,-0.058461789041757584 +408,-1.665080567633369,0.04643818699848356,0.9181950048498209,-0.9944852590560913,-0.04642149806022644,0.09404312074184418,0.012408099137246609,-0.39818617701530457,0.10122038424015045,0.0006955862045288086,0.01527830958366394,-0.04239213466644287 +409,-1.6883522412198129,0.034417267086592325,0.9226866898152639,-0.9925101399421692,-0.034410472959280014,0.11721588671207428,-0.027024222537875175,-0.29702886939048767,0.24331380426883698,0.03369361162185669,0.0069141387939453125,0.005357980728149414 +410,-1.711932281842981,0.016297100491430315,0.9248914370976838,-0.9899253249168396,-0.016296379268169403,0.14064918458461761,-0.018050702288746834,-0.14843086898326874,0.16445547342300415,0.009838104248046875,-0.02165221981704235,-0.019875898957252502 +411,-1.7414050001586288,0.006820162289787952,0.923723838013548,-0.9854586720466614,-0.006820109207183123,0.1697782576084137,0.3200722932815552,-0.5148934125900269,0.11131539940834045,0.009003043174743652,0.005263716448098421,-0.0600980669260025 +412,-1.7853034399080459,-0.004732403322794591,0.9391076944703959,-0.9770705103874207,0.004732385743409395,0.2128634750843048,0.22605672478675842,-0.4896981418132782,0.044502489268779755,-0.012126266956329346,0.005521506071090698,-0.05372953414916992 +413,-1.8151063492168316,-0.01813368952742682,0.9545301737979716,-0.9701449275016785,0.01813269592821598,0.24184712767601013,-0.02364588901400566,0.11338178813457489,0.1611473262310028,-0.005547821521759033,0.0012764930725097656,-0.02459251880645752 +414,-1.8066735029036605,-0.03203217184289035,0.9560543933451154,-0.971811056137085,0.03202669322490692,0.23357610404491425,0.24061836302280426,-0.03464645892381668,0.14182426035404205,0.02100527286529541,-0.009397890418767929,-0.041055887937545776 +415,-1.808652474367842,-0.041774892597521526,0.9652877244455141,-0.9709974527359009,0.04176274314522743,0.23541410267353058,0.0747067779302597,-0.17341873049736023,-0.1176595464348793,-0.07068949937820435,-0.03539982810616493,0.028913944959640503 +416,-1.7975366950046208,-0.03634586284956311,0.9617527909240549,-0.9737606644630432,0.03633785992860794,0.22465403378009796,0.023737899959087372,0.12184353917837143,-0.012929799035191536,-0.010507345199584961,0.00966738909482956,-0.035124704241752625 +417,-1.7861749917046528,-0.039084286485314604,0.9673633978309674,-0.9761494994163513,0.039074335247278214,0.21355415880680084,0.09796449542045593,-0.030414868146181107,0.006566053722053766,-0.011536657810211182,-0.0012020468711853027,-0.06464362144470215 +418,-1.7799093821211966,-0.039494249300948636,0.9710800175404382,-0.9774525165557861,0.03948398306965828,0.20743046700954437,-1.7764046788215637e-05,0.06796752661466599,-0.0038132648915052414,-0.0004678964614868164,-0.008844349533319473,-0.020998626947402954 +419,-1.7739181609755303,-0.038337133359862,0.9710028586928009,-0.9787218570709229,0.038327742367982864,0.2015797197818756,0.03762559965252876,0.028174253180623055,-0.02956439182162285,-0.002784430980682373,0.0028710030019283295,-0.018153801560401917 +420,-1.756605202446605,-0.03855328998977712,0.9680061545234365,-0.9820567965507507,0.038543738424777985,0.18460425734519958,-0.08957489579916,0.3334674537181854,0.0010390672832727432,-0.04975771903991699,0.0011138580739498138,-0.019504204392433167 +421,-1.7548187134291269,-0.038421241258919464,0.9766852459881844,-0.9823900461196899,0.038411788642406464,0.18285046517848969,0.14933577179908752,-0.605328381061554,-0.10454624891281128,-0.010743439197540283,0.004556950181722641,-0.03748001158237457 +422,-1.7943989789058485,-0.0155441631462483,0.9779064929196903,-0.9749872088432312,0.015543537214398384,0.2217172384262085,-0.10496914386749268,-0.3203881084918976,-0.314115434885025,-0.023807406425476074,-0.006311953067779541,-0.015235304832458496 +423,-1.793272110023462,0.015887594387051396,0.9641350471100794,-0.9752309918403625,-0.015886925160884857,0.22061719000339508,-0.2812904715538025,0.313755601644516,-0.2733403742313385,0.0147208571434021,-0.010861722752451897,-0.009328752756118774 +424,-1.7654359407295084,0.030077240214327436,0.956173134473029,-0.9806737303733826,-0.030072705820202827,0.19332550466060638,0.0620490238070488,0.16714079678058624,0.031760185956954956,0.06119436025619507,0.006162196397781372,-0.05482149124145508 +425,-1.762391502684061,0.022009541829388322,0.9692249338312963,-0.9814639687538147,-0.022007765248417854,0.19037900865077972,0.18320471048355103,-0.0748390331864357,0.11138205975294113,0.018405556678771973,-0.008158862590789795,-0.024866938591003418 +426,-1.7518798821543424,0.01686389295628008,0.9744156661014836,-0.9835094213485718,-0.01686309278011322,0.1800699383020401,-0.04206783324480057,0.33674952387809753,0.06528410315513611,-0.020625829696655273,0.004060951992869377,-0.0011300891637802124 +427,-1.6856781766832372,0.01413693959115208,0.9674345825005302,-0.993308961391449,-0.01413646899163723,0.11461785435676575,-0.09459210187196732,0.7148722410202026,0.020029399544000626,0.0016251206398010254,0.0057288724929094315,0.023642048239707947 +428,-1.6046864071683802,0.01086442410702683,0.9531440428976405,-0.9993667602539062,-0.010864210315048695,0.033881593495607376,-0.08936892449855804,0.889894962310791,0.06788762658834457,0.011497557163238525,0.0154418358579278,-0.008735183626413345 +429,-1.5120772467847725,0.012270573994085078,0.9398292247965953,-0.9982013702392578,-0.012270266190171242,-0.05868092551827431,-0.22427046298980713,1.3456791639328003,-0.06703439354896545,-0.04003715515136719,-0.0030648112297058105,0.0077928900718688965 +430,-1.3138988419907125,0.03360069919156037,0.910493673143301,-0.9666370749473572,-0.03359437733888626,-0.253937691450119,-0.3053494393825531,2.652068853378296,-0.3560790717601776,-0.06252247095108032,0.011133432388305664,0.011612892150878906 +431,-1.110114522968734,0.05789257507834994,0.8852056213957913,-0.894248902797699,-0.05786024034023285,-0.44381412863731384,-0.1714911162853241,1.405601978302002,-0.2668938934803009,0.02799224853515625,-0.006714962422847748,0.0734376311302185 +432,-1.006331866520354,0.061017969324678,0.8597527373870821,-0.843302845954895,-0.06098011136054993,-0.5339678525924683,-0.21389612555503845,0.7353503704071045,-0.09106625616550446,0.021449267864227295,0.014028821140527725,0.04593080282211304 +433,-0.9385769416491964,0.05338724351978778,0.8330404419501566,-0.8055685758590698,-0.053361885249614716,-0.5900946855545044,-0.3289809226989746,0.7979457378387451,-0.14481718838214874,-0.011692166328430176,-0.0019664764404296875,0.016120076179504395 +434,-0.8980954858036327,0.05177765702712499,0.8136131150717156,-0.7810933589935303,-0.05175452306866646,-0.622265636920929,-0.06920267641544342,0.2799234688282013,-0.14112912118434906,0.004833102226257324,0.009075675159692764,-0.020892322063446045 +435,-0.8624961869873098,0.05325890617151152,0.8040441450904261,-0.7583919167518616,-0.05323373153805733,-0.649621307849884,0.027028676122426987,0.4178134799003601,-0.02407016046345234,0.013091683387756348,0.018825143575668335,-0.029471099376678467 +436,-0.8155614475030545,0.059077056159131856,0.8088719286684668,-0.7268403172492981,-0.05904269963502884,-0.6842638850212097,0.20508861541748047,0.018748771399259567,-0.0013612611219286919,0.02449357509613037,0.0021274276077747345,-0.011292695999145508 +437,-0.8244836974051,0.06299212756803253,0.8183866980424969,-0.7327411770820618,-0.06295047700405121,-0.6775895357131958,0.09566967189311981,-0.41247278451919556,0.0394030436873436,0.023054897785186768,-0.009162545204162598,0.009178340435028076 +438,-0.9020798638930091,0.06216507500505296,0.8248313426893153,-0.7831025123596191,-0.06212504208087921,-0.6187818646430969,-0.14560985565185547,-0.803605854511261,0.018601279705762863,0.006063938140869141,-0.016381412744522095,0.02307868003845215 +439,-1.049956237690246,0.06496653487515369,0.8390299190962346,-0.8655715584754944,-0.06492084264755249,-0.4965592324733734,-0.12911878526210785,-0.8372610211372375,0.1013144999742508,-0.01170194149017334,0.005884595215320587,0.03232589364051819 +440,-1.135774567903589,0.06053258043653049,0.8502394906753752,-0.9052000045776367,-0.06049561873078346,-0.42065829038619995,0.18446612358093262,-0.8450112342834473,0.13170108199119568,0.019396722316741943,0.014856576919555664,-0.03213101625442505 +441,-1.1690644377320611,0.05575944276461812,0.8549819599904616,-0.9189547300338745,-0.05573055520653725,-0.39040523767471313,0.19860146939754486,-0.6066188812255859,0.06984254717826843,0.04213899374008179,0.013448446989059448,-0.042044103145599365 +442,-1.2577654311014945,0.05745112364230332,0.8777748732463099,-0.949834942817688,-0.05741952359676361,-0.3074356019496918,0.15779566764831543,-0.7058207988739014,0.0529974140226841,-0.007409870624542236,-0.013076096773147583,-0.010649144649505615 +443,-1.3107054043607587,0.051346677653211804,0.8891638554627559,-0.9650930166244507,-0.05132411792874336,-0.25682950019836426,0.07521054893732071,-0.5311964750289917,0.09854565560817719,0.008275389671325684,-0.0017917454242706299,-0.002981901168823242 +444,-1.391663146307986,0.04566863895693388,0.9008076194964814,-0.9829726219177246,-0.04565276578068733,-0.17799092829227448,0.18939711153507233,-1.1153147220611572,-0.03774748370051384,0.0017409324645996094,0.0011123418807983398,-0.02603435516357422 +445,-1.4849067843914285,0.041527764818689236,0.9096875284413776,-0.995454728603363,-0.04151583090424538,-0.08571001887321472,0.13831110298633575,-0.9889382719993591,-0.001386936753988266,-0.011716842651367188,-0.007632728666067123,-0.02705245465040207 +446,-1.5949661741804844,0.03922804745014543,0.9265533138757844,-0.9989389181137085,-0.0392179861664772,0.024148903787136078,0.15918762981891632,-1.0122321844100952,-0.03774544596672058,-0.013741135597229004,-0.014004677534103394,-0.027185440063476562 +447,-1.7271955287251766,0.03907424960720373,0.9736831382129431,-0.9870405793190002,-0.039064306765794754,0.15564347803592682,0.5007425546646118,-0.8118821978569031,0.025805767625570297,0.017909109592437744,0.005876451730728149,-0.036472320556640625 +448,-1.764384552370683,0.017711117188745858,0.9873215957770205,-0.9811663031578064,-0.017710192129015923,0.19235114753246307,0.28194570541381836,-0.7709075808525085,0.20236392319202423,0.014705181121826172,0.00013205595314502716,-0.041441693902015686 +449,-1.8158059528429509,0.002550125305575491,0.9929145332973349,-0.9701318144798279,-0.0025501225609332323,0.2425648719072342,-0.005546163767576218,-0.22280128300189972,0.05108119547367096,-0.016776084899902344,-0.0037364959716796875,-0.04218649864196777 +450,-1.8308332504732756,-0.009329055107258255,0.9937560316119793,-0.9663383364677429,0.00932891946285963,0.2571050226688385,-0.12649016082286835,0.19015748798847198,0.171139195561409,0.007018387317657471,-0.007833541370928288,0.008626788854598999 +451,-1.825991214536029,-0.008730005400004855,0.9924838505189847,-0.967577338218689,0.008729894645512104,0.2524243891239166,-0.22421903908252716,0.2101111114025116,-0.14879155158996582,-0.08883446455001831,-0.005189865827560425,0.03747737407684326 +452,-1.8188390159327945,0.003954638048090881,0.9851363217656347,-0.969387412071228,-0.003954627551138401,0.24550515413284302,0.040850285440683365,-0.17930668592453003,-0.11273154616355896,0.011272668838500977,0.003054350148886442,-0.031744688749313354 +453,-1.8234488364924513,0.013379115084938283,0.9744024535369327,-0.9681660532951355,-0.013378716073930264,0.24995075166225433,0.03285236284136772,-0.13471899926662445,-0.0487174354493618,-0.013813257217407227,-0.005481152795255184,-0.02743186056613922 +454,-1.8294237077073314,0.015570064747681292,0.9764562859385983,-0.9666247367858887,-0.015569435432553291,0.2557228207588196,0.05857963487505913,-0.1634475588798523,-0.015294217504560947,-0.005787312984466553,0.011647910811007023,-0.03854444622993469 +455,-1.8339220725407672,0.015478573791499752,0.9782337329427546,-0.9654660224914551,-0.015477955341339111,0.2600688338279724,0.041332319378852844,-0.06881728768348694,-0.01633409969508648,0.0019498467445373535,0.004339040257036686,-0.033384233713150024 +456,-1.8363754512864767,0.015342391519165785,0.979011324780504,-0.9648271799087524,-0.015341789461672306,0.26243725419044495,-0.004001832567155361,-0.027700113132596016,-0.004767820239067078,0.004332065582275391,-0.003655405715107918,-0.01670965552330017 +457,-1.8438109280295905,0.019302190791334176,0.9797492678086199,-0.9627832174301147,-0.01930099166929722,0.26958543062210083,-0.08574403077363968,-0.007410840131342411,-0.02593991532921791,0.0028831958770751953,-0.001557799056172371,0.010138779878616333 +458,-1.8526325665363044,0.02206027827175136,0.9830936497696906,-0.9603126645088196,-0.02205848880112171,0.2780522406101227,0.038513630628585815,-0.12221678346395493,-0.04316604882478714,0.0016944408416748047,-0.0023555755615234375,-0.014487266540527344 +459,-1.8587728829291816,0.021953015224208484,0.9852248979481897,-0.9585892558097839,-0.021951252594590187,0.28394418954849243,0.06037750095129013,-0.09284624457359314,0.006136368960142136,0.004732072353363037,-0.011816434562206268,-0.00895044207572937 +460,-1.8703840068186455,0.02102863386056308,0.9903782700316333,-0.9552469253540039,-0.021027084439992905,0.29506099224090576,0.08079706132411957,-0.09893670678138733,0.007892291992902756,-0.002638697624206543,0.0034337062388658524,0.0003643929958343506 +461,-1.874486686140568,0.02026185277442929,0.994929529174847,-0.9540433883666992,-0.020260466262698174,0.29898229241371155,-0.014247404411435127,0.004446109291166067,-0.011408121325075626,-0.0009582638740539551,0.0012785233557224274,0.0006850361824035645 +462,-1.8785185588691842,0.02201800980465111,0.9985195937188424,-0.9527949094772339,-0.02201623097062111,0.3028152287006378,-0.04978226125240326,0.03832053393125534,-0.052917033433914185,0.007726609706878662,0.00440758652985096,0.020350664854049683 +463,-1.854768535615504,0.03278051909732256,0.9866213890667322,-0.9594343304634094,-0.03277464956045151,0.28002044558525085,-0.18247650563716888,0.4678504168987274,-0.07299895584583282,0.0186079740524292,0.010328978300094604,0.014718294143676758 +464,-1.8030819407777536,0.04164294308277482,0.9731919261083067,-0.9722989797592163,-0.041630908846855164,0.2300027459859848,-0.14024634659290314,0.6862244009971619,-0.09377916157245636,-0.035971105098724365,0.00047797709703445435,0.0012746602296829224 +465,-1.6694404943699468,0.03253431212716073,0.9435402287166988,-0.9946120381355286,-0.03252857178449631,0.09843215346336365,-0.2998579740524292,2.0574629306793213,0.2779870331287384,-0.017121970653533936,0.013134628534317017,-0.051923394203186035 +466,-1.407807289777878,0.02844525167712942,0.9217806334199999,-0.9863475561141968,-0.02844141609966755,-0.16220271587371826,0.023642567917704582,2.1252739429473877,-0.18457505106925964,0.008320212364196777,-0.016617804765701294,-0.01672184467315674 +467,-1.2441176059904446,0.048442768423505304,0.922664425892408,-0.9460023641586304,-0.04842382296919823,-0.3205227553844452,-0.11228033900260925,1.7057619094848633,-0.20647642016410828,0.014850020408630371,-0.010444581508636475,0.10888338088989258 +468,-1.11027642616257,0.056600479956268726,0.9042062996480751,-0.8943870067596436,-0.05657026544213295,-0.44370222091674805,-0.13265512883663177,0.9016366600990295,-0.13199691474437714,0.018501996994018555,0.0017606914043426514,0.09761762619018555 +469,-1.0159517922304098,0.057431659202845334,0.8781877425623517,-0.8485809564590454,-0.057400092482566833,-0.5259425640106201,-0.1779356598854065,0.6824992299079895,-0.22225354611873627,-0.00301206111907959,-0.0017582178115844727,0.028506040573120117 +470,-0.9544741855031973,0.06823427786131489,0.8540636785721591,-0.8141109943389893,-0.0681813433766365,-0.5766927599906921,-0.14034417271614075,0.7293174266815186,-0.16778908669948578,0.04305392503738403,0.018987007439136505,0.004228830337524414 +471,-0.8868212424559462,0.065953236788962,0.8255917902971375,-0.7733819484710693,-0.06590542942285538,-0.6305051445960999,0.039327748119831085,0.02738194353878498,0.010186762548983097,0.04883366823196411,0.02687343955039978,-0.05180680751800537 +472,-0.8953944073601041,0.06079610912574691,0.8245085681782581,-0.7790138721466064,-0.06075866520404816,-0.6240559816360474,-0.041148606687784195,-0.09016600251197815,-0.03962259739637375,-0.006478071212768555,0.022520124912261963,0.05337727069854736 +473,-0.9146043673988493,0.0621979207183006,0.8222599564398104,-0.7907892465591431,-0.062157824635505676,-0.608924388885498,0.36679112911224365,-0.4238101840019226,0.05673658847808838,0.014101624488830566,0.008095920085906982,-0.03998613357543945 +474,-0.940642566771011,0.06323391766947788,0.8384364086803312,-0.8063221573829651,-0.06319178640842438,-0.5880913138389587,0.046659648418426514,-0.13791689276695251,0.05102195218205452,0.009935438632965088,0.011174589395523071,-0.0035987496376037598 +475,-0.9562520493097897,0.06004138766280579,0.8431571423400024,-0.8155640959739685,-0.060005318373441696,-0.5755472779273987,0.04319533705711365,-0.2751122713088989,0.050230178982019424,0.02087104320526123,0.0139085054397583,-0.03280538320541382 +476,-0.9920636931145422,0.06315944941749518,0.8559000406665329,-0.8354873061180115,-0.06311746686697006,-0.5458728075027466,0.10064824670553207,-0.3101978302001953,0.02071702852845192,0.00214385986328125,0.0013346374034881592,0.012395024299621582 +477,-1.01607769338986,0.06507950208327713,0.8599330197632966,-0.8482491374015808,-0.06503356993198395,-0.5255891680717468,0.036938272416591644,-0.16369879245758057,0.0002536829560995102,-0.00029206275939941406,0.0005804300308227539,0.01776134967803955 +478,-1.0300599242521449,0.0647192507220623,0.8601860615628142,-0.8555349707603455,-0.06467407941818237,-0.5136897563934326,0.03251974657177925,-0.22200188040733337,0.03465677425265312,0.008260190486907959,-0.000953972339630127,-0.016614198684692383 +479,-1.0977318535371605,0.06993577786665617,0.8786812012023953,-0.8880002498626709,-0.06987877935171127,-0.4545026123523712,0.29689085483551025,-1.0944744348526,0.09880263358354568,0.0313107967376709,-0.01991918683052063,-0.05308103561401367 +480,-1.2305795011213874,0.055898105486868965,0.9250745324116484,-0.9412099123001099,-0.055869001895189285,-0.3331702947616577,0.17761217057704926,-0.8587615489959717,0.47668132185935974,0.04016321897506714,0.02231490984559059,0.0432380735874176 +481,-1.3586355965693242,0.025326341349846505,0.9645617785743682,-0.9772647619247437,-0.02532363310456276,-0.2105051577091217,0.46074146032333374,-1.8800806999206543,0.2889133393764496,0.022385001182556152,-0.0038969218730926514,0.07245886325836182 +482,-1.548318200528294,0.023157522729951117,0.9692603087983522,-0.9994791746139526,-0.023155452683568,-0.022470204159617424,0.08651518076658249,-2.2757620811462402,-0.15391522645950317,0.011518478393554688,0.0115129966288805,-0.09671616554260254 +483,-1.6573229895408452,0.0316491370828865,0.9804152543380928,-0.9957600235939026,-0.03164385259151459,0.08637546002864838,-0.015662552788853645,-0.17228904366493225,-0.12421558797359467,0.06743055582046509,-0.007693290710449219,-0.03766942024230957 +484,-1.7271385668829626,0.060623240730294396,1.0013180346814043,-0.9859887957572937,-0.0605861134827137,0.15542006492614746,0.09163503348827362,-0.5638307929039001,-0.33617886900901794,-0.0567052960395813,-0.018088191747665405,0.04662156105041504 +485,-1.7722146391782054,0.07527336291855648,1.009367396465962,-0.9770092964172363,-0.07520230114459991,0.1994926631450653,0.037202656269073486,-0.47062569856643677,-0.13920225203037262,0.007832109928131104,-0.0034262463450431824,-0.05313040316104889 +486,-1.8063972630763525,0.08503705975137302,1.0112976442847028,-0.9688605666160583,-0.08493460714817047,0.2325838804244995,0.07441026717424393,-0.3380403220653534,-0.0638759657740593,0.030979156494140625,-0.0021930858492851257,-0.026803866028785706 +487,-1.832910311605403,0.08696559543188916,1.014308955356018,-0.9621943235397339,-0.08685601502656937,0.25814366340637207,-0.02491666004061699,-0.15005458891391754,-0.01609470508992672,-0.011301159858703613,-0.0022858381271362305,-0.0037491321563720703 +488,-1.8579931696825684,0.08499595865923443,1.020900405126208,-0.9555797576904297,-0.08489365875720978,0.28224247694015503,0.1129566952586174,-0.3372678756713867,0.029352612793445587,-0.012376904487609863,-0.004751749336719513,-0.016647905111312866 +489,-1.8641955339578402,0.08151366738446107,1.0186677255220042,-0.954088032245636,-0.08142343163490295,0.28824761509895325,-0.005080110393464565,-0.044337447732686996,0.04483596980571747,0.01939547061920166,-0.0003942027688026428,0.007071048021316528 +490,-1.8718341608231979,0.07920563790109114,1.0193438371709438,-0.9520351886749268,-0.07912284880876541,0.2955819368362427,0.05795929580926895,-0.13198380172252655,0.009319890290498734,-0.002753019332885742,-0.0009552836418151855,-0.025287747383117676 +491,-1.8859653621805523,0.07780535579289172,1.0277975269265494,-0.947867751121521,-0.07772687822580338,0.309039443731308,0.0012610526755452156,-0.014972392469644547,0.013923057354986668,0.011618971824645996,-0.0016646087169647217,0.01917719841003418 +492,-1.8797976413530169,0.07932497409832745,1.0249704054317288,-0.9496422410011292,-0.0792418122291565,0.3031511604785919,-0.0985056459903717,0.1421181559562683,0.006526391953229904,0.018550753593444824,0.003451399505138397,0.033274680376052856 +493,-1.8604099698323942,0.08168702227006869,1.0172693361157483,-0.9551587104797363,-0.08159620314836502,0.2846297323703766,-0.17581333220005035,0.33169883489608765,-0.0022536301985383034,0.018833577632904053,0.007484257221221924,0.0357896089553833 +494,-1.8134228098962295,0.0887064048516909,0.9986511101711399,-0.96689373254776,-0.0885901153087616,0.2393084019422531,-0.2475382387638092,0.6130160689353943,-0.018755163997411728,0.01517254114151001,-0.0028558075428009033,0.03295421600341797 +495,-1.740697210567469,0.09597717761482588,0.9733589436164624,-0.9810656905174255,-0.09582989662885666,0.16830651462078094,-0.34025898575782776,0.7965672612190247,0.04593590646982193,0.018434345722198486,-0.005671575665473938,0.03542889654636383 +496,-1.6689998338400627,0.0999522568672364,0.9488100307355611,-0.9902149438858032,-0.09978590905666351,0.09755638986825943,0.04981027543544769,0.6244912147521973,-0.016717419028282166,-0.0012249350547790527,0.0013972222805023193,-0.019934892654418945 +497,-1.6017829954083957,0.10393726420641913,0.9470111454539465,-0.99412602186203,-0.10375022888183594,0.0308145172894001,0.04229685291647911,0.6172098517417908,-0.10814619064331055,0.0018315911293029785,0.008871063590049744,-0.006080027669668198 +498,-1.5286873842945243,0.11001641243052401,0.9418744324531066,-0.9930731654167175,-0.10979461669921875,-0.04184199497103691,-0.2768441438674927,0.9622197151184082,0.013256128877401352,0.0027930736541748047,-0.019081108272075653,0.038515571504831314 +499,-1.4216584620937995,0.09190959329489852,0.9203165130247662,-0.9847257137298584,-0.09178024530410767,-0.14795848727226257,-0.3591645658016205,1.0546499490737915,0.18465334177017212,-0.0510561466217041,-0.08682388067245483,0.05361342430114746 +500,-1.3345059803193593,0.07254397139968959,0.9138931528908999,-0.9696559309959412,-0.07248035818338394,-0.23348194360733032,0.4334113597869873,0.5349470973014832,0.10923793911933899,0.017797470092773438,0.00866813212633133,-0.030708715319633484 +501,-1.2647011944842257,0.08893238746786648,0.933240123831843,-0.9497493505477905,-0.08881520479917526,-0.3001467287540436,-0.31714725494384766,1.2114232778549194,-0.23756270110607147,-0.0019108057022094727,0.019723422825336456,0.10449853539466858 +502,-1.1329886410957508,0.09274421476646705,0.890765228351043,-0.9017909169197083,-0.09261131286621094,-0.4221329092979431,-0.25090906023979187,1.2082809209823608,-0.18332520127296448,0.0015529394149780273,-0.0019016191363334656,-0.001039057970046997 +503,-1.0304114760636125,0.09080531395033607,0.8640615098632058,-0.8539777994155884,-0.0906805768609047,-0.5123464465141296,-0.18009668588638306,0.7038142681121826,-0.003727407194674015,0.009754836559295654,-0.0348077118396759,-0.01705724000930786 +504,-1.0050537525929462,0.08589096673719426,0.8643880098989656,-0.8410787582397461,-0.0857853963971138,-0.5340667963027954,0.05562582612037659,-0.03532400727272034,0.07502919435501099,0.0029745101928710938,-0.005187481641769409,-0.00664365291595459 +505,-1.0078885142645342,0.08426698558770139,0.8675564359717979,-0.8427061438560486,-0.08416729420423508,-0.5317540764808655,-0.046567659825086594,0.03783174231648445,-0.004708577878773212,-0.003866851329803467,0.0005338713526725769,0.025513172149658203 +506,-1.0062943439908758,0.08333559469503775,0.8629130748462722,-0.841923177242279,-0.08323916792869568,-0.5331385135650635,-0.029983101412653923,-0.018785683438181877,-0.024179011583328247,0.0036358237266540527,0.0005975663661956787,-0.0037877559661865234 +507,-1.0108541780200666,0.08500524710134755,0.8544982398052401,-0.8442264795303345,-0.08490291237831116,-0.529219388961792,-0.06930266320705414,-0.12106220424175262,-0.09516003727912903,0.0031772851943969727,0.0042296648025512695,-0.009476900100708008 +508,-1.0263212967123612,0.08955984182399077,0.8456419304378333,-0.8519710302352905,-0.08944016695022583,-0.5158931612968445,-0.057525258511304855,-0.22183941304683685,-0.07650353014469147,0.012676656246185303,-0.0016548335552215576,-0.002203702926635742 +509,-1.0551912021312548,0.09023102230000062,0.8411884139521094,-0.8664553761482239,-0.09010863304138184,-0.49105560779571533,0.04948664829134941,-0.4464012682437897,0.022827956825494766,0.001938164234161377,-0.008371591567993164,-0.012072443962097168 +510,-1.1005537333271023,0.09084464758356378,0.8468056368278516,-0.8877823948860168,-0.09071974456310272,-0.4512341320514679,0.035800933837890625,-0.39283522963523865,0.008161397650837898,0.004710555076599121,-0.004144154489040375,0.013871461153030396 +511,-1.1431167541269485,0.09101596363480635,0.8511176601345624,-0.906164288520813,-0.09089035540819168,-0.413043737411499,0.06475476920604706,-0.4760212302207947,0.012249864637851715,0.008474528789520264,-0.0007691904902458191,-0.008342951536178589 +512,-1.1903951609610135,0.09357921997939049,0.8604915891597866,-0.9244531393051147,-0.09344270080327988,-0.3696684241294861,0.09028966724872589,-0.4988664984703064,0.025914940983057022,0.0047602057456970215,0.002851255238056183,0.007363766431808472 +513,-1.267635886897506,0.09696057014814669,0.8798756317800567,-0.9499149322509766,-0.09680871665477753,-0.29713577032089233,0.2944118082523346,-0.927105188369751,0.05341848358511925,0.014246046543121338,0.00122765451669693,-0.004805177450180054 +514,-1.3538988250433397,0.10047780163790576,0.8944781638207578,-0.971644401550293,-0.10030882060527802,-0.2141154706478119,0.2222471535205841,-0.8230533599853516,-0.024106215685606003,0.007990837097167969,0.015012174844741821,-0.003932654857635498 +515,-1.3973327100728932,0.10806399713896774,0.8975513981354235,-0.9792472720146179,-0.10785379260778427,-0.1715882420539856,-0.16373731195926666,-0.049438800662755966,-0.10158509761095047,0.0010367035865783691,0.012761011719703674,0.0550110787153244 +516,-1.4191945953217617,0.11378711140543156,0.8835804259060392,-0.9821378588676453,-0.11354172974824905,-0.15004506707191467,0.11742864549160004,-0.6229990720748901,-0.06509469449520111,0.009893596172332764,-0.012831568717956543,-0.09440076351165771 +517,-1.4912832188289074,0.11983338699007677,0.8942333811619029,-0.9896916151046753,-0.1195467934012413,-0.07885971665382385,0.1517600268125534,-0.8106682300567627,-0.05872046574950218,0.005957603454589844,-0.0014706403017044067,-0.04964976757764816 +518,-1.5725017859443626,0.1248372324305082,0.9127010190965171,-0.9922164678573608,-0.12451323121786118,0.0016921863425523043,0.025393616408109665,-0.6445887088775635,-0.08146896958351135,0.0009445548057556152,0.0037094131112098694,0.00576937198638916 +519,-1.6368820592395188,0.1297583047562359,0.9236159884959791,-0.9894287586212158,-0.12939448654651642,0.0654824823141098,0.13644394278526306,-0.7246440052986145,-0.05898590013384819,0.00772404670715332,-0.007949888706207275,-0.033545851707458496 +520,-1.705856931829188,0.13537246734791916,0.9446129331965176,-0.9818277359008789,-0.1349593847990036,0.1334184855222702,0.007618247531354427,-0.506906270980835,-0.06341589987277985,0.0046242475509643555,0.0023299604654312134,0.04027225077152252 +521,-1.7707996563410873,0.14210762644491268,0.9596946340922676,-0.970186710357666,-0.14162981510162354,0.19666995108127594,0.11244257539510727,-0.650705873966217,-0.046950556337833405,0.011049628257751465,-0.010744467377662659,-0.005645126104354858 +522,-1.839718211138852,0.14116424218065968,0.978265747908611,-0.9544681906700134,-0.14069586992263794,0.26304933428764343,0.12379403412342072,-0.5104658603668213,-0.022556010633707047,-0.0043482184410095215,0.0031073838472366333,0.013790816068649292 +523,-1.877269980828945,0.13891189979685875,0.9865187636162244,-0.9442194700241089,-0.13846558332443237,0.29879230260849,-0.03132554143667221,-0.16257010400295258,0.0057987915351986885,-0.013788282871246338,-0.003853127360343933,0.014653772115707397 +524,-1.894485011016127,0.13820777131678882,0.9892623364474931,-0.939028263092041,-0.1377681940793991,0.3150328993797302,-0.03769306838512421,-0.10383589565753937,0.007663187105208635,0.010546267032623291,1.1846423149108887e-05,0.024322479963302612 +525,-1.9077920632656193,0.13875031174876407,0.989903030885404,-0.9346822500228882,-0.13830554485321045,0.32747551798820496,-0.052594006061553955,-0.10169146955013275,0.0007349029183387756,0.005864739418029785,0.010391145944595337,0.03588190674781799 +526,-1.9412253225502487,0.14443658623326336,0.9952966250713313,-0.9224656224250793,-0.14393490552902222,0.3582457900047302,0.06688923388719559,-0.41082316637039185,-0.06096448376774788,0.01914525032043457,-0.009995773434638977,0.03176882863044739 +527,-1.9805283879018298,0.1493995933723271,1.0058482357344376,-0.9070104360580444,-0.14884443581104279,0.39392614364624023,0.14446887373924255,-0.3302595019340515,-0.07119961082935333,0.011105716228485107,-0.0011342018842697144,0.02585846185684204 +528,-1.9850871418899032,0.15147487665171117,1.004452387771446,-0.904920220375061,-0.15089628100395203,0.3979315459728241,-0.04459184408187866,0.08875624090433121,0.02088705636560917,0.00921410322189331,-0.00423981249332428,-0.012403041124343872 +529,-1.9903817041302727,0.1485601609555901,1.0038850184148185,-0.9031987190246582,-0.14801430702209473,0.40289467573165894,0.07536789774894714,-0.1405930519104004,0.035439591854810715,-0.012740731239318848,-0.008739247918128967,-0.012193381786346436 +530,-2.0007870726706765,0.14499419889268128,1.0071842457205942,-0.8994313478469849,-0.1444866955280304,0.41248804330825806,0.005457462277263403,-0.18238705396652222,0.015336424112319946,-0.0018135905265808105,0.0010845959186553955,-0.011532962322235107 +531,-2.041660470041442,0.13893902106571,1.0215317309225886,-0.8825886845588684,-0.1384924352169037,0.4492848515510559,0.16474157571792603,-0.42689287662506104,0.03062659688293934,0.009877622127532959,0.0019415616989135742,-0.002003997564315796 +532,-2.0673226410089054,0.13222837712962707,1.0289741868900317,-0.8715671300888062,-0.13184338808059692,0.4722156226634979,0.03132805973291397,-0.13230104744434357,0.0490180142223835,0.018570542335510254,-0.01827254891395569,-0.019426435232162476 +533,-2.073387003139891,0.13194418156644305,1.0283206067058912,-0.868720531463623,-0.13156166672706604,0.47751060128211975,0.005847012158483267,-0.036210715770721436,-0.0066099101677536964,0.001639723777770996,0.003555670380592346,-0.011278212070465088 +534,-2.0764158638092836,0.1310486165328442,1.029122343978997,-0.8673730492591858,-0.1306738406419754,0.4801965355873108,0.003555748611688614,0.025202786549925804,0.014105014503002167,0.0034660696983337402,0.0008978098630905151,0.00419384241104126 +535,-2.0747006767028755,0.12911618971376704,1.0285599079301253,-0.868414580821991,-0.12875774502754211,0.4788289964199066,0.002525610849261284,0.0015444876626133919,0.012539726682007313,-0.002892613410949707,-0.0013844668865203857,-0.002892225980758667 +536,-2.077370683227251,0.12859986070472376,1.0294147131059743,-0.8671913743019104,-0.12824569642543793,0.48117831349372864,0.0066447025164961815,-0.0060164364986121655,-0.006092354655265808,-0.0008812546730041504,0.0012620538473129272,0.004875242710113525 +537,-2.076172198566292,0.12777833058379956,1.0292145883293329,-0.8678592443466187,-0.12743090093135834,0.4801894724369049,-0.007975492626428604,0.03506387770175934,0.014691554941236973,0.00010704994201660156,-0.00565628707408905,-0.00017839670181274414 +538,-2.072612894144335,0.1253837675270867,1.0289838822133819,-0.869827926158905,-0.1250554919242859,0.4772428870201111,-0.0015894053503870964,0.08629852533340454,0.05342322587966919,-0.0011286139488220215,0.005502864718437195,0.007147371768951416 +539,-2.0651282439512513,0.12128732896014015,1.0268113188584278,-0.8738191723823547,-0.12099017947912216,0.47095832228660583,0.007340447977185249,0.06161358952522278,0.03536653891205788,0.0062348246574401855,0.00041522085666656494,-0.004390299320220947 +540,-2.0604963770935587,0.11931318244780534,1.026218728870549,-0.8762003779411316,-0.11903030425310135,0.46701735258102417,0.0033210041001439095,0.048634663224220276,0.011654313653707504,0.0037941336631774902,0.0024531185626983643,-0.0014715194702148438 +541,-2.0440407794821374,0.12008631743936535,1.0229391488046389,-0.8836840987205505,-0.11979790031909943,0.45249423384666443,-0.0984676256775856,0.3448948860168457,0.018772633746266365,0.014512956142425537,0.00274774432182312,0.030110716819763184 +542,-1.9858990719870522,0.12544410262043051,1.0059490405136573,-0.9078845977783203,-0.12511536478996277,0.40011510252952576,-0.17717601358890533,0.7522242069244385,-0.009707668796181679,0.007432699203491211,0.03559201955795288,0.04773041605949402 +543,-1.8812042995037646,0.13567655590187272,0.991298203975539,-0.9434582591056824,-0.1352606862783432,0.30264008045196533,-0.2631354331970215,1.2539933919906616,0.017282063141465187,0.01633429527282715,0.002036184072494507,0.04083526134490967 +544,-1.759994155867901,0.13830491608185555,0.9721941285474746,-0.9727770090103149,-0.13786441087722778,0.18627524375915527,-0.061862148344516754,1.1694601774215698,0.011945913545787334,0.020948946475982666,-0.001997649669647217,0.0044748783111572266 +545,-1.6239934880661644,0.13131325100151375,0.942729577238734,-0.989988386631012,-0.13093620538711548,0.052714306861162186,-0.22409912943840027,1.3499552011489868,0.08081619441509247,0.009901106357574463,-0.01109263300895691,-0.005381584167480469 +546,-1.4818771559590318,0.11407682870488119,0.9128982837046234,-0.9895750880241394,-0.11382956802845001,-0.08822484314441681,-0.09061802923679352,1.271905541419983,0.045905955135822296,0.002850472927093506,0.007689468562602997,-0.05891565978527069 +547,-1.369229343445084,0.10355579115238046,0.9036725048504303,-0.9745054841041565,-0.10337080806493759,-0.19913232326507568,0.006133935414254665,0.8222278356552124,0.02628038078546524,0.006075859069824219,-0.0020216405391693115,-0.060740113258361816 +548,-1.2915947355795074,0.10430948715088945,0.9016309566698083,-0.9560509920120239,-0.10412043333053589,-0.27409034967422485,-0.1601990908384323,0.8099212050437927,-0.021876350045204163,0.0001640915870666504,0.006845653057098389,0.035168230533599854 +549,-1.2137079196410043,0.1023985745474241,0.8837127957792059,-0.9320108294487,-0.10221971571445465,-0.3477168083190918,-0.264046311378479,0.708544135093689,-0.04047389701008797,0.0010110735893249512,-0.007078997790813446,0.018569499254226685 +550,-1.157131273008987,0.09944976673429538,0.8678898266453501,-0.9111294150352478,-0.09928591549396515,-0.3999817967414856,-0.07152852416038513,0.3462919592857361,-0.003707895055413246,0.004299640655517578,-0.0020476803183555603,-0.017635971307754517 +551,-1.1406272658659355,0.09574799370252615,0.8677435676921285,-0.9047322273254395,-0.09560175985097885,-0.4151143431663513,0.022779591381549835,0.037505853921175,0.0502898283302784,0.007591724395751953,-0.005441933870315552,-0.004914343357086182 +552,-1.1384991552373425,0.09531320796848114,0.8687116893447103,-0.9038844108581543,-0.09516896307468414,-0.4170561730861664,-0.045749980956315994,0.03515370190143585,-0.029199358075857162,-0.0007328391075134277,0.010864168405532837,0.021822988986968994 +553,-1.1351835813480775,0.09600902699288767,0.8648442060772659,-0.9024364948272705,-0.09586159884929657,-0.42002272605895996,0.012632901780307293,0.021376634016633034,0.0017191413789987564,0.007996737957000732,-0.000406116247177124,-0.005026102066040039 +554,-1.1356933861292964,0.09580902079567749,0.8656968591633166,-0.9026678204536438,-0.09566251188516617,-0.4195706844329834,-0.010455326177179813,0.012896647676825523,-0.001309182494878769,0.0035436153411865234,-0.0011087357997894287,0.012130498886108398 +555,-1.1360988177180478,0.09598147489453296,0.86521950129631,-0.9028228521347046,-0.0958341732621193,-0.4191977083683014,-0.03917442262172699,-0.003975280560553074,-0.01705750823020935,0.00232541561126709,0.00011578202247619629,0.017647385597229004 +556,-1.1381700693677503,0.09623075299580548,0.8641711115222152,-0.9036673903465271,-0.09608229994773865,-0.4173167943954468,-0.003739568404853344,-0.05061309039592743,0.007294453214854002,0.006237030029296875,-0.0015892088413238525,-5.6862831115722656e-05 +557,-1.144837545379474,0.09636353802740633,0.8644809658137429,-0.9064182639122009,-0.09621447324752808,-0.4112771451473236,-0.006119635887444019,-0.07613682746887207,-0.0075846267864108086,0.003982901573181152,0.0008164942264556885,-0.006950974464416504 +558,-1.1578060511920796,0.09713548712976032,0.8660084785188106,-0.9116072058677673,-0.09698280692100525,-0.3994580805301666,-0.011565039865672588,-0.20012310147285461,-0.00826175045222044,0.004060208797454834,-2.0563602447509766e-06,-0.004396319389343262 +559,-1.1905470402450018,0.09941056879268695,0.8709124303178423,-0.923987627029419,-0.09924691170454025,-0.36931952834129333,0.0464433878660202,-0.5135663151741028,-0.012608446180820465,0.0031807422637939453,-0.0004692673683166504,-0.025303304195404053 +560,-1.2782664471905882,0.10511657950037813,0.8884252376429209,-0.9522321820259094,-0.10492310672998428,-0.2867838144302368,0.23266851902008057,-1.0876367092132568,0.0191179271787405,0.0153731107711792,-0.0032769441604614258,-0.019688963890075684 +561,-1.3870043390318423,0.11172704102896985,0.9053053383340258,-0.9770277142524719,-0.11149474233388901,-0.18161949515342712,0.13032984733581543,-1.0543133020401,-0.04606509953737259,0.0093153715133667,-0.0007947087287902832,-0.010824322700500488 +562,-1.494317166158785,0.12133420100659428,0.9229637164773915,-0.9897463917732239,-0.12103670835494995,-0.07584290206432343,0.1814081072807312,-1.0128353834152222,-0.10639200359582901,0.003906607627868652,0.003544032573699951,-0.01120847463607788 +563,-1.6046104177252225,0.13075517734097433,0.9464984284317237,-0.9908968806266785,-0.13038291037082672,0.03351905196905136,0.22699744999408722,-1.0418349504470825,-0.07626359164714813,0.008749723434448242,0.006847783923149109,0.010868784040212631 +564,-1.7116999219823514,0.1371534098972806,0.9707754050844292,-0.9807917475700378,-0.1367238163948059,0.1391189843416214,0.29243379831314087,-1.0457557439804077,-0.06549476832151413,0.018313169479370117,0.003239944577217102,0.005961522459983826 +565,-1.8034235080284993,0.1380001632477578,0.9924762087367984,-0.9638132452964783,-0.1375625729560852,0.22834305465221405,0.18400178849697113,-0.7045133709907532,-0.08298811316490173,0.005362987518310547,0.002552822232246399,0.015355095267295837 +566,-1.8563668458417701,0.1376433792295348,1.005928270637865,-0.9504262804985046,-0.13720916211605072,0.2790405750274658,0.05616031587123871,-0.27350693941116333,-0.006822977215051651,0.008653819561004639,-0.001676321029663086,0.03831171989440918 +567,-1.8687192180810352,0.13693259523468704,1.0069827577567478,-0.9470000267028809,-0.13650506734848022,0.29078757762908936,0.025019941851496696,-0.06392036378383636,0.0019371956586837769,-0.006506443023681641,0.0005645155906677246,-0.011566996574401855 +568,-1.8805191518484847,0.13451298448497273,1.0109536709261764,-0.9438146948814392,-0.13410770893096924,0.3020413815975189,0.0996890440583229,-0.19778938591480255,-0.03465474024415016,-0.001619875431060791,0.005140453577041626,-0.03228127956390381 +569,-1.8948362615084764,0.13377413786568085,1.0158165298646593,-0.9394872784614563,-0.13337549567222595,0.31555408239364624,0.06118643283843994,-0.12373950332403183,-0.025957241654396057,0.0007666945457458496,0.0015548616647720337,0.0035681426525115967 +570,-1.8963135374489597,0.1332532777925746,1.0161479568199765,-0.9390857815742493,-0.1328592747449875,0.316963791847229,0.04102431237697601,0.01994541846215725,0.0349079892039299,0.007658898830413818,0.004258200526237488,0.0001901090145111084 +571,-1.8940187820316634,0.12949863765705805,1.0167544432689293,-0.9402772188186646,-0.12913699448108673,0.31496426463127136,-0.01536046527326107,0.04925400763750076,0.011571593582630157,-0.00907886028289795,-0.004758894443511963,0.00366973876953125 +572,-1.8908939344092617,0.1277869674771811,1.0170666429635864,-0.9414652585983276,-0.1274394690990448,0.312093585729599,0.01551690325140953,0.04576878249645233,0.0206446573138237,0.004773974418640137,0.0031108558177948,-0.007253527641296387 +573,-1.8919285087380107,0.1257901304832464,1.0194300995221943,-0.9413814544677734,-0.12545865774154663,0.3131471574306488,0.037930261343717575,-0.023258112370967865,0.022783339023590088,0.008886337280273438,0.01196378469467163,-0.01041269302368164 +574,-1.8910107630297148,0.12497970430098729,1.019537051804333,-0.941764771938324,-0.12465459853410721,0.3123150169849396,0.0009341239929199219,-0.03268967568874359,-0.01945260539650917,-0.003212153911590576,0.0032403916120529175,-0.0131358802318573 +575,-1.8959544871114533,0.12364120081076928,1.0203438247645868,-0.9403664469718933,-0.12332642078399658,0.3170199990272522,0.03694584220647812,-0.08229032158851624,0.016507349908351898,0.004529595375061035,-0.0015667825937271118,-0.014072030782699585 +576,-1.8977558348607368,0.1235794603357864,1.0207290884164861,-0.9398008584976196,-0.12326515465974808,0.31871578097343445,-0.008553498424589634,-0.003486860077828169,0.013226112350821495,0.01832270622253418,0.003727838397026062,0.005106180906295776 +577,-1.899254698860526,0.12152832451169088,1.02077255499105,-0.9395595192909241,-0.12122940272092819,0.3202049434185028,-0.02501940354704857,0.05517454445362091,0.015310583636164665,-0.0038303136825561523,-0.001054517924785614,0.016083449125289917 +578,-1.8932247146138217,0.12025296968131757,1.0195078030232776,-0.9416191577911377,-0.11996335536241531,0.31458237767219543,-0.00497504323720932,0.04455339536070824,0.021038156002759933,0.005050003528594971,0.0014178231358528137,0.008568257093429565 +579,-1.883092967272615,0.1191078582614157,1.0175667786829616,-0.9448882341384888,-0.11882643401622772,0.3050681948661804,-0.000730595551431179,0.1368204653263092,0.01690201461315155,0.0012998580932617188,0.0047669559717178345,-0.010680407285690308 +580,-1.867972760137602,0.11874402238969124,1.0127964990633815,-0.9494339227676392,-0.11846517026424408,0.2907595634460449,-0.0895787701010704,0.13282054662704468,-0.0024989526718854904,-0.009535133838653564,0.00039268285036087036,-0.00029328465461730957 +581,-1.8605269807089206,0.1178637373984812,1.0115734770829552,-0.9516722559928894,-0.11759103834629059,0.2837120294570923,0.02088804729282856,0.02691260352730751,0.019430436193943024,0.003918290138244629,0.0033637583255767822,-0.015935540199279785 +582,-1.8511649409559197,0.11831698065452474,1.009872781012692,-0.9542352557182312,-0.11804112046957016,0.27477532625198364,-0.04018232971429825,0.19674718379974365,0.020936202257871628,0.004528164863586426,-0.0019387304782867432,0.007420659065246582 +583,-1.8247968690282148,0.1184668016763539,1.0053610553870687,-0.9611307382583618,-0.11818989366292953,0.24951691925525665,-0.037529356777668,0.3702377378940582,-0.026923760771751404,0.002924680709838867,0.003962621092796326,0.013514012098312378 +584,-1.7653100743945631,0.11948543884558839,0.9924498407906803,-0.9741462469100952,-0.11920133233070374,0.19191132485866547,-0.14580006897449493,0.7231879234313965,0.02262399159371853,0.009287357330322266,0.0004421919584274292,0.0017379224300384521 +585,-1.6769549526547145,0.11923809996733543,0.9733458708766699,-0.9873101711273193,-0.11895575374364853,0.10520700365304947,-0.26484525203704834,0.9908843636512756,0.04135027527809143,0.01091533899307251,0.010206356644630432,0.01606990396976471 +586,-1.5704311499134258,0.11505177849278836,0.9493809264602313,-0.993388831615448,-0.11479812115430832,-0.0003627626574598253,-0.36364486813545227,1.0333373546600342,0.046468086540699005,0.004359900951385498,-0.005593709647655487,0.0037196874618530273 +587,-1.4750785550422116,0.11670669825686496,0.9389066395722203,-0.9886511564254761,-0.11644194275140762,-0.0949215516448021,-0.01748819276690483,0.8613353371620178,-0.03569672256708145,-0.0019646883010864258,0.012850046157836914,-0.0016818046569824219 +588,-1.3851927748726747,0.12139704539998636,0.9331139361220446,-0.9755919575691223,-0.121099092066288,-0.18318162858486176,-0.1372455358505249,0.9006398320198059,-0.07609423995018005,0.0024625658988952637,-0.0008186548948287964,0.013732776045799255 +589,-1.304141151414774,0.12533716980215165,0.9257430730003826,-0.9570905566215515,-0.12500926852226257,-0.2614392638206482,-0.01068937312811613,0.6946752071380615,-0.029419157654047012,0.006422221660614014,-0.004781991243362427,0.005885064601898193 +590,-1.2360417683030678,0.12133744565233384,0.9137368213632534,-0.9375467896461487,-0.12103992700576782,-0.32612183690071106,-0.11381909996271133,0.5638630986213684,0.02249070256948471,0.013535499572753906,0.00098380446434021,-0.008335530757904053 +591,-1.186939832726301,0.11835006917586938,0.9053617631684915,-0.9207411408424377,-0.1180739775300026,-0.3718793988227844,-0.06380762159824371,0.40314939618110657,-0.013410912826657295,-0.008000314235687256,0.0036483481526374817,-0.0060350000858306885 +592,-1.1559482209536367,0.1179115546179089,0.9030375372482232,-0.9088230133056641,-0.11763852089643478,-0.4002523422241211,-0.018995393067598343,0.20478734374046326,0.0013315463438630104,0.015558242797851562,-0.0014410614967346191,-0.007081031799316406 +593,-1.1372279555274754,0.11779035058533219,0.9020638006941396,-0.9011842608451843,-0.11751815676689148,-0.41720059514045715,-0.04277874529361725,0.12643146514892578,-0.0059217652305960655,0.0061800479888916016,0.0009105280041694641,-0.0027365386486053467 +594,-1.1347702870829104,0.11826226597433837,0.9009468052815385,-0.9001058340072632,-0.11798679083585739,-0.4193906784057617,-0.03136850893497467,0.01879819482564926,-0.02179119363427162,0.000798642635345459,-0.0011080726981163025,0.016924887895584106 +595,-1.1324326658048531,0.11849723145432955,0.899062399369954,-0.8990978598594666,-0.11822011321783066,-0.4214818477630615,-0.00023287441581487656,0.0059735337272286415,-0.004244774580001831,0.006443500518798828,0.0017192661762237549,0.0021245479583740234 +596,-1.13124507414734,0.11812551315958858,0.8978307103285322,-0.8986364603042603,-0.11785098910331726,-0.42256802320480347,0.006438068114221096,-0.01174851506948471,-0.010793752036988735,0.004501938819885254,0.005164831876754761,-0.007211029529571533 +597,-1.1318388976063583,0.11870549698786925,0.8973059076804372,-0.8988251686096191,-0.11842691153287888,-0.42200517654418945,-0.02726156637072563,-0.01241094060242176,-0.014828098937869072,0.000891268253326416,-0.0004848465323448181,0.00826314091682434 +598,-1.1349619958753436,0.12009747763121259,0.8947942643846232,-0.8999884128570557,-0.11980898678302765,-0.4191259741783142,-0.013927591033279896,-0.03595053032040596,-0.023946810513734818,0.0050604939460754395,-0.0015899166464805603,0.0013251006603240967 +599,-1.1414660916096107,0.12069800255428274,0.8943656851552533,-0.9026297926902771,-0.1204051598906517,-0.41323351860046387,-0.003914610482752323,-0.06741620600223541,-0.0024498915299773216,0.000545501708984375,-0.0011005625128746033,0.012034207582473755 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/standing/E567C633-BF4B-4AAF-9C44-C8E4560BAF82.csv b/BoostRunClub/CoreML/DataSet/Motion/standing/E567C633-BF4B-4AAF-9C44-C8E4560BAF82.csv new file mode 100644 index 0000000..3e5e6d1 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/standing/E567C633-BF4B-4AAF-9C44-C8E4560BAF82.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-0.01992424422589344,0.22583338930109648,-2.3155926152165907,-0.019417040050029755,-0.22391866147518158,-0.9744144082069397,0.07095088064670563,0.03418843448162079,-0.00323678320273757,-0.00017524510622024536,0.00945638120174408,0.005588114261627197 +1,-0.01854544391706418,0.22677280506563635,-2.3160551802351157,-0.018069589510560036,-0.2248341292142868,-0.9742295145988464,0.04314827919006348,0.007509952411055565,0.01169502828270197,0.0005372390151023865,-0.0012706071138381958,-0.012434303760528564 +2,-0.017276714954099846,0.23191482026605767,-2.31757118510133,-0.01681334711611271,-0.22984150052070618,-0.9730828404426575,-0.00664534792304039,0.03486647829413414,-0.030034421011805534,-0.00810425728559494,0.0008681118488311768,0.01715022325515747 +3,-0.015170686379025074,0.23276805148477894,-2.319725167226921,-0.014760991558432579,-0.23067180812358856,-0.9729196429252625,0.04957347363233566,-0.0542868971824646,0.029622770845890045,0.012594238854944706,-0.020548895001411438,-0.023296117782592773 +4,-0.021876508303505977,0.23786489069842343,-2.317034554868025,-0.021258842200040817,-0.2356281727552414,-0.9716107249259949,-0.026218250393867493,-0.26320117712020874,0.012376684695482254,0.002093799412250519,-0.002317383885383606,-0.07057982683181763 +5,-0.04103402765554931,0.24674984459342023,-2.3190547100647847,-0.03977999836206436,-0.24425354599952698,-0.9688951373100281,0.047212257981300354,-0.08181760460138321,0.026965424418449402,-0.009002350270748138,-0.013391107320785522,0.025489985942840576 +6,-0.05101827603694527,0.24040787713860765,-2.3180637557924606,-0.0495295450091362,-0.23809880018234253,-0.9699772000312805,-0.030844613909721375,-0.14015336334705353,-0.05482450872659683,0.010787487030029297,0.003479674458503723,-0.017724156379699707 +7,-0.04690111571911582,0.23455149614302803,-2.3181610442440315,-0.045600179582834244,-0.23240678012371063,-0.9715491533279419,-0.19330424070358276,0.012520916759967804,0.0073037645779550076,-0.004585977643728256,0.0020753592252731323,-0.012566447257995605 +8,-0.04152684774147723,0.22930038155098173,-2.316349152133406,-0.0404282882809639,-0.22729627788066864,-0.972986102104187,-0.03695674240589142,0.1127772107720375,0.00010747590567916632,-0.0182722769677639,0.008698850870132446,0.005304217338562012 +9,-0.04053664417939536,0.22921802818314277,-2.317070348362963,-0.03946557268500328,-0.22721607983112335,-0.9730443358421326,0.07083522528409958,0.06513851881027222,-0.001363560208119452,-0.0022366978228092194,-0.001497894525527954,0.010169029235839844 +10,-0.04013528629392309,0.22309340367095992,-2.319172572788093,-0.039130132645368576,-0.22124741971492767,-0.9744323492050171,-0.02613692730665207,-0.02188064530491829,-0.018534066155552864,0.008307382464408875,-0.0017140060663223267,-0.01137697696685791 +11,-0.05507270681939734,0.22804708509630728,-2.318960344335794,-0.05361974611878395,-0.22607560455799103,-0.972632884979248,0.018297741189599037,-0.9481030106544495,-0.1331642121076584,0.007355101406574249,0.03718706965446472,-0.20253795385360718 +12,-0.13948050091225067,0.2495261248696738,-2.345764587158339,-0.13472290337085724,-0.24694478511810303,-0.9596186876296997,0.3482278287410736,-0.28466901183128357,-0.1476113200187683,-0.018154919147491455,-0.03944742679595947,0.022332310676574707 +13,-0.27185483587672143,0.24309763589584849,-2.3933957604778597,-0.26062336564064026,-0.2407103329896927,-0.9349513053894043,0.11636649817228317,-1.7091072797775269,-0.6060047149658203,0.014209210872650146,0.04161366820335388,-0.05040019750595093 +14,-0.40568643127586695,0.27842667662944504,-2.469972065932636,-0.3794512450695038,-0.2748432457447052,-0.8834466338157654,-0.5563107132911682,-1.9275336265563965,-0.7113180756568909,0.019481152296066284,0.0127430260181427,0.05738157033920288 +15,-0.658163529613951,0.2144280629613939,-2.5431325341796223,-0.5976568460464478,-0.2127886265516281,-0.7729989290237427,-0.6842197775840759,-2.7052886486053467,0.04063422605395317,0.17408806085586548,-0.2504224181175232,-0.11068332195281982 +16,-0.8371655915552979,0.1961512020787386,-2.5179469935036143,-0.7285052537918091,-0.19489578902721405,-0.6567310094833374,0.0811973512172699,-1.43717622756958,0.3075483739376068,-0.0026195645332336426,0.12745197117328644,0.13297313451766968 +17,-0.936898776822962,0.16803334214518115,-2.564584186702181,-0.7943769693374634,-0.16724371910095215,-0.5839475393295288,-0.5389902591705322,-0.565681517124176,-0.14334113895893097,-0.058497726917266846,-0.06395743787288666,0.030587613582611084 +18,-0.8556958691445895,0.22652559089107524,-2.5621570385522165,-0.7357383966445923,-0.22459323704242706,-0.6389420032501221,0.5236817598342896,0.38595324754714966,0.416558176279068,0.22002190351486206,-0.29254236817359924,-0.22494953870773315 +19,-0.9092411179490751,0.09161350584893184,-2.62756528303937,-0.7857288718223572,-0.0914854034781456,-0.6117684245109558,-2.1935482025146484,-1.1865788698196411,1.481086254119873,0.05051469802856445,-0.1180330291390419,0.0005776286125183105 +20,-0.9651742371192062,-0.057474815218991775,-2.5424600677875597,-0.8207905888557434,0.057443175464868546,-0.568333625793457,0.2777487337589264,-0.1656586080789566,1.715346336364746,0.028600037097930908,-0.07109978795051575,0.04658985137939453 +21,-0.9447941268212712,-0.10225822766007021,-2.487318904878293,-0.806143045425415,0.10208010673522949,-0.5828490257263184,0.5051579475402832,-0.3952183127403259,-0.18353542685508728,-0.10936897993087769,-0.133833646774292,0.050149500370025635 +22,-1.0788889071114058,0.0016326314828922946,-2.5154677096738367,-0.8814323544502258,-0.0016326307086274028,-0.47230735421180725,0.16343963146209717,-1.5176478624343872,-0.7707135677337646,0.032311320304870605,-0.0015259383944794536,-0.11297401785850525 +23,-1.2174061285140514,0.020834650544724623,-2.4192513452187843,-0.938001275062561,-0.020833143964409828,-0.3460054099559784,2.318300247192383,-1.5595314502716064,0.42740094661712646,0.045545220375061035,-0.11204037070274353,-0.068789541721344 +24,-1.358217339298858,-0.029670633527068252,-2.3371138271283347,-0.9770599007606506,0.02966628037393093,-0.21088868379592896,-0.2324783205986023,-1.107161521911621,-0.16959385573863983,-0.14131784439086914,0.20730271935462952,-0.14346617460250854 +25,-1.4335791290789466,-0.034274085021600946,-2.320727113803684,-0.9900186657905579,0.0342673733830452,-0.1367066651582718,0.5391215682029724,-0.14931532740592957,0.5432438254356384,0.007688403129577637,0.1113014817237854,-0.02323596179485321 +26,-1.4946430685199548,-0.047659345289414984,-2.236770611612266,-0.9959694743156433,0.04764130339026451,-0.07599327713251114,0.6180408596992493,-1.25321626663208,0.22481271624565125,0.021177053451538086,-0.0922732725739479,0.08643025904893875 +27,-1.5975780789325074,-0.04958380830409502,-2.2185516098920486,-0.9984128475189209,0.04956349357962608,0.026745641604065895,0.14424948394298553,-0.32271960377693176,-0.024355916306376457,0.0207822322845459,0.029690653085708618,0.03671562671661377 +28,-1.5507916358711722,-0.003338748078163972,-2.215649869671036,-0.9997943639755249,0.003338741837069392,-0.020003246143460274,-0.034667015075683594,1.204959750175476,-1.1354659795761108,0.0654529333114624,0.2677946984767914,0.04429519176483154 +29,-1.569622236539581,0.02010209480549505,-2.1982875867868223,-0.9997972249984741,-0.02010074071586132,-0.0011738527100533247,1.0707014799118042,-1.3721073865890503,-1.2987173795700073,-0.1621442437171936,0.15802493691444397,-0.0009471176890656352 +30,-1.5196908244970782,0.03402869070179027,-2.1340495209041292,-0.9981163740158081,-0.034022122621536255,-0.051053695380687714,0.26614484190940857,0.6145440340042114,-0.6102913022041321,0.05283421277999878,-0.05011484771966934,0.2872902750968933 +31,-1.4916650323220493,0.037321061877367424,-2.1252855704654636,-0.9961766004562378,-0.037312399595975876,-0.07899369299411774,0.2732146084308624,0.34925636649131775,0.21529914438724518,0.025366663932800293,-0.02042686939239502,0.001311182975769043 +32,-1.472198281571126,0.02912960036681062,-2.090750225800054,-0.994720995426178,-0.029125481843948364,-0.09839660674333572,0.29731225967407227,0.053649887442588806,-0.054549574851989746,-0.0068201422691345215,0.032039910554885864,-0.008735358715057373 +33,-1.4649537008600877,0.036774641416686335,-2.0861864548222084,-0.9937316179275513,-0.036766353994607925,-0.10557369142770767,-0.10395313054323196,0.2581574320793152,-0.021807104349136353,0.0008727312088012695,-0.021568000316619873,0.05766111612319946 +34,-1.4630786613415017,0.038386346799122985,-2.0846172502359717,-0.9934716820716858,-0.03837691992521286,-0.10743027925491333,0.17826348543167114,-0.12069389224052429,-0.02881554886698723,-0.001599729061126709,0.006165593862533569,-0.0004035830497741699 +35,-1.4618990871843565,0.03718601858581464,-2.0789905969656517,-0.9933892488479614,-0.037177447229623795,-0.10860699415206909,0.049170009791851044,0.015467177145183086,0.002720949938520789,0.0032312870025634766,0.0057443417608737946,0.00895179808139801 +36,-1.4611638037406445,0.03598281648137161,-2.0712506388452434,-0.9933528304100037,-0.035975053906440735,-0.10934220254421234,0.12648744881153107,0.05306156352162361,0.01386688370257616,0.002782881259918213,0.021936990320682526,-0.009538985788822174 +37,-1.464717439407768,0.03725588461033876,-2.0699176699135267,-0.9936887621879578,-0.03724726662039757,-0.10580656677484512,-0.023155925795435905,-0.13704310357570648,-0.0714530423283577,-0.0014893412590026855,0.031632039695978165,-0.022901281714439392 +38,-1.4652915651744471,0.03858500502266318,-2.0784123161457986,-0.9936992526054382,-0.0385754331946373,-0.10523074865341187,-0.13612553477287292,0.10641267150640488,0.009145365096628666,0.0001538395881652832,-0.012053247541189194,0.027746625244617462 +39,-1.4626389231376495,0.03939535329322779,-2.0849084425471194,-0.9933854341506958,-0.03938516229391098,-0.1078629121184349,0.013793060556054115,-0.020924551412463188,-0.02520582638680935,-5.340576171875e-05,0.005266483873128891,-0.013764873147010803 +40,-1.4595773012840885,0.03776319120857747,-2.0853508018795264,-0.9931129813194275,-0.03775421530008316,-0.11091075092554092,-0.02230783924460411,0.06019766628742218,0.03010292537510395,0.004969120025634766,-0.016399234533309937,0.015344977378845215 +41,-1.4546368855775262,0.038087529054073525,-2.087142713244609,-0.9925408363342285,-0.038078319281339645,-0.11581435799598694,0.04893958568572998,0.042299557477235794,-0.013254433870315552,-0.0008980035781860352,0.013496395200490952,-0.001296892762184143 +42,-1.4457709939928947,0.03485623172658869,-2.0899477035959344,-0.9915918111801147,-0.034849174320697784,-0.12462411820888519,0.010568374767899513,0.0710233524441719,0.05040949955582619,0.010665357112884521,0.013288501650094986,-0.010660283267498016 +43,-1.4432872767554419,0.034051086728908254,-2.087948428310246,-0.9913068413734436,-0.03404450789093971,-0.12709011137485504,0.005670464597642422,-0.014001780189573765,-0.005443864967674017,-0.004695415496826172,0.025881052017211914,-0.004425406455993652 +44,-1.4492640304199822,0.03480431295056645,-2.0847661459020674,-0.9920229315757751,-0.03479728847742081,-0.12115992605686188,0.054359130561351776,-0.02843332849442959,-0.009432053193449974,-0.0009123086929321289,-0.007851004600524902,0.014775633811950684 +45,-1.438307427559765,0.031932086995348996,-2.0849335482533258,-0.9907307624816895,-0.03192666172981262,-0.1320342719554901,-0.03320379555225372,0.10289038717746735,0.007281423080712557,-0.0002664327621459961,0.01651528850197792,-0.013870283961296082 +46,-1.4387697157040826,0.03246371636408879,-2.086100663636256,-0.9907748103141785,-0.03245801478624344,-0.13157401978969574,-0.004968288354575634,0.004197561182081699,0.012358585372567177,0.0018374323844909668,-0.00756579264998436,0.008237257599830627 +47,-1.4287592375226648,0.029643528467800516,-2.0898575318684833,-0.9894947409629822,-0.029639186337590218,-0.14149779081344604,-0.10572256147861481,0.10371702909469604,0.005406881216913462,0.0005421638488769531,0.017661038786172867,-0.015377804636955261 +48,-1.4311504022471502,0.029743238253557784,-2.096886290567612,-0.9898273944854736,-0.029738852754235268,-0.13913093507289886,-0.06886669248342514,-0.06871206313371658,-0.006647574715316296,0.006596803665161133,-0.01799064874649048,0.0018018484115600586 +49,-1.4222641969668752,0.028909212930359536,-2.0999310605191295,-0.9885762333869934,-0.02890518680214882,-0.1479247659444809,-0.08803056180477142,0.3274174928665161,0.056090690195560455,-0.0028484463691711426,-0.011637423187494278,0.033087119460105896 +50,-1.42106808291087,0.03096385791989734,-2.1012271280778423,-0.9883376955986023,-0.030958909541368484,-0.14909791946411133,-0.03807397559285164,-0.04087634012103081,-0.003795555792748928,0.009196460247039795,-0.006776094436645508,0.021610736846923828 +51,-1.4070578525932147,0.02884548998931057,-2.1013320198868977,-0.9862142205238342,-0.028841489925980568,-0.16293998062610626,0.07488584518432617,0.09841562807559967,-0.008709147572517395,0.0026785731315612793,0.018907997757196426,-0.023095175623893738 +52,-1.4034600185882158,0.028863415249289728,-2.1025312895850385,-0.9856212139129639,-0.02885940857231617,-0.16648708283901215,0.029430750757455826,-0.07174225896596909,-0.025498781353235245,0.005701780319213867,0.0016224682331085205,-0.03105318546295166 +53,-1.4021693592825286,0.027118142855414678,-2.0995075358342326,-0.985453724861145,-0.02711481973528862,-0.1677672564983368,0.002316701225936413,0.0207161083817482,0.025361347943544388,0.0019331574440002441,0.013580258935689926,-0.012973085045814514 +54,-1.4120943707385207,0.031142850434816426,-2.098519996648846,-0.986954391002655,-0.031137816607952118,-0.1579599678516388,0.0020433678291738033,-0.08858060091733932,-0.04537888988852501,0.004761457443237305,-0.009984610602259636,0.0079507976770401 +55,-1.4055355253339483,0.029508031087301212,-2.0981092395989998,-0.9859460592269897,-0.029503749683499336,-0.16443796455860138,0.011461730115115643,0.133469820022583,0.026351777836680412,0.0009912848472595215,0.00010007806122303009,0.00788278877735138 +56,-1.397623158784307,0.02883436901270756,-2.0985800134525827,-0.9846334457397461,-0.028830373659729958,-0.17223727703094482,-0.02008172869682312,0.05876120179891586,-0.012115332297980785,-0.0017403960227966309,0.014120908454060555,0.0008658319711685181 +57,-1.3848494259521185,0.02731775619832856,-2.097805976016907,-0.9823949933052063,-0.027314359322190285,-0.18480822443962097,0.03126887232065201,0.2468312680721283,0.04604001343250275,-0.005870997905731201,-0.005644619464874268,0.028832852840423584 +58,-1.3500760268227106,0.02274098316407912,-2.096960193519208,-0.9754877090454102,-0.022739022970199585,-0.21887588500976562,0.03725588321685791,0.20109669864177704,0.021343981847167015,0.027596473693847656,0.020465463399887085,-0.046184539794921875 +59,-1.347185656225949,0.02662674139420759,-2.0966622536452424,-0.9747574925422668,-0.026623595505952835,-0.22167323529720306,0.005494266748428345,-0.08119215071201324,-0.0443604551255703,0.006709396839141846,-0.01411735825240612,-0.0035770386457443237 +60,-1.3434022597832092,0.02587194718237045,-2.098864970506192,-0.9739311933517456,-0.025869060307741165,-0.22536401450634003,-0.036030907183885574,0.08029169589281082,-0.005686745047569275,-0.0050269365310668945,0.0016991198062896729,0.007361650466918945 +61,-1.3442377547083098,0.02928892673790249,-2.1019481755766565,-0.9740272760391235,-0.02928473986685276,-0.22452904284000397,-0.01414185669273138,-0.05664884299039841,-0.06620042026042938,0.009626030921936035,0.012881547212600708,-0.015568017959594727 +62,-1.3430124940107446,0.0342018613097291,-2.108866040997592,-0.9735994338989258,-0.0341951921582222,-0.22568707168102264,-0.07752958685159683,0.08547735959291458,-0.07685071229934692,0.0021181702613830566,0.0069735087454319,0.017419889569282532 +63,-1.3432268726287682,0.03978537238038053,-2.113973512162469,-0.9734466671943665,-0.039774876087903976,-0.22543177008628845,-0.04560278356075287,-0.02063782513141632,-0.043217167258262634,0.0040558576583862305,-0.01950552687048912,0.012312307953834534 +64,-1.340507821882723,0.04189489070997943,-2.117232937851496,-0.9727463126182556,-0.04188263788819313,-0.22805814445018768,-0.020478684455156326,0.05286687612533569,0.0057944948785007,-0.006852686405181885,-0.016009211540222168,0.018158257007598877 +65,-1.3390450022727243,0.04209391834056967,-2.117347614711795,-0.9724034667015076,-0.04208149015903473,-0.22947892546653748,0.015963660553097725,-0.015724411234259605,-0.008361661806702614,0.005545616149902344,0.014966640621423721,-0.015439912676811218 +66,-1.3350608636640162,0.04442440714203875,-2.1177816376478935,-0.9713833928108215,-0.044409796595573425,-0.233327716588974,0.007403014227747917,0.08532068133354187,-0.000932916474994272,0.016427457332611084,-0.01793762668967247,0.01386059820652008 +67,-1.3301344835505382,0.04240711001098791,-2.116365747091101,-0.9703074097633362,-0.042394399642944336,-0.23813119530677795,0.044084638357162476,-0.06045052781701088,0.006549512967467308,0.014100074768066406,0.013936754316091537,-0.020764678716659546 +68,-1.3315595076733626,0.04211743024679427,-2.1165720830846593,-0.9706576466560364,-0.04210497811436653,-0.23675112426280975,-0.017501581460237503,0.036117080599069595,0.012747744098305702,-0.002914249897003174,-0.006509516388177872,0.025538891553878784 +69,-1.3289142550166195,0.040652048144632094,-2.1169357069789583,-0.9700868129730225,-0.040640853345394135,-0.23933245241641998,0.01124374009668827,-0.014209073036909103,0.016618257388472557,0.001626729965209961,-0.0021600425243377686,-0.01657271385192871 +70,-1.3310861391676008,0.04149158181201529,-2.117126147435812,-0.9705708026885986,-0.041479676961898804,-0.2372167855501175,-0.0026957960799336433,-0.055872246623039246,-0.04461399465799332,0.004964113235473633,0.007071107625961304,-0.004360318183898926 +71,-1.3283917859407515,0.040590578768023085,-2.119185368361378,-0.9699640870094299,-0.04057943448424339,-0.23983986675739288,-0.0156785249710083,0.05547960102558136,0.02546563185751438,0.004235208034515381,-0.004327211529016495,-0.004727989435195923 +72,-1.3328578271661837,0.04231335393858146,-2.1190505384146405,-0.9709561467170715,-0.04230072721838951,-0.23548875749111176,-0.011774376966059208,-0.035935379564762115,-0.02939867600798607,0.002007722854614258,0.003116156905889511,0.02134689688682556 +73,-1.3317460209593663,0.042322966359538174,-2.1203745848775553,-0.9706932306289673,-0.042310331016778946,-0.23656800389289856,-0.011789833195507526,0.027435794472694397,0.013510551303625107,0.0019432902336120605,-0.009935762733221054,0.006862238049507141 +74,-1.3321548342044665,0.04253743286116291,-2.119963900717101,-0.9707809686660767,-0.04252460598945618,-0.2361689954996109,0.014997905120253563,-0.046136077493429184,-0.012790746986865997,0.001222372055053711,0.015928540378808975,-0.010413020849227905 +75,-1.3359392724627157,0.0437047131716662,-2.119669864130244,-0.9716188907623291,-0.04369080066680908,-0.23248174786567688,-0.00831033755093813,0.018695196136832237,0.0038706762716174126,0.004898369312286377,-0.01179015263915062,0.02522166073322296 +76,-1.3317958480221472,0.043350183038043645,-2.1197269219672843,-0.9706622958183289,-0.04333660751581192,-0.23650923371315002,0.029504913836717606,-0.038060810416936874,-0.013347809202969074,0.007847964763641357,0.011308401823043823,-0.03363239765167236 +77,-1.3358816711684174,0.04536712618815725,-2.120920368585268,-0.9715335369110107,-0.04535156488418579,-0.23252049088478088,-0.007213400676846504,0.041343092918395996,-0.030733682215213776,-0.006234407424926758,0.002138674259185791,0.03436988592147827 +78,-1.329944422127229,0.04590021203321064,-2.118781352394382,-0.9701122641563416,-0.04588409513235092,-0.23827879130840302,0.041085340082645416,0.0691491886973381,0.01963934861123562,0.008091449737548828,0.001267407089471817,-0.006212756037712097 +79,-1.3283109069029806,0.04808022479533474,-2.110089808776263,-0.9696224331855774,-0.04806170240044594,-0.2398386001586914,0.10591786354780197,0.008532176725566387,-0.005451355595141649,0.0017116665840148926,-0.0033298730850219727,-0.011443138122558594 +80,-1.3315281442244826,0.06044002907170568,-2.0801222500968315,-0.9697377681732178,-0.060403238981962204,-0.23655898869037628,0.3414182960987091,0.0027727484703063965,-0.007993295788764954,0.016078710556030273,-0.017965883016586304,0.05122578144073486 +81,-1.3275952484603692,0.05499942688565072,-2.083999206492406,-0.9691045880317688,-0.05497170239686966,-0.24044662714004517,0.04360431805253029,-0.0784505233168602,0.01808416284620762,-0.004497706890106201,0.02897074818611145,-0.03866720199584961 +82,-1.319253401268225,0.05319575353940437,-2.084169785619782,-0.9671595692634583,-0.053170669823884964,-0.2485465705394745,-0.11346514523029327,0.16122211515903473,0.0733383372426033,0.009563684463500977,-0.014318950474262238,-0.011814147233963013 +83,-1.3206191891214099,0.05093694893653458,-2.083583129940574,-0.9676119089126587,-0.05091492459177971,-0.24725446105003357,-0.01580876298248768,-0.037911057472229004,0.005720843560993671,-0.003930389881134033,0.008052978664636612,0.02311815321445465 +84,-1.319723101055767,0.05147799284790715,-2.087844047822749,-0.9673632383346558,-0.05145525932312012,-0.24811457097530365,-0.0350542888045311,-0.015674304217100143,0.00010394374839961529,0.0015734434127807617,-0.018750429153442383,-0.005028724670410156 +85,-1.3222500801980461,0.04895569625598645,-2.08760590899761,-0.9681097865104675,-0.0489361435174942,-0.2457004189491272,-0.005269886925816536,-0.034460004419088364,0.03267074003815651,-0.0019066929817199707,0.013795167207717896,0.008823037147521973 +86,-1.3253480777413404,0.050273952426244044,-2.0879471188402015,-0.9688029289245605,-0.050252776592969894,-0.24268415570259094,-0.024858180433511734,-0.020419292151927948,0.0015178285539150238,0.009299755096435547,-0.0158635675907135,-0.0006019473075866699 +87,-1.3267212885920614,0.04878375050272946,-2.0879848152583027,-0.9692068099975586,-0.04876440390944481,-0.24137137830257416,0.020406298339366913,0.0009346874430775642,0.02852451242506504,0.00034999847412109375,0.007428348064422607,0.0060503482818603516 +88,-1.3301530237245178,0.04770201186459303,-2.0861809081485108,-0.9700801968574524,-0.047683924436569214,-0.23805636167526245,0.012071681208908558,-0.07625044882297516,-0.02285197749733925,-0.0033847689628601074,0.007980555295944214,-0.01684170961380005 +89,-1.3312295919931127,0.04609608055517631,-2.0771728886925738,-0.9704089760780334,-0.04607975855469704,-0.23702971637248993,0.05611813813447952,0.013761830516159534,0.04572068527340889,0.007533669471740723,-0.005861163139343262,-0.005615532398223877 +90,-1.3393608633049958,0.0460675869475941,-2.0822268938649806,-0.9723055362701416,-0.04605129361152649,-0.22913160920143127,0.1796180009841919,-0.1806139498949051,-0.025801528245210648,0.010132074356079102,0.03186061978340149,-0.06031233072280884 +91,-1.3447964621358401,0.04804068016746123,-2.078851024890017,-0.9734460711479187,-0.048022203147411346,-0.22382237017154694,-0.04203954339027405,0.06552187353372574,0.009107336401939392,-0.003879249095916748,0.005587495863437653,0.010794445872306824 +92,-1.3450188757615618,0.04884087135818461,-2.075484805839836,-0.9734581708908081,-0.04882145673036575,-0.2235971987247467,0.009672598913311958,-0.022602001205086708,-0.006808985956013203,0.00016105175018310547,0.0007562935352325439,-0.007664978504180908 +93,-1.3410867153697281,0.04895445425818409,-2.0672138616413935,-0.9725659489631653,-0.048934902995824814,-0.22742198407649994,0.10794205963611603,0.08523225784301758,0.03197005018591881,0.0003217458724975586,-0.0009308159351348877,0.014241456985473633 +94,-1.3369949191995003,0.046914207316841504,-2.051001120157761,-0.971722424030304,-0.046897001564502716,-0.2314222753047943,0.27874621748924255,0.017021911218762398,0.029142461717128754,0.0038574934005737305,-0.01216977834701538,-0.019828975200653076 +95,-1.330714902339356,0.05007071260799783,-2.027633663466201,-0.9701013565063477,-0.0500497929751873,-0.23748372495174408,0.003029533661901951,0.1908692568540573,0.06826447695493698,-0.0013190507888793945,-0.01780606061220169,0.052852362394332886 +96,-1.3264163632980621,0.04730567520513548,-2.01272960955935,-0.9692021608352661,-0.04728803411126137,-0.24168409407138824,0.19049346446990967,-0.1388777196407318,-0.05292902886867523,0.0043735504150390625,0.016373716294765472,-0.05284103751182556 +97,-1.3336221886464188,0.05556370771465631,-1.9905853529241722,-0.9705057144165039,-0.055535122752189636,-0.2345942109823227,0.017012549564242363,0.09932585060596466,0.045142244547605515,0.007203161716461182,-0.04788896068930626,0.06787671148777008 +98,-1.321487129628635,0.04723758339120985,-2.0071182174103095,-0.9680020809173584,-0.04722001776099205,-0.24645933508872986,-0.1292959302663803,0.0373164601624012,-0.004913081414997578,-0.0020143985748291016,0.02491167187690735,-0.032333970069885254 +99,-1.3202070043921055,0.047604646423661356,-2.0121454094938103,-0.9676689505577087,-0.04758666828274727,-0.2476939857006073,0.027057385072112083,0.012077078223228455,0.005248907022178173,0.00602954626083374,-0.0077874623239040375,0.008665040135383606 +100,-1.310311474761185,0.04275448447800447,-2.013325963222154,-0.9653821587562561,-0.04274145886301994,-0.25731369853019714,-0.04253773391246796,0.06769366562366486,0.08635484427213669,0.009663224220275879,0.014070183038711548,-0.03637218475341797 +101,-1.3205846548323905,0.04518528301807256,-2.009997640453127,-0.9678711295127869,-0.04516990855336189,-0.24735631048679352,-0.003071725368499756,-0.09209024906158447,-0.023925023153424263,-0.005868434906005859,-0.021297365427017212,0.022014498710632324 +102,-1.316619054024967,0.041697467540755775,-2.019038133244782,-0.9670292735099792,-0.04168538376688957,-0.2512306571006775,-0.05345800891518593,0.021246004849672318,-0.010851285420358181,0.009158730506896973,0.03350666165351868,-0.02130657434463501 +103,-1.319323242020495,0.04373724806375158,-2.017791882843992,-0.9676207304000854,-0.04372330382466316,-0.2485930323600769,-0.13494473695755005,0.07934147119522095,0.039615824818611145,-0.028335630893707275,-0.023552685976028442,0.026135146617889404 +104,-1.3198228708042394,0.0451142286873495,-2.0194431023591632,-0.9676855206489563,-0.045098926872015,-0.2480943500995636,-0.002457480877637863,0.05371617525815964,-0.006641344167292118,-0.006557583808898926,-0.020483341068029404,0.027559056878089905 +105,-1.3110060504315288,0.04336197773237926,-2.021186504266909,-0.9655354619026184,-0.043348390609025955,-0.2566364109516144,0.03196598216891289,0.03038778528571129,-0.04617572948336601,0.018544495105743408,0.02711302414536476,-0.03119012713432312 +106,-1.312049168742293,0.04506020295716531,-2.0223978613600044,-0.9657300114631653,-0.04504495486617088,-0.2556098699569702,0.016185108572244644,-0.0030133933760225773,0.004388607107102871,0.03247201442718506,0.00611979141831398,0.0054573118686676025 +107,-1.3059402778421236,0.04418015864442457,-2.0234776334167237,-0.9641883969306946,-0.04416578635573387,-0.26151490211486816,0.000539049506187439,0.060107335448265076,0.030131129547953606,0.026856303215026855,0.0007087625563144684,-0.009572714567184448 +108,-1.3066472726481826,0.04586236479199163,-2.0210628194084683,-0.9642999768257141,-0.04584628716111183,-0.2608133852481842,0.02226201817393303,0.04572658985853195,-0.0014174685347825289,-0.05010426044464111,-0.01785913109779358,0.04374188184738159 +109,-1.3011158224259196,0.04298203871259379,-2.0211526496782737,-0.9629659056663513,-0.04296880587935448,-0.2661774456501007,0.00652354909107089,0.012027730233967304,0.02329009398818016,-0.03865152597427368,-0.002014096826314926,-0.013607710599899292 +110,-1.3045707355129352,0.04412229552681799,-2.022152598025556,-0.963831901550293,-0.04410798102617264,-0.26283586025238037,0.0009325938299298286,-0.033988259732723236,-0.03704848140478134,0.01824474334716797,0.004786074161529541,-0.013302445411682129 +111,-1.3028326677347677,0.042734565006379725,-2.0221963570361257,-0.9634315967559814,-0.04272155836224556,-0.2645265758037567,0.011351400054991245,-0.0004121684469282627,0.027050787582993507,0.005698502063751221,-0.0005218349397182465,-0.007461279630661011 +112,-1.304430072884936,0.04384277824184214,-2.01705974997309,-0.963806688785553,-0.04382873326539993,-0.2629746198654175,0.022739270702004433,-0.006463395897299051,-0.026008211076259613,-0.006438612937927246,0.0034997500479221344,0.0061235129833221436 +113,-1.3045412164236854,0.04339221295481856,-2.0171565824178854,-0.9638549089431763,-0.04337859898805618,-0.26287269592285156,0.018375065177679062,0.019694734364748,0.039011400192976,0.0008116960525512695,0.0006387233734130859,0.010171890258789062 +114,-1.3062764933834248,0.04345731173549427,-2.015725147430408,-0.9643068313598633,-0.04344363510608673,-0.2611989974975586,-0.0001827506348490715,-0.0580739788711071,-0.027199717238545418,0.0012636780738830566,0.0027636922895908356,-0.009903877973556519 +115,-1.3056113548172739,0.043853117725723964,-2.0169390812219175,-0.9641162157058716,-0.04383906349539757,-0.2618357837200165,-0.07120735943317413,0.040955010801553726,0.03415989875793457,0.004567325115203857,-0.023269083350896835,0.011378079652786255 +116,-1.3070761103421928,0.04336947927384162,-2.0155422313720033,-0.9645190238952637,-0.04335588589310646,-0.2604288160800934,-0.03892526775598526,-0.004769241437315941,0.005919753108173609,0.0022845864295959473,0.0027675069868564606,0.008384138345718384 +117,-1.3086485444195293,0.044590642335325295,-2.0183534342105283,-0.9648755192756653,-0.04457586631178856,-0.25889793038368225,-0.0184331014752388,0.018700871616601944,-0.005248334724456072,0.005799651145935059,-0.021906670182943344,0.023454874753952026 +118,-1.3065195499946447,0.04196004425222304,-2.018328253050171,-0.9644321203231812,-0.041947733610868454,-0.26098132133483887,0.028496406972408295,-0.0169660747051239,0.02422180399298668,0.0004886388778686523,0.008164763450622559,-0.007527589797973633 +119,-1.3073497055683176,0.043022270502676256,-2.0187991436526858,-0.9646048545837402,-0.04300900176167488,-0.2601688504219055,-0.03729357197880745,0.014724384993314743,-0.014229197055101395,0.0018973350524902344,-0.009679615497589111,0.008902370929718018 +120,-1.3060014013105552,0.0407930586043249,-2.02062453180476,-0.964343249797821,-0.04078174754977226,-0.26149362325668335,0.011280656792223454,-0.0019563217647373676,0.03418108820915222,0.0011322498321533203,0.0018565654754638672,-0.00541311502456665 +121,-1.3083254405265108,0.040729594783754465,-2.02076690342477,-0.9649508595466614,-0.040718335658311844,-0.2592524290084839,0.012035349383950233,-0.027359243482351303,-0.03946145251393318,0.0008548498153686523,0.009590387344360352,-0.004694104194641113 +122,-1.3058523760231735,0.03948788969703285,-2.0222481839673985,-0.9643548130989075,-0.0394776277244091,-0.26165103912353516,0.0028850333765149117,-0.008569973520934582,0.023793809115886688,0.0006555318832397461,0.004382401704788208,-0.013480186462402344 +123,-1.3097297307716858,0.041353370829525726,-2.0200748585606823,-0.965289294719696,-0.04134158417582512,-0.2578904926776886,0.006285464391112328,-0.04022761434316635,-0.03200407326221466,-0.0005462765693664551,0.00858098641037941,-0.006284922361373901 +124,-1.3084882695644355,0.04065179997563332,-2.0214040443465078,-0.9649961590766907,-0.04064060375094414,-0.2590961158275604,-0.006407757289707661,0.028983093798160553,0.034860312938690186,0.0018308758735656738,-0.00275537371635437,0.003129899501800537 +125,-1.3101295936395754,0.040643097440571985,-2.018640918254175,-0.9654205441474915,-0.04063190892338753,-0.25751200318336487,0.015940969809889793,-0.0339377224445343,-0.012454068288207054,0.0008361339569091797,0.009992271661758423,-0.0017348527908325195 +126,-1.3097204850331026,0.0408580385327024,-2.021305098827188,-0.9653065204620361,-0.04084667190909386,-0.25790464878082275,-0.03923671320080757,0.03827438876032829,0.01067934650927782,0.0018666386604309082,-0.011521484702825546,0.012772232294082642 +127,-1.3079184710939686,0.039297659329176185,-2.0202967437602237,-0.9649006128311157,-0.039287544786930084,-0.2596599757671356,0.00894373469054699,-0.023860689252614975,0.013245162554085255,-0.00020253658294677734,0.005718231201171875,-0.005186796188354492 +128,-1.3109123192714405,0.04141420339367679,-2.0200182081636613,-0.9655910730361938,-0.041402366012334824,-0.25674811005592346,-0.0367378368973732,0.02584679424762726,-0.015649735927581787,0.003295600414276123,-0.00869223102927208,0.019290834665298462 +129,-1.3087006212118242,0.03993338987982392,-2.0213955885343835,-0.9650791883468628,-0.03992277756333351,-0.25889870524406433,0.030008956789970398,-0.014471959322690964,0.01606571674346924,0.002707242965698242,0.004583414644002914,-0.009060889482498169 +130,-1.3100977987115248,0.04000219685701786,-2.0210819838983176,-0.9654372930526733,-0.039991527795791626,-0.25754934549331665,-0.026186205446720123,-0.021602090448141098,-0.02584484964609146,-1.5497207641601562e-06,0.006406933069229126,-0.0034980177879333496 +131,-1.3081046437536332,0.039223531526273565,-2.0224615920758753,-0.9649518132209778,-0.039213474839925766,-0.25948113203048706,-0.008366120047867298,0.05852191522717476,0.0321207158267498,-0.0009142756462097168,-0.0043351054191589355,0.003942131996154785 +132,-1.309616001311194,0.0396584122717362,-2.0199698286508627,-0.9653262495994568,-0.03964801877737045,-0.25801798701286316,-0.016277344897389412,-0.023643631488084793,-0.017967481166124344,2.473592758178711e-05,0.00755879282951355,0.005027294158935547 +133,-1.3088010566956405,0.04033083080134611,-2.0212295565799803,-0.9650897979736328,-0.04031989723443985,-0.25879764556884766,-0.03359510377049446,0.049767814576625824,0.024169057607650757,0.0030688047409057617,-0.020852599292993546,0.01899048686027527 +134,-1.308492010822144,0.03912850140706649,-2.0195944285468332,-0.9650558829307556,-0.03911851719021797,-0.2591082751750946,0.02433420717716217,-0.034081049263477325,-0.0027547101490199566,0.0005630254745483398,0.010233640670776367,-0.001954317092895508 +135,-1.3099396339991376,0.04054370538357492,-2.0204941734943525,-0.9653754234313965,-0.04053260013461113,-0.2576964199542999,0.001740776002407074,0.00376906618475914,-0.01591590791940689,0.0038123130798339844,-0.010569095611572266,0.006811380386352539 +136,-1.3079090083971947,0.038516810375584964,-2.0191361098779272,-0.9649273753166199,-0.038507286459207535,-0.259676992893219,0.024830743670463562,-0.014504682272672653,0.026697330176830292,0.00025159120559692383,0.008630577474832535,-0.011135965585708618 +137,-1.3092421544446708,0.03966311986910226,-2.018457027261584,-0.9652293920516968,-0.03965272009372711,-0.2583787739276886,-0.014251437969505787,0.012777864001691341,-0.010000372305512428,0.0020337700843811035,-0.005833707749843597,0.010011494159698486 +138,-1.307204047081562,0.037731704410793036,-2.0180294663108005,-0.9647731781005859,-0.03772275149822235,-0.26036500930786133,0.02230115979909897,0.03497613966464996,0.04415993392467499,0.0008753538131713867,-0.004498336464166641,0.01038023829460144 +139,-1.3090466200994646,0.038084672899049876,-2.017348627967597,-0.9652382731437683,-0.038075465708971024,-0.2585834264755249,0.0007245605811476707,-0.06646494567394257,-0.04480629041790962,-0.0007498860359191895,0.009221110492944717,-0.00499686598777771 +140,-1.3087272442961368,0.03732592363973556,-2.0188536010696048,-0.9651831984519958,-0.03731725737452507,-0.258899062871933,-0.012110969983041286,0.04911480098962784,0.04096893593668938,0.001194000244140625,-0.006551768630743027,0.007556289434432983 +141,-1.3094220397284129,0.03619115474911671,-2.018438199345388,-0.965403139591217,-0.036183252930641174,-0.25823917984962463,-0.007265158928930759,-0.06338133662939072,-0.022687524557113647,-0.0012868642807006836,0.018116865307092667,-0.01408436894416809 +142,-1.3100774483262292,0.03736479926078389,-2.0201954987236164,-0.965530514717102,-0.03735610470175743,-0.2575952708721161,-0.031461719423532486,0.04024500399827957,0.00907479040324688,0.0030823945999145508,-0.01302841305732727,0.008327722549438477 +143,-1.3106672244403605,0.036811949974395436,-2.019901733718163,-0.9657020568847656,-0.03680363669991493,-0.25703105330467224,0.007749723270535469,-0.03020831197500229,0.0016902387142181396,0.0003700852394104004,0.00559944286942482,-0.0018647611141204834 +144,-1.3122946752040838,0.0379779663270439,-2.0204957361026556,-0.9660770297050476,-0.03796883672475815,-0.25544795393943787,0.0024953624233603477,-0.010185113176703453,-0.026929683983325958,-0.001360774040222168,0.002324279397726059,0.003281205892562866 +145,-1.3115538830422246,0.03698346595504813,-2.021040253745155,-0.965923547744751,-0.036975037306547165,-0.25617310404777527,0.013428960926830769,-0.02345440723001957,0.0036731017753481865,-0.00023245811462402344,0.0064116716384887695,-0.010245323181152344 +146,-1.3151669390460183,0.03906824771061031,-2.020792298800776,-0.9667661190032959,-0.03905830904841423,-0.25266146659851074,0.0018431851640343666,-0.03788019344210625,-0.024903129786252975,0.0021359920501708984,0.0006519556045532227,-0.0011379718780517578 +147,-1.3149055221614594,0.03812433336218541,-2.0212986204493877,-0.9667353630065918,-0.03811509907245636,-0.2529234290122986,0.005960829555988312,0.017933448776602745,0.02526468224823475,-0.0005346536636352539,0.004011716693639755,0.0002378523349761963 +148,-1.3175137003730828,0.03968356634496224,-2.0199873187162662,-0.9673328399658203,-0.039673153311014175,-0.25038591027259827,-0.0006677396595478058,-0.02899613231420517,-0.028498688712716103,-0.0017985701560974121,-0.0004422031342983246,0.005283981561660767 +149,-1.3156493761267263,0.038482371624063344,-2.0215584139241733,-0.9669097661972046,-0.03847287595272064,-0.25220075249671936,0.005563067737966776,0.02455085515975952,0.01899586245417595,0.0007691383361816406,0.0030419565737247467,-0.00030168890953063965 +150,-1.316982963307689,0.03884254121164556,-2.02015295975851,-0.9672318696975708,-0.03883277624845505,-0.2509075701236725,0.01833559200167656,-0.0558021254837513,-0.024939071387052536,0.0013962984085083008,0.010741323232650757,-0.008400261402130127 +151,-1.3170197690067775,0.03928189147909055,-2.0205906127772972,-0.9672245383262634,-0.03927179053425789,-0.25086766481399536,-0.011388988234102726,0.058645907789468765,0.02105383761227131,0.001221001148223877,-0.011448416858911514,0.019468098878860474 +152,-1.31721920284691,0.038370566167237885,-2.0200878086111573,-0.967308759689331,-0.03836115077137947,-0.25068363547325134,0.021803665906190872,-0.03555954620242119,-0.015413885936141014,-0.0009834766387939453,0.011444658041000366,0.0015534162521362305 +153,-1.317802457293388,0.03885594216394311,-2.0214300516570622,-0.9674366116523743,-0.03884616494178772,-0.25011470913887024,-0.015390700660645962,0.005549621768295765,-0.006506116595119238,0.001646876335144043,-0.00532802939414978,0.0044023990631103516 +154,-1.3159378139483568,0.03748237849822431,-2.0215732692745876,-0.9670193791389465,-0.03747360408306122,-0.25193142890930176,0.012672175653278828,-0.021939899772405624,0.020287100225687027,0.0019161701202392578,0.005430128425359726,-0.01566198468208313 +155,-1.3173608686154434,0.03856009321094815,-2.0218666862194987,-0.9673371315002441,-0.03855053707957268,-0.2505447566509247,-0.012278199195861816,-0.005366970784962177,-0.018577735871076584,0.002722322940826416,-0.0033958517014980316,-0.007130354642868042 +156,-1.31539503708587,0.03702954254414568,-2.0224376272431517,-0.9668987393379211,-0.037021081894636154,-0.2524605393409729,0.01604579947888851,0.020256858319044113,0.02166718617081642,-2.0205974578857422e-05,0.0016511976718902588,-0.0030021071434020996 +157,-1.31793232743476,0.037373985436476465,-2.021468657945862,-0.9675238728523254,-0.03736528381705284,-0.25000321865081787,0.00371095584705472,-0.040184564888477325,-0.031217753887176514,-0.00012761354446411133,0.008770313113927841,-0.008038192987442017 +158,-1.3148811287886208,0.03692705287844418,-2.02284167350137,-0.9667726159095764,-0.03691866248846054,-0.25295838713645935,-0.026036029681563377,0.07083293795585632,0.03148144856095314,0.0012878775596618652,-0.006706211715936661,0.0022870004177093506 +159,-1.3167656850970348,0.037594662377822836,-2.02153171204845,-0.9672234654426575,-0.03758580610156059,-0.25112971663475037,0.005679039750248194,-0.0416494719684124,-0.019906114786863327,0.0006096959114074707,0.006396830081939697,-0.003447890281677246 +160,-1.3155520164204333,0.038002278857473204,-2.0226195394050257,-0.9669030904769897,-0.03799313306808472,-0.2522995173931122,-0.024193594232201576,0.06862112879753113,0.021807804703712463,0.002730727195739746,-0.015153229236602783,0.01240086555480957 +161,-1.3147241416056914,0.036689401704327156,-2.021062189049425,-0.9667412638664246,-0.036681171506643295,-0.2531123459339142,0.019061001017689705,-0.02520289272069931,0.0067734853364527225,0.0028282999992370605,0.011473655700683594,-0.002853870391845703 +162,-1.315361372437873,0.0377436622425036,-2.0213410066796773,-0.9668643474578857,-0.03773470222949982,-0.25248631834983826,-0.013929173350334167,0.02372150495648384,-0.01374404039233923,0.0033939480781555176,-0.010528858751058578,0.008238941431045532 +163,-1.3113082853802154,0.035529465083804494,-2.0214403071390885,-0.9659115076065063,-0.035521991550922394,-0.25642383098602295,0.022488776594400406,0.013414034619927406,0.021571718156337738,0.00042688846588134766,0.005813121795654297,-0.005050778388977051 +164,-1.3126916096463326,0.03615823741398495,-2.0200498071798596,-0.96624356508255,-0.036150358617305756,-0.2550816833972931,0.002776178065687418,-0.015365328639745712,-0.027624744921922684,0.0005147457122802734,0.004732515662908554,0.0008854568004608154 +165,-1.3092178293131642,0.03456788751288786,-2.020658653696113,-0.9654060006141663,-0.03456100448966026,-0.2584512233734131,0.005541767459362745,0.017751986160874367,0.02461250126361847,0.0032935142517089844,0.001052703708410263,-0.009920388460159302 +166,-1.311968864237,0.03567812360378674,-2.0199910175612845,-0.966075599193573,-0.035670556128025055,-0.25578436255455017,-0.016370980069041252,-0.04744210094213486,-0.029006389901041985,0.002116858959197998,0.0030930377542972565,-0.005873292684555054 +167,-1.3119766517900904,0.035679020679608424,-2.0211238847223902,-0.9660775065422058,-0.035671450197696686,-0.2557768225669861,-0.019133860245347023,0.04702093079686165,0.022274795919656754,7.414817810058594e-05,-0.006381776183843613,0.009271115064620972 +168,-1.3140697364149985,0.03603818490656125,-2.019714439813516,-0.966598391532898,-0.03603038564324379,-0.2537509500980377,0.002231295220553875,-0.03966374322772026,-0.018229911103844643,0.0027158260345458984,0.006870832294225693,-0.0007657110691070557 +169,-1.3145017475619931,0.03667741466342458,-2.0207268658611426,-0.9666852951049805,-0.03666919097304344,-0.2533273994922638,-0.02809620276093483,0.04340585693717003,0.015367229469120502,0.003031790256500244,-0.014798697084188461,0.01651105284690857 +170,-1.3199197886406049,0.03713903304232577,-2.020029274545242,-0.9680272340774536,-0.03713049739599228,-0.2480819672346115,0.0189296193420887,-0.12805920839309692,-0.003550926921889186,-0.0017145872116088867,0.008306652307510376,-0.0021164417266845703 +171,-1.3322503977592945,0.04011266606619575,-2.0161216650821965,-0.9709009528160095,-0.04010190814733505,-0.23609991371631622,0.09441587328910828,-0.16877597570419312,0.002879919484257698,0.0055384039878845215,-0.01150330901145935,0.008393049240112305 +172,-1.3496649157736185,0.04014758526427319,-2.0051516960335327,-0.9748637676239014,-0.04013679921627045,-0.2191568911075592,0.03861670196056366,-0.23740063607692719,-0.003952682018280029,0.003885984420776367,0.00830698013305664,-0.008366942405700684 +173,-1.376455196170799,0.050449704575423505,-1.9982810024721354,-0.9799267053604126,-0.05042830854654312,-0.19287438690662384,0.008050529286265373,-0.24398620426654816,-0.06106216832995415,0.013999640941619873,-0.03022962436079979,0.03555627167224884 +174,-1.3837329421101936,0.050201682633968445,-2.0075440183920565,-0.9813168048858643,-0.050180599093437195,-0.18574002385139465,0.03535996749997139,0.043731603771448135,0.020478276535868645,-0.0014713406562805176,0.006555706262588501,0.002146303653717041 +175,-1.385854993706768,0.050977225046740335,-2.0034488660620027,-0.9816702008247375,-0.0509551502764225,-0.18365000188350677,0.037679240107536316,-0.02630077861249447,-0.01458798535168171,-4.982948303222656e-05,0.010397285223007202,0.0010633468627929688 +176,-1.3807407066577233,0.04803494715295497,-2.0039467765203547,-0.9808610081672668,-0.04801647737622261,-0.18869559466838837,-0.02849612943828106,0.1224542036652565,0.06437525898218155,0.0027421116828918457,-0.007769640535116196,0.01834656298160553 +177,-1.3782290543750795,0.044580494968325994,-2.004715234365897,-0.980540931224823,-0.044565729796886444,-0.19118918478488922,0.04499662294983864,-0.09314519166946411,-0.022362273186445236,-0.0010416507720947266,0.027323279529809952,-0.039706796407699585 +178,-1.383345784628902,0.046358196299662716,-2.000844465079357,-0.9814270734786987,-0.04634159430861473,-0.18615451455116272,0.00975581631064415,0.06078881397843361,0.012665343470871449,0.0050476789474487305,-0.01190119981765747,0.030209660530090332 +179,-1.3842859255017306,0.04470689239551672,-1.9999688445553034,-0.9816754460334778,-0.04469200223684311,-0.18524566292762756,0.04323268681764603,-0.04980016127228737,-0.015712017193436623,-0.002714812755584717,0.012648556381464005,-0.0037497133016586304 +180,-1.383016370643461,0.04586758783653246,-2.0027665541307322,-0.9813879132270813,-0.04585150629281998,-0.1864820271730423,0.012601830996572971,0.019480528309941292,-0.03321743384003639,-0.009563684463500977,0.006193932145833969,-0.00435967743396759 +181,-1.3780498606691534,0.04219154541851692,-2.004325335265058,-0.9806084632873535,-0.04217902943491936,-0.19138476252555847,-0.00744708813726902,0.017011942341923714,0.03382488712668419,-0.003080010414123535,0.011035826057195663,-0.01682141423225403 +182,-1.3830801218109188,0.04385975246566875,-2.003413812807881,-0.9814882874488831,-0.04384569078683853,-0.1864362508058548,-0.04304977506399155,-0.010270548984408379,-0.00019334431272000074,0.0036135315895080566,-0.008995503187179565,0.016132891178131104 +183,-1.379021330484242,0.04156786024565632,-2.00503503572745,-0.9808194637298584,-0.04155588895082474,-0.19043700397014618,-0.008166290819644928,0.04779242351651192,0.03791225701570511,0.002868473529815674,0.0002961494028568268,-0.005424782633781433 +184,-1.382645373548556,0.04187724668932141,-2.0026470149592357,-0.9814905524253845,-0.04186500608921051,-0.18687883019447327,-0.019792143255472183,-0.05270858108997345,-0.00534799974411726,0.0024256110191345215,-0.005116816610097885,0.0033308416604995728 +185,-1.381658205821297,0.0420022137045394,-2.002726156094199,-0.9813002943992615,-0.04198986664414406,-0.1878466159105301,-0.044106222689151764,0.08070546388626099,0.04313439130783081,0.004463255405426025,-0.014666017144918442,0.014125362038612366 +186,-1.3815836947554703,0.04076226999905426,-2.003040926934222,-0.981336772441864,-0.040750984102487564,-0.1879294067621231,-0.008586260490119457,-0.02360113337635994,-0.007880281656980515,0.0025007128715515137,0.005701541900634766,0.00016999244689941406 +187,-1.3781935597715895,0.04003829204730098,-2.005535840132164,-0.9807227253913879,-0.040027596056461334,-0.19126076996326447,-0.06040452420711517,0.08341732621192932,0.031565383076667786,0.0054877400398254395,-0.021404262632131577,0.017936185002326965 +188,-1.3770315956701003,0.038557688014794686,-2.0066877542515185,-0.980556845664978,-0.03854813426733017,-0.1924113929271698,0.005788360722362995,-0.041153695434331894,-0.027453875169157982,0.0011258125305175781,0.009159717708826065,-0.005845993757247925 +189,-1.378510134009433,0.0398470735711956,-2.0070897303565185,-0.9807908535003662,-0.03983652964234352,-0.19095177948474884,0.019985537976026535,0.024308905005455017,-0.004172740504145622,0.00363314151763916,-0.020847681909799576,0.019305676221847534 +190,-1.3739430495945253,0.03734232375173049,-2.005863907627275,-0.9800032377243042,-0.037333644926548004,-0.19544801115989685,-0.0041925618425011635,0.025771941989660263,0.04194318503141403,-0.00020611286163330078,0.0035506784915924072,-0.014634966850280762 +191,-1.377002001665434,0.03851870638084052,-2.004952016502271,-0.9805526733398438,-0.03850918263196945,-0.1924407184123993,0.032568447291851044,-0.034501317888498306,-0.051182471215724945,0.0019302964210510254,0.00681665912270546,0.00043942034244537354 +192,-1.3706077241460184,0.03540513827352885,-2.0060909436289567,-0.9794149398803711,-0.035397741943597794,-0.19872955977916718,-0.0055914269760251045,0.031593408435583115,0.05003013461828232,0.0021047592163085938,0.0017215907573699951,-0.01832669973373413 +193,-1.3735051245675942,0.036281229473107454,-2.0044024424346785,-0.9799558520317078,-0.03627327084541321,-0.1958848237991333,0.0022405493073165417,-0.047594182193279266,-0.023393850773572922,0.0005246400833129883,0.0015595220029354095,-0.002326875925064087 +194,-1.3690521062417695,0.033851295096798996,-2.006707485823893,-0.9791574478149414,-0.033844828605651855,-0.20026370882987976,-0.006569570861756802,0.06583097577095032,0.043195873498916626,0.0023506879806518555,-0.001372460275888443,-0.006782799959182739 +195,-1.3714204590451007,0.03487420153355702,-2.00560207927198,-0.9795944094657898,-0.03486713394522667,-0.19793717563152313,5.871988832950592e-06,-0.023243866860866547,-0.021858375519514084,-0.0006911754608154297,0.00773698091506958,0.0005800127983093262 +196,-1.3701433208180622,0.03437670325885391,-2.006736486623028,-0.9793577790260315,-0.03436993435025215,-0.19919154047966003,0.009817120619118214,0.04902154207229614,0.028747569769620895,0.0031461119651794434,-0.005775962024927139,0.006732434034347534 +197,-1.3709539821848242,0.03493569190342795,-2.003649209835821,-0.9794999957084656,-0.0349285863339901,-0.19839371740818024,0.022082604467868805,-0.05405454337596893,-0.02355976030230522,0.0029526352882385254,0.005845304578542709,-0.009827762842178345 +198,-1.3718766599068224,0.03752928637354509,-2.0020506888962064,-0.9795904159545898,-0.037520475685596466,-0.1974712759256363,0.031776174902915955,0.06159888207912445,0.01080244593322277,0.006354331970214844,-0.019043833017349243,0.015937507152557373 +199,-1.3757075798647374,0.04222987377316881,-1.9930036133513982,-0.980155885219574,-0.04221732169389725,-0.1936807781457901,0.23641079664230347,-0.17237813770771027,-0.09692932665348053,-0.005760252475738525,0.04058462381362915,-0.021071434020996094 +200,-1.3750610034267334,0.04456588033356946,-1.9888527624894934,-0.9799308776855469,-0.04455113038420677,-0.1942947506904602,-0.0913783609867096,0.10057138651609421,0.033498745411634445,0.0006676912307739258,-0.03152918443083763,0.030842691659927368 +201,-1.370254418683549,0.03977215407927721,-1.994296360650206,-0.9791837930679321,-0.03976166993379593,-0.19904287159442902,0.07163804024457932,-0.05330820754170418,-0.005516097415238619,-0.003283858299255371,0.025601506233215332,-0.03226512670516968 +202,-1.3714957602430546,0.039854601759946526,-1.9941363151848082,-0.979426920413971,-0.039844051003456116,-0.1978265792131424,-0.008117097429931164,-0.0033387048169970512,-0.0069528380408883095,0.0034289956092834473,-0.00872468575835228,0.0009881407022476196 +203,-1.37105930377133,0.03982566679759542,-1.9928660697595506,-0.9793416857719421,-0.03981513902544975,-0.1982542872428894,0.07164158672094345,-0.03390204906463623,-0.010595675557851791,-0.0025156140327453613,0.022648990154266357,-0.019290268421173096 +204,-1.3740951955665957,0.04055920046619006,-1.990722289973137,-0.979910135269165,-0.04054808244109154,-0.19527442753314972,0.009499022737145424,-0.01745958998799324,0.012146799825131893,0.001318216323852539,-0.0016424953937530518,-0.0019911527633666992 +205,-1.3725182450881614,0.039954548010419255,-1.9870804580103565,-0.9796247482299805,-0.03994391858577728,-0.19682422280311584,0.005228349938988686,0.043169811367988586,0.006110510788857937,-0.001957833766937256,0.0019800402224063873,-0.0017230957746505737 +206,-1.3762435399095974,0.04469972152075783,-1.9830535291510805,-0.9801540970802307,-0.04468483850359917,-0.19313465058803558,0.1264936476945877,-0.04224173724651337,-0.06315582245588303,0.0026456713676452637,0.018043015152215958,-0.016398996114730835 +207,-1.3748834142928597,0.0464505270540484,-1.9743992011033777,-0.9798123240470886,-0.04643382504582405,-0.19445209205150604,-0.05048080533742905,0.07070852071046829,0.04019510746002197,0.0027310848236083984,-0.012709259986877441,0.017373859882354736 +208,-1.3723902299553323,0.04114529075743859,-1.9844335536983488,-0.9795522093772888,-0.041133683174848557,-0.1969401240348816,-0.16728393733501434,0.014327075332403183,0.04280693084001541,-1.621246337890625e-05,0.00547388568520546,-0.00023393332958221436 +209,-1.3687193955767534,0.03772529850940991,-1.993616118064028,-0.9789549112319946,-0.037716351449489594,-0.20056165754795074,-0.06643994152545929,0.060494791716337204,0.02914494462311268,0.003231525421142578,-0.010333601385354996,0.006408780813217163 +210,-1.366687887749663,0.03550260765179439,-1.9946807163723006,-0.9786250591278076,-0.035495150834321976,-0.2025664746761322,-0.017633914947509766,-0.029043998569250107,0.00345321511849761,0.0019099712371826172,0.009997695684432983,-0.00850832462310791 +211,-1.3682921181604804,0.03637133987222226,-1.9962061697107645,-0.978918194770813,-0.03636332228779793,-0.2009899914264679,-0.043452851474285126,0.049255017191171646,0.0010263511212542653,0.006292462348937988,-0.011091500520706177,0.022538423538208008 +212,-1.3661075325047551,0.03493118973963245,-1.9965412703459078,-0.9785268902778625,-0.034924086183309555,-0.20313844084739685,0.0010210145264863968,-0.015738550573587418,0.010777014307677746,0.0006369948387145996,0.007473532110452652,-0.006288379430770874 +213,-1.3675596915455082,0.03623357008245242,-1.9969786587315626,-0.9787755012512207,-0.03622564300894737,-0.2017078995704651,-0.03472563624382019,-0.007886216975748539,-0.023489855229854584,0.0011754631996154785,-0.005980160087347031,-0.00047104060649871826 +214,-1.3646818657628617,0.034621844876631294,-1.9987252098654744,-0.978246808052063,-0.0346149280667305,-0.20453548431396484,-0.009215442463755608,0.02728274278342724,0.023748449981212616,0.00014328956604003906,0.003197077661752701,-0.0072717368602752686 +215,-1.3685493907676773,0.03616383758373122,-1.997862430904156,-0.9789773225784302,-0.036155954003334045,-0.20073965191841125,-0.01333493459969759,-0.025541946291923523,-0.024961939081549644,0.0007668137550354004,-0.00014469027519226074,0.004236936569213867 +216,-1.3653915874916227,0.03476987822283081,-1.9992246903211501,-0.9783868789672852,-0.034762874245643616,-0.20384013652801514,0.010819570161402225,0.04409901797771454,0.029142722487449646,0.0008325576782226562,-0.00024080276489257812,-0.0027180910110473633 +217,-1.3671285493000762,0.034827399958513666,-1.9969103744244134,-0.9787373542785645,-0.03482035920023918,-0.2021399885416031,0.008504129946231842,-0.026041418313980103,-0.011234396137297153,0.0007863640785217285,0.004760567098855972,-0.0004051774740219116 +218,-1.3659092484577726,0.03464975272121254,-1.9982856678040484,-0.9784963130950928,-0.034642819315195084,-0.2033344954252243,-0.029575739055871964,0.08933162689208984,0.03182487562298775,0.0036275386810302734,-0.016641974449157715,0.021205604076385498 +219,-1.3638519317899458,0.0336398036020218,-1.9970999542121335,-0.9781096577644348,-0.033633459359407425,-0.2053542137145996,0.04058240354061127,-0.003340986091643572,-0.015150094404816628,0.0021269917488098145,0.008670095354318619,0.0007643848657608032 +220,-1.3656565488617218,0.034134307207382815,-1.9978205320166824,-0.9784623384475708,-0.03412767872214317,-0.20358537137508392,-0.0022749267518520355,0.008936770260334015,0.0053817336447536945,0.00247955322265625,-0.010015998035669327,0.01736709475517273 +221,-1.3673848803022222,0.03370397062609174,-1.9965196129088696,-0.9788269400596619,-0.03369759023189545,-0.20189689099788666,0.01314671989530325,-0.06639699637889862,-0.011952236294746399,-0.0005584359169006348,0.009817570447921753,-0.00023627281188964844 +222,-1.368315918936071,0.03461256329141778,-1.998806999616294,-0.9789840579032898,-0.03460565209388733,-0.20097921788692474,-0.011952861212193966,-0.008461225777864456,-0.013270104303956032,0.003901660442352295,-0.006196349859237671,-0.0001316070556640625 +223,-1.366586130211283,0.03438442373444777,-1.9988896037651696,-0.9786426424980164,-0.034377649426460266,-0.20267395675182343,-0.0036775218322873116,-0.030836941674351692,0.0022583729587495327,0.0012103915214538574,0.0026851333677768707,-0.016671106219291687 +224,-1.3693503472693396,0.035597212067211115,-1.9997563388016764,-0.9791576266288757,-0.03558969497680664,-0.19995953142642975,-0.02068614400923252,0.01038466114550829,-0.0038831541314721107,0.000886082649230957,-0.003961089998483658,0.006111830472946167 +225,-1.3665307911402815,0.034289170815326904,-1.9998399677370104,-0.9786346554756165,-0.03428245335817337,-0.20272879302501678,0.007118129171431065,0.03177334740757942,0.024662625044584274,0.0017517805099487305,-0.0005685985088348389,-0.0042871832847595215 +226,-1.3688034490078238,0.03579634385623952,-1.9981916295052577,-0.9790410399436951,-0.035788699984550476,-0.20049355924129486,-0.007069782353937626,-0.023920144885778427,-0.02286413684487343,0.0015478134155273438,0.00203627347946167,0.006935834884643555 +227,-1.3663139559392852,0.034388222519628434,-2.0001132305288283,-0.9785873889923096,-0.0343814454972744,-0.20294030010700226,-0.00366881862282753,0.021151192486286163,0.02869223989546299,0.0033981800079345703,-0.004665791988372803,-0.0035111308097839355 +228,-1.3667058659049685,0.03408690924497612,-1.9996841551716458,-0.9786768555641174,-0.03408030793070793,-0.20255883038043976,-0.017964530736207962,-0.014714794233441353,-0.011800258420407772,0.001275181770324707,0.008216653019189835,0.0006698668003082275 +229,-1.3667933471748441,0.03424580334829941,-2.001832140045554,-0.9786893725395203,-0.034239109605550766,-0.20247213542461395,-0.01072531659156084,0.03056027740240097,0.02034856751561165,0.0033170580863952637,-0.011064261198043823,0.008853375911712646 +230,-1.367134466442415,0.03362177847758176,-2.000432781272982,-0.9787790775299072,-0.03361544385552406,-0.20214255154132843,0.0035354471765458584,-0.013981426134705544,0.005586965940892696,0.0027964115142822266,0.004928916692733765,0.0023439526557922363 +231,-1.371587155377691,0.034931191817809515,-2.0011309462843636,-0.9796254634857178,-0.034924089908599854,-0.19777348637580872,-0.024014495313167572,0.017147963866591454,-0.000776813889387995,0.0036427974700927734,-0.013766705989837646,0.024189531803131104 +232,-1.3737006795932807,0.03408287723800435,-2.000376500312271,-0.9800699353218079,-0.034076277166604996,-0.19570831954479218,0.029212836176156998,-0.09358912706375122,-0.004811436869204044,-0.0023519396781921387,0.0013919472694396973,-0.011246681213378906 +233,-1.3803720072742156,0.03671567822180593,-1.9995196133025854,-0.98126220703125,-0.03670743107795715,-0.18914799392223358,0.008368042297661304,-0.04251600056886673,-0.028616582974791527,0.0020905137062072754,-0.009480919688940048,0.013229385018348694 +234,-1.3763152327502042,0.03443853619721469,-2.0005518337377897,-0.9805663228034973,-0.03443172946572304,-0.1931428462266922,0.014406681060791016,0.03304280340671539,0.032451022416353226,-0.00022286176681518555,0.006004601716995239,-0.011660575866699219 +235,-1.3810385275584813,0.03636955435121193,-1.9983690116139747,-0.9814005494117737,-0.036361537873744965,-0.18849630653858185,0.0019730878993868828,-0.06100253388285637,-0.03624920919537544,-0.0007466673851013184,0.004562202841043472,0.010044828057289124 +236,-1.3780497648384515,0.03484603942828735,-2.0008212475628686,-0.9808859825134277,-0.03483898937702179,-0.19143903255462646,-0.003873109817504883,0.057133566588163376,0.022030912339687347,0.0006766915321350098,6.419792771339417e-05,-0.0030799955129623413 +237,-1.3786453824239082,0.034826609566093715,-1.998799211714136,-0.9810004830360413,-0.03481956943869591,-0.19085489213466644,0.001737997867166996,-0.020747054368257523,-0.006227895617485046,0.0005470514297485352,0.0034932829439640045,0.00016583502292633057 +238,-1.379700402823335,0.03598916918185052,-1.999721748796694,-0.9811609387397766,-0.035981401801109314,-0.18981198966503143,-0.0374940000474453,0.05705779790878296,0.016872091218829155,0.0033624768257141113,-0.018355131149291992,0.020210564136505127 +239,-1.376978913038101,0.03434241778221658,-2.0001057728865614,-0.980697512626648,-0.0343356691300869,-0.19249264895915985,0.008093973621726036,-0.01613575592637062,0.005859018303453922,0.0005950331687927246,0.008426252752542496,-0.012005612254142761 +240,-1.3796769800060988,0.036094788102547085,-2.0001234896188813,-0.9811528921127319,-0.036086950451135635,-0.18983428180217743,-0.0264878049492836,0.012348182499408722,-0.008907525800168514,0.008099794387817383,-0.01687631383538246,0.010512977838516235 +241,-1.3766440991482098,0.03444922012367686,-2.0005838510042704,-0.9806294441223145,-0.03444240614771843,-0.19282029569149017,0.013907759450376034,0.005531189031898975,0.01347802858799696,-0.0054544806480407715,0.009082317352294922,-0.0002491474151611328 +242,-1.379256114186931,0.035451771547835714,-2.000199776613132,-0.9810953140258789,-0.03544434532523155,-0.19025154411792755,0.001344289630651474,-0.04118581488728523,-0.025580547749996185,0.003922462463378906,0.0009442269802093506,-0.011805295944213867 +243,-1.3765323205850948,0.03419233301691427,-2.001201292152411,-0.9806166291236877,-0.03418567031621933,-0.1929316222667694,-0.0007805470377206802,0.05629882588982582,0.03299819305539131,0.0019177794456481934,-0.005456659942865372,0.0009912550449371338 +244,-1.378297847494983,0.0343759428970384,-2.0001375279557037,-0.9809495210647583,-0.034369174391031265,-0.19119881093502045,0.0062476955354213715,-0.05364018678665161,-0.029780209064483643,-0.00075531005859375,0.009070094674825668,-0.007791072130203247 +245,-1.371636458119947,0.03297677422362599,-2.003713930736758,-0.9797003865242004,-0.03297079727053642,-0.19773834943771362,-0.06485175341367722,0.20328174531459808,0.04876542463898659,0.005212962627410889,-0.005557630211114883,0.019378334283828735 +246,-1.3617925011908274,0.031189350411703884,-2.0054798313115287,-0.9777624011039734,-0.03118429332971573,-0.2073846161365509,0.029951348900794983,-0.0636838972568512,-0.020580332726240158,0.0011845827102661133,0.013575639575719833,-0.029935330152511597 +247,-1.3593325797278228,0.03132540763141072,-2.0076727326294956,-0.977245032787323,-0.03132028505206108,-0.20978829264640808,-0.014214175753295422,0.02704576775431633,0.002820488065481186,0.0020558834075927734,-0.0072081685066223145,-0.0035753250122070312 +248,-1.353934442359518,0.029172300523193792,-2.0087990544465417,-0.9761619567871094,-0.029168162494897842,-0.21507452428340912,-0.004685366526246071,0.04470309242606163,0.02138255536556244,-0.001621246337890625,0.003548651933670044,-0.009412765502929688 +249,-1.3500884344738104,0.03269180651592026,-2.006790226606416,-0.9752213358879089,-0.032685983926057816,-0.21880342066287994,0.10004518926143646,0.2154036909341812,-0.04285429045557976,-0.011396646499633789,0.02238628640770912,0.034690871834754944 +250,-1.2668241551082555,0.0637083789121501,-1.9851315516185823,-0.9522194266319275,-0.06366529315710068,-0.29870542883872986,0.4347207248210907,1.535604476928711,-0.5078527331352234,-0.05722576379776001,-0.061197392642498016,0.16131529211997986 +251,-0.9190417370751917,0.11535386298297517,-2.029387011842135,-0.7897371053695679,-0.11509820818901062,-0.6025509834289551,-0.31041237711906433,4.307225704193115,-0.2895732820034027,-0.10508406162261963,0.04884454607963562,-0.21353483200073242 +252,-0.7240896516992895,0.2200841117966524,-1.9938723176811919,-0.6464747786521912,-0.21831171214580536,-0.7310337424278259,1.0849900245666504,0.47057297825813293,-0.06616958230733871,0.21355241537094116,-0.02560003101825714,0.12501567602157593 +253,-0.7586402800534183,0.23946330720670547,-1.9510438479836152,-0.6683053374290466,-0.23718127608299255,-0.7050625085830688,0.17553561925888062,-0.7911696434020996,0.2580306828022003,0.10389792919158936,-0.06013621389865875,0.11918604373931885 +254,-0.8336639186938285,0.2011582151835519,-1.9304773266824615,-0.7254695892333984,-0.19980432093143463,-0.6586138010025024,-0.11599227786064148,-0.9498820900917053,0.35524046421051025,0.0015773773193359375,0.019125014543533325,-0.014344573020935059 +255,-0.9360638951103757,0.1643994336563467,-1.9187688034673314,-0.7943732738494873,-0.16365988552570343,-0.5849670171737671,-0.0842200368642807,-0.9854471683502197,0.2742575407028198,-0.07618635892868042,0.016382083296775818,-0.024056971073150635 +256,-1.0470124215877423,0.1364296290166104,-1.9090134097009674,-0.8578864932060242,-0.13600678741931915,-0.49551278352737427,-0.048505064100027084,-1.3306604623794556,0.1215425431728363,0.034598588943481445,0.0033926665782928467,0.03379708528518677 +257,-1.1936328378508103,0.07953057767726358,-1.9398921813795618,-0.926774263381958,-0.07944676280021667,-0.3671207129955292,-0.46067965030670166,-2.6209633350372314,-0.24288950860500336,0.06466799974441528,-0.009588263928890228,-0.08666041493415833 +258,-1.349837849728443,0.069862635174146,-1.9963951520912246,-0.9733076691627502,-0.0698058158159256,-0.21863025426864624,-0.3911091089248657,0.9507420659065247,0.533459484577179,-0.4742172360420227,-0.0194733664393425,0.09582747519016266 +259,-1.3439762443476102,0.06326781172832385,-2.0029856544883513,-0.9724369645118713,-0.06322561204433441,-0.22443027794361115,-0.594426155090332,0.07842496782541275,0.16763195395469666,0.025644302368164062,-0.04830089956521988,0.041095882654190063 +260,-1.3208407901974881,0.039126221011680624,-2.0204157235809697,-0.9681819081306458,-0.03911623731255531,-0.2471715658903122,-0.022687137126922607,0.15717454254627228,0.1853565275669098,-0.002200782299041748,0.005333278328180313,-0.013356968760490417 +261,-1.3165138407289434,0.03075921410415313,-2.0220773503367244,-0.9673863053321838,-0.030754363164305687,-0.25143206119537354,0.062307678163051605,-0.06381300091743469,0.007918175309896469,0.010004043579101562,-0.01436588168144226,-0.029192328453063965 +262,-1.315310451401494,0.02677802749029347,-2.0223340184240834,-0.9671937823295593,-0.026774827390909195,-0.2526249587535858,0.039456918835639954,-0.013761723414063454,0.039240628480911255,-0.003646671772003174,0.014552563428878784,-0.002013683319091797 +263,-1.319276109329765,0.02350908299462528,-2.0246892743833613,-0.968267560005188,-0.02350691705942154,-0.2488078624010086,-0.0760110467672348,-0.18121445178985596,-0.04509630799293518,-0.006723284721374512,0.014656811952590942,-0.04353529214859009 +264,-1.3243854253349416,0.024114748325841116,-2.0193242310802675,-0.9695121049880981,-0.024112410843372345,-0.24385391175746918,-0.07139234989881516,0.04929744079709053,0.06627633422613144,0.0008842349052429199,-0.016872672364115715,0.037951841950416565 +265,-1.3277477708802745,0.023675532621729757,-2.0211836702695956,-0.9703367948532104,-0.023673320189118385,-0.2405952513217926,0.0446922592818737,-0.18217958509922028,-0.05678405985236168,0.005081117153167725,0.019980700686573982,-0.03502427041530609 +266,-1.3354302331769194,0.025074044300887045,-2.0218312252370967,-0.972123384475708,-0.025071417912840843,-0.2331257164478302,-0.055184509605169296,0.09163807332515717,0.03718645125627518,0.002351045608520508,-0.028059691190719604,0.05452156066894531 +267,-1.32933164926781,0.0218442180958072,-2.025548473844806,-0.970757007598877,-0.021842481568455696,-0.23906800150871277,0.004373941570520401,-0.06381510198116302,-0.012438800185918808,-0.0007699728012084961,0.014213087037205696,-0.03201964497566223 +268,-1.3333180395372257,0.022974315027271146,-2.0250829861386377,-0.9716777801513672,-0.022972293198108673,-0.23519034683704376,-0.031940311193466187,0.03842793405056,0.006989126093685627,0.002988874912261963,-0.007056979462504387,0.024222329258918762 +269,-1.327719120263505,0.020096717016471224,-2.0275910754623205,-0.9704059362411499,-0.02009536512196064,-0.24064190685749054,-0.0015973737463355064,0.03687579557299614,0.022007126361131668,0.00034368038177490234,0.004439830780029297,-0.013599991798400879 +270,-1.3314424182842612,0.021074489137702258,-2.028979575076127,-0.9712756276130676,-0.021072929725050926,-0.23702237010002136,-0.03570691496133804,-0.009991166181862354,-0.019974954426288605,-0.0007549524307250977,-0.0021662116050720215,0.01963043212890625 +271,-1.3256785865758678,0.018821368765723438,-2.032142843618929,-0.9699369072914124,-0.018820257857441902,-0.24262754619121552,-0.03789283335208893,0.0889415442943573,0.032852571457624435,0.000988602638244629,-0.00043633393943309784,-0.0008416473865509033 +272,-1.338006244203639,0.020684473334272164,-2.0296051274280082,-0.9728183746337891,-0.02068299800157547,-0.23064389824867249,0.09410256892442703,-0.2091825008392334,-0.014052893966436386,0.0030307769775390625,0.0022198855876922607,0.0030590295791625977 +273,-1.3443345680515737,0.02023881380270901,-2.0248317282771566,-0.9742673635482788,-0.020237432792782784,-0.22448503971099854,-0.06384479999542236,0.08534407615661621,0.05013725906610489,-0.001715242862701416,-0.009395120665431023,0.03060688078403473 +274,-1.3504127796373815,0.018885051606764045,-2.0247767917361843,-0.9756397008895874,-0.018883928656578064,-0.2185649424791336,0.02622145414352417,-0.19044724106788635,-0.012047196738421917,0.0032581090927124023,0.007043123245239258,-0.021303176879882812 +275,-1.3570685486143337,0.018706848327906554,-2.0254393597200777,-0.9770760536193848,-0.018705757334828377,-0.21206721663475037,-0.023606566712260246,0.014900275506079197,0.0012738442746922374,0.0033059120178222656,-0.010774224996566772,0.02891594171524048 +276,-1.3575063446255313,0.017108620721852232,-2.025221928927605,-0.9771968722343445,-0.017107786610722542,-0.21164551377296448,0.024714525789022446,-0.06690681725740433,0.0011478003580123186,0.00032913684844970703,0.010165035724639893,-0.016702234745025635 +277,-1.3651837282742982,0.01891450689520734,-2.0254827722074364,-0.9787610173225403,-0.018913378939032555,-0.2041303813457489,-0.005770938470959663,-0.04914572462439537,-0.03699295595288277,-0.002180755138397217,0.00167095847427845,0.016813531517982483 +278,-1.3586505900231853,0.01609353285427082,-2.0288770227539454,-0.9774547815322876,-0.01609283871948719,-0.21053074300289154,-0.022540878504514694,0.09192603081464767,0.0363825187087059,-0.0010761022567749023,0.002832949161529541,-0.0034584999084472656 +279,-1.3641429975807309,0.016691543772099485,-2.029076693273803,-0.978586733341217,-0.01669076830148697,-0.20515701174736023,0.0037977988831698895,-0.11661797761917114,-0.03383711352944374,-0.000783383846282959,0.009686978533864021,0.0007960349321365356 +280,-1.3593775589432493,0.015255558507092978,-2.0312127688092527,-0.9776204824447632,-0.015254966914653778,-0.209822878241539,-0.0297869760543108,0.11541485786437988,0.036166757345199585,0.0016225576400756836,-0.007785797119140625,-0.0005347728729248047 +281,-1.3608190081891225,0.014691765170597228,-2.0312184189335203,-0.9779300689697266,-0.014691236428916454,-0.208415225148201,0.007968217134475708,-0.06360862404108047,-0.007790854666382074,0.0017490386962890625,0.01298224925994873,-0.00439906120300293 +282,-1.3608810891557903,0.014743542328406656,-2.031529734432106,-0.9779422879219055,-0.014743008650839329,-0.20835435390472412,-0.023897400125861168,0.08866036683320999,0.0222601480782032,0.003027796745300293,-0.011166423559188843,0.02656114101409912 +283,-1.3620752158165188,0.015900341906938,-2.029056413534722,-0.9781731367111206,-0.015899671241641045,-0.20718276500701904,0.0716826468706131,-0.1635618507862091,-0.060745105147361755,0.0010765790939331055,0.023773223161697388,-0.031022191047668457 +284,-1.3828910770531129,0.026044236042310234,-2.019924308782447,-0.9820645451545715,-0.026041291654109955,-0.18673807382583618,0.13483133912086487,-0.2038607895374298,-0.10363780707120895,0.003381073474884033,-0.008626667782664299,0.023804739117622375 +285,-1.386166089513145,0.02742211471032067,-2.013718253084683,-0.9826346039772034,-0.027418678626418114,-0.1835140436887741,-0.010790396481752396,0.044630974531173706,0.0475008599460125,0.0012198686599731445,-0.015809476375579834,0.025204122066497803 +286,-1.3890608397939643,0.029164907654643347,-2.01233665874776,-0.9831132292747498,-0.029160773381590843,-0.18065987527370453,0.07867484539747238,-0.07308509200811386,-0.062360066920518875,-0.004313528537750244,0.025117188692092896,-0.023945212364196777 +287,-1.376628448934675,0.02376399609907112,-2.015524205792854,-0.9809314608573914,-0.02376175858080387,-0.19289562106132507,-0.021153658628463745,0.150636225938797,0.05229589343070984,-0.005244016647338867,0.019626619294285774,-0.02329091727733612 +288,-1.3806499354508197,0.025051307186540247,-2.0160464767861157,-0.9816684722900391,-0.02504868619143963,-0.18894334137439728,-0.026675809174776077,-0.12180159986019135,-0.03474772721529007,-0.0024776458740234375,0.0032744109630584717,-0.00794076919555664 +289,-1.3766642898466237,0.02348626944394276,-2.0180249638501024,-0.980944812297821,-0.023484110832214355,-0.19286173582077026,-0.06699126213788986,0.19653747975826263,0.06778401136398315,0.0017273426055908203,-0.014220356941223145,0.03264439105987549 +290,-1.3755711176416745,0.023004943686004874,-2.01794987012203,-0.9807444214820862,-0.02300291508436203,-0.19393613934516907,0.00728527782484889,-0.06152491644024849,-0.018100138753652573,0.0026560425758361816,0.0060656387358903885,-0.011965915560722351 +291,-1.37577326236252,0.02291794824805672,-2.0194059385493293,-0.980785608291626,-0.02291594259440899,-0.19373828172683716,-0.0178985595703125,0.045681510120630264,0.013214051723480225,0.0022852420806884766,-0.014819025993347168,0.019284546375274658 +292,-1.3731448255779528,0.02136122231232777,-2.019339961666022,-0.9803068041801453,-0.021359598264098167,-0.19632230699062347,-0.005325872451066971,-0.023426685482263565,0.004100542049854994,0.0015317797660827637,0.00677219033241272,-0.014889895915985107 +293,-1.3702831792552972,0.022324126401122336,-2.0215792440425684,-0.9797202348709106,-0.0223222728818655,-0.1991225779056549,-0.03353700786828995,0.1260809451341629,-0.002885041758418083,-0.0023047924041748047,-0.001862911507487297,-0.0006454885005950928 +294,-1.365910950525367,0.02193826686943853,-2.021944598936223,-0.9788488149642944,-0.021936507895588875,-0.20340599119663239,0.03111114166676998,-0.09579815715551376,-0.021912669762969017,0.0013554096221923828,0.020166484639048576,-0.05094274878501892 +295,-1.3711028761249098,0.02436847880605271,-2.019140997289918,-0.9798364639282227,-0.024366067722439766,-0.1983100026845932,-0.030293719843029976,-0.018592391163110733,-0.009689544327557087,0.0034112930297851562,-0.016420692205429077,0.010581135749816895 +296,-1.3710500353878705,0.024441924069537355,-2.021117382271846,-0.9798242449760437,-0.0244394913315773,-0.19836141169071198,-0.026441000401973724,0.01838078536093235,0.004211477469652891,0.0028344392776489258,-0.004018157720565796,0.0026674866676330566 +297,-1.3852197550808372,0.03361900109949464,-2.01443636521666,-0.9822746515274048,-0.03361266851425171,-0.1844089776277542,0.03349360078573227,-0.14244581758975983,-0.08379390835762024,-0.0012000799179077148,-0.01930481195449829,0.021811366081237793 +298,-1.3842667538377285,0.031198320683431355,-2.019415179603641,-0.9821756482124329,-0.031193260103464127,-0.18535956740379333,-0.046014439314603806,0.05698336288332939,0.04138018935918808,-0.0012992024421691895,0.0013623498380184174,0.008632227778434753 +299,-1.3853089218058252,0.03153664687532332,-2.019170889703726,-0.9823577404022217,-0.03153141960501671,-0.1843338906764984,0.042899273335933685,-0.08822803199291229,-0.04128536954522133,2.7477741241455078e-05,0.017966363579034805,-0.02230064570903778 +300,-1.389771225235196,0.0345300372648839,-2.0171651915563946,-0.983073353767395,-0.03452317416667938,-0.1799307018518448,-0.042789898812770844,0.08282554149627686,0.030711181461811066,0.0055495500564575195,-0.038810551166534424,0.0628042221069336 +301,-1.3817003800552035,0.030977476236508955,-2.0190571591548006,-0.9817034006118774,-0.030972521752119064,-0.18788085877895355,0.02820776030421257,-0.04516284167766571,0.003655894659459591,0.0015550851821899414,0.013699591159820557,-0.04361027479171753 +302,-1.387149173707411,0.031826814708214225,-2.0216582689321263,-0.9826862812042236,-0.031821440905332565,-0.18252411484718323,-0.019084207713603973,-0.04219774529337883,-0.010662551037967205,0.008153200149536133,-0.01857834681868553,0.006056204438209534 +303,-1.386128413594459,0.030256881585696546,-2.0245215359755964,-0.982547402381897,-0.03025226481258869,-0.18353606760501862,0.003364904783666134,0.018941819667816162,0.022224580869078636,-0.0012477636337280273,0.00025346875190734863,0.010058879852294922 +304,-1.3894121781587787,0.030377078700393308,-2.0239854049136614,-0.9831411242485046,-0.030372407287359238,-0.18030795454978943,0.023694854229688644,-0.02080342546105385,-0.023016275838017464,-0.001462697982788086,0.006461862474679947,0.01433815062046051 +305,-1.3862779440549486,0.028609742055065276,-2.025715473560692,-0.9826224446296692,-0.028605839237570763,-0.1833980232477188,0.002014505211263895,0.032386694103479385,0.02075379714369774,0.0024893879890441895,-0.008015275001525879,-0.002957582473754883 +306,-1.388010693074607,0.029007601638446692,-2.0247403699575988,-0.9829275012016296,-0.029003534466028214,-0.18169304728507996,0.0031947288662195206,0.001762143336236477,-0.015387666411697865,-0.00031834840774536133,0.002804189920425415,0.004919946193695068 +307,-1.3869592069153485,0.02877984032550948,-2.0260324575729984,-0.9827423095703125,-0.028775867074728012,-0.1827276647090912,0.0007637068629264832,0.009015770629048347,0.002859842963516712,0.0027313828468322754,0.00594872422516346,-0.006786450743675232 +308,-1.3804419091735565,0.027831584163132275,-2.023780123775272,-0.9815570116043091,-0.027827991172671318,-0.1891336590051651,-0.0005897106602787971,0.14493460953235626,0.041324831545352936,-0.007777094841003418,-0.009220331907272339,0.011414527893066406 +309,-1.3847974914567698,0.02801953239957157,-2.0257455770805834,-0.9823662638664246,-0.0280158668756485,-0.1848556399345398,-0.01488378457725048,-0.1381814032793045,-0.04571880027651787,0.003179311752319336,-0.0018150471150875092,-0.006138667464256287 +310,-1.3831117882837747,0.027686473693699257,-2.0260321367115806,-0.9820624589920044,-0.027682935819029808,-0.18651309609413147,0.004021019674837589,0.06331273168325424,0.027187727391719818,0.0008918046951293945,0.00027817487716674805,0.002415776252746582 +311,-1.3850871841482566,0.028140148327258703,-2.024570578234358,-0.9824165105819702,-0.02813643403351307,-0.18457044661045074,0.007299103774130344,-0.03760308027267456,-0.019704272970557213,0.00019294023513793945,0.0021659694612026215,0.006271466612815857 +312,-1.3814359013408957,0.027009007814012425,-2.0264854629319524,-0.9817665815353394,-0.027005724608898163,-0.18816213309764862,-0.012099270708858967,0.05090293660759926,0.018099064007401466,0.0012826323509216309,-0.0025200527161359787,0.0012267380952835083 +313,-1.3793100899117587,0.027607389140961322,-2.023880118746016,-0.98134845495224,-0.027603881433606148,-0.19024567306041718,0.019918758422136307,0.028086727485060692,-0.00335271586664021,0.0015968084335327148,-0.005049947649240494,0.009032219648361206 +314,-1.3742122781694057,0.026191915621522326,-2.0249789039440516,-0.9804031848907471,-0.026188921183347702,-0.19525334239006042,0.00037480052560567856,0.046866659075021744,0.02094165049493313,0.0032761096954345703,-0.008845239877700806,0.0011615753173828125 +315,-1.3754946215436348,0.025378963113861657,-2.0252611405017396,-0.9806732535362244,-0.02537623792886734,-0.1940000206232071,0.017090126872062683,-0.10817745327949524,-0.017193162813782692,0.0021118521690368652,0.01161283254623413,-0.014206171035766602 +316,-1.3759226540491574,0.026965136804721623,-2.024383063986992,-0.9807153940200806,-0.02696186862885952,-0.19357219338417053,-0.045348040759563446,0.08084730058908463,0.021487988531589508,0.007906675338745117,-0.03140300139784813,0.024245411157608032 +317,-1.3700226554739448,0.025516113694950698,-2.024369598698139,-0.9795936942100525,-0.02551334537565708,-0.1993626207113266,0.04660479724407196,-0.0058059669099748135,0.005074020940810442,-0.00029534101486206055,0.009689953178167343,-0.026604801416397095 +318,-1.3722331664472476,0.026034872160966425,-2.0248695168255297,-0.9800189137458801,-0.02603193186223507,-0.19719409942626953,-0.00396331399679184,-0.07914800941944122,-0.028014102950692177,0.0014421939849853516,0.0011906027793884277,-0.011103630065917969 +319,-1.3719249451393607,0.02584223623939356,-2.0254967946824887,-0.9799628853797913,-0.025839360430836678,-0.19749711453914642,0.001073349267244339,0.063893623650074,0.03126278147101402,0.0017829537391662598,-0.0037016570568084717,0.009890317916870117 +320,-1.374488163596762,0.025946974165105368,-2.0251718004080486,-0.9804632067680359,-0.025944063439965248,-0.1949840933084488,0.012635107152163982,-0.06793041527271271,-0.029086187481880188,-0.0021112561225891113,0.012562096118927002,-0.006004691123962402 +321,-1.3736792644568143,0.025013669029729235,-2.0266671363668585,-0.9803285002708435,-0.025011060759425163,-0.19578178226947784,-0.014400948770344257,0.05634569749236107,0.02787497453391552,-0.00029277801513671875,-0.0045146942138671875,0.00547415018081665 +322,-1.3726539946788339,0.02365548291636577,-2.0274583040014034,-0.9801596999168396,-0.02365327626466751,-0.19679328799247742,-0.0036093704402446747,-0.04546575993299484,-0.010255401022732258,0.00020968914031982422,0.017305608838796616,-0.020873337984085083 +323,-1.3767172483161976,0.024999557653996078,-2.0275911934009687,-0.9809191823005676,-0.024996953085064888,-0.19280274212360382,-0.019103193655610085,-0.007616836577653885,-0.0030444457661360502,0.0035936832427978516,-0.015606675297021866,0.01084163784980774 +324,-1.3800793911474871,0.024287101717315254,-2.0297270809331995,-0.981579065322876,-0.024284714832901955,-0.18950699269771576,0.0011181849986314774,-0.056329403072595596,-0.010592537932097912,-0.003238499164581299,0.026039447635412216,-0.011741191148757935 +325,-1.3904555864603176,0.02647884439610677,-2.029951531158305,-0.9834377765655518,-0.026475749909877777,-0.179301917552948,0.01902119629085064,-0.1939636617898941,-0.04539460316300392,0.0008633136749267578,0.004411548376083374,-0.011326134204864502 +326,-1.410905244710324,0.02749040115921755,-2.0280633400209656,-0.9868716597557068,-0.02748693898320198,-0.15915052592754364,0.09051250666379929,-0.37971943616867065,-0.030811788514256477,-0.004247725009918213,0.018331676721572876,-0.021055757999420166 +327,-1.462704123139257,0.03906168210938937,-2.0123510934526667,-0.993405282497406,-0.03905174881219864,-0.10779953747987747,0.2752355933189392,-0.6683706045150757,-0.133863627910614,-0.004885673522949219,0.01810142770409584,-0.04491042345762253 +328,-1.505272010360195,0.04935429089833713,-2.0069276496107715,-0.9966390132904053,-0.04933425784111023,-0.065397709608078,0.013388722203671932,-0.07766872644424438,-0.03678300231695175,0.007854223251342773,-0.02465561032295227,0.05813455581665039 +329,-1.4887383862181411,0.040097349826129516,-2.019431603633519,-0.9958339333534241,-0.04008660465478897,-0.0818999856710434,-0.0454430989921093,0.05893579125404358,0.025682682171463966,-0.008789360523223877,0.03961357846856117,-0.05788575857877731 +330,-1.4859625158922343,0.03942637650752446,-2.018440208734105,-0.9956294298171997,-0.03941616415977478,-0.08466624468564987,-0.015493618324398994,0.14761726558208466,0.0458761528134346,0.006249606609344482,-0.02161898836493492,0.037913329899311066 +331,-1.4738196333874831,0.03499236015601668,-2.0215991644072173,-0.9946920871734619,-0.034985218197107315,-0.09676548838615417,-0.0013775341212749481,0.023371756076812744,0.011579431593418121,-0.0022866129875183105,0.011974964290857315,-0.022481970489025116 +332,-1.479960560615872,0.03843821713072968,-2.0160724888937165,-0.9951417446136475,-0.03842875361442566,-0.09064390510320663,0.01584857888519764,-0.08259166032075882,-0.02698395401239395,0.005426168441772461,-0.02808430790901184,0.028174400329589844 +333,-1.4701009614418783,0.03451060197568306,-2.020469647918627,-0.9943421483039856,-0.0345037505030632,-0.10046543180942535,-0.05093177780508995,0.21370942890644073,0.07000380009412766,0.0016205906867980957,0.00021725893020629883,0.0007950067520141602 +334,-1.472202960030623,0.03431083479576984,-2.0207408751048845,-0.9945579171180725,-0.03430410474538803,-0.09837578237056732,-0.0025759609416127205,-0.12077320367097855,-0.033909283578395844,-5.5670738220214844e-05,0.01223987340927124,-0.007565975189208984 +335,-1.4733620383895007,0.034683248431354036,-2.021287192192032,-0.9946584701538086,-0.03467629477381706,-0.09722168743610382,-0.027220765128731728,0.10493844747543335,0.03333994001150131,0.005049705505371094,-0.016379594802856445,0.029121756553649902 +336,-1.465762079490037,0.03178188076244518,-2.0238920472227084,-0.9939867258071899,-0.03177652880549431,-0.10478828102350235,-0.0012112781405448914,-0.024275552481412888,0.0051044560968875885,-0.0007032155990600586,0.0167924165725708,-0.02993154525756836 +337,-1.4674275409264694,0.03220182850654397,-2.0234837581818055,-0.9941464066505432,-0.03219626471400261,-0.10313129425048828,-0.054674673825502396,0.09561894088983536,0.04938909038901329,0.009863078594207764,-0.03401162847876549,0.05444050580263138 +338,-1.4636254905200126,0.029479638149390915,-2.028828406003144,-0.993830680847168,-0.029475368559360504,-0.10691932588815689,-0.06605800241231918,-0.06868383288383484,-0.007053387816995382,-0.0010728836059570312,0.003031909465789795,-0.016997337341308594 +339,-1.4721290778884981,0.030721388022701475,-2.0301410263410413,-0.9946667551994324,-0.030716555193066597,-0.09846075624227524,0.018137844279408455,-0.01317400299012661,-0.016191478818655014,-0.00035881996154785156,0.0020910799503326416,0.023143351078033447 +340,-1.4636014876761883,0.02796819612749555,-2.0303626248423634,-0.9938713908195496,-0.027964549139142036,-0.10694783180952072,-0.01607658714056015,0.1548236459493637,0.054836731404066086,0.002935051918029785,-0.005513221025466919,0.0033711791038513184 +341,-1.4656004651920869,0.029285113226230643,-2.027499560475179,-0.994045615196228,-0.029280927032232285,-0.10495693236589432,0.10577288269996643,-0.07267918437719345,-0.04214217886328697,-0.0016056299209594727,0.018401414155960083,0.0035622715950012207 +342,-1.4535860893047399,0.02482096912370842,-2.0292167112896595,-0.9928328394889832,-0.02481842041015625,-0.11690602451562881,-0.022725511342287064,0.04879212751984596,0.030172640457749367,-0.0035966038703918457,0.00823211669921875,-0.036688923835754395 +343,-1.453808635688161,0.024835487906954116,-2.0285636632513775,-0.9928585290908813,-0.024832934141159058,-0.11668504029512405,0.0019571995362639427,-0.014763526618480682,0.016737421974539757,0.0009609460830688477,0.010001391172409058,-0.007964015007019043 +344,-1.4525471514712371,0.026009143079054838,-2.0282109721129244,-0.9926808476448059,-0.02600621059536934,-0.11793388426303864,-0.07072899490594864,0.1707417368888855,0.029975833371281624,0.007634460926055908,-0.027307985350489616,0.04875052720308304 +345,-1.4324524413203745,0.020610476750098868,-2.0365274808756153,-0.9902353286743164,-0.020609017461538315,-0.13787370920181274,0.03518565371632576,0.03683655336499214,0.009236778132617474,-0.004515588283538818,0.018411757424473763,-0.06293193995952606 +346,-1.4311103576676558,0.019994643852404806,-2.0366151465498885,-0.99006187915802,-0.019993310794234276,-0.13920432329177856,0.012445613741874695,-0.10262033343315125,-0.040612708777189255,0.00019371509552001953,0.020527362823486328,-0.026673972606658936 +347,-1.4329155454708447,0.019413618492715258,-2.035704877357577,-0.9903228878974915,-0.01941239833831787,-0.13741841912269592,0.03511391207575798,0.02059602364897728,0.024248745292425156,-9.459257125854492e-05,0.005938887596130371,-0.004412055015563965 +348,-1.4412566851888198,0.021509207444946617,-2.032174593953081,-0.9913920760154724,-0.021507548168301582,-0.12914776802062988,-0.007644367404282093,-0.11954931914806366,-0.03517169877886772,-0.0019093155860900879,0.01100948452949524,-0.005953550338745117 +349,-1.4470964114612859,0.023467824603040602,-2.031908147481297,-0.9920857548713684,-0.02346567064523697,-0.12335072457790375,-0.03823300078511238,0.08269139379262924,0.03362420201301575,0.004994630813598633,-0.020815346390008926,0.03790150582790375 +350,-1.4469742358868671,0.023024817372542847,-2.0321197921963066,-0.992080807685852,-0.023022783920168877,-0.12347318977117538,-0.015502111986279488,-0.002804826945066452,-0.007213445845991373,0.0009766817092895508,0.007321476936340332,0.005736351013183594 +351,-1.4435961577241982,0.024386503981730614,-2.0347111242146676,-0.9916260838508606,-0.024384086951613426,-0.12681971490383148,0.052193209528923035,-0.022997068241238594,-0.030650168657302856,0.00435185432434082,0.00460868701338768,-0.018245592713356018 +352,-1.4332792535330239,0.02058242419681414,-2.0361971166701984,-0.9903496503829956,-0.020580971613526344,-0.13705502450466156,0.03386392816901207,0.07029517740011215,0.01327759213745594,-0.0033789873123168945,0.020931899547576904,-0.036742568016052246 +353,-1.4285849405889455,0.0230680497181389,-2.0313180312349197,-0.989641547203064,-0.023066004738211632,-0.1416947990655899,0.10319088399410248,0.03911934047937393,-0.027603182941675186,0.0025048255920410156,0.002649756148457527,-0.013838037848472595 +354,-1.4110549028435933,0.018733389357580763,-2.032881413825176,-0.9870952367782593,-0.01873229444026947,-0.15903502702713013,-0.07409954816102982,0.2260560393333435,0.07396630197763443,0.0013774633407592773,-0.0005548298358917236,-0.009116828441619873 +355,-1.410365307376437,0.019130880247155792,-2.0323320257754123,-0.9869778156280518,-0.019129713997244835,-0.159714475274086,-0.02673174813389778,0.0023183673620224,-0.002197836758568883,0.0004361271858215332,-0.002614051103591919,0.018891096115112305 +356,-1.4034667096936757,0.015717288129924036,-2.0353311009393926,-0.9859111905097961,-0.015716640278697014,-0.16652928292751312,-0.041496846824884415,0.05211175978183746,0.026992008090019226,0.001597285270690918,-0.0012663882225751877,-0.00890098512172699 +357,-1.4059531145363302,0.01604389528358615,-2.034870002453535,-0.9863170981407166,-0.016043206676840782,-0.1640765368938446,0.023718826472759247,-0.052289143204689026,-0.01668204739689827,0.00020265579223632812,0.00745248980820179,0.003615155816078186 +358,-1.4095588353143367,0.016516193573520792,-2.0366465846261015,-0.9868948459625244,-0.016515443101525307,-0.1605178862810135,-0.03318184241652489,0.01683507114648819,0.006104545667767525,0.003053903579711914,-0.01134711503982544,0.009776294231414795 +359,-1.4043373503837409,0.015099210860649947,-2.036780791061976,-0.9860652685165405,-0.015098636969923973,-0.1656724363565445,0.015099131502211094,-0.008429043926298618,0.004082872532308102,0.00045424699783325195,0.016029415652155876,-0.029136553406715393 +360,-1.4082511896199048,0.016620621436647415,-2.0376295209013557,-0.9866823554039001,-0.016619855538010597,-0.16180796921253204,-0.001881900243461132,-0.0056383926421403885,-0.016545362770557404,0.004428267478942871,-0.011013805866241455,0.01793283224105835 +361,-1.402229344261365,0.015030638586852102,-2.0394754301518807,-0.9857149124145508,-0.015030073001980782,-0.16775088012218475,-0.014469318091869354,0.034670598804950714,0.011185300536453724,-0.0006589889526367188,0.003799617290496826,-0.004444539546966553 +362,-1.4109699207879844,0.017778315838289184,-2.0396943850824263,-0.9870988130569458,-0.017777379602193832,-0.15912166237831116,-0.02147696539759636,-0.1635369062423706,-0.04881013184785843,-0.0009076595306396484,-0.00305086188018322,0.0005828887224197388 +363,-1.4161450750725884,0.018487840856676947,-2.041001137798709,-0.9878964424133301,-0.018486788496375084,-0.15400919318199158,-0.062015801668167114,0.13731735944747925,0.046784572303295135,0.004833698272705078,-0.02468031644821167,0.040972113609313965 +364,-1.4148885608525446,0.01838653297692245,-2.042964835552721,-0.9877040982246399,-0.018385497853159904,-0.155250683426857,0.01461259089410305,-0.12690235674381256,-0.04130897298455238,0.002337157726287842,0.012327758595347404,-0.026389971375465393 +365,-1.4158986356203827,0.018950768063700607,-2.043405824789701,-0.98785001039505,-0.018949633464217186,-0.1542513370513916,-0.018297236412763596,0.05657567083835602,0.012849792838096619,0.002711951732635498,-0.014345051720738411,0.013351663947105408 +366,-1.4161561574260018,0.01955277550023919,-2.043143783490434,-0.987878143787384,-0.019551530480384827,-0.15399512648582458,0.03977794945240021,-0.05396255850791931,-0.02744138427078724,0.011193633079528809,0.006535768508911133,-0.016018331050872803 +367,-1.4178277978442624,0.020397168543562594,-2.0439869107012028,-0.9881174564361572,-0.020395753905177116,-0.15234096348285675,-0.008385236375033855,0.028635574504733086,-0.00262570776976645,0.001728355884552002,-0.007344720885157585,0.01444728672504425 +368,-1.4129680212846594,0.01988212764656447,-2.042031849590077,-0.9873759150505066,-0.01988081820309162,-0.15714283287525177,0.033621612936258316,0.03946748375892639,0.020364632830023766,0.001017153263092041,0.005766449496150017,-0.0006635338068008423 +369,-1.4232667626989381,0.022816539664783704,-2.0396148955599185,-0.9888797998428345,-0.022814560681581497,-0.14695672690868378,0.038296353071928024,-0.1533263474702835,-0.04714086279273033,0.0020176172256469727,-0.004742801189422607,0.02052241563796997 +370,-1.4295584178245873,0.02316592149915251,-2.0395450719616557,-0.9897767901420593,-0.023163849487900734,-0.14073102176189423,0.04963228851556778,-0.15416742861270905,-0.014265110716223717,0.0010073184967041016,0.002015175297856331,-0.018906399607658386 +371,-1.433116865953487,0.023603036431465847,-2.0373624406390336,-0.9902613162994385,-0.02360084466636181,-0.13720668852329254,-0.028829405084252357,0.00738042127341032,-0.014094257727265358,-0.0045354366302490234,0.019984513521194458,-0.009216666221618652 +372,-1.4360594606622437,0.024609418415393908,-2.0389279524362376,-0.9906366467475891,-0.024606933817267418,-0.13428889214992523,-0.021446354687213898,0.07806646823883057,0.036868851631879807,0.009771227836608887,-0.011434316635131836,0.014858365058898926 +373,-1.4326696747907803,0.023370843985284342,-2.0392456905782868,-0.9902052879333496,-0.0233687162399292,-0.137650266289711,0.015963079407811165,-0.0798586755990982,-0.01614769548177719,-0.0008989572525024414,0.01470172218978405,-0.022032931447029114 +374,-1.4349538961409347,0.024337710818319525,-2.0393489924554435,-0.9904941916465759,-0.024335308000445366,-0.1353849172592163,-0.023703211918473244,0.050471410155296326,0.010587729513645172,0.0028232932090759277,-0.018389282748103142,0.021508589386940002 +375,-1.4291202687640174,0.0219170239512659,-2.0406869634472646,-0.9897429943084717,-0.021915270015597343,-0.14116866886615753,-0.023114245384931564,0.010974541306495667,0.02344217337667942,0.01618647575378418,0.007144749164581299,-0.006048142910003662 +376,-1.432356096700675,0.02355042502553972,-2.0401626466734983,-0.9901579022407532,-0.023548247292637825,-0.13796018064022064,0.009690455161035061,-0.0611799918115139,-0.03377550095319748,0.0047147274017333984,-0.0017203092575073242,-0.003671884536743164 +377,-1.4265050201774079,0.020815886288407408,-2.041638904803834,-0.9893935918807983,-0.020814383402466774,-0.14375998079776764,-0.0004147114232182503,0.056330762803554535,0.03149697557091713,0.0015854239463806152,0.010774077847599983,-0.01725076138973236 +378,-1.4312712157734193,0.022655140277166454,-2.0399471982861814,-0.9900280833244324,-0.02265320159494877,-0.13903717696666718,-0.0024289675056934357,-0.002547612413764,-0.021295249462127686,-0.000862419605255127,-0.0038360655307769775,0.026518821716308594 +379,-1.4290702957293109,0.021626715904381213,-2.0413841722319415,-0.9897422790527344,-0.021625030785799026,-0.14121903479099274,-0.013932826928794384,0.05958990380167961,0.03162761777639389,0.0037497282028198242,-0.008114369586110115,0.011763438582420349 +380,-1.4292797337107441,0.02135558928758672,-2.0406309257076347,-0.9897775053977966,-0.021353965625166893,-0.1410125494003296,0.0010590609163045883,-0.03491026908159256,-0.013994216918945312,0.003022134304046631,0.005591630935668945,-0.00921022891998291 +381,-1.429886059338435,0.02260844500382233,-2.041356674439612,-0.9898355007171631,-0.022606518119573593,-0.14040851593017578,-0.049013230949640274,0.10181386768817902,0.027087967842817307,0.006162464618682861,-0.02411588840186596,0.031247153878211975 +382,-1.4263349547663782,0.020984331333609992,-2.042713945130387,-0.989365816116333,-0.020982790738344193,-0.14392775297164917,0.01035254541784525,-0.05240172892808914,-0.00673611368983984,-0.001555323600769043,0.012361554428935051,-0.014992550015449524 +383,-1.4306473829162227,0.02265641355218194,-2.042482180109037,-0.9899410605430603,-0.022654475644230843,-0.139654740691185,-0.0004432816058397293,-0.015562644228339195,-0.01604194939136505,0.0031856894493103027,-0.01065543107688427,0.013617172837257385 +384,-1.4295101098815945,0.021873968042749315,-2.0436605977435254,-0.989798903465271,-0.021872224286198616,-0.14078295230865479,0.034692589193582535,-0.08226101845502853,-0.019433025270700455,7.033348083496094e-06,0.011526763439178467,-0.022440314292907715 +385,-1.4345702535331784,0.02375032124112644,-2.0436177857319207,-0.9904561638832092,-0.023748088628053665,-0.13576683402061462,-0.013182851485908031,-0.00920732133090496,-0.01664106175303459,0.0005269646644592285,-0.00043708086013793945,0.014932513236999512 +386,-1.4307723456601307,0.02216195477685384,-2.0446883164029215,-0.9899694323539734,-0.022160140797495842,-0.13953258097171783,0.0042055631056427956,0.06632045656442642,0.03506017103791237,0.001459360122680664,-0.0001634657382965088,-0.0016264915466308594 +387,-1.4329322507621192,0.02325561855486247,-2.043401565818597,-0.9902440905570984,-0.02325352281332016,-0.1373906284570694,0.00445763161405921,-0.027410242706537247,-0.02379090152680874,0.002222120761871338,0.005797473713755608,0.004135593771934509 +388,-1.428541815176863,0.02189754786220811,-2.045463411961378,-0.989661455154419,-0.021895797923207283,-0.14174120128154755,-0.036597661674022675,0.10944013297557831,0.03515613451600075,0.003898024559020996,-0.009644119068980217,0.013491049408912659 +389,-1.4290959536478314,0.022254309394525253,-2.045351425857067,-0.989732027053833,-0.02225247211754322,-0.14119166135787964,0.022302469238638878,-0.12694093585014343,-0.04008055105805397,-0.0001207590103149414,0.01689663715660572,-0.022535189986228943 +390,-1.4298400500070476,0.02330981128326522,-2.0466903187360694,-0.9898131489753723,-0.02330769971013069,-0.1404518038034439,-0.05668090283870697,0.08570680022239685,0.011419477872550488,0.0020201802253723145,-0.0126572847366333,0.016046881675720215 +391,-1.4282425117680895,0.02335530837150273,-2.0476314966816824,-0.9895864129066467,-0.02335318550467491,-0.14203272759914398,0.03338571637868881,-0.010621460154652596,-0.0017119137337431312,0.0005270242691040039,0.007682414725422859,-0.0021628588438034058 +392,-1.4296923787009708,0.02444028940578488,-2.046897442874422,-0.9897656440734863,-0.024437855929136276,-0.14059418439865112,-0.005936401896178722,0.018017608672380447,-0.004065423272550106,0.0011945366859436035,-0.01271730475127697,0.01698268949985504 +393,-1.425200532089162,0.022179721248574192,-2.048246298613729,-0.9891763925552368,-0.02217790298163891,-0.14504627883434296,0.03327939659357071,-0.04714246839284897,-0.003716565202921629,-0.0022788047790527344,0.014472214505076408,-0.03270335495471954 +394,-1.4287574209980087,0.02396240178596531,-2.046853145851086,-0.9896451234817505,-0.023960107937455177,-0.1415211260318756,0.004519056528806686,-0.03040333464741707,-0.023117417469620705,0.001379251480102539,0.0010108966380357742,-0.0022319406270980835 +395,-1.426693040203136,0.022795647364744365,-2.0481310057120288,-0.9893779158592224,-0.02279367297887802,-0.143567755818367,0.008713404648005962,0.030211754143238068,0.024206843227148056,0.0019359588623046875,0.002362161874771118,-0.006822824478149414 +396,-1.429996343476166,0.023645694527850623,-2.046558305246505,-0.9898273348808289,-0.0236434917896986,-0.14029601216316223,0.007921362295746803,-0.04592553898692131,-0.020500151440501213,0.001195073127746582,0.0043106041848659515,0.00244806706905365 +397,-1.4268575049830314,0.022876872540370567,-2.048038084459549,-0.989399790763855,-0.022874876856803894,-0.1434047818183899,-0.02944878488779068,0.08833564817905426,0.0329115130007267,0.0005539655685424805,-0.0090160071849823,0.0029476284980773926 +398,-1.4289031631960896,0.02329338304959713,-2.0474121005200487,-0.989681601524353,-0.023291276767849922,-0.14137914776802063,0.01946325972676277,-0.07556672394275665,-0.021638238802552223,0.0023769140243530273,0.010046631097793579,-0.006585359573364258 +399,-1.430986069298236,0.02414174630076055,-2.047382487421995,-0.9899539351463318,-0.0241394005715847,-0.13931462168693542,-0.020682640373706818,0.04312724247574806,0.011501269415020943,0.005517899990081787,-0.01542663387954235,0.01918216049671173 +400,-1.429779988573888,0.02345806076386454,-2.047530126166623,-0.9898013472557068,-0.02345590852200985,-0.14051078259944916,0.015068408101797104,-0.024996481835842133,-0.00041892414446920156,0.0006198287010192871,0.004367172718048096,-0.0051801204681396484 +401,-1.4343304476803487,0.025270384217439552,-2.0468989422603108,-0.9903866052627563,-0.025267694145441055,-0.13599926233291626,-0.0083369892090559,-0.026027917861938477,-0.01212889701128006,0.003493964672088623,-0.006165415048599243,0.01057201623916626 +402,-1.4305322399207798,0.02344815991949162,-2.0480948711182347,-0.9899069666862488,-0.023446010425686836,-0.13976618647575378,0.0031580054201185703,0.03513835370540619,0.0163760744035244,-0.0021584630012512207,0.004326730966567993,-0.009235858917236328 +403,-1.4335615612938795,0.024546211774300452,-2.0470725590771175,-0.990299642086029,-0.024543747305870056,-0.13676318526268005,-0.0001567332074046135,-0.029437869787216187,-0.026417408138513565,0.0011333823204040527,0.008399933576583862,0.0009142160415649414 +404,-1.428518509738636,0.022843756808926804,-2.048729395227524,-0.9896373748779297,-0.022841770201921463,-0.14176128804683685,-0.024168485775589943,0.1042296439409256,0.03540996462106705,0.0018444061279296875,-0.004257857799530029,0.006888866424560547 +405,-1.4283020267492184,0.022494820398132064,-2.048093870972657,-0.9896144270896912,-0.022492922842502594,-0.14197665452957153,0.02065974660217762,-0.06254337728023529,-0.014908859506249428,-0.0006504058837890625,0.010926753282546997,-0.013189971446990967 +406,-1.4298385832972722,0.02321664412093839,-2.047746180913669,-0.9898151755332947,-0.023214558139443398,-0.14045357704162598,-0.003125891089439392,0.06776165217161179,0.017704779282212257,0.004783987998962402,-0.013437064364552498,0.024135813117027283 +407,-1.427541313130974,0.022133218600373802,-2.0482035725534566,-0.9895141124725342,-0.022131411358714104,-0.14273056387901306,0.010656934231519699,-0.06566096097230911,-0.011903765611350536,0.0008513927459716797,0.009375065565109253,-0.013748347759246826 +408,-1.4304846770576762,0.023380621414153212,-2.0484896803562136,-0.9899019002914429,-0.023378491401672363,-0.13981349766254425,-0.013351202011108398,0.001790633425116539,-0.005657760426402092,0.00427556037902832,-0.010328175500035286,0.013486012816429138 +409,-1.4277325301191555,0.021762782608114394,-2.0493300734777273,-0.9895493984222412,-0.02176106534898281,-0.1425425112247467,0.02285788580775261,-0.02448158711194992,0.000676393392495811,-0.0012647509574890137,0.013033034279942513,-0.01602683961391449 +410,-1.431709762552171,0.023561776750068753,-2.048695417304216,-0.9900681376457214,-0.02355959638953209,-0.13860006630420685,-0.003415782004594803,-0.02639833837747574,-0.021906031295657158,0.001664876937866211,-0.003311125561594963,0.0059402137994766235 +411,-1.4275703949132843,0.021757281352282904,-2.050316330025718,-0.9895264506340027,-0.021755564957857132,-0.14270296692848206,0.010079721920192242,0.026744607836008072,0.013578199781477451,0.00048226118087768555,0.012859703972935677,-0.012295827269554138 +412,-1.4326585299636225,0.023442407722511525,-2.0491180202837227,-0.9902020692825317,-0.02344026044011116,-0.13766106963157654,0.002009111922234297,-0.05656109005212784,-0.03188430517911911,-1.704692840576172e-05,0.006808191537857056,0.003933072090148926 +413,-1.4289662616832066,0.02244687817114565,-2.050260612032737,-0.9897094368934631,-0.022444993257522583,-0.1413194090127945,-0.02251000702381134,0.07435180246829987,0.030405836179852486,0.0013214945793151855,-0.005615917965769768,-0.0019301027059555054 +414,-1.4340809943372081,0.024360032287299306,-2.0491730803905037,-0.9903751015663147,-0.024357622489333153,-0.13624940812587738,0.015451010316610336,-0.0693744570016861,-0.0352679044008255,0.0014072060585021973,0.006413280963897705,0.006885409355163574 +415,-1.4336303382685973,0.024328068816002465,-2.0500943257928177,-0.9903143644332886,-0.024325668811798096,-0.13669581711292267,-0.021495576947927475,0.04926386848092079,0.017913304269313812,0.004718661308288574,-0.013485608622431755,0.013343766331672668 +416,-1.4339436753500523,0.02461694339777529,-2.049945607841654,-0.9903501868247986,-0.024614457041025162,-0.13638454675674438,0.011880489066243172,-0.07303380966186523,-0.02194303087890148,-0.0020509958267211914,0.008821602910757065,-0.013609364628791809 +417,-1.434971239703078,0.025391515875951037,-2.0502413396660897,-0.9904706478118896,-0.02538878843188286,-0.13536420464515686,-0.03330380842089653,0.051032379269599915,0.013716462068259716,0.0028302669525146484,-0.010087907314300537,0.012790322303771973 +418,-1.4337218817313593,0.024555719768365323,-2.0508365356904967,-0.9903214573860168,-0.02455325238406658,-0.1366044133901596,0.014021558687090874,-0.04015163704752922,-0.0014477410586550832,0.0006363391876220703,0.002443283796310425,-0.016059815883636475 +419,-1.4375524863020963,0.025845301184400947,-2.050417976806008,-0.9908051490783691,-0.025842424482107162,-0.13280555605888367,-0.0023687100037932396,-0.01654914766550064,-0.01597810909152031,0.000814974308013916,-0.00269150547683239,0.0058372169733047485 +420,-1.4335840867469867,0.024429508891332743,-2.0515911387769705,-0.9903056025505066,-0.024427078664302826,-0.1367412805557251,-0.0005922373384237289,0.016464445739984512,0.01129927672445774,0.0009409189224243164,0.006787922233343124,-0.019783392548561096 +421,-1.4382877168399817,0.02614652036089946,-2.050797830334613,-0.9908947944641113,-0.026143541559576988,-0.13207601010799408,0.009197162464261055,-0.03470678627490997,-0.019108755514025688,0.0018658638000488281,-0.0018105804920196533,0.012492895126342773 +422,-1.435376875562092,0.02498760071540816,-2.0520390252177334,-0.9905354380607605,-0.024985000491142273,-0.1349637806415558,-0.020020969212055206,0.06476748734712601,0.0274304561316967,0.0013082027435302734,-0.004113525152206421,0.0061795711517333984 +423,-1.4385505254627844,0.025975338111495522,-2.051231433483112,-0.9909338355064392,-0.025972416624426842,-0.13181617856025696,0.018939249217510223,-0.07181278616189957,-0.027263345196843147,0.0015997886657714844,0.005937609821557999,0.0005753189325332642 +424,-1.435788453090472,0.025322401385909396,-2.0525163201962817,-0.9905825257301331,-0.025319695472717285,-0.13455495238304138,-0.027260061353445053,0.07175687700510025,0.02629757486283779,0.002591252326965332,-0.010065436363220215,0.004489004611968994 +425,-1.4365572029876539,0.025337853486247522,-2.052045509667864,-0.9906853437423706,-0.025335142388939857,-0.13379335403442383,0.0232827290892601,-0.06137382984161377,-0.016215000301599503,0.0011986494064331055,0.010366261005401611,-0.009303569793701172 +426,-1.4388482750734504,0.026551140335695098,-2.051503250830828,-0.9909580945968628,-0.026548020541667938,-0.1315191388130188,-0.015603563748300076,0.06168798357248306,0.007085224613547325,0.004187464714050293,-0.013567328453063965,0.0324438214302063 +427,-1.4345871177437675,0.024914195093140527,-2.052795268571859,-0.9904303550720215,-0.02491161786019802,-0.13574627041816711,0.010900367982685566,-0.048337988555431366,-0.009280034340918064,1.2934207916259766e-05,0.009118767455220222,-0.02071736752986908 +428,-1.437396345878727,0.02612886384906136,-2.05241565104961,-0.9907771944999695,-0.026125891134142876,-0.1329592913389206,-0.015449085272848606,0.0075659239664673805,-0.0014250909443944693,0.003060460090637207,-0.0037508048117160797,0.006921634078025818 +429,-1.4348629559692732,0.024885812841736136,-2.053473545258465,-0.9904685020446777,-0.024883244186639786,-0.13547317683696747,5.1410868763923645e-05,0.01406680978834629,0.011971463449299335,0.0018057823181152344,-0.0022163689136505127,-0.009134352207183838 +430,-1.4395301164325562,0.026497366211217434,-2.0523894900824304,-0.9910489916801453,-0.026494266465306282,-0.1308436244726181,-0.0022077104076743126,-0.013959507457911968,-0.018226923421025276,0.0013181567192077637,-0.0002238750457763672,0.020751476287841797 +431,-1.4346798248312862,0.024637718697721807,-2.054256125523177,-0.990449845790863,-0.024635225534439087,-0.13565540313720703,-0.013622292317450047,0.05073432996869087,0.01796746999025345,0.0007037520408630371,0.004646211862564087,-0.006800651550292969 +432,-1.4392408428305383,0.025884331020481557,-2.0527815720758933,-0.9910269975662231,-0.025881441310048103,-0.13113240897655487,0.004715587478131056,-0.04523894190788269,-0.020976340398192406,0.0009299516677856445,0.003969818353652954,0.013044655323028564 +433,-1.4377116038001734,0.02588757552117438,-2.0534302246183174,-0.9908252954483032,-0.025884684175252914,-0.13264776766300201,-0.024801412597298622,0.07357104867696762,0.031982436776161194,0.004680156707763672,-0.015680257230997086,0.016375765204429626 +434,-1.4370880123722058,0.025508501809826563,-2.053137186249227,-0.9907519221305847,-0.025505736470222473,-0.1332668960094452,0.0075616007670760155,-0.04790741577744484,-0.015445715747773647,-0.0003979206085205078,0.006340714171528816,-0.005084559321403503 +435,-1.4373974179430222,0.025923752905768854,-2.053385753314047,-0.9907825589179993,-0.025920849293470383,-0.13295893371105194,-0.02368152141571045,0.048466287553310394,0.007211210206151009,0.0036304593086242676,-0.011478453874588013,0.013864099979400635 +436,-1.4323631756939887,0.024035250978667808,-2.0544513078497717,-0.9901473522186279,-0.024032937362790108,-0.1379515677690506,0.016039317473769188,0.004709922708570957,0.009821888990700245,0.0002181529998779297,0.007019400596618652,-0.018542587757110596 +437,-1.4333164508429015,0.024602948710655506,-2.053944495327053,-0.9902647137641907,-0.024600466713309288,-0.1370057314634323,-0.02153255045413971,0.04090509191155434,0.010982402600347996,0.0024565458297729492,-0.0025601666420698166,0.0156983882188797 +438,-1.4286475892271284,0.0226408328802362,-2.0550281044417162,-0.9896602034568787,-0.022638898342847824,-0.14163419604301453,1.4965422451496124e-05,0.026704244315624237,0.015790510922670364,0.0026911497116088867,-0.0029653608798980713,-0.007703542709350586 +439,-1.4324871044378111,0.02368554663637791,-2.053983225429113,-0.9901726245880127,-0.0236833319067955,-0.1378300040960312,9.431224316358566e-05,-0.05386865511536598,-0.03282664343714714,-0.001221299171447754,0.007005486637353897,0.008374467492103577 +440,-1.429441318571134,0.022489441586029314,-2.0549101169584563,-0.9897757172584534,-0.022487545385956764,-0.14084911346435547,-0.00944061204791069,0.06927470117807388,0.03154471516609192,0.002532064914703369,-0.001438230276107788,-0.0027360916137695312 +441,-1.432250056548627,0.02357645195635374,-2.0536629996757196,-0.9901424646377563,-0.02357426844537258,-0.13806506991386414,0.009274644777178764,-0.016242321580648422,-0.013164397329092026,0.0023343563079833984,-0.0014959238469600677,0.011646047234535217 +442,-1.4281085136631209,0.022930338094460927,-2.0558074806993667,-0.989577054977417,-0.022928329184651375,-0.14216673374176025,-0.017558656632900238,0.049780942499637604,0.00906672514975071,0.0016162991523742676,-0.008153824135661125,0.006165161728858948 +443,-1.4275318273825885,0.022744169910308004,-2.0554080605325513,-0.9894993305206299,-0.02274220995604992,-0.14273801445960999,0.0195331834256649,-0.07516668736934662,-0.016724968329072,0.001278996467590332,0.012045798823237419,-0.020943060517311096 +444,-1.431342350312712,0.02439871916463053,-2.0550790624013544,-0.9899972677230835,-0.024396298453211784,-0.1389610320329666,-0.0016636485233902931,0.020038973540067673,-0.0010446535889059305,0.0045236945152282715,-0.009310392662882805,0.01444937288761139 +445,-1.4297873969427297,0.023411549843815032,-2.055097321783646,-0.9898034930229187,-0.023409411311149597,-0.14050360023975372,0.030234847217798233,-0.07171094417572021,-0.01089628878980875,-0.0005682706832885742,0.010012179613113403,-0.01992732286453247 +446,-1.4323655048249644,0.025002139082728917,-2.0547045876856984,-0.9901242256164551,-0.024999534711241722,-0.1379459947347641,-0.013368823565542698,-0.002168351784348488,-0.014461995102465153,0.0018734931945800781,-0.006418317556381226,0.006079554557800293 +447,-1.4292069832197958,0.023748545669088687,-2.0558712877979644,-0.9897138476371765,-0.023746313527226448,-0.1410769522190094,-0.0031921695917844772,0.019937671720981598,0.006615621503442526,-0.0005662441253662109,0.011615574359893799,-0.012106060981750488 +448,-1.4340061577660865,0.02564825613324227,-2.0551751169738735,-0.9903330206871033,-0.02564544416964054,-0.1363191306591034,-0.006253433413803577,-0.02493778057396412,-0.017029093578457832,0.0005563497543334961,-0.008229047060012817,0.01611042022705078 +449,-1.4311227344650455,0.024541380809944908,-2.056540556634227,-0.9899633526802063,-0.0245389174669981,-0.13917797803878784,-0.005749296396970749,0.02402310259640217,0.009927689097821712,0.00033932924270629883,0.0031613409519195557,-0.008374512195587158 +450,-1.4342972670408394,0.02574442061502352,-2.0556977003382606,-0.9903702735900879,-0.0257415771484375,-0.13603051006793976,0.0016781948506832123,-0.011879289522767067,-0.007040529511868954,0.00466763973236084,0.0006561242043972015,0.01020650565624237 +451,-1.430886730224707,0.024719884133684915,-2.0567186596247167,-0.9899261593818665,-0.024717366322875023,-0.13941100239753723,-0.009508871473371983,0.06637869775295258,0.028213128447532654,0.00495600700378418,-0.012910813093185425,0.010916709899902344 +452,-1.4319121918897564,0.024673671979005458,-2.055987661227743,-0.9900697469711304,-0.024671168997883797,-0.13839595019817352,0.012627248652279377,-0.06439203023910522,-0.02160242758691311,0.0003845691680908203,0.006330098956823349,-0.001084640622138977 +453,-1.4320240344730788,0.02487499247197461,-2.0564215414124583,-0.9900802969932556,-0.0248724278062582,-0.13828453421592712,-0.036292240023612976,0.08198156207799911,0.024935120716691017,0.0034468770027160645,-0.011214617639780045,0.021478459239006042 +454,-1.4325675313854116,0.0252538499804201,-2.0565460959568256,-0.9901458621025085,-0.02525116503238678,-0.13774509727954865,0.02142380177974701,-0.06022295728325844,-0.018503345549106598,0.0011779069900512695,0.0054757557809352875,-0.010005727410316467 +455,-1.4338389817831931,0.025794945814994315,-2.056823306396716,-0.9903064370155334,-0.025792084634304047,-0.13648416101932526,0.003280193544924259,-0.03203250467777252,-0.012423344887793064,0.0030017495155334473,0.00035566091537475586,-0.008016526699066162 +456,-1.4314001347355458,0.024678726834496758,-2.0570106663750036,-0.9899985194206238,-0.02467622235417366,-0.13890287280082703,0.012071346864104271,-0.0035724639892578125,0.005912231281399727,2.3543834686279297e-05,0.006457209587097168,-0.018079519271850586 +457,-1.4341528253554816,0.02568213208914508,-2.05622531894127,-0.9903522729873657,-0.02567930892109871,-0.1361737698316574,-0.012219011783599854,0.012651887722313404,0.001122610759921372,0.002711772918701172,-0.004639927297830582,0.01245550811290741 +458,-1.4310480909099395,0.024286500822699023,-2.0573008485029307,-0.9899590611457825,-0.024284113198518753,-0.13925273716449738,0.0018500182777643204,-0.013849414885044098,0.0024738695938140154,0.001998305320739746,0.00099918432533741,-0.018217965960502625 +459,-1.4341264336695183,0.025575702262160358,-2.056842523303132,-0.9903512001037598,-0.025572914630174637,-0.13620026409626007,-0.0023943791165947914,-0.0011979350820183754,-0.01194489374756813,0.0003151893615722656,-0.0021522939205169678,0.008163750171661377 +460,-1.430251871447124,0.024511647813374733,-2.058572521205502,-0.989842414855957,-0.024509193375706673,-0.14004014432430267,-0.0199040025472641,0.06454833596944809,0.020904451608657837,0.00015741586685180664,-0.0023767929524183273,0.004343762993812561 +461,-1.4305163949186326,0.02488117982440179,-2.0595522990627586,-0.9898704290390015,-0.02487861178815365,-0.1397770196199417,-0.014426341280341148,0.002970391884446144,-0.006297013722360134,0.0013908147811889648,0.0022040624171495438,0.007330790162086487 +462,-1.4263527295505096,0.023706264363969803,-2.0627412956137,-0.9893081784248352,-0.02370404452085495,-0.14390140771865845,-0.029204878956079483,0.06960959732532501,0.01925915852189064,0.0019423961639404297,-0.008934497833251953,0.016154766082763672 +463,-1.4229277880501177,0.02315477255884559,-2.064556324523529,-0.9888222217559814,-0.023152703419327736,-0.14729078114032745,-0.021841656416654587,0.018072400242090225,-0.0030688815750181675,3.743171691894531e-05,0.0006459653377532959,0.002561211585998535 +464,-1.419388667947356,0.02141337165361821,-2.066795280165938,-0.9883331060409546,-0.02141173556447029,-0.15079525113105774,0.002275809645652771,0.005486704409122467,0.008978844620287418,0.00220334529876709,0.009815037250518799,-0.013312995433807373 +465,-1.4192297145845798,0.021739653026537954,-2.0671815876562336,-0.9883022904396057,-0.02173794060945511,-0.1509513109922409,0.002430788241326809,-0.03998519852757454,-0.013020019046962261,0.0029811859130859375,0.0017641764134168625,-0.010654523968696594 +466,-1.421656435505849,0.02245664563246601,-2.0659242430021445,-0.9886500239372253,-0.02245475910604,-0.14855018258094788,-0.001901768147945404,0.0434257909655571,0.021314997225999832,0.002749025821685791,-0.013723822310566902,0.020406827330589294 +467,-1.4198940905450654,0.022058350637812103,-2.0660787356840355,-0.9883953332901001,-0.022056560963392258,-0.15029360353946686,0.005645241122692823,-0.023511923849582672,-0.008969795890152454,-0.00023686885833740234,0.00548553466796875,-0.014943838119506836 +468,-1.4204529624840774,0.021702901048373864,-2.065295711958025,-0.9884868264198303,-0.02170119807124138,-0.14974236488342285,0.005682839546352625,0.024557627737522125,0.018636060878634453,0.0012279748916625977,-0.004299789667129517,0.0046770572662353516 +469,-1.4188436762667858,0.020874833855844006,-2.0641801860477265,-0.9882619976997375,-0.02087331749498844,-0.15133558213710785,0.012875741347670555,-0.005843422841280699,-0.001295542111620307,0.002574741840362549,0.010268449783325195,-0.014725804328918457 +470,-1.4182037456118421,0.02063976059907211,-2.064474836440017,-0.9881698489189148,-0.020638294517993927,-0.15196873247623444,0.0036186417564749718,0.006406879983842373,0.007337687537074089,0.003001391887664795,-0.004141956567764282,0.002447843551635742 +471,-1.4153929410259911,0.01951141777201801,-2.0638574184747682,-0.9877611398696899,-0.0195101797580719,-0.15474918484687805,-0.010997236706316471,0.049191176891326904,0.02284977212548256,0.006010651588439941,0.00013151764869689941,0.010889291763305664 +472,-1.4163331576100324,0.020134839713100185,-2.064361654060938,-0.9878940582275391,-0.020133478567004204,-0.1538185030221939,-0.0006425259634852409,-0.021790921688079834,-0.022347204387187958,-0.004659771919250488,0.0029673557728528976,0.003168448805809021 +473,-1.4120291415633497,0.01854832662718602,-2.064735375511031,-0.9872531294822693,-0.018547262996435165,-0.15807382762432098,0.008354457095265388,0.03181708604097366,0.014807882718741894,0.002496659755706787,0.004875393584370613,-0.018638238310813904 +474,-1.414291859830526,0.019512704105303848,-2.0638179367367213,-0.9875901341438293,-0.01951146498322487,-0.15583668649196625,-0.015649423003196716,-0.007298238575458527,-0.007985755801200867,0.0001633763313293457,0.00512242317199707,0.005507111549377441 +475,-1.4140012379765003,0.019234445645294924,-2.064311347802422,-0.9875501394271851,-0.019233260303735733,-0.156124547123909,-0.007123550400137901,0.05456769838929176,0.020106330513954163,0.0002454519271850586,-0.0031513571739196777,0.014675557613372803 +476,-1.4152010498543763,0.020042193849110143,-2.0639866955252195,-0.9877210259437561,-0.020040852949023247,-0.15493708848953247,-0.01213911734521389,-0.013121386989951134,-0.011386257596313953,0.0007673501968383789,-0.0018250048160552979,0.01176387071609497 +477,-1.4151639757062138,0.0200655744705584,-2.064974402805295,-0.9877148270606995,-0.020064227283000946,-0.15497362613677979,-0.005667819641530514,0.0416167713701725,0.01873672939836979,0.0028821229934692383,-0.010865328833460808,0.01689685881137848 +478,-1.4149354869069561,0.019709822440961457,-2.0646094552473793,-0.9876864552497864,-0.01970854587852955,-0.15520042181015015,0.008579201065003872,-0.05251271277666092,-0.01504692155867815,0.0005037784576416016,0.00893583707511425,-0.010723665356636047 +479,-1.4135915676202566,0.01988960234267034,-2.0657335498435714,-0.9874733090400696,-0.019888291135430336,-0.1565270721912384,-0.010858900845050812,0.039587683975696564,0.008368448354303837,0.002640664577484131,-0.0036712847650051117,-0.0015234649181365967 +480,-1.413991481686445,0.020032152193267934,-2.0654716714366548,-0.9875331521034241,-0.020030813291668892,-0.15613172948360443,0.008500131778419018,-0.03716038540005684,-0.010852471925318241,0.002532482147216797,0.0061605554074049,-0.010677352547645569 +481,-1.4170296757272325,0.02127166476119135,-2.0655349467917485,-0.9879776239395142,-0.021270060911774635,-0.1531267762184143,-0.022204210981726646,0.04245522990822792,0.0005326956743374467,0.0012375116348266602,-0.007416456937789917,0.028142035007476807 +482,-1.4156649669814374,0.02057839797787631,-2.066157330127864,-0.9877820611000061,-0.020576946437358856,-0.15447717905044556,0.007132984232157469,-0.03258547559380531,-0.0036804324481636286,0.003452897071838379,0.006355762481689453,-0.009753167629241943 +483,-1.4169619584653663,0.021433552731229225,-2.066300632142937,-0.9879637956619263,-0.02143191173672676,-0.1531931310892105,-0.020124319940805435,0.01478447113186121,-0.003975625615566969,0.001254260540008545,-0.003867177292704582,0.00797523558139801 +484,-1.4143700179128156,0.02024610765560852,-2.0669990085995953,-0.9875879287719727,-0.020244725048542023,-0.15575721859931946,0.004860198125243187,0.020826419815421104,0.017352594062685966,0.00032901763916015625,0.0004998445510864258,-0.00734400749206543 +485,-1.414244618476678,0.020855974023348788,-2.0675086039492787,-0.9875559210777283,-0.020854461938142776,-0.15587911009788513,-0.0015089819207787514,-0.020612047985196114,-0.016262181103229523,0.001975536346435547,0.0031389910727739334,0.003886297345161438 +486,-1.4129846308430452,0.02019204178357492,-2.068572636868524,-0.9873723387718201,-0.02019066922366619,-0.15712545812129974,-0.004363365471363068,0.034723930060863495,0.018376613035798073,0.0014409422874450684,-0.0034604668617248535,6.67572021484375e-05 +487,-1.4155459173472245,0.020987035435660942,-2.0672390775670433,-0.9877554178237915,-0.020985495299100876,-0.15459346771240234,0.005025616381317377,-0.03654094785451889,-0.01762652024626732,0.0013508200645446777,0.006077645346522331,-0.00170232355594635 +488,-1.4164371603697947,0.021035950067157753,-2.067555249131647,-0.9878916144371033,-0.021034399047493935,-0.1537128984928131,-0.0012239404022693634,0.038307808339595795,0.01767658069729805,-0.003334522247314453,-0.005698977038264275,0.016536429524421692 +489,-1.4179431662564934,0.02113243973107514,-2.066281020625298,-0.9881200194358826,-0.021130867302417755,-0.15222464501857758,0.029360922053456306,-0.06372687220573425,-0.01619856059551239,-0.00042062997817993164,0.0058415550738573074,-0.004620417952537537 +490,-1.4191049908750752,0.021960688088863423,-2.066529111285404,-0.9882786273956299,-0.02195892296731472,-0.15107384324073792,0.007923521101474762,-0.01118352822959423,-0.001579760224558413,0.005856752395629883,-0.00639188289642334,-0.0007816553115844727 +491,-1.4180580968356689,0.021313188964060488,-2.0659139500555472,-0.9881337881088257,-0.021311575546860695,-0.1521105170249939,0.04801337793469429,-0.057898618280887604,-0.014546070247888565,0.0014241933822631836,0.013087093830108643,-0.015064716339111328 +492,-1.4243195842965992,0.02578566954364207,-2.064463335538273,-0.9889626502990723,-0.025782812386751175,-0.1459050178527832,0.000763661228120327,0.08202144503593445,-0.026315374299883842,-0.0028433799743652344,0.0004990100860595703,0.0532078742980957 +493,-1.420610200564542,0.025635151241045564,-2.06024548402193,-0.9884183406829834,-0.025632344186306,-0.14957299828529358,0.04283417388796806,-0.012459248304367065,-0.009362789802253246,0.003845036029815674,0.006177399307489395,-0.005181655287742615 +494,-1.4256266864606955,0.028706110685950602,-2.058591759508952,-0.9890737533569336,-0.02870216779410839,-0.14460068941116333,0.023618172854185104,-0.14323265850543976,-0.0396488793194294,0.005263328552246094,-0.00183066725730896,-0.0068579912185668945 +495,-1.420572248795589,0.02611571448731227,-2.0614267840205875,-0.9884004592895508,-0.026112746447324753,-0.14960867166519165,-0.0571577325463295,0.1814124435186386,0.07293486595153809,0.0031404495239257812,-0.009440213441848755,0.02056509256362915 +496,-1.4187012658968299,0.02389294412662936,-2.062164786690243,-0.9881737232208252,-0.023890670388936996,-0.15146610140800476,0.029278669506311417,-0.12117253988981247,-0.02013879083096981,-0.0007178783416748047,0.015605151653289795,-0.03112053871154785 +497,-1.4161810929785483,0.022974968834926824,-2.062375480990708,-0.9878100752830505,-0.022972946986556053,-0.15395928919315338,-0.038335829973220825,0.1663966178894043,0.04485760256648064,-0.0052928924560546875,-0.021338550373911858,0.03515435755252838 +498,-1.4134891575655708,0.021762869514818945,-2.062022408951495,-0.9874188303947449,-0.021761151030659676,-0.15662209689617157,0.030290015041828156,-0.07970193028450012,-0.012621904723346233,-0.001991569995880127,0.011980265378952026,-0.032831013202667236 +499,-1.4121035476081323,0.021683242073338018,-2.061825103642088,-0.9872025847434998,-0.021681543439626694,-0.15799039602279663,0.03870754316449165,-0.01334586925804615,0.00403169821947813,0.032475411891937256,-0.0027477722615003586,-0.03201209008693695 +500,-1.4136357545522182,0.02095123688395867,-2.0609163749421415,-0.9874590039253235,-0.020949704572558403,-0.156480073928833,0.03981595113873482,-0.05877300351858139,-0.001833115005865693,0.008897483348846436,0.004454938694834709,0.023987993597984314 +501,-1.4158267116455199,0.02205447008792991,-2.0612464325906483,-0.987775981426239,-0.02205268293619156,-0.15431255102157593,-0.03634750843048096,0.010134448297321796,-0.015528064221143723,-0.004335224628448486,-0.011165706440806389,0.02681012451648712 +502,-1.4117928237687898,0.02079643768157635,-2.062765188135005,-0.9871720671653748,-0.020794939249753952,-0.15830013155937195,-0.002370579168200493,0.05304267629981041,0.025457685813307762,0.0051010847091674805,0.002194492146372795,-0.016809716820716858 +503,-1.4151039970313295,0.021762497546436856,-2.0610960858464575,-0.9876704812049866,-0.02176078036427498,-0.155027374625206,-0.016877543181180954,0.004073736257851124,-0.0012817232636734843,-0.00012248754501342773,-0.002317577600479126,0.023084640502929688 +504,-1.414631158953389,0.021847464698785093,-2.062588192983702,-0.98759526014328,-0.021845726296305656,-0.1554940789937973,-0.03705934062600136,0.0962228924036026,0.03881507366895676,-0.0024407505989074707,-0.026448337361216545,0.02239169180393219 +505,-1.4169048613456667,0.022602103920022064,-2.062371670623717,-0.9879297614097595,-0.02260017953813076,-0.15324561297893524,-0.004946073517203331,-0.07035789638757706,-0.027013950049877167,-0.005783677101135254,0.0054798126220703125,-0.00248563289642334 +506,-1.4161393713464394,0.021832721308051625,-2.0640830059555353,-0.9878288507461548,-0.021830987185239792,-0.15400443971157074,0.007703408598899841,-0.026058871299028397,0.0013897267635911703,-0.0005438327789306641,0.005015822127461433,-0.04097233712673187 +507,-1.4169786484871496,0.02201738772578055,-2.0636015111307424,-0.9879539012908936,-0.022015608847141266,-0.15317471325397491,0.0012434599921107292,0.022571329027414322,0.013986448757350445,-0.0018532276153564453,0.009640723466873169,-0.012627243995666504 +508,-1.4196321764093267,0.023512921659579043,-2.0635711075178276,-0.9883232116699219,-0.023510755971074104,-0.15054748952388763,0.01835343986749649,-0.08021565526723862,-0.03217639401555061,0.011241912841796875,-0.001712024211883545,-0.004802227020263672 +509,-1.4134115065542334,0.020906390082558825,-2.064788277405881,-0.9874247908592224,-0.020904866978526115,-0.15670165419578552,0.027230393141508102,0.011801707558333874,0.018193501979112625,0.0005778670310974121,0.017578452825546265,-0.02472531795501709 +510,-1.4185419151290863,0.022352824904388294,-2.0637530670839914,-0.9881846904754639,-0.022350963205099106,-0.15162895619869232,-0.005564425140619278,-0.030136819928884506,-0.016978217288851738,-0.006169497966766357,0.012417497113347054,0.01526118814945221 +511,-1.4150938922753906,0.021582695165536705,-2.0648009307455633,-0.987672746181488,-0.021581020206212997,-0.15503795444965363,0.008733920753002167,0.003801546059548855,0.008569813333451748,-0.0029888153076171875,5.0844624638557434e-05,-0.028159067034721375 +512,-1.4169728990589439,0.022554854749864333,-2.063390403877895,-0.9879410862922668,-0.022552942857146263,-0.15317854285240173,0.03135779872536659,-0.10366571694612503,-0.049598678946495056,0.002650618553161621,0.009537190198898315,-0.013538956642150879 +513,-1.4160325155340225,0.022273431717185783,-2.0648489798082412,-0.9878029227256775,-0.022271590307354927,-0.15410850942134857,-0.014146030880510807,0.043457403779029846,0.012846464291214943,0.0008949637413024902,0.007806271314620972,0.010965824127197266 +514,-1.4184740873318813,0.023196730345678703,-2.0641447123972543,-0.9881554245948792,-0.023194650188088417,-0.15169306099414825,-0.014386714436113834,-0.003828933462500572,-0.014995904639363289,-0.0035742521286010742,-0.01055779866874218,0.029531195759773254 +515,-1.419287981748719,0.02424639885728332,-2.0649301882551687,-0.9882540106773376,-0.024244023486971855,-0.15088501572608948,-0.0033325571566820145,0.004349141381680965,-0.015424555167555809,0.0072512030601501465,-0.0070822834968566895,0.00935971736907959 +516,-1.416359383398753,0.022578578198123724,-2.0650844880630443,-0.9878464341163635,-0.02257665991783142,-0.15378455817699432,0.0523664727807045,-0.05719589814543724,-0.001635802793316543,0.0094071626663208,0.01049170084297657,-0.02317158877849579 +517,-1.4193480764665798,0.023973467164631976,-2.0640411848188847,-0.988269567489624,-0.02397117018699646,-0.1508266031742096,-0.02397870272397995,0.052582331001758575,0.012026955373585224,0.010440587997436523,-0.02122536301612854,0.04442709684371948 +518,-1.4166971167923983,0.02274578542462859,-2.064594775518838,-0.9878946542739868,-0.022743824869394302,-0.1534503549337387,-0.010548517107963562,0.021963974460959435,0.017146147787570953,-0.0030570030212402344,0.0009847860783338547,0.02756534516811371 +519,-1.4166759924980854,0.02306793532072308,-2.0646774076858825,-0.987883985042572,-0.02306588925421238,-0.15347006916999817,-0.04171568527817726,0.014132353477180004,-0.011518196202814579,-0.009079456329345703,-0.0017448961734771729,-0.0008420944213867188 +520,-1.4139508603667519,0.02203554751698234,-2.0661078204628205,-0.9874852299690247,-0.02203376404941082,-0.15616527199745178,-0.02871641144156456,0.09331262856721878,0.02362765185534954,-0.004961729049682617,0.004119962453842163,-0.00797349214553833 +521,-1.416307135458733,0.022622130322219863,-2.064446745540373,-0.9878374934196472,-0.022620201110839844,-0.15383602678775787,0.016748640686273575,-0.0417790412902832,-0.018936527892947197,0.0021196603775024414,0.012625692412257195,-0.008563295006752014 +522,-1.413762188966191,0.022501100000045415,-2.0657198374386274,-0.9874454736709595,-0.02249920181930065,-0.15634994208812714,0.015146329067647457,0.014953196048736572,0.022473204880952835,0.010150551795959473,-0.0135573148727417,-0.012183427810668945 +523,-1.4123112134739617,0.021902835952374234,-2.0641728919792737,-0.987230658531189,-0.0219010841101408,-0.1577846258878708,-0.013081378303468227,0.0291733518242836,0.010880852118134499,0.005632758140563965,0.0042466819286346436,0.0038692355155944824 +524,-1.411350208724144,0.022012747179379392,-2.0660321277774303,-0.9870762825012207,-0.02201096899807453,-0.15873292088508606,0.006052901968359947,-0.023279467597603798,-0.00048232299741357565,-7.581710815429688e-05,-0.008277714252471924,-0.011158466339111328 +525,-1.406409674932756,0.021474132365967125,-2.0652417971583863,-0.9862914681434631,-0.02147248201072216,-0.1636095494031906,0.035071659833192825,0.0185641348361969,-0.005768138449639082,0.0031524300575256348,0.007495434954762459,-0.0219220370054245 +526,-1.400242256667216,0.021288978290621666,-2.0657315311459303,-0.9852676391601562,-0.02128737047314644,-0.16968996822834015,-0.029704255983233452,0.11930355429649353,0.016363421455025673,0.00428009033203125,0.013596922159194946,-0.00018608570098876953 +527,-1.3936520533360368,0.020295028770608726,-2.064446936190549,-0.9841480851173401,-0.02029363624751568,-0.17618295550346375,0.040835313498973846,0.13200710713863373,0.028287088498473167,0.003069162368774414,-0.00822502188384533,0.014928117394447327 +528,-1.3928432453789894,0.022015746579053377,-2.06111892388185,-0.9839696884155273,-0.022013967856764793,-0.17697247862815857,0.03422466292977333,-0.020308148115873337,-0.03195177763700485,0.002829432487487793,-0.0037276167422533035,0.009156331419944763 +529,-1.3861213546329967,0.02031619926884196,-2.061284903029512,-0.9827930927276611,-0.02031480148434639,-0.1835891455411911,0.01995796337723732,0.021655945107340813,0.025651216506958008,-0.0006968379020690918,-8.621625602245331e-05,-0.0014236420392990112 +530,-1.385585731274564,0.01914627862345809,-2.061614313203596,-0.9827172160148621,-0.01914510875940323,-0.18411976099014282,-0.037349503487348557,-0.035125941038131714,0.00023880507797002792,0.0016077756881713867,0.005580039694905281,-0.021324560046195984 +531,-1.3852798982989305,0.01805870521285938,-2.0631095380120397,-0.9826809167861938,-0.018057724460959435,-0.18442405760288239,-0.017648670822381973,0.08985763788223267,0.025978052988648415,0.00041162967681884766,-0.004113286733627319,0.01996481418609619 +532,-1.3872552316895608,0.01804868494430748,-2.0626862604143694,-0.9830434918403625,-0.01804770529270172,-0.18248261511325836,0.015638040378689766,-0.09353257715702057,-0.020862136036157608,0.0030782222747802734,0.012722371146082878,-0.01617152988910675 +533,-1.3919092160136062,0.01885869882144356,-2.0643976702102877,-0.983867347240448,-0.018857581540942192,-0.17790290713310242,-0.00524182990193367,-0.0486852265894413,-0.00154226110316813,0.0008656978607177734,-0.013903049752116203,0.005692198872566223 +534,-1.392617252561371,0.01772937275654244,-2.0647552986019897,-0.9840134978294373,-0.017728444188833237,-0.17720994353294373,0.007055214606225491,-0.08207790553569794,-0.007122976239770651,-0.0015670061111450195,0.010678855702280998,-0.024129822850227356 +535,-1.4017961389935605,0.020725602411814717,-2.063985793915254,-0.9855417013168335,-0.020724117755889893,-0.16816073656082153,-0.022949976846575737,-0.0008275425061583519,-0.011435192078351974,0.002768874168395996,-0.017987430095672607,0.03046548366546631 +536,-1.3984236588311207,0.01896596607169179,-2.0655792810342697,-0.9850033521652222,-0.018964828923344612,-0.17148947715759277,0.03263036906719208,-0.04514596611261368,-0.0030178879387676716,0.00014013051986694336,0.011350693181157112,-0.03364966809749603 +537,-1.403047643959903,0.020491418651093236,-2.064593372647822,-0.9857562184333801,-0.02048998512327671,-0.1669280230998993,0.005827371962368488,-0.021703895181417465,-0.016823826357722282,0.004265129566192627,-0.002886474132537842,0.006069839000701904 +538,-1.3994860930304007,0.018707576843885333,-2.0656303049950746,-0.9851899147033691,-0.018706485629081726,-0.17044372856616974,-0.0007246974855661392,0.035137638449668884,0.021176215261220932,0.00417172908782959,0.002974657341837883,-0.0044372230768203735 +539,-1.4037560184022086,0.01992244140104747,-2.064757687682555,-0.9858856201171875,-0.01992112398147583,-0.16623161733150482,-0.0025206124410033226,-0.054183054715394974,-0.023268595337867737,-0.0027467012405395508,0.003975687548518181,0.0015282481908798218 +540,-1.4027968474643442,0.019774980409814114,-2.0661197257857746,-0.9857284426689148,-0.0197736918926239,-0.16717763245105743,-0.024422314018011093,0.05688966438174248,0.02474760264158249,0.0026810169219970703,-0.01362779550254345,0.007189229130744934 +541,-1.4051841794089008,0.02032278800224305,-2.065377989182795,-0.9861139059066772,-0.02032138966023922,-0.16482208669185638,0.008411417715251446,-0.03972366452217102,-0.012334362603724003,0.0020594000816345215,0.005444081500172615,0.003033176064491272 +542,-1.4046328007996407,0.020348016292768892,-2.0664309127176947,-0.9860223531723022,-0.020346611738204956,-0.16536569595336914,-0.0014719832688570023,0.017326166853308678,0.0008242049952968955,0.0038294196128845215,-0.004860905930399895,0.0064911991357803345 +543,-1.4030175258757915,0.019419581860663317,-2.0662258025029008,-0.9857721924781799,-0.01941836066544056,-0.16696125268936157,0.019343353807926178,-0.04515298455953598,-0.005509535316377878,0.00042068958282470703,0.006082179024815559,-0.010330602526664734 +544,-1.4059137215043231,0.020647483374046562,-2.065780274661487,-0.9862274527549744,-0.02064601704478264,-0.16410155594348907,-0.013136965222656727,0.06563995033502579,-0.001293464913032949,0.00287473201751709,-0.008879750967025757,0.034081459045410156 +545,-1.401892269717522,0.01947725142979039,-2.06740678383029,-0.9855826497077942,-0.019476020708680153,-0.1680702269077301,0.020774047821760178,-0.019840938970446587,0.0009952862747013569,0.001375436782836914,0.0038357358425855637,-0.009877756237983704 +546,-1.4045077941359112,0.020374379915982444,-2.066915032163761,-0.986001193523407,-0.020372970029711723,-0.16548886895179749,0.0004956219345331192,-0.057215385138988495,-0.026919132098555565,-0.0011356472969055176,0.004946321249008179,0.0007091760635375977 +547,-1.4015919194319917,0.019504285314968742,-2.0687407176187658,-0.9855315685272217,-0.019503049552440643,-0.16836613416671753,-0.01892763003706932,0.07727502286434174,0.02534078247845173,0.0014159679412841797,-0.0017676949501037598,-0.0001061558723449707 +548,-1.4024226102592885,0.019629303470003374,-2.0677905239823415,-0.9856685996055603,-0.019628042355179787,-0.16754698753356934,0.007226557470858097,0.002377692610025406,0.004743864294141531,0.002300739288330078,0.0012869853526353836,0.00771118700504303 +549,-1.400731711888119,0.01943709618595718,-2.0688750290953446,-0.9853876829147339,-0.01943587139248848,-0.16921406984329224,-0.0037229787558317184,0.010587879456579685,0.008600487373769283,0.0024927854537963867,-0.010944396257400513,0.005121111869812012 +550,-1.3999360144694881,0.018210880129238056,-2.068161742859625,-0.9852754473686218,-0.018209872767329216,-0.17000199854373932,0.02034485712647438,-0.07139814645051956,-0.006973577197641134,0.0007631182670593262,0.011663854122161865,-0.0263022780418396 +551,-1.4042695615432916,0.020168161895234946,-2.0673572571837866,-0.9859658479690552,-0.02016679383814335,-0.16572445631027222,-0.02479446306824684,0.04035133868455887,0.0007816188735887408,0.003147304058074951,-0.013478843495249748,0.02094908058643341 +552,-1.4017199639209619,0.01906177566667303,-2.067966962454881,-0.9855616092681885,-0.019060621038079262,-0.16824139654636383,0.023427477106451988,-0.03940093144774437,0.0028665768913924694,0.0018122196197509766,0.005159854888916016,-0.021562695503234863 +553,-1.4062111123186476,0.02044965154526864,-2.0670088709904064,-0.9862802624702454,-0.0204482264816761,-0.1638089269399643,0.003074617125093937,-0.04280117154121399,-0.025661233812570572,-0.00041413307189941406,0.00207662396132946,0.007848784327507019 +554,-1.4017175479207327,0.018835792078372375,-2.068278942298176,-0.9855653047561646,-0.018834678456187248,-0.16824448108673096,-0.0069575924426317215,0.05860552936792374,0.028011610731482506,4.595518112182617e-05,-0.0012153666466474533,-0.011412486433982849 +555,-1.4046745876571403,0.019561047361148092,-2.0668332004661587,-0.9860448837280273,-0.019559800624847412,-0.16532710194587708,-0.0070263417437672615,-0.00011402508243918419,-0.007055214140564203,0.0005102157592773438,0.004926621913909912,0.012006819248199463 +556,-1.4030754161515602,0.019067523022459353,-2.067476806415396,-0.9857886433601379,-0.01906636729836464,-0.16690534353256226,-0.006826186552643776,0.05930725485086441,0.022693254053592682,0.004846811294555664,-0.011481733992695808,0.009129449725151062 +557,-1.4038343270636948,0.01920838770171764,-2.066101488955032,-0.9859123229980469,-0.01920720562338829,-0.16615670919418335,0.009593553841114044,-0.017201079055666924,-0.008294662460684776,0.001003265380859375,0.005291193723678589,0.014209747314453125 +558,-1.403048568910798,0.019132790976003063,-2.067084719843525,-0.9857829213142395,-0.019131623208522797,-0.16693159937858582,-0.014229681342840195,0.031075578182935715,0.012428248301148415,0.0023691654205322266,-0.010561972856521606,0.012695789337158203 +559,-1.400497411640759,0.018088776550816112,-2.0667312188550238,-0.9853730201721191,-0.01808778941631317,-0.16944923996925354,0.007287224754691124,-0.01668406091630459,-0.0009302300750277936,0.0005555152893066406,0.006475865840911865,-0.011687874794006348 +560,-1.4021749703375805,0.01899742951908603,-2.066992487072181,-0.985639214515686,-0.018996287137269974,-0.1677931398153305,-0.011890421621501446,0.007434624247252941,-0.0077263000421226025,0.0017219781875610352,-0.0048532187938690186,0.0093306303024292 +561,-1.39879808339995,0.017542759571638856,-2.06737285723873,-0.9850931763648987,-0.017541859298944473,-0.1711251139640808,0.015390753746032715,-0.013851465657353401,0.005570689216256142,0.0010996460914611816,0.005350083112716675,-0.01982337236404419 +562,-1.4006246136935665,0.01825832769825182,-2.0670244888269855,-0.98539137840271,-0.01825731247663498,-0.16932334005832672,-0.0037455130368471146,-0.030047859996557236,-0.01334363128989935,-0.0003720521926879883,-0.0012739282101392746,0.0001796633005142212 +563,-1.399159318567093,0.01734233980129508,-2.0673011174807847,-0.9851582050323486,-0.01734147034585476,-0.1707698255777359,0.011623486876487732,0.01224303338676691,0.01216086745262146,0.0008138418197631836,0.0034864861518144608,-0.012213572859764099 +564,-1.399259231233171,0.017023843752456618,-2.066351804887825,-0.9851807951927185,-0.01702302135527134,-0.17067235708236694,0.00957329198718071,-0.03071504831314087,-0.0026310111861675978,0.0006990432739257812,0.006647020578384399,-0.007870733737945557 +565,-1.3984342686695417,0.016808478546513603,-2.0668286793670423,-0.9850432276725769,-0.016807686537504196,-0.17148566246032715,-0.008184101432561874,0.015080306679010391,0.0035219634883105755,0.0016447901725769043,-0.0037459135055541992,-0.0042803287506103516 +566,-1.3985944775964054,0.016574898208841473,-2.0670075481688475,-0.9850744009017944,-0.016574138775467873,-0.17132848501205444,-0.005240109749138355,0.0246245376765728,0.013335908763110638,0.006482601165771484,-0.0029723625630140305,0.008974924683570862 +567,-1.396713449055929,0.015478667547621896,-2.066885705568244,-0.9847678542137146,-0.015478049404919147,-0.17318421602249146,-0.008657673373818398,0.0034459512680768967,0.012200659140944481,0.0002707242965698242,-0.0004979092627763748,0.006375119090080261 +568,-1.3967181380185478,0.015193670803603157,-2.0669732764451876,-0.9847729206085205,-0.015193086117506027,-0.17318034172058105,-0.008091199211776257,0.020750129595398903,-0.006071462761610746,-0.003309965133666992,0.006068319082260132,-0.0017769336700439453 +569,-1.3971176054522518,0.015235431225127829,-2.0680816143886784,-0.9848415851593018,-0.015234841965138912,-0.1727868616580963,-0.002453101798892021,-0.009093865752220154,-0.0005714711733162403,0.002328038215637207,-0.00046646781265735626,-0.005893543362617493 +570,-1.3985879803100878,0.01616417230281059,-2.0677241468424636,-0.9850801229476929,-0.01616346836090088,-0.1713360697031021,0.005343947559595108,0.0052323248237371445,-0.00364638096652925,0.002017378807067871,-0.004405379295349121,0.008067011833190918 +571,-1.3984020678210995,0.016201398093733693,-2.0680643132870387,-0.9850476384162903,-0.01620068959891796,-0.17151910066604614,0.0015282230451703072,-0.020940497517585754,-0.006407176610082388,0.002747774124145508,0.0017200987786054611,-0.0019275099039077759 +572,-1.3989253187422748,0.016379220030526827,-2.068306981029707,-0.9851343631744385,-0.016378488391637802,-0.17100316286087036,-0.0026116417720913887,-0.013978982344269753,-0.009423786774277687,-0.00030875205993652344,0.0022030770778656006,-0.0038930773735046387 +573,-1.3995123970302472,0.016767112571026914,-2.0684039570659007,-0.9852283596992493,-0.016766326501965523,-0.170423686504364,-0.005904733203351498,-0.002451716922223568,-0.002863771514967084,-0.0005657672882080078,-0.0002167224884033203,0.004362285137176514 +574,-1.3995087805807829,0.016665251706422295,-2.0683623982663173,-0.9852292537689209,-0.016664480790495872,-0.17042751610279083,-0.006820274516940117,0.018910756334662437,0.006403598468750715,0.003249943256378174,-0.004987744614481926,0.007936730980873108 +575,-1.3987677936012706,0.016549389755191445,-2.068625243781545,-0.9851045608520508,-0.016548633575439453,-0.1711578369140625,-0.008417371660470963,-0.006184477359056473,-0.007283451966941357,0.0013399720191955566,-0.0010752659291028976,0.0014953762292861938 +576,-1.3989718921760068,0.016381779036423055,-2.0690146275532735,-0.9851422309875488,-0.016381045803427696,-0.17095725238323212,0.00011056941002607346,-0.00896498654037714,-0.0015986764337867498,-0.0015673041343688965,0.003914626315236092,0.001355782151222229 +577,-1.3993496197469233,0.016724260133183892,-2.0687751031665256,-0.9852011799812317,-0.016723480075597763,-0.17058417201042175,-0.011741152964532375,0.01159928273409605,0.0010233161738142371,0.0014365911483764648,-0.0025178473442792892,0.003454640507698059 +578,-1.4030364590871043,0.01798326936407069,-2.0686342178299317,-0.9858019351959229,-0.017982300370931625,-0.16694709658622742,0.00892898254096508,-0.04763486608862877,-0.01003261748701334,0.0040667057037353516,-0.003929316997528076,0.0029608607292175293 +579,-1.404860764927145,0.01885909715619478,-2.0688674457592144,-0.9860889315605164,-0.018857980147004128,-0.16514575481414795,-0.0013888822868466377,-0.025362560525536537,-0.011899665929377079,0.0007221102714538574,-0.003053635358810425,0.0018461942672729492 +580,-1.406442871218197,0.019894641001104017,-2.0690538716864117,-0.9863291382789612,-0.019893327727913857,-0.16358216106891632,-0.008212536573410034,0.0119932284578681,-0.004749407060444355,0.001298069953918457,-0.00781664252281189,0.007866203784942627 +581,-1.4064006821099406,0.01952754313215574,-2.0688723092050747,-0.9863293170928955,-0.019526302814483643,-0.16362494230270386,0.013722979463636875,-0.030654771253466606,-0.009304055012762547,-0.0014941096305847168,0.009135069325566292,-0.006220623850822449 +582,-1.4094027740458646,0.02112873432010112,-2.068818054716278,-0.9867841005325317,-0.021127162501215935,-0.16065794229507446,-0.007544961757957935,0.01438654214143753,-0.012426059693098068,0.0021953582763671875,-0.006735416129231453,0.01579098403453827 +583,-1.4040010214369654,0.01956515117086216,-2.0701150957656,-0.9859331250190735,-0.01956390216946602,-0.16599120199680328,0.006571697071194649,0.00971619226038456,0.010087816044688225,-0.0020581483840942383,0.009203197434544563,-0.016381844878196716 +584,-1.4072347388800306,0.020812141723999065,-2.069130878963433,-0.9864400625228882,-0.02081063948571682,-0.16279804706573486,-0.0002927752211689949,-0.017192162573337555,-0.0028600585646927357,0.002629518508911133,-0.005236120894551277,0.004716977477073669 +585,-1.4038274961575323,0.019355580738241195,-2.069441744187437,-0.9859083890914917,-0.01935437135398388,-0.16616296768188477,0.009864346124231815,0.02907196618616581,0.016665855422616005,0.0013655424118041992,0.007940798997879028,-0.010396480560302734 +586,-1.406043084879795,0.020142142331456867,-2.0689022865158715,-0.9862586855888367,-0.02014078013598919,-0.16397564113140106,0.0014028586447238922,-0.005520593374967575,-0.008666016161441803,0.0019905567169189453,-0.0031441450119018555,0.004033029079437256 +587,-1.4012542458670634,0.01875809326921154,-2.069698529770872,-0.9854887127876282,-0.018756993114948273,-0.16870133578777313,0.0033061495050787926,0.021419474855065346,0.004829498939216137,1.5139579772949219e-05,0.0060464441776275635,-0.01356494426727295 +588,-1.4030915790822538,0.01954012597083196,-2.0698874258183904,-0.985782265663147,-0.01953888311982155,-0.16688787937164307,0.0026003913953900337,-0.028457026928663254,-0.013933630660176277,0.0014072656631469727,-0.00160980224609375,0.0010553598403930664 +589,-1.3995774724755559,0.018387741549105385,-2.07015933977098,-0.9852112531661987,-0.018386704847216606,-0.1703547090291977,-0.0030818022787570953,0.04078948497772217,0.013512054458260536,-0.0016509294509887695,0.0040129125118255615,-0.007150769233703613 +590,-1.4024148437927024,0.01941465568257353,-2.069238823246178,-0.9856715202331543,-0.019413435831665993,-0.16755536198616028,0.018152952194213867,-0.027562905102968216,-0.01054157130420208,1.4781951904296875e-05,0.0014691054821014404,0.00012063980102539062 +591,-1.3989823063236373,0.017958992434115178,-2.0679499004168096,-0.9851173758506775,-0.017958026379346848,-0.17094238102436066,-0.0058733681216835976,0.027183616533875465,0.0008567894110456109,-0.0004019737243652344,0.009062141180038452,-0.0029314756393432617 +592,-1.4020957856069323,0.019187483774022806,-2.0666924476836144,-0.9856223464012146,-0.01918630674481392,-0.16787058115005493,0.012090668082237244,-0.02559668943285942,-0.005473770201206207,0.0024985671043395996,-0.0037629008293151855,0.013344824314117432 +593,-1.399190275371788,0.017906690931112166,-2.0663930070414924,-0.9851537942886353,-0.017905734479427338,-0.17073765397071838,0.005337168928235769,0.06908442825078964,0.027854006737470627,-0.0005028843879699707,-0.0009388606995344162,0.01236666738986969 +594,-1.3997415575021006,0.01787856362868746,-2.0650314253668407,-0.9852483868598938,-0.0178776104003191,-0.17019464075565338,0.002082714345306158,-0.05794776231050491,-0.01956176571547985,7.987022399902344e-05,0.0174503605812788,-0.008684173226356506 +595,-1.400146174737293,0.017967687528580606,-2.0660475452078093,-0.9853154420852661,-0.017966721206903458,-0.1697956770658493,-0.020362254232168198,0.0639408752322197,0.020376352593302727,0.0012761950492858887,-0.010506151244044304,0.019420281052589417 +596,-1.4001374099877777,0.017850477204909895,-2.0659331480017924,-0.9853160977363586,-0.017849529162049294,-0.1698046773672104,0.019066184759140015,-0.06030470132827759,-0.006922593340277672,0.0022838711738586426,0.006802171468734741,-0.006098687648773193 +597,-1.4023192299244882,0.018771621896632854,-2.0668125454262585,-0.9856676459312439,-0.018770519644021988,-0.16765166819095612,-0.034199051558971405,0.03122039884328842,0.004059195518493652,0.003642439842224121,-0.013120323419570923,0.019397318363189697 +598,-1.398350761996511,0.01772378588604827,-2.06840858555907,-0.9850134253501892,-0.017722858116030693,-0.1715652048587799,-0.01737554743885994,0.02441461756825447,0.01294094417244196,0.0007604360580444336,0.003547459840774536,-0.007176220417022705 +599,-1.4033814875554342,0.019485237048561598,-2.0688022058013753,-0.9858316779136658,-0.019484004005789757,-0.1666022688150406,-0.013037892989814281,-0.041577816009521484,-0.028266210108995438,-0.0005574822425842285,-0.0005965530872344971,0.014060139656066895 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/standing/F809AD11-504E-42A6-877C-C6C6037E3D81.csv b/BoostRunClub/CoreML/DataSet/Motion/standing/F809AD11-504E-42A6-877C-C6C6037E3D81.csv new file mode 100644 index 0000000..7837bbd --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/standing/F809AD11-504E-42A6-877C-C6C6037E3D81.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-3.050353373447303,-0.08934714948276469,0.12783343410883563,-0.09074932336807251,0.0892283245921135,0.9918684959411621,-0.13774488866329193,0.2821640074253082,0.2023945450782776,0.02264934778213501,0.005162551999092102,0.03446829319000244 +1,2.745157063900885,0.15865041945242506,0.47245839945430446,0.38128355145454407,-0.15798571705818176,0.9108586311340332,0.085402712225914,-1.0376274585723877,0.029449932277202606,0.05923768877983093,-0.05057141184806824,-0.0518345832824707 +2,2.594396441283345,0.18168204901958054,0.4875473135288738,0.5117315053939819,-0.1806841939687729,0.8399311304092407,-0.36998528242111206,-2.209878921508789,0.04918615520000458,0.010012328624725342,0.0012713223695755005,-0.0008959770202636719 +3,2.4680932550657273,0.16070685051238684,0.42726368214904537,0.615688145160675,-0.1600159853696823,0.7715720534324646,0.3974313735961914,-1.0054032802581787,0.26013368368148804,-0.05533957481384277,-0.04757983982563019,0.11398720741271973 +4,2.427444683033562,0.14345009237121942,0.3527701093392771,0.6482463479042053,-0.1429586112499237,0.7478899955749512,1.0363690853118896,0.31741756200790405,0.26395440101623535,-0.0906749963760376,0.0274801105260849,-0.03206974267959595 +5,2.4204403206891287,0.12957028365097856,0.2993697872937519,0.6547160148620605,-0.129208043217659,0.7447497844696045,0.6192193627357483,0.20362164080142975,0.4975655674934387,-0.007270336151123047,0.0446895956993103,-0.03478884696960449 +6,2.5442541339266733,0.060780465565932515,0.20858204939259023,0.5614054203033447,-0.060743048787117004,0.8253089189529419,0.011803874745965004,0.3717234432697296,0.17473635077476501,0.052821993827819824,-0.007967296987771988,0.13726145029067993 +7,2.662398667571386,0.005722774477948264,0.15770319501540456,0.461056649684906,-0.005722743459045887,0.8873525261878967,1.3936388492584229,1.9438096284866333,0.08765864372253418,0.03338921070098877,0.05546639487147331,0.029975533485412598 +8,2.8159194867494564,-0.037659192757716856,0.11421188530434873,0.3197198510169983,0.03765029087662697,0.9467639923095703,0.2985948920249939,1.099924087524414,0.24741189181804657,-0.005587100982666016,0.09685593843460083,-0.09304976463317871 +9,2.919970429316118,-0.11329736970337244,0.08260892341716902,0.2184031754732132,0.11305513978004456,0.9692876935005188,0.5618444681167603,1.5072261095046997,0.12743014097213745,0.029460594058036804,-0.036349207162857056,0.2797204256057739 +10,3.0060215947370725,-0.10113201716141627,0.07287298443962509,0.1344655454158783,0.10095971077680588,0.9857615232467651,0.029964828863739967,0.7217300534248352,0.24329663813114166,0.06241859495639801,0.07242588698863983,-0.04870426654815674 +11,3.079547123956158,-0.06501739391855557,0.08144993462848402,0.06187470629811287,0.06497159600257874,0.9959667921066284,-0.6543812155723572,0.991283655166626,-0.4296574294567108,-0.051544517278671265,0.02911408245563507,0.061970651149749756 +12,-3.1413025539115984,-0.012072490963101454,0.0989663652709728,-0.00029007851844653487,0.01207219809293747,0.9999270439147949,-0.3686411380767822,0.4269368052482605,0.001978810876607895,0.018249673768877983,-0.05617009848356247,-0.0473361611366272 +13,3.1265664202964873,0.028642907092487242,0.09050756502040228,0.015019501559436321,-0.028638990595936775,0.9994767904281616,-0.12051481753587723,-0.6790712475776672,-0.022965990006923676,-0.01053342130035162,-0.009843669831752777,-0.11298710107803345 +14,3.0322851084559086,0.036477621023406334,0.07926082236089164,0.10901746153831482,-0.03646953031420708,0.9933708906173706,-0.14600670337677002,-1.317901849746704,-0.11773639917373657,-0.08205515891313553,0.01437479630112648,-0.003319382667541504 +15,2.884607234505203,0.09287484528869736,0.11714536808121662,0.25307077169418335,-0.09274138510227203,0.9629925489425659,-0.9390498399734497,-1.2814475297927856,-0.18401631712913513,-0.03239813446998596,-0.007676728069782257,0.08696496486663818 +16,2.696441292409683,0.18507205626160075,0.19905973269174948,0.42324134707450867,-0.1840173602104187,0.8871329426765442,-0.8800913691520691,-1.9242883920669556,-0.4437136948108673,-0.02539888024330139,0.03351990878582001,-0.07211506366729736 +17,2.5212488069109567,0.22727027388006416,0.26501715011983934,0.5663665533065796,-0.22531883418560028,0.7927550077438354,-0.963811457157135,-1.1907312870025635,-0.21954300999641418,0.0013672709465026855,-0.0305863618850708,0.1883852481842041 +18,2.4515690288324183,0.300541733881712,0.31784188915541983,0.6080224514007568,-0.2960377037525177,0.7366613149642944,-0.5743302702903748,-0.4781220853328705,0.05595427751541138,-0.017568469047546387,0.06181532144546509,-0.07352983951568604 +19,2.439647444278122,0.2998487207120201,0.3156850913107921,0.6168935298919678,-0.29537567496299744,0.7295170426368713,0.4091610014438629,-0.0679401159286499,-0.10307753086090088,-0.030254244804382324,0.020366579294204712,-0.060495615005493164 +20,2.4349676527403963,0.2409760228326738,0.3095480985283095,0.6305102705955505,-0.23865056037902832,0.7385815978050232,0.9623411893844604,0.12795092165470123,-0.6365050673484802,-0.07319831848144531,0.03218388557434082,-0.0923108458518982 +21,2.4132231955822165,0.13489578691340098,0.3141611374471266,0.6596065163612366,-0.13448704779148102,0.7394812703132629,0.45954152941703796,-0.34549275040626526,-0.5880072116851807,0.0319676399230957,-0.08057034015655518,0.12596666812896729 +22,2.389859005430468,0.11208987029003224,0.3228351460950265,0.6786206364631653,-0.11185529828071594,0.7259217500686646,0.006243965122848749,-0.271525502204895,-0.03813908249139786,0.020704925060272217,0.006111890077590942,-0.01777660846710205 +23,2.3687304757081873,0.10215654677294599,0.3176566045407968,0.694547176361084,-0.10197895765304565,0.712182879447937,0.1871095448732376,-0.03661203756928444,0.04755207151174545,0.00023120641708374023,-0.03289346396923065,0.023519694805145264 +24,2.375558003501684,0.10212475695525007,0.3080683014746294,0.6896708607673645,-0.10194732993841171,0.7169106006622314,0.09348444640636444,0.18024854362010956,0.11617515981197357,-0.013386070728302002,0.0005374178290367126,0.018273115158081055 +25,2.4059510246532545,0.09229667980631295,0.29508929917485704,0.6682067513465881,-0.09216569364070892,0.7382447123527527,0.2761573791503906,0.39595258235931396,0.04695739224553108,0.00470578670501709,0.0021998733282089233,0.0051787495613098145 +26,2.447714920576907,0.07893753315131495,0.2738824487936007,0.6375316977500916,-0.07885558158159256,0.7663780450820923,0.20372575521469116,0.2116997241973877,0.04606024920940399,-0.026249289512634277,0.02917296439409256,0.011957526206970215 +27,2.4613214009419178,0.06376066005149714,0.26557510279676255,0.6277257800102234,-0.06371746957302094,0.7758224606513977,0.19341732561588287,0.19136179983615875,-0.05196302756667137,-0.007196605205535889,0.0008359923958778381,0.02074742317199707 +28,2.4837284724847253,0.04943030489190375,0.2560589770753941,0.610681414604187,-0.04941017925739288,0.7903335094451904,0.2123316079378128,0.13613350689411163,-0.017270483076572418,-0.002420365810394287,0.010362938046455383,-0.005360245704650879 +29,2.490787704459318,0.035421150219607,0.24387380272660944,0.6054469347000122,-0.03541374206542969,0.7950972318649292,0.10707947611808777,0.14225125312805176,-0.014307448640465736,-0.020775973796844482,-0.001573558896780014,0.05251312255859375 +30,2.4970532569472046,0.029148171044144355,0.24242207812991706,0.6005751490592957,-0.02914404310286045,0.7990370988845825,0.11749450862407684,0.09161192178726196,-0.04885835200548172,-0.010655105113983154,0.008788816630840302,0.01170814037322998 +31,2.501596150898588,0.023234434033867934,0.24114096078492303,0.5970315337181091,-0.023232344537973404,0.8018814325332642,0.04960896447300911,0.03964630141854286,-0.028334705159068108,-0.0046395063400268555,0.012581704184412956,0.0022110939025878906 +32,2.508080140030419,0.01793084000731606,0.23867087741987988,0.5918842554092407,-0.01792987994849682,0.8058236837387085,0.01369547750800848,-0.00037108175456523895,-0.04502062126994133,-0.010539531707763672,0.0014046113938093185,0.015602827072143555 +33,2.513352812488889,0.013920376727464906,0.23807421924842267,0.5876646637916565,-0.013919927179813385,0.8089848756790161,0.1254880279302597,0.1376608908176422,0.0007900837808847427,-0.014712393283843994,-0.007305048406124115,-0.0037480592727661133 +34,2.5181568660644555,0.008863772148320785,0.23463152891474956,0.58380526304245,-0.008863655850291252,0.8118456602096558,0.01670684851706028,0.04398195818066597,-0.01924411579966545,-0.0236397385597229,0.0013868492096662521,0.018766701221466064 +35,2.5248904940847567,-0.0032818367698088935,0.2242896485702145,0.5783449411392212,0.003281830810010433,0.8157859444618225,0.24470354616641998,0.0015440955758094788,0.0650685578584671,-0.01538705825805664,-0.015382046811282635,-0.004964292049407959 +36,2.5257403279670507,-0.023451551910038115,0.21041110836949276,0.5774957537651062,0.023449402302503586,0.8160570859909058,0.33004266023635864,0.18613030016422272,-0.20386110246181488,-0.05248647928237915,-0.016033627092838287,0.01624894142150879 +37,2.5372469843246916,-0.02885525278150971,0.19816200797432085,0.5679870843887329,0.02885124832391739,0.8225313425064087,-0.10925506800413132,-0.036740176379680634,0.04380455240607262,-0.05266737937927246,0.029086368158459663,-0.014929592609405518 +38,2.5850015297738764,-0.04041279951657288,0.19161361637522664,0.5278637409210205,0.040401801466941833,0.8483679294586182,0.24048805236816406,1.007578730583191,-0.21295247972011566,-0.04640305042266846,0.04314007982611656,0.031148850917816162 +39,2.6683681888965625,-0.0726231628295818,0.22537108248347007,0.4545574486255646,0.07255934178829193,0.8877571225166321,0.396840363740921,1.0681949853897095,-0.37869158387184143,0.06067085266113281,0.008922591805458069,0.0038291215896606445 +40,2.7617495129828975,-0.09737404654677798,0.2305425188139346,0.3690183758735657,0.09722024202346802,0.924323320388794,0.21228574216365814,0.7355648875236511,-0.2502436637878418,0.02885451912879944,0.029748134315013885,-0.05365687608718872 +41,2.821331333790645,-0.15608864951645696,0.2561553484529733,0.3109874427318573,0.1554556041955948,0.9376145005226135,0.743311882019043,0.30311742424964905,-0.5002601146697998,0.06340232491493225,0.006836935877799988,-0.06873297691345215 +42,2.850658019063074,-0.24851161389441054,0.2598602978097295,0.2780356705188751,0.24596157670021057,0.9285469651222229,0.9342066049575806,0.06450539827346802,-0.3177320063114166,0.05169150233268738,-0.015187621116638184,-0.051273226737976074 +43,2.859954963947574,-0.33953457226512457,0.25078231452229516,0.26206210255622864,0.3330482840538025,0.9057604670524597,0.5737554430961609,0.2767593562602997,-0.11931417882442474,0.025276124477386475,-0.00042197108268737793,0.15028494596481323 +44,2.877417209488217,-0.3718754230931529,0.2556301700789428,0.24326561391353607,0.3633632957935333,0.899326741695404,0.2982730567455292,0.1665102243423462,-0.0808539018034935,0.023396939039230347,0.006311267614364624,-0.04057753086090088 +45,2.876030158309406,-0.4190344507336003,0.2621718700604081,0.23974528908729553,0.40687862038612366,0.8814600706100464,0.43654948472976685,-0.0839829295873642,-0.3447526693344116,-0.05947801470756531,0.03216245770454407,0.03942304849624634 +46,2.910769165753762,-0.4596082786795213,0.3026375991010312,0.20503808557987213,0.44359707832336426,0.8724573254585266,0.20944862067699432,0.22705143690109253,-0.3475516736507416,0.058237120509147644,0.014212489128112793,0.02677386999130249 +47,2.9427883086331303,-0.47831175602346093,0.32490173245727594,0.17533287405967712,0.46028104424476624,0.8702871203422546,0.10561242699623108,0.22335931658744812,-0.13733437657356262,0.02829568088054657,-0.017104774713516235,0.014188528060913086 +48,2.967567451849616,-0.4885386542472828,0.3370953085525367,0.15289317071437836,0.46933600306510925,0.8696821331977844,0.06369542330503464,0.21409769356250763,-0.10615512728691101,0.010253757238388062,-0.008398652076721191,0.02291107177734375 +49,2.9889081867990073,-0.4643361546421029,0.3348545936043948,0.13598830997943878,0.44782933592796326,0.8837173581123352,-0.28841784596443176,0.2295440137386322,0.12284256517887115,0.011091157793998718,0.010209053754806519,-0.03088831901550293 +50,3.0042074886110246,-0.4304860079015885,0.3161486174523308,0.12445817142724991,0.41731250286102295,0.9002001881599426,-0.37404343485832214,0.2882218360900879,0.4160670340061188,0.0319596529006958,-0.011550843715667725,0.0790935754776001 +51,3.0197413773041486,-0.3406266809836537,0.296728885932056,0.1145663782954216,0.3340778350830078,0.9355568885803223,-0.9745080471038818,0.5150399804115295,0.2060997188091278,-0.021030008792877197,0.04640007019042969,0.055516719818115234 +52,3.094647215608256,-0.22711148201497225,0.2927204989992429,0.04572311416268349,0.22516413033008575,0.973247230052948,-1.3762699365615845,0.8881121873855591,-0.04510805010795593,-0.06285873800516129,0.03759218752384186,0.049625515937805176 +53,-3.1088337721260464,-0.08892920969741401,0.31185716152279125,-0.03262360021471977,0.08881203830242157,0.9955141544342041,-1.2017426490783691,0.9151003956794739,0.06981480121612549,0.055343933403491974,0.04493124783039093,-0.05775463581085205 +54,-3.0406028739003856,0.014311634697816874,0.3365510064957848,-0.10080788284540176,-0.01431114599108696,0.9948030114173889,-0.8356848359107971,0.24693989753723145,-0.45862877368927,0.027245238423347473,0.06942588835954666,-0.14794015884399414 +55,-2.9996007529822886,0.08899400084801194,0.359989511214097,-0.14095525443553925,-0.08887657523155212,0.9860188364982605,-0.7078271508216858,0.5644094347953796,-0.4281961917877197,0.006311669945716858,0.023126430809497833,-0.14116990566253662 +56,-2.729257028486572,0.20402693272365813,0.24789411132399067,-0.3924380838871002,-0.20261436700820923,0.8971840739250183,-1.1184935569763184,1.4237456321716309,0.3061537742614746,-0.015642911195755005,-0.1615060716867447,-0.04926872253417969 +57,-2.678284879556493,0.24273601535099731,0.19070446333403912,-0.43380802869796753,-0.2403593361377716,0.8683536648750305,-0.2783212661743164,0.788752019405365,1.0396132469177246,0.04724186658859253,-0.022274941205978394,-0.007513761520385742 +58,-2.6221848788781426,0.19639055700970687,0.14006539448764022,-0.48682454228401184,-0.19513055682182312,0.8514257073402405,0.2763800621032715,0.07750938832759857,0.2856752276420593,-0.09720554947853088,-0.004622220993041992,0.04366999864578247 +59,-2.572347123671985,0.19497427366434478,0.12646171678879414,-0.5287842750549316,-0.19374129176139832,0.826348602771759,0.34676915407180786,0.4060923457145691,-0.23831333220005035,-0.09020388126373291,0.07133521139621735,-0.09865671396255493 +60,-2.524178563680195,0.15903424622140808,0.16122000855723972,-0.5716230273246765,-0.15836471319198608,0.8050888776779175,0.5266268849372864,0.28741616010665894,-0.05956818163394928,0.08694279193878174,0.02427046000957489,0.02236485481262207 +61,-2.5133315057643175,0.11526807454027195,0.20407864106763954,-0.5838386416435242,-0.115012988448143,0.8036819696426392,0.8386667370796204,-0.12127967178821564,-0.17680345475673676,0.0940314531326294,-0.010536342859268188,0.02380228042602539 +62,-2.57304787942028,0.07988850388138695,0.2581833360308511,-0.536689043045044,-0.07980355620384216,0.8399975895881653,0.40994787216186523,-0.8363415002822876,-0.43182843923568726,-0.03812474012374878,-0.16622915863990784,-0.07225179672241211 +63,-2.667547028545776,0.05839467481336153,0.29711113981741427,-0.4557115435600281,-0.058361493051052094,0.8882124423980713,0.32703080773353577,-1.1160213947296143,-0.3962715268135071,0.026130735874176025,0.021313142031431198,-0.04539299011230469 +64,-2.7437042279455546,0.023507924300776015,0.343641888413564,-0.3873656094074249,-0.023505758494138718,0.9216266870498657,0.6269922852516174,-0.20432932674884796,-0.17221061885356903,-0.013543874025344849,0.03510243445634842,0.04626893997192383 +65,-2.7525783295210795,-0.019220890547123438,0.3825763735692806,-0.3792065382003784,0.01921970769762993,0.9251124858856201,0.2588498890399933,0.0952100157737732,-0.2356681376695633,0.02691158652305603,-0.004815414547920227,0.09142804145812988 +66,-2.74995142266935,-0.013294279440432485,0.4077855911905331,-0.3816721737384796,0.013293887488543987,0.9242022037506104,0.16798292100429535,0.22505506873130798,-0.154485821723938,0.01817724108695984,-0.07857099175453186,0.0009229183197021484 +67,-2.727216067964655,-0.028374170204215468,0.43653567227609913,-0.40245726704597473,0.028370363637804985,0.9149989485740662,0.17070883512496948,0.1830020546913147,-0.2836529016494751,-0.007302224636077881,-0.016026007011532784,-0.06651884317398071 +68,-2.7063389719579187,-0.043299226364741594,0.46235641663172544,-0.421245276927948,0.04328569769859314,0.905913233757019,0.31991681456565857,0.05718424543738365,-0.19288469851016998,0.0037495195865631104,0.02800336480140686,0.00030624866485595703 +69,-2.696909635194321,-0.04824516710767464,0.4993747255049653,-0.4296710789203644,0.048226453363895416,0.9016963839530945,0.04634431377053261,0.014547511003911495,-0.3762691915035248,0.005904078483581543,0.08751572668552399,0.03227853775024414 +70,-2.675843496446491,-0.03333476626750087,0.5319222356336124,-0.44884276390075684,0.0333285927772522,0.892988920211792,-0.16349202394485474,0.07818581908941269,-0.5548168420791626,0.036351948976516724,0.010006364434957504,0.017029881477355957 +71,-2.6787372115596044,0.008374855511501132,0.5347328223344567,-0.44648921489715576,-0.008374758064746857,0.8947497010231018,-0.26837360858917236,-1.006311297416687,-0.16125725209712982,0.03035154938697815,0.0016761505976319313,-0.07016485929489136 +72,-2.6989387772310702,0.03688063221504372,0.5282197344255142,-0.42804771661758423,-0.036872271448373795,0.9030035138130188,-0.0678509920835495,0.4242461025714874,0.20909219980239868,-0.01937037706375122,-0.00295315682888031,0.07960134744644165 +73,-2.6712333614413217,0.030144207459202703,0.5334574441136337,-0.45300063490867615,-0.03013964183628559,0.8910003900527954,-0.297555148601532,0.15365004539489746,0.000800546258687973,0.03024071455001831,0.01793261431157589,-0.013116657733917236 +74,-2.659110216352573,0.07923812823748395,0.5060683968058811,-0.4625239372253418,-0.07915523648262024,0.8830665349960327,-0.3754383623600006,0.12851808965206146,0.13295495510101318,0.035476088523864746,0.03122735768556595,-0.05175220966339111 +75,-2.6304080685812075,0.06812666439928959,0.5015463305900434,-0.4880759119987488,-0.06807398051023483,0.87014240026474,0.16523180902004242,0.4893157482147217,0.0652582049369812,-0.02448207139968872,0.0028884336352348328,0.08597326278686523 +76,-2.608838195024382,0.07605316068223797,0.49076085038642286,-0.5064396858215332,-0.07597986608743668,0.8589211106300354,-0.07206706702709198,-0.18706588447093964,0.10824702680110931,0.05616825819015503,0.007666289806365967,-0.08057045936584473 +77,-2.655822763192483,0.06359100369701579,0.5000784314231588,-0.46594566106796265,-0.06354815512895584,0.8825283646583557,-0.17090299725532532,-0.3269813358783722,-0.05659301578998566,-0.042339861392974854,-0.006077699363231659,0.1484622359275818 +78,-2.6594501861043653,0.08431936863060056,0.4764710756234185,-0.4620310962200165,-0.08421948552131653,0.8828557133674622,0.044948384165763855,0.003208149690181017,0.005991121754050255,-0.002232760190963745,0.017447039484977722,-0.032742857933044434 +79,-2.665796118548448,0.07613057608815037,0.47999584781019883,-0.4567199647426605,-0.0760570541024208,0.8863534331321716,-0.13504824042320251,-0.08481857180595398,0.02395745739340782,0.009912043809890747,0.00748404860496521,0.021239399909973145 +80,-2.672328275446658,0.08488986879973862,0.47697914826337334,-0.4506019651889801,-0.08478794991970062,0.8886897563934326,0.021472088992595673,-0.06251759827136993,0.0006951596587896347,-0.006246298551559448,0.017984949052333832,0.0015692710876464844 +81,-2.677158227036547,0.09430152416703967,0.47729766152061054,-0.4459271728992462,-0.09416181594133377,0.8901028037071228,-0.20646795630455017,-0.06467168033123016,-0.09044118225574493,-0.00469544529914856,0.016143612563610077,0.009967565536499023 +82,-2.6900472769092194,0.11074951827087944,0.4817548930897031,-0.4336833357810974,-0.11052326112985611,0.8942615985870361,-0.0842597708106041,-0.09683254361152649,-0.06941206753253937,0.011930316686630249,-0.013805381953716278,0.01894664764404297 +83,-2.7018699878636623,0.1238231522439562,0.4877821735298049,-0.4224293529987335,-0.12350697815418243,0.8979418873786926,-0.21532189846038818,-0.09883051365613937,-0.16038092970848083,0.006963074207305908,-0.001813456416130066,0.02799201011657715 +84,-2.715832052491235,0.14317101641678978,0.49801448295598677,-0.40878790616989136,-0.14268240332603455,0.9014069437980652,-0.10050543397665024,-0.14498692750930786,-0.23801149427890778,0.0017444193363189697,-0.007036849856376648,0.01187753677368164 +85,-2.7269409894845236,0.15727250652174818,0.5109825931562869,-0.39789891242980957,-0.1566249579191208,0.9039605855941772,-0.044067662209272385,-0.07364079356193542,-0.14117585122585297,0.005214005708694458,-0.013693630695343018,0.00036662817001342773 +86,-2.7400991844285305,0.16378094450115624,0.5223737225177967,-0.38556376099586487,-0.16304971277713776,0.9081602692604065,-0.04915184900164604,-0.20926401019096375,-0.17517204582691193,0.0006608963012695312,0.018106520175933838,-0.00967717170715332 +87,-2.777329384982393,0.1997705692648388,0.5487121815963627,-0.34917566180229187,-0.19844447076320648,0.9158033728599548,-0.53485107421875,-0.41197946667671204,-0.5145599842071533,-0.003012418746948242,0.01744474470615387,0.00486600399017334 +88,-2.820971928520084,0.24072981477129787,0.5692673305563449,-0.30606809258461,-0.23841145634651184,0.9216740131378174,-0.022093838080763817,-0.33884498476982117,-0.2044791430234909,0.020957499742507935,-0.016196787357330322,0.0018645524978637695 +89,-2.8665355298699833,0.25186782895399495,0.595534589698195,-0.2630324363708496,-0.2492132931947708,0.9320440888404846,-0.09784364700317383,-0.45683854818344116,-0.21936477720737457,0.009645044803619385,-0.0139550119638443,0.0011984705924987793 +90,-2.9175053075630704,0.2742224503067654,0.6202553843164736,-0.21391375362873077,-0.27079853415489197,0.9385676383972168,-0.07497082650661469,-0.492902547121048,-0.2991035282611847,-0.00024333596229553223,-0.013960987329483032,-0.020034313201904297 +91,-2.943949166019672,0.27248044004747923,0.6440302917857315,-0.18911483883857727,-0.2691211998462677,0.9443566203117371,0.03244660794734955,-0.1691802442073822,-0.20483087003231049,0.0051243603229522705,0.0103473961353302,0.005197763442993164 +92,-2.9374539807349307,0.2762328969143487,0.6360869074277962,-0.19503845274448395,-0.27273330092430115,0.9421126842498779,-0.1286623328924179,0.398732990026474,0.3428443670272827,0.031128570437431335,-0.07068097591400146,0.07323753833770752 +93,-2.886538953643714,0.2594673303930071,0.6095640317488163,-0.2438521534204483,-0.25656574964523315,0.9352593421936035,0.23052702844142914,0.5557126998901367,0.363165020942688,0.018281489610671997,-0.03168800473213196,0.006696164608001709 +94,-2.850838055339547,0.2467782109119295,0.5812794653022686,-0.27799034118652344,-0.24428105354309082,0.9290041327476501,-0.15685389935970306,0.04676011949777603,0.17476655542850494,-0.004221051931381226,0.019534260034561157,0.0062226057052612305 +95,-2.845316778927708,0.259796627321843,0.5628462033347649,-0.2821629047393799,-0.25688400864601135,0.9243349432945251,-0.1011471077799797,-0.07363149523735046,-0.02599029242992401,-0.004687130451202393,0.00013956427574157715,0.0014617443084716797 +96,-2.892440762307618,0.2766448129755796,0.5765263410564491,-0.23720645904541016,-0.27312958240509033,0.9322734475135803,-0.21542994678020477,-0.8444841504096985,-0.4679606556892395,-0.022025153040885925,0.027051061391830444,-0.049064040184020996 +97,-2.9302950237209897,0.2790080397893302,0.6029942771746962,-0.2016184777021408,-0.2754021883010864,0.9399489164352417,0.08457732945680618,-0.05591178312897682,-0.11698807030916214,0.004658013582229614,0.03480157256126404,-0.02835822105407715 +98,-2.9414689803154306,0.2699660583675908,0.6168172613720495,-0.1915903240442276,-0.2666987180709839,0.944544792175293,0.19151848554611206,-0.05429745838046074,-0.037188731133937836,0.016877219080924988,-0.006403058767318726,-0.004557669162750244 +99,-2.9460930011152686,0.26478912341659255,0.6243243041559248,-0.1874864399433136,-0.26170575618743896,0.9467625021934509,-0.027701281011104584,-0.02201986126601696,-0.009289836511015892,0.021318212151527405,-0.005201011896133423,-0.0023654699325561523 +100,-2.9486948540731506,0.2607470411803897,0.6269659135525171,-0.18522372841835022,-0.25780242681503296,0.948277473449707,0.03726426512002945,0.024970058351755142,0.03029029630124569,0.01528659462928772,-0.000895082950592041,0.007166862487792969 +101,-2.9477411205871804,0.2616259284895025,0.6266192495241535,-0.1860843002796173,-0.2586514949798584,0.9478775262832642,0.0015263892710208893,0.003025708720088005,0.029212210327386856,0.0034518390893936157,-0.0069582462310791016,0.002516031265258789 +102,-2.9468408329248943,0.26434566925686537,0.6267341765955324,-0.1868007928133011,-0.2612777352333069,0.947016179561615,-0.007727993652224541,0.001810354646295309,-0.029726166278123856,-0.004468128085136414,0.0030379891395568848,0.003697991371154785 +103,-2.9463357403961337,0.26555158801910095,0.6308827335484415,-0.1872178018093109,-0.26244157552719116,0.946611762046814,-0.06062307953834534,0.034423790872097015,-0.040266506373882294,0.005210995674133301,0.0002040863037109375,0.00959545373916626 +104,-2.9458086478584153,0.26771577035909705,0.6323071675390678,-0.1876058131456375,-0.2645292580127716,0.9459537267684937,0.01447831466794014,-0.009244510903954506,-0.047611579298973083,-0.011200934648513794,0.004962027072906494,0.00033533573150634766 +105,-2.947477811948664,0.2673589965513953,0.6348346152167174,-0.18604476749897003,-0.26418519020080566,0.9463579654693604,0.03926243633031845,-0.012016188353300095,0.008490459062159061,0.00910387933254242,-0.010884970426559448,-0.001076042652130127 +106,-2.9516444387931653,0.26830124734360494,0.6387571228214413,-0.18205296993255615,-0.2650938332080841,0.946880042552948,-0.04719889163970947,-0.03455953672528267,-0.05758237838745117,0.0019077211618423462,-0.0018891692161560059,-0.0014302730560302734 +107,-2.9566009420072987,0.2663936677442527,0.643944174516565,-0.17745019495487213,-0.2632540464401245,0.9482659101486206,0.005729821976274252,-0.05900448560714722,-0.08602653443813324,0.00034148991107940674,-0.005804121494293213,0.012625575065612793 +108,-2.9661599584672254,0.2678758711579598,0.6502092295437234,-0.16830946505069733,-0.26468366384506226,0.9495335817337036,0.014184705913066864,-0.1051281988620758,-0.067082978785038,0.007863342761993408,-0.004145622253417969,0.008962273597717285 +109,-2.9822807208206292,0.27713218895435215,0.6554027655859616,-0.15258587896823883,-0.27359840273857117,0.9496639370918274,-0.1637204885482788,-0.2740723788738251,-0.1413296014070511,-0.020647138357162476,0.02202671766281128,0.011349916458129883 +110,-3.0364800166756227,0.31622909636411584,0.6827102875011952,-0.09971673041582108,-0.31098484992980957,0.9451690912246704,-0.7527835965156555,-0.5841271877288818,-0.44266337156295776,-0.015883833169937134,0.012736588716506958,0.05150425434112549 +111,-3.110439560543286,0.40224136941864863,0.72642777326687,-0.02866199240088463,-0.39148178696632385,0.9197391867637634,-0.5439537763595581,-0.5787991285324097,-0.5017997622489929,-0.0051056984812021255,-0.0009741783142089844,-0.011917650699615479 +112,3.0750124088786204,0.42825150381197374,0.7884297141506721,0.060522858053445816,-0.41528084874153137,0.9076776504516602,-0.06727894395589828,-0.5871228575706482,-0.3911367356777191,0.024193931370973587,0.0017219185829162598,-0.014367163181304932 +113,3.044533924642366,0.40987295086118863,0.8012297721503242,0.0888797789812088,-0.39849281311035156,0.9128546118736267,0.23004065454006195,-0.04154505580663681,0.013536084443330765,0.001467488706111908,0.013498365879058838,0.004640936851501465 +114,3.0216575838054327,0.3967485360582949,0.8092118421727125,0.11035376042127609,-0.3864215016365051,0.9156965613365173,-0.08497045934200287,-0.29955732822418213,-0.08761419355869293,-0.028047889471054077,0.0035022497177124023,-0.00506746768951416 +115,3.01770991385506,0.3856188915293986,0.8075403428381129,0.11449214071035385,-0.37613266706466675,0.9194649457931519,0.47754937410354614,0.1551961451768875,0.0035766959190368652,0.007684983313083649,0.00967755913734436,-0.0012215375900268555 +116,3.024615332705417,0.3500231045475916,0.8038603077993417,0.1096339225769043,-0.3429194986820221,0.9329449534416199,-0.08366566896438599,-0.06595145165920258,-0.055896908044815063,0.008270710706710815,-0.012625426054000854,0.0574418306350708 +117,2.994086860652243,0.37476547384766123,0.8215154166321375,0.13677068054676056,-0.3660542964935303,0.9204877614974976,-0.312188982963562,-0.39127564430236816,-0.16806355118751526,0.004632517695426941,-0.010471582412719727,0.009443700313568115 +118,2.9524678644074926,0.3901571581756632,0.8423140602991777,0.17387111485004425,-0.3803337812423706,0.908358633518219,0.00017455965280532837,-0.32212135195732117,-0.23019158840179443,-0.05360129475593567,0.03275373578071594,-0.06782805919647217 +119,2.934037449037027,0.3623477957771076,0.8553103716295045,0.19268758594989777,-0.35447055101394653,0.9149983525276184,0.6943398118019104,0.02287197858095169,-0.07287649065256119,-0.025008782744407654,0.002786010503768921,-0.044743895530700684 +120,2.9419520005525817,0.2806612084473304,0.8551806333613624,0.19055746495723724,-0.2769910395145416,0.9417874813079834,0.5981788635253906,0.04380076751112938,-0.07161092758178711,0.06496620178222656,-0.054033100605010986,0.07615679502487183 +121,2.9331217369293263,0.25218753137934746,0.8522560482107228,0.20041772723197937,-0.24952289462089539,0.9474025964736938,0.193527489900589,-0.4003458023071289,-0.1912507712841034,-0.010308429598808289,0.008388176560401917,-0.050307631492614746 +122,2.9085359149275463,0.21825945266237654,0.8586787616367875,0.22547346353530884,-0.2165306955575943,0.949881911277771,0.44818374514579773,0.0016214947681874037,-0.15652456879615784,-0.04397024214267731,0.049309685826301575,-0.04888123273849487 +123,2.9306899724294992,0.14780781735006931,0.8479132796211046,0.2070600986480713,-0.14727020263671875,0.9671804308891296,0.582703173160553,0.5569709539413452,0.3702627718448639,0.10026721656322479,-0.11655427515506744,0.2907390594482422 +124,2.9273242468731455,0.14008373907805652,0.8448168111291334,0.2105497270822525,-0.13962604105472565,0.9675604701042175,-0.3418900966644287,-0.07418586313724518,0.0603993684053421,0.023382768034934998,-0.025901302695274353,0.039763689041137695 +125,2.918693527331726,0.15452397856684186,0.8477093816082952,0.2184240221977234,-0.15390977263450623,0.9636403322219849,0.06793206185102463,-0.212631955742836,-0.12714064121246338,-0.036005228757858276,0.02187548577785492,-0.10061848163604736 +126,2.937528172809734,0.128109411395076,0.8404349678103099,0.2009904384613037,-0.12775927782058716,0.971226155757904,0.34366267919540405,0.4865082800388336,0.32314804196357727,0.1170942485332489,-0.08034005761146545,0.2016405463218689 +127,2.9370613910509213,0.13037379614753528,0.8361824116941234,0.20138446986675262,-0.13000477850437164,0.9708463549613953,-0.4631419777870178,-0.27195993065834045,-0.014414414763450623,0.018357321619987488,-0.013748258352279663,0.005868494510650635 +128,2.920985973108685,0.14430419897582558,0.8428939901666427,0.21654726564884186,-0.1438038945198059,0.9656230211257935,0.41454002261161804,0.12823663651943207,0.02588280476629734,-0.027612924575805664,0.03609210252761841,-0.09381210803985596 +129,2.9569565367110724,0.11355807845506287,0.8227357288408529,0.18240641057491302,-0.1133141741156578,0.9766719341278076,0.10850442200899124,0.06998071819543839,-0.1417667716741562,0.02308371663093567,0.024675846099853516,0.10575616359710693 +130,2.938423340746269,0.13686887253941274,0.8319098065018877,0.1998874843120575,-0.13644194602966309,0.970272421836853,-0.3763938248157501,-0.20518480241298676,-0.04892471432685852,-0.03867840766906738,0.03245331346988678,-0.08593404293060303 +131,2.923019125994898,0.11963879683013433,0.8335142589767203,0.21528729796409607,-0.11935359239578247,0.969229519367218,0.6999999284744263,0.030860507860779762,-0.022614875808358192,-0.05133165419101715,0.02857907861471176,-0.07546132802963257 +132,2.95725657234455,0.08732955896214961,0.8142963169001936,0.1825953871011734,-0.08721859753131866,0.9793118238449097,0.06881720572710037,-0.4556911289691925,-0.43044671416282654,0.010107859969139099,0.020583465695381165,0.04589557647705078 +133,2.936497664305485,0.114567369764113,0.8250409799159688,0.20232506096363068,-0.1143169030547142,0.9726235270500183,0.014498399570584297,-0.19018496572971344,-0.1057666540145874,-0.03943745791912079,0.05045883357524872,-0.15939092636108398 +134,2.966058483804237,0.08906752059716035,0.8031250084732755,0.17394189536571503,-0.08894980698823929,0.9807304739952087,0.1642996370792389,0.03296587988734245,0.32794323563575745,0.12818212807178497,-0.059731848537921906,0.06939470767974854 +135,2.937316670638649,0.08421568120255843,0.815570701756982,0.20213933289051056,-0.08411616832017899,0.9757378697395325,-0.04537126049399376,-0.009821012616157532,0.025816064327955246,-0.03038637340068817,-0.010473072528839111,-0.054915666580200195 +136,2.9526434340471313,0.07858040895817499,0.8084036564886549,0.18724733591079712,-0.07849956303834915,0.9791713356971741,0.04111453518271446,-0.008882753551006317,0.0004224460572004318,0.010064080357551575,0.0019309520721435547,0.0368351936340332 +137,2.9481670961939597,0.07267511586775238,0.8100021350283299,0.19171425700187683,-0.07261116057634354,0.9787608981132507,0.15529949963092804,-0.018279802054166794,-0.018955133855342865,0.0012636184692382812,-0.0037133023142814636,0.0009752511978149414 +138,2.9284302999342913,0.05321774919275018,0.803642907453265,0.21125228703022003,-0.053192634135484695,0.9759833812713623,0.3520691394805908,-0.38442978262901306,-0.00998975895345211,0.019399598240852356,0.015945915132761,0.0321192741394043 +139,2.9021226211875333,0.027950188551437074,0.7787585911148069,0.2370951771736145,-0.027946550399065018,0.9710844159126282,0.23187142610549927,-0.2962769865989685,0.26489245891571045,0.021724402904510498,-0.042838968336582184,0.0866396427154541 +140,2.879734264337829,0.019596093055588893,0.7469647824312841,0.2588263750076294,-0.019594838842749596,0.965725302696228,0.011671500280499458,-0.3161463737487793,0.4814656376838684,0.03496637940406799,-0.007169077172875404,0.0066869258880615234 +141,2.8267071492228593,0.029483892121113322,0.700554875103163,0.3095729947090149,-0.0294796209782362,0.9504185914993286,0.12482301890850067,-0.42165645956993103,0.32670602202415466,-0.09411889314651489,0.06535302847623825,-0.04464161396026611 +142,2.8048149750258897,0.00984175982644525,0.657111267414932,0.33043158054351807,-0.009841601364314556,0.9437788724899292,0.3845476508140564,-0.23478935658931732,0.39067739248275757,-0.0397820770740509,-0.01635773852467537,-0.006278634071350098 +143,2.7835134960965866,0.008378745386002232,0.6159357333267873,0.35046347975730896,-0.008378647267818451,0.936538577079773,0.02020721137523651,-0.08860916644334793,0.23833398520946503,-0.025954872369766235,0.0135971549898386,0.029128849506378174 +144,2.785129143309698,0.011913606575186664,0.5930600719290149,0.3489374816417694,-0.01191332470625639,0.9370702505111694,-0.037222400307655334,-0.0189573485404253,0.3906981945037842,0.015381336212158203,0.00495531503111124,0.05975586175918579 +145,2.783407255516638,0.029966969569922824,0.5979710257016012,0.3504180610179901,-0.029962483793497086,0.9361142516136169,-0.18928958475589752,0.12859147787094116,-0.11342643201351166,-0.01959213614463806,-0.00876433402299881,-0.004778623580932617 +146,2.8000416629435447,0.032032927740955515,0.606948212617089,0.33477702736854553,-0.03202744945883751,0.9417527914047241,0.0937512144446373,0.1895361691713333,-0.06910758465528488,0.02537614107131958,-0.035797860473394394,-0.03254270553588867 +147,2.8094536510231607,0.02858016749411037,0.5972270061128012,0.3259328007698059,-0.028576277196407318,0.9449611902236938,-0.027217887341976166,0.0872114822268486,-0.011545874178409576,0.003992855548858643,0.011959448456764221,-0.006194472312927246 +148,2.8124153675325605,0.02882598601480034,0.5852269658636877,0.32313036918640137,-0.028821993619203568,0.9459156394004822,0.08441048115491867,-0.012658623978495598,0.24121324717998505,-0.021372467279434204,0.009641692042350769,0.03322577476501465 +149,2.8225874590019497,0.029328025980729217,0.5819458135399843,0.31348732113838196,-0.029323821887373924,0.9491398334503174,0.021845387294888496,0.1554940938949585,-0.037575170397758484,-0.006373584270477295,-0.015109788626432419,-0.01057136058807373 +150,2.833978685467186,0.021319446905408986,0.5777379658824242,0.3027166426181793,-0.02131783217191696,0.952842116355896,0.16901792585849762,0.1081208884716034,0.04384421557188034,0.006655275821685791,-0.012770300731062889,8.165836334228516e-06 +151,2.836059865720801,0.010458265356876394,0.5636159160874934,0.30078476667404175,-0.010458074510097504,0.9536343216896057,0.04209555685520172,0.04808393865823746,0.07038664817810059,-0.005466252565383911,0.025747384876012802,0.004937708377838135 +152,2.8380549250107436,0.0011897532284844505,0.5481981376851551,0.2988978326320648,-0.0011897529475390911,0.9542843103408813,0.1801217943429947,-0.013418351300060749,0.12823963165283203,0.008734524250030518,0.02154497802257538,-0.002303779125213623 +153,2.8325780294289946,0.007770948634606917,0.5122952483763604,0.3041108250617981,-0.007770870346575975,0.9526047110557556,-0.3011518716812134,-0.2551955282688141,0.4124375283718109,0.01824626326560974,-0.02291455678641796,0.04573184251785278 +154,2.7665392571591956,0.08727899877275946,0.4942900449727845,0.36492785811424255,-0.08716823160648346,0.9269462823867798,-0.6772505044937134,-0.9204372763633728,0.5936617851257324,0.06607189774513245,-0.0026450008153915405,-0.016896843910217285 +155,2.6454207760547748,0.11595811622927941,0.4643481245286336,0.47286558151245117,-0.1156984269618988,0.8735057711601257,0.35701116919517517,-1.4500573873519897,-0.13667279481887817,-0.05430164933204651,0.10851152241230011,-0.03218185901641846 +156,2.554667012394279,0.0381853672613214,0.45908393772344686,0.5534001588821411,-0.03817608952522278,0.8320403695106506,1.0809258222579956,-0.40487244725227356,-0.45495566725730896,-0.10088545083999634,0.00970318540930748,0.05136740207672119 +157,2.5054235825871767,-0.09160351106804646,0.46331802285423107,0.591627299785614,0.0914754569530487,0.8010051250457764,1.148945689201355,-0.6746093034744263,-1.1661287546157837,-0.06432938575744629,0.0851907953619957,-0.06272399425506592 +158,2.4981532862940496,-0.26244339515016485,0.43437179182134994,0.5794077515602112,0.2594410479068756,0.7726430296897888,1.474565863609314,0.6538515090942383,-0.13688896596431732,0.0878286361694336,-0.14017832279205322,0.188920259475708 +159,2.5293472805614585,-0.2760091178512242,0.42270565477761785,0.552954375743866,0.27251800894737244,0.7873855233192444,-0.9371066689491272,-0.13231214880943298,0.10407315194606781,0.04819631576538086,-0.02465417981147766,0.10079830884933472 +160,2.5336614160214617,-0.21676470883482787,0.43418711927737164,0.5578042268753052,0.2150711715221405,0.8016225695610046,-0.02889583632349968,0.39175063371658325,0.34576258063316345,-0.04442232847213745,0.03077840805053711,-0.06283783912658691 +161,2.5859678093389595,-0.19153313099397246,0.408705213959591,0.517828643321991,0.19036421179771423,0.8340354561805725,-0.4641355872154236,0.4430526793003082,0.30310729146003723,-0.03998440504074097,-0.0029557645320892334,0.06441736221313477 +162,2.6285523742249812,-0.12672437843596485,0.41557518870968296,0.48689261078834534,0.12638546526432037,0.864270031452179,-0.5962780117988586,0.46644991636276245,0.37616416811943054,0.014312893152236938,0.018130525946617126,0.01690995693206787 +163,2.700388636226962,-0.04959300510450126,0.3903042254116674,0.42650356888771057,0.04957268014550209,0.90312659740448,-0.6014108657836914,0.7679906487464905,0.5476695895195007,0.007898956537246704,0.011599812656641006,0.01902318000793457 +164,2.744998265539484,0.027318535694959723,0.39023026026779767,0.38613516092300415,-0.027315137907862663,0.9220376014709473,-0.5573378205299377,0.47045910358428955,0.4684082567691803,0.010547518730163574,0.005434039980173111,-0.053797364234924316 +165,2.802688234760744,0.04904642969336904,0.3572533189862356,0.3320542573928833,-0.049026768654584885,0.9419854283332825,0.3551044762134552,0.6439707279205322,0.3604130446910858,0.004096865653991699,-0.015716273337602615,-0.019255876541137695 +166,2.870931768483487,0.02885245593781805,0.3043467541936808,0.26725703477859497,-0.028848452493548393,0.9631933569908142,0.20195108652114868,0.5671102404594421,0.40308547019958496,-0.015319228172302246,0.00040606968104839325,0.02620178461074829 +167,2.9596890890255034,0.03767390735005976,0.24898625376184064,0.18077372014522552,-0.037664994597435,0.9828033447265625,0.04978461563587189,1.085333228111267,0.6309452652931213,0.01788046956062317,0.021338090300559998,0.02459716796875 +168,3.0566335862594145,0.040537134599470136,0.19145817543601376,0.08478718250989914,-0.04052603244781494,0.9955745339393616,-0.023364264518022537,0.6770414710044861,0.328031450510025,0.00847453624010086,0.01647818088531494,-0.013640999794006348 +169,3.088745472958774,0.04774610964305147,0.17694167144010525,0.05276239663362503,-0.04772797226905823,0.9974660277366638,-0.028986070305109024,0.03290911391377449,0.0037715937942266464,0.031115178018808365,0.005552664399147034,-0.028349637985229492 +170,3.042325078358258,0.06620033716038197,0.20311770033069088,0.09888755530118942,-0.06615199148654938,0.9928975105285645,-0.4898892045021057,-0.7889893054962158,-0.3908383846282959,0.010914698243141174,0.02385462075471878,0.010810494422912598 +171,2.9588894729450597,0.10472257662505369,0.24386562039896087,0.18069306015968323,-0.10453126579523087,0.9779689311981201,-0.24929839372634888,-0.8066058158874512,-0.319654643535614,-0.026274114847183228,0.010888077318668365,-0.007357358932495117 +172,2.895346080666872,0.09823466359696723,0.273335911987698,0.24259020388126373,-0.09807674586772919,0.9651582837104797,0.10887851566076279,-0.33442193269729614,-0.1531504988670349,-0.009771645069122314,-0.01181703805923462,0.026891648769378662 +173,2.874166983486967,0.08956877328282424,0.2784529059969637,0.26319026947021484,-0.08944906294345856,0.9605884552001953,0.010015579871833324,-0.12699644267559052,-0.08561212569475174,-0.011084496974945068,0.008363835513591766,0.02564835548400879 +174,2.871973625314298,0.09086256632585317,0.281224262103519,0.26526540517807007,-0.09073758870363235,0.9598961472511292,0.03219715505838394,0.02256505936384201,-0.0015910211950540543,0.0017328262329101562,0.0074551403522491455,0.0074651241302490234 +175,2.875674890566595,0.08783380706043355,0.2785263253461812,0.26178178191185,-0.08772091567516327,0.9611321687698364,-0.009746799245476723,0.09017951041460037,0.041048113256692886,-7.835030555725098e-05,0.013334333896636963,0.011951148509979248 +176,2.8843502257101807,0.08476249054086286,0.2728703885653206,0.253501296043396,-0.08466102927923203,0.9636232256889343,0.017149321734905243,0.12327620387077332,0.06719614565372467,-0.013572096824645996,-0.006281353533267975,0.02035510540008545 +177,2.9058362205523096,0.08304549190979865,0.25515357609470746,0.232773557305336,-0.08295007050037384,0.9689868688583374,0.17089606821537018,0.33125150203704834,0.21086493134498596,-0.02212601900100708,0.009326420724391937,0.00012922286987304688 +178,2.9361627901953185,0.06957460676219349,0.23768665997802801,0.20349450409412384,-0.06951849162578583,0.9766050577163696,0.0885830968618393,0.23289741575717926,0.10447411984205246,0.003674060106277466,0.008651182055473328,0.004504680633544922 +179,2.96390040949348,0.06534603950524788,0.22093849088722356,0.17638133466243744,-0.06529954075813293,0.9821532964706421,0.0991351455450058,0.18552207946777344,0.09338615834712982,0.0026652514934539795,-0.005272336304187775,-5.2094459533691406e-05 +180,2.98075677492591,0.06343324049650133,0.20807864526507652,0.1598212867975235,-0.06339070945978165,0.9851086735725403,0.011604806408286095,0.20882992446422577,0.18799389898777008,0.003295212984085083,0.003835633397102356,0.010069727897644043 +181,3.0034490922650487,0.062139449623997194,0.1905794652431223,0.1374388188123703,-0.06209946796298027,0.9885616302490234,0.054635725915431976,0.28558167815208435,0.12303124368190765,-0.0014830231666564941,0.02161790430545807,0.0014132857322692871 +182,3.027991501744495,0.05588809986150875,0.17954351598182794,0.11317996680736542,-0.05585901066660881,0.9920029044151306,0.09016428887844086,0.2880355417728424,0.15387675166130066,0.009912669658660889,-0.008700914680957794,0.009507536888122559 +183,3.057537908010426,0.0491001726004637,0.16015636865683194,0.08385460823774338,-0.04908044636249542,0.9952684044837952,0.011187730357050896,0.23354360461235046,0.1986604630947113,-0.0005416274070739746,-0.006904043257236481,0.017533540725708008 +184,3.0834854324151824,0.05719152230875783,0.14458292335531145,0.057979561388492584,-0.05716035142540932,0.9966797828674316,-0.04386815428733826,0.10750513523817062,-0.022992493584752083,0.002338416874408722,0.019944176077842712,-0.019644498825073242 +185,3.0885761635453406,0.0599235214531823,0.1470261909074979,0.052896544337272644,-0.05988766625523567,0.996802568435669,-0.022326551377773285,0.11359803378582001,0.009620759636163712,0.008977852761745453,0.008541829884052277,0.0004050731658935547 +186,3.084859191621108,0.06496559945746119,0.14995619324650908,0.056583404541015625,-0.06491991132497787,0.9962847828865051,-0.12236781418323517,0.10855456441640854,0.11788567900657654,0.016353599727153778,0.011163204908370972,0.008903026580810547 +187,3.0911959366142754,0.06500805194049684,0.14329523411645959,0.0502689890563488,-0.06496227532625198,0.9966209530830383,-0.033524271100759506,0.1647515445947647,0.11657814681529999,-0.0038517452776432037,0.02094065397977829,0.010306715965270996 +188,3.1031882023244854,0.06443814150752665,0.13953658757760515,0.038315337151288986,-0.0643935576081276,0.9971891045570374,-0.023901639506220818,0.12057632952928543,0.06540481746196747,-0.005737815052270889,-0.0073532834649086,0.0070226192474365234 +189,3.116137708301632,0.06264790761270417,0.1347210753749921,0.025402264669537544,-0.06260693818330765,0.9977149367332458,0.07245266437530518,0.10083024203777313,0.04270628094673157,0.0014684628695249557,-0.004684321582317352,-0.000507354736328125 +190,3.126791880385884,0.058992967005229026,0.12720236593734108,0.014774487353861332,-0.0589587539434433,0.9981511235237122,0.007775641046464443,0.0638941302895546,0.0627245381474495,0.003215624950826168,0.003599870949983597,0.018175780773162842 +191,3.131722140566383,0.06281248576389725,0.12490270785761337,0.009850888513028622,-0.06277119368314743,0.9979794025421143,-0.015473492443561554,-0.005147916730493307,0.03741738572716713,0.004324526526033878,-0.01051677018404007,-0.019952058792114258 +192,3.134220674027058,0.06140994932233035,0.12419354375724517,0.007358018308877945,-0.06137135997414589,0.9980881214141846,0.06289085000753403,0.05954059213399887,0.000254693441092968,0.00474220234900713,0.011902358382940292,0.01828479766845703 +193,-3.1402225414072205,0.05882057932325431,0.1177428691372151,-0.0013677425449714065,-0.05878666788339615,0.99826979637146,-0.07728254795074463,0.06673060357570648,0.028986016288399696,-0.010122125968337059,0.021097443997859955,0.00754392147064209 +194,-3.1307746911449494,0.05990803056436469,0.11105377416789969,-0.010798346251249313,-0.05987220257520676,0.9981477856636047,0.022982656955718994,0.17963121831417084,0.15657196938991547,-0.0032702600583434105,0.007885493338108063,-0.0006042718887329102 +195,-3.09958690043398,0.04907550148321998,0.09544813595669989,-0.04194284602999687,-0.0490558035671711,0.9979150295257568,0.07878851890563965,0.4621928036212921,0.18785244226455688,-0.009006258100271225,-0.0303356796503067,0.06847596168518066 +196,-3.0523315654616776,0.06381941767447469,0.08838931693624509,-0.08896112442016602,-0.06377610564231873,0.9939911365509033,-0.29912224411964417,0.4066641330718994,0.03159903734922409,0.026842601597309113,0.0032902732491493225,0.017712295055389404 +197,-3.009375909490386,0.08823487704394437,0.07412709862040062,-0.13131900131702423,-0.08812043070793152,0.9874157309532166,-0.13962912559509277,0.45196467638015747,0.14098894596099854,-0.006940856575965881,0.00964450091123581,-0.006291031837463379 +198,-2.9532288328913365,0.09533191397094877,0.05446829156622795,-0.1864016205072403,-0.09518758207559586,0.977851390838623,-0.04220873862504959,0.5198701024055481,0.16054564714431763,0.020233452320098877,0.0063509270548820496,0.007911920547485352 +199,-2.908530038725373,0.1055839065252486,0.03565095388854138,-0.22967231273651123,-0.105387844145298,0.9675456285476685,-0.20756207406520844,0.4149964153766632,0.2234550416469574,0.013531491160392761,0.0031081587076187134,-0.014466166496276855 +200,-2.8817761634691634,0.1139610619401694,0.027569875810612637,-0.25523683428764343,-0.1137145534157753,0.9601684808731079,-0.11093579232692719,0.06050612032413483,-0.010455012321472168,0.026980578899383545,-0.0031525343656539917,-0.02835988998413086 +201,-2.876418184201891,0.11706332880037888,0.0221207729351571,-0.2602840065956116,-0.11679614335298538,0.9584420919418335,0.022431988269090652,0.0650441125035286,0.06475082784891129,0.008285075426101685,0.0016227886080741882,0.009102582931518555 +202,-2.8669161931530924,0.11840883530548175,0.01561347700731954,-0.2693362534046173,-0.1181323379278183,0.9557731747627258,-0.038383085280656815,0.12960943579673767,-0.005029475316405296,0.002719491720199585,0.024565458297729492,-0.00017648935317993164 +203,-2.860570468569273,0.11897943576624108,0.016325951818575875,-0.27537718415260315,-0.11869891732931137,0.9539800882339478,-0.014210271649062634,0.002693143207579851,-0.01631111651659012,0.009630143642425537,0.01452716439962387,-0.031540513038635254 +204,-2.8624193765713155,0.11226575393189354,0.01740290726664817,-0.2738262712955475,-0.11203007400035858,0.9552319645881653,0.007089151069521904,-0.053952161222696304,0.004804092459380627,0.01441165804862976,0.00788886845111847,-0.0017714500427246094 +205,-2.8627304334285903,0.10327978295178064,0.015934103283765468,-0.2737951874732971,-0.10309626907110214,0.9562463164329529,-0.008106887340545654,0.019398633390665054,-0.020200319588184357,-0.011391520500183105,0.015053078532218933,0.027991175651550293 +206,-2.8629070523719937,0.10360511457853418,0.01660418788787512,-0.27361705899238586,-0.10341986268758774,0.9562624096870422,0.046377554535865784,0.014661157503724098,-0.007052529603242874,-0.020267188549041748,0.003963083028793335,0.007741987705230713 +207,-2.8639382901199424,0.09936833062241543,0.020138816362736255,-0.27274855971336365,-0.099204882979393,0.9569572806358337,0.0755448117852211,-0.06504660099744797,-0.02491849474608898,0.00015023350715637207,-0.0012132301926612854,-0.005388379096984863 +208,-2.868375405268115,0.08745055084242244,0.024300641176280037,-0.2687996029853821,-0.0873391255736351,0.9592280387878418,0.12019792199134827,-0.0768449679017067,-0.0022609587758779526,-0.0003196597099304199,0.005918242037296295,0.007156729698181152 +209,-2.8712249127714915,0.08318488444317776,0.02637492416147878,-0.26616230607032776,-0.08308897912502289,0.9603404998779297,0.027784235775470734,-0.020111553370952606,-0.014029363170266151,0.008181959390640259,-0.004298098385334015,0.012666702270507812 +210,-2.8733259220093483,0.0831894769882672,0.024974432245387014,-0.2641439735889435,-0.08309356123209,0.9608973860740662,-0.014729812741279602,-0.024132758378982544,0.011985496617853642,-0.013657599687576294,0.0024508535861968994,-5.4836273193359375e-06 +211,-2.875394276503968,0.08381533106659084,0.026174856835446028,-0.262142151594162,-0.0837172344326973,0.9613910913467407,-0.006585337221622467,-0.020378099754452705,0.03352920711040497,0.011058807373046875,-0.006050221621990204,-0.002238929271697998 +212,-2.878792279503966,0.08375120812898672,0.024951666034065345,-0.2588752210140228,-0.08365333080291748,0.9622814655303955,0.03024369291961193,-0.022828849032521248,-0.031693119555711746,-0.012288719415664673,0.0053604841232299805,-0.0019239187240600586 +213,-2.8853661837991775,0.08033568158592666,0.025848162768502214,-0.25261473655700684,-0.08024929463863373,0.9642335176467896,0.08420780301094055,-0.09667137265205383,-0.0119136031717062,-0.01276618242263794,0.011569477617740631,-0.0127410888671875 +214,-2.892651747884316,0.07126381392509179,0.03221109597744057,-0.24575233459472656,-0.07120350748300552,0.9667141437530518,0.07971350848674774,-0.0991932600736618,-0.06979969143867493,0.008752807974815369,0.016088761389255524,0.006796717643737793 +215,-2.8988234212152255,0.06580332507653093,0.03571117716516675,-0.2398713380098343,-0.06575584411621094,0.9685753583908081,0.05036128684878349,-0.03400782123208046,0.008039494976401329,0.008624359965324402,0.0027217790484428406,0.011344194412231445 +216,-2.9016563904962154,0.05797757479639414,0.03448298671264432,-0.2372414469718933,-0.05794509872794151,0.9697210788726807,0.11725002527236938,0.049931690096855164,0.10742367804050446,0.01936119794845581,-0.009514007717370987,0.017629384994506836 +217,-2.917936052583079,0.06669224742990934,0.04004990038405737,-0.2213035672903061,-0.06664282083511353,0.9729253053665161,-0.3709535598754883,-0.4360117018222809,-0.3639882504940033,-0.007013693451881409,0.020271360874176025,-0.0003606081008911133 +218,-3.0478604135685727,0.13545917290698156,0.1405246703150888,-0.09273768216371536,-0.13504528999328613,0.9864901900291443,-0.41624146699905396,-1.6266998052597046,-1.2141345739364624,0.034998416900634766,-0.001841321587562561,-0.02111220359802246 +219,3.0537284173703276,0.14428066040174262,0.2639484913324497,0.0868394672870636,-0.14378060400485992,0.9857922196388245,-0.06168175861239433,-1.6531062126159668,-1.1600072383880615,-0.0016496405005455017,-0.05504143238067627,0.04385566711425781 +220,2.916569081928374,0.16189644189670102,0.31961066059176885,0.22021156549453735,-0.16119013726711273,0.9620419144630432,-0.2683846056461334,-1.0229359865188599,-0.18916594982147217,-0.026806414127349854,-0.020694628357887268,0.03002345561981201 +221,2.819321018161115,0.17870443066822608,0.3627910735358655,0.31167832016944885,-0.17775478959083557,0.9334133863449097,-0.24969470500946045,-0.6182385683059692,-0.15971142053604126,-0.0476248562335968,-0.012919098138809204,0.039411067962646484 +222,2.7780308634714888,0.17866221427988963,0.38601876400849766,0.3499450981616974,-0.17771324515342712,0.9197590947151184,0.082283154129982,-0.3009284436702728,-0.3018679916858673,-0.048248291015625,0.01499350368976593,0.003428339958190918 +223,2.725240200706896,0.1575127766984061,0.42800785178833317,0.39942052960395813,-0.1568622589111328,0.903248131275177,-0.05952858924865723,-0.6099042296409607,-0.676546573638916,-0.04643908143043518,0.001314207911491394,0.003810405731201172 +224,2.661694854182878,0.1272849793288996,0.48601264597631105,0.4579536020755768,-0.12694156169891357,0.8798661828041077,0.24746328592300415,-0.44430607557296753,-0.5470584034919739,0.03231129050254822,-0.017543911933898926,0.01446676254272461 +225,2.597463869439696,0.09749749513378228,0.5296700826099392,0.5152145624160767,-0.09734310209751129,0.8515155911445618,-0.08779937773942947,-0.7284274101257324,-0.393304705619812,0.01432657241821289,-0.0349353551864624,0.015565335750579834 +226,2.5502370422151315,0.07723017439881884,0.5514012925516284,0.5558253526687622,-0.07715342193841934,0.8277113437652588,0.41632500290870667,-0.16724546253681183,-0.4493838846683502,-0.055047035217285156,0.0007526576519012451,-0.018781721591949463 +227,2.53548270858586,0.011257755529911788,0.5600661495407716,0.5696384906768799,-0.011257518082857132,0.8218181133270264,0.5678123831748962,-0.0165733490139246,-0.2798979878425598,0.023531615734100342,-0.03538858890533447,0.05495178699493408 +228,2.5301135051964714,-0.013354039665556774,0.5642594836210658,0.5740281343460083,0.013353643007576466,0.8187268972396851,-0.0209825299680233,-0.03752163052558899,-0.06047987937927246,0.020179688930511475,-0.037294670939445496,0.03616213798522949 +229,2.525369070651705,-0.009449892603223594,0.5667814429882044,0.5779315233230591,0.009449752047657967,0.8160302042961121,0.050789110362529755,-0.10749385505914688,-0.12452463805675507,-0.023183107376098633,0.030940262600779533,-0.028280198574066162 +230,2.532819378856478,-0.019972665828524746,0.5599729628854332,0.5717476010322571,0.019971337169408798,0.8201866745948792,0.015922298654913902,0.05487905442714691,-0.0764067992568016,-0.00975102186203003,0.001772439107298851,0.0345497727394104 +231,2.5372926167479117,-0.021868899303121057,0.5631114075022281,0.5680504441261292,0.02186715602874756,0.8227034211158752,0.04640762507915497,0.1410338133573532,0.03653576970100403,0.003223419189453125,-0.008988732472062111,0.017705023288726807 +232,2.540189065843072,-0.018260198554775193,0.5624989156039141,0.5657060742378235,0.018259184435009956,0.8244048953056335,0.017610983923077583,-0.004873418249189854,0.06830652058124542,0.001920938491821289,-0.002176417037844658,-0.00793755054473877 +233,2.5455999421337023,-0.014491230416201154,0.5554510266260003,0.5612716674804688,0.014490723609924316,0.8275048136711121,-0.06827455759048462,0.06044638156890869,0.03632526099681854,-0.02176666259765625,0.015477538108825684,0.015009284019470215 +234,2.566362247516136,-0.0034266151026570196,0.5389094640098544,0.5440249443054199,0.003426608396694064,0.8390620350837708,-0.04065481573343277,0.17799802124500275,0.14733551442623138,-0.023532450199127197,0.01578420400619507,0.007983863353729248 +235,2.5765475654416297,-0.0011577968958439609,0.5309790695502985,0.5354536175727844,0.001157796592451632,0.8445640206336975,0.05409669876098633,0.064508818089962,0.1446167677640915,-0.004081428050994873,-0.006925627589225769,0.02010589838027954 +236,2.6102111560128995,0.0061536541918495195,0.5086380784177039,0.5067152976989746,-0.006153615191578865,0.862091600894928,0.054937027394771576,0.49522316455841064,0.46406450867652893,0.020796358585357666,-0.013102971017360687,-0.010223865509033203 +237,2.6268757221465493,0.006492076568008964,0.4942648550008059,0.4922780692577362,-0.006492030806839466,0.8704137206077576,0.1000949889421463,-0.026597367599606514,-0.02205221727490425,0.003876715898513794,0.00449313223361969,0.010109901428222656 +238,2.628869703177339,0.0058956524015648035,0.49352221618686776,0.49054330587387085,-0.005895618349313736,0.8713967800140381,-0.009159017354249954,0.061337269842624664,-0.022812893614172935,-0.006916046142578125,-0.008478157222270966,0.0018636584281921387 +239,2.6328774803464245,0.0009253018551130619,0.49363371301788056,0.4870552122592926,-0.0009253017487935722,0.8733704686164856,0.1497996598482132,0.0331704318523407,-0.050102684646844864,0.0013174712657928467,-0.0009362695273011923,-0.0064730048179626465 +240,2.6342120369930244,-0.008656685469288864,0.4855385156740962,0.48587125539779663,0.008656577207148075,0.8739873766899109,0.12837131321430206,0.11557136476039886,0.04975154623389244,-0.014237433671951294,0.0018872451037168503,0.00826042890548706 +241,2.6600836339459817,-0.01799059192615469,0.46287212259750626,0.46304216980934143,0.017989620566368103,0.8861535787582397,0.16933105885982513,0.3671392798423767,0.2314237356185913,-0.0023488402366638184,0.005981935188174248,0.014740526676177979 +242,2.753729587344388,-0.03695548196587932,0.38650938324557266,0.37795290350914,0.03694707155227661,0.9250874519348145,0.6237484216690063,0.7211244106292725,0.29780182242393494,-0.03459957242012024,0.03129023686051369,-0.008827567100524902 +243,2.857725419589588,-0.04566608526751113,0.3170166480163687,0.27977821230888367,0.045650213956832886,0.9589787125587463,0.3029613494873047,1.296265959739685,0.9512909054756165,0.023612290620803833,-0.019145697355270386,0.004751086235046387 +244,2.9557977388526973,-0.05434105321046641,0.24923380198029857,0.18445517122745514,0.05431431159377098,0.981339156627655,0.10467076301574707,0.996627688407898,0.6139568090438843,0.012047529220581055,0.0036690905690193176,0.004287123680114746 +245,3.014237801785008,-0.05619529050002771,0.21259521191499398,0.12681035697460175,0.05616571754217148,0.9903355240821838,0.03822406381368637,0.6265337467193604,0.42419713735580444,0.01529473066329956,0.0018634498119354248,0.013219714164733887 +246,3.0566382034732493,-0.06433475245086144,0.18613325202351175,0.08467677235603333,0.06429038196802139,0.9943324327468872,0.06659397482872009,0.3394063413143158,0.2556619644165039,0.027154915034770966,-0.008427940309047699,0.010886192321777344 +247,3.0869061504300794,-0.06489242421373581,0.1605214213033199,0.05454421043395996,0.06484688818454742,0.9964035153388977,0.07884727418422699,0.34609895944595337,0.2565167546272278,0.001333482563495636,-0.004574663937091827,0.0016739368438720703 +248,3.1220132893607175,-0.07324958084034089,0.1323809475503696,0.019525615498423576,0.07318409532308578,0.99712735414505,0.05327565222978592,0.41996878385543823,0.31720978021621704,-0.004587259143590927,0.009945794939994812,0.015995264053344727 +249,-3.1237614287752353,-0.0787697807717363,0.10824243583292506,-0.017774999141693115,0.07868834584951401,0.9967410564422607,0.04043342173099518,0.3821430206298828,0.20448826253414154,0.0077347103506326675,0.002076447010040283,0.01093435287475586 +250,-3.091323173388853,-0.08281454574272686,0.08925580975316708,-0.05007610842585564,0.08271991461515427,0.9953140616416931,0.05027540400624275,0.270759254693985,0.147271990776062,0.014340024441480637,-0.009492993354797363,7.784366607666016e-05 +251,-3.066757835603927,-0.08509936209347642,0.07196894273306245,-0.07449441403150558,0.08499668538570404,0.9935922622680664,0.0029539880342781544,0.24336323142051697,0.1654415875673294,0.0036326125264167786,0.0006813928484916687,0.004561126232147217 +252,-3.046948952351173,-0.08499022979034349,0.057242661442707884,-0.09416134655475616,0.08488794416189194,0.991931140422821,-0.03923632204532623,0.13375823199748993,0.0796302855014801,0.006087645888328552,0.012630946934223175,-0.004596114158630371 +253,-3.037221231829946,-0.07922404416998624,0.05366626550368528,-0.10385527461767197,0.07914119958877563,0.9914389252662659,-0.16241396963596344,0.22982539236545563,0.11710436642169952,0.011097073554992676,-0.021676577627658844,0.04271042346954346 +254,-3.037077416534812,-0.03829808334392861,0.0645369751744007,-0.10424857586622238,0.038288719952106476,0.9938141107559204,-0.6808559894561768,-0.21842817962169647,-0.21596162021160126,0.01503041386604309,0.011714339256286621,0.01097726821899414 +255,-3.0704930320432595,0.023512355947487507,0.079313857276977,-0.07102010399103165,-0.023510189726948738,0.9971978664398193,-0.42883893847465515,-0.4079197347164154,-0.11712239682674408,-0.0002384483814239502,0.00869390182197094,-0.020665764808654785 +256,-3.090553115867078,0.02018445288077473,0.08354627165687158,-0.0510069876909256,-0.020183082669973373,0.9984942674636841,0.3671260178089142,-0.3664361238479614,-0.28008177876472473,-0.015719696879386902,0.026683326810598373,-0.03456616401672363 +257,-3.124411666624608,-0.008269158285678316,0.10199956933262154,-0.01717955432832241,0.008269064128398895,0.9998182058334351,0.3697395920753479,-0.3946167528629303,-0.20805326104164124,-0.01848023757338524,-0.022825948894023895,-0.010453581809997559 +258,3.1097709760489938,-0.04335919410130696,0.13174994647224894,0.03178640082478523,0.043345607817173004,0.9985542893409729,0.2692609131336212,-0.39829936623573303,-0.18181194365024567,0.013654269278049469,-0.0021621398627758026,0.035182833671569824 +259,3.0821507910883077,-0.0626914529919507,0.14990111150605973,0.05929017812013626,0.0626503974199295,0.9962731003761292,0.1267901510000229,-0.21824440360069275,-0.2617202401161194,-0.010233163833618164,0.011232666671276093,0.015140652656555176 +260,3.0640010252265055,-0.0767038469879004,0.16349313862140089,0.07728589326143265,0.0766286551952362,0.9940599799156189,0.18757764995098114,-0.16849417984485626,-0.1532313972711563,-0.021423451602458954,0.007462546229362488,-0.00941014289855957 +261,3.0517068863214543,-0.10376545830285082,0.17703359600316573,0.08928196132183075,0.10357934981584549,0.9906060099601746,0.29433494806289673,0.1372407227754593,0.04567086324095726,-0.0074948519468307495,-0.015307247638702393,0.044885993003845215 +262,3.0778595691605557,-0.12064458249594903,0.16763963772470658,0.06322702020406723,0.1203521266579628,0.9907160401344299,0.049517758190631866,0.39744865894317627,0.07180005311965942,0.011586837470531464,0.009683296084403992,0.032309770584106445 +263,3.1180374471333883,-0.11540713530782877,0.16082135277529136,0.023396359756588936,0.11515112221240997,0.9930727481842041,-0.1327105164527893,0.3773053288459778,-0.007382005453109741,0.0004073549062013626,0.0017922595143318176,0.00750732421875 +264,-3.1280222965629387,-0.10058603907541548,0.15345627265461234,-0.013501351699233055,0.10041651129722595,0.9948539733886719,-0.18731814622879028,0.3367885649204254,0.053128018975257874,0.011899178847670555,0.022233635187149048,-0.015316009521484375 +265,-3.1075830362167696,-0.0879754207636988,0.15185168065940682,-0.03387156501412392,0.08786197751760483,0.9955567121505737,-0.09743064641952515,0.2756365239620209,0.10657614469528198,0.012814436107873917,0.012189902365207672,0.0059233903884887695 +266,-3.0968495520683423,-0.0839361312815743,0.14848627872830092,-0.04457070678472519,0.0838376060128212,0.9954822063446045,-0.05792418494820595,0.07921528071165085,0.04582995921373367,-0.0004884973168373108,-0.014425374567508698,0.013947725296020508 +267,-3.080985775798946,-0.05659630564115647,0.13981436298883654,-0.060472819954156876,0.05656609684228897,0.9965660572052002,-0.6299022436141968,0.3268914222717285,0.005364900454878807,-0.014905616641044617,0.008924640715122223,0.0965280532836914 +268,-3.046744513318097,0.020203038499679957,0.12877995067758471,-0.09468665719032288,-0.0202016644179821,0.9953020215034485,-0.8413209915161133,0.2536304295063019,0.11358782649040222,0.016454853117465973,-0.0409402996301651,0.05787473917007446 +269,-3.027655660308237,0.12899275668891963,0.10950739914561365,-0.11274606734514236,-0.12863533198833466,0.9852617979049683,-1.1766993999481201,-0.14332935214042664,-0.12784819304943085,0.010283336043357849,0.04689402878284454,-0.04306232929229736 +270,-3.0297789977589327,0.23188043015638402,0.09536589738528721,-0.10859445482492447,-0.2298080325126648,0.9671583771705627,-0.49976396560668945,0.17795412242412567,0.17945148050785065,-0.009188130497932434,0.0037033110857009888,-0.035487353801727295 +271,-3.0201656565663053,0.26747718816689664,0.09190203617325252,-0.11682160198688507,-0.2642991840839386,0.9573396444320679,-0.6441384553909302,-0.06420817226171494,-0.13121390342712402,-0.01509065181016922,0.014878958463668823,0.01469123363494873 +272,-3.034302915203345,0.34353835282453987,0.09823099151573286,-0.10082697123289108,-0.3368208110332489,0.9361547827720642,-0.7055606842041016,0.021626267582178116,-0.1352311223745346,-0.010775819420814514,0.032926708459854126,-0.0003331899642944336 +273,-3.0247037958516474,0.40098697542612954,0.10211461692254296,-0.10737190395593643,-0.39032721519470215,0.9143938422203064,-0.6171703338623047,0.08751046657562256,-0.045101843774318695,0.03307684510946274,0.026893317699432373,0.01665174961090088 +274,-3.0319287331050773,0.4665747164148277,0.10624191832149822,-0.09774624556303024,-0.44982975721359253,0.8877495527267456,-0.619259774684906,0.12004987895488739,0.033152930438518524,1.3671815395355225e-05,-0.010314404964447021,0.014121413230895996 +275,-3.0220832530873722,0.5157705788460636,0.0996380605006451,-0.10371549427509308,-0.49320533871650696,0.8637081980705261,-0.4157468378543854,-0.08959610015153885,-0.13387234508991241,-0.015181005001068115,0.03333589434623718,-0.024444103240966797 +276,-3.0315870051179754,0.5387238270727606,0.10722955828546334,-0.09423461556434631,-0.5130409598350525,0.8531761169433594,-0.013460335321724415,0.011605145409703255,-0.1661393642425537,-0.044086337089538574,0.033365488052368164,-0.022960364818572998 +277,-3.013137193865404,0.5398407880491134,0.1066550541180055,-0.1098850890994072,-0.5139994025230408,0.8507230877876282,-0.09797345101833344,0.13232854008674622,0.003827945329248905,0.010550379753112793,0.022864878177642822,0.013656795024871826 +278,-3.0045250392717744,0.547354242498615,0.10124383199577454,-0.116676464676857,-0.5204298496246338,0.8458953499794006,0.06299754232168198,0.16621033847332,0.1702064722776413,-0.0004347264766693115,-0.00538790225982666,-0.015344440937042236 +279,-2.959697050942611,0.5127553420833787,0.07679305471072224,-0.1576305329799652,-0.49058011174201965,0.857020378112793,0.3465098738670349,0.32004407048225403,0.3064914345741272,0.00052604079246521,-0.009511470794677734,0.0018053054809570312 +280,-2.8780778061673824,0.46428105116939106,0.028999020275272337,-0.23290269076824188,-0.4477800726890564,0.8632782697677612,0.5313163995742798,0.6069137454032898,0.5177636742591858,0.032219111919403076,0.005992412567138672,-0.01995551586151123 +281,-2.830165795627157,0.4091394446657246,-0.002980223762079423,-0.2811265289783478,-0.3978199362754822,0.8733309507369995,0.4411507844924927,0.3216361999511719,0.4311290681362152,-0.015443235635757446,-0.02553504705429077,0.004522383213043213 +282,-2.795758893557594,0.36463492414052534,-0.023709958512041305,-0.3166945278644562,-0.35660824179649353,0.8789397478103638,0.19049088656902313,0.20433665812015533,0.2558109760284424,-0.0018936991691589355,0.009135127067565918,0.001644909381866455 +283,-2.7663135252140383,0.3254658386615936,-0.043485648826122894,-0.3472899794578552,-0.31975018978118896,0.8815608024597168,0.3894164562225342,0.1658630669116974,0.23649714887142181,-0.004486113786697388,-0.00010451674461364746,0.0032352805137634277 +284,-2.7421854162104644,0.27003026693772714,-0.052196016308897995,-0.37478068470954895,-0.26676061749458313,0.8879067301750183,0.9143433570861816,0.10187695920467377,0.3202807903289795,0.03225135803222656,-0.009789735078811646,-0.055860161781311035 +285,-2.7261966128361896,0.1539580441934047,-0.04100892248420829,-0.3987790644168854,-0.15335054695606232,0.9041343331336975,0.7448025941848755,0.10015811771154404,0.2804422676563263,-0.017450183629989624,-0.012039467692375183,0.038462042808532715 +286,-2.7184915622772463,0.1108236306690638,-0.04179021578524351,-0.4080713093280792,-0.1105969175696373,0.9062265157699585,0.33846142888069153,0.12417811900377274,0.14633388817310333,0.0032403171062469482,0.006592996418476105,0.017769575119018555 +287,-2.7093579002094668,0.0853988130642417,-0.044811454404592846,-0.41737446188926697,-0.08529505133628845,0.9047227501869202,0.1974388062953949,0.06326130032539368,0.15052741765975952,0.005875438451766968,0.009458862245082855,-0.010847687721252441 +288,-2.6966945836194083,0.05604938847373744,-0.04668201861844107,-0.42969003319740295,-0.05602004751563072,0.9012370109558105,0.22007176280021667,0.07080814242362976,0.0711195319890976,0.003527343273162842,-0.0040232837200164795,-0.007438242435455322 +289,-2.7017341604769487,0.0350453861578069,-0.04501789587655041,-0.42555004358291626,-0.035038214176893234,0.9042565226554871,0.19318808615207672,-0.15671418607234955,0.06547053158283234,0.0009284019470214844,-0.013149049133062363,-0.012715816497802734 +290,-2.7262162114422726,0.01516354581367437,-0.04211369286348556,-0.40348806977272034,-0.015162964351475239,0.914859414100647,0.21934746205806732,-0.3012236952781677,0.06474676728248596,-0.013031184673309326,-0.0013470491394400597,-0.015857219696044922 +291,-2.7642995810337965,-0.012569060524970163,-0.03617682243188919,-0.368376225233078,0.012568729929625988,0.929591953754425,0.3027876615524292,-0.5206316113471985,0.06340602040290833,-0.005296260118484497,0.003834468312561512,-0.04444479942321777 +292,-2.828280748198932,-0.05431226799387076,-0.02912741720083588,-0.3077565133571625,0.05428557097911835,0.9499152302742004,0.5274008512496948,-0.6649984121322632,0.11968664824962616,-0.0010814070701599121,0.0015921145677566528,-0.024088263511657715 +293,-2.881224913303683,-0.10045584917561093,-0.02307909971207489,-0.25613805651664734,0.10028697550296783,0.9614238142967224,0.28985220193862915,-0.42400673031806946,0.03166072815656662,-0.0055196285247802734,-0.0021729767322540283,0.06312751770019531 +294,-2.9191125921084375,-0.12307029627371448,-0.021864163227545814,-0.21898037195205688,0.1227598562836647,0.9679762721061707,0.1721993386745453,-0.3936516046524048,0.03238730877637863,-0.01663060486316681,0.01006791740655899,0.012874126434326172 +295,-2.953559830790759,-0.14423417623745535,-0.017086141756870222,-0.18498575687408447,0.14373460412025452,0.9721731543540955,0.21471090614795685,-0.4351547360420227,-0.03491571545600891,-0.00040850043296813965,0.0051759034395217896,-0.02716583013534546 +296,-2.9786181321038914,-0.1690627855246464,-0.0122827250867977,-0.15994079411029816,0.16825857758522034,0.9726811051368713,0.1520269364118576,-0.17534518241882324,-0.07306800782680511,-0.017732590436935425,0.010238781571388245,0.04344761371612549 +297,-2.994504609596835,-0.1775802383165811,-0.00516867820915878,-0.14425352215766907,0.17664837837219238,0.9736462235450745,0.05807630717754364,-0.15345413982868195,0.007935145869851112,-0.00567936897277832,-0.011136248707771301,0.004625558853149414 +298,-3.018740647772924,-0.18406177372200228,0.0025544396766508087,-0.12047326564788818,0.18302424252033234,0.9756988883018494,0.16584224998950958,-0.38711196184158325,-0.1276121884584427,-0.019541382789611816,0.016362354159355164,-0.05245065689086914 +299,-3.0508565119807693,-0.21010529999909988,0.015339062036574744,-0.08861904591321945,0.20856288075447083,0.9739857912063599,0.295438289642334,-0.3737189471721649,-0.13096462190151215,-0.007572360336780548,0.009500473737716675,0.005369067192077637 +300,-3.0826028229726203,-0.23431803715064764,0.02752070908135598,-0.057344529777765274,0.23217971622943878,0.9709808826446533,0.2383277267217636,-0.29338040947914124,-0.10746771842241287,-0.01318158209323883,-0.009294629096984863,0.019970476627349854 +301,-3.1091368671449606,-0.2498827277796558,0.0360602467618452,-0.03144222870469093,0.24729032814502716,0.9684309959411621,0.19798490405082703,-0.04633740335702896,-0.01245320774614811,-0.02718202769756317,0.0015041530132293701,0.036787331104278564 +302,-3.1200034688299034,-0.2628357327589621,0.04228678158660717,-0.020846130326390266,0.2598199248313904,0.9654320478439331,0.05153360217809677,-0.1958734095096588,-0.038655027747154236,-0.0017216186970472336,-0.00045105814933776855,0.010687947273254395 +303,-3.13441267785774,-0.27103944360190474,0.045797711682220854,-0.006917799357324839,0.26773306727409363,0.9634685516357422,0.10381893068552017,-0.21452665328979492,-0.04238852113485336,-0.0037023192271590233,0.0012031197547912598,-0.009092092514038086 +304,3.1332649504758705,-0.2865158510904928,0.0495056431971096,0.007988126948475838,0.28261181712150574,0.9592011570930481,0.18617157638072968,-0.13807016611099243,-0.04739905893802643,-0.006797940470278263,0.00899893045425415,0.01209712028503418 +305,3.1169916505111646,-0.29778481952216435,0.05556485454425082,0.023515917360782623,0.2934032380580902,0.9556998014450073,0.1820206493139267,-0.24134545028209686,-0.0856899544596672,-0.0037710387259721756,0.009254902601242065,-0.028743386268615723 +306,3.095855086399593,-0.3212291683972889,0.059636188261112756,0.04338287189602852,0.3157331049442291,0.9478557705879211,0.11533237993717194,-0.25262048840522766,-0.056298960000276566,-0.018541567027568817,-0.004301220178604126,0.04669684171676636 +307,3.075206714769108,-0.33276687680516565,0.06936514293352714,0.06269806623458862,0.3266593813896179,0.9430601000785828,0.13251937925815582,-0.22951282560825348,-0.06233669072389603,0.01826506108045578,-0.004805773496627808,0.0067231059074401855 +308,3.052744858023695,-0.3428841790574513,0.07294683387935418,0.08356583118438721,0.33620476722717285,0.9380741715431213,0.12898299098014832,-0.23537011444568634,-0.08142037689685822,-0.012871861457824707,0.008506536483764648,-0.0030919313430786133 +309,3.027286986087818,-0.35794632554257183,0.08469368159406689,0.10682778805494308,0.3503514528274536,0.9305061101913452,0.22350811958312988,-0.18466432392597198,-0.12450544536113739,-0.018815092742443085,0.0161493718624115,0.0013939142227172852 +310,2.999956601516723,-0.37550363645033225,0.11320057030350791,0.13132712244987488,0.3667411208152771,0.9210068583488464,0.05769898742437363,-0.3200591206550598,-0.21765518188476562,0.007985591888427734,-0.0020714104175567627,0.03742790222167969 +311,2.985610487051127,-0.379191094468948,0.11893118239457771,0.14431500434875488,0.37016913294792175,0.9176861643791199,-0.0261592585593462,-0.31458431482315063,-0.15667589008808136,-0.01566813886165619,0.016976863145828247,0.01596856117248535 +312,2.96696721625857,-0.3783310815616865,0.13145771321404395,0.16145285964012146,0.36937010288238525,0.9151495695114136,0.07750900089740753,-0.09670807421207428,-0.08125049620866776,-0.023864373564720154,0.012267440557479858,-0.003742039203643799 +313,2.958115078508327,-0.385063493330955,0.1411828556098183,0.1690898984670639,0.37561798095703125,0.9112187623977661,0.14632973074913025,-0.05342447757720947,-0.03420857712626457,0.012550726532936096,0.00620269775390625,-0.001306772232055664 +314,2.950998936622281,-0.39271646303821106,0.14222677971699585,0.175020232796669,0.38269948959350586,0.9071434140205383,0.09350024908781052,0.07974385470151901,0.039376914501190186,-0.0031757503747940063,0.001745760440826416,0.018500566482543945 +315,2.9454810604061468,-0.39830841659023286,0.14154114754213273,0.1796032190322876,0.3878597319126129,0.9040505290031433,0.03237135708332062,-0.13262346386909485,-0.07446275651454926,-0.017036110162734985,0.0017123520374298096,0.01643580198287964 +316,2.9434396004145356,-0.4069668593947788,0.1427111716773259,0.18078048527240753,0.39582574367523193,0.9003553986549377,0.07257138192653656,-0.10737646371126175,-0.0322783924639225,0.004506945610046387,-0.004315823316574097,0.012333512306213379 +317,2.939506225398091,-0.40856694860519216,0.1419829606257972,0.18419326841831207,0.39729464054107666,0.8990163207054138,0.051012784242630005,-0.014375803992152214,-0.02324880100786686,-0.004963472485542297,0.012297123670578003,-0.0019060373306274414 +318,2.938520804612786,-0.41047849573152756,0.14226475594221344,0.18492555618286133,0.3990481197834015,0.8980887532234192,0.03381549194455147,-0.010220559313893318,0.0024761203676462173,0.005198970437049866,0.006118565797805786,-0.006212353706359863 +319,2.93314313735846,-0.413168279609364,0.14187759351761006,0.1895296424627304,0.401513010263443,0.8960278034210205,0.03371801972389221,-0.04913027957081795,0.010581915266811848,0.0019529014825820923,0.008902639150619507,0.004301786422729492 +320,2.931577284917999,-0.4140633745198479,0.14025512231175882,0.19085747003555298,0.4023326337337494,0.8953781127929688,-0.0125966751947999,0.08874907344579697,0.06726428866386414,-0.006241366267204285,0.00968518853187561,0.01712799072265625 +321,2.943837593152815,-0.4124384661545938,0.13604751818544178,0.17999394237995148,0.4008445143699646,0.8982902765274048,-0.005251992493867874,0.3174540400505066,0.09556570649147034,-0.010346755385398865,0.013217896223068237,0.027322888374328613 +322,2.992457089775817,-0.4014843300109661,0.13386246505852997,0.13676826655864716,0.3907850682735443,0.9102643132209778,-0.15565072000026703,0.44557031989097595,-0.05652697756886482,0.01710134744644165,0.016975492238998413,-0.02043294906616211 +323,3.021184471571329,-0.3956071509803771,0.13844304295943508,0.11083989590406418,0.3853685259819031,0.9160816073417664,0.07673937827348709,0.1527986228466034,-0.04496859014034271,0.016906671226024628,0.004600316286087036,-0.028462648391723633 +324,3.0350491851002355,-0.3970854733728691,0.1359131233798819,0.09806773066520691,0.38673222064971924,0.9169626235961914,-0.09464786946773529,0.18027299642562866,0.005409104749560356,-0.002547726035118103,0.001115560531616211,0.028319120407104492 +325,3.0685167882701943,-0.38710311847362633,0.12609285310879298,0.0676085352897644,0.3775074779987335,0.9235353469848633,-0.14820607006549835,0.4479444921016693,0.12011389434337616,0.0043671876192092896,0.008600980043411255,0.03239738941192627 +326,3.1138546984029056,-0.37246076574959747,0.11554667525837473,0.025832785293459892,0.363908588886261,0.9310765266418457,-0.09384597092866898,0.47509992122650146,0.08814658969640732,-0.009276993572711945,0.01736283302307129,-0.0010226964950561523 +327,-3.1243434174892335,-0.35340252966623636,0.11294052870690104,-0.016182437539100647,0.3460920453071594,0.9380607604980469,-0.2935066819190979,0.44423437118530273,-0.018132759258151054,0.003090398386120796,0.009330838918685913,0.016193151473999023 +328,-3.074403496816078,-0.3140401767062445,0.10904940613082381,-0.06385508179664612,0.3089037239551544,0.9489472508430481,-0.45211276412010193,0.4724940061569214,0.01823168806731701,0.032071031630039215,0.012431055307388306,-0.005175948143005371 +329,-3.0342368237709065,-0.2825076025537677,0.10040656079945061,-0.10290226340293884,0.2787647247314453,0.9548306465148926,-0.23570577800273895,0.3785840570926666,0.052553944289684296,0.009655788540840149,0.009809523820877075,-0.013439536094665527 +330,-2.9967092042455445,-0.2616361452455723,0.09376826564964158,-0.13946369290351868,0.2586613595485687,0.9558475613594055,-0.2477331906557083,0.5307462811470032,0.012191488407552242,-0.004731893539428711,-0.0019322037696838379,0.05721414089202881 +331,-2.947538032879891,-0.21419751244853658,0.09456817284650676,-0.18843205273151398,0.21256335079669952,0.9588063955307007,-0.3543979227542877,0.46561118960380554,-0.07112675905227661,0.03190743923187256,0.011511921882629395,-0.041753411293029785 +332,-2.9149295795662686,-0.190619234573289,0.0852362555078294,-0.22065676748752594,0.1894669532775879,0.9567722082138062,-0.3164934813976288,0.2555011212825775,0.03289319574832916,-0.020767822861671448,0.0007643997669219971,0.0359036922454834 +333,-2.8877176005906398,-0.15918111775889493,0.07813830994699851,-0.24798144400119781,0.1585097312927246,0.9557092785835266,-0.30809637904167175,0.2706383764743805,0.013679923489689827,0.01896226406097412,0.0060868412256240845,0.005533576011657715 +334,-2.8701974552863736,-0.136081062665825,0.06808155440874093,-0.26559755206108093,0.13566145300865173,0.9544914364814758,-0.22070257365703583,0.041852161288261414,0.024994483217597008,0.00953984260559082,0.013828873634338379,-0.01792222261428833 +335,-2.8732466631190747,-0.12825738305097004,0.06299509579480568,-0.26295924186706543,0.12790603935718536,0.9562910795211792,0.04804297164082527,-0.10121100395917892,-0.014322187751531601,-0.0034897327423095703,0.01587754487991333,-0.0463331937789917 +336,-2.8701304867186557,-0.1273877988904663,0.06490529922922951,-0.26596760749816895,0.12704354524612427,0.955573558807373,-0.1729256510734558,0.10876080393791199,-0.09884878247976303,-0.000649183988571167,0.017914921045303345,0.05400878190994263 +337,-2.853879684680931,-0.10445572495707184,0.06186123541028914,-0.2822133004665375,0.10426587611436844,0.9536688327789307,-0.27349793910980225,0.16416265070438385,-0.0021276045590639114,0.021791547536849976,-0.0020167306065559387,0.003057241439819336 +338,-2.8383155082365303,-0.07840712129045903,0.05231567004736115,-0.29773184657096863,0.07832680642604828,0.9514307975769043,-0.2122778743505478,0.20438647270202637,0.013943085446953773,0.010134190320968628,0.016857504844665527,-0.015502512454986572 +339,-2.822883101557246,-0.06089825448893378,0.04985835640516136,-0.31276050209999084,0.06086061894893646,0.947880208492279,-0.12173577398061752,0.15950702130794525,0.01923479698598385,0.017960727214813232,0.00046445056796073914,-0.013706624507904053 +340,-2.8151543701665727,-0.05092519906715686,0.05168007505358144,-0.32025566697120667,0.050903189927339554,0.9459623694419861,-0.06873039156198502,0.08434651046991348,-0.035801611840724945,0.016865253448486328,-0.0005949735641479492,0.01587522029876709 +341,-2.807964778790844,-0.04007643469394131,0.05128974229918815,-0.3272099792957306,0.0400657057762146,0.9441016316413879,-0.1994861215353012,0.10158151388168335,0.017747066915035248,0.010086685419082642,-0.013133954256772995,0.02921050786972046 +342,-2.8030097289986236,-0.02124290546399972,0.04751007591534167,-0.332075834274292,0.021241307258605957,0.9430134296417236,-0.15842205286026,0.1385115683078766,-0.05502833425998688,-0.0009624361991882324,0.00031935982406139374,0.003199279308319092 +343,-2.8004938255758858,0.0006091547549684608,0.052432433067147344,-0.3345227837562561,-0.0006091546965762973,0.942387580871582,-0.21917541325092316,-0.11311440169811249,-0.24343040585517883,-0.010142773389816284,-0.003541235812008381,0.0007888078689575195 +344,-2.8596420927068666,0.04737501185407483,0.07847749163900139,-0.2779175639152527,-0.04735729098320007,0.9594368934631348,-0.6443466544151306,-1.159021258354187,-0.5796914100646973,-0.008489906787872314,0.012323111295700073,-0.033335208892822266 +345,-2.9938381417048716,0.14636601728831766,0.12515164215647942,-0.14564335346221924,-0.1458439826965332,0.9785281419754028,-0.7807434797286987,-1.353836178779602,-0.7503752112388611,-0.011567935347557068,0.025467395782470703,-0.029782533645629883 +346,-3.0788325983947677,0.19208560509967681,0.15941843765686237,-0.0615653432905674,-0.1909065544605255,0.9796755313873291,-0.2305116504430771,-0.29292425513267517,-0.208778977394104,-0.018940020352602005,-0.0240134596824646,0.05487018823623657 +347,-3.0996847039219144,0.21028189956054855,0.16819812604305387,-0.04097280278801918,-0.2087356001138687,0.9771133065223694,-0.0008124057203531265,-0.0760718360543251,-0.020378828048706055,-0.006268400698900223,-0.0027359575033187866,-0.019410789012908936 +348,-3.0951641596697015,0.20294463420891162,0.16340418450387068,-0.0454593189060688,-0.20155440270900726,0.9784218072891235,0.059687741100788116,-0.06007637083530426,-0.04173346236348152,-0.0091671422123909,0.005921468138694763,0.0015739202499389648 +349,-3.0977746993713153,0.2006812338221464,0.16464171634002986,-0.04292483255267143,-0.1993369460105896,0.9789904356002808,0.1081022173166275,0.09777387976646423,0.0363306924700737,-0.010801363736391068,-0.008609846234321594,0.0030804872512817383 +350,-3.0980189140172,0.1975100778730901,0.17009582226092837,-0.04271307960152626,-0.19622842967510223,0.9796276688575745,0.0890781432390213,0.05061253532767296,0.0556165874004364,0.015796564519405365,-0.012618660926818848,-0.026182055473327637 +351,-3.0685377231555324,0.15967810004099237,0.15286591539148336,-0.07206141948699951,-0.15900041162967682,0.9846450090408325,0.531772792339325,0.3331955373287201,0.11577179282903671,-0.00043307989835739136,-0.004360169172286987,0.01457667350769043 +352,-3.039910226822691,0.12290716194975641,0.14227181787035,-0.10074158012866974,-0.12259795516729355,0.9873303174972534,0.29705047607421875,0.27594342827796936,0.10414157807826996,-0.029156506061553955,0.019814729690551758,-0.008723020553588867 +353,-2.979962534399583,0.07535497232221162,0.12441076252733724,-0.1604706346988678,-0.07528367638587952,0.984165608882904,0.590052604675293,0.6922419667243958,0.24338282644748688,0.009729012846946716,-0.0027650445699691772,0.0071370601654052734 +354,-2.9587135180867494,0.0477425966960353,0.12676255477700824,-0.18165422976016998,-0.047724463045597076,0.9822037220001221,-0.030361220240592957,0.03306908160448074,0.07069608569145203,0.021528512239456177,-0.026402726769447327,0.02792811393737793 +355,-2.957615458708852,0.04291294923211664,0.12314424720802969,-0.1827726662158966,-0.042899779975414276,0.9822188019752502,0.07754112780094147,-0.0329224094748497,-0.01483895443379879,0.012164175510406494,-0.007759395986795425,-0.008067190647125244 +356,-2.953507348059636,0.03409079048552266,0.11632628051518004,-0.18686965107917786,-0.03408418595790863,0.9817931652069092,0.0991610661149025,-0.05409209802746773,-0.060263052582740784,-0.01971907913684845,-0.0006448142230510712,-0.0066498517990112305 +357,-2.929743022883243,0.016448893138912606,0.09846282566290743,-0.21024009585380554,-0.01644815132021904,0.9775114059448242,0.5129302740097046,0.7090895175933838,0.5077321529388428,0.005451872944831848,-0.00294576957821846,0.007794380187988281 +358,-2.873228671976405,-0.030806497078789043,0.07605843519315984,-0.26502856612205505,0.030801624059677124,0.9637486338615417,0.11870730668306351,0.5921483635902405,0.35888803005218506,-0.013062894344329834,-0.014123763889074326,0.027172565460205078 +359,-2.8344082884235986,-0.03595879350706883,0.06109877018753879,-0.30218061804771423,0.03595104441046715,0.9525728225708008,-0.050307709723711014,0.2549237012863159,0.09966360777616501,0.028300553560256958,0.006819348782300949,0.00773930549621582 +360,-2.8212153608544788,-0.0409835247129433,0.048726177588668845,-0.31466028094291687,0.04097205400466919,0.9483198523521423,0.052155978977680206,-0.05624427646398544,0.10347860306501389,0.010003238916397095,-0.005342770367860794,-0.018998384475708008 +361,-2.840064753854097,-0.05594991709918066,0.0399385702865162,-0.2965148687362671,0.05592073127627373,0.9533898234367371,0.2191767543554306,-0.2143765389919281,0.15330944955348969,-0.004846245050430298,-0.0061465539038181305,-0.017125606536865234 +362,-2.873128027512483,-0.07329361419899978,0.03819749702350098,-0.26453930139541626,0.07322800904512405,0.9615909457206726,0.2457495778799057,-0.2533356249332428,0.10076693445444107,-0.005465030670166016,0.000624537467956543,-0.00048530101776123047 +363,-2.904824570967498,-0.09386615079554941,0.03739785442193422,-0.2335294783115387,0.09372837096452713,0.9678215980529785,0.1291482150554657,-0.40576064586639404,-0.013680966570973396,-0.009848162531852722,0.012716926634311676,-0.019152343273162842 +364,-2.9474153930089733,-0.12116957540837063,0.04821184529836656,-0.1915445774793625,0.12087328732013702,0.9740126729011536,0.29419785737991333,-0.2889087200164795,0.016611838713288307,-0.0127401202917099,-0.02533799409866333,0.03996455669403076 +365,-2.973791921545337,-0.14138427130006176,0.05136588886907273,-0.16534791886806488,0.1409137099981308,0.9761166572570801,0.15487773716449738,-0.15313602983951569,0.11092755943536758,0.020450443029403687,-0.010863035917282104,0.012652993202209473 +366,-3.00662985737498,-0.1633292237089602,0.05171583327603842,-0.13276274502277374,0.16260401904582977,0.9777188897132874,0.29006311297416687,-0.4543227255344391,-0.024955470114946365,-0.02986544370651245,0.008797973394393921,-0.030148029327392578 +367,-3.0400472377483236,-0.18832090935740403,0.06258082630220811,-0.09957876056432724,0.18720975518226624,0.9772598147392273,0.16240538656711578,-0.3112810254096985,-0.18330180644989014,-0.027908436954021454,0.013229712843894958,0.04120337963104248 +368,-3.0641126849118097,-0.19985884086397473,0.07708417391286708,-0.07586173713207245,0.19853098690509796,0.9771541357040405,0.02692849189043045,-0.2819771468639374,-0.08875709772109985,0.010142140090465546,-0.003813609480857849,0.03784513473510742 +369,-3.1048343321538803,-0.19930060029647337,0.09599068706029626,-0.03602258116006851,0.19798383116722107,0.9795429110527039,-0.12407898902893066,-0.8840939402580261,-0.44126972556114197,-0.03796727582812309,0.024184077978134155,-0.03268951177597046 +370,3.047141340431738,-0.15790438472212331,0.16143991086934048,0.09313761442899704,0.15724900364875793,0.983157217502594,-0.5859930515289307,-1.7776618003845215,-0.5971806049346924,-0.10592448711395264,0.015663594007492065,-0.01047050952911377 +371,2.874440280630723,-0.09237336627348232,0.24328100115790663,0.26286041736602783,0.0922420546412468,0.9604144096374512,-1.0413929224014282,-1.9296196699142456,-0.8027663230895996,-0.29581940174102783,-0.052233509719371796,-0.05726194381713867 +372,2.776088025038726,-0.04819513126453467,0.3853742037535015,0.3570055365562439,0.04817647486925125,0.9328588843345642,-0.6216229200363159,0.5287073850631714,-1.591444730758667,-0.14852479100227356,0.17191629111766815,-0.016919732093811035 +373,2.8830032308185203,0.008807861871219028,0.544438723528923,0.2557072341442108,-0.00880774762481451,0.9667142629623413,-1.9367012977600098,0.24679839611053467,-1.3100982904434204,0.019179880619049072,0.2543064057826996,-0.22182583808898926 +374,2.9281311749725156,0.1115191853978074,0.715957780042919,0.21052812039852142,-0.1112881749868393,0.971232533454895,-1.7852495908737183,1.0379074811935425,-1.0697489976882935,0.2705814838409424,-0.09018886089324951,0.31280970573425293 +375,2.824304704759519,0.3332534536868657,0.8749609227206366,0.2948262095451355,-0.32711920142173767,0.8978142142295837,-0.24939695000648499,1.9565521478652954,-0.30906128883361816,0.14473369717597961,-0.16816580295562744,0.07450628280639648 +376,2.8809816531109713,0.33083531804361893,0.9235448516177964,0.24369783699512482,-0.3248331546783447,0.9138352870941162,0.7232738733291626,1.4988669157028198,0.2662773132324219,0.07319669425487518,-0.11005759239196777,-0.03337264060974121 +377,3.0643100864229034,0.24880332576161554,0.8485539408983419,0.07482831925153732,-0.24624431133270264,0.9663147330284119,0.26796087622642517,0.4248199760913849,0.20014145970344543,-0.10810773819684982,-0.015626996755599976,0.03107583522796631 +378,3.1073997253646573,0.211353794386095,0.8565489180014315,0.03342554345726967,-0.20978376269340515,0.9771762490272522,-0.6750667095184326,-0.21180510520935059,0.3134476840496063,0.12354160845279694,-0.09763503074645996,0.12623250484466553 +379,3.0589303418473714,0.28162667167909433,0.7290466226251555,0.07931540906429291,-0.27791860699653625,0.9573246836662292,-0.7299483418464661,-0.20769158005714417,1.878014087677002,-0.03727743774652481,0.13527941703796387,-0.00018656253814697266 +380,3.1049078030906405,0.25689744388130237,0.5504972677151179,0.03547300770878792,-0.25408104062080383,0.9665323495864868,0.7200772762298584,0.5577709674835205,1.0968880653381348,0.11235414445400238,0.020652025938034058,-0.15049219131469727 +381,-3.13393973355292,0.19193651240848394,0.42731428437082575,-0.007512312848120928,-0.19076021015644073,0.9816078543663025,0.18816666305065155,-0.1626843810081482,0.904446542263031,0.08273814618587494,0.12291963398456573,-0.061655521392822266 +382,3.1138320722631527,0.16275093868508367,0.35522964163535636,0.027390219271183014,-0.16203340888023376,0.9864052534103394,0.2756151556968689,-0.9702262282371521,0.6598594188690186,0.049514081329107285,0.03341704607009888,-0.1231849193572998 +383,3.0143283055666528,0.1459524714777765,0.29734603491953016,0.12557163834571838,-0.14543484151363373,0.9813665151596069,0.42070871591567993,-0.2157742828130722,0.28827083110809326,0.002541154623031616,-0.022945880889892578,0.07144403457641602 +384,3.0011672493766937,0.12280092844028642,0.2819120724511331,0.13891032338142395,-0.12249252200126648,0.982699990272522,0.31337860226631165,-0.1334744244813919,0.1883629858493805,-0.02210429310798645,-0.09489943087100983,0.019787073135375977 +385,2.9976900150428243,0.12141647029288612,0.26938713135690534,0.1423507183790207,-0.12111837416887283,0.982377827167511,0.033751651644706726,0.0450291708111763,0.17561079561710358,-0.0068069398403167725,0.021188601851463318,-0.0013294816017150879 +386,3.135097184824713,0.10587729728580024,0.2586719205121592,0.006459049414843321,-0.10567959398031235,0.9943791031837463,1.946010947227478,3.1620118618011475,0.13857468962669373,0.11240691691637039,-0.01736726611852646,-0.19616150856018066 +387,-3.1075680385850926,0.08481073738690768,0.25802638627956653,-0.033895786851644516,-0.08470910042524338,0.9958292245864868,0.03522788733243942,0.07165157794952393,0.00835721381008625,-0.01842660829424858,0.01303856074810028,0.031865596771240234 +388,-3.1025613394015963,0.08253073521965897,0.25801867896861336,-0.0388885997235775,-0.08243707567453384,0.9958375692367554,-0.01769072189927101,-0.031925417482852936,4.042871296405792e-05,-0.0003570243716239929,0.005059726536273956,0.006909370422363281 +389,-3.086430983576749,0.07510701529280611,0.258538643896107,-0.05497826263308525,-0.07503642141819,0.9956640005111694,0.06072422116994858,0.15022462606430054,-0.004834957420825958,0.01272667944431305,-0.004675485193729401,0.015566408634185791 +390,-3.088027158144043,0.07576662626294205,0.2584828254654396,-0.053386274725198746,-0.07569415867328644,0.9957007765769958,-0.04420466348528862,-0.10853534936904907,0.002909332513809204,-0.004002019762992859,0.005091756582260132,0.006236910820007324 +391,-3.0876389623199483,0.07540398342362739,0.2583475293300073,-0.053774286061525345,-0.07533255219459534,0.9957075119018555,-0.0033674193546175957,-0.006772342137992382,2.7237460017204285e-05,0.0015739686787128448,0.002303987741470337,0.007802009582519531 +392,-3.087557353504624,0.07535611994694276,0.25825484355688416,-0.05385574325919151,-0.07528482377529144,0.9957068562507629,-0.0011508679017424583,-0.0012552086263895035,3.888644278049469e-05,-0.0013810805976390839,0.000547267496585846,0.005010485649108887 +393,-3.0874313534376454,0.07528370379440498,0.25821705364178493,-0.05398149415850639,-0.07521261274814606,0.9957053661346436,0.00047712307423353195,0.0006424447055906057,0.002340862527489662,-0.003132164478302002,0.0022450685501098633,0.004431962966918945 +394,-3.0872907611521163,0.07515712744019432,0.25813521970143233,-0.05412199720740318,-0.07508639246225357,0.9957073330879211,0.0004965616390109062,-0.00022948812693357468,-0.0014502312988042831,-0.0003518834710121155,-0.0007803142070770264,0.005559206008911133 +395,-3.087259518967343,0.07511649477774623,0.25807676267531093,-0.054153282195329666,-0.0750458762049675,0.9957088828086853,0.0014317184686660767,-0.000794706866145134,-0.0010043904185295105,-0.004944015294313431,-2.738088369369507e-05,0.005313754081726074 +396,-3.0869950674424653,0.07498338596470959,0.25804478594408253,-0.05441712215542793,-0.0749131366610527,0.9957041144371033,0.0008403267711400986,0.0012800018303096294,0.003277597948908806,-0.0010180473327636719,-0.0024336576461791992,0.004677295684814453 +397,-3.087026035548377,0.07501818571185442,0.25796856982901384,-0.05438614264130592,-0.07494784146547318,0.9957031607627869,0.0008337013423442841,-0.0015928982757031918,0.000752677209675312,-0.0017967112362384796,-0.000827297568321228,0.005090177059173584 +398,-3.086874885380212,0.07489725673473192,0.25790325789634744,-0.054537154734134674,-0.07482725381851196,0.9957042336463928,-0.001650412566959858,0.00429249182343483,0.0009876592084765434,-0.0035378076136112213,-0.001024194061756134,0.004555344581604004 +399,-3.0868299500213516,0.07494978199016751,0.25780678373230204,-0.054581671953201294,-0.07487963140010834,0.9956976771354675,0.003604881465435028,0.002807383891195059,0.0016288449987769127,-0.0021657682955265045,-0.0036726146936416626,0.0009911060333251953 +400,-3.0866909034949117,0.07488686342222109,0.2577355710296606,-0.05472037196159363,-0.07481689006090164,0.9956946969032288,-0.002122342586517334,-0.0014690090902149677,-0.0009178705513477325,-0.005246665328741074,0.0014831572771072388,0.0047629475593566895 +401,-3.0866944297328107,0.0748575641401713,0.25771579609436923,-0.05471700057387352,-0.0747876688838005,0.9956974387168884,0.0029555773362517357,-0.00011638924479484558,-0.0012666266411542892,0.0018758028745651245,-0.00573296844959259,0.003997683525085449 +402,-3.086731388437864,0.07488436561682206,0.2576943898007269,-0.05468006432056427,-0.07481439411640167,0.9956969618797302,0.0027743098326027393,0.0014742363709956408,0.00013635866343975067,-0.0033490993082523346,0.003494836390018463,0.004485905170440674 +403,-3.0865922455138226,0.07472483809459331,0.25765731422901594,-0.05481927469372749,-0.07465531677007675,0.9957014322280884,-0.004085651598870754,0.001991355326026678,0.0011122189462184906,0.0005437657237052917,0.0005891546607017517,0.00603795051574707 +404,-3.0867419375356735,0.07479938312661068,0.2576420481487614,-0.054669927805662155,-0.07472965121269226,0.9957042336463928,0.0020306194201111794,-0.0010125800035893917,0.0023133670911192894,-0.0022301077842712402,-0.0024035274982452393,0.003822803497314453 +405,-3.0864538015428504,0.07477989728420911,0.2575863614166674,-0.05495689809322357,-0.07471022009849548,0.9956897497177124,0.00407501682639122,0.00048655224964022636,0.0010431315749883652,-0.004537120461463928,4.89652156829834e-05,0.0017467737197875977 +406,-3.086396699684275,0.0746927209203749,0.2575438791701032,-0.05501411855220795,-0.07462328672409058,0.9956932663917542,0.0016915379092097282,0.002029044320806861,-0.00042093172669410706,0.0009674876928329468,-0.003501705825328827,0.005481719970703125 +407,-3.086393463360376,0.0746183865665893,0.2574849828037708,-0.05501764267683029,-0.07454916089773178,0.9956985712051392,0.00035526324063539505,-0.0024927472695708275,0.0019286107271909714,-0.0033624842762947083,0.001352757215499878,0.00527799129486084 +408,-3.086276614361792,0.07454490162489183,0.25743589131557437,-0.05513428524136543,-0.07447587698698044,0.9956974387168884,0.0010810606181621552,0.0006090777460485697,-0.0005420288071036339,1.9535422325134277e-05,-0.003191351890563965,0.004592418670654297 +409,-3.086317788740649,0.07462487669188052,0.25741211086739574,-0.055092960596084595,-0.07455563545227051,0.9956938028335571,-0.0003677988424897194,-0.0026986668817698956,0.00046978238970041275,-0.0016697272658348083,0.0005199983716011047,0.005618393421173096 +410,-3.0861948134821957,0.07446571044015088,0.25735920199881407,-0.055216073989868164,-0.07439690828323364,0.9956990480422974,0.002373747993260622,-0.001450967974960804,0.0004040636122226715,-0.0013177506625652313,0.00020867586135864258,0.0052928924560546875 +411,-3.086219585714399,0.07451997234296591,0.2572739235616973,-0.05519118905067444,-0.0744510218501091,0.995696485042572,-0.00021617580205202103,-0.0018859757110476494,0.001652332954108715,0.0025331005454063416,-0.0010799914598464966,0.005615949630737305 +412,-3.086205511120076,0.07450512793836496,0.2572261773257014,-0.05520525202155113,-0.07443621754646301,0.9956965446472168,0.0013060197234153748,0.0010652672499418259,0.0004408452659845352,-0.0012522675096988678,0.0035133659839630127,0.005005359649658203 +413,-3.0861219439413197,0.07445778421955346,0.2572002800619036,-0.0552886463701725,-0.0743890032172203,0.9956953525543213,0.000786895863711834,-0.0007665711455047131,0.004078310914337635,0.0020812563598155975,-0.0009741485118865967,0.00599825382232666 +414,-3.086181649704787,0.0745065100634665,0.2572080616440137,-0.05522899329662323,-0.07443759590387344,0.9956949949264526,-0.00097612664103508,0.00253119389526546,-0.0003825472667813301,0.00019055232405662537,0.0011649057269096375,0.004487931728363037 +415,-3.0861137351324768,0.07440775272833175,0.25710985688654514,-0.055297043174505234,-0.0743391141295433,0.9956989288330078,-0.0006143804639577866,-0.0005337540060281754,-0.00040110014379024506,-0.0001076236367225647,-0.0004289671778678894,0.005354046821594238 +416,-3.086161109249926,0.07446057674813691,0.2571243479598434,-0.0552496537566185,-0.07439178973436356,0.995697557926178,0.0003129066899418831,-0.0032227574847638607,0.00147236417979002,0.0005468875169754028,-0.001993715763092041,0.004882454872131348 +417,-3.0860625393546193,0.07438588581350714,0.2571012224978482,-0.055348098278045654,-0.07431730628013611,0.9956974983215332,0.0018935510888695717,0.0009573420975357294,0.0008100681006908417,-0.0015977025032043457,0.0009225308895111084,0.006087779998779297 +418,-3.086001186333488,0.0743590999417984,0.25700867842147296,-0.055409301072359085,-0.07429059594869614,0.9956961870193481,-0.000445803627371788,0.00032108393497765064,0.0006143422797322273,0.0016067996621131897,-0.0023390576243400574,0.005463600158691406 +419,-3.0860314284946173,0.07445357530955525,0.2569380758769005,-0.05537879094481468,-0.07438480854034424,0.9956907033920288,-0.001180499792098999,-0.0013389745727181435,-0.00015733204782009125,-0.0011702775955200195,0.0009900406002998352,0.005468904972076416 +420,-3.085942234236196,0.07431946183631911,0.25692384565774884,-0.05546816065907478,-0.07425106316804886,0.9956957697868347,0.0005702497437596321,-0.0010375645942986012,0.0008431496098637581,-0.0005621127784252167,-0.00018130242824554443,0.004685699939727783 +421,-3.0860110063235235,0.07442986526146753,0.25691131483280744,-0.05539923161268234,-0.0743611603975296,0.9956914782524109,0.00018595345318317413,-0.0026702331379055977,-0.0005736658349633217,0.0006354376673698425,-0.001352943480014801,0.004293322563171387 +422,-3.086008573044458,0.07436069311704721,0.25686388605943555,-0.05540195107460022,-0.07429218292236328,0.9956966638565063,0.0005506835877895355,-0.0003068717196583748,0.001288013532757759,-0.0013149790465831757,0.0003480762243270874,0.005280137062072754 +423,-3.085967609664587,0.07438081282712748,0.25686177006650973,-0.055442649871110916,-0.0743122473359108,0.995692789554596,0.0013375338166952133,0.0017579288687556982,0.0008086534217000008,0.0010908395051956177,-0.0023326575756073,0.004887223243713379 +424,-3.086032407190591,0.07439223018948538,0.25684595388478676,-0.05537807568907738,-0.0743236318230629,0.9956953525543213,0.001964811235666275,-0.0017253854312002659,0.000796598382294178,-0.0015219449996948242,-0.0007648691534996033,0.005326986312866211 +425,-3.0859672706224006,0.07435009254491869,0.25680080079595735,-0.05544309690594673,-0.07428161054849625,0.9956947565078735,0.0014889296144247055,-7.213512435555458e-05,-0.00018897280097007751,5.370378494262695e-05,-0.0008984357118606567,0.005556344985961914 +426,-3.0861045961893905,0.07435358868354827,0.25679308587104077,-0.05530634522438049,-0.0742850974202156,0.9957020282745361,-0.0013973256573081017,0.0005481918342411518,-2.464093267917633e-05,-0.0010443516075611115,-0.0023292675614356995,0.005121707916259766 +427,-3.0859935633415687,0.07439769634581417,0.25677899353514017,-0.05541672930121422,-0.07432908564805984,0.995692789554596,0.0030881850980222225,0.0018713332246989012,0.0017931656911969185,-0.002597186714410782,-0.001629166305065155,0.003971457481384277 +428,-3.0860762781977287,0.07435249820385982,0.2567298948755261,-0.055334556847810745,-0.07428400963544846,0.9957007765769958,0.0010262653231620789,-0.0010942304506897926,0.0008366452530026436,-0.0004363134503364563,3.474205732345581e-05,0.005428314208984375 +429,-3.0862065980236775,0.07435998253595029,0.2566819118052693,-0.05520477145910263,-0.07429147511720657,0.9957075119018555,0.0007341550663113594,-0.00010367203503847122,-0.00187685526907444,-0.0018783621490001678,-0.0009038522839546204,0.005025029182434082 +430,-3.086029119801405,0.07428461307930216,0.25669243324443136,-0.05538178235292435,-0.0742163136601448,0.9957030415534973,0.00261855311691761,-0.0006587724201381207,-0.000619158148765564,-0.0006027035415172577,8.913129568099976e-05,0.004998743534088135 +431,-3.0861193360671555,0.0742950315682882,0.25666522376508993,-0.05529190972447395,-0.07422669976949692,0.9957071542739868,-0.0010780086740851402,-0.001045986544340849,0.00162406824529171,-6.696581840515137e-05,-0.0024487003684043884,0.004262089729309082 +432,-3.086072172949133,0.07429525375234322,0.25669854651403734,-0.05533887818455696,-0.07422692328691483,0.9957047700881958,-0.0003400379791855812,-0.000578009057790041,0.0036620749160647392,-0.0007676891982555389,0.0013662129640579224,0.005699038505554199 +433,-3.0861093654030816,0.07423471968440058,0.25663430485752986,-0.05530209466814995,-0.07416655868291855,0.9957112669944763,-2.655014395713806e-05,0.000571143114939332,0.0012353714555501938,0.0021709948778152466,-0.0010287538170814514,0.004532814025878906 +434,-3.086115535701827,0.07420951689214925,0.2566252075888581,-0.05529604107141495,-0.07414142042398453,0.9957132339477539,4.850607365369797e-05,-0.002292097080498934,-0.0005280906334519386,-0.0013445690274238586,0.0018452927470207214,0.005507171154022217 +435,-3.086026222767062,0.07417868883586574,0.25660361169821994,-0.055385105311870575,-0.07411067932844162,0.9957106709480286,-0.0007406910881400108,0.001117020146921277,6.319768726825714e-05,0.0004534795880317688,-0.0007641837000846863,0.005418300628662109 +436,-3.0860931610336424,0.07427332815508221,0.25662908069684626,-0.05531806871294975,-0.07420505583286285,0.9957075119018555,-0.00020196661353111267,0.0008794115856289864,-0.002237464301288128,0.0004932433366775513,-0.0007461011409759521,0.004658639430999756 +437,-3.0860025100090587,0.0741938825053846,0.2566245673480575,-0.05540866777300835,-0.07412583380937576,0.9957085251808167,0.0003772033378481865,-0.000676080584526062,-0.0009150132536888123,-0.000301167368888855,-0.00045912712812423706,0.004764556884765625 +438,-3.085986841811788,0.07426187431142893,0.2566363764909098,-0.05542398989200592,-0.07419363409280777,0.9957026243209839,-0.0012529464438557625,0.00029234355315566063,-3.308244049549103e-05,-1.1198222637176514e-05,-0.0027106627821922302,0.005090951919555664 +439,-3.0859960905402373,0.07427934165359783,0.2566105849385865,-0.055414702743291855,-0.07421105355024338,0.9957017302513123,2.3475848138332367e-05,0.0008597979322075844,0.0013014189898967743,-0.002217743545770645,0.0012282729148864746,0.004878103733062744 +440,-3.0859052643369536,0.07418750382647599,0.2566090651452358,-0.055505529046058655,-0.07411947101354599,0.9957036972045898,-0.0008490867912769318,0.00015183165669441223,0.0005285302177071571,0.001016378402709961,-0.0018998384475708008,0.005196809768676758 +441,-3.0859632197249702,0.07430716685748193,0.2565934178322783,-0.055447325110435486,-0.07423880696296692,0.9956980347633362,-0.0009521301835775375,-0.0010767611674964428,-0.0006413087248802185,-0.0004608817398548126,-0.0003614276647567749,0.0051261186599731445 +442,-3.0858711405272463,0.07424798276953959,0.2565529903115831,-0.055539242923259735,-0.07417978346347809,0.9956971406936646,0.00023366417735815048,0.002121091354638338,-0.0004261098802089691,0.001385800540447235,0.0004950910806655884,0.004272341728210449 +443,-3.0859883983618825,0.07431273987635684,0.256571363717123,-0.055422235280275345,-0.07424436509609222,0.9956990480422974,0.0005296496674418449,0.0005502591375261545,-0.00040919799357652664,0.00010910630226135254,-0.0014239847660064697,0.005048871040344238 +444,-3.0858574998169646,0.07428435923514333,0.25659566568269926,-0.05555266514420509,-0.07421606034040451,0.9956935048103333,0.0008826358243823051,0.001956627005711198,-0.0017337268218398094,-0.0007827766239643097,0.0021182894706726074,0.004901409149169922 +445,-3.0859459970601106,0.07430538088247757,0.25658793402678026,-0.055464472621679306,-0.07423702627420425,0.995697021484375,-0.0007934039458632469,9.270990267395973e-05,-0.001127457246184349,0.0011736974120140076,-0.0009277686476707458,0.00469970703125 +446,-3.0860196160677216,0.07425070092826634,0.25659837087592235,-0.05539139360189438,-0.07418249547481537,0.9957051277160645,0.0007799742743372917,-0.0015579527243971825,0.0002183821052312851,-0.0016917325556278229,0.0014438554644584656,0.0055307745933532715 +447,-3.085970010645945,0.07419398287789257,0.2565591238366741,-0.055441029369831085,-0.07412593066692352,0.9957067370414734,-0.0012289024889469147,-1.3735145330429077e-05,0.0014914823696017265,0.0005246400833129883,-0.000459037721157074,0.004690051078796387 +448,-3.0861031141999984,0.07432021195909061,0.2565660317635764,-0.055307965725660324,-0.07425181567668915,0.9957045912742615,-0.0015987008810043335,0.0020866780541837215,0.0006973445415496826,-0.000951182097196579,-0.002255745232105255,0.00421905517578125 +449,-3.0860717128177946,0.07429349696558805,0.25656623185222,-0.055339351296424866,-0.07422517240047455,0.9957049489021301,-0.00026765186339616776,-0.001197050791233778,-0.0005554240196943283,-0.00040100887417793274,0.0005709901452064514,0.0047528743743896484 +450,-3.086108983027209,0.07423803609130589,0.2565575473121662,-0.0553024522960186,-0.07416986674070358,0.9957108497619629,0.0009121140465140343,0.0012297576759010553,5.8134086430072784e-05,0.0004623793065547943,-0.0013611242175102234,0.006043732166290283 +451,-3.086075137789623,0.07425417435639521,0.2565793437579572,-0.05533610284328461,-0.07418595999479294,0.9957080483436584,0.0014581792056560516,-1.735752448439598e-05,0.0002855472266674042,-0.001335039734840393,-7.857382297515869e-05,0.004169940948486328 +452,-3.0860219779220404,0.07421534334129476,0.25655022945274175,-0.05538919195532799,-0.07414723187685013,0.9957079291343689,0.000143442302942276,-0.0017376216128468513,0.0033318614587187767,0.00035073980689048767,-0.0006666108965873718,0.005344867706298828 +453,-3.0860629073683574,0.07421731978649224,0.25654330063409825,-0.05534841865301132,-0.07414920628070831,0.9957098364830017,-0.0006158389151096344,-0.0008755638264119625,-0.00014470797032117844,9.635835886001587e-05,-0.0006798803806304932,0.005785346031188965 +454,-3.0860345069638755,0.07417810727052242,0.2565197834032946,-0.05537685751914978,-0.07411009818315506,0.9957112073898315,5.698762834072113e-06,-0.002323498949408531,-0.0027346620336174965,-0.0007907375693321228,-0.0005206316709518433,0.005845069885253906 +455,-3.0860116305693,0.0741405438525685,0.25654288734761355,-0.055399809032678604,-0.07407263666391373,0.9957130551338196,0.0005413917824625969,0.0002248799428343773,-0.0016602156683802605,0.00048341602087020874,-0.0002529248595237732,0.005370497703552246 +456,-3.086054959499179,0.07419009990709999,0.2565998751867761,-0.0553564578294754,-0.07412205636501312,0.9957116842269897,0.0031682271510362625,6.421143189072609e-05,-0.0015198299661278725,0.0006994679570198059,-0.0010732635855674744,0.004502058029174805 +457,-3.0860866462162795,0.07416018867412942,0.2565830032302744,-0.05532503128051758,-0.07409223169088364,0.9957156777381897,-0.0008133165538311005,-0.00177081860601902,-0.0010532764717936516,-0.0008730962872505188,-5.023181438446045e-05,0.005444049835205078 +458,-3.0861350389399,0.07419956182593827,0.2565688892648562,-0.05527668073773384,-0.07413149625062943,0.9957154393196106,-0.0028382176533341408,-0.0004486707039177418,-0.00196796003729105,-0.0002958327531814575,-0.001796238124370575,0.00486445426940918 +459,-3.0860631214510374,0.07423628518049434,0.25657115894414884,-0.05534813180565834,-0.0741681158542633,0.9957085847854614,-0.0034639714285731316,0.0021701715886592865,0.0005735000595450401,-0.0005600713193416595,-0.0004473552107810974,0.005206882953643799 +460,-3.086070420850216,0.07421710127019596,0.2565609624369589,-0.05534092336893082,-0.074148990213871,0.9957100749015808,0.0021165721118450165,0.0018382817506790161,0.0020043617114424706,0.001477409154176712,-0.001046307384967804,0.005495011806488037 +461,-3.08608861530305,0.07425825953378042,0.25656774685477995,-0.05532265454530716,-0.07419002801179886,0.9957082867622375,0.0010168300941586494,-0.0006293398328125477,0.0008834395557641983,-0.0010280460119247437,0.0009478554129600525,0.0046883225440979 +462,-3.0860419895727453,0.07422518328865235,0.25649524996682826,-0.055369216948747635,-0.07415704429149628,0.9957082271575928,0.00014003273099660873,-0.00015501352027058601,-0.0010810457170009613,0.0010021626949310303,-0.0030218958854675293,0.005069911479949951 +463,-3.0860530346354373,0.07432338860422905,0.2565235054653474,-0.05535781383514404,-0.07425498217344284,0.9957014918327332,0.0019688680768013,0.0010206261649727821,-0.0017547430470585823,-0.0022898875176906586,0.0012722015380859375,0.004283130168914795 +464,-3.0860147434643452,0.07424951124696279,0.25649960268079575,-0.05539623647928238,-0.07418131083250046,0.995704710483551,-0.001084798015654087,0.00224871002137661,-0.0004066871479153633,0.0011817701160907745,-0.0007088109850883484,0.004996955394744873 +465,-3.0860545916319113,0.07432292311837008,0.2564832065530588,-0.05535627529025078,-0.07425452023744583,0.995701789855957,0.0008837776258587837,-0.0015649073757231236,-0.002254774793982506,-0.0005061477422714233,-0.0019478723406791687,0.005381584167480469 +466,-3.0859655591776693,0.07431435158992312,0.25652382740027463,-0.05544496327638626,-0.07424596697092056,0.995697557926178,0.000977763906121254,-0.0002645566128194332,-0.00020902138203382492,-0.0007684193551540375,-0.00033899396657943726,0.005477428436279297 +467,-3.0861054474012355,0.07434983971568981,0.2565167686075502,-0.05530553683638573,-0.07428135722875595,0.9957028031349182,0.0004554819315671921,0.0002614944241940975,0.0010228808969259262,-0.0005874112248420715,-0.001615867018699646,0.006662487983703613 +468,-3.0860685536018475,0.07435570045010821,0.2564769742412916,-0.05534224584698677,-0.07428720593452454,0.9957002997398376,-0.0014191670343279839,-0.0007933033630251884,0.0004456285387277603,-0.0016798637807369232,0.0007550865411758423,0.00503230094909668 +469,-3.0860659551219274,0.07431994142270858,0.25645916660494084,-0.055344972759485245,-0.07425154000520706,0.9957026839256287,-0.0010561831295490265,0.0014463141560554504,-0.0014574695378541946,0.0004896298050880432,-0.0028053447604179382,0.004968762397766113 +470,-3.086076972086489,0.0743921456578587,0.25647109091109127,-0.055333711206912994,-0.07432354986667633,0.9956979751586914,-0.0011404650285840034,0.0008446427527815104,0.00022851116955280304,-0.0011848509311676025,0.00040996819734573364,0.0056449174880981445 +471,-3.0860354295706087,0.07432504271820196,0.2564470568241894,-0.05537533387541771,-0.07425662875175476,0.9957003593444824,0.0004477398470044136,-0.00027923937886953354,0.002648984082043171,-4.4580549001693726e-05,-8.416920900344849e-05,0.005260765552520752 +472,-3.0861007668264993,0.07439469106580734,0.25644893048755457,-0.055309999734163284,-0.07432608306407928,0.9956989884376526,0.0015269871801137924,-0.0023498982191085815,0.0006003798916935921,0.0006835386157035828,-0.0014185383915901184,0.004560410976409912 +473,-3.0861291274552674,0.07434924356738261,0.25644617316018536,-0.055281948298215866,-0.0742807611823082,0.995703935623169,-0.0008085090667009354,-0.001033884473145008,0.0003157220780849457,-0.0013128966093063354,-0.00016687065362930298,0.0037162303924560547 +474,-3.0861295998758522,0.07437596064340789,0.25646175846583635,-0.055281367152929306,-0.0743074044585228,0.9957019090652466,0.0009185941889882088,0.0013002424966543913,-0.0019131163135170937,0.0004107654094696045,0.00018021464347839355,0.004877865314483643 +475,-3.086192260501017,0.07433358524055791,0.2565156343294751,-0.05521915853023529,-0.07426515221595764,0.9957087635993958,0.0006998311728239059,-0.0019626677967607975,0.0016278605908155441,-0.0013604462146759033,0.00022949278354644775,0.004886507987976074 +476,-3.086097547064924,0.07432970639469842,0.2565087921622987,-0.05531349405646324,-0.07426127791404724,0.9957039952278137,0.002474979031831026,0.0013040141202509403,0.002541721798479557,0.0002902783453464508,-0.0016207098960876465,0.004647374153137207 +477,-3.0861189234841517,0.07443859239977228,0.25653270552509433,-0.055291734635829926,-0.07436986267566681,0.9956966042518616,-0.000948883593082428,0.00022103521041572094,0.00019172485917806625,-0.0007385388016700745,-0.001496821641921997,0.004822075366973877 +478,-3.0860776180069243,0.07442176732418829,0.25650118513660425,-0.05533295124769211,-0.07435308396816254,0.995695948600769,0.0008150143548846245,-0.0001019863411784172,-5.455687642097473e-06,-0.0005447492003440857,-0.0009490549564361572,0.004563689231872559 +479,-3.0860363727160185,0.07445685435436995,0.2564969373487359,-0.055373866111040115,-0.07438807934522629,0.9956908822059631,-0.001250123605132103,0.0003274239134043455,-0.000674455426633358,-0.00085478276014328,4.725158214569092e-05,0.005224704742431641 +480,-3.0860262818905846,0.07447152988032213,0.25646997512942676,-0.0553838349878788,-0.07440271228551865,0.9956889152526855,-0.0022133681923151016,-0.0018665208481252193,-0.0008936002850532532,-0.0009363442659378052,-0.0010367333889007568,0.0055773258209228516 +481,-3.086044026212369,0.07452714855353598,0.2564115444028042,-0.055365949869155884,-0.07445817440748215,0.9956859946250916,0.0006894636899232864,0.000624214531853795,-0.0002287067472934723,8.335337042808533e-05,-0.0008439496159553528,0.004619121551513672 +482,-3.0860442599554423,0.0745357394460228,0.2564588433626323,-0.05536569282412529,-0.07446674257516861,0.9956855773925781,0.0004225363954901695,0.0005328177940100431,-0.0026126066222786903,-0.00025260448455810547,0.0014991983771324158,0.005626797676086426 +483,-3.085988435661428,0.07450966713191035,0.2564461076092912,-0.055421363562345505,-0.07444074749946594,0.9956840872764587,-0.00036351196467876434,0.0010776096023619175,-0.00015307962894439697,0.0005507655441761017,-0.0003883466124534607,0.005979001522064209 +484,-3.0860349738477884,0.07446594093770412,0.2564969286215658,-0.055375225841999054,-0.07439713925123215,0.9956902861595154,-0.000316007062792778,-0.001855693757534027,0.0003268001601099968,-0.00022780895233154297,0.0001631230115890503,0.005088090896606445 +485,-3.086025944604857,0.07448043111177605,0.25647331970946935,-0.05538414418697357,-0.07441158592700958,0.9956884384155273,-0.002396543510258198,0.0008673151023685932,-0.0008797897025942802,0.0008187182247638702,-0.00023440271615982056,0.005043923854827881 +486,-3.086084932310437,0.07452154061826027,0.25648759040932617,-0.055325258523225784,-0.07445258647203445,0.9956889748573303,0.0005214996635913849,-0.001855312380939722,-0.00017486046999692917,-3.3643096685409546e-05,9.64924693107605e-05,0.005379438400268555 +487,-3.0860788880410372,0.07450592340067515,0.25652639451000436,-0.05533133074641228,-0.07443700730800629,0.9956896305084229,-8.436478674411774e-05,0.000711960019543767,-0.0010366393253207207,-0.00018015503883361816,-0.0003615841269493103,0.004798769950866699 +488,-3.0859876933433754,0.07449658454170431,0.25655853026911496,-0.05542217567563057,-0.07442769408226013,0.995685338973999,-0.0008294787257909775,0.0031987554393708706,0.0008884919807314873,-0.001157425343990326,-0.00021830201148986816,0.005443930625915527 +489,-3.0859850002169504,0.07449661082408017,0.2565734350446841,-0.05542483925819397,-0.07442772388458252,0.9956849217414856,0.00043700821697711945,0.0003931799437850714,0.0033922744914889336,-0.0002697296440601349,-0.0025223344564437866,0.0058255791664123535 +490,-3.085982889750581,0.07458329989465748,0.25656937873849456,-0.05542657896876335,-0.07451417297124863,0.9956782460212708,0.0014275293797254562,0.00043248478323221207,0.0005567427724599838,-0.0007562786340713501,5.513429641723633e-06,0.006335735321044922 +491,-3.085994305410557,0.0745787605722451,0.2565849120240593,-0.055415257811546326,-0.0745096430182457,0.9956797361373901,-0.0005977638065814972,0.0007239512633532286,-0.00030183233320713043,-0.0017136670649051666,-0.0023946836590766907,0.004503726959228516 +492,-3.086006762547538,0.07462582170248723,0.2566140073108158,-0.05540263652801514,-0.07455657422542572,0.9956764578819275,-0.0017625894397497177,-0.00175529345870018,-0.0022603152319788933,0.0004862546920776367,0.00045990943908691406,0.005452573299407959 +493,-3.0860502852821856,0.07457614762848357,0.25664302794501154,-0.055359501391649246,-0.07450704276561737,0.9956824779510498,0.0005739415064454079,-0.0007253098301589489,-0.0004489235579967499,-0.00028928741812705994,-0.00047463923692703247,0.004759788513183594 +494,-3.0860157435205235,0.07456942075534333,0.2566336675823674,-0.05539393424987793,-0.07450032979249954,0.9956812858581543,-0.0022991523146629333,-0.0006448044441640377,0.00013425108045339584,0.00014185160398483276,0.0003120899200439453,0.004593372344970703 +495,-3.0860050331489663,0.0745874611384867,0.25663008149989736,-0.05540451407432556,-0.07451832294464111,0.9956791400909424,-7.931236177682877e-05,-0.0006142104975879192,-0.0005201771855354309,9.141117334365845e-05,-0.0006922408938407898,0.005205631256103516 +496,-3.085970719149554,0.07461943169186076,0.256580586949476,-0.0554385706782341,-0.07455020397901535,0.995675265789032,-0.00042690709233283997,-0.0015059900470077991,0.0012357672676444054,0.00024751201272010803,0.0005145445466041565,0.004813194274902344 +497,-3.086080937689518,0.07461376222458996,0.2565466725370759,-0.0553288459777832,-0.07454454898834229,0.9956817030906677,-0.0009617889299988747,0.00044695381075143814,0.0008955281227827072,0.0003971979022026062,-2.5160610675811768e-05,0.005264401435852051 +498,-3.086102097446824,0.07470551747755048,0.2565234916627556,-0.05530738830566406,-0.0746360495686531,0.9956759214401245,0.0016213646158576012,-9.618280455470085e-05,0.0019440501928329468,-0.0007381439208984375,-0.0005592703819274902,0.0038510560989379883 +499,-3.086115692000012,0.07470681758728809,0.2564965075762781,-0.055293843150138855,-0.07463734596967697,0.9956764578819275,-0.0014609163627028465,-0.0003005075268447399,0.000592334195971489,-0.0008584931492805481,0.0013036206364631653,0.005071103572845459 +500,-3.0860890008629074,0.07472964736929306,0.25649758110715193,-0.05532032623887062,-0.07466011494398117,0.9956733584403992,0.0010867202654480934,-0.0011720284819602966,-0.00019690394401550293,-0.0008472688496112823,-0.0013439059257507324,0.005059003829956055 +501,-3.086133119518291,0.0747440018067559,0.2564177026414864,-0.05527634918689728,-0.07467442750930786,0.9956748485565186,-0.0022027306258678436,0.0016432807315140963,0.0016528936102986336,-0.0005250424146652222,0.00033360719680786133,0.004477739334106445 +502,-3.0860924350814223,0.07475424741579244,0.2563805970607873,-0.05531682074069977,-0.07468464225530624,0.9956719279289246,-0.0011035138741135597,0.00046959565952420235,-0.00021462980657815933,-0.0007592402398586273,-0.001044735312461853,0.004892826080322266 +503,-3.0860746058131077,0.07477756937024478,0.2563672040702312,-0.055334463715553284,-0.07470790296792984,0.9956690669059753,-0.0004749763756990433,0.0005579544231295586,0.00034092459827661514,-0.0008178763091564178,0.000519677996635437,0.005475342273712158 +504,-3.0860976801049746,0.0747154676351432,0.2564170871804489,-0.055311743170022964,-0.07464597374200821,0.9956748485565186,-0.0005554761737585068,-0.00035806605592370033,0.000834890641272068,-0.002000264823436737,-0.0028991922736167908,0.0050116777420043945 +505,-3.0861205771444165,0.0747407401900729,0.2564300290832248,-0.055288832634687424,-0.074671171605587,0.9956740736961365,-0.0015331702306866646,0.0009105992503464222,-0.0003686584532260895,-8.530542254447937e-05,0.0019325390458106995,0.005653202533721924 +506,-3.0861231082221274,0.07468978539499646,0.256437556623806,-0.05528653413057327,-0.07462035864591599,0.9956782460212708,-0.00044728629291057587,0.0006652139127254486,-0.0022568395361304283,-0.0026205703616142273,-0.002909548580646515,0.0035282373428344727 +507,-3.0861137881163607,0.07468681787020769,0.2564536592951205,-0.05529583990573883,-0.074617400765419,0.995678186416626,-0.00037154462188482285,0.0007361173629760742,0.0007943930104374886,0.0009287670254707336,0.0008258894085884094,0.006137728691101074 +508,-3.0861737329391925,0.07454589347131567,0.2564331413733451,-0.05523671954870224,-0.07447686791419983,0.99569171667099,-6.523914635181427e-06,-0.0022048954851925373,0.0007392624393105507,-0.0015412382781505585,-0.0004132688045501709,0.005559444427490234 +509,-3.086114793166682,0.07458670941693221,0.2564023826039002,-0.05529523268342018,-0.07451757043600082,0.9956852793693542,0.0025340793654322624,0.0032163350842893124,0.0008974112570285797,0.0006077475845813751,0.00028358399868011475,0.00542837381362915 +510,-3.0860938700193747,0.07456109931045661,0.2563304244644673,-0.055316172540187836,-0.07449202984571457,0.9956861138343811,-0.0010001454502344131,-0.0007019205950200558,0.0011963574215769768,-0.0004852116107940674,-0.002152860164642334,0.006449997425079346 +511,-3.086066605338258,0.0745981333066029,0.2563085774154554,-0.05534318462014198,-0.07452896237373352,0.9956821799278259,-0.0008822139352560043,-0.000773371197283268,0.00011608283966779709,-0.002121429890394211,-0.0008342117071151733,0.0069425106048583984 +512,-3.086128058028431,0.07449234672286943,0.25628918279752544,-0.05528242886066437,-0.07442346960306168,0.9956933259963989,-0.0008895844221115112,-0.0035150833427906036,-0.0020749885588884354,-0.0004731863737106323,-0.00245029479265213,0.00673288106918335 +513,-3.0861729562738898,0.07460035500164079,0.2562647873075524,-0.05523727834224701,-0.0745311826467514,0.9956878423690796,0.0010779555886983871,-0.0009847679175436497,0.0035765254870057106,0.0027165263891220093,0.002738572657108307,0.006448507308959961 +514,-3.0861555382791646,0.07439929145956516,0.2561959460266317,-0.055255454033613205,-0.07433067262172699,0.9957018494606018,0.0013932650908827782,0.0009375263471156359,0.0017242413014173508,0.00432160496711731,0.004720062017440796,0.0066939592361450195 +515,-3.0862008954008178,0.07443009745288857,0.25620386272788365,-0.055210161954164505,-0.0743613913655281,0.9957019686698914,-0.001763591542840004,-0.00038030045107007027,-0.0019496986642479897,0.0031624212861061096,0.0020499825477600098,0.006434321403503418 +516,-3.0869036189164376,0.07463660007309895,0.2561515636900276,-0.054509591311216354,-0.07456732541322708,0.9957249164581299,0.042200200259685516,0.09289221465587616,-0.0015105772763490677,0.01164766401052475,0.00016547739505767822,0.014147341251373291 +517,-3.088465962795373,0.07567970453800982,0.25619810465839615,-0.05294971540570259,-0.07560748606920242,0.9957309365272522,0.006940750405192375,0.0249005276709795,-0.0031506801024079323,-0.007749754935503006,0.004944026470184326,0.0011563301086425781 +518,-3.0877037280182087,0.07572890677476321,0.26276111720460654,-0.05370846763253212,-0.07565654814243317,0.9956863522529602,-0.03656850755214691,-0.06256479769945145,-0.4124043881893158,0.013532087206840515,-0.01818498969078064,0.007929861545562744 +519,3.1314588585583487,0.1552252808397551,0.371542727986633,0.010011781007051468,-0.15460267663002014,0.9879258871078491,-1.1179792881011963,-0.5438797473907471,-1.3673454523086548,0.09939373284578323,0.07899539172649384,0.003254413604736328 +520,3.1100177528319,0.23214377042270953,0.4717590402350217,0.030722804367542267,-0.23006431758403778,0.9726901054382324,-0.48433002829551697,-0.5530200004577637,-1.231575608253479,-0.07919998466968536,0.06900782883167267,-0.03752493858337402 +521,3.0366409626658233,0.2284301237261861,0.5603060978749501,0.10203779488801956,-0.22644871473312378,0.9686635732650757,0.006062625907361507,-0.1833876371383667,-0.5729912519454956,0.0012184157967567444,0.030571654438972473,0.010859072208404541 +522,2.991499245363271,0.17792608421243744,0.6255875948361425,0.1471698135137558,-0.17698878049850464,0.9731473326683044,0.5124115943908691,-0.07368889451026917,-0.4776575267314911,-0.020415067672729492,-0.0014932602643966675,0.01344001293182373 +523,2.9633695425609248,0.14425091678004853,0.6876413558310582,0.17543987929821014,-0.14375117421150208,0.9739388227462769,-0.07483132183551788,-0.39875760674476624,-0.8041382431983948,-0.04267314076423645,-0.007509216666221619,0.055327653884887695 +524,2.889272898529251,0.17408805252225276,0.7622906238119066,0.24587741494178772,-0.1732100397348404,0.9536993503570557,-0.7136770486831665,-0.33450859785079956,-0.5734959244728088,-0.011166736483573914,-0.03653724491596222,0.04173821210861206 +525,2.8474369479405626,0.1915677114117386,0.8049128141855725,0.2846281826496124,-0.19039815664291382,0.939539909362793,0.0558292418718338,-0.12680205702781677,-0.30202537775039673,-0.014303505420684814,-0.008927389979362488,0.024754464626312256 +526,2.8332119004044873,0.19485688004681734,0.8278787257083673,0.29777222871780396,-0.19362612068653107,0.9347943067550659,-0.15429998934268951,0.10424990952014923,-0.05255764350295067,-0.004422038793563843,-0.042488351464271545,0.01906299591064453 +527,2.8170725016328944,0.20236996536667093,0.8400458946607131,0.3123471140861511,-0.20099149644374847,0.9284619092941284,-0.010167187079787254,-0.3513530194759369,-0.08088119328022003,-0.010299444198608398,-0.025342091917991638,0.05341053009033203 +528,2.770724366973585,0.17971249183597565,0.8476218256123074,0.35658812522888184,-0.17874670028686523,0.917003333568573,0.2082851529121399,-0.5835790634155273,-0.026613526046276093,0.04670175909996033,-0.007105395197868347,0.03905165195465088 +529,2.783257817236411,0.20829168976502072,0.8592957103261212,0.3431347906589508,-0.2067888230085373,0.9162405133247375,-0.3047666847705841,0.34023603796958923,0.008689794689416885,-0.0036267638206481934,0.0074937790632247925,0.0161629319190979 +530,2.817329548634038,0.2541615462210907,0.8669917332967614,0.30837491154670715,-0.25143396854400635,0.917434573173523,-0.23537446558475494,0.518766462802887,0.25942671298980713,0.023763179779052734,-0.03616371750831604,-0.0185849666595459 +531,2.8671672809495123,0.2751010382848817,0.8590989166774669,0.2608039677143097,-0.2716441750526428,0.9263861775398254,-0.013273833319544792,0.5537621974945068,0.04170379787683487,-0.04202339053153992,0.004630565643310547,-0.016260147094726562 +532,2.9064655970017546,0.304526842032758,0.8582541843148854,0.22224757075309753,-0.29984182119369507,0.9277399182319641,-1.0876038074493408,-0.1754591464996338,0.03219129517674446,-0.0016512274742126465,0.02567186951637268,0.07224500179290771 +533,2.9351104374134467,0.39847170418186617,0.8743614182358458,0.18895603716373444,-0.3880102336406708,0.9020776748657227,-1.2107950448989868,0.4050222337245941,-0.04716205224394798,0.007058426737785339,0.004953503608703613,0.040244340896606445 +534,2.956772807391625,0.515485200775169,0.9157306083984565,0.1598893404006958,-0.49295705556869507,0.8552364110946655,-0.08813770860433578,-0.2988504469394684,-0.16893106698989868,-0.03871928155422211,0.007300257682800293,-0.10271847248077393 +535,2.918579014639359,0.5136955879368117,0.9379255150540985,0.19262421131134033,-0.49139919877052307,0.8493658900260925,0.05709494650363922,-0.3637841045856476,-0.10482607781887054,0.023333385586738586,-0.013178318738937378,-0.11370927095413208 +536,2.8695462915261887,0.5053131911552742,0.9555391671836453,0.23512130975723267,-0.484081506729126,0.8428420424461365,0.006291079334914684,-0.6391627192497253,-0.253410667181015,-0.041517823934555054,0.022732079029083252,-0.0091172456741333 +537,2.848033051709048,0.49099784841846794,0.9620456672629503,0.2551770806312561,-0.4715060889720917,0.8441368341445923,0.22418814897537231,-0.2084689736366272,-0.03389553353190422,0.005336254835128784,0.004571825265884399,-0.09236669540405273 +538,2.850660880881412,0.4765588487638266,0.9573683154723561,0.2548843324184418,-0.45872417092323303,0.851237952709198,0.21720688045024872,0.3152662515640259,0.041167546063661575,-0.01159822940826416,0.01356428861618042,-0.0546223521232605 +539,2.909905091555618,0.45236346371185093,0.9364261355792188,0.2065243273973465,-0.43709248304367065,0.8753844499588013,-0.11039163917303085,0.6917878985404968,0.2624741494655609,0.039859339594841,-0.047084152698516846,0.10220038890838623 +540,3.0294620768152822,0.4349384505176922,0.8799285431700635,0.10147778689861298,-0.42135459184646606,0.9012004733085632,-0.021333303302526474,1.87466299533844,0.6937177777290344,0.07987291365861893,-0.04902806878089905,0.13575613498687744 +541,-3.1206255893584354,0.42326576209736094,0.8332232334434339,-0.019115367904305458,-0.4107401967048645,0.911551833152771,0.5481175184249878,0.9926049113273621,0.12257536500692368,0.02917090430855751,0.0036815404891967773,0.05948680639266968 +542,-3.00010096783692,0.34049004556994755,0.813552453010813,-0.13292428851127625,-0.3339490592479706,0.933171808719635,0.5663054585456848,0.8713080286979675,0.2703368365764618,0.030125796794891357,-0.03244507312774658,-0.005727171897888184 +543,-2.909096095357979,0.31319556536781523,0.7849397328351383,-0.2191992700099945,-0.30810031294822693,0.9257572889328003,0.997767448425293,1.6268423795700073,0.6796616315841675,0.01978209614753723,-0.004613429307937622,0.0006346702575683594 +544,-2.8265833791333876,0.2689153610997457,0.7672667728385943,-0.29868999123573303,-0.26568594574928284,0.9166214466094971,0.3226414918899536,0.6907297372817993,0.27560508251190186,-0.04287794232368469,-0.005203276872634888,0.050037920475006104 +545,-2.7705742685425747,0.21814880766063652,0.7574280661903444,-0.35397180914878845,-0.2164226770401001,0.9098708629608154,0.16035394370555878,0.566146194934845,0.2834695875644684,0.02036893367767334,-0.0016101300716400146,0.01792442798614502 +546,-2.7120560768173405,0.1787701246059067,0.7413101691989212,-0.4098125994205475,-0.17781943082809448,0.8946696519851685,0.13698546588420868,0.23561103641986847,0.17627431452274323,-0.000816643238067627,0.010277941823005676,-0.019623935222625732 +547,-2.6780607862719257,0.15102308146045781,0.7317491716945899,-0.44202086329460144,-0.15044964849948883,0.8842975497245789,0.152577742934227,0.2597644627094269,0.1480288952589035,-0.0004534125328063965,-0.0017567425966262817,0.049189209938049316 +548,-2.6416535245312316,0.13043161345113918,0.722916177508227,-0.4753003716468811,-0.13006210327148438,0.8701573610305786,0.18507486581802368,0.31163352727890015,0.16814923286437988,0.005176961421966553,-0.003955870866775513,0.007207930088043213 +549,-2.623408629606599,0.12254729921785232,0.719274047406969,-0.49158889055252075,-0.12224079668521881,0.8622052073478699,0.08458775281906128,0.20729200541973114,0.03207094222307205,-0.010822117328643799,0.0004603639245033264,0.03134959936141968 +550,-2.6149283252051454,0.12017123087462503,0.7181712110384867,-0.4990273714065552,-0.11988220363855362,0.8582538962364197,-0.02668885886669159,-0.12647730112075806,-0.020601684227585793,0.012958675622940063,-0.0031036362051963806,0.0026926398277282715 +551,-2.6367335585379927,0.12532022456868386,0.7200072392745475,-0.4798910617828369,-0.12499245256185532,0.8683789968490601,-0.08251604437828064,-0.41109833121299744,-0.13904672861099243,-0.030179858207702637,0.012092635035514832,-0.007615268230438232 +552,-2.6773061412062993,0.13938060034168176,0.7271888141376004,-0.44344237446784973,-0.13892975449562073,0.8854699730873108,-0.27848055958747864,-0.6986176371574402,-0.16274286806583405,0.02249830961227417,-0.043061792850494385,0.04908490180969238 +553,-2.735028968582796,0.15034921649926222,0.730099284722845,-0.3909943699836731,-0.1497834175825119,0.9081238508224487,-0.2395843267440796,-0.8441449403762817,-0.20601089298725128,-0.03796079754829407,0.013354554772377014,0.04669511318206787 +554,-2.841640541574282,0.16593860645100234,0.7425085646400449,-0.2914157509803772,-0.165178120136261,0.9422276616096497,0.04517268016934395,-1.044213891029358,-0.14718475937843323,0.0025821328163146973,0.005479633808135986,-0.031003355979919434 +555,-2.9366367232547077,0.16622362857021292,0.7506208190120006,-0.20071883499622345,-0.16545921564102173,0.9655753970146179,0.032626017928123474,-0.41718173027038574,-0.04406243562698364,-0.004588216543197632,0.001350894570350647,-0.04420363903045654 +556,-3.011954737776044,0.17483636612911338,0.7569688589925512,-0.1273043155670166,-0.17394700646400452,0.9764917492866516,-0.1385454535484314,-0.7241594791412354,-0.08763841539621353,-0.014602422714233398,0.026135116815567017,0.003473520278930664 +557,-3.0593975555269872,0.19345283146866232,0.7601772764225109,-0.08057105541229248,-0.19224846363067627,0.9780331254005432,-0.13043859601020813,-0.25681832432746887,0.027359697967767715,-0.0028029456734657288,-0.0029572099447250366,0.029474198818206787 +558,-3.0932345531710563,0.21018814941166053,0.7622365542805604,-0.04727538675069809,-0.20864391326904297,0.976848304271698,-0.20548678934574127,-0.25820231437683105,-0.02318955771625042,0.00561889261007309,-0.0025987625122070312,0.04381203651428223 +559,-3.110263445199034,0.22300190999911906,0.764259860933979,-0.03054843097925186,-0.2211581915616989,0.9747592806816101,-0.019529134035110474,-0.0034068296663463116,-0.04147449508309364,-0.0037533212453126907,-0.010073453187942505,0.003542602062225342 +560,-3.117529127060275,0.22981630955084523,0.7669164837201151,-0.023428594693541527,-0.2277986705303192,0.9734264612197876,-0.033436309546232224,-0.039589859545230865,-0.052990563213825226,-0.008080808445811272,0.005081385374069214,-0.006125986576080322 +561,-3.097294786094412,0.21528786146954862,0.772268969684627,-0.043261103332042694,-0.2136286497116089,0.9759567975997925,0.5270843505859375,0.5846142172813416,-0.04574153199791908,0.012239981442689896,-0.014139324426651001,-0.05778956413269043 +562,-3.0610469688565556,0.1879584755963846,0.7771911503041992,-0.07904155552387238,-0.18685372173786163,0.9792027473449707,-0.01624136231839657,-0.26418784260749817,-0.05221118777990341,-0.03300371766090393,0.004572227597236633,0.014251172542572021 +563,-3.090755794382869,0.18828969372416127,0.7851854956900768,-0.04991685971617699,-0.1871790885925293,0.9810568690299988,-0.16237804293632507,-0.5897647142410278,-0.04769613966345787,0.02127610146999359,-0.006912723183631897,-0.002068161964416504 +564,-3.1220868767219763,0.19761973986055387,0.781898513157137,-0.019124912098050117,-0.19633595645427704,0.9803498983383179,-0.06837998330593109,-0.3175234794616699,-0.008689727634191513,-0.030923912301659584,0.013230547308921814,-0.004031836986541748 +565,3.1155305956530417,0.21518311489931194,0.782104619393853,0.02545810677111149,-0.21352632343769073,0.976605236530304,-0.1743931770324707,-0.45214417576789856,0.037492867559194565,-6.749480962753296e-05,0.00045265257358551025,-0.019025027751922607 +566,3.0674892516516157,0.23015790879760495,0.7800350594928261,0.07208330929279327,-0.2281312644481659,0.9709583520889282,-0.29750171303749084,-0.6590048670768738,0.04089643433690071,0.007277652621269226,0.0036439597606658936,0.024677634239196777 +567,3.023727351260494,0.249088580969083,0.7782918268799194,0.11396342515945435,-0.2465207725763321,0.9624139070510864,-0.129438579082489,-0.34811440110206604,-0.015018919482827187,-0.023463517427444458,0.003524482250213623,0.016910791397094727 +568,2.9950167274383235,0.261424985946325,0.7784642610211336,0.14108920097351074,-0.25845739245414734,0.9556640386581421,-0.0050600627437233925,-0.11806361377239227,-0.006996974349021912,-0.015631437301635742,0.006626337766647339,-0.01817929744720459 +569,2.9682539307925304,0.2704146822654218,0.7793615941228446,0.16620439291000366,-0.2671310603618622,0.9492192268371582,-0.2677917778491974,-0.4706866443157196,0.0487799234688282,0.017908155918121338,-0.004017621278762817,0.0314478874206543 +570,2.905805335015676,0.30321817065488,0.7801366090776827,0.2229514867067337,-0.29859310388565063,0.9279735088348389,-0.26489394903182983,-0.5150582790374756,0.054041262716054916,-0.019490808248519897,-0.0028290152549743652,0.014699220657348633 +571,2.8714662818933347,0.3249562650010463,0.7808423202063398,0.2528873383998871,-0.3192673325538635,0.913299560546875,-0.12199077755212784,-0.16982105374336243,0.041211456060409546,-0.007556557655334473,-0.004295259714126587,0.0036467313766479492 +572,2.860261586234573,0.3327446128161411,0.7804722079426759,0.26240622997283936,-0.3266383111476898,0.9079925417900085,-0.21671146154403687,-0.345608651638031,0.03359935060143471,-0.0011146962642669678,-0.0015630125999450684,0.02462470531463623 +573,2.840524361591667,0.3426841442249395,0.7814272503342459,0.2792985737323761,-0.33601638674736023,0.8994916081428528,-0.050878990441560745,-0.308087557554245,-0.03372477740049362,-0.011064350605010986,0.0041835010051727295,-0.01896798610687256 +574,2.8006660688574287,0.3591210971802953,0.7823531117523351,0.3130303919315338,-0.3514515459537506,0.882323145866394,-0.23591969907283783,-0.37438514828681946,0.09383304417133331,-0.004863858222961426,-0.00024834275245666504,0.022141695022583008 +575,2.756619292132421,0.3866952456724532,0.7855536201724941,0.34780511260032654,-0.3771297335624695,0.85837322473526,-0.23056627810001373,-0.37239113450050354,0.0678551197052002,-0.010677456855773926,-0.002539396286010742,0.01145392656326294 +576,2.728121641489742,0.4022195963936327,0.7880640309776751,0.3697250783443451,-0.3914617598056793,0.8426510095596313,-0.07453005015850067,-0.19609689712524414,0.027161158621311188,-0.0040329694747924805,0.0009741485118865967,0.019256770610809326 +577,2.724894747393752,0.4006680694614499,0.7848612650774538,0.37268778681755066,-0.3900336027145386,0.8420082926750183,0.1083676889538765,0.019908472895622253,0.030567917972803116,0.008110612630844116,-0.005306452512741089,-0.00486522912979126 +578,2.7291121370282005,0.39211750950884744,0.7794121801632548,0.3704567849636078,-0.38214606046676636,0.8465967774391174,0.10749604552984238,0.08378802239894867,-0.0017047412693500519,-0.001056760549545288,-0.004862546920776367,0.010153651237487793 +579,2.7385578394280925,0.38073369873569274,0.774556658355819,0.3641263544559479,-0.37160173058509827,0.8540046811103821,0.12510628998279572,0.04099274426698685,-0.0053773308172822,0.008889973163604736,-0.006877273321151733,0.0010672807693481445 +580,2.740915568370452,0.3739369236161661,0.771790739683128,0.3630886971950531,-0.36528313159942627,0.8571669459342957,0.07478047907352448,0.013786925002932549,-0.01618315652012825,-0.004400283098220825,-0.002301126718521118,0.001765608787536621 +581,2.7435779200830486,0.36765549571093936,0.7697364653416549,0.3616875410079956,-0.3594285845756531,0.8602288365364075,0.12245679646730423,0.03646143898367882,-0.02408318966627121,-0.005913525819778442,0.003151029348373413,-0.00883406400680542 +582,2.744898515831837,0.3632920900464526,0.7684798959187734,0.3611536920070648,-0.35535338521003723,0.8621439337730408,0.06177697703242302,0.025729399174451828,-0.02918495424091816,-0.01375684142112732,0.0052252113819122314,-0.004386305809020996 +583,2.7481012895613115,0.35861466920162205,0.7675399380314457,0.3590240478515625,-0.35097736120224,0.8648220896720886,-0.009972576051950455,-0.009865347295999527,-0.0008497219532728195,-0.004074007272720337,0.002252906560897827,0.013733446598052979 +584,2.7502839212973362,0.35538928615451293,0.766537995342762,0.357565313577652,-0.3479553461074829,0.8666451573371887,-0.002706623636186123,-0.0017421827651560307,0.019198477268218994,0.0022215843200683594,-0.0028899013996124268,0.02155357599258423 +585,2.75049714562663,0.3539721821856889,0.7660718128885828,0.3575681447982788,-0.3466264605522156,0.8671764731407166,0.011003690771758556,0.003556813346222043,-0.0022646943107247353,-0.0022520124912261963,0.0006334483623504639,0.008037090301513672 +586,2.751762663766137,0.3516625645835179,0.7660438650582283,0.3567737638950348,-0.34445908665657043,0.868366539478302,0.020255345851182938,0.014151116833090782,0.00528654083609581,0.007590830326080322,-0.004066884517669678,0.009502112865447998 +587,2.7516384522863864,0.3515275407876873,0.7657319798208652,0.3568992018699646,-0.34433233737945557,0.8683649897575378,0.005380583461374044,0.005417948588728905,-0.011465819552540779,-0.006969451904296875,0.004015624523162842,0.009732306003570557 +588,2.752379986230012,0.35064116475240503,0.7651888214876982,0.3563709259033203,-0.343500018119812,0.868911623954773,0.023631341755390167,0.010696093551814556,-0.009141176007688046,-0.0026111900806427,0.0009860098361968994,0.0024414658546447754 +589,2.751829029543075,0.35041463529636635,0.765628754721811,0.3568791151046753,-0.34328728914260864,0.8687869310379028,-0.0005403133109211922,-0.003492307849228382,-0.003629564307630062,0.004570990800857544,-0.009083837270736694,0.0013605952262878418 +590,2.752470583372866,0.3495143135507973,0.7649507171090569,0.35643890500068665,-0.34244152903556824,0.8693016171455383,-0.019204121083021164,-0.014712619595229626,-0.006207142025232315,-0.00484582781791687,0.0011481642723083496,0.013510942459106445 +591,2.7535044345735513,0.34791730611751126,0.7649331417524388,0.35574644804000854,-0.3409406542778015,0.8701747059822083,0.02219809964299202,0.014721641317009926,-0.005989209748804569,-0.005816608667373657,0.00021186470985412598,0.010272741317749023 +592,2.754864180337258,0.3461288371896578,0.7644441621695078,0.3547922968864441,-0.3392587900161743,0.8712209463119507,0.026370424777269363,0.01638905704021454,-0.009552440606057644,-0.003824889659881592,0.0039011240005493164,0.005365967750549316 +593,2.7546905885527253,0.3460828107659121,0.7641772846347457,0.35494938492774963,-0.339215487241745,0.8711736798286438,-0.0007292972877621651,-0.0009420826099812984,-0.003295496106147766,0.004730790853500366,0.002850770950317383,0.00870901346206665 +594,2.7551392327559383,0.3457889173991726,0.7637733104105331,0.35459616780281067,-0.33893901109695435,0.8714253902435303,0.009795515798032284,0.00547187402844429,0.015229985117912292,0.009402304887771606,-0.007496565580368042,0.006077170372009277 +595,2.7558641525669905,0.3443432976507656,0.7637530169211048,0.35414835810661316,-0.33757859468460083,0.87213534116745,0.03485216945409775,0.025938481092453003,-0.007296035066246986,0.0020224153995513916,-0.002295762300491333,-0.0024605393409729004 +596,2.7560796633918736,0.3439262918519969,0.7636466498115253,0.35401326417922974,-0.3371860384941101,0.8723419308662415,0.032954853028059006,0.02379724010825157,-0.006785423494875431,0.0026762187480926514,-0.0018795430660247803,-0.01102900505065918 +597,2.7564724482527785,0.34325940194384136,0.763316689938293,0.35375484824180603,-0.33655813336372375,0.8726887702941895,-0.007367321290075779,-0.0007461779750883579,-0.0010526245459914207,0.0005541443824768066,-0.002141118049621582,0.005698502063751221 +598,2.7581312709703676,0.34185195488250636,0.762934297649088,0.3524837791919708,-0.3352324664592743,0.8737132549285889,-0.021396109834313393,-0.012697514146566391,0.009403757750988007,0.006616652011871338,-0.0014223158359527588,0.01695770025253296 +599,2.758571207750911,0.3412983294753067,0.7626404801408949,0.3521685302257538,-0.3347108066082001,0.874039888381958,0.0037161456421017647,0.00669303722679615,0.023473842069506645,0.01678892970085144,-0.007696330547332764,0.012816011905670166 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/standing/ad1.csv b/BoostRunClub/CoreML/DataSet/Motion/standing/ad1.csv new file mode 100644 index 0000000..67a240f --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/standing/ad1.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-0.21849228611262247,0.3591187020477728,1.535452686550728,-0.20293034613132477,-0.35144928097724915,-0.9139489531517029,0.029741788282990456,-3.1686975955963135,1.6758047342300415,-0.054805874824523926,-0.048804014921188354,0.17508786916732788 +1,-0.37944210993919386,0.389520821235766,1.519956022277371,-0.34265589714050293,-0.3797451853752136,-0.8592907190322876,-0.10501711815595627,-1.1586805582046509,-0.39606571197509766,-0.08349153399467468,-0.19892913103103638,0.0577617883682251 +2,-0.4587653467574517,0.3512680388086571,1.5137620240208256,-0.4158002734184265,-0.34408870339393616,-0.841850996017456,0.46937698125839233,-2.7045178413391113,-0.28013110160827637,-0.11395436525344849,0.18307796120643616,-0.26363301277160645 +3,-1.3768283607265017,0.5736735028562348,1.7205523913283913,-0.8241622447967529,-0.542721152305603,-0.16189655661582947,3.609903335571289,-8.876571655273438,-1.1519463062286377,0.04953455924987793,0.18384969234466553,0.14759910106658936 +4,-2.378331203126831,0.5835180993608252,2.0775669479437364,-0.5768951773643494,-0.550963282585144,0.6030188798904419,3.281726360321045,-7.311731815338135,-0.8560487031936646,0.1870177984237671,0.21041762828826904,-0.17732912302017212 +5,-3.0381082843199767,0.324898426429122,2.2312822117145177,-0.09789545834064484,-0.31921252608299255,0.942613422870636,2.4592297077178955,-3.2119333744049072,0.37705692648887634,-0.17615239322185516,0.055143922567367554,0.02282547950744629 +6,-3.1303478344401134,0.2012847619875005,2.2210676800031868,-0.01101756002753973,-0.19992831349372864,0.979748547077179,-0.24489125609397888,0.12969759106636047,0.8304679989814758,-0.1562492847442627,-0.12607568502426147,0.18022453784942627 +7,-3.1114849933745212,0.1703130067023373,2.2072038543692174,-0.0296675693243742,-0.16949082911014557,0.9850850105285645,1.02443265914917,0.22327326238155365,0.22613310813903809,0.05255575850605965,-0.15916819870471954,-0.053612351417541504 +8,-3.0772164937930695,0.11733799358569498,2.1972918783516433,-0.06388934701681137,-0.11706892400979996,0.9910666346549988,-0.256631463766098,0.6441121697425842,0.562388002872467,0.003434017300605774,-0.08901629596948624,0.0980600118637085 +9,-3.01106411459196,0.17389151061692265,2.164050833698719,-0.12819528579711914,-0.1730164736509323,0.9765405058860779,-1.6210525035858154,-0.69245845079422,0.1448974460363388,-0.021050915122032166,0.0913209319114685,0.09694582223892212 +10,-3.0067003332927507,0.36120387657739356,2.1474359431139667,-0.12580564618110657,-0.35340067744255066,0.9269739389419556,-0.338691771030426,-0.7244869470596313,0.0867244303226471,-0.06250306963920593,0.13382670283317566,-0.24975848197937012 +11,-3.033771008757929,0.2849258519858199,2.114960282684503,-0.10327416658401489,-0.2810862958431244,0.9541094303131104,-0.23597124218940735,-1.2876148223876953,0.9262893199920654,0.0009639859199523926,0.11981615424156189,-0.1491016149520874 +12,2.9095443784121358,0.36087669408011347,2.173908886738615,0.2151583582162857,-0.35309460759162903,0.9105113744735718,-0.405657023191452,-1.5988210439682007,-0.20916657149791718,-0.027383744716644287,-0.24813216924667358,0.16784244775772095 +13,2.9496816533488692,0.2022753362314396,2.1012763045436476,0.18684643507003784,-0.20089879631996155,0.961627721786499,2.050751209259033,-0.013573977164924145,-0.5692152380943298,-0.19725294411182404,-0.049101173877716064,-0.005420565605163574 +14,2.961155713007355,0.12431198967756153,2.1221426016476825,0.17807461321353912,-0.12399206310510635,0.976173996925354,0.8875965476036072,0.026804441586136818,0.2588194012641907,0.014262452721595764,0.03233249485492706,-0.18956804275512695 +15,3.006000599804662,0.03231970146885899,2.098201182226123,0.1351063847541809,-0.03231407329440117,0.9903042316436768,-0.04544534534215927,0.8384276032447815,0.20984496176242828,-0.017247483134269714,-0.08397315442562103,0.016928553581237793 +16,3.060517250333965,0.0429944666451618,2.0810627283900907,0.08091176301240921,-0.04298122227191925,0.9957939982414246,0.8921424150466919,0.2024793028831482,0.5815954804420471,0.04511056840419769,-0.005984228104352951,-0.006551563739776611 +17,3.064188998641685,-0.007317064929800237,2.10321922786714,0.07732430845499039,0.007316999603062868,0.9969790577888489,-0.03930048644542694,0.03866209834814072,-0.05249825865030289,-0.008598729968070984,-0.08994334936141968,0.0005336403846740723 +18,3.096239918807938,-0.01877069187684202,2.100046359568214,0.04532919451594353,0.01876959018409252,0.9987955689430237,0.1270717829465866,0.6525920033454895,0.6866440773010254,0.053685080260038376,-0.05435308814048767,-0.006577789783477783 +19,-3.1004568342592917,-0.02970725065701432,2.0031099988923766,-0.04110606759786606,0.02970288135111332,0.9987130761146545,0.18794763088226318,1.0240825414657593,1.4426742792129517,0.09963878989219666,-0.04163525998592377,0.006856262683868408 +20,-3.0246001449803126,-0.05384409180141324,1.8502336828104784,-0.11655662953853607,0.053818076848983765,0.9917247295379639,0.020390775054693222,0.9647833704948425,1.899721384048462,-0.062245845794677734,-0.09497103840112686,0.05353271961212158 +21,-2.853276350859533,0.02504252635318582,1.652502187576689,-0.28424933552742004,-0.025039909407496452,0.9584235548973083,-2.608539342880249,2.2635326385498047,1.9799846410751343,0.33384034037590027,0.1480257511138916,-0.03998160362243652 +22,-2.813573112569912,0.18470303493382856,1.4225839642567224,-0.31668904423713684,-0.18365462124347687,0.930580198764801,-0.402027428150177,-1.63174307346344,1.3822088241577148,0.28679704666137695,0.3649442791938782,-0.3546522855758667 +23,-2.9640353619422752,0.09124687442960544,1.283688797010804,-0.17589101195335388,-0.09112031012773514,0.9801833629608154,0.9013383388519287,-1.5852102041244507,2.4261558055877686,-0.049206629395484924,0.22414644062519073,-0.2966201901435852 +24,-3.0288866437053685,0.03929408409500484,1.0441169426836863,-0.11238072067499161,-0.03928397223353386,0.9928882718086243,0.22440600395202637,-2.2396504878997803,2.881160259246826,-0.1347048282623291,0.40265679359436035,-0.19467061758041382 +25,-3.0671627631669267,-0.07383742026637125,0.8269145946746348,-0.07415858656167984,0.07377034425735474,0.9945143461227417,1.9631426334381104,0.9844443202018738,2.6190810203552246,-0.27093419432640076,-0.05831317603588104,0.48923516273498535 +26,-2.974063733545739,-0.22182127760781994,0.5766097082291041,-0.16266080737113953,0.22000664472579956,0.9618411660194397,1.7309846878051758,1.53957200050354,2.9641199111938477,-0.22263887524604797,-0.030919715762138367,0.3617061376571655 +27,-2.9229261117039416,-0.4318319935679934,0.40314308644845087,-0.19701425731182098,0.4185353219509125,0.8865742087364197,1.112666130065918,0.8344921469688416,0.621616542339325,-0.2965617775917053,-0.3906269967556,0.3606334924697876 +28,-2.902681924150135,-0.44352532553226565,0.3480973341151677,-0.2137477844953537,0.4291263520717621,0.8775890469551086,-0.6110933423042297,0.15983599424362183,1.7565546035766602,0.06378437578678131,-0.2620578110218048,0.05533337593078613 +29,-2.9907547564555257,-0.3831254742563729,0.09868488657379966,-0.13937236368656158,0.3738211691379547,0.9169695377349854,-0.7952401638031006,0.2492918223142624,1.3539592027664185,0.06541302800178528,0.0787392258644104,0.05579352378845215 +30,-3.0194497629491854,-0.3782650473502504,-0.052328146142249496,-0.11322621256113052,0.3693087100982666,0.9223834276199341,-0.13835899531841278,-0.010015977546572685,1.2682576179504395,-0.00472424179315567,0.020278722047805786,-0.02068042755126953 +31,-3.031930746991667,-0.3909217177225009,-0.11469976263395777,-0.10118575394153595,0.3810407519340515,0.9190047979354858,0.11148325353860855,0.3442009687423706,0.5928564071655273,-0.00023943185806274414,-0.07827576994895935,0.05468928813934326 +32,-3.017185418683917,-0.39842676026879464,-0.2004562337259902,-0.11436717957258224,0.3879688084125519,0.9145492911338806,0.05489902198314667,0.5085916519165039,0.6895037293434143,0.02379102259874344,-0.07879528403282166,0.0035110116004943848 +33,-3.046385765548272,-0.37008647168142195,-0.25014094044146756,-0.08862700313329697,0.3616960644721985,0.9280741810798645,-0.6168302297592163,-0.6956325173377991,0.1556493043899536,-0.02044285088777542,0.07697898149490356,0.07984530925750732 +34,-3.0901792236874717,-0.3721806189991072,-0.28816376737151467,-0.047872379422187805,0.36364760994911194,0.9303053617477417,0.8422612547874451,0.2544673979282379,0.48444825410842896,-0.0036870576441287994,-0.003692924976348877,-0.028557002544403076 +35,-3.0400251466260304,-0.45384722441501946,-0.2774785014523627,-0.0911286473274231,0.43842652440071106,0.894135057926178,0.01442631520330906,0.6640366315841675,-0.1698949784040451,-0.03794544190168381,-0.14731940627098083,0.03964167833328247 +36,-3.0108478648827166,-0.4338553502655139,-0.2818662605757561,-0.11829385906457901,0.4203720688819885,0.8996078968048096,-0.40070319175720215,0.14795418083667755,0.297885537147522,-0.06240074336528778,-0.09926602244377136,0.03040027618408203 +37,-3.031896591173233,-0.395141052127891,-0.32572862544069053,-0.10104021430015564,0.38493838906288147,0.9173949360847473,-0.21461093425750732,-0.0018007266335189342,-0.05685538426041603,0.006389930844306946,0.050684839487075806,0.01842665672302246 +38,-3.0234625846849497,-0.37832412955030437,-0.3205324151640371,-0.10952137410640717,0.3693636357784271,0.9228087067604065,0.11217391490936279,0.014528945088386536,-0.3718233108520508,0.006707638502120972,0.06375712156295776,-0.08613860607147217 +39,-3.0106841471097496,-0.3718961648113226,-0.2980377354792289,-0.1216115802526474,0.36338263750076294,0.9236687421798706,0.05393971502780914,0.29989612102508545,-0.023142430931329727,-0.0719156563282013,0.14629146456718445,-0.045922040939331055 +40,-2.9990873374207796,-0.392765635486457,-0.31998554442695853,-0.13120898604393005,0.3827449083328247,0.9144893884658813,-0.3748701214790344,0.4714024066925049,0.2978338599205017,-0.00839368999004364,-0.10236459970474243,0.0637364387512207 +41,-2.9698879530711717,-0.38630523920861914,-0.3697255054588716,-0.15827099978923798,0.3767684996128082,0.912686288356781,0.4159470498561859,0.26904311776161194,0.19368962943553925,-0.0658653974533081,0.14673012495040894,-0.07995295524597168 +42,-2.943673422397083,-0.411688056129129,-0.3617463097137336,-0.18020054697990417,0.4001569151878357,0.8985556364059448,-0.0813276395201683,0.19506622850894928,0.16900639235973358,-0.036916762590408325,-0.03174877166748047,-0.014613986015319824 +43,-2.97648658862195,-0.38133864746218515,-0.41181121908781315,-0.15255072712898254,0.3721632957458496,0.9155449867248535,-0.2608090937137604,-0.1646326780319214,0.2993300259113312,-0.03871817886829376,0.105558842420578,0.09716552495956421 +44,-2.9933618701113547,-0.3772710759900645,-0.3916721019278442,-0.13730214536190033,0.36838483810424805,0.919478714466095,0.05033518373966217,-0.2850269079208374,-0.03981435298919678,0.08185169100761414,-0.01120707392692566,0.0076149702072143555 +45,-2.9940223732180677,-0.39878088856780763,-0.3718967943120708,-0.13549812138080597,0.38829517364501953,0.9115189909934998,0.43815138936042786,0.12322455644607544,0.30887117981910706,-0.06994619965553284,-0.011601477861404419,-0.0031023621559143066 +46,-3.010078033779711,-0.44609130206050723,-0.4975353140025698,-0.11830290406942368,0.43144264817237854,0.8943496942520142,0.6983333826065063,0.3247165083885193,1.0873804092407227,-0.08062589913606644,0.1148982048034668,-0.10527211427688599 +47,-2.9641795293264575,-0.5432140711305804,-0.4898122133797023,-0.15107940137386322,0.5168900489807129,0.8426150679588318,1.4596043825149536,0.5549346208572388,-0.28031498193740845,-0.20207004249095917,0.012681543827056885,-0.04097914695739746 +48,-2.9282987455661513,-0.6525634480436106,-0.47502048112000383,-0.16818630695343018,0.6072251200675964,0.7765249013900757,0.17494748532772064,0.11316543817520142,0.5435687899589539,0.09262478351593018,-0.1951005458831787,0.18792206048965454 +49,-2.948906061667414,-0.6597450119442316,-0.51865561386127,-0.15131060779094696,0.6129153966903687,0.7755253314971924,-0.2126568853855133,-0.028663000091910362,0.13331229984760284,-0.026255905628204346,-0.1075139045715332,0.009462952613830566 +50,-2.9264976244468666,-0.6312030846003317,-0.476456397684459,-0.17231419682502747,0.5901164412498474,0.7887144088745117,-0.03009587898850441,-0.10603874921798706,-0.5269145965576172,-0.07989832758903503,0.06064039468765259,-0.010760307312011719 +51,-2.8801827488094682,-0.6359165988880606,-0.3669792129559534,-0.20792441070079803,0.5939151644706726,0.777195155620575,0.17504514753818512,-0.2245359718799591,-1.1323350667953491,0.01656392216682434,0.023318111896514893,-0.011798977851867676 +52,-2.8574207698474017,-0.6348941592031926,-0.32441227651477655,-0.2257295846939087,0.5930923223495483,0.7728437185287476,0.3249947428703308,0.07801900804042816,0.36137863993644714,0.009466782212257385,0.06753689050674438,-0.025819361209869385 +53,-2.883639855164678,-0.6712667374243582,-0.370180252172923,-0.19975340366363525,0.6219784021377563,0.7571273446083069,0.19802488386631012,0.2874835133552551,0.24276210367679596,-0.04157961905002594,0.026825368404388428,0.14321768283843994 +54,-2.8885596798974342,-0.6896081682368417,-0.35585857866816245,-0.1931372880935669,0.6362349390983582,0.7469289898872375,0.06131192296743393,-0.4612851142883301,-0.30721765756607056,-0.029366344213485718,-0.04114222526550293,0.014667689800262451 +55,-2.9115097919812065,-0.6707053986830335,-0.3303656204265629,-0.17865699529647827,0.6215387582778931,0.7627392411231995,-0.06714921444654465,-0.3589540123939514,0.01452692598104477,0.014655545353889465,-0.0010248422622680664,-0.07224857807159424 +56,-3.025026123751914,-0.6086912344988007,-0.42794093660356336,-0.0954144150018692,0.5717942714691162,0.8148296475410461,-1.3193001747131348,-0.23815657198429108,1.3186479806900024,-0.0601184219121933,-0.11508345603942871,0.10219299793243408 +57,-3.094717525451854,-0.562938852570044,-0.5340837786923252,-0.03962733969092369,0.533673882484436,0.8447617292404175,0.030286990106105804,-0.47397539019584656,0.0100126126781106,-0.1255795806646347,0.0004601478576660156,-0.009297072887420654 +58,-3.094915358422836,-0.5634672340692605,-0.4847751333536918,-0.039447054266929626,0.5341206192970276,0.844487726688385,-0.22843223810195923,-0.12171956896781921,-0.22522349655628204,-0.12911678850650787,-0.023668289184570312,0.09415686130523682 +59,-3.07769838377528,-0.5421059114120907,-0.4740173345953032,-0.05469615012407303,0.5159410834312439,0.8548762798309326,-0.26792111992836,-0.29956474900245667,-0.4970930814743042,0.08551890403032303,0.03917372226715088,-0.14528143405914307 +60,-3.0912256576067367,-0.5227531845250278,-0.36915043359186056,-0.043621934950351715,0.4992675185203552,0.8653492331504822,-0.22198785841464996,-0.4553647041320801,-0.3757556080818176,-0.009631246328353882,-0.07159417867660522,0.0855633020401001 +61,-3.1043917056993195,-0.49916037394286017,-0.3606255322835343,-0.032654330134391785,0.4786885380744934,0.8773772120475769,-0.2619239389896393,-0.21716663241386414,-0.32307854294776917,-0.005782552063465118,0.05555209517478943,-0.057904064655303955 +62,-3.084842063060157,-0.44957647269234563,-0.30844722930163787,-0.051083922386169434,0.4345841407775879,0.8991812467575073,-0.2595371901988983,-0.0811225175857544,-0.39239904284477234,0.012311343103647232,0.08488604426383972,-0.0278128981590271 +63,-3.0855798087077737,-0.41926410308635714,-0.2830255741275529,-0.051134753972291946,0.40708839893341064,0.911956250667572,-0.38290470838546753,-0.272086501121521,-0.08477849513292313,0.07495373487472534,0.03103715181350708,-0.0347590446472168 +64,-3.1098862399773104,-0.3562961204043407,-0.3042044922999305,-0.029710115864872932,0.34880536794662476,0.9367240071296692,-0.9682400822639465,-0.0022394154220819473,0.2851690649986267,0.04498416930437088,-0.03319263458251953,0.01539379358291626 +65,-3.1163526837615776,-0.28969341899705714,-0.34708088841179885,-0.024185681715607643,0.28565841913223267,0.9580259323120117,-0.20245827734470367,0.20421984791755676,0.35999977588653564,0.01882985420525074,0.06962713599205017,-0.014605879783630371 +66,-3.101429514369094,-0.2832225529429413,-0.39720147750838997,-0.0385526642203331,0.27945125102996826,0.9593855142593384,-0.09633529186248779,0.444683700799942,0.39218178391456604,-0.026205629110336304,-0.005021959543228149,-0.0006300806999206543 +67,-3.088579781101731,-0.26345303869234993,-0.40170192394929594,-0.05115977302193642,0.2604160010814667,0.9641401171684265,-0.158216655254364,-0.0264591071754694,-0.5598496794700623,-0.025378312915563583,0.07163050770759583,0.00018477439880371094 +68,-3.0975859562491896,-0.2546850287745592,-0.30764579710942247,-0.04257340729236603,0.25194060802459717,0.9668055772781372,0.13498875498771667,-0.43259844183921814,-0.9621057510375977,0.043199025094509125,0.05177026987075806,0.0009676218032836914 +69,-3.1140175737961955,-0.2608342104327326,-0.2429793513083423,-0.02663898654282093,0.2578866481781006,0.965808093547821,0.10359285026788712,-0.23306575417518616,-0.30938202142715454,-0.024859432131052017,0.07280188798904419,-0.01796245574951172 +70,-3.11723692493053,-0.2856768502238566,-0.20596880571109139,-0.02336631342768669,0.28180694580078125,0.9591867923736572,0.4155770242214203,-0.09841352701187134,-0.5730722546577454,-0.02692665532231331,0.05701446533203125,-0.057636260986328125 +71,-3.120729307431106,-0.3345669085115911,-0.1494994779237824,-0.019705094397068024,0.32836011052131653,0.9443469047546387,0.6021716594696045,-0.25392869114875793,-0.5052898526191711,-0.03499765694141388,0.009240478277206421,-0.029567360877990723 +72,-3.128248563881861,-0.3749691634063301,-0.09692619543122677,-0.012416559271514416,0.366243839263916,0.9304360747337341,0.22231051325798035,-0.2643499970436096,-0.5358741879463196,0.02054949477314949,-0.0026116669178009033,0.01020723581314087 +73,-3.1321961851678592,-0.39843927542711666,-0.011773675105680548,-0.008660292252898216,0.3879803419113159,0.9216268658638,0.29650983214378357,-0.3382050096988678,-0.8282158970832825,-0.0010900720953941345,0.03688532114028931,-0.023586153984069824 +74,-3.128384975167114,-0.4256588365303746,0.03874617281140502,-0.012028765864670277,0.41292092204093933,0.9106873869895935,0.2676789164543152,0.07635775208473206,-0.1506725549697876,0.01947505585849285,0.054425209760665894,0.02809429168701172 +75,-3.123163800561774,-0.44090261516625856,0.01656805397810538,-0.01666550152003765,0.4267559349536896,0.9042133688926697,0.039856262505054474,0.01859462633728981,0.27739423513412476,0.0727720707654953,0.0093860924243927,-0.0317462682723999 +76,-3.1145292457931215,-0.4586038113274685,-0.008141386806068948,-0.024264020845294,0.44269663095474243,0.8963430523872375,0.18378674983978271,0.31881314516067505,0.30157962441444397,-0.011899305507540703,-0.07453262805938721,0.06450283527374268 +77,-3.099113297768062,-0.4697784414271973,-0.0274244832729671,-0.03786611929535866,0.4526887536048889,0.8908642530441284,0.09324890375137329,-0.06392411887645721,-0.11451588571071625,0.12421560287475586,-0.08167126774787903,-0.005808711051940918 +78,-3.1020508843998336,-0.481116471177765,-0.0054461969526293855,-0.03504381328821182,0.46276918053627014,0.8857860565185547,0.03376050665974617,-0.033605631440877914,0.030109506100416183,-0.027852918952703476,-0.07096919417381287,0.04876911640167236 +79,-3.1038500509152858,-0.48124675116435606,0.017563151715472215,-0.03344779089093208,0.46288466453552246,0.8857870101928711,0.13778899610042572,-0.13527892529964447,-0.43522384762763977,-0.00294441357254982,0.02481663227081299,0.042420148849487305 +80,-3.088932359339188,-0.48322008265514266,0.04542117640528972,-0.046609316021203995,0.4646329879760742,0.8842757940292358,0.05028359964489937,-0.05450461804866791,-0.2658490836620331,-0.04070147126913071,0.0726289451122284,-0.049681127071380615 +81,-3.0830881864727515,-0.48092325409274944,0.06529303003661666,-0.05183863267302513,0.46259790658950806,0.8850516080856323,-0.05930698290467262,0.09046489000320435,-0.007046547718346119,-0.07386328279972076,0.0826292634010315,-0.03857004642486572 +82,-3.0626053581452717,-0.47939851205227313,0.061841438592574544,-0.07001042366027832,0.4612455666065216,0.884506344795227,-0.1473710983991623,0.2629672586917877,0.028575768694281578,-0.025357022881507874,0.05991846323013306,0.0030061006546020508 +83,-3.0421991176261747,-0.49059335672446425,0.07098001245034452,-0.08752614259719849,0.47114935517311096,0.8777002096176147,0.20967049896717072,0.057936038821935654,-0.10102470964193344,0.02708607167005539,0.0048638880252838135,-0.031081557273864746 +84,-3.045660654777239,-0.5237809875945132,0.08308391489289504,-0.08294344693422318,0.5001577734947205,0.8619527816772461,0.34116920828819275,-0.16291406750679016,-0.10896213352680206,0.009319789707660675,-0.02324432134628296,-0.019942283630371094 +85,-3.0332531889273726,-0.5465628478118356,0.11378253684249337,-0.09237517416477203,0.5197538733482361,0.849307119846344,0.11198030412197113,0.23377101123332977,-0.059659816324710846,0.03297271579504013,-0.07068777084350586,0.04533088207244873 +86,-3.012434606171614,-0.5675030618968878,0.08203670466713689,-0.10860945284366608,0.5375282168388367,0.8362223505973816,0.19227780401706696,0.4081217646598816,0.5767741799354553,0.04008221626281738,-0.03246217966079712,0.0021109580993652344 +87,-2.997122958412201,-0.5703799576088957,0.020213899998622935,-0.12117703258991241,0.5399519205093384,0.8329277038574219,-0.054356615990400314,0.31248903274536133,0.2264336198568344,0.03435448557138443,0.025767862796783447,-0.003734409809112549 +88,-2.980578310779231,-0.5749819185937869,0.04196560084010857,-0.13454046845436096,0.5438196063041687,0.8283471465110779,0.09902748465538025,-0.06428831815719604,-0.2541157901287079,-0.004146650433540344,-0.04854995012283325,0.04674440622329712 +89,-2.9707651360270257,-0.5637210630323038,0.06743983697900381,-0.14369453489780426,0.534335196018219,0.832969069480896,-0.17362287640571594,-0.02969501167535782,-0.28098005056381226,-0.026074737310409546,-0.0021239519119262695,0.0013965964317321777 +90,-2.956053254429168,-0.533977928544636,0.08130486593105328,-0.1587955206632614,0.5089614987373352,0.846015214920044,-0.28823986649513245,0.18165652453899384,0.04715491831302643,-0.055880337953567505,0.044703543186187744,-0.03069251775741577 +91,-2.9458838898267583,-0.5241683005560511,0.06298762643453074,-0.16835345327854156,0.5004931688308716,0.8492134809494019,0.03959527239203453,0.23189789056777954,0.15368889272212982,-0.04714640974998474,0.05811583995819092,-0.009507179260253906 +92,-2.9290955580906153,-0.5313722431800534,0.05026312478423033,-0.1818207949399948,0.5067168474197388,0.8427212238311768,0.14063715934753418,0.16908158361911774,0.08649412542581558,0.014233529567718506,0.005245983600616455,-0.017754852771759033 +93,-2.9208597406607395,-0.5531401131048229,0.0655241140592219,-0.1862955093383789,0.5253616571426392,0.830234169960022,0.27550941705703735,-0.1361958384513855,-0.24024510383605957,-0.0377340167760849,-0.033693015575408936,0.0184289813041687 +94,-2.9134762291621947,-0.5647730704185441,0.11042302984132563,-0.19102539122104645,0.5352241396903992,0.8228270411491394,0.24242648482322693,-0.17333102226257324,-0.38438576459884644,-0.054900527000427246,-0.01880568265914917,0.04077458381652832 +95,-2.8916904427650025,-0.5736971377563672,0.1707393310105586,-0.20771512389183044,0.5427410006523132,0.8138103485107422,0.15648913383483887,-0.1132461279630661,-0.5471080541610718,-0.027285531163215637,-0.027573585510253906,0.01826685667037964 +96,-2.8755718836549202,-0.5681090472042586,0.2487937683930831,-0.2215987890958786,0.5380390882492065,0.8132697939872742,0.13442988693714142,-0.45125794410705566,-0.5970763564109802,0.0642043799161911,-0.014326989650726318,0.03931492567062378 +97,-2.8931569338817784,-0.5792726430639148,0.30996394230929797,-0.20577400922775269,0.5474153757095337,0.8111675977706909,0.2232619971036911,-0.5447129607200623,-0.5437806844711304,-0.04825425148010254,-0.03819924592971802,0.04134070873260498 +98,-2.9223010243291045,-0.5801641445236554,0.4034906943971874,-0.18194301426410675,0.5481612086296082,0.816342830657959,0.3247854709625244,-0.861817479133606,-0.9138047695159912,-0.07573214173316956,0.039912402629852295,-0.017804741859436035 +99,-2.9451065451199265,-0.5935707541437959,0.5098178913755232,-0.16183096170425415,0.5593245625495911,0.81299889087677,0.3254108726978302,-0.916755735874176,-0.827616274356842,-0.08121104538440704,-0.01911759376525879,-0.000880122184753418 +100,-2.9775868270076082,-0.5886585189039202,0.5806840574170167,-0.13579069077968597,0.5552458167076111,0.8205257654190063,-0.37384846806526184,-0.35262396931648254,-0.10459097474813461,0.007082834839820862,-0.02259218692779541,-0.0261838436126709 +101,-3.047513119169818,-0.5784563010115469,0.4935314866132763,-0.078657366335392,0.5467320084571838,0.8336049318313599,-0.02931801602244377,-0.3060596287250519,1.0091067552566528,-0.008531346917152405,0.08559215068817139,-0.022676587104797363 +102,-3.08315678441899,-0.5916219962995195,0.4791250039748591,-0.048476360738277435,0.5577080845832825,0.8286206722259521,0.2688683867454529,-0.6098474264144897,-0.5680401921272278,0.05078042671084404,0.06237870454788208,-0.0028606057167053223 +103,-3.110418498651695,-0.6054823220993361,0.5518647802187995,-0.025628093630075455,0.5691587328910828,0.8218278884887695,0.18607747554779053,-0.6121851801872253,-0.43134447932243347,-0.04906366765499115,-0.003149271011352539,-0.0020954012870788574 +104,-3.1363336045987715,-0.618853061325657,0.5828211453674833,-0.004283708054572344,0.5801013112068176,0.8145328760147095,0.03844035416841507,-0.4436037540435791,-0.0626891553401947,-0.0043680365197360516,-0.021293997764587402,0.0071527957916259766 +105,3.1358200762188275,-0.6217209681177924,0.618560597206487,0.004692371003329754,0.5824349522590637,0.8128637671470642,-0.059994522482156754,-0.1799541711807251,-0.27927303314208984,-0.014656350016593933,-0.05167323350906372,0.029329776763916016 +106,-3.137288864920221,-0.6019542444517975,0.6456384084366317,-0.003547301748767495,0.5662543177604675,0.8242225646972656,-0.3135186731815338,-0.05979499593377113,-0.29545655846595764,0.017493830993771553,0.02000349760055542,-0.040546715259552 +107,3.137824141867397,-0.6000290005278757,0.6789957759380317,0.00311021925881505,0.5646663904190063,0.8253137469291687,0.14499789476394653,-0.3577604293823242,-0.22768031060695648,0.04811352491378784,-0.0048364996910095215,0.0101051926612854 +108,3.1295111252823005,-0.6009880791888408,0.7039859902958457,0.00996433012187481,0.5654577016830444,0.8247172832489014,-0.14616717398166656,-0.10178516060113907,-0.3782636523246765,0.002196923829615116,-0.009076416492462158,0.038976073265075684 +109,3.132508621116844,-0.5830386939242773,0.733017005951254,0.007583186961710453,0.5505631566047668,0.8347590565681458,-0.11866214126348495,-0.14375215768814087,-0.1303478181362152,0.03155560791492462,0.008991837501525879,-0.014766991138458252 +110,3.1240458253840737,-0.570539863274185,0.7428422876518052,0.014766822569072247,0.5400865077972412,0.8414801359176636,-0.16681765019893646,-0.13905417919158936,-0.15565992891788483,0.01283632405102253,0.027174293994903564,0.04168343544006348 +111,3.1253060408907163,-0.553010595153282,0.7639520499638363,0.013858436606824398,0.5252514481544495,0.8508344292640686,-0.28605562448501587,0.07528822869062424,-0.10060393065214157,0.009685877710580826,-0.03135484457015991,0.006907999515533447 +112,3.140242702164988,-0.5292455018958143,0.7818600562202462,0.0011652617249637842,0.5048822164535522,0.8631873726844788,0.003300609067082405,-0.0987362414598465,-0.32823359966278076,0.06339468061923981,0.06683409214019775,0.021273016929626465 +113,-3.1413480766570543,-0.5319465604466088,0.8140106429170013,-0.00021078162535559386,0.5072118639945984,0.8618213534355164,0.04324369505047798,-0.26208582520484924,-0.19958850741386414,0.07607747614383698,-0.012277781963348389,0.020228147506713867 +114,3.1136554010808086,-0.5482088794212876,0.8531678859537002,0.023840198293328285,0.5211594104766846,0.8531259894371033,0.18496760725975037,-0.6253155469894409,-0.4559238851070404,0.01763317920267582,-0.07010972499847412,-0.002723395824432373 +115,3.0895129780263377,-0.5585941598540323,0.9265430667361303,0.0441436767578125,0.529994547367096,0.846851646900177,-0.00904227513819933,-0.5703638195991516,-0.7070597410202026,-0.032852157950401306,-0.04903733730316162,0.0453452467918396 +116,3.095826207131473,-0.5463230948383875,0.9837660506760144,0.0390910767018795,0.5195490717887878,0.8535462617874146,-0.2677771747112274,-0.002561603207141161,-0.1842023879289627,0.006120737642049789,-0.059328556060791016,-0.005508363246917725 +117,3.101804938564404,-0.5326084542208964,1.017124841267736,0.034267496317625046,0.5077822208404541,0.8608037233352661,0.05588402599096298,-0.27515366673469543,-0.6014609932899475,0.0010565966367721558,0.0695340633392334,-0.0011388063430786133 +118,3.108582883941299,-0.5498462871697595,1.1136795112331668,0.028139181435108185,0.5225561857223511,0.8521404266357422,0.12234057486057281,-0.4815972149372101,-0.8820661306381226,0.006086289882659912,0.025737881660461426,0.008745193481445312 +119,3.118387158356486,-0.5566952936918995,1.1686989593264334,0.019699828699231148,0.5283833742141724,0.8487771153450012,-0.05250761657953262,0.07143405824899673,-0.02853202633559704,0.047164186835289,-0.06215113401412964,-0.08737897872924805 +120,3.125913735364147,-0.5486384040015322,1.1602811257978747,0.01337725855410099,0.5215259790420532,0.8531304597854614,0.1762203872203827,0.10008303821086884,-0.007916818372905254,0.015202446840703487,0.107532799243927,-0.003612697124481201 +121,-3.138600637590964,-0.582257889595273,1.1759804305863086,-0.002498997375369072,0.5499112010002136,0.8352193832397461,0.20565970242023468,0.1907835751771927,-0.034029897302389145,0.07673299312591553,-0.09704560041427612,0.042069435119628906 +122,-3.127807300666746,-0.585165601050184,1.1568144233408935,-0.011491389013826847,0.5523374676704407,0.8335413336753845,-0.11378535628318787,0.188762366771698,0.11738790571689606,0.031022638082504272,0.0015260577201843262,0.0797886848449707 +123,-3.11881354945295,-0.572594262378199,1.1549715609326605,-0.01914413832128048,0.5418143272399902,0.8402800559997559,-0.19706904888153076,0.10332576930522919,-0.02440517581999302,0.015100570395588875,-0.02225261926651001,-0.00036007165908813477 +124,-3.1197921265282758,-0.545925146462315,1.1311860482612286,-0.018630284816026688,0.5192089676856995,0.854444146156311,-0.2114047408103943,0.12352687865495682,0.31577062606811523,0.016997594386339188,0.07751631736755371,-0.04083031415939331 +125,-3.121422757891936,-0.5480325767946064,1.1139939130335323,-0.01721487194299698,0.5210089683532715,0.853377640247345,0.21137800812721252,0.021460827440023422,-0.04317273572087288,0.0023985952138900757,0.053499698638916016,-0.019606828689575195 +126,-3.1141843742201196,-0.5672861665637076,1.1240153942895044,-0.023112228140234947,0.537345290184021,0.8430460095405579,0.1285000443458557,-0.013312661089003086,-0.07091324031352997,-0.010762294754385948,-0.013739824295043945,0.02940601110458374 +127,-3.1069250178295746,-0.5723267083428151,1.1415838896678403,-0.029137270525097847,0.5415894389152527,0.8401379585266113,0.029445309191942215,-0.08159854263067245,-0.22069905698299408,0.022621767595410347,0.00040268898010253906,0.0032457709312438965 +128,-3.100934755789189,-0.570986832792662,1.177892383349111,-0.03419884666800499,0.5404626131057739,0.8406730890274048,0.039265044033527374,-0.07639993727207184,-0.2599548101425171,0.015293199568986893,0.0054207444190979,0.008112609386444092 +129,-3.098795834047395,-0.5772107609849785,1.187738607762998,-0.03585227206349373,0.5456886887550354,0.8372206091880798,0.01593363657593727,-0.016334131360054016,-0.05580483749508858,0.0017793774604797363,0.023754000663757324,-0.005021572113037109 +130,-3.0928475483012816,-0.5838933206727008,1.2011739614491426,-0.0406530499458313,0.5512763857841492,0.833331823348999,0.028093043714761734,0.004161291755735874,-0.029815176501870155,0.0344427190721035,-0.0055609941482543945,-0.0037113428115844727 +131,-3.089414895910925,-0.588621091681342,1.204308610336702,-0.043376922607421875,0.5552147030830383,0.8305752277374268,0.07185839116573334,0.0527675524353981,-0.06813330203294754,0.02373887598514557,-0.00666123628616333,0.022818326950073242 +132,-3.0915717913707588,-0.5868150266772157,1.2019821490061817,-0.041635435074567795,0.5537116527557373,0.8316670656204224,-0.09089292585849762,-0.04969225078821182,-0.06715871393680573,-0.005025953054428101,0.025542497634887695,-0.0038776397705078125 +133,-3.0864698932747787,-0.5835564365363481,1.2220822252616217,-0.04597712308168411,0.5509952902793884,0.8332410454750061,-0.00048028770834207535,0.04287722706794739,-0.19674471020698547,-0.05047369375824928,0.031203866004943848,0.0014454126358032227 +134,-3.068936231297236,-0.5878831503985621,1.2329107666772339,-0.060405418276786804,0.5546007752418518,0.8299209475517273,0.0944199189543724,0.10355684906244278,-0.027759887278079987,-0.0102885402739048,0.03312188386917114,-0.02585923671722412 +135,-3.0631294502541366,-0.6023482985687539,1.2395260792992935,-0.06458793580532074,0.5665790438652039,0.8214721083641052,0.1388324648141861,-0.11468037962913513,-0.032180942595005035,-0.00857795774936676,0.0037792325019836426,-0.0358734130859375 +136,-3.0670245677007544,-0.6207906196042716,1.2532132687858497,-0.06059887260198593,0.5816784501075745,0.8111581802368164,0.16895461082458496,-0.04852558299899101,-0.03622162342071533,-0.06614062190055847,-0.017057597637176514,0.03388869762420654 +137,-3.0551918438997694,-0.625468883440378,1.248168730362994,-0.06995705515146255,0.5854774713516235,0.8076647520065308,0.13803230226039886,0.10675998032093048,0.033866558223962784,-0.015263296663761139,0.05218738317489624,-0.03527998924255371 +138,-3.0438555208615523,-0.6520003420322606,1.2740642903772084,-0.07756485790014267,0.6067776083946228,0.7910782694816589,0.26249969005584717,-0.11953159421682358,-0.3186503052711487,-0.014094695448875427,-0.0556759238243103,0.05061185359954834 +139,-3.0331820476259908,-0.6607201413993263,1.2979889697942333,-0.08542805910110474,0.6136856079101562,0.7849151492118835,-0.07690763473510742,-0.04490722715854645,-0.09287650138139725,0.008401699364185333,-0.062294065952301025,0.0855986475944519 +140,-3.0306522978489303,-0.6401464208980361,1.3216971917404658,-0.08879268914461136,0.597312867641449,0.7970778942108154,-0.06032223254442215,-0.16227826476097107,-0.2435506284236908,0.012636050581932068,0.00968170166015625,0.01400303840637207 +141,-3.0326306466717154,-0.6319781441906316,1.3526745957957511,-0.08774330466985703,0.5907419919967651,0.8020756840705872,-0.044456422328948975,-0.3140127658843994,-0.3157232701778412,0.01718664914369583,0.04493921995162964,0.000796198844909668 +142,-3.038525046024912,-0.6249264329773433,1.4021517343905805,-0.08344055712223053,0.5850375890731812,0.8067023754119873,-0.019430391490459442,-0.31764882802963257,-0.3701307773590088,0.01424194872379303,0.03535425662994385,0.017073869705200195 +143,-3.046255563531139,-0.6146672578742386,1.4315255188235638,-0.0777691900730133,0.5766867399215698,0.8132556080818176,-0.10683547705411911,-0.20588229596614838,-0.17615745961666107,0.004069223999977112,0.026081323623657227,-0.046638667583465576 +144,-3.0549520425814305,-0.6035955451110847,1.455475184975278,-0.07124202698469162,0.5676063299179077,0.8202120661735535,-0.0413583368062973,-0.19913645088672638,-0.17932115495204926,0.005110442638397217,0.061025261878967285,-0.03290426731109619 +145,-3.062554068507441,-0.6060925025234752,1.4714649838359404,-0.06489264219999313,0.5696603059768677,0.8193144202232361,0.00375408586114645,-0.11007530987262726,-0.10881033539772034,0.013485774397850037,0.024989962577819824,0.02690744400024414 +146,-3.070577847056305,-0.6078468728183501,1.486659255571269,-0.05824560672044754,0.5711013078689575,0.8188104033470154,0.03898021578788757,-0.21162466704845428,-0.14672574400901794,0.02302832528948784,0.01858973503112793,0.0035924911499023438 +147,-3.0834587093537,-0.6105920054171733,1.5053501818623551,-0.047602832317352295,0.573352575302124,0.8179247975349426,0.03414028882980347,-0.2790488004684448,-0.22408688068389893,-0.012730419635772705,0.008632898330688477,-0.02539849281311035 +148,-3.096948188996301,-0.6140333138432436,1.5395877285390402,-0.036477185785770416,0.5761687159538269,0.816516637802124,0.02239944040775299,-0.3010810315608978,-0.3295136094093323,-0.04666796699166298,-0.0062680840492248535,-0.0018039941787719727 +149,-3.0942020724147934,-0.6095970278223031,1.5708651736805253,-0.03883998095989227,0.5725371241569519,0.818958044052124,-0.03087836131453514,-0.10080908983945847,-0.14744289219379425,-0.002206169068813324,0.03584599494934082,-0.01770395040512085 +150,-3.097282811897717,-0.6113181821652212,1.588710752217866,-0.03627311438322067,0.5739474296569824,0.8180884718894958,0.14205925166606903,-0.19850696623325348,-0.10613111406564713,0.06958305835723877,0.056927263736724854,-0.019183993339538574 +151,-3.1149281131405164,-0.6357867597131879,1.6130425973912013,-0.021451883018016815,0.5938107371330261,0.8043190240859985,0.2630210816860199,-0.4065861701965332,-0.32343268394470215,0.033674173057079315,-0.005157053470611572,0.015169680118560791 +152,-3.12917221927455,-0.6499828084841025,1.6605185031806666,-0.009887578897178173,0.6051726937294006,0.7960326075553894,-0.09615536779165268,-0.33821290731430054,-0.3236367404460907,-0.02836620807647705,-0.10433357954025269,0.02823173999786377 +153,-3.1341029583554962,-0.6329883297253205,1.6888787135898402,-0.006038609892129898,0.5915567874908447,0.8062406778335571,-0.18601197004318237,-0.2213447093963623,-0.32930096983909607,-0.0157509446144104,0.031169652938842773,-0.0009275674819946289 +154,-3.1374459509893238,-0.6132396061123151,1.719081722725622,-0.0033911133650690317,0.5755198001861572,0.8177808523178101,-0.2791565954685211,-0.1053113341331482,0.28549283742904663,0.2259252965450287,-0.012470483779907227,-0.04229867458343506 +155,3.1009212665739265,-0.6076280625643965,1.6844460359749949,0.03338218107819557,0.5709217190742493,0.8203254342079163,0.07320531457662582,-0.25618603825569153,-0.08876341581344604,0.030765768140554428,0.04887503385543823,0.03474646806716919 +156,3.082546561446384,-0.6141505952205648,1.6805153750408806,0.048228152096271515,0.5762645602226257,0.8158388137817383,0.0267909187823534,-0.010412152856588364,0.07163605093955994,-0.019099123775959015,-0.05151486396789551,0.03456389904022217 +157,3.072378409667986,-0.6048252585348829,1.6753661312170425,0.05689029023051262,0.5686183571815491,0.8206318616867065,-0.0615776926279068,-0.10298965871334076,-0.08416280895471573,-0.01889592409133911,-0.012710154056549072,0.005097508430480957 +158,3.0770698658048725,-0.5947203549107876,1.6789114487284498,0.05340749770402908,0.5602771639823914,0.8265818357467651,-0.12078655511140823,0.09679526090621948,0.027338096871972084,0.009336646646261215,-0.019551336765289307,-0.01563805341720581 +159,3.0875925545924865,-0.586555803531581,1.6866193308586988,0.04495225101709366,0.5534958243370056,0.8316382765769958,0.0029954020865261555,0.05924723669886589,-0.1683807671070099,0.010772865265607834,0.01635909080505371,0.0167962908744812 +160,3.1024091507316314,-0.5894990084613936,1.699084419003258,0.03256174921989441,0.5559446811676025,0.8305812478065491,0.09896220266819,0.13185793161392212,-0.04388904571533203,0.05583241209387779,0.0046021342277526855,-0.021239817142486572 +161,3.1007513177360746,-0.6035951173774462,1.6977058207273847,0.033615343272686005,0.5676059722900391,0.8226138949394226,0.13091091811656952,-0.15751272439956665,-0.04245227202773094,0.0552976168692112,0.0001278519630432129,-0.003964543342590332 +162,3.0865396842198614,-0.616465552531703,1.699735817851954,0.04489652067422867,0.5781549215316772,0.8146909475326538,0.14158515632152557,0.0565560981631279,0.0880701094865799,-0.02307647466659546,-0.025161147117614746,0.017447233200073242 +163,3.0898114170429682,-0.6308940482211861,1.6896143262171914,0.04179471358656883,0.5898669362068176,0.8064185976982117,0.18200217187404633,0.06268031150102615,-0.04987781494855881,0.007811620831489563,-0.045799314975738525,0.05327719449996948 +164,3.0968185468870595,-0.620816955643549,1.6855160216188958,0.03640725836157799,0.5816998481750488,0.8125885725021362,-0.18930885195732117,0.09831207990646362,0.1344037503004074,0.03616354614496231,-0.0029186010360717773,0.046435534954071045 +165,3.0917525142845927,-0.5934997526999478,1.6602784983127372,0.041299790143966675,0.559265673160553,0.827958881855011,-0.2820018231868744,0.17086806893348694,0.28847646713256836,0.008230231702327728,0.035826921463012695,-0.06158626079559326 +166,3.1003384794334132,-0.5737890324643676,1.625704037355519,0.03463749587535858,0.5428181290626526,0.8391355276107788,-0.038146454840898514,0.3831574022769928,0.32581305503845215,0.04527279734611511,0.07513225078582764,-0.00019216537475585938 +167,3.0983289601311803,-0.5775133767239374,1.5906677853909168,0.0362359993159771,0.5459423065185547,0.8370387554168701,-0.029175521805882454,-0.05370648205280304,0.07081706076860428,-0.0021173395216464996,-0.0019055008888244629,-0.03599816560745239 +168,3.084290242046742,-0.5732281606340327,1.5762030112216836,0.048116534948349,0.5423470139503479,0.8387754559516907,0.059995800256729126,0.05906245484948158,0.12762054800987244,-0.0948847308754921,0.04763394594192505,-0.0005645155906677246 +169,3.0982456190977854,-0.5809906323909164,1.5622561088651186,0.036223284900188446,0.5488523244857788,0.8351342678070068,0.017789561301469803,0.17686870694160461,0.15762494504451752,-0.014113303273916245,-0.011300384998321533,0.030039191246032715 +170,3.107937272289548,-0.5760257488001373,1.558378529829227,0.02821922115981579,0.5446953177452087,0.8381591439247131,-0.11875095218420029,-0.01411118172109127,-0.05213933438062668,-0.008092880249023438,-0.00903552770614624,0.005499362945556641 +171,3.108978811524961,-0.5641922982308901,1.573511672406993,0.027554498985409737,0.5347334742546082,0.8445717096328735,-0.14213694632053375,-0.11568579077720642,-0.167613685131073,-0.011563263833522797,0.021205425262451172,-0.006040036678314209 +172,3.1105038783246797,-0.5490247521476572,1.588269396973391,0.026515519246459007,0.5218555331230164,0.8526220917701721,-0.195217102766037,-0.03612957149744034,-0.056111905723810196,-0.008388081565499306,0.0735883116722107,-0.04866677522659302 +173,3.1109101339490435,-0.552843579075117,1.604573846262885,0.026107797399163246,0.5251093506813049,0.8506343364715576,0.020827077329158783,-0.11428514122962952,-0.1467277854681015,-0.007019057869911194,0.037878990173339844,-0.031206846237182617 +174,3.113322586908443,-0.5562932064486955,1.6186834377224735,0.024004261940717697,0.5280419588088989,0.8488790392875671,-0.03516914322972298,-0.014932277612388134,-0.06753385812044144,-0.006304055452346802,0.042758822441101074,-0.03828632831573486 +175,3.1187205497988617,-0.5675512349075382,1.6325823033476854,0.019284531474113464,0.5375688076019287,0.8429993391036987,0.05097240209579468,-0.029884062707424164,-0.21182604134082794,-0.02111557312309742,-0.009126484394073486,-0.01353156566619873 +176,3.132117988532739,-0.5712684449702827,1.6503763673111376,0.007970117963850498,0.5406995415687561,0.8411779999732971,-0.03038686141371727,0.08069052547216415,-0.05811859667301178,0.02430221438407898,-0.012241959571838379,0.009468913078308105 +177,-3.139413532619299,-0.572774270468766,1.6643686995222597,-0.0018313336186110973,0.5419656038284302,0.8403988480567932,0.14144930243492126,0.042659349739551544,-0.17261278629302979,0.05015590786933899,0.0223807692527771,0.015680432319641113 +178,-3.1341311722370393,-0.5850729230698103,1.6687494210590064,-0.006220367271453142,0.552260160446167,0.8336483836174011,0.03542385995388031,0.014499939046800137,0.021215861663222313,0.09697964787483215,-0.03359878063201904,0.040374815464019775 +179,3.130197017280851,-0.5777270481802576,1.6603218980688703,0.009545985609292984,0.5461212992668152,0.8376516103744507,0.01611805334687233,-0.11445340514183044,0.06028660759329796,0.022543251514434814,0.01863694190979004,0.004633426666259766 +180,3.1110850632208837,-0.5770932012249256,1.652348883022653,0.025562996044754982,0.5455902218818665,0.8376625180244446,0.003426126204431057,-0.1561676263809204,0.022559061646461487,-0.027027839794754982,0.012057662010192871,-0.0051274895668029785 +181,3.1078324499102865,-0.5787402156122833,1.6567793254648144,0.028257060796022415,0.5469697117805481,0.8366751670837402,-0.05818687751889229,0.022441454231739044,-0.018491290509700775,-0.04516381770372391,-0.028033733367919922,0.01105719804763794 +182,3.124026193906941,-0.5734916545082294,1.6711124078814776,0.01475527510046959,0.5425683856010437,0.8398821949958801,-0.04117541015148163,0.09377003461122513,-0.05535256862640381,0.02131650038063526,-0.022380948066711426,0.0036391019821166992 +183,3.1288444760082785,-0.566786671416982,1.668967673806393,0.010754460468888283,0.5369239449501038,0.8435620069503784,-0.034079376608133316,0.005763314664363861,0.07801296561956406,0.06399834156036377,0.03090125322341919,0.006199896335601807 +184,3.1172116057438437,-0.5715704201234408,1.6601486602457347,0.020503705367445946,0.540953516960144,0.8408023715019226,0.060579754412174225,-0.04637685418128967,-0.053012166172266006,-0.0025746244937181473,0.005631506443023682,0.0001704096794128418 +185,3.1142889456775773,-0.5785521805607731,1.6636476874925668,0.02285733073949814,0.5468122959136963,0.8369431495666504,0.045716919004917145,-0.034165192395448685,0.03523620590567589,0.0035556554794311523,-0.04029679298400879,0.02488851547241211 +186,3.110100413641459,-0.5739605351036026,1.6617782451365053,0.02644146792590618,0.5429621934890747,0.8393409252166748,-0.03598695248365402,-0.07674930989742279,0.037373147904872894,0.04287922754883766,-0.012078344821929932,0.011519789695739746 +187,3.0971685758290897,-0.5689596155580288,1.6670510408790817,0.03741328790783882,0.5387558341026306,0.8416308164596558,-0.053332746028900146,-0.11682002991437912,-0.09718284010887146,-0.01911798119544983,0.016358911991119385,0.0017071962356567383 +188,3.0953933793200896,-0.5712508552831536,1.6673197237876463,0.03885018453001976,0.540684700012207,0.8403279781341553,0.08057621866464615,0.009608259424567223,-0.0171134565025568,-0.008515693247318268,0.01754295825958252,-0.023173868656158447 +189,3.098897986294348,-0.5788979186961506,1.6729767653743677,0.03572741895914078,0.5471017360687256,0.8363037109375,0.04577331244945526,0.015590516850352287,-0.012988105416297913,0.001763414591550827,-0.0029121041297912598,0.012665092945098877 +190,3.1016177664021822,-0.5835182628557717,1.6699652073305808,0.03335132822394371,0.5509634613990784,0.8338625431060791,0.05829743295907974,0.04452984407544136,0.026190616190433502,0.020069684833288193,-0.01397615671157837,0.015395760536193848 +191,3.1011993030826073,-0.5839565485894067,1.671791358184752,0.03369052708148956,0.5513291358947754,0.83360755443573,0.015598333440721035,-0.020179910585284233,-0.02760680392384529,0.01577848568558693,-0.006819188594818115,0.04394078254699707 +192,3.100347260566896,-0.5842035772711727,1.673452226850592,0.03439514338970184,0.5515352487564087,0.8334418535232544,0.03750527650117874,-0.00596249382942915,0.003348107449710369,0.018659643828868866,0.0013210773468017578,0.01609092950820923 +193,3.100929782115195,-0.587831643223858,1.669130078705861,0.03382807970046997,0.5545579195022583,0.8314571380615234,0.076075479388237,0.06917459517717361,0.07800154387950897,0.02810734137892723,-0.014824092388153076,0.007043719291687012 +194,3.0989999111440354,-0.5913872735816093,1.6534257193012987,0.03534844517707825,0.5575132369995117,0.8294151425361633,0.059311650693416595,0.11143718659877777,0.067695751786232,-0.0031676627695560455,-0.016802847385406494,0.01599806547164917 +195,3.102529584421552,-0.5902587876079599,1.6388408043243954,0.03244522958993912,0.5565760135650635,0.8301632404327393,0.07567667216062546,0.13899987936019897,0.09280867129564285,-0.0032246336340904236,0.0230291485786438,-0.0023432374000549316 +196,3.109521354325625,-0.5998326239614999,1.6276535016157743,0.026468077674508095,0.5645043253898621,0.8250056505203247,0.056670814752578735,0.18972013890743256,0.15915650129318237,0.0037443041801452637,-0.01337212324142456,0.004996180534362793 +197,3.114920521507996,-0.6035396942113919,1.6069831996346233,0.021957406774163246,0.5675603747367859,0.8230388164520264,0.041600074619054794,0.0999433696269989,0.08089012652635574,-0.004776002839207649,0.02612859010696411,-0.001810908317565918 +198,3.1139197388271724,-0.6087385457377346,1.6011263409442993,0.022699126973748207,0.571833074092865,0.8200557231903076,0.01182899996638298,0.07531243562698364,0.16600997745990753,0.0005552731454372406,-0.0036721229553222656,0.012356877326965332 +199,3.1193249185756877,-0.6091883891580037,1.587596156468961,0.018260540440678596,0.5722020268440247,0.8199092745780945,-0.06128353253006935,0.13178256154060364,0.04338637739419937,-0.0074725765734910965,0.03319031000137329,-0.002099275588989258 +200,3.1266599543890576,-0.6095187953045029,1.569563740716072,0.01224321685731411,0.5724729895591736,0.8198321461677551,0.017599016427993774,0.1970825344324112,0.1784529834985733,-0.012334794737398624,0.03557443618774414,-0.012611687183380127 +201,3.135195671708143,-0.6139093647767725,1.550944067149016,0.005228872876614332,0.5760673880577087,0.817385733127594,0.016487279906868935,0.1794799566268921,0.14424872398376465,-0.007044672500342131,0.020413994789123535,-0.019945979118347168 +202,3.1415003608395575,-0.6185298561044997,1.5330002363724837,7.519384234910831e-05,0.5798380374908447,0.8147318363189697,0.06539392471313477,0.18936853110790253,0.15098612010478973,-0.018950313329696655,0.021571874618530273,0.0030324459075927734 +203,-3.1305248369955425,-0.6187394516978407,1.5067730017379894,-0.009015772491693497,0.5800087451934814,0.8145603537559509,-0.04305668920278549,0.3209932744503021,0.23879817128181458,-0.010866403579711914,0.006737470626831055,0.012298107147216797 +204,-3.116077149705671,-0.6124513239826997,1.4780337413490816,-0.020875565707683563,0.5748749375343323,0.8179746866226196,0.002079801168292761,0.24401459097862244,0.1898575723171234,-0.0024398528039455414,0.0293118953704834,-0.01363825798034668 +205,-3.106211306612509,-0.6134783386143545,1.4639713665571954,-0.02892354503273964,0.5757150053977966,0.8171389102935791,-0.01777099445462227,0.14542235434055328,0.09037800878286362,-0.010550949722528458,0.0012961626052856445,-0.01521313190460205 +206,-3.0997033253137802,-0.619699579294841,1.4575946599945764,-0.03409014642238617,0.580790638923645,0.813338577747345,0.1403835266828537,0.013361958786845207,-0.05491083860397339,-0.02699076011776924,0.030018508434295654,-0.017455577850341797 +207,-3.088717095370992,-0.6330082452856296,1.4736440871449235,-0.042611151933670044,0.5915728211402893,0.8051249980926514,0.05761135369539261,0.05461423099040985,-0.02665892243385315,-0.015860501676797867,-0.02234363555908203,0.036305785179138184 +208,-3.080342071387756,-0.628226739976356,1.469852476908711,-0.04952508211135864,0.587710976600647,0.8075537085533142,-0.08992686867713928,0.11022897809743881,0.018447458744049072,-0.0057269856333732605,0.021679222583770752,0.0002617835998535156 +209,-3.073159947683299,-0.6157299450145659,1.4607283024840942,-0.055821605026721954,0.5775545835494995,0.8144415616989136,-0.15847520530223846,0.09213701635599136,0.17096790671348572,0.01088445633649826,0.028753459453582764,-0.05099833011627197 +210,-3.0725780754858607,-0.6164687679577848,1.44854606071188,-0.056266047060489655,0.5781575441360474,0.8139829039573669,0.0503518283367157,0.15265348553657532,0.11701112985610962,-0.03411177545785904,0.026456773281097412,0.002438664436340332 +211,-3.0668500103821157,-0.6193908533924758,1.4086324518176976,-0.060801222920417786,0.5805392861366272,0.8119589686393738,-0.02460770308971405,0.2627865970134735,0.3519027531147003,0.017313674092292786,0.026592671871185303,-0.007027387619018555 +212,-3.0704668626596527,-0.6234244680405945,1.383984685437926,-0.05769720301032066,0.5838188529014587,0.8098310828208923,-0.007029123604297638,0.011410202831029892,0.159830704331398,-0.01351555809378624,-0.008776187896728516,0.018217504024505615 +213,-3.072546202368087,-0.6248226905182491,1.366762905463191,-0.055956799536943436,0.5849534869194031,0.8091342449188232,0.035691119730472565,0.1382783055305481,0.18040215969085693,-0.04165366291999817,-0.020927608013153076,0.0010311603546142578 +214,-3.0655546544497696,-0.6281756196780668,1.359854339350055,-0.061463143676519394,0.5876696109771729,0.8067629933357239,0.0837470293045044,0.01432451605796814,-0.06423118710517883,-0.04742354899644852,0.002387702465057373,0.031097054481506348 +215,-3.050100220798123,-0.6317839374194107,1.3759084187182904,-0.07372914254665375,0.5905852913856506,0.8035998344421387,-0.03415866941213608,-0.030232023447752,-0.13587407767772675,0.02003347873687744,-0.039392173290252686,0.023136496543884277 +216,-3.046958474776887,-0.6193664797791275,1.394622998951895,-0.0769406110048294,0.580519437789917,0.8106034398078918,-0.028383079916238785,-0.045461803674697876,-0.13956257700920105,-0.010217621922492981,0.03537118434906006,-0.019084036350250244 +217,-3.0443594142852493,-0.6236291108600265,1.3996593971623041,-0.07880616933107376,0.5839849710464478,0.807930052280426,0.12714330852031708,-0.08195535093545914,-0.051084671169519424,0.011575944721698761,0.05735713243484497,-0.043388545513153076 +218,-3.042392809660935,-0.6521613924478863,1.4337754973171075,-0.07871221005916595,0.6069056391716003,0.7908666729927063,0.3204917311668396,-0.22980454564094543,-0.36291763186454773,-0.028633393347263336,-0.019503235816955566,0.016155481338500977 +219,-3.032535367527223,-0.6709440916987144,1.4838064406466835,-0.08524829149246216,0.6217257380485535,0.7785821557044983,0.07889298349618912,-0.16802772879600525,-0.3650727868080139,-0.04074353724718094,-0.06416946649551392,0.048413753509521484 +220,-3.013563447339164,-0.6687598736050459,1.5325814537442946,-0.10017640143632889,0.6200134754180908,0.7781697511672974,0.09436994791030884,-0.1206277534365654,-0.4044276475906372,-0.009183347225189209,0.03391718864440918,0.008283495903015137 +221,-2.9939737251265486,-0.6751592691982319,1.5877209527278386,-0.11481434106826782,0.6250216364860535,0.7721173763275146,0.07251062989234924,-0.17356526851654053,-0.38438695669174194,0.017890535295009613,-0.005240261554718018,-0.0030745267868041992 +222,-2.983549854893192,-0.6798634303714948,1.6395285218626092,-0.12239231169223785,0.6286868453025818,0.767966628074646,0.17318516969680786,-0.3108105957508087,-0.35420501232147217,0.02414100617170334,0.0014705657958984375,-0.027045726776123047 +223,-2.986253507521134,-0.6902127331736193,1.6914162499152512,-0.11930251121520996,0.636701226234436,0.7618257403373718,0.15940096974372864,-0.3668615221977234,-0.40841957926750183,-0.012670755386352539,-0.002149224281311035,-0.015411615371704102 +224,-2.9858509471045576,-0.6940810561507826,1.747600675964419,-0.11922629177570343,0.6396793723106384,0.7593390941619873,0.023477725684642792,-0.335440069437027,-0.2648870050907135,-0.011800974607467651,-0.0415651798248291,0.02976936101913452 +225,-3.002320601323783,-0.6942659712170656,1.760670263375445,-0.10668813437223434,0.639821469783783,0.7610819339752197,-0.024028636515140533,-0.32115858793258667,-0.11055189371109009,0.008833549916744232,-0.032109856605529785,-0.028370261192321777 +226,-3.029960035247754,-0.6843157078509797,1.7892012382566824,-0.08631918579339981,0.632142961025238,0.7700287699699402,-0.049629926681518555,-0.5617443919181824,-0.4193512201309204,-0.0581815242767334,0.04110538959503174,0.02158188819885254 +227,-3.040460438644189,-0.6765354802225765,1.8322962824034665,-0.07872311025857925,0.6260953545570374,0.775762140750885,0.06997288018465042,-0.2903916537761688,-0.009944849647581577,-0.04049379378557205,0.08969426155090332,0.02874213457107544 +228,-3.070944488997998,-0.6970225771153847,1.7952742839892475,-0.05412490665912628,0.6419375538825989,0.7648440599441528,-0.348710834980011,-0.07597386837005615,0.32880470156669617,0.031984422355890274,-0.021240651607513428,0.018236935138702393 +229,-3.113477833696758,-0.6732096247628525,1.7917015288727944,-0.02197795733809471,0.6234985589981079,0.7815154790878296,-0.18150857090950012,-0.3786819577217102,-0.1521340161561966,-0.02729266881942749,0.03838193416595459,-0.02965402603149414 +230,3.14086476493159,-0.6646227101862487,1.7914905906412704,0.0005729572148993611,0.6167622208595276,0.7871494293212891,0.009186061099171638,-0.20410789549350739,0.16054126620292664,-0.03588181734085083,-0.008317947387695312,-0.06913185119628906 +231,3.0947842194868853,-0.6582107408378748,1.7537340677390212,0.03701606020331383,0.6117023825645447,0.7902213335037231,-0.362583726644516,0.10195331275463104,0.07977767288684845,-0.06303229928016663,0.026771068572998047,-0.047576189041137695 +232,3.1208710944064237,-0.6248517393709633,1.761179533765108,0.016805019229650497,0.5849770307540894,0.8108759522438049,0.05032408982515335,0.33819690346717834,0.05978124961256981,-0.010228483006358147,0.05844038724899292,-0.049340128898620605 +233,3.125919405510704,-0.6437026199975563,1.7199593543597556,0.012536193244159222,0.6001611948013306,0.7997810244560242,0.2689729332923889,0.3733830749988556,0.26087987422943115,0.028387878090143204,0.042401790618896484,-0.00818544626235962 +234,3.128722857675959,-0.6526523454575356,1.7208678102195396,0.010224461555480957,0.6072957515716553,0.7944101691246033,0.49580520391464233,-0.18719612061977386,-0.16242806613445282,-0.029694676399230957,0.069477379322052,-0.0979684591293335 +235,3.0970017384172763,-0.6990897566229879,1.7145840139065558,0.034119829535484314,0.643521249294281,0.764667272567749,0.2941703796386719,-0.06657667458057404,0.048996634781360626,-0.0029919184744358063,-0.05408954620361328,0.09130489826202393 +236,3.096936498001484,-0.7058128735362414,1.7375657133224054,0.033975813537836075,0.6486527323722839,0.7603257298469543,-0.036493930965662,-0.39728623628616333,-0.1111166775226593,0.06355836987495422,-0.07768404483795166,0.04880201816558838 +237,3.079672908270081,-0.6983053041066833,1.7575764011387784,0.04739606752991676,0.6429206132888794,0.7644649744033813,-0.060481272637844086,-0.22286896407604218,-0.2868882119655609,0.033765435218811035,-0.01410585641860962,0.0278322696685791 +238,3.0757825518501742,-0.696984872179879,1.7988042418298056,0.050425540655851364,0.6419086456298828,0.7651214599609375,-0.1261141449213028,-0.2821800410747528,-0.3047198951244354,0.029286392033100128,-0.020418107509613037,0.02450573444366455 +239,3.0775417068445283,-0.6769623244574452,1.8318826419447252,0.04989223554730415,0.6264281272888184,0.7778806090354919,-0.175923153758049,-0.188198983669281,-0.06000267714262009,0.057224445044994354,-0.015344202518463135,0.02595221996307373 +240,3.0619927769711968,-0.658680592449242,1.8339353525898225,0.06288117915391922,0.6120740175247192,0.788296639919281,-0.12464772164821625,-0.12784692645072937,0.06131760776042938,0.035797394812107086,0.003053605556488037,0.01935112476348877 +241,3.052304590700811,-0.6522179512298223,1.8389565662427279,0.07086651027202606,0.606950581073761,0.791573703289032,-0.14034929871559143,-0.06304287165403366,-0.16333523392677307,-0.006947442889213562,-0.012636005878448486,-0.017663240432739258 +242,3.056429891499907,-0.654674744884238,1.8568074004140407,0.0674734115600586,0.6089012622833252,0.7903714179992676,0.05709422007203102,-0.021225955337285995,-0.11332382261753082,0.005219466984272003,-0.01048201322555542,0.03294718265533447 +243,3.06286541176362,-0.6511114789485664,1.8729590116083092,0.06255581229925156,0.606070876121521,0.7929468154907227,-0.10609473288059235,-0.10313805937767029,-0.07191824167966843,0.08225008100271225,-0.02968543767929077,-0.001824498176574707 +244,3.054765977877431,-0.6461499328400726,1.8808245914493673,0.06923604756593704,0.6021169424057007,0.7954003810882568,0.013810002245008945,-0.0820782408118248,-0.09198305010795593,-0.02483295649290085,0.005396544933319092,-0.009542107582092285 +245,3.0544866017416705,-0.6468274729463123,1.8804089321626007,0.06942273676395416,0.6026577949523926,0.7949742078781128,-0.0806836262345314,0.10101902484893799,0.14028340578079224,-0.009272575378417969,-0.026821613311767578,0.0008935928344726562 +246,3.056652452255405,-0.6422087310218062,1.8556412620639144,0.06793621927499771,0.598965585231781,0.797887921333313,0.013245830312371254,0.18542250990867615,0.26443561911582947,0.04255267232656479,-0.003369271755218506,0.0077152252197265625 +247,3.056797715670312,-0.6477209022661374,1.8337308582390766,0.06753965467214584,0.6033704876899719,0.7945958375930786,0.11304376274347305,0.07287394255399704,0.017930854111909866,-0.015629269182682037,-0.0243910551071167,0.013769090175628662 +248,3.063110847575254,-0.6439925686927764,1.8401553237760995,0.0626978799700737,0.6003931164741516,0.7972433567047119,-0.11891236156225204,-0.08665221929550171,-0.10692897439002991,0.0227513387799263,-0.004964709281921387,0.0072762370109558105 +249,3.0539137010502357,-0.6326179649427698,1.836992903430038,0.07062096148729324,0.5912581086158752,0.8033843636512756,0.10480712354183197,0.22885242104530334,0.4330558478832245,-0.02740807831287384,0.034184396266937256,0.04074704647064209 +250,3.0596559650213657,-0.6260405097993965,1.8105765967058656,0.0663234144449234,0.5859407782554626,0.8076348900794983,-0.3200857937335968,0.12858691811561584,-0.05661989748477936,0.0027988776564598083,0.006374716758728027,0.026242494583129883 +251,3.061768446099522,-0.6177465746611863,1.8058805575432972,0.06500249356031418,0.5791996717453003,0.8125902414321899,0.00026030559092760086,0.06877724826335907,-0.055315010249614716,-0.009536787867546082,-0.016440153121948242,0.011827051639556885 +252,3.084214691445312,-0.6267739564156232,1.8299852888897576,0.04644627496600151,0.5865349769592285,0.808590829372406,0.03705577552318573,0.12526562809944153,-0.2485973984003067,0.0577407144010067,-0.04745727777481079,0.022005915641784668 +253,3.106786397495862,-0.6219712960679216,1.8353560142258387,0.028282439336180687,0.5826384425163269,0.8122395277023315,0.034690648317337036,0.15899713337421417,-0.1510830521583557,-0.02918272465467453,0.054568707942962646,0.027222931385040283 +254,3.1259463279958957,-0.6224521965398756,1.8559545397742163,0.0127113563939929,0.5830292105674744,0.8123517036437988,-0.1235428974032402,-0.008969850838184357,-0.005760828033089638,-0.017853587865829468,-0.01395273208618164,-0.024296343326568604 +255,3.1253467749901676,-0.6043633337323655,1.8588490392584145,0.013367559760808945,0.5682383179664612,0.8227553367614746,-0.17035908997058868,-0.08338852971792221,-0.1992509961128235,-0.06707850098609924,0.06750380992889404,-0.03361666202545166 +256,3.1342303727060443,-0.6003465921070633,1.907622327313394,0.00607485743239522,0.5649284720420837,0.8251176476478577,0.0015320200473070145,-0.27296337485313416,-0.4723917841911316,-0.06286808848381042,0.06307750940322876,-0.05045938491821289 +257,3.1394787360458953,-0.5987962171745947,1.9633053860096805,0.001746125752106309,0.563648521900177,0.826012909412384,-0.025997251272201538,-0.2163432389497757,-0.3044090270996094,-0.01651662588119507,0.04615366458892822,-0.018532991409301758 +258,3.139008590956918,-0.6067958303985106,1.9788770577837647,0.0021227526012808084,0.5702382326126099,0.8214769959449768,0.12356006354093552,-0.04356899857521057,0.032926447689533234,-0.03122127056121826,0.009580612182617188,-0.033360302448272705 +259,3.138280274607173,-0.6124052810398788,1.9767042529347787,0.0027104082982987165,0.5748372673988342,0.8182633519172668,0.03059675171971321,-0.022957995533943176,-0.07411476224660873,-0.016046583652496338,0.016211867332458496,-0.01462864875793457 +260,3.1387580973408142,-0.6203489295766442,1.9929011354201767,0.0023064070846885443,0.5813190937042236,0.813672661781311,0.12472227960824966,-0.14472545683383942,-0.15883083641529083,0.02187877893447876,0.010020077228546143,0.0025354623794555664 +261,3.1379270725335298,-0.629567346791619,2.0081064755557554,0.0029628181364387274,0.5887951254844666,0.8082770109176636,0.039522796869277954,-0.030717145651578903,-0.04397813603281975,0.03811383247375488,-0.018116354942321777,0.05790352821350098 +262,3.128961752270266,-0.6242349080922388,2.0091462470755115,0.010248570702970028,0.5844766497612,0.8113455176353455,-0.02965695969760418,-0.08996856212615967,-0.04242188483476639,0.0435386598110199,-0.007709801197052002,0.022135138511657715 +263,3.1125882200435564,-0.6190766191855853,2.0019422021653384,0.02361832559108734,0.5802834033966064,0.8140721917152405,0.01095893606543541,-0.07448258996009827,0.030797380954027176,-0.012235283851623535,0.011574506759643555,0.006392955780029297 +264,3.1067614903914453,-0.6111449937273428,2.00222934408954,0.028520651161670685,0.573805570602417,0.8184945583343506,-0.09554465115070343,-0.05412394925951958,0.021335503086447716,0.014661721885204315,0.016205906867980957,0.0009785294532775879 +265,3.091323041526814,-0.612726381671543,1.9855789242609714,0.0411074124276638,0.5751000046730042,0.8170498609542847,0.09710370004177094,-0.010692821815609932,0.19399993121623993,0.0002896822988986969,-0.007930755615234375,0.002972841262817383 +266,3.07812705368773,-0.6146893087882126,1.973020602222769,0.05181358382105827,0.576704740524292,0.8153077960014343,-0.13221898674964905,-0.018799621611833572,0.013393623754382133,-0.027353737503290176,-0.03224068880081177,0.015777289867401123 +267,3.078557360267767,-0.6008740527109891,1.9770706855533289,0.05195970833301544,0.5653636455535889,0.823203444480896,-0.05253227427601814,-0.1032925546169281,-0.04188765212893486,0.022320084273815155,0.005162358283996582,0.0002523660659790039 +268,3.0737274572064854,-0.5939626727406689,1.9874573468384813,0.05619874596595764,0.5596494078636169,0.82682204246521,-0.08292203396558762,-0.081094890832901,-0.11757053434848785,-0.009705215692520142,0.008588016033172607,-0.006539881229400635 +269,3.0732363804124705,-0.5911159309737488,1.991914628953339,0.056713350117206573,0.5572879314422607,0.828380286693573,-0.07297752797603607,-0.0462346151471138,0.004535657819360495,0.00903676450252533,-0.010702848434448242,-0.0026661157608032227 +270,3.072364605481975,-0.5836859715334813,1.996337852691304,0.057720307260751724,0.551103413105011,0.8324381709098816,-0.050043895840644836,-0.026909902691841125,-0.009106243029236794,0.0038031265139579773,0.016035258769989014,-0.009836912155151367 +271,3.070809967832674,-0.5808168116523698,2.0008445595621347,0.05912596359848976,0.5487070083618164,0.8339212536811829,0.0023920731619000435,-0.0963686853647232,-0.09478771686553955,0.016038812696933746,0.0038136839866638184,-0.006116747856140137 +272,3.0686728210367162,-0.585506862200796,2.027395921001445,0.060719866305589676,0.5526219010353088,0.8312170505523682,-0.0067566921934485435,-0.3240817189216614,-0.3094302713871002,0.018702108412981033,-0.02764338254928589,0.002629876136779785 +273,3.0177531430729307,-0.5717445916800872,2.0416285963156007,0.10387790203094482,0.541100025177002,0.8345181941986084,-0.4276110827922821,-0.5834660530090332,0.4035643935203552,0.01034943014383316,-0.0934528112411499,0.028412282466888428 +274,2.9503790456014545,-0.5180209938470999,1.9659954550555783,0.165116086602211,0.4951617419719696,0.8529664874076843,-0.29435545206069946,-0.15684016048908234,0.4767572581768036,-0.027039244771003723,0.08961620926856995,-0.029419004917144775 +275,2.9331605843968136,-0.48795147138414974,1.9592641543473945,0.18277683854103088,0.46881741285324097,0.8641774654388428,-0.3460814654827118,-0.22351571917533875,-0.038236647844314575,-0.051703885197639465,-0.0021121203899383545,-0.02259427309036255 +276,2.927913370485099,-0.47636101724529556,1.997171054552764,0.1884484887123108,0.458548367023468,0.8684585690498352,-0.01166067086160183,-0.29964572191238403,-0.5083417892456055,0.011182233691215515,0.03142651915550232,-0.017247140407562256 +277,2.935267463351963,-0.48490697373314884,2.0439631045987685,0.1812472641468048,0.46612605452537537,0.8659535646438599,0.029826898127794266,-0.07989032566547394,-0.41130611300468445,-0.0011935830116271973,0.01713496446609497,0.0076882243156433105 +278,2.94682276817994,-0.5032662008100278,2.0738519574546457,0.1695440411567688,0.4822893440723419,0.8594485521316528,0.1978471726179123,0.05764409154653549,-0.11336561292409897,0.022182628512382507,0.005045831203460693,-0.013669133186340332 +279,2.9584946838531403,-0.5144015354274376,2.077593413146068,0.15851356089115143,0.49201393127441406,0.8560346364974976,0.023085778579115868,0.10450682789087296,0.09032699465751648,0.053293660283088684,-0.021783918142318726,0.033750951290130615 +280,2.961334426367584,-0.5190817295829079,2.0591587945414958,0.1556675285100937,0.49608302116394043,0.854206919670105,0.07603487372398376,0.23796246945858002,0.07359080016613007,0.028551846742630005,-0.0003858804702758789,0.005259692668914795 +281,2.9690527534277438,-0.5274948696943036,2.0478706072915793,0.1483481228351593,0.5033702850341797,0.8512412309646606,0.04308496043086052,0.15714791417121887,0.014549528248608112,0.02331329882144928,-0.013273119926452637,0.015030920505523682 +282,2.9788932221458024,-0.527848778001737,2.050367619644434,0.13993558287620544,0.5036760568618774,0.852483868598938,0.012205272912979126,0.19045816361904144,0.00042229238897562027,0.0025967955589294434,0.01283407211303711,-0.006063520908355713 +283,2.9913737357737484,-0.5336851547299263,2.0265342063384892,0.12884332239627838,0.5087094902992249,0.8512424230575562,0.10487633943557739,0.3244626522064209,0.338011234998703,0.01761050522327423,0.012393355369567871,0.01617377996444702 +284,3.007513938656882,-0.5377383119652336,1.9825332019633235,0.11481135338544846,0.512194812297821,0.8511607050895691,0.018207358196377754,0.44295528531074524,0.3197016716003418,-0.00722164660692215,-0.0019714832305908203,0.007069766521453857 +285,3.019747786324412,-0.5385312493291418,1.9550778671664177,0.10434065014123917,0.5128756761550903,0.8520981669425964,0.03348657861351967,0.17572350800037384,0.12707555294036865,-0.013993360102176666,0.015917599201202393,-0.0023363232612609863 +286,3.0348929069242736,-0.5354663913419775,1.9442707848804386,0.09159102290868759,0.510242223739624,0.8551396131515503,-0.013747252523899078,0.21598893404006958,0.09982582181692123,0.005088649690151215,0.0515100359916687,-0.021903038024902344 +287,3.0484278666635847,-0.5373270441476142,1.9200328336189663,0.07992029190063477,0.5118415355682373,0.8553546071052551,0.0347568616271019,0.2903828024864197,0.3645222783088684,-0.004404507577419281,0.019927382469177246,-0.006416380405426025 +288,3.0624238469951646,-0.5371440099664689,1.8778925887828195,0.06794869899749756,0.5116842985153198,0.8564823269844055,0.03126721456646919,0.3296320140361786,0.313233882188797,-0.016145117580890656,0.0102882981300354,-0.004874169826507568 +289,3.0753575468376653,-0.5316355718760537,1.859380241089599,0.05705155432224274,0.5069438219070435,0.8600891828536987,-0.04634212702512741,0.18116731941699982,0.10218312591314316,-0.020445719361305237,0.04316604137420654,-0.00593256950378418 +290,3.0894806765611116,-0.530157293860544,1.8400258474215463,0.0449380949139595,0.5056690573692322,0.8615564107894897,-0.008584779687225819,0.248736172914505,0.20644710958003998,-0.0079202800989151,0.04274708032608032,-0.008345961570739746 +291,3.099006984578307,-0.5330370411910578,1.8085199357521735,0.03666657581925392,0.5081514120101929,0.8604868650436401,0.10086711496114731,0.26794567704200745,0.2632642984390259,-0.04151887074112892,0.039654314517974854,-0.009137988090515137 +292,3.1081249172577197,-0.5394846928692331,1.780386182181977,0.028709078207612038,0.5136939287185669,0.8574932813644409,0.006389595568180084,0.19186323881149292,0.22433499991893768,-0.04302182421088219,0.02805417776107788,-0.027018189430236816 +293,3.1162669507777916,-0.5397066121782658,1.7433494388410937,0.021723581477999687,0.5138843059539795,0.8575847744941711,0.015036096796393394,0.3104262948036194,0.4253370761871338,0.015019586309790611,0.03489816188812256,-0.01590973138809204 +294,3.122876696125644,-0.5366990721394084,1.6749174409394987,0.016083577647805214,0.5113019347190857,0.8592507243156433,-0.07276688516139984,0.506151556968689,0.7899311780929565,-0.014954445883631706,0.020649969577789307,-0.010907769203186035 +295,3.13061018424324,-0.5226846725479662,1.607830796995186,0.009515923447906971,0.49920815229415894,0.8664299845695496,-0.20672129094600677,0.5926664471626282,0.942156970500946,-0.046762630343437195,0.02300870418548584,-0.015721917152404785 +296,3.1374414551549688,-0.5074401335172123,1.5574357455656012,0.003628101898357272,0.4859415292739868,0.8739840388298035,-0.18503519892692566,0.5598770976066589,0.8181270360946655,-0.10009415447711945,0.034566402435302734,-0.018652498722076416 +297,-3.1361378368454216,-0.49540752480479566,1.5421302673511401,-0.004798987414687872,0.47539022564888,0.8797618746757507,0.1680964231491089,0.36723628640174866,0.27777937054634094,-0.1292494833469391,0.07269015908241272,0.006956815719604492 +298,-3.120944941932576,-0.5028711639502363,1.5802111422845437,-0.01809029094874859,0.4819432497024536,0.8760156631469727,-0.00955883413553238,0.011094759218394756,-0.006595568731427193,0.08417610824108124,0.05367076396942139,0.033087730407714844 +299,-3.128901280627549,-0.5065605723409886,1.5719184092343705,-0.011097271926701069,0.4851726293563843,0.874347984790802,0.034978486597537994,0.4009002149105072,0.8946877121925354,-0.0904804915189743,0.020228952169418335,-0.00030928850173950195 +300,-3.1318111486060296,-0.5097095386755993,1.4991420332492083,-0.008538004010915756,0.4879237413406372,0.8728443384170532,0.0015147998929023743,0.36142903566360474,0.8335883021354675,-0.09091879427433014,0.04736974835395813,-0.04011136293411255 +301,-3.140151636085016,-0.500265520297365,1.444159760643449,-0.0012644281378015876,0.4796585440635681,0.8774545192718506,-0.13804160058498383,0.45695483684539795,0.7691702842712402,-0.11253562569618225,0.02842867374420166,0.013567328453063965 +302,3.1355191848813404,-0.4790907784717116,1.371235552630107,0.005389651749283075,0.46097251772880554,0.8873981833457947,-0.10921899974346161,0.27911368012428284,0.7938417792320251,0.003231570590287447,0.04455125331878662,-0.030189871788024902 +303,3.1276086437183896,-0.48118487724360737,1.3006661948793288,0.01239568367600441,0.4628298282623291,0.8863605856895447,0.07226672768592834,0.24872784316539764,0.6109445691108704,-0.060796573758125305,0.06932049989700317,-0.0724719762802124 +304,3.107396738183094,-0.4930307430085538,1.240593462177323,0.030117396265268326,0.4732978343963623,0.8803874850273132,0.09458573162555695,0.2348119020462036,0.6351988911628723,-0.019543051719665527,-0.006409406661987305,0.029600858688354492 +305,3.0992346670434077,-0.49063362208000094,1.1499853035875283,0.037350043654441833,0.4711848497390747,0.8812435865402222,-0.024561693891882896,0.3860935568809509,0.8509602546691895,-0.033611636608839035,0.010474145412445068,0.021848082542419434 +306,3.097595301640976,-0.4802178292184624,1.0662316147078887,0.03900841623544693,0.4619723856449127,0.8860360980033875,-0.08127349615097046,0.3819032609462738,0.7525522708892822,-0.0014412812888622284,-0.010403722524642944,-0.011646389961242676 +307,3.0941370142852085,-0.47519960528811667,0.9806418698108039,0.04218177869915962,0.4575159549713135,0.8882001638412476,-0.013975704088807106,0.23620577156543732,0.6356480121612549,0.03229636698961258,-0.0018733441829681396,0.027311742305755615 +308,3.082093823579385,-0.4807521597223788,0.9449022111304446,0.052723370492458344,0.4624462127685547,0.8850786089897156,0.1726909726858139,-0.09089815616607666,0.1118222177028656,-0.006184060126543045,-0.010923266410827637,-0.02735137939453125 +309,3.0672606951048347,-0.4987418015639296,0.9236449063498288,0.06521711498498917,0.47832098603248596,0.875760018825531,0.13495853543281555,-0.02168400213122368,0.17200371623039246,-0.010010816156864166,-0.04736700654029846,0.014178216457366943 +310,3.046770917662419,-0.504246567620852,0.8575062138048889,0.08289573341608047,0.48314791917800903,0.8716054558753967,0.2869567573070526,0.18093550205230713,1.2064192295074463,0.053105853497982025,0.011679291725158691,0.014014482498168945 +311,2.9991249058601914,-0.515689026734953,0.7331735094729231,0.12352141737937927,0.49313437938690186,0.8611393570899963,0.10352771729230881,0.23114539682865143,0.717633068561554,-0.05052339285612106,0.013671010732650757,0.016271531581878662 +312,2.9999487438606587,-0.5212076292312185,0.679452753395961,0.1224258616566658,0.49792778491973877,0.8585333228111267,0.07361616939306259,0.1097579374909401,0.1731644719839096,-0.009953334927558899,-0.020159900188446045,0.013384222984313965 +313,3.0116544208436378,-0.5090146227419007,0.6677783288679497,0.11314631253480911,0.4873170256614685,0.8658637404441833,-0.153970867395401,0.26280248165130615,0.11686811596155167,0.044812679290771484,0.012255728244781494,0.020076751708984375 +314,3.0312585346846617,-0.500442014967299,0.6007238357120388,0.09660760313272476,0.4798133969306946,0.8720354437828064,0.11688799411058426,0.50169438123703,1.0372068881988525,0.12203556299209595,0.07415685057640076,-0.05952030420303345 +315,3.0207331289315715,-0.49264802014060544,0.40831013709289793,0.1062282845377922,0.4729606807231903,0.8746563792228699,0.17030099034309387,0.8421719670295715,1.7321929931640625,-0.012249402701854706,0.07321244478225708,-0.0025250911712646484 +316,3.0125754141265286,-0.4910763130626144,0.26676598841490934,0.11345535516738892,0.4715752899646759,0.8744966983795166,-0.00924991350620985,0.31626999378204346,0.5853045582771301,0.00681440532207489,-0.033220887184143066,0.07655304670333862 +317,3.009429542549193,-0.48179148393153065,0.24692940155399976,0.11677785962820053,0.4633674621582031,0.8784383535385132,-0.14449934661388397,-0.1343296766281128,-0.1752425581216812,-0.060686513781547546,-0.004337221384048462,-0.04013550281524658 +318,3.0061488200767634,-0.4742814128782006,0.2970690346099617,0.1201256513595581,0.45669928193092346,0.8814737200737,-0.12430474907159805,-0.30126363039016724,-0.609244167804718,-0.04256521910429001,0.0022088289260864258,-0.010303497314453125 +319,3.018091845748648,-0.47291140897641226,0.3637105955077853,0.1096668615937233,0.45548006892204285,0.8834657073020935,-0.006745971739292145,-0.12532588839530945,-0.5684903264045715,0.01298331469297409,0.005900055170059204,-0.00755000114440918 +320,3.039788037328878,-0.4730631835193243,0.41656481851349786,0.0904676541686058,0.45561519265174866,0.885567843914032,-0.060264185070991516,0.12726227939128876,-0.24097655713558197,0.034837521612644196,-0.004901081323623657,-0.0016720294952392578 +321,3.0556941660378807,-0.46254535392880236,0.42650188339565326,0.07677774131298065,0.44622743129730225,0.8916200399398804,-0.04439176991581917,-0.01894541084766388,-0.17133119702339172,0.008961386978626251,0.09674131870269775,-0.06068742275238037 +322,3.059979720132193,-0.47335484508615744,0.45119694210940486,0.07255849987268448,0.45587480068206787,0.8870815634727478,0.012642763555049896,-0.09057676047086716,-0.1288795918226242,0.028683580458164215,0.057858169078826904,-0.09147298336029053 +323,3.061041466801339,-0.47995065422391936,0.44743474540001094,0.07137306779623032,0.46173539757728577,0.8841413259506226,0.014643194153904915,0.22328706085681915,0.268748015165329,0.0664290338754654,0.005351245403289795,0.06431424617767334 +324,3.0630599410195516,-0.47600761111942463,0.3929234786199906,0.06973060965538025,0.4582342803478241,0.8860918879508972,-0.004811422899365425,0.2571258246898651,0.3673366904258728,0.013780735433101654,-0.010999202728271484,0.003953158855438232 +325,3.065215711174884,-0.47229702184886774,0.373745706996105,0.06794954091310501,0.4549330472946167,0.8879297971725464,0.06744122505187988,0.07853475213050842,-0.01144400518387556,-0.08241485804319382,0.031685054302215576,-0.012441277503967285 +326,3.0817734310688434,-0.4861511556804211,0.3804589463941195,0.05285690724849701,0.46722644567489624,0.8825565576553345,0.10844509303569794,0.07672542333602905,-0.02565748058259487,-0.017044510692358017,-0.0032065510749816895,0.09043562412261963 +327,3.107338201199566,-0.4892870195915182,0.4018593715206567,0.03022940084338188,0.46999669075012207,0.8821503520011902,-0.19480706751346588,0.13202053308486938,-0.13102082908153534,0.07412545382976532,-0.05160066485404968,0.01906418800354004 +328,3.1094962509624855,-0.46683858288215885,0.42096874838952786,0.02865702286362648,0.45006540417671204,0.8925355672836304,-0.16065095365047455,-0.14073269069194794,-0.19982874393463135,-0.01104838028550148,0.09239974617958069,-0.00023221969604492188 +329,3.1054554861620964,-0.44336864568582296,0.4237773807226016,0.03263602778315544,0.4289848208427429,0.902722179889679,-0.2934776842594147,0.010597599670290947,0.19501952826976776,-0.0019353441894054413,0.06747519969940186,-0.04999983310699463 +330,3.09865204954527,-0.4182710911060435,0.4092718612084594,0.039226748049259186,0.4061811864376068,0.9129502177238464,-0.2685878872871399,-0.03808915987610817,0.04412065073847771,-0.048412542790174484,0.09774026274681091,-0.055345237255096436 +331,3.0994210620651397,-0.4015360361078192,0.4054130489592645,0.03880583494901657,0.39083266258239746,0.9196434617042542,0.031852226704359055,0.06816684454679489,0.0802101194858551,-0.022372115403413773,0.14102774858474731,-0.055461883544921875 +332,3.097704781407055,-0.4176814498861315,0.3886232649607008,0.040102049708366394,0.4056423306465149,0.9131520390510559,-0.06034659966826439,0.007500378414988518,0.17075666785240173,0.059583622962236404,0.018964052200317383,0.04868590831756592 +333,3.081846553080832,-0.3947411884521108,0.3801661426049436,0.05511859431862831,0.38456928730010986,0.9214491844177246,-0.35158291459083557,-0.36398544907569885,-0.15898054838180542,0.11874004453420639,0.11994731426239014,-0.03918588161468506 +334,3.055908711281134,-0.38557933717873266,0.39444276131159267,0.07929600775241852,0.3760960102081299,0.9231817722320557,0.2101869434118271,-0.2258899062871933,0.11472158133983612,0.03554167598485947,0.09642305970191956,-0.05474269390106201 +335,3.0326079079952675,-0.40536836539586446,0.3047315002901962,0.09995418041944504,0.394357293844223,0.9135051369667053,0.18712645769119263,0.4149516224861145,1.293160080909729,-0.025857485830783844,-0.08377984166145325,0.08004045486450195 +336,3.027957264344247,-0.40611316240256207,0.1806717093608151,0.1041681170463562,0.3950416147708893,0.9127381443977356,0.19589665532112122,0.5135341882705688,1.0890237092971802,-0.03535100072622299,-0.09101033210754395,-0.0058168768882751465 +337,3.0271954397866105,-0.4075158911983874,0.09372378846237656,0.10480009019374847,0.3963298797607422,0.9121072292327881,0.09318266063928604,0.10048335790634155,0.3102605938911438,-0.052645549178123474,-0.013746261596679688,-0.031873464584350586 +338,3.0229187945127194,-0.4222057093959319,0.08428999154888173,0.10799884796142578,0.40977346897125244,0.9057712554931641,0.24357661604881287,0.001697653904557228,0.006731649860739708,0.010119423270225525,0.008988678455352783,0.01964360475540161 +339,3.02102391135713,-0.4456060566824895,0.04759913718065328,0.10853180289268494,0.4310048222541809,0.8957992792129517,0.21834883093833923,0.26867324113845825,0.615562915802002,0.013843722641468048,-0.06187933683395386,0.05409115552902222 +340,3.015595407857146,-0.45115671607734736,-0.02715145985599517,0.11309059709310532,0.4360068142414093,0.8928093314170837,0.05537746101617813,0.19136278331279755,0.5645932555198669,-0.02693948894739151,-0.03187784552574158,0.018842220306396484 +341,3.0219600478245887,-0.4542794175795705,-0.06221637372524364,0.10724291950464249,0.4388149380683899,0.89215487241745,-0.0261820238083601,0.15511666238307953,0.10011884570121765,0.01115000993013382,-0.03898894786834717,-0.0035440921783447266 +342,3.0321869134295194,-0.44541890115157823,-0.08258192857958152,0.09853421896696091,0.43083593249320984,0.8970348834991455,-0.08428330719470978,0.28440773487091064,0.37059029936790466,-0.03200588375329971,-0.01662081480026245,0.027037501335144043 +343,3.0479611789262355,-0.43990443055235684,-0.11252179901976722,0.08459330350160599,0.4258529841899872,0.9008290767669678,-0.021115485578775406,0.2915100157260895,0.25485748052597046,-0.022337451577186584,-0.006785660982131958,-0.02050381898880005 +344,3.0614881191516483,-0.4387899820403894,-0.13659335771299405,0.07243843376636505,0.4248443841934204,0.9023637771606445,0.01987592503428459,0.16618317365646362,0.11948946863412857,0.05926018953323364,-0.016152888536453247,0.05401158332824707 +345,3.074825911650624,-0.43847682135089133,-0.1475814761619436,0.060405660420656204,0.42456087470054626,0.9033820033073425,-0.05650725215673447,0.1817825883626938,0.09297904372215271,0.014545507729053497,-0.025238394737243652,-0.00163346529006958 +346,3.0847091811213803,-0.43272735517244054,-0.15698737002076202,0.05161241814494133,0.4193483293056488,0.9063571095466614,0.09590169042348862,0.11137726157903671,-0.03459412604570389,0.0022205859422683716,0.0034574568271636963,-0.04411345720291138 +347,3.0949148434682563,-0.4400012297837153,-0.14949310892534765,0.0422164611518383,0.4259405732154846,0.9037655591964722,-0.04344124346971512,0.12180234491825104,-0.1274080127477646,0.013645961880683899,-0.024024128913879395,-0.0020933151245117188 +348,3.116828046963531,-0.43087930753985126,-0.15902085935567298,0.02249879390001297,0.4176698923110962,0.9083203077316284,0.05143081769347191,0.34622782468795776,0.4014168679714203,0.01065855473279953,-0.0002809762954711914,0.002293705940246582 +349,3.1373563838949154,-0.4388513163367707,-0.22261377933168586,0.0038348303642123938,0.4248999059200287,0.9052321314811707,0.11358816921710968,0.49862760305404663,0.6263673901557922,0.005396734923124313,-0.019779086112976074,-0.011463940143585205 +350,-3.1221957724131326,-0.43939978163872667,-0.2959123051194707,-0.017553215846419334,0.4253963530063629,0.9048369526863098,-0.13369326293468475,0.5503389835357666,0.5959210395812988,-0.024667851626873016,-0.032207876443862915,-0.00026535987854003906 +351,-3.097175859517153,-0.41308346752982966,-0.35127368066645487,-0.04066740348935127,0.40143534541130066,0.9149839878082275,-0.18960177898406982,0.42926496267318726,0.46342021226882935,-0.017972122877836227,0.019554615020751953,-0.01711118221282959 +352,-3.072583008509163,-0.4078029187877047,-0.3942571926390555,-0.06330019235610962,0.3965933918952942,0.9158092737197876,-0.0169159397482872,0.3227424919605255,0.3866194188594818,-0.03737729787826538,0.012052178382873535,-0.02011847496032715 +353,-3.065844674967976,-0.40022265825041364,-0.4188909510888104,-0.06969523429870605,0.38962340354919434,0.9183331727981567,-0.10683304816484451,0.03752994164824486,0.10978035628795624,-0.08968279510736465,0.06994074583053589,0.0033432841300964355 +354,-3.0614573815543347,-0.4072185476706842,-0.4277580896144075,-0.0735035389661789,0.3960568606853485,0.9152790307998657,0.19103150069713593,0.10598751157522202,0.09817153215408325,-0.11186021566390991,0.02873244881629944,-0.012508273124694824 +355,-3.0494626589744342,-0.43306213907363783,-0.43102012982122456,-0.0835067555308342,0.41965222358703613,0.9038354158401489,0.1662733256816864,0.0084221251308918,-0.007378047797828913,-0.0747726634144783,-0.05995678901672363,0.05789542198181152 +356,-3.043453830501703,-0.43721655373227547,-0.4217428357604708,-0.08876463025808334,0.4234195053577423,0.9015746712684631,-0.01731189899146557,-0.08065728843212128,-0.061565183103084564,-0.03423647582530975,-0.09169334173202515,0.06052255630493164 +357,-3.0465289202140453,-0.41981686089040393,-0.40371658244684405,-0.08667806535959244,0.4075932204723358,0.9090406894683838,-0.03396341949701309,-0.16230282187461853,-0.2184167355298996,-0.06891579926013947,-0.017349720001220703,0.01776301860809326 +358,-3.051408950066804,-0.40694828446454673,-0.38834518284020486,-0.08270644396543503,0.39580869674682617,0.9146009087562561,-0.1670248806476593,-0.15546894073486328,-0.04005458578467369,-0.05747605115175247,-0.021449625492095947,-0.01747584342956543 +359,-3.072867035170193,-0.3892229217920772,-0.40497528167316055,-0.06353519856929779,0.3794695734977722,0.9230201840400696,-0.1755264550447464,-0.1572152078151703,0.2008931189775467,-0.1348595768213272,0.06872683763504028,0.0028069019317626953 +360,-3.077955618835466,-0.3939481760763396,-0.3926805413443205,-0.058722835034132004,0.38383713364601135,0.9215316772460938,0.05382785201072693,-0.039958760142326355,-0.4071517586708069,-0.036842960864305496,-0.01820605993270874,-0.012291014194488525 +361,-3.1059479703473145,-0.3729552826660448,-0.39782149523922244,-0.03318724036216736,0.36436915397644043,0.9306628704071045,-0.44640108942985535,-0.5833449363708496,0.05854940041899681,0.06819090992212296,0.07062837481498718,-0.015227258205413818 +362,3.1408831942046183,-0.33837149799828997,-0.3357960803475315,0.0006692302995361388,0.331951379776001,0.943295955657959,-0.15237855911254883,-0.47351372241973877,-0.6869123578071594,0.12195039540529251,0.06491437554359436,-0.02949315309524536 +363,3.1192427354125383,-0.32958748002440624,-0.33464436234347733,0.021145202219486237,0.3236527442932129,0.9459400177001953,0.016981743276119232,-0.07905787229537964,0.3311789929866791,-0.01095232367515564,0.08455049991607666,-0.06517183780670166 +364,3.1100936440612985,-0.32294976183252355,-0.35118797707163946,0.029865670949220657,0.31736519932746887,0.9478327631950378,-0.23116526007652283,0.09471005201339722,-0.008140874095261097,0.051967211067676544,-0.007108330726623535,0.03666406869888306 +365,3.119970481778223,-0.30398752051623185,-0.37040006087389865,0.020629195496439934,0.2993272840976715,0.9539273977279663,-0.02593984454870224,0.108901247382164,0.0988178476691246,0.05500862002372742,0.07741221785545349,-0.056527554988861084 +366,3.12534543102432,-0.3065995193525383,-0.34732926404292597,0.015488854609429836,0.30181849002838135,0.9532393217086792,-0.10131210833787918,-0.009092718362808228,-0.231913223862648,0.05467105284333229,-0.01376315951347351,0.050224125385284424 +367,3.1164675706183504,-0.29641903594926344,-0.3487247842035998,0.024026816710829735,0.2920973002910614,0.9560868144035339,-0.03318389877676964,-0.12000175565481186,-0.08570937812328339,0.10050016641616821,0.019655048847198486,-0.01345980167388916 +368,3.09270899117551,-0.30242885842186135,-0.3134113385211289,0.04664652794599533,0.2978397011756897,0.953475296497345,0.12477963417768478,-0.2849579453468323,-0.4988711178302765,-0.017944753170013428,0.030453085899353027,-0.05021625757217407 +369,3.0800764510188614,-0.32207749527697244,-0.26912194559945707,0.058316245675086975,0.31653791666030884,0.9467857480049133,0.18588048219680786,-0.21131785213947296,-0.44935253262519836,-0.014035232365131378,0.00778767466545105,0.011176347732543945 +370,3.085708010702888,-0.33011997536761895,-0.23902015137464894,0.05283954739570618,0.3241565227508545,0.9445265531539917,-0.019723450765013695,0.03617951273918152,-0.08227609843015671,0.06437847018241882,-0.02723577618598938,-0.015830934047698975 +371,3.0926086117183025,-0.348659240288775,-0.21709196865930436,0.04601835086941719,0.3416380286216736,0.9387044310569763,0.29314467310905457,-0.0321381650865078,-0.3317875862121582,0.024675626307725906,-0.019936949014663696,-0.015684962272644043 +372,3.0928671972964614,-0.3637556817169032,-0.1772668391795201,0.04551919177174568,0.35578668117523193,0.9334579110145569,0.08404915034770966,-0.336882084608078,-0.4945109784603119,0.09000936150550842,-0.006986051797866821,0.028074562549591064 +373,3.097723498198742,-0.3646411142974774,-0.15788251622033472,0.04097169265151024,0.35661402344703674,0.9333529472351074,-0.373291015625,0.20788072049617767,0.3288840651512146,0.16084104776382446,-0.20643702149391174,0.18621492385864258 +374,3.11193674381948,-0.2761845216434241,-0.1912950669216029,0.02852785959839821,0.27268674969673157,0.961679995059967,-1.0366216897964478,0.3926827907562256,0.5506055355072021,0.06737364083528519,-0.03594660758972168,0.12596666812896729 +375,3.1213006385808293,-0.17183599497123908,-0.2759351231095989,0.019991794601082802,0.17099158465862274,0.985069751739502,-0.942710280418396,0.20575003325939178,0.4936702251434326,-0.06941501051187515,0.19468531012535095,-0.0956958532333374 +376,3.094879434123745,-0.11618305247666562,-0.25361982440695724,0.04638141393661499,0.11592184752225876,0.9921746850013733,-0.14183470606803894,-0.3670273721218109,-0.9771966338157654,-0.20398946106433868,0.18406590819358826,0.07365155220031738 +377,3.134678676738669,-0.12940499861362723,-0.1843545786198467,0.0068561118096113205,0.12904414534568787,0.9916148781776428,0.17996570467948914,0.8380729556083679,-0.125120148062706,-0.14650455117225647,-0.018387436866760254,0.2665635347366333 +378,-3.055464370087854,-0.1352997695428471,-0.1445693564149907,-0.08523568511009216,0.13488735258579254,0.9871881008148193,-0.05475430190563202,0.3761620819568634,-0.5849516987800598,-0.003280550241470337,0.09329257905483246,0.013574838638305664 +379,-3.065536759368552,-0.12925889988153566,-0.0930264607649221,-0.07534873485565186,0.12889926135540009,0.9887911081314087,0.043387457728385925,-0.4906542897224426,-0.7016199827194214,0.01750265061855316,0.1691964566707611,-0.18106698989868164 +380,-3.096872418801249,-0.14885558902841442,-0.035327323437246545,-0.044210970401763916,0.1483064740896225,0.9879530668258667,0.04536083713173866,0.09062010794878006,-0.10331512242555618,0.011251971125602722,-0.03256849944591522,-0.18192243576049805 +381,-3.063228672847617,-0.13401900142899542,-0.034112531266028506,-0.07758180797100067,0.13361817598342896,0.9879913926124573,-0.05269218608736992,-0.03438294306397438,0.016010941937565804,0.10103457421064377,0.10376279056072235,-0.0452730655670166 +382,-3.0587868614406384,-0.130245974786392,-0.007382553352680412,-0.08201061934232712,0.12987804412841797,0.9881324768066406,0.018790865316987038,0.10911114513874054,-0.12570442259311676,0.008081793785095215,-0.018748298287391663,0.11100375652313232 +383,-3.0601510075034266,-0.10277816277311645,-0.011652692494274895,-0.08092235773801804,0.10259731113910675,0.9914259910583496,-0.3551592230796814,-0.06305838376283646,0.26994848251342773,0.008748285472393036,0.08273594081401825,0.1657700538635254 +384,-3.0472083467391493,-0.1315441061000959,-0.012853087763149428,-0.0934300348162651,0.1311650574207306,0.9869482517242432,0.1949499547481537,0.6771712899208069,0.3470422029495239,-0.09965468943119049,-0.1009831577539444,0.2729700803756714 +385,-2.953377026852745,-0.11899596669105351,-0.007684223085853897,-0.18578317761421204,0.1187153309583664,0.9753928780555725,-0.299350380897522,0.7175513505935669,-0.7449543476104736,0.02428416907787323,0.1506022810935974,0.1716713309288025 +386,-2.9523497116856006,-0.07377292196913449,0.062130242185304524,-0.1876036822795868,0.07370602339506149,0.979475200176239,-0.4278644025325775,-0.19251392781734467,-0.6500803828239441,-0.016116365790367126,0.031030289828777313,0.1342940330505371 +387,-2.9494332891977475,-0.05442336550609871,0.1165874532666041,-0.19069620966911316,0.054396502673625946,0.9801408648490906,0.20290085673332214,0.10171450674533844,-0.22337475419044495,-0.03130394220352173,0.03828538581728935,-0.1225053071975708 +388,-2.921562003209874,-0.05972252703501628,0.13657367906708584,-0.21787044405937195,0.05968702957034111,0.9741510152816772,-0.05691078305244446,0.38693785667419434,-0.36410897970199585,-0.03771430253982544,0.014684312045574188,-0.1374809741973877 +389,-2.88627726473205,-0.03300649236584853,0.14346939848101334,-0.25241297483444214,0.03300049901008606,0.9670565128326416,-0.1703656017780304,0.06678617745637894,-0.3535168170928955,0.12564301490783691,-0.026820696890354156,-0.2663273215293884 +390,-2.912297346957558,-0.01509565808229615,0.1386523727140572,-0.22726549208164215,0.01509508490562439,0.9737160801887512,-0.05206996202468872,-0.5851864814758301,-0.1543438583612442,0.10432536900043488,-0.02530321106314659,-0.1899482011795044 +391,-2.9634167494539403,0.0030901250169709338,0.12261438899719164,-0.17723381519317627,-0.00309012015350163,0.9841639399528503,-0.28021547198295593,-0.44037702679634094,-0.0972660705447197,0.03802788257598877,-9.896676056087017e-05,-0.04791516065597534 +392,-2.9851791865067687,0.033911427083411626,0.11367604762019436,-0.1556869000196457,-0.03390492871403694,0.9872243404388428,-0.01098217535763979,0.27219608426094055,-0.31973662972450256,0.0011611580848693848,0.08653249591588974,-0.031093478202819824 +393,-2.8993313994568397,0.014452458584418132,0.142168052478189,-0.23987343907356262,-0.014451955445110798,0.970696747303009,0.2886405885219574,0.9801428318023682,-0.5245948433876038,0.12772130966186523,-0.03771784529089928,-0.12401700019836426 +394,-2.8596969919470157,0.007568296765485873,0.16323458853065778,-0.27816903591156006,-0.007568224333226681,0.9605023860931396,0.24551813304424286,0.09512625634670258,-0.29707857966423035,0.010148406028747559,0.07431016862392426,-0.02609992027282715 +395,-2.835260074862675,-0.00150393382038643,0.17116287413995762,-0.30156365036964417,0.0015039332211017609,0.9534448981285095,0.19622662663459778,0.21651402115821838,0.12387261539697647,0.10440483689308167,-0.03156374767422676,-0.015807628631591797 +396,-2.83861090592143,-0.006905443203504316,0.1487049709281936,-0.2983604073524475,0.006905388552695513,0.9544285535812378,-0.12356150150299072,0.00878645945340395,0.2606148421764374,-0.045267581939697266,-0.018471548333764076,0.04853188991546631 +397,-2.830123472802501,-0.0009012125328695491,0.12535738079014933,-0.30645737051963806,0.0009012123919092119,0.9518840909004211,-0.09516991674900055,0.08112834393978119,0.0174235999584198,0.037261784076690674,-0.02061556838452816,-0.049494385719299316 +398,-2.826742192670021,-0.002995142879582845,0.09975044186903936,-0.30967283248901367,0.0029951382894068956,0.9508382678031921,-0.05168340355157852,-0.009695397689938545,0.05937981605529785,-0.03928038477897644,0.028941506519913673,-0.014681220054626465 +399,-2.8269213745655484,0.0015021105114388514,0.08325991425657982,-0.30950355529785156,-0.0015021099243313074,0.9508970975875854,-0.08452706038951874,-0.20049475133419037,0.22695232927799225,0.09293556213378906,0.012427402660250664,-0.10975635051727295 +400,-2.9238310072280003,0.02237080347556677,-0.006865684753832649,-0.2159905880689621,-0.022368937730789185,0.9761390686035156,-0.8070656657218933,-1.4930298328399658,0.8553310036659241,0.18196351826190948,0.003188641741871834,-0.3087502717971802 +401,-3.0965178905517323,0.09915329686706653,-0.09070165744086144,-0.04483819380402565,-0.09899090975522995,0.9940778613090515,-0.9227775931358337,-1.5390796661376953,0.33964499831199646,-0.04151129350066185,0.13306376338005066,-0.2142162322998047 +402,3.027208505611984,0.15793322232518248,-0.1508093954506851,0.11271438747644424,-0.15727749466896057,0.981100857257843,-0.4476989507675171,-1.7307519912719727,0.4342662990093231,-0.07285845279693604,0.060552045702934265,-0.13779360055923462 +403,2.9305810323650143,0.19365781399508303,-0.18681832554277664,0.2055339366197586,-0.19244961440563202,0.9595410823822021,0.44315487146377563,-0.10245588421821594,0.17788410186767578,-0.1737651526927948,0.13060574233531952,0.08226799964904785 +404,2.9831088026935655,0.0857964646783139,-0.20351970867530278,0.15724076330661774,-0.08569124341011047,0.9838356971740723,1.3939770460128784,0.8791245818138123,-0.09148310869932175,-0.09759414196014404,-0.03473112732172012,0.07689440250396729 +405,3.0535018620629315,-0.04513839069360454,-0.20006318925181524,0.08788727968931198,0.045123063027858734,0.9951077699661255,0.8989590406417847,0.2260187715291977,0.026814991608262062,0.06489896774291992,-0.14137551188468933,0.06228041648864746 +406,3.0608017837395503,-0.08701090931610295,-0.220219349327665,0.08039771020412445,0.08690115809440613,0.9929675459861755,-0.04119204357266426,-0.41173848509788513,0.1620999574661255,0.04777611792087555,-0.03982779383659363,-0.01568782329559326 +407,3.015265102363043,-0.04890121323376643,-0.23836688228528236,0.1258411854505539,0.04888172447681427,0.9908453226089478,-0.6288374066352844,-0.3317500948905945,0.6162728071212769,0.09425157308578491,-0.09207935631275177,0.04545527696609497 +408,3.001059532205954,-0.049593109040708315,-0.24632544305443818,0.13989877700805664,0.04957278445363045,0.9889240264892578,0.3537735641002655,0.002842429094016552,-0.18311291933059692,-0.048223987221717834,0.016879238188266754,0.06896770000457764 +409,3.0127461392656345,-0.10215262647208082,-0.2572792578665601,0.12782052159309387,0.10197505354881287,0.986541211605072,0.5139204263687134,-0.19772493839263916,-0.07198575139045715,-0.0016913414001464844,0.020247869193553925,0.08810508251190186 +410,3.064569531993018,-0.14549273939029242,-0.29010981590066076,0.07613401859998703,0.14497998356819153,0.986501157283783,1.0271707773208618,0.5208296179771423,0.4318050146102905,-0.01320677250623703,0.16010424494743347,0.08690893650054932 +411,-3.1040758185505815,-0.18596660613493718,-0.3454446916482465,-0.036861322820186615,0.1848965585231781,0.9820665121078491,0.6262906193733215,1.6905955076217651,1.4825681447982788,0.10306920856237411,-0.2413845956325531,0.07365858554840088 +412,-3.067774076371638,-0.279767051845898,-0.3967640651014084,-0.0708840861916542,0.2761317789554596,0.958502471446991,0.9323373436927795,0.1413135677576065,0.18496215343475342,0.1829446405172348,-0.018059849739074707,-0.011801362037658691 +413,-3.063592165665142,-0.35467900906768157,-0.48284467884341226,-0.0730714276432991,0.34728938341140747,0.9349066615104675,0.37286704778671265,0.36763834953308105,0.48792293667793274,0.2538575828075409,0.06317201256752014,0.0689384937286377 +414,-3.1245850372409985,-0.41695273437179664,-0.5250911012096121,-0.015549774281680584,0.40497612953186035,0.9141948223114014,0.029045719653367996,-0.8560163974761963,-0.20045311748981476,0.005219573155045509,0.029609382152557373,0.21999073028564453 +415,3.125723673647763,-0.4379091766439239,-0.5251249499242572,0.014370981603860855,0.4240468740463257,0.9055260419845581,0.41224169731140137,0.4705309271812439,0.6135327816009521,-0.15223415195941925,-0.06412261724472046,0.07413381338119507 +416,-3.1364261127717765,-0.4702929117238073,-0.5670939940093487,-0.004605618305504322,0.45314741134643555,0.891423761844635,0.5518470406532288,-0.11133871227502823,-0.007475829683244228,-0.062075287103652954,-0.06462806463241577,0.10459375381469727 +417,-3.104993936970524,-0.48951314025574444,-0.5927463323694202,-0.032293420284986496,0.4701962471008301,0.8819708824157715,0.03948118910193443,0.15227727591991425,-0.10513237118721008,0.031210049986839294,-0.06553316116333008,0.026751041412353516 +418,-3.09859611482656,-0.4855098796056613,-0.5561014961644289,-0.03801600635051727,0.4666593670845032,0.8836194276809692,-0.013206101953983307,-0.3456685543060303,-0.32749035954475403,0.030554477125406265,0.04307559132575989,-0.00237882137298584 +419,-3.0991323477585864,-0.48148575749553424,-0.4935601193051514,-0.03762158751487732,0.4630965292453766,0.8855088353157043,-0.051437314599752426,-0.35929664969444275,-0.7496544122695923,0.021020032465457916,0.03943634033203125,-0.04874753952026367 +420,-3.0996288970414203,-0.4822381823810664,-0.4312503632601219,-0.0371672697365284,0.4637632668018341,0.885179340839386,-0.034389037638902664,0.020691290497779846,-0.35073602199554443,0.023312285542488098,0.010037392377853394,0.02230668067932129 +421,-3.059670124414958,-0.4907665179960003,-0.3986255363018969,-0.07217257469892502,0.4713020622730255,0.8790139555931091,0.3234318196773529,0.1539429873228073,-0.15989144146442413,-0.023561060428619385,0.0311545729637146,-0.1216745376586914 +422,-3.0400247435490497,-0.5027694767151589,-0.4170254194427303,-0.0888461023569107,0.4818541407585144,0.8717357516288757,-0.104646235704422,0.33567818999290466,0.5166395306587219,0.020700350403785706,-0.0011565089225769043,0.03404128551483154 +423,-3.0379791764401114,-0.5051455810919582,-0.45243592413501893,-0.09051044285297394,0.48393484950065613,0.8704109787940979,-0.057664573192596436,-0.11810140311717987,0.11944039911031723,-0.037739694118499756,0.05769118666648865,-0.021106600761413574 +424,-3.0572537924900893,-0.48674973836449037,-0.4697602921966671,-0.07445524632930756,0.46775558590888977,0.8807165622711182,-0.10180673003196716,0.02029135636985302,0.04458986222743988,-0.06038668751716614,0.05765038728713989,0.010412216186523438 +425,-3.0674376601489985,-0.4941684860378407,-0.47338173303846603,-0.06522353738546371,0.4742997884750366,0.8779441714286804,0.07648451626300812,-0.024563737213611603,-0.003831034293398261,-0.08852402865886688,0.028568923473358154,-0.013976097106933594 +426,-3.049668284425229,-0.4915465552342859,-0.464254220729441,-0.0809268206357956,0.4719898998737335,0.8778820037841797,-0.1506834775209427,0.1688062846660614,-0.055649783462285995,-0.0657559186220169,-0.020192354917526245,-0.004026293754577637 +427,-3.0240153347105676,-0.4771235247805542,-0.4631287502144915,-0.10420576483011246,0.4592258632183075,0.8821865320205688,0.03160693496465683,0.22367602586746216,0.02394045516848564,0.009021423757076263,0.06285369396209717,0.015961170196533203 +428,-3.002963983141097,-0.48496618616656395,-0.45158989388356113,-0.12225104868412018,0.46617844700813293,0.8762033581733704,-0.07624301314353943,0.10123580694198608,-0.04934635013341904,0.06451179832220078,-0.03523975610733032,0.03856098651885986 +429,-2.9977648655818943,-0.4745547646911301,-0.4427016350239529,-0.1274937093257904,0.45694246888160706,0.8803122043609619,0.008922872133553028,-0.08417219668626785,-0.05953372269868851,0.07385903596878052,0.023907870054244995,-0.0050830841064453125 +430,-3.0112316798587897,-0.47992088494667307,-0.4404496230044401,-0.11530705541372299,0.46170899271965027,0.8795050978660583,0.03772837668657303,-0.07290632277727127,0.08405051380395889,0.006679728627204895,0.03546819090843201,-0.011188387870788574 +431,-3.0179897997684004,-0.47946403546719296,-0.45306078237696107,-0.10938667505979538,0.4613037109375,0.8804736137390137,0.010319609194993973,-0.05842236801981926,0.14084944128990173,0.034908510744571686,0.050842344760894775,-0.04677903652191162 +432,-3.0364443656537135,-0.5000101519434583,-0.46730713128095297,-0.09210585802793503,0.47943446040153503,0.8727309107780457,0.11006268858909607,-0.06852952390909195,0.03776564821600914,-0.024822235107421875,-0.024341046810150146,0.013347029685974121 +433,-3.0387531783791077,-0.507893940519824,-0.4694742615670803,-0.08969979733228683,0.4863381087779999,0.869154155254364,0.08288207650184631,-0.17241084575653076,-0.07299311459064484,-0.03230947256088257,-0.009317904710769653,-0.0077193379402160645 +434,-3.0533233973320355,-0.5059680484744122,-0.4632068787671038,-0.07710938155651093,0.48465442657470703,0.8713001012802124,0.15803653001785278,-0.1788206398487091,-0.055434729903936386,-0.07663816213607788,0.040354639291763306,-0.009331285953521729 +435,-3.0577956361455407,-0.5122329386680828,-0.44755432366399783,-0.0729563906788826,0.49012482166290283,0.8685935735702515,-0.12128518521785736,-0.05754760652780533,-0.2484854757785797,-0.060924217104911804,-0.0016605257987976074,0.056088924407958984 +436,-3.0443947168490326,-0.4937430224376133,-0.42663576995188046,-0.08545438945293427,0.4739251732826233,0.8764086961746216,-0.5874310731887817,0.12143003940582275,0.28556278347969055,0.06877654790878296,-0.16859686374664307,0.09008288383483887 +437,-3.0264249043590787,-0.4213613583577618,-0.4983819021629189,-0.10486220568418503,0.4090031087398529,0.9064880013465881,-0.5136711001396179,0.7316794991493225,0.5340496301651001,-0.031032569706439972,0.057305485010147095,0.03084421157836914 +438,-2.982732249523715,-0.4071624042897487,-0.5450428751434788,-0.1452604979276657,0.3960053026676178,0.9066858291625977,-0.48613324761390686,0.4994433522224426,-0.028473274782299995,0.08221116662025452,0.07813102006912231,-0.10160160064697266 +439,-2.940833826313677,-0.3674834933070962,-0.5427832807724638,-0.18609903752803802,0.35926806926727295,0.914490818977356,-0.1690574735403061,0.3291911780834198,0.23479725420475006,-0.02003192901611328,0.0008088052272796631,0.04925423860549927 +440,-2.874924841299517,-0.3290633027415612,-0.6232249906605107,-0.24937951564788818,0.3231567442417145,0.9128961563110352,-0.5224190950393677,1.1705477237701416,0.2664763331413269,-0.04134616255760193,0.08197936415672302,0.020560145378112793 +441,-2.8151464646052444,-0.2489175338239314,-0.575961734190207,-0.31079551577568054,0.24635499715805054,0.9179953932762146,-0.5179042220115662,-0.1216171532869339,-0.9069371223449707,0.10559529066085815,0.11559876799583435,-0.050121188163757324 +442,-2.776050758557018,-0.18448504107743427,-0.5434866699162065,-0.3513897657394409,0.18344034254550934,0.9180822372436523,-0.4895256459712982,0.8297109007835388,0.09438546746969223,0.03843200206756592,-0.042113423347473145,0.06269168853759766 +443,-2.717598977483599,-0.15204090934451386,-0.6297193145123656,-0.4066578149795532,0.1514558047056198,0.9009386301040649,-0.6583364009857178,0.30090129375457764,1.208787202835083,0.09693494439125061,-0.053265511989593506,-0.04720950126647949 +444,-2.688129756443111,-0.10526653726765714,-0.6698842182285647,-0.43565598130226135,0.10507223755121231,0.8939592242240906,-0.5528284311294556,-0.3681933283805847,-0.9771456122398376,0.07179498672485352,-0.013565294444561005,-0.05435991287231445 +445,-2.7774681745347567,-0.05941455528961546,-0.606896941153394,-0.3555028438568115,0.05937960371375084,0.9327869415283203,-0.010962007567286491,-1.7495187520980835,-0.4311700165271759,0.062473177909851074,-0.04579930007457733,0.012311756610870361 +446,-2.8891259174004342,0.0010553064303734786,-0.5582957466350243,-0.2497931718826294,-0.001055306289345026,0.9682988524436951,-0.6293627023696899,-0.7821699976921082,-0.5953947901725769,0.03322514891624451,-0.012525014579296112,0.04102444648742676 +447,-2.921242955060239,0.06584227968197494,-0.5438374430367541,-0.2180972844362259,-0.06579471379518509,0.9737066626548767,-0.46515870094299316,-0.11322446912527084,0.005537787918001413,0.0018192082643508911,-0.045136675238609314,-0.10076659917831421 +448,-2.9367729746866233,0.0912959416018446,-0.5567236480934818,-0.20254361629486084,-0.09116917103528976,0.9750203490257263,-0.2072993963956833,-0.3381059467792511,-0.10877540707588196,0.04710228741168976,0.025342732667922974,0.002656221389770508 +449,-2.9205533185024897,0.14154815889874214,-0.5448954617494947,-0.21705110371112823,-0.1410759538412094,0.9659123420715332,-0.6061871647834778,0.5182488560676575,-0.3401523530483246,0.07531218230724335,0.04059681296348572,-0.008301138877868652 +450,-2.877404163127387,0.1647928544221975,-0.531204721233885,-0.2575884759426117,-0.1640480011701584,0.9522275328636169,-0.49527716636657715,1.0044926404953003,0.027784202247858047,0.059056252241134644,-0.03614738583564758,0.16042852401733398 +451,-2.8780231053229492,0.1765777160469986,-0.5132990560351061,-0.256477415561676,-0.17566153407096863,0.9504537582397461,0.1353011280298233,-0.2621690630912781,-0.19385352730751038,-0.025993287563323975,0.04619070887565613,-0.1599874496459961 +452,-2.8977941143073345,0.16550191106638212,-0.5173670580071892,-0.23809218406677246,-0.16474740207195282,0.9571679830551147,-0.0781724750995636,-0.17491479218006134,0.24100361764431,-0.03534531593322754,0.01244942843914032,0.054215073585510254 +453,-2.890634041262529,0.19514697703096304,-0.5489506883197254,-0.2436191588640213,-0.19391071796417236,0.9502887725830078,-0.312423974275589,0.10885286331176758,0.26255691051483154,0.01037326455116272,0.042863935232162476,-0.03595149517059326 +454,-2.8869215922935036,0.16907554406383404,-0.5484041953099356,-0.2483348399400711,-0.16827115416526794,0.9539470076560974,0.47218820452690125,0.03879440575838089,-0.11339940130710602,0.03494065999984741,-0.04045385122299194,0.030855298042297363 +455,-2.8909791120117263,0.12470589652531401,-0.5261348393476912,-0.24607253074645996,-0.12438292056322098,0.9612374901771545,0.5365148186683655,0.00580661091953516,0.1446799635887146,0.09128731489181519,-0.03342351317405701,-0.014688849449157715 +456,-2.9106345958037463,0.053898857043601804,-0.5449329607475267,-0.22857780754566193,-0.053872764110565186,0.9720338582992554,0.7137851119041443,-0.30629098415374756,0.5162725448608398,0.09813043475151062,-0.08968191593885422,0.025524675846099854 +457,-2.9291539052194997,-0.05873018424359454,-0.6043566664003716,-0.2104809582233429,0.05869642645120621,0.9758344292640686,1.2959346771240234,-0.16616562008857727,1.3071759939193726,0.14874385297298431,-0.05811657756567001,-0.05847585201263428 +458,-2.9337958371728288,-0.12813132422976536,-0.7418200972816378,-0.20461341738700867,0.1277810037136078,0.9704666137695312,-0.16130250692367554,-0.29480448365211487,1.007550597190857,0.08145974576473236,0.026576906442642212,-0.04563140869140625 +459,-3.0187959744688726,-0.18851751511017245,-0.732510342006168,-0.12031818181276321,0.1874028742313385,0.974886417388916,1.0450725555419922,-1.31400728225708,-0.5934313535690308,0.08183552324771881,0.1021326333284378,-0.12945806980133057 +460,3.1278694597359804,-0.32576021073332734,-0.6520827902182946,0.013001053594052792,0.3200291097164154,0.9473186731338501,1.3041020631790161,-1.5785164833068848,-0.5182850360870361,-0.07200679183006287,0.08121603727340698,0.05474138259887695 +461,3.006155804914845,-0.45602631965377294,-0.6193121143101273,0.12122508883476257,0.4403839707374573,0.8895877599716187,0.9958237409591675,-1.1047892570495605,-0.3609085977077484,-0.17115184664726257,-0.07890325784683228,0.17082178592681885 +462,2.9810774380605887,-0.4885510313425869,-0.5977227103342485,0.14112931489944458,0.46934691071510315,0.8716628551483154,0.3282642960548401,0.1746481955051422,-0.09593283385038376,-0.11663894355297089,-0.07734858989715576,0.09966599941253662 +463,3.036830183785044,-0.4694842394778627,-0.5787370560155184,0.09325657784938812,0.45242640376091003,0.8869126439094543,-0.02565055713057518,0.4325602352619171,-0.1298758089542389,0.03905240446329117,-0.037722885608673096,0.0009201765060424805 +464,3.066296526428161,-0.5045798740432925,-0.5580555404317038,0.06585028767585754,0.48343971371650696,0.8728973865509033,0.6181991100311279,-0.15924715995788574,-0.5155400037765503,0.06996820122003555,0.03361961245536804,-0.06782841682434082 +465,3.061699247747378,-0.5537196693143416,-0.5001973184068033,0.06788302958011627,0.5258547067642212,0.8478614091873169,0.19811464846134186,-0.2839052975177765,-0.32298874855041504,0.06041286885738373,0.02166116237640381,0.007805824279785156 +466,3.063061137047823,-0.5912943492901507,-0.4580634299899993,0.06513143330812454,0.5574361085891724,0.8276610970497131,0.29216238856315613,-0.17651139199733734,-0.22953231632709503,0.04485391825437546,-0.014238476753234863,-0.02976381778717041 +467,3.067793566830012,-0.6148054160806526,-0.45397395007328184,0.06023073568940163,0.5767995715141296,0.814662516117096,0.3677273392677307,0.027338281273841858,-0.019825506955385208,0.035792842507362366,0.023725390434265137,-0.005961716175079346 +468,3.0810234054378807,-0.6527682931794212,-0.457470415837373,0.048087138682603836,0.607387900352478,0.7929489016532898,0.2866774797439575,0.1708296537399292,0.07738040387630463,0.013360008597373962,-0.0064203739166259766,-0.02775108814239502 +469,3.0881970309762514,-0.673391135965603,-0.4552013293750642,0.04172014072537422,0.6236404776573181,0.7805973887443542,0.1866130828857422,0.012075421400368214,-0.15136516094207764,-0.00557207316160202,0.00648653507232666,0.004894614219665527 +470,3.103553919885915,-0.6872108426732818,-0.44379189954725523,0.02939755842089653,0.6343835592269897,0.7724594473838806,0.05040821060538292,0.07848693430423737,-0.04608093947172165,0.004766881465911865,6.175041198730469e-05,-0.0014479756355285645 +471,3.1258372457118524,-0.688429528208063,-0.4423305579139626,0.0121665233746171,0.6353251934051514,0.772148609161377,0.04199015721678734,0.2849566638469696,0.02410963550209999,0.006662820465862751,0.020894110202789307,-0.05007237195968628 +472,-3.1382042255755693,-0.6883198053759104,-0.4573512879975722,-0.00261692819185555,0.6352404356002808,0.7723103761672974,-0.00848292000591755,0.3696940243244171,0.20243659615516663,0.0028915845323354006,-0.008195579051971436,0.011915385723114014 +473,3.1410999860033946,-0.6820209350520178,-0.5015980723170754,0.00038245791802182794,0.6303631663322449,0.7763000726699829,-0.18296271562576294,0.16289862990379333,0.418142169713974,-0.0009317845688201487,-0.002708256244659424,0.06027817726135254 +474,3.105342681622685,-0.6213013340392598,-0.5904515719754604,0.029469182714819908,0.5820937752723694,0.8125874996185303,-0.6673060059547424,0.1901780068874359,0.8009439706802368,-0.03531329333782196,0.014540135860443115,0.018390893936157227 +475,3.0671909705169176,-0.565357974984877,-0.6326431064524475,0.06276660412549973,0.5357181429862976,0.8420608043670654,-0.448609858751297,-0.26409977674484253,0.03159588947892189,-0.03700977563858032,0.017916500568389893,0.01237034797668457 +476,3.09025454472489,-0.5253032117275712,-0.6102050206494863,0.0443967767059803,0.5014753341674805,0.8640319108963013,-0.2656686305999756,0.1066201850771904,0.06627427786588669,0.0186525397002697,0.0062302350997924805,-0.01886296272277832 +477,3.104717125371497,-0.5559689863711241,-0.5725513586266575,0.03131457790732384,0.5277665853500366,0.8488118052482605,0.10948541760444641,-0.4213779866695404,-0.4712957441806793,-0.10692188143730164,0.0006757378578186035,-0.07589328289031982 +478,3.1159590309802425,-0.5923771287646378,-0.5286307563580958,0.02126372419297695,0.5583347082138062,0.8293430805206299,0.8215557336807251,-0.14543452858924866,-0.3733689785003662,-0.00820220448076725,0.016662180423736572,0.005083680152893066 +479,3.107649348524428,-0.5999674797897568,-0.5246098976690201,0.02800985984504223,0.5646156072616577,0.8248785138130188,-0.4479261040687561,0.12876738607883453,0.47430551052093506,0.016332177445292473,0.013402462005615234,0.0420801043510437 +480,3.0957565346628844,-0.5820838993498676,-0.5690484215545539,0.0382743664085865,0.5497658252716064,0.8344414830207825,-0.12383421510457993,-0.026153258979320526,-0.03450004383921623,0.056284353137016296,0.01262730360031128,-0.001052260398864746 +481,3.092620256642183,-0.5658910238727609,-0.5599447426536636,0.041321635246276855,0.5361681580543518,0.8430993556976318,-0.04055801406502724,-0.05211193859577179,-0.011051672510802746,0.02598489448428154,0.01865673065185547,-0.009740471839904785 +482,3.0877538252833188,-0.5675728753131238,-0.5692145783921709,0.045375410467386246,0.53758704662323,0.841986358165741,0.024544809013605118,0.12117993831634521,0.2396879941225052,0.018909867852926254,-0.021809518337249756,-0.0005100369453430176 +483,3.0846126069841384,-0.5764003692625663,-0.6048900878393925,0.04774794727563858,0.545009434223175,0.837069571018219,0.29243922233581543,0.09060873091220856,0.24570484459400177,-0.008487079292535782,0.010975182056427002,0.0002872347831726074 +484,3.079481087473462,-0.5833437109419419,-0.6237366848884173,0.05180657282471657,0.5508177280426025,0.8330160975456238,0.1349431872367859,-0.03934343531727791,0.17150068283081055,0.0016144439578056335,0.022775352001190186,0.025443315505981445 +485,3.0620547501192785,-0.6045521070731877,-0.6251638968626883,0.06537135690450668,0.5683936476707458,0.8201554417610168,0.18146537244319916,-0.30713269114494324,-0.08284962922334671,-0.01846584677696228,-0.0127907395362854,0.02428114414215088 +486,3.039824263680485,-0.6239660007480189,-0.6141718028665413,0.08244943618774414,0.5842584371566772,0.8073685765266418,0.13871616125106812,-0.1819896697998047,-0.10854305326938629,-0.05879832059144974,-0.05345100164413452,0.02435743808746338 +487,3.0354739840304905,-0.6234567801756453,-0.608283883996094,0.08599243313074112,0.5838450789451599,0.8072981238365173,-0.07998042553663254,-0.07246524095535278,0.06606893241405487,-0.04985962063074112,0.007631361484527588,0.05021524429321289 +488,3.0493534954764656,-0.6155564056947173,-0.6027353889034754,0.07520214468240738,0.5774129033088684,0.8129817247390747,0.014460637234151363,0.1758967936038971,-0.12040980905294418,-0.05171886086463928,0.007288694381713867,0.004858970642089844 +489,3.0841297727827954,-0.6145620817556616,-0.5865457293035171,0.04692283645272255,0.5766007900238037,0.8156774640083313,-0.13338688015937805,0.2857113480567932,-0.05278545618057251,0.011808246374130249,-0.04092574119567871,-0.028400301933288574 +490,3.094564545740828,-0.6038579285144766,-0.5586486336217785,0.03869697451591492,0.5678223371505737,0.8222411274909973,-0.07930812239646912,-0.5642287135124207,-0.46752461791038513,0.12025383114814758,-0.010479748249053955,-0.03555893898010254 +491,3.081157584931357,-0.5852566470673495,-0.5378046942683166,0.05034623667597771,0.5524133443832397,0.8320488333702087,-0.22604207694530487,0.03271134942770004,0.24320317804813385,0.09937300533056259,-0.03771907091140747,0.018064260482788086 +492,3.0600172944557436,-0.5576579252005188,-0.5662030920489831,0.06913971155881882,0.5292004346847534,0.8456754684448242,-0.12840153276920319,0.0672413557767868,0.22053061425685883,-0.03131316602230072,0.05432629585266113,-0.04002654552459717 +493,3.055259727584175,-0.5620171379608178,-0.5881680592369142,0.07296264916658401,0.5328941345214844,0.8430305123329163,0.09632240980863571,-0.05719796195626259,0.05763724818825722,0.03683958947658539,0.037143707275390625,0.0034813880920410156 +494,3.045380048776353,-0.5628739709424448,-0.5968273865747111,0.08124393969774246,0.5336189866065979,0.8418138027191162,-0.20848627388477325,-0.07248759269714355,0.11603684723377228,0.11544185131788254,-0.0122566819190979,0.04151761531829834 +495,3.0202736040922638,-0.5517549529599644,-0.6206968112148141,0.10306279361248016,0.5241825580596924,0.8453467488288879,0.03098226524889469,-7.580779492855072e-05,0.2935854494571686,0.06544002890586853,0.05749785900115967,-0.0034276843070983887 +496,2.991454691618769,-0.5589014073121107,-0.6566944075533342,0.12681502103805542,0.5302550792694092,0.8383005261421204,0.06317736208438873,-0.010367818176746368,0.2876513600349426,0.04490739107131958,0.03192448616027832,-0.051984548568725586 +497,2.960923991924872,-0.5640007291428907,-0.700456915251266,0.15185794234275818,0.5345715880393982,0.831367552280426,0.2644535005092621,0.13559091091156006,0.6380187273025513,-0.005587160587310791,0.06383240222930908,-0.000572502613067627 +498,2.9556201607287744,-0.5813096880687916,-0.8204256653040959,0.15453101694583893,0.5491189956665039,0.8213331699371338,0.23489147424697876,0.8736000657081604,1.1870570182800293,0.024668172001838684,-0.05679422616958618,-0.04759061336517334 +499,2.952268707949337,-0.5819358054069906,-0.9698720490011316,0.15721812844276428,0.5496421456336975,0.8204731345176697,0.32307276129722595,0.6070045232772827,1.1267091035842896,0.013710826635360718,0.07364892959594727,-0.0448840856552124 +500,2.943077882218945,-0.5949586985459803,-1.0965837845205617,0.16332663595676422,0.5604745745658875,0.8119068741798401,0.30235105752944946,0.6202239990234375,0.9773281812667847,0.018436044454574585,0.02695828676223755,0.05119127035140991 +501,2.9416612489483223,-0.5951944964795637,-1.2034904835979123,0.16445034742355347,0.5606698393821716,0.8115449547767639,0.1317131221294403,0.6270939111709595,0.8376849889755249,0.0016110241413116455,-0.006943702697753906,0.009972929954528809 +502,2.9474539315502835,-0.5939221003463684,-1.2994307938317848,0.15988413989543915,0.5596157908439636,0.8131835460662842,0.037789687514305115,0.5939388871192932,0.7577183246612549,-0.03773753345012665,0.009750723838806152,-0.0008665323257446289 +503,2.95315864536358,-0.5975161599277398,-1.3891555446317312,0.15486475825309753,0.5625907182693481,0.8121010661125183,0.3103663921356201,0.3251020908355713,0.47696661949157715,-0.008105754852294922,0.039444684982299805,-0.024747729301452637 +504,2.961504619615506,-0.6147274462865835,-1.4438603801553969,0.1463255137205124,0.5767359137535095,0.8037192821502686,0.17288042604923248,0.38734254240989685,0.36743080615997314,0.028982698917388916,-0.038161635398864746,0.058127641677856445 +505,2.965232512230325,-0.6146366903325294,-1.4965116381896615,0.1433374434709549,0.5766617655754089,0.8043103218078613,0.05685938522219658,0.18867070972919464,0.2954811155796051,0.008472234010696411,0.005827128887176514,0.009623825550079346 +506,2.9592792412745297,-0.6202481293059305,-1.5443440529596195,0.14753419160842896,0.5812370777130127,0.8002481460571289,0.06980476528406143,0.14998552203178406,0.21769648790359497,-0.02860720455646515,-0.01379328966140747,0.014738976955413818 +507,2.961200929306706,-0.618352012883255,-1.5779869568269915,0.14619360864162445,0.5796931385993958,0.8016131520271301,0.04462181031703949,0.15675950050354004,0.12916594743728638,-0.05519019067287445,0.010761082172393799,-0.0478287935256958 +508,2.962861673395097,-0.6322884350501872,-1.598259310865395,0.143411785364151,0.5909923315048218,0.7938267588615417,0.2599189281463623,-0.1164773553609848,-0.0795542299747467,-0.061273738741874695,0.023006021976470947,0.008907496929168701 +509,2.976645366047733,-0.6479001829010135,-1.5963737506102311,0.13092565536499023,0.6035134196281433,0.7865306735038757,-0.1358017772436142,0.32518306374549866,0.24833601713180542,-0.0006308108568191528,-0.07272106409072876,0.009764611721038818 +510,2.9835622223053293,-0.6437275981404385,-1.6407774892835028,0.12587739527225494,0.6001811623573303,0.789897084236145,0.06549499928951263,0.2591969668865204,0.20369075238704681,-0.041648879647254944,0.006218314170837402,-0.02144920825958252 +511,2.9973701657613736,-0.6424273988196365,-1.6619869587738387,0.11507092416286469,0.5991407036781311,0.7923312187194824,0.08618980646133423,0.29637908935546875,0.2015313059091568,-0.042515404522418976,0.031413376331329346,-0.029925942420959473 +512,3.013406339696169,-0.6496191079388655,-1.7035111269677035,0.10179724544286728,0.6048831343650818,0.7897806167602539,0.08021433651447296,0.4250814914703369,0.3222205638885498,-0.016409054398536682,-0.0064640045166015625,0.000853419303894043 +513,3.0255240873322506,-0.6462662873899793,-1.7603245094726334,0.09245401620864868,0.6022098660469055,0.792966365814209,-0.030476681888103485,0.6168914437294006,0.6837199330329895,-0.02958780527114868,-0.023260831832885742,0.057909488677978516 +514,3.0416456816554684,-0.6341700495453391,-1.845910822836664,0.0803796797990799,0.5925091505050659,0.8015435934066772,-0.18055476248264313,0.5176594257354736,0.5361078977584839,-0.013271540403366089,-0.023722529411315918,0.008240342140197754 +515,3.0552875195521136,-0.6143324094085053,-1.9188735411000513,0.0704374760389328,0.576413094997406,0.8141172528266907,-0.047457244247198105,0.5477831959724426,0.5739789009094238,-0.043993979692459106,0.033175647258758545,-0.008208930492401123 +516,3.0610349376905117,-0.6145490455440421,-1.974312968517313,0.06574717909097672,0.5765901207923889,0.8143836855888367,-0.026004932820796967,0.23389065265655518,0.3880630135536194,-0.011395372450351715,-0.02014791965484619,0.031609177589416504 +517,3.051079532576603,-0.6021448228702353,-2.041093592996632,0.07449213415384293,0.5664113759994507,0.8207494616508484,-0.09517887234687805,0.3777769207954407,0.72188800573349,-0.05500665307044983,0.025706052780151367,0.031210005283355713 +518,3.0450234182220526,-0.5954876356963159,-2.1179677602560756,0.0798230692744255,0.560912549495697,0.8240179419517517,0.11157748103141785,0.4106859564781189,0.6466503143310547,-0.059544146060943604,0.04296928644180298,-0.011029601097106934 +519,3.0400239944568446,-0.6000065822495092,-2.197195961747613,0.08368378132581711,0.564647912979126,0.8210782408714294,0.12191751599311829,0.40170708298683167,0.7298598885536194,-0.0434768870472908,0.006015479564666748,0.010357797145843506 +520,3.029532584237354,-0.6021996987260156,-2.2925948896991972,0.09215464442968369,0.5664566159248352,0.8189230561256409,0.12956292927265167,0.2895195782184601,0.7269427180290222,-0.03440011292695999,0.020839035511016846,0.025056064128875732 +521,3.0130686753385674,-0.592511138459781,-2.3954526792371102,0.10632263123989105,0.5584458708763123,0.8226990699768066,-0.03354441747069359,0.5402444005012512,0.917321503162384,-0.08001647889614105,0.047679007053375244,0.06221914291381836 +522,3.01034646594048,-0.5765376052575604,-2.488716314587071,0.10971532016992569,0.5451244711875916,0.8311451077461243,-0.09689751267433167,0.4371008574962616,0.7941776514053345,-0.0660141110420227,0.019618690013885498,-0.03646725416183472 +523,3.0071489666720916,-0.5704229547347779,-2.5643317362589606,0.11281701177358627,0.539988100528717,0.8340775966644287,0.021337397396564484,0.3938351273536682,0.6200056672096252,-0.04764670133590698,0.0004935264587402344,-0.01912081241607666 +524,2.997519482464105,-0.5392968239433065,-2.6115287706473476,0.12319761514663696,0.5135327577590942,0.849179744720459,-0.40794461965560913,0.16093672811985016,0.6419410705566406,0.009492814540863037,0.039659321308135986,0.0007652044296264648 +525,2.9929308526956264,-0.5150980743545396,-2.7132205306602026,0.12889613211154938,0.49262019991874695,0.8606459498405457,0.20771613717079163,0.7793052196502686,1.329224944114685,-0.002141326665878296,0.0376838743686676,-0.055012285709381104 +526,2.998938480868236,-0.5079056549962452,-2.8571984549511122,0.12422389537096024,0.48634836077690125,0.8648894429206848,0.15295547246932983,0.777129590511322,1.3838611841201782,-0.026918604969978333,0.017954617738723755,-0.045461952686309814 +527,2.9845618487261207,-0.512829785574054,-2.964106766744464,0.13626863062381744,0.4906449615955353,0.8606382608413696,0.22959859669208527,0.18998344242572784,0.8502442836761475,-0.05844882130622864,0.059037595987319946,0.00850224494934082 +528,2.963142657654888,-0.5388924520067111,-2.9872435473246055,0.1523481011390686,0.5131857395172119,0.8446484804153442,0.22418709099292755,0.26972949504852295,0.4147632122039795,-0.06427434086799622,-0.14396870136260986,0.08827406167984009 +529,2.959356113430142,-0.5286346496960924,-3.044928484178277,0.15649113059043884,0.5043548345565796,0.8491981029510498,0.08151881396770477,0.1061875969171524,0.44470536708831787,-0.03567197918891907,0.013299763202667236,0.06805378198623657 +530,2.9457082435370845,-0.5290508940682872,-3.0432955841694755,0.16802500188350677,0.5047141909599304,0.8467769026756287,-0.05774850398302078,0.09619125723838806,0.23352207243442535,-0.06249520182609558,-0.06979292631149292,-0.012350082397460938 +531,2.9340277831310857,-0.529612209877771,-3.040174258052455,0.17784558236598969,0.5051987171173096,0.844478964805603,0.18168771266937256,-0.19657248258590698,0.11608733981847763,-0.011982589960098267,0.010258316993713379,-0.032070696353912354 +532,2.912463896303736,-0.5482758894851031,-3.0116655229763514,0.19383759796619415,0.521216630935669,0.8311200737953186,0.18171840906143188,-0.1365998536348343,-0.06998851895332336,-0.013509184122085571,-0.015326619148254395,0.04323911666870117 +533,2.9035318324096244,-0.5531504773187155,-2.9937553960289605,0.2006518542766571,0.5253704786300659,0.826876699924469,-0.07577195018529892,-0.05139489471912384,0.0019837941508740187,-0.026182815432548523,-0.028528988361358643,0.017895817756652832 +534,2.909394746832486,-0.5349365774516918,-2.9536482647860405,0.1979699283838272,0.5097864866256714,0.8372132778167725,-0.26510384678840637,-0.06555692851543427,-0.10165496915578842,0.002637416124343872,-0.005025625228881836,-0.0033965706825256348 +535,2.905610400426999,-0.5177057802524794,-2.9244307253239126,0.20316046476364136,0.4948878586292267,0.8448737859725952,-0.18293112516403198,-0.06385385990142822,-0.021788230165839195,-0.002537935972213745,0.015762686729431152,0.0006461739540100098 +536,2.904768034216002,-0.5168497844172844,-2.8979629416922794,0.2039714902639389,0.49414387345314026,0.8451141715049744,-0.016410378739237785,0.010353578254580498,-0.004940739832818508,-0.021171167492866516,0.010861128568649292,0.0024048686027526855 +537,2.9097886395999173,-0.5188278911017825,-2.874190635202158,0.1995009481906891,0.4958626329898834,0.8451743721961975,-0.023700620979070663,0.0054950108751654625,-0.1766536682844162,-0.030265718698501587,0.0009940862655639648,-0.014867305755615234 +538,2.925991444930186,-0.5237823861598921,-2.8327784469808006,0.18525326251983643,0.5001590251922607,0.8458853363990784,-0.03797157108783722,-0.017850518226623535,-0.2927791476249695,-0.021358639001846313,0.0011989474296569824,0.00538712739944458 +539,2.937675964509427,-0.5295232608267082,-2.7923924816717762,0.17477276921272278,0.5051219463348389,0.8451665043830872,0.02836577594280243,-0.013321819715201855,-0.19572670757770538,-0.007200747728347778,0.002888917922973633,0.017550230026245117 +540,2.9431282702165835,-0.53249575421997,-2.750225800417599,0.16986525058746338,0.507685124874115,0.8446308970451355,0.005968410521745682,-0.288991242647171,-0.42266127467155457,0.01661236584186554,0.03345245122909546,-0.04410916566848755 +541,2.9442631176473477,-0.5417259511237593,-2.7109658162374557,0.16798077523708344,0.5156155824661255,0.8401923775672913,0.06479980051517487,-0.002478988841176033,-0.11935020238161087,0.01784074306488037,0.03034389019012451,0.022112369537353516 +542,2.9505700453027357,-0.546735568000187,-2.6966389542583684,0.16218599677085876,0.5199014544487,0.8386885523796082,0.059710051864385605,-0.0232744999229908,-0.12158887088298798,0.02128569781780243,0.033946871757507324,-0.012104511260986328 +543,2.946445438703764,-0.5633784091563662,-2.670432174572162,0.1639431267976761,0.5340455174446106,0.8294082283973694,0.17345137894153595,-0.15820427238941193,-0.1766173243522644,0.004758045077323914,0.02991926670074463,0.00823819637298584 +544,2.9452541383767814,-0.577834070044942,-2.6598501569557156,0.16340792179107666,0.5462109446525574,0.82155442237854,0.08128833025693893,0.009850548580288887,-0.002693336457014084,0.029524236917495728,0.0321124792098999,-0.0006924867630004883 +545,2.941890909977025,-0.5875169966250284,-2.669564783986825,0.16511309146881104,0.55429607629776,0.8157779574394226,0.14928986132144928,0.06699317693710327,0.1312536895275116,0.009996786713600159,0.047800540924072266,-0.04752838611602783 +546,2.9408061352777977,-0.6034689213120189,-2.708386814068869,0.16421347856521606,0.5675020813941956,0.8068308234214783,0.14270645380020142,0.43014082312583923,0.4757173955440521,0.04678508639335632,0.005023062229156494,-0.04590529203414917 +547,2.946661507941773,-0.6083249223679476,-2.7843541714832236,0.15895065665245056,0.5714936852455139,0.8050650954246521,0.25670483708381653,0.7235207557678223,0.7654233574867249,0.007919475436210632,0.01081228256225586,-0.014812350273132324 +548,2.963188310003046,-0.6114514093132773,-2.8991380142448615,0.14530661702156067,0.5740565061569214,0.8058196306228638,0.1704651415348053,0.798464834690094,1.1922248601913452,0.002810448408126831,-0.0027216076850891113,-0.04162895679473877 +549,2.9706835029097003,-0.6183415835911229,-3.0135270857128518,0.13858675956726074,0.5796846151351929,0.8029690384864807,0.3161243498325348,0.8575019836425781,0.8638830184936523,-0.056860700249671936,-0.021853864192962646,0.020547688007354736 +550,2.998562860790858,-0.6309706093981341,-3.1053438543346017,0.11509682238101959,0.5899287462234497,0.7992103099822998,0.2413131445646286,0.8545241951942444,0.77696293592453,0.023849718272686005,-0.03005319833755493,0.054137587547302246 +551,3.020216487426247,-0.6433886209010227,3.1228639768893554,0.09687090665102005,0.5999100208282471,0.7941817045211792,0.16445131599903107,0.6360294818878174,0.5843919515609741,-0.02636002004146576,-0.03805077075958252,0.05381041765213013 +552,3.044102261854243,-0.6542590079585746,3.0733699859572274,0.07723607867956161,0.6085714101791382,0.789731502532959,0.19948022067546844,0.5881009101867676,0.4574856758117676,0.014133557677268982,0.0011698603630065918,0.009081542491912842 +553,3.075269132422518,-0.661703375468868,3.039103363714044,0.052287373691797256,0.6144616007804871,0.7872121930122375,-0.07012881338596344,0.7174063920974731,0.5137450098991394,0.016590800136327744,0.03714972734451294,0.0014688968658447266 +554,3.0992680107229074,-0.657408342181235,3.015417527986468,0.0334932766854763,0.6110674142837524,0.7908696532249451,0.1846243441104889,0.4999081790447235,0.42268672585487366,0.0239560604095459,0.09243899583816528,-0.005362451076507568 +555,3.1236105586489256,-0.6786733978347648,2.999748235449313,0.013996624387800694,0.6277609467506409,0.7782806158065796,0.1521732211112976,0.5875645279884338,0.3350357115268707,-0.03363468497991562,-0.00021266937255859375,-0.04263889789581299 +556,-3.136128726382469,-0.6697004583888042,2.9940650559048723,-0.004283738322556019,0.620751142501831,0.7839956879615784,-0.2324930876493454,0.35588690638542175,0.36992815136909485,-0.017414256930351257,0.10675722360610962,-0.04925459623336792 +557,-3.1258757077610366,-0.6641170654678534,2.9985770123287887,-0.012375973165035248,0.6163641214370728,0.7873638272285461,-0.06370323896408081,0.5545365810394287,0.238717719912529,-0.10027966648340225,0.05300837755203247,-0.04487133026123047 +558,-3.0861909059418777,-0.6607002428685657,2.9852727759453974,-0.043720778077840805,0.6136698722839355,0.78835129737854,0.04003690928220749,0.48628246784210205,0.31451940536499023,0.024647295475006104,0.09139299392700195,-0.11487412452697754 +559,-3.0793786825846423,-0.6749519407759024,2.98816243601312,-0.048541441559791565,0.6248598098754883,0.7792268395423889,0.11506056785583496,0.30163419246673584,0.3127945065498352,-0.01646101102232933,0.01312553882598877,0.0038085579872131348 +560,-3.0742508187672657,-0.6841463323102439,2.937292493445404,-0.05214772745966911,0.6320117115974426,0.7732024788856506,0.031010953709483147,0.6305469274520874,0.7986210584640503,0.027840472757816315,0.0044934749603271484,0.01715707778930664 +561,-3.0869925462554497,-0.69103340311806,2.873881447265389,-0.042053282260894775,0.637333869934082,0.7694395780563354,-0.011106151156127453,0.3721756935119629,0.592587947845459,-0.04689020663499832,0.010737478733062744,-0.006042361259460449 +562,-3.0977742666924613,-0.6964997336311464,2.802886613843797,-0.03360199183225632,0.6415365934371948,0.7663559317588806,0.03052583523094654,0.5250909924507141,0.7920826077461243,-0.03622221574187279,-0.016368865966796875,-0.004896700382232666 +563,-3.114790330541007,-0.6929849353731522,2.7180318064871583,-0.02061769738793373,0.6388364434242249,0.7690661549568176,-0.12470501661300659,0.5423733592033386,0.8216016888618469,-0.05926206707954407,0.008273482322692871,0.028342843055725098 +564,-3.1350900806919433,-0.6719684814340884,2.6128308807736538,-0.005088863894343376,0.6225277185440063,0.7825813293457031,-0.16732466220855713,0.4603536128997803,0.9632317423820496,-0.003822267521172762,0.09780925512313843,0.052364468574523926 +565,3.132268360742957,-0.6657733589747918,2.5213418262291234,0.0073328870348632336,0.6176674962043762,0.7864054441452026,-0.03966938704252243,0.44329771399497986,0.71571284532547,0.0016087759286165237,-0.03244704008102417,-0.07497948408126831 +566,3.1019813871663247,-0.6638764331488902,2.441423086258368,0.031190060079097748,0.616174578666687,0.7869918942451477,0.03349802643060684,0.2830113172531128,0.7117176651954651,-0.13195911049842834,0.05797398090362549,-0.03300929069519043 +567,3.08146107553586,-0.6626113874763728,2.369709621205925,0.04737846180796623,0.6151777505874634,0.7869632840156555,-0.22412429749965668,0.14845648407936096,0.589285671710968,0.13754279911518097,-0.05815577507019043,0.020455360412597656 +568,3.0490716779167286,-0.6357620315055393,2.293430922313948,0.07433802634477615,0.5937908291816711,0.8011782169342041,-0.00703832134604454,0.2839466631412506,0.6996707916259766,-0.04317956417798996,0.09627270698547363,-0.02421581745147705 +569,3.0283976627800424,-0.6268310330996661,2.215304030937143,0.09147989004850388,0.5865811705589294,0.8047073483467102,-0.12520639598369598,0.2040947824716568,0.5581983923912048,0.015713095664978027,0.02816486358642578,-0.08437049388885498 +570,3.007759711574617,-0.6057181142576363,2.1517440289280025,0.10969507694244385,0.5693525671958923,0.814742386341095,0.04929058626294136,0.32006075978279114,0.6053163409233093,0.04399147629737854,0.05142086744308472,-0.01838594675064087 +571,3.0003189856094323,-0.5949233693308968,2.074296001847944,0.11661288142204285,0.5604453086853027,0.8199408650398254,-0.09645888954401016,0.38149669766426086,0.7206599712371826,0.07578523457050323,0.09336346387863159,0.0004481673240661621 +572,2.9966891745807454,-0.5922541635130323,1.9548806497284754,0.11980392038822174,0.5582326650619507,0.8209894895553589,0.12607839703559875,1.07589852809906,1.2976375818252563,-0.04903364181518555,-0.019871950149536133,0.0033056139945983887 +573,3.0022087152838464,-0.5898771813207928,1.8021955412471984,0.11545460671186447,0.5562589764595032,0.8229495882987976,0.19340880215168,0.41715219616889954,0.905606746673584,0.033776335418224335,-0.01087939739227295,-0.03521472215652466 +574,2.9788924529184366,-0.6051844587105716,1.7118621119401358,0.13321462273597717,0.5689137578010559,0.8115361332893372,0.22148588299751282,0.047218773514032364,0.3664094805717468,-0.010274574160575867,-0.02786773443222046,0.04532116651535034 +575,2.9627718613165697,-0.6076281416353273,1.666957243849958,0.14603151381015778,0.570921778678894,0.8079130053520203,-0.04438503459095955,0.027662135660648346,0.24446770548820496,0.013392344117164612,-0.030241787433624268,0.024438858032226562 +576,2.9551452648446626,-0.5978213840674136,1.624599831364152,0.1532193124294281,0.5628430247306824,0.8122385144233704,-0.036935463547706604,0.07118833065032959,0.18415257334709167,0.0005740225315093994,0.014015376567840576,-0.05526530742645264 +577,2.9521202491157683,-0.5918881834753638,1.5612713737331418,0.15630191564559937,0.5579289793968201,0.8150370121002197,0.10414434224367142,0.4279749393463135,0.599139392375946,0.04354247450828552,0.017296910285949707,0.0367392897605896 +578,2.9571493142262533,-0.5904688639467967,1.4521576537165761,0.15234611928462982,0.5567505359649658,0.8165901303291321,0.16798998415470123,0.43490663170814514,0.6029797792434692,0.04469062387943268,0.009899795055389404,-0.017182230949401855 +579,2.95152015306513,-0.5948109211721192,1.3918295397170968,0.15648214519023895,0.5603521466255188,0.8133378028869629,0.10488399118185043,-0.03504636883735657,0.03871537372469902,0.018765002489089966,0.02427297830581665,-0.04267758131027222 +580,2.9374436099323495,-0.6393244677134878,1.4146834024416337,0.1626937985420227,0.5966534614562988,0.7858341932296753,0.6349202394485474,-0.6803733706474304,-0.8431480526924133,0.0667526125907898,0.008998394012451172,-0.06226241588592529 +581,2.9503890505824932,-0.7109210466819157,1.4743816597206127,0.1440054327249527,0.6525319814682007,0.7439517378807068,0.3718138635158539,0.04831352084875107,-0.37899598479270935,0.024390533566474915,-0.06300872564315796,-0.03946882486343384 +582,2.976242160218809,-0.7084176032930154,1.4530304594264731,0.12499453872442245,0.650632917881012,0.7490350008010864,-0.0770472064614296,0.5173501968383789,1.0023335218429565,0.34782958030700684,0.03734016418457031,-0.05326467752456665 +583,2.9650352856962465,-0.6291312795709648,1.1462651501192236,0.14201301336288452,0.5884425640106201,0.7959696650505066,-0.6708263158798218,2.280810594558716,2.4204916954040527,0.06585748493671417,0.10989123582839966,-0.057139039039611816 +584,2.9723407543293816,-0.5553385027697754,0.9403662608560844,0.14313139021396637,0.527230978012085,0.8375802040100098,-0.4888960123062134,0.9055099487304688,0.6545993685722351,-0.055805355310440063,0.02960789203643799,0.09766131639480591 +585,3.0254628378780257,-0.5456639643424727,0.8875338036077783,0.09904278814792633,0.5189857482910156,0.849025309085846,0.017559558153152466,0.7337151169776917,0.27449753880500793,-0.014524392783641815,0.052348971366882324,0.014957726001739502 +586,3.0702718294557716,-0.5493838134760339,0.868282263254707,0.06077415496110916,0.5221618413925171,0.8506782650947571,0.09225421398878098,0.40222206711769104,0.21206693351268768,-0.028410259634256363,0.11838680505752563,-0.02009660005569458 +587,3.1086679803862203,-0.5685669835934084,0.8548632631250913,0.02773972973227501,0.5384250283241272,0.8422165513038635,0.260284423828125,0.4758608043193817,0.05916433408856392,-0.015486931428313255,0.07822829484939575,-0.051109492778778076 +588,3.135265564619795,-0.5860672108137297,0.8110304115913154,0.005271203815937042,0.5530888438224792,0.8331056237220764,0.2258235514163971,0.4927782714366913,0.5853883028030396,0.00840066373348236,0.07975411415100098,-0.057821810245513916 +589,-3.1408180390639475,-0.6139999062122884,0.7439411272378637,-0.0006331312470138073,0.576141357421875,0.817349910736084,0.2110057771205902,0.4589105546474457,0.5100951194763184,-0.04030619561672211,0.0487823486328125,0.033236145973205566 +590,-3.1261828154124456,-0.6315656357127636,0.6862994386103344,-0.012436849996447563,0.5904091000556946,0.8070082068443298,0.04642897844314575,0.5804151296615601,0.5328561067581177,-0.05602933466434479,-0.01818937063217163,0.00959634780883789 +591,-3.109124786298738,-0.6351459004362754,0.6262665192336333,-0.026131555438041687,0.5932949781417847,0.8045607805252075,0.08263440430164337,0.3010840117931366,0.2683106064796448,-0.016394687816500664,0.028607428073883057,-0.013545215129852295 +592,-3.098910817134713,-0.6494745237318815,0.6153855513935671,-0.0339815616607666,0.6047679781913757,0.7956762909889221,0.11551191657781601,0.10166748613119125,0.02494722418487072,-0.0251767598092556,-0.04159671068191528,0.031273722648620605 +593,-3.0850871764607444,-0.6395145224803898,0.6026941671610463,-0.04531507566571236,0.596805989742279,0.801105260848999,-0.2673582434654236,0.3966822028160095,0.26004961133003235,-0.012119021266698837,-0.010959923267364502,0.016689717769622803 +594,-3.062471330080195,-0.6130569825918926,0.5514460498889996,-0.06464528292417526,0.5753704309463501,0.8153343200683594,-0.20551961660385132,0.6121582984924316,0.43663105368614197,0.027078144252300262,0.08597606420516968,-0.048961520195007324 +595,-3.044451178446134,-0.6124855299073897,0.4993775303978398,-0.0793582871556282,0.5749029517173767,0.8143638968467712,0.046043768525123596,0.34801220893859863,0.5088656544685364,0.1066868007183075,0.04860156774520874,-0.030077457427978516 +596,-3.0575766904155537,-0.6222220214400849,0.4093621829737574,-0.06818987429141998,0.5828421711921692,0.8097193837165833,0.0483575165271759,0.46462592482566833,0.8710132241249084,0.026335008442401886,0.034238576889038086,0.011707067489624023 +597,-3.080368150937574,-0.6375198973236095,0.30640150759931045,-0.04916771501302719,0.5952043533325195,0.8020688891410828,0.13708899915218353,0.3637715280056,0.779244601726532,0.010990224778652191,0.0016584396362304688,0.04108607769012451 +598,-3.113837953686935,-0.6563818564760452,0.19827062578661464,-0.02198459580540657,0.6102545261383057,0.791900098323822,0.1563759744167328,0.37404513359069824,0.9481877088546753,-0.04211757332086563,-0.04006415605545044,0.06222569942474365 +599,3.128719634983955,-0.6671589107825088,0.07497162282124727,0.01011254359036684,0.6187565922737122,0.7855178117752075,-0.026523418724536896,0.37584084272384644,0.9375014901161194,-0.08672691881656647,-0.06655621528625488,0.06285560131072998 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/standing/ad2.csv b/BoostRunClub/CoreML/DataSet/Motion/standing/ad2.csv new file mode 100644 index 0000000..ecd9474 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/standing/ad2.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,3.106440421133275,-0.6350321444954711,-0.09254018984079963,0.02829357050359249,0.5932033658027649,0.8045552968978882,-0.42601919174194336,0.958361804485321,2.0526559352874756,0.14179614186286926,0.03138464689254761,-0.004979491233825684 +1,0.07452758116770451,0.045249696135192564,-1.0834592961844816,0.07438239455223083,-0.045234255492687225,-0.9962033629417419,0.26362213492393494,0.05460396036505699,0.03165382146835327,-0.007258981466293335,0.0011058375239372253,0.06466954946517944 +2,0.0526106717747311,0.05853026357446915,-1.1140968406943517,0.05249635502696037,-0.05849685147404671,-0.9969063401222229,0.25712651014328003,-0.2299513965845108,-0.28385525941848755,0.008264139294624329,0.007303614169359207,0.0065041184425354 +3,0.0582795302971891,0.04685513580585831,-1.163642542161695,0.058182619512081146,-0.04683799296617508,-0.9972065687179565,-0.3687249720096588,0.10835294425487518,-0.27885106205940247,0.047637078911066055,0.002129744738340378,0.0020436644554138184 +4,0.10136855660055413,0.024990787551521725,-1.2171514856024597,0.10116344690322876,-0.024988185614347458,-0.9945559501647949,-0.2568650543689728,0.02917795442044735,-0.46181339025497437,0.13928455114364624,0.013605128973722458,-0.006771564483642578 +5,0.025732209794072515,0.05380926925964996,-1.2729926187159273,0.025692129507660866,-0.05378330498933792,-0.9982220530509949,0.5725504159927368,-1.4602975845336914,-0.4264282286167145,0.023776862770318985,0.02656162530183792,0.10459107160568237 +6,-0.29004022613734814,0.06906327006098886,-1.208285842303972,-0.28530898690223694,-0.06900838017463684,-0.955947995185852,0.9588170647621155,-5.446353912353516,1.2938971519470215,0.16293349862098694,0.06739094853401184,-0.09451282024383545 +7,-0.7682990438371533,0.13047100320643787,-1.0691903123528992,-0.6890068054199219,-0.13010115921497345,-0.7129819393157959,0.6823940873146057,-3.3559486865997314,0.5197539925575256,0.00851064920425415,-0.02080826461315155,-0.014175593852996826 +8,-1.058660520481253,0.13802368452100228,-0.9913132023282614,-0.8634098768234253,-0.1375858634710312,-0.48537981510162354,0.7507400512695312,-1.7223265171051025,0.27846458554267883,-0.03705704212188721,0.015683412551879883,-0.048097968101501465 +9,-1.0835039648319567,0.10467479701918693,-0.9776942252699139,-0.8787676095962524,-0.10448375344276428,-0.4656722843647003,0.8546392321586609,-0.022049885243177414,0.2601780891418457,0.03983938694000244,0.0734015703201294,-0.2278243899345398 +10,-1.1039436243986585,0.09925640257012767,-0.9175463430859412,-0.8885940909385681,-0.09909350425004959,-0.44786280393600464,0.7067257761955261,-0.2826201617717743,0.5470598340034485,0.13862460851669312,0.009661741554737091,-0.08466890454292297 +11,-1.2229305959804468,0.08000555067000588,-0.8265931496534744,-0.9370952248573303,-0.0799202248454094,-0.33980172872543335,0.945055365562439,-0.7044356465339661,0.13669367134571075,-0.008430838584899902,-0.013829760253429413,-0.07091906666755676 +12,-1.249767973395851,0.06682895545013955,-0.760065489879612,-0.9467933177947998,-0.06677921861410141,-0.3148382008075714,0.32847559452056885,-0.6272255778312683,0.0064382110722362995,-0.034789323806762695,0.012106984853744507,-0.0379907488822937 +13,-1.305792229196251,0.080629912774871,-0.7360078945621973,-0.9619560241699219,-0.08054257929325104,-0.2610623240470886,0.2771274447441101,-0.26822561025619507,0.07137205451726913,0.019313812255859375,0.0053167641162872314,-0.006836235523223877 +14,-1.3161353859593268,0.07398344377251682,-0.7192201547604764,-0.9651015400886536,-0.07391597330570221,-0.2512281835079193,0.07507219165563583,0.07463966310024261,0.12702588737010956,-0.02398848533630371,0.033480189740657806,0.014228671789169312 +15,-1.3437968704094334,0.07821449758587824,-0.7060580883032093,-0.9713672399520874,-0.07813477516174316,-0.2243669182062149,-0.04462931305170059,-0.37140533328056335,-0.019468408077955246,0.0037311911582946777,0.02033448964357376,0.1103227287530899 +16,-1.3803981210508594,0.0798653802109803,-0.7123911060225552,-0.978799045085907,-0.07978050410747528,-0.18864668905735016,-0.03434501960873604,-0.37727558612823486,0.007701636292040348,-0.026892483234405518,0.04058066010475159,0.07907330989837646 +17,-1.4095922534943726,0.07839282387575235,-0.7086151579384601,-0.9840033650398254,-0.07831255346536636,-0.1600138396024704,-0.07086002826690674,-0.1769273728132248,0.061829932034015656,-0.004186272621154785,0.02393025904893875,0.06876631081104279 +18,-1.413470082822935,0.07337537074469587,-0.7125951022567123,-0.9849921464920044,-0.07330954819917679,-0.15625645220279694,0.02819100022315979,0.15954507887363434,0.070164255797863,-0.00739365816116333,0.009878754615783691,0.05974459648132324 +19,-1.417017413757373,0.06978688946314969,-0.7203143628487719,-0.9857937693595886,-0.0697302594780922,-0.15280067920684814,-0.08253860473632812,-0.14479798078536987,-0.01439520064741373,0.01025378704071045,-0.0069756656885147095,0.023146778345108032 +20,-1.4222903244261242,0.06564289798185419,-0.7272318670441785,-0.9868633151054382,-0.06559576839208603,-0.1476420909166336,-0.1549520045518875,0.19266851246356964,0.0738554373383522,-0.006468594074249268,-0.027284473180770874,0.025281846523284912 +21,-1.4241388614986252,0.05719960725381108,-0.7225586628578504,-0.9876471161842346,-0.057168420404195786,-0.14589330554008484,-0.010706653818488121,0.011511006392538548,0.08729629218578339,0.027075886726379395,-0.05328994616866112,0.009769633412361145 +22,-1.4174546085413113,0.051362392758978366,-0.7183877749723557,-0.9869628548622131,-0.05133981257677078,-0.15254005789756775,0.1687876284122467,0.04418397694826126,0.0943555235862732,-0.00458371639251709,-0.046438515186309814,-0.019533276557922363 +23,-1.4083275535681765,0.04424199526813801,-0.6946378404378142,-0.9858653545379639,-0.044227562844753265,-0.16159668564796448,0.2218974530696869,0.03234747052192688,0.13972337543964386,0.016062498092651367,-0.036796629428863525,0.024343907833099365 +24,-1.4135278252249956,0.04375124742375971,-0.6717102274015158,-0.9867136478424072,-0.04373729228973389,-0.1564711332321167,0.30207109451293945,-0.013364659622311592,0.12302813678979874,-0.03695273399353027,-0.010934978723526001,-0.006218075752258301 +25,-1.3987936027610235,0.03480997564408987,-0.6431730891922058,-0.9846470952033997,-0.03480294719338417,-0.17105217278003693,0.4241971969604492,0.04900244623422623,0.10161464661359787,0.017758667469024658,0.001233607530593872,-0.04312014579772949 +26,-1.398628025439208,0.03395411115638892,-0.6019546975304906,-0.984647810459137,-0.03394758701324463,-0.17122025787830353,0.3352258801460266,0.060515377670526505,0.06362013518810272,0.011091291904449463,0.03184187412261963,-0.026472628116607666 +27,-1.404086452718053,0.040945322293446836,-0.5658225753616021,-0.9853096008300781,-0.04093388095498085,-0.16579967737197876,0.5267431735992432,0.05855955556035042,-0.09481318295001984,0.02940744161605835,0.06894901394844055,-0.07536549866199493 +28,-1.406266584025039,0.04174368393741765,-0.5068156019204502,-0.9856360554695129,-0.041731562465429306,-0.16364574432373047,0.5297662615776062,-0.12289773672819138,0.14363960921764374,0.024591803550720215,0.0607897974550724,-0.026768669486045837 +29,-1.4071364543567273,0.04931965346339064,-0.4360965831721881,-0.98543781042099,-0.049299661070108414,-0.16273213922977448,1.1322637796401978,0.17972998321056366,-0.01521080732345581,-0.013585567474365234,0.08909459412097931,-0.11783117055892944 +30,-1.3532618639736456,0.0712175444607475,-0.3174579027774903,-0.9739574193954468,-0.07115735858678818,-0.21527576446533203,1.317162036895752,0.49242469668388367,-0.20941755175590515,0.011204123497009277,0.10321607440710068,-0.08503246307373047 +31,-1.4234577519493645,0.14579760921858384,-0.14677374923061143,-0.9786706566810608,-0.1452816277742386,-0.14524851739406586,2.467910051345825,-1.4747354984283447,0.05872524157166481,0.09070062637329102,0.03544884920120239,-0.18626393377780914 +32,-1.4877206023212988,0.11857687658955564,0.02974133361562366,-0.9895533919334412,-0.11829919368028641,-0.08239751309156418,0.9979706406593323,0.1367434710264206,0.1685793697834015,-0.07462501525878906,-0.0905630961060524,0.005874700844287872 +33,-1.5083700581551676,0.13623204476995238,0.09522156223629082,-0.9888049960136414,-0.13581104576587677,-0.06180771812796593,1.007522463798523,-0.9080376625061035,-0.10893398523330688,-0.024836480617523193,-0.022239506244659424,-0.14331620931625366 +34,-1.607399706455411,0.15970941985474515,0.19457757492463856,-0.9866123795509338,-0.15903133153915405,0.036129485815763474,0.6925098896026611,-0.1664813905954361,0.005755807273089886,0.025400102138519287,-0.008815363049507141,-0.02311372384428978 +35,-1.600629201740138,0.1466744849997451,0.2641395713277791,-0.9888222813606262,-0.146149143576622,0.029508166015148163,0.4849914610385895,0.23644733428955078,0.19479529559612274,0.04889625310897827,-0.002151012420654297,-0.003797058016061783 +36,-1.599652430325839,0.134527623778007,0.30666482091787844,-0.9905524253845215,-0.13412222266197205,0.028591418638825417,0.37481847405433655,0.02167006954550743,0.15110641717910767,0.023770689964294434,-0.028475448489189148,-0.023647543042898178 +37,-1.604449507853461,0.12291495154716324,0.33357948337348065,-0.9918935298919678,-0.12260568141937256,0.03339298069477081,0.30192244052886963,-0.006710288114845753,0.12250036746263504,0.01717740297317505,-0.06608451157808304,-0.047736287117004395 +38,-1.6222320298742774,0.10126152777178025,0.37067751517742437,-0.9935616254806519,-0.10108856111764908,0.051149655133485794,0.31966567039489746,-0.29621371626853943,0.14305761456489563,0.00897306203842163,-0.10264678299427032,-0.03149641305208206 +39,-1.6427844040893722,0.07743075725761542,0.3977286188668448,-0.9944215416908264,-0.07735341042280197,0.07171041518449783,0.45426130294799805,-0.20170451700687408,0.17216862738132477,-0.055795133113861084,-0.07529550790786743,-0.08710646629333496 +40,-1.6722790418536122,0.0555932182086435,0.45312152073309575,-0.9933180809020996,-0.05556458607316017,0.10115210711956024,0.606623113155365,-0.3138074576854706,0.054940011352300644,-0.021864354610443115,0.02013367787003517,-0.03941500931978226 +41,-1.7063989942831184,0.04923299059499344,0.5093082402036747,-0.9896194934844971,-0.04921310395002365,0.13502366840839386,0.41226035356521606,-0.31474757194519043,0.035321567207574844,0.00835728645324707,0.07702988386154175,-0.034742966294288635 +42,-1.7299449635006987,0.045128760301973714,0.5470074511735554,-0.9863573908805847,-0.045113444328308105,0.15831631422042847,0.3552291989326477,-0.05441396310925484,-0.00984949804842472,-0.017808377742767334,0.1191643476486206,-0.008856520056724548 +43,-1.733836092559504,0.03974856937473496,0.5764190785886151,-0.985958993434906,-0.03973810374736786,0.16219019889831543,0.3310653865337372,0.05327220261096954,0.02896343357861042,0.03016376495361328,0.10104791820049286,0.0046188682317733765 +44,-1.7290780445337415,0.021885148327216494,0.6045706599052346,-0.9872632026672363,-0.02188340201973915,0.15758390724658966,0.2086239755153656,0.035528745502233505,0.1761406511068344,0.0011790990829467773,0.05009692907333374,0.03104521334171295 +45,-1.7317059437838145,0.007179947003938779,0.6231560374316172,-0.9870563745498657,-0.007179885171353817,0.16021199524402618,0.25997111201286316,-0.12610413134098053,0.14704930782318115,0.011699438095092773,0.04581514000892639,-0.02530910074710846 +46,-1.7303010821822327,-0.004957640127004974,0.633615926727908,-0.9872939586639404,0.004957619588822126,0.15882731974124908,0.004641491919755936,-0.2944009304046631,0.08409625291824341,0.04523158073425293,-0.023771703243255615,-0.021559253334999084 +47,-1.7397433220852192,-0.010606691485169231,0.6553568579459254,-0.9857070446014404,0.01060649286955595,0.16813498735427856,0.3670172393321991,0.22607752680778503,-0.05643188953399658,-0.003306746482849121,-0.009858786128461361,-0.036405786871910095 +48,-1.72158622640828,-0.013030551300941011,0.698067884429238,-0.9885687232017517,0.01303018257021904,0.15020635724067688,0.4871341586112976,0.14918062090873718,-0.04839088395237923,0.0038428306579589844,-0.006774068810045719,0.014680013060569763 +49,-1.7168390891196157,-0.015428461056846742,0.7437593004344923,-0.9892369508743286,0.015427849255502224,0.1455068588256836,0.415492445230484,0.056871622800827026,-0.1251399964094162,-0.012945055961608887,-0.022492647171020508,0.026078224182128906 +50,-1.71082230467264,-0.014805957153902321,0.7909999163540072,-0.9901037812232971,0.014805416576564312,0.13955353200435638,0.5307885408401489,0.159962460398674,-0.05384725332260132,0.008444905281066895,-0.013661027885973454,0.014987453818321228 +51,-1.7042974324380231,-0.02225083644697219,0.8408194680831175,-0.9908565878868103,0.022249000146985054,0.13307194411754608,0.5232416391372681,-0.16962243616580963,0.06483523547649384,-0.06615018844604492,0.01565384678542614,0.022872909903526306 +52,-1.717593385837329,-0.023000564034770073,0.8941855108794436,-0.9889828562736511,0.022998536005616188,0.14623169600963593,0.5530461668968201,-0.07050110399723053,-0.015750998631119728,0.09669482707977295,0.029171256348490715,-0.03974057734012604 +53,-1.6872196819507101,-0.022058622088997597,0.9374939071241146,-0.9929887056350708,0.022056832909584045,0.11613225191831589,0.3851511776447296,0.5657539963722229,-0.0696343183517456,0.014839410781860352,0.02046939544379711,0.04083488881587982 +54,-1.666018162389252,-0.02705779919764945,0.9835534560700617,-0.9951054453849792,0.027054497972130775,0.09504319727420807,0.42196375131607056,-0.10678158700466156,-0.07856321334838867,-0.05021309852600098,-0.02482670545578003,0.10202407836914062 +55,-1.6751556199460156,-0.025606003108009805,1.032132920690085,-0.9942335486412048,0.02560320496559143,0.10413582623004913,0.5510140657424927,-0.1211073026061058,-0.1098991259932518,-0.06655746698379517,0.05250653624534607,0.050084710121154785 +56,-1.6922355017173876,-0.01311752523865795,1.0492023517878266,-0.9925499558448792,0.013117149472236633,0.12113048881292343,0.05527547746896744,-0.2703488767147064,-0.08855646848678589,0.03947073221206665,0.06566396355628967,-0.0059113577008247375 +57,-1.7282485911612406,-0.017265243442264683,1.0430060715928733,-0.9874827265739441,0.017264384776353836,0.15677912533283234,-0.055331189185380936,-0.26847419142723083,0.09634149074554443,-0.04395031929016113,-0.02077391929924488,-0.08166016638278961 +58,-1.7283001948599825,-0.009479648372948174,1.0235415046828062,-0.9875773787498474,0.009479505941271782,0.15684640407562256,-0.13180011510849,0.08195513486862183,-0.03649682551622391,0.011930525302886963,-0.04883190989494324,-0.08964671194553375 +59,-1.7296309750702044,-0.00849515821517349,1.0283124291166272,-0.9873765110969543,0.008495056070387363,0.15816190838813782,0.137357696890831,-0.12905648350715637,0.05910124629735947,0.003444194793701172,0.01022747065871954,-0.10496975481510162 +60,-1.7161238419590141,-0.01852683480842019,1.0484316328595764,-0.9892886877059937,0.018525775521993637,0.1447916477918625,0.23278449475765228,0.03291107714176178,0.1161464974284172,0.0029911398887634277,-0.023500146344304085,-0.0666513592004776 +61,-1.7076198500401667,-0.023037069718420167,1.06313209996194,-0.9903914332389832,0.02303503267467022,0.13636082410812378,0.08406943082809448,-0.021409057080745697,-0.06979084759950638,-0.027613937854766846,-0.033441513776779175,-0.0736318975687027 +62,-1.7007787954097837,-0.015579211955424848,1.0774570644376986,-0.9914439916610718,0.01557858195155859,0.12960104644298553,0.173167884349823,0.06473048031330109,0.009376545436680317,-0.014507055282592773,-0.0010217111557722092,-0.07390640676021576 +63,-1.692122259408036,-0.012583083134952345,1.0977219229476511,-0.9925704598426819,0.012582750990986824,0.1210189163684845,0.19948776066303253,-0.033074021339416504,-0.08638802170753479,-0.008619725704193115,-0.023553818464279175,-0.01475667953491211 +64,-1.6925249261989377,-0.0008843856331101378,1.1116383163678893,-0.9925997853279114,0.000884385546669364,0.12142813950777054,0.06789352744817734,-0.036200426518917084,-0.10125268995761871,0.017044425010681152,-0.03295835852622986,-0.012556679546833038 +65,-1.6962711906120527,0.01192798384515705,1.118038624703028,-0.9920675754547119,-0.011927700601518154,0.12513694167137146,0.0126875638961792,0.035309404134750366,-0.12645919620990753,-0.01849132776260376,-0.02153482846915722,-0.026565223932266235 +66,-1.6956334444730004,0.01715747006822561,1.1306248867040432,-0.9920717477798462,-0.017156628891825676,0.1244947761297226,0.15174712240695953,0.04350988566875458,-0.0540924146771431,-0.005486667156219482,-0.029611553996801376,-0.03669574111700058 +67,-1.6924875297142725,0.018783061993849985,1.1485573070467614,-0.9924296140670776,-0.018781958147883415,0.12136965245008469,0.2289373129606247,-0.013736968860030174,-0.03674449399113655,-0.05072218179702759,-0.011918721720576286,-0.012208230793476105 +68,-1.6860833325539575,0.02750071591190519,1.1605846082565408,-0.992986261844635,-0.027497248724102974,0.1149883046746254,0.05810215324163437,-0.18894310295581818,-0.03469763323664665,0.03740459680557251,0.0065316855907440186,7.82012939453125e-05 +69,-1.6930158092003085,0.031117567863782843,1.167638166640183,-0.9920599460601807,-0.0311125461012125,0.12185640633106232,0.23392601311206818,-0.05017402395606041,-0.049882419407367706,0.02598029375076294,0.004730077460408211,-0.063918836414814 +70,-1.6890302176577063,0.03187837349463387,1.1910472325125245,-0.9925140738487244,-0.03187297284603119,0.11789869517087936,0.19657227396965027,0.160005122423172,-0.0016770514193922281,0.01730954647064209,0.020169496536254883,0.02504563331604004 +71,-1.6835376583156614,0.028964356654223915,1.204022985758422,-0.9932347536087036,-0.02896030619740486,0.11245547235012054,0.0896972194314003,0.017825284972786903,-0.025458132848143578,-0.009893417358398438,0.03642186149954796,0.059526339173316956 +72,-1.6883746673284543,0.02360276576679003,1.2107783024358332,-0.9928191304206848,-0.02360057458281517,0.1172749474644661,-0.014046698808670044,-0.033591799437999725,0.09134232252836227,0.011083841323852539,0.03275585174560547,0.07350564002990723 +73,-1.6969480223404987,0.01486357658797907,1.2146829967639716,-0.9919437170028687,-0.0148630291223526,0.12580344080924988,0.14427150785923004,0.038965385407209396,0.07602345198392868,-0.016311168670654297,0.0743875801563263,0.04675815999507904 +74,-1.7003165238113827,-0.0009112237830447344,1.231029140830759,-0.9916234612464905,0.000911223643925041,0.12915830314159393,0.266552209854126,-0.0558227077126503,0.1683124601840973,0.04199284315109253,0.06586122512817383,0.05500003695487976 +75,-1.7071785141624096,-0.020606106459848884,1.244342247356707,-0.9905040264129639,0.02060464769601822,0.13593092560768127,0.03494858741760254,0.064202219247818,0.08928096294403076,0.005594968795776367,0.00936359167098999,0.06771290302276611 +76,-1.7075508887168345,-0.023620474480933223,1.2470713426077493,-0.9903873205184937,0.02361827902495861,0.13629066944122314,0.06936445087194443,0.048506274819374084,0.01798255555331707,0.03547704219818115,0.01677173376083374,0.055420756340026855 +77,-1.7209433289670855,-0.03422904940884657,1.2605228629388745,-0.9881699681282043,0.03422236442565918,0.14949586987495422,0.17364594340324402,-0.048246826976537704,0.046646829694509506,0.010554611682891846,0.01890873908996582,0.020181894302368164 +78,-1.7206069218568874,-0.03793085225807341,1.276933144813168,-0.9880880117416382,0.037921756505966187,0.14914348721504211,0.04768603295087814,0.09976952522993088,-0.0659489780664444,-0.0028939247131347656,0.017650749534368515,0.06635640561580658 +79,-1.7174772005001984,-0.029006158260746314,1.2746858688808207,-0.9888454079627991,0.02900209091603756,0.1460939645767212,-0.0908944308757782,0.061561714857816696,-0.12415868043899536,0.019591927528381348,0.012669650837779045,0.054147109389305115 +80,-1.721885495717376,-0.020675687467133618,1.278844110935768,-0.9883965253829956,0.020674213767051697,0.15048281848430634,0.043811291456222534,0.055093929171562195,-0.14064614474773407,0.024773359298706055,0.020509274676442146,0.03279043734073639 +81,-1.7180959511561213,-0.023319734937394598,1.2885425897995926,-0.9889021515846252,0.023317622020840645,0.14672763645648956,0.12520647048950195,0.04942592605948448,0.0504097044467926,1.055002212524414e-05,0.023526877164840698,0.07099997997283936 +82,-1.7207384280748006,-0.02250072825290601,1.2988846583536373,-0.9885295629501343,0.022498829290270805,0.1493430882692337,0.14667274057865143,-0.007750071119517088,-0.35587078332901,-0.09154868125915527,0.015159877017140388,0.03779079020023346 +83,-1.7254015378868353,-0.011037347938731429,1.3194455218806058,-0.9880120754241943,0.011037123389542103,0.15398062765598297,0.1557835042476654,-0.14123030006885529,0.010218128561973572,0.024099290370941162,0.013087032362818718,0.033137887716293335 +84,-1.734567500930639,-0.011819292264343428,1.3167972303989433,-0.9865505695343018,0.011819017119705677,0.16302868723869324,-0.08166002482175827,-0.1711653172969818,0.029745496809482574,0.008172214031219482,0.0015171486884355545,0.0016746670007705688 +85,-1.74698620621643,-0.011579796018280035,1.3029743512861576,-0.9844526648521423,0.011579536832869053,0.17526796460151672,-0.18434765934944153,0.0028930427506566048,-0.0071425409987568855,0.013795316219329834,-0.014890700578689575,-0.045705556869506836 +86,-1.7431940922921068,-0.00940614196851445,1.2837503122139942,-0.9851325750350952,0.009406003169715405,0.17153744399547577,-0.21977417171001434,0.0009683407843112946,0.080779068171978,0.02462249994277954,-0.01238146610558033,-0.062131911516189575 +87,-1.7315606085190611,-0.017738906215044793,1.2682753707058267,-0.9869498014450073,0.01773797534406185,0.1600474715232849,-0.09753867238759995,0.09515824168920517,0.10713551193475723,-0.000782012939453125,-0.025794627144932747,-0.04058648645877838 +88,-1.7275108338054268,-0.025949861121030142,1.2548003885874652,-0.9874129891395569,0.025946948677301407,0.15602129697799683,-0.12362391501665115,0.03741500899195671,0.16330060362815857,0.021180570125579834,-0.02938016876578331,-0.06182883679866791 +89,-1.7190633519672223,-0.03517386672293897,1.237348815164742,-0.9884166121482849,0.03516661375761032,0.14763298630714417,-0.17915455996990204,0.0017283521592617035,0.13342592120170593,-0.019548237323760986,-0.040690310299396515,-0.057819873094558716 +90,-1.70786947617099,-0.03233006401052734,1.2120163681766367,-0.9901024699211121,0.03232443332672119,0.13657289743423462,-0.41964054107666016,0.1042373776435852,-0.03927592560648918,0.006536245346069336,-0.03296530619263649,-0.0036993175745010376 +91,-1.7011545898383376,-0.03047092633251458,1.1651297500687667,-0.9910550713539124,0.030466211959719658,0.12992903590202332,-0.5101337432861328,0.10468776524066925,0.06577114760875702,-0.007678389549255371,-0.01670280285179615,-0.0382847934961319 +92,-1.69047198469231,-0.03200228958660131,1.1222488900919232,-0.992339015007019,0.03199682757258415,0.1193290576338768,-0.4168544411659241,0.1621403843164444,0.1260656714439392,0.04370015859603882,-0.019576195627450943,-0.03191149979829788 +93,-1.6943278067174787,-0.050815827288023634,1.0808785557691651,-0.9910986423492432,0.05079396069049835,0.12305847555398941,-0.3197568356990814,-0.1824081838130951,0.3625989556312561,-0.0063683390617370605,-0.046475742012262344,-0.11130917817354202 +94,-1.7093862502261437,-0.07391271184383369,1.058807949366318,-0.987707793712616,0.07384543120861053,0.13776953518390656,-0.16243645548820496,0.09286891669034958,0.04416850209236145,-0.11913436651229858,-0.04575400799512863,-0.08071683347225189 +95,-1.713943549281873,-0.06276048275545329,1.0448186853956067,-0.9878233075141907,0.06271929293870926,0.14237798750400543,0.041985101997852325,-0.30728644132614136,-0.11472131311893463,-0.006073176860809326,-0.03319355845451355,-0.10667240619659424 +96,-1.7162594047510196,-0.06294015017629483,1.058353557466358,-0.9874796867370605,0.06289860606193542,0.14466361701488495,-0.02412601374089718,-0.1747305691242218,0.04947306960821152,-0.030205190181732178,-0.05990789085626602,-0.04888416826725006 +97,-1.7403905785395446,-0.05385599897607211,1.0594299701912366,-0.984224259853363,0.053829967975616455,0.16853772103786469,-0.1038554459810257,-0.012419180013239384,-0.10040748119354248,0.010469377040863037,-0.056958019733428955,-0.05589735507965088 +98,-1.7474261069473591,-0.049558701129090554,1.0371749960070702,-0.9832327961921692,0.049538418650627136,0.17549705505371094,-0.21141661703586578,-0.3270953297615051,0.07865586876869202,-0.05535668134689331,-0.03661420941352844,-0.09454917907714844 +99,-1.764372851392057,-0.04779820864654463,1.0164624743426682,-0.9802017211914062,0.04778001084923744,0.19215013086795807,-0.26465097069740295,-0.19853146374225616,0.1260209083557129,0.02736663818359375,0.028132468461990356,-0.034832000732421875 +100,-1.7598842703118915,-0.042012812447646514,0.9848881656595417,-0.9813095927238464,0.04200045391917229,0.18779735267162323,-0.4432026445865631,0.2888224422931671,-0.016549354419112206,0.06997823715209961,0.07001432776451111,0.01670101284980774 +101,-1.7552935357311297,-0.041244756798610886,0.9407455551465562,-0.9821926355361938,0.041233062744140625,0.1832962930202484,-0.4061606228351593,0.02221980318427086,0.04457152634859085,-0.03654515743255615,0.06711959838867188,0.0028303861618041992 +102,-1.7397516580011954,-0.027754659764588494,0.8704701468353452,-0.9853814244270325,0.027751097455620766,0.168087899684906,-0.9262378215789795,0.05644186586141586,0.026897119358181953,0.045302629470825195,0.04781043902039528,0.06262494623661041 +103,-1.7461378182310063,-0.03356550909969314,0.7963535560009666,-0.9841124415397644,0.03355920687317848,0.17434614896774292,-0.6169233322143555,0.05475668981671333,0.2961724102497101,0.019100844860076904,0.060557007789611816,0.037598371505737305 +104,-1.7438481503712924,-0.05109608538949836,0.729781651170398,-0.9837782979011536,0.05107385292649269,0.17196467518806458,-0.7443476915359497,-0.034517545253038406,0.24444013833999634,0.040846168994903564,-0.01263698935508728,0.08154487609863281 +105,-1.7525725376784331,-0.07131408385669474,0.653387095083944,-0.9810242652893066,0.07125364989042282,0.18031731247901917,-0.7298279404640198,0.06766283512115479,0.3848074972629547,0.01965951919555664,0.011189572513103485,0.04124020040035248 +106,-1.7564680755817852,-0.09224204978993254,0.5782887447591023,-0.978634238243103,0.09211129695177078,0.18382196128368378,-0.6482383608818054,-0.03507978841662407,0.36768725514411926,0.021831929683685303,-0.04201669245958328,-0.01092459261417389 +107,-1.762397017319011,-0.12015193780543416,0.519904947360904,-0.9746231436729431,0.11986304819583893,0.1890576332807541,-0.4678942859172821,0.12050236016511917,0.4083999693393707,-0.07437288761138916,-0.04047156870365143,0.027861356735229492 +108,-1.7632805702131085,-0.13675647891933182,0.4815022568999679,-0.972368061542511,0.13633060455322266,0.18951180577278137,-0.36825937032699585,-0.0946166068315506,0.08457120507955551,0.034700095653533936,-0.025216087698936462,0.029741793870925903 +109,-1.7762846961248022,-0.14721204970472393,0.4459515161094449,-0.9683729410171509,0.14668090641498566,0.20183831453323364,-0.3017307221889496,0.0372660867869854,0.19201533496379852,-0.03434312343597412,0.07014648616313934,0.010319948196411133 +110,-1.775123169104314,-0.14960253049260844,0.3916712850598102,-0.968260645866394,0.14904510974884033,0.2006416767835617,-0.6575436592102051,-0.05448303371667862,0.1576157808303833,0.04714846611022949,0.07969941198825836,0.015789061784744263 +111,-1.7856480346032997,-0.15408523169088317,0.3182499734313103,-0.9654327630996704,0.15347623825073242,0.21067659556865692,-0.8106101155281067,0.04487365111708641,0.23707056045532227,0.03173220157623291,0.04528474807739258,-0.04281473159790039 +112,-1.7843985774128341,-0.1563504105764844,0.24337187943446886,-0.9653529524803162,0.15571418404579163,0.20939593017101288,-0.6089470982551575,0.2810204029083252,0.15171213448047638,0.012624740600585938,0.05737479031085968,-0.03501845896244049 +113,-1.7734579788873697,-0.15992184985731664,0.1756792346514206,-0.9670352339744568,0.15924105048179626,0.19870887696743011,-0.6475681066513062,0.22582049667835236,0.12590771913528442,0.0012454390525817871,0.031844764947891235,-0.017831087112426758 +114,-1.7763806782016773,-0.15927674607566633,0.11772408764644386,-0.9665506482124329,0.15860414505004883,0.2015552967786789,-0.5184193253517151,0.18944545090198517,0.005070372484624386,-0.03599750995635986,0.006694287061691284,-0.059724822640419006 +115,-1.7550204731720196,-0.14126194334650605,0.0672608335666254,-0.9732862710952759,0.1407925933599472,0.1813591718673706,-0.547172486782074,0.10709226876497269,-0.052396006882190704,0.059834182262420654,0.0263369083404541,-0.0124443918466568 +116,-1.7520413350599533,-0.1374607114772166,0.013451357526336274,-0.9743415713310242,0.13702821731567383,0.1785539984703064,-0.5430454611778259,0.11759255826473236,0.2823207378387451,-0.12427586317062378,0.03629635274410248,0.0019421428442001343 +117,-1.748048940470768,-0.12363820449062465,-0.0461855120766259,-0.9768180847167969,0.12332344800233841,0.17497994005680084,-0.5324456095695496,0.06377223134040833,-0.1667015701532364,0.0711631178855896,-0.06035042554140091,-0.03975653648376465 +118,-1.7570739661024766,-0.10744033392713867,-0.10475580770220944,-0.9770338535308838,0.10723374783992767,0.18413428962230682,-0.6650004982948303,0.03334798663854599,-0.0693177655339241,-0.040177881717681885,-0.007380254566669464,-0.05119982361793518 +119,-1.7715533195004547,-0.08961833751313093,-0.15919822898249686,-0.9759835600852966,0.08949842303991318,0.19861096143722534,-0.5835045576095581,0.058658666908741,0.07452641427516937,0.07698148488998413,-0.018072038888931274,-0.06688177585601807 +120,-1.7478038558789153,-0.08432458252477143,-0.21255788014556684,-0.9808774590492249,0.08422468602657318,0.17545901238918304,-0.35844701528549194,0.16265563666820526,0.014081336557865143,-0.013141214847564697,-0.07377240806818008,-0.045438751578330994 +121,-1.7369913922317584,-0.07373574541753886,-0.2475915137117814,-0.9835415482521057,0.0736689493060112,0.16498152911663055,-0.3343331813812256,0.19707433879375458,-0.0817171111702919,-0.03539460897445679,-0.0418696328997612,-0.029101967811584473 +122,-1.7165260432051683,-0.06260987510193936,-0.2716399767163895,-0.987461507320404,0.06256897747516632,0.1449299156665802,-0.21685495972633362,0.14936114847660065,-0.03968769311904907,0.009846270084381104,-0.006126731634140015,0.035078033804893494 +123,-1.7223760504235417,-0.060193417776626255,-0.28935210350085455,-0.9867432713508606,0.06015707552433014,0.15072643756866455,-0.11332189291715622,-0.1942683905363083,0.00340748461894691,-0.011257648468017578,-0.046241071075201035,-0.03892531991004944 +124,-1.7265354526760373,-0.05012796688695336,-0.29736744535419174,-0.9866561889648438,0.05010697618126869,0.1549154669046402,-0.047914180904626846,0.10488848388195038,-0.06198573485016823,-0.004142701625823975,0.008395213633775711,-0.0514151006937027 +125,-1.6991278288712448,-0.046390159743825474,-0.306618632963106,-0.9907097220420837,0.04637352377176285,0.12784184515476227,-0.19148840010166168,0.21830052137374878,0.04983506724238396,0.02876526117324829,0.02660926803946495,0.03634272515773773 +126,-1.6980478495915172,-0.05452517883566258,-0.32887778653496774,-0.9904404282569885,0.05449816584587097,0.12671978771686554,-0.23534676432609558,0.06121823191642761,0.042451415210962296,-0.02486419677734375,-0.037301503121852875,-0.010508880019187927 +127,-1.6847609681924,-0.05183995865495299,-0.355588644730468,-0.9921783208847046,0.05181674286723137,0.11356533318758011,-0.25703901052474976,0.2440596967935562,0.002302663866430521,-0.02652883529663086,-0.013410381972789764,0.018011197447776794 +128,-1.6714144379941391,-0.05090691172692869,-0.37761447527655906,-0.9936534762382507,0.050884928554296494,0.1003183051943779,-0.07112719118595123,0.014978033490478992,-0.017022287473082542,0.008576452732086182,-0.02015370875597,0.007958069443702698 +129,-1.6726011731905222,-0.05211011395001331,-0.38796535353840583,-0.9934719800949097,0.05208653211593628,0.10149113088846207,-0.07328207045793533,-0.0639982745051384,0.06054224073886871,0.03869903087615967,-0.05414646863937378,-0.009831547737121582 +130,-1.6829636118247095,-0.062307677817966776,-0.3973352443480351,-0.9917874336242676,0.06226737052202225,0.11171501129865646,-0.155219167470932,-0.1729644387960434,0.26574307680130005,-0.02853715419769287,-0.017650671303272247,0.01819835603237152 +131,-1.699838120024114,-0.07267464033847512,-0.42685948269457746,-0.9890679717063904,0.07261068373918533,0.12834428250789642,-0.3855656683444977,-0.06403875350952148,0.09997185319662094,-0.04976564645767212,0.02341286838054657,-0.027987241744995117 +132,-1.7072953805725342,-0.0724334192080933,-0.47428772669586833,-0.9881005883216858,0.07237009704113007,0.13571874797344208,-0.6571979522705078,0.07960443198680878,0.09936706721782684,0.020159363746643066,0.018312878906726837,-0.004859462380409241 +133,-1.704189545259778,-0.0812593095360129,-0.5510173512084536,-0.9878460168838501,0.08116991072893143,0.132559135556221,-0.7840070724487305,0.4954146444797516,0.006881939247250557,-0.020058155059814453,0.06098096817731857,-0.001104697585105896 +134,-1.6696482468469616,-0.08663256688491826,-0.5889817656723442,-0.9913861155509949,0.08652424067258835,0.09832088649272919,0.06862697005271912,-0.39271384477615356,0.3926334083080292,0.13899970054626465,0.02101970463991165,-0.027199633419513702 +135,-1.6939835863012445,-0.11871367111728538,-0.616738003859017,-0.9854372143745422,0.11843503266572952,0.12201111018657684,-0.5755401849746704,0.19122444093227386,0.1394677460193634,-0.10823649168014526,0.01413331925868988,0.023481369018554688 +136,-1.6911852643652716,-0.11633465837102729,-0.6648718559681184,-0.9860517382621765,0.11607243120670319,0.11928657442331314,-0.33938348293304443,0.107279472053051,-0.018373236060142517,-0.008531391620635986,0.061661943793296814,-0.009255409240722656 +137,-1.6861009265026656,-0.11259738394741686,-0.671295122860516,-0.9870693683624268,0.11235961318016052,0.11432072520256042,0.043971482664346695,-0.0994100421667099,-0.03584691882133484,0.05765664577484131,0.03233945369720459,0.031949982047080994 +138,-1.698802763923787,-0.10552451758984492,-0.6823668801366869,-0.9863011240959167,0.10532878339290619,0.12694703042507172,-0.2732020318508148,-0.017286423593759537,-0.23803848028182983,-0.02291494607925415,0.07750198990106583,0.024648994207382202 +139,-1.699960383610221,-0.08792359952344021,-0.6992370311585618,-0.9878394603729248,0.08781035989522934,0.12830768525600433,-0.11384511739015579,-0.005109923891723156,-0.16260826587677002,0.02513176202774048,0.14276522397994995,0.05516400933265686 +140,-1.7142290325097178,-0.0847703931515617,-0.7093565719443465,-0.9861770868301392,0.08466890454292297,0.14242811501026154,-0.22828587889671326,-0.23224933445453644,-0.062044963240623474,-0.0021041035652160645,0.08906766027212143,0.07716105878353119 +141,-1.7362974686795334,-0.07411167360954314,-0.7501881306361821,-0.9836283922195435,0.07404384762048721,0.16429440677165985,-0.48629230260849,-0.15336835384368896,-0.13640856742858887,0.013398349285125732,0.04199924319982529,-0.0003081709146499634 +142,-1.7597513988609286,-0.05561327038784043,-0.8002449325122011,-0.9806824922561646,0.055584609508514404,0.18754225969314575,-0.5298354625701904,-0.02703865058720112,-0.1045389398932457,-0.011581242084503174,-0.004864398390054703,-0.03353537619113922 +143,-1.772927039618102,-0.04275218071616976,-0.8391600848912735,-0.9787458777427673,0.04273916035890579,0.20057366788387299,-0.2310427874326706,-0.3134312629699707,-0.04528036341071129,0.01396322250366211,-0.020720724016427994,-0.07670286297798157 +144,-1.7987441590630704,-0.03487975536360439,-0.8683109340639333,-0.9735395908355713,0.03487268462777138,0.2258414477109909,-0.5516203045845032,-0.09009005129337311,-0.00133912090677768,-0.00496065616607666,-0.04878870025277138,-0.06074133515357971 +145,-1.8062768843014743,-0.0258980301983403,-0.925029678048275,-0.9720762372016907,0.02589513547718525,0.2332320660352707,-0.48121801018714905,-0.072689488530159,0.09751620143651962,-0.04772961139678955,-0.050095561891794205,-0.108857661485672 +146,-1.8072894313653045,-0.025426779124816692,-0.9545796703833938,-0.9718512892723083,0.025424038991332054,0.2342190444469452,-0.10454041510820389,-0.016559358686208725,0.01062348484992981,-0.0033988356590270996,-0.0730772316455841,-0.09550145268440247 +147,-1.808051104640331,-0.01752436947166043,-0.9711421080671027,-0.9718377590179443,0.017523473128676414,0.2349991500377655,-0.2575205862522125,0.00335868913680315,-0.009843593463301659,0.023198723793029785,-0.06404751539230347,-0.0741409957408905 +148,-1.7928039257824357,-0.007168643026256845,-0.9964375923445332,-0.9754323959350586,0.007168581709265709,0.22018276154994965,-0.2238648384809494,0.1149376630783081,-0.11677569895982742,-0.09195053577423096,-0.0052917590364813805,-0.05488428473472595 +149,-1.7691953203592403,0.007593033882866377,-1.0102639174273533,-0.9803551435470581,-0.007592960726469755,0.19709430634975433,-0.06673847883939743,0.07997811585664749,-0.021186579018831253,0.0646294355392456,-0.030828654766082764,-0.005810141563415527 +150,-1.7798738508531553,-0.00308712212251053,-1.0131444451767093,-0.9782181978225708,0.0030871171038597822,0.2075566202402115,0.09884762763977051,-0.05825754627585411,0.1393590271472931,-0.0551069974899292,-0.0024157464504241943,-0.07640731334686279 +151,-1.7680718413120504,-0.015235870559265596,-0.9907083887935606,-0.9804903268814087,0.01523528154939413,0.195975661277771,0.4304855465888977,0.09579166769981384,0.1260065883398056,-0.002557098865509033,-0.03223356604576111,-0.04761447012424469 +152,-1.7635084238605463,-0.032523361191577005,-0.956397913396696,-0.9809694886207581,0.032517626881599426,0.19142022728919983,0.32774144411087036,0.09720822423696518,0.051813337951898575,-0.041277945041656494,-0.04914971813559532,-0.013701051473617554 +153,-1.7574996338334095,-0.03726397630108296,-0.9154239820545821,-0.9819392561912537,0.03725535422563553,0.1854916214942932,0.45991820096969604,0.00988693255931139,-0.08505574613809586,-0.003442704677581787,-0.04424387589097023,-0.03395666182041168 +154,-1.7565146547618242,-0.03800793643533385,-0.8716119132387687,-0.9820940494537354,0.037998784333467484,0.1845191866159439,0.44359755516052246,-0.07233074307441711,-0.03616700321435928,0.012199699878692627,-0.020329121500253677,-0.04427565634250641 +155,-1.759734873143523,-0.04230821549315753,-0.827008878277509,-0.981325089931488,0.04229559376835823,0.18764835596084595,0.4220163822174072,0.0719960555434227,-0.06362186372280121,-0.014875292778015137,-0.029981769621372223,-0.05187562108039856 +156,-1.7464496603778683,-0.04173867185705739,-0.7849892944507807,-0.9837550520896912,0.04172655567526817,0.17459926009178162,0.36192625761032104,-0.017263229936361313,-0.09873101115226746,-0.027902662754058838,-0.02990100160241127,-0.0381246954202652 +157,-1.7333977725605056,-0.03413403730621879,-0.7461594169921064,-0.986234724521637,0.034127410501241684,0.16179159283638,0.4348103404045105,0.36830365657806396,-0.16575060784816742,0.05589109659194946,0.007361233234405518,-0.024065732955932617 +158,-1.715354912557594,-0.03622393896073634,-0.7102538053786057,-0.988920271396637,0.03621601685881615,0.143961101770401,0.2724405527114868,-0.20813943445682526,0.014627845957875252,0.012296915054321289,-0.03903890401124954,-0.0192510187625885 +159,-1.7187110062957787,-0.033895893541789984,-0.6821535853909759,-0.9885125160217285,0.03388940170407295,0.14729127287864685,0.3712655007839203,0.1336410790681839,-0.1672620326280594,-0.009366631507873535,0.01646459475159645,-0.042982086539268494 +160,-1.717656988471036,-0.03795584821258955,-0.6287942969502832,-0.9885228872299194,0.037946734577417374,0.14622792601585388,0.6080796718597412,-0.09315744042396545,-0.009147044271230698,-0.0032678842544555664,0.037202805280685425,0.005963325500488281 +161,-1.71200815888541,-0.03961052803854567,-0.5783650807546097,-0.9892695546150208,0.03960017114877701,0.14063258469104767,0.556327760219574,-0.06923054903745651,-0.04137112945318222,0.010784447193145752,0.055126383900642395,0.01973724365234375 +162,-1.716710951138045,-0.04447972924762714,-0.5330597041036395,-0.9883947372436523,0.044465065002441406,0.14525358378887177,0.4960569143295288,-0.19606120884418488,-0.006166535895317793,-0.01552671194076538,0.0733633041381836,0.022104725241661072 +163,-1.7240921008329975,-0.04441341526989958,-0.49155433260901915,-0.9872985482215881,0.04439881443977356,0.1525454968214035,0.3393681049346924,0.0262198094278574,-0.12102711200714111,-0.007986366748809814,0.08887144923210144,0.006618961691856384 +164,-1.7282582739000945,-0.039631916592027076,-0.4571592501928303,-0.9868531227111816,0.039621543139219284,0.15668895840644836,0.3283635973930359,-0.1817040741443634,-0.09708941727876663,0.01589047908782959,0.06358891725540161,0.011493459343910217 +165,-1.7245957852401255,-0.039283668371159826,-0.42956099573336815,-0.9874338507652283,0.03927356377243996,0.1530756652355194,0.3838678300380707,-0.10353071242570877,0.08673055469989777,0.01718848943710327,0.06514233350753784,-0.011413097381591797 +166,-1.7231172702819961,-0.04128683232994723,-0.40539324677819943,-0.9875792860984802,0.04127510264515877,0.1516033113002777,0.16283413767814636,0.019086578860878944,0.0020808549597859383,0.030502259731292725,0.05714409053325653,-0.0025707483291625977 +167,-1.7254589907579807,-0.049506158986440646,-0.38170442893544504,-0.9868530035018921,0.0494859404861927,0.15385806560516357,0.17188550531864166,0.14783737063407898,-0.04961525276303291,-0.02044069766998291,0.0504743866622448,0.027217969298362732 +168,-1.7242830204559967,-0.04927778708089664,-0.3784598435218231,-0.9870443940162659,0.04925784468650818,0.15269917249679565,0.014106333255767822,-0.04257866367697716,-0.006258860230445862,0.01863008737564087,0.08491267263889313,-0.01681959629058838 +169,-1.716228592838579,-0.057447025270414134,-0.3938080338627879,-0.9878111481666565,0.0574154332280159,0.14468108117580414,-0.39567896723747253,0.0980762243270874,0.028335610404610634,0.006609976291656494,0.0661197155714035,0.09155547618865967 +170,-1.726509783795053,-0.0588491028196451,-0.45094096642382175,-0.986190915107727,0.05881514027714729,0.15481647849082947,-0.5934207439422607,-0.032916709780693054,0.07812069356441498,0.008072078227996826,0.061164699494838715,0.005171880125999451 +171,-1.7331813284501152,-0.059872325950836636,-0.5106871598641016,-0.9850762486457825,0.05983656272292137,0.16138260066509247,-0.5782792568206787,-0.026403147727251053,0.10847444832324982,-0.002930283546447754,0.047524284571409225,-0.02457226812839508 +172,-1.724527711045142,-0.0552691035794531,-0.5794991642504129,-0.9866976737976074,0.055240970104932785,0.15289275348186493,-0.7287687063217163,0.08227620273828506,0.09558188915252686,0.007403850555419922,0.05331006646156311,0.00047338008880615234 +173,-1.7249336583745363,-0.05310344757432457,-0.6547041750279506,-0.98675137758255,0.05307849124073982,0.15331128239631653,-0.65898597240448,-0.039508312940597534,0.14266301691532135,-0.015094935894012451,0.0008308291435241699,-0.04187643527984619 +174,-1.7252449009741628,-0.0554839983401384,-0.7205082905597529,-0.9865759611129761,0.055455535650253296,0.15359853208065033,-0.6781728863716125,0.12749959528446198,0.0817079022526741,0.00976938009262085,-0.015996310859918594,-0.03905083239078522 +175,-1.7206851346812242,-0.051445199666016156,-0.7905914070261268,-0.987479567527771,0.05142251029610634,0.14913062751293182,-0.6460515260696411,0.15627135336399078,0.09701826423406601,0.028144240379333496,0.02265891432762146,-0.06854903697967529 +176,-1.7092455538649671,-0.054276549166884194,-0.8549038588028445,-0.9889728426933289,0.05424990504980087,0.13780413568019867,-0.6806641221046448,0.12550653517246246,0.11577737331390381,-0.00043767690658569336,0.04418454319238663,0.005353823304176331 +177,-1.7123011914246706,-0.05627602758066374,-0.9295833162185094,-0.9884375929832458,0.056246329098939896,0.1408098340034485,-0.8238266110420227,0.016006097197532654,0.14495347440242767,0.044055938720703125,0.06074279546737671,0.013502359390258789 +178,-1.7290592273181689,-0.07450794032881454,-1.0299027627926625,-0.9847627282142639,0.07443901896476746,0.1571657806634903,-0.8497634530067444,-0.3931851387023926,0.5415413975715637,0.18840664625167847,0.05556585639715195,-0.0808413177728653 +179,-1.7347569536978424,-0.0991044200601369,-1.132405719424822,-0.981747567653656,0.09894227236509323,0.16242606937885284,-1.175826907157898,-0.014079095795750618,0.00676147174090147,0.2262696623802185,0.06888914108276367,-0.08819198608398438 +180,-1.7143357559957135,-0.0243316240617431,-1.2347402493531956,-0.9894230961799622,0.02432922273874283,0.14300471544265747,-1.5119160413742065,0.7937585711479187,-0.8274987936019897,0.020352542400360107,0.14095398783683777,-0.0563957542181015 +181,-1.7038156339214492,0.0059865269594058124,-1.319654282931736,-0.991148054599762,-0.005986491218209267,0.13262498378753662,-0.4454921782016754,0.3045431077480316,0.6241291761398315,-0.2515122890472412,-0.009302823804318905,-0.10076464712619781 +182,-1.6178548117398468,-0.009829157943606032,-1.4346976879738074,-0.9988448023796082,0.009828999638557434,0.04703884944319725,-1.21462082862854,0.5280041694641113,0.11254309862852097,-0.010158002376556396,0.0035529742017388344,-0.13863730430603027 +183,-1.6363821317619112,-0.030947957057887825,-1.5129471182599619,-0.9973721504211426,0.030943017452955246,0.06550741195678711,-0.9480850696563721,0.2503888010978699,0.8140004873275757,0.07079750299453735,-0.04363831877708435,-0.0666670873761177 +184,-1.561117657454157,-0.08362921029629422,-1.6526270833704209,-0.9964584112167358,0.08353175967931747,-0.00964469276368618,-1.4313368797302246,1.1274399757385254,0.4741341471672058,0.028685033321380615,0.038187555968761444,-0.07154732942581177 +185,-1.5079962646369072,-0.18271950913492505,-1.7597500147291725,-0.981414794921875,0.18170447647571564,-0.061714060604572296,-1.041408896446228,0.44481801986694336,0.5063061714172363,-0.1729888916015625,-0.08873265981674194,-0.0568467378616333 +186,-1.4328194020615512,-0.2518612593228913,-1.8696407750307475,-0.9592463970184326,0.24920693039894104,-0.13320021331310272,-1.3853729963302612,0.8212870359420776,0.31130847334861755,-0.08904767036437988,-0.05288735032081604,-0.05089712142944336 +187,-1.4196681161119475,-0.28682444095151305,-1.9690703532673512,-0.948214590549469,0.2829078137874603,-0.14440302550792694,-1.1004269123077393,0.29440662264823914,0.12722718715667725,-0.07175910472869873,-0.10338819026947021,-0.04833076894283295 +188,-1.4361010331740156,-0.27679883427553953,-2.043454366685385,-0.9532222747802734,0.27327772974967957,-0.12917670607566833,-0.17647182941436768,-1.1687029600143433,-0.20307298004627228,0.06818199157714844,-0.048042744398117065,-0.07307857275009155 +189,-1.4739126689946334,-0.31788834859831455,-2.080788338847151,-0.9454429149627686,0.31256139278411865,-0.09188564121723175,-0.4681681990623474,0.4618678390979767,0.43921783566474915,-0.04950636625289917,-0.05943340063095093,-0.007861070334911346 +190,-1.5062488616662955,-0.33436998770295057,-2.148544099188182,-0.9426500201225281,0.3281741142272949,-0.060930315405130386,-0.6872011423110962,-0.3643645644187927,0.5796006321907043,0.15000176429748535,0.0553249716758728,0.028780106455087662 +191,-1.5417047798158658,-0.36906689219571476,-2.219232375694007,-0.9322696924209595,0.36074531078338623,-0.02712882123887539,-0.6976262927055359,-0.031979888677597046,-0.35946008563041687,-0.08659011125564575,0.16563710570335388,-0.15167367458343506 +192,-1.566096357121199,-0.372937897884527,-2.277226010599897,-0.9312506318092346,0.3643529415130615,-0.004376881755888462,-1.1999486684799194,0.8299923539161682,0.06039852648973465,0.1190253496170044,0.08768865466117859,0.04609435796737671 +193,-1.5247937892167691,-0.3983035094354598,-2.4037076744726438,-0.920745313167572,0.38785520195961,-0.04238652437925339,-0.7180245518684387,0.1545611470937729,0.49664077162742615,0.12425166368484497,0.01268807053565979,-0.030001167207956314 +194,-1.5240877290998953,-0.40885931398686237,-2.5203773750100362,-0.916574239730835,0.3975629210472107,-0.042843058705329895,-1.5461241006851196,0.9413425326347351,0.5333206653594971,0.041192710399627686,0.11926758289337158,-0.022022012621164322 +195,-1.454998643625102,-0.42597128924889943,-2.641028919318716,-0.9045393466949463,0.41320547461509705,-0.10521426051855087,-1.1240191459655762,1.1535452604293823,-0.3227790296077728,0.01811039447784424,0.02772781252861023,0.031377002596855164 +196,-1.3616749025866488,-0.43462276616775924,-2.786632205896123,-0.8872681260108948,0.4210682809352875,-0.18829971551895142,-1.0382159948349,0.9593458771705627,-0.3695809245109558,0.09452831745147705,-0.010439008474349976,-0.050301969051361084 +197,-1.433432358890792,-0.3024391873111425,-2.88528022348207,-0.9456207156181335,0.2978495657444,-0.1307174116373062,-0.64362633228302,0.20365281403064728,-1.6323988437652588,-0.12800288200378418,0.1848011612892151,0.06141199171543121 +198,-1.4505518844743959,-0.28416380942049557,-2.9826667767773682,-0.9529653787612915,0.28035488724708557,-0.1151442751288414,-0.9173600077629089,-0.1844254434108734,-0.4309689998626709,-0.031134963035583496,0.06571441888809204,0.01439046859741211 +199,-1.4440102801621182,-0.24350761079747132,-3.068804920239976,-0.9627084136009216,0.241108238697052,-0.12271624058485031,-1.2692058086395264,0.38463062047958374,-0.12799562513828278,0.1131753921508789,0.015742942690849304,0.004231758415699005 +200,-1.4201916178351257,-0.258523519982586,3.1256061549135703,-0.9558252692222595,0.25565341114997864,-0.14505010843276978,-0.8337309956550598,0.6395720839500427,0.10396543890237808,0.06472724676132202,0.03899380564689636,0.017303526401519775 +201,-1.4189811037906725,-0.3542569766184777,3.013348469620276,-0.9271169900894165,0.3468935787677765,-0.14184187352657318,-1.7840933799743652,0.41722050309181213,0.2582498788833618,-0.073996901512146,0.05361911654472351,0.07847213745117188 +202,-1.4615365290328461,-0.30532831115285836,2.8912321144210766,-0.9480611681938171,0.30060631036758423,-0.10399913787841797,-0.15389078855514526,-0.39256763458251953,-0.48583054542541504,0.06601166725158691,-0.13337001204490662,-0.05139635503292084 +203,-1.493337222011841,-0.2640890546474234,2.876348649928628,-0.9624361395835876,0.26103001832962036,-0.07469889521598816,0.16531211137771606,-0.058100901544094086,-0.33752086758613586,-0.012585163116455078,-0.004239857196807861,-0.02117210626602173 +204,-1.5087025333505988,-0.23558772328392005,2.908256330735961,-0.9705033898353577,0.23341451585292816,-0.060339804738759995,0.17781737446784973,0.0014560967683792114,-0.1384960114955902,-0.06494277715682983,0.003996983170509338,0.07526290416717529 +205,-1.498878523696324,-0.2358219229955039,2.8801925684963723,-0.9698092341423035,0.23364223539829254,-0.06986704468727112,-0.2720504403114319,0.18964220583438873,-0.09049703180789948,0.004309356212615967,0.03398166596889496,0.049649178981781006 +206,-1.5098476563267298,-0.24274710970438615,2.862821254485353,-0.968878984451294,0.24037009477615356,-0.05912511795759201,-0.06137653812766075,0.04061759635806084,0.11535564064979553,-0.024986982345581055,0.06517188251018524,0.022320926189422607 +207,-1.5069189592455507,-0.2513837901802609,2.8908862732172684,-0.9665938019752502,0.24874448776245117,-0.061827585101127625,0.0006602266803383827,0.04300444945693016,0.16951580345630646,0.025324881076812744,0.07899905741214752,0.04782003164291382 +208,-1.4851924661506588,-0.26609130352192506,2.8574795142120415,-0.9612731337547302,0.26296231150627136,-0.08249028772115707,-0.2102741301059723,0.37721407413482666,0.27981555461883545,0.0759735107421875,0.05989837646484375,-0.09765493124723434 +209,-1.480111195048984,-0.27897286388951903,2.8643111084889075,-0.9573886394500732,0.2753683626651764,-0.08705969899892807,0.1753232777118683,-0.05966203659772873,0.3083069622516632,0.03696322441101074,0.04257902503013611,-0.08788228034973145 +210,-1.4612588195732752,-0.2821569892305836,2.8582468488994,-0.9547009468078613,0.27842798829078674,-0.10499582439661026,-0.33541613817214966,0.17058317363262177,-0.09858392179012299,0.05960506200790405,0.006651967763900757,-0.01997363567352295 +211,-1.4895307879580513,-0.30024404471858934,2.842269478935938,-0.9521118402481079,0.2957533299922943,-0.07754465937614441,0.12671992182731628,-0.3902924656867981,0.3626057207584381,-0.01666879653930664,0.031624019145965576,-0.09672600775957108 +212,-1.4942493735744955,-0.30929830362139804,2.8702648086143374,-0.9497580528259277,0.3043903112411499,-0.07284341752529144,-0.03061513788998127,0.19449597597122192,-0.27026981115341187,-0.06069415807723999,0.015937447547912598,0.010831654071807861 +213,-1.4626075349841716,-0.29331781216299996,2.827212660279511,-0.9516929388046265,0.28912991285324097,-0.10336612164974213,-0.29382240772247314,0.06100261211395264,0.11156520992517471,0.07980573177337646,0.07056552171707153,-0.03468012809753418 +214,-1.4779100023190352,-0.30806056248821817,2.8412347095098767,-0.9488155841827393,0.3032110631465912,-0.08838633447885513,0.21888016164302826,-0.27194634079933167,0.04289165884256363,0.004067599773406982,0.034221768379211426,-0.025551021099090576 +215,-1.4604661480420031,-0.30238418361039504,2.7947382974561434,-0.9488247632980347,0.2977970540523529,-0.10511084645986557,-0.8729355335235596,0.4352462589740753,-0.07920543104410172,0.08906841278076172,0.028283238410949707,-0.04361651837825775 +216,-1.4733259258377105,-0.3158341455585903,2.712747800163537,-0.9460259675979614,0.31060945987701416,-0.0925026535987854,-0.5562030076980591,0.08273082226514816,0.08544833958148956,-0.020725131034851074,0.07118067145347595,-0.03362642973661423 +217,-1.4926487139387508,-0.34319327059890786,2.660081088348021,-0.9388108849525452,0.33649584650993347,-0.07351554185152054,-0.49359413981437683,-0.08956186473369598,0.26697102189064026,-0.03019845485687256,0.016180485486984253,-0.02145516127347946 +218,-1.505326215742244,-0.3672659855967605,2.5995939271761856,-0.9313129186630249,0.35906508564949036,-0.061060428619384766,-0.9886808395385742,0.1724889576435089,0.16369782388210297,-0.028068125247955322,-0.017085134983062744,0.011652473360300064 +219,-1.5296507592972597,-0.3870438808752647,2.4828384841603626,-0.9252451062202454,0.3774526119232178,-0.03809123486280441,-1.0474307537078857,0.09410438686609268,0.08977997303009033,-0.026155591011047363,-0.03355008363723755,-0.04203271493315697 +220,-1.5752863382996654,-0.39387370841475783,2.379021558194951,-0.9234201908111572,0.38376837968826294,0.004146195016801357,-0.7222710847854614,0.26527172327041626,-0.0535864382982254,-0.14408481121063232,0.055211782455444336,-0.09217417240142822 +221,-1.557716791005314,-0.3923026216258615,2.3099789123210854,-0.9239521026611328,0.38231712579727173,-0.012085553258657455,-0.5682825446128845,0.27405858039855957,0.001138861756771803,0.06132704019546509,-0.012535661458969116,0.060227036476135254 +222,-1.6175517719963226,-0.3968250443336496,2.208899111291421,-0.9212847948074341,0.3864920437335968,0.04310649633407593,-1.0737876892089844,-0.16256028413772583,0.008346226997673512,-0.017466366291046143,0.06283345818519592,-0.0955052375793457 +223,-1.6370991634785172,-0.37637032659331027,2.1260519666829083,-0.9279615879058838,0.36754727363586426,0.06161680445075035,-0.5673812031745911,-0.004029474686831236,-0.3098255693912506,0.05926334857940674,0.01688268780708313,-0.0016039535403251648 +224,-1.6384332537592816,-0.3513078172311958,2.027564774180414,-0.9367764592170715,0.34412604570388794,0.06345747411251068,-1.0257667303085327,0.5712398886680603,-0.07906223088502884,0.06850576400756836,0.07898479700088501,0.02484510838985443 +225,-1.6352339562029468,-0.34713979776646015,1.9513063711190024,-0.9383980631828308,0.34020960330963135,0.060551974922418594,-0.648981511592865,-0.040888357907533646,0.1589030921459198,0.05672997236251831,0.032471030950546265,0.04581713303923607 +226,-1.6562342389372877,-0.3530809287203346,1.8838141266439858,-0.9348890781402588,0.3457903265953064,0.0800698921084404,-0.5936347246170044,0.008791272528469563,-0.06692205369472504,-0.052232325077056885,0.031116992235183716,0.01705227792263031 +227,-1.65222369772383,-0.3438803217081267,1.8200880322035213,-0.9383342266082764,0.3371427655220032,0.07657540589570999,-0.6161432862281799,0.26307252049446106,0.11800902336835861,0.07151293754577637,0.019394099712371826,0.0780266523361206 +228,-1.6821093027473797,-0.35923369771098085,1.7670515532598208,-0.9303725957870483,0.3515569567680359,0.10399240255355835,-0.3788406550884247,-0.29541975259780884,0.21927562355995178,0.0016769766807556152,0.0030877888202667236,0.022548668086528778 +229,-1.7115150158476815,-0.3695339437774557,1.7143018708654552,-0.9232785105705261,0.3611808717250824,0.1307869553565979,-0.6682888865470886,0.08814220875501633,0.013419919647276402,-0.004410088062286377,-0.025380700826644897,0.010128006339073181 +230,-1.7256367714071843,-0.3579710482908204,1.6609715454734943,-0.9254043698310852,0.35037460923194885,0.1444462686777115,-0.37304335832595825,0.013497861102223396,-0.011006537824869156,0.04245436191558838,-0.0026573240756988525,-0.0196140855550766 +231,-1.7344966472406478,-0.35526607501408536,1.632157599011758,-0.9250196814537048,0.3478398323059082,0.1527933031320572,-0.20826540887355804,0.0725211352109909,-0.002386318286880851,0.01909029483795166,0.014007031917572021,0.015389055013656616 +232,-1.7354480483105774,-0.35781947073785186,1.610936059315955,-0.923994779586792,0.35023266077041626,0.15352723002433777,-0.20075549185276031,0.1362529993057251,0.049201082438230515,0.015639126300811768,0.00021591782569885254,0.03356073796749115 +233,-1.7374328569581567,-0.3597054907828073,1.5867869384177415,-0.923035204410553,0.35199859738349915,0.15525104105472565,-0.27938759326934814,0.09595703333616257,0.029639212414622307,0.017807602882385254,-0.020928651094436646,0.04605817794799805 +234,-1.7383011338294359,-0.3589150085338102,1.5554811235159247,-0.9231740832328796,0.3512585759162903,0.15609876811504364,-0.005538635887205601,0.07852420210838318,0.03370868042111397,-0.02299278974533081,0.001860290765762329,-0.014619246125221252 +235,-1.7224617919872343,-0.360264938872607,1.5713829864818472,-0.9250611662864685,0.3525221645832062,0.14138557016849518,-0.1046404018998146,0.013031195849180222,0.04496314376592636,0.09145832061767578,-0.015959084033966064,0.06271599233150482 +236,-1.7263695679067483,-0.36257279781017143,1.5737174094531756,-0.9236953854560852,0.3546809256076813,0.14487296342849731,0.20124255120754242,0.08254306763410568,-0.05499120056629181,0.0052536725997924805,-0.03424638509750366,-0.01177060604095459 +237,-1.7039537164146281,-0.3541490423546325,1.5962025086411589,-0.9296389222145081,0.3467923402786255,0.12452514469623566,0.30315935611724854,0.23078316450119019,-0.08452203124761581,0.017010748386383057,-0.005575329065322876,0.026201240718364716 +238,-1.678968432008567,-0.340344151907326,1.6380826192987534,-0.9371301531791687,0.33381152153015137,0.10176859050989151,0.21025018393993378,0.11560570448637009,-0.24807500839233398,-0.009250402450561523,0.03198742866516113,0.0905836671590805 +239,-1.6512456601275003,-0.3187748357402322,1.657259570360955,-0.9465488791465759,0.3134033679962158,0.07631393522024155,0.19885115325450897,0.1914709508419037,-0.18499165773391724,0.010376274585723877,0.06478574872016907,0.07287121564149857 +240,-1.6344127818183987,-0.31403819324229265,1.6557102282293965,-0.9491699934005737,0.308901846408844,0.060464419424533844,0.059398651123046875,0.09334424883127213,0.04789526388049126,0.02755439281463623,0.058392465114593506,-0.04140615463256836 +241,-1.625958111588525,-0.31944191162261026,1.6749773047113858,-0.9479668736457825,0.3140367567539215,0.05234464630484581,0.19348767399787903,-0.004136248026043177,0.02947913482785225,0.048033952713012695,0.026051104068756104,-0.062049269676208496 +242,-1.6192797732247408,-0.3321778735145533,1.693220347631984,-0.9442235827445984,0.326102614402771,0.0458151176571846,-0.02629035711288452,0.026468148455023766,0.08918263763189316,-0.009145617485046387,-0.01978239417076111,-0.047279953956604004 +243,-1.600735332167786,-0.33107628973057107,1.7126909207579606,-0.9452693462371826,0.32506105303764343,0.02830888144671917,0.4081459641456604,0.0901205837726593,-0.06117037311196327,-0.010175108909606934,0.0004242062568664551,-0.029651638120412827 +244,-1.5871589828111061,-0.331125527813323,1.7539451838408127,-0.9455505609512329,0.3251076340675354,0.015473099425435066,0.3948137164115906,-0.04356905445456505,-0.030561955645680428,-0.01250314712524414,0.0020866096019744873,-0.040512800216674805 +245,-1.572856506395946,-0.33082119583711167,1.8009741716972714,-0.9457738399505615,0.32481980323791504,0.001948466757312417,0.37882110476493835,0.035475216805934906,0.10121816396713257,0.0318945050239563,0.038232505321502686,-0.0056258440017700195 +246,-1.5681509169660732,-0.3453658388476671,1.8440196882757411,-0.9409484267234802,0.3385409414768219,-0.0024892000947147608,0.3964115381240845,-0.08799202740192413,0.044856976717710495,-0.03118908405303955,0.010595440864562988,-0.005002856254577637 +247,-1.564931620466999,-0.35235898411685174,1.8740114020985348,-0.9385449886322021,0.3451128304004669,-0.005504353903234005,0.20082193613052368,-0.07762954384088516,0.057677462697029114,-0.0080186128616333,0.002375572919845581,-0.007114648353308439 +248,-1.5607023016134567,-0.3538258715004995,1.8977440784904158,-0.9380061626434326,0.34648922085762024,-0.009468579664826393,0.14842696487903595,-0.06799116730690002,-0.01848668046295643,0.004961729049682617,-0.01714351773262024,0.027138233184814453 +249,-1.5692291910494678,-0.3533062656461567,1.9076138959342968,-0.9382327198982239,0.3460017442703247,-0.0014703392516821623,0.15071074664592743,-0.08133427798748016,0.03307214751839638,-0.03492701053619385,-0.004510045051574707,-0.023798227310180664 +250,-1.565750516790387,-0.35535729934605464,1.948582727178073,-0.9375103116035461,0.3479253649711609,-0.004730538930743933,0.5213786959648132,-0.023445267230272293,-0.022072359919548035,0.0023296475410461426,-0.043192148208618164,-0.024459481239318848 +251,-1.5666076104844067,-0.3577897583964214,2.0249685072844144,-0.9366648197174072,0.35020482540130615,-0.0039234459400177,0.7404499650001526,-0.35423317551612854,0.07193992286920547,-0.027553200721740723,-0.02569618821144104,-0.021634995937347412 +252,-1.570109761040269,-0.35509345716422736,2.0874103701499687,-0.937613844871521,0.347678005695343,-0.0006437336560338736,0.5651715397834778,-0.23796087503433228,-0.08070283383131027,-0.023079514503479004,0.027230441570281982,-0.05022907257080078 +253,-1.5781117254539307,-0.34869734731616997,2.1553367676316273,-0.9397934675216675,0.3416738510131836,0.006875086575746536,0.5947961211204529,-0.29002922773361206,0.008220765739679337,0.020558297634124756,0.025422096252441406,-0.022011756896972656 +254,-1.5975726868075955,-0.3496828848449048,2.2212386300652516,-0.9391446709632874,0.34259989857673645,0.025152888149023056,0.5110637545585632,-0.479319304227829,0.013729311525821686,0.0044217705726623535,0.019201219081878662,-0.012411832809448242 +255,-1.6215483125347756,-0.35248158698970883,2.250894613562476,-0.9373105764389038,0.3452278971672058,0.047611258924007416,0.16212178766727448,-0.29616010189056396,0.0022466008085757494,-0.04895663261413574,0.04455795884132385,-0.05369948595762253 +256,-1.619364232461309,-0.3612005271672796,2.297523991175646,-0.9343701004981995,0.35339754819869995,0.04541611298918724,0.915837824344635,-0.06887596100568771,0.09790971875190735,0.06941044330596924,-0.03230684995651245,-0.06697678565979004 +257,-1.6342541543187588,-0.3762401967271732,2.4099335747170163,-0.9281806945800781,0.3674262464046478,0.058979518711566925,0.7956246733665466,-0.8981190323829651,0.09564586728811264,-0.019115447998046875,0.008458733558654785,0.07456541061401367 +258,-1.6973982538507946,-0.38533142359351635,2.4905197299778212,-0.9192573428153992,0.37586626410484314,0.11700554192066193,1.0695372819900513,-0.9441955089569092,-0.15975306928157806,-0.03260105848312378,0.012820780277252197,-0.0473797470331192 +259,-1.7352895386953782,-0.3821141771071767,2.586701934530279,-0.9153532981872559,0.37288299202919006,0.15194229781627655,0.4064171314239502,-0.5019832849502563,0.024953987449407578,0.06969606876373291,0.02801111340522766,0.033085793256759644 +260,-1.7638096082943822,-0.39494483773371475,2.592734726058053,-0.905877947807312,0.38475728034973145,0.17705057561397552,-0.014239205978810787,-0.17758908867835999,0.10472330451011658,0.022409379482269287,0.012200117111206055,-0.03602887690067291 +261,-1.7897071855520246,-0.4045626504293284,2.604901713056232,-0.8973358273506165,0.39361676573753357,0.19963577389717102,0.08578446507453918,-0.3177902102470398,0.06773961335420609,0.009411513805389404,0.007536858320236206,-0.006795138120651245 +262,-1.8045493247548803,-0.39638899757005,2.5977200312263835,-0.8973738551139832,0.38608986139297485,0.2136697620153427,-0.08294565975666046,0.009023244492709637,-0.2691613733768463,-0.02590489387512207,0.05614033341407776,0.06252966821193695 +263,-1.809288419260067,-0.3741824794175178,2.6201674906166303,-0.904460608959198,0.3655116856098175,0.21989162266254425,0.37079471349716187,-0.24896639585494995,-0.08048916608095169,0.0759846568107605,0.060208529233932495,0.08288848400115967 +264,-1.8227252456112424,-0.36579627389091546,2.6105209067692083,-0.9043611288070679,0.35769298672676086,0.23278041183948517,-0.3628154397010803,0.0038208365440368652,-0.1336323767900467,0.02212846279144287,0.07283371686935425,0.0094834566116333 +265,-1.835676867234654,-0.35518063411761425,2.6011866099385714,-0.9048844575881958,0.3477597236633301,0.24545380473136902,0.08633474260568619,-0.1653098464012146,-0.01837732642889023,0.02338409423828125,0.10310700535774231,-0.03207489848136902 +266,-1.8424689046184242,-0.3559123301668639,2.581400243081066,-0.9029510617256165,0.3484456539154053,0.25152572989463806,-0.49028342962265015,0.07481510937213898,0.0023663616739213467,0.0655791163444519,0.12663674354553223,0.013794094324111938 +267,-1.8482205953725244,-0.35885039778572225,2.5138678151719005,-0.9005008339881897,0.35119807720184326,0.25643351674079895,-0.7489518523216248,0.14481762051582336,0.33002135157585144,0.0825229287147522,0.16836369037628174,0.015386462211608887 +268,-1.866214982915725,-0.3702716712012821,2.4336717870792737,-0.8918451070785522,0.3618687093257904,0.2714095115661621,-0.6928719282150269,0.29091474413871765,0.3620992600917816,0.0383601188659668,0.1287165880203247,0.004682987928390503 +269,-1.8678579898486207,-0.39311802223835035,2.3485649197684735,-0.8832608461380005,0.3830704391002655,0.2703835070133209,-0.7895992994308472,0.2512325346469879,0.4605301022529602,0.012548625469207764,0.04255816340446472,-0.002027183771133423 +270,-1.867745081209657,-0.4024002447106055,2.238584897468726,-0.8798531293869019,0.3916279971599579,0.2692316770553589,-0.878937840461731,0.4338383078575134,0.3503499925136566,0.011384069919586182,0.01646825671195984,-0.04494279623031616 +271,-1.864406890775046,-0.4182447301116962,2.1542428518128633,-0.874697208404541,0.40615710616111755,0.2644639313220978,-0.6123045086860657,0.2750890552997589,0.3881152272224426,0.016375064849853516,-0.025023072957992554,0.0029463768005371094 +272,-1.8516857820154984,-0.42718818163457994,2.074299002367193,-0.8744656443595886,0.41431331634521484,0.2522987127304077,-0.7225919365882874,0.45153191685676575,0.12862522900104523,-0.025085866451263428,-0.03526964783668518,0.08760610222816467 +273,-1.8565353450120439,-0.43326653812423416,2.0136798603226467,-0.8707994222640991,0.41983774304389954,0.25582191348075867,-0.4201948642730713,0.043530844151973724,0.22540780901908875,-0.01140284538269043,-0.0071942806243896484,0.08861473202705383 +274,-1.872501522597112,-0.43580855312697114,1.9676080949430657,-0.8655821681022644,0.42214351892471313,0.2693740129470825,-0.4594038724899292,0.13864880800247192,0.14150060713291168,0.01842951774597168,-0.03981932997703552,0.04053196310997009 +275,-1.86668405157925,-0.4378168206870068,1.9167647717162652,-0.8663216829299927,0.4239632189273834,0.26408618688583374,-0.4179075360298157,0.24002104997634888,0.17532122135162354,-0.019282996654510498,0.024828195571899414,0.02166503667831421 +276,-1.852888406051071,-0.43106135938502116,1.876841384922223,-0.8726136088371277,0.4178352952003479,0.25290152430534363,-0.18809078633785248,0.2932458519935608,0.049719929695129395,0.050485312938690186,0.012569308280944824,-0.025408297777175903 +277,-1.850207579683555,-0.4355987937796154,1.8585393076235457,-0.8714571595191956,0.42195335030555725,0.2500358819961548,-0.22381240129470825,0.23403377830982208,0.16819486021995544,0.028988778591156006,0.03796184062957764,0.0042060911655426025 +278,-1.8369633080478434,-0.4446515685827515,1.8128157182928768,-0.8709707856178284,0.4301433563232422,0.23745790123939514,-0.2909856140613556,0.2586318254470825,0.1574309766292572,-0.0015265941619873047,-0.0007306039333343506,-0.08137576282024384 +279,-1.8323838209516257,-0.45893005177134816,1.8086743549363908,-0.86602783203125,0.4429891109466553,0.23185479640960693,0.2739900052547455,-0.07125070691108704,0.03244584798812866,-0.07687389850616455,-0.034358710050582886,-0.10943350195884705 +280,-1.8108229458444438,-0.4540738981598678,1.8219031191209334,-0.872904360294342,0.43863025307655334,0.21363890171051025,-0.39991840720176697,0.5427989959716797,-0.10442965477705002,-0.05728667974472046,-0.026932895183563232,0.018416762351989746 +281,-1.7672288499048594,-0.43669414312107535,1.800694011200199,-0.8887286186218262,0.42294615507125854,0.17685577273368835,0.20659014582633972,0.2340797334909439,-0.101376011967659,0.03606754541397095,-0.03674623370170593,-0.029928937554359436 +282,-1.7666455603316178,-0.4416839728587818,1.8103706548874867,-0.8867504000663757,0.4274624288082123,0.17592446506023407,0.03851515054702759,-0.07361169904470444,0.0811677798628807,-0.03976315259933472,-0.007296442985534668,-0.06998278200626373 +283,-1.7578949499598149,-0.43894348887814966,1.8316206342738688,-0.8894037008285522,0.42498335242271423,0.16837552189826965,0.03176368027925491,0.12593302130699158,-0.08792182058095932,-0.0036169886589050293,-0.008494645357131958,-0.025080189108848572 +284,-1.7194556868025155,-0.43883932751975296,1.813947722240313,-0.8952609896659851,0.42488905787467957,0.13407807052135468,-0.150029718875885,0.5112941861152649,0.07047959417104721,0.007199525833129883,0.010657787322998047,-0.014571204781532288 +285,-1.683399637601337,-0.44562398320788793,1.8144868861358154,-0.8966273069381714,0.4310210049152374,0.10139209777116776,0.09251736104488373,0.14799001812934875,0.11227980256080627,-0.05227100849151611,0.018106192350387573,0.015505433082580566 +286,-1.6704884556124722,-0.4477815096601483,1.8319462292515505,-0.8969342112541199,0.43296682834625244,0.08971469104290009,0.015522568486630917,0.14657887816429138,0.012372240424156189,-0.04607415199279785,0.04785284399986267,0.051306962966918945 +287,-1.6669736042386267,-0.4520619910280315,1.8101621784237174,-0.8953909873962402,0.436821311712265,0.08638278394937515,-0.32270798087120056,0.08941550552845001,0.059375956654548645,0.03018718957901001,-0.00130501389503479,-0.010607607662677765 +288,-1.6928174324090564,-0.45977272737444985,1.7742584734277305,-0.8894903063774109,0.4437444508075714,0.10907848924398422,-0.20162537693977356,-0.2678212821483612,0.15619589388370514,-0.07144725322723389,0.05128118395805359,-0.09156131744384766 +289,-1.6922961777272665,-0.4597223256134329,1.7657401532488017,-0.889569103717804,0.44369927048683167,0.10861752182245255,0.003743994515389204,0.45598000288009644,-0.14023230969905853,0.10635077953338623,-0.03581660985946655,0.06537842750549316 +290,-1.6824423519447154,-0.4498850837294226,1.7173958143218682,-0.8948906660079956,0.43486204743385315,0.10032819211483002,-1.0255595445632935,0.15546302497386932,0.06654505431652069,0.0895928144454956,0.06411558389663696,0.09406876564025879 +291,-1.712608458436376,-0.455520021731972,1.6424223177089001,-0.8890174627304077,0.43992936611175537,0.12692545354366302,-0.16134144365787506,-0.0191273745149374,0.19126182794570923,-0.06796801090240479,0.06564006209373474,-0.03756999969482422 +292,-1.702999014038034,-0.4559955764643765,1.646917865293531,-0.8899886608123779,0.44035637378692627,0.11834918707609177,-0.23250631988048553,0.15282028913497925,-0.14913511276245117,0.03352808952331543,-0.03584590554237366,0.11924540996551514 +293,-1.7071695971567586,-0.4402650955672465,1.572365743596159,-0.896239697933197,0.42617928981781006,0.12298650294542313,-0.8376625180244446,0.45012718439102173,-0.06748876720666885,0.02453559637069702,0.017500489950180054,0.062178850173950195 +294,-1.711508916810014,-0.42656304519398025,1.502811107212355,-0.9013952016830444,0.4137442708015442,0.12768146395683289,-0.4538912773132324,0.12982721626758575,-0.02199558913707733,0.019589781761169434,0.02467125654220581,0.018604516983032227 +295,-1.723621570770964,-0.4247531586390588,1.4350557630985274,-0.9005211591720581,0.4120958745479584,0.13870388269424438,-0.7711309194564819,0.09262219816446304,0.1198449581861496,0.032997965812683105,0.003095775842666626,0.00840616226196289 +296,-1.7388135644905311,-0.4267681037260975,1.3651879031712475,-0.8974895477294922,0.4139309525489807,0.15222887694835663,-0.6154628992080688,0.25344598293304443,0.0974237397313118,0.017866194248199463,-0.0102597177028656,-0.01357223093509674 +297,-1.7351125667908522,-0.41900841100494374,1.2780030994039504,-0.9011886119842529,0.4068548381328583,0.14942719042301178,-0.8049992322921753,0.3972014784812927,0.060960546135902405,0.02516615390777588,0.012365162372589111,0.011202111840248108 +298,-1.7195204566318416,-0.4081898098349488,1.1713259357873502,-0.9077087044715881,0.39694851636886597,0.13600240647792816,-1.0594345331192017,0.6428189873695374,-0.06452877074480057,0.010614097118377686,0.014611542224884033,0.05294714868068695 +299,-1.700896452526072,-0.393223406948359,1.0475241432369895,-0.9158726930618286,0.3831678032875061,0.11983201652765274,-1.1257989406585693,0.8446427583694458,0.12940680980682373,0.04868519306182861,-0.02460154891014099,0.02221202850341797 +300,-1.6802598624340168,-0.4035319194003289,0.9364966795882954,-0.9141752123832703,0.39266902208328247,0.10047046095132828,-0.6105730533599854,0.2739142179489136,0.38063687086105347,-0.040277063846588135,-0.025557905435562134,-0.019232772290706635 +301,-1.6693193419941494,-0.420534177891219,0.8932157264445987,-0.9084439873695374,0.4082481563091278,0.0897933691740036,-0.5510669946670532,0.48185452818870544,0.061877042055130005,-0.02083146572113037,-0.1060173511505127,0.062275759875774384 +302,-1.6513382029462702,-0.4224656737044797,0.8229915893380121,-0.9091238975524902,0.41001057624816895,0.07338128983974457,-0.521776020526886,0.38702666759490967,0.010951835662126541,-0.06582105159759521,-0.036994338035583496,0.015119664371013641 +303,-1.639123623878701,-0.41437329793325317,0.7841039360324726,-0.9132327437400818,0.40261635184288025,0.06249601021409035,-0.193243607878685,0.060397569090127945,-0.05631791055202484,-0.014318346977233887,-0.014737993478775024,0.008899793028831482 +304,-1.6479371750742593,-0.4080819705766126,0.7912507118288181,-0.915153980255127,0.39684954285621643,0.0707361176609993,0.3060985207557678,-0.15960100293159485,-0.07729149609804153,-0.06915998458862305,0.06524759531021118,-0.023433804512023926 +305,-1.6478576516306849,-0.3917133879038306,0.8276561738969974,-0.9215131998062134,0.38177257776260376,0.07115393131971359,0.24160553514957428,-0.2664395272731781,-0.2573675215244293,0.05977320671081543,0.033693671226501465,-0.04080427438020706 +306,-1.6630501260823118,-0.383189959193017,0.8313504272007104,-0.9235329031944275,0.3738809823989868,0.0854419469833374,-0.1986927092075348,0.020025797188282013,0.12198099493980408,0.03008490800857544,0.08698025345802307,-0.1114734336733818 +307,-1.647699949544452,-0.3907112043953797,0.8109950079090488,-0.9219056367874146,0.3808461129665375,0.07103797793388367,-0.37804433703422546,0.2905590236186981,-0.07740508764982224,0.0573883056640625,0.028257310390472412,-0.03960477560758591 +308,-1.6290423000509884,-0.3864798544262943,0.730595721037595,-0.9246707558631897,0.37693026661872864,0.053919337689876556,-0.8596296310424805,0.7877907752990723,-0.01861141435801983,-0.018093347549438477,0.0633314847946167,-0.03360987827181816 +309,-1.5832699969098063,-0.4060290779405693,0.6413794511857417,-0.9186248779296875,0.3949643671512604,0.011459218338131905,-0.5520714521408081,0.5683066844940186,0.495610773563385,0.007064938545227051,0.006051838397979736,0.012161373160779476 +310,-1.5793094474567382,-0.4507632018310724,0.5967622405943477,-0.9000823497772217,0.43565264344215393,0.007662694901227951,-0.5021942257881165,0.15142400562763214,0.3882524371147156,-0.05717790126800537,-0.07272225618362427,0.06518280506134033 +311,-1.5935953687531104,-0.47618622097791363,0.545445731317257,-0.8885185122489929,0.45839303731918335,0.020260881632566452,-0.3998868763446808,0.029800329357385635,0.21039317548274994,-0.05897587537765503,-0.07405471801757812,0.004687188193202019 +312,-1.60339495283071,-0.4932544309515783,0.48577188016449974,-0.8803288340568542,0.47349488735198975,0.028707679361104965,-0.4220079779624939,0.15209151804447174,0.11094652861356735,-0.0490078330039978,-0.09371882677078247,-0.02733432874083519 +313,-1.6092867226901757,-0.4991562297141902,0.44473078713020564,-0.8773365020751953,0.4786849021911621,0.03378571569919586,-0.39298367500305176,0.23565492033958435,0.026543714106082916,-0.08125114440917969,-0.05893084406852722,0.001477360725402832 +314,-1.6068944432090206,-0.49682101853353994,0.40853320328110065,-0.87852942943573,0.47663331031799316,0.03172703832387924,-0.2903272807598114,0.12655054032802582,0.008317671716213226,-0.052256643772125244,-0.04577091336250305,0.039790865033864975 +315,-1.616063278965316,-0.5046169923932028,0.36332948597672504,-0.8744629621505737,0.48347219824790955,0.0396113321185112,-0.3322952687740326,0.25057661533355713,0.1552063524723053,-0.0900450348854065,-0.022870421409606934,0.004745956510305405 +316,-1.6113452118024099,-0.5064709146578571,0.377756848262694,-0.8737431168556213,0.48509421944618225,0.03544873744249344,0.5037034749984741,-0.27986034750938416,-0.248935267329216,0.011423170566558838,-0.09364524483680725,0.029599428176879883 +317,-1.6413674861049694,-0.47728809306442016,0.3561203922199993,-0.8860330581665039,0.45937204360961914,0.06263238936662674,-0.8198825120925903,0.058413680642843246,-0.18079829216003418,-0.049086570739746094,0.14277029037475586,-0.010401494801044464 +318,-1.634826028863952,-0.4660115127421828,0.2725586783916479,-0.8915368318557739,0.44932669401168823,0.05716297775506973,-0.6065269112586975,0.678217351436615,0.19695143401622772,0.1604730486869812,0.10114938020706177,0.03562581539154053 +319,-1.6730937834066089,-0.48459809134772625,0.23746400652314234,-0.8802363872528076,0.4658527672290802,0.09036136418581009,-0.042918723076581955,-0.8158876299858093,0.07218954712152481,-0.013592958450317383,0.016630172729492188,-0.002180814743041992 +320,-1.7279739157119138,-0.5004743314607366,0.20605373901335053,-0.8665400147438049,0.4798417389392853,0.1373334676027298,-0.17333513498306274,-0.17423857748508453,0.24927808344364166,-0.06407833099365234,-0.014708101749420166,-0.11894655227661133 +321,-1.7320811448416737,-0.5147093886362172,0.24911883898866402,-0.8591389656066895,0.4922819137573242,0.1397802084684372,0.3652568459510803,-0.37815582752227783,-0.05585114657878876,0.014732956886291504,-0.1230192482471466,0.019521459937095642 +322,-1.747200403747407,-0.5001894019343509,0.25638234439534946,-0.8638739585876465,0.4795917570590973,0.15399153530597687,-0.145629420876503,0.002202398143708706,-0.2104819416999817,0.0026679635047912598,-0.061317890882492065,-0.003509417176246643 +323,-1.7528619901125064,-0.48121162934133493,0.27633121545527645,-0.8717836737632751,0.4628535509109497,0.1604992002248764,0.46543851494789124,-0.2513803541660309,-0.20968382060527802,0.017443954944610596,-0.03113657236099243,-0.042182549834251404 +324,-1.7482390637414231,-0.4711054955298169,0.3259539133898805,-0.8770759105682373,0.45387163758277893,0.15728497505187988,0.38660240173339844,-0.08100100606679916,-0.1929890513420105,0.004242599010467529,-0.06967055797576904,-0.04530072212219238 +325,-1.722773008340402,-0.45784068545456846,0.3870590236865912,-0.8866696953773499,0.442012220621109,0.13580025732517242,0.49117472767829895,0.12653321027755737,-0.2562495768070221,-0.02238774299621582,-0.07491633296012878,0.07042226195335388 +326,-1.6983829454476984,-0.4535868681589464,0.43685956294459954,-0.8915748000144958,0.4381925165653229,0.11437429487705231,0.9098087549209595,-0.1256067305803299,-0.00023338175378739834,-0.0179252028465271,-0.07715436816215515,0.0011194795370101929 +327,-1.681201660022135,-0.4626075445468726,0.5579525588034119,-0.8894433379173279,0.44628310203552246,0.09860023856163025,0.9332004189491272,-0.4237059950828552,-0.10019074380397797,-0.14273744821548462,-0.03423476219177246,0.05494892597198486 +328,-1.6789783091854535,-0.4447548756338653,0.650671126398423,-0.8974389433860779,0.4302366077899933,0.09746725112199783,0.7446457147598267,-0.4024551808834076,-0.37202563881874084,-0.08150392770767212,-0.0060117244720458984,-0.05759596824645996 +329,-1.6812103061965609,-0.422548305131218,0.7800809951805439,-0.906493067741394,0.4100859463214874,0.1004982441663742,1.7185964584350586,-0.7757076025009155,-0.46018722653388977,-0.04792892932891846,0.053369224071502686,-0.08780288696289062 +330,-1.671639701313755,-0.40262106854786284,0.9196295133255994,-0.9153630137443542,0.3918311595916748,0.09262248128652573,0.928511381149292,-0.2905615270137787,-0.12992005050182343,0.04866379499435425,0.0694725513458252,-0.06962740421295166 +331,-1.6689713883995563,-0.4023829738379341,1.0740917884420447,-0.91569983959198,0.39161211252212524,0.09018883109092712,1.6593773365020752,-0.7673225402832031,-0.028718581423163414,0.08520960807800293,0.03223136067390442,-0.09853541105985641 +332,-1.6705831864604257,-0.4141435120295555,1.2189635007244666,-0.9109072685241699,0.4024060070514679,0.09119947999715805,0.8836078643798828,-0.3753567636013031,-0.03099147416651249,0.03309965133666992,0.0054766833782196045,-0.07084417343139648 +333,-1.671183470081613,-0.42048715234845424,1.3125568715060865,-0.9082942605018616,0.40820521116256714,0.09148859977722168,0.9277759790420532,-0.3371051847934723,0.047099389135837555,-0.017090260982513428,0.03722935914993286,-0.12699580192565918 +334,-1.6505301847869704,-0.43659182996839174,1.4244620286875949,-0.9033190011978149,0.4228534400463104,0.07217813283205032,1.0832667350769043,-0.2618071138858795,-0.018711533397436142,-0.030030548572540283,-0.013902664184570312,-0.042438752949237823 +335,-1.640728848961968,-0.42541162710834673,1.503552792482249,-0.9086424708366394,0.4126957654953003,0.06364744901657104,0.6094775199890137,-0.17448437213897705,-0.2176460474729538,-0.01019597053527832,0.0016718804836273193,-0.03215337544679642 +336,-1.6323043352728763,-0.40820035319431863,1.5663913742370252,-0.9161010980606079,0.39695820212364197,0.05641872063279152,0.6328696608543396,-0.20065546035766602,-0.20830167829990387,0.00736391544342041,0.03681868314743042,-0.056372880935668945 +337,-1.6176717394475069,-0.3972365834638628,1.6087450022237926,-0.9211207032203674,0.3868715763092041,0.043209563940763474,0.500556230545044,-0.07792732864618301,-0.027466382831335068,0.04209238290786743,0.02902194857597351,-0.03986788168549538 +338,-1.6137467680525244,-0.4083087430517696,1.6712432123715522,-0.9169471263885498,0.3970576822757721,0.03940751776099205,0.837341845035553,-0.3172432482242584,0.10374688357114792,-0.052641987800598145,0.02974584698677063,-0.02993178740143776 +339,-1.603703472974439,-0.410827112323047,1.717090005376102,-0.9162946343421936,0.3993677496910095,0.030163530260324478,0.4997151494026184,-0.04300382360816002,-0.07672573626041412,-0.029613018035888672,0.043961167335510254,-0.03100275620818138 +340,-1.6030623963221522,-0.4024727535044143,1.773175591486269,-0.9196164011955261,0.39169469475746155,0.029682708904147148,0.41746753454208374,-0.22300785779953003,-0.14131921529769897,0.0022121667861938477,0.03086698055267334,0.00936448946595192 +341,-1.6080176866768852,-0.39145508333211626,1.7931022866934117,-0.9237146973609924,0.38153383135795593,0.034397803246974945,0.3726120591163635,-0.22351662814617157,-0.0812215581536293,8.487701416015625e-05,0.06943964958190918,-0.07974696159362793 +342,-1.614920797568403,-0.390186601931669,1.819739634709471,-0.923937976360321,0.38036099076271057,0.04079475253820419,0.15956954658031464,-0.1878352016210556,0.07381703704595566,0.008120715618133545,0.05398041009902954,0.013038158416748047 +343,-1.6325316184009537,-0.39742430594308326,1.814898785168053,-0.9203044176101685,0.38704466819763184,0.05688755214214325,-0.14327900111675262,-0.2076278179883957,0.07701177150011063,0.011216282844543457,0.025705575942993164,-0.002154231071472168 +344,-1.6603858678043197,-0.4108778587729994,1.7960694677901934,-0.9130938649177551,0.3994142711162567,0.08202322572469711,-0.19803033769130707,-0.22884874045848846,0.16817836463451385,-0.029014229774475098,0.005080968141555786,-0.04378461837768555 +345,-1.6833715535993965,-0.41560304892051675,1.7565837794369334,-0.9090820550918579,0.403741717338562,0.10277464985847473,-0.23492282629013062,0.003447555936872959,-0.0752868801355362,-0.05196237564086914,-0.016702473163604736,-0.07585810124874115 +346,-1.687015535296478,-0.3968185359470408,1.7253896793729997,-0.9160736203193665,0.3864860534667969,0.10694729536771774,-0.27344948053359985,0.015635382384061813,-0.13643117249011993,0.037655651569366455,-0.016201049089431763,-0.021772749722003937 +347,-1.6998298133723397,-0.3838624350014505,1.7118095596405172,-0.9195166230201721,0.37450459599494934,0.11931133270263672,-0.07671354711055756,-0.28768813610076904,-0.061752308160066605,0.022528886795043945,0.007468611001968384,0.08947466313838959 +348,-1.7477652417931835,-0.35625864696249665,1.6671060376082067,-0.9225707650184631,0.34877026081085205,0.16499236226081848,-1.0640188455581665,0.1915496438741684,-0.2174752801656723,0.02234804630279541,0.05751022696495056,0.10742281377315521 +349,-1.7601851261777193,-0.3326161864859541,1.6171645231280682,-0.9282909035682678,0.32651692628860474,0.1779404729604721,0.018137063831090927,-0.3038884103298187,0.20222313702106476,0.07172346115112305,0.035909801721572876,0.0125960111618042 +350,-1.7609251484730988,-0.36090402058471754,1.627484577985732,-0.918718695640564,0.3531201481819153,0.17681056261062622,-0.06862785667181015,0.23241795599460602,0.2673286497592926,-0.0012030601501464844,-0.03280764818191528,0.04781411588191986 +351,-1.748829718127514,-0.3735891766737154,1.6152602746781144,-0.9163075685501099,0.36495938897132874,0.16487902402877808,0.3692335784435272,-0.06262633204460144,0.07198666781187057,-0.04560649394989014,-0.03865015506744385,-0.0056078433990478516 +352,-1.714481104216371,-0.3904438398230558,1.6605350462748165,-0.9152109026908875,0.38059890270233154,0.13241437077522278,0.3259285092353821,0.3125327527523041,0.35064616799354553,0.047214627265930176,-0.03320208191871643,0.08390951156616211 +353,-1.7038317945673904,-0.4132626817979734,1.7180064056917275,-0.9077231287956238,0.4015994668006897,0.12147686630487442,0.7675589919090271,-0.6052094101905823,0.00659915478900075,-0.0020058751106262207,-0.03256571292877197,0.015455476939678192 +354,-1.695592330202742,-0.4222643921143725,1.815549747877436,-0.9050694704055786,0.40982699394226074,0.11353909224271774,0.8682798743247986,0.116477832198143,0.04945700615644455,-0.019033312797546387,-0.002615690231323242,-0.00465238094329834 +355,-1.648141011314296,-0.4210610746141872,1.8992502917134786,-0.909927248954773,0.40872907638549805,0.07051870971918106,0.5344255566596985,0.005226712673902512,-0.09544806182384491,0.056411683559417725,-0.04038196802139282,0.07604192942380905 +356,-1.6298462647196008,-0.42722397440610343,1.958570644625909,-0.9085333943367004,0.4143458902835846,0.05371128395199776,0.6132163405418396,-0.15450534224510193,0.020995404571294785,-0.021291613578796387,-0.01645761728286743,0.07987941801548004 +357,-1.6245982821947766,-0.42079715056415296,2.018219926473175,-0.9114428162574768,0.4084881842136383,0.049084775149822235,0.3824620246887207,-0.09430816769599915,-0.2115759253501892,-0.06360900402069092,0.021657049655914307,0.06590545177459717 +358,-1.626791405626606,-0.39576782754765355,2.0532122348797106,-0.9212546944618225,0.3855167627334595,0.05163970962166786,0.21436768770217896,-0.3586842715740204,-0.27331796288490295,-0.00750201940536499,0.05721697211265564,0.0037802420556545258 +359,-1.6335582172378247,-0.3696819751798929,2.0928441718632014,-0.9306064248085022,0.3613189160823822,0.05848342925310135,0.48820096254348755,0.088280089199543,-0.31451550126075745,0.06836283206939697,0.043939292430877686,-0.015636801719665527 +360,-1.6252994380076082,-0.35370869126551274,2.169092424521919,-0.9367014169692993,0.34637928009033203,0.051103755831718445,0.6163085699081421,-0.6120153665542603,-0.03127880021929741,0.19883233308792114,0.03470891714096069,0.03457438200712204 +361,-1.685393454291289,-0.3754978680672659,2.1718004702133196,-0.9242230653762817,0.3667357563972473,0.10637938976287842,-0.07748181372880936,-0.17733092606067657,0.31547820568084717,-0.11132985353469849,0.10424202680587769,-0.18967711925506592 +362,-1.633807504971867,-0.37391221472475816,2.2107176564027116,-0.9290581345558167,0.36526012420654297,0.05861864984035492,0.2222319394350052,0.5433254837989807,-0.2734927535057068,0.07302480936050415,0.07725998759269714,0.12454783916473389 +363,-1.6206781689100789,-0.38347993527437885,2.205629179179659,-0.9262147545814514,0.3741499185562134,0.04623965546488762,-0.22178588807582855,0.16851569712162018,0.33275094628334045,-0.003182828426361084,0.07288682460784912,0.055338144302368164 +364,-1.6178527162355052,-0.42399126599510156,2.2484850006030808,-0.9104452133178711,0.41140156984329224,0.042873915284872055,1.2192304134368896,-0.7427436709403992,0.30353429913520813,-0.05441373586654663,0.02243626117706299,-0.011044029146432877 +365,-1.6328829969430738,-0.4385758051938334,2.319009807029837,-0.9036130905151367,0.42465049028396606,0.05617452785372734,-0.33295920491218567,0.1849975287914276,-0.045109257102012634,-0.029538273811340332,-0.02361893653869629,0.07741618901491165 +366,-1.6267381204798659,-0.43227950982550567,2.2973923140747696,-0.9065927863121033,0.4189417064189911,0.05076939985156059,-0.05117383971810341,0.018763937056064606,0.12478713691234589,0.04466944932937622,0.008258640766143799,-0.0030399486422538757 +367,-1.6280607699780572,-0.45290787156658513,2.2998520885910594,-0.8977046012878418,0.4375820755958557,0.051462821662425995,0.06734607368707657,-0.10068581998348236,0.12946096062660217,-0.0500340461730957,-0.027181684970855713,-0.07653307914733887 +368,-1.625062881268635,-0.45357626389836225,2.3082185630630563,-0.8975626230239868,0.4381829798221588,0.048755500465631485,-0.08840404450893402,0.14200885593891144,-0.035148922353982925,0.03272491693496704,-0.053005337715148926,-0.05641543120145798 +369,-1.6082454322911612,-0.46406784048871413,2.3335852590856265,-0.8936122059822083,0.4475894272327423,0.033480629324913025,0.5583837032318115,-0.21374188363552094,0.2684831917285919,-0.03567856550216675,-0.04269745945930481,-0.04208660498261452 +370,-1.5975269743307245,-0.48879972197471183,2.38294291063681,-0.8825817108154297,0.4695664942264557,0.023597601801156998,0.22403913736343384,-0.04854873940348625,0.08708611130714417,-0.07782173156738281,-0.08577743172645569,0.0012894868850708008 +371,-1.5841103121562863,-0.4961286987405159,2.4605142765417307,-0.8793541193008423,0.4760245680809021,0.011708399280905724,0.9051266312599182,-0.4209013879299164,0.15162234008312225,-0.046442389488220215,-0.0369376540184021,-0.025456547737121582 +372,-1.5950869132959913,-0.5054330253022431,2.5679615510298985,-0.8747068047523499,0.4841863811016083,0.021251320838928223,0.8537477850914001,-0.7802680134773254,-0.14448988437652588,-0.02901017665863037,-0.05063837766647339,-0.03591501712799072 +373,-1.632334953653673,-0.4876816912691192,2.627976444999505,-0.8817492723464966,0.46857911348342896,0.054330240935087204,0.2626798450946808,-0.31311818957328796,-0.20576739311218262,-0.028864741325378418,-0.005291759967803955,-0.09011209011077881 +374,-1.6503661154660278,-0.47561382570822763,2.6670784918251624,-0.8861990571022034,0.4578842222690582,0.07066386938095093,0.29993537068367004,-0.344049870967865,-0.05356428772211075,-0.03341764211654663,0.014710962772369385,-0.028824329376220703 +375,-1.660121210993469,-0.46864137369345144,2.7132493400232796,-0.8886257410049438,0.45167455077171326,0.07958818227052689,0.3392595946788788,-0.2277456521987915,-0.1379116028547287,0.023925483226776123,0.03187641501426697,0.015580885112285614 +376,-1.6754415786769485,-0.4604656187990845,2.797968246416806,-0.8909451365470886,0.4443652629852295,0.09357499331235886,0.9571651220321655,-0.6854189038276672,-0.060429636389017105,0.05371063947677612,0.03650021553039551,-0.007439136505126953 +377,-1.6940082113375534,-0.44703440508425596,2.9111449156693037,-0.8948971033096313,0.43229326605796814,0.11082333326339722,0.6480089426040649,-0.5437061786651611,-0.4866519570350647,-0.0027621984481811523,0.05827677249908447,0.03593575954437256 +378,-1.7020049845376344,-0.3914872328199153,2.9905920952305,-0.9163973927497864,0.38156354427337646,0.12093405425548553,0.6455666422843933,-0.4033607542514801,-0.6525184512138367,0.07466155290603638,0.11097490787506104,-0.002617478370666504 +379,-1.7167766886677567,-0.34802486200456395,3.0809510519983974,-0.9300497770309448,0.3410417437553406,0.13674171268939972,0.8128020167350769,-0.3383203446865082,-0.5036332011222839,0.011958837509155273,0.1510237157344818,0.014305129647254944 +380,-1.710698676956609,-0.3023991698406453,-3.137789767961968,-0.94529789686203,0.297811359167099,0.13311903178691864,0.36113065481185913,-0.0035126982256770134,-0.44646143913269043,0.08725029230117798,0.1307165026664734,0.07961906492710114 +381,-1.7206673007588307,-0.28111077594130013,-3.090387958686953,-0.9499783515930176,0.2774229943752289,0.1434498131275177,0.5426162481307983,-0.5547528862953186,-0.046393416821956635,0.1070522665977478,0.15147104859352112,0.03463554382324219 +382,-1.7508064535413237,-0.2938058697967695,-3.0386001072493216,-0.9416830539703369,0.2895970940589905,0.17136746644973755,0.27592140436172485,-0.12395872175693512,0.17508544027805328,0.07690638303756714,0.09504646062850952,0.012409448623657227 +383,-1.7386618148431394,-0.3060877310657165,-3.041173229856815,-0.9401166439056396,0.3013305366039276,0.15931236743927002,-0.32275354862213135,0.453561931848526,0.02357524447143078,0.0558241605758667,0.0320281982421875,0.013844355940818787 +384,-1.6649582232719013,-0.2956810827327361,-3.1147976152945205,-0.9523664116859436,0.29139143228530884,0.08994261175394058,-0.9626578092575073,1.2599455118179321,-0.12780380249023438,0.016086876392364502,-0.03643226623535156,0.03780402988195419 +385,-1.586426201107137,-0.27264258349113346,3.099760481387707,-0.9629451036453247,0.26927733421325684,0.015051936730742455,-0.4669371247291565,0.9570932388305664,-0.2737409472465515,0.05281937122344971,-0.041921377182006836,0.032189249992370605 +386,-1.4415508326742639,-0.23973542491876926,3.0385707335465875,-0.9632987380027771,0.2374456226825714,-0.12519992887973785,-0.8689286708831787,2.3773770332336426,-0.4361148178577423,-0.001178741455078125,-0.0015294849872589111,0.10485994815826416 +387,-1.2747411946301004,-0.2139667263714599,2.998137315527312,-0.9346833229064941,0.21233783662319183,-0.28509631752967834,0.42134422063827515,0.5465495586395264,-0.14325743913650513,-0.005639553070068359,0.060672417283058167,-0.05053597688674927 +388,-1.2379353152104557,-0.19600972928709337,3.041949946428881,-0.9270138740539551,0.19475702941417694,-0.32049158215522766,0.5177199244499207,0.14332705736160278,0.21983715891838074,0.052227556705474854,0.030706822872161865,-0.05978795886039734 +389,-1.2174203132095742,-0.21318740979522854,3.087595002474812,-0.9169700741767883,0.21157622337341309,-0.33823272585868835,0.7887486219406128,0.02238006889820099,0.05233616754412651,-0.00281447172164917,0.10991120338439941,-0.06258511543273926 +390,-1.1847291671881404,-0.19714503805243552,3.12906523748815,-0.9084526896476746,0.19587047398090363,-0.3692542016506195,-0.056713301688432693,0.39481961727142334,0.11495067179203033,0.12056505680084229,0.021902993321418762,0.013525992631912231 +391,-1.138531687657901,-0.21468091409291631,3.1239963090430174,-0.8871752023696899,0.2130356729030609,-0.409311443567276,0.3580969572067261,-0.03080206736922264,0.22801588475704193,0.09641903638839722,0.03264607489109039,-0.07109621167182922 +392,-1.1593723994115448,-0.18656932839691773,-3.086347948958395,-0.9006468057632446,0.18548884987831116,-0.392974853515625,0.5170140862464905,-0.22853700816631317,-0.1718730330467224,0.02929365634918213,0.11813053488731384,0.0590057373046875 +393,-1.202060031261537,-0.1844232028735367,-3.0639833382524553,-0.916965663433075,0.18337954580783844,-0.3543247580528259,-0.0797276645898819,-0.16784250736236572,0.21534942090511322,-0.02321988344192505,0.13714656233787537,0.014740407466888428 +394,-1.1706505861200647,-0.18747807136773997,-3.0389076164052806,-0.9048658609390259,0.1863817572593689,-0.38272660970687866,0.5068967938423157,0.4277063012123108,0.25879666209220886,0.05269300937652588,0.0823407769203186,-0.016168653964996338 +395,-1.1345421450275168,-0.19542555023651234,-2.995795340111309,-0.8890887498855591,0.19418400526046753,-0.4145043194293976,0.15404048562049866,-0.2286468893289566,-0.10946166515350342,0.03659546375274658,0.07884150743484497,0.0033867955207824707 +396,-1.1174978956371562,-0.20586323850567564,-2.988932582934733,-0.8800248503684998,0.20441225171089172,-0.4286862313747406,0.09815532714128494,-0.006599362939596176,0.026070035994052887,-0.03493785858154297,0.028375834226608276,-0.025888383388519287 +397,-1.1286417826224866,-0.19983040593204676,-2.9430055113916187,-0.8858458399772644,0.19850312173366547,-0.41937294602394104,0.46281698346138,-0.22325503826141357,0.6006709933280945,-0.02194535732269287,-0.0020004063844680786,-0.008590340614318848 +398,-1.1381799500763081,-0.23119216297863607,-2.8999296933432195,-0.8837170004844666,0.22913813591003418,-0.40809300541877747,0.15446050465106964,-0.3513299822807312,0.11966955661773682,0.03140687942504883,0.03027653694152832,-0.005664318799972534 +399,-1.1509714353359788,-0.2411642857793497,-2.9185484283860634,-0.8867340087890625,0.23883338272571564,-0.39580482244491577,-0.399232417345047,0.06794888526201248,0.24560992419719696,0.0532684326171875,0.03141503036022186,-0.03913170099258423 +400,-1.1559025621264867,-0.274909512058132,-2.897928534988233,-0.8807947635650635,0.2714598476886749,-0.38795652985572815,0.6532862782478333,-0.6638959646224976,0.2930714786052704,0.027477502822875977,0.008874624967575073,-0.06713688373565674 +401,-1.214071041294083,-0.2743064848794742,-2.8307350144708265,-0.9020124077796936,0.2708794176578522,-0.3361518383026123,-0.028004169464111328,-0.135397806763649,0.29243847727775574,-0.1002153754234314,0.05156931281089783,0.05172806978225708 +402,-1.2167505359086388,-0.32074829566525964,-2.846257568479293,-0.8901407122612,0.31527677178382874,-0.3290139436721802,0.09421873092651367,-0.05194276198744774,0.2749457061290741,-0.11570340394973755,-0.018127143383026123,-0.051799654960632324 +403,-1.2363995764748477,-0.31619060631830515,-2.8209315702404743,-0.897781252861023,0.31094828248023987,-0.31192952394485474,0.28922292590141296,-0.5642967224121094,-0.08886364102363586,0.05096423625946045,-0.03947916626930237,0.0014284253120422363 +404,-1.3266742408017016,-0.2952674965601539,-2.771244065589512,-0.9283573627471924,0.2909957766532898,-0.23124460875988007,0.48921647667884827,-0.8370718955993652,-0.18425123393535614,-0.03888201713562012,0.048710644245147705,-0.06166309118270874 +405,-1.4106282551718121,-0.2559439123105104,-2.725942767777528,-0.9550421833992004,0.25315868854522705,-0.1542888879776001,0.6895643472671509,-0.9856159090995789,-0.4599173665046692,0.09830701351165771,0.20196518301963806,0.03295101225376129 +406,-1.4497094551647631,-0.24359836611626182,-2.762268046765064,-0.9633705019950867,0.24119630455970764,-0.11722499877214432,-1.0075916051864624,-0.03368224576115608,0.033542778342962265,0.01601332426071167,0.17071470618247986,0.0031350255012512207 +407,-1.5006324258960086,-0.23178462847019077,-2.8041776279481523,-0.9708632826805115,0.2297147959470749,-0.06823156028985977,-0.10080503672361374,-0.6466774344444275,-0.4007217586040497,-0.09191131591796875,0.13024002313613892,-0.01546286791563034 +408,-1.5181981543837644,-0.21179418901403002,-2.86378623450124,-0.976303219795227,0.21021433174610138,-0.051399171352386475,-0.7365745306015015,0.21991480886936188,-0.018180346116423607,0.09524554014205933,0.003561258316040039,-0.013557486236095428 +409,-1.5270819342333752,-0.21596040392042956,-2.9083244639377512,-0.9758379459381104,0.21428562700748444,-0.04268535599112511,-0.12946800887584686,-0.22479774057865143,0.01087102945894003,-0.02451300621032715,-0.016501203179359436,-0.05494034290313721 +410,-1.55508016786891,-0.20106470317748829,-2.9158677197493534,-0.9797334671020508,0.19971269369125366,-0.01539891492575407,0.2749752998352051,-0.3882206976413727,-0.13823005557060242,0.03890711069107056,0.02318766713142395,-0.08724695444107056 +411,-1.5811652530101572,-0.18303707105126069,-2.8669456367677735,-0.9832426905632019,0.1820167452096939,0.010195535607635975,0.4743322432041168,-0.22346416115760803,-0.15636907517910004,0.07223182916641235,0.057515740394592285,-0.019778013229370117 +412,-1.57642059136422,-0.16589591004296322,-2.833765260236329,-0.9862552285194397,0.16513600945472717,0.005547018721699715,0.13724975287914276,-0.022367384284734726,-0.16984699666500092,0.0902743935585022,0.09783394634723663,0.05052900314331055 +413,-1.5851831839248203,-0.1719691654181184,-2.8206250212154274,-0.9851477146148682,0.17112280428409576,0.014174157753586769,0.3042081892490387,-0.028808923438191414,0.14368422329425812,0.01218634843826294,0.06410667300224304,-0.025816679000854492 +414,-1.568474624385355,-0.1873977360806239,-2.7879471634100566,-0.9824898838996887,0.18630282580852509,-0.0022810532245785,0.19150742888450623,0.32874181866645813,0.006719688884913921,0.00830763578414917,0.004813522100448608,0.0255049467086792 +415,-1.5219351484952564,-0.19801636875215461,-2.7621279953029645,-0.9792886972427368,0.19672484695911407,-0.04788731411099434,0.5361603498458862,0.4662597179412842,0.20312267541885376,0.028345584869384766,-0.004525125026702881,-0.007883556187152863 +416,-1.4793825835555703,-0.19885070701004406,-2.6976832451310435,-0.9762012958526611,0.19754281640052795,-0.08948761969804764,0.46938952803611755,0.3228059411048889,-0.08633845299482346,0.012303531169891357,0.001798003911972046,0.06022125482559204 +417,-1.4511333483393352,-0.2126014544868353,-2.6646627860697705,-0.9704951643943787,0.21100349724292755,-0.11668984591960907,0.4970654249191284,-0.07284928113222122,0.21033993363380432,-0.026651322841644287,0.032511502504348755,-0.0029085129499435425 +418,-1.4365577774492033,-0.23034702710595764,-2.6213015581025627,-0.9648282527923584,0.22831539809703827,-0.13030076026916504,0.22309339046478271,0.2289046347141266,0.06972555071115494,-0.038009703159332275,-0.004362180829048157,0.04065540432929993 +419,-1.4218386955243978,-0.22786888669950756,-2.5906225702065755,-0.9633626341819763,0.2259020209312439,-0.14457106590270996,0.5563967227935791,0.026242876425385475,0.08647072315216064,-0.05195719003677368,0.026264742016792297,-0.015157938003540039 +420,-1.4235789191153347,-0.21312874810020713,-2.5179250849571964,-0.9668017029762268,0.21151888370513916,-0.14336727559566498,0.8607227206230164,-0.3476552367210388,-0.21402135491371155,-0.03744024038314819,0.07761991024017334,-0.014729082584381104 +421,-1.445974554384476,-0.1945138383358909,-2.4429795277490456,-0.9735082387924194,0.19328956305980682,-0.12215007096529007,0.23460985720157623,-0.1984388679265976,0.106953464448452,0.047727108001708984,0.09719198942184448,0.0039097219705581665 +422,-1.4501341846499707,-0.22289517627268743,-2.399785209391535,-0.9681706428527832,0.2210541069507599,-0.11739180982112885,0.914223313331604,-0.1862800419330597,0.45155495405197144,0.0480198860168457,0.06997677683830261,-0.13794875144958496 +423,-1.4507953784106455,-0.2572049248164514,-2.290028440544169,-0.9601497650146484,0.25437840819358826,-0.11577514559030533,0.8730902075767517,-0.3625601530075073,0.4920995235443115,0.05008512735366821,0.015442699193954468,-0.09505557268857956 +424,-1.444124428245891,-0.28662272942483646,-2.198979745661112,-0.9515189528465271,0.2827143371105194,-0.12117955088615417,0.867929220199585,-0.15597113966941833,0.2762722671031952,0.022411227226257324,0.013077318668365479,-0.15396691858768463 +425,-1.410642730725067,-0.28445790315485275,-2.0846466987967154,-0.94753098487854,0.2806371748447418,-0.1530613750219345,0.9009682536125183,0.19071567058563232,0.04254002869129181,-0.003686666488647461,0.0017572641372680664,-0.03396564722061157 +426,-1.3811722601900285,-0.2795608627090271,-2.0298909353248713,-0.9439477920532227,0.2759335935115814,-0.18117192387580872,0.5665860772132874,0.13120600581169128,0.03240785375237465,0.025017738342285156,0.02567163109779358,-0.056926190853118896 +427,-1.3680176478551607,-0.2774238169018862,-1.9630883939878878,-0.9420584440231323,0.27387887239456177,-0.19369149208068848,0.6105082631111145,-0.12307077646255493,0.08239554613828659,-0.032673001289367676,0.04551810026168823,-0.021564245223999023 +428,-1.3645531502371562,-0.28087595385711,-1.8959474174851023,-0.9404506683349609,0.27719739079475403,-0.19675926864147186,0.6362705826759338,-0.1796087771654129,0.2825588285923004,-0.029581069946289062,0.050698697566986084,-0.023211419582366943 +429,-1.3776996052314328,-0.29702359520284205,-1.816592350389741,-0.9384403824806213,0.2926754355430603,-0.18349608778953552,0.5687933564186096,-0.29489603638648987,0.31371310353279114,-0.05830949544906616,-0.00632902979850769,0.0006805658340454102 +430,-1.3682729748262283,-0.30148839096558355,-1.8147749695832023,-0.9353795647621155,0.2969417870044708,-0.19206936657428741,-0.025474831461906433,-0.2932322025299072,-0.05055209621787071,0.037781357765197754,-0.020818740129470825,-0.0860220193862915 +431,-1.423453963970411,-0.2963239876397796,-1.7471471461811436,-0.9460533261299133,0.29200640320777893,-0.14041130244731903,0.9282436966896057,-0.7707120776176453,0.2009681910276413,0.048210978507995605,0.01779279112815857,-0.19256602227687836 +432,-1.4371985619113137,-0.287136237810481,-1.712459530774263,-0.9505126476287842,0.28320688009262085,-0.1277472972869873,-0.4419313371181488,0.2405119687318802,-0.36240968108177185,0.02416694164276123,0.021175384521484375,-0.165541872382164 +433,-1.4406692507786487,-0.2496092507019842,-1.7113404082606682,-0.9608164429664612,0.24702534079551697,-0.1257387399673462,0.9589713215827942,-0.46447011828422546,-0.20793604850769043,0.13160806894302368,0.10368265211582184,-0.21537147462368011 +434,-1.4643200473518088,-0.23903838262833227,-1.5896364217606123,-0.9660639762878418,0.2367684543132782,-0.10325339436531067,0.9719827771186829,-0.5783129334449768,0.21431222558021545,0.053542494773864746,0.09747534990310669,-0.021288886666297913 +435,-1.4822784663215869,-0.25877748631586683,-1.5284169898282103,-0.9629188179969788,0.25589892268180847,-0.08545882999897003,0.5208247900009155,-0.26180073618888855,0.18055763840675354,0.01113659143447876,-0.004312008619308472,0.021921217441558838 +436,-1.5043482772826415,-0.25467485343556556,-1.444743768246889,-0.9656097292900085,0.25193077325820923,-0.06425748020410538,0.6711840033531189,-0.4441179037094116,-0.20458684861660004,0.0005065202713012695,-0.020164966583251953,0.08143889158964157 +437,-1.5409159223085576,-0.22171950537918966,-1.4346455697226275,-0.9750853776931763,0.21990735828876495,-0.029144618660211563,-0.027925614267587662,-0.31836628913879395,-0.30980318784713745,-0.01614081859588623,0.09010544419288635,-0.028060555458068848 +438,-1.573742357432388,-0.21267553569030134,-1.418219205002243,-0.9774656295776367,0.21107590198516846,0.0028796519618481398,0.5367345809936523,-0.3770406246185303,0.16550412774085999,0.03705108165740967,0.07926836609840393,-0.07488584518432617 +439,-1.596071673816182,-0.23517419602993503,-1.3386643680914039,-0.9721630811691284,0.233012393116951,0.02457699365913868,0.7746460437774658,-0.4105318486690521,0.14418844878673553,0.04287236928939819,0.015644848346710205,-0.017237544059753418 +440,-1.6300252213765383,-0.24389406421762314,-1.2562776616997364,-0.9687034487724304,0.24148327112197876,0.05744241923093796,0.9227805137634277,-0.5331902503967285,0.035382866859436035,-0.08639609813690186,0.09256210923194885,-0.028832197189331055 +441,-1.6400044443482353,-0.246910016256903,-1.1791761392793978,-0.9673509001731873,0.24440886080265045,0.06705562770366669,0.6528538465499878,-0.053033728152513504,-0.052739884704351425,-0.02764415740966797,0.04656098783016205,0.0585089847445488 +442,-1.6283667537323572,-0.24923917208991025,-1.1174510218014981,-0.9674948453903198,0.24666671454906464,0.055760707706213,0.4206793010234833,-0.09161869436502457,0.17898103594779968,0.08333957195281982,0.017508715391159058,0.10909521579742432 +443,-1.6510593235253401,-0.29166999188011516,-1.0765496689691147,-0.9546816945075989,0.2875520884990692,0.07679058611392975,0.6168924570083618,-0.4982944130897522,0.49724647402763367,0.005218803882598877,-0.042709559202194214,-0.06694865226745605 +444,-1.6781103831503585,-0.3381809575298788,-1.0006524772269598,-0.9379330277442932,0.3317716419696808,0.10104157030582428,0.7609834671020508,-0.43952858448028564,0.16613207757472992,-0.05520063638687134,-0.11154147982597351,-0.09672330319881439 +445,-1.680954677942453,-0.34035397375763765,-0.9160840477251836,-0.9369228482246399,0.33382079005241394,0.10362938791513443,0.9733452200889587,-0.23705236613750458,-0.15387088060379028,0.015383660793304443,-0.08707097172737122,-0.11334921419620514 +446,-1.6598270412250684,-0.34712765197523915,-0.8065504633308657,-0.9366294145584106,0.34019818902015686,0.08360981196165085,1.111241102218628,-0.17753466963768005,0.0672367513179779,-0.039933085441589355,-0.06567731499671936,-0.046500444412231445 +447,-1.6380708700735436,-0.34812131636842986,-0.6742957676550809,-0.9378889203071594,0.34113243222236633,0.06319141387939453,1.2079211473464966,-0.2337409406900406,-0.1990986168384552,-0.025642573833465576,-0.055335283279418945,0.006297111511230469 +448,-1.6101506077087255,-0.34136645333822196,-0.5481442095210785,-0.9415685534477234,0.33477500081062317,0.03707389533519745,1.238518238067627,-0.21937163174152374,-0.00989754032343626,0.07149714231491089,-0.03361228108406067,-0.04340636730194092 +449,-1.5931384037819936,-0.34590021078509403,-0.41863684207845153,-0.940535843372345,0.3390437066555023,0.02101702243089676,0.9783087968826294,-0.25240498781204224,-0.007615730632096529,-0.02621525526046753,0.007529169321060181,-0.022893905639648438 +450,-1.5684890249277783,-0.3370020962717149,-0.33490614854832157,-0.9437476992607117,0.33065930008888245,-0.0021775146014988422,0.6797112226486206,0.1266254484653473,-0.3347533047199249,-0.03269273042678833,-0.014390379190444946,0.04740452766418457 +451,-1.5496238856621478,-0.2917992336517485,-0.330960885008955,-0.9575132131576538,0.2876758575439453,-0.020275922492146492,0.005405060946941376,0.06014034524559975,-0.34857404232025146,-0.019995391368865967,0.09765437245368958,-0.02342522330582142 +452,-1.5409820392351126,-0.2740868068812765,-0.25289352321770886,-0.9622449278831482,0.2706679403781891,-0.028697151690721512,1.0485416650772095,-0.11330771446228027,-0.13151203095912933,-0.03036975860595703,0.11521157622337341,0.02476036548614502 +453,-1.528800881690794,-0.2598656334065551,-0.20461540771350048,-0.9655722379684448,0.256950706243515,-0.040573492646217346,0.13380080461502075,0.014364208094775677,-0.07646174728870392,0.044796109199523926,0.11759147047996521,-0.0025325939059257507 +454,-1.5261207571058495,-0.2766283865370422,-0.14798000865268549,-0.9610217809677124,0.27311378717422485,-0.042962782084941864,0.5619540214538574,-0.15136875212192535,0.4379177689552307,0.06446123123168945,0.09895646572113037,-0.03600143641233444 +455,-1.5100108738688174,-0.33616019904210226,-0.09059900882658461,-0.942284882068634,0.32986465096473694,-0.0573478639125824,0.7656742930412292,-0.09836645424365997,0.5780825614929199,0.04068869352340698,-0.0009614229202270508,-0.07305372506380081 +456,-1.5087269984259544,-0.3789259372301688,-0.02386645775536356,-0.9272733926773071,0.36992281675338745,-0.057629264891147614,0.3450351059436798,-0.2023743987083435,0.4156213402748108,-0.021960556507110596,-0.014423578977584839,-0.0900147557258606 +457,-1.5112568765936918,-0.4089448836430929,0.002901527245656207,-0.9159149527549744,0.39764145016670227,-0.054597605019807816,0.00130496546626091,-0.08035238087177277,0.07640840858221054,-0.049142301082611084,-0.08860522508621216,-0.10795425623655319 +458,-1.5034555122404953,-0.3919900924663053,0.0003747247140148495,-0.9220558404922485,0.3820283114910126,-0.062186021357774734,0.030863406136631966,0.18957741558551788,-0.21688783168792725,0.012418568134307861,-0.04706743359565735,-0.08654139935970306 +459,-1.4746629476505106,-0.3802443452489338,0.012019223514983303,-0.9242864847183228,0.37114736437797546,-0.08912951499223709,0.19245365262031555,0.1712178885936737,0.0553557313978672,-0.050551772117614746,-0.003441065549850464,-0.02775275707244873 +460,-1.454772614558885,-0.3936162645081598,0.0643677995429253,-0.9173190593719482,0.3835306465625763,-0.10691092163324356,0.792313277721405,-0.2835489809513092,0.14583638310432434,-0.10596579313278198,-0.048768073320388794,0.016517825424671173 +461,-1.4694683987983568,-0.37999121780620226,0.1704407368226842,-0.9239044785499573,0.3709123134613037,-0.09393904358148575,0.9272611737251282,-0.5624184608459473,-0.09992475807666779,-0.02763354778289795,-0.006990224123001099,0.018438592553138733 +462,-1.4798770622741595,-0.36279134879497077,0.2249524550954252,-0.9310485124588013,0.3548852801322937,-0.08488426357507706,0.01971696875989437,-0.18317736685276031,-0.049826834350824356,0.068850576877594,0.001956760883331299,0.010329842567443848 +463,-1.4968168031219518,-0.3670387029937576,0.23261892557170283,-0.9308410882949829,0.35885295271873474,-0.06898908317089081,0.17646755278110504,-0.18920232355594635,0.12777754664421082,0.05106508731842041,0.01738300919532776,-0.0900532603263855 +464,-1.5013672895385521,-0.3847773068276545,0.2583798597147498,-0.9246490001678467,0.37535274028778076,-0.06430084258317947,0.12103234231472015,-0.06761711835861206,0.13770529627799988,-0.03029179573059082,-0.006196856498718262,-0.05268830060958862 +465,-1.4990876853768778,-0.3868271357529666,0.21470070386787218,-0.9237304925918579,0.37725189328193665,-0.06635323166847229,-0.9858582615852356,0.5067992210388184,-0.044394977390766144,0.003717184066772461,-0.06441628932952881,0.0103534534573555 +466,-1.5074587063480411,-0.3994872493662933,0.11348876142917041,-0.9194133877754211,0.3889460265636444,-0.058311451226472855,-0.7349575757980347,0.08610981702804565,0.20896828174591064,-0.08023571968078613,-0.024108290672302246,-0.10478974133729935 +467,-1.5179250016278778,-0.4090692870514537,0.0810007657881451,-0.9162092208862305,0.39775559306144714,-0.0484863817691803,0.022254060953855515,0.0065414030104875565,-0.14876791834831238,-0.09624183177947998,-0.11272144317626953,0.020654328167438507 +468,-1.522248492961277,-0.39081632953273315,0.05948699879115282,-0.9235090017318726,0.38094332814216614,-0.044869616627693176,-0.20323941111564636,0.03988916799426079,-0.20797188580036163,-0.026289522647857666,-0.09490206837654114,0.011986915022134781 +469,-1.5503265165159015,-0.3535842930461951,0.07384498707116623,-0.9379411339759827,0.3462625741958618,-0.019202157855033875,0.611297607421875,-0.6590737700462341,-0.37086886167526245,0.028914034366607666,-0.012369751930236816,-0.05628305673599243 +470,-1.608289442242776,-0.32117530608866,0.1761860139264814,-0.9481983184814453,0.31568199396133423,0.03556757792830467,1.0967903137207031,-1.1300996541976929,-0.24857425689697266,0.03462398052215576,0.13060709834098816,0.0459296740591526 +471,-1.6621156925153973,-0.3031703972013719,0.17175067404676558,-0.9504180550575256,0.29854750633239746,0.08703363686800003,-1.4117405414581299,0.33139878511428833,-0.17648479342460632,-0.00205075740814209,0.12578412890434265,0.16810858249664307 +472,-1.6548501738964052,-0.25028083239988347,0.05596439900632778,-0.9654223918914795,0.2476760447025299,0.08133911341428757,-0.8348767757415771,0.025256182998418808,-0.39827629923820496,0.06655770540237427,0.1415909081697464,-0.004419572651386261 +473,-1.6537195475882407,-0.22679125147778031,-0.004998559190026763,-0.9710446000099182,0.22485210001468658,0.08070721477270126,-0.6825156211853027,0.4755828380584717,0.04374760389328003,0.08690476417541504,0.07257217168807983,0.009228095412254333 +474,-1.6193600691636492,-0.23581662695397365,-0.07910065052696351,-0.9711775779724121,0.23363709449768066,0.04720113053917885,-0.6357579231262207,0.47012200951576233,0.33378472924232483,0.04541158676147461,0.023778676986694336,-0.008367538452148438 +475,-1.612299721291169,-0.2932115223130815,-0.09704592688704469,-0.9564961791038513,0.2890281677246094,0.039720647037029266,0.4324774444103241,-0.11035630106925964,0.35813313722610474,-0.0652322769165039,-0.10454943776130676,0.004682417958974838 +476,-1.59680091164801,-0.3258915761342238,-0.08402303228800559,-0.9470453262329102,0.3201535642147064,0.024633072316646576,-0.08768141269683838,0.1938501000404358,0.29181328415870667,-0.02985280752182007,-0.09801614284515381,0.007425663992762566 +477,-1.593394421301982,-0.35020554956727806,-0.0519547961767119,-0.939062237739563,0.34309089183807373,0.021224630996584892,0.6839034557342529,-0.07075703889131546,0.1882919818162918,-0.07116103172302246,-0.11764231324195862,-0.005660654976963997 +478,-1.5660813704353935,-0.3519659044569329,-0.004285793308961557,-0.9386864900588989,0.34474384784698486,-0.004425898659974337,0.3494132161140442,-0.0004909178242087364,-0.04070115461945534,0.01484304666519165,-0.12628373503684998,0.050156474113464355 +479,-1.5645050476810483,-0.35527874261077974,0.06027671600010216,-0.9375308752059937,0.3478517234325409,-0.005898346193134785,0.7712570428848267,-0.1796981543302536,0.06984448432922363,-0.1634058952331543,-0.03201007843017578,0.01073539350181818 +480,-1.534161573561141,-0.3320454620808375,0.12412275421451842,-0.9447433352470398,0.3259774446487427,-0.03462592884898186,0.6313730478286743,0.10587811470031738,-0.4581511616706848,0.018595755100250244,-0.04478845000267029,0.01750558242201805 +481,-1.546811320365247,-0.2871005409885194,0.22033298177253052,-0.958793044090271,0.2831726372241974,-0.023001069203019142,1.0844758749008179,-0.5551682114601135,-0.35331782698631287,-0.07852989435195923,0.11663815379142761,-0.02106630802154541 +482,-1.5349936309402514,-0.25960270999904056,0.2881556778539871,-0.9658727645874023,0.25669658184051514,-0.03459563106298447,0.5011575222015381,-0.054052166640758514,-0.20257343351840973,0.039923667907714844,0.09512531757354736,0.042591214179992676 +483,-1.550302741957999,-0.2561352839148856,0.35630235081487677,-0.967173159122467,0.2533438205718994,-0.019823620095849037,0.4180055856704712,-0.15055115520954132,0.1784733384847641,0.006784975528717041,0.09650969505310059,0.012880861759185791 +484,-1.540337454369896,-0.2791114633161114,0.3971314148712476,-0.9608546495437622,0.2755016088485718,-0.029275603592395782,0.5704319477081299,-0.24313312768936157,0.13644008338451385,0.03858298063278198,0.06702765822410583,-0.010580359026789665 +485,-1.5625007418376808,-0.2919933252016797,0.42012146200390116,-0.9576388597488403,0.28786173462867737,-0.00794435665011406,-0.2931344211101532,-0.14927278459072113,0.0619671568274498,-0.009691894054412842,0.040247946977615356,-0.054143667221069336 +486,-1.5703515597145836,-0.29909130979411547,0.3964234073332115,-0.9556045532226562,0.29465198516845703,-0.0004250214551575482,0.006801922805607319,-0.16223153471946716,-0.03942476958036423,0.01143646240234375,0.02579781413078308,-0.11766272783279419 +487,-1.5704719303821209,-0.29898626737225564,0.3824650181888617,-0.9556354880332947,0.2945516109466553,-0.00031000474700704217,-0.2589300274848938,0.12759612500667572,0.08007140457630157,0.026314258575439453,0.02119848132133484,-0.1137799620628357 +488,-1.5629221701981908,-0.3150750002274958,0.38373442123264256,-0.9507436752319336,0.30988776683807373,-0.007486459333449602,0.14659461379051208,-0.11965034902095795,0.22450464963912964,-0.019608497619628906,0.01822197437286377,-0.07936656475067139 +489,-1.547485879307088,-0.3369923983453988,0.4025116196059578,-0.9434968829154968,0.3306501507759094,-0.021997319534420967,0.0884217768907547,-0.02738906443119049,0.2511362135410309,-0.05866974592208862,-0.0058363378047943115,0.010995747521519661 +490,-1.5519711706851398,-0.34189192850958156,0.41323760019165384,-0.9419549703598022,0.33527010679244995,-0.017734544351696968,-0.16050149500370026,-0.01706823706626892,-0.08729027211666107,-0.004349172115325928,-0.01897069811820984,0.050327301025390625 +491,-1.570355304402906,-0.3253018355734004,0.3827880116502151,-0.9475542306900024,0.3195948004722595,-0.00041789267561398447,-0.22764867544174194,-0.23809665441513062,-0.18778569996356964,0.03129452466964722,0.04185539484024048,-0.007409870624542236 +492,-1.6174092650923795,-0.30231742907637366,0.3221621554625499,-0.9536121487617493,0.297733336687088,0.04448288679122925,-0.9994614124298096,0.15498195588588715,-0.04081182926893234,-0.04202383756637573,0.141750305891037,-0.06375479698181152 +493,-1.5686292743364727,-0.3018727756533333,0.2193787462225354,-0.9547791481018066,0.2973088324069977,-0.0020690597593784332,-0.879594087600708,0.7535801529884338,0.03394443541765213,0.18247079849243164,-0.00781908631324768,0.12052303552627563 +494,-1.590381590700648,-0.32588032790264376,0.11674635599192519,-0.9471877217292786,0.3201428949832916,0.018553294241428375,-0.9187707304954529,-0.0016630268655717373,0.3513146936893463,-0.06833058595657349,0.055711597204208374,-0.03626871109008789 +495,-1.5898460358071789,-0.3540315674364529,0.055203359250049454,-0.9378124475479126,0.3466821610927582,0.01786721497774124,-0.5464412569999695,0.11331767588853836,0.053635526448488235,-0.06821471452713013,0.0033391714096069336,0.08885276317596436 +496,-1.607723131329598,-0.3389338915434716,-0.050191623945086764,-0.9424668550491333,0.33248183131217957,0.03481811657547951,-1.2516703605651855,0.37530040740966797,-0.11237601190805435,0.00853729248046875,0.07210499048233032,0.042833808809518814 +497,-1.6211275430873144,-0.3403657179204382,-0.15249529152813152,-0.9414388537406921,0.3338318467140198,0.04742381349205971,-0.797288179397583,-0.06283276528120041,0.1582316905260086,0.01863318681716919,0.05494678020477295,0.027054302394390106 +498,-1.6406504930795456,-0.3529527671070622,-0.24778446159721954,-0.9360677003860474,0.34567004442214966,0.06549479812383652,-0.8692387938499451,0.2994750142097473,0.18266381323337555,0.005953013896942139,0.03315991163253784,0.04944968223571777 +499,-1.6502769239253825,-0.3699858522137084,-0.35132326145227283,-0.9293891191482544,0.361602246761322,0.07402434200048447,-1.0186030864715576,0.11554226279258728,0.3104029893875122,0.09705275297164917,-0.03561350703239441,0.04270540922880173 +500,-1.6849208439431522,-0.39450609671996245,-0.47814933596357734,-0.9171810150146484,0.38435226678848267,0.1051296517252922,-1.2693980932235718,0.3201419413089752,0.435247540473938,-0.010202348232269287,0.018937498331069946,-0.052151091396808624 +501,-1.6903261314250102,-0.4019521235106316,-0.6115042850835853,-0.9137324690818787,0.39121562242507935,0.10974140465259552,-1.4058327674865723,0.731677770614624,0.150153249502182,0.07416349649429321,0.09933912754058838,-0.005966439843177795 +502,-1.6943231101626746,-0.4145701802129653,-0.7578026905725119,-0.9083150625228882,0.40279656648635864,0.11277543008327484,-1.078668475151062,0.45350050926208496,0.23568300902843475,0.03403240442276001,0.04439270496368408,-0.08486714214086533 +503,-1.6855839613295855,-0.4086604260067565,-0.9098952050750497,-0.9116150736808777,0.39738041162490845,0.10510416328907013,-1.9214513301849365,0.9138209819793701,0.10122395306825638,0.05788576602935791,-0.001155465841293335,0.011610269546508789 +504,-1.6709897855093911,-0.4029684407843055,-1.0841370476358683,-0.9152875542640686,0.39215072989463806,0.09201393276453018,-0.9265275597572327,0.6425381302833557,0.16943560540676117,0.012699663639068604,-0.04493701457977295,-0.09758341312408447 +505,-1.6476277987253873,-0.40876648302159985,-1.1753433367864639,-0.9149048924446106,0.39747774600982666,0.0704321339726448,-1.0262504816055298,0.652817964553833,0.005278362892568111,-0.09943842887878418,-0.0758223831653595,0.009539134800434113 +506,-1.6151657462273907,-0.39245245291187414,-1.2784951514920007,-0.9230645298957825,0.3824555575847626,0.04098273441195488,-0.7796894907951355,0.7084395885467529,-0.21552687883377075,-0.046234726905822754,-0.06282970309257507,0.020845890045166016 +507,-1.5955750503595343,-0.36509083161186173,-1.3930733098535484,-0.9338046908378601,0.3570341467857361,0.0231432244181633,-1.2919180393218994,0.6376732587814331,-0.13167771697044373,-0.011523187160491943,-0.0023740828037261963,-0.03388535976409912 +508,-1.587499885969892,-0.3518702759324933,-1.4912613080469546,-0.9385988116264343,0.3446540832519531,0.01567939855158329,-0.6359332203865051,0.28011924028396606,-0.036457281559705734,-0.054153263568878174,0.014919281005859375,-0.043831825256347656 +509,-1.584612911599003,-0.34328499803150286,-1.5541306813579656,-0.9415640830993652,0.3365822434425354,0.013010027818381786,-0.7577106356620789,0.3106159567832947,-0.13665056228637695,0.003942131996154785,0.017604738473892212,-0.01580238528549671 +510,-1.6091698706176136,-0.33055566250788954,-1.6596322118796383,-0.945165753364563,0.32456865906715393,0.03628717362880707,-0.8763734698295593,-0.05966657027602196,0.03197184205055237,0.042455852031707764,0.0783090889453888,-0.20593440532684326 +511,-1.6193589303201181,-0.34214237265454905,-1.7553180347246742,-0.9409275650978088,0.33550605177879333,0.04572984576225281,-1.2592853307724,0.44577670097351074,0.2023986577987671,0.07839387655258179,0.009510457515716553,-0.1719810962677002 +512,-1.6090968718284955,-0.36023002908893886,-1.8870829644973348,-0.9351295232772827,0.35248950123786926,0.03583349287509918,-1.1548123359680176,0.448620080947876,0.2493973821401596,0.026178717613220215,-0.026470214128494263,-0.163641095161438 +513,-1.6097234653328554,-0.3797683726375798,-1.9750208492876944,-0.9280467629432678,0.37070536613464355,0.03614446148276329,-0.705635130405426,0.38819342851638794,0.13544081151485443,-0.09618401527404785,-0.04647141695022583,-0.09447885304689407 +514,-1.601068577066017,-0.377872606002366,-2.0741636397702545,-0.9290258884429932,0.368943989276886,0.028132297098636627,-0.8733298778533936,0.4501338005065918,-0.008874207735061646,-0.05435734987258911,-0.042436450719833374,-0.06510436534881592 +515,-1.5982846513344966,-0.377802824484335,-2.148041684298502,-0.9291263222694397,0.36887913942337036,0.025546560063958168,-0.7697060108184814,0.24829867482185364,0.016166964545845985,-0.0591091513633728,-0.047574788331985474,-0.005542278289794922 +516,-1.6087764733838654,-0.36655369523174447,-2.2566000757151783,-0.9328948855400085,0.3584001958370209,0.035448528826236725,-1.2146375179290771,0.35022881627082825,-0.16332846879959106,-0.009274303913116455,-0.028367847204208374,-0.029497623443603516 +517,-1.6397702200541493,-0.3515366233433913,-2.4008016025912076,-0.9366124272346497,0.34434086084365845,0.06470444798469543,-1.4549999237060547,-0.06289330869913101,-0.0033177214208990335,-0.04117077589035034,0.04144710302352905,-0.1292186975479126 +518,-1.6606992341186486,-0.34845097534215813,-2.5465860419390434,-0.9361068606376648,0.3414422869682312,0.0843861997127533,-0.9742752313613892,0.6105271577835083,0.032753583043813705,0.03788304328918457,-0.05518743395805359,-0.16870617866516113 +519,-1.6594747645837584,-0.3356641156881803,-2.63352464569717,-0.9404816031455994,0.3293963074684143,0.08361974358558655,-1.2090076208114624,0.05842038616538048,-0.06716172397136688,0.023779451847076416,-0.016759008169174194,-0.028627045452594757 +520,-1.6635528781083313,-0.31387748774479174,-2.7685478572936946,-0.947054922580719,0.3087489902973175,0.08809835463762283,-0.9907920956611633,0.5909342765808105,-0.19636130332946777,-0.014172613620758057,0.011014193296432495,-0.08802210539579391 +521,-1.6508547146238632,-0.27822061131961706,-2.8471226914581846,-0.9584659337997437,0.2746451199054718,0.07689759880304337,-0.5694488286972046,0.1855781376361847,-0.3196233808994293,0.029693901538848877,0.06510710716247559,0.02234555035829544 +522,-1.652957599719707,-0.2564698026318713,-2.9085097506040287,-0.9640285968780518,0.253667414188385,0.07938452810049057,-0.6766259074211121,0.06616557389497757,-0.12579046189785004,0.0002834200859069824,0.08445212244987488,0.07747579365968704 +523,-1.6634174037342584,-0.23740515535786405,-2.9731959971797193,-0.9677855372428894,0.23518136143684387,0.08989454060792923,-0.718752384185791,0.01264494564384222,-0.14184392988681793,0.058880507946014404,0.09507986903190613,0.05738329887390137 +524,-1.6824578928747145,-0.23886181836263184,-3.059397038047453,-0.9655570983886719,0.23659691214561462,0.1082659512758255,-0.7362408638000488,0.007564586587250233,0.2853482961654663,0.07102584838867188,0.09015479683876038,-0.04489624500274658 +525,-1.6953565779809652,-0.2619684045126431,3.1400238808370418,-0.9583988189697266,0.2589823007583618,0.11999964714050293,-0.8858076930046082,0.15018191933631897,0.32686910033226013,0.04137611389160156,0.032368987798690796,-0.06016994267702103 +526,-1.6899980333327416,-0.2794606011769993,3.0601635071760476,-0.9543836712837219,0.2758372128009796,0.11430606991052628,-0.6733595728874207,0.43717414140701294,0.2844618558883667,0.05471009016036987,0.0059468746185302734,-0.06704960763454437 +527,-1.6578536710581977,-0.30801716181939814,2.9990484485588134,-0.9493277072906494,0.30316972732543945,0.08285537362098694,-0.5477927327156067,0.4964008033275604,0.48286303877830505,0.059831857681274414,-0.03548479080200195,0.02349841594696045 +528,-1.6275047565640757,-0.3443809865368927,2.929572884854582,-0.9397714734077454,0.3376140594482422,0.053350165486335754,-1.084852933883667,0.728066086769104,0.31365150213241577,-0.029527783393859863,-0.09521296620368958,0.12095093727111816 +529,-1.6065371053807758,-0.3636811743862004,2.852692881486644,-0.9339967370033264,0.3557170331478119,0.03339599072933197,-0.3181244134902954,0.0846412256360054,0.12146637588739395,-0.1323484182357788,-0.07327687740325928,0.04292845353484154 +530,-1.6005449949901638,-0.34906600395213216,2.8107962330450675,-0.9392768740653992,0.34202027320861816,0.027950482442975044,-0.5955989360809326,0.3690679669380188,-0.5434864163398743,-0.13427048921585083,-0.05311039090156555,0.026538610458374023 +531,-1.5943033845186019,-0.2819808496785176,2.7770198273619413,-0.96024090051651,0.2782588005065918,0.022576596587896347,0.17485161125659943,-0.22218072414398193,-0.5877887606620789,-0.0035805702209472656,0.0915684700012207,-0.08129239082336426 +532,-1.6004453408860675,-0.23698120508779608,2.821632143600804,-0.9716238975524902,0.2347692847251892,0.028816133737564087,0.37115761637687683,-0.05462145060300827,-0.4002014100551605,0.06056743860244751,0.1288629025220871,-0.0341871976852417 +533,-1.6184745865190528,-0.20377479130083215,2.8581959230328517,-0.9781967997550964,0.20236745476722717,0.04667409509420395,0.08542728424072266,-0.284084677696228,-0.2549993395805359,0.06828469038009644,0.18000254034996033,-0.036420226097106934 +534,-1.6265007694049127,-0.19579342843210992,2.8369301821552835,-0.9793720245361328,0.19454486668109894,0.054611872881650925,-0.17363058030605316,0.10011708736419678,0.04860967770218849,0.07634180784225464,0.19449318945407867,-0.1449592113494873 +535,-1.6189780361608483,-0.20740282975742183,2.813110866127116,-0.9774332642555237,0.205919086933136,0.04713088274002075,-0.49901485443115234,0.23616737127304077,0.2290242612361908,0.10203665494918823,0.15716376900672913,-0.07928121834993362 +536,-1.6032539304403186,-0.2427196518253239,2.750093333076648,-0.970176637172699,0.24034345149993896,0.031500671058893204,-0.6040412187576294,0.2866847813129425,0.4774526357650757,0.04499053955078125,0.11704789102077484,-0.09276473522186279 +537,-1.5884435992607338,-0.2930603502556071,2.680810243155141,-0.9572151899337769,0.2888834476470947,0.016893990337848663,-0.7876631021499634,0.40527528524398804,0.5021013617515564,-0.01478487253189087,0.052043646574020386,-0.044832825660705566 +538,-1.5745732296248593,-0.33955432576853006,2.6077919494173742,-0.9428965449333191,0.3330669105052948,0.003561245510354638,-0.7239624261856079,0.3330121636390686,0.43556851148605347,-0.030248045921325684,-0.011381089687347412,-0.013494729995727539 +539,-1.5749826930319333,-0.3766575245936547,2.524666556045342,-0.9298909902572632,0.3678143620491028,0.00389288691803813,-0.6408159732818604,0.22183994948863983,0.298188179731369,-0.049494266510009766,-0.05223211646080017,-0.05659675598144531 +540,-1.5844896252747158,-0.3976331669255021,2.4542978530702353,-0.9218936562538147,0.3872372508049011,0.012624554336071014,-0.7007380723953247,0.19521600008010864,0.11210669577121735,-0.07279622554779053,-0.07347077131271362,-0.057058095932006836 +541,-1.5985233200649618,-0.39558656647005214,2.3783549325375377,-0.9224159717559814,0.3853495121002197,0.02558237686753273,-0.8166727423667908,0.23793287575244904,-0.10816764831542969,-0.10407322645187378,-0.025867730379104614,-0.08773136138916016 +542,-1.5938180860456526,-0.37833211087800905,2.302010405424419,-0.9290357828140259,0.36937105655670166,0.021391818299889565,-0.3157556354999542,0.324980765581131,-0.23449201881885529,0.02040541172027588,-0.05851900577545166,-0.0896596908569336 +543,-1.5829830830098515,-0.351414800485629,2.2503315910046924,-0.9388169646263123,0.3442264795303345,0.011441700160503387,-0.7334786653518677,0.34145084023475647,-0.24151374399662018,-0.0015975236892700195,0.0019191503524780273,0.01095819566398859 +544,-1.5758677127073322,-0.32415343397314056,2.207761736963165,-0.9479085206985474,0.3185064196586609,0.004807251039892435,-0.06699056178331375,0.07823856920003891,-0.4110996425151825,-0.030774950981140137,0.03748112916946411,0.048201799392700195 +545,-1.573389842460076,-0.28019056429856415,2.193761652642934,-0.960999608039856,0.27653878927230835,0.0024923731107264757,-0.14654207229614258,-0.0693172737956047,-0.4772685170173645,0.05363571643829346,0.09577569365501404,0.11475622653961182 +546,-1.5997345483698648,-0.24936207760713497,2.181039269821955,-0.9686643481254578,0.24678581953048706,0.028039250522851944,-0.1573396921157837,-0.2775125503540039,-0.14243289828300476,0.06386393308639526,0.13654549419879913,0.06763339042663574 +547,-1.6174474027180568,-0.2471952658276101,2.138664983800837,-0.9685477614402771,0.24468544125556946,0.045216601341962814,-0.41195163130760193,-0.042358674108982086,0.08155442774295807,0.06925570964813232,0.13296958804130554,0.006342887878417969 +548,-1.626758311770456,-0.25956392669476513,2.0902484599283517,-0.9649890065193176,0.2566591203212738,0.054059144109487534,-0.7402071356773376,0.23174738883972168,0.1736072599887848,0.07231926918029785,0.07068771123886108,0.03579986095428467 +549,-1.6198726129044052,-0.2640061076540173,1.979347915678244,-0.9641900658607483,0.2609499394893646,0.04735689237713814,-1.073299527168274,0.3710438311100006,-0.25386589765548706,-0.05369323492050171,0.059728801250457764,0.021139860153198242 +550,-1.6080864085162432,-0.23780603537752823,1.889969986322667,-0.9711815714836121,0.2355709820985794,0.03623223677277565,-0.45314764976501465,0.339814692735672,-0.09171528369188309,-0.036798834800720215,-0.0083218514919281,-0.0077135562896728516 +551,-1.616867820792328,-0.23428254116633024,1.8671539378650515,-0.9716489911079407,0.23214519023895264,0.04479702189564705,-0.2220129817724228,-0.20865967869758606,-0.10872329026460648,0.01899707317352295,0.02069292962551117,0.03813457116484642 +552,-1.630137766765656,-0.22660271661893303,1.8223495079284024,-0.9727201461791992,0.22466839849948883,0.05779046565294266,-0.4621514678001404,0.015470181591808796,0.11655890196561813,0.06543254852294922,0.04130756855010986,-0.07227110862731934 +553,-1.6365218131114156,-0.24503745561253087,1.8041993458296854,-0.9680335521697998,0.24259266257286072,0.06371624767780304,0.0884367898106575,0.04611967131495476,0.22268261015415192,-0.01344221830368042,0.040412113070487976,-0.04191137105226517 +554,-1.6238579681310388,-0.24552667649264973,1.8105767439113967,-0.9686442017555237,0.24306723475456238,0.05144614353775978,-0.18672022223472595,0.09142430126667023,-0.099715955555439,-0.028014063835144043,0.05791231989860535,0.10350679606199265 +555,-1.6234555512442417,-0.24693739819268742,1.7780451871281433,-0.9683212637901306,0.2444354146718979,0.0510382317006588,-0.25891026854515076,-0.08121930062770844,0.1457882970571518,0.03961050510406494,0.05655941367149353,0.05768059939146042 +556,-1.6464118973826176,-0.2707949085511788,1.7591227658544402,-0.960805356502533,0.2674974501132965,0.07279063016176224,-0.026219218969345093,-0.19818833470344543,0.301897794008255,0.016362488269805908,0.03245982527732849,-0.009161464869976044 +557,-1.658607105811316,-0.2878499712051296,1.7477563611267726,-0.9551619291305542,0.28389132022857666,0.08408975601196289,-0.11762110143899918,0.04613395035266876,0.031604211777448654,-0.014427125453948975,0.025389015674591064,0.009599193930625916 +558,-1.654050581520114,-0.2843861301337368,1.7334339406281338,-0.9565094709396362,0.28056830167770386,0.07981798052787781,-0.18859900534152985,0.1350344866514206,-0.06586214154958725,0.053341805934906006,0.002634793519973755,0.04483103007078171 +559,-1.6532528458409284,-0.2780334158068326,1.707596123844698,-0.958329975605011,0.2744651138782501,0.0792001336812973,-0.23421064019203186,0.14641501009464264,-0.010334359481930733,0.04524397850036621,0.009882420301437378,2.349168062210083e-05 +560,-1.636401822912596,-0.28128244627888827,1.7132351597496929,-0.9586336016654968,0.2775879204273224,0.06298202276229858,0.23946622014045715,0.21655438840389252,-0.04170213267207146,0.011413753032684326,-0.0034790337085723877,0.03160715103149414 +561,-1.6103558178950987,-0.2733685525398244,1.7304850353452177,-0.962113618850708,0.2699764370918274,0.03808059170842171,0.17772381007671356,0.26207274198532104,-0.13972753286361694,0.004334688186645508,0.012265413999557495,0.06882250308990479 +562,-1.586053971803188,-0.26372348833788917,1.7589735612944137,-0.965313732624054,0.2606770992279053,0.014729557558894157,0.27107617259025574,0.04217134788632393,-0.08020990341901779,-0.05281376838684082,0.06579998135566711,0.08559703826904297 +563,-1.571435240585608,-0.2528432318229194,1.7824676375235098,-0.9682049751281738,0.25015780329704285,0.0006185995880514383,0.17020703852176666,0.06831109523773193,-0.08852838724851608,0.05786556005477905,0.03087863326072693,0.034903883934020996 +564,-1.5690152521740408,-0.2539600539322248,1.783390903168045,-0.9679234623908997,0.25123894214630127,-0.0017239457229152322,-0.11765443533658981,0.09554710984230042,0.11687310039997101,0.02091735601425171,0.05335700511932373,-0.018173515796661377 +565,-1.5680699722090314,-0.27868546925634635,1.7830877372865168,-0.9614143967628479,0.27509206533432007,-0.00262116314843297,0.36283060908317566,-0.15045514702796936,0.253086656332016,0.01675790548324585,0.0026331841945648193,-0.08658170700073242 +566,-1.570029184506446,-0.29829299638636875,1.8363084139166737,-0.9558392763137817,0.29388901591300964,-0.0007332648383453488,0.19058261811733246,-0.10209206491708755,0.2150338888168335,-0.014390826225280762,-0.028691262006759644,-0.023970723152160645 +567,-1.5701874219320298,-0.3084566601296265,1.8543885668274245,-0.9528031349182129,0.30358850955963135,-0.0005801665247417986,0.39510107040405273,0.0076220473274588585,-0.01793433167040348,-0.04972982406616211,0.004227012395858765,-0.09443628787994385 +568,-1.5551258750427261,-0.31281853157104417,1.9078577517048207,-0.9513531923294067,0.30774161219596863,-0.014909354038536549,0.504898726940155,-0.11201344430446625,0.13215962052345276,0.06942570209503174,-0.03270193934440613,-0.045439183712005615 +569,-1.5546706373157626,-0.33348185588660817,1.960686850191122,-0.944785475730896,0.32733502984046936,-0.01523663755506277,0.6371108889579773,-0.21582971513271332,0.11704079806804657,-0.029839158058166504,0.0011714398860931396,-0.11908650398254395 +570,-1.5424627998214808,-0.338914104935385,2.0235059684200416,-0.9427376985549927,0.33246317505836487,-0.02671823464334011,0.3442925810813904,0.01668275147676468,0.024174287915229797,-0.004070103168487549,-0.03534403443336487,-0.01295459270477295 +571,-1.5366592149461635,-0.33982640974287387,2.0573598826321486,-0.9422633051872253,0.3333234488964081,-0.03217864781618118,0.5502683520317078,-0.14595046639442444,0.011299186386168003,-0.03301745653152466,-0.02755257487297058,-0.038881536573171616 +572,-1.5318522957111034,-0.3407013780823466,2.1193288845941893,-0.941805899143219,0.33414822816848755,-0.03669627010822296,0.725528359413147,-0.3196769654750824,0.08611660450696945,-0.010250985622406006,-0.03127652406692505,-0.005067050457000732 +573,-1.5444346075551094,-0.3521618092475541,2.211311622794703,-0.9383031725883484,0.34492775797843933,-0.02474101632833481,0.946277916431427,-0.4543294310569763,0.13563652336597443,-0.08479869365692139,-0.03326699137687683,-0.03049582615494728 +574,-1.564175353489208,-0.3524159308101854,2.310711060458742,-0.9385210871696472,0.34516626596450806,-0.006214013788849115,0.9886035919189453,-0.6244675517082214,-0.028966477140784264,-0.04669314622879028,-0.028073370456695557,-0.06476986408233643 +575,-1.5892763968313055,-0.34071358220705905,2.422280223236247,-0.9423555731773376,0.3341597318649292,0.017416780814528465,0.8009511232376099,-0.5932192802429199,-0.17405666410923004,-0.023144304752349854,-0.0007246732711791992,-0.07080733776092529 +576,-1.6141903586678776,-0.32917823059298507,2.5298535916213223,-0.945417582988739,0.3232654929161072,0.04105125367641449,1.30630362033844,-0.607260525226593,-0.13481596112251282,0.031095564365386963,0.00597342848777771,-0.17451989650726318 +577,-1.6291992027149649,-0.31176650826253033,2.661548465647722,-0.9501705169677734,0.3067404627799988,0.05555586889386177,1.0104243755340576,-0.5213784575462341,-0.31778690218925476,0.03632164001464844,0.01625758409500122,-0.11277627944946289 +578,-1.6419901165022277,-0.2833544828080598,2.7575154249669036,-0.9576908349990845,0.27957794070243835,0.06829706579446793,0.8789533376693726,-0.30193525552749634,-0.33266308903694153,-0.020122885704040527,0.11405304074287415,-0.17431509494781494 +579,-1.6300716307200886,-0.24067091208312785,2.851846328180023,-0.9694726467132568,0.23835425078868866,0.057533182203769684,0.4121840000152588,0.6066601276397705,-0.4459672272205353,0.18080687522888184,0.23266932368278503,0.09920501708984375 +580,-1.606253694915218,-0.26806484548130183,2.8266380437519056,-0.9636790156364441,0.264865905046463,0.03418384864926338,0.4850791096687317,-0.4830356538295746,0.28677889704704285,-0.022237002849578857,0.0874137282371521,-0.042042139917612076 +581,-1.6326661579162207,-0.2700044001625138,2.9164063007570373,-0.961925745010376,0.26673567295074463,0.059590235352516174,0.053363557904958725,-0.1466473937034607,0.07841368019580841,0.017345666885375977,0.03882157802581787,0.12882530689239502 +582,-1.6507444023206104,-0.2693908158495174,2.902125085736586,-0.9608542919158936,0.2661442756652832,0.0769825354218483,0.18446385860443115,-0.3236398994922638,0.0379488542675972,0.005669355392456055,0.04336497187614441,-0.02754414826631546 +583,-1.6525577833750946,-0.28293133850316904,2.9273308693966107,-0.9570333957672119,0.2791716456413269,0.07842327654361725,0.2655872702598572,0.025746893137693405,0.09795660525560379,-0.0031868815422058105,-0.022274702787399292,0.05400776118040085 +584,-1.6607979086254137,-0.27675030550629803,2.9486732763366703,-0.9580550193786621,0.27323105931282043,0.08646004647016525,0.20561137795448303,-0.08025980740785599,-0.17259815335273743,-0.04015970230102539,0.035942524671554565,0.040416717529296875 +585,-1.6625880004069544,-0.26829314190907577,2.966542515339725,-0.9601656198501587,0.26508602499961853,0.08838357776403427,0.21381254494190216,-0.06843576580286026,-0.07425849139690399,-0.01351308822631836,0.06720465421676636,0.061167724430561066 +586,-1.6687427875498269,-0.2726229591258442,2.987931059599092,-0.958452045917511,0.26925843954086304,0.09417834877967834,0.10007458925247192,-0.05758533999323845,0.030466275289654732,0.058122456073760986,0.022871077060699463,0.06931948661804199 +587,-1.6898647075685638,-0.2861763853880672,2.9893437189309213,-0.9525379538536072,0.2822861969470978,0.11395619064569473,0.02646513655781746,-0.16580601036548615,0.13910916447639465,0.0347522497177124,0.02588033676147461,-0.01143239438533783 +588,-1.6978732307628204,-0.30254944047240995,2.9896873632214054,-0.9468830227851868,0.29795482754707336,0.12097887694835663,-0.04109026491641998,0.039469167590141296,0.055043645203113556,0.008925139904022217,-0.011043787002563477,-0.000571712851524353 +589,-1.6816532473092902,-0.2985466146072703,2.957472202170471,-0.9498980641365051,0.29413142800331116,0.10573627054691315,-0.35107874870300293,0.31796327233314514,0.008252019062638283,0.06475108861923218,0.003613293170928955,0.016318783164024353 +590,-1.6616021182860754,-0.3073138210950647,2.923361582628589,-0.9492227435112,0.3024994134902954,0.08643262088298798,-0.43069395422935486,0.39006295800209045,0.24454189836978912,0.0208168625831604,-0.00045165419578552246,0.0514305904507637 +591,-1.6409836757143959,-0.33810829509627066,2.8817006035606316,-0.94106125831604,0.3317030966281891,0.06615927070379257,-0.19892291724681854,0.23864935338497162,0.36017051339149475,-0.07546412944793701,-0.02449783682823181,0.029559142887592316 +592,-1.6247411163508754,-0.35412397098914355,2.8484472913436676,-0.936586320400238,0.3467688262462616,0.050573017448186874,-0.511236310005188,0.28637778759002686,-0.09318356215953827,-0.09054380655288696,-0.0620093047618866,0.044107794761657715 +593,-1.614147529939831,-0.3197238165260567,2.7864086869395495,-0.9484304189682007,0.314304381608963,0.04114137589931488,-0.545764684677124,0.252775639295578,-0.38901016116142273,5.0902366638183594e-05,0.03365704417228699,-0.030063509941101074 +594,-1.614665923663938,-0.287643165602429,2.74413709289071,-0.9579927325248718,0.28369301557540894,0.04205373674631119,-0.3155350089073181,0.04976866766810417,-0.2336363047361374,0.034683287143707275,0.08990320563316345,-0.0803685188293457 +595,-1.6094222035473473,-0.26912622770340144,2.707662951354553,-0.9632847309112549,0.2658892273902893,0.03722622990608215,-0.4899580180644989,0.1846773475408554,-0.0550689734518528,0.07241547107696533,0.13912484049797058,-0.06839990615844727 +596,-1.609204762018906,-0.27979670614914726,2.6631060098734967,-0.9604028463363647,0.27616026997566223,0.036905720829963684,-0.10411607474088669,0.00790476892143488,0.4158683121204376,0.1012871265411377,0.12706854939460754,-0.14356470108032227 +597,-1.6020059834130438,-0.3338647863287435,2.620801317320457,-0.944322943687439,0.32769685983657837,0.029481567442417145,-1.2820560932159424,0.41989564895629883,0.6497220993041992,-0.014692068099975586,0.05279633402824402,0.04748380556702614 +598,-1.5965249127490688,-0.39613997943770207,2.5113567088736026,-0.9222520589828491,0.3858601450920105,0.023733478039503098,-0.4918490946292877,0.2857572138309479,0.6416279673576355,-0.01076197624206543,-0.05150949954986572,-0.10233151912689209 +599,-1.6053877009254707,-0.44421760083372774,2.475518785699391,-0.9024069905281067,0.42975154519081116,0.031227953732013702,-0.5687602758407593,0.185193732380867,0.3563939332962036,-0.07093584537506104,-0.12553709745407104,-0.030831219628453255 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/standing/q10.csv b/BoostRunClub/CoreML/DataSet/Motion/standing/q10.csv new file mode 100644 index 0000000..88ef46e --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/standing/q10.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-0.503924204796272,0.26915721798559444,-2.0171365693283243,-0.465480238199234,-0.2659190893173218,-0.8441653847694397,0.29808270931243896,-0.20874443650245667,-0.5801029801368713,0.08071461319923401,-0.026256203651428223,0.027484476566314697 +1,0.04652216762816683,0.3377427964375625,-1.937767912242714,0.043878067284822464,-0.33135825395584106,-0.9424841403961182,-0.0962168276309967,0.013884533196687698,0.1100989356637001,-0.07752370834350586,-0.007157951593399048,0.0030158162117004395 +2,-0.029580741645854346,0.29280058207254617,-1.9346638985657603,-0.028317634016275406,-0.2886347472667694,-0.9570204019546509,-0.39135491847991943,-0.7604552507400513,-0.2578712999820709,-0.0644863173365593,-0.03703358769416809,-0.013011336326599121 +3,-0.09746846271124866,0.28063419438356,-1.9610227592155447,-0.09350727498531342,-0.27696508169174194,-0.9563193321228027,-0.26639294624328613,-0.842640221118927,-0.07768712937831879,0.011765949428081512,0.03201577067375183,0.0018821358680725098 +4,-0.1061609309952055,0.212475091371334,-1.9706472541335174,-0.10357876867055893,-0.21087998151779175,-0.9720087647438049,-0.8033129572868347,0.21320997178554535,0.11297685652971268,-0.03538302332162857,0.022601783275604248,0.028832554817199707 +5,-0.12386708255491745,0.16516375039484038,-1.9930467950077166,-0.12186922878026962,-0.16441385447978973,-0.9788339734077454,-0.10420013964176178,-0.6018553972244263,-0.20226933062076569,-0.03830226510763168,-0.06921344995498657,-0.05879414081573486 +6,-0.13795322665159282,0.14082105716173807,-2.023988193960353,-0.13615481555461884,-0.14035609364509583,-0.9806946516036987,-0.6223277449607849,0.02566019631922245,-0.03328803554177284,0.11846987903118134,-0.09665867686271667,0.07618415355682373 +7,-0.20386333660802422,0.0961136296832929,-2.0501990572206883,-0.20151977241039276,-0.09596572071313858,-0.9747719764709473,-0.3264709413051605,-0.7582502365112305,-0.08572548627853394,0.07810667157173157,0.01214919239282608,-0.009007930755615234 +8,-0.18081237823359242,0.04831872730470966,-2.0562802902337323,-0.17961888015270233,-0.04829992726445198,-0.9825498461723328,-0.4983765482902527,0.356710284948349,-0.148776113986969,-0.07276149094104767,0.09332861751317978,-0.08609944581985474 +9,-0.16567678700313584,0.0607357480067719,-2.0737470421070596,-0.16461579501628876,-0.06069841608405113,-0.9844883680343628,0.2775757908821106,0.17077502608299255,-0.17210493981838226,-0.02012234926223755,0.09477128833532333,-0.001809239387512207 +10,-0.16038211714127773,0.07558520182185134,-2.0798047249617246,-0.15923947095870972,-0.07551325112581253,-0.9843477606773376,0.21250483393669128,-0.6213364005088806,-0.1357765942811966,-0.02589540183544159,0.07601679861545563,-0.022549152374267578 +11,-0.2462490687561868,0.10737020018627966,-2.08443075290993,-0.24236412346363068,-0.10716401785612106,-0.9642486572265625,0.2312171459197998,-0.5751440525054932,0.12489097565412521,0.013467028737068176,-0.02416837215423584,0.03955078125 +12,-0.27237420502815624,0.13105992356478424,-2.0720465854119765,-0.2667117416858673,-0.13068504631519318,-0.9548749923706055,0.09141295403242111,0.022980082780122757,0.023666977882385254,0.0532107949256897,-0.03688696026802063,0.01851940155029297 +13,-0.3112999205047508,0.13204851936785178,-2.040797240151298,-0.3036297857761383,-0.13166509568691254,-0.9436488747596741,0.1673126518726349,-1.118891954421997,0.3134688138961792,0.06649300456047058,-0.01768791675567627,-0.014236807823181152 +14,-0.3959157589220144,0.16756483745247205,-2.0193383087187615,-0.3802517354488373,-0.16678179800510406,-0.9097210764884949,0.4723288118839264,-0.14564666152000427,-0.13971544802188873,-0.015668034553527832,-0.008663773536682129,0.012977302074432373 +15,-0.3681929020294681,0.16961931846893807,-2.023021588846007,-0.3547647297382355,-0.16880714893341064,-0.9195902347564697,-0.3608218729496002,0.43598300218582153,0.05195512995123863,0.009015798568725586,0.06573402881622314,0.0008432865142822266 +16,-0.33716450376627966,0.14672366087625302,-2.0232651754237954,-0.3272581100463867,-0.14619778096675873,-0.9335567951202393,0.13489103317260742,0.2836056649684906,0.0003044130280613899,-0.035946816205978394,0.03334379196166992,-0.03562039136886597 +17,-0.31206965244248025,0.1636584481914906,-2.023260232397843,-0.3029263913631439,-0.16292884945869446,-0.9389833807945251,0.22935080528259277,0.09639354795217514,-0.2482244223356247,0.007836699485778809,0.003215104341506958,-0.056500017642974854 +18,-0.3284837386032684,0.2149985063348712,-2.020722530835868,-0.3151807188987732,-0.2133459746837616,-0.9247403144836426,0.6042141318321228,0.05210176855325699,-0.02818353846669197,0.04914373159408569,0.017835110425949097,-0.006228923797607422 +19,-0.3349344250584014,0.2608908527533692,-1.999101685630506,-0.31758397817611694,-0.2579413652420044,-0.9124728441238403,0.1746402084827423,0.031992554664611816,0.004015202634036541,-0.009625494480133057,0.057593464851379395,0.07891571521759033 +20,-0.33443316930433536,0.28645662834954977,-1.9916750230827158,-0.314858615398407,-0.2825550138950348,-0.9061052203178406,0.3893090486526489,-0.01234777458012104,-0.1822880655527115,-0.02941015362739563,0.006767690181732178,0.005867183208465576 +21,-0.32910791163520864,0.29376775938425154,-1.9943333221747335,-0.3093529939651489,-0.28956061601638794,-0.9057899117469788,0.33194607496261597,-0.31986773014068604,0.2577231824398041,-0.029498934745788574,-0.028432518243789673,-0.12033313512802124 +22,-0.4174727369670679,0.38395132486286265,-1.9391354867422677,-0.3759313225746155,-0.3745870292186737,-0.8475613594055176,1.1475557088851929,-0.7706669569015503,-0.15101833641529083,0.0067449212074279785,0.01896566152572632,0.031033039093017578 +23,-0.4729377627973489,0.4504886617123771,-1.9095561695284557,-0.41005998849868774,-0.4354054927825928,-0.8014193177223206,0.4009901285171509,-0.15854482352733612,0.18597795069217682,0.016703665256500244,0.02979639172554016,0.03300195932388306 +24,-0.46838549158857845,0.4539274868845712,-1.888799122625861,-0.40572914481163025,-0.43849867582321167,-0.80193692445755,0.15925419330596924,0.2936195433139801,0.12423080205917358,-0.04953211545944214,0.11777418851852417,-0.04770296812057495 +25,-0.4468791739207918,0.4610989872892064,-1.8634497625947597,-0.38702094554901123,-0.44493257999420166,-0.8076198697090149,-0.08071667701005936,0.3615741431713104,0.22866696119308472,-0.013186544179916382,0.14648595452308655,0.07062035799026489 +26,-0.4178203129988217,0.4460392415869524,-1.8212655485743965,-0.3660699427127838,-0.43139567971229553,-0.8245548009872437,-0.03472292795777321,0.2411366105079651,0.442391037940979,0.010509639978408813,-0.05752643942832947,-0.023208260536193848 +27,-0.3706436701808505,0.4388418553952656,-1.8151727416877792,-0.3278934955596924,-0.4248913526535034,-0.8437731862068176,-0.3865181803703308,0.45115694403648376,-0.44277435541152954,-0.03784438967704773,-0.11316406726837158,0.019111931324005127 +28,-0.33131318515181624,0.4496554935902213,-1.8897541282427728,-0.29295071959495544,-0.4346553087234497,-0.8516188263893127,-0.44322478771209717,-0.6283714771270752,-0.7071195840835571,0.04552948474884033,0.013405919075012207,0.06746965646743774 +29,-0.33967866230010235,0.4137259875934306,-1.925692388215419,-0.3050731420516968,-0.4020237326622009,-0.8633118271827698,-0.8979203104972839,0.36453208327293396,0.4173530340194702,-0.03643381595611572,-0.03976398706436157,-0.07472223043441772 +30,-0.2987685475478433,0.2712782652587677,-1.9584983208902143,-0.28357914090156555,-0.267963171005249,-0.9207489490509033,0.1755688190460205,-0.724852442741394,-0.46639689803123474,-0.14868709444999695,0.017764806747436523,-0.2981688976287842 +31,-0.5134554271409202,0.36309155713975644,-1.9582232953536902,-0.4591660499572754,-0.35516592860221863,-0.8142626881599426,0.23723278939723969,-1.718506097793579,0.44902336597442627,0.3128647804260254,0.21180957555770874,0.2725299000740051 +32,-0.7326014173576441,0.2959321643959498,-1.9589177967603355,-0.6397333741188049,-0.2916316092014313,-0.7111203670501709,-1.0524468421936035,-1.6671624183654785,-0.37238338589668274,-0.08185476064682007,-0.04709818959236145,-0.007110774517059326 +33,-0.7846383807635418,0.23873398739583887,-2.1287541170093647,-0.6865296959877014,-0.2364727109670639,-0.6875737309455872,-1.4250073432922363,-2.3547093868255615,-0.5648986101150513,-0.10921615362167358,-0.0914081484079361,-0.45755261182785034 +34,-0.7796142497777911,0.14536763883227177,-2.234201277051462,-0.6955903768539429,-0.14485619962215424,-0.7036837339401245,-1.40215265750885,0.5075572729110718,0.3220791220664978,-0.08846724033355713,-0.057704225182533264,-0.06740391254425049 +35,-0.8615477296986594,0.0853699457468965,-2.36653844716408,-0.7560878396034241,-0.08526628464460373,-0.6488919854164124,-0.5891510248184204,-1.5134323835372925,-0.8949000239372253,0.09609949588775635,-0.016174115240573883,-0.06444108486175537 +36,-1.0219524189781297,0.1972156787047716,-2.428233513362233,-0.8365911841392517,-0.19593974947929382,-0.5115886330604553,0.005627824924886227,-1.491292953491211,-1.6172153949737549,0.21217095851898193,0.09648293256759644,0.10631513595581055 +37,-1.1309952571091262,0.33340661825837625,-2.6429591280274876,-0.8550096750259399,-0.3272639513015747,-0.402314156293869,-1.2876262664794922,-1.4304332733154297,-2.3634889125823975,0.10740536451339722,-0.1752384603023529,0.055695563554763794 +38,-1.2340651667386606,0.4818663083442348,-2.656442061430209,-0.8363662362098694,-0.46343377232551575,-0.2927810847759247,1.1313368082046509,-0.7795630693435669,0.3671422302722931,-0.22001498937606812,-0.5486359596252441,-0.01640772819519043 +39,-1.2346302547237642,0.41966366567616625,-2.6600248727120626,-0.8621094226837158,-0.407453328371048,-0.3012460768222809,-0.5441621541976929,1.415462613105774,-0.4096582531929016,0.17492985725402832,0.5313851833343506,0.014685988426208496 +40,-1.1586659327627837,0.38899583504123214,-2.7535856090145887,-0.8478153347969055,-0.37925946712493896,-0.37063637375831604,-1.5062774419784546,-0.8715920448303223,-0.029240528121590614,-0.3181391954421997,0.07501450181007385,-0.33628806471824646 +41,-1.369643904811049,0.36259023708144755,-2.78445338426215,-0.9161291122436523,-0.35469725728034973,-0.18680797517299652,1.3609868288040161,-2.7139692306518555,0.1266252100467682,0.23161989450454712,0.04779723286628723,-0.5684105157852173 +42,-1.4725952011242371,0.4027136670049999,-2.635341161023426,-0.915568470954895,-0.3919163644313812,-0.09019999206066132,1.3062766790390015,2.3240928649902344,-0.5114912986755371,0.07914268970489502,-0.2657069265842438,-0.042078495025634766 +43,-1.3962432099987658,0.5350485876941375,-2.4139620173273175,-0.8471719622612,-0.5098828077316284,-0.14939691126346588,2.0263054370880127,0.8875123858451843,-1.9583855867385864,-0.2201651930809021,0.15824401378631592,-0.0709705501794815 +44,-1.4963503634489348,0.6912046274187814,-2.100474614990525,-0.768344521522522,-0.63746577501297,-0.05730605497956276,3.064091205596924,0.18425562977790833,0.21969634294509888,0.13774454593658447,0.26904237270355225,0.07743239402770996 +45,-1.5289435700018563,0.7048391615365464,-1.8694057633366277,-0.7610488533973694,-0.6479113101959229,-0.03187060356140137,0.836438775062561,2.4218366146087646,-0.9525117874145508,0.044267117977142334,0.3666612505912781,0.02878832444548607 +46,-1.5867532594437035,0.6324283383347732,-1.7259291158559549,-0.806492030620575,-0.5911051630973816,0.012870230711996555,1.1742913722991943,-2.311180591583252,1.8342745304107666,-0.17527389526367188,0.2700755000114441,-0.144370436668396 +47,-1.9458451108471777,0.32145512402400633,-1.6879683300690305,-0.8828269243240356,-0.3159474730491638,0.34755387902259827,-0.005549822933971882,-4.3096818923950195,2.23854398727417,-0.4849708676338196,0.1080465316772461,0.11782392859458923 +48,-2.04121505650986,0.24775326818855284,-1.8176119325711557,-0.8641611933708191,-0.24522645771503448,0.4394197165966034,0.06627032160758972,0.5061191916465759,0.45165374875068665,0.007761478424072266,0.007738620042800903,-0.022274911403656006 +49,-1.9889297714187022,0.2969925272309157,-1.7481455274981177,-0.8738409876823425,-0.29264572262763977,0.38827866315841675,-0.2855619490146637,1.0017653703689575,-0.2940742075443268,0.0768439769744873,0.037671416997909546,0.1386987566947937 +50,-1.8982192845009904,0.262710470749327,-1.8346040926474643,-0.9143868684768677,-0.2596989870071411,0.3105696737766266,-0.5718357563018799,0.8699500560760498,-0.23545575141906738,-0.2690086364746094,0.13007554411888123,0.05170455574989319 +51,-1.8192308855838162,0.2732065797545238,-1.849352376027808,-0.9333477020263672,-0.2698204815387726,0.23676705360412598,-0.01950708031654358,0.6501732468605042,1.1003191471099854,0.2948285937309265,-0.13812318444252014,0.013736441731452942 +52,-1.8071865993475407,0.23650799494378139,-1.8750072908411652,-0.945125937461853,-0.23430927097797394,0.22767531871795654,0.507506251335144,0.16696886718273163,-1.0079399347305298,-0.0491519570350647,0.16857440769672394,-0.04739274084568024 +53,-1.8157961117838588,0.2796425460971943,-1.856051543808927,-0.9324516654014587,-0.2760120928287506,0.23313383758068085,-0.9392274618148804,-0.26116394996643066,-0.03549906983971596,0.00729602575302124,0.010142982006072998,0.11142492294311523 +54,-1.8018113201627424,0.27855345742178667,-1.9625536777795405,-0.9359126091003418,-0.27496516704559326,0.2201399803161621,-0.7327379584312439,0.03983551263809204,0.4314064681529999,0.006545662879943848,0.01838865876197815,-0.029908686876296997 +55,-1.7713099027729489,0.29590416146248316,-1.9892407099040716,-0.9373741745948792,-0.2916048467159271,0.190516397356987,-0.6258707642555237,0.25613102316856384,-0.48376405239105225,-0.0715828537940979,0.08185750246047974,0.04790225625038147 +56,-1.723244674280355,0.381012824856095,-2.01389207082368,-0.9175224900245667,-0.3718608617782593,0.14096854627132416,-0.34244847297668457,0.5238995552062988,-0.9447779059410095,0.013881683349609375,0.0034679174423217773,0.10198187828063965 +57,-1.6471601947786252,0.44893781554753603,-2.0535135566042655,-0.898283064365387,-0.4340088367462158,0.06873001903295517,-0.4944029748439789,0.6105017066001892,-0.029182935133576393,0.12730228900909424,-0.058773696422576904,-0.027149803936481476 +58,-1.5904479522208665,0.45279768700808803,-2.124249590552068,-0.8990530967712402,-0.4374829828739166,0.017670128494501114,-0.2209463268518448,0.20859375596046448,0.12153046578168869,0.004506587982177734,-0.09140187501907349,-0.0614476203918457 +59,-1.6129962568263954,0.43944494953531493,-2.088408426772247,-0.9041821956634521,-0.42543721199035645,0.03817909210920334,0.48426517844200134,-0.49494513869285583,0.08936820179224014,-0.09426134824752808,0.07814720273017883,-0.03958297148346901 +60,-1.644562104063378,0.40839017160244284,-2.0680707909685547,-0.9152656197547913,-0.39713239669799805,0.06763800233602524,-0.11031374335289001,-0.5587010383605957,0.5810526013374329,-0.29046863317489624,-0.04995012283325195,0.03897523880004883 +61,-1.7092245297969735,0.3273120389789127,-2.1124543840747294,-0.9378519654273987,-0.32149893045425415,0.13066081702709198,-0.11308175325393677,-0.12727786600589752,1.142630934715271,-0.0876913070678711,-0.13347235321998596,0.1466829776763916 +62,-1.6501773902468069,0.30014373921896426,-2.1549051490049416,-0.9522857666015625,-0.29565751552581787,0.0757526382803917,-0.6440109610557556,0.8672720789909363,-1.046822190284729,-0.366790771484375,0.09257832169532776,0.012519478797912598 +63,-1.6502205531887442,0.5066274808958767,-2.1601658196062004,-0.8716294765472412,-0.4852311313152313,0.0693744346499443,0.8002004623413086,-0.49319228529930115,-2.8508782386779785,-0.02158951759338379,0.2335374355316162,-0.1231921911239624 +64,-1.7455047615577228,0.8292164657066992,-1.94794893995714,-0.6651716232299805,-0.7374023795127869,0.11740808188915253,1.5306789875030518,0.32317519187927246,-3.6292691230773926,0.30135631561279297,0.5308288335800171,-0.11640095710754395 +65,-1.979831301910902,1.057416329696442,-1.6777961655417113,-0.4506089389324188,-0.8710894584655762,0.19533193111419678,-0.015469281002879143,-0.1388331800699234,-0.8322314023971558,0.2827775478363037,0.04867136478424072,0.16111336648464203 +66,-1.9046585272055039,0.984274524239875,-1.860334120379185,-0.5229072570800781,-0.8328707814216614,0.18136824667453766,-0.8603510856628418,-1.4229657649993896,2.1105763912200928,0.22752755880355835,0.09365862607955933,0.14597858488559723 +67,-1.74085826767714,0.9212503209967883,-2.0928432398459496,-0.5960999727249146,-0.7963584661483765,0.10236263275146484,-0.9921782612800598,0.26309332251548767,-0.05449221655726433,0.14596569538116455,-0.43400347232818604,0.17615604400634766 +68,-1.6714372143320193,0.9253130830592875,-2.190317432953283,-0.5985404849052429,-0.7988091707229614,0.060441844165325165,-0.3911835253238678,-1.3813331127166748,0.9118213653564453,0.01533430814743042,-0.1769445538520813,-0.03465450182557106 +69,-1.692737431001232,0.7836436239081329,-2.3141318969076963,-0.7030864953994751,-0.7058650255203247,0.08616264164447784,-0.4707812964916229,-0.2543913424015045,1.3153507709503174,-0.1850970983505249,-0.0019138455390930176,0.06738662719726562 +70,-1.5999471991550316,0.7839074660783241,-2.4168883651021247,-0.7078591585159302,-0.7060518860816956,0.020640559494495392,-1.0280841588974,0.7559811472892761,-0.48467493057250977,0.009739041328430176,0.016247868537902832,-0.11489415168762207 +71,-1.4954017900518488,0.8015770158369651,-2.4908381996909434,-0.6935985684394836,-0.7184539437294006,-0.05239285156130791,0.4324161410331726,0.38473010063171387,-0.15197859704494476,0.016291379928588867,-0.08722537755966187,-0.11809360980987549 +72,-1.4678268471585865,0.8429628911332252,-2.443482907443615,-0.661730170249939,-0.7466174960136414,-0.06837985664606094,0.2401212453842163,0.02476785145699978,-0.152809739112854,-0.02342003583908081,-0.06041997671127319,-0.09951258450746536 +73,-1.573925964790645,0.8467030738154275,-2.3550834410771864,-0.6624531745910645,-0.749100387096405,0.002073245355859399,0.1545122116804123,-0.5921849608421326,-0.2765169143676758,-0.08556318283081055,-0.020964860916137695,-0.1552867889404297 +74,-1.6279903585683126,0.8492498417292234,-2.3510882003927573,-0.659466564655304,-0.7507851123809814,0.037758734077215195,-0.09781475365161896,-0.3191198706626892,0.25593140721321106,0.023327648639678955,0.0008308887481689453,-0.044564127922058105 +75,-1.6203115329674163,0.8446547068528691,-2.3368557826032936,-0.663175642490387,-0.7477418780326843,0.03286413848400116,-0.23669762909412384,0.9654195308685303,-0.17813129723072052,0.010572552680969238,0.011108636856079102,0.06331193447113037 +76,-1.4835688043151274,0.9301747294143394,-2.2988491116610983,-0.5954213738441467,-0.801724374294281,-0.05206925794482231,-0.03176368772983551,2.1298794746398926,-1.2010741233825684,-0.050162672996520996,0.03547388315200806,0.051275793462991714 +77,-1.2990021650409835,1.0102455716130259,-2.368563549173071,-0.5121362209320068,-0.8469624519348145,-0.14272759854793549,-1.0371567010879517,0.181484192609787,-0.15904799103736877,0.004308462142944336,0.025246143341064453,0.12032771110534668 +78,-1.0998882071870915,0.9988758168860186,-2.557954935255331,-0.48233669996261597,-0.840863049030304,-0.245561882853508,-0.5633054971694946,1.0154060125350952,-0.8564945459365845,0.023245513439178467,0.06863099336624146,0.04301673173904419 +79,-0.9414397695276222,1.0090984299430876,-2.714174599712823,-0.43057671189308167,-0.8463519811630249,-0.31351569294929504,-0.48534440994262695,-0.29808539152145386,-0.02449909970164299,0.043552786111831665,-0.04773670434951782,-0.23656368255615234 +80,-0.8952892952584421,1.0151781879389432,-2.7616034507916303,-0.41163116693496704,-0.8495745658874512,-0.3298224210739136,-0.2922954261302948,0.3349963426589966,-0.10985129326581955,-0.02907314896583557,-0.0007367134094238281,0.005451112985610962 +81,-0.8896543995426464,1.0104947754012292,-2.7752779321334304,-0.4128527343273163,-0.8470948934555054,-0.3346385061740875,0.23909348249435425,-0.6357908248901367,0.23933164775371552,-0.014195024967193604,-0.02665388584136963,-0.025209546089172363 +82,-0.9623911734038153,0.9836322818964865,-2.7208979013162695,-0.45459234714508057,-0.8325151801109314,-0.31664520502090454,-0.15857376158237457,-0.5963613986968994,0.8459770083427429,0.07991281151771545,-0.05679750442504883,-0.07080593705177307 +83,-1.0408769797035657,0.9198998066719497,-2.6447923412887167,-0.522799551486969,-0.7955409288406372,-0.30626049637794495,0.09106141328811646,0.06843897700309753,1.1260932683944702,0.08340734243392944,0.024758338928222656,0.014558225870132446 +84,-1.0612569384397426,0.8757687757363851,-2.6365787121239688,-0.5590553879737854,-0.7680360674858093,-0.3123745024204254,0.00763946957886219,-0.44903841614723206,-0.14006350934505463,-0.08544540405273438,0.046371638774871826,-0.0679813027381897 +85,-1.1068338604355314,0.8874078327207096,-2.6441310173189576,-0.5646740794181824,-0.775437593460083,-0.2825593054294586,0.26380816102027893,-0.5178530216217041,-0.21976497769355774,0.009193122386932373,0.015153169631958008,-0.022860586643218994 +86,-1.0238333781456022,0.937614455832729,-2.735470518694319,-0.5053867101669312,-0.8061488270759583,-0.3077473044395447,-0.4957290589809418,0.35277846455574036,-0.678071141242981,-0.012206673622131348,0.04313313961029053,0.09577220678329468 +87,-0.9127330380326546,0.9554506473369726,-2.827602144319717,-0.45670050382614136,-0.816573977470398,-0.35303235054016113,-0.5744920969009399,1.083132028579712,-0.6706506609916687,-0.05509456992149353,0.08605939149856567,0.09454846382141113 +88,-0.7307991622251888,0.9176481957133473,-2.968368895067179,-0.40561148524284363,-0.7941746711730957,-0.4525107145309448,-0.03212474286556244,0.4034879207611084,-0.12057728320360184,0.007540255784988403,-0.0866999626159668,-0.1968422830104828 +89,-0.6175079418197431,0.9340047608237587,-3.0409354834242692,-0.34428736567497253,-0.8040077090263367,-0.48480695486068726,-0.030489791184663773,-0.03654523193836212,-0.0851454958319664,0.06924769282341003,-0.03116685152053833,-0.006037771701812744 +90,-0.59612010525289,0.9101474278916976,-3.0306952608010995,-0.3445136249065399,-0.7895942330360413,-0.5077906250953674,0.16571050882339478,0.7778941988945007,-0.026583878323435783,-0.00860530138015747,0.01441723108291626,-0.02095693349838257 +91,-0.5592938322937626,0.8756774397781713,-3.0446178400409525,-0.33982914686203003,-0.7679775357246399,-0.5428873300552368,-1.8941230773925781,-0.39337587356567383,0.12612897157669067,0.03788822889328003,-0.09173315763473511,0.3551431894302368 +92,-0.5365742013016406,0.7767753088844808,-3.1114134727266345,-0.3645726442337036,-0.7009832859039307,-0.6129512786865234,0.025749288499355316,-0.3356221914291382,-0.14348484575748444,-0.08646190166473389,-0.019674062728881836,-0.06995582580566406 +93,-0.5519724161219848,0.7813615971890104,-3.120570543191193,-0.3722776472568512,-0.7042467594146729,-0.6045211553573608,-0.36349573731422424,-0.25893786549568176,0.3719881474971771,0.009286344051361084,0.0072100162506103516,0.02281033992767334 +94,-0.558518401383147,0.7534032815712927,-3.112023066317396,-0.38651254773139954,-0.6841249465942383,-0.6185314655303955,-0.3004441261291504,-0.061785127967596054,0.2808057963848114,-0.08316820859909058,-0.0010862350463867188,-0.016936063766479492 +95,-0.5382698659770788,0.7101340579685699,-3.1332914230018893,-0.38873037695884705,-0.6519354581832886,-0.6510521173477173,-0.6682205200195312,0.02739465795457363,-0.14316269755363464,0.038449615240097046,-0.18784725666046143,0.023915886878967285 +96,-0.4540731699511727,0.6258946210619216,3.0537202362366376,-0.35548266768455505,-0.5858225226402283,-0.7283158302307129,-1.9859250783920288,0.34949156641960144,-0.09987316280603409,0.0004564225673675537,-0.25885820388793945,0.11845254898071289 +97,-0.3658638962624141,0.3591714637869859,2.9822963819397112,-0.33492714166641235,-0.35149869322776794,-0.8742267489433289,-2.814663887023926,0.3762124478816986,0.7657173871994019,-0.07927268743515015,-0.14273351430892944,0.09798169136047363 +98,-0.29829532850139523,0.16080059218171236,2.877585255685186,-0.2900998592376709,-0.1601085215806961,-0.943507969379425,-1.9519354104995728,0.4374772012233734,-1.1868352890014648,-0.12358114123344421,0.0509776771068573,0.024242281913757324 +99,-0.23754445471092958,0.059473133665484484,2.7364887930790127,-0.23490071296691895,-0.059438079595565796,-0.9702003598213196,-1.1750136613845825,0.5071490406990051,-1.0706239938735962,-0.06603311002254486,0.1348317563533783,0.061661601066589355 +100,-0.19740846554501373,0.017111575288509043,2.607222147838878,-0.19610007107257843,-0.017110740765929222,-0.9804345965385437,-0.6639949679374695,0.2957278788089752,-0.8845115900039673,0.018518298864364624,0.09697524458169937,0.0521051287651062 +101,-0.17294206007351384,-0.04585116153566596,2.5545102239696753,-0.1719004064798355,0.04583509638905525,-0.9840474724769592,-0.6120054721832275,0.28876933455467224,0.02747131884098053,0.05062355101108551,0.014437120407819748,0.02602440118789673 +102,-0.16128828976113632,-0.09902861146561764,2.4998013821218943,-0.1598031222820282,0.09886683523654938,-0.9821854829788208,-0.2166932225227356,0.1463637799024582,-0.2595103085041046,0.011670798063278198,0.04728184640407562,-0.0353010892868042 +103,-0.1614102258862179,-0.0699838093193359,2.452436293325344,-0.16031686961650848,0.06992669403553009,-0.9845855832099915,0.9459717273712158,0.16105958819389343,-1.0797884464263916,-0.13190419971942902,0.1570325344800949,-0.029711902141571045 +104,-0.11664203432067187,0.024194389455620927,2.3543405963942288,-0.1163436621427536,-0.024192029610276222,-0.9929143190383911,0.9910495281219482,0.5107500553131104,-1.018088936805725,-0.0513656809926033,0.05521314963698387,-0.05736333131790161 +105,-0.022141885432944985,0.20519937999472332,2.1500147097384086,-0.021675584837794304,-0.20376236736774445,-0.9787803888320923,1.915704607963562,0.7321450114250183,-2.9303743839263916,-0.0033335667103528976,0.08245499432086945,-0.0072425007820129395 +106,0.1548100026380506,0.3775986460384714,1.8383679779902873,0.1433299332857132,-0.3686893582344055,-0.9184359908103943,1.810681939125061,0.6970592141151428,-2.77367901802063,0.028850242495536804,0.03449136018753052,0.04914277791976929 +107,0.37399105688540335,0.49117283030554737,1.432487639376204,0.32214388251304626,-0.47166040539741516,-0.8208287358283997,2.324336528778076,0.5292788743972778,-2.962702751159668,0.006148964166641235,0.04650476574897766,0.06847888231277466 +108,0.6418568394138005,0.5114308145803302,1.036155084368106,0.5220792889595032,-0.4894254803657532,-0.6984955072402954,1.575626015663147,0.8728823661804199,-2.751711368560791,-0.026672184467315674,0.012252628803253174,-0.02522885799407959 +109,0.8733725904574252,0.43527298728807723,0.6871434264156269,0.6950270533561707,-0.4216579496860504,-0.5823589563369751,1.6236389875411987,0.8993415832519531,-3.015083074569702,0.004878342151641846,0.09330406785011292,0.0520550012588501 +110,1.053593992491493,0.3094772670958648,0.3753928943813298,0.827912449836731,-0.3045607805252075,-0.47096043825149536,0.8919705152511597,0.47835394740104675,-1.8741745948791504,0.05746352672576904,-0.01680457592010498,0.04682713747024536 +111,1.1122753478119438,0.23801380709503867,0.25233672129110135,0.8714281916618347,-0.23577289283275604,-0.43014398217201233,0.5378170609474182,0.22224317491054535,-0.6919305324554443,0.04971426725387573,0.0015962868928909302,0.027937591075897217 +112,1.146586845099376,0.19601355749147986,0.18398904574940733,0.8939125537872314,-0.1947607845067978,-0.4037186801433563,0.3296288549900055,0.0821959376335144,-0.7135764360427856,0.024727702140808105,-0.0501580536365509,0.0014358758926391602 +113,1.1592381715424962,0.1651682587479808,0.16159008881790463,0.9040257930755615,-0.1644182950258255,-0.39459365606307983,-0.12835173308849335,-0.007261698134243488,-0.05290213227272034,0.021236777305603027,-0.0562848299741745,0.03636300563812256 +114,1.1538743867752719,0.14480150315849064,0.18237315865972795,0.9047707319259644,-0.14429602026939392,-0.40071001648902893,-0.5418539643287659,-0.1069524735212326,-0.21597734093666077,0.02755647897720337,-0.061606064438819885,0.02183428406715393 +115,1.1132832582646173,0.09501336834115114,0.23828388250686525,0.8931072354316711,-0.09487047791481018,-0.43972596526145935,-0.8047096729278564,-0.6534415483474731,-0.2829701006412506,0.11162292957305908,0.029761232435703278,0.04501160979270935 +116,1.0260542346983943,0.047016514152604744,0.29785422696459174,0.8543158769607544,-0.04699919372797012,-0.5176249146461487,-0.9334347248077393,-0.9307941794395447,0.09804142266511917,0.023980021476745605,0.02302764356136322,0.10751444101333618 +117,0.9743898480997268,0.031211114529040275,0.3566246279977116,0.8269563913345337,-0.031206047162413597,-0.5613994002342224,-0.6212480664253235,-0.5632706880569458,0.21900507807731628,0.025185883045196533,0.014619739726185799,0.024808883666992188 +118,0.928868614938505,-0.015450111684235199,0.3887942775032495,0.8008474707603455,0.015449496917426586,-0.5986691117286682,-0.36311858892440796,-0.3568628132343292,-0.04923585057258606,-0.010182797908782959,-0.07918545603752136,0.006765425205230713 +119,0.9036245429302743,0.010045727950781146,0.5143613625931786,0.7855351567268372,-0.010045559145510197,-0.6187354922294617,-0.9767670035362244,-0.20332254469394684,1.5065441131591797,0.011019349098205566,0.011296779848635197,-0.01444321870803833 +120,0.8996430196308574,0.04458691457837638,0.6497893504001317,0.7823266386985779,-0.044572144746780396,-0.6212714910507202,-0.7475377321243286,0.2695122957229614,0.886072039604187,-0.06560611724853516,-0.011549677699804306,-0.01050335168838501 +121,0.9185138336085473,0.13143387607734436,0.8511749805941194,0.7878460884094238,-0.1310557872056961,-0.6017665266990662,-1.186640739440918,0.11537804454565048,3.2004079818725586,0.0794329047203064,-0.0951404869556427,-0.04361921548843384 +122,0.8225606690532952,0.33621223259262023,1.2520091002536449,0.6918566226959229,-0.32991376519203186,-0.6422548294067383,-1.853983998298645,-0.10494833439588547,4.636382579803467,0.12375611066818237,0.04585617780685425,0.024380743503570557 +123,0.6187740463549942,0.517193978846603,1.7221934144921023,0.5041739344596863,-0.49444305896759033,-0.7080499529838562,-1.0087958574295044,-0.02768808975815773,3.587897539138794,0.06328517198562622,0.12281528115272522,0.0624353289604187 +124,0.4579588655436836,0.638582142744449,2.0121321669336134,0.35499513149261475,-0.5960575938224792,-0.7202039957046509,-0.26614269614219666,-0.33561044931411743,1.8147433996200562,0.07797300815582275,0.10913437604904175,0.007206559181213379 +125,0.2519569173099621,0.7479023354325732,2.247781829640789,0.18276578187942505,-0.6801024079322815,-0.7099699974060059,1.1240402460098267,-0.7712538242340088,1.8661776781082153,0.07429903745651245,0.060030996799468994,0.07254934310913086 +126,0.002985605908280422,0.8772435623111743,2.4698080615565248,0.0019086153479292989,-0.7689796686172485,-0.6392704844474792,0.9197561144828796,-1.1849110126495361,0.8953761458396912,-0.10547001659870148,-0.13571393489837646,0.09878891706466675 +127,-0.17603509499597614,1.0257068012508486,2.615904555383947,-0.09080258011817932,-0.8550809025764465,-0.5104817152023315,1.2548757791519165,-0.13560813665390015,0.536118745803833,-0.014528840780258179,0.07210665941238403,0.023375391960144043 +128,-0.30214342535861505,1.1329574593516332,2.7416230305868265,-0.12616348266601562,-0.9056700468063354,-0.40477705001831055,1.6024184226989746,-0.14360982179641724,0.2536165118217468,0.07158280909061432,-0.009948790073394775,-0.15769240260124207 +129,-0.3281209386979087,1.178717166030769,2.747730955430713,-0.12314075231552124,-0.9241166114807129,-0.36172470450401306,-0.06580880284309387,-0.1310863345861435,0.1281769573688507,-0.011228129267692566,0.06388717889785767,0.029846101999282837 +130,-0.43993701242313876,1.2346812988109397,2.8449515084592853,-0.14046533405780792,-0.9440431594848633,-0.2984156608581543,0.9260433316230774,-0.09381767362356186,-0.277998149394989,-0.03629247844219208,0.04414087533950806,-0.00630226731300354 +131,-0.6226288660811233,1.2994185604208457,2.997594677513431,-0.1563246250152588,-0.963402509689331,-0.21775715053081512,0.3426632881164551,-0.2929931879043579,0.19486798346042633,-0.05024884641170502,0.00505906343460083,0.08860673010349274 +132,-0.866804293526434,1.291692130325743,-3.0499538389233396,-0.2099999636411667,-0.961302638053894,-0.17831844091415405,0.8100376129150391,-0.37405580282211304,0.43896472454071045,0.04218381643295288,0.08683663606643677,-0.012294352054595947 +133,-1.2899179389197306,1.3109028917945893,-2.647362760279112,-0.24690736830234528,-0.9664173722267151,-0.07123415917158127,0.7748801112174988,-0.19769415259361267,0.37371358275413513,-0.05884823203086853,-0.0004557967185974121,-0.047494471073150635 +134,-1.3888428730636564,1.2852094487824004,-2.5469461654112853,-0.2770700454711914,-0.9594964981079102,-0.050977673381567,-0.11046893149614334,0.2457437366247177,0.0559028796851635,-0.048308372497558594,0.021004676818847656,0.0031261444091796875 +135,-1.3522036888161055,1.2925832100013963,-2.54570651850905,-0.2681027352809906,-0.9615477323532104,-0.05955692008137703,0.3754793107509613,0.5392771363258362,-0.022426772862672806,0.02684605121612549,0.00941455364227295,-0.06034666299819946 +136,-1.4090013328320303,1.305006872871756,-2.444214315851145,-0.25924035906791687,-0.964885413646698,-0.04231366142630577,0.10904711484909058,0.18955759704113007,-0.10439426451921463,-0.01625707745552063,0.06753134727478027,0.006730139255523682 +137,-1.4323883654168896,1.3030802931192096,-2.4264075241977845,-0.2619999051094055,-0.9643775820732117,-0.03649621829390526,0.2774483561515808,-0.43259644508361816,0.29734739661216736,-0.03220480680465698,-0.06894755363464355,-0.03622716665267944 +138,-1.816660299536777,1.3056427483603206,-2.1060375424612867,-0.2541769742965698,-0.9650522470474243,0.06378338485956192,1.1403605937957764,-0.5299751162528992,-0.21892522275447845,0.026271700859069824,0.037516236305236816,0.002271890640258789 +139,-2.1296967880146136,1.292198570180446,-1.7894861190433133,-0.233162060379982,-0.9614419937133789,0.14582395553588867,0.8900380730628967,-0.04610826447606087,-0.3563859164714813,-0.050315722823143005,0.01670938730239868,-0.08001279830932617 +140,-2.478089783040903,1.2175269787839638,-1.4297848454004862,-0.21307401359081268,-0.9382466673851013,0.2725662291049957,1.5072429180145264,-0.05184503644704819,-0.07087834924459457,0.0025027692317962646,0.02732759714126587,-0.07974094152450562 +141,-2.6661841079262865,1.083985678208539,-1.1918798662715184,-0.21411731839179993,-0.8838293552398682,0.4159323573112488,1.1153411865234375,0.6174386739730835,-0.008039291948080063,0.007986322045326233,-0.05846202373504639,0.06030970811843872 +142,-2.656195965159998,1.029104830507128,-1.1760858682236501,-0.24055147171020508,-0.856837809085846,0.4560307264328003,0.3732205331325531,-0.02335379645228386,0.3564501702785492,-0.07634305953979492,-0.07326167821884155,-0.011999964714050293 +143,-2.7461040297929586,0.9699549893500883,-1.045578720387595,-0.2178012579679489,-0.8248602747917175,0.5216977596282959,0.5500080585479736,0.3561914265155792,-0.47646650671958923,0.06272615492343903,0.09109550714492798,0.06648284196853638 +144,-2.7236793592238993,1.0027226830275315,-1.049434252785548,-0.2183532863855362,-0.8429389595985413,0.4917069375514984,-1.0596405267715454,0.18019865453243256,-0.04354986175894737,-0.04550167918205261,-0.00744861364364624,0.1159285306930542 +145,-2.617980446793984,1.1317644449257172,-1.126775591923039,-0.2125367522239685,-0.905163586139679,0.36811304092407227,-2.2013330459594727,1.0200550556182861,-0.6563270688056946,0.016003549098968506,0.058193981647491455,0.13724279403686523 +146,-2.173032672654246,1.361097981537606,-1.497411739294178,-0.171542689204216,-0.9780937433242798,0.11792271584272385,-2.5857460498809814,0.617668628692627,-0.39486318826675415,0.016910120844841003,-0.07157355546951294,-0.013293147087097168 +147,-0.8322121432791342,1.4156451572657083,-2.788803383627405,-0.11426277458667755,-0.9879881739616394,-0.1040358692407608,-2.127727746963501,0.698981523513794,-0.7692124247550964,-0.05892449617385864,0.014752030372619629,-0.008726611733436584 +148,-0.10728589115642322,1.2954319234658693,2.8107784610736086,-0.02911483310163021,-0.962326169013977,-0.2703341543674469,-1.1655223369598389,0.2749837040901184,-0.37746289372444153,0.08946333825588226,0.006332576274871826,-0.02001011371612549 +149,0.04520505530126851,1.2439091279558887,2.673877503704002,0.014510255306959152,-0.9470464587211609,-0.3207687735557556,0.16396164894104004,-0.0030757668428122997,-0.03360501304268837,0.03421105444431305,-0.011892139911651611,-0.047166407108306885 +150,0.05533078274766328,1.2406765612667678,2.6442248191206614,0.017926668748259544,-0.9460035562515259,-0.3236601650714874,0.1469895988702774,-0.06295864284038544,-0.056752774864435196,0.0514550507068634,-0.06164109706878662,-0.0434814989566803 +151,-0.0068183832316296164,1.2942660178682508,2.710142321974789,-0.0018615392036736012,-0.962008535861969,-0.27301347255706787,0.7167169451713562,-0.17338652908802032,0.286571741104126,0.06321711838245392,-0.03913599252700806,-0.019512802362442017 +152,-0.12095145365745757,1.387246022687712,2.8002769735022173,-0.022022496908903122,-0.9832018613815308,-0.1811884194612503,0.8872350454330444,-0.3655970096588135,-0.09957302361726761,-0.07043050229549408,0.02296626567840576,-0.01624506711959839 +153,0.2705073408880164,1.4343530379074527,2.3939792286759176,0.03634726256132126,-0.9907060265541077,-0.1310735046863556,0.17420563101768494,0.10260946303606033,-1.1200810670852661,-0.08888326585292816,-0.009797394275665283,0.016922488808631897 +154,0.9246711874868866,1.3795600808126705,1.7449556566661726,0.1517581045627594,-0.9817699790000916,-0.11444202810525894,0.08404110372066498,0.2374710589647293,-1.4948573112487793,-0.0750064104795456,0.0934033989906311,-0.024519793689250946 +155,1.1001748127909776,1.3165106539406395,1.5831899814328572,0.22420737147331238,-0.967843234539032,-0.11406505852937698,0.17064379155635834,0.02409210428595543,0.5127605199813843,0.24948650598526,-0.02153676748275757,0.006536349654197693 +156,0.8899075896601552,1.385572075069301,1.7802593109481546,0.14310036599636078,-0.9828949570655823,-0.1159302368760109,-0.10867320001125336,-0.31270352005958557,0.7852588295936584,0.015194326639175415,0.06425482034683228,-0.015096962451934814 +157,0.5263901018770772,1.4278190020919397,2.1291329142378377,0.07158949226140976,-0.9897961616516113,-0.1232011690735817,-0.25802209973335266,-0.09457921236753464,0.5219672322273254,-0.10239697992801666,-0.08237791061401367,0.008531391620635986 +158,0.6393804936293844,1.4167424439013112,2.019076404062103,0.09156021475791931,-0.9881571531295776,-0.12313409149646759,0.2599179446697235,-0.01350153237581253,-0.49162229895591736,-0.03160843998193741,0.0047130584716796875,0.00696893036365509 +159,0.8505012406551928,1.4006185808550005,1.8079704939467374,0.12729060649871826,-0.9855546951293945,-0.11170897632837296,-0.053862109780311584,0.08064933121204376,-0.07056664675474167,0.07520878314971924,0.026921391487121582,0.019500091671943665 +160,0.8393119457650062,1.415327541565621,1.8253528351099475,0.11523183435201645,-0.9879390597343445,-0.10343143343925476,-0.12328770756721497,0.02647838369011879,0.28268828988075256,0.07260385155677795,0.025109469890594482,0.05133795738220215 +161,0.6621721518178638,1.4037197185989767,2.0052150855452924,0.10224635154008865,-0.9860751628875732,-0.13115377724170685,-0.16869904100894928,0.22377066314220428,-0.20185409486293793,-0.06815823912620544,0.030310511589050293,-0.041926607489585876 +162,0.6230790923986167,1.3771831180103198,2.0522456990934925,0.11227624118328094,-0.9813154339790344,-0.15625005960464478,-0.3923572599887848,-0.5217623710632324,0.24923019111156464,-0.011995479464530945,-0.038246333599090576,-0.012481629848480225 +163,0.3635873762453846,1.377197317361015,2.3058972880871504,0.06842003017663956,-0.9813181757926941,-0.1798141896724701,-0.06790506839752197,-0.10603554546833038,0.5836498737335205,0.02525366097688675,0.06615716218948364,-0.028407201170921326 +164,-0.26571139621193235,1.3958329547656207,2.849269495806838,-0.04571060463786125,-0.9847329258918762,-0.16796323657035828,0.6920474767684937,-1.1841100454330444,1.1881961822509766,0.06598953902721405,0.02060633897781372,-0.017461538314819336 +165,-0.945934011223003,1.4123572959920385,-2.8274083744204503,-0.12796351313591003,-0.987474799156189,-0.09229689836502075,-0.11224129796028137,-0.6419702172279358,0.819979727268219,0.11427639424800873,0.016817569732666016,0.09423477202653885 +166,-1.0540801699298945,1.3332615171553974,-2.728184461440215,-0.2045871466398239,-0.9719210267066956,-0.11624838411808014,-0.3341502249240875,0.8996518850326538,0.17059466242790222,-0.1284053921699524,0.05167871713638306,0.038169145584106445 +167,-0.8894685906262748,1.3070886685658754,-2.8121010689275505,-0.20246568322181702,-0.9654302000999451,-0.1641712635755539,-0.16961832344532013,0.4249027669429779,0.20773492753505707,-0.005359023809432983,0.02083486318588257,-0.020109117031097412 +168,-0.844708185571699,1.2877853512592958,-2.8204246092330907,-0.20881550014019012,-0.9602189660072327,-0.18540672957897186,-0.4419333040714264,0.5134047865867615,0.1058158129453659,0.008879587054252625,0.09611374139785767,0.15781885385513306 +169,-0.5843432495797264,1.2620842680171591,-3.018680296725207,-0.16760925948619843,-0.9527256488800049,-0.2534182667732239,-0.14488115906715393,0.39477670192718506,0.24918784201145172,0.02370363473892212,-0.10429632663726807,-0.11868259310722351 +170,-0.516071908870076,1.2383249473437252,-3.0538229507035446,-0.16105802357196808,-0.9452386498451233,-0.28387388586997986,-0.02515910565853119,-0.273836225271225,0.22043785452842712,0.04857023060321808,0.0013909339904785156,-0.08134526014328003 +171,-0.773696922830462,1.227900825618759,-2.8639384033932225,-0.23494233191013336,-0.9417850971221924,-0.24050591886043549,0.2932010591030121,-0.925580620765686,0.7186986804008484,0.007098078727722168,-0.05444610118865967,0.027264326810836792 +172,-0.8394154657375926,1.2216092272429142,-2.81527490694682,-0.25463414192199707,-0.9396511316299438,-0.2285105586051941,0.00937606580555439,0.08873679488897324,-0.06053760647773743,-0.007710188627243042,0.0398252010345459,0.0025889575481414795 +173,-0.7898558787057679,1.238357525557638,-2.8412435807303646,-0.23179008066654205,-0.9452492594718933,-0.2297327220439911,-0.10576324909925461,0.9137378931045532,-0.4490823745727539,-0.13417670130729675,0.011487722396850586,0.08573557436466217 +174,-0.3975634693178809,1.1971140842836432,-3.05311791942855,-0.14133596420288086,-0.9309894442558289,-0.3365750014781952,-1.1731808185577393,2.390681028366089,-0.49776017665863037,0.05693961679935455,0.05939221382141113,0.06544163823127747 +175,-0.057440226856410585,1.125310463536243,3.059831414968491,-0.02473718300461769,-0.9024013876914978,-0.43018579483032227,-0.5259845852851868,0.9648894667625427,-0.5205227136611938,0.1284206509590149,0.0736355185508728,-0.040135860443115234 +176,-0.01246868114781747,1.139301273092054,3.010420818446479,-0.005214630626142025,-0.9083414673805237,-0.4181966483592987,0.8906206488609314,-0.9799668788909912,-0.02750479057431221,0.0312003493309021,-0.004362940788269043,-0.11093232035636902 +177,-0.20024597356753948,1.2282246926131137,3.0676126601954614,-0.06681612879037857,-0.9418939352035522,-0.32919842004776,1.0562694072723389,-1.3023236989974976,0.21860386431217194,-0.008699648082256317,0.046736955642700195,0.020757406949996948 +178,-0.4332281262101764,1.3163344344291659,-3.082025839886072,-0.10567470639944077,-0.9677988886833191,-0.2284690886735916,0.5718531012535095,-0.8651915192604065,0.24867652356624603,0.12406154721975327,0.03696703910827637,0.025847628712654114 +179,-0.7313094387492549,1.344637980234377,-2.8434311906350294,-0.14975473284721375,-0.9745350480079651,-0.16689884662628174,0.6253597140312195,-0.5153831243515015,0.3673587143421173,-0.07386283576488495,0.0061664581298828125,-0.03943049907684326 +180,-1.0220693093662432,1.3357147002192036,-2.5939373639839824,-0.19872702658176422,-0.9724953174591064,-0.12149278074502945,-0.2620413303375244,-0.571865975856781,0.9444170594215393,0.09130515158176422,-0.10855937004089355,0.013018012046813965 +181,-1.1014665544144844,1.2475300214061367,-2.5560256428688866,-0.2833167612552643,-0.948202908039093,-0.14367644488811493,0.3511887192726135,-0.1314200609922409,0.473042368888855,-0.11759263277053833,0.15326577425003052,-0.09664951264858246 +182,-1.2423300324538353,1.2509005403392226,-2.453502100070471,-0.2976561486721039,-0.9492682218551636,-0.10144482553005219,0.04434885084629059,-0.7151751518249512,-0.11075808107852936,-0.0734681785106659,-0.07017171382904053,-0.03135242313146591 +183,-1.3938010797757785,1.253074702711504,-2.3524440031876237,-0.3075224459171295,-0.9499496817588806,-0.05500560626387596,0.7344229817390442,-0.4935067594051361,-0.5486426949501038,-0.07007154822349548,0.07827609777450562,-0.018831729888916016 +184,-1.5694504598148544,1.3560474409654086,-2.223181135509002,-0.21310220658779144,-0.9770299196243286,-0.0002868073934223503,0.48543548583984375,-0.37490537762641907,-0.556885302066803,-0.023546352982521057,-0.04517161846160889,0.01374506950378418 +185,-1.4332408924051354,1.3551286182200302,-2.3708918139276998,-0.21197836101055145,-0.976833701133728,-0.029344087466597557,-0.9470658302307129,0.0401046983897686,0.45949292182922363,0.13229699432849884,-0.0544314980506897,0.09210348129272461 +186,-1.251825485613132,1.2537187268426158,-2.5496397279627274,-0.29606398940086365,-0.9501506686210632,-0.09777442365884781,-0.15327493846416473,0.38515472412109375,0.7565494775772095,0.04913097620010376,0.18635672330856323,-0.028263211250305176 +187,-1.3381215881834772,1.2277703225009589,-2.424744872891978,-0.3272751271724701,-0.9417412281036377,-0.07755324244499207,0.1597023606300354,-0.009418589994311333,0.36802566051483154,0.0847061276435852,-0.025238752365112305,-0.021750926971435547 +188,-1.4466338094228004,1.152250167348985,-2.318225381319081,-0.40330350399017334,-0.9136807918548584,-0.05033409968018532,-0.08057404309511185,-0.16094008088111877,0.6824396252632141,-0.060655176639556885,0.03312671184539795,0.011973507702350616 +189,-1.4778458260042375,1.1242077326255702,-2.304247883575347,-0.4300270080566406,-0.9019256830215454,-0.040086738765239716,0.4046737849712372,-0.28675171732902527,0.3985712230205536,0.039737701416015625,-0.04288327693939209,-0.04765129089355469 +190,-1.6195020760633618,1.1164852055942451,-2.2022440301867166,-0.4383228123188019,-0.8985635638237,0.021365737542510033,0.5684057474136353,-0.9720773100852966,0.02951543778181076,-0.13206598162651062,-0.15381979942321777,-0.16574442386627197 +191,-1.8421989378094958,1.089208873355676,-2.0564205321710176,-0.4462323486804962,-0.8862607479095459,0.12417253106832504,0.8801936507225037,-0.8280607461929321,-0.46698683500289917,-0.19858887791633606,0.008971810340881348,-0.11011908948421478 +192,-2.1603456059933266,1.1443831025660283,-1.819481189277183,-0.3437871038913727,-0.9104551076889038,0.22996024787425995,0.5210006237030029,-0.6877312660217285,-1.3653634786605835,-0.16976264119148254,0.05642080307006836,-0.037134915590286255 +193,-2.797162391278124,1.2694651585607606,-1.2360524691246786,-0.10021486133337021,-0.9549422264099121,0.2793606221675873,-0.16981031000614166,-1.3495597839355469,-2.69130277633667,-0.19542419910430908,0.16351467370986938,-0.009737849235534668 +194,2.4487536695661856,1.2967190836568938,-0.2546031188956985,0.17287641763687134,-0.9626753330230713,0.20825468003749847,-1.0272350311279297,-0.710630476474762,-3.1845719814300537,-0.14359480142593384,0.3837721347808838,0.08964264392852783 +195,1.6634899369226495,0.9883351894387268,0.4940229725268068,0.547719419002533,-0.8351113796234131,0.050915997475385666,-1.7067248821258545,-1.5172120332717896,-3.5621349811553955,0.12029510736465454,0.14808440208435059,0.12030291557312012 +196,1.4272149749898573,0.79358757305664,0.7166488660484875,0.6940760016441345,-0.7128738164901733,-0.1003468930721283,-1.5853214263916016,1.1248118877410889,-1.6087554693222046,0.014175951480865479,0.18063193559646606,0.19783532619476318 +197,1.4075940147884611,0.5249154820389303,0.8963509684159988,0.8538674116134644,-0.5011398792266846,-0.1406036764383316,-1.5339245796203613,0.5252371430397034,-2.133404493331909,0.16439741849899292,0.00945591926574707,-0.00777280330657959 +198,1.3779671951486718,0.33852226129523133,0.9785711943912158,0.925764262676239,-0.33209359645843506,-0.18076029419898987,-0.38122570514678955,0.18959940969944,-1.659043788909912,0.1542375087738037,0.14141976833343506,-0.12334732711315155 +199,1.3690100734356916,0.28381890376879537,0.9627677982288857,0.9405149817466736,-0.28002381324768066,-0.1924014836549759,0.37754392623901367,-0.40465256571769714,-0.2916203737258911,-0.06708663702011108,0.039346933364868164,-0.0323452353477478 +200,1.3517424490622316,0.22466851083384776,0.8818957489275412,0.9515720009803772,-0.22278322279453278,-0.21184486150741577,0.8333095908164978,-0.6422165632247925,-0.21076606214046478,0.08060872554779053,-0.13216674327850342,-0.07096153497695923 +201,1.3086502037379801,0.22884091807232232,0.7677621701257158,0.9406566023826599,-0.2268488109111786,-0.2523977756500244,1.014445424079895,-0.5197479724884033,-0.12225190550088882,0.04834175109863281,-0.0012242943048477173,0.009523659944534302 +202,1.3015713317756332,0.21859213087712245,0.727468692243525,0.941038191318512,-0.2168554663658142,-0.2596549689769745,0.037493638694286346,0.09445719420909882,-0.25612443685531616,0.06649953126907349,0.1561407744884491,0.026210755109786987 +203,1.3105259742287518,0.20638387322770219,0.7189491946635769,0.9458135962486267,-0.20492185652256012,-0.25188061594963074,0.03493398800492287,0.0308351032435894,-0.04019010439515114,-0.013486206531524658,-0.07107914984226227,0.012104004621505737 +204,1.3038128742373352,0.21439392571756336,0.7266911978794927,0.9424877166748047,-0.2127552628517151,-0.25778287649154663,-0.292974054813385,-0.093393474817276,0.29792845249176025,0.025865495204925537,0.03604324162006378,-0.03941252827644348 +205,1.296373176067332,0.2162284719834798,0.7682857498247683,0.9401664733886719,-0.21454745531082153,-0.26468124985694885,-0.27400439977645874,-0.20386022329330444,0.1717357337474823,-0.0315057635307312,-0.11813989281654358,0.0069450438022613525 +206,1.2501558334229659,0.24214972448555383,0.7813738552160546,0.9213455319404602,-0.2397901862859726,-0.3059791922569275,-0.023299507796764374,-0.2708415687084198,0.15478667616844177,0.01653599739074707,0.1394026130437851,0.02758258581161499 +207,1.2448414826194496,0.24291771953649818,0.807441607543391,0.9195316433906555,-0.240535706281662,-0.3108121156692505,-0.2722148299217224,0.08176043629646301,0.09975326061248779,-0.026648342609405518,-0.06332781910896301,-0.009240955114364624 +208,1.2243266433872806,0.2604294504284747,0.8160640330484511,0.9088606238365173,-0.25749555230140686,-0.3281286060810089,0.06994828581809998,-0.37527191638946533,0.44907695055007935,0.09669351577758789,0.10257306694984436,-0.04455205798149109 +209,1.202001872021473,0.29037305825198567,0.8210008142666191,0.8937144875526428,-0.28630968928337097,-0.34540000557899475,0.2737647294998169,-0.16328208148479462,0.07017628103494644,-0.03958851099014282,-0.05623486638069153,-0.03239238262176514 +210,1.1899475997300508,0.31026473572227403,0.8075543511313752,0.8840233087539673,-0.30531075596809387,-0.35396042466163635,0.007545625790953636,-0.006346339825540781,0.09041522443294525,0.0074713826179504395,0.01807934045791626,0.018724888563156128 +211,1.1832951881388487,0.32011447896064826,0.8104139641677242,0.8788221478462219,-0.3146752119064331,-0.3586796820163727,-0.07110010832548141,-0.20175588130950928,0.1377735733985901,-0.0104445219039917,0.015251994132995605,0.03293508291244507 +212,1.1758562161656865,0.3259594190059731,0.8212442866971262,0.8744170665740967,-0.3202178180217743,-0.36449334025382996,-0.0648949146270752,0.021105390042066574,0.06111300736665726,-0.0001494884490966797,0.0031249523162841797,0.013129234313964844 +213,1.17688596548211,0.3256347691616305,0.8271588272736583,0.8748878240585327,-0.3199102580547333,-0.36363258957862854,0.06078236550092697,-0.0036704116500914097,-0.06432819366455078,-0.024546027183532715,0.012003183364868164,-0.022231638431549072 +214,1.1708627505192968,0.3255473012706307,0.8275590869009194,0.8727075457572937,-0.3198273777961731,-0.36890649795532227,-0.07492953538894653,-0.08534228056669235,0.05109839886426926,0.007968723773956299,0.0017731785774230957,0.020319461822509766 +215,1.1575056200582314,0.3285344540046773,0.8349156488962756,0.8668234944343567,-0.32265621423721313,-0.38014471530914307,-0.07415203750133514,-0.19619233906269073,0.09254007041454315,-0.010378241539001465,-0.0037750303745269775,-0.007657438516616821 +216,1.1319931133903542,0.33600581967295823,0.8401571530840858,0.854637861251831,-0.3297189176082611,-0.4010980427265167,0.07661283016204834,-0.22791963815689087,0.07964629679918289,0.0027992725372314453,-0.006386429071426392,0.009923696517944336 +217,1.1242244610645904,0.33913385780352956,0.8480689130812161,0.8505616784095764,-0.3326704204082489,-0.40727782249450684,0.005967499688267708,-0.13593867421150208,0.10370997339487076,0.003121793270111084,-0.005647450685501099,-0.043710947036743164 +218,1.1235187026496165,0.3382070574542277,0.838493739192259,0.8505516052246094,-0.331796258687973,-0.40801116824150085,0.1044347882270813,0.03969132900238037,-0.13207724690437317,-0.01816946268081665,0.01261293888092041,-0.03299829363822937 +219,1.1175420776172629,0.3350168567837935,0.8333914102738494,0.8490452766418457,-0.32878509163856506,-0.41354870796203613,0.030896250158548355,-0.05253623053431511,0.050417643040418625,0.003066539764404297,-0.017101168632507324,-0.004465818405151367 +220,1.1261177425848,0.3381543430875331,0.8237413425481086,0.8516250252723694,-0.33174651861190796,-0.4058067202568054,0.17154766619205475,0.17149177193641663,-0.11386997252702713,-0.020051538944244385,-0.01626068353652954,-0.01725846529006958 +221,1.1327128782780493,0.33723039791918863,0.8100778780930359,0.8545600175857544,-0.3308747708797455,-0.4003112018108368,0.007688018959015608,-0.1583869755268097,0.06564532965421677,0.015480875968933105,0.0034669041633605957,-6.413459777832031e-05 +222,1.120810006768381,0.3408829680435463,0.8041388315179324,0.8486408591270447,-0.3343193829059601,-0.4099259376525879,0.15863482654094696,-0.16834600269794464,0.01329076662659645,-0.017906606197357178,-0.002823561429977417,-0.03315877914428711 +223,1.1217041325056711,0.3409392291672699,0.7965780662372083,0.8489902019500732,-0.3343724012374878,-0.409158855676651,-0.012754103168845177,-0.010148726403713226,-0.024919873103499413,-0.014288604259490967,-0.03496658802032471,0.022165417671203613 +224,1.1110519830914523,0.34381801637729315,0.7952839992499611,0.8437173962593079,-0.3370841145515442,-0.41775012016296387,0.011536287143826485,-0.10828306525945663,-0.0075921351090073586,-0.004896044731140137,0.024355262517929077,-0.031026095151901245 +225,1.1172251948360026,0.3405726794325551,0.7866886181148136,0.847258985042572,-0.33402693271636963,-0.4130108952522278,0.07347382605075836,0.07763904333114624,-0.043126028031110764,0.012726247310638428,0.011273056268692017,0.02385076880455017 +226,1.1141600532012268,0.34257601128703796,0.7839640758799455,0.8453868627548218,-0.3359145224094391,-0.4153100848197937,0.03288094699382782,-0.1031121239066124,0.07080863416194916,0.010478615760803223,0.003593355417251587,0.0016595721244812012 +227,1.1143175706534658,0.34632046630765334,0.7839213584999681,0.8443173766136169,-0.3394390344619751,-0.4146195948123932,-0.008203113451600075,0.02907247096300125,0.05112365633249283,0.010052740573883057,0.007453560829162598,0.012886226177215576 +228,1.113899070454199,0.3512023905912883,0.7842144724574214,0.8426465392112732,-0.344027042388916,-0.4142368733882904,0.06039906293153763,-0.05482343211770058,0.05949075147509575,-0.010737359523773193,0.003359377384185791,-0.0025874078273773193 +229,1.1131402925254255,0.35845801455877285,0.7852607347646797,0.8400705456733704,-0.35083067417144775,-0.41376233100891113,0.0022447756491601467,0.16259709000587463,-0.024923406541347504,0.0023976564407348633,0.009232193231582642,-0.01139327883720398 +230,1.120258404207789,0.35868019918298727,0.7847512828881319,0.8429242968559265,-0.35103872418403625,-0.40773820877075195,-0.06777679175138474,0.06255767494440079,0.036160096526145935,-0.006803691387176514,-0.034825533628463745,-0.0026468634605407715 +231,1.1330834279075908,0.3521198551162071,0.7810478679003483,0.8501516580581665,-0.3448883593082428,-0.3978620767593384,-0.03545260429382324,0.15058723092079163,-0.1500154435634613,-0.016274094581604004,-0.0013183057308197021,0.01819288730621338 +232,1.1401226725122866,0.34550407251609333,0.7831388642732984,0.8549858331680298,-0.3386709988117218,-0.3928118050098419,0.01141076534986496,0.0607462003827095,-0.018981780856847763,0.0015662908554077148,0.00981360673904419,-0.022273004055023193 +233,1.145174722584421,0.34223231758816913,0.7831980894849128,0.8579641580581665,-0.33559077978134155,-0.3889428377151489,-0.05830316245555878,0.03812394663691521,-0.008039405569434166,-0.010597705841064453,-0.001887887716293335,0.025768399238586426 +234,1.1414207195848656,0.3417053852382206,0.7900843425808696,0.8566585779190063,-0.3350943624973297,-0.3922344148159027,-0.014730770140886307,-0.04437203332781792,0.02232467383146286,0.0022433996200561523,0.0008811056613922119,-0.024483084678649902 +235,1.1400100416532186,0.3419338723329767,0.7890840357766798,0.8560348153114319,-0.33530962467193604,-0.3934105336666107,-0.005192057229578495,0.022533055394887924,-0.04275399446487427,0.0007919073104858398,-0.0009940564632415771,0.0019768178462982178 +236,1.138682841984326,0.33985429139235823,0.7906864075529925,0.8561432957649231,-0.33334973454475403,-0.39483746886253357,0.0021859905682504177,-0.05812668055295944,0.024619311094284058,-4.8995018005371094e-05,-0.003167569637298584,-0.006621271371841431 +237,1.1370143097254504,0.34005510407715855,0.7897634986155337,0.8554225564002991,-0.33353903889656067,-0.3962372839450836,0.007560797035694122,0.033169034868478775,-0.04339631646871567,-0.0023189187049865723,-0.00046059489250183105,-0.0065795183181762695 +238,1.1356810362370908,0.337583968131152,0.791651466350877,0.855638325214386,-0.33120840787887573,-0.39772364497184753,0.011768490076065063,-0.02050204575061798,0.0053914496675133705,-0.0027483105659484863,-0.013319820165634155,-0.0050778985023498535 +239,1.1361214384037703,0.3382196125342357,0.7892921022852624,0.8556222915649414,-0.33180809020996094,-0.39725807309150696,0.024649890139698982,0.05337313562631607,-0.040731869637966156,-0.0032052993774414062,0.013067245483398438,-0.01224207878112793 +240,1.131886362436548,0.33988795037898156,0.793123863464798,0.8534298539161682,-0.33338144421577454,-0.4006423056125641,0.016574937850236893,-0.10495030879974365,0.11533300578594208,0.013086199760437012,0.008857548236846924,0.003135591745376587 +241,1.1197366436041163,0.3519782034807423,0.7928135854949903,0.8448098301887512,-0.3447554111480713,-0.40919435024261475,0.06487774848937988,-0.07211147993803024,0.0365586131811142,-0.003913223743438721,0.015608102083206177,-0.017273515462875366 +242,1.1187756460769491,0.3547384371930984,0.7890786265236345,0.8435569405555725,-0.34734511375427246,-0.4095888137817383,0.024480048567056656,-0.024348463863134384,0.07345268875360489,-0.005803704261779785,-0.02332136034965515,0.03051474690437317 +243,1.1154689930827266,0.36423295963568514,0.784214927607489,0.8391982316970825,-0.3562326729297638,-0.410907119512558,0.1200534775853157,0.004427020438015461,0.0020880429074168205,-0.0026503801345825195,0.007615119218826294,-0.03107893466949463 +244,1.11759986630975,0.365560044589511,0.7822774018781737,0.8396461606025696,-0.35747238993644714,-0.4089106023311615,-0.02586165815591812,-0.038979385048151016,0.058518875390291214,-0.02006608247756958,-0.033106833696365356,0.021154284477233887 +245,1.1152654291557422,0.36939252708774983,0.7802525289566317,0.8374528288841248,-0.36104899644851685,-0.41026386618614197,0.018933957442641258,0.0032852739095687866,-0.041744980961084366,-0.009556710720062256,0.014964401721954346,-0.021391987800598145 +246,1.1189205068578865,0.36464127906796867,0.7793602221397702,0.8404805064201355,-0.3566141724586487,-0.40794461965560913,-0.02416575700044632,0.021941758692264557,-0.0030182558111846447,-0.0020711421966552734,-0.01663103699684143,0.02487275004386902 +247,1.115880969971702,0.36595182462752945,0.7797131119839288,0.8388161659240723,-0.3578382432460785,-0.4102917015552521,0.02352149970829487,-0.012397697195410728,-0.03963327035307884,-0.009027957916259766,0.01604139804840088,-0.028398513793945312 +248,1.1181975305137257,0.3599911535144897,0.7810464607715346,0.8416675925254822,-0.35226595401763916,-0.4092729091644287,-0.062225792557001114,0.0420379713177681,-0.007185038179159164,0.010520517826080322,-0.01499783992767334,0.02008223533630371 +249,1.1215693222865946,0.35818896881446954,0.7837985389845348,0.84361332654953,-0.3505787253379822,-0.4067077040672302,-0.036753036081790924,-0.009473086334764957,-0.005785247310996056,-0.005264937877655029,0.015831410884857178,-0.008956968784332275 +250,1.121466812171579,0.35452026505227313,0.7877675544674707,0.8447244763374329,-0.34714049100875854,-0.4073501229286194,-0.0578291192650795,0.0019627446308732033,0.03104221634566784,0.012529551982879639,-0.008724987506866455,0.033509790897369385 +251,1.119119627969835,0.35780572236805064,0.7882580320321986,0.8427353501319885,-0.3502197563648224,-0.40883174538612366,0.04709121584892273,-0.007584584876894951,-0.015051471069455147,-0.0001755356788635254,0.024963438510894775,-0.01577460765838623 +252,1.1184471646524188,0.35613261026538623,0.785699185862968,0.842985987663269,-0.3486521244049072,-0.40965384244918823,-0.016808241605758667,-0.05143019184470177,0.04187997803092003,0.008637487888336182,-0.012126654386520386,0.018448978662490845 +253,1.1122812529464334,0.3630457304958772,0.78279164630683,0.8382627367973328,-0.3551230728626251,-0.4137670695781708,0.05457376688718796,-0.09149929136037827,0.03593350201845169,-0.0031339526176452637,0.016850978136062622,-0.009282827377319336 +254,1.112836817975602,0.3641416144386925,0.7761357790593092,0.8381429314613342,-0.35614731907844543,-0.4131290018558502,0.041449736803770065,-0.012250566855072975,0.006091086193919182,0.0006937384605407715,-0.013176411390304565,0.028378605842590332 +255,1.1058931627372628,0.37010766699040043,0.774136196990302,0.8333399295806885,-0.36171582341194153,-0.4179786443710327,0.06959562748670578,-0.10973390936851501,0.009502282366156578,-0.009533226490020752,0.009222537279129028,-0.01642376184463501 +256,1.1032963280690782,0.3707617049662503,0.7733350159672832,0.8320404291152954,-0.3623254895210266,-0.42003464698791504,-0.04479142650961876,-0.008418693207204342,0.003214165335521102,-0.00940859317779541,-0.0026647448539733887,0.010442972183227539 +257,1.098555438852637,0.374006346730846,0.7731687212166712,0.8289884328842163,-0.3653477430343628,-0.4234375059604645,0.04118460789322853,-0.06157709285616875,0.007340559735894203,-0.009347319602966309,0.026434779167175293,-0.006661951541900635 +258,1.10138554887112,0.3708021018886735,0.7713093662379753,0.8312231302261353,-0.36236312985420227,-0.4216170608997345,-0.0003970181569457054,0.0975981205701828,-0.09279169142246246,-0.009720563888549805,-0.010485321283340454,0.004197627305984497 +259,1.103104258759607,0.36688979514328657,0.775449924524818,0.8332056403160095,-0.35871395468711853,-0.42082372307777405,-0.01253226213157177,0.0040632328018546104,-0.014626754447817802,-0.024535655975341797,-0.012669652700424194,-0.025755196809768677 +260,1.1200361429243264,0.3573840637496819,0.7742500149334239,0.8432425260543823,-0.34982478618621826,-0.4081234633922577,-0.11720401048660278,0.6899673342704773,-0.37450164556503296,0.012806117534637451,-0.020445019006729126,0.021099448204040527 +261,1.2061240926079346,0.30308120953272055,0.7924493592261934,0.8916593194007874,-0.2984623908996582,-0.3403877913951874,-0.5999193787574768,0.7042895555496216,-0.3112068772315979,-0.060207903385162354,-0.01831004023551941,0.022028475999832153 +262,1.2197443088629736,0.26366563530243653,0.8149393544800554,0.9065603017807007,-0.26062124967575073,-0.33200153708457947,0.04045715928077698,-0.09696613252162933,-0.1983807384967804,0.030268311500549316,-0.0028980374336242676,-0.08702003955841064 +263,1.2384357951683478,0.22431025439887617,0.7922662305470175,0.9215935468673706,-0.22243395447731018,-0.3181013762950897,0.04101657494902611,0.1253839135169983,-0.3199896812438965,0.049231648445129395,-0.05535230040550232,0.001161038875579834 +264,1.2454721486785452,0.21539023522558362,0.7863948428515541,0.925652265548706,-0.213728666305542,-0.31223064661026,0.02835787832736969,0.04842028394341469,-0.076363705098629,-0.00876694917678833,0.0491015762090683,-0.03583759069442749 +265,1.2492798034267087,0.21352278275960768,0.7787068074629117,0.9272114634513855,-0.21190398931503296,-0.3088293969631195,0.11719489097595215,-0.071393221616745,-0.033191632479429245,-0.047343909740448,0.011098325252532959,0.02837282419204712 +266,1.2506920896314921,0.2115313110896774,0.7605535139364178,0.9280453324317932,-0.2099573314189911,-0.3076517581939697,0.1852448433637619,0.10112105309963226,-0.18290738761425018,-0.013296246528625488,0.05616401135921478,0.0025370419025421143 +267,1.2586578968377473,0.21224801689126185,0.7491615620797878,0.9303231835365295,-0.210657998919487,-0.3002031743526459,-0.003957072272896767,0.027462463825941086,0.04557095840573311,0.054036498069763184,-0.0012255311012268066,0.020875751972198486 +268,1.257402144281482,0.21466297294857428,0.7465150322761048,0.9294589161872864,-0.21301814913749695,-0.30121350288391113,0.1689833402633667,-0.0766872763633728,-0.018719688057899475,-0.06707793474197388,-0.0029395073652267456,0.015401124954223633 +269,1.2167102702522041,0.24030143718125818,0.768041089471192,0.9110125303268433,-0.23799541592597961,-0.33677032589912415,-0.3531315326690674,-0.9251490831375122,0.9276605844497681,-0.0009784102439880371,0.024021416902542114,0.07401403784751892 +270,1.1297951400867792,0.2626172532390651,0.8260195932455214,0.8733189105987549,-0.2596089541912079,-0.4122101664543152,-0.46157097816467285,-0.1178833544254303,-0.08047454804182053,0.04098773002624512,0.0043447017669677734,0.08384105563163757 +271,1.098926681902558,0.22637768652125273,0.8972048211544824,0.867993950843811,-0.22444911301136017,-0.4429548680782318,-0.9897415041923523,-0.20585012435913086,0.08818630129098892,-0.04787987470626831,0.08141323924064636,0.0055159032344818115 +272,1.1035116314104578,0.1842497787760073,1.0086545732467895,0.8776832222938538,-0.18320906162261963,-0.4428391754627228,-1.0468170642852783,-0.01043486688286066,0.5260944366455078,-0.06602251529693604,-0.01649796962738037,0.02824258804321289 +273,1.0688262344420767,0.18164241553922678,1.0733302571715795,0.862214207649231,-0.18064521253108978,-0.4732377529144287,0.3170962929725647,-0.25669944286346436,0.21654470264911652,0.029723048210144043,-0.2094762623310089,-0.3014051914215088 +274,1.041460212483973,0.2073792051221536,1.0701646628779269,0.8446487188339233,-0.20589597523212433,-0.4941411018371582,-0.11784561723470688,-0.22461847960948944,-0.014157040044665337,-0.06141507625579834,-0.0027527213096618652,0.0598607063293457 +275,1.031656091708892,0.20817961435792043,1.087720410293229,0.839621901512146,-0.20667916536331177,-0.502313494682312,-0.11544252187013626,0.014198367483913898,0.07538729906082153,-0.009589552879333496,0.14161568880081177,0.02744472026824951 +276,1.060221547360523,0.18256570894774696,1.097083515660137,0.8579643368721008,-0.18155324459075928,-0.48055747151374817,-0.1195436492562294,0.3122771382331848,-0.21342623233795166,-0.03666013479232788,-0.046702995896339417,-0.06735506653785706 +277,1.0690693042458834,0.16969747995967413,1.1010132354187065,0.8641595840454102,-0.16888418793678284,-0.4740321934223175,-0.1962096095085144,0.05354911834001541,-0.060904841870069504,0.042807698249816895,0.05065907537937164,0.0001246929168701172 +278,1.0724173339441152,0.16732965262905108,1.119785502224683,0.8660905957221985,-0.1665498912334442,-0.4713261127471924,0.20874528586864471,0.20328585803508759,0.18278229236602783,0.09646439552307129,0.035537928342819214,-0.12390398979187012 +279,1.1073492177075919,0.23073193068420103,1.0623243681915613,0.8708115220069885,-0.22869011759757996,-0.43518754839897156,0.9324292540550232,0.20856952667236328,0.5226380228996277,0.05374908447265625,0.09555715322494507,-0.02085191011428833 +280,1.1437739009126886,0.3584313652022148,0.9910241151769782,0.8523579835891724,-0.35080572962760925,-0.38784170150756836,1.1622658967971802,0.2362600862979889,1.444912075996399,0.20071202516555786,0.25197458267211914,0.07702013850212097 +281,1.2431835653700012,0.5853056703232262,0.9687656338246773,0.7892098426818848,-0.5524541735649109,-0.2682206332683563,1.235177755355835,1.4020671844482422,2.5610768795013428,0.07668066024780273,0.3750249743461609,0.16328591108322144 +282,1.4844389921362329,0.9046122445954619,0.8478706531588412,0.615687370300293,-0.7861855626106262,-0.05330168828368187,0.9599277973175049,2.259470224380493,2.9558377265930176,-0.35041338205337524,0.34293311834335327,0.23996245861053467 +283,1.926765882750316,1.1686050151103027,0.6495794881466989,0.3668961226940155,-0.9202054738998413,0.136415034532547,-0.4597921371459961,4.067654132843018,2.819624662399292,-0.3489365577697754,0.003488004207611084,-0.011994853615760803 +284,2.108759473067569,1.2949346075035026,0.8105582631908651,0.23390458524227142,-0.9621908664703369,0.13956250250339508,-1.2146574258804321,1.5091028213500977,-0.8903260827064514,-0.32638806104660034,-0.3338603377342224,-0.1738642305135727 +285,1.8081521180407099,1.1586014656190131,1.2351375212128848,0.38938915729522705,-0.9162437319755554,0.09419944882392883,-0.4763091802597046,-0.35147279500961304,-1.5998609066009521,0.48817431926727295,-1.1255195140838623,0.34504008293151855 +286,1.721683398160575,0.9888109384945045,1.268840414640911,0.5434383749961853,-0.8353729844093323,0.08262582123279572,-0.588477611541748,-0.15115195512771606,-1.8932201862335205,-0.07551229000091553,0.3158111572265625,0.3722844123840332 +287,1.4983612518299119,0.9630583455629941,1.4587174362270838,0.569514811038971,-0.8209417462348938,-0.041325148195028305,-1.0556483268737793,-1.1916511058807373,-0.08915194123983383,0.06879091262817383,0.008487403392791748,-0.051494065672159195 +288,1.3904407278682869,0.9077031194422356,1.538751935078676,0.6055731773376465,-0.7880919575691223,-0.11041835695505142,0.32059693336486816,-0.6753093600273132,0.35321080684661865,0.01092761754989624,0.0015014410018920898,0.044515617191791534 +289,1.3500659233521646,0.9007337413436083,1.5400141759853905,0.6059674024581909,-0.7837827801704407,-0.13597089052200317,0.26531434059143066,-0.14638397097587585,-0.31999218463897705,0.017933964729309082,-0.0015565156936645508,-0.08222979307174683 +290,1.3666490158794562,0.9095235453173347,1.4961661544731397,0.6013690829277039,-0.7892112135887146,-0.12450230121612549,0.3512122929096222,0.14511017501354218,-0.041099075227975845,0.0002849102020263672,0.0073813796043396,0.005910992622375488 +291,1.445973212335261,0.9046921686502714,1.41708000024357,0.6131200790405273,-0.786234974861145,-0.07693152129650116,0.4788696765899658,0.23978638648986816,-0.30349308252334595,-0.033530235290527344,0.04403221607208252,-0.005649089813232422 +292,1.519957190159609,0.8437428686130596,1.3797552682024137,0.663812518119812,-0.747136116027832,-0.03377676010131836,-0.02903125062584877,0.46089327335357666,-0.6648654341697693,-0.013986408710479736,-0.00011736154556274414,0.01981496438384056 +293,1.5116322430439826,0.8140049459099247,1.4133912938426396,0.6853908896446228,-0.7270427346229553,-0.04059790447354317,-0.6699146032333374,-0.11378093808889389,-0.05650492385029793,-0.012768208980560303,0.0455852746963501,0.06632423400878906 +294,1.4709228772965686,0.8119308402432187,1.4533494774589255,0.6846696138381958,-0.7256171107292175,-0.0686085894703865,0.009111468680202961,-0.0954863652586937,0.03102591261267662,0.0017774701118469238,-0.0661461353302002,-0.030604057013988495 +295,1.50199099454188,0.7839308477950347,1.4320241264111102,0.7064681649208069,-0.7060684561729431,-0.04868562892079353,0.2118222713470459,0.003243834711611271,-0.11894621700048447,0.0032486915588378906,-0.004426538944244385,-0.03557342290878296 +296,1.5076463841205379,0.7806694894710681,1.4237248728166303,0.7090264558792114,-0.7037551999092102,-0.044834595173597336,0.0926685482263565,0.013624420389533043,0.02705095335841179,0.009754061698913574,-0.017131030559539795,-0.021617472171783447 +297,1.501945667528764,0.8019071278568255,1.423269123245448,0.6936901807785034,-0.7186834812164307,-0.04783663526177406,0.006079649552702904,-0.04935898259282112,0.2705789804458618,0.009862124919891357,0.01819819211959839,-0.0025173500180244446 +298,1.486156606898014,0.829799295489109,1.4363614489276684,0.672607421875,-0.737795889377594,-0.05706563964486122,-0.1110394299030304,-0.12226330488920212,0.3755728602409363,-0.0207061767578125,0.01747429370880127,0.0015693902969360352 +299,1.4599060131435952,0.8425317852531498,1.4637917207045963,0.6614874601364136,-0.7463306188583374,-0.07365470379590988,-0.10378244519233704,-0.04351796209812164,0.06438633799552917,-0.02414315938949585,-0.019935250282287598,-0.027907781302928925 +300,1.4388768251446302,0.8427635086169033,1.48244929145198,0.6596210598945618,-0.7464848160743713,-0.08752519637346268,-0.12178459018468857,-0.12409807741641998,-0.037865594029426575,-0.017821133136749268,-0.0013179183006286621,0.0007485151290893555 +301,1.428747843429385,0.8371147051647243,1.4823942031242214,0.6628643870353699,-0.7427141666412354,-0.09479734301567078,0.05285230278968811,-0.027421217411756516,-0.19661901891231537,-0.017051398754119873,0.012077569961547852,-0.018026188015937805 +302,1.4329222575474274,0.8262754784955079,1.4670242985744617,0.6711891293525696,-0.7354126572608948,-0.0931304320693016,0.09997016936540604,-0.04220086336135864,-0.12225832045078278,0.00413435697555542,0.01089489459991455,0.007376082241535187 +303,1.4389015067976112,0.8200334632645275,1.4578717387562221,0.6762716770172119,-0.7311686873435974,-0.08971758186817169,-0.04297349601984024,0.008647669106721878,0.0028996188193559647,0.0009744763374328613,0.014203846454620361,0.014674894511699677 +304,1.4408896490444423,0.8210257732402918,1.45833698473411,0.6757286190986633,-0.7318452596664429,-0.08827881515026093,0.04505229741334915,0.04777359962463379,-0.0010794838890433311,-0.0039452314376831055,0.014651715755462646,0.009818144142627716 +305,1.44307592092537,0.8243442909766465,1.4562519758757364,0.6735076308250427,-0.7341026663780212,-0.08649147301912308,-0.05879721790552139,0.002103341743350029,0.0506477877497673,-0.01162707805633545,-0.0028510689735412598,0.0063980817794799805 +306,1.4341539985328604,0.8243651664627268,1.4680433491522316,0.6726937890052795,-0.7341168522834778,-0.09249482303857803,-0.10590982437133789,-0.07138342410326004,0.038900330662727356,-0.007822632789611816,0.0028699636459350586,0.012798137962818146 +307,1.4152966615156475,0.8211092735640523,1.4866326934646048,0.6731879711151123,-0.7319021224975586,-0.10553247481584549,-0.13444632291793823,-0.05693367123603821,-0.045332953333854675,0.0008080005645751953,-0.006241738796234131,-0.0010806918144226074 +308,1.4035179204022308,0.8204240228474651,1.4975602685240934,0.6723928451538086,-0.7314350605010986,-0.11353779584169388,0.016921168193221092,7.810164242982864e-05,0.004670029506087303,0.006150245666503906,-0.012888729572296143,-0.02672100067138672 +309,1.3922041718369806,0.8242326115429646,1.508211229723564,0.6683189868927002,-0.7340268492698669,-0.12064189463853836,-0.1758311539888382,-0.046785868704319,0.07101951539516449,-0.004241228103637695,0.014101922512054443,0.022085368633270264 +310,1.3767563671387901,0.8235428938339644,1.525608366332395,0.6668722629547119,-0.7335582971572876,-0.13104873895645142,-0.06120063737034798,-0.03346293047070503,0.006774710491299629,-0.007311105728149414,-0.0006335973739624023,-0.019174039363861084 +311,1.3672075768660128,0.8215980381102364,1.5329612351876434,0.666986346244812,-0.7322351336479187,-0.13769865036010742,-0.14635124802589417,-0.02054893597960472,-0.05712131783366203,-0.005685746669769287,0.016048669815063477,0.033664241433143616 +312,1.3427007436590412,0.8171163071887265,1.5562269912369406,0.6666020154953003,-0.7291754484176636,-0.15474195778369904,-0.13401880860328674,-0.10453329980373383,0.052978623658418655,0.005273044109344482,-0.013591885566711426,-0.017041519284248352 +313,1.3303143472053915,0.8235168162282331,1.56529847175376,0.6600877046585083,-0.7335405349731445,-0.16187173128128052,-0.01547640934586525,-0.032916635274887085,0.05819398909807205,-0.003807246685028076,0.009892523288726807,-0.005822345614433289 +314,1.307768628010108,0.8281667731737424,1.5743182349899287,0.652970016002655,-0.7366929054260254,-0.17582270503044128,-0.06880146265029907,-0.22788262367248535,0.06944796442985535,-0.01229923963546753,0.025724947452545166,0.00646539032459259 +315,1.3044745809063603,0.819449787303145,1.5752579869308532,0.658557653427124,-0.7307703495025635,-0.17965593934059143,-0.0004915166646242142,0.03181307017803192,-0.11647012084722519,-0.014056980609893799,-0.001117408275604248,-0.017197713255882263 +316,1.297340281498827,0.8124519676824353,1.5812110666704535,0.6621670722961426,-0.7259756326675415,-0.18572625517845154,-0.04281146824359894,-0.05037962645292282,-0.05967167764902115,-0.002590656280517578,-0.003165602684020996,-0.01922982931137085 +317,1.2974255308951053,0.808730110934266,1.5785207661713718,0.6647799015045166,-0.7234110236167908,-0.186397984623909,0.010449477471411228,-0.0348539724946022,-0.031341660767793655,-0.0063021183013916016,0.013007581233978271,0.008449971675872803 +318,1.2930842477073266,0.8039968899858364,1.581873338790852,0.667249858379364,-0.7201350331306458,-0.19021882116794586,-0.032548971474170685,0.047671958804130554,-0.08557834476232529,-0.007764995098114014,-0.003619849681854248,-0.013074040412902832 +319,1.3066426379271454,0.7989223085407033,1.5684507804371732,0.6732863783836365,-0.7166048288345337,-0.18210653960704803,0.06455338001251221,0.04014282301068306,-0.08141922205686569,-0.00556182861328125,0.026495635509490967,0.021553590893745422 +320,1.292712538555076,0.7928841202053177,1.5846209945225884,0.6748331189155579,-0.7123802900314331,-0.1926518976688385,-0.34970155358314514,0.009961454197764397,-0.019011499360203743,-0.002729177474975586,0.00463181734085083,0.022714704275131226 +321,1.2764370354381436,0.7782880904177931,1.6183513499235134,0.6814869046211243,-0.7020613551139832,-0.2066039890050888,-0.03536035865545273,0.012698855251073837,-0.1058565154671669,-0.024855494499206543,0.001042187213897705,-0.03852841258049011 +322,1.2673626238236182,0.7571088767116162,1.6265315411627441,0.6936207413673401,-0.6868229508399963,-0.21717441082000732,-0.09968876838684082,-0.14160962402820587,-0.23003776371479034,-0.017152786254882812,0.014001905918121338,-0.012455105781555176 +323,1.2633277771061064,0.7343638665626628,1.6211172770023277,0.7074474692344666,-0.6701151132583618,-0.2246418446302414,0.0859035849571228,-0.0421193391084671,-0.19116123020648956,0.022822976112365723,-0.0013021230697631836,-0.03220939636230469 +324,1.2676417204218031,0.7291093935492786,1.6095363760054109,0.7117605805397034,-0.6662057042121887,-0.2226359248161316,0.05615031719207764,-0.04393473267555237,-0.010274603962898254,0.01005643606185913,0.01583045721054077,-0.014668747782707214 +325,1.2796549588892983,0.7285357853632662,1.5892824595013093,0.7147496342658997,-0.6657778024673462,-0.2141791731119156,0.3316575884819031,0.03283281624317169,-0.09227941185235977,-0.015653014183044434,-0.04314547777175903,-0.04970631003379822 +326,1.3194258438668411,0.7403708673492712,1.52583049543265,0.715018093585968,-0.6745617389678955,-0.18361826241016388,0.2793761193752289,0.17313311994075775,-0.23630984127521515,-0.021078824996948242,0.05758786201477051,0.051004111766815186 +327,1.3266706999753792,0.7341679001203513,1.5153089348008564,0.7203758358955383,-0.6699696183204651,-0.1794411838054657,-0.14399412274360657,-0.026363886892795563,0.03305691108107567,0.019431233406066895,0.0029317736625671387,0.033429816365242004 +328,1.3280550344329156,0.7461091411637285,1.514844976281324,0.7128066420555115,-0.6787866950035095,-0.1765081286430359,0.09610603004693985,-0.02686626836657524,0.20000842213630676,0.0032271742820739746,0.021483898162841797,-0.0062616318464279175 +329,1.3428098061556277,0.763062388404977,1.5016916117478554,0.7040212750434875,-0.691137969493866,-0.16334737837314606,0.3408082127571106,0.08636128902435303,0.2621130347251892,-0.005779147148132324,-0.005608916282653809,-0.03680217266082764 +330,1.3848096036361441,0.7851344389103171,1.4594467394338737,0.6950954794883728,-0.7069202661514282,-0.1307900846004486,0.19259195029735565,0.13396486639976501,-0.0028046355582773685,-0.028484761714935303,0.03477060794830322,0.037635207176208496 +331,1.39020178294377,0.7918465059022458,1.452074616250462,0.6911072134971619,-0.7116517424583435,-0.12618499994277954,-0.0034762639552354813,-0.06181386485695839,0.09676609933376312,-0.004339694976806641,-0.008563101291656494,0.011911943554878235 +332,1.4020911489698553,0.7931463829093999,1.4446995554903699,0.6916460990905762,-0.7125643491744995,-0.11780403554439545,0.022068407386541367,0.05422716960310936,-0.0034086406230926514,-0.008052408695220947,0.004113972187042236,0.01152658462524414 +333,1.4117279209823705,0.7993567713127671,1.4390918506835702,0.6883664727210999,-0.716907799243927,-0.11043033003807068,0.10688253492116928,0.12541581690311432,0.1872057169675827,0.04156816005706787,-0.023036658763885498,-0.02027648687362671 +334,1.4312272691162624,0.8136018594179089,1.4338911986693883,0.6802061200141907,-0.7267659306526184,-0.09555700421333313,-0.0844530463218689,0.12887723743915558,0.06864002346992493,-0.0269162654876709,0.008824646472930908,0.037726208567619324 +335,1.4366880348664357,0.8180018068122569,1.435744819315062,0.6775421500205994,-0.7297811508178711,-0.09141269326210022,0.06584492325782776,0.04481586441397667,-0.0021834480576217175,-0.02513730525970459,-0.0029459595680236816,-0.0068538859486579895 +336,1.444619625306944,0.8235496689321596,1.429525006279726,0.6742189526557922,-0.7335628867149353,-0.08552507311105728,0.07773633301258087,0.04726594686508179,0.18755179643630981,0.04360032081604004,0.013744711875915527,0.004211001098155975 +337,1.4648579583534649,0.8445942989402015,1.4295290516178656,0.6603120565414429,-0.7477017641067505,-0.07021525502204895,0.14236710965633392,0.310709148645401,0.30935361981391907,0.02874433994293213,-0.008874773979187012,-0.04567527770996094 +338,1.5026795567378708,0.8873456955737304,1.408711896473149,0.6300080418586731,-0.7753983736038208,-0.042980607599020004,0.1229756623506546,0.25505611300468445,0.47734495997428894,0.012860000133514404,0.06934362649917603,0.0372127890586853 +339,1.5265149200281043,0.9372718838009995,1.4110906422235576,0.5914086699485779,-0.8059461116790771,-0.02620553784072399,0.0973460003733635,0.1744346171617508,0.5211915373802185,-0.01957029104232788,0.0033032894134521484,-0.02240896224975586 +340,1.5489575360978893,0.9850224478708749,1.4009041092258516,0.5527123808860779,-0.8332844972610474,-0.01207248866558075,0.03986033797264099,0.10305098444223404,0.5034375786781311,-0.0034570693969726562,0.003710031509399414,0.018664302304387093 +341,1.5534495003913682,1.0300725387452372,1.403491839172799,0.5146791934967041,-0.8573363423347473,-0.00892894621938467,-0.07363872975111008,0.0787513479590416,0.3379843235015869,-0.0243074893951416,0.008566200733184814,-0.008954346179962158 +342,1.5681679972067166,1.0669226356577826,1.396438068444563,0.48281997442245483,-0.8757188320159912,-0.0012690129224210978,0.16215285658836365,0.08180257678031921,0.2821437418460846,-0.01858651638031006,0.01335299015045166,0.03776806592941284 +343,1.5661501208824897,1.0853327182900185,1.4029690632041893,0.46661368012428284,-0.8844587206840515,-0.0021679988130927086,-0.02544274553656578,0.012360634282231331,0.19776302576065063,-0.0049284398555755615,-0.016069352626800537,-0.025679349899291992 +344,1.5800423089911055,1.1038495495202674,1.393248353843475,0.4501427710056305,-0.8929468989372253,0.004162130411714315,-0.0006673280149698257,0.1036236435174942,0.09899690002202988,-0.021889567375183105,0.016894042491912842,0.023334145545959473 +345,1.5713838589439668,1.1132936245729759,1.4034757806465032,0.44170862436294556,-0.8971583843231201,0.0002595180703792721,-0.08759169280529022,-0.06300202757120132,0.05835647135972977,-0.029004216194152832,0.002596735954284668,0.01043689250946045 +346,1.5690359232464213,1.1141030720261982,1.4048533159685765,0.4409821629524231,-0.897515594959259,-0.000776307366322726,0.0434437058866024,0.008515936322510242,-0.009704222902655602,-0.0001862049102783203,-0.005560636520385742,-0.011262893676757812 +347,1.5683316992794045,1.1182048941042522,1.4056298654745378,0.43729618191719055,-0.8993169069290161,-0.0010777743300423026,-0.03317592293024063,0.010052889585494995,0.06441178172826767,0.0027978122234344482,0.005975902080535889,0.0023289918899536133 +348,1.5612641239796543,1.1238964038037464,1.4126840394890303,0.4321524202823639,-0.9017912149429321,-0.004119489341974258,-0.0457581952214241,0.013395999558269978,-0.025302065536379814,-0.02048557996749878,0.001339554786682129,-0.0019229650497436523 +349,1.5593237988663307,1.1259394301269532,1.413321751744143,0.4303003251552582,-0.9026722311973572,-0.004936849232763052,-0.03179052099585533,-0.010801603086292744,-0.033708881586790085,-0.021410584449768066,0.023048877716064453,0.0006186366081237793 +350,1.5509183956460029,1.1209630216211082,1.4199382299507235,0.43472954630851746,-0.900519609451294,-0.008642662316560745,-0.014797111973166466,-0.03885086625814438,-0.035062335431575775,-0.005560874938964844,0.004477739334106445,0.006552219390869141 +351,1.5429305557342936,1.1182342822814668,1.425624235378481,0.4371015429496765,-0.8993297219276428,-0.012183325365185738,-0.06314608454704285,-0.038316573947668076,-0.006009345408529043,-0.0028058886528015137,0.005729258060455322,0.008597493171691895 +352,1.5410822441733447,1.1208538379113457,1.426258676667079,0.43472185730934143,-0.900472104549408,-0.012921163812279701,0.036004722118377686,0.029775332659482956,0.057508684694767,0.005784094333648682,0.006017148494720459,-0.003268420696258545 +353,1.537477178387062,1.1275019342304737,1.431329833013126,0.42867985367774963,-0.9033435583114624,-0.01428853627294302,-0.07013604789972305,-0.014525025151669979,0.09437917917966843,-0.013518691062927246,0.010765314102172852,0.0010286550968885422 +354,1.5423852764403827,1.1329939058660339,1.427387484522978,0.4237794280052185,-0.9056854844093323,-0.012043259106576443,0.042340237647295,-0.00760675361379981,0.05771425738930702,-0.01580512523651123,0.0048828125,0.006275413557887077 +355,1.5402107494232677,1.1354129434027402,1.4284539592154784,0.42156076431274414,-0.9067084193229675,-0.012897701933979988,-0.07111825048923492,-0.03275240212678909,0.020964033901691437,-0.006643801927566528,0.009339094161987305,0.014911890961229801 +356,1.5344591041535338,1.1354212784260704,1.4332470614504467,0.4214724004268646,-0.9067119359970093,-0.015321881510317326,-0.006741495802998543,-0.024964099749922752,0.01973683200776577,-0.007242023944854736,0.009006679058074951,0.006090281531214714 +357,1.530394222498887,1.1331075885697977,1.4386017906933675,0.4235013425350189,-0.9057337045669556,-0.01711966097354889,0.02866801805794239,-0.003481761086732149,0.0036024509463459253,0.0014101862907409668,-0.005231261253356934,-0.011551618576049805 +358,1.5312526264931683,1.1332664375374881,1.4370310260770098,0.4233720600605011,-0.905800998210907,-0.016750430688261986,-0.004485493525862694,0.0190211720764637,-0.030282381922006607,-0.004884541034698486,0.011574983596801758,0.0035057663917541504 +359,1.5270132071074982,1.1339132548288988,1.440924807470937,0.42271173000335693,-0.9060748815536499,-0.01851947233080864,-0.01573050022125244,-0.0003974437713623047,-0.02969716675579548,-0.012433469295501709,0.016914844512939453,-0.0026444178074598312 +360,1.521858098784708,1.124418742675579,1.4503620543185702,0.4311838746070862,-0.902016818523407,-0.02111823670566082,-0.06271083652973175,0.23279081284999847,-0.36058199405670166,-0.027070164680480957,0.010491669178009033,-0.007247863337397575 +361,1.5222688195489342,1.0640194099279257,1.4809370717779011,0.4847903847694397,-0.8743134140968323,-0.023544153198599815,-0.14677469432353973,-0.17383356392383575,-0.4069352447986603,-0.032825082540512085,-0.048644959926605225,-0.012512383982539177 +362,1.4915043059116757,1.0433768139561326,1.4880341058445081,0.5017240643501282,-0.8641087412834167,-0.03986630216240883,0.07022062689065933,-0.08182971924543381,-0.33055660128593445,0.003997981548309326,0.010760843753814697,-0.03072083368897438 +363,1.487630248359805,1.0181277318788204,1.4808034627883895,0.5231457948684692,-0.8511266708374023,-0.04360857233405113,-0.05250440910458565,-0.1501195877790451,-0.19976837933063507,0.005494892597198486,0.021933674812316895,0.015379849821329117 +364,1.4667006311236097,0.9973072447383058,1.4951463715162983,0.5396295189857483,-0.8400130271911621,-0.05637688934803009,-0.08921121805906296,-0.06540345400571823,-0.17777585983276367,-0.005724430084228516,0.0015424489974975586,-0.0164991095662117 +365,1.4478331684933998,0.974233047707844,1.5105544033893537,0.5575609803199768,-0.8272712826728821,-0.06890709698200226,-0.14945697784423828,-0.11308788508176804,-0.2214871197938919,-0.007329046726226807,-4.506111145019531e-05,0.013365089893341064 +366,1.3974398374229982,0.9514545877254612,1.5559942309626884,0.5717983841896057,-0.8142607808113098,-0.10013002902269363,-0.3218604028224945,-0.09844136238098145,-0.16594117879867554,0.0002840757369995117,0.0068877339363098145,-0.011991553008556366 +367,1.353812329663834,0.9322438200567292,1.5996925279478384,0.582057535648346,-0.8029593825340271,-0.12831732630729675,-0.20707249641418457,-0.10753914713859558,-0.07905428856611252,0.008945882320404053,-0.0008279085159301758,-0.0019316673278808594 +368,1.3234348461068286,0.9290141408805046,1.6191319324311249,0.5804028511047363,-0.801030158996582,-0.14657101035118103,-0.09253592044115067,-0.03811543807387352,-0.05576176568865776,0.008830487728118896,0.0034990906715393066,-0.0003863424062728882 +369,1.325726372983486,0.9307553478988108,1.6109079395990822,0.5793831944465637,-0.8020712733268738,-0.14490200579166412,0.1319722682237625,-0.012252280488610268,0.0472366064786911,0.0037465691566467285,-0.009864091873168945,-0.009410127997398376 +370,1.3325582246450673,0.9302849908416213,1.600916364999835,0.5807264447212219,-0.8017902970314026,-0.1410294771194458,-0.10284030437469482,-0.002987788524478674,-0.0815039798617363,-0.021797001361846924,0.028306961059570312,0.0328599214553833 +371,1.3135626484350016,0.8919669633900345,1.6380295116605292,0.607223391532898,-0.7783082723617554,-0.15973716974258423,-0.4991490840911865,0.1994912326335907,-0.6169590950012207,-0.03773486614227295,0.02135026454925537,0.04265642166137695 +372,1.2942896249839095,0.867002832238172,1.6505849138485658,0.6225337982177734,-0.7623928785324097,-0.17666012048721313,0.030123144388198853,-0.040782127529382706,-0.1664797067642212,0.0053195953369140625,0.002642512321472168,-0.03299558162689209 +373,1.3014948258368462,0.8536528949525278,1.637944844480554,0.6335457563400269,-0.753686249256134,-0.17486260831356049,-0.06281021982431412,-0.048438459634780884,0.006834817118942738,0.028502583503723145,0.015206634998321533,0.03841853141784668 +374,1.2996423658831806,0.8601065432190744,1.640970534406883,0.6285213232040405,-0.7579120993614197,-0.17472948133945465,0.016652897000312805,0.02629243955016136,0.20094573497772217,0.015857338905334473,-0.007331430912017822,-0.002852320671081543 +375,1.3038988291219924,0.8797788200529219,1.6403206133336807,0.6147564649581909,-0.7705979347229004,-0.16808724403381348,0.08282226324081421,0.050259850919246674,0.26672235131263733,0.005772709846496582,0.0031723976135253906,0.0040705204010009766 +376,1.3118162074571018,0.9001037764460879,1.6404938180216486,0.6008016467094421,-0.7833914160728455,-0.1591702550649643,0.10212179273366928,0.006640227511525154,0.26912325620651245,-0.007036447525024414,-0.0029244422912597656,-0.015771731734275818 +377,1.3185151145722231,0.9268005594072121,1.6359190554001517,0.5813902616500854,-0.7997031211853027,-0.14986687898635864,0.14516516029834747,0.034960538148880005,0.3036346435546875,0.008667051792144775,-0.006388068199157715,-0.010457202792167664 +378,1.3299939232924542,0.9680264080179816,1.6254645405418906,0.5505690574645996,-0.8237684369087219,-0.13520176708698273,0.16432738304138184,-0.01849781721830368,0.43563151359558105,0.004606783390045166,0.010825812816619873,-0.004996016621589661 +379,1.340385302086789,0.9997884268425173,1.6199143060475476,0.5261967778205872,-0.841356635093689,-0.12343364953994751,0.09455062448978424,0.02738773822784424,0.28178322315216064,-0.01838439702987671,-0.01312023401260376,-0.0026345178484916687 +380,1.3505883328017807,1.018506418470583,1.6127144909210605,0.5119690895080566,-0.8513253927230835,-0.11459804326295853,0.0401311069726944,0.009627963416278362,0.10676581412553787,-0.03003549575805664,0.007453322410583496,0.01276087760925293 +381,1.3510041776803674,1.0357527580306036,1.6022761668969032,0.4976121783256531,-0.8602464199066162,-0.11116714775562286,0.22073647379875183,-0.19582834839820862,0.24732060730457306,0.0018537044525146484,-0.0028211474418640137,-0.02446816861629486 +382,1.4067632732202224,1.1098989126419068,1.4944014183669185,0.4387820363044739,-0.8956537246704102,-0.07262731343507767,0.8706086874008179,-0.309408962726593,0.9636141657829285,0.06764191389083862,-0.027594566345214844,-0.01199793815612793 +383,1.5527291542428379,1.1786395249704398,1.3356564758120633,0.3821197748184204,-0.9240869283676147,-0.0069045755080878735,0.3060491979122162,0.29549703001976013,0.29141226410865784,-0.03658458590507507,0.08583015203475952,0.07646942138671875 +384,1.5815216111800598,1.2138078580883893,1.3208064109003816,0.34943416714668274,-0.9369534850120544,0.0037479244638234377,-0.007827057503163815,-0.05628401041030884,0.527931809425354,-0.01342037320137024,-0.006253302097320557,0.009450912475585938 +385,1.5569325732145214,1.2456076450668478,1.3496524177266487,0.31945717334747314,-0.9475904703140259,-0.004429159220308065,-0.07523134350776672,0.13283272087574005,0.04379582777619362,-0.03886324167251587,0.019886493682861328,-0.008617103099822998 +386,1.536353998667551,1.2522260888039407,1.380503536403332,0.3130238652229309,-0.949684202671051,-0.010785535909235477,-0.1906212866306305,0.08248023688793182,0.00832231156527996,-0.02280166745185852,0.019721925258636475,0.02895873785018921 +387,1.499598839254344,1.2558601011706814,1.4164357799420515,0.30897074937820435,-0.9508161544799805,-0.022035187110304832,-0.14065909385681152,0.015918482095003128,-0.07774755358695984,-0.018412917852401733,0.00788414478302002,0.006425442174077034 +388,1.487296788088184,1.254811630731241,1.4274536042740964,0.3096703588962555,-0.9504908323287964,-0.025917593389749527,-0.05079841986298561,-0.03950938209891319,0.06700564175844193,0.012427479028701782,0.010701954364776611,0.02364402636885643 +389,1.4574996412128176,1.2595944948484705,1.4581931416577687,0.30424004793167114,-0.9519662261009216,-0.03461763635277748,-0.09904889762401581,-0.03598245978355408,0.13765425980091095,-0.0031688809394836426,0.004593789577484131,-0.0013473033905029297 +390,1.4241098336034284,1.2678253776063793,1.4937375526638568,0.2951534688472748,-0.9544543027877808,-0.043608248233795166,0.0017374064773321152,-0.023592710494995117,0.08399970084428787,-0.010744869709014893,0.010514974594116211,-0.009995881468057632 +391,1.4000647210548363,1.2741120465501785,1.5198013357312419,0.2881002426147461,-0.9563111066818237,-0.04967138543725014,-0.10020437091588974,0.025834428146481514,0.010423889383673668,-0.014952659606933594,0.015255868434906006,0.004139188677072525 +392,1.3831317690331288,1.277105501258815,1.5419185811357008,0.28440433740615845,-0.9571819305419922,-0.054008129984140396,-0.03722277283668518,0.071923166513443,-0.0643029510974884,-0.010844826698303223,0.022398054599761963,0.007362011820077896 +393,1.3847796037165556,1.2738757568948629,1.5463316770069273,0.2875300347805023,-0.9562419652938843,-0.05411095917224884,-0.04181923344731331,-0.02934950776398182,0.029993969947099686,-0.0023279786109924316,-0.009730994701385498,-0.0072446539998054504 +394,1.383598029957301,1.274158334911641,1.5479710942560005,0.28719982504844666,-0.9563246369361877,-0.054400261491537094,0.034415990114212036,0.0378970168530941,-0.020158659666776657,0.001008152961730957,0.01723778247833252,-0.002530273050069809 +395,1.3656940255570007,1.2760872180475822,1.5660822992749648,0.28437307476997375,-0.9568866491317749,-0.05915743485093117,-0.1047963798046112,-0.03331713378429413,0.014126095920801163,-0.016428768634796143,0.019432544708251953,-0.005249913781881332 +396,1.3556249143765986,1.2734996566351107,1.5777169574476495,0.28618162870407104,-0.9561318755149841,-0.06254637241363525,0.1088588684797287,0.030789708718657494,-0.002243034541606903,0.0008209049701690674,-0.006056845188140869,-0.029006361961364746 +397,1.3658058632840855,1.274483872917335,1.5699017592644988,0.2858818471431732,-0.9564197063446045,-0.05943794548511505,-0.027366865426301956,0.016691040247678757,-0.02039184793829918,-0.010582774877548218,0.019423246383666992,0.0002186298370361328 +398,1.3629523368962282,1.2761204856889259,1.5724976633701813,0.28417935967445374,-0.9568963646888733,-0.05993045121431351,-0.040772128850221634,0.012447692453861237,-0.012536142021417618,-0.014922767877578735,0.005419254302978516,0.00486147403717041 +399,1.3692648507841523,1.2750387117137971,1.5654635104072336,0.2855658233165741,-0.9565815925598145,-0.05834250524640083,0.03426478058099747,-0.01778881438076496,-0.028498295694589615,-0.008344113826751709,0.017784595489501953,0.003593921661376953 +400,1.3705195187028836,1.2721576541649244,1.561397152290951,0.28833863139152527,-0.9557378888130188,-0.0585322342813015,-0.014715953730046749,-0.0030724992975592613,-0.05215264856815338,-0.0051355063915252686,0.007037937641143799,0.004210948944091797 +401,1.3708854772410786,1.2715318060283893,1.5597331935494987,0.28894633054733276,-0.9555535912513733,-0.05854550376534462,-0.012165747582912445,0.005286434665322304,-0.005821774713695049,0.000757068395614624,0.01910632848739624,0.002332143485546112 +402,1.3704155718210487,1.271169080479779,1.5602186350872425,0.28925830125808716,-0.9554466009140015,-0.05875023081898689,0.01174889411777258,0.020587563514709473,0.009181983768939972,0.0008570849895477295,0.010545969009399414,0.0045662447810173035 +403,1.368523499957117,1.2740379286767773,1.5626241131060312,0.28646013140678406,-0.9562894105911255,-0.05874648690223694,-0.02116495743393898,-0.033629972487688065,0.06001665070652962,-0.007178515195846558,0.013403058052062988,0.007293820381164551 +404,1.3453903151828275,1.2785216536311843,1.5802984006260332,0.2808428704738617,-0.9575909376144409,-0.06439802795648575,0.010872158221900463,-0.01990465447306633,0.027698364108800888,-0.009862005710601807,0.007944822311401367,-0.009546048939228058 +405,1.3482362364619915,1.27981993060726,1.5768765821656932,0.27981165051460266,-0.9579642415046692,-0.06332392245531082,-0.007965446449816227,-0.0034282105043530464,0.007690299768000841,-0.003429234027862549,0.016451239585876465,-0.003662101924419403 +406,1.3437517121685925,1.2830479495309428,1.5809620241148876,0.2765108048915863,-0.9588853120803833,-0.0638817623257637,0.044375911355018616,0.021544698625802994,0.03161371499300003,-0.002478182315826416,0.006919980049133301,-0.009207844734191895 +407,1.3458502300339628,1.2869251065289669,1.5793244060920657,0.2730185091495514,-0.9599784016609192,-0.062471725046634674,-0.0371224619448185,-0.011245207861065865,0.03750240057706833,-0.008919358253479004,0.012026011943817139,0.005449645221233368 +408,1.3479015434091828,1.2867011347276296,1.5783843115350091,0.27335572242736816,-0.9599156379699707,-0.06195906177163124,0.028979860246181488,0.01826581172645092,-0.02132469415664673,-0.008096903562545776,0.004135489463806152,-0.00014419108629226685 +409,1.343050645296879,1.28521839633959,1.5829721566258983,0.274437814950943,-0.9594990015029907,-0.06360554695129395,-0.06649234145879745,-0.012560343369841576,-0.023289265111088753,0.0014258325099945068,0.005809426307678223,0.008780717849731445 +410,1.3431995893194577,1.2845063275824222,1.582974940734996,0.2751128077507019,-0.9592981338500977,-0.06371881067752838,0.04816136509180069,0.007079980336129665,0.010928953066468239,0.0034058988094329834,-0.002295553684234619,-0.014741845428943634 +411,1.3396375447834532,1.2851417890265235,1.5874170643046464,0.2742903232574463,-0.959477424621582,-0.06455861777067184,-0.061824068427085876,-0.005584060680121183,0.004959863610565662,-0.004545480012893677,0.007832586765289307,0.005873329937458038 +412,1.339004982286352,1.2854093521463879,1.587839202918904,0.273999959230423,-0.9595527648925781,-0.06467322260141373,0.025447700172662735,0.029439568519592285,-0.04993685334920883,-0.011838704347610474,0.002262115478515625,-0.011101901531219482 +413,1.3417137804688195,1.284518728794615,1.585635570315408,0.2750059962272644,-0.9593016505241394,-0.06412474811077118,-0.06282424926757812,0.012661299668252468,-0.008050150237977505,0.003146439790725708,0.02084040641784668,0.02196473628282547 +414,1.3391782671515393,1.2849665590556951,1.5885953301496423,0.27442440390586853,-0.9594280123710632,-0.06472320854663849,0.02901427634060383,0.006252140738070011,-0.013545946218073368,-0.010676264762878418,0.010422945022583008,-0.010258488357067108 +415,1.3342016643200179,1.2838207206708014,1.594132086971981,0.27516746520996094,-0.9591042995452881,-0.06634574383497238,-0.04024139791727066,-0.016405191272497177,0.001903377939015627,-0.0059871673583984375,0.01963597536087036,0.013901293277740479 +416,1.3261262330500803,1.279219452322484,1.6024415056734924,0.2789015769958496,-0.9577917456626892,-0.06963396072387695,-0.002664037048816681,0.015576336532831192,-0.07092877477407455,-0.010804623365402222,0.010297298431396484,-0.012076854705810547 +417,1.3258538936843187,1.2731716237248527,1.6045832410252145,0.2844969928264618,-0.9560357332229614,-0.07111329585313797,-0.05898645520210266,0.007280404679477215,-0.018562816083431244,0.0020782947540283203,0.0263788104057312,0.01563233882188797 +418,1.2979962395302804,1.270153035550251,1.632383073753178,0.2851838767528534,-0.9551461935043335,-0.07978732883930206,-0.04257648065686226,-0.0046373941004276276,-0.035851772874593735,-0.013943612575531006,-0.004936873912811279,-0.02334684133529663 +419,1.291409083134122,1.2697863090521395,1.6369084694572344,0.28498905897140503,-0.955037534236908,-0.08176080137491226,-0.052724115550518036,-0.0566425696015358,0.03197016194462776,0.0038140714168548584,0.015004515647888184,0.012592673301696777 +420,1.2483337336547249,1.27855585584599,1.6734279072137723,0.2732493579387665,-0.9576008319854736,-0.09129934757947922,-0.008536173030734062,-0.10350587964057922,0.16809839010238647,0.0015766918659210205,0.007115542888641357,-0.039788901805877686 +421,1.2305122183512278,1.2838732886030442,1.691747800719584,0.2667752206325531,-0.9591192007064819,-0.09445352107286453,-0.0757046639919281,0.034869737923145294,0.037974994629621506,-0.0009518563747406006,0.011929869651794434,0.0075089335441589355 +422,1.1724463997486003,1.2909532429037112,1.749359319164353,0.25457897782325745,-0.9610987901687622,-0.107139453291893,-0.16233685612678528,-0.0030196327716112137,0.0869203731417656,-0.0038617849349975586,0.010704994201660156,-0.013603344559669495 +423,1.1541973091280124,1.2968256484098575,1.7701997023662357,0.2474159300327301,-0.9627041816711426,-0.10948142409324646,0.08552753925323486,0.014659762382507324,0.08740746229887009,-0.010279089212417603,-0.006534099578857422,-0.021637320518493652 +424,1.1450247943284038,1.2990932201087197,1.7808797573689068,0.24441231787204742,-0.9633152484893799,-0.11084417253732681,-0.05805342644453049,-0.02308899164199829,0.04544903337955475,-0.007519632577896118,0.006528139114379883,-0.00014828890562057495 +425,1.1247837608273192,1.3007174018712804,1.8002769548483648,0.24070687592029572,-0.9637498259544373,-0.1150931790471077,-0.04903111234307289,-0.04522427171468735,-0.03394174203276634,-0.0021967291831970215,0.01936817169189453,-0.0007210373878479004 +426,1.0605871632709467,1.305357434139084,1.8580118830977828,0.22892294824123383,-0.9649774432182312,-0.12811291217803955,-0.08599469810724258,-0.10037505626678467,0.1814020425081253,-0.0010634511709213257,0.011745631694793701,-0.01026904582977295 +427,1.0010445701265234,1.31533911669859,1.9110459814243637,0.21277181804180145,-0.9675478935241699,-0.1363055408000946,0.04621022194623947,-0.048641979694366455,0.09329517930746078,-0.012347638607025146,0.017978191375732422,-0.019273027777671814 +428,0.9747563728753508,1.328274203352877,1.9276226067038829,0.19874164462089539,-0.9707353711128235,-0.13481420278549194,0.016038423404097557,-0.15079928934574127,0.18114997446537018,-0.004054725170135498,0.012040793895721436,-0.01058681309223175 +429,0.9246014462186245,1.3544212776416682,1.96341925127805,0.17140527069568634,-0.9766821265220642,-0.12927685678005219,0.16054320335388184,-0.09075101464986801,0.28921085596084595,0.009686067700386047,0.0018590092658996582,-0.015605345368385315 +430,0.8724038205791649,1.3897736915031533,2.007272375689709,0.13788571953773499,-0.983660101890564,-0.11576114594936371,0.08493057638406754,-0.09202523529529572,0.3860319256782532,0.012031897902488708,0.022127389907836914,0.016350075602531433 +431,0.7367613809317942,1.4146847977574641,2.1373768638925834,0.10446465015411377,-0.9878393411636353,-0.11515466123819351,-0.054546233266592026,-0.0340181402862072,0.3364265263080597,-0.0029784515500068665,0.004150986671447754,0.007976949214935303 +432,0.5756142814809787,1.4321131648322174,2.2978020931400884,0.07525019347667694,-0.9903988838195801,-0.11596254259347916,-0.02063804864883423,-0.05839820206165314,0.2824470102787018,-0.016625933349132538,0.0016904473304748535,-0.0009197518229484558 +433,0.46322400211605863,1.444233112385792,2.4014748575724782,0.05640175938606262,-0.9920015335083008,-0.11292307823896408,0.0464961975812912,-0.08106281608343124,0.06622125208377838,-0.02132181078195572,0.020047307014465332,0.02030225098133087 +434,0.4244104969062388,1.441214512423055,2.43562762998369,0.05321066826581955,-0.9916160106658936,-0.11775578558444977,-0.053614165633916855,-0.053914617747068405,-0.033170271664857864,-0.02131979912519455,0.013481855392456055,-0.007671475410461426 +435,0.46965846817485885,1.4344942402195084,2.3889438931913385,0.061497028917074203,-0.9907252192497253,-0.12116774171590805,-0.0037447959184646606,0.004474099725484848,-0.0548110157251358,0.0190998874604702,-0.004422426223754883,-0.017458371818065643 +436,0.43225358216717696,1.4382911799108304,2.4262155675778767,0.05534658581018448,-0.9912340044975281,-0.11996621638536453,0.01139497198164463,0.0006914166733622551,0.17837123572826385,0.028851419687271118,0.0015795230865478516,-0.002653360366821289 +437,0.33936071539407037,1.4490207361645815,2.522788680644567,0.040437206625938416,-0.9925945401191711,-0.1145472303032875,0.07926518470048904,0.04398081451654434,0.1846955418586731,-0.010011181235313416,-0.0018513202667236328,0.004912853240966797 +438,0.24841981479537392,1.4596539123005936,2.6165003079189377,0.027270693331956863,-0.9938300251960754,-0.10750909894704819,-0.023490887135267258,-0.024118905887007713,0.12915977835655212,-0.018298521637916565,0.0045264363288879395,0.021937847137451172 +439,0.1713574196517563,1.4565746594671312,2.691707057146093,0.019434725865721703,-0.9934837818145752,-0.11230403929948807,-0.06476134806871414,-0.08307190984487534,0.08172324299812317,-0.008631514385342598,0.0029900670051574707,0.004119224846363068 +440,0.1832630736139777,1.45184387290636,2.678226163637342,0.02162671834230423,-0.9929335117340088,-0.11668504774570465,-0.013707863166928291,0.019339576363563538,-0.05380263924598694,0.008173704147338867,0.005720376968383789,-0.0006397366523742676 +441,0.17519322649617372,1.4503496772010658,2.684408328241853,0.020943086594343185,-0.9927550554275513,-0.11831724643707275,-0.02180374041199684,-0.02758161351084709,0.04691990837454796,0.0018535424023866653,0.008639335632324219,0.00271664559841156 +442,0.08175548738360963,1.4507946493730566,2.7702322879348595,0.009776449762284756,-0.99280846118927,-0.11931502819061279,-0.03566257655620575,-0.054249778389930725,0.14100252091884613,0.019306808710098267,0.03225231170654297,0.0247410386800766 +443,0.03345752165173641,1.4485024177872614,2.8262923020760655,0.004080681130290031,-0.992531418800354,-0.12192051857709885,0.038954511284828186,0.03546056151390076,0.10371813178062439,-0.01859179139137268,-0.01239711046218872,-0.017712704837322235 +444,-0.019430484748728712,1.4522060182862666,2.879229377424187,-0.002298736246302724,-0.9929764270782471,-0.11829076707363129,-0.008037717081606388,-0.03285425901412964,0.056432873010635376,-0.0067192018032073975,0.015574634075164795,0.03001868724822998 +445,-0.07585523677300296,1.449304627059355,2.9312508653003926,-0.009184370748698711,-0.9926289319992065,-0.12084528803825378,-0.01264430396258831,-0.010878088884055614,0.01269381120800972,-0.0029921382665634155,0.004332423210144043,-0.009937822818756104 +446,-0.16259364077974806,1.4552856443768736,3.014389200379833,-0.018657349050045013,-0.9933360815048218,-0.11373535543680191,0.09509427845478058,-0.12008017301559448,0.2723752558231354,0.01610913686454296,-0.010234653949737549,0.007351085543632507 +447,-0.4380292190449089,1.4363142503826631,-3.00151280908145,-0.05686961114406586,-0.9909709095954895,-0.12141892313957214,-0.17275923490524292,-0.07207224518060684,0.44149836897850037,0.011062726378440857,0.025837242603302002,0.02357959747314453 +448,-0.5948441708220662,1.4160621031219094,-2.8471745468631786,-0.08636458218097687,-0.9880525469779968,-0.12764602899551392,0.11901187896728516,-0.054509878158569336,0.13103121519088745,-0.02447526901960373,0.009826719760894775,-0.026132121682167053 +449,-0.6484712255669096,1.416279874158184,-2.791937026722114,-0.09295177459716797,-0.9880860447883606,-0.12266086041927338,-0.045558180660009384,-0.018131442368030548,0.09948575496673584,-0.006001457571983337,0.0069460272789001465,0.017329469323158264 +450,-0.6593288372912532,1.4150854726996693,-2.7815137335628997,-0.09500113129615784,-0.9879015684127808,-0.12257735431194305,0.02520158514380455,0.010132791474461555,-0.08307870477437973,-0.02032478153705597,0.009889543056488037,-2.7045607566833496e-05 +451,-0.5807421245889891,1.4143517851789573,-2.85872791176356,-0.08548284322023392,-0.9877874851226807,-0.13026361167430878,-0.15415287017822266,-0.012101703323423862,-0.0997629389166832,0.006213441491127014,0.002023935317993164,0.005934953689575195 +452,-0.5391735784242028,1.4126646923568102,-2.901950019708943,-0.08085155487060547,-0.9875231981277466,-0.13513393700122833,0.04550069570541382,0.019118579104542732,-0.05301055684685707,0.0006513521075248718,0.007618904113769531,-0.022672489285469055 +453,-0.5651833223623751,1.4066862958744017,-2.878825829912173,-0.08749864250421524,-0.9865641593933105,-0.1379682868719101,-0.11267492175102234,0.04213676601648331,0.03355729952454567,-0.0016889795660972595,0.023444652557373047,0.03574967384338379 +454,-0.5541431119589953,1.3956544604106755,-2.8937742875232217,-0.0916915088891983,-0.9847018122673035,-0.14817146956920624,-0.12951159477233887,-0.06285937875509262,-0.014896724373102188,-0.028791874647140503,0.014212429523468018,0.0069819241762161255 +455,-0.504270510252466,1.3900819630867949,-2.954663904288091,-0.08684124052524567,-0.9837155342102051,-0.15736085176467896,0.006221528630703688,-0.1469547003507614,-0.2153465449810028,-0.054333075881004333,0.019756793975830078,-0.029238879680633545 +456,-0.18971349876092966,1.413589163098017,2.9754130053209256,-0.029523789882659912,-0.9876683950424194,-0.15375152230262756,-0.11439447104930878,-0.3779880106449127,-1.1280945539474487,-0.10811048746109009,0.042722105979919434,0.06259548664093018 +457,0.47298907577213123,1.3721326368120474,2.3077508035847742,0.08990704268217087,-0.9803311824798584,-0.1756916642189026,-0.2072107195854187,-0.025783561170101166,-0.6112497448921204,0.10020220279693604,-0.0464632511138916,-0.03852647542953491 +458,0.43490513569151795,1.3143305947196708,2.3309687325446697,0.10687460005283356,-0.9672925472259521,-0.23004993796348572,-0.47200071811676025,-0.2835403084754944,-0.29439473152160645,-0.011934429407119751,0.06198859214782715,-0.0611487478017807 +459,0.4282375924509766,1.2571615626302253,2.3235519968365024,0.128117635846138,-0.9512184858322144,-0.2806583642959595,-0.5145413279533386,-0.14659908413887024,0.09463327378034592,0.055888086557388306,-0.007414877414703369,-0.03553423285484314 +460,0.3031890350956368,1.2359984046071053,2.428730161444537,0.09810219705104828,-0.9444767236709595,-0.31359195709228516,-0.3855409026145935,-0.18427644670009613,0.21137277781963348,0.036831289529800415,-0.0013699531555175781,0.04015442728996277 +461,0.1427274576150939,1.1913319405463012,2.5803286201811124,0.05269022658467293,-0.9288631677627563,-0.36665651202201843,-0.3787866532802582,-0.2542770802974701,0.5110475420951843,0.02659444510936737,0.022002816200256348,-0.05854487419128418 +462,-0.01054086251091741,1.1955080174175874,2.7051747810590516,-0.003863584017381072,-0.9304019808769226,-0.36652037501335144,0.011711937375366688,-0.470698744058609,0.3062286376953125,-0.029202207922935486,0.026166200637817383,0.03256651759147644 +463,0.025373488637898053,1.1885543970750203,2.638297204382952,0.009463333524763584,-0.927830696105957,-0.3728814125061035,-0.1507670134305954,0.17115572094917297,-0.4594001770019531,0.059964150190353394,-0.012415826320648193,0.007936984300613403 +464,0.06362685870011088,1.1776694642861472,2.644729603654445,0.02435765415430069,-0.9237157702445984,-0.3823035955429077,-0.029143579304218292,0.6346758008003235,0.4026068449020386,0.06493678689002991,0.006693065166473389,-0.059316277503967285 +465,0.07225560843357193,1.1899566966152892,2.722947087743183,0.026834042742848396,-0.9283528923988342,-0.37073007225990295,0.18272331357002258,0.8167958855628967,0.26397743821144104,0.03272101283073425,0.0002675652503967285,-0.04299670457839966 +466,0.05964681012847354,1.194631703543492,2.8245100790318296,0.02189861238002777,-0.9300804138183594,-0.3667025566101074,-0.1272534877061844,0.7457807660102844,0.3595660328865051,-0.02928386814892292,0.01551443338394165,0.04712250828742981 +467,0.058381467081131476,1.1888648923092526,2.8952718982047174,0.02174721285700798,-0.9279465079307556,-0.37207868695259094,-0.3489360809326172,1.094163417816162,0.010870380327105522,0.04696311801671982,0.042723000049591064,0.10114362835884094 +468,0.15803015792469177,1.0835917189127857,2.9267893616108016,0.0736754834651947,-0.8836449980735779,-0.4623240828514099,-1.756760835647583,1.5549715757369995,-0.10321032255887985,0.0733429491519928,0.08216184377670288,0.1313762068748474 +469,0.34659805608690836,0.9224869150255358,2.891758514964342,0.20512442290782928,-0.7971057891845703,-0.5679316520690918,-1.099609375,1.0169974565505981,-0.4346265494823456,-0.08311514556407928,-0.03953361511230469,-0.1016240119934082 +470,0.3531258628955514,0.8472441906932385,2.9398603065567266,0.22895877063274384,-0.7494587898254395,-0.6212000846862793,-0.5474334359169006,0.16409932076931,0.19344547390937805,0.0022729188203811646,0.019066333770751953,-0.007034778594970703 +471,0.3280602769186822,0.8243900663747092,2.983697169981481,0.21878033876419067,-0.734133780002594,-0.6427928805351257,-0.02742486447095871,0.11674420535564423,0.12753747403621674,-0.06231673061847687,0.0032836198806762695,-0.029478847980499268 +472,0.3321895032701361,0.8337231270033345,2.995525450219063,0.21918870508670807,-0.7404388785362244,-0.6353791356086731,0.18933652341365814,-0.046634700149297714,0.15987363457679749,0.012012466788291931,-0.022134363651275635,-0.07740461826324463 +473,0.2982529936694592,0.8505700540894983,3.0240340514466255,0.19381068646907806,-0.7516565322875977,-0.6304363012313843,-0.11260458827018738,-0.09636292606592178,0.19933021068572998,-0.024880632758140564,0.008934974670410156,0.04155385494232178 +474,0.27755765331654,0.8481529107126415,3.040783755359571,0.18122032284736633,-0.7500600814819336,-0.636057436466217,-0.030593296512961388,0.1237867996096611,-0.07821089774370193,-0.04032066464424133,0.030257225036621094,0.010721802711486816 +475,0.28366408276623567,0.8426061934032384,3.0354132806206833,0.18626248836517334,-0.7463801503181458,-0.6389232873916626,0.14213640987873077,-0.000376229640096426,-0.049650583416223526,0.009324684739112854,0.025905907154083252,0.0007091760635375977 +476,0.29784316032441427,0.8436115902341019,3.0302678632957005,0.19508250057697296,-0.7470488548278809,-0.635500431060791,-0.02558160200715065,0.14426587522029877,-0.00021438661497086287,0.02916066348552704,0.006616115570068359,0.017290592193603516 +477,0.3410516120796394,0.8347922989942246,3.0144391615734127,0.22454588115215302,-0.7411571145057678,-0.6326652765274048,-0.10557344555854797,0.5995314717292786,-0.33159512281417847,0.0014825612306594849,0.022346079349517822,0.028569817543029785 +478,0.40320523764238947,0.8146482120569257,2.9879730014114294,0.26921364665031433,-0.7274842858314514,-0.6311028003692627,-0.06514941155910492,0.2651737630367279,-0.14131130278110504,-0.03738686442375183,0.003714144229888916,-0.018662214279174805 +479,0.3984300763934918,0.811224654855737,2.9879737497565957,0.26716166734695435,-0.7251310348510742,-0.6346728801727295,0.01718086004257202,-0.14885416626930237,0.10606661438941956,0.029652267694473267,-0.0032014846801757812,-0.017655611038208008 +480,0.4017242252352329,0.8072908480144002,2.9892894601766513,0.2703641951084137,-0.7224165797233582,-0.6364098787307739,-0.022019468247890472,-0.056945376098155975,0.08167459815740585,-0.0006650984287261963,-0.02711045742034912,-0.040820956230163574 +481,0.37153616456528316,0.8163419500025262,3.0084336458366487,0.24864783883094788,-0.7286453247070312,-0.6381615996360779,0.07791410386562347,-0.3148919641971588,0.2532818615436554,-0.002309948205947876,-0.009742677211761475,-0.03423219919204712 +482,0.35645645938758175,0.8271958687871703,3.0117199829521923,0.23622286319732666,-0.7360360026359558,-0.6343892812728882,0.0037577995099127293,-0.039746470749378204,0.009116113185882568,0.02584683895111084,0.0051094889640808105,0.011586546897888184 +483,0.3165578485828016,0.8199915576136365,3.0470481844141055,0.21237553656101227,-0.7311400771141052,-0.6483292579650879,-0.17655852437019348,-0.3017158806324005,0.32061007618904114,0.015636548399925232,-0.0026093125343322754,-0.01780843734741211 +484,0.2590175968360041,0.8142615029707948,3.089866498949856,0.17580977082252502,-0.7272188663482666,-0.6635085344314575,-0.10459260642528534,-0.14832116663455963,0.12021094560623169,-0.03193466365337372,0.008713066577911377,0.001933276653289795 +485,0.22457484603937414,0.8128306629839409,3.107703321186913,0.1530885249376297,-0.7262359857559204,-0.6701828837394714,0.050259027630090714,-0.22214718163013458,0.10041247308254242,-0.0083436518907547,-0.0031035542488098145,-0.018125832080841064 +486,0.19718432839201724,0.8278232816680666,3.1175214772088355,0.13252860307693481,-0.7364606261253357,-0.6633716225624084,0.09809847176074982,-0.1194232776761055,0.0619058720767498,-0.0025694966316223145,0.030848443508148193,0.05485111474990845 +487,0.17274741926425702,0.8200580841723014,3.134050839920616,0.11725937575101852,-0.7311854362487793,-0.6720253229141235,-0.2002750188112259,-0.1416899412870407,0.11394579708576202,-0.003093115985393524,0.006286203861236572,0.027143120765686035 +488,0.15131052414913568,0.8162453895905253,-3.138668428694019,0.10324687510728836,-0.7285792231559753,-0.6771355271339417,-0.11669076234102249,-0.13577474653720856,0.03580295667052269,-0.0054075270891189575,-0.008221924304962158,0.012706756591796875 +489,0.15332784146312758,0.8098627758703119,3.13950323902984,0.10532074421644211,-0.7241925597190857,-0.6815077066421509,0.07280105352401733,-0.2181367129087448,-0.06288643926382065,-0.04292755573987961,-0.018010199069976807,-0.04450547695159912 +490,0.08271060789818134,0.848377398991599,3.1213084629355046,0.05462602525949478,-0.7502085566520691,-0.6589409112930298,0.650305986404419,-0.4642314314842224,0.10520030558109283,0.08786053955554962,0.05196636915206909,-0.03505927324295044 +491,-0.04406973000910187,0.900597528117529,-3.138517390160072,-0.027364695444703102,-0.7836982011795044,-0.6205388307571411,0.4994179606437683,-1.289548397064209,0.020437132567167282,0.0010738037526607513,0.051398396492004395,0.012796521186828613 +492,-0.08353522411868808,0.9617715992625193,3.093659097831852,-0.04773224890232086,-0.820206344127655,-0.5700729489326477,0.43976688385009766,-1.111655592918396,-0.374968558549881,-0.009457692503929138,-0.03640681505203247,-0.020579516887664795 +493,-0.24909514959093204,1.0230122598328728,3.075546660262177,-0.12839053571224213,-0.8536806702613831,-0.5047228336334229,0.8629356622695923,-3.5794405937194824,0.10043647885322571,-0.045376554131507874,-0.07161223888397217,-0.2811352610588074 +494,-0.5432338321060214,1.1279155513914116,3.102467695138825,-0.22151753306388855,-0.9035208821296692,-0.36685171723365784,0.3397209644317627,-1.6222699880599976,-0.6002010703086853,0.11009782552719116,0.02943629026412964,0.06489554047584534 +495,-0.5483371843735143,1.153295657367624,3.0350979041947856,-0.21136252582073212,-0.914105236530304,-0.34603098034858704,-0.2537052631378174,0.27889284491539,-0.32834896445274353,0.08910912275314331,0.05178534984588623,0.09763315320014954 +496,-0.4868084553898132,1.1279872605966619,2.9801375851395533,-0.20044584572315216,-0.9035515785217285,-0.3787030577659607,-0.17206260561943054,0.25983691215515137,0.16044384241104126,0.022192656993865967,0.007112979888916016,-0.017918646335601807 +497,-0.4630412915105814,1.0956924545915048,2.971958671197534,-0.20432110130786896,-0.8892452120780945,-0.40926238894462585,-0.2916942834854126,-0.0934838280081749,0.22907046973705292,0.03362104296684265,-0.026022672653198242,-0.00924035906791687 +498,-0.6850033723793151,1.080978594400134,3.119321408935308,-0.29765182733535767,-0.8824186325073242,-0.36433616280555725,0.8257707357406616,-0.983243465423584,0.6851789951324463,0.021406710147857666,0.05508708953857422,-0.018827319145202637 +499,-0.8965428863950993,1.0908020352042782,-2.9926668571240924,-0.3607257008552551,-0.8869975805282593,-0.2882922887802124,0.6123826503753662,-0.34516963362693787,0.44909772276878357,0.03188353776931763,0.04118764400482178,0.008018851280212402 +500,-1.102261703417206,1.103652788793931,-2.7957076495114466,-0.4018052816390991,-0.8928583264350891,-0.20336320996284485,0.9279243350028992,-0.3236907422542572,0.22810468077659607,-0.03509965538978577,0.002477407455444336,-0.038610637187957764 +501,-1.2267373458895356,1.12417601908032,-2.6548997036121573,-0.40660637617111206,-0.9019120335578918,-0.14569127559661865,0.4402424395084381,0.09270749986171722,0.03790821135044098,-0.04146796464920044,0.010356247425079346,0.05947911739349365 +502,-1.3666621779612593,1.1574785456798322,-2.4887375609165354,-0.3933103382587433,-0.9157932996749878,-0.08142220228910446,1.2819080352783203,0.2192135453224182,-0.3594416379928589,-0.008361995220184326,0.06751143932342529,0.02981698513031006 +503,-1.7311912000562744,1.213404981763593,-2.0598538949748697,-0.3453414738178253,-0.9368125796318054,0.05587094649672508,1.8188238143920898,0.5805898308753967,-0.31401675939559937,0.04077604413032532,-0.03184586763381958,-0.0685356855392456 +504,-2.251189546772931,1.1630045546355685,-1.489191402906421,-0.30827391147613525,-0.9179987907409668,0.24948975443840027,2.5390074253082275,-0.07118089497089386,-0.5102609395980835,-0.01313716173171997,0.024596869945526123,-0.08286385238170624 +505,-2.6732662046969975,1.0011849344544597,-1.0286013845871174,-0.24343858659267426,-0.8421106338500977,0.4812348783016205,3.0496737957000732,-0.5065668821334839,-0.7147677540779114,0.013595476746559143,-0.019980251789093018,-0.054461926221847534 +506,-2.862841472324522,0.7726415245938466,-0.8301683177297489,-0.19703029096126556,-0.6980291604995728,0.6884291172027588,1.2133766412734985,0.030379977077245712,-0.02979690581560135,0.01220056414604187,-0.06901496648788452,0.10330373048782349 +507,-2.867145334758433,0.804193051551793,-0.8055580397215986,-0.18800105154514313,-0.720271110534668,0.6677311062812805,-0.5017372369766235,0.04760272800922394,-0.35652002692222595,-0.0006280690431594849,0.10166460275650024,-0.07485097646713257 +508,-2.9206248914373703,0.8190495482243145,-0.7416354858170946,-0.1496773064136505,-0.7304970622062683,0.6663110256195068,-0.23054499924182892,-0.03410549461841583,-0.5004181861877441,-0.0758323073387146,-0.010805308818817139,0.04368031024932861 +509,-3.0291698274465952,0.8767320390182398,-0.6216346056900499,-0.07176170498132706,-0.7686525583267212,0.6356282234191895,-0.37560707330703735,-0.31640154123306274,-0.9366427063941956,-0.010849379003047943,0.020193874835968018,-0.04297691583633423 +510,-3.1246399267803326,0.8535608834294889,-0.536047638862328,-0.011142557486891747,-0.753625750541687,0.6572092771530151,0.6676801443099976,-0.06525842845439911,-0.0988783985376358,0.0435217022895813,-0.03229343891143799,-0.027097582817077637 +511,-3.081607756973081,0.7769666135583921,-0.5841621252065669,-0.04274621605873108,-0.7011197209358215,0.7117613554000854,0.8127671480178833,0.1650392860174179,0.5575467944145203,0.08185449242591858,-0.009665250778198242,-0.029083073139190674 +512,-3.0248666807534006,0.6678527721018662,-0.6296998430017744,-0.09143984317779541,-0.6193014979362488,0.7798108458518982,1.1694847345352173,0.24028749763965607,0.33776694536209106,-0.013632208108901978,0.0038838982582092285,-0.024683654308319092 +513,-2.987795071153921,0.6078993422515512,-0.6384743995454144,-0.12574759125709534,-0.5711444020271301,0.811160683631897,0.4660603404045105,0.2540208697319031,0.2734285295009613,-0.005447477102279663,-0.05574768781661987,-0.011203408241271973 +514,-2.927240711998776,0.5173031272581188,-0.6858604066457,-0.18488182127475739,-0.49453794956207275,0.8492646813392639,0.9851740598678589,0.4530518352985382,0.6687484979629517,0.017111465334892273,-0.0016320347785949707,-0.03418618440628052 +515,-2.845982291412483,0.41606227597656387,-0.7639877698159646,-0.2664702534675598,-0.40416181087493896,0.8750125765800476,0.7607385516166687,0.2717667520046234,0.8236684799194336,-0.029062002897262573,0.02679663896560669,-0.05944550037384033 +516,-2.828130528317452,0.34039556681791183,-0.817947174745555,-0.29066142439842224,-0.33385998010635376,0.8966903686523438,0.20868974924087524,-0.2281825691461563,0.688999593257904,-0.042422711849212646,0.07732921838760376,-0.00637054443359375 +517,-2.8449989102137803,0.33780648950127456,-0.8452889276100982,-0.27574673295021057,-0.33141833543777466,0.902289092540741,-0.26453182101249695,-0.44370025396347046,0.03687480092048645,-0.01706939935684204,0.020581573247909546,-0.004095733165740967 +518,-2.855436122235507,0.36764825496946246,-0.857667173571876,-0.2634047567844391,-0.35942184925079346,0.8952285647392273,-0.09060630202293396,0.23111507296562195,-0.3501506447792053,0.007774233818054199,-0.010207116603851318,-0.04406261444091797 +519,-2.8180163648863688,0.3480778795742587,-0.8845234099267579,-0.29889121651649475,-0.3410915732383728,0.8912463784217834,0.22592830657958984,0.22922919690608978,0.4721161723136902,-0.005765706300735474,0.0055966973304748535,-0.013377904891967773 +520,-2.7765213850091257,0.33130338243373236,-0.9368097413646697,-0.33760103583335876,-0.32527580857276917,0.8833012580871582,-0.05617868900299072,0.1461341679096222,0.4016056954860687,-0.05689966678619385,0.022312581539154053,-0.008759081363677979 +521,-2.7547951360908463,0.3328195282148779,-0.9808884907819213,-0.356524258852005,-0.326709121465683,0.8753008842468262,-0.1566731333732605,0.15870709717273712,0.33780044317245483,0.03981280326843262,0.04050004482269287,-0.020152568817138672 +522,-2.740251140311381,0.3234192077821896,-1.0045406124037646,-0.37040001153945923,-0.3178103566169739,0.8728120923042297,0.11990775913000107,-0.031190995126962662,-0.25684741139411926,0.010460346937179565,0.021606653928756714,0.015646398067474365 +523,-2.7329927963891625,0.3083906006617497,-0.9892609315011993,-0.3785803020000458,-0.30352556705474854,0.874384880065918,0.2787461578845978,0.2318136990070343,-0.021200789138674736,0.02556830644607544,0.004422813653945923,-0.00974571704864502 +524,-2.7293142863695765,0.299058859646937,-0.9586022903309904,-0.3829125165939331,-0.29462096095085144,0.8755435347557068,0.0057659209705889225,0.08670046180486679,-0.27775633335113525,-0.010245412588119507,0.06267213821411133,-0.005777299404144287 +525,-2.733439258469225,0.31229037188292474,-0.9338278730679036,-0.3777172863483429,-0.30723902583122253,0.8734609484672546,-0.06389231234788895,-0.06337516009807587,-0.40880802273750305,-0.00955083966255188,0.031009137630462646,0.0008982419967651367 +526,-2.7395559691899924,0.33382395339059373,-0.93265838148361,-0.3696925640106201,-0.3276582658290863,0.8694638013839722,-0.20682279765605927,0.05210074037313461,0.02866310440003872,0.022906094789505005,-0.007027953863143921,-0.009478509426116943 +527,-2.7421753844230086,0.3553159967973629,-0.9258133600922042,-0.36459070444107056,-0.3478866517543793,0.8637410402297974,-0.12660431861877441,-0.0009472859092056751,-0.127870112657547,0.036374181509017944,0.011689752340316772,-0.0014057755470275879 +528,-2.739112766274946,0.3885362683497828,-0.9285182075276244,-0.36250564455986023,-0.37883418798446655,0.8515129685401917,-0.12982313334941864,-0.0943635106086731,-0.04656348004937172,-0.04182171821594238,-0.07409244775772095,-0.007808804512023926 +529,-2.733492352706716,0.393629547562655,-0.9389477804533047,-0.3665151596069336,-0.38354289531707764,0.847679853439331,-0.05333494767546654,0.011377479881048203,-0.027642372995615005,-0.02194306254386902,-0.015321820974349976,-0.00025266408920288086 +530,-2.7356766166316158,0.4008127404800065,-0.9387104551256636,-0.3635655343532562,-0.3901667892932892,0.845925509929657,-0.06834433227777481,-0.03193874657154083,-0.07378976792097092,-0.0187738835811615,0.0007472634315490723,-0.0037166476249694824 +531,-2.7548294852800637,0.44033112046190653,-0.915103401220557,-0.3412124812602997,-0.426239013671875,0.8377914428710938,-0.5259361863136292,-0.2293718457221985,-0.5208276510238647,-0.029927074909210205,0.028869569301605225,0.005302548408508301 +532,-2.7717649877209647,0.4878778737976379,-0.9023790844373546,-0.319283664226532,-0.4687524139881134,0.823607325553894,-0.22217532992362976,-0.033952709287405014,0.038715969771146774,0.05159878730773926,-0.012189298868179321,-0.029555201530456543 +533,-2.7575229293633674,0.48116194114178473,-0.9201955440809585,-0.3321528434753418,-0.4628095030784607,0.8218769431114197,0.13825708627700806,0.053963422775268555,0.11799267679452896,-0.027496784925460815,0.04642769694328308,-0.01857811212539673 +534,-2.764868236050121,0.490460981924251,-0.913616010077692,-0.32450979948043823,-0.47103258967399597,0.820257306098938,-0.15310293436050415,-0.023739105090498924,-0.23304469883441925,0.029389530420303345,0.031197935342788696,-0.011846423149108887 +535,-2.7680479159614184,0.488012713617454,-0.9045110004194044,-0.322319895029068,-0.46887150406837463,0.8223562836647034,0.24285179376602173,0.0014746123924851418,-0.05387890338897705,0.014336466789245605,-0.026581406593322754,-0.014372706413269043 +536,-2.769229754080624,0.4625542883418992,-0.8665307531712244,-0.3255857825279236,-0.44623541831970215,0.8335870504379272,0.8353272080421448,0.41915997862815857,-0.6801928281784058,-0.16737982630729675,-0.2412949502468109,0.05719035863876343 +537,-2.811744112143834,0.4629935046930845,-0.7388893777507828,-0.28979936242103577,-0.4466284513473511,0.8464862704277039,-0.20783817768096924,0.06988561153411865,-1.341918706893921,0.08240193128585815,0.27869027853012085,-0.022084593772888184 +538,-2.8225728789954796,0.5095108565120752,-0.6948836810511738,-0.27379894256591797,-0.4877502918243408,0.828935444355011,-0.30503973364830017,0.08560265600681305,0.6237552165985107,0.09826183319091797,-0.0012481212615966797,0.010435342788696289 +539,-2.779198036012688,0.526774720607721,-0.7563903173261659,-0.30645400285720825,-0.5027478933334351,0.8082888722419739,-0.16541288793087006,0.016286468133330345,0.05743170157074928,-0.07240650057792664,-0.05583059787750244,-0.006912350654602051 +540,-2.770815769169854,0.5437820732220798,-0.7772388964894079,-0.3100750744342804,-0.5173762440681458,0.7976060509681702,-0.33002984523773193,0.02292465604841709,0.21805670857429504,0.003556489944458008,0.009151697158813477,-0.0005478858947753906 +541,-2.741199483915132,0.5774960922436427,-0.8054215838164837,-0.32657063007354736,-0.5459278225898743,0.7715662717819214,-0.6741135716438293,0.31446602940559387,0.01340172067284584,0.026094555854797363,0.010618925094604492,0.025293469429016113 +542,-2.6972249717227608,0.6317927429536518,-0.8288820835010784,-0.34690600633621216,-0.5905923843383789,0.7285993695259094,-0.6747422218322754,0.3427886962890625,-0.04251948744058609,-0.023501098155975342,0.029633522033691406,0.0007097721099853516 +543,-2.561005221348032,0.729892750382911,-0.980004677134042,-0.40877866744995117,-0.666789710521698,0.6231302618980408,-1.9685688018798828,0.3216211497783661,0.7179843783378601,-0.02666136622428894,0.06438803672790527,0.07440990209579468 +544,-2.4014977886462368,0.8990256731680719,-1.1204619647708554,-0.41970232129096985,-0.7827208638191223,0.4595632255077362,-2.456820011138916,1.223473310470581,-1.0016121864318848,-0.07570484280586243,0.053533732891082764,0.07884317636489868 +545,-1.8716112145485932,1.2399051554304243,-1.530025288874681,-0.3102971315383911,-0.9457532167434692,0.09626327455043793,-3.4854562282562256,2.060701370239258,-2.4170713424682617,-0.024495959281921387,0.24998289346694946,0.13686048984527588 +546,-0.12444298976017457,1.3299338766574726,-3.110804129939916,-0.02960807830095291,-0.9711326360702515,-0.23669539391994476,-2.6431467533111572,1.484386920928955,-1.950687289237976,0.19034415483474731,0.016008734703063965,-0.12374770641326904 +547,-0.051684806900998644,1.1352035797559583,3.141352063958308,-0.02179858461022377,-0.9066200852394104,-0.42138436436653137,-1.6033201217651367,0.5511578321456909,0.6959927678108215,0.10413501411676407,0.034259915351867676,0.06815871596336365 +548,0.07156368570566504,0.9572151228213673,3.1162558120828976,0.04117114469408989,-0.8175911903381348,-0.5743253231048584,-1.6688232421875,0.944520890712738,-0.35282081365585327,-0.01613147184252739,-0.052739620208740234,-0.0441896915435791 +549,0.12323453119875757,0.8926655941082752,3.1213612677290725,0.07711421698331833,-0.7787467241287231,-0.6225807666778564,-0.2285601794719696,0.013640282675623894,0.28639116883277893,-0.015377163887023926,-0.028565168380737305,-0.03969639539718628 +550,0.15462027703070513,0.8547747474885659,3.1248369077973206,0.1010870486497879,-0.7544230818748474,-0.6485577821731567,-0.4167036712169647,0.737821102142334,-0.4305841326713562,-0.0316900759935379,-0.012086927890777588,-0.02713191509246826 +551,0.2045724422735626,0.8180386573160396,3.1136587193566934,0.1388832926750183,-0.7298063635826111,-0.6693983674049377,-0.40104010701179504,0.46528127789497375,-0.09469681978225708,-0.007474616169929504,0.056786954402923584,0.07763195037841797 +552,0.19892797944309729,0.7806833500340109,3.131464308579028,0.14039471745491028,-0.7037650346755981,-0.6964223384857178,-0.30582377314567566,-0.3294502794742584,0.3714151084423065,0.020417645573616028,-0.01966935396194458,-0.03494662046432495 +553,0.1398448254705231,0.7653084581112868,-3.104465345489686,0.10052331537008286,-0.6927594542503357,-0.7141284346580505,-0.014846551232039928,-0.3457503020763397,0.2336093932390213,0.0009323656558990479,0.010890007019042969,-0.009306073188781738 +554,0.1330325106159015,0.7705839536457826,-3.102923340018843,0.09517006576061249,-0.6965543627738953,-0.7111643552780151,-0.0008361721411347389,0.04511186480522156,-0.09493102133274078,-0.007493063807487488,0.0030575990676879883,0.027936816215515137 +555,0.09692253459952896,0.7739510960830949,-3.0965498353389957,0.0692061260342598,-0.6989663243293762,-0.7117981910705566,0.039129745215177536,0.10066566616296768,-0.02495468035340309,0.043098561465740204,0.04602748155593872,0.09230661392211914 +556,0.08792048929512701,0.7756432853224795,-3.0964219698041586,0.0626918151974678,-0.7001755237579346,-0.7112130522727966,0.15436294674873352,-0.3943968117237091,0.0171891488134861,-0.0282222181558609,-0.00690150260925293,-0.02654939889907837 +557,0.07043620505386922,0.7833570424650099,-3.0978327242113126,0.049866218119859695,-0.7056620121002197,-0.7067916989326477,0.056411273777484894,-0.060302164405584335,-0.051313966512680054,-0.005417373031377792,0.010441124439239502,0.021366894245147705 +558,0.059500111023177996,0.7817973912864421,-3.0965377360840742,0.04219924658536911,-0.7045560479164124,-0.7083925604820251,-0.025847461074590683,-0.1804346740245819,0.051974765956401825,0.00208175927400589,0.0060239434242248535,0.017032146453857422 +559,0.053052677790317956,0.778101679716727,-3.0916355333180334,0.037768904119729996,-0.7019286155700684,-0.7112452387809753,-0.0011036088690161705,-0.03795774653553963,0.04205614700913429,-0.0032535232603549957,0.0029540061950683594,-0.0023320913314819336 +560,0.0562575810301972,0.7725081406413333,-3.092315741805785,0.040268316864967346,-0.6979336738586426,-0.7150294184684753,-0.11381026357412338,-0.02509245276451111,-0.008177876472473145,-0.011825934052467346,-0.003131389617919922,0.009020507335662842 +561,0.04648128735731242,0.7696418534024599,-3.087174909580132,0.03336898237466812,-0.6958780884742737,-0.7173843383789062,0.0575285330414772,-0.07031762599945068,0.07737690210342407,0.007295690476894379,0.0024881958961486816,-0.02704620361328125 +562,0.04871405750643234,0.7772465854629476,-3.084427043836764,0.03471195325255394,-0.7013193368911743,-0.7120016813278198,0.11178352683782578,0.05518018454313278,-0.007816602475941181,-0.012327305972576141,-0.0017598867416381836,0.005672335624694824 +563,0.05244553025863454,0.7720195157767243,-3.0912113874111298,0.037560176104307175,-0.6975836753845215,-0.7155182361602783,-0.24702785909175873,0.03425568714737892,-0.08519526571035385,0.008673954755067825,0.02258056402206421,0.05499577522277832 +564,0.06334749361477043,0.7648716802554201,-3.0971587511232337,0.045672833919525146,-0.6924444437026978,-0.7200241088867188,0.07795597612857819,-0.08060052990913391,0.045367419719696045,-0.0039705634117126465,-0.012771010398864746,-0.03118133544921875 +565,0.06213907339679386,0.7609894628275975,-3.096358845274548,0.04496930167078972,-0.6896383166313171,-0.7227563261985779,-0.09014423936605453,-0.06822515279054642,-0.019355950877070427,-0.004487734287977219,0.004610300064086914,0.01747983694076538 +566,0.06173765621957103,0.756576890686481,-3.098220620967232,0.04486649110913277,-0.6864362359046936,-0.7258045673370361,0.011160808615386486,0.049859676510095596,-0.029993414878845215,-0.00021927058696746826,-0.0004381537437438965,-0.003229856491088867 +567,0.0630368634730707,0.7529726987665508,-3.0998078123230743,0.04596497863531113,-0.683810830116272,-0.7282100915908813,-0.07056311517953873,0.008720540441572666,-0.04407287761569023,-0.0007684454321861267,0.007571816444396973,0.018386483192443848 +568,0.06703173789512641,0.7466781887497499,-3.1035582279165337,0.049161046743392944,-0.6792044639587402,-0.7323007583618164,-0.0438951775431633,-0.030239518731832504,-0.014875032007694244,-0.010083287954330444,-0.00536578893661499,-0.010695457458496094 +569,0.06679779399038471,0.7421437582271245,-3.1050168743224558,0.04919479787349701,-0.6758694648742676,-0.7353777289390564,-0.07646897435188293,0.039866987615823746,-0.033116452395915985,0.01078750193119049,0.009380817413330078,0.021068036556243896 +570,0.06532630618284221,0.7336535924098113,-3.1036986125605956,0.048485495150089264,-0.6695877313613892,-0.7411486506462097,-0.07188253849744797,-0.00807984173297882,-0.023198623210191727,-0.01290200650691986,0.0052048563957214355,-0.0018016695976257324 +571,0.06605492346664091,0.7268308430124402,-3.1071319292407003,0.04932590201497078,-0.6645047068595886,-0.7456543445587158,-0.042318880558013916,0.044809740036726,-0.054552268236875534,0.0034237317740917206,0.0005490779876708984,-0.006161391735076904 +572,0.06861963327917028,0.7256687055494299,-3.1099172869720286,0.05129104107618332,-0.663635790348053,-0.7462953329086304,-0.0071966638788580894,0.012432914227247238,-0.016483016312122345,0.0021604932844638824,0.007965683937072754,-0.0028653740882873535 +573,0.07180361404375518,0.7241874045848133,-3.111285127221019,0.05373743548989296,-0.6625270247459412,-0.747107982635498,-0.024311861023306847,0.03581402078270912,-0.02204866148531437,0.001072131097316742,0.0015619993209838867,0.003867626190185547 +574,0.07338066533233194,0.7218379647279026,-3.111221665880898,0.05502956360578537,-0.6607653498649597,-0.748572587966919,-0.041623350232839584,0.060437723994255066,-0.000636941404081881,0.004525486379861832,0.006117522716522217,-0.0008018016815185547 +575,0.08183725956509905,0.7165412533314942,-3.108627936044088,0.06164313480257988,-0.6567804217338562,-0.7515581250190735,-0.09626491367816925,0.060123324394226074,0.01008442509919405,6.340444087982178e-05,0.004253566265106201,0.012895405292510986 +576,0.07378096817924827,0.6927845829925993,-3.0978129918624204,0.0567207857966423,-0.6386823058128357,-0.7673771381378174,-0.3752898871898651,0.09244566410779953,0.010001174174249172,-0.006626185029745102,0.017817437648773193,0.023968935012817383 +577,0.09117079490616523,0.6633024239744346,-3.10579538777847,0.07173974066972733,-0.6157224178314209,-0.7846905589103699,-0.25776559114456177,0.07135511189699173,-0.07627801597118378,-0.015846803784370422,-0.007995843887329102,-0.02549004554748535 +578,0.10673081733572856,0.6476601807779101,-3.119991859875821,0.08495606482028961,-0.6033220291137695,-0.7929596304893494,-0.12847815454006195,-0.1731993556022644,-0.09923055768013,-0.010722063481807709,-0.008662164211273193,-0.01116323471069336 +579,0.10108136892604877,0.6375561543945181,-3.1299193875907356,0.08108597248792648,-0.5952334403991699,-0.7994511723518372,-0.04718516021966934,-0.007937700487673283,-0.08449661731719971,0.027754969894886017,0.006747782230377197,0.007031738758087158 +580,0.10091251766195491,0.6293695845443721,-3.133655040425539,0.08143916726112366,-0.588635265827179,-0.8042861223220825,-0.08925003558397293,-0.13362863659858704,-0.0695507824420929,-0.013293415307998657,-0.001055896282196045,-0.01454627513885498 +581,0.06658793868681191,0.6391436971953813,3.1281263253150295,0.05340444669127464,-0.5965083837509155,-0.8008280992507935,0.12022417038679123,-0.023728065192699432,-0.32650333642959595,-0.03205740824341774,0.0566372275352478,0.07692068815231323 +582,0.13986418037850373,0.6154741546155024,3.070669524112706,0.11382710933685303,-0.5773457288742065,-0.8085266351699829,-0.37046417593955994,0.3449181616306305,-0.5005091428756714,-0.004482626914978027,0.013533473014831543,0.00957643985748291 +583,0.18255383688717966,0.5892759553499181,3.0302331841878636,0.15092335641384125,-0.5557592511177063,-0.8175290822982788,0.020326009020209312,0.1411304920911789,-0.2497909665107727,0.012635588645935059,-0.005962550640106201,-0.03757345676422119 +584,0.20943856778887857,0.5756904237076036,3.0004152696934727,0.1743990033864975,-0.5444140434265137,-0.8204866051673889,-0.2263415902853012,-0.05441944673657417,-0.31616926193237305,-0.02561056613922119,0.005733072757720947,0.011297821998596191 +585,0.22647570296330363,0.5478360041120621,2.9715061307305906,0.1916833370923996,-0.520841121673584,-0.8318545818328857,-0.1350509375333786,0.12105218321084976,-0.29970911145210266,-0.007280871272087097,0.0035377144813537598,-0.026253938674926758 +586,0.24999818847350855,0.5289549515395598,2.945826606379676,0.21359096467494965,-0.5046314001083374,-0.8364962935447693,-0.12529093027114868,0.1065310686826706,-0.22612163424491882,0.001084938645362854,0.007713675498962402,-0.002920210361480713 +587,0.2587064472690184,0.513809860839741,2.932062027488812,0.22279702126979828,-0.491498738527298,-0.8418969511985779,-0.11519811302423477,-0.00443295668810606,-0.09125688672065735,0.0013698488473892212,0.007612019777297974,0.01679319143295288 +588,0.2728087863033826,0.4995108987698774,2.9139919903472467,0.23651672899723053,-0.47899624705314636,-0.8453534245491028,-0.053270529955625534,0.07708815485239029,-0.32261601090431213,-0.03575684130191803,0.015846222639083862,-0.011885344982147217 +589,0.29959449336413607,0.48475665907514826,2.879273028215605,0.26113006472587585,-0.46599307656288147,-0.8453765511512756,-0.10934731364250183,0.20903557538986206,-0.34960511326789856,-0.0040194690227508545,0.01216617226600647,0.022317469120025635 +590,0.3195287286391324,0.4650814776025803,2.8515037499812883,0.28075501322746277,-0.44849562644958496,-0.8485448360443115,-0.09157074987888336,0.039232037961483,-0.17113451659679413,0.05170348286628723,-0.00025010108947753906,-0.012752771377563477 +591,0.32232575911212163,0.46454997441129964,2.848435668809842,0.28320279717445374,-0.4480205178260803,-0.8479821681976318,0.007373974192887545,-0.07840505987405777,0.09974237531423569,0.012939780950546265,0.004767954349517822,0.016515493392944336 +592,0.32534750425708575,0.45685428604231876,2.853546045865013,0.2868574857711792,-0.4411271810531616,-0.8503643870353699,-0.06386397778987885,0.12930773198604584,-0.014703291468322277,-0.0087965726852417,0.007457137107849121,0.004768073558807373 +593,0.33860959338255653,0.45128126547396696,2.850060072152415,0.29892152547836304,-0.4361189007759094,-0.8487910628318787,0.07803080976009369,0.06540655344724655,-0.014460274018347263,0.0002880692481994629,-0.012321650981903076,-0.03644758462905884 +594,0.33892638178419693,0.4573679016150558,2.851068757878293,0.2983022928237915,-0.44158807396888733,-0.8461771011352539,-0.006202442571520805,0.024723388254642487,0.016594721004366875,-0.003655076026916504,0.01751580834388733,0.015992164611816406 +595,0.3476802555295734,0.4566408727021503,2.8513058934357196,0.3058074116706848,-0.4409356415271759,-0.8438350558280945,-0.016675522550940514,-0.015201833099126816,0.03889117017388344,-0.0068419575691223145,-0.007657468318939209,-0.013144314289093018 +596,0.35398058420132567,0.45628573458954536,2.8509122842114145,0.3111720085144043,-0.4406168758869171,-0.8420384526252747,-0.03804252669215202,0.06250717490911484,-0.01632821373641491,-0.0013575553894042969,0.008121758699417114,0.005643188953399658 +597,0.3516216514002262,0.4499048089538529,2.853795796795401,0.31014686822891235,-0.4348798096179962,-0.8453924655914307,-0.02961188182234764,0.008994678035378456,0.01671982742846012,0.005160719156265259,-0.0071977972984313965,-0.01181572675704956 +598,0.3450327751940065,0.450430318567984,2.8563293275222303,0.30449265241622925,-0.43535298109054565,-0.847202479839325,0.00016531068831682205,-0.12127970159053802,0.06205074489116669,0.009426414966583252,6.54757022857666e-05,0.004230678081512451 +599,0.34551855249359686,0.4481783797530574,2.8553236332890606,0.30523544549942017,-0.43332454562187195,-0.8479747772216797,-0.008252285420894623,-0.011876776814460754,-0.00988051574677229,-0.000334322452545166,-0.008295327425003052,-0.008531570434570312 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/standing/q11.csv b/BoostRunClub/CoreML/DataSet/Motion/standing/q11.csv new file mode 100644 index 0000000..609298b --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/standing/q11.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,0.34514226699018635,0.4505832276625117,2.8544199270643853,0.30456289649009705,-0.4354906380176544,-0.8471064567565918,-0.0036588571965694427,-0.01096829678863287,0.02012287639081478,0.011904418468475342,0.008122473955154419,0.022414684295654297 +1,-0.28688053831120786,0.3354117529145509,-2.05802630933984,-0.2671935558319092,-0.3291580080986023,-0.9056835174560547,-0.2115323543548584,-0.7151268124580383,0.13873112201690674,0.04934382438659668,0.033564746379852295,-0.04251289367675781 +2,-0.2857318773780038,0.31987282416916957,-2.032833413628016,-0.26756250858306885,-0.314445823431015,-0.9107876420021057,0.252545565366745,-0.051316533237695694,0.1406131237745285,-0.004333853721618652,0.0519183874130249,-0.04425996541976929 +3,-0.2798240860224753,0.33967684986885094,-2.029354192635903,-0.26040592789649963,-0.3331824243068695,-0.9061888456344604,0.23867805302143097,-0.06349530071020126,-0.021745949983596802,-0.007187455892562866,0.03195866942405701,-0.01753246784210205 +4,-0.2879916682628245,0.33178667766412656,-2.0281545209903804,-0.26853686571121216,-0.3257327973842621,-0.9065241813659668,-0.2510245442390442,0.024867689236998558,0.013824126683175564,-0.0017420649528503418,-0.038158804178237915,0.002486705780029297 +5,-0.3075805849815041,0.3565604291949305,-2.0262295331842095,-0.28371134400367737,-0.3490530848503113,-0.8931236267089844,0.31378549337387085,-0.24791675806045532,-0.32060158252716064,-0.007533162832260132,0.02330845594406128,0.032619476318359375 +6,-0.33970881697825056,0.3612401598586608,-2.0411203441635637,-0.3117067515850067,-0.35343462228775024,-0.8819993734359741,-0.2130173295736313,-0.6777098774909973,-0.12014096975326538,0.0170900821685791,0.006190359592437744,-0.006413102149963379 +7,-0.36378352707062,0.3406517707919657,-2.0464348866964137,-0.3353666663169861,-0.33410146832466125,-0.8808549642562866,-0.04447878897190094,0.2374018430709839,0.003155686892569065,0.033532559871673584,-0.007069766521453857,0.04494798183441162 +8,-0.35734588378913756,0.3425785990416646,-2.0402221776518656,-0.32946333289146423,-0.3359169661998749,-0.8823909163475037,-0.10790928453207016,-0.009542720392346382,0.070378378033638,-0.015125900506973267,-0.002446681261062622,-0.006723463535308838 +9,-0.34933772475403574,0.3496639014566084,-2.0297918943441604,-0.3215637803077698,-0.3425820767879486,-0.8827424645423889,0.2934758961200714,0.17972557246685028,-0.07306590676307678,-0.017257601022720337,0.013770431280136108,0.012076020240783691 +10,-0.34496835615958205,0.354233247776328,-2.0271657547039696,-0.31717103719711304,-0.3468713164329529,-0.8826566934585571,0.04189585894346237,-0.17879264056682587,-0.04634720832109451,0.0153217613697052,-0.0012273192405700684,-0.023578107357025146 +11,-0.3478986677219088,0.34911720986536626,-2.01922074522698,-0.32035693526268005,-0.3420684039592743,-0.8833802342414856,-0.24012333154678345,-0.11620202660560608,0.07495810836553574,0.010740876197814941,0.0038726329803466797,-0.015270888805389404 +12,-0.36904509991551626,0.3526292815499141,-2.010877596005716,-0.3385288119316101,-0.345366507768631,-0.8752829432487488,0.1680162250995636,-0.17643146216869354,-0.04680832102894783,-0.018175899982452393,0.013045310974121094,0.00814121961593628 +13,-0.37543372803968317,0.35777543164299946,-2.021833864608185,-0.34345749020576477,-0.3501913845539093,-0.8714373111724854,0.15004462003707886,-0.06539104878902435,-0.13736200332641602,-0.005648374557495117,0.012010842561721802,-0.0012433528900146484 +14,-0.3744331669418292,0.3619961247530071,-2.01559656862232,-0.3420417308807373,-0.3541416823863983,-0.8703970909118652,-0.18009939789772034,0.11740866303443909,0.023920293897390366,0.028748303651809692,-0.0005946159362792969,0.03944927453994751 +15,-0.3567773646305392,0.35156261994721344,-2.009024822123678,-0.32789433002471924,-0.34436526894569397,-0.8797146081924438,-0.1258266717195511,0.022485574707388878,0.13450442254543304,0.013212352991104126,-0.006312191486358643,-0.011429131031036377 +16,-0.28095868178356825,0.2876284744523299,-1.9994956690529198,-0.2658861577510834,-0.28367891907691956,-0.9213201403617859,-0.920054018497467,1.3126386404037476,0.33541905879974365,-0.024336040019989014,-0.027081578969955444,-0.015081226825714111 +17,-0.27015605592159914,0.24806099412623195,-1.9767125407540365,-0.25871267914772034,-0.24552476406097412,-0.9342297911643982,0.25848129391670227,-0.3623441159725189,0.3953368365764618,0.05891406536102295,-0.002812027931213379,0.05451482534408569 +18,-0.2880719236946935,0.26660373854054314,-1.9117096200698025,-0.27406707406044006,-0.26345667243003845,-0.9249204397201538,0.05308319628238678,-0.4657069742679596,0.6658622026443481,-0.046489566564559937,-0.002977043390274048,-0.0037599802017211914 +19,-0.30453615065769757,0.29385711524760144,-1.8212148716408862,-0.2869972288608551,-0.2896461486816406,-0.9130923748016357,1.5514085292816162,0.87212735414505,0.4437445402145386,-0.026509851217269897,0.015598297119140625,0.07836031913757324 +20,-0.3101516219757659,0.41405589560504247,-1.796354634088963,-0.27941232919692993,-0.4023257791996002,-0.8718157410621643,-0.30443274974823,-0.49833667278289795,-0.1477009803056717,-0.06149953603744507,-0.10299953818321228,0.006627202033996582 +21,-0.2584122404605059,0.39679897564341565,-1.81998808532925,-0.235690638422966,-0.3864680230617523,-0.8916795253753662,-0.00495564192533493,0.7292494177818298,-0.29807260632514954,-0.02294585108757019,0.04149731993675232,0.06692671775817871 +22,-0.16117185489867816,0.3984372884685873,-1.8559266772149368,-0.14790472388267517,-0.38797852396965027,-0.9097235202789307,0.1933514028787613,0.5688025951385498,-0.44414374232292175,-0.009382873773574829,0.02343079447746277,-0.08032774925231934 +23,-0.11837928661969228,0.4008943962791562,-1.8710835266942,-0.10873888432979584,-0.39024198055267334,-0.9142686128616333,0.0719624012708664,1.729140043258667,-0.29678118228912354,0.10492417961359024,0.09582364559173584,0.0658189058303833 +24,0.004563333421883907,0.3769743386245714,-1.8613673158327406,0.004242893774062395,-0.36810895800590515,-0.9297729730606079,-0.5952210426330566,-0.3729912042617798,0.32409828901290894,-0.060364723205566406,-0.013681203126907349,-0.030203163623809814 +25,0.04684407062650632,0.4029115861749084,-1.8755293260451316,0.043077193200588226,-0.39209842681884766,-0.9189141392707825,0.7083838582038879,0.5707093477249146,-0.07149709016084671,-0.024202078580856323,-0.0022802352905273438,-0.07951420545578003 +26,0.015838741864100614,0.46606832368772727,-1.8410664852489549,0.014148821122944355,-0.4493774473667145,-0.8932299613952637,0.6248091459274292,-0.5052231550216675,0.9874562621116638,0.061290621757507324,0.09819638729095459,0.03602170944213867 +27,-0.12185789071337025,0.5095657129222629,-1.652301021276004,-0.10611355304718018,-0.48779818415641785,-0.8664830327033997,0.6264017224311829,-0.43152371048927307,1.6601240634918213,-0.01128755509853363,-0.04078152775764465,0.09260302782058716 +28,-0.09254281615036065,0.5461421831335399,-1.691325639883727,-0.07896821200847626,-0.5193944573402405,-0.8508780598640442,-0.23218928277492523,0.08014421164989471,-1.3451813459396362,-0.09205230325460434,0.11592161655426025,-0.01322716474533081 +29,-0.08765747744070213,0.5186572047713256,-1.7719093914887452,-0.07603180408477783,-0.495714396238327,-0.8651511073112488,-0.01947258599102497,-0.1166762262582779,-0.38172292709350586,0.04037199914455414,-0.046201497316360474,0.12201756238937378 +30,-0.058466771431010506,0.4828086738497663,-1.7843639457933715,-0.05175419896841049,-0.46426862478256226,-0.8841810822486877,-0.7950480580329895,0.16146139800548553,0.25911033153533936,0.037990763783454895,-0.056056082248687744,0.0013685822486877441 +31,-0.04970133662284972,0.40854188510441886,-1.7644353468667273,-0.04559219256043434,-0.39727163314819336,-0.916567862033844,-0.4233971834182739,0.27685803174972534,0.17792925238609314,-0.02507125958800316,0.03809502720832825,-0.026410043239593506 +32,-0.034620855693867685,0.4098780264400961,-1.772880619926944,-0.031746845692396164,-0.39849746227264404,-0.9166198372840881,0.35136502981185913,-0.1165095716714859,-0.24838142096996307,0.014946922659873962,0.023573756217956543,-0.06378787755966187 +33,-0.031039875120121345,0.4318340924107049,-1.7894438900339336,-0.028185876086354256,-0.4185372292995453,-0.9077621698379517,-0.05428402125835419,-0.12212099134922028,-0.06247600540518761,0.040759116411209106,-0.022807985544204712,-0.018644630908966064 +34,-0.034788573744505696,0.42275328018490754,-1.7918876406084738,-0.03171948716044426,-0.41027289628982544,-0.9114109873771667,0.008250315673649311,-0.00911059882491827,0.012016139924526215,-0.011050894856452942,0.01931220293045044,-0.009243309497833252 +35,-0.033727010429643975,0.42671860389884897,-1.7936968505103426,-0.030696848407387733,-0.4138858914375305,-0.9098110795021057,0.049951761960983276,0.019795063883066177,-0.03068925254046917,-0.005970031023025513,0.007559597492218018,-0.013620316982269287 +36,-0.03574662288649729,0.4305366582234851,-1.7925723436578855,-0.03247753530740738,-0.41735854744911194,-0.9081613421440125,-0.019568828865885735,-0.0014310898259282112,-0.04365480691194534,-0.014183849096298218,0.02095046639442444,0.009769618511199951 +37,-0.03639212329438869,0.4256265983651952,-1.792836484105572,-0.033137910068035126,-0.41289156675338745,-0.9101771712303162,-0.031044185161590576,0.036423806101083755,0.06868815422058105,0.004497155547142029,9.551644325256348e-05,0.003194749355316162 +38,-0.035708532110932056,0.42327784509557703,-1.7891803582678834,-0.03255024552345276,-0.41075122356414795,-0.911166250705719,0.019463900476694107,-0.007344593293964863,0.004824481904506683,-0.003079026937484741,0.005187869071960449,-0.016705453395843506 +39,-0.03688024829274415,0.4217230142996454,-1.7865337790053488,-0.033641356974840164,-0.40933310985565186,-0.9117646217346191,-0.07922965288162231,0.022768568247556686,0.012761500664055347,-0.00018738210201263428,0.0031899213790893555,0.006674289703369141 +40,-0.0415750181972742,0.4190552093555678,-1.7746948835410317,-0.03796675056219101,-0.4068976044654846,-0.912684440612793,-0.015655390918254852,0.025723494589328766,0.059200264513492584,-0.020062416791915894,0.02908998727798462,0.012141227722167969 +41,-0.04170841814700005,0.41214460318122587,-1.7757200297150157,-0.03820483759045601,-0.40057528018951416,-0.9154670238494873,-0.008411477319896221,0.04896033555269241,0.04002024233341217,-0.004138290882110596,0.00326693058013916,0.012436628341674805 +42,-0.04375610453462594,0.4003563690416272,-1.772571467121124,-0.04028310999274254,-0.3897465467453003,-0.9200407266616821,-0.20842404663562775,-0.09535108506679535,0.10586129128932953,0.004730135202407837,-0.019906163215637207,-0.014438033103942871 +43,-0.0472127517828362,0.3793526706173643,-1.7665091416743215,-0.04383984953165054,-0.3703192472457886,-0.927869439125061,-0.1861032098531723,-0.026887182146310806,0.005481314845383167,-0.00218065083026886,0.021182894706726074,-0.002367377281188965 +44,-0.044962382269559696,0.35897404159710905,-1.7659946099577755,-0.04208219796419144,-0.35131385922431946,-0.9353115558624268,-0.24930329620838165,-0.019861284643411636,-0.019553253427147865,-0.0031295865774154663,0.010112076997756958,-0.012015104293823242 +45,-0.04675131547834816,0.35226053037739424,-1.7585057538843027,-0.04386457800865173,-0.3450204133987427,-0.9375696182250977,0.0680314302444458,0.022652987390756607,0.13495531678199768,0.004710525274276733,0.016407132148742676,-0.019507408142089844 +46,-0.048221890433512014,0.36801109962609974,-1.7506258961324903,-0.04497574642300606,-0.3597604036331177,-0.9319601058959961,0.1878998726606369,0.03514273464679718,-0.009850545786321163,-0.01534225046634674,0.022663235664367676,0.007338523864746094 +47,-0.0463661812565817,0.37985321542424144,-1.7537116574009386,-0.04304572939872742,-0.3707841634750366,-0.9277209639549255,0.08552345633506775,0.006016982719302177,-0.03603021055459976,0.000321120023727417,-0.002400040626525879,-0.002073347568511963 +48,-0.04283394805166853,0.3814899971526532,-1.7535352873064782,-0.039742499589920044,-0.3723037540912628,-0.927259624004364,0.11410113424062729,0.004141291603446007,0.06365957856178284,0.010949164628982544,-0.010615527629852295,-0.01901412010192871 +49,-0.040743899431059945,0.4098208230418027,-1.7251136522368684,-0.03735964745283127,-0.3984449803829193,-0.9164310097694397,0.5460939407348633,0.31099534034729004,0.4882740080356598,0.024664346128702164,-0.019554227590560913,0.013003945350646973 +50,-0.034729934840559244,0.44705858422284406,-1.6961055261105944,-0.03131047263741493,-0.43231508135795593,-0.9011788368225098,-0.1627723127603531,-0.029558874666690826,-0.1838352233171463,-0.059418272227048874,0.03474733233451843,-0.001195371150970459 +51,-0.03029835945098276,0.4457294956074455,-1.7087683029036729,-0.02733391895890236,-0.4311162233352661,-0.9018822908401489,0.2513522803783417,0.05445600673556328,0.030223751440644264,0.006856635212898254,-0.009435534477233887,0.0016595125198364258 +52,-0.025298812999359762,0.4591607012547516,-1.7119472099586424,-0.02267606370151043,-0.4431959092617035,-0.8961379528045654,0.05586356669664383,0.08268113434314728,-0.048742808401584625,-0.013792440295219421,0.0051465630531311035,0.01858973503112793 +53,-0.02308257767474631,0.46668838536663,-1.7154135035674996,-0.02061237022280693,-0.449931263923645,-0.8928253054618835,0.0716172307729721,0.007151489146053791,-0.005342873279005289,-0.012331351637840271,0.0023146867752075195,0.016223132610321045 +54,-0.01948497108894954,0.47644584886350416,-1.7193349352292184,-0.017313845455646515,-0.4586237370967865,-0.8884618878364563,0.058405451476573944,0.016576092690229416,-0.09330085664987564,-0.014821171760559082,0.013387531042098999,0.014575779438018799 +55,-0.017198005749681063,0.48731452463956776,-1.721424693597725,-0.015195297077298164,-0.4682547152042389,-0.8834628462791443,0.15304604172706604,0.012015577405691147,-0.07436513900756836,-0.004946306347846985,0.01848664879798889,0.012933671474456787 +56,-0.01558038077781699,0.48382325066649007,-1.7251311021043474,-0.013791552744805813,-0.46516698598861694,-0.8851155042648315,-0.03142978623509407,0.0013867244124412537,-0.02593161165714264,-0.01072932779788971,-0.0020113587379455566,0.001524806022644043 +57,-0.015194144412009192,0.48624219483233544,-1.7244729156926464,-0.013432552106678486,-0.4673069417476654,-0.8839930891990662,-0.029617492109537125,-0.0007341178134083748,0.009069303050637245,-0.0019177943468093872,-0.0009242594242095947,0.0005397200584411621 +58,-0.016967349343454542,0.48446030739930307,-1.7232711462428247,-0.015014135278761387,-0.46573084592819214,-0.884799063205719,-0.04448631778359413,-0.013289747759699821,0.03330347687005997,-0.004944369196891785,0.007021129131317139,-0.0015534758567810059 +59,-0.01732640714746895,0.48374515983081073,-1.723739121896152,-0.015337594784796238,-0.4650978744029999,-0.8851263523101807,0.0042704083025455475,-0.007830744609236717,0.022460846230387688,0.000826478935778141,-0.0012869834899902344,0.01113349199295044 +60,-0.019726984982316696,0.4775747777020922,-1.7277844384026129,-0.01751864142715931,-0.4596266746520996,-0.887939453125,-0.031713057309389114,-0.05353860557079315,-0.056270234286785126,-0.00651395320892334,0.01175069808959961,0.0067901611328125 +61,-0.021389879233852147,0.4761941479864036,-1.7319934858913526,-0.01900871843099594,-0.45840007066726685,-0.888542652130127,0.058955833315849304,0.051847562193870544,0.009262165054678917,-0.005557924509048462,0.009913742542266846,0.018166065216064453 +62,-0.017741774700082858,0.4755246810935349,-1.7325809582725078,-0.015772543847560883,-0.45780497789382935,-0.8889127373695374,-0.06297367811203003,-0.006580176297575235,-0.019939178600907326,0.0057627856731414795,0.0034745335578918457,0.0006070733070373535 +63,-0.01529401061168673,0.4730976822477653,-1.7325713539663024,-0.013613603077828884,-0.455645889043808,-0.8900570273399353,0.026704605668783188,0.016461458057165146,0.01725069060921669,0.004305736161768436,-0.008007615804672241,-0.008624613285064697 +64,-0.015188331090209967,0.46230360000217724,-1.732994403594467,-0.013593451119959354,-0.4460110664367676,-0.8949242234230042,-0.14617475867271423,0.014584993943572044,-0.0087142214179039,0.00228668749332428,-0.005481243133544922,-0.0026893019676208496 +65,-0.016085341510949383,0.4582082568029198,-1.7313989112268924,-0.014425460249185562,-0.4423418939113617,-0.8967304825782776,-0.11986342072486877,-0.035580553114414215,0.008943602442741394,0.0015775561332702637,-0.005030512809753418,0.005357801914215088 +66,-0.0199774780082202,0.42610995940568386,-1.7316221617181617,-0.018189892172813416,-0.4133317470550537,-0.9103988409042358,-0.5088862180709839,0.012882471084594727,0.039449311792850494,0.012025341391563416,-0.014509439468383789,0.01927030086517334 +67,-0.016901751986094386,0.36440726048346844,-1.7364071404026868,-0.01579114980995655,-0.35639554262161255,-0.934201717376709,-0.5615537762641907,0.0036957450211048126,-0.13067661225795746,0.007490366697311401,-0.005512416362762451,-0.004808902740478516 +68,-0.009438726821997869,0.34475322684446214,-1.737729532595303,-0.008883209899067879,-0.3379644453525543,-0.941116988658905,0.030680019408464432,0.06683538854122162,0.04148045554757118,-0.0075199902057647705,0.01922360062599182,-0.02500849962234497 +69,-0.00273155211368294,0.32712147529691876,-1.7414738520031992,-0.0025866979267448187,-0.32131847739219666,-0.9469676613807678,-0.3490603566169739,0.0965702086687088,-0.06927407532930374,0.0004504770040512085,-0.011948704719543457,0.012900888919830322 +70,0.006308780008486725,0.29730041081570185,-1.7515977457566942,0.006031978875398636,-0.2929401099681854,-0.95611172914505,-0.1621643602848053,8.124206215143204e-05,0.007511300966143608,0.005946174263954163,-0.009748488664627075,-0.029132962226867676 +71,0.0034417127034947854,0.28902381076936895,-1.753787982625041,0.0032989527098834515,-0.28501665592193604,-0.9585168957710266,-0.14482034742832184,-0.043135084211826324,-0.05309654399752617,0.0032318085432052612,-0.014589667320251465,0.0018060803413391113 +72,0.0021016175449035113,0.26563882196466426,-1.7617013289041812,0.0020279018208384514,-0.262525737285614,-0.9649228453636169,-0.27694836258888245,-0.0335264578461647,-0.10233445465564728,0.0037856996059417725,0.007673442363739014,-0.006375372409820557 +73,-0.0007148322693554905,0.26290163324521315,-1.7683092278422856,-0.0006902705645188689,-0.2598835825920105,-0.9656397104263306,0.06348367035388947,-0.03037591278553009,-0.03710000216960907,-0.005428507924079895,0.00011795759201049805,0.006395936012268066 +74,-0.0027131809478778577,0.2659895917774204,-1.767710296647084,-0.002617762889713049,-0.2628641724586487,-0.9648292660713196,0.00819217599928379,-0.017360422760248184,-0.039878372102975845,0.013268396258354187,0.01535138487815857,-0.021254658699035645 +75,-0.0033992627848418553,0.26896423829756183,-1.7709659867395067,-0.003277041483670473,-0.2657330632209778,-0.9640410542488098,0.12490513175725937,-0.02213837020099163,0.029377665370702744,-0.007709294557571411,-0.004774749279022217,-0.00394594669342041 +76,-0.005034112560588608,0.27237305678193274,-1.770927459867936,-0.00484851049259305,-0.26901775598526,-0.9631230235099792,0.010610176250338554,0.012906561605632305,0.016007743775844574,0.010158568620681763,0.0024619698524475098,0.000507056713104248 +77,-0.005201317907358174,0.2757917088366173,-1.7710885216393597,-0.005004737060517073,-0.2723088264465332,-0.9621968865394592,-0.028761304914951324,-0.0006172182038426399,-0.015949444845318794,-0.008102551102638245,-0.008910655975341797,0.013908922672271729 +78,-0.005381878895836252,0.27740214278202036,-1.7669114331676932,-0.005176105536520481,-0.27385804057121277,-0.96175616979599,0.07628262788057327,-0.04905340075492859,-0.0035924329422414303,0.018405482172966003,0.02117246389389038,-0.025807857513427734 +79,-0.006327853987378361,0.2791364002197555,-1.769947418676868,-0.0060828858986496925,-0.2755255699157715,-0.9612745046615601,0.048131443560123444,-0.00022496050223708153,0.018222056329250336,-0.011174812912940979,-0.015230655670166016,0.010590910911560059 +80,-0.00955330923741864,0.2764597022351969,-1.7727190965340083,-0.009190409444272518,-0.27295151352882385,-0.9619839191436768,0.005263165570795536,-0.10638986527919769,-0.044318024069070816,0.015034526586532593,0.005937933921813965,-0.025015592575073242 +81,-0.019158619508693336,0.28286569746465107,-1.7807419624284966,-0.018396122381091118,-0.27910861372947693,-0.9600833058357239,0.07858897000551224,-0.12321753054857254,-0.0367482528090477,-0.005575433373451233,-0.02081814408302307,0.011825859546661377 +82,-0.02843910611596774,0.2830233446747762,-1.7889740598710626,-0.027303989976644516,-0.27925997972488403,-0.9598272442817688,-0.0566980354487896,-0.013299306854605675,-0.03865528851747513,-0.0059296488761901855,-0.009161651134490967,0.0293768048286438 +83,-0.0307353441251224,0.27585091715092347,-1.7940355601378652,-0.02956870198249817,-0.2723657786846161,-0.9617393612861633,-0.08666541427373886,-0.0933677926659584,-0.12064917385578156,-0.006762474775314331,0.007961481809616089,-0.00720900297164917 +84,-0.032646023926786005,0.27349658022287,-1.800959983501194,-0.03142706677317619,-0.2700996994972229,-0.9623193144798279,-0.008045180700719357,0.017564401030540466,0.003022276097908616,0.006021186709403992,-0.0076102614402771,0.0007714629173278809 +85,-0.0305326695843215,0.2701799965173772,-1.8047259163724025,-0.029420459643006325,-0.26690492033958435,-0.9632737040519714,-0.08369190245866776,-0.0037610544823110104,-0.08316811919212341,-0.0059036388993263245,4.3958425521850586e-05,0.0035569071769714355 +86,-0.023957295485103836,0.27357695958664546,-1.8046899496528528,-0.023064132779836655,-0.27017709612846375,-0.9625343680381775,0.17026250064373016,0.01806134730577469,-0.004371458198875189,-0.003379344940185547,0.012456148862838745,-0.03088909387588501 +87,-0.027095303546235062,0.31317033469606603,-1.8053015224438516,-0.0257742777466774,-0.30807632207870483,-0.9510124325752258,0.41252830624580383,0.0732521191239357,0.02599741704761982,-0.006635397672653198,-0.012892305850982666,0.02248460054397583 +88,-0.025975821974236337,0.3651498446651595,-1.7913466655095165,-0.024260515347123146,-0.35708925127983093,-0.9337551593780518,0.723528265953064,0.06588451564311981,0.14783510565757751,-0.00041294097900390625,0.028781145811080933,-0.006964445114135742 +89,-0.02247571166471732,0.391559785691952,-1.7921354902346835,-0.020772887393832207,-0.3816305994987488,-0.9240814447402954,0.10006246715784073,-0.0752229169011116,-0.09086597710847855,-0.003503842279314995,0.000664442777633667,-0.022817909717559814 +90,-0.05070831469975942,0.4589296313941072,-1.7908876452945297,-0.04544190317392349,-0.4429887533187866,-0.8953747749328613,0.9625465869903564,-0.11314712464809418,-0.0928424671292305,-0.01336546242237091,0.04934251308441162,0.012608051300048828 +91,-0.0573061768478444,0.5255836113278406,-1.7988076790498158,-0.04954450577497482,-0.5017179250717163,-0.8636112809181213,0.5542306900024414,-0.23824390769004822,-0.15302570164203644,-0.001236751675605774,0.01984536647796631,-0.013189256191253662 +92,-0.060362671781158304,0.549944041171918,-1.8113583254704961,-0.05143117904663086,-0.5226395130157471,-0.8510010242462158,-0.5852811932563782,0.13395088911056519,-0.14825108647346497,-0.01628732681274414,0.00553441047668457,0.12124943733215332 +93,-0.031199841913321473,0.4083724214100813,-1.829747390043961,-0.02862958237528801,-0.39711612462997437,-0.9173217415809631,-1.2474122047424316,0.14618900418281555,0.03116176649928093,-0.012080863118171692,-0.047250330448150635,-0.07617801427841187 +94,-0.030107210172386913,0.3720377266277839,-1.8227624934953306,-0.028043294325470924,-0.3635145127773285,-0.9311663508415222,0.23652170598506927,0.048374637961387634,-0.03610952943563461,-0.007311314344406128,0.01746043562889099,-0.014863312244415283 +95,-0.023715214936851397,0.4076449393731377,-1.8096271020283248,-0.021769879385828972,-0.3964483439922333,-0.9177988767623901,0.5268144011497498,0.12726077437400818,0.07469181716442108,0.007731795310974121,-0.0017755329608917236,0.0019205808639526367 +96,-0.02816504155413027,0.4479034053086427,-1.7954234743167197,-0.02538340352475643,-0.4330767095088959,-0.9009996056556702,0.3055747151374817,-0.1940564513206482,0.034571513533592224,-0.004691675305366516,0.022996753454208374,-0.007722318172454834 +97,-0.03426209420689914,0.4679901511983568,-1.784223136611693,-0.030572138726711273,-0.451093465089798,-0.8919529318809509,-0.3573892414569855,0.024718256667256355,0.10020890086889267,0.01168176531791687,-0.031969308853149414,0.013565480709075928 +98,-0.03410302002976295,0.4153129874268095,-1.7817808696356787,-0.03119787760078907,-0.4034763276576996,-0.9144580364227295,0.05395188555121422,-0.0792706161737442,0.08208715915679932,-0.00223412923514843,-0.016094565391540527,-0.05819815397262573 +99,-0.03635061244825597,0.4262137013479473,-1.7779032929191068,-0.033091310411691666,-0.4134262204170227,-0.9099361300468445,-0.16650806367397308,-0.06230717897415161,-0.06859215348958969,0.018503904342651367,-0.007167041301727295,-0.010092556476593018 +100,-0.0366187421576438,0.4366778239365782,-1.7759848947392882,-0.03317508473992348,-0.42293137311935425,-0.9055542349815369,0.4960777163505554,-0.23753350973129272,0.0923413410782814,-0.012097746133804321,-0.03994399309158325,-0.12424618005752563 +101,-0.04537855069459101,0.49147974855234866,-1.762943451173583,-0.039993610233068466,-0.47193101048469543,-0.8807278871536255,0.17722845077514648,0.10912594199180603,0.014557438902556896,0.009857505559921265,0.008903056383132935,0.02928745746612549 +102,-0.02539665385295999,0.4591759111375385,-1.7599609081037413,-0.02276357263326645,-0.44320952892303467,-0.8961290121078491,-0.574307918548584,0.211997389793396,0.015051879920065403,-0.012438461184501648,-0.022427678108215332,-0.010807633399963379 +103,-0.02644438205946933,0.4603239952441396,-1.754975107658076,-0.023688988760113716,-0.4442383944988251,-0.895595371723175,0.3650197386741638,-0.015179152600467205,-0.019446179270744324,0.017249777913093567,0.025125235319137573,0.006465733051300049 +104,-0.02279248825444854,0.47547348905619674,-1.754587542839713,-0.020262502133846283,-0.45775946974754333,-0.8888451457023621,-0.08656811714172363,1.2301839888095856e-05,-0.0005332636646926403,-0.018616899847984314,-0.009357810020446777,0.01939934492111206 +105,-0.015678849264206773,0.4602404504064588,-1.7508524390290012,-0.014046822674572468,-0.44416356086730957,-0.8958356380462646,-0.11496104300022125,0.10831842571496964,0.06470618396997452,0.012993961572647095,0.009318560361862183,-0.015144586563110352 +106,-0.014868442295527869,0.4528405265636999,-1.7385900119729436,-0.01336932834237814,-0.4375215172767639,-0.8991085290908813,-0.12645074725151062,0.3158626854419708,0.2926158905029297,-0.019604921340942383,-0.039239346981048584,0.08004724979400635 +107,0.021579686568818663,0.39968794906336547,-1.7187740193172745,0.01987728662788868,-0.38913092017173767,-0.9209679961204529,-0.5538251399993896,0.4120471775531769,-0.20800484716892242,-0.05567440390586853,0.07997259497642517,0.01851743459701538 +108,0.08394292976286617,0.35869091774702555,-1.727074773085311,0.07850828766822815,-0.3510487675666809,-0.9330601096153259,-0.22563332319259644,0.26343873143196106,0.21216732263565063,0.05573853850364685,-0.005488097667694092,-0.07470661401748657 +109,0.10037541491536041,0.3185031002541318,-1.7209086893903622,0.09516706317663193,-0.31314530968666077,-0.9449250102043152,-0.6216183304786682,0.5193763375282288,0.4357042908668518,0.025880903005599976,-0.08806928992271423,0.06704109907150269 +110,0.15530332778273556,0.3021963191382645,-1.6341776749962542,0.14767049252986908,-0.29761770367622375,-0.9431951642036438,0.05803398787975311,0.8982343077659607,0.5159978270530701,-0.15301106870174408,0.04026299715042114,0.0660589337348938 +111,0.28813939472230954,0.28148712199079573,-1.604064281513374,0.27298489212989807,-0.2777845561504364,-0.9210401773452759,-0.7659564018249512,1.5552037954330444,0.028900984674692154,0.05037933588027954,0.0270063579082489,-0.01621568202972412 +112,0.38130785785747895,0.2655447953273156,-1.5979680377651377,0.35909125208854675,-0.26243501901626587,-0.8956457376480103,0.6218663454055786,0.5467467904090881,-0.011500641703605652,0.04009392857551575,0.00787264108657837,-0.07658326625823975 +113,0.37599948572207403,0.3753004965295546,-1.6562529702614335,0.34164416790008545,-0.36655211448669434,-0.8654009699821472,1.7910621166229248,-0.32244324684143066,0.05078404024243355,-0.030410677194595337,0.035161733627319336,-0.008866608142852783 +114,0.45937746395564394,0.5553961386337056,-1.7104204552118443,0.37674492597579956,-0.5272799134254456,-0.7616029381752014,3.1073896884918213,1.4005557298660278,0.4068647027015686,0.06478339433670044,-0.09183013439178467,-0.1814512014389038 +115,0.6938353969484004,0.842586745612239,-1.830281555044079,0.4256029725074768,-0.7463671565055847,-0.5116621851921082,2.1325087547302246,2.408245801925659,0.8312147259712219,-0.0873003900051117,0.11810183525085449,0.005406081676483154 +116,1.408236724992332,1.0952470182337424,-2.3016190346095162,0.451790988445282,-0.8890413641929626,-0.07409680634737015,3.2342848777770996,3.3872570991516113,1.5939990282058716,0.10346108675003052,-0.022167742252349854,-0.05320727825164795 +117,2.307857521630525,1.104103215946795,-2.9725844573921494,0.33315309882164,-0.8930610418319702,0.30240803956985474,2.466716766357422,3.0079996585845947,0.41017603874206543,0.0452038049697876,0.012949526309967041,-0.0212496817111969 +118,2.800889920322834,0.9708737036589116,2.9714211832544,0.18865367770195007,-0.8253793120384216,0.5321267247200012,2.28425669670105,2.655139923095703,0.8649643063545227,-0.026284903287887573,0.06962674856185913,-0.019538164138793945 +119,-3.1317451074253677,0.7252902810988343,2.7647807070018375,-0.007368865422904491,-0.6633526682853699,0.7482703924179077,2.461867094039917,1.033887505531311,1.0332366228103638,0.09638863801956177,-0.1420365571975708,-0.12058496475219727 +120,-3.0487854393634466,0.5595012212465914,2.7283461946497587,-0.07854308933019638,-0.530763566493988,0.8438725471496582,0.746385395526886,-0.17056360840797424,-0.6404818892478943,0.022970587015151978,0.03376954793930054,-0.16874754428863525 +121,-3.0813395532354746,0.4481755827170583,2.740243420488462,-0.05426959693431854,-0.433322012424469,0.8996036052703857,1.3104331493377686,0.36184489727020264,-0.028377259150147438,0.05672626942396164,-0.06664738059043884,0.04393875598907471 +122,-3.086518069367006,0.3597439153774946,2.7404824786769946,-0.05152304098010063,-0.3520345389842987,0.9345678687095642,0.9609311819076538,0.05670753866434097,-0.32994604110717773,0.0029848292469978333,0.021223992109298706,0.010393619537353516 +123,-3.0961058778584833,0.2865694818665585,2.782958077685516,-0.04361674189567566,-0.2826632857322693,0.9582269787788391,0.3936121463775635,-0.054534438997507095,-0.07061374932527542,0.03191325441002846,-0.11363795399665833,0.020532727241516113 +124,-3.102068930681997,0.24438884796032215,2.7952391676754793,-0.03833930566906929,-0.24196337163448334,0.9695276021957397,0.027203107252717018,-0.29110562801361084,-0.07895505428314209,-0.0017607882618904114,-0.023005470633506775,0.03595024347305298 +125,-3.0945919418411925,0.20765676680982761,2.794023093505043,-0.04597404599189758,-0.2061675786972046,0.9774360060691833,0.6177876591682434,0.33473554253578186,-0.08242622017860413,0.012374196201562881,-0.00284731388092041,0.0087699294090271 +126,-3.0968629051747336,0.18349050339556353,2.7954001522298317,-0.0439641997218132,-0.18246258795261383,0.9822294116020203,0.15251362323760986,-0.1099017933011055,0.1085745170712471,0.0363500639796257,-0.040941327810287476,-0.0036527514457702637 +127,-3.1173023452714546,0.17466680543644572,2.7869019715992502,-0.02391837164759636,-0.17378002405166626,0.9844942092895508,0.394221693277359,-0.0790354311466217,0.030683765187859535,-0.02049996703863144,0.005307689309120178,-0.02564692497253418 +128,-3.1235982502649287,0.1411566951098105,2.7888815581583164,-0.01781446486711502,-0.14068840444087982,0.9898934364318848,0.46177294850349426,0.2544214129447937,0.01835917867720127,-0.02260606363415718,-0.02242802083492279,0.08441668748855591 +129,-3.126567685080898,0.14299321633716724,2.803617999599579,-0.014871064573526382,-0.1425064206123352,0.9896823167800903,-0.4737853407859802,-0.29364246129989624,0.009407883509993553,0.034631192684173584,-0.03480073809623718,0.005984306335449219 +130,-3.118809688085256,0.1396923670966875,2.8138208813966363,-0.022559072822332382,-0.13923849165439606,0.9900014996528625,0.36488422751426697,0.2854387164115906,-0.13444767892360687,0.03360644355416298,-0.02908116579055786,-0.04323983192443848 +131,-3.0970627069517263,0.10688168476197991,2.822284403560808,-0.04426119476556778,-0.106678307056427,0.9933076500892639,0.043883636593818665,-0.03994813933968544,-0.01607057824730873,-0.009770166128873825,-0.03217665106058121,0.020821690559387207 +132,-3.1078801084490992,0.10874153254781861,2.8500754090518186,-0.033507075160741806,-0.10852735489606857,0.9935286641120911,0.3223225474357605,0.22384494543075562,-0.42276531457901,0.017576899379491806,0.01492992788553238,-0.04472184181213379 +133,-3.1154696802194173,0.08259435159542987,2.8563207985570864,-0.02603096328675747,-0.08250047266483307,0.9962511658668518,0.13388338685035706,-0.3410972058773041,0.28154927492141724,0.09005683660507202,-0.08304215222597122,-0.03287208080291748 +134,3.136591029984403,0.09036708484596565,2.843475500882383,0.004981193691492081,-0.09024414420127869,0.9959070682525635,-0.2669813930988312,-0.1730537861585617,-0.1332758218050003,-0.07260815054178238,0.04858766496181488,0.1316714882850647 +135,-3.132668119125012,0.10344777741158376,2.854978396844271,-0.008876705542206764,-0.10326337069272995,0.99461430311203,0.10616041719913483,0.3014419376850128,0.03619389981031418,0.05987158045172691,-0.04901933670043945,-0.10894852876663208 +136,-3.1338988242340777,0.08866906426119257,2.8464469412609423,-0.007663528434932232,-0.08855292201042175,0.996042013168335,0.2284228652715683,-0.1533823311328888,0.20515073835849762,0.046634476631879807,-0.04322198033332825,-0.03122878074645996 +137,3.1314515872684168,0.08473279098371422,2.828265656924894,0.010104512795805931,-0.08463143557310104,0.9963613152503967,-0.3325168788433075,-0.12265727669000626,-0.01138470508158207,-0.10628066211938858,0.09731148183345795,0.1936413049697876 +138,-3.126232418254345,0.10785887826671575,2.8435915321744503,-0.015270371921360493,-0.10764987021684647,0.9940714240074158,-0.27590250968933105,0.058455951511859894,-0.18616265058517456,0.06718077510595322,-0.03840723633766174,-0.1287151575088501 +139,-3.138085292066011,0.1043176876854144,2.8362628741707745,-0.0034882882609963417,-0.10412859171628952,0.9945578575134277,0.4974481165409088,0.05286417528986931,0.28014466166496277,0.027887091040611267,-0.021100305020809174,0.0002084970474243164 +140,3.123900485273706,0.11593510778258524,2.8267661478196686,0.01757248304784298,-0.11567556858062744,0.9931314587593079,-0.4695368707180023,-0.41941237449645996,0.07644325494766235,-0.02575119584798813,-0.004716254770755768,0.07921034097671509 +141,3.1166615313796795,0.1532096890262799,2.8245765849159383,0.024636533111333847,-0.15261100232601166,0.9879791736602783,-0.5129116177558899,-0.1627749800682068,0.06903929263353348,0.06429168581962585,-0.02048468589782715,-0.016940414905548096 +142,3.1286397673675457,0.17861079982445088,2.810041278007009,0.01274646632373333,-0.17766264081001282,0.9840087294578552,0.08503134548664093,0.4843709468841553,0.26852697134017944,-0.01720203459262848,-0.008509799838066101,-0.04777538776397705 +143,-3.1353014060258797,0.18504317942974563,2.8037643927524885,-0.006183804478496313,-0.18398897349834442,0.9829088449478149,0.1541193425655365,0.3472701907157898,-0.013898842968046665,-0.0061910729855299,0.02514497935771942,0.03732430934906006 +144,-3.0720913041255455,0.1638092721132807,2.7899061064728974,-0.06851576268672943,-0.16307765245437622,0.9842313528060913,-0.20497047901153564,0.3437801003456116,0.42992284893989563,0.09257887303829193,-0.10141818225383759,0.01839315891265869 +145,-2.9961710881335364,0.17568394088563016,2.7349051653949727,-0.14267905056476593,-0.17478159070014954,0.9742149710655212,0.10944259166717529,0.8687924742698669,0.7827344536781311,0.09310321509838104,-0.028648629784584045,0.021070361137390137 +146,-2.923580376617941,0.18193269220200348,2.6601184868018817,-0.21271976828575134,-0.1809307038784027,0.9602161049842834,-0.18839256465435028,-0.05177910998463631,0.054277267307043076,-0.024966418743133545,0.24274401366710663,-0.09792637825012207 +147,-2.9273287691909955,0.20463266245209608,2.665357593555154,-0.2081918567419052,-0.20320750772953033,0.9567459225654602,0.08322048932313919,0.3457232117652893,-0.2655055522918701,-0.0295858234167099,0.04967358708381653,0.05152428150177002 +148,-2.88380366733951,0.2000538851468582,2.6750238139070803,-0.24985864758491516,-0.19872213900089264,0.9476710557937622,-0.7307987213134766,-0.13467788696289062,-0.14424161612987518,0.09725546836853027,0.04869769513607025,-0.08818912506103516 +149,-2.945033791547803,0.18783790563875627,2.7706449674649627,-0.1918603479862213,-0.18673527240753174,0.9634930491447449,1.7010101079940796,1.2676831483840942,-0.6207425594329834,-0.07056024670600891,-0.01262076199054718,0.11603540182113647 +150,-2.9084626423413082,0.10669844514954856,2.7649131791272565,-0.2297101765871048,-0.10649611055850983,0.9674149751663208,-0.6842777132987976,-0.6839830875396729,-0.10037494450807571,0.006687715649604797,0.028096452355384827,0.11614203453063965 +151,-2.9587090497700896,0.15439639560961238,2.745128066131078,-0.17970246076583862,-0.15378370881080627,0.9716262817382812,-0.42764517664909363,-0.5777339935302734,0.3395721912384033,0.03807038068771362,-0.005441755056381226,-0.01422882080078125 +152,-2.941843745044132,0.14257047655361166,2.7167071031414682,-0.19641007483005524,-0.14208798110485077,0.9701724052429199,0.39373505115509033,0.15320976078510284,0.21871264278888702,-0.005189076066017151,0.022642165422439575,-0.06264054775238037 +153,-2.9891494751287038,0.14739551511538385,2.712186494414845,-0.15020690858364105,-0.14686238765716553,0.9776859283447266,-0.023545194417238235,-0.48134616017341614,0.00039987824857234955,0.0055688172578811646,0.00477251410484314,0.02042222023010254 +154,-3.012546169736191,0.1466172298166779,2.722041841536023,-0.12730790674686432,-0.1460925042629242,0.9810451865196228,-0.08518974483013153,-0.25107043981552124,-0.07000565528869629,0.018863707780838013,-0.027766123414039612,-0.018597066402435303 +155,-3.037592008539624,0.15836064454315674,2.7256828807662,-0.10251428186893463,-0.1576995700597763,0.9821517467498779,-0.1616617888212204,-0.38868167996406555,-0.06894420087337494,0.01177024096250534,0.0010985881090164185,0.009959697723388672 +156,-3.0453077296751925,0.15939438722929744,2.7290135332234087,-0.09491754323244095,-0.15872029960155487,0.9827502965927124,0.04632158949971199,0.2717127501964569,0.12805241346359253,-0.0014264434576034546,-0.02696387469768524,0.03710120916366577 +157,-3.0173943128921845,0.13881212088191003,2.7118335744584634,-0.12268766015768051,-0.13836675882339478,0.9827520847320557,0.4850190281867981,0.2863842248916626,0.1987166553735733,0.004737250506877899,-0.011901766061782837,0.005040526390075684 +158,-2.958494509695669,0.06734609127808608,2.6892446773335807,-0.18166407942771912,-0.06729519367218018,0.981055498123169,0.5175962448120117,0.7282077074050903,0.48725655674934387,0.0026174336671829224,-0.04272068291902542,0.0042961835861206055 +159,-2.914216995270138,0.03425045340882959,2.6607003579871846,-0.22528930008411407,-0.034243758767843246,0.9736899137496948,-0.24178245663642883,-0.05508633330464363,0.0724000409245491,-0.012137457728385925,0.016513042151927948,-0.015392184257507324 +160,-2.920167171497685,0.05593444472194824,2.6463564070060475,-0.21927709877490997,-0.055905282497406006,0.9740598201751709,-0.01172635518014431,-0.05496930330991745,0.08067552000284195,0.02288118004798889,-0.003771848976612091,-0.025237679481506348 +161,-2.915687825063048,0.03131355578186194,2.635216614066874,-0.2238784283399582,-0.03130843862891197,0.9741138219833374,0.22894564270973206,0.09123111516237259,0.2036130130290985,0.042878732085227966,-0.058031756430864334,0.07216578722000122 +162,-2.9134606521375774,0.03657889973351371,2.5955023666225894,-0.22600708901882172,-0.03657074272632599,0.9734392166137695,-0.43511560559272766,-0.033235546201467514,0.29754242300987244,-0.06627507507801056,0.04064483195543289,-0.03422999382019043 +163,-2.9194957893166626,0.049741927975415545,2.5730897030290487,-0.22000302374362946,-0.04972141981124878,0.9742312431335449,0.12728026509284973,-0.008862539194524288,0.002241135109215975,-0.06367312371730804,0.07094639539718628,-0.022220134735107422 +164,-2.914574330314023,0.0404511512535307,2.5906699395962245,-0.22488924860954285,-0.04044011980295181,0.9735448360443115,-0.022534623742103577,0.10417839884757996,-0.1984681636095047,0.0016226470470428467,-0.021220646798610687,0.03654122352600098 +165,-2.9108293626666795,0.0523267923474602,2.6023385458272386,-0.22840756177902222,-0.05230291560292244,0.9721595048904419,0.09817758202552795,0.0499453991651535,-0.11516278982162476,0.011702284216880798,0.011500924825668335,-0.01715785264968872 +166,-2.9058778519124493,0.049192560224170255,2.6080359528551162,-0.23325565457344055,-0.049172721803188324,0.9711717367172241,-0.15865623950958252,0.00954857375472784,0.03551133722066879,-0.0019586682319641113,-0.006064116954803467,0.010960578918457031 +167,-2.8927335824452136,0.04261943460188929,2.6105962789811765,-0.2460746467113495,-0.04260653257369995,0.9683138132095337,0.25889697670936584,0.10237941890954971,-0.02204832434654236,0.02132798731327057,-0.03660183399915695,-0.028250515460968018 +168,-2.9035664079192403,0.05937833535659353,2.6102525536152266,-0.23536939918994904,-0.059343449771404266,0.9700923562049866,-0.1504640132188797,0.04461900517344475,-0.03577427566051483,-0.003476351499557495,0.006441246718168259,0.056671321392059326 +169,-2.8909508784258224,0.06555211352292681,2.6127917707575543,-0.24749310314655304,-0.06550517678260803,0.9666730761528015,-0.13133016228675842,-0.04345978796482086,-0.0924079418182373,0.0008194297552108765,0.010573513805866241,-0.03205668926239014 +170,-2.889087429178799,0.06703676517069146,2.6098163357031385,-0.24926938116550446,-0.0669865682721138,0.9661146998405457,0.14595994353294373,0.07452567666769028,0.08917520195245743,0.041429415345191956,-0.015136241912841797,-0.04333949089050293 +171,-2.890273483053393,0.06662207170122973,2.606196370083967,-0.2481302171945572,-0.06657280027866364,0.9664364457130432,-0.07076482474803925,-0.043195247650146484,0.02334280125796795,-0.003914445638656616,-0.007844313979148865,0.03585231304168701 +172,-2.884893946964815,0.06666592141391767,2.6050166931572076,-0.25332483649253845,-0.06661655008792877,0.9650847911834717,0.0028658155351877213,0.09852134436368942,0.026131972670555115,-4.735589027404785e-05,-0.018878445029258728,0.0049315690994262695 +173,-2.881442013225047,0.06452090023112478,2.601689974974996,-0.25669097900390625,-0.0644761398434639,0.9643407464027405,0.05725349858403206,-0.05451678857207298,0.05222848802804947,0.008155792951583862,-0.006309382617473602,-0.05438268184661865 +174,-2.8825198727186425,0.060909444472860313,2.592495368922702,-0.25570929050445557,-0.06087179109454155,0.9648353457450867,0.02028847485780716,0.10264724493026733,0.13111698627471924,-0.015286773443222046,-0.004786774516105652,0.052727460861206055 +175,-2.8716796840975265,0.05727865291754779,2.587030659170133,-0.2662101686000824,-0.0572473369538784,0.9622132182121277,-0.008896305225789547,0.07078337669372559,0.08364199846982956,2.065300941467285e-05,-0.001865193247795105,-0.025842666625976562 +176,-2.8680765569929028,0.056577307916607616,2.577247958024549,-0.2696863114833832,-0.0565471276640892,0.9612865447998047,-0.06389432400465012,0.07131052017211914,0.117996945977211,-0.009183317422866821,-0.012971915304660797,0.026414871215820312 +177,-2.862898750802846,0.061536485737761125,2.5651954514681647,-0.2745795249938965,-0.061497654765844345,0.9595959186553955,0.023350749164819717,-0.004470063839107752,0.04250320419669151,-0.013659030199050903,0.03802963346242905,-0.04181015491485596 +178,-2.866876268149008,0.0516097836472585,2.5687405036161093,-0.27091270685195923,-0.05158687382936478,0.961220383644104,0.027566365897655487,-0.09371623396873474,0.02579544298350811,0.011726975440979004,-0.03293154761195183,0.015738606452941895 +179,-2.8669431788729582,0.04166276365983821,2.569608653409167,-0.27097412943840027,-0.04165071249008179,0.9616847634315491,-0.07437092065811157,-0.10397980362176895,0.019665615633130074,-0.04263967275619507,-0.022741366177797318,-0.009475648403167725 +180,-2.858844622377445,0.04119124075829926,2.5528549216987426,-0.2787589132785797,-0.0411795936524868,0.9594777226448059,-0.08670872449874878,0.09175413846969604,0.3050064444541931,0.04117962718009949,-0.024494223296642303,0.04497772455215454 +181,-2.8503695935001234,0.05467803785902857,2.523635822718032,-0.28669485449790955,-0.05465079843997955,0.9564617276191711,-0.5271444320678711,-0.2154771238565445,0.1427084356546402,0.02259579300880432,0.0011992789804935455,-0.04621410369873047 +182,-2.864595955296696,0.09345736458149012,2.4677378576833306,-0.2722746431827545,-0.09332137554883957,0.9576833844184875,0.3585064709186554,0.31687861680984497,0.5756232142448425,0.042050063610076904,-0.008012227714061737,-0.0204123854637146 +183,-2.839730882126542,0.07032345606201489,2.447652530719584,-0.2965634763240814,-0.0702655091881752,0.9524247646331787,-0.1092006266117096,0.032141584903001785,0.06608733534812927,-0.04135763645172119,0.057310789823532104,-0.05296492576599121 +184,-2.8375674864091724,0.05986716192269541,2.4594743059701365,-0.2988269329071045,-0.0598314069211483,0.952430009841919,0.2712215185165405,0.06168658658862114,-0.15945816040039062,-0.011338531970977783,0.007051244378089905,0.014672160148620605 +185,-2.8304449173898685,0.044786369425954334,2.486788322583102,-0.3058444559574127,-0.04477139934897423,0.9510281682014465,0.13530869781970978,0.05242864042520523,-0.1851603090763092,0.020535647869110107,-0.024228844791650772,-0.004815459251403809 +186,-2.8328583509092446,0.03543643326078427,2.506837967661726,-0.3036622703075409,-0.03542901575565338,0.952120840549469,0.14308345317840576,-0.02390711009502411,-0.17982743680477142,-0.006335258483886719,-0.02015874907374382,0.012875497341156006 +187,-2.8312371305450643,0.03188014888469476,2.52024340035578,-0.3052419424057007,-0.031874749809503555,0.9517410397529602,0.1950291246175766,0.048975441604852676,-0.18791572749614716,-0.0003915131092071533,0.034758664667606354,-0.02455615997314453 +188,-2.8366401688358103,0.0016727592997165795,2.5652917463049074,-0.30024752020835876,-0.001672758487984538,0.9538601040840149,0.5632044672966003,-0.12821626663208008,-0.3612646758556366,0.0273745059967041,-0.007986053824424744,-0.010836243629455566 +189,-2.8593824727703727,-0.005016306692482281,2.608200837621927,-0.27847564220428467,0.005016285460442305,0.960430383682251,-0.15184050798416138,-0.3858747184276581,-0.5145063400268555,-0.01861301064491272,0.028232619166374207,-0.007213711738586426 +190,-2.8861339939578055,0.010734303501448685,2.6414666669622284,-0.2526746392250061,-0.010734097100794315,0.9674916863441467,-0.4145217537879944,-0.25077706575393677,-0.2651509642601013,0.01636180281639099,-0.02664993703365326,0.1152108907699585 +191,-2.9017157509764986,0.12271513282230699,2.634679993125083,-0.23579645156860352,-0.12240736931562424,0.9640626311302185,-1.4340287446975708,-0.13100190460681915,-0.28402671217918396,-0.02795177698135376,0.07640208303928375,0.04442143440246582 +192,-2.864763487894931,0.15745274731444114,2.641269546098516,-0.2699261009693146,-0.1568029820919037,0.9500278234481812,0.5730085968971252,0.33103233575820923,-0.022721942514181137,0.11793330311775208,-0.043712764978408813,-0.36151158809661865 +193,-2.903498655519642,0.08566806488699165,2.6436552768671455,-0.234985813498497,-0.08556331694126129,0.9682251214981079,0.8378616571426392,-0.6086609363555908,0.29066964983940125,-0.02349799871444702,-0.002647712826728821,-0.017465591430664062 +194,-2.947270364472429,0.05906231022583853,2.6404411293913217,-0.19276492297649384,-0.05902797728776932,0.9794679284095764,-0.07333789020776749,0.11782918125391006,0.00037903012707829475,-0.049437835812568665,0.01781398430466652,0.3153928518295288 +195,-2.9142658100529304,0.09654346853461492,2.6383338980617523,-0.22432449460029602,-0.09639356285333633,0.9697356224060059,-0.48829931020736694,0.21129746735095978,-0.0032922346144914627,0.07198071479797363,-0.04366687685251236,-0.09513223171234131 +196,-2.9101183778554387,0.08121015125923091,2.6284097417108128,-0.22865669429302216,-0.08112091571092606,0.9701216220855713,0.43117791414260864,-0.34752121567726135,0.21321570873260498,0.025897830724716187,0.010762624442577362,-0.1565990447998047 +197,-2.935828793238245,0.07566704207254513,2.6293372721690225,-0.20373035967350006,-0.07559485733509064,0.9761042594909668,-0.4199737012386322,0.013519820757210255,-0.222788006067276,-0.05479931831359863,0.013094857335090637,0.1740727424621582 +198,-2.9291185969629283,0.11055953661805677,2.6423355215300064,-0.20959149301052094,-0.11033444106578827,0.9715442061424255,0.08928698301315308,-0.05106247588992119,-0.07911121100187302,0.09684425592422485,-0.037813156843185425,-0.1866166591644287 +199,-2.9464438480658033,0.06797083090321203,2.643545501382337,-0.1934647560119629,-0.06791850179433823,0.9787535071372986,0.22306226193904877,-0.2538699507713318,0.09135749936103821,-0.0364241749048233,0.0032822787761688232,0.06346750259399414 +200,-2.9632302087308626,0.06975877627754008,2.6446826222970845,-0.1769866943359375,-0.06970221549272537,0.9817417860031128,-0.06143171340227127,0.07237229496240616,-0.05052565410733223,-0.006698578596115112,0.01077277958393097,0.08239072561264038 +201,-2.9503846367613735,0.07693270350543356,2.645052301807959,-0.1894828975200653,-0.0768568366765976,0.9788713455200195,-0.11019179970026016,0.04423797130584717,-0.009286932647228241,0.025069460272789,-0.017472989857196808,-0.05646234750747681 +202,-2.957012513667243,0.06922854956950779,2.6430251676289527,-0.18309423327445984,-0.06917326897382736,0.9806588888168335,0.2830654978752136,-0.019886815920472145,0.10327433794736862,0.011738017201423645,-0.011606767773628235,-0.013602495193481445 +203,-2.956314147541144,0.07476813764361827,2.6415002953097946,-0.18370558321475983,-0.07469849288463593,0.9801388382911682,-0.34113773703575134,0.22248293459415436,0.01371812354773283,-0.014826521277427673,-0.027962632477283478,0.15770894289016724 +204,-2.9352579034936355,0.08836829137948798,2.636422573020305,-0.2040744125843048,-0.08825332671403885,0.9749694466590881,0.22792509198188782,0.07291245460510254,0.13600751757621765,0.09469936788082123,-0.036685653030872345,-0.1532682180404663 +205,-2.9296701614635388,0.06207667082069429,2.6173079125029486,-0.20993459224700928,-0.06203680858016014,0.9757451415061951,-0.1452755630016327,-0.02881922386586666,0.110920250415802,-0.07853277027606964,0.030573204159736633,0.1016625165939331 +206,-2.9279769524340185,0.07606597456287174,2.6208527952628002,-0.21138177812099457,-0.0759926438331604,0.9744448661804199,0.14356370270252228,-0.03547048196196556,-0.1643509715795517,0.005571261048316956,0.028202123939990997,-0.0943637490272522 +207,-2.935375925506785,0.05935262795638528,2.6320159959090805,-0.20439769327640533,-0.05931778624653816,0.977088987827301,-0.04178948700428009,-0.10056745260953903,0.021040989086031914,0.015615954995155334,-0.03472212702035904,0.0589827299118042 +208,-2.9429866748339033,0.07577181120550203,2.6376039603414916,-0.19673678278923035,-0.0756993293762207,0.9775296449661255,-0.10713104158639908,0.021921664476394653,-0.11439256370067596,-0.00934840738773346,0.0112919881939888,0.005731403827667236 +209,-2.945722495999011,0.06428974857703519,2.6508954899071226,-0.19421805441379547,-0.06424546986818314,0.9788522720336914,0.22420403361320496,-0.14740103483200073,-0.041516322642564774,0.02954523265361786,-0.04432079941034317,-0.06463724374771118 +210,-2.968586316519633,0.06736929063277534,2.651575561376289,-0.17175410687923431,-0.06731834262609482,0.9828372597694397,-0.01920951157808304,-0.07870902121067047,-0.03407049924135208,-0.027449429035186768,0.04459799826145172,0.11469709873199463 +211,-2.94846347084194,0.08476807193404072,2.652374174428051,-0.19124171137809753,-0.08466658741235733,0.9778847098350525,-0.4569563865661621,0.2795432209968567,-0.10178931057453156,0.028827130794525146,-0.01999344676733017,0.06310057640075684 +212,-2.9406363113682428,0.1115740003751629,2.6553170431969675,-0.19836542010307312,-0.111342653632164,0.973783552646637,0.3413532078266144,-0.1764460802078247,0.04780179262161255,0.06839102506637573,-0.0012824833393096924,-0.25013530254364014 +213,-2.9680519318243515,0.06343290105261422,2.65160212426019,-0.17232370376586914,-0.06339036673307419,0.9829986691474915,0.018025292083621025,-0.2914799451828003,-0.05694760009646416,-0.09562064707279205,0.04831467568874359,0.17430424690246582 +214,-2.9626271077385744,0.08094870356582724,2.66268037611661,-0.17742876708507538,-0.08086032420396805,0.9808057546615601,-0.15688811242580414,0.22097820043563843,-0.1461656391620636,0.03996238112449646,0.0008737817406654358,-0.007646322250366211 +215,-2.9575860649387784,0.08576790159039469,2.667116264154057,-0.1822974681854248,-0.08566278964281082,0.9795050024986267,0.16994386911392212,-0.0816291868686676,0.10018380731344223,0.06825324892997742,-0.05645758658647537,-0.11027264595031738 +216,-2.972488500077657,0.07693201240006878,2.65314694695735,-0.16780157387256622,-0.07685614377260208,0.9828203916549683,0.006980885751545429,-0.024669498205184937,0.08304952830076218,-0.07473689317703247,0.07458258420228958,0.09986698627471924 +217,-2.962960709579783,0.08981963442210994,2.6570598947648474,-0.17696721851825714,-0.0896989107131958,0.9801208972930908,-0.22817879915237427,0.05845970660448074,-0.11603736132383347,0.016383707523345947,-0.006736643612384796,-0.02402031421661377 +218,-2.9651628109408277,0.08327900206134944,2.6600526990677893,-0.17490766942501068,-0.08318277448415756,0.9810646772384644,0.23792614042758942,-0.1780976951122284,0.047252196818590164,0.03249742090702057,-0.007439166307449341,-0.08912748098373413 +219,-2.9756201642621094,0.06564422650090905,2.6535464223940957,-0.16485576331615448,-0.06559709459543228,0.984134316444397,-0.030333993956446648,0.1427886188030243,-0.007341822609305382,-0.058212533593177795,0.030013568699359894,0.17258906364440918 +220,-2.9644592330150883,0.09791875001106118,2.6523236278558837,-0.17536455392837524,-0.0977623462677002,0.979637861251831,-0.18687106668949127,0.052811481058597565,-0.0669267326593399,0.026545539498329163,0.0164329931139946,-0.10308122634887695 +221,-2.9715492943724646,0.0745505785146086,2.6566671812671014,-0.16875503957271576,-0.0744815394282341,0.9828398823738098,0.2727007269859314,-0.16363108158111572,0.10460581630468369,0.006386265158653259,-0.0245174840092659,-5.1856040954589844e-05 +222,-2.974972429066313,0.07271004167564736,2.657134544834512,-0.16541209816932678,-0.07264599204063416,0.9835451245307922,-0.15338711440563202,0.1361640840768814,-0.05601823329925537,-0.004464000463485718,0.016081668436527252,0.08803367614746094 +223,-2.952082762834599,0.0957662584025648,2.654696071222377,-0.18751439452171326,-0.09561994671821594,0.9775964617729187,-0.29048922657966614,0.26924580335617065,0.10216305404901505,0.033599019050598145,-0.037024691700935364,0.017337441444396973 +224,-2.907769370257844,0.14882418897280095,2.6345122691638725,-0.22913727164268494,-0.14827542006969452,0.9620345234870911,-1.2609155178070068,0.4760124683380127,-0.017766956239938736,-0.034961849451065063,0.02071194350719452,0.13514864444732666 +225,-2.8288071372828596,0.292011853732706,2.60021112809799,-0.2946837842464447,-0.28787949681282043,0.911200761795044,-0.2282787710428238,2.167381525039673,0.40093889832496643,0.11446225643157959,0.021979868412017822,-0.00861293077468872 +226,-2.510504760089486,0.10418112927669916,2.591339409698091,-0.5868242979049683,-0.1039927750825882,0.8030083775520325,1.1262253522872925,2.783437967300415,0.812443196773529,0.03601258993148804,-0.04500928521156311,-0.017150402069091797 +227,-2.412825690925185,0.09234722081928844,2.561152370662039,-0.6631128191947937,-0.09221602231264114,0.7428175806999207,-0.9621655941009521,-1.3062448501586914,-0.31730177998542786,0.07256704568862915,0.09519145637750626,-0.2107892632484436 +228,-2.809825014571113,0.485945647507555,2.524218380387889,-0.2880079448223114,-0.46704474091529846,0.8360146284103394,-6.578205108642578,-6.166222095489502,-3.0017597675323486,-0.1920945644378662,0.020862549543380737,0.12918001413345337 +229,2.2899006882957917,1.0557836464275767,-3.1170934159828585,0.37058958411216736,-0.8702864646911621,0.3244454264640808,-8.585270881652832,-9.19903564453125,-3.1486740112304688,0.16273561120033264,-0.05076456069946289,-0.021985650062561035 +230,0.6168318390779595,0.6448569680734834,-1.7430395305691047,0.46229204535484314,-0.6010841131210327,-0.6519080400466919,-6.107509136199951,-1.7988179922103882,-0.9961882829666138,-0.24047502875328064,0.015177130699157715,0.059943318367004395 +231,0.586257927678424,0.37579768089840004,-1.5934178691840646,0.5146393775939941,-0.36701464653015137,-0.7748848795890808,-0.7982315421104431,0.9325501918792725,0.32286107540130615,-0.03441476821899414,-0.003148317337036133,-0.11300879716873169 +232,0.6432057844093835,0.3547631440801232,-1.4146350704812922,0.5624157190322876,-0.3473682701587677,-0.7503491640090942,-0.5772859454154968,-0.4651871621608734,1.2476568222045898,-0.013190865516662598,0.06408882141113281,-0.38981807231903076 +233,0.4961476921510409,0.37483563974294715,-1.2449669140412378,0.44298869371414185,-0.3661195933818817,-0.8183627128601074,-0.37045207619667053,-1.327562689781189,1.8019092082977295,0.19231098890304565,-0.10739114880561829,-0.05987215042114258 +234,0.35292769211827363,0.32043680083482984,-1.148140607449366,0.3280524015426636,-0.3149811625480652,-0.8906000852584839,-0.75677889585495,-0.6469631791114807,-0.6429731249809265,0.021816372871398926,-0.18620902299880981,-0.0006047487258911133 +235,0.25470188978315916,0.17871494726624965,-1.203603371829411,0.24794399738311768,-0.1777651309967041,-0.9523252248764038,-1.3247684240341187,-0.4881569743156433,-0.340410053730011,0.042705416679382324,-0.2961575984954834,0.08129251003265381 +236,0.21641726742085224,0.13317364045626082,-1.1640063832791214,0.21283049881458282,-0.13278034329414368,-0.9680250883102417,0.24187453091144562,-0.7148241400718689,0.641393780708313,-0.03215119242668152,0.06109455227851868,-0.1205216646194458 +237,0.1326725204955695,0.16874336620646058,-1.054735986624194,0.1304047703742981,-0.16794370114803314,-0.9771333336830139,-0.08413616567850113,-0.05090920999646187,1.0116466283798218,0.0012633204460144043,0.03154538571834564,0.09007889032363892 +238,0.1473766863996595,0.12590028042606793,-0.9725404542184687,0.1456815004348755,-0.1255679428577423,-0.9813305139541626,-0.9264241456985474,-0.00914144329726696,0.6104687452316284,-0.008230328559875488,-0.06007048487663269,-0.0829547643661499 +239,0.12058927202691999,0.05303260987974163,-0.898089443946488,0.1201280951499939,-0.05300775542855263,-0.9913422465324402,-0.51969975233078,-0.541222095489502,0.8611685633659363,0.031178057193756104,0.008635196834802628,-0.06387931108474731 +240,0.025224389884687896,0.02696351662463492,-0.8353713806767243,0.025212546810507774,-0.026960249990224838,-0.9993184804916382,-0.6045309901237488,-1.0232868194580078,0.1313244104385376,0.08883164077997208,-0.014589430764317513,-0.06168609857559204 +241,-0.01023794542243356,-0.016034489651369676,-0.8374208046613848,-0.010236450470983982,0.016033802181482315,-0.9998190402984619,0.22631461918354034,0.2854069471359253,-0.0470271110534668,-0.05035620182752609,0.07561048865318298,0.2603781223297119 +242,0.040372015995683554,0.03180605390974807,-0.8396391188745406,0.04034063592553139,-0.03180069103837013,-0.9986798167228699,0.03701263293623924,0.47658830881118774,-0.040027204900979996,0.0027807019650936127,-0.09515243768692017,-0.16741210222244263 +243,0.01690813340896576,0.01993309464862654,-0.8177522724430675,0.016903968527913094,-0.019931774586439133,-0.9996584057807922,-0.10037686675786972,-0.7206568121910095,0.43943971395492554,0.028689289465546608,-0.05234910547733307,-0.1554776430130005 +244,-0.02896257413680578,0.01240333237495136,-0.8095891573501836,-0.028956297785043716,-0.012403014115989208,-0.9995037317276001,0.14326287806034088,0.21075350046157837,-0.0742078647017479,-0.07252991199493408,0.12525701522827148,0.2927166223526001 +245,0.021793174529578588,0.029560707006481585,-0.7987770053447786,0.021781928837299347,-0.029556401073932648,-0.9993257522583008,0.008915229700505733,0.4087013602256775,-0.06423834711313248,0.03723906725645065,-0.04556261748075485,-0.12454509735107422 +246,0.028402414661344546,0.006644634603352573,-0.8082642983332687,0.028397969901561737,-0.006644585635513067,-0.999574601650238,-0.18372157216072083,-0.2262307107448578,-0.052693337202072144,0.03532273322343826,-0.030602119863033295,-0.13421446084976196 +247,-0.00725235322309559,-0.002237862510421503,-0.8195418335319077,-0.0072522712871432304,0.002237860579043627,-0.9999712109565735,0.06570831686258316,0.015999548137187958,-0.04198804870247841,-0.041484300047159195,0.02605193480849266,0.2023943066596985 +248,0.03360403482159746,0.0009590946075488613,-0.8062439164760039,0.03359769657254219,-0.0009590944391675293,-0.9994350075721741,-0.20211654901504517,0.7151424884796143,-0.03176415339112282,-0.025800451636314392,-0.010393444448709488,-0.05566447973251343 +249,0.034186911592810905,-0.0210707951608478,-0.814787947408325,0.0341726653277874,0.02106923609972,-0.9991938471794128,0.026432838290929794,-0.3912448585033417,0.10340802371501923,-0.0198599211871624,-0.029583640396595,-0.030453979969024658 +250,0.026777162722076794,-0.01865322269088902,-0.8086465646262417,0.026769304648041725,0.018652141094207764,-0.9994676113128662,-0.06290147453546524,0.27780628204345703,-0.03002549335360527,-0.027440693229436874,0.056268513202667236,0.1285417079925537 +251,0.06515363571516347,-0.008532563563706639,-0.7933110793470713,0.06510517746210098,0.00853245984762907,-0.9978419542312622,0.16178132593631744,0.17214520275592804,0.31625959277153015,0.016132615506649017,-0.06711095571517944,-0.09583175182342529 +252,0.06522366597484129,-0.008245267815374395,-0.7742091775464323,0.06517521291971207,0.008245174773037434,-0.9978397488594055,-0.1227731704711914,-0.11863626539707184,0.15779045224189758,0.020106151700019836,0.013864810578525066,-0.04706680774688721 +253,0.05248000319323433,-0.008535139134392368,-0.7775504557186688,0.05245400592684746,0.008535035885870457,-0.998586893081665,0.15066120028495789,0.06542664021253586,-0.2564757466316223,-0.009775176644325256,0.09398876875638962,0.14609360694885254 +254,0.09430923568489606,0.028246175698987807,-0.7930661969565894,0.09413193166255951,-0.02824242040514946,-0.9951590299606323,0.7433563470840454,0.3944787383079529,0.14893023669719696,-0.002792827785015106,-0.14297644793987274,-0.1494179368019104 +255,0.08429969392900767,0.0654460718144095,-0.7692324916320901,0.08401962369680405,-0.06539936363697052,-0.9943156838417053,-0.052301857620477676,-0.27772971987724304,0.15647661685943604,0.012583762407302856,-0.00225810706615448,-0.04636424779891968 +256,0.06893896472599709,0.053675926675585905,-0.7617135260486163,0.068785160779953,-0.053650155663490295,-0.9961878657341003,-0.054916102439165115,0.1892232596874237,-0.10391239821910858,-0.013578861951828003,0.1242220550775528,0.18319958448410034 +257,0.09972893252144463,0.062432773557882355,-0.7847338368708424,0.09936971962451935,-0.0623922236263752,-0.9930925965309143,0.19806519150733948,0.08976701647043228,-0.09669189155101776,-0.010136321187019348,-0.111542709171772,-0.1109723448753357 +258,0.0878741964561181,0.08200727692254053,-0.7750401002721051,0.08746621012687683,-0.08191538602113724,-0.9927937984466553,-0.02459222823381424,-0.15081310272216797,0.15874536335468292,0.01904013752937317,-0.050515636801719666,-0.04979348182678223 +259,0.07825690296353635,0.0679455520270313,-0.764413047749866,0.07799666374921799,-0.06789328157901764,-0.9946391582489014,-0.005174889229238033,0.021550165489315987,0.013367612846195698,-0.014123380184173584,0.10140158236026764,0.11736559867858887 +260,0.09810891052295032,0.08158524164960736,-0.7742637570596682,0.09762578457593918,-0.0814947634935379,-0.9918809533119202,0.11555309593677521,0.4001041650772095,-0.1748521476984024,-0.024749815464019775,-0.0764337033033371,-0.054994046688079834 +261,0.10886497031605813,0.08587726617375603,-0.7636731766938599,0.10824966430664062,-0.08577174693346024,-0.9904167056083679,0.09700518101453781,-0.03215658292174339,0.21842259168624878,-0.000583648681640625,-0.017392918467521667,-0.04176408052444458 +262,0.1841780686639883,0.10620578205360694,-0.7802849578002061,0.18210665881633759,-0.10600623488426208,-0.9775478839874268,0.10716405510902405,1.356719732284546,-1.0810461044311523,0.05258876085281372,0.24304541945457458,0.07308316230773926 +263,0.36128565258061696,0.05978477602497987,-0.9401672587398686,0.3528456687927246,-0.059749167412519455,-0.9337719082832336,0.44885286688804626,1.6168094873428345,-1.5050567388534546,0.06423807144165039,-0.04687926173210144,-0.10918158292770386 +264,0.4823766731757379,0.10072538712704329,-1.1023929260846408,0.4615347683429718,-0.10055515170097351,-0.8814047574996948,1.4754769802093506,0.8215082883834839,-1.315468430519104,0.006681174039840698,0.057723745703697205,0.0021170377731323242 +265,0.6066525896268088,0.1639783989919675,-1.309404486949576,0.5624727606773376,-0.16324451565742493,-0.8105403780937195,0.8820905089378357,1.1943334341049194,-1.636136770248413,-0.06496000289916992,0.09892871975898743,-0.04085433483123779 +266,0.7190692707696125,0.10522323763692555,-1.4675624675523606,0.6550415754318237,-0.10502917319536209,-0.7482576370239258,0.6838424801826477,0.8805851340293884,-2.081899404525757,-0.04066169261932373,-0.005032479763031006,0.03538227081298828 +267,0.7922493792944001,-0.02723017623478376,-1.5999924086748363,0.7116707563400269,0.02722681127488613,-0.7019853591918945,-0.004231082275509834,0.44417792558670044,-1.6830321550369263,0.06483376026153564,-0.17052209377288818,-0.11509227752685547 +268,0.8280059057424705,-0.14706262429697478,-1.7556918534944244,0.7286332845687866,0.14653310179710388,-0.6690453290939331,0.44198480248451233,0.6151776909828186,-1.9231404066085815,-0.05095994472503662,-0.14927968382835388,0.0823143720626831 +269,0.8771377891046503,-0.23529836680164615,-1.864064180246847,0.7477245330810547,0.23313313722610474,-0.621737003326416,-0.28867653012275696,1.0244669914245605,-1.2581716775894165,0.030794084072113037,0.00733010470867157,-0.06750243902206421 +270,0.9322133440821471,-0.3152058734132164,-1.9885267695046753,0.7633823752403259,0.31001222133636475,-0.566692054271698,0.868365466594696,1.1468651294708252,-0.8959485292434692,-0.029037892818450928,-0.02697691321372986,0.025157570838928223 +271,0.9996023521150098,-0.31949952080033545,-2.032047014258476,0.7986823916435242,0.31409144401550293,-0.5132767558097839,0.9809284806251526,1.0749218463897705,0.33353567123413086,-0.055869340896606445,-0.06801292300224304,-0.08894187211990356 +272,1.086302441856523,-0.2302951083882291,-2.0660306882443784,0.8615483045578003,0.22826485335826874,-0.4534640312194824,0.16702556610107422,0.5983576774597168,0.3228868544101715,0.01599985361099243,0.08504386246204376,0.04895356297492981 +273,1.1416449742007826,-0.16565455174110288,-2.0667639310370904,0.8968712091445923,0.16489796340465546,-0.41040313243865967,0.10865885764360428,1.2691086530685425,0.5422358512878418,0.051508307456970215,0.06793591380119324,0.12565886974334717 +274,1.206305000184425,-0.11080208078015279,-2.076502535999214,0.928575873374939,0.11057549715042114,-0.35428810119628906,0.6404839754104614,-0.0823439508676529,0.300936222076416,-0.030428290367126465,0.03891485929489136,-0.0054531097412109375 +275,1.2174003358363568,-0.07754277472551416,-2.111306589109399,0.935383677482605,0.07746508717536926,-0.3450459837913513,0.06476239860057831,0.40058809518814087,0.6751056909561157,-0.01804053783416748,-0.05689623951911926,-0.0025187134742736816 +276,1.2820161011375055,-0.031059834238614477,-2.0931192665311253,0.9581297039985657,0.031054841354489326,-0.28464582562446594,-0.2503407299518585,0.5458967685699463,0.5143598318099976,-0.009765326976776123,-0.021792735904455185,-0.0029518306255340576 +277,1.3446504655824885,0.02652831167312619,-2.0708848945928584,0.9741948843002319,-0.02652519941329956,-0.22414429485797882,-0.0007063485682010651,0.4401015639305115,0.4402565360069275,0.000948488712310791,0.03339165449142456,-0.02577941119670868 +278,1.3666636554530722,0.045764493188336586,-2.069974278215647,0.9782118201255798,-0.045748520642519,-0.20250564813613892,0.2438703179359436,0.3502347469329834,0.19082686305046082,0.006773471832275391,-0.00024145469069480896,0.03267529606819153 +279,1.4178917186346809,0.06179192132673793,-2.086878995074555,0.9864464998245239,-0.06175260618329048,-0.15201878547668457,0.08204054087400436,0.6106362342834473,-0.11125804483890533,-0.07371163368225098,0.054413147270679474,0.016276612877845764 +280,1.427267556045736,0.047642953322577425,-2.1034245300713423,0.9885942935943604,-0.04762493073940277,-0.14287416636943817,-0.08159350603818893,-0.40334901213645935,0.16047576069831848,0.10611695051193237,-0.06663286685943604,0.03272099792957306 +281,1.3939952124018258,0.08517734216398552,-2.101027100183217,0.9808424711227417,-0.08507438004016876,-0.1752438247203827,0.09376534819602966,-0.13247349858283997,0.2756684422492981,-0.0206984281539917,0.006110161542892456,0.0469173789024353 +282,1.426173491680408,0.034962589129155994,-2.127836117990409,0.988955557346344,-0.0349554680287838,-0.14403113722801208,0.39834755659103394,0.05692713335156441,-1.3443740606307983,-0.045336782932281494,0.0978979766368866,-0.08718524873256683 +283,1.4629200585186002,0.007214991728000485,-2.152203898479406,0.9941611289978027,-0.007214928977191448,-0.10766436159610748,-0.14511741697788239,0.5591686367988586,0.6322502493858337,0.10648584365844727,-0.06965884566307068,0.05645585060119629 +284,1.446971277418213,0.02872518823207143,-2.1467034944377374,0.9919341206550598,-0.028721237555146217,-0.12345791608095169,0.04859813675284386,-0.4076600670814514,0.05531102418899536,-0.00871884822845459,-0.008449167013168335,0.057387351989746094 +285,1.4494109046088441,0.05695874922797054,-2.143280007064188,0.9910320043563843,-0.05692795664072037,-0.12089117616415024,-0.19455397129058838,0.3648277223110199,0.40293535590171814,-0.09395259618759155,-0.019732173532247543,0.029094286262989044 +286,1.4776740960705348,0.0492060822009795,-2.130539623994564,0.994462251663208,-0.04918622970581055,-0.0928751602768898,-0.058411914855241776,0.15840031206607819,-0.32345205545425415,0.026198267936706543,0.00516461580991745,0.01886998862028122 +287,1.4768258199192248,0.04318069419140255,-2.129771025156479,0.9946600794792175,-0.04316727817058563,-0.09374480694532394,0.07665756344795227,0.2241024225950241,0.050290547311306,0.0015862584114074707,-0.0058287084102630615,0.05672699213027954 +288,1.5305271294598424,0.06865036488421192,-2.132447447790228,0.9968357086181641,-0.06859645247459412,-0.04016348719596863,0.06372527033090591,0.4212782382965088,0.2536502778530121,0.008367538452148438,-0.005668073892593384,0.0018181800842285156 +289,1.5578328128092416,0.08879511736187512,-2.1404616527134435,0.9959766268730164,-0.08867847919464111,-0.012912079691886902,0.09645380079746246,0.261557012796402,0.15835638344287872,0.004343807697296143,0.023355580866336823,0.0007965574041008949 +290,1.5626571125775854,0.08906199523242223,-2.1493477256482647,0.9960036277770996,-0.08894430100917816,-0.008106865920126438,0.06930994242429733,-0.13224458694458008,-0.07394967973232269,-0.02060079574584961,0.0009315907955169678,0.02516615390777588 +291,1.5646626333062716,0.0824605098078765,-2.1470054774649183,0.9965832233428955,-0.08236709237098694,-0.006112812552601099,-0.13010665774345398,-0.06362640857696533,-0.01657135970890522,0.03567373752593994,-0.011092983186244965,0.01639723777770996 +292,1.5246357785966822,0.09929623430156977,-2.154756246699649,0.994014322757721,-0.09913314133882523,-0.04591686278581619,0.36419013142585754,-0.7836887240409851,0.4414726495742798,0.07857179641723633,0.012051254510879517,-0.028179824352264404 +293,1.517211283159055,0.1314511453022836,-2.1775581550440553,0.9899498820304871,-0.13107290863990784,-0.05309733748435974,-0.017789434641599655,0.3418731689453125,-0.032903995364904404,-0.15434801578521729,0.010848909616470337,0.03582441806793213 +294,1.5307020217240535,0.101139179225556,-2.174097210353233,0.9940903782844543,-0.10096684098243713,-0.039878733456134796,-0.11532831192016602,0.03431405872106552,-0.20186848938465118,0.0629318356513977,-0.0021063238382339478,0.0033796988427639008 +295,1.5210885841538242,0.10783805806488925,-2.1757010759316526,0.9929631948471069,-0.10762917250394821,-0.04939865320920944,0.13419295847415924,-0.289385586977005,0.2654082179069519,0.06982684135437012,0.020104721188545227,-0.006814725697040558 +296,1.4471893629629855,0.14068042657841137,-2.19200336553798,0.9825665354728699,-0.1402168571949005,-0.1220744177699089,0.20603381097316742,-0.8347193598747253,0.33240899443626404,0.0040209293365478516,0.0032844990491867065,0.0677531436085701 +297,1.433359996672919,0.1774064794460824,-2.188135151631289,0.9750230312347412,-0.1764773577451706,-0.13485373556613922,-0.4083089828491211,0.5345690250396729,0.23557361960411072,-0.18377870321273804,-0.030798017978668213,0.06693688035011292 +298,1.4591466042761,0.17206955599817847,-2.1406889923167913,0.9790980219841003,-0.17122170329093933,-0.10977252572774887,-0.41556093096733093,-0.24833597242832184,0.11210504174232483,0.10029339790344238,-0.011883750557899475,-0.03399579972028732 +299,1.4249348020359962,0.16920334038965015,-2.1205363755829523,0.9752519726753235,-0.16839711368083954,-0.14326922595500946,-0.04329761490225792,-0.2773171365261078,-0.29583311080932617,-0.020921528339385986,0.048539355397224426,0.021793976426124573 +300,1.4110734405482628,0.1276643686414936,-2.150273272400978,0.9792370200157166,-0.1273178607225418,-0.15775033831596375,0.27233463525772095,-0.4973613917827606,-0.4210745394229889,0.04195749759674072,-0.01986841857433319,-0.022867992520332336 +301,1.3262240508385545,0.052322007947462,-2.1891923310750188,0.9689132571220398,-0.05229813978075981,-0.24180999398231506,-0.024646300822496414,-0.8478220701217651,-0.7665605545043945,0.0011336803436279297,-0.07689803838729858,0.06804293394088745 +302,1.2619214673894263,0.01199258561396673,-2.17565837947566,0.9526076316833496,-0.011992298066616058,-0.3039650619029999,-0.31320735812187195,-0.576295018196106,-0.08732128143310547,0.029219090938568115,-0.01538196112960577,0.0005440413951873779 +303,1.233726812550582,-0.0012261139496526716,-2.157667942889399,0.9437272548675537,0.0012261136434972286,-0.33072271943092346,-0.19416292011737823,-0.4150092601776123,-0.0443008728325367,0.00010514259338378906,-0.01530998945236206,-0.026485562324523926 +304,1.1852980334240781,-0.028171804723460193,-2.1393913785493415,0.9262435436248779,0.028168078511953354,-0.3758717179298401,-0.050347503274679184,-0.45579656958580017,-0.27780681848526,0.03950047492980957,0.0028072595596313477,0.003358900547027588 +305,0.9757152367469973,-0.06393550723951606,-2.130547227677999,0.8264111280441284,0.0638919547200203,-0.5594305992126465,-0.25869476795196533,-3.486290693283081,0.002549930475652218,0.07388794422149658,-0.06665381789207458,-0.033876895904541016 +306,0.7215099585739194,-0.08118099316265678,-2.0831434429027875,0.6583437919616699,0.08109185099601746,-0.7483365535736084,-0.3797656297683716,-1.6860671043395996,0.3974176347255707,-0.005755901336669922,0.007927924394607544,0.0999600887298584 +307,0.5126055594913036,0.010632281299124307,-2.05421253052196,0.490421861410141,-0.01063208095729351,-0.8714203238487244,1.329908847808838,-2.1841654777526855,0.6717464923858643,0.06898060441017151,0.008526355028152466,0.032690465450286865 +308,0.41369556218506676,0.08168001925238591,-2.0656688842449107,0.4006556272506714,-0.0815892294049263,-0.9125887751579285,-0.6624220609664917,-0.47996917366981506,-0.48111313581466675,0.027444958686828613,0.030060291290283203,0.0018526911735534668 +309,0.3331890440590519,-0.02819206503387627,-2.067080289897421,0.32692837715148926,0.028188331052660942,-0.9446286559104919,-0.7549617290496826,-0.6674399375915527,-0.39708319306373596,0.027045011520385742,-0.05154953896999359,0.07437413930892944 +310,0.2549090710907209,-0.10995746290595931,-2.04752584891925,0.2506345808506012,0.10973601788282394,-0.9618421196937561,-0.6564309597015381,-1.9057132005691528,-0.7956531047821045,0.010595858097076416,0.08597319573163986,-0.18076646327972412 +311,0.10101189280215292,-0.143185753481372,-2.067172401241353,0.09980824589729309,0.14269699156284332,-0.9847212433815002,1.1070590019226074,-0.26027897000312805,0.10192587971687317,-0.004608660936355591,0.014865264296531677,0.033473074436187744 +312,0.022378255583669866,0.08259687481574371,-2.0458763347354654,0.022300101816654205,-0.08250299096107483,-0.9963412880897522,1.0991724729537964,0.6242282390594482,-0.09856869280338287,-0.0866921916604042,0.10377374291419983,0.2634311318397522 +313,-0.0019366569206392885,0.10007182080494852,-2.0421584061102056,-0.0019269665936008096,-0.09990487992763519,-0.9949951171875,0.9478273987770081,-0.14877183735370636,-0.058052051812410355,0.0143323615193367,-0.00528920441865921,0.028045713901519775 +314,0.007872406375844283,0.18749759158917306,-2.029072971096051,0.007734352722764015,-0.18640093505382538,-0.9824433326721191,0.06939418613910675,-0.3037804365158081,0.07076659798622131,0.056245751678943634,0.04289202392101288,-0.02069997787475586 +315,0.010603418180449135,0.20750034179566687,-2.032383149722802,0.01037576887756586,-0.2060145139694214,-0.9784939289093018,0.27265647053718567,-0.1252940595149994,-0.1923324018716812,-0.009841710329055786,-0.0022221803665161133,-0.06300997734069824 +316,0.004187371293395251,0.21533643377640518,-2.057890172024694,0.0040906500071287155,-0.2136761099100113,-0.9768959879875183,0.33029189705848694,0.42418673634529114,-0.06221018731594086,0.0029131323099136353,-0.05100284516811371,0.06156700849533081 +317,0.03554101011110504,0.27457069284974794,-2.056744756387809,0.03420250117778778,-0.27113375067710876,-0.9619338512420654,1.0316351652145386,0.4571271240711212,-0.06855502724647522,-0.016426004469394684,-0.03169220685958862,-0.04624485969543457 +318,0.09307784645568846,0.41682236765485975,-2.069580824532207,0.08498568832874298,-0.40485695004463196,-0.9104220271110535,1.3066246509552002,0.23066627979278564,-0.14359532296657562,0.023946799337863922,0.10003212094306946,-0.020241975784301758 +319,0.06775630074746744,0.4826067840389167,-2.072796732706865,0.05997181683778763,-0.4640898108482361,-0.883755624294281,0.34336933493614197,-1.0340853929519653,0.11802709102630615,0.07287120819091797,0.02860400080680847,-0.12610149383544922 +320,-0.03491366398753427,0.557592418797332,-2.05414273965054,-0.029619326815009117,-0.529144823551178,-0.8480144143104553,1.0731972455978394,-0.489572674036026,0.3399093747138977,0.07292377948760986,0.01640373468399048,0.05399280786514282 +321,-0.12350693961322616,0.7044669338804157,-1.9768388391991414,-0.09386789053678513,-0.6476277709007263,-0.7561528086662292,1.2978401184082031,-0.16319981217384338,0.11867662519216537,-0.02782095968723297,0.10763448476791382,0.03981375694274902 +322,-0.14859319807709534,0.7978335131734827,-1.9287554819494668,-0.10337517410516739,-0.715844988822937,-0.6905646324157715,0.6109501719474792,0.026648757979273796,0.24175384640693665,0.018749922513961792,0.1507662534713745,0.09808111190795898 +323,-0.15208905715520546,0.8077881907514727,-1.9066521601309823,-0.10470379889011383,-0.7227603793144226,-0.6831211447715759,0.3802613914012909,1.5457395315170288,0.1503148376941681,0.02223006635904312,0.11318707466125488,0.3337864279747009 +324,0.000452621513729117,0.8475993225492194,-1.947662293188909,0.00029953804914839566,-0.7496938109397888,-0.6617847681045532,0.45032474398612976,0.6060199737548828,-0.26125621795654297,0.03168290853500366,-0.035386085510253906,-0.05463063716888428 +325,0.08561560977129212,0.8672429784640429,-1.9661459543109916,0.055319786071777344,-0.7625482082366943,-0.6445618271827698,-0.13682590425014496,0.514014482498169,-0.06292570382356644,0.013955116271972656,-0.017557382583618164,-0.005843997001647949 +326,0.12966362698517703,0.8811320971604562,-1.9639704683782482,0.08227115869522095,-0.771459698677063,-0.6309369206428528,-0.03994902968406677,0.312735915184021,0.03716500476002693,0.02014586329460144,-0.005746722221374512,0.022675812244415283 +327,0.11080657703176297,0.8387352037958503,-1.9316742446493071,0.0739121064543724,-0.7437983155250549,-0.6643049120903015,-0.5360530018806458,-0.1858915090560913,0.27766677737236023,0.045350581407547,-0.04558461904525757,-0.054109394550323486 +328,0.07022463079301075,0.8052921849272343,-1.897055708429171,0.048618707805871964,-0.7210331559181213,-0.6911928057670593,-0.17263123393058777,-0.15266293287277222,0.293781042098999,0.028285592794418335,-0.023214340209960938,0.0073091983795166016 +329,0.044153980677520015,0.7673101760615865,-1.8509676425205228,0.031770847737789154,-0.694201648235321,-0.7190790176391602,-0.6652129888534546,0.03399992361664772,0.3074949383735657,0.009504169225692749,0.0029175281524658203,-0.012183189392089844 +330,0.017695371806377293,0.719030761790748,-1.8117813410557615,0.013314089737832546,-0.6586557030677795,-0.7523266673088074,-0.24077950417995453,0.025413669645786285,0.12279140949249268,-0.00345689058303833,0.03983551263809204,-0.021095573902130127 +331,0.010366517300193357,0.6957928605725134,-1.7961286160136103,0.00795663334429264,-0.6409941911697388,-0.7675044536590576,-0.26953956484794617,-0.0710892528295517,0.09765499830245972,-0.016577869653701782,0.00952446460723877,-0.023587465286254883 +332,0.016030658258371366,0.6845999800294736,-1.7995006091860857,0.012417971156537533,-0.6323632001876831,-0.7745725512504578,0.024823695421218872,0.0449194610118866,-0.06465743482112885,0.005923092365264893,0.030022501945495605,-0.016580402851104736 +333,0.02643827451842012,0.6806507368562423,-1.8074533067507967,0.020544463768601418,-0.6292988657951355,-0.7768917679786682,-0.023639313876628876,0.18431434035301208,-0.017451977357268333,0.020165979862213135,-0.021518945693969727,0.030935347080230713 +334,0.03128823254319758,0.6810438604381183,-1.8083400577109658,0.024304360151290894,-0.6296043395996094,-0.77653568983078,-0.19673661887645721,-0.04495840519666672,0.0716618150472641,0.019579917192459106,-0.018680572509765625,0.02412480115890503 +335,0.021275660353065416,0.6587013740520882,-1.800895620385885,0.016823263838887215,-0.6120904088020325,-0.790608823299408,-0.21971078217029572,0.0966426283121109,0.1335815042257309,0.005149394273757935,-0.032623887062072754,0.06306976079940796 +336,0.010573245640023394,0.6299394024631833,-1.7872169543214174,0.008543691597878933,-0.5890957713127136,-0.8080180287361145,-0.10793623328208923,-0.20514339208602905,0.005864058155566454,0.009553252719342709,0.0437009334564209,-0.0485798716545105 +337,0.021879353237819643,0.6228891821825248,-1.792595462610717,0.017768913879990578,-0.5833841562271118,-0.8120019435882568,-0.16354221105575562,0.41986826062202454,0.014331991784274578,-0.025657713413238525,0.0027719736099243164,0.062261343002319336 +338,0.03006171101233677,0.6105849684272997,-1.7951387433458577,0.0246262326836586,-0.5733468532562256,-0.8189425468444824,-0.10435307770967484,-0.00747352559119463,-0.04978867992758751,0.017228631302714348,-0.01860255002975464,0.0481906533241272 +339,-0.00164589378874658,0.5914262380570696,-1.7886694452343088,-0.0013663320569321513,-0.5575456023216248,-0.8301452398300171,-0.2877975404262543,-0.35806453227996826,0.06520677357912064,0.005364120006561279,-0.01108849048614502,-0.01575624942779541 +340,-0.006024460210161098,0.5801009145300079,-1.7945184203124194,-0.0050388723611831665,-0.5481083393096924,-0.8363921642303467,-0.005647885613143444,0.11973600089550018,0.006575485225766897,-0.021465659141540527,-0.026522397994995117,-0.03055119514465332 +341,-0.023855291420231635,0.5770440049178568,-1.8105132140927511,-0.019990721717476845,-0.5455489754676819,-0.8378404974937439,-0.04840230941772461,-0.4390677511692047,-0.340093731880188,0.0272081196308136,0.047029078006744385,-0.025730669498443604 +342,-0.02350647806717926,0.5741873105633444,-1.8534129088185256,-0.019735019654035568,-0.5431526303291321,-0.8394020199775696,0.05193953588604927,-0.39383652806282043,-0.19410893321037292,0.03143851459026337,-0.02598494291305542,-0.06391829252243042 +343,-0.017677973286102464,0.6229549132303575,-1.8692393864675825,-0.014356560073792934,-0.5834375619888306,-0.812031090259552,1.043887972831726,0.5820860862731934,-0.096468485891819,0.001981675624847412,0.017916321754455566,0.0335429310798645 +344,0.07642931381612426,0.7408662146619351,-1.8999367463599441,0.05634109675884247,-0.6749273538589478,-0.7357301115989685,1.1467869281768799,0.6033934354782104,-0.2731148302555084,-0.016942888498306274,0.010071396827697754,-0.043307363986968994 +345,0.13121252235526132,0.8145091552314566,-1.9306090542647953,0.08978323638439178,-0.727388858795166,-0.6803267598152161,0.2595841884613037,0.15676170587539673,-0.07471264898777008,0.00820872187614441,0.0013756752014160156,0.024992287158966064 +346,0.12850321707271456,0.798547109669445,-1.9388320749458423,0.08941632509231567,-0.716343104839325,-0.6919952034950256,0.0441095232963562,-0.04132293909788132,-0.07144775986671448,0.025360286235809326,-0.02508145570755005,-0.01067209243774414 +347,0.11928890870848818,0.7947487792459526,-1.9432149476118104,0.08335956931114197,-0.7136876583099365,-0.6954862475395203,-0.2154264897108078,-0.20331287384033203,0.03165137395262718,0.016204029321670532,0.00020194053649902344,0.030401408672332764 +348,0.11735989724698855,0.7888818415533047,-1.930488869228749,0.08250667154788971,-0.7095658183097839,-0.6997920870780945,-0.006581347435712814,0.09740138798952103,0.06574098765850067,-0.0011468306183815002,0.011781454086303711,-0.019186735153198242 +349,0.12687249604580317,0.7927032823356976,-1.9265516342591122,0.08881592750549316,-0.7122533917427063,-0.6962807178497314,0.0024151005782186985,0.13467393815517426,0.01070365123450756,-0.013590097427368164,0.0304906964302063,0.014487504959106445 +350,0.12473700556244117,0.7730860211130627,-1.922620179550608,0.08905029296875,-0.6983473896980286,-0.7101978659629822,-0.19073064625263214,0.06102752313017845,-0.012823909521102905,-0.0036010444164276123,0.0020735859870910645,-0.014274179935455322 +351,0.1338302883315122,0.7765194371089164,-1.9264044937766338,0.09518405795097351,-0.7008007764816284,-0.7069783210754395,0.1222819834947586,0.13958124816417694,-0.03836669772863388,0.0009920895099639893,0.018229365348815918,0.008003711700439453 +352,0.14914796314121798,0.7745519834083813,-1.9323190244396669,0.10620640218257904,-0.6993959546089172,-0.7067995071411133,-0.0487646609544754,0.03375285863876343,0.0020899511873722076,0.011957667768001556,0.004190266132354736,-0.018526971340179443 +353,0.15325409847474433,0.7734602763600329,-1.9331068947746957,0.10922420024871826,-0.6986152529716492,-0.7071115970611572,0.06875238567590714,0.09399037063121796,-0.02123401314020157,0.009641759097576141,0.01358717679977417,-0.009242713451385498 +354,0.17747649959570153,0.7707127445369876,-1.942527401112793,0.12665683031082153,-0.6966467499732971,-0.7061454653739929,0.04876711964607239,0.16043323278427124,-0.03693300485610962,0.014746367931365967,-0.0018853545188903809,-0.04994279146194458 +355,0.17686991201374713,0.7676852072500453,-1.9503536892453446,0.12659898400306702,-0.694471538066864,-0.7082951068878174,-0.040380239486694336,-0.10666216909885406,-0.05215764790773392,0.013293594121932983,-0.001649618148803711,0.018033266067504883 +356,0.18357706467349738,0.7647375319129699,-1.9552667197843845,0.13171985745429993,-0.6923476457595825,-0.7094396352767944,-0.018629617989063263,-0.03198729082942009,-0.006915445439517498,0.007760733366012573,-0.00981605052947998,-0.044680237770080566 +357,0.1840474885996985,0.7612958887966567,-1.9591968459769227,0.13248887658119202,-0.6898601651191711,-0.7117159962654114,-0.09960398077964783,-0.09953763335943222,-0.09741924703121185,-0.0032469630241394043,0.028605282306671143,0.015289604663848877 +358,0.18338562032755432,0.7534156889037027,-1.9601431758633667,0.1330050230026245,-0.6841340065002441,-0.7171263694763184,-0.016311876475811005,-0.039020560681819916,0.04417930170893669,0.022680386900901794,-0.022332608699798584,-0.049414098262786865 +359,0.157026385245062,0.7639530872511398,-1.939617506427297,0.11292444169521332,-0.6917814016342163,-0.7132226824760437,0.1731405258178711,-0.28489476442337036,0.2945186495780945,0.02841770648956299,-0.006598114967346191,-0.0442846417427063 +360,0.1367190386548198,0.7674699411632346,-1.9318599865461479,0.09808629751205444,-0.6943166851997375,-0.712954044342041,-0.05285079777240753,0.15067417919635773,-0.11862371861934662,-0.03860753774642944,0.06124472618103027,0.09160089492797852 +361,0.15411021914771358,0.753843626565303,-1.9469339836606359,0.11191191524267197,-0.6844460368156433,-0.7204229831695557,-0.1221042275428772,-0.0342949815094471,-0.06592576950788498,0.0031393393874168396,-0.014635324478149414,-0.01315850019454956 +362,0.15309115628088216,0.7489595542318622,-1.9543921455432982,0.11168615520000458,-0.6808770895004272,-0.7238318920135498,0.0682673379778862,0.051983967423439026,-0.03987191990017891,0.0018392205238342285,0.001693129539489746,0.007538557052612305 +363,0.1532721972960298,0.7513994276062842,-1.9585069498961192,0.11156323552131653,-0.6826620101928711,-0.7221677303314209,0.04315047338604927,-0.05316172540187836,0.04698830470442772,0.006616085767745972,-0.010254859924316406,0.012786626815795898 +364,0.1503002650441562,0.7504903676532714,-1.9572270930119617,0.10950938612222672,-0.6819974780082703,-0.7231093645095825,-0.09563268721103668,0.04492514580488205,0.0052764276042580605,-0.008862435817718506,0.010702311992645264,0.02224266529083252 +365,0.13718542173813117,0.7393391935510181,-1.9511156592132401,0.10105056315660477,-0.6737997531890869,-0.7319717407226562,-0.02647976204752922,-0.1081024557352066,0.05945760756731033,0.006874829530715942,0.005525827407836914,-0.02880096435546875 +366,0.13609776615237973,0.7420741568147255,-1.9519871030769371,0.10000397264957428,-0.675818145275116,-0.7302526831626892,-0.10913275927305222,-0.025348497554659843,-0.010182008147239685,-0.015455007553100586,0.023001432418823242,0.025876522064208984 +367,0.1308155137372398,0.7349599399023536,-1.9539372765622618,0.09676992893218994,-0.67055743932724,-0.7355190515518188,0.07314808666706085,-0.0018957625143229961,-0.05215802788734436,0.004945129156112671,0.0029549002647399902,-0.011337637901306152 +368,0.13230548005288087,0.73682275845218,-1.9584161037638064,0.09770077466964722,-0.6719382405281067,-0.7341346144676208,-0.08912332355976105,-0.04530597850680351,-0.02450653724372387,0.0018933415412902832,0.008119821548461914,0.019168853759765625 +369,0.1256921376690161,0.7271705159471038,-1.9597548052991391,0.09365230053663254,-0.6647585034370422,-0.7411648035049438,-0.2352464199066162,-0.22260062396526337,-0.00816043745726347,6.716698408126831e-05,-0.007314801216125488,-0.028137505054473877 +370,0.10429452279670033,0.6996074870510144,-1.9649584367148432,0.0796506404876709,-0.643917441368103,-0.7609376907348633,-0.20685064792633057,-0.194585919380188,-0.04944521188735962,0.009079217910766602,0.008297324180603027,0.0031251907348632812 +371,0.12957469559174473,0.6660327616702664,-1.957365532841071,0.10159701853990555,-0.6178715229034424,-0.7796876430511475,-0.3040100038051605,1.2473329305648804,0.20657682418823242,-0.0012705028057098389,-0.05021929740905762,0.13315749168395996 +372,0.20789842088118685,0.6482740793060449,-1.9547098741296756,0.16453026235103607,-0.603811502456665,-0.7799624800682068,0.1337691992521286,1.0345370769500732,0.14739951491355896,-0.026163563132286072,-0.08901381492614746,0.10447114706039429 +373,0.4160917017136193,0.7030904780500921,-2.0120830383457102,0.3083344101905823,-0.646578311920166,-0.697758138179779,0.8661374449729919,1.486038327217102,-0.14439882338047028,0.09864801168441772,-0.08823919296264648,-0.18088871240615845 +374,0.6324058611557906,0.776848216499392,-2.0753684276162936,0.4215199053287506,-0.7010352611541748,-0.5752134919166565,1.6236499547958374,2.5542948246002197,0.218182772397995,-0.00791516900062561,0.0747077465057373,0.083926260471344 +375,0.9441986059479166,0.9356774616787604,-2.213181450740378,0.48056742548942566,-0.8050011992454529,-0.3478907644748688,0.8701304793357849,2.3974413871765137,0.19649992883205414,-0.04251813888549805,0.04068845510482788,0.07622331380844116 +376,1.2487186362473082,1.0226529271050075,-2.2855996016976623,0.49430811405181885,-0.8534934520721436,-0.16494905948638916,0.515907883644104,2.2789576053619385,0.5610741376876831,-0.018279701471328735,0.024971842765808105,0.022065773606300354 +377,1.5407224883116912,1.0797552503195045,-2.3505879214578673,0.47133079171180725,-0.8818424344062805,-0.01417900063097477,-0.08189956098794937,1.636497974395752,0.5031214952468872,0.004422932863235474,0.03307241201400757,-0.10123848915100098 +378,1.5574579650006448,1.0947872166111847,-2.225464796661315,0.45819464325904846,-0.8888307809829712,-0.006111928261816502,-0.7567709684371948,1.3209975957870483,0.2662108540534973,-0.03235241770744324,0.04555386304855347,-0.05451124906539917 +379,1.5999041895788482,1.1168449290856914,-2.147290505497414,0.438334584236145,-0.8987213373184204,0.012762587517499924,0.21147389709949493,1.5785454511642456,0.2877296507358551,-0.01986229419708252,0.01061403751373291,0.14959096908569336 +380,1.7218432255797824,1.1369340836298931,-2.1657594857896347,0.41559216380119324,-0.9073489308357239,0.06325570493936539,-0.34031596779823303,-0.08196429908275604,-0.37501275539398193,0.016719907522201538,0.014023005962371826,-0.0798724815249443 +381,1.6744176635974708,1.1177314432348981,-2.1287000886941434,0.4353756010532379,-0.8991097807884216,0.04527636989951134,0.1834297776222229,0.2668496072292328,-0.10791909694671631,0.014957040548324585,0.07692039012908936,-0.04767203330993652 +382,1.6008246982604666,1.0800393847652474,-2.089753778273098,0.47108107805252075,-0.8819763660430908,0.014150050468742847,-0.3260688781738281,-0.5935935378074646,-0.3645928204059601,-0.06332048773765564,-0.010357558727264404,-0.018270015716552734 +383,1.6010437526491155,1.1098905131031631,-2.0693145769916317,0.44455644488334656,-0.8956499695777893,0.013450791127979755,0.08043760061264038,0.6671878099441528,0.7100808620452881,0.02912217378616333,-0.003916800022125244,-0.01566326431930065 +384,1.5475639976648272,1.177823577441879,-2.0029407389508687,0.38283273577690125,-0.923774778842926,-0.008895696140825748,-0.6088211536407471,-0.6291585564613342,0.38513344526290894,0.09018969535827637,0.0272294282913208,-0.012329219840466976 +385,1.4551061974919997,1.2163534646440175,-1.9470688236268117,0.34474778175354004,-0.9378399848937988,-0.040062811225652695,0.030029432848095894,0.14704805612564087,0.5596207976341248,-0.040594398975372314,0.0830426812171936,-0.02220826968550682 +386,1.522234972611983,1.2156487030368475,-2.041904732788169,0.34731870889663696,-0.9375951886177063,-0.01687953807413578,0.10598815232515335,-0.3328121602535248,-0.3552160859107971,-0.01420411467552185,0.027332186698913574,0.008212568238377571 +387,1.5174215241322886,1.1927348964319122,-2.0648701867212305,0.3685937225818634,-0.9293819665908813,-0.019692322239279747,0.02378447912633419,-0.11475645005702972,0.018696894869208336,0.04340878129005432,-0.10322600603103638,0.055092692375183105 +388,1.506874145778226,1.1915865029560837,-2.087700383025413,0.3694303035736084,-0.928957462310791,-0.02364700846374035,-0.05781960487365723,-0.07138607650995255,-0.0871044397354126,-0.037734776735305786,0.03164917230606079,0.020488442853093147 +389,1.487300508085923,1.181563273487984,-2.086355511309551,0.3781566619873047,-0.925200343132019,-0.03164807707071304,0.001752298790961504,-0.22038869559764862,-0.1890697330236435,-0.013746291399002075,0.02596956491470337,-0.01594405621290207 +390,1.475014513081459,1.1656923783718174,-2.0893025972692296,0.3923076391220093,-0.9190614223480225,-0.03769126906991005,0.028121624141931534,0.014510096050798893,-0.0015391719061881304,0.023021280765533447,-0.014425396919250488,0.0015279091894626617 +391,1.5156259118813857,1.1706669626608968,-2.1355096424169484,0.3889448642730713,-0.9210106134414673,-0.021480048075318336,0.15526609122753143,0.008428453467786312,0.052029892802238464,0.03251814842224121,-0.042658209800720215,0.012095928192138672 +392,1.4877013042851732,1.1783517200442906,-2.126646420726469,0.38112854957580566,-0.9239768981933594,-0.03174297884106636,0.0008019190281629562,-0.059348925948143005,0.15592968463897705,-0.010309487581253052,0.03060537576675415,-0.010767992585897446 +393,1.54198183422858,1.1777282648440988,-2.1942334624960202,0.38286539912223816,-0.9237382411956787,-0.011035126633942127,0.4134105145931244,0.01391142699867487,-0.3122844398021698,-0.08359476923942566,0.1352860927581787,-0.07827460765838623 +394,1.5804669709596977,1.1579811227697634,-2.253357377790331,0.4011707901954651,-0.9159950017929077,0.00387970102019608,0.06198533624410629,-0.1775675266981125,-0.00405276520177722,0.046430498361587524,-0.10742717981338501,0.056056857109069824 +395,1.5867021846620921,1.1901680719097603,-2.246250818202706,0.3714568316936493,-0.9284313917160034,0.005908838007599115,-0.21509359776973724,0.18794992566108704,0.31696444749832153,0.017611771821975708,0.0015668272972106934,0.031490445137023926 +396,1.4949742705877336,1.2015907968488688,-2.1492301093897157,0.35983791947364807,-0.9326143264770508,-0.027336055412888527,-0.4875962734222412,0.2032710760831833,0.1499658077955246,-0.02997341752052307,0.02735614776611328,0.014793336391448975 +397,1.4674470751204132,1.1987100848957524,-2.111276915755857,0.361619770526886,-0.9315708875656128,-0.037506766617298126,0.1740705966949463,0.01839500665664673,-0.22185291349887848,-0.033845752477645874,0.09899038076400757,-0.07212764024734497 +398,1.5040793902652667,1.1842369932437156,-2.157362083575751,0.37616482377052307,-0.9262116551399231,-0.02513386681675911,0.0596085861325264,-0.0687173381447792,0.0257869865745306,0.06028226017951965,-0.09057283401489258,0.03688317909836769 +399,1.5023720765377384,1.205430052430613,-2.1495934472005174,0.3564551770687103,-0.9339929819107056,-0.024428313598036766,-0.01928204670548439,-0.006717182695865631,0.14221049845218658,-0.0388282835483551,0.03210705518722534,0.013991300016641617 +400,1.5120887471640403,1.1970481413852905,-2.166604091890678,0.3644782602787018,-0.9309654235839844,-0.02142225205898285,0.03020675666630268,0.1038568764925003,-0.07054150104522705,-0.01558607816696167,0.0035362839698791504,0.008665921166539192 +401,1.5317484625385267,1.1986212831852094,-2.183840307486971,0.36336541175842285,-0.9315385818481445,-0.014195858500897884,0.07172074913978577,0.1212705597281456,0.062100354582071304,0.0017621517181396484,-0.01999950408935547,0.03903716802597046 +402,1.5101152304980845,1.1929302993607336,-2.1631856370623463,0.36825916171073914,-0.9294540286064148,-0.02237383835017681,-0.1712716519832611,-0.11858358234167099,-0.11958874017000198,0.010830223560333252,0.013316214084625244,-0.007609667256474495 +403,1.5384267167940149,1.1784412254241339,-2.198903102110467,0.38216501474380493,-0.9240111112594604,-0.012374854646623135,0.3542202115058899,-0.028961436823010445,-0.3279101550579071,-0.04335892200469971,0.1161651611328125,-0.0844268798828125 +404,1.6024419455617993,1.1660359724441711,-2.26678526782994,0.39360132813453674,-0.9191967844963074,0.01245991699397564,0.2619553804397583,0.06790478527545929,0.11680268496274948,0.05351170897483826,-0.09987670183181763,0.05036056041717529 +405,1.6291865052824626,1.1871414258870536,-2.2914229516016986,0.3736739754676819,-0.9273027777671814,0.021843720227479935,-0.083927221596241,-0.08929093182086945,0.07374240458011627,-0.02073824405670166,0.04513126611709595,-0.00034416094422340393 +406,1.6085573277928964,1.1771353917432215,-2.276864434673517,0.3832981586456299,-0.9235110282897949,0.01448060479015112,0.12003111094236374,0.10907816886901855,-0.06731538474559784,0.0052821338176727295,0.04841959476470947,-0.0545196533203125 +407,1.6307335566261771,1.1933178476083621,-2.2972910992239997,0.36791563034057617,-0.9295969605445862,0.022078288719058037,-0.1820712387561798,-0.1085437536239624,0.10494071990251541,-0.00541260838508606,-0.027769923210144043,0.06622433662414551 +408,1.5695611515906789,1.196319411379813,-2.2280997661659083,0.36578550934791565,-0.9306991100311279,-0.0004518094356171787,-0.14709340035915375,0.08427649736404419,0.06347324699163437,-0.0012835562229156494,0.03699183464050293,-0.03896164894104004 +409,1.5640196618285338,1.1969620752380763,-2.2238877309266676,0.36517924070358276,-0.930933952331543,-0.0024747352581471205,0.11038768291473389,0.04679033160209656,0.013003505766391754,-0.005788981914520264,0.036616384983062744,-0.012066900730133057 +410,1.5748270972227285,1.1999584468829108,-2.2327748415557083,0.362393856048584,-0.9320240020751953,0.001460734405554831,-0.03298316150903702,0.0016690250486135483,0.004858287051320076,0.010286808013916016,-0.015043258666992188,0.008793115615844727 +411,1.5949268945356518,1.2064386854986924,-2.251573808888548,0.35624536871910095,-0.9343528747558594,0.00859807152301073,0.013080094009637833,-0.013520166277885437,0.09078854322433472,-0.008848518133163452,0.01400381326675415,0.011848687194287777 +412,1.5979651245545516,1.201993424208755,-2.254574840832949,0.36036643385887146,-0.9327595829963684,0.009793132543563843,0.08390147984027863,0.04794379323720932,-0.016567792743444443,0.007706135511398315,0.009572207927703857,-0.013546823523938656 +413,1.6273839958704082,1.1984163794759073,-2.289168103187964,0.3632507920265198,-0.9314640760421753,0.020577482879161835,0.10649319738149643,0.08130411803722382,0.05838252604007721,-0.001724332571029663,-0.00013071298599243164,0.030310628935694695 +414,1.6533087928104133,1.1943811807211209,-2.3186914731221155,0.36633843183517456,-0.9299883842468262,0.03029627352952957,0.028772126883268356,-0.053783975541591644,-0.09258503466844559,0.0061133503913879395,-0.013035297393798828,0.03124237060546875 +415,1.6516235726601702,1.1954088257727584,-2.3201673996183816,0.3654361963272095,-0.9303656220436096,0.0296016912907362,0.0041584656573832035,-0.002749113366007805,0.08876817673444748,-0.012973427772521973,-0.01149839162826538,0.05497777462005615 +416,1.6502036359898324,1.1911128062219252,-2.315194211155411,0.3694584369659424,-0.9287819862365723,0.02939951978623867,0.04066628962755203,0.043091632425785065,-0.14986801147460938,-0.0034153759479522705,0.055307984352111816,-0.04955637827515602 +417,1.6721536325907413,1.1867539087669516,-2.340475551563626,0.37274831533432007,-0.9271576404571533,0.03791067376732826,0.1826256811618805,-0.010132267139852047,0.09512018412351608,0.022469550371170044,-0.02848494052886963,0.00696539506316185 +418,1.718479474032971,1.2002448312292204,-2.3845463603304933,0.3581879734992981,-0.9321277737617493,0.05328628793358803,0.08277899026870728,0.16158261895179749,0.11620264500379562,-0.026232987642288208,-0.017945587635040283,0.06179548054933548 +419,1.8697265013971518,1.222471994496563,-2.4812054536581374,0.3261863589286804,-0.9399459958076477,0.10051903873682022,0.5234222412109375,0.8622286915779114,0.4376417100429535,-0.01017683744430542,0.01764369010925293,-0.009012103080749512 +420,2.1344095107637946,1.2421519627350204,-2.671329779826382,0.27283912897109985,-0.9464807510375977,0.1724327951669693,0.4603767991065979,0.8809820413589478,0.4350542426109314,0.0063661932945251465,0.018425941467285156,-0.035866618156433105 +421,2.390177875334575,1.2512537840806304,-2.8630664425319248,0.21444962918758392,-0.9493792057037354,0.22954383492469788,0.430669367313385,0.6899634599685669,0.4655604362487793,0.02111552655696869,0.019508659839630127,-0.03134752810001373 +422,2.6366565512573428,1.2655300860848409,-3.055390118593637,0.14539003372192383,-0.953766942024231,0.26304030418395996,0.08321458846330643,0.44786083698272705,0.4135744571685791,-0.00024844706058502197,0.016511201858520508,0.02286359667778015 +423,2.747839914641414,1.2747670334643328,3.132300120931621,0.11192208528518677,-0.956502377986908,0.26940059661865234,-0.07175199687480927,0.27361202239990234,0.2562006711959839,-0.047179028391838074,0.004308164119720459,0.025292396545410156 +424,2.8270387670235713,1.2748742727140028,3.0710858881028895,0.0902257040143013,-0.956533670425415,0.2773137390613556,0.1772468537092209,0.39009007811546326,0.21553528308868408,-0.0022893026471138,0.02435886859893799,0.004592448472976685 +425,2.945032573991658,1.264894561577909,2.9780880413677533,0.05881417915225029,-0.9535757899284363,0.29535385966300964,-0.1061149463057518,0.2768869400024414,0.18185758590698242,0.023232314735651016,-0.02831190824508667,0.05236333608627319 +426,3.036418039555557,1.2868803781075642,2.908113554119976,0.029406899586319923,-0.9599658846855164,0.2785690128803253,-0.021475767716765404,0.591960072517395,0.37059512734413147,-0.008700715377926826,-0.0004069805145263672,0.03202363848686218 +427,-2.997922288494412,1.2662803436759826,2.726316545134043,-0.04292893409729004,-0.9539921879768372,0.29674288630485535,0.2898106575012207,0.6617127060890198,0.5283259153366089,0.03331590071320534,0.03382605314254761,-0.033696502447128296 +428,-2.782236184764356,1.2327848392206116,2.5658859849346687,-0.1166183203458786,-0.9434159398078918,0.3104289472103119,0.3241252601146698,0.6305681467056274,0.5852117538452148,0.022792048752307892,0.019298076629638672,-0.03293269872665405 +429,-2.6304755455390976,1.1801288208934417,2.4587714006439065,-0.18627206981182098,-0.9246550798416138,0.33213862776756287,0.19244834780693054,0.5325887799263,0.5399366617202759,0.010490790009498596,0.006121635437011719,0.0015101730823516846 +430,-2.5047240491405405,1.1388423926662188,2.36620792854874,-0.24896088242530823,-0.9081494808197021,0.33657559752464294,0.15984474122524261,0.3362581133842468,0.4771314561367035,-0.0031906068325042725,0.010368108749389648,-0.018323063850402832 +431,-2.4026034706052637,1.0847676878647754,2.2937087031344743,-0.31462332606315613,-0.8841949105262756,0.3452703058719635,0.28209519386291504,0.4422133266925812,0.7044734358787537,0.00711292028427124,0.0010009407997131348,0.00012755393981933594 +432,-2.286057603929292,1.0094864967661374,2.2114036530399335,-0.40184155106544495,-0.8465586304664612,0.3490872085094452,0.3024982810020447,0.6620782613754272,0.9957568645477295,0.009522855281829834,-0.02087301015853882,0.008685588836669922 +433,-2.1729318002202964,0.9169383589491468,2.145070002145278,-0.5012785792350769,-0.7937430739402771,0.34451690316200256,0.2964843809604645,0.5986389517784119,0.9383223056793213,0.012570023536682129,-0.004261136054992676,-0.007618039846420288 +434,-2.0869244834189917,0.8237374030618386,2.0971572275586765,-0.590971827507019,-0.7336904406547546,0.3353363275527954,0.13594584167003632,0.36622241139411926,0.7630764245986938,0.006056725978851318,0.018312692642211914,-0.0339142382144928 +435,-2.0198277533299382,0.7582622892683786,2.042396236018492,-0.6540590524673462,-0.6876608729362488,0.31516557931900024,-0.041361864656209946,0.37496981024742126,0.6920756697654724,-0.014428436756134033,0.0001608729362487793,0.021367043256759644 +436,-1.9761152705434475,0.7084166635927146,2.0153430622555226,-0.6978643536567688,-0.6506322026252747,0.29943764209747314,0.09750513732433319,0.1473444551229477,0.33652979135513306,-0.0028191804885864258,0.035489439964294434,-0.02839568257331848 +437,-1.9609347152609151,0.6864677746990786,2.0046498688227747,-0.7153669595718384,-0.6338090300559998,0.2941708564758301,-0.019409488886594772,0.12484678626060486,0.14117372035980225,-0.0006975531578063965,0.0014084577560424805,0.01190522313117981 +438,-1.9458571905276103,0.670644520218571,1.9902285006520808,-0.728961706161499,-0.6214910745620728,0.2869899570941925,0.03514964133501053,0.18935638666152954,0.2986147105693817,0.0374792218208313,-0.01014643907546997,0.019863903522491455 +439,-1.9155905765569075,0.6213612216158899,1.975261012371467,-0.765232503414154,-0.5821424722671509,0.274825781583786,0.06497909128665924,0.269503116607666,0.4141431450843811,-0.04275083541870117,0.009831130504608154,0.0236361026763916 +440,-1.8963200144635584,0.5969311705259087,1.971403315753617,-0.7836297154426575,-0.5621070265769958,0.26449933648109436,0.21888263523578644,-0.021254591643810272,0.027275748550891876,0.07670539617538452,0.046955108642578125,-0.0574224591255188 +441,-1.9053469630561566,0.5834192188804797,1.9676938780121245,-0.7883129119873047,-0.5508807897567749,0.27403125166893005,0.035965029150247574,-0.11704391986131668,0.1319715827703476,-0.0005359649658203125,-0.016410470008850098,0.02174508571624756 +442,-1.8948125751767082,0.5659708228367643,1.9520958424583075,-0.8001469373703003,-0.536235511302948,0.2687315046787262,0.07822946459054947,0.11254417151212692,0.19083257019519806,-0.020226716995239258,0.05132639408111572,-0.010461181402206421 +443,-1.8972512559449368,0.5620220425993215,1.9455631986581046,-0.8014883995056152,-0.5328983068466187,0.271358847618103,-0.027930034324526787,-0.13271580636501312,-0.1411910355091095,-0.02057880163192749,0.007065236568450928,-0.014065295457839966 +444,-1.9056708354453689,0.5776742154905807,1.936267087274182,-0.7912001013755798,-0.5460770130157471,0.2753221392631531,-0.07029873132705688,0.07133020460605621,0.034773778170347214,-2.9146671295166016e-05,0.0031387805938720703,0.012275457382202148 +445,-1.8960316307400658,0.5688835431298186,1.926927142832776,-0.7983351349830627,-0.5386917591094971,0.2692064344882965,-0.02317461371421814,0.040223583579063416,-0.016700217500329018,0.0053206682205200195,0.0001328587532043457,-0.005610853433609009 +446,-1.897486251999591,0.5724937027553583,1.9186025255001145,-0.796095609664917,-0.5417298078536987,0.26974156498908997,-0.01187549065798521,-0.10978172719478607,0.01869267411530018,0.05099374055862427,0.011502265930175781,-0.039059191942214966 +447,-1.9014081365046187,0.5565112506497945,1.9114830369525602,-0.8031190037727356,-0.5282270908355713,0.27563735842704773,0.026742463931441307,-0.07937020063400269,0.057872459292411804,-0.04952681064605713,0.0037978291511535645,0.025983184576034546 +448,-1.8758709320232014,0.5669439697993517,1.8794542867443402,-0.8045951724052429,-0.5370566844940186,0.2533712387084961,-0.2921712398529053,0.3196518123149872,0.004469084553420544,-0.01393204927444458,-0.005591690540313721,0.029938697814941406 +449,-1.8583542942589544,0.5669505643897512,1.8640461957461265,-0.8089059591293335,-0.5370622277259827,0.23923815786838531,0.1486554741859436,-0.1671227365732193,0.158146932721138,0.11014515161514282,0.06149160861968994,-0.11638981103897095 +450,-1.883595412751376,0.5564313701695205,1.8697178181110006,-0.8079414367675781,-0.5281592607498169,0.2613016366958618,-0.04294390603899956,-0.1414589285850525,-0.18527771532535553,-0.08922958374023438,0.047110676765441895,0.061757445335388184 +451,-1.8853886789111103,0.585508137665415,1.8627802083934537,-0.7925288677215576,-0.5526229739189148,0.25788775086402893,-0.011777213774621487,0.04002075269818306,-0.192280575633049,-0.0010807514190673828,-0.02937781810760498,0.03202927112579346 +452,-1.8900409008478476,0.5831976553984293,1.8660822890369162,-0.7925305366516113,-0.5506958365440369,0.26197192072868347,0.12103761732578278,-0.041912466287612915,0.22156129777431488,0.0810285210609436,-0.011239469051361084,-0.028451472520828247 +453,-1.8823134604109741,0.5645849983572235,1.8436846707445755,-0.8041496276855469,-0.5350652933120728,0.2589370906352997,-0.08619310706853867,0.02876681461930275,0.2392067015171051,-0.04948800802230835,0.01246708631515503,0.03969261050224304 +454,-1.8716919424026022,0.5543349390185812,1.8251478225015927,-0.8120499849319458,-0.5263779759407043,0.2519935965538025,-0.0732254907488823,0.05115249380469322,0.0943390503525734,-0.0042493343353271484,0.03907334804534912,-0.019709020853042603 +455,-1.8690252246286025,0.541163307248413,1.8182508594465723,-0.8192756772041321,-0.5151334404945374,0.2518426775932312,-0.010672246105968952,-0.0019279811531305313,0.11900784820318222,0.002274453639984131,0.023846209049224854,-0.011669427156448364 +456,-1.861853939858653,0.528536667686926,1.8045874871715937,-0.8272262215614319,-0.5042702555656433,0.24780796468257904,-0.1535636931657791,0.11238405108451843,0.10671675950288773,-0.02300894260406494,-0.016603827476501465,0.03467801213264465 +457,-1.8563041368494424,0.5244862966154099,1.7965493361406375,-0.8305414915084839,-0.5007684230804443,0.24378642439842224,0.03963146358728409,-0.03807986155152321,0.004329154267907143,0.0013941526412963867,0.044179677963256836,-0.03623640537261963 +458,-1.8593147517014137,0.5250095131538784,1.795697630821105,-0.8295525312423706,-0.501221239566803,0.2462111860513687,0.02824612334370613,-0.025041289627552032,-0.08060113340616226,0.0051048994064331055,0.0012059807777404785,-0.0007735490798950195 +459,-1.858381289626514,0.524251451039022,1.7895155511126049,-0.8301461935043335,-0.5005651116371155,0.24554443359375,-0.04537898302078247,-0.043901797384023666,-0.014187322929501534,0.013968706130981445,0.011856555938720703,-0.009582489728927612 +460,-1.855017612553071,0.522036248673374,1.7811516901422106,-0.8320297598838806,-0.49864619970321655,0.24306105077266693,0.00880845170468092,0.06266020238399506,0.05505729839205742,-0.01667940616607666,0.010502278804779053,-0.001071929931640625 +461,-1.8606407037047796,0.52991583367613,1.7766630526058946,-0.8268588781356812,-0.5054607391357422,0.24660512804985046,-0.1359270066022873,-0.08058325946331024,-0.20182259380817413,-0.0041043758392333984,0.027738511562347412,0.005332738161087036 +462,-1.8621719448814276,0.537384576907908,1.7710808029662821,-0.8228411078453064,-0.5118909478187561,0.24677951633930206,0.028631919994950294,0.0965842604637146,0.05795077234506607,-0.017399311065673828,-0.01879441738128662,0.02446076273918152 +463,-1.8637981709288025,0.5474075043685942,1.7712975151560686,-0.8174853920936584,-0.5204753279685974,0.2466229945421219,-0.03146708384156227,-0.17987151443958282,-0.34902042150497437,-0.0074808597564697266,-0.05746656656265259,0.018345803022384644 +464,-1.8634875434720797,0.5912543702202271,1.745313031050293,-0.7949325442314148,-0.5574029088020325,0.23954977095127106,-0.36110424995422363,0.043711259961128235,0.08250293135643005,0.052317917346954346,-0.034103989601135254,-0.011629238724708557 +465,-1.8225764734120349,0.545987522713538,1.7152017443914438,-0.8276693224906921,-0.5192623138427734,0.21290883421897888,0.09532951563596725,0.14191947877407074,0.3903464674949646,-0.004972219467163086,0.14005088806152344,-0.09280693531036377 +466,-1.8496651950778187,0.5676919394502343,1.729595134278541,-0.8105713725090027,-0.5376874804496765,0.23209095001220703,-0.09588021785020828,-0.34648340940475464,-0.7371031045913696,-0.06325364112854004,0.023252665996551514,0.010050758719444275 +467,-1.8615092007971203,0.6001886047318149,1.7420153150754147,-0.790602445602417,-0.56479811668396,0.2365397959947586,0.16815733909606934,0.20630522072315216,0.08488976210355759,0.014784455299377441,-0.024542152881622314,0.0211658775806427 +468,-1.8660864491106692,0.5987121486897606,1.7593794293918092,-0.7903081774711609,-0.5635790824890137,0.24039843678474426,0.1074565201997757,-0.11286573857069016,-0.017270399257540703,0.07505255937576294,-0.023594319820404053,-0.03420642018318176 +469,-1.8666388293390956,0.5724350790106211,1.7624499952732324,-0.8040668964385986,-0.5416805148124695,0.24506893754005432,0.10119838267564774,0.16830182075500488,0.5619050860404968,-0.018229365348815918,-0.03320968151092529,0.0345177948474884 +470,-1.8478082589979867,0.5499810604994021,1.7547474389410145,-0.8200329542160034,-0.522671103477478,0.23315337300300598,-0.06610333919525146,0.07765357196331024,-0.06528717279434204,-0.015644967555999756,0.0392116904258728,-0.01869112253189087 +471,-1.8564174693342645,0.5555752992012656,1.7645684985629477,-0.8151771426200867,-0.5274321436882019,0.23937691748142242,0.07916498184204102,-0.05813048034906387,-0.04265796020627022,0.00803309679031372,0.015332043170928955,-0.005337625741958618 +472,-1.8499679126855433,0.5527479058638375,1.7711448328224708,-0.8181343674659729,-0.5250279307365417,0.2345244586467743,-0.03739988058805466,0.1720632016658783,-0.07882414013147354,-0.04546719789505005,-0.030193626880645752,0.06196901202201843 +473,-1.8393198965138366,0.5621406020577768,1.7729854487321142,-0.8157942891120911,-0.5329986214637756,0.2244815081357956,0.03109532594680786,0.08901433646678925,0.045397043228149414,0.08190768957138062,0.01636660099029541,-0.05896942317485809 +474,-1.8549721201278735,0.5513449102645496,1.784547509304935,-0.817656934261322,-0.5238333344459534,0.23882193863391876,0.10743483901023865,-0.36636626720428467,0.05725233256816864,0.07336360216140747,0.036269187927246094,-0.06714531779289246 +475,-1.8848017787684146,0.5301696105960805,1.797748242552208,-0.820537805557251,-0.5056796669960022,0.2664693593978882,0.08465984463691711,0.06828340142965317,0.1729350984096527,-0.11626029014587402,-0.026089131832122803,0.08533728122711182 +476,-1.877128710919542,0.528885039763587,1.805835205445264,-0.8231768012046814,-0.5045710206031799,0.2603611648082733,0.09232224524021149,0.06580083817243576,-0.12370077520608902,0.03867673873901367,0.024270176887512207,-0.03369191288948059 +477,-1.8903807157608836,0.5286389987703152,1.8206940044546187,-0.8197722434997559,-0.5043585896492004,0.2712857723236084,0.05855291336774826,-0.14649131894111633,0.02342909947037697,0.04784536361694336,-0.014394402503967285,-0.0173184871673584 +478,-1.888879985901979,0.5297166678690004,1.814302039780243,-0.8196618556976318,-0.50528883934021,0.2698850929737091,-0.015026876702904701,0.08424974977970123,0.034267473965883255,-0.047113776206970215,-0.0008299946784973145,0.03478720784187317 +479,-1.8883210510121835,0.5258696316931705,1.8174296395054408,-0.8216530680656433,-0.501965343952179,0.27003180980682373,0.03294546157121658,0.00925413053482771,0.08515306562185287,0.041364312171936035,0.01679682731628418,-0.04261481761932373 +480,-1.8851627885579223,0.5089787583634889,1.8190368958892178,-0.8304471373558044,-0.48728570342063904,0.27001887559890747,0.07935045659542084,0.0997355505824089,0.12070818245410919,-0.04583460092544556,0.013317197561264038,0.042938947677612305 +481,-1.873168374897743,0.5048063709938662,1.8209924347781608,-0.835559606552124,-0.4836379587650299,0.2606421113014221,0.022692501544952393,0.2596125602722168,0.04771360009908676,-4.214048385620117e-05,0.004649370908737183,0.01804444193840027 +482,-1.8494194377355477,0.46005953147841605,1.833046090588985,-0.8614707589149475,-0.4440014362335205,0.24643592536449432,0.23555588722229004,0.3547629117965698,0.693798840045929,0.02416008710861206,-0.03788632154464722,0.00011560320854187012 +483,-1.8295192327438123,0.40303774170638496,1.8439098366895905,-0.889258086681366,-0.39221447706222534,0.23534618318080902,0.11914142221212387,0.051962632685899734,0.1877671331167221,0.007956206798553467,0.012957274913787842,0.0011650323867797852 +484,-1.823095242973702,0.3989287041999631,1.8385878266791122,-0.8923047184944153,-0.3884314000606537,0.2300291657447815,0.03626251965761185,0.03111034631729126,0.008823745884001255,-0.002363860607147217,0.005267918109893799,-0.0026121139526367188 +485,-1.819874060240455,0.3887055010571383,1.8408564395721658,-0.8968427777290344,-0.3789907991886139,0.22812071442604065,0.09819324314594269,0.032286033034324646,0.14742228388786316,0.0247114896774292,0.006844192743301392,-0.015596270561218262 +486,-1.8242837852984404,0.3877880135325028,1.8420200072059894,-0.8961641788482666,-0.3781416118144989,0.23216037452220917,-0.04080298915505409,-0.06387030333280563,-0.08499626070261002,-0.014266550540924072,0.008192300796508789,0.011339381337165833 +487,-1.8208504388240898,0.3822657314723603,1.843454795640062,-0.8989656567573547,-0.3730236291885376,0.22959543764591217,0.06838906556367874,0.08984044194221497,0.06968940049409866,-0.007650494575500488,0.005103737115859985,0.004550665616989136 +488,-1.823686546766199,0.37920011269269516,1.8486091060362462,-0.8994138240814209,-0.3701775372028351,0.23242908716201782,0.12509268522262573,-0.10390155762434006,0.03263171389698982,0.044112980365753174,0.026412278413772583,-0.05475570261478424 +489,-1.839382192952103,0.3694071386960468,1.8665740628567604,-0.8991073369979858,-0.361062616109848,0.24746696650981903,0.1526767611503601,-0.10743172466754913,0.0297381691634655,-0.01603853702545166,0.0074096620082855225,0.00323486328125 +490,-1.852175679673755,0.3651893555318306,1.885946873927657,-0.8973227739334106,-0.3571261763572693,0.2593696415424347,0.1100580021739006,-0.03980249911546707,-0.0615198090672493,-0.01084977388381958,-0.011968642473220825,0.010756701231002808 +491,-1.8569944493963608,0.3695821691952731,1.8958450316975013,-0.8945491313934326,-0.36122584342956543,0.26324525475502014,0.053769856691360474,0.019278645515441895,-0.026493271812796593,0.011339783668518066,-0.012111008167266846,0.004210740327835083 +492,-1.8592489410603652,0.36864251561034833,1.8990234503605141,-0.8942782878875732,-0.36034947633743286,0.26535776257514954,-0.004553246311843395,-0.009919088333845139,0.00944867916405201,0.0014102458953857422,-0.006410747766494751,0.0069353580474853516 +493,-1.8533974922790502,0.36926575119412314,1.897648578761956,-0.8955997824668884,-0.36093077063560486,0.2600577175617218,-0.012852448970079422,0.1509326547384262,0.015274656936526299,-0.03575092554092407,0.02000361680984497,0.008390188217163086 +494,-1.8474277648251605,0.3778344181287282,1.9076873141817843,-0.8941282033920288,-0.36890849471092224,0.25385260581970215,0.014936182647943497,-0.0008761007338762283,-0.24184420704841614,0.044122159481048584,0.002697587013244629,-0.017051488161087036 +495,-1.8520109425984337,0.38494798281004666,1.9074045393089947,-0.8904117345809937,-0.37551093101501465,0.2572130858898163,0.03618132323026657,-0.03540218621492386,0.15526896715164185,0.025238394737243652,-0.04923272132873535,0.003361225128173828 +496,-1.8491469284594384,0.3799538000319507,1.9030931473878707,-0.8929368853569031,-0.37087756395339966,0.25517401099205017,-0.008678143844008446,0.044606052339076996,0.015618188306689262,-0.025550782680511475,0.03526043891906738,0.001478821039199829 +497,-1.8454060438954825,0.37999554534556773,1.9039886485867163,-0.8938700556755066,-0.37091633677482605,0.251827597618103,-0.02369624562561512,-0.037615373730659485,-0.09931185096502304,0.03753173351287842,0.002431899309158325,-0.022243916988372803 +498,-1.8503757974908965,0.382580630974713,1.900977814718081,-0.8916831016540527,-0.3733157813549042,0.25600138306617737,-0.12100023031234741,-0.1167568564414978,-0.06072614714503288,0.006520628929138184,-0.007055371999740601,0.0064649879932403564 +499,-1.8587491270267453,0.3943716048667692,1.8955301815164032,-0.8852261304855347,-0.3842281103134155,0.2621903717517853,0.002973815891891718,-0.03349732607603073,-0.02213812805712223,-0.008816957473754883,-0.00575605034828186,0.016618281602859497 +500,-1.8622585541900147,0.39405092802295466,1.890600383297195,-0.8844184279441833,-0.3839320242404938,0.2653307616710663,-0.14883089065551758,-0.16398636996746063,-0.00721084326505661,0.0366399884223938,-0.021738201379776,-0.012919872999191284 +501,-1.8691387895690321,0.39194490871295795,1.8764870489676873,-0.8833427429199219,-0.3819865584373474,0.2716464698314667,0.07238324731588364,-0.034908801317214966,0.24666936695575714,-0.03139108419418335,-0.0050068199634552,0.02129170298576355 +502,-1.8517547083282504,0.37535997400744564,1.8713451913520174,-0.8938957452774048,-0.3666074573993683,0.2579713761806488,-0.015825320035219193,0.03897877782583237,-0.3304656744003296,-0.07123786211013794,0.09107956290245056,-0.02048364281654358 +503,-1.85558521945704,0.43983262631648135,1.865970098336181,-0.8683775067329407,-0.425788015127182,0.2542143762111664,-0.16648179292678833,0.07122181355953217,-0.05627775937318802,0.17436206340789795,-0.12583237886428833,0.015927165746688843 +504,-1.8524355714492402,0.38391632424264643,1.8528272369906247,-0.8906741738319397,-0.3745545744895935,0.2576987147331238,-0.18904724717140198,-0.1327248364686966,0.4827289283275604,-0.04298067092895508,0.009594857692718506,0.028647780418395996 +505,-1.8462010180978896,0.3829512615113994,1.8284996091830115,-0.8926107287406921,-0.37365958094596863,0.2522388994693756,-0.019149616360664368,0.00910835713148117,-0.2508139908313751,-0.06481719017028809,0.0970635712146759,-0.012309819459915161 +506,-1.848003969162746,0.4125196283845954,1.823324759878283,-0.8811393976211548,-0.4009188711643219,0.25071367621421814,-0.16166284680366516,-0.12587566673755646,-0.2616094946861267,0.06308519840240479,0.0024355947971343994,-0.03266561031341553 +507,-1.8524796982457625,0.41183188222347383,1.8260192518884601,-0.880273163318634,-0.4002887010574341,0.2547314763069153,0.12771087884902954,-0.035970184952020645,0.08938544243574142,-0.010611236095428467,-0.00553402304649353,0.0027758777141571045 +508,-1.8585737811546688,0.42693032074345894,1.8237345798685543,-0.8728094696998596,-0.41407862305641174,0.258346289396286,-0.0901850014925003,-0.11287207156419754,-0.19508050382137299,0.009344935417175293,0.0027473866939544678,0.004776269197463989 +509,-1.8577185948071968,0.4297227693290123,1.8183977708505887,-0.8719174861907959,-0.41661879420280457,0.25727149844169617,0.03758833557367325,0.029059991240501404,0.0665862187743187,0.0011137127876281738,-0.0012583732604980469,0.0002662837505340576 +510,-1.8523427925834082,0.4373996334452197,1.8107624507882125,-0.8701898455619812,-0.42358535528182983,0.2516844868659973,-0.12350096553564072,0.010912591591477394,-0.1554463505744934,-0.002719700336456299,0.002290189266204834,0.00322878360748291 +511,-1.8587662376923673,0.48002672484215814,1.7935258497612716,-0.8504588603973389,-0.4618028700351715,0.25190868973731995,-0.4587499797344208,-0.013602936640381813,-0.3951915204524994,-0.08408093452453613,-0.015263170003890991,0.07591116428375244 +512,-1.8370185197550493,0.5489617288328682,1.7635798519948402,-0.8230146765708923,-0.521801769733429,0.22443215548992157,-0.5032120943069458,-0.018808383494615555,-0.8404144048690796,0.012437224388122559,0.002423107624053955,-0.02823469042778015 +513,-1.864781070133761,0.6236265310021732,1.7590719386945022,-0.7769386172294617,-0.5839828848838806,0.23522403836250305,-0.27874627709388733,-0.5633073449134827,-0.436876118183136,0.04953688383102417,-0.1296095848083496,0.026036962866783142 +514,-1.8888817856551552,0.6177768981571792,1.7243871374158835,-0.7742759585380554,-0.5792244076728821,0.25494271516799927,-0.14163519442081451,0.05220535397529602,0.7197593450546265,-0.00608903169631958,-0.01840132474899292,0.137040376663208 +515,-1.8824167222204087,0.548133921425342,1.6968753555353544,-0.8123922348022461,-0.5210954546928406,0.26168379187583923,-0.1902148723602295,-0.5155738592147827,0.4974946975708008,0.06916719675064087,0.07012194395065308,-0.016185075044631958 +516,-1.887481288003232,0.5622719804029626,1.6144609728810155,-0.8039748072624207,-0.5331097841262817,0.26347407698631287,-0.7679088115692139,-0.5430719256401062,-0.2958713471889496,0.06499165296554565,0.05253416299819946,-0.045700669288635254 +517,-1.8776112129760643,0.6463701201335358,1.5730252825899913,-0.7609961032867432,-0.6022927165031433,0.24109813570976257,-0.5043688416481018,-0.16503320634365082,-0.9466242790222168,0.045801401138305664,0.0028969645500183105,-0.01999831199645996 +518,-1.8623681434354116,0.7290249929059555,1.540140023356141,-0.7143454551696777,-0.6661427617073059,0.21439319849014282,-0.19016091525554657,0.11099889129400253,-0.20730863511562347,-0.026682376861572266,0.020467162132263184,-0.08608198165893555 +519,-1.8532633238254204,0.7268565423722435,1.5455027583959364,-0.7176534533500671,-0.6645238995552063,0.20828256011009216,0.024482443928718567,0.2618221342563629,0.028419066220521927,-0.10255229473114014,0.0440862774848938,-0.025512784719467163 +520,-1.8439163398028628,0.6998655782057792,1.5645070459728094,-0.7365760207176208,-0.6441148519515991,0.20632970333099365,0.22670741379261017,0.1195489764213562,0.09820015728473663,-0.0017204880714416504,0.05095994472503662,-0.043640464544296265 +521,-1.8634913306071528,0.7336076852255998,1.569853941798791,-0.7111735343933105,-0.6695536375045776,0.21431225538253784,-0.34283509850502014,-0.22388195991516113,-0.4585902690887451,0.022605538368225098,-0.08783149719238281,0.0176059752702713 +522,-1.8532480659707404,0.7710979904529002,1.5471925122108956,-0.6887288689613342,-0.6969230771064758,0.19987647235393524,-0.205884650349617,-0.12270019948482513,-0.22762709856033325,0.03887242078781128,-0.034140706062316895,0.010160669684410095 +523,-1.8412474574961821,0.789289251377194,1.520481009387677,-0.6787471175193787,-0.7098528146743774,0.18817849457263947,-0.08088140189647675,-0.05597246065735817,-0.07822458446025848,-0.010797500610351562,0.03939694166183472,-0.010688334703445435 +524,-1.8481596550957673,0.7922544070289397,1.5198036875031937,-0.6754029393196106,-0.711938202381134,0.19228842854499817,0.04919911175966263,-0.10848759859800339,0.07383211702108383,0.007632553577423096,0.011697113513946533,-0.008679389953613281 +525,-1.859711268402872,0.7425434497399463,1.5428828463783635,-0.7062153816223145,-0.6761639714241028,0.20990945398807526,0.7483654022216797,0.12125227600336075,0.7471233606338501,-0.009925305843353271,0.042680203914642334,-0.048990264534950256 +526,-1.8925578171576947,0.6470264558777926,1.6071481853353504,-0.7569324970245361,-0.6028165221214294,0.2523200213909149,0.24148687720298767,0.02895009145140648,0.13403986394405365,-0.05275988578796387,-0.03422260284423828,0.059066057205200195 +527,-1.8821569666505973,0.7440240949963369,1.5607463294924218,-0.7003724575042725,-0.6772541403770447,0.22539976239204407,-1.0840106010437012,-0.5111690163612366,-1.535723328590393,-0.022131145000457764,0.008568286895751953,0.08108827471733093 +528,-1.8986985545165993,1.0267583400959805,1.4356925601526858,-0.4900178015232086,-0.8556256294250488,0.16669555008411407,-1.8777985572814941,-1.6418017148971558,-2.811216115951538,0.09704291820526123,0.04292726516723633,-0.039483070373535156 +529,-1.8220008864081896,1.346523335541549,1.1885974858859516,-0.21541728079319,-0.9749560356140137,0.05528154969215393,-1.763216495513916,-1.9873820543289185,-2.92547345161438,0.010949522256851196,0.07578617334365845,-0.03347671404480934 +530,0.9722915840454155,1.4030870141919378,-1.904994160178315,0.1379098743200302,-0.9859697222709656,-0.09404680132865906,-1.5872598886489868,-3.4140477180480957,-3.819129228591919,-0.044953301548957825,0.0141221284866333,-0.03362347185611725 +531,0.8157665235110438,1.0204091627020309,-2.1148820635630483,0.3808879554271698,-0.8523221015930176,-0.3584291934967041,-1.527085781097412,-3.309633255004883,-3.1222684383392334,-0.016874313354492188,-0.002658367156982422,0.1298830509185791 +532,0.5991166498500508,0.7932435237929847,-2.272333805723589,0.39560624957084656,-0.7126324772834778,-0.5793535709381104,-0.5578771829605103,-3.5278148651123047,-1.5301331281661987,0.019661635160446167,0.005753874778747559,0.08675414323806763 +533,0.4784142835897095,0.6946306197343698,-2.2661684551908876,0.35369935631752014,-0.6401016712188721,-0.6820312738418579,-1.1742966175079346,-0.5476151704788208,-0.6088616847991943,0.06918269395828247,0.01580357551574707,-0.1547912359237671 +534,0.3569706003565437,0.5808365982471142,-2.2598289067389192,0.2921310365200043,-0.5487235188484192,-0.7833019495010376,-0.9519927501678467,-1.427002191543579,-0.38486337661743164,0.05125275254249573,-0.07630699872970581,-0.0438312292098999 +535,0.2021374195489459,0.46996032766755513,-2.258250901339769,0.17899814248085022,-0.45285090804100037,-0.8734332919120789,-0.9617704153060913,-1.4111778736114502,-0.2397325187921524,0.04230007529258728,0.013245195150375366,0.009205996990203857 +536,0.057727397232874726,0.37522213196514415,-2.269438101880549,0.053681258112192154,-0.36647921800613403,-0.9288763403892517,-0.6315106749534607,-0.9631189703941345,-0.26162779331207275,0.020323853939771652,0.012780517339706421,0.06548833847045898 +537,0.0011974603999232018,0.31319437637399394,-2.2929611067504685,0.001139208790846169,-0.3080991804599762,-0.9513535499572754,-0.39021918177604675,-0.33182477951049805,-0.20916913449764252,0.017537549138069153,-0.054815858602523804,-0.03277730941772461 +538,0.029803856645423333,0.31693482196440503,-2.2978522316991907,0.028315287083387375,-0.31165552139282227,-0.9497731924057007,0.23892056941986084,0.49234187602996826,0.10900632292032242,-0.047281958162784576,0.0027565956115722656,0.015920042991638184 +539,0.05645828577591564,0.3186110858699898,-2.3155756457949805,0.05358834192156792,-0.3132478594779968,-0.9481582641601562,0.06155958026647568,0.22271721065044403,-0.332820862531662,-0.018844082951545715,0.015136897563934326,0.03574371337890625 +540,0.09553706488436674,0.3375214499813074,-2.337116198281403,0.09000963717699051,-0.3311493992805481,-0.9392754435539246,0.16457389295101166,0.47281497716903687,-0.19389104843139648,-0.020673692226409912,0.014468491077423096,0.01161736249923706 +541,0.12229001528426367,0.34549837001299,-2.3623699404030747,0.11477692425251007,-0.338665634393692,-0.9338799715042114,-0.17138004302978516,-0.131221204996109,-0.2284666895866394,0.02511565387248993,-0.013552963733673096,-0.050433993339538574 +542,0.11725304498754546,0.34889098731552987,-2.3768265768686394,0.10993652045726776,-0.34185582399368286,-0.9332998394966125,0.16893671452999115,0.17155756056308746,-0.043343979865312576,-0.014721676707267761,-0.011690318584442139,0.08526211977005005 +543,0.11674397576506082,0.34724916413168894,-2.3775459792333766,0.1095266193151474,-0.3403124511241913,-0.9339118599891663,-0.059686824679374695,-0.10328153520822525,-0.11808941513299942,-0.027434341609477997,0.045360058546066284,-0.01950305700302124 +544,0.12088723122692163,0.365102658542104,-2.3954682802784006,0.11264437437057495,-0.35704517364501953,-0.9272701740264893,0.4554917514324188,0.2772853970527649,-0.04993787780404091,0.004619419574737549,-0.009791344404220581,0.04331326484680176 +545,0.2160196914793961,0.44812232059473084,-2.394795125344481,0.19317974150180817,-0.4332740306854248,-0.8803154230117798,0.14682713150978088,0.05785743519663811,0.1650402694940567,0.044094428420066833,0.024842023849487305,-0.14130628108978271 +546,0.11671596175206704,0.3626340434683513,-2.4122996228789537,0.10887782275676727,-0.3547382056713104,-0.9286045432090759,-1.1471003293991089,-2.266815423965454,-0.3540939688682556,0.007882431149482727,-0.019117385149002075,-0.11117511987686157 +547,-0.09199130997566181,0.20953317884843164,-2.4646089698400817,-0.08985243737697601,-0.20800331234931946,-0.9739924073219299,-0.2114015817642212,-0.010105705820024014,-0.29736700654029846,0.016686536371707916,-0.04475852847099304,0.25962167978286743 +548,0.007348771821601183,0.2506093902356163,-2.4349007132729237,0.0071191429160535336,-0.24799436330795288,-0.9687353372573853,0.48060113191604614,1.117884874343872,0.15667521953582764,-0.05747314542531967,0.06394284963607788,-0.061324477195739746 +549,0.08592857862423979,0.3121277287324882,-2.4226283589803503,0.08167611062526703,-0.30708426237106323,-0.9481710195541382,0.6590576171875,0.8566043972969055,0.11933962255716324,-0.018764115869998932,0.013688266277313232,0.035573363304138184 +550,0.20508616038796582,0.3825980632531557,-2.3619463414722426,0.1889270693063736,-0.3733319342136383,-0.908256471157074,0.9499433040618896,1.7150951623916626,0.20538614690303802,0.002479180693626404,0.05799382925033569,0.027687013149261475 +551,0.22781343983446,0.4135614658965024,-2.294404457379808,0.2068079710006714,-0.40187308192253113,-0.8920361399650574,-0.17381544411182404,-0.09253627061843872,0.3157632648944855,-0.010640978813171387,-0.018567591905593872,0.08809632062911987 +552,0.3044750778281726,0.446199687697225,-2.2526294793711705,0.27044084668159485,-0.43154042959213257,-0.8606013059616089,0.38578927516937256,0.9177073836326599,0.03670259565114975,-0.008737355470657349,0.01912587881088257,-0.03183948993682861 +553,0.43803988785660036,0.4826401192229368,-2.2374042102540153,0.375713974237442,-0.4641193449497223,-0.8021422624588013,0.17894206941127777,1.2956249713897705,0.03910798951983452,-0.022640854120254517,0.04599803686141968,-0.035778820514678955 +554,0.5335368175797047,0.4941751857481597,-2.2422807143084857,0.44773516058921814,-0.4743056893348694,-0.7580022215843201,0.3298872411251068,1.0655046701431274,0.22735214233398438,0.04429978132247925,-0.052320897579193115,0.0029210448265075684 +555,0.6235033337652548,0.5062378547363958,-2.2458591863360557,0.5106493234634399,-0.4848904013633728,-0.7100130915641785,0.09028135985136032,0.7763265371322632,-0.2807385325431824,-0.014692902565002441,0.022015035152435303,-0.05974698066711426 +556,0.7056404740146384,0.4813563459275901,-2.279196133476114,0.574828565120697,-0.46298182010650635,-0.6746999621391296,-0.01480557769536972,0.1455443799495697,-0.5085487961769104,-0.11030524969100952,0.06285059452056885,-0.010496020317077637 +557,0.7215011787321519,0.42949279652376304,-2.2714954587568212,0.6005228757858276,-0.4164097309112549,-0.6826238632202148,-0.6407662630081177,-0.3138539791107178,-0.1492459923028946,0.05003559589385986,-0.008150815963745117,-0.08167362213134766 +558,0.6008684019617699,0.3792045783277452,-2.2788706560104752,0.5251955389976501,-0.370181679725647,-0.7662474513053894,-0.4459584355354309,-1.8785125017166138,-0.35194483399391174,0.024593889713287354,-0.012203574180603027,-0.007891952991485596 +559,0.40577010246538925,0.32727499986124314,-2.257049805702876,0.37377509474754333,-0.32146385312080383,-0.8700305819511414,-0.11501223593950272,-1.474115014076233,0.08521029353141785,0.05545461177825928,-0.01979893445968628,0.019887149333953857 +560,0.3092443667742133,0.35082995230703157,-2.2301532911142052,0.285800963640213,-0.3436773121356964,-0.8945410251617432,0.5338804125785828,-0.8262436389923096,0.21152260899543762,0.0007132887840270996,0.0440252423286438,-0.04092949628829956 +561,0.28428211797758773,0.36943632030478674,-2.2387299432606658,0.2615455389022827,-0.3610898554325104,-0.8951022624969482,-0.1456398218870163,-0.14568427205085754,-0.05219351872801781,-0.014780402183532715,-0.0009859800338745117,0.06343722343444824 +562,0.20801754137512815,0.3220329749712446,-2.229472856332625,0.1959041804075241,-0.3164956867694855,-0.9281443953514099,-0.9449868202209473,-1.732348084449768,-0.039988428354263306,0.03445775806903839,-0.023851603269577026,-0.07457166910171509 +563,-0.005866987452898426,0.2052875437299659,-2.232935928216934,-0.005743762012571096,-0.2038486748933792,-0.9789855480194092,-1.2841330766677856,-2.674494743347168,-0.14596982300281525,0.10570408403873444,-0.02126424014568329,-0.06192326545715332 +564,-0.14633359998474968,0.12066866765897265,-2.255001633257669,-0.14475160837173462,-0.12037604302167892,-0.9821184277534485,-0.38831713795661926,-0.39519041776657104,-0.1775968223810196,-0.01964658498764038,0.013823926448822021,0.031953632831573486 +565,-0.12257306968677191,0.1211270482766281,-2.266584287766204,-0.12137053906917572,-0.12083107233047485,-0.9852253794670105,0.6164843440055847,1.1114708185195923,0.013462932780385017,-0.01246429979801178,0.01562172919511795,0.0457112193107605 +566,0.0690665663286889,0.21999380504724947,-2.2508149922272955,0.0673484057188034,-0.21822357177734375,-0.9735721349716187,1.196664810180664,2.497843027114868,0.413006454706192,0.0019112303853034973,-0.06856535375118256,-0.011321663856506348 +567,0.28514363481574023,0.34380839272258923,-2.2335854770808017,0.2648332715034485,-0.33707505464553833,-0.9034621119499207,1.428807258605957,1.6379965543746948,0.3116001486778259,0.034650981426239014,0.04206162691116333,-0.14545756578445435 +568,0.36698519108186733,0.43131404307117527,-2.2375488924039537,0.3259428143501282,-0.4180648624897003,-0.8479286432266235,0.14137853682041168,0.3882661461830139,0.08220648765563965,-0.03091415762901306,0.006077587604522705,0.08707970380783081 +569,0.43245644651314546,0.47756055655857604,-2.2290824193008065,0.372212678194046,-0.4596140384674072,-0.8063576221466064,0.7250919938087463,1.1184314489364624,0.2950359582901001,-0.04974871873855591,0.0034220516681671143,0.04733973741531372 +570,0.4904802069670928,0.5045112826482873,-2.2562344882422307,0.41236186027526855,-0.48337966203689575,-0.7722057700157166,-0.46768680214881897,-0.4276983439922333,-0.11237329989671707,0.013571947813034058,-0.02304425835609436,-0.03373289108276367 +571,0.4607490664899284,0.499339003177947,-2.268059669719139,0.39033085107803345,-0.47884535789489746,-0.7863516807556152,0.5899579524993896,-0.5209002494812012,-0.0800967887043953,-0.00674012303352356,-0.02142930030822754,-0.07561731338500977 +572,0.3689371939804612,0.44090144062612413,-2.2850501622877935,0.32613688707351685,-0.4267548620700836,-0.8435134887695312,-1.0447750091552734,-0.5658422708511353,-0.39109817147254944,-0.033152878284454346,-0.0637694001197815,-0.06681060791015625 +573,0.3615241320772836,0.41256102087782365,-2.290109531148485,0.3240237236022949,-0.40095677971839905,-0.8568794131278992,-0.4173305332660675,0.006548146717250347,0.02421942539513111,0.02061125636100769,-0.04562219977378845,0.07053297758102417 +574,0.29493220212947735,0.35437682240018087,-2.2808343250912566,0.2726132869720459,-0.3470059633255005,-0.8973677158355713,-0.7193986177444458,-0.660218358039856,-0.19433599710464478,0.0656893253326416,0.0034390687942504883,0.1522810459136963 +575,0.24814596804368916,0.32473726801298913,-2.2765984976551383,0.2327703833580017,-0.3190597891807556,-0.9187049269676208,0.37998664379119873,-0.164695605635643,0.130077064037323,0.0562310665845871,0.0030502676963806152,0.058444976806640625 +576,0.23058602462852673,0.3300197646536194,-2.2560594496470565,0.21621470153331757,-0.32406172156333923,-0.9209968447685242,-0.26401329040527344,-0.24538102746009827,0.14901383221149445,0.03680655360221863,0.022868484258651733,0.01515883207321167 +577,0.21865948590683013,0.3082425658935637,-2.2003931698196255,0.20669734477996826,-0.3033845126628876,-0.9301795959472656,-0.3560105860233307,-0.06908313184976578,0.3252459466457367,-0.013826236128807068,0.04644176363945007,-0.042476654052734375 +578,0.17817915261254944,0.29718461487125414,-2.15238920496158,0.16946858167648315,-0.29282939434051514,-0.9410267472267151,0.03418417274951935,-0.38960447907447815,0.19588914513587952,-0.011234939098358154,-0.04922688007354736,-0.04380601644515991 +579,0.14447391902435083,0.28449558027604477,-2.1334064140635016,0.13818466663360596,-0.2806733548641205,-0.94980388879776,-0.22121316194534302,-0.13536839187145233,0.21098241209983826,0.010359629988670349,-0.03319993615150452,-0.037744879722595215 +580,0.1405927842050036,0.28357794444743417,-2.1171814716183817,0.1345333456993103,-0.2797924876213074,-0.9505876898765564,0.07811502367258072,0.038472529500722885,0.1987510323524475,-0.0442165732383728,0.025489509105682373,-0.018086016178131104 +581,0.11537098219319246,0.2878010197389088,-2.107673276961824,0.11038056761026382,-0.28384438157081604,-0.9524959325790405,-0.1083311215043068,-0.37898653745651245,0.028858518227934837,-0.06707611680030823,0.06732216477394104,0.05334126949310303 +582,0.10359275249423242,0.282338051081016,-2.118737144204685,0.09931331872940063,-0.27860188484191895,-0.9552580118179321,0.17139500379562378,-0.04285715892910957,-0.1450006067752838,0.03658144921064377,0.011588335037231445,-0.03114640712738037 +583,0.09195097164907577,0.31288010794409277,-2.1280497282560984,0.08736361563205719,-0.30780020356178284,-0.9474316239356995,0.48809969425201416,0.19004622101783752,-0.09314238280057907,-0.02474154531955719,0.015701204538345337,0.04331785440444946 +584,0.13870679762977864,0.37734863050201517,-2.1427763042089882,0.1285349726676941,-0.3684569299221039,-0.9207161664962769,0.5313540697097778,0.3895772397518158,-0.11299556493759155,0.029668152332305908,0.0016051530838012695,-0.017439961433410645 +585,0.14980365999930137,0.39436657202731723,-2.130334361570558,0.13778804242610931,-0.38422346115112305,-0.9129002094268799,-0.2782024145126343,-0.20203420519828796,-0.033927254378795624,-0.029114946722984314,0.015037059783935547,0.03501629829406738 +586,0.13414007321062765,0.3429672703128146,-2.1131257919805417,0.12594938278198242,-0.33628302812576294,-0.9333008527755737,-0.6005100011825562,-0.08297114074230194,-0.012290257029235363,-0.021197795867919922,-0.0030571818351745605,0.05112922191619873 +587,0.1082540618370995,0.2999801695813265,-2.095838079423765,0.10321781039237976,-0.2955012619495392,-0.9497500061988831,-0.5578457713127136,0.03833641856908798,-0.15120957791805267,0.03377559036016464,-0.028458088636398315,0.09042078256607056 +588,0.08297065657934476,0.22517114878674852,-2.077822685542877,0.08078337460756302,-0.22327318787574768,-0.971402645111084,-1.0039211511611938,-0.10532855987548828,-0.28184017539024353,0.025021061301231384,0.00998583436012268,0.004010677337646484 +589,0.07754689420141231,0.08789990194876417,-2.068700192133512,0.07717011123895645,-0.08778675645589828,-0.9931456446647644,-1.3079783916473389,0.4016827940940857,0.13774070143699646,0.05066802352666855,-0.060116685926914215,0.049603164196014404 +590,0.06397093047360077,0.05432378609348839,-2.013011035323538,0.06383300572633743,-0.0542970709502697,-0.9964823722839355,0.5822588205337524,-0.39787399768829346,0.3792559802532196,0.01793883740901947,0.0463014654815197,0.04273182153701782 +591,0.03959308822667889,0.1694447236088021,-1.9969404536742514,0.039015863090753555,-0.1686350554227829,-0.9849060773849487,1.1263680458068848,-0.4343111515045166,0.02516753226518631,0.0009621679782867432,0.0967966616153717,-0.02318108081817627 +592,0.021437697623081228,0.1679718816676981,-2.0043631245377824,0.021134361624717712,-0.16718311607837677,-0.9856992959976196,-0.605111837387085,-0.37252750992774963,-0.37523189187049866,-0.014878259971737862,0.06754323840141296,-0.053897202014923096 +593,0.020298699935420127,0.1325768004541149,-2.0465887662225666,0.020119188353419304,-0.13218876719474792,-0.9910203814506531,-0.03437558561563492,0.011487925425171852,-0.11570175737142563,0.035315994173288345,-0.06828120350837708,-0.019050419330596924 +594,0.018086830692263748,0.15955591297508961,-2.0721030473589237,0.017856117337942123,-0.15887977182865143,-0.9871364235877991,0.23576964437961578,-0.00397909339517355,-0.19373229146003723,0.009563922882080078,-0.027658924460411072,0.012038826942443848 +595,0.001956203394965877,0.161410673150935,-2.0794314002447094,0.0019307745387777686,-0.16071070730686188,-0.9869996905326843,0.30165722966194153,-0.19241024553775787,-0.16838805377483368,-0.05210167169570923,0.05913294851779938,-0.056716740131378174 +596,-0.007608592535364703,0.1948894233136601,-2.0837979752379616,-0.007464482914656401,-0.19365805387496948,-0.9810407161712646,0.11298537254333496,0.039612360298633575,-0.07143867015838623,-0.008633539080619812,-0.008398830890655518,0.06375861167907715 +597,-0.019606775476131797,0.17848675052600158,-2.0869049539396287,-0.019294055178761482,-0.17754057049751282,-0.9839243292808533,-0.09156960994005203,-0.28733810782432556,0.044116489589214325,0.01918724924325943,-0.016169756650924683,-0.04338890314102173 +598,-0.02640597350198246,0.19172051089553158,-2.089058243677128,-0.025919146835803986,-0.19054816663265228,-0.9813356399536133,0.019199447706341743,-0.15073218941688538,0.044870439916849136,0.028574176132678986,-0.00047662854194641113,-0.01690959930419922 +599,-0.06978533428777063,0.1303489915463986,-2.0917927196000883,-0.06913717091083527,-0.1299801766872406,-0.9891032576560974,-1.451935887336731,-1.0275439023971558,-0.017180394381284714,0.06092793494462967,0.0104123055934906,-0.05575758218765259 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/standing/q12.csv b/BoostRunClub/CoreML/DataSet/Motion/standing/q12.csv new file mode 100644 index 0000000..ba645d6 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/standing/q12.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,0.17115671351205897,0.17944651297080216,0.7140257872582992,0.16758735477924347,-0.17848500609397888,-0.9695656895637512,-0.11467278003692627,-0.5649462938308716,0.020947815850377083,-0.08239752054214478,0.019030660390853882,-0.006706893444061279 +1,0.03297404169992359,0.13306838692652537,0.7355632200227713,0.032676611095666885,-0.13267602026462555,-0.9906206727027893,0.06334228813648224,-1.5177303552627563,1.1898510456085205,-0.08943930268287659,-0.0002585500478744507,0.1230822205543518 +2,0.09655699827816919,0.1843689032558538,0.8410085797748856,0.09477313607931137,-0.18332616984844208,-0.9784730672836304,-0.13453641533851624,-0.9541905522346497,-5.1463255658745766e-05,0.08114544302225113,0.15418188273906708,-0.19494307041168213 +3,0.10441769246169139,0.10706470099441896,0.8747728275473066,0.10363124310970306,-0.10686027258634567,-0.9888586401939392,-0.10013038665056229,0.030934367328882217,0.4710361063480377,-0.16079066693782806,0.15960991382598877,-0.1477532982826233 +4,0.02691377070792906,0.18093520607770194,0.8821966479444985,0.026471229270100594,-0.1799495965242386,-0.9833195805549622,-0.4144478440284729,1.3349697589874268,0.5140331387519836,-0.10632047057151794,0.020739376544952393,0.19010668992996216 +5,0.06085371470834447,0.16608690081560346,0.9592146909382075,0.059979286044836044,-0.1653243750333786,-0.9844136834144592,0.1866021305322647,-1.2370481491088867,0.5673775672912598,0.07603755593299866,-0.1159866601228714,-0.06459754705429077 +6,-0.0063259503271318965,0.16788083019623695,1.003989620233749,-0.006236972752958536,-0.16709335148334503,-0.985921323299408,0.08633362501859665,0.14911261200904846,0.25888416171073914,-0.0664253830909729,-0.04524797201156616,-0.09763574600219727 +7,0.025283487341148703,0.1921946124725641,1.030949498359293,0.024815307930111885,-0.19101355969905853,-0.9812736511230469,0.2381959855556488,0.13229215145111084,0.19359809160232544,-0.019428955391049385,0.029346704483032227,0.02589040994644165 +8,0.025522484232423287,0.2075448884791868,1.0541821008754617,0.024972055107355118,-0.2060580998659134,-0.97822105884552,0.05500928312540054,0.34220606088638306,0.49553126096725464,-0.010384656488895416,0.008151590824127197,0.08796226978302002 +9,0.004860636328394051,0.19401107730619255,1.0964542198379854,0.004769426304847002,-0.1927962601184845,-0.9812272191047668,0.18780332803726196,-0.8985041975975037,0.36859095096588135,-0.03902541100978851,-0.037291020154953,-0.16826313734054565 +10,-0.10407126725723005,0.28089079802798383,1.1326269684437686,-0.09981219470500946,-0.27721163630485535,-0.9556103944778442,0.8647142648696899,-1.2848634719848633,0.07765738666057587,-0.011424385011196136,0.03468844294548035,0.02230656147003174 +11,-0.24678288595184966,0.3680122282790968,1.1411867394216018,-0.2279292792081833,-0.35976147651672363,-0.9047761559486389,0.4502617120742798,-1.1777217388153076,-0.25842636823654175,-0.08046610653400421,0.010289430618286133,0.07274490594863892 +12,-0.4734918026867949,0.4470640734792545,1.1545750305356774,-0.4111814498901367,-0.4323200285434723,-0.8025143146514893,1.240515947341919,-3.3295488357543945,-0.018902385607361794,-0.011883735656738281,0.0674976110458374,-0.018561124801635742 +13,-1.131088079248833,0.6508862459408967,1.3809324814060366,-0.719871461391449,-0.6058917045593262,-0.33864495158195496,2.3764519691467285,-4.785709381103516,-0.009372594766318798,-0.01673126220703125,0.03145933151245117,0.29530996084213257 +14,-1.457324778777943,0.7093293295953189,1.5011514484928903,-0.7539190053939819,-0.651324987411499,-0.08591742068529129,-0.1447145789861679,-0.9742157459259033,0.0421406589448452,-0.06949096918106079,-0.0606958270072937,0.1554059386253357 +15,-1.6174666515659417,0.7244935146885381,1.5881680707331836,-0.7480199337005615,-0.6627562642097473,0.03493570163846016,0.372836709022522,-1.2590816020965576,-0.2812911868095398,0.00020194053649902344,-0.013971090316772461,0.10318684577941895 +16,-1.638575046379645,0.770863237301093,1.534246372924591,-0.71566241979599,-0.6967546939849854,0.04858109727501869,-0.6459149122238159,-0.42818278074264526,-0.5568989515304565,0.027613162994384766,0.06433898210525513,-0.03379536047577858 +17,-1.6065424424580286,0.8024437939118843,1.45962345124659,-0.6945074796676636,-0.7190565466880798,0.024836525321006775,-0.300152450799942,-0.1574196219444275,-0.13000735640525818,0.06624215841293335,0.08862447738647461,-0.05047130957245827 +18,-1.5906463093865415,0.7948693555960331,1.4214138049810088,-0.7002401351928711,-0.7137721180915833,0.01390158012509346,-0.20263759791851044,-0.2634781002998352,0.3444182574748993,-0.023285865783691406,-0.004001319408416748,-0.029862284660339355 +19,-1.5976772272713962,0.7871214995932705,1.4156280189536972,-0.7056318521499634,-0.7083243131637573,0.018972590565681458,0.08012977987527847,-0.03932274505496025,0.021871330216526985,-0.024699389934539795,-0.00966256856918335,-0.017172101885080338 +20,-1.59157303580118,0.7913717811943496,1.3965373813154827,-0.7027187347412109,-0.7113181352615356,0.01460228394716978,-0.15073631703853607,0.045739322900772095,0.053487710654735565,0.03703874349594116,0.03657442331314087,-0.0244594793766737 +21,-1.6047800888640544,0.7865859588345665,1.416752664813794,-0.7058587670326233,-0.7079461812973022,0.023996975272893906,0.27197596430778503,0.13248474895954132,0.1125059649348259,0.006075382232666016,0.02349787950515747,0.020451907068490982 +22,-1.5926037622812153,0.7846023312849327,1.4241533285023615,-0.7075009346008301,-0.7065438032150269,0.015431227162480354,0.22414568066596985,-0.21512342989444733,-0.03239390626549721,0.021938860416412354,0.0038919448852539062,-0.01614844799041748 +23,-1.6424168326744997,0.7841039904343329,1.4565827602731327,-0.7062060832977295,-0.7061910629272461,0.05066549777984619,0.10593812167644501,-0.45956096053123474,0.05527297779917717,0.019530117511749268,0.02624422311782837,0.04386269301176071 +24,-1.685231576056627,0.7828931396850833,1.4789131865258562,-0.7042393088340759,-0.7053332328796387,0.08094344288110733,0.05456378310918808,-0.13085509836673737,-0.004277127794921398,0.011673510074615479,0.018596231937408447,0.023640267550945282 +25,-1.6819006888244743,0.7840068368310997,1.4758444967407653,-0.7037240266799927,-0.7061222791671753,0.07851012051105499,0.05969401076436043,0.0125155970454216,-0.01779930479824543,0.016361355781555176,0.006689906120300293,-0.024890661239624023 +26,-1.6801592580636524,0.7838711194136397,1.484229720596837,-0.7039549350738525,-0.7060261964797974,0.0772949755191803,0.08494772017002106,-0.001650925725698471,-0.08893241733312607,0.006689310073852539,0.006746411323547363,0.02072751522064209 +27,-1.6843069786632445,0.785104936222619,1.4987029710270199,-0.7027621865272522,-0.7068994045257568,0.08011537790298462,0.06265199929475784,0.06526082009077072,-0.022922860458493233,0.005969643592834473,0.023900747299194336,0.039650797843933105 +28,-1.6869194906386995,0.7816688601168291,1.5094914021022245,-0.7049588561058044,-0.704464852809906,0.08223200589418411,0.11788735538721085,-0.052640195935964584,0.03924736753106117,0.01660442352294922,0.02674579620361328,0.010663501918315887 +29,-1.6986521213675478,0.7728172088616511,1.5256430827155165,-0.7101027369499207,-0.6981549859046936,0.0912887305021286,0.09345491975545883,-0.02987687475979328,0.06165647506713867,-0.00472569465637207,0.001972794532775879,0.018925420939922333 +30,-1.7047532288657303,0.7720368789563118,1.5348632734491845,-0.7100722193717957,-0.6975960731506348,0.09569214284420013,0.026193127036094666,0.04105610400438309,-0.015815531834959984,0.01671290397644043,0.01746612787246704,0.009883388876914978 +31,-1.7049510643340282,0.7690525636594672,1.5412006770301783,-0.7121132612228394,-0.6954547762870789,0.09611064940690994,0.05680432915687561,0.06307350099086761,0.06917773187160492,0.01318448781967163,0.028233706951141357,0.007786497473716736 +32,-1.6997140554342207,0.761683608931594,1.5479704142874153,-0.7176698446273804,-0.6901407837867737,0.09303635358810425,0.003598182462155819,0.16604989767074585,0.024083735421299934,-0.012661576271057129,0.00038254261016845703,0.04586446285247803 +33,-1.6988821267384824,0.7617703240395788,1.5490076593842745,-0.7176877856254578,-0.6902035474777222,0.09243164211511612,-0.03675571829080582,-0.03848019242286682,-0.08294770121574402,-0.002710282802581787,-0.017377078533172607,0.04067075997591019 +34,-1.7269887712757641,0.762343449190003,1.560540716438442,-0.7144158482551575,-0.6906181573867798,0.11250272393226624,0.16142359375953674,-0.23339439928531647,-0.01545154582709074,-0.011154890060424805,0.01314312219619751,-0.012206658720970154 +35,-1.725599493462256,0.75867231943354,1.5654390062964572,-0.7170712947845459,-0.6879584789276123,0.111900195479393,0.08998343348503113,0.11556272953748703,-0.006570770870894194,-0.020355403423309326,0.02424699068069458,-0.007804766297340393 +36,-1.730157757349965,0.7542522379096955,1.5753873341823024,-0.7195490598678589,-0.6847438812255859,0.1156490370631218,0.027910299599170685,0.18446308374404907,0.022685179486870766,0.004873216152191162,0.023870527744293213,0.04113505780696869 +37,-1.7008224823118254,0.7456971192651128,1.5682687595776539,-0.7284138798713684,-0.6784840822219849,0.09525025635957718,-0.29814741015434265,0.8074182868003845,0.21018990874290466,-0.011835694313049316,-0.0021189451217651367,0.07470214366912842 +38,-1.6634459606372032,0.7334836147347776,1.5647093562049856,-0.7396607398986816,-0.6694614887237549,0.0687260553240776,0.25323548913002014,-0.09424439072608948,0.15830934047698975,0.012243807315826416,-0.008639037609100342,-0.0099492147564888 +39,-1.6720898448883574,0.7309435165281499,1.5797168010070444,-0.7407286167144775,-0.6675724387168884,0.07528868317604065,0.08369453251361847,0.08685242384672165,-0.01336596254259348,0.015051126480102539,0.005859732627868652,0.0010663270950317383 +40,-1.6772263359746662,0.7309163405324653,1.5943002398657362,-0.7403501272201538,-0.6675521731376648,0.07909434288740158,0.08941635489463806,0.19796544313430786,0.03732197359204292,0.0020993947982788086,0.017436206340789795,0.04521894454956055 +41,-1.6871146060361724,0.7191909209895964,1.6115299753268804,-0.7472551465034485,-0.6587761640548706,0.08731357008218765,0.03610346466302872,-0.008907935582101345,0.12012128531932831,-0.038740336894989014,-0.002127707004547119,0.021679989993572235 +42,-1.703548697602657,0.7107925841454804,1.630909288137662,-0.7511770129203796,-0.6524346470832825,0.10031048953533173,0.07525040954351425,-0.014032350853085518,0.01517399214208126,0.015306711196899414,0.005523025989532471,-0.0046378374099731445 +43,-1.6996804528223357,0.7081025532268955,1.6295726360249438,-0.7532972097396851,-0.6503936648368835,0.09762922674417496,0.04687097668647766,-0.013684636913239956,0.10835328698158264,0.032243192195892334,0.013247668743133545,-0.03544963151216507 +44,-1.6994259015928872,0.6997713815508118,1.6368720785647444,-0.7586694955825806,-0.6440427899360657,0.09812913089990616,0.1091790571808815,0.013220502063632011,0.08470407873392105,0.003084838390350342,-0.004043638706207275,0.006134144961833954 +45,-1.695304138190435,0.6968698125413304,1.6380788450072037,-0.7609184980392456,-0.6418204307556152,0.09523291140794754,-0.039004772901535034,0.02503107115626335,0.03394545242190361,0.009682655334472656,0.00653606653213501,-0.0013761669397354126 +46,-1.689614979120943,0.690939047343746,1.6392887413357435,-0.7652142643928528,-0.637261152267456,0.09135203063488007,0.07077459245920181,0.08094003796577454,0.15671056509017944,0.029511868953704834,0.021050214767456055,-0.0003638342022895813 +47,-1.6896544576284682,0.675438337857487,1.6496553250842683,-0.7749269008636475,-0.6252394914627075,0.09254256635904312,0.102385014295578,0.10441169887781143,0.11770525574684143,-0.00511777400970459,0.008158743381500244,0.02249348908662796 +48,-1.6938817255631793,0.6634860443986907,1.662818406462377,-0.7818896174430847,-0.6158670783042908,0.09672816842794418,0.05156538635492325,0.11185389757156372,0.08138991892337799,-0.016495943069458008,0.003577709197998047,0.010632745921611786 +49,-1.6904809085250339,0.6494562783553159,1.6637310856859029,-0.7907153367996216,-0.6047534942626953,0.09509090334177017,-0.07220714539289474,0.02152453362941742,0.13731558620929718,0.012730836868286133,0.014360487461090088,0.02125738561153412 +50,-1.6966114035960307,0.6348145997178926,1.6638384207088734,-0.7988173365592957,-0.5930282473564148,0.10103695094585419,0.022392641752958298,-0.21202708780765533,0.2917122542858124,0.055347979068756104,0.0009567141532897949,0.020728126168251038 +51,-1.7104770689981308,0.6108484211651876,1.656501355700205,-0.8111835718154907,-0.5735626816749573,0.11404941231012344,0.0841570645570755,-0.40379029512405396,0.4525149166584015,0.07555723190307617,0.0267333984375,0.0068001896142959595 +52,-1.7888912581905332,0.5522637071653346,1.6796542785178898,-0.8311720490455627,-0.5246157646179199,0.18420429527759552,0.7380712032318115,-0.7668781876564026,0.5264800786972046,0.01049339771270752,-0.014172017574310303,0.050323233008384705 +53,-1.9148428462689888,0.2720359992337058,1.916367567207,-0.9067782759666443,-0.26869311928749084,0.32489529252052307,6.799710273742676,0.3332761824131012,3.4810538291931152,0.26510047912597656,0.21199151873588562,-0.14296486973762512 +54,-1.9084807256996894,-0.2693038963520193,2.388721235070042,-0.9095163941383362,0.2660605013370514,0.3193618059158325,2.0108859539031982,1.554252028465271,5.0299906730651855,0.1616067886352539,0.049430251121520996,0.34195399284362793 +55,-1.8966805017179205,-0.8541907866706876,2.476221859342333,-0.6222585439682007,0.7540396451950073,0.21028146147727966,3.2055513858795166,-0.9904673099517822,4.858588218688965,-0.15795379877090454,0.14708328247070312,0.02633652091026306 +56,-1.754571100061251,-1.2314109481563509,2.6303579405576873,-0.32730141282081604,0.9429594278335571,0.06083616614341736,0.5190097689628601,-0.6876550912857056,1.8378459215164185,-0.3357234597206116,0.052371203899383545,0.16079770028591156 +57,-2.1672653520659426,-1.329705662239263,2.292929820659477,-0.19753314554691315,0.9710781574249268,0.1341182142496109,-0.5325304865837097,-1.3000729084014893,1.3278213739395142,-0.17476600408554077,0.1254945993423462,-0.2331935316324234 +58,-2.460075141157143,-1.4288330773090165,2.084479043834894,-0.08913329988718033,0.9899401068687439,0.10988180339336395,0.8449998497962952,-0.9921764731407166,0.5592460632324219,-0.06104368716478348,0.07053053379058838,-0.11587844789028168 +59,-1.7482753571821612,-1.5077307449201716,2.9489098275041625,-0.062032584100961685,0.9980120062828064,0.011126553639769554,0.8198347091674805,-1.635212779045105,-0.4510165750980377,-0.1298619508743286,0.14589351415634155,0.05506610870361328 +60,-1.3676620079905955,-1.460362102468585,-2.7642900729504887,-0.10794352740049362,0.9939083456993103,-0.022233692929148674,0.28082314133644104,-1.3914681673049927,-0.1294277161359787,0.02855202555656433,0.1350741982460022,0.1278703212738037 +61,-1.2924292968952493,-1.4803135303073012,-2.5137183612638268,-0.08688081800937653,0.9959092140197754,-0.024829421192407608,0.4605128765106201,-2.1336488723754883,0.9054077863693237,-0.005419604480266571,-0.041594088077545166,0.07974576950073242 +62,0.657527917681028,-1.4644415569905398,-0.37425613891344056,0.06487806141376495,0.9943496584892273,-0.08402246981859207,1.8235960006713867,-2.675356388092041,2.0388712882995605,0.22511520981788635,-0.42275530099868774,-0.07225806266069412 +63,0.4743606466343517,-1.3021893299028622,-0.2916205045131155,0.12122169882059097,0.9641415476799011,-0.23608611524105072,0.7506527900695801,-2.0374293327331543,0.12797218561172485,-0.04285253584384918,0.04899638891220093,-0.09153535962104797 +64,0.3504207682876987,-1.285549485314519,-0.3189327242199408,0.09660057723522186,0.9595922231674194,-0.2642931640148163,-0.1802683174610138,-0.38153356313705444,0.37001004815101624,0.027270272374153137,-0.005719661712646484,-0.07898381352424622 +65,0.15124600643247776,-1.3336581862257413,-0.48216258816486823,0.03539573401212692,0.9720142483711243,-0.23224034905433655,-0.9872259497642517,0.5318485498428345,-0.7602185010910034,0.11662757396697998,0.008057773113250732,-0.0017226338386535645 +66,-0.04295036455273449,-1.3652450493007593,-0.6663403558831391,-0.008763769641518593,0.9789485931396484,-0.20391863584518433,-0.5230088829994202,0.21456623077392578,-0.5916047096252441,0.07663488388061523,-0.0076808929443359375,0.07382220029830933 +67,-0.17981058393425234,-1.4233447259773344,-0.8507473115937522,-0.026275301352143288,0.9891486763954163,-0.1445493996143341,-0.10499311238527298,-0.7060234546661377,-0.18756350874900818,0.10111966729164124,0.02191394567489624,-0.13625812530517578 +68,-0.3660266199447139,-1.4370486330747312,-0.9939272375166421,-0.04772676154971123,0.9910690784454346,-0.12451573461294174,0.25600096583366394,-0.4511898159980774,-0.19355988502502441,-0.01568874716758728,0.033253371715545654,-0.09768271446228027 +69,-0.45907290188206856,-1.416645003246728,-1.0604547010708198,-0.06803712248802185,0.988142192363739,-0.13764487206935883,0.16967986524105072,-0.016029376536607742,-0.12704303860664368,-0.01640503853559494,-0.027204573154449463,0.028514012694358826 +70,-0.5169830171965344,-1.406567160112277,-1.1213960360841626,-0.0808074101805687,0.986544668674469,-0.14212577044963837,-0.0230878833681345,-0.17782464623451233,-0.18283772468566895,-0.05565195530653,-0.02402031421661377,0.11220331490039825 +71,-0.7750246493278263,-1.3942584867984853,-1.388903599040153,-0.12288837879896164,0.9844576120376587,-0.1254647672176361,0.04004352539777756,0.16172219812870026,-0.5926361083984375,0.0016878396272659302,-0.06423068046569824,-0.02144680917263031 +72,-0.9375395736284325,-1.3255247202062443,-1.5786912760990346,-0.19573815166950226,0.9700714349746704,-0.14369425177574158,0.4923187494277954,0.06388723105192184,-0.8310363292694092,0.03277428448200226,0.08351743221282959,-0.05965965986251831 +73,-0.8018244084876224,-1.2383363353823846,-1.4692414647252707,-0.23453748226165771,0.9452423453330994,-0.22695618867874146,0.5042688250541687,0.08888023346662521,-0.3881036043167114,0.0009559392929077148,0.050500452518463135,0.17110902070999146 +74,-0.8268854096154408,-1.1871375158903505,-1.5011366973795879,-0.27543115615844727,0.927301287651062,-0.2534756660461426,-0.10685928165912628,0.09244950860738754,-0.4091154634952545,-0.0031637847423553467,0.03444486856460571,0.18891575932502747 +75,-0.8950645658934149,-1.1781165190716258,-1.5665073617688294,-0.29857462644577026,0.9238868951797485,-0.2393452525138855,0.10434074699878693,-0.15474459528923035,-0.014291089959442616,-0.03069475293159485,0.06685096025466919,-0.022480294108390808 +76,-0.9139771366349448,-1.1660175272557363,-1.5759453152407312,-0.3118778169155121,0.9191895127296448,-0.24046427011489868,0.0535590685904026,0.03863275796175003,-0.24840521812438965,-0.021786123514175415,-0.0221710205078125,-0.002043694257736206 +77,-0.8986993503244207,-1.1401181912731968,-1.5566832634140504,-0.32669106125831604,0.9086828231811523,-0.2599392831325531,0.285160630941391,0.08025308698415756,-0.31668636202812195,-0.009246379137039185,-0.01776796579360962,0.022115856409072876 +78,-0.8980478693835479,-1.1057891539562297,-1.5825293482962302,-0.35072171688079834,0.8938183784484863,-0.27943316102027893,0.08378824591636658,0.2760213315486908,-0.062352683395147324,0.059828221797943115,0.026210248470306396,0.020918816328048706 +79,-0.8790308051356287,-1.110180634287189,-1.5970157073222329,-0.34231844544410706,0.895779013633728,-0.2835453152656555,-0.24165655672550201,0.4010511338710785,-0.14129599928855896,-0.05881980061531067,0.0595279335975647,0.005774348974227905 +80,-0.8600202150748657,-1.1190638549225604,-1.6279258543087325,-0.33082273602485657,0.899692177772522,-0.28479838371276855,0.10212190449237823,0.0010001794435083866,0.22567622363567352,0.03753361105918884,0.07711440324783325,0.016777783632278442 +81,-0.8399074136573488,-1.1344088227403426,-1.5865900554039472,-0.3147108554840088,0.9062844514846802,-0.2821444571018219,-0.1137622818350792,-0.3309474289417267,0.17492260038852692,-0.03189253807067871,0.005397617816925049,0.05455964803695679 +82,-0.8469641724558197,-1.157031993690453,-1.5635822625715534,-0.3012518286705017,0.9156138300895691,-0.26626771688461304,-0.10250835120677948,-0.21121680736541748,0.20888395607471466,-0.0004449188709259033,0.021046817302703857,0.018449753522872925 +83,-0.8684016342462065,-1.1821055714671858,-1.5682320082786785,-0.28927239775657654,0.9254060387611389,-0.24483732879161835,-0.15333883464336395,-0.18378442525863647,0.31717413663864136,0.023754209280014038,-0.0032258033752441406,-0.03049224615097046 +84,-0.8732893373322979,-1.2092864569476285,-1.5541720126158853,-0.2710821330547333,0.9353638887405396,-0.2271764725446701,-0.26842382550239563,-0.14876195788383484,0.18077048659324646,0.0523625910282135,-0.0370025634765625,-0.0015680491924285889 +85,-0.9311447452058089,-1.2549794728248316,-1.6101087832067957,-0.24918976426124573,0.9505429863929749,-0.18539777398109436,-0.7740307450294495,0.2611329257488251,0.09136805683374405,0.02670140564441681,-0.0631682276725769,0.06520427763462067 +86,-1.171394692609832,-1.3110138906649342,-1.8948595610553685,-0.23665323853492737,0.9664458632469177,-0.09988851100206375,-0.8233159184455872,0.35913312435150146,-0.03198649734258652,0.02322852611541748,-0.04512012004852295,-0.06351782381534576 +87,-1.4895673896552069,-1.3247303460916195,-2.244776056603753,-0.24278730154037476,0.9698781967163086,-0.019764844328165054,-0.44939175248146057,0.1657036393880844,-0.34440329670906067,-0.04674823582172394,0.13371366262435913,-0.16991716623306274 +88,-1.502794705677502,-1.269623352997128,-2.285523704941156,-0.2959550619125366,0.9549891948699951,-0.020156502723693848,0.34774816036224365,-0.04191479831933975,-0.05145658925175667,0.13779771327972412,0.10426068305969238,-0.03837621212005615 +89,-1.385879450161029,-1.3038398280687065,-2.1498272253987807,-0.25929975509643555,0.9645782113075256,-0.04850300773978233,0.24561212956905365,-0.041744209825992584,0.31723082065582275,-0.023979663848876953,0.06728214025497437,-0.07529151439666748 +90,-1.2552805390227793,-1.3198395492390405,-2.0264140801779957,-0.23607231676578522,0.9686752557754517,-0.07705874741077423,0.05073973536491394,0.0780705139040947,0.26048752665519714,0.055438801646232605,-0.051576316356658936,0.015428490936756134 +91,-1.195975103399448,-1.3294002154473663,-1.9826018010813493,-0.2224615216255188,0.9710051417350769,-0.08752083778381348,0.13844676315784454,0.20766708254814148,-0.010594075545668602,-0.026806071400642395,-0.02357172966003418,-0.031223058700561523 +92,-1.20037736849589,-1.3147899276240684,-1.994974910588004,-0.23604457080364227,0.9674089550971985,-0.09166678041219711,0.028720563277602196,0.04976716637611389,-0.13548240065574646,0.05220670998096466,0.008039593696594238,-0.03913157433271408 +93,-1.2000238602492295,-1.3091413973087909,-2.006323633741982,-0.24110177159309387,0.9659631848335266,-0.09372881799936295,-0.1056748703122139,0.2319183647632599,-0.08484582602977753,0.018552348017692566,0.04512995481491089,0.007425129413604736 +94,-1.2087869911430404,-1.3223728472313625,-2.0387407276011715,-0.22994007170200348,0.9693012833595276,-0.08707798272371292,-0.16531863808631897,0.28277406096458435,0.11970876157283783,-0.04667122662067413,0.03335368633270264,0.04548252373933792 +95,-1.223701295538223,-1.3379007998645538,-2.087334756033307,-0.21703235805034637,0.9730021953582764,-0.07850927114486694,-0.362074613571167,0.338434636592865,-0.049891065806150436,-0.07763013243675232,-0.03562426567077637,0.13988012075424194 +96,-1.305112137691338,-1.3500203635981536,-2.197750910862973,-0.21130311489105225,0.9757277965545654,-0.057499226182699203,-0.08179572969675064,0.194069504737854,0.16012677550315857,-0.07055723667144775,0.003123462200164795,0.063160240650177 +97,-1.3976981666485409,-1.3497950804900383,-2.3099048983252466,-0.21593055129051208,0.9756784439086914,-0.03775501996278763,-0.1369265466928482,0.1907346546649933,0.012582546100020409,-0.007137656211853027,0.016631007194519043,0.0013322867453098297 +98,-1.4544123797279955,-1.3515800881994762,-2.3806175491120527,-0.21599358320236206,0.9760681986808777,-0.02525230497121811,-0.213490828871727,0.04044102504849434,-0.0595097579061985,-0.02872687578201294,-0.0018708109855651855,0.03066915273666382 +99,-1.5363559904841244,-1.3458881317612392,-2.4662369353143587,-0.2228849083185196,0.9748145937919617,-0.0076792677864432335,-0.25018444657325745,-0.03913845866918564,-0.11908794939517975,0.0213468074798584,-0.012015461921691895,0.03789162635803223 +100,-1.6676370203313144,-1.3376299301619734,-2.601529747637288,-0.2299768179655075,0.972939670085907,0.02234099805355072,-0.355882853269577,0.03926987200975418,-0.17307555675506592,0.038097575306892395,-0.013467013835906982,-0.014513256028294563 +101,-1.7474461504081353,-1.3289543407615296,-2.6829595092769436,-0.2357647567987442,0.9708985090255737,0.042086489498615265,0.07315122336149216,-0.0331096425652504,-0.012488339096307755,-0.0006549358367919922,0.05011296272277832,-0.11110198497772217 +102,-1.729703019931936,-1.3194755717054003,-2.6551390400282946,-0.24554996192455292,0.9685848355293274,0.039351318031549454,-0.08577316254377365,-0.08992014080286026,-0.21178580820560455,0.07983951270580292,0.04348480701446533,-0.04420364275574684 +103,-1.71452107988851,-1.3231182719930847,-2.630725118272182,-0.24262554943561554,0.969484269618988,0.03511340916156769,-0.02732175961136818,-0.09668167680501938,0.10585789382457733,0.08942730724811554,0.03268241882324219,0.030087348073720932 +104,-1.7838486255703976,-1.3376563419899177,-2.7012924377777163,-0.22581033408641815,0.9729457497596741,0.04885078966617584,-0.27104681730270386,0.13530781865119934,-0.1102440282702446,-0.06230613589286804,-0.0041040778160095215,0.06084466725587845 +105,-1.845549993133555,-1.32409686638595,-2.761024932625086,-0.23504507541656494,0.9697237014770508,0.06625513732433319,-0.05716324970126152,-0.1436726450920105,-0.03980867564678192,-0.01884588599205017,-0.03574848175048828,0.04052579402923584 +106,-1.8946030722085676,-1.32103047267957,-2.794369882930063,-0.23433175683021545,0.9689702987670898,0.07864632457494736,-0.10292720049619675,-0.2757910490036011,0.24330762028694153,-0.12672170996665955,-0.011725425720214844,0.030133605003356934 +107,-1.947810076886199,-1.3115350456245023,-2.8355518740446177,-0.23836159706115723,0.9665796160697937,0.09438027441501617,-0.2909315526485443,0.07549477368593216,-0.03771808370947838,-0.03426721692085266,-0.028530240058898926,0.10647119581699371 +108,-1.9916380518447634,-1.2868057475039294,-2.9067234898195133,-0.2557412385940552,0.9599449634552002,0.11446530371904373,-0.04470449686050415,0.3891996443271637,-0.24659113585948944,0.0094948410987854,0.012925028800964355,0.020346060395240784 +109,-1.940801611853599,-1.2913477896327241,-2.901421941176713,-0.2571587860584259,0.9612076878547668,0.09974398463964462,-0.09406473487615585,0.5343497395515442,0.3243640959262848,0.02777343988418579,0.006687641143798828,0.13196073472499847 +110,-2.023234315809838,-1.3070642855061458,-3.0525928512722187,-0.23445653915405273,0.9654238224029541,0.11396123468875885,-0.11861997842788696,0.4725937843322754,0.17161241173744202,-0.10091638565063477,0.0076749324798583984,-0.029213905334472656 +111,-1.9297350168854748,-1.3284557143701787,-2.9925473620918477,-0.22468213737010956,0.9707789421081543,0.08429886400699615,0.615548312664032,0.2642574608325958,0.10682133585214615,-0.04535269737243652,0.012726306915283203,-0.08966994285583496 +112,-1.6782677881983035,-1.347848159702216,-2.771909542192471,-0.21982990205287933,0.9752498269081116,0.023716822266578674,0.2513008117675781,0.4120751917362213,0.12364711612462997,0.0006831884384155273,0.05831944942474365,0.0012770891189575195 +113,-1.634928943662614,-1.348817745353313,-2.7706883990815836,-0.21970757842063904,0.9754637479782104,0.014109771698713303,-0.08709557354450226,0.4857957065105438,-0.02122664265334606,0.06077203154563904,0.02845776081085205,-0.06945335865020752 +114,-1.578813405582659,-1.3498525839106084,-2.758283562929394,-0.21914316713809967,0.9756910800933838,0.0017569257179275155,-0.05944129452109337,0.3922520875930786,-0.006770652253180742,0.06669263541698456,-0.033766090869903564,0.026807546615600586 +115,-1.621702892450266,-1.3529004479098645,-2.835744143235895,-0.21589577198028564,0.9763544797897339,0.011000016704201698,-0.41357657313346863,0.20561107993125916,-0.09519892930984497,-0.06152424216270447,0.05794727802276611,-0.00646817684173584 +116,-1.8512376312888994,-1.3204629444366944,-3.0931742052493996,-0.23804911971092224,0.968829870223999,0.06856580823659897,-0.7267183065414429,0.2801221013069153,-0.21869324147701263,0.10467205941677094,0.0386468768119812,-0.09836626797914505 +117,-1.967323809865689,-1.3020153733727577,3.0311958780673223,-0.2449515163898468,0.9640953540802002,0.10256265848875046,-0.15075084567070007,0.4668939411640167,0.06720011681318283,0.11020112037658691,-0.037688374519348145,-0.07050393521785736 +118,-1.9293670961960587,-1.3140439023793837,3.0246078416289643,-0.23778951168060303,0.9672197699546814,0.08911684900522232,0.04953314736485481,0.3463144898414612,0.14417491853237152,-0.015353754162788391,0.018940389156341553,0.020212404429912567 +119,-1.951374193989383,-1.3078264571134137,2.9727346104873047,-0.2413501739501953,0.9656222462654114,0.09656008332967758,-0.26561737060546875,0.2549828588962555,-0.2444949746131897,0.014818191528320312,-0.004913628101348877,0.012662410736083984 +120,-1.9580964514815726,-1.2930967101793926,2.9462515276964667,-0.25383898615837097,0.9616886377334595,0.10354151576757431,0.05211688205599785,0.10346861928701401,-0.023560984060168266,0.004800289869308472,0.015591025352478027,0.00648951530456543 +121,-1.970240059948086,-1.2802939274160885,2.9307969815176156,-0.2638850212097168,0.9581000804901123,0.11139580607414246,-0.1841544806957245,0.012963730841875076,-0.17794257402420044,0.024947643280029297,0.021056413650512695,0.007546424865722656 +122,-2.0563820650864115,-1.2539120436162772,2.8413844173497593,-0.27558645606040955,0.9502109289169312,0.14543560147285461,-0.49023157358169556,-0.028219128027558327,-0.19567088782787323,0.04134875535964966,-0.0258944034576416,-0.014545664191246033 +123,-2.2261704789885624,-1.19343346071977,2.679347686856141,-0.29213058948516846,0.9296395778656006,0.22456640005111694,-1.2413890361785889,-0.10042009502649307,-0.12208379060029984,0.10090741515159607,0.031160593032836914,0.05527973175048828 +124,-2.4377348234828777,-1.0588375170585853,2.4924275236096434,-0.3170362114906311,0.8717865943908691,0.37346503138542175,-2.1505684852600098,0.20645707845687866,-0.31827422976493835,0.0884442925453186,0.12120962142944336,0.03832387924194336 +125,-2.5919678585335113,-0.8847220355283897,2.336724568562504,-0.33092203736305237,0.7737389206886292,0.540202260017395,-1.5372209548950195,-0.05981888622045517,-0.11049702018499374,-0.04188069701194763,0.07683169841766357,-0.13704997301101685 +126,-2.6161181293196827,-0.8266235844611356,2.322948864816032,-0.33978161215782166,0.735648512840271,0.5859779119491577,-0.30148136615753174,0.1857529878616333,-0.04891171678900719,0.02676275372505188,-0.02817457914352417,0.052495718002319336 +127,-2.6167594809013286,-0.7880234675773897,2.2904913913869143,-0.3533777892589569,0.7089607119560242,0.6103271842002869,-0.5249194502830505,0.04618847742676735,0.0721103847026825,-0.02888551354408264,-0.026724815368652344,-0.01555478572845459 +128,-2.6390076242240723,-0.7952109533154589,2.303236035658157,-0.3372492790222168,0.7140113115310669,0.6135556101799011,0.6628798246383667,-0.4763016104698181,-0.2375214695930481,-0.016342610120773315,-0.00400465726852417,-0.07591229677200317 +129,-2.646347424384464,-0.8519610470473671,2.405075613291155,-0.3129546046257019,0.7525731921195984,0.5793904066085815,-0.009829363785684109,-0.5263224840164185,-0.303914874792099,0.0662047266960144,-0.10729420185089111,0.23001211881637573 +130,-2.690388048405161,-0.8181728088418871,2.3837112857675775,-0.2980645000934601,0.7298980355262756,0.6151473522186279,-0.7033838033676147,-0.7159607410430908,0.08802679926156998,-0.06993165612220764,-0.062188804149627686,-0.0727584958076477 +131,-2.744236935821535,-0.8023570912984902,2.3670089691038676,-0.26895737648010254,0.7189962863922119,0.6408633589744568,0.1257639229297638,1.2617385387420654,0.17450834810733795,-0.10109871625900269,-0.035173773765563965,0.03679454326629639 +132,-2.6336105879672056,-0.8801880374752313,2.3952688807267783,-0.309849351644516,0.770858645439148,0.5565698742866516,2.294684410095215,-0.8969234228134155,0.24170181155204773,0.07028639316558838,0.0996856689453125,-0.07413280010223389 +133,-2.671381225230671,-1.1225504166070723,2.5196444708326906,-0.19635622203350067,0.9012086987495422,0.386351615190506,1.5141407251358032,-0.29824212193489075,0.8055301904678345,-0.16529236733913422,0.038534581661224365,0.31092938780784607 +134,-2.6785530220703015,-1.1919251066050442,2.4949906478163246,-0.16521058976650238,0.9290827512741089,0.33092400431632996,-0.29871997237205505,0.468197762966156,-0.009060248732566833,-0.1060449481010437,-0.06805980205535889,0.19683170318603516 +135,-2.6888630316869224,-1.1305855980705357,2.425800985378478,-0.18639861047267914,0.9046618938446045,0.3832002580165863,-0.24397698044776917,0.26215627789497375,-0.061555806547403336,-0.04867829382419586,-0.030058681964874268,-0.08673718571662903 +136,-2.6282543993419756,-1.1241476756727031,2.4563290752799896,-0.2121231108903885,0.9018997550010681,0.3762718141078949,0.20091407001018524,0.2070152461528778,-0.40229853987693787,-0.030720531940460205,0.05529928207397461,0.025324225425720215 +137,-2.625601121010455,-1.1034852812838452,2.4485237176273413,-0.22226937115192413,0.8927828669548035,0.3918357193470001,-0.48316341638565063,-0.024452079087495804,0.23512768745422363,0.05712348222732544,0.07347995042800903,0.010523319244384766 +138,-2.710305299699417,-1.0792660414872801,2.344374736049097,-0.19730505347251892,0.8816116452217102,0.4287561774253845,-0.40644505620002747,0.1775446981191635,0.3129332363605499,-0.026144683361053467,-0.011463820934295654,-0.03456050157546997 +139,-2.753549491098927,-1.057260852328639,2.2723676277395395,-0.18588176369667053,0.8710131049156189,0.4547351598739624,-0.230068638920784,0.20293617248535156,0.09271693974733353,-0.037079647183418274,-0.06306028366088867,-0.08170357346534729 +140,-2.7476644628309295,-1.0471929627584224,2.2738789539907427,-0.1919107884168625,0.8660231232643127,0.4617077112197876,0.05562040954828262,-0.2267502248287201,-0.2987857758998871,-0.06301778554916382,0.01576697826385498,-0.020606696605682373 +141,-2.7173407926268953,-1.0227635001732707,2.290751300035353,-0.214467853307724,0.8535510897636414,0.4748203754425049,0.011160441674292088,0.11191435158252716,-0.1839618682861328,0.03780156373977661,0.05274480581283569,-0.0003330111503601074 +142,-2.7155251574899117,-1.0021342669553834,2.2736428560947806,-0.22256051003932953,0.8426222205162048,0.49036186933517456,-0.27689293026924133,-0.007931266911327839,0.15686647593975067,0.038829416036605835,0.01931631565093994,-0.01973491907119751 +143,-2.7341038567820943,-0.9929690157001029,2.23064177233144,-0.21646392345428467,0.8376513719558716,0.5014814734458923,-0.03851724788546562,-0.09625846147537231,0.11285556107759476,-0.04244726896286011,0.04171276092529297,-0.037949979305267334 +144,-2.741990907511497,-0.9777769270954451,2.232291658164364,-0.21742837131023407,0.8292570114135742,0.5148379802703857,-0.09904570132493973,-0.2527921497821808,-0.24207797646522522,0.004537686705589294,0.04551428556442261,-0.04099142551422119 +145,-2.7945713874939186,-0.9657354495520801,2.2310049793745854,-0.19345206022262573,0.8224674463272095,0.5349055528640747,-0.2091071903705597,-0.6110662221908569,0.28052377700805664,0.006531894207000732,0.016247272491455078,0.04584413766860962 +146,-2.8822089983825085,-0.9124634337064015,2.165184099511698,-0.15691722929477692,0.791013240814209,0.5913333892822266,-0.6143109798431396,-0.3020344078540802,0.14686621725559235,0.004665002226829529,-0.04675048589706421,-0.07438081502914429 +147,-2.9409974894890696,-0.9025802019657699,2.158096380767273,-0.12345433235168457,0.7849282026290894,0.6071631908416748,0.015852665528655052,-0.37312743067741394,0.0075614978559315205,0.016246065497398376,0.027159929275512695,0.05357295274734497 +148,-2.957120055328425,-0.8840911383097116,2.1336025705990727,-0.1162920594215393,0.7733390927314758,0.6232357025146484,-0.18238244950771332,-0.1609395146369934,0.31797754764556885,0.0634966641664505,0.029532551765441895,-0.04167753458023071 +149,-3.0158518376909154,-0.8603805048263893,2.066506109848358,-0.08178579807281494,0.7580907344818115,0.6470000147819519,-0.2913813889026642,-0.19164256751537323,0.20290660858154297,-0.07997260242700577,-0.02699655294418335,-0.0760926604270935 +150,-3.076046781962346,-0.8448335475117011,2.047885527035575,-0.04348183050751686,0.7478606104850769,0.6624298691749573,-0.24862264096736908,-0.3392365276813507,0.02889634110033512,-0.04451559856534004,-0.041104257106781006,0.07296735048294067 +151,-3.0913668583574805,-0.7972547689558146,2.06329139393946,-0.035076674073934555,0.7154407501220703,0.6977922916412354,-0.3665831685066223,-0.5927581191062927,-0.2968207597732544,-0.07983726263046265,0.03400987386703491,0.009345769882202148 +152,-3.1078699943464523,-0.7696845224996904,2.08361585717645,-0.024212675169110298,0.6959087252616882,0.7177220582962036,-0.14188694953918457,0.09397897869348526,-0.06206531822681427,-0.015856895595788956,0.06358230113983154,-0.08147627115249634 +153,-3.0771630616015964,-0.7847253205711048,2.0949478924376557,-0.04555770754814148,0.7066308259963989,0.7061142325401306,0.6635286211967468,0.1530931442975998,-0.08158515393733978,0.05150863528251648,0.049793124198913574,-0.03967142105102539 +154,-3.044905729180909,-0.8477784472478247,2.0813220569272253,-0.06387331336736679,0.7498123645782471,0.6585600972175598,0.8738235235214233,0.4754495322704315,0.23384904861450195,-0.016006432473659515,0.027958571910858154,-0.07659000158309937 +155,-2.984443133913678,-0.9192493227645553,2.086622818248032,-0.09490636736154556,0.795146644115448,0.5989443063735962,0.20949430763721466,0.5848362445831299,-0.08307059109210968,-0.026095792651176453,0.027286767959594727,0.11829495429992676 +156,-2.9395032106631795,-0.9406521407248795,2.074860951350105,-0.11827454715967178,0.8079425692558289,0.5772693157196045,0.18882876634597778,0.2727091312408447,0.18591426312923431,0.06407533586025238,0.05076098442077637,0.03537100553512573 +157,-2.962000346025498,-0.9546330009893059,2.001823400111945,-0.10323087871074677,0.8161017298698425,0.5686136484146118,0.06369635462760925,0.3348774015903473,0.37785300612449646,-0.043039850890636444,0.01382380723953247,-0.03492218255996704 +158,-2.9423449346541015,-0.9732564034992615,1.9625746717559436,-0.1113586500287056,0.8267222046852112,0.5514798164367676,0.32865750789642334,0.45119157433509827,0.0800234004855156,-0.011947646737098694,-0.02345365285873413,-0.0435146689414978 +159,-2.9074269808709925,-0.9748904216125541,1.93030860338399,-0.13022972643375397,0.8276404142379761,0.5459410548210144,-0.14277535676956177,0.7201014161109924,0.29723086953163147,0.04517720639705658,0.04642891883850098,-0.012112319469451904 +160,-2.8918752011595554,-0.9755328040999021,1.8668875895120272,-0.1385726034641266,0.8280007839202881,0.5433347225189209,0.09781882166862488,0.6002958416938782,0.26290035247802734,-5.3510069847106934e-05,0.00024640560150146484,0.003097832202911377 +161,-2.842693382967363,-0.9978418401021313,1.8504508101399324,-0.15963627398014069,0.8403029441833496,0.518079936504364,0.017212999984622,0.4316450357437134,0.2157159447669983,0.07046395540237427,-0.048982322216033936,0.10495150089263916 +162,-2.837949020939296,-0.9821149491708244,1.821233111094363,-0.1660236269235611,0.8316735625267029,0.5298630595207214,-0.2972305417060852,0.23226304352283478,-0.00713396118953824,0.023964300751686096,-0.011788487434387207,0.040632426738739014 +163,-2.8138932551204876,-0.9620937321274027,1.8216606241959243,-0.18404404819011688,0.8203905820846558,0.5413755178451538,0.0750655084848404,0.08520001173019409,-0.08232031762599945,0.06974045932292938,0.05660843849182129,0.002402007579803467 +164,-2.808085190522962,-0.9593615851626601,1.8338596301262615,-0.18791817128658295,0.8188252449035645,0.5424128770828247,0.06401621550321579,-0.04467632248997688,-0.11655782908201218,0.04385998845100403,0.025794386863708496,-0.015664279460906982 +165,-2.810023114989626,-0.9664025136633966,1.8468339220169565,-0.18498529493808746,0.8228467106819153,0.5373114347457886,0.10757481306791306,-0.11386316269636154,-0.1036950945854187,-0.02308356761932373,-0.01950204372406006,-0.020038485527038574 +166,-2.791516191364174,-0.9669349642126907,1.8822397317582893,-0.19474677741527557,0.8231492042541504,0.5333845019340515,0.08788421750068665,-0.27705663442611694,-0.16224564611911774,-0.014771640300750732,-0.03819131851196289,-0.014417886734008789 +167,-2.773229976238804,-0.971106892607328,1.9299592313369296,-0.20322874188423157,0.8255109190940857,0.526525616645813,0.2049967348575592,-0.08021850138902664,-0.3841223120689392,-0.10467830300331116,-0.0026503801345825195,0.03531801700592041 +168,-2.6937892597808926,-0.9653704361377217,2.0130866351628764,-0.2464180439710617,0.822259783744812,0.5129981637001038,0.13393554091453552,0.3567569851875305,-0.45582565665245056,-0.1070060133934021,-0.04560267925262451,0.06422662734985352 +169,-2.579073036299171,-0.9684954262213151,2.1119751116547225,-0.30214688181877136,0.8240342736244202,0.4792444109916687,0.574970006942749,-0.24086880683898926,-0.3604823052883148,-0.011848539113998413,-0.07316434383392334,-0.007152736186981201 +170,-2.5538305991325414,-0.9652134982302724,2.188268492339467,-0.3156442940235138,0.8221704959869385,0.4737132787704468,0.07876976579427719,-0.1539951115846634,-0.42178869247436523,-0.044951409101486206,-0.013851463794708252,-0.034168630838394165 +171,-2.5173899466631786,-0.9668015022664013,2.262434746968304,-0.3319297730922699,0.8230733871459961,0.4608389437198639,0.3645639419555664,-0.37423864006996155,-0.39944732189178467,-0.026102453470230103,-0.043456196784973145,0.03676527738571167 +172,-2.5227899637410482,-0.9726363173025043,2.318669504262745,-0.3266451954841614,0.8263731598854065,0.45870500802993774,0.10198098421096802,-0.8026807308197021,0.001977865118533373,-0.037521034479141235,-0.0059996843338012695,0.06821152567863464 +173,-2.698257464908541,-0.9757873925851942,2.2891836971070276,-0.24043606221675873,0.8281434774398804,0.5063289999961853,-0.4193587303161621,-1.4678149223327637,0.20649652183055878,-0.10377174615859985,0.00738215446472168,0.0367160439491272 +174,-2.8126168313613737,-0.9498531117997978,2.272929444192382,-0.18796539306640625,0.8133300542831421,0.5506030917167664,0.029959704726934433,-0.39930835366249084,-0.2488890439271927,-0.11528782546520233,0.048990070819854736,-0.10086536407470703 +175,-2.792537152528519,-0.9658274195838922,2.330316144235974,-0.19451390206813812,0.8225197792053223,0.5344398021697998,0.08735428750514984,-0.17400918900966644,-0.22686417400836945,-0.01830047369003296,-0.005411505699157715,0.03568965196609497 +176,-2.7838279942524133,-0.981857138309243,2.3684113742629327,-0.19451847672462463,0.8315303921699524,0.5203074216842651,0.07540106773376465,-0.2758575975894928,-0.12069985270500183,-0.021805375814437866,-0.04933434724807739,0.09536945819854736 +177,-2.7848126007315774,-0.9878535467844228,2.3833122590416354,-0.19226105511188507,0.8348463177680969,0.5158169865608215,0.22104017436504364,0.03315703943371773,-0.08281830698251724,-0.09506192803382874,-0.017600953578948975,-0.009972870349884033 +178,-2.7436976764310215,-0.9877329603379845,2.4370013654495706,-0.21333955228328705,0.8347799181938171,0.5075716972351074,0.09998273104429245,-0.09542153030633926,-0.2143578976392746,-0.016701966524124146,0.03375047445297241,-0.011172711849212646 +179,-2.72481166239669,-0.985013825058633,2.4688605351478676,-0.22380487620830536,0.8332797288894653,0.5055257081985474,-0.0671364814043045,-0.012862199917435646,-0.14304110407829285,-0.011455118656158447,0.04584014415740967,0.0032786130905151367 +180,-2.7097736256823994,-0.9710911926320953,2.4749977583725316,-0.23621441423892975,0.8255020976066589,0.5125908255577087,-0.22117187082767487,0.04359689727425575,0.15641210973262787,-0.002646714448928833,-0.011506617069244385,-0.01233130693435669 +181,-2.73459135646694,-0.9471059348121107,2.45610796950713,-0.23119431734085083,0.8117286562919617,0.5363258123397827,-0.2525803744792938,0.06275381147861481,-0.28701403737068176,-0.02988351881504059,-0.06388026475906372,-0.09038782119750977 +182,-2.6839598887149414,-0.9370532558712716,2.505884628664579,-0.2616336941719055,0.805816650390625,0.5312317609786987,0.29002755880355835,0.04686804115772247,-0.33014175295829773,0.0016239583492279053,0.13777148723602295,0.04248344898223877 +183,-2.688214734894432,-0.9512357649429113,2.531247585546639,-0.2543395161628723,0.8141337037086487,0.5220133066177368,-0.1660047024488449,-0.25838205218315125,0.02334747090935707,0.08363944292068481,0.08802694082260132,0.058827757835388184 +184,-2.7188601569651416,-0.9388606574849168,2.5036902167399098,-0.24234028160572052,0.8068856000900269,0.5387087464332581,0.021327171474695206,-0.06697718054056168,0.11124294251203537,0.07511916756629944,0.036498308181762695,-0.1108521819114685 +185,-2.723073794746307,-0.9608161064275285,2.50109606131085,-0.23281122744083405,0.8196593523025513,0.5234098434448242,0.06727899610996246,-0.06933241337537766,-0.049312420189380646,0.09215569496154785,0.02781391143798828,-0.017184197902679443 +186,-2.7374611878900015,-0.9709276734876301,2.490871421551082,-0.22198641300201416,0.8254097700119019,0.5190579295158386,0.08399231731891632,-0.10329214483499527,0.07876339554786682,0.06048738956451416,0.02983015775680542,-0.061782240867614746 +187,-2.7517186435751726,-0.9826713565314737,2.4873853020077474,-0.21086472272872925,0.831982433795929,0.5131681561470032,0.3454701602458954,-0.15933440625667572,-0.2804636061191559,-0.06438860297203064,0.035342514514923096,-0.11849945783615112 +188,-2.701926079895249,-1.0129713603266801,2.5527010952240143,-0.2253081053495407,0.8484084606170654,0.4789985418319702,0.3916800916194916,-0.061475902795791626,-0.2636280953884125,-0.08522355556488037,0.03364121913909912,0.07391899824142456 +189,-2.6785805718300955,-1.0322775882205277,2.5940187573733295,-0.22906841337680817,0.8584693074226379,0.4588656425476074,0.21871250867843628,-0.12782470881938934,0.08259747922420502,0.0024907290935516357,-0.06673669815063477,0.11080586910247803 +190,-2.6954511428648047,-1.0334455091719708,2.5807911470349794,-0.22086209058761597,0.8590677380561829,0.46175989508628845,-0.1287800520658493,-0.047294627875089645,0.08418918401002884,-0.06321074068546295,-0.05776786804199219,0.0652938187122345 +191,-2.7009205011986825,-1.0115186259483673,2.5754016266641515,-0.2263149470090866,0.8476385474205017,0.4798855483531952,-0.011415516026318073,-0.07657205313444138,-0.05615873634815216,-0.038028284907341,-0.010678887367248535,-0.005352586507797241 +192,-2.693778541441808,-1.005481752211752,2.5914078203920927,-0.23194819688796997,0.8444201350212097,0.48286131024360657,-0.03613412007689476,-0.06918191909790039,-0.0592259019613266,-0.016739577054977417,-0.030958712100982666,-0.010067641735076904 +193,-2.6856128077062573,-0.9919334627149631,2.601790424995139,-0.24089913070201874,0.8370853066444397,0.49117809534072876,-0.037421196699142456,0.06846480071544647,-0.09939315915107727,0.008339941501617432,-0.018893718719482422,-0.033689141273498535 +194,-2.6552070428792263,-0.9941680237244466,2.619742780886202,-0.25484520196914673,0.838305652141571,0.48197275400161743,0.07369807362556458,0.13057133555412292,-0.055698808282613754,-0.016807079315185547,-0.038653433322906494,0.06795400381088257 +195,-2.6253298126335203,-0.9862891458676385,2.6366416564639703,-0.27238109707832336,0.8339841365814209,0.47987356781959534,0.005345406476408243,0.08908078074455261,-0.33307111263275146,-0.07986798882484436,-0.025085389614105225,0.09179678559303284 +196,-2.6123479753737175,-0.9751293528005429,2.6822842640279396,-0.2832692861557007,0.8277744650840759,0.4843014180660248,0.08344639837741852,-0.6121475696563721,-0.17771746218204498,-0.08449804782867432,-0.0335087776184082,0.07679471373558044 +197,-2.6145854114995877,-0.9553431417766992,2.72527248025867,-0.29036664962768555,0.816511869430542,0.49899420142173767,0.12146937847137451,-0.3336806297302246,-0.2448389083147049,-0.024116933345794678,-0.022536158561706543,-0.013154476881027222 +198,-2.6257916159237467,-0.9423004069118592,2.7662593044930133,-0.28998512029647827,0.8089126944541931,0.5114378929138184,0.1810738444328308,-0.28439801931381226,-0.13592521846294403,-0.002876758575439453,0.001801908016204834,-0.029153406620025635 +199,-2.594166446390646,-0.9662070093846298,2.8068930606246094,-0.2958601117134094,0.822735607624054,0.4853591024875641,0.2508625090122223,0.10248110443353653,-0.08709634095430374,0.0034406185150146484,0.014254927635192871,0.07196831703186035 +200,-2.5766391903434602,-0.9726790853553684,2.8361309077809413,-0.3014640510082245,0.8263972401618958,0.47559165954589844,0.005444896407425404,-0.2834845185279846,-0.1621832400560379,-0.030963927507400513,-0.0191308856010437,0.05498701333999634 +201,-2.583845382856978,-0.9816057405868263,2.86293254988914,-0.2941126823425293,0.8313907384872437,0.4714736342430115,0.20854948461055756,-0.2933938503265381,-0.12029024958610535,-0.002914935350418091,-0.0224459171295166,0.008079588413238525 +202,-2.588753838028098,-0.9832553540747829,2.897102067519966,-0.2910744249820709,0.8323062658309937,0.4717438519001007,0.1920529156923294,-0.3828330934047699,-0.1881706416606903,0.025434136390686035,0.014083623886108398,-0.029452502727508545 +203,-2.5958223682081836,-0.9886054114438844,2.9415115056683816,-0.28541699051856995,0.8352599740028381,0.4699764847755432,0.2983805239200592,-0.39585328102111816,-0.26252278685569763,-0.019941896200180054,0.022207677364349365,-0.04578220844268799 +204,-2.568472188213948,-0.9966272992336356,3.025998926322162,-0.2945198714733124,0.8396438956260681,0.45635122060775757,0.22412525117397308,-0.5850146412849426,-0.45003634691238403,0.012400120496749878,1.6093254089355469e-06,0.010232031345367432 +205,-2.562709172923294,-0.9964387101282155,3.109647674630786,-0.2972317039966583,0.839541494846344,0.45477908849716187,0.2830452620983124,-0.6808781027793884,-0.3469955027103424,-0.017236709594726562,0.018735110759735107,0.003671407699584961 +206,-2.559129113966281,-0.9927396069346712,-3.0992966955426446,-0.3005640506744385,0.8375260233879089,0.4563021957874298,0.1751764714717865,-0.6970078945159912,-0.39813339710235596,0.013958185911178589,0.033094823360443115,-0.024280011653900146 +207,-2.5682458891711053,-0.9829404865864234,-3.042289647152851,-0.3008289337158203,0.8321316838264465,0.46589547395706177,0.2095065712928772,-0.32571712136268616,-0.1766410768032074,0.04912000894546509,0.048162996768951416,-0.11155590415000916 +208,-2.562704599730707,-0.991225627773769,-3.0096677815161117,-0.2996238172054291,0.8366978168487549,0.4584345519542694,0.09472529590129852,-0.11007001250982285,-0.15772351622581482,-0.024732232093811035,0.053698182106018066,-0.05259650945663452 +209,-2.547970418527553,-0.9829585614502242,-2.97792175948939,-0.31020447611808777,0.8321416974067688,0.4596885144710541,-0.07252003252506256,0.01197054609656334,-0.20564277470111847,0.01693052053451538,0.008724451065063477,-0.03738623857498169 +210,-2.5460815179878744,-0.9718689480656495,-2.972911410907283,-0.3162290155887604,0.8259407877922058,0.46671247482299805,-0.06428474187850952,0.07386156916618347,0.0015280614607036114,-0.05323195457458496,0.06642353534698486,-0.0841747522354126 +211,-2.5335920042076205,-0.9653329349253932,-2.9880486840477363,-0.32511016726493835,0.8222384452819824,0.4671478867530823,-0.19618552923202515,0.35773327946662903,0.20121440291404724,0.04447054862976074,0.12664449214935303,-0.11756902933120728 +212,-2.5322200591011232,-0.9740788871268429,-3.0513210077040855,-0.32162266969680786,0.8271846175193787,0.4607871174812317,-0.2490157186985016,0.6728113293647766,0.46416109800338745,0.0365578830242157,0.06112116575241089,-0.044679880142211914 +213,-2.540743042144626,-0.9964785957894092,3.1289359293160546,-0.3071295917034149,0.8395631313323975,0.4481126368045807,-0.14555485546588898,0.7920345067977905,0.563958466053009,-0.04840019345283508,-0.03362452983856201,0.03388184309005737 +214,-2.5544816200075693,-0.9995022084705395,3.0349484190727667,-0.2995370030403137,0.841201901435852,0.45017457008361816,-0.23895691335201263,0.5526677966117859,0.27830970287323,-0.08734959363937378,-0.04100048542022705,0.024190664291381836 +215,-2.569365134927618,-0.9763216843538036,2.9770223509024105,-0.30328312516212463,0.8284428715705872,0.4708518981933594,-0.5108523964881897,0.16456635296344757,0.08666939288377762,-0.015183031558990479,-0.043210387229919434,0.03432074189186096 +216,-2.600616708191442,-0.943184606625035,2.921273654454243,-0.3023989498615265,0.8094322681427002,0.5033631920814514,-0.37495437264442444,0.2797042727470398,0.1823003739118576,0.02787807583808899,-0.0057212114334106445,-0.029898107051849365 +217,-2.6009176661650337,-0.9387767076304593,2.879714292378997,-0.3040808141231537,0.8068360090255737,0.5065079927444458,-0.03860245645046234,0.31173038482666016,0.21909087896347046,0.030780673027038574,-0.0012483596801757812,0.0026472806930541992 +218,-2.5985939935096414,-0.946348958315709,2.8386977595690377,-0.30209144949913025,0.8112863302230835,0.5005549192428589,-0.06234519183635712,0.3227384388446808,0.11929464340209961,-0.04408469796180725,-0.04566138982772827,0.019205152988433838 +219,-2.588628494665615,-0.9391699964535274,2.8288191028316354,-0.3101155757904053,0.8070682883262634,0.5024628639221191,-0.11342638731002808,0.06695821136236191,-0.14723160862922668,-0.05687355995178223,-0.01815849542617798,0.030648648738861084 +220,-2.5760176127354235,-0.919026486782854,2.8282780932521803,-0.3250750005245209,0.7950114607810974,0.5121362209320068,-0.20793549716472626,0.1840679794549942,-0.044352613389492035,0.00020000338554382324,0.023470163345336914,0.010446906089782715 +221,-2.5630263460324456,-0.9091343620065833,2.8170365011974803,-0.3359846770763397,0.7889721393585205,0.5144292712211609,-0.06078099086880684,0.2092197984457016,0.02468929998576641,0.005143582820892334,-0.004761815071105957,-0.006662547588348389 +222,-2.558134165292082,-0.9035624945304972,2.80952643261593,-0.34091395139694214,0.7855364084243774,0.5164402723312378,-0.12221266329288483,0.1480264812707901,0.0002196433488279581,-0.010114520788192749,-0.0029282569885253906,-0.012594997882843018 +223,-2.5488448768165743,-0.8953144787980418,2.8052993172363205,-0.3493039608001709,0.7804057598114014,0.5186070799827576,-0.11870773881673813,0.060345254838466644,0.015519495122134686,0.014358311891555786,0.022618412971496582,0.005028665065765381 +224,-2.552580682796933,-0.8947911481741195,2.790508916059895,-0.34759119153022766,0.7800784111022949,0.5202482342720032,-0.11413832008838654,0.07758486270904541,0.12716355919837952,0.024120092391967773,-0.0007510185241699219,0.010315179824829102 +225,-2.563997028962384,-0.8965078187197328,2.7613737851645546,-0.34089767932891846,0.7811513543128967,0.5230598449707031,-0.05903463810682297,0.09121771901845932,0.1554708182811737,-0.03253072500228882,-0.014076650142669678,0.0007744431495666504 +226,-2.5736677140590203,-0.8942183902906864,2.7388292235650704,-0.33678433299064636,0.7797199487686157,0.5278379917144775,-0.08390584588050842,0.06389206647872925,0.08589453250169754,-0.026695281267166138,-0.03570151329040527,0.0022827982902526855 +227,-2.576751876511695,-0.8850905264595205,2.7284489360968487,-0.3389504551887512,0.7739723324775696,0.5348637700080872,-0.014676110818982124,0.021455444395542145,-0.04766266793012619,-0.041206955909729004,-0.037461161613464355,0.01805359125137329 +228,-2.562042545444492,-0.8747862375496369,2.741198938247823,-0.35113006830215454,0.7674064636230469,0.5364649295806885,0.027173511683940887,0.09155512601137161,-0.11574171483516693,-0.039861083030700684,-0.023815274238586426,0.05072367191314697 +229,-2.536056017793771,-0.865037293332699,2.766262777114573,-0.36919209361076355,0.7611194252967834,0.5332866311073303,0.06938168406486511,-0.03795458376407623,-0.19627709686756134,-0.01601603627204895,-0.04648923873901367,0.05283409357070923 +230,-2.5169479393270175,-0.8588631359186412,2.8027631142709235,-0.38205501437187195,0.7571003437042236,0.5299368500709534,0.24393858015537262,-0.13183774054050446,-0.17673343420028687,-0.0015204548835754395,-0.030476808547973633,0.024369120597839355 +231,-2.501145763850736,-0.8604363384117621,2.8447744538175574,-0.38966891169548035,0.7581271529197693,0.5228779911994934,0.1448793113231659,-0.17745070159435272,-0.20413890480995178,-0.03072601556777954,-0.0033817291259765625,0.024500489234924316 +232,-2.495264700895721,-0.8570057122684788,2.879347143016937,-0.39430105686187744,0.7558856010437012,0.5226501822471619,0.10004875808954239,-0.17928016185760498,-0.1434236764907837,-0.014329254627227783,0.021702170372009277,-0.009710907936096191 +233,-2.486183731724045,-0.855278908408088,2.904913095409729,-0.3998260200023651,0.7547538876533508,0.5200822949409485,0.03198114037513733,-0.022953299805521965,-0.08092501014471054,0.0056915283203125,0.01760011911392212,0.005628764629364014 +234,-2.479554259531081,-0.8516474856779943,2.9163982913547843,-0.4049473702907562,0.7523667216300964,0.519578754901886,0.021157246083021164,-0.04585536941885948,-0.059578172862529755,0.03191578388214111,0.00332486629486084,0.02996647357940674 +235,-2.491921470262444,-0.8484981107367153,2.909924959214308,-0.39992204308509827,0.7502883076667786,0.5264309048652649,-0.09356033056974411,-0.10235496610403061,0.036444954574108124,-0.010463058948516846,0.012010157108306885,0.0030031800270080566 +236,-2.499499799679756,-0.8453263702475009,2.9044034614087306,-0.3973444700241089,0.7481877207756042,0.5313498973846436,0.004193805158138275,0.022101715207099915,-0.01011394802480936,-0.002374798059463501,0.0029109716415405273,-0.014244794845581055 +237,-2.5010445723953203,-0.8425884778210578,2.902944933845399,-0.3977457582950592,0.7463683485984802,0.5336032509803772,-0.07987914234399796,-0.012149970978498459,0.021048156544566154,0.0017192065715789795,0.0204925537109375,-0.004046976566314697 +238,-2.5079235339125403,-0.8399629962551407,2.889220906403685,-0.3952248990535736,0.7446184158325195,0.5379043221473694,-0.09902842342853546,0.05449678376317024,0.12050149589776993,0.033240556716918945,0.024836599826812744,-0.0012221932411193848 +239,-2.5222186361769268,-0.8421787773807204,2.8598479779214223,-0.3865366578102112,0.746095597743988,0.5421541929244995,-0.08140773326158524,0.08820658177137375,0.17934513092041016,0.009659796953201294,-0.01597774028778076,0.006643474102020264 +240,-2.534055072331932,-0.843015298577767,2.83450108426383,-0.37973591685295105,0.7466523051261902,0.54617840051651,-0.05095641314983368,0.03983059898018837,0.10595165193080902,-0.016443252563476562,-0.02910780906677246,0.0036873221397399902 +241,-2.535239549028308,-0.8393742964056219,2.8272855108071573,-0.38063564896583557,0.7442253232002258,0.5488584041595459,-0.037691179662942886,0.03463157266378403,-0.005546056665480137,-0.011469542980194092,-0.011406660079956055,0.006485283374786377 +242,-2.528393721885441,-0.8351997186353518,2.8300399429925602,-0.38616859912872314,0.7414305210113525,0.5487757325172424,0.0538131408393383,0.05636570230126381,-0.030623292550444603,0.0013724267482757568,0.0009554028511047363,0.004019796848297119 +243,-2.5219320212949765,-0.835909707098418,2.8371508536257006,-0.3894006609916687,0.7419067621231079,0.5458402037620544,0.004922060761600733,-0.03145184367895126,-0.0051284730434417725,-0.0063208043575286865,0.00464475154876709,0.02367877960205078 +244,-2.524740098796778,-0.8344449034030741,2.8393376250973037,-0.38849443197250366,0.7409238219261169,0.5478171706199646,0.052636437118053436,0.0034202919341623783,-0.06052587181329727,-0.011941909790039062,-0.005267143249511719,-0.00541311502456665 +245,-2.5188209491078406,-0.8333642123497098,2.8468918132620686,-0.39219731092453003,0.7401975989341736,0.546158492565155,0.03906668722629547,-0.005686817690730095,-0.06529226899147034,-0.012572675943374634,-0.006860077381134033,0.008620619773864746 +246,-2.510858170633986,-0.8282377906672116,2.8596428477278724,-0.3987661600112915,0.7367409467697144,0.5460752844810486,0.03690345957875252,-0.015359099954366684,-0.10799732059240341,0.004646927118301392,-0.00880521535873413,0.011816442012786865 +247,-2.498364168530598,-0.8260342398230857,2.879513900899251,-0.4065302312374115,0.7352491617202759,0.5423482656478882,0.08756802976131439,-0.03692672401666641,-0.10063889622688293,0.024236589670181274,-0.036381423473358154,0.002634584903717041 +248,-2.4900904499276004,-0.8243093933446057,2.895933378477654,-0.41177213191986084,0.7340790033340454,0.5399741530418396,-0.0065481457859277725,-0.023279139772057533,-0.06333126872777939,-0.006532400846481323,-0.031121671199798584,0.029697537422180176 +249,-2.487442827142409,-0.8208364000362407,2.9032131996797257,-0.4147489070892334,0.7317161560058594,0.5409016609191895,0.03173518180847168,-0.0030183717608451843,-0.04081208258867264,-0.026352137327194214,-0.02682119607925415,0.0070719122886657715 +250,-2.4790545311531114,-0.8200501956775149,2.9146698203069294,-0.41962534189224243,0.7311800718307495,0.537857174873352,0.06211933121085167,-0.025547023862600327,-0.010038269683718681,-0.01673024892807007,-0.007806658744812012,0.01109302043914795 +251,-2.480403182764649,-0.8234094664297299,2.910537240178036,-0.4173887073993683,0.7334675788879395,0.5364806652069092,-0.001621331088244915,0.06291288137435913,0.14140300452709198,-0.017410367727279663,-0.00867527723312378,-0.0058258771896362305 +252,-2.4811313899612903,-0.8277057844862846,2.8917633422235163,-0.4150610864162445,0.7363811135292053,0.5342912077903748,-0.06719864904880524,0.208778977394104,0.15123350918293,-0.04619684815406799,0.0363696813583374,-0.006947576999664307 +253,-2.4694966533166824,-0.8268507370374616,2.869299898273829,-0.42164096236228943,0.7358023524284363,0.5299184322357178,-0.08568216860294342,0.21193838119506836,0.03748849034309387,-0.005360901355743408,0.039786577224731445,-0.011958897113800049 +254,-2.469427917069921,-0.823998553879011,2.857344299108921,-0.42298266291618347,0.733867883682251,0.5315296649932861,-0.01961914822459221,0.007776032667607069,0.0802169069647789,0.09340804815292358,0.017459630966186523,-0.06496167182922363 +255,-2.476293227045806,-0.8331621702923989,2.8484700621657986,-0.41515466570854187,0.7400617599487305,0.5291078090667725,0.029544968158006668,0.007950861006975174,0.01262263860553503,0.031426697969436646,0.050740182399749756,-0.030954182147979736 +256,-2.4788140802301033,-0.8380246286773843,2.8566554655736667,-0.4116004705429077,0.7433232069015503,0.527309775352478,0.024155940860509872,-0.16449463367462158,-0.09940885007381439,0.0624336302280426,0.05390268564224243,-0.0460323691368103 +257,-2.4816793592789343,-0.8456778522341841,2.872470459086649,-0.4065884053707123,0.7484208345413208,0.5239771008491516,0.11633610725402832,-0.071403369307518,-0.02016475237905979,0.07792931795120239,0.0565565824508667,-0.07280528545379639 +258,-2.486977738660681,-0.8650893040077591,2.8797157924793546,-0.39488542079925537,0.7611531615257263,0.514500617980957,0.01296950876712799,-0.10566845536231995,0.011928250081837177,-0.007931292057037354,0.07174766063690186,-0.020863652229309082 +259,-2.495712910737902,-0.8731014225693497,2.8738151649305546,-0.38669320940971375,0.7663251161575317,0.513043999671936,-0.0506618395447731,0.032155897468328476,0.029566390439867973,0.012440890073776245,0.025377094745635986,-0.04034203290939331 +260,-2.4963102817994574,-0.8778281634471632,2.8627506670609018,-0.3842037618160248,0.7693532705307007,0.5103751420974731,-0.018926754593849182,0.06597356498241425,0.1065126359462738,0.015917658805847168,0.017603397369384766,-0.01019209623336792 +261,-2.5061487730450227,-0.8831146204049534,2.8408797511254886,-0.3767446279525757,0.7727196216583252,0.5108498930931091,-0.07781732827425003,0.07417885214090347,0.10450831055641174,-0.01890045404434204,-0.013091444969177246,0.031126976013183594 +262,-2.5187635343541883,-0.8807162193008959,2.8207449716998156,-0.37135079503059387,0.7711949944496155,0.5170657634735107,-0.0221431702375412,-0.019209735095500946,0.12620779871940613,-0.028994083404541016,-0.0061345696449279785,0.03798794746398926 +263,-2.540540164689883,-0.8771791135466299,2.7952554875797606,-0.36154380440711975,0.7689384818077087,0.5272754430770874,-0.09045662730932236,0.011373709887266159,0.1731720268726349,-0.006315052509307861,-0.03695923089981079,-0.023750722408294678 +264,-2.549687651666578,-0.8820191587847173,2.779465556077167,-0.35462507605552673,0.7720237970352173,0.5274661183357239,0.017158042639493942,0.024805085733532906,0.08687640726566315,-0.04114213585853577,-0.058156490325927734,0.03483551740646362 +265,-2.5472654885176587,-0.8815393548587493,2.778228468402943,-0.35610881447792053,0.7717187404632568,0.5269121527671814,-0.007407455705106258,0.007741609122604132,0.039550602436065674,-0.043274641036987305,-0.04829967021942139,0.06395387649536133 +266,-2.551014331975109,-0.8701386089491211,2.778415263411646,-0.3590071499347687,0.7644183039665222,0.5355170369148254,0.06235342472791672,0.007057525683194399,-0.09958386421203613,-0.027497947216033936,-0.04093813896179199,0.003270864486694336 +267,-2.5295158663015442,-0.865985916207685,2.8055113651158394,-0.372256875038147,0.7617344260215759,0.5302693843841553,0.08365628123283386,-0.04370298236608505,-0.15694618225097656,0.004733651876449585,-0.010132193565368652,0.04014992713928223 +268,-2.5197198748460234,-0.8607444855831974,2.8268267434871626,-0.37975427508354187,0.7583280801773071,0.5298354029655457,0.03796449303627014,-0.10524079203605652,-0.057751405984163284,0.010613620281219482,0.013904094696044922,0.042643964290618896 +269,-2.5274411859325037,-0.8586450734683969,2.8318010053369047,-0.37656837701797485,0.7569578886032104,0.5340514779090881,-0.02545703947544098,-0.11492305248975754,-0.037806302309036255,0.0023618340492248535,-0.004180788993835449,0.01265561580657959 +270,-2.5296732373537925,-0.8606251124521962,2.836579567812047,-0.3745136857032776,0.7582502365112305,0.533662736415863,0.043959617614746094,-0.05094214901328087,-0.0354539230465889,-0.007093340158462524,-0.01119530200958252,0.012540876865386963 +271,-2.5239197291350313,-0.8646196563516226,2.84628797910713,-0.3758208155632019,0.7608485221862793,0.5290257930755615,0.10825740545988083,-0.024535046890378,-0.03702247515320778,-0.0033143162727355957,-0.026626110076904297,0.04555916786193848 +272,-2.5215273578210873,-0.8669088352398773,2.8617836565668067,-0.3760724365711212,0.762332022190094,0.5267065167427063,0.15246541798114777,-0.11148042231798172,-0.07225026190280914,-0.00876954197883606,-0.005648493766784668,0.03194832801818848 +273,-2.5266105760888076,-0.8690217138617528,2.8816974042969417,-0.37246015667915344,0.7636977434158325,0.5272946357727051,0.13749484717845917,-0.23152129352092743,-0.07691674679517746,-0.006308853626251221,-0.011912286281585693,0.005328774452209473 +274,-2.529977141695282,-0.8714482002109392,2.9046894928392586,-0.36961761116981506,0.7652619481086731,0.5270265936851501,0.15123772621154785,-0.1920243352651596,-0.13783076405525208,-0.039302676916122437,-0.006518661975860596,-0.020785808563232422 +275,-2.518071832259855,-0.8781232959368862,2.952151056963347,-0.37287452816963196,0.7695418000221252,0.5184301733970642,0.18242524564266205,-0.31748440861701965,-0.27303388714790344,-0.029240339994430542,-0.01174461841583252,0.02839893102645874 +276,-2.509185444192232,-0.8778731864301489,3.004884971924835,-0.3775807321071625,0.7693820595741272,0.515251874923706,0.28686025738716125,-0.37066763639450073,-0.30984967947006226,-0.0177287757396698,-0.01768815517425537,-0.0010611414909362793 +277,-2.499006656876719,-0.8879168901755218,3.074789627617795,-0.37815552949905396,0.7757589221000671,0.5051698088645935,0.4180830717086792,-0.457148939371109,-0.2833516597747803,-0.038363635540008545,-0.06773585081100464,0.013720512390136719 +278,-2.5100192977570237,-0.8975333798053957,-3.120983361022587,-0.36814767122268677,0.7817912697792053,0.503259003162384,0.432805597782135,-0.8099888563156128,-0.3121289908885956,-0.003953129053115845,0.016044974327087402,-0.004266083240509033 +279,-2.51412167398217,-0.897359687168344,-3.079163709909035,-0.36615991592407227,0.7816829085350037,0.5048751831054688,-0.463765025138855,0.3074744939804077,0.18132609128952026,0.12662741541862488,-0.04109746217727661,0.21251684427261353 +280,-2.6193407592239244,-0.7887266502445024,3.0108134224133276,-0.35155215859413147,0.7094564437866211,0.6108046174049377,-2.000783681869507,0.6041052341461182,0.464474618434906,-0.17206841707229614,0.057526469230651855,-0.02552342414855957 +281,-2.6244269390678485,-0.7633535590965639,2.978519597003026,-0.3572281301021576,0.6913483738899231,0.6280332803726196,0.6606242656707764,-0.2759726047515869,0.17524124681949615,-0.019694507122039795,-0.006152331829071045,-0.15449196100234985 +282,-2.6070036482442065,-0.8405831279186036,3.0250266244857826,-0.3398425579071045,0.7450321912765503,0.5739632844924927,0.7954133749008179,0.2683907747268677,-0.04655655100941658,-0.03151056170463562,0.010979712009429932,0.0586811900138855 +283,-2.5831050016708392,-0.9162089431791546,3.0439909418819355,-0.3226228356361389,0.7932991981506348,0.5163248181343079,0.6605697870254517,0.06409425288438797,0.5720600485801697,0.05591443181037903,0.014592766761779785,0.07596045732498169 +284,-2.582847954813522,-0.9884884542732062,3.040007365484,-0.2915422022342682,0.8351956605911255,0.46631667017936707,0.2757648229598999,0.2095080316066742,0.20740845799446106,-0.09484085440635681,-0.04038071632385254,0.05115467309951782 +285,-2.578357470136185,-1.0134655568417856,3.047238814846452,-0.2824048399925232,0.8486699461936951,0.4472212791442871,0.11865562200546265,-0.1283191293478012,0.04431549087166786,-0.004490911960601807,-0.004218041896820068,0.01269388198852539 +286,-2.589984026276435,-1.0173567248705049,3.0476308633101907,-0.27545350790023804,0.8507216572761536,0.4476584196090698,0.15107861161231995,-0.2024518996477127,-0.07790916413068771,-0.018858015537261963,-0.0072768330574035645,-0.059429049491882324 +287,-2.56204125217662,-1.0228298199759358,3.0950731156812834,-0.2852988541126251,0.8535856604576111,0.4358851909637451,0.2730933129787445,-0.17099633812904358,-0.2266402244567871,-0.00048300623893737793,0.07376712560653687,-0.04558068513870239 +288,-2.5403507882208975,-1.029160455282172,-3.1298181348115763,-0.29162290692329407,0.8568664789199829,0.425130158662796,0.2053263932466507,-0.4422873556613922,-0.20239119231700897,0.044461071491241455,0.033117473125457764,-0.0664876401424408 +289,-2.532668738111514,-1.0440599090816776,-3.067010918101808,-0.28754526376724243,0.8644523024559021,0.41235867142677307,0.26839184761047363,-0.4891355335712433,-0.16486503183841705,0.03801831603050232,0.06906503438949585,-0.02028411626815796 +290,-2.5442397710710014,-1.0499891443487064,-3.0329079664573233,-0.2798668146133423,0.8674178123474121,0.41141292452812195,0.11698359996080399,-0.3468981981277466,-0.09024639427661896,0.03401723504066467,-0.007447779178619385,-0.029943495988845825 +291,-2.552066911150839,-1.0552660398012856,-2.9918513362292987,-0.2740897238254547,0.8700314164161682,0.409780889749527,0.20075400173664093,-0.5603435039520264,-0.23455847799777985,-0.026264309883117676,-0.0001887679100036621,-0.0042327046394348145 +292,-2.5417241047425425,-1.0555719210585075,-2.9150612981331703,-0.27816301584243774,0.8701821565628052,0.40670445561408997,0.20380941033363342,-0.5407524704933167,-0.2625589668750763,0.06949904561042786,0.019817352294921875,0.016299664974212646 +293,-2.546400640613156,-1.0551279798264908,-2.856994026418141,-0.27647465467453003,0.8699633479118347,0.408320814371109,0.10304467380046844,-0.5972805619239807,-0.31853383779525757,0.004547744989395142,-0.02108621597290039,0.0021712183952331543 +294,-2.5367620230678014,-1.0457525486790813,-2.77564113217899,-0.28502243757247925,0.8653020262718201,0.4123278558254242,0.15170054137706757,-0.6334268450737,-0.3759291172027588,0.03183341026306152,0.02426999807357788,0.024958401918411255 +295,-2.5396281960808498,-1.038043813776861,-2.692570466092455,-0.28760838508605957,0.8614123463630676,0.4186289310455322,0.21375246345996857,-0.6436863541603088,-0.4376809298992157,0.04239964485168457,0.005943000316619873,-0.0012705624103546143 +296,-2.521476955490702,-1.0257082530108916,-2.5994198657054333,-0.30131158232688904,0.8550816178321838,0.42195555567741394,0.15066741406917572,-0.5354931950569153,-0.4708018898963928,0.030132412910461426,0.03528386354446411,0.022853314876556396 +297,-2.5046103356458187,-1.0107729203116702,-2.5142369394665383,-0.31594666838645935,0.8472426533699036,0.42703354358673096,0.11195123195648193,-0.42193761467933655,-0.38630765676498413,0.06881532073020935,0.020921409130096436,-0.04284775257110596 +298,-2.4917554182249866,-0.996775375082367,-2.451986552092621,-0.3285534977912903,0.8397243618965149,0.43233704566955566,0.019299030303955078,-0.391714483499527,-0.3904385268688202,0.02440008521080017,0.05822473764419556,-0.0068457722663879395 +299,-2.4929174993488155,-0.9814670782202195,-2.413625231967154,-0.33577802777290344,0.8313136696815491,0.4429111182689667,0.02115800604224205,-0.31868278980255127,-0.08048191666603088,-0.004996448755264282,0.0856325626373291,0.004949450492858887 +300,-2.5111165499216344,-0.9775560127661517,-2.400245764761391,-0.32957684993743896,0.8291335105895996,0.451571524143219,0.05408858507871628,-0.257302463054657,-0.1915132999420166,-0.022702813148498535,-0.03024435043334961,-0.05136394500732422 +301,-2.5038751666206753,-0.9750493897322958,-2.3705411886909666,-0.33407458662986755,0.8277295827865601,0.45084166526794434,0.1557845175266266,-0.2069946527481079,-0.1354287564754486,-0.03741595149040222,-0.027604341506958008,-0.02562493085861206 +302,-2.4888564950335086,-0.9671414078999178,-2.3223672139374925,-0.3447723686695099,0.8232663869857788,0.4509594142436981,0.04540155082941055,-0.2452237904071808,-0.300856351852417,-0.011779725551605225,0.003225862979888916,-0.027604371309280396 +303,-2.4737344494179716,-0.9567013911865326,-2.2777694418430148,-0.3568558096885681,0.8172953128814697,0.45241835713386536,0.0656391829252243,-0.23863300681114197,-0.24551238119602203,-0.019380152225494385,-0.0036814212799072266,-0.02820873260498047 +304,-2.4674268145775184,-0.9448203113845036,-2.2554033394933386,-0.3657383918762207,0.8103916645050049,0.4577123820781708,-0.04948897287249565,0.004881960805505514,-0.1251598596572876,-0.07719370722770691,0.04176586866378784,-0.008615761995315552 +305,-2.4584569200999624,-0.9306716455687981,-2.244671078742171,-0.377029687166214,0.8020212650299072,0.46326062083244324,-0.09781578183174133,0.013128437101840973,0.002794866217300296,0.01301601529121399,0.025539100170135498,-0.026538878679275513 +306,-2.4579412209617506,-0.9251627333229433,-2.256142879427777,-0.38005369901657104,0.7987186908721924,0.4664846658706665,-0.15749284625053406,0.15460333228111267,-0.05161016061902046,-0.06315314769744873,-0.013913273811340332,-0.0058522820472717285 +307,-2.442907182822871,-0.9124633980367292,-2.263964627808698,-0.39351633191108704,0.791013240814209,0.4684474468231201,-0.04796614497900009,0.058584656566381454,-0.04883923754096031,-0.043129146099090576,-0.050916194915771484,0.024014711380004883 +308,-2.423195236572576,-0.9026415138198474,-2.238520764191237,-0.40776708722114563,0.7849661707878113,0.4664265215396881,0.1413777768611908,-0.11294545233249664,-0.20694783329963684,-0.04889780282974243,0.031684041023254395,0.02640172839164734 +309,-2.4185942802013023,-0.899916342370724,-2.216096423585038,-0.41132253408432007,0.7832748889923096,0.46614766120910645,0.07569006830453873,-0.13110831379890442,0.05802499130368233,0.03690248727798462,-0.007274150848388672,0.0009694993495941162 +310,-2.4375588641015735,-0.9068829007257783,-2.216922001534528,-0.39886724948883057,0.7875868082046509,0.46969351172447205,0.05014970153570175,-0.1055079847574234,-0.02466282621026039,-0.07453668117523193,0.012950301170349121,-0.04836773872375488 +311,-2.427316201865229,-0.9096814452102532,-2.1998772969929594,-0.4022117257118225,0.7893081903457642,0.4639163017272949,0.025934254750609398,-0.1986069232225418,0.1627833992242813,0.02237468957901001,-0.00567781925201416,-0.008823037147521973 +312,-2.498510602198922,-0.9373343719244985,-2.226373235032105,-0.3549647331237793,0.8059830665588379,0.47369974851608276,0.16137847304344177,-0.3101961016654968,-0.0959586575627327,-0.0516819953918457,-0.01466226577758789,-0.03986179828643799 +313,-2.4994345074001334,-0.9427724759212823,-2.224173263475495,-0.3518964350223541,0.8091901540756226,0.4705103039741516,-0.038442064076662064,-0.028822632506489754,0.2294553518295288,0.09191721677780151,0.06042337417602539,0.04290205240249634 +314,-2.5454521527726657,-0.9602158922011998,-2.2713419413729365,-0.3219051659107208,0.8193153738975525,0.47444644570350647,-0.00504643190652132,0.13989317417144775,0.15693235397338867,-0.046167343854904175,-0.02868121862411499,-0.05345654487609863 +315,-2.564696349755655,-0.9799985641027972,-2.3054473267494178,-0.30381476879119873,0.8304965496063232,0.46687477827072144,0.1236119344830513,-0.003979492001235485,0.26762041449546814,-0.04278862476348877,-0.04637789726257324,0.02253556251525879 +316,-2.5578154067856294,-0.9900287439546896,-2.3084576012790934,-0.30241337418556213,0.8360417485237122,0.45779943466186523,-0.02102377638220787,0.27693718671798706,0.08801926672458649,0.06071418523788452,0.08159124851226807,-0.012395411729812622 +317,-2.5585688443479078,-0.9961595704236331,-2.3397943009661284,-0.2992408573627472,0.8393898010253906,0.45373982191085815,-0.0609341599047184,0.32880669832229614,0.1581803262233734,-0.009993761777877808,0.010799407958984375,-0.02504408359527588 +318,-2.5515505257806392,-0.9962071321568279,-2.3759163858358754,-0.30239585041999817,0.8394156694412231,0.4515954554080963,-0.10725204646587372,0.5717836618423462,0.24290917813777924,0.04264545440673828,0.04441934823989868,-0.09118276834487915 +319,-2.5372355537434035,-1.0005909287330241,-2.4412693420682845,-0.30673518776893616,0.8417901396751404,0.4441881775856018,-0.21677443385124207,0.8902984857559204,0.4171145558357239,0.03551018238067627,0.016242265701293945,-0.0625811219215393 +320,-2.4972254440529777,-0.9996211143515863,-2.519315536770013,-0.324747234582901,0.8412662148475647,0.43221592903137207,-0.2911718785762787,1.0575579404830933,0.3288801610469818,0.07718861103057861,0.043987810611724854,0.003987133502960205 +321,-2.4938469009091526,-1.0119014754404019,-2.629087330421457,-0.3199474811553955,0.8478416204452515,0.4228454530239105,-0.21268634498119354,0.9152228832244873,0.48796308040618896,0.002106904983520508,-0.035692572593688965,-0.03710329532623291 +322,-2.4527966584322853,-1.0263475053867583,-2.7110749633375386,-0.32921102643013,0.8554129004478455,0.39986085891723633,-0.10744830965995789,1.1346160173416138,0.3198728859424591,0.0008419156074523926,-0.03369671106338501,0.050456464290618896 +323,-2.4160235087278186,-1.0312552433629705,-2.773415824934438,-0.34089940786361694,0.8579445481300354,0.3843417167663574,-0.2307351976633072,0.6487720012664795,0.31414639949798584,0.02876564860343933,0.06824856996536255,0.1253780722618103 +324,-2.4495402487275615,-1.0339171316036555,-2.8790462819441993,-0.3263701796531677,0.8593090176582336,0.39379003643989563,-0.3665359318256378,0.7776831984519958,0.463369756937027,0.043258607387542725,0.005009829998016357,-0.010428190231323242 +325,-2.456704054441977,-1.031982355119936,-2.981717122580808,-0.3245917558670044,0.8583178520202637,0.39740464091300964,-0.3255111277103424,0.8161972761154175,0.333857923746109,-0.030419200658798218,0.00040090084075927734,-0.0011187195777893066 +326,-2.455597324099971,-1.0077218883395351,-3.1005317349286403,-0.3381248414516449,0.8456180095672607,0.4130396246910095,-0.7967127561569214,0.9415205121040344,0.2745485305786133,-0.019693762063980103,0.11538046598434448,-0.054229170083999634 +327,-2.4825553472131108,-0.9861762301198552,3.055883076310936,-0.33794867992401123,0.8339217901229858,0.4363085627555847,-0.48049819469451904,0.8976005911827087,0.3979353606700897,0.03039252758026123,0.03637850284576416,-0.03938162326812744 +328,-2.4906285150146097,-0.9859863697111846,2.9508275134063293,-0.33451128005981445,0.8338170051574707,0.43914860486984253,-0.2997049391269684,0.739231288433075,0.45202651619911194,0.008247852325439453,0.0325922966003418,-0.031586408615112305 +329,-2.486516562645932,-0.9799875243069645,2.8868500310649012,-0.3393554985523224,0.8304904103279114,0.4417281746864319,-0.2953384816646576,0.4689856171607971,0.2286704033613205,0.03582760691642761,0.037841618061065674,0.018644750118255615 +330,-2.49621779711982,-0.971427734240554,2.8119628953652716,-0.3393177092075348,0.8256919980049133,0.45066192746162415,-0.4026782214641571,0.362740695476532,0.25590044260025024,0.009270161390304565,0.008414387702941895,0.08832427859306335 +331,-2.5407903395113385,-0.9662512349310912,2.7156998610952585,-0.32131218910217285,0.8227607607841492,0.46885308623313904,-0.17589972913265228,0.20801176130771637,0.34993845224380493,-0.03705567121505737,-0.057257890701293945,0.010211914777755737 +332,-2.566047946096647,-0.9728077564671718,2.6614280953661225,-0.30642619729042053,0.8264696598052979,0.47228285670280457,-0.14024043083190918,0.27318745851516724,0.35222887992858887,0.004942983388900757,-0.027244746685028076,0.025046885013580322 +333,-2.5895347671499884,-0.9787574253709782,2.596151361753669,-0.29266616702079773,0.8298045992851257,0.47515350580215454,-0.19624483585357666,0.4166254997253418,0.29884135723114014,-0.04359179735183716,-0.027604281902313232,0.047429442405700684 +334,-2.604739765450476,-0.9760597703043898,2.524901296178503,-0.2865518033504486,0.8282961249351501,0.48147040605545044,-0.23703405261039734,0.4787120819091797,0.29175761342048645,-0.08390110731124878,-0.024859726428985596,0.02940911054611206 +335,-2.607451866064474,-0.966047983106714,2.4632688734049686,-0.28945231437683105,0.8226451873779297,0.48935890197753906,-0.2602519392967224,0.45572590827941895,0.2279597818851471,-0.07204365730285645,-0.06403928995132446,0.02618977427482605 +336,-2.5812496975925705,-0.9548498417447491,2.4387183387231186,-0.3070507049560547,0.8162270188331604,0.48938044905662537,-0.09544815868139267,0.4347478449344635,-0.0479629784822464,-0.04350471496582031,-0.047931790351867676,0.015502303838729858 +337,-2.5590082321413927,-0.9506043943219471,2.4218115622768606,-0.3197620213031769,0.8137668967247009,0.48531994223594666,-0.08642543107271194,0.37090378999710083,0.1675327867269516,-0.03215143084526062,-0.02981621026992798,0.02909955382347107 +338,-2.564719034585148,-0.9539980657410522,2.3840908759571016,-0.315477192401886,0.8157346248626709,0.48482057452201843,-0.1459970325231552,0.2543692886829376,0.22170878946781158,-0.0025922060012817383,-0.027969181537628174,0.06252738833427429 +339,-2.569274896703133,-0.9502145452183942,2.3361388660064475,-0.31493449211120605,0.8135402798652649,0.48884397745132446,-0.21473073959350586,0.37792012095451355,0.20753873884677887,-0.042670488357543945,-0.08426171541213989,0.02914607524871826 +340,-2.5698803645169623,-0.9487639308718785,2.2942332358396462,-0.3152766525745392,0.8126958608627319,0.4900265038013458,-0.06262875348329544,0.2198522835969925,0.2768499255180359,-0.007675588130950928,0.04432922601699829,0.057229965925216675 +341,-2.607133055041197,-0.9635198076530094,2.2470518731411597,-0.2906666398048401,0.821205198764801,0.49105456471443176,0.11732807010412216,-0.20600526034832,0.21740594506263733,-0.07856547832489014,-0.033516108989715576,0.035556674003601074 +342,-2.6433664457064268,-0.9826473642448593,2.2497580816224905,-0.2651316821575165,0.8319690823554993,0.4873729944229126,0.3100598454475403,-0.4164946675300598,-0.1102580800652504,-0.027623414993286133,-0.04916280508041382,-0.09395569562911987 +343,-2.595506040390977,-0.9970003647812874,2.315328328693517,-0.28191402554512024,0.8398464918136597,0.4638776183128357,0.16056838631629944,0.006222203839570284,-0.1295957714319229,0.04698973894119263,0.06010162830352783,0.005742192268371582 +344,-2.542981549465572,-0.992245370629745,2.3391213279240586,-0.3081258237361908,0.8372558951377869,0.4517313241958618,0.007129564881324768,0.407515287399292,0.008819100446999073,0.021932005882263184,0.030862390995025635,-0.009913086891174316 +345,-2.5010078157447824,-0.9986640071390649,2.3660041389040307,-0.3235911726951599,0.8407483696937561,0.43408650159835815,0.053143031895160675,0.32447126507759094,-0.056356605142354965,0.029477983713150024,0.03609800338745117,0.0024217963218688965 +346,-2.501342569272302,-1.007284294431782,2.3597647673131865,-0.31910407543182373,0.8453843593597412,0.42836636304855347,-0.12149588018655777,0.4916236996650696,0.10993551462888718,0.006131082773208618,-0.040742695331573486,0.00905725359916687 +347,-2.5033833784658786,-0.9975194943807757,2.2522303963440726,-0.3231319487094879,0.8401281833648682,0.4356262683868408,-0.8048712611198425,1.2131057977676392,0.6758830547332764,-0.0331760048866272,-0.07930976152420044,0.06687614321708679 +348,-2.5082241670184895,-0.933896201472149,2.046928262107448,-0.35198459029197693,0.8039431571960449,0.4793558418750763,-1.1083418130874634,1.7376586198806763,-0.05826883390545845,0.16634619235992432,0.1889767050743103,-0.0032053887844085693 +349,-2.4787846681774104,-0.9114972408523205,1.969297911225335,-0.37693002820014954,0.7904217839241028,0.48286348581314087,0.1689242571592331,0.2273567020893097,0.5052074193954468,-0.03096786141395569,0.04038870334625244,0.00026032328605651855 +350,-2.505747129618147,-0.9394824526154704,1.9318229987366877,-0.35049834847450256,0.8072527647018433,0.47486165165901184,-0.037157751619815826,-0.1908368468284607,-0.011261917650699615,-0.09243369102478027,-0.1355304718017578,0.022605329751968384 +351,-2.5081635737809878,-0.9327673727328,1.9420633929015145,-0.3525505065917969,0.8032712936401367,0.48006555438041687,0.10981383174657822,-0.020682958886027336,-0.03339602053165436,0.04934319853782654,0.06489259004592896,-0.04526650905609131 +352,-2.5136843839143057,-0.9475057712295128,1.940550209099241,-0.34290245175361633,0.8119621276855469,0.4723721444606781,-0.030594101175665855,-0.03632494807243347,0.17669862508773804,-0.01134556531906128,-0.007137298583984375,0.014337539672851562 +353,-2.520004548552473,-0.9561437554518167,1.935729549896246,-0.3358132839202881,0.816973865032196,0.468810498714447,0.1427118480205536,-0.014253554865717888,-0.04480074346065521,0.002393484115600586,-0.0047332048416137695,0.010559558868408203 +354,-2.502636922551349,-0.9669454657711651,1.9629089541005762,-0.3386218249797821,0.8231551647186279,0.45579734444618225,0.2291887253522873,-0.15267343819141388,0.015046636573970318,0.008375793695449829,0.0040697455406188965,0.03133952617645264 +355,-2.5079136652085974,-0.9863017812030855,1.9833745706920012,-0.32671502232551575,0.8339911103248596,0.44465258717536926,0.27700212597846985,-0.13883745670318604,0.036924298852682114,-0.016683965921401978,0.06060105562210083,-0.020534604787826538 +356,-2.508529339458309,-1.0074855645522207,1.9922922420109654,-0.3159167766571045,0.8454918265342712,0.43051162362098694,0.22279900312423706,-0.05052127316594124,0.13318686187267303,-0.00232049822807312,-0.02447742223739624,-0.004837155342102051 +357,-2.500787135664989,-1.0229685723732334,2.006424065569021,-0.31137603521347046,0.8536579012870789,0.41750794649124146,0.10571588575839996,-0.07756819576025009,-0.0031096478924155235,-0.014734804630279541,0.033945679664611816,0.028735339641571045 +358,-2.5094805590143485,-1.0299977527294626,2.014422886154957,-0.30418217182159424,0.8572978377342224,0.41534820199012756,0.06863085925579071,-0.17409686744213104,0.037258587777614594,-0.002611100673675537,-0.034299612045288086,-0.04405596852302551 +359,-2.5054864134577386,-1.0310430706380977,2.0231815353033094,-0.30530601739883423,0.8578355312347412,0.41340863704681396,-0.011860406957566738,0.09007205069065094,-0.10852405428886414,0.008797168731689453,0.03492581844329834,-0.05697852373123169 +360,-2.491236840936147,-1.019145364741298,1.9989151567273753,-0.3173229992389679,0.851660430431366,0.4171098470687866,-0.3971973657608032,0.4348955452442169,0.18833884596824646,0.013993561267852783,0.024880707263946533,0.010975480079650879 +361,-2.5084916263403563,-1.0021277849932426,1.9411834181276977,-0.3186086416244507,0.8426187038421631,0.43414562940597534,-0.12270932644605637,0.2331443578004837,0.039907306432724,-0.05594891309738159,-0.013822197914123535,-0.03203076124191284 +362,-2.5065532513670616,-0.9915790677136207,1.9194278996782699,-0.32470428943634033,0.8368913531303406,0.44065845012664795,-0.2678718864917755,0.21930572390556335,0.1797247976064682,0.06835666298866272,0.04859131574630737,0.040619105100631714 +363,-2.542618972906789,-0.9846195729608161,1.8566062351517336,-0.3118802011013031,0.833061695098877,0.45687949657440186,-0.137130469083786,0.14612971246242523,0.05360808223485947,-0.06733125448226929,-0.02034813165664673,-0.013367533683776855 +364,-2.53712515789817,-0.9705774985664377,1.8348166589825297,-0.3210024833679199,0.8252120614051819,0.4647391140460968,-0.17395678162574768,0.29609355330467224,-0.023861531168222427,-0.015545308589935303,-0.006242334842681885,-0.0352042019367218 +365,-2.522577136463265,-0.9624794750064701,1.8269757527189394,-0.3315959572792053,0.8206110596656799,0.4654476046562195,-0.07861203700304031,0.08999530971050262,0.059656139463186264,-0.04004707932472229,-0.009713292121887207,8.270144462585449e-05 +366,-2.5137093082132225,-0.9486283108233896,1.8123924992294163,-0.342354953289032,0.8126168251037598,0.4716426730155945,-0.15081866085529327,0.29941296577453613,-0.0012550016399472952,0.03458520770072937,0.010732054710388184,-0.04873007535934448 +367,-2.5083051691362437,-0.9426919358271977,1.7890344944725605,-0.3477475643157959,0.8091428279876709,0.4736660122871399,-0.20169855654239655,0.19409237802028656,0.04073252156376839,-0.041977137327194214,0.022796809673309326,-0.005999356508255005 +368,-2.487293026562779,-0.9291893802117889,1.7692313525815988,-0.36423924565315247,0.8011350631713867,0.47488129138946533,-0.15928460657596588,0.5026684999465942,0.1286814659833908,0.06785252690315247,0.025006234645843506,0.02635464072227478 +369,-2.4868388923677545,-0.924579682098999,1.7298536438267669,-0.36670005321502686,0.7983677387237549,0.4776402711868286,-0.17768627405166626,0.2052784115076065,0.14404146373271942,-0.024153858423233032,0.008135676383972168,0.009283006191253662 +370,-2.4862422544542095,-0.9169116686710168,1.6982920057893522,-0.3707050681114197,0.7937268614768982,0.4822610020637512,-0.1725068986415863,0.3031933307647705,0.11361996084451675,0.04991951584815979,0.009907841682434082,-0.00115126371383667 +371,-2.4950028110416587,-0.9134595988437874,1.6674500722702454,-0.3681144714355469,0.7916223406791687,0.48767387866973877,-0.08632807433605194,-0.048729874193668365,0.13707949221134186,0.017375975847244263,0.003253757953643799,0.018856853246688843 +372,-2.512428370055261,-0.9105264688924385,1.6605646345043448,-0.36092573404312134,0.7898267507553101,0.4958891272544861,-0.048981957137584686,0.0013094558380544186,-0.130801722407341,0.04735761880874634,-0.03279256820678711,0.016958653926849365 +373,-2.5020799216968808,-0.8956058500572898,1.6680434217077091,-0.37303033471107483,0.780587911605835,0.5015286207199097,-0.0826803594827652,0.02758217416703701,-0.11205841600894928,0.02187979221343994,0.03456711769104004,-0.005404353141784668 +374,-2.49247507868498,-0.8840396012767272,1.6748392867643378,-0.3832623362541199,0.7733064293861389,0.5050814747810364,-0.0667281225323677,0.18135221302509308,-0.1402646154165268,0.09180423617362976,0.033746182918548584,-0.0063173770904541016 +375,-2.4831671144378284,-0.8774461752575904,1.6794386544194169,-0.39105844497680664,0.7691091895103455,0.50551438331604,-0.019687946885824203,0.00376700097694993,-0.16234305500984192,0.029562383890151978,0.07667040824890137,-0.0036221742630004883 +376,-2.5028813661502824,-0.879302093947375,1.674434695538697,-0.38016560673713684,0.7702940106391907,0.5119781494140625,-0.0907280445098877,-0.10765489190816879,0.07625995576381683,0.015999287366867065,0.03237950801849365,0.03010571002960205 +377,-2.52743784094662,-0.8741167178863204,1.658415139603331,-0.3697766363620758,0.7669770121574402,0.5244156122207642,-0.13955162465572357,-0.16955725848674774,0.054399274289608,-0.02206912636756897,-0.006326258182525635,-0.041169703006744385 +378,-2.530626974283227,-0.8642805470109907,1.6565470020833315,-0.3724120557308197,0.7606284022331238,0.5317458510398865,-0.036240048706531525,0.1256592869758606,0.010522757656872272,-0.0655304491519928,0.01958400011062622,-0.05062103271484375 +379,-2.5125003392696152,-0.868216289829601,1.6636854324154906,-0.38022467494010925,0.7631775140762329,0.5224837064743042,0.03279784321784973,0.137131929397583,-0.02889476902782917,-0.08884572982788086,-0.06492012739181519,-0.0267714262008667 +380,-2.4842589110150732,-0.8657851785610762,1.6750172509625154,-0.3959593176841736,0.7616043090820312,0.5130060315132141,-0.06738164275884628,0.020467473194003105,0.07390150427818298,-0.07251602411270142,-0.04605865478515625,0.006723642349243164 +381,-2.473736057685432,-0.8560335173957851,1.6755444560866115,-0.4059160053730011,0.7552487254142761,0.5146180987358093,-0.06946050375699997,0.036107420921325684,0.05926397442817688,-0.04672074317932129,-0.021300852298736572,0.042266666889190674 +382,-2.4733020805756083,-0.8465925043222132,1.6692904522362277,-0.41053956747055054,0.7490271329879761,0.5200155377388,-0.060017816722393036,-4.026433452963829e-05,-0.037523120641708374,-0.061735302209854126,-0.03163504600524902,0.009296774864196777 +383,-2.4693505971331997,-0.837018987365233,1.677026050716216,-0.4170376658439636,0.7426500916481018,0.5239759087562561,0.01813530921936035,-0.093373142182827,-0.018692972138524055,-0.04116857051849365,-0.03290277719497681,-0.018330037593841553 +384,-2.461700473338047,-0.8339765907145349,1.692154811892536,-0.42245233058929443,0.7406092286109924,0.5225246548652649,0.07715043425559998,-0.12765097618103027,-0.06453923881053925,-0.02243289351463318,-0.007332921028137207,0.024243533611297607 +385,-2.4657819703131647,-0.8362980618346626,1.7114825503590785,-0.41923946142196655,0.7421671152114868,0.5229016542434692,0.13711965084075928,-0.15670618414878845,-0.06037471070885658,-0.03196287155151367,0.008199036121368408,-0.003095686435699463 +386,-2.467261315262234,-0.8431681744216148,1.729834789075403,-0.4152720272541046,0.746753990650177,0.5195261240005493,0.1292746663093567,-0.15249580144882202,0.019017180427908897,0.015217125415802002,0.029536783695220947,-0.012736022472381592 +387,-2.4699972534347836,-0.8520124252946822,1.7394373782876706,-0.40972355008125305,0.7526070475578308,0.515470027923584,0.054109252989292145,-0.08332161605358124,0.022834472358226776,0.0005438625812530518,0.0068076252937316895,0.025225162506103516 +388,-2.478453824782918,-0.8556327248623071,1.7523472623199134,-0.4036698341369629,0.7549859881401062,0.5167657136917114,0.1129387691617012,-0.18950796127319336,-0.17658007144927979,-0.01184225082397461,-0.009655117988586426,-0.025753259658813477 +389,-2.467028583339132,-0.8561902546974961,1.787580452622318,-0.40928471088409424,0.7553514242172241,0.5117914080619812,0.1625489592552185,-0.24344255030155182,-0.12259002774953842,0.005369246006011963,0.016789138317108154,0.006290256977081299 +390,-2.4698827936410104,-0.8610218238769753,1.8203701967388755,-0.40554627776145935,0.7585088610649109,0.5100947618484497,0.1667298823595047,-0.3151510953903198,-0.13998869061470032,0.003675520420074463,0.014241993427276611,0.007422327995300293 +391,-2.479624009441775,-0.8648265539746477,1.8527994724362014,-0.3987812101840973,0.7609827518463135,0.5117407441139221,0.16189482808113098,-0.3964649736881256,-0.14089661836624146,0.0006183981895446777,-0.016445517539978027,0.01455014944076538 +392,-2.496582659993944,-0.8718089793425358,1.892917389855528,-0.38684195280075073,0.765494167804718,0.5141711235046387,0.24949908256530762,-0.5277805328369141,-0.22973163425922394,-0.04406622052192688,-0.025717556476593018,0.022449910640716553 +393,-2.5113211525308525,-0.8787178635630022,1.9491997023889236,-0.3760959804058075,0.7699213027954102,0.5155314803123474,0.3099076747894287,-0.5882658362388611,-0.2914912700653076,-0.026354491710662842,-0.007226109504699707,-0.0008373856544494629 +394,-2.5236081871199865,-0.885202978917084,2.010939500692804,-0.3668329417705536,0.7740435004234314,0.5160333514213562,0.3130393922328949,-0.6882525086402893,-0.3353859484195709,-0.0268285870552063,-0.013285994529724121,0.009113132953643799 +395,-2.5386817199307408,-0.8852140439870796,2.0723716435065556,-0.35900822281837463,0.7740505337715149,0.5214968919754028,0.132089301943779,-0.6024074554443359,-0.2646973431110382,-0.016266465187072754,-0.014239013195037842,0.005724847316741943 +396,-2.5455115946597626,-0.8806023413470014,2.1330720650049098,-0.35743820667266846,0.7711225152015686,0.526884913444519,0.22171752154827118,-0.471676766872406,-0.43508821725845337,-0.05183297395706177,-0.02484583854675293,-0.04304403066635132 +397,-2.5318564579200773,-0.8739313194634946,2.2097944927755915,-0.3675369918346405,0.7668580412864685,0.5261605978012085,0.22150376439094543,-0.4265536665916443,-0.35095804929733276,0.09380969405174255,0.05377471446990967,-0.049247145652770996 +398,-2.5272431225094727,-0.8755659304015064,2.2743882101911983,-0.3692375123500824,0.767906129360199,0.5234346389770508,0.2659553587436676,-0.50614994764328,-0.3584442436695099,0.026616692543029785,0.06169891357421875,-0.02373981475830078 +399,-2.526396920652353,-0.8792878580363634,2.3390441597739784,-0.36802831292152405,0.7702849507331848,0.5207842588424683,0.26537278294563293,-0.48115503787994385,-0.25436195731163025,0.07513585686683655,0.059442222118377686,-0.030855119228363037 +400,-2.5293862360949175,-0.8894212476894807,2.399692418770518,-0.3619655966758728,0.7767073512077332,0.515467643737793,0.3331984579563141,-0.6772875189781189,-0.3155648410320282,0.007686972618103027,0.017970502376556396,0.0007982850074768066 +401,-2.538894818498075,-0.9003074493351216,2.4768818365533773,-0.3522334396839142,0.7835179567337036,0.5118893384933472,0.3596092164516449,-0.6493898630142212,-0.3147587776184082,0.053985267877578735,0.0074059367179870605,-0.03770732879638672 +402,-2.549081292955443,-0.91320948774774,2.554058364367858,-0.34132713079452515,0.7914694547653198,0.5070226192474365,0.36038777232170105,-0.728786051273346,-0.39929908514022827,0.021609723567962646,0.06802761554718018,-0.03981375694274902 +403,-2.561523598377453,-0.9229209966122013,2.6235521949874294,-0.3307638466358185,0.7973678112030029,0.5047771334648132,0.2949107885360718,-0.7281575202941895,-0.21753938496112823,0.02062898874282837,0.01963353157043457,0.003920435905456543 +404,-2.577161180895503,-0.9322032258323631,2.705701790055323,-0.3188571035861969,0.8029351830482483,0.503612220287323,0.42752277851104736,-0.7735142707824707,-0.48479676246643066,0.006006121635437012,-0.01703125238418579,-0.09829306602478027 +405,-2.5679761605940916,-0.9419944546008093,2.790246199205322,-0.3191874027252197,0.808732807636261,0.49403488636016846,0.18801823258399963,-0.42940428853034973,-0.17953228950500488,0.061878502368927,0.08398258686065674,-0.016206055879592896 +406,-2.578799641547573,-0.9481664453618505,2.832879745719534,-0.3111525774002075,0.8123475909233093,0.4932296872138977,0.1654990166425705,-0.3898037374019623,-0.1755588799715042,0.04033958911895752,0.009933292865753174,-0.06634986400604248 +407,-2.575180677838252,-0.9470709810295482,2.8747243513089877,-0.3134128749370575,0.8117082715034485,0.4928510785102844,0.010548999533057213,-0.312055766582489,-0.18847769498825073,0.05173987150192261,0.06983774900436401,-0.02207159996032715 +408,-2.571154292277588,-0.9345205366991959,2.9008851564234535,-0.32087090611457825,0.8043142557144165,0.5001205205917358,0.004397931974381208,-0.07946590334177017,-0.27620697021484375,0.028176844120025635,-0.001610398292541504,-0.06089627742767334 +409,-2.5403262828686013,-0.9254773958531216,2.9422639589924415,-0.34023454785346985,0.798907995223999,0.4959705173969269,0.0169032234698534,-0.1288764476776123,-0.2361592799425125,-0.014791727066040039,0.0022243261337280273,-0.013655483722686768 +410,-2.5178093321037163,-0.9172953729727142,2.9690518279953033,-0.3551212549209595,0.7939602136611938,0.4934734106063843,-0.009834296070039272,0.16603653132915497,-0.07336018979549408,0.07300153374671936,0.04487639665603638,-0.002705007791519165 +411,-2.5145726032280953,-0.9191943538105858,2.9593605087586052,-0.35583120584487915,0.7951132655143738,0.49109938740730286,-0.07189233601093292,0.06493625789880753,0.04195285588502884,-0.019550174474716187,0.042105793952941895,0.005070596933364868 +412,-2.511846188988103,-0.9154546630092855,2.954096832274638,-0.3589177429676056,0.792839765548706,0.49252739548683167,-0.06034336984157562,0.14311805367469788,-0.051476020365953445,-0.0008692145347595215,-0.0037314891815185547,0.004878640174865723 +413,-2.505486805592576,-0.9103233850017366,2.9531896767951227,-0.3644546568393707,0.7897021770477295,0.4935010075569153,-0.04010562226176262,0.11556350439786911,0.009749941527843475,0.026441991329193115,0.015031039714813232,-0.031663209199905396 +414,-2.5044695913051367,-0.9129959961412076,2.9476656700360984,-0.36369970440864563,0.7913389801979065,0.4914318919181824,-0.004343556240200996,-0.05111434683203697,0.02226046472787857,0.007742643356323242,0.03487873077392578,-0.0030285120010375977 +415,-2.511330910728155,-0.9128464462182446,2.9276861911435317,-0.36038917303085327,0.791247546672821,0.4940115511417389,-0.14734284579753876,0.16499553620815277,0.11125468462705612,-0.0011221468448638916,0.006085395812988281,-0.022881150245666504 +416,-2.515659245220881,-0.9120100412858593,2.905856630936673,-0.35863494873046875,0.7907357811927795,0.4961026608943939,-0.0910104364156723,0.10337281972169876,0.05919033661484718,0.018882781267166138,0.007451474666595459,-0.0018247365951538086 +417,-2.5273140645814274,-0.9099899322193669,2.8801193611914666,-0.3537486493587494,0.7894975543022156,0.5015529990196228,-0.11278624087572098,0.06700766831636429,0.14001363515853882,0.019993185997009277,0.005821049213409424,-0.014294147491455078 +418,-2.536274674195924,-0.9098059575607866,2.8576531502801825,-0.34932294487953186,0.7893846035003662,0.5048220753669739,-0.06435730308294296,0.11155451834201813,0.08009159564971924,0.03277939558029175,0.013319194316864014,0.0008846521377563477 +419,-2.534139380914487,-0.9173928599749022,2.8341402840290986,-0.3469715118408203,0.7940194606781006,0.49914276599884033,0.015611940994858742,0.2878950536251068,0.23277151584625244,0.012285321950912476,-0.003324449062347412,-0.030804872512817383 +420,-2.534132113723641,-0.9240369916014196,2.817998042425934,-0.34395653009414673,0.7980408072471619,0.49479782581329346,-0.08129581063985825,0.013259120285511017,0.1275661289691925,0.05568745732307434,0.01401674747467041,0.02128499746322632 +421,-2.5462421361134346,-0.9233415437578938,2.7983573994840865,-0.33825060725212097,0.7976215481758118,0.49938616156578064,-0.04742397367954254,0.08706291019916534,0.08772329986095428,0.008538663387298584,0.009141147136688232,0.03212320804595947 +422,-2.560419336656223,-0.9247081976056434,2.787994628641209,-0.3305380940437317,0.7984451055526733,0.5032195448875427,0.002195741981267929,-0.1155829206109047,0.013620283454656601,-0.02494591474533081,-0.01159512996673584,0.027862548828125 +423,-2.569500609956366,-0.9189867570741242,2.789133946130669,-0.3284226655960083,0.7949873805046082,0.5100332498550415,-0.020229216665029526,-0.10455616563558578,0.022074131295084953,-0.0306166410446167,0.03586900234222412,0.04259443283081055 +424,-2.5898141795759977,-0.9187795658148843,2.7927291903175604,-0.3180813491344452,0.7948616743087769,0.5167391896247864,0.09530199319124222,-0.17159129679203033,-0.15270239114761353,-0.0814700722694397,-0.028107523918151855,-0.0670778751373291 +425,-2.5580278722067598,-0.917537553224911,2.829612654974928,-0.3348866403102875,0.7941074371337891,0.5071923732757568,0.060873985290527344,-0.005100321024656296,-0.027266165241599083,-0.040204912424087524,0.026510119438171387,0.012552440166473389 +426,-2.552785271494196,-0.9178558991839776,2.843178167882333,-0.3374006748199463,0.7943008542060852,0.505219578742981,0.0283878892660141,0.04270656034350395,-0.06633533537387848,-0.04504561424255371,-0.00957190990447998,-0.04368710517883301 +427,-2.5294209747343754,-0.9183861893538526,2.8619547505999767,-0.3488694429397583,0.7946228981018066,0.49685439467430115,0.057714931666851044,0.056207265704870224,-0.06999210268259048,-0.05649551749229431,-0.02397787570953369,-0.02738732099533081 +428,-2.497545315204096,-0.9160353883676996,2.886666785766764,-0.3656480312347412,0.793193519115448,0.4869763255119324,0.03372225910425186,0.07616577297449112,-0.07398813217878342,-0.04192951321601868,0.027592122554779053,0.0019764304161071777 +429,-2.4765169354428482,-0.9120000821016832,2.901614880790988,-0.37777891755104065,0.7907297015190125,0.48169487714767456,0.04650481045246124,0.09324131906032562,-0.10351411998271942,0.0028246641159057617,0.0009574294090270996,0.0051825642585754395 +430,-2.453023403732162,-0.9040199153034489,2.9238607748836456,-0.39298757910728455,0.785819411277771,0.47754472494125366,-0.013466854579746723,0.04710371419787407,-0.07254628837108612,0.05618023872375488,0.00669175386428833,0.025171399116516113 +431,-2.452441032288608,-0.8994845613534218,2.9216947018387676,-0.3955276608467102,0.7830064296722412,0.48006126284599304,-0.028171788901090622,0.10566181689500809,-0.0546400249004364,0.050938427448272705,0.010465919971466064,-0.0031478404998779297 +432,-2.4451715001644683,-0.900480255196871,2.9242278758092928,-0.3985068202018738,0.7836253643035889,0.4765751361846924,0.02989550307393074,-0.04781561344861984,0.0025356116238981485,0.019859910011291504,0.031987547874450684,0.03433495759963989 +433,-2.4504610024124673,-0.907751018089596,2.932026843072416,-0.3923383355140686,0.7881214618682861,0.474273681640625,0.11879151314496994,-0.0853545144200325,-0.05631308630108833,-0.002482891082763672,-0.013295292854309082,-0.030609071254730225 +434,-2.4399345242535015,-0.9134887819732762,2.9585523006054784,-0.39438319206237793,0.7916401624679565,0.4666556417942047,0.1369476169347763,-0.08783071488142014,-0.05315297842025757,0.033497631549835205,0.028244972229003906,-0.014110535383224487 +435,-2.4386927935196177,-0.9204836808900348,2.962291566407614,-0.3913733959197998,0.7958945631980896,0.461929589509964,-0.009182066656649113,0.02351481094956398,0.025494784116744995,0.01402348279953003,0.02248018980026245,-0.004989802837371826 +436,-2.4389851172265025,-0.9232544313750348,2.954084568621022,-0.38981181383132935,0.7975689768791199,0.46035924553871155,-0.02657436951994896,0.15377481281757355,-0.008449601009488106,-0.00642848014831543,-0.0024181604385375977,0.0013564229011535645 +437,-2.4252122828126326,-0.9227624649410964,2.960030841977129,-0.39637240767478943,0.7972721457481384,0.4552425146102905,0.027389246970415115,0.03639809414744377,-0.0539608895778656,-0.0008901357650756836,0.00022834539413452148,0.01253083348274231 +438,-2.4171037766066683,-0.9184500689112378,2.9687440713438837,-0.40232548117637634,0.7946617007255554,0.4545838534832001,0.04761806130409241,-0.01251247152686119,-0.09257329255342484,-0.0010710358619689941,-0.001311659812927246,0.006643384695053101 +439,-2.4122488565033198,-0.9152297164059848,2.9869255551618137,-0.4062311053276062,0.7927026152610779,0.454531192779541,0.06614784896373749,-0.10862112790346146,-0.12086585909128189,0.0017817020416259766,0.0010442137718200684,0.011395871639251709 +440,-2.40985008215641,-0.9096212051880319,3.007146837462267,-0.4102846682071686,0.7892711758613586,0.4568563401699066,0.05109645426273346,-0.15590260922908783,-0.1535886824131012,-0.010415494441986084,0.014226198196411133,-0.0035787224769592285 +441,-2.409497194180902,-0.9065780801674149,3.0303510602099597,-0.4120495021343231,0.7873989343643188,0.4584959149360657,0.06291613727807999,-0.15177388489246368,-0.09730298072099686,0.009553104639053345,0.014038622379302979,0.0069582462310791016 +442,-2.4145128734602084,-0.905178872581876,3.045822434200942,-0.4104765057563782,0.7865356206893921,0.4613794684410095,0.03839519992470741,-0.1870601326227188,-0.05448029562830925,0.0009458065032958984,0.02305006980895996,-0.01657038927078247 +443,-2.4216199115663564,-0.9047499211824214,3.052296291711514,-0.4074094295501709,0.7862706780433655,0.4645385444164276,-0.018685195595026016,-0.08481688797473907,-0.004216686822474003,0.012634038925170898,0.010039746761322021,-0.01820361614227295 +444,-2.4293580432316397,-0.9047833996693582,3.045670649861729,-0.4037855565547943,0.7862913608551025,0.4676574170589447,-0.07385112345218658,-0.001971703954041004,0.04457683861255646,-0.013008356094360352,0.02021205425262451,-0.0037291646003723145 +445,-2.436957711410119,-0.9040277861890194,3.0311353265132173,-0.4006043076515198,0.7858242392539978,0.47116467356681824,-0.06648900359869003,0.0717041939496994,0.13152460753917694,0.012237638235092163,0.033740460872650146,-0.028034240007400513 +446,-2.444368705132793,-0.9100858829680475,2.9990463031277668,-0.3940376937389374,0.7895564436912537,0.47046247124671936,-0.09980053454637527,0.2954561710357666,0.22547833621501923,-0.00598675012588501,0.019449293613433838,-0.03384745121002197 +447,-2.4394289836618492,-0.918478364131213,2.960339039140699,-0.39206311106681824,0.7946788668632507,0.46343493461608887,-0.07448678463697433,0.46274808049201965,0.3083059787750244,0.023548156023025513,0.007246732711791992,-0.05347710847854614 +448,-2.4395986929923024,-0.9270275341557358,2.8906580949947545,-0.3875831663608551,0.7998393774032593,0.4582971930503845,-0.34023553133010864,0.7594059109687805,0.43538519740104675,0.040552496910095215,0.0635334849357605,0.002106189727783203 +449,-2.4471958126391997,-0.9244832278747273,2.7894651753905895,-0.3853910267353058,0.7983096241950989,0.46279042959213257,-0.3635314106941223,0.595471203327179,0.40677788853645325,-0.015121549367904663,-0.0334935188293457,0.036446452140808105 +450,-2.4609683603389474,-0.924065750206374,2.725680278851338,-0.37919101119041443,0.7980581521987915,0.46831369400024414,-0.1535746455192566,0.3223704695701599,0.24650922417640686,-0.026921719312667847,-0.028450489044189453,-0.022467076778411865 +451,-2.462389687088271,-0.9305182164114977,2.6796938611765295,-0.3752824366092682,0.8019296526908875,0.46483588218688965,-0.12813255190849304,0.3845237195491791,0.2820252776145935,-0.005409151315689087,0.041240692138671875,-0.009803473949432373 +452,-2.480819816770896,-0.9469308748597185,2.618257666537517,-0.35852518677711487,0.8116264343261719,0.4612181782722473,-0.012790469452738762,0.3914053738117218,0.4131961166858673,0.009632974863052368,0.0006446242332458496,-0.03705433011054993 +453,-2.471442568012935,-0.9598370644565317,2.565663074036562,-0.35629817843437195,0.8190981149673462,0.44958844780921936,-0.19006232917308807,0.5684521794319153,0.23612375557422638,-0.016290932893753052,-0.030676543712615967,0.01382097601890564 +454,-2.4678162047044125,-0.9534080991962249,2.520526736226122,-0.3612046241760254,0.8153932094573975,0.4523995816707611,-0.19611483812332153,0.21447314321994781,0.0925285592675209,-0.02974081039428711,0.02158200740814209,0.01252061128616333 +455,-2.4726228892738495,-0.9437361581192392,2.4889835050538265,-0.3639000356197357,0.8097559809684753,0.46029582619667053,-0.19484387338161469,0.2095746099948883,0.1374114453792572,0.03337934613227844,0.03092712163925171,0.0029762983322143555 +456,-2.487779051464207,-0.9423425194382533,2.4434818847696205,-0.3575681149959564,0.8089374899864197,0.4666532278060913,-0.15471382439136505,0.27333277463912964,0.2270003855228424,-0.03032556176185608,0.019553780555725098,0.011511445045471191 +457,-2.500414088013246,-0.9306155941724,2.4101365878098164,-0.35729360580444336,0.8019878268241882,0.47870373725891113,-0.19523361325263977,0.050258077681064606,0.009265304543077946,0.027856260538101196,-0.027298927307128906,-0.013539433479309082 +458,-2.5135244241099235,-0.919141396859543,2.389629188901818,-0.356370747089386,0.7950811386108398,0.49076053500175476,-0.1603005826473236,-0.048898786306381226,0.009864073246717453,-0.003400951623916626,0.019188880920410156,0.0051500797271728516 +459,-2.528770498397364,-0.9097147953796173,2.3821741301539765,-0.353142648935318,0.7893286347389221,0.5022452473640442,-0.08148740977048874,-0.0718226283788681,-0.0758296474814415,0.01952451467514038,0.011162519454956055,0.0015541911125183105 +460,-2.55097099878655,-0.9001544862372292,2.37392360883022,-0.3460932672023773,0.7834229469299316,0.5162054896354675,-0.2525150775909424,-0.17180542647838593,0.012497814372181892,-0.0009374320507049561,-0.03764951229095459,-0.02362126111984253 +461,-2.5458548665023275,-0.8812322618295634,2.3759089617063958,-0.35698506236076355,0.7715234160423279,0.5266059637069702,-0.08468568325042725,0.06359157711267471,-0.23101748526096344,-0.0499211847782135,-0.00882798433303833,-0.016153573989868164 +462,-2.522218261088218,-0.8622900976300051,2.3939282747813073,-0.37774842977523804,0.7593347430229187,0.5298274755477905,-0.10354886949062347,-0.006922026630491018,-0.13139608502388,-0.017515361309051514,0.00671762228012085,0.025409400463104248 +463,-2.518787467747532,-0.8494051289003858,2.402862610365402,-0.3852394223213196,0.7508876919746399,0.5364313125610352,-0.0011201538145542145,0.08024118095636368,-0.1190117746591568,-0.005706101655960083,-0.016283631324768066,-0.01676267385482788 +464,-2.5155990229654015,-0.845659346688947,2.4146909267431185,-0.3885928988456726,0.7484085559844971,0.5374755859375,-0.0316481813788414,-0.16132371127605438,-0.025511346757411957,-0.0008876621723175049,-0.004222214221954346,0.0012206435203552246 +465,-2.513212125715742,-0.8401068848786671,2.420124055000912,-0.3923114836215973,0.7447144389152527,0.5399000644683838,-0.0021665729582309723,-0.0029677427373826504,-0.06345564872026443,-0.02608451247215271,0.004507303237915039,0.025712788105010986 +466,-2.509966404324605,-0.8346664865060099,2.428609748350624,-0.3964482247829437,0.7410725951194763,0.5418857932090759,0.00430186977609992,-0.04004252329468727,-0.09061439335346222,-0.021245837211608887,-0.024458885192871094,0.003127574920654297 +467,-2.501985335029204,-0.830348164466089,2.440821995467611,-0.4026665687561035,0.7381662726402283,0.5412667989730835,0.012428823858499527,0.039628397673368454,-0.07226598262786865,-0.012692868709564209,-0.011832833290100098,0.010658740997314453 +468,-2.49701853872726,-0.8279194873646553,2.445026573229875,-0.40642622113227844,0.7365257143974304,0.5406919717788696,0.028778906911611557,-0.003673939500004053,-0.03246515616774559,-0.03185194730758667,-0.009856343269348145,0.007418990135192871 +469,-2.4873509562946863,-0.8254873481825977,2.455793997948942,-0.4127230644226074,0.7348783612251282,0.5381572246551514,0.02320939302444458,0.015452584251761436,-0.04495996981859207,-0.016598165035247803,-0.010406434535980225,0.005955874919891357 +470,-2.4820359833792627,-0.8201859565390189,2.461850821613752,-0.41795921325683594,0.7312726974487305,0.5390276312828064,-0.05790594220161438,-0.019793538376688957,-0.04221981018781662,-0.0008488297462463379,-0.005518853664398193,0.021229445934295654 +471,-2.4824575024721622,-0.812537103944434,2.462285286142987,-0.42114493250846863,0.7260341644287109,0.5436092019081116,-0.04195500165224075,-0.0017368299886584282,-0.045480646193027496,-0.0009283125400543213,0.004373371601104736,0.018570303916931152 +472,-2.4872094675478515,-0.8079613105077917,2.46311449936665,-0.42057475447654724,0.7228800058364868,0.5482345819473267,-0.01853908784687519,-0.11427823454141617,-0.04344082623720169,0.005566269159317017,0.004658937454223633,-0.00261080265045166 +473,-2.4973435203607623,-0.8087651644860258,2.4640332914951033,-0.41464847326278687,0.7234352231025696,0.5520039200782776,0.029506228864192963,-0.11560072004795074,0.010783780366182327,-0.01032412052154541,0.006835222244262695,-0.006197035312652588 +474,-2.4983620377623925,-0.8102212619545774,2.466590432089522,-0.4134538769721985,0.7244397401809692,0.5515825748443604,-0.011392666026949883,0.012972492724657059,-0.0023902382235974073,0.007463186979293823,0.006273329257965088,-0.0042192935943603516 +475,-2.5117089977637357,-0.8130874354443959,2.4594446989291616,-0.40483030676841736,0.7264124751091003,0.555371105670929,-0.02223866619169712,-0.16705134510993958,0.10156407207250595,0.0006860494613647461,-0.005083918571472168,-0.01516425609588623 +476,-2.5099954930948067,-0.8184093946998864,2.46099584707563,-0.4034930467605591,0.7300597429275513,0.5515486598014832,0.015662571415305138,0.04935811832547188,0.011670613661408424,-0.0019634664058685303,0.009396374225616455,0.028926074504852295 +477,-2.5135773666558956,-0.8174618917043156,2.450788770830345,-0.40192142128944397,0.7294119000434875,0.5535503029823303,-0.10208915174007416,0.060282349586486816,0.07784771174192429,0.0005846917629241943,0.017093956470489502,0.021416306495666504 +478,-2.5141754661368085,-0.8149675487968433,2.435223133718791,-0.40265679359436035,0.727703332901001,0.5552613139152527,-0.0229661762714386,0.11490237712860107,0.03472976014018059,-0.0036694705486297607,-0.009319603443145752,0.0034086108207702637 +479,-2.5085580310061135,-0.8145603422538849,2.435201173209889,-0.4059447646141052,0.7274239659309387,0.5532293915748596,0.009722110815346241,0.06797067075967789,0.0012709833681583405,-0.004882782697677612,5.3882598876953125e-05,-0.0002205371856689453 +480,-2.5067869633919657,-0.8131429663287617,2.432149683789027,-0.4075351655483246,0.7264506816864014,0.5533394813537598,-0.038614995777606964,-0.00465604942291975,0.019124295562505722,-0.0013851523399353027,-0.003489255905151367,0.014211177825927734 +481,-2.508983208995542,-0.8110893348370642,2.4320558746927716,-0.4072001874446869,0.7250378131866455,0.5554353594779968,-0.013883618637919426,-0.02312968298792839,-0.017412971705198288,-0.000850379467010498,-0.0007946491241455078,-0.0005646944046020508 +482,-2.5118830462214112,-0.8099786774665343,2.4357586112245015,-0.4060618579387665,0.7242724895477295,0.5572643876075745,0.051379021257162094,-0.07998628169298172,-0.059756163507699966,-0.018376708030700684,-0.009627044200897217,0.007646620273590088 +483,-2.506362159047282,-0.8087544228216603,2.454946228713738,-0.40965786576271057,0.7234277725219727,0.5557271242141724,0.08406529575586319,-0.060167346149683,-0.136182501912117,-0.003260195255279541,0.015158593654632568,0.008619129657745361 +484,-2.502987511122051,-0.8067027105551904,2.4712038004048043,-0.41241490840911865,0.7220097780227661,0.5555322766304016,0.07859320193529129,-0.07791181653738022,-0.10405690222978592,-0.008819252252578735,-0.010782301425933838,-0.02724236249923706 +485,-2.4927663549105135,-0.808137744087417,2.493698183106064,-0.41744500398635864,0.7230018973350525,0.5504618883132935,0.05845152586698532,-0.08102551102638245,-0.07333512604236603,0.016566067934036255,0.046910881996154785,0.003966271877288818 +486,-2.4931286812924003,-0.8093168323992591,2.4945803138303946,-0.41673043370246887,0.7238159775733948,0.5499333739280701,-0.01375234592705965,0.0661596953868866,0.003032886190339923,0.007016599178314209,0.014969050884246826,-0.009772062301635742 +487,-2.494367092528866,-0.8115384744555286,2.486900360564665,-0.41507798433303833,0.725347101688385,0.5491642355918884,-0.058113474398851395,0.09363361448049545,0.05167468637228012,0.003304392099380493,0.01949530839920044,-0.003479599952697754 +488,-2.49877836840782,-0.8110574101259486,2.4673820351318554,-0.412860631942749,0.7250158786773682,0.5512692332267761,-0.07594647258520126,0.07117124646902084,0.12028896808624268,-0.0156823992729187,-0.00972968339920044,-0.006591618061065674 +489,-2.5018293049782203,-0.8139204222448024,2.454689117463064,-0.4099361300468445,0.7269847393035889,0.5508590936660767,-0.006436544470489025,0.019528908655047417,0.07369598001241684,-0.011389553546905518,-0.003687620162963867,0.01569974422454834 +490,-2.501342956859379,-0.8143025805687092,2.4462141253029803,-0.4100377857685089,0.7272470593452454,0.5504364967346191,-0.007213335484266281,0.1294192373752594,0.02486882358789444,-0.012081265449523926,-0.020353257656097412,-0.013479828834533691 +491,-2.4920777753448644,-0.814786511086913,2.4478663728339023,-0.4149071276187897,0.7275791764259338,0.5463336110115051,0.032677263021469116,0.06625296920537949,-0.028022177517414093,-0.029901772737503052,-0.003000319004058838,0.013984262943267822 +492,-2.4890663723033337,-0.8144242612830153,2.45496100915007,-0.4167107939720154,0.7273306250572205,0.5452914237976074,0.056693099439144135,-0.1332084983587265,0.005197823978960514,-0.009940296411514282,0.004511535167694092,0.019619524478912354 +493,-2.493786516830455,-0.8165471933228209,2.462936769258977,-0.4131993353366852,0.7287858724594116,0.546019434928894,0.08908414840698242,-0.022695206105709076,-0.07232034206390381,-0.001473456621170044,-0.017390727996826172,0.003632664680480957 +494,-2.489053794777774,-0.8170034949365298,2.475099185495891,-0.4155768156051636,0.7290982604026794,0.5437933802604675,0.034794095903635025,-0.10583821684122086,-0.009659777395427227,0.0065649449825286865,0.017773687839508057,-0.0006571412086486816 +495,-2.4870085810363576,-0.8185875453807157,2.4809614761568435,-0.4159843921661377,0.7301815152168274,0.5420253276824951,0.01899389550089836,0.002227607648819685,-0.006959026679396629,-0.011841416358947754,0.012814521789550781,0.008755743503570557 +496,-2.4844455309915703,-0.8173356286323544,2.4831499016587877,-0.4179304838180542,0.729325532913208,0.5416808724403381,-0.019111936911940575,0.112252376973629,-0.021533414721488953,0.013633698225021362,0.010969817638397217,-0.014138758182525635 +497,-2.473489721188896,-0.8185641951123759,2.476069634651201,-0.42328447103500366,0.7301655411720276,0.5363659858703613,-0.009387215599417686,0.15687648952007294,0.038651809096336365,-0.03743940591812134,-0.019899487495422363,0.0069078803062438965 +498,-2.4605457193092377,-0.8191276495410809,2.479452491547323,-0.429932564496994,0.7305504083633423,0.5305226445198059,0.027364961802959442,0.018657924607396126,-0.019777633249759674,-0.02287203073501587,-0.01727825403213501,0.007395446300506592 +499,-2.442457059767019,-0.8180724337480733,2.4915784953685565,-0.4399539828300476,0.7298294305801392,0.5232490301132202,0.11474544554948807,0.08941788971424103,-0.06527877599000931,-0.019808650016784668,-0.043061792850494385,-0.0017952322959899902 +500,-2.41744369938226,-0.8207248513930319,2.509250979621649,-0.4516189396381378,0.7316401600837708,0.5106297135353088,0.07728344202041626,0.08035743236541748,0.028032660484313965,0.005726665258407593,0.016589701175689697,0.06546580791473389 +501,-2.4159567302491216,-0.828395803731563,2.4853499977624924,-0.44864019751548767,0.7368478178977966,0.5057443380355835,-0.0668482854962349,0.43656253814697266,0.27116692066192627,0.017091095447540283,0.024855732917785645,0.020699143409729004 +502,-2.4201669800921746,-0.8370575827063833,2.4461967957830475,-0.4422747790813446,0.7426759600639343,0.5028172731399536,-0.07610676437616348,0.08898782730102539,0.2224733978509903,-0.01379510760307312,0.0009763240814208984,0.013997793197631836 +503,-2.4287271586259633,-0.8454535380734558,2.4272854078516675,-0.4338609278202057,0.7482720613479614,0.5018497705459595,0.05869261547923088,-0.06297425925731659,0.1442584991455078,0.036445826292037964,-0.022381067276000977,0.010845303535461426 +504,-2.437536949712271,-0.8540347469310284,2.420168916443278,-0.4252508878707886,0.7539371252059937,0.5007398128509521,0.0731092244386673,0.012897463515400887,0.05303580313920975,-0.01086050271987915,0.0625605583190918,0.016670405864715576 +505,-2.4504743289212283,-0.8584284608769474,2.409896502034783,-0.4166218340396881,0.7568162679672241,0.5036421418190002,-0.029353711754083633,-0.062225207686424255,0.15424981713294983,0.03834116458892822,-0.008708357810974121,-0.05941307544708252 +506,-2.463132662174065,-0.8688020332120998,2.39540024717256,-0.4052641689777374,0.7635558843612671,0.5027359127998352,-0.010228012688457966,0.05146774277091026,0.031820766627788544,-0.0063721537590026855,0.03440248966217041,-0.02594447135925293 +507,-2.4704798339404754,-0.8773889722048532,2.3777539413321898,-0.39746764302253723,0.7690726518630981,0.5005466938018799,-0.1371321976184845,-0.040267523378133774,0.2495000809431076,0.023566246032714844,0.039490699768066406,0.025545895099639893 +508,-2.4920460782854494,-0.8874951950428905,2.3375139591833194,-0.38186049461364746,0.7754927277565002,0.5027859807014465,-0.13940957188606262,0.17208831012248993,0.14646460115909576,-0.010153114795684814,0.02528858184814453,-0.009118258953094482 +509,-2.4905013981902173,-0.9005353853155086,2.3094853414490912,-0.3764755427837372,0.7836595773696899,0.49410927295684814,0.09424840658903122,0.1251889169216156,0.15132221579551697,0.0034744739532470703,0.004563689231872559,-0.026717305183410645 +510,-2.4716413317716097,-0.9175818886868743,2.310766555877662,-0.37737607955932617,0.7941343784332275,0.47637972235679626,0.06529345363378525,0.12898153066635132,-0.031910188496112823,0.00042298436164855957,0.01700747013092041,0.004989176988601685 +511,-2.4549662989944006,-0.9245190835969669,2.3276168197784592,-0.3817655146121979,0.7983312606811523,0.4657493829727173,0.1173078790307045,-0.054820574820041656,-0.076652392745018,0.008504986763000488,0.011452794075012207,-0.00552898645401001 +512,-2.4617151837632734,-0.9225858588409481,2.333951703822727,-0.3795831501483917,0.7971655130386353,0.46951454877853394,0.02893567457795143,-0.16734711825847626,0.049892764538526535,0.0007684230804443359,0.023681163787841797,-0.026033103466033936 +513,-2.4814480440902447,-0.9243525992483431,2.3314705956461945,-0.3693808913230896,0.7982309460639954,0.47579988837242126,-0.029894333332777023,0.02313123270869255,0.05631444975733757,0.022609561681747437,0.03029090166091919,-0.02806103229522705 +514,-2.502838532211277,-0.9304876121095771,2.3168118010374625,-0.3561929762363434,0.8019113540649414,0.47965073585510254,-0.024598581716418266,-0.19161829352378845,0.22355304658412933,0.014182507991790771,0.004424095153808594,-0.009527444839477539 +515,-2.5142377727795484,-0.9338226445622491,2.308340401646041,-0.34913066029548645,0.8038994073867798,0.4815122187137604,0.042696017771959305,-0.06191518157720566,-0.04788169637322426,-0.0018825829029083252,0.014414370059967041,-0.02603733539581299 +516,-2.5218929358918696,-0.9346861553629948,2.328647342386795,-0.34503108263015747,0.8044126629829407,0.48360544443130493,0.0535646416246891,-0.10955487191677094,-0.14636512100696564,0.03509455919265747,-0.001723945140838623,0.002982199192047119 +517,-2.495892617393444,-0.940679191292277,2.3396224979384708,-0.3545793890953064,0.8079584836959839,0.470613032579422,0.38818472623825073,0.23606911301612854,0.012445849366486073,0.008220136165618896,0.011148691177368164,-0.06596523523330688 +518,-2.4643420512770233,-0.9569130261327311,2.373064419497764,-0.36098089814186096,0.8174172043800354,0.4489119052886963,0.20641091465950012,-0.07430074363946915,-0.12532615661621094,0.006946444511413574,-0.0147591233253479,0.03918623924255371 +519,-2.458266292451222,-0.9677018287535848,2.4112425049472095,-0.35811254382133484,0.8235843777656555,0.43984562158584595,0.12957097589969635,-0.27849093079566956,-0.07869499921798706,-0.010646611452102661,0.009728610515594482,0.025211691856384277 +520,-2.456326160021512,-0.9735174522715511,2.435642450065534,-0.3559280037879944,0.826869010925293,0.4354343116283417,0.13105835020542145,-0.16322210431098938,-0.06084942817687988,0.008424311876296997,-0.0018873214721679688,0.005376935005187988 +521,-2.454600311321923,-0.9781987819449109,2.4517631639818127,-0.3542199432849884,0.8294926881790161,0.43182167410850525,0.07489963620901108,-0.06095841899514198,-0.03990882262587547,-0.0014318525791168213,-0.0007727146148681641,0.003969371318817139 +522,-2.4475063156618897,-0.9776606700987258,2.463696653766074,-0.35755982995033264,0.829192042350769,0.4296410083770752,0.0014647478237748146,-0.02909725531935692,-0.0890282690525055,-0.011397689580917358,-0.013609826564788818,-0.005095750093460083 +523,-2.4295173178313663,-0.9733725580058018,2.4857259814857198,-0.3675503730773926,0.826787531375885,0.4258275628089905,0.09314210712909698,-0.02266954630613327,-0.165625661611557,-0.013781994581222534,-0.01637798547744751,0.03272959589958191 +524,-2.413989338488791,-0.9670482669144349,2.5127236233528536,-0.37758803367614746,0.823213517665863,0.42396533489227295,0.11831995844841003,-0.1395079642534256,-0.13796468079090118,0.020761311054229736,-0.03416633605957031,0.004226773977279663 +525,-2.4079272183525995,-0.9644005164342748,2.5444336191318713,-0.381609708070755,0.8217074275016785,0.4232863485813141,0.12085113674402237,-0.18675898015499115,-0.15932394564151764,-0.0031102001667022705,-0.001761019229888916,-0.014137089252471924 +526,-2.404473832601896,-0.9578361897930141,2.5625025809006177,-0.38668644428253174,0.8179486393928528,0.4259505569934845,-0.03793945908546448,-0.00962056964635849,0.009613286703824997,0.03593263030052185,0.07421755790710449,0.006926119327545166 +527,-2.4186601781329125,-0.9592629005152751,2.5434099573658067,-0.37983259558677673,0.8187686204910278,0.43051761388778687,-0.09266611188650131,0.06921244412660599,0.07376691699028015,0.016551285982131958,0.015429496765136719,-0.024069249629974365 +528,-2.42562012938613,-0.9599373752853615,2.515121140352856,-0.37646445631980896,0.8191556334495544,0.43273401260375977,-0.13729265332221985,0.15135422348976135,0.1129162460565567,-0.015472859144210815,-0.0032833218574523926,0.00710064172744751 +529,-2.4286599087918783,-0.9592968366303695,2.495094889947343,-0.37549012899398804,0.8187881112098694,0.4342728853225708,-0.028512228280305862,0.10327579081058502,0.07423053681850433,-0.0040721893310546875,-0.016023337841033936,0.005622684955596924 +530,-2.427805561187289,-0.9632039380743764,2.483950169133333,-0.37376391887664795,0.8210248947143555,0.4315307140350342,-0.032376259565353394,0.14422930777072906,0.091704823076725,-0.015579313039779663,-0.0031385421752929688,0.0020172595977783203 +531,-2.425235059723789,-0.9627726222890451,2.4714206822989606,-0.3751044273376465,0.8207785487174988,0.4308355748653412,-0.047101229429244995,0.0126767847687006,0.07324182987213135,-0.017794132232666016,0.02565699815750122,0.051998257637023926 +532,-2.446039403164434,-0.9604722093974486,2.4551486612915028,-0.36726972460746765,0.8194622993469238,0.43999406695365906,-0.03511166200041771,-0.1289471685886383,0.04762142524123192,0.007024943828582764,-0.007191061973571777,-0.00221937894821167 +533,-2.4504670574770913,-0.9628918216792264,2.4556367464045477,-0.3640528619289398,0.820846676826477,0.4400865435600281,0.06161701679229736,-0.07989174127578735,-0.048380181193351746,-0.04894149303436279,-0.02697765827178955,0.01746344566345215 +534,-2.437696336669453,-0.9602788059504217,2.4853093657593535,-0.37103015184402466,0.8193514347076416,0.4370351731777191,0.06431106477975845,-0.18364450335502625,-0.12374740093946457,0.020825713872909546,0.001205146312713623,0.05443510413169861 +535,-2.453082928915881,-0.9625165973495718,2.5050559928159313,-0.36309635639190674,0.82063227891922,0.4412754476070404,0.14777708053588867,-0.38292738795280457,-0.10148612409830093,-0.027574479579925537,-0.01217573881149292,-0.021551787853240967 +536,-2.4498921567073833,-0.9680359217872974,2.5415876213328223,-0.36160770058631897,0.8237738013267517,0.436619371175766,0.16441047191619873,-0.16562692821025848,-0.07442806661128998,-0.0033825337886810303,0.02209705114364624,-0.018772631883621216 +537,-2.441388864996927,-0.9741073886861066,2.5663849716773273,-0.3620779812335968,0.8272006511688232,0.42969638109207153,0.09732896089553833,0.019134188070893288,-0.07329138368368149,0.01727503538131714,0.018166959285736084,-0.008172303438186646 +538,-2.4371837689949167,-0.9773909443285966,2.5716776448684735,-0.362120658159256,0.8290412425994873,0.4260978400707245,0.004941736813634634,-0.01204400323331356,-0.016629986464977264,-0.016098976135253906,0.010207414627075195,-0.010311126708984375 +539,-2.436398980038089,-0.976803785022245,2.5746408401164715,-0.36277034878730774,0.8287127614021301,0.4261840879917145,0.004347431473433971,0.02873336337506771,0.009621958248317242,0.01012447476387024,0.010947823524475098,-0.01338803768157959 +540,-2.4312329281663696,-0.9770615031037843,2.571775298035858,-0.3648277521133423,0.8288570046424866,0.42414218187332153,-0.05797114968299866,0.061432648450136185,-0.015548708848655224,-0.0053656697273254395,0.014633536338806152,0.010794222354888916 +541,-2.431234395419089,-0.9704942835704183,2.5636682582761945,-0.36836880445480347,0.8251650333404541,0.4282602071762085,-0.0865352600812912,0.04099118337035179,-0.008218462578952312,0.0077731311321258545,-0.0016940832138061523,0.02083641290664673 +542,-2.439021089061147,-0.9653573019722341,2.5528868727089113,-0.3677576184272766,0.8222523331642151,0.43434542417526245,-0.06410234421491623,0.011523071676492691,0.008025256916880608,0.009130269289016724,0.005872845649719238,-0.0136147141456604 +543,-2.4406357023438257,-0.9631889550193552,2.5436292064349475,-0.36820459365844727,0.8210163116455078,0.4362998306751251,-0.06724356859922409,0.14013241231441498,0.023655308410525322,-0.0033163726329803467,-0.005144178867340088,-0.009389430284500122 +544,-2.4376531868139013,-0.9621542721909458,2.534881057770098,-0.37005385756492615,0.8204252123832703,0.43584710359573364,-0.00017033517360687256,0.0345422700047493,0.014631123282015324,-0.015306830406188965,-0.0034543275833129883,0.001256108283996582 +545,-2.433015995740015,-0.9631135367448765,2.538411374984437,-0.37155866622924805,0.82097327709198,0.4335286319255829,0.0515061691403389,0.022533277049660683,-0.004993998911231756,-0.007194966077804565,0.00933372974395752,0.0014536380767822266 +546,-2.4198279564448724,-0.9633561733795221,2.5478915868862497,-0.3771120607852936,0.821111798286438,0.42844152450561523,0.009119950234889984,0.04385332763195038,-0.04583929479122162,-0.003960996866226196,-0.0058345794677734375,0.03023773431777954 +547,-2.414882107178163,-0.9600727251089551,2.557083466365999,-0.3810155689716339,0.8192332983016968,0.42858365178108215,0.039195213466882706,-0.09501968324184418,-0.09618379920721054,-0.0218774676322937,-0.006977438926696777,0.033498287200927734 +548,-2.4132332510928154,-0.9559288297958789,2.575793534630136,-0.38397836685180664,0.8168498873710632,0.4304847717285156,0.08762940019369125,-0.18871653079986572,-0.08009661734104156,-0.013375848531723022,-0.0005198121070861816,-0.00450509786605835 +549,-2.409098705422072,-0.9569684855080302,2.60021244623907,-0.38518667221069336,0.817449152469635,0.42826172709465027,0.07254058122634888,-0.17486904561519623,-0.06931334733963013,0.006875514984130859,0.018442511558532715,0.009314537048339844 +550,-2.4063139558639346,-0.9589237389758719,2.619495099974978,-0.3853050470352173,0.8185738325119019,0.4260013699531555,0.0955776646733284,-0.12149696052074432,-0.09501346200704575,0.0005088746547698975,0.0026543140411376953,-0.006888091564178467 +551,-2.4053160692485593,-0.9604238699547815,2.634928118519657,-0.38490474224090576,0.8194345831871033,0.4247061312198639,0.023911429569125175,-0.09294285625219345,-0.0237470343708992,0.01274290680885315,0.008675098419189453,-0.0017477571964263916 +552,-2.405206502807307,-0.960816303595055,2.6423456510479615,-0.38473543524742126,0.8196594715118408,0.42442587018013,0.009981048293411732,0.02336733229458332,-0.09035152941942215,-0.001769721508026123,0.0033081769943237305,0.0012639164924621582 +553,-2.3955711487509066,-0.9583427441687445,2.652192552992046,-0.39018183946609497,0.8182399868965149,0.4221867322921753,0.014294073916971684,0.000942485872656107,-0.052086398005485535,0.0016167163848876953,-0.016573548316955566,-0.01927846670150757 +554,-2.3820453577835443,-0.9565292924827623,2.660232964765349,-0.3968777060508728,0.8171961307525635,0.41794630885124207,-0.041499607264995575,0.07260369509458542,0.024570100009441376,0.01664385199546814,0.01344674825668335,-0.00106087327003479 +555,-2.383718481151968,-0.9562165339575178,2.648746031809634,-0.3963530659675598,0.8170158267021179,0.4187948405742645,-0.004738662391901016,0.16515256464481354,-0.027101868763566017,0.01900327205657959,-0.003936052322387695,-0.03837808966636658 +556,-2.371746558933132,-0.9559983219679216,2.643551159859379,-0.4014625549316406,0.8168900012969971,0.4141480028629303,-0.049645934253931046,0.10455312579870224,0.040683578699827194,-0.017848938703536987,-0.0036423206329345703,0.02251267433166504 +557,-2.3727151284352717,-0.9535901208593183,2.63634428843096,-0.4024280607700348,0.8154985904693604,0.41594943404197693,-0.033290695399045944,0.07326468080282211,0.013127283193171024,0.021843314170837402,0.008903264999389648,0.010320186614990234 +558,-2.3816173456061587,-0.9531100295259594,2.6222970956267604,-0.39897915720939636,0.8152205944061279,0.4197993278503418,-0.06039167195558548,-0.012870589271187782,0.06826126575469971,-0.015617519617080688,0.011180341243743896,0.011795610189437866 +559,-2.3908546452106707,-0.952854529561668,2.613145527098199,-0.3952260911464691,0.8150725960731506,0.42361873388290405,-0.013416959904134274,-0.08209465444087982,0.018158400431275368,-0.010581374168395996,0.019750893115997314,0.026652872562408447 +560,-2.4016448258489915,-0.9522663737072177,2.61273102051703,-0.39095574617385864,0.8147317171096802,0.4282129108905792,0.009531086310744286,-0.09277965873479843,0.03202110156416893,0.02698776125907898,0.00979238748550415,0.010935157537460327 +561,-2.4172259941458445,-0.9568206424895812,2.604974597941401,-0.38177362084388733,0.817363977432251,0.43146875500679016,0.07415390014648438,-0.18941658735275269,0.0365733802318573,-0.07164135575294495,-0.0029259920120239258,0.009693443775177002 +562,-2.4154598335608872,-0.9573767262356647,2.6241353854633642,-0.3822331428527832,0.8176842331886292,0.4304537773132324,0.12651807069778442,-0.0820767879486084,-0.07836490124464035,0.023971974849700928,0.0032997727394104004,-0.032092511653900146 +563,-2.417035675745035,-0.9587467890809857,2.6250349667575508,-0.3808113634586334,0.8184722065925598,0.4302162230014801,0.048521969467401505,0.02417978085577488,0.13003721833229065,0.05343404412269592,0.027810752391815186,-0.0920967161655426 +564,-2.425040183754903,-0.9998192765713538,2.6086129278559365,-0.3549644947052002,0.8413733243942261,0.4075429439544678,0.26937538385391235,0.0029028509743511677,0.46327948570251465,-0.054550886154174805,-0.045337557792663574,0.016865015029907227 +565,-2.4120516726517605,-1.0200895968756576,2.614613139671675,-0.3487868905067444,0.8521549105644226,0.3901021480560303,0.011003145948052406,0.08949945122003555,-0.12217740714550018,-0.034361332654953,-0.004483401775360107,0.06702065467834473 +566,-2.4061530256127406,-1.0135488500850378,2.617339236176239,-0.3548140227794647,0.8487139940261841,0.3921629786491394,-0.008631063625216484,0.04465176910161972,-0.0016156169585883617,0.026383787393569946,0.01565074920654297,0.011798322200775146 +567,-2.421349359324884,-1.0152896143289467,2.6080695315924793,-0.3478386402130127,0.8496333360671997,0.39639803767204285,0.10136305540800095,-0.1516602486371994,0.1014430820941925,0.04461601376533508,0.04608803987503052,-0.08218911290168762 +568,-2.4044650102444196,-1.0533582177590475,2.631700690694197,-0.33248957991600037,0.8690893054008484,0.36624401807785034,0.5190185308456421,-0.05895838513970375,0.18224409222602844,0.06776478886604309,0.05560874938964844,-0.07939407229423523 +569,-2.32718161304902,-1.1140285049519958,2.7105913571005487,-0.32078492641448975,0.8974827527999878,0.3026910126209259,0.6064002513885498,0.3609254062175751,-0.06428849697113037,-0.10099849104881287,0.11748611927032471,0.050794124603271484 +570,-2.0862168927729696,-1.1340758127891781,2.914718411650013,-0.36802008748054504,0.9061436653137207,0.2084822803735733,1.1472288370132446,0.6397829651832581,-0.42327991127967834,-0.03557485342025757,0.1687617301940918,-0.03268575668334961 +571,-1.6716027182230329,-1.1417703943511128,-2.984329368534092,-0.41387316584587097,0.9093713760375977,0.041862960904836655,1.8745166063308716,0.8615528345108032,-0.8384307622909546,-0.28307193517684937,0.08615767955780029,0.15439558029174805 +572,-1.3802440032634313,-0.963874970613654,-2.8304226583033154,-0.5600177645683289,0.8214077949523926,-0.10802331566810608,-0.05732262134552002,1.3481205701828003,-1.9675850868225098,0.022588074207305908,-0.09540998935699463,0.3993135988712311 +573,-1.4667902745675063,-0.7936467144606885,-2.982309002392986,-0.697460949420929,0.7129152417182922,-0.07280285656452179,-1.238161563873291,-0.20403490960597992,-1.8036072254180908,0.05683588981628418,-0.132898211479187,0.1073182225227356 +574,-1.5836452108480787,-0.6492500108451797,3.1326449344507474,-0.7964718341827393,0.6045891642570496,0.01023433730006218,-0.5724795460700989,-0.26790592074394226,-1.1239217519760132,0.2697840929031372,-0.09985888004302979,-0.06060361862182617 +575,-1.5854878724485215,-0.5891120762735387,2.971857464249051,-0.831344723701477,0.5556229948997498,0.012214617803692818,-1.2261528968811035,1.3607231378555298,1.0781495571136475,0.4696350693702698,0.06655412912368774,-0.24773406982421875 +576,-1.534629781831447,-0.7884212409649559,3.027367800708178,-0.7045051455497742,0.7092412114143372,-0.02549063228070736,1.6577562093734741,1.095411777496338,0.8347578048706055,-0.2313469648361206,0.2358577847480774,-0.1184912919998169 +577,-1.3049472508777344,-0.7309938693636231,-3.126067172276195,-0.7183564901351929,0.6676099300384521,-0.19560442864894867,0.7242165803909302,1.228854775428772,-2.281348943710327,-0.5190855264663696,-0.0059583187103271484,0.11003315448760986 +578,-1.281066319316662,-0.40948469376889257,2.963271782751256,-0.8790929913520813,0.3981366753578186,-0.26207414269447327,-2.2819790840148926,1.2265008687973022,-3.8057146072387695,0.1870000958442688,0.055736005306243896,0.2576032876968384 +579,-1.2989981893047347,-0.2881159237123457,2.7296051700131194,-0.9235837459564209,0.2841463088989258,-0.2573981285095215,-0.7190967202186584,-0.2458389848470688,0.472419798374176,0.3778074383735657,0.01799294352531433,-0.42381522059440613 +580,-1.2713370645516564,-0.5532168707365474,2.811059127283142,-0.812973141670227,0.525426983833313,-0.2510004937648773,0.30156219005584717,-1.100854754447937,2.565659999847412,-0.3443145155906677,0.05748933553695679,0.07396796345710754 +581,-1.2135692841973844,-0.6016513271942477,2.872177179560196,-0.7723576426506042,0.5660045742988586,-0.28827500343322754,0.29953548312187195,-0.31709426641464233,0.6726905703544617,-0.10993605852127075,-0.027430415153503418,-0.04613661766052246 +582,-1.218819807004734,-0.6054052640786056,2.8779484336224868,-0.771860659122467,0.5690953731536865,-0.28348127007484436,-0.4043293595314026,1.8422040939331055,-0.697907567024231,-0.09166473150253296,0.10252022743225098,0.32464951276779175 +583,-1.138209036917113,-0.5467103589087753,2.8404962848846176,-0.7755503058433533,0.5198798775672913,-0.35811519622802734,0.2417849600315094,-0.46259352564811707,0.1260899305343628,0.005942881107330322,-0.22524797916412354,-0.09694764018058777 +584,-1.3042089198846505,-0.6182172842504962,2.8196574833193506,-0.7861265540122986,0.5795833468437195,-0.21468141674995422,-1.0080616474151611,-3.1196091175079346,1.6214609146118164,0.22663259506225586,0.27031588554382324,-0.2496434897184372 +585,-1.326760594932905,-0.641598625338009,2.9561703711745446,-0.777402937412262,0.5984769463539124,-0.19357207417488098,0.5420167446136475,1.5243041515350342,-0.6392103433609009,-0.14564698934555054,-0.07455110549926758,0.0871877670288086 +586,-1.275014766049401,-0.6116779265266534,2.9207747587408974,-0.783133864402771,0.5742419362068176,-0.23863667249679565,-0.9039410352706909,1.1254140138626099,0.265762597322464,0.02686256170272827,-0.1626514196395874,0.30104511976242065 +587,-1.2461506217973268,-0.5857367247439488,2.8557100224901366,-0.7897764444351196,0.5528134703636169,-0.2658018469810486,0.19685065746307373,-0.022276459261775017,-0.02612794190645218,0.24311494827270508,-0.12257659435272217,0.013055294752120972 +588,-1.206432524485614,-0.6603332996802231,2.8430567032057863,-0.737938642501831,0.6133801341056824,-0.2814447283744812,-0.4907093644142151,0.9268863201141357,0.6267297267913818,-0.06742018461227417,-0.04311347007751465,0.01992437243461609 +589,-1.2111814832420091,-0.7016450080189368,2.8408430448039503,-0.714924156665802,0.6454749703407288,-0.26878514885902405,0.049774155020713806,0.31923428177833557,0.8107702136039734,-0.058391273021698,0.14409106969833374,-0.032194435596466064 +590,-1.1804441565482946,-0.7749471348153556,2.9309522178998475,-0.6607129573822021,0.6996783018112183,-0.27186134457588196,0.027511436492204666,-1.7435879707336426,0.7972460985183716,0.050208866596221924,-0.12635987997055054,0.029429703950881958 +591,-1.3310088208306885,-0.7984359663288267,2.976840710180401,-0.6778618097305298,0.7162655591964722,-0.16573144495487213,-0.031117822974920273,-1.3605272769927979,0.5219660401344299,-0.10862189531326294,-0.004443049430847168,0.10664941370487213 +592,-1.5598801276266359,-0.8745484611947254,2.936913305124049,-0.641305148601532,0.7672539949417114,-0.007000892423093319,-0.6567750573158264,-1.7895371913909912,0.7256679534912109,-0.08760720491409302,-0.009960293769836426,0.05175495147705078 +593,-1.7208736549904942,-0.9101764413313316,2.808138750747423,-0.606709361076355,0.7896119952201843,0.09174313396215439,-0.9003283977508545,-0.2569578289985657,0.2644653916358948,0.023915112018585205,0.029067814350128174,-0.04050421714782715 +594,-1.7792801981095443,-0.8846692718296025,2.7129587936563833,-0.6198266744613647,0.7737054824829102,0.13112924993038177,-0.4559464752674103,0.6760329604148865,-0.46874332427978516,-0.10960447788238525,0.17677974700927734,0.05377674102783203 +595,-1.6340901566030277,-0.6717993552267931,2.6857000707033127,-0.7811357975006104,0.6223953366279602,0.049507204443216324,-0.2397822141647339,1.8310714960098267,-3.489147186279297,-0.14276862144470215,0.11834251880645752,-0.0301743783056736 +596,-1.45328790561606,-0.32638783313116837,2.5795518821328756,-0.9406746625900269,0.3206236660480499,-0.11104879528284073,-2.065877914428711,2.11318302154541,-1.9575936794281006,0.9308022260665894,0.028039664030075073,0.12031084299087524 +597,-1.4927655570533904,-0.4320701319404016,2.568083016695949,-0.9053376913070679,0.41875159740448,-0.07078792154788971,1.065436840057373,-1.5930451154708862,1.7916806936264038,-0.19657588005065918,0.006922900676727295,0.05417107790708542 +598,-1.5457022742490685,-0.5043268885154112,2.5697399124228015,-0.8752244114875793,0.483218252658844,-0.021967539563775063,-0.30446621775627136,0.633276104927063,0.42312416434288025,-0.1916854977607727,0.06960776448249817,-0.2873128652572632 +599,-1.5560622502754038,-0.5772855633905564,2.6268275765743967,-0.8378562927246094,0.5457513928413391,-0.012345931492745876,0.3952424228191376,-0.7636454701423645,0.9112974405288696,0.14214694499969482,0.005380868911743164,0.28662270307540894 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/standing/q13.csv b/BoostRunClub/CoreML/DataSet/Motion/standing/q13.csv new file mode 100644 index 0000000..f20f474 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/standing/q13.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-1.623795116792256,-0.64381479730041,2.63599695770973,-0.7986886501312256,0.6002508997917175,0.042369209229946136,-0.005099141970276833,-0.6729198694229126,0.7656805515289307,-0.13345545530319214,0.029769182205200195,-0.08372044563293457 +1,-0.27033967895948763,0.5268040361179909,1.1445556800337038,-0.23085051774978638,-0.5027732849121094,-0.8330228924751282,-0.0663762092590332,-0.02305571548640728,0.13338254392147064,0.020340263843536377,0.030208587646484375,-0.0158236026763916 +2,-0.2940603038485392,0.5302656917052636,1.1619336047123379,-0.25003761053085327,-0.5057625770568848,-0.825642466545105,0.25192585587501526,-0.44654038548469543,0.05994348227977753,0.0061869025230407715,0.004496097564697266,-0.03118431568145752 +3,-0.3281351710081009,0.539233655511114,1.1921200352712154,-0.27654775977134705,-0.5134785175323486,-0.8123183250427246,0.5030760765075684,-0.8617306351661682,0.3420332670211792,0.025189757347106934,0.008717834949493408,-0.12075656652450562 +4,-0.43782681844652743,0.5916376444034965,1.238282638911151,-0.3519090414047241,-0.5577210783958435,-0.7517361044883728,0.13471060991287231,-0.8402634263038635,0.10675788670778275,0.06139698624610901,0.01607990264892578,0.04653596878051758 +5,-0.736896866283386,0.6691301026617883,1.299418952626422,-0.527085542678833,-0.6203039288520813,-0.5808647274971008,0.6863768100738525,-3.356710195541382,0.09334443509578705,0.2691357731819153,-0.011455655097961426,0.2155846357345581 +6,-1.1054210758662124,0.645679074876962,1.4247516557696212,-0.7137531042098999,-0.6017409563064575,-0.358419269323349,1.8904588222503662,-3.6670031547546387,0.4779597520828247,0.0561450719833374,0.18094933032989502,-0.2041569948196411 +7,-1.568934130233418,0.6571742880138395,1.6768601701322559,-0.7917203307151794,-0.6108821034431458,-0.0014743405627086759,2.5205094814300537,-3.79693341255188,0.14749690890312195,0.3981350064277649,0.16222786903381348,-0.2605038285255432 +8,-2.505454644829336,0.4323722322037882,2.145031937425936,-0.539421558380127,-0.41902589797973633,0.7303711771965027,6.1898274421691895,-7.18684196472168,-0.5569850206375122,0.2236407995223999,0.29109615087509155,-0.007730066776275635 +9,-3.07648680281027,-0.12319673431388745,2.3914906563662295,-0.06456675380468369,0.1228853389620781,0.9903180599212646,5.171206474304199,-2.385012149810791,-0.5239033699035645,-0.10582812875509262,0.08803687989711761,0.36324310302734375 +10,-3.1242769609840106,-0.43531902165854774,2.4133588359042557,-0.015699973329901695,0.4216997027397156,0.9065998196601868,3.094372034072876,0.5489824414253235,0.2689898908138275,-0.16131724417209625,0.13227075338363647,0.03416574001312256 +11,-3.080353633530851,-0.6431794806447176,2.3703912146694033,-0.04897242784500122,0.5997426509857178,0.7986932992935181,1.0890370607376099,0.4008408486843109,0.5593212246894836,-0.05086585506796837,0.006046652793884277,0.12066417932510376 +12,-3.105379988977272,-0.6873688097995905,2.3120152927045003,-0.02798331342637539,0.6345056891441345,0.7724115252494812,-0.572373628616333,-0.15325123071670532,0.35408514738082886,0.010801907628774643,-0.06768739223480225,0.14241397380828857 +13,3.119427527863752,-0.6305154038889752,2.2677841531997953,0.017901835963129997,0.5895611643791199,0.8075254559516907,-0.18854087591171265,-0.7911754250526428,0.31658363342285156,-0.0029940009117126465,0.012001335620880127,-0.1105954647064209 +14,2.9870280724068565,-0.6142349824940518,2.2344538137307164,0.1258101612329483,0.5763335227966309,0.8074727058410645,-0.6510236859321594,-1.5306642055511475,0.3070760667324066,0.12330487370491028,-0.04343539476394653,0.07064026594161987 +15,2.734292490856994,-0.5605591407051492,2.166917426357625,0.3355069160461426,0.5316598415374756,0.7776712775230408,-0.48252105712890625,-2.6289243698120117,0.6588140726089478,0.011935651302337646,-0.016889512538909912,0.13745927810668945 +16,2.5549581738986578,-0.5007555540721621,2.1799886139671902,0.48559531569480896,0.480088472366333,0.7305566072463989,-0.42180895805358887,-0.9577731490135193,-0.3014279007911682,-0.11453196406364441,-0.11122238636016846,0.11742037534713745 +17,2.5550519863048295,-0.47823688052615027,2.2573686562104283,0.491386741399765,0.4602145850658417,0.7394199967384338,0.1237010657787323,-0.40048766136169434,-0.6858217716217041,-0.08710503578186035,-0.009118914604187012,-0.09549909830093384 +18,2.579772507371077,-0.5105342982090553,2.3089395722516852,0.4647957980632782,0.48864349722862244,0.7383711338043213,0.08747947961091995,0.15639720857143402,-0.4589656591415405,-0.04522502422332764,-0.0382346510887146,0.0019546151161193848 +19,2.603918520295286,-0.5294080255436291,2.3622041802843587,0.4420308470726013,0.5050224661827087,0.7413236498832703,-0.42953214049339294,0.15636050701141357,-0.30820026993751526,0.01931855082511902,-0.01611572504043579,0.06299757957458496 +20,2.6122916292254126,-0.5146149854974025,2.4156751845452806,0.4395328164100647,0.49219974875450134,0.7513657808303833,-0.47672340273857117,-0.7325084209442139,-0.454828143119812,0.022701740264892578,-0.04894712567329407,0.02816009521484375 +21,2.486429659864618,-0.5006496687775587,2.518715350585,0.5345109105110168,0.47999557852745056,0.6956305503845215,-0.8827838897705078,-3.0643274784088135,-0.9483113884925842,0.038700640201568604,-0.0307769775390625,-0.02351158857345581 +22,2.2744454147914435,-0.44764611728625053,2.654902713374701,0.6873574256896973,0.43284478783607483,0.5832540988922119,-1.2536463737487793,-1.0901594161987305,-0.1143767386674881,-0.09340900182723999,0.001038968563079834,0.12597447633743286 +23,2.2394233094160834,-0.436497721098978,2.738166602751278,0.7111009955406189,0.42276817560195923,0.5617852807044983,0.14740222692489624,-0.01785127818584442,-0.46929916739463806,-0.060542523860931396,0.012412577867507935,-0.12152332067489624 +24,2.2567410286427783,-0.4995282851547075,2.7746591195597863,0.6792668104171753,0.47901150584220886,0.5560078024864197,0.4599095582962036,-0.03402860835194588,-0.9824583530426025,0.014870822429656982,-0.004981964826583862,0.016623973846435547 +25,2.279365421777679,-0.6307813921781515,2.844601285084768,0.6131805777549744,0.5897759795188904,0.5255225300788879,0.42245709896087646,-1.2537999153137207,-1.769518256187439,0.2515808343887329,-0.1156548261642456,0.10988390445709229 +26,2.2346663339301163,-0.7835022715117563,2.982661968646147,0.5579817295074463,0.705764889717102,0.436522901058197,0.39722180366516113,-1.1450731754302979,-1.2063038349151611,0.28291481733322144,0.23863202333450317,-0.11157181859016418 +27,2.080089455386152,-0.8047288579116337,2.962788471934443,0.6053187847137451,0.7206426858901978,0.33802878856658936,-0.1567632555961609,-2.046464443206787,1.1389334201812744,0.26052600145339966,-0.008743882179260254,0.13444435596466064 +28,1.8242412810772592,-0.6352996239927451,2.9715982659722817,0.7791813015937805,0.5934187173843384,0.20181943476200104,-1.3530097007751465,-3.353487730026245,1.4501088857650757,-0.07660549879074097,0.006831645965576172,0.10601143538951874 +29,1.7138826023668523,-0.6066639878613773,-3.1398231569507122,0.8131588697433472,0.570129930973053,0.11715248227119446,-0.3891117572784424,-1.588690996170044,-1.0464348793029785,0.04952728748321533,-0.0426793098449707,-0.04215550422668457 +30,1.5187385840577525,-0.6008964746217539,3.1237302118385295,0.8237116932868958,0.5653821229934692,-0.0429193489253521,0.18615001440048218,-1.653659462928772,0.7622978687286377,-0.04822957515716553,-0.024748027324676514,0.031643096357584 +31,1.3558362807373996,-0.5474978005475857,3.098620888464612,0.8341788649559021,0.520552396774292,-0.18212907016277313,0.26948755979537964,-1.6650476455688477,0.5382900834083557,0.10011690855026245,-0.13152951002120972,0.2693635821342468 +32,1.2518701152338445,-0.5030546987635455,-3.1300039516671596,0.831933856010437,0.48210403323173523,-0.2747029960155487,-0.4988340735435486,-1.3003135919570923,0.20833809673786163,0.02786839008331299,-0.13527178764343262,0.05624288320541382 +33,1.184661071760556,-0.5022212219678841,-2.968897404995633,0.8119790554046631,0.48137366771698,-0.3301054537296295,-1.9551626443862915,-1.1430007219314575,0.5479203462600708,0.022920966148376465,0.050654590129852295,-0.15230122208595276 +34,1.1604486565899947,-0.4880096729835092,-2.8675396200420447,0.8099408745765686,0.46886882185935974,-0.35236042737960815,-0.08842411637306213,-0.7589432001113892,0.4979768693447113,0.04812180995941162,-0.04102763533592224,-0.09267741441726685 +35,1.1062876450839685,-0.48323057962114135,-2.85114449307402,0.7916726469993591,0.4646422564983368,-0.3966887891292572,0.1908988356590271,-0.5306450724601746,-0.19440744817256927,0.02734285593032837,-0.005795210599899292,-0.12467348575592041 +36,1.0049834131213997,-0.5036285925780805,-2.8839874902547926,0.7393405437469482,0.48260676860809326,-0.46953821182250977,0.01598736271262169,-0.8776776790618896,-0.7053118348121643,-0.011053860187530518,0.03184327483177185,-0.06665560603141785 +37,0.852706924007484,-0.5848917768733467,-2.9357466780866175,0.6278837323188782,0.5521091818809509,-0.5485777258872986,-0.20795179903507233,-1.1150668859481812,-0.5159872770309448,0.0802919864654541,-0.005127310752868652,-0.052969515323638916 +38,0.7494864059906792,-0.638349512261113,-2.951918337351093,0.5471088290214539,0.5958707928657532,-0.5878860354423523,-0.29997900128364563,-0.8318501710891724,-0.4617299437522888,0.06746941804885864,-0.032409489154815674,0.01435387134552002 +39,0.6669857422070298,-0.662197981899405,-2.967129612343798,0.48787054419517517,0.6148517727851868,-0.6196286082267761,0.23724870383739471,-0.882602334022522,-0.022698339074850082,0.11598074436187744,-0.03735238313674927,0.0563504695892334 +40,0.5671946223675938,-0.638861646133944,-3.002528939401374,0.4313054084777832,0.5962820053100586,-0.6770697236061096,0.23311862349510193,-0.7274096012115479,-0.11712686717510223,-0.004303455352783203,-0.059920310974121094,0.03957277536392212 +41,0.4854146046363978,-0.6345438792550364,-3.019928932754149,0.37575262784957886,0.5928102135658264,-0.7123103737831116,0.18838249146938324,-0.8399626612663269,-0.18790662288665771,0.03548699617385864,0.006738066673278809,-0.007050037384033203 +42,0.4072665142686828,-0.6162834838200907,-3.040673619198181,0.32323113083839417,0.578006386756897,-0.7492865324020386,0.14186863601207733,-0.38142743706703186,0.008365035988390446,-0.12242546677589417,-0.0705752968788147,0.051456332206726074 +43,0.36870964852834515,-0.6410169736651381,-3.0486294100207805,0.28886598348617554,0.5980108380317688,-0.747622549533844,-0.2678140699863434,-0.23111099004745483,-0.1650495082139969,0.005369246006011963,-0.014194309711456299,0.0056029558181762695 +44,0.3708187907520603,-0.6370869081362881,-3.045674488205395,0.29129159450531006,0.594856321811676,-0.7491963505744934,-0.4316234588623047,0.21381454169750214,0.46095481514930725,-0.10589733719825745,-0.0826493501663208,0.05966693162918091 +45,0.4637751232798058,-0.7311651976783133,-2.9449437473809903,0.33298927545547485,0.6677374839782715,-0.6657662987709045,-1.0526739358901978,0.0505254752933979,0.20552168786525726,0.035434186458587646,-0.01649230718612671,-0.050298094749450684 +46,0.487950425184214,-0.7705771857079535,-2.8977115895069088,0.3363799750804901,0.6965494751930237,-0.6337723731994629,0.05982338637113571,-0.2166556864976883,-0.32248154282569885,-0.007369935512542725,0.04469192028045654,-0.04031515121459961 +47,0.47217588197460497,-0.7581103189140806,-2.901267380703922,0.33026519417762756,0.6875504851341248,-0.6466832756996155,0.0008858693763613701,-0.3171558678150177,-0.2399580478668213,0.024257510900497437,0.08848100900650024,-0.002318739891052246 +48,0.4111765236132422,-0.7409942853337859,-2.9399236187756252,0.294888973236084,0.6750218272209167,-0.6763032078742981,0.34973567724227905,-0.22780896723270416,0.09898054599761963,-0.07745122909545898,-0.020831763744354248,-0.008755326271057129 +49,0.4194379872555836,-0.7333010458399521,-2.9010117283454973,0.3025720715522766,0.6693258285522461,-0.6785669326782227,-0.350271075963974,-0.10442653298377991,0.2324332296848297,-0.0028436779975891113,-0.03489595651626587,-0.032797813415527344 +50,0.4241433797213783,-0.745607454083896,-2.8587914521523525,0.30234870314598083,0.6784182190895081,-0.6695774793624878,-0.35633423924446106,-0.2794174551963806,0.6903179883956909,-0.05805546045303345,-0.018002569675445557,-0.001595616340637207 +51,0.4811995318178428,-0.7297743620493661,-2.746203923904207,0.3449682891368866,0.6667014956474304,-0.6606861352920532,-0.09120503067970276,-0.06006716564297676,0.54759681224823,-0.0498175323009491,-0.01223677396774292,-0.0038951635360717773 +52,0.5429156892047783,-0.7320907717712638,-2.6421492934772335,0.38426172733306885,0.6684261560440063,-0.6368275880813599,-0.49753645062446594,-0.1255614012479782,0.5150156021118164,0.014984488487243652,0.024551749229431152,-0.03587138652801514 +53,0.5739191292689856,-0.7468428061607273,-2.566416672492159,0.39842039346694946,0.6793252825737,-0.6162616014480591,-0.43003126978874207,-0.2870611846446991,0.3413670063018799,-0.008146345615386963,-0.023868799209594727,-0.04848754405975342 +54,0.5912125228016757,-0.803180493499373,-2.4917763005488207,0.38704851269721985,0.7195683121681213,-0.5765543580055237,-1.0082379579544067,-0.4766237139701843,0.14245599508285522,0.010351359844207764,-0.05915272235870361,-0.03602498769760132 +55,0.6203180079111573,-0.8389671486730236,-2.4078507171720354,0.38843902945518494,0.7439533472061157,-0.5437358617782593,-0.07011217623949051,-0.4553350508213043,0.09177514165639877,0.021427303552627563,0.05768239498138428,-0.018352150917053223 +56,0.5630475927955046,-0.8338582879452541,-2.3873924079755606,0.35870325565338135,0.7405297160148621,-0.5682849287986755,-0.16307508945465088,-0.7786573767662048,0.021281812340021133,-0.024505257606506348,-0.0059563517570495605,0.004579484462738037 +57,0.5325238440540021,-0.8337948512215305,-2.363326745577828,0.34121644496917725,0.7404870986938477,-0.5790078639984131,0.07940009981393814,-0.39680808782577515,0.19089505076408386,-0.06732121109962463,0.05934804677963257,0.03930455446243286 +58,0.4997347769379767,-0.7993836394888695,-2.3304092565996517,0.3340685963630676,0.7169265151023865,-0.6118941307067871,-0.0035254471004009247,-0.6549863815307617,0.2728932201862335,-0.056251853704452515,0.07575225830078125,0.017030298709869385 +59,0.4825041057350946,-0.7729834291403215,-2.278202956683993,0.332144558429718,0.6982739567756653,-0.6341083645820618,0.05257751792669296,-0.24907110631465912,0.5490297675132751,-0.03208047151565552,-0.09115731716156006,-0.07957571744918823 +60,0.4929683941258428,-0.7782279170049548,-2.236810683160052,0.3370240330696106,0.7020184993743896,-0.6273633241653442,0.23465389013290405,0.12691400945186615,-0.2115362584590912,-0.06759965419769287,0.09684008359909058,0.041853129863739014 +61,0.49571183082679543,-0.7328126048267901,-2.2627430864048454,0.35355454683303833,0.6689628958702087,-0.653825581073761,0.1779986470937729,0.055263031274080276,-0.14648212492465973,0.02002638578414917,0.033033013343811035,0.005388140678405762 +62,0.48895269240185213,-0.7147034686044086,-2.2898874388549495,0.35475975275039673,0.6553934812545776,-0.6667869687080383,0.1873656064271927,0.3696839213371277,-0.16162902116775513,-0.09153041243553162,-0.03135484457015991,-0.02373427152633667 +63,0.4860250274815066,-0.7324392025141213,-2.3538979623930723,0.34732121229171753,0.668685257434845,-0.6574404239654541,0.16652479767799377,0.1648266613483429,-0.10952771455049515,-0.06124946475028992,0.050079941749572754,-0.05368012189865112 +64,0.479671693009486,-0.7218610265605299,-2.36228144578186,0.34638237953186035,0.6607826352119446,-0.6658719778060913,-0.11437979340553284,-0.12772658467292786,0.029579101130366325,-0.08866146206855774,0.033217549324035645,-0.07472854852676392 +65,0.4520535465914764,-0.7240733186533956,-2.4251718716764126,0.32722312211990356,0.6624415516853333,-0.6738666892051697,0.4176032841205597,0.2849636375904083,-0.6291680335998535,-0.024137824773788452,-0.011837303638458252,-0.05838733911514282 +66,0.44788613961435986,-0.742193611498643,-2.484645667555373,0.31916069984436035,0.6759061813354492,-0.6642944812774658,-0.5364676713943481,0.20326171815395355,0.04303305596113205,-0.03606441617012024,-0.035296499729156494,-0.0736815333366394 +67,0.47048761082450363,-0.7454196212870798,-2.4430030113302568,0.33310171961784363,0.678280234336853,-0.6549649238586426,0.00811799243092537,-0.054678913205862045,-0.10588593780994415,0.012006253004074097,0.014514565467834473,-0.038989484310150146 +68,0.4612599997701161,-0.7370635853070056,-2.4497380070221935,0.32955506443977356,0.6721165776252747,-0.6630632281303406,0.4095838665962219,0.019133979454636574,-0.20700785517692566,0.01781126856803894,-0.021680116653442383,-0.014610052108764648 +69,0.4375761715707844,-0.6905113496218178,-2.5254730907488,0.32667386531829834,0.6369314789772034,-0.6982854008674622,0.6296743154525757,0.4670371413230896,-0.10360777378082275,-0.06492459774017334,-0.06202608346939087,-0.024935424327850342 +70,0.40169948137324174,-0.6093892165922994,-2.7020214297907748,0.3206052780151367,0.5723667144775391,-0.7547241449356079,2.3607232570648193,0.9049991965293884,-1.6316252946853638,-0.035601645708084106,0.015661180019378662,-0.019338905811309814 +71,0.4048062390692458,-0.5456050906455928,-2.9095005870850077,0.3366602957248688,0.5189354419708252,-0.7857263088226318,1.0969594717025757,1.9710787534713745,-1.4741743803024292,-0.23433485627174377,-0.1333763599395752,-0.09583497047424316 +72,0.5697892814822413,-0.5036781956575624,-3.0572377594108384,0.4724614918231964,0.4826502203941345,-0.7374475598335266,0.4175527095794678,1.829270839691162,-1.0184677839279175,-0.009204655885696411,-0.06060737371444702,0.02582341432571411 +73,0.5706980782322579,-0.6480563280741036,3.070607748037353,0.43069472908973694,0.6036379337310791,-0.6709122657775879,-1.9022585153579712,-0.07848852127790451,-1.9439938068389893,0.28045639395713806,-0.0679018497467041,0.03915262222290039 +74,0.6969788502766365,-0.8550610292556282,-3.1338083592616743,0.421199768781662,0.7546109557151794,-0.5031431913375854,-1.3390642404556274,3.013580560684204,-0.2657678723335266,-0.2788658142089844,-0.10481542348861694,-0.10807812213897705 +75,1.104207760574827,-0.9642240931355126,-3.0867175136498997,0.5091202855110168,0.8216068744659424,-0.25643453001976013,0.34430596232414246,3.68312931060791,-0.8383851051330566,0.06587666273117065,-0.16982769966125488,0.13013756275177002 +76,1.4924484320542355,-0.8918849060712215,3.0888540256893373,0.6260200142860413,0.7782567739486694,-0.04914795234799385,1.3354370594024658,5.8259100914001465,1.363863468170166,0.15690851211547852,-0.10209393501281738,-0.02427733689546585 +77,2.0346922723749974,-0.8067820396038432,3.059545992718009,0.6187107563018799,0.7220646739006042,0.30954745411872864,-1.1419787406921387,7.810458183288574,0.9087702035903931,0.20624035596847534,-0.05330246686935425,0.17996975779533386 +78,2.5129938059710066,-0.8109222909689127,3.023242095178984,0.40504035353660583,0.724922776222229,0.5571617484092712,1.8126552104949951,2.4735028743743896,-0.8728869557380676,0.0035747289657592773,0.07753688097000122,0.00665050745010376 +79,2.833169229565387,-0.9273263561391545,2.937140116133628,0.18212644755840302,0.8000186681747437,0.5716639757156372,1.0024470090866089,3.365840435028076,-0.14123623073101044,-0.0528235137462616,0.06751960515975952,0.009665250778198242 +80,3.1364836401715896,-1.024850662872679,2.920074216162923,0.002652723342180252,0.8546366691589355,0.5192196369171143,1.096014142036438,2.7210261821746826,0.15984421968460083,0.021501943469047546,0.03189891576766968,0.03967922925949097 +81,-2.9979835081068176,-1.1090783972137312,2.9380283863860583,-0.06375624239444733,0.8952885270118713,0.4409005343914032,0.38869449496269226,1.0030978918075562,0.1293455809354782,0.11676529049873352,-0.06287592649459839,0.15855613350868225 +82,-3.009580980552424,-1.095607516941514,2.898575636782021,-0.06022089347243309,0.8892063498497009,0.45352551341056824,-0.22644241154193878,-0.3541320264339447,0.11420822888612747,0.021066848188638687,-0.012192249298095703,-0.09541705250740051 +83,3.0949974533837206,-1.0959201360435833,2.878201700683055,0.021296940743923187,0.8893493413925171,0.4567321538925171,-0.300993412733078,-3.975079298019409,0.057374149560928345,0.13873723149299622,-0.01740109920501709,-0.09383237361907959 +84,2.3347188102017586,-1.1354841748108502,2.8047464740421737,0.3045167326927185,0.9067384600639343,0.29171037673950195,1.3363487720489502,-8.023360252380371,-0.02226140722632408,0.2484007477760315,0.14787274599075317,0.31784772872924805 +85,1.3751411210542053,-1.0669287669851975,2.5202052366815373,0.47360408306121826,0.87572181224823,-0.09386390447616577,0.4898121953010559,-6.698141574859619,1.4722816944122314,-0.15242186188697815,0.09565263986587524,0.6339182257652283 +86,1.109432264435957,-0.924010313955939,2.739852775198251,0.5396180152893066,0.7980247735977173,-0.26827046275138855,-0.98980313539505,-2.2803046703338623,2.0775094032287598,-0.049353063106536865,0.006266117095947266,0.14253798127174377 +87,1.0358395353499832,-0.793198336253032,2.941082944240994,0.6035540103912354,0.7126007676124573,-0.35766303539276123,-0.3019271194934845,-1.375213861465454,1.5118707418441772,-0.11402148008346558,0.0580596923828125,-0.11264339089393616 +88,0.9207758022550334,-0.7048074230066012,3.0746933655430477,0.606396496295929,0.6478871703147888,-0.46100494265556335,-1.097558617591858,-2.8671329021453857,1.662225365638733,0.01779472827911377,0.02862650156021118,0.021597594022750854 +89,0.861373110771078,-0.6191834634709298,-3.051676557753406,0.61788010597229,0.5803704261779785,-0.5304663181304932,0.87492835521698,-1.588234543800354,0.6478508710861206,-0.05956101417541504,-0.049761295318603516,0.052240610122680664 +90,0.6381646061336975,-0.5318234418423655,-3.0105615329999194,0.5134434103965759,0.5071057677268982,-0.6922568678855896,0.16949298977851868,-2.0825347900390625,1.2612046003341675,-0.08413738012313843,0.05945307016372681,0.030529022216796875 +91,0.5697078961328345,-0.4813708788384127,-2.9779861439056345,0.4780908226966858,0.46299469470977783,-0.7463679313659668,0.07968601584434509,0.16579392552375793,-0.00018687802366912365,-0.3690209984779358,-0.20997345447540283,0.0455622673034668 +92,0.5954230909656465,-0.5215163137543222,-2.9880550500678726,0.48630115389823914,0.49819543957710266,-0.7178527116775513,-0.32170507311820984,0.4721834063529968,-0.16997964680194855,0.034328728914260864,-0.03821924328804016,-0.08614814281463623 +93,0.6348494169509445,-0.5309954866447907,-2.993547813566212,0.5113944411277771,0.5063920021057129,-0.6942930817604065,-0.03822406753897667,0.3656727075576782,0.14020462334156036,0.0650368332862854,-0.03378152847290039,-0.051800668239593506 +94,0.6706645051922265,-0.511587428894103,-2.9844458281419084,0.5419342517852783,0.489562064409256,-0.6831077933311462,0.21078726649284363,0.544435441493988,0.20783181488513947,-0.03648686408996582,-0.06361296772956848,-0.016324520111083984 +95,0.6981132694894251,-0.4983630781516448,-2.998412060636084,0.5645904541015625,0.4779883623123169,-0.6728779077529907,0.006244618445634842,0.2757745385169983,0.14877364039421082,0.10009759664535522,0.028450816869735718,-0.017322838306427002 +96,0.7266526734890211,-0.5215043262836193,-2.9692704404057775,0.5760571360588074,0.49818506836891174,-0.6480507850646973,-0.9476884603500366,0.0588851235806942,-0.2324596792459488,-0.05821961164474487,-0.019959330558776855,0.013864994049072266 +97,0.7652625271471947,-0.5293681983239694,-2.9839710220457816,0.5979102849960327,0.5049881339073181,-0.6224871277809143,-0.10810500383377075,0.05754408240318298,-0.27669259905815125,0.06815105676651001,0.02177572250366211,-0.031184136867523193 +98,0.8059218428214612,-0.577320941347359,-2.9342634320922283,0.604539155960083,0.5457810163497925,-0.580220103263855,-0.1991056650876999,0.26567602157592773,-0.5217360854148865,-0.18542605638504028,0.16927629709243774,-0.20615679025650024 +99,0.8194281354840074,-0.6250617656302405,-2.9422048828087486,0.5925893783569336,0.5851473808288574,-0.553570568561554,-0.6197772026062012,0.07004798948764801,-0.17071433365345,-0.01107698678970337,-0.013415873050689697,-0.023867785930633545 +100,0.8378193259070932,-0.6505729784755427,-2.9310793431680557,0.5913803577423096,0.6056424379348755,-0.5324156880378723,0.06713802367448807,0.04375005513429642,-0.22150778770446777,-0.012324631214141846,-0.009679973125457764,-0.08439028263092041 +101,0.8331761806920023,-0.6568166179281086,-2.949064647726326,0.586091935634613,0.6105989217758179,-0.5326022505760193,0.37153303623199463,0.05519493296742439,-0.12715470790863037,0.030424177646636963,0.05381453037261963,-0.09554105997085571 +102,0.7945499954045367,-0.6377992801521004,-3.0149486173586513,0.5732706189155579,0.5954288244247437,-0.5628725290298462,-0.034056805074214935,-0.1537420153617859,-0.23627609014511108,0.015505015850067139,-0.05148345232009888,0.014547944068908691 +103,0.7699526009009705,-0.6473943970399458,-3.050011579328409,0.5552507042884827,0.6031100749969482,-0.5726735591888428,0.06621915102005005,0.07048969715833664,-0.25458428263664246,-0.043562471866607666,-0.05637240409851074,0.0022542476654052734 +104,0.7609141267926305,-0.6513718859318359,-3.05885838939823,0.5483934283256531,0.6062779426574707,-0.5759267807006836,-0.3116055727005005,0.3928270637989044,0.12850774824619293,-0.1012955904006958,-0.05650383234024048,-0.0639047622680664 +105,0.7712224064304115,-0.6562333208792684,-3.01021150166131,0.5522400736808777,0.610136866569519,-0.5681231617927551,0.032586317509412766,-0.15799224376678467,0.013421282172203064,0.17178940773010254,0.04565531015396118,0.04274779558181763 +106,0.7612385186421503,-0.6232876025036006,-3.0092753919607573,0.5601078271865845,0.5837077498435974,-0.5878474116325378,0.16242963075637817,-0.22806711494922638,0.21773827075958252,0.08393514156341553,0.006639599800109863,-0.11468249559402466 +107,0.7764264525513238,-0.6230234986800351,-2.9838488809892505,0.5690790414810181,0.5834932327270508,-0.5793829560279846,-0.4272298812866211,-0.5117251873016357,-0.025575801730155945,0.08524829149246216,-0.019635319709777832,-0.2469261884689331 +108,0.7006707463787923,-0.6428521304648267,-2.9951164917927415,0.5160353779792786,0.5994806885719299,-0.6118254661560059,0.7434545755386353,-0.24334201216697693,0.1274769902229309,-0.17378073930740356,-0.07843881845474243,0.21297597885131836 +109,0.6569160470224638,-0.6209023840183682,-2.9957689814159645,0.49669697880744934,0.5817693471908569,-0.6440780162811279,-0.07316023111343384,-0.027442362159490585,0.009574970230460167,0.01222941279411316,0.010592103004455566,0.09746241569519043 +110,0.5978791235443143,-0.6088687279034608,-3.0280223225772325,0.4617368280887604,0.5719398260116577,-0.6779999732971191,0.39752304553985596,0.5526696443557739,0.07257731258869171,-0.09696018695831299,0.03130108118057251,0.08186960220336914 +111,0.4405285692349922,-0.5312640036496371,-3.0524061829339235,0.3676433861255646,0.5066235065460205,-0.7798531651496887,0.609319269657135,-2.0357227325439453,0.21728235483169556,0.15663334727287292,0.07601803541183472,-0.00872105360031128 +112,0.3042990571659024,-0.4673461348398662,-3.0806137183047304,0.26749488711357117,0.45051857829093933,-0.8517508506774902,0.8265423774719238,-2.4404337406158447,0.05447347089648247,0.03969505429267883,-0.011034935712814331,-0.061899662017822266 +113,0.27314537108242787,-0.47530637126299785,-3.0795935183415217,0.23985914885997772,0.4576108753681183,-0.8561891317367554,-0.42178985476493835,-0.20204667747020721,-0.19219516217708588,-0.028875872492790222,-0.057113468647003174,-0.13505232334136963 +114,0.22430304862457162,-0.5367782476467464,-3.101954303104779,0.1911449432373047,0.5113700032234192,-0.8378331065177917,-0.581386923789978,-0.9979733228683472,-0.5042251944541931,0.04571723937988281,0.02937096357345581,0.024982154369354248 +115,0.1353678671776146,-0.6054940740243018,-3.0804818171254724,0.11096268892288208,0.5691683888435364,-0.814699113368988,-0.8805224299430847,-1.720679759979248,0.4919700026512146,0.01377791166305542,0.06904572248458862,-0.13784605264663696 +116,0.10666026546055218,-0.6418470928432188,-2.9741683647874173,0.08527205139398575,0.5986759662628174,-0.7964394688606262,-0.2941482365131378,-0.08700502663850784,0.5721188187599182,-0.08811018615961075,-0.010205507278442383,-0.02646702527999878 +117,0.11247671885626068,-0.7272635217497133,-2.9045323910073546,0.08384266495704651,0.6648280024528503,-0.7422763109207153,-1.726309061050415,-0.636615514755249,-0.1587265133857727,0.10541209578514099,-0.025072753429412842,-0.07213103771209717 +118,0.06566069516773033,-0.9539790668921694,-2.8892725135796318,0.03795360401272774,0.8157235980033875,-0.5771952867507935,-1.4963891506195068,-0.4577420651912689,-0.09799220412969589,-0.14438366889953613,0.08637595176696777,-0.13880807161331177 +119,0.012878871833143174,-1.0279736508760424,-2.9243730269706583,0.00665246183052659,0.8562540411949158,-0.5165121555328369,-1.0711555480957031,-0.3863464295864105,-0.5831660628318787,-0.30522119998931885,0.14662986993789673,0.004579782485961914 +120,-0.05369934924376087,-1.0575022716363989,-3.017880326966552,-0.026356367394328117,0.8711317181587219,-0.4903416633605957,0.41764169931411743,0.008140094578266144,-0.20600125193595886,-0.00013288669288158417,-0.12653332948684692,-0.05924937129020691 +121,-0.03190301261437311,-1.015837976198171,-3.0124194415670393,-0.01680709607899189,0.8499223589897156,-0.5266397595405579,0.2637850344181061,0.4119778573513031,0.08071119338274002,-0.04920242726802826,-0.06819939613342285,-0.044313669204711914 +122,0.005083065607362883,-0.9673674901119174,-3.0225679382327315,0.0028844706248492002,0.8233947157859802,-0.5674618482589722,0.4719166159629822,0.4435967206954956,0.017398776486516,-0.05276545137166977,-0.07337933778762817,-0.08768957853317261 +123,0.054263350543336496,-0.9729299111747185,-3.0177334501599224,0.030528778210282326,0.8265384435653687,-0.5620517134666443,0.07241128385066986,0.19826072454452515,0.056062545627355576,0.04997658729553223,-0.0442204475402832,-0.1796627640724182 +124,0.04693057515397177,-0.959173740324782,-3.0022297852275766,0.026937484741210938,0.8187174201011658,-0.5735644102096558,-0.010292100720107555,-0.04597669467329979,0.10100951790809631,-0.018896104767918587,-0.03920692205429077,-0.05354130268096924 +125,0.038061005382317846,-0.9526171953686078,-2.9786662587304673,0.022053012624382973,0.8149350881576538,-0.5791324377059937,-0.03709125891327858,-0.4549751281738281,0.20355798304080963,-0.0010721813887357712,0.015631258487701416,-0.005141794681549072 +126,0.02949022181735903,-0.9700869626676561,-2.95741771293851,0.01666627824306488,0.8249348998069763,-0.5649820566177368,-0.1792462170124054,-0.09468189626932144,0.3477998971939087,-0.04327760264277458,-0.10357558727264404,-0.026280760765075684 +127,0.06884769388905838,-0.9604373744751868,-2.8815549170201065,0.0394296869635582,0.8194423317909241,-0.5718036890029907,0.20050163567066193,-0.3800247013568878,0.48252034187316895,0.012633297592401505,-0.018264412879943848,-0.0823100209236145 +128,0.0786126934323204,-0.9643385939144568,-2.8222826835836887,0.044759999960660934,0.8216721415519714,-0.5682002902030945,-0.025929950177669525,-0.3115655183792114,0.23901742696762085,-0.06764817982912064,0.051878273487091064,-0.04430276155471802 +129,0.08599704977088392,-0.9630071239879351,-2.7876069945398827,0.049048442393541336,0.8209124803543091,-0.5689436197280884,-0.08685386925935745,-0.22499266266822815,0.2738935351371765,-0.015524886548519135,-0.06041449308395386,-0.06960618495941162 +130,0.1036185652713124,-0.9632865551683635,-2.7328147738738724,0.05904224142432213,0.8210720419883728,-0.5677629709243774,0.023712996393442154,-0.2402694672346115,0.22903482615947723,-0.01520373672246933,0.007373392581939697,-0.05241525173187256 +131,0.09592333664089778,-0.964041006305389,-2.7071197216985974,0.05461212247610092,0.8215024471282959,-0.5675836801528931,-0.04425417259335518,-0.22569118440151215,0.07520791888237,-0.012848816812038422,-0.0068051815032958984,-0.031781554222106934 +132,0.08853612302338723,-0.9667621394309476,-2.696430301355456,0.05021997541189194,0.8230510354042053,-0.5657429695129395,-0.08500120043754578,-0.049989260733127594,0.08295197784900665,-0.04068322479724884,-0.05678516626358032,-0.030616283416748047 +133,0.08832239257985518,-0.9697310759767035,-2.6898824495153035,0.04988328740000725,0.8247336745262146,-0.563317060470581,0.08671833574771881,-0.18254172801971436,0.02937636338174343,-0.022066518664360046,-0.051204562187194824,-0.08406758308410645 +134,0.07191187027235835,-0.9626420681173603,-2.691887115283387,0.041051700711250305,0.8207039833068848,-0.5698769092559814,-0.03302236646413803,-0.07978011667728424,-0.03600842133164406,-0.028859928250312805,0.012624263763427734,-0.019554853439331055 +135,0.0749693097005958,-0.9600937179159467,-2.6933569636420063,0.04295038804411888,0.8192453384399414,-0.571832537651062,0.042077988386154175,-0.06743554770946503,-0.015016332268714905,-0.04032587260007858,-0.018998146057128906,-0.11249363422393799 +136,0.0664103818180049,-0.9581615455216305,-2.6870782126637307,0.0381595715880394,0.8181357979774475,-0.573757529258728,0.0036754002794623375,-0.11207687109708786,0.2443147748708725,0.0004604160785675049,-0.05324321985244751,-0.04700052738189697 +137,0.07559431448681123,-0.9507901570300312,-2.6583719505991916,0.04388151317834854,0.8138749003410339,-0.5793808102607727,-0.24294322729110718,-0.17394857108592987,0.14854873716831207,-0.030118092894554138,0.020002663135528564,0.054707348346710205 +138,0.07619583435840098,-0.9615831890478314,-2.6419580261703595,0.04355878382921219,0.8200985193252563,-0.5705620646476746,0.018612287938594818,-0.11275488138198853,0.04521019756793976,0.014378830790519714,0.05035430192947388,0.021688103675842285 +139,0.07394404676781384,-0.9699955358789458,-2.631229471166828,0.04176272451877594,0.8248831629753113,-0.5637584328651428,-0.0789823979139328,0.03292299434542656,0.14200206100940704,0.00128231942653656,0.02072840929031372,0.017051279544830322 +140,0.07498822022764166,-0.9895885078283153,-2.6116570872096316,0.04113249480724335,0.8358001112937927,-0.5474908947944641,-0.1976180076599121,-0.10081539303064346,0.014914913102984428,0.018239453434944153,0.018981993198394775,0.04961186647415161 +141,0.07291036896968733,-1.0068513082742712,-2.6023827892269313,0.03893786668777466,0.8451529741287231,-0.5331044793128967,-0.08245152980089188,0.01481233537197113,0.03395431488752365,0.026323974132537842,0.016800761222839355,0.091347336769104 +142,0.10634766039565448,-1.0113493230976374,-2.5778082741354935,0.056334238499403,0.8475487232208252,-0.5277191996574402,-0.016517281532287598,0.14995922148227692,0.006737550720572472,0.012681271880865097,0.08909672498703003,0.013223409652709961 +143,0.09532887861638366,-1.0330417790823025,-2.6013554135473353,0.04875435680150986,0.858860969543457,-0.5098830461502075,-0.09034053981304169,0.03644340857863426,-0.1510109305381775,-0.009417209774255753,-0.05141168832778931,0.033946216106414795 +144,0.10807052611870811,-1.0310747561521394,-2.603960759873369,0.05542909353971481,0.8578518033027649,-0.5108991265296936,0.05036550760269165,0.19677135348320007,0.047206878662109375,-0.013040188699960709,0.024914920330047607,0.005634903907775879 +145,0.12059573570793253,-1.0275632768964011,-2.6147330359963585,0.06218572333455086,0.8560419678688049,-0.5131521821022034,0.08733314275741577,0.2093590795993805,-0.13343237340450287,-0.009359784424304962,0.03153139352798462,-0.03436368703842163 +146,0.11835644992764008,-1.0217484027391954,-2.6401576340943254,0.06162319332361221,0.8530218005180359,-0.5182242393493652,0.14350304007530212,0.23554711043834686,-0.052313730120658875,0.0027383677661418915,0.010106861591339111,-0.0027717947959899902 +147,0.12017951145397504,-1.0116476877537073,-2.6678993281664183,0.06359762698411942,0.8477070331573486,-0.5266384482383728,0.07056493312120438,0.2727309763431549,-0.20945408940315247,0.015931174159049988,0.013102233409881592,0.016644001007080078 +148,0.12410452791229343,-1.0063665924955023,-2.696774830311578,0.06621745973825455,0.8448938131332397,-0.5308198928833008,0.14774997532367706,0.29483652114868164,-0.11408016085624695,0.014135316014289856,-0.004302382469177246,-0.028292596340179443 +149,0.13304617033049598,-0.9964897383178947,-2.7174517191805427,0.07206464558839798,0.8395692110061646,-0.538451611995697,0.058587826788425446,0.4192715883255005,-0.10345606505870819,-0.006543397903442383,0.04156482219696045,0.030852794647216797 +150,0.14021133942801986,-0.9910476072811282,-2.7493111336053646,0.07655828446149826,0.8366003036499023,-0.5424377918243408,0.09807520359754562,0.32782575488090515,-0.22296126186847687,-0.006703540682792664,0.03102964162826538,-0.00620722770690918 +151,0.14266348386615474,-0.9932595792889691,-2.788617959565041,0.07762488722801208,0.8378100395202637,-0.5404154062271118,0.05914570018649101,0.3523732125759125,-0.19453328847885132,-0.017291635274887085,0.003590106964111328,-0.029302000999450684 +152,0.14593036867263648,-0.9900439923177959,-2.8203568811213118,0.07978129386901855,0.8360500931739807,-0.5428215861320496,0.03246758133172989,0.28142327070236206,-0.14918647706508636,-0.016396276652812958,-0.0044612884521484375,-0.023371100425720215 +153,0.1500002055514722,-0.9862345301567423,-2.837821499570148,0.08246516436338425,0.8339539766311646,-0.5456375479698181,-0.009168127551674843,0.07444358617067337,-0.11132257431745529,0.007225997745990753,-0.0014344453811645508,-0.01101839542388916 +154,0.1552804435642234,-0.9812625064606351,-2.8477527729868317,0.08598532527685165,0.8311999440193176,-0.5492843985557556,0.1633998453617096,0.23471680283546448,-0.007599184289574623,-0.005907200276851654,0.016318976879119873,0.01219022274017334 +155,0.15336053717828335,-0.9761495746733634,-2.858463755966188,0.08557866513729095,0.8283464312553406,-0.5536410808563232,0.06006578356027603,-0.05120837688446045,-0.052095502614974976,0.018394723534584045,0.02051520347595215,-0.022851228713989258 +156,0.13574178499964146,-0.9724057391941273,-2.8760079767680313,0.07623057812452316,0.8262432813644409,-0.5581316947937012,0.09315723180770874,0.013949399814009666,-0.11823076754808426,0.015734151005744934,0.03438287973403931,0.012706279754638672 +157,0.12078013749197054,-0.9801258433807866,-2.901290296262489,0.06710121780633926,0.830567479133606,-0.5528609156608582,-0.03562672808766365,0.08238449692726135,-0.1460641473531723,0.002967134118080139,-0.021638035774230957,0.007404983043670654 +158,0.11698268211735911,-0.981263542088092,-2.9238216761853777,0.06489093601703644,0.8312005400657654,-0.5521727800369263,0.00802623014897108,0.1867775171995163,-0.16905678808689117,0.002140924334526062,-0.00034421682357788086,-0.02982795238494873 +159,0.0993528912511094,-0.9831470015439068,-2.9635703696592457,0.05499127879738808,0.8322461843490601,-0.551672101020813,0.011375192552804947,0.1480780988931656,-0.23003408312797546,-0.010969672352075577,-0.047944486141204834,-0.05858790874481201 +160,0.07910682181097538,-0.9778812534234949,-3.0003200579279747,0.04415728896856308,0.8293153047561646,-0.5570334196090698,0.026543091982603073,0.09111001342535019,-0.1759379655122757,-0.010954167693853378,-0.07250994443893433,-0.053836941719055176 +161,0.07624427633970617,-0.9568437723446778,-3.016451063891773,0.04388199374079704,0.8173773288726807,-0.5744290947914124,0.10066689550876617,-0.03489689528942108,-0.09300470352172852,0.002169031649827957,0.004155874252319336,-0.08722251653671265 +162,0.054147219733160674,-0.944965857816867,-3.047329226504893,0.031702347099781036,0.8104769587516785,-0.5849119424819946,0.07229416817426682,0.04458414390683174,-0.1887330263853073,-0.007715534418821335,-0.022085845470428467,-0.059710800647735596 +163,0.03414216130828014,-0.9367705497402083,-3.0731818748718096,0.0202216487377882,0.8056492209434509,-0.5920478105545044,0.0365128256380558,0.04650677368044853,-0.00635832455009222,-0.007312711328268051,-0.08815032243728638,-0.02211850881576538 +164,0.04351516249557691,-0.9291504168124088,-3.0609865117293653,0.026036251336336136,0.8011117577552795,-0.5979482531547546,-0.06867440789937973,0.034850284457206726,0.10261332988739014,-0.014653194695711136,0.001820981502532959,-0.005063831806182861 +165,0.05167415211505875,-0.9259946779031545,-3.0563566987236337,0.031044410541653633,0.799219012260437,-0.6002377271652222,0.001132940873503685,0.07452663034200668,-0.000505819683894515,0.005698753520846367,0.014364421367645264,-0.005368351936340332 +166,0.052394507621140333,-0.928237284911424,-3.061276384389698,0.03138284012675285,0.8005648851394653,-0.5984237194061279,-0.02885950356721878,0.03486532345414162,-0.03907736763358116,-0.0028946809470653534,-0.029477238655090332,-0.00907444953918457 +167,0.05585493640152207,-0.9254795390634971,-3.0623722451481994,0.03357657045125961,0.7989092469215393,-0.6005135774612427,0.02286798693239689,0.05450011417269707,-0.029145268723368645,-0.010215364396572113,0.010203242301940918,-0.007198214530944824 +168,0.056350832281956524,-0.9226281601384139,-3.069324113861917,0.034002527594566345,0.7971910834312439,-0.6027688980102539,-0.004707428626716137,0.07341709733009338,-0.06779996305704117,-0.007452234625816345,0.0053601861000061035,-0.003935813903808594 +169,0.06228316470287012,-0.9197652187740668,-3.075512455358026,0.03771963343024254,0.7954593896865845,-0.604831874370575,0.032046325504779816,0.09256629645824432,-0.06836588680744171,-0.01760854944586754,0.03683125972747803,-0.014125525951385498 +170,0.06269973457033443,-0.9200376946840361,-3.092356720997555,0.03795799985527992,0.7956244349479675,-0.6045997738838196,0.030311277136206627,0.13534946739673615,-0.057466622442007065,-0.011194083839654922,-0.01702946424484253,-0.04643172025680542 +171,0.06329372683651584,-0.916678787939576,-3.103812405415919,0.03848593682050705,0.7935851812362671,-0.6072407364845276,-0.03682168945670128,0.11291071027517319,-0.044259749352931976,0.003826681524515152,-0.017797887325286865,-0.015882372856140137 +172,0.06816447806675628,-0.9179533293639891,-3.113947569781394,0.04137426242232323,0.7943600416183472,-0.6060365438461304,-0.050988391041755676,0.12694741785526276,-0.12110607326030731,-0.009132441133260727,0.004346013069152832,-0.03580915927886963 +173,0.07464092306090131,-0.9200191315144731,-3.1235420446964315,0.045175861567258835,0.7956132292747498,-0.6041181683540344,-0.02053464949131012,0.1380426585674286,0.013827738352119923,0.026570957154035568,-0.011952340602874756,-0.028572261333465576 +174,0.09915588850876225,-0.9227097514943076,-3.1190710304569578,0.059758611023426056,0.7972403168678284,-0.6006969213485718,-0.0261826254427433,0.24826350808143616,0.0684841126203537,0.029444269835948944,0.044403910636901855,-0.012935280799865723 +175,0.11450382619202011,-0.9234320826341413,-3.125315045621055,0.06890486180782318,0.797676146030426,-0.5991367697715759,0.08564259111881256,0.14300590753555298,-0.13918665051460266,-0.007137276232242584,0.06560510396957397,0.002136707305908203 +176,0.08162770866415196,-0.9332367778758515,3.1193888033693784,0.04853382334113121,0.8035507798194885,-0.5932542085647583,-0.14604417979717255,0.09504290670156479,-0.22967128455638885,-0.024852190166711807,-0.0832139253616333,0.029625117778778076 +177,0.10072722669948653,-0.9345285713287721,3.10841590854976,0.059750717133283615,0.8043190240859985,-0.5911858081817627,0.041425734758377075,0.2348984330892563,0.006270026322454214,0.015093639492988586,-0.01284569501876831,0.004592180252075195 +178,0.12613004513812776,-0.944105729885954,3.1184430938198595,0.07377517968416214,0.8099728226661682,-0.5818085670471191,-0.153280109167099,0.2573784291744232,-0.07584641128778458,-0.12554825842380524,0.1604251265525818,0.08600479364395142 +179,0.15244694068711467,-0.9605716139512643,3.066384415867138,0.08702196925878525,0.8195192813873291,-0.5664055347442627,0.33312276005744934,1.390540361404419,-0.6065934300422668,0.02274974435567856,0.18928498029708862,0.05566340684890747 +180,0.1415731241572676,-0.9443522090753719,2.9205047467075502,0.08272279798984528,0.8101173043251038,-0.5804024338722229,0.15030311048030853,0.3494933843612671,-0.6474900841712952,0.07691465318202972,-0.09167236089706421,-0.0471457839012146 +181,0.12976366377220425,-0.9573793572283005,2.9199311370258387,0.07449091970920563,0.8176857829093933,-0.5708249807357788,0.02279912680387497,0.1721602976322174,0.011283505707979202,-0.02508295327425003,0.040163397789001465,0.10683572292327881 +182,0.17477197071812156,-0.971285467572402,2.956589254231616,0.09811186045408249,0.8256117105484009,-0.5556432604789734,-0.13754326105117798,0.0236444640904665,0.2104119211435318,-0.02161955088376999,0.06100022792816162,0.004480540752410889 +183,0.195375294154337,-0.9838693019206586,2.977071079168988,0.10751274228096008,0.8326464295387268,-0.543268620967865,-0.12033341079950333,-0.03783329948782921,-0.008702604100108147,0.03537055104970932,0.03937804698944092,0.026407718658447266 +184,0.19542224056060079,-1.0001992216184463,2.9827277582713863,0.10488377511501312,0.8415786027908325,-0.5298537015914917,-0.10754596441984177,0.1208338513970375,-0.0332297682762146,-0.0065866559743881226,0.04492652416229248,0.1151655912399292 +185,0.22208816442867335,-1.009359996017723,2.9746915257649156,0.11727073043584824,0.846491277217865,-0.5193266868591309,0.030707169324159622,0.43530574440956116,-0.10600312054157257,-0.032233498990535736,0.07854229211807251,0.02538442611694336 +186,0.23170759660194754,-1.021353654816655,2.937767754069353,0.11992067098617554,0.8528156876564026,-0.5082562565803528,-0.07272686809301376,0.31949329376220703,-0.247225821018219,-0.03172487020492554,-0.003526747226715088,-0.04063290357589722 +187,0.2466282123042866,-1.0315802334590254,2.917731847440124,0.12535473704338074,0.8581114411354065,-0.4979267418384552,-0.09309184551239014,0.24982628226280212,-0.0039493003860116005,-0.023166626691818237,-0.03407573699951172,-0.022550582885742188 +188,0.2785893374108759,-1.039597795345011,2.9339378529038296,0.1393057405948639,0.8622005581855774,-0.48703595995903015,0.015229623764753342,0.14173901081085205,0.11589086800813675,-0.009194061160087585,0.025799870491027832,-0.008310109376907349 +189,0.30091717987345784,-1.0362744287712458,2.9430818172014814,0.15099312365055084,0.8605123162269592,-0.4865386188030243,-0.034605156630277634,0.08541249483823776,-0.021784281358122826,0.02166008949279785,0.05112409591674805,0.00619196891784668 +190,0.31395134303149225,-1.0408609568577853,2.943127693066655,0.15610118210315704,0.8628397583961487,-0.48077014088630676,0.04725649580359459,0.1379154622554779,-0.013886073604226112,-0.011371567845344543,0.03530776500701904,-0.006488770246505737 +191,0.3091478350399595,-1.040748678726605,2.9264306844454095,0.15381953120231628,0.8627829551696777,-0.4816069006919861,0.03270292654633522,0.0684342160820961,-0.062433816492557526,-0.011790722608566284,-0.041295528411865234,-0.001776278018951416 +192,0.3140029856539352,-1.0324497366617162,2.929803846371962,0.15836207568645477,0.8585575819015503,-0.4876476526260376,0.07065875828266144,0.027080034837126732,0.11623651534318924,-0.028830230236053467,0.009667456150054932,0.012168556451797485 +193,0.3221403238629337,-1.0214706839988612,2.9420151515249873,0.1652994155883789,0.8528767824172974,-0.4952546954154968,0.022899605333805084,-0.15745079517364502,0.05705799534916878,-0.016892433166503906,0.04469090700149536,-0.056869298219680786 +194,0.2972359047412683,-1.0243945370353842,2.944627438019198,0.15218444168567657,0.8543997406959534,-0.4968310296535492,-0.006987341679632664,-0.3159170150756836,0.09418869763612747,-0.004738762974739075,-0.03930574655532837,0.002766728401184082 +195,0.3044279713731144,-1.0148834440127052,2.985366199606321,0.15818241238594055,0.8494190573692322,-0.5034536123275757,0.07043961435556412,-0.16119742393493652,0.3493446409702301,-0.0044806599617004395,0.026511669158935547,0.03949493169784546 +196,0.3083530773812368,-1.0051674584607493,3.018918465112503,0.16265441477298737,0.8442517518997192,-0.5106687545776367,-0.06183815002441406,-0.3035163879394531,0.04036106914281845,0.02301451563835144,0.07277095317840576,0.01912212371826172 +197,0.28873977445486737,-1.0045695501000829,3.0256907289753125,0.1527515947818756,0.8439311385154724,-0.5142444372177124,0.038220010697841644,-0.17576825618743896,0.09257261455059052,0.0042918771505355835,0.01783961057662964,0.04277831315994263 +198,0.2780061203697477,-1.0020064196020253,3.0345150421689757,0.14781628549098969,0.8425533771514893,-0.5179325342178345,0.0674266517162323,-0.188040092587471,0.01906113512814045,0.012462005019187927,0.06270474195480347,0.021915137767791748 +199,0.25224352158728475,-1.0108000235364287,3.0256378756394287,0.13257114589214325,0.8472570776939392,-0.514373779296875,-0.09474078565835953,-0.17051711678504944,-0.056771136820316315,-0.01282016932964325,0.004229128360748291,0.0346221923828125 +200,0.23470327078987463,-1.0153507092393874,3.0195793430590347,0.12263105064630508,0.8496655225753784,-0.5128645896911621,0.015290968120098114,-0.01546459086239338,0.00830378383398056,-0.0032310262322425842,0.019505620002746582,-0.0006089210510253906 +201,0.22458631070736093,-1.0137039888730364,3.0119293987358846,0.11774767190217972,0.848796010017395,-0.5154423117637634,-0.13417479395866394,-0.11598175019025803,-0.13039827346801758,-0.023021109402179718,-0.08370506763458252,-0.04263263940811157 +202,0.23352592864090577,-1.0163011037559817,3.030351337165076,0.1218402087688446,0.8501663208007812,-0.5122227072715759,0.06574159115552902,-0.029550908133387566,0.23322288691997528,-0.019789427518844604,-0.018455564975738525,-0.0477595329284668 +203,0.25848548859477677,-1.0029828385626192,3.0515860827736856,0.13746805489063263,0.8430788516998291,-0.5199235677719116,0.13760435581207275,0.09091774374246597,0.11871069669723511,-0.007844671607017517,0.002029120922088623,-0.1474805474281311 +204,0.2373719086304251,-0.993477810549331,3.0286310275577084,0.12833942472934723,0.8379291296005249,-0.5304750204086304,0.04324091970920563,0.015069141983985901,-0.14596693217754364,-0.008893609046936035,-0.09568065404891968,-0.04530012607574463 +205,0.24477832586065185,-0.9784733933532566,3.0180844474192665,0.13529662787914276,0.8296460509300232,-0.5416476726531982,0.08324074745178223,0.2936735451221466,0.09556760638952255,-0.006283551454544067,-0.06125921010971069,-0.09009671211242676 +206,0.25880307716006135,-0.9701104278474582,3.018730124754107,0.14465022087097168,0.8249481320381165,-0.5463852882385254,-0.049154333770275116,0.10072110593318939,-0.005255959928035736,-0.01829218864440918,-0.005810558795928955,-0.07748556137084961 +207,0.26496241560276484,-0.962548779995899,3.0119558522763086,0.14964216947555542,0.8206506967544556,-0.5514886975288391,0.012604924850165844,0.09761376678943634,0.07230782508850098,0.010834529995918274,-0.012392520904541016,-0.05146235227584839 +208,0.2792307279620112,-0.9642018296101833,3.0311120635641453,0.15712136030197144,0.8215941786766052,-0.5479927062988281,-0.1388196349143982,-0.0888979434967041,0.24085833132266998,0.035093605518341064,0.02746593952178955,-0.009288787841796875 +209,0.2892146495861404,-0.9753314130931805,3.068432841936986,0.1599666327238083,0.8278878331184387,-0.5375986695289612,-0.19408948719501495,-0.2446349859237671,0.05315615236759186,0.07608683407306671,0.10044163465499878,0.07849228382110596 +210,0.2822966328903148,-0.9868439393733575,3.0798288155201634,0.1535784751176834,0.8342901468276978,-0.529503345489502,-0.1527385413646698,-0.03870631754398346,0.03540356457233429,0.04138307273387909,0.036071181297302246,0.15961503982543945 +211,0.30802747124700186,-1.0098823224513076,3.1049914598638955,0.16127952933311462,0.8467692732810974,-0.5069229006767273,-0.17522110044956207,0.02071291394531727,-0.07177659124135971,-0.004754871129989624,0.05345356464385986,0.0736495852470398 +212,0.30518838295853157,-1.0361893705054337,3.1031844533086335,0.15309183299541473,0.8604689240455627,-0.4859590530395508,-0.14335677027702332,-0.045730140060186386,-0.038689590990543365,-0.033356115221977234,-0.00887596607208252,0.03425312042236328 +213,0.3155371508623836,-1.0337747503348844,3.1156771685248206,0.15875689685344696,0.8592361807823181,-0.4863223731517792,0.051446158438920975,-0.07190937548875809,0.12688913941383362,-0.0005232393741607666,0.013307154178619385,-0.028097152709960938 +214,0.3039117338951636,-1.0324068412543357,3.125873963065293,0.15344414114952087,0.8585355877876282,-0.48925602436065674,0.08030891418457031,-0.2753288745880127,0.03407977893948555,0.020292431116104126,-0.01306140422821045,0.03410160541534424 +215,0.31016133153010017,-1.0204870690881382,-3.1347959262196015,0.1596110612154007,0.8523628115653992,-0.49799802899360657,0.051754988729953766,-0.019577842205762863,0.16172826290130615,0.002666175365447998,0.04547959566116333,0.04516291618347168 +216,0.32118638129611665,-1.0222121646945397,-3.117528525247162,0.16462717950344086,0.8532637357711792,-0.49481192231178284,-0.055976901203393936,-0.07860500365495682,-0.06315130740404129,0.0018919557332992554,0.06433874368667603,-0.002441495656967163 +217,0.30491887694598235,-1.0345404147438726,-3.121683969227758,0.15338659286499023,0.8596276640892029,-0.48735299706459045,-0.13659951090812683,-0.14033089578151703,-0.015329934656620026,0.0024666786193847656,-0.0050896406173706055,0.017641663551330566 +218,0.29676824023634363,-1.043562857508251,-3.1147686937884336,0.14713513851165771,0.8642023205757141,-0.48115020990371704,-0.03218469396233559,-0.14559702575206757,0.061151523143053055,0.014577493071556091,0.0021916627883911133,0.011515229940414429 +219,0.2835635937365007,-1.0468176466834367,-3.1139111020021324,0.13998137414455414,0.8658353686332703,-0.48034802079200745,-0.08148083090782166,-0.11423880606889725,-0.10144693404436111,-0.008114933967590332,0.06667494773864746,0.006486326456069946 +220,0.23870568265385766,-1.0627700656934893,3.1389681164706236,0.11501966416835785,0.8737063407897949,-0.47266027331352234,-0.02936903014779091,-0.2511448562145233,-0.16689079999923706,-0.029723025858402252,-0.025454998016357422,-0.02309781312942505 +221,0.1990379354209089,-1.0577869288814792,3.1305909563784646,0.09704438596963882,0.8712714314460754,-0.48111170530319214,0.03288364037871361,-0.5387868285179138,0.06765056401491165,-0.006651327013969421,-0.04622870683670044,-0.07638341188430786 +222,0.16086901478945326,-1.0578242740520865,-3.125015571263745,0.0786094218492508,0.8712897896766663,-0.48443228006362915,-0.028325768187642097,-0.7683488130569458,0.35698026418685913,0.03203205764293671,-0.03860241174697876,-0.00906747579574585 +223,0.15441786447604977,-1.0534360839649926,-3.047712402704635,0.07606999576091766,0.8691278100013733,-0.48870259523391724,-0.04087505862116814,-0.6998000144958496,0.2946953773498535,0.04398614913225174,0.07851928472518921,0.09919148683547974 +224,0.14109094024385746,-1.042065849024355,-3.009063156428872,0.0709356814622879,0.8634481430053711,-0.49942508339881897,0.2125159353017807,-0.20827260613441467,0.24383936822414398,0.017000719904899597,0.023835182189941406,0.10295599699020386 +225,0.13771308617410577,-1.017229654056078,-2.9846325337652884,0.07217054069042206,0.8506548404693604,-0.5207473635673523,0.10590557754039764,-0.2571733295917511,0.1264141947031021,0.02849169820547104,0.0297316312789917,0.030757129192352295 +226,0.11958568785567553,-1.0027982909644302,-2.974180716207958,0.06417736411094666,0.8429796099662781,-0.5341035723686218,0.09458567202091217,-0.29438579082489014,0.0817352682352066,0.039490848779678345,0.002692997455596924,0.033264338970184326 +227,0.10027521433529492,-0.9905843081684508,-2.966094775210713,0.05487892031669617,0.836346447467804,-0.5454474091529846,0.060274459421634674,-0.20959807932376862,-0.002505146898329258,0.05116966366767883,0.07884520292282104,0.06940370798110962 +228,0.08404030365681187,-0.9883989608049581,-2.978969380711477,0.046170104295015335,0.835146427154541,-0.5480865240097046,0.06484997272491455,0.10298752784729004,-0.2185203582048416,-0.0004242509603500366,0.05999523401260376,0.051000893115997314 +229,0.056963761922147124,-0.9952279611107746,-3.023581787781438,0.0309892725199461,0.8388830423355103,-0.5434287786483765,0.010932552628219128,-0.018282096832990646,-0.21798329055309296,-0.019163714721798897,-0.10412663221359253,-0.07571178674697876 +230,0.04378268467597799,-0.9761264643101112,-3.0242412644868804,0.02452077530324459,0.8283334970474243,-0.5596985220909119,0.10460229218006134,-0.18053919076919556,0.13793295621871948,-0.01197805069386959,-0.06676733493804932,-0.049706995487213135 +231,0.04340758593307618,-0.9615377140756245,-2.997556610040932,0.024832608178257942,0.8200725317001343,-0.571720540523529,-0.009911634959280491,-0.24491986632347107,0.1374041736125946,-0.02211654558777809,0.0032612085342407227,-0.03712034225463867 +232,0.04441571154552692,-0.9594649880583387,-2.9758207651406168,0.025484377518296242,0.8188846111297607,-0.5733920931816101,0.024962028488516808,-0.06275561451911926,0.13694757223129272,0.010831540450453758,0.011864840984344482,-0.05201989412307739 +233,0.027029667466950926,-0.9666151518346804,-2.976593212441666,0.01535337045788765,0.822967529296875,-0.5678808689117432,-0.39175182580947876,-0.20673589408397675,-0.11652648448944092,-0.01407163217663765,-0.012115478515625,-0.022069692611694336 +234,0.02425457580429406,-0.9978105278644692,-2.95468582685359,0.013148169964551926,0.8402860164642334,-0.541983962059021,-0.29957345128059387,-0.2868337333202362,0.28974592685699463,-0.005137305706739426,-0.0366971492767334,-0.022911667823791504 +235,0.02965328072845144,-1.0020784613581677,-2.920561142008233,0.01596749573945999,0.842592179775238,-0.5383153557777405,0.02293892204761505,-0.14554201066493988,0.21538043022155762,-0.02358163334429264,-0.014436721801757812,-0.0032648444175720215 +236,0.04482450126614422,-0.9988203801360381,-2.8901931444381113,0.02425513043999672,0.8408330678939819,-0.5407508015632629,0.039974913001060486,-0.06524555385112762,0.2126259207725525,0.003973623737692833,-0.02204650640487671,-0.02754753828048706 +237,0.05524873351513549,-0.990524008596056,-2.8631777669508374,0.030274808406829834,0.8363133668899536,-0.5474152565002441,0.05630543455481529,-0.14687354862689972,0.06702267378568649,-0.018876492977142334,0.01784306764602661,-0.01365041732788086 +238,0.05253304372286678,-0.983896942462229,-2.8501095631378104,0.029078470543026924,0.8326617479324341,-0.5530179738998413,0.06265206634998322,-0.1440577208995819,0.10222944617271423,-0.014948830008506775,-0.002598881721496582,-0.01975119113922119 +239,0.06177034293331924,-0.9722635652811921,-2.8142353719736506,0.03478119894862175,0.8261631727218628,-0.5623564124107361,0.21276286244392395,-0.2888028025627136,0.23616552352905273,-0.02797578275203705,0.05178177356719971,-0.01270151138305664 +240,0.057881835875945455,-0.9691709018418339,-2.7936660281881367,0.03274185582995415,0.8244167566299438,-0.5650352835655212,0.012714223936200142,-0.29731103777885437,0.14680373668670654,-0.0014155544340610504,0.021423637866973877,-0.037335872650146484 +241,0.05366519014922119,-0.9730706612521962,-2.773638963606937,0.03018634207546711,0.8266176581382751,-0.5619538426399231,-0.018191136419773102,-0.164620503783226,0.1804581880569458,-0.014927558600902557,0.0025754570960998535,0.016375839710235596 +242,0.07801862882942308,-0.9641970772546604,-2.724446581306616,0.04443149268627167,0.8215914368629456,-0.5683425664901733,0.24362772703170776,-0.24629884958267212,0.3269358277320862,0.009798239916563034,0.04152190685272217,-0.009202539920806885 +243,0.07139135378929592,-0.9769095237629133,-2.711186230688621,0.03991570696234703,0.8287719488143921,-0.5581610202789307,-0.2208535224199295,-0.0837617740035057,-0.07905734330415726,0.024064388126134872,0.04949343204498291,0.02984076738357544 +244,0.029337184527202274,-1.0174593176277937,-2.7472573840045285,0.01541533786803484,0.8507755398750305,-0.5253031253814697,-0.15685409307479858,-0.2420853227376938,-0.1822219043970108,0.0077017247676849365,0.00010031461715698242,-0.007854223251342773 +245,0.018865769790146005,-1.0206746522398178,-2.748726900251293,0.009862268343567848,0.8524609208106995,-0.522697925567627,0.14574071764945984,0.06504664570093155,0.1304204910993576,0.003794357180595398,0.017854630947113037,0.04489946365356445 +246,0.03398937540916545,-1.0119615015455554,-2.7456778096177836,0.01801764778792858,0.8478734493255615,-0.5298923254013062,0.06264711171388626,0.16376924514770508,-0.09138306975364685,0.00830376148223877,0.0546991229057312,-0.020843148231506348 +247,0.025933400731380986,-1.0154084648839679,-2.767901906951614,0.013672448694705963,0.8496959805488586,-0.5270956754684448,-0.015377411618828773,-0.050824351608753204,-0.17796485126018524,0.00036562979221343994,-0.007838129997253418,-0.051654934883117676 +248,0.011420391372147792,-1.0172758328426947,-2.7875113645414484,0.006003399845212698,0.8506790995597839,-0.5256508588790894,0.10946135967969894,0.04940633475780487,-0.014039959758520126,-0.028235450387001038,0.014356791973114014,-0.00959688425064087 +249,0.01851011310489524,-1.0142642135695794,-2.7827982404542317,0.009777313098311424,0.8490921258926392,-0.5281543135643005,0.012097565457224846,-0.0070881168358027935,0.011019660159945488,-0.008419276215136051,0.02886807918548584,-0.025495529174804688 +250,0.012172716757330762,-1.0157803850380103,-2.788407605576199,0.006414336618036032,0.8498920202255249,-0.5269176959991455,0.034127913415431976,-0.036790695041418076,-0.07514332979917526,0.03156478703022003,-0.006050586700439453,-0.007231414318084717 +251,0.014612616835390915,-1.0120145706988268,-2.7869083740410647,0.007746655959635973,0.8479015827178955,-0.5300970077514648,0.07723914831876755,0.039229732006788254,0.004835388623178005,-0.008021309971809387,0.014799833297729492,0.019003868103027344 +252,0.016297381878404234,-1.010226773736998,-2.793238636782868,0.00866442546248436,0.8469524383544922,-0.5315982103347778,0.012056803330779076,0.06509044021368027,-0.006943374406546354,-0.015378295443952084,0.0024892091751098633,-0.004061639308929443 +253,0.02299979208265921,-1.0076956452101529,-2.7952896572530834,0.012276452966034412,0.8456040024757385,-0.5336695313453674,0.05168207362294197,0.059101082384586334,0.04423202574253082,0.0015174895524978638,-0.018516600131988525,-0.02106374502182007 +254,0.03872199234590637,-1.003908316020815,-2.7827931375781656,0.02078888565301895,0.8435762524604797,-0.536607027053833,0.017514757812023163,0.06046861410140991,0.06952110677957535,-0.02474091202020645,-0.011041402816772461,-0.004606962203979492 +255,0.05687812234206776,-0.9993183951620437,-2.76390019837396,0.030747409909963608,0.8411025404930115,-0.5400010347366333,4.301033914089203e-05,0.04251885786652565,0.15973906219005585,0.0012807846069335938,-0.0028457045555114746,-0.0254439115524292 +256,0.07561547637826485,-0.9953477111326534,-2.733119682575222,0.04111158102750778,0.8389482498168945,-0.5426560640335083,-0.03687296062707901,-0.11989860981702805,0.18774643540382385,0.004542704671621323,0.0036115050315856934,-0.016837894916534424 +257,0.09267987992385594,-0.9951636627025908,-2.7001637610512135,0.050379544496536255,0.8388480544090271,-0.5420293211936951,-0.06118198111653328,-0.06739749014377594,0.13382358849048615,0.006627295166254044,0.012912750244140625,0.019553184509277344 +258,0.11510024352607885,-0.9960870413004973,-2.6685343792985323,0.06242937967181206,0.8393503427505493,-0.5399940609931946,0.1491103321313858,-0.06359762698411942,0.2273021936416626,0.03190045803785324,0.025349974632263184,-0.04307478666305542 +259,0.12437834061128392,-0.9961822238994271,-2.6454042081018967,0.06742682307958603,0.8394020795822144,-0.5393123030662537,0.03577558696269989,-0.07267970591783524,0.11657574027776718,-0.015195988118648529,0.020339131355285645,-0.0038396120071411133 +260,0.13054021532567486,-0.9954844518580869,-2.638535689337473,0.07082492113113403,0.8390226364135742,-0.5394671559333801,0.04676763713359833,0.07592075318098068,0.08766193687915802,0.007498443126678467,-0.010760366916656494,0.017662405967712402 +261,0.14738110376885952,-0.9933868147411431,-2.628475582440248,0.0801578238606453,0.837879478931427,-0.5399376749992371,0.025316141545772552,0.07045328617095947,-0.04574991390109062,-0.003467157483100891,0.05810129642486572,-0.01510077714920044 +262,0.14336558460915433,-0.9946398143690346,-2.646056283041252,0.07783900201320648,0.8385627865791321,-0.5392157435417175,0.015286637470126152,0.11124517023563385,-0.06691277027130127,0.023586168885231018,-0.029343485832214355,-0.006621718406677246 +263,0.14949620936932023,-0.9913799157831601,-2.647033776488357,0.08154995739459991,0.8367823362350464,-0.5414286255836487,-0.008455152623355389,0.07044899463653564,-0.10142543911933899,0.0022818297147750854,0.07352650165557861,0.04550272226333618 +264,0.15042928068760814,-0.9846912157016127,-2.6752513508521854,0.0828920304775238,0.8331013321876526,-0.5468738079071045,0.1880563348531723,0.35388925671577454,-0.15259672701358795,-0.007589906454086304,0.015745043754577637,-0.005631625652313232 +265,0.14796422142058938,-0.9692736503501268,-2.7046944996909676,0.0834275484085083,0.8244748711585999,-0.559715211391449,0.053351424634456635,0.12371379137039185,-0.2957574427127838,0.006233096122741699,0.046740949153900146,0.0197066068649292 +266,0.13054430068183434,-0.971558118619241,-2.740992601601951,0.07341981679201126,0.8257654905319214,-0.5592145323753357,0.11753018200397491,0.03330875188112259,-0.04221087694168091,0.036092519760131836,-0.06400096416473389,-0.007893621921539307 +267,0.13216052583078988,-0.9599012861593824,-2.745846868868747,0.07558689266443253,0.8191349506378174,-0.5685986876487732,0.09388867765665054,-0.06818224489688873,-0.05486896634101868,0.06807459890842438,0.017367064952850342,-0.011830329895019531 +268,0.13608800354354578,-0.9621338138796945,-2.737960299252672,0.07757118344306946,0.8204134702682495,-0.5664843320846558,-0.03809765726327896,-0.025503581389784813,0.0731981173157692,0.04478904604911804,0.02434360980987549,0.06968867778778076 +269,0.14721785243624388,-0.9691305255152852,-2.7350532267450043,0.08302705734968185,0.8243938684463501,-0.5598938465118408,0.008477773517370224,0.0804036557674408,-0.027235619723796844,0.004894092679023743,-0.011542975902557373,-0.00697016716003418 +270,0.15021387165338432,-0.9707535352816362,-2.7314536321169345,0.08450381457805634,0.8253114819526672,-0.558319091796875,0.030766695737838745,-0.11806347221136093,0.019436663016676903,0.039458587765693665,-0.004602193832397461,-0.0443878173828125 +271,0.14636024289644062,-0.9719192423388817,-2.716172964625972,0.08221126347780228,0.8259691596031189,-0.5576883554458618,-0.11263439804315567,-0.20601388812065125,0.03086324781179428,0.009112581610679626,0.041233599185943604,0.020807921886444092 +272,0.13483040598415608,-0.982409638227214,-2.7181356620169748,0.0746070146560669,0.8318371772766113,-0.549982488155365,-0.03730868920683861,-0.0419883131980896,-0.06255348026752472,-0.0018378421664237976,0.006495952606201172,0.033396244049072266 +273,0.12986401519443153,-0.9867493490067121,-2.727637139777985,0.07140651345252991,0.8342379927635193,-0.5467615127563477,0.06430799514055252,0.06623484939336777,-0.07667191326618195,-0.018794208765029907,0.02060520648956299,-0.031973838806152344 +274,0.1144743771360701,-0.9874569806993468,-2.743659532638251,0.06291648745536804,0.8346279263496399,-0.5472090840339661,-0.0657355785369873,-0.04972011223435402,-0.03145337477326393,-0.014149397611618042,-0.016619563102722168,-0.0067307353019714355 +275,0.11086680008301412,-0.9868804986616609,-2.748103362809042,0.0609951987862587,0.8343102931976318,-0.5479105114936829,0.052108876407146454,0.08240768313407898,-0.024767667055130005,-0.0437985435128212,-0.032644033432006836,-0.009447276592254639 +276,0.11744850230837746,-0.9786705744472534,-2.740597290697928,0.06540048122406006,0.8297561407089233,-0.5542811751365662,0.034361083060503006,-0.020924454554915428,0.10524415224790573,0.0009447187185287476,0.00862276554107666,-0.04270368814468384 +277,0.12341624291441275,-0.9710017322675187,-2.728568938473291,0.06948840618133545,0.8254515528678894,-0.5601794123649597,0.03615768253803253,-0.0004389421083033085,0.03862098231911659,-0.006729006767272949,0.05379033088684082,0.008253812789916992 +278,0.12469802975091449,-0.9732570226636116,-2.7323745929164147,0.06997465342283249,0.8267225027084351,-0.5582412481307983,0.0073979501612484455,0.07903305441141129,0.09583231806755066,0.003313295543193817,-0.03602743148803711,-0.018464624881744385 +279,0.13272085609091935,-0.9697485599583946,-2.723567848925807,0.0748344138264656,0.8247435688972473,-0.5605335831642151,-0.2814192771911621,0.10134465992450714,-0.06278614699840546,0.00834125280380249,0.0007722377777099609,0.005815625190734863 +280,0.12186617436191954,-0.9845138644046407,-2.7265465682244416,0.06725789606571198,0.8330032229423523,-0.5491647720336914,-0.07467662543058395,-0.23303423821926117,0.008418908342719078,0.001147255301475525,0.020390331745147705,-0.031401634216308594 +281,0.08125030286848939,-0.9960157825297005,-2.741953331796054,0.04412318766117096,0.8393116593360901,-0.5418570637702942,-0.3581629991531372,-0.1258128434419632,-0.14390648901462555,-0.03266383334994316,-0.0016804337501525879,0.015581488609313965 +282,0.07187695762315947,-1.0140287151073266,-2.74185597959773,0.0379503034055233,0.8489676713943481,-0.5270802974700928,0.022158868610858917,0.04716811701655388,0.10751916468143463,-0.0349443256855011,-0.0070334672927856445,0.06731772422790527 +283,0.08370654531589916,-1.008850292998273,-2.73635631100696,0.04454962536692619,0.8462197780609131,-0.5309683680534363,0.12951990962028503,-0.02585555799305439,0.00857072789222002,0.0023101195693016052,0.006288766860961914,-0.03797084093093872 +284,0.09052260367490882,-1.000955946239428,-2.724156213857116,0.04877007007598877,0.8419870734214783,-0.5372888445854187,0.22445137798786163,0.06169794872403145,0.19331274926662445,-0.011309735476970673,-0.008750319480895996,0.019542813301086426 +285,0.10029889784341298,-0.9681247056933446,-2.7185578831775556,0.05675870552659035,0.8238241672515869,-0.5639967322349548,-0.09351588785648346,0.18289248645305634,-0.20378470420837402,-0.02323514223098755,0.028562307357788086,0.06523269414901733 +286,0.10056843515709528,-0.9731704592263147,-2.740391089673513,0.0564926415681839,0.8266738057136536,-0.5598382353782654,0.043206460773944855,0.13295023143291473,0.013400491327047348,0.0026046447455883026,-0.029493749141693115,-0.033865928649902344 +287,0.10789687523053611,-0.9729920680975838,-2.7435053006043892,0.06060972809791565,0.8265734314918518,-0.5595560073852539,-0.055301934480667114,0.058849722146987915,0.04333954304456711,-0.0045336708426475525,-0.02621936798095703,-0.02722078561782837 +288,0.11577574694660053,-0.9693551815356304,-2.7395662735297086,0.06536330282688141,0.824521005153656,-0.5620434284210205,-0.07014776766300201,0.11047054827213287,-0.05954427272081375,-0.005915060639381409,0.041476309299468994,0.018433809280395508 +289,0.1122681800529521,-0.9729738854599764,-2.7554836439542196,0.06305678933858871,0.8265631794929504,-0.559300422668457,0.24148356914520264,0.005581357050687075,-0.007909629493951797,0.04097761958837509,0.03592449426651001,-0.0795544981956482 +290,0.10415154454111357,-0.9767827721471259,-2.7763909767466046,0.05818740651011467,0.8287010192871094,-0.5566586256027222,-0.1410089135169983,0.17845113575458527,-0.13017398118972778,0.0006047189235687256,-0.018230438232421875,0.004855036735534668 +291,0.13206206372706958,-0.9849498869643167,-2.7722892546822706,0.07280568033456802,0.8332443833351135,-0.5480902791023254,-0.010456445626914501,0.2186843603849411,-0.11720459908246994,0.03293772041797638,0.041099369525909424,0.003931403160095215 +292,0.13764778388324686,-0.9921649066233236,-2.795218685959608,0.07503914833068848,0.8372119069099426,-0.5417060256004333,0.022620368748903275,0.2690330147743225,-0.20442114770412445,0.03731131553649902,0.05300110578536987,0.016834139823913574 +293,0.12987776957709823,-0.9939671952868686,-2.8431910252068753,0.07063233852386475,0.8381961584091187,-0.5407756567001343,0.15890216827392578,0.42518365383148193,-0.12172484397888184,0.04432738572359085,-0.024780631065368652,-0.012614846229553223 +294,0.13216189976812934,-0.9937503394014595,-2.861001014050219,0.07189129292964935,0.8380778431892395,-0.5407930612564087,-0.1790165901184082,0.09184207022190094,-0.15668796002864838,0.025078311562538147,0.001399695873260498,0.05939352512359619 +295,0.11243091883833148,-1.0045992524928513,-2.898386807376766,0.06018394976854324,0.8439470529556274,-0.5330397486686707,0.16414029896259308,0.19357280433177948,-0.17578919231891632,0.025631476193666458,0.02395761013031006,0.05760633945465088 +296,0.13051476204771084,-0.9993017136202963,-2.8950642761885415,0.07039384543895721,0.8410934805870056,-0.5362894535064697,-0.0028830207884311676,0.05886317789554596,0.012914987280964851,0.07215375453233719,0.04765462875366211,0.022678673267364502 +297,0.1473198461301238,-1.0053480137526185,-2.870708483973141,0.07864794135093689,0.8443484902381897,-0.5299907326698303,-0.12633192539215088,-0.15834009647369385,0.1257409006357193,0.04957166314125061,0.0407986044883728,0.08502918481826782 +298,0.15357114949315828,-1.0163892361742222,-2.8590749470355314,0.08052847534418106,0.8502126932144165,-0.5202436447143555,0.0025023100897669792,0.08025383204221725,-0.01224880013614893,0.008201375603675842,0.01250392198562622,0.10521990060806274 +299,0.16910503884784409,-1.018221605157758,-2.8534278714807653,0.0883374959230423,0.8511759042739868,-0.5173934698104858,0.09250564873218536,0.11403756588697433,0.04696573317050934,0.004481710493564606,0.021947205066680908,0.014357030391693115 +300,0.18776208792974916,-1.0086010262200635,-2.8405457121590167,0.09949859231710434,0.8460869789123535,-0.5236763954162598,0.06824201345443726,-0.13362394273281097,0.1233687698841095,0.05470672994852066,0.02963024377822876,-0.07716894149780273 +301,0.1640938905196832,-1.0243395866894043,-2.832731350167461,0.0848914086818695,0.854371190071106,-0.5126826167106628,-0.18605434894561768,-0.26143088936805725,-0.049187175929546356,-0.025382131338119507,-0.016358494758605957,0.05356091260910034 +302,0.15827267532728995,-1.023902417684929,-2.835008622795537,0.08196437358856201,0.8541439175605774,-0.5135366916656494,0.12397067993879318,0.1368531882762909,0.047438230365514755,-0.0035189464688301086,-0.009463191032409668,0.01017981767654419 +303,0.17296382872027524,-1.0238114024769,-2.8392640505400264,0.08951310068368912,0.8540965914726257,-0.5123538374900818,-0.056812480092048645,0.13799887895584106,-0.10859140008687973,-0.04111222177743912,0.03611642122268677,-0.10146147012710571 +304,0.15015924626572946,-1.0289791662711676,-2.8741650382265944,0.0771455243229866,0.8567730188369751,-0.5098908543586731,-0.027906598523259163,0.07069616764783859,-0.11709999293088913,-0.047894418239593506,-0.07059437036514282,-0.09733259677886963 +305,0.1418566203894839,-1.0267985818438479,-2.876292716315041,0.07317343354225159,0.8556464314460754,-0.512362003326416,-0.06640472263097763,-0.15587997436523438,0.012401007115840912,-0.021369844675064087,0.01799553632736206,-0.055295467376708984 +306,0.12365933216441342,-1.0261330286114683,-2.8800916577555227,0.06390846520662308,0.8553017973899841,-0.5141737461090088,-0.014547507278621197,-0.047457557171583176,-0.004980217665433884,-0.034520044922828674,-0.01641935110092163,-0.011049032211303711 +307,0.11188197529113227,-1.0272626538097847,-2.8798403363519864,0.05774063989520073,0.8558865189552307,-0.513930082321167,0.023715445771813393,-0.1347535103559494,0.10650818049907684,-0.02607864886522293,-0.04620945453643799,-0.024522066116333008 +308,0.11401785441826998,-1.0149663735529817,-2.864173103428301,0.06003108248114586,0.8494628071784973,-0.5242224335670471,0.11115575581789017,-0.08721081167459488,0.1688854843378067,-0.01857294887304306,-0.023748695850372314,-0.039589762687683105 +309,0.1136189304743617,-1.006489398336094,-2.8420698684466545,0.06063619256019592,0.8449594974517822,-0.5313819050788879,-0.08306468278169632,-0.2608383297920227,0.11608395725488663,-0.008084919303655624,0.026088476181030273,-0.03461235761642456 +310,0.10735494296243453,-1.0035500443666723,-2.8256025971415393,0.05757232755422592,0.8433837890625,-0.5342183709144592,-0.01633463241159916,-0.1083177924156189,0.1207897961139679,-0.01829620450735092,-0.0291290283203125,0.01683861017227173 +311,0.11644850610513564,-1.0009588796737758,-2.8000780456011785,0.06268153339624405,0.8419886827468872,-0.5358415842056274,-0.013044925406575203,-0.11674971133470535,0.15784011781215668,-0.010816901922225952,0.016959071159362793,-0.03404366970062256 +312,0.10666010352535951,-1.0046614844521218,-2.7918796817353724,0.0571012869477272,0.8439804315567017,-0.5333258509635925,-0.1294098049402237,-0.15750959515571594,-0.04064358025789261,-0.023776095360517502,0.034635841846466064,-0.00840693712234497 +313,0.07440762135960778,-1.015377610726365,-2.8157723408105633,0.039198875427246094,0.849679708480835,-0.5258400440216064,-0.18224745988845825,-0.05449710786342621,-0.2019486427307129,-0.04461575672030449,0.023977458477020264,-0.03330296277999878 +314,0.051121971113022,-1.0389736207126261,-2.835180476210267,0.025912929326295853,0.8618841767311096,-0.5064427852630615,-0.139857217669487,-0.08927329629659653,-0.10188468545675278,0.00022537261247634888,-0.03710085153579712,-0.029751062393188477 +315,0.0355754877637561,-1.0338325368774754,-2.8464899970726343,0.01819407194852829,0.8592657446861267,-0.511205792427063,-0.0019052140414714813,-0.09426755458116531,0.03243369609117508,0.03167165070772171,0.02038818597793579,-0.01946437358856201 +316,0.028266284368101174,-1.0384507445602842,-2.843340370719091,0.014344805851578712,0.8616189360618591,-0.5073530077934265,-0.1253201961517334,-0.12088597565889359,-0.11845259368419647,0.021925337612628937,0.03144747018814087,0.07348459959030151 +317,0.024717992038366474,-1.0499055396923216,-2.840300296101858,0.012299727648496628,0.8673762083053589,-0.4975008964538574,0.10546216368675232,0.01462843269109726,0.12950077652931213,0.04260139912366867,-0.028219163417816162,0.06456327438354492 +318,0.05600819062716873,-1.048555071604609,-2.8093457335841503,0.027923619374632835,0.8667033910751343,-0.49804171919822693,0.017179444432258606,-0.006465668324381113,0.06145915389060974,0.029220551252365112,0.05833017826080322,0.02160125970840454 +319,0.06867680384692158,-1.0537904021303144,-2.7882422697518328,0.033918868750333786,0.8693029880523682,-0.4931144714355469,-0.11149995028972626,-0.17905795574188232,0.12325224280357361,0.04225300997495651,-0.011224985122680664,0.010906219482421875 +320,0.08308390697907045,-1.068780936405862,-2.756304071469819,0.039933424443006516,0.8766145706176758,-0.47953325510025024,-0.16473093628883362,-0.1331159472465515,0.1273076981306076,0.03463627025485039,0.04648107290267944,0.025889486074447632 +321,0.09826438350193312,-1.0894786558090483,-2.727529392532396,0.04541806876659393,0.8863856792449951,-0.4607141315937042,-0.19146457314491272,-0.055324021726846695,0.09770584106445312,0.013709742575883865,-1.7940998077392578e-05,0.0237482488155365 +322,0.11960021970481705,-1.1096703785436168,-2.6898304675808067,0.0530901663005352,0.8955520391464233,-0.4417783319950104,-0.14356985688209534,-0.20698979496955872,0.09115516394376755,0.045878343284130096,0.035325706005096436,-0.0013979673385620117 +323,0.13288804573571678,-1.1218614273666399,-2.6642675034465917,0.05750463157892227,0.9009099006652832,-0.4301796853542328,-0.07299751043319702,-0.007491465657949448,0.0764419212937355,0.030447036027908325,0.016250133514404297,0.0690804123878479 +324,0.15616700051866636,-1.1340320978371072,-2.6494530097554607,0.06579198688268661,0.9061251878738403,-0.41786205768585205,-0.05869321525096893,0.14105184376239777,-0.049550436437129974,-0.010860338807106018,0.03743255138397217,0.03630077838897705 +325,0.1695099082447212,-1.1437761477767323,-2.656234898353595,0.0698685422539711,0.9102039337158203,-0.40822431445121765,-0.0382520817220211,0.191337451338768,-0.04905293136835098,0.007951274514198303,0.0017375349998474121,-0.012063771486282349 +326,0.18082667337493363,-1.146698981593803,-2.660916019019921,0.07400504499673843,0.9114105701446533,-0.40478911995887756,-0.014498898759484291,0.15039636194705963,-0.019581951200962067,0.0012055188417434692,0.003140270709991455,-0.002223789691925049 +327,0.1910789038411963,-1.1460512259742637,-2.665490939933397,0.07826311141252518,0.9111437797546387,-0.4045883119106293,0.015199834480881691,0.14552967250347137,-0.04536166414618492,-0.02304156869649887,0.005100607872009277,-0.023115485906600952 +328,0.1906521389276551,-1.1395054595649496,-2.6803700037962077,0.0792190283536911,0.9084268808364868,-0.4104694128036499,0.03105464205145836,0.08751664310693741,-0.004126131068915129,-0.009303249418735504,-0.008875370025634766,-0.026359200477600098 +329,0.18815335533826621,-1.1341269436382337,-2.6890822177449376,0.07910584658384323,0.9061653017997742,-0.4154597520828247,0.012635461054742336,0.07685869932174683,7.63838179409504e-05,-0.011021137237548828,-0.00214308500289917,0.02304941415786743 +330,0.20326209806246195,-1.137365383070853,-2.68271580381184,0.08478078991174698,0.9075301289558411,-0.41134071350097656,-0.06540234386920929,0.1062040701508522,0.053633350878953934,0.018795862793922424,0.01916658878326416,0.02070048451423645 +331,0.23695117612541117,-1.1455139369312037,-2.662300844601481,0.09684862941503525,0.9109222888946533,-0.40104997158050537,-0.04647620767354965,0.17581410706043243,0.03853762522339821,-0.019547604024410248,0.020748913288116455,0.02475297451019287 +332,0.2598076656112577,-1.1476743939575116,-2.665608863093848,0.10548333078622818,0.9118114709854126,-0.39682894945144653,0.05550418421626091,0.21041317284107208,0.061803463846445084,0.00483771413564682,-0.0314708948135376,-0.04683560132980347 +333,0.2799154167685046,-1.142380798873956,-2.654315192444328,0.11477265506982803,0.9096251130104065,-0.3992609679698944,-0.015635576099157333,0.025112180039286613,0.03119169920682907,-0.007442347705364227,0.03905951976776123,-0.02375844120979309 +334,0.29003658536803467,-1.1400987635232287,-2.6513438565805965,0.1194009929895401,0.9086747169494629,-0.4000667929649353,0.041744496673345566,0.1176089271903038,0.03261717036366463,-0.002747565507888794,0.012009978294372559,0.006268024444580078 +335,0.29323028774601323,-1.1445748002573473,-2.6523840790600413,0.11950135976076126,0.9105343818664551,-0.39578619599342346,-0.018442615866661072,0.0029512098990380764,-0.004414588212966919,0.014257192611694336,0.016086101531982422,0.0004004240036010742 +336,0.2968673800001288,-1.1469867443672401,-2.6534497315967247,0.12029727548360825,0.9115289449691772,-0.3932476341724396,0.04043283686041832,0.13305716216564178,-0.0741085559129715,-0.0036743581295013428,0.05900639295578003,0.0038127899169921875 +337,0.28422997735886973,-1.1466946976719612,-2.680821376475726,0.1153927743434906,0.9114087820053101,-0.39499178528785706,0.05564119666814804,0.06583049148321152,-0.02614222653210163,0.012369059026241302,-0.043412625789642334,-0.018033117055892944 +338,0.2870250233501279,-1.1390350415808266,-2.6817419513233687,0.1184692308306694,0.9082301259040833,-0.4013515114784241,0.04925202205777168,0.024302251636981964,0.03671770542860031,0.0041351318359375,0.015109658241271973,-0.007996052503585815 +339,0.2816772024488035,-1.1380796091748553,-2.6867501164593572,0.1165623888373375,0.9078298807144165,-0.4028128385543823,-0.0082950908690691,-0.03944253921508789,-0.0424920991063118,-0.003647349774837494,0.022117018699645996,-0.0030709505081176758 +340,0.2686025993066924,-1.1365197139760994,-2.6957106097079517,0.1116616427898407,0.9071746468544006,-0.405667245388031,0.09480520337820053,-0.049084026366472244,0.053640056401491165,-0.015042990446090698,-0.036523401737213135,0.010632455348968506 +341,0.2661734627394859,-1.1283610357665852,-2.6844268231932094,0.11261904239654541,0.9037116765975952,-0.4130643606185913,0.0638151541352272,-0.14955991506576538,0.10110937058925629,-0.01943361759185791,0.03900676965713501,0.005059599876403809 +342,0.24784126814668941,-1.1229229739288902,-2.6858212401840307,0.1062321662902832,0.901370108127594,-0.4198174476623535,0.07348122447729111,-0.1572786420583725,0.019259897992014885,-0.003174304962158203,-0.0004912018775939941,0.022142887115478516 +343,0.2389755572201987,-1.1137486915610861,-2.6780998331269887,0.10445918142795563,0.897359311580658,-0.42875951528549194,0.11370670050382614,-0.1924331933259964,0.12244624644517899,-0.0050786882638931274,-0.04204314947128296,0.008166253566741943 +344,0.24113664969528634,-1.1005230413636546,-2.6513143265445347,0.10821039229631424,0.8914445042610168,-0.4400195777416229,0.10317569226026535,-0.2237360030412674,0.15419049561023712,-0.007075145840644836,0.043553054332733154,0.013948440551757812 +345,0.2267605979001806,-1.0901813587980356,-2.639767139406315,0.10394084453582764,0.8867107629776001,-0.45048895478248596,0.10415114462375641,-0.22814112901687622,0.041392214596271515,-0.017667658627033234,0.012871086597442627,0.012744814157485962 +346,0.21661451877815505,-1.0790812265398289,-2.623160339096938,0.10147414356470108,0.881524384021759,-0.46110501885414124,0.05885307863354683,-0.2515297830104828,0.07951267808675766,0.0010343939065933228,0.05144375562667847,-0.009537100791931152 +347,0.19503666339041636,-1.0771940336326813,-2.6241392816738207,0.09182386845350266,0.8806318044662476,-0.4648182690143585,0.01567891053855419,-0.17233934998512268,0.03115224279463291,0.015872664749622345,-0.02389657497406006,-0.05787152051925659 +348,0.17879577167408098,-1.071514380677946,-2.623656175852511,0.08515116572380066,0.8779265880584717,-0.47116246819496155,-0.07147716730833054,-0.19779956340789795,-0.04811396822333336,0.024590037763118744,-0.06269532442092896,-0.06736597418785095 +349,0.1693002028117919,-1.0639050657837383,-2.6201785156125488,0.08179671317338943,0.8742579221725464,-0.47852107882499695,0.030585747212171555,-0.06346891075372696,0.04934883862733841,0.031209878623485565,-0.04108226299285889,-0.06362372636795044 +350,0.17386930883422047,-1.054830925991806,-2.6091208315014653,0.08535119891166687,0.8698168396949768,-0.4859361946582794,-0.048869676887989044,-0.07691924273967743,-0.011919315904378891,0.01438024640083313,-0.012150764465332031,-0.05712407827377319 +351,0.17729369094857358,-1.0460654271864576,-2.6087371460547795,0.08835604041814804,0.8654587864875793,-0.49312710762023926,0.15196150541305542,0.05315753445029259,0.037879496812820435,0.019371017813682556,-0.052668869495391846,-0.06758761405944824 +352,0.19009830090845095,-1.0333820638272535,-2.6031568508298393,0.09672939777374268,0.8590352535247803,-0.5026946067810059,0.09098275005817413,-0.02966504730284214,-0.005012642592191696,0.002803690731525421,0.019001245498657227,-0.09989023208618164 +353,0.1734089152208101,-1.0176817803663503,-2.6072348201302633,0.09064274281263351,0.8508924841880798,-0.5174610018730164,0.22210773825645447,-0.28578200936317444,0.15165629982948303,-0.0044458359479904175,-0.023988187313079834,-0.09495043754577637 +354,0.15431817343368381,-1.0072041261687281,-2.572727482473089,0.08211400359869003,0.8453415036201477,-0.5278778076171875,-0.2232833057641983,-0.7358413934707642,0.1946067214012146,-0.03270604461431503,0.02529442310333252,-0.032318055629730225 +355,0.11573431023968844,-1.0205028084430638,-2.5377653156917233,0.06038680300116539,0.852371096611023,-0.5194392800331116,-0.14143022894859314,-0.389083594083786,0.1376398652791977,-0.09449020028114319,0.07922381162643433,0.22203022241592407 +356,0.11078888621256092,-1.0237224217453187,-2.5265361921631766,0.05751349404454231,0.8540502786636353,-0.5170012712478638,-0.07549671828746796,-0.1551642268896103,0.06570762395858765,0.019497618079185486,0.022750258445739746,0.07858574390411377 +357,0.12993442437256258,-1.036327044803509,-2.490965391621827,0.06600049138069153,0.8605390787124634,-0.5050904750823975,-0.09457703679800034,-0.09196910262107849,0.1806865632534027,0.0027250945568084717,0.02624070644378662,0.08864760398864746 +358,0.16293876481785322,-1.0512297512226167,-2.4444423769257075,0.08054224401712418,0.8680344820022583,-0.48992764949798584,-0.03253323212265968,-0.061694975942373276,0.21045446395874023,0.003747299313545227,0.0769728422164917,0.04069364070892334 +359,0.16327580137035014,-1.0618236376760934,-2.429019579796361,0.07920806109905243,0.8732455372810364,-0.4807995855808258,-0.052334144711494446,-0.08626115322113037,0.012583183124661446,-0.0008083954453468323,0.024428963661193848,0.0897015631198883 +360,0.17497952012399431,-1.0706724513895975,-2.4183246120804363,0.08348114788532257,0.8775231838226318,-0.4722118377685547,0.004351687617599964,0.021325446665287018,-0.0025039869360625744,0.006820343434810638,0.050852060317993164,0.039121657609939575 +361,0.18005793272259837,-1.0843352608181764,-2.4163961071464275,0.0837230235338211,0.8839928507804871,-0.45994237065315247,-0.08452387154102325,0.03280363604426384,-0.08647186309099197,0.011217162013053894,0.05095875263214111,0.07223165035247803 +362,0.18855833679520428,-1.0947195339599451,-2.4232595849176115,0.0859043151140213,0.8887997269630432,-0.45017266273498535,0.013739749789237976,0.18448150157928467,-0.057491980493068695,0.016924642026424408,0.03394496440887451,0.05602291226387024 +363,0.19849937761872402,-1.1015974488476878,-2.4345194592429538,0.08916757255792618,0.8919308185577393,-0.44329288601875305,0.07394246757030487,0.2416621297597885,-0.09632852673530579,-0.002696022391319275,0.04376864433288574,0.07807374000549316 +364,0.194996293906515,-1.102967663859595,-2.466973388135715,0.08737727999687195,0.8925495743751526,-0.44240325689315796,0.06054782122373581,0.27236512303352356,-0.14883540570735931,-0.012059897184371948,0.0004558563232421875,0.07477325201034546 +365,0.19724338018734036,-1.0925081552105294,-2.495990795823702,0.09019577503204346,0.8877841234207153,-0.4513360261917114,0.09743610769510269,0.27846166491508484,-0.09886380285024643,-0.028489232063293457,0.05171477794647217,0.027996182441711426 +366,0.1996901842093493,-1.0789266655332832,-2.529656548645255,0.09368311613798141,0.881451427936554,-0.46288982033729553,0.03897645324468613,0.2454531192779541,-0.2556505799293518,-0.002191416919231415,0.009204208850860596,-0.07046592235565186 +367,0.18095555552281412,-1.076797004176323,-2.5758009524033567,0.08533274382352829,0.8804436326026917,-0.46640902757644653,0.14406028389930725,0.24519872665405273,-0.11198019981384277,0.019449353218078613,-0.06531912088394165,-0.09509912133216858 +368,0.16676019878078466,-1.0676588427893818,-2.6155193697610133,0.08003569394350052,0.8760740756988525,-0.475487619638443,0.0936298593878746,0.27458590269088745,-0.10188628733158112,0.005779728293418884,-0.12720322608947754,-0.09703737497329712 +369,0.18005705295072566,-1.0551364789764732,-2.626245476901883,0.08830878138542175,0.869967520236969,-0.4851371645927429,0.06748178601264954,0.17663715779781342,-0.028762109577655792,0.03492119908332825,-0.03192436695098877,-0.14888077974319458 +370,0.17305666134139341,-1.047888479497948,-2.64640630103779,0.08599404245615005,0.866370677947998,-0.49194207787513733,-0.05134750157594681,0.07150604575872421,-0.17544269561767578,0.009358137845993042,-0.04346418380737305,-0.08908206224441528 +371,0.16377086802000157,-1.0433174545747863,-2.676128432053899,0.082067109644413,0.8640788197517395,-0.4966212511062622,-0.012828124687075615,0.20513658225536346,-0.07321282476186752,0.009043112397193909,-0.10081899166107178,-0.08859908580780029 +372,0.1739049167785847,-1.0347528263532906,-2.6844056371713734,0.08837290853261948,0.8597361445426941,-0.503034770488739,-0.07539349049329758,0.12295864522457123,-0.06203579902648926,0.018545426428318024,0.017537415027618408,-0.10911732912063599 +373,0.1608769508989182,-1.0416875728871346,-2.707939458734082,0.0808551013469696,0.8632572889328003,-0.49824628233909607,-0.15880785882472992,0.05287030339241028,-0.1421942263841629,-0.0007006898522377014,-0.05182540416717529,-0.007842004299163818 +374,0.17698000158319266,-1.041935234942988,-2.706728264675885,0.08882991224527359,0.8633822798728943,-0.49666929244995117,0.16566653549671173,0.11614974588155746,0.2759539484977722,0.04959782958030701,-0.016717851161956787,-0.052952349185943604 +375,0.20689096055365136,-1.0490123842205956,-2.662109348057345,0.10238604992628098,0.8669313788414001,-0.48779812455177307,-0.23576006293296814,-0.08353406190872192,0.10817364603281021,-0.041579775512218475,0.12171602249145508,0.10094201564788818 +376,0.20375478085389243,-1.0619057694048035,-2.6692001679584854,0.09858562052249908,0.8732855916023254,-0.47713008522987366,0.02188829705119133,0.17062009871006012,-0.12107010185718536,-0.04116680473089218,0.06004875898361206,0.09175413846969604 +377,0.20059032460627707,-1.0737072562645584,-2.6863654801665766,0.09501508623361588,0.878974437713623,-0.4673071801662445,-0.02263699471950531,-0.023051444441080093,0.0940081849694252,-0.025419749319553375,-0.05065113306045532,-0.03162470459938049 +378,0.21543825066902278,-1.0773015647194881,-2.645573589723727,0.10126687586307526,0.8806827664375305,-0.4627557098865509,-0.18731029331684113,-0.32262590527534485,0.22565285861492157,9.725242853164673e-05,0.024590611457824707,0.027468234300613403 +379,0.22149974238121406,-1.0852190848145074,-2.6091389553871616,0.10253490507602692,0.8844056725502014,-0.4553166925907135,-0.06720326840877533,-0.098283551633358,0.11144059151411057,-0.022075295448303223,0.04546499252319336,0.11062061786651611 +380,0.23432341773199142,-1.0890870499425083,-2.588002780960674,0.10756999254226685,0.8862043023109436,-0.45063337683677673,-0.04612875357270241,-0.09612702578306198,0.034691061824560165,0.0028120726346969604,0.027629196643829346,-0.006260544061660767 +381,0.22477118274069952,-1.09645002687321,-2.5809714461167443,0.10180354863405228,0.8895915150642395,-0.4452674984931946,-0.09479523450136185,-0.13156165182590485,-0.022640252485871315,-0.0035216882824897766,0.029506385326385498,0.06558305025100708 +382,0.2206057724779968,-1.1049178421437928,-2.581685937105406,0.09829599410295486,0.893427312374115,-0.4383213222026825,0.011016221717000008,0.041330598294734955,-0.045976672321558,0.010132953524589539,0.04152446985244751,0.028714388608932495 +383,0.21089131230167385,-1.1118683011731925,-2.592997161970442,0.09273118525743484,0.896527886390686,-0.43317264318466187,0.02139778435230255,0.02314288541674614,-0.036385029554367065,-0.012592040002346039,-0.00964134931564331,0.03864142298698425 +384,0.21030965586505415,-1.1076712205613837,-2.598890788100626,0.09326394647359848,0.8946607112884521,-0.4369026720523834,0.10777784138917923,0.04464373365044594,-0.020717449486255646,-0.006395675241947174,0.008735835552215576,0.011441856622695923 +385,0.21276240602842436,-1.0996087517205653,-2.602029836795827,0.09585536271333694,0.8910298347473145,-0.44370898604393005,0.1406373828649521,0.05487213656306267,0.030405450612306595,-0.006499886512756348,0.019324779510498047,-0.001634061336517334 +386,0.19570754993590594,-1.0930705134808705,-2.619651516534088,0.0894053652882576,0.8880428075790405,-0.45098409056663513,0.1447497010231018,0.01550055667757988,-0.05781745910644531,-0.005222633481025696,0.010699868202209473,0.028941214084625244 +387,0.19105911402807396,-1.0831592021789493,-2.6260590472149223,0.08897516876459122,0.8834424018859863,-0.46001413464546204,0.11364632099866867,0.017889350652694702,0.023212891072034836,-0.016541704535484314,0.011577129364013672,0.02198004722595215 +388,0.19745381961466982,-1.0752632602525258,-2.6213313344447786,0.09328050166368484,0.8797153830528259,-0.46626123785972595,0.049907583743333817,0.018886787816882133,0.023799853399395943,-0.022067725658416748,0.04447895288467407,-0.01481783390045166 +389,0.18359699755227635,-1.0803820007260159,-2.6301309821336774,0.0859876349568367,0.8821377754211426,-0.4630756676197052,-0.05573255941271782,-0.049954064190387726,-0.04398078843951225,-0.0200086310505867,0.008197307586669922,-0.03935045003890991 +390,0.16739206710900983,-1.0802860605706643,-2.64134785661411,0.07848663628101349,0.8820925951004028,-0.46449151635169983,-0.06316642463207245,-0.0912356823682785,-0.07024158537387848,0.009815976023674011,-0.06087994575500488,-0.07048159837722778 +391,0.1431652425207316,-1.0641508334321788,-2.6471186301053273,0.06923340260982513,0.8743771910667419,-0.48028239607810974,0.328412264585495,-0.22772641479969025,0.03645849600434303,0.06370116025209427,0.04897785186767578,-0.10274067521095276 +392,0.10353673757846181,-1.045439891054883,-2.670684719591075,0.05183316767215729,0.8651452660560608,-0.4988357126712799,-0.11525063961744308,-0.2676553726196289,-0.417619526386261,0.0009775049984455109,0.05016845464706421,-0.11075291037559509 +393,0.018198439074381952,-1.0331409369702231,-2.7380639477305464,0.009319338016211987,0.8589117527008057,-0.5120389461517334,0.3789755403995514,-0.2851960361003876,-0.2170707732439041,0.07742688059806824,-0.059839487075805664,-0.0451052188873291 +394,-0.03151113812280194,-0.992225169192772,-2.7767538006870707,-0.017228325828909874,0.8372448086738586,-0.5465567111968994,0.04393354803323746,0.02148648165166378,-0.3034677505493164,0.04362604022026062,-0.001597285270690918,-0.021390676498413086 +395,-0.0672213296147196,-0.9630278631194754,-2.7890424143868473,-0.0383569709956646,0.8209243416786194,-0.5697473883628845,0.6953645944595337,-0.487043172121048,-0.018754854798316956,0.0035058706998825073,-0.012467741966247559,0.0012508034706115723 +396,-0.10272890553038959,-0.9190960555870925,-2.8088893238203343,-0.062199562788009644,0.7950536608695984,-0.6033414602279663,0.06862956285476685,0.04546234384179115,-0.3878353536128998,-0.013880759477615356,-0.03911799192428589,0.06559121608734131 +397,-0.14988549465256099,-0.9247528620048304,-2.8856002315727003,-0.08989837765693665,0.798471987247467,-0.5952821373939514,-0.0792585015296936,0.14074839651584625,-0.4065377712249756,0.030953675508499146,-0.08523041009902954,0.013678133487701416 +398,-0.14978235847585997,-0.9294865877847468,-2.920392569226161,-0.08927193284034729,0.8013129234313965,-0.5915471911430359,-0.07129014283418655,0.4049754738807678,-0.05739348381757736,0.07294502854347229,-0.030057430267333984,-0.011983633041381836 +399,-0.14954176466963046,-0.935382101448058,-2.9328075080465594,-0.08842423558235168,0.8048259019851685,-0.586887001991272,-0.05168154463171959,0.13817152380943298,-0.04944688081741333,-0.03030439466238022,0.06019479036331177,0.05641525983810425 +400,-0.1434504202492579,-0.9405301228692212,-2.9491553979219756,-0.08425425738096237,0.807870626449585,-0.5833063125610352,0.045423559844493866,0.19352884590625763,0.03755289688706398,0.004374496638774872,-0.010125875473022461,-0.038825035095214844 +401,-0.1340446811948374,-0.9491997484496547,-2.9434584664718098,-0.07782519608736038,0.8129497766494751,-0.5771099328994751,-0.09117865562438965,-0.06646031141281128,0.08022243529558182,0.009420044720172882,0.0009235143661499023,-0.007652640342712402 +402,-0.12957958788841867,-0.9514433604214737,-2.940677642476298,-0.0750117152929306,0.8142542243003845,-0.5756416320800781,-0.05117103084921837,0.040873151272535324,0.12234964966773987,0.0104212686419487,-0.007964611053466797,0.013889312744140625 +403,-0.13457214320170127,-0.9473815232176754,-2.9397541794796584,-0.07832778990268707,0.8118895888328552,-0.5785327553749084,0.028630562126636505,-0.12774966657161713,-0.0960053876042366,0.017170563340187073,0.025878965854644775,0.012874186038970947 +404,-0.1330738421138637,-0.9317467728054546,-2.931912624602131,-0.07913555949926376,0.8026629686355591,-0.5911595821380615,0.36271968483924866,-0.21504080295562744,0.07746239006519318,0.014102600514888763,-0.0015918612480163574,-0.03339791297912598 +405,-0.1281522941605345,-0.9386099251425711,-2.933772331110223,-0.07551936060190201,0.80673748254776,-0.586064338684082,-0.1424318253993988,0.1438441127538681,0.03519174084067345,-0.001964770257472992,-0.018056511878967285,0.011204779148101807 +406,-0.11013660853680901,-0.9422582891009915,-2.9245475291221625,-0.06462538987398148,0.8088879585266113,-0.5844003558158875,-0.13420669734477997,0.04467089846730232,0.01353326067328453,0.0009657293558120728,0.003108501434326172,-0.0317341685295105 +407,-0.10758403858297862,-0.9417939931267667,-2.9170532818268327,-0.06317378580570221,0.8086148500442505,-0.584936797618866,-0.07903514802455902,-0.00019545434042811394,0.023954635486006737,-0.01350162923336029,0.02001368999481201,0.019781827926635742 +408,-0.1121615968910473,-0.9429294214879341,-2.9225332947203695,-0.06574790179729462,0.8092823624610901,-0.5837288498878479,-0.044726788997650146,0.005280016455799341,-0.058478038758039474,0.005613014101982117,-0.008012831211090088,-0.0048331618309021 +409,-0.11453213061719322,-0.9419109281365686,-2.9228817900848214,-0.0672256276011467,0.8086836934089661,-0.5843899250030518,0.04380576312541962,-0.020536474883556366,0.04909801855683327,0.001704387366771698,-0.012846231460571289,0.019509553909301758 +410,-0.10713513632866926,-0.9399401391462681,-2.91632533996487,-0.06307139247655869,0.8075227737426758,-0.5864546298980713,0.07812471687793732,0.05283910781145096,0.04253076761960983,0.010855808854103088,0.008166313171386719,-0.012605428695678711 +411,-0.09616463513684734,-0.9393390091848142,-2.9046217797743545,-0.05668061599135399,0.8071680665016174,-0.5875942707061768,0.044233519583940506,0.03351696953177452,0.051085323095321655,-0.008153975009918213,0.02222341299057007,0.010995149612426758 +412,-0.08041166390500475,-0.9403479235260785,-2.8918920873969918,-0.047352179884910583,0.8077632784843445,-0.5876022577285767,0.049456652253866196,0.15353576838970184,0.12801706790924072,0.011768683791160583,-0.004357457160949707,0.02305757999420166 +413,-0.05773710402939708,-0.9339040736027896,-2.879994793075649,-0.03431716933846474,0.8039478063583374,-0.593708872795105,0.24219709634780884,0.1796271800994873,-0.03491437807679176,0.0021363869309425354,0.0517803430557251,-0.0063735246658325195 +414,-0.03758191809176423,-0.9021988088993652,-2.9185558369060693,-0.023291021585464478,0.7846918106079102,-0.6194483041763306,0.4558693468570709,0.6540387272834778,-0.46399155259132385,0.024130256846547127,0.05417531728744507,0.019243896007537842 +415,-0.02566698359967744,-0.8243691035421656,-2.9634932837904957,-0.017426488921046257,0.7341195344924927,-0.678796648979187,0.678681492805481,0.2788461148738861,-0.09808031469583511,0.011887550354003906,0.028056979179382324,0.01847255229949951 +416,-0.006773062781587237,-0.8070666523921213,-2.9596531793082415,-0.004684349987655878,0.7222615480422974,-0.6916041374206543,0.074107825756073,-0.08582185208797455,0.2209172248840332,0.01458730548620224,-0.017564892768859863,-0.06274455785751343 +417,0.010158942616172738,-0.8144489898903998,-2.9310003333817534,0.006971650291234255,0.7273475527763367,-0.6862338781356812,0.027831854298710823,0.009119154885411263,0.16119766235351562,-0.04475241154432297,0.032891035079956055,0.007706105709075928 +418,0.02196862511435678,-0.8140689220862705,-2.9138861813069656,0.015081251040101051,0.7270866632461548,-0.6863799691200256,-0.13969525694847107,0.040733132511377335,0.16115301847457886,-0.00011237803846597672,-0.01546257734298706,-0.01482236385345459 +419,0.0011525305814096363,-0.8075123524460633,-2.894110490949225,0.0007967419805936515,0.7225697040557861,-0.6912975907325745,0.2619253396987915,-1.3962175846099854,0.20153580605983734,0.03579383343458176,-0.010594606399536133,-0.24748414754867554 +420,-0.028929569169656486,-0.8233173338609289,-2.8667812576067857,-0.01966334693133831,0.7334049344062805,-0.6795075535774231,-0.6477552056312561,0.3980386257171631,0.0728125050663948,-0.0067953914403915405,-0.023245692253112793,0.1402314305305481 +421,-0.019318745630312273,-0.8296436611392259,-2.8463740454095587,-0.013042021542787552,0.7376908659934998,-0.6750127077102661,-0.17566491663455963,-0.015070682391524315,0.09652641415596008,-0.01494259387254715,0.004511892795562744,0.07618153095245361 +422,-0.013348208059438585,-0.8337392015918463,-2.820866468209223,-0.008971222676336765,0.7404497265815735,-0.6720519661903381,0.023677170276641846,-0.35330551862716675,0.16721704602241516,0.01461697369813919,-0.0014665722846984863,-0.055822789669036865 +423,-0.02526626712655226,-0.8539625458750711,-2.801497352124972,-0.01659819483757019,0.7538897395133972,-0.6567912697792053,-0.057431019842624664,-0.20823559165000916,0.11847101151943207,0.0028347689658403397,-0.03257632255554199,-0.05349010229110718 +424,-0.03018288752474299,-0.8559860720068255,-2.788556040825385,-0.019781099632382393,0.7552176117897034,-0.6551756858825684,-0.055660806596279144,-0.04814058914780617,0.042494017630815506,0.024099335074424744,-0.03916841745376587,-0.03729867935180664 +425,-0.01684072651621854,-0.8565414388520851,-2.7795161931120105,-0.011031074449419975,0.7555815577507019,-0.6549617648124695,-0.040729936212301254,0.025641122832894325,-0.008183169178664684,0.02969256043434143,-0.02447187900543213,-0.06148421764373779 +426,-0.011365302855767975,-0.8571513131809431,-2.780400751243079,-0.007439495529979467,0.755980908870697,-0.6545514464378357,-0.08124807476997375,0.02711145393550396,-0.0022043725475668907,0.0171288400888443,-0.01998847723007202,-0.06032288074493408 +427,-0.005710853131289725,-0.8591477631152824,-2.786010437633541,-0.003729641204699874,0.7572862505912781,-0.6530724167823792,-0.1038985326886177,0.1452564150094986,-0.06431248039007187,0.0018528106156736612,-0.01816582679748535,0.0009728670120239258 +428,0.005405994459977284,-0.86231757310443,-2.7955824106949234,0.0035175520461052656,0.7593526244163513,-0.6506698727607727,0.02278321236371994,0.1894071400165558,-0.06152554228901863,0.005271509289741516,0.007004857063293457,-0.037120044231414795 +429,0.009166038708377596,-0.8638465003105915,-2.8054151135353944,0.005953420419245958,0.760346531867981,-0.6494903564453125,-0.11494801938533783,0.09182651340961456,-0.10164286941289902,0.01090753823518753,0.029890894889831543,-0.000335693359375 +430,0.004662817659556813,-0.8709461283677661,-2.824471860825189,0.003003324382007122,0.7649387121200562,-0.6440960764884949,-0.0846860408782959,0.0845561996102333,-0.11062398552894592,0.021502293646335602,0.001540839672088623,0.0061566829681396484 +431,-0.005803411085545806,-0.8795965133235659,-2.8471378141963912,-0.0036994339898228645,0.7704817056655884,-0.6374513506889343,-0.1287165731191635,-0.011354241520166397,-0.2390875369310379,0.02007210999727249,0.0642351508140564,-0.011092960834503174 +432,-0.035000389200466844,-0.890070989595035,-2.8808805664402777,-0.022023240104317665,0.7771164178848267,-0.628971517086029,-0.08168453723192215,-0.020308967679739,-0.40529540181159973,-0.031199410557746887,0.11263883113861084,0.023792624473571777 +433,-0.0690129979090449,-0.9172944686915655,-2.9307867545234907,-0.04192455857992172,0.7939596176147461,-0.6065231561660767,0.08667553216218948,0.11888454109430313,-0.09073394536972046,-0.020331289619207382,-0.03381258249282837,0.011354148387908936 +434,-0.05835931896264381,-0.9195336366084228,-2.9305518954918015,-0.035356827080249786,0.7953190207481384,-0.6051592230796814,-0.0022086510434746742,0.027264175936579704,0.049380186945199966,-0.013501808047294617,0.006759226322174072,0.0071062445640563965 +435,-0.04236135868258584,-0.918446480499559,-2.9242973159685453,-0.025707999244332314,0.7946594953536987,-0.6065107583999634,0.12980037927627563,0.12467440217733383,0.05571282282471657,0.0070465002208948135,0.030917227268218994,-0.004176437854766846 +436,-0.03796516302019679,-0.9202058842046835,-2.925950707974789,-0.022988317534327507,0.7957263588905334,-0.6052199006080627,-0.065921850502491,0.02538359723985195,-0.027659399434924126,-0.025198936462402344,0.013493001461029053,-0.014378488063812256 +437,-0.043167003291575724,-0.919657377893553,-2.935220384301793,-0.02615508623421192,0.7953940033912659,-0.6055282354354858,-0.040495797991752625,0.027922840788960457,-0.04633403569459915,0.015016168355941772,-0.01385408639907837,0.02688443660736084 +438,-0.03484055035377427,-0.9210854676319901,-2.933800618407514,-0.021072741597890854,0.7962587475776672,-0.60458904504776,-0.12815937399864197,0.07826508581638336,-0.025868767872452736,-0.005843758583068848,0.029104411602020264,0.01727825403213501 +439,-0.03184249155890108,-0.9281355293177522,-2.943603037364427,-0.019080854952335358,0.8005039095878601,-0.599023699760437,-0.0464884415268898,0.06386033445596695,-0.08460073173046112,-0.003059646114706993,0.004732847213745117,-0.024160444736480713 +440,-0.032414372257594054,-0.9312836103539871,-2.954956703502015,-0.01934165507555008,0.8023866415023804,-0.5964909791946411,-0.01619546301662922,0.11102177947759628,-0.0008778198389336467,-0.00041847676038742065,-0.020831525325775146,-0.010244250297546387 +441,-0.025845337374337838,-0.9321299857982255,-2.95333208265133,-0.015405341051518917,0.8028914928436279,-0.5959261059761047,-0.07707654684782028,0.018639780580997467,-0.01061556488275528,-0.02045281231403351,0.01296544075012207,0.0032899975776672363 +442,-0.02346689558026431,-0.9333340366218691,-2.9533614833971225,-0.013965229503810406,0.8036086559295654,-0.5949941277503967,-0.04809527471661568,-0.03893129155039787,-0.023539863526821136,-0.014309308491647243,0.028315722942352295,-0.050086379051208496 +443,-0.031093991375736093,-0.9323727606938346,-2.956350384029597,-0.018526865169405937,0.8030362129211426,-0.5956422686576843,0.08622414618730545,-0.0638030543923378,0.038423310965299606,-0.0032016485929489136,0.005160808563232422,-0.028701603412628174 +444,-0.037119019967959015,-0.9296082580018703,-2.953653910211387,-0.02219756878912449,0.8013857007026672,-0.5977360010147095,0.013858266174793243,-0.07656064629554749,0.04224509000778198,0.0009725913405418396,-0.001474142074584961,-0.014934897422790527 +445,-0.037388287674546265,-0.9266973700544806,-2.951589312513612,-0.022445619106292725,0.7996411323547363,-0.6000584959983826,-0.016631055623292923,-0.016411196440458298,-0.02859988436102867,0.01400751806795597,-0.0065961480140686035,-0.035439491271972656 +446,-0.03283417481359412,-0.9254475092807392,-2.9471816716455534,-0.01974545605480671,0.7988899946212769,-0.6011528968811035,-0.035017553716897964,0.049339357763528824,0.0644138753414154,-0.00523318350315094,-0.01109403371810913,-0.013242244720458984 +447,-0.025517989800155638,-0.9294027003545116,-2.944167108841624,-0.015266078524291515,0.8012627363204956,-0.5981178283691406,-0.06319636106491089,0.05780429020524025,-0.018748806789517403,0.004157685674726963,-0.0006798505783081055,-0.0110129714012146 +448,-0.019837562356266193,-0.9347216000056169,-2.9433033117487843,-0.011783580295741558,0.8044337034225464,-0.5939254760742188,-0.04808260127902031,0.08136613667011261,0.04938475787639618,-0.012371085584163666,-0.017446458339691162,0.01261138916015625 +449,-0.004452201867118475,-0.9399284560664111,-2.935385747072272,-0.002626103814691305,0.8075159192085266,-0.5898399353027344,-0.07756780087947845,0.09155134856700897,0.0486270971596241,-0.0007613450288772583,0.02639216184616089,-0.011569976806640625 +450,0.0001560864871591502,-0.9491860073158567,-2.937680168522878,9.089618833968416e-05,0.8129417300224304,-0.5823450088500977,-0.08556188642978668,0.06911104172468185,-0.020862095057964325,-0.02548152208328247,0.016953229904174805,-0.0023717880249023438 +451,0.0025802854009844825,-0.9569795787130515,-2.9388563004488515,0.0014862213283777237,0.8174555897712708,-0.5759897828102112,-0.04629563167691231,0.01944706402719021,0.0692298412322998,0.020532213151454926,0.002689063549041748,-0.0008840560913085938 +452,0.017252062551696774,-0.9635984087371053,-2.924388233985578,0.009842993691563606,0.8212500214576721,-0.5704835057258606,-0.13710297644138336,0.03929273411631584,0.0488298125565052,0.0016773855313658714,0.037468791007995605,0.04474198818206787 +453,0.027766785668425133,-0.9766849495421707,-2.924373203520662,0.01554108690470457,0.8286462426185608,-0.559556782245636,-0.042157866060733795,0.12250957638025284,-0.04394971579313278,0.006752006709575653,0.008420169353485107,-0.016249001026153564 +454,0.02927533629307724,-0.9826502922673701,-2.9302450153231625,0.016240209341049194,0.831970751285553,-0.554581880569458,0.001500686164945364,0.024158695712685585,0.01960669457912445,0.02665223926305771,0.0075067877769470215,-0.018965482711791992 +455,0.038471120371085306,-0.9842495430929281,-2.932082345518263,0.021288065239787102,0.8328569531440735,-0.553078830242157,0.021071314811706543,0.17746320366859436,-0.08689754456281662,-0.022325657308101654,0.032545268535614014,0.017892003059387207 +456,0.039746046440720474,-0.9876300421799111,-2.9537146307177333,0.02188117615878582,0.8347232341766357,-0.5502346754074097,-0.026557322591543198,0.17292487621307373,-0.0577201284468174,-0.004242017865180969,-0.04131203889846802,-0.010419011116027832 +457,0.05621593136091253,-0.9860278512939367,-2.9557707068952253,0.03101520799100399,0.8338398933410645,-0.5511343479156494,-0.04261522740125656,0.20176224410533905,-0.07507579028606415,0.0006010048091411591,0.04231971502304077,0.006792306900024414 +458,0.06152963752614769,-0.9896238462447939,-2.9745730214515094,0.03375871852040291,0.8358195424079895,-0.5479652881622314,-0.014350082725286484,0.23326511681079865,-0.07718178629875183,0.006707582622766495,-0.017078757286071777,0.01077967882156372 +459,0.07385858612079065,-0.9893057205894948,-2.989929875892316,0.04053144156932831,0.8356448411941528,-0.5477726459503174,0.0620216466486454,0.274056077003479,-0.10082168877124786,0.009685233235359192,0.002810359001159668,-0.012194395065307617 +460,0.08495461080956607,-0.9892616482232716,-3.0037530617979002,0.04661005362868309,0.835620641708374,-0.5473260283470154,-0.02665458247065544,0.20164886116981506,-0.055200833827257156,-0.005350291728973389,0.015087425708770752,-0.00026613473892211914 +461,0.09612533714288367,-0.9912718092957548,-3.0134190524587465,0.05255971476435661,0.8367231488227844,-0.5450980067253113,0.027173582464456558,0.11437169462442398,-0.04914212226867676,-0.013848170638084412,0.0237046480178833,-0.031317949295043945 +462,0.08896125418064864,-0.9912936771499046,-3.026187079989037,0.048651646822690964,0.8367351293563843,-0.5454423427581787,0.08489590883255005,0.002498475369066,-0.04630986973643303,-0.029822297394275665,-0.0031627416610717773,-0.010145425796508789 +463,0.07021957191259375,-0.9796891323802874,-3.038345172764984,0.039099857211112976,0.8303241729736328,-0.5559073090553284,0.1137467548251152,-0.17413443326950073,-0.013559571467339993,0.043831661343574524,-0.013124465942382812,-0.006653726100921631 +464,0.07463510069962893,-0.9658196857218603,-3.017795477521628,0.0424087829887867,0.8225153684616089,-0.5671595335006714,0.14077171683311462,-0.17668773233890533,0.11358790844678879,-0.0450638122856617,0.04975330829620361,0.010686755180358887 +465,0.05725664940808649,-0.9668985971737307,-3.009754876418613,0.03249572589993477,0.8231285214424133,-0.5669246912002563,-0.055201541632413864,-0.29210200905799866,0.13388706743717194,-0.0016729719936847687,-0.03225022554397583,-0.03857457637786865 +466,0.05851778980624734,-0.9674193960907356,-2.9594227469927112,0.03318559005856514,0.8234241604804993,-0.5664551258087158,0.21806547045707703,-0.4863162040710449,0.4696539342403412,0.02148665487766266,0.06044119596481323,-0.06049799919128418 +467,0.0377929713086772,-0.9518379093905324,-2.9182762180492374,0.021921774372458458,0.8144832253456116,-0.5797727704048157,0.11040742695331573,-0.49958890676498413,0.2516111135482788,-0.04152932018041611,0.005768239498138428,0.028228580951690674 +468,0.029442998831210817,-0.9367580321149968,-2.862287876898057,0.017439603805541992,0.805641770362854,-0.5921463370323181,0.07322075217962265,-0.5728687047958374,0.32654714584350586,0.019868135452270508,0.071952223777771,-0.01263582706451416 +469,-0.005403735694775553,-0.9354513334097888,-2.8183554700170648,-0.003206859575584531,0.8048670291900635,-0.5934465527534485,-0.040671344846487045,-0.8509781360626221,0.20916025340557098,0.04422248899936676,-0.014965295791625977,0.004503071308135986 +470,-0.033606999351566365,-0.9385856674753932,-2.7729234416635764,-0.01985563151538372,0.8067231178283691,-0.5905959010124207,0.27044686675071716,-0.32733750343322754,0.4642961621284485,0.02098478376865387,-0.043676912784576416,-0.019191086292266846 +471,-0.004393165778644654,-0.9174646577205094,-2.695157041622464,-0.0026703125331550837,0.7940630912780762,-0.6078294515609741,-0.18247121572494507,-0.4432244300842285,0.2726575434207916,0.03874209523200989,0.06129884719848633,-0.06490004062652588 +472,-0.03474377382398909,-0.9254929695018026,-2.678518210193152,-0.020892122760415077,0.7989173531532288,-0.6010779142379761,-0.04626788944005966,-0.2090120166540146,-0.05492729693651199,-0.061398521065711975,-0.02325206995010376,0.057514071464538574 +473,-0.04688683611956303,-0.915038953378669,-2.6742134667543374,-0.02857922948896885,0.7925863265991211,-0.6090896129608154,0.04210270568728447,-0.20057135820388794,0.11821902543306351,0.021255016326904297,-0.1142263412475586,-0.06954503059387207 +474,-0.048746587022066384,-0.8979460535609133,-2.6511085725014225,-0.03036770410835743,0.7820485234260559,-0.6224773526191711,0.13254514336585999,-0.22414427995681763,0.08573678135871887,0.024874534457921982,-0.019322574138641357,-0.05148816108703613 +475,-0.04537791459034612,-0.8845038019105779,-2.635061725769289,-0.028744911774992943,0.7736006379127502,-0.6330211162567139,0.046485476195812225,-0.025770865380764008,0.07154996693134308,-0.025072842836380005,-0.02184593677520752,-0.008977174758911133 +476,-0.04008378863518964,-0.8836306363528106,-2.6289523226753246,-0.0254202913492918,0.7730470299720764,-0.6338391900062561,-0.1296883523464203,0.005994076374918222,-0.006560910493135452,0.0206748116761446,0.01720559597015381,-0.045192182064056396 +477,-0.0396443494771689,-0.8890250388557588,-2.635223068956153,-0.024976110085844994,0.7764577269554138,-0.6296741962432861,0.01851300708949566,0.16022378206253052,0.002114491304382682,-0.00020088255405426025,-0.02932637929916382,0.012517213821411133 +478,-0.025292631016522113,-0.8852675319469305,-2.6381992704818487,-0.01601061411201954,0.7740843892097473,-0.6328799724578857,0.09576397389173508,0.11977747082710266,-0.04776642099022865,0.01082262396812439,0.013909995555877686,-0.05315518379211426 +479,-0.02402562488900783,-0.8758562734820105,-2.645653371334467,-0.015383075922727585,0.7680920958518982,-0.6401546597480774,0.06768542528152466,0.008605929091572762,-0.05585264414548874,0.011339500546455383,0.03275024890899658,-0.03478735685348511 +480,-0.0375931583344486,-0.8706969378489535,-2.660142226338163,-0.0242153313010931,0.7647781372070312,-0.6438385248184204,0.10441050678491592,0.15689796209335327,-0.15872323513031006,-0.025650396943092346,0.04831695556640625,0.07277834415435791 +481,-0.034269827826164896,-0.8781242639049908,-2.666453696141099,-0.02188028208911419,0.769542396068573,-0.6382207870483398,-0.23490513861179352,-0.0875745639204979,0.018430879339575768,0.06274332106113434,0.028065025806427002,0.016379356384277344 +482,-0.020346879492112297,-0.8973330339832527,-2.646994183410709,-0.012689408846199512,0.7816663384437561,-0.6235677599906921,-0.10155178606510162,0.027143234387040138,0.07914243638515472,0.014688298106193542,0.046245038509368896,0.06498926877975464 +483,-0.0009402554226491314,-0.917719688448375,-2.631261897255549,-0.0005713300197385252,0.794218122959137,-0.607632577419281,-0.1384347826242447,0.08592994511127472,0.1756170094013214,-0.016838952898979187,0.021928727626800537,0.03893756866455078 +484,0.01759983672824261,-0.9351924096329809,-2.6153862996868353,0.010447842068970203,0.8047133088111877,-0.5935716032981873,-0.08406037837266922,0.06481067091226578,0.04090964049100876,-0.021067962050437927,0.03024756908416748,0.01588916778564453 +485,0.02124892665087901,-0.9414077051908282,-2.61039073868055,0.01250725518912077,0.8083875179290771,-0.5885178446769714,-0.009547434747219086,0.020522329956293106,0.07432524859905243,0.004689410328865051,-0.0030744075775146484,0.018281638622283936 +486,0.029641136256129703,-0.9463105109371959,-2.6004769180537814,0.01732804626226425,0.8112638592720032,-0.584423303604126,-0.026814471930265427,0.012295901775360107,0.0007741732988506556,-0.033365026116371155,0.01620495319366455,0.019741356372833252 +487,0.03556523652696696,-0.9499012472307606,-2.595909228573739,0.02068619430065155,0.8133580684661865,-0.5813955664634705,0.00026199687272310257,0.02995864674448967,0.014299937523901463,0.01552291214466095,0.027569055557250977,-0.010065555572509766 +488,0.03978468166256288,-0.952805115764014,-2.587060826204748,0.02304512821137905,0.8150439858436584,-0.5789405703544617,-0.01851787604391575,-0.007165947929024696,0.07572478801012039,-0.009663179516792297,0.026096761226654053,0.013556718826293945 +489,0.03962351716510365,-0.9516490698544446,-2.585740496298505,0.02298913523554802,0.8143736124038696,-0.5798854827880859,0.0590769499540329,-0.03587569668889046,-0.06320685148239136,0.007864134386181831,0.052874982357025146,-0.011407911777496338 +490,0.04041139485341749,-0.9521694891704967,-2.5906172247264325,0.02342887967824936,0.8146755695343018,-0.579443633556366,0.038575753569602966,0.02015984058380127,-0.020070955157279968,0.013726264238357544,0.020071744918823242,-0.03531771898269653 +491,0.03671827610639448,-0.9541928433968169,-2.5948464618071343,0.021228216588497162,0.8158472776412964,-0.5778777599334717,-0.030618824064731598,0.002289698924869299,-0.050801221281290054,-0.004702940583229065,0.005258679389953613,0.06287837028503418 +492,0.03901222526840438,-0.9604736570789004,-2.600931064531327,0.022353481501340866,0.8194631338119507,-0.5726958513259888,-0.02863258123397827,0.15812569856643677,-0.08040326833724976,-0.037566497921943665,-0.005818724632263184,0.02286064624786377 +493,0.049771514477057854,-0.9576617079273282,-2.604286512689991,0.0286283977329731,0.817848265171051,-0.5747213959693909,0.020750638097524643,0.10729240626096725,0.06106282398104668,0.0472840815782547,0.055458009243011475,-0.0705881118774414 +494,0.025248364810069136,-0.9656538000042298,-2.628214941244301,0.014361747540533543,0.8224210143089294,-0.5686980485916138,-0.26833581924438477,0.034584831446409225,-0.3818327486515045,-0.041262999176979065,0.006405889987945557,0.04130852222442627 +495,-0.007203966801630769,-0.9711694354622291,-2.6712658569098955,-0.004065412562340498,0.8255462050437927,-0.564319908618927,-0.029288936406373978,0.05833239108324051,-0.11157120764255524,0.026160135865211487,-0.09226983785629272,0.007297813892364502 +496,0.00182479942190235,-0.9668561883320685,-2.6672715089681005,0.0010362850734964013,0.8231044411659241,-0.5678892135620117,-0.0025509344413876534,0.012804616242647171,0.040427032858133316,0.0022290945053100586,-0.017089366912841797,-0.00040918588638305664 +497,0.017751922982962517,-0.9592639280365338,-2.659361431081753,0.010191250592470169,0.8187692165374756,-0.5740324258804321,0.026538152247667313,0.08229871094226837,-0.017428135499358177,0.0003678351640701294,0.02240210771560669,-0.03479325771331787 +498,0.02122425101657005,-0.9562526326820193,-2.667118019626599,0.012236681766808033,0.8170366287231445,-0.5764558911323547,0.06051689013838768,0.1654340922832489,-0.03363879770040512,0.008805184625089169,-0.020283758640289307,0.007669270038604736 +499,0.03793588905501466,-0.95142823327784,-2.6661347738140937,0.022017288953065872,0.8142454624176025,-0.5801030993461609,0.08522842824459076,0.16920018196105957,0.017460377886891365,0.015610873699188232,0.011056661605834961,0.0009862780570983887 +500,0.04580911287087976,-0.9489724324080117,-2.677245463247279,0.026675328612327576,0.8128173351287842,-0.5819075107574463,-0.01691284030675888,0.10229236632585526,-0.15883919596672058,-0.005389319732785225,0.034960925579071045,-0.040681540966033936 +501,0.03663764414244996,-0.9483916741996048,-2.6975482298274915,0.02135462313890457,0.8124788999557495,-0.5825993418693542,-0.008793250657618046,0.026765936985611916,-0.08583841472864151,0.02249912917613983,-0.03058803081512451,-0.006008446216583252 +502,0.04987007472191445,-0.9429380723024506,-2.699857418571348,0.029282182455062866,0.809287428855896,-0.5866825580596924,0.016969304531812668,0.1986915022134781,-0.0713103786110878,0.009231001138687134,0.024635910987854004,0.008908510208129883 +503,0.06031949503135119,-0.9438876234409102,-2.7088361782197086,0.03536462038755417,0.8098448514938354,-0.585577130317688,0.053489383310079575,0.25760361552238464,-0.030386338010430336,-0.03536462411284447,-0.007186830043792725,-0.014962971210479736 +504,0.0675185310804396,-0.9434250857568647,-2.71871956106833,0.03960452601313591,0.8095734119415283,-0.5856810808181763,-0.021197166293859482,0.1330627202987671,-0.03394290804862976,0.009544026106595993,0.011074721813201904,-0.016094982624053955 +505,0.08025078277085827,-0.9460160912352314,-2.7197212309211487,0.046889837831258774,0.8110916614532471,-0.583036482334137,-0.08742468804121017,0.16026535630226135,-0.050334736704826355,0.023712579160928726,0.051426589488983154,-0.00023066997528076172 +506,0.08392416550104122,-0.9530420163840377,-2.732501745695551,0.04855233058333397,0.8151812553405762,-0.5771673321723938,-0.03227899223566055,0.13596388697624207,-0.08713466674089432,-0.0072467997670173645,0.0028271079063415527,-0.008113980293273926 +507,0.08147991856207064,-0.958434301927179,-2.7475099132726872,0.04678300768136978,0.8182926177978516,-0.5728949308395386,-0.02047789841890335,0.0566919781267643,-0.04210914298892021,-0.011077441275119781,-0.028070449829101562,-0.016979336738586426 +508,0.07737215963356668,-0.9579347476729804,-2.7539583995937305,0.04446088895201683,0.818005383014679,-0.5734896063804626,-0.029700197279453278,-0.044832464307546616,-0.08227221667766571,0.02127397432923317,0.028750598430633545,-0.015118062496185303 +509,0.06847988537046909,-0.9613976319686663,-2.759680475486276,0.03916551545262337,0.8199923634529114,-0.5710330009460449,-0.04367669299244881,-0.032734304666519165,-0.06792155653238297,0.024433128535747528,0.014205694198608398,0.022052288055419922 +510,0.06565177202777282,-0.9697492461304398,-2.769023062382195,0.03709983453154564,0.824743926525116,-0.5642881393432617,-0.08972036093473434,0.06454984843730927,-0.04868313670158386,0.01214028149843216,-0.018271148204803467,0.03229045867919922 +511,0.06872767562293122,-0.9724670524741305,-2.7762238044125285,0.0386812686920166,0.8262778520584106,-0.5619329214096069,-0.009076566435396671,0.06253353506326675,-0.11866195499897003,-0.0074617899954319,0.03753739595413208,-0.013643801212310791 +512,0.05583914303793894,-0.9774114776812641,-2.7964229008068626,0.031207382678985596,0.829052746295929,-0.5582990646362305,0.0031477538868784904,-0.0045229108072817326,-0.12999765574932098,-0.013446159660816193,-0.0021941661834716797,-0.02504444122314453 +513,0.03866829377461982,-0.9748173529854708,-2.8119663248453763,0.021699845790863037,0.8275994062423706,-0.560899555683136,0.024503573775291443,-0.0622716099023819,-0.04626215994358063,0.004224836826324463,-0.0045403242111206055,0.018419086933135986 +514,0.042145686680238256,-0.9706324703011124,-2.8096643110846187,0.023795899003744125,0.8252430558204651,-0.5642762184143066,0.05930224806070328,0.029830891638994217,0.04644333943724632,-0.013786129653453827,0.012510240077972412,0.02069711685180664 +515,0.04553522074950777,-0.9688203950785936,-2.8040393643766204,0.025776419788599014,0.8242183327674866,-0.5656852126121521,0.09496120363473892,-0.01086818054318428,0.08997107297182083,-0.012821704149246216,-0.0011897683143615723,0.0045890212059021 +516,0.04203409085624487,-0.9636266916242777,-2.7969886275738567,0.02397528849542141,0.8212661743164062,-0.5700412392616272,0.11765487492084503,-0.06700851023197174,0.0855633020401001,-0.03567878156900406,-0.00917816162109375,0.0395084023475647 +517,0.050009667878101266,-0.948522433769541,-2.7776030782926244,0.029137704521417618,0.8125551342964172,-0.5821556448936462,0.09819138050079346,-0.14671505987644196,0.13847410678863525,0.010657213628292084,0.022604167461395264,-0.029309868812561035 +518,0.049464556915214765,-0.9426474131174191,-2.7573611169200882,0.029055902734398842,0.8091166615486145,-0.5869293808937073,-0.013313001953065395,-0.1613750159740448,0.08065298199653625,-0.010333366692066193,0.026973426342010498,0.017333984375 +519,0.0507991212793208,-0.9447144279537457,-2.7416343390688853,0.02975418046116829,0.8103296160697937,-0.5852184295654297,-0.06120036169886589,-0.10998260229825974,0.06068005412817001,0.01034592092037201,0.018710851669311523,-0.029375076293945312 +520,0.06107862088717408,-0.9436625523843748,-2.7297333356779356,0.035820264369249344,0.809712827205658,-0.585732102394104,0.01485372893512249,-0.05769051983952522,0.008904775604605675,0.0008313432335853577,0.02851349115371704,-0.0853036642074585 +521,0.041926237890807495,-0.9481254410124008,-2.7462996532201247,0.02444450557231903,0.8123236894607544,-0.5826942920684814,-0.06865458190441132,-0.21954521536827087,-0.02919573150575161,0.005935743451118469,-0.1068335771560669,-0.10823893547058105 +522,0.03784440497157542,-0.9416227802595057,-2.7343228548711314,0.02226523868739605,0.8085141181945801,-0.588055431842804,0.052714988589286804,-0.1866898536682129,0.13610602915287018,-0.011889263987541199,-0.04391145706176758,-0.039996325969696045 +523,0.06718226430372365,-0.9103847379157652,-2.7600724883539445,0.04118143022060394,0.7897397875785828,-0.612058162689209,0.6015393733978271,0.9374025464057922,-0.2815341651439667,-0.10041604936122894,-0.038915812969207764,-0.10867547988891602 +524,0.09427527607285206,-0.8894545276749589,-2.806814168319379,0.05929002910852432,0.7767283320426941,-0.6270389556884766,-0.13771700859069824,0.00729086110368371,0.15408526360988617,0.12141980230808258,-0.09495037794113159,-0.23615074157714844 +525,0.10637587593118113,-0.8888446023757244,-2.8137847496777835,0.06692332774400711,0.7763440012931824,-0.6267465353012085,0.06722846627235413,0.3174726366996765,0.0017860957887023687,0.05227833241224289,-0.07012146711349487,-0.042153000831604004 +526,0.17051276283466457,-0.8549686879316956,-2.7727137204472947,0.1113562285900116,0.7545503973960876,-0.6467252969741821,0.5918302536010742,0.45223549008369446,0.7781375646591187,0.1084313690662384,-0.0052980780601501465,0.10184919834136963 +527,0.23559788928216155,-0.8306554997615933,-2.7046563093649545,0.15741951763629913,0.7383735775947571,-0.6557617783546448,-0.4538976550102234,-0.2777494788169861,0.3324248790740967,0.12630240619182587,0.03306502103805542,0.024063169956207275 +528,0.23347140942864628,-0.8489506459621214,-2.6758906278251313,0.1528734564781189,0.7505874633789062,-0.6428438425064087,-0.3187350928783417,-0.17832238972187042,0.026341889053583145,-0.00391717255115509,0.037422239780426025,0.09247457981109619 +529,0.22827163223346758,-0.8648044585941141,-2.676417262790198,0.14681723713874817,0.7609683871269226,-0.6319586038589478,-0.24838662147521973,-0.14441357553005219,-0.011416442692279816,0.018465951085090637,-0.022595703601837158,0.01477116346359253 +530,0.23291476555301882,-0.8863225063825286,-2.656350664761528,0.14593605697155,0.7747518420219421,-0.6151927709579468,-0.08222395926713943,0.011320481076836586,0.1296059638261795,-0.007813513278961182,-0.0005667209625244141,0.014774739742279053 +531,0.23748917041583828,-0.9072512991384274,-2.6464837896616182,0.14490166306495667,0.7878137826919556,-0.5986258387565613,-0.11020106822252274,-0.05817115679383278,0.07163665443658829,0.05433233082294464,0.023175597190856934,-0.042975664138793945 +532,0.23147288810971642,-0.9020882842664057,-2.642181349476183,0.14222882688045502,0.7846233248710632,-0.6034379005432129,-0.090725377202034,-0.07243238389492035,-0.28077200055122375,0.008253350853919983,0.03727614879608154,-0.01960897445678711 +533,0.23398892406971572,-0.9090888200085381,-2.645924130497068,0.14246955513954163,0.7889441847801208,-0.597720205783844,-0.026646144688129425,4.8869289457798004e-05,0.17550083994865417,-0.036848217248916626,-0.01044076681137085,-0.016735970973968506 +534,0.2413669017284303,-0.9005467486708336,-2.641369913434056,0.1484811007976532,0.7836666703224182,-0.6031748652458191,0.1718984842300415,-0.09600530564785004,0.10981430858373642,0.002519845962524414,0.01642787456512451,-0.05414324998855591 +535,0.23215960186975976,-0.8855031951804473,-2.642185945134808,0.14561745524406433,0.7742335796356201,-0.6159204244613647,0.04768533259630203,-0.1059817522764206,-0.07563843578100204,0.007458716630935669,-0.005785703659057617,0.013060986995697021 +536,0.20721931050067177,-0.9112795228949958,-2.643837152787369,0.12606382369995117,0.7902883887290955,-0.5996267795562744,-0.23455943167209625,-0.264026939868927,-0.2196122258901596,0.04024171829223633,0.10834747552871704,0.020555734634399414 +537,0.1856691555589563,-0.9155397769188736,-2.640940521591755,0.1124909296631813,0.7928916215896606,-0.5988895297050476,0.3847138285636902,0.16824360191822052,-0.10286145657300949,-0.1337616741657257,-0.01913374662399292,-0.029925167560577393 +538,0.18704953459454754,-0.9077451795231691,-2.641079753710221,0.11446333676576614,0.7881178259849548,-0.6047878265380859,-0.4541972577571869,-0.3244900107383728,0.18643195927143097,0.07909438759088516,-0.11941671371459961,-0.03383821249008179 +539,0.16915395858231497,-0.9359948120181997,-2.6414433599613787,0.09983360022306442,0.8051894307136536,-0.5845538377761841,-0.18101710081100464,0.12889796495437622,-0.08051798492670059,-0.01237022876739502,0.06973421573638916,0.019231021404266357 +540,0.15848955918490387,-0.9291454214304226,-2.6585297196566375,0.09446236491203308,0.8011087775230408,-0.591017484664917,0.15709470212459564,-0.06318605691194534,-0.13528721034526825,0.03365042805671692,0.03459984064102173,-0.05734372138977051 +541,0.14465925120334835,-0.9344930756140833,-2.6663751917991827,0.08566083759069443,0.804297924041748,-0.588019609451294,-0.16378609836101532,0.059439584612846375,0.09390171617269516,0.01706133782863617,-0.005271434783935547,0.031333208084106445 +542,0.15366159912994815,-0.9253327228209454,-2.6400425227606554,0.0920746922492981,0.798820972442627,-0.5944807529449463,0.21569563448429108,-0.1005140170454979,0.1392056792974472,-0.047808945178985596,0.04466962814331055,-0.002366781234741211 +543,0.1489217116670848,-0.927440925207134,-2.6396272304904715,0.08900582790374756,0.8000873923301697,-0.5932437181472778,-0.28616297245025635,-0.14212819933891296,-0.027572743594646454,-0.015580534934997559,0.07369184494018555,-0.013094782829284668 +544,0.147904629236837,-0.9349476043658254,-2.6330056321466526,0.08751482516527176,0.8045679926872253,-0.5873767733573914,0.17228825390338898,0.016837934032082558,0.07917068153619766,-0.004674859344959259,-0.017596006393432617,-0.017832577228546143 +545,0.13469310681501337,-0.9246616743339006,-2.6544686819414864,0.0808543711900711,0.7984170913696289,-0.5966513156890869,0.09325927495956421,-0.0753941610455513,-0.10541468113660812,0.014207884669303894,0.027083396911621094,-0.010846853256225586 +546,0.13438527446122897,-0.9232160878128572,-2.655732783164155,0.08082523941993713,0.797545850276947,-0.5978192090988159,0.1953985095024109,0.07601318508386612,0.07197608053684235,0.028290368616580963,0.009903430938720703,-0.012288212776184082 +547,0.13345598619347085,-0.9255443976760017,-2.6563439898208516,0.08002237230539322,0.7989482879638672,-0.5960521697998047,0.02821480855345726,0.02875843457877636,-0.06893295794725418,-0.04111246019601822,-0.0076885223388671875,-0.010850906372070312 +548,0.1402644592428485,-0.9231408503782579,-2.6555039154032922,0.08434692025184631,0.797500491142273,-0.5973932147026062,0.10871624201536179,0.04819665849208832,-0.0853542760014534,0.0060614049434661865,0.05078136920928955,-0.07590079307556152 +549,0.14721404713547925,-0.9226629228040432,-2.659708062195,0.08855237066745758,0.7972120642662048,-0.5971695184707642,0.04734768718481064,0.10578831285238266,-0.06653185188770294,-0.04953565448522568,0.07140976190567017,0.008180320262908936 +550,0.14843603452066642,-0.9295573419715052,-2.66294114574922,0.0884670540690422,0.801355242729187,-0.5916107892990112,-0.006276547908782959,-0.15494701266288757,0.04016033932566643,0.010608255863189697,0.03516209125518799,-0.03793632984161377 +551,0.1391213809977021,-0.9241597631831656,-2.667892629623812,0.08355125039815903,0.7981147766113281,-0.5966840982437134,0.0940375030040741,0.02732725255191326,0.06521818786859512,0.05084816366434097,-0.0125923752784729,0.010029435157775879 +552,0.1443565082127745,-0.931993480535566,-2.6657879080108615,0.08577176183462143,0.8028101325035095,-0.590033233165741,0.04326942563056946,0.16021567583084106,0.057778500020504,-0.0052053481340408325,0.02203434705734253,0.013556182384490967 +553,0.15283883151705052,-0.9247512395261239,-2.6651632717940874,0.09165623039007187,0.7984710335731506,-0.5950152277946472,0.052737001329660416,0.13732734322547913,-0.04658323526382446,-0.016827136278152466,-0.03455507755279541,-0.028840363025665283 +554,0.1527663475215919,-0.9216511533809768,-2.6695356193790993,0.09198935329914093,0.7966008186340332,-0.5974655747413635,-0.12508948147296906,-0.07005362212657928,-0.07630131393671036,-0.0030458644032478333,0.0002894401550292969,-0.027702271938323975 +555,0.13782318411872033,-0.9195816262139663,-2.675220680235338,0.08327769488096237,0.7953481078147888,-0.6004050374031067,0.07597535103559494,-0.030435264110565186,-0.09898525476455688,-0.02411937713623047,0.004319190979003906,-0.00924462080001831 +556,0.1428616602763081,-0.919818840350884,-2.669014553743891,0.0862748995423317,0.7954918742179871,-0.5997911691665649,-0.09930326789617538,-0.023100096732378006,0.05683799460530281,-0.021425053477287292,0.02186042070388794,0.03994619846343994 +557,0.15163166215531648,-0.9152630353227899,-2.6661314097450646,0.09207816421985626,0.7927229404449463,-0.6025878190994263,0.016155600547790527,0.03177430108189583,-0.01817709393799305,0.014031462371349335,0.06843745708465576,-0.047024667263031006 +558,0.14920738670227862,-0.9108221984352537,-2.6639393768668915,0.09113947302103043,0.7900080680847168,-0.606284499168396,0.15268656611442566,-0.005529012531042099,0.0011494278442114592,-0.03355279564857483,0.021454334259033203,-0.002907395362854004 +559,0.14051198121982747,-0.9081154092906972,-2.671065753490276,0.08616337180137634,0.7883456945419312,-0.6091691851615906,0.002506596501916647,-0.08451337367296219,-0.003635789267718792,0.024813801050186157,-0.005234122276306152,-0.021919071674346924 +560,0.14569261646043796,-0.9106531125129073,-2.665516170406508,0.08902735263109207,0.7899044156074524,-0.6067332029342651,-0.06958144158124924,-0.027271389961242676,0.03233925253152847,0.02402500808238983,0.04055517911911011,-0.021196484565734863 +561,0.13835411933089653,-0.9182175854997703,-2.6707881102032403,0.08374599367380142,0.7945205569267273,-0.601434588432312,-0.04075475409626961,0.023924756795167923,0.005561822094023228,0.003702118992805481,-0.03019261360168457,0.023569047451019287 +562,0.14749813914339363,-0.921500303665261,-2.663995915109173,0.08885817229747772,0.7965096235275269,-0.5980607271194458,-0.06195928156375885,-0.022913042455911636,0.008853092789649963,0.008325055241584778,0.015425801277160645,-0.0304335355758667 +563,0.14729860955825133,-0.918492657628815,-2.6648879768715954,0.08909004181623459,0.7946875095367432,-0.6004454493522644,-0.04342621937394142,0.03356859087944031,-0.012799144722521305,-0.011819534003734589,-0.005029916763305664,0.02094721794128418 +564,0.15275025486959773,-0.9218166766434769,-2.6617073826198467,0.09195966273546219,0.7967008948326111,-0.5973366498947144,-0.0038718869909644127,0.06195895001292229,0.004658941179513931,-0.011439025402069092,0.004858553409576416,-0.0026236772537231445 +565,0.1538894672631038,-0.9223618505602857,-2.6613889762861804,0.09257350862026215,0.7970302700996399,-0.5968022346496582,0.03701977804303169,0.009521977975964546,-0.02176477387547493,-0.010725356638431549,0.023236453533172607,-0.002212047576904297 +566,0.14815982607274605,-0.9238102179840625,-2.668112453592876,0.08898204565048218,0.7979041337966919,-0.5961804986000061,-0.02325073629617691,-0.0013822144828736782,-0.02669139951467514,-0.006721913814544678,0.0012139678001403809,0.0064435601234436035 +567,0.15181663585925484,-0.913483674472184,-2.6715710938683666,0.09240277856588364,0.7916370630264282,-0.6039639711380005,-0.03584606945514679,0.10211537033319473,-0.050034377723932266,-0.025050483644008636,0.0027965307235717773,0.08696568012237549 +568,0.15264324498165474,-0.9140637690291327,-2.669356098463903,0.09283216297626495,0.7919913530349731,-0.6034334897994995,0.0493234246969223,-0.039085905998945236,0.042096592485904694,0.0015892237424850464,-0.0024253129959106445,-0.01808750629425049 +569,0.1479428285767881,-0.9135530197283247,-2.666743837613861,0.09005435556173325,0.7916793823242188,-0.6042630672454834,0.08436087518930435,0.04778435081243515,-0.08310088515281677,-0.06924137473106384,0.014778077602386475,0.0034482479095458984 +570,0.14706845753279857,-0.909001208446211,-2.6672275971744295,0.09005310386419296,0.7888903617858887,-0.6078999638557434,0.03755568712949753,-0.05307672917842865,0.09818868339061737,0.009968243539333344,0.024769246578216553,-0.021601319313049316 +571,0.14595272568563666,-0.8985467296217656,-2.664615252214194,0.09056936949491501,0.7824227213859558,-0.616126537322998,0.1585974246263504,-0.02449515275657177,0.15340666472911835,0.03031075745820999,0.00833350419998169,0.012473583221435547 +572,0.13393514081105867,-0.8839031856816268,-2.6550968792607397,0.08467965573072433,0.7732199430465698,-0.6284586787223816,0.1062965840101242,-0.36665430665016174,0.09015270322561264,-0.007302336394786835,0.019275784492492676,-0.030751526355743408 +573,0.11736239969268841,-0.916980632948221,-2.638787344707522,0.07121836394071579,0.7937688231468201,-0.6040357351303101,-0.6638049483299255,-0.5224149227142334,0.16918356716632843,0.03409780561923981,-0.006125271320343018,-0.10035580396652222 +574,0.09703389455181557,-0.9356372683198342,-2.5983235375528686,0.05748044699430466,0.8049773573875427,-0.590514600276947,-0.04930976405739784,-0.32900509238243103,0.06526292115449905,-0.020432114601135254,0.006225645542144775,0.024611830711364746 +575,0.08684996592017287,-0.9346697092978892,-2.596395026074787,0.0515313446521759,0.8044028878211975,-0.591844916343689,0.1421239674091339,-0.07730504125356674,0.0894961729645729,0.005277123302221298,-0.09183275699615479,-0.04395824670791626 +576,0.10422318068192289,-0.9303093840773385,-2.578219165874923,0.06216960400342941,0.8018048405647278,-0.5943431854248047,-0.043606340885162354,0.03684719651937485,0.1924646496772766,0.037317704409360886,-0.03769052028656006,-0.07353395223617554 +577,0.11789746809843069,-0.9245829775558294,-2.563120696788926,0.07082968205213547,0.7983697056770325,-0.5979874730110168,-0.10547259449958801,0.05512101575732231,-0.035807326436042786,-0.0036452263593673706,0.02374333143234253,-0.051441848278045654 +578,0.11667163797890791,-0.930661381063974,-2.575006947745192,0.06953040510416031,0.8020151853561401,-0.5932429432868958,-0.04895440861582756,0.06419999897480011,0.04612435773015022,0.01736839860677719,-0.06724345684051514,-0.06788980960845947 +579,0.1288203710650167,-0.9220872994881958,-2.566211481244097,0.07761280238628387,0.79686439037323,-0.599152147769928,0.07207773625850677,0.10786651819944382,0.07790546119213104,-0.0056676119565963745,-0.02568519115447998,-0.009261488914489746 +580,0.1394986409228602,-0.9221887934885986,-2.5723394270018183,0.08399491757154465,0.7969257235527039,-0.5982091426849365,0.0234166719019413,0.1551482230424881,-0.00807101745158434,-0.0017500445246696472,-0.03130078315734863,-0.0229150652885437 +581,0.14745508768124937,-0.9174289176621262,-2.5801340466782134,0.08930815011262894,0.7940413951873779,-0.601267397403717,-0.06067587807774544,0.13047908246517181,-0.10863710939884186,0.017625443637371063,0.02372288703918457,-0.0027670860290527344 +582,0.14817840073377392,-0.9198437097392727,-2.5857621707193257,0.08945967257022858,0.7955069541931152,-0.5993043780326843,-0.018567677587270737,0.032614219933748245,-0.033961232751607895,0.006701216101646423,0.043894290924072266,0.040527522563934326 +583,0.14623177088335307,-0.9286554183490248,-2.598541965621147,0.08726806938648224,0.8008154034614563,-0.5925192832946777,-0.00309631135314703,0.07786241173744202,-0.12089815735816956,0.02018432319164276,0.06339669227600098,0.019139766693115234 +584,0.13712597379464964,-0.9409405898600727,-2.622251312515546,0.08051816374063492,0.8081125020980835,-0.5834988951683044,-0.10594096779823303,0.07135527580976486,-0.18744301795959473,-0.0010198727250099182,0.046303391456604004,0.02409648895263672 +585,0.11923030001636307,-0.9509429336269957,-2.6550371867422395,0.06909877061843872,0.8139636516571045,-0.576791524887085,-0.01901521533727646,0.11041690409183502,-0.17458941042423248,-0.0007851794362068176,-0.0022724270820617676,0.036798298358917236 +586,0.12089885725628904,-0.9589657738354143,-2.6744935253132414,0.0692712590098381,0.8185979723930359,-0.5701743364334106,-0.0388234481215477,0.20008741319179535,-0.0685533881187439,0.0161474347114563,-0.0027257800102233887,0.049224019050598145 +587,0.14374292750388962,-0.973730766742811,-2.675353574220539,0.0805368721485138,0.8269889950752258,-0.556419849395752,-0.21024222671985626,0.2609575688838959,-0.04163298383355141,-0.02827552706003189,0.04492872953414917,0.04805809259414673 +588,0.16476444007563226,-0.9905484029776518,-2.6783663503248825,0.08992087841033936,0.8363267779350281,-0.5408065915107727,-0.16394340991973877,0.26822182536125183,0.0189761184155941,-0.050919413566589355,-0.0244675874710083,0.01047217845916748 +589,0.17818895490491754,-0.9920968106651133,-2.679621038252178,0.0969429686665535,0.837174654006958,-0.5382755994796753,-0.0010695988312363625,0.02384418621659279,0.02258158102631569,-0.013782575726509094,-0.011750519275665283,-0.03615671396255493 +590,0.17682673341515778,-0.9851932255278847,-2.6802357991971393,0.09722400456666946,0.8333789110183716,-0.5440837740898132,0.04789968207478523,-0.02400960400700569,0.03369036316871643,-0.007700681686401367,0.019709467887878418,0.0002300739288330078 +591,0.17142168088059803,-0.9819362770249889,-2.684370647388991,0.09474430978298187,0.8315743803977966,-0.5472729802131653,0.06204800307750702,-0.019962871447205544,-0.034383781254291534,0.018506422638893127,0.03645235300064087,-0.006865203380584717 +592,0.16625337828448694,-0.9826246345889882,-2.6898790475297067,0.09181983768939972,0.8319565057754517,-0.5471906661987305,0.01665998250246048,0.03635138273239136,-0.04231718182563782,-0.01363380253314972,0.01800382137298584,0.03983592987060547 +593,0.16608264167198777,-0.9813669383465837,-2.702190705782731,0.09189929068088531,0.8312579989433289,-0.548237681388855,-0.016052182763814926,0.12496468424797058,0.007428599521517754,0.0018812194466590881,-0.006184816360473633,0.0015611052513122559 +594,0.1675975090245791,-0.9749644001046534,-2.7105819190943428,0.09361561387777328,0.8276818990707397,-0.5533342957496643,0.12814339995384216,0.10569385439157486,-0.06943017989397049,0.007885843515396118,-0.014525771141052246,0.004246771335601807 +595,0.17198580168781805,-0.9642766001452945,-2.7117048618594195,0.09755128622055054,0.8216367959976196,-0.5616019368171692,0.07907922565937042,0.034327566623687744,0.1278417706489563,0.037916235625743866,0.0003998875617980957,0.04783850908279419 +596,0.19585071846146265,-0.961501220225424,-2.69150944469322,0.11136813461780548,0.8200516104698181,-0.5613486766815186,0.0514201857149601,0.11407068371772766,0.021908018738031387,-0.015191994607448578,0.06924575567245483,0.05397874116897583 +597,0.20005075901069083,-0.9602018530456263,-2.7032191774769676,0.11393648386001587,0.8193073272705078,-0.5619198083877563,0.08399366587400436,0.12265486270189285,-0.04231131076812744,0.035950593650341034,0.019651353359222412,0.014785468578338623 +598,0.21744742263248867,-0.9545049813836488,-2.7017276819412137,0.12469926476478577,0.8160277009010315,-0.5644014477729797,0.14199206233024597,0.21272633969783783,-0.0575374960899353,0.03602157533168793,0.09124469757080078,0.01641249656677246 +599,0.21669837130269348,-0.9570002002551917,-2.719608015506285,0.12383828312158585,0.817467451095581,-0.5625044107437134,0.05386398732662201,0.1378641277551651,-0.05995792895555496,-0.022031649947166443,0.009879350662231445,0.001804947853088379 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/standing/q14.csv b/BoostRunClub/CoreML/DataSet/Motion/standing/q14.csv new file mode 100644 index 0000000..965c28e --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/standing/q14.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,0.21343267607988617,-0.9595858785681438,-2.7333822545683217,0.12155252695083618,0.8189539909362793,-0.5608381032943726,-0.09285380691289902,0.001010990235954523,-0.03672399744391441,0.0028676390647888184,-0.025771617889404297,-0.02340567111968994 +1,-0.5790641701452605,0.25961796537012904,2.1850067789851026,-0.5289018750190735,-0.25671133399009705,-0.8089265823364258,0.20028306543827057,-0.5131382346153259,0.08705602586269379,-0.04356217384338379,0.06312310695648193,-0.09549236297607422 +2,-0.6058207365082372,0.2410677013228449,2.201419705703644,-0.5529708862304688,-0.23873959481716156,-0.798264741897583,-0.23448745906352997,-0.11344870924949646,0.2993221879005432,0.06049346923828125,-0.029311567544937134,0.013718843460083008 +3,-0.5994519420827225,0.20963980945682514,2.208037280291132,-0.5518376231193542,-0.2081076055765152,-0.8075682520866394,0.05699198693037033,-0.2210983783006668,0.07572195678949356,0.018787145614624023,-0.021033599972724915,-0.0781434178352356 +4,-0.6254070571193143,0.20885291913040535,2.2243223931895124,-0.5727056264877319,-0.207337886095047,-0.7931073307991028,-0.18913906812667847,0.46611928939819336,0.4236564040184021,0.001477658748626709,-0.028318852186203003,-0.04629391431808472 +5,-0.6159558946196415,0.19629478576719672,2.2472193676654055,-0.5666440725326538,-0.1950366199016571,-0.8005467653274536,-0.10253352671861649,0.17300663888454437,0.38984277844429016,0.051339566707611084,-0.0273907333612442,-0.013677418231964111 +6,-0.6270907536943229,0.17758081943928752,2.2505287574263972,-0.5775635838508606,-0.17664895951747894,-0.7970040440559387,0.653164267539978,-1.6294738054275513,-0.7155449986457825,0.006656050682067871,0.06434428691864014,-0.2531515955924988 +7,-0.8730441874364645,0.21756911604689422,2.2582686272651378,-0.7482231259346008,-0.21585668623447418,-0.6273499727249146,-0.9051651954650879,-1.7458254098892212,0.2033558487892151,0.1493004560470581,-0.050760120153427124,0.16874712705612183 +8,-1.0558428706662901,0.12719491507079458,2.2119893468405394,-0.8632849454879761,-0.12685221433639526,-0.48851582407951355,0.46101054549217224,-0.5529263615608215,0.36700570583343506,0.004199862480163574,0.058889567852020264,-0.08358198404312134 +9,-1.032192011836713,0.15045520474590998,2.2386159213586465,-0.8487277626991272,-0.14988821744918823,-0.5071437358856201,-0.14013618230819702,0.03540123626589775,-0.010722383856773376,0.1117892861366272,-0.0032489895820617676,-0.027737855911254883 +10,-0.9751718602118691,0.1272572309557741,2.2366378873367823,-0.8211045265197754,-0.12691403925418854,-0.5564891695976257,-0.5217678546905518,1.039201259613037,0.48829877376556396,0.06519937515258789,-0.007241234183311462,0.03491330146789551 +11,-0.9201456394404336,0.06840659380777883,2.1762067125988733,-0.7938289046287537,-0.06835325807332993,-0.6042876839637756,-1.1801331043243408,1.1647701263427734,0.36124762892723083,-0.012582898139953613,0.07080993056297302,0.055917322635650635 +12,-0.8645097518698579,-0.026855871899146594,2.1154420885105703,-0.760502815246582,0.026852643117308617,-0.6487790942192078,-0.5561192035675049,-0.3256904184818268,0.38024041056632996,0.06931018829345703,-0.02218344807624817,-0.12311720848083496 +13,-0.926867594315859,-0.0969976287609165,2.0836156105455346,-0.7959840297698975,0.0968455970287323,-0.5975200533866882,-0.5548027753829956,-0.6345061659812927,-0.18884195387363434,-0.009451091289520264,0.06874275207519531,0.05532950162887573 +14,-0.9845632920438736,-0.051263101963010996,2.1014529031171407,-0.831936240196228,0.05124065279960632,-0.5525001883506775,0.44075003266334534,-0.4384400248527527,-0.13889020681381226,0.021023213863372803,-0.04384014010429382,0.11193317174911499 +15,-1.020230291921126,-0.05635843050353332,2.1428373033852535,-0.8508754372596741,0.05632860213518143,-0.5223390460014343,0.32321444153785706,0.2332754135131836,0.2978297472000122,0.03849750757217407,0.01180189847946167,0.06425493955612183 +16,-1.0321505258605794,-0.052771248756095096,2.175621616015996,-0.8572091460227966,0.05274675786495209,-0.5122599005699158,0.7333373427391052,-0.2740657925605774,0.18938933312892914,-0.020918846130371094,0.01845073327422142,-0.012489795684814453 +17,-0.9950691012498603,-0.04859652171045993,2.275400753328778,-0.8378063440322876,0.04857739806175232,-0.5438022017478943,0.2804461419582367,0.2527804672718048,0.6005767583847046,-0.005653738975524902,-0.02851209044456482,0.0006045103073120117 +18,-1.00402560891773,-0.03623974527641656,2.2950165044781246,-0.8430853486061096,0.036231812089681625,-0.5365580320358276,0.16283687949180603,-0.7760747671127319,-0.3042837679386139,0.08156490325927734,0.012443721294403076,-0.05212604999542236 +19,-0.9841615352519815,-0.05656134053100292,2.281281523914993,-0.8314763903617859,0.056531187146902084,-0.5526763200759888,-0.4140259623527527,0.5417386293411255,0.28460338711738586,0.049234628677368164,-0.04737592115998268,-0.050717175006866455 +20,-0.9993974512316024,-0.05036625724428101,2.2624187856862044,-0.840078592300415,0.05034496635198593,-0.5401234030723572,-0.024250082671642303,-0.0008301245979964733,-0.05969174951314926,0.04286789894104004,-0.02693799138069153,-0.009528636932373047 +21,-0.9731150307537645,-0.07442967962314626,2.248443053679268,-0.8243539929389954,0.07436098158359528,-0.5611692667007446,-0.14564386010169983,-0.12138274312019348,0.07957570254802704,0.009382069110870361,0.018198810517787933,-0.1263306736946106 +22,-1.0262887299037966,-0.06776322768786094,2.2467769142910385,-0.8534193634986877,0.06771138310432434,-0.5168081521987915,-0.07851387560367584,-0.7525399327278137,0.03975551575422287,-0.008122384548187256,-0.02190449833869934,-0.036155104637145996 +23,-1.063087196536338,-0.07250552297005884,2.243482400731581,-0.8715645670890808,0.07244201004505157,-0.48489922285079956,0.15602195262908936,-0.37372860312461853,-0.2023967057466507,-0.018953561782836914,0.08306031674146652,-0.026956826448440552 +24,-1.0641801476175345,-0.06144313225012331,2.255406404587327,-0.8727414608001709,0.061404477804899216,-0.48430564999580383,-0.044128723442554474,0.15365979075431824,-0.0359448567032814,-0.0540010929107666,0.00689387321472168,0.13184285163879395 +25,-1.0640387108216292,-0.04520180137716188,2.239246477515995,-0.8734296560287476,0.04518641158938408,-0.48484915494918823,0.07558207958936691,0.05696646124124527,-0.10819260776042938,0.016328275203704834,0.04224645718932152,0.07187005877494812 +26,-1.0671527144565423,-0.05998575143608842,2.238659810133755,-0.8742546439170837,0.059949781745672226,-0.4817518889904022,-0.10248652845621109,-0.06808138638734818,0.12002536654472351,0.0029931068420410156,0.0033131539821624756,0.00975179672241211 +27,-1.0878048864781866,-0.06662336018013025,2.2502023093895476,-0.8836448788642883,0.0665740817785263,-0.4634001851081848,0.37915897369384766,-0.13578280806541443,0.17822453379631042,0.0007408261299133301,0.03588870167732239,-0.033929526805877686 +28,-1.1030377669511757,-0.058279992733208746,2.2685547678280717,-0.891065776348114,0.05824700742959976,-0.4501212537288666,0.035463783890008926,-0.4827476143836975,-0.03898144140839577,0.012220561504364014,0.031581491231918335,-0.006131768226623535 +29,-1.107462415347458,-0.06212836098864771,2.2806529704188367,-0.8928415179252625,0.06208840012550354,-0.44607070088386536,-0.0524446927011013,-0.24833199381828308,-0.2391965538263321,-0.05028897523880005,-0.04933205246925354,-0.0025377273559570312 +30,-1.170438664415691,-0.03495926065192008,2.2777237836619193,-0.9203590750694275,0.03495214134454727,-0.3895096480846405,-0.18110018968582153,-0.6081266403198242,-0.38473382592201233,0.0068762898445129395,-0.006067242473363876,0.08022916316986084 +31,-1.1820343981908463,-0.05440014738343723,2.2377191395123193,-0.9240100979804993,0.05437332019209862,-0.37848228216171265,-0.34823906421661377,-0.18952800333499908,0.10965968668460846,0.05847060680389404,-0.015738073736429214,-0.016796618700027466 +32,-1.1998239189999884,-0.08202138407934476,2.2578489537691064,-0.9288421869277954,0.08192944526672363,-0.3613031506538391,0.3129594027996063,-0.019345244392752647,0.37364280223846436,-0.02234506607055664,-0.06369518488645554,0.011709004640579224 +33,-1.2258293966745872,-0.09271690839167729,2.273840248980304,-0.9370445609092712,0.09258412569761276,-0.33671310544013977,0.09662851691246033,-0.22228297591209412,0.2399243265390396,-0.042523860931396484,-0.03206777572631836,0.024045228958129883 +34,-1.2517537915160588,-0.08801496395301532,2.312919635216809,-0.9458606243133545,0.08790136873722076,-0.31244343519210815,0.2667417824268341,-0.16537927091121674,-0.16652457416057587,-0.10560721158981323,-0.032023705542087555,0.11261436343193054 +35,-1.2696930802287216,-0.09530571626987452,2.3177603443398542,-0.9506758451461792,0.09516150504350662,-0.29522809386253357,-0.11807616800069809,0.36230260133743286,0.17796020209789276,-0.10279089212417603,0.04143514484167099,0.08468732237815857 +36,-1.2528977074665602,-0.09007396414713777,2.326137946368882,-0.9460435509681702,0.08995221555233002,-0.3113040328025818,0.24177539348602295,-0.07694824039936066,-0.018888939172029495,0.07295095920562744,-0.010225065052509308,0.012369126081466675 +37,-1.2456601735136863,-0.0959664870875747,2.3229973558263195,-0.9432469606399536,0.09581924974918365,-0.31796795129776,-0.05053913593292236,0.3064357042312622,0.1200423389673233,-0.025640249252319336,0.09915752708911896,-0.0376838743686676 +38,-1.2441883563643776,-0.08815234328284663,2.3280453549731224,-0.9434583783149719,0.08803822100162506,-0.3195863962173462,0.20635929703712463,-0.19536727666854858,-0.14250752329826355,0.0722121000289917,-0.011225499212741852,-0.02295812964439392 +39,-1.2233396271492332,-0.08924134708218485,2.314419186535607,-0.9365002512931824,0.0891229435801506,-0.33915260434150696,-0.3120225667953491,0.18786142766475677,-0.14443844556808472,0.003837287425994873,0.08716186881065369,-0.08090662956237793 +40,-1.2334720893637199,-0.07698113457024862,2.2992338137312087,-0.9408489465713501,0.07690512388944626,-0.3299831449985504,-0.13367541134357452,-0.10205075889825821,-0.23338425159454346,-0.014015555381774902,-0.0011299550533294678,0.023601889610290527 +41,-1.2388210528171926,-0.07101467077594166,2.260583191775073,-0.9430175423622131,0.07095499336719513,-0.32508963346481323,-0.3519846498966217,0.16272491216659546,0.05876420438289642,0.048226892948150635,0.034406960010528564,-0.022887051105499268 +42,-1.2351991458807554,-0.07936371289766146,2.2237842594956274,-0.9412418007850647,0.07928042858839035,-0.3282964825630188,-0.3203819692134857,-0.10368935018777847,-0.05298846960067749,0.022662699222564697,0.015461385250091553,-0.0619928240776062 +43,-1.2389901220326334,-0.0909452056544998,2.2096715651676737,-0.9415482878684998,0.09081988781690598,-0.3244050443172455,-0.324651300907135,0.13129854202270508,0.06417814642190933,-0.003703176975250244,-0.031249582767486572,-0.005444228649139404 +44,-1.2315994736628701,-0.09781842640037505,2.1879608931068724,-0.9385141730308533,0.09766250848770142,-0.3311392366886139,-0.15896430611610413,0.035016871988773346,-0.013010424561798573,-0.008553028106689453,-0.008673250675201416,-0.049582839012145996 +45,-1.2201634539279318,-0.10118405798326473,2.1720538797690594,-0.9343520402908325,0.1010114923119545,-0.3417353928089142,-0.16199159622192383,-0.048006560653448105,-0.12196328490972519,-0.0069931745529174805,-0.02599930763244629,-0.0503087043762207 +46,-1.219203526799778,-0.10335817475060932,2.14447730233755,-0.9338151216506958,0.10317424684762955,-0.3425556719303131,-0.1742754727602005,0.057269319891929626,0.08780423551797867,0.0334397554397583,-0.016367025673389435,-0.04779466986656189 +47,-1.2218893598890437,-0.10644721359158316,2.111501828234373,-0.9344279170036316,0.10624630004167557,-0.339935839176178,-0.33612123131752014,0.05068744346499443,-0.0021588425152003765,0.027964293956756592,-0.02673274278640747,-0.1049036979675293 +48,-1.2260383051053965,-0.10541793812962212,2.082929944127959,-0.9359325766563416,0.10522279888391495,-0.3360927700996399,-0.2301347255706787,-0.06496672332286835,-0.09960298240184784,0.030201375484466553,-0.02023133635520935,-0.03356665372848511 +49,-1.223957791092306,-0.10871538176783671,2.0574546686484507,-0.9348999857902527,0.1085013598203659,-0.3379195034503937,-0.17499832808971405,-0.031162256374955177,-0.06515653431415558,-0.00394284725189209,0.006183728575706482,-0.013398855924606323 +50,-1.2322626269259478,-0.10638642135851938,2.0300630314649037,-0.9379097819328308,0.10618585348129272,-0.33022674918174744,-0.35897913575172424,-0.009564117528498173,-0.1017104834318161,0.041486501693725586,-0.03034968674182892,0.013759464025497437 +51,-1.2317670354246115,-0.11561816104120215,2.0018588855492863,-0.9367817044258118,0.11536074429750443,-0.33035144209861755,-0.15460631251335144,0.09560426324605942,0.07487951219081879,-0.018143832683563232,0.034953564405441284,-0.03437936305999756 +52,-1.2392640095438403,-0.1198769673081969,1.9854646919157481,-0.9387589693069458,0.11959005892276764,-0.3231563866138458,-0.11498939990997314,-0.15273897349834442,-0.03711520507931709,0.00730133056640625,-0.02216266095638275,0.03026387095451355 +53,-1.2456023662703117,-0.125602864879079,1.9597372327602711,-0.940123975276947,0.12527287006378174,-0.31697574257850647,-0.15516996383666992,0.015946293249726295,0.0858679786324501,-0.010345995426177979,0.07003962993621826,0.017247319221496582 +54,-1.2561465741358617,-0.12530745124786968,1.9492010518291358,-0.9434490203857422,0.12497977912425995,-0.30705684423446655,-0.03790970891714096,-0.169661283493042,-0.04461025074124336,0.05109983682632446,-0.002878941595554352,0.03036925196647644 +55,-1.2713791541089408,-0.13762289546386874,1.946190117253849,-0.9464742541313171,0.1371888816356659,-0.29217448830604553,-0.2335289716720581,-0.01612122170627117,0.06749621033668518,-0.05572313070297241,-0.020779594779014587,0.10746678709983826 +56,-1.2937505549497985,-0.1453815517189766,1.922470283143452,-0.951720654964447,0.14486996829509735,-0.2706298828125,-0.384147971868515,-0.051617540419101715,-0.15956126153469086,-0.01731926202774048,-0.04693908989429474,0.06596377491950989 +57,-1.2933025880652527,-0.15648168037781524,1.8687045453884352,-0.9499941468238831,0.1558438539505005,-0.27059897780418396,-0.46268582344055176,0.08398263901472092,0.07295814156532288,0.024853765964508057,-0.06069004535675049,-0.04927098751068115 +58,-1.2773787482976635,-0.17722320941699232,1.8329852200765078,-0.9422675371170044,0.17629696428775787,-0.2846953272819519,-0.18793657422065735,0.18231332302093506,0.07244324684143066,-0.0067223310470581055,-0.05669859051704407,-0.10173356533050537 +59,-1.2692000628132603,-0.18438808013949667,1.8360277499179172,-0.9386773109436035,0.1833450198173523,-0.29200947284698486,0.07214703410863876,0.15463782846927643,0.13604070246219635,0.006990909576416016,-0.1181594729423523,0.015245556831359863 +60,-1.2563974865476706,-0.18708256851671762,1.842027721718435,-0.9343888163566589,0.18599316477775574,-0.30384883284568787,0.11398009955883026,0.19670435786247253,0.1445913463830948,-0.04093766212463379,-0.09065625071525574,-0.053573012351989746 +61,-1.2383769604283188,-0.17357337238976006,1.8739052623698973,-0.931052029132843,0.1727031171321869,-0.3214274048805237,0.5347585082054138,0.08192893117666245,0.044217467308044434,-0.06038773059844971,-0.01779593527317047,-0.07318010926246643 +62,-1.2176353902807713,-0.15300734198984337,1.9152480484739764,-0.9273223280906677,0.15241102874279022,-0.3418246805667877,0.5041570663452148,0.15487398207187653,-0.15959537029266357,-0.024566650390625,0.11580796539783478,-0.026873379945755005 +63,-1.204334284836485,-0.13781520930883495,1.945429669085774,-0.924748957157135,0.13737936317920685,-0.3549172878265381,0.230863556265831,0.13652019202709198,0.2354680597782135,-0.012857794761657715,0.08858799934387207,-0.002092599868774414 +64,-1.2036770348751031,-0.12283145452230482,1.972651190902833,-0.926332950592041,0.12252281606197357,-0.3562239110469818,0.48605114221572876,-0.09807966649532318,-0.2808978855609894,0.034914493560791016,0.11298131942749023,-0.0665055513381958 +65,-1.2027683165630398,-0.08596238511319321,1.9937461832718688,-0.9295933246612549,0.08585655689239502,-0.35844770073890686,0.1770075410604477,0.11270400136709213,-0.1860954910516739,0.07565057277679443,0.08145605772733688,0.0037266314029693604 +66,-1.1969484712635126,-0.07098749761666544,1.9931198754432031,-0.9285843968391418,0.07092789560556412,-0.36428043246269226,-0.012856311164796352,-0.010521253570914268,-0.24151065945625305,-0.001865983009338379,0.06652327626943588,0.006492346525192261 +67,-1.1898906072873585,-0.0649703525288077,1.9726449812205145,-0.9263697266578674,0.06492465734481812,-0.37097710371017456,-0.3455711901187897,0.13379544019699097,-0.1809195578098297,0.056008338928222656,0.02162320166826248,-0.023615211248397827 +68,-1.190175000324019,-0.05561954632013361,1.9422023376038098,-0.9269982576370239,0.05559087544679642,-0.37092289328575134,-0.20540691912174225,0.014265991747379303,-0.20291854441165924,0.014980494976043701,0.012875284999608994,-0.04582509398460388 +69,-1.1848432953879218,-0.05222891736884412,1.9161483612652588,-0.925176739692688,0.052205175161361694,-0.3759289085865021,-0.2526509761810303,0.014982430264353752,-0.12826134264469147,0.020620524883270264,0.0025586187839508057,-0.03988838195800781 +70,-1.1830056354439504,-0.05633812353188683,1.8864746590406327,-0.9242780804634094,0.0563083253800869,-0.3775441646575928,-0.28813856840133667,0.0651416927576065,-0.02861998975276947,-0.015281856060028076,0.027981221675872803,-0.04765725135803223 +71,-1.193851862052941,-0.04119062079858393,1.8618353131121173,-0.9290050268173218,0.041178975254297256,-0.3677689731121063,-0.18395014107227325,-0.06936286389827728,-0.37575751543045044,0.026798605918884277,-0.012126237154006958,-0.012892007827758789 +72,-1.1909971975589373,-0.04078438810024939,1.8132406707582163,-0.927966833114624,0.04077308252453804,-0.37042564153671265,-0.5457686185836792,0.040534280240535736,-0.09585081040859222,-0.00017952919006347656,0.05593714118003845,-0.040585100650787354 +73,-1.200499227695886,-0.05239252120035273,1.7454921007427233,-0.9309406876564026,0.05236855521798134,-0.36139583587646484,-0.7156251668930054,0.029627162963151932,-0.2354600876569748,-0.06956279277801514,0.026198923587799072,-0.055260658264160156 +74,-1.2188597311823746,-0.045820983772211075,1.6661353573557829,-0.9377216100692749,0.0458049513399601,-0.344354510307312,-0.6413019895553589,-0.16317398846149445,-0.14637555181980133,0.12101024389266968,-0.0007610060274600983,-0.1112576425075531 +75,-1.23381435850307,-0.054670115492491664,1.5922701982602563,-0.9423468112945557,0.05464288592338562,-0.33014631271362305,-0.7722622752189636,0.02474891021847725,-0.11241429299116135,-0.03757256269454956,0.07916143536567688,-0.08443495631217957 +76,-1.2410450045668897,-0.052407315172946396,1.5335069308575038,-0.9448238611221313,0.05238332971930504,-0.32336318492889404,-0.4491916298866272,-0.050038546323776245,-0.2789355218410492,0.07176178693771362,0.012573327869176865,-0.01304730772972107 +77,-1.2360923605851704,-0.03477897402049077,1.480090123012646,-0.9439364075660706,0.03477196395397186,-0.3282909393310547,-0.4126177430152893,0.06846044957637787,-0.31760209798812866,-0.001253962516784668,0.05061623454093933,0.016340255737304688 +78,-1.227711028171523,-0.012812795684263684,1.4162174053780887,-0.9416439533233643,0.012812444940209389,-0.33636656403541565,-0.6395351886749268,-0.0818774625658989,-0.5764042735099792,0.014748871326446533,0.028111636638641357,0.05777159333229065 +79,-1.2342288829900745,-0.010088537980537006,1.3281855485441467,-0.943845808506012,0.010088366456329823,-0.33023226261138916,-1.0407918691635132,-0.03711672127246857,-0.1734173595905304,0.020460188388824463,0.03472667932510376,0.06509554386138916 +80,-1.2708785591965832,-0.0371198875656138,1.2421695522163543,-0.954702615737915,0.03711136430501938,-0.29523810744285583,-0.7522298097610474,-0.3779882788658142,0.01321764662861824,-0.07718813419342041,0.031659986823797226,0.0022541582584381104 +81,-1.3118362909477095,-0.0354753406353101,1.1519182110055297,-0.9660487174987793,0.03546790033578873,-0.2559143006801605,-0.6146112084388733,-0.5464553833007812,-0.3144962787628174,0.08555543422698975,0.02372095361351967,-0.11551520228385925 +82,-1.350446517086233,-0.024670371571447913,1.0856582360213822,-0.9755240678787231,0.02466786839067936,-0.21850447356700897,-0.538935124874115,-0.27975624799728394,-0.18137980997562408,0.00773543119430542,0.030629990622401237,-0.033570751547813416 +83,-1.3810351356470947,-0.009365647666943986,1.03392109872948,-0.9820061922073364,0.009365511126816273,-0.1886160969734192,-0.5691303610801697,-0.330430805683136,-0.3777717053890228,-0.011539280414581299,0.009341775439679623,0.0038779526948928833 +84,-1.3960264511202758,0.005982212491594672,0.9702747275880168,-0.9847490191459656,-0.0059821768663823605,-0.17387841641902924,-0.5661028027534485,0.04542269557714462,-0.16605733335018158,0.028816401958465576,0.039871931076049805,-0.01714634895324707 +85,-1.4092548371842448,0.02853881860194251,0.9392889036375744,-0.9865787029266357,-0.028534945100545883,-0.1607743352651596,0.09234364330768585,-0.4406881034374237,-0.3450387418270111,-0.01606118679046631,0.1113748848438263,-0.0778731256723404 +86,-1.4391637604062988,0.07351573895525873,0.9348156626180185,-0.9886712431907654,-0.07344953715801239,-0.13089823722839355,-0.05880012363195419,-0.15731796622276306,-0.48507046699523926,0.037804603576660156,-0.006796419620513916,0.036446332931518555 +87,-1.4306713290906465,0.08992635162072235,0.9077538305614611,-0.9861974120140076,-0.08980520069599152,-0.1391025334596634,-0.6464070677757263,0.27843451499938965,0.0017520843539386988,0.02480226755142212,0.002616472542285919,0.07814373075962067 +88,-1.4346041704123909,0.10060067724083908,0.8729493626291325,-0.9857311248779297,-0.10043107718229294,-0.1350850760936737,-0.18960435688495636,-0.018716590479016304,-0.1294119507074356,0.023908495903015137,0.0018745511770248413,-0.0100412517786026 +89,-1.4230834874622627,0.10771316017048127,0.86674640109597,-0.9833779335021973,-0.10750499367713928,-0.1463233083486557,0.13177669048309326,0.0810507982969284,-0.04880795627832413,0.021128177642822266,-0.012154430150985718,0.005484640598297119 +90,-1.4149820992432685,0.114073622001753,0.8635551271789762,-0.9814649224281311,-0.11382637917995453,-0.15417592227458954,-0.16629517078399658,0.2711576819419861,0.06803109496831894,-0.028193891048431396,-0.006870649755001068,0.02522386610507965 +91,-1.3994892618963815,0.1164385394358576,0.8513820317051382,-0.9786905646324158,-0.11617560684680939,-0.1693161129951477,-0.020670603960752487,0.063923679292202,-0.10535182803869247,0.04714155197143555,0.02152533084154129,-0.045054540038108826 +92,-1.390078408778595,0.10860658211110777,0.8501528230257721,-0.9779189229011536,-0.10839319974184036,-0.17867685854434967,-0.10359553247690201,0.12689226865768433,-0.038628388196229935,-0.10788118839263916,0.07691431790590286,0.01368357241153717 +93,-1.3843779162383523,0.11948992811501165,0.8354953657545174,-0.975667417049408,-0.1192057877779007,-0.18401898443698883,-0.10003042221069336,-0.038188252598047256,-0.23139598965644836,0.035817623138427734,0.025181151926517487,-0.02125750482082367 +94,-1.3732890327327134,0.1233570284934152,0.802054653493506,-0.973107635974884,-0.12304441630840302,-0.1947346180677414,-0.40558815002441406,0.10943243652582169,-0.030270708724856377,0.02735269069671631,0.043256230652332306,-0.049695953726768494 +95,-1.3713901891878644,0.11983507229182049,0.7763713121209226,-0.9731547832489014,-0.11954846233129501,-0.1966666430234909,-0.21947410702705383,-0.17164164781570435,-0.0988057553768158,-0.04724609851837158,0.030040428042411804,-0.03897479176521301 +96,-1.3734159474035954,0.1286813267783379,0.7393132839996744,-0.9724761247634888,-0.12832649052143097,-0.19447986781597137,-0.5284451842308044,0.034964606165885925,-0.19405163824558258,0.06500548124313354,-0.04255668818950653,-0.006966620683670044 +97,-1.3603512017632902,0.12220204959716693,0.6734791380962498,-0.9706451892852783,-0.12189812958240509,-0.2073374092578888,-0.6013857126235962,0.0931740403175354,0.027085211127996445,0.03073430061340332,0.008479565382003784,-0.11135762929916382 +98,-1.3502171185194187,0.11829438879536612,0.6318181428146254,-0.9689515233039856,-0.11801868677139282,-0.21726574003696442,-0.1833714097738266,0.027386832982301712,-0.15388673543930054,-0.042370378971099854,0.013251855969429016,-0.1284221112728119 +99,-1.3421760003913998,0.130746101849403,0.6168627087452284,-0.9656670093536377,-0.13037391006946564,-0.22469961643218994,-0.12200724333524704,0.10084794461727142,-0.07746309041976929,0.061064958572387695,-0.04388146102428436,-0.06622445583343506 +100,-1.326429112750789,0.14154149340339367,0.6114726031565378,-0.9605874419212341,-0.14106935262680054,-0.23952290415763855,0.1333179622888565,0.09848125278949738,-0.023105932399630547,0.042115211486816406,-0.000852629542350769,-0.10924720764160156 +101,-1.3087927085866886,0.14156953547043596,0.6332029802279815,-0.9562100768089294,-0.14109712839126587,-0.25642505288124084,0.37693533301353455,0.15260960161685944,0.12272404134273529,-0.0030946731567382812,-0.005616128444671631,-0.08763015270233154 +102,-1.3016497750442875,0.1419356990547521,0.685084200765251,-0.9543043375015259,-0.1414596140384674,-0.26323485374450684,0.5132916569709778,0.02897375077009201,0.17964980006217957,0.02638685703277588,-0.0006149560213088989,-0.052561044692993164 +103,-1.2945011144272323,0.1339246476356824,0.7442445331345494,-0.9534577131271362,-0.13352467119693756,-0.27035051584243774,0.5102196335792542,0.13594794273376465,0.27373331785202026,0.063748300075531,0.013285413384437561,-0.04443827271461487 +104,-1.2979221170035702,0.12259396689921948,0.8107038195089223,-0.9557726979255676,-0.12228711694478989,-0.26747775077819824,0.7419913411140442,-0.02124740555882454,0.2308160662651062,-0.0471264123916626,0.031237944960594177,-0.07293054461479187 +105,-1.3050268024121663,0.1251986956084778,0.8697405675004569,-0.9573383927345276,-0.1248718798160553,-0.26059603691101074,0.5023391246795654,0.04079511761665344,0.13559900224208832,0.005357801914215088,0.012124687433242798,0.008459806442260742 +106,-1.3028290924953434,0.12227434856104248,0.9126989138517098,-0.9571114778518677,-0.12196988612413406,-0.26279494166374207,0.3763970732688904,0.038230691105127335,0.1196976751089096,0.0275307297706604,0.043616026639938354,-0.04413557052612305 +107,-1.3023596173900567,0.11294070507838733,0.9598147841832956,-0.9580439329147339,-0.11270075291395187,-0.2635347247123718,0.46317943930625916,0.08937177807092667,0.2641007900238037,0.02686101198196411,0.00994807481765747,-0.027068912982940674 +108,-1.3009835855215546,0.10110354664258726,1.0121916318387105,-0.9588989019393921,-0.10093139111995697,-0.2651897668838501,0.5513560175895691,0.11582110822200775,0.2522270083427429,0.0026459097862243652,0.029520250856876373,-0.052864402532577515 +109,-1.3011920024233417,0.09386015698868186,1.077220390573391,-0.9596337080001831,-0.093722403049469,-0.2651776969432831,0.5796203017234802,0.10361635684967041,0.24619808793067932,0.02752012014389038,0.02099902182817459,-0.0009660422801971436 +110,-1.2956418686827726,0.08525106528420752,1.1465904348437292,-0.9588881731033325,-0.08514783531427383,-0.2707088589668274,0.70392906665802,0.03163210675120354,0.28033092617988586,-0.01349341869354248,0.07442089915275574,0.019381344318389893 +111,-1.3034310205831863,0.07379026162373993,1.2201299928379647,-0.9618457555770874,-0.07372331619262695,-0.2634723484516144,0.631653368473053,-0.07871656119823456,0.3447468876838684,-0.026511788368225098,0.05011797696352005,0.07514837384223938 +112,-1.3167436811335627,0.06136435793746553,1.2840006079581654,-0.9660800099372864,-0.06132585182785988,-0.2508555054664612,0.5581016540527344,-0.07463911175727844,0.23475518822669983,-0.017379403114318848,0.04696733504533768,0.05162152647972107 +113,-1.3205858341006516,0.052185687701966,1.3425257331424147,-0.9675413966178894,-0.05216200277209282,-0.2472708374261856,0.5812939405441284,0.10801070183515549,0.3223699927330017,0.04189741611480713,0.047752223908901215,-0.019193440675735474 +114,-1.3241320427007466,0.037402130885400814,1.4160896223170965,-0.969054102897644,-0.03739340975880623,-0.24399980902671814,0.7435181140899658,-0.012669642455875874,0.20196905732154846,-0.05780136585235596,0.11963829398155212,0.0028957128524780273 +115,-1.3220877645186149,0.03671475538718998,1.495702931444531,-0.9685779213905334,-0.036706507205963135,-0.24598658084869385,0.7110196352005005,-0.007927808910608292,0.19033919274806976,-0.005985617637634277,0.06047973036766052,0.08198511600494385 +116,-1.3264521663014495,0.035856182236555546,1.550589850002706,-0.9696725010871887,-0.03584849834442139,-0.24176451563835144,0.3097096085548401,0.10792122781276703,0.1182161420583725,-0.01606053113937378,0.039388507604599,0.11035585403442383 +117,-1.323372389881888,0.03088958857120448,1.568414529231813,-0.9690839648246765,-0.030884675681591034,-0.24479031562805176,0.07569676637649536,-0.015982281416654587,0.04626241326332092,-0.002824544906616211,0.03706449270248413,0.008507981896400452 +118,-1.3304833525462398,0.02876197670317878,1.5808387556712673,-0.9708617925643921,-0.028758011758327484,-0.23790816962718964,0.16924335062503815,-0.008418163284659386,-0.03415202349424362,-0.028985559940338135,0.05059331655502319,-0.026908084750175476 +119,-1.3277990466056981,0.034547309600677964,1.5984500397613643,-0.9700419902801514,-0.034540437161922455,-0.24046935141086578,0.06101735681295395,0.0044245910830795765,-0.07937010377645493,-0.021428346633911133,0.04030826687812805,0.07976377010345459 +120,-1.329562950682406,0.03708108265757218,1.5849475893600087,-0.9703765511512756,-0.03707258403301239,-0.23873625695705414,-0.23371857404708862,-0.011165219359099865,-0.1620829701423645,-0.026388585567474365,0.045190274715423584,0.05108368396759033 +121,-1.3338642546530899,0.04518234709988164,1.5506527528662655,-0.9710707068443298,-0.045166976749897,-0.23448199033737183,-0.37648406624794006,0.022445065900683403,-0.1743214726448059,0.010575652122497559,0.036011695861816406,0.007354915142059326 +122,-1.331440916572194,0.05306659639022025,1.513663048220273,-0.9701235294342041,-0.053041692823171616,-0.2367427498102188,-0.29249635338783264,0.05253632739186287,-0.13320305943489075,-0.0192716121673584,0.043184518814086914,-0.022046327590942383 +123,-1.329483733502961,0.06465041847320298,1.4828894702145594,-0.9689964652061462,-0.06460539251565933,-0.23847812414169312,-0.3378557860851288,0.04184001311659813,-0.23192371428012848,-0.022534847259521484,0.03585783392190933,0.03481908142566681 +124,-1.3228407462282759,0.07320298786532696,1.4473731982993712,-0.9668200612068176,-0.07313762605190277,-0.24476532638072968,-0.39826446771621704,0.06947063654661179,-0.12424764037132263,0.03081536293029785,0.019380927085876465,0.008452415466308594 +125,-1.3103268995332489,0.07281680342443865,1.4086461324723596,-0.9637085795402527,-0.0727524682879448,-0.2568517029285431,-0.3531858026981354,0.04399343952536583,-0.11081866919994354,-0.032614052295684814,0.03683331608772278,-0.018477916717529297 +126,-1.3035017389683035,0.07850426560911662,1.3818032185894946,-0.9615184664726257,-0.07842365652322769,-0.2633095979690552,-0.23062965273857117,0.03766670078039169,-0.11146316677331924,0.005418062210083008,0.030221134424209595,0.032428860664367676 +127,-1.2923640448152671,0.08075952250861194,1.355121290781726,-0.9583538770675659,-0.0806717649102211,-0.2739528715610504,-0.21840643882751465,0.07038915902376175,-0.06013588607311249,-0.002904176712036133,0.040953151881694794,0.00764116644859314 +128,-1.287433943655451,0.08249699908396489,1.3298621705046234,-0.9568555355072021,-0.08240345865488052,-0.2786346673965454,-0.30907613039016724,-0.010373992845416069,-0.14350628852844238,-0.02422356605529785,0.007192879915237427,0.01775515079498291 +129,-1.283888304933673,0.09615608426407782,1.2899517498905126,-0.9546928405761719,-0.09600797295570374,-0.28168076276779175,-0.3378503620624542,-0.07918553799390793,-0.2922910153865814,-0.002750396728515625,0.028350502252578735,-0.03301650285720825 +130,-1.282934654890252,0.11946311835460292,1.242659078516849,-0.9520191550254822,-0.11917916685342789,-0.28187909722328186,-0.47087913751602173,0.04122920706868172,-0.35582712292671204,0.026772022247314453,0.019615568220615387,-0.00660356879234314 +131,-1.2573884223780807,0.1319615032296314,1.182516731361879,-0.9430176019668579,-0.13157884776592255,-0.30562183260917664,-0.5647843480110168,0.32085415720939636,-0.17053376138210297,0.020181357860565186,0.00845569372177124,-0.027492761611938477 +132,-1.1957442766993982,0.12189489133125062,1.1304552411180322,-0.9235842823982239,-0.12159325927495956,-0.3636028468608856,-0.54549241065979,0.4913099408149719,0.02794499695301056,0.12466466426849365,-0.02345680445432663,-0.1082904040813446 +133,-1.1935904547600618,0.11739376498097064,1.1250514456496232,-0.9232984781265259,-0.11712431162595749,-0.36578911542892456,0.10006148368120193,-0.01387898251414299,-0.03349950164556503,0.036640822887420654,-0.057420991361141205,-0.021951943635940552 +134,-1.19192141432406,0.11615932155055939,1.1104610018199736,-0.9228203296661377,-0.11589827388525009,-0.36738282442092896,-0.3006823658943176,0.2558969259262085,0.11941266804933548,0.01733332872390747,-0.011741481721401215,-0.0027495920658111572 +135,-1.1790335919439514,0.10904195995503907,1.092989717957395,-0.9187482595443726,-0.10882600396871567,-0.3795505166053772,-0.03477466478943825,0.025285329669713974,0.04611369967460632,0.02797067165374756,0.003219902515411377,-0.0625423789024353 +136,-1.1442011569032213,0.10578526304592432,1.0812904972218746,-0.9052907824516296,-0.10558807104825974,-0.4114605188369751,-0.10216719657182693,0.5295183062553406,-0.09769841283559799,-0.013059377670288086,0.006466954946517944,-0.0410388708114624 +137,-1.1278585331691877,0.10688604536064468,1.0820735324851936,-0.8983402848243713,-0.10668263584375381,-0.4261496365070343,-0.11609397083520889,-0.06438303738832474,0.06865157932043076,0.03524214029312134,0.017220348119735718,0.00807410478591919 +138,-1.1210735087051644,0.08323313903004746,1.083168574221662,-0.8974500298500061,-0.08313707262277603,-0.4332110285758972,0.029581250622868538,-0.008779696188867092,0.19045479595661163,-0.016231000423431396,0.025596171617507935,-0.06640756130218506 +139,-1.127378072191915,0.07454381528972252,1.0878703363105433,-0.9007818698883057,-0.07447479665279388,-0.42783817648887634,-0.06382878124713898,0.04527242109179497,0.03247546777129173,-0.023931264877319336,0.03373381495475769,0.0043762922286987305 +140,-1.1359762256632704,0.06799476963771826,1.0880105052666198,-0.9048500657081604,-0.06794238835573196,-0.4202738106250763,-0.04680100828409195,-0.09468487650156021,0.06571739166975021,-0.005550265312194824,-0.011143885552883148,-0.01714983582496643 +141,-1.1353347787408234,0.06377607011972708,1.0807102997804334,-0.904832124710083,-0.06373284757137299,-0.4209713339805603,-0.01268611941486597,-0.08865801244974136,-0.05521806329488754,0.012574493885040283,0.02369377762079239,-0.053943246603012085 +142,-1.145138237690923,0.06537341421736571,1.0874434516527378,-0.908821702003479,-0.06532686203718185,-0.4120382070541382,0.12409956008195877,-0.18272152543067932,0.012103174813091755,0.03017491102218628,-0.001750759780406952,0.04405727982521057 +143,-1.1490389016504203,0.056461265361821535,1.0638874228388215,-0.9109170436859131,-0.05643127113580704,-0.4087121784687042,-0.41791149973869324,-0.1937657743692398,-0.1932702660560608,-0.007723093032836914,0.02217528223991394,0.004140675067901611 +144,-1.180753309490462,0.0806114401241781,1.0315483802549816,-0.9218892455101013,-0.08052416145801544,-0.3789934515953064,-0.3108481168746948,-0.15795452892780304,-0.22444896399974823,0.10714620351791382,-0.06643324345350266,0.14142939448356628 +145,-1.1655853959853046,0.06204060029312901,0.9579433107605546,-0.9172511100769043,-0.062000807374715805,-0.3934541642665863,-0.5920392870903015,0.05448230728507042,-0.15971575677394867,-0.05293309688568115,0.0463910773396492,-0.09812295436859131 +146,-1.1723005630641923,0.052719116354595315,0.9329488013958607,-0.9203652739524841,-0.05269470065832138,-0.3874933123588562,-0.09673674404621124,-0.18112222850322723,-0.11405981332063675,0.044144511222839355,-0.01253662258386612,-0.041431307792663574 +147,-1.2103161020505575,0.07305690291838794,0.8998130291444749,-0.9332315325737,-0.07299192994832993,-0.35178276896476746,-0.39056289196014404,-0.4321677088737488,-0.2535698413848877,0.13969820737838745,-0.05034485459327698,0.11012929677963257 +148,-1.1771094191433806,0.05614291986414061,0.8349699099014586,-0.9220459461212158,-0.05611342936754227,-0.3829914629459381,-0.8605695962905884,0.7241411805152893,-0.0924278199672699,0.2979004979133606,-0.047280099242925644,0.22581073641777039 +149,-1.1689205260704594,0.057192277233068294,0.7172722824076958,-0.9188241958618164,-0.057161103934049606,-0.390505850315094,-1.0353881120681763,-0.5081602334976196,-0.7570756077766418,0.2273874282836914,0.1601426601409912,0.059207022190093994 +150,-1.2740289213975269,0.09708413202648221,0.6778696890485955,-0.9517836570739746,-0.09693169593811035,-0.2910533845424652,-0.19126863777637482,-0.7417097687721252,0.20031115412712097,0.01144552230834961,0.21543145179748535,0.0660625696182251 +151,-1.329932050120662,0.017554755870589012,0.7177782072670368,-0.970982551574707,-0.01755385473370552,-0.2385052889585495,0.5301658511161804,0.4873100221157074,1.7662243843078613,-0.33924388885498047,0.14675003290176392,0.19137084484100342 +152,-1.3232257830467091,-0.14783523935843312,0.8212433102905201,-0.9589354395866394,0.14729733765125275,-0.24237637221813202,-0.3779750466346741,0.444415807723999,1.2065763473510742,-0.12562870979309082,0.08921389281749725,-0.02475927770137787 +153,-1.323785843675384,-0.3069657363182743,0.7071850055991081,-0.9243213534355164,0.3021675944328308,-0.2330767959356308,-0.9902433156967163,-0.2629387378692627,0.6045175194740295,-0.23824572563171387,0.09857398271560669,-0.03131228685379028 +154,-1.382172038066319,-0.35722071788573023,0.6178520288582372,-0.9202550053596497,0.34967175126075745,-0.1756708025932312,-0.2729717195034027,-0.25492221117019653,0.47908955812454224,-0.18030035495758057,-0.07641741633415222,-0.2285192459821701 +155,-1.4064674047814567,-0.3262775683939489,0.6257983670208828,-0.9344810843467712,0.32051920890808105,-0.15495963394641876,0.5721516013145447,-0.3914329409599304,-0.9367056488990784,-0.14758062362670898,-0.05825117230415344,-0.10073189437389374 +156,-1.3792207506099519,-0.27553724918127875,0.6089459995491796,-0.9446747899055481,0.2720639705657959,-0.1832236349582672,-0.27603158354759216,1.3179564476013184,-0.2696276605129242,-0.1509825587272644,0.08891323208808899,-0.09993374347686768 +157,-1.2631045648431278,-0.19935662310017896,0.6869938574988382,-0.9341595768928528,0.1980387419462204,-0.2968612313270569,1.7272344827651978,0.9041311740875244,-0.7766883969306946,-0.09222286939620972,-0.1141916960477829,-0.21870267391204834 +158,-1.1300793474664335,-0.13578289063268176,0.7113761954360074,-0.8961211442947388,0.1353660374879837,-0.42266154289245605,0.5560479760169983,0.9076185822486877,-1.151352882385254,-0.12441712617874146,0.1339820772409439,-0.11118242144584656 +159,-1.128499839729512,-0.03010177846795339,0.7215236473606668,-0.9033616781234741,0.0300972331315279,-0.42782220244407654,-0.08592094480991364,0.3408663868904114,-0.5765722393989563,-0.01967298984527588,0.13529279828071594,0.22413259744644165 +160,-1.1156374833925087,-0.031456519051753486,0.6541874298072516,-0.8977469205856323,0.031451333314180374,-0.4393875300884247,-0.4828065037727356,0.23839932680130005,-0.045743197202682495,-0.035404324531555176,0.06190192699432373,-0.01106715202331543 +161,-1.2013492614259742,-0.041279234215938945,0.6529440636798569,-0.9317327737808228,0.0412675105035305,-0.36079227924346924,-0.3769684135913849,0.4726521968841553,0.30251049995422363,0.0075536370277404785,0.0029372014105319977,0.12690553069114685 +162,-1.1932080936805602,-0.015363044530417348,0.6518566599847245,-0.929446816444397,0.01536244060844183,-0.3686361610889435,0.6449968814849854,-0.25000083446502686,0.0470234714448452,0.09003031253814697,-0.047650039196014404,-0.02148526906967163 +163,-1.1998704885522689,-0.0010852353003436496,0.704010367852127,-0.9319915175437927,0.0010852350387722254,-0.36247822642326355,0.24456660449504852,-0.31587982177734375,0.15952663123607635,0.0612640380859375,-0.003282517194747925,0.027837783098220825 +164,-1.2639697189927885,0.045501155814119544,0.7424714082243895,-0.9523101449012756,-0.04548545554280281,-0.30172234773635864,1.136286973953247,-0.705527663230896,-0.675983190536499,-0.02448117733001709,0.0724477469921112,0.03925594687461853 +165,-1.2919322128933335,0.045109459216219235,0.8093374424206333,-0.9603906869888306,-0.04509416222572327,-0.2749837636947632,0.17884162068367004,0.3416430354118347,0.298469215631485,-0.05009198188781738,0.0061537399888038635,0.009236752986907959 +166,-1.2818631432179943,0.0458149497052915,0.809291462529153,-0.9575426578521729,-0.04579892382025719,-0.28463083505630493,-0.03750878572463989,0.011009721085429192,-0.1756882518529892,-0.0693281888961792,0.012183811515569687,0.016686469316482544 +167,-1.3103534403866985,0.05945991370387891,0.845863576745306,-0.9645683765411377,-0.059424884617328644,-0.2570534646511078,0.9166408777236938,-0.8814484477043152,-0.18076224625110626,0.09170466661453247,0.09101057052612305,-0.0339164137840271 +168,-1.4690514925577705,0.04551648876190358,0.9734869300933644,-0.9937981367111206,-0.045500773936510086,-0.101464182138443,1.2037831544876099,-1.1324325799942017,0.9074451923370361,0.1794670820236206,0.12390044331550598,0.014229655265808105 +169,-1.4725252658580053,-0.07385690867825764,1.005515149403886,-0.9924622774124146,0.07378978282213211,-0.09784549474716187,-0.4538848102092743,0.3918406069278717,1.2643070220947266,-0.01806628704071045,0.06523305177688599,-0.14405208826065063 +170,-1.4828619635425346,-0.16980492713243608,1.045102633780927,-0.9818096160888672,0.1689900904893875,-0.0865580216050148,0.6574374437332153,0.0505104586482048,1.116610050201416,0.013319015502929688,0.013840705156326294,-0.08778887987136841 +171,-1.497138020144056,-0.23122291821799149,1.1481949646060574,-0.9707476496696472,0.22916807234287262,-0.0716332271695137,0.48361754417419434,0.4213685095310211,0.4905385971069336,-0.10485982894897461,-0.056957364082336426,0.11228262633085251 +172,-1.4734912839718048,-0.2715697264484959,1.2171777699533315,-0.9587939977645874,0.2682439684867859,-0.09359105676412582,0.6501402258872986,-0.04144709184765816,0.3611728549003601,-0.0494304895401001,-0.0676824152469635,0.08451205492019653 +173,-1.4431456982352386,-0.29287748675352654,1.2129054088536109,-0.9496273398399353,0.288708359003067,-0.12188326567411423,-0.06039315462112427,0.23067183792591095,0.07693557441234589,0.05266988277435303,0.04046949744224548,-0.06485380232334137 +174,-1.43244860260815,-0.331074280405892,1.2091367136451456,-0.9366577863693237,0.3250591456890106,-0.130417600274086,0.03130166605114937,-0.14046914875507355,0.6119559407234192,0.05328071117401123,0.004713773727416992,-0.02365034818649292 +175,-1.4982413253196312,-0.41130899210208755,1.242241085437747,-0.9141867160797119,0.39980947971343994,-0.06644545495510101,0.6110982894897461,-0.6296262145042419,0.48345261812210083,-0.1785866618156433,0.02853521704673767,-0.034293048083782196 +176,-1.5073294743063246,-0.4496048012888173,1.2943312815435826,-0.8988056778907776,0.43460965156555176,-0.05712108314037323,0.22826451063156128,0.22647303342819214,0.252726674079895,-0.1375865340232849,-0.050423890352249146,0.0038831867277622223 +177,-1.5078577151762722,-0.45904585875481996,1.3055554419855324,-0.8947007656097412,0.443092942237854,-0.056385695934295654,-0.28925201296806335,-0.19951476156711578,-0.09080774337053299,-0.1381208896636963,-0.09659633040428162,-0.028086960315704346 +178,-1.5096416228042169,-0.4236764862598027,1.3492665574466434,-0.9098795652389526,0.4111146628856659,-0.05571288615465164,0.6170790195465088,-0.5066225528717041,-0.5686507821083069,0.06695359945297241,0.038760215044021606,0.16028136014938354 +179,-1.504929804297377,-0.3832512005848147,1.352495156697451,-0.9254427552223206,0.37393778562545776,-0.06104399636387825,-0.014837298542261124,-0.09604695439338684,-0.07090882956981659,0.04327106475830078,0.026590168476104736,0.030633211135864258 +180,-1.5242404674755188,-0.3620707150943624,1.347182319171733,-0.9341520667076111,0.3542114496231079,-0.043521698564291,-0.16182157397270203,-0.36599355936050415,-0.364629864692688,-0.07312631607055664,-0.010720908641815186,-0.0542566142976284 +181,-1.502190371270586,-0.33371521296113943,1.2897879461091735,-0.9426091313362122,0.3275555372238159,-0.06477025151252747,-0.7565535306930542,0.3358836770057678,-0.38021689653396606,0.2049536108970642,-0.1501416563987732,0.09241915494203568 +182,-1.543048166977463,-0.31071792837878126,1.2572346732513728,-0.9517479538917542,0.3057422637939453,-0.026416035369038582,0.02072674036026001,-0.5377727746963501,-0.16784174740314484,0.07061374187469482,0.0026532113552093506,0.05643003433942795 +183,-1.5837908867560393,-0.2812585618378548,1.2565489338467468,-0.9606257677078247,0.27756497263908386,0.012483611702919006,-0.014040294103324413,-0.22478848695755005,-0.33622437715530396,0.001320958137512207,0.05756381154060364,0.06310844421386719 +184,-1.6026314839352047,-0.28447349028660823,1.2522416334429796,-0.9593232274055481,0.28065213561058044,0.030550526455044746,0.34859660267829895,0.04455236718058586,0.31633204221725464,-0.017437636852264404,0.021059870719909668,0.030759332701563835 +185,-1.610430215644514,-0.29857257761905626,1.2783553121492268,-0.9550067782402039,0.2941562235355377,0.037870462983846664,0.05654890090227127,0.09415893256664276,-0.17264387011528015,0.03424566984176636,0.10542568564414978,0.05807685852050781 +186,-1.5689521056449554,-0.28285411069788674,1.268596416310185,-0.9602610468864441,0.27909746766090393,-0.001770935719832778,-0.03692244738340378,-0.19345040619373322,0.041247352957725525,0.06107598543167114,-0.027892082929611206,-0.03842073678970337 +187,-1.591523924985882,-0.2667297589887628,1.2758110625036696,-0.9644308090209961,0.26357826590538025,0.019993197172880173,0.008790715597569942,-0.36550864577293396,-0.1198829784989357,0.0869436264038086,-0.02038365602493286,-0.012226462364196777 +188,-1.640984843901622,-0.2549278862282585,1.2557629221211057,-0.9652989506721497,0.25217562913894653,0.06786438077688217,-0.26969751715660095,-0.10492580384016037,-0.4713417887687683,0.07452130317687988,0.07912322878837585,0.03327084332704544 +189,-1.6552150084684996,-0.25159314242946085,1.2429092710776342,-0.965067982673645,0.24894726276397705,0.08166385442018509,-0.12451227009296417,-0.1429193913936615,-0.057301104068756104,0.004084765911102295,0.06362901628017426,0.10623287409543991 +190,-1.6924290380369813,-0.22998759329532353,1.215226084271867,-0.9664756059646606,0.22796544432640076,0.11813821643590927,-0.23520925641059875,-0.40562957525253296,-0.3046223521232605,0.00234907865524292,0.05775536596775055,0.008250348269939423 +191,-1.710538827256255,-0.22339482889974538,1.1884091468525075,-0.9656450748443604,0.2215413600206375,0.1358269453048706,-0.28610578179359436,-0.06999590992927551,0.11412101984024048,0.04909545183181763,-0.0113668292760849,0.0091010183095932 +192,-1.7285897826659218,-0.21863269306535066,1.1611431157268204,-0.9640669822692871,0.21689507365226746,0.15339872241020203,-0.07934439927339554,-0.11412222683429718,-0.22749146819114685,0.01825106143951416,0.022088080644607544,0.021100744605064392 +193,-1.7348316254222482,-0.2012303805798046,1.1691161588124088,-0.9666686058044434,0.19987504184246063,0.16000546514987946,-0.011926929466426373,0.11737950891256332,-0.3523154854774475,0.06475216150283813,0.021942004561424255,0.07523928582668304 +194,-1.7327517184564198,-0.19474269228069122,1.1573303806822546,-0.9682586193084717,0.19351409375667572,0.15820030868053436,0.031076697632670403,-0.04862364009022713,0.21340130269527435,0.02879035472869873,-0.013155251741409302,-0.034710898995399475 +195,-1.7333792220708342,-0.20034117721949923,1.1414084496817178,-0.9670749306678772,0.1990036964416504,0.15863001346588135,-0.4547971189022064,0.15071441233158112,0.20843854546546936,0.04022562503814697,-0.0324234813451767,0.05874668061733246 +196,-1.7357019951282726,-0.2066509273079418,1.1270417490868943,-0.9654460549354553,0.2051832377910614,0.1606665551662445,0.025363177061080933,0.05795392394065857,-0.0651976615190506,-0.026649892330169678,-0.011564508080482483,0.08957765996456146 +197,-1.7104789799451954,-0.18190191913133513,1.1215711611313295,-0.9739224314689636,0.180900439620018,0.13693179190158844,-0.0409294068813324,0.12947319447994232,-0.15017840266227722,-0.0026096701622009277,-0.011344745755195618,-0.023452147841453552 +198,-1.660917259045293,-0.14596878335275096,1.1142881894998427,-0.9853504300117493,0.14545097947120667,0.08904188871383667,-0.06368135660886765,0.4650316834449768,-0.32244911789894104,-0.04231375455856323,-0.03694576025009155,-0.035971879959106445 +199,-1.6307306934004666,-0.1440830351660235,1.1133955403044293,-0.9878610372543335,0.14358502626419067,0.05927782133221626,0.07559721171855927,0.18004348874092102,0.019685707986354828,0.06043189764022827,-0.01025371253490448,-0.18638360500335693 +200,-1.6252276595429243,-0.1304735532128365,1.1497852988192534,-0.990031898021698,0.1301036924123764,0.05394203960895538,0.3708716630935669,-0.24253426492214203,-0.027143336832523346,0.01848965883255005,0.013420477509498596,-0.13212800025939941 +201,-1.6326244438808346,-0.13290910140386072,1.172725516890378,-0.9892866611480713,0.13251814246177673,0.06124379113316536,0.21920481324195862,-0.16693377494812012,0.02866917848587036,0.01656937599182129,0.019993484020233154,-0.15517687797546387 +202,-1.6271865014258133,-0.13409212555429686,1.1884494979000937,-0.9894478917121887,0.13369064033031464,0.05585435405373573,-0.0044157011434435844,-0.1336604505777359,0.024709105491638184,0.01659327745437622,-0.00867539644241333,-0.06439924240112305 +203,-1.6229967855435514,-0.13581720774892259,1.1895254891838216,-0.9894413948059082,0.13540004193782806,0.051696259528398514,0.17502717673778534,-0.16423825919628143,-0.004912237636744976,0.0071569085121154785,-0.006310701370239258,-0.0819849967956543 +204,-1.631714536703316,-0.1369424425388656,1.207667872073979,-0.9888003468513489,0.1365148276090622,0.060310568660497665,0.29964184761047363,-0.2624552547931671,0.021335821598768234,0.03916972875595093,0.021749332547187805,0.010734312236309052 +205,-1.6459653250245705,-0.14014439027801642,1.2301756395259797,-0.9873996376991272,0.13968609273433685,0.07436195015907288,0.07938561588525772,-0.11518269777297974,0.0013530589640140533,0.029742777347564697,0.008415699005126953,0.015298604965209961 +206,-1.670077293884105,-0.14165924237847963,1.2342798305678444,-0.9851081371307373,0.14118592441082,0.09812510013580322,-0.018942590802907944,-0.34566086530685425,0.02392883412539959,-0.0018761157989501953,0.044147342443466187,0.15543019771575928 +207,-1.694672777729035,-0.1443049782166992,1.2240005323968717,-0.9820230007171631,0.143804669380188,0.12227562069892883,-0.18287445604801178,-0.031951792538166046,0.05888543277978897,-0.018740057945251465,0.03763763606548309,0.06296612322330475 +208,-1.708660457891133,-0.14971911468087495,1.2052921617749213,-0.9794309735298157,0.14916040003299713,0.1358904242515564,-0.14965392649173737,-0.11198597401380539,0.022698424756526947,0.024307072162628174,-0.0017452239990234375,0.06638002395629883 +209,-1.7269117753287508,-0.14905588040700413,1.1849089635755414,-0.9768853187561035,0.14850455522537231,0.15375806391239166,-0.21751779317855835,-0.07570946216583252,0.019557800143957138,-0.004117488861083984,0.019876182079315186,0.011235237121582031 +210,-1.740405095981489,-0.1480539399990731,1.1664307609011724,-0.9748678803443909,0.14751364290714264,0.16695010662078857,-0.140623539686203,-0.08620710670948029,0.02348809316754341,0.02749544382095337,0.019936323165893555,0.031292080879211426 +211,-1.7493117654420856,-0.151366879501441,1.1451522201894506,-0.9728559255599976,0.1507895290851593,0.17553845047950745,-0.2914396822452545,0.03899315372109413,0.10718139261007309,0.01986837387084961,0.022748693823814392,0.012632951140403748 +212,-1.75541962860851,-0.16212617624387238,1.1198286379037756,-0.9701146483421326,0.16141685843467712,0.18116889894008636,-0.2426709532737732,-0.011626207269728184,0.1010819673538208,0.009268701076507568,0.0022488832473754883,0.013670563697814941 +213,-1.7588898392434593,-0.16672123573204348,1.0825781808675343,-0.968741238117218,0.16594994068145752,0.18439365923404694,-0.3901362419128418,0.0536075122654438,0.12169820815324783,0.003027796745300293,0.004093989729881287,-0.00037266314029693604 +214,-1.7603005244945071,-0.1708579696815481,1.0456205826426987,-0.9677976369857788,0.17002788186073303,0.18562914431095123,-0.31319481134414673,0.053962450474500656,0.07435715943574905,0.021706998348236084,-0.008010104298591614,0.003259405493736267 +215,-1.7610915857006066,-0.17494135155645846,1.0077834528801233,-0.9669606685638428,0.17405039072036743,0.18626180291175842,-0.33498862385749817,0.09247288852930069,0.11193003505468369,-0.004123866558074951,-0.0008936375379562378,0.005525931715965271 +216,-1.7561428175989422,-0.18237773393517726,0.9766046125016278,-0.9665717482566833,0.1813683807849884,0.18123073875904083,-0.2844665050506592,0.08705262094736099,0.12593074142932892,-0.002346038818359375,-0.018633395433425903,0.027662038803100586 +217,-1.7489717731582175,-0.18710228772377901,0.947833400318661,-0.9669924378395081,0.18601253628730774,0.17414100468158722,-0.283425509929657,0.12402509152889252,0.08972621709108353,0.019803106784820557,-0.01395443081855774,0.02079010009765625 +218,-1.740079051256392,-0.1919670308677881,0.9236850615956458,-0.9675991535186768,0.19079016149044037,0.165380597114563,-0.17285320162773132,0.16864176094532013,0.0860058069229126,0.013726592063903809,-0.02700236439704895,0.04773889482021332 +219,-1.7291380981302793,-0.19492380753156197,0.9020941957712614,-0.9687893986701965,0.19369179010391235,0.1546948403120041,-0.22115856409072876,0.15045863389968872,0.02242053486406803,0.008859038352966309,-0.024258211255073547,0.04826222360134125 +220,-1.7182028660146762,-0.1933609319541406,0.8822817286277511,-0.9707212448120117,0.1921582669019699,0.14413614571094513,-0.16833946108818054,0.15674535930156708,0.036768704652786255,0.01991569995880127,-0.0395551472902298,0.0783369392156601 +221,-1.7083333460297905,-0.18858689915203705,0.8684951972129589,-0.9729943871498108,0.18747103214263916,0.13467299938201904,-0.09127417206764221,0.23749040067195892,-0.015616451390087605,0.00474780797958374,-0.044511422514915466,0.10406602919101715 +222,-1.698830855469816,-0.18094886006511068,0.8572312769718315,-0.9756219387054443,0.17996302247047424,0.12560035288333893,0.0012619406916201115,0.1881391704082489,-0.06904473900794983,-0.08046948909759521,-0.02345360815525055,0.06815578043460846 +223,-1.692056656755558,-0.16700290211652596,0.8700657547438172,-0.978846549987793,0.16622769832611084,0.11928046494722366,0.2107073813676834,0.03128649666905403,-0.07281184941530228,0.09704113006591797,0.02049410343170166,-0.0018335580825805664 +224,-1.6996632643373286,-0.16735164166335803,0.8791013903100006,-0.9778532385826111,0.16657157242298126,0.12671516835689545,0.1359533965587616,-0.03020436130464077,-0.11395583301782608,-0.06612247228622437,0.07938484847545624,-0.15608836710453033 +225,-1.6740365903093224,-0.16644268511628624,0.9119646939583366,-0.9809293150901794,0.16567525267601013,0.1016327440738678,0.31333285570144653,0.2283535599708557,-0.08434929698705673,0.012209951877593994,0.005940333008766174,-0.1658722311258316 +226,-1.6442232238764196,-0.1596683222564258,0.9427405565558035,-0.9846197962760925,0.1589907556772232,0.07242778688669205,0.01301692146807909,0.1113206073641777,-0.2082182914018631,-0.02664119005203247,-0.016275301575660706,-0.12728309631347656 +227,-1.613764432339572,-0.12754954180379535,0.9111006664244642,-0.9909611344337463,0.12720397114753723,0.04260594770312309,-0.18202602863311768,0.4371514618396759,-0.21736778318881989,0.07457929849624634,0.0005883872509002686,-0.13246500492095947 +228,-1.577185675467261,-0.13053789953880468,0.9196546934513765,-0.9914718270301819,0.13016748428344727,0.006334945093840361,0.03797074034810066,0.3266574442386627,0.15414658188819885,-0.043272435665130615,0.0022330284118652344,-0.0028558969497680664 +229,-1.5541676391081327,-0.14182654784503027,0.926638688025289,-0.9898226857185364,0.14135155081748962,-0.016460970044136047,0.1923559457063675,0.022883890196681023,0.0837457925081253,-0.026870548725128174,-0.00985129177570343,0.013897476717829704 +230,-1.5533527343659053,-0.14776177188602718,0.9366566882727223,-0.9889524579048157,0.14722466468811035,-0.017252633348107338,0.1439562886953354,0.012602357193827629,0.051655594259500504,0.029464662075042725,-0.03223446011543274,-0.03452044352889061 +231,-1.557165495526942,-0.1534322631494083,0.9593934813340855,-0.9881603717803955,0.15283097326755524,-0.013470281846821308,0.268927663564682,-0.1503446102142334,0.09471599012613297,0.001252591609954834,-0.00926104187965393,-0.07005631923675537 +232,-1.5515816481329179,-0.16227243396622879,0.9794436128063839,-0.9866804480552673,0.16156120598316193,-0.01896108128130436,0.11322885006666183,0.1083555817604065,-0.03007376380264759,-0.015211522579193115,0.0026386231184005737,-0.06151378154754639 +233,-1.527949364337387,-0.15389739572263592,0.9886565007778307,-0.987274169921875,0.15329061448574066,-0.042327605187892914,0.0909421294927597,0.10806942731142044,-0.07466521859169006,0.008575499057769775,0.03279028832912445,-0.02478056773543358 +234,-1.5039345065060115,-0.15728193417986894,0.9893649244453742,-0.9854496717453003,0.15663427114486694,-0.06598731875419617,-0.004130003973841667,0.30909234285354614,0.10178416222333908,0.004462301731109619,0.010037422180175781,-0.026740357279777527 +235,-1.4758775000499638,-0.16406507826656086,0.9934252647177862,-0.9821304678916931,0.16333003342151642,-0.09350364655256271,0.072962187230587,0.23228324949741364,0.0325733907520771,-0.02856588363647461,-0.03337092697620392,0.009031005203723907 +236,-1.4540489802570828,-0.1612654979135406,0.9998428373219913,-0.9803060293197632,0.16056741774082184,-0.11497095227241516,0.06362773478031158,-0.03338730335235596,-0.051571544259786606,0.005055785179138184,-0.011794209480285645,-0.0036356449127197266 +237,-1.4356612798591593,-0.16078439879612033,1.005020972619659,-0.9781026840209961,0.1600925326347351,-0.13298644125461578,0.030392279848456383,0.17915134131908417,0.15567219257354736,0.04707247018814087,-0.03501628339290619,-0.019876107573509216 +238,-1.431907817368727,-0.17130252469815843,1.0166931596794555,-0.9758751392364502,0.17046596109867096,-0.13641613721847534,0.2154151052236557,-0.1647510528564453,0.19865378737449646,0.038237690925598145,0.037084147334098816,-0.013959243893623352 +239,-1.444661266735443,-0.1791805703283461,1.0328769996624398,-0.9761728644371033,0.17822332680225372,-0.1237867996096611,-0.3227950930595398,-0.05708184093236923,-0.044885627925395966,-0.054009079933166504,0.01881343126296997,0.0984877347946167 +240,-1.4593078126624393,-0.18037484410663873,0.9990613688560119,-0.977668821811676,0.1793983429670334,-0.10945270955562592,-0.12107875943183899,-0.11767633259296417,0.0401155948638916,-0.0080946683883667,-0.02816849946975708,-0.07751321792602539 +241,-1.4695531170809215,-0.1887960596593334,1.028922636000511,-0.9772012233734131,0.18767648935317993,-0.0992744117975235,0.6331324577331543,-0.2130146622657776,0.1633051037788391,0.07076811790466309,-0.03894907236099243,-0.0989067554473877 +242,-1.4732109098077195,-0.20486875396496015,1.0875622268518181,-0.9744296073913574,0.2034386545419693,-0.0953931212425232,0.4636991024017334,-0.020006252452731133,0.32003161311149597,0.02609574794769287,0.010459095239639282,-0.057560995221138 +243,-1.4695016989372196,-0.23340761666153087,1.1228339186580507,-0.9678969383239746,0.23129408061504364,-0.0983794629573822,0.1795927733182907,0.04260733351111412,0.174319788813591,-0.04163980484008789,-0.06204354763031006,-0.01990664005279541 +244,-1.471286205941676,-0.2403150159885133,1.1442285577714617,-0.9664581418037415,0.23800860345363617,-0.09649106860160828,0.288336843252182,-0.28903380036354065,0.12430021911859512,-0.01222527027130127,-0.04048357903957367,-0.05530332773923874 +245,-1.4930602431897306,-0.24013786629642295,1.1785979766444734,-0.9683720469474792,0.2378365397453308,-0.07542945444583893,0.2851009964942932,-0.2627650797367096,-0.01101170014590025,0.0451388955116272,-0.028028130531311035,-0.07482386380434036 +246,-1.5092883154367465,-0.24832835791935123,1.200572561127732,-0.967491626739502,0.2457839399576187,-0.059583645313978195,0.2750476598739624,-0.01914345473051071,0.24214109778404236,-0.05194807052612305,-0.00908958911895752,-0.1336688995361328 +247,-1.5041604798449748,-0.25418974579701803,1.2724169945086785,-0.9657194018363953,0.2514612674713135,-0.06444694846868515,0.6074134707450867,-0.36655592918395996,-0.0707775354385376,0.006368756294250488,-0.0171930193901062,0.07563161104917526 +248,-1.5288176742448647,-0.2530723018255612,1.3132089698592593,-0.9672948718070984,0.2503795921802521,-0.04062960296869278,0.4031640589237213,-0.4045816659927368,0.054112713783979416,-0.02634221315383911,0.04760926961898804,-0.01672815904021263 +249,-1.5531876950017431,-0.2540636951696259,1.3679200562781624,-0.9677489399909973,0.25133925676345825,-0.01704249531030655,0.4551035165786743,-0.31533747911453247,0.00511901592835784,0.01898801326751709,0.04497113823890686,0.04176175594329834 +250,-1.5709655623537573,-0.25102467077253887,1.3880695097255478,-0.9686583280563354,0.24839664995670319,0.0001639314432395622,0.17625035345554352,-0.12780122458934784,-0.05064481124281883,0.0587005615234375,0.03366205096244812,-0.047664523124694824 +251,-1.5795650359752385,-0.25501933174294805,1.412269813642542,-0.9676211476325989,0.2522641122341156,0.008485006168484688,0.25345802307128906,-0.17693109810352325,0.007435937412083149,-0.03662073612213135,0.0456027090549469,-0.008942723274230957 +252,-1.5973017685301432,-0.2588726480258003,1.4523391784041337,-0.9663397669792175,0.2559909224510193,0.0256192609667778,0.4611925780773163,-0.4022700786590576,0.011037120595574379,0.024994492530822754,0.04710966348648071,0.1370394229888916 +253,-1.6197954979141012,-0.2608766549166623,1.4647878615990473,-0.9650046825408936,0.25792765617370605,0.04732230678200722,-0.07884220033884048,-0.2238314151763916,0.06320774555206299,0.007637739181518555,0.0013344287872314453,0.03237438201904297 +254,-1.6489714475065276,-0.2609479757798454,1.4561585967114767,-0.9631949663162231,0.2579965591430664,0.07545164972543716,-0.08004473149776459,-0.25790196657180786,-0.07491502910852432,-0.033905744552612305,-0.003281623125076294,0.04745792597532272 +255,-1.6686592287256694,-0.25829274369929617,1.4585170209462959,-0.9622012972831726,0.25543031096458435,0.09446557611227036,0.15665104985237122,-0.1620713770389557,0.031837496906518936,0.031033813953399658,-0.0011273622512817383,0.005250558257102966 +256,-1.6692764310462935,-0.27079876136306535,1.4897924320634364,-0.9588889479637146,0.26750117540359497,0.0947379469871521,0.4330447316169739,-0.10878456383943558,0.09219731390476227,0.011394381523132324,-0.04684379696846008,0.009937286376953125 +257,-1.6735153388781983,-0.27595393180281624,1.5289066703006278,-0.9570942521095276,0.27246490120887756,0.09865900874137878,0.2827073931694031,-0.12611711025238037,0.014167009852826595,0.05380439758300781,0.006221652030944824,-0.004420742392539978 +258,-1.6743842350617033,-0.2793995688459757,1.5513439124069432,-0.9560685157775879,0.27577856183052063,0.09939290583133698,0.11546701937913895,-0.03921043872833252,-0.023283693939447403,-0.01567208766937256,0.01041528582572937,0.016222938895225525 +259,-1.6780174720883985,-0.27209888085576883,1.5527186285832604,-0.9576774835586548,0.26875367760658264,0.10307858884334564,-0.06383722275495529,-0.026497840881347656,-0.09986741840839386,0.0068871378898620605,0.03608638048171997,-0.018392331898212433 +260,-1.6808008801615155,-0.2624854382094737,1.5354533527540308,-0.9599106311798096,0.25948166847229004,0.10602254420518875,-0.20888207852840424,0.04296379163861275,-0.09290385991334915,0.00831151008605957,0.028482168912887573,-0.00623011589050293 +261,-1.6811433201055057,-0.26066808313435513,1.5250539667490057,-0.9603412747383118,0.25772613286972046,0.10640299320220947,-0.13884909451007843,-0.02110866643488407,-0.04082079976797104,-0.0035104751586914062,0.026072025299072266,0.0011867061257362366 +262,-1.6846674268770152,-0.2609968022787657,1.510511116145434,-0.9598762392997742,0.25804373621940613,0.1097770556807518,-0.1808096021413803,-0.002770735416561365,0.011282641440629959,-0.013527631759643555,0.014768123626708984,-0.0018820837140083313 +263,-1.6936618006837674,-0.26277966455997104,1.4891114289590304,-0.9583919048309326,0.2597658038139343,0.11834941059350967,-0.23248274624347687,-0.0664905309677124,0.05991711467504501,-0.014706790447235107,0.0169827938079834,0.011914961040019989 +264,-1.7037367236614505,-0.2633128220894624,1.4605921217219398,-0.9570135474205017,0.2602806091308594,0.12798058986663818,-0.2553662955760956,-0.025422651320695877,0.07474533468484879,0.007886350154876709,-0.03336721658706665,0.0039621442556381226 +265,-1.717793419208753,-0.26108855835941314,1.4368608250864197,-0.9556905031204224,0.25813236832618713,0.1415044069290161,-0.2715083062648773,-0.08150383830070496,0.0650985911488533,-0.025312304496765137,-0.02250617742538452,-0.011743664741516113 +266,-1.7272857036573583,-0.25904658814475423,1.426128809141584,-0.9548227787017822,0.25615906715393066,0.15065139532089233,0.03308054059743881,-0.09766223281621933,-0.07098226994276047,-0.016399025917053223,-0.039209604263305664,0.011625751852989197 +267,-1.7332857169436775,-0.2502906088090208,1.4343552107375557,-0.9560787081718445,0.2476855218410492,0.15673449635505676,0.02609744668006897,-0.06693247705698013,-0.037852730602025986,0.03432565927505493,0.016444116830825806,-0.03342817723751068 +268,-1.7312941770405252,-0.25362968472072384,1.4310276234924386,-0.9555672407150269,0.2509191632270813,0.15469709038734436,-0.04074884578585625,0.005289984401315451,0.04028075933456421,-0.010329484939575195,-0.0015447437763214111,0.02528037130832672 +269,-1.7327213990239416,-0.256370287309796,1.4215262047764738,-0.9546629190444946,0.25357115268707275,0.15594923496246338,-0.07907013595104218,0.007729706820100546,0.061010003089904785,-0.00928044319152832,-0.0005957186222076416,0.016658172011375427 +270,-1.7358383725231166,-0.2603208594641044,1.4160145049969994,-0.9531766176223755,0.2573906183242798,0.15875831246376038,0.026475198566913605,-0.017903750762343407,0.05449298396706581,-0.001764059066772461,-0.012853294610977173,-0.0012723356485366821 +271,-1.7375550835891493,-0.26402082798893706,1.4155091373141755,-0.9519571661949158,0.26096415519714355,0.16023525595664978,0.019509822130203247,-0.007271882612258196,0.07320039719343185,-0.003502488136291504,-0.0019004344940185547,0.005917668342590332 +272,-1.7379973426692716,-0.27473057093304426,1.4211888819451532,-0.9490756392478943,0.27128762006759644,0.1601818948984146,0.1642836332321167,-0.03996424749493599,0.09803769737482071,-0.011739671230316162,-0.010087668895721436,-0.002604380249977112 +273,-1.7369576582476058,-0.28120070558016425,1.4374155842942493,-0.9474907517433167,0.2775093913078308,0.1589014232158661,0.05327960103750229,-0.008053252473473549,0.0188496932387352,0.0157586932182312,0.00790625810623169,0.0037267059087753296 +274,-1.734114215594217,-0.2814978549323987,1.4386134410012505,-0.9478574395179749,0.27779486775398254,0.15619325637817383,-0.00371637474745512,0.06754358112812042,-0.02114219032227993,0.016354143619537354,-0.011727362871170044,0.003139019012451172 +275,-1.726707200935709,-0.2755673897465003,1.4425715991772428,-0.9505990743637085,0.2720929682254791,0.14942142367362976,0.13058620691299438,0.023635705932974815,-0.11182188242673874,-0.0055013298988342285,-0.0022108256816864014,0.015571817755699158 +276,-1.717928827603611,-0.26501042977928146,1.4514307313081551,-0.9546623229980469,0.2619193196296692,0.14148427546024323,0.06357371807098389,0.09639392793178558,-0.08961395174264908,0.0457574725151062,0.021558374166488647,0.006846398115158081 +277,-1.7090189564503693,-0.2611932667349588,1.4557741463917175,-0.9568684101104736,0.25823351740837097,0.1331096589565277,0.12096798419952393,0.11556143313646317,-0.09215892106294632,-0.010218322277069092,-0.02268362045288086,-0.0009991079568862915 +278,-1.698112440499306,-0.2511014633610785,1.472332799817449,-0.9607994556427002,0.24847103655338287,0.12299050390720367,0.055362116545438766,0.10602245479822159,-0.10598355531692505,0.0004417896270751953,0.02205204963684082,0.04922020435333252 +279,-1.6896520944219193,-0.24367162880663315,1.483444389340829,-0.9636123180389404,0.24126741290092468,0.11507325619459152,0.057942140847444534,0.0843467265367508,-0.07953790575265884,0.04550600051879883,0.04700168967247009,0.059182196855545044 +280,-1.6794618509292474,-0.24745650145388276,1.4899010947197007,-0.9638199210166931,0.24493873119354248,0.10514819622039795,0.023439353331923485,0.2079034149646759,0.007295548915863037,-0.02667379379272461,0.028941258788108826,0.051345936954021454 +281,-1.6699925149275672,-0.2536235768527867,1.498382354608699,-0.9632510542869568,0.25091326236724854,0.09586547315120697,0.11514279991388321,0.13524532318115234,-0.05804387107491493,-0.008978068828582764,-0.010984033346176147,-0.02549193799495697 +282,-1.6463628225837785,-0.2502768831595562,1.511596585433963,-0.96607905626297,0.24767223000526428,0.07314248383045197,0.15577509999275208,0.23835313320159912,-0.014741850085556507,-0.02154606580734253,-0.012717410922050476,-0.026420123875141144 +283,-1.6176340732174619,-0.24638130905418024,1.5163916660819154,-0.9687377214431763,0.24389615654945374,0.04540669918060303,0.055218737572431564,0.22231438755989075,-0.07666812837123871,-0.005490124225616455,0.0015414506196975708,-0.031353358179330826 +284,-1.6002392938078178,-0.24227089978863972,1.5355984530554994,-0.9703747034072876,0.23990781605243683,0.028578970581293106,0.2090478390455246,0.08831343054771423,-0.027663525193929672,0.032020390033721924,-0.016671791672706604,-0.05677724629640579 +285,-1.5822061636578308,-0.24769761715441813,1.5589686890450014,-0.9694163203239441,0.24517250061035156,0.011061361990869045,0.21279355883598328,0.13274675607681274,0.0455913245677948,-0.018513917922973633,-0.03997233510017395,-0.08968997001647949 +286,-1.5591765017794288,-0.2446497616130512,1.5821230506042885,-0.9701568484306335,0.24221652746200562,-0.011273560114204884,0.2584940493106842,0.023073308169841766,-0.028030680492520332,-0.01148688793182373,-0.020262181758880615,-0.026232600212097168 +287,-1.5496814894867452,-0.23939560608398763,1.6036962791766876,-0.9712650179862976,0.2371155172586441,-0.02051115222275257,0.19058267772197723,0.12364687025547028,-0.02295321226119995,0.000561833381652832,0.015264898538589478,-0.03323030471801758 +288,-1.5342530021510348,-0.2401229584215696,1.618836667363499,-0.9706603288650513,0.2378220558166504,-0.03548695147037506,0.10624793916940689,0.07172074913978577,-0.07090868055820465,-0.02564704418182373,-0.01696637272834778,-0.023732423782348633 +289,-1.519125891445001,-0.23631597533990667,1.6299885685677833,-0.9709095358848572,0.23412258923053741,-0.050212014466524124,0.1255093812942505,0.028097959235310555,0.05803253501653671,0.04555559158325195,-0.004508346319198608,0.0041457414627075195 +290,-1.5171831639211093,-0.24406852211914679,1.636957464941014,-0.9689685702323914,0.24165256321430206,-0.051999300718307495,0.08218548446893692,0.014911521226167679,0.10809995234012604,-0.012369871139526367,-0.022017568349838257,-0.017763853073120117 +291,-1.5096764149129258,-0.24931480785963978,1.6441041470243571,-0.9672722816467285,0.24674001336097717,-0.05919332429766655,0.07798486948013306,-0.004555714316666126,0.03161425516009331,-0.024701595306396484,-0.05080190300941467,-0.021754562854766846 +292,-1.507188059159734,-0.24007914501064392,1.6543038899086113,-0.9693548083305359,0.23777949810028076,-0.06174227222800255,0.13634741306304932,0.00014895619824528694,-0.049221061170101166,0.007425546646118164,0.005613431334495544,-0.017923887819051743 +293,-1.5007328606911414,-0.23843844988816265,1.6675914781523369,-0.969323992729187,0.23618555068969727,-0.06802554428577423,0.08129735291004181,0.007931789383292198,0.027003886178135872,0.02195155620574951,0.016240626573562622,-0.0056133270263671875 +294,-1.4933021876828096,-0.24321704257272678,1.6708939875008078,-0.9676554799079895,0.24082621932029724,-0.07513809949159622,-0.05258088931441307,0.07332605868577957,0.0037805817555636168,-0.022090613842010498,-0.005734086036682129,0.024250030517578125 +295,-1.4919661478931439,-0.24184320543045987,1.6626401446258394,-0.9678832292556763,0.23949259519577026,-0.07645684480667114,-0.053779613226652145,-0.02852482534945011,-0.032248903065919876,-0.027707159519195557,-0.01669895648956299,0.00799059122800827 +296,-1.495806671874987,-0.2342959958780801,1.6623418879331224,-0.969944417476654,0.23215827345848083,-0.07287244498729706,0.014151886105537415,0.019222384318709373,-0.031232303008437157,0.009830892086029053,0.006611242890357971,-0.010120086371898651 +297,-1.4918024671116972,-0.23111560967731418,1.6630332152203267,-0.9703759551048279,0.22906361520290375,-0.07681358605623245,-0.0781242698431015,0.013519840314984322,-0.03609223663806915,-0.008170127868652344,0.015000686049461365,0.010727770626544952 +298,-1.4879242275229663,-0.23100625496127677,1.6541287920160703,-0.9700957536697388,0.2289571613073349,-0.08057842403650284,-0.018577681854367256,0.07467266917228699,0.030266402289271355,-0.0021179914474487305,-0.026579856872558594,-0.015460371971130371 +299,-1.4813924036003427,-0.23040923465889362,1.6672204890064624,-0.9696846604347229,0.22837595641613007,-0.08692533522844315,0.18712396919727325,-0.017694473266601562,0.02181745134294033,-0.0012320876121520996,-0.01891861855983734,-0.0009652301669120789 +300,-1.4771654214922052,-0.23143354955589865,1.691333644445311,-0.9690753221511841,0.22937308251857758,-0.0910014808177948,0.35344770550727844,-0.04735291004180908,0.07195247709751129,-0.004237174987792969,-0.007830679416656494,-0.00985909253358841 +301,-1.4743294794829553,-0.23786240779738602,1.7223050480443378,-0.9673253297805786,0.235625758767128,-0.09360536932945251,0.2418823540210724,-0.005527039058506489,0.17503361403942108,0.024744272232055664,0.007233083248138428,-0.023078612983226776 +302,-1.4682895434313332,-0.24972688709053012,1.7564189044962684,-0.9638935923576355,0.2471393346786499,-0.09915316849946976,0.3689488172531128,-0.04569130763411522,0.09506108611822128,-0.023731470108032227,-0.027763694524765015,-0.01521146297454834 +303,-1.4645072887314772,-0.2545176479247671,1.7996270203272704,-0.9623233079910278,0.25177863240242004,-0.10267134755849838,0.42230796813964844,-0.11948104202747345,0.031186282634735107,-0.023608088493347168,-0.009346991777420044,-0.003834962844848633 +304,-1.4667019562497683,-0.251986465044677,1.8369021709226114,-0.9631771445274353,0.24932818114757538,-0.10062502324581146,0.2878453731536865,-0.11285479366779327,0.013543750159442425,-0.0009037256240844727,0.0359196662902832,-0.013968482613563538 +305,-1.4674605115989892,-0.2537213266444007,1.86523083196388,-0.962821364402771,0.25100788474082947,-0.09984959661960602,0.22623440623283386,-0.06351323425769806,0.020393751561641693,-0.01940208673477173,0.022566944360733032,-0.01846706122159958 +306,-1.4590343679092195,-0.25064748354472427,1.8887660085562936,-0.962708055973053,0.24803125858306885,-0.10804436355829239,0.1845511943101883,0.030644960701465607,0.01422940194606781,0.022064805030822754,-0.008376717567443848,-0.01117253303527832 +307,-1.4498080408530338,-0.24115916591891978,1.8974114673152882,-0.9639632105827332,0.2388284057378769,-0.11720068007707596,0.07874475419521332,0.06334545463323593,-0.21901512145996094,-0.09751451015472412,0.0486777126789093,0.019010424613952637 +308,-1.4503306973911325,-0.23026069909685049,1.9261723252011638,-0.9665510654449463,0.22823135554790497,-0.1170027107000351,0.42377209663391113,-0.020157985389232635,0.011702009476721287,0.09531986713409424,0.09217274188995361,0.0804273933172226 +309,-1.438516746386163,-0.23572981126101686,1.9551124881624022,-0.963849663734436,0.23355267941951752,-0.1282465159893036,0.1100313663482666,0.02148415334522724,0.13896942138671875,-0.021013617515563965,0.06272724270820618,0.021770715713500977 +310,-1.436343000865473,-0.245164897441754,1.9625248360194325,-0.9613420367240906,0.24271629750728607,-0.13004018366336823,-0.011341373436152935,-0.01569199375808239,0.07976911962032318,-0.0188063383102417,0.041188716888427734,0.09198474884033203 +311,-1.4520312447840085,-0.25548608430893854,1.9585575855356037,-0.960724949836731,0.25271573662757874,-0.11464008688926697,0.00029499735683202744,-0.05294998362660408,0.0014885668642818928,-0.012480616569519043,0.012649863958358765,-0.0071707963943481445 +312,-1.4503137866641709,-0.25604318930582975,1.9571430791339102,-0.9603866338729858,0.2532547414302826,-0.11627297103404999,0.018556293100118637,0.04096132889389992,0.034697651863098145,-0.01873922348022461,0.016123920679092407,-0.0132436603307724 +313,-1.4488624309384215,-0.26015342823224163,1.9609507954744103,-0.959175705909729,0.257228821516037,-0.11753913015127182,-0.037427786737680435,-0.04455968365073204,-0.02317802794277668,0.009728074073791504,-0.0081900954246521,-0.010390520095825195 +314,-1.4504886386100413,-0.26185317979183625,1.9510980674032417,-0.9589301347732544,0.2588709890842438,-0.11592651158571243,-0.10490801930427551,0.06838183850049973,0.08666882663965225,0.022803306579589844,-0.023672014474868774,-0.04291750490665436 +315,-1.4430138260660565,-0.26660117648919285,1.93895257907754,-0.9568068385124207,0.26345422863960266,-0.12293300032615662,-0.1714334636926651,0.07628083974123001,0.023526659235358238,-0.03557896614074707,-0.03606778383255005,-0.0203469917178154 +316,-1.4364313399362976,-0.26266357049069317,1.9314807392185824,-0.9569975137710571,0.2596536874771118,-0.1293664276599884,0.07699260115623474,0.018570996820926666,-0.006880003027617931,0.008404433727264404,-0.036707520484924316,-0.00933597981929779 +317,-1.435371006907711,-0.26037710770599404,1.944898103582828,-0.9574456810951233,0.25744497776031494,-0.1304609179496765,0.11598211526870728,-0.08818964660167694,0.048928506672382355,-0.00738292932510376,-0.019224733114242554,-0.024339452385902405 +318,-1.433740641726163,-0.2595644959206244,1.955917170578059,-0.957438588142395,0.2566596567630768,-0.1320502609014511,0.1197076290845871,0.06058269366621971,0.01957722008228302,0.01150047779083252,-0.02242201566696167,-0.036803483963012695 +319,-1.428498448371886,-0.2604454393024097,1.9661122735098338,-0.9565090537071228,0.2575109899044037,-0.13703538477420807,0.053087685257196426,0.018759626895189285,0.006327865179628134,-0.014407753944396973,-0.018100589513778687,-0.014484405517578125 +320,-1.4283873106128446,-0.26036875274637794,1.972357693457876,-0.9565132856369019,0.2574369013309479,-0.13714447617530823,0.035404935479164124,0.009147075936198235,0.06456410884857178,-0.0077811479568481445,-0.009466320276260376,-0.01091158390045166 +321,-1.4197193867269868,-0.2751864424258497,1.9896297541501409,-0.9514126777648926,0.2717263698577881,-0.14484015107154846,0.12098457664251328,0.05959895998239517,0.2021620124578476,0.018307268619537354,-0.035795003175735474,-0.006755933165550232 +322,-1.4203118062085727,-0.290250872167697,1.995340403550158,-0.9473433494567871,0.2861926257610321,-0.1436464637517929,-0.06120205670595169,-0.12927938997745514,0.1811971366405487,0.0026717782020568848,-0.026655912399291992,-0.017593130469322205 +323,-1.4400481263462024,-0.29297195432989703,1.9856916662670192,-0.9492181539535522,0.28879880905151367,-0.12482064962387085,-0.1372203677892685,-0.26751601696014404,-0.04815416783094406,-0.032288193702697754,-0.0013995170593261719,-0.01116567850112915 +324,-1.4840705696403371,-0.2973927690763932,1.967857304696054,-0.9525104761123657,0.29302841424942017,-0.08281492441892624,0.11123388260602951,-0.1712266355752945,-0.036339160054922104,-0.005772113800048828,0.08302444219589233,-0.02398134022951126 +325,-1.4882550684402047,-0.3020854209441116,1.988484076431506,-0.951467752456665,0.29751184582710266,-0.07871418446302414,0.07186639308929443,-0.14148618280887604,0.08351417630910873,0.03964829444885254,0.06926369667053223,0.06658351421356201 +326,-1.5203905471727746,-0.3113417133819748,1.9909559512562653,-0.9507144093513489,0.3063361346721649,-0.04796212911605835,0.054739080369472504,-0.2847333252429962,0.053467728197574615,0.010834038257598877,0.07058650255203247,0.035282015800476074 +327,-1.5513930102971842,-0.3193242436028206,1.9847659214683342,-0.9492689371109009,0.31392502784729004,-0.018421277403831482,-0.054529495537281036,-0.3634977340698242,0.0744420737028122,0.0034835338592529297,0.05375072360038757,0.046238064765930176 +328,-1.587020082113399,-0.3186624198324535,1.9741857156475668,-0.9495303630828857,0.3132965862751007,0.015406300313770771,-0.2267473191022873,-0.1351965218782425,-0.08034860342741013,-0.020547151565551758,0.018353193998336792,0.05142712593078613 +329,-1.613203956613659,-0.3072321778872523,1.9657883993647518,-0.9523173570632935,0.30242156982421875,0.04040974751114845,-0.0899188444018364,-0.3052041828632355,-0.09217963367700577,0.017686009407043457,0.08618924021720886,0.03061985969543457 +330,-1.6383652832299092,-0.30567935597098306,1.9507185029172873,-0.9514667391777039,0.3009411096572876,0.06438763439655304,-0.1543215662240982,-0.11747785657644272,0.013450282625854015,0.04077637195587158,0.0618060827255249,0.04047071933746338 +331,-1.6524602671191926,-0.31026552225556264,1.9326451360769479,-0.9490790963172913,0.30531150102615356,0.07767829298973083,-0.05766730383038521,-0.058292634785175323,0.02098051644861698,0.00526195764541626,0.0013596415519714355,-0.03339731693267822 +332,-1.6453627375216708,-0.3132341345648977,1.933031484020102,-0.9486985206604004,0.3081369996070862,0.07087244093418121,-0.012956809252500534,0.15967436134815216,0.013954711146652699,-0.02084505558013916,0.036437004804611206,0.05177772790193558 +333,-1.6467581252205121,-0.31138085052454145,1.924001420876641,-0.9491662383079529,0.30637338757514954,0.07223937660455704,-0.19324351847171783,-0.02018212154507637,-0.10224311053752899,0.07221323251724243,-0.016670048236846924,0.060161106288433075 +334,-1.664338258754392,-0.30566393922027696,1.892873613086977,-0.949478268623352,0.30092641711235046,0.08907599002122879,-0.4613596200942993,0.12768682837486267,0.032539770007133484,-0.0004730224609375,0.026237308979034424,-0.006571762263774872 +335,-1.664041079196868,-0.29959020818112864,1.8454353328622666,-0.9513067603111267,0.2951287031173706,0.08896234631538391,-0.15185020864009857,0.035227999091148376,-0.03415776789188385,0.01987987756729126,-0.04065793752670288,0.00631355494260788 +336,-1.6684021180735211,-0.30498071165959123,1.861806589207025,-0.9493128657341003,0.3002747893333435,0.09295380860567093,0.47754228115081787,-0.13395828008651733,0.14651107788085938,0.07451105117797852,-0.03394785523414612,-0.049206845462322235 +337,-1.6518422390716445,-0.32228704152544896,1.9067180835091753,-0.9454001784324646,0.3167366683483124,0.0767890214920044,0.378100723028183,-0.0029776189476251602,0.024346347898244858,-0.0647469162940979,-0.026545047760009766,0.019341349601745605 +338,-1.6557046416498007,-0.3253593096002518,1.934345676328393,-0.9441223740577698,0.31964927911758423,0.08035704493522644,0.38932305574417114,-0.13259349763393402,0.051916398108005524,0.0025178194046020508,0.04070231318473816,-0.03296327590942383 +339,-1.6463811342136914,-0.32784727314956497,1.9737621463619288,-0.9440344572067261,0.3220057189464569,0.07149085402488708,0.12360581010580063,0.01854509487748146,-0.07242503762245178,-0.0686606764793396,0.002899646759033203,0.053203925490379333 +340,-1.646168240078927,-0.3209242079883827,1.9906722055767188,-0.9462500214576721,0.3154437243938446,0.07145603746175766,0.196327805519104,-0.06496395170688629,-0.09063791483640671,-0.0004814267158508301,0.04622000455856323,0.03149496018886566 +341,-1.6497473048038298,-0.3209862314183327,1.9910540653587774,-0.9459688663482666,0.3155025839805603,0.0748407319188118,-0.003553316928446293,0.07412540167570114,-0.041535135358572006,0.0229189395904541,0.012424051761627197,-0.03847908973693848 +342,-1.641223390824174,-0.3259751617685355,2.0124960925599167,-0.9449903964996338,0.3202327489852905,0.06666315346956253,0.2371450811624527,0.030042899772524834,-0.013357224874198437,-0.011552512645721436,-0.023846060037612915,-0.07276666909456253 +343,-1.635601785030079,-0.31838351854230906,2.0351048026901566,-0.9477489590644836,0.31303173303604126,0.061505433171987534,0.15087802708148956,-0.14527854323387146,-0.10055416822433472,-0.020955204963684082,0.03837814927101135,-0.06068146601319313 +344,-1.6346352955178922,-0.31111087621814437,2.05152347303776,-0.9500547647476196,0.30611637234687805,0.060733042657375336,0.02175774984061718,-0.10448063164949417,-0.06502413749694824,0.03503108024597168,0.08312007784843445,-0.012439019978046417 +345,-1.6405574153025881,-0.31662238876621607,2.045663205688486,-0.9479808807373047,0.31135863065719604,0.06623966991901398,-0.125502809882164,-0.11188875138759613,0.013232048600912094,0.012632548809051514,0.07102656364440918,-0.0325939804315567 +346,-1.6513366936177718,-0.32044070837782807,2.0175109213226534,-0.9460200667381287,0.31498485803604126,0.07635798305273056,-0.35488542914390564,-0.04419063404202461,-0.0008645155467092991,0.0048122406005859375,0.022844702005386353,-0.013842709362506866 +347,-1.6667100872791298,-0.3175171834527791,1.9834292233371413,-0.945647120475769,0.31220880150794983,0.09097972512245178,-0.36240288615226746,-0.04239526763558388,-0.04805350303649902,0.003508448600769043,0.011277526617050171,-0.015143513679504395 +348,-1.6790524538694922,-0.30724645884803026,1.9349601939841605,-0.9475901126861572,0.3024351894855499,0.10298506170511246,-0.4908027648925781,0.038765884935855865,-0.013876224867999554,0.010120630264282227,0.026330649852752686,0.024853110313415527 +349,-1.688973424527216,-0.30870780988497815,1.8953954721413353,-0.9460819363594055,0.30382779240608215,0.11232862621545792,-0.29121267795562744,0.051554590463638306,0.10728111118078232,0.0018985271453857422,-0.007837772369384766,0.002600565552711487 +350,-1.699446030660086,-0.32393174457247953,1.85829371281878,-0.9401571154594421,0.31829628348350525,0.12162265926599503,-0.20072028040885925,-0.08278651535511017,0.22360053658485413,0.006334483623504639,0.02037253975868225,0.048421263694763184 +351,-1.7110558827346636,-0.3470320924108416,1.8340356932010522,-0.9311515688896179,0.34010833501815796,0.13146613538265228,-0.26388195157051086,0.02253185212612152,0.21836932003498077,0.026549339294433594,-0.05009979009628296,-0.0019037574529647827 +352,-1.718443562579038,-0.353839675700104,1.8035486919477821,-0.9278432130813599,0.3465021550655365,0.13799771666526794,-0.14484001696109772,0.09617015719413757,0.12841898202896118,-0.016752123832702637,-0.05695134401321411,-0.004208564758300781 +353,-1.7128353215109824,-0.35881882465091275,1.8042493180833616,-0.9268829226493835,0.35116854310035706,0.1325460970401764,-0.02270764485001564,0.12255959957838058,-0.046318184584379196,-0.025051772594451904,-0.04188820719718933,0.07709440588951111 +354,-1.7222034349694297,-0.3489334541734671,1.7846395995117448,-0.9289870858192444,0.34189572930336,0.14173999428749084,0.0034883078187704086,-0.012821691110730171,0.0333067886531353,0.06866610050201416,0.01914241909980774,-0.04907335340976715 +355,-1.718831513146898,-0.36680005420204603,1.801086859289655,-0.9232702255249023,0.3586301803588867,0.13768370449543,0.02946477383375168,0.1929820030927658,0.20689190924167633,0.020911037921905518,0.02431964874267578,0.01406504213809967 +356,-1.699360656102951,-0.3875208740388731,1.7730348450130795,-0.9182078838348389,0.3778942823410034,0.11870350688695908,-0.2620365023612976,0.06791864335536957,0.14171092212200165,0.0010477304458618164,-0.018015682697296143,0.06333388388156891 +357,-1.6948266538697283,-0.3907466484217945,1.7474709124075136,-0.9175220727920532,0.38087889552116394,0.11438772082328796,-0.11400590091943741,0.11733026802539825,-0.014441831037402153,-0.016956686973571777,-0.02096983790397644,0.03740668296813965 +358,-1.6909335139120572,-0.3819986650868993,1.731388642512043,-0.9212331175804138,0.3727758228778839,0.11120989918708801,-0.1902656853199005,0.1013050377368927,-0.09227525442838669,0.004256248474121094,-0.009250432252883911,0.04510115832090378 +359,-1.6839800133275986,-0.37109344922700016,1.7178541158923135,-0.9259684085845947,0.36263465881347656,0.10525435954332352,-0.02511671930551529,0.24971845746040344,-0.10119425505399704,0.009861350059509277,-0.03275492787361145,0.004013761878013611 +360,-1.6348543420991073,-0.3700009353480754,1.7350568503875126,-0.9304146766662598,0.361616313457489,0.059682175517082214,0.32083356380462646,0.4248789846897125,0.08207694441080093,0.022547364234924316,-0.0180952250957489,-0.02257276326417923 +361,-1.598696488128316,-0.38404164417441944,1.7419103632108863,-0.9267971515655518,0.37467077374458313,0.025864502415060997,-0.10097841173410416,0.285581111907959,0.00993340089917183,-0.07031893730163574,0.021661043167114258,0.009230732917785645 +362,-1.5914467324727282,-0.3896791171557317,1.7322349268346566,-0.9248336553573608,0.37989160418510437,0.01910090632736683,-0.14139345288276672,0.014605771750211716,0.13490045070648193,0.01794290542602539,8.270144462585449e-05,0.03369450569152832 +363,-1.5905923978392482,-0.40276863155394244,1.7164556403564701,-0.9197992086410522,0.39196693897247314,0.018210789188742638,-0.1581140160560608,0.10072211176156998,0.08910229057073593,-0.030747175216674805,-0.006407797336578369,0.003105761483311653 +364,-1.5838064767309703,-0.4109247359721552,1.6966933449404475,-0.9166741967201233,0.39945724606513977,0.011926742270588875,-0.34940826892852783,0.2096307873725891,0.1715656965970993,0.005419373512268066,-0.03693896532058716,-0.008676648139953613 +365,-1.5830367454035208,-0.4138429263285247,1.6777217273864868,-0.9155134558677673,0.4021308124065399,0.01120682805776596,-0.1652069240808487,-0.005712438374757767,0.025150950998067856,-0.01287686824798584,-0.02377396821975708,-0.01230550091713667 +366,-1.5833554519454351,-0.4173161376128218,1.6697665937776385,-0.9141077995300293,0.40530839562416077,0.011480998247861862,-0.0267411470413208,0.12755002081394196,0.04171241819858551,-0.026230156421661377,-0.05643150210380554,-0.03172945976257324 +367,-1.5799854205310457,-0.4255120118200238,1.6856935521094891,-0.9107890725135803,0.41278719902038574,0.008369561284780502,0.30034205317497253,-0.20514577627182007,0.20230306684970856,-0.017052114009857178,-0.05275610089302063,-0.0353928804397583 +368,-1.5787144695054889,-0.4313978494744335,1.708894445436529,-0.9083536267280579,0.4181409776210785,0.0071926238015294075,0.26255327463150024,-0.10593218356370926,0.09386508166790009,-0.04969990253448486,-0.052967727184295654,-0.04675865173339844 +369,-1.5693054250065759,-0.43924667511142373,1.7495907968258677,-0.9050713777542114,0.42525777220726013,-0.0013493734877556562,0.3477076590061188,-0.09060801565647125,0.058049678802490234,-0.035221099853515625,-0.049799948930740356,-0.01749521493911743 +370,-1.5679213157318568,-0.4417872597463614,1.7872214342979933,-0.9039852619171143,0.42755579948425293,-0.0025989748537540436,0.31706079840660095,-0.1033238098025322,-0.011481993831694126,-0.03597140312194824,-0.02412867546081543,-0.015833616256713867 +371,-1.5689005840792465,-0.44296007648285957,1.812245271576595,-0.9034852385520935,0.4286157190799713,-0.001712777535431087,0.25055357813835144,-0.1141371801495552,0.05771588534116745,-0.016558706760406494,-0.02958318591117859,-0.054195404052734375 +372,-1.5659893705945025,-0.44739710406249256,1.8449159807915922,-0.9015657901763916,0.4326202869415283,-0.0043338206596672535,0.227036714553833,-0.05566316470503807,0.023584919050335884,-0.025420844554901123,-0.051532089710235596,-0.019790291786193848 +373,-1.5652955006896554,-0.44571012836669266,1.879000199953207,-0.9022911787033081,0.43109872937202454,-0.0049633970484137535,0.3706584572792053,-0.2158614546060562,-0.03664674609899521,0.014534831047058105,-0.016029179096221924,-0.012126445770263672 +374,-1.5681574424359344,-0.44199715130085554,1.90338324510028,-0.9038960337638855,0.4277455508708954,-0.0023852826561778784,0.24106161296367645,-0.0626327246427536,0.037431105971336365,-0.0017130374908447266,0.034595757722854614,-0.03367125988006592 +375,-1.563092205647321,-0.4494431489049203,1.9380534887099978,-0.9006622433662415,0.4344640374183655,-0.006938948296010494,0.15790390968322754,-0.20112819969654083,0.07136151194572449,0.03352069854736328,0.012252211570739746,0.06678390502929688 +376,-1.5756912615921854,-0.46238505694080284,1.963002450465478,-0.8949803113937378,0.44608399271965027,0.004380905069410801,0.32284149527549744,-0.28037023544311523,0.126393660902977,-0.0034265518188476562,0.015784263610839844,0.03373551368713379 +377,-1.5950471898884493,-0.4714381643018069,1.9928283738233734,-0.8906541466712952,0.45416805148124695,0.02160336636006832,0.2651323974132538,-0.3186050355434418,0.09542495012283325,0.002211153507232666,0.05784064531326294,0.01773381233215332 +378,-1.609368105496935,-0.48171120659542294,2.025041636814016,-0.8855441808700562,0.4632963240146637,0.03417396545410156,0.32449257373809814,-0.28848135471343994,0.09594584256410599,0.023560047149658203,0.02411511540412903,0.02528953179717064 +379,-1.6264584813248992,-0.4902866318758198,2.0613776310672183,-0.8808315992355347,0.4708787798881531,0.04907968267798424,0.3010803461074829,-0.32551655173301697,-0.00858624093234539,0.025057733058929443,0.039985448122024536,0.022529836744070053 +380,-1.6393531957146503,-0.4931035827622937,2.089720295410109,-0.8787986636161804,0.473361998796463,0.060342252254486084,0.22283412516117096,-0.20827580988407135,0.03396877273917198,0.01768428087234497,0.0294455885887146,0.0003876611590385437 +381,-1.6436097577860573,-0.49634392036749714,2.1217841674983577,-0.87699955701828,0.47621384263038635,0.06397043913602829,0.29433953762054443,-0.16415442526340485,0.004123242571949959,0.02568119764328003,0.012998223304748535,0.009775280952453613 +382,-1.642213101162626,-0.4974951493730025,2.1548835268164606,-0.8765406608581543,0.47722581028938293,0.0627063512802124,0.29541096091270447,-0.13688437640666962,-0.020943358540534973,0.019378185272216797,0.03650712966918945,0.00017511844635009766 +383,-1.637285630031627,-0.49762232654531996,2.1850642029601324,-0.8767785429954529,0.4773375689983368,0.05838245153427124,0.23093079030513763,-0.07857941836118698,-0.003914983011782169,0.03400498628616333,0.03403031826019287,0.02428961545228958 +384,-1.6387103294387928,-0.49377265903061485,2.1965553503053616,-0.878521203994751,0.4739512801170349,0.05975579097867012,-0.0926903560757637,0.05799967050552368,-0.1507173776626587,-0.03807425498962402,0.029497206211090088,0.037106990814208984 +385,-1.6406307831705627,-0.4778791672722976,2.1879675799048783,-0.8858078718185425,0.459896981716156,0.06196066737174988,-0.17541839182376862,0.030329100787639618,-0.17363694310188293,0.029011666774749756,0.030779898166656494,0.06630468368530273 +386,-1.650407337385079,-0.4709767619944182,2.1636021918321475,-0.8883031010627747,0.4537569284439087,0.07086849212646484,-0.16302761435508728,0.02678798697888851,-0.032806821167469025,0.020154237747192383,0.018395841121673584,-0.001990310847759247 +387,-1.6514066361376694,-0.4630680623588429,2.152427974415549,-0.8917810320854187,0.44669514894485474,0.07204285264015198,-0.019996050745248795,0.1548084020614624,-0.1618935912847519,0.010173976421356201,0.005010753870010376,0.03946840763092041 +388,-1.6286606453939305,-0.45683896530278767,2.169183626601118,-0.8959494829177856,0.4411134421825409,0.0519014447927475,0.2010517120361328,0.15360696613788605,0.004447177052497864,-0.007782936096191406,0.030764639377593994,0.010461218655109406 +389,-1.602423467558765,-0.46562166589005227,2.202364280140287,-0.893095850944519,0.44897836446762085,0.028255488723516464,0.5315592288970947,-0.07309094071388245,0.04442092403769493,0.001219630241394043,-0.006000488996505737,0.005283355712890625 +390,-1.577579745673954,-0.4652643412654149,2.24122517249726,-0.8936823606491089,0.4486590623855591,0.006062314845621586,0.06357452273368835,0.12554745376110077,-0.1942322999238968,-0.05191999673843384,-0.03607672452926636,0.00844883918762207 +391,-1.5656809349106207,-0.4471971282936243,2.26454125852101,-0.9016510248184204,0.43243998289108276,-0.004612338729202747,0.2711884379386902,0.028065431863069534,-0.15516267716884613,-0.01970517635345459,-0.015783488750457764,0.011814475059509277 +392,-1.5498942124793593,-0.4278865281231481,2.2828819043557247,-0.9096460342407227,0.41494879126548767,-0.019016293808817863,0.2435017228126526,0.15014441311359406,-0.06270109862089157,0.05455881357192993,-0.03090032935142517,-0.02523416094481945 +393,-1.5322233764669282,-0.4279463578152942,2.334065785151549,-0.9091432690620422,0.41500324010849,-0.03508574143052101,0.5497474670410156,-0.10531258583068848,0.006060700863599777,0.001962423324584961,-0.04686969518661499,-0.012353897094726562 +394,-1.5199469745944354,-0.42357252492501707,2.389296241030572,-0.9104481339454651,0.411019891500473,-0.04633564129471779,0.49413350224494934,-0.1308903843164444,-0.026284921914339066,-0.027601182460784912,0.01592099666595459,-0.01982647180557251 +395,-1.5060033229279242,-0.4172322613044251,2.4350221721574457,-0.9122957587242126,0.4052317142486572,-0.059193238615989685,0.2893122434616089,-0.05848236754536629,-0.06587224453687668,-0.005245804786682129,0.010066747665405273,0.06729567050933838 +396,-1.5089071963232212,-0.4076031875328288,2.460314274814441,-0.9163159132003784,0.3964100182056427,-0.05678251013159752,0.18820610642433167,-0.12681259214878082,-0.1075780913233757,0.008234858512878418,0.018583238124847412,-0.00625157356262207 +397,-1.507221666562625,-0.40160028012583965,2.47601711698701,-0.9185771346092224,0.39089179039001465,-0.05847703292965889,0.12260937690734863,-0.0038787969388067722,-0.02649395912885666,-0.0053119659423828125,0.020210444927215576,-0.019907351583242416 +398,-1.499199908453507,-0.3968477292163321,2.4815474683295093,-0.9199212193489075,0.38651296496391296,-0.06597583740949631,-0.11550558358430862,0.12121175974607468,-0.09942548722028732,-0.0006720423698425293,-0.011848628520965576,0.029034316539764404 +399,-1.4992828785701287,-0.3903103472981625,2.4647892184590994,-0.9224273562431335,0.3804754316806793,-0.06607864797115326,-0.04701092839241028,-0.0035521583631634712,-0.046572428196668625,0.004794299602508545,-0.009747922420501709,-0.017493724822998047 +400,-1.5022613088857024,-0.3822674996674474,2.461087427210137,-0.9256430864334106,0.3730252683162689,-0.06353847682476044,-0.06459444761276245,-0.013381370343267918,-0.04208936542272568,-0.0058602094650268555,0.0001131892204284668,-0.00042641162872314453 +401,-1.5040234054594654,-0.37799311463384677,2.4572659356035182,-0.9273358583450317,0.36905598640441895,-0.06201311573386192,-0.03734562173485756,-0.03022751398384571,-0.08672209829092026,-0.009614706039428711,-0.010581284761428833,0.017793182283639908 +402,-1.5099099467707586,-0.3728199899246207,2.4500867381701634,-0.9295782446861267,0.36424314975738525,-0.05666869878768921,-0.05665047839283943,-0.016899501904845238,-0.06063913181424141,-0.0015131235122680664,0.0019220411777496338,-0.012224741280078888 +403,-1.5182935612853523,-0.36759805973660126,2.4367488248052944,-0.9319072961807251,0.359375,-0.0489727184176445,-0.0697728618979454,-0.04425158351659775,-0.0009638111805543303,-0.007927238941192627,0.0109100341796875,-0.026802420616149902 +404,-1.5222168440377386,-0.3340746275075879,2.4254759095603107,-0.9435996413230896,0.3278951048851013,-0.0458756759762764,-0.32974937558174133,-0.012127592228353024,-0.526532769203186,0.0150260329246521,-0.020400017499923706,0.0333482064306736 +405,-1.5335180294435522,-0.31085540837198034,2.40496248399076,-0.9514106512069702,0.30587315559387207,-0.035483408719301224,-0.0363064706325531,-0.11178241670131683,-0.016430582851171494,0.03274017572402954,0.012791335582733154,-0.016503266990184784 +406,-1.5337034960919862,-0.3157347968349202,2.4048679400821924,-0.9499146938323975,0.31051501631736755,-0.0352511927485466,-0.007737449370324612,0.05251257121562958,0.015549096278846264,0.013665914535522461,-0.03040945529937744,0.012958109378814697 +407,-1.5313352805003295,-0.3212878717935457,2.407073102089753,-0.9480908513069153,0.31578880548477173,-0.03743208944797516,0.04150138050317764,0.062341202050447464,0.04277196153998375,-0.007078826427459717,-0.03092247247695923,-0.003491997718811035 +408,-1.5238683377824067,-0.3235819501721674,2.414976765147584,-0.9470587968826294,0.317964643239975,-0.044476218521595,0.0954093188047409,0.03510430455207825,0.013693883083760738,-0.010872721672058105,-0.025728344917297363,-7.94529914855957e-05 +409,-1.5204773418590307,-0.32295626023333,2.4210448095407755,-0.9471011757850647,0.3173713684082031,-0.04769743233919144,-0.04556842893362045,0.01780262403190136,0.004426269326359034,-0.0062986016273498535,-0.005390137434005737,0.021681182086467743 +410,-1.519241546553605,-0.32270772411785603,2.415388240557134,-0.9471202492713928,0.31713566184043884,-0.048871882259845734,-0.004822305403649807,0.024701986461877823,0.054212674498558044,0.0025553107261657715,-0.007321208715438843,0.00777994841337204 +411,-1.5161457014349475,-0.3286209216807303,2.415209981359501,-0.9450752139091492,0.32273805141448975,-0.05170043185353279,0.015976378694176674,0.026729265227913857,0.02979680337011814,-0.005989789962768555,-0.016662031412124634,-0.014461632817983627 +412,-1.5103288331049847,-0.33073800780756485,2.4254612382505405,-0.9440742135047913,0.3247411251068115,-0.05715547874569893,0.1491539180278778,0.011535406112670898,0.061922587454319,0.010907888412475586,-0.03107050061225891,0.003719218075275421 +413,-1.5071408389789585,-0.3366276563144832,2.4404302722569198,-0.9419623613357544,0.33030590415000916,-0.06004219129681587,0.1766040325164795,-0.048648443073034286,0.155656099319458,-0.028969645500183105,-0.012266933917999268,-0.024064302444458008 +414,-1.5010861839578171,-0.3417365468705843,2.4585240155377037,-0.9398859143257141,0.3351237177848816,-0.06562592089176178,0.1744360327720642,-0.028639337047934532,-0.011345149949193,-0.02579718828201294,-0.026972442865371704,-0.005678363144397736 +415,-1.5025508059738772,-0.33931133845848327,2.4699962526833277,-0.940788984298706,0.3328377604484558,-0.06430449336767197,0.03328033164143562,-0.10914988070726395,0.04369427263736725,-0.01747816801071167,0.006609231233596802,0.019413121044635773 +416,-1.5158330070728805,-0.3392039962212432,2.4648418767117932,-0.941595733165741,0.3327365517616272,-0.05180540680885315,-0.09303346276283264,-0.024802634492516518,0.05867372453212738,0.006308317184448242,0.045330435037612915,-0.029844339936971664 +417,-1.51355440319242,-0.3499832013390892,2.456124995529069,-0.9378397464752197,0.34288203716278076,-0.05374246463179588,-0.09178458154201508,-0.04212493076920509,0.12216903269290924,0.023014485836029053,-0.018083512783050537,0.010850023478269577 +418,-1.522289553215733,-0.3604632865261626,2.4383610928828383,-0.9346328377723694,0.35270777344703674,-0.04537161439657211,-0.2057868242263794,0.01204131729900837,0.07353363931179047,-0.05703580379486084,0.002226918935775757,-0.021355029195547104 +419,-1.5278879046719036,-0.35958395299191565,2.4325809924689743,-0.935181736946106,0.3518848121166229,-0.04015181586146355,0.04709897190332413,-0.14434179663658142,0.04829392582178116,0.03405869007110596,0.0382518470287323,0.018194440752267838 +420,-1.54219917053925,-0.3689792502824093,2.43298882376078,-0.9323145747184753,0.3606635630130768,-0.026668816804885864,-0.0645056739449501,-0.07442845404148102,0.08654581755399704,0.007540464401245117,0.05695420503616333,0.018062829971313477 +421,-1.55419698479192,-0.3839883361458284,2.431152835243363,-0.9270501732826233,0.37462133169174194,-0.015389836393296719,0.013987833634018898,-0.15691891312599182,0.10837291926145554,0.03193908929824829,0.03230005502700806,0.017785489559173584 +422,-1.5704399589038367,-0.39548251042867016,2.4270052781094518,-0.9228107333183289,0.3852534890174866,-0.0003288601292297244,-0.15371182560920715,-0.07701104879379272,0.0581955723464489,-0.008005917072296143,0.01988258957862854,0.028176188468933105 +423,-1.5852068963478128,-0.3996041824735236,2.4099810217979463,-0.9211195111274719,0.38905373215675354,0.013274774886667728,-0.12232085317373276,-0.0961289256811142,0.0012849888298660517,0.014259099960327148,0.01591452956199646,0.014404654502868652 +424,-1.6001002751625457,-0.3993849188121818,2.390149552415064,-0.920904815196991,0.38885173201560974,0.026993874460458755,-0.199005126953125,-0.08360516279935837,-0.026328200474381447,0.027868926525115967,0.008761793375015259,-0.012940526008605957 +425,-1.6141466627095065,-0.3997523178877729,2.3779977612483236,-0.9202919602394104,0.3891901969909668,0.03991997241973877,-0.0002608979120850563,-0.08611061424016953,0.0679129883646965,0.004810452461242676,0.035934895277023315,-0.03744805231690407 +426,-1.621119218967494,-0.4056884576952751,2.365679859063445,-0.9176678657531738,0.3946514427661896,0.04621872305870056,-0.245308056473732,-0.11600777506828308,0.028801217675209045,0.029468894004821777,0.04062080383300781,0.04089367762207985 +427,-1.6480345288820555,-0.41184357126978555,2.323636272169005,-0.9136523008346558,0.40029942989349365,0.07070952653884888,-0.5060592889785767,0.0024151518009603024,0.05867386236786842,-0.0027753114700317383,0.04472315311431885,0.012527227401733398 +428,-1.6603800986239439,-0.4234954053111508,2.2783942562477866,-0.9080024361610413,0.41094955801963806,0.08156058192253113,-0.35653388500213623,0.11033698916435242,0.17705368995666504,0.007535457611083984,0.007782101631164551,0.015073299407958984 +429,-1.6626182477750644,-0.4347164085455771,2.2359565215540402,-0.9031686186790466,0.4211532175540924,0.08316453546285629,-0.47182536125183105,0.21920357644557953,0.11516191810369492,-0.0032949447631835938,0.0031631886959075928,0.004298798739910126 +430,-1.6651938787912934,-0.44044897084176987,2.1843312403751036,-0.900533139705658,0.4263456165790558,0.0852615237236023,-0.37192049622535706,0.1729094684123993,0.07464555650949478,0.01616424322128296,3.069639205932617e-05,-0.00432896614074707 +431,-1.6645366972140856,-0.4455757008540692,2.1431033896162384,-0.8984007835388184,0.4309774339199066,0.08446396887302399,-0.3332395553588867,0.1854569911956787,0.10831861197948456,0.014703452587127686,0.014167100191116333,0.0006800740957260132 +432,-1.6624131703946021,-0.4528291986918971,2.111939014651556,-0.8954417109489441,0.4375113248825073,0.08226785063743591,-0.3078556954860687,0.1822849065065384,0.0944269597530365,-0.003224670886993408,0.009159177541732788,0.02910614013671875 +433,-1.6572792508003622,-0.45659747582650106,2.082384728782354,-0.8942033648490906,0.4408966898918152,0.07752670347690582,-0.2055438607931137,0.15517425537109375,-0.0020816174801439047,-0.011741459369659424,-0.01981520652770996,0.03311479091644287 +434,-1.653698373855784,-0.44902432448062535,2.0580414551538864,-0.8977770805358887,0.43408676981925964,0.0745985358953476,-0.2152787148952484,0.12188119441270828,-0.07980569452047348,-0.017902791500091553,0.020182639360427856,0.012880079448223114 +435,-1.644822036689397,-0.43750529721694686,2.0358751982961203,-0.9033308029174805,0.4236810505390167,0.06699211150407791,-0.19524885714054108,0.22323603928089142,-0.10968377441167831,0.02376842498779297,-0.0020501911640167236,0.003442525863647461 +436,-1.634132777004495,-0.4324701297919471,2.02000540152754,-0.9061128497123718,0.4191147983074188,0.05746683478355408,-0.10798445343971252,0.181253582239151,0.006683230400085449,-0.025955021381378174,-0.015718191862106323,0.005567193031311035 +437,-1.626423175452321,-0.42265611112987533,2.0051248111503592,-0.9105921387672424,0.41018426418304443,0.0507056824862957,-0.12705545127391815,0.16215620934963226,-0.05041956901550293,0.02115720510482788,-0.008405089378356934,0.0036919191479682922 +438,-1.617314708447489,-0.4185282448082615,1.9937851556069277,-0.9126995205879211,0.4064161777496338,0.04248795658349991,-0.03875619173049927,0.13836343586444855,-0.06795574724674225,0.025736749172210693,-0.042021095752716064,0.024009820073843002 +439,-1.6198937496733543,-0.4158261521397553,1.9814760821751025,-0.9136805534362793,0.40394580364227295,0.044895440340042114,-0.22409552335739136,0.01101662963628769,0.12513810396194458,-0.05818217992782593,0.02018749713897705,-0.0047190189361572266 +440,-1.6175623414826352,-0.41816617174269893,1.9603763770763807,-0.9128361344337463,0.4060853123664856,0.04272085800766945,-0.0796724185347557,0.15709851682186127,-0.1476323902606964,-0.024343490600585938,-0.05040284991264343,0.0043525733053684235 +441,-1.6218409133781861,-0.40391046593714724,1.9441192291770983,-0.9183333516120911,0.39301714301109314,0.04691670089960098,-0.23948927223682404,-0.004314259625971317,0.005596895702183247,-0.00863802433013916,-0.013332754373550415,-0.017513040453195572 +442,-1.6255999511420545,-0.3990667390851639,1.9315784614619933,-0.9200406074523926,0.38855859637260437,0.05047209933400154,-0.09633773565292358,0.041340745985507965,-0.08503832668066025,0.011456072330474854,-0.03447842597961426,-0.03376365080475807 +443,-1.6190635504171036,-0.39082190024809266,1.9214966710311112,-0.9235194325447083,0.3809484839439392,0.044610366225242615,-0.07080185413360596,0.08327475190162659,0.012727282010018826,0.004467368125915527,0.005602389574050903,-0.04190969094634056 +444,-1.6089298785132038,-0.3967736023430243,1.9108493125734436,-0.921642005443573,0.3864445984363556,0.03516252711415291,-0.12558920681476593,0.06296302378177643,0.10295386612415314,-0.03171175718307495,-0.03562980890274048,-0.0036988332867622375 +445,-1.607376599430906,-0.3998590476542497,1.89619247008419,-0.9204996228218079,0.3892885148525238,0.033687155693769455,-0.10245922207832336,0.07003764808177948,0.002114754170179367,-0.04126179218292236,-0.03327047824859619,-0.04983091726899147 +446,-1.596019937313464,-0.3889963087125562,1.891866073902047,-0.9249958992004395,0.3792599141597748,0.023336684331297874,0.015500213019549847,0.028415106236934662,-0.06382530927658081,-0.008521556854248047,0.0021030306816101074,-0.008962869644165039 +447,-1.5904871874483124,-0.3804608710806122,1.8913581056422788,-0.9283137321472168,0.37134841084480286,0.018281659111380577,-0.13863912224769592,0.07076063007116318,-0.06458523124456406,0.02567988634109497,0.015644997358322144,0.03358292579650879 +448,-1.594955287498954,-0.378900767330342,1.8722216424572662,-0.9288005828857422,0.3698994219303131,0.022443223744630814,-0.17284029722213745,-0.024872545152902603,-0.05834706872701645,0.0029126405715942383,0.00716051459312439,0.009188173338770866 +449,-1.5988330779703868,-0.37899672155590586,1.8465425428356326,-0.9286710023880005,0.3699885606765747,0.026043742895126343,-0.1894340217113495,0.10051992535591125,0.07807563245296478,0.0007689595222473145,0.006033718585968018,-0.029736405238509178 +450,-1.5913629542438827,-0.38412293474153486,1.8307014994723374,-0.926931619644165,0.3747461438179016,0.019066546112298965,-0.1647869348526001,0.12808051705360413,-0.020208008587360382,-0.014276504516601562,-0.04898613691329956,0.018058065325021744 +451,-1.5879455793231083,-0.37626228861003486,1.8194561801325004,-0.9299077391624451,0.36744681000709534,0.015948787331581116,-0.044457100331783295,0.04335852712392807,0.0037197500932961702,-0.0020532608032226562,-0.007781863212585449,-0.005450725555419922 +452,-1.5837724446670558,-0.377330986907823,1.819208678311512,-0.9295729994773865,0.36844053864479065,0.012062925845384598,0.06804756820201874,0.011449113488197327,0.03702675178647041,-0.01322174072265625,-0.01417723298072815,-0.0037163496017456055 +453,-1.5830172370327906,-0.3786232698023626,1.830370626506353,-0.9291051626205444,0.36964160203933716,0.011355075985193253,0.12598218023777008,-0.028972411528229713,0.048236485570669174,0.0004703998565673828,-0.009457826614379883,-0.016787171363830566 +454,-1.578825257325509,-0.3841261638032276,1.8542146940652726,-0.9270963668823242,0.3747491240501404,0.0074437521398067474,0.26133498549461365,-0.09064145386219025,0.06157353147864342,-0.01806354522705078,-0.02225586771965027,-0.010373353958129883 +455,-1.5727269908892214,-0.3904318805236348,1.8868146532285273,-0.9247430562973022,0.3805878162384033,0.001785370404832065,0.32766851782798767,-0.07309271395206451,0.12488425523042679,0.007766127586364746,-0.01654362678527832,-0.00801098346710205 +456,-1.5691073980949857,-0.4019608872975966,1.9224128556105635,-0.9202945232391357,0.3912236988544464,-0.0015543133486062288,0.31450071930885315,-0.1136198565363884,0.08023034781217575,-0.03280007839202881,-0.025760382413864136,0.001569628482684493 +457,-1.5689932722283755,-0.40902542146515003,1.952856238112423,-0.917507529258728,0.39771533012390137,-0.0016543178353458643,0.25298699736595154,-0.16130338609218597,0.09977517277002335,-0.028140783309936523,-0.03257244825363159,-0.018624603748321533 +458,-1.569900686926813,-0.4182273681143521,1.992015942327873,-0.9138098955154419,0.4061412513256073,-0.0008184447651728988,0.5229287147521973,-0.1811472326517105,0.09206703305244446,-0.021523237228393555,-0.03262138366699219,-0.04918462038040161 +459,-1.5660177604376404,-0.42813490719867625,2.052113145962435,-0.9097311496734619,0.41517478227615356,-0.004347243811935186,0.5063921809196472,-0.28038808703422546,0.0596950463950634,-0.018277764320373535,-0.04437100887298584,-0.0021987552754580975 +460,-1.5668556412263355,-0.4301677923197959,2.110149210903822,-0.9088888168334961,0.41702330112457275,-0.0035816633608192205,0.5747948884963989,-0.20129629969596863,-0.012145349755883217,0.022978782653808594,-0.009308457374572754,-0.022159934043884277 +461,-1.567388023870264,-0.4286586936304251,2.1620418046510554,-0.9095188975334167,0.41565123200416565,-0.0030999279115349054,0.40955138206481934,-0.22555212676525116,0.0248829647898674,0.03786051273345947,0.07780277729034424,0.005815982352942228 +462,-1.57200555214848,-0.43492072569954365,2.200828695437912,-0.9069027304649353,0.4213384985923767,0.0010966502595692873,0.21242362260818481,-0.18067632615566254,0.0983922928571701,0.018459796905517578,0.04927298426628113,0.06294441223144531 +463,-1.585827712376913,-0.43929717151154857,2.222061228590942,-0.9049485921859741,0.42530348896980286,0.01360365655273199,0.24294601380825043,-0.22697728872299194,-0.032666634768247604,-0.012562394142150879,0.0069780051708221436,-0.022499561309814453 +464,-1.602003648091874,-0.4362040056613307,2.2555607265185658,-0.9059207439422607,0.42250198125839233,0.02828054130077362,0.3208276331424713,-0.3608122169971466,0.006834990344941616,0.009314298629760742,0.06907519698143005,0.03476881980895996 +465,-1.6308321267691923,-0.43731292984106374,2.2829333407978543,-0.9042608737945557,0.42350679636001587,0.054353341460227966,0.24634946882724762,-0.5376034379005432,-0.003552887588739395,0.027551889419555664,0.05738916993141174,0.06570279598236084 +466,-1.6737075388516103,-0.4384220692060465,2.303246325724364,-0.9006322622299194,0.4245113134384155,0.09301374852657318,0.08605466783046722,-0.3604612946510315,-0.046029482036828995,0.02511352300643921,0.041629403829574585,-0.012859351933002472 +467,-1.6907985328212516,-0.4316708800598312,2.326555183517212,-0.9017359614372253,0.4183889925479889,0.10873274505138397,0.26720625162124634,-0.183206707239151,-0.14460553228855133,0.018893003463745117,0.08566981554031372,-0.031157024204730988 +468,-1.7058286576803665,-0.419112390837849,2.330186964188136,-0.905135452747345,0.40694981813430786,0.12297086417675018,-0.27805453538894653,-0.13644172251224518,-0.07446649670600891,0.0836479663848877,0.09305018186569214,0.0554654598236084 +469,-1.731670238517916,-0.406962651513248,2.2730841222819507,-0.9064695239067078,0.39582186937332153,0.14709848165512085,-0.7128981351852417,0.10821106284856796,-0.006063329987227917,0.006948709487915039,0.04076254367828369,0.0006218999624252319 +470,-1.7268902742244172,-0.40065222951953866,2.2172386025417263,-0.909611701965332,0.3900189995765686,0.14314940571784973,-0.28244632482528687,0.32265505194664,0.03706732019782066,0.01689624786376953,-0.022022783756256104,-0.020926475524902344 +471,-1.7133226459138562,-0.4053358598150388,2.2240169361339572,-0.909652054309845,0.39432743191719055,0.13053444027900696,0.39578238129615784,-0.07193882018327713,0.018479349091649055,-0.007660567760467529,-0.012109994888305664,-0.02791905403137207 +472,-1.7025124894699335,-0.4123312390596795,2.2619493375222657,-0.908253014087677,0.40074625611305237,0.12032827734947205,0.2373964637517929,0.02469053491950035,0.03524484112858772,0.045276939868927,0.008524954319000244,0.061983704566955566 +473,-1.6909401235404824,-0.42325226243505354,2.2975302527748274,-0.9051855802536011,0.4107278883457184,0.10927873104810715,0.5179916620254517,-0.09498190879821777,0.06941629946231842,0.024265050888061523,-0.017279982566833496,0.008976832032203674 +474,-1.6790987512993751,-0.43056760853619414,2.335003150601492,-0.9034046530723572,0.4173866808414459,0.09822525829076767,0.32259896397590637,-0.017830826342105865,0.018275447189807892,0.02381187677383423,-0.0050637125968933105,0.023616179823875427 +475,-1.6731735299032553,-0.43388629162882897,2.3592255626607623,-0.9025881290435791,0.42040014266967773,0.0927286446094513,0.09355129301548004,0.026065658777952194,-0.00742335757240653,-0.058517277240753174,-0.014180600643157959,0.11686611920595169 +476,-1.677025449261309,-0.43000758483418833,2.3801185282008053,-0.9038387537002563,0.4168776869773865,0.09637679159641266,0.385606974363327,-0.07351651787757874,-0.11732630431652069,-0.03204381465911865,0.005546599626541138,0.060086846351623535 +477,-1.6671046438248445,-0.418554968013764,2.415190337361684,-0.9094433784484863,0.4064405858516693,0.08785876631736755,0.4344679117202759,-0.08856409788131714,-0.11672497540712357,0.022709250450134277,0.037193506956100464,-0.019987575709819794 +478,-1.6559870272810067,-0.42312796921249124,2.4800442237818268,-0.9085022807121277,0.41061457991600037,0.07758372277021408,0.646101713180542,-0.22314253449440002,0.06805542856454849,0.03040480613708496,0.032943129539489746,-0.04198504239320755 +479,-1.6386698259309935,-0.43827911010003234,2.5594647757499494,-0.903398334980011,0.4243818521499634,0.061411138623952866,0.8324766755104065,-0.11197016388177872,0.017473924905061722,-0.025709211826324463,-0.0019728243350982666,-0.04009461775422096 +480,-1.6208128829132975,-0.431321963839583,2.633964047487978,-0.9072778820991516,0.41807204484939575,0.04541679471731186,0.531802773475647,-0.07744580507278442,-0.24691437184810638,-0.021463632583618164,0.0054814815521240234,0.007576946169137955 +481,-1.6101262246339068,-0.40037371105122965,2.681970980531125,-0.9202032685279846,0.3897625207901001,0.03621017560362816,0.2491314858198166,-0.09018097817897797,-0.3613114058971405,0.05815798044204712,0.0352710485458374,-0.03744614124298096 +482,-1.605235522149284,-0.3741116394433426,2.6881634420005622,-0.9302806854248047,0.3654457628726959,0.03205079212784767,-0.07857396453619003,0.10251668840646744,-0.06571421027183533,0.05189323425292969,0.06653055548667908,-0.07192206382751465 +483,-1.5832880687315958,-0.36949039523213756,2.669635812588743,-0.9324387907981873,0.36114028096199036,0.01164839044213295,-0.28676682710647583,0.24396736919879913,-0.10141737014055252,-0.00030046701431274414,0.0024919509887695312,-0.03548264503479004 +484,-1.5639433744641302,-0.35532444209232855,2.6280147133661154,-0.937511682510376,0.347894549369812,-0.006424823310226202,-0.5726669430732727,0.5664342641830444,-0.19945606589317322,0.0306054949760437,0.03156101703643799,-0.0033866167068481445 +485,-1.530370897851628,-0.35500797874563644,2.551962102084858,-0.9368776679039001,0.3475978374481201,-0.03789432719349861,-0.6846461296081543,0.45074498653411865,0.16895149648189545,0.04846525192260742,0.025571107864379883,-0.02842038869857788 +486,-1.514264827189725,-0.3752889356568485,2.5012560428596515,-0.9289153218269348,0.3665413558483124,-0.052568987011909485,-0.6190425157546997,0.4000228941440582,0.16870449483394623,0.037161290645599365,-0.020548343658447266,-0.019879750907421112 +487,-1.49663538189677,-0.4075586122457187,2.4177244474118815,-0.9155676960945129,0.3963690996170044,-0.06802412122488022,-0.7844312787055969,0.6342648267745972,0.376316100358963,-0.011693596839904785,-0.007254749536514282,-0.0577998086810112 +488,-1.4717784580396274,-0.451662991411703,2.2845807738301134,-0.8953153491020203,0.4364623725414276,-0.08894308656454086,-1.735963225364685,0.7837226986885071,0.4104997217655182,-0.01639723777770996,0.03562924265861511,-0.01240580528974533 +489,-1.537277049911775,-0.5327535304660019,2.047725900105894,-0.8609281182289124,0.5079072117805481,-0.028868502005934715,-2.444845199584961,0.23019275069236755,0.7521932125091553,-0.0483585000038147,0.04461359977722168,-0.18492233753204346 +490,-1.658332996700856,-0.6214977478618048,1.823558733324827,-0.809894323348999,0.5822535157203674,0.07107709348201752,-1.1156423091888428,-0.31291523575782776,1.0204397439956665,0.0225408673286438,0.01659291982650757,-0.06990218907594681 +491,-1.7732623759044086,-0.6895220477501739,1.6884618165953151,-0.7557903528213501,0.6361684799194336,0.15514767169952393,-1.2046763896942139,-0.72327721118927,0.6737317442893982,0.020331859588623047,0.08493143320083618,-0.003734692931175232 +492,-1.8401447172263337,-0.7119855281008267,1.5653346755462818,-0.7297698259353638,0.6533382534980774,0.2014578878879547,-0.5708151459693909,0.9503287076950073,0.645821213722229,0.12002861499786377,0.20908856391906738,-0.031810641288757324 +493,-1.7859860895838957,-0.8138352467500776,1.4638094736836482,-0.6708770990371704,0.7269262671470642,0.14663630723953247,-0.694480299949646,1.0848661661148071,0.6279948353767395,-0.035543739795684814,-0.014569699764251709,-0.00921560823917389 +494,-1.702991778700861,-0.872402009727732,1.4617755334322584,-0.6373788714408875,0.7658756375312805,0.0847528725862503,0.037948522716760635,0.4274692237377167,0.3510531187057495,-0.031612277030944824,-0.1381136178970337,0.13663697242736816 +495,-1.6826829586587797,-0.8752649818667372,1.4607383330215344,-0.636786699295044,0.7677133083343506,0.07154671847820282,-0.3095932900905609,0.4686172604560852,-0.07781317085027695,-0.07543253898620605,-0.05936986207962036,0.06622493267059326 +496,-1.673485346083027,-0.8519477888063186,1.4612301949350475,-0.6550495028495789,0.7525644898414612,0.06750383228063583,0.327902615070343,-0.17778824269771576,-0.7737823724746704,-0.03635668754577637,-0.03556931018829346,0.03917037695646286 +497,-1.683646883965136,-0.7968078630145634,1.4936775091155505,-0.6945468187332153,0.715128481388092,0.07871442288160324,0.30301418900489807,-0.6074426770210266,-0.12746486067771912,0.05698889493942261,0.09171050786972046,-0.03901112824678421 +498,-1.6729410773543456,-0.7937286296689997,1.5201907390279659,-0.6975370645523071,0.7129727005958557,0.07149858772754669,0.2510778307914734,-0.026850663125514984,0.08178465813398361,0.07400190830230713,0.07831758260726929,-0.00013327598571777344 +499,-1.6697949263798302,-0.8051824453940626,1.53291624978976,-0.6895865797996521,0.7209571003913879,0.06849201023578644,0.03055363893508911,-0.04966719076037407,0.16754864156246185,0.0008658766746520996,0.05672234296798706,0.0029497072100639343 +500,-1.6664293976450042,-0.8291723053532368,1.5395004552499698,-0.6723998785018921,0.7373725175857544,0.06450042128562927,-0.12774427235126495,0.14143550395965576,0.2773957848548889,0.00862729549407959,0.033715128898620605,0.03571939468383789 +501,-1.6657612055693884,-0.8572804501596416,1.530730079813283,-0.6515470147132874,0.7560654282569885,0.062060754746198654,0.019278496503829956,0.06106260046362877,0.23735268414020538,-0.018588483333587646,-0.013664305210113525,0.05074751377105713 +502,-1.6818624689544281,-0.8713524775162177,1.4965235320032606,-0.6398255825042725,0.7652003765106201,0.07135660946369171,-0.052420474588871,0.045999638736248016,0.016411826014518738,0.00046706199645996094,0.008496522903442383,-0.026663541793823242 +503,-1.676942058233537,-0.8778041316389484,1.5089914056768288,-0.6352463364601135,0.7693378925323486,0.06768307089805603,0.08983618021011353,-0.05984340235590935,0.056348055601119995,-0.013221561908721924,0.036783814430236816,-0.03556336462497711 +504,-1.6547562470637853,-0.8857564968178933,1.5333889218758243,-0.6304752230644226,0.7743938565254211,0.05305938422679901,0.18633350729942322,0.032184284180402756,0.03281368315219879,0.016553103923797607,0.004536807537078857,-0.018742326647043228 +505,-1.6364932995676151,-0.8872187535297643,1.5532152033269366,-0.6302083730697632,0.7753182053565979,0.041462451219558716,0.11005046963691711,-0.02723643183708191,-0.04410533234477043,-0.0026041269302368164,0.0391349196434021,-0.021961688995361328 +506,-1.6273677688825419,-0.8866924194378119,1.5626254951407699,-0.6309677958488464,0.774985671043396,0.03573288396000862,0.005869360640645027,0.07718225568532944,0.01909058168530464,0.024659812450408936,0.014305710792541504,-0.015331864356994629 +507,-1.6297463575144853,-0.892374456943807,1.5590012022936848,-0.6264750361442566,0.7785640954971313,0.036973562091588974,-0.03960229456424713,0.010421061888337135,-0.004668079316616058,-0.013875246047973633,-0.005660653114318848,-0.014131192117929459 +508,-1.6329095658861084,-0.8902255771028602,1.5534719602174623,-0.6280232667922974,0.7772136926651001,0.039058804512023926,-0.1849486529827118,-0.05666787549853325,-0.037292081862688065,-0.04366856813430786,-0.002265632152557373,0.027515288442373276 +509,-1.646304479362703,-0.8771340063429661,1.5407736432068126,-0.6375357508659363,0.7689096331596375,0.0482308454811573,0.16971983015537262,-0.06284525990486145,-0.20160120725631714,-0.05237513780593872,-0.004368007183074951,-0.038190603256225586 +510,-1.6265391567198988,-0.85019393443071,1.5833728158450082,-0.658812403678894,0.7514083981513977,0.03676215186715126,0.25883710384368896,-0.17152515053749084,-0.3221610486507416,-0.02525430917739868,0.02186119556427002,0.05746090039610863 +511,-1.6283007764898034,-0.8107841304885942,1.5944322445654384,-0.6877914071083069,0.7248275876045227,0.03959472104907036,-0.00941203162074089,-0.0036063194274902344,-0.3557449281215668,0.00872957706451416,-0.0050400495529174805,0.035966869443655014 +512,-1.6338942881105383,-0.7705866223144158,1.595702424623463,-0.7160741686820984,0.6965562701225281,0.045242875814437866,-0.3020501136779785,-0.10373533517122269,-0.4732067286968231,-0.12164855003356934,-0.07119017839431763,0.15457093715667725 +513,-1.6879042090631693,-0.7069405485368282,1.5142873371365857,-0.7551448345184326,0.6495105624198914,0.08883990347385406,-0.7007690072059631,0.11862678080797195,-0.6779707670211792,-0.025708556175231934,-0.015004277229309082,-0.07139908522367477 +514,-1.6947593669684635,-0.6209036509588167,1.4932725407910143,-0.807111918926239,0.5817703604698181,0.10056770592927933,0.12377604842185974,0.08376629650592804,-1.1179436445236206,0.07481205463409424,0.0022750496864318848,-0.09574592113494873 +515,-1.6614751729961144,-0.5369638765085842,1.5787783957673573,-0.8557354807853699,0.5115295052528381,0.07781048864126205,0.7513746619224548,-0.16930444538593292,-0.7426425814628601,0.0014873743057250977,0.09688413143157959,0.03392958641052246 +516,-1.6412529841904193,-0.48069068647913776,1.6767772878368892,-0.884475827217102,0.4623917043209076,0.06242053210735321,1.181748628616333,-0.6160387396812439,-0.613507091999054,0.007232844829559326,-0.02571570873260498,0.12240910530090332 +517,-1.6882050231152048,-0.4173097714021287,1.724546734880239,-0.9078888297080994,0.4053025543689728,0.10708655416965485,-0.45693209767341614,-0.5156286954879761,-0.5630950331687927,0.07889419794082642,0.025453001260757446,0.06314049661159515 +518,-1.7285864235087072,-0.37790969171392214,1.7090095962087684,-0.9178916215896606,0.36897847056388855,0.14604832231998444,0.1300838738679886,-0.35751134157180786,-0.3804102838039398,0.0753927230834961,-0.08342546224594116,-0.05959199368953705 +519,-1.7442603350418109,-0.3714515494609315,1.7717394070326553,-0.9178177714347839,0.3629683554172516,0.16082465648651123,0.982062578201294,-0.4531029462814331,-0.16658060252666473,0.01703035831451416,0.0374528169631958,2.995133399963379e-06 +520,-1.7292958842156783,-0.35706149384137215,1.8373337341550848,-0.925183892250061,0.34952259063720703,0.14788168668746948,0.1901315599679947,0.13511772453784943,0.01300865225493908,0.017713069915771484,0.11999037861824036,0.129996195435524 +521,-1.696667378517475,-0.39111557174270595,1.8759773081153912,-0.9171704649925232,0.3812199831008911,0.11605878174304962,0.703734815120697,0.22152137756347656,0.13995260000228882,-0.06125354766845703,0.007772266864776611,0.0767206996679306 +522,-1.6449601229112873,-0.39871725841882527,1.9258138216734921,-0.9190264344215393,0.38823655247688293,0.06828372925519943,-0.11283107101917267,0.33939114212989807,0.05164540931582451,-0.05773431062698364,0.07379958033561707,0.1204063817858696 +523,-1.6167214820418578,-0.41707465704939023,1.8695019160822464,-0.9133138060569763,0.4050876200199127,0.04197359085083008,-0.5606122612953186,0.6008830666542053,0.2026260942220688,-0.00030612945556640625,0.056032925844192505,-0.08684968948364258 +524,-1.5895544204845753,-0.4051227512787452,1.8230178848963485,-0.9188923239707947,0.3941315710544586,0.017238689586520195,-0.32587188482284546,0.3169974386692047,-0.1208905428647995,0.06725353002548218,0.055819571018218994,-0.07084274291992188 +525,-1.607675221460982,-0.3988590909145927,1.801976265926321,-0.9208782315254211,0.388367235660553,0.03397637605667114,-0.15743683278560638,-0.2880764305591583,-0.12656529247760773,0.011423826217651367,0.042952924966812134,-0.08848083019256592 +526,-1.6082774730593485,-0.3711018024454814,1.7723048189490127,-0.9312737584114075,0.36264246702194214,0.034921564161777496,-0.26349079608917236,0.2670794129371643,-0.2738156318664551,0.07501161098480225,0.02229100465774536,-0.09737575054168701 +527,-1.5977136349833818,-0.354620901333865,1.7628787877383871,-0.9374386072158813,0.3472348749637604,0.02523941919207573,0.036811649799346924,0.09073770046234131,-0.17965219914913177,0.020736217498779297,0.03980433940887451,-0.04559468850493431 +528,-1.5876141666587027,-0.33439708415651204,1.7727204799398282,-0.9444748163223267,0.32819971442222595,0.015885524451732635,0.1665242612361908,0.02838991954922676,-0.2685581147670746,0.01797640323638916,0.06012120842933655,-0.03204464912414551 +529,-1.557407712507836,-0.3222234350146571,1.788019928405072,-0.9484487175941467,0.3166763484477997,-0.012699172832071781,0.04153016209602356,0.36957022547721863,-0.19145254790782928,-0.002463817596435547,-0.016993701457977295,0.0090370774269104 +530,-1.5501683185010733,-0.33081213288605354,1.7889269040736486,-0.9455778002738953,0.3248112201690674,-0.019508153200149536,0.14640216529369354,-0.20558229088783264,0.08269379287958145,-0.009012162685394287,-0.07705426216125488,0.047538578510284424 +531,-1.574424597040981,-0.3621444803586838,1.772261248940105,-0.935133159160614,0.3542804419994354,0.003392930841073394,-0.5779783129692078,0.04657183960080147,0.38311049342155457,-0.14341920614242554,-0.11645692586898804,0.12679505348205566 +532,-1.6426614069369276,-0.3835112193397327,1.7006480332598295,-0.9249629378318787,0.3741789162158966,0.06658720970153809,-0.9720669984817505,-0.6553563475608826,-0.07657084614038467,-0.18999677896499634,-0.017550498247146606,-0.025769948959350586 +533,-1.6934501803452195,-0.3501279750597523,1.6195869329095536,-0.9322720170021057,0.3430180251598358,0.1149236336350441,-0.24996943771839142,0.25613245368003845,-0.34278225898742676,0.07495701313018799,-0.021454334259033203,-0.04450429230928421 +534,-1.6878392604265469,-0.2994008719552287,1.581193263536121,-0.9489761590957642,0.2949477732181549,0.11158093810081482,-1.2766828536987305,0.1873495727777481,-0.4507776200771332,0.03584432601928711,0.028187602758407593,0.19335080683231354 +535,-1.6757737749995825,-0.20208780579505012,1.4372844033066154,-0.974256694316864,0.2007150799036026,0.10265234857797623,-1.080012321472168,0.7437103986740112,-0.8795708417892456,-0.149827778339386,0.008330315351486206,0.18900418281555176 +536,-1.636914882448585,-0.08938949102331113,1.3004661555969432,-0.9938309788703918,0.08927049487829208,0.06580659002065659,-1.1931092739105225,0.9546612501144409,-1.1248196363449097,-0.34553956985473633,0.08257397264242172,-0.03243566304445267 +537,-1.4746691920633477,-0.015562341289686471,1.2539010557129215,-0.995262861251831,0.01556171290576458,-0.09596753865480423,0.026067573577165604,1.5709929466247559,-0.5416702032089233,-0.0012123584747314453,0.15181195735931396,-0.17350268363952637 +538,-1.3361777062612616,0.03254054168094067,1.3232185819529445,-0.9720882177352905,-0.032534800469875336,-0.23234900832176208,1.1868051290512085,2.0949575901031494,-0.34505176544189453,0.14797627925872803,0.15046998858451843,-0.09043538570404053 +539,-1.1869011335009247,0.08459793593857616,1.398156696752866,-0.923896849155426,-0.08449706435203552,-0.3731955587863922,1.0061038732528687,0.8886536359786987,-0.3731198310852051,0.15627294778823853,0.05863344669342041,0.021968722343444824 +540,-1.1136331064444644,0.1317409135315143,1.4572697162275403,-0.8895328044891357,-0.13136017322540283,-0.43757951259613037,0.8332691192626953,0.38477614521980286,-0.19372092187404633,0.16892129182815552,0.030743703246116638,0.07216206192970276 +541,-1.1116493277443416,0.1866786986365771,1.4846315636104328,-0.8808563351631165,-0.18559633195400238,-0.43548375368118286,0.2926671802997589,0.170193612575531,-0.2632789611816406,0.07439881563186646,0.09088502824306488,0.12524208426475525 +542,-1.114443393687078,0.21762680097599285,1.4749879663031802,-0.8764920830726624,-0.21591301262378693,-0.4302827715873718,-0.3101748526096344,-0.10991832613945007,-0.1893579065799713,0.032299578189849854,0.10511893033981323,0.07273882627487183 +543,-1.1247263374724334,0.2320126937939251,1.4859607608656127,-0.8779769539833069,-0.22993674874305725,-0.41986364126205444,0.2769474387168884,-0.20421144366264343,0.07484842836856842,0.016374170780181885,0.10898037254810333,0.06868264079093933 +544,-1.125807634027903,0.2408756688640839,1.4864701845051482,-0.8765564560890198,-0.23855310678482056,-0.4180203676223755,-0.3651459515094757,0.05708450824022293,-0.21236203610897064,-0.053893864154815674,0.060742467641830444,0.08243387937545776 +545,-1.132585357307512,0.2459561177350104,1.4478722834327713,-0.8782608509063721,-0.2434837818145752,-0.41155025362968445,-0.2990873456001282,-0.32046759128570557,-0.11004239320755005,0.02630162239074707,0.04656907916069031,-0.02155524492263794 +546,-1.1211746501193183,0.24078335571673998,1.402356865329966,-0.874630331993103,-0.23846346139907837,-0.42208659648895264,-0.32651135325431824,0.12808889150619507,-0.06772223860025406,0.07371175289154053,0.01589876413345337,-0.03500568866729736 +547,-1.1256587116165087,0.2335042018313034,1.3743494407925003,-0.8780575394630432,-0.23138804733753204,-0.41889676451683044,-0.3403854966163635,0.0027797180227935314,-0.1896280199289322,0.04312717914581299,-0.009609252214431763,-0.003146052360534668 +548,-1.0967157682114261,0.22698900839066005,1.3307216339958758,-0.8668902516365051,-0.22504478693008423,-0.44481009244918823,-0.3871932625770569,0.3882906138896942,-0.23565863072872162,-0.0700908899307251,-0.03407995402812958,-0.03083685040473938 +549,-1.0523193758898828,0.24745481319929408,1.2839677871609816,-0.842117190361023,-0.24493709206581116,-0.48046261072158813,-0.21604834496974945,0.3698303997516632,-0.3516085147857666,-0.042327880859375,0.006488025188446045,0.030114710330963135 +550,-1.0086533577603738,0.2705961204718919,1.2421341796054375,-0.8153262138366699,-0.2673059105873108,-0.5136056542396545,-0.3539752662181854,0.2943975031375885,-0.4659993052482605,-0.022900104522705078,-0.04197448492050171,0.05927520990371704 +551,-0.9793422612541169,0.2819113568145271,1.219297451287144,-0.7973617315292358,-0.27819207310676575,-0.5355588793754578,-0.02911617048084736,-0.06512980163097382,0.04578922316431999,0.052107274532318115,-0.016516119241714478,0.07771897315979004 +552,-1.0043266199120737,0.26151151856746485,1.2288535941203476,-0.8151118755340576,-0.2585409879684448,-0.5184103846549988,0.0033503235317766666,-0.08886503428220749,0.22735810279846191,-0.04856610298156738,-0.008014798164367676,0.03711766004562378 +553,-1.0215407663984202,0.24978817388518887,1.2352692335639275,-0.826443076133728,-0.24719871580600739,-0.5058504343032837,0.045735422521829605,-0.4309169054031372,0.14670999348163605,0.020901083946228027,-0.009637206792831421,0.012655854225158691 +554,-1.0969021486137032,0.2343490199784617,1.2603692140430545,-0.8654759526252747,-0.23220984637737274,-0.4438806474208832,0.1307053565979004,-0.6169628500938416,0.19569815695285797,-0.006975829601287842,0.0059067606925964355,0.0006891489028930664 +555,-1.1397008990295536,0.2224053595140385,1.2692394648489314,-0.8861317038536072,-0.22057637572288513,-0.4075740575790405,-0.012942510657012463,-0.28030508756637573,0.23176145553588867,0.029442310333251953,0.019694402813911438,-0.035602182149887085 +556,-1.1444620078383472,0.19769147716172486,1.272790122464003,-0.8927538394927979,-0.196406289935112,-0.4054814577102661,-0.1251206248998642,0.05303265154361725,0.31448230147361755,0.02887749671936035,0.0020703673362731934,0.04546558856964111 +557,-1.1157791361968363,0.1704441433096824,1.262148483894818,-0.8852373361587524,-0.1696200668811798,-0.43310949206352234,0.050329163670539856,0.4031444787979126,0.14886294305324554,-0.04087960720062256,0.029147624969482422,-0.08729147911071777 +558,-1.0622740819136345,0.18021490618394562,1.2888544943623927,-0.8593193888664246,-0.17924100160598755,-0.4790019989013672,0.4790751039981842,0.4207908809185028,-0.05910505726933479,0.001363515853881836,0.020168155431747437,-0.0077075958251953125 +559,-1.0588556350566334,0.19252217040683606,1.3226563170083658,-0.8556888103485107,-0.191335067152977,-0.48081958293914795,0.06673564016819,0.019868098199367523,0.10711817443370819,-0.007577121257781982,0.03401695191860199,-0.007660001516342163 +560,-1.0706291915802093,0.18252754347772887,1.3396445500820955,-0.8629254102706909,-0.18151570856571198,-0.4716055691242218,0.0877927839756012,-0.37546446919441223,0.23264336585998535,-0.003972172737121582,-0.005480766296386719,-0.02055138349533081 +561,-1.1337947087453422,0.1737648814906599,1.3475791453695534,-0.8923807144165039,-0.1728917509317398,-0.41685134172439575,-0.09335090965032578,-0.44691208004951477,0.07852733135223389,0.02037149667739868,0.012140437960624695,0.01046404242515564 +562,-1.1681093771353073,0.15518711795831494,1.360925598216921,-0.9089552164077759,-0.1545649766921997,-0.3871822655200958,0.11852633953094482,0.010571680963039398,0.20262204110622406,-0.02419602870941162,-0.019095301628112793,-0.010477066040039062 +563,-1.1713167361147219,0.1466360052252264,1.3663111111858686,-0.9113766551017761,-0.14611107110977173,-0.3847649395465851,0.1835995316505432,-0.088944211602211,0.07937504351139069,0.0166928768157959,0.0072713494300842285,-0.039917707443237305 +564,-1.167723759334195,0.14637405269121173,1.381103584564558,-0.9100235104560852,-0.14585192501544952,-0.38805198669433594,0.06508872658014297,0.028776075690984726,0.06533222645521164,0.00967872142791748,-0.011389866471290588,-0.0016421675682067871 +565,-1.1576056010250189,0.15377461544639473,1.3912122441153068,-0.9050374031066895,-0.15316928923130035,-0.39679551124572754,0.13156743347644806,0.079572893679142,-0.0023233548272401094,0.0351794958114624,0.000962868332862854,0.003912150859832764 +566,-1.1598180049677431,0.15110516407852292,1.4004726816471038,-0.906284511089325,-0.15053080022335052,-0.3949540853500366,0.09783898293972015,0.05539505556225777,0.04943646118044853,-0.03225302696228027,0.019732490181922913,-0.02583751082420349 +567,-1.1515845273631007,0.15544905998871472,1.4262971989319768,-0.9023962020874023,-0.15482376515865326,-0.4021325409412384,0.24950888752937317,-0.032997336238622665,0.05033358931541443,0.011206746101379395,-0.01895858347415924,0.03294616937637329 +568,-1.1573056958160275,0.1546723503798248,1.4413352356164273,-0.9047920107841492,-0.1540563702583313,-0.3970114588737488,0.15002693235874176,-0.04392773285508156,0.09563390165567398,0.02069777250289917,-0.0005761831998825073,-0.017905503511428833 +569,-1.1589024682889248,0.15551210030892637,1.4627649107785712,-0.9053058624267578,-0.15488603711128235,-0.39551424980163574,0.27662360668182373,-0.006136428564786911,0.09701374173164368,0.04571729898452759,-0.00604836642742157,-0.03603479266166687 +570,-1.163763168616913,0.15545588784029443,1.4977374638043226,-0.9072256088256836,-0.15483050048351288,-0.39111262559890747,0.4564168453216553,-0.35058626532554626,0.17159752547740936,-0.0017251372337341309,-0.004822179675102234,-0.04716554284095764 +571,-1.1614428121352705,0.15691940102066906,1.53834323496208,-0.9061068892478943,-0.15627621114253998,-0.39312607049942017,0.22085709869861603,-0.04465729743242264,0.1206529438495636,-0.006200850009918213,-0.03798343241214752,0.004240602254867554 +572,-1.1326888469685008,0.15849706978546854,1.55515917642804,-0.8942055702209473,-0.15783429145812988,-0.4189090132713318,0.12901979684829712,0.2159586399793625,0.10050177574157715,0.041254520416259766,-0.02235671877861023,0.017343461513519287 +573,-1.120229944512204,0.14756310928608635,1.5789756310200158,-0.8904174566268921,-0.14702816307544708,-0.4307428300380707,0.30634790658950806,0.05967048183083534,0.26788291335105896,0.021444737911224365,-0.03276611864566803,-0.041409820318222046 +574,-1.1181973991350083,0.1360144013829909,1.6158795506718011,-0.8910078406333923,-0.1355954110622406,-0.43326544761657715,0.42325565218925476,0.06110566481947899,0.32773274183273315,0.007646024227142334,-0.04198634624481201,0.012595891952514648 +575,-1.1289665991687157,0.11659949292975587,1.6469105214289486,-0.8978328108787537,-0.11633546650409698,-0.4246908128261566,-0.03936157748103142,-0.16021686792373657,0.25948572158813477,-0.014474928379058838,-0.06011717766523361,0.03203645348548889 +576,-1.153778906907878,0.09120577381955176,1.6572046710600608,-0.9105008840560913,-0.09107937663793564,-0.4033518135547638,-0.024193089455366135,-0.049301519989967346,0.14192286133766174,-0.05957663059234619,-0.034317344427108765,-0.032958030700683594 +577,-1.1555833837315037,0.08189221489625459,1.6637633377084078,-0.911963939666748,-0.08180071413516998,-0.4020329415798187,0.08585380762815475,-0.1542208343744278,0.14617027342319489,0.03342390060424805,-0.006639242172241211,0.026224255561828613 +578,-1.1673071283046565,0.0727297103044033,1.6515986382344334,-0.9172652959823608,-0.07266560941934586,-0.39159175753593445,-0.059558022767305374,0.05421631783246994,-0.04341892898082733,-0.03347933292388916,0.055255331099033356,-0.04331424832344055 +579,-1.1687266561879242,0.06789077174045419,1.6486119064710403,-0.9181330800056458,-0.0678386315703392,-0.3904223144054413,-0.07641622424125671,-0.10449421405792236,0.04731864854693413,0.03286391496658325,0.05808824300765991,0.026240825653076172 +580,-1.17878088089815,0.0593978974607872,1.6563325808465426,-0.9225111603736877,-0.059362977743148804,-0.3813779950141907,0.028572825714945793,-0.024830278009176254,0.02511274814605713,-0.05379188060760498,0.0344301201403141,-0.009063929319381714 +581,-1.1853182012827324,0.062041181054629,1.6571583335212998,-0.9248360395431519,-0.062001388520002365,-0.3752788305282593,0.09348525106906891,-0.10716956853866577,-0.13784822821617126,0.0027016401290893555,0.05431094765663147,0.019565939903259277 +582,-1.1820709016087563,0.06708466951832998,1.6557525753791675,-0.9233113527297974,-0.06703436374664307,-0.3781566917896271,0.05393410846590996,0.012539464980363846,-0.046569693833589554,-0.012586414813995361,0.09936774522066116,0.04119691252708435 +583,-1.187831007194587,0.05755844709366061,1.6505189961525535,-0.9260245561599731,-0.05752667039632797,-0.37305381894111633,-0.24306684732437134,-0.10801120102405548,0.03397093340754509,-0.00618058443069458,0.00268656387925148,0.05185630917549133 +584,-1.2057479493014418,0.05315589200736674,1.6331609835724066,-0.9327870607376099,-0.0531308613717556,-0.35649022459983826,-0.00011878740042448044,-0.0977737307548523,-0.041929736733436584,0.008089244365692139,0.022628549486398697,-0.04298481345176697 +585,-1.2099550393557428,0.04930375096931715,1.63677713219864,-0.9344631433486938,-0.04928378015756607,-0.35263240337371826,-0.1003098338842392,-0.07590778172016144,0.11809719353914261,0.0307004451751709,-0.0056478604674339294,0.03805723786354065 +586,-1.212930706738327,0.0471113779483296,1.6432274660188602,-0.935607373714447,-0.0470939539372921,-0.34988725185394287,0.27145788073539734,-0.06513769179582596,-0.04538121819496155,-0.03299003839492798,-0.0065101683139801025,-0.012615799903869629 +587,-1.2125887261655617,0.05416693220639174,1.6585875912218695,-0.9351531267166138,-0.054140448570251465,-0.3500819504261017,-0.14820270240306854,-0.07359617203474045,0.045125748962163925,-0.005688488483428955,-0.04392778500914574,0.024779826402664185 +588,-1.2171166806854834,0.05716464210197146,1.6502645802508988,-0.936572253704071,-0.0571335144340992,-0.34578627347946167,-0.12463104724884033,0.015735117718577385,-0.008496850728988647,0.049578845500946045,-0.010981708765029907,-0.00159531831741333 +589,-1.2058916233953771,0.04598762377222542,1.6335841649214844,-0.9331701397895813,-0.04597141593694687,-0.35648298263549805,-0.0821334570646286,0.1264079213142395,0.09710067510604858,0.034732699394226074,-0.028018444776535034,-0.05835771560668945 +590,-1.1950020724987822,0.04023144953491038,1.6341655520018865,-0.9294637441635132,-0.04022059589624405,-0.3667145073413849,-0.042175184935331345,0.11695526540279388,-0.02402864769101143,-0.056986451148986816,-0.020188957452774048,0.014892578125 +591,-1.1920390744028069,0.04118321751203337,1.6185821447955664,-0.928337037563324,-0.04117157682776451,-0.369452565908432,-0.1374509632587433,-0.009583820588886738,0.040750324726104736,-0.02323150634765625,0.00961640477180481,0.020438313484191895 +592,-1.194126823997134,0.04107793899259469,1.61057734774099,-0.9291104078292847,-0.04106638580560684,-0.3675152063369751,-0.1042645126581192,-0.04839214310050011,0.010425418615341187,0.006991267204284668,-0.007166653871536255,0.029761910438537598 +593,-1.200238219618659,0.04128307367579649,1.6078897949626831,-0.9313311576843262,-0.04127134755253792,-0.36182713508605957,-0.030261773616075516,-0.023778334259986877,-0.037533923983573914,-0.006718099117279053,-0.0006292723119258881,0.026896744966506958 +594,-1.2009886944201968,0.043464310584391784,1.601617326919153,-0.9315162897109985,-0.043450627475976944,-0.36109471321105957,-0.09637865424156189,0.06874840706586838,-0.06521362066268921,-0.0034354329109191895,-0.013800349086523056,0.06101539731025696 +595,-1.203939776988851,0.046745706005621265,1.5885696663437259,-0.9324398040771484,-0.04672868177294731,-0.3582911193370819,-0.012895594350993633,0.04470130801200867,-0.1086742952466011,-0.028772354125976562,0.001257479190826416,0.019423961639404297 +596,-1.2026058135729418,0.0546130487756629,1.5820339284951968,-0.9315891861915588,-0.05458590388298035,-0.3593911826610565,-0.11363640427589417,0.019131185486912727,-0.07449443638324738,-0.0034542083740234375,-0.00585416704416275,0.06482025980949402 +597,-1.2053379589654991,0.05997120751739564,1.5725089786346949,-0.932280957698822,-0.05993526428937912,-0.3567349314689636,-0.05617862194776535,0.019648324698209763,-0.09953491389751434,-0.028061330318450928,0.0019518546760082245,0.0639646053314209 +598,-1.2063375728764587,0.06753097796522614,1.5584547028890368,-0.9321871995925903,-0.06747966259717941,-0.35563117265701294,-0.06309303641319275,0.012113003060221672,-0.16078923642635345,-0.018084406852722168,0.0014548897743225098,0.04442816972732544 +599,-1.2165711354301436,0.07944450351446737,1.549491346930993,-0.9349572658538818,-0.0793609619140625,-0.3457697331905365,-0.013077016919851303,-0.09595713764429092,-0.09371400624513626,-0.024942636489868164,0.0314788818359375,0.014806628227233887 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/standing/q15.csv b/BoostRunClub/CoreML/DataSet/Motion/standing/q15.csv new file mode 100644 index 0000000..519e55a --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/standing/q15.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-1.227605458825621,0.08850490412641455,1.5403350183970599,-0.9380000233650208,-0.08838940411806107,-0.33517658710479736,-0.2503797709941864,0.03759806230664253,-0.1963157057762146,-0.04504740238189697,0.013316124677658081,-0.027295947074890137 +1,0.760986137646661,0.4135008947418476,0.49447640447401514,0.631513237953186,-0.4018176198005676,-0.6631242036819458,0.8118817210197449,0.2286895513534546,0.22425304353237152,0.07800525426864624,0.09310179948806763,-0.0267256498336792 +2,0.7223187019303051,0.42069802922591926,0.5247718441250879,0.6034786105155945,-0.40839770436286926,-0.6848539113998413,-0.2614479064941406,-0.6269999146461487,-0.035863086581230164,0.022574245929718018,0.02401357889175415,0.03626382350921631 +3,0.7369409245894991,0.46726584896655665,0.4768559554093828,0.599986732006073,-0.4504469037055969,-0.6611455678939819,1.5682038068771362,0.7348832488059998,-0.16808493435382843,0.134266197681427,0.0070112645626068115,0.03213256597518921 +4,0.7468873558674765,0.46893103855334145,0.4489957841277426,0.6060225963592529,-0.45193296670913696,-0.6545939445495605,-0.7817550897598267,-0.888065755367279,-0.14522820711135864,0.12667393684387207,0.07456785440444946,0.03453779220581055 +5,0.7852469072114674,0.46348780050412786,0.5735837915440841,0.6324103474617004,-0.4470706582069397,-0.6326016783714294,-0.9018128514289856,2.093005418777466,1.970137357711792,0.11314934492111206,0.016635477542877197,0.3002653121948242 +6,0.8792638846173977,0.47737542059576005,0.7134454054347455,0.6841564774513245,-0.4594495892524719,-0.5664238929748535,0.4323103427886963,0.9962641000747681,-0.9838476777076721,-0.021909773349761963,0.3437727093696594,0.4229912757873535 +7,1.216488242821111,0.5014311044625049,0.509957482823665,0.8224287033081055,-0.4806809723377228,-0.3042314648628235,2.505812644958496,2.757514238357544,-0.7669211626052856,-0.10335832834243774,0.46439987421035767,0.3052996098995209 +8,1.6227746571100248,0.29205559378861523,0.2375013069649766,0.9563606977462769,-0.28792136907577515,0.04975484684109688,1.5553593635559082,2.5763261318206787,-3.1554720401763916,0.38499367237091064,0.26159998774528503,-0.3272054195404053 +9,1.7007561547530436,-0.014591921474342559,0.2538629583974103,0.9914615154266357,0.014591403305530548,0.1295805126428604,-3.7187280654907227,-1.1112760305404663,-4.230690956115723,0.506753146648407,-0.09357089549303055,-0.5484189987182617 +10,1.6087910040592113,-0.25915891997525037,0.5440424967983143,0.9659082293510437,0.25626763701438904,0.03671703860163689,-0.849930465221405,-1.28390371799469,-0.9896133542060852,0.311969518661499,-0.4670220911502838,-0.3317457437515259 +11,1.529973365347095,-0.38006604951420936,0.565725334744083,0.9278662800788879,0.3709818124771118,-0.03789930418133736,0.06025401130318642,-0.5452439188957214,-0.9064924716949463,0.28235387802124023,-0.5895792841911316,0.10032302886247635 +12,1.534936531374907,-0.4553231609360936,0.52947850014787,0.8975415825843811,0.43975257873535156,-0.03219946101307869,1.0673726797103882,1.2102141380310059,-0.47950780391693115,0.3887590765953064,-0.46865272521972656,0.0387302041053772 +13,1.546390778050889,-0.38128464949575874,0.355511493126627,0.9279109835624695,0.3721131682395935,-0.022650673985481262,1.2246426343917847,-0.3854968547821045,1.2466984987258911,0.14484292268753052,0.017779409885406494,-0.27507883310317993 +14,1.5141127659363787,-0.2724640640176955,0.26911084500955285,0.9615638256072998,0.2691054046154022,-0.054563313722610474,1.8662444353103638,0.8807806372642517,0.7025724053382874,-0.07888871431350708,0.1949753761291504,-0.11961579322814941 +15,1.5236335864452988,-0.13980289710483132,0.025760659379553037,0.9891422986984253,0.13934794068336487,-0.04668528214097023,2.624037742614746,0.6064649820327759,1.2619961500167847,-0.039420127868652344,0.30407243967056274,0.06119639053940773 +16,1.5634214974108072,-0.03174237757403086,-0.18336472845474241,0.999468982219696,0.03173704817891121,-0.007371046580374241,1.470358967781067,0.6274238228797913,0.5542968511581421,-0.03760075569152832,0.4163372814655304,0.03378403186798096 +17,1.5712572116114794,-0.011998043216022929,-0.322611033406666,0.999927818775177,0.011997755616903305,0.000460851559182629,1.4985151290893555,-0.08810947090387344,-0.3725338876247406,-0.07727473974227905,0.3052782416343689,0.01423335075378418 +18,1.5644095697716516,-0.06295117782570737,-0.4628279438049394,0.9979989528656006,0.06290961056947708,-0.006374063435941935,0.9945876002311707,-0.12085060775279999,-0.48208892345428467,-0.028135061264038086,0.08890008926391602,0.0635029673576355 +19,1.5572051912967055,-0.11768630475037482,-0.5588349094467827,0.9929912686347961,0.11741483211517334,-0.013496709987521172,1.0273287296295166,0.05213705822825432,-0.017493491992354393,0.026463687419891357,-0.00460660457611084,0.005852043628692627 +20,1.5636377643556456,-0.1141836129295344,-0.6454777291694651,0.9934628009796143,0.11393565684556961,-0.007111886981874704,0.6171838641166687,-0.0783536285161972,-0.15794318914413452,0.007941126823425293,0.08780080080032349,-0.13035452365875244 +21,1.5691291274890482,-0.13773899238622273,-0.7367127826753997,0.9905277490615845,0.13730387389659882,-0.001651408732868731,0.9938611388206482,0.35902777314186096,-0.35998332500457764,0.13953828811645508,0.10372395813465118,-0.10403096675872803 +22,1.5065145693645878,-0.13116663388110633,-0.7512172614622218,0.9893624186515808,0.1307908445596695,-0.06368570029735565,-0.20024283230304718,-1.5385076999664307,0.9794058799743652,-0.034284234046936035,0.05902852118015289,-0.11415547877550125 +23,1.3717386777368072,-0.08401913118236234,-0.7093154008464353,0.976795494556427,0.08392031490802765,-0.1970481276512146,-0.952452540397644,-1.0288480520248413,0.47494614124298096,-0.2535136342048645,-0.08273014426231384,0.1306418776512146 +24,1.3400352948152463,-0.05231322033135267,-0.5742361912353908,0.9721607565879822,0.052289362996816635,-0.22840553522109985,-0.9858101010322571,0.2631223499774933,0.1546688973903656,-0.09821367263793945,0.10039007663726807,-0.13113725185394287 +25,1.4213397515398989,-0.12349747005218531,-0.5647466832093799,0.9813209772109985,0.12318378686904907,-0.14776673913002014,0.9010632634162903,1.3289872407913208,-1.182888150215149,0.22647321224212646,-0.005004465579986572,-0.05912715196609497 +26,1.4562753761100828,-0.1424694313592978,-0.7357218622315848,0.9833844900131226,0.14198796451091766,-0.11311305314302444,1.3565442562103271,0.386971116065979,0.1731383502483368,0.004637479782104492,-0.07729066908359528,0.29441797733306885 +27,1.5299192321512767,-0.14810705012118922,-0.7318448273268368,0.9882259964942932,0.14756616950035095,-0.04041832312941551,-1.041391372680664,0.7319123148918152,-0.037835102528333664,0.06955903768539429,-0.0017226636409759521,-0.01735144853591919 +28,1.589580609603936,-0.13164393822379536,-0.6602920252598811,0.9911726117134094,0.13126403093338013,0.018620656803250313,0.13469204306602478,0.21498508751392365,0.17701533436775208,0.08969902992248535,0.06749695539474487,-0.17293286323547363 +29,1.6291968150676757,-0.10933132750999185,-0.7275339010773938,0.9923346638679504,0.1091136485338211,0.05801880359649658,0.9158957004547119,0.5671880841255188,0.25873953104019165,0.04234856367111206,-0.024869859218597412,0.009882807731628418 +30,1.702796282919137,-0.07593353384738984,-0.7989208516704666,0.9884440898895264,0.07586058229207993,0.1312377005815506,0.8041785359382629,1.0518375635147095,0.3808884024620056,0.0011035799980163574,0.12882080674171448,-0.02329707145690918 +31,1.7397291766129697,-0.05768062164011103,-0.8883687791031427,0.9841252565383911,0.05764864385128021,0.16785086691379547,0.8714694380760193,0.2755095660686493,0.3948138356208801,-0.09379029273986816,0.1302022933959961,-0.002125158905982971 +32,1.7683843455629888,-0.037063320953154,-0.9714987947628982,0.9798694849014282,0.03705483675003052,0.19617003202438354,0.6408200263977051,0.22918769717216492,0.20212970674037933,-0.134563148021698,0.17696496844291687,-0.04515375196933746 +33,1.780017653324849,-0.043712955047749226,-1.0298833678749328,0.9772585034370422,0.04369903355836868,0.20749986171722412,0.5565878748893738,0.12516306340694427,0.02681465819478035,-0.018609821796417236,0.14200043678283691,0.008183106780052185 +34,1.771844175736364,-0.03645351389964626,-1.0395794351750782,0.9792068600654602,0.03644544258713722,0.19956350326538086,-0.06446751207113266,-0.10214212536811829,0.01899285800755024,-0.061695873737335205,0.10660570859909058,0.06757211685180664 +35,1.7527966407364421,-0.04036288724402928,-0.96185497914819,0.9826827049255371,0.040351927280426025,0.1808498203754425,0.0886625349521637,-0.23867565393447876,0.2253376990556717,-0.02296578884124756,-0.04161840304732323,0.07027937471866608 +36,1.7241964209172678,-0.043898043621147624,-0.8909135814677752,0.9873052835464478,0.04388394579291344,0.15265198051929474,-0.2726115882396698,-0.24729092419147491,-0.354240357875824,-0.020264148712158203,-0.015365269035100937,0.050534024834632874 +37,1.693759037265057,-0.06063776013143767,-0.8440201457063067,0.9906256198883057,0.060600608587265015,0.12242766469717026,0.18897363543510437,-0.26529428362846375,-0.04435934126377106,-0.053156137466430664,-0.023704856634140015,0.06684231758117676 +38,1.6775229736455322,-0.0801198361348445,-0.8048048939875146,0.9911205172538757,0.08003414422273636,0.10618244111537933,-0.07963290810585022,-0.07970073819160461,-0.20403960347175598,0.05491530895233154,0.020353443920612335,0.059146538376808167 +39,1.6712551199976717,-0.09070421736276076,-0.7485026339394495,0.9908682703971863,0.09057989716529846,0.09987764805555344,-0.13353224098682404,-0.25288209319114685,0.002034256234765053,0.12610572576522827,0.014858342707157135,0.015722885727882385 +40,1.6486917514005102,-0.06511934774108298,-0.7060179840516414,0.9948545098304749,0.06507333368062973,0.0776517316699028,-0.07404845207929611,-0.03765926882624626,0.17443284392356873,-0.1113097071647644,0.14911428093910217,0.0036013051867485046 +41,1.6644558016967708,-0.0623173258144956,-0.6692064742451769,0.9936845302581787,0.06227700039744377,0.09334105998277664,0.08043602108955383,0.16456015408039093,0.1197737455368042,-0.042146503925323486,0.12650474905967712,-0.10365606099367142 +42,1.642531876065084,-0.06574013644423692,-0.6612464180108863,0.9952734708786011,0.06569279730319977,0.07151921093463898,0.2552753984928131,-0.2596133053302765,-0.038558054715394974,0.02613455057144165,0.12041863054037094,-0.09474314004182816 +43,1.60019880848652,-0.09091058318928075,-0.628915805674525,0.9954399466514587,0.09078540652990341,0.02927684225142002,-0.20134888589382172,-0.7778379321098328,-0.17537817358970642,0.07363647222518921,-0.0192369744181633,-0.10930919647216797 +44,1.5444413712150609,-0.08131823314305615,-0.5915748095307908,0.9963494539260864,0.08122864365577698,-0.026264827698469162,-0.13800965249538422,-0.39022907614707947,0.20440301299095154,-0.010005950927734375,0.01537475734949112,-0.024531666189432144 +45,1.47861117496584,-0.08952802281741412,-0.5336445485158242,0.9917659759521484,0.08940847218036652,-0.09168596565723419,-0.605282187461853,-0.9811534881591797,-0.4150315523147583,0.04554170370101929,0.05234568566083908,-0.14145302772521973 +46,1.3731569660926402,-0.14495230335799256,-0.459261260926971,0.9702497124671936,0.1444452404975891,-0.1942959576845169,-0.44454437494277954,-0.8994073867797852,-0.04889313131570816,0.012233138084411621,0.0037786364555358887,-0.021417483687400818 +47,1.3637803686008163,-0.13114940348250806,-0.4603697180782571,0.9702442288398743,0.13077376782894135,-0.20377536118030548,0.48786258697509766,0.23243679106235504,-0.17676223814487457,0.03532522916793823,0.07857683300971985,-0.0003109574317932129 +48,1.3754852099143668,-0.13076772551801522,-0.4473980613088862,0.9726117849349976,0.13039535284042358,-0.192414790391922,0.069463349878788,0.3091570734977722,-0.03865828737616539,0.03056204319000244,0.02429826557636261,0.08758687973022461 +49,1.4293295386771288,-0.10766865630174874,-0.4479479226518116,0.9842773675918579,0.10746075212955475,-0.14017893373966217,-0.07426201552152634,0.6757552027702332,0.897737443447113,0.07094413042068481,-0.025093823671340942,-0.017123863101005554 +50,1.4302279359280645,-0.04070401579211942,-0.35545369787807474,0.9893163442611694,0.0406927764415741,-0.13998986780643463,-1.1846556663513184,-1.2808806896209717,-1.4284864664077759,-0.3229650855064392,0.1959863007068634,-0.21418190002441406 +51,1.3958216573877809,-0.17502632551696065,-0.2805514374463925,0.9696861505508423,0.1741340607404709,-0.17142353951931,0.045442674309015274,0.4492344558238983,-0.0970277413725853,-0.06973809003829956,-0.06329423189163208,-0.038934096693992615 +52,1.4151192112821298,-0.17866667859102217,-0.25589150659442395,0.9721807837486267,0.1777176409959793,-0.15258091688156128,-0.411979615688324,-0.8133108615875244,-0.024654757231473923,0.18260431289672852,-0.08662267029285431,-0.17183618247509003 +53,1.392962950603321,-0.16195070646780457,-0.20735297270888453,0.9713501930236816,0.16124369204044342,-0.17458274960517883,-0.2844221889972687,0.35372212529182434,0.510662317276001,0.034799039363861084,-0.09907940030097961,0.18100674450397491 +54,1.4357617385737245,-0.11210192966554035,-0.18430202588446384,0.9846769571304321,0.11186728626489639,-0.13377955555915833,0.14019861817359924,0.7193677425384521,0.6014367938041687,0.004718124866485596,-0.03615318238735199,-0.029199525713920593 +55,1.4716044473110057,-0.09239990542986737,-0.18175786032902927,0.9908397197723389,0.09226848185062408,-0.09860686212778091,0.10816846042871475,0.19608816504478455,-0.17065225541591644,-0.025782346725463867,-0.08117534220218658,-0.1007034182548523 +56,1.5077196029899387,-0.07363403471675128,-0.21691393182683757,0.9953069090843201,0.07356750965118408,-0.06286409497261047,0.46171343326568604,0.6367266774177551,0.45632898807525635,0.06899356842041016,-0.13046754896640778,-0.05978601425886154 +57,1.5364112792026148,-0.019576277799674822,-0.19637402107376253,0.9992173314094543,0.019575027748942375,-0.03437168151140213,-0.16654489934444427,-0.12436647713184357,0.28742069005966187,0.03636610507965088,0.026216594502329826,-0.004141505807638168 +58,1.5639984090176369,0.012126258201986791,-0.22576489282069948,0.9999034404754639,-0.012125961482524872,-0.006797366309911013,0.6727704405784607,0.318347692489624,0.3679143488407135,-0.018732786178588867,0.07282542437314987,0.03417164087295532 +59,1.6008671992169683,0.04119110834559889,-0.27746291783570826,0.9987000823020935,-0.041179459542036057,0.030040837824344635,0.47519057989120483,0.46863308548927307,0.21107302606105804,-0.035305917263031006,0.18603114783763885,0.035404086112976074 +60,1.6468856025760337,0.07737591676651957,-0.3127876817882918,0.9941232800483704,-0.07729873061180115,0.07578843832015991,0.030714882537722588,0.5511181950569153,0.5948754549026489,-0.03143101930618286,0.23913344740867615,0.08389472961425781 +61,1.6835198029858967,0.13517470639916368,-0.2712658737222692,0.984589159488678,-0.1347634196281433,0.11145880073308945,-0.8605204820632935,0.21469374001026154,0.42321059107780457,-0.04658561944961548,0.3296181559562683,0.11321163177490234 +62,1.6995304033788392,0.12473179663404332,-0.18794985947024143,0.984020471572876,-0.12440861761569977,0.12738141417503357,-0.7544643878936768,0.280594140291214,-0.6513912081718445,0.015231728553771973,0.17856207489967346,0.007201060652732849 +63,1.7147981335977593,0.08288288773267886,-0.09987182241531799,0.9862521886825562,-0.08278802782297134,0.14301198720932007,-0.9231078028678894,0.18211542069911957,-0.43214720487594604,0.08740180730819702,0.07633356004953384,-0.05963791906833649 +64,1.712527172365569,0.06132797718867388,-0.01218034900389113,0.988111674785614,-0.06128954142332077,0.1409912258386612,-0.8153471946716309,0.19599202275276184,-0.20017045736312866,-0.00283658504486084,0.028361085802316666,-0.0012971460819244385 +65,1.7177898381324017,0.06591705395773372,0.10901667918787651,0.987067461013794,-0.06586933135986328,0.14614664018154144,-1.4945363998413086,0.1143740639090538,-0.32528865337371826,-0.025702834129333496,0.10772418975830078,-0.05677594244480133 +66,1.6970554066305794,0.05728800620802004,0.25131852157375406,0.9904123544692993,-0.05725667625665665,0.12571729719638824,-1.2448971271514893,-0.20380185544490814,-0.23762714862823486,-0.026743650436401367,0.008947357535362244,0.017791613936424255 +67,1.6735969182046293,0.050273933851145425,0.39383625727774374,0.9934638738632202,-0.0502527579665184,0.10248997062444687,-1.4526044130325317,-0.12817639112472534,-0.1561460793018341,0.019521355628967285,-0.017007991671562195,0.05038774013519287 +68,1.657218741048523,0.057125102237039094,0.4882854863260387,0.9946426749229431,-0.057094037532806396,0.08617407083511353,-1.002059817314148,-0.05149879679083824,-0.0961342379450798,-0.023817598819732666,7.196515798568726e-05,0.04943083971738815 +69,1.6541316746868493,0.059124866532579326,0.5677375149302221,0.994788408279419,-0.059090424329042435,0.08309348672628403,-0.8103869557380676,0.028844578191637993,0.04853343591094017,0.00626450777053833,-0.0011970624327659607,0.029943592846393585 +70,1.6521433262417897,0.07328524515680328,0.6382334571672191,0.9940178394317627,-0.0732196643948555,0.081039197742939,-0.8340955376625061,0.04647138714790344,-0.04533142223954201,-0.01371699571609497,0.10892526060342789,0.003936998546123505 +71,1.6665161979348757,0.05523116963285217,0.7113540775460393,0.9939046502113342,-0.05520309507846832,0.09542804956436157,-0.6365046501159668,0.27424895763397217,-0.30634886026382446,-0.025917470455169678,0.027142159640789032,-0.000548824667930603 +72,1.6880202488747034,0.02452389065411294,0.7922783107850128,0.9928385615348816,-0.02452143281698227,0.11692047864198685,-0.9937459230422974,0.3082740902900696,-0.35862934589385986,0.030919373035430908,0.07424980401992798,-0.06702423095703125 +73,1.7098616508784303,-0.00015045333622427942,0.898297120315653,0.9903459548950195,0.00015045332838781178,0.13861751556396484,-1.095216989517212,0.2085607647895813,-0.24199216067790985,0.008952081203460693,0.016634225845336914,-0.10986997187137604 +74,1.7181705465132924,-0.009096313109517173,1.0177436083374012,0.9891192317008972,0.00909618753939867,0.14683526754379272,-1.1287431716918945,0.08221139758825302,-0.4800042510032654,-0.004133820533752441,0.04842942953109741,-0.1205291748046875 +75,1.707922071334626,-0.04026272923627337,1.1295308646610682,0.989810049533844,0.040251851081848145,0.13658560812473297,-1.0481350421905518,-0.3396667242050171,-0.3705397844314575,0.034649670124053955,-0.06095803156495094,-0.13992728292942047 +76,1.531376336012392,-0.05034810082377002,1.256473114524882,0.9979569315910339,0.05032683163881302,-0.039359841495752335,-1.610337257385254,-3.7252421379089355,0.010508096776902676,0.09863120317459106,-0.1804232895374298,-0.13686394691467285 +77,1.3908654563462441,-0.11785689316845623,1.453684245876094,0.9770309329032898,0.1175842359662056,-0.1777200847864151,-1.4997940063476562,-0.030129991471767426,-0.10241448134183884,-0.00672459602355957,-0.07434086501598358,0.0685434490442276 +78,1.3992837633517166,-0.12309893092721814,1.562671596796394,0.9778716564178467,0.12278827279806137,-0.16938140988349915,-1.0850759744644165,0.054618533700704575,0.21297213435173035,0.10931700468063354,-0.012345142662525177,0.04140593111515045 +79,1.403091607101876,-0.10926290789140361,1.6759466998527284,0.9800909161567688,0.10904563218355179,-0.1659243255853653,-1.170320987701416,0.21490833163261414,0.1546909660100937,-0.0844915509223938,0.008431792259216309,0.1940615177154541 +80,1.4602972934449436,-0.12181768703890967,1.7730361240766643,0.9865357875823975,0.1215166226029396,-0.1094571053981781,-0.733549952507019,0.3256789743900299,0.11081144213676453,0.043325603008270264,-0.04821342974901199,-0.05573456734418869 +81,1.4997133875430553,-0.11967060420385817,1.8485126846588442,0.9903406500816345,0.11938517540693283,-0.07051513344049454,-0.595817506313324,0.3388186991214752,-0.14751200377941132,-0.028701364994049072,-0.054092809557914734,-0.14899778366088867 +82,1.503321766600022,-0.12288810677259594,1.8827695597204146,0.9902003407478333,0.12257903814315796,-0.06691491603851318,-0.22985534369945526,0.07501840591430664,0.03464316576719284,-0.07239949703216553,-0.04721589386463165,-0.03759252279996872 +83,1.5272673883770496,-0.12657469192592238,1.8855852177144163,0.9910605549812317,0.12623699009418488,-0.043167080730199814,0.06260726600885391,0.13511697947978973,0.13609281182289124,0.054059743881225586,-0.11203104257583618,-0.0644683837890625 +84,1.5370546755817038,-0.08596236223142913,1.8235504345893856,0.9957404732704163,0.08585653454065323,-0.03361068293452263,0.46636927127838135,0.3667672872543335,0.4428867697715759,0.029207706451416016,-0.03266435116529465,0.19538438320159912 +85,1.57567645506797,-0.045289552660009516,1.7858331265464324,0.9989627003669739,0.045274071395397186,0.004875104874372482,-0.17602799832820892,0.26850053668022156,0.05362585186958313,0.013366401195526123,0.1325823962688446,0.15560150146484375 +86,1.5686680496484688,-0.05614330531867341,1.7592387641215763,0.9984222054481506,0.05611381679773331,-0.002124922350049019,0.17669613659381866,0.016859255731105804,-0.1252753585577011,-0.07335811853408813,0.0487293004989624,0.12727749347686768 +87,1.5869543507632247,-0.0690794771625709,1.7290722147531392,0.9974847435951233,0.06902454793453217,0.016118785366415977,-0.20619596540927887,0.20508967339992523,-0.1437753289937973,0.005048215389251709,-0.002709902822971344,0.017832038924098015 +88,1.6005435938701023,-0.06496938225765493,1.7554551089497583,0.9974486231803894,0.06492368876934052,0.029680125415325165,-0.49730315804481506,-0.033476874232292175,0.19986075162887573,-0.03956305980682373,0.07147462666034698,0.07903873175382614 +89,1.626610721514974,-0.07279063252984966,1.7738201753932317,0.9957987070083618,0.07272636890411377,0.05563769116997719,-0.4208279550075531,0.3161298930644989,-0.2944799065589905,-0.03905749320983887,0.019513003528118134,0.10001718252897263 +90,1.6419591221647296,-0.10170489773213598,1.8207059735499325,0.9923146963119507,0.10152965039014816,0.07073532789945602,-0.5597708821296692,-0.0818786695599556,-0.38437095284461975,-0.030186951160430908,-0.01519542932510376,-0.02952134609222412 +91,1.6370618233668146,-0.1262503076924377,1.8438275196995635,0.9898637533187866,0.12591518461704254,0.06568999588489532,-0.2827203571796417,-0.210758775472641,-0.26416128873825073,-0.04369676113128662,-0.08769190311431885,-0.027009010314941406 +92,1.609502417321114,-0.14735277512619857,1.851061662950948,0.9884224534034729,0.14682011306285858,0.03827708587050438,-0.1341192126274109,-0.3583068251609802,0.026751773431897163,0.024471282958984375,-0.19621281325817108,0.0824047327041626 +93,1.5749928378617453,-0.13639508230651365,1.8817514211094803,0.990703821182251,0.13597257435321808,0.004157524090260267,-0.5975224375724792,-0.25962233543395996,0.05245941877365112,0.04063767194747925,-0.10359345376491547,0.17348527908325195 +94,1.565694705733787,-0.12211297776709779,1.9007598942142883,0.9925406575202942,0.12180972099304199,-0.005063610151410103,-0.19027377665042877,-0.14332354068756104,0.2831715941429138,0.011487722396850586,-0.019743680953979492,0.07529979944229126 +95,1.5717991454514704,-0.0999223639425097,1.9162414871615683,0.995011568069458,0.0997561663389206,0.0009978165617212653,-0.18789461255073547,0.34483107924461365,0.1759619414806366,0.022322535514831543,0.0811825543642044,0.01979994773864746 +96,1.593386765667918,-0.08380138749888116,1.9219056897889346,0.9962366223335266,0.08370333909988403,0.022509252652525902,-0.08418350666761398,-0.17942942678928375,0.2286061942577362,-0.011693596839904785,0.052725546061992645,-0.06947576254606247 +97,1.5864430454979148,-0.06702316248711081,1.953076679078901,0.9976326823234558,0.0669729933142662,0.0156109519302845,-0.544734537601471,0.1554427444934845,0.037222761660814285,-0.040738821029663086,0.0816781222820282,0.03906130790710449 +98,1.6034946398729184,-0.06299830552865075,2.0128194640501023,0.9974828958511353,0.06295664608478546,0.032627638429403305,-0.46443113684654236,0.13698722422122955,-0.0086718974635005,0.031005382537841797,0.10083121806383133,-0.06532716751098633 +99,1.6128256380564878,-0.061521561467017725,2.0597366074196164,0.9972267150878906,0.061482761055231094,0.0419374480843544,-0.6575366258621216,-0.10162182152271271,0.025330588221549988,0.002895355224609375,0.061060577630996704,-0.10133993625640869 +100,1.5962734094300193,-0.06868570412686378,2.146368862506443,0.9973182082176208,0.06863170862197876,0.025414256379008293,-0.9219198226928711,-0.13214920461177826,-0.22111468017101288,-0.0295754075050354,0.03599780052900314,-0.04998088255524635 +101,1.599565668865758,-0.09331327269956603,2.2472670809034403,0.9952375292778015,0.0931779146194458,0.028640231117606163,-1.0289260149002075,-0.017968805506825447,-0.33747589588165283,0.04052913188934326,-0.006202816963195801,-0.1105341911315918 +102,1.5803273220377971,-0.12638090193935453,2.3271805247724187,0.9919793605804443,0.12604473531246185,0.009454837068915367,-0.3846583068370819,-0.4059596657752991,-0.2733345329761505,0.03754621744155884,-0.08396100997924805,-0.06481373310089111 +103,1.5714407160697428,-0.14258892091572517,2.3461176427498875,0.9898510575294495,0.14210623502731323,0.000637849501799792,-0.36904293298721313,0.08946792036294937,0.00017814477905631065,0.06241011619567871,-0.13545341789722443,0.06846916675567627 +104,1.579185129752448,-0.1434567999455015,2.404593487793741,0.9896929264068604,0.14296525716781616,0.008302533999085426,-0.5204408168792725,-0.04398808628320694,-0.05938909202814102,-0.0005877017974853516,-0.07990068197250366,0.02560257911682129 +105,1.5997317149980885,-0.15181809618188055,2.448053210537378,0.9880840182304382,0.15123556554317474,0.02859857678413391,-0.42332661151885986,0.26163262128829956,-0.020513687282800674,0.03137099742889404,-0.14012715220451355,0.033840421587228775 +106,1.625292273280298,-0.14916837277091452,2.503869331696769,0.9874269366264343,0.1486157923936844,0.05386409908533096,-0.750895082950592,0.24541506171226501,-0.08521229773759842,0.0464322566986084,-0.04044623672962189,0.015044566243886948 +107,1.6538250022775856,-0.15722496755315787,2.5661721165376075,0.9842631816864014,0.15657800436019897,0.0819103792309761,-0.3429735004901886,0.20068791508674622,-0.2864653468132019,0.07841992378234863,-0.04891200363636017,-0.04736447334289551 +108,1.6604349914553196,-0.1777609816615545,2.558244427360827,0.9802904725074768,0.17682628333568573,0.08810804039239883,0.49257948994636536,0.19740130007266998,-0.009488243609666824,-0.05537903308868408,-0.19490794837474823,0.03632735460996628 +109,1.6896747876459608,-0.17409548235634842,2.5184695153398375,0.9779326915740967,0.17321737110614777,0.11680588871240616,-0.030828921124339104,0.20449472963809967,0.13439983129501343,0.12509477138519287,-0.14889484643936157,-0.06986986100673676 +110,1.6464992939954382,-0.07867657229064479,2.5759729874952906,0.9940512776374817,0.07859542965888977,0.07539671659469604,-1.1085424423217773,-0.8645200133323669,1.2465236186981201,0.005109429359436035,-0.007794655859470367,-0.0045958831906318665 +111,1.6463631999790425,0.008062656622635824,2.608929020596316,0.9971138834953308,-0.008062569424510002,0.07549253106117249,0.15544375777244568,0.06317450851202011,0.763961672782898,-0.01072460412979126,0.27239057421684265,-0.0936199352145195 +112,1.667218949324869,0.044265093602802445,2.5866894614380302,0.9943800568580627,-0.04425064101815224,0.09617898613214493,0.15020599961280823,0.20282308757305145,0.0762023851275444,0.024220526218414307,0.35093703866004944,0.005215659737586975 +113,1.6618083145863833,0.022797790827175507,2.5542482427076725,0.9956024885177612,-0.022795816883444786,0.09086278080940247,0.6442986130714417,0.1276957243680954,0.12398774921894073,-0.007031381130218506,0.02046123333275318,0.2693972587585449 +114,1.6583704483313266,0.01258235692651376,2.5475232881446694,0.9960890412330627,-0.012582024559378624,0.08745530992746353,-0.4259852468967438,-0.0543474480509758,-0.44184041023254395,-0.10225969552993774,-0.01917150616645813,0.07051897048950195 +115,1.6700571419657784,-0.02963225789284039,2.560610857101814,0.9946408867835999,0.02962792105972767,0.09905440360307693,0.09898298233747482,0.16978414356708527,-0.45136022567749023,-0.0046964287757873535,-0.01409447193145752,-0.08352100849151611 +116,1.6878989536787081,-0.04072225122393551,2.5891918785270933,0.9923279881477356,0.040710996836423874,0.11673831194639206,-0.5086643099784851,0.012676570564508438,0.07869456708431244,0.049603164196014404,0.040007974952459335,-0.14896488189697266 +117,1.6657279637474753,-0.028257658708825323,2.642624611354369,0.9950999021530151,0.02825389802455902,0.0947512686252594,-0.44972676038742065,-0.10732473433017731,-0.12005318701267242,-0.06065171957015991,0.13612903654575348,0.04508029669523239 +118,1.6750472031364407,-0.05199847022237649,2.68444464784119,0.9932267069816589,0.05197504162788391,0.10392151027917862,-0.44922593235969543,0.24788165092468262,-0.38863426446914673,0.017164647579193115,0.07705328613519669,0.12193907797336578 +119,1.6954300694985083,-0.07975038399655202,2.758528559402313,0.9890896677970886,0.07966587692499161,0.12391623109579086,-0.8013597130775452,0.12156403809785843,-0.3482457399368286,-0.011855721473693848,0.059219613671302795,-0.0008845329284667969 +120,1.7158645254685345,-0.10856978906345027,2.8229872328044956,0.9836700558662415,0.10835662484169006,0.14370876550674438,-0.9609071612358093,0.12199422717094421,-0.39810582995414734,0.014468371868133545,0.051051944494247437,-0.06520223617553711 +121,1.7226036011168466,-0.12610267602683728,2.911132551813449,0.9806503057479858,0.1257687360048294,0.15002407133579254,-0.8628684878349304,-0.1263231337070465,-0.19583681225776672,-0.00330960750579834,0.008829057216644287,-0.08778345584869385 +122,1.7130348958344213,-0.12751290476354585,2.9861034569338307,0.9818644523620605,0.12716764211654663,0.1406085342168808,-0.6871729493141174,-0.13087275624275208,-0.003529784269630909,-9.85860824584961e-05,-0.05035488307476044,0.0169689804315567 +123,1.699451715215298,-0.10256709476019765,3.069364641657883,0.9865235090255737,0.10238735377788544,0.12762650847434998,-1.0660382509231567,-0.22866784036159515,0.12763386964797974,-0.03672480583190918,0.019728749990463257,0.04368402063846588 +124,1.6951771032078398,-0.0793952006263735,-3.1177210216876103,0.9891489148139954,0.07931181788444519,0.12366951256990433,-0.825361430644989,-0.03390634432435036,0.027946963906288147,-0.06132298707962036,0.09459260106086731,0.0018187761306762695 +125,1.717411427817519,-0.08037483804217298,-3.0356793907006216,0.9860775470733643,0.08028832823038101,0.1456187665462494,-1.025787353515625,0.28841450810432434,-0.13433311879634857,0.0007236003875732422,0.019336313009262085,-0.04503273963928223 +126,1.7282030542444284,-0.0868667839914616,-2.904668206316758,0.9839133024215698,0.08675757795572281,0.15616647899150848,-1.41619873046875,-0.017558269202709198,-0.41508719325065613,-0.022182226181030273,0.06705102324485779,-0.06101261079311371 +127,1.7441385522882713,-0.11461942942531665,-2.7754632177915366,0.9785504937171936,0.11436862498521805,0.17134371399879456,-1.154237151145935,0.028809862211346626,-0.5220406651496887,0.008601546287536621,-0.007251925766468048,-0.11593915522098541 +128,1.7670591230352943,-0.15349168181987552,-2.639107005629566,0.9692713022232056,0.152889683842659,0.19271264970302582,-1.1516029834747314,0.022157272323966026,-0.7230343818664551,0.09261846542358398,-0.0360683798789978,-0.15839561820030212 +129,1.7789844221268336,-0.20085060806011526,-2.5628243219853872,0.9587382674217224,0.19950291514396667,0.20253245532512665,-0.3215901255607605,0.16673971712589264,-0.35762718319892883,0.09182929992675781,-0.18691444396972656,-0.044207364320755005 +130,1.793840213636156,-0.20089540862981214,-2.5015888789322784,0.9556152820587158,0.19954681396484375,0.21675047278404236,-0.9933807849884033,-0.3294530510902405,-0.02472746931016445,0.04311835765838623,-0.15235136449337006,-0.13967832922935486 +131,1.7912159612371787,-0.17285862643624125,-2.4137493895949125,0.9612633585929871,0.17199906706809998,0.2153807431459427,-0.6251966953277588,-0.12117493897676468,0.21485401690006256,0.08317011594772339,-0.05191241204738617,-0.14398494362831116 +132,1.7533382079453768,-0.1344935669336728,-2.3651259147304007,0.9745049476623535,0.13408847153186798,0.1798904985189438,-0.5058032274246216,-0.853848397731781,0.4807858169078827,0.045072197914123535,-0.05584140121936798,-0.07512365281581879 +133,1.6477363898905326,-0.08337030762684576,-2.295124961448566,0.9935786128044128,0.0832737609744072,0.07659720629453659,-0.8017317056655884,-0.7456114292144775,0.03275925666093826,0.05238085985183716,0.04836380481719971,0.05305671691894531 +134,1.606325376338781,-0.07651372115885342,-2.289378014025399,0.9964450001716614,0.07643909007310867,0.035417649894952774,0.5681828260421753,-0.19889432191848755,0.2613659203052521,-0.07505828142166138,-0.016105830669403076,0.06728923320770264 +135,1.61943874742892,-0.05946155095111746,-2.316196197242289,0.9970518946647644,0.05942651629447937,0.04853730648756027,-0.2328743040561676,0.3489764332771301,-0.005947839003056288,-0.02964472770690918,0.05290868505835533,-0.03205776587128639 +136,1.65893025969165,-0.07506547849437203,-2.3084284122906644,0.9933136701583862,0.0749950036406517,0.08777201175689697,0.3873171806335449,0.05628246068954468,-0.10867808014154434,0.04240727424621582,0.0332661047577858,-0.18667948246002197 +137,1.6655897973618512,-0.09343924054273138,-2.350548888891327,0.9911677241325378,0.09330333024263382,0.09423866868019104,0.47922831773757935,0.19535012543201447,-0.15049143135547638,0.008145570755004883,-0.04252207279205322,-0.03265416622161865 +138,1.6825951767404408,-0.0983905377622794,-2.393591931127247,0.9889506101608276,0.09823186695575714,0.11102649569511414,0.1610288769006729,0.023953918367624283,0.24066272377967834,-0.018980085849761963,0.0006145685911178589,-0.034290097653865814 +139,1.6646915742765862,-0.061809459800258794,-2.384818651863115,0.9936939477920532,0.061770111322402954,0.09357830882072449,-0.3282381296157837,-0.32599523663520813,0.49328604340553284,0.006718039512634277,0.033124297857284546,-0.010402679443359375 +140,1.6476771047276788,-0.005320128314472552,-2.3482941160212705,0.9970319867134094,0.005320103373378515,0.07680397480726242,-0.5828691720962524,0.2771346867084503,0.2679506540298462,-0.0002974271774291992,0.05652377009391785,0.13405728340148926 +141,1.6616830554775253,-0.002803489326369999,-2.2883497862831703,0.9958685636520386,0.002803485607728362,0.09076128154993057,-0.0951089933514595,0.2301909327507019,-0.16166073083877563,0.0335044264793396,0.010044395923614502,-0.005220547318458557 +142,1.6779193715498109,0.004583838382456992,-2.3024120872671014,0.9942574501037598,-0.004583822097629309,0.10691716521978378,0.19877657294273376,0.2568441331386566,0.07108746469020844,-0.08732080459594727,0.006369113922119141,0.024613618850708008 +143,1.7015831580960288,0.0028346283763287174,-2.2974090458353817,0.9914556741714478,-0.0028346246108412743,0.13041378557682037,-0.205351784825325,0.044694703072309494,0.0055769095197319984,0.0008692145347595215,-0.009662330150604248,-0.054318174719810486 +144,1.698179272843933,0.0055132021408582366,-2.278692652103064,0.9918828010559082,-0.005513173993676901,0.12703680992126465,-0.19362987577915192,-0.025295386090874672,-0.026332497596740723,0.012664437294006348,-0.044154196977615356,0.056953683495521545 +145,1.7050417842743153,0.010035248666216539,-2.2684886981058496,0.990952730178833,-0.010035079903900623,0.13383585214614868,0.10819443315267563,0.04829387739300728,0.086530402302742,0.04208254814147949,-0.04491180181503296,-0.00015366077423095703 +146,1.7090112534459703,0.015300872385753044,-2.312507652657655,0.990347683429718,-0.015300275757908821,0.13775916397571564,0.535011351108551,-0.06856077909469604,0.05033738911151886,-0.04434841871261597,0.010432718321681023,-0.006762489676475525 +147,1.7078478765265284,0.007208062252162623,-2.3582790111829595,0.9905973076820374,-0.007207999937236309,0.13661934435367584,0.4108908772468567,0.10069327801465988,-0.16861389577388763,-0.034176528453826904,0.08601966500282288,0.022453531622886658 +148,1.7255982013145577,-0.020085274978742313,-2.4111265441488103,0.987842857837677,0.020083924755454063,0.1541532576084137,0.5761374831199646,0.14359000325202942,-0.08004896342754364,0.0853840708732605,0.04391145706176758,-0.01201772689819336 +149,1.709740744483446,-0.017887880932880674,-2.4293087530501754,0.9902044534683228,0.017886927351355553,0.13847564160823822,-0.22419768571853638,-0.1681206077337265,0.014100691303610802,-0.1434941291809082,0.0618554949760437,0.03513886034488678 +150,1.713699995941128,-0.025162215163544093,-2.401364435486995,0.9894932508468628,0.0251595601439476,0.14237268269062042,-0.26813629269599915,0.10024619102478027,-0.21913935244083405,0.0013056397438049316,0.0345175564289093,-0.0745932012796402 +151,1.714063122661335,-0.04031108567647236,-2.3883905685424396,0.988950788974762,0.040300168097019196,0.1426611989736557,0.05299855396151543,0.04949576407670975,-0.08526638895273209,-0.04107481241226196,-0.051317039877176285,-0.03613962233066559 +152,1.7234575029606758,-0.035626797014484186,-2.37837320268366,0.98774254322052,0.03561926260590553,0.15197236835956573,-0.4444531798362732,0.12295946478843689,-0.11709826439619064,0.12924641370773315,0.04784630984067917,-0.060557037591934204 +153,1.7101828687865055,-0.030622856923313464,-2.3516390339818143,0.9898372888565063,0.03061807155609131,0.13887052237987518,0.04129549860954285,-0.35910564661026,0.21191102266311646,-0.014220714569091797,-0.01636635884642601,-0.025131449103355408 +154,1.6982661008981166,-0.024524757921532095,-2.3528515375238643,0.9915884137153625,0.02452229894697666,0.12708662450313568,-0.2557153105735779,0.08606147766113281,-0.0947214812040329,-0.056911349296569824,-0.008897306397557259,0.04500196874141693 +155,1.7009364535449938,-0.029365898588659615,-2.311691870403584,0.9911162853240967,0.029361678287386894,0.1297171413898468,-0.14619866013526917,-0.16530071198940277,-0.1089337021112442,0.03830265998840332,0.02845388650894165,-0.07914948463439941 +156,1.6979154043630822,-0.039399299998088694,-2.3302788799262193,0.9911615252494812,0.03938910737633705,0.12667861580848694,0.1999703049659729,0.0451212003827095,-0.03793540596961975,0.015201389789581299,-0.05261850357055664,0.02877795696258545 +157,1.701984407412143,-0.037957120961575906,-2.3334112766622623,0.9906930923461914,0.03794800862669945,0.13071788847446442,0.07929939031600952,-0.006045345216989517,-0.01458265632390976,0.013838768005371094,0.01669374108314514,-0.04323923587799072 +158,1.7019660433881432,-0.03735020727702847,-2.356072908398675,0.9907181262969971,0.03734152391552925,0.1307026743888855,0.21612977981567383,-0.0002759047783911228,0.05466567724943161,0.01283717155456543,0.023083269596099854,-0.03307700157165527 +159,1.696707862510056,-0.03762290060417923,-2.3730183514145504,0.9913815259933472,0.03761402517557144,0.1254902333021164,0.12472722679376602,0.03623228147625923,-0.028943011537194252,-0.017077386379241943,0.05456432327628136,0.0024394840002059937 +160,1.696032858369757,-0.04443960792236439,-2.3862874733405786,0.9911885857582092,0.044424980878829956,0.12478609383106232,0.13350819051265717,-0.017098404467105865,0.09654830396175385,0.02291053533554077,-0.005011528730392456,-0.0017392635345458984 +161,1.6942237092575456,-0.03972954456720573,-2.399447606163164,0.9916092753410339,0.03971909359097481,0.12301706522703171,0.08509214967489243,0.06063688546419144,-0.019979387521743774,-0.027131855487823486,0.025725867599248886,0.0286400243639946 +162,1.703576732905451,-0.03880434054340494,-2.403342773612286,0.990451455116272,0.03879460319876671,0.13229091465473175,0.011997535824775696,-0.012900752015411854,0.052708160132169724,0.023693442344665527,0.04914179444313049,-0.06286346912384033 +163,1.7010506116428468,-0.042238259299287866,-2.415450664506186,0.9906444549560547,0.04222569987177849,0.1297704130411148,0.08233309537172318,0.09036228805780411,0.02460557408630848,-0.02923405170440674,-0.02121433988213539,0.0008295625448226929 +164,1.7038427050943497,-0.04269711185501646,-2.4195289908888458,0.9902592301368713,0.04268414154648781,0.13253332674503326,0.17243002355098724,0.1025722473859787,-0.03371163085103035,0.012289106845855713,0.012659493833780289,-0.022853121161460876 +165,1.696361711624914,-0.036806638883869154,-2.4242589575421705,0.9914551377296448,0.036798328161239624,0.1251508742570877,-0.227511465549469,-0.25274717807769775,0.040372759103775024,-0.02642822265625,0.022909313440322876,-0.06413102149963379 +166,1.6842852260868066,-0.04279499527883496,-2.4170857922811213,0.992657482624054,0.04278193414211273,0.11314176768064499,0.16282708942890167,-0.0950774997472763,0.043949466198682785,0.010211288928985596,-0.04298027977347374,-0.03777860105037689 +167,1.6771837871122912,-0.03947372504899075,-2.4225846933926865,0.9935717582702637,0.03946347534656525,0.10610418021678925,0.08637194335460663,-0.017795294523239136,-0.040008775889873505,-0.020427167415618896,-0.00954100489616394,0.033696889877319336 +168,1.6831673730609522,-0.04164543342356001,-2.4262433983379648,0.9928315281867981,0.041633397340774536,0.11203748732805252,-0.1268770694732666,-0.1781015694141388,0.003586430801078677,0.049832165241241455,-0.06655099987983704,0.018150463700294495 +169,1.6883810389617506,-0.0407336567703524,-2.41740302963116,0.9922711849212646,0.04072239249944687,0.11721663922071457,0.191579207777977,0.10114613175392151,-0.07676447927951813,0.04863762855529785,-0.03265047073364258,-0.02863931655883789 +170,1.6950321044017755,-0.02934002988193569,-2.457751367408823,0.9918656349182129,0.02933582104742527,0.1238631084561348,0.2721703350543976,0.06488466262817383,0.2974250912666321,-0.05068826675415039,-0.029030650854110718,0.0165024995803833 +171,1.7014575668752066,-0.02552693595696288,-2.474217220017111,0.9911530017852783,0.025524163618683815,0.1302473396062851,0.33364781737327576,0.13200688362121582,0.007044730708003044,0.01505732536315918,0.05060192942619324,-0.05204606056213379 +172,1.7058546347933952,-0.02877069263912952,-2.514452299449474,0.9904833436012268,0.028766723349690437,0.13459235429763794,0.1657363921403885,-0.04970230907201767,-0.13731281459331512,0.06023681163787842,0.07131567597389221,-0.001215234398841858 +173,1.6978704469286583,-0.04058456905331348,-2.537676526617506,0.9911201596260071,0.04057342931628227,0.12662804126739502,0.41493576765060425,-0.0017432859167456627,-0.05095512419939041,-0.03775101900100708,0.030364662408828735,0.01953577995300293 +174,1.6993623704178378,-0.052012419324750106,-2.56353689116752,0.9904054999351501,0.05198897048830986,0.12803876399993896,0.05936264246702194,0.0830066129565239,-0.06584467738866806,-0.030490458011627197,0.024152379482984543,0.01670609414577484 +175,1.702166839847714,-0.05589909939717109,-2.566791315789013,0.9898347854614258,0.055869992822408676,0.13078835606575012,0.001124158501625061,0.02870260737836361,0.07267895340919495,-0.04716211557388306,0.02288062497973442,-0.030080333352088928 +176,1.6959268390735998,-0.061720990816976705,-2.5668609343299997,0.9902920722961426,0.06168181076645851,0.12456657737493515,0.081960029900074,-0.00434370432049036,-0.13846351206302643,-0.03200972080230713,0.04889862984418869,-0.010339275002479553 +177,1.6913282004873684,-0.08534283604021291,-2.5808148821649604,0.9891316890716553,0.08523927628993988,0.11980261653661728,0.215885728597641,-0.02908460795879364,-0.0702919140458107,0.03969210386276245,-0.05350100249052048,0.04497705399990082 +178,1.6973800028901678,-0.07986875132872905,-2.576050794543038,0.9888365268707275,0.0797838643193245,0.12584343552589417,-0.25271686911582947,0.06482686847448349,0.017603568732738495,0.01014101505279541,-0.0027574971318244934,0.03132198750972748 +179,1.7125904968114607,-0.07251691772401674,-2.571684181514024,0.9873623847961426,0.07245337963104248,0.1409481167793274,0.18421034514904022,0.06577932089567184,0.05025128275156021,-0.018215537071228027,0.014689557254314423,-0.04129289090633392 +180,1.7206223683646507,-0.0712499407323418,-2.580635957190104,0.9862881302833557,0.07118967175483704,0.14888738095760345,-0.10844879597425461,0.09647096693515778,-0.03789662569761276,-0.011343240737915039,0.04334277659654617,-0.030448690056800842 +181,1.7229850319649411,-0.07945467759329031,-2.574127338766419,0.9853231310844421,0.07937110215425491,0.15112359821796417,0.11983028799295425,-0.0012813801877200603,0.004029927775263786,0.0059487223625183105,0.00017296522855758667,-0.0402531772851944 +182,1.7187383850173674,-0.0861774039623445,-2.5848671597861532,0.9854059815406799,0.08607077598571777,0.14685595035552979,0.10084126144647598,0.04571530222892761,-0.07028549909591675,-0.012429416179656982,-0.023647084832191467,0.009607642889022827 +183,1.7200876190685277,-0.09268159249697215,-2.589447651994902,0.9846326112747192,0.09254895895719528,0.14809899032115936,0.04044972360134125,-0.003427447285503149,-0.09454345703125,-0.0030194520950317383,-0.03870071470737457,0.01733684539794922 +184,1.7234374319345516,-0.09396375844451589,-2.601293786987639,0.9840128421783447,0.09382554888725281,0.1513783037662506,0.15209028124809265,0.05962739884853363,0.013160476461052895,-0.020328819751739502,-0.05221483111381531,0.011753305792808533 +185,1.730553385804787,-0.08060240290339903,-2.6121019209922904,0.9840605854988098,0.08051515370607376,0.15856188535690308,-0.00045601651072502136,0.09296340495347977,0.03308134153485298,-0.03838205337524414,0.02248167246580124,-0.011543408036231995 +186,1.731473916248117,-0.07574057340278857,-2.625273110696588,0.9842891097068787,0.07566817849874496,0.1595284342765808,0.23310168087482452,0.04832133278250694,0.1104683056473732,0.03269392251968384,0.04020707309246063,0.012697458267211914 +187,1.7205916727712103,-0.07811368589305431,-2.6431880476085667,0.9857865571975708,0.07803427428007126,0.1487807184457779,0.22670282423496246,-0.07109344005584717,0.06850244849920273,0.0228193998336792,-0.020661234855651855,0.0636674165725708 +188,1.7255648292100638,-0.0717862834070851,-2.664014170404352,0.9855024814605713,0.07172464579343796,0.1537543386220932,0.07958599925041199,0.09428045153617859,0.048967208713293076,-0.016538918018341064,0.024359963834285736,0.03910146653652191 +189,1.736309758699711,-0.06676569090534486,-2.6677418557336985,0.9841363430023193,0.06671609729528427,0.1643916815519333,-0.032966602593660355,0.03753913193941116,0.06400306522846222,-0.029836416244506836,0.05420979857444763,-0.009377717971801758 +190,1.7404029316321783,-0.06864538528535671,-2.6601016386111733,0.9833298921585083,0.06859148293733597,0.16839708387851715,-0.06953846663236618,0.031002666801214218,0.031541261821985245,0.0160444974899292,0.038845643401145935,-0.04193222522735596 +191,1.735105667016154,-0.0722117256894621,-2.649534380818246,0.9839605689048767,0.07214898616075516,0.16314473748207092,-0.17930911481380463,-0.005526775494217873,-0.051399119198322296,-0.03060668706893921,0.010660454630851746,0.003633856773376465 +192,1.7411371890442373,-0.07946259132332135,-2.6351508581840895,0.9824172258377075,0.07937899231910706,0.1689833700656891,-0.10508064180612564,0.03438122197985649,0.00692721176892519,0.01202857494354248,-0.02875034511089325,-0.0423048734664917 +193,1.738202030081939,-0.07880883591362092,-2.610526150351484,0.9829599261283875,0.07872728258371353,0.16610771417617798,-0.34974417090415955,-0.09852500259876251,-0.15034204721450806,0.02662259340286255,0.008095234632492065,-0.023224353790283203 +194,1.7274953578567853,-0.07763889631517172,-2.5798612703870223,0.9847723245620728,0.0775609239935875,0.15558843314647675,-0.2139316350221634,-0.09739861637353897,-0.011137735098600388,-0.030899643898010254,0.02937266230583191,0.019826650619506836 +195,1.7178390795100458,-0.08561589501362826,-2.5550079723548884,0.9855854511260986,0.08551134169101715,0.14597679674625397,-0.22412873804569244,-0.02995019219815731,-0.12553782761096954,0.031031429767608643,-0.01588546484708786,0.05107523500919342 +196,1.7039572319502072,-0.09940619362760551,-2.5631708918846736,0.9862541556358337,0.09924256056547165,0.1321122795343399,0.4707442820072174,-0.092657670378685,0.007119290065020323,0.01447826623916626,-0.07243287563323975,0.08830094337463379 +197,1.7053826923257047,-0.09164711742167926,-2.605788695489224,0.9867981672286987,0.09151887893676758,0.1336173117160797,0.17773789167404175,0.0949016809463501,0.05219288170337677,-0.025586068630218506,0.009845264256000519,0.07234583795070648 +198,1.7157090792821652,-0.0908217255055452,-2.604905455277609,0.985440194606781,0.09069691598415375,0.1438109278678894,-0.10648845136165619,0.20234867930412292,0.006447203457355499,0.04704570770263672,0.02136360853910446,-0.0020263344049453735 +199,1.7170032288764272,-0.0862363310537513,-2.6172506772707083,0.9856544137001038,0.08612948656082153,0.14514519274234772,0.21894806623458862,-0.17041942477226257,0.1589670479297638,-0.00524669885635376,-0.006966888904571533,-0.021167516708374023 +200,1.7070027366656015,-0.0754522384642946,-2.628763230593778,0.9879194498062134,0.07538066804409027,0.13539931178092957,-0.026324741542339325,0.009792933240532875,0.010471160523593426,-0.08974134922027588,0.05517353117465973,-0.017937064170837402 +201,1.7060508346853984,-0.09022539257143544,-2.6211470425223093,0.9868364930152893,0.09010303020477295,0.13429400324821472,-0.04259101673960686,0.01823532022535801,-0.09462705254554749,0.07511401176452637,0.00723276287317276,-0.005616694688796997 +202,1.6918147497196732,-0.09497929782539281,-2.6164635506779605,0.9882120490074158,0.09483656287193298,0.12017913162708282,-0.05926961451768875,-0.19739308953285217,-0.02068938873708248,0.02869468927383423,0.010769516229629517,0.024168968200683594 +203,1.6823560602608423,-0.09879429614997527,-2.6182987973162644,0.9889377355575562,0.09863366186618805,0.11078561097383499,-0.0064545366913080215,0.053114112466573715,-0.07831335812807083,-0.07514995336532593,-0.028153322637081146,0.05396353453397751 +204,1.6925033672506047,-0.1083660745860233,-2.6194420962111136,0.9867804050445557,0.10815410315990448,0.12069464474916458,0.1622474044561386,0.06943272799253464,-0.07077907770872116,0.030141592025756836,-0.053726017475128174,-0.008130550384521484 +205,1.6918552198396022,-0.10264256668421742,-2.63774399967949,0.987456738948822,0.10246243327856064,0.120127834379673,0.10046723484992981,-0.024971244856715202,0.0985807403922081,-0.006804823875427246,-0.029006600379943848,0.024494901299476624 +206,1.6936416154383995,-0.09820838083781563,-2.6414916835755466,0.9876818060874939,0.09805058687925339,0.12194610387086868,0.1368744671344757,0.07043039798736572,-0.03942730277776718,-0.022853314876556396,-0.0043463557958602905,0.009508371353149414 +207,1.7052592847075552,-0.09766657698303315,-2.6530033346584285,0.9862509369850159,0.09751138091087341,0.13341927528381348,0.0356462188065052,0.01144559495151043,0.038888752460479736,0.0722970962524414,0.0030440539121627808,-0.025585412979125977 +208,1.7048644944072247,-0.09576451357072772,-2.6562132132264393,0.986485481262207,0.09561821073293686,0.1330544501543045,0.0850236639380455,0.06329600512981415,-0.01830219104886055,-0.05794245004653931,-0.006415344774723053,-0.000333443284034729 +209,1.7155637560208805,-0.10045072338369258,-2.658808401249356,0.984551191329956,0.10028187930583954,0.1435350626707077,-0.03297215700149536,0.15679140388965607,0.0046811942011117935,0.0036841630935668945,-0.03234976530075073,-0.030803218483924866 +210,1.7271247018950904,-0.09754531075147715,-2.6515614694769956,0.9831096529960632,0.09739068895578384,0.154952272772789,-0.04982890188694,0.12205474078655243,-0.03644147515296936,0.04778927564620972,0.007040463387966156,-0.09872366487979889 +211,1.7131755838132388,-0.09765010054298076,-2.6543645335635984,0.9851654171943665,0.09749498218297958,0.14122268557548523,-0.0543329119682312,-0.1387271136045456,0.06030852720141411,-0.017086803913116455,-0.014197245240211487,-0.030215024948120117 +212,1.6977048324405974,-0.10154289720525363,-2.651539514924923,0.9868484139442444,0.1013684868812561,0.12591618299484253,0.17446506023406982,-0.08780843764543533,-0.07483302056789398,-0.01391744613647461,-0.035938799381256104,0.00443972647190094 +213,1.6981079778180066,-0.0970939381164845,-2.658511707140212,0.9872350096702576,0.09694145619869232,0.12636999785900116,-0.11362332850694656,0.0769568607211113,0.03975149616599083,0.0038996338844299316,0.007520206272602081,0.03428982198238373 +214,1.709007810290088,-0.09251095789630935,-2.6567364678913314,0.986228883266449,0.09237905591726303,0.13718277215957642,0.0316285565495491,0.014835650101304054,0.06891375780105591,0.05655699968338013,-0.0036339089274406433,-0.018377751111984253 +215,1.7063023114717333,-0.08209577407961154,-2.670387926580928,0.9874961376190186,0.08200358599424362,0.13463671505451202,0.037002310156822205,0.08284243196249008,0.18636150658130646,-0.044167160987854004,-0.040560729801654816,0.05637289583683014 +216,1.7181592512204584,-0.06321635172602598,-2.6677737253699694,0.9871859550476074,0.06317425519227982,0.14653687179088593,-0.016942331567406654,0.15402820706367493,0.2791387736797333,-0.005099773406982422,-0.06431865692138672,0.06514835357666016 +217,1.7363171753658706,-0.0361077844953248,-2.657618804701329,0.9856897592544556,0.03609994053840637,0.16465869545936584,-0.07119901478290558,0.1598604917526245,0.2419167011976242,-0.002199828624725342,-0.03150704503059387,0.04849135875701904 +218,1.7526247373537938,-0.0014246330301902906,-2.6672967799286744,0.9835136532783508,0.0014246325008571148,0.18082794547080994,0.001665645744651556,0.1267077624797821,0.2779167592525482,-0.0728234052658081,0.0679265707731247,0.015873059630393982 +219,1.770638858889329,0.017475589439062595,-2.6863787883253463,0.9799482226371765,-0.017474699765443802,0.19848468899726868,0.3219599723815918,0.08909712731838226,0.2695939242839813,0.0030229687690734863,0.1197696179151535,-0.07133316993713379 +220,1.777699581097718,0.019417837911959612,-2.721014263143129,0.9784874320030212,-0.01941661722958088,0.20539149641990662,0.21755516529083252,0.23617331683635712,-0.1373189240694046,0.09145897626876831,0.13324718177318573,0.027534037828445435 +221,1.7685690162100796,0.01291105404790454,-2.730200020463204,0.9804250001907349,-0.012910695746541023,0.19646956026554108,-0.0805605798959732,-0.001401979010552168,-0.21648402512073517,-0.014955520629882812,0.058748096227645874,0.134417325258255 +222,1.7930067424529532,0.0039148833685766025,-2.718662211926257,0.9754050970077515,-0.003914873581379652,0.22038450837135315,-0.13351108133792877,0.3058932423591614,0.022366201505064964,0.015408992767333984,-0.020483925938606262,-0.04956236481666565 +223,1.802040731832343,0.012418387150240044,-2.7080115822764603,0.9733068346977234,-0.012418068014085293,0.2291712909936905,-0.010458705015480518,-0.0955178514122963,-0.04169284552335739,-0.003153085708618164,0.07682541012763977,-0.14756740629673004 +224,1.7695559323197076,0.001618227407905591,-2.7071028796424863,0.9803110361099243,-0.001618226757273078,0.19745326042175293,0.1116904765367508,-0.12987388670444489,0.10373726487159729,-0.10032141208648682,-0.07757487893104553,0.03924107551574707 +225,1.7700104940499573,0.03134723810062777,-2.6587787276049037,0.9797407388687134,-0.03134210407733917,0.1978018581867218,-1.4144097566604614,0.018804946914315224,0.19209110736846924,-0.18468165397644043,-0.04980413243174553,0.0371529757976532 +226,1.814648696919422,0.09927188751643803,-2.4836674424540464,0.9656374454498291,-0.09910891205072403,0.24025411903858185,-1.9490337371826172,0.9131698608398438,0.4656394124031067,-0.24345409870147705,0.09105224907398224,-0.028538435697555542 +227,1.8037524724476581,0.1601503556026878,-2.281704824163545,0.9605372548103333,-0.15946663916110992,0.2279006540775299,-1.976309895515442,-0.327267587184906,-0.47439634799957275,-0.19730788469314575,0.08463755249977112,-0.08698570728302002 +228,1.7807293032880236,0.12336112654971398,-2.115414646886132,0.9706124067306519,-0.12304847687482834,0.20681069791316986,-0.9548037052154541,0.8801702857017517,-0.6208825707435608,0.6988364458084106,0.22702184319496155,0.030768632888793945 +229,1.8173535534287824,0.05441047166793586,-2.0219265382900535,0.9683232307434082,-0.05438362807035446,0.24370554089546204,0.16576723754405975,0.20374715328216553,-1.2620584964752197,0.570647656917572,0.021943453699350357,-0.08432747423648834 +230,1.7799109989189583,-0.02740814403272473,-2.013490863584511,0.977847695350647,0.02740471251308918,0.20751596987247467,-0.6622858047485352,-0.41281941533088684,-0.8626884818077087,-0.16632425785064697,-0.4103850722312927,0.06097769737243652 +231,1.7697509907901838,-0.04950135162291659,-1.9952552588648294,0.9790729284286499,0.049481138586997986,0.19740261137485504,0.9221380352973938,0.5353238582611084,1.1468150615692139,-0.09725230932235718,-0.3086058795452118,0.10479770600795746 +232,1.7890940858817017,0.012351321373838764,-2.005281599693173,0.9761930108070374,-0.01235100720077753,0.21655157208442688,-0.6151256561279297,-0.016100052744150162,0.32018619775772095,0.02133500576019287,0.07491204142570496,-0.026808515191078186 +233,1.7755875329164703,0.043387413275176846,-1.995852929319196,0.9781820774078369,-0.043373800814151764,0.20317135751247406,0.48548075556755066,-0.24337776005268097,0.19182045757770538,-0.08326935768127441,0.08429786562919617,-0.03376831114292145 +234,1.7680585845450623,0.05145228101184763,-1.9864579168858814,0.9793090224266052,-0.05142958089709282,0.19572603702545166,-0.3292198181152344,0.08623389154672623,-0.20907065272331238,-0.0670318603515625,0.06966385245323181,0.029905661940574646 +235,1.7852000910675707,0.07060274361571019,-1.9674026242892415,0.9746690392494202,-0.07054410129785538,0.21223479509353638,0.17851446568965912,0.10572309792041779,0.09308330714702606,-0.024473845958709717,0.039858706295490265,-0.05656459927558899 +236,1.7856200386603602,0.04513612627973537,-1.9710813905401137,0.9760189056396484,-0.04512080177664757,0.21295806765556335,0.16698767244815826,0.0763431116938591,-0.12943577766418457,0.05298799276351929,-0.053695108741521835,0.007241472601890564 +237,1.7426756039002724,0.0025115267274186475,-1.9670608061167922,0.9852619767189026,-0.0025115241296589375,0.17103369534015656,0.02479996159672737,-0.40279385447502136,-0.7406818270683289,-0.04883015155792236,0.030358821153640747,0.027361035346984863 +238,1.7149429244174386,-0.03247875309576308,-1.936740573065137,0.9891069531440735,0.032473042607307434,0.14357216656208038,-0.28060099482536316,-0.11496702581644058,-0.04599301517009735,0.0007306933403015137,-0.06115958094596863,0.09480071067810059 +239,1.6830728638731856,-0.05414634299666201,-1.8903408019869188,0.9922472834587097,0.054119888693094254,0.11187659204006195,0.06852749735116959,-0.4785313606262207,-0.3473972976207733,0.015641510486602783,0.017016585916280746,0.010590426623821259 +240,1.659618297766928,-0.02119089963025757,-1.9549346961882061,0.9958343505859375,0.021189313381910324,0.08868531137704849,0.6547165513038635,0.057462528347969055,0.520891547203064,-0.044433534145355225,0.05562344193458557,0.08396792411804199 +241,1.6685378150150536,-0.036960321682483366,-1.949889955454803,0.9945473670959473,0.036951906979084015,0.09751928597688675,-0.11189308762550354,-0.3969730734825134,-0.11593500524759293,0.06305450201034546,-0.07888305187225342,-0.04774511605501175 +242,1.6451374400774144,-0.06306449617729168,-1.9566451956704525,0.9952555298805237,0.06302270293235779,0.0741250067949295,0.15627939999103546,-0.04261713847517967,-0.23449482023715973,-0.009247899055480957,-0.05937585234642029,0.054582834243774414 +243,1.6530314455243635,-0.07753727842153237,-1.9521960549169273,0.9936264157295227,0.07745961099863052,0.08189567923545837,0.007590365596115589,0.00040454091504216194,-0.07045239955186844,0.06733256578445435,-0.07094409316778183,-0.051286570727825165 +244,1.6386107248809019,-0.08053656013585712,-1.979075187823053,0.994467556476593,0.08044952899217606,0.06754279136657715,0.741208553314209,0.030166003853082657,0.04612911865115166,-0.027457118034362793,-0.031682468950748444,-0.008704908192157745 +245,1.6498449290030077,-0.0539073255987995,-2.0245253881276017,0.9954291582107544,0.053881220519542694,0.07885158807039261,0.2762845754623413,-0.23893213272094727,0.34539246559143066,0.0011376142501831055,0.04791015386581421,-0.03580653667449951 +246,1.6586075816488572,-0.029653704191668455,-2.0275279336111525,0.9957090020179749,0.029649358242750168,0.08765988796949387,0.2549956738948822,0.2413349449634552,-0.0038552256301045418,0.022006332874298096,0.10264432430267334,0.012010566890239716 +247,1.6902500313073454,-0.048605906215759075,-2.0428032389839887,0.9917011260986328,0.04858677089214325,0.11902906745672226,0.21460013091564178,0.34122800827026367,0.03399762138724327,0.02551060914993286,0.03742703050374985,0.01562974601984024 +248,1.693136624196462,-0.03767333843321125,-2.0517990989831887,0.9918214082717896,0.03766442835330963,0.1219487413764,0.03264607861638069,0.15509118139743805,0.11866577714681625,-0.0390169620513916,0.018518414348363876,0.0405421108007431 +249,1.7197617502406297,-0.027468206226518445,-2.05606257793755,0.9885521531105042,0.02746475301682949,0.14835911989212036,0.12185430526733398,0.2932560443878174,0.3066841959953308,0.02145761251449585,-0.04830825328826904,0.04455779492855072 +250,1.732083749616504,-0.010441089793126416,-2.0600326191441116,0.9869675040245056,0.01044089999049902,0.16058029234409332,-0.058599673211574554,-0.10262542963027954,-0.24035994708538055,-0.03016519546508789,0.0378989577293396,-0.04845871031284332 +251,1.721375025957084,-0.024504535713294164,-2.048650150224068,0.9883877038955688,0.024502083659172058,0.1499652862548828,0.09832356870174408,-0.17093990743160248,0.015463382937014103,0.013031423091888428,-0.016582783311605453,-0.0037555545568466187 +252,1.7076308182881315,-0.026223581078833984,-2.036761716177773,0.9903121590614319,0.026220574975013733,0.1363609880208969,-0.2615392208099365,0.06021813303232193,-0.07669401913881302,-0.058137476444244385,0.014413563534617424,0.0828925222158432 +253,1.7317777227862243,-0.030775070408382555,-1.9927479015886231,0.9866031408309937,0.030770212411880493,0.16021110117435455,-0.5778002738952637,0.023429332301020622,-0.22515015304088593,0.010421395301818848,0.05693730711936951,-0.02843618392944336 +254,1.6970059454898767,-0.06238173635217288,-1.9034729970266906,0.9901164770126343,0.06234128400683403,0.1256299763917923,-0.86590576171875,-0.3483879268169403,-0.4567166864871979,-0.07654225826263428,-0.025216668844223022,0.03426694869995117 +255,1.7009064795477884,-0.06664484824979065,-1.8329323766961723,0.9893463850021362,0.06659552454948425,0.1294553428888321,-0.5100921392440796,0.08300122618675232,-0.2250155657529831,-0.023648202419281006,0.06072381138801575,-0.013412237167358398 +256,1.6813372919898715,-0.1074607407887453,-1.7608594167297908,0.9881634712219238,0.1072540357708931,0.10967964679002762,-0.5691475868225098,-0.039806075394153595,-0.4099597930908203,0.026622295379638672,-0.0991058349609375,0.1230473518371582 +257,1.6920042682027165,-0.12765354161133904,-1.708100333217654,0.984586238861084,0.12730713188648224,0.1199275478720665,-0.5566071271896362,0.1328093409538269,-0.20366643369197845,-0.005628228187561035,-0.07646484673023224,0.044271960854530334 +258,1.7052695097474149,-0.1365913142840981,-1.6744957450082398,0.9817419648170471,0.13616697490215302,0.1328195333480835,-0.04358244687318802,0.08958633989095688,-0.04370148479938507,-0.019202351570129395,-0.015820860862731934,-0.02864810824394226 +259,1.708507849252385,-0.1443746902805463,-1.6734646659873333,0.9802272915840149,0.1438736468553543,0.13584844768047333,-0.3641335070133209,0.09116721153259277,-0.13929790258407593,0.03994476795196533,-0.03018040955066681,0.03599606454372406 +260,1.7175661428012128,-0.14195234859637423,-1.6417607099459848,0.9792985916137695,0.1414760947227478,0.1447724997997284,-0.023508358746767044,0.06408688426017761,0.03572066128253937,0.08899986743927002,-0.01592673361301422,0.03354169428348541 +261,1.7142370686426167,-0.14119113056537477,-1.6420867132651908,0.9798814058303833,0.14072249829769135,0.14152689278125763,-0.2198655754327774,-0.0638570487499237,0.18903319537639618,0.06822967529296875,-0.027639582753181458,0.07935930788516998 +262,1.7324654240786723,-0.12986539637085784,-1.6288917831326695,0.9786491394042969,0.12950067222118378,0.159610316157341,0.19957400858402252,0.2615973651409149,0.09811095893383026,0.003742218017578125,0.022415831685066223,-0.041217342019081116 +263,1.746039276538183,-0.10661129588162135,-1.6306950889934997,0.979093611240387,0.106409452855587,0.1733575016260147,-0.4439084529876709,0.05043769255280495,0.0895446315407753,0.031160354614257812,0.05244980752468109,0.0021948963403701782 +264,1.737631931623974,-0.11248026486234353,-1.5881488971568143,0.9798838496208191,0.11224323511123657,0.1650133728981018,0.07207389920949936,-0.5829662084579468,-0.3122396171092987,0.06541961431503296,0.03350876271724701,-0.10385607182979584 +265,1.7045708385796399,-0.12377748700336681,-1.6503014759142671,0.9834831357002258,0.12346166372299194,0.1323554515838623,0.9588482975959778,0.10771416127681732,0.32731372117996216,0.007559835910797119,-0.04748813807964325,0.044722780585289 +266,1.7086227961104032,-0.09472663209833282,-1.7076478568842395,0.9860761165618896,0.09458503127098083,0.13677455484867096,-0.23566263914108276,-0.1305381804704666,0.37142413854599,0.019233763217926025,0.02685965597629547,0.019658535718917847 +267,1.668307247182294,-0.09244638028509418,-1.6468136924558545,0.9909997582435608,0.09231475740671158,0.09694074094295502,-0.05201932042837143,-0.3826161026954651,-0.18917854130268097,-0.07882934808731079,0.10517971962690353,-0.026658780872821808 +268,1.651072584949856,-0.09986138114058801,-1.7058851745576031,0.991813600063324,0.09969548881053925,0.07979055494070053,0.40030160546302795,-0.38527509570121765,-0.21184155344963074,0.00896453857421875,0.011037521064281464,0.0023779794573783875 +269,1.6253595371662368,-0.1465937075781662,-1.7196564834780843,0.9878020286560059,0.1460692286491394,0.0539512000977993,0.6325111389160156,-0.1574539691209793,-0.43684980273246765,0.03835141658782959,-0.1385161131620407,-0.03409958630800247 +270,1.509296111549987,-0.11441640085903824,-1.77117743669271,0.9915834069252014,0.11416692286729813,-0.06105959042906761,-0.4596709907054901,-2.321931838989258,0.595946192741394,0.22818893194198608,-0.26113957166671753,-0.1492370367050171 +271,1.2260608344013508,-0.012042551430835961,-1.675186767344791,0.9410966038703918,0.012042260728776455,-0.33792322874069214,-0.2872295677661896,-2.741807460784912,1.789816975593567,0.2752729654312134,-0.024295061826705933,0.009279459714889526 +272,1.029839759251875,0.1457375246733351,-1.6472307958659596,0.8481292128562927,-0.14522217214107513,-0.5094972252845764,0.6599032282829285,-0.9624181389808655,1.1169312000274658,-0.05993640422821045,0.33211177587509155,0.06416940689086914 +273,0.9551494530843363,0.21562086197377994,-1.6791980288930342,0.7974953055381775,-0.21395395696163177,-0.5641143321990967,0.7464432716369629,-0.601312518119812,-0.3120687007904053,-0.1905617117881775,0.33098888397216797,0.14526063203811646 +274,0.9165225699409684,0.19053042498929684,-1.7503865952997828,0.7791310548782349,-0.1893797516822815,-0.5975701808929443,-0.2479211390018463,-0.5500859618186951,-0.6721978783607483,-0.06631672382354736,0.0968809723854065,0.15419554710388184 +275,0.884705906653556,0.13043627772494407,-1.7286549054629412,0.7671561241149902,-0.13006672263145447,-0.6281355023384094,-0.6334934234619141,0.14182208478450775,-0.2877625524997711,-0.018895626068115234,0.08100971579551697,0.0241316556930542 +276,0.893855685447301,0.09608386114467383,-1.717523649489211,0.7758973836898804,-0.09593608975410461,-0.6235219240188599,-0.18493691086769104,0.5414043068885803,-0.17350147664546967,-0.012790083885192871,0.06308391690254211,0.09636127948760986 +277,0.9200390620555837,0.07045075368842366,-1.7437505876675814,0.7936517000198364,-0.07039248943328857,-0.6042863726615906,-0.512668251991272,-0.07144054770469666,0.18044905364513397,0.06343448162078857,0.011112093925476074,0.10303515195846558 +278,0.9698372734652166,0.05792181518260016,-1.7341474262675243,0.8234105110168457,-0.0578894317150116,-0.5644855499267578,-0.2868267595767975,0.13605427742004395,-0.11442213505506516,0.0785517692565918,0.0964331328868866,-0.03553581237792969 +279,1.0064964539838703,0.03737329696310306,-1.7416553844466065,0.8443731665611267,-0.037364598363637924,-0.5344508290290833,-0.3777253329753876,0.2279960960149765,-0.038047101348638535,0.10087817907333374,-0.009998675435781479,0.04426229000091553 +280,1.0471313884733042,0.04642507376734285,-1.7299554631009777,0.8650592565536499,-0.04640839993953705,-0.4995185136795044,-0.28430309891700745,0.5882577896118164,0.40260612964630127,0.0388408899307251,-0.032586365938186646,0.0628730058670044 +281,1.0881513163729108,0.05272277797754677,-1.68326885218324,0.8845396637916565,-0.05269835516810417,-0.46347877383232117,-0.2985841929912567,0.7076166868209839,0.38615882396698,-0.07745647430419922,0.04781555384397507,0.06868809461593628 +282,1.1615568747059735,0.07420332186795973,-1.6564706312672777,0.9148991107940674,-0.07413524389266968,-0.3968167006969452,-0.9246086478233337,-0.04499661177396774,0.050516147166490555,-0.06185656785964966,0.09011120349168777,-0.010074108839035034 +283,1.273956223193676,0.027949252997802227,-1.6088076384234913,0.955892026424408,-0.027945613488554955,-0.2923857271671295,-0.1237262561917305,2.876485824584961,-0.38665708899497986,-0.13129186630249023,0.071631520986557,0.18294966220855713 +284,1.4368774544432206,-0.07411878333746681,-1.6238057631276603,0.9883254170417786,0.07405094057321548,-0.13315238058567047,-0.4507921040058136,0.6606961488723755,-1.8165971040725708,-0.02079606056213379,0.06198114901781082,-0.029658928513526917 +285,1.5282309814986126,-0.20944252013936474,-1.667939267159404,0.9772610664367676,0.20791463553905487,-0.041622593998909,0.8944454193115234,0.8123356699943542,-0.9574332237243652,0.2908205986022949,-0.023420602083206177,-0.06470060348510742 +286,1.4911457325083735,-0.27104884277643815,-1.741297678795812,0.9604361057281494,0.2677421271800995,-0.07666148990392685,0.03618494048714638,-0.603893518447876,-0.025162454694509506,0.09519755840301514,-0.2863120436668396,0.13531631231307983 +287,1.4674112372811507,-0.23192250959280783,-1.6728022827183355,0.968029797077179,0.2298489809036255,-0.1004379466176033,-0.7137205004692078,-0.4351191818714142,0.20860464870929718,-0.045880138874053955,-0.01347939670085907,-0.016749612987041473 +288,1.4782195630907304,-0.24685934928756728,-1.6015389647073774,0.9655323028564453,0.24435973167419434,-0.08964209258556366,-0.32285812497138977,0.15879188477993011,-0.11775591224431992,0.009428024291992188,-0.020940512418746948,-0.13249534368515015 +289,1.4919925783833394,-0.25279710866461325,-1.5805406840247969,0.9652118682861328,0.2501131296157837,-0.07622015476226807,0.10662239789962769,-0.13089653849601746,0.015667624771595,0.03520011901855469,-0.010397553443908691,-0.15670526027679443 +290,1.4747903409906449,-0.25840047302174535,-1.5987250056240683,0.9623478651046753,0.25553447008132935,-0.0926760658621788,0.47276580333709717,0.03355874866247177,-0.223436176776886,0.018807530403137207,0.015705764293670654,-0.07404142618179321 +291,1.4639809943409754,-0.27221776424427924,-1.6569748641300255,0.9576875567436218,0.26886820793151855,-0.10268654674291611,0.6222423911094666,0.09521997720003128,-0.07167541235685349,0.043609440326690674,-0.05376502871513367,-0.059514403343200684 +292,1.4590578371173917,-0.2817898998853011,-1.7202351932028301,0.9545688629150391,0.2780753970146179,-0.1071082204580307,0.8116608262062073,0.6605808138847351,0.0093575119972229,0.0016840696334838867,-0.05435112118721008,-0.0028465762734413147 +293,1.4938039988652798,-0.2543405647186476,-1.7966373806119946,0.9649622440338135,0.2516072392463684,-0.07444184273481369,0.8362129926681519,0.3427906632423401,0.16755592823028564,0.030887305736541748,0.019404053688049316,-0.09911160916090012 +294,1.4820503583198015,-0.24615371204358527,-1.8561852584255096,0.9660401344299316,0.24367542564868927,-0.08595795184373856,0.7767446637153625,0.0592101588845253,-0.003538281423971057,-0.04140329360961914,0.034415990114212036,-0.01581817865371704 +295,1.4969854782314398,-0.23780876630176612,-1.9440807852181765,0.9692103266716003,0.2355736345052719,-0.07166843116283417,0.7008103728294373,0.3415387272834778,-0.11691513657569885,0.014935791492462158,0.0331336110830307,-0.029604189097881317 +296,1.5134976268004874,-0.2490232407355546,-1.994472973073601,0.967563271522522,0.24645744264125824,-0.05550086870789528,0.5813413858413696,0.4279823303222656,-0.09469961374998093,0.002621173858642578,0.005541473627090454,-0.041255123913288116 +297,1.5418288553877053,-0.2551827822064696,-2.0535211583624426,0.9672113060951233,0.2524222731590271,-0.02802550420165062,0.4998438358306885,0.31261497735977173,-0.08130577951669693,0.02428954839706421,-0.013057678937911987,-0.10271179676055908 +298,1.5606437052915494,-0.24326873111760108,-2.1023304294229073,0.9705057740211487,0.24087639153003693,-0.009853516705334187,0.35810017585754395,0.241018146276474,0.30086466670036316,0.03185933828353882,-0.02790948748588562,-0.055377840995788574 +299,1.5587352861262955,-0.22688583598198012,-2.1307872589429713,0.9743006825447083,0.22494426369667053,-0.011751649901270866,0.3878333568572998,-0.14211158454418182,0.07972967624664307,-0.04980123043060303,-0.05186384916305542,-0.018140316009521484 +300,1.5665776926801702,-0.19011703013081166,-2.173440346056515,0.9819732308387756,0.1889738142490387,-0.004142610356211662,0.3313344717025757,0.1937256157398224,0.6247256398200989,0.04494309425354004,0.024771273136138916,0.07901746034622192 +301,1.5777809888379999,-0.1525609077071643,-2.2499962954859,0.9883610010147095,0.1519697904586792,0.006903479807078838,1.51156747341156,0.28392675518989563,0.3805348575115204,0.03129231929779053,0.0542069673538208,0.08780777454376221 +302,1.5896439019505324,-0.11842127405707242,-2.365969484553686,0.9928200840950012,0.1181446835398674,0.01871446706354618,0.4840768575668335,0.22712911665439606,0.30374470353126526,-0.06604695320129395,0.066273033618927,0.08709001541137695 +303,1.611381658481319,-0.10431863724954635,-2.4235144236488284,0.9937447309494019,0.10412953794002533,0.04035361856222153,0.9085476994514465,0.29564037919044495,0.03428357467055321,-0.03263944387435913,0.13377025723457336,-0.03261733427643776 +304,1.6252800586171305,-0.10316624224025826,-2.5259457111680486,0.9932070970535278,0.10298333317041397,0.054167237132787704,0.9173807501792908,0.07775815576314926,0.005195092409849167,-0.006634831428527832,0.09254278242588043,0.0034346580505371094 +305,1.6033648331431618,-0.09997912420065153,-2.6088382565020125,0.994478702545166,0.09981264173984528,0.03240014240145683,0.8894987106323242,0.022479038685560226,0.33592870831489563,-0.05919116735458374,0.03338134288787842,0.12711524963378906 +306,1.5979180496121155,-0.08686406370284983,-2.685608109193101,0.9958633780479431,0.08675486594438553,0.027016153559088707,0.364117294549942,-0.08587399125099182,-0.19708196818828583,-0.06594699621200562,0.06400196254253387,0.09377241134643555 +307,1.5997507883703805,-0.11319681182199201,-2.7220567379077445,0.9931836128234863,0.11295522749423981,0.028765136376023293,0.7167571187019348,0.08931559324264526,-0.17510183155536652,0.10657835006713867,0.0546015202999115,0.009946346282958984 +308,1.5869074473865632,-0.12424912073863997,-2.803579578037373,0.99216228723526,0.12392967939376831,0.015986230224370956,0.5637940168380737,0.03906474635004997,-0.034979306161403656,-0.05129009485244751,-0.0011879727244377136,0.09174084663391113 +309,1.5976034820911018,-0.12614958143146315,-2.859576328114911,0.991697371006012,0.1258152574300766,0.026590954512357712,0.5392031073570251,0.1133667528629303,-0.010934678837656975,-0.020795762538909912,0.0199366956949234,-0.028742428869009018 +310,1.5989655570556414,-0.134105876009871,-2.9068476067751545,0.9906280040740967,0.133704274892807,0.02791261114180088,0.5046992897987366,0.09129884839057922,-0.10027048736810684,0.00874626636505127,0.0335930734872818,-0.05017519369721413 +311,1.5813521599081115,-0.14501289300104622,-2.9548725350270386,0.9894490242004395,0.14450518786907196,0.01044484693557024,0.4458705484867096,-0.03772639483213425,-0.17310090363025665,-0.022758841514587402,0.023326247930526733,-0.01575493812561035 +312,1.5754380743822214,-0.14652835753082055,-3.013300593901285,0.9892733097076416,0.1460045725107193,0.0045919897966086864,0.5573943853378296,-0.01024379301816225,0.03799588233232498,-0.0208284854888916,-0.005593195557594299,0.0020456314086914062 +313,1.578714224016481,-0.1499044169901639,-3.063578091193113,0.988754391670227,0.14934362471103668,0.007829018868505955,0.6654101610183716,0.16983871161937714,-0.09098845720291138,0.03005969524383545,0.06263148784637451,-0.05502450466156006 +314,1.584861437776368,-0.14448098287281194,-3.1318422180419616,0.9894829988479614,0.14397883415222168,0.013918105512857437,0.49233588576316833,0.16554754972457886,0.19505953788757324,-0.024929046630859375,0.046130433678627014,-0.021227000281214714 +315,1.5766660924957918,-0.13586183117150427,3.1231687966197397,0.9907678961753845,0.1354442536830902,0.005815641954541206,0.11106463521718979,-0.17795464396476746,-0.06306347995996475,-0.0334773063659668,0.1051410585641861,-0.007631540764123201 +316,1.5640349394549604,-0.1528364757338877,3.116637900169329,0.9883205890655518,0.15224215388298035,-0.006682520266622305,0.021386537700891495,-0.08756197988986969,-0.20343950390815735,-0.004281342029571533,0.03621913492679596,0.014708638191223145 +317,1.5527102235168775,-0.17577385097440862,3.114353702399191,0.9844305515289307,0.17487011849880219,-0.01780645363032818,0.03604885935783386,-0.08469904214143753,-0.17069654166698456,-0.011087656021118164,-0.008381471037864685,0.0061487555503845215 +318,1.5443737200639658,-0.1876585751683493,3.11432219383527,0.9821009039878845,0.18655909597873688,-0.02595570683479309,-0.02542169950902462,-0.12617526948451996,-0.18182173371315002,0.0042882561683654785,0.009867310523986816,-0.03047126531600952 +319,1.5439618656541874,-0.1931236948343941,3.109709266588972,0.9810560941696167,0.19192545115947723,-0.0263324324041605,0.037484727799892426,0.01565362699329853,0.09271566569805145,0.07491302490234375,-0.04489177465438843,-0.04216426610946655 +320,1.526314440994274,-0.16930234350436865,3.128149615547751,0.9847275614738464,0.16849470138549805,-0.04383145272731781,-0.28436315059661865,-0.2229440063238144,0.34700480103492737,-0.012666404247283936,0.005501270294189453,0.0008168816566467285 +321,1.5143307679560705,-0.1481169382606037,-3.1302360287728925,0.9874745011329651,0.14757594466209412,-0.055817633867263794,-0.2104572057723999,-0.11402413994073868,0.015154091641306877,-0.03488349914550781,0.08481542766094208,0.00865267962217331 +322,1.5072676754596914,-0.15699879338851805,-3.1064288768589776,0.985708475112915,0.156354621052742,-0.06270510703325272,-0.19802534580230713,-0.05388294905424118,-0.18957430124282837,-0.016531288623809814,0.0493796169757843,0.02376473695039749 +323,1.5153987601017307,-0.18129516657612701,-3.101733534040516,0.98210209608078,0.1803036630153656,-0.05446178838610649,0.054812684655189514,0.17334061861038208,-0.3513026535511017,0.01602107286453247,-0.007375806570053101,0.033877670764923096 +324,1.5381017151661422,-0.20601481636844818,-3.1143805737355748,0.9783308506011963,0.20456062257289886,-0.031997550278902054,0.0949816033244133,0.12694796919822693,-0.19335663318634033,0.06624013185501099,-0.03334172070026398,-0.03034985437989235 +325,1.551512982435054,-0.22529848870706615,-3.129738407786153,0.9745461940765381,0.22339731454849243,-0.018794838339090347,0.22253064811229706,0.14265817403793335,-0.07092303782701492,0.03727930784225464,-0.08203990757465363,-0.037616848945617676 +326,1.5642234244803161,-0.22961537902838086,3.1165209752831506,0.973733127117157,0.227603018283844,-0.006400344893336296,0.5072411894798279,0.33760273456573486,0.00355989090166986,0.004233300685882568,-0.0653410255908966,0.019843339920043945 +327,1.5940196773571922,-0.22644469627763641,3.079762612530041,0.9742079377174377,0.2245144098997116,0.02262844145298004,0.16980715095996857,0.26337724924087524,0.026613306254148483,0.02167212963104248,-0.010906621813774109,-0.06642115116119385 +328,1.6117320935328743,-0.2243715461887468,3.0522792969934365,0.9741173982620239,0.2224937081336975,0.03989852964878082,0.3926806151866913,0.28960204124450684,0.03472309559583664,-0.026943325996398926,-0.009038522839546204,-0.04754317179322243 +329,1.6327856810048287,-0.22578448682670482,3.0311525658068077,0.972746729850769,0.22387100756168365,0.060377296060323715,-0.08754776418209076,0.2709680497646332,-0.07090505212545395,0.011261940002441406,0.02348920702934265,-0.041166432201862335 +330,1.6502387474919205,-0.24244008237821213,3.040144504936017,0.967693567276001,0.24007205665111542,0.07703804969787598,0.14398127794265747,0.0799703374505043,-0.1802494078874588,0.037631869316101074,-0.03520752489566803,-0.08347725123167038 +331,1.6470857639356735,-0.24931265277446038,3.0218325892246285,0.9662635922431946,0.24673792719841003,0.07385905086994171,0.09616229683160782,0.08153844624757767,0.015623018145561218,0.03564375638961792,-0.12355372309684753,0.04825699329376221 +332,1.6578937777537466,-0.2153996560317463,3.034224619207625,0.973188042640686,0.2137378603219986,0.0849771797657013,-0.297762930393219,0.03566557168960571,0.5452531576156616,0.060747504234313965,-0.11647835373878479,-0.004624493420124054 +333,1.6603163297713277,-0.13672961587694066,3.0775724473337376,0.9867002964019775,0.13630399107933044,0.0885661244392395,-0.4659445881843567,-0.051488809287548065,0.8794812560081482,0.05121791362762451,0.06910984218120575,0.01061607152223587 +334,1.706767563459241,-0.038257077683427794,3.060025047318527,0.9900453686714172,0.03824774548411369,0.1354534924030304,0.6662217378616333,0.9720412492752075,1.1299529075622559,-0.014993369579315186,0.2389892041683197,0.11247135698795319 +335,1.7971179034749678,0.06525230259041573,2.9736343050319842,0.9724246263504028,-0.06520600616931915,0.2239169031381607,0.030651070177555084,0.2891356647014618,0.6025694012641907,-0.11965662240982056,0.519429624080658,0.03432285785675049 +336,1.783262353395596,0.07500812581720845,2.975671217844689,0.9747654795646667,-0.07493781298398972,0.2102782279253006,-0.3563539385795593,-0.4071643650531769,-0.38498398661613464,-0.1611514687538147,0.3246936500072479,0.17521992325782776 +337,1.7304485695481515,0.001893065440290117,3.0541311309522117,0.9872807264328003,-0.0018930643564090133,0.1589745730161667,-0.6261534094810486,-0.37716779112815857,-1.0933583974838257,0.031579017639160156,0.0610361322760582,0.10971735417842865 +338,1.7024909656738465,-0.049279077866544764,3.0990349371570343,0.9901372790336609,0.04925913363695145,0.1311548799276352,-0.5518978238105774,-0.7473178505897522,-0.10807431489229202,0.09593749046325684,-0.06810374557971954,-0.06400097906589508 +339,1.6176563111159703,-0.07590112468083386,3.137881790960049,0.996026337146759,0.07582826912403107,0.04670797288417816,0.3881322741508484,-0.41659265756607056,-0.3713967800140381,-0.05610018968582153,0.04677610099315643,0.0872032642364502 +340,1.5918810476112266,-0.09571798384788475,3.108330722774364,0.9952014088630676,0.09557189047336578,0.020986653864383698,-0.2695688307285309,-0.3044448494911194,-0.2996889054775238,0.035331547260284424,0.05764162540435791,0.02768886275589466 +341,1.5963677813073913,-0.09522008419363612,3.134061936410861,0.9951444268226624,0.09507625550031662,0.025452839210629463,-0.5298720598220825,0.1498531699180603,0.3234659731388092,0.019015610218048096,0.01783876121044159,0.046446558088064194 +342,1.5884520751565483,-0.07693031022548016,-3.079142922664881,0.9968870282173157,0.07685445249080658,0.01760261505842209,-0.5238001942634583,-0.148158460855484,-0.020184341818094254,-0.10160797834396362,0.08089091628789902,0.006948830559849739 +343,1.593275133672531,-0.09710561419838719,-3.0254321055632247,0.9950374960899353,0.09695307910442352,0.022371023893356323,-0.43315789103507996,-0.14932602643966675,-0.1761682778596878,0.015948772430419922,-0.0001971125602722168,-0.09329390525817871 +344,1.5837083009800708,-0.10048027054355049,-2.989397966016951,0.9948732256889343,0.100311279296875,0.012846491299569607,-0.5268202424049377,-0.0033897999674081802,0.021954016759991646,0.061050236225128174,0.0457763746380806,0.01254415512084961 +345,1.5752167563762274,-0.0903196221821546,-2.9399888961109415,0.9959143400192261,0.0901968702673912,0.00440239766612649,-0.5829547643661499,0.016010843217372894,0.07896704226732254,-0.04698538780212402,0.055646635591983795,0.05486273765563965 +346,1.572090801317076,-0.09260837767046386,-2.8579999995846057,0.9957141876220703,0.09247606247663498,0.0012889273930341005,-0.9186394810676575,-0.14738686382770538,0.045759256929159164,-0.03408992290496826,-0.018898166716098785,-0.009788036346435547 +347,1.5734556278000495,-0.09507787890411494,-2.780895769176399,0.9954800009727478,0.09493469446897507,0.0026472872123122215,-0.6916259527206421,-0.041638534516096115,-0.0034667528234422207,0.0341983437538147,-0.012659311294555664,-0.0422133207321167 +348,1.5744932143962007,-0.0799397858604441,-2.703097057254705,0.9967995882034302,0.07985467463731766,0.003685072995722294,-0.8282439708709717,-0.4299289584159851,0.04100487381219864,-0.008075952529907227,-0.020940475165843964,-0.1180649995803833 +349,1.5408271388129104,-0.0720365443364378,-2.5960545667047916,0.9969587326049805,0.0719742551445961,-0.029886990785598755,-0.9693950414657593,-0.36168166995048523,0.09849829971790314,-0.03463256359100342,0.026856936514377594,-0.08026617765426636 +350,1.531301208809833,-0.08297134445164611,-2.5134385253794194,0.9957827925682068,0.08287617564201355,-0.0393490195274353,-0.8792757391929626,0.0812373235821724,-0.28906044363975525,0.03079807758331299,0.04419901967048645,-0.024173319339752197 +351,1.5441373797195814,-0.09647152505776672,-2.4507363077492177,0.9949966073036194,0.0963219553232193,-0.026531847193837166,-0.6690605282783508,0.10950061678886414,0.08854100853204727,0.014967381954193115,-0.040306925773620605,0.007992446422576904 +352,1.5690144202171437,-0.10674723000889987,-2.3761065137611768,0.9943063855171204,0.1065446138381958,-0.0017717629671096802,-0.7179731726646423,0.2869441509246826,-0.18843455612659454,-0.0007150173187255859,-0.0150376558303833,0.02083003520965576 +353,1.6065818889773718,-0.11507106368419869,-2.316732279880429,0.9927505254745483,0.11481728404760361,0.03554131090641022,-0.4906677305698395,0.3242935836315155,-0.08329377323389053,-0.01307535171508789,-0.026667281985282898,-0.021564248949289322 +354,1.6580168628343732,-0.12875172527519377,-2.2638319147132764,0.9879530668258667,0.12839630246162415,0.0863889753818512,-0.46487513184547424,0.5239079594612122,-0.44946223497390747,0.022071897983551025,0.006552413105964661,-0.0786527469754219 +355,1.681929202045576,-0.144917021006238,-2.233085861116215,0.9834136366844177,0.14441032707691193,0.10974174737930298,-0.26279202103614807,-0.11728192865848541,0.09228643774986267,0.0272216796875,-0.12815970182418823,-0.0974278450012207 +356,1.686591775792958,-0.13440635348601523,-2.199203720830384,0.9843447208404541,0.13400204479694366,0.11449483036994934,-0.2257637232542038,-0.08220227062702179,0.0035968541633337736,0.009979069232940674,-0.03094416856765747,-0.16391801834106445 +357,1.6634308977513377,-0.11095991258987055,-2.2205699962424146,0.9895890951156616,0.11073236167430878,0.09193327277898788,0.1838030070066452,-0.17918436229228973,0.35250452160835266,0.0672498345375061,-0.04667595773935318,0.1260690689086914 +358,1.6523253629703807,-0.08926226416972592,-2.2254470678187266,0.992710530757904,0.0891437754034996,0.08111453801393509,0.2979394197463989,-0.03135015442967415,0.2529136538505554,0.027522742748260498,-0.026536963880062103,0.0914928987622261 +359,1.6502827230683228,-0.04266404611330462,-2.26101823997143,0.9959355592727661,0.04265110567212105,0.07933047413825989,-0.12348387390375137,-0.05730533227324486,0.5026556253433228,-0.04262745380401611,0.05836206674575806,0.128204345703125 +360,1.6732743788540587,0.001036755522206912,-2.251343378933233,0.9947532415390015,-0.0010367553913965821,0.10229872912168503,-0.1367180049419403,0.5342375040054321,0.23494991660118103,-0.033922553062438965,0.25468358397483826,0.08549118041992188 +361,1.7128532742159892,0.028706514733925312,-2.255496427748607,0.9895190596580505,-0.028702571988105774,0.14152131974697113,-0.2765255868434906,0.3235311508178711,0.20783138275146484,-0.08590877056121826,0.2582862973213196,0.12538540363311768 +362,1.7109305256343714,0.00991904648039359,-2.1692148331056114,0.9901484251022339,-0.009918883442878723,0.13966910541057587,-1.417746901512146,-0.22902145981788635,-0.6012381315231323,-0.04225730895996094,0.18202275037765503,0.15397094190120697 +363,1.7070727834417523,-0.041900222636285366,-2.033714498572531,0.9898592233657837,0.04188796505331993,0.13573580980300903,-0.8942096829414368,0.26586511731147766,-0.702915608882904,-0.014547944068908691,0.05111435055732727,0.10690951347351074 +364,1.7425141346487558,-0.09123591325546679,-1.939791291410026,0.9811948537826538,0.09110939502716064,0.17016446590423584,-0.957078754901886,0.11552724987268448,-0.6194627285003662,0.06751132011413574,-0.03925999253988266,-0.007398948073387146 +365,1.744490488183088,-0.10656220394626734,-1.82635820286823,0.9793660640716553,0.10636064410209656,0.1718417853116989,-0.9311514496803284,-0.2665235996246338,-0.1455366015434265,-0.020229101181030273,-0.017737627029418945,-0.03480255603790283 +366,1.725642665214347,-0.10424533841270493,-1.7331514578635294,0.9826714992523193,0.10405663400888443,0.1533910185098648,-0.7766859531402588,-0.21468867361545563,-0.10595174878835678,0.004068553447723389,-0.00119713693857193,0.04744516313076019 +367,1.7026116846649817,-0.0938140413684701,-1.6610978951284192,0.9869657158851624,0.09367649257183075,0.1308560073375702,-0.7007402181625366,-0.3342968225479126,0.09441254287958145,-0.02184736728668213,-0.016177095472812653,0.11696194112300873 +368,1.6756093658818851,-0.08188484429813024,-1.5801187301405857,0.9911797642707825,0.08179336786270142,0.10427067428827286,-0.7712917327880859,-0.2815667390823364,-0.12815867364406586,-0.04510444402694702,0.09171434491872787,0.12491630017757416 +369,1.6597850753860945,-0.11558889803444683,-1.500974763387247,0.9893964529037476,0.11533167958259583,0.08827830106019974,-0.5273970365524292,-0.15954285860061646,-0.2609216272830963,0.01775979995727539,-0.02481655776500702,0.08625172823667526 +370,1.6567678968372535,-0.1120978980612047,-1.4202644188972442,0.990053653717041,0.11186327785253525,0.08532679080963135,-1.1138118505477905,-0.21559277176856995,0.027105508372187614,0.051206231117248535,0.03927506506443024,-0.05213891714811325 +371,1.620400460514405,-0.11867064115698762,-1.2649955903506702,0.9917453527450562,0.11839230358600616,0.04923505708575249,-1.2350279092788696,-0.6951240301132202,-0.12919378280639648,-0.06247001886367798,-0.02050720900297165,-0.14770007133483887 +372,1.6035128781700028,-0.10722081401612962,-1.1556288160108081,0.9937253594398499,0.10701549053192139,0.03252287209033966,-0.8558545708656311,-0.1891489028930664,0.059760089963674545,-0.010616779327392578,0.06093801558017731,-0.16988253593444824 +373,1.582865592526384,-0.1028083526361343,-1.0332641326779295,0.9946473240852356,0.10262734442949295,0.012005245313048363,-1.0823310613632202,-0.3388902544975281,0.14954021573066711,-0.020953595638275146,0.03914205729961395,-0.10927999019622803 +374,1.571547279001584,-0.0955175711143441,-0.9296787676019566,0.9954414367675781,0.09537239372730255,0.0007475290913134813,-0.8042234182357788,-0.19214177131652832,0.03886789083480835,0.06869125366210938,0.020655423402786255,-0.04785144329071045 +375,1.5377765264959127,-0.09263569834632714,-0.8187787534979359,0.9951695799827576,0.09250326454639435,-0.03287224844098091,-1.1410828828811646,-0.38568544387817383,-0.10838328301906586,-0.09421443939208984,0.009059213101863861,0.06337451934814453 +376,1.5334543040974524,-0.11707827593243433,-0.6929464140492215,0.9924616813659668,0.11681098490953445,-0.03707776218652725,-1.0484951734542847,0.014395011588931084,-0.14791597425937653,0.05444371700286865,-0.07092781364917755,-0.0018321238458156586 +377,1.532676855050733,-0.130788754163294,-0.5858977299979662,0.9907390475273132,0.13041619956493378,-0.03778475150465965,-0.8691316246986389,-0.1413489580154419,-0.054306402802467346,0.03690981864929199,-0.08273248374462128,0.0038186945021152496 +378,1.5366625058947216,-0.1345784334969747,-0.4919008040800165,0.9903807044029236,0.13417257368564606,-0.03381861373782158,-0.8224655985832214,-0.033357854932546616,0.016376789659261703,-0.004815578460693359,-0.06419578194618225,0.014058474451303482 +379,1.5504948911936687,-0.14211759434124907,-0.3960395353031203,0.9897142648696899,0.14163967967033386,-0.020095381885766983,-0.8127741813659668,-0.0021249125711619854,-0.17409518361091614,0.015000641345977783,-0.03438565135002136,-0.0469365119934082 +380,1.5614091959217662,-0.15413540525232658,-0.3233615896378367,0.9881011843681335,0.15352581441402435,-0.0092757074162364,-0.6394237279891968,0.02304372936487198,-0.09417453408241272,0.02174079418182373,-0.07146403193473816,0.013029396533966064 +381,1.5802082702154687,-0.1694007869181537,-0.24493777034836686,0.9856423139572144,0.16859173774719238,0.009277083911001682,-0.6369644403457642,0.031232202425599098,-0.21473301947116852,0.045500874519348145,-0.05337262153625488,-0.0944364070892334 +382,1.5927195430305536,-0.19397772988621953,-0.21275388385621277,0.9810094237327576,0.1927635371685028,0.021510327234864235,-0.052368734031915665,0.24853459000587463,-0.2152342051267624,0.01874643564224243,-0.1815178096294403,0.01704859733581543 +383,1.6192764499047267,-0.2038450832291465,-0.18307436661131204,0.9781448245048523,0.20243628323078156,0.04745776951313019,-0.4690763056278229,0.1708669513463974,-0.1719796359539032,0.030903637409210205,-0.12519629299640656,-0.07480156421661377 +384,1.6368635498340398,-0.21784255098226032,-0.1769403436490914,0.9742360711097717,0.21612367033958435,0.06445888429880142,0.4179700016975403,0.17064976692199707,-0.020423807203769684,0.05666309595108032,-0.15206724405288696,-0.09943198412656784 +385,1.6470522832457606,-0.20951543033119058,-0.23513334347145315,0.9752892255783081,0.20798595249652863,0.07451610267162323,0.56924968957901,0.19249694049358368,0.2769199311733246,0.07149416208267212,-0.11234387755393982,-0.043708689510822296 +386,1.657048660738199,-0.1729327243769516,-0.29479233946039246,0.9814224243164062,0.17207206785678864,0.08486051857471466,0.40586182475090027,0.26048028469085693,0.4838533103466034,0.054389894008636475,-0.02535879611968994,0.01856362819671631 +387,1.6689516041975923,-0.12544235293491168,-0.32411233314466925,0.9873668551445007,0.1251136213541031,0.09722771495580673,0.10135431587696075,0.11632857471704483,0.5358900427818298,0.008421719074249268,0.0749443769454956,-0.005049347877502441 +388,1.676363813897513,-0.0672599578553633,-0.3485114461140553,0.9921842813491821,0.06720925867557526,0.10513324290513992,0.045734114944934845,0.14998017251491547,0.6465572118759155,-0.04536128044128418,0.13004109263420105,0.025756582617759705 +389,1.6836136352315805,-0.007550751210735422,-0.34593191861996364,0.9936144948005676,0.007550679612904787,0.11257492750883102,-0.14048142731189728,-0.003121846355497837,0.4357368052005768,-0.0688861608505249,0.2422204315662384,0.03130017966032028 +390,1.6758871388920071,0.02707976913166475,-0.335495555228872,0.994118332862854,-0.027076460421085358,0.10485901683568954,-0.4462590217590332,-0.34581446647644043,0.30018264055252075,0.013221025466918945,0.08495305478572845,0.05233704298734665 +391,1.640047686964023,0.05437465532905046,-0.29006695463379956,0.9961286783218384,-0.05434786528348923,0.0690937489271164,-0.2816390097141266,0.2326589971780777,-0.23330841958522797,-0.06807392835617065,0.12298189848661423,0.12080191820859909 +392,1.6662461715678416,0.03821099847270322,-0.2797862424597901,0.9947214126586914,-0.038201700896024704,0.09523539990186691,-0.11078962683677673,0.20491454005241394,-0.15461468696594238,0.001829981803894043,0.0939115434885025,0.03109203279018402 +393,1.6848053109440568,0.023760140316657706,-0.24566807802730234,0.993227481842041,-0.023757904767990112,0.1137300357222557,-0.5005088448524475,0.18586383759975433,-0.22125162184238434,-0.011324524879455566,0.12498471140861511,0.0046782344579696655 +394,1.695353442992853,0.0023474580200383774,-0.20336210124932583,0.9922501444816589,-0.0023474558256566525,0.12423495948314667,-0.3098894953727722,0.07635655254125595,-0.20967869460582733,-0.044130027294158936,0.10256718844175339,0.033266305923461914 +395,1.707134999450686,-0.02925938354324979,-0.15885120877393077,0.9902963042259216,0.029255209490656853,0.13585852086544037,-0.4068866968154907,0.2268664687871933,-0.37358173727989197,0.00222700834274292,0.026988696306943893,0.0032253414392471313 +396,1.7235466446048253,-0.04622385685646487,-0.10790891498152383,0.9873006939888,0.04620739817619324,0.1519944816827774,-0.7213699817657471,-0.12600445747375488,-0.19823718070983887,0.06953829526901245,0.06298449635505676,-0.05580306053161621 +397,1.6918746324436003,-0.0759996038697078,-0.011046445277460454,0.9898135662078857,0.07592646032571793,0.12043404579162598,-1.1404905319213867,-0.4074302315711975,-0.8542234301567078,-0.09659457206726074,0.03770573437213898,-0.06690621376037598 +398,1.6625302410825682,-0.15423046748356117,0.04366550326354651,0.9839754700660706,0.15361975133419037,0.09051796793937683,0.22831229865550995,-0.22169481217861176,-0.17468059062957764,0.115420401096344,-0.19202609360218048,0.010846145451068878 +399,1.6345100818410419,-0.1456567233512122,0.0139221525180005,0.987403154373169,0.14514222741127014,0.06299643218517303,-0.11153875291347504,-0.3632359504699707,0.05011139437556267,0.010323166847229004,-0.024017974734306335,0.07550763338804245 +400,1.6065101353413513,-0.1722070460264416,0.05937166866393448,0.9845808148384094,0.1713571697473526,0.035178087651729584,-0.47291722893714905,0.02396830916404724,-0.05825255438685417,-0.01653265953063965,-0.07170198857784271,-0.0055149756371974945 +401,1.617565389718193,-0.1520573813580353,0.08699855009670596,0.9873806238174438,0.1514720916748047,0.046212565153837204,-0.24169962108135223,0.16508673131465912,-0.010700013488531113,0.013397514820098877,7.818639278411865e-05,-0.12329995632171631 +402,1.6401806045456468,-0.12252872882181455,0.06370931145787309,0.9901146292686462,0.12222236394882202,0.06880883872509003,0.586060643196106,0.28882667422294617,0.8787319660186768,0.09028387069702148,-0.09590096026659012,-0.17978596687316895 +403,1.6879468063619252,-0.02648051451645814,-0.0060549808226809075,0.9927974343299866,0.026477420702576637,0.11684170365333557,0.613714337348938,0.6232984662055969,1.0185705423355103,0.17530852556228638,0.23896446824073792,-0.03449012339115143 +404,1.6555133799085557,0.030010925119493322,-0.14879921926087386,0.9959650039672852,-0.030006419867277145,0.08457765728235245,1.1739692687988281,-1.5095261335372925,0.6395948529243469,0.054831504821777344,0.07045747339725494,0.11689937114715576 +405,1.5816620012559577,0.06818706346639063,-0.1786216100234557,0.9976173043251038,-0.06813423335552216,0.010840211063623428,-0.10096921771764755,-0.17304883897304535,-0.1619279980659485,-0.24052196741104126,0.034183427691459656,0.13506436347961426 +406,1.6141767524803636,0.010996678643161836,-0.20632950010170606,0.9989988803863525,-0.010996457189321518,0.04336420074105263,0.41000422835350037,0.9769763350486755,-0.6032839417457581,-0.09645676612854004,-0.02736414223909378,0.14846932888031006 +407,1.678406116187259,-0.028867597975786773,-0.22465803073143245,0.9938014149665833,0.028863588348031044,0.10735747218132019,-0.08886684477329254,0.26480743288993835,-0.7876220345497131,-0.13306838274002075,-0.0003143996000289917,-0.05222749710083008 +408,1.6887032879356223,-0.12012617957580389,-0.18552067139466594,0.9859005212783813,0.11983747780323029,0.11678622663021088,-1.2871699333190918,-0.051692113280296326,-0.8118504285812378,-0.04940766096115112,-0.3980052173137665,0.030659429728984833 +409,1.7409400011905984,-0.14625912191073343,0.10535820083484537,0.9750377535820007,0.14573822915554047,0.16751611232757568,-3.3842780590057373,0.7625805139541626,-0.21755945682525635,0.03675723075866699,-0.047547921538352966,-0.09621179103851318 +410,1.8426230258519192,-0.03871059772579874,0.4741719627482344,0.96256023645401,0.038700930774211884,0.26829034090042114,-4.681643009185791,-0.21909625828266144,-0.4715490937232971,0.20476746559143066,0.24726402759552002,-0.47757989168167114 +411,1.6458234068491622,-0.07270791991167543,0.5626336464148685,0.9945521950721741,0.07264387607574463,0.07475867122411728,3.8208162784576416,-1.7861416339874268,0.2558210790157318,0.06864970922470093,-0.21221601963043213,0.5682772397994995 +412,1.6030566442941103,-0.06365764020475409,0.41687437640934455,0.9974552989006042,0.06361465901136398,0.03218939155340195,-0.8479130268096924,0.5267389416694641,-0.7250939011573792,-0.07834213972091675,0.00585860013961792,0.23880672454833984 +413,1.6655700514627774,-0.06887882525779504,0.4114602014887351,0.9931517839431763,0.06882437318563461,0.09440752118825912,0.4620746970176697,-0.1082911416888237,0.48361480236053467,0.04411017894744873,0.08611337840557098,-0.1440291404724121 +414,1.6765393294096314,-0.0707997798271691,0.3893128265015406,0.9919230937957764,0.07074064761400223,0.10528162866830826,0.26258376240730286,0.5063022375106812,-0.16317327320575714,-0.05158501863479614,0.05531221628189087,-0.052638888359069824 +415,1.6970961985951754,-0.10127596744671402,0.3673221936142594,0.9869515299797058,0.10110292583703995,0.12531891465187073,0.1040712371468544,0.017782999202609062,-0.3155575394630432,0.021272897720336914,-0.014448277652263641,-0.11092986166477203 +416,1.698743055328016,-0.13270151410771774,0.35046368506695547,0.9831060171127319,0.13231238722801208,0.12647610902786255,0.3133997917175293,-0.039458442479372025,-0.12044855952262878,0.04118609428405762,-0.06962926685810089,-0.08820711076259613 +417,1.6909784665381478,-0.13550783519969214,0.3242577185482675,0.9836856722831726,0.13509351015090942,0.11879394203424454,0.08164344727993011,-0.09287048876285553,0.12236420810222626,0.08308666944503784,-0.03507216274738312,0.007365688681602478 +418,1.6679891328526637,-0.1120251645647697,0.3253907521734219,0.989041805267334,0.11179099977016449,0.09643158316612244,-0.23375235497951508,-0.19298353791236877,0.2361784279346466,-0.048200130462646484,0.05803932994604111,0.11685574054718018 +419,1.6717516739130265,-0.1254365515673435,0.37376078551886716,0.9870916604995728,0.12510786950588226,0.09999211877584457,-0.4147985875606537,0.10666558891534805,-0.24957333505153656,0.016158640384674072,-0.08769327402114868,-0.018021799623966217 +420,1.6859557068797577,-0.12286848371053974,0.36694659095940874,0.9858874082565308,0.1225595697760582,0.11403874307870865,0.18537645041942596,0.07163955271244049,0.232956200838089,0.03669542074203491,-0.06768897920846939,-0.046488188207149506 +421,1.6783691624669006,-0.11498967928025375,0.3540350706978315,0.9876537322998047,0.11473643779754639,0.10665643215179443,0.17722609639167786,-0.0035051461309194565,0.09561288356781006,0.021348893642425537,-0.011281855404376984,0.02861272543668747 +422,1.6777564290500622,-0.10715506801791191,0.3422353478713729,0.9885823726654053,0.10695012658834457,0.10614395886659622,-0.04546082764863968,-0.020333116874098778,-0.10293909907341003,-0.03924161195755005,0.01850762963294983,0.03055952489376068 +423,1.6858792502455624,-0.11527529161056858,0.3450866956561824,0.9867923855781555,0.11502015590667725,0.1140669658780098,-0.032322656363248825,-0.03551420196890831,0.08586730062961578,0.04673129320144653,-0.02217041701078415,-0.040672287344932556 +424,1.680069696507342,-0.10958144050611521,0.34467792690408194,0.9880733489990234,0.10936225950717926,0.10840190947055817,-0.08884721249341965,0.04117514193058014,-0.07044851034879684,0.018167495727539062,0.0010198131203651428,0.015529990196228027 +425,1.679286014435657,-0.10452963423517322,0.34838317201447666,0.9886948466300964,0.10433938354253769,0.10768601298332214,-0.04062913358211517,-0.003734532743692398,0.09136195480823517,-0.004823148250579834,-0.0190885066986084,-0.02304539829492569 +426,1.6777376348941282,-0.0935136250054579,0.3559248712558285,0.9899429678916931,0.09337738901376724,0.10627122968435287,-0.1818179041147232,-0.047216687351465225,0.012803797610104084,0.006181240081787109,0.03395719826221466,-0.05637502670288086 +427,1.6630437241203802,-0.0953371346474789,0.35671127105807066,0.9912263751029968,0.09519277513027191,0.0916983038187027,0.0492280088365078,-0.09771865606307983,-0.05606335401535034,0.005859196186065674,-0.0018089935183525085,0.035300612449645996 +428,1.6601765121423986,-0.09967544617985453,0.3600910979702604,0.9910645484924316,0.09951047599315643,0.08881817758083344,-0.032601386308670044,-0.06549298018217087,0.024918796494603157,0.004052579402923584,-0.03874997794628143,-0.02247297763824463 +429,1.6596105128432757,-0.09244089222808068,0.3420221550983892,0.9918058514595032,0.09230928868055344,0.08831877261400223,0.11004306375980377,0.010872993618249893,0.04024549573659897,-0.004745304584503174,0.005606353282928467,0.0005941390991210938 +430,1.6543946211709433,-0.09555074091714415,0.3327173048085482,0.9919620752334595,0.09540541470050812,0.08312006294727325,0.2556746006011963,-0.04366337135434151,0.02177298627793789,0.016521751880645752,0.044243015348911285,-0.0011499002575874329 +431,1.6535695996311344,-0.10718242685970768,0.31372511524089564,0.9908573031425476,0.10697732120752335,0.08220432698726654,0.13266238570213318,0.008789803832769394,-0.12751881778240204,-0.0011417865753173828,0.006548061966896057,0.005686275660991669 +432,1.6524808970776994,-0.12562451922605275,0.30133194462224633,0.9888115525245667,0.12529435753822327,0.0809507668018341,0.1553666591644287,0.0040250192396342754,-0.16901369392871857,0.02168649435043335,-0.03497758507728577,0.01084601879119873 +433,1.663391112640372,-0.13193881260100848,0.2848914050113671,0.9870622158050537,0.13155634701251984,0.09165892004966736,0.10575608909130096,0.12179843336343765,-0.039155539125204086,0.05326688289642334,0.0013324469327926636,-0.0221855565905571 +434,1.6672923556501598,-0.13442959263298712,0.2589103829274727,0.9863678216934204,0.13402506709098816,0.09547711163759232,0.2708093822002411,0.25429192185401917,0.03076954558491707,-0.05985414981842041,-0.05445048213005066,0.04172992706298828 +435,1.6846265548291268,-0.13665726757666127,0.25002572205974777,0.9842655062675476,0.13623231649398804,0.11252559721469879,0.07620855420827866,0.09818921983242035,-0.016750849783420563,0.03593701124191284,-0.01690860092639923,-0.05660213530063629 +436,1.6787141821522389,-0.12793525394260474,0.2310387980982175,0.9860575199127197,0.12758654356002808,0.10682825744152069,0.07562974840402603,-0.05489395558834076,0.12679879367351532,-0.015568077564239502,0.012382328510284424,0.02325296401977539 +437,1.6759982324741471,-0.12473791450278107,0.22138210191398264,0.98674476146698,0.12441468983888626,0.1041920930147171,0.16872353851795197,0.09793736040592194,-0.12768661975860596,-0.0955856442451477,0.025014638900756836,0.028650879859924316 +438,1.690948081905079,-0.1422044288478139,0.22074948796750238,0.9827691912651062,0.14172562956809998,0.11865296959877014,-0.03351655974984169,-0.0005165021866559982,0.052036236971616745,0.08343863487243652,-0.058153241872787476,-0.047898054122924805 +439,1.6812487865827375,-0.13312505408044992,0.21514862216138134,0.9851120710372925,0.13273218274116516,0.1092526987195015,0.1043742448091507,0.010150866582989693,0.02186638116836548,-0.03911304473876953,0.014728724956512451,0.018112286925315857 +440,1.6799992291364503,-0.14359737291817606,0.2133804822022659,0.9838120341300964,0.14310437440872192,0.10786423832178116,0.0423283725976944,0.01150977797806263,-0.13726601004600525,0.013456463813781738,-0.02289566397666931,0.00982675701379776 +441,1.675068611530372,-0.1444568249548055,0.21588498527846556,0.984209418296814,0.14395493268966675,0.10299932956695557,-0.05584607273340225,-0.13457298278808594,0.01866227388381958,-0.014208197593688965,-0.03468674421310425,-0.009234070777893066 +442,1.672257571069257,-0.14037245545878468,0.20958283953947213,0.98507159948349,0.13991191983222961,0.10029096901416779,0.019110381603240967,-0.02415994554758072,0.062155913561582565,0.050710082054138184,-0.03892926871776581,-0.009501233696937561 +443,1.664201192311242,-0.13024344289210527,0.19627017191436374,0.9872081279754639,0.1298755258321762,0.09247913956642151,0.2741886079311371,0.06512416154146194,0.08374660462141037,-0.03486138582229614,-0.0065234750509262085,0.03780043125152588 +444,1.6638625300988643,-0.1316422667304722,0.18170384429215902,0.9870575666427612,0.1312623769044876,0.09212783724069595,0.22289733588695526,-0.08251365274190903,-0.12492597848176956,0.003344595432281494,0.036965757608413696,-0.031092651188373566 +445,1.6604705981141432,-0.1392026341845723,0.15184314205100008,0.9863479137420654,0.1387535035610199,0.08868788182735443,0.1972871720790863,0.01178038865327835,-0.002601756015792489,0.004405379295349121,0.011743947863578796,0.003292091190814972 +446,1.656578680234676,-0.153557675277027,0.12385728121991983,0.9845992922782898,0.15295490622520447,0.08466902375221252,0.38327255845069885,0.05177280679345131,-0.13755957782268524,0.006825149059295654,-0.008622050285339355,0.01626788079738617 +447,1.6589167983107798,-0.16737966864968593,0.09484432288937707,0.9821987152099609,0.16659921407699585,0.08677654713392258,0.21804681420326233,0.11577143520116806,-0.13278700411319733,-0.01659214496612549,0.0024681538343429565,0.005935899913311005 +448,1.6658624086731022,-0.1807725988627708,0.07054911078727215,0.9792633056640625,0.17978963255882263,0.09337619692087173,0.23300789296627045,-0.03378496319055557,-0.08187207579612732,0.02911376953125,-0.03139790892601013,-0.0606766939163208 +449,1.66862657860093,-0.18094564297545687,0.05033914042395583,0.978970468044281,0.17995986342430115,0.09607964009046555,0.0867205485701561,0.08877085149288177,0.11555314064025879,0.043582022190093994,-0.028379052877426147,-0.03847765922546387 +450,1.6665413335532715,-0.16808976166159664,0.059012190512313545,0.981390655040741,0.16729934513568878,0.09425143897533417,-0.06218290701508522,0.055966828018426895,0.0830756276845932,-0.017767608165740967,0.030942857265472412,-0.027570486068725586 +451,1.6642519982754453,-0.17205364998877593,0.0609938073362289,0.9809359908103943,0.1712060421705246,0.09194185584783554,0.040024954825639725,0.007140964735299349,-0.1419295221567154,-0.014306962490081787,0.009366482496261597,0.00620269775390625 +452,1.6644767112185825,-0.1848581275905889,0.06957199030040105,0.9786521792411804,0.18380707502365112,0.09194964915513992,-0.25870251655578613,-0.00034464988857507706,-0.114251509308815,-0.033065080642700195,-0.08886690437793732,0.030258052051067352 +453,1.6786644606449654,-0.19047412222055313,0.11206891068779837,0.9762076139450073,0.18932446837425232,0.10571201890707016,-0.32954204082489014,0.12096571177244186,-0.14725476503372192,0.0028573274612426758,-0.07990369200706482,-0.048750877380371094 +454,1.6856460611481034,-0.1992712260946049,0.13282388642800594,0.9737533926963806,0.19795502722263336,0.1123296469449997,0.00040432438254356384,-0.10917777568101883,-0.07300867140293121,0.041856229305267334,-0.08581821620464325,-0.09166933596134186 +455,1.6835796238979064,-0.21273635215343778,0.09135324006260596,0.9712466597557068,0.2111353576183319,0.11000722646713257,0.8332952857017517,0.30559322237968445,-0.16034595668315887,0.13696855306625366,-0.0886988639831543,0.03348635137081146 +456,1.6760217656141063,-0.2001629670036375,0.018886241037993072,0.9746134877204895,0.1988290399312973,0.1029343232512474,0.1482405811548233,-0.14097312092781067,0.3017949163913727,0.010081946849822998,-0.05605258047580719,0.11650227755308151 +457,1.6866099461134947,-0.17410900769054438,0.013208851861384423,0.9782836437225342,0.17323067784309387,0.11380784958600998,0.18214595317840576,0.2928216755390167,0.25440463423728943,-0.033657848834991455,0.058824971318244934,-0.004249699413776398 +458,1.7151101144296768,-0.16052091326138473,-0.01794581351627048,0.9768825173377991,0.1598324477672577,0.14196452498435974,0.243052139878273,0.3085060715675354,0.07678862661123276,-0.006347358226776123,0.058413997292518616,-0.06557907164096832 +459,1.7345398007053228,-0.1514288403595154,-0.05884834884453668,0.9753336906433105,0.15085077285766602,0.1611473262310028,0.42296773195266724,0.2174130231142044,0.289888858795166,0.007591843605041504,0.03265143930912018,-0.04780493676662445 +460,1.7385699951681919,-0.1227366250785633,-0.08294785227681589,0.9785419702529907,0.12242870032787323,0.1657315045595169,-0.05226945877075195,0.024269772693514824,0.2912302315235138,-0.05875742435455322,0.07640857994556427,-0.009908676147460938 +461,1.7344094264921175,-0.11168830562627645,-0.11269733341063937,0.9804978966712952,0.1114562451839447,0.16186925768852234,0.6007997989654541,-0.06262943893671036,0.07359035313129425,0.02632284164428711,0.0555817186832428,0.022518038749694824 +462,1.7220928815183894,-0.10605889300203597,-0.15835994713369286,0.9830217957496643,0.10586017370223999,0.14987312257289886,0.25132569670677185,0.05434222146868706,0.1893647462129593,-0.013630807399749756,-0.0001777857542037964,0.12991203367710114 +463,1.7307559886136812,-0.09250481636855473,-0.19286554780092002,0.9830129146575928,0.09237294644117355,0.1585974097251892,0.2912577688694,0.12067491561174393,0.11260893940925598,-0.04954111576080322,0.10913463681936264,0.05945064127445221 +464,1.7494157813000055,-0.09552334592477457,-0.22017369014803648,0.97960364818573,0.09537813812494278,0.17686119675636292,0.33386075496673584,0.3160459101200104,-0.1618790179491043,-0.06578516960144043,0.08681181073188782,0.013034477829933167 +465,1.7726411636019386,-0.1170637901961338,-0.23455240391050647,0.9729931354522705,0.1167965978384018,0.19910494983196259,0.1540541797876358,0.14737631380558014,-0.10387708246707916,0.06165945529937744,-0.0020657777786254883,-0.04183259606361389 +466,1.7710700347302244,-0.10258844908245544,-0.23438219841772714,0.9748597741127014,0.10240859538316727,0.19789166748523712,-0.3676583170890808,-0.038775380700826645,0.22092372179031372,-0.04817819595336914,0.029778309166431427,0.06408658623695374 +467,1.7702603818575602,-0.09478946014430373,-0.18998601642282634,0.9757727384567261,0.09464757889509201,0.19725453853607178,-0.1807934045791626,-0.08914436399936676,-0.041659995913505554,0.042247891426086426,-0.023816272616386414,0.004146218299865723 +468,1.7671303452371319,-0.08370759817053612,-0.19996779505257356,0.9773540496826172,0.08360987901687622,0.19439204037189484,-0.011728287674486637,-0.1930973380804062,0.15113967657089233,-0.02628910541534424,0.04117649793624878,0.043690770864486694 +469,1.7731168338886918,-0.07897731855670106,-0.18642611473752999,0.9765494465827942,0.07889524102210999,0.20031669735908508,-0.11564762890338898,0.21763993799686432,0.05479447916150093,-0.008333563804626465,0.046394675970077515,0.040177106857299805 +470,1.7781915159021489,-0.0777810931387525,-0.15422608482942288,0.9756118059158325,0.07770268619060516,0.20528902113437653,-0.414840966463089,-0.1611354500055313,-0.06359916925430298,-0.034358322620391846,0.027628719806671143,0.01948818564414978 +471,1.7767655639163706,-0.0820631816071562,-0.13842058830245269,0.9755691289901733,0.08197110891342163,0.20382776856422424,0.05344384163618088,0.04732750356197357,-0.11141499131917953,-0.04008316993713379,0.032286711037158966,0.021422535181045532 +472,1.77325628382292,-0.10596825968972964,-0.14796695517339786,0.9740802049636841,0.105770044028759,0.19995173811912537,0.42479777336120605,-0.11957962810993195,-0.0705282911658287,0.04011058807373047,-0.017513200640678406,0.015121012926101685 +473,1.7628240025126702,-0.11789834143967654,-0.1875688123838685,0.9748048782348633,0.1176254004240036,0.1895248144865036,0.22422611713409424,-0.1435246765613556,-0.04113030806183815,-0.04095178842544556,-0.001277141273021698,0.039601072669029236 +474,1.7509513895786002,-0.1326625659488155,-0.19059430516175904,0.9751711487770081,0.13227377831935883,0.1776076704263687,0.04502315819263458,-0.12030315399169922,-0.31989485025405884,-0.015057802200317383,0.05087745189666748,-0.013774052262306213 +475,1.740610546363606,-0.15838549456273696,-0.21290887103511336,0.9732792973518372,0.15772411227226257,0.16688388586044312,0.24235431849956512,-0.1241455227136612,-0.14250315725803375,0.004976749420166016,-0.05513930320739746,-0.0012802183628082275 +476,1.7329921380514843,-0.16784766981458055,-0.22851344018244985,0.9730061292648315,0.16706065833568573,0.15921616554260254,0.1903316229581833,0.0799969732761383,-0.04825234040617943,-0.001311182975769043,-0.04543285071849823,-0.01848435401916504 +477,1.7304932481551603,-0.1646714576454308,-0.2650600176418532,0.9739198088645935,0.16392824053764343,0.15686781704425812,0.3751400113105774,-0.03495314344763756,0.21412310004234314,0.007754206657409668,-0.03032231330871582,-0.023246556520462036 +478,1.7268645512051046,-0.1630565971629932,-0.302555185881899,0.9747428297996521,0.16233500838279724,0.15337365865707397,0.43816685676574707,0.11743824928998947,0.007595274597406387,0.01205819845199585,-0.009045228362083435,-0.006889358162879944 +479,1.7352884415629903,-0.15870496054445402,-0.32861415646354936,0.9741040468215942,0.15803956985473633,0.16169342398643494,-0.16977986693382263,-0.057897455990314484,-0.13965995609760284,0.11387807130813599,0.09008359909057617,-0.15607821941375732 +480,1.7338271987041851,-0.15293107550911247,-0.38652668395891016,0.9752236008644104,0.15233564376831055,0.16041530668735504,1.6858632564544678,0.9201675057411194,0.3431646525859833,0.02315908670425415,-0.007621273398399353,0.054794684052467346 +481,1.674459910098351,-0.12536934615929188,-0.5368878850526654,0.9868252873420715,0.1250411868095398,0.10266586393117905,0.8208935260772705,-1.1553434133529663,-0.23397433757781982,-0.19336837530136108,0.12769010663032532,0.12131784856319427 +482,1.6127531777806492,-0.17873636884492872,-0.5124119156111576,0.9832029342651367,0.1777862161397934,0.04127632454037666,-0.42228373885154724,-0.22359520196914673,-0.2013453096151352,-0.08284300565719604,-0.19023741781711578,-0.010911352932453156 +483,1.5955199122026351,-0.16598923070138247,-0.441786606746938,0.9859539866447449,0.16522803902626038,0.024381285533308983,-0.9319627285003662,-0.6759083271026611,0.22328859567642212,-0.04264038801193237,0.04737265408039093,-0.16393816471099854 +484,1.6317052362134052,-0.14672051750999732,-0.2820099025957749,0.9874213933944702,0.1461946815252304,0.060217246413230896,-2.4605774879455566,0.4000912606716156,0.08351240307092667,0.19000780582427979,-0.04786704480648041,-0.1980193853378296 +485,1.5925751292147354,-0.1442692901359512,-0.19098321528628184,0.9893763661384583,0.14376935362815857,0.021550839766860008,1.187261700630188,-0.8708711862564087,0.2885919511318207,0.14021635055541992,0.04543961584568024,0.034311532974243164 +486,1.5634587395552129,-0.09437693261650969,-0.35891355279860754,0.9955229759216309,0.09423689544200897,-0.00730486772954464,0.9661655426025391,0.5441021919250488,0.4093257784843445,-0.14576107263565063,0.15257403254508972,0.3125874996185303 +487,1.6302614988271191,-0.137749004796983,-0.3555106962329177,0.9887768626213074,0.13731379806995392,0.0588671900331974,-0.26769357919692993,0.5002037286758423,-0.6853371262550354,0.0344928503036499,0.07218940556049347,-0.1123492643237114 +488,1.6789682564549215,-0.19680388124793943,-0.3695234453647474,0.9749644994735718,0.19553591310977936,0.10587707906961441,0.601176381111145,0.47775328159332275,-0.34604641795158386,0.11570316553115845,-0.13094547390937805,-0.14506161212921143 +489,1.6769837621469363,-0.19297690857541278,-0.38759908655703035,0.9759098291397095,0.19178138673305511,0.1040206253528595,-0.23953554034233093,-0.36952847242355347,0.060721490532159805,-0.013766765594482422,0.019552871584892273,-0.026536449790000916 +490,1.6602493994250016,-0.19614400265110826,-0.4000859833614241,0.9769037365913391,0.19488872587680817,0.08762087672948837,0.4020306468009949,0.19168248772621155,0.053705424070358276,0.01983088254928589,-0.058673545718193054,0.08565794676542282 +491,1.6591061551581832,-0.19273692560407488,-0.38008907945228515,0.9776589870452881,0.19154585897922516,0.08656203746795654,-0.41288986802101135,-0.015310840681195259,-0.299389511346817,0.02974146604537964,0.01765209436416626,-0.00524795800447464 +492,1.6601321247478005,-0.19679056835487477,-0.37519556408337945,0.9767882227897644,0.19552285969257355,0.08749504387378693,0.11129966378211975,0.08193577080965042,-0.11681848764419556,-0.012493908405303955,-0.010326966643333435,0.014586322009563446 +493,1.6777268670278613,-0.19621434444587296,-0.4119111197597559,0.9752094149589539,0.19495771825313568,0.10467894375324249,0.5011599659919739,0.26016348600387573,0.10051967948675156,0.020533204078674316,-0.012538939714431763,-0.06746282428503036 +494,1.677340516094278,-0.1815943017309455,-0.4403925009964324,0.9779797792434692,0.18059788644313812,0.10459413379430771,0.18317733705043793,0.02999814972281456,0.14581644535064697,-0.012281537055969238,0.020345106720924377,-0.004465937614440918 +495,1.6737837058734348,-0.1705675356566831,-0.4604439354563631,0.9802671670913696,0.1697416752576828,0.10131359100341797,0.10464773327112198,0.06275252252817154,0.13686509430408478,-0.0317043662071228,0.021557793021202087,0.009404197335243225 +496,1.6785368337933984,-0.1697270790485488,-0.47298310930587506,0.9799159169197083,0.1689133495092392,0.1059870570898056,0.1530638486146927,0.07693880796432495,0.0832354798913002,0.03538870811462402,-0.0481858104467392,-0.009505733847618103 +497,1.6788956875335797,-0.16162668669382457,-0.4763721926185234,0.9812058210372925,0.16092389822006226,0.10648281872272491,0.013162975199520588,0.06213251128792763,-0.012062512338161469,-0.017277657985687256,0.020075827836990356,0.017098061740398407 +498,1.6844009598533172,-0.16092661886099643,-0.4685695857918531,0.9807164072990417,0.16023291647434235,0.11189571768045425,-0.2701717019081116,-0.08435098826885223,-0.07621046155691147,-0.008731603622436523,0.01113852858543396,-0.017886288464069366 +499,1.6895309964914498,-0.1681170797491424,-0.4493748845301526,0.9789600372314453,0.16732627153396606,0.11678582429885864,-0.16900190711021423,0.08187363296747208,-0.003927063662558794,0.0022104978561401367,-0.06526027619838715,0.006871439516544342 +500,1.693292176593143,-0.16744929772718392,-0.40335037674328167,0.978624701499939,0.1666678637266159,0.12048067897558212,-0.5390855669975281,-0.07321922481060028,0.09165116399526596,0.014859795570373535,-0.0707511305809021,0.013262629508972168 +501,1.684034614105835,-0.15592536105561533,-0.3516638065708553,0.9815413355827332,0.1552942991256714,0.11162558943033218,-0.6724529266357422,-0.5457736849784851,0.05227067321538925,0.044642746448516846,-0.005697131156921387,-0.0647352933883667 +502,1.6906371351520637,-0.1710537266074381,-0.29648071637804885,0.9783383011817932,0.17022079229354858,0.11780937761068344,-0.3020608723163605,0.19195857644081116,-0.23140549659729004,0.11672395467758179,-0.039193570613861084,-0.055446743965148926 +503,1.6967835300660554,-0.1851655821230566,-0.27418999551548934,0.9751154184341431,0.18410928547382355,0.12350621819496155,-0.20122002065181732,0.1413232833147049,-0.15642957389354706,0.031491637229919434,-0.06699807941913605,0.04240262508392334 +504,1.7281871135435536,-0.17790425461246856,-0.22948151257592767,0.9720515608787537,0.1769672930240631,0.15426790714263916,-0.5038295388221741,0.029775425791740417,0.1382218599319458,0.04249018430709839,-0.0055347830057144165,-0.08863984048366547 +505,1.7361912013735896,-0.1539902449832,-0.19920824641059057,0.9746817350387573,0.15338237583637238,0.162693589925766,-0.2914370000362396,0.14919725060462952,0.3070127069950104,-0.036708831787109375,0.035765573382377625,0.017955169081687927 +506,1.7617963091134692,-0.11308740722337203,-0.16237483614832218,0.9755434989929199,0.11284652352333069,0.1886281669139862,-0.5642606616020203,-0.17841194570064545,0.45933061838150024,0.019054889678955078,0.11026749014854431,-0.060744285583496094 +507,1.7256734637115405,-0.05015957832566928,-0.09819620116478434,0.9867876768112183,0.05013854801654816,0.15406467020511627,-0.6786760687828064,0.038281042128801346,-0.11549568176269531,-0.1530628204345703,0.22763244807720184,0.14970730245113373 +508,1.726575455819507,-0.05178385985052237,-0.013531341865582268,0.9865667819976807,0.0517607182264328,0.1549418866634369,-0.995746374130249,-0.1777494251728058,-0.03925737738609314,-0.02077692747116089,0.0820436105132103,0.021724358201026917 +509,1.7102587989231046,-0.038829383217356336,0.08262984089965111,0.9895443916320801,0.03881962597370148,0.13890604674816132,-0.9777185916900635,-0.1642485111951828,-0.05192209407687187,-0.029919207096099854,0.038557689636945724,0.004633411765098572 +510,1.7120131390165787,-0.038930163490081805,0.14589726073295906,0.9892951846122742,0.0389203317463398,0.1406412571668625,-0.46370700001716614,0.06931620091199875,-0.15808793902397156,0.01129978895187378,0.056126657873392105,0.037489742040634155 +511,1.72692034850985,-0.05781610478702881,0.1872719115788632,0.9861869215965271,0.05778390169143677,0.15523076057434082,-0.39341744780540466,0.12457869946956635,-0.28884634375572205,-0.01671963930130005,0.05784721300005913,0.013760343194007874 +512,1.7466528310913754,-0.07998272833964126,0.22276077603878985,0.9814295768737793,0.07989747822284698,0.1743922084569931,-0.3645540177822113,0.1217721626162529,-0.2925105392932892,0.015183031558990479,0.015729352831840515,-0.0653986930847168 +513,1.7557913829869947,-0.09530098452361263,0.24536469862743968,0.978476881980896,0.09515678882598877,0.18310700356960297,-0.2501676678657532,0.07901474833488464,-0.17417803406715393,0.023522019386291504,0.02100837230682373,0.00663602352142334 +514,1.7803776984888369,-0.11310780150262996,0.2676561180007927,0.9718681573867798,0.11286678165197372,0.20672105252742767,-0.24251645803451538,0.23102335631847382,-0.3373991549015045,-0.002507805824279785,0.07599124312400818,0.04012036323547363 +515,1.8124969731472675,-0.14051662735302634,0.3167179275774542,0.9613627791404724,0.14005467295646667,0.23699510097503662,-0.5569413900375366,0.4243142604827881,-0.6064203381538391,0.037264108657836914,0.09406095743179321,0.046879470348358154 +516,1.8580042956978777,-0.17275698948162416,0.36362726712328,0.9447627067565918,0.1718989461660385,0.27905893325805664,-0.5641549229621887,0.17102700471878052,-0.4226364493370056,-0.03433197736740112,0.027029842138290405,0.017098844051361084 +517,1.8776920723501276,-0.20237018979315793,0.4415131248706422,0.9338223338127136,0.20099171996116638,0.29593586921691895,-0.5952929854393005,-0.04790990427136421,-0.4001694321632385,0.0020906925201416016,-0.07925711572170258,-0.14404991269111633 +518,1.869390770448428,-0.20791196178965127,0.47907133626937476,0.9351677894592285,0.2064172774553299,0.28784170746803284,-0.22220444679260254,-0.249396413564682,-0.1763325333595276,-0.008944153785705566,-0.04774117469787598,-0.06913760304450989 +519,1.8436206861803066,-0.21355498217828217,0.48898484394308056,0.9411377310752869,0.21193546056747437,0.26333147287368774,-0.1079782098531723,-0.270964115858078,0.060998693108558655,0.049218833446502686,-0.06015625596046448,0.06963065266609192 +520,1.8155003693863403,-0.19511611788571223,0.48950472973262293,0.9517996311187744,0.19388045370578766,0.23767220973968506,-0.09976507723331451,-0.26618441939353943,0.17555341124534607,-0.06991779804229736,0.054624199867248535,0.12591424584388733 +521,1.79883926789881,-0.19060206885852224,0.5004468370144325,0.956469714641571,0.18945010006427765,0.22197744250297546,-0.23167918622493744,-0.2171173393726349,-0.19922930002212524,-0.06244218349456787,0.05800166726112366,0.03304262459278107 +522,1.779162041947159,-0.18492031584532412,0.5096457497199155,0.9616899490356445,0.18386821448802948,0.20333445072174072,-0.19835379719734192,-0.2685922682285309,0.10851498693227768,0.004923760890960693,0.05444355309009552,0.038517341017723083 +523,1.7519298741129814,-0.18901445388637733,0.5178322539095046,0.9661213755607605,0.18789099156856537,0.1769362986087799,0.008582113310694695,-0.20274637639522552,-0.23400697112083435,-0.017741918563842773,0.03169824182987213,-0.010066166520118713 +524,1.733752451300154,-0.19236241673436205,0.4987952334164305,0.9685516357421875,0.19117826223373413,0.15924347937107086,-0.05346636846661568,-0.28848788142204285,0.2074139267206192,0.032287538051605225,-0.02992340922355652,-0.04481782019138336 +525,1.7227598836255469,-0.17109702978632968,0.529630699260293,0.9740426540374756,0.17026346921920776,0.14916901290416718,-0.43290436267852783,-0.14046141505241394,0.16944028437137604,0.047838449478149414,0.021661564707756042,-0.0799245834350586 +526,1.7002435319213633,-0.1656118624227183,0.5796963996275396,0.9780656695365906,0.16485585272312164,0.1273198127746582,-0.5364894270896912,-0.30295872688293457,0.03796575218439102,0.032676637172698975,-0.032348498702049255,-0.07128952443599701 +527,1.6824354630335456,-0.1503367577159455,0.6277546380704283,0.9825658798217773,0.1497710943222046,0.11015079915523529,-0.5499491095542908,-0.22981952130794525,0.15116986632347107,0.011895298957824707,-0.04331052303314209,-0.05154179036617279 +528,1.672147092369863,-0.12138329299341286,0.6905320142707698,0.9875481724739075,0.12108543515205383,0.1004328802227974,-0.8488624691963196,-0.30600500106811523,0.08881964534521103,0.03083854913711548,0.028282836079597473,-0.06344558298587799 +529,1.6631170250953566,-0.08566862949135823,0.7745739997647074,0.9920897483825684,0.08556387573480606,0.09185152500867844,-1.0073761940002441,-0.16366568207740784,0.2577548623085022,0.0032562613487243652,0.05225347727537155,-0.050637491047382355 +530,1.6425594860139423,-0.07523700952288884,0.8889024082436895,0.9946045279502869,0.07516604661941528,0.07149874418973923,-1.111501932144165,-0.09227816015481949,-0.12163527309894562,-0.00334775447845459,0.020674414932727814,0.008091099560260773 +531,1.6092772443874703,-0.06142591822999601,0.9881480387075106,0.9973750114440918,0.06138729676604271,0.0383988618850708,-1.4254294633865356,-0.5410197377204895,0.25069522857666016,-0.015212655067443848,-0.021043069660663605,0.1291273832321167 +532,1.511866867255209,-0.022577608742754586,1.136120712959587,0.9980098009109497,0.02257569134235382,-0.05888035148382187,-1.298902153968811,-1.5841234922409058,0.5549210906028748,0.1559818983078003,-0.04543334245681763,-0.06953763961791992 +533,1.2660100194156019,-0.0014410455024896941,1.3211085652024008,0.9539101123809814,0.0014410449657589197,-0.300089031457901,-2.1675684452056885,-2.309763193130493,0.5281651020050049,0.07489848136901855,-0.03255373239517212,0.2390080690383911 +534,1.0718794385423482,0.008468250879590822,1.4525609802332078,0.8780698776245117,-0.008468149229884148,-0.47845759987831116,-0.29372793436050415,-1.4735785722732544,0.7033370733261108,-0.01895427703857422,0.020629405975341797,0.06808769702911377 +535,0.9841927543824598,0.04186075972806138,1.5498435653857676,0.8320959210395813,-0.04184853658080101,-0.553050696849823,-0.5892824530601501,-0.5474387407302856,0.3254777789115906,-0.09299075603485107,0.10817849636077881,0.004130959510803223 +536,0.9263296953403591,0.011737018794440642,1.6609307555207167,0.799365222454071,-0.011736749671399593,-0.6007307171821594,-1.103816032409668,-1.221076250076294,0.22967375814914703,-0.05649113655090332,0.05449187755584717,-0.2913285493850708 +537,0.8784793096950202,-0.001022055278140005,1.7045913494800065,0.7697687149047852,0.001022055046632886,-0.6383221745491028,-0.2469843327999115,0.15097957849502563,0.047572605311870575,-0.12070560455322266,0.03904750943183899,0.08624386787414551 +538,0.8929096838547904,-0.012992451486561323,1.7651012699676225,0.7788341045379639,0.01299208588898182,-0.6270954012870789,-0.37572434544563293,0.23598511517047882,-0.015387216582894325,-0.11345934867858887,0.08455735445022583,-0.05109673738479614 +539,0.8956009339812719,-0.04143538661408876,1.8006300374228583,0.7799148559570312,0.041423529386520386,-0.6245133876800537,-0.32929691672325134,0.07120881974697113,-0.09836053848266602,-0.00533294677734375,-0.032024115324020386,-0.008375406265258789 +540,0.8903729941246848,-0.03758047045167336,1.8499327270573203,0.7767576575279236,0.03757162392139435,-0.6286779642105103,-0.21070623397827148,-0.005618371535092592,0.21801884472370148,0.003058016300201416,0.054835617542266846,0.018616318702697754 +541,0.9048737379512919,-0.0346672002264901,1.8860239117651019,0.7858746647834778,0.034660257399082184,-0.6174136996269226,-0.24407891929149628,0.13874247670173645,0.04750223830342293,0.027998626232147217,0.034324705600738525,-0.008959591388702393 +542,0.9307318422640367,-0.02533988991341363,1.9340566728881663,0.8017997741699219,0.025337178260087967,-0.5970554351806641,-0.20850814878940582,0.09878631681203842,0.3160570561885834,0.017719268798828125,0.03606417775154114,-0.07239341735839844 +543,0.9449985178867917,-0.01727368422852584,1.9649972507720839,0.8103751540184021,0.017272824421525,-0.5856567025184631,0.0007586684077978134,0.13724996149539948,0.13063982129096985,-0.0101432204246521,0.005172848701477051,0.009561121463775635 +544,0.9590578860624505,-0.003943817287364206,2.0024350793908545,0.8186445832252502,0.003943806979805231,-0.5742870569229126,-0.16423380374908447,0.08729932457208633,0.3812439739704132,-0.0026197433471679688,0.001869797706604004,-0.0033038854598999023 +545,0.9681113119989145,0.010920719293781644,2.032684439642508,0.8237674832344055,-0.010920502245426178,-0.5668227076530457,-0.1003028154373169,0.0790354534983635,0.19377073645591736,0.04538840055465698,0.007914513349533081,-0.021479904651641846 +546,0.9576053599600307,0.025790711745922897,2.063412959630804,0.8175439238548279,-0.025787852704524994,-0.5752886533737183,0.06693241000175476,-0.34808361530303955,0.3546884059906006,0.0813056230545044,-0.0435023307800293,-0.06223881244659424 +547,0.9489383519359663,0.06335649717899561,2.073975692981473,0.8111667633056641,-0.06331411749124527,-0.5813775062561035,0.13234953582286835,0.2156902253627777,0.15348301827907562,-0.026224136352539062,0.08608025312423706,0.12591791152954102 +548,0.9729435732895909,0.08078240396096993,2.0973339642806033,0.8238506317138672,-0.08069457113742828,-0.5610333681106567,-0.20961835980415344,0.1763928085565567,0.23079949617385864,-0.022611618041992188,0.09334412217140198,0.07435429096221924 +549,1.1567709433521602,0.05252600024352737,2.090040691216932,0.9142462015151978,-0.052501849830150604,-0.40174299478530884,0.09704357385635376,3.791121482849121,-0.9214110970497131,-0.20282042026519775,0.2252313494682312,0.15242967009544373 +550,1.2451943198341333,-0.060312058304586455,2.064944190903281,0.9457356929779053,0.060275498777627945,-0.3192976117134094,-0.1886187493801117,-1.4972805976867676,-1.0808699131011963,0.12306618690490723,-0.11201804876327515,-0.14362353086471558 +551,1.118847583368679,-0.10683899544596116,2.0642944971086963,0.8944684267044067,0.10663586109876633,-0.43422937393188477,-0.46831199526786804,-0.6325935125350952,-0.02362743578851223,0.19767940044403076,-0.28639963269233704,0.25878381729125977 +552,1.0759076336349742,-0.11061287724558243,2.0703144133449793,0.8746434450149536,0.11038745194673538,-0.47203120589256287,-0.19213713705539703,-0.4250245988368988,0.10587117820978165,0.12145030498504639,-0.11681139469146729,0.12609922885894775 +553,1.064592538571511,-0.08732177863879967,2.0572586506645774,0.8712592124938965,0.08721084892749786,-0.4830132722854614,0.6298344135284424,0.08357890695333481,0.1967049092054367,-0.046124815940856934,0.05226973444223404,-0.02673715353012085 +554,1.0530543738849685,-0.06192385186071491,2.0070934236392683,0.8672735095024109,0.061884284019470215,-0.49397072196006775,0.01754390262067318,-0.06191470846533775,0.12354911863803864,0.007116138935089111,-0.0006049871444702148,0.09358012676239014 +555,1.043280060894372,-0.04387289118014972,2.0116168829750243,0.8632286190986633,0.04385881870985031,-0.5029044151306152,-0.012138133868575096,-0.18748675286769867,0.36790135502815247,-0.041161298751831055,0.04699203372001648,0.0004019737243652344 +556,1.0308088627002276,-0.013637744347391444,2.000807749054257,0.8576353788375854,0.013637322001159191,-0.5140774250030518,-0.03775321692228317,-0.30560803413391113,0.4305940568447113,-0.05903613567352295,-0.0064656734466552734,-0.03345370292663574 +557,1.0213111366152439,0.005989267834618911,2.024155802341701,0.8527781963348389,-0.00598923210054636,-0.5222389101982117,-0.3630949556827545,-0.020702078938484192,0.5553283095359802,0.04260748624801636,0.0036546289920806885,-0.05129319429397583 +558,1.0150087393178928,0.03659410332973878,2.054581889023038,0.8489164710044861,-0.036585938185453415,-0.5272592902183533,-0.29972827434539795,-0.07660622149705887,0.5109738111495972,-0.030969083309173584,0.07839500904083252,0.03385108709335327 +559,1.0121332948141817,0.04272827195123179,2.092066930972743,0.8471906185150146,-0.042715270072221756,-0.5295692086219788,-0.4611590802669525,-0.05056001991033554,0.34058883786201477,0.03905510902404785,0.07776471972465515,-0.06643909215927124 +560,1.0071746303471714,0.05060672361551443,2.1234369156078867,0.844243586063385,-0.050585124641656876,-0.5335672497749329,-0.501164972782135,-0.03690662607550621,0.378315269947052,-0.030126094818115234,0.004167884588241577,0.03645116090774536 +561,1.0027951019348806,0.04929916359176676,2.176662486390371,0.8419537544250488,-0.04927919805049896,-0.5372946262359619,-0.6591752171516418,-0.02055010199546814,0.37002748250961304,-0.027287006378173828,0.012902259826660156,-0.033643484115600586 +562,1.001360872112017,0.04591408608018875,2.2275000797408078,0.8413179516792297,-0.0458979569375515,-0.5385884642601013,-0.49672091007232666,0.08287970721721649,0.3436014652252197,-0.0035951733589172363,-0.00022935494780540466,0.040465354919433594 +563,1.006978005059224,0.033533720745603006,2.3004661234481185,0.8447455167770386,-0.0335274375975132,-0.5341169238090515,-0.7923813462257385,-0.03334156423807144,0.40003764629364014,0.030330777168273926,-0.0077018141746521,-0.05726790428161621 +564,1.006733857393611,0.02993274878433998,2.3527313746511482,0.8447116017341614,-0.029928280040621758,-0.5343842506408691,-0.45659583806991577,0.1616702675819397,0.2261580228805542,0.010070443153381348,-0.03682893142104149,0.013830721378326416 +565,1.0146186908982502,0.02849043306474015,2.389126019811893,0.8489346504211426,-0.028486579656600952,-0.5277295708656311,-0.37461861968040466,0.09486855566501617,0.21210412681102753,0.016391277313232422,-0.002519279718399048,0.053104937076568604 +566,1.0269237920250427,0.018417368706831107,2.4388116567547926,0.855566143989563,-0.018416328355669975,-0.5173658728599548,-0.6861981749534607,0.09532909840345383,0.24762852489948273,0.0003298521041870117,0.01959124207496643,0.02810811996459961 +567,1.0342478392421446,0.0037361765355554614,2.509275499662086,0.8594720959663391,-0.003736167913302779,-0.5111689567565918,-0.9086364507675171,0.11374469101428986,0.3194822072982788,0.06145679950714111,-0.021364539861679077,0.06085163354873657 +568,1.0392193787447297,0.0044892954500628055,2.623804852174999,0.8620001673698425,-0.00448928028345108,-0.5068882703781128,-1.1679370403289795,-0.48141032457351685,0.9982550144195557,0.45338380336761475,-0.17988266050815582,0.03490334749221802 +569,0.9965175942341589,0.09473738093937809,2.863534032832453,0.8358194231987,-0.09459573030471802,-0.5407934188842773,-1.0093767642974854,-0.3148873746395111,2.407242774963379,0.3464925289154053,0.04050332307815552,-0.26496219635009766 +570,0.9751594021213109,0.24621770428951187,3.037338456964252,0.8028261661529541,-0.24373748898506165,-0.5441159605979919,-0.8153997659683228,-0.22480013966560364,3.1829135417938232,0.5182645320892334,-0.23586151003837585,-0.5952120423316956 +571,0.7543049900918748,0.43513406141422567,-2.9489718199879684,0.6209698915481567,-0.4215319752693176,-0.66083824634552,-0.033205028623342514,-0.6976680159568787,2.745124578475952,-0.09850895404815674,0.4377062916755676,-0.01480567455291748 +572,0.7632443031337541,0.6191235398477948,-2.907974521506887,0.5629611015319824,-0.5803216099739075,-0.5884739756584167,2.223705291748047,1.3637551069259644,-0.10054651647806168,-0.5034671425819397,0.6743768453598022,0.2875707149505615 +573,0.9910930431252993,0.6511515780588001,-3.1230913787289576,0.6654402017593384,-0.6061027646064758,-0.43569326400756836,0.7574542760848999,-0.19736605882644653,-1.3043301105499268,-0.22255390882492065,0.2539757490158081,0.16321709752082825 +574,0.9993936355429461,0.5925386480181514,3.0943310159749124,0.6977499127388,-0.5584686994552612,-0.4486178159713745,-0.2748637795448303,-0.15619821846485138,-1.0602415800094604,-0.04406332969665527,0.16526490449905396,0.16370564699172974 +575,0.9943904391869552,0.5271528035481519,3.0636029019339777,0.7246044874191284,-0.5030747056007385,-0.4710245132446289,-0.6506543159484863,-0.396572470664978,0.1471405327320099,0.03934198617935181,-0.0946577787399292,0.0757761299610138 +576,0.9190056354659778,0.4730331509893059,3.133605338052666,0.7077004313468933,-0.4555884599685669,-0.5399993658065796,-0.38370275497436523,0.021345151588320732,0.10721946507692337,-0.041211843490600586,-0.026512980461120605,0.07561337947845459 +577,0.8324407768908274,0.44546151629351655,-3.045508719163303,0.6674025058746338,-0.43087440729141235,-0.6073887348175049,-1.3104585409164429,-0.609312117099762,0.2568419575691223,0.054933249950408936,0.10560283064842224,0.06863147020339966 +578,0.7358227004042401,0.3774841437596304,-2.9032182255486827,0.6239415407180786,-0.36858290433883667,-0.6890890002250671,-1.6145808696746826,-0.745839536190033,0.6851149201393127,0.1256464719772339,0.10227125883102417,-0.021802663803100586 +579,0.6432543786119397,0.3153069507944065,-2.774502272228543,0.5702331066131592,-0.3101083040237427,-0.7607017159461975,-1.0302881002426147,0.03423192724585533,0.7918723225593567,0.012545883655548096,-0.019542574882507324,0.05101543664932251 +580,0.581242993749106,0.27992171083942974,-2.6842230914981844,0.5276920795440674,-0.27628040313720703,-0.8032497763633728,-0.46273037791252136,-0.34604090452194214,0.6815494298934937,0.15051531791687012,0.013539314270019531,-0.0341373085975647 +581,0.5189233613106209,0.30450928999793375,-2.607366864873008,0.47312915325164795,-0.2998250722885132,-0.8284043073654175,-0.12292391061782837,-0.30692389607429504,0.8126286864280701,0.07644662261009216,0.06471768021583557,0.002507150173187256 +582,0.49003382131085366,0.33615268501097706,-2.5400970398394627,0.4443134665489197,-0.32985755801200867,-0.8329343199729919,-0.15573650598526,0.4668600857257843,0.8279852271080017,-0.08278700709342957,0.028923720121383667,0.10985082387924194 +583,0.5845959282735088,0.37522395757097815,-2.4514307795890993,0.5134669542312622,-0.36648091673851013,-0.7759145498275757,0.1773710399866104,1.1497764587402344,0.511287271976471,0.004034817218780518,0.21802818775177002,-0.18944793939590454 +584,0.5654085303131249,0.35738517855677415,-2.442697305285148,0.5019086003303528,-0.34982582926750183,-0.7910180687904358,-0.30561813712120056,0.014790942892432213,0.387717068195343,0.02731192111968994,-0.08518698811531067,0.08799988031387329 +585,0.5723747944249329,0.33093156101921023,-2.397406714809882,0.5122410655021667,-0.32492417097091675,-0.7950052618980408,-0.2652207016944885,0.27693843841552734,0.01381390355527401,-0.09407395124435425,0.013690650463104248,-0.17549949884414673 +586,0.5627426333685096,0.34974414981672003,-2.3871306267010253,0.501209557056427,-0.3426574468612671,-0.7945910096168518,-0.22240467369556427,0.15910165011882782,0.20729118585586548,-0.1471293568611145,-0.01932680606842041,0.1852617859840393 +587,0.5936428029159118,0.3021365248289799,-2.364162797299543,0.5340458154678345,-0.2975606322288513,-0.7913613319396973,-0.5447895526885986,0.44505324959754944,-0.026333345100283623,-0.03522074222564697,-0.03294473886489868,-0.017415523529052734 +588,0.6368898224624531,0.26729267316836813,-2.3447790131622117,0.5735799074172974,-0.26412123441696167,-0.7754006385803223,-0.056818459182977676,0.5572413206100464,-0.12760764360427856,-0.10736286640167236,-0.009667247533798218,-0.10928869247436523 +589,0.6602254728793323,0.27190683947129785,-2.381754745059311,0.5907627940177917,-0.2685686945915222,-0.7608351111412048,0.15151825547218323,-0.0007394948042929173,-0.17259624600410461,-0.015765845775604248,-0.039979249238967896,-0.0028367042541503906 +590,0.6695512360763621,0.25816066984954267,-2.396292722460624,0.6000670790672302,-0.2553026080131531,-0.7581161260604858,-0.3688296973705292,-0.04666995257139206,-0.17753280699253082,-0.06436151266098022,-0.061912357807159424,0.04792630672454834 +591,0.647654202060797,0.2138871085878948,-2.381577724223213,0.589569628238678,-0.21226002275943756,-0.7793287634849548,-0.28633254766464233,-0.24363358318805695,-0.021790970116853714,-0.02322441339492798,0.01784779131412506,-0.08674484491348267 +592,0.6099567204011422,0.22436485742117943,-2.3864906203734697,0.5584743022918701,-0.2224871814250946,-0.7991282343864441,0.25211411714553833,-0.372671514749527,0.08229489624500275,-0.05186724662780762,0.023192137479782104,-0.021657288074493408 +593,0.587159067736598,0.24293885952020505,-2.389013115908529,0.5377300977706909,-0.24055622518062592,-0.8080711960792542,-0.1106056272983551,-0.07127057015895844,0.07795844227075577,-0.05781066417694092,-0.029905810952186584,0.02111440896987915 +594,0.5450613996126014,0.2370397098413305,-2.376588525749344,0.5039728283882141,-0.23482614755630493,-0.8311847448348999,-0.2190043181180954,-0.4525436460971832,0.06709489226341248,-0.06694579124450684,-0.04566091299057007,-0.004661202430725098 +595,0.48675390053274464,0.23205305723871417,-2.366132602632878,0.45522159337997437,-0.22997602820396423,-0.8601652979850769,-0.10697748512029648,-0.42224109172821045,0.11371288448572159,-0.08693546056747437,-0.05090776085853577,0.004864394664764404 +596,0.4536542212187462,0.2351118331408456,-2.3726013564527495,0.42619597911834717,-0.23295174539089203,-0.874122679233551,0.15575577318668365,-0.27752912044525146,-0.10413914173841476,-0.06589016318321228,-0.015613928437232971,-0.0209730863571167 +597,0.44070162757534337,0.25270309996060153,-2.3904085533657677,0.41302621364593506,-0.25002211332321167,-0.8757272958755493,0.235183984041214,-0.1726558804512024,-0.0018056996632367373,-0.03955209255218506,-0.02895432710647583,-0.015416502952575684 +598,0.41820466713792626,0.2729022537780181,-2.417360717668088,0.39109107851982117,-0.269527405500412,-0.8800015449523926,0.3888275921344757,-0.3004869520664215,-0.1519327312707901,0.010520249605178833,0.016872376203536987,0.005840778350830078 +599,0.3864890158926518,0.3241904977735087,-2.464241200070563,0.35730358958244324,-0.318541556596756,-0.8779894113540649,0.7711151242256165,-0.3915468752384186,-0.2097773253917694,0.03455737233161926,0.03208830952644348,-0.004289031028747559 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/standing/q16.csv b/BoostRunClub/CoreML/DataSet/Motion/standing/q16.csv new file mode 100644 index 0000000..8681805 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/standing/q16.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,0.4000100616370657,0.3663680735443925,-2.4994872530044634,0.3635830581188202,-0.3582268953323364,-0.859930694103241,0.29158729314804077,0.06254149973392487,-0.1325148642063141,0.07716703414916992,0.07902160286903381,-0.003808259963989258 +1,0.1826312025500129,-0.11463561649794553,-2.018763043472769,0.18042559921741486,0.11438470333814621,-0.9769148826599121,-0.023113466799259186,0.22972925007343292,-0.03498227149248123,-0.00621601939201355,-0.02658563107252121,0.060121119022369385 +2,0.2436746466935361,-0.08518002410979299,-2.0168397155629707,0.24039557576179504,0.08507705479860306,-0.9669394493103027,0.44430238008499146,1.1309767961502075,0.025992833077907562,-0.017403632402420044,0.024313203990459442,-0.015421390533447266 +3,0.3300022538370464,-0.08599239572814796,-2.035945200487569,0.32284778356552124,0.08588645607233047,-0.9425458908081055,-0.10157075524330139,-0.087967149913311,-0.13055823743343353,-0.005876988172531128,0.054555438458919525,-0.13187116384506226 +4,0.282718374820867,-0.038282078398470025,-2.067578922342678,0.27876272797584534,0.03827272728085518,-0.9595970511436462,0.8555291891098022,-0.18750913441181183,-0.10574344545602798,-0.028961122035980225,0.03741086274385452,-0.09071117639541626 +5,0.13586222266707074,-0.07807824879861285,-2.085112686334957,0.13503199815750122,0.07799894362688065,-0.987766444683075,-1.0866694450378418,-1.8464393615722656,-0.5564524531364441,-0.03008204698562622,0.07753388583660126,-0.13415127992630005 +6,-0.23443681460763127,-0.12894690735572,-2.2127193091798443,-0.23036669194698334,0.12858986854553223,-0.9645702838897705,0.28796932101249695,-2.7270925045013428,-1.2140811681747437,-0.29644298553466797,-0.19015908241271973,-0.04789614677429199 +7,-0.17892875366207966,0.05133925500121234,-2.1280571145140432,-0.17774103581905365,-0.05131670460104942,-0.9827383756637573,2.1115920543670654,-1.254441738128662,1.2271007299423218,0.36737728118896484,0.3555769622325897,-0.6275063753128052 +8,-0.36794129478803966,0.01844939395864394,-2.0454556501470282,-0.35963407158851624,-0.018448347225785255,-0.9329110383987427,-0.19765517115592957,2.5896782875061035,0.7970438599586487,0.14353910088539124,-0.0513453483581543,0.6918832063674927 +9,-0.34829239478141427,0.01072598657630089,-1.968823008312704,-0.34127360582351685,-0.010725781321525574,-0.9399028420448303,0.02263518050312996,-0.12318789213895798,1.0369499921798706,0.059825241565704346,-0.09297294914722443,0.4943004250526428 +10,-0.08553487358517645,0.0659756179793594,-1.9704368006340118,-0.08524475246667862,-0.06592776626348495,-0.99417644739151,0.21888485550880432,4.853147029876709,-0.7350220680236816,0.311593621969223,0.12554386258125305,0.6223198175430298 +11,0.5504209512513806,0.10490006842140101,-2.078793246886305,0.5201708674430847,-0.10470778495073318,-0.8476192951202393,1.0578185319900513,6.2775750160217285,-1.0502909421920776,0.09539914131164551,-0.03568831831216812,-0.013540923595428467 +12,1.1922817759959345,0.20351469883521353,-2.3225127635193386,0.9100376963615417,-0.20211273431777954,-0.36191409826278687,4.439351558685303,6.250093936920166,-0.26951250433921814,0.24909621477127075,-0.10678620636463165,-0.20557552576065063 +13,1.935612107758887,0.22693729694932932,-2.7961954709048475,0.9102370142936707,-0.22499440610408783,0.34762948751449585,6.620944976806641,6.4523820877075195,1.503930687904358,0.2802690267562866,-0.22021126747131348,-0.5014076232910156 +14,2.4558475329310827,0.02743772190455357,3.131075784896234,0.6330116391181946,-0.027434280142188072,0.7736562490463257,2.5961661338806152,3.3056719303131104,0.3472863435745239,0.12173402309417725,-0.20318706333637238,-0.05237323045730591 +15,2.710750658833388,-0.042848744892456866,2.938558374068347,0.4172526001930237,0.04283563420176506,0.9077802896499634,1.1392436027526855,2.0520384311676025,1.1191225051879883,0.005019038915634155,0.10502202808856964,-0.053379833698272705 +16,2.8442128853128956,-0.11038770801567675,2.8128063938314343,0.2912325859069824,0.11016365885734558,0.9502883553504944,0.6244601011276245,1.351983666419983,0.23043352365493774,0.007519274950027466,0.1759386658668518,-0.02743661403656006 +17,2.9120141165333164,-0.1296253339247329,2.794917147234826,0.22565792500972748,0.12926262617111206,0.9655928015708923,-0.10451281070709229,-0.009614263661205769,0.09379672259092331,0.000889316201210022,0.13573674857616425,-0.14845424890518188 +18,3.118960975639854,-0.07824404526339783,2.786984726884466,0.022560516372323036,0.0781642347574234,0.9966854453086853,-0.8927066326141357,0.33539366722106934,-0.23236803710460663,-0.0034412462264299393,0.00980270653963089,0.262042760848999 +19,3.127853678968438,-0.0564193266343772,2.792508976809928,0.013716683723032475,0.056389398872852325,0.9983147382736206,-0.38932254910469055,0.11848237365484238,0.01091785542666912,0.0030374685302376747,-0.015419542789459229,0.007865190505981445 +20,-3.115793200435269,-0.0037340047689029053,2.7950668945367645,-0.02579641342163086,0.003733996069058776,0.999660313129425,-0.6159271597862244,0.40530264377593994,-0.20978152751922607,0.007714748382568359,-0.0048631466925144196,0.009784936904907227 +21,-3.09736781318149,0.028917941734235918,2.8162045895431524,-0.04419194534420967,-0.028913911432027817,0.9986046552658081,-0.3623109459877014,0.24871431291103363,-0.03870595619082451,-0.027203932404518127,0.007856780663132668,0.006400346755981445 +22,-3.091282695892814,0.01528302402229894,2.8215634327343158,-0.050282854586839676,-0.015282428823411465,0.9986178874969482,0.17944970726966858,0.040857888758182526,0.07579739391803741,-0.02193698287010193,-0.05176468938589096,0.023156166076660156 +23,-3.074957258698975,-0.01001930327410298,2.8323252461821093,-0.06658276170492172,0.010019135661423206,0.9977307319641113,0.11434245854616165,-0.1161779910326004,-0.038245320320129395,0.019890859723091125,-0.04230673238635063,0.004512429237365723 +24,-3.079957035679092,-0.009288721242475829,2.833449120398112,-0.061593931168317795,0.009288587607443333,0.9980579018592834,0.021834339946508408,-0.09644868224859238,-0.10778382420539856,-0.006017748266458511,0.017154891043901443,-0.010463476181030273 +25,3.130715422309297,-0.010264724263359587,2.8088691153865257,0.01087644137442112,0.010264543816447258,0.9998879432678223,-0.043878499418497086,-0.08659331500530243,0.1874603033065796,0.05252382531762123,-0.06504359841346741,0.13344311714172363 +26,3.1305658968031485,-0.010017089144131965,2.8029627628718816,0.011025981977581978,0.010016921907663345,0.9998891949653625,-0.0013915523886680603,0.008309116587042809,-0.001520887715741992,-0.004617289640009403,-0.006873609498143196,-0.004954934120178223 +27,3.131100872808825,-0.009992061187601257,2.8003222981190574,0.010491063818335533,0.009991894476115704,0.9998950362205505,0.0011691367253661156,-0.0029261126182973385,0.0015391691122204065,-0.005959204398095608,0.006014574319124222,0.002958357334136963 +28,3.1316079264604095,-0.010185455784958256,2.800032365763718,0.009984045289456844,0.01018527988344431,0.9998984932899475,0.0003619519993662834,-0.0005584890022873878,0.0008684308268129826,-0.0076494477689266205,-0.009407078847289085,0.0035349130630493164 +29,3.1321688974264963,-0.010194539234638788,2.8001024991533376,0.009423126466572285,0.010194363072514534,0.9999035596847534,-0.0015536891296505928,0.0027012978680431843,-0.0007070050342008471,-0.0030602123588323593,0.008909640833735466,0.0005083084106445312 +30,3.1326551843863566,-0.010663398746494773,2.7992488227896706,0.008936844766139984,0.010663196444511414,0.9999035000801086,-0.0013879025354981422,0.0005248873494565487,0.0014528504107147455,-0.00951667595654726,0.007662612944841385,-0.0008492469787597656 +31,3.133104447205982,-0.010652063868620627,2.799210006180178,0.008487621322274208,0.010651862248778343,0.9999070763587952,-0.0008864793926477432,0.0013229618780314922,-0.0019605522975325584,-0.0023230724036693573,-0.010209358297288418,-0.0007770061492919922 +32,3.133446213975447,-0.010500733341059392,2.7992196262042603,0.008145900443196297,0.010500540025532246,0.9999116659164429,-6.207916885614395e-05,-0.0014957166276872158,-0.000704617821611464,-0.005353543907403946,0.0019048526883125305,-0.0010561347007751465 +33,3.1338398667677803,-0.010844971661379824,2.7992366704828884,0.007752252742648125,0.010844758711755276,0.9999110698699951,0.0016558379866182804,0.0008382052183151245,0.0007568167056888342,-0.004608943127095699,0.00597042590379715,-0.000643610954284668 +34,3.1341881039279094,-0.01081088829889814,2.7992270141070383,0.007404049392789602,0.010810677893459797,0.9999141693115234,0.0010319692082703114,0.0011103302240371704,-0.002715139649808407,-0.0008732876740396023,-0.0016096271574497223,0.0007877349853515625 +35,3.134446390349287,-0.010831581328753644,2.7992772752540325,0.007145782001316547,0.010831369087100029,0.999915599822998,0.002242179587483406,-0.001623234711587429,0.001433374360203743,-0.005223175510764122,0.004625783301889896,0.0015947818756103516 +36,3.134784487268858,-0.010906698111594554,2.7992389506241278,0.0068077086471021175,0.010906482115387917,0.9999173283576965,-0.000913756899535656,-0.0023234188556671143,0.0011745456140488386,0.00010452186688780785,-0.007656360976397991,-5.4717063903808594e-05 +37,3.1350346582046758,-0.01086998897311648,2.7988739378306016,0.006557559594511986,0.010869774967432022,0.9999192357063293,0.001348838210105896,-0.00012379977852106094,-0.00043150270357728004,-0.0029717455618083477,0.003107273019850254,-0.0005755424499511719 +38,3.135264956882199,-0.011112281534839155,2.7989131850395808,0.006327263079583645,0.011112052947282791,0.9999181628227234,0.001032095868140459,0.001165764406323433,-0.00023379921913146973,-0.004770867060869932,0.007213751785457134,0.0008751749992370605 +39,3.1355080428582887,-0.01113437670756616,2.798859639040903,0.006084197200834751,0.011134146712720394,0.9999197125434875,0.0019781943410634995,0.0004370594397187233,-0.0006557103479281068,-0.0004689614288508892,-0.00496959313750267,0.00014150142669677734 +40,3.135693678820544,-0.011056646736950384,2.798900045045603,0.005898579489439726,0.01105642132461071,0.9999213814735413,-0.0003972891718149185,0.001335623674094677,0.0008283574134111404,-0.0018702601082623005,0.00043344590812921524,0.0007041096687316895 +41,3.135879605677766,-0.011116263507990073,2.798441181471872,0.005712665151804686,0.011116034351289272,0.9999220967292786,0.0007970156148076057,0.00042331404983997345,0.0011314922012388706,-0.0013028737157583237,-0.0023574866354465485,0.0011614561080932617 +42,3.136005266999542,-0.011185617399013293,2.7984491767171185,0.005587007384747267,0.01118538435548544,0.9999216794967651,-0.00022248178720474243,0.0023737195879220963,0.0011816525366157293,-0.002123262733221054,0.002837441861629486,0.0002154707908630371 +43,3.1361580686447086,-0.011386220228367123,2.7976405173558354,0.00543420622125268,0.01138597447425127,0.9999204277992249,-0.0002457061782479286,-0.0026805330999195576,0.003185587003827095,-0.00293176481500268,0.004513682797551155,-0.0012784600257873535 +44,3.136300598773394,-0.011394383877807482,2.79735326518118,0.005291687790304422,0.011394137516617775,0.9999213218688965,0.0008547529578208923,-0.0011791209690272808,0.0010487053077667952,-0.0006224974058568478,-0.0054889824241399765,0.0008265972137451172 +45,3.136434726707898,-0.01131928861410203,2.7973394611423203,0.00515757454559207,0.011319046840071678,0.9999228119850159,-0.0022383099421858788,-0.00017123669385910034,-0.0006502425530925393,-0.000396831426769495,0.0013762684538960457,-0.00027358531951904297 +46,3.1366056241421276,-0.011375751075349513,2.7973790194202097,0.0049866861663758755,0.011375505477190018,0.9999229311943054,-0.002748788334429264,-0.00031330855563282967,-0.0011564100859686732,-0.0023469161242246628,0.0011061839759349823,0.00045859813690185547 +47,3.1367258688238393,-0.011380730995073961,2.7973962214112498,0.004866449628025293,0.011380485258996487,0.9999232292175293,0.0011972542852163315,0.00019212905317544937,-0.002014034427702427,-0.001799433957785368,0.0014063762500882149,0.00019866228103637695 +48,3.1368817424285105,-0.011411218438602704,2.7974198566786352,0.004710586741566658,0.01141097117215395,0.9999237656593323,-0.0005649756640195847,0.0006959806196391582,0.0006174943409860134,-0.0012773596681654453,0.0016963277012109756,0.0003203153610229492 +49,3.1369101544931746,-0.011351751949403747,2.797009814179559,0.004682179540395737,0.0113515080884099,0.9999244213104248,-0.0035286294296383858,-0.0003165788948535919,5.068304017186165e-05,-0.0002876492217183113,-0.00570575799793005,-1.615285873413086e-05 +50,3.1370753171998658,-0.011264504709134707,2.7970681022310693,0.004517034161835909,0.011264266446232796,0.9999263286590576,0.00020246952772140503,0.001215125434100628,-0.0003483877517282963,0.0007777651771903038,0.0019956203177571297,-0.0002620816230773926 +51,3.1371844827374686,-0.011366524536560977,2.796724318977548,0.004407871514558792,0.011366279795765877,0.9999256134033203,0.0009738621301949024,9.938282892107964e-05,-0.00019516353495419025,-0.0012187850661575794,0.004014578647911549,-0.0007191896438598633 +52,3.1372900409744546,-0.011326764904545598,2.796733223346178,0.00430232472717762,0.011326522566378117,0.9999268651008606,0.0012561967596411705,-0.0009386432357132435,-0.0025436105206608772,0.00016850093379616737,-0.002796858549118042,0.0007294416427612305 +53,3.1373807982453124,-0.011247074397871402,2.796763258517361,0.004211575724184513,0.011246837675571442,0.9999277591705322,0.0006641009822487831,-0.00017427513375878334,-0.0016096348408609629,0.0004270956851541996,-1.1110678315162659e-06,0.00013315677642822266 +54,3.13746809937399,-0.01128857078815828,2.7968159700461537,0.004124279133975506,0.011288330890238285,0.9999276995658875,0.0014797435142099857,0.00011789519339799881,-0.00030090659856796265,-0.001988049130886793,-0.0002562282606959343,0.00040787458419799805 +55,3.137562292839675,-0.011337691565484502,2.79679400321676,0.004030091222375631,0.011337448842823505,0.9999277591705322,0.0032660788856446743,-0.0005101794376969337,-0.001693323953077197,0.00042547518387436867,0.002715897746384144,0.00013339519500732422 +56,3.137555014404691,-0.01141815929770843,2.79682933314745,0.004037364386022091,0.011417911387979984,0.9999265074729919,0.0018325727432966232,0.001142779365181923,0.0011831722222268581,-0.0009550899267196655,0.0014299862086772919,0.00010383129119873047 +57,3.1376249552514226,-0.011358891746163391,2.7961774371187214,0.003967431839555502,0.011358647607266903,0.9999276399612427,7.189810276031494e-06,0.004106719046831131,0.000588512746617198,0.00036606425419449806,-0.003866582177579403,0.0008200407028198242 +58,3.1376624979854184,-0.011296181888812746,2.796145699317059,0.003929894417524338,0.011295941658318043,0.9999284148216248,0.00036937277764081955,-0.0026350575499236584,-0.00038510956801474094,0.0005409303121268749,-0.00027909688651561737,0.0016126632690429688 +59,3.137691109910064,-0.011429953409457561,2.7942593143178582,0.0039012781344354153,0.01142970472574234,0.9999268651008606,0.0014131153002381325,-0.0022290172055363655,-0.0030965362675487995,-0.00225332984700799,0.001540263183414936,-0.00029331445693969727 +60,3.1377943773823587,-0.011399444101766236,2.7929663627480337,0.0037980207707732916,0.01139919739216566,0.9999279379844666,0.0008788770064711571,0.00016772234812378883,-0.0026448986027389765,0.0007338395807892084,0.0014944793656468391,-0.0006908178329467773 +61,3.1378047462804384,-0.011374778938835485,2.791670728105637,0.0037876537535339594,0.011374534107744694,0.9999282360076904,0.0006190408021211624,-0.0006788945756852627,-0.0006805890006944537,-0.002383844694122672,-5.251169204711914e-05,0.0007890462875366211 +62,3.1378353746620484,-0.01129257008873073,2.7904392376617007,0.003757031401619315,0.011292329989373684,0.9999294281005859,-0.0031275488436222076,0.0012809662148356438,-0.0009741389658302069,0.002850024960935116,-0.0022438671439886093,0.001734018325805664 +63,3.137814593788191,-0.011251866327236747,2.790434692665764,0.0037778124678879976,0.011251629330217838,0.9999297857284546,0.0001975828781723976,9.102234616875648e-05,0.0010884939692914486,0.00798671506345272,0.0038850922137498856,0.0008333921432495117 +64,3.137813670232511,-0.011297767315252692,2.7904704295137894,0.003778733778744936,0.011297526769340038,0.9999291896820068,0.0018542376346886158,0.0002379855141043663,5.6328484788537025e-05,-0.0022070780396461487,-0.0002654213458299637,-0.00031054019927978516 +65,3.1377247761729676,-0.011300987086751476,2.790468749098851,0.003867620602250099,0.011300746351480484,0.9999285936355591,-0.00020378362387418747,0.0003988891839981079,0.0002656246069818735,-0.003287786850705743,-0.0017182277515530586,0.0004375576972961426 +66,3.137858692613491,-0.011284590665488304,2.7904569813786826,0.003733714809641242,0.011284351348876953,0.9999294281005859,0.0007126526907086372,0.000876840204000473,0.0013471662532538176,0.006916920188814402,-0.0007710447534918785,-0.0009365081787109375 +67,3.1377374393124797,-0.011289339374602117,2.7902372527343533,0.003854958573356271,0.011289099231362343,0.9999287128448486,-0.001537834294140339,0.00027161138132214546,-0.001397977932356298,-0.006647317670285702,-0.002637367695569992,0.000574648380279541 +68,3.137866657206471,-0.011287133528654016,2.7902443142101347,0.0037257515359669924,0.011286893859505653,0.999929666519165,0.0013700621202588081,0.0013025030493736267,0.00031997705809772015,0.0031559632625430822,0.0039108628407120705,0.0004673004150390625 +69,3.1379147900018562,-0.011380329955303125,2.790237619429975,0.003677617758512497,0.011380083858966827,0.9999286532402039,0.0011786422692239285,-0.0020817704498767853,0.0003449339419603348,0.0012204544618725777,1.8234364688396454e-05,-0.00043201446533203125 +70,3.1378722116323594,-0.011309656547887842,2.7902823380041917,0.0037201957311481237,0.011309415102005005,0.9999291896820068,-0.00010162778198719025,-0.0005745221860706806,0.0016894389409571886,0.0011015820782631636,-0.0023982813581824303,7.081031799316406e-05 +71,3.1378860630065484,-0.0112680726469509,2.790283689536518,0.0037063462659716606,0.011267834343016148,0.9999294877052307,-0.002352396957576275,-0.0017993771471083164,-0.0006816522218286991,0.002839673776179552,0.0013664430007338524,-0.00043320655822753906 +72,3.137823382601089,-0.0113623198573987,2.790280970244836,0.0037690196186304092,0.011362075805664062,0.9999285936355591,0.0013542333617806435,0.003756965510547161,0.001401145476847887,-0.005798437632620335,0.00021934881806373596,0.0007735490798950195 +73,3.137967287829737,-0.011368287135432309,2.7902994957441742,0.003625123528763652,0.01136804185807705,0.9999288320541382,-0.0011400533840060234,-0.0005669207312166691,-0.0009661060757935047,0.003287107916548848,0.0010526115074753761,0.0008951425552368164 +74,3.1380431483467053,-0.011341443113718236,2.7902996457069147,0.0035492705646902323,0.011341200210154057,0.999929666519165,0.00040694233030080795,0.0011206106282770634,0.0008419300429522991,0.0017150125931948423,-0.0005990089848637581,-0.0006313323974609375 +75,3.13797796237615,-0.01134074545269174,2.7902453418104725,0.0036144510377198458,0.01134050264954567,0.9999291896820068,0.00012708920985460281,0.0011311876587569714,-0.0002388092689216137,-0.0028362527955323458,-0.002795579843223095,0.001260995864868164 +76,3.1380148476387135,-0.011350595225214463,2.790258953638504,0.0035775674041360617,0.011350351385772228,0.9999290108680725,0.002313682809472084,0.0024818475358188152,0.0013670844491571188,0.002541206544265151,0.0019247941672801971,-0.0005395412445068359 +77,3.1380057385713886,-0.011421670057733934,2.7902057994672034,0.003586672944948077,0.01142142154276371,0.9999282360076904,-0.00017339549958705902,0.0002674148418009281,0.0017520654946565628,-0.0015572546981275082,0.00028206873685121536,0.0007582902908325195 +78,3.138008961691517,-0.011365393667494192,2.78990754889913,0.003583452431485057,0.011365149170160294,0.999928891658783,0.0035460381768643856,0.0012838277034461498,-0.000388628919608891,1.7621787264943123e-05,9.420141577720642e-05,-0.0007529854774475098 +79,3.1380723321395982,-0.011350842193628391,2.7876743228425633,0.003520087106153369,0.011350598186254501,0.9999293088912964,-0.0025378279387950897,-0.00017916131764650345,-1.976010389626026e-05,0.0024308399297297,-0.000638929195702076,-0.0003871917724609375 +80,3.1380135678608787,-0.011320318329846068,2.787122209841709,0.00357884936966002,0.011320076882839203,0.999929666519165,-0.001833050511777401,5.367211997509003e-05,-0.0023636496625840664,-0.0021902990993112326,-0.00044055841863155365,0.0002535581588745117 +81,3.1381079100717786,-0.011417936091671077,2.786477022017399,0.003484509652480483,0.011417687870562077,0.9999288320541382,0.0016065281815826893,0.0011692461557686329,0.001293065259233117,0.00040648155845701694,0.0012623658403754234,-0.0003103017807006836 +82,3.1381214131401185,-0.011441330642985983,2.785075129514862,0.003471006639301777,0.011441080830991268,0.9999285936355591,0.001085235271602869,0.00022883014753460884,-0.0006325165741145611,0.0003742082044482231,0.0004912912845611572,0.001185297966003418 +83,3.138097031802731,-0.011349530993556914,2.783041051523268,0.0034953898284584284,0.011349286884069443,0.9999295473098755,2.3196451365947723e-05,-0.0016132271848618984,0.0009553756099194288,-0.000535184983164072,-0.0018430622294545174,0.0011233091354370117 +84,3.1381378630961043,-0.011317491734696167,2.782385068850136,0.0034545620437711477,0.011317250318825245,0.9999299049377441,0.0016386755742132664,0.0007237228564918041,0.0007070694118738174,0.0015655788592994213,8.10651108622551e-05,-0.0011202096939086914 +85,3.1380260717419968,-0.011350546130795572,2.7821445794281403,0.003566345665603876,0.011350302025675774,0.9999295473098755,-8.34362581372261e-05,0.0011897673830389977,-0.001726505346596241,-0.0005298457108438015,0.0003837095573544502,0.0010777711868286133 +86,3.138035265482166,-0.011384437653643237,2.7821523057173305,0.00355715025216341,0.011384191922843456,0.999928891658783,-0.0008238824084401131,-0.000647200271487236,0.00015905103646218777,-0.0004596160724759102,0.0005024047568440437,0.00014734268188476562 +87,3.138086585894936,-0.011375150186829134,2.7820821832524776,0.0035058341454714537,0.01137490477412939,0.9999293088912964,0.00022668298333883286,0.0033330265432596207,-7.927371188998222e-05,0.0022162122186273336,-9.86587256193161e-05,0.0004980564117431641 +88,3.137993279554376,-0.011355726081692481,2.7820423324354833,0.0035991352051496506,0.011355482041835785,0.9999293088912964,0.0011857878416776657,-0.0014884662814438343,0.0018681904766708612,-0.001813855953514576,-0.002169688232243061,0.0008643865585327148 +89,3.1380280846462374,-0.01133033936178742,2.781599095227292,0.0035643326118588448,0.01133009698241949,0.9999294281005859,0.000837396364659071,-0.00102891493588686,-0.0005262634949758649,0.0023103009443730116,0.0011668503284454346,5.525350570678711e-05 +90,3.1379955666910733,-0.0113949506538931,2.7810546515792267,0.0035968467127531767,0.011394703760743141,0.999928891658783,-0.0014006802812218666,0.0021902089938521385,0.0003510455135256052,-0.002788129262626171,0.0007665539160370827,0.000971674919128418 +91,3.1380028757583096,-0.011374904453488764,2.780407512093255,0.0035895381588488817,0.011374658904969692,0.9999289512634277,0.0009209061972796917,9.955838322639465e-06,0.0021045689936727285,0.0017052616458386183,-6.789620965719223e-05,0.0006051063537597656 +92,3.1379689138960596,-0.01136767921578205,2.7795656923215977,0.003623497672379017,0.0113674346357584,0.9999288320541382,0.00013375654816627502,0.0015587741509079933,-0.0012568042147904634,3.8611702620983124e-05,0.00012243445962667465,0.0004221200942993164 +93,3.1379804208920206,-0.011424278169211927,2.779209265520119,0.0036119900178164244,0.011424029245972633,0.9999284744262695,-0.0008327458053827286,0.0011335713788866997,-6.2502920627594e-05,-0.00045341975055634975,0.00014213472604751587,-4.5299530029296875e-06 +94,3.1380189968865855,-0.011440828240818882,2.779229640121229,0.0035734158009290695,0.01144057884812355,0.99992835521698,-0.0013164244592189789,-0.0007182518020272255,0.0005995123647153378,0.0010957741178572178,0.0011174054816365242,0.0007278919219970703 +95,3.1379414607148446,-0.011445891965006904,2.7792255439474505,0.0036509460769593716,0.011445642448961735,0.9999279379844666,0.0006781294941902161,0.0010482408106327057,0.00014290702529251575,-6.513018161058426e-05,0.0005325078964233398,0.0008045434951782227 +96,3.1378912325742467,-0.011490372310794441,2.779209944129863,0.0037011676467955112,0.011490119621157646,0.9999269843101501,-0.001175672747194767,-0.0001436229795217514,-0.00024557369761168957,0.00020508188754320145,-0.0014193197712302208,0.0005916357040405273 +97,3.137917754771662,-0.011479828873158635,2.7791890251355467,0.003674648702144623,0.011479577049612999,0.9999274611473083,0.001114126294851303,-0.00048030680045485497,-0.0005885633872821927,0.0017879982478916645,7.132813334465027e-05,-1.895427703857422e-05 +98,3.1379358258312684,-0.01149512537715829,2.7791977713189233,0.0036565777845680714,0.011494872160255909,0.9999271631240845,-0.0013300050050020218,0.002209771890193224,0.0003853505477309227,-0.0007421495392918587,-0.00023388676345348358,0.0010492801666259766 +99,3.1379626740544015,-0.011489888370091505,2.779002461878606,0.003629732644185424,0.011489635333418846,0.9999275803565979,-0.0020958781242370605,-0.00010837102308869362,0.00027092592790722847,0.0004748823121190071,0.0005953265354037285,0.0008965730667114258 +100,3.137973657320013,-0.0114056657833611,2.778958070133244,0.003618753980845213,0.011405418626964092,0.9999286532402039,-0.0009161513298749924,-0.001236251089721918,-0.0001794719137251377,-0.00013974960893392563,6.919167935848236e-05,0.0005140304565429688 +101,3.137958835441466,-0.01138159131179425,2.778894988228563,0.0036335752811282873,0.011381345801055431,0.9999287128448486,0.00015552714467048645,-0.0006955275312066078,0.0020392490550875664,-0.0002461241092532873,-0.0010969210416078568,0.0006053447723388672 +102,3.1379121234980114,-0.011321442617709013,2.778826064564471,0.003680286230519414,0.011321200989186764,0.9999292492866516,-0.002120375633239746,-0.0004323739558458328,-0.002735974034294486,0.0023164181038737297,0.0007179854437708855,0.00023865699768066406 +103,3.137859479119135,-0.011347419805444275,2.7786526008812307,0.003732925746589899,0.011347176507115364,0.9999287724494934,-0.0033667301759123802,0.0008739233016967773,3.647059202194214e-05,-0.0007879794575273991,0.0007988195866346359,0.0017802715301513672 +104,3.1379418268866237,-0.011337358820978931,2.778655328452731,0.0036505842581391335,0.011337116360664368,0.9999291300773621,-0.0006254799664020538,-0.0005909819155931473,0.00019220728427171707,0.0012322282418608665,-7.613003253936768e-05,0.00022351741790771484 +105,3.1379527310856563,-0.011229214803683158,2.7786585076867736,0.003639684524387121,0.011228978633880615,0.9999302625656128,-0.00015388242900371552,0.0019926284439861774,0.00010160799138247967,0.0008463992271572351,-9.006448090076447e-05,0.0005579590797424316 +106,3.137990071031743,-0.011198651107883312,2.7781577660417764,0.0036023494321852922,0.011198417283594608,0.9999309778213501,-0.0009811539202928543,0.001469994429498911,-0.0007034031441435218,0.0002581244334578514,-0.0001815706491470337,0.00011491775512695312 +107,3.1380246143574406,-0.011234929759312198,2.777688296752296,0.0035678064450621605,0.011234693229198456,0.9999305605888367,-0.0012543350458145142,-0.0014036321081221104,-0.0002500645350664854,0.0006741366814821959,0.0013995831832289696,-0.0005256533622741699 +108,3.138001938931772,-0.011257896232836424,2.7776956968415667,0.0035904794931411743,0.011257658712565899,0.999930202960968,0.004936625249683857,-0.001817110925912857,0.00040661334060132504,-0.001286402577534318,0.0001101391389966011,-0.00015908479690551758 +109,3.1380300033625574,-0.011276859138247013,2.7776258571757237,0.0035624168813228607,0.01127662044018507,0.9999302625656128,0.0012857555411756039,0.0006630541756749153,-0.0004062869120389223,0.0016103126108646393,-0.00102271419018507,-0.0004794597625732422 +110,3.1380543240056435,-0.011253597703231756,2.7774628936222516,0.0035380981862545013,0.011253359727561474,0.9999303817749023,-3.761798143386841e-05,-0.00035509560257196426,-0.0025588676799088717,3.2458221539855e-05,-0.00026703253388404846,0.00043576955795288086 +111,3.138051825389781,-0.011271962662103289,2.777448583434204,0.003540595294907689,0.011271723546087742,0.9999300837516785,0.0019349828362464905,0.0009351940825581551,0.0023704655468463898,1.470162533223629e-05,0.0009810812771320343,0.0002834200859069824 +112,3.1380686541502176,-0.011341711964940895,2.776995459360154,0.003523766528815031,0.011341468431055546,0.9999297261238098,3.2182782888412476e-05,-0.0006035487167537212,0.0009744500275701284,0.0011454233899712563,0.0004840930923819542,0.0010927915573120117 +113,3.1380188709186925,-0.011332974251731303,2.7767285098508374,0.0035735447891056538,0.011332731693983078,0.9999291300773621,1.141335815191269e-05,-0.0004182159900665283,0.002224729862064123,-0.0009642927907407284,-0.0010940870270133018,-2.09808349609375e-05 +114,3.1380502613952905,-0.011264498097468632,2.7763210712883617,0.003542159451171756,0.011264259926974773,0.9999300837516785,-0.0011608554050326347,0.0004461160860955715,-0.0027503021992743015,0.0007455593440681696,-4.905369132757187e-05,0.0005732178688049316 +115,3.1381106099623346,-0.011273153926098447,2.7753615731866015,0.003481816267594695,0.011272914707660675,0.9999306201934814,0.002321124542504549,-0.00035799620673060417,-0.0007012250134721398,0.00013451790437102318,0.0003542844206094742,0.0010461807250976562 +116,3.1381194594121173,-0.011299685827687096,2.775178881178593,0.0034729656763374805,0.011299445293843746,0.9999301433563232,0.00017890706658363342,-0.0009335535578429699,-0.0013572131283581257,-0.0005585364997386932,-0.00011475291103124619,0.0004818439483642578 +117,3.1380580064169807,-0.011323313139436589,2.7743630958655445,0.0035344127099961042,0.011323071084916592,0.9999295473098755,1.9390136003494263e-05,-0.0012036203406751156,-0.0018267622217535973,0.0007380477618426085,-0.0005198493599891663,-0.00026535987854003906 +118,3.138010258966763,-0.011257488359243678,2.7733059191734437,0.003582160221412778,0.011257250793278217,0.9999303221702576,-0.00017695967108011246,0.0005905241705477238,0.0016600496601313353,-0.0004693672526627779,-0.0009270505979657173,0.000664830207824707 +119,3.1379879568888804,-0.011314926699803694,2.7728615075992917,0.00360445911064744,0.011314685456454754,0.9999297261238098,8.831825107336044e-05,0.0008027129806578159,0.00046089966781437397,-0.0010104645043611526,-0.00019102729856967926,0.0017489194869995117 +120,3.1380935393136067,-0.011295176613524117,2.7724015325708344,0.0034988841507583857,0.011294936761260033,0.9999301433563232,0.0030103959143161774,0.0025871889665722847,-0.0026585410814732313,0.0006209888961166143,-0.00017127953469753265,0.0008022785186767578 +121,3.1381160099611125,-0.011327072374091928,2.7718527644751787,0.0034764136653393507,0.01132682990282774,0.9999297857284546,-0.0014898786321282387,0.0005758730694651604,-0.002118205651640892,-0.0015995828434824944,0.00010200124233961105,0.00048214197158813477 +122,3.138137925132586,-0.011367501398918265,2.771382748204963,0.0034544982481747866,0.011367256753146648,0.9999293684959412,0.0005885455757379532,0.0010837125591933727,-0.0015931122470647097,0.0015046081971377134,-0.0001520467922091484,-0.0012722015380859375 +123,3.138120295708308,-0.011371032883635524,2.7704344282266438,0.0034721253905445337,0.011370787397027016,0.9999290704727173,-6.261840462684631e-05,0.000901258084923029,0.0008687039371579885,0.000632487703114748,0.00016485340893268585,5.537271499633789e-05 +124,3.1381065557328793,-0.011347398514686512,2.7703951797703845,0.003485867055132985,0.011347155086696148,0.9999297261238098,0.00013783201575279236,-0.0006099371239542961,0.0019708764739334583,0.00032883044332265854,0.0002495255321264267,-0.00023472309112548828 +125,3.1380806391065352,-0.011374321220840422,2.7702312753242757,0.003511779010295868,0.011374075897037983,0.9999288320541382,-0.0015813019126653671,-0.00013460591435432434,-0.0021475094836205244,0.0004555049818009138,-0.0007234448567032814,0.000986337661743164 +126,3.1381103774979553,-0.011365609238771526,2.7700262560467577,0.0034820439759641886,0.01136536430567503,0.9999293088912964,0.0006505101919174194,0.0011607990600168705,0.0007721723522990942,-7.933448068797588e-05,-7.386133074760437e-05,0.0008183121681213379 +127,3.1381036151594106,-0.011373123346417052,2.769407375852201,0.0034888056106865406,0.011372878216207027,0.9999292492866516,-0.0015536285936832428,-0.0007473165169358253,0.000129450811073184,0.00046322052367031574,0.00043742358684539795,0.0006200671195983887 +128,3.138035000323418,-0.01139406267535028,2.7690587802319007,0.0035574142821133137,0.011393816210329533,0.9999286532402039,0.000558534637093544,-0.0018605543300509453,-0.0002964918967336416,0.00044038775376975536,0.0007369192317128181,0.0003306269645690918 +129,3.137985826262909,-0.011414438353469707,2.7688250225999345,0.0036065843887627125,0.011414190754294395,0.99992835521698,0.00249331071972847,-0.002337610349059105,-0.002269735559821129,0.00020811287686228752,0.00039611198008060455,0.00045311450958251953 +130,3.137996897791853,-0.011422192074975291,2.7687517470265495,0.0035955135244876146,0.01142194401472807,0.99992835521698,9.289849549531937e-05,-0.0013741282746195793,-0.0012502782046794891,-0.0002690977416932583,-0.0008018268272280693,-1.990795135498047e-05 +131,3.138059812516821,-0.011366496497453504,2.7687129816971487,0.00353260594420135,0.011366251856088638,0.9999293088912964,-0.0011686310172080994,0.0013331715017557144,-0.0004894991870969534,0.0002210561651736498,-1.3712793588638306e-05,0.0009253025054931641 +132,3.138018842054102,-0.011336540937178228,2.768622450240561,0.0035735745914280415,0.01133629772812128,0.9999294281005859,0.002121325582265854,-0.0015669520944356918,-0.0005974171217530966,-0.0005675931461155415,0.00018408801406621933,-0.0003566741943359375 +133,3.1380123261334028,-0.01133119780671101,2.7687047824693405,0.0035800898913294077,0.011330955661833286,0.9999293684959412,-0.000994918867945671,-0.0014894059859216213,0.0006296415813267231,0.0006618532352149487,0.0008608177304267883,0.0010166168212890625 +134,3.1379694765693658,-0.011291703614441921,2.7687337308358364,0.003622938646003604,0.011291463859379292,0.9999298453330994,0.0010927398689091206,0.00017722975462675095,0.00033911876380443573,-0.0005101452115923166,0.0003662519156932831,0.001153707504272461 +135,3.1379665986550713,-0.0112967847954975,2.7687586632466465,0.0036258166655898094,0.011296544224023819,0.9999299049377441,-0.0005621882155537605,-0.0004112967289984226,0.002209288999438286,0.0005245748907327652,-0.0007832366973161697,0.00028395652770996094 +136,3.1379185519140482,-0.011290249873486381,2.7686622376598473,0.0036738591734319925,0.011290010064840317,0.9999294877052307,-0.001597454771399498,-0.001226076390594244,-0.0007144352421164513,0.00014083762653172016,0.0003066686913371086,0.0003298521041870117 +137,3.1379290933277626,-0.01134572037863927,2.768523717065054,0.0036633170675486326,0.01134547684341669,0.9999291300773621,0.0013872049748897552,-0.0004949523136019707,-0.0014522908022627234,2.9310816898941994e-05,0.000602157786488533,-8.153915405273438e-05 +138,3.1379212965900516,-0.01134673883795426,2.7685398068400393,0.003671113168820739,0.01134649571031332,0.9999291300773621,0.0004479503259062767,-0.00043766433373093605,0.002942404942587018,3.677280619740486e-05,-0.00010076723992824554,0.0004982948303222656 +139,3.1379105707171053,-0.011408313444054416,2.7682865465374835,0.0036818357184529305,0.011408066377043724,0.99992835521698,-0.0014217207208275795,-0.0015735398046672344,0.0019337350968271494,-0.00017231376841664314,-0.0006353603675961494,0.0005447864532470703 +140,3.137912368441,-0.011414464821348985,2.7682818935349705,0.003680037334561348,0.011414216831326485,0.9999281167984009,0.001891843043267727,0.002333385404199362,-0.0025494506116956472,0.000592423602938652,-0.0007025469094514847,0.002620100975036621 +141,3.1379010054225267,-0.011416169953079825,2.768217789356017,0.003691399237141013,0.011415922082960606,0.9999280571937561,-9.425822645425797e-05,0.00018731411546468735,-0.0009875805117189884,1.2272503226995468e-06,-0.0004143351688981056,-1.9609928131103516e-05 +142,3.1379283176490533,-0.011450744984895997,2.768213936941907,0.0036640879698097706,0.011450494639575481,0.9999278783798218,-0.0008670343086123466,0.0034805359318852425,-0.0016715498641133308,0.0014170892536640167,0.0017331000417470932,0.0005300045013427734 +143,3.1378680365197615,-0.011434660293599965,2.768142314413966,0.0037243645638227463,0.011434410698711872,0.9999275803565979,-0.0005036825314164162,0.0003582150675356388,0.0021384076680988073,-0.00204589799977839,-0.0007074838504195213,-3.451108932495117e-05 +144,3.1379056021366347,-0.01133122448844398,2.7681524477766244,0.0036868054885417223,0.011330981738865376,0.9999287724494934,0.0017573405057191849,0.00091510359197855,-8.009071461856365e-05,0.0017453229520469904,-0.0008634543046355247,-0.0005851387977600098 +145,3.1378851419376455,-0.01128738572461633,2.7680829117340875,0.0037072666455060244,0.011287146247923374,0.9999293088912964,0.00015314016491174698,-0.002363938372582197,0.0006334742065519094,-0.0005334382876753807,-0.0003465944901108742,-0.0002651214599609375 +146,3.137908972722803,-0.011252168334781466,2.7681197873382737,0.0036834387574344873,0.011251931078732014,0.9999297857284546,-0.0019268831238150597,-0.00072526466101408,0.001998497173190117,0.0007568676955997944,0.0014128610491752625,0.00016164779663085938 +147,3.137892940476998,-0.011288224994884069,2.7681305691084797,0.0036994693800807,0.011287985369563103,0.9999295473098755,0.000775790773332119,5.448656156659126e-05,-0.0010718965204432607,0.0005577332340180874,0.0005680946633219719,0.0004673004150390625 +148,3.1378654739111482,-0.011291231991956089,2.7681810824691935,0.0037269333843141794,0.011290991678833961,0.9999293088912964,0.0001279367133975029,0.0002151927910745144,-0.0020202898886054754,-0.0004310351796448231,-0.0014032963663339615,0.0006352663040161133 +149,3.1378976952998223,-0.011245486833264007,2.7681905261008595,0.0036947173066437244,0.011245249770581722,0.9999302625656128,-0.0034902654588222504,-0.00046389689669013023,0.0007052202709019184,0.0016458597965538502,-0.0005946122109889984,0.0007108449935913086 +150,3.137951490460692,-0.011244612781630407,2.7682241485953147,0.003640924347564578,0.011244376190006733,0.9999299645423889,-1.2254342436790466e-05,-0.0011080903932452202,-0.001666602911427617,-0.00045183789916336536,0.001069466583430767,0.0009243488311767578 +151,3.1379869040197006,-0.011208392374193268,2.7681397373583656,0.003605515230447054,0.011208157986402512,0.9999306797981262,0.0010273465886712074,-0.0011298488825559616,0.0005336643662303686,0.0007279806304723024,0.0003580031916499138,0.0004202723503112793 +152,3.1380091399049777,-0.01117340916166686,2.7681379742122365,0.0035832824651151896,0.01117317657917738,0.9999312162399292,0.0036130761727690697,-0.0005084541626274586,0.0007771686650812626,-0.00016531371511518955,-4.9520283937454224e-05,0.0014573931694030762 +153,3.138026300126662,-0.011229472362769458,2.7681874205008254,0.003566122381016612,0.011229236610233784,0.9999309778213501,0.0024110525846481323,0.0019762511365115643,0.0010308199562132359,-0.0004075518809258938,-0.00039549171924591064,-0.0004799365997314453 +154,3.138067214460442,-0.011242994249690365,2.7681287629144533,0.003525210078805685,0.011242757551372051,0.9999308586120605,0.0017481627874076366,0.0007740668952465057,-0.0017739195609465241,0.0014338972978293896,0.0006133243441581726,0.0005729198455810547 +155,3.1380292491002555,-0.011287774153698872,2.7681219625452695,0.003563170786947012,0.011287534609436989,0.999930202960968,-0.00047768931835889816,-0.0013230643235147,0.0011086594313383102,-0.0013048695400357246,0.0008737212046980858,0.0010312795639038086 +156,3.137996444307752,-0.011259593985482886,2.76813755410252,0.0035959731321781874,0.011259356513619423,0.9999300241470337,0.0017770403064787388,0.0003940090537071228,0.001970623154193163,0.0022176248021423817,0.0002762880176305771,0.0011990070343017578 +157,3.1380223520082624,-0.011260922068299992,2.768180649158438,0.0035700679291039705,0.01126068364828825,0.9999303221702576,0.0007153917104005814,0.000928773544728756,-0.0009425099706277251,-0.0012812498025596142,-0.0011288486421108246,0.000527501106262207 +158,3.1379963143730483,-0.011260621642369555,2.768139367369958,0.0035961042158305645,0.011260383762419224,0.9999303221702576,0.0006431601941585541,-5.016196519136429e-05,-0.00020665675401687622,-0.0001781350001692772,0.0006109550595283508,-0.0002658367156982422 +159,3.137961888315893,-0.011324271074310856,2.768203690750621,0.0036305251996964216,0.011324029415845871,0.9999294877052307,0.0016647507436573505,0.001004454679787159,0.0012338906526565552,0.0006724537815898657,0.0015543894842267036,0.0010625123977661133 +160,3.137936190263433,-0.011384611972583536,2.768186699164341,0.0036562189925462008,0.01138436608016491,0.9999287724494934,-0.0016135964542627335,0.003494858741760254,0.0004511256702244282,-0.001596282236278057,0.0011583594605326653,0.001353144645690918 +161,3.1380193265592182,-0.011392467760824728,2.768054249123132,0.003573088441044092,0.011392221786081791,0.9999290108680725,-0.0014950968325138092,-0.00030352966859936714,-0.0015016107354313135,0.0010198079980909824,-0.0004974426701664925,0.0009105205535888672 +162,3.1380420370456337,-0.011351984869317535,2.7680525859233365,0.003550380002707243,0.011351740919053555,0.9999291896820068,-0.0014055119827389717,0.0008542593568563461,-0.0023556470405310392,-0.0002849996089935303,3.131479024887085e-05,0.0005131959915161133 +163,3.138024869811874,-0.011308374381751645,2.7679987987395176,0.003567547770217061,0.011308133602142334,0.9999296069145203,-0.0003150841221213341,0.0010995874181389809,-0.000462585361674428,0.000125078484416008,-0.0002760309725999832,0.0010468363761901855 +164,3.137980363851941,-0.01127998885020979,2.7678210284516287,0.0036120517179369926,0.011279749684035778,0.9999297857284546,-0.0008514076471328735,-0.0009214510209858418,0.00042447447776794434,-0.0010943517554551363,-0.00024764612317085266,0.00017696619033813477 +165,3.1379910132032416,-0.01119249186660731,2.7678328746980316,0.003601406468078494,0.011192258447408676,0.9999306797981262,0.0014523761346936226,-0.0009354287758469582,-0.000540916109457612,0.0004116545896977186,-0.0003280024975538254,0.0008320212364196777 +166,3.1380108672300047,-0.011156151988133824,2.7679315851626405,0.003581555560231209,0.011155921034514904,0.9999313354492188,-0.0011890782043337822,0.0038434676826000214,-0.0013913767179474235,0.0006298695225268602,-0.00012381747364997864,-0.0002518296241760254 +167,3.138013964423457,-0.01115660374506337,2.767966969944609,0.0035784593783318996,0.011156372725963593,0.9999315738677979,0.0002470584586262703,0.00046738889068365097,-0.0029640421271324158,0.0002820149529725313,-7.848907262086868e-05,0.00101470947265625 +168,3.1379941716673376,-0.011158128543688469,2.76789672752621,0.003598250448703766,0.011157897301018238,0.9999313354492188,-0.00238037109375,0.0002505229786038399,-0.0008657812140882015,-7.347017526626587e-05,0.0014000870287418365,0.00067901611328125 +169,3.137940435360152,-0.011219084359841628,2.7678266007390078,0.0036519798450171947,0.011218848638236523,0.9999302625656128,-0.004144106991589069,-0.002822156995534897,-0.0010592779144644737,0.0003763397689908743,-7.993541657924652e-05,0.0006646513938903809 +170,3.137890232732846,-0.011203861377471494,2.7677666879572156,0.0037021797616034746,0.011203627102077007,0.9999302625656128,-0.0005985181778669357,-0.0010639699175953865,-0.0011755896266549826,-0.000864044763147831,-4.9452297389507294e-05,0.0016870498657226562 +171,3.1379146384765817,-0.011226952325356815,2.7677703545473697,0.0036777746863663197,0.011226716451346874,0.9999301433563232,-0.00017532892525196075,-0.0028615458868443966,0.00019375095143914223,0.001540730707347393,0.0005225501954555511,0.0004054903984069824 +172,3.1378992906288206,-0.01128039740451567,2.767794780481365,0.003693118691444397,0.011280158534646034,0.9999293088912964,-0.001539299264550209,-0.00010299868881702423,0.0021171087864786386,0.0002131303772330284,0.0001334128901362419,0.0004366636276245117 +173,3.1379005970502503,-0.011322223729211859,2.7678103564225682,0.003691811114549637,0.011321981437504292,0.9999290108680725,0.00019331369549036026,-4.759058356285095e-06,0.0022196213249117136,-0.0004264309536665678,-0.00028987880796194077,-0.0014397501945495605 +174,3.1378930096425193,-0.011329135835545302,2.767794030124278,0.003699398599565029,0.011328893713653088,0.9999291300773621,0.001853195484727621,0.00013954564929008484,-0.0025490561965852976,-6.780680269002914e-05,-0.000708775594830513,-0.0011497735977172852 +175,3.137867605423296,-0.011340051979328048,2.7679511018114655,0.0037248004227876663,0.011339808814227581,0.9999288320541382,-0.001220296137034893,-0.00031997309997677803,0.001082774717360735,4.412047564983368e-05,7.376540452241898e-05,0.0015207529067993164 +176,3.1378679540880676,-0.011304245641768872,2.7680483527446618,0.0037244532722979784,0.011304005049169064,0.9999292492866516,-0.0016469713300466537,0.0004857955500483513,0.0012785077560693026,0.0008531834464520216,0.000536816194653511,0.001566171646118164 +177,3.1377890427101494,-0.011309981548205682,2.7679183699843573,0.003803358878940344,0.011309740133583546,0.9999289512634277,0.00043647363781929016,0.001298363320529461,-0.0010931380093097687,-0.00037013087421655655,0.0003937510773539543,0.0003000497817993164 +178,3.1377658550114953,-0.011363555311625534,2.7681175962801183,0.003826542990282178,0.011363310739398003,0.9999282956123352,-0.00040842220187187195,-0.0009605078957974911,0.0016382974572479725,0.00021703727543354034,-0.0006363792344927788,-0.0001569986343383789 +179,3.1377358288578607,-0.011276331228813524,2.7679876814446605,0.003856569528579712,0.011276092380285263,0.9999288320541382,-0.0017709797248244286,-0.0019946335814893246,-0.0013067256659269333,-0.00013342569582164288,-0.0005796831101179123,0.0005592703819274902 +180,3.1377544372226787,-0.011275060608321964,2.7678515019515944,0.0038379633333534002,0.011274822056293488,0.9999291896820068,0.0003099283203482628,0.0010873684659600258,0.0012814889196306467,7.251976057887077e-06,-0.0005478924140334129,0.0007270574569702148 +181,3.1378247571361486,-0.011308155656931341,2.7677893878160216,0.003767646849155426,0.0113079147413373,0.9999290108680725,-0.0013274671509861946,0.0014885291457176208,0.002145579783245921,0.00018437928520143032,0.00022772885859012604,0.0011085867881774902 +182,3.1378014994697137,-0.011313373877426251,2.7677258858912803,0.0037909019738435745,0.01131313294172287,0.9999287128448486,0.0003168899565935135,-0.0003513507544994354,0.0018144338391721249,-5.249911919236183e-05,0.0003445809707045555,-0.0001424551010131836 +183,3.1378330703814554,-0.011262217494123199,2.767736927976373,0.003759335959330201,0.01126197911798954,0.9999294877052307,0.0005405740812420845,0.0007127644494175911,-0.0005035372450947762,0.0011082172859460115,-0.0005960864946246147,0.0004366636276245117 +184,3.137809122098368,-0.011265715622968681,2.767761887521144,0.0037832828238606453,0.011265477165579796,0.9999294877052307,0.0014200801961123943,-0.0012880233116447926,0.0011245382484048605,0.0005044371355324984,-0.00029440782964229584,0.0005893707275390625 +185,3.1378493873256135,-0.01122967060908123,2.767691784147801,0.0037430203519761562,0.011229434981942177,0.9999296069145203,-0.0016286736354231834,-0.0004763565957546234,0.001408593961969018,-0.0003555703442543745,0.0006571589037775993,0.000710904598236084 +186,3.1379041205615095,-0.011289007587120857,2.767636574840616,0.003688288852572441,0.01128876768052578,0.9999292492866516,-0.001385105773806572,0.00027629081159830093,-0.000895737437531352,0.0003095134161412716,0.000857226550579071,0.0018863081932067871 +187,3.137920186368121,-0.01123488860594272,2.767601992231582,0.00367222772911191,0.011234652251005173,0.9999302625656128,-0.003620491363108158,-0.00020966306328773499,-0.00041210511699318886,0.00029505835846066475,-0.0003551328554749489,0.0004208087921142578 +188,3.1378522878729456,-0.01118589368602342,2.767572921106172,0.003740123240277171,0.011185660026967525,0.9999305009841919,0.004056628793478012,0.0014008432626724243,0.000562670873478055,0.0006544082425534725,-0.0004434725269675255,0.0006798505783081055 +189,3.1378189545362507,-0.011222348593314084,2.7674060134917142,0.003773452714085579,0.01122211292386055,0.9999300241470337,-0.00014045462012290955,-0.0008129081688821316,-0.0009207273833453655,4.1244784370064735e-05,-3.741960972547531e-05,0.0002684593200683594 +190,3.1378104843989982,-0.011259619088389133,2.767177883489756,0.0037819205317646265,0.011259380728006363,0.9999294877052307,-1.3553537428379059e-05,0.0018743742257356644,0.0021571971010416746,-0.00022662244737148285,0.0002915225923061371,-0.0007687807083129883 +191,3.137764550075535,-0.011248576069465631,2.7672162612343305,0.0038278528954833746,0.011248338967561722,0.999929666519165,-0.0006402870640158653,-0.001408240757882595,-0.0013784829061478376,-2.8413720428943634e-05,0.000821365974843502,0.0005741119384765625 +192,3.1377188029034913,-0.011246033473495612,2.767202967943477,0.003873595967888832,0.011245796456933022,0.9999292492866516,-0.0004722205922007561,0.0010377666912972927,-0.0030006198212504387,0.00041412352584302425,3.044772893190384e-05,-0.00018864870071411133 +193,3.1377444190457284,-0.011289992626298272,2.767144790720681,0.0038479804061353207,0.011289753019809723,0.9999290108680725,0.00037361588329076767,2.961140125989914e-06,0.0011531463824212551,0.00031766947358846664,-0.00041023455560207367,0.0014138221740722656 +194,3.137744864850317,-0.011283779124498551,2.7671534151284782,0.003847535001114011,0.011283539235591888,0.9999291300773621,-0.0017013726755976677,-0.001335691660642624,0.0013330515939742327,-0.0005974122323095798,6.900262087583542e-05,0.0004067420959472656 +195,3.1377551442072056,-0.01126592861813383,2.7670148441134597,0.0038372566923499107,0.011265690438449383,0.9999292492866516,0.0017740009352564812,0.001275850459933281,0.0017977242823690176,-0.00020566442981362343,0.00013262592256069183,-3.600120544433594e-05 +196,3.1378374730167757,-0.01128484019608509,2.7668191168942826,0.003754932899028063,0.01128460094332695,0.9999293684959412,-0.0012179696932435036,0.0012992131523787975,0.0019278593827039003,-0.0003064465709030628,-0.0007102601230144501,0.0012303590774536133 +197,3.1378833734984886,-0.011309528278456998,2.7667815307027395,0.003709035227075219,0.011309287510812283,0.9999293684959412,0.0011068149469792843,0.0012566284276545048,-0.0007328965002670884,0.00045661465264856815,-0.0006586508825421333,0.001047372817993164 +198,3.1379012973129,-0.011281011884424041,2.7668330614387338,0.0036911119241267443,0.011280772276222706,0.9999293088912964,-0.003204548731446266,0.0009223180823028088,8.834595791995525e-05,0.0007797121070325375,0.0011551380157470703,-0.00011265277862548828 +199,3.137869250093027,-0.011314026103738778,2.766840072554649,0.0037231561727821827,0.0113137848675251,0.9999289512634277,-0.0023480579257011414,0.0010209009051322937,-0.0017554463120177388,-0.00085450429469347,0.0007406584918498993,0.00023877620697021484 +200,3.137958719704682,-0.011282863337408348,2.7668639322054953,0.0036336949560791254,0.011282623745501041,0.9999298453330994,-0.0008074752986431122,0.001232725102454424,0.0012373668141663074,0.0005319546908140182,-0.0001131892204284668,0.0014892816543579102 +201,3.1379663706245613,-0.011285225040084066,2.7668204323677985,0.003626043675467372,0.011284985579550266,0.9999296069145203,0.0004976363852620125,0.0018781675025820732,-9.964918717741966e-05,0.0010431448463350534,0.0004032440483570099,0.0014282464981079102 +202,3.1379570805749837,-0.011337699148756885,2.76683491066987,0.003635332453995943,0.011337456293404102,0.9999294281005859,0.0010494096204638481,-0.0019233189523220062,0.0007399031892418861,-0.0008277143351733685,0.0005186256021261215,0.00016236305236816406 +203,3.138004693602445,-0.01130890186698213,2.7668452229893514,0.003587724408134818,0.011308660730719566,0.9999300241470337,0.0009196721948683262,-0.002540287096053362,0.0009023994207382202,0.0003185272216796875,0.0010051857680082321,-0.00047898292541503906 +204,3.1379205388493654,-0.011351059585570583,2.7668615861192474,0.003671870334073901,0.011350816115736961,0.9999289512634277,0.002609923016279936,-0.0006149760447442532,5.651568062603474e-05,-0.00258849561214447,0.00012379419058561325,-5.0902366638183594e-05 +205,3.13791835030226,-0.011349557673264543,2.7668756229835783,0.003674058709293604,0.011349313892424107,0.9999289512634277,0.0009550256654620171,0.0012431014329195023,0.0008901625405997038,0.0009798724204301834,-0.000439278781414032,-0.0003103017807006836 +206,3.1378671994504956,-0.011329194899330285,2.766854304393023,0.0037252064794301987,0.011328952386975288,0.999928891658783,-0.00158010795712471,0.0006378623656928539,8.788425475358963e-06,0.0004862190689891577,-0.000159519724547863,0.000483095645904541 +207,3.1378881707410327,-0.011301418678166733,2.7668321998491625,0.003704237984493375,0.011301178485155106,0.9999293684959412,0.00033660419285297394,-0.002777725923806429,0.0004386487416923046,-0.0010949845891445875,-0.00025381334125995636,-8.189678192138672e-05 +208,3.137923361884989,-0.011295017676158174,2.766976826850302,0.0036690502893179655,0.011294777505099773,0.9999297261238098,-0.0009289635345339775,0.0010299780406057835,0.0018105292692780495,0.0012442809529602528,0.00039345771074295044,0.0005129575729370117 +209,3.1379728850334896,-0.011250765091088997,2.7674992823480724,0.003619531635195017,0.011250527575612068,0.999930202960968,0.00019836146384477615,-0.00029206089675426483,-0.0023714136332273483,-0.0006288092117756605,0.0001935632899403572,0.0007564425468444824 +210,3.1379740520426602,-0.011317588731521958,2.767483311721335,0.0036183618940413,0.011317347176373005,0.9999293684959412,0.00020082015544176102,-0.0016042492352426052,0.00010526482947170734,-0.00013935798779129982,-0.0002242075279355049,-0.0002651214599609375 +211,3.1379850268772604,-0.01130757081183803,2.7674660287281556,0.003607388585805893,0.01130732987076044,0.999929666519165,-0.00030176620930433273,0.002468761056661606,0.0029205845203250647,0.0011533540673553944,0.0005334913730621338,0.0017794370651245117 +212,3.138012102072256,-0.011322418991698956,2.7674347456326647,0.003580315038561821,0.01132217701524496,0.999929666519165,0.0014904760755598545,-0.00039974041283130646,-0.0004654306685552001,-0.0002844161354005337,-0.00018326006829738617,-5.841255187988281e-06 +213,3.1380348608227395,-0.011307051813169017,2.767449552678124,0.003557558637112379,0.01130681112408638,0.9999299645423889,0.0008158758282661438,2.7563422918319702e-05,-0.0014108582399785519,0.0014015482738614082,-0.0008545396849513054,-0.0006469488143920898 +214,3.1380408945121205,-0.0113097447748761,2.767454917561512,0.0035515238996595144,0.011309503577649593,0.9999296069145203,-0.0034528113901615143,0.0019072876311838627,0.0012751761823892593,0.0009193010628223419,0.001050114631652832,0.00029915571212768555 +215,3.1380040150676254,-0.011345213509012492,2.767473608566975,0.0035884007811546326,0.0113449702039361,0.9999294877052307,0.0018605762161314487,0.0008883895352482796,-0.0006499033188447356,0.0005467324517667294,-0.00043493229895830154,0.00033020973205566406 +216,3.1380226245032876,-0.01134776599025455,2.7674687944260925,0.0035697922576218843,0.011347522027790546,0.9999294281005859,0.0005054213106632233,0.0028399103321135044,0.0007891843561083078,0.0008247396908700466,0.0010120971128344536,0.0006810426712036133 +217,3.138036379193327,-0.011337413230176487,2.7674155112609125,0.0035560375545173883,0.011337170377373695,0.9999291896820068,-0.0019280770793557167,-0.0015141223557293415,0.0012730748858302832,-0.00030591641552746296,-0.00024403352290391922,0.0003604888916015625 +218,3.1380526360094523,-0.011325815449328671,2.767363563643173,0.003539782715961337,0.011325573548674583,0.9999294877052307,0.0002540247514843941,0.0011279946193099022,0.0017714288551360369,9.18086152523756e-05,0.000515245832502842,-0.0011655688285827637 +219,3.1379995673021215,-0.01136105095027146,2.767335579759132,0.003592846915125847,0.011360806412994862,0.9999290704727173,0.0004924600943922997,0.0008275113068521023,0.0009595586452633142,0.0016409177333116531,0.0009835539385676384,0.00040662288665771484 +220,3.137923382412885,-0.011400177204410443,2.767482900495087,0.0036690249107778072,0.011399930343031883,0.9999284148216248,-0.0009285286068916321,0.0017442479729652405,0.0006288147997111082,-0.0010902895592153072,-9.316764771938324e-05,0.0011092424392700195 +221,3.1379493424050398,-0.011396176586305396,2.767658020509197,0.0036430666223168373,0.01139593031257391,0.9999284744262695,-0.00041341595351696014,0.0010479744523763657,0.002671931404620409,0.0007362058386206627,0.0010247249156236649,0.0009565353393554688 +222,3.1379215733231023,-0.011359108023685702,2.767638542035084,0.003670835169032216,0.011358863674104214,0.9999287724494934,-0.0024286285042762756,0.0007761381566524506,0.0007309862412512302,-0.0009395119268447161,0.0005124742165207863,0.0006052255630493164 +223,3.1379022992542214,-0.011341497252927605,2.7676427942980584,0.003690108424052596,0.011341254226863384,0.9999287724494934,-0.0011676372960209846,-0.0020934357307851315,-0.00048532523214817047,0.000536575447767973,-9.552855044603348e-05,0.001093447208404541 +224,3.1378622548866546,-0.011294624577735798,2.7676410855916314,0.0037301527336239815,0.011294384486973286,0.9999294281005859,0.00033160578459501266,0.0017964146099984646,0.0007492827717214823,-0.0005410658195614815,0.00019548367708921432,0.0005284547805786133 +225,3.137874592013696,-0.01133174038559559,2.7675894328772594,0.003717815037816763,0.011331497691571712,0.9999290704727173,0.0013995184563100338,0.00036466214805841446,0.0012050813529640436,-0.0007728682830929756,-0.0004977565258741379,-5.1021575927734375e-05 +226,3.1378993681443825,-0.011252791172085544,2.7676303811874026,0.003693042555823922,0.011252554133534431,0.999929666519165,-0.0029980065301060677,-0.000565909780561924,0.0005208798684179783,0.00013691256754100323,0.0004204167053103447,0.0007109642028808594 +227,3.1378783914080346,-0.011290473047831531,2.7676379947096845,0.0037140159402042627,0.011290233582258224,0.9999291300773621,-0.0006217155605554581,0.0021552788093686104,0.0009197276085615158,-0.00012820144183933735,-0.0003039073199033737,0.0009861588478088379 +228,3.137863130338503,-0.011289319296781343,2.767620920508941,0.0037292777560651302,0.011289079673588276,0.9999295473098755,-9.615160524845123e-05,0.0010493602603673935,0.0029394642915576696,-0.0007385541684925556,1.7685815691947937e-05,0.0012303590774536133 +229,3.1378528939901495,-0.011281731013114629,2.767636994138413,0.003739513223990798,0.011281491257250309,0.9999294877052307,2.782978117465973e-05,0.0006659980863332748,-0.0019781100563704967,0.0002125136088579893,0.0007729530334472656,5.53131103515625e-05 +230,3.137855775295318,-0.011337423129613562,2.7678152523704442,0.003736629383638501,0.011337180621922016,0.9999287724494934,0.0013995873741805553,-0.0009036660194396973,-0.000255063408985734,-0.0003949548117816448,-0.00024404190480709076,0.0008341670036315918 +231,3.137830465612927,-0.011410069256376073,2.7681344265431944,0.0037619343493133783,0.011409821920096874,0.9999278783798218,0.00031112879514694214,0.0017634453251957893,-0.0009843151783570647,-8.272239938378334e-06,0.00043099839240312576,0.0006672143936157227 +232,3.1378483442479337,-0.011471036453337304,2.768065810026957,0.0037440548185259104,0.011470784433186054,0.9999273419380188,-0.001882161945104599,-0.0016968632116913795,-0.00074635015334934,-0.00012772134505212307,-0.0007743733003735542,0.0006067752838134766 +233,3.1378727457139224,-0.011369663503088275,2.768193423502609,0.003719658125191927,0.011369418352842331,0.9999282360076904,-0.000802469439804554,-0.00054549565538764,-0.0006825964665040374,-0.00014910241588950157,-0.0003067990764975548,4.100799560546875e-05 +234,3.13790007507089,-0.0113892946370826,2.7682150649150215,0.0036923298612236977,0.011389048770070076,0.9999281167984009,-3.056507557630539e-05,0.0010521188378334045,-0.0001439168117940426,0.001327811274677515,3.978423774242401e-05,8.690357208251953e-05 +235,3.1378944478841513,-0.011386311904549985,2.768326904644407,0.00369795854203403,0.011386065743863583,0.9999285936355591,-0.0013069286942481995,0.0017223898321390152,7.31288455426693e-05,-0.00011214218102395535,-6.404146552085876e-05,-0.00018775463104248047 +236,3.1379377157989827,-0.011352741067583468,2.768573450033108,0.003654694650322199,0.011352497152984142,0.9999290704727173,-0.00010953191667795181,-5.8519188314676285e-05,-0.00031438213773071766,0.00017526187002658844,-0.0005034971982240677,1.0013580322265625e-05 +237,3.1379377469748997,-0.011366764399190757,2.7688277308494027,0.0036546632181853056,0.011366520076990128,0.9999289512634277,0.0008854949846863747,-0.00048291636630892754,-0.00020745722576975822,0.001060303533449769,0.00010809209197759628,0.0001323223114013672 +238,3.1379353659982003,-0.011400656155357469,2.768917907619981,0.0036570411175489426,0.011400409042835236,0.9999281167984009,-0.0015077609568834305,0.001238974742591381,0.00121233519166708,0.0002492084167897701,2.842303365468979e-05,0.0009413957595825195 +239,3.1379621364889934,-0.011279535469033573,2.7691095669668417,0.003630278166383505,0.01127929612994194,0.9999297857284546,-0.0005157608538866043,-0.0012890854850411415,0.0003905072808265686,0.00024545425549149513,0.0004241950809955597,2.4437904357910156e-05 +240,3.137967035147358,-0.011275586694227372,2.7691519431403426,0.0036253801081329584,0.01127534732222557,0.9999298453330994,0.0008355751633644104,-0.001298729795962572,-0.0002470554318279028,2.1470710635185242e-05,3.141537308692932e-05,0.0007109642028808594 +241,3.1379743872340367,-0.011228354251420514,2.769291081280764,0.0036180312745273113,0.01122811809182167,0.9999306201934814,0.0008625779300928116,0.0014689648523926735,0.0024040343705564737,-0.000444202683866024,-0.00010446086525917053,0.0007561445236206055 +242,3.1379932993537607,-0.01123546316959189,2.769382933294369,0.003599118674173951,0.01123522687703371,0.9999302625656128,0.0007179826498031616,-0.0005654837004840374,0.0004216821398586035,0.0007648940663784742,0.0003919685259461403,-5.251169204711914e-05 +243,3.137945742913951,-0.01129776734421147,2.769334816683861,0.0036466699093580246,0.011297526769340038,0.9999295473098755,0.001280184369534254,-0.0008407598361372948,0.0010528042912483215,0.0008088964968919754,-0.00018912926316261292,-0.00020420551300048828 +244,3.1378651315902943,-0.011294465112321425,2.7691126644046338,0.0037272751796990633,0.011294225230813026,0.9999291300773621,0.00023684371262788773,0.0023604491725564003,-1.1072028428316116e-05,0.0006367380265146494,0.00011934805661439896,0.0006963014602661133 +245,3.1378574445596885,-0.01140853690185726,2.7687970319325017,0.003734957193955779,0.011408288963139057,0.9999279379844666,-0.00014013610780239105,-0.0006011519581079483,-0.000940408674068749,-0.00039328262209892273,0.00014261342585086823,0.00016361474990844727 +246,3.137873737154445,-0.011439093176313201,2.7686699623721696,0.003718665335327387,0.011438843794167042,0.9999278783798218,-0.0001942962408065796,-4.372419789433479e-05,0.000846371753141284,0.0014388062991201878,-0.0006203595548868179,0.0008505582809448242 +247,3.1378448461705255,-0.011438489423502356,2.7681919752300743,0.0037475540302693844,0.011438240297138691,0.9999277591705322,7.496681064367294e-05,0.0011757025495171547,0.00015805871225893497,-0.00016173813492059708,-0.00026880577206611633,0.00022494792938232422 +248,3.1378900303874926,-0.011409163012730428,2.7678937198260547,0.0037023734766989946,0.011408915743231773,0.9999279379844666,0.0002573169767856598,0.0010604406706988811,0.0011422515381127596,-7.078167982399464e-05,-0.000193706713616848,0.00019401311874389648 +249,3.1378919476771974,-0.01142255979942338,2.7677214582433525,0.003700456814840436,0.011422310955822468,0.9999281167984009,0.0011657201685011387,-0.0011434759944677353,0.00043134111911058426,0.0002973463851958513,0.0003116987645626068,0.0005297660827636719 +250,3.137876280561699,-0.011431461409422266,2.7670836105208134,0.003716121893376112,0.011431212536990643,0.9999278783798218,0.0012095673009753227,-0.001013949979096651,0.0003048866055905819,-0.00022185873240232468,-0.00029229559004306793,0.0007741451263427734 +251,3.13785895495238,-0.011443371095132212,2.766998297153464,0.0037334465887397528,0.01144312135875225,0.9999278783798218,-0.0015370454639196396,-0.00014966214075684547,-0.0003756193909794092,-0.0003307359293103218,-0.00019739102572202682,5.710124969482422e-05 +252,3.1378922888938265,-0.011379296687224712,2.7668999961533096,0.003700116416439414,0.011379051022231579,0.99992835521698,0.002107962965965271,-0.0009454530663788319,-0.0005733071593567729,0.00019087456166744232,-8.754804730415344e-05,0.0013990998268127441 +253,3.1378729798702722,-0.011396782382646293,2.767395287554101,0.0037194229662418365,0.01139653567224741,0.9999279975891113,-0.0014998186379671097,0.0006781639531254768,0.00031593814492225647,-8.783186785876751e-05,-0.001081596128642559,5.65648078918457e-05 +254,3.1379041918297306,-0.011391222058945069,2.7681832059964946,0.003688214812427759,0.011390975676476955,0.9999285340309143,-5.92600554227829e-06,-0.0019469601102173328,-0.00023939181119203568,0.0006300229579210281,-0.0004656817764043808,0.0004988908767700195 +255,3.1378870495842985,-0.011415281527458286,2.768609480241631,0.0037053548730909824,0.011415033601224422,0.9999281764030457,-0.0017292192205786705,0.00013834331184625626,-0.0011140975402668118,0.00018563680350780487,0.0011887270957231522,0.0006976127624511719 +256,3.137858890860411,-0.011411386109947732,2.7686832048037116,0.0037335099186748266,0.01141113881021738,0.9999276995658875,0.0005673933774232864,0.0008745891973376274,-0.0012059486471116543,-0.00022398983128368855,-0.000424814410507679,0.0012012124061584473 +257,3.1378771607962657,-0.0113785048804228,2.7687143305120316,0.0037152438890188932,0.011378259398043156,0.9999284148216248,0.0006026886403560638,-0.0021985392086207867,0.00039304024539887905,-0.0006482270546257496,-0.0007581422105431557,0.0011550188064575195 +258,3.1379098505595904,-0.011412816950623529,2.7684944543051806,0.0036825560964643955,0.01141256932169199,0.9999284744262695,0.00045611336827278137,-0.0015653306618332863,-0.0015201440546661615,-0.0004324330948293209,-0.00016683805733919144,-0.0002485513687133789 +259,3.137913335870681,-0.011435202957096735,2.7678497075485504,0.003679069923236966,0.011434953659772873,0.9999281764030457,-0.0006795590743422508,0.0017140023410320282,-3.3478718250989914e-05,0.0005018389783799648,0.00016172882169485092,5.6862831115722656e-05 +260,3.1378678113977236,-0.011424850321594309,2.767811301534535,0.0037245904095470905,0.011424602009356022,0.9999277591705322,0.0001353798434138298,0.0005891779437661171,0.0030486183241009712,-0.00019981036894023418,0.0001873355358839035,0.001155555248260498 +261,3.1378534906830295,-0.011404133250137068,2.7676054098941227,0.0037389120552688837,0.011403885670006275,0.9999282360076904,-0.0005700280889868736,-0.001657184213399887,0.0006799192633479834,0.00016733934171497822,-0.0011347178369760513,0.00017881393432617188 +262,3.137820812718726,-0.0113806287353625,2.7674392200066342,0.0037715870421379805,0.011380382813513279,0.9999279975891113,0.001783628948032856,0.0008520567789673805,-0.0004933923482894897,-0.0002468074671924114,-5.836319178342819e-05,-0.0001569986343383789 +263,3.1378090854416385,-0.011396097780184746,2.7673554227103243,0.003783313324674964,0.011395851150155067,0.9999278783798218,-0.0006713150069117546,0.003017761744558811,-0.00038720667362213135,-1.4392659068107605e-05,0.00021608639508485794,0.00022464990615844727 +264,3.137807951898764,-0.01145224335162378,2.7675669702402006,0.0037844448816031218,0.011451993137598038,0.9999274015426636,0.00046484265476465225,-0.0010132919996976852,0.0002466677688062191,0.00030491105280816555,-0.0003435937687754631,-0.0005071163177490234 +265,3.137764633920411,-0.01143630756709417,2.767654455049159,0.0038277606945484877,0.011436058208346367,0.9999274611473083,-0.00065572839230299,0.00043336767703294754,-0.0007670007180422544,0.0006430651992559433,-0.0004802476614713669,0.00030159950256347656 +266,3.1377497223125697,-0.011402509264987077,2.7677384856419978,0.003842672100290656,0.01140226237475872,0.9999276399612427,-0.0001633157953619957,-0.00023218616843223572,-0.001661516260355711,-0.0006078090518712997,-0.0004922281950712204,0.0009726285934448242 +267,3.1377497491393735,-0.011448312443004817,2.767896614854583,0.0038426429964601994,0.011448062025010586,0.9999270439147949,0.0006138598546385765,-0.0007852544076740742,0.0011135770473629236,0.001162239583209157,8.75815749168396e-05,0.0010189414024353027 +268,3.1377411922193605,-0.011459679191792728,2.767892531048689,0.0038511997554451227,0.011459428817033768,0.9999271035194397,-0.0013380758464336395,-0.0006254697218537331,-0.0006730075692757964,-0.00028064241632819176,0.00032035820186138153,0.001522660255432129 +269,3.1376982336461787,-0.0114703528131366,2.76787057922021,0.003894154680892825,0.011470100842416286,0.9999268054962158,0.0011105951853096485,-0.0019153999164700508,-0.0008159007411450148,-0.00017100945115089417,-0.00048377178609371185,0.00036323070526123047 +270,3.1377194362581533,-0.011450493318558626,2.767793847500063,0.0038729540538042784,0.011450243182480335,0.9999269843101501,0.0013748607598245144,-0.0010056337341666222,0.000977782066911459,-1.2480653822422028e-05,-3.666989505290985e-05,0.0003324151039123535 +271,3.137719002627592,-0.011427108131484183,2.767710742578305,0.003873388050124049,0.01142685953527689,0.9999271631240845,-0.0019491231068968773,-0.001335222739726305,-4.6469271183013916e-05,-0.0003028318751603365,-0.0003337208181619644,0.00021010637283325195 +272,3.1377345249705453,-0.011426611719955234,2.7676618695685535,0.0038578680250793695,0.01142636314034462,0.9999274611473083,-0.0012425566092133522,0.002814333885908127,0.0022285096347332,-0.0009434381499886513,0.0002466132864356041,0.00022530555725097656 +273,3.1377616393341956,-0.011399567208930213,2.7675582176297344,0.0038307569921016693,0.01139932032674551,0.9999279379844666,-0.0028164880350232124,0.0031890934333205223,-0.0017496142536401749,0.0011283503845334053,0.0006246082484722137,-0.00018715858459472656 +274,3.1377913774035022,-0.011382624162650587,2.7676118670701455,0.0038010203279554844,0.01138237863779068,0.9999278783798218,-0.0013745920732617378,0.0010444726794958115,0.000605299836024642,4.4194282963871956e-05,-0.0006096735596656799,-3.4809112548828125e-05 +275,3.1377284212995957,-0.011340407470826229,2.767573634030425,0.003863974940031767,0.011340164579451084,0.9999284148216248,0.00021270662546157837,0.0005999580025672913,0.0008821638766676188,0.0004237452521920204,-0.000994703732430935,-0.0003554821014404297 +276,3.1377588380402854,-0.011317976923739016,2.767532105743764,0.0038335598073899746,0.01131773553788662,0.9999284148216248,-0.002054407261312008,-0.0010382486507296562,0.0004919057246297598,-0.0001561921089887619,0.0015454236418008804,-0.000615239143371582 +277,3.13773715262849,-0.011317255878840603,2.7675669016987574,0.003855245653539896,0.011317014694213867,0.9999288320541382,0.0005758665502071381,0.0010074544697999954,0.0006088311783969402,-0.0004677935503423214,0.0009052790701389313,0.000590205192565918 +278,3.1377319885950796,-0.011271153643144393,2.7676172517361364,0.003860409837216139,0.011270915158092976,0.9999289512634277,-0.0019487394019961357,-0.0008204351179301739,0.00010937871411442757,0.00024420395493507385,-0.0008491622284054756,0.0006202459335327148 +279,3.1377906920734255,-0.011221326284073454,2.76783106101317,0.0038017136976122856,0.011221090331673622,0.9999300241470337,0.0009136912412941456,-0.00012113247066736221,-0.0007208648603409529,0.0008064410649240017,-0.00020424369722604752,0.0007872581481933594 +280,3.1377509055579558,-0.011244961912850087,2.768129058263406,0.0038414965383708477,0.011244724504649639,0.9999296069145203,0.0011317301541566849,0.000130578875541687,-0.00019109202548861504,-0.0007287026382982731,0.0007334267720580101,0.0006809234619140625 +281,3.1377844351903152,-0.011282615698952014,2.768198910126584,0.003807967295870185,0.011282376013696194,0.9999291896820068,0.0013425815850496292,-0.0024846764281392097,-0.0005261352052912116,0.0033636637963354588,0.0026488974690437317,0.0005743503570556641 +282,3.1377535407971964,-0.011313342891675902,2.7690110678189255,0.0038388576358556747,0.011313101276755333,0.9999285936355591,0.00043278373777866364,-0.0005572754889726639,0.0013937752228230238,-0.005151113495230675,-0.0005403971299529076,0.0012310147285461426 +283,3.1378038319976715,-0.011274799076976018,2.7701031265023275,0.0037885725032538176,0.01127456035465002,0.9999294281005859,0.00011173170059919357,-0.00048630451783537865,-0.00038619106635451317,0.0032609887421131134,-0.001341087743639946,0.0016118288040161133 +284,3.1377719691951063,-0.01129300928979229,2.7713569615428546,0.0038204321172088385,0.011292769573628902,0.9999291300773621,0.002689054701477289,-0.0017711282707750797,0.0011032726615667343,-0.0005703093484044075,0.0002886531874537468,-0.0014090538024902344 +285,3.137771295399406,-0.011338328948225224,2.772665553548241,0.0038211040664464235,0.011338085867464542,0.9999286532402039,0.0019727908074855804,-0.0006625950336456299,0.0016592463944107294,-0.001959530869498849,0.0006400663405656815,-0.0007066726684570312 +286,3.1378098607832023,-0.011374031926201173,2.774315138867041,0.003782539861276746,0.011373786255717278,0.99992835521698,0.0014026970602571964,-0.002796559128910303,0.0011632363311946392,0.004808158613741398,-0.0008757393807172775,-0.00745081901550293 +287,3.1375677656508767,-0.011177867494009874,2.7742852582123274,0.004024625290185213,0.011177634820342064,0.9999293684959412,-0.006087183952331543,0.01759740337729454,0.2651068866252899,-0.13755428791046143,0.07019748538732529,0.007837295532226562 +288,3.139512872527806,-0.01205036577422871,2.7502400373070235,0.0020796291064471006,0.012050074525177479,0.999925434589386,0.013969152234494686,0.027721159160137177,-0.2466796487569809,0.01256880909204483,0.026020606979727745,0.00257718563079834 +289,3.1188485095933487,-0.04025343042696704,2.7475920649176753,0.022723762318491936,0.04024256020784378,0.9989315867424011,0.5197867155075073,-0.18771310150623322,1.5453777313232422,-0.08386573195457458,-0.05157984048128128,0.05891454219818115 +290,3.046164562965929,-0.09094914657226215,2.724372685024472,0.09488950669765472,0.09082381427288055,0.991335928440094,0.4249945282936096,-2.6427254676818848,-1.062729835510254,-0.0007732957601547241,-0.10583846271038055,0.32316291332244873 +291,2.757401793507821,0.0014334367824748286,2.863646079859706,0.37480878829956055,-0.001433436293154955,0.9271012544631958,-2.5534281730651855,-4.220611095428467,-1.6395667791366577,0.12525230646133423,-0.029267244040966034,0.2057877779006958 +292,2.0965386036858256,0.035127188008991596,3.0525997877210607,0.8644181489944458,-0.03511996567249298,0.5015456080436707,-0.6634740829467773,-8.123046875,0.09741164743900299,0.7173079252243042,-0.08273892104625702,0.5256760716438293 +293,1.3207431962180187,0.10668311372461035,3.0504740190490214,0.9633909463882446,-0.10648086667060852,-0.24604861438274384,1.535770297050476,-5.7527031898498535,1.2066385746002197,-0.07532930374145508,0.05875135213136673,0.25581422448158264 +294,1.0285291604600126,0.33160453999865125,3.0008713019360935,0.8098775744438171,-0.3255605697631836,-0.48796388506889343,0.42223724722862244,-0.741463840007782,1.3513267040252686,-0.7474233508110046,0.2398061752319336,0.3162262439727783 +295,1.0104309007604795,0.4141763393072225,3.0337335299847847,0.7754403352737427,-0.4024360477924347,-0.4865568280220032,-0.2549436390399933,-0.2640478312969208,0.5133398175239563,-0.23132723569869995,0.05389478802680969,-0.06910723447799683 +296,0.8497423849742506,0.3655464859776561,3.1282836194783847,0.701483428478241,-0.3574597239494324,-0.6165578961372375,-0.6046452522277832,-0.9051803946495056,-0.2773924171924591,-0.17667263746261597,0.06523862481117249,0.2672994136810303 +297,0.8174217096899619,0.35843748302644945,3.101902320680153,0.6830291748046875,-0.3508114516735077,-0.6406265497207642,-0.6697089672088623,-0.5097650289535522,-0.0792650654911995,-0.10832220315933228,-0.06781339645385742,0.15971535444259644 +298,0.7495570857741519,0.3099239454107787,3.0723028112238646,0.6488545536994934,-0.30498620867729187,-0.6971163153648376,0.8749039769172668,-1.8671224117279053,-0.9280468821525574,0.18012487888336182,0.04566311836242676,-0.08266878128051758 +299,0.7688880712101076,0.2935136073326966,3.0277011745550193,0.6655992865562439,-0.2893173396587372,-0.6879485249519348,-0.6568658351898193,0.7358264923095703,-0.02318202145397663,-0.1426348090171814,0.012019366025924683,-0.04694533348083496 +300,0.7678302365687613,0.2643791320384524,3.0283720699082357,0.6704428195953369,-0.26131001114845276,-0.6944231390953064,0.34912732243537903,0.19991400837898254,-0.0800134688615799,-0.08400177955627441,-0.03814372420310974,0.0741838812828064 +301,0.850344493476779,0.2889768161957028,3.00857351073155,0.7203472256660461,-0.2849716246128082,-0.6323695182800293,0.4363147020339966,1.6486265659332275,-0.26205796003341675,-0.21869927644729614,0.04904019832611084,0.2110133171081543 +302,1.1280095328313866,0.24336774390027674,2.99087337639393,0.8769349455833435,-0.24097248911857605,-0.41583332419395447,-0.38153496384620667,3.4087350368499756,-0.6196740865707397,-0.21947956085205078,0.17758747935295105,0.20993125438690186 +303,1.4368778325777298,0.20542948489259366,2.9927871536388913,0.9702081084251404,-0.20398762822151184,-0.1307111382484436,-0.5270841717720032,3.0761866569519043,-0.24744568765163422,-0.4139642119407654,0.16892293095588684,0.2255445122718811 +304,1.8930024442694935,0.12437542633957574,3.004766128061077,0.9412120580673218,-0.12405500560998917,0.3142138421535492,0.9846610426902771,3.9561777114868164,0.4344286620616913,0.5297962427139282,0.08998213708400726,-0.03702270984649658 +305,2.1232391197488725,0.012603551297435933,2.9040212943793904,0.8511775135993958,-0.012603217735886574,0.5247265100479126,0.40495774149894714,1.334834098815918,0.044929277151823044,0.456760048866272,-0.3094640374183655,0.17607909440994263 +306,2.2727097234974125,0.03329128847795224,2.793722616975764,0.7631849050521851,-0.03328514099121094,0.6453220844268799,1.3386976718902588,1.7298449277877808,1.1388025283813477,0.01733255386352539,-0.16633033752441406,0.21193182468414307 +307,2.418357838774262,0.07947236541970268,2.6664607292754616,0.6597243547439575,-0.07938873767852783,0.7473027110099792,-0.550225555896759,1.3386249542236328,0.6026467084884644,-0.021922171115875244,0.04527008533477783,0.10668593645095825 +308,2.5579086089875727,0.13609114540618297,2.7102352229231412,0.5460063219070435,-0.1356714516878128,0.8267228603363037,-0.06366067379713058,2.038083791732788,0.3522692024707794,0.07766622304916382,0.1274774670600891,0.06310880184173584 +309,2.7769454840800973,0.15784204761056525,2.6428494101562596,0.3521864712238312,-0.15718744695186615,0.9226357936859131,0.4332580864429474,0.8417868614196777,0.2244829684495926,0.054658591747283936,0.08971308171749115,-0.3027017116546631 +310,2.848415186676783,0.08373758095039699,2.644428180363221,0.28798291087150574,-0.08363975584506989,0.9539759755134583,0.30928128957748413,1.0616809129714966,-0.3302084803581238,0.053783416748046875,-0.05246863514184952,0.11641275882720947 +311,2.9246530358228737,0.05129207098641997,2.685362734957043,0.21495887637138367,-0.05126958340406418,0.9752762913703918,-0.2955820560455322,1.0118985176086426,-0.6604686975479126,0.11028218269348145,-0.027877748012542725,0.11166810989379883 +312,3.026632620094782,0.10100006742554539,2.7603173683439763,0.1141224130988121,-0.10082843899726868,0.9883368015289307,-0.004583053290843964,0.5162366032600403,-0.46473830938339233,0.0612010583281517,-0.052720747888088226,-0.01185065507888794 +313,3.051382917090504,0.10803126140408177,2.8439782423674393,0.08956226706504822,-0.10782124847173691,0.9901279807090759,-0.37345561385154724,-0.2553490698337555,-0.9300997853279114,0.08357921242713928,0.006060391664505005,-0.09928929805755615 +314,3.0390952614170965,0.10454319505740893,2.8962517778756474,0.1017594039440155,-0.10435286909341812,0.9893207550048828,-0.06629377603530884,-0.8275853395462036,-0.18047332763671875,-0.0743241012096405,-0.13873489201068878,-0.1708698272705078 +315,2.9504548155623525,0.07992978821986639,2.8640428379466445,0.18936966359615326,-0.07984470576047897,0.9786545038223267,0.7182791829109192,0.3635774552822113,0.8353877663612366,-0.3060840666294098,-0.15517118573188782,0.1972949504852295 +316,3.008232330705764,0.059879575949671165,2.8006732437134616,0.1327270269393921,-0.059843797236680984,0.98934406042099,0.07060170918703079,0.49571725726127625,0.3484038710594177,-0.07172241806983948,0.008909977972507477,0.05780529975891113 +317,3.003841661705943,0.06646273852755825,2.762799178076724,0.1370125710964203,-0.06641381978988647,0.9883403182029724,-0.23837557435035706,-0.08112981915473938,0.4071531295776367,0.025829195976257324,0.07317347079515457,-0.06431394815444946 +318,3.034189352802446,0.05452399613050101,2.7663772459120897,0.10703761875629425,-0.05449698492884636,0.992760181427002,0.15123113989830017,0.08908567577600479,-0.40776413679122925,0.06535615772008896,0.12801384925842285,-0.02912205457687378 +319,2.9524316631504273,0.03150499962442461,2.7336621472255564,0.18794158101081848,-0.03149978816509247,0.98167484998703,0.27092447876930237,-0.7165887951850891,0.7185207009315491,-0.002989828586578369,-0.011026449501514435,-0.01649552583694458 +320,2.9367523230596455,0.05180889041203316,2.667832071029819,0.20313788950443268,-0.05178571492433548,0.9777796864509583,0.11005795747041702,0.18380415439605713,0.48084941506385803,-0.07822942733764648,0.06528974324464798,0.022403359413146973 +321,2.980692770782019,0.045944628349856076,2.6653906316931266,0.16003747284412384,-0.0459284670650959,0.9860419034957886,-0.2641414403915405,0.27253207564353943,-0.1331508904695511,-0.01896996796131134,-0.0649724155664444,0.030605435371398926 +322,2.9907004396249124,0.04809979150918821,2.671711736632143,0.15014638006687164,-0.04808124527335167,0.9874937534332275,-0.025380272418260574,0.3062436878681183,0.028282737359404564,0.036422789096832275,-0.044768478721380234,0.015618860721588135 +323,3.0123546176385343,0.06646719156087241,2.6702518034673886,0.12859401106834412,-0.06641826033592224,0.9894708395004272,-0.11699642241001129,0.40095534920692444,0.33596357703208923,0.017630979418754578,-0.053058065474033356,-0.037612199783325195 +324,3.058620699538951,0.09740336131883683,2.58849161212896,0.08248395472764969,-0.09724941849708557,0.9918361902236938,-0.121505007147789,0.10244263708591461,0.9100905656814575,0.0019124075770378113,-0.0021463334560394287,-0.07760584354400635 +325,3.0723951746175318,0.11260786982127505,2.5773195277986543,0.06870435178279877,-0.11237002909183502,0.991288423538208,-0.14471329748630524,0.31764668226242065,-0.32660120725631714,0.06291796267032623,-0.08101986348628998,0.04476809501647949 +326,3.097317646469631,0.10097026792700961,2.5613263217128925,0.04403512179851532,-0.10079879313707352,0.9939320087432861,-0.02409280091524124,0.5941384434700012,0.08393935859203339,-0.0029126815497875214,0.016509220004081726,0.010661005973815918 +327,3.085038111280354,0.10187258982452368,2.5887852428813454,0.05623134970664978,-0.10169647634029388,0.9932250380516052,-0.13311222195625305,0.020751094445586205,-0.6369637250900269,0.03782383352518082,0.01714751124382019,-0.04533374309539795 +328,3.1282123160166693,0.12673241584652772,2.6566194145471638,0.013272631913423538,-0.12639343738555908,0.9918912649154663,-0.04226067289710045,-0.37245991826057434,-0.19530057907104492,-0.03321587294340134,0.024098530411720276,0.02347421646118164 +329,3.121513766736348,0.11007830271440154,2.6454796207678233,0.019956016913056374,-0.10985612869262695,0.9937470555305481,0.27028197050094604,0.10206694900989532,-0.018049325793981552,0.030031774193048477,0.03636983036994934,-0.050128400325775146 +330,3.139180572012234,0.08912570934112884,2.6421550495054067,0.0024025049060583115,-0.08900776505470276,0.9960278272628784,0.188767671585083,0.3710755407810211,0.17973607778549194,0.004769125021994114,-0.0049863457679748535,0.00966346263885498 +331,-3.1181030820601863,0.09584324088105613,2.6318264995698315,-0.023379618301987648,-0.0956965759396553,0.9951359629631042,-0.021549809724092484,-0.06536012142896652,0.033018019050359726,0.001406962051987648,0.005318768322467804,0.010265588760375977 +332,-3.111914081610386,0.09585044737108654,2.618831854086096,-0.029538001865148544,-0.09570374339818954,0.9949713349342346,0.19243133068084717,0.15474636852741241,0.22793371975421906,0.013363692909479141,0.021851234138011932,-0.0029060840606689453 +333,-3.106678225968545,0.08876986550346387,2.6049349587172026,-0.034769896417856216,-0.0886533260345459,0.9954556822776794,-0.01610526256263256,0.05240387097001076,0.14145934581756592,-0.0008746422827243805,0.0020291581749916077,-0.009310483932495117 +334,-3.1134529214665325,0.07617170013938818,2.604251811585248,-0.028054432943463326,-0.07609806209802628,0.9967055916786194,0.07863620668649673,-0.06889879703521729,0.017123598605394363,-0.0022800378501415253,-0.0047582536935806274,0.028715550899505615 +335,-3.1198062967995517,0.07926507051281691,2.5978144044102063,-0.021716229617595673,-0.07918209582567215,0.9966233968734741,-0.08870730549097061,-0.08974552154541016,0.06579862534999847,-0.01084602065384388,0.016239605844020844,0.007954001426696777 +336,-3.1222380467148843,0.07989141661604476,2.5903106882013085,-0.019291674718260765,-0.07980645447969437,0.9966239929199219,-0.10360842943191528,-0.012902908027172089,-0.0176215972751379,-0.006541458889842033,0.007113561034202576,0.010624170303344727 +337,-3.1209190953079657,0.08291298009189361,2.592162598552409,-0.020601075142621994,-0.08281801640987396,0.9963518977165222,0.005855042953044176,0.025395900011062622,-0.006358587648719549,-0.003416260704398155,0.0008935704827308655,0.0018630027770996094 +338,-3.1260928162742574,0.08092836147106026,2.5962583998639017,-0.015448492020368576,-0.08084005117416382,0.9966075420379639,0.020114092156291008,0.06603007018566132,-0.0747285783290863,-0.009438595734536648,0.0048207566142082214,-0.0009409189224243164 +339,-3.1213557556181675,0.0779766362773234,2.600639652197861,-0.020174022763967514,-0.07789763808250427,0.996756911277771,0.010592388920485973,-0.037769678980112076,-0.022165048867464066,0.0037403125315904617,-0.009260550141334534,0.03856682777404785 +340,-3.1211667103050877,0.07850028440841661,2.606227760048966,-0.020361630246043205,-0.07841968536376953,0.9967128038406372,-0.03306256979703903,-0.026233837008476257,-0.019450083374977112,0.016836846247315407,0.00937364250421524,0.0041877031326293945 +341,-3.1303657036910724,0.0771413906783144,2.610361870156322,-0.01119332667440176,-0.07706490159034729,0.9969632029533386,0.007776606362313032,-0.004025493282824755,-0.07178208976984024,-0.01340384129434824,-0.00934562087059021,-0.0034024715423583984 +342,-3.1240047304375955,0.0722565169580507,2.6241010086664645,-0.017541129142045975,-0.07219365984201431,0.9972366094589233,0.03161408007144928,0.004788295365869999,-0.041557036340236664,-0.013296885415911674,0.0007062256336212158,0.013246417045593262 +343,-3.124043219515789,0.06856783434199931,2.631205518011511,-0.017507299780845642,-0.06851411610841751,0.9974967241287231,0.08369781076908112,0.003018021583557129,-0.10561276227235794,-0.024957910180091858,-0.026380300521850586,0.0009927749633789062 +344,-3.118095095397945,0.09518688573502003,2.6576063650343333,-0.02338903583586216,-0.09504321217536926,0.9951983094215393,-0.017620950937271118,0.09987316280603409,-0.35540589690208435,-0.01263696514070034,-0.021076157689094543,-0.07004272937774658 +345,-3.121388079406011,0.09670443457246687,2.6589059406589297,-0.02010880783200264,-0.09655378013849258,0.9951246976852417,-0.05957111343741417,-0.13701000809669495,0.09516654908657074,0.10134659707546234,0.055461861193180084,0.0085374116897583 +346,-3.1370300221323983,0.07630259948050669,2.6702850778188867,-0.004549339879304171,-0.07622858136892319,0.9970799088478088,-0.05184277892112732,-0.16442422568798065,-0.3161188066005707,-0.005307837389409542,0.011485546827316284,0.04326421022415161 +347,3.0830457864919345,0.0548860232493331,2.6489353047124395,0.05842531844973564,-0.05485846847295761,0.996783435344696,0.5497671365737915,-0.5204315781593323,0.079474538564682,-0.11990297585725784,0.010363832116127014,-0.03500664234161377 +348,3.07848468530475,0.04755081830404744,2.6618338638736176,0.0629948154091835,-0.04753290116786957,0.9968814253807068,-0.1274709701538086,0.44457605481147766,-0.3301544487476349,-0.008139461278915405,0.004472598433494568,0.009512066841125488 +349,3.091227624817101,0.047831612987399415,2.7036901684208976,0.050286151468753815,-0.04781337454915047,0.9975895285606384,0.022008325904607773,-0.032342828810214996,-0.5112044215202332,-0.013802394270896912,-0.08713534474372864,-0.004318833351135254 +350,3.094029070401929,0.046386677911414056,2.7364255682583574,0.047494519501924515,-0.046370044350624084,0.9977948665618896,0.00952298566699028,0.10336507856845856,-0.27882930636405945,0.0005554184317588806,-0.09364461898803711,-0.020453929901123047 +351,3.104974524436496,0.03804706936152118,2.7235978084868253,0.03658345341682434,-0.03803789243102074,0.9986064434051514,0.14439378678798676,-7.339008152484894e-05,0.5931907296180725,0.01619669795036316,-0.17396771907806396,0.08554577827453613 +352,3.1117867619163313,0.03369599460976591,2.707793084995856,0.029784558340907097,-0.03368961811065674,0.9989883303642273,0.03518287092447281,-0.00871907640248537,0.03798234090209007,-0.011260392144322395,0.021574147045612335,-0.004313766956329346 +353,3.1283310233603405,0.02114603712160441,2.6982786523164557,0.013258280232548714,-0.021144460886716843,0.9996888041496277,0.08658120036125183,0.18117554485797882,0.09205492585897446,-0.00626975204795599,0.008891647681593895,0.03685629367828369 +354,3.1400255741910157,0.01076733992938332,2.6930810079494294,0.0015669877175241709,-0.010767132043838501,0.9999406933784485,0.19733738899230957,0.16671498119831085,0.012423778884112835,0.010914701968431473,-0.00383552722632885,0.002668440341949463 +355,-3.1409422665525106,-0.006699470048749375,2.6912824400378446,-0.0006503722397610545,0.006699420046061277,0.9999771118164062,0.007325466722249985,-0.128872349858284,0.01613045111298561,-0.013891253620386124,0.006117961369454861,0.03140997886657715 +356,3.137117460208204,-0.005806221792812638,2.6907732636801702,0.004475104156881571,0.005806189030408859,0.9999734163284302,-0.00864296406507492,-0.0253516286611557,0.00902622938156128,0.005153192672878504,0.01764656975865364,0.0022546052932739258 +357,3.135503909635398,-0.006497385921825895,2.6895833950939254,0.006088578142225742,0.006497340276837349,0.9999604225158691,0.004683502018451691,-0.0024969358928501606,0.05049361288547516,0.0008236533030867577,-0.01910110004246235,0.0003600120544433594 +358,3.1356580510189067,-0.006135321166733729,2.6754873126064216,0.005934454500675201,0.006135282572358847,0.9999632835388184,-0.00046839192509651184,-0.0003986069932579994,0.03767704963684082,0.00918700359761715,0.09153622388839722,0.0012113451957702637 +359,3.136250869016917,-0.0069051812285051565,2.6752894695524114,0.005341632757335901,0.0069051263853907585,0.9999620914459229,0.001742516178637743,0.0008705882355570793,0.0003720284439623356,0.000624554231762886,-0.006493138149380684,0.0009993314743041992 +360,3.1362756156959817,-0.00676975747819778,2.6753508641395554,0.0053168912418186665,0.006769705563783646,0.9999630451202393,0.0021536927670240402,-0.0020833532325923443,-0.001295572379603982,-0.006034053862094879,0.00012726802378892899,0.000525355339050293 +361,3.1365086260156447,-0.007201938451006542,2.6753232828091127,0.005083874799311161,0.007201876025646925,0.9999613165855408,0.0026078340597450733,0.0028789211064577103,0.001458426471799612,0.0036288942210376263,0.012512479908764362,-0.0009071826934814453 +362,3.1364554763961148,-0.007310143197856052,2.675290828927639,0.005137018393725157,0.007310078013688326,0.9999603033065796,-0.00023420248180627823,-0.0013018236495554447,-0.002377968979999423,-0.003702690824866295,-0.01002614013850689,0.0014742612838745117 +363,3.1365504954451975,-0.007344921470246807,2.675320912279767,0.005042001139372587,0.007344855461269617,0.9999603629112244,0.001031248364597559,3.50000336766243e-05,-0.0006441478617489338,-0.0024785236455500126,0.011484491638839245,-0.0005859136581420898 +364,3.136697231145811,-0.007788478922949813,2.6752407508274803,0.0048952545039355755,0.007788400165736675,0.9999577403068542,-0.001118726097047329,-0.0010236245580017567,-3.6694109439849854e-06,0.004229501821100712,-0.0018985061906278133,0.0016139745712280273 +365,3.1366476702677866,-0.007754082088117374,2.675254651551034,0.004944814369082451,0.007754004560410976,0.9999576807022095,-0.001279774121940136,-0.003241776954382658,-0.0015462614828720689,-0.004075063858181238,-0.0010096202604472637,0.001339256763458252 +366,3.1366817528597584,-0.008060803438344843,2.6752459690664887,0.004910722374916077,0.008060716092586517,0.9999556541442871,-1.5222467482089996e-05,-0.0007239882834255695,0.0011433803010731936,-0.004071488510817289,0.010524489916861057,-0.0006574392318725586 +367,3.136839392377731,-0.008146881834403841,2.675264662976258,0.004753085784614086,0.008146791718900204,0.9999555349349976,0.0012471126392483711,0.0005105715245008469,0.0007644966244697571,0.004356411285698414,-0.008436708711087704,-0.0014051198959350586 +368,3.1368123893148274,-0.008107697983789876,2.675326149324325,0.004780089017003775,0.008107609115540981,0.9999557137489319,8.573010563850403e-05,2.64020636677742e-05,0.0009531637188047171,-0.004764830693602562,0.007029109634459019,0.00305020809173584 +369,3.1369587337002347,-0.00843614970967218,2.6753414778417444,0.004633738659322262,0.008436049334704876,0.9999537467956543,0.0002851998433470726,-0.0009480132721364498,-0.0008775551104918122,0.008870289660990238,0.001634751446545124,0.002502918243408203 +370,3.1369770683934317,-0.00834957277942692,2.6753471690889543,0.00461540836840868,0.00834947545081377,0.9999546408653259,-0.0017180806025862694,-0.0017659040167927742,-0.0015639346092939377,-0.00630913395434618,-0.0035582156851887703,0.0032650232315063477 +371,3.1370887428427054,-0.008337168196976589,2.675349998031157,0.004503738600760698,0.008337071165442467,0.9999549984931946,-0.0005444437265396118,4.182010889053345e-05,0.0007043692748993635,-0.0005059363320469856,0.006555505096912384,-0.0012673735618591309 +372,3.1371939357998366,-0.008439373187134388,2.675337791178296,0.004398547112941742,0.00843927264213562,0.9999547600746155,-0.0015749353915452957,-0.0018895696848630905,0.0011719039175659418,0.0035055051557719707,-0.004075260832905769,-0.00015312433242797852 +373,3.13715134453287,-0.008459702260170468,2.6753046240351623,0.0044411360286176205,0.008459601551294327,0.9999544620513916,0.0001970585435628891,0.00046138372272253036,-9.050499647855759e-05,-0.002488010562956333,-0.0014252988621592522,-0.00019848346710205078 +374,3.1372699786822658,-0.008629613535686106,2.6752992680399275,0.004322501365095377,0.008629506453871727,0.9999536871910095,-0.0004335707053542137,-0.0007905997335910797,0.000874530291184783,0.003856209572404623,0.005942638032138348,-0.0013115406036376953 +375,3.1372038275743237,-0.008715369030163513,2.67527754104277,0.0043886457569897175,0.008715258911252022,0.999952495098114,0.002042450476437807,0.0005511734634637833,-0.00042628333903849125,-0.00341208279132843,-0.004381762817502022,0.0029314756393432617 +376,3.1373817751691107,-0.00867161637015657,2.675277923962009,0.004210707265883684,0.008671507239341736,0.9999534487724304,0.0010854550637304783,0.00276158656924963,-0.001854404341429472,0.0028388528153300285,0.0033524176105856895,0.0033728480339050293 +377,3.1374202112836787,-0.008816454988834458,2.6752390810401447,0.004172268323600292,0.008816340938210487,0.9999524354934692,0.001324511133134365,-0.0017112256027758121,0.0002879071980714798,-0.0005559353157877922,0.0006288494914770126,0.0006121397018432617 +378,3.137418242436165,-0.0087386228848561,2.6753053379962255,0.004174239933490753,0.008738511241972446,0.9999531507492065,0.0018584039062261581,0.001734062097966671,-0.0003865468315780163,-0.003457076847553253,-0.0022382671013474464,-9.047985076904297e-05 +379,3.13750288573624,-0.008870655220448843,2.6752484924390907,0.004089596681296825,0.008870539255440235,0.9999525547027588,0.0008057919330894947,-0.0006871963851153851,0.0006208540871739388,0.002532718703150749,0.004602973349392414,-0.0027904510498046875 +380,3.137510706181252,-0.008914034093394729,2.675207251402229,0.004081774037331343,0.008913915604352951,0.9999520182609558,-0.002596624195575714,-0.0008087670430541039,0.00025182520039379597,-0.0030136583372950554,-0.0025967760011553764,0.0010093450546264648 +381,3.1375637937804863,-0.008834951641169864,2.6752107244811207,0.004028692375868559,0.00883483700454235,0.9999529719352722,-0.0005999961867928505,-0.0003830092027783394,-0.0004821429029107094,0.0003810981288552284,0.0009307889267802238,0.0001386404037475586 +382,3.1376082556199183,-0.008970389224137192,2.675238826194063,0.003984228242188692,0.008970269002020359,0.9999521374702454,-0.00119881983846426,0.0007136845961213112,-0.0005540815182030201,-4.745973274111748e-05,0.0018634730949997902,0.0010247230529785156 +383,3.13757888704886,-0.008924703586617674,2.6752397885445975,0.004013597033917904,0.008924584835767746,0.9999523758888245,-3.8078054785728455e-05,-0.0020400788635015488,-0.0013618565862998366,-0.0011754618026316166,-0.0024090809747576714,0.0004292726516723633 +384,3.13757930107283,-0.00892291425861938,2.6752352116768714,0.004013181664049625,0.00892279576510191,0.9999520778656006,-0.0007956400513648987,0.0008229939267039299,0.002068393863737583,0.0015257582999765873,0.003650444559752941,-0.00021153688430786133 +385,3.137551073857502,-0.008977338308228203,2.675171249652148,0.0040414053946733475,0.008977217599749565,0.9999514818191528,-0.0004386045038700104,0.0011230092495679855,0.00030852085910737514,-0.0005318848416209221,-0.0020192116498947144,-0.00014990568161010742 +386,3.137544404846882,-0.008946688926169505,2.6751616611389246,0.004048075992614031,0.008946569636464119,0.9999518990516663,0.00041862018406391144,2.0101666450500488e-05,0.0003446163609623909,-0.00012656720355153084,0.000529138371348381,0.0016045570373535156 +387,3.137547964464764,-0.008989445338972434,2.6751365270279095,0.004044514149427414,0.008989323861896992,0.9999512434005737,0.0019838432781398296,-0.0007244134321808815,0.002672255737707019,-0.00041292328387498856,0.0018749311566352844,-0.0006533265113830566 +388,3.137562464661314,-0.009004816286700797,2.6751110224163357,0.004030014853924513,0.009004694409668446,0.9999514222145081,0.0006571435369551182,-0.0006182678043842316,0.0018853710498660803,-3.2211653888225555e-05,-0.001680474728345871,0.0013151168823242188 +389,3.1375838598547454,-0.009014781064862466,2.6751328352088373,0.004008620511740446,0.009014658629894257,0.9999513626098633,0.0004782862961292267,0.0003466326743364334,0.0005937034729868174,0.0010420395992696285,0.0019258931279182434,-0.0011873245239257812 +390,3.137479580177825,-0.009057780934574365,2.675172806875204,0.004112894181162119,0.009057656861841679,0.9999507665634155,-0.0009708404541015625,-0.0014858054928481579,-0.0003730384632945061,-0.0015036403201520443,-0.000238075852394104,-0.0005913972854614258 +391,3.137511734915122,-0.009021906351300232,2.6751915152345287,0.0040807416662573814,0.00902178417891264,0.9999510645866394,0.0010557742789387703,0.00031647365540266037,-0.0017799715278670192,0.0008936235681176186,-0.0006904853507876396,0.001223921775817871 +392,3.1374862861846986,-0.009032767788602541,2.675108869614025,0.0041061872616410255,0.009032645262777805,0.9999505281448364,-0.0013992451131343842,0.0005093058571219444,-0.00013923132792115211,-0.0006729606539011002,0.0020452337339520454,0.0012394189834594727 +393,3.1375033686172222,-0.00905704637383396,2.675103784796397,0.00408910633996129,0.009056922979652882,0.9999507665634155,0.0009993878193199635,-0.00010498799383640289,-0.0003702638205140829,0.00027490779757499695,-0.001442786306142807,-0.00024056434631347656 +394,3.137517378549553,-0.009044458455251344,2.6750882360864434,0.004075097385793924,0.009044335223734379,0.9999508261680603,-0.000927511602640152,-0.0010415567085146904,-0.0002638287842273712,-0.00030617695301771164,-0.00019423849880695343,0.0012241005897521973 +395,3.137487578868389,-0.009106680340183816,2.6751186711731276,0.004104892257601023,0.009106554090976715,0.9999499320983887,0.0012874780222773552,0.0017798012122511864,0.0008664217311888933,-0.0012057232670485973,0.001757700927555561,-0.000636756420135498 +396,3.1375126293723232,-0.009147725061648047,2.675136493854622,0.004079842008650303,0.00914759747684002,0.9999498724937439,0.002007829025387764,-0.0015371073968708515,-0.002182407071813941,-0.0002346276305615902,-0.00029750075191259384,0.0007215142250061035 +397,3.1375468780276385,-0.009108398625148494,2.675204196415634,0.0040455968119204044,0.00910827238112688,0.9999504089355469,-0.0006491616368293762,0.00044896453619003296,0.0006282629910856485,0.00040996959432959557,0.0009472686797380447,-1.1444091796875e-05 +398,3.137528624592195,-0.009109007792064744,2.675217364809081,0.0040638502687215805,0.00910888146609068,0.9999504685401917,-0.001398974098265171,-7.832981646060944e-05,0.002272834302857518,-0.0009663151577115059,0.0011908020824193954,0.00014126300811767578 +399,3.1375491266660065,-0.009148443402890285,2.675220399262158,0.004043345805257559,0.009148315526545048,0.9999497532844543,0.00020689330995082855,-0.0009108097292482853,0.0018180152401328087,-7.606158033013344e-05,-0.0009543485939502716,8.052587509155273e-05 +400,3.1375384370451216,-0.009161602937805354,2.6752926699188246,0.004054035991430283,0.009161475114524364,0.9999499917030334,-0.0011858213692903519,-0.0031469129025936127,4.1119055822491646e-05,0.00018790783360600471,0.0008940678089857101,-0.0002702474594116211 +401,3.137502295476568,-0.009145415202522846,2.6752254815540524,0.0040901764295995235,0.009145287796854973,0.9999499917030334,-0.0007118033245205879,-0.000634028110653162,0.0028789271600544453,0.00031961407512426376,-0.0006156237795948982,0.0006147623062133789 +402,3.1374686575276365,-0.00909643376867502,2.6747593546294945,0.00412381486967206,0.00909630861133337,0.9999504089355469,-0.0013217460364103317,-0.0005623851902782917,0.0003107551019638777,0.0003317524679005146,0.0008371658623218536,0.00015664100646972656 +403,3.137488543142383,-0.00912158717244387,2.674612019425479,0.004103928804397583,0.00912146084010601,0.9999501705169678,0.0012676017358899117,0.0002735164016485214,0.001674781320616603,-0.0002129371277987957,0.0007509766146540642,0.00033986568450927734 +404,3.137482367521603,-0.009100413085900963,2.6746836213927074,0.004110105335712433,0.009100287221372128,0.9999504685401917,-0.00063332449644804,0.0003853337839245796,-0.0027051670476794243,-0.0006616180762648582,-0.0005401056259870529,0.0011637210845947266 +405,3.137504280645334,-0.009063005681619912,2.6745793756110507,0.004088193643838167,0.009062881581485271,0.9999505877494812,0.0013227327726781368,0.0005956282839179039,0.0011915822979062796,0.0009319479577243328,0.00036705005913972855,0.0014836788177490234 +406,3.1374811632793147,-0.00898303097755484,2.6740201696143964,0.0041113137267529964,0.008982909843325615,0.9999513626098633,-0.0013728002086281776,-1.0293908417224884e-05,0.0030133575201034546,-0.0013647307641804218,-0.0007889401167631149,0.00029289722442626953 +407,3.1375567465065934,-0.00900595664491656,2.674059795608929,0.004035733174532652,0.00900583527982235,0.9999514818191528,0.0018032044172286987,-0.0012622596696019173,0.002009420422837138,0.0005876808427274227,0.0006834985688328743,0.0006132125854492188 +408,3.137563039832632,-0.008986273869335464,2.6739564155110105,0.004029440227895975,0.008986152708530426,0.9999514818191528,-0.0018278015777468681,0.00025121960788965225,0.0008348927367478609,-0.0004436252638697624,0.0007336949929594994,0.0011318325996398926 +409,3.1375193652951245,-0.008999862789822576,2.6740588029406376,0.004073112737387419,0.00899974163621664,0.9999514222145081,-0.000434008426964283,0.00025057606399059296,0.000591679010540247,-1.4273915439844131e-05,-0.0009430982172489166,-0.0008667707443237305 +410,3.1375109564385113,-0.009009015518960073,2.674153725869079,0.004081519786268473,0.009008893743157387,0.9999510049819946,0.0001849103718996048,0.0004581678658723831,0.0034918703604489565,-0.00011423509567975998,0.0003294842317700386,0.0001404285430908203 +411,3.1375547914417683,-0.009058261106967115,2.67415874622079,0.004037687089294195,0.00905813742429018,0.999951183795929,-0.0006990721449255943,0.001991154160350561,0.0007962894160300493,-0.0010011871345341206,0.00028024427592754364,0.00020170211791992188 +412,3.1375940602679466,-0.009095596381984095,2.674446912038123,0.003998416941612959,0.009095471352338791,0.9999505281448364,0.0022853990085422993,-0.0002910350449383259,-0.0012265198165550828,0.0007470659911632538,-0.0004132203757762909,4.935264587402344e-05 +413,3.137582259848286,-0.009067786585006342,2.674372522789279,0.004010218195617199,0.009067662060260773,0.9999508857727051,0.002482807729393244,0.0006232857704162598,-0.0020382190123200417,-0.001080530695617199,0.0005453750491142273,-0.0006985664367675781 +414,3.137641742983945,-0.009117919695816558,2.6743119633200707,0.00395073601976037,0.009117793291807175,0.9999505877494812,-0.0012194635346531868,5.2415765821933746e-05,-0.001053048181347549,0.0007337122224271297,-0.0003134720027446747,-4.220008850097656e-05 +415,3.137595204473521,-0.009183695096542982,2.6742673630570843,0.003997269086539745,0.009183566085994244,0.99994957447052,0.0009380322881042957,-0.0004491726867854595,-0.0006359163671731949,1.5791039913892746e-05,0.0009177504107356071,0.00012642145156860352 +416,3.1376002860180923,-0.009208355740545479,2.6741988615012846,0.003992187790572643,0.009208225645124912,0.9999496340751648,0.0011266903020441532,-9.56743024289608e-05,0.0001921753864735365,-0.0007878425531089306,0.0003437753766775131,8.088350296020508e-05 +417,3.1376027091147303,-0.009200671332493204,2.674086835797178,0.003989765420556068,0.00920054130256176,0.9999498128890991,0.0017850440926849842,0.0010357699356973171,-0.000734010012820363,0.0017475397326052189,-0.0006251009181141853,0.0009200572967529297 +418,3.137570882167033,-0.009209889760958594,2.674157342248504,0.004021590109914541,0.009209759533405304,0.9999494552612305,-0.0004270300269126892,-0.0003746030852198601,-0.0002322327345609665,-0.0016869953833520412,0.00018965359777212143,0.0009965300559997559 +419,3.137604760791391,-0.009263616733448504,2.6741683873542033,0.003987710922956467,0.009263483807444572,0.9999491572380066,0.001030576415359974,0.0006174119189381599,0.0012218039482831955,0.0006204433739185333,0.001295597292482853,9.655952453613281e-05 +420,3.1376488198714316,-0.009307443568772798,2.67386430267384,0.003943653777241707,0.009307309053838253,0.9999492168426514,0.003461422398686409,-0.001587540376931429,0.0024123606272041798,-0.0005409428849816322,0.0003820238634943962,0.0004477500915527344 +421,3.137663985122265,-0.009298862128229264,2.6738382613875737,0.003928489051759243,0.009298727847635746,0.9999491572380066,-0.003728439100086689,0.0011269808746874332,0.0007431453559547663,-0.0006325901485979557,-0.0005554407835006714,-0.0002237558364868164 +422,3.137745642257254,-0.009297083705076334,2.6737700300493445,0.003846836043521762,0.009296949952840805,0.9999494552612305,0.0003134794533252716,-0.00010731862857937813,-0.0006584539078176022,0.0006697655189782381,-0.000950392335653305,-0.00048351287841796875 +423,3.137756555176187,-0.009344927158405783,2.6737883468813948,0.003835920710116625,0.009344791062176228,0.9999487996101379,0.00032720621675252914,-0.0008547520264983177,-0.0015257563209161162,-0.0013029626570641994,0.0006191963329911232,0.0009512901306152344 +424,3.1377465972781007,-0.009423731137942832,2.673814388401283,0.003845875384286046,0.009423591196537018,0.9999480247497559,-0.0007407506927847862,-0.000627581961452961,-0.0005144884344190359,0.000701243057847023,0.00038780830800533295,-0.0006195902824401855 +425,3.1378202626219722,-0.009368277955253758,2.6738325755005565,0.0037722161505371332,0.009368141181766987,0.9999489188194275,0.001448045950382948,-0.0028218417428433895,0.0007231803610920906,-0.0010714111849665642,-0.001311502419412136,0.000462949275970459 +426,3.1378579561237165,-0.009327244556212104,2.673849325788744,0.0037345269229263067,0.009327108971774578,0.9999496936798096,0.0016576829366385937,0.001108348835259676,-0.0030864309519529343,-0.00010293489322066307,-0.0009652925655245781,0.0005387067794799805 +427,3.137876189225114,-0.009258590269103141,2.6738393518108436,0.0037162969820201397,0.009258458390831947,0.9999503493309021,0.001354943960905075,0.0005842912942171097,-0.00024118507280945778,0.0007850457914173603,0.00020199082791805267,-0.0006369352340698242 +428,3.137838581341124,-0.009320257412883717,2.6739961899716755,0.0037539012264460325,0.009320122189819813,0.9999497532844543,1.8157996237277985e-05,0.00031647831201553345,6.761006079614162e-05,-0.0011446475982666016,0.0017882771790027618,-0.00019371509552001953 +429,3.1378524413998505,-0.009315076608425062,2.674036060758838,0.0037400403525680304,0.009314942173659801,0.9999493956565857,-0.0017651254311203957,-4.222104325890541e-05,0.0007590549066662788,0.0013106181286275387,8.447002619504929e-05,-0.0008346438407897949 +430,3.1378035566804376,-0.009268502536216475,2.6739838826699174,0.003788925474509597,0.009268369525671005,0.9999499320983887,-0.0003001745790243149,-0.000825077760964632,-0.0007947287522256374,0.0019178616348654032,-0.0008760355412960052,-0.0005450248718261719 +431,3.137816390314651,-0.009265649927357424,2.673976471648996,0.00377609278075397,0.009265516884624958,0.999950110912323,-0.0008509643375873566,-0.0013833912089467049,-0.00026100920513272285,-0.0010447686072438955,0.0009120972827076912,0.0013470649719238281 +432,3.137879093889746,-0.009321519613677253,2.673985400087889,0.003713389625772834,0.009321385063230991,0.99994957447052,0.0002225814387202263,-0.0009664613753557205,-0.00032035610638558865,0.0006658826023340225,0.000261133536696434,0.0010879039764404297 +433,3.137873249564744,-0.00925499846319378,2.6740058781367093,0.003719236934557557,0.009254866279661655,0.9999504089355469,-0.000866185873746872,0.00017927773296833038,-0.0016617360524833202,-0.0011862767860293388,-0.0008472716435790062,0.0007363557815551758 +434,3.137887717197047,-0.009234197566584725,2.6739826386143677,0.003704770002514124,0.009234066121280193,0.9999505281448364,0.0025095087476074696,0.00109202042222023,0.0007872425485402346,0.0003540678881108761,-0.0004907799884676933,0.0011633634567260742 +435,3.137895784202264,-0.009325965351342358,2.6739187937109743,0.0036967003252357244,0.009325830265879631,0.9999497532844543,0.00018109288066625595,-0.0004046116955578327,0.00010513421148061752,0.0016133582685142756,-0.001040307804942131,-0.0014603137969970703 +436,3.137856956643588,-0.009352811831435512,2.6738727980522157,0.003735525533556938,0.009352675639092922,0.9999495148658752,0.0020862859673798084,5.208328366279602e-05,0.0005741135682910681,-0.0002870389726012945,0.001206408254802227,-8.666515350341797e-05 +437,3.137873275316113,-0.009376064800720242,2.6738654008841163,0.0037192050367593765,0.009375927038490772,0.9999487996101379,-0.0004787435755133629,0.001652122475206852,-0.0008875946514308453,0.0011025711428374052,-0.0001291036605834961,-2.5451183319091797e-05 +438,3.1378779118203965,-0.009370023451877447,2.6738433514364672,0.0037145696114748716,0.009369886480271816,0.999949038028717,-0.002815352752804756,0.0005795573815703392,0.0030417246744036674,-0.00037289527244865894,-0.0015879040583968163,0.0003559589385986328 +439,3.1378912191172623,-0.009331118223106108,2.673836952255442,0.003701265435665846,0.009330983273684978,0.9999497532844543,2.4957582354545593e-05,-0.003095483873039484,-0.00043505593203008175,3.713835030794144e-05,-0.00025200285017490387,0.0009047985076904297 +440,3.13788545085773,-0.009269526723798995,2.6738745050405,0.003707035444676876,0.009269393980503082,0.9999502897262573,-0.000810558907687664,-0.000516786240041256,-0.00033018807880580425,-0.00012121954932808876,6.898585706949234e-05,0.00032448768615722656 +441,3.1378894124453565,-0.009243819066439389,2.6739457102782347,0.0037030745297670364,0.009243687614798546,0.9999504685401917,0.0018247594125568867,0.003209611400961876,0.0030566053465008736,0.00047783367335796356,0.0013153944164514542,0.001773834228515625 +442,3.137825004346065,-0.009163247691541846,2.6739552530626702,0.003767481306567788,0.009163119830191135,0.9999507069587708,0.0008912337943911552,-0.00042658625170588493,-0.001093694823794067,-0.0016770276706665754,-0.0016100211068987846,0.0004915595054626465 +443,3.1379487104655372,-0.009126454958554839,2.673937416561782,0.003643783275038004,0.009126327931880951,0.9999516606330872,0.0007377704605460167,0.0010222913697361946,-0.0011293810093775392,0.002459732349961996,0.001341201364994049,0.0024439096450805664 +444,3.137899803047388,-0.009144853406001553,2.6739792672822786,0.003692688187584281,0.00914472620934248,0.9999514818191528,-0.0006117029115557671,-0.0010001370683312416,0.003493822878226638,-0.0021362912375479937,0.0027418723329901695,-0.0020418167114257812 +445,3.137911641347485,-0.009103033946114083,2.6739957609441194,0.0036808522418141365,0.009102907963097095,0.9999520182609558,-0.0018564527854323387,-0.0007541477680206299,0.0009368814062327147,0.002697322051972151,-0.002419557422399521,0.0017876625061035156 +446,3.137845183083809,-0.008936968145601206,2.6740424405856307,0.003747312119230628,0.008936849422752857,0.9999530911445618,0.0012204796075820923,-0.0010728444904088974,0.0005942666903138161,-0.001244870712980628,-0.0003156336024403572,-0.0010974407196044922 +447,3.1378740720810607,-0.008928200462334591,2.674042936716171,0.0037184255197644234,0.008928081952035427,0.9999534487724304,-9.34600830078125e-05,-0.00037080375477671623,-0.0003366991877555847,-0.00046830298379063606,-7.798336446285248e-05,0.0005502700805664062 +448,3.137906463040357,-0.008932803354023723,2.6740560772605773,0.0036860352847725153,0.008932684548199177,0.9999533295631409,0.0012096506543457508,0.0002587363123893738,-0.00023095682263374329,0.0009526368230581284,0.0012449277564883232,0.00045859813690185547 +449,3.137963631819898,-0.008896322849019598,2.6740357971177198,0.0036288690753281116,0.008896205574274063,0.99995356798172,-0.001569211483001709,-0.0012049600481987,-0.0002901714760810137,-0.0024234256707131863,0.0005947593599557877,0.0034793615341186523 +450,3.1379988841985456,-0.008863963751969762,2.67403904445689,0.0035936208441853523,0.008863847702741623,0.999954342842102,-0.0015498800203204155,-0.0014670006930828094,-0.0005951300263404846,0.0017011789605021477,-0.002775590866804123,0.0018919706344604492 +451,3.1379548632686713,-0.008876880117376102,2.6740613942460802,0.0036376386415213346,0.00887676328420639,0.9999538660049438,0.002414219081401825,0.0001778891310095787,-0.0004016635939478874,-0.001058903755620122,0.001651800237596035,0.0018770694732666016 +452,3.137907786292416,-0.009014662121253429,2.67405988656928,0.00368470954708755,0.00901454035192728,0.9999526739120483,0.00036084093153476715,-0.0009756069630384445,0.0010552301537245512,-0.0006939866580069065,0.003161974251270294,0.00016951560974121094 +453,3.137899364042121,-0.009005951995131746,2.674081897203485,0.0036931317299604416,0.009005830623209476,0.9999527335166931,0.0001359758898615837,-8.641369640827179e-05,-0.001409183256328106,0.0018915850669145584,-0.002551361918449402,-0.0008376836776733398 +454,3.137837551039622,-0.008903220336074815,2.6741361965098758,0.003754944773390889,0.008903102949261665,0.9999532699584961,-0.0012682359665632248,0.00045001693069934845,-0.00078430469147861,-0.0012677626218646765,-0.0018840599805116653,0.0006875395774841309 +455,3.137832194543431,-0.008888746533594711,2.6741733468646314,0.003760300809517503,0.008888629265129566,0.9999532103538513,-0.0016477322205901146,0.00047034304589033127,-0.0023972592316567898,0.00014594802632927895,-0.00026741623878479004,0.0004585385322570801 +456,3.1378801954803124,-0.00891375679904937,2.6742277497686393,0.0037123023066669703,0.00891363900154829,0.9999533891677856,0.001519590150564909,0.00020797550678253174,-0.00039052218198776245,0.001048440346494317,0.0021642427891492844,0.00019919872283935547 +457,3.1378773031644305,-0.00900794098011228,2.674230530601487,0.0037151919677853584,0.00900781899690628,0.9999527335166931,-8.201412856578827e-05,-0.000851211603730917,5.008140578866005e-05,-0.002036724705249071,0.001398676075041294,0.00044417381286621094 +458,3.137872291973817,-0.008915711691252111,2.674271706057203,0.0037202059756964445,0.008915593847632408,0.99995356798172,-0.0007106680423021317,-0.0005483566783368587,-0.0003469563089311123,0.0013762302696704865,-0.002659488469362259,0.00026023387908935547 +459,3.137867207329525,-0.008870030548152871,2.6742753743576557,0.0037252914626151323,0.008869914337992668,0.9999538064002991,-0.00018938258290290833,-0.00034504104405641556,0.0019661278929561377,-0.0004293927922844887,-0.0007980139926075935,0.0004734992980957031 +460,3.1378935765490916,-0.008899818497667099,2.674284751770293,0.0036989219952374697,0.008899700827896595,0.9999535083770752,0.0005755024030804634,0.000621517188847065,0.0008957390673458576,-0.0016237266827374697,0.001506793312728405,0.0009161233901977539 +461,3.1379291011705877,-0.008868933855224888,2.6742681613687704,0.003663399023935199,0.008868817239999771,0.9999536275863647,-0.0002482244744896889,0.00021534226834774017,0.0010251314379274845,0.0008684596978127956,0.0010951682925224304,2.384185791015625e-07 +462,3.1378993666973627,-0.008872227518999052,2.674312975877803,0.003693133359774947,0.008872111327946186,0.9999538660049438,0.0018084980547428131,0.0016848370432853699,-0.0003123492933809757,-0.002716571092605591,0.0010155830532312393,-6.0677528381347656e-05 +463,3.137928193839267,-0.008833101805262008,2.6742913700957205,0.003664308227598667,0.008832987397909164,0.9999541640281677,-0.0027525434270501137,-0.0005269129760563374,0.000956070376560092,0.0015541973989456892,-0.001783427782356739,0.0002288222312927246 +464,3.1379342200165183,-0.008817162990833427,2.674260716333933,0.0036582828033715487,0.008817048743367195,0.999954342842102,0.0009729210287332535,-0.0007609198801219463,0.0020029759034514427,0.0013160821981728077,0.0005060704424977303,0.0017545223236083984 +465,3.137870281651184,-0.008918736971515314,2.6742302600192436,0.00372221483848989,0.00891861878335476,0.9999531507492065,-0.001110871322453022,-0.0004813363775610924,0.0012780020479112864,-0.0007314928807318211,0.0020066723227500916,0.00047391653060913086 +466,3.1378726424075385,-0.00895909032393492,2.67425288824587,0.003719853237271309,0.008958970196545124,0.9999529123306274,0.0006284988485276699,3.2247044146060944e-05,0.000130912521854043,0.0010714062955230474,-0.0008565541356801987,-0.0004412531852722168 +467,3.137899853751003,-0.008830142874013215,2.6742460363694054,0.003692647209390998,0.008830028586089611,0.999954104423523,-0.0003943629562854767,-0.0003525693900883198,0.003271501511335373,-0.0005798547063022852,-0.000971752218902111,-0.0006866455078125 +468,3.1379325078717537,-0.00882777340724769,2.674260683785264,0.003659993875771761,0.008827658370137215,0.9999540448188782,0.00019374210387468338,2.178829163312912e-05,0.0008726099040359259,-5.8920588344335556e-05,-0.0005879141390323639,-0.0002900362014770508 +469,3.1379556822573336,-0.00881764371056408,2.6742336304365066,0.0036368221044540405,0.008817529305815697,0.9999545216560364,0.002315159421414137,-0.0012377407401800156,0.000864396570250392,-0.0009512752294540405,0.0010243896394968033,0.0005489587783813477 +470,3.13794323387733,-0.008827265727271097,2.6742343401616697,0.00364926946349442,0.00882715079933405,0.9999544024467468,-0.0009562904015183449,-0.0003188694827258587,3.0160415917634964e-05,-0.0009484640322625637,0.0014114957302808762,0.0010983943939208984 +471,3.137982766543337,-0.008828430142258994,2.674257568532503,0.0036097392439842224,0.008828315883874893,0.9999547004699707,0.0012755263596773148,0.0010598944500088692,-0.0005046963924542069,0.002783693838864565,-0.0007411567494273186,-0.0020450353622436523 +472,3.137966966465647,-0.008836719522264655,2.6742778120670723,0.0036255375016480684,0.008836604654788971,0.999954342842102,0.0014853999018669128,0.00022874493151903152,-0.0017840215004980564,-0.0005280033219605684,-0.0012682462111115456,0.0016477704048156738 +473,3.138049193778495,-0.00889050819474189,2.6742792902596633,0.0035433126613497734,0.008890391327440739,0.9999542832374573,-0.0020432518795132637,0.0013216231018304825,-0.0004491169238463044,0.0013089822605252266,-0.00011658761650323868,0.0001220703125 +474,3.138027952382632,-0.008917211790332568,2.674737191981387,0.0035645512398332357,0.008917093276977539,0.9999536871910095,0.0012024147436022758,-0.0004172106273472309,-0.0012343641137704253,0.00041799177415668964,0.0008790465071797371,0.001358330249786377 +475,3.1379920975643794,-0.008890844118408096,2.6756087376003257,0.0036004059948027134,0.0088907266035676,0.9999540448188782,-0.0022744638845324516,-0.0018433383665978909,-0.00011011329479515553,-0.0017846100963652134,0.00035609863698482513,-0.0009763240814208984 +476,3.1380665040075706,-0.00886592388598142,2.6771231502353317,0.0035260033328086138,0.008865808136761189,0.999954342842102,-0.002532314509153366,-0.00039794808253645897,0.00015557301230728626,-0.00023010536096990108,0.0010676626116037369,-0.001007378101348877 +477,3.138071032795689,-0.008689398460116475,2.6698667673441716,0.003521480830386281,0.00868928898125887,0.9999561309814453,-0.007402014918625355,0.014332936145365238,0.40295055508613586,0.06128259748220444,-0.054023150354623795,0.0032482147216796875 +478,-3.139580023277032,-0.0008843224671734503,2.6754646629991488,-0.0020126288291066885,0.000884322333149612,0.9999978542327881,-0.41379314661026,-0.30294835567474365,-0.4424343705177307,0.07504118978977203,0.051361773163080215,0.015871524810791016 +479,3.1038850966792157,-0.05639309640497049,2.6512817424284125,0.03763870522379875,0.05636321008205414,0.9977008700370789,2.731710910797119,-0.8809698224067688,0.0015805813018232584,-0.014018092304468155,-0.24697598814964294,-0.04240894317626953 +480,3.003220483631322,-0.12636982609467023,2.6929435612258406,0.13683117926120758,0.126033753156662,0.9825441241264343,-1.1831103563308716,-2.344057321548462,-0.23288469016551971,0.06679737567901611,-0.4199942946434021,0.45622241497039795 +481,2.564280947326926,0.12486607123549302,2.8907298623762103,0.5415241718292236,-0.12454184889793396,0.8314090967178345,-4.878981113433838,-7.268508434295654,-1.7609978914260864,0.30204278230667114,-0.2724918723106384,0.8155331611633301 +482,1.6511853691819511,0.19706141561344304,-3.0070535941637306,0.9774791598320007,-0.19578847289085388,0.07874832302331924,-0.21035809814929962,-7.132071495056152,0.016752494499087334,0.618147611618042,0.1451292783021927,0.14879071712493896 +483,1.2819979987418177,0.32235836115684674,3.1255891459615923,0.9092109203338623,-0.31680431962013245,-0.2701307237148285,0.8706648945808411,-3.00762939453125,0.5879464745521545,-0.6653754115104675,0.13379037380218506,0.21719792485237122 +484,1.2694757238917223,0.4290221137683574,3.0847618926714,0.8684014081954956,-0.4159817397594452,-0.2698851227760315,0.976833164691925,0.31054097414016724,0.5465017557144165,-0.48073673248291016,0.28748753666877747,0.11503896117210388 +485,1.3053005908075759,0.4402351411690635,3.068423777162864,0.8729549050331116,-0.42615219950675964,-0.23736941814422607,0.0689227432012558,0.5352952480316162,-0.12383881956338882,-0.24177497625350952,0.19608011841773987,0.06485351920127869 +486,1.378286671308765,0.42304262177813384,3.0621047280477542,0.8949996829032898,-0.4105367362499237,-0.17445653676986694,-0.2926131784915924,0.41818004846572876,-0.32047131657600403,-0.28011631965637207,0.0956563949584961,0.04031653702259064 +487,1.4067581377959875,0.40265779534359425,3.053800296316455,0.9076722264289856,-0.39186495542526245,-0.15024293959140778,0.018009178340435028,-0.25688838958740234,-0.43936270475387573,-0.11477982997894287,0.02499788999557495,0.019536137580871582 +488,1.3539467671667869,0.37181521194800315,3.096184416865236,0.9098498225212097,-0.3633072078227997,-0.20045244693756104,-0.5409073233604431,-0.5154041051864624,-0.20584915578365326,-0.020399749279022217,0.015788286924362183,-0.022615790367126465 +489,1.3142966798850966,0.33069174362431875,3.1113483021639676,0.9148744940757751,-0.3246973752975464,-0.239950492978096,-0.2293577790260315,-0.35606321692466736,-0.16513505578041077,-0.031222820281982422,-0.08242237567901611,-0.009805381298065186 +490,1.255674301540919,0.2894493116861936,3.139095049112589,0.9112081527709961,-0.28542450070381165,-0.2970396876335144,-0.19630774855613708,-0.21009840071201324,-0.4187222421169281,-0.037245750427246094,-0.04595065116882324,0.005230605602264404 +491,1.2655251147930793,0.26829493188603215,-3.136125859612503,0.9196438789367676,-0.265087753534317,-0.28979942202568054,-0.017841748893260956,0.8122690320014954,-0.06776725500822067,-0.20168733596801758,-0.029818862676620483,0.12543177604675293 +492,1.2641792827638294,0.2294939842837253,-3.125544704618585,0.9283645153045654,-0.2274848073720932,-0.2939215302467346,-0.41686683893203735,-0.9995510578155518,-0.7794060707092285,0.025035083293914795,-0.0649498850107193,-0.020653575658798218 +493,1.2164572527536017,0.1699849515152822,-3.1091103895363648,0.9243587255477905,-0.16916751861572266,-0.3419698178768158,0.11672251671552658,-0.06890541315078735,-0.7197216749191284,0.04330790042877197,0.07831668853759766,-0.03176373243331909 +494,1.212036898375586,0.1200621262993741,-3.129382748250035,0.9295926690101624,-0.11977388709783554,-0.3485853374004364,-0.1923586130142212,-0.22216525673866272,-0.5699129700660706,0.08061546087265015,-0.023918136954307556,-0.011766254901885986 +495,1.2072071391660146,0.07436760358434996,-3.1291587176904545,0.9320430755615234,-0.07429907470941544,-0.35464808344841003,0.13501575589179993,0.4674980938434601,-0.3912617862224579,0.020486772060394287,0.08281348645687103,-0.06997343897819519 +496,1.2558716919833108,0.06316926886467684,3.1064950805629037,0.9489232897758484,-0.06312726438045502,-0.30912700295448303,0.36563795804977417,0.5867485404014587,-0.15824565291404724,-0.048517465591430664,-0.022413499653339386,0.05218425393104553 +497,1.3457267409730334,0.062325148637355096,3.0790531706976476,0.9728859663009644,-0.06228480860590935,-0.22274087369441986,0.33878612518310547,0.7911503911018372,-0.07791025936603546,-0.09294217824935913,-0.04069675877690315,0.003639891743659973 +498,1.4813150798796224,0.08361155359719413,3.0420380101865305,0.9925197958946228,-0.08351416885852814,-0.08904970437288284,0.5144736766815186,3.3856499195098877,0.8500663638114929,-0.5205959677696228,-0.06965354830026627,0.25236451625823975 +499,2.0620265294116518,0.1625442415657615,2.98970628066209,0.8701305389404297,-0.16182942688465118,0.46549320220947266,-0.7264871597290039,5.72449254989624,-0.5843050479888916,-0.13545042276382446,0.3692269027233124,-0.024544745683670044 +500,2.5260927304128136,0.1670627596256969,2.9864360212084833,0.5693283081054688,-0.16628672182559967,0.8051172494888306,-0.29951247572898865,2.329474449157715,-0.023060385137796402,0.21945953369140625,0.12440134584903717,0.029752016067504883 +501,2.71812541261457,0.14258791100641763,3.0250555019736933,0.40675362944602966,-0.14210523664951324,0.9024175405502319,0.44761618971824646,1.4291155338287354,-0.5690253973007202,0.15769943594932556,0.02732864022254944,0.290041446685791 +502,2.8563674011037534,0.08868905936536718,3.0200574018306527,0.28026774525642395,-0.08857283741235733,0.9558268785476685,0.01910233311355114,0.9168672561645508,-0.5320653915405273,0.17827409505844116,0.04944930970668793,0.2826680541038513 +503,2.9477533255432435,0.08727683068506768,3.0506985279038537,0.1918945163488388,-0.08716607093811035,0.9775367975234985,-0.09235967695713043,1.0609885454177856,-0.5110973119735718,0.020751938223838806,0.049309030175209045,0.006838023662567139 +504,2.977486487936105,0.05964133139885527,-3.137865924582934,0.16308006644248962,-0.059605978429317474,0.9848104119300842,0.5725224614143372,0.002991047687828541,-0.8092577457427979,-0.004999041557312012,-0.10865268111228943,0.04833143949508667 +505,2.963137651413531,0.01341436846067346,-3.0670788101422652,0.1774933785200119,-0.013413965702056885,0.9840306639671326,0.05262940376996994,-0.5477235317230225,-0.7496823072433472,0.10480950772762299,0.014237938448786736,-0.006827235221862793 +506,2.9713397597131666,-0.02499849704500454,-3.0510024865972314,0.1693786233663559,0.024995893239974976,0.9852339029312134,0.5198953151702881,0.8220716118812561,0.1232629045844078,0.027948006987571716,-0.06834611296653748,-0.04272913932800293 +507,3.02033575015239,-0.07388001443804577,-3.0257126228791082,0.12063001841306686,0.0738128200173378,0.9899495840072632,0.28820833563804626,0.19400005042552948,-0.7438021898269653,-0.03309035301208496,0.014291413128376007,0.05568951368331909 +508,3.065537229865889,-0.09901167261285802,-2.9579317985733886,0.07560998946428299,0.09884997457265854,0.992225706577301,0.2105025351047516,0.0008520437404513359,-0.767807126045227,0.17217746376991272,-0.025714606046676636,0.023734986782073975 +509,3.01759160257776,-0.05879657239403975,-2.9112510881235005,0.12346980720758438,0.05876270309090614,0.9906070828437805,-1.1331737041473389,0.1955191195011139,0.39302462339401245,-0.006251782178878784,0.005278434604406357,0.016015291213989258 +510,3.037097721194451,0.010680666267240707,-2.8936333646711727,0.1042989119887352,-0.010680463165044785,0.994488537311554,-0.15310072898864746,0.3961450457572937,-0.22835999727249146,-0.040181487798690796,-0.042893145233392715,0.017260611057281494 +511,3.055836588166628,-0.00014887177056217368,-2.897537931084972,0.0856509804725647,0.00014887176803313196,0.9963250160217285,0.2656107544898987,-0.04224247485399246,0.016918161883950233,-0.008670404553413391,0.0008734669536352158,-0.009813964366912842 +512,3.06530641274134,-0.023025990698752646,-2.911120867557322,0.07619205862283707,0.023023955523967743,0.9968271851539612,-0.02982848882675171,0.2432975322008133,0.09659045934677124,-0.01631658524274826,0.12710726261138916,0.05258065462112427 +513,3.094805653902506,-0.0248791089430945,-2.9755690353039634,0.04675547033548355,0.024876542389392853,0.9985968470573425,0.09649967402219772,0.20159593224525452,0.9820249676704407,0.029172275215387344,0.028315601870417595,-0.04504430294036865 +514,3.123856476801572,-0.026365548600133272,-3.0776702466717385,0.017729084938764572,0.026362493634223938,0.9994953274726868,-0.0007736105471849442,0.6140721440315247,1.3165768384933472,0.038484297692775726,0.0072373636066913605,0.017503023147583008 +515,-3.1225902063057784,-0.01902848557673642,3.0761535737928214,-0.018997864797711372,0.019027337431907654,0.9996384978294373,0.12564317882061005,-0.1406857669353485,0.8970150947570801,0.04251165688037872,-0.014037711545825005,0.01264488697052002 +516,-3.1097410388393194,-0.007452797508593889,3.0286476262982065,-0.0318453386425972,0.007452728692442179,0.9994648098945618,-0.07500509917736053,-0.7260550856590271,-0.05445323884487152,-0.052612047642469406,0.14594388008117676,-0.32223421335220337 +517,3.113412392091644,-0.010978707238741352,3.0723491875952926,0.028174834325909615,0.010978486388921738,0.999542772769928,-0.9671359062194824,-0.14385727047920227,0.24983520805835724,0.054634615778923035,0.10257741808891296,-0.003067493438720703 +518,3.1025096833892287,0.020391603599737903,3.0664611052506205,0.039064910262823105,-0.020390190184116364,0.9990289211273193,-0.03412938490509987,0.0734633281826973,0.02913784235715866,0.0069861263036727905,0.015019092708826065,0.0010476112365722656 +519,3.1172107503829842,0.025045941001508726,3.059645210877613,0.024371841922402382,-0.025043321773409843,0.9993892312049866,-0.013862347230315208,0.08579201251268387,0.025150716304779053,-0.0004308018833398819,0.03644163906574249,0.0018008947372436523 +520,3.127853597143377,0.03025656463856297,3.056513870051514,0.013732337392866611,-0.030251948162913322,0.9994480609893799,-0.0458485372364521,0.1485578715801239,0.014164836145937443,0.003830527886748314,-0.00034192390739917755,-0.007062196731567383 +521,3.1389651650279102,-0.02379753516454236,3.0571094141056823,0.002626740839332342,0.023795289918780327,0.9997131824493408,1.176803469657898,0.08558806777000427,-0.07840189337730408,0.03600851073861122,-0.028906989842653275,0.009701251983642578 +522,-3.1360169654447336,-0.038699380441876055,3.0526331835939646,-0.005571485497057438,0.03868972137570381,0.9992358684539795,-0.7950630784034729,0.052016206085681915,-0.0034263324923813343,-0.007581591140478849,0.03967942297458649,0.01678597927093506 +523,-3.140005675594161,-0.03427940854928299,3.007518767957868,-0.0015860446728765965,0.0342726968228817,0.9994110465049744,0.27655747532844543,-0.5971722602844238,0.06746098399162292,0.15804967284202576,0.0856308564543724,0.14283114671707153 +524,3.0882029166927576,-0.057297685088669295,3.010257720650309,0.05327681079506874,0.05726633965969086,0.9969365000724792,-0.3165786862373352,-0.7821499705314636,0.5378066301345825,0.28888627886772156,-0.15345773100852966,0.026104331016540527 +525,2.951366986074812,-0.036834829087569625,2.9348325230726062,0.1889522522687912,0.03682649880647659,0.9812955856323242,1.1019387245178223,-0.7213234305381775,0.8001952767372131,0.11224101483821869,0.2002493143081665,-0.03979766368865967 +526,2.872386579349243,-0.09407159211039057,2.8227335620774694,0.26479020714759827,0.09393290430307388,0.9597200751304626,-0.4872935712337494,-1.2935636043548584,1.7497117519378662,0.13547831773757935,-0.3133390545845032,-0.020297527313232422 +527,2.899652185446716,-0.02528769312229709,2.7174417300321307,0.23951037228107452,0.02528499811887741,0.9705642461776733,-0.26017144322395325,-1.309469223022461,1.2726967334747314,0.1930457353591919,-0.2262585163116455,-0.7244859933853149 +528,2.4691943370893163,-0.09123900205867953,2.685385955203793,0.6202734112739563,0.09111246466636658,0.7790761590003967,0.5153883695602417,-7.926021099090576,-2.5785250663757324,0.687572717666626,-0.3900321424007416,-0.17020463943481445 +529,1.824151157609319,-0.25776459091570564,2.648949157012897,0.9360939264297485,0.2549196481704712,0.24237209558486938,3.753584146499634,-0.5219168663024902,0.1441098153591156,0.29367291927337646,-0.1651521921157837,0.5911849737167358 +530,1.8883988018538975,-0.031651788627620546,2.2771777722697486,0.9495109915733337,0.03164650499820709,0.31213340163230896,0.7725756764411926,-0.22147053480148315,4.867940425872803,0.4610419273376465,0.10150167346000671,-0.28054776787757874 +531,1.5063260791861721,0.20234151514619755,2.2503017598545827,0.9775635600090027,-0.20096363127231598,-0.06311122328042984,-0.15774855017662048,-5.155979633331299,1.6092501878738403,0.28958725929260254,0.12813343107700348,0.12143034487962723 +532,0.9988089453169489,0.3926606974173127,2.3114242219092747,0.776835024356842,-0.38264796137809753,-0.5001077651977539,-0.16163474321365356,-4.255831718444824,2.1187045574188232,-0.039530396461486816,0.4022860825061798,0.2724161744117737 +533,0.6365292190581919,0.4725886090228835,2.4419726164989233,0.5292567014694214,-0.4551926851272583,-0.716021716594696,-1.3331646919250488,-2.2689778804779053,0.750466525554657,-0.10581004619598389,0.1370927095413208,0.40669548511505127 +534,0.42277090020811264,0.30747742787680993,2.5293455165498617,0.3910464346408844,-0.30265533924102783,-0.8691849708557129,-0.6305811405181885,-0.41449978947639465,-0.9137260913848877,0.0379696786403656,0.026349186897277832,0.3138718605041504 +535,0.4063160621093952,0.28880147968266967,2.479127490098285,0.3788599967956543,-0.2848035395145416,-0.8805407881736755,-0.17991432547569275,-0.14681346714496613,-0.594184935092926,0.0639195442199707,-0.07812675833702087,0.19828981161117554 +536,0.3906311766350461,0.2773250263833388,2.452520196507162,0.3662233054637909,-0.2737838625907898,-0.8893384337425232,0.36234840750694275,-0.31200188398361206,-0.3625507652759552,0.011630088090896606,0.013346850872039795,0.09315013885498047 +537,0.36230564257359155,0.2597947144477045,2.415389587545681,0.34253740310668945,-0.2568821609020233,-0.9037033319473267,-0.1040382832288742,-0.7263458371162415,-0.47327739000320435,0.028190135955810547,0.049728840589523315,0.04164278507232666 +538,0.24731233970549468,0.2215785222304631,2.3924597576786693,0.23881405591964722,-0.21976982057094574,-0.945869505405426,-0.227012500166893,-0.709976077079773,-0.32567474246025085,0.03921633958816528,-0.032656311988830566,-0.021552979946136475 +539,0.23441333946191947,0.22397910299738122,2.3845147071129276,0.22647055983543396,-0.2221110761165619,-0.9483553171157837,0.19293200969696045,-0.19612902402877808,-0.01678016036748886,0.02478066086769104,-0.052119866013526917,0.03490316867828369 +540,0.25273824628733754,0.22848218526494535,2.3650212948925216,0.24355751276016235,-0.22649942338466644,-0.943068265914917,0.17743459343910217,-0.041197702288627625,-0.06639321893453598,0.08458274602890015,-0.005006924271583557,-0.04173398017883301 +541,0.2517704740072935,0.2449004829597949,2.3405613518024695,0.2416856586933136,-0.24245977401733398,-0.9395750761032104,0.20045959949493408,0.13911305367946625,-0.24983344972133636,0.0832197368144989,0.005048274993896484,-0.04121410846710205 +542,0.19536202292975052,0.3206607596343282,2.3287119448047666,0.18422679603099823,-0.31519371271133423,-0.9309744238853455,0.4319480359554291,-0.25115475058555603,0.18504492938518524,0.22396107017993927,-0.0045847296714782715,0.24669408798217773 +543,0.14727831584336012,0.3701037275933057,2.3753883304267296,0.13681022822856903,-0.36171212792396545,-0.9221969842910767,0.4714815020561218,-0.21679899096488953,0.3724832534790039,0.062271177768707275,-0.005109161138534546,0.08184969425201416 +544,0.15244288669987766,0.36424221022722575,2.4085501507985905,0.14189065992832184,-0.3562413156032562,-0.9235578775405884,-0.39131152629852295,0.32078060507774353,-0.10461568087339401,0.03498922288417816,-0.0020197927951812744,0.03114759922027588 +545,0.16939249655455849,0.3374679102362349,2.421082406090097,0.1590747982263565,-0.33109888434410095,-0.9300907254219055,-0.10405316948890686,0.14915476739406586,0.13820962607860565,0.056791290640830994,0.004087775945663452,-0.06330221891403198 +546,0.17212088471091652,0.3461163969837423,2.444956139653241,0.161115363240242,-0.33924707770347595,-0.9267973303794861,-0.056123267859220505,0.029199782758951187,0.14877478778362274,-0.005613058805465698,-0.01371920108795166,0.07943099737167358 +547,0.15626694753960535,0.32339103261712615,2.48474714493174,0.14756429195404053,-0.3177836239337921,-0.9366100430488586,-0.2387901246547699,0.025812678039073944,0.2476392388343811,-0.07313191890716553,0.013141900300979614,-0.05643194913864136 +548,0.15194027805297292,0.34093204733365357,2.509609991613588,0.14264479279518127,-0.3343656361103058,-0.9315857887268066,0.019229620695114136,-0.04310603812336922,0.28256314992904663,-0.06685438752174377,-0.018524378538131714,0.05547189712524414 +549,0.15739038369188763,0.3235158621132499,2.53941007584264,0.1486102044582367,-0.31790199875831604,-0.9364044666290283,0.004845594055950642,0.2548350989818573,0.19833624362945557,-0.050709813833236694,0.01663246750831604,-0.04353022575378418 +550,0.2823639839266419,0.3615296653674532,2.503099480298518,0.2606154978275299,-0.35370543599128723,-0.8983162641525269,1.0634608268737793,2.1754496097564697,-0.5467985272407532,0.11827549338340759,-0.14051148295402527,0.23059165477752686 +551,0.6909612456503188,0.4441311065570424,2.3815798328331352,0.5754522681236267,-0.429673433303833,-0.6958702802658081,1.1573036909103394,5.020864963531494,-0.7270339727401733,-0.1733526587486267,0.1859906017780304,0.3176811933517456 +552,1.2275098933497235,0.40235859070764574,2.2244851558666876,0.8664531707763672,-0.3915896713733673,-0.3097040355205536,0.25813359022140503,3.3752596378326416,-1.914546012878418,-0.32847392559051514,0.35986658930778503,0.01980230212211609 +553,1.3448449855966134,0.16193097622936173,2.3635407414829426,0.9618317484855652,-0.16122421622276306,-0.2211027592420578,-3.7440099716186523,-0.17409253120422363,-2.4204413890838623,0.19765305519104004,0.44621264934539795,-0.5248078107833862 +554,1.5320658034706613,-0.15009807662520241,2.3360802620049816,0.9880149364471436,0.14953510463237762,-0.038285478949546814,1.7671356201171875,3.541393518447876,-2.7649085521698,0.46170735359191895,0.24922281503677368,-0.257429838180542 +555,1.5916222768585815,-0.4428109713221959,2.340165339157361,0.9033548831939697,0.42848101258277893,0.018815943971276283,-0.7159690856933594,-0.8538780808448792,-1.7985031604766846,0.3807179927825928,-0.2720021605491638,0.12121391296386719 +556,1.6845888648537266,-0.6030702418918981,2.4838187485813643,0.8182715177536011,0.5671737790107727,0.09351718425750732,-1.3423011302947998,0.5770019292831421,-1.4595226049423218,0.39365774393081665,-0.17886817455291748,0.18892300128936768 +557,1.9242371428995764,-0.6402108249010756,2.6181510415900506,0.7523978352546692,0.5973645448684692,0.27758416533470154,0.40674617886543274,3.8641738891601562,0.6239738464355469,0.24873125553131104,-0.1930219531059265,0.2100408971309662 +558,2.1620266096328504,-0.6365768229088932,2.2682066745972893,0.6676379442214966,0.5944462418556213,0.4482113718986511,3.0921523571014404,4.343099117279053,1.2305337190628052,0.24834710359573364,0.008474349975585938,-0.10520899295806885 +559,2.3552934903158174,-0.7268250725811254,1.960163681531508,0.5288881659507751,0.6645004153251648,0.5279359817504883,1.2507522106170654,1.9018653631210327,0.39303058385849,0.20342683792114258,-0.0639907717704773,-0.19834613800048828 +560,2.463162551413828,-0.7542564744654917,1.8947536261099254,0.45736220479011536,0.6847469806671143,0.5673989057540894,0.317352294921875,1.1210635900497437,0.07081329822540283,-0.32255080342292786,0.21724581718444824,-0.040680766105651855 +561,2.49958794653659,-0.7830170073980796,1.853154062256152,0.42442408204078674,0.7054210305213928,0.5676665306091309,0.3971337378025055,0.8295862078666687,0.5752511024475098,-0.04992765188217163,0.0424426794052124,0.011022984981536865 +562,2.498845913637256,-0.7840867261271424,1.7595415368616483,0.42439261078834534,0.7061788439750671,0.5667470097541809,0.18828076124191284,0.1750660389661789,0.6330333352088928,0.080322265625,-0.07280182838439941,-0.1490071415901184 +563,2.4193393963168655,-0.6984268803223636,1.6460120138037584,0.5062891244888306,0.6430137157440186,0.574634850025177,0.000834587961435318,0.5179374814033508,1.1059916019439697,-0.046129703521728516,0.18527930974960327,0.033931612968444824 +564,2.379269171449777,-0.636446394472928,1.6063318805393023,0.5553922057151794,0.5943413376808167,0.5816333889961243,-0.7273845076560974,-0.3621038496494293,0.5603829622268677,-0.1516295075416565,0.1179998517036438,0.07872116565704346 +565,2.364364023376914,-0.580918633649967,1.6012344675653056,0.5862633585929871,0.5487921237945557,0.5959214568138123,-0.22348332405090332,0.11105939000844955,0.16555574536323547,-0.10960936546325684,0.07428520917892456,0.10946184396743774 +566,2.362069822222643,-0.5897058279505284,1.593841721440995,0.584216833114624,0.5561165809631348,0.5911224484443665,0.5373160243034363,-0.04805730655789375,-0.3594394326210022,-0.08581888675689697,0.009618401527404785,0.04220902919769287 +567,2.3385710344764132,-0.6228720788584774,1.5710478495856182,0.5843484401702881,0.5833702683448792,0.5641065835952759,0.1391589194536209,-0.0821741372346878,0.19833746552467346,-0.10709929466247559,-0.0030022263526916504,0.11730515956878662 +568,2.3037016502093404,-0.6094927119105737,1.5608439082732848,0.6094062328338623,0.5724515914916992,0.5485650897026062,-0.1546129584312439,-0.3349780738353729,0.14561466872692108,-0.030472397804260254,0.05526459217071533,0.12936770915985107 +569,2.299724037325111,-0.6188484347073633,1.57356246271532,0.6075617074966431,0.5800975561141968,0.5425455570220947,-0.2513218820095062,-0.2874259352684021,-0.1857832968235016,-0.035799622535705566,-0.07075917720794678,-0.03372597694396973 +570,2.273999728420577,-0.596592155050647,1.60284488138303,0.6310091018676758,0.5618265867233276,0.5349563956260681,-0.010867582634091377,0.030399035662412643,0.2962457537651062,0.02873516082763672,-0.04328715801239014,0.06749105453491211 +571,2.2733105747529456,-0.5868378194746621,1.5137611146417649,0.6355302929878235,0.5537306666374207,0.5380370616912842,0.4846016764640808,0.40608707070350647,0.5301446318626404,0.009107828140258789,-0.029347002506256104,-0.023480117321014404 +572,2.2628286573283307,-0.557196018795316,1.472893056182106,0.6534888744354248,0.5288084149360657,0.5415844917297363,0.09285825490951538,0.05744606629014015,0.37818393111228943,-0.03532487154006958,0.03480541706085205,-0.0807233452796936 +573,2.2508784022677455,-0.5567199532428831,1.4504220490117208,0.6601098775863647,0.5284042954444885,0.533894956111908,0.013455575332045555,-0.0490257702767849,0.0354083850979805,0.032425522804260254,-0.0026169419288635254,-0.034734249114990234 +574,2.234025844985375,-0.5636263178971437,1.4597411918269825,0.6661214828491211,0.5342550873756409,0.5204358696937561,0.10709287971258163,-0.299124538898468,-0.19135701656341553,0.09370511770248413,-0.015074849128723145,-0.0799146294593811 +575,2.18178077258359,-0.576119296686413,1.4679481623536055,0.686869740486145,0.5447737574577332,0.48107340931892395,0.2251991629600525,-0.3742060959339142,-0.052614130079746246,0.05646216869354248,-0.0027205348014831543,0.019964218139648438 +576,2.1155539150412035,-0.5925050471887794,1.4649562629417883,0.7094701528549194,0.5584408044815063,0.42987877130508423,-0.05916319042444229,-0.7873666286468506,-0.19038556516170502,0.03315979242324829,-0.009246528148651123,0.02663367986679077 +577,2.059459803290277,-0.59801101440407,1.491078632479749,0.7297294735908508,0.5629997849464417,0.3879771828651428,-0.3200918734073639,-0.5049657225608826,-0.11228369176387787,0.00937575101852417,-0.015300750732421875,0.09258317947387695 +578,2.013967892413275,-0.6065803103759133,1.539620216314161,0.7422323822975159,0.5700611472129822,0.35230863094329834,-0.2076752632856369,-0.5963776111602783,-0.16441060602664948,-6.014108657836914e-05,-0.04302263259887695,0.12944185733795166 +579,2.0270975705083454,-0.6037741169688007,1.5460675876441776,0.7389761805534363,0.5677533745765686,0.3627268373966217,-0.03277864307165146,0.2845829427242279,0.018007462844252586,0.01728004217147827,-0.017078816890716553,0.013249844312667847 +580,2.06007567180407,-0.6152004582245786,1.5352817241307235,0.7208406925201416,0.5771222114562988,0.38382089138031006,0.25441253185272217,0.48281362652778625,-0.055046066641807556,0.022353827953338623,-0.042622148990631104,0.03593313694000244 +581,2.0820068327491152,-0.6282171665745273,1.553831391729728,0.7056384086608887,0.5877032279968262,0.39582720398902893,-0.3664591312408447,-0.39171165227890015,-0.3106447458267212,0.09004634618759155,-0.014918863773345947,-0.02941793203353882 +582,2.0690135912961534,-0.6425154282644446,1.5781995481965838,0.7032676935195923,0.5992111563682556,0.3825705349445343,-0.05591006204485893,-0.23034751415252686,-0.06339889764785767,0.008310556411743164,-0.07418686151504517,0.0056740641593933105 +583,2.054718237283174,-0.6504180694584527,1.6083158425134108,0.704451322555542,0.60551917552948,0.37026381492614746,-0.022547917440533638,-0.12729549407958984,-0.30926668643951416,0.009812772274017334,-0.02995753288269043,0.0596526563167572 +584,2.0610635425819464,-0.6961880904441474,1.5867311929608958,0.6769108772277832,0.6412975192070007,0.3612886071205139,0.6974797248840332,0.654412567615509,-0.4007686674594879,0.006515085697174072,-0.05252182483673096,0.18068841099739075 +585,2.1191180193430093,-0.7342718801188817,1.5422165675106516,0.6334953904151917,0.670046865940094,0.3869379758834839,0.04980188608169556,0.8969810009002686,0.026805579662322998,0.007175445556640625,-0.04037761688232422,0.1439458727836609 +586,2.2122562536124533,-0.7177269348887857,1.5296149335772866,0.6035632491111755,0.6576740741729736,0.4507504105567932,-0.12939657270908356,0.7820496559143066,0.3940832018852234,0.03227037191390991,0.012156188488006592,-0.025442183017730713 +587,2.2676827173157457,-0.6832843985533548,1.5101995502549252,0.5946902632713318,0.6313434839248657,0.49774369597435,0.00274966424331069,0.6596078276634216,0.49232763051986694,-0.0040531158447265625,0.0732768177986145,-0.11354270577430725 +588,2.2965427039710775,-0.6389507838702437,1.4987348631588948,0.6004393696784973,0.5963535308837891,0.5327616333961487,-0.42932459712028503,-0.09048648178577423,0.20633620023727417,-0.12024533748626709,0.23920243978500366,-0.17797952890396118 +589,2.290412645059974,-0.6377392523581633,1.5154271851034915,0.6042369604110718,0.5953806042671204,0.529546856880188,0.2685803174972534,-0.11772172898054123,-0.19308362901210785,-0.08337825536727905,0.14196991920471191,-0.08177757263183594 +590,2.2675492105707753,-0.6768767393376173,1.518294002919147,0.5978469252586365,0.6263613700866699,0.5002500414848328,0.0019514663144946098,-0.5646987557411194,-0.3536500036716461,0.004905641078948975,0.07426100969314575,0.008203268051147461 +591,2.26172101967865,-0.6995243394182198,1.5278671530544226,0.5896670818328857,0.6438537836074829,0.4875909090042114,0.1901869922876358,0.18310736119747162,-0.07728814333677292,0.019601047039031982,0.013555824756622314,0.009235233068466187 +592,2.2649520453445646,-0.7104059049452306,1.5275787036475394,0.5826689600944519,0.6521415114402771,0.48498257994651794,0.07070629298686981,0.05304513871669769,-0.12288285791873932,-0.036495983600616455,0.05968087911605835,0.005862146615982056 +593,2.229978159435457,-0.5788110488559276,1.7445473447828628,0.6617327332496643,0.5470290184020996,0.5127070546150208,-7.084048271179199,-2.2803711891174316,0.08557168394327164,-0.04330945014953613,0.32317960262298584,1.16286039352417 +594,2.2051636780121955,-0.12196482495316285,2.312376230260861,0.7994634509086609,0.1216626688838005,0.5882653594017029,-4.854679107666016,-3.1637189388275146,1.181471824645996,0.5342003703117371,-0.151218980550766,0.049506187438964844 +595,2.1797306001246253,0.20682913537000755,2.309772970454733,0.8027758598327637,-0.2053576558828354,0.5598026514053345,-1.5840383768081665,-1.5952991247177124,3.0417611598968506,0.6365551352500916,0.15735352039337158,-0.38336533308029175 +596,1.2879137804122083,0.6268222052784298,2.8816375884171834,0.7777062058448792,-0.5865740180015564,-0.22606194019317627,-6.583020210266113,-7.595393657684326,2.6130383014678955,0.18271249532699585,0.5384020209312439,0.36905205249786377 +597,0.44869417630950303,0.6377264307056206,-2.9161109429266894,0.3485286831855774,-0.5953702926635742,-0.7239212393760681,-0.38635382056236267,-3.0112428665161133,1.9935864210128784,-0.1503933072090149,0.6227902770042419,0.7406449317932129 +598,0.2682372053664336,0.6168946466716414,-2.8297781398952875,0.21618106961250305,-0.5785049796104431,-0.7865098118782043,-0.10386023670434952,-0.60811847448349,-0.1495043784379959,0.008107855916023254,0.1360459327697754,0.3036302328109741 +599,0.22682640585333344,0.545280285499411,-2.8208406770285834,0.19227378070354462,-0.5186577439308167,-0.8330816030502319,-0.9404011368751526,0.25535324215888977,-0.19552874565124512,0.015672996640205383,0.01145559549331665,0.17556512355804443 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/standing/q5.csv b/BoostRunClub/CoreML/DataSet/Motion/standing/q5.csv new file mode 100644 index 0000000..7459239 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/standing/q5.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-0.0005929813154303029,0.012748674238297559,-1.9884161946038594,-0.0005929330945946276,-0.01274832896888256,-0.9999185800552368,0.001157679595053196,4.388159140944481e-05,0.0007969862781465054,-4.7936104238033295e-05,3.775767982006073e-05,-0.0033010244369506836 +1,-0.0016801599032039245,0.012572825452338354,-1.985455200970998,-0.0016800262965261936,-0.012572494335472584,-0.9999195337295532,0.004054195247590542,0.010318630374968052,0.001929641468450427,0.005296359304338694,-0.0011298982426524162,0.003352820873260498 +2,-0.0007578761475551447,0.012844777968863973,-1.9854063767862136,-0.0007578135700896382,-0.012844424694776535,-0.999917209148407,-0.0028350884094834328,-0.0008610216900706291,-0.001063054776750505,-0.004002928733825684,-0.000674862414598465,-0.0017765164375305176 +3,-0.0009105375280902037,0.012878056396653013,-1.9854180605629268,-0.0009104618802666664,-0.012877700850367546,-0.999916672706604,6.653182208538055e-05,-8.14562663435936e-05,-0.0033113404642790556,0.0010020146146416664,0.0006859274581074715,-0.003592848777770996 +4,-0.0007260760168921725,0.012807394373411727,-1.9854053360816462,-0.0007260164129547775,-0.012807044200599194,-0.99991774559021,-0.00017521344125270844,-0.0034484928473830223,0.00017837528139352798,0.0005734283477067947,0.0011645881459116936,0.001428365707397461 +5,0.0018858623582357198,0.014144699037285593,-1.9855251293009255,0.001885672565549612,-0.014144227840006351,-0.9998981952667236,-0.022340739145874977,-0.051836855709552765,-0.3575420081615448,-0.09194304794073105,0.12693719565868378,0.012547731399536133 +6,-0.01951080076164079,-0.008933567989310765,-2.047234635063917,-0.019508784636855125,0.008933449164032936,-0.9997697472572327,-0.654391884803772,0.06554673612117767,-0.5183124542236328,-0.012076906859874725,0.042885396629571915,0.012159943580627441 +7,0.002887412211419711,-0.05762217098081525,-1.9523185004249415,0.0028826158959418535,0.057590287178754807,-0.998336136341095,-0.9458750486373901,-0.9517607688903809,-0.1611970216035843,-0.042082447558641434,-0.2522466778755188,-0.24333250522613525 +8,-0.19803404322752807,-0.11567703025027062,-2.0040202197691084,-0.1954273283481598,0.11541922390460968,-0.9739027619361877,-0.5093681812286377,-3.3494415283203125,0.785190224647522,-0.052680596709251404,0.388288676738739,-0.25397199392318726 +9,-0.5248450293577593,-0.20558057043127745,-2.011108868505566,-0.49052751064300537,0.20413553714752197,-0.8471785187721252,-0.5164173245429993,-2.3265862464904785,-1.7961876392364502,-0.6271635293960571,0.637325644493103,-0.32474225759506226 +10,-0.7275493895061055,-0.0815515543216745,-2.276027030050726,-0.6628312468528748,0.08146119117736816,-0.7443243861198425,-1.5275753736495972,-1.0733095407485962,-3.095360279083252,-0.44045549631118774,0.30357909202575684,0.44514530897140503 +11,-0.8046320106546648,0.03442023675598525,-2.6739557255716924,-0.7201486825942993,-0.03441344201564789,-0.6929657459259033,-2.2135226726531982,-1.9094408750534058,-3.3727409839630127,-0.012349426746368408,0.1907397359609604,0.1335633397102356 +12,-0.8739098004826734,0.16512851881453164,-3.0405860186017613,-0.7564129829406738,-0.16437910497188568,-0.633102536201477,-1.960797905921936,-0.2476530820131302,-3.982753276824951,0.1339612603187561,0.3790550231933594,0.05439770221710205 +13,-0.8541315079631854,0.29084425153651905,2.9610996362209523,-0.7223342657089233,-0.2867611348628998,-0.6292862892150879,-0.10747263580560684,2.603412389755249,-0.8094602227210999,0.3082870841026306,0.18037685751914978,-0.14766067266464233 +14,-0.7130547350872285,0.4052064488142677,2.7906441463131273,-0.6011751890182495,-0.39420849084854126,-0.6951173543930054,-0.1711907684803009,-0.4061358571052551,-2.4280171394348145,-0.09670084714889526,0.29493480920791626,-0.08741438388824463 +15,-0.6515460113595859,0.48214204701450486,2.635541595209453,-0.5372872352600098,-0.4636780917644501,-0.7045034170150757,-0.4797774851322174,-1.5962715148925781,-0.8484290838241577,0.35683679580688477,0.22043776512145996,-0.5045419931411743 +16,-0.5947808728531128,0.40059226130974945,2.4422987213137106,-0.5159662961959839,-0.3899637758731842,-0.7626972198486328,-2.2295327186584473,1.5881354808807373,0.13183307647705078,0.015432238578796387,-0.032307952642440796,0.12428474426269531 +17,-0.38255677377315633,0.21134312572461317,2.3290066050570175,-0.36498787999153137,-0.20977333188056946,-0.9070716500282288,-0.5444471836090088,1.4479283094406128,-1.1953567266464233,-0.06933829188346863,0.27221229672431946,-0.17012256383895874 +18,-0.3139166877567311,0.33127646937322824,2.1881123645346565,-0.29199692606925964,-0.3252503573894501,-0.899416446685791,0.8683233261108398,-1.9672722816467285,-1.9571086168289185,0.23111438751220703,0.2912537753582001,-0.06370306015014648 +19,-0.35601537262356703,0.396556913217893,2.0413687519265955,-0.32149407267570496,-0.3862447440624237,-0.8645556569099426,-1.1280827522277832,-0.1523529291152954,-0.7628987431526184,0.23154354095458984,0.1709737479686737,0.017082571983337402 +20,-0.490444869647575,0.4239858991158468,1.992739826647437,-0.42931270599365234,-0.41139668226242065,-0.8040170073509216,1.4046610593795776,-2.955260753631592,-0.7413403987884521,0.27970024943351746,0.08528584241867065,-0.20214754343032837 +21,-0.8519970713956618,0.6056882920650893,2.1254144710592024,-0.6187177896499634,-0.5693280696868896,-0.5413444638252258,2.9901840686798096,-2.783022403717041,0.1259773224592209,0.3120161294937134,0.02922797203063965,-0.33821791410446167 +22,-1.4820534755309809,0.7027743969529051,2.6348770806211745,-0.7600492238998413,-0.6463371515274048,-0.06762655079364777,4.535629749298096,-2.3288731575012207,1.085317850112915,0.2683042883872986,-0.0050910115242004395,-0.24321019649505615 +23,-1.7862457113926649,0.513759008738614,3.053112658319281,-0.8507683277130127,-0.49145445227622986,0.18618731200695038,3.591122627258301,-0.057677365839481354,1.3668630123138428,-0.02839726209640503,-0.10914671421051025,-0.187896266579628 +24,-1.864731894698692,0.3230135901822431,-2.9224040403054823,-0.9076122641563416,-0.3174257278442383,0.27473774552345276,0.984616756439209,1.2835490703582764,0.6941677927970886,-0.04081302881240845,-0.005297660827636719,0.6871457099914551 +25,-1.876488500449697,0.21298837802279616,-2.907594474815714,-0.9320901036262512,-0.2113816887140274,0.2941528856754303,1.195040225982666,-1.5890889167785645,1.140155553817749,-0.10260838270187378,0.0238359272480011,-0.2084442377090454 +26,-2.021087984021123,0.08668896428194323,-2.8164688944631897,-0.8969395160675049,-0.08658042550086975,0.43359386920928955,1.1444909572601318,0.3065929114818573,0.4771474301815033,-0.14444243907928467,0.30011191964149475,-0.15179449319839478 +27,-1.9951043893610605,0.048574336961244136,-2.769053195665497,-0.9102489352226257,-0.04855523630976677,0.4112047255039215,-0.5304665565490723,0.2500205636024475,0.09109824895858765,0.008500218391418457,0.18258842825889587,0.025379657745361328 +28,-1.9555921759686947,0.06138204647033078,-2.866430726866238,-0.9251296520233154,-0.06134350970387459,0.3746630549430847,-1.0339161157608032,0.19908426702022552,0.3644135892391205,0.07609999179840088,0.07120067626237869,-0.09495410323143005 +29,-1.8818638131306757,0.07401980491536211,-3.009010892381979,-0.9494005441665649,-0.07395223528146744,0.30523696541786194,-1.3972991704940796,0.5498411655426025,0.15661774575710297,-0.04354983568191528,0.08071188628673553,-0.0029450953006744385 +30,-1.8459314167749232,0.10414467441365655,3.1361695919651695,-0.9571740031242371,-0.10395651310682297,0.27020493149757385,-1.4037078619003296,-0.3554806113243103,0.051632385700941086,0.05548650026321411,0.04539329558610916,0.02738720178604126 +31,-1.870873896582099,0.11160487814431248,3.011065767281459,-0.9493703246116638,-0.11137333512306213,0.29375535249710083,-1.3077551126480103,-0.18329760432243347,0.2370847761631012,0.003218531608581543,0.06872501969337463,0.07360005378723145 +32,-1.8724720745351562,0.12413484816819051,2.8700942850317555,-0.9474924206733704,-0.12381628155708313,0.29483434557914734,-1.1352050304412842,-0.20140007138252258,0.3421889543533325,-0.0051288604736328125,0.09850197285413742,-0.036854058504104614 +33,-1.870125774807335,0.13388707453114512,2.7568091504417906,-0.9469828009605408,-0.13348743319511414,0.2922405004501343,-1.41883385181427,-0.009011385031044483,0.18343563377857208,0.08377796411514282,0.13814137876033783,-0.019123464822769165 +34,-1.8387746946114234,0.16617487956000437,2.588137564746963,-0.9510245323181152,-0.16541114449501038,0.2611350417137146,-2.1189770698547363,0.25907158851623535,0.3055320084095001,0.39156103134155273,0.24902932345867157,0.021869778633117676 +35,-1.8470323508207092,0.09945864104943532,2.3750146765043296,-0.9573343992233276,-0.0992947444319725,0.27138853073120117,-0.7781793475151062,-0.48585444688796997,1.5670887231826782,-0.4611074924468994,-0.01720614731311798,-0.11870905756950378 +36,-1.829044160963059,0.08422214428908031,2.2035148206355877,-0.9634120464324951,-0.08412261307239532,0.2544816732406616,-1.3523200750350952,-0.4213390648365021,0.20548197627067566,-0.40243279933929443,-0.16787630319595337,-0.14994367957115173 +37,-1.9024620285617562,0.0999647684043338,2.158835678513468,-0.9407811164855957,-0.09979835897684097,0.32399284839630127,-0.5231311917304993,-0.34291982650756836,-0.3363199830055237,-0.08746302127838135,-0.07244284451007843,-0.05949696898460388 +38,-1.9204427230450989,0.16572684438643506,2.155210378957442,-0.9266217947006226,-0.16496926546096802,0.33787208795547485,0.005782275460660458,0.09204912930727005,-0.5301522612571716,0.1825268268585205,0.004156842827796936,-0.1399349868297577 +39,-1.9063052722797762,0.18141299270107708,2.1788949111528693,-0.9287475347518921,-0.18041956424713135,0.323846697807312,0.24048931896686554,0.1647080034017563,-0.00926042441278696,0.14502573013305664,-0.06333957612514496,-0.10730913281440735 +40,-1.9082172391079653,0.15860375009029745,2.1882299523184883,-0.9317680597305298,-0.15793964266777039,0.32689937949180603,0.01866115815937519,-0.16688622534275055,-0.1832357794046402,-0.11025452613830566,-0.1299784630537033,-0.044520169496536255 +41,-1.8792352299966293,0.2148797672675034,2.165403842777342,-0.930895984172821,-0.2132299691438675,0.29659005999565125,-0.37380993366241455,0.4562778174877167,-0.6525986790657043,0.02209782600402832,-0.0510064959526062,-0.08121216297149658 +42,-1.8467136355028513,0.271538655190088,2.1622315451975322,-0.9269207715988159,-0.26821401715278625,0.26244762539863586,0.09992373734712601,0.027141530066728592,-0.17933310568332672,0.10425859689712524,-0.028843998908996582,-0.09318190813064575 +43,-1.8704091704093146,0.24447826354414476,2.2062178663326635,-0.9270392656326294,-0.2420501410961151,0.28637364506721497,0.6674216985702515,0.40524742007255554,0.35137316584587097,-0.23761826753616333,0.009307831525802612,-0.02607405185699463 +44,-1.8068592552854956,0.20712390232228997,2.2669099749040305,-0.9514854550361633,-0.20564612746238708,0.22887778282165527,0.7254366874694824,0.6391335129737854,-0.34687092900276184,-0.042945027351379395,0.10197792947292328,0.11676429212093353 +45,-1.7937498479711094,0.2705335808442267,2.3113731810120917,-0.939777135848999,-0.26724565029144287,0.21306881308555603,0.4412146806716919,-0.3363897502422333,-0.8163540363311768,0.01837533712387085,0.06982749700546265,0.0234881192445755 +46,-1.7613101878779212,0.36289721783746176,2.3016025554538606,-0.9179577827453613,-0.35498425364494324,0.17703068256378174,-0.6598153710365295,0.45825162529945374,-0.8986935019493103,-0.09157907962799072,0.03732678294181824,0.012864962220191956 +47,-1.654908000035158,0.5382930004983286,2.192032074304063,-0.855549693107605,-0.5126711130142212,0.07213190197944641,-2.0703423023223877,1.0997388362884521,-2.694566488265991,-0.254252552986145,-0.005578398704528809,0.011150598526000977 +48,-1.2121409114276633,0.8420691317922966,1.7788453314773764,-0.6235477924346924,-0.7460225820541382,-0.23374846577644348,-3.2882578372955322,2.441997528076172,-3.938957691192627,-0.11395519971847534,-0.07342010736465454,0.014739066362380981 +49,-0.35162411257422477,0.8138617946766257,1.0309442806990585,-0.23651398718357086,-0.7269444465637207,-0.6446804404258728,-3.9923763275146484,2.961773633956909,-2.2584550380706787,0.16032685339450836,0.22732597589492798,0.3600583076477051 +50,-0.056613509847251726,0.5260423441284013,0.7954292125020741,-0.048933275043964386,-0.5021147131919861,-0.863415539264679,-1.9056938886642456,-0.4315742254257202,-0.2113853096961975,0.09367205202579498,0.14949935674667358,0.15217286348342896 +51,-0.08333471322102491,0.40333875510112366,0.7914438450569383,-0.07655889540910721,-0.3924913704395294,-0.916563868522644,-1.0229953527450562,0.1810811311006546,-0.10439099371433258,-0.1461736559867859,0.08464527130126953,-0.015626072883605957 +52,-0.0862223283974872,0.35054985588843884,0.7954534928516698,-0.08087833225727081,-0.3434142768383026,-0.9356951117515564,-0.5245794057846069,-0.006800513714551926,0.16232815384864807,-0.02369014173746109,-0.03353884816169739,-0.021168291568756104 +53,-0.08524822788575859,0.3336852249742833,0.8041234471811526,-0.08044856041669846,-0.3275271952152252,-0.9414106011390686,0.1588747352361679,-0.001929236575961113,0.04430176690220833,0.014957845211029053,-0.030489742755889893,-0.04015672206878662 +54,-0.10082969287063628,0.35220143454479413,0.811324540209998,-0.09448003768920898,-0.3449649512767792,-0.9338483214378357,-0.3424660563468933,0.18493779003620148,0.18878865242004395,-0.006044864654541016,-0.0003872215747833252,0.04339116811752319 +55,-0.0889441165643308,0.34674990067179023,0.8225091123227776,-0.08354011178016663,-0.33984294533729553,-0.9367645382881165,0.25523483753204346,-0.04118083044886589,0.19885043799877167,-0.011140674352645874,0.01937788724899292,-0.0068846940994262695 +56,-0.05980659026120028,0.336386934824604,0.8418683184902129,-0.056420985609292984,-0.33007869124412537,-0.9422657489776611,-0.24984808266162872,0.39555081725120544,0.054175861179828644,-0.012548744678497314,-0.012359082698822021,0.016057252883911133 +57,-0.06648452814471978,0.3573106679558193,0.8482424246195651,-0.06223954260349274,-0.34975603222846985,-0.9347710609436035,0.4017435908317566,-0.22762876749038696,0.05575601011514664,0.00619400292634964,0.03775954246520996,0.058626651763916016 +58,-0.08171928534614871,0.36763369435611654,0.8505001154077948,-0.07617399096488953,-0.35940825939178467,-0.9300662875175476,-0.0418529137969017,0.052233338356018066,-0.03046305850148201,-0.02871493250131607,0.03897368907928467,0.08002966642379761 +59,-0.08304663246967241,0.32766396602671355,0.8406549484347858,-0.07853793352842331,-0.32183215022087097,-0.943533718585968,-0.5752120614051819,-0.31715482473373413,-0.03786782547831535,-0.00018215924501419067,0.03572985529899597,0.03809243440628052 +60,-0.10417767019115907,0.2663535743135109,0.8347440085371313,-0.10032236576080322,-0.2632153630256653,-0.9595066905021667,-0.7754731178283691,0.004842591471970081,0.1465698778629303,0.0026050806045532227,-0.016020476818084717,-0.04667311906814575 +61,-0.09499624193677972,0.19473297333404607,0.8469924936120804,-0.09306064248085022,-0.19350455701351166,-0.9766758680343628,0.1567557156085968,-0.292694628238678,0.17536978423595428,-0.0021389424800872803,-0.013908162713050842,-0.2321254014968872 +62,-0.1208764741073706,0.21187235177162694,0.8475916830200724,-0.11788597702980042,-0.21029074490070343,-0.9705053567886353,0.04655511677265167,0.21362261474132538,-0.016928894445300102,-0.022784791886806488,0.017953723669052124,-0.08860713243484497 +63,-0.11396262455636065,0.23369342683116284,0.8501605037552731,-0.11062504351139069,-0.23157212138175964,-0.9665073752403259,0.28154560923576355,-0.07180812209844589,0.004764331504702568,0.008452199399471283,0.006077751517295837,0.010284841060638428 +64,-0.11125272158742684,0.24588305282513787,0.8570178555528796,-0.10768409073352814,-0.24341291189193726,-0.9639264941215515,0.06219957023859024,0.08159738034009933,0.09273485094308853,0.04750342667102814,0.006169259548187256,0.047514140605926514 +65,-0.10535438693576976,0.2466858873007447,0.862457034511025,-0.10197610408067703,-0.24419152736663818,-0.9643502235412598,0.13507305085659027,0.05875183641910553,0.07079902291297913,-0.0011580437421798706,0.035115599632263184,-0.013722836971282959 +66,-0.10575187748688472,0.26329688873024204,0.8743623859611616,-0.10191715508699417,-0.2602652311325073,-0.9601431488990784,0.24260516464710236,-0.10890917479991913,0.08616533875465393,-0.03222285211086273,0.030391573905944824,0.044203877449035645 +67,-0.11768781475920737,0.2655955199072559,0.8689791323029876,-0.11329928785562515,-0.26248395442962646,-0.9582616686820984,-0.13170279562473297,0.14122328162193298,-0.05320696532726288,-0.02544887363910675,0.012194067239761353,0.039697885513305664 +68,-0.12204625305722594,0.25361055656165526,0.8704203516561517,-0.11784926056861877,-0.25090065598487854,-0.9608123898506165,-0.1836974173784256,-0.08446547389030457,-0.002883525798097253,-0.01685532182455063,0.00131264328956604,0.008953869342803955 +69,-0.1315349969354718,0.24113748858095993,0.8685569874261952,-0.12736129760742188,-0.23880736529827118,-0.9626786112785339,-0.08797896653413773,-0.1393449455499649,0.042903900146484375,-0.009220138192176819,-0.0010760724544525146,-0.010938942432403564 +70,-0.1415725793070817,0.22987234730729963,0.8691415491826701,-0.13738855719566345,-0.2278532236814499,-0.963953971862793,-0.03653330355882645,-0.07483302801847458,0.007336519658565521,-0.010835319757461548,-0.01944597065448761,-0.04633045196533203 +71,-0.15639944635924682,0.24361916784545576,0.8639355059975145,-0.15116316080093384,-0.2412164956331253,-0.9586262702941895,0.2234666496515274,-0.19819825887680054,-0.16666661202907562,-0.023321092128753662,-0.009378597140312195,-0.05275678634643555 +72,-0.16735921622053715,0.28185755289848274,0.852577699792767,-0.16000591218471527,-0.2781403958797455,-0.9471198320388794,0.3601289391517639,-0.020883064717054367,-0.16028456389904022,-0.009076729416847229,0.0005982816219329834,-0.00849229097366333 +73,-0.16107198027799777,0.30640323397857067,0.8414019644670162,-0.15290682017803192,-0.301631361246109,-0.9410834312438965,0.0721188485622406,0.03257376700639725,-0.20219869911670685,-0.0025192201137542725,0.008479505777359009,0.07113409042358398 +74,-0.15716869453703164,0.3110824790199136,0.8213051854895833,-0.1490097939968109,-0.3060893416404724,-0.9402688145637512,-0.11502579599618912,-0.02912820875644684,-0.18575547635555267,-0.004173174500465393,0.0270061194896698,0.06621485948562622 +75,-0.14516209224676133,0.2843229152932727,0.7983768529309971,-0.1388452649116516,-0.2805076241493225,-0.9497565031051636,-0.07411558926105499,-0.15282976627349854,-0.1817442923784256,-0.006693050265312195,0.01566082239151001,-0.03313833475112915 +76,-0.1535713880621089,0.2765282850867254,0.7725487348146114,-0.14715704321861267,-0.2730174660682678,-0.9506872892379761,-0.20188242197036743,0.01980302482843399,-0.23939217627048492,-0.02195611596107483,0.008781015872955322,-0.013347744941711426 +77,-0.14709680623343965,0.27000269916264896,0.7477479260574671,-0.14125682413578033,-0.2667340338230133,-0.9533621668815613,-0.10361140221357346,-0.05096018314361572,-0.21940314769744873,0.0003724396228790283,0.008707940578460693,0.009712934494018555 +78,-0.15014576207212663,0.26017401674689694,0.7264321999864972,-0.14454810321331024,-0.25724872946739197,-0.9554731249809265,-0.11680649220943451,-0.1420792043209076,-0.13438595831394196,0.01854102313518524,-0.0020743608474731445,0.00034928321838378906 +79,-0.15657167087733326,0.25406031537017865,0.711837725592574,-0.15092727541923523,-0.251336008310318,-0.9560602307319641,-0.10914488881826401,0.03312240540981293,-0.13410040736198425,-0.0025914013385772705,-0.023352742195129395,0.02306157350540161 +80,-0.14594141982874254,0.2429068254365215,0.6832295279359815,-0.1411546766757965,-0.24052512645721436,-0.9603244066238403,-0.1827296018600464,0.07404158264398575,-0.277098685503006,0.013743802905082703,-0.02470313012599945,0.021573245525360107 +81,-0.1431294978443211,0.23951853695489947,0.6577907261342609,-0.13856922090053558,-0.2372349351644516,-0.9615186452865601,-0.17093615233898163,-0.1834811419248581,-0.20901213586330414,0.03256642818450928,-0.03850661218166351,0.048844754695892334 +82,-0.15252083563163177,0.20645654364556193,0.632740793486658,-0.1487037092447281,-0.20499299466609955,-0.9674012064933777,-0.2692328691482544,-0.14163771271705627,-0.23289354145526886,-0.014839991927146912,-0.029610902070999146,-0.07364493608474731 +83,-0.17040187911728674,0.19764489675658933,0.6121287870677812,-0.16627702116966248,-0.19636061787605286,-0.9663304090499878,0.08447244018316269,-0.22678637504577637,-0.015159716829657555,0.07704362273216248,-0.022313088178634644,-0.03916275501251221 +84,-0.1910249428450149,0.1944573754598352,0.6125493253417156,-0.1862868368625641,-0.1932341605424881,-0.963305652141571,-0.002802041359245777,0.09304001182317734,0.08780970424413681,0.04792013764381409,0.015408232808113098,-0.07384949922561646 +85,-0.19259379877145694,0.21520465060842975,0.6307191177315506,-0.1869901716709137,-0.21354736387729645,-0.9588702917098999,0.47072872519493103,-0.30424773693084717,0.07175058871507645,-0.030264467000961304,0.09999145567417145,-0.008903145790100098 +86,-0.21997459834714553,0.23970041646237292,0.644460948380585,-0.21196617186069489,-0.23741161823272705,-0.9480010867118835,-0.07443103194236755,0.12519359588623047,-0.09609784185886383,-0.07961402833461761,0.09385693073272705,0.008807361125946045 +87,-0.20684389186738536,0.22921994263887388,0.6258678910826405,-0.20000037550926208,-0.22721794247627258,-0.9530854225158691,-0.17022734880447388,0.1628740131855011,-0.1592482626438141,0.02691994607448578,0.027892395853996277,0.002020418643951416 +88,-0.18755400611876225,0.21909178736329263,0.6085595512943712,-0.18199916183948517,-0.21734321117401123,-0.9589776992797852,-0.12815852463245392,0.05049782246351242,-0.27645620703697205,-0.013328596949577332,-0.00873100757598877,-0.009650230407714844 +89,-0.16528798862675326,0.2097582862783332,0.5706627004257959,-0.16092997789382935,-0.20822349190711975,-0.9647510051727295,-0.24284900724887848,0.20590640604496002,-0.3389865756034851,0.005992233753204346,-0.001645892858505249,0.015867948532104492 +90,-0.15158272436967604,0.19396255712592808,0.5518282900833791,-0.1481713205575943,-0.19274865090847015,-0.9699965119361877,-0.04127202555537224,-0.06915149837732315,0.02887689881026745,0.0642021894454956,-0.061340704560279846,0.015040457248687744 +91,-0.16988649370160894,0.1990751170684048,0.5568592107599795,-0.16573132574558258,-0.19776280224323273,-0.9661381840705872,0.019289333373308182,-0.22385387122631073,-0.005933330859988928,0.024679064750671387,-0.05533473193645477,-0.019701659679412842 +92,-0.17333426630117574,0.20306380323182824,0.5507638169392245,-0.16892395913600922,-0.20167112350463867,-0.9647763967514038,-0.04945788532495499,-0.0057065351866185665,-0.0686090961098671,0.02605593204498291,-0.012379169464111328,-0.006888031959533691 +93,-0.18086074068244637,0.20861720969945172,0.5463924833352909,-0.17597630620002747,-0.2071072906255722,-0.9623610973358154,0.08557824045419693,-0.18528017401695251,0.0374901257455349,0.06518223881721497,-0.012954965233802795,0.03543543815612793 +94,-0.1888469883448702,0.2058458623233207,0.5441833600618418,-0.1837633103132248,-0.20439523458480835,-0.9614851474761963,0.07219468057155609,-0.23432804644107819,-0.08895716816186905,0.023179814219474792,-0.01348501443862915,-0.04293990135192871 +95,-0.20092281487363203,0.20570050200242043,0.5265957233374504,-0.1953662782907486,-0.2042529433965683,-0.959225058555603,-0.1928081065416336,0.020384691655635834,-0.17174702882766724,0.023613348603248596,0.0014636367559432983,-0.03853189945220947 +96,-0.20868352577865198,0.1974850300489829,0.5219992557674092,-0.20314538478851318,-0.19620387256145477,-0.9592893123626709,-0.1966264545917511,-0.32749077677726746,0.1872132271528244,0.046590209007263184,0.011252075433731079,0.0679776668548584 +97,-0.2480188750594515,0.15965679291685755,0.5623148628636866,-0.2423618584871292,-0.1589793711900711,-0.9570717215538025,-0.03746820241212845,-0.2662264108657837,0.8881246447563171,0.017767727375030518,0.027708008885383606,-0.07646709680557251 +98,-0.2914677598363617,0.15646391709381877,0.6491744608264907,-0.2838481664657593,-0.15582630038261414,-0.9461228251457214,0.5604091286659241,-0.47316774725914,0.4883866310119629,-0.07970774173736572,0.015750616788864136,0.0006882548332214355 +99,-0.2986796035960945,0.16725241456463608,0.6544047042044577,-0.2901524007320404,-0.16647373139858246,-0.9423895478248596,-0.30168625712394714,0.4040800631046295,-0.22977344691753387,-0.0774928629398346,0.012192130088806152,0.02417665719985962 +100,-0.2578646454667126,0.15633402499573767,0.6178379385044307,-0.2519063949584961,-0.1556979864835739,-0.9551446437835693,-0.1044885665178299,0.2268686592578888,-0.27567774057388306,-0.1212015151977539,0.06690710783004761,0.003865957260131836 +101,-0.26375626385247036,0.1698626155499344,0.618948096113273,-0.25695663690567017,-0.16904693841934204,-0.9515232443809509,0.3007636070251465,-0.3954369127750397,0.047924965620040894,-0.07003918290138245,0.031687334179878235,0.07611125707626343 +102,-0.31648737687594536,0.17491491212906488,0.6160557025502246,-0.30648136138916016,-0.17402434349060059,-0.9358336925506592,-0.4020894467830658,-0.29579052329063416,-0.1512860506772995,-0.08154964447021484,0.048108816146850586,0.01566767692565918 +103,-0.32240934024680107,0.1487987375734842,0.5777099185232141,-0.31335142254829407,-0.1482502520084381,-0.9379940032958984,-0.08590906858444214,-0.039907556027173996,-0.2739536166191101,-0.07858586311340332,0.08500257134437561,-0.07044410705566406 +104,-0.3214117128055232,0.13914700959486045,0.5503629075364438,-0.3128529489040375,-0.13869841396808624,-0.9396200180053711,-0.33063074946403503,-0.0740392804145813,-0.17090053856372833,-0.052060991525650024,0.013179615139961243,0.052214622497558594 +105,-0.33584724979143504,0.12584962548654507,0.5299514432690718,-0.32696276903152466,-0.12551768124103546,-0.9366646409034729,-0.11562055349349976,-0.3191148340702057,-0.14577743411064148,-0.05116528272628784,0.004896968603134155,0.0295906662940979 +106,-0.35146446762547906,0.11926210548580979,0.5071514636095373,-0.3418276309967041,-0.11897958815097809,-0.9322004914283752,-0.09402885288000107,-0.01652458682656288,-0.19763627648353577,-0.04406711459159851,0.01686777174472809,-0.009022653102874756 +107,-0.3595171999111727,0.12482359604590326,0.49800954465016056,-0.3490850329399109,-0.12449970096349716,-0.9287838935852051,0.13625946640968323,-0.12663443386554718,-0.1104174479842186,-0.05608159303665161,-0.003063768148422241,0.006420612335205078 +108,-0.38526397461466744,0.14562734155800414,0.4884159738238085,-0.3718259036540985,-0.14511315524578094,-0.9168902039527893,0.20125152170658112,-0.1804778128862381,-0.24391713738441467,-0.0358431339263916,0.0012990832328796387,0.011220037937164307 +109,-0.38534577328682607,0.159282342893653,0.46935590060599647,-0.37112146615982056,-0.15860967338085175,-0.9149381518363953,0.07304663956165314,0.020387444645166397,-0.2282964587211609,0.04821494221687317,0.016886040568351746,0.013906657695770264 +110,-0.38115295397097215,0.16001159164220738,0.4449282058223409,-0.3672389090061188,-0.15932965278625488,-0.9163785576820374,-0.36057573556900024,0.07510960847139359,-0.25787773728370667,-0.08030137419700623,0.025449037551879883,0.0046506524085998535 +111,-0.3588255263269006,0.12953682785133494,0.4181405757482445,-0.34823259711265564,-0.1291748583316803,-0.9284653663635254,-0.155776247382164,0.07143165916204453,0.06603272259235382,-0.04124799370765686,0.008325263857841492,-0.01619100570678711 +112,-0.37210378828072627,0.13551946772465817,0.4360909247232882,-0.3602425158023834,-0.13510502874851227,-0.9230232834815979,0.009320496581494808,-0.08517152816057205,0.018689315766096115,-0.06717139482498169,-0.026577085256576538,0.0503121018409729 +113,-0.3763045077336228,0.13523341071500233,0.4380850157148504,-0.3641308844089508,-0.1348215937614441,-0.9215377569198608,0.05374615266919136,0.06153334677219391,0.10322519391775131,0.017176538705825806,0.004587829113006592,0.00399625301361084 +114,-0.3635518057562187,0.13360989040675914,0.4589935617381123,-0.3524268567562103,-0.13321271538734436,-0.9263097047805786,0.09126032143831253,0.23525533080101013,0.2422892153263092,0.0007575452327728271,-0.02694353461265564,-0.007223010063171387 +115,-0.34517484789296865,0.13648411750607292,0.4762194791569362,-0.33521461486816406,-0.13606077432632446,-0.9322653412818909,0.1035422757267952,0.2790282666683197,0.09480872005224228,-0.01311299204826355,0.012998640537261963,-0.018555641174316406 +116,-0.31874968556894,0.14605550745006993,0.4955367202775749,-0.3100428581237793,-0.14553678035736084,-0.9395171403884888,0.2046763151884079,0.30933550000190735,0.15945254266262054,-0.013489216566085815,0.02143704891204834,0.00880730152130127 +117,-0.2951316388805426,0.14821673449696277,0.5101449022755329,-0.28767675161361694,-0.14767464995384216,-0.946273922920227,-0.07215043902397156,0.18432345986366272,0.1581897884607315,-0.007702887058258057,0.03378304839134216,-0.005538821220397949 +118,-0.28285215178368106,0.14036444391611172,0.5295397159761641,-0.2763507068157196,-0.1399039775133133,-0.950819194316864,0.10940906405448914,0.1966608613729477,0.23311400413513184,-0.016358643770217896,0.0057334452867507935,-0.032441914081573486 +119,-0.2818268414869187,0.15876940046137375,0.5300408915246785,-0.2746129631996155,-0.15810319781303406,-0.9484677910804749,0.07145816087722778,-0.005315931048244238,-0.20086900889873505,0.056015580892562866,0.013053178787231445,0.023876726627349854 +120,-0.27241044492578464,0.15853341548980615,0.5036154803976782,-0.26567980647087097,-0.15787018835544586,-0.951047420501709,-0.19926108419895172,0.10542747378349304,-0.20530161261558533,0.07508230209350586,0.06637850403785706,-0.03625720739364624 +121,-0.23881589992339833,0.1309745118701092,0.49233348588128617,-0.23452624678611755,-0.13060036301612854,-0.9632969498634338,-0.08639723807573318,0.18076162040233612,0.038777537643909454,0.046324342489242554,0.05275002121925354,-0.04686540365219116 +122,-0.2262406107416152,0.1277035844087626,0.49464013435725923,-0.22248892486095428,-0.12735676765441895,-0.9665810465812683,-0.11488949507474899,0.10798508673906326,0.03782382979989052,0.007309466600418091,0.006018877029418945,0.04360741376876831 +123,-0.22061305782234847,0.11140382920647258,0.49795372941057975,-0.21747134625911713,-0.11117354035377502,-0.9697147011756897,-0.08266095817089081,0.02828274294734001,0.07080689817667007,-0.05509638786315918,-0.0033741965889930725,-0.013103842735290527 +124,-0.2255621579856576,0.10666135068363884,0.5002214729126846,-0.2223833054304123,-0.10645922273397446,-0.9691295623779297,-0.05071597546339035,-0.012597518973052502,-0.03681899234652519,-0.0645582377910614,-0.022996336221694946,0.014890670776367188 +125,-0.23427340874629185,0.10408692869710769,0.4958228000473492,-0.23087994754314423,-0.10389908403158188,-0.9674189686775208,-0.02374378778040409,-0.02911633439362049,-0.022812306880950928,-0.039460018277168274,-0.020048066973686218,0.011654198169708252 +126,-0.23877008228437072,0.10070798826086802,0.48833405378941935,-0.2353094518184662,-0.10053784400224686,-0.9667065739631653,-0.09898946434259415,0.06252501904964447,-0.11896537989377975,-0.06309142708778381,-0.01747363805770874,-0.017759978771209717 +127,-0.22388004354797655,0.09230600542226151,0.47955944117008137,-0.2210693359375,-0.09217497706413269,-0.9708924293518066,-0.06220303848385811,0.2029295563697815,-0.02863127551972866,-0.038696274161338806,0.00494047999382019,-0.01316213607788086 +128,-0.22514881867553607,0.10231388693723968,0.4757832215568054,-0.2220839411020279,-0.10213547199964523,-0.9696633815765381,-0.010335836559534073,0.1618672013282776,-0.0601881742477417,-0.04630289971828461,0.013191983103752136,0.021054983139038086 +129,-0.22180820434085802,0.11335405486541257,0.46222199840982386,-0.21858203411102295,-0.1131114587187767,-0.9692407846450806,0.24808716773986816,-0.06550946831703186,-0.2756633758544922,-0.06259167194366455,-0.0250721275806427,-0.008847594261169434 +130,-0.2265727103273974,0.12627138691639198,0.42768726260907214,-0.22285065054893494,-0.1259361058473587,-0.9666838645935059,0.00915964413434267,-0.11566811800003052,-0.38203659653663635,-0.030384212732315063,-0.0005897879600524902,0.01340627670288086 +131,-0.24383059895237358,0.13085121593684754,0.3998563171999307,-0.2393578141927719,-0.1304781287908554,-0.9621243476867676,-0.07278105616569519,-0.27154266834259033,-0.1627073585987091,0.02692495286464691,0.0230867862701416,0.050320208072662354 +132,-0.28854805867690525,0.13464472920836296,0.3883978509344902,-0.2819850742816925,-0.13423825800418854,-0.9499813318252563,0.32058748602867126,-0.7760900259017944,-0.035218071192502975,0.031008511781692505,0.08708859980106354,-0.07409703731536865 +133,-0.37935407374200397,0.19866901054760816,0.428381174191323,-0.3630363941192627,-0.1973647028207779,-0.9106326103210449,0.7475786209106445,-0.6705335974693298,0.33801892399787903,0.0690758228302002,-0.007789716124534607,-0.03165864944458008 +134,-0.3487468931180185,0.17065647561015204,0.4574545221602227,-0.3367564082145691,-0.169829323887825,-0.9261496067047119,0.09701334685087204,0.3167356252670288,0.1104670837521553,-0.027760803699493408,-0.025635749101638794,-0.16624236106872559 +135,-0.4083769670384631,0.2676786143882647,0.48167694094354,-0.38297784328460693,-0.2644934356212616,-0.8850826025009155,1.9144349098205566,-1.5990922451019287,-0.35979703068733215,0.07272088527679443,0.1040472686290741,-0.13443338871002197 +136,-0.7114415489914436,0.533503906854923,0.6067365683836492,-0.5621894001960754,-0.5085534453392029,-0.6521629095077515,3.631723642349243,-3.1578738689422607,-0.59294193983078,0.15520697832107544,0.16339963674545288,-0.17725908756256104 +137,-1.2297243584133661,0.7582997949222133,0.9601867920538142,-0.684185802936554,-0.6876880526542664,-0.2428472638130188,2.648015260696411,-1.7295928001403809,0.39805662631988525,0.20153510570526123,0.1314900517463684,-0.023967906832695007 +138,-1.510379262892882,0.7141195407011166,1.26746800291376,-0.7542914152145386,-0.654952347278595,-0.04562760517001152,2.0541110038757324,-0.7123119235038757,0.9617050290107727,0.08836734294891357,0.02218562364578247,-0.18804550170898438 +139,-1.7648607879002793,0.6299653800035045,1.509262066784578,-0.7928797006607056,-0.5891168117523193,0.15583094954490662,2.376039743423462,-2.2878546714782715,0.4182465076446533,0.006365418434143066,0.004598379135131836,-0.1953359842300415 +140,-2.0896449220637434,0.5305223284822108,1.7844452961877908,-0.7490241527557373,-0.5059839487075806,0.42771825194358826,1.9889053106307983,-0.3577416241168976,0.11135873943567276,-0.01684492826461792,0.06935375928878784,-0.029402881860733032 +141,-2.1707424148131724,0.4134701640809264,1.9545738641270127,-0.7558141350746155,-0.40178948640823364,0.5170204639434814,1.2925777435302734,-0.06759525090456009,0.45307403802871704,0.04856926202774048,0.03649407625198364,0.043968915939331055 +142,-2.1424844820879883,0.33274473524292114,2.0119686304686497,-0.7948601841926575,-0.32663843035697937,0.5113756060600281,0.24045000970363617,1.0917046070098877,0.3103256821632385,0.0025017261505126953,0.030526340007781982,0.1151200532913208 +143,-2.0595652346195976,0.2881236650608266,2.032322161772179,-0.8465168476104736,-0.2841537296772003,0.45018428564071655,0.6232202649116516,0.600879430770874,0.23669569194316864,-0.022547423839569092,0.055104076862335205,0.030955880880355835 +144,-2.002115208944017,0.23244579598222617,2.0749931546669864,-0.8839840292930603,-0.23035822808742523,0.40682563185691833,0.7471683025360107,0.5777570605278015,0.5565235018730164,0.023891985416412354,0.03623594343662262,-0.03734937310218811 +145,-1.9847016739731351,0.1485244768717744,2.1349096182926246,-0.9054773449897766,-0.1479790210723877,0.3977600932121277,0.664762020111084,0.2828969657421112,0.46495550870895386,-0.017938733100891113,0.021697252988815308,0.00595700740814209 +146,-1.995874546794805,0.11076833267106956,2.1581668794693525,-0.9054231643676758,-0.11054195463657379,0.409864604473114,0.13197243213653564,-0.5524061322212219,0.47397875785827637,0.013516664505004883,0.06256836652755737,0.0018785297870635986 +147,-2.0992207741247846,0.03126979235009973,2.180610497886191,-0.8631804585456848,-0.03126469627022743,0.5039269328117371,0.5438719987869263,-1.4590368270874023,0.4196200668811798,0.037328898906707764,0.012755777686834335,0.02851337194442749 +148,-2.142852547211538,0.006888016705117211,2.18806058668737,-0.8407698273658752,-0.006887962110340595,0.5413492918014526,0.175568088889122,-0.18246692419052124,0.08777067065238953,-0.003438115119934082,-0.001992644742131233,-0.015714406967163086 +149,-2.1716514269478595,-0.015692168674275062,2.2202778947568675,-0.8247509598731995,0.015691524371504784,0.5652784109115601,0.1324651688337326,0.17590495944023132,-0.2459341138601303,0.0010967254638671875,-0.006841421127319336,0.02241384983062744 +150,-2.1706542650107994,0.0649443657288285,2.222075373657417,-0.8236755728721619,-0.06489872187376022,0.5633350014686584,-0.6468115448951721,-0.4247908294200897,-0.991402268409729,0.2988343834877014,0.10182501375675201,-0.04201865196228027 +151,-2.3963765090189963,0.07129495840427488,2.333406137614542,-0.6764078140258789,-0.0712345764040947,0.7330741882324219,0.649874210357666,-2.2301063537597656,-0.8170621991157532,-0.20750319957733154,0.0213993638753891,0.21429812908172607 +152,-2.5078703245473584,0.12150092776048088,2.398651622426076,-0.5877829790115356,-0.12120220810174942,0.7998881936073303,0.02811216376721859,-0.7705539464950562,-0.7017931938171387,-0.07396018505096436,-0.005232125520706177,-0.0890423059463501 +153,-2.7149631827883653,0.15425910669732829,2.4568012938330384,-0.40889105200767517,-0.15364804863929749,0.8995555639266968,-0.4137718379497528,-2.0979626178741455,-0.796029269695282,-0.06829702854156494,-0.03023560345172882,0.04398685693740845 +154,-2.886583441727114,0.18973178557117365,2.5256111334437112,-0.247727632522583,-0.1885955035686493,0.9502963423728943,0.3203362822532654,-0.9401485919952393,-0.6243857741355896,0.04684564471244812,0.024548232555389404,-0.05492568016052246 +155,-2.9103545647084665,0.16182406603237984,2.566809326113047,-0.22618864476680756,-0.16111870110034943,0.9606664776802063,0.2822553217411041,0.7718459963798523,-0.093296580016613,-0.0010605603456497192,-0.09516794979572296,-0.07815885543823242 +156,-2.8276956558394386,0.13268621408558223,2.5566039945660872,-0.30605348944664,-0.13229721784591675,0.9427770376205444,0.29815682768821716,0.8165673017501831,0.26961401104927063,0.01174202561378479,-0.15162304043769836,-0.07296508550643921 +157,-2.760069104058945,0.13224084516902881,2.5449110405596858,-0.3690840005874634,-0.13185575604438782,0.9199950695037842,-0.478354275226593,0.5283769369125366,0.22998890280723572,0.09869828820228577,-0.09203644096851349,0.08981627225875854 +158,-2.756162789077984,0.1376246264759757,2.52449368554475,-0.3724026381969452,-0.13719059526920319,0.9178751111030579,-0.07794666290283203,-0.13232503831386566,0.0972360223531723,-0.048373639583587646,-0.10238762199878693,-0.016691207885742188 +159,-2.737846838183972,0.16277269076733758,2.5227687479106526,-0.38767266273498535,-0.1620548665523529,0.9074402451515198,-0.13920801877975464,0.4136124849319458,-0.15593625605106354,0.002785027027130127,-0.0257655531167984,-0.0495302677154541 +160,-2.699207131543802,0.1821862793998005,2.5405904069371514,-0.42101144790649414,-0.18118010461330414,0.8887760043144226,0.05649837851524353,0.4119451940059662,-0.1995021402835846,0.045004427433013916,0.05050384998321533,-0.023724913597106934 +161,-2.662744112228406,0.1818051139729436,2.5556590540068673,-0.4531637728214264,-0.1808052361011505,0.8728986978530884,0.043677739799022675,0.30087774991989136,-0.2684513032436371,-0.058127760887145996,0.04042437672615051,0.01798570156097412 +162,-2.6557748446860328,0.18633196132907193,2.5838799976578257,-0.45884934067726135,-0.18525560200214386,0.8689866662025452,0.03116365522146225,0.03995846211910248,-0.20050783455371857,0.016374975442886353,0.06669482588768005,0.01825094223022461 +163,-2.655965814456934,0.1900733204254934,2.5993900890767,-0.45835670828819275,-0.18893089890480042,0.8684553503990173,0.03367139399051666,0.016270089894533157,-0.08700697124004364,-0.012132883071899414,0.06655538082122803,0.007460355758666992 +164,-2.648352004262553,0.19011519208482322,2.5986345283800487,-0.46495166420936584,-0.18897201120853424,0.8649330139160156,0.03199054300785065,0.09258205443620682,0.00141643057577312,-0.026732176542282104,0.05083422362804413,-0.01898592710494995 +165,-2.6343721086507634,0.18147439279982494,2.608576191912829,-0.4777730107307434,-0.18047994375228882,0.8597442507743835,0.18863114714622498,0.15935684740543365,-0.1337844282388687,-0.021784543991088867,-0.01637369394302368,-0.04414665699005127 +166,-2.625950230241437,0.16109826138282335,2.640642785524302,-0.48670923709869385,-0.1604023426771164,0.8587116003036499,0.36322009563446045,0.07907556742429733,-0.16502591967582703,-0.0010991096496582031,-0.04655267298221588,0.0006635785102844238 +167,-2.624904723378202,0.15487496156694772,2.656560024931355,-0.4880903661251068,-0.15425655245780945,0.8590534925460815,-0.005761987529695034,-0.08451847732067108,-0.08732610940933228,0.0013349950313568115,-0.03164127469062805,0.03648495674133301 +168,-2.6293236885135793,0.15964972187114584,2.659584246021794,-0.48392289876937866,-0.15897239744663239,0.860550045967102,-0.09349669516086578,0.15428687632083893,-0.1097528412938118,-0.03367048501968384,-0.05652749538421631,-0.01852428913116455 +169,-2.610789298557955,0.17074486496002542,2.644144182338736,-0.4988649785518646,-0.16991643607616425,0.8498599529266357,-0.1618468314409256,0.2065972089767456,0.0872686579823494,0.0105837881565094,-0.051824286580085754,-0.028601527214050293 +170,-2.5917546780588707,0.18884768411699163,2.6216590464518026,-0.5132588744163513,-0.1877271980047226,0.8374509215354919,-0.23370403051376343,0.15772536396980286,0.1872817873954773,0.04315078258514404,-0.0484788715839386,0.003369450569152832 +171,-2.5924606438104703,0.1944344520627016,2.608736522922686,-0.5121120810508728,-0.19321167469024658,0.836905300617218,-0.03675924986600876,-0.02831927314400673,0.0120231993496418,-0.007495403289794922,-0.048090800642967224,-0.0021885037422180176 +172,-2.59455514909439,0.20693729282297083,2.6239901400228085,-0.5090615153312683,-0.2054634988307953,0.8358473181724548,-0.04632990434765816,-0.06105111911892891,-0.14376384019851685,0.01870518922805786,-0.01040254533290863,-0.013505518436431885 +173,-2.612052833996622,0.1999422360480815,2.6390432523907315,-0.4950728416442871,-0.19861271977424622,0.8458459973335266,0.18209092319011688,-0.26534828543663025,-0.055404212325811386,0.01449739933013916,0.0318647176027298,-0.009054124355316162 +174,-2.6135711510630837,0.18565563303684207,2.6371646731754605,-0.49516722559928894,-0.18459093570709229,0.8489614129066467,0.023855306208133698,-0.004116997122764587,0.07478421181440353,-0.060969799757003784,0.04707874357700348,-0.014641404151916504 +175,-2.5997088028585154,0.1860198667518621,2.6236395606109197,-0.5068531036376953,-0.1849489063024521,0.8419580459594727,-0.15706925094127655,0.04838811233639717,0.15882475674152374,0.03486835956573486,0.05852988362312317,0.07422512769699097 +176,-2.615376343376864,0.1807023327979837,2.5927170564826754,-0.49408718943595886,-0.17972052097320557,0.8506342768669128,-0.17125599086284637,-0.25815534591674805,0.2935711443424225,-0.005256742238998413,-0.016522780060768127,-0.018206119537353516 +177,-2.6138081971352043,0.19350967827583002,2.561863617287593,-0.4942207336425781,-0.19230423867702484,0.8478003144264221,-0.11646628379821777,0.15299415588378906,0.07659252732992172,0.00766366720199585,-0.11592331528663635,-0.1592320203781128 +178,-2.5858940283338523,0.20318742874886203,2.5582497696413897,-0.5166844725608826,-0.20179221034049988,0.8320555686950684,-0.014049944467842579,0.3068373203277588,-0.06627196073532104,0.00012886524200439453,-0.04919955134391785,0.09357285499572754 +179,-2.5911903319218146,0.21923954099382673,2.5531529873356598,-0.5105105638504028,-0.2174874246120453,0.8319125771522522,-0.22988559305667877,-0.09457261860370636,0.04636450111865997,0.04790979623794556,0.023929670453071594,-0.03139054775238037 +180,-2.5725392734355004,0.22883896151685984,2.5344286864820336,-0.5247876644134521,-0.22684690356254578,0.8204501867294312,-0.23835498094558716,0.36906975507736206,0.13612902164459229,-0.02162957191467285,-0.058385640382766724,-0.007477164268493652 +181,-2.557510576345242,0.24135189179060315,2.515123907352547,-0.5354509353637695,-0.23901554942131042,0.8100393414497375,-0.09240022301673889,-0.09989148378372192,0.063268281519413,0.029210150241851807,-0.01785089075565338,-0.0327720046043396 +182,-2.5559312784000756,0.24352858288428234,2.5127736410067567,-0.5364408493041992,-0.2411285787820816,0.8087574243545532,0.02711445838212967,0.06805729866027832,-0.11220553517341614,-0.06095606088638306,-0.03490293025970459,0.03516054153442383 +183,-2.5611930346165113,0.24201120004662408,2.522382320029891,-0.5323779582977295,-0.23965570330619812,0.8118739128112793,0.19862139225006104,-0.12583325803279877,0.01150455977767706,0.010511994361877441,0.022751957178115845,-0.05277949571609497 +184,-2.5534384092342948,0.23320716403286545,2.5182783342892017,-0.539807140827179,-0.23109905421733856,0.809444785118103,-0.08492925763130188,0.16419075429439545,0.07829117029905319,-0.006533563137054443,-0.0010023117065429688,0.010745406150817871 +185,-2.549429458132392,0.23038950797086866,2.507230528054805,-0.5434092879295349,-0.2283567637205124,0.8078114986419678,-0.044652651995420456,-0.08742981404066086,0.13559526205062866,0.010038375854492188,-0.01506669819355011,-0.013225376605987549 +186,-2.5446574552783985,0.2354052020525032,2.488742801166919,-0.546607255935669,-0.23323702812194824,0.8042517900466919,-0.1735042780637741,0.05467894673347473,0.11741390824317932,-0.003975570201873779,-0.023766756057739258,-0.00763624906539917 +187,-2.543228923287397,0.24282762610207353,2.4713910458611505,-0.5467654466629028,-0.2404482513666153,0.8020176887512207,-0.024941984564065933,-0.09013623744249344,0.10729356855154037,0.011761724948883057,-0.015685811638832092,-0.06687963008880615 +188,-2.5354869392700423,0.24285620087034365,2.4629676230732556,-0.5529542565345764,-0.24047598242759705,0.7977549433708191,-0.09647531807422638,0.16136544942855835,0.06799698621034622,-0.010766446590423584,-0.01802314817905426,0.029896974563598633 +189,-2.5444279486488686,0.2396965983008096,2.4564208488866557,-0.5462239384651184,-0.23740790784358978,0.8032911419868469,-0.0525837168097496,-0.1740802824497223,0.06770938634872437,0.0007985830307006836,-0.002704322338104248,-0.021949708461761475 +190,-2.541626818070789,0.2412563787441973,2.4414126089937795,-0.548262357711792,-0.23892280459403992,0.8014516234397888,-0.2038213461637497,0.18528033792972565,0.15296423435211182,-0.005982697010040283,-0.02078181505203247,-0.03149294853210449 +191,-2.524785812692455,0.24058252667559304,2.4302653774329968,-0.5617740750312805,-0.2382684201002121,0.7922360897064209,0.051213860511779785,-0.05838339775800705,0.06923812627792358,-0.011880099773406982,0.005968615412712097,0.0614626407623291 +192,-2.5377114154895866,0.23539558423872323,2.4260463566283104,-0.552181601524353,-0.2332276850938797,0.8004373908042908,-0.07524725049734116,-0.016628317534923553,0.10464160889387131,0.008129537105560303,0.004452690482139587,-0.0356823205947876 +193,-2.522975809973183,0.23708544023961844,2.41732313438739,-0.5636868476867676,-0.23487059772014618,0.7918919324874878,0.011704090982675552,0.24714326858520508,-0.009842704981565475,0.009060442447662354,-0.026161476969718933,-0.010474145412445068 +194,-2.5251054391897174,0.231979917236716,2.4268897715593862,-0.5626851916313171,-0.22990486025810242,0.7940587401390076,0.22717328369617462,-0.05278525501489639,-0.006468766834586859,-0.014951586723327637,-0.0022118687629699707,-0.003455042839050293 +195,-2.518190649689382,0.22741490499324157,2.438028905540015,-0.568769097328186,-0.2254597395658493,0.7909926176071167,0.13594380021095276,0.0055230287835001945,-0.03166523948311806,-0.047640085220336914,0.0012471377849578857,0.04692840576171875 +196,-2.534114722980428,0.21225878653543112,2.4610344379485247,-0.5579883456230164,-0.21066853404045105,0.8026630282402039,0.3561350107192993,-0.14530974626541138,-0.10732243210077286,0.04077643156051636,0.004796937108039856,-0.05908691883087158 +197,-2.538690384383845,0.18911812628930322,2.4785857650294703,-0.556925356388092,-0.18799281120300293,0.8090071678161621,-0.04119538143277168,0.26718372106552124,0.09707403182983398,0.035990357398986816,-0.006739810109138489,0.02006375789642334 +198,-2.5320684646710614,0.1864388087345417,2.4673574358586534,-0.5625566840171814,-0.1853605955839157,0.8057117462158203,-0.02759580686688423,0.1118827611207962,0.12912267446517944,-0.034016191959381104,-0.037570297718048096,-0.05589485168457031 +199,-2.513386097958247,0.18681913157715557,2.460107603557455,-0.577468752861023,-0.1857343167066574,0.7950047254562378,-0.0005460446700453758,-0.043144047260284424,-0.004693401046097279,-0.061248838901519775,0.013325288891792297,0.10965830087661743 +200,-2.522786987254133,0.19666604261047074,2.4561186300828286,-0.5688811540603638,-0.19540072977542877,0.798869788646698,-0.15589039027690887,-0.17204932868480682,0.06681260466575623,0.0946226716041565,0.060635074973106384,-0.05477488040924072 +201,-2.5288558886418566,0.19065876761991557,2.4305868828228148,-0.5646873116493225,-0.18950577080249786,0.8032532930374146,-0.1775810420513153,0.06296930462121964,0.31168946623802185,-0.01265949010848999,-0.011803433299064636,-0.09759533405303955 +202,-2.5028091424732946,0.2021219584303605,2.38751906566711,-0.5840818881988525,-0.20074854791164398,0.7864784598350525,-0.4126405119895935,0.08394945412874222,0.11748556792736053,-0.060434043407440186,-0.018779635429382324,0.05574566125869751 +203,-2.4898182846272783,0.22923183810891207,2.3549108685748275,-0.5907300710678101,-0.2272295206785202,0.7742122411727905,-0.2508426606655121,-0.19258171319961548,0.11463326215744019,0.07304519414901733,0.03118462860584259,-0.06132173538208008 +204,-2.490025137434598,0.23679188499647474,2.315675616040761,-0.5895112156867981,-0.234585240483284,0.7729461789131165,-0.27021247148513794,-0.11426430195569992,0.352538138628006,-0.039059221744537354,0.05665256083011627,-0.03158283233642578 +205,-2.4766983096159754,0.24537272386404388,2.2774805660409436,-0.5984957218170166,-0.24291789531707764,0.7634094953536987,-0.30257725715637207,0.06678310036659241,0.21822461485862732,0.01135265827178955,0.18728429079055786,0.07318419218063354 +206,-2.4760670635171627,0.24395564184602453,2.21129842440843,-0.5991895198822021,-0.2415430247783661,0.7633016705513,-0.3391284644603729,-0.3231501281261444,0.7450965046882629,0.0362468957901001,0.11486448347568512,0.05302852392196655 +207,-2.5024729598248667,0.22497708245823247,2.1383064206083024,-0.5814571976661682,-0.22308401763439178,0.782394528388977,-0.38696178793907166,-0.3739222288131714,0.6532744765281677,-0.06673616170883179,-0.046843960881233215,-0.0313262939453125 +208,-2.5130501475671596,0.22491955787360463,2.0800214308636455,-0.5731568932533264,-0.22302794456481934,0.788511335849762,-0.1406111717224121,-0.0740489661693573,0.28660768270492554,-0.01722097396850586,-0.09940557181835175,-0.11370646953582764 +209,-2.512247299315013,0.22587644589353692,2.0725730287251505,-0.5736636519432068,-0.22396063804626465,0.7878777384757996,0.030832109972834587,-0.05722968280315399,-0.048467133194208145,-0.019369065761566162,-0.04137443006038666,0.03792780637741089 +210,-2.5248115005777256,0.22658102959229603,2.0719593192860484,-0.5636284351348877,-0.22464725375175476,0.7948943972587585,0.03112787939608097,-0.07245195657014847,0.04377133026719093,-0.015473246574401855,-0.010368674993515015,-0.04965490102767944 +211,-2.519060739425778,0.2246103711491999,2.0729927432647433,-0.5684471130371094,-0.22272653877735138,0.7919977903366089,-0.07068171352148056,0.239618718624115,0.00890327338129282,-0.02809518575668335,-0.007726907730102539,0.009454727172851562 +212,-2.4956984261778348,0.25071019984272813,2.064916715107429,-0.5830948352813721,-0.24809202551841736,0.773595929145813,-0.39644086360931396,0.10850045830011368,-0.14307564496994019,0.026439011096954346,0.029158934950828552,0.043451130390167236 +213,-2.4839519075097747,0.28024294056423465,2.0635051036820475,-0.5874053835868835,-0.27658912539482117,0.7605612277984619,-0.22900761663913727,0.2918994724750519,-0.1233239397406578,0.011920154094696045,-0.026679307222366333,-0.007814645767211914 +214,-2.4532492880591095,0.31352666493163633,2.06283247617619,-0.6042909622192383,-0.3084152936935425,0.7346512675285339,-0.5224901437759399,0.4559800624847412,-0.2731747627258301,-0.008364677429199219,-0.01902306079864502,0.02606034278869629 +215,-2.4219772397410355,0.35083785615120133,2.06251738566954,-0.6189467310905457,-0.34368473291397095,0.7062475681304932,-0.11198059469461441,0.25342077016830444,-0.16485540568828583,0.012364089488983154,0.022685617208480835,-0.01566535234451294 +216,-2.408538257131311,0.3599464199840373,2.0684559520700554,-0.6262611746788025,-0.35222408175468445,0.695510983467102,-0.029035642743110657,0.24256253242492676,-0.0690351352095604,-0.02368706464767456,0.018743187189102173,-0.004867494106292725 +217,-2.384087937419276,0.36426023231640725,2.0723850823037986,-0.6420276761054993,-0.3562581539154053,0.6788819432258606,-0.04436751455068588,0.265633761882782,-0.12658613920211792,-0.023820161819458008,-0.026386499404907227,-0.01935136318206787 +218,-2.364510559186974,0.37784226106560287,2.0874156820177387,-0.6517412066459656,-0.3689157962799072,0.662672221660614,0.029858721420168877,0.22167456150054932,-0.2174793928861618,0.010612726211547852,-0.030956000089645386,-0.06316971778869629 +219,-2.3273121180316116,0.4053580791981312,2.1015560383974368,-0.6682980060577393,-0.3943478465080261,0.6307674646377563,-0.050966762006282806,0.5835316181182861,-0.33479976654052734,0.007760286331176758,-0.009735435247421265,-0.024078011512756348 +220,-2.3045274882216753,0.40442440988178924,2.1310156396383166,-0.6827683448791504,-0.39348965883255005,0.6156244874000549,0.3227957487106323,-0.02546258084475994,-0.015712223947048187,-0.01956319808959961,0.008632510900497437,0.06635189056396484 +221,-2.3040779596918686,0.4051208826586241,2.1411784087971975,-0.6828411221504211,-0.3941298723220825,0.6151338815689087,-0.1988484114408493,0.2954515516757965,-0.06288176029920578,0.020640254020690918,0.009257465600967407,0.012277066707611084 +222,-2.306825517994818,0.39428177171450335,2.1493667215152223,-0.684274435043335,-0.38414517045021057,0.6198393106460571,0.10447278618812561,-0.07016808539628983,0.1850355565547943,0.047082722187042236,0.03676360845565796,0.050128281116485596 +223,-2.3097638876554254,0.3853260770990445,2.1236867007192872,-0.6849658489227295,-0.3758613169193268,0.6241396069526672,-0.18954017758369446,-0.328276664018631,0.30146583914756775,0.0007617473602294922,0.03143996000289917,0.013845682144165039 +224,-2.321572964869492,0.3869428477148205,2.0702362379644197,-0.6771023869514465,-0.3773590624332428,0.6317691802978516,-0.46788594126701355,-0.3671625852584839,0.3658411502838135,-0.012976288795471191,0.022241324186325073,-0.027795851230621338 +225,-2.3255876068980825,0.3937403156578402,1.9972614076890725,-0.672676682472229,-0.3836452066898346,0.632710337638855,-0.5384970307350159,-0.2589777410030365,0.4873206317424774,0.01775425672531128,0.009728580713272095,-0.027531564235687256 +226,-2.34030424052383,0.38967358838966065,1.9161395658110671,-0.6644080877304077,-0.3798865079879761,0.6436213850975037,-0.7967507839202881,-0.3179548978805542,0.48611024022102356,-0.04649907350540161,-0.003704279661178589,0.009836375713348389 +227,-2.3197175825262857,0.4108920506517843,1.820034026112529,-0.6714605689048767,-0.39942729473114014,0.6241786479949951,-0.7944610714912415,-0.1467231661081314,0.49076101183891296,-0.013186216354370117,-0.009264200925827026,-0.06453192234039307 +228,-2.28737434049892,0.41790329450638464,1.7289869033978078,-0.6891651749610901,-0.4058450758457184,0.6002846360206604,-0.5532928109169006,-0.02553120069205761,0.57781583070755,0.011369645595550537,-0.0031363368034362793,-0.0007361769676208496 +229,-2.243119380821579,0.4245682029200764,1.629238660617938,-0.7129150032997131,-0.41192737221717834,0.5675104856491089,-0.9792079329490662,0.0754624605178833,0.5962299704551697,0.027398645877838135,0.04496872425079346,0.07346546649932861 +230,-2.2065050338269327,0.42447213815232254,1.5074965504121571,-0.7332432270050049,-0.4118398129940033,0.5410564541816711,-0.7711407542228699,-0.37086406350135803,0.8249489068984985,0.029263854026794434,0.01782745122909546,-0.018641352653503418 +231,-2.214778007121759,0.39301166658901343,1.3918119212351765,-0.7387416362762451,-0.38297221064567566,0.5546111464500427,-0.6501862406730652,-0.632966935634613,1.0141681432724,-0.01902526617050171,-0.019554704427719116,-0.03909289836883545 +232,-2.216109070190162,0.3771008232687804,1.25700861897511,-0.7427772283554077,-0.368226557970047,0.5591883659362793,-1.228703498840332,-0.2653481960296631,0.7486855387687683,-0.07143193483352661,-0.028196901082992554,-0.039763808250427246 +233,-2.176040499552922,0.4132031308896647,1.1009434145661323,-0.7531527280807495,-0.4015449285507202,0.5210787057876587,-1.614660620689392,-0.07854659855365753,0.4841262400150299,0.04819655418395996,-0.0007988810539245605,-0.047964632511138916 +234,-2.0936791037894333,0.45528057750113726,0.917227593218617,-0.778131365776062,-0.43971434235572815,0.4485118091106415,-1.6284191608428955,0.14655393362045288,0.577931821346283,0.05210298299789429,-0.05268678069114685,-0.003519803285598755 +235,-2.0555444484225136,0.4481929763272201,0.7797969717196291,-0.7974030375480652,-0.4333376884460449,0.41996097564697266,-0.4888150990009308,-0.8723445534706116,0.5510344505310059,-0.10234689712524414,-0.05840739607810974,0.00023564696311950684 +236,-2.0626177876697263,0.45664963179261137,0.6893367567537122,-0.7911537885665894,-0.44094350934028625,0.4238449037075043,-0.8284246325492859,-0.35693028569221497,0.22347618639469147,-0.03433138132095337,0.08918267488479614,-0.0632186233997345 +237,-2.0672380179370022,0.4356472945371035,0.6068574678388333,-0.7971552014350891,-0.4219973385334015,0.4318119287490845,-0.2958329916000366,-0.4629182815551758,0.7357911467552185,0.017538011074066162,0.11175569891929626,-0.08058518171310425 +238,-2.064337854770512,0.3873131988128748,0.5414446862671504,-0.8154274821281433,-0.377701997756958,0.4386558532714844,-0.4633477032184601,-0.22700847685337067,0.7987702488899231,0.03037816286087036,0.08006411790847778,0.03534311056137085 +239,-2.081691045947663,0.3222645661716226,0.4664351405450461,-0.8274015188217163,-0.3167153596878052,0.46378666162490845,-0.17756085097789764,-0.6387904286384583,0.965649425983429,-0.006643891334533691,0.017978787422180176,0.03976857662200928 +240,-2.1119822217409685,0.2708980752241099,0.4010726199325644,-0.8258406519889832,-0.26759687066078186,0.4963655471801758,-0.5535719394683838,-0.2022436559200287,0.5442319512367249,-0.035792529582977295,-0.041622430086135864,0.022280603647232056 +241,-2.11248729368518,0.2643386176888056,0.33910220208060116,-0.8270760178565979,-0.2612709105014801,0.49767687916755676,-0.46188756823539734,-0.19786903262138367,0.3262711763381958,0.017246484756469727,-0.003621608018875122,-0.04572701454162598 +242,-2.1122275604255116,0.26125214095906635,0.28694433924825985,-0.8278924226760864,-0.2582904100418091,0.49787527322769165,-0.6512401700019836,0.2171904742717743,0.24188677966594696,-0.0058934688568115234,0.08195990324020386,0.05150201916694641 +243,-2.0812529415678904,0.2688609817394322,0.21739964817103183,-0.8411754965782166,-0.2656335234642029,0.4710232615470886,-0.41602227091789246,-0.2964831590652466,0.29488879442214966,0.011005699634552002,0.0647972822189331,0.03959691524505615 +244,-2.0950912566046203,0.2730610391223689,0.15220677562339008,-0.8336035013198853,-0.26968032121658325,0.48205527663230896,-0.7240612506866455,-0.29374465346336365,0.22483590245246887,-0.03115767240524292,0.05788838863372803,0.01455715298652649 +245,-2.096869172107993,0.29456121834807847,0.07780548531932692,-0.8275389075279236,-0.2903200089931488,0.4805135726928711,-0.6781430244445801,-0.19489850103855133,0.15957008302211761,0.0016418099403381348,0.05962240695953369,-0.04103001952171326 +246,-2.09286009738697,0.31030156547473775,0.0209913736759274,-0.8253952860832214,-0.3053458034992218,0.47485437989234924,-0.5424845218658447,-0.05520964786410332,0.05878768488764763,-0.014860451221466064,0.05446082353591919,0.009917378425598145 +247,-2.087332634590772,0.3303603718335778,-0.012983098460430949,-0.8225154876708984,-0.324383944272995,0.4671655297279358,-0.2778492569923401,-0.09774225205183029,-0.12113595753908157,-0.008844494819641113,0.03155246376991272,-0.0009178519248962402 +248,-2.0824983953719496,0.36435474656323547,-0.02808778983440704,-0.8146748542785645,-0.3563464879989624,0.45751768350601196,-0.33348721265792847,0.023526502773165703,-0.3401607275009155,-0.016440987586975098,0.04192382097244263,0.06021302938461304 +249,-2.081260754890543,0.41335399459541244,-0.03931409406905923,-0.7990332841873169,-0.40168309211730957,0.44743356108665466,-0.28631410002708435,-0.09857507795095444,-0.3857995271682739,-0.029503822326660156,0.06725618243217468,0.032134950160980225 +250,-2.086704001878618,0.46116031315473305,-0.0542106236085712,-0.7789785861968994,-0.4449875056743622,0.441790372133255,-0.4113282561302185,-0.12601688504219055,-0.28342580795288086,-0.017789721488952637,0.09342494606971741,-0.03702038526535034 +251,-2.072593476082983,0.48961315410764167,-0.10089716051138851,-0.7737180590629578,-0.47028452157974243,0.42449137568473816,-0.40410086512565613,-0.27251091599464417,0.2147468477487564,-0.007379353046417236,0.009011328220367432,-0.07485151290893555 +252,-2.0768459904094647,0.49222422923353676,-0.1495195171669114,-0.7708290815353394,-0.4725872278213501,0.4271809756755829,-0.32496461272239685,-0.2990648150444031,0.1299428790807724,-0.029326438903808594,-0.04378539323806763,-0.08011990785598755 +253,-2.110081492181893,0.4833738968294157,-0.16458834566509203,-0.7597680687904358,-0.464769184589386,0.45468953251838684,-0.29267650842666626,-0.23952235281467438,0.15829423069953918,0.04983752965927124,-0.04311969876289368,0.04584461450576782 +254,-2.116624862241057,0.4914861242361849,-0.22718753469389538,-0.7535289525985718,-0.4719366133213043,0.4576786756515503,-0.4249040484428406,-0.5968620777130127,0.310995876789093,0.007816791534423828,-0.015886813402175903,-0.04161730408668518 +255,-2.1338955764518888,0.4940791549464072,-0.27991804133715525,-0.7444753050804138,-0.4742211401462555,0.4699689447879791,-0.49456527829170227,-0.15157310664653778,0.12812821567058563,0.012084007263183594,-0.025351613759994507,-0.040525585412979126 +256,-2.1356574308123544,0.4887099490119757,-0.323494084522839,-0.7457859516143799,-0.4694872498512268,0.472635954618454,-0.18843971192836761,-0.27440428733825684,0.28465041518211365,0.027936339378356934,-0.06731688976287842,-0.04954037070274353 +257,-2.115928837868933,0.5006039409779961,-0.36945796553399696,-0.75013667345047,-0.4799554646015167,0.45490381121635437,-0.8885231018066406,0.47555112838745117,-0.21061192452907562,-0.038147568702697754,-0.08658799529075623,0.09688439965248108 +258,-1.902425365451832,0.6167272770122074,-0.5429408380856173,-0.7713265419006348,-0.5783684253692627,0.265603244304657,-2.4400973320007324,1.519622802734375,-0.5891305208206177,0.027521729469299316,-0.01739567518234253,0.10646697878837585 +259,-1.475206435462681,0.706994193901581,-0.9148141641796247,-0.7568466067314148,-0.6495513319969177,-0.07256804406642914,-2.6640267372131348,1.2770378589630127,-0.36456841230392456,0.07691508531570435,0.074920654296875,-0.06993376463651657 +260,-1.2264431515238854,0.6894953736414131,-1.1412859604169105,-0.7262715101242065,-0.6361479163169861,-0.26047173142433167,-1.5934579372406006,1.2914491891860962,-0.25573721528053284,0.022993922233581543,-0.001516878604888916,0.06895864009857178 +261,-0.9019889490027835,0.6177868854931432,-1.40139654817553,-0.639545202255249,-0.5792325139045715,-0.5054420232772827,-2.3606061935424805,2.025391101837158,-0.39851006865501404,0.04928946495056152,-0.05193203687667847,0.053232550621032715 +262,-0.6345310097282689,0.49337633459791963,-1.6251733073095402,-0.522101879119873,-0.4736022651195526,-0.7093028426170349,-1.6691378355026245,0.806133508682251,-0.5284500122070312,0.023581981658935547,-0.043853819370269775,-0.04207044839859009 +263,-0.5341537444904568,0.4154284043503361,-1.7404855345884045,-0.46580949425697327,-0.4035819470882416,-0.7874916791915894,-0.8311907052993774,0.4685794711112976,-0.2817310392856598,0.0023848116397857666,0.022234290838241577,-0.033446431159973145 +264,-0.46336450447355976,0.3530823514888258,-1.823868517209925,-0.41938796639442444,-0.34579163789749146,-0.8393698930740356,-0.8351406455039978,0.356059193611145,-0.1971135288476944,0.015945613384246826,0.010937541723251343,-0.03999406099319458 +265,-0.41591473653231853,0.3017506614212287,-1.8752027826578166,-0.3857719898223877,-0.29719221591949463,-0.8734167218208313,-0.5756850242614746,0.44504088163375854,-0.0700468197464943,-0.011826306581497192,0.03898298740386963,-0.0167657732963562 +266,-0.3710259039101101,0.2567524874916191,-1.9087319573460082,-0.35068652033805847,-0.2539408504962921,-0.9014061093330383,-0.46061545610427856,0.22281700372695923,-0.12209305912256241,-0.020193517208099365,0.03766283392906189,0.00786668062210083 +267,-0.3640774582346937,0.22826501532544374,-1.9149925574861102,-0.3468506336212158,-0.22628788650035858,-0.9102134108543396,-0.3462395668029785,0.34187549352645874,0.2578043043613434,-0.01792597770690918,0.009323179721832275,0.0928458571434021 +268,-0.3286314850233126,0.18380557672579106,-1.8982942755115624,-0.31731143593788147,-0.18277235329151154,-0.9305416345596313,-0.13178032636642456,0.11231688410043716,0.36112314462661743,-0.024439632892608643,-0.02389267086982727,-0.013809561729431152 +269,-0.32942276848011265,0.17047926171372227,-1.8789373293832807,-0.31880733370780945,-0.16965468227863312,-0.9325122833251953,0.19259949028491974,-0.016810353845357895,0.29759812355041504,-0.021295785903930664,-0.02034774422645569,-0.04812431335449219 +270,-0.32388170906742864,0.1728301322118209,-1.8398904810116927,-0.3135075569152832,-0.17197100818157196,-0.933883786201477,-0.0032638534903526306,0.3432880938053131,0.5649614930152893,0.02082875370979309,-0.011241257190704346,0.025589168071746826 +271,-0.3527845511076559,0.19473576387182653,-1.7890830855425597,-0.33898162841796875,-0.19350729882717133,-0.920677125453949,0.2739461064338684,-0.32762089371681213,0.1406140774488449,-0.04970550537109375,-0.00784766674041748,0.023963868618011475 +272,-0.35554051081501253,0.20095514265714157,-1.7828431895760142,-0.34109213948249817,-0.19960534572601318,-0.9185934066772461,0.20256952941417694,0.12123152613639832,0.15360011160373688,-0.06137368083000183,0.02234397828578949,0.008971214294433594 +273,-0.368625082796294,0.20474323111422457,-1.7664821021036365,-0.35280701518058777,-0.20331576466560364,-0.9133399724960327,-0.02140825241804123,0.01956629566848278,0.09356226772069931,-0.05727294087409973,-0.015235871076583862,0.06453931331634521 +274,-0.33268676371062555,0.18253561746217628,-1.789279938825509,-0.32115796208381653,-0.1815236508846283,-0.9294658303260803,-0.3734719753265381,0.5255371332168579,-0.23834212124347687,-0.059472501277923584,-0.013575226068496704,0.007148325443267822 +275,-0.234431044246418,0.14950405393805102,-1.832987322035264,-0.22969844937324524,-0.14894773066043854,-0.9617968797683716,-0.7359575629234314,1.5629633665084839,-0.2541366219520569,-0.10369083285331726,-0.04775330424308777,0.10645020008087158 +276,-0.04189324557712294,0.05650306743149642,-1.891963136827932,-0.041814155876636505,-0.056473005563020706,-0.9975281357765198,-0.9347711205482483,1.982604742050171,-0.6018962860107422,-0.061686210334300995,-0.084518201649189,0.018096983432769775 +277,0.02355940966986107,0.05873474516557361,-1.9220070751075382,0.023516608402132988,-0.058700982481241226,-0.9979985952377319,0.7739877700805664,-0.8082208633422852,-0.17030556499958038,-0.06538672745227814,-0.04360920190811157,-0.06875860691070557 +278,-0.1468093896455229,0.20746891609996534,-1.957965711467532,-0.1431456208229065,-0.20598375797271729,-0.9680289626121521,1.801422357559204,-1.6151326894760132,-0.5577846169471741,-0.033734261989593506,-0.025812506675720215,-0.0461769700050354 +279,-0.1517991319489181,0.25741918823137977,-1.9915739095167857,-0.14623425900936127,-0.2545856237411499,-0.9559297561645508,-0.5923812985420227,0.5655379891395569,0.012693889439105988,0.03930066525936127,0.0540698766708374,-0.03416728973388672 +280,-0.05020848336720263,0.23969811099454497,-1.9739057378088691,-0.04875251650810242,-0.23740938305854797,-0.9701855182647705,0.08661194145679474,1.8354624509811401,-0.34840479493141174,-0.0004265494644641876,0.03431491553783417,0.05444461107254028 +281,-0.130768117022353,0.23698193596085043,-2.004478044237942,-0.12675130367279053,-0.23476998507976532,-0.9637516140937805,0.2858145833015442,-1.5613465309143066,-0.009673049673438072,0.14258992671966553,0.05785958468914032,0.09137612581253052 +282,-0.2671884000112474,0.22027776252577214,-1.9770541544370959,-0.2576410472393036,-0.21850068867206573,-0.9412112236022949,-0.05557144433259964,-1.1452871561050415,0.08837690204381943,0.18494820594787598,0.08242279291152954,0.006305217742919922 +283,-0.3053484715283245,0.26861100299271773,-1.974922257010491,-0.2898452579975128,-0.2653925120830536,-0.9195414781570435,0.6291993856430054,0.4880712926387787,-0.31199777126312256,0.09242701530456543,0.0456048846244812,0.05838119983673096 +284,-0.33280658244184536,0.16447629972909833,-1.9896971473863927,-0.3222878575325012,-0.16373571753501892,-0.9323739409446716,-1.7440907955169678,-1.2502827644348145,0.330056756734848,0.14827662706375122,0.020440444350242615,0.10382169485092163 +285,-0.3580110117281062,0.14788767083225401,-1.9184830385587535,-0.3465871512889862,-0.14734919369220734,-0.9263722896575928,0.03117082081735134,1.3830488920211792,0.904366135597229,0.06622213125228882,-0.09555546939373016,0.22216391563415527 +286,-0.23308415111205208,0.10344691869300576,-1.8157820936986822,-0.2297445833683014,-0.1032625138759613,-0.9677573442459106,0.10286352038383484,0.21644935011863708,1.1408519744873047,0.10764375329017639,-0.0699552595615387,-0.14361655712127686 +287,-0.1706148151763194,0.07505848729615433,-1.6865343780419475,-0.16931021213531494,-0.07498802989721298,-0.9827058911323547,-0.1815590262413025,1.269325852394104,1.3389760255813599,0.02549612522125244,-0.04851660877466202,0.06661397218704224 +288,-0.09286421527317813,0.10258706809946655,-1.6039304347698125,-0.09224327653646469,-0.10240722447633743,-0.9904564023017883,0.835015594959259,0.9781000018119812,0.48643678426742554,0.0005989968776702881,-0.04001830518245697,0.1805657148361206 +289,0.008198336498388786,0.14822451671696707,-1.5513666725222455,0.0081083495169878,-0.14768235385417938,-0.9890016317367554,0.12194772064685822,0.31260231137275696,0.440442830324173,0.10442522168159485,0.06186690926551819,-0.0002104043960571289 +290,-0.003854018772011749,0.15617917668544185,-1.4901525677393157,-0.003807101398706436,-0.15554502606391907,-0.9878214597702026,-0.027440490201115608,0.04487162083387375,0.6816259622573853,0.062065161764621735,0.06643371284008026,0.1253489851951599 +291,0.07185210784216692,0.15953958209159486,-1.426198535553152,0.07087860256433487,-0.15886364877223969,-0.9847530722618103,0.4626847207546234,0.9016757607460022,0.6501216292381287,0.14062348008155823,0.11502514779567719,-0.0909152626991272 +292,0.18489451568495185,0.1742545368511833,-1.364822419899784,0.18105873465538025,-0.1733740121126175,-0.9680697917938232,-0.15735046565532684,1.2044669389724731,0.48171353340148926,-0.028119921684265137,0.13850770890712738,-0.17801779508590698 +293,0.2825281883744984,0.1484821984781619,-1.314011236291792,0.27571696043014526,-0.14793720841407776,-0.9497866630554199,-0.5853344798088074,0.8314855694770813,0.1597478985786438,-0.19096964597702026,0.07962360978126526,-0.23652315139770508 +294,0.34133880361404173,0.15157801582347427,-1.3151408603391619,0.33091074228286743,-0.15099823474884033,-0.9315028786659241,0.7785043120384216,-0.12319441139698029,0.019970668479800224,-0.09462839365005493,-0.027773737907409668,-0.3257145285606384 +295,0.27045995798830874,0.17246581312773138,-1.2723758181402582,0.26321107149124146,-0.17161209881305695,-0.9493520259857178,-0.904512882232666,-1.2982029914855957,0.7432088851928711,-0.11983948945999146,0.008938148617744446,-0.014133691787719727 +296,0.1370054647135302,0.048827878599210735,-1.2027745201707414,0.13641448318958282,-0.04880847781896591,-0.9894487261772156,-1.2642124891281128,-1.02293860912323,0.034434255212545395,-0.005997613072395325,0.01186695322394371,0.0028917789459228516 +297,0.04171248030875638,-0.030768475336318577,-1.2285774384969914,0.04168064892292023,0.030763620510697365,-0.9986572861671448,-0.17991739511489868,-0.6786874532699585,-0.4080137610435486,0.03504054248332977,-0.044466014951467514,0.016021788120269775 +298,0.00597323044464046,-0.014260787184675716,-1.2618386115354765,0.005972587503492832,0.014260304160416126,-0.9998804926872253,0.3080485165119171,-0.09429176896810532,-0.2084599882364273,0.09333161264657974,-0.02234746143221855,-0.012494385242462158 +299,-0.015350561051667874,-0.0011115779903516532,-1.2893824135353908,-0.015349948778748512,0.0011115777306258678,-0.9998815655708313,0.04663340002298355,-0.237517312169075,-0.301630437374115,0.09704550355672836,0.022051263600587845,0.014926731586456299 +300,-0.01727354755084506,0.01942120948526958,-1.3112536686589933,-0.017269430682063103,-0.019419988617300987,-0.9996622800827026,0.4124138057231903,0.12144596874713898,0.13167999684810638,0.08527785539627075,-0.060429252684116364,0.03165996074676514 +301,-0.02374818894591126,0.0277901348589504,-1.307449253586047,-0.02373678795993328,-0.027786558493971825,-0.9993320107460022,0.0079880952835083,-0.10516196489334106,0.1143183559179306,0.06264670193195343,-0.049865417182445526,-0.018200278282165527 +302,-0.016741586342631815,0.046972080017147894,-1.2854139221609466,-0.016722340136766434,-0.04695481061935425,-0.998757004737854,0.2579542398452759,0.4723387062549591,0.16442570090293884,0.019713062793016434,0.0018803514540195465,0.08933323621749878 +303,0.02336731526259127,0.08930420822974577,-1.2504907453191247,0.0232720784842968,-0.08918555080890656,-0.9957430958747864,0.20094984769821167,0.29235711693763733,0.8251011371612549,0.016507582738995552,-0.09930626302957535,-0.005965828895568848 +304,0.06898307060967675,0.0608350377347731,-1.1006642252450995,0.06880086660385132,-0.060797519981861115,-0.9957761168479919,-0.8179494142532349,0.4219156503677368,1.6906533241271973,-0.05026143789291382,0.1489017754793167,-0.08102130889892578 +305,0.03539497423237966,-0.02610651307062063,-1.0262037192251616,0.03537552431225777,0.0261035468429327,-0.9990330934524536,-0.47105664014816284,-0.586157500743866,0.26664572954177856,-0.034978799521923065,0.07020992785692215,-0.01964360475540161 +306,-0.009055479580158829,-0.027634153501840238,-1.0060317141065827,-0.009051898494362831,0.0276306364685297,-0.9995772242546082,-0.06517034769058228,-0.2702850103378296,-0.07421513646841049,-0.06446494907140732,0.0264312531799078,0.09489887952804565 +307,-0.01759561014174177,-0.02895374931079322,-1.0075063867349585,-0.01758732832968235,0.02894970402121544,-0.9994261264801025,-0.0008267369121313095,-0.02626410499215126,0.04146299138665199,-0.02806696854531765,-0.03219982609152794,0.03272080421447754 +308,0.009318491523098976,-0.0444027674734223,-1.0000628075535094,0.009309171698987484,0.04438817873597145,-0.9989709854125977,-0.08248449862003326,0.3742111921310425,0.042156320065259933,0.0022264719009399414,0.02490198239684105,-0.035727500915527344 +309,0.0389172167483441,-0.03777889661582229,-1.008498747430602,0.0388796329498291,0.03776990994811058,-0.998529851436615,0.1476018875837326,0.23117399215698242,-0.10735821723937988,0.019286874681711197,0.02614915743470192,-0.01918560266494751 +310,0.05482393021327579,-0.03630983843094002,-1.0251492589294489,0.05476035177707672,0.036301858723163605,-0.9978393912315369,-0.0784987360239029,0.26270920038223267,-0.19317173957824707,-0.028393171727657318,0.014830335974693298,0.01969003677368164 +311,0.07459200772643475,-0.04410164803963887,-1.0458958036037824,0.07445039600133896,0.044087354093790054,-0.9962496757507324,-0.04726216197013855,0.20907950401306152,-0.2083495408296585,-0.02366914600133896,-0.032963696867227554,-0.03332185745239258 +312,0.1045791024818641,-0.03507514760150365,-1.0657279262341286,0.10432437062263489,0.035067956894636154,-0.9939248561859131,0.3079715967178345,0.5752459168434143,-0.06460908055305481,-0.024719275534152985,-0.05987875163555145,-0.03163355588912964 +313,0.12442830820370389,0.010486593872992724,-1.0830345112755633,0.12410065531730652,-0.010486401617527008,-0.9922142028808594,0.39849039912223816,-0.07196306437253952,-0.035776324570178986,-0.020173050463199615,-0.027660571038722992,0.02378469705581665 +314,0.13013823596345026,0.01792811684847171,-1.086980859223629,0.1297503560781479,-0.017927156761288643,-0.9913846254348755,-0.06921304762363434,0.1796208620071411,0.02165478840470314,-0.020985707640647888,0.018781647086143494,0.01613438129425049 +315,0.14245187096889145,0.003435352407515554,-1.0870450849021362,0.1419697403907776,-0.0034353455994278193,-0.9898650646209717,-0.14471450448036194,-0.059979990124702454,-0.20683297514915466,0.008512437343597412,0.043367594480514526,-0.07506108283996582 +316,0.14724786516548263,0.0021324257866340147,-1.1066239688106745,0.14671599864959717,-0.0021324241533875465,-0.989176332950592,0.16991066932678223,0.13388830423355103,-0.18957771360874176,-0.0003842264413833618,0.0025596695486456156,0.013117432594299316 +317,0.16160778887606222,0.0063579749977687745,-1.1261007612147405,0.1609019935131073,-0.00635793199762702,-0.9869499206542969,0.06821654736995697,0.26820868253707886,-0.007520560175180435,-0.0003032386302947998,-0.06551096588373184,-0.011112213134765625 +318,0.17241808886549728,0.010612351302687298,-1.124029414380126,0.17155542969703674,-0.010612152516841888,-0.9851173162460327,-0.14457891881465912,-0.03123510256409645,-0.009087380021810532,-0.028183847665786743,0.0030743107199668884,-0.043599724769592285 +319,0.15461270527365178,-0.0035006924897894374,-1.1308001776738887,0.15399649739265442,0.003500685328617692,-0.9880651831626892,-0.02153930813074112,-0.1894613653421402,-0.20737576484680176,-0.013249427080154419,0.01822783052921295,-0.04178100824356079 +320,0.13848317494674514,0.010169448229790866,-1.147527873705181,0.13803383708000183,-0.010169273242354393,-0.990375280380249,0.12346475571393967,-0.20002372562885284,-0.09792277216911316,0.032284751534461975,-0.004692784510552883,-0.006237208843231201 +321,0.12211721853969346,0.005548466847240723,-1.1482315884922378,0.12181205302476883,-0.005548438522964716,-0.9925376772880554,-0.07226862013339996,-0.17030468583106995,0.011457696557044983,0.018538281321525574,0.008935891091823578,-0.00950700044631958 +322,0.10675184568328444,0.004483928020111732,-1.1502861204848938,0.10654813051223755,-0.004483913071453571,-0.994297444820404,0.03518311306834221,-0.1836540549993515,-0.04777361452579498,0.004856288433074951,-0.0013602040708065033,0.012836873531341553 +323,0.10271242974949882,0.002300090690291995,-1.1525780565501387,0.10253165662288666,-0.002300088759511709,-0.9947270750999451,-0.08512353897094727,0.033357977867126465,0.03882156312465668,-0.015266649425029755,-0.011951621621847153,0.019385337829589844 +324,0.10276283624451284,-0.0035559484979461107,-1.150688721358791,0.10258141905069351,0.003555940929800272,-0.9947182536125183,-0.08343122154474258,-0.0006608306430280209,-0.04546656459569931,-0.012554563581943512,0.007842376828193665,-0.02333289384841919 +325,0.10397443049565092,-0.008121758141070301,-1.1598831192745942,0.10378377139568329,0.008121669292449951,-0.9945667386054993,0.019941095262765884,0.07700203359127045,-0.17159110307693481,-0.012414142489433289,0.003490269184112549,-0.021836459636688232 +326,0.10024755391903616,0.004246539316765059,-1.1809023077338696,0.10007882863283157,-0.004246526397764683,-0.994970440864563,0.22030450403690338,-0.07096905261278152,-0.1988600641489029,0.01607106626033783,-0.0044357250444591045,0.008871257305145264 +327,0.09801588947534381,0.019627597851577177,-1.1868023034634547,0.09784017503261566,-0.01962633803486824,-0.9950085878372192,0.004311696160584688,-0.05024353787302971,0.11964034289121628,0.007949009537696838,-0.01751355454325676,0.03449833393096924 +328,0.09471127472364956,0.006778085649649897,-1.1728563698789294,0.09456756711006165,-0.0067780339159071445,-0.9954953789710999,-0.19531269371509552,-0.05310794338583946,0.09602432698011398,-0.017236024141311646,0.021182332187891006,-0.008319318294525146 +329,0.08495410168367792,-0.0009340160765269334,-1.177889796084021,0.08485191315412521,0.0009340159595012665,-0.9963931441307068,0.081181600689888,-0.07179614156484604,-0.12789393961429596,0.0036948397755622864,-0.0050691477954387665,-0.025320112705230713 +330,0.07720844733419775,0.006698357402121444,-1.181044937336048,0.0771300345659256,-0.006698307115584612,-0.9969985485076904,-0.020562564954161644,-0.10957168787717819,0.11750707775354385,0.010699555277824402,-0.03845244646072388,0.01448512077331543 +331,0.07083875866942917,0.0003985619454547656,-1.1640903828811022,0.07077952474355698,-0.0003985619405284524,-0.9974918961524963,-0.08300953358411789,-0.01940034329891205,0.18431398272514343,-0.020623885095119476,0.008134767413139343,0.019022047519683838 +332,0.07005451843220153,-0.0039608062771467785,-1.154734154818857,0.06999668478965759,0.003960795700550079,-0.9975393414497375,-0.060239117592573166,0.003184000961482525,0.001617498230189085,-0.012059062719345093,0.02548866719007492,-0.02579134702682495 +333,0.062100371442555084,-0.010317239890728122,-1.1567932125209814,0.06205715984106064,0.010317056439816952,-0.998019278049469,0.014912355691194534,-0.06285777688026428,-0.06676552444696426,-0.0017239116132259369,0.013837607577443123,-0.010083138942718506 +334,0.060681289826942514,-0.005710283462337533,-1.1587021048095172,0.060643069446086884,0.005710252560675144,-0.998143196105957,-0.004365129396319389,-0.03254111856222153,0.019439712166786194,-0.007679808884859085,-0.0031009986996650696,0.014088630676269531 +335,0.05961988162796869,-0.011320142198848193,-1.1550937967823978,0.05958075076341629,0.0113199008628726,-0.9981592893600464,-0.02689925581216812,-0.022246580570936203,0.0028804007451981306,-0.01302618533372879,0.012514328584074974,-0.023965954780578613 +336,0.055323519074274546,-0.010630975582211795,-1.1568630082158249,0.05529217794537544,0.0106307752430439,-0.998413622379303,0.05408177524805069,-0.09082670509815216,-0.03893376141786575,0.0032100193202495575,0.0110061876475811,-0.012404859066009521 +337,0.05537413541852843,-0.010149622958873564,-1.1610686854720822,0.05534299090504646,0.010149449110031128,-0.9984158277511597,-0.04197150096297264,0.044392213225364685,-0.035868726670742035,-0.0022424012422561646,0.007810145616531372,0.03389251232147217 +338,0.059169198548116586,-0.01911623777291435,-1.1629645756324296,0.059123873710632324,0.01911507360637188,-0.9980676174163818,-0.07564428448677063,0.016437575221061707,-0.05335531756281853,-0.0025290250778198242,0.012913122773170471,-0.028558969497680664 +339,0.06134960000790894,-0.02265366348015494,-1.1679635922917622,0.061295390129089355,0.022651726379990578,-0.9978625774383545,-0.09277075529098511,0.020825402811169624,0.007719290442764759,-0.0009163618087768555,-0.002983149141073227,-0.0014050006866455078 +340,0.05732034937303914,-0.038829270076837785,-1.1717178378191564,0.057245783507823944,0.03881951421499252,-0.9976050853729248,-0.06516014784574509,-0.02420942299067974,-0.09438632428646088,-0.014750059694051743,0.010603699833154678,-0.01661604642868042 +341,0.04858605467349295,-0.043246633944398934,-1.1820912584603727,0.048521533608436584,0.04323315620422363,-0.997886061668396,-0.09700407832860947,-0.1060875728726387,-0.1530860960483551,-0.011244311928749084,0.005320310592651367,0.005042433738708496 +342,0.04286154159571805,-0.044589085351812364,-1.1972293839817607,0.042805831879377365,0.0445743128657341,-0.9980885982513428,0.12473976612091064,0.021636836230754852,-0.1482686996459961,0.012904006987810135,-0.024249602109193802,0.020580053329467773 +343,0.04531229048718078,-0.03839782712995105,-1.1972196631107352,0.04526339843869209,0.03838839381933212,-0.9982372522354126,-0.14521320164203644,-0.04071948677301407,0.1305340975522995,0.028070341795682907,-0.030285976827144623,-0.004173636436462402 +344,0.039996492113573666,-0.045404693362852216,-1.185422646903281,0.039944618940353394,0.045389093458652496,-0.9981704354286194,-0.011257068254053593,0.04618094116449356,0.04665084928274155,-0.017682049423456192,0.026678163558244705,0.02522432804107666 +345,0.04435407949780915,-0.0490770623412444,-1.1875581223178397,0.044286150485277176,0.04905736446380615,-0.9978136420249939,-0.05803045257925987,0.05300384387373924,-0.022890953347086906,-0.003590967506170273,-0.00859105959534645,-0.017567157745361328 +346,0.044457432995585265,-0.05793933105745259,-1.188817776051014,0.04436821490526199,0.05790691822767258,-0.9973355531692505,-0.03112245909869671,0.05131752789020538,-0.00822339579463005,-0.011882256716489792,-0.017074406147003174,-0.041162312030792236 +347,0.04946561218724057,-0.04698028366057624,-1.1905799623808573,0.04939088597893715,0.046963002532720566,-0.997674822807312,0.08015626668930054,0.1807604432106018,-0.017671342939138412,-0.00999268889427185,-0.014675404876470566,-0.01979649066925049 +348,0.06510916867756433,-0.028612324212712686,-1.1935062434919028,0.06503654271364212,0.028608420863747597,-0.9974727034568787,0.3249429762363434,0.07275263220071793,-0.08465264737606049,0.03364204615354538,0.022584816440939903,-0.06106001138687134 +349,0.08488786806130318,0.0067466603760807774,-1.2011605287208604,0.08478402346372604,-0.006746609229594469,-0.9963765144348145,0.292060524225235,0.17012649774551392,-0.023289579898118973,0.016946323215961456,0.023256618529558182,0.026054859161376953 +350,0.10225829807009511,0.021474011924535227,-1.203000025357319,0.10205663740634918,-0.02147236093878746,-0.9945468306541443,0.08982383459806442,0.17555052042007446,0.00021602772176265717,-0.03290380537509918,0.02756062150001526,0.05094331502914429 +351,0.11831706902481491,0.02569168606623632,-1.2035868800128724,0.1180022582411766,-0.025688860565423965,-0.9926809668540955,0.011705470271408558,0.0816785991191864,0.006700440309941769,-0.029836975038051605,-0.005332252010703087,-0.005259037017822266 +352,0.10605638959146663,0.018264271370717816,-1.2008568641894366,0.10584002733230591,-0.018263256177306175,-0.9942154288291931,-0.16000685095787048,-0.24886463582515717,0.053494617342948914,-0.016652412712574005,-0.016709884628653526,0.01357889175415039 +353,0.0843384297882154,0.0019451768117005519,-1.1908954486402386,0.08423832058906555,-0.0019451755797490478,-0.9964437484741211,-0.04049061983823776,-0.13955187797546387,0.08150967210531235,-0.0013983547687530518,0.01869932934641838,0.004378318786621094 +354,0.07975486289544902,0.003971052018146115,-1.1858887836917906,0.07966971397399902,-0.0039710416458547115,-0.9968134164810181,0.004133074078708887,-0.08346910774707794,0.0359392985701561,0.03396248817443848,0.02038949728012085,-0.019696593284606934 +355,0.07642387281834762,-0.0005119674455650539,-1.182370544343591,0.07634948939085007,0.0005119674024172127,-0.9970809817314148,-0.04403403028845787,-0.0011748583056032658,0.04365864768624306,0.022496946156024933,0.01619640365242958,0.010417163372039795 +356,0.08065817165255307,-0.009488288180359501,-1.1780054676539287,0.08056711405515671,0.00948814582079649,-0.9967040419578552,-0.09570388495922089,-0.004837503656744957,0.035047583281993866,0.013198144733905792,-0.0006685666739940643,-0.024261534214019775 +357,0.08195042407229429,-0.014434476019262813,-1.1736758705862997,0.08185020089149475,0.014433974400162697,-0.9965401291847229,-0.051514882594347,-0.017840005457401276,0.03876077011227608,0.001844257116317749,-0.0015708152204751968,-0.0116080641746521 +358,0.07969617348652255,-0.018106072446211544,-1.1685557429383366,0.07959878444671631,0.01810508407652378,-0.9966625571250916,-0.05728362873196602,-0.019696969538927078,0.05298861488699913,-0.011910796165466309,0.0007395222783088684,0.004291951656341553 +359,0.06317799669743693,-0.03189453896137088,-1.1608200127388026,0.06310386955738068,0.03188913315534592,-0.9974973797798157,-0.5743613243103027,-0.6718913316726685,0.1642627716064453,0.021048352122306824,-0.03809945657849312,-0.09231585264205933 +360,-0.047361793685497526,-0.15919162520052446,-1.1515296221617253,-0.046745460480451584,0.15852010250091553,-0.9862485527992249,-0.8098059296607971,-0.8051770925521851,-0.09408555179834366,-0.028022605925798416,0.03665505349636078,0.039608538150787354 +361,-0.0332472523688538,-0.10382325317270048,-1.1676695002807769,-0.033062130212783813,0.10363683104515076,-0.994065523147583,0.9404242634773254,0.5200643539428711,-0.18876847624778748,0.020473629236221313,-0.015181630849838257,0.05871701240539551 +362,-0.01814551411304517,-0.09722329155250477,-1.1721159251392212,-0.018058830872178078,0.09707020223140717,-0.9951136708259583,-0.5491998195648193,-0.2132309526205063,0.07803621143102646,0.06133275851607323,-0.04343555122613907,-0.05331772565841675 +363,-0.03480144450111359,-0.13100962589534082,-1.1664534610820163,-0.0344962477684021,0.13063518702983856,-0.9908301830291748,0.005905746482312679,-0.03506994992494583,0.05933280289173126,0.0117301344871521,-0.011006265878677368,0.0020759105682373047 +364,-0.05087718620714385,-0.1187617215908991,-1.151725279256054,-0.05049702152609825,0.11848273873329163,-0.9916712641716003,0.300405353307724,-0.2619750499725342,0.2140098363161087,0.028631173074245453,-0.028379589319229126,-0.04809314012527466 +365,-0.0457910850485499,-0.09384358679273715,-1.134015649059741,-0.04557367041707039,0.0937059074640274,-0.9945563077926636,0.20789466798305511,0.10052885860204697,0.0483332984149456,-0.02544073387980461,0.049894556403160095,0.006732821464538574 +366,-0.04133409401134077,-0.08871620740263889,-1.131927673913157,-0.04115981608629227,0.08859987556934357,-0.9952165484428406,-0.11900874227285385,-0.004810814745724201,0.007204139605164528,-0.009545139968395233,0.023918434977531433,0.023979365825653076 +367,-0.038287369138855956,-0.10279130831521555,-1.1338971186696805,-0.038075968623161316,0.10261038690805435,-0.9939926266670227,-0.10711659491062164,0.1194189190864563,-0.03276534751057625,-0.008249714970588684,0.012379847466945648,-0.011149585247039795 +368,-0.03505969562987585,-0.11608134048122447,-1.1415032782763244,-0.03481661528348923,0.11582081764936447,-0.9926597476005554,-0.047394849359989166,0.05134592950344086,-0.08294292539358139,0.00019441917538642883,-0.015036515891551971,-0.01501542329788208 +369,-0.02863607872537167,-0.10556251854337072,-1.1423285289786194,-0.0284727830439806,0.10536657273769379,-0.9940257668495178,0.0657191351056099,0.017757607623934746,0.06257425993680954,0.008743168786168098,-0.024311885237693787,-0.008003652095794678 +370,-0.025951133431082532,-0.10367166476068077,-1.1322270182567564,-0.025808902457356453,0.10348605364561081,-0.9942960143089294,-0.018347911536693573,0.0637095645070076,0.08934665471315384,-0.003747371956706047,0.0037374496459960938,0.011019647121429443 +371,-0.024049964932520356,-0.10705682141710711,-1.1226289321388436,-0.023909971117973328,0.1068524420261383,-0.9939873814582825,-0.04443144425749779,0.03717648983001709,0.19197237491607666,0.012984680011868477,-0.028696924448013306,-0.00825566053390503 +372,-0.019922607611630307,-0.10687664240894798,-1.107540825730173,-0.019807621836662292,0.10667329281568527,-0.9940968155860901,0.08289242535829544,0.042881160974502563,0.0756412148475647,-0.013670161366462708,0.022660203278064728,-0.0007304549217224121 +373,-0.01915765034743532,-0.10470462740769632,-1.1006235214122648,-0.01905156672000885,0.10451342165470123,-0.9943409562110901,-0.06461969763040543,-0.016958028078079224,0.0608687698841095,-0.0086431335657835,8.556991815567017e-05,0.017366528511047363 +374,-0.020501640649850893,-0.11429817711859837,-1.094291481238594,-0.02036644145846367,0.11404947191476822,-0.9932662844657898,-0.1547248363494873,-0.029516905546188354,0.04804908111691475,-0.011020887643098831,0.01792379468679428,-0.009037792682647705 +375,-0.02741905156646044,-0.1274203354397932,-1.0992587296838618,-0.027193358168005943,0.12707582116127014,-0.9915201663970947,0.0682486966252327,0.03671759366989136,-0.08150402456521988,0.0021994654089212418,0.0052636414766311646,-0.006648719310760498 +376,-0.02501343845796393,-0.13066914495083665,-1.1077794133602896,-0.024797610938549042,0.13029761612415314,-0.9911648035049438,-0.0925423726439476,-0.004335119388997555,-0.07034886628389359,0.026720218360424042,-0.013628914952278137,-0.011856436729431152 +377,-0.01621705053427927,-0.13113243295940152,-1.1082082036618022,-0.016077114269137383,0.1307569295167923,-0.9912840723991394,-0.003433319739997387,0.18774589896202087,0.015822434797883034,-0.010702058672904968,-0.028019502758979797,0.033688247203826904 +378,-0.004704559363455369,-0.13001360904991746,-1.1108627749634203,-0.004664836451411247,0.1296476423740387,-0.9915491342544556,-0.0475623793900013,-0.02031843736767769,-0.021171223372220993,-0.022999349981546402,-0.00435774028301239,-0.024670898914337158 +379,-0.011119886791098951,-0.1386729862175312,-1.1164130569867308,-0.011012911796569824,0.13822896778583527,-0.9903390407562256,-0.09465615451335907,-0.10198379307985306,-0.14134639501571655,-0.032947659492492676,0.03398171067237854,-0.02762049436569214 +380,-0.014112554351878918,-0.13778367619392543,-1.1297031736145149,-0.013978343456983566,0.13734813034534454,-0.9904242157936096,0.0635332316160202,0.09246471524238586,-0.1270340085029602,-0.010969776660203934,0.015911146998405457,0.01039797067642212 +381,-0.011496192921625703,-0.1364477847860387,-1.140484457182436,-0.011389089748263359,0.13602478802204132,-0.9906399846076965,-0.025717850774526596,0.094878189265728,-0.06223670020699501,0.00984795019030571,-0.00930054485797882,0.014031708240509033 +382,-0.004739205204807859,-0.13686504822507745,-1.1452913536894538,-0.00469486927613616,0.13643816113471985,-0.990637481212616,-0.02756693959236145,0.08719027042388916,-0.03580087423324585,0.011973310261964798,-0.003915563225746155,0.015234649181365967 +383,-0.0002228795096991949,-0.15000959253767418,-1.1489752746432602,-0.00022037648886907846,0.14944761991500854,-0.9887695908546448,-0.11695241928100586,-0.09999942034482956,-0.16371671855449677,0.010535314679145813,0.03306274116039276,-0.06379687786102295 +384,-0.005372016561867134,-0.14090751758479048,-1.1722088767409713,-0.005318748764693737,0.14044170081615448,-0.990074634552002,0.2277003526687622,-0.07358405739068985,-0.18210738897323608,0.06150160729885101,-0.025604069232940674,-0.04009193181991577 +385,-0.013403487296254232,-0.12812364715532734,-1.1786456295954715,-0.01329322624951601,0.12777338922023773,-0.9917142987251282,0.08152119815349579,-0.037393830716609955,0.034334778785705566,0.052203141152858734,-0.015667080879211426,0.032104313373565674 +386,-0.007789032687979539,-0.12236176749748318,-1.1744625289488135,-0.007730716839432716,0.12205665558576584,-0.9924930334091187,-0.01657034084200859,0.0037066126242280006,-0.023423463106155396,0.042917486280202866,0.02619774639606476,0.016159415245056152 +387,0.0033414612212483547,-0.1200386397887446,-1.1765510247352402,0.0033174098934978247,0.11975056678056717,-0.9927984476089478,0.008936050347983837,0.08295203000307083,-0.012744449079036713,0.01891464740037918,-0.0007777959108352661,-0.0012810826301574707 +388,0.012681002272410802,-0.1206508674417141,-1.1769814828280296,0.012588480487465858,0.12035837024450302,-0.9926506876945496,0.08269437402486801,0.06718557327985764,0.05721619352698326,0.01458742469549179,-0.023007288575172424,-0.02468329668045044 +389,0.015146323981850462,-0.11231754162466774,-1.1658800906762714,0.01505031157284975,0.11208153516054153,-0.9935850501060486,0.00452415132895112,0.019472381100058556,0.1661788374185562,-0.032246965914964676,-0.01672936975955963,0.042428433895111084 +390,0.017600844541874654,-0.113372089835547,-1.1478377778156617,0.017486948519945145,0.1131293773651123,-0.9934263825416565,-0.06922808289527893,0.0010911859571933746,0.11646909266710281,-0.040329355746507645,0.029158830642700195,-0.004025399684906006 +391,0.013173574763850684,-0.10889548982517236,-1.141859808937228,0.013095165602862835,0.10868039727210999,-0.9939904808998108,0.13217981159687042,-0.021976584568619728,0.11303780972957611,0.0066802240908145905,-0.018134742975234985,-0.012677609920501709 +392,0.009231738635749642,-0.10778201209756098,-1.1302456177022657,0.009178037755191326,0.10757344961166382,-0.9941547513008118,-0.026818502694368362,0.03481348976492882,0.09580568224191666,-0.0192946158349514,0.005631498992443085,0.03404128551483154 +393,0.016498942095406255,-0.10773517565360104,-1.1216117771292509,0.01640254072844982,0.10752688348293304,-0.9940668344497681,-0.08204413950443268,0.0823485478758812,0.07270094752311707,-0.02131587080657482,0.006776697933673859,0.005999267101287842 +394,0.020121328594541407,-0.11362462298051271,-1.1187482661154622,0.019990229979157448,0.11338029056787491,-0.9933505654335022,-0.018125202506780624,0.02375604212284088,0.00879588257521391,-0.0193188413977623,0.011436611413955688,-0.0430569052696228 +395,0.013756327018283603,-0.11763016052177708,-1.1219527485684666,0.013660834170877934,0.11735907942056656,-0.99299556016922,0.047192804515361786,-0.07010149955749512,-0.04022730886936188,-0.0029796818271279335,0.003582082688808441,-0.008377671241760254 +396,0.009312892973883635,-0.11751565400640664,-1.123278166368345,0.009248527698218822,0.11724536120891571,-0.9930599331855774,-0.0689210593700409,-0.0477232001721859,0.007458643056452274,0.002729620784521103,-0.00874011218547821,-0.0010196566581726074 +397,0.0011036157838905992,-0.11994838285446383,-1.1227712161048442,0.001095685875043273,0.11966095864772797,-0.9928141832351685,-0.0035757841542363167,-0.08091970533132553,-0.017779765650629997,0.008090104907751083,0.004392988979816437,0.014924228191375732 +398,-0.00010328373448368335,-0.12331369394672678,-1.1236808233946667,-0.00010249944898532704,0.12300141155719757,-0.9924064874649048,-0.025737013667821884,-0.05022331699728966,-0.012667028233408928,0.01807735487818718,0.0005795210599899292,-0.023783087730407715 +399,-0.0007636311058945002,-0.12412852473990924,-1.1225295945495553,-0.0007577555952593684,0.12381000816822052,-0.9923056364059448,-0.05154066160321236,0.008252392522990704,0.028431663289666176,0.001978456974029541,-0.006454668939113617,0.0240439772605896 +400,0.0066341638057747935,-0.13096901245765016,-1.1200144937200165,0.006577299442142248,0.13059492409229279,-0.9914140105247498,-0.020981956273317337,0.043079525232315063,0.029037248343229294,-0.0021369941532611847,0.006490051746368408,-0.014735281467437744 +401,0.008690767826003544,-0.13417844403163579,-1.1166366839756607,0.00861254334449768,0.13377618789672852,-0.9909741282463074,-0.027148114517331123,-0.014811176806688309,0.03467554226517677,-0.007468130439519882,0.006360530853271484,-0.029655754566192627 +402,0.0059800034417911915,-0.13439041593916468,-1.1141277160448109,0.0059260474517941475,0.13398624956607819,-0.9909654855728149,0.011035703122615814,-0.019924089312553406,-0.02532605454325676,-0.012334741652011871,0.019822344183921814,-0.010056853294372559 +403,0.00870940215793922,-0.12338144698384812,-1.1209269100554538,0.00864308513700962,0.12306864559650421,-0.992360532283783,0.23827017843723297,0.13819573819637299,-0.08939643204212189,-0.00220387801527977,0.006386920809745789,0.014012753963470459 +404,0.012621897587451395,-0.11807948834098655,-1.1241621787530092,0.012533674947917461,0.11780528724193573,-0.992957592010498,-0.13299092650413513,-0.057574886828660965,0.0014518098905682564,-0.0014252783730626106,-0.010688595473766327,0.009177744388580322 +405,0.011880880618492585,-0.12238701471866531,-1.1250764710453236,0.011791734956204891,0.1220817118883133,-0.9924499988555908,0.0067213443107903,0.010390253737568855,-0.02246374636888504,-0.006161239929497242,-0.0012931451201438904,-0.015164077281951904 +406,0.005831094365959505,-0.12506620374706529,-1.1246519238274653,0.005785517394542694,0.12474042177200317,-0.9921725392341614,-0.03403656184673309,-0.04130522534251213,0.03895184397697449,0.001401372253894806,0.003509700298309326,0.014999687671661377 +407,0.0024690158660368687,-0.12800156768331528,-1.12102345191236,0.002448814222589135,0.12765231728553772,-0.991815984249115,-0.08036809414625168,-0.0002505248412489891,0.04264114797115326,-0.004997033625841141,-0.00430026650428772,0.03124469518661499 +408,0.0029404941454210555,-0.1373370542602112,-1.1197969096727522,0.0029128023888915777,0.1369057297706604,-0.9905797839164734,-0.029156815260648727,-0.019279226660728455,-0.010945106856524944,0.005006507039070129,-0.0046883225440979,-0.03140813112258911 +409,-0.00073432008619741,-0.1384477610835779,-1.118820291460464,-0.0007272936054505408,0.13800589740276337,-0.9904311299324036,-0.05631333589553833,-0.05800078809261322,0.02660679630935192,0.004145260900259018,-0.010503455996513367,-0.00499117374420166 +410,-0.00044460396257761707,-0.13836471287195753,-1.1168119862053518,-0.00044035480823367834,0.13792364299297333,-0.9904427528381348,0.00847221352159977,0.005488618277013302,0.007975763641297817,0.0015237294137477875,0.0045323967933654785,-0.001988828182220459 +411,0.006850079718062879,-0.13618443346860953,-1.117996312163881,0.006786603480577469,0.13576386868953705,-0.9907180070877075,0.09200382232666016,0.052451714873313904,-0.004843952599912882,0.00030872970819473267,0.0017025619745254517,-0.01344764232635498 +412,0.0057995379313712245,-0.13897804051967433,-1.1191711540019367,0.005743586923927069,0.13853107392787933,-0.9903414249420166,-0.022597288712859154,0.011746247299015522,-0.013867749832570553,-0.014715753495693207,-0.004894614219665527,-0.0010373592376708984 +413,0.0018663106444167029,-0.13914860898183712,-1.1208159112671063,0.0018482706509530544,0.13870000839233398,-0.9903327226638794,-0.03295258432626724,-0.08052654564380646,-0.03229323402047157,-0.0003529079258441925,-8.916854858398438e-05,-0.012200236320495605 +414,-0.0025864341266421233,-0.13927514415737574,-1.1244074976205345,-0.002561386441811919,0.13882531225681305,-0.9903135895729065,0.020671671256422997,-0.03086557611823082,-0.041290558874607086,0.005903061479330063,0.005095586180686951,-0.014737069606781006 +415,-0.007657452769121061,-0.13724949322096786,-1.1287664878562158,-0.00758536858484149,0.136818990111351,-0.9905670285224915,0.010361015796661377,-0.02651275508105755,-0.06284133344888687,0.006196819245815277,0.008688807487487793,0.014309704303741455 +416,-0.003296784019097087,-0.1359110720401733,-1.1330346231791975,-0.0032663762103766203,0.13549304008483887,-0.9907729029655457,-0.04307321831583977,0.06836140900850296,-0.012886617332696915,-0.002119976794347167,-0.003550305962562561,0.01341700553894043 +417,-0.0015572468088889564,-0.14253937428194352,-1.1331903738731701,-0.0015414532972499728,0.14205719530582428,-0.9898572564125061,-0.017918899655342102,0.008472980931401253,-0.021456174552440643,-0.006316818296909332,0.015978097915649414,-0.031825482845306396 +418,-0.005262445902811188,-0.1409824286438153,-1.1336036813596317,-0.005210210103541613,0.14051586389541626,-0.9900647401809692,-0.006577705033123493,-0.07746852934360504,-0.0021934115793555975,0.007331185042858124,0.01266711950302124,-0.012300372123718262 +419,-0.0059719872994722,-0.1403887528610475,-1.1311875688812796,-0.005913197994232178,0.13992805778980255,-0.9901440143585205,0.004070376977324486,0.010517725721001625,0.029334384948015213,0.0006946884095668793,0.0007427334785461426,0.009553194046020508 +420,-0.0015938025473682816,-0.138240718750028,-1.1254517186196238,-0.0015785968862473965,0.13780082762241364,-0.9904587268829346,0.08849776536226273,0.021132580935955048,0.0834113210439682,0.017279889434576035,-0.003004699945449829,-0.04178309440612793 +421,0.014764057310174378,-0.12522115102872325,-1.114467019854923,0.014647923409938812,0.1248941570520401,-0.9920619130134583,0.2631603181362152,0.3028044104576111,0.11803071200847626,-0.010695901699364185,-0.0783701166510582,-0.15796244144439697 +422,0.056103247729390175,-0.07287984622738457,-1.138299958935095,0.05592497065663338,0.07281534373760223,-0.9957762360572815,0.8864676356315613,0.9435504078865051,-0.5597178339958191,-0.06883390992879868,-0.11116068065166473,-0.194912850856781 +423,0.16401609542785445,0.08395731824309316,-1.2032248374856047,0.16270656883716583,-0.08385872095823288,-0.983104407787323,1.956209421157837,0.8425393104553223,-0.33640044927597046,0.08871248364448547,0.06383918225765228,-0.1654399037361145 +424,0.14555972689964222,0.23249155304180985,-1.2624941758408708,0.14114384353160858,-0.23040275275707245,-0.9628047347068787,0.546746551990509,-0.7910099029541016,-0.30519798398017883,-0.024597227573394775,0.19198113679885864,0.10953330993652344 +425,0.07829741416292689,0.21963094263232577,-1.3153984336331837,0.07633849233388901,-0.21786944568157196,-0.9729878306388855,-0.3549821078777313,-0.7988157272338867,-0.7114928960800171,-0.07531615346670151,0.14471881091594696,0.1046406626701355 +426,0.023282344537555417,0.20240354199405952,-1.3918385702862124,0.022805003449320793,-0.2010243833065033,-0.979320764541626,0.09656830877065659,-0.6384623646736145,-0.6805802583694458,-0.07650068402290344,0.1179707944393158,0.03153634071350098 +427,-0.00504534403720582,0.2264141588880928,-1.4638650058058063,-0.0049165538512170315,-0.2244846522808075,-0.9744652509689331,0.5051429867744446,-0.34688544273376465,-0.6795440316200256,-0.07189618796110153,0.1079075038433075,0.027352213859558105 +428,-0.022272636511202547,0.24443745998740848,-1.537362964543971,-0.021608764305710793,-0.24201054871082306,-0.9700329899787903,-0.0804184153676033,-0.24997423589229584,-0.5148780941963196,-0.02364879846572876,0.011297658085823059,0.008897125720977783 +429,-0.02638192067482653,0.2613029445038646,-1.592382846663629,-0.02548340894281864,-0.2583394944667816,-0.9657180309295654,0.36869966983795166,-0.0030926279723644257,-0.6260808110237122,0.0048992931842803955,0.11179408431053162,0.04166102409362793 +430,0.0037404773783616626,0.29768661174000877,-1.677065725583822,0.0035759538877755404,-0.29330936074256897,-0.9560108780860901,0.3953523635864258,0.054462336003780365,-0.7299349904060364,-0.03490225970745087,0.027653813362121582,0.0008106827735900879 +431,0.005249668651493796,0.3322217580658922,-1.735138126721891,0.004962594248354435,-0.32614409923553467,-0.9453070163726807,0.060298703610897064,-0.4243225157260895,-0.33773690462112427,0.02944597601890564,0.054980188608169556,0.04201728105545044 +432,-0.04802033352845727,0.27784652462910375,-1.800899387564576,-0.04616092890501022,-0.2742854058742523,-0.9605398178100586,-1.016217827796936,-0.7486864328384399,-0.7664692401885986,-0.013149984180927277,0.10306653380393982,0.0721731185913086 +433,-0.07200916234105718,0.1997118227892909,-1.8787790828906976,-0.0705169141292572,-0.19838689267635345,-0.9775837659835815,-0.8808317184448242,0.2504247725009918,-0.5502536296844482,-0.018975883722305298,0.045020803809165955,0.04066359996795654 +434,-0.017849117772724507,0.16615975034884234,-1.9811885243768028,-0.017602350562810898,-0.16539621353149414,-0.9860700964927673,-0.012279734946787357,0.3441995680332184,-1.3967605829238892,0.027306945994496346,0.0004944950342178345,-0.04041910171508789 +435,0.01443673918356838,0.12441367317409471,-2.129944485695529,0.014324653893709183,-0.1240929588675499,-0.9921671748161316,-0.7039136290550232,-0.013624222949147224,-1.2772034406661987,0.06917144358158112,-0.1167822778224945,-0.03865551948547363 +436,0.03719543562575451,0.11047640521155427,-2.262995149532952,0.03696015849709511,-0.11025181412696838,-0.9932162165641785,0.37996870279312134,0.23337432742118835,-1.2475333213806152,0.1524014174938202,-0.09590967744588852,-0.002816438674926758 +437,0.08519209127655765,0.11263599187467813,-2.3579981959518785,0.08454988896846771,-0.11239797621965408,-0.9900596141815186,-0.15682291984558105,0.3165910542011261,-0.6651418805122375,0.2171010971069336,-0.11175364255905151,-0.026099443435668945 +438,0.11080984937054404,0.10314331694796851,-2.4063083918998793,0.1099955216050148,-0.10296053439378738,-0.9885848760604858,-0.09890033304691315,0.16556517779827118,-0.23459412157535553,0.0978749543428421,-0.08977323025465012,0.06785434484481812 +439,0.12122825078364878,0.09132108905132083,-2.4073765696715803,0.12042763084173203,-0.09119421243667603,-0.9885245561599731,-0.1805107295513153,-0.1689617931842804,0.20026393234729767,0.12719200551509857,-0.058753907680511475,-0.018616557121276855 +440,0.09958809793725241,0.08119557901596294,-2.3761589749973746,0.09909600764513016,-0.08110639452934265,-0.9917669892311096,0.032228898257017136,-0.2331051081418991,0.37792229652404785,0.17695075273513794,-0.07196977734565735,0.04335695505142212 +441,0.05856340813174368,0.07746062488829782,-2.3158993674877517,0.05835443362593651,-0.07738318294286728,-0.9952922463417053,-0.03892231360077858,-0.45247459411621094,0.7072063684463501,0.1999005675315857,-0.08524498343467712,0.05785328149795532 +442,0.025971146540831914,0.08620066195796473,-2.2160977760966585,0.02587180770933628,-0.0860939472913742,-0.9959510564804077,-0.11689294874668121,-0.010433252900838852,1.3079156875610352,0.13404029607772827,0.012119337916374207,-0.004018425941467285 +443,-0.01927152779280114,0.08923286775205864,-2.0866512074895445,-0.01919366605579853,-0.08911449462175369,-0.9958364367485046,0.4957387149333954,-0.5463699102401733,1.311401128768921,0.10767938196659088,0.1283753514289856,0.07147425413131714 +444,-0.06920986201233388,0.11610801271925414,-1.9314346045533655,-0.0686890035867691,-0.11584731191396713,-0.9908891320228577,-0.3259595036506653,-0.15800318121910095,1.712876319885254,-0.028478965163230896,0.07712050527334213,0.19518905878067017 +445,-0.09727157507624616,0.0012408193379759224,-1.7613818967562378,-0.09711817651987076,-0.0012408189941197634,-0.9952720999717712,-1.2766447067260742,0.3846910297870636,1.7474780082702637,-0.13113804161548615,0.1400500237941742,0.04402393102645874 +446,-0.05010676039069734,-0.07247267731336454,-1.6399417526591256,-0.04995432123541832,0.0724092498421669,-0.996123194694519,-0.28371530771255493,0.4138411581516266,0.9151908755302429,-0.15060719847679138,0.0518888384103775,-0.09967142343521118 +447,-0.01686156905549977,-0.1033821975633851,-1.5502134592860453,-0.016770746558904648,0.10319814085960388,-0.9945194125175476,-0.15946358442306519,0.0884932354092598,0.9126415848731995,-0.07105883955955505,-0.018786519765853882,-0.07431298494338989 +448,0.013570337846562685,-0.10285130580870126,-1.4497253810942572,0.013498210348188877,0.10267006605863571,-0.9946238994598389,0.20280857384204865,0.3489367365837097,1.0756895542144775,-0.1091402992606163,-0.03594338148832321,0.029444456100463867 +449,0.03853289059012811,-0.06809270082365634,-1.3601700930064722,0.03843408077955246,0.06804009526968002,-0.9969419836997986,0.28870537877082825,0.04023361578583717,0.9157894253730774,-0.07214075326919556,-0.08026238530874252,0.04372549057006836 +450,0.04011261257434922,-0.012828818955459358,-1.2484080383215719,0.04009855538606644,0.012828467413783073,-0.9991133809089661,0.916074275970459,-0.40478628873825073,1.158955454826355,-0.09622038900852203,0.06277883052825928,-0.22479408979415894 +451,-0.01134852237124198,0.04438689661686998,-1.1837706602030542,-0.011337101459503174,-0.0443723239004612,-0.998950719833374,-0.02562468871474266,-0.6198779344558716,0.3063719868659973,-0.07769793272018433,0.1336362361907959,0.0459020733833313 +452,-0.11833513017669521,0.003895809167848428,-1.1904603016627693,-0.11805824935436249,-0.003895799396559596,-0.9929990172386169,-0.8001351356506348,-0.941499650478363,0.0710553228855133,0.11769204586744308,-0.006648022681474686,0.16839885711669922 +453,-0.16141117983855588,-0.09398369088891927,-1.1787955279761586,-0.1600019484758377,0.09384538978338242,-0.9826456308364868,-0.7063579559326172,0.053521811962127686,0.15388767421245575,0.0424635112285614,0.06347273290157318,0.017435669898986816 +454,-0.10939729657416962,-0.10340222904079925,-1.1806161386790845,-0.1085960641503334,0.10321806371212006,-0.9887127876281738,0.17830553650856018,0.649546205997467,0.032106366008520126,0.061980463564395905,0.045433059334754944,-0.13686704635620117 +455,-0.11529820342586453,-0.11749395572851085,-1.1941453367570123,-0.11424975842237473,0.1172238141298294,-0.9865118265151978,-0.2752312123775482,-0.5198534727096558,-0.3670707046985626,0.06531481444835663,0.07387726753950119,-0.007079482078552246 +456,-0.12467768766773954,-0.13317058076234106,-1.2245610734655827,-0.12325387448072433,0.13277731835842133,-0.9834524393081665,-0.0651467815041542,0.3029477298259735,-0.21891866624355316,0.027657561004161835,-0.012110814452171326,0.007240891456604004 +457,-0.1122841294565115,-0.11674171735945256,-1.236881928441559,-0.11128567159175873,0.11647672951221466,-0.986939013004303,0.01199021004140377,-0.1697416603565216,-0.057478755712509155,0.002154819667339325,-0.05588408559560776,0.011826157569885254 +458,-0.13423579197065075,-0.13439264388203492,-1.2241633297048957,-0.1326262354850769,0.13398845493793488,-0.982067883014679,-0.2928013503551483,-0.1817852109670639,0.4468558132648468,-0.015612885355949402,-0.04045209288597107,0.06051337718963623 +459,-0.12603865622188154,-0.186127722203562,-1.1854220919543499,-0.12353406101465225,0.18505489826202393,-0.974932849407196,-0.3858086168766022,0.04288351908326149,0.18326668441295624,-0.030488155782222748,0.09585940837860107,-0.09713441133499146 +460,-0.12614867745737618,-0.20684405693314778,-1.1918003118461278,-0.12313249707221985,0.20537225902080536,-0.9709070920944214,-0.07777927815914154,-0.1309158205986023,-0.10337668657302856,0.012903012335300446,0.04084354639053345,-0.10016828775405884 +461,-0.12784695513302227,-0.21651191044126658,-1.1979277682323461,-0.12452220916748047,0.21482428908348083,-0.9686819314956665,-0.06449636816978455,0.12474952638149261,0.003061189316213131,0.0032148435711860657,0.007496267557144165,-0.00954371690750122 +462,-0.1168939287882705,-0.22586642793450273,-1.1942692309599061,-0.11366560310125351,0.22395086288452148,-0.9679494500160217,-0.2437041997909546,0.0838979110121727,0.12055402994155884,0.0074339210987091064,-0.033536434173583984,0.04479271173477173 +463,-0.09465978577558587,-0.22826304380504966,-1.167426720370703,-0.09206675738096237,0.22628596425056458,-0.9697001576423645,0.2666788697242737,0.13045071065425873,0.37485310435295105,-0.014714241027832031,-0.010953933000564575,-0.0705830454826355 +464,-0.10116449539750737,-0.22944232962135802,-1.1409888163087392,-0.09834536910057068,0.22743450105190277,-0.9688146114349365,-0.03828023374080658,-0.27514269948005676,0.13833162188529968,-0.018063940107822418,0.050733208656311035,0.0043370723724365234 +465,-0.1289603889731594,-0.24413024049896756,-1.1351241432327144,-0.12478987872600555,0.24171245098114014,-0.9622902870178223,-0.07213025540113449,0.18006563186645508,0.04589208588004112,-0.025066688656806946,0.017992138862609863,0.043772220611572266 +466,-0.10909216535345954,-0.24079423774992018,-1.1421406574914315,-0.10573471337556839,0.2384740263223648,-0.9653757214546204,-0.0076587628573179245,0.1944943368434906,-0.0036160002928227186,0.015906229615211487,-0.04303945600986481,-0.019502758979797363 +467,-0.11164596830073525,-0.25158087313027266,-1.1370064835453313,-0.10790686309337616,0.24893537163734436,-0.9624901413917542,-0.12306197732686996,-0.07316521555185318,0.10846959799528122,-0.00690026581287384,-0.015445396304130554,0.00509268045425415 +468,-0.11457689655475249,-0.26110939149434986,-1.1309219686741,-0.11045118421316147,0.25815248489379883,-0.9597696661949158,-0.07893657684326172,-0.024502389132976532,-0.0027077540289610624,-0.023154765367507935,0.013789653778076172,0.010489881038665771 +469,-0.11702109419426762,-0.263417668999003,-1.1337960186777651,-0.1127268448472023,0.2603818476200104,-0.9589024782180786,-0.022578470408916473,-0.058718714863061905,-0.03540417551994324,-0.008931472897529602,-0.001257091760635376,-0.009618639945983887 +470,-0.11913380768301692,-0.2706840520501935,-1.1361672676182115,-0.11452458053827286,0.267390638589859,-0.9567582607269287,-0.09246988594532013,-0.007062006276100874,0.0340801365673542,-0.011116288602352142,-0.004695326089859009,-0.010557413101196289 +471,-0.11945539419841773,-0.28145301361921654,-1.1373898809927872,-0.11448244750499725,0.27775177359580994,-0.95380699634552,-0.01587006077170372,0.05506850406527519,-0.007938570342957973,-0.020527318120002747,0.0011178255081176758,-0.04245460033416748 +472,-0.12354158187063381,-0.2771964140424033,-1.1409782856947597,-0.11852353066205978,0.27366015315055847,-0.9544958472251892,0.07915563136339188,-0.09571070969104767,-0.019208155572414398,0.019326135516166687,0.006506472826004028,-0.07646423578262329 +473,-0.12767286969507285,-0.26382849445750367,-1.140870071979004,-0.12292063981294632,0.2607784867286682,-0.9575411677360535,0.1711156666278839,0.013500584289431572,-0.017933031544089317,0.033504143357276917,0.030343949794769287,0.010763823986053467 +474,-0.12271820706218216,-0.25869562072075897,-1.1403999749773626,-0.11833715438842773,0.25581979751586914,-0.9594542980194092,0.06140981614589691,0.05168123170733452,-0.005918029695749283,0.020925045013427734,0.02988576889038086,0.03463435173034668 +475,-0.10864921084947897,-0.2596855920782184,-1.1375651545306695,-0.10479981452226639,0.25677669048309326,-0.960771918296814,-0.06432842463254929,0.12009282410144806,0.05246428772807121,-0.001477651298046112,0.005888074636459351,0.01695483922958374 +476,-0.10107507485337759,-0.2676155302576416,-1.1293002846302638,-0.09731133282184601,0.2644326090812683,-0.9594821333885193,-0.05225552245974541,-0.023943966254591942,0.08419904857873917,-0.023980773985385895,0.013155251741409302,-0.03630644083023071 +477,-0.10628359080250763,-0.2690387600097,-1.1272812836363844,-0.10226744413375854,0.26580488681793213,-0.9585870504379272,0.02892785519361496,-0.005922708660364151,-0.029144179075956345,-0.023358166217803955,0.01813066005706787,0.004195570945739746 +478,-0.11325450910576244,-0.2698944747120525,-1.1299736114900591,-0.10892139375209808,0.26662972569465637,-0.9576244950294495,-0.008216324262320995,-0.0653294026851654,0.017782283946871758,0.012485846877098083,-0.005597621202468872,-0.03222841024398804 +479,-0.11657289607093768,-0.2630608207888622,-1.1350157305005457,-0.11230785399675369,0.26003730297088623,-0.9590451121330261,0.16804175078868866,0.06710472702980042,-0.14611557126045227,0.015994392335414886,0.01648247241973877,-0.00010704994201660156 +480,-0.10564715407180511,-0.24667179525740895,-1.1457391234068006,-0.10225879400968552,0.24417786300182343,-0.9643237590789795,0.06740902364253998,0.09654264152050018,-0.05372534319758415,0.027368664741516113,-0.01657775044441223,0.003615140914916992 +481,-0.09348379202961042,-0.24461901440159972,-1.1406374862689643,-0.09056869894266129,0.24218669533729553,-0.9659932255744934,0.008519873023033142,0.14244595170021057,0.14510440826416016,-0.011482089757919312,-0.008788257837295532,-0.05384320020675659 +482,-0.07075055578865252,-0.24236823371678934,-1.1218543113338217,-0.06862539798021317,0.2400023192167282,-0.9683436751365662,0.14779390394687653,0.12154088914394379,0.17189955711364746,0.031332917511463165,0.06914076209068298,-0.30156904458999634 +483,-0.08521962346342157,-0.19807758659641722,-1.1483073795927121,-0.08345220237970352,0.1967848688364029,-0.9768886566162109,0.7243778109550476,0.140805184841156,-0.7279181480407715,0.03254888206720352,0.05474099516868591,-0.13797950744628906 +484,-0.05366001114901875,-0.13485088207658327,-1.213539949373856,-0.0531473383307457,0.1344425529241562,-0.9894950985908508,0.4262213408946991,0.45932120084762573,-0.7585145831108093,0.0019083283841609955,0.027056455612182617,-0.0625678300857544 +485,-0.02524410156049337,-0.04712103899145848,-1.3232537602881453,-0.02521340362727642,0.047103602439165115,-0.9985717535018921,1.0748544931411743,0.4770756959915161,-1.0959752798080444,0.0027829818427562714,0.032715123146772385,0.09747922420501709 +486,-0.02171912880822757,0.03222245315515567,-1.443811808860588,-0.021706147119402885,-0.032216876745224,-0.9992451667785645,0.3743469715118408,-0.16812598705291748,-1.283522367477417,-0.054770901799201965,0.1155146062374115,0.17862749099731445 +487,-0.018678750265694394,0.08898457016026855,-1.5751493266549788,-0.018603766337037086,-0.0888671800494194,-0.9958697557449341,0.5642752647399902,0.0747937262058258,-1.2831590175628662,-0.10952427983283997,0.072479248046875,0.16737854480743408 +488,0.011204637796290036,0.09624007651470629,-1.6865312126845227,0.011152555234730244,-0.09609158337116241,-0.9953100085258484,-0.26672863960266113,-0.039268627762794495,-1.0504587888717651,-0.11250142753124237,0.046637848019599915,0.0013982653617858887 +489,0.0027510846644041723,0.07507403787722855,-1.79362811567545,0.0027433321811258793,-0.07500353455543518,-0.9971795082092285,-0.049244266003370285,-0.2839501202106476,-1.0927053689956665,-0.12550029158592224,0.03943529725074768,-0.026410579681396484 +490,-0.020837894841916338,0.057055354922370176,-1.8992486842833702,-0.020802481099963188,-0.057024404406547546,-0.9981560111045837,-0.22132210433483124,-0.5422195792198181,-1.0000890493392944,-0.009730352088809013,0.055315423756837845,-0.06911993026733398 +491,-0.07027582418347955,0.05544551862668002,-2.0060753187807263,-0.07011009007692337,-0.05541711300611496,-0.995998740196228,0.01597655937075615,-0.45139679312705994,-0.8838746547698975,-0.02330421656370163,0.01470666378736496,0.05889546871185303 +492,-0.10043215797369602,0.03996637310994181,-2.0843300548564616,-0.10018333792686462,-0.039955735206604004,-0.994166374206543,-0.37943369150161743,-0.32974061369895935,-0.5842286348342896,0.008005000650882721,0.026726368814706802,-0.006993234157562256 +493,-0.11870603753900397,0.013360425560498457,-2.1348780860560774,-0.11841688305139542,-0.01336002815514803,-0.9928740859031677,-0.04692050442099571,-0.04275071620941162,-0.3404160439968109,0.06878004223108292,0.06417179107666016,-0.040954649448394775 +494,-0.1091706073433552,-0.0020648692639630133,-2.133160157936601,-0.10895364731550217,0.002064867876470089,-0.9940446615219116,-0.3593059778213501,0.08331935852766037,0.4607313871383667,0.23692911863327026,0.031214550137519836,-0.1302381157875061 +495,-0.10640312966800851,-0.02618784635642372,-2.082974483523603,-0.1061660498380661,0.02618485316634178,-0.9940035939216614,0.011244472116231918,0.1555679589509964,0.5842171907424927,0.2800857424736023,0.004347983747720718,0.05789214372634888 +496,-0.05004017768717542,-0.019626551147357202,-2.02261160024508,-0.05000966414809227,0.019625291228294373,-0.9985558986663818,0.30839693546295166,0.8558748960494995,0.6211940050125122,0.25946706533432007,-0.03364811837673187,0.06351256370544434 +497,0.05069399617238671,0.0048838589537208215,-1.936103987864211,0.05067168176174164,-0.004883839748799801,-0.9987034201622009,0.00424603559076786,1.1954582929611206,1.299139380455017,0.15599335730075836,-0.10246174037456512,-0.004790842533111572 +498,0.13081902056402045,0.012577261975201634,-1.7752721073416489,0.13043588399887085,-0.012576930224895477,-0.9913769960403442,0.16535250842571259,0.3743525743484497,1.7626956701278687,0.06907278299331665,-0.018505219370126724,-0.13864314556121826 +499,0.12724064210767533,0.06196204405563136,-1.5969212053964634,0.12665405869483948,-0.061922404915094376,-0.9900122880935669,-0.051720619201660156,-0.2537181079387665,1.8198682069778442,-0.03375855088233948,0.0021842457354068756,0.057807087898254395 +500,0.09767001070843807,0.0551599937434291,-1.4389352819135486,0.09736648947000504,-0.055132027715444565,-0.9937204122543335,-0.07581356167793274,-0.16787542402744293,1.0300012826919556,-0.08985916525125504,0.09462177008390427,0.058066725730895996 +501,0.07519853344715456,0.04887399172558809,-1.368445950045109,0.07503797113895416,-0.048854537308216095,-0.9959831833839417,-0.26677098870277405,-0.3536732494831085,0.5035977959632874,0.05211351811885834,-0.005878739058971405,0.04601675271987915 +502,0.03615756276920313,0.015077600817940968,-1.333777576101724,0.03614557534456253,-0.01507702935487032,-0.9992327690124512,-0.2367682307958603,-0.33903199434280396,-0.01709074154496193,0.09492741525173187,-0.026854120194911957,0.04201847314834595 +503,0.015039636893611296,0.01240885797004462,-1.3448637090662274,0.01503791194409132,-0.012408539652824402,-0.9998099207878113,0.15439274907112122,-0.16385990381240845,-0.11738660931587219,0.1633831113576889,-0.0942656546831131,-0.01624232530593872 +504,-0.0063384526493716715,0.028928820616205025,-1.3690495484199703,-0.006335758138448,-0.028924785554409027,-0.9995614886283875,0.1475154459476471,-0.11482559889554977,-0.3862345218658447,0.06128265708684921,0.04177268594503403,-0.07426047325134277 +505,0.020236677305577443,0.0633677779870131,-1.3982684142166018,0.020194683223962784,-0.06332537531852722,-0.9977886080741882,0.6898669600486755,0.84257972240448,0.0007774268742650747,-0.07891049981117249,0.03415057063102722,-0.018645107746124268 +506,0.08844923960797889,0.1310709076020069,-1.3657564882192443,0.08757627010345459,-0.13069593906402588,-0.9875469207763672,0.023357493802905083,0.7087839841842651,0.742202877998352,-0.1485198736190796,-0.03718124330043793,0.10470396280288696 +507,0.11515138155315992,0.07605729470675636,-1.2493094525412503,0.11456490308046341,-0.07598398625850677,-0.990505576133728,-0.961215078830719,0.1377016007900238,1.01865816116333,-0.2047138512134552,0.019251815974712372,-0.021060526371002197 +508,0.10937743526809703,0.017570755557938765,-1.1406070943298534,0.10914262384176254,-0.017569851130247116,-0.9938707947731018,-0.4828096926212311,0.0942748561501503,0.7688695192337036,-0.30263933539390564,-0.055229827761650085,-0.004771113395690918 +509,0.11264133917967624,-0.01994547490979869,-1.0639593793799786,0.11238092929124832,0.019944151863455772,-0.993465006351471,-0.39199650287628174,-0.04480299353599548,0.448761522769928,-0.21281428635120392,-0.07774444669485092,-0.13551747798919678 +510,0.09604929772290105,-0.0334982718938166,-1.0322213173119843,0.09584788233041763,0.03349200636148453,-0.9948323965072632,-0.07800643891096115,-0.12895245850086212,-0.05212801694869995,-0.17617014050483704,-0.08401385694742203,-0.06522619724273682 +511,0.08233979272617076,-0.02558990233682332,-1.0624139430324828,0.08221985399723053,0.025587109848856926,-0.9962856769561768,0.3029915988445282,0.20571587979793549,-0.6202153563499451,-0.12901857495307922,-0.059644728899002075,0.03231173753738403 +512,0.11481323437521855,0.009234307115592477,-1.1297232137238513,0.11455626785755157,-0.009234176017343998,-0.9933738708496094,0.3177778720855713,0.46538594365119934,-0.6914010047912598,-0.10331054031848907,-0.022427812218666077,-0.059253692626953125 +513,0.13601307888570272,0.010163393437144529,-1.191741739160319,0.13558709621429443,-0.010163218714296818,-0.9907132983207703,0.24597565829753876,-0.0688384398818016,-0.8122802376747131,-0.06355035305023193,0.16580286622047424,-0.21923238039016724 +514,0.04862323496264136,0.05731411481970585,-1.3036659478679558,0.048524267971515656,-0.057282742112874985,-0.9971780776977539,0.33002692461013794,-1.5800514221191406,-1.2401998043060303,0.08360157907009125,0.13234072923660278,0.007599830627441406 +515,-0.10371208513303565,0.04709462031532375,-1.4198593322190374,-0.1034114733338356,-0.04707721248269081,-0.9935239553451538,-0.35021838545799255,-1.2816325426101685,-1.5532197952270508,0.0413997620344162,0.140323668718338,0.1802610158920288 +516,-0.140121446318739,0.06524516844697709,-1.580697217487035,-0.13936620950698853,-0.06519889086484909,-0.9880921840667725,0.06686428934335709,0.27367618680000305,-1.7461174726486206,0.0004196763038635254,-0.022615447640419006,0.27701735496520996 +517,-0.1215485925371482,0.06702302213251769,-1.7626799486104123,-0.12097728997468948,-0.06697285175323486,-0.9903934001922607,-0.4255521893501282,-0.04805087298154831,-1.8826444149017334,0.028905756771564484,-0.01202189177274704,0.15285378694534302 +518,-0.11210614521618338,0.04891385765288903,-1.9563236181688797,-0.11173766851425171,-0.048894353210926056,-0.9925341606140137,-0.5229473114013672,0.06506423652172089,-1.6599171161651611,0.09899657964706421,-0.07786040008068085,0.027385234832763672 +519,-0.06935167494203194,0.02965290701929813,-2.1309963063757302,-0.06926563382148743,-0.029648561030626297,-0.9971575736999512,0.0757598876953125,0.6484012603759766,-1.9030647277832031,0.17729786038398743,0.00019910000264644623,-0.19728517532348633 +520,-0.015804249500305848,0.07223854594577175,-2.2640008252690644,-0.01576237380504608,-0.07217573374509811,-0.9972673654556274,0.13270504772663116,-0.05887916684150696,-0.6633586287498474,-0.03628535568714142,0.00021528452634811401,0.04203665256500244 +521,-0.02941493200841347,0.024745730737244873,-2.3252931491668245,-0.029401686042547226,-0.024743204936385155,-0.9992613792419434,-0.47688794136047363,-0.09976454824209213,-0.32818669080734253,-0.12614640593528748,0.020562294870615005,0.07508230209350586 +522,-0.030254828600518157,-0.03168470867732853,-2.347797369573067,-0.030235029757022858,0.03167940676212311,-0.9990406632423401,-0.7327314019203186,-0.17310555279254913,-0.0751008689403534,-0.13094355165958405,0.014035921543836594,-0.07655131816864014 +523,-0.051365138677879806,-0.06929582700516504,-2.3686130189116636,-0.051219332963228226,0.06924038380384445,-0.9962842464447021,0.07515080273151398,-0.2927466630935669,-0.14923396706581116,-0.06529678404331207,0.001957125961780548,-0.04244256019592285 +524,-0.057467631391001965,-0.0765669868826205,-2.3680865846074317,-0.05726772919297218,0.07649219781160355,-0.995424211025238,-0.13843077421188354,0.03745425492525101,0.39566367864608765,-0.009397916495800018,-0.061813242733478546,-0.07351499795913696 +525,-0.06288646778061413,-0.08108253190511508,-2.3360417336877486,-0.06263855844736099,0.08099371939897537,-0.9947444200515747,0.07012870162725449,0.3829220235347748,0.32032379508018494,0.015107423067092896,-0.0001373887062072754,-0.005286097526550293 +526,-0.012122591909861792,-0.041994547415415584,-2.3245318072516103,-0.012111607939004898,0.04198220372200012,-0.9990449547767639,0.2341662496328354,0.5373126268386841,0.017821824178099632,-0.0427284799516201,0.06348654627799988,0.12531143426895142 +527,0.015380733675695164,-0.061048934161125,-2.3035640365192718,0.015351475216448307,0.061011020094156265,-0.9980190396308899,-0.6785934567451477,0.0007258923724293709,0.38220927119255066,-0.04777640104293823,0.08588534593582153,0.08305627107620239 +528,0.05410961703007695,-0.11818398884576453,-2.287468468844029,0.05370595306158066,0.11790905892848969,-0.9915710687637329,-0.27202293276786804,0.5711345672607422,-0.03309972584247589,-0.004893086850643158,0.06478442251682281,-0.09979856014251709 +529,0.07757469878031038,-0.12423092750463176,-2.3039775255280865,0.07689967006444931,0.12391162663698196,-0.9893090128898621,0.08319659531116486,0.08139768242835999,-0.18225838243961334,0.03435216099023819,0.016057252883911133,-0.01020270586013794 +530,0.09394747852781994,-0.12277125027957897,-2.3140922168916,0.09310324490070343,0.12246306240558624,-0.9880964159965515,-0.15571783483028412,0.1789568066596985,0.1162315160036087,0.04921547323465347,0.0011636391282081604,0.011457681655883789 +531,0.09873238320490697,-0.13406127057393902,-2.3057482461804333,0.09768758714199066,0.13366006314754486,-0.9862008690834045,0.14463329315185547,-0.11184240877628326,0.04095388203859329,0.03793253004550934,0.05293966829776764,-0.007695615291595459 +532,0.10977042320401408,-0.13662434124817943,-2.297898821945094,0.10852925479412079,0.1361996978521347,-0.9847187399864197,-0.17858387529850006,0.06956031918525696,0.18247002363204956,0.036368198692798615,0.011963143944740295,0.018303394317626953 +533,0.11705745572087468,-0.15556363572092957,-2.2805114053031197,0.11537998914718628,0.15493695437908173,-0.9811636209487915,-0.15079408884048462,-0.038625091314315796,0.1617458611726761,-0.01503819227218628,-0.002410098910331726,-0.041480422019958496 +534,0.12132018200693571,-0.16227589221868832,-2.2699620501810602,0.11943280696868896,0.16156461834907532,-0.979608416557312,-0.05374713987112045,0.00551277119666338,0.09381633996963501,-0.015291579067707062,-0.006214901804924011,-0.04158598184585571 +535,0.11986454484976926,-0.1590970613985387,-2.269167531759221,0.11806754767894745,0.15842673182487488,-0.980286180973053,0.06092517822980881,-0.028713636100292206,0.12322784215211868,0.0032398179173469543,-0.029291614890098572,-0.024733901023864746 +536,0.11258355811189383,-0.15789334828485235,-2.261511742470493,0.11094837635755539,0.15723811089992523,-0.98130863904953,0.07130441069602966,0.03892887383699417,0.05796954035758972,-0.00020007789134979248,0.010990038514137268,0.0038916468620300293 +537,0.11921481219861399,-0.1424328349908509,-2.2690757981548986,0.11772827059030533,0.14195172488689423,-0.9828478097915649,0.14931023120880127,0.042559899389743805,-0.03172877058386803,-0.0047064125537872314,-0.01895064115524292,0.009855866432189941 +538,0.11527095188221322,-0.12723471317443183,-2.274523921165376,0.11408612132072449,0.12689170241355896,-0.9853338599205017,0.18688279390335083,-0.03003780171275139,0.024300895631313324,-0.012050598859786987,-0.025100305676460266,0.02648681402206421 +539,0.11287718042717883,-0.1150198597085206,-2.27091751266106,0.11189337819814682,0.11476641893386841,-0.9870706796646118,0.07179991155862808,-0.0334288589656353,0.09532292187213898,0.00166253000497818,-0.005864441394805908,0.014658570289611816 +540,0.11051467220382917,-0.1098147062536277,-2.257696482480791,0.10962551087141037,0.10959412157535553,-0.987912654876709,0.06573391705751419,-0.010674990713596344,0.1024337112903595,-0.008505508303642273,0.01372741162776947,0.023847103118896484 +541,0.11604207229407233,-0.11130774495125119,-2.243609094947989,0.1150653213262558,0.11107804626226425,-0.987127959728241,-0.1506958305835724,-0.02066418156027794,0.16292798519134521,-0.0325152724981308,-0.02149369567632675,0.005209624767303467 +542,0.11862007988321469,-0.11795569931007628,-2.230611713658113,0.11751977354288101,0.11768236011266708,-0.9860730171203613,-0.08213301002979279,0.01704752817749977,0.05162429437041283,-0.045406728982925415,-0.017508409917354584,-0.018657207489013672 +543,0.1064036020108116,-0.12438919881289169,-2.2329173008646883,0.10538237541913986,0.12406867742538452,-0.9866617918014526,-0.05533720180392265,-0.10203681141138077,-0.09990754723548889,-0.01707977056503296,0.010345995426177979,0.011335253715515137 +544,0.09826271641261282,-0.1341113841253943,-2.2434570546082453,0.09722373634576797,0.13370972871780396,-0.9862399697303772,-0.11562422662973404,-0.0718817412853241,-0.13037565350532532,0.030705958604812622,0.02359314262866974,-0.018230855464935303 +545,0.10083685679150148,-0.14429993755384765,-2.2579716884657417,0.09961981326341629,0.14379967749118805,-0.984579861164093,-0.08012501150369644,0.0485028438270092,-0.11759905517101288,0.028904959559440613,-0.03425684571266174,-0.011010289192199707 +546,0.10591408764547652,-0.15319528474033606,-2.265472196366309,0.10447808355093002,0.15259677171707153,-0.9827504754066467,-0.07268495857715607,0.06188417971134186,-0.06408955901861191,-0.022416315972805023,-0.026635468006134033,-0.004447340965270996 +547,0.1004407361280516,-0.15509393477207695,-2.27335115244263,0.09906838089227676,0.15447290241718292,-0.9830175638198853,-0.06413323432207108,-0.07986623793840408,-0.08640734106302261,-0.004311300814151764,0.012137815356254578,0.004944443702697754 +548,0.09451239964414775,-0.16370472466257568,-2.2814728335565064,0.09311003237962723,0.1629745066165924,-0.9822269678115845,-0.08732321858406067,-0.034333426505327225,-0.10642387717962265,0.014159254729747772,0.014668300747871399,-0.005230307579040527 +549,0.09456441119113675,-0.17013131661478775,-2.2904853953847515,0.09306029975414276,0.1693117767572403,-0.9811591506004333,-0.05013691633939743,0.0016453703865408897,-0.033772557973861694,0.02284546196460724,-0.009002938866615295,-0.00407034158706665 +550,0.09810940830706205,-0.17221035868541282,-2.289114067707875,0.09650322794914246,0.17136043310165405,-0.9804706573486328,0.0431109294295311,0.03183723986148834,0.009751935489475727,0.02350715547800064,0.0021319985389709473,-0.04475212097167969 +551,0.10131662114892792,-0.1636064942339213,-2.286876149322738,0.0997927337884903,0.16287758946418762,-0.9815866351127625,0.06602849066257477,-0.014349540695548058,0.08912719786167145,0.0032498687505722046,0.002298802137374878,0.011112391948699951 +552,0.1025597237223681,-0.15962482840840453,-2.276617363318628,0.10107846558094025,0.15894781053066254,-0.982099175453186,-0.0285459216684103,-0.006384881213307381,0.07796967029571533,-0.013950780034065247,0.03511345386505127,0.015287041664123535 +553,0.10551675724925254,-0.1638098848080016,-2.2757193637265214,0.1039111465215683,0.16307826340198517,-0.9811258316040039,0.003245652187615633,0.12201765179634094,-0.053117454051971436,-0.022337667644023895,0.004829436540603638,0.011002600193023682 +554,0.11311775281463646,-0.16547595170452767,-2.2766067647109987,0.11133478581905365,0.1647218018770218,-0.9800363779067993,-0.0074119772762060165,-0.042317382991313934,0.018018053844571114,-0.01494501531124115,-0.01442272961139679,-0.061604857444763184 +555,0.10829848053863493,-0.15590516999613366,-2.2793449348348513,0.10677596181631088,0.15527436137199402,-0.9820839166641235,0.05309592932462692,-0.08591271191835403,0.008777473121881485,-0.006983481347560883,0.010100394487380981,0.014997124671936035 +556,0.10143466937848787,-0.16304781989496464,-2.2814411854089505,0.09991780668497086,0.16232635080814362,-0.9816651940345764,-0.032545384019613266,-0.0005247611552476883,-0.06057465076446533,0.005001626908779144,0.020229801535606384,0.008657991886138916 +557,0.10012666009285898,-0.17136948314442316,-2.2866606969365137,0.098495252430439,0.17053192853927612,-0.980417013168335,-0.024770498275756836,-0.023752296343445778,-0.03930290788412094,0.008362047374248505,-0.014678671956062317,-0.03502488136291504 +558,0.09580078552336557,-0.16864659204984017,-2.2883629587675376,0.09429725259542465,0.16784828901290894,-0.9812924861907959,0.004529799800366163,-0.027201341465115547,0.037673115730285645,0.016466304659843445,-0.013200461864471436,0.0039212703704833984 +559,0.09472570758755301,-0.16723174063243157,-2.284591408242529,0.09326459467411041,0.16645334661006927,-0.9816287755966187,0.0019201752729713917,0.011668140068650246,0.05171195790171623,-0.006091132760047913,0.011006370186805725,0.015137076377868652 +560,0.09280445322176797,-0.16710466857747047,-2.2807604923602867,0.09138042479753494,0.1663280427455902,-0.9818271994590759,0.062453851103782654,-0.042189136147499084,0.044916968792676926,0.01436297595500946,-0.006415948271751404,-0.026778757572174072 +561,0.08614509362446646,-0.16375067097656815,-2.275327923926411,0.08488763123750687,0.1630198359489441,-0.9829642176628113,0.061630651354789734,-0.10234592854976654,0.13631604611873627,0.011654727160930634,-0.018473327159881592,0.0003897547721862793 +562,0.07150777321621751,-0.16037054070939333,-2.261906152817711,0.07053005695343018,0.15968400239944458,-0.9846453666687012,0.015024272724986076,-0.11443976312875748,0.14729410409927368,-0.006412632763385773,-0.005753353238105774,0.019252359867095947 +563,0.06661802314611108,-0.15639153839875222,-2.2494023849087035,0.06575633585453033,0.15575480461120605,-0.9856046438217163,0.062013350427150726,-0.08949712663888931,0.1144927516579628,-0.0041718631982803345,0.006247758865356445,-0.015127778053283691 +564,0.0592198982779737,-0.1513116807658917,-2.2391173814192036,0.05850905179977417,0.15073496103286743,-0.9868412613868713,0.055472828447818756,-0.12738299369812012,0.08663466572761536,0.0017479024827480316,0.0033788084983825684,-0.013662278652191162 +565,0.05143113178496429,-0.14803774465715738,-2.2279346881833195,0.050846174359321594,0.14749762415885925,-0.9877545833587646,-0.00789355393499136,-0.11608841270208359,0.1423235684633255,-0.006229475140571594,-0.019796818494796753,-0.0005266666412353516 +566,0.047722670048476724,-0.14171792819328496,-2.2144344261012416,0.04722630977630615,0.14124402403831482,-0.9888477325439453,0.120004802942276,-0.008313838392496109,0.10517089813947678,-0.030014395713806152,0.02043810486793518,-0.019849777221679688 +567,0.039079898157569154,-0.13248515403774055,-2.213129156848423,0.038727570325136185,0.13209792971611023,-0.9904798269271851,0.020411916077136993,-0.028740834444761276,-0.04984203353524208,-0.018753815442323685,0.0053074657917022705,0.009599089622497559 +568,0.03527062291266252,-0.12143745129594288,-2.2255870804192,0.03500361368060112,0.12113919854164124,-0.9920181632041931,0.1979546695947647,0.04206519573926926,-0.10870008915662766,0.008621260523796082,-0.007888466119766235,-0.030610620975494385 +569,0.034539135431930906,-0.1063935609981142,-2.230346830599124,0.03433700650930405,0.10619295388460159,-0.9937524795532227,0.18828646838665009,-0.01603144407272339,-0.034645792096853256,0.03400710970163345,0.012138955295085907,-0.00017452239990234375 +570,0.04061249278731301,-0.09435471737810935,-2.232038955322736,0.04042072966694832,0.0942147746682167,-0.9947310090065002,0.015091383829712868,0.0215953029692173,0.03013313189148903,0.012466229498386383,-0.0011361688375473022,0.048991262912750244 +571,0.046017790864569426,-0.1011087100525314,-2.221072117674214,0.04576661437749863,0.10093652456998825,-0.9938396215438843,-0.055490780621767044,0.015312249772250652,0.13862241804599762,-0.026037003844976425,-0.005614869296550751,-0.029689431190490723 +572,0.042282881321309015,-0.09772860953242413,-2.2147805850062983,0.04206858575344086,0.09757311642169952,-0.9943388104438782,0.08886303007602692,-0.034756846725940704,0.01736445352435112,-0.005157578736543655,-0.002190433442592621,-0.01110851764678955 +573,0.037876824831135185,-0.09705753061331208,-2.212804944384832,0.03768954798579216,0.09690521657466888,-0.9945797324180603,-0.06148485839366913,-0.012629587203264236,0.016281960532069206,-0.011215552687644958,0.005435481667518616,0.0448269248008728 +574,0.04086601641684442,-0.10422136067654611,-2.209612774334167,0.040632959455251694,0.10403278470039368,-0.9937434792518616,-0.08158915489912033,-0.061491068452596664,-0.009426357224583626,-0.004042383283376694,0.008241377770900726,-0.04573100805282593 +575,0.03698980624225822,-0.1066925729723658,-2.211701815128364,0.03677108511328697,0.10649026930332184,-0.9936335682868958,-0.05495665967464447,-0.05474371463060379,-0.028628217056393623,-0.0077336132526397705,-0.007277630269527435,-0.014361977577209473 +576,0.0347069292716393,-0.10885251909317198,-2.213924572957805,0.034494586288928986,0.10863768309354782,-0.993482768535614,-0.07518244534730911,-0.021418258547782898,0.0017401399090886116,0.012288860976696014,-0.005350939929485321,0.007398784160614014 +577,0.03760938061471209,-0.11840946071594995,-2.2120134751278053,0.037337228655815125,0.11813295632600784,-0.9922955632209778,-0.13017109036445618,0.07471579313278198,0.005208149552345276,-0.020750928670167923,-0.00633181631565094,0.005738615989685059 +578,0.035537603138813566,-0.12774509624920805,-2.2132273062919836,0.03524061292409897,0.12739793956279755,-0.9912254214286804,-0.06048412248492241,-0.021428905427455902,-0.0463109090924263,-0.014946423470973969,0.009946420788764954,-0.02043229341506958 +579,0.03177646798222002,-0.13248077859560278,-2.216386238338907,0.03149271756410599,0.13209359347820282,-0.9907368421554565,-0.07401487231254578,-0.006319559179246426,-0.014975969679653645,0.008592121303081512,-0.00509469211101532,-0.00013840198516845703 +580,0.034546269159780964,-0.13941069100971024,-2.216486628376162,0.03420430049300194,0.13895954191684723,-0.9897071719169617,-0.05439388379454613,0.029870908707380295,-0.00018620607443153858,0.012106124311685562,0.006868690252304077,-0.019783735275268555 +581,0.03725337216919829,-0.14534681476376055,-2.215421639671188,0.03685203567147255,0.14483559131622314,-0.9887692332267761,-0.04635266214609146,0.02605179138481617,0.0023606568574905396,0.00935157760977745,0.0032051801681518555,-0.015167534351348877 +582,0.04141674231037254,-0.15132512283333455,-2.215420885080666,0.040931735187768936,0.15074823796749115,-0.9877244234085083,0.0013082637451589108,0.07026052474975586,-0.020175382494926453,-0.008476290851831436,-0.007651329040527344,-0.0281752347946167 +583,0.04012360332184427,-0.14556813694015389,-2.217060427918817,0.039688590914011,0.14505457878112793,-0.9886273145675659,0.05885251611471176,0.032684653997421265,-0.014408573508262634,-0.0046544149518013,0.0023758411407470703,0.015513300895690918 +584,0.04057325312530456,-0.14320665719539083,-2.220697770659706,0.040146905928850174,0.14271767437458038,-0.9889488816261292,-0.00431341677904129,0.036944303661584854,-0.07477385550737381,0.000777166336774826,0.026181861758232117,0.02975088357925415 +585,0.048012681966079454,-0.1499643220201552,-2.2259609986759163,0.047455571591854095,0.14940285682678223,-0.9876369833946228,-0.04615329951047897,0.06067921221256256,-0.026300426572561264,-0.0025489553809165955,-0.014499902725219727,-0.024264872074127197 +586,0.047751799189050426,-0.14697618639988091,-2.229355803636803,0.04721900820732117,0.14644759893417358,-0.9880908131599426,0.052269186824560165,-0.018705187365412712,-0.015623795799911022,-0.0010764338076114655,-0.008035123348236084,-0.009635567665100098 +587,0.04557601515532047,-0.14521392341144881,-2.2303204481132384,0.04508071765303612,0.14470410346984863,-0.9884474873542786,-0.019148509949445724,-0.014433112926781178,-0.0027971286326646805,0.0049986280500888824,0.027109861373901367,0.015013039112091064 +588,0.04572008505023297,-0.1517872495600493,-2.230339068730171,0.045178670436143875,0.15120507776737213,-0.9874694347381592,-0.10257802158594131,0.003311898559331894,0.01901712454855442,-0.005170132964849472,0.00023840367794036865,0.015225231647491455 +589,0.04738551317101795,-0.16091318508226002,-2.2303017227129778,0.04675585404038429,0.16021965444087982,-0.9859734177589417,-0.038969457149505615,-0.01374942995607853,-0.011760164983570576,-0.001574583351612091,-0.009630680084228516,-0.05488961935043335 +590,0.042488896492771475,-0.1587727914173467,-2.2323302303443593,0.04194185137748718,0.15810655057430267,-0.9865309000015259,0.019532540813088417,-0.011958716437220573,-0.008260931819677353,0.0015914738178253174,-0.0018412917852401733,0.01605665683746338 +591,0.042133243505056546,-0.16227383264598133,-2.2321688276426714,0.04156741499900818,0.16156257688999176,-0.9859866499900818,-0.07130102068185806,-0.006102202460169792,-0.006121503189206123,-0.0034967362880706787,0.01444755494594574,0.0001925826072692871 +592,0.04338575220528508,-0.16737592579214536,-2.2337583868062203,0.0427660308778286,0.16659551858901978,-0.9850974678993225,0.0015486758202314377,0.024307942017912865,-0.007659695111215115,0.0017133355140686035,-0.004058897495269775,-0.02170795202255249 +593,0.04343317482180885,-0.16704329624379927,-2.2336928500474196,0.04281514883041382,0.166267529129982,-0.9851507544517517,-0.0041133202612400055,0.0033600199967622757,-0.0040243156254291534,-0.0003804638981819153,0.0003889501094818115,-0.007067263126373291 +594,0.04613144385169751,-0.16690598139612306,-2.2356650601573205,0.04547424614429474,0.1661321222782135,-0.9850544333457947,-0.04483547806739807,0.05435386672616005,-0.03306404501199722,-0.02192993462085724,6.659328937530518e-05,-0.009376108646392822 +595,0.0467040965316189,-0.16056296565088196,-2.2450362925517084,0.04608660191297531,0.15987396240234375,-0.9860610365867615,0.1348239928483963,0.017674734815955162,-0.10664112865924835,0.00945538654923439,-0.00040435791015625,-0.031532347202301025 +596,0.04294634938846384,-0.14770209278648963,-2.2554990460491156,0.0424656867980957,0.14716564118862152,-0.9881998300552368,0.10653414577245712,-0.0005266130901873112,-0.017533257603645325,0.013061046600341797,-0.012354254722595215,0.012720763683319092 +597,0.039498063489265996,-0.13950349509880886,-2.258331411241877,0.03910417482256889,0.13905145227909088,-0.9895128011703491,0.1928476244211197,0.0037022680044174194,-0.02163418009877205,0.019840527325868607,0.005022034049034119,-0.02071058750152588 +598,0.032799315118822905,-0.12898572672198608,-2.2622781813636617,0.03252101689577103,0.12862835824489594,-0.9911594986915588,0.12620924413204193,-0.05890950188040733,-0.02296994812786579,0.0011703893542289734,-0.005047425627708435,0.022913038730621338 +599,0.027147626447920577,-0.12271693951218911,-2.2659462749624235,0.026940159499645233,0.1224091649055481,-0.9921140074729919,0.0450170636177063,-0.04943050444126129,-0.06594568490982056,-0.009300999343395233,-0.0028260424733161926,0.02557659149169922 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/standing/q6.csv b/BoostRunClub/CoreML/DataSet/Motion/standing/q6.csv new file mode 100644 index 0000000..0af393c --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/standing/q6.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,0.026756096934197494,-0.12342198343838465,-2.2716448480205287,0.02654940076172352,0.123108871281147,-0.9920379519462585,-0.03918854147195816,-0.01800766959786415,-0.07373543083667755,0.014893470332026482,0.0122518390417099,-0.043545544147491455 +1,0.05738516641414876,0.2512074941175772,-2.880562989878104,0.05555351451039314,-0.24857373535633087,-0.9670185446739197,-0.19477349519729614,0.4639202356338501,0.23711346089839935,0.057636186480522156,-0.06413988769054413,0.021431386470794678 +2,0.048349414042569476,0.23729521529148298,-2.850918831712084,0.046976227313280106,-0.2350745052099228,-0.9708415269851685,-0.1153804361820221,-0.09009496122598648,0.5505425930023193,0.11327157914638519,-0.0833306610584259,0.013093113899230957 +3,0.055913520849245744,0.2008575376160496,-2.8040363157552397,0.0547608844935894,-0.19950969517230988,-0.9783645272254944,-0.44430458545684814,-0.05263581871986389,0.07576917111873627,-0.003537125885486603,-0.06306353211402893,-0.023558080196380615 +4,0.038632061959107185,0.18577105828534157,-2.794617903919085,0.037957921624183655,-0.18470437824726105,-0.9820608496665955,-0.16355133056640625,-0.35940098762512207,0.2380996197462082,0.061010584235191345,-0.09605734050273895,0.09410613775253296 +5,-0.007421316789409271,0.1724491263617501,-2.778006845449384,-0.007311172783374786,-0.17159566283226013,-0.985140323638916,-0.21174576878547668,-0.6237069368362427,0.06776649504899979,0.09564430266618729,-0.10202494263648987,0.09614801406860352 +6,-0.04110165842289925,0.13516427928547092,-2.7928252515616823,-0.04071531444787979,-0.13475309312343597,-0.9900423288345337,-0.3973737359046936,0.19139377772808075,-0.08918940275907516,0.05502805858850479,-0.005032673478126526,-0.02636086940765381 +7,-0.0043723532201024725,0.1044128586116285,-2.773320593627771,-0.0043485271744430065,-0.10422324389219284,-0.9945444464683533,-0.14519447088241577,0.3077826201915741,0.5732483863830566,-0.005020368844270706,0.07800863683223724,-0.08434349298477173 +8,0.010754792047161885,0.11173914926155754,-2.720952640841446,0.010687516070902348,-0.11150677502155304,-0.993706226348877,0.1843044012784958,0.2565457224845886,0.5592994689941406,-0.06638209521770477,0.10984356701374054,-0.04280805587768555 +9,0.020367750484706806,0.1416360509528423,-2.672213156748842,0.020162401720881462,-0.14116297662258148,-0.9897810220718384,0.23608392477035522,-0.06340213119983673,0.39281609654426575,-0.05408268794417381,0.10344325006008148,0.012028336524963379 +10,0.007652445360412425,0.16673543436411364,-2.6134946401295815,0.00754624605178833,-0.16596394777297974,-0.9861029386520386,0.3064967095851898,-0.07514461129903793,0.7722774744033813,-0.02944260835647583,0.050622761249542236,0.061328768730163574 +11,-0.033672644920492954,0.19614304221218493,-2.5311057550160334,-0.0330207496881485,-0.19488778710365295,-0.9802695512771606,0.05585331842303276,-0.0935189425945282,1.018094778060913,0.0482185035943985,-0.011456817388534546,0.10389626026153564 +12,-0.043765022016112966,0.15440109575041866,-2.4329251103026452,-0.043230582028627396,-0.15378834307193756,-0.9871576428413391,-0.5274034142494202,0.26101523637771606,0.7221424579620361,-0.1016821339726448,-0.02621956169605255,0.026525378227233887 +13,-0.09995315362838701,0.09890477019961559,-2.394343827385938,-0.09929914027452469,-0.09874359518289566,-0.9901461601257324,-0.37678736448287964,-0.08278047293424606,-0.3537260890007019,-0.1990101933479309,-0.0036886483430862427,0.08874845504760742 +14,-0.09932348565286336,0.09103973484227355,-2.441825907470906,-0.09874960780143738,-0.09091402590274811,-0.9909506440162659,-0.19065023958683014,-0.6047763824462891,0.46203306317329407,0.19062277674674988,0.06875826418399811,-0.04829496145248413 +15,-0.17070239496390494,0.1400740426469778,-2.408562817488961,-0.16821077466011047,-0.13961642980575562,-0.9758136868476868,1.4900860786437988,-0.7737136483192444,0.6686082482337952,0.19781284034252167,-0.1865096539258957,-0.15586960315704346 +16,-0.2288029726575081,0.17602660398661366,-2.3857799539177793,-0.22330699861049652,-0.17511896789073944,-0.958888590335846,0.5594378709793091,-0.017909344285726547,0.670407235622406,-0.05246509611606598,0.04026179015636444,0.06399112939834595 +17,-0.25951748614113707,0.17025897932728867,-2.318225668134906,-0.2529038190841675,-0.16943758726119995,-0.9525390267372131,-0.435974657535553,-0.21602420508861542,0.4239422082901001,-0.07696068286895752,0.11267489194869995,0.035348474979400635 +18,-0.2784961578964101,0.1501362491090276,-2.293129416977431,-0.27181750535964966,-0.14957284927368164,-0.9506540894508362,-0.023529553785920143,-0.10026499629020691,-0.0592789463698864,-0.06334176659584045,0.11055612564086914,0.04026895761489868 +19,-0.28418617256405004,0.13710790704273648,-2.3171314344103746,-0.27774515748023987,-0.13667874038219452,-0.9508820176124573,0.10103780776262283,0.06537650525569916,-0.15397009253501892,0.0049484968185424805,-0.002160981297492981,0.0028229355812072754 +20,-0.25745995943252536,0.1456426030897604,-2.3232335153809314,-0.25192931294441223,-0.1451282650232315,-0.9568016529083252,-0.2770932614803314,0.15969529747962952,-0.02204933762550354,0.014365196228027344,-0.024839401245117188,-0.1511390209197998 +21,-0.28192741102182445,0.12764670458397356,-2.371065888909452,-0.2759440541267395,-0.12730035185813904,-0.9527063965797424,-0.27397051453590393,-0.08851117640733719,-0.057109683752059937,-0.03306165337562561,-0.17311467230319977,0.018273472785949707 +22,-0.28527508934827095,0.1203854599673122,-2.3838393500024844,-0.2793846130371094,-0.12009488791227341,-0.9526392221450806,-0.1693161278963089,-0.35110026597976685,-0.18011066317558289,-0.007678985595703125,-0.03232516348361969,-0.031690001487731934 +23,-0.31788150433754175,0.0830519169617714,-2.4010109304434764,-0.31147757172584534,-0.0829564705491066,-0.9466255307197571,0.07707934826612473,0.18005827069282532,0.015492228791117668,0.007446199655532837,-0.023717716336250305,0.00528031587600708 +24,-0.32122657731530335,0.08653057042523978,-2.3893805586892385,-0.31454935669898987,-0.0864226296544075,-0.9452987909317017,-0.2581248879432678,-0.622819185256958,0.14801518619060516,0.054509103298187256,-0.010180756449699402,-0.06712180376052856 +25,-0.3660985831031967,0.051409087019871916,-2.3913994857258123,-0.3575023412704468,-0.05138644576072693,-0.9324974417686462,-0.004697553813457489,0.08245500177145004,0.3215874433517456,0.007480978965759277,0.007456392049789429,0.06009143590927124 +26,-0.34388545829336087,0.06408968105718782,-2.367775684288196,-0.33645543456077576,-0.06404581665992737,-0.9395189881324768,0.014344833791255951,0.058821164071559906,-0.09776053577661514,-0.02060025930404663,0.04280557483434677,-0.022318780422210693 +27,-0.30077943844356336,0.08810740710409429,-2.3691433704244345,-0.29511556029319763,-0.08799345791339874,-0.9514010548591614,-0.3850916922092438,0.3073544204235077,0.12944865226745605,0.027491658926010132,-0.039844684302806854,-0.21626251935958862 +28,-0.34980555767003196,0.015378750370857687,-2.3783231482651384,-0.3426746129989624,-0.015378144569694996,-0.9393282532691956,-0.8553032279014587,-0.772092878818512,0.16375815868377686,-0.01578482985496521,0.0007449686527252197,-0.07104772329330444 +29,-0.3548230797027367,-0.000592147639514768,-2.3702461148119482,-0.3474244177341461,0.0005921475822106004,-0.9377078413963318,0.4090678095817566,0.6542984247207642,0.05181470885872841,-0.07881459593772888,0.026782125234603882,0.1862277388572693 +30,-0.30261758902764213,0.028036679426058274,-2.3633070407690546,-0.29790276288986206,-0.028033006936311722,-0.9541845321655273,-0.16723135113716125,0.19973565638065338,-0.04405399039387703,-0.05268317461013794,-0.03213240206241608,0.08588314056396484 +31,-0.2810829210597175,0.0018164885147757476,-2.372702902830051,-0.2773957848548889,-0.0018164875218644738,-0.9607540369033813,-0.24235667288303375,0.29170575737953186,0.08332539349794388,-0.032174527645111084,0.004013746976852417,0.023177742958068848 +32,-0.2614695038670197,-0.02340754652304548,-2.3636838412216328,-0.2584295868873596,0.0234054084867239,-0.9657465219497681,-0.2977854311466217,-0.10133370757102966,0.0731390044093132,-0.02372071146965027,0.05349888652563095,-0.14515435695648193 +33,-0.27572438746424704,-0.06790450194711087,-2.3608609945389043,-0.2716166079044342,0.06785232573747635,-0.9600106477737427,-0.3797186017036438,0.12839259207248688,0.09328445047140121,-0.08400470018386841,0.08331648260354996,-0.13517361879348755 +34,-0.24419969453480417,-0.08631044681958001,-2.382003607274178,-0.2408798336982727,0.08620332181453705,-0.9667191505432129,-0.1724884957075119,0.49604472517967224,-0.38866502046585083,-0.052455127239227295,0.045632608234882355,-0.1333937644958496 +35,-0.17105929686508622,-0.07845724950821698,-2.4473074000332904,-0.16970263421535492,0.07837678492069244,-0.9823737144470215,0.17580503225326538,0.7996686697006226,-0.9661030769348145,0.07599839568138123,0.004524216055870056,0.018048763275146484 +36,-0.12774410151079618,-0.04268187402100667,-2.5503196697238435,-0.12728092074394226,0.042668916285037994,-0.990948498249054,-0.19277454912662506,0.4821794331073761,-0.6326392889022827,-0.03476741909980774,-0.1617332398891449,0.14851075410842896 +37,-0.04060357976117448,-0.05843408718216714,-2.528893689394594,-0.040523141622543335,0.05840083956718445,-0.9974704384803772,0.03255804628133774,0.9113790988922119,0.7480760216712952,-0.08192864060401917,0.011759072542190552,0.0679050087928772 +38,-0.013732447044688055,-0.05310613019383658,-2.49657087618515,-0.013712655752897263,0.053081169724464417,-0.9984960556030273,0.22279290854930878,0.185072124004364,0.0757068395614624,-0.21899913251399994,0.059727057814598083,0.11487483978271484 +39,-0.008579591111306708,-0.05217537288510353,-2.5165939287765258,-0.008567810989916325,0.05215170234441757,-0.9986023902893066,-0.2556022107601166,-0.24708083271980286,-0.7358568906784058,-0.11350250244140625,0.17750832438468933,-0.06708663702011108 +40,-0.012460358929404135,-0.0342110007722162,-2.617505322813733,-0.0124527458101511,0.03420432657003403,-0.9993372559547424,0.46223196387290955,0.8114199042320251,-0.9850656986236572,0.004335070960223675,0.06940284371376038,0.05825150012969971 +41,0.00935282906709678,0.00034383679766681154,-2.696236859760185,0.009352692402899265,-0.00034383678575977683,-0.9999561905860901,0.4324895143508911,-0.25758543610572815,-0.6075604557991028,0.11073397845029831,-0.09583231061697006,-0.002210557460784912 +42,0.04165432681229083,0.07967791800472139,-2.7010707920349395,0.041510168462991714,-0.07959363609552383,-0.9959627389907837,0.7006586790084839,0.4369456171989441,0.45140886306762695,0.000573575496673584,0.02376173436641693,0.06757223606109619 +43,0.04060524830159584,0.0900304304647256,-2.675792494427335,0.04042968526482582,-0.08990885317325592,-0.9951290488243103,0.36909741163253784,-0.22915713489055634,0.12182009220123291,0.13908997178077698,0.05775859206914902,0.0644649863243103 +44,0.04333033981014343,0.1297988729686354,-2.655192845662526,0.04295239970088005,-0.1294347047805786,-0.9906572103500366,-0.40872690081596375,0.4421670734882355,0.5655514597892761,0.08723558485507965,-0.1536310762166977,0.1564897894859314 +45,0.04620692533018735,0.04367544916745762,-2.6115153889880203,0.04614643752574921,-0.04366156458854675,-0.9979800581932068,-0.4640960991382599,-0.10476572811603546,0.05137071758508682,0.05567546188831329,-0.07348015904426575,-0.07642179727554321 +46,0.05008638740864858,0.06103999185431385,-2.5923871880640723,0.049972210079431534,-0.06100209429860115,-0.9968858957290649,0.26471221446990967,0.3499504029750824,0.33518537878990173,0.07098421454429626,-0.19522348046302795,0.12992727756500244 +47,0.059958101945094044,0.04429856832731836,-2.556971065336589,0.05986339971423149,-0.04428408294916153,-0.9972237944602966,-0.5850798487663269,0.09422215819358826,0.46330082416534424,0.06344287842512131,-0.17232969403266907,0.10873502492904663 +48,0.05836504329077202,0.0010815198768115474,-2.4962877296366117,0.05833187699317932,-0.0010815196437761188,-0.9982966780662537,0.08735169470310211,-0.2137524038553238,0.6122762560844421,0.12127932906150818,-0.09294313937425613,-0.003305494785308838 +49,0.027849478477638575,0.048851298876693386,-2.4690993116711324,0.027812659740447998,-0.04883187264204025,-0.9984197020530701,0.0790150836110115,-0.7406347393989563,-1.1147841215133667,0.1306803822517395,0.16966621577739716,-0.004952490329742432 +50,-0.003972333449031632,-0.03091113872838896,-2.4554561145752736,-0.003970425575971603,0.03090621717274189,-0.9995144009590149,-0.4874345362186432,-0.21507620811462402,0.7567500472068787,0.0335572175681591,0.03427933156490326,-0.1567203402519226 +51,-0.026532953576266848,-0.06838959063346331,-2.416944728428634,-0.02646782249212265,0.06833629310131073,-0.9973111748695374,-0.30968520045280457,0.00916023924946785,0.3105529546737671,-0.19435736536979675,0.14637011289596558,0.03104841709136963 +52,-0.04722038071418578,-0.09211762634081533,-2.4005874341267974,-0.047002702951431274,0.09198740124702454,-0.9946502447128296,-0.4784795939922333,-0.5942424535751343,-0.18811124563217163,-0.15697678923606873,0.15230581164360046,0.00440061092376709 +53,-0.116678735846714,-0.16387824155455433,-2.4332698271668076,-0.11485445499420166,0.16314570605754852,-0.9798938632011414,-0.6837050318717957,-0.14113792777061462,-0.35037457942962646,-0.13932645320892334,0.08342106640338898,0.10028570890426636 +54,-0.12175322910494348,-0.20456787899495912,-2.4717385043211664,-0.1189202144742012,0.20314407348632812,-0.971900463104248,-0.29094570875167847,-0.2472407966852188,-0.33038529753685,0.0816735103726387,0.032833099365234375,-0.08892107009887695 +55,-0.14847838366329713,-0.2309635963968111,-2.50537639256129,-0.14400523900985718,0.22891563177108765,-0.9627357721328735,-0.150264173746109,-0.16969001293182373,-0.3072768747806549,0.09445996582508087,0.030407488346099854,-0.055971503257751465 +56,-0.15523438790958397,-0.2297157864330271,-2.5304313660853044,-0.15055020153522491,0.22770078480243683,-0.9620223641395569,0.13245633244514465,0.05303642153739929,-0.23921538889408112,0.04239591956138611,0.035452306270599365,0.031388819217681885 +57,-0.1507861813582889,-0.23256601059788992,-2.5658940517826836,-0.14617137610912323,0.23047520220279694,-0.9620369672775269,-0.40713319182395935,0.1639941781759262,-0.3305731415748596,-0.005439966917037964,-0.01592138409614563,0.041016459465026855 +58,-0.1339167539312893,-0.2640144790946594,-2.575872763256764,-0.1288904994726181,0.2609580159187317,-0.9567069411277771,-0.013140405528247356,0.33003589510917664,0.09578708559274673,-0.0416569858789444,0.0046822428703308105,-0.0438271164894104 +59,-0.11234053595463096,-0.26690826774893306,-2.573620766106015,-0.10813488066196442,0.26375043392181396,-0.9585105776786804,-0.3654589354991913,-0.0377710722386837,-0.0636676698923111,-0.019337043166160583,-0.026033759117126465,-0.05938798189163208 +60,-0.12250453209357358,-0.29856694112292814,-2.582175648737287,-0.11679217219352722,0.29415085911750793,-0.9485962390899658,-0.1831173449754715,-0.015326512977480888,-0.06747834384441376,-0.03506328910589218,0.0028004050254821777,-0.034710586071014404 +61,-0.12938783396292355,-0.3045351572524386,-2.6010787863989946,-0.12309011816978455,0.2998497486114502,-0.9460121393203735,-0.03377291560173035,-0.0048044235445559025,-0.13609634339809418,0.01832326501607895,-0.029830217361450195,-0.038317084312438965 +62,-0.13771271371785615,-0.3051510781425067,-2.606025141796342,-0.13093581795692444,0.3004372715950012,-0.9447715282440186,0.010425396263599396,-0.02623147889971733,0.010199833661317825,0.01593032479286194,-0.01642543077468872,-0.0004189014434814453 +63,-0.13132523760110013,-0.30317393327867975,-2.604555913381549,-0.1249760314822197,0.29855087399482727,-0.9461756348609924,-0.019142309203743935,0.06492407619953156,-0.026203811168670654,0.008551470935344696,0.006350219249725342,-0.005347192287445068 +64,-0.1239768329501328,-0.30439692500825805,-2.6061046478314625,-0.11797459423542023,0.29971787333488464,-0.9467054605484009,-0.03140569105744362,0.08394759893417358,-0.04091591387987137,0.001641593873500824,-0.0029802024364471436,0.01849806308746338 +65,-0.11924030503930705,-0.31241421386095597,-2.605597742521482,-0.11319970339536667,0.30735689401626587,-0.9448373317718506,-0.09605889022350311,0.009011066518723965,0.051731519401073456,0.005747303366661072,-0.006529867649078369,0.002057790756225586 +66,-0.11648858970816467,-0.3239445050153544,-2.6089561078779715,-0.11018011718988419,0.31830835342407227,-0.9415625929832458,-0.136911079287529,0.07988576591014862,-0.06675219535827637,-0.02095392346382141,-0.0018868446350097656,0.02353280782699585 +67,-0.1096814136061185,-0.34283007231824036,-2.6179917609350323,-0.10309174656867981,0.3361538052558899,-0.9361478090286255,-0.16909854114055634,0.18934357166290283,-0.08019361644983292,-0.00480315089225769,-0.0014827847480773926,0.01595127582550049 +68,-0.10025351562627038,-0.3565381940836004,-2.62770643709712,-0.09379135072231293,0.3490322232246399,-0.9324052929878235,-0.15372709929943085,0.01911010965704918,-0.0958840474486351,0.017131194472312927,-0.0031460225582122803,-0.08650028705596924 +69,-0.09955638369288264,-0.3579807455486133,-2.6361782991068567,-0.09309117496013641,0.3503836989402771,-0.9319685101509094,-0.04651184007525444,0.06680537760257721,-0.0397588312625885,0.0037357062101364136,-0.0145835280418396,-0.008506953716278076 +70,-0.10191233579591696,-0.36241833065086504,-2.6378125299526864,-0.09512746334075928,0.3545365035533905,-0.9301906228065491,0.02005884423851967,-0.03643428534269333,-0.05018845573067665,-0.010615929961204529,0.01725912094116211,-0.010147452354431152 +71,-0.10203331857342292,-0.3595877718982695,-2.638936320472318,-0.09534183889627457,0.35188838839530945,-0.9311737418174744,-0.05327094346284866,-0.09056451916694641,7.79121182858944e-05,0.027791187167167664,0.019556283950805664,-0.034997522830963135 +72,-0.10537713852151455,-0.3617022532556476,-2.6392693458106504,-0.09837649017572403,0.353866845369339,-0.9301077127456665,0.02798382379114628,0.010415798053145409,-0.03944563865661621,0.0077545493841171265,0.01519748568534851,0.008659958839416504 +73,-0.10610300657570661,-0.3644420726727947,-2.6416601288564783,-0.09894855320453644,0.3564280569553375,-0.9290684461593628,-0.008085500448942184,-0.020316265523433685,-0.04994264245033264,-0.001301690936088562,0.006914198398590088,-0.01625925302505493 +74,-0.11092184274655047,-0.36186663402553376,-2.6417137722691146,-0.10352568328380585,0.3540205955505371,-0.9294900894165039,0.08305467665195465,-0.10758484899997711,0.03632768243551254,-0.007085271179676056,0.016569584608078003,-0.05709737539291382 +75,-0.11186034418411255,-0.34787721253817394,-2.628792449396016,-0.10494057089090347,0.3409029543399811,-0.9342229962348938,0.23368757963180542,-0.08282534778118134,0.2181316316127777,0.002325214445590973,0.05349096655845642,-0.21804440021514893 +76,-0.13459244594966085,-0.2981921517485242,-2.6111502969794222,-0.12826469540596008,0.29379263520240784,-0.9472243785858154,0.7809095978736877,-0.3182346522808075,0.07176518440246582,-0.001572340726852417,0.08422860503196716,-0.09643101692199707 +77,-0.14728825449153365,-0.21894739282705447,-2.599004836511947,-0.14325271546840668,0.21720226109027863,-0.9655578136444092,0.8763071298599243,-0.11859649419784546,-0.01671438105404377,-0.013775467872619629,0.07515613734722137,-0.01304936408996582 +78,-0.1667423346847297,-0.15165887125699307,-2.5967681271073086,-0.16406570374965668,0.15107816457748413,-0.9748116731643677,0.7271460890769958,-0.11946738511323929,-0.06883203238248825,-0.04900801181793213,0.08209137618541718,0.012226283550262451 +79,-0.17030646235412542,-0.09380530154836698,-2.5859778086169904,-0.16873924434185028,0.09366779029369354,-0.9811999797821045,0.17342300713062286,-0.055263906717300415,0.09081824868917465,-0.049247801303863525,0.07694073021411896,0.11128115653991699 +80,-0.17091671055701493,-0.09301049704496403,-2.5945010661570165,-0.16935060918331146,0.09287644922733307,-0.9811698794364929,-0.12241878360509872,0.06884738057851791,-0.218755841255188,-0.03633786737918854,0.06911085546016693,0.08525007963180542 +81,-0.15949265680405306,-0.11630786672539697,-2.628321318701474,-0.15774433314800262,0.11604581773281097,-0.9806376099586487,-0.47600463032722473,0.328605055809021,-0.28718721866607666,-0.08606059849262238,-0.007632121443748474,0.09983927011489868 +82,-0.14659966588624113,-0.15880650615361525,-2.6878654558902983,-0.14423702657222748,0.15813983976840973,-0.9768251776695251,-0.5014458298683167,0.02400122955441475,-0.8735572099685669,-0.09628726541996002,0.08468852937221527,-0.041378557682037354 +83,-0.16518236576911002,-0.17265972368274218,-2.8091380870127436,-0.1619873195886612,0.17180313169956207,-0.9717220664024353,-0.2639505863189697,0.22232890129089355,-1.2721956968307495,-0.05610653758049011,0.03226791322231293,0.0617184042930603 +84,-0.1851040928836861,-0.16932454518859288,-2.965029005231274,-0.18141673505306244,0.1685165911912918,-0.9688602089881897,-0.24153409898281097,-0.025765320286154747,-1.5292820930480957,0.05478404462337494,-0.004728749394416809,0.025622904300689697 +85,-0.21475186460136017,-0.15139875423127938,-3.1144443390054883,-0.21066731214523315,0.1508210301399231,-0.9658531546592712,0.05842455476522446,-0.0351293683052063,-1.3240398168563843,0.09575337171554565,-0.060962021350860596,0.10563892126083374 +86,-0.2115542538719878,-0.15810080475870325,3.050896212044453,-0.2073609083890915,0.15744298696517944,-0.9655118584632874,-0.7297594547271729,0.3820376694202423,-1.1935889720916748,0.08159796893596649,0.020199835300445557,0.032665789127349854 +87,-0.181945345619469,-0.19171886349577558,2.909076959734943,-0.17762793600559235,0.19054654240608215,-0.9654741287231445,-0.2188783884048462,0.659398078918457,-1.3105928897857666,0.08667030930519104,0.00035615265369415283,-0.06194585561752319 +88,-0.15144358767260296,-0.1826187126396487,2.78310991070753,-0.14835669100284576,0.18160535395145416,-0.9721161127090454,-0.1293579488992691,0.27583637833595276,-1.315962553024292,0.11121681332588196,0.07196517288684845,-0.060201942920684814 +89,-0.1520228684298354,-0.16596848840350895,2.672139231334503,-0.14935703575611115,0.16520759463310242,-0.974884033203125,-0.08905118703842163,0.20925933122634888,-0.7190401554107666,0.12234900891780853,-0.06762763857841492,0.053726255893707275 +90,-0.15360173870526145,-0.19116169139399114,2.6139598911619655,-0.15021145343780518,0.1899995505809784,-0.9702250957489014,-0.37105274200439453,0.07467398047447205,-0.5112357139587402,0.15304958820343018,0.033083945512771606,-0.017689943313598633 +91,-0.15633583936258288,-0.19790133190144146,2.562577405050982,-0.15266074240207672,0.19661206007003784,-0.9685238003730774,0.09651883691549301,-0.0009189569391310215,-0.5511078834533691,0.17406883835792542,-0.06581373512744904,-0.03782379627227783 +92,-0.14908784606905806,-0.17746511752416996,2.537895790854492,-0.14620330929756165,0.17653506994247437,-0.9733755588531494,0.07516476511955261,0.07133468985557556,-0.06703203171491623,0.07198455929756165,-0.004278615117073059,-0.020581960678100586 +93,-0.1535306191093977,-0.15550944950229803,2.526636998502036,-0.15108273923397064,0.15488341450691223,-0.976311981678009,0.32937270402908325,-0.15515431761741638,-0.2836010754108429,0.027623891830444336,0.08554930984973907,0.11683022975921631 +94,-0.16919510746869745,-0.1557772922206904,2.509092780811412,-0.16635002195835114,0.15514802932739258,-0.9737847447395325,-0.17458216845989227,-0.04351381957530975,0.1594839096069336,-0.013505309820175171,-0.11454439163208008,0.046752333641052246 +95,-0.16778760612706908,-0.2160536046118011,2.6006933119655407,-0.16311882436275482,0.21437665820121765,-0.9630342125892639,-0.9317609071731567,-0.14573417603969574,1.228262186050415,-0.036099910736083984,0.02607133984565735,-0.06437057256698608 +96,-0.17658415353082973,-0.28257945503081033,2.6842947667673553,-0.16870078444480896,0.2788337171077728,-0.9454056024551392,-0.05328194797039032,-0.3964149057865143,0.6545584201812744,-0.06648291647434235,0.0479331910610199,-0.10594016313552856 +97,-0.1783723698017796,-0.2676296875477954,2.741931448538818,-0.17111164331436157,0.2644462585449219,-0.949099063873291,0.4168176054954529,-0.0033637145534157753,0.4580994248390198,-0.07238811254501343,-0.029537200927734375,-0.041196346282958984 +98,-0.17603970280298073,-0.2305419409090093,2.7959138609589704,-0.17049835622310638,0.22850516438484192,-0.9584965705871582,0.47541117668151855,-0.23954999446868896,0.42564716935157776,-0.058673396706581116,-0.04451470077037811,-0.02300971746444702 +99,-0.18870429085203952,-0.21469899284102723,2.868130493613876,-0.18327946960926056,0.21305334568023682,-0.9596962332725525,0.1827201396226883,-0.3719902038574219,0.6908099055290222,-0.021127253770828247,0.01044212281703949,0.0031228065490722656 +100,-0.20062757957392535,-0.21012132299017286,2.9508958263908505,-0.1949012279510498,0.20857855677604675,-0.9583885073661804,0.1718388944864273,-0.2175501585006714,0.8942788243293762,-0.008086442947387695,-0.021429508924484253,0.01763838529586792 +101,-0.20007569427489333,-0.2121716078574855,3.0499779279669874,-0.19428686797618866,0.21058329939842224,-0.9580747485160828,0.045831404626369476,-0.10202743858098984,1.0816704034805298,0.0063291192054748535,-0.03529033064842224,0.012777566909790039 +102,-0.20290508178148028,-0.22228784568553622,-3.130942900532266,-0.19655749201774597,0.22046175599098206,-0.955385684967041,0.08630813658237457,-0.1768517941236496,1.0591663122177124,-0.02347424626350403,-0.04390229284763336,0.032808780670166016 +103,-0.18307262661305357,-0.24098767103798457,-3.0278430949786457,-0.17679090797901154,0.23866187036037445,-0.954874575138092,0.026385284960269928,-0.021793413907289505,1.0685242414474487,0.07286329567432404,-0.0065757036209106445,-0.09831756353378296 +104,-0.1707366925672409,-0.2540442240707245,-2.9153734571075027,-0.16445498168468475,0.25132042169570923,-0.9538304805755615,0.07737012952566147,-0.16038383543491364,0.9993141293525696,0.11440615355968475,0.014609754085540771,-0.03158211708068848 +105,-0.14224709253741058,-0.25778644983116894,-2.835356562100878,-0.13708338141441345,0.25494077801704407,-0.9571903347969055,0.3398909866809845,0.036090485751628876,0.4789685606956482,0.17223963141441345,-0.10145261883735657,-0.07647055387496948 +106,-0.12702336264009406,-0.19474785159794808,-2.7680834308736455,-0.12428731471300125,0.19351916015148163,-0.9731921553611755,0.5084792375564575,-0.05739297717809677,0.7564041614532471,0.014408789575099945,-0.15915638208389282,0.11792182922363281 +107,-0.14723983937852494,-0.23584784789958865,-2.690158614594979,-0.14264701306819916,0.23366744816303253,-0.9617959260940552,-0.5526816248893738,-0.6490543484687805,0.7698754668235779,0.07390615344047546,-0.11358077824115753,-0.047878146171569824 +108,-0.17982347630479276,-0.2520915771407602,-2.642207772972975,-0.1732027679681778,0.24942997097969055,-0.9527777433395386,0.16397766768932343,-0.14969024062156677,0.28068307042121887,0.05502346158027649,-0.08414678275585175,0.01343148946762085 +109,-0.18357883806867933,-0.22766066466214813,-2.6287777312137024,-0.17783911526203156,0.22569917142391205,-0.9578272700309753,0.3557438254356384,0.05155327916145325,-0.046820610761642456,0.06031595170497894,-0.04930756986141205,0.03537249565124512 +110,-0.15314567050764555,-0.1866732656907694,-2.6052807310430937,-0.1498975306749344,0.1855909824371338,-0.9711264967918396,0.5528243780136108,0.36292657256126404,0.37485042214393616,0.009882897138595581,0.002153143286705017,-0.011432647705078125 +111,-0.08478305334784329,-0.12451727270188913,-2.5340090451116506,-0.08402588963508606,0.12419575452804565,-0.9886935949325562,0.7103182673454285,0.6291226148605347,0.760013222694397,-0.07701537013053894,0.14705973863601685,-1.4901161193847656e-05 +112,-0.019371721531334176,-0.11639980104676406,-2.4509964777548436,-0.019239433109760284,0.11613713204860687,-0.9930468201637268,-0.3402469754219055,0.3760642409324646,0.6657864451408386,-0.12535284459590912,0.21427667140960693,-0.06350219249725342 +113,-0.01599045366493092,-0.1655884748499047,-2.423512672320485,-0.015771057456731796,0.16483278572559357,-0.98619544506073,-0.44591113924980164,-0.16885894536972046,0.14431212842464447,-0.0731113851070404,0.14583615958690643,-0.07888329029083252 +114,-0.024862565285531445,-0.19388305601360678,-2.4124577654049584,-0.024394214153289795,0.19267064332962036,-0.9809601902961731,-0.2034512162208557,-0.018858887255191803,0.08442628383636475,-0.0804336667060852,0.12034814059734344,-0.004727005958557129 +115,-0.031749258347941775,-0.21161351694531194,-2.4199951423567407,-0.03103582188487053,0.2100376933813095,-0.9772005677223206,-0.1488092541694641,-0.03308960050344467,-0.12683843076229095,-0.06494195759296417,0.06358291208744049,-0.021288812160491943 +116,-0.04051894043155715,-0.23371680937032757,-2.430295601763435,-0.039406538009643555,0.23159487545490265,-0.9720138311386108,-0.129210963845253,-0.12878422439098358,-0.030586441978812218,0.025353197008371353,0.013812214136123657,-0.10330349206924438 +117,-0.06074221582308874,-0.2129807782631239,-2.4545415278240372,-0.059333257377147675,0.21137426793575287,-0.9756026268005371,0.42933112382888794,-0.15067175030708313,-0.2630448341369629,0.026420045644044876,0.015737563371658325,-0.03857278823852539 +118,-0.07545072284973543,-0.16303347949708247,-2.4580193421394956,-0.0743795856833458,0.16231220960617065,-0.9839321374893188,0.5070079565048218,-0.1132671982049942,0.0950847864151001,0.02735200524330139,0.026347458362579346,0.0036922693252563477 +119,-0.0922928411993977,-0.1042617040812475,-2.432659940686153,-0.09166140109300613,0.10407291352748871,-0.9903368353843689,0.6134708523750305,-0.17264902591705322,0.36859655380249023,0.006212182343006134,0.015037193894386292,0.042125165462493896 +120,-0.08675460760214766,-0.06149060007670743,-2.3928808244759456,-0.08648207038640976,0.061451856046915054,-0.9943563342094421,0.19854488968849182,0.2645449936389923,0.6232649087905884,-0.05359362065792084,-0.032612744718790054,0.10974329710006714 +121,-0.07752126835676003,-0.0739411778107732,-2.3446969813499114,-0.07723204046487808,0.07387381792068481,-0.9942725300788879,-0.34083154797554016,-0.13950029015541077,0.19422747194766998,-0.07128175348043442,0.041665732860565186,0.04920417070388794 +122,-0.10474813894005582,-0.11998438937157956,-2.331872603791694,-0.10380498319864273,0.119696706533432,-0.9873688220977783,-0.5213135480880737,-0.35005971789360046,0.11669424176216125,-0.029907777905464172,0.017128854990005493,0.00419926643371582 +123,-0.11223377854763704,-0.14507775957623392,-2.3337003882890324,-0.11082172393798828,0.14456936717033386,-0.9832691550254822,0.11215643584728241,0.06351843476295471,-0.14545652270317078,0.01775836944580078,0.03296664357185364,-0.05033069849014282 +124,-0.10042351546664932,-0.11890097093878517,-2.3415283639711553,-0.09954696893692017,0.11862100660800934,-0.9879369735717773,0.11605804413557053,0.05178599804639816,0.022502515465021133,0.05889756232500076,-0.02938760817050934,0.0028448104858398438 +125,-0.08824222593948242,-0.11295305454691967,-2.329160845892441,-0.08756616711616516,0.11271302402019501,-0.9897615313529968,0.10825566947460175,0.13179905712604523,0.11172055453062057,0.021983899176120758,-4.213303327560425e-05,0.0275270938873291 +126,-0.06638113606072024,-0.10373423126728107,-2.3165357096670283,-0.06597582250833511,0.10354828834533691,-0.9924338459968567,0.026011455804109573,0.09433278441429138,0.10768149793148041,0.020962394773960114,-0.010668046772480011,-0.028394341468811035 +127,-0.06364756516761978,-0.09740824675387494,-2.312318438765024,-0.06330309063196182,0.09725427627563477,-0.9932443499565125,0.2001054883003235,0.04705927520990372,0.06587226688861847,-0.005559831857681274,-0.023584842681884766,0.05069369077682495 +128,-0.06572448431668239,-0.09550663660049696,-2.3015750270344264,-0.0653778687119484,0.09536150842905045,-0.9932934641838074,-0.18265464901924133,-0.11849880963563919,0.13780872523784637,-0.005132995545864105,-0.014398373663425446,-0.03128844499588013 +129,-0.0770742441442275,-0.1031286051712125,-2.28740805602601,-0.07658886164426804,0.10294590145349503,-0.991733968257904,0.2260419726371765,-0.20123767852783203,-0.09110675752162933,-0.01723741739988327,0.060719870030879974,-0.0013232231140136719 +130,-0.08098110632546118,-0.07863486803837354,-2.2764258656978025,-0.08064265549182892,0.07855385541915894,-0.9936428070068359,0.15998655557632446,-0.15629224479198456,0.08391677588224411,-0.03190617263317108,0.016462624073028564,-0.08576393127441406 +131,-0.08807511747417292,-0.058636902191756955,-2.264992846878801,-0.08781011402606964,0.058603305369615555,-0.9944118857383728,0.3079422414302826,-0.03778381645679474,-0.014337744563817978,-0.010212339460849762,0.010427452623844147,-0.15957975387573242 +132,-0.10426827629400934,0.012134257893044096,-2.270509502302142,-0.10407178848981857,-0.01213395968079567,-0.9944957494735718,0.7470211982727051,-0.11199603974819183,0.09436336904764175,0.02979201078414917,-0.03268110379576683,0.11194270849227905 +133,-0.11888919900610613,0.07445213948491275,-2.2503604074073245,-0.11828073859214783,-0.07438337802886963,-0.9901902675628662,0.4286714196205139,-0.18212749063968658,0.2719040811061859,-0.017888687551021576,0.005779869854450226,0.12129384279251099 +134,-0.1281032490185415,0.0786161324268891,-2.221297682561287,-0.1273585855960846,-0.07853517681360245,-0.9887426495552063,-0.15720754861831665,-0.024567916989326477,0.397268682718277,-0.038702815771102905,0.014371968805789948,-0.0507928729057312 +135,-0.15009170086294552,0.0489346268425902,-2.1957958051888076,-0.14934980869293213,-0.04891509935259819,-0.9875737428665161,-0.08961915224790573,-0.1484484225511551,0.08283446729183197,0.014568924903869629,0.07978363335132599,-0.013021349906921387 +136,-0.14327107271943948,0.09963750126522383,-2.189478412672335,-0.14207327365875244,-0.09947272390127182,-0.9848453402519226,0.36518821120262146,0.10221899300813675,0.14449763298034668,-0.004121184349060059,-0.04881219565868378,0.1873905062675476 +137,-0.15345806691027755,0.07755586066818482,-2.170914984053414,-0.15239699184894562,-0.07747813314199448,-0.9852777719497681,-0.38693395256996155,-0.02416098676621914,0.2783452272415161,-0.04599778354167938,-0.020025528967380524,0.07686102390289307 +138,-0.15980074962995508,0.013961853942056708,-2.143739501232218,-0.15910598635673523,-0.013961399905383587,-0.9871627688407898,-0.6380778551101685,-0.16038180887699127,0.21791981160640717,0.0049616992473602295,0.06324728578329086,-0.0873458981513977 +139,-0.1498031503374054,-0.00956025069042213,-2.140170779377862,-0.14923666417598724,0.00956010539084673,-0.9887552857398987,0.1748688668012619,0.30464258790016174,-0.16225065290927887,0.020910263061523438,0.04093122482299805,0.03836160898208618 +140,-0.11144505352710155,-0.012827596191190265,-2.1516022493063383,-0.11120535433292389,0.012827244587242603,-0.9937146902084351,-0.170903742313385,0.3286896049976349,-0.09601461887359619,0.01838614046573639,-0.010980930179357529,0.05557382106781006 +141,-0.07501702644707384,-0.03608514660410435,-2.1453172299088354,-0.0748978927731514,0.03607731685042381,-0.9965384006500244,-0.2457137554883957,0.28989148139953613,0.17433765530586243,-0.018073908984661102,0.0038244202733039856,-0.020200490951538086 +142,-0.059666060976630485,-0.06201495210042077,-2.1305685114244226,-0.05951603502035141,0.06197521090507507,-0.9963015913963318,-0.1960095465183258,0.07854577153921127,0.08641478419303894,-0.01847163215279579,0.03269031271338463,0.013818740844726562 +143,-0.04806749378447483,-0.09398077110055268,-2.12223415539646,-0.047836948186159134,0.09384248405694962,-0.9944371581077576,-0.5342031717300415,0.09181299805641174,0.05522692948579788,-0.033889129757881165,0.03523160517215729,0.02300161123275757 +144,-0.028696920703271615,-0.14474267427389306,-2.126253618757682,-0.028392940759658813,0.14423780143260956,-0.9891356229782104,-0.5227773189544678,0.21806126832962036,-0.031153714284300804,-0.028552858158946037,0.020358741283416748,-0.029724180698394775 +145,-0.014095319328417628,-0.18390742822727815,-2.1290188062688222,-0.013857166282832623,0.1828724890947342,-0.9830389618873596,-0.31331169605255127,0.09178204834461212,0.07140876352787018,-0.0247323140501976,-0.015987128019332886,-0.049279093742370605 +146,-0.018842719156081066,-0.21367628158167076,-2.1262662386548916,-0.018413107842206955,0.21205399930477142,-0.9770844578742981,-0.23082897067070007,-0.07423210889101028,-0.044330496340990067,-0.03346677124500275,0.018475785851478577,-0.03123152256011963 +147,-0.02810148597075082,-0.22051223176557558,-2.1396688778279183,-0.027417413890361786,0.21872948110103607,-0.9754002690315247,-0.04347085580229759,-0.09665312618017197,-0.18090713024139404,-0.009264715015888214,0.006062999367713928,-0.03344982862472534 +148,-0.038551470460161,-0.2313252975498526,-2.1530679619895854,-0.037515297532081604,0.22926771640777588,-0.9726401567459106,-0.05727070942521095,0.049101147800683975,-0.06397143751382828,-0.002539016306400299,-0.02632582187652588,0.018111348152160645 +149,-0.03345167557627396,-0.23550297659047378,-2.155989001865391,-0.03252224624156952,0.23333211243152618,-0.9718530774116516,-0.016074003651738167,0.023331869393587112,-0.02191426232457161,-0.001138642430305481,-0.00879901647567749,-0.02071589231491089 +150,-0.03451040830424787,-0.2371020492130448,-2.154618527942055,-0.03353824466466904,0.23488673567771912,-0.9714439511299133,-0.033297374844551086,-0.025699567049741745,-0.023617064580321312,-0.021256063133478165,0.01599825918674469,-0.0067969560623168945 +151,-0.03522769549522754,-0.23892557673470313,-2.157378874319317,-0.0342198982834816,0.23665885627269745,-0.970990002155304,-0.019341330975294113,0.057208169251680374,-0.0007963682292029262,-0.010412067174911499,0.01654548943042755,-0.017565906047821045 +152,-0.036392096005254115,-0.23791243740913082,-2.164696398965602,-0.03535920009016991,0.23567438125610352,-0.9711886048316956,0.07232338190078735,0.07648561894893646,-0.09234955906867981,-0.003367602825164795,0.005658626556396484,0.008023321628570557 +153,-0.030913636471625976,-0.23825795692371002,-2.170389618634911,-0.030035560950636864,0.23601014912128448,-0.9712862968444824,0.00036574993282556534,-0.012173892930150032,-0.006219690665602684,0.015890665352344513,-0.01816043257713318,-0.05074739456176758 +154,-0.02863396521938264,-0.23003787670273784,-2.1717490013947494,-0.02787587232887745,0.22801440954208374,-0.9732586145401001,0.16220887005329132,0.04059451073408127,-0.01386269461363554,-0.000673314556479454,0.014264628291130066,-0.016853630542755127 +155,-0.03287518233770836,-0.22378735771612196,-2.1725213547268236,-0.03204962983727455,0.22192412614822388,-0.9745370745658875,-0.011063511483371258,-0.10233484208583832,0.004336648620665073,-0.009866267442703247,0.005645468831062317,0.005237758159637451 +156,-0.05353672216726751,-0.218660231039872,-2.176257311656274,-0.052236996591091156,0.21692195534706116,-0.9747903347015381,0.20485971868038177,-0.23719152808189392,-0.07433371990919113,0.005194157361984253,0.017117351293563843,0.005002737045288086 +157,-0.08756874662468636,-0.20766437571834678,-2.183893035423493,-0.08557787537574768,0.20617501437664032,-0.9747657775878906,-0.0025279102846980095,-0.41335389018058777,-0.060343991965055466,0.01183214783668518,0.00316031277179718,0.013813018798828125 +158,-0.11271540294822689,-0.20344517225907255,-2.189988748604627,-0.11015719920396805,0.20204463601112366,-0.973161518573761,0.08905555307865143,-0.0514795258641243,-0.017388002946972847,0.001362033188343048,-0.016772419214248657,0.004152119159698486 +159,-0.1229000335052073,-0.1928041989196933,-2.1901917481411544,-0.12031936645507812,0.1916118860244751,-0.9740678071975708,0.07817932218313217,-0.19008806347846985,0.01340184360742569,-0.0008811876177787781,0.009193763136863708,-0.019401371479034424 +160,-0.1372071116457016,-0.18478777556097614,-2.191069003745188,-0.13444842398166656,0.18373793363571167,-0.9737371206283569,0.030651453882455826,-0.13699813187122345,0.02974490448832512,-0.022915467619895935,-0.01267164945602417,0.025754332542419434 +161,-0.14996621320269543,-0.18877861525016598,-2.1955887046446216,-0.14675042033195496,0.187659353017807,-0.971209704875946,0.009151218459010124,-0.051625512540340424,-0.09873561561107635,-0.022484809160232544,0.020638376474380493,-0.007092297077178955 +162,-0.16547347524333,-0.17751366707320626,-2.220981511178833,-0.1621309220790863,0.17658285796642303,-0.9708409309387207,0.11767499148845673,-0.2202112227678299,-0.3092096745967865,0.010153383016586304,0.0015635043382644653,-0.0314021110534668 +163,-0.18529643261133227,-0.1796905676476118,-2.239153402423105,-0.181271493434906,0.17872513830661774,-0.9670563340187073,-0.08737395703792572,-0.029276544228196144,-0.004982755519449711,-0.002978384494781494,-0.031096339225769043,0.021942198276519775 +164,-0.18433182570393689,-0.18168715332248755,-2.242048600132867,-0.18027281761169434,0.18068921566009521,-0.9668780565261841,0.021819736808538437,0.031741827726364136,-0.02578148990869522,0.001027822494506836,0.003072381019592285,-0.003092646598815918 +165,-0.18651393650656756,-0.19524821888552885,-2.241575965365249,-0.18191108107566833,0.19401004910469055,-0.9639857411384583,-0.2583458721637726,-0.05122523009777069,0.12408923357725143,-0.008289709687232971,-0.013330727815628052,0.012050926685333252 +166,-0.16970207347437744,-0.21062466071035515,-2.2295191961982535,-0.16515634953975677,0.20907080173492432,-0.9638530611991882,0.21404169499874115,0.36387452483177185,0.2204115092754364,0.039622291922569275,-0.042505860328674316,-0.018904447555541992 +167,-0.1572788828492856,-0.2225839018370708,-2.203616408288975,-0.15276721119880676,0.22075051069259644,-0.9632919430732727,-0.23355822265148163,-0.1052890196442604,0.0493941605091095,-0.022525757551193237,0.023741066455841064,-0.009440600872039795 +168,-0.1540241767371519,-0.2219837207248873,-2.1967828538094043,-0.14965148270130157,0.22016510367393494,-0.9639148116111755,0.04611220955848694,0.015960684046149254,0.06229476258158684,-0.016501471400260925,-0.0044668614864349365,-0.012006819248199463 +169,-0.15692020455698621,-0.21961587934027524,-2.1922327753032675,-0.15252341330051422,0.21785473823547363,-0.9639896154403687,0.0477386936545372,-0.03652620315551758,-0.002009908203035593,-0.021106332540512085,0.008707761764526367,-0.006713509559631348 +170,-0.163917319958437,-0.21362439039980963,-2.1916623783038327,-0.1594749093055725,0.21200329065322876,-0.9641692638397217,0.07063118368387222,-0.08100797981023788,0.020386412739753723,0.00957256555557251,0.00714343786239624,-0.00551152229309082 +171,-0.1679008157638936,-0.203235299574224,-2.1942700028568103,-0.16367365419864655,0.20183908939361572,-0.9656458497047424,0.11089298874139786,0.012110501527786255,-0.06267867982387543,-0.008826956152915955,4.9948692321777344e-05,0.013482153415679932 +172,-0.17536608761139238,-0.19140030307492686,-2.196186133282524,-0.17128261923789978,0.19023381173610687,-0.9666815996170044,0.2541981339454651,-0.05790086090564728,-0.01944182813167572,-0.01798740029335022,-0.0073114484548568726,-0.019631266593933105 +173,-0.17907215865529016,-0.1596220530352427,-2.1866459248468315,-0.17585232853889465,0.15894506871700287,-0.9715000987052917,0.21897919476032257,-0.1490136682987213,0.09826365858316422,0.03275538980960846,-0.029779434204101562,-0.014599144458770752 +174,-0.1916552572003026,-0.17508852607097122,-2.1567226140951856,-0.18757182359695435,0.1741953045129776,-0.9666813611984253,-0.253987193107605,-0.17251743376255035,0.38697415590286255,0.03290872275829315,0.0137166827917099,-0.003152012825012207 +175,-0.19379293881978185,-0.18266519520218374,-2.1335029083177344,-0.18937823176383972,0.1816510707139969,-0.9649553298950195,0.034867726266384125,0.030650096014142036,0.13211636245250702,-0.03451398015022278,0.05188469588756561,0.005009651184082031 +176,-0.19907442834174793,-0.18960395778325906,-2.1309367267943897,-0.19421802461147308,0.18846996128559113,-0.9626829624176025,-0.035419926047325134,0.005017098039388657,0.044521696865558624,-0.0056263357400894165,-0.013909414410591125,0.03682541847229004 +177,-0.19869139825349505,-0.19658327324583635,-2.124415032660875,-0.19358490407466888,0.19531956315040588,-0.9614443182945251,-0.04988311231136322,0.020286671817302704,0.11183932423591614,-0.005435481667518616,-0.020636945962905884,-0.0032773613929748535 +178,-0.20196687192821375,-0.20029238802066818,-2.116915216620919,-0.19658637046813965,0.19895587861537933,-0.9600887298583984,0.02033436857163906,-0.061394378542900085,0.05157806724309921,-0.012657403945922852,-0.0014308542013168335,-0.018198013305664062 +179,-0.2038227462083565,-0.1953297617281929,-2.1146170610243926,-0.19856524467468262,0.19409003853797913,-0.9606773257255554,0.02681543678045273,0.0011782599613070488,0.011316156014800072,0.004488706588745117,-0.009855419397354126,0.00886458158493042 +180,-0.20478253998492496,-0.19974375313530357,-2.113416291744993,-0.1993110477924347,0.19841818511486053,-0.9596381187438965,-0.007620478980243206,0.024969730526208878,0.008077881298959255,-0.014403536915779114,0.0031809210777282715,-0.0032066702842712402 +181,-0.20710704369063734,-0.19832699118683414,-2.1152077590849667,-0.20159879326820374,0.19702939689159393,-0.959446370601654,-0.015287854708731174,-0.004739444702863693,-0.014888737350702286,-0.010040611028671265,-0.011757180094718933,0.006718099117279053 +182,-0.20970267693018968,-0.19841610476912008,-2.116669330736086,-0.2040848284959793,0.19711676239967346,-0.9589027166366577,-0.04306373745203018,-0.036934543401002884,0.028885768726468086,0.010267689824104309,-0.004138857126235962,-0.006642937660217285 +183,-0.21386661669289783,-0.20348610635122344,-2.1171393514718444,-0.20786108076572418,0.2020847350358963,-0.9570556879043579,-0.021517517045140266,0.03289185091853142,0.009100847877562046,-0.012277469038963318,-0.0181552916765213,0.00426638126373291 +184,-0.21818427303173718,-0.2091582745967563,-2.116570376696681,-0.21173983812332153,0.20763659477233887,-0.9550148248672485,-0.03415017947554588,-0.04203329607844353,0.009088542312383652,-0.006064116954803467,0.0014088153839111328,-0.023012518882751465 +185,-0.22287813530965916,-0.20193535439579952,-2.1187507014616838,-0.21654605865478516,0.20056574046611786,-0.9554481506347656,0.02500932477414608,-0.030256468802690506,-0.014720586128532887,0.003991127014160156,-0.009128972887992859,0.027774810791015625 +186,-0.22554503180985672,-0.21121372622276935,-2.1199861017456527,-0.21866776049137115,0.2096468061208725,-0.9530124068260193,-0.09286946058273315,0.02315320074558258,0.03057631105184555,-0.006994470953941345,0.005776792764663696,-0.005056440830230713 +187,-0.2253225391122699,-0.21526131346590088,-2.124031266146893,-0.21826434135437012,0.2136027216911316,-0.9522261023521423,0.05376031994819641,0.04879198968410492,-0.09282004088163376,-0.006924867630004883,-0.004206359386444092,-0.042418062686920166 +188,-0.22499855246149503,-0.20880295456185693,-2.1297571060881557,-0.2182590514421463,0.20728901028633118,-0.9536216259002686,0.019686909392476082,0.006877726875245571,-0.004808695521205664,0.0181705504655838,-0.00863485038280487,0.01963120698928833 +189,-0.21910797623345582,-0.21020449548606454,-2.129944542553533,-0.2125745564699173,0.20865990221500397,-0.9546062350273132,-0.13803867995738983,0.029047582298517227,0.038998447358608246,-0.009913831949234009,0.010135874152183533,-0.007063686847686768 +190,-0.21952671260198103,-0.21505650025534692,-2.135049309940229,-0.21275129914283752,0.2134026288986206,-0.9535177946090698,0.07882857322692871,0.07225792855024338,-0.10965726524591446,-0.006013959646224976,0.012229084968566895,-0.026065945625305176 +191,-0.2169979025504382,-0.2050732652754832,-2.1452519313572687,-0.2107875496149063,0.20363889634609222,-0.9560856819152832,0.14866618812084198,0.03610445186495781,-0.08397909998893738,0.013750791549682617,-0.027308329939842224,-0.006194591522216797 +192,-0.21813775737563784,-0.20169315217334527,-2.1442315709560225,-0.21202495694160461,0.20032845437526703,-0.9565113186836243,0.005982411094009876,-0.075349822640419,-0.04882742837071419,-0.004848212003707886,0.03773917257785797,-0.019288241863250732 +193,-0.22217225339080593,-0.19247184740501141,-2.1471334991623725,-0.21628013253211975,0.19128568470478058,-0.9574093818664551,0.058003269135951996,-0.1066654622554779,-0.04012184962630272,0.02115073800086975,0.006178304553031921,-0.006549358367919922 +194,-0.22937558939568667,-0.19165274785713907,-2.1503991383426837,-0.2232065498828888,0.19048164784908295,-0.9559788703918457,0.05048307776451111,-0.041253529489040375,-0.039415985345840454,0.015259772539138794,0.005105525255203247,0.014984607696533203 +195,-0.23089954987974218,-0.1907829681201397,-2.1485760929949467,-0.22470098733901978,0.1896277219057083,-0.9557985067367554,0.05446867644786835,-0.10222619771957397,0.04265052452683449,0.0012818127870559692,-0.01412111520767212,-0.04937422275543213 +196,-0.23803020703850883,-0.17362471808764016,-2.144964015499441,-0.23224376142024994,0.1727536916732788,-0.9571933150291443,0.18264523148536682,-0.04100801795721054,-0.0320848748087883,-0.003763929009437561,0.0031801462173461914,-0.002874433994293213 +197,-0.24920923424246638,-0.16692781073078483,-2.1425775378801015,-0.24320940673351288,0.1661536544561386,-0.9556370377540588,0.01975627988576889,-0.1087808609008789,0.08240610361099243,0.0009608566761016846,-0.01684640347957611,0.016870558261871338 +198,-0.25482215747216,-0.1691985014367486,-2.1376954735647735,-0.24847371876239777,0.1683923453092575,-0.9538893103599548,-0.059178926050662994,-0.0600358322262764,0.044071897864341736,0.00334128737449646,0.025104358792304993,-0.005980074405670166 +199,-0.252660238019988,-0.1711115421291029,-2.137976306018326,-0.24632993340492249,0.17027775943279266,-0.9541106224060059,-0.024805724620819092,0.024260517209768295,0.00919497199356556,0.01714290678501129,-0.011861011385917664,0.02324819564819336 +200,-0.25167367516559364,-0.1884891069411074,-2.1329050884990095,-0.2446146309375763,0.18737497925758362,-0.9513434171676636,-0.19129256904125214,-0.056241218000650406,0.12313516438007355,-0.021407082676887512,0.0006285607814788818,-0.038509488105773926 +201,-0.2550368902912823,-0.1888420796615764,-2.1302161857124564,-0.24779611825942993,0.18772168457508087,-0.9504513144493103,0.07100779563188553,-0.010773273184895515,-0.0019955281168222427,-0.013968408107757568,-0.004997700452804565,-0.019656717777252197 +202,-0.25980245510150307,-0.1862100816328525,-2.1320957026407683,-0.25244876742362976,0.1851358264684677,-0.9497338533401489,0.03014509566128254,0.005181833170354366,-0.020402664318680763,0.005195349454879761,-0.0005960315465927124,0.023998379707336426 +203,-0.2591237605353903,-0.19016535669658274,-2.1299739367254737,-0.2516145408153534,0.1890212744474411,-0.9491897225379944,-0.08742161840200424,-0.004724936559796333,0.03533428907394409,-0.0065641701221466064,0.0163925439119339,-0.006590306758880615 +204,-0.2604389286031799,-0.19232519876651555,-2.1320379017945417,-0.2527569532394409,0.191141739487648,-0.9484612345695496,0.008089334703981876,-0.009666557423770428,0.01348055712878704,-0.008381932973861694,-0.020945221185684204,-0.018564462661743164 +205,-0.26499484505368964,-0.18841294036799885,-2.131162410975525,-0.2572692930698395,0.1873001605272293,-0.9480143189430237,0.05348331108689308,-0.02387409284710884,0.005804135929793119,-0.010064691305160522,0.0019698739051818848,0.010376989841461182 +206,-0.26975002998587905,-0.189428310186533,-2.130069104521501,-0.2617235481739044,0.18829746544361115,-0.9465964436531067,0.006418950855731964,-0.02473428100347519,-0.006128941662609577,-0.001444786787033081,0.01676541566848755,-0.00021141767501831055 +207,-0.269034019298696,-0.18736501841936962,-2.1299665775012424,-0.2611484229564667,0.18627068400382996,-0.9471561312675476,0.004923852160573006,-0.010278376750648022,0.015018688514828682,0.004175156354904175,-0.012350991368293762,-0.0013149380683898926 +208,-0.2684426317960777,-0.18768127958251912,-2.1253494591508373,-0.2605725824832916,0.18658140301704407,-0.9472535848617554,-0.0027588792145252228,-0.0029671485535800457,0.0773758590221405,-0.0029008984565734863,-0.009197980165481567,0.010516524314880371 +209,-0.2684265140186448,-0.19089128049770027,-2.1182899602731453,-0.26039713621139526,0.1897340565919876,-0.9466754198074341,-0.02633761614561081,-0.04028373584151268,0.044583454728126526,-0.021219074726104736,0.01656477153301239,-0.006617426872253418 +210,-0.2715811377967261,-0.19366788286500525,-2.117224880046268,-0.26323992013931274,0.19245949387550354,-0.9453380703926086,-0.04566995054483414,-0.045467719435691833,-0.035679031163454056,-0.017018258571624756,0.01242026686668396,-0.009175479412078857 +211,-0.27359795787398145,-0.19297380177874981,-2.120015331524738,-0.2651819884777069,0.19177834689617157,-0.9449336528778076,-0.04535582661628723,-0.015017857775092125,0.0016953153535723686,-0.005020648241043091,-0.02428261935710907,-0.010617494583129883 +212,-0.28001916734241034,-0.19480606722008717,-2.1220488756549556,-0.2711465060710907,0.19357627630233765,-0.9428721070289612,0.032887041568756104,-0.03106077015399933,-0.04258457571268082,-0.0343649685382843,0.008480608463287354,0.015519201755523682 +213,-0.2861492963983461,-0.1936609135139608,-2.127544172029771,-0.27698370814323425,0.19245265424251556,-0.9414042830467224,-0.04886440560221672,-0.03400091826915741,-0.06941723823547363,0.04103705286979675,0.043204084038734436,-0.04161268472671509 +214,-0.28684130977687256,-0.18968751127147077,-2.132672630775633,-0.2778492569923401,0.18855202198028564,-0.9419384002685547,0.031015917658805847,0.021491846069693565,0.022870853543281555,0.03288465738296509,-0.057494282722473145,0.04514884948730469 +215,-0.2813240912924329,-0.1982894693435104,-2.12349677796864,-0.2721877992153168,0.19699260592460632,-0.9418639540672302,-0.12674584984779358,-0.02866615355014801,0.17704731225967407,-0.03639069199562073,-0.015931814908981323,-0.018600523471832275 +216,-0.2922903100175402,-0.1992911590208392,-2.118976446536821,-0.28244292736053467,0.1979745626449585,-0.9386330842971802,0.13985425233840942,-0.0674995630979538,-0.0837981253862381,-0.01766696572303772,0.04358731210231781,-0.019939303398132324 +217,-0.30170319226404047,-0.19418480855465897,-2.123295825481391,-0.29156211018562317,0.19296672940254211,-0.9368860125541687,-0.0026486245915293694,-0.11615043133497238,-0.03747802600264549,0.010052710771560669,-0.0011942684650421143,0.008327662944793701 +218,-0.3040193997606165,-0.19219509524185802,-2.1216347001310805,-0.2938457131385803,0.19101403653621674,-0.9365726709365845,-0.04203454405069351,-0.05642405152320862,0.036531493067741394,-0.007744252681732178,-0.014134153723716736,0.004138588905334473 +219,-0.3081875955461717,-0.19000507150243998,-2.1199322016748745,-0.2978731393814087,0.1888638734817505,-0.9357360601425171,0.08924904465675354,-0.04072890803217888,0.0185437873005867,0.002249389886856079,0.006021365523338318,-0.014596521854400635 +220,-0.3134456477291664,-0.1892093146504815,-2.1158740272569867,-0.3028354048728943,0.18808238208293915,-0.9342995882034302,0.013173265382647514,0.04229085147380829,0.04935353994369507,0.004556596279144287,-0.003359481692314148,0.033863186836242676 +221,-0.3105222579481598,-0.19243004370025638,-2.109262008713492,-0.2999161183834076,0.19124464690685272,-0.9345992803573608,-0.028616569936275482,-0.04749848693609238,0.0590127632021904,0.0025680959224700928,0.005212262272834778,-0.02565157413482666 +222,-0.307998470640537,-0.1915109033338095,-2.101984265388254,-0.2976095974445343,0.19034239649772644,-0.935520350933075,-0.018709518015384674,-0.05152903497219086,0.06332166492938995,-0.01098412275314331,0.00466492772102356,-0.011546909809112549 +223,-0.309959340945115,-0.1921139128805069,-2.0994623332365796,-0.2994084060192108,0.19093434512615204,-0.9348254799842834,0.03477772697806358,-0.004013371653854847,-0.020198404788970947,-0.006286174058914185,0.02104075253009796,-0.022556722164154053 +224,-0.3141037867459756,-0.1897021035313729,-2.093724761067039,-0.3034215569496155,0.18856635689735413,-0.9340118169784546,0.026499416679143906,-0.03906290978193283,0.05756831914186478,0.011475175619125366,-0.013441234827041626,0.010565221309661865 +225,-0.3090076321913041,-0.18693545000556394,-2.087870180814577,-0.2988152801990509,0.18584860861301422,-0.936039388179779,0.03606557846069336,0.036514271050691605,-0.004942873492836952,-0.0029883086681365967,0.032657235860824585,-0.012843668460845947 +226,-0.30687209665310305,-0.18372358187250534,-2.0836793108263083,-0.2969944477081299,0.182691752910614,-0.9372395873069763,-0.02408590167760849,-0.021880455315113068,0.13782882690429688,-0.007769376039505005,-0.050337016582489014,0.005278527736663818 +227,-0.31845813531961137,-0.18496990545292152,-2.0761974494839546,-0.30776160955429077,0.18391695618629456,-0.9335187673568726,0.15359145402908325,-0.14163555204868317,-0.04292891547083855,0.003882855176925659,0.03649623692035675,-0.052916109561920166 +228,-0.3314075760134745,-0.17038496001690395,-2.0741147631459382,-0.3206627666950226,0.1695617437362671,-0.9318928122520447,0.04032198339700699,-0.16902856528759003,0.01606757938861847,0.03491145372390747,0.00739443302154541,0.04174083471298218 +229,-0.33727880508615554,-0.1688109060290263,-2.0639006480238358,-0.3262164890766144,0.16801027953624725,-0.9302448034286499,0.08451306074857712,-0.06438097357749939,0.13983963429927826,0.01722601056098938,-0.009486719965934753,0.0365680456161499 +230,-0.3362338836784681,-0.17242126561756896,-2.0497223585040882,-0.3250420391559601,0.17156821489334106,-0.9300064444541931,0.14311352372169495,-0.04580755531787872,0.17751936614513397,0.0036767125129699707,-0.01942284405231476,-0.06280660629272461 +231,-0.3324236694170263,-0.15258464698801727,-2.0263493903100285,-0.3225434422492981,0.1519932597875595,-0.9342718124389648,0.2988136410713196,-0.060781996697187424,0.17453011870384216,-0.013012588024139404,3.0055642127990723e-05,-0.023369789123535156 +232,-0.3453361104064169,-0.14543014913909552,-2.007276205167032,-0.33493950963020325,0.1449180543422699,-0.9310286045074463,0.0028696460649371147,-0.09686335176229477,0.142652690410614,-0.030340641736984253,0.014658361673355103,0.05914139747619629 +233,-0.3440371232163505,-0.14988889384465934,-2.003965762593562,-0.33350858092308044,0.14932827651500702,-0.9308453798294067,-0.08410830795764923,0.1477365493774414,-0.024617306888103485,-0.026858240365982056,0.02068515121936798,0.04186832904815674 +234,-0.3446002832220455,-0.16309638486842457,-2.0078122746016884,-0.33333733677864075,0.16237427294254303,-0.9287199974060059,-0.10140016674995422,-0.023576684296131134,0.008181345649063587,-0.024572789669036865,-0.00824524462223053,-0.02489328384399414 +235,-0.3441434383523779,-0.16537518236470458,-2.0124989219858183,-0.33278733491897583,0.16462241113185883,-0.928521454334259,0.021854303777217865,-0.005157197825610638,-0.07073952257633209,-0.014548450708389282,-0.019190892577171326,-0.05760830640792847 +236,-0.34886118294460533,-0.15110254179604504,-2.0214169966747475,-0.33793291449546814,0.1505282074213028,-0.9290546774864197,0.12487614899873734,0.015707405284047127,-0.20801907777786255,-0.025897622108459473,0.017120108008384705,0.013145864009857178 +237,-0.34976460651765745,-0.14031178184298146,-2.0422384417820942,-0.3393090069293976,0.13985183835029602,-0.9302208423614502,-0.044280022382736206,0.06172656640410423,-0.26514729857444763,-0.014588087797164917,0.023890212178230286,0.01715022325515747 +238,-0.34853271766681504,-0.14097823447357077,-2.0716134869203984,-0.338130921125412,0.14051170647144318,-0.9305503368377686,-0.12200912833213806,0.06181783601641655,-0.3062852621078491,0.015651673078536987,0.00800207257270813,-0.021170854568481445 +239,-0.3416336238418976,-0.1363155307218637,-2.0978908476859397,-0.3319188356399536,0.13589376211166382,-0.9334681630134583,-0.036465056240558624,0.042245395481586456,-0.12044771015644073,0.050790935754776,-0.04064841568470001,-0.017810523509979248 +240,-0.3394690908268233,-0.13719233137467216,-2.1016025602955617,-0.329857736825943,0.1367623656988144,-0.9340716600418091,-0.04007355868816376,0.03197825700044632,0.09007097035646439,0.04181760549545288,-0.02399994432926178,0.016942203044891357 +241,-0.33443482980643524,-0.14977194103431418,-2.094916182833944,-0.32456082105636597,0.14921262860298157,-0.9340213537216187,-0.15585102140903473,0.037203773856163025,0.11995259672403336,-0.0014432072639465332,0.015414446592330933,0.008270621299743652 +242,-0.33390604671837254,-0.16811107279661408,-2.0889908515062503,-0.32311561703681946,0.1673203557729721,-0.931450605392456,-0.14532975852489471,-0.036592282354831696,0.0881662517786026,-0.02530360221862793,0.006996050477027893,-0.042762041091918945 +243,-0.3405665555168568,-0.16989090389280764,-2.086341466013154,-0.32921233773231506,0.16907481849193573,-0.928995668888092,0.03764188289642334,-0.09713613241910934,0.02709731087088585,9.551644325256348e-05,-0.01134471595287323,-0.01750701665878296 +244,-0.3475449344808399,-0.17143414988587047,-2.082537581736994,-0.3355978727340698,0.17059564590454102,-0.926429271697998,-0.008978447876870632,-0.05764956772327423,0.045081716030836105,0.004711061716079712,0.023862361907958984,0.003669261932373047 +245,-0.353879888919119,-0.17707192727537857,-2.0776086901991984,-0.34112128615379333,0.17614804208278656,-0.9233678579330444,-0.061879560351371765,-0.12643343210220337,0.09309642761945724,0.006724894046783447,-0.00100766122341156,-0.005282044410705566 +246,-0.35965013815746005,-0.18308386293859089,-2.066067043272569,-0.34606465697288513,0.1820627599954605,-0.9203762412071228,-0.013404219411313534,-0.077336385846138,0.14503955841064453,-0.002720743417739868,-0.007502198219299316,-0.021686136722564697 +247,-0.3632801596502475,-0.1821690784309938,-2.0533718952686937,-0.3494623899459839,0.18116319179534912,-0.9192692637443542,0.07239701598882675,-0.07849812507629395,0.08649657666683197,-0.012659162282943726,0.010822892189025879,0.002734839916229248 +248,-0.3682603710293693,-0.18446695524472842,-2.0423144426308477,-0.3538854122161865,0.18342256546020508,-0.9171266555786133,-0.03161868453025818,-0.04461539164185524,0.10558279603719711,-0.015621453523635864,0.031222820281982422,0.0025300979614257812 +249,-0.37339944089093113,-0.18264231105020348,-2.0362133109400773,-0.35871538519859314,0.18162856996059418,-0.9156060218811035,0.1354801058769226,-0.02884122170507908,0.01585632935166359,0.01113542914390564,0.0009733587503433228,0.020388126373291016 +250,-0.3709772568379955,-0.19190695362559443,-2.0258906063523785,-0.3558712303638458,0.19073118269443512,-0.9148645997047424,-0.17378102242946625,0.009438179433345795,0.16430255770683289,-0.013482987880706787,-0.021923214197158813,0.018303990364074707 +251,-0.36669042751971676,-0.19914910600778285,-2.020432383384304,-0.3514416515827179,0.19783532619476318,-0.9150682687759399,-0.01671043038368225,-0.01484186016023159,-0.0026211822405457497,-0.044081419706344604,0.017771363258361816,-0.05975472927093506 +252,-0.373452272043684,-0.1927157574300471,-2.0226833729856697,-0.3580780327320099,0.19152508676052094,-0.9138370752334595,0.05891011282801628,-0.012417182326316833,-0.014964812435209751,-0.008422791957855225,0.013858228921890259,0.008563637733459473 +253,-0.37537707920920965,-0.18751960786839467,-2.0252731651678704,-0.3601963520050049,0.18642255663871765,-0.9140597581863403,0.10346627235412598,0.1231943666934967,-0.04474668577313423,0.03231549263000488,-6.696581840515137e-05,0.04658234119415283 +254,-0.3661742392271577,-0.19726045060852118,-2.0261185897914817,-0.35110241174697876,0.1959836483001709,-0.9155968427658081,-0.11235816776752472,0.10790302604436874,0.04875077307224274,-0.00477832555770874,-0.0060727596282958984,0.009453654289245605 +255,-0.35957164497447575,-0.20187308408138016,-2.023230891903406,-0.3447277247905731,0.20050473511219025,-0.9170390963554382,0.0009619561024010181,-0.031270112842321396,-9.53911803662777e-05,-0.013960659503936768,0.004207193851470947,-0.04560738801956177 +256,-0.35699168334197023,-0.19564192283981033,-2.021215644672029,-0.3427906036376953,0.1943962574005127,-0.9190781712532043,-0.03639695793390274,-0.011070562526583672,0.015986615791916847,0.0038166046142578125,-0.0017693042755126953,-0.0025832056999206543 +257,-0.35409912090932266,-0.19512138133083426,-2.0239399078826947,-0.34016573429107666,0.19388560950756073,-0.9201606512069702,-0.0058308131992816925,0.03124934807419777,-0.05932481586933136,0.00642549991607666,0.022422954440116882,-0.00888592004776001 +258,-0.35250084566825923,-0.20163591453979612,-2.0296211318866635,-0.33825135231018066,0.2002723664045334,-0.9194982051849365,-0.07465574145317078,0.0410086065530777,-0.032585930079221725,-0.011785238981246948,0.00538557767868042,-0.013958156108856201 +259,-0.3534248194244451,-0.20086637467860471,-2.0367046963017135,-0.33915406465530396,0.1995183676481247,-0.9193296432495117,0.03842473030090332,-0.005750234238803387,-0.09539569169282913,0.0031097233295440674,0.005391910672187805,-0.03085041046142578 +260,-0.35507759215088625,-0.19778070712888038,-2.045227841265008,-0.3408854603767395,0.19649378955364227,-0.9193406701087952,-0.06394069641828537,-0.040739916265010834,-0.07045489549636841,0.00484117865562439,-0.002310454845428467,-0.013154387474060059 +261,-0.361318140243709,-0.19378766111757223,-2.059297098482982,-0.34689056873321533,0.1925770342350006,-0.9179221391677856,0.09820074588060379,-0.10594761371612549,-0.24738888442516327,-0.024752497673034668,0.03885301947593689,-0.14987266063690186 +262,-0.3820275877232142,-0.15169686534733068,-2.0803073702947232,-0.36852142214775085,0.15111573040485382,-0.917254626750946,0.39658164978027344,-0.19532296061515808,-0.2999418079853058,-0.0048001110553741455,-0.006859123706817627,-0.027523815631866455 +263,-0.41602990269650436,-0.1146522401482946,-2.099219992227845,-0.40147891640663147,0.11440122127532959,-0.9086952209472656,0.26000118255615234,-0.335940420627594,-0.31610485911369324,-0.011988461017608643,0.04833375662565231,-0.0450858473777771 +264,-0.4535281319792717,-0.08220032158249967,-2.1255537736985946,-0.4366603195667267,0.0821077823638916,-0.8958716988563538,0.09401151537895203,-0.17619700729846954,-0.34948891401290894,-0.002319812774658203,-0.013107538223266602,0.07986217737197876 +265,-0.4580040287753609,-0.03133257783422272,-2.1555728934935945,-0.4419417083263397,0.03132745251059532,-0.896496593952179,0.6709797978401184,-0.05446167290210724,-0.4054046869277954,0.08102548122406006,-0.00703546404838562,0.02662360668182373 +266,-0.46589096225814497,0.012820706734463198,-2.162775481488554,-0.44918206334114075,-0.012820355594158173,-0.8933482766151428,-0.02131219021975994,0.13872772455215454,-0.08572293817996979,-0.026358067989349365,0.028781041502952576,-0.007179677486419678 +267,-0.462140876412857,0.05129894240793936,-2.173562531454506,-0.4452788829803467,-0.051276445388793945,-0.8939225077629089,0.6734067797660828,0.0822320356965065,-0.2064829021692276,0.08594965934753418,-0.009453535079956055,0.029771506786346436 +268,-0.45642462653661525,0.0610008666204735,-2.1495079627578173,-0.4399217665195465,-0.060963042080402374,-0.8959644436836243,-0.12059947848320007,-0.067435123026371,0.34433412551879883,0.10874506831169128,-0.041804905980825424,0.022124171257019043 +269,-0.45485216694086544,0.03335120397069567,-2.105807078826945,-0.4390852153301239,-0.033345021307468414,-0.8978264331817627,-0.0324971042573452,0.24596016108989716,0.5322129726409912,-0.00047475099563598633,-0.0032303035259246826,0.038024187088012695 +270,-0.43740574510628594,0.026407747602178188,-2.078244386863927,-0.4234431982040405,-0.02640467882156372,-0.9055377840995789,-0.037224180996418,-0.05118902027606964,0.041207753121852875,-0.014758706092834473,0.01262599229812622,0.021382510662078857 +271,-0.4349798317001398,-0.000581608419836859,-2.088569921508972,-0.4213920533657074,0.0005816083867102861,-0.9068784117698669,-0.3195687234401703,0.0990055650472641,-0.23417752981185913,-0.08831256628036499,0.05709661543369293,0.03599828481674194 +272,-0.4054743168818657,-0.023681854909916717,-2.1421826477815795,-0.3943440616130829,0.023679642006754875,-0.9186577200889587,-0.5498380661010742,0.23479504883289337,-0.6130149960517883,0.029323279857635498,0.10919389128684998,-0.05483776330947876 +273,-0.3834596926834826,-0.05889303912470999,-2.215663992787265,-0.37348252534866333,0.058859001845121384,-0.9257680177688599,-0.6673287749290466,0.21327053010463715,-0.5100142359733582,0.06330186128616333,0.04920373857021332,0.020723462104797363 +274,-0.3765729005394962,-0.09186718059494235,-2.2915009605162147,-0.3661850094795227,0.0917380154132843,-0.9260089993476868,-0.38674405217170715,0.15240411460399628,-0.4709867537021637,0.04246976971626282,-0.021990083158016205,-0.031052768230438232 +275,-0.37505934560180654,-0.08812966313840728,-2.328479967269992,-0.36490607261657715,0.08801562339067459,-0.9268747568130493,0.008246037177741528,-0.013446091674268246,-0.09885876625776291,0.0060346126556396484,-0.0704527497291565,-0.020879149436950684 +276,-0.3769723792198235,-0.09708066808250791,-2.336429636533919,-0.36637383699417114,0.09692824631929398,-0.9254053831100464,-0.2839242219924927,0.0020094644278287888,0.02536734938621521,-0.05632513761520386,-0.053257592022418976,0.027410387992858887 +277,-0.39232986164186734,-0.11280715555244744,-2.3492293816013308,-0.3799121379852295,0.11256805062294006,-0.9181476831436157,-0.307670533657074,-0.17450733482837677,-0.11299801617860794,-0.04957696795463562,-0.02165619283914566,0.073039710521698 +278,-0.3852994602966719,-0.15321183995749976,-2.359877875256177,-0.37143412232398987,0.15261313319206238,-0.9158307313919067,-0.5386641025543213,0.1416740119457245,0.11086298525333405,-0.10470113158226013,0.012288600206375122,-0.0021380186080932617 +279,-0.3614585137575282,-0.23353023669531361,-2.3581240755204433,-0.34403952956199646,0.2314133644104004,-0.9099915623664856,-0.6063565015792847,0.10250288993120193,0.21938735246658325,-0.03439369797706604,0.07354879379272461,-0.0993468165397644 +280,-0.3760059812571949,-0.2504748369339075,-2.367471046275545,-0.35574960708618164,0.2478640079498291,-0.9011135697364807,-0.10011283308267593,0.11671615391969681,0.14490118622779846,0.0038056373596191406,-0.0683901309967041,-0.020318925380706787 +281,-0.35103650256464697,-0.2295407505229591,-2.3540289080586256,-0.3348518908023834,0.2275303453207016,-0.9143873453140259,0.3185209035873413,0.40945547819137573,0.025413503870368004,0.08472979068756104,0.001641392707824707,-0.07099473476409912 +282,-0.30006910205886045,-0.1711769174361029,-2.31508615922079,-0.29126620292663574,0.17034217715263367,-0.9413540959358215,1.058919906616211,0.6623954176902771,0.4001983404159546,0.02532079815864563,-0.09586402773857117,-0.09056729078292847 +283,-0.26344909896707763,-0.11310053111152235,-2.2572476225350804,-0.2587484121322632,0.1128595620393753,-0.9593288898468018,0.6884819269180298,0.43477174639701843,0.4444041848182678,-0.06319674849510193,-0.0715692862868309,-0.13046902418136597 +284,-0.23838094213220923,-0.02259568042807804,-2.1802538703367844,-0.23606938123703003,0.022593757137656212,-0.9714735150337219,1.2458081245422363,-0.04911516234278679,0.2767692506313324,-0.02944880723953247,-0.12914589047431946,-0.20929735898971558 +285,-0.20732550217635748,0.06619399967655162,-2.1190830123505964,-0.20539261400699615,-0.06614567339420319,-0.9764418005943298,0.6778269410133362,-0.10790322721004486,0.6875949501991272,0.06731586158275604,-0.22415278851985931,-0.3081498146057129 +286,-0.22183891595643843,0.20664279910890132,-1.9614705347784338,-0.21534289419651031,-0.2051752805709839,-0.9547410607337952,2.4659101963043213,0.6467083692550659,1.7089589834213257,0.0365404337644577,-0.17896471917629242,0.16393911838531494 +287,-0.2021915416391219,0.2652394856941538,-1.8218732931446253,-0.1937941014766693,-0.2621403932571411,-0.9453709721565247,-0.04245956987142563,0.029213346540927887,0.6274828910827637,0.01663956046104431,0.11777698993682861,-0.0012690424919128418 +288,-0.2093157368393108,0.2773548929535451,-1.7285353381785542,-0.19984950125217438,-0.27381259202957153,-0.9407905340194702,0.4287126660346985,1.0106834173202515,1.0379512310028076,0.03127039968967438,0.25017672777175903,0.2939704656600952 +289,-0.12526628954276534,0.27105216941060983,-1.7098089312297762,-0.12037738412618637,-0.26774534583091736,-0.9559402465820312,-0.8228133916854858,0.6419083476066589,0.14495064318180084,0.16438373923301697,0.40026792883872986,0.10961151123046875 +290,-0.06424781486773042,0.26381259446644695,-1.7316863272067442,-0.06198235973715782,-0.26076313853263855,-0.9634110331535339,0.2036406546831131,-0.0956384465098381,-0.7168084979057312,0.004822932183742523,0.11014363169670105,-0.07617026567459106 +291,-0.024725362822910716,0.2786662651220645,-1.760062637407434,-0.023769114166498184,-0.2750736176967621,-0.9611293077468872,0.27994659543037415,0.4967748820781708,-0.05460992455482483,0.00036212801933288574,0.028216928243637085,-0.05023849010467529 +292,0.012076367153902604,0.30250816593729174,-1.767018834584106,0.01152772642672062,-0.29791542887687683,-0.9545226693153381,0.2322860211133957,0.14747294783592224,-0.22369129955768585,0.08139830827713013,0.16275307536125183,-0.032034337520599365 +293,-0.016990637446207973,0.3128626511003788,-1.7981726016881978,-0.016165072098374367,-0.3077835738658905,-0.9513190388679504,0.29763102531433105,-0.07041160762310028,-0.1436402052640915,0.09543448686599731,0.1869339942932129,0.14243543148040771 +294,-0.047429971856687056,0.3703230011856635,-1.800018994143183,-0.04419814050197601,-0.36191654205322266,-0.9311621189117432,0.4787629246711731,-0.8806109428405762,-0.4970038831233978,0.193642720580101,0.5871820449829102,0.25942450761795044 +295,-0.10907562910585869,0.40558606802473834,-1.922334250102018,-0.10002784430980682,-0.3945573568344116,-0.9134106040000916,-0.3298768699169159,-1.454696536064148,-2.1043903827667236,0.15003089606761932,0.3438676595687866,0.32042354345321655 +296,-0.14309158344143705,0.28725515179799416,-2.131380597788762,-0.13676060736179352,-0.28332090377807617,-0.9492237567901611,-1.8993257284164429,-0.7079516053199768,-1.7312932014465332,0.1678580343723297,-0.08543819189071655,-0.06522625684738159 +297,-0.16962996180792994,0.0011706842819643318,-2.267756657123641,-0.16881752014160156,-0.0011706840014085174,-0.9856466054916382,-3.023261785507202,-0.474191278219223,0.050074052065610886,0.11921119689941406,-0.20836301147937775,-0.5049996972084045 +298,-0.2008030034803624,-0.23997540989015753,-2.2904895275052852,-0.1937406063079834,0.23767873644828796,-0.9518263339996338,-1.872327446937561,0.051114581525325775,0.4508669674396515,-0.0860292911529541,-0.29975149035453796,-0.3782517910003662 +299,-0.1573698259980604,-0.3479366804100476,-2.2414419943507573,-0.14733007550239563,0.3409588634967804,-0.9284615516662598,0.045540701597929,0.30970752239227295,0.28722476959228516,-0.13379783928394318,-0.0656597912311554,-0.36081451177597046 +300,-0.16504027993082956,-0.3070584275767825,-2.2341904015692147,-0.15660759806632996,0.3022559583187103,-0.9402741193771362,0.45395317673683167,-0.4590722620487213,-0.02521505393087864,-0.10695746541023254,-0.028375953435897827,-0.15317070484161377 +301,-0.22493096674108243,-0.24665426715934965,-2.252450398282199,-0.2162887305021286,0.24416086077690125,-0.945306658744812,0.7340690493583679,-0.5155215859413147,-0.36519575119018555,-0.023777782917022705,-0.012120455503463745,0.03020656108856201 +302,-0.2606180533849855,-0.1882163124993024,-2.23635206784672,-0.2531270682811737,0.18710701167583466,-0.9491668343544006,0.06153379753232002,-0.5952860116958618,0.17628341913223267,0.042433738708496094,0.06969842314720154,0.004495203495025635 +303,-0.30168773304257684,-0.19993545847250024,-2.2452918788664964,-0.29121309518814087,0.19860607385635376,-0.9358154535293579,0.17862242460250854,-0.12435859441757202,-0.00961389672011137,0.11582857370376587,-0.013486459851264954,0.049142539501190186 +304,-0.28056192604883873,-0.20043365389563034,-2.228684099810807,-0.27135229110717773,0.19909432530403137,-0.9416630864143372,-0.024453505873680115,0.07815849035978317,0.08374369144439697,0.12851476669311523,0.04669424891471863,-0.05331677198410034 +305,-0.22767479109752667,-0.16119300068699607,-2.1986208467351007,-0.22278690338134766,0.16049586236476898,-0.9615648984909058,1.0695754289627075,1.1795203685760498,0.11396923661231995,0.02422429621219635,-0.006275281310081482,0.06852906942367554 +306,-0.14133202092156918,-0.0840008566514039,-2.1572239642652904,-0.14036530256271362,0.08390210568904877,-0.9865384101867676,0.41238492727279663,0.33285677433013916,0.341325581073761,0.03678864240646362,0.010977044701576233,-0.05870389938354492 +307,-0.09048576407495781,-0.04184326320748044,-2.140841999623738,-0.09028324484825134,0.04183105379343033,-0.9950372576713562,0.7708211541175842,0.6430343985557556,0.12486473470926285,0.006832927465438843,0.02225586026906967,-0.009509861469268799 +308,-0.07885444731764364,-0.058366428329840986,-2.1299285182420764,-0.07863861322402954,0.058333296328783035,-0.9951950311660767,-0.801371693611145,-0.4600622355937958,0.07535407692193985,0.002985551953315735,0.015427689999341965,-0.035139381885528564 +309,-0.1053902551588468,-0.11540415751652057,-2.1289148047554067,-0.10449554026126862,0.115148164331913,-0.9878368377685547,-0.17167766392230988,0.08264513313770294,-0.013110984116792679,-0.06925628334283829,0.04535903036594391,0.05940055847167969 +310,-0.07802721606076293,-0.10738901164172425,-2.1427170039776002,-0.07749903202056885,0.10718271881341934,-0.9912142753601074,0.04243876785039902,0.2680796980857849,-0.29062363505363464,0.026656746864318848,0.05559803545475006,-0.008968830108642578 +311,-0.08186420824646373,-0.11288496558150611,-2.1693072880668054,-0.0812523365020752,0.11264537274837494,-0.9903075695037842,-0.19230522215366364,-0.12928315997123718,-0.20884273946285248,0.054061174392700195,0.015391126275062561,0.0001800060272216797 +312,-0.082909196631232,-0.12798224271643252,-2.186957256150377,-0.08213694393634796,0.12763315439224243,-0.9884145259857178,-0.16924375295639038,0.027004152536392212,0.009365002624690533,0.01963694393634796,-0.02398020029067993,-0.05255532264709473 +313,-0.08158899857739232,-0.13580904491815438,-2.1876214153968494,-0.08074808120727539,0.1353919506072998,-0.9874961972236633,0.014689333736896515,0.001833127811551094,0.05231691524386406,0.04311990737915039,0.011824846267700195,-0.07663649320602417 +314,-0.08863182713594424,-0.12215785690952242,-2.1888683212739686,-0.08785621076822281,0.121854268014431,-0.9886520504951477,0.19005650281906128,-0.05391328036785126,0.004761553835123777,0.019924074411392212,9.398162364959717e-05,0.055393993854522705 +315,-0.08616478943754599,-0.1149647273242627,-2.1853356307781198,-0.08549012243747711,0.11471164971590042,-0.9897134304046631,-0.060010433197021484,-0.055404894053936005,0.0454476997256279,0.008936777710914612,0.003940701484680176,0.014447927474975586 +316,-0.08554454147888228,-0.12435175144288317,-2.1816427569070966,-0.0847804993391037,0.12403151392936707,-0.9886497855186462,-0.09686238318681717,0.06853214651346207,0.0896034687757492,-0.021283335983753204,0.014228366315364838,0.039980411529541016 +317,-0.07522403496515336,-0.13879824260127305,-2.172495662259535,-0.07443036139011383,0.13835301995277405,-0.9875822067260742,-0.20942628383636475,0.04931613802909851,0.062394287437200546,0.02108563482761383,0.025938361883163452,-0.07172870635986328 +318,-0.06391529507759466,-0.15239431262665593,-2.1749891510746275,-0.06313154101371765,0.15180513262748718,-0.9863921999931335,0.04182169586420059,0.21181675791740417,-0.12972858548164368,-0.04694536328315735,0.011051923036575317,0.009219348430633545 +319,-0.03019766485573449,-0.14166976828510766,-2.1930478136360283,-0.02989058941602707,0.1411963552236557,-0.9895302653312683,0.13433478772640228,0.08330369740724564,-0.35049620270729065,-0.08461135625839233,0.0680321604013443,-0.1555503010749817 +320,-0.060754270019010966,-0.11610439757596504,-2.233959574868693,-0.060308121144771576,0.11584372073411942,-0.9914348721504211,0.3043701946735382,-0.39405328035354614,-0.3705463111400604,-0.061655376106500626,0.033936552703380585,0.020655512809753418 +321,-0.09993313559385468,-0.07781124007698619,-2.28823617272253,-0.099465012550354,0.07773274183273315,-0.992000162601471,0.177956685423851,-0.30515018105506897,-0.6544481515884399,0.008156418800354004,0.051814377307891846,0.07888370752334595 +322,-0.11519793631955565,-0.05520675377978509,-2.358969814630261,-0.11476819962263107,0.05517871677875519,-0.9918586611747742,0.0733412653207779,0.165817990899086,-0.6383842825889587,-0.029976673424243927,-0.012164190411567688,0.04852980375289917 +323,-0.11733967157560729,-0.04575602117400244,-2.4209074748468953,-0.11694806069135666,0.04574005678296089,-0.9920841455459595,0.18076109886169434,-0.1106080636382103,-0.6174126267433167,0.022221505641937256,0.02132231742143631,-0.09984999895095825 +324,-0.12865055616634255,-0.006979666150011176,-2.480465965837628,-0.12829284369945526,0.006979609373956919,-0.9917117953300476,0.2589253783226013,-0.07808507233858109,-0.5940362811088562,0.04777221381664276,-0.01851525530219078,0.03362768888473511 +325,-0.13050569568906575,0.018418746498576055,-2.526237740812118,-0.13011348247528076,-0.018417704850435257,-0.9913280606269836,0.17032113671302795,0.07148405909538269,-0.44340237975120544,0.010774493217468262,-0.023910176008939743,0.03635674715042114 +326,-0.12975521103770074,0.03280041508023379,-2.5658576348653326,-0.12932181358337402,-0.0327945351600647,-0.9910602569580078,0.03845863789319992,-0.05274514853954315,-0.4462200105190277,0.028278112411499023,0.0511355958878994,0.008867263793945312 +327,-0.13727111126157526,0.03178048202093768,-2.6081978206140564,-0.1367713063955307,-0.031775131821632385,-0.9900928735733032,-0.10563026368618011,-0.0982585921883583,-0.39432162046432495,0.043677449226379395,0.020590446889400482,0.015651404857635498 +328,-0.1496696098634912,0.028739094901330642,-2.657652043645756,-0.14904986321926117,-0.028735138475894928,-0.988412082195282,-0.25229817628860474,-0.19776304066181183,-0.4911816716194153,0.04536640644073486,0.03750894218683243,0.007653415203094482 +329,-0.1650667450578524,0.019222874620971348,-2.7184013463441223,-0.16428780555725098,-0.01922169141471386,-0.9862251281738281,-0.11769158393144608,-0.10906948149204254,-0.712418258190155,0.01650644838809967,0.03164234757423401,-0.0099753737449646 +330,-0.17804531379725788,0.02366518610971853,-2.786384219510174,-0.17705653607845306,-0.023662976920604706,-0.983916163444519,-0.08591357618570328,-0.2748730778694153,-0.5102565288543701,0.022164583206176758,0.003994399681687355,-0.01741129159927368 +331,-0.2195091124967787,0.016495793752320013,-2.8414491630171725,-0.2177209109067917,-0.01649504527449608,-0.9758716821670532,-0.1439691036939621,-0.4084521532058716,-0.5102646350860596,-0.030341222882270813,-0.012405101209878922,0.07180368900299072 +332,-0.2688774155961251,0.005517126486271718,-2.888487295459265,-0.2656453251838684,-0.0055170985870063305,-0.964055061340332,-0.3494420349597931,-0.6634297966957092,-0.4501793682575226,-0.04686993360519409,-0.002737905830144882,0.01784229278564453 +333,-0.3195204984575489,-0.030207396180642523,-2.9402665076793584,-0.31396806240081787,0.030202802270650864,-0.9489530324935913,-0.5523645281791687,-0.18738406896591187,-0.35584497451782227,-0.12998640537261963,-0.035314492881298065,0.03225076198577881 +334,-0.32991937099886526,-0.0488629018188723,-3.0035077213392425,-0.3235800862312317,0.04884345829486847,-0.9449393153190613,-0.12736809253692627,-0.14249873161315918,-0.7540296316146851,-0.0460488498210907,0.03352348506450653,-0.11011439561843872 +335,-0.35098238035335116,-0.04189420844564507,-3.075696245975203,-0.34351879358291626,0.04188195616006851,-0.9382114410400391,-0.2067687213420868,-0.2716595232486725,-0.7153185606002808,-0.05131760239601135,-0.01900903508067131,-0.025884568691253662 +336,-0.38025942710331606,-0.034144323637169224,3.1354775080593056,-0.3709450364112854,0.03413768857717514,-0.9280271530151367,-0.18752697110176086,-0.3284744918346405,-0.6696537733078003,-0.0372123122215271,-0.01095958799123764,-0.02070331573486328 +337,-0.41159894637355243,-0.01936079163795784,3.06987030010684,-0.40000027418136597,0.019359583035111427,-0.9163105487823486,-0.0735485851764679,-0.19085001945495605,-0.5840058326721191,-0.007546752691268921,-0.005260460078716278,0.03220105171203613 +338,-0.42923747018605246,-0.0075760288770984055,3.024568055355022,-0.41616562008857727,0.0075759561732411385,-0.9092572331428528,-0.07223494350910187,-0.19671332836151123,-0.37093374133110046,0.04916122555732727,0.011924775317311287,0.004289031028747559 +339,-0.4273503235197935,-0.0032454263686605067,2.9938286005187074,-0.414458692073822,0.003245420753955841,-0.910062313079834,-0.09959923475980759,0.16951502859592438,-0.23944082856178284,0.01051279902458191,0.005955630913376808,0.04920727014541626 +340,-0.40928843373532026,-0.0088387550171483,2.973618916783417,-0.39794108271598816,0.008838639594614506,-0.9173684120178223,-0.11198581010103226,0.18940182030200958,-0.0746026411652565,-0.021507740020751953,0.01925279200077057,0.031885623931884766 +341,-0.39018092322975556,-0.02090405144181357,2.9713124789035343,-0.38027262687683105,0.02090252935886383,-0.9246382117271423,-0.12581850588321686,0.2755981981754303,0.1595924198627472,-0.015662401914596558,0.007661923766136169,0.06373733282089233 +342,-0.3572015107248901,-0.03776406273580362,2.9895207360324343,-0.3494044542312622,0.037755087018013,-0.9362109899520874,-0.0683428943157196,0.45915719866752625,0.31638824939727783,-0.041891902685165405,0.017832674086093903,0.005424916744232178 +343,-0.31042818145579226,-0.053721183739933454,3.031845759611915,-0.30502569675445557,0.05369534716010094,-0.9508292078971863,0.1237865462899208,0.34434035420417786,0.3677261173725128,-0.04644519090652466,0.019852016121149063,-0.02774745225906372 +344,-0.2716869550193141,-0.05727099300858217,3.081838195297476,-0.2679169178009033,0.05723968893289566,-0.9617401957511902,-0.026372388005256653,0.28253841400146484,0.5021032094955444,-0.00439143180847168,0.02950652688741684,-0.056265175342559814 +345,-0.23681549769123897,-0.04865773378288321,3.1172384171999,-0.23433053493499756,0.048638537526130676,-0.9709395170211792,0.46169519424438477,0.44870972633361816,0.2961459159851074,0.030351027846336365,-0.019356921315193176,-0.0148698091506958 +346,-0.21066391861198236,-0.03416061372581856,-3.127024122002037,-0.20898719131946564,0.03415397182106972,-0.9773218035697937,0.07335816323757172,0.1498580276966095,0.3235726058483124,0.10042090713977814,-0.03864005208015442,-0.0382574200630188 +347,-0.1882145692846328,-0.012931934185172729,-3.084832850703569,-0.18708965182304382,0.012931574136018753,-0.9822577238082886,0.3766675591468811,0.22291025519371033,0.24183590710163116,0.10354778170585632,-0.025123346596956253,-0.045086026191711426 +348,-0.17313883145511474,0.004449532156435777,-3.047958500356782,-0.17227338254451752,-0.0044495174661278725,-0.9850391149520874,0.36548638343811035,-0.0457453615963459,0.24026647210121155,0.06508040428161621,-0.0009826109744608402,-0.11806446313858032 +349,-0.18828938839625017,0.043574601307145445,-3.018390433396566,-0.18700112402439117,-0.04356081411242485,-0.9813933968544006,0.24960574507713318,-0.32524755597114563,0.15702639520168304,-0.028819188475608826,-0.0011779554188251495,0.04308474063873291 +350,-0.21861154349518072,0.061412252894691474,-3.0100773319529064,-0.21646557748317719,-0.06137365847826004,-0.9743592143058777,0.19097082316875458,-0.18285587430000305,-0.03859551623463631,-0.015223860740661621,0.0006284229457378387,0.06310439109802246 +351,-0.24394920602249118,0.05888249242738213,-3.011333734769232,-0.2411181777715683,-0.05884847417473793,-0.9687098860740662,-0.06813901662826538,-0.26195234060287476,-0.00958266295492649,0.004927396774291992,-0.013569734990596771,-0.0033969879150390625 +352,-0.265598383785621,0.06682690463697273,-3.009469532885753,-0.26190081238746643,-0.06677717715501785,-0.9627817869186401,-0.03626895323395729,-0.19031348824501038,0.07213155925273895,0.03123372793197632,-0.030940108001232147,0.012586474418640137 +353,-0.28388044245209737,0.06654693887586327,-3.0062692306402035,-0.27946293354034424,-0.06649783253669739,-0.957850992679596,0.15095879137516022,-0.1023775115609169,-0.09426123648881912,0.005216717720031738,0.04626467823982239,-0.010151326656341553 +354,-0.28947507278965223,0.07063205722887254,-3.0077947991695573,-0.2847374379634857,-0.0705733448266983,-0.9560042023658752,-0.09885130077600479,-0.08919960260391235,-0.005188331939280033,-0.00556105375289917,-0.009153828024864197,0.004466116428375244 +355,-0.2965521496012373,0.060563392761772306,-3.006471736727772,-0.29168882966041565,-0.060526374727487564,-0.9545963406562805,0.0015700627118349075,-0.06611815840005875,-0.009844314306974411,0.03915590047836304,-0.014104358851909637,-0.0016567111015319824 +356,-0.3001300675620945,0.05707824195715967,-2.9974100483444968,-0.29516300559043884,-0.05704725533723831,-0.9537423253059387,-0.04910087212920189,-0.1095508262515068,0.20145979523658752,0.017010539770126343,-0.05006944760680199,-0.02990025281906128 +357,-0.31525329272910496,0.06696270772464524,-2.9676511807082395,-0.30936241149902344,-0.06691267341375351,-0.94858717918396,0.15969358384609222,-0.16653499007225037,0.3265795111656189,0.03954124450683594,-0.01795671135187149,0.014764547348022461 +358,-0.32539494470212643,0.06444201107314555,-2.9303665249461295,-0.31901946663856506,-0.0643974170088768,-0.9455577731132507,0.13561603426933289,0.10578029602766037,0.2904919385910034,-0.005153477191925049,0.011876679956912994,0.03886532783508301 +359,-0.3204846444562783,0.06457114310794429,-2.893676769851959,-0.3143700659275055,-0.0645262822508812,-0.9471049904823303,0.10099903494119644,0.059047069400548935,0.3170355260372162,0.023812174797058105,-0.005420006811618805,0.009040415287017822 +360,-0.2847455435029232,0.07551148221382141,-2.8530346474140895,-0.28011274337768555,-0.07543974369764328,-0.9569982886314392,0.24431031942367554,0.7157562375068665,0.22013187408447266,0.05359601974487305,0.001602455973625183,0.07401794195175171 +361,-0.17558259532556122,0.10739397305031823,-2.8443414415951085,-0.17367543280124664,-0.1071876510977745,-0.9789523482322693,0.3010924756526947,1.2464263439178467,-0.18862390518188477,0.08323659002780914,0.1171058714389801,0.010522782802581787 +362,-0.05636738578911657,0.1003358377015866,-2.863644350070985,-0.05605419725179672,-0.10016757249832153,-0.9933903217315674,-0.4802423417568207,0.8838792443275452,-0.1658371388912201,-0.08179369568824768,0.11582309752702713,-0.06798046827316284 +363,-0.02234582784182213,0.026211441619987962,-2.831213103419111,-0.022336293011903763,-0.026208439841866493,-0.9994069337844849,-1.1820435523986816,-0.16947409510612488,1.062629222869873,-0.10936231911182404,-0.10838934034109116,-0.08570659160614014 +364,-0.07288649889007533,-0.06264797052910216,-2.6982941288819235,-0.07267912477254868,0.06260699778795242,-0.9953884482383728,-0.3104354739189148,-1.0329052209854126,1.452411413192749,-0.11402742564678192,-0.08731097728013992,-0.0458407998085022 +365,-0.18607347159957285,-0.14455745621613916,-2.5248713884176976,-0.18307197093963623,0.14405451714992523,-0.9724880456924438,-1.2346981763839722,-1.2451590299606323,1.962065577507019,-0.12507927417755127,-0.03286372125148773,0.020949959754943848 +366,-0.24611818788334322,-0.23623435800968268,-2.473172119525863,-0.23687413334846497,0.23404324054718018,-0.9429286122322083,0.16858536005020142,0.12301072478294373,-0.41846445202827454,0.15702489018440247,0.10811984539031982,-0.18622177839279175 +367,-0.23242274053042342,-0.15986056484592187,-2.5033501429096208,-0.22739890217781067,0.15918055176734924,-0.9607035517692566,0.26993560791015625,-0.03337450325489044,0.0005577204283326864,-0.01857277750968933,-0.07798853516578674,0.04722088575363159 +368,-0.2681937105796719,-0.17256704686126959,-2.492607930710189,-0.26105430722236633,0.17171183228492737,-0.9499292969703674,-0.06366606056690216,-0.36163467168807983,-0.10197851061820984,-0.013558119535446167,0.003672689199447632,0.05529123544692993 +369,-0.26612220859680435,-0.14275289724692,-2.4977680527149353,-0.26031699776649475,0.14226853847503662,-0.9549841284751892,0.3791624903678894,0.26605045795440674,-0.12439345568418503,-0.014921039342880249,0.03400099277496338,0.05158752202987671 +370,-0.2527848255020114,-0.12627332701333593,-2.513638478065074,-0.24810996651649475,0.1259380280971527,-0.9605108499526978,0.022867590188980103,-0.06831680238246918,-0.3368130922317505,-0.05029091238975525,0.09853401780128479,-0.004226088523864746 +371,-0.2762915639727011,-0.10767037630064889,-2.570471581228123,-0.27121004462242126,0.10746245831251144,-0.9565024375915527,0.04402420297265053,-0.1321864128112793,-0.598773717880249,-0.011001259088516235,0.020009465515613556,0.005849361419677734 +372,-0.3020324612514569,-0.0892325340198831,-2.631483594800915,-0.296277791261673,0.08911415934562683,-0.950935423374176,0.008417204022407532,-0.2345108985900879,-0.5811335444450378,0.001828998327255249,-0.020007118582725525,-0.012748658657073975 +373,-0.33006006726143616,-0.08381558543276288,-2.6792280985684362,-0.32296210527420044,0.08371748775243759,-0.9427018761634827,-0.07343977689743042,-0.19418853521347046,-0.2960176467895508,0.00852423906326294,-0.04433455318212509,-0.003327786922454834 +374,-0.3428970050201701,-0.07510749872482134,-2.700071199189267,-0.3352689743041992,0.0750369057059288,-0.9391294717788696,-0.1471339464187622,-0.013778836466372013,-0.14223992824554443,0.02069377899169922,-0.004770174622535706,0.06860029697418213 +375,-0.34025279915309575,-0.09452477913498827,-2.7152043221423954,-0.3322356045246124,0.0943840816617012,-0.9384621381759644,-0.14749638736248016,0.04004223272204399,-0.032343942672014236,0.016592293977737427,-0.017022021114826202,-0.033751606941223145 +376,-0.33589495511106193,-0.0957054657683378,-2.7132087646160596,-0.3281058371067047,0.09555943310260773,-0.939795196056366,-0.011464079841971397,-0.0768495574593544,0.09653472155332565,-0.018421262502670288,-0.00225193053483963,-0.025567352771759033 +377,-0.34051972138453507,-0.0984711104569107,-2.709230240430902,-0.33235910534858704,0.09831205010414124,-0.9380150437355042,-0.0010565966367721558,-0.03604445606470108,0.029272209852933884,0.009071141481399536,0.029999107122421265,0.0028343796730041504 +378,-0.3454102394442091,-0.10072524953764278,-2.7069801501011863,-0.3368666172027588,0.10055501759052277,-0.9361674785614014,0.023790758103132248,0.0019899969920516014,0.059797272086143494,0.02699112892150879,-0.022109590470790863,0.006861507892608643 +379,-0.33541532957373893,-0.09588349984276605,-2.695441741793238,-0.32764944434165955,0.09573664516210556,-0.9399363398551941,0.008807963691651821,0.1931973546743393,0.19850172102451324,-0.024782806634902954,-0.02220454066991806,0.04981487989425659 +380,-0.3206264506150382,-0.10770751371892016,-2.684910045919377,-0.3133348226547241,0.1074993833899498,-0.9435386657714844,-0.16915346682071686,0.1556677222251892,0.08229520916938782,-0.02457106113433838,0.0634448230266571,0.028041839599609375 +381,-0.29958949478121094,-0.12656791660053038,-2.6764106693235714,-0.2927672863006592,0.12623026967048645,-0.9478150010108948,-0.04030986502766609,0.21441727876663208,0.04494375362992287,0.00408625602722168,0.03880879282951355,-0.015609681606292725 +382,-0.2825154953529136,-0.12353183005199507,-2.6691412803742995,-0.2766479551792145,0.12321788817644119,-0.9530389904975891,0.10369522124528885,0.07522407174110413,0.11973736435174942,-0.013986170291900635,-0.05238659679889679,-0.04532831907272339 +383,-0.2782555188716951,-0.11400895001712595,-2.642925556115034,-0.272895485162735,0.11376212537288666,-0.9552937746047974,0.1893559992313385,-0.07865770161151886,0.23065756261348724,-0.019813865423202515,0.015846021473407745,-0.03462010622024536 +384,-0.2879970612566164,-0.10036764577535451,-2.6232136962296537,-0.2826029360294342,0.10019922256469727,-0.9539893865585327,0.06012094393372536,-0.069350466132164,0.05908452719449997,-0.043156951665878296,0.04163122922182083,0.07039868831634521 +385,-0.29329636484092075,-0.10574662000747939,-2.6171420380516244,-0.287494421005249,0.1055496484041214,-0.9519486427307129,-0.06726296246051788,-0.00048684002831578255,0.08019428700208664,-0.012630671262741089,0.023478664457798004,0.032393038272857666 +386,-0.29577280893617974,-0.1166256889890468,-2.616395507517448,-0.2894991636276245,0.11636148393154144,-0.950079083442688,-0.0821976512670517,0.0400887094438076,0.06993025541305542,0.01702296733856201,-0.012708529829978943,0.011678814888000488 +387,-0.2715773998986474,-0.12431664228615201,-2.613806178667132,-0.26618117094039917,0.12399667501449585,-0.9559144377708435,-0.1768936663866043,0.4002256393432617,0.11245916783809662,-0.05497056245803833,-0.01248544454574585,-0.006060659885406494 +388,-0.25212968870936925,-0.12966086805499796,-2.6156076107779938,-0.2473728060722351,0.1292978674173355,-0.9602545499801636,0.10821731388568878,0.04719703644514084,-0.0964105874300003,-0.019701778888702393,0.04530845582485199,-0.058712124824523926 +389,-0.2599028607773951,-0.10609158556708412,-2.628354740683994,-0.25554177165031433,0.10589268058538437,-0.9609813690185547,0.23464727401733398,-0.1497662365436554,-0.20535945892333984,0.02588176727294922,-0.009502910077571869,-0.020875930786132812 +390,-0.27979359358701983,-0.08095668619795235,-2.6286418181825213,-0.2752528190612793,0.08086828142404556,-0.9579645991325378,0.3631460666656494,-0.19792360067367554,0.08003713190555573,0.027617931365966797,0.01262231171131134,-0.03191876411437988 +391,-0.30360375967133124,-0.04971128570218555,-2.6146886500815443,-0.2985917627811432,0.049690812826156616,-0.9530864357948303,0.1498630791902542,-0.2237328290939331,0.16913318634033203,0.02820602059364319,-0.026421159505844116,0.06005054712295532 +392,-0.30714207671510896,-0.059844330568084136,-2.582621119239369,-0.30179446935653687,0.05980861559510231,-0.9514951705932617,0.028962384909391403,0.06452766060829163,0.33604419231414795,0.0012878775596618652,0.00960361585021019,0.02025127410888672 +393,-0.29467876187452813,-0.06389967050668686,-2.5502855233044714,-0.2898397445678711,0.06385619193315506,-0.9549425840377808,0.04258466884493828,0.2209027260541916,0.23505491018295288,-0.032761573791503906,0.03891174495220184,0.06016719341278076 +394,-0.2717154434280789,-0.07351569444124446,-2.532266194009056,-0.26765942573547363,0.07344949245452881,-0.9607099294662476,-0.06381450593471527,0.1000618040561676,0.10445655882358551,-0.01343795657157898,0.032019250094890594,-0.024229586124420166 +395,-0.260773359785377,-0.08137580967639742,-2.5202021898924376,-0.25697463750839233,0.08128602802753448,-0.9629935622215271,-0.07572462409734726,0.13600921630859375,0.16927888989448547,-0.017607271671295166,-0.013475969433784485,-0.0204353928565979 +396,-0.2544705292192389,-0.08624797333567319,-2.512136939765488,-0.2507973313331604,0.08614108711481094,-0.9641993641853333,0.0021993201225996017,0.025626391172409058,0.03408774733543396,-0.03460308909416199,0.028208285570144653,-0.006961524486541748 +397,-0.2521554198200113,-0.09319931261318933,-2.5203756731934317,-0.24840901792049408,0.09306444972753525,-0.9641742706298828,-0.08927235007286072,0.08052472770214081,-0.10483863204717636,-0.018345147371292114,0.012511111795902252,-0.009672164916992188 +398,-0.2533672008921144,-0.09412978648190642,-2.538733087983874,-0.24955539405345917,0.09399084001779556,-0.9637882709503174,-0.03569953143596649,0.038494497537612915,-0.2194981873035431,0.008329197764396667,0.004703007638454437,0.005246400833129883 +399,-0.2488020606659693,-0.09738477563433061,-2.557276573089315,-0.24507634341716766,0.09723091870546341,-0.9646158218383789,-0.06745502352714539,0.07683557271957397,-0.15225552022457123,0.011784732341766357,0.0026683732867240906,0.012986242771148682 +400,-0.24037288141590066,-0.1034455412532031,-2.571742426863202,-0.2367921769618988,0.10326114296913147,-0.9660572409629822,-0.10540758818387985,0.049786679446697235,-0.09878022223711014,0.019796937704086304,-0.00719180703163147,-0.04744678735733032 +401,-0.23796732228615905,-0.09908261840488791,-2.5816647917832705,-0.23457156121730804,0.09892057627439499,-0.967052698135376,0.06865032017230988,-0.017858438193798065,-0.1123446524143219,-0.00024594366550445557,0.001299150288105011,-0.008624792098999023 +402,-0.2403406271773417,-0.10468522396337263,-2.59271970285973,-0.23673036694526672,0.1044941246509552,-0.9659398198127747,-0.09538425505161285,0.09744475036859512,-0.1317586749792099,-0.02985595166683197,0.030759789049625397,0.024472534656524658 +403,-0.23190257854828455,-0.10717242530282152,-2.618536741941214,-0.22851094603538513,0.10696738213300705,-0.9676470160484314,-0.1302891969680786,0.1383064091205597,-0.3336602449417114,-0.018315225839614868,0.03825051337480545,-0.0034833550453186035 +404,-0.2279242210919943,-0.10993818393909596,-2.6481113616216256,-0.22459179162979126,0.10971685498952866,-0.9682565331459045,-0.12252382934093475,0.04766754060983658,-0.20922580361366272,0.00710827112197876,-0.023031681776046753,0.003412783145904541 +405,-0.2237442727545315,-0.1086703637952005,-2.6683793670468283,-0.22057326138019562,0.10845660418272018,-0.9693217277526855,0.09544454514980316,0.1040213406085968,-0.17686721682548523,0.02799209952354431,0.0009031370282173157,-0.010475635528564453 +406,-0.21514051417470956,-0.10894564083673701,-2.680781170391579,-0.2122190147638321,0.1087302565574646,-0.9711543917655945,-0.0032973764464259148,0.06421928107738495,-0.14143389463424683,0.024413838982582092,0.0098610520362854,-0.012900173664093018 +407,-0.2053565419207807,-0.10567017686422715,-2.68965984133053,-0.20277880132198334,0.10547363013029099,-0.9735276699066162,-0.07169181853532791,-0.03503327816724777,-0.0619065947830677,0.008854851126670837,-0.004506222903728485,-0.04209733009338379 +408,-0.20732706699372044,-0.09725528596928638,-2.694003532986228,-0.2048722207546234,0.09710203856229782,-0.973960280418396,0.04118010401725769,-0.059419840574264526,-0.03855691850185394,0.0005417764186859131,-0.009547114372253418,0.001212477684020996 +409,-0.2115287480489063,-0.09511377826199098,-2.700012839903314,-0.20900584757328033,0.09497043490409851,-0.9732919335365295,0.00829134602099657,-0.08091489970684052,-0.08927574753761292,0.0053467899560928345,0.01463344693183899,-0.005162656307220459 +410,-0.21701715102427563,-0.09807521083418871,-2.709399267463334,-0.21428298950195312,0.0979180559515953,-0.9718512296676636,-0.07426396012306213,-0.04118757322430611,-0.09619104117155075,-0.001125335693359375,0.0156073197722435,0.0031470656394958496 +411,-0.22376271315552362,-0.10130099609656476,-2.7204473447561566,-0.22076250612735748,0.10112782567739487,-0.9700706601142883,-0.0634656548500061,-0.0880448967218399,-0.05679749697446823,0.03574968874454498,-0.004829615354537964,-0.00841444730758667 +412,-0.22663841033402315,-0.10704707855385748,-2.720265804008454,-0.22341695427894592,0.10684274882078171,-0.9688495993614197,-0.061224743723869324,-0.05488991737365723,0.14695073664188385,0.03831258416175842,-0.041214704513549805,-0.019797861576080322 +413,-0.23278174311383817,-0.10903135738418887,-2.703638397228013,-0.22931531071662903,0.10881546139717102,-0.9672505855560303,0.03196707367897034,-0.1893368363380432,0.2745729386806488,0.02521374821662903,0.01900741457939148,-0.017429590225219727 +414,-0.24312853764336498,-0.11889283293962885,-2.679691624565421,-0.23904083669185638,0.11861293017864227,-0.9637377262115479,-0.01170602161437273,-0.06408018618822098,0.23104000091552734,0.012539386749267578,0.06293613463640213,0.008720695972442627 +415,-0.24178997847894973,-0.1279232013370038,-2.6624028460691127,-0.23748444020748138,0.1275745928287506,-0.9629775881767273,-0.008935502730309963,-0.006885904353111982,0.15567420423030853,-0.014117732644081116,0.01088365912437439,-0.005696117877960205 +416,-0.23529471820971154,-0.12957254349617792,-2.649097214309231,-0.23117531836032867,0.12921027839183807,-0.964293897151947,0.028304819017648697,0.048778265714645386,0.11213737726211548,-0.06318199634552002,0.011780932545661926,-0.013474047183990479 +417,-0.2426338137769949,-0.12123051920264476,-2.63806324744313,-0.23849675059318542,0.12093378603458405,-0.9635841250419617,0.21279853582382202,-0.13440988957881927,0.05480298027396202,0.012575134634971619,0.034278616309165955,-0.07088547945022583 +418,-0.2542310303073616,-0.09944408627396754,-2.6210081156496683,-0.2502586841583252,0.09928026795387268,-0.9630752801895142,0.2753388285636902,-0.16560585796833038,0.14489805698394775,0.03291252255439758,-0.00885668396949768,0.01635897159576416 +419,-0.259840268502536,-0.08226351514429352,-2.595694612132814,-0.2560573220252991,0.0821707621216774,-0.9631628394126892,0.04785660654306412,-0.0802823156118393,0.30994507670402527,0.0036311745643615723,-0.011278428137302399,0.05271667242050171 +420,-0.25662052142062053,-0.09899825808750658,-2.5718779123969258,-0.2525704503059387,0.09883663058280945,-0.962517261505127,-0.1340288519859314,0.17274826765060425,0.2834576368331909,-0.02697056531906128,-0.015065886080265045,0.05278831720352173 +421,-0.23583627669500518,-0.1150280009777461,-2.556783589170144,-0.2321120947599411,0.11477450281381607,-0.9658937454223633,-0.07526180893182755,0.09196150302886963,0.17320293188095093,-0.025227367877960205,-0.008146092295646667,-0.06338781118392944 +422,-0.23732828730826228,-0.11042094502682022,-2.543587721717928,-0.2336747944355011,0.11019669473171234,-0.9660500884056091,0.1727011799812317,-0.0647340714931488,0.06472121179103851,-0.009397715330123901,0.0012382417917251587,-0.01002413034439087 +423,-0.24289161131105436,-0.10725337675027335,-2.530237141456641,-0.23912835121154785,0.10704787075519562,-0.9650691151618958,0.04384109377861023,-0.05245308578014374,0.1096428781747818,-0.010886892676353455,0.0037461966276168823,0.029629051685333252 +424,-0.24026666783935896,-0.1130240274483568,-2.518995690140129,-0.23644335567951202,0.11278354376554489,-0.9650774002075195,-0.16363300383090973,0.04538467898964882,0.09828770905733109,-0.022681385278701782,0.030023448169231415,0.025975286960601807 +425,-0.2379890205347645,-0.12289620087279872,-2.5172261657605044,-0.2339707314968109,0.12258707731962204,-0.9644843935966492,-0.028556659817695618,0.009203696623444557,-0.013064464554190636,0.004432767629623413,0.02328694611787796,-0.02715378999710083 +426,-0.23668803531087024,-0.12889559674724216,-2.512217328859516,-0.2325391173362732,0.12853898108005524,-0.9640556573867798,-0.028808122500777245,-0.011523153632879257,0.09994200617074966,0.018870294094085693,-0.018217936158180237,-0.019770026206970215 +427,-0.2385963572714035,-0.11750969034499921,-2.5003683856394208,-0.23470911383628845,0.11723943799734116,-0.9649696946144104,0.28472062945365906,-0.14939983189105988,-0.04162774235010147,0.004667595028877258,0.05317071080207825,-0.0237388014793396 +428,-0.24038232056589184,-0.11397251747954423,-2.4902723629111776,-0.2365293800830841,0.1137259304523468,-0.9649457335472107,-0.13129450380802155,0.06891503930091858,0.18804128468036652,-0.0014466941356658936,-0.004991799592971802,-0.0022020936012268066 +429,-0.23744533327773826,-0.1102468868874955,-2.476351303779709,-0.23379237949848175,0.11002369225025177,-0.9660413861274719,0.06369606405496597,-0.06200002133846283,0.1186782568693161,0.00860317051410675,-0.02391834557056427,-0.008827388286590576 +430,-0.23768893183917272,-0.11365771617815743,-2.4563220951258766,-0.23393797874450684,0.11341316998004913,-0.9656140208244324,-0.03614309802651405,0.0360310897231102,0.1934998780488968,-0.04471801221370697,0.00588003545999527,0.009895086288452148 +431,-0.2382454101465791,-0.1130330781145544,-2.4463975626246732,-0.2344919592142105,0.11279253661632538,-0.9655523300170898,0.10829664021730423,0.034686725586652756,0.06872279196977615,-0.015187591314315796,0.008987851440906525,-0.03212827444076538 +432,-0.2411134525529615,-0.09786895539457606,-2.439289052797112,-0.2376413494348526,0.09771279245615005,-0.9664257764816284,0.4195200502872467,-0.04679687321186066,-0.07337396591901779,0.0362253338098526,0.029881201684474945,-0.06758606433868408 +433,-0.23838687517307133,-0.04978317165388335,-2.4263580374077787,-0.23584286868572235,0.04976261034607887,-0.9705162644386292,0.28245383501052856,0.01829066500067711,0.12111295759677887,0.02142636477947235,-0.0032538212835788727,0.08295828104019165 +434,-0.2241001701927425,-0.052704254099610895,-2.406668513027402,-0.22192054986953735,0.05267985910177231,-0.9736406207084656,-0.08706668764352798,0.21181657910346985,0.23165583610534668,-0.028659269213676453,0.015816841274499893,-0.0072095394134521484 +435,-0.22030310218776003,-0.05118687112672302,-2.4002862690491003,-0.2182391881942749,0.051164522767066956,-0.9745531678199768,0.08911895751953125,0.05368712171912193,0.0006499309092760086,-0.055595025420188904,-0.020158659666776657,0.0723314881324768 +436,-0.21139124352711136,-0.06977775057050056,-2.399821006344334,-0.20930978655815125,0.06972113996744156,-0.975360631942749,-0.33451250195503235,0.1333657056093216,-0.0033963280729949474,-0.05846668779850006,0.026912763714790344,-0.0547906756401062 +437,-0.21762653856151495,-0.06492952029525541,-2.415383160053435,-0.21545778214931488,0.06488391011953354,-0.974355161190033,0.012610936537384987,-0.16278743743896484,-0.2545009255409241,-0.01842893660068512,0.05672863870859146,-0.01731353998184204 +438,-0.22890069341946037,-0.06805141254932036,-2.43954579214953,-0.2263818234205246,0.06799890100955963,-0.971662163734436,-0.03502228856086731,0.03325219079852104,-0.2059212476015091,0.04941040277481079,-0.03645899146795273,0.01856774091720581 +439,-0.21932661414089297,-0.07072371437896256,-2.448758008602333,-0.21702851355075836,0.07066477090120316,-0.9736042022705078,-0.046757668256759644,0.14228123426437378,-0.0998278558254242,0.03508271276950836,0.012312524020671844,-0.03751945495605469 +440,-0.2078196768364693,-0.05766323291625847,-2.460550861004983,-0.20598405599594116,0.05763128399848938,-0.9768567681312561,0.1691972017288208,-0.005610176827758551,-0.23575206100940704,0.012929871678352356,0.04881402850151062,-0.010386824607849121 +441,-0.21127320681969786,-0.06234757487058797,-2.4623603400953673,-0.20929750800132751,0.06230719015002251,-0.9758649468421936,-0.10328242182731628,-0.04549630731344223,0.17122073471546173,0.053963035345077515,-0.0736292153596878,0.0008283257484436035 +442,-0.19817508821987498,-0.059703766806426486,-2.4400057787612788,-0.19652967154979706,0.05966830253601074,-0.9786806106567383,0.08616235107183456,0.09741351008415222,0.11507352441549301,-0.03151293098926544,0.09560513496398926,-0.05192852020263672 +443,-0.18824678228671618,-0.05666325660859644,-2.4342908966966474,-0.1868366003036499,0.05663293972611427,-0.9807572364807129,0.050819821655750275,-0.01970638334751129,-0.06751339882612228,0.034874334931373596,0.03171544894576073,0.038282930850982666 +444,-0.18509718289633292,-0.07929369527288248,-2.4340936729398135,-0.18346378207206726,0.07921063154935837,-0.9798299670219421,-0.38294506072998047,0.15740685164928436,0.2330029308795929,0.00836917757987976,-0.06781230866909027,0.01915186643600464 +445,-0.16143777900928857,-0.10299606914197579,-2.4265305184007553,-0.15988564491271973,0.10281406342983246,-0.9817667007446289,-0.03955885022878647,0.1705167442560196,-0.06970096379518509,-0.03977560997009277,0.08891262114048004,-0.0789175033569336 +446,-0.160848059155741,-0.10296363786309004,-2.437874401661069,-0.15930718183517456,0.10278180241584778,-0.9818640947341919,-0.03701164945960045,-0.10739453136920929,-0.08991807699203491,0.010122016072273254,-0.022566355764865875,-0.03252488374710083 +447,-0.16153250732097546,-0.10074248912086882,-2.4450399776166445,-0.1600155085325241,0.10057216882705688,-0.9819777607917786,-0.0028504272922873497,0.1739336997270584,-0.06326410174369812,-0.045932382345199585,0.020155370235443115,0.06913596391677856 +448,-0.15525444362007162,-0.10459589798738049,-2.461987737237831,-0.15378640592098236,0.10440528392791748,-0.9825727939605713,-0.06910324841737747,0.051238130778074265,-0.23137547075748444,-0.003257051110267639,0.05802452564239502,0.02259659767150879 +449,-0.1511342060460615,-0.13260888730352596,-2.4825423461954075,-0.14923764765262604,0.1322205662727356,-0.9799213409423828,-0.3528301417827606,0.07652748376131058,-0.11694767326116562,0.026267051696777344,-0.037417709827423096,-0.06777763366699219 +450,-0.1457669791135624,-0.12891511742302955,-2.492303692609925,-0.14404600858688354,0.12855833768844604,-0.981184720993042,0.18185684084892273,-0.13996323943138123,-0.14406441152095795,0.006747439503669739,0.03886108100414276,-0.07542532682418823 +451,-0.17949706351668548,-0.12135503729636714,-2.509920845008429,-0.17722170054912567,0.12105739116668701,-0.9766972661018372,-0.13321281969547272,-0.28962644934654236,-0.1048567146062851,-0.012826487421989441,-0.08703029900789261,0.14487969875335693 +452,-0.1804140872304082,-0.15182873697668423,-2.5255962696611896,-0.1773727387189865,0.1512460857629776,-0.9724523425102234,-0.2709887623786926,0.08386962860822678,-0.341132789850235,-0.04148407280445099,0.0863180011510849,-0.09982854127883911 +453,-0.1888100989291239,-0.14966045465378552,-2.5771688410308076,-0.18559221923351288,0.14910238981246948,-0.9712486863136292,-0.07449592649936676,-0.18540059030056,-0.6020025610923767,0.05265766382217407,-0.008065402507781982,-0.05168527364730835 +454,-0.22213531868774364,-0.14667798897516932,-2.6536709230190114,-0.21794727444648743,0.14615260064601898,-0.9649551510810852,0.06668539345264435,-0.010778522118926048,-0.7198677062988281,0.16380909085273743,-0.06831751763820648,-0.012522876262664795 +455,-0.21385559885439395,-0.11916542690079096,-2.717755819961679,-0.2107241451740265,0.11888359487056732,-0.9702896475791931,0.11647006869316101,0.15206295251846313,-0.6039652228355408,0.12081937491893768,-0.08844231814146042,-0.08534383773803711 +456,-0.21222847437612072,-0.09571801495632046,-2.750813525976434,-0.20967470109462738,0.09557192027568817,-0.9730891585350037,0.20338685810565948,-0.09425309300422668,-0.26343026757240295,-0.015346646308898926,0.06020505726337433,0.026464402675628662 +457,-0.22060753543813455,-0.09320023132781212,-2.7740225239212197,-0.21787278354167938,0.09306536614894867,-0.9715298414230347,-0.30258628726005554,0.02086244896054268,-0.35042041540145874,-0.07294446229934692,0.10563457757234573,0.08487218618392944 +458,-0.23202178690060196,-0.09960295422650714,-2.8056162063703387,-0.22880592942237854,0.09943834692239761,-0.9683800339698792,0.15445499122142792,-0.431499719619751,-0.2791910767555237,0.13708534836769104,0.025622688233852386,-0.16547006368637085 +459,-0.26390284018868887,-0.0960117254328247,-2.7871347332725245,-0.2596488893032074,0.09586428105831146,-0.9609331488609314,-0.3666846454143524,-0.02604549378156662,0.6272314190864563,-0.04731220006942749,-0.08178041875362396,0.1628527045249939 +460,-0.25850013466303357,-0.13768985661325006,-2.75112340178598,-0.25321143865585327,0.1372552067041397,-0.9576246738433838,0.005617608781903982,-0.015088627114892006,0.21631091833114624,-0.04798179864883423,0.11910770833492279,-0.09085249900817871 +461,-0.27109842892386515,-0.13405524999250956,-2.7318843653535185,-0.26538729667663574,0.13365410268306732,-0.9548330307006836,-0.016032753512263298,-0.10857187956571579,0.23817670345306396,-0.03194543719291687,-0.07315300405025482,0.01203829050064087 +462,-0.2741104702730299,-0.13212501061734488,-2.7026280130062648,-0.2683314383029938,0.13174092769622803,-0.9542759656906128,0.3754322826862335,-0.08626097440719604,0.2468869835138321,-0.0005589425563812256,0.020618081092834473,-0.03620254993438721 +463,-0.29550943488735326,-0.11812356342794009,-2.676036839957526,-0.2891978323459625,0.11784905195236206,-0.9499874711036682,-0.08494560420513153,-0.18175923824310303,0.2516472041606903,-0.06668290495872498,-0.01015251874923706,0.1455441117286682 +464,-0.2912462982369347,-0.14154635889779665,-2.666743586766184,-0.28427451848983765,0.14107418060302734,-0.9483069777488708,0.1506834775209427,0.032235488295555115,-0.09853161126375198,0.019397199153900146,0.10822391510009766,-0.11379629373550415 +465,-0.2906277613057637,-0.12210236415358802,-2.6695266394738417,-0.2844202518463135,0.12179918587207794,-0.950931191444397,-0.020525716245174408,-0.026908835396170616,-0.01881781965494156,-0.033420294523239136,-0.03473253548145294,0.012790322303771973 +466,-0.29225247835597556,-0.12091328320353559,-2.6646352397818838,-0.2860063910484314,0.12061887234449387,-0.9506058096885681,0.19966135919094086,0.028146592900156975,-0.01309366337954998,-0.012669146060943604,0.055772729218006134,-0.033753931522369385 +467,-0.29229026246648626,-0.10908199119932399,-2.6671415575441277,-0.28643348813056946,0.10886579751968384,-0.951894998550415,-0.09015974402427673,0.0018720580264925957,-0.05199425667524338,-0.03741905093193054,-0.009210646152496338,0.06453537940979004 +468,-0.2939730507765198,-0.11466560049304736,-2.6803578730417263,-0.28785431385040283,0.11441449075937271,-0.9508150219917297,0.020608991384506226,0.04076356440782547,-0.1884625256061554,0.019040226936340332,0.03184100240468979,-0.0011350512504577637 +469,-0.2901479127961121,-0.11995422735727361,-2.6917865959008633,-0.28403812646865845,0.11966676265001297,-0.9513160586357117,-0.0435156375169754,0.013784688897430897,-0.04834844172000885,0.005672037601470947,0.011299416422843933,-0.03237229585647583 +470,-0.2824391043753157,-0.1159416430393698,-2.6780756765352822,-0.2768278419971466,0.11568205803632736,-0.9539308547973633,0.26774388551712036,0.026484012603759766,0.5485143661499023,0.1554899513721466,-0.22026580572128296,-0.19493389129638672 +471,-0.22948711623673698,-0.029158067260593352,-2.484543437735213,-0.22738142311573029,0.029153935611248016,-0.9733692407608032,3.6348562240600586,1.3797051906585693,1.6164735555648804,0.05164596438407898,-0.006967654451727867,-0.581867516040802 +472,-0.1377486909749128,0.4532321137727804,-2.1200264224699654,-0.12344983965158463,-0.43787360191345215,-0.8905205130577087,5.06369161605835,1.1232906579971313,3.209310531616211,0.18535473942756653,0.15216806530952454,-0.397916316986084 +473,-0.3048002722279319,0.71162264379468,-1.6685803954167637,-0.22726869583129883,-0.6530634760856628,-0.722396731376648,2.316555976867676,0.6566781997680664,2.7640151977539062,-0.055003657937049866,0.20031994581222534,-0.11940014362335205 +474,-0.3894150561950976,0.9881099624842005,-1.476317480862757,-0.20890815556049347,-0.834987461566925,-0.5090710520744324,3.909151792526245,1.963942050933838,-0.6371017694473267,-0.09422296285629272,0.20995694398880005,0.33837103843688965 +475,-0.846022291627132,1.3164069707193602,-0.47064374023838756,-0.18840083479881287,-0.9678171277046204,-0.16683834791183472,4.526870250701904,5.831879615783691,3.3160037994384766,0.48667967319488525,-0.33523762226104736,0.08663815259933472 +476,-1.580046439564126,1.2333468139248738,1.02061902346967,-0.3310675024986267,-0.9436021447181702,0.0030624992214143276,5.417291641235352,7.2065629959106445,-0.26896578073501587,0.4893164038658142,0.27586227655410767,0.18309473991394043 +477,-1.5817202660688814,1.2570014432547623,1.3264856241327727,-0.3086518347263336,-0.9511690735816956,0.0033718280028551817,-0.7920350432395935,1.2261388301849365,-0.23711061477661133,0.1911744475364685,-0.04428374767303467,-0.03491175174713135 +478,-1.2884633546523734,1.2504592212680368,1.164090378550127,-0.30241966247558594,-0.9491293430328369,-0.08772647380828857,-1.024267315864563,0.19956739246845245,-0.26068681478500366,0.05115318298339844,0.21226710081100464,-0.2614861726760864 +479,-1.0983338941404175,1.3247860846217805,0.795293449052007,-0.21685700118541718,-0.9698917865753174,-0.11082858592271805,-0.7723416686058044,-3.313667058944702,-2.136845111846924,-0.09311003983020782,0.18681073188781738,-0.22423917055130005 +480,-0.9986714440992999,1.441275860170102,0.5999281427754923,-0.1085902526974678,-0.9916239380836487,-0.06992892175912857,-0.012242154218256474,0.42024198174476624,0.2908571660518646,0.058755047619342804,-0.11816298961639404,0.03948760777711868 +481,-0.9768932849248021,1.4301448155875243,0.5953186358485887,-0.11618201434612274,-0.9901248812675476,-0.07844880223274231,0.182902991771698,0.16782154142856598,-0.25727036595344543,-0.048475563526153564,0.6397069096565247,0.03482390195131302 +482,0.0905108173650189,1.5123922072203126,-0.47589569446340335,0.005276212468743324,-0.9982949495315552,-0.058134451508522034,-0.26987698674201965,-0.5895527601242065,-2.2668745517730713,-0.22851228713989258,0.8895759582519531,-0.08394009619951248 +483,1.1603262858362238,1.2482887395894853,-1.6876127409842592,0.29061833024024963,-0.9484436511993408,-0.12647423148155212,-0.9209099411964417,-1.6556249856948853,-2.9252073764801025,0.18919429183006287,0.23562926054000854,-0.036749064922332764 +484,1.0226075848856158,0.9739958374003135,-1.723440954454124,0.47964924573898315,-0.8271379470825195,-0.29288142919540405,-1.0505149364471436,-1.3715641498565674,-0.892467200756073,0.9086106419563293,-1.7608137130737305,-0.554530680179596 +485,0.7891936196381458,1.1131945597412953,-1.5519212049436402,0.3135816752910614,-0.897114634513855,-0.3112102746963501,0.922933042049408,-0.8191279768943787,3.4086005687713623,0.6759812831878662,-0.552531361579895,-0.5179828405380249 +486,0.04768095972532526,1.3109844101454402,-0.875610175169456,0.01224453467875719,-0.9664382934570312,-0.25660669803619385,0.12340520322322845,-1.0721657276153564,1.982820749282837,0.1567312777042389,0.479744017124176,0.09159818291664124 +487,-0.6778438497927098,1.3068684273325657,-0.19485063263760205,-0.1635981649160385,-0.9653727412223816,-0.20320191979408264,1.4891856908798218,0.3082454204559326,1.433978796005249,-0.2069157212972641,0.8479106426239014,0.14093078672885895 +488,-1.3005309150771687,1.3941186251296607,0.46085912430453363,-0.1693800389766693,-0.9844330549240112,-0.046925704926252365,1.9476679563522339,-0.7557439804077148,-1.8503907918930054,-0.1281816065311432,1.1013153791427612,-0.25338250398635864 +489,2.088314188376069,1.3712806054906321,3.1294562437518327,0.1722419112920761,-0.9801626801490784,0.0980522632598877,0.9401566982269287,-2.761737823486328,-3.63954496383667,0.31693965196609497,0.6512593626976013,0.3073737621307373 +490,2.174767507544507,1.213441981513349,2.8794611179433685,0.28791311383247375,-0.9368255138397217,0.19865503907203674,0.5961132049560547,-0.6438518166542053,0.03549114987254143,0.5589954257011414,0.01629340648651123,0.26531895995140076 +491,2.021243213128924,1.1517080290887793,2.8686812370085786,0.36633753776550293,-0.9134603142738342,0.17716315388679504,-0.17179714143276215,-1.6779308319091797,-0.59624844789505,0.20807954668998718,-0.15756916999816895,0.5197210311889648 +492,1.6704388879139338,1.1140374416031533,3.064629866439249,0.4388539791107178,-0.897486686706543,0.04387383162975311,-2.6760013103485107,-2.056828737258911,-1.098164439201355,0.010593622922897339,0.09669017791748047,0.22629833221435547 +493,0.888568140858433,0.7382880932046224,-2.590549361078174,0.574072003364563,-0.6730227470397949,-0.4663492739200592,-5.533158779144287,-2.54060959815979,-2.0475354194641113,0.19077473878860474,-0.4873928427696228,-0.2080129086971283 +494,0.5341334684053345,0.4046156892090118,-2.3915604128182246,0.4679878354072571,-0.39366552233695984,-0.791210949420929,-2.1019468307495117,-1.8669058084487915,0.30744582414627075,-0.01588517427444458,-0.6160390973091125,-0.16386711597442627 +495,0.3885570525190357,0.38255931306370183,-2.28458579692488,0.35146698355674744,-0.37329599261283875,-0.8585575222969055,-0.05368389934301376,-1.2864301204681396,0.3297900855541229,-0.13248810172080994,-0.12183642387390137,-0.10587418079376221 +496,0.30033729968897327,0.4035747188151514,-2.288150835793515,0.272075355052948,-0.3927083909511566,-0.8784959316253662,0.3902462422847748,-0.5451622009277344,-0.2202826291322708,-0.1970173716545105,0.18302211165428162,-0.143171489238739 +497,0.2179276314849019,0.439482675888937,-2.372322029856732,0.1956610083580017,-0.42547136545181274,-0.8835670948028564,-0.3445934057235718,-2.206861972808838,-0.88882976770401,0.2465691715478897,0.17635640501976013,-0.2693564295768738 +498,0.08499509375436735,0.3239833294039089,-2.467160261164621,0.08047623932361603,-0.31834515929222107,-0.9445527791976929,0.03428211808204651,-0.6558058857917786,-0.8666669726371765,0.05853133648633957,-0.08647051453590393,0.18635880947113037 +499,0.08939044644270515,0.309380688851874,-2.595970302281297,0.08503304421901703,-0.3044687807559967,-0.9487192034721375,-0.5741097927093506,-0.463640034198761,-1.3138577938079834,0.012577429413795471,-0.04994708299636841,0.12152504920959473 +500,0.08020508228946956,0.2325912337546168,-2.7332941517077116,0.07796169817447662,-0.2304997593164444,-0.9699442386627197,-0.16138337552547455,-0.4701206386089325,-1.5320950746536255,0.08855746686458588,0.028625965118408203,0.0068705081939697266 +501,0.09138321138850902,0.25377450566635645,-2.878880880980736,0.08833330124616623,-0.251059353351593,-0.9639328122138977,0.14939168095588684,-0.17812608182430267,-1.3689255714416504,-0.026992961764335632,-0.028069674968719482,-0.1050369143486023 +502,0.086642889561069,0.29424191349557777,-3.0100053889930125,0.08281546831130981,-0.2900144159793854,-0.9534323215484619,1.2418639659881592,-0.4045000970363617,-0.7000085115432739,-0.09802848845720291,0.10416242480278015,-0.07385033369064331 +503,0.08718423881568052,0.3222855826375308,-3.1032895865749808,0.0825907438993454,-0.31673529744148254,-0.9449114203453064,-0.3995002210140228,-0.3874610662460327,-1.0993638038635254,0.033589668571949005,0.025063544511795044,0.1110796332359314 +504,0.07285739881059346,0.2939206594694869,3.0903107433377044,0.06967125833034515,-0.2897069752216339,-0.9545762538909912,-0.20235010981559753,-0.23432378470897675,-0.33541038632392883,0.08990515023469925,0.01562860608100891,0.01848006248474121 +505,0.04637684505159147,0.26717020907680344,3.0712224526478487,0.04471544548869133,-0.26400309801101685,-0.9634847640991211,-0.33578982949256897,-0.18433870375156403,-0.08769241720438004,0.05417676642537117,0.0031235814094543457,0.0006704330444335938 +506,0.03785589097364124,0.2395101030041783,3.0606513725964306,0.03676648437976837,-0.23722673952579498,-0.970758318901062,-0.16024690866470337,-0.19855661690235138,-0.15096357464790344,0.04605822265148163,-0.003770574927330017,-0.07234776020050049 +507,0.035713948370618545,0.24500528368117916,3.076293559782302,0.03464002534747124,-0.2425614446401596,-0.9695174098014832,0.25742658972740173,0.12038112431764603,0.21524934470653534,-0.02191419154405594,-0.020713701844215393,0.0038954615592956543 +508,0.040623095040016426,0.2525642847881037,3.0570152513610984,0.03932350128889084,-0.24988770484924316,-0.9674760103225708,-0.39642220735549927,0.12002193182706833,-0.4275776147842407,0.006223984062671661,0.025751352310180664,0.0717545747756958 +509,0.07173701784597428,0.17574339886992532,3.0335208261369164,0.07057147473096848,-0.17484013736248016,-0.9820644855499268,-0.804736852645874,0.4381689429283142,-0.09047584235668182,0.021255917847156525,0.019200488924980164,0.011437654495239258 +510,0.10042071966411019,0.13155180562532587,3.029721420681971,0.09938579797744751,-0.13117270171642303,-0.9863651394844055,-0.19244442880153656,-0.2146310657262802,-0.008089469745755196,0.08794635534286499,-0.021903470158576965,-0.009011447429656982 +511,0.0628684074218274,0.114269778618805,3.032621374896016,0.06241726502776146,-0.11402125656604767,-0.9915156364440918,-0.20794585347175598,-0.31907063722610474,0.1093568429350853,0.04627109318971634,-0.019828833639621735,-0.0584416389465332 +512,0.06755350124047782,0.10892139646775402,3.0595757863050568,0.0671021118760109,-0.10870615392923355,-0.9918065667152405,-0.008042399771511555,0.16430354118347168,0.31106656789779663,-0.027047790586948395,0.010668434202671051,-0.03233283758163452 +513,0.04912965701822177,0.13923313165516957,3.0837148796945026,0.048634644597768784,-0.13878370821475983,-0.9891277551651001,0.5642213821411133,-0.37845906615257263,0.24878376722335815,-0.03699219226837158,0.0050709545612335205,-0.03714781999588013 +514,0.008263238521478485,0.1886059759962096,3.111685388135329,0.00811661034822464,-0.18748977780342102,-0.9822330474853516,0.3472121059894562,-0.30291131138801575,0.30332690477371216,-0.01212967187166214,-0.02030441164970398,0.022333145141601562 +515,-0.026111576066158868,0.21112141341090226,3.136345766498203,-0.025528907775878906,-0.20955654978752136,-0.9774631857872009,0.2830122411251068,-0.38464441895484924,0.4554625153541565,0.021271707490086555,-0.08103182911872864,-0.025725841522216797 +516,-0.06703828131535146,0.23636410489530543,-3.1127090263878934,-0.06512553244829178,-0.2341693788766861,-0.9700120687484741,0.2691589891910553,-0.22389641404151917,0.12390750646591187,-0.03176777809858322,-0.016395196318626404,-0.04684889316558838 +517,-0.07672717973353405,0.26799872982509104,-3.0995751966672205,-0.07391566038131714,-0.26480212807655334,-0.9614657163619995,0.24805252254009247,0.03237833082675934,0.07268031686544418,0.01565760374069214,0.044129520654678345,0.05294215679168701 +518,-0.07392699749015423,0.27974723425230463,-3.0889459435872397,-0.07098840177059174,-0.27611270546913147,-0.9585000872612,0.09452600032091141,0.17194384336471558,0.19136978685855865,0.019673094153404236,0.04507938027381897,0.05502718687057495 +519,-0.06623000356789181,0.27293034111946063,-3.0756365733140467,-0.06373189389705658,-0.26955446600914,-0.9608739018440247,-0.16540105640888214,0.09792095422744751,0.13628555834293365,0.01005147397518158,0.0037158429622650146,0.03512316942214966 +520,-0.07806633386964708,0.26504006811193026,-3.058152356791255,-0.07526390999555588,-0.2619479298591614,-0.9621427059173584,0.01668926700949669,-0.30678245425224304,0.09732019901275635,-0.038978636264801025,-0.07147186994552612,-0.0590517520904541 +521,-0.09503552025023386,0.2577039868746761,-3.048071623650151,-0.09175895899534225,-0.2548610270023346,-0.9626142382621765,0.21284925937652588,0.05906619131565094,-0.064967080950737,-0.036247022449970245,-0.0035618245601654053,-0.039766132831573486 +522,-0.08793827398792764,0.28637808919257385,-3.0440737752515976,-0.08424815535545349,-0.2824796736240387,-0.9555665850639343,0.1788402497768402,0.19115647673606873,0.06967099756002426,-0.02790394425392151,0.010735899209976196,0.036758601665496826 +523,-0.0807734613482777,0.29195039487641194,-3.039665442446201,-0.07727138698101044,-0.28782063722610474,-0.9545618891716003,-0.01824292540550232,0.06005404144525528,-0.015253798104822636,-0.020735815167427063,0.010858356952667236,0.03865307569503784 +524,-0.07004586141628244,0.2790996671613997,-3.034722678692385,-0.06728030741214752,-0.27549025416374207,-0.9589465260505676,-0.21437831223011017,0.06075240671634674,0.13643911480903625,0.018269076943397522,-0.008567333221435547,0.024681389331817627 +525,-0.07855815976193369,0.2630989188463295,-3.010341384742701,-0.07577686756849289,-0.26007407903671265,-0.96261066198349,-0.14906029403209686,-0.1732747107744217,0.3871031403541565,-0.014036357402801514,-0.007580310106277466,-0.044591426849365234 +526,-0.09332710404318166,0.25912331809558503,-2.974074648281105,-0.09008047729730606,-0.25623324513435364,-0.9624084234237671,0.11072281002998352,-0.07512293010950089,0.2972549498081207,-0.05319954454898834,-0.020698487758636475,-0.026208460330963135 +527,-0.1048974501367675,0.2632687632187305,-2.9483329426682507,-0.10109750926494598,-0.26023808121681213,-0.9602372050285339,-0.04502423107624054,-0.04635799676179886,0.17076224088668823,-0.029594019055366516,-0.003800004720687866,0.047166526317596436 +528,-0.11810044684059003,0.2560835220042702,-2.9264589071597107,-0.11398372054100037,-0.2532937526702881,-0.9606508016586304,-0.08202721923589706,-0.0675928071141243,0.34822264313697815,0.024887658655643463,0.012723684310913086,0.047107160091400146 +529,-0.12779747851679088,0.23442674422441132,-2.892769095642844,-0.1239638403058052,-0.23228545486927032,-0.9647157192230225,-0.17355714738368988,0.04720833897590637,0.2640526294708252,0.013932719826698303,-0.023329779505729675,-0.010687053203582764 +530,-0.1365961705113545,0.21217972340338348,-2.877891345156279,-0.13311803340911865,-0.21059124171733856,-0.9684683680534363,-0.025619421154260635,-0.10880698263645172,0.0493474043905735,0.007629752159118652,0.001210138201713562,-0.11615687608718872 +531,-0.14632965834415515,0.23114701040862332,-2.865330073369993,-0.14193013310432434,-0.22909417748451233,-0.9630013704299927,0.18166443705558777,-0.030715461820364,-0.025302372872829437,0.051689669489860535,0.004118606448173523,-0.003841221332550049 +532,-0.12926012969937264,0.2354078228106143,-2.874909783200857,-0.12534531950950623,-0.2332395762205124,-0.9643069505691528,-0.009318253956735134,0.18529298901557922,-0.14183512330055237,0.13024339079856873,0.011834561824798584,-0.013384699821472168 +533,-0.09668797531460954,0.23269550315979573,-2.884810945810682,-0.09393555670976639,-0.2306012064218521,-0.9685035943984985,-0.09140049666166306,0.05159086734056473,0.0915352925658226,0.11580140143632889,0.0831708014011383,-0.057482123374938965 +534,-0.08777246638519157,0.23319481241341525,-2.8540799232715255,-0.08528713136911392,-0.23108702898025513,-0.9691877365112305,0.05149170011281967,0.15130797028541565,0.5029280185699463,0.04189113527536392,0.04108460247516632,0.025324881076812744 +535,-0.07597495950400975,0.2243794350444548,-2.812425164897322,-0.07399921119213104,-0.22250139713287354,-0.9721199870109558,-0.1592584103345871,0.07694940268993378,0.28282344341278076,0.026758000254631042,-0.026399970054626465,0.04667443037033081 +536,-0.0853082462715262,0.20189187686659232,-2.783557452205081,-0.08347421139478683,-0.20052313804626465,-0.9761263132095337,0.014408182352781296,0.17987366020679474,0.39126309752464294,-0.09087270498275757,0.04563117027282715,-0.10210549831390381 +537,-0.06467601446396765,0.20991437105779914,-2.7553007170714237,-0.06321220844984055,-0.20837615430355072,-0.976003885269165,0.04931697994470596,0.2650150656700134,0.04581312835216522,-0.13770025968551636,-0.004285603761672974,0.04489731788635254 +538,-0.0684250854871025,0.2197805646527975,-2.742061694668314,-0.06672704219818115,-0.21801547706127167,-0.9736615419387817,0.15213090181350708,-0.27119946479797363,0.001189312431961298,-0.09199488162994385,-0.013200953602790833,0.06428349018096924 +539,-0.09160128869948778,0.23251849790116416,-2.7452393135304396,-0.08901161700487137,-0.23042897880077362,-0.969009518623352,-0.05244278535246849,-0.10683982074260712,-0.03219100087881088,-0.007134012877941132,5.176663398742676e-05,0.06147778034210205 +540,-0.1031944609488161,0.21459643277845591,-2.7520154371121577,-0.10064857453107834,-0.2129531353712082,-0.971864640712738,-0.23312285542488098,-0.14995089173316956,-0.07586875557899475,0.012025520205497742,0.010484263300895691,-0.06199461221694946 +541,-0.09904603160817835,0.189638953621474,-2.747970447324066,-0.09711141139268875,-0.18850433826446533,-0.9772591590881348,-0.3026210069656372,-0.050431881099939346,0.12304645776748657,-0.013469032943248749,-0.017245173454284668,-0.04401153326034546 +542,-0.10448099911941836,0.1848424354307186,-2.7300793954131413,-0.10251443833112717,-0.1837916523218155,-0.9776049256324768,0.29189497232437134,0.08465434610843658,0.2731142044067383,-0.032113850116729736,0.024978190660476685,-0.029093623161315918 +543,-0.11262589587342091,0.19970583565203337,-2.706137740279141,-0.11015423387289047,-0.19838102161884308,-0.9739152789115906,0.0642523318529129,0.026334024965763092,0.09024814516305923,-0.09013262391090393,0.0041519105434417725,0.008476495742797852 +544,-0.0961981556937558,0.2119054819615592,-2.719532710977936,-0.09390140324831009,-0.21032314002513885,-0.9731118679046631,0.23049327731132507,0.22679050266742706,-0.2909447252750397,-0.03137325495481491,0.012172505259513855,0.07981657981872559 +545,-0.09607622318513476,0.21283839851288583,-2.739943793411875,-0.09376388788223267,-0.21123509109020233,-0.9729275703430176,-0.26556816697120667,-0.17252224683761597,-0.054895032197237015,0.046431124210357666,-0.01587672531604767,-0.002002239227294922 +546,-0.09665742446774014,0.20478258043188252,-2.740902048966349,-0.09449049830436707,-0.20335428416728973,-0.9745350480079651,0.31602418422698975,0.2756832242012024,0.07625221461057663,-0.020041964948177338,0.022766530513763428,-0.05163371562957764 +547,-0.0769561394379754,0.21283553668150446,-2.7495753593058265,-0.07514546811580658,-0.21123230457305908,-0.974543035030365,-0.003271975554525852,0.26386892795562744,-0.018368437886238098,0.01769612729549408,0.028096318244934082,0.04001849889755249 +548,-0.0887550921112795,0.20567691191287835,-2.732169014331881,-0.08677037060260773,-0.20422984659671783,-0.9750697612762451,-0.01780022121965885,-0.04730793461203575,0.2633112370967865,-0.036368049681186676,0.02146008610725403,-0.05601233243942261 +549,-0.09319619815726253,0.21755499466354125,-2.7171555192066563,-0.09086771309375763,-0.21584290266036987,-0.972190797328949,0.1474038064479828,0.006764098070561886,-0.1412394493818283,-0.08955220878124237,0.003181159496307373,0.032051026821136475 +550,-0.08596915528132457,0.20628216250286308,-2.740178086575912,-0.08404292911291122,-0.20482230186462402,-0.9751843810081482,-0.047345004975795746,0.017319858074188232,-0.12131400406360626,0.0044988542795181274,0.012881994247436523,0.019099175930023193 +551,-0.09696195367858881,0.20458452531670437,-2.7456917437016677,-0.09479116648435593,-0.203160360455513,-0.9745463132858276,-0.18972593545913696,-0.09660261124372482,-0.10362060368061066,-0.0009882524609565735,-0.027705103158950806,0.021695971488952637 +552,-0.09334043554326671,0.19412899462573857,-2.762285654370467,-0.09145420044660568,-0.19291196763515472,-0.9769448041915894,-0.039739564061164856,0.0201861709356308,-0.16858507692813873,0.015907935798168182,-0.0005237162113189697,-0.057875752449035645 +553,-0.09255765688968842,0.19302098327889025,-2.764756806358486,-0.0907091423869133,-0.19182464480400085,-0.9772282838821411,0.014111652038991451,0.03682243451476097,0.19970639050006866,0.0183061882853508,0.034018248319625854,-0.0007990598678588867 +554,-0.10746188084132206,0.19376605086508042,-2.733954214188557,-0.10524799674749374,-0.19255582988262177,-0.9756255149841309,0.11068801581859589,-0.1876295953989029,0.2858951985836029,-0.011878468096256256,-0.007700517773628235,0.01732778549194336 +555,-0.10279153094736908,0.18817000058232458,-2.7297306248470865,-0.10079934448003769,-0.18706151843070984,-0.9771629571914673,-0.16629210114479065,0.2047056406736374,-0.12520812451839447,-0.040146082639694214,-0.018825337290763855,-0.021387457847595215 +556,-0.08471760748925343,0.19244749156686558,-2.745440492173492,-0.08305420726537704,-0.19126176834106445,-0.9780188798904419,0.05122210457921028,0.1455666422843933,-0.08009891211986542,-0.007125228643417358,0.009956836700439453,0.034415364265441895 +557,-0.08416371982360846,0.19255943570427944,-2.746238728850472,-0.08251068741083145,-0.19137164950370789,-0.9780433773994446,0.016812393441796303,-0.05372687056660652,-0.04074979946017265,-0.03240325301885605,0.01273702085018158,0.013153910636901855 +558,-0.08369623925354992,0.185233477707436,-2.753250464271941,-0.08216845989227295,-0.1841760277748108,-0.9794526696205139,-0.01737980544567108,0.14102448523044586,-0.031042154878377914,0.006942629814147949,0.015474855899810791,-0.022195279598236084 +559,-0.06908812096449751,0.17282286526942575,-2.746371679236554,-0.0680048018693924,-0.17196384072303772,-0.9827531576156616,-0.350988507270813,0.14530402421951294,0.14084307849407196,0.03437443822622299,-0.029314830899238586,0.044261395931243896 +560,-0.05784874028182329,0.15020231988637042,-2.7176518025048404,-0.057165514677762985,-0.14963817596435547,-0.9870868921279907,-0.10416952520608902,0.0801149308681488,0.3146325647830963,-0.007623303681612015,-0.011860847473144531,-0.06131398677825928 +561,-0.05335373972956259,0.16532656836062692,-2.7060111832474556,-0.05260127782821655,-0.16457445919513702,-0.9849610924720764,0.30325818061828613,0.15393193066120148,-0.0854300707578659,-0.03634219989180565,0.021248653531074524,-0.09729897975921631 +562,-0.022617205079240615,0.20676389571328152,-2.7169825384055515,-0.02213357947766781,-0.20529380440711975,-0.9784500598907471,0.33451879024505615,0.2582954466342926,-0.11611255258321762,0.007012123242020607,0.035188838839530945,0.06389933824539185 +563,-0.022270342191739085,0.2207106878217092,-2.721616299242445,-0.021728314459323883,-0.21892312169075012,-0.9755001664161682,0.06882023811340332,-0.20112763345241547,0.14447131752967834,0.008880414068698883,-0.007914036512374878,-0.008829057216644287 +564,-0.03310716042795418,0.24402392645473692,-2.7030948973561486,-0.03212044760584831,-0.24160929024219513,-0.9698418378829956,0.6255388259887695,-0.007363796234130859,0.18149740993976593,-0.04519583284854889,0.007768347859382629,-0.04695802927017212 +565,-0.036681668142273624,0.28605353054676935,-2.700462693616945,-0.03518321365118027,-0.28216832876205444,-0.9587195515632629,0.08347417414188385,0.061253663152456284,-0.15144744515419006,-0.019595839083194733,-0.013226568698883057,0.06762152910232544 +566,-0.03291297416527257,0.28831012377293797,-2.7188087349390537,-0.031548820436000824,-0.2843325138092041,-0.9582065343856812,0.159448504447937,-0.01451840065419674,-0.026517415419220924,-0.0003115348517894745,0.022415369749069214,-0.014052987098693848 +567,-0.026549818098955486,0.2884498215196,-2.724294795655745,-0.025449948385357857,-0.2844664454460144,-0.9583481550216675,-0.04021945223212242,0.08353462815284729,0.006051746197044849,-0.0024278610944747925,0.005612045526504517,0.07391822338104248 +568,-0.024822372155191237,0.2700038044747992,-2.7271915895553094,-0.02392059750854969,-0.26673510670661926,-0.9634729623794556,-0.20179510116577148,0.04609265178442001,0.00701893400400877,-0.0021108966320753098,0.003124237060546875,0.051424622535705566 +569,-0.022989212081688526,0.2580797635522144,-2.730873849056278,-0.022225894033908844,-0.2552243769168854,-0.9666263461112976,0.02393089234828949,0.12245756387710571,-0.1196548193693161,-0.011221369728446007,-0.007013142108917236,-0.023119688034057617 +570,-0.0004529778586746176,0.2530283817160043,-2.751564868367131,-0.00043855447438545525,-0.25033706426620483,-0.9681586623191833,-0.11857400089502335,0.28782400488853455,-0.23833060264587402,0.025737624615430832,-0.004286348819732666,-0.00565725564956665 +571,0.00874386033862174,0.25270990650503383,-2.7615196556777946,0.008466033264994621,-0.25002869963645935,-0.9682013988494873,0.09332802891731262,-0.08014564961194992,-0.059443116188049316,-0.011594083160161972,0.012205243110656738,-0.046797990798950195 +572,0.011246948912878762,0.2546152937039946,-2.7684497431098025,0.010884121060371399,-0.2518731355667114,-0.9676990509033203,-0.01989225670695305,0.021265707910060883,-0.04307323694229126,-0.014820888638496399,0.016307950019836426,-0.0026073455810546875 +573,0.0028479503996573416,0.2517100458433633,-2.7650583374962237,0.0027582019101828337,-0.2490604817867279,-0.9684839844703674,0.0659346878528595,-0.06788115948438644,0.07112425565719604,-0.0185968279838562,-0.002816334366798401,0.001656651496887207 +574,-0.001739195302524232,0.25315649127343165,-2.7642213664294357,-0.0016837605508044362,-0.25046107172966003,-0.9681252241134644,0.0008272938430309296,-0.07489462941884995,-0.05937712639570236,0.0004630573093891144,-0.017162799835205078,0.023224711418151855 +575,-0.004863400232903966,0.2480092395357802,-2.770859156927454,-0.004714576061815023,-0.24547459185123444,-0.9693915843963623,-0.12167197465896606,0.11108886450529099,-0.03029145672917366,-0.011886987835168839,0.017523542046546936,-0.024947404861450195 +576,-0.0005552512975259724,0.24516883994468602,-2.7732823342620496,-0.000538647233042866,-0.2427201122045517,-0.970096230506897,-0.012709838338196278,0.05843866616487503,-0.0819864347577095,-0.015315234661102295,-0.004853725433349609,-0.008083701133728027 +577,0.0034582685577689335,0.2448907406535391,-2.770904800562837,0.003355080261826515,-0.24245032668113708,-0.970158040523529,0.009486877359449863,-0.018214136362075806,0.0028788838535547256,0.0011767782270908356,-0.015789419412612915,0.008472859859466553 +578,-0.003457005389844486,0.24758822507353648,-2.7641062732882027,-0.003351581748574972,-0.24506644904613495,-0.9695004820823669,0.04896296188235283,-0.04613415151834488,0.10673494637012482,-0.00037156417965888977,-0.004872530698776245,-0.012845098972320557 +579,-0.00530056422143292,0.2512135478129592,-2.7598089536051424,-0.005134163424372673,-0.24857959151268005,-0.9685978889465332,0.012138883583247662,-0.06559918820858002,0.08729319274425507,0.020911753177642822,0.008345231413841248,0.012985706329345703 +580,-0.007093598083885529,0.24941782058146383,-2.7528771003810637,-0.0068740383721888065,-0.24683983623981476,-0.9690319299697876,0.026900622993707657,-0.060179226100444794,0.0695999264717102,0.012931779026985168,0.02032311260700226,-0.009682059288024902 +581,-0.011492337346532211,0.24582209796891707,-2.743167597842522,-0.011146605014801025,-0.24335378408432007,-0.9698735475540161,-0.036869294941425323,0.06761876493692398,0.09787315875291824,-0.021522466093301773,0.01965993642807007,-0.012182116508483887 +582,-0.01334136900361002,0.2417465872773584,-2.737311282294838,-0.012953035533428192,-0.239398792386055,-0.9708349108695984,-0.08012165874242783,-0.023508131504058838,0.048825498670339584,0.007490389049053192,-0.008037731051445007,0.03444880247116089 +583,-0.019970717048995307,0.23515598939907972,-2.7301231196472258,-0.019419793039560318,-0.2329946905374527,-0.9722840785980225,-0.08197633177042007,-0.11392150819301605,0.08334965258836746,0.0016890782862901688,-0.006766676902770996,-0.013189554214477539 +584,-0.021266516997560606,0.234639318578033,-2.7251629892925506,-0.020682217553257942,-0.23249220848083496,-0.9723783135414124,0.08525513112545013,0.020904462784528732,-0.010682688094675541,-0.01343643106520176,-0.0017759650945663452,-0.001010298728942871 +585,-0.021398018240443715,0.23632797988949866,-2.7296726716748276,-0.020801657810807228,-0.2341342568397522,-0.9719817042350769,-0.07872644811868668,0.04595794528722763,-0.08800629526376724,0.003910178318619728,0.0014377236366271973,0.026379287242889404 +586,-0.01824163688508815,0.22906384594690649,-2.733097061521297,-0.017764169722795486,-0.22706592082977295,-0.9737173318862915,-0.08606673777103424,0.04229540377855301,0.03920907527208328,0.023394664749503136,0.005355730652809143,-0.02057582139968872 +587,-0.01784741096716746,0.22646041368939895,-2.7272599262820316,-0.017390793189406395,-0.22452972829341888,-0.9743120670318604,0.0006565619260072708,-0.025209583342075348,0.05003026872873306,-0.007069043815135956,-0.012881770730018616,-0.009086370468139648 +588,-0.019105748305039534,0.2274772031459811,-2.721865434379451,-0.018612422049045563,-0.22552043199539185,-0.9740606546401978,0.025379642844200134,-0.04209240525960922,0.06903350353240967,0.013943232595920563,-0.01434771716594696,0.012756943702697754 +589,-0.02312906477571986,0.22490345903767844,-2.7102700141288247,-0.022544564679265022,-0.22301225364208221,-0.9745548963546753,-0.003746931441128254,0.05165997892618179,0.1529308706521988,-0.0064013563096523285,-0.0002695918083190918,-0.02796274423599243 +590,-0.022508113493655307,0.22823236389193674,-2.6986679257992843,-0.021922579035162926,-0.2262560874223709,-0.9738211035728455,-0.003972291015088558,0.05801122635602951,0.06826578080654144,-0.008976466953754425,-0.01054506003856659,0.020925045013427734 +591,-0.025148531868014152,0.2290041636700904,-2.685075603474314,-0.024489395320415497,-0.22700779139995575,-0.9735850095748901,-0.007807682268321514,-0.022401344031095505,0.16358152031898499,0.0015554353594779968,0.011004388332366943,0.017774462699890137 +592,-0.03490771548176477,0.22397089292661365,-2.664004389050206,-0.03402892127633095,-0.2221030741930008,-0.974429190158844,0.04421309381723404,0.0019328203052282333,0.1787746697664261,-0.04171570762991905,0.023876145482063293,-0.045269906520843506 +593,-0.035050650085920475,0.2316824548360115,-2.656028686731162,-0.03410716354846954,-0.22961534559726715,-0.9726836681365967,-0.013059800490736961,0.026967333629727364,-0.06953727453947067,-0.03748707473278046,0.004716053605079651,0.03114008903503418 +594,-0.024213020817395188,0.2254606793536201,-2.666782905774635,-0.02359791286289692,-0.22355540096759796,-0.9744055271148682,-0.08076371997594833,0.24534872174263,-0.06809907406568527,-0.01943187229335308,0.03881724178791046,0.010248422622680664 +595,-0.0008825033003889638,0.2073316848482245,-2.6657905070245906,-0.0008636031998321414,-0.20584946870803833,-0.9785832762718201,-0.2676783502101898,0.2487061768770218,0.0710594579577446,0.014703325927257538,-0.00183790922164917,0.008093833923339844 +596,-0.008585846187650344,0.19876940878633903,-2.6619725257330327,-0.008416689932346344,-0.19746312499046326,-0.9802742004394531,0.14166708290576935,-0.252157062292099,-0.1121646910905838,-0.023794613778591156,-0.005951792001724243,-0.030284881591796875 +597,-0.01850017620236379,0.19986782000955786,-2.6733293650926035,-0.01813085563480854,-0.19853977859020233,-0.9799250960350037,-0.017116878181695938,-0.10202421247959137,-0.13290919363498688,-0.01278344914317131,-0.0012282729148864746,-0.0055332183837890625 +598,-0.022490782794768665,0.19915327159047344,-2.686007673959345,-0.022044381126761436,-0.1978394091129303,-0.9799865484237671,-0.026363717392086983,-0.0561959333717823,-0.09792423993349075,0.0036117658019065857,-0.016989082098007202,-0.01340639591217041 +599,-0.028355379351699867,0.19890031728639865,-2.6969341314777258,-0.027792613953351974,-0.19759145379066467,-0.9798904061317444,-0.04286348819732666,-0.06984096765518188,-0.09012097120285034,0.019201915711164474,-0.000208243727684021,-0.016066014766693115 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/standing/q7.csv b/BoostRunClub/CoreML/DataSet/Motion/standing/q7.csv new file mode 100644 index 0000000..57b8525 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/standing/q7.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-0.022764274743319674,0.20448295374596737,-2.704006275158914,-0.022288082167506218,-0.20306091010570526,-0.9789124131202698,0.040607452392578125,0.003643942065536976,-0.011928746476769447,0.02054857835173607,0.009732052683830261,0.007766783237457275 +1,0.22932009428423514,0.209780668416355,2.2777060145813968,0.2223319411277771,-0.2082453817129135,-0.9524717330932617,-0.20678845047950745,0.3649075925350189,-0.06546866148710251,-0.1283378005027771,-0.025580301880836487,0.06521892547607422 +2,0.23606897920070208,0.21814071652288541,2.2379427347484215,0.2283397912979126,-0.21641477942466736,-0.9492236971855164,0.6332235932350159,-0.3249049782752991,-0.5637370347976685,-0.1201854944229126,-0.29515141248703003,-0.13827019929885864 +3,0.22614182718840803,0.21886023952969677,2.1998818513908875,0.2188706398010254,-0.21711719036102295,-0.9512916207313538,-0.21860963106155396,-0.007685847580432892,-0.48096615076065063,-0.02593851089477539,0.04539477825164795,-0.02919238805770874 +4,0.2418794196549431,0.21593241080021194,2.1505561588572277,0.2339652180671692,-0.21425828337669373,-0.9483426213264465,0.44644826650619507,0.08740432560443878,-0.9183915257453918,0.03193442523479462,0.059747785329818726,0.028130829334259033 +5,0.2515191176297635,0.2527895125902889,2.089822171697719,0.24096593260765076,-0.2501057982444763,-0.9377539753913879,0.49830693006515503,-0.2880490720272064,-0.7510993480682373,0.06372156739234924,0.08248800039291382,0.02332526445388794 +6,0.25508165772536506,0.2601145075089433,2.028641547235057,0.24383635818958282,-0.2571912109851837,-0.9350917339324951,0.23151235282421112,-0.018696926534175873,-0.8518385291099548,0.12496855854988098,0.07004213333129883,0.04756426811218262 +7,0.263078907326345,0.2644665558365814,1.9837459942935662,0.2510131895542145,-0.2613944113254547,-0.9320221543312073,0.08863744139671326,-0.2363044172525406,-0.6352381110191345,0.12182003259658813,-0.0133705735206604,0.09234631061553955 +8,0.2533073353385552,0.25092906295513917,1.9574270784542778,0.242758646607399,-0.24830403923988342,-0.937770426273346,0.19041621685028076,-0.1596577763557434,-0.3668299615383148,0.1462031602859497,0.010648384690284729,0.013499796390533447 +9,0.22667760345518936,0.2528084276990106,1.9596379476130836,0.21759769320487976,-0.25012409687042236,-0.9434453845024109,-0.03320755809545517,-0.46497011184692383,-0.00045982468873262405,0.11901119351387024,-0.06208598613739014,0.01690119504928589 +10,0.1883062500697977,0.2571633249991457,1.9940929088861168,0.181039497256279,-0.25433817505836487,-0.950019359588623,0.014768329448997974,-0.3024684190750122,0.2742309868335724,0.10716851055622101,-0.040415823459625244,0.027961254119873047 +11,0.1645228065576319,0.2784280242430997,2.041538161538991,0.15747416019439697,-0.27484455704689026,-0.9485053420066833,0.16294896602630615,-0.10022001713514328,0.39022576808929443,0.08016622066497803,-0.04401835799217224,0.07255929708480835 +12,0.13343048419804895,0.28783767558451334,2.1023528647856895,0.12756185233592987,-0.28387951850891113,-0.9503369927406311,-0.021885395050048828,-0.17718173563480377,0.4323943853378296,0.07335063815116882,-0.06749984622001648,0.045750200748443604 +13,0.10115804034452092,0.29973910548496463,2.16411773460807,0.096483014523983,-0.2952709496021271,-0.9505293965339661,0.018245939165353775,-0.23040242493152618,0.43151307106018066,0.0357038751244545,-0.10547062754631042,-0.0061356425285339355 +14,0.07504296965997131,0.28076585790647024,2.2194250682816232,0.07203689217567444,-0.2770915925502777,-0.9581393003463745,-0.0982610210776329,-0.13460755348205566,0.36468759179115295,0.015609592199325562,0.05568656325340271,-0.11380589008331299 +15,0.04700687084627228,0.2852387924005535,2.262885374350493,0.0450909249484539,-0.2813866138458252,-0.9585344791412354,0.20658473670482635,-0.26750925183296204,0.20008604228496552,-0.007401712238788605,0.1087791919708252,-0.0049817562103271484 +16,0.019431695129828765,0.2926360248354062,2.2740975156904026,0.018604420125484467,-0.28847718238830566,-0.9573060274124146,0.026021461933851242,-0.30861878395080566,-0.1114022508263588,-0.03480925410985947,0.11579346656799316,0.02809154987335205 +17,-0.005140884251467137,0.2892597260993962,2.280430262925918,-0.004927285946905613,-0.28524279594421387,-0.9584426283836365,-0.1950354427099228,-0.27031633257865906,0.03338589891791344,-0.05696236342191696,0.04996749758720398,0.007713258266448975 +18,-0.024849710138409198,0.26852000311668256,2.3014761631592577,-0.023956745862960815,-0.2653047740459442,-0.9638669490814209,-0.07627081125974655,-0.022104676812887192,0.21667052805423737,0.041367024183273315,0.053512781858444214,-0.0581514835357666 +19,-0.03027724501801564,0.27344574030209895,2.3293541452795745,-0.02914787270128727,-0.2700507640838623,-0.9624047875404358,0.07660122960805893,-0.08078832179307938,0.20664814114570618,0.03602959215641022,0.023911237716674805,-0.01896423101425171 +20,-0.03458419466307142,0.271868583036873,2.3611823752075636,-0.03330730274319649,-0.268531858921051,-0.9626948237419128,0.0347488597035408,-0.0010801427997648716,0.3216850161552429,-0.029055364429950714,0.034599363803863525,0.011416137218475342 +21,-0.039325515693303115,0.2731054492454037,2.4010124512156747,-0.0378582701086998,-0.2697230875492096,-0.9621934294700623,-0.05099235847592354,0.09127351641654968,0.2936936318874359,-0.0186755433678627,0.008431583642959595,0.006688058376312256 +22,-0.04788516331826849,0.2641427376415484,2.4284160125695577,-0.04620668292045593,-0.26108184456825256,-0.9642101526260376,-0.004682760685682297,-0.13179859519004822,0.1433630734682083,-0.06156614422798157,0.0031930506229400635,-0.018318533897399902 +23,-0.05420152864627135,0.2564640943034986,2.431387401382733,-0.05240308865904808,-0.2536619007587433,-0.9658724069595337,-0.14550571143627167,0.031253915280103683,-0.1840340495109558,-0.06689012050628662,0.004333317279815674,0.05478543043136597 +24,-0.06693598158113587,0.24054256343440228,2.4182336086787037,-0.0649602860212326,-0.23822960257530212,-0.96903395652771,-0.18651892244815826,-0.14318127930164337,-0.1059911698102951,-0.024715617299079895,0.016305774450302124,0.02114272117614746 +25,-0.07932604616278326,0.21658956686910466,2.400182755782823,-0.07739145308732986,-0.21490012109279633,-0.973564863204956,-0.352146714925766,-0.24354061484336853,-0.2824538052082062,-0.036301784217357635,0.0019637346267700195,0.031517744064331055 +26,-0.08646903113457939,0.1718404438783901,2.3637489808915433,-0.08508936315774918,-0.17099598050117493,-0.9815906286239624,-0.47638052701950073,-0.03777444362640381,-0.2967335283756256,0.022940322756767273,0.03928211331367493,-0.0434337854385376 +27,-0.0904799884887244,0.1378697298189948,2.32311631551995,-0.08949919044971466,-0.13743336498737335,-0.9864593148231506,-0.5196139812469482,-0.11191623657941818,-0.517135500907898,-0.04328279197216034,-0.021105438470840454,-0.017004430294036865 +28,-0.09532447266917986,0.10343479216607379,2.2668710635216227,-0.09467147290706635,-0.10325045138597488,-0.9901397228240967,-0.3226120173931122,-0.1361081302165985,-0.6194419264793396,-0.08606888353824615,-0.02472500503063202,-0.05466008186340332 +29,-0.10796422376288463,0.09564612831286366,2.190906023313754,-0.10726209729909897,-0.09550036489963531,-0.9896335005760193,-0.08402957022190094,-0.21609094738960266,-0.908602237701416,-0.10721543431282043,0.008876226842403412,-0.0016994476318359375 +30,-0.1148600212675538,0.09644993707604031,2.0993384981531933,-0.11407497525215149,-0.09630046784877777,-0.9887937903404236,-0.021789804100990295,-0.01634368859231472,-0.8958719968795776,-0.06036350131034851,0.03337322175502777,0.020440518856048584 +31,-0.10295494569263249,0.09927283763796511,2.006597885517242,-0.10226715356111526,-0.09910985827445984,-0.9898073673248291,-0.2084483653306961,-0.17616714537143707,-0.6785492300987244,0.03316010534763336,0.012974001467227936,0.020111382007598877 +32,-0.04783984352097809,0.05759609935550604,1.9157369311020425,-0.04774229973554611,-0.05756426230072975,-0.9971995949745178,-0.722387969493866,1.0395113229751587,-1.1104544401168823,-0.1372705101966858,-0.006766792386770248,-0.04619640111923218 +33,-0.02785140247229108,0.06516989955049136,1.8517678515567235,-0.027788685634732246,-0.0651237815618515,-0.9974901676177979,0.6687847375869751,-0.49139875173568726,-0.3903317153453827,0.025927113369107246,0.0048668235540390015,-0.05649542808532715 +34,-0.09108510526308543,0.10407520769150316,1.8368827562514873,-0.09046703577041626,-0.10388742387294769,-0.9904661178588867,0.11902749538421631,-0.533653199672699,-0.016968483105301857,0.05389171838760376,0.026754245162010193,0.01803874969482422 +35,-0.0979004565747945,0.11169498310183372,1.8743785849476824,-0.09713505953550339,-0.11146288365125656,-0.9890100359916687,-0.05486781522631645,0.18368744850158691,0.9143163561820984,0.09357976913452148,-0.06895703822374344,0.0316430926322937 +36,-0.20703154556927109,0.14506970483661688,2.0482645088115,-0.20339655876159668,-0.14456140995025635,-0.9683655500411987,0.7971880435943604,-1.284303069114685,1.7863714694976807,-0.15126347541809082,0.08061181008815765,0.06885993480682373 +37,-0.3170234025946631,0.13115003097682013,2.1262711292102807,-0.30906251072883606,-0.1307743787765503,-0.9420076608657837,-0.5441794991493225,-0.6362708806991577,0.1370224505662918,0.16611817479133606,0.04823958873748779,0.11566793918609619 +38,-0.2970496567688875,0.003682730948214933,2.0435236709020375,-0.29269838333129883,-0.003682722570374608,-0.9561977386474609,-1.378422498703003,0.8148313760757446,-0.7910687923431396,0.38051271438598633,-0.08324658870697021,-0.18447303771972656 +39,-0.17270837851160176,-0.034474767555382535,1.9916105395049808,-0.17174895107746124,0.03446793928742409,-0.9845376014709473,-0.09928359091281891,1.8839648962020874,0.27305683493614197,0.37188321352005005,0.008439771831035614,-0.031590938568115234 +40,-0.03617338851840487,-0.09338794875264209,2.0634096365006456,-0.03600791096687317,0.0932522639632225,-0.9949911832809448,-0.8444457054138184,0.44444185495376587,1.1139328479766846,0.22509482502937317,0.11556426435709,-0.09703457355499268 +41,-0.006697213180127113,-0.1290404565522196,2.2500492798717713,-0.006641481537371874,0.12868264317512512,-0.9916635751724243,0.188368022441864,-0.056831054389476776,2.6126649379730225,0.05550012364983559,0.17061851918697357,-0.06294763088226318 +42,0.02697282944110422,-0.09791800085303198,2.4925681422033574,0.026840370148420334,0.0977616012096405,-0.99484783411026,0.29143452644348145,-0.026575259864330292,1.8359841108322144,0.018569784238934517,0.0524001345038414,0.033086419105529785 +43,0.025602634858180977,-0.061207798699785675,2.6395836440177174,0.025551898404955864,0.0611695870757103,-0.9978002905845642,0.2963387370109558,-0.037135425955057144,1.1473883390426636,0.08461655676364899,0.0589018240571022,0.05460876226425171 +44,0.03341366097016168,-0.04515745341187097,2.7567687508534835,0.0333733856678009,0.04514210671186447,-0.9984229803085327,0.0534101277589798,-0.0240288395434618,1.1893000602722168,0.0582861602306366,0.14019113779067993,0.060282111167907715 +45,0.035645759810053176,-0.02515554574277889,2.909918249207154,0.035626936703920364,0.025152891874313354,-0.9990485906600952,0.2678159475326538,-0.09533578157424927,1.877841591835022,-0.039960432797670364,0.18248870968818665,0.058252692222595215 +46,0.05721026793876416,-0.022896507120375116,3.106105772166284,0.05716407671570778,0.02289450727403164,-0.9981022477149963,-0.5971398949623108,0.031297340989112854,1.8599190711975098,-0.12181557714939117,0.1592954397201538,-0.05162608623504639 +47,0.02925512681290481,-0.034809419215830334,-2.9889120100034243,0.029233234003186226,0.0348023883998394,-0.9989665746688843,0.19198141992092133,-0.43289852142333984,1.8473083972930908,-0.11927534639835358,0.0468931682407856,-0.07070505619049072 +48,0.03795207133750189,-0.0021924932692669354,-2.838627444843435,0.03794287145137787,0.0021924914326518774,-0.9992775321006775,0.32416921854019165,0.43976500630378723,1.3319026231765747,-0.06675146520137787,0.04218006879091263,0.06978839635848999 +49,0.07639855562538306,-0.006238699313374636,-2.717769060961596,0.0763227716088295,0.0062386589124798775,-0.9970636367797852,-0.5035317540168762,0.14231902360916138,1.0411200523376465,0.0236528143286705,0.026460926979780197,0.052742958068847656 +50,0.0823707047340277,-0.012006400218299726,-2.6242026732339596,0.08227165788412094,0.012006111443042755,-0.9965376257896423,0.32387399673461914,0.11300104856491089,0.7938252687454224,0.009021669626235962,0.025362664833664894,-0.07852035760879517 +51,0.09328583090305735,0.007327831893088154,-2.592580400497362,0.09314808994531631,-0.00732776615768671,-0.9956253170967102,-0.02742522582411766,0.13375531136989594,0.18425466120243073,0.036505840718746185,-0.010402947664260864,0.049244701862335205 +52,0.06967713804885003,-0.015944118074190296,-2.5698564137058884,0.06961192190647125,0.015943443402647972,-0.9974467158317566,-0.2882041037082672,-0.7949175238609314,0.2719854712486267,0.03747425228357315,-0.12058822065591812,-0.05823254585266113 +53,0.02344158928932512,0.000766939922884177,-2.52677325081431,0.02343943528831005,-0.000766939832828939,-0.9997249841690063,0.41710805892944336,-0.1793466955423355,0.2946430742740631,-0.013109235092997551,-0.15247708559036255,-0.008926749229431152 +54,0.039266045859243065,0.04368421949924563,-2.5500342295010463,0.03921850770711899,-0.043670326471328735,-0.9982759356498718,0.4662655293941498,0.4048212170600891,-0.6705231666564941,0.03733484074473381,-0.12579378485679626,0.10765093564987183 +55,0.07202475385434895,0.08047074590955632,-2.6453803059665963,0.0717296227812767,-0.08038392663002014,-0.9941797256469727,0.06350546330213547,0.31424862146377563,-0.8561237454414368,0.1031818762421608,0.05950990319252014,0.056588172912597656 +56,0.1007152616155816,0.08372734750234342,-2.6873341941032063,0.10019285976886749,-0.0836295560002327,-0.9914471507072449,0.608971118927002,0.00671148207038641,-0.22394803166389465,-0.10153564065694809,0.1492270976305008,-0.14936089515686035 +57,0.07507236178006607,0.10103047411627206,-2.6919073671637777,0.07461941242218018,-0.10085868835449219,-0.9920985102653503,-0.41912558674812317,0.07930348813533783,-0.07395926117897034,-0.23401272296905518,-0.037004463374614716,0.07173418998718262 +58,0.04949743788263491,0.06606050460062139,-2.7099905261059254,0.04936930909752846,-0.06601246446371078,-0.9965966939926147,-0.25102272629737854,-0.636812686920166,-0.19952481985092163,-0.19373270869255066,-0.04673471301794052,0.05021613836288452 +59,-0.017848078073485815,0.05491819473456728,-2.730075311891318,-0.017820224165916443,-0.05489059165120125,-0.9983333349227905,0.12926077842712402,-0.0819552019238472,0.047133926302194595,-0.14715780317783356,-0.09665969759225845,0.06683003902435303 +60,-0.06274015612571043,0.1083599620068979,-2.7031108731330225,-0.06233126297593117,-0.10814803093671799,-0.9921787977218628,0.7440786957740784,-0.6961420774459839,0.6512203216552734,-0.08624356985092163,-0.14429336786270142,0.21605581045150757 +61,-0.1208165166486471,0.1382627061849345,-2.6403501253928483,-0.1193726509809494,-0.13782261312007904,-0.9832370281219482,-0.01453225314617157,-0.8828209042549133,0.758380115032196,-0.007931411266326904,-0.06872035562992096,0.015250027179718018 +62,-0.20587957364470494,0.1573057359949693,-2.5662105588515014,-0.20190414786338806,-0.15665778517723083,-0.9667952656745911,0.8342797756195068,-0.14410817623138428,0.6984786987304688,0.07501205801963806,0.06895026564598083,-0.16736000776290894 +63,-0.16758810876749214,0.15678488031420007,-2.5199843940815354,-0.16475877165794373,-0.15614333748817444,-0.9738962054252625,-0.7603093981742859,0.09936472028493881,0.6963480114936829,0.11864671111106873,0.18559280037879944,-0.07938748598098755 +64,-0.1987394186342943,0.07995778447768462,-2.453195022493469,-0.19680292904376984,-0.07987261563539505,-0.9771842360496521,-0.3221307694911957,0.4322582185268402,0.5421142578125,0.044642284512519836,0.09093523025512695,-0.2057839035987854 +65,-0.08659091470390172,0.016732666654831814,-2.4633559109841623,-0.08647064119577408,-0.016731886193156242,-0.9961138963699341,-0.8836687207221985,1.5689128637313843,0.06949739903211594,-0.08421417325735092,0.1297384798526764,-0.000681757926940918 +66,-0.04668574749082456,-0.01428959377023126,-2.4217030283569896,-0.046664025634527206,0.01428910717368126,-0.9988084435462952,0.1101716160774231,-1.0128716230392456,0.14083442091941833,-0.094342440366745,0.29950788617134094,0.050383150577545166 +67,-0.015445669926986037,-0.026610826385196348,-2.39049226732111,-0.015439587645232677,0.026607686653733253,-0.9995267391204834,0.23383356630802155,0.6474093198776245,0.7949274182319641,0.003125743940472603,0.1378973126411438,-0.1030733585357666 +68,-0.028195901052480425,-0.015435647670043174,-2.3698460335677343,-0.028188806027173996,0.015435034409165382,-0.9994834661483765,0.08896884322166443,0.004583785310387611,-0.21696501970291138,0.1060849279165268,0.13342970609664917,0.043169379234313965 +69,-0.0035110480820081088,0.014538668885959257,-2.38423209571277,-0.003510669805109501,-0.014538156799972057,-0.9998881816864014,0.46943360567092896,0.26786383986473083,-0.0071072508580982685,0.06805534660816193,-0.016070973128080368,0.023508787155151367 +70,-0.020554059684752518,0.03242766105607951,-2.3787420616767014,-0.020541807636618614,-0.03242197632789612,-0.9992631673812866,0.313499391078949,-0.18122608959674835,-0.10308317095041275,-0.11133990436792374,0.09034433960914612,-0.01729261875152588 +71,-0.040812603983775314,0.04930140818138198,-2.3871620153704605,-0.04075169935822487,-0.04928143694996834,-0.9979532361030579,0.01288376934826374,-0.16864703595638275,-0.019427938386797905,0.03066563978791237,-0.04718462750315666,0.007261097431182861 +72,-0.05383194789240498,0.05535513136156155,-2.392392322856085,-0.0537235364317894,-0.05532686412334442,-0.9970219135284424,-0.09868577122688293,0.002269444987177849,-0.09819786250591278,-0.018450535833835602,-0.008485391736030579,0.007031679153442383 +73,-0.04644756386426368,0.04272480844788119,-2.389668732610922,-0.04638849198818207,-0.04271181300282478,-0.9980099201202393,-0.12856711447238922,0.17813140153884888,0.0906262993812561,-0.007398735731840134,-0.022977270185947418,0.005074799060821533 +74,-0.03707311821360901,0.035324359034831936,-2.385641388182918,-0.03704150393605232,-0.035317014902830124,-0.9986894726753235,-0.1492735892534256,0.1407490074634552,0.012261413969099522,-0.0023719482123851776,0.034523554146289825,-0.025480449199676514 +75,-0.028918084679976187,0.009779632401921864,-2.377777617895257,-0.02891267091035843,-0.009779476560652256,-0.9995341300964355,-0.19607461988925934,0.08987414836883545,0.15297532081604004,-0.001635424792766571,-0.03820941597223282,0.013053417205810547 +76,-0.025183793913540444,0.012832998741075954,-2.36668494252364,-0.02517905831336975,-0.012832646258175373,-0.9996005892753601,0.14264409244060516,0.07835762202739716,0.11597500741481781,-0.001111835241317749,0.0785827711224556,-0.008730709552764893 +77,-0.01384506960078935,0.046656699849125786,-2.357365267018089,-0.013829560950398445,-0.04663977399468422,-0.9988160133361816,0.190389484167099,0.15252263844013214,0.06414204835891724,0.032201141119003296,0.03408179059624672,-0.006005764007568359 +78,0.0705518511234304,0.055873615694527694,-2.3680917214760133,0.07038333266973495,-0.05584454908967018,-0.9959555864334106,-1.1771738529205322,0.8531824350357056,0.2725456655025482,-0.12903812527656555,-0.21831011772155762,-0.10958939790725708 +79,0.30737992081222454,-0.17856014584425867,-2.2270390166695355,0.2977518141269684,0.1776127964258194,-0.9379752278327942,-1.690287709236145,1.649982213973999,1.7716807126998901,-0.1651681661605835,-0.024261951446533203,-0.36077654361724854 +80,0.36926459837970416,-0.027486974149984838,-2.0269229049512067,0.3607933521270752,0.027483513578772545,-0.9322407245635986,2.779268741607666,-0.5863474607467651,2.876974105834961,-0.3163902759552002,0.0391974002122879,-0.03187060356140137 +81,0.386187156415649,0.2958185413111778,-1.9671301598636275,0.3602985143661499,-0.29152292013168335,-0.886114776134491,0.12547355890274048,0.012693580240011215,0.1996079385280609,-0.0890125036239624,-0.13364794850349426,0.47359341382980347 +82,0.3955815107966243,0.2736717919441539,-1.9947276325624326,0.37100425362586975,-0.27026841044425964,-0.8884316682815552,0.12105786055326462,0.05755622684955597,-0.3607269525527954,0.002866595983505249,-0.008433401584625244,0.24608242511749268 +83,0.3098901956661628,0.17336552384118326,-2.0169223125475777,0.30038273334503174,-0.17249839007854462,-0.9380909204483032,-1.6703404188156128,-3.179746389389038,-0.6332660913467407,0.18229854106903076,0.04543845355510712,0.06582224369049072 +84,0.16397978191167173,0.15596653083027007,-2.0907765327676477,0.16126437485218048,-0.1553349643945694,-0.9746100902557373,1.4721341133117676,-0.03508611023426056,-0.3352167010307312,0.28952598571777344,0.17723135650157928,-0.05227583646774292 +85,0.16146601272580102,0.19144909446719413,-2.139889569762561,0.15782806277275085,-0.1902817189693451,-0.9689598083496094,-0.49707815051078796,0.610539972782135,-0.8440777659416199,0.07933928072452545,0.1527451127767563,-0.01008981466293335 +86,0.2570705434993043,0.11181841575273364,-2.191298072364068,0.2526606321334839,-0.11158554255962372,-0.9610989689826965,-0.8244467973709106,0.458951473236084,-0.5413609147071838,0.05854237079620361,0.019681856036186218,0.03678256273269653 +87,0.25639155563346316,0.08483561614285437,-2.2067582881822827,0.252679705619812,-0.08473388850688934,-0.9638324975967407,-0.2371688038110733,-0.36532825231552124,0.37814638018608093,-0.1384982168674469,-0.02744872123003006,0.098704993724823 +88,0.23188547188504377,0.0649101831491345,-2.1476197067330194,0.2293289750814438,-0.0648646131157875,-0.9711852669715881,0.022565513849258423,0.7987431287765503,0.4865577518939972,-0.2189072072505951,-0.1086430773139,0.14437252283096313 +89,0.2402944399448683,0.021821023657795858,-2.1885897196613042,0.23793195188045502,-0.02181929163634777,-0.9710367321968079,-0.004230635240674019,-0.26548290252685547,-0.700128972530365,0.05697466433048248,-0.18850785493850708,-0.12497156858444214 +90,0.21620867349332054,0.028464691873136397,-2.275102410480667,0.2144412100315094,-0.028460849076509476,-0.9763221740722656,0.569553554058075,0.2298988699913025,-0.9336044192314148,-0.027643129229545593,0.007678374648094177,0.14670181274414062 +91,0.14921128467543937,0.05411287770811147,-2.357348313902806,0.1484406292438507,-0.05408647283911705,-0.9874411821365356,1.5841339826583862,-1.0203454494476318,0.25417593121528625,-0.03554084897041321,0.05813005194067955,-0.10369956493377686 +92,0.1593401412331294,0.0645331987494008,-2.3234943964989494,0.15833647549152374,-0.06448841840028763,-0.985276997089386,-0.4912355840206146,-0.06291715800762177,0.334795206785202,0.023548290133476257,0.03192616254091263,-0.13303959369659424 +93,0.13784126697084123,0.20389309692303234,-2.3396201264149963,0.13455893099308014,-0.20248331129550934,-0.9699971079826355,1.121442198753357,0.21074612438678741,0.7891411185264587,-0.028495103120803833,0.04685892164707184,0.2594258785247803 +94,0.1076987266565363,0.2991613178294003,-2.2720676728009557,0.1027163416147232,-0.2947188913822174,-0.9500474333763123,1.2697527408599854,-0.6701306700706482,0.4728441536426544,0.0179959237575531,0.08771815896034241,-0.04287242889404297 +95,0.06202171935273483,0.36137441020907607,-2.304837806708292,0.057978659868240356,-0.353560209274292,-0.9336132407188416,0.5900202989578247,-0.2401166558265686,-0.6808143854141235,-0.052683860063552856,-0.2200939655303955,-0.17673832178115845 +96,0.08578219813195198,0.37849149169356755,-2.348290835430424,0.07961307466030121,-0.3695191442966461,-0.9258063435554504,-0.38439592719078064,0.30987218022346497,0.057780440896749496,0.05434383451938629,0.013287454843521118,0.10756903886795044 +97,0.09067311784009165,0.36359033074244823,-2.3168959063746133,0.08462937921285629,-0.35563212633132935,-0.9307866096496582,0.023181982338428497,-0.012490145862102509,0.0018637103494256735,0.1007343977689743,0.036433517932891846,-0.1203150749206543 +98,0.08733854593892361,0.33851884918978,-2.299248690757554,0.08227717876434326,-0.3320903778076172,-0.9396523237228394,-0.2934549152851105,0.08504726737737656,-0.13805390894412994,-0.01584041863679886,-0.022005081176757812,-0.035018086433410645 +99,0.09653431003168535,0.28906922009955205,-2.332560696091976,0.0923854187130928,-0.28506019711494446,-0.9540469646453857,-0.9707679748535156,0.029799941927194595,-0.28141406178474426,0.008444644510746002,-0.09976646304130554,0.21404153108596802 +100,0.08803620024627684,0.2584595207914922,-2.327885182641053,0.08500216901302338,-0.2555915415287018,-0.963040828704834,-0.40364333987236023,-0.22061502933502197,0.055299777537584305,-0.0067398399114608765,-0.029503673315048218,-0.052172183990478516 +101,0.0789457892452324,0.25993621164124836,-2.332198045458636,0.0762144923210144,-0.25701889395713806,-0.963396430015564,0.34231653809547424,-0.1446843445301056,-0.07038897275924683,-0.022961318492889404,0.04895004630088806,-0.021131157875061035 +102,0.06849966071299167,0.2623254951741698,-2.332959709025144,0.06610453128814697,-0.2593272030353546,-0.963524580001831,0.08390188962221146,-0.500674307346344,0.07045729458332062,0.021480925381183624,0.013401269912719727,-0.052100419998168945 +103,0.036843415559500506,0.2937746036743943,-2.339983375484474,0.03525698184967041,-0.28956717252731323,-0.9565081000328064,0.5246719717979431,0.10854018479585648,0.059160295873880386,-0.006188984960317612,0.05308648943901062,-0.020954608917236328 +104,0.032530479837318375,0.3391079599706782,-2.3395698876786537,0.03067251667380333,-0.332645982503891,-0.9425528049468994,0.2849688231945038,0.18992212414741516,-0.14901986718177795,-0.04249807447195053,0.03821241855621338,0.09686499834060669 +105,0.028719335923874614,0.34587478057498844,-2.360770387712383,0.0270148403942585,-0.339019775390625,-0.9403913021087646,0.025390982627868652,-0.28684180974960327,-0.046122919768095016,0.026314616203308105,-0.0037994384765625,-0.02300286293029785 +106,0.032252985381538306,0.36452893312514845,-2.3585668312512325,0.03012847527861595,-0.3565092086791992,-0.9338058829307556,0.21284477412700653,0.3535133898258209,0.09889951348304749,-0.0200881976634264,0.009310752153396606,-0.02794027328491211 +107,0.05001449613467314,0.3772366786266163,-2.3535037200543556,0.04647839814424515,-0.36835286021232605,-0.9285235404968262,-0.06711982190608978,-0.0004768720827996731,-0.006528047379106283,0.016830310225486755,0.01759907603263855,0.06023740768432617 +108,0.03763600501619246,0.35850244536857845,-2.349347781916843,0.03523491322994232,-0.350872278213501,-0.9357602000236511,-0.18699491024017334,-0.11589492857456207,0.006810933351516724,-0.010927662253379822,0.0012629032135009766,0.006316840648651123 +109,0.028062420657871564,0.3479182973779391,-2.3472472460843954,0.026377584785223007,-0.34094157814979553,-0.9397143721580505,-0.0891820415854454,0.01561275590211153,0.059583667665719986,-0.015574358403682709,0.008071064949035645,0.002946794033050537 +110,0.023943986367062756,0.349033145203189,-2.3494746786618945,0.022498104721307755,-0.3419893980026245,-0.9394344687461853,0.01986309327185154,-0.028101984411478043,-0.00434692669659853,-0.002356506884098053,0.0079745352268219,0.008922994136810303 +111,0.02572688148127745,0.3474004878767138,-2.3468900492413654,0.02418731153011322,-0.34045472741127014,-0.9399497509002686,0.0698789656162262,0.04173871874809265,-0.01429716031998396,-0.005037523806095123,0.004761397838592529,-0.016944169998168945 +112,0.020404196120707794,0.35249380343582404,-2.350603548527924,0.019148308783769608,-0.3452393412590027,-0.9383193254470825,-0.03575585037469864,-0.12855392694473267,-0.016455385833978653,-0.000715695321559906,0.011300742626190186,0.02059471607208252 +113,0.011878556958437205,0.3391064438435505,-2.351661892773589,0.011201837100088596,-0.3326445519924164,-0.9429857730865479,-0.0003184955567121506,-0.028514938428997993,-0.02396523393690586,-0.01762578636407852,0.006823629140853882,-0.04482245445251465 +114,0.01568955903967579,0.3419141217017167,-2.349690434982036,0.014780756086111069,-0.3352910280227661,-0.9419986605644226,0.023483991622924805,0.04927532747387886,0.03869376704096794,-0.0037791654467582703,0.007257580757141113,0.014676272869110107 +115,0.016353652690596857,0.34224402328390735,-2.3468684396620034,0.015404518693685532,-0.335601806640625,-0.9418779611587524,0.06728266924619675,0.01517154648900032,0.016572143882513046,-0.0006340146064758301,0.0025787651538848877,-0.011704802513122559 +116,0.014771002497892635,0.3389559445766577,-2.346953386125038,0.013930059969425201,-0.3325026333332062,-0.9429994225502014,-0.15581881999969482,-0.05612681061029434,0.0034600666258484125,0.004288925789296627,-0.0021378397941589355,0.04033529758453369 +117,0.011333987671054712,0.3304152107099264,-2.347354562575274,0.010720676742494106,-0.3244358003139496,-0.9458469748497009,0.014962231740355492,0.00409446656703949,0.015872187912464142,-0.005792088806629181,0.011523842811584473,-0.013106882572174072 +118,0.015099017057160956,0.33810953664508225,-2.345864980974166,0.01424362137913704,-0.3317042589187622,-0.9432758688926697,0.10818064957857132,0.08942246437072754,0.03644198179244995,-0.006644740700721741,0.011971592903137207,0.007469594478607178 +119,0.012975269865339121,0.3380951891645157,-2.3429781460884125,0.012240372598171234,-0.3316907286643982,-0.9433087706565857,-0.061239078640937805,-0.10848479717969894,0.013644648715853691,-0.014086686074733734,0.007945001125335693,0.012446343898773193 +120,0.003866248316030523,0.3327354989095634,-2.3446527787938614,0.003654184751212597,-0.3266296982765198,-0.945145308971405,-0.09124912321567535,0.024422701448202133,-0.04205450043082237,-0.026023566722869873,-0.008239656686782837,-0.005751848220825195 +121,0.0219975949583115,0.3266542316499967,-2.355651235898652,0.020832708105444908,-0.32087597250938416,-0.9468920826911926,-0.0257151760160923,0.40270179510116577,0.13070522248744965,0.004939377307891846,-0.020722538232803345,-0.014060676097869873 +122,0.04656251587242535,0.2989180192314172,-2.378910078750226,0.04448165372014046,-0.2944863736629486,-0.9546198844909668,-0.2631267309188843,-0.000979769043624401,-0.3105557858943939,0.017606351524591446,0.004203200340270996,0.022155344486236572 +123,0.05830794964784876,0.26836540666820413,-2.385414576310869,0.056189000606536865,-0.26515570282936096,-0.9625670313835144,-0.2521626949310303,0.22870220243930817,-0.08177785575389862,-0.004904214292764664,0.0036963820457458496,-0.009066879749298096 +124,0.06952366094224015,0.2528519895027619,-2.3941759285136195,0.0672587975859642,-0.25016626715660095,-0.9658638834953308,-0.014938405714929104,-0.04557392746210098,0.007166694849729538,0.0059376060962677,0.025816351175308228,-0.023561716079711914 +125,0.06826209754245746,0.25678900554737677,-2.3894889574439264,0.06597255170345306,-0.25397616624832153,-0.9649578928947449,0.05418502166867256,-0.022223347797989845,0.0868658572435379,0.017737165093421936,0.008401215076446533,0.011100471019744873 +126,0.056601655503541584,0.27154887886099366,-2.3877828760210673,0.05449846759438515,-0.2682238817214966,-0.9618138670921326,0.23122040927410126,-0.09235337376594543,0.06651220470666885,-0.011743344366550446,0.002217411994934082,-0.005700170993804932 +127,0.0496454259957765,0.28283907697240035,-2.3781149070811147,0.047653283923864365,-0.2790830433368683,-0.9590838551521301,0.12905636429786682,-0.13371971249580383,0.13349832594394684,0.006362833082675934,-0.027771204710006714,0.001808464527130127 +128,0.04113441859649455,0.29108149995568394,-2.3791381222715753,0.039392948150634766,-0.28698840737342834,-0.9571237564086914,-0.00047069136053323746,-0.015750231221318245,0.05603831261396408,-0.03351832181215286,0.0002910196781158447,0.012879371643066406 +129,0.035584829804980546,0.2918663568287929,-2.3773908493618787,0.03407270088791847,-0.28774014115333557,-0.9571022391319275,0.089859738945961,-0.026101578027009964,0.07279663532972336,-0.004333332180976868,-0.01732882857322693,-0.01549297571182251 +130,0.03469008203051044,0.2982032099191037,-2.3798913491094025,0.033152416348457336,-0.2938031852245331,-0.9552908539772034,0.00014876294881105423,0.019628893584012985,-0.004739703610539436,0.005635425448417664,-0.002125769853591919,0.0008230805397033691 +131,0.033393605756096185,0.30547159364353604,-2.378884095747281,0.031841736286878586,-0.3007429838180542,-0.9531735181808472,0.09442059695720673,-0.002085056621581316,0.05218164995312691,-0.013164974749088287,0.0197676420211792,0.001818537712097168 +132,0.028228315771375103,0.32019542328081296,-2.3699557378721945,0.02679002285003662,-0.31475207209587097,-0.9487957954406738,0.24776601791381836,-0.09559665620326996,0.06666374951601028,0.009037621319293976,-0.010580599308013916,0.009632587432861328 +133,0.020397125827545617,0.33491561326101915,-2.361872937704042,0.019262485206127167,-0.32868948578834534,-0.9442415833473206,-0.023485155776143074,0.013523931615054607,0.14081110060214996,-0.009176420047879219,0.003066927194595337,0.03202545642852783 +134,0.018621956140324854,0.33241943003319896,-2.35168254392907,0.017601490020751953,-0.3263309597969055,-0.9450916647911072,-0.021047353744506836,0.0038808416575193405,-0.014864053577184677,-0.034233562648296356,-0.020104557275772095,-0.012244701385498047 +135,0.018643584083940404,0.3321642420999362,-2.3552021797647473,0.017623482272028923,-0.3260897397994995,-0.945174515247345,-0.025212330743670464,-0.02448362484574318,-0.13397789001464844,0.0006718114018440247,-0.014425396919250488,0.01023799180984497 +136,0.01861379320202347,0.33265344312544126,-2.3671074245804617,0.017592353746294975,-0.326552152633667,-0.9450154304504395,-0.07400823384523392,0.004752482287585735,-0.08969426900148392,0.0074625760316848755,0.025175809860229492,-0.004416942596435547 +137,0.017554578286323636,0.33434707812315123,-2.3577181395502187,0.016581637784838676,-0.32815247774124146,-0.94447922706604,0.042259082198143005,0.038573987782001495,0.08111940324306488,0.006733790040016174,-0.0011932551860809326,-8.559226989746094e-05 +138,0.016565884251350853,0.3335231741758766,-2.349443482800724,0.015652302652597427,-0.32737407088279724,-0.9447651505470276,-0.11250264942646027,0.0064912224188447,0.06083785742521286,-0.030468584969639778,-0.007983565330505371,0.006120800971984863 +139,0.0164500586647833,0.32243018072997914,-2.3495935626805915,0.01560165360569954,-0.3168724477291107,-0.9483398199081421,-0.0501752644777298,-0.06255356222391129,-0.03457947075366974,0.015785671770572662,0.0008476674556732178,0.0009673833847045898 +140,0.009370579226879196,0.3247928311194099,-2.3498477867382084,0.008880525827407837,-0.3191124498844147,-0.9476752281188965,0.15048283338546753,-0.036132603883743286,0.03992215543985367,0.026062101125717163,-0.01069098711013794,-0.01841968297958374 +141,0.009867682194599511,0.3289875205375707,-2.3512492529528934,0.009338326752185822,-0.3230850100517273,-0.9463238716125488,-0.010674934834241867,-0.016571108251810074,0.030976705253124237,-0.018432557582855225,0.012843310832977295,0.0009045600891113281 +142,0.013079857272387207,0.32142967609224005,-2.345077979624957,0.012409615330398083,-0.3159233331680298,-0.9487035870552063,-0.029193757101893425,0.01092283334583044,0.016506686806678772,0.02451665699481964,-0.008142828941345215,0.013858616352081299 +143,0.01485028184543717,0.3082785799712742,-2.343054359229079,0.014149678871035576,-0.3034188151359558,-0.9527522325515747,-0.21111397445201874,0.07440701127052307,0.006040003150701523,-0.029118552803993225,-0.01716834306716919,0.000664830207824707 +144,0.02280296806841777,0.28938364828710317,-2.348924641323565,0.021852925419807434,-0.28536155819892883,-0.9581707715988159,-0.22298315167427063,0.14048686623573303,-0.020611220970749855,0.002362772822380066,0.013221055269241333,-0.017415165901184082 +145,0.026098178113533436,0.27857398648732173,-2.34671757879412,0.025089208036661148,-0.2749848961830139,-0.961121141910553,-0.0783005878329277,-0.03719423711299896,0.02239077165722847,0.00852590799331665,0.010901033878326416,-0.0014795660972595215 +146,0.028147811230773583,0.27193339821689705,-2.3391788833046436,0.027109894901514053,-0.26859429478645325,-0.9628718495368958,-0.06013500690460205,0.0957108587026596,-0.016593080013990402,-0.028071194887161255,-0.008490055799484253,0.008114159107208252 +147,0.03149048889962524,0.26448329855132785,-2.345280859875326,0.03039046935737133,-0.26141056418418884,-0.9647491574287415,-0.07965441048145294,-0.02036898583173752,-0.054360151290893555,-0.0030924975872039795,-0.0015441477298736572,-0.011691272258758545 +148,0.03222017689933931,0.26309478066405173,-2.3556269496906213,0.031106090173125267,-0.2600700855255127,-0.9650886058807373,-0.010918520390987396,-0.05741988122463226,-0.068610280752182,0.0005406364798545837,0.027510881423950195,-0.0032646656036376953 +149,0.02959868804870254,0.27284550239709127,-2.3616767143797888,0.02849961258471012,-0.26947277784347534,-0.9625862240791321,0.21973736584186554,-0.032162509858608246,-0.028984948992729187,0.001453392207622528,0.021715819835662842,-0.00865095853805542 +150,0.039665096597706166,0.2803747740731634,-2.3568816487138564,0.03810625150799751,-0.27671581506729126,-0.9601959586143494,0.09072153270244598,0.24030371010303497,-0.031540218740701675,-0.03081255406141281,-0.04069751501083374,-0.0029388070106506348 +151,0.08710571335824974,0.280424227608269,-2.3782180612930626,0.08359739184379578,-0.27676331996917725,-0.9572948813438416,-0.11762548238039017,0.40403392910957336,-0.19514329731464386,-0.01348327100276947,0.009002119302749634,0.003910541534423828 +152,0.10746280803767999,0.2773307142706331,-2.389220848406409,0.10315780341625214,-0.27378934621810913,-0.9562415480613708,0.23984327912330627,-0.001560078002512455,0.16981084644794464,0.08290787041187286,0.03871244192123413,-0.03986746072769165 +153,0.09373967702158283,0.30921379408551,-2.375390249055383,0.08916318416595459,-0.30430981516838074,-0.9483910202980042,0.2598649561405182,-0.281982421875,-0.014946400187909603,-0.00620114803314209,0.026859253644943237,0.0009422898292541504 +154,0.08891412298550373,0.3436077264944152,-2.3652930961071412,0.08360642194747925,-0.33688610792160034,-0.9378260374069214,0.7474271655082703,0.397475004196167,-0.02331813983619213,-0.024753272533416748,-0.0054447948932647705,-0.10492902994155884 +155,0.04453142975867096,0.4093211545246506,-2.3463780684223323,0.040839239954948425,-0.39798665046691895,-0.9164817333221436,0.4906994104385376,-0.786147952079773,0.4502946734428406,-0.004218146204948425,0.013022661209106445,0.17314982414245605 +156,0.019777334709929404,0.4039704271367074,-2.33963471019966,0.018184224143624306,-0.3930722773075104,-0.9193277359008789,-0.8516992330551147,0.15173184871673584,-0.014378380961716175,0.006733385846018791,-0.038141071796417236,0.08664041757583618 +157,0.036908584168937775,0.35266338057874447,-2.34894223747832,0.0346292220056057,-0.345398485660553,-0.9378169775009155,-0.2078692615032196,0.22291965782642365,-0.2285773605108261,-0.005637526512145996,-0.0073541998863220215,-0.04347574710845947 +158,0.054374758238509686,0.3353583578706757,-2.364107649995908,0.05132037401199341,-0.3291075825691223,-0.942896842956543,-0.08816785365343094,0.06168823689222336,-0.0663120225071907,-0.004857368767261505,0.022116005420684814,-0.03209400177001953 +159,0.056123127492186974,0.3301111584865507,-2.3669232825097586,0.05306496471166611,-0.32414817810058594,-0.9445168375968933,0.09501965343952179,-0.01961372420191765,0.047530777752399445,0.03961692750453949,-7.05718994140625e-05,-0.00917273759841919 +160,0.05037560741793037,0.332066431180976,-2.3609181189666995,0.047603484243154526,-0.3259972631931305,-0.9441714286804199,-0.1904044896364212,-0.02639886736869812,-0.010725112631917,-0.07654940336942673,-0.011756032705307007,0.020862102508544922 +161,0.05561998901833779,0.32565825202572324,-2.373250408738433,0.052669454365968704,-0.3199325203895569,-0.9459752440452576,-0.09007835388183594,-0.012530294246971607,-0.02878643572330475,0.038288190960884094,0.013856470584869385,0.01799672842025757 +162,0.055548010399644195,0.31698608776371423,-2.3700468917905204,0.052753422409296036,-0.31170421838760376,-0.9487136006355286,0.1144423708319664,-0.02300327643752098,0.0501730814576149,0.0024986527860164642,-0.0005668699741363525,-0.04194796085357666 +163,0.05203656991582581,0.3198741415059257,-2.365056531706576,0.04937472566962242,-0.3144470751285553,-0.9479900598526001,-0.09216684103012085,-0.014455575495958328,0.09285692870616913,-0.00831332802772522,-0.007864326238632202,0.011741280555725098 +164,0.048425681412878285,0.3226278346519475,-2.3612145534537645,0.04590923339128494,-0.3170599043369293,-0.9472936987876892,0.005062534008175135,-0.01881387084722519,0.030657552182674408,-0.0013078004121780396,-0.005205720663070679,0.015042722225189209 +165,0.04692955919668092,0.3140883846157048,-2.36239550545644,0.04461731016635895,-0.3089495897293091,-0.9500312805175781,-0.1085396334528923,0.0048863645642995834,-0.0255728792399168,-0.007736824452877045,-0.006983637809753418,-0.010707855224609375 +166,0.045244789836156415,0.30856454129948074,-2.364466977915099,0.04309319332242012,-0.3036912977695465,-0.9517954587936401,-0.07284025847911835,-0.08856446295976639,-0.0008827978745102882,0.008847728371620178,0.013484358787536621,0.0019205808639526367 +167,0.03827450058825164,0.3098925073690147,-2.366347474905361,0.03644244745373726,-0.30495625734329224,-0.9516688585281372,0.10264470428228378,-0.04230740666389465,0.03373119980096817,-0.01376788318157196,0.0018556714057922363,-0.008963465690612793 +168,0.03529436298137251,0.31325242207228793,-2.3652990285970237,0.03356983885169029,-0.3081544041633606,-0.9507438540458679,-0.029680369421839714,-0.002155119553208351,0.01591501012444496,-0.005081687122583389,-0.004696518182754517,0.018325090408325195 +169,0.03298471220757046,0.3147395258270663,-2.366227910257338,0.03135871887207031,-0.3095687925815582,-0.9503598213195801,0.016477830708026886,-0.021903563290834427,0.025435367599129677,0.006635658442974091,0.0023178160190582275,-0.0016512870788574219 +170,0.028734715659229346,0.3134980463161705,-2.364672523163328,0.027330443263053894,-0.3083880841732025,-0.9508679509162903,-0.005355645902454853,-0.007188805844634771,0.015118922106921673,-0.010103270411491394,-0.008933693170547485,-0.009199798107147217 +171,0.030073767037859307,0.308459842089252,-2.3657986298103055,0.028650034219026566,-0.3035915195941925,-0.9523714184761047,-0.027727805078029633,0.002254907041788101,-0.024108804762363434,-0.0028321612626314163,0.005846798419952393,-0.008306622505187988 +172,0.03389157808828053,0.308873510325676,-2.3666900995151043,0.032281532883644104,-0.3039856553077698,-0.9521295428276062,0.009120432659983635,0.029841747134923935,-0.009132588282227516,-0.0003448799252510071,0.0033875107765197754,0.00039309263229370117 +173,0.03806311682405766,0.3095251074095706,-2.3678325806379172,0.03624553978443146,-0.3046063482761383,-0.9517884254455566,-0.03768150880932808,0.06267159432172775,-0.012100839987397194,0.0008028037846088409,-0.010975897312164307,0.010885775089263916 +174,0.03385322240647701,0.3010867804088318,-2.370207470733104,0.03232415020465851,-0.2965582609176636,-0.9544675946235657,-0.07758498191833496,-0.025103002786636353,0.022479239851236343,0.007943790405988693,-0.010433286428451538,-0.003921687602996826 +175,0.03203916621216058,0.2960897034093962,-2.37364530940319,0.030639732256531715,-0.29178231954574585,-0.9559938907623291,-0.01111464761197567,0.015732495114207268,-0.02262350358068943,-0.004791341722011566,-0.004039853811264038,-0.011871099472045898 +176,0.03218457609646255,0.2925281373711493,-2.3741250125409064,0.030811987817287445,-0.2883738875389099,-0.9570220112800598,0.003093327861279249,-0.02539178356528282,0.0033133402466773987,0.009730614721775055,-0.002962172031402588,-0.013131797313690186 +177,0.03147636078365476,0.2908889972116527,-2.373518391617659,0.030149037018418312,-0.2868039906024933,-0.957514762878418,-0.004764564335346222,-0.005902948789298534,0.0028659100644290447,0.005617573857307434,0.0006864368915557861,-0.008061408996582031 +178,0.030198440692280455,0.2901583665907286,-2.374207906155311,0.02893170528113842,-0.2861039638519287,-0.9577617049217224,0.000354117713868618,-0.0339452363550663,0.02822203002870083,0.005125910043716431,0.007661581039428711,-0.0015278458595275879 +179,0.028603385306641308,0.29174244575385744,-2.372040369132848,0.027390990406274796,-0.28762146830558777,-0.9573523998260498,0.01955758035182953,-0.004239317029714584,-0.008332325145602226,-0.006867922842502594,0.0019769668579101562,0.0003821849822998047 +180,0.026360226132087525,0.28973568465229227,-2.36960307035408,0.025258591398596764,-0.28569895029067993,-0.9579864740371704,-0.029933271929621696,-0.00935591384768486,0.023488877341151237,-0.002172047272324562,-0.0037755072116851807,-0.0063078999519348145 +181,0.026261410021189483,0.2908626278739069,-2.369247047477106,0.025155456736683846,-0.2867787182331085,-0.9576665163040161,0.02222440019249916,-0.03559274226427078,0.025852952152490616,0.005713075399398804,0.0054829418659210205,-0.0030573606491088867 +182,0.024726222717997126,0.29470632433196375,-2.3668537413233035,0.023657802492380142,-0.2904588580131531,-0.9565950036048889,0.03734690696001053,0.0252279844135046,0.03134390711784363,-0.004645355045795441,-0.004585087299346924,0.002966463565826416 +183,0.024223461527037565,0.2943496065711014,-2.366572591964216,0.023179369047284126,-0.2901175022125244,-0.9567102789878845,-0.007106520235538483,-0.018147142603993416,0.0021522731985896826,-0.003602340817451477,0.00045990943908691406,-0.0010381340980529785 +184,0.020422635446718147,0.2940136981537442,-2.3646560458807158,0.01954490877687931,-0.28979602456092834,-0.9568888545036316,0.0009265532717108727,0.008200976997613907,0.04843134433031082,0.0021683424711227417,-0.0009144246578216553,-0.0016377568244934082 +185,0.020048878939411735,0.29352026734029246,-2.361845636837636,0.01919012889266014,-0.28932371735572815,-0.957038938999176,0.010088647715747356,-0.011368772946298122,-0.0022171384189277887,-0.0031989216804504395,-0.0025158822536468506,-0.0017318129539489746 +186,0.02103959078273553,0.2932606497110515,-2.3615080650857427,0.020139848813414574,-0.28907519578933716,-0.9570944905281067,0.003373284824192524,-0.001670698169618845,0.01165416557341814,0.007753213867545128,-0.001253753900527954,-0.003507256507873535 +187,0.019391477837394994,0.2935180433115569,-2.3610145992720986,0.018560979515314102,-0.2893216013908386,-0.9570519924163818,-0.021993441507220268,0.010767771862447262,0.018288491293787956,-0.0027376115322113037,0.001693427562713623,0.001546621322631836 +188,0.018781795316957516,0.29107746805121193,-2.360121187589868,0.017990685999393463,-0.28698453307151794,-0.9577662944793701,-0.029756469652056694,0.016418468207120895,-0.014468762092292309,-0.005402185022830963,-0.0015133917331695557,0.004122495651245117 +189,0.02189291165275365,0.2911824203597178,-2.361590488550229,0.020969657227396965,-0.28708508610725403,-0.9576755166053772,-0.050818875432014465,0.00411546416580677,0.00869274977594614,0.0036580245941877365,0.0012421905994415283,0.016940712928771973 +190,0.02116893748525352,0.2852681243730858,-2.3626129515581877,0.020311903208494186,-0.2814147472381592,-0.9593712091445923,-0.0807836651802063,0.0344695970416069,-0.031355198472738266,-0.00033814646303653717,-0.006869524717330933,-0.01041632890701294 +191,0.021002578529016647,0.28655334664532994,-2.363227493220957,0.020144691690802574,-0.2826477885246277,-0.9590122103691101,0.04001317545771599,-0.07608970999717712,0.02098260633647442,-0.004595987498760223,-0.0071471333503723145,0.012555301189422607 +192,0.015704995969758155,0.29623546204875284,-2.3673371266795344,0.015020303428173065,-0.2919217348098755,-0.9563242793083191,0.09963463246822357,0.059115469455718994,0.14479288458824158,0.037622518837451935,0.0122891366481781,-0.005391418933868408 +193,0.012314172490616858,0.29557430701232745,-2.3571282948685823,0.011779870837926865,-0.2912892997264862,-0.9565624594688416,-0.009156855754554272,0.01993735134601593,-0.008051758632063866,-0.03585824370384216,-0.033310920000076294,-0.018275797367095947 +194,0.011045236912842375,0.30147775465041776,-2.3628019618898133,0.010546868667006493,-0.2969316244125366,-0.9548404812812805,-0.0031290268525481224,-0.015624014660716057,-0.009169508703052998,0.0005157506093382835,0.01645985245704651,0.007925868034362793 +195,0.007833501199057997,0.30672961241134655,-2.3583510776967938,0.007467804942280054,-0.30194249749183655,-0.9532968997955322,0.03759061545133591,-0.054978083819150925,-0.04070420190691948,0.000832974910736084,-0.006742805242538452,0.008610010147094727 +196,0.005477964540606757,0.3104186457177309,-2.354966901506289,0.005216123536229134,-0.30545729398727417,-0.9521914720535278,0.006946687586605549,-0.017109252512454987,0.06320971995592117,0.0012993738055229187,-0.0004203915596008301,0.003476262092590332 +197,0.002511727257213762,0.3113891033961525,-2.3451850861360923,0.0023909329902380705,-0.3063812255859375,-0.9519059062004089,0.03354308381676674,-0.004425311926752329,0.05350017547607422,-0.0006819441914558411,-0.0027007758617401123,0.009462058544158936 +198,0.0009374549197555069,0.31406775300098616,-2.3446340451093954,0.0008915989892557263,-0.3089299499988556,-0.9510843753814697,-0.04648842662572861,0.05505433306097984,0.05710827186703682,-0.006430543959140778,-0.014144361019134521,0.009052515029907227 +199,-0.001411534803773389,0.311825875380802,-2.3432998346066944,-0.0013434630818665028,-0.30679696798324585,-0.9517740607261658,-0.021471016108989716,-0.020682422444224358,0.015685774385929108,-0.003936074674129486,0.004444092512130737,-0.008095324039459229 +200,-0.002361465981595634,0.3106713444099917,-2.339587862072785,-0.0022484171204268932,-0.3056979179382324,-0.9521259069442749,0.007854577153921127,-0.023167921230196953,-0.004870388191193342,0.004109986126422882,-0.0003476142883300781,0.008247733116149902 +201,-0.002071927516352845,0.30786825671640566,-2.3429211562925514,-0.001974507700651884,-0.30302780866622925,-0.9529796838760376,-0.059840597212314606,-0.0014419951476156712,-0.051694080233573914,-0.008843973278999329,-0.002407371997833252,-0.004234671592712402 +202,-0.001253958045322414,0.30134276261747034,-2.343781307461339,-0.0011974528897553682,-0.29680272936820984,-0.9549380540847778,-0.058762941509485245,0.0005450565367937088,0.011452395468950272,0.008948914706707,0.0028879642486572266,-0.008257687091827393 +203,-0.0003152705316027415,0.3001604270233142,-2.3416497654898216,-0.0003011744993273169,-0.2956734597682953,-0.9552890062332153,-0.006366928108036518,0.003914196044206619,0.010439934208989143,-0.002796359360218048,0.002002805471420288,0.002545475959777832 +204,0.0002431089808201295,0.2974430816814514,-2.3418603494903207,0.00023243381292559206,-0.2930765151977539,-0.9560889601707458,0.012519348412752151,-0.0019094953313469887,-0.010291901417076588,0.0012629330158233643,0.0034189224243164062,-0.0023613572120666504 +205,0.0007605233775759195,0.2968888866432291,-2.34083130882903,0.0007272513466887176,-0.2925466299057007,-0.9562509655952454,-0.014568045735359192,0.001291121356189251,-0.007459388114511967,-0.007212236523628235,0.0022024214267730713,0.0009287595748901367 +206,0.0012633193186184313,0.2947351292888351,-2.3413277548647047,0.0012088435469195247,-0.2904864251613617,-0.9568783640861511,-0.007386860437691212,-0.025989864021539688,-0.010472731664776802,0.0010952353477478027,0.0021105706691741943,-0.003280937671661377 +207,0.0010628987855695988,0.28902848871801246,-2.3388417902587713,0.0010188109008595347,-0.2850211560726166,-0.9585207104682922,-0.03108559362590313,0.0753943920135498,0.01607692614197731,0.001712515950202942,-0.009320884943008423,-0.0016538500785827637 +208,0.0018024666011516026,0.28534853927119513,-2.3408481728696566,0.0017295804573222995,-0.2814919054508209,-0.9595620632171631,-0.04071839153766632,-0.013974287547171116,-0.01834242045879364,-0.008138269186019897,0.005246788263320923,-0.016603708267211914 +209,0.001770827139893423,0.28668403078842947,-2.3391756873467617,0.0016985530965030193,-0.28277313709259033,-0.9591853022575378,0.03853795304894447,-0.017791856080293655,0.005701661575585604,0.012186944484710693,-0.0028255879878997803,0.008440673351287842 +210,0.0037754948199736145,0.28368027601978796,-2.3387077651115677,0.003624586621299386,-0.2798907160758972,-0.9600250124931335,-0.048432864248752594,0.016022242605686188,-0.03999222442507744,-0.006294876337051392,-0.002824127674102783,0.001071155071258545 +211,0.003942019383061735,0.27976993213720375,-2.340185557994342,0.0037887399084866047,-0.27613452076911926,-0.9611115455627441,-0.003711084835231304,0.0008496548980474472,-0.013504402711987495,0.007029742002487183,0.00698477029800415,-0.01125478744506836 +212,0.00393151458826228,0.28083048092260443,-2.3376394770751796,0.0037774902302771807,-0.27715370059013367,-0.9608181715011597,0.0006080027669668198,-0.013654552400112152,0.020928964018821716,-0.008919700980186462,-0.003806382417678833,0.004992365837097168 +213,0.004022458888269064,0.2789557130083121,-2.3404173915050968,0.003866954240947962,-0.275351881980896,-0.9613357186317444,-0.014369554817676544,0.0009577209129929543,-0.024309813976287842,0.0020534545183181763,0.003409743309020996,-0.0021194815635681152 +214,0.005047669579056105,0.27976349156746083,-2.339635509131417,0.004851399455219507,-0.276128351688385,-0.9611085057258606,0.025364568457007408,0.020324595272541046,0.02027973160147667,0.0025491113774478436,0.0008598268032073975,-0.0009428262710571289 +215,0.003720351545306535,0.27975410495997655,-2.3390264722182716,0.003575708484277129,-0.27611932158470154,-0.9611167311668396,-0.011953242123126984,0.014100863598287106,0.004685441497713327,-0.008244894444942474,-0.003772646188735962,0.0007895827293395996 +216,0.00393052593874348,0.2783119070090855,-2.3398984536725687,0.00377927185036242,-0.27473291754722595,-0.9615131616592407,-0.0036418763920664787,0.011951369233429432,0.006066002417355776,0.0017444118857383728,-0.0016495585441589355,-0.006229758262634277 +217,0.01042091216985079,0.2733474002616057,-2.3391021849835574,0.01003383006900549,-0.2699560523033142,-0.9628203511238098,-0.1473534107208252,0.019292514771223068,-0.03428643196821213,-0.014413096010684967,-0.001452028751373291,0.011831581592559814 +218,0.013625313099610794,0.2667193936450558,-2.343885880425351,0.013143125921487808,-0.263568252325058,-0.9645512104034424,-0.03423363342881203,0.04175150394439697,-0.003624415025115013,0.011286191642284393,0.006884902715682983,0.002621889114379883 +219,0.013785073756658649,0.2645704634428129,-2.3442371255281507,0.013304999098181725,-0.2614946961402893,-0.9651132225990295,0.03021106868982315,0.008642944507300854,0.028379123657941818,0.003205016255378723,0.004063665866851807,-0.02246612310409546 +220,0.01536706617201659,0.26817321763529883,-2.343200600629594,0.014817210845649242,-0.2649703919887543,-0.9641426801681519,0.04193626344203949,-0.0030454243533313274,0.012221366167068481,0.0001058792695403099,-0.0007461309432983398,0.002121865749359131 +221,0.013184279878303428,0.2725590263940039,-2.342437536338538,0.012697217054665089,-0.26919686794281006,-0.9630014896392822,0.08205932378768921,0.008120328187942505,0.02748166397213936,0.0062389373779296875,0.0018323659896850586,-0.0057637691497802734 +222,0.016157923565614886,0.2801341633450503,-2.3413183185657336,0.015527385286986828,-0.27648457884788513,-0.960892915725708,0.055710285902023315,0.11875586211681366,-0.006728642620146275,-0.014413498342037201,-0.011982828378677368,0.007722139358520508 +223,0.03790999845697229,0.2751191889045213,-2.34961174659456,0.03647557273507118,-0.271661639213562,-0.9617013335227966,-0.1767245978116989,0.25823143124580383,-0.12558308243751526,-0.04350986331701279,0.009210467338562012,-0.01667696237564087 +224,0.0634716906135195,0.2664789699188575,-2.3633458195241,0.061190295964479446,-0.26333633065223694,-0.9627615213394165,-0.028585242107510567,0.1394474357366562,-0.2528740167617798,0.035855598747730255,-0.011581271886825562,0.010246872901916504 +225,0.07101815966087809,0.2663504700937902,-2.378172847160294,0.06845633685588837,-0.2632123529911041,-0.9623060822486877,-0.10444658249616623,0.08639616519212723,-0.045302312821149826,-0.01752249151468277,0.003309398889541626,-6.574392318725586e-05 +226,0.09196800927472218,0.2575427119912368,-2.390348276610124,0.08880947530269623,-0.2547050714492798,-0.9629321098327637,-0.10017078369855881,0.0336836613714695,-0.14529851078987122,0.026531703770160675,0.0008903741836547852,0.023189067840576172 +227,0.08910763488506288,0.2502124802322372,-2.3962352872718196,0.08621860295534134,-0.24760982394218445,-0.9650159478187561,-0.07392221689224243,0.06434520334005356,0.03152146562933922,-0.008841291069984436,0.015096411108970642,-0.019526898860931396 +228,0.09104445239750919,0.2496259536062546,-2.3928730456313745,0.08810068666934967,-0.2470415234565735,-0.964991569519043,0.032018110156059265,-0.07818634808063507,-0.03395611047744751,0.008060209453105927,-0.017042338848114014,0.01749706268310547 +229,0.09114122241840074,0.23932639489230334,-2.3962638238980514,0.08842097222805023,-0.23704826831817627,-0.9674656987190247,-0.10468407720327377,0.1330091655254364,0.09231311827898026,0.005802057683467865,-0.0021484941244125366,-0.015230834484100342 +230,0.08722534616696292,0.23440152130261446,-2.394467316318949,0.08473250269889832,-0.23226091265678406,-0.9689557552337646,-0.02247489243745804,-0.11384859681129456,0.007861845195293427,0.013991869986057281,0.021537035703659058,-0.0052874088287353516 +231,0.07625507139033577,0.24264959436341482,-2.3848513055646148,0.07394944131374359,-0.24027544260025024,-0.9678838849067688,0.20790275931358337,-0.1580086201429367,0.1740601658821106,0.023981459438800812,0.00025469064712524414,-0.011211574077606201 +232,0.06256934468317506,0.2592535047427662,-2.372233003616081,0.06043892353773117,-0.2563590705394745,-0.9646902084350586,0.11688977479934692,-0.07758763432502747,0.15048450231552124,-0.02590828388929367,-0.023075133562088013,0.015227317810058594 +233,0.061360342160468116,0.25572790938255174,-2.3724697532112726,0.0593276247382164,-0.25294971466064453,-0.9656586647033691,-0.08942734450101852,0.006756516173481941,-0.06500233709812164,0.0030503049492836,-0.01644420623779297,-0.0012450218200683594 +234,0.058191963750778675,0.25170284400846354,-2.3728591865317763,0.05632651597261429,-0.24905350804328918,-0.9668503999710083,-0.0972648486495018,0.027349794283509254,-0.014855857938528061,-0.021277084946632385,0.009002238512039185,0.005638241767883301 +235,0.06247329413458525,0.2446058329045714,-2.375042405085914,0.06057422235608101,-0.2421739101409912,-0.9683400988578796,-0.04127927124500275,0.05604860559105873,0.03565036877989769,3.369152545928955e-05,0.002031087875366211,-0.007917225360870361 +236,0.06769385984180068,0.23443420970101406,-2.3776292131880785,0.06579188257455826,-0.23229271173477173,-0.9704182147979736,-0.14392873644828796,0.0342857800424099,-0.08750350028276443,-0.007976330816745758,0.004097536206245422,-0.004770934581756592 +237,0.06925641357366051,0.23128044181807558,-2.377641965540357,0.06735849380493164,-0.2292240560054779,-0.9710402488708496,-0.06667560338973999,-0.07936863601207733,-0.01672663912177086,-0.0066132619976997375,0.008246272802352905,0.02267599105834961 +238,0.06623985918774761,0.23145455663116205,-2.3772208560898354,0.06442635506391525,-0.22939354181289673,-0.9711991548538208,0.11212116479873657,-0.014272088184952736,0.04344959929585457,0.005443640053272247,0.010643541812896729,-0.0110548734664917 +239,0.061010052894402166,0.24657624555525304,-2.372890882308124,0.059128034859895706,-0.2440851926803589,-0.9679495096206665,0.14187851548194885,-0.04520507901906967,0.08313019573688507,-0.010010000318288803,0.0015009939670562744,0.0018698573112487793 +240,0.05997371400267341,0.2523487513193153,-2.372602419541029,0.05803946033120155,-0.24967901408672333,-0.9665877223014832,-0.06038997694849968,-0.135933980345726,-0.07947646826505661,-0.004801534116268158,0.009581953287124634,0.028187453746795654 +241,0.04937848877633712,0.2537962602026631,-2.387122510016682,0.047777287662029266,-0.2510804235935211,-0.9667863845825195,0.1523311287164688,0.015818748623132706,0.09302812814712524,0.01644696295261383,-0.01521599292755127,-0.04221630096435547 +242,0.04982713277295884,0.25799205377453244,-2.382582675582682,0.048158131539821625,-0.2551395893096924,-0.9657042026519775,0.028989408165216446,-0.06053287163376808,-0.10662660002708435,-0.012132138013839722,-0.006167173385620117,-0.006540060043334961 +243,0.049188514235440496,0.25701153577548397,-2.380468948407303,0.04755368456244469,-0.25419139862060547,-0.9659841656684875,-0.08185240626335144,0.018475212156772614,0.029686901718378067,-0.005180031061172485,-0.007313728332519531,0.008815586566925049 +244,0.04867511045900124,0.25671947115625615,-2.3834305564976206,0.04706134647130966,-0.2539089024066925,-0.9660825729370117,0.05517188832163811,0.003842046484351158,0.01798628270626068,0.006558038294315338,0.010973721742630005,-0.012066841125488281 +245,0.0447851183911472,0.2610128791659384,-2.3795455351680577,0.04325374215841293,-0.2580592632293701,-0.9651603698730469,0.03858932852745056,-0.019119005650281906,0.029479539021849632,-0.01078304648399353,0.003893613815307617,0.002483367919921875 +246,0.04640061647249688,0.2604387070390559,-2.377917586725091,0.04481976479291916,-0.25750449299812317,-0.9652370810508728,-0.06567594408988953,-0.005445841699838638,-0.054166682064533234,-0.006718575954437256,-0.010149925947189331,0.015667378902435303 +247,0.04620305025526066,0.25026520355291465,-2.384534846346755,0.04474775120615959,-0.24766090512275696,-0.9678128361701965,-0.07557416707277298,0.07076849788427353,-0.02080475725233555,-0.007592599838972092,-0.007786467671394348,-0.01799643039703369 +248,0.048630073266116514,0.2480471327206656,-2.383442559047752,0.04712310805916786,-0.24551133811473846,-0.9682477116584778,-0.0029171621426939964,-0.022457849234342575,0.04201975464820862,0.01694854348897934,0.01386764645576477,0.0001996159553527832 +249,0.047242221361947355,0.251188577417105,-2.376482226166464,0.04574263095855713,-0.24855540692806244,-0.967536985874176,0.006647731177508831,0.01870712637901306,0.021208688616752625,-0.015484452247619629,-0.01679493486881256,0.015464842319488525 +250,0.049165679312686214,0.24452289325946272,-2.3797020840564334,0.04768392816185951,-0.24209344387054443,-0.9690805077552795,-0.05583197623491287,-0.0005644587799906731,-0.05887793004512787,0.0005796253681182861,0.005124449729919434,-0.011998593807220459 +251,0.046903501534470426,0.24652502946578053,-2.378676149860794,0.045468758791685104,-0.2440355271100998,-0.9686997532844543,0.005286858417093754,-0.021027717739343643,0.03984983265399933,0.006365351378917694,0.0032670944929122925,0.010218918323516846 +252,0.04311667793332464,0.24534381904174193,-2.3759735334656726,0.04181254282593727,-0.242889866232872,-0.9691523313522339,-0.010233641602098942,-0.02088593877851963,0.022898759692907333,-0.009479165077209473,0.0015873759984970093,-0.0019322633743286133 +253,0.04369753085786743,0.2426522246879735,-2.375919984222626,0.04240387678146362,-0.2402779906988144,-0.969777524471283,-0.023742951452732086,-0.015169680118560791,-0.03181872516870499,0.003845512866973877,0.002393469214439392,0.007527768611907959 +254,0.043106135566881934,0.24497513018726033,-2.376030773476176,0.0418061800301075,-0.24253219366073608,-0.9692421555519104,0.038077786564826965,0.005363439209759235,0.0032362353522330523,-0.0068635493516922,-0.003561556339263916,0.0038490891456604004 +255,0.04184692867720523,0.24615697192529948,-2.37698655469583,0.04057365283370018,-0.24367858469486237,-0.9690069556236267,-0.00872858241200447,-0.010393083095550537,0.04497344419360161,0.005889363586902618,0.009776607155799866,-0.000948488712310791 +256,0.042536474113269475,0.24585019629329002,-2.3745748084009413,0.0412449948489666,-0.24338103830814362,-0.9690533876419067,-0.04182741045951843,0.013860590755939484,0.0008555150125175714,-0.0046391598880290985,-0.009838536381721497,0.009260356426239014 +257,0.03665326188106448,0.24002373124969056,-2.373280539321649,0.035594526678323746,-0.23772567510604858,-0.9706799387931824,-0.09325141459703445,-0.07872321456670761,0.04174340143799782,0.0001568123698234558,0.000619351863861084,-0.00032836198806762695 +258,0.034355027212438195,0.23819373564550145,-2.37095431085775,0.033378470689058304,-0.23594774305820465,-0.9711923003196716,0.04027120769023895,0.0009752688929438591,0.017865091562271118,0.006782662123441696,0.005601078271865845,-0.00030422210693359375 +259,0.03065903950178532,0.23846725444460282,-2.3672761704727687,0.02978675812482834,-0.2362135350704193,-0.9712445139884949,0.009052316658198833,-0.03633900731801987,0.026519708335399628,-0.010575942695140839,-0.0066300928592681885,-0.009758293628692627 +260,0.02795346077718953,0.23693322678512507,-2.3682194970728974,0.027168968692421913,-0.23472264409065247,-0.971682608127594,-0.021758731454610825,0.00039888639003038406,0.018357358872890472,-0.0007254872471094131,-0.0020021945238113403,-0.01279914379119873 +261,0.026964171336623776,0.23746082533182314,-2.366027760535007,0.026204338297247887,-0.23523546755313873,-0.9715850949287415,-0.053037434816360474,-0.026218749582767487,0.04345175623893738,0.012980237603187561,-0.004831075668334961,0.014477550983428955 +262,0.02363172732174713,0.23525782112417593,-2.3643319895296533,0.022978635504841805,-0.23309370875358582,-0.9721827507019043,0.04304587095975876,0.004670360125601292,0.031200191006064415,0.0016795694828033447,0.0016483962535858154,-0.019180774688720703 +263,0.023891073501818624,0.23629399141666993,-2.3625579227445965,0.023224985226988792,-0.23410122096538544,-0.9719347953796387,-0.018102211877703667,-0.00768753606826067,-0.02642396092414856,-0.005250133574008942,-0.004592031240463257,0.004466533660888672 +264,0.025356319460704473,0.2341466253228636,-2.363925844988732,0.024661770090460777,-0.23201298713684082,-0.9724000096321106,-0.019045811146497726,-0.013287018053233624,-0.0493680015206337,-0.013385526835918427,0.007846102118492126,0.0009949803352355957 +265,0.02523072289193574,0.23325368031236365,-2.3659548804298494,0.024544857442378998,-0.23114430904388428,-0.97260981798172,0.04087211936712265,0.0023806244134902954,0.01771116442978382,0.010565616190433502,0.010212302207946777,-0.00918644666671753 +266,0.02446454128956822,0.23632256810194763,-2.363325816194506,0.023782189935445786,-0.23412899672985077,-0.9719145894050598,0.026595402508974075,0.012612039223313332,0.022229371592402458,-0.011422568932175636,-0.009035050868988037,-0.0016723871231079102 +267,0.02496603060088518,0.23604409591322237,-2.3647182723335205,0.024271218106150627,-0.23385825753211975,-0.9719676971435547,-0.020779341459274292,-0.008299017325043678,-0.025013355538249016,0.004033833742141724,0.001741558313369751,0.0041027069091796875 +268,0.026762625337686363,0.23908074155657166,-2.364979984855499,0.02599828690290451,-0.2368096113204956,-0.9712081551551819,0.04087299853563309,0.027780473232269287,0.005001877434551716,0.0016658976674079895,0.0049370527267456055,0.005967676639556885 +269,0.02682706916087857,0.23904082471174984,-2.363871559826212,0.026061128824949265,-0.2367708384990692,-0.9712159633636475,-0.006890655495226383,-0.009668364189565182,0.014658153057098389,0.000962182879447937,-0.002898961305618286,0.002862691879272461 +270,0.02726787826759937,0.23801521535202838,-2.3649899599848454,0.026495855301618576,-0.23577426373958588,-0.9714465737342834,-0.05843068286776543,0.01145929004997015,-0.038655322045087814,-0.008704105392098427,0.00619053840637207,0.0011097192764282227 +271,0.028548353363790455,0.23506135167183156,-2.364379475432696,0.027759503573179245,-0.2329026460647583,-0.9721037745475769,-0.011338804848492146,0.017130225896835327,0.009706884622573853,-0.0031165629625320435,-0.0085829496383667,-0.005908310413360596 +272,0.029058881893698645,0.23187089866265168,-2.366262628492348,0.028277233242988586,-0.22979874908924103,-0.9728273153305054,-0.011965450830757618,-0.02503127232193947,-0.009942112490534782,0.0019656866788864136,0.012254208326339722,-0.010555863380432129 +273,0.027242830432374656,0.23640842082921268,-2.3643895206064207,0.026481807231903076,-0.2342124581336975,-0.9718247056007385,0.07904075086116791,-0.011488830670714378,-0.004782956559211016,-0.0009843707084655762,0.0009666085243225098,0.007392942905426025 +274,0.024548404595134014,0.23836479843723152,-2.3651430206927535,0.0238519124686718,-0.23611398041248322,-0.9714325666427612,0.027552399784326553,-0.05170609802007675,0.006893520709127188,0.0022253599017858505,-0.0016179382801055908,-0.001971304416656494 +275,0.023152483240153763,0.24105177478428613,-2.36484989160123,0.022481076419353485,-0.23872412741184235,-0.9708271622657776,-0.024535097181797028,-0.019971106201410294,-0.013234992511570454,-0.0038500968366861343,0.00172463059425354,0.010820508003234863 +276,0.021735364027722182,0.24230756609167806,-2.366211737154249,0.021098744124174118,-0.23994341492652893,-0.9705575704574585,0.005728185176849365,0.02375570870935917,0.0007689353078603745,-0.0017506033182144165,0.0010670721530914307,0.004508376121520996 +277,0.022922145339075117,0.24171734748622373,-2.3655598541405047,0.022253811359405518,-0.2393704056739807,-0.9706732630729675,0.026316646486520767,0.012645358219742775,0.03706122934818268,0.005746066570281982,0.002721846103668213,-0.0013268589973449707 +278,0.021960148554245693,0.24048173041791163,-2.3642653413642964,0.021326495334506035,-0.23817051947116852,-0.9709891676902771,-0.01240087766200304,-0.07719380408525467,-0.0263620987534523,-0.005747273564338684,-0.004352673888206482,-0.0050697922706604 +279,0.021555450197374777,0.2416802161947738,-2.363135798385378,0.020927367731928825,-0.2393343448638916,-0.9707116484642029,0.0017550350166857243,-0.007409277372062206,0.015376068651676178,0.0029831528663635254,-0.0036008358001708984,0.003548562526702881 +280,0.02197780746852891,0.24010631654087883,-2.3638543719951577,0.021345604211091995,-0.23780588805675507,-0.971078097820282,-0.019964128732681274,-0.0007267305627465248,-0.022984329611063004,3.196112811565399e-05,0.00394970178604126,0.0008175373077392578 +281,0.021600310606238248,0.2423498821159222,-2.363314138927751,0.020967448130249977,-0.23998449742794037,-0.9705502390861511,0.03520623594522476,-0.003321263939142227,0.014325973577797413,0.004163771867752075,0.0025577396154403687,0.002700507640838623 +282,0.02120124487955436,0.2425780433236505,-2.362924591214956,0.02057897113263607,-0.24020598828792572,-0.9705038070678711,0.007257165387272835,-0.006859618704766035,0.00020902208052575588,-0.0024973079562187195,-0.0029733479022979736,-0.0032815933227539062 +283,0.021026877506528666,0.24324158426181144,-2.364277250139832,0.020406391471624374,-0.2408500462770462,-0.9703478217124939,-0.01289395336061716,-0.001976889092475176,0.00258364574983716,0.004419652745127678,0.0036216676235198975,0.0024217963218688965 +284,0.020370311976544445,0.244375743491074,-2.3629737916664304,0.01976371370255947,-0.24195066094398499,-0.9700872302055359,0.004013916943222284,0.012445810250937939,0.027255233377218246,-0.00612235814332962,-0.0017779767513275146,0.004190623760223389 +285,0.018842631903339423,0.2460703906581389,-2.3615114078876727,0.018273957073688507,-0.24359461665153503,-0.9697049856185913,-0.009184746071696281,0.02159510925412178,0.05631040409207344,0.0009063407778739929,-0.0038571804761886597,0.0006955862045288086 +286,0.019128057727957913,0.24686181170213134,-2.360079373914772,0.018547041341662407,-0.24436211585998535,-0.9695066809654236,-0.025760820135474205,0.003955351188778877,0.002856341190636158,-0.006660446524620056,-0.0045239925384521484,0.008401334285736084 +287,0.018968098776142497,0.24529745656684487,-2.361242927355561,0.018399188295006752,-0.24284489452838898,-0.9698906540870667,-0.013517270796000957,-0.00573674077168107,-0.001518073258921504,0.002383282408118248,0.003403976559638977,-0.0028113722801208496 +288,0.018812881048036738,0.24529805081217748,-2.3601680164588066,0.01824864000082016,-0.24284546077251434,-0.9698933362960815,0.018554411828517914,-0.013636150397360325,0.011689065024256706,0.00253383070230484,3.235042095184326e-05,-0.005570530891418457 +289,0.017844811422600776,0.24590224752723047,-2.359099150962079,0.017307085916399956,-0.24343152344226837,-0.9697636365890503,0.0022843978367745876,-0.012439867481589317,-0.010910071432590485,-0.002994345501065254,-0.0020365864038467407,0.0006932616233825684 +290,0.017019678291523507,0.2464663392349891,-2.3592738214531486,0.0165045578032732,-0.2439786195755005,-0.9696401357650757,-0.008446463383734226,-0.009803438559174538,-0.0040177758783102036,0.003438679501414299,0.002782955765724182,-0.001612246036529541 +291,0.015896774445911414,0.24908380900739127,-2.357546585307564,0.015405530110001564,-0.246516153216362,-0.9690162539482117,0.017014155164361,0.01774110272526741,0.004312059376388788,-0.009958140552043915,-0.0046892911195755005,0.00417250394821167 +292,0.015599522840323668,0.24847960251139395,-2.358939266807652,0.015119808726012707,-0.2459305375814438,-0.9691694974899292,0.04815003275871277,-0.009767984971404076,0.04022593051195145,0.009904607199132442,-0.0026656240224838257,-0.027366697788238525 +293,0.01718376079694224,0.250862356566032,-2.35896106996124,0.016645068302750587,-0.2482394129037857,-0.9685556888580322,-0.046629589051008224,-0.003765375819057226,-0.026622828096151352,-0.0015236083418130875,0.005182176828384399,0.008076012134552002 +294,0.01456200789036117,0.25421223996003783,-2.3570869997923602,0.014093511737883091,-0.2514830529689789,-0.9677590727806091,0.08848250657320023,-0.012141430750489235,0.043471090495586395,0.0008143261075019836,-0.008282572031021118,0.002259194850921631 +295,0.01410851882972295,0.2534253098788563,-2.358205981701654,0.013657430186867714,-0.2507213354110718,-0.9679629802703857,-0.016777046024799347,-0.01471661776304245,-0.040716081857681274,-0.0004738345742225647,0.006061911582946777,-3.933906555175781e-05 +296,0.01278568958168924,0.2567845468221209,-2.358051587798036,0.012366130948066711,-0.2539718449115753,-0.967132568359375,0.019571978598833084,-0.023354601114988327,-0.005456260871142149,0.0037776678800582886,-0.0016891658306121826,0.0087432861328125 +297,0.011358802518556735,0.2569193700118022,-2.358540899285451,0.010985740460455418,-0.25410225987434387,-0.9671149849891663,0.026706304401159286,-0.019525103271007538,0.024251343682408333,0.003540627658367157,-0.0016808509826660156,-0.00859302282333374 +298,0.010329819329873023,0.2575825189602544,-2.357914002005885,0.009988847188651562,-0.2547435760498047,-0.9669570326805115,-0.017202921211719513,-0.006388602778315544,0.0005716059822589159,0.0011042878031730652,-0.0054035186767578125,-0.006630003452301025 +299,0.008264480413374081,0.2588505218790825,-2.3577613661426393,0.007989057339727879,-0.2559695243835449,-0.9666518568992615,0.00553069356828928,0.007737013511359692,0.01206183061003685,-0.009926922619342804,-0.003643512725830078,-0.0016556382179260254 +300,0.008589848645444851,0.2583748749537194,-2.3592823618303447,0.00830461923032999,-0.25550970435142517,-0.9667708277702332,-0.01413741521537304,-0.010032933205366135,-0.0138145936653018,0.0034751668572425842,0.005479186773300171,0.0010573267936706543 +301,0.006983391048391821,0.2590184813232454,-2.3578514468089717,0.006750382948666811,-0.2561318874359131,-0.9666182994842529,0.011081289499998093,-0.014271356165409088,0.02352718636393547,-0.003958024084568024,-0.002687692642211914,0.0032699108123779297 +302,0.0070415171630808055,0.25756318669532385,-2.3586152707677903,0.006809186190366745,-0.2547248899936676,-0.9669895768165588,-0.02051968313753605,-0.0009169052354991436,-0.016979502514004707,0.0016289204359054565,-0.0007987916469573975,0.003336012363433838 +303,0.006074315924215378,0.25725496097189426,-2.358793750801015,0.00587438652291894,-0.2544268071651459,-0.9670742154121399,0.015073340386152267,0.0071630580350756645,0.01144452765583992,0.0015719011425971985,0.002214282751083374,-0.004147708415985107 +304,0.005250502578166607,0.2564632290836718,-2.3589469945925376,0.005078752059489489,-0.25366103649139404,-0.967279851436615,-0.027172572910785675,-0.03380684554576874,-0.015095171518623829,-0.0007452517747879028,0.003798365592956543,0.0014137625694274902 +305,0.0005094205846305986,0.25423097378406934,-2.3579855107943857,0.0004930462455376983,-0.2515011727809906,-0.9678568840026855,-0.013931351713836193,-0.061510778963565826,0.004558735992759466,0.004130370914936066,-0.0033511221408843994,-0.0011372566223144531 +306,-0.003912877267536169,0.253582301461927,-2.3575612061653572,-0.0037877336144447327,-0.25087329745292664,-0.9680125117301941,-1.1557713150978088e-06,-0.1557864099740982,0.02006392553448677,0.012607313692569733,0.0008885860443115234,-0.010121583938598633 +307,-0.017273518977550778,0.26436011861920966,-2.3545787308688544,-0.016672605648636818,-0.2612916827201843,-0.9651159048080444,0.1515319049358368,-0.07459038496017456,0.053564637899398804,0.0033364295959472656,0.0069123804569244385,0.0036290884017944336 +308,-0.05089383920733978,0.28814834937094996,-2.340349828204853,-0.048774510622024536,-0.28417739272117615,-0.9575302600860596,0.5201874375343323,-0.07053106278181076,0.087997667491436,0.030677594244480133,0.046033501625061035,0.030375778675079346 +309,-0.07096708739373565,0.30244133688273134,-2.3258484243643824,-0.0676891952753067,-0.2978516221046448,-0.9522092938423157,-0.03565956652164459,0.10460133105516434,0.06246337294578552,-0.0580890029668808,-0.022613465785980225,-0.007507443428039551 +310,-0.028753361634369073,0.28544357188899144,-2.3430633402296404,-0.027586108073592186,-0.28158310055732727,-0.9591402411460876,-0.6657847762107849,0.7357068657875061,-0.12380114197731018,-0.02427852153778076,-0.03842422366142273,0.09201377630233765 +311,0.029162641169516876,0.1700705898361953,-2.2727936266884003,0.028737831860780716,-0.1692519187927246,-0.9851537346839905,-0.6800339221954346,0.48043522238731384,1.6400762796401978,-0.031316570937633514,-0.1352066844701767,-0.24317872524261475 +312,0.08712299338102183,0.19201734579834379,-2.196246598731031,0.08541363477706909,-0.19083955883979797,-0.977898120880127,0.4572376012802124,-0.06739768385887146,-0.8164517283439636,0.03870135545730591,-0.035829752683639526,-0.10869550704956055 +313,0.07108202227056115,0.13636001372600742,-2.2220691169966065,0.07036290317773819,-0.13593782484531403,-0.9882155656814575,-0.19144600629806519,0.5589349865913391,1.0066715478897095,0.08791650831699371,0.18673433363437653,-0.04207313060760498 +314,-0.17286653269550864,0.2526994864634952,-2.1669841295692867,-0.1665440946817398,-0.2500186264514923,-0.9538100957870483,1.8018603324890137,-4.91077184677124,0.822657585144043,0.352426677942276,-0.1783718466758728,-0.07898098230361938 +315,-0.6391902342944813,0.5043360926509233,-1.9921143764787632,-0.522273063659668,-0.48322629928588867,-0.7026543021202087,3.7848703861236572,-4.309506893157959,1.1097491979599,0.24235057830810547,0.02770569920539856,-0.20324468612670898 +316,-1.2364008641059319,0.7211751061970264,-1.588957554451054,-0.7094299793243408,-0.6602676510810852,-0.24648679792881012,3.749437093734741,-3.740588426589966,0.23139052093029022,0.17610478401184082,0.044773876667022705,-0.11098086833953857 +317,-2.089564367004566,0.6238765811647508,-0.9984750327994674,-0.7048355937004089,-0.5841858386993408,0.40240976214408875,5.51993989944458,-4.905338287353516,0.5111177563667297,0.19261330366134644,0.2679321765899658,-0.10175061225891113 +318,-2.623685236072957,0.3055107074204196,-0.6750966958828509,-0.47213849425315857,-0.3007802665233612,0.8286234140396118,3.4308433532714844,-3.1270647048950195,0.4851795434951782,0.2017984688282013,0.1390218436717987,0.07320165634155273 +319,-2.7630934933338684,0.16705646900263998,-0.6531215386673732,-0.36438196897506714,-0.16628052294254303,0.9162843227386475,0.6871986985206604,-0.46212634444236755,-0.15790626406669617,-0.08405858278274536,0.18428586423397064,-0.08489382266998291 +320,-2.767830448912413,0.0857415869678072,-0.619095757997413,-0.3637791872024536,-0.08563657104969025,0.9275403618812561,0.7603366374969482,0.2948325276374817,0.4877240061759949,0.060190349817276,0.03796812891960144,-0.027790606021881104 +321,-2.7654365593710217,0.03868259633226837,-0.6174197820414751,-0.3670732378959656,-0.038672950118780136,0.9293878078460693,-0.8020341396331787,0.731174111366272,0.03774676471948624,0.036766231060028076,-0.07744643092155457,0.19091248512268066 +322,-2.7822036595865294,0.018812818257185546,-0.6189887015117628,-0.35164007544517517,-0.018811708316206932,0.9359462261199951,1.305301547050476,-0.9392613172531128,0.35238561034202576,-0.03449881076812744,0.03533697873353958,-0.024691343307495117 +323,-2.931169813971651,-0.11801237831690702,-0.5929395730589656,-0.20742066204547882,0.11773864179849625,0.9711408615112305,1.233033299446106,-2.1316492557525635,-0.02593410015106201,-0.06879395246505737,-0.026079080998897552,0.05576050281524658 +324,-3.0620937205317342,-0.17226498914801971,-0.5571382522389318,-0.07823982834815979,0.17141425609588623,0.9820877313613892,-0.5320244431495667,0.3739051818847656,0.2903772294521332,0.018211722373962402,-0.06109316647052765,0.27368032932281494 +325,-3.020278430210344,-0.10691451801289036,-0.5477089084967762,-0.12032588571310043,0.10671094805002213,0.9869825839996338,-0.4056636691093445,0.13180381059646606,-0.054030369967222214,0.00023920834064483643,0.027093373239040375,-0.04646134376525879 +326,-2.9039099482981925,-0.026852357303011398,-0.5602103623510084,-0.23536624014377594,0.026849130168557167,0.971535861492157,-1.394870638847351,1.9481489658355713,0.21430234611034393,-0.012009277939796448,0.04602685198187828,0.030524134635925293 +327,-2.8562031477816157,0.0021488836158106905,-0.5560525365167089,-0.28153061866760254,-0.002148882020264864,0.9595499634742737,0.8431583046913147,-0.8376719355583191,0.042548682540655136,0.03053876757621765,0.020200029015541077,-0.1259775161743164 +328,-2.892377742424722,-0.039815146917357984,-0.5313143873996126,-0.24644772708415985,0.03980462998151779,0.9683382511138916,0.08999398350715637,-0.031102413311600685,0.010899392887949944,0.04507748782634735,0.02000981941819191,0.023467719554901123 +329,-2.902131709885464,-0.07304202241541473,-0.5171039028061497,-0.23654663562774658,0.07297708839178085,0.9688759446144104,0.38743939995765686,-0.16381604969501495,-0.04824849218130112,-0.0485028475522995,-0.02410317212343216,0.03904366493225098 +330,-2.9068750967621697,-0.07975057921361342,-0.497669386332226,-0.23182916641235352,0.07966607064008713,0.9694890975952148,0.08898250013589859,-0.02529926598072052,-0.018933285027742386,-0.01441723108291626,0.01605234295129776,-0.03798556327819824 +331,-2.909023497117659,-0.08745740362179928,-0.4840968122398066,-0.22959741950035095,0.08734595775604248,0.969358503818512,0.04262687265872955,-0.022896097972989082,0.10609985888004303,0.028318703174591064,0.0055648162961006165,-0.0067882537841796875 +332,-2.939316420995299,-0.11190750352022713,-0.48543381561439836,-0.19964297115802765,0.11167407780885696,0.9734839797019958,0.2883918583393097,-0.3313562572002411,0.13408240675926208,-0.04347522556781769,0.015752039849758148,0.010371923446655273 +333,-2.9660488025977236,-0.13672614751418394,-0.48637190401982283,-0.17301379144191742,0.13630054891109467,0.9754425883293152,0.254142701625824,-0.14354515075683594,0.111902616918087,0.04140675067901611,0.01213693618774414,-0.04999709129333496 +334,-2.976986023066791,-0.17063812087594918,-0.49089855873812793,-0.16148440539836884,0.16981123387813568,0.9721556901931763,0.22449864447116852,-0.14702697098255157,0.25264111161231995,0.008438780903816223,-0.02437974512577057,0.044918715953826904 +335,-3.078356209872219,-0.20117135408424536,-0.47859163819682254,-0.06191989406943321,0.19981719553470612,0.9778749942779541,0.2833969295024872,-1.229096531867981,-0.3055584728717804,-0.06886319816112518,0.008404269814491272,0.0843658447265625 +336,3.127550993010068,-0.1908591968332265,-0.413807457031301,0.013786232098937035,0.18970255553722382,0.9817447066307068,-0.3621533513069153,-0.3497382402420044,-0.60841965675354,0.004005515016615391,0.012949392199516296,-0.015741407871246338 +337,-3.134192229824566,-0.16971871981502684,-0.37068609230047345,-0.007294030394405127,0.1689051240682602,0.9856053590774536,0.13459821045398712,0.14739061892032623,-0.32512733340263367,-0.034377723932266235,0.002618923783302307,-0.10370838642120361 +338,3.0913204076657936,-0.23230937691877515,-0.3354759037438437,0.04890119656920433,0.23022547364234924,0.971907913684845,0.6554338932037354,-0.5027367472648621,-0.10511154681444168,0.03656328469514847,0.004775121808052063,0.0626227855682373 +339,3.043249223783054,-0.22045581574840303,-0.3177274578720571,0.09580869972705841,0.218674436211586,0.9710829854011536,-0.4453320801258087,-0.4636700749397278,-0.21385055780410767,0.03300599753856659,-0.016251340508461,0.05639803409576416 +340,3.061845589200898,-0.1803813960834707,-0.3141548818184747,0.07837007194757462,0.17940479516983032,0.9806488752365112,-0.5334299206733704,0.297377347946167,0.14539989829063416,0.027327552437782288,0.03630870580673218,-0.04237067699432373 +341,3.0798200216302893,-0.1698412673646618,-0.32896523764907887,0.06084511801600456,0.16902589797973633,0.9837318658828735,0.17774543166160583,0.4906027615070343,0.3315584659576416,0.0047219060361385345,-0.016849979758262634,0.062075138092041016 +342,3.1013820520038426,-0.1489126781486721,-0.3328429497115014,0.03975488618016243,0.148362934589386,0.9881338477134705,-0.22794800996780396,0.28032487630844116,-0.10092716664075851,-0.03792382776737213,0.05045910179615021,-0.04749035835266113 +343,3.0656565308374923,-0.18992810923078976,-0.32023790965321963,0.0744989812374115,0.1887882947921753,0.9791878461837769,0.7944622039794922,-0.6281024217605591,0.0029747041407972574,0.026544712483882904,-0.05416001379489899,-0.03341764211654663 +344,3.018520980872626,-0.23541044122692187,-0.32475657130700614,0.11937527358531952,0.23324212431907654,0.9650632739067078,0.3315129578113556,-0.4833245575428009,-0.14299213886260986,-0.0019131451845169067,-0.012249141931533813,0.03476858139038086 +345,3.025766883065377,-0.20977322364940074,-0.33267830369149376,0.11303354799747467,0.20823809504508972,0.9715248942375183,-0.4287373423576355,0.29623889923095703,0.0286567360162735,-0.03242135047912598,0.031080782413482666,-0.036450862884521484 +346,3.0528951347511963,-0.21692197816523037,-0.3288224656349711,0.08650532364845276,0.2152247577905655,0.9727256298065186,0.30781295895576477,0.3586669862270355,0.015555905178189278,0.01792582869529724,0.01364181935787201,0.020758867263793945 +347,3.066300081039593,-0.22352389255369867,-0.33479108052359347,0.07335013896226883,0.22166721522808075,0.9723598957061768,0.06227396801114082,0.12367350608110428,0.05601690709590912,0.008711643517017365,0.008450597524642944,0.018744349479675293 +348,3.049925033678458,-0.215894485283517,-0.33824382696823857,0.08941421657800674,0.21422123908996582,0.9726840257644653,-0.49490073323249817,-0.21019910275936127,0.15867826342582703,0.0019096210598945618,-0.0005676895380020142,0.012759029865264893 +349,3.016242859357985,-0.18247811183199028,-0.33860346266616853,0.12294601649045944,0.18146710097789764,0.975680947303772,-0.18820197880268097,-0.32537901401519775,-0.03545242175459862,-0.005773812532424927,0.006826296448707581,0.013530731201171875 +350,2.973559394140353,-0.12766186851839376,-0.3357559198606704,0.1658826470375061,0.12731538712978363,0.9778924584388733,-0.8506019711494446,-0.33883821964263916,0.1511325091123581,-0.00017219781875610352,0.014988064765930176,0.050626158714294434 +351,2.9330408042114455,-0.03808204993141739,-0.3295022914593595,0.20689325034618378,0.038072846829891205,0.9776225090026855,-0.8135927319526672,-0.20932038128376007,0.24743710458278656,-0.012114807963371277,-9.372085332870483e-05,-0.018638134002685547 +352,2.924830901701814,0.016204509344334008,-0.3302836327218915,0.21504008769989014,-0.016203800216317177,0.976470947265625,-0.03390226513147354,-0.2671736478805542,-0.045532967895269394,-0.006910160183906555,0.0024251118302345276,-0.06027209758758545 +353,2.8729479241658646,0.025643194911178332,-0.3171096660186804,0.2653377652168274,-0.02564038522541523,0.9638146162033081,-0.2870284616947174,-0.46551513671875,-0.19615960121154785,-0.009829312562942505,0.017782103270292282,0.056723833084106445 +354,2.8376825061187447,0.041558905367444936,-0.30297959879655295,0.2989950180053711,-0.04154694452881813,0.9533496499061584,-0.2626945674419403,-0.2743743658065796,0.023681096732616425,0.03056424856185913,-0.004717696458101273,0.0474589467048645 +355,2.819483728721333,0.06712298154816995,-0.2924776385449558,0.31585487723350525,-0.06707259267568588,0.9464339017868042,-0.1360795944929123,-0.12526816129684448,-0.06640535593032837,-0.015470355749130249,-0.0009968653321266174,-0.0275648832321167 +356,2.8061391767649417,0.07440096245618064,-0.28389736680674404,0.3282867670059204,-0.0743323415517807,0.9416490793228149,-0.16868804395198822,0.11117710173130035,0.23325632512569427,-0.004861384630203247,0.006461232900619507,0.03399813175201416 +357,2.8096391671478815,0.07175126099599703,-0.28298365933554964,0.3250519633293152,-0.07168971002101898,0.9429749846458435,0.10722483694553375,0.021977096796035767,-0.10408920049667358,0.023016244173049927,-0.01733005791902542,0.006182730197906494 +358,2.8205025410404216,0.08062170870754017,-0.2840542685530204,0.31457605957984924,-0.08053439855575562,0.9458099007606506,0.009283328428864479,0.06338053941726685,-0.09165579825639725,-0.008057475090026855,0.007414273917675018,-0.03637075424194336 +359,2.817184672079044,0.07653765682722274,-0.2804251613194805,0.31781458854675293,-0.07646295428276062,0.9450648427009583,-0.08841204643249512,-0.07307112216949463,0.023412302136421204,-0.01271510124206543,-0.00224187970161438,0.023212194442749023 +360,2.812097393175383,0.0886279061404436,-0.275721885017268,0.32229554653167725,-0.08851192146539688,0.9424921274185181,-0.22153833508491516,-0.08428193628787994,0.015984028577804565,0.004852920770645142,-0.004658252000808716,0.013272762298583984 +361,2.781308244090249,0.12147101011521723,-0.25658441221524214,0.34994271397590637,-0.12117251008749008,0.928901195526123,-0.49060288071632385,-0.4172876179218292,-0.1318712830543518,0.010668277740478516,-0.0009588524699211121,-0.004157543182373047 +362,2.7565213239309463,0.14700594474229545,-0.24204156328454077,0.37157371640205383,-0.14647702872753143,0.9167754054069519,0.038353629410266876,-0.11265954375267029,-0.09481500834226608,-0.043174147605895996,0.04509766399860382,-0.02837836742401123 +363,2.753622512170202,0.1401563874612161,-0.2363540617263907,0.37460047006607056,-0.13969796895980835,0.9166015982627869,0.016794750466942787,0.007679510861635208,-0.05524749308824539,0.023470759391784668,-0.008831053972244263,0.014993011951446533 +364,2.74441061792118,0.14846556467440888,-0.23212495005546424,0.3825658857822418,-0.14792075753211975,0.912010133266449,-0.20379605889320374,-0.06362424045801163,0.03053984045982361,-0.013730525970458984,-0.004850208759307861,-0.0036851167678833008 +365,2.7464399645448156,0.15038452890481588,-0.22874227474188386,0.3806043565273285,-0.1498183310031891,0.9125210046768188,0.08943162113428116,0.0033489642664790154,-0.10094353556632996,0.008708328008651733,0.0031966418027877808,-0.0062100887298583984 +366,2.7466859569433515,0.14365262113404512,-0.22793818024380463,0.3807593286037445,-0.14315906167030334,0.9135249853134155,0.06999910622835159,0.030319154262542725,-0.11060497164726257,-0.003943502902984619,0.005616337060928345,0.029025673866271973 +367,2.740908687630947,0.14699653028325024,-0.2234443604227799,0.3858416974544525,-0.14646771550178528,0.910863995552063,-0.18160094320774078,-0.06770870089530945,0.13413475453853607,0.01514396071434021,0.016890093684196472,0.013345539569854736 +368,2.7275361625575223,0.15120196597229366,-0.21849217126913384,0.39773616194725037,-0.15062649548053741,0.9050513505935669,-0.016249103471636772,-0.27157673239707947,-0.14183592796325684,0.0348505973815918,-0.003929793834686279,-0.031699180603027344 +369,2.6893003488702907,0.14842375337328473,-0.20175223295945807,0.43222343921661377,-0.14787940680980682,0.8895583748817444,-0.1326284557580948,-0.22083529829978943,-0.06795625388622284,-0.04039308428764343,-0.005700290203094482,0.03664982318878174 +370,2.6669810716943982,0.13944424897323626,-0.17572478551096274,0.4525572657585144,-0.1389927864074707,0.8808367848396301,0.0024561164900660515,-0.356656938791275,-0.4811623990535736,0.030795514583587646,0.004578083753585815,0.0025557279586791992 +371,2.597370801191424,0.11837407126427688,-0.12230743787443703,0.5141292214393616,-0.11809781193733215,0.8495433330535889,-0.172698512673378,-0.44794997572898865,-0.1795322149991989,0.010559439659118652,-0.05734772980213165,0.017750859260559082 +372,2.557433306482564,0.12900877518758636,-0.10151485021928204,0.5469151735305786,-0.1286512166261673,0.8272436857223511,-0.16779665648937225,-0.21636195480823517,-0.017492981627583504,-0.02172309160232544,0.02110731601715088,0.019054293632507324 +373,2.5445910779032594,0.12556203631402685,-0.09760755720647127,0.5577396750450134,-0.12523236870765686,0.8205143213272095,0.12396618723869324,-0.11177794635295868,-0.11260277032852173,0.001922309398651123,0.014041543006896973,-0.009311139583587646 +374,2.5435721849671507,0.12751256677401712,-0.10225894286072977,0.5584367513656616,-0.12716729938983917,0.8197421431541443,-0.08513004332780838,0.03333967179059982,0.12232031673192978,-0.006312668323516846,0.0007024407386779785,-0.02048659324645996 +375,2.5518124695424653,0.1272282921587268,-0.1130042414832148,0.5516830086708069,-0.126885324716568,0.8243458271026611,0.11929081380367279,0.0810803771018982,-4.1582854464650154e-05,-0.016801416873931885,-0.009879201650619507,-0.013814210891723633 +376,2.5684174171737015,0.12376478322551192,-0.12324407575811078,0.5381544828414917,-0.12344905734062195,0.8337567448616028,0.12430479377508163,0.19277918338775635,0.08925174176692963,0.021125972270965576,-0.007868096232414246,0.002699613571166992 +377,2.5768688417586736,0.12765993685820157,-0.13386287393123203,0.5308275818824768,-0.12731347978115082,0.8378626108169556,-0.030678702518343925,0.09886974841356277,0.08325512707233429,-0.02295398712158203,0.011316150426864624,-0.013155460357666016 +378,2.5901432221905725,0.11938792075030659,-0.14170589719190266,0.5201928615570068,-0.11910450458526611,0.8457027673721313,0.2390495091676712,0.0992414578795433,-0.05221555009484291,0.0015966296195983887,0.009790562093257904,-0.016372501850128174 +379,2.6005527535673263,0.10715853691805392,-0.15138225187981544,0.5120736360549927,-0.10695356875658035,0.8522570729255676,0.10371258854866028,0.12144055962562561,-0.013936706818640232,-0.003711700439453125,-0.002574034035205841,0.014839112758636475 +380,2.6070232137023353,0.10636577744698371,-0.151964540677029,0.5065914392471313,-0.1061653271317482,0.8556252121925354,-0.10291488468647003,0.11399302631616592,0.17644335329532623,0.010330617427825928,-0.004750832915306091,0.018581509590148926 +381,2.642715854044654,0.1110441940368658,-0.1681676688199512,0.47549280524253845,-0.1108161211013794,0.8727121353149414,0.3861042261123657,0.8485047221183777,0.31381165981292725,0.02745211124420166,-0.028466105461120605,-0.009034156799316406 +382,2.857777640508158,0.119421276370362,-0.240468616429787,0.27802571654319763,-0.11913762241601944,0.9531568884849548,0.21798624098300934,3.195967674255371,1.082308053970337,0.11970993876457214,-0.04703059792518616,0.0011278390884399414 +383,-3.1253227640289505,0.14775724141644944,-0.3038790764244552,-0.01609189808368683,-0.147220179438591,0.9889727830886841,-0.5860971212387085,2.025420904159546,0.15603935718536377,0.0018859673291444778,0.029132425785064697,-0.028920352458953857 +384,-2.943162089095041,0.20864870918796177,-0.3342364093683051,-0.19285549223423004,-0.20713810622692108,0.9591144323348999,-0.4555715322494507,1.455864667892456,0.11954362690448761,0.02453581988811493,-0.014068558812141418,-0.03157848119735718 +385,-2.818358812333012,0.21816983056142442,-0.354547986478008,-0.3101051151752472,-0.21644319593906403,0.9257360100746155,0.20985594391822815,1.2041887044906616,0.46003517508506775,0.07440266013145447,0.024335041642189026,-0.03317314386367798 +386,-2.5907143322029116,0.1599622523061936,-0.40954750860952993,-0.5167533159255981,-0.1592809408903122,0.8411871194839478,0.5940346717834473,3.30774188041687,0.6464253067970276,-0.01200956106185913,0.0282231867313385,0.1386408805847168 +387,-2.24629548328203,0.22090930923769653,-0.5202751235849868,-0.7614300847053528,-0.2191169261932373,0.6100914478302002,-1.9790232181549072,3.555663824081421,0.27973222732543945,0.09547567367553711,0.07573015987873077,0.049851059913635254 +388,-1.8820405797425508,0.2818219212227328,-0.6687381960431333,-0.9143989682197571,-0.278106153011322,0.2941621243953705,-1.2925654649734497,2.9004173278808594,0.07436861842870712,0.06848233938217163,0.06506296992301941,0.07066032290458679 +389,-1.6945957923200938,0.29595237097718513,-0.7485136393696661,-0.9492042660713196,-0.2916509509086609,0.11811501532793045,-0.06286300718784332,0.6154559254646301,-0.1192912757396698,0.004090070724487305,0.009103953838348389,-0.10181868076324463 +390,-1.6565020192824425,0.29496311117325286,-0.7697830171705324,-0.9533010125160217,-0.29070454835891724,0.08190396428108215,-0.04874585568904877,-0.23891609907150269,0.18389064073562622,0.06893199682235718,-0.01753827929496765,-0.06926964968442917 +391,-1.6827285823699598,0.26901975638564984,-0.7682747347784774,-0.9579992294311523,-0.2657865881919861,0.10768109560012817,0.048179756850004196,0.1736736297607422,0.19774536788463593,-0.021599888801574707,0.007958799600601196,-0.032882556319236755 +392,-1.6786947792325388,0.25549077649188573,-0.7584709733691898,-0.9619126915931702,-0.25272029638290405,0.1041935458779335,0.03674742579460144,-0.15184827148914337,0.05074942857027054,-0.04124581813812256,-0.00933411717414856,0.02982436865568161 +393,-1.682353064466182,0.25657161352302604,-0.7569619352096686,-0.9612529873847961,-0.25376588106155396,0.10768131166696548,0.01236211322247982,0.10332027822732925,0.0137320626527071,0.012461662292480469,0.025555461645126343,-0.003524795174598694 +394,-1.673063546126102,0.25003621277520915,-0.7587714851861498,-0.9638410806655884,-0.24743904173374176,0.09891442209482193,-0.07677633315324783,0.07833400368690491,0.04762350767850876,0.0010116100311279297,0.005205810070037842,-0.003531709313392639 +395,-1.673602281735468,0.24702219920405274,-0.7589957799882484,-0.9645253419876099,-0.24451763927936554,0.09950976818799973,0.0710761547088623,-0.000999415758997202,0.054969675838947296,-0.012205123901367188,0.007609650492668152,-0.015464410185813904 +396,-1.6795851116665168,0.2439420354042232,-0.7526996265073927,-0.9646567702293396,-0.24152982234954834,0.10535981506109238,-0.015245337039232254,0.04829604923725128,-0.03885139897465706,-0.0155525803565979,0.02210843563079834,0.024873971939086914 +397,-1.6787595089134044,0.24156761246448605,-0.7527736431848019,-0.9653109312057495,-0.23922501504421234,0.10462485998868942,-0.008066737093031406,-0.0630992203950882,0.05292213335633278,0.02489638328552246,-0.0030845701694488525,0.014592066407203674 +398,-1.6764631088397288,0.2379900134696128,-0.7598842925994174,-0.9663933515548706,-0.2357497662305832,0.10249743610620499,0.03302519768476486,-0.06864321231842041,0.06681150197982788,0.006676733493804932,0.0022598356008529663,-0.02096964418888092 +399,-1.682396424640839,0.22706387727831803,-0.7624005005919616,-0.9682705402374268,-0.2251177430152893,0.10850994288921356,0.036274656653404236,-0.14671170711517334,0.09889071434736252,-0.016638636589050293,0.007023826241493225,-0.027745231986045837 +400,-1.6879051005422978,0.2237141937833524,-0.7687476801381627,-0.9684013724327087,-0.22185277938842773,0.11392960697412491,-0.03621456027030945,-0.053304463624954224,0.012519358657300472,-0.0005316734313964844,0.013524532318115234,-0.004127390682697296 +401,-1.6895658998393313,0.22138367196464143,-0.7718652768588459,-0.9687217473983765,-0.21957974135875702,0.11559873074293137,-0.04958339035511017,0.035775769501924515,0.004150454420596361,0.022203803062438965,-0.007410019636154175,0.008226394653320312 +402,-1.6760712546557348,0.21569992829163,-0.7820998408822826,-0.9714188575744629,-0.2140311896800995,0.10264553129673004,-0.030791327357292175,0.07493649423122406,0.18101470172405243,0.03163003921508789,0.004695862531661987,-0.020248055458068848 +403,-1.679834633900536,0.19988592762315233,-0.7845993566996883,-0.9742686748504639,-0.1985575258731842,0.10665562748908997,-0.0056280530989170074,-0.01924801617860794,0.1075848713517189,-0.0010425448417663574,0.007700607180595398,0.002490513026714325 +404,-1.667728073670415,0.19498096909787904,-0.7905706293622398,-0.9764460325241089,-0.1937478631734848,0.09494616836309433,-0.056549157947301865,0.03142479807138443,0.10613014549016953,0.003530442714691162,0.007651671767234802,-0.030645616352558136 +405,-1.6749129394843292,0.18943134388759564,-0.7848134807523331,-0.9767930507659912,-0.18830044567584991,0.10206946730613708,-0.023996412754058838,0.0009252633899450302,-0.04968991130590439,-0.06252878904342651,0.026419997215270996,0.046078190207481384 +406,-1.6775343518723302,0.1989235834047262,-0.790198356328243,-0.9747012257575989,-0.19761425256729126,0.10443459451198578,-0.09285413473844528,0.029120534658432007,-0.16253215074539185,0.013824522495269775,0.005185648798942566,0.011120341718196869 +407,-1.679123396557583,0.20282055653341508,-0.8004567410881512,-0.9737609624862671,-0.20143286883831024,0.10589922964572906,0.0010206103324890137,-0.19009193778038025,0.08928218483924866,0.04392075538635254,0.0017715990543365479,-0.03752468526363373 +408,-1.6790209260935487,0.19861644518564942,-0.8079004571691014,-0.9746050834655762,-0.19731315970420837,0.10588998347520828,-0.02495897188782692,0.018693726509809494,0.06628452986478806,0.03380906581878662,-0.013609111309051514,-0.026315316557884216 +409,-1.681122374791084,0.19483237811557064,-0.8041020146410628,-0.9751154184341431,-0.1936020851135254,0.10801924765110016,0.01023729145526886,-0.007030520122498274,-0.025971371680498123,-0.032803893089294434,0.01710367202758789,0.005597710609436035 +410,-1.6858566778007622,0.19878543237873725,-0.7978260953550649,-0.9738252758979797,-0.19747883081436157,0.11254577338695526,0.05273208022117615,-0.012147932313382626,-0.15687943994998932,-0.05106186866760254,0.004958659410476685,0.03615105152130127 +411,-1.6897589810935223,0.21640030631258816,-0.7988594421196522,-0.9697737693786621,-0.21471528708934784,0.11591418832540512,0.013754177838563919,-0.0812295600771904,-0.16355516016483307,-0.012724339962005615,0.04590731859207153,0.010642290115356445 +412,-1.6957989333207366,0.22699443858970952,-0.8027062649457795,-0.9667446613311768,-0.22505007684230804,0.12147898972034454,-0.15015926957130432,-0.08583391457796097,-0.161834716796875,0.03847628831863403,-0.017717227339744568,0.024227134883403778 +413,-1.6975909554674835,0.2410851728318763,-0.8151224779726787,-0.9632838368415833,-0.23875655233860016,0.12279799580574036,-0.15184074640274048,0.23628656566143036,-0.1950681060552597,-0.0026736855506896973,0.0012535303831100464,-0.017024047672748566 +414,-1.6192445354144709,0.2790522974929555,-0.8367484507435369,-0.9601890444755554,-0.27544471621513367,0.04655586928129196,-0.1341785043478012,0.7151106595993042,-0.45345571637153625,0.01455599069595337,-0.04068690538406372,-0.03810250386595726 +415,-1.5393902950811023,0.31857746530047415,-0.8601396665468269,-0.949213445186615,-0.3132159113883972,-0.02982083335518837,-0.23005080223083496,0.6712890863418579,-0.2122865617275238,0.034647583961486816,0.04490545392036438,-0.017542416229844093 +416,-1.509059658651545,0.31909174725761813,-0.8845184797342637,-0.9477118849754333,-0.3137042820453644,-0.05858302116394043,-0.3282068371772766,-0.1368553191423416,0.18496735394001007,-0.02604299783706665,0.023207485675811768,0.01210474967956543 +417,-1.5380742502708091,0.3102856465221446,-0.9042901156637855,-0.9517367482185364,-0.30533066391944885,-0.031153922900557518,-0.20946770906448364,-0.24733901023864746,-0.07287538796663284,0.002594172954559326,-0.010526269674301147,0.05173802003264427 +418,-1.5413520529200597,0.31106499250142944,-0.9600746584068789,-0.9515956044197083,-0.3060726821422577,-0.028027141466736794,-0.7291197180747986,-0.17866776883602142,0.12064474076032639,0.09362435340881348,0.00509306788444519,0.05758344754576683 +419,-1.5197698246330893,0.279691245824885,-1.0464617596135555,-0.9598897695541382,-0.2760589122772217,-0.0490223728120327,-0.5760617852210999,0.006127091124653816,0.32140040397644043,0.022359251976013184,0.0017974376678466797,-0.049793541431427 +420,-1.5170327397778245,0.24845005942134232,-1.0854691175485083,-0.9678941965103149,-0.2459019124507904,-0.05208766087889671,-0.18502753973007202,0.1823633760213852,0.16611869633197784,-0.04972970485687256,0.05061990022659302,-0.05168735980987549 +421,-1.4749994400731932,0.23252385438071108,-1.1048655393299962,-0.9686262011528015,-0.23043419420719147,-0.09307627379894257,-0.30170008540153503,0.4916795790195465,0.05680899694561958,-0.037370383739471436,-0.05366921424865723,0.007291384041309357 +422,-1.4486418303328936,0.23069497575408432,-1.1251865906659533,-0.966253399848938,-0.228654146194458,-0.1186228096485138,-0.009098069742321968,0.02256893739104271,0.13635168969631195,0.036611855030059814,0.010346725583076477,-0.017943359911441803 +423,-1.4656886059260508,0.214552451949504,-1.120962151847013,-0.9716795086860657,-0.21291016042232513,-0.1025087907910347,-0.07341913878917694,-0.06802446395158768,0.03276880085468292,-0.02067577838897705,-0.007304653525352478,0.0299837663769722 +424,-1.4566774192572076,0.2021151043785319,-1.1320545648166287,-0.9732721447944641,-0.20074182748794556,-0.11155343055725098,0.15594959259033203,-0.07939562946557999,0.3362727761268616,0.029760122299194336,-0.0038479864597320557,-0.07263541221618652 +425,-1.468600849733224,0.18803762812027477,-1.1214433734430531,-0.9772474765777588,-0.18693147599697113,-0.10021940618753433,0.09271597862243652,-0.20706114172935486,-0.08604780584573746,-0.046601951122283936,-0.00969327986240387,-0.02166777104139328 +426,-1.4727432034864696,0.19194490333027373,-1.127638116755755,-0.9769198894500732,-0.19076843559741974,-0.09609822183847427,-0.07730533182621002,0.06577168405056,-0.04608869180083275,0.0027378201484680176,-0.0049102455377578735,-0.004380933940410614 +427,-1.4864966912215796,0.18624681459652928,-1.1253521786625613,-0.9792163372039795,-0.1851719319820404,-0.08274368196725845,0.041653506457805634,-0.0016285176388919353,0.051291581243276596,-0.012620091438293457,0.004797831177711487,-0.012974731624126434 +428,-1.4898222514548227,0.18830483546204657,-1.1215613937259044,-0.979104220867157,-0.18719395995140076,-0.07945579290390015,0.03851011395454407,-0.014317173510789871,-0.10139311850070953,-0.003454864025115967,-0.012024804949760437,-0.0007901713252067566 +429,-1.4796358311182796,0.19599591023007093,-1.1198507500272117,-0.9767815470695496,-0.19474346935749054,-0.08929137140512466,0.03811751306056976,0.18200169503688812,-0.01764043979346752,0.031331658363342285,0.0010941624641418457,-0.004901118576526642 +430,-1.4765973961346277,0.19560284470642528,-1.1147212759024578,-0.9765818119049072,-0.19435791671276093,-0.0922660306096077,0.0006177341565489769,-0.050215400755405426,0.01828884705901146,0.011127710342407227,-0.013695687055587769,0.0149344801902771 +431,-1.4642206143108227,0.1984836792093104,-1.1179887057120688,-0.9748042821884155,-0.1971830129623413,-0.1042855978012085,0.040392257273197174,0.10697399824857712,0.023863160982728004,0.029537558555603027,0.009957671165466309,0.0009530782699584961 +432,-1.4756065267406409,0.1923046557924572,-1.11119523904191,-0.9771226048469543,-0.19112157821655273,-0.09329405426979065,0.019426461309194565,-0.16984823346138,0.03159117326140404,-0.022877275943756104,-0.008951649069786072,-0.00027280300855636597 +433,-1.469253166297359,0.19974441217920016,-1.1165250376318028,-0.9750686287879944,-0.19841882586479187,-0.09935326129198074,0.006142269819974899,0.07518203556537628,-0.0868874192237854,-0.01110684871673584,0.005868136882781982,-0.026485979557037354 +434,-1.4529203989413138,0.2070797193268295,-1.1139993469662328,-0.9718442559242249,-0.20560288429260254,-0.11509059369564056,-0.0038466481491923332,0.13314469158649445,-0.043743062764406204,0.02843928337097168,0.0026457607746124268,0.013604417443275452 +435,-1.4493646405614784,0.2072035525235148,-1.1154955795307442,-0.9714037179946899,-0.2057240754365921,-0.11854242533445358,0.02095172181725502,-0.0610724501311779,0.03811972960829735,0.017515838146209717,-0.005884811282157898,-0.010928384959697723 +436,-1.4519815062914994,0.21170861329354995,-1.1169012518247405,-0.9707804918289185,-0.21013067662715912,-0.11588896065950394,0.07823765277862549,0.08578453958034515,-0.20305833220481873,-0.03996163606643677,-0.011213317513465881,-0.025727860629558563 +437,-1.4396802411076453,0.22624091135492058,-1.1122214994911082,-0.966151773929596,-0.2243158221244812,-0.12740899622440338,0.07827146351337433,0.061359282582998276,-0.0714716762304306,0.011851906776428223,0.006145671010017395,-0.004701599478721619 +438,-1.4195788171916746,0.23074683472347962,-1.1092750759868626,-0.9623867273330688,-0.22870463132858276,-0.14664922654628754,0.044600196182727814,0.1623314768075943,-0.02118883654475212,0.03297388553619385,-0.0009859204292297363,0.02688300609588623 +439,-1.4185093117552248,0.22603289178663868,-1.118867390721116,-0.9632841944694519,-0.2241131067276001,-0.14784032106399536,-0.08031970262527466,-0.08290910720825195,0.06784062832593918,0.01432490348815918,0.009757652878761292,-0.00210784375667572 +440,-1.420897410354548,0.2202998629880376,-1.1236383451089298,-0.9648891687393188,-0.21852225065231323,-0.1457289755344391,0.03934256732463837,-0.014202175661921501,0.022604716941714287,-0.030166983604431152,-0.01017645001411438,-0.0671769380569458 +441,-1.4140141652273575,0.22513686212763925,-1.1148111350571912,-0.962807834148407,-0.22323977947235107,-0.15220020711421967,0.11064706742763519,0.08609765768051147,-0.07385766506195068,0.009835541248321533,-0.003215879201889038,-0.007910236716270447 +442,-1.4126947035769677,0.2266721850168308,-1.1052520358344127,-0.9622666835784912,-0.2247360795736313,-0.15341633558273315,0.07223701477050781,0.06704095005989075,-0.02287871018052101,-0.011259317398071289,0.0019272863864898682,0.019871413707733154 +443,-1.4088114685250777,0.22632062550277404,-1.1067020141284045,-0.96174156665802,-0.22439350187778473,-0.15716460347175598,-0.054414425045251846,-0.04826546087861061,0.03709068149328232,0.01493370532989502,-0.0011466741561889648,0.012099266052246094 +444,-1.413087389340909,0.22385705170196354,-1.1140383731946832,-0.9629478454589844,-0.22199207544326782,-0.15313720703125,-0.015064078383147717,-0.058395251631736755,0.015732796862721443,0.001155853271484375,0.0010447949171066284,-0.038162216544151306 +445,-1.4124200385663557,0.22299892527560497,-1.1139963352892337,-0.9630331993103027,-0.2211552858352661,-0.1538097858428955,0.03063329868018627,-0.04861631616950035,0.013383605517446995,0.006276607513427734,0.001245647668838501,-0.011732816696166992 +446,-1.4216052981529408,0.2231208970973089,-1.1153837196295895,-0.9643787741661072,-0.2212742269039154,-0.14495371282100677,-0.0010168300941586494,-0.06651164591312408,0.035026103258132935,0.006386160850524902,0.006583064794540405,-0.011540412902832031 +447,-1.4179110305950655,0.2226773214998176,-1.1123247856877745,-0.9639334678649902,-0.22084163129329681,-0.14853030443191528,0.04633358493447304,0.07459777593612671,-0.021006029099225998,-0.020746707916259766,-0.008024930953979492,-0.012159943580627441 +448,-1.4281097433802699,0.22652189218945948,-1.106391541487226,-0.9645505547523499,-0.22458963096141815,-0.13857011497020721,0.08752981573343277,-0.07435864955186844,-0.06376945227384567,-0.04114091396331787,0.001307755708694458,0.005666077136993408 +449,-1.4296714207191197,0.23950440194664127,-1.1080717740516746,-0.9617980122566223,-0.23722121119499207,-0.1366419941186905,-0.02838512882590294,-0.3667278587818146,-0.09949357807636261,0.04427158832550049,-0.005286753177642822,-0.0352025181055069 +450,-1.4459643377879012,0.2475201153741835,-1.1014168081591464,-0.9619787335395813,-0.24500040709972382,-0.12071339786052704,0.16543878614902496,0.4893565773963928,-0.18797853589057922,-0.0183069109916687,-0.00522845983505249,-0.025267422199249268 +451,-1.430682527244675,0.2612236569482503,-1.0763715205201636,-0.9566072821617126,-0.25826290249824524,-0.13491792976856232,0.20564226806163788,0.165739506483078,-0.129966601729393,0.0008272528648376465,-0.02100345492362976,0.0306088924407959 +452,-1.423589318859306,0.27142049642147337,-1.059040434647757,-0.9529715180397034,-0.26810020208358765,-0.14130626618862152,0.16791167855262756,-0.00672734621912241,0.002610152820125222,0.0049735307693481445,0.029803723096847534,0.01641310751438141 +453,-1.4354627013265433,0.272009507326851,-1.0464712127066287,-0.9544253945350647,-0.268667608499527,-0.12996023893356323,0.006482239812612534,-0.22698889672756195,-0.04589062184095383,-0.03300124406814575,-0.005136042833328247,0.02964898943901062 +454,-1.4412181502504255,0.284597652610007,-1.0485471482217004,-0.9517282843589783,-0.28077131509780884,-0.1240181028842926,-0.012678466737270355,-0.019768182188272476,-0.10835254937410355,0.0608440637588501,-0.013433396816253662,-0.006597146391868591 +455,-1.4424605016329406,0.28988926779137497,-1.0522541393686506,-0.9503951072692871,-0.28584611415863037,-0.12264379858970642,0.04253198578953743,-0.05562242865562439,0.04324048385024071,0.0038617849349975586,0.018374741077423096,-0.043020859360694885 +456,-1.446821665742706,0.28816741495726544,-1.0438158502033805,-0.951407790184021,-0.2841956913471222,-0.11855848133563995,0.013473378494381905,-0.07475034147500992,-0.046374909579753876,-0.034111618995666504,-0.011840075254440308,0.02499157190322876 +457,-1.4565525304699745,0.2954556738625903,-1.0446542375166492,-0.9504333138465881,-0.29117581248283386,-0.10905597358942032,0.034842170774936676,-0.05823087692260742,-0.03153107315301895,0.041650354862213135,0.00356292724609375,0.02452225238084793 +458,-1.4570326696935048,0.2930466971545233,-1.0427164868891832,-0.951179563999176,-0.28887036442756653,-0.1086789146065712,-0.02098899893462658,0.16693046689033508,0.052536431699991226,0.046516597270965576,-0.02736794948577881,0.004354618489742279 +459,-1.4341464992411443,0.28982655778073685,-1.0474794938658638,-0.9493600726127625,-0.2857860326766968,-0.13054345548152924,0.033879976719617844,0.02447500266134739,0.1591378152370453,-0.001872718334197998,0.030476003885269165,-0.061763033270835876 +460,-1.4334975090652806,0.27879663555794526,-1.0370125256304412,-0.9523400068283081,-0.27519893646240234,-0.13158302009105682,0.0020151264034211636,-0.07110731303691864,0.040755800902843475,-0.048178791999816895,0.00032711029052734375,0.04184609651565552 +461,-1.4444947336576872,0.28093066569407976,-1.0405300442582186,-0.9531446695327759,-0.2772499620914459,-0.12102792412042618,-0.0846753716468811,0.06831411272287369,-0.15405942499637604,-0.01591050624847412,-0.00010907649993896484,0.04070568084716797 +462,-1.4476278272570857,0.28823672090844066,-1.0527623525705123,-0.9514833092689514,-0.28426212072372437,-0.11778901517391205,-0.2032800316810608,-0.07947729527950287,-0.021803995594382286,0.05332064628601074,0.0037446022033691406,0.004263661801815033 +463,-1.4417643184593478,0.287731197625888,-1.0621862293162776,-0.9509189128875732,-0.2837774157524109,-0.123384490609169,-0.08046849071979523,-0.022065892815589905,-0.00446579372510314,0.011465787887573242,-0.012670338153839111,-0.027891159057617188 +464,-1.435874876501726,0.28746818078179226,-1.0632242997824677,-0.9502497911453247,-0.2835251986980438,-0.12899275124073029,0.03107500821352005,0.07892372459173203,0.019411100074648857,0.010994911193847656,-0.009992897510528564,-0.020497635006904602 +465,-1.4268024133283523,0.2854623171148445,-1.0541378713659963,-0.9496011734008789,-0.28160110116004944,-0.1376897394657135,0.08194392174482346,0.23375090956687927,0.04579531028866768,0.004136085510253906,-0.0004576146602630615,0.04534351825714111 +466,-1.4252154607103704,0.2812993139088071,-1.0517582247216024,-0.9505331516265869,-0.2776041328907013,-0.13936540484428406,-0.07184471189975739,-0.15371902287006378,0.04993664473295212,-0.02010887861251831,0.027054816484451294,0.01344984769821167 +467,-1.4480677097510153,0.27764107702504276,-1.0605327836625051,-0.9544710516929626,-0.2740878164768219,-0.11773261427879333,0.026128588244318962,-0.38849765062332153,0.041790202260017395,-0.016766130924224854,-0.007711499929428101,-0.028751783072948456 +468,-1.4517229805570204,0.2839336537322919,-1.056255990682669,-0.9531635046005249,-0.2801339626312256,-0.11403582990169525,-0.035871461033821106,0.003929317928850651,-0.10105080157518387,0.014564931392669678,0.004819661378860474,-0.007515721023082733 +469,-1.4573540830862426,0.28737276305899045,-1.0522146263782075,-0.9528278112411499,-0.2834337055683136,-0.10855700075626373,0.04029092937707901,0.0656578466296196,-0.0198358166962862,0.0315631628036499,-0.017866313457489014,0.002065896987915039 +470,-1.4536485275165139,0.28795489997602347,-1.0498871772859877,-0.9522548913955688,-0.2839919328689575,-0.11206769198179245,-0.045458778738975525,0.0333954356610775,0.017836863175034523,0.023299813270568848,0.006083637475967407,0.005225658416748047 +471,-1.4562695199678801,0.2835751232495392,-1.0456866958492808,-0.9537718892097473,-0.2797897756099701,-0.10971254855394363,0.11338832229375839,0.04034413397312164,0.02943878434598446,-0.047280967235565186,0.0035904645919799805,0.004076011478900909 +472,-1.4566607859022085,0.2881366752853754,-1.0430078592063075,-0.9525367617607117,-0.28416621685028076,-0.109192855656147,-0.051896438002586365,-0.028479915112257004,-0.11349958926439285,-0.007500350475311279,0.012956559658050537,0.030579589307308197 +473,-1.4658464618844194,0.2979349247058835,-1.0600331795679507,-0.9506849646568298,-0.29354673624038696,-0.10014220327138901,-0.1838972121477127,-0.04462384060025215,-0.10975857079029083,-0.013823091983795166,0.03568845987319946,-0.03224307298660278 +474,-1.4691006067143668,0.3008322878878247,-1.0622013022862007,-0.9501557350158691,-0.2963152229785919,-0.09696125984191895,0.11278845369815826,-0.01154724694788456,-0.024051913991570473,0.01058053970336914,-0.02900215983390808,-0.030541181564331055 +475,-1.459583459388048,0.30960783862954416,-1.0544107824587265,-0.9465691447257996,-0.30468514561653137,-0.1057068333029747,0.05281032994389534,0.033343613147735596,-0.008166087791323662,0.06696099042892456,-0.015078067779541016,0.044107139110565186 +476,-1.4650161045798977,0.3067893398104201,-1.0539469647593076,-0.9479795098304749,-0.30199944972991943,-0.10065317898988724,-0.05926806852221489,-0.003473188728094101,0.10384432226419449,0.01943647861480713,0.02847042679786682,0.011694446206092834 +477,-1.472201167471471,0.2960517691465693,-1.060357564840765,-0.9518505334854126,-0.29174602031707764,-0.09415314346551895,0.0011900211684405804,-0.03696354478597641,0.018104499205946922,-0.0638660192489624,-0.0010090768337249756,-0.03868991136550903 +478,-1.4667322710441029,0.2993037245417128,-1.0633209189497754,-0.9503726959228516,-0.2948549687862396,-0.099258191883564,-0.04273662343621254,0.034768618643283844,-0.11234702169895172,-0.006185472011566162,-0.0027066469192504883,-0.009414903819561005 +479,-1.4683232059150515,0.30215241344703375,-1.0621902938496428,-0.949690043926239,-0.29757580161094666,-0.09765977412462234,0.0035787425003945827,-0.17292916774749756,0.08445481210947037,0.050672709941864014,-0.004120975732803345,0.013583838939666748 +480,-1.4780897981818697,0.2946617775222688,-1.0549663063272876,-0.9527912139892578,-0.2904162108898163,-0.08858388662338257,0.026677805930376053,0.28329941630363464,-0.01067148894071579,-0.03567302227020264,0.00605347752571106,0.05515195429325104 +481,-1.4446505088985593,0.2970193671503041,-1.0682922306082643,-0.948615312576294,-0.2926713824272156,-0.12030264735221863,-0.07984085381031036,-0.1808050572872162,0.13635800778865814,0.054267048835754395,0.008873164653778076,-0.03799201548099518 +482,-1.4597006769748093,0.28403457115445635,-1.0819262818270265,-0.9540148973464966,-0.280230849981308,-0.10642510652542114,-0.13903865218162537,0.0318104550242424,0.11525260657072067,0.005559086799621582,-0.011425673961639404,0.007059872150421143 +483,-1.462776740874454,0.2724568398200473,-1.0864514957362588,-0.9574992060661316,-0.2690984606742859,-0.10383283346891403,-0.06808766722679138,-0.07394149899482727,0.13893119990825653,0.0008647441864013672,0.012964457273483276,-0.005313277244567871 +484,-1.4645719122295782,0.2622970478510358,-1.0913384534512798,-0.9603531360626221,-0.25929972529411316,-0.10239838063716888,0.020014110952615738,0.051043830811977386,0.01792748272418976,-0.026554763317108154,-0.0008168220520019531,-0.013064853847026825 +485,-1.4635404411714903,0.26008678313260447,-1.0931085572413939,-0.9608145356178284,-0.2571644186973572,-0.10345000773668289,-0.03007715567946434,-0.08501571416854858,0.0196932815015316,-0.004883706569671631,-0.0005717873573303223,0.006800830364227295 +486,-1.4643292486158248,0.258551693081977,-1.093601530502023,-0.9612872004508972,-0.255680650472641,-0.10273390263319016,0.04240470379590988,0.1074366346001625,0.027286788448691368,-0.0017864704132080078,0.007206529378890991,0.022243738174438477 +487,-1.4597348083016135,0.25496109570092856,-1.099260853118711,-0.9617113471031189,-0.25220775604248047,-0.10725045204162598,-0.09120362997055054,0.028784802183508873,-0.011160844005644321,0.016642987728118896,-0.003926277160644531,0.0013697147369384766 +488,-1.4576511556332434,0.2494105181021174,-1.1024638767628938,-0.9628617763519287,-0.24683275818824768,-0.10941044241189957,0.012949006631970406,-0.018054479733109474,0.0981227457523346,0.0009935498237609863,-0.0056086331605911255,-0.014307849109172821 +489,-1.4536998529593756,0.24432880110460242,-1.1022610172824296,-0.9636554718017578,-0.2419051080942154,-0.1133592426776886,0.03059358149766922,0.019075246527791023,0.01982874982059002,-0.005628705024719238,0.012901157140731812,0.009645268321037292 +490,-1.451650187383467,0.2431053132513841,-1.1104443841494334,-0.963714063167572,-0.2407177835702896,-0.11536924540996552,-0.131344735622406,-0.08123565465211868,0.004187153186649084,-0.0014653205871582031,-0.0007830709218978882,0.01485956460237503 +491,-1.4561061637150623,0.24370724909028976,-1.1221449260827616,-0.964074432849884,-0.2413019835948944,-0.11105722188949585,-0.11416107416152954,0.10443033277988434,-0.02210150845348835,0.020593106746673584,0.009292125701904297,0.020847275853157043 +492,-1.4504652007045298,0.24143743075280774,-1.1433346993019973,-0.963973879814148,-0.23909860849380493,-0.11655918508768082,-0.21092429757118225,-0.09548677504062653,0.02185932733118534,-0.005462646484375,0.010750830173492432,-0.040545329451560974 +493,-1.453404461665045,0.2367251438096432,-1.1488568507927448,-0.9654206037521362,-0.23452036082744598,-0.11385601758956909,0.30533087253570557,-0.06262116879224777,0.06235180422663689,-0.006091177463531494,-0.02254442870616913,-0.03230791538953781 +494,-1.4422649211305807,0.24612196503268458,-1.1463640339066463,-0.9618643522262573,-0.2436446249485016,-0.12431511282920837,-0.3203519880771637,0.16489122807979584,-0.19438964128494263,0.026576876640319824,0.03292074799537659,0.07072621583938599 +495,-1.43578247675681,0.24527803407411095,-1.171646799311695,-0.9612415432929993,-0.24282604455947876,-0.1305752992630005,-0.13707850873470306,-0.027459943667054176,0.023362038657069206,-0.025361061096191406,-0.002687796950340271,-0.025186389684677124 +496,-1.4336786972968858,0.24487797120655364,-1.1739204704687198,-0.9610610008239746,-0.242437943816185,-0.1326105296611786,0.011110960505902767,0.1495581567287445,-0.12235848605632782,0.0014968514442443848,-0.015405073761940002,0.044017985463142395 +497,-1.4218638850359464,0.24950140897881531,-1.1829290213639663,-0.9583084583282471,-0.24692083895206451,-0.1437879055738449,-0.0383700355887413,-0.09212332218885422,0.1264118105173111,0.055354416370391846,0.018679901957511902,-0.010539457201957703 +498,-1.418891011067628,0.2389830237851393,-1.179742064141959,-0.9603909254074097,-0.2367146760225296,-0.1470210701227188,0.028384558856487274,0.0810697004199028,0.07194485515356064,-0.007061958312988281,-0.012461304664611816,0.035036876797676086 +499,-1.4111230803343517,0.23459799621450056,-1.1891239446621082,-0.9602354764938354,-0.23245200514793396,-0.15464037656784058,-0.2954733967781067,-0.04412376135587692,0.09894035756587982,0.051025450229644775,0.0007625967264175415,0.05686202645301819 +500,-1.4188349896849777,0.22029339804312803,-1.2169067432409406,-0.9645879864692688,-0.21851594746112823,-0.1477188915014267,-0.15350741147994995,-0.006335674785077572,0.11739399284124374,0.010059177875518799,-0.008275479078292847,-0.11816549301147461 +501,-1.4154193926148122,0.20976325709362206,-1.1975179869197266,-0.9662975072860718,-0.20822834968566895,-0.15136036276817322,0.21188734471797943,0.06056221202015877,0.04155522957444191,-0.08733707666397095,-0.009361997246742249,0.0247124582529068 +502,-1.4068068129747626,0.22125525683336722,-1.1965794162235932,-0.9625335931777954,-0.21945445239543915,-0.15927575528621674,-0.16028942167758942,0.014469659887254238,-0.1269441843032837,0.07128304243087769,4.8354268074035645e-05,0.025303617119789124 +503,-1.3988525640032612,0.2146571833641749,-1.1883444309288103,-0.9626419544219971,-0.2130124866962433,-0.16717098653316498,-0.03661468252539635,0.07485796511173248,0.12718075513839722,0.0009415149688720703,-0.028701961040496826,0.05338621139526367 +504,-1.4100232856145898,0.208242914653175,-1.197262166904415,-0.965778112411499,-0.2067410945892334,-0.15662287175655365,-0.13091601431369781,-0.041000768542289734,-0.08861587941646576,-0.0547906756401062,-0.013443246483802795,-0.03952883183956146 +505,-1.4003079355741042,0.2133173416430171,-1.2033513822387651,-0.9631645679473877,-0.21170321106910706,-0.16581808030605316,0.11322475224733353,0.08494347333908081,0.034325096756219864,0.052703261375427246,0.007342278957366943,-0.04461584985256195 +506,-1.3856086987653626,0.20968759892323552,-1.1924503366719026,-0.9613722562789917,-0.2081543505191803,-0.180097758769989,0.01908906176686287,0.171467587351799,0.08188624680042267,0.0029066801071166992,-0.002096503973007202,0.039060771465301514 +507,-1.3901926595423915,0.20050808485643776,-1.2014068753110345,-0.9640268087387085,-0.19916726648807526,-0.17602479457855225,-0.18463782966136932,-0.1386309266090393,0.13262034952640533,0.002585768699645996,0.011484146118164062,-0.003479599952697754 +508,-1.3958486633834186,0.18841081663076356,-1.210444554883185,-0.9673089385032654,-0.18729807436466217,-0.17097635567188263,-0.007769118063151836,-0.026932746171951294,0.0649135485291481,0.015801429748535156,-0.042590826749801636,-0.06364279985427856 +509,-1.396185590737264,0.18438447212152095,-1.2088307749774827,-0.9681012034416199,-0.18334147334098816,-0.1707800328731537,0.04856732487678528,0.08668762445449829,0.09015338122844696,0.013480961322784424,0.014914974570274353,-0.014705762267112732 +510,-1.3959417999595096,0.18128625096874476,-1.2038642640363701,-0.968614399433136,-0.18029490113258362,-0.17111405730247498,0.02868642657995224,-0.08569961041212082,-0.008797828108072281,-0.03651261329650879,0.003003060817718506,0.0037251710891723633 +511,-1.4011031522355908,0.1882109432081178,-1.2040139966460583,-0.9682307243347168,-0.18710173666477203,-0.16589759290218353,0.02171527035534382,-0.04068557545542717,-0.13515323400497437,-0.011825919151306152,0.0029739588499069214,0.01881815493106842 +512,-1.4047438969733137,0.19887285326099108,-1.2123545040392092,-0.9668059945106506,-0.1975645273923874,-0.16203249990940094,-0.1983620971441269,0.06875645369291306,-0.15268976986408234,0.06040334701538086,-0.03690207004547119,0.030730590224266052 +513,-1.4146921894947153,0.19557967706237803,-1.2196711745135271,-0.9690073728561401,-0.1943351924419403,-0.15250685811042786,0.028124766424298286,-0.0669994205236435,0.17355386912822723,0.04722404479980469,-0.009857863187789917,-0.020131036639213562 +514,-1.4111054908699252,0.18924339258625694,-1.230652125623739,-0.9696505069732666,-0.18811585009098053,-0.15617409348487854,-0.08324230462312698,-0.012990006245672703,0.069401815533638,-0.008605718612670898,0.054403066635131836,-0.0028835535049438477 +515,-1.4222502137956612,0.18186155995931744,-1.2361695387183695,-0.9726776480674744,-0.1808607429265976,-0.14555969834327698,-0.2223152369260788,-0.10278122127056122,-0.13044214248657227,-0.046838343143463135,-0.0322740375995636,0.013937413692474365 +516,-1.4189362898537417,0.18800195659351285,-1.2474225608484295,-0.9710737466812134,-0.1868964284658432,-0.14861145615577698,0.1491287499666214,-0.02206963673233986,0.08378716558218002,0.038380324840545654,0.0016852766275405884,-0.030252084136009216 +517,-1.4128375238280795,0.18645340438841346,-1.248604925512219,-0.9704340696334839,-0.18537494540214539,-0.1545763611793518,-0.04110131040215492,0.0887005403637886,-0.034078702330589294,0.015996813774108887,0.015849828720092773,-0.008692681789398193 +518,-1.412252248798802,0.1817864277779236,-1.2442493355738802,-0.9711872339248657,-0.1807868480682373,-0.15527920424938202,-0.0914827287197113,-0.11217889189720154,0.09674151241779327,-0.007038533687591553,-0.017760485410690308,0.04509550333023071 +519,-1.4127597479963796,0.17929262817808608,-1.2566121166161475,-0.9717078804969788,-0.178333580493927,-0.15485675632953644,-0.07290850579738617,0.04912224039435387,0.016153307631611824,0.010648488998413086,0.023960411548614502,-0.015995889902114868 +520,-1.4139934829914313,0.17266832781054528,-1.2672201614580325,-0.9730437994003296,-0.17181161046028137,-0.15383891761302948,-0.12820884585380554,0.0028770687058568,-0.007272359915077686,-0.015115320682525635,-0.014208272099494934,-0.029907450079917908 +521,-1.4093372395344477,0.1737551033064842,-1.2683405843964506,-0.9721320867538452,-0.17288212478160858,-0.15833786129951477,0.08963712304830551,0.009085865691304207,0.04927091300487518,0.02550739049911499,0.0069733113050460815,0.008252456784248352 +522,-1.4074835665935055,0.16986908119597957,-1.2713236830335692,-0.972492516040802,-0.169053316116333,-0.16024763882160187,-0.0633225217461586,0.029710471630096436,-0.0019333313684910536,0.002384483814239502,0.0026715099811553955,0.012389957904815674 +523,-1.411096437216155,0.16642024097957184,-1.2759121738277366,-0.9736348390579224,-0.16565310955047607,-0.15682487189769745,-0.008933386765420437,-0.09750721603631973,0.08152837306261063,-0.006437063217163086,0.006030932068824768,-0.010457262396812439 +524,-1.4080306830453069,0.16426976901228396,-1.2799279288341345,-0.9734988808631897,-0.16353197395801544,-0.15986643731594086,-0.034692149609327316,0.03324275463819504,-0.012659814208745956,0.008914470672607422,-0.002727821469306946,0.006622418761253357 +525,-1.4098704253436398,0.16029033943500368,-1.2798346454431004,-0.9744259119033813,-0.15960483253002167,-0.1581781804561615,-0.02395481988787651,-0.011188698001205921,0.055442728102207184,-0.011459648609161377,-0.00012417137622833252,0.01059521734714508 +526,-1.4078559633765053,0.16092983307838998,-1.2824805469128355,-0.9740044474601746,-0.16023609042167664,-0.16012422740459442,-0.07350007444620132,0.07373136281967163,-0.03461869806051254,0.0059868693351745605,0.0017278045415878296,0.006834402680397034 +527,-1.406213006438084,0.15955734698757565,-1.283169627635894,-0.9739561676979065,-0.15888118743896484,-0.161760151386261,-0.03219370171427727,0.0303272046148777,0.029336050152778625,0.006365776062011719,0.003333047032356262,0.014985844492912292 +528,-1.4064448165160197,0.15911095583501336,-1.2849834886113682,-0.9740634560585022,-0.1584404557943344,-0.16154596209526062,-0.022617977112531662,0.007649908773601055,-0.014795600436627865,0.002719402313232422,-0.0006019324064254761,0.007523700594902039 +529,-1.407451657799153,0.15894569541427048,-1.2857304385218853,-0.974251389503479,-0.15827727317810059,-0.16056939959526062,0.029726386070251465,-0.02363646775484085,0.025564976036548615,0.023552536964416504,-0.001299142837524414,-0.010985195636749268 +530,-1.4096955717544104,0.1537019594283083,-1.282505046080754,-0.9754151105880737,-0.1530974954366684,-0.15851381421089172,0.03501935303211212,-0.039951734244823456,0.07710139453411102,-0.0046874284744262695,0.00449216365814209,0.001989126205444336 +531,-1.4083317319470707,0.15466018599689088,-1.286581832239777,-0.9750528335571289,-0.15404434502124786,-0.15982018411159515,-0.042367782443761826,0.052936188876628876,-0.060210272669792175,-0.0014028549194335938,0.007270067930221558,0.0026393532752990723 +532,-1.4006927351664848,0.15125956804519886,-1.288252908085913,-0.9743140935897827,-0.1506834328174591,-0.16735157370567322,-0.06179334595799446,0.23252160847187042,0.13535469770431519,0.027292609214782715,0.003054678440093994,0.02697068452835083 +533,-1.3864532381422559,0.13659209032219968,-1.2887135258245135,-0.9739004373550415,-0.1361677497625351,-0.18159347772598267,0.09956899285316467,0.0288303904235363,0.07691024243831635,-0.01930934190750122,-0.011171087622642517,-0.02726881206035614 +534,-1.3795173624124735,0.13830724921889634,-1.2844670935527707,-0.9723867177963257,-0.13786672055721283,-0.18829922378063202,0.00068654865026474,-0.02033458650112152,-0.019212454557418823,-0.00017786026000976562,0.014133229851722717,0.026754409074783325 +535,-1.3831175844466088,0.13728884377129258,-1.289346073655609,-0.9731958508491516,-0.13685797154903412,-0.18482331931591034,-0.06426269561052322,0.001894383691251278,-0.004730956628918648,0.008520007133483887,-0.0011425316333770752,-0.001990020275115967 +536,-1.3823916308562647,0.13526305303198127,-1.2890687825912432,-0.973331868648529,-0.13485096395015717,-0.18558132648468018,0.07356620579957962,0.02055119164288044,0.016326867043972015,-0.005153298377990723,0.0016569942235946655,-0.014003649353981018 +537,-1.3682922490294172,0.12991165175874855,-1.2882035620384733,-0.9713115096092224,-0.12954653799533844,-0.19942806661128998,-0.08908607810735703,0.26370543241500854,0.1071200892329216,0.014310836791992188,0.00126589834690094,0.04331536591053009 +538,-1.3479162653558079,0.10901693401025746,-1.2962604364829209,-0.969475269317627,-0.10880112648010254,-0.21972715854644775,-0.2597695291042328,0.46522316336631775,0.3752779960632324,0.02802330255508423,0.011053301393985748,0.010803833603858948 +539,-1.315832344810749,0.08120762175119647,-1.2976616224172415,-0.9644833207130432,-0.0811183974146843,-0.2513793706893921,0.18564407527446747,-0.05329578369855881,0.17583253979682922,-0.004495441913604736,-0.010922573506832123,-0.026086419820785522 +540,-1.3189197703879711,0.07329596603337905,-1.2891002678304337,-0.9658461213111877,-0.07323035597801208,-0.2485525757074356,-0.08909181505441666,-0.05320460721850395,-0.012029075995087624,-0.021717846393585205,-0.002743147313594818,0.03894259035587311 +541,-1.3203389909539345,0.06955317883299914,-1.2961639458304928,-0.9664567708969116,-0.06949711591005325,-0.24724780023097992,-0.025937017053365707,-0.032454714179039,0.07384448498487473,0.004649519920349121,8.58306884765625e-06,-0.027898669242858887 +542,-1.3060688163613403,0.06350613532121434,-1.2945221514882128,-0.9632182717323303,-0.06346345692873001,-0.2611188590526581,0.019496705383062363,0.4094557762145996,0.10623607039451599,0.005622386932373047,0.003877878189086914,-0.005650520324707031 +543,-1.282712852796465,0.0650442821381214,-1.284920054141883,-0.9567626714706421,-0.06499842554330826,-0.2835144102573395,0.004106227774173021,0.12055037915706635,-0.008113037794828415,0.00368344783782959,0.006038457155227661,0.033712804317474365 +544,-1.2863918328385309,0.06482813048719482,-1.2879046516481296,-0.9578127264976501,-0.06478273123502731,-0.2799965441226959,-0.06025996431708336,-0.06297177076339722,-0.010093843564391136,-0.0007902383804321289,0.0033508464694023132,-0.019777685403823853 +545,-1.2867182638326875,0.06486373619721006,-1.2890233149967543,-0.9579018354415894,-0.06481826305389404,-0.2796832025051117,0.04677724838256836,0.15749254822731018,0.008816247805953026,0.0013283491134643555,-0.001649022102355957,-0.028300166130065918 +546,-1.2690812541857808,0.06764185990550761,-1.2800099891661025,-0.9526447057723999,-0.06759028881788254,-0.2964786887168884,0.07283714413642883,0.09627820551395416,-0.022429469972848892,0.017631888389587402,0.00032955408096313477,0.020401418209075928 +547,-1.2682720373135639,0.0661254069089428,-1.2774173170563985,-0.9525012373924255,-0.06607722491025925,-0.2972796857357025,-0.025578558444976807,-0.00497655663639307,0.008843030780553818,-0.008772015571594238,-0.002511031925678253,0.014763206243515015 +548,-1.2676237172810343,0.06674418735681541,-1.2771340671991753,-0.9522690176963806,-0.06669463962316513,-0.29788485169410706,0.01976076140999794,0.015064813196659088,-0.003660690039396286,0.007551670074462891,0.0031875744462013245,0.002871483564376831 +549,-1.2655313895918374,0.06663245878606512,-1.27690706754764,-0.9516507983207703,-0.06658316403627396,-0.29987892508506775,-0.0040354495868086815,-0.04218970611691475,0.025271805003285408,0.013006448745727539,0.005715854465961456,-0.014482587575912476 +550,-1.2638120475840848,0.06677566923141319,-1.2761486438448637,-0.9511247277259827,-0.06672605127096176,-0.30151182413101196,-0.01370538305491209,-0.016491197049617767,0.0024192999117076397,0.007963776588439941,0.0006555095314979553,0.0019055306911468506 +551,-1.2645181501148934,0.06590210635090764,-1.2767876884619263,-0.9513925909996033,-0.06585441529750824,-0.3008576035499573,-0.018957821652293205,0.021096352487802505,0.024084148928523064,0.005897045135498047,0.005750030279159546,-0.008407533168792725 +552,-1.2646078482577747,0.06314469706477628,-1.2719252607539926,-0.951589047908783,-0.06310274451971054,-0.300825834274292,0.04728620499372482,0.002657645381987095,0.043227776885032654,-0.00893634557723999,0.004722632467746735,-0.00842401385307312 +553,-1.2655679832085687,0.0643337945733184,-1.2640301148495539,-0.9518052339553833,-0.06428942829370499,-0.29988929629325867,0.006058601196855307,-0.04657715559005737,-0.029002100229263306,0.0015489459037780762,-0.011226318776607513,0.013130933046340942 +554,-1.265612138126949,0.06342079913784335,-1.263387384648262,-0.9518740773200989,-0.06337828934192657,-0.299864798784256,0.05671737343072891,0.06668690592050552,0.019097186625003815,-0.004653632640838623,-0.0018072426319122314,-0.007096290588378906 +555,-1.2622242520863542,0.0662340732892959,-1.2630627405711317,-0.9506791234016418,-0.06618565320968628,-0.3030325770378113,-0.008841650560498238,0.011640910059213638,-0.029281025752425194,0.004878401756286621,0.00873631238937378,0.0021902918815612793 +556,-1.2604695088208944,0.0685156863325738,-1.264159808094852,-0.9499996900558472,-0.06846208870410919,-0.3046534061431885,0.013375896960496902,0.01945498213171959,-0.048356782644987106,-0.0002720355987548828,-0.005176819860935211,-0.01787164807319641 +557,-1.259924103353519,0.0696767124293345,-1.261323687670673,-0.9497569799423218,-0.06962034851312637,-0.3051469624042511,0.043288454413414,0.015352169051766396,-0.007347303908318281,0.0030101537704467773,-0.00034120678901672363,-0.009229898452758789 +558,-1.257378127929455,0.07366130902075088,-1.2612901169526252,-0.9487055540084839,-0.07359471172094345,-0.3074760138988495,-0.009121082723140717,0.0250278040766716,-0.05045004561543465,0.008947312831878662,0.004533417522907257,0.006313353776931763 +559,-1.255659057444573,0.07573610178357894,-1.261378586983168,-0.9480284452438354,-0.075663723051548,-0.3090585172176361,-0.02465226501226425,0.02477302961051464,-0.020021429285407066,-0.0013428926467895508,-0.004460185766220093,0.0028603672981262207 +560,-1.2538644458592383,0.07759131174080897,-1.260979572520883,-0.94733726978302,-0.07751347869634628,-0.31071504950523376,0.01926707848906517,0.028893563896417618,0.008185137063264847,0.00852501392364502,0.01081731915473938,0.00019872188568115234 +561,-1.2539567701559724,0.07488579174151042,-1.2592185850590345,-0.9475618004798889,-0.07481581717729568,-0.31069180369377136,-0.0031643295660614967,-0.012616898864507675,0.04184811934828758,0.004782199859619141,-0.005567491054534912,-0.01110076904296875 +562,-1.2530710270566148,0.0749617158945634,-1.2583158297452002,-0.9472806453704834,-0.07489152997732162,-0.31152915954589844,-0.02514082007110119,-0.009187300689518452,-0.01702653244137764,-0.01042187213897705,0.0033278241753578186,0.004735976457595825 +563,-1.2524136450611438,0.07627879914981202,-1.2616833986615705,-0.9469812512397766,-0.07620485126972198,-0.3121207058429718,-0.012568822130560875,-0.042082201689481735,0.0018392822239547968,0.017034411430358887,0.0029169023036956787,-0.009656667709350586 +564,-1.2527682940558205,0.07443416475721916,-1.2595467390006196,-0.9472238421440125,-0.07436545193195343,-0.31182828545570374,0.028113238513469696,-0.028356555849313736,0.02716396003961563,0.0016366839408874512,-0.006918132305145264,-0.005173087120056152 +565,-1.2515037284330541,0.07508162113667237,-1.258935273311679,-0.9467828273773193,-0.07501109689474106,-0.31301066279411316,0.02048586681485176,-0.010736777447164059,0.00889275036752224,0.002568960189819336,0.005202144384384155,0.0006785392761230469 +566,-1.2523708960410729,0.07521579778166777,-1.2577836982967403,-0.947044312953949,-0.07514489442110062,-0.3121863603591919,0.00577476155012846,-0.007490202318876982,-0.0020804395899176598,-0.00608062744140625,0.0058699846267700195,0.0042639970779418945 +567,-1.2483481445868054,0.07764687535169255,-1.2579223931291923,-0.9456048607826233,-0.07756887376308441,-0.31593477725982666,0.02507975324988365,0.07353360950946808,-0.04810750484466553,0.00560230016708374,-0.003226436674594879,-0.009916692972183228 +568,-1.2460076806105036,0.07911126022781692,-1.2542330951077947,-0.9447540640830994,-0.07902876287698746,-0.3181104362010956,0.010343681089580059,-0.0030355332419276237,0.023623324930667877,0.009359776973724365,0.0021549835801124573,0.01710030436515808 +569,-1.2467621877512607,0.07703011300696656,-1.2546118820123962,-0.945147693157196,-0.0769539549946785,-0.3174492120742798,-0.005010766908526421,-0.015288600698113441,0.02387196198105812,0.003634631633758545,0.0028877854347229004,0.0012871026992797852 +570,-1.237668003425756,0.07689189299811779,-1.2538645593557636,-0.9422317147254944,-0.0768161490559578,-0.3260347545146942,0.03629612177610397,0.1966073215007782,-0.06167879328131676,-0.021452367305755615,-0.006527364253997803,-0.0179898738861084 +571,-1.2197727630366773,0.07101126871672624,-1.2552132491233747,-0.9366546869277954,-0.07095160335302353,-0.34299254417419434,-0.061937298625707626,0.497511625289917,0.22888174653053284,0.03763735294342041,0.025495678186416626,0.020818471908569336 +572,-1.1783035300965443,0.057537775051526484,-1.2412750872185194,-0.9224293828010559,-0.05750603228807449,-0.3818598687648773,0.07017391920089722,0.11091864854097366,-0.04272790253162384,-0.027018189430236816,-0.05032780393958092,0.0004664957523345947 +573,-1.177630435853053,0.06189940042775945,-1.2439318728579487,-0.921931803226471,-0.06185987964272499,-0.38238096237182617,-0.07188714295625687,0.30501678586006165,-0.03057750128209591,0.03628110885620117,-0.0007011666893959045,0.055461347103118896 +574,-1.174030596781587,0.04708680860323256,-1.2474632374368462,-0.9212934970855713,-0.04706941172480583,-0.3860090672969818,-0.21070994436740875,-0.14400053024291992,0.1506662368774414,-0.029802143573760986,-0.008503079414367676,0.0122450590133667 +575,-1.1436683439687725,0.028449685638079224,-1.2544636527831128,-0.9097909331321716,-0.02844584733247757,-0.4140909016132355,-0.13970427215099335,0.43149852752685547,0.22620180249214172,0.04129117727279663,0.0015751123428344727,-0.024172067642211914 +576,-1.1080398166370382,0.009567743459833421,-1.2750539653093729,-0.8947843909263611,-0.00956759788095951,-0.44639596343040466,-0.3611089587211609,0.3040391802787781,-0.1892857551574707,-0.054663240909576416,-0.027389168739318848,0.01252758502960205 +577,-1.0264717094767044,0.021828874651762854,-1.3036369090758342,-0.855273425579071,-0.02182714082300663,-0.5177170634269714,-0.03988400846719742,0.9607242345809937,-0.2077857404947281,-0.01249384880065918,0.034247785806655884,-0.036115944385528564 +578,-0.9864318623732481,0.026506282047267994,-1.3216879398578023,-0.8337699174880981,-0.026503179222345352,-0.5514756441116333,-0.249512180685997,0.16714437305927277,-0.15044844150543213,0.0069571733474731445,-0.009675383567810059,0.0276566743850708 +579,-0.9592614744294451,0.030859872450586027,-1.3428532155182602,-0.8183779716491699,-0.030854973942041397,-0.573851466178894,-0.22473469376564026,0.18669943511486053,-0.11275839060544968,0.005740642547607422,0.014924796298146248,0.007338464260101318 +580,-0.9308789910650849,0.022748898066671304,-1.3709582578990853,-0.8019375801086426,-0.022746935486793518,-0.5969746708869934,-0.08996127545833588,0.2813430726528168,-0.12262444943189621,-0.002276897430419922,-0.003513425588607788,-0.04099529981613159 +581,-0.9098919449902682,0.026454066079497334,-1.3935126298132707,-0.789161205291748,-0.026450980454683304,-0.6136162877082825,-0.1699773669242859,0.19902774691581726,-0.16493335366249084,0.010291576385498047,0.007118105888366699,0.009932875633239746 +582,-0.8838876353429824,0.030753715227072948,-1.4120804725306304,-0.7728444337844849,-0.030748868361115456,-0.63385009765625,-0.02354181557893753,-0.024345509707927704,-0.18441106379032135,0.013628184795379639,-0.0018438976258039474,-0.035171449184417725 +583,-0.8598350941303647,0.038708678449911625,-1.4400297437261278,-0.7571673393249512,-0.038699012249708176,-0.6520736217498779,-0.09113216400146484,0.5565837621688843,-0.3494822084903717,-0.013737201690673828,-0.01952853798866272,-0.01473546028137207 +584,-0.8133595258439399,0.055703828426298,-1.4675703718143267,-0.7254724502563477,-0.05567502602934837,-0.6859956383705139,-0.026910152286291122,0.1793787032365799,-0.34658801555633545,0.004906654357910156,-0.009891986846923828,-0.008706510066986084 +585,-0.7927630139142127,0.07975983311139027,-1.495398276453063,-0.7100307941436768,-0.07967529445886612,-0.6996485590934753,-0.0066325608640909195,0.15822601318359375,-0.3085721433162689,0.0001156926155090332,0.02364502102136612,-0.005246400833129883 +586,-0.8017064729385602,0.092279213775257,-1.5117437323536964,-0.7154867649078369,-0.0921483039855957,-0.6925224661827087,0.02114846557378769,-0.018950162455439568,-0.01171843707561493,0.020097970962524414,0.013916492462158203,-0.0035071372985839844 +587,-0.796978554011111,0.08849642541518628,-1.5037108595988373,-0.7124488353729248,-0.08838096261024475,-0.6961361169815063,0.013480473309755325,-0.07316551357507706,0.09247075766324997,0.010193586349487305,-0.004896014928817749,-0.007294058799743652 +588,-0.7952593352620508,0.08347718240297586,-1.5030725233246838,-0.7115586996078491,-0.08338026702404022,-0.6976616978645325,-0.10711658000946045,0.03401078283786774,0.013059287331998348,0.0005449652671813965,-0.002618245780467987,0.017119765281677246 +589,-0.7947607794848273,0.07790879346745595,-1.5095339972947988,-0.7115311622619629,-0.0778300017118454,-0.6983307600021362,-0.04954982176423073,-0.02141309157013893,0.06169908866286278,0.00997781753540039,0.010767638683319092,-0.00996696949005127 +590,-0.7921247482661932,0.07854611989344526,-1.5110803579095047,-0.7096524238586426,-0.07846537977457047,-0.7001689672470093,0.05748782679438591,0.03646242618560791,-0.0551871657371521,-0.0052828192710876465,-0.002879224717617035,-0.026393473148345947 +591,-0.7858949484073674,0.08407151107754922,-1.5074889948135934,-0.7049592733383179,-0.0839725062251091,-0.7042591571807861,-0.06535035371780396,0.09213531017303467,-0.03197680413722992,0.0071596503257751465,-0.010296307504177094,0.04132586717605591 +592,-0.7878662836808635,0.08262222326532656,-1.5129455074277032,-0.7064318060874939,-0.082528255879879,-0.7029532790184021,0.005162736400961876,-0.09736613929271698,0.035365231335163116,0.021800458431243896,-0.005972713232040405,-0.008503079414367676 +593,-0.790724689238651,0.06509512031925022,-1.5239043351775503,-0.7093575596809387,-0.06504915654659271,-0.7018406987190247,-0.24280935525894165,-0.06329943239688873,0.0024581437464803457,-0.01668614149093628,0.008561111986637115,-0.039476990699768066 +594,-0.7947385669620551,0.06730392716785269,-1.5279817161097942,-0.7120646834373474,-0.06725312769412994,-0.6988855004310608,0.0027315239422023296,0.03832178935408592,0.0017873921897262335,0.014692306518554688,-0.01291656494140625,0.002764284610748291 +595,-0.796256600487217,0.06976781428127127,-1.5369292251632887,-0.7130041718482971,-0.06971123069524765,-0.697685718536377,-0.13530460000038147,-0.03260693699121475,-0.11307192593812943,0.011405110359191895,-0.005163639783859253,0.0008931159973144531 +596,-0.7771174087710708,0.08022704433610967,-1.5622233753939005,-0.6989717483520508,-0.08014100790023804,-0.7106447219848633,-0.07143032550811768,0.3595344126224518,-0.4522040784358978,-0.05760478973388672,-0.003736525774002075,-0.02588176727294922 +597,-0.7026211077449591,0.10466838948771766,-1.6245462407112938,-0.6426836252212524,-0.10447737574577332,-0.7589744925498962,-0.22221343219280243,0.8129220008850098,-0.8566403985023499,-0.12234628200531006,-0.017898112535476685,-0.00625377893447876 +598,-0.5782770630590669,0.18216612001983892,-1.7551390475007131,-0.5375379920005798,-0.18116027116775513,-0.8235495686531067,-0.6986428499221802,2.2619619369506836,-2.3080713748931885,-0.10166794061660767,0.06868775188922882,0.02551490068435669 +599,-0.2577462197738469,0.20873112530731622,-1.9825437727763064,-0.24936912953853607,-0.207218736410141,-0.945978581905365,0.346568763256073,0.9564964771270752,-1.5116666555404663,0.20568321645259857,0.1594129353761673,0.08620685338973999 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/standing/q8.csv b/BoostRunClub/CoreML/DataSet/Motion/standing/q8.csv new file mode 100644 index 0000000..ad4a637 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/standing/q8.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-0.2313207999911078,0.26024667431150383,-2.066626340080151,-0.22154325246810913,-0.257318913936615,-0.9405878782272339,-0.3980768918991089,0.5676720142364502,-0.45355793833732605,-0.13058382272720337,-0.0020805001258850098,0.2422083616256714 +1,0.024989394741802326,0.2628083746341229,-2.3307398251591973,0.024128852412104607,-0.2597935199737549,-0.9653626680374146,-0.26112100481987,0.490866094827652,0.07782649993896484,-0.03738873451948166,-0.00918838381767273,-0.00042706727981567383 +2,0.011818413714105653,0.23228107691021457,-2.3310451481442844,0.011500748805701733,-0.230197936296463,-0.9730758666992188,-0.5936469435691833,-0.1310102492570877,-0.2040155678987503,-0.033687032759189606,-0.03875347971916199,-0.00106048583984375 +3,0.021721068167112275,0.20620617354144738,-2.345806475448779,0.021259229630231857,-0.20474793016910553,-0.978583812713623,0.029623225331306458,-0.009673669002950191,0.03851327300071716,0.04011162370443344,0.009328633546829224,-0.016670644283294678 +4,-0.0005087391194758835,0.20858957986125598,-2.346727013965482,-0.0004977116477675736,-0.20708025991916656,-0.9783238172531128,0.15289606153964996,-0.1499321460723877,-0.00891825370490551,-0.012075535953044891,0.015384092926979065,-0.003945469856262207 +5,-0.009439993205881774,0.21987564524100028,-2.349032229204356,-0.009212584234774113,-0.21810826659202576,-0.9758810997009277,0.1238367035984993,-0.07994577288627625,-0.017100010067224503,-0.014209657907485962,0.014556005597114563,0.017064571380615234 +6,-0.012623087390243629,0.22405883379433741,-2.3534554196552007,-0.012307229451835155,-0.2221888154745102,-0.9749259948730469,-0.02010638266801834,-0.0938815176486969,0.02758401446044445,0.02987010031938553,-0.023645520210266113,0.020915985107421875 +7,-0.018649768352951224,0.2250029870215626,-2.3609256001274552,-0.01817861758172512,-0.22310927510261536,-0.9746239185333252,-0.17585669457912445,0.11651622503995895,-0.1406562179327011,-0.04134591668844223,0.014826804399490356,0.024535417556762695 +8,-0.013505354824342675,0.20076505726384342,-2.371908504833975,-0.013233687728643417,-0.1994190812110901,-0.979824960231781,-0.07737713307142258,-0.04074452817440033,0.00823827926069498,0.029621630907058716,-0.004499375820159912,0.009503304958343506 +9,-0.004237364393206691,0.18737334443541456,-2.3857259990269566,-0.0041631851345300674,-0.18627886474132538,-0.9824880957603455,-0.20333218574523926,0.02420967072248459,-0.1353551149368286,-0.006716329604387283,0.025252848863601685,-0.004740297794342041 +10,-0.010621776677236922,0.18320431567645948,-2.389548737956064,-0.010443824343383312,-0.1821811944246292,-0.983209490776062,0.10629075765609741,-0.09287866204977036,0.04857868701219559,0.03096689283847809,0.01648600399494171,0.007699847221374512 +11,-0.019060162291096343,0.19212769810672228,-2.3816384498123413,-0.018708325922489166,-0.19094787538051605,-0.9814218878746033,0.20597714185714722,-0.0761534795165062,0.17062629759311676,0.015961743891239166,-0.005264893174171448,0.0021585822105407715 +12,-0.0372359845570063,0.20859591841960082,-2.3548134738784294,-0.036420390009880066,-0.2070864588022232,-0.9776445031166077,0.034604959189891815,-0.15808440744876862,0.31697648763656616,0.014218848198652267,-0.006887525320053101,0.014509737491607666 +13,-0.05203750065057461,0.20305621183572944,-2.311925557422587,-0.050945382565259933,-0.20166368782520294,-0.978128969669342,-0.05654189735651016,0.017411399632692337,0.4740367829799652,-0.032611746340990067,0.022662848234176636,0.027903199195861816 +14,-0.06266902590730027,0.19387728625595668,-2.304448433360636,-0.0614546500146389,-0.1926649808883667,-0.9793382883071899,0.01762545108795166,-0.10065729916095734,-0.1879638284444809,-0.0191880464553833,-0.00032816827297210693,-0.028596222400665283 +15,-0.06126496912193771,0.20712433594548393,-2.316778799270577,-0.05991801247000694,-0.2056465595960617,-0.9767903089523315,0.08664903789758682,0.06547614932060242,-0.013509644195437431,0.020718183368444443,-0.016384094953536987,0.020598292350769043 +16,-0.059343453454080465,0.21013199366164811,-2.3158380795946076,-0.05800404027104378,-0.20858898758888245,-0.9762818217277527,-0.038447875529527664,-0.04041822627186775,-0.07234854251146317,-0.006738997995853424,0.0027174055576324463,-0.013861000537872314 +17,-0.06733066323971355,0.2103361183897351,-2.312665182158923,-0.06579700857400894,-0.20878861844539642,-0.9757448434829712,0.07220986485481262,0.0032901400700211525,0.09103000164031982,-0.01731761544942856,0.002810239791870117,-0.007165253162384033 +18,-0.07361378099713882,0.21660438495337173,-2.31572858322138,-0.07182872295379639,-0.21491460502147675,-0.973987877368927,-0.050427526235580444,-0.11904840916395187,-0.06874457746744156,0.005147814750671387,0.005548760294914246,0.012241661548614502 +19,-0.07974182593211149,0.2206787051554703,-2.3169312734336653,-0.07772558182477951,-0.2188919186592102,-0.9726485013961792,0.24175405502319336,0.09528675675392151,0.06564252078533173,0.0005618929862976074,-0.005778491497039795,-0.0035020112991333008 +20,-0.08035069611149032,0.22866090236056602,-2.3102372175737265,-0.07817505300045013,-0.22667348384857178,-0.9708284139633179,0.15507182478904724,0.08072330802679062,0.08704905956983566,-0.0017657428979873657,-0.013743996620178223,-0.010647416114807129 +21,-0.07393402683257445,0.2513394537515949,-2.320583058926734,-0.07154580950737,-0.2487015575170517,-0.965934157371521,0.06250075995922089,-0.47501182556152344,-0.6996285915374756,-0.033800870180130005,0.0003800243139266968,0.007544875144958496 +22,-0.07298195363874815,0.2738802196743826,-2.387520865862189,-0.07019945979118347,-0.270469069480896,-0.9601658582687378,0.04861036315560341,0.2218172550201416,-0.6264500617980957,-0.04096081107854843,-0.001915574073791504,0.004172265529632568 +23,-0.04361998071228772,0.2851774596550664,-2.44668867247474,-0.04184497147798538,-0.2813277542591095,-0.9586989283561707,0.1438479870557785,-0.5045844316482544,-0.6443592309951782,0.04649890214204788,-0.004789799451828003,-0.04185032844543457 +24,-0.21275526673494816,0.32463436716894645,-2.478029999501571,-0.20012472569942474,-0.3189622759819031,-0.926397979259491,0.043101318180561066,-1.248179316520691,0.08070897310972214,0.09166526794433594,0.060325801372528076,0.06003439426422119 +25,-0.22710132942216835,0.2577323039939077,-2.4414728040243343,-0.2177174985408783,-0.2548884153366089,-0.9421417117118835,-0.6257008910179138,0.3600905239582062,0.7484883069992065,0.024998992681503296,0.012075304985046387,-0.030834972858428955 +26,-0.19520536170157532,0.2135105687566207,-2.3715153911669384,-0.18956358730793,-0.2118920534849167,-0.9587321877479553,-0.4025144577026367,0.35406461358070374,0.5598657131195068,-0.006130397319793701,0.05089657008647919,0.09215503931045532 +27,-0.1253148940370515,0.22771826666747497,-2.365377414415753,-0.12176050245761871,-0.22575528919696808,-0.9665448665618896,1.14075767993927,0.7726008892059326,-0.39227741956710815,-0.1519821733236313,-0.06791536509990692,-0.09920525550842285 +28,-0.10692938771414488,0.3480524542941309,-2.389373751887687,-0.10032632201910019,-0.34106770157814026,-0.9346697330474854,-0.16862449049949646,-0.30491816997528076,-0.45395728945732117,0.013183385133743286,0.03802815079689026,0.14052605628967285 +29,-0.11105461536102974,0.2713818653085942,-2.3738341758472,-0.10677038878202438,-0.2680629789829254,-0.9574666023254395,-0.6291524767875671,0.24963265657424927,0.26121482253074646,-0.036296017467975616,-0.010028421878814697,-0.06627601385116577 +30,-0.10878625163145449,0.27020174205185515,-2.3557506098354106,-0.10463250428438187,-0.2669258713722229,-0.9580201506614685,0.09737195074558258,0.04446766898036003,0.09413930028676987,0.0069457367062568665,0.0250435471534729,0.033993661403656006 +31,-0.11481090040576905,0.23721265276219033,-2.3397656510760574,-0.11135081946849823,-0.23499424755573273,-0.9655975699424744,-0.4615626931190491,-0.12072329968214035,0.25046390295028687,-0.004783816635608673,-0.02593103051185608,0.01062631607055664 +32,-0.11143716035156286,0.19329169311988117,-2.332070554976865,-0.1091356873512268,-0.19209031760692596,-0.975290060043335,-0.4122732877731323,0.20567595958709717,-0.004059090279042721,-0.025980889797210693,-0.016726195812225342,-0.011205911636352539 +33,-0.09771082266387757,0.17196725537938673,-2.3393942188517096,-0.09611647576093674,-0.17112091183662415,-0.9805504679679871,-0.15527459979057312,0.053253527730703354,-0.0162197332829237,-0.001173563301563263,0.012826234102249146,-0.00841742753982544 +34,-0.09368976813610123,0.16407526104851827,-2.342200240153499,-0.09229633212089539,-0.16334007680416107,-0.9822430610656738,0.060445308685302734,-0.06239262595772743,-0.04286474362015724,0.005977362394332886,-0.0038199573755264282,-0.022456645965576172 +35,-0.10128602850220517,0.16412629439895668,-2.3391846051986263,-0.09975413233041763,-0.16339042782783508,-0.9815053343772888,-0.17400313913822174,0.013698144815862179,0.05649859458208084,-0.008506976068019867,-0.014054030179977417,0.02270406484603882 +36,-0.11008560678261872,0.13773570871349394,-2.3388688506874193,-0.10882291942834854,-0.13730062544345856,-0.984533429145813,-0.4395607113838196,-0.2216935008764267,0.021005531772971153,-0.0016659721732139587,0.00012411177158355713,0.016637980937957764 +37,-0.12149687448243168,0.10958503530629299,-2.330836527604106,-0.12047117948532104,-0.10936583578586578,-0.9866741299629211,0.28619396686553955,-0.07352541387081146,0.2738479673862457,0.023532100021839142,0.005697622895240784,-0.05084723234176636 +38,-0.13712019122858946,0.10745105956290714,-2.300930143932008,-0.13590256869792938,-0.10724440962076187,-0.9849005937576294,-0.8027368187904358,-0.09399775415658951,0.19051167368888855,-0.024024799466133118,0.0005091726779937744,0.011801838874816895 +39,-0.14574846284526263,0.0507359583305505,-2.2896562461913983,-0.14504611492156982,-0.050714194774627686,-0.9881243109703064,0.07280363887548447,-0.12167034298181534,0.15483492612838745,-0.016361340880393982,-0.058447178453207016,-0.002613544464111328 +40,-0.14196607224946833,0.08661032202585697,-2.284898399199786,-0.14095932245254517,-0.0865020826458931,-0.9862291216850281,0.5361009836196899,0.1106274276971817,0.05433780699968338,0.015699923038482666,-0.0062713623046875,-0.007179081439971924 +41,-0.12732031996891838,0.155661660986704,-2.2663240190680223,-0.12544135749340057,-0.15503379702568054,-0.9799127578735352,0.7066428065299988,0.011365463025867939,0.03900357335805893,-0.014863207936286926,0.010670378804206848,0.004982948303222656 +42,-0.12283316273201224,0.18555358620815315,-2.2753398034034475,-0.12042129039764404,-0.1844906508922577,-0.975429117679596,0.0451744943857193,0.09688397496938705,-0.08083800226449966,-0.010834813117980957,-0.024722620844841003,0.03199344873428345 +43,-0.118769688317033,0.14660625552817097,-2.290135620245056,-0.11721955239772797,-0.14608164131641388,-0.982303261756897,-0.5209370255470276,-0.011474480852484703,-0.18144024908542633,-0.015547163784503937,-0.0014708340167999268,-0.022762596607208252 +44,-0.10333619123463846,0.20456954128748994,-2.3022313839032287,-0.10100150108337402,-0.20314569771289825,-0.9739252924919128,0.8582537770271301,-0.052305180579423904,-0.13378046452999115,0.009174108505249023,0.017965033650398254,0.015154540538787842 +45,-0.1212422919681941,0.15093003393199542,-2.3095332833900875,-0.1195705235004425,-0.1503576636314392,-0.9813742637634277,-1.676343321800232,-0.27991345524787903,0.09468257427215576,0.002627171576023102,-0.05510193109512329,0.05470806360244751 +46,-0.1228080368642414,0.06743390614961862,-2.326794066346565,-0.12222115695476532,-0.0673828125,-0.9902128577232361,0.8337575197219849,0.27447789907455444,-0.2171218991279602,-0.05479604750871658,0.0426483228802681,-0.14913034439086914 +47,-0.11204637215862116,0.2074518691971668,-2.3214336168309195,-0.10941470414400101,-0.20596706867218018,-0.97242271900177,0.6804240345954895,-0.21746404469013214,-0.0012890950310975313,0.047967568039894104,0.017795711755752563,0.024958789348602295 +48,-0.14211467966365132,0.13997183286594692,-2.3240070398233303,-0.14025157690048218,-0.139515221118927,-0.9802372455596924,-1.3996093273162842,-0.14537176489830017,0.10711421817541122,-0.04091602563858032,-0.0570027232170105,0.03988385200500488 +49,-0.12456468908672455,0.1060134142866257,-2.3335789381631202,-0.12354528903961182,-0.10581494867801666,-0.9866811633110046,0.6157124638557434,0.03495299071073532,-0.22464682161808014,-0.0012410804629325867,0.03890516608953476,-0.07679533958435059 +50,-0.13039668593920278,0.14742194898240635,-2.3315315058799775,-0.128617063164711,-0.14688853919506073,-0.9807555079460144,-0.11259651929140091,-0.07333054393529892,0.18474149703979492,0.013870999217033386,-0.012138545513153076,0.02853083610534668 +51,-0.13425086496872846,0.12761473809201396,-2.32829671782674,-0.13275954127311707,-0.12726864218711853,-0.9829433560371399,0.1575976312160492,0.22126702964305878,-0.057941984385252,-0.059882670640945435,-0.01582828164100647,-0.012829959392547607 +52,-0.11775676975163205,0.18327937166686126,-2.332102650666341,-0.11551709473133087,-0.18225499987602234,-0.9764419794082642,0.32512176036834717,-0.0327540822327137,-0.03209645673632622,0.03823132812976837,0.012043192982673645,0.01408541202545166 +53,-0.1289829972051509,0.15517986790385602,-2.328576554233015,-0.1270800530910492,-0.15455780923366547,-0.9797767996788025,-0.6330177187919617,-0.15487852692604065,0.001032080384902656,-0.018793970346450806,-0.024763479828834534,0.02501910924911499 +54,-0.13445677199352657,0.10729880962729045,-2.3352325941993235,-0.13328106701374054,-0.10709303617477417,-0.9852752089500427,-0.108768992125988,0.06988126784563065,-0.012953807599842548,-0.0070082396268844604,0.00505751371383667,-0.014785826206207275 +55,-0.1306254596006749,0.13995568971725708,-2.3351234195904214,-0.12898069620132446,-0.139499232172966,-0.9817860722541809,0.26145750284194946,-0.01174547616392374,0.05449853092432022,0.026670530438423157,0.009448587894439697,0.020787596702575684 +56,-0.13329432060281773,0.11749394681016112,-2.332306473832267,-0.131983682513237,-0.11722379922866821,-0.9842961430549622,-0.32253730297088623,0.04417945072054863,-0.034172751009464264,-0.0328875333070755,-0.01384919136762619,-0.0018641352653503418 +57,-0.13067656055720936,0.13704792069716143,-2.3348117580955265,-0.12908317148685455,-0.13661931455135345,-0.9821775555610657,0.27736616134643555,-0.04864493012428284,-0.005237610545009375,0.025765925645828247,0.01610541343688965,7.611513137817383e-05 +58,-0.13150736359634052,0.12134364258845463,-2.330613705603046,-0.13016442954540253,-0.12104608118534088,-0.9840757250785828,-0.421664297580719,-0.03527955710887909,0.003039691597223282,-0.021813079714775085,-0.02708623558282852,0.01990342140197754 +59,-0.13113564841063352,0.10205317723828666,-2.335938286755223,-0.13007979094982147,-0.10187612473964691,-0.9862558245658875,0.06325579434633255,0.011538618244230747,-0.035285834223032,-0.003816083073616028,0.015099383890628815,-0.03260403871536255 +60,-0.13490780329433258,0.11611703420872543,-2.3346764233599413,-0.13359323143959045,-0.11585627496242523,-0.9842408895492554,0.03375118598341942,-0.03809062018990517,0.033645741641521454,-0.001187652349472046,-0.011798754334449768,0.005603194236755371 +61,-0.13417469084343603,0.11055816567161117,-2.332553041747877,-0.13295574486255646,-0.11033307760953903,-0.9849616289138794,-0.1325952410697937,0.02904219552874565,-0.025009242817759514,-0.021615788340568542,-0.003604307770729065,-0.0035790205001831055 +62,-0.13696975091216276,0.10534904872020731,-2.3342820522514165,-0.13578487932682037,-0.10515429079532623,-0.9851421117782593,0.03619445860385895,-0.017351308837532997,0.022020375356078148,-0.006976336240768433,-0.0007722154259681702,-0.014888346195220947 +63,-0.1339175634555048,0.12987082963035712,-2.333276431839849,-0.1323932409286499,-0.12950606644153595,-0.9827004671096802,0.31065255403518677,0.04515020549297333,-0.041442882269620895,-0.005836129188537598,-0.0006056278944015503,-0.0032461881637573242 +64,-0.1376247949200337,0.13105586671382713,-2.3304526932873535,-0.13601426780223846,-0.13068102300167084,-0.9820501804351807,-0.26796266436576843,-0.03929277881979942,0.06093426048755646,-0.005739867687225342,-0.013163581490516663,0.019144296646118164 +65,-0.13842799669077702,0.11026489288927245,-2.3326672792735277,-0.13714832067489624,-0.11004158854484558,-0.9844192266464233,-0.010781874880194664,0.036621950566768646,0.00022598530631512403,-0.00576549768447876,-0.001225501298904419,-0.02844393253326416 +66,-0.13947609169935302,0.11916205374449831,-2.331304525482504,-0.13803844153881073,-0.1188802421092987,-0.9832664132118225,-0.00927131250500679,-0.0014176368713378906,0.016742412000894547,-0.00963611900806427,-0.004441283643245697,0.008245110511779785 +67,-0.1419551000063539,0.11244769472466087,-2.3326810235428104,-0.1405853033065796,-0.11221086978912354,-0.9836892485618591,-0.16864949464797974,-0.07877285778522491,-0.03759501874446869,-0.0009399652481079102,-0.006990790367126465,0.005463540554046631 +68,-0.14663750677906331,0.07666997433842417,-2.3385161297600385,-0.14568331837654114,-0.07659488171339035,-0.9863618016242981,-0.13812467455863953,0.024359647184610367,0.020968863740563393,-0.011390656232833862,0.006679117679595947,-0.027920424938201904 +69,-0.1440394013955087,0.10498310410621706,-2.335275420926146,-0.142751544713974,-0.10479036718606949,-0.9841955900192261,0.3422180116176605,-0.016809621825814247,0.005255242809653282,0.006276935338973999,0.011315032839775085,0.008029818534851074 +70,-0.1483734459067106,0.09088697769380714,-2.33742758809435,-0.1472194939851761,-0.09076189994812012,-0.9849308133125305,-0.3388136625289917,-0.028742479160428047,0.0075468625873327255,-0.00455966591835022,-0.018063783645629883,0.0019291043281555176 +71,-0.14735330376139305,0.10421090319932338,-2.3352314062084614,-0.14602412283420563,-0.10402238368988037,-0.9837968945503235,0.45802226662635803,0.0461764894425869,0.022311678156256676,-0.0023370832204818726,0.018649466335773468,-0.018964946269989014 +72,-0.15289896076266962,0.11358799976366744,-2.3320831559625974,-0.15132243931293488,-0.11334390193223953,-0.9819647073745728,-0.2619449496269226,-0.12910878658294678,-0.004262674134224653,0.0015574097633361816,-0.016264259815216064,0.018509507179260254 +73,-0.1591868489330089,0.1003764023227584,-2.3315932373589825,-0.1577175110578537,-0.10020793229341507,-0.9823866486549377,0.06672140210866928,-0.1381235420703888,0.010309563018381596,0.010790616273880005,0.011981606483459473,-0.022999703884124756 +74,-0.17472318641517237,0.11288273077586466,-2.3196672629210817,-0.17272916436195374,-0.11264314502477646,-0.9785071015357971,0.17091932892799377,-0.1578056812286377,0.0875726118683815,-0.005920737981796265,0.0012692511081695557,-0.003640115261077881 +75,-0.19019608522114542,0.12742481303750874,-2.3114391988141825,-0.18751870095729828,-0.1270802617073059,-0.9740058183670044,0.18501727283000946,-0.0866931825876236,0.06314986944198608,-0.010692968964576721,0.0014699101448059082,0.008872151374816895 +76,-0.19741687939343971,0.13822065663771058,-2.310851776287887,-0.1942664235830307,-0.13778096437454224,-0.9712244868278503,0.09354980289936066,-0.12331665307283401,-0.09420816600322723,-0.012001872062683105,0.011361896991729736,0.005221068859100342 +77,-0.1983519407336371,0.13593790664010136,-2.3149895017435775,-0.1952359676361084,-0.1355196237564087,-0.971348226070404,-0.12650620937347412,0.03892045468091965,-0.004542823415249586,0.0048520565032958984,-0.01731240749359131,0.012669026851654053 +78,-0.19666832866539805,0.13177388227189823,-2.313679272340881,-0.19370891153812408,-0.13139285147190094,-0.9722205400466919,0.04670822620391846,0.05171344801783562,0.05629589781165123,-0.00866842269897461,0.01025332510471344,-0.0036553144454956055 +79,-0.19452051183324823,0.1292029711708831,-2.3129074784925208,-0.19168497622013092,-0.12884379923343658,-0.9729625582695007,-0.10966696590185165,0.031452424824237823,-0.019240714609622955,-0.007884681224822998,-0.010560467839241028,-0.006163418292999268 +80,-0.1901791954751554,0.1232437625625269,-2.3126911856756505,-0.18760104477405548,-0.12293200939893723,-0.9745222330093384,-0.09592660516500473,0.08637098968029022,0.04355279728770256,-0.0017757713794708252,-0.005043454468250275,0.004643082618713379 +81,-0.18525554829933158,0.11597840450405482,-2.3118194347941343,-0.18296028673648834,-0.11571857333183289,-0.9762861728668213,-0.03385030850768089,0.026454932987689972,-7.997953798621893e-05,-0.0017626136541366577,0.0021626651287078857,-0.007280111312866211 +82,-0.183425009862937,0.11370015451497117,-2.3123456571749053,-0.18122045695781708,-0.11345533281564713,-0.9768761396408081,-0.028975296765565872,0.029400143772363663,-0.0013120182557031512,0.0008158236742019653,-0.005593724548816681,0.003045022487640381 +83,-0.18212351033395527,0.1117297839671828,-2.3116866221638603,-0.1799890398979187,-0.11149746179580688,-0.9773291349411011,-0.019589152187108994,0.007439427077770233,0.033465635031461716,-0.0009191632270812988,0.0038619637489318848,-0.008419156074523926 +84,-0.18256042625584992,0.11254955823843656,-2.3035736721996454,-0.18039938807487488,-0.11231209337711334,-0.9771602153778076,0.029172170907258987,0.03115112893283367,0.12283153086900711,-0.001958400011062622,0.0032575279474258423,-0.004056215286254883 +85,-0.18005492945871993,0.11448266164321748,-2.2924440382351006,-0.17791134119033813,-0.11423274874687195,-0.9773936867713928,0.028612537309527397,0.046082694083452225,0.04708034172654152,-0.009771764278411865,0.005391806364059448,0.007026255130767822 +86,-0.18072096224083578,0.1093884303061641,-2.2963856800513684,-0.17866455018520355,-0.10917040705680847,-0.9778347611427307,-0.03501952439546585,-0.009754221886396408,-0.03483577072620392,-0.0009161382913589478,0.008141964673995972,-0.007638871669769287 +87,-0.17755828072579263,0.11360242832330339,-2.2969591139743937,-0.17548826336860657,-0.11335823684930801,-0.977933406829834,0.07092967629432678,0.02483176812529564,-0.012912997975945473,-0.006137087941169739,-0.014754541218280792,-0.00529712438583374 +88,-0.173114335147513,0.1141695809651417,-2.3028168427237206,-0.17112956941127777,-0.11392171680927277,-0.9786401391029358,-0.0008889352902770042,0.09289757907390594,-0.0952645093202591,-0.02753986418247223,0.008117273449897766,-0.002499997615814209 +89,-0.13300424878613576,0.12842066722602868,-2.3242548835529555,-0.13152043521404266,-0.1280679702758789,-0.9830060601234436,0.6934213042259216,1.0980640649795532,-0.33482807874679565,-0.02918510138988495,0.0155496746301651,-0.04854905605316162 +90,-0.04006270151845289,0.22644648514186824,-2.350930790496575,-0.03902947157621384,-0.2245161533355713,-0.9736884236335754,0.29708370566368103,1.0226340293884277,-0.20998431742191315,0.038342829793691635,0.03494097292423248,0.10633313655853271 +91,0.06097301679438022,0.15861219593698375,-2.2849145844906698,0.06017034873366356,-0.15794797241687775,-0.9856125116348267,-1.1335253715515137,0.7179872989654541,0.8012949824333191,-0.011540587991476059,-0.020732447504997253,-0.05204617977142334 +92,0.11396401751105388,0.14305024584335904,-2.283615380401298,0.11255595088005066,-0.1425628662109375,-0.9833651185035706,0.7495380640029907,0.46787700057029724,-0.3718458116054535,-0.03954263776540756,0.0285491943359375,-0.05795568227767944 +93,0.16222284592879724,0.19881652519205945,-2.2951880589865103,0.15833063423633575,-0.197509303689003,-0.9674303531646729,0.01643838919699192,0.6117578148841858,0.21121498942375183,0.037637993693351746,0.062240153551101685,0.07573723793029785 +94,0.2166097082194425,0.20634616305967649,-2.28791519270978,0.21036049723625183,-0.20488494634628296,-0.9559134840965271,0.5186280608177185,0.00022089574486017227,0.00392277492210269,0.07581809163093567,-0.05529266595840454,0.1176261305809021 +95,0.23726008404118748,0.2360322829301563,-2.2928159381603392,0.22852349281311035,-0.2338467687368393,-0.9450358152389526,0.2317463904619217,-0.5199831128120422,0.5308329463005066,0.23918890953063965,-0.02558314800262451,0.00021159648895263672 +96,0.15121845354603197,0.2834201575297572,-2.268764102017966,0.14463284611701965,-0.27964097261428833,-0.9491481781005859,0.474260538816452,-0.9185329079627991,-0.2330402284860611,-0.12787869572639465,-0.12622755765914917,0.14830589294433594 +97,0.09025448764487733,0.3031028058018891,-2.2291736686710344,0.08602333068847656,-0.2984830141067505,-0.9505302906036377,0.243833526968956,-0.11015226691961288,0.4445015490055084,0.12320517003536224,-0.10080894827842712,0.10061579942703247 +98,0.09463751865659337,0.35956989666625994,-2.1423974282286293,0.08845311403274536,-0.35187166929244995,-0.9318596124649048,-1.594892978668213,0.953310489654541,0.6987677216529846,0.03183191269636154,0.04350683093070984,0.12521904706954956 +99,0.05393100215652016,0.24284202573607852,-2.1412682446054325,0.05232321098446846,-0.24046222865581512,-0.9692472219467163,0.9432218074798584,-0.4786602258682251,-0.05416908115148544,-0.08264242857694626,0.06466571986675262,0.10494363307952881 +100,0.08135209343696143,0.352749055318343,-2.1523460034600017,0.07625877857208252,-0.345478892326355,-0.9353229403495789,0.9407515525817871,0.03211038187146187,-0.3957805037498474,0.023243777453899384,0.11079874634742737,-0.08874017000198364 +101,0.18361651589644795,0.5095805760109003,-2.244407787005759,0.1593887209892273,-0.4878111481666565,-0.8582746982574463,1.110722303390503,1.3412052392959595,-0.31498634815216064,-0.08448335528373718,-0.04168406128883362,0.09667807817459106 +102,0.32135319811176105,0.52720212515631,-2.2897554906486155,0.2729639708995819,-0.5031173229217529,-0.8199778199195862,0.5330179333686829,0.5127536654472351,-0.46229180693626404,-0.005904644727706909,0.01372218132019043,-0.09011739492416382 +103,0.3728689738229422,0.5910396616190866,-2.325945208277146,0.3024914860725403,-0.5572246313095093,-0.7733044028282166,0.6632670164108276,0.262355238199234,0.26383015513420105,0.008711516857147217,-0.020915627479553223,0.013676106929779053 +104,0.39410306259775535,0.6592993688330301,-2.3309365967923994,0.30350619554519653,-0.6125631928443909,-0.7298288941383362,0.5713001489639282,0.1756419688463211,-0.05645030736923218,-0.011300384998321533,0.054549336433410645,0.03286850452423096 +105,0.4400059105246852,0.6942229652058418,-2.3687635314959214,0.3273603320121765,-0.6397884488105774,-0.6953458786010742,0.6212557554244995,0.3603215217590332,-0.08196636289358139,0.0011155903339385986,-0.04906952381134033,0.021807730197906494 +106,0.49065099223013775,0.7185883010699368,-2.383007480628593,0.35468927025794983,-0.6583226919174194,-0.6639328598976135,0.007711146958172321,0.20856662094593048,-0.05119486153125763,0.010087370872497559,0.039441466331481934,-0.01723480224609375 +107,0.5721003057967559,0.6915976906363956,-2.4094330216435313,0.41700077056884766,-0.637768566608429,-0.6475813388824463,-0.28356418013572693,1.5045154094696045,-0.6562235951423645,-0.062096595764160156,0.057797253131866455,0.11628556251525879 +108,0.7687833825592189,0.6048732701113915,-2.4404437291588996,0.5719039440155029,-0.5686578154563904,-0.5912309288978577,-0.7274013161659241,1.5038490295410156,-0.9019625186920166,0.04803013801574707,0.02349191904067993,-0.07858407497406006 +109,0.8835250885155599,0.49168686216275637,-2.480713592202376,0.6814111471176147,-0.47211357951164246,-0.5592742562294006,-0.09071334451436996,0.3089587092399597,-0.8848957419395447,-0.014846205711364746,-0.015481024980545044,-0.05649423599243164 +110,0.984769000033671,0.45969754454566997,-2.517633136359799,0.7466529011726379,-0.44367706775665283,-0.4956410825252533,0.22178886830806732,0.8393259644508362,0.31667402386665344,0.028188347816467285,-0.17261013388633728,-0.0801188051700592 +111,1.0644515383815103,0.49135078111749647,-2.5258643768458073,0.7710638046264648,-0.471817284822464,-0.42760854959487915,0.028978552669286728,0.6792142987251282,-0.0344572439789772,-0.007071495056152344,0.03916960954666138,-0.04346078634262085 +112,1.1542490809358714,0.46255556584974705,-2.5348984731603084,0.8183920979499817,-0.44623658061027527,-0.3620874285697937,-0.1649569272994995,1.2200466394424438,0.03280174359679222,-0.1331656575202942,-0.03200438618659973,-0.0408819317817688 +113,1.3384270726229976,0.4670978657998437,-2.458306051888979,0.8688814043998718,-0.45029693841934204,-0.20561547577381134,-0.9658179879188538,2.376537799835205,-0.3057151734828949,0.0869443416595459,-0.12155666947364807,-0.06315283477306366 +114,1.3151178724972297,0.45845436910261256,-2.4641296312303194,0.8675864338874817,-0.44256260991096497,-0.22678661346435547,0.4866650700569153,-0.6919799447059631,0.03771805390715599,-0.015077829360961914,-0.10118430852890015,0.12200450897216797 +115,1.335713494998567,0.4799421732788824,-2.465874645562857,0.8626242280006409,-0.46172788739204407,-0.20660823583602905,-0.020556798204779625,0.5120375752449036,0.17879872024059296,0.04364103078842163,0.05917051434516907,0.004139363765716553 +116,1.3851525634711384,0.44243153204387725,-2.4736770560619337,0.8881853222846985,-0.4281381368637085,-0.16680672764778137,-0.05374149978160858,1.227136254310608,-1.0326402187347412,-0.017122089862823486,-0.1337515115737915,-0.02060168981552124 +117,1.5648179795940664,0.3463338645248531,-2.4763665821513725,0.9406068921089172,-0.3394516408443451,-0.005623341538012028,0.33490562438964844,0.7433042526245117,-0.514957070350647,0.10045462846755981,0.1406296193599701,-0.24985456466674805 +118,1.6765714984036115,0.30845260053140494,-2.545517045226978,0.9474793076515198,-0.30358463525772095,0.10059523582458496,0.890407383441925,1.0859447717666626,-0.19951695203781128,-0.06509405374526978,-0.025547444820404053,-0.05404067039489746 +119,1.6968712043572083,0.2974445450389626,-2.6050223986445333,0.9485000967979431,-0.29307791590690613,0.12021967023611069,-0.0901804193854332,-1.5547618865966797,0.0188816636800766,0.03701925277709961,-0.1220373809337616,0.04903089255094528 +120,1.5552484193367557,0.281731831671455,-2.5864844424016664,0.960459291934967,-0.27801960706710815,-0.014934335835278034,-0.00833833497017622,-1.2066446542739868,-0.2630961835384369,0.18771880865097046,-0.14667826890945435,0.007030308246612549 +121,1.5545479181276396,0.27410975377972163,-2.6214347036619365,0.9625394940376282,-0.27069002389907837,-0.015641111880540848,0.26579010486602783,0.4367387592792511,0.040926557034254074,-0.08302289247512817,0.004485189914703369,0.15020835399627686 +122,1.6700934854788256,0.2660330766896523,-2.616612625987213,0.9600688219070435,-0.26290613412857056,0.09564667195081711,-0.027852285653352737,-0.047128304839134216,0.11075004935264587,0.05891311168670654,0.03889185190200806,-0.19092261791229248 +123,1.7500902930248259,0.23997662253008023,-2.627423032409117,0.955772876739502,-0.23767991364002228,0.17322447896003723,0.06784947216510773,0.5586433410644531,-0.19766344130039215,-0.06449168920516968,0.04885241389274597,-0.07091426849365234 +124,1.733462421345667,0.2323664096402903,-2.6227842624084174,0.9602779746055603,-0.23028098046779633,0.157597154378891,0.002991284243762493,-0.04763270914554596,0.0807807445526123,0.025531291961669922,-0.10382544994354248,-0.02522718906402588 +125,1.671144658081899,0.22096263743921368,-2.640251543513563,0.9707785844802856,-0.21916896104812622,0.09774431586265564,0.34992989897727966,-1.0092607736587524,-0.5147220492362976,-0.028395771980285645,-0.00917881727218628,0.025897741317749023 +126,1.675845810463566,0.1802510535898855,-2.64961921378814,0.9783753752708435,-0.17927657067775726,0.10315757244825363,0.11450975388288498,-0.08642244338989258,-0.3425397276878357,0.010485649108886719,0.06866559386253357,-0.08927202224731445 +127,1.6089640265474023,0.16484203301251002,-2.664190660058223,0.9857257604598999,-0.16409650444984436,0.03764116391539574,-0.04228845611214638,-0.7779204845428467,-0.12103085964918137,-0.12271928787231445,0.014056861400604248,0.09359967708587646 +128,1.6208149680194446,0.15540583489714554,-2.659901823910145,0.986713171005249,-0.1547810584306717,0.049395252019166946,-0.04978416487574577,0.28987422585487366,-0.3153704106807709,-0.010074377059936523,0.052531898021698,0.014874696731567383 +129,1.6325403727978403,0.12661704402069976,-2.6601787525754603,0.9901044368743896,-0.12627899646759033,0.061210859566926956,0.08233246952295303,0.03439398854970932,-0.1274266541004181,0.009041011333465576,0.00843539834022522,-0.03389764204621315 +130,1.6688754533030858,0.11280682666454042,-2.6784822657434475,0.9888686537742615,-0.1125677302479744,0.09729956835508347,0.3061896860599518,0.3292333483695984,0.13467678427696228,0.05005645751953125,-0.0730554386973381,-0.03243447095155716 +131,1.7276475013963248,0.07847644703909151,-2.7153563966694527,0.98468416929245,-0.07839591801166534,0.1557280570268631,0.6221302151679993,0.8761406540870667,-0.5278624296188354,-0.03743380308151245,0.019878461956977844,0.04309403896331787 +132,1.77686251889033,0.04995471090650107,-2.7475205096380657,0.977622389793396,-0.049933936446905136,0.20435567200183868,0.5936042666435242,0.3043290674686432,0.13886786997318268,-0.0648568868637085,0.02954818308353424,-0.0010018348693847656 +133,1.8399966864068729,0.04254076466997597,-2.7900982566154737,0.963111937046051,-0.042527936398983,0.2657201290130615,0.3516501486301422,0.6900663375854492,-0.04142769053578377,0.09555834531784058,-0.0017988495528697968,-0.012042701244354248 +134,1.8495345908774936,-0.0004797361021985377,-2.8491645665750687,0.9614031910896301,0.0004797360743395984,0.2751427888870239,0.8553107976913452,0.2136865109205246,-0.09849972277879715,0.0435863733291626,-0.12470154464244843,0.049869388341903687 +135,1.8964903753540259,-0.01168052186341145,-2.919231544256106,0.9473643898963928,0.011680256575345993,0.3199446499347687,0.4259287118911743,0.6656159162521362,0.2876293957233429,-0.04576820135116577,-0.00446284469217062,-0.0249006450176239 +136,1.9646952774464612,0.01734904171931521,-2.956487060583773,0.9232809543609619,-0.017348172143101692,0.3837340176105499,0.08950367569923401,0.30116894841194153,0.32536405324935913,0.03610038757324219,0.04185378924012184,-0.055822521448135376 +137,1.9522742551669283,0.009897206041561983,-2.9597020198271164,0.9280698299407959,-0.009897044859826565,0.3722742795944214,0.2547384798526764,-0.11666423827409744,-0.21373845636844635,0.033447325229644775,-0.02268046699464321,0.04143720865249634 +138,1.9554473450087497,-0.009144998087335042,-2.998473936064575,0.9268906116485596,0.009144870564341545,0.3752199709415436,0.5485738515853882,-0.07093190401792526,0.12386205792427063,-0.019938766956329346,0.007563501596450806,-0.017096281051635742 +139,1.967878733879573,-0.024854996950065617,-3.032419288873716,0.9219086170196533,0.024852437898516655,0.3866100311279297,0.23175252974033356,0.16941651701927185,-0.22834153473377228,0.006726264953613281,-0.012431776151061058,-0.020582109689712524 +140,1.997184375231883,-0.014679696066902233,-3.0495253021359554,0.9103674292564392,0.014679169282317162,0.41354039311408997,0.12122684717178345,0.5902897119522095,0.363165020942688,-0.034039974212646484,0.025893952697515488,0.005862683057785034 +141,2.0319640634860003,-0.005538327277529026,-3.0729719787061236,0.8955199122428894,0.00553829874843359,0.444987416267395,0.22308491170406342,-0.32599347829818726,-0.14168621599674225,-0.011517047882080078,0.07003848254680634,-0.06965166330337524 +142,2.0283198586394993,-0.019051342433018755,-3.081769549911396,0.8969866037368774,0.01905019022524357,0.44164764881134033,0.13271713256835938,0.43645620346069336,0.1725427210330963,0.01416170597076416,-0.03791004791855812,0.04536724090576172 +143,2.047145520886632,-0.023998491272066214,-3.076003597280648,0.8884189128875732,0.02399618737399578,0.4584057927131653,-0.192579448223114,-0.28287556767463684,-0.3767320215702057,-0.04425698518753052,0.07683388888835907,-0.020005613565444946 +144,2.008109457279684,-0.05136966058555727,-3.069517138538645,0.904697835445404,0.051347069442272186,0.42294833064079285,0.28473278880119324,-0.7975537776947021,-0.17106644809246063,0.10081052780151367,-0.020554840564727783,-0.02116909623146057 +145,1.9518803726352025,-0.08508236387820714,-3.0725833879083906,0.9249041080474854,0.08497975021600723,0.37058156728744507,0.10802175104618073,0.0003364225849509239,-0.19639235734939575,-0.04409056901931763,-0.05029653012752533,0.04436585307121277 +146,1.9484420190528957,-0.09359846749995995,-3.0713055221928767,0.9254666566848755,0.09346186369657516,0.36711910367012024,0.07134518027305603,-0.20826417207717896,-0.17358556389808655,-0.02986729145050049,0.014875538647174835,-0.018318533897399902 +147,1.9389796510449198,-0.12063130917865621,-3.0758064636430213,0.9262025952339172,0.12033895403146744,0.35730549693107605,0.15982432663440704,0.11650910973548889,0.005376655608415604,0.025839030742645264,-0.029762782156467438,0.020700454711914062 +148,1.9457808319167067,-0.12441005168343865,-3.086152000243369,0.9233213067054749,0.12408936768770218,0.3634272813796997,0.05548765882849693,-0.18821032345294952,-0.14217489957809448,0.022235214710235596,0.0008190721273422241,-0.007302433252334595 +149,1.9328511768416978,-0.11937254502146769,-3.088948414026935,0.9285157918930054,0.11908923834562302,0.35167595744132996,0.06077831983566284,0.040761347860097885,0.07202059030532837,0.002270221710205078,0.00438486784696579,-0.01619616150856018 +150,1.8664512151241166,-0.08743941704662926,-3.135559902192261,0.952957034111023,0.08732803910970688,0.29025328159332275,0.6207497119903564,-1.395517110824585,0.9774654507637024,0.0772554874420166,0.004514619708061218,-0.058273881673812866 +151,1.7185035564194127,-0.06946711612939607,3.0401607745838066,0.9867255687713623,0.0694112554192543,0.14681577682495117,0.6322906017303467,-0.9908396601676941,-0.49503567814826965,-0.0706794261932373,0.0275278240442276,0.13432753086090088 +152,1.7254559956717221,-0.08469308965279894,3.0343854549150526,0.9845224618911743,0.08459187299013138,0.15349169075489044,0.07516304403543472,0.5808307528495789,0.07780648022890091,-0.05262249708175659,0.04968545585870743,-0.009219899773597717 +153,1.7485574787752498,-0.0970555933767481,3.0052598014688447,0.979610025882721,0.09690329432487488,0.17599427700042725,0.27598023414611816,0.08230532705783844,-0.1979885846376419,-0.04529911279678345,-0.028208225965499878,0.025208115577697754 +154,1.76921641839051,-0.11393460233525861,2.966338475858062,0.9740228056907654,0.11368826031684875,0.19584260880947113,0.46264782547950745,0.22754907608032227,-0.07924208790063858,0.01860707998275757,0.017064295709133148,-0.04841221868991852 +155,1.7688890526610008,-0.12410153882501573,2.963826946801952,0.9729034304618835,0.12378323078155518,0.19528618454933167,-0.09545408934354782,-0.15589624643325806,-0.1085045263171196,-0.005252063274383545,0.007991671562194824,0.007503151893615723 +156,1.7619200372482218,-0.11390867912427634,2.967866014108497,0.9754286408424377,0.11366251111030579,0.18873116374015808,-0.02327711135149002,-0.17021796107292175,0.25888508558273315,-0.01031041145324707,-0.009506046772003174,-0.00431351363658905 +157,1.7529184863413974,-0.07497946125544033,2.9734405187791806,0.98069828748703,0.07490922510623932,0.18060815334320068,-0.3522944152355194,-0.10495402663946152,0.36436253786087036,0.02943342924118042,0.026409126818180084,-0.04424037039279938 +158,1.7139583110046304,-0.055866500494850424,2.9990602963276936,0.9882257580757141,0.055837444961071014,0.14245088398456573,-0.053749267011880875,-0.27714040875434875,-0.020239220932126045,-0.001943349838256836,-0.003850754350423813,0.09496057033538818 +159,1.7024165144418086,-0.05566188422294908,2.995062927970257,0.9898152947425842,0.055633146315813065,0.13103723526000977,0.1278107762336731,-0.1527356505393982,0.08777455240488052,-0.013420581817626953,0.00021402165293693542,-0.009348392486572266 +160,1.6547098976931542,-0.06068329960660571,2.964175108967372,0.9946470260620117,0.06064606085419655,0.08366084098815918,0.5025857090950012,-0.724927544593811,-0.16098302602767944,0.0072296857833862305,-0.0017318837344646454,0.016101114451885223 +161,1.5935039044191182,-0.07779693298298279,2.9197541062902523,0.9967182278633118,0.07771848142147064,0.02263694815337658,-0.05546869337558746,0.04388497769832611,-0.04160303249955177,0.014939367771148682,-0.01625608652830124,0.019553540274500847 +162,1.5865918074542562,-0.08492516819950738,2.9312604370214763,0.9962717294692993,0.0848231241106987,0.015737898647785187,-0.04118767008185387,-0.2749219834804535,-0.12082122266292572,-0.023630797863006592,0.0020756796002388,-0.02893674559891224 +163,1.5348393876197504,-0.11355464473881861,2.9594217531953637,0.9929172992706299,0.11331076174974442,-0.035717662423849106,-0.4897213578224182,-0.9405378699302673,-0.7847331166267395,0.024203002452850342,0.032975248992443085,-0.0448792539536953 +164,1.4206063977830317,-0.18579574664480147,2.9750026035140023,0.9717260599136353,0.18472863733768463,-0.14705081284046173,0.021189220249652863,-1.3195252418518066,-0.31897568702697754,-0.0008398294448852539,-0.0016842037439346313,-0.03768736124038696 +165,1.278807121937814,-0.17830849651514244,2.963386876072342,0.9424893260002136,0.17736513912677765,-0.28329384326934814,0.2510610520839691,-1.682748794555664,0.3766115605831146,0.0462954044342041,-0.10664065182209015,-0.016281962394714355 +166,1.1116995150150946,-0.14253748866312863,2.9638477290599634,0.8873618841171265,0.14205531775951385,-0.4386446177959442,-0.5577467679977417,-2.071704626083374,0.3126368224620819,0.05062633752822876,0.013248622417449951,-0.03234836459159851 +167,0.8612801639545813,-0.10468419205915279,3.1388924014604127,0.7545238733291626,0.10449309647083282,-0.647900402545929,-1.7607704401016235,-3.4724955558776855,2.1042726039886475,-0.0573192834854126,0.09866242110729218,0.19860535860061646 +168,0.4964465902567927,-0.06638167769312343,-2.874541838461634,0.4752550721168518,0.06633293628692627,-0.877344012260437,-1.398146152496338,-4.236260414123535,1.2163690328598022,-0.007710516452789307,0.26577460765838623,0.247613787651062 +169,0.15552674110167183,-0.19664017064378478,-2.7497047332157796,0.15191534161567688,0.19537535309791565,-0.9688912034034729,-1.2004668712615967,-2.1661901473999023,0.6400558352470398,-0.045683667063713074,-0.09620851278305054,0.07565701007843018 +170,0.04517112252017715,-0.28703640706239925,-2.631036028470176,0.0433083102107048,0.2831111252307892,-0.9581087827682495,-0.45433083176612854,-0.9736462831497192,1.1190356016159058,0.0687064602971077,-0.20645099878311157,-0.678838849067688 +171,0.06382724235101996,-0.15209947067380075,-2.6033920185010238,0.06304753571748734,0.1515136957168579,-0.9864423871040344,2.0422542095184326,1.3267866373062134,0.26250186562538147,0.029512278735637665,-0.1056000143289566,0.19937878847122192 +172,0.024100466184493352,-0.11134398990532221,-2.500347148369599,0.023948909714818,0.11111406981945038,-0.9935190677642822,0.14150157570838928,-0.5062572360038757,1.1163194179534912,-0.02817559242248535,-0.02662615478038788,-0.05080771446228027 +173,-0.008589592113064301,-0.036011244306239025,-2.360893565703771,-0.008583917282521725,0.036003462970256805,-0.9993147850036621,1.4226963520050049,0.2026677280664444,1.9231314659118652,0.008141412399709225,0.0732189491391182,0.06503438949584961 +174,0.021542568622883684,0.04686367167029264,-2.1661330145986417,0.021517252549529076,-0.04684652015566826,-0.9986703395843506,-0.5040479302406311,-0.19782666862010956,1.0231950283050537,-0.09805534034967422,0.013536583632230759,0.08546233177185059 +175,-0.0005990897694706338,-0.03538171098513385,-2.1557138903562802,-0.0005987148033455014,0.03537432849407196,-0.9993739724159241,-1.1474705934524536,-0.20136575400829315,-0.0008893650956451893,-0.036403849720954895,0.03287823498249054,-0.031052052974700928 +176,-0.026875820661033695,-0.06860046040621436,-2.1617795301161173,-0.02680937945842743,0.06854666769504547,-0.9972876310348511,0.017291102558374405,-0.6125370264053345,-0.534925103187561,-0.13401825726032257,0.06849251687526703,-0.06675350666046143 +177,-0.029964204529244608,-0.045602871092081346,-2.1602430421641934,-0.029928574338555336,0.04558706656098366,-0.9985119700431824,-0.08406471461057663,-0.006395690143108368,-0.4062521457672119,0.018484484404325485,0.012106414884328842,-0.025200188159942627 +178,-0.056154404291159,-0.07851210804547651,-2.2331489547764836,-0.055952005088329315,0.07843147218227386,-0.9953480958938599,-0.11206772923469543,-0.8815871477127075,-1.0541211366653442,0.06742662191390991,0.07368338853120804,-0.16709691286087036 +179,-0.1942572510888505,0.05412766104461893,-2.327191732623786,-0.1927551031112671,-0.054101236164569855,-0.9797543287277222,1.6280150413513184,-1.2346711158752441,-1.219236135482788,-0.02564394474029541,0.13614773750305176,0.13852202892303467 +180,-0.22275079275544687,0.11129543375172456,-2.4639256750071903,-0.21954651176929474,-0.1110658124089241,-0.9692593812942505,0.0661490187048912,-0.5439289212226868,-1.8954424858093262,0.06650085747241974,-0.023165754973888397,-0.1273287534713745 +181,-0.25300943222362265,0.20630292291763105,-2.56813293448131,-0.24501068890094757,-0.20484262704849243,-0.9476335048675537,0.607713520526886,-0.001512034796178341,-0.6437492370605469,0.04762297868728638,0.006676733493804932,0.1272294521331787 +182,-0.29117424175045403,0.26554756973414495,-2.6063804757509135,-0.2770148813724518,-0.2624376714229584,-0.924331784248352,0.6762019991874695,-1.6135144233703613,-1.0893582105636597,-0.017662853002548218,0.3217180669307709,-0.20959460735321045 +183,-0.39094010179935546,0.3153382957616297,-2.755749548543334,-0.3622683882713318,-0.31013810634613037,-0.8789629936218262,-0.35108330845832825,-1.119174838066101,-1.5916781425476074,0.03379243612289429,0.08925190567970276,0.05752140283584595 +184,-0.3324539768705812,0.3478790204173415,-2.9375989216554346,-0.3068137466907501,-0.3409046530723572,-0.8886221647262573,0.08461559563875198,0.6740986704826355,-1.2176059484481812,0.11800149083137512,-0.11904102563858032,-0.09869778156280518 +185,-0.3264088435650923,0.40330689669957936,-2.9927128109955032,-0.2949177622795105,-0.3924620747566223,-0.8712043762207031,0.3271803557872772,-0.36542072892189026,-0.31468620896339417,-0.0037272870540618896,-0.12294933199882507,-0.034572601318359375 +186,-0.31343049866768147,0.4495754269582757,-3.010388197956591,-0.277686208486557,-0.4345831871032715,-0.8567542433738708,0.05397186055779457,0.3761013448238373,-0.5173352956771851,-0.03612607717514038,0.016507625579833984,0.08851999044418335 +187,-0.28659157450237693,0.4152565086619786,-3.0525972224388878,-0.2586599290370941,-0.4034246504306793,-0.8776922225952148,-0.8209710121154785,-0.15740710496902466,-0.12589219212532043,0.06606349349021912,-0.04928836226463318,-0.006051063537597656 +188,-0.2760889528216402,0.3432142561800594,-3.056373531440234,-0.256696492433548,-0.3365156054496765,-0.9060155153274536,-0.4667971432209015,0.2840375304222107,0.5369167327880859,0.015088826417922974,-0.0344865620136261,0.03324329853057861 +189,-0.2647129275051135,0.29039216488671576,-3.020527706100075,-0.25067809224128723,-0.286327987909317,-0.9247576594352722,-0.3750915825366974,0.18509386479854584,0.4411729872226715,-0.04415220022201538,-0.03819593787193298,-0.08158993721008301 +190,-0.24579859167215354,0.27125614206270565,-2.9742268686206446,-0.2344336062669754,-0.2679418623447418,-0.9344773888587952,0.33188343048095703,0.5822087526321411,0.4074663519859314,-0.0558648407459259,0.005002409219741821,-0.02523934841156006 +191,-0.18732072141904843,0.3167875091203305,-2.9197323686083365,-0.17696069180965424,-0.31151553988456726,-0.9336182475090027,0.5743656158447266,0.8022060990333557,0.32928547263145447,-0.03535011410713196,0.06366702914237976,0.019250571727752686 +192,-0.15712934518492266,0.31916009082566427,-2.8829086522488994,-0.14858102798461914,-0.3137691915035248,-0.9378020167350769,-0.42090633511543274,0.10917249321937561,0.47099030017852783,0.04781198501586914,-0.016125857830047607,0.028042495250701904 +193,-0.1475716737886596,0.26258002485978477,-2.837529563880901,-0.14199672639369965,-0.2595730125904083,-0.9552270770072937,-0.40731003880500793,0.28427430987358093,0.5094714164733887,0.01922452449798584,-0.050760239362716675,-0.0239904522895813 +194,-0.14600476757140227,0.24918259146947147,-2.8098398313423933,-0.140993133187294,-0.24661187827587128,-0.9588031768798828,0.5221272706985474,-0.4070644676685333,-0.2579788565635681,-0.034864410758018494,0.08496025204658508,-0.1477642059326172 +195,-0.15894680106239956,0.2794680272040267,-2.829200564838531,-0.15213753283023834,-0.27584436535835266,-0.9490858912467957,-0.2738083600997925,-0.17613093554973602,0.025059236213564873,0.04882027208805084,-0.020237207412719727,-0.038981735706329346 +196,-0.1656827042270812,0.2429963045012085,-2.8533908541900037,-0.1600804328918457,-0.2406119853258133,-0.9573296904563904,-0.15803855657577515,-0.08905453979969025,-0.0007056042086333036,-0.005568981170654297,-0.03206257522106171,-0.002570211887359619 +197,-0.17185071677022054,0.23107225219270688,-2.8231926548184725,-0.16646099090576172,-0.22902141511440277,-0.959082841873169,-0.06351306289434433,0.07505816966295242,0.307752788066864,-0.02467060089111328,0.015428885817527771,0.0033485889434814453 +198,-0.1684305903232128,0.21488376073208967,-2.8248013439608592,-0.16377994418144226,-0.2132338583469391,-0.9631757140159607,-0.06313636898994446,0.001202060841023922,-0.12616929411888123,-0.01897457242012024,0.03525535762310028,-0.0023241639137268066 +199,-0.15950520090854475,0.222741596869171,-2.8263279830313146,-0.15490590035915375,-0.22090432047843933,-0.9629150629043579,0.09670495986938477,0.11862615495920181,0.04249322786927223,0.007246583700180054,-0.012875586748123169,-0.02499997615814209 +200,-0.1551798925924009,0.2264172181065698,-2.828956072373144,-0.15061303973197937,-0.22448763251304626,-0.9627673625946045,-0.07369740307331085,0.1120779812335968,-0.009695678018033504,-0.00868871808052063,-0.015823036432266235,0.025252103805541992 +201,-0.14040836836947315,0.21825901449136528,-2.8286729211961674,-0.13662734627723694,-0.21653026342391968,-0.9666683077812195,0.02176169492304325,0.15800312161445618,0.012287948280572891,0.0066834986209869385,0.010139882564544678,-0.03429299592971802 +202,-0.13741831994464643,0.23452464041498977,-2.830926508961481,-0.13323621451854706,-0.23238065838813782,-0.9634559154510498,0.1365620493888855,0.024493908509612083,-0.18609927594661713,-0.003070533275604248,0.012882992625236511,0.02586442232131958 +203,-0.13149133572723612,0.2302035012636102,-2.8406606079096397,-0.12765398621559143,-0.22817565500736237,-0.9652151465415955,-0.16746993362903595,0.058857161551713943,0.06619290262460709,0.01887410879135132,-0.05705687403678894,0.010076045989990234 +204,-0.12916473180069726,0.21810798849012755,-2.832730764387147,-0.12575428187847137,-0.21638283133506775,-0.9681757688522339,-0.15347176790237427,0.000460662879049778,0.05894697085022926,-0.014107778668403625,0.014921024441719055,-0.006387829780578613 +205,-0.1304331338214572,0.21188780765892137,-2.8290274392337214,-0.12715482711791992,-0.210305854678154,-0.9693312644958496,0.03994623199105263,0.017977865412831306,0.035187944769859314,0.0010256767272949219,0.01867072284221649,0.003938198089599609 +206,-0.13014719950941203,0.21219289781620368,-2.8286276780416686,-0.1268693208694458,-0.21060411632061005,-0.9693039059638977,0.0030204099602997303,-0.046672746539115906,-0.038908518850803375,0.010719433426856995,-0.0019202828407287598,-0.0036422014236450195 +207,-0.12827068104464248,0.20927906100245752,-2.8265669353334415,-0.1251281499862671,-0.20775474607944489,-0.9701448082923889,-0.009216682985424995,0.026701830327510834,0.028795255348086357,0.0006469488143920898,0.0026003271341323853,-0.012826383113861084 +208,-0.12732692665060652,0.21077065736020215,-2.825064788443597,-0.12417302280664444,-0.20921356976032257,-0.9699540138244629,0.02931608445942402,0.008756018243730068,-0.021087076514959335,-0.008883610367774963,0.012924492359161377,-0.004655361175537109 +209,-0.12449248525062527,0.2159164740908871,-2.8265080626148382,-0.12128796428442001,-0.21424271166324615,-0.9692209959030151,0.05786370858550072,0.05143045634031296,-0.030606709420681,-4.1425228118896484e-06,0.005075231194496155,0.0005930662155151367 +210,-0.12286928960956388,0.21832872944442092,-2.826940413391738,-0.11965087801218033,-0.21659833192825317,-0.9689008593559265,0.022876568138599396,0.023114880546927452,0.020807577297091484,-0.0015649348497390747,-0.012100398540496826,0.0023023486137390137 +211,-0.11746224653351581,0.22701753543897074,-2.828240552622114,-0.1141854003071785,-0.22507259249687195,-0.9676280617713928,0.21254917979240417,0.04934118315577507,-0.12752459943294525,-0.0033377930521965027,0.04407283663749695,-0.023018300533294678 +212,-0.10744759747132797,0.24573968955728853,-2.825389712205789,-0.10401919484138489,-0.24327385425567627,-0.9643639326095581,0.14279983937740326,0.03442049399018288,0.15337014198303223,0.03385928273200989,-0.04346929490566254,-0.0065833330154418945 +213,-0.1127237484581988,0.2377751737189205,-2.814806525275474,-0.10932034254074097,-0.2355409860610962,-0.965696394443512,-0.21065421402454376,-0.013497473672032356,0.11868836730718613,-0.003167450428009033,0.0026002973318099976,0.015623152256011963 +214,-0.11387033291379939,0.23423877399532061,-2.811156942065452,-0.11052147299051285,-0.23210261762142181,-0.966391921043396,0.10031789541244507,-0.026960574090480804,-0.013262778520584106,-0.013212032616138458,0.010545000433921814,-0.02428489923477173 +215,-0.1088098431992411,0.23059157329803717,-2.8068492441210666,-0.1057208925485611,-0.22855347394943237,-0.9677739143371582,-0.15672381222248077,0.18424811959266663,0.11538894474506378,0.008995436131954193,-0.028007790446281433,-0.0007318854331970215 +216,-0.10344637037205488,0.22078618563545574,-2.8054799294637496,-0.10075534880161285,-0.2189967930316925,-0.9705095291137695,-0.06387414783239365,-0.0278548002243042,-0.048900894820690155,0.009217873215675354,0.012850552797317505,-0.013590812683105469 +217,-0.10550780766980608,0.21830082544814589,-2.8053708656696466,-0.10281277447938919,-0.21657109260559082,-0.9708380699157715,-0.027896437793970108,-0.0502605065703392,0.06380727887153625,0.005980506539344788,-0.01482844352722168,-0.006548404693603516 +218,-0.10843310882199224,0.21388868178047854,-2.8007089041139936,-0.10575471073389053,-0.21226157248020172,-0.9714736342430115,-0.03024875372648239,0.025011667981743813,0.019483022391796112,-0.0076180994510650635,0.017269492149353027,-0.0010910630226135254 +219,-0.10950590009444303,0.21149577513232284,-2.8010999126967855,-0.10685203969478607,-0.20992258191108704,-0.971861720085144,-0.05217596888542175,-0.0035058539360761642,-0.012217920273542404,-0.0020041614770889282,-0.006263941526412964,0.000807642936706543 +220,-0.11467374945033988,0.20594082185676763,-2.7973786770040623,-0.11200472712516785,-0.20448818802833557,-0.9724400043487549,-0.032264344394207,-0.12026334553956985,0.11674153059720993,0.021901577711105347,-0.025171831250190735,-0.023409605026245117 +221,-0.12447429422629046,0.203773943272559,-2.7848351860303553,-0.12158436328172684,-0.20236662030220032,-0.9717329740524292,-0.09614823758602142,0.01890949159860611,0.06576526910066605,-0.021405741572380066,0.02238921821117401,0.026893556118011475 +222,-0.12419418716340952,0.1994386409654599,-2.783717485670705,-0.12141970545053482,-0.1981191337108612,-0.9726284146308899,0.04497160390019417,-0.044753219932317734,-0.009382856078445911,0.0069635361433029175,0.013243645429611206,-0.014920413494110107 +223,-0.1296531796548429,0.20877169338373092,-2.7717715180815623,-0.12648285925388336,-0.2072584182024002,-0.970075249671936,0.308808296918869,-0.07713046669960022,0.28885069489479065,0.038012415170669556,-0.0306718647480011,-0.05676490068435669 +224,-0.1324891851407355,0.24934107293148158,-2.731071260138713,-0.12801669538021088,-0.24676546454429626,-0.9605823755264282,0.5747940540313721,0.3717646300792694,0.3712592124938965,-0.013462796807289124,-0.0005031973123550415,-0.04085195064544678 +225,-0.1657277925021455,0.26308166323875637,-2.6367229775532026,-0.15929408371448517,-0.2600574195384979,-0.952363133430481,-0.2558336555957794,-0.3817092180252075,0.8493136167526245,0.007804840803146362,-0.009061872959136963,-0.12174880504608154 +226,-0.16368899055866784,0.2381657347411558,-2.6070585385582143,-0.15835903584957123,-0.23592053353786469,-0.9587825536727905,0.08776899427175522,0.21109619736671448,0.567808985710144,0.13840055465698242,-0.06450974941253662,0.09002339839935303 +227,-0.20097878967335062,0.18420543680134785,-2.445474541868862,-0.19625121355056763,-0.18316547572612762,-0.963294267654419,-0.49976199865341187,1.014936923980713,1.4417723417282104,0.022239983081817627,0.13085834681987762,0.38680195808410645 +228,-0.13770428522602393,0.14877938927455028,-2.308064831877594,-0.13575305044651031,-0.1482311189174652,-0.9795910716056824,-0.020671237260103226,1.0241878032684326,1.5602909326553345,-0.017475709319114685,-0.01308479905128479,0.20085877180099487 +229,-0.07007939812301466,0.14786663598218105,-2.139542737907438,-0.0692579448223114,-0.14732839167118073,-0.9866598844528198,0.006668562069535255,0.2132905274629593,1.4823919534683228,-0.0345628559589386,0.03352832794189453,-0.13751614093780518 +230,-0.06412782380431939,0.10189890670435843,-2.0739429894707864,-0.0637514665722847,-0.10172265768051147,-0.9927679896354675,-0.44093582034111023,0.49135786294937134,0.15490002930164337,-0.0614011287689209,-0.042778074741363525,-0.01026850938796997 +231,-0.03174012222451476,0.08995846637564656,-2.0333772200905416,-0.03160647302865982,-0.08983718603849411,-0.9954548478126526,0.09096527844667435,0.2831214666366577,0.5342322587966919,-0.03449460119009018,-0.01572311669588089,-0.024183213710784912 +232,-0.028644961475953273,0.0885785079593629,-1.9835237166621122,-0.028528757393360138,-0.0884627178311348,-0.9956708550453186,-0.2581976652145386,0.054809749126434326,0.42553356289863586,-0.07616179436445236,0.003257647156715393,0.02202284336090088 +233,-0.056681724337464795,0.04986470913547556,-1.9553437085961887,-0.056580960750579834,-0.04984404519200325,-0.9971530437469482,-0.3335035443305969,-0.009244319051504135,0.027450334280729294,-0.08257919549942017,-0.01882050186395645,0.04543185234069824 +234,-0.06412317727363769,0.06874644831927776,-1.9340278613516906,-0.06392788141965866,-0.06869231164455414,-0.9955875873565674,0.45079168677330017,-0.2960965931415558,0.1179221123456955,-0.02898288518190384,0.008832082152366638,-0.03297686576843262 +235,-0.07899850610032123,0.08210451905092973,-1.9246008693083239,-0.07865051925182343,-0.08201230317354202,-0.9935230612754822,-0.14300106465816498,-0.14484409987926483,0.22178462147712708,0.0032568424940109253,-0.006137721240520477,-0.030356943607330322 +236,-0.09035062803385002,0.06531615013485724,-1.9050769702204833,-0.09003535658121109,-0.06526971608400345,-0.9937975406646729,0.0034551615826785564,-0.26730725169181824,0.19912612438201904,0.09871760755777359,0.06313349306583405,-0.07035040855407715 +237,-0.1200298478129416,0.07183470603548282,-1.9002502045646963,-0.11943302303552628,-0.07177294045686722,-0.9902446269989014,-0.11228936910629272,-0.29997608065605164,-0.06248344108462334,0.07516727596521378,0.012553580105304718,-0.015202760696411133 +238,-0.1363377446773002,0.04640525770570034,-1.9120094003290953,-0.13576944172382355,-0.04638860374689102,-0.9896538853645325,-0.12131887674331665,-0.1255124807357788,0.061940453946590424,0.10561808943748474,-0.05094721168279648,-0.03299015760421753 +239,-0.1349219163987769,0.06459751719107792,-1.8885486827171305,-0.13423238694667816,-0.06455259770154953,-0.9888451099395752,0.3753545582294464,0.2772977650165558,0.32392483949661255,-0.02241434156894684,-0.006461799144744873,0.021468400955200195 +240,-0.12928829877116169,0.11822870171829143,-1.8539487556314154,-0.12802837789058685,-0.11795345693826675,-0.9847313165664673,0.5636855959892273,0.10349509865045547,0.25485759973526,-0.04013873636722565,-0.006131008267402649,0.045049309730529785 +241,-0.13499093669365453,0.1325962766792279,-1.830651589521925,-0.13339997828006744,-0.13220807909965515,-0.9822043776512146,-0.15640534460544586,-0.009901607409119606,-0.029700536280870438,-0.0021743476390838623,-0.0011994987726211548,-0.002887725830078125 +242,-0.12750613058314353,0.11801313851157273,-1.8271161460266967,-0.12627644836902618,-0.11773940175771713,-0.9849830865859985,-0.05170273780822754,0.16703572869300842,0.19717937707901,0.08677145838737488,-0.03095749020576477,-0.01205664873123169 +243,-0.10179962289272732,0.1415059414242826,-1.7953743642833158,-0.10060812532901764,-0.14103415608406067,-0.9848793745040894,0.3462279140949249,-0.013149444013834,0.5906698703765869,0.016471169888973236,-0.013049080967903137,-0.060362935066223145 +244,-0.11456915697029316,0.15828008173213992,-1.7331670105965078,-0.11288967728614807,-0.15762002766132355,-0.9810259342193604,0.3304576873779297,0.008513997308909893,0.5952966809272766,-0.08399447798728943,0.11228615045547485,-0.013252019882202148 +245,-0.13406528309152882,0.1848816767884151,-1.6840522647007383,-0.1313861459493637,-0.18383023142814636,-0.9741376638412476,0.22741882503032684,-0.3757420778274536,0.37558144330978394,-0.06717647612094879,0.10678860545158386,-0.05993521213531494 +246,-0.1807860365025407,0.18847138854561563,-1.661961354614371,-0.17661885917186737,-0.1873575747013092,-0.9662830233573914,0.03546527773141861,-0.3700515627861023,0.2253553718328476,-0.058915793895721436,0.037256866693496704,0.008122622966766357 +247,-0.21279487398360822,0.1979643337392497,-1.632782360041953,-0.20706774294376373,-0.19667382538318634,-0.9583539962768555,0.24639226496219635,-0.12811510264873505,0.3664174973964691,0.05112291872501373,0.01074548065662384,0.03007030487060547 +248,-0.2279004207791717,0.21103902393957555,-1.583024547961019,-0.2209201455116272,-0.20947597920894623,-0.9525303840637207,0.10182751715183258,0.07258489727973938,0.5446522831916809,0.031161844730377197,-0.001507297158241272,0.0320591926574707 +249,-0.22335914714358307,0.195825562326726,-1.5387032127366977,-0.21727299690246582,-0.19457638263702393,-0.9565210342407227,-0.17795465886592865,0.08559701591730118,0.2572398781776428,-0.04169917106628418,0.036815762519836426,-0.005438804626464844 +250,-0.24050040878324605,0.16867075636968248,-1.537782468095383,-0.23480847477912903,-0.1678721159696579,-0.9574361443519592,-0.3420531153678894,-0.34903255105018616,0.038100551813840866,-0.07637926936149597,-0.0324757844209671,-0.008643567562103271 +251,-0.2574905643580643,0.13557203026490944,-1.5489138010952237,-0.25231799483299255,-0.13515710830688477,-0.9581587314605713,-0.1511944830417633,-0.020542126148939133,-0.1423967033624649,-0.07182446122169495,0.040537357330322266,0.004926919937133789 +252,-0.27531961045132675,0.14080242430877446,-1.560685521708419,-0.26916417479515076,-0.14033764600753784,-0.9528147578239441,0.14650876820087433,-0.2829183340072632,-0.16173002123832703,0.012007802724838257,0.03267163038253784,0.003763854503631592 +253,-0.27797341616989046,0.14717884330934894,-1.5687383336959018,-0.2714407444000244,-0.14664806425571442,-0.9512172341346741,-0.13059718906879425,0.3670709729194641,0.007667609490454197,-0.036069631576538086,0.013133645057678223,0.04002338647842407 +254,-0.23485474642225637,0.1328886942567693,-1.5830789956267963,-0.23065005242824554,-0.13249792158603668,-0.9639734625816345,-0.2649953365325928,0.47299832105636597,-0.14678238332271576,-0.02372920513153076,-0.0008486360311508179,-0.0546269416809082 +255,-0.20370375674508337,0.1346685434598418,-1.5902305535919354,-0.20046626031398773,-0.1342618614435196,-0.970457136631012,0.04650481045246124,0.33368587493896484,0.022616364061832428,0.002773389220237732,-0.03407309949398041,0.014463484287261963 +256,-0.17315893295202875,0.12158216843135818,-1.5785185346786612,-0.17102301120758057,-0.12128284573554993,-0.9777737855911255,-0.014780767261981964,0.3439083695411682,0.14481304585933685,-0.039059996604919434,0.049810685217380524,0.0015469789505004883 +257,-0.13156683048444875,0.14230349779940973,-1.592901745613098,-0.12986153364181519,-0.14182370901107788,-0.9813368320465088,0.39984452724456787,0.40668776631355286,-0.26170462369918823,-0.041998207569122314,0.004158914089202881,-0.01805281639099121 +258,-0.11588162402429616,0.16147361278715303,-1.615306144450607,-0.11411835998296738,-0.16077283024787903,-0.98037189245224,-0.20642466843128204,0.21622778475284576,-0.4070734977722168,-0.04522917419672012,-0.01650378108024597,-0.02972942590713501 +259,-0.11120247192327089,0.17326472931540626,-1.652287651311705,-0.10931184142827988,-0.17239910364151,-0.9789430499076843,0.4404260218143463,-0.4633322060108185,-0.18413574993610382,0.08202912658452988,-0.09284442663192749,-0.07893353700637817 +260,-0.11985600968891987,0.21480228522850942,-1.6507000711498179,-0.11682137846946716,-0.21315425634384155,-0.9700092673301697,0.4011434316635132,0.5805642604827881,0.0868612751364708,-0.05644216388463974,0.06187863647937775,0.18431901931762695 +261,-0.08726255915203186,0.22899078017248178,-1.642013968206086,-0.08487684279680252,-0.22699476778507233,-0.9701903462409973,-0.13984501361846924,0.35120654106140137,-0.11801095306873322,-0.15117663145065308,0.13300062716007233,-0.018060386180877686 +262,-0.078185483965513,0.2314773795526873,-1.686167235119255,-0.07602265477180481,-0.22941574454307556,-0.9703550934791565,0.006226097699254751,-0.1740894615650177,-0.6965665817260742,-0.07912871241569519,0.04658493399620056,0.017855703830718994 +263,-0.10414226025755573,0.24078279465134567,-1.7653868374909405,-0.10095520317554474,-0.2384629100561142,-0.9658899903297424,-0.24198175966739655,-0.8176102638244629,-0.9173735976219177,0.11462707817554474,-0.0592055469751358,0.05416208505630493 +264,-0.07143734925109536,0.20097965742923657,-1.828462511115877,-0.06993989646434784,-0.19962936639785767,-0.9773722290992737,-0.36486634612083435,0.02088242769241333,-0.14163243770599365,0.06838350743055344,0.04878099262714386,-0.09178054332733154 +265,-0.059695073536456644,0.16951071739757767,-1.8548125107559996,-0.058804549276828766,-0.16870009899139404,-0.9839117527008057,-0.0482582226395607,0.04045102745294571,-0.6323196291923523,-0.11397071182727814,0.16300857067108154,-0.09726500511169434 +266,-0.0308336516063975,0.21929744991618758,-1.9611190305590978,-0.03009043261408806,-0.21754395961761475,-0.9755865931510925,0.7707807421684265,-0.027494382113218307,-0.8741889595985413,-0.02325429767370224,-0.044479966163635254,-0.01809626817703247 +267,-0.03463898472261938,0.2866063139392999,-2.0403998741926044,-0.03321937471628189,-0.2826986014842987,-0.9586333632469177,0.33598846197128296,-0.38552600145339966,-0.882887065410614,-0.04228110611438751,-0.058381110429763794,0.0496978759765625 +268,-0.004512033849814191,0.29543225707206594,-2.121677909004799,-0.004316541366279125,-0.2911534011363983,-0.9566666483879089,0.09976159781217575,0.4735441505908966,-0.7253209352493286,-0.013337880373001099,-0.056396037340164185,0.055467307567596436 +269,0.0205355410671705,0.2864731357411006,-2.173479625097902,0.01969726011157036,-0.28257086873054504,-0.9590441584587097,-0.17428572475910187,-0.16150134801864624,-0.43833667039871216,0.11059754341840744,0.016793251037597656,0.06129330396652222 +270,0.05488284541123842,0.28576586810845156,-2.1865977311291247,0.052630696445703506,-0.281892329454422,-0.958001434803009,0.11624117195606232,0.46877387166023254,-0.20928697288036346,0.07423087954521179,0.1216292679309845,0.009454071521759033 +271,0.14311991920100353,0.32209232644040486,-2.2161200579710214,0.1352970004081726,-0.31655198335647583,-0.938876748085022,0.5768201947212219,0.9553881287574768,0.4953385889530182,0.1407039761543274,-0.01674574613571167,-0.029140830039978027 +272,0.1694581837958614,0.3552880214293107,-2.1641747536333176,0.15811561048030853,-0.3478604257106781,-0.9241172075271606,-0.4217505156993866,-0.2783719003200531,0.23186887800693512,0.024593114852905273,0.05171781778335571,-0.027527689933776855 +273,0.18296993843601406,0.23493666261370139,-2.1255234452000136,0.17695237696170807,-0.23278139531612396,-0.9562953114509583,-1.5173144340515137,0.4167190194129944,0.1081184670329094,-0.03866197168827057,0.008660286664962769,0.08950453996658325 +274,0.21304062884159544,0.13639187798440913,-2.117419092001976,0.20946919918060303,-0.1359694004058838,-0.9683155417442322,-0.14240723848342896,0.4160088300704956,-0.3900601267814636,-0.12264667451381683,0.005674600601196289,-0.10599476099014282 +275,0.23328231575669797,0.1292828278891039,-2.156403711365463,0.2292429506778717,-0.1289229840040207,-0.9647935032844543,0.28857359290122986,-0.1483057141304016,-0.2205023467540741,0.004262298345565796,0.13629300892353058,-0.001865983009338379 +276,0.1981120442902301,0.13590936497771677,-2.172900257508498,0.1950037032365799,-0.13549134135246277,-0.9713988304138184,0.44478368759155273,-0.41089266538619995,-0.2875016927719116,-0.0857202410697937,0.04546448588371277,-0.04659128189086914 +277,0.18566926379421245,0.20953803897599751,-2.2174720329299094,0.18056650459766388,-0.2080080658197403,-0.9613159894943237,0.874164879322052,0.0785088986158371,-0.127110093832016,0.01662282645702362,-0.023772940039634705,0.03747260570526123 +278,0.171868797551358,0.2318698805158369,-2.2179914148914133,0.16644704341888428,-0.22979776561260223,-0.9588995575904846,-0.4996177554130554,-0.6596779227256775,0.1565435528755188,0.030604958534240723,-0.01814231276512146,0.01578432321548462 +279,0.09666337592353076,0.18983864051806124,-2.181433830213243,0.09477902948856354,-0.18870043754577637,-0.9774503111839294,-0.12509511411190033,-0.7165506482124329,0.17520825564861298,0.04364870488643646,-0.004674196243286133,-0.06690698862075806 +280,0.0021973730477788172,0.17134639914748798,-2.112439067204172,0.0021651932038366795,-0.1705091893672943,-0.9853537082672119,-0.5083630681037903,-0.746819794178009,0.6548903584480286,-0.03530728816986084,0.0070265233516693115,0.11046051979064941 +281,-0.06170323137328071,0.10523099863012225,-2.050160020127595,-0.061322979629039764,-0.1050368919968605,-0.9925758242607117,-0.39289629459381104,-0.22465695440769196,0.5135127902030945,0.004941754043102264,-0.022999607026576996,0.00261610746383667 +282,-0.07755763571248535,0.10171401764879255,-1.9847272172153223,-0.07707946002483368,-0.10153872519731522,-0.9918410181999207,0.09938044846057892,-0.110948346555233,0.6216537356376648,-0.01520569622516632,0.039801664650440216,0.014210402965545654 +283,-0.07101604849772199,0.09636947097311307,-1.944327971182319,-0.0706271380186081,-0.09622037410736084,-0.992851197719574,-0.08760189265012741,0.04659958928823471,-0.07320822030305862,-0.0848599225282669,0.07424771785736084,0.019752442836761475 +284,-0.0568268042646302,0.0675915055958058,-1.9672130253702609,-0.0566665343940258,-0.06754004955291748,-0.9961060285568237,-0.38608992099761963,0.2065722942352295,-0.5641290545463562,-0.0415390320122242,0.017384417355060577,-0.011218130588531494 +285,-0.033436704815136095,0.058363168484740574,-2.0018007408384735,-0.033373553305864334,-0.05833004042506218,-0.9977393746376038,0.09163947403430939,0.18610459566116333,-0.20444245636463165,0.041552264243364334,-0.02377750352025032,-0.06318897008895874 +286,-0.017891509984244266,0.09370642093886425,-2.0123656739984317,-0.01781206578016281,-0.09356934577226639,-0.995453417301178,0.6094656586647034,0.16581588983535767,-0.24081572890281677,-0.011164374649524689,0.013582766056060791,-0.02865546941757202 +287,-0.0025284197654362166,0.15397564095465532,-2.0284619329839035,-0.0024985037744045258,-0.15336793661117554,-0.9881659746170044,0.5422772169113159,0.12415696680545807,-0.24006858468055725,-0.030002720654010773,0.03854554891586304,0.018134236335754395 +288,0.02407155892257192,0.21927209582552248,-2.058920715929093,0.023492921143770218,-0.21751920878887177,-0.975773274898529,0.7479435205459595,0.2849101722240448,-0.3734973073005676,-0.03051196038722992,0.031865522265434265,6.526708602905273e-05 +289,0.04241175145589096,0.2806198599300836,-2.0907670669308516,0.04074055328965187,-0.27695131301879883,-0.9600198864936829,0.30268657207489014,-0.14850667119026184,-0.2579799294471741,0.007980763912200928,-0.026347637176513672,0.0025308728218078613 +290,0.029012709286685753,0.27165027357768656,-2.104330220572593,0.02794487588107586,-0.26832154393196106,-0.9629240036010742,-0.48321449756622314,-0.18028929829597473,0.012373281642794609,0.02196662127971649,-0.06953853368759155,0.08063030242919922 +291,0.011626306260259876,0.21224889181963852,-2.09009356576726,0.011365151964128017,-0.21065886318683624,-0.9774935841560364,-0.38831156492233276,0.028032556176185608,0.2515033781528473,-0.003293246030807495,-0.012287318706512451,-0.012237250804901123 +292,0.0023511449707966678,0.17295807613687966,-2.0747177440569056,0.0023160637356340885,-0.17209704220294952,-0.9850772619247437,-0.4181274175643921,-0.09400375187397003,0.12334935367107391,-0.02297646552324295,0.022667735815048218,-0.006652414798736572 +293,0.006940661961447271,0.16431596554078162,-2.0687353577889707,0.006847119424492121,-0.16357754170894623,-0.9865067005157471,0.0666826069355011,0.011643488891422749,0.006699723657220602,-0.004161573946475983,0.020633220672607422,-0.04420924186706543 +294,0.004596774357564034,0.17028895474498776,-2.070660203002424,0.004530270118266344,-0.16946713626384735,-0.9855254292488098,0.16185319423675537,0.007083402946591377,0.0068108937703073025,0.0036484450101852417,-0.006680339574813843,-0.0063111186027526855 +295,0.008945918097745732,0.18883921920230046,-2.0668258511030273,0.008786767721176147,-0.18771888315677643,-0.9821835160255432,0.12749335169792175,0.007663607597351074,0.015252728946506977,-0.008802026510238647,0.0034537315368652344,-0.007013261318206787 +296,0.00775430370275342,0.1892624679314036,-2.072540370026421,0.007615760900080204,-0.1881345808506012,-0.9821137189865112,-0.08155908435583115,0.016344301402568817,-0.051386572420597076,0.0024855579249560833,-0.017950594425201416,0.029599130153656006 +297,0.009998036804797064,0.18260396984027974,-2.0724225785389963,0.009831647388637066,-0.18159087002277374,-0.9833250045776367,-0.07767118513584137,0.002162111923098564,-0.05076127499341965,-0.009907939471304417,-0.0002938956022262573,-0.022503793239593506 +298,0.010379549643607554,0.1755891296155293,-2.073138189378444,0.010219767689704895,-0.17468823492527008,-0.9845707416534424,-0.1248566061258316,0.001082349568605423,-0.03565549850463867,-0.012218669056892395,0.0029200613498687744,0.004834413528442383 +299,0.010127192491115827,0.16478949154340425,-2.0757162990276647,0.009989827871322632,-0.16404467821121216,-0.9864023327827454,-0.036447539925575256,0.012980235740542412,-0.058355771005153656,-0.016184896230697632,0.012051880359649658,-0.015581309795379639 +300,0.012867042465414289,0.16632780654497475,-2.078740504950317,0.012689119204878807,-0.1655619591474533,-0.9861177802085876,-0.03130444511771202,-0.02476181648671627,0.049065761268138885,0.009497158229351044,-0.017390921711921692,-0.014614641666412354 +301,0.011029799636685727,0.16247304619542896,-2.079056930093082,0.010884319432079792,-0.1617591828107834,-0.9867702126502991,0.011336950585246086,0.023434486240148544,-0.00045901560224592686,-0.0050402069464325905,-0.00582808256149292,0.0015865564346313477 +302,0.012369798448698734,0.1642364351026252,-2.078591606723678,0.012203033082187176,-0.16349908709526062,-0.9864680171012878,-0.03704553842544556,-0.013634949922561646,-0.0004888852126896381,-0.010463528335094452,0.00444146990776062,0.006609618663787842 +303,0.012483483813711439,0.1628067908121196,-2.0773190204835847,0.012318084947764874,-0.1620885133743286,-0.9866993427276611,-0.01265630405396223,0.02206219919025898,-0.012729674577713013,-0.004703953862190247,0.0004216432571411133,-5.602836608886719e-05 +304,0.013845962333072859,0.163259236099918,-2.0735717067209243,0.013661413453519344,-0.16253496706485748,-0.9866082072257996,0.032411955296993256,-0.018513359129428864,0.03545024245977402,-0.004292517900466919,0.006971612572669983,-0.02384406328201294 +305,0.015182844843416225,0.1722629508129668,-2.07393816669228,0.014957554638385773,-0.17141224443912506,-0.9850858449935913,0.06714698672294617,0.015762943774461746,-0.0032181735150516033,-0.010517247021198273,0.001154676079750061,0.01596963405609131 +306,0.016418616607589434,0.16950813414208643,-2.0769599728147012,0.01618257537484169,-0.1686975508928299,-0.9855350255966187,-0.03919738158583641,0.04225727915763855,-0.03396889939904213,-0.0026785433292388916,-0.005481526255607605,0.005981802940368652 +307,0.016171988251298085,0.16635710616283772,-2.0767123559665377,0.015948031097650528,-0.16559085249900818,-0.9860655665397644,0.00048061553388834,0.007485796697437763,0.04549127817153931,0.004590295255184174,-0.010205656290054321,-0.013354599475860596 +308,0.016393810175235626,0.17290111253463375,-2.0751650805210526,0.016148651018738747,-0.1720409244298935,-0.9849574565887451,0.09691478312015533,0.0073382118716835976,0.038942981511354446,0.0006665363907814026,0.008695587515830994,0.003084897994995117 +309,0.01750627328618971,0.17316893040011921,-2.077442744391199,0.017243564128875732,-0.17230474948883057,-0.984892725944519,-0.046809859573841095,0.015101016499102116,-0.03679957240819931,0.0022266488522291183,-0.00506339967250824,0.009459435939788818 +310,0.018315071958901127,0.17498307343347688,-2.077979059687034,0.01803438365459442,-0.17409147322177887,-0.9845643043518066,0.05136772617697716,0.014186466112732887,0.015329614281654358,0.00821073167026043,-0.014140933752059937,-0.003442227840423584 +311,0.01786132150140807,0.17788355196741615,-2.0735703149217577,0.017578542232513428,-0.17694692313671112,-0.9840633869171143,0.021179918199777603,-0.029725853353738785,0.03615836054086685,-0.003464164212346077,0.012426674365997314,-0.011526763439178467 +312,0.015777662111669703,0.17800607273111177,-2.0754887968911686,0.015527710318565369,-0.17706750333309174,-0.984076201915741,0.04870372638106346,0.018245890736579895,-0.05894111096858978,-0.010904297232627869,0.002735838294029236,0.010504424571990967 +313,0.0146917496491934,0.180106724974584,-2.078186337906845,0.0144535843282938,-0.1791345775127411,-0.9837183952331543,-0.039698950946331024,-0.008949300274252892,0.07772396504878998,0.011944121681153774,-0.02792719006538391,0.005797922611236572 +314,0.015871862772592504,0.1848182452456102,-2.0754691655506092,0.015600904822349548,-0.1837678700685501,-0.9828458428382874,0.06168020889163017,0.02795802429318428,-0.029810991138219833,-0.02289460599422455,0.01940019428730011,0.0061612725257873535 +315,0.01750363924394213,0.18621266446741044,-2.079595343942747,0.0172001663595438,-0.18513837456703186,-0.9825619459152222,0.04283800348639488,0.033516667783260345,-0.09930088371038437,-0.004977874457836151,0.0037113726139068604,-0.007031559944152832 +316,0.017344032345115137,0.18824531068059128,-2.0837252014867707,0.01703678071498871,-0.1871354877948761,-0.9821863770484924,-0.031138716265559196,0.012825989164412022,-0.02870885282754898,0.0001446157693862915,-0.015302866697311401,0.02628427743911743 +317,0.02101422600071197,0.18101867605391284,-2.0851533084210248,0.020669348537921906,-0.1800317019224167,-0.9834436178207397,-0.0372210331261158,0.053690169006586075,-0.03520435839891434,-0.008172400295734406,0.010064050555229187,-0.019135117530822754 +318,0.021911756843259675,0.1832403520720481,-2.0879192035148515,0.021543195471167564,-0.18221662938594818,-0.9830223917961121,0.05374372377991676,0.0012301718816161156,-0.008430982939898968,-0.00022666901350021362,-0.002735152840614319,-0.0016730427742004395 +319,0.023506291605940324,0.18324855062870468,-2.0904905480934715,0.02311059460043907,-0.18222469091415405,-0.982985258102417,0.01377941481769085,0.028561370447278023,0.0029963161796331406,0.01315954141318798,-0.004939600825309753,0.0008533596992492676 +320,0.02382778367795369,0.1867424738682236,-2.0894967089655108,0.023411303758621216,-0.1856589913368225,-0.9823353290557861,0.04826267063617706,-0.009434619918465614,0.01966388337314129,0.003077954053878784,-0.00014728307723999023,-0.006052732467651367 +321,0.024283132671899396,0.19036572543618105,-2.0893030316295405,0.023842116817831993,-0.18921802937984467,-0.9816455841064453,-0.005120772868394852,-0.020505506545305252,-0.03499101102352142,-0.009590411558747292,0.006585597991943359,0.003755629062652588 +322,0.022121234845556382,0.1911785401105236,-2.091023170694177,0.021716436371207237,-0.19001609086990356,-0.9815407991409302,0.013416577130556107,-0.05927252769470215,-0.015211394988000393,0.0070768967270851135,-0.0064255595207214355,-0.008983492851257324 +323,0.01982749180371722,0.19404004611594933,-2.0881972375724054,0.019454119727015495,-0.19282469153404236,-0.981040358543396,0.009310251101851463,-0.006985011510550976,-0.02767970599234104,-0.017348408699035645,0.013488143682479858,0.013297438621520996 +324,0.021204092228108647,0.19675249220590035,-2.0904468414086774,0.020793434232473373,-0.19548551738262177,-0.9804861545562744,0.004743347875773907,0.02500547096133232,-0.03550352528691292,-0.006434917449951172,-0.0011545121669769287,0.003755807876586914 +325,0.02193234245188576,0.19570472813217107,-2.0936604831555874,0.021511947736144066,-0.19445785880088806,-0.9806749820709229,0.01593315228819847,0.020616132766008377,-0.015814967453479767,0.0009642466902732849,-0.009414821863174438,-0.0045392513275146484 +326,0.022035577778763225,0.19557567234440873,-2.0923055657234673,0.021613741293549538,-0.19433125853538513,-0.9806978106498718,-0.01739669218659401,-0.020882422104477882,0.0347239226102829,-0.0014263615012168884,-0.0019272863864898682,-0.011092960834503174 +327,0.02241099308142533,0.19708283029688947,-2.0904678534370627,0.0219753198325634,-0.195809468626976,-0.9803957343101501,0.005486637353897095,-0.011687212623655796,0.01936725527048111,0.002270890399813652,0.002633228898048401,-0.008358538150787354 +328,0.020464373066253122,0.1969384212508736,-2.0901085485112727,0.020067401230335236,-0.19566784799098969,-0.9804648756980896,0.0192478746175766,-0.020931418985128403,0.011442619375884533,-0.005312152206897736,-0.003169417381286621,-0.0078774094581604 +329,0.021080358407451132,0.19706511758912568,-2.0908186263777058,0.020670825615525246,-0.195792093873024,-0.9804275631904602,-0.04309512674808502,0.043370336294174194,0.006363438908010721,-0.0056256577372550964,-0.009698018431663513,0.019886791706085205 +330,0.022369195044830453,0.1941024844512616,-2.0923589666734186,0.02194729819893837,-0.19288595020771027,-0.9809756875038147,0.0002713678404688835,0.013088890351355076,-0.028367316350340843,0.0054117124527692795,0.00172385573387146,-0.010891318321228027 +331,0.022890486613120514,0.1931239025660619,-2.094698592702121,0.022462978959083557,-0.19192565977573395,-0.981152355670929,-0.02915325202047825,0.0032583046704530716,0.004308321047574282,0.006559237837791443,-0.008925780653953552,0.007916271686553955 +332,0.02459367136794395,0.1920953910906064,-2.0949108461208428,0.02413886971771717,-0.19091616570949554,-0.9813094735145569,0.001973469741642475,0.016549207270145416,8.980080019682646e-05,0.0008702855557203293,-0.0003985166549682617,-0.00555264949798584 +333,0.023790559443714387,0.19204140318553511,-2.0943781352306616,0.02335100620985031,-0.19086316227912903,-0.9813388586044312,0.02422322705388069,-0.012196040712296963,0.002617004793137312,-0.0062916819006204605,0.004736468195915222,-0.0024257302284240723 +334,0.02232470196344512,0.19343514635674766,-2.0947307027596582,0.021906519308686256,-0.19223110377788544,-0.9811051487922668,0.0023624016903340816,-0.027067307382822037,-0.0039156596176326275,0.002278663218021393,-0.006163671612739563,-0.005604445934295654 +335,0.021331854936479596,0.19749074467235905,-2.0925266719944404,0.020915620028972626,-0.19620947539806366,-0.9803389310836792,0.029177356511354446,-0.007673077285289764,0.014641357585787773,-0.008708588778972626,0.006710559129714966,0.006095767021179199 +336,0.022167412528147485,0.19692588271648867,-2.09358008083047,0.021737195551395416,-0.19565555453300476,-0.9804317355155945,-0.00046317558735609055,0.023997783660888672,-0.01101196464151144,-0.004525281488895416,-0.005836755037307739,0.0035182833671569824 +337,0.021606184269721475,0.19642494759014578,-2.094441342285811,0.02118906006217003,-0.1951642781496048,-0.9805416464805603,0.05126294493675232,0.024653971195220947,-0.01620422676205635,-0.0014136731624603271,0.006458833813667297,0.004894673824310303 +338,0.022064339871145505,0.19633115670092569,-2.094627516494949,0.02163870260119438,-0.19507229328155518,-0.9805501103401184,-0.038457274436950684,-0.004913522861897945,0.0073645878583192825,-0.0043199751526117325,-0.0030935853719711304,0.0026448965072631836 +339,0.02315696011596417,0.19713660400049565,-2.094377626340941,0.022706413641572,-0.19586220383644104,-0.9803684949874878,-0.011141534894704819,-0.0009663156233727932,-0.0064356704242527485,0.005491830408573151,0.00418129563331604,-0.004754185676574707 +340,0.023587897801157526,0.1980035878314053,-2.0959013273447327,0.023124875500798225,-0.19671231508255005,-0.9801884889602661,-0.001244163140654564,-0.02166600152850151,-0.016032371670007706,0.004737667739391327,-0.003925487399101257,-0.009023547172546387 +341,0.023944215343274764,0.19844779689671724,-2.09723110975988,0.02347203716635704,-0.19714783132076263,-0.9800927639007568,-0.022913997992873192,-0.0006355028599500656,0.0029940512031316757,0.0005452930927276611,-0.008281245827674866,0.002935171127319336 +342,0.02422528313191281,0.19816226894695435,-2.097326063104534,0.02374887280166149,-0.196867898106575,-0.98014235496521,-0.01006158534437418,0.004513177089393139,0.001928207348100841,0.0019927024841308594,0.0013112574815750122,0.005197286605834961 +343,0.024602835070862306,0.1979866165681067,-2.097166978638823,0.024119775742292404,-0.19669568538665771,-0.9801678657531738,0.018052224069833755,0.0067790597677230835,-0.00898701325058937,-0.008403219282627106,0.0018104314804077148,-0.0009722709655761719 +344,0.02323752957383912,0.19692909771179423,-2.0973555432469873,0.022786345332860947,-0.19565871357917786,-0.9804072976112366,-0.021709639579057693,-0.015387482941150665,-0.006116766948252916,-0.0010578334331512451,0.0034284889698028564,-0.0020603537559509277 +345,0.022272833566207732,0.19468763077841267,-2.0972981127335766,0.021850252524018288,-0.19346007704734802,-0.9808648228645325,-0.029981259256601334,-0.0038097663782536983,0.01792503520846367,0.0009463801980018616,-0.0048431456089019775,0.0036309361457824707 +346,0.021692006895216727,0.19188857741419277,-2.096881455115067,0.021292198449373245,-0.19071315228939056,-0.9814148545265198,-0.004800779744982719,0.004195371642708778,-0.0057821450755000114,-0.004354938864707947,0.006722673773765564,-0.009506165981292725 +347,0.022127814818573205,0.19308832114724298,-2.09759356648417,0.021714825183153152,-0.19189073145389557,-0.9811760187149048,0.006881400942802429,-0.0021314029581844807,-0.014478861354291439,-0.002534523606300354,0.0035057365894317627,0.0011650323867797852 +348,0.02310364759281968,0.19347168306838544,-2.0991633792918996,0.022670578211545944,-0.19226695597171783,-0.9810807704925537,-0.00034576281905174255,0.0021676281467080116,0.0026958610396832228,0.005710765719413757,-0.0073332637548446655,-0.001814126968383789 +349,0.023507833550306695,0.194204643736271,-2.098944810252754,0.023063795641064644,-0.19298619031906128,-0.9809303879737854,-0.001482747495174408,-0.0033158077858388424,0.0023894980549812317,-0.0030290037393569946,-0.0009835362434387207,-0.0033072829246520996 +350,0.024339010909814357,0.19490875394909146,-2.0986751831764643,0.023875802755355835,-0.19367702305316925,-0.9807747602462769,0.03037586808204651,0.029261533170938492,-0.0026723667979240417,-0.010432811453938484,0.0075808316469192505,0.005509316921234131 +351,0.03468566301994635,0.22798502556014721,-2.0961370869289166,0.03378135338425636,-0.2260151505470276,-0.9735378623008728,0.7462521195411682,0.3855859935283661,-0.0279488954693079,-0.013990707695484161,0.05119520425796509,0.016537129878997803 +352,0.04820490803672524,0.26395317824070497,-2.105254867008404,0.04651736468076706,-0.2608988583087921,-0.9642447233200073,0.03669000044465065,0.026830323040485382,-0.0768604502081871,-0.004891380667686462,-0.010951757431030273,0.027782320976257324 +353,0.04957481910904178,0.25783747831123743,-2.1123450033693176,0.04791642352938652,-0.2549901008605957,-0.9657557010650635,0.041206225752830505,0.03356633707880974,0.0367286317050457,0.015453331172466278,-0.0376124382019043,-0.022083044052124023 +354,0.052845470941859804,0.2694972436914776,-2.111031748191411,0.050914302468299866,-0.26624685525894165,-0.9625592827796936,-0.05990400165319443,-0.07508207857608795,-0.006285110954195261,-0.002910144627094269,0.00878530740737915,0.012821733951568604 +355,0.04715970286505994,0.25025591340372827,-2.1139824240576086,0.04567370191216469,-0.24765190482139587,-0.9677718877792358,-0.26831749081611633,-0.07511592656373978,-0.053937919437885284,0.0029713213443756104,-0.005735546350479126,0.00784146785736084 +356,0.04149799657079806,0.23446162442951735,-2.1125277024135816,0.040351010859012604,-0.23231936991214752,-0.9718021750450134,-0.07766804099082947,-0.03262465447187424,0.03930780291557312,0.007408991456031799,0.006489291787147522,-0.016372263431549072 +357,0.03865468856519148,0.23153287073332127,-2.113441908350029,0.037613850086927414,-0.22946976125240326,-0.9725887179374695,-0.035437971353530884,-0.02551868185400963,0.00505146523937583,-7.72327184677124e-05,0.004601001739501953,0.0035030245780944824 +358,0.03655586615692601,0.22525123528269178,-2.1172058344174167,0.03562445566058159,-0.22335125505924225,-0.9740868210792542,-0.033056244254112244,-0.033515144139528275,-0.031343162059783936,0.004918143153190613,0.0062339454889297485,-0.01198190450668335 +359,0.032716181532895024,0.2244171363269412,-2.123756611976816,0.03189010173082352,-0.22253815829753876,-0.9744022488594055,0.026990171521902084,0.002393924631178379,-0.018012141808867455,-0.0009300224483013153,-0.005275547504425049,0.012595057487487793 +360,0.03132179548920461,0.22388091701620716,-2.126637683955542,0.030535109341144562,-0.2220153510570526,-0.9745649099349976,-0.013647903688251972,0.0021255360916256905,-0.035236772149801254,-0.005129225552082062,-0.0016937553882598877,0.010423064231872559 +361,0.029809984006319876,0.2225599179128329,-2.1284465490617976,0.029070433229207993,-0.2207271158695221,-0.9749022722244263,0.026904519647359848,-0.049822647124528885,-0.002116731833666563,0.008237309753894806,0.0018855631351470947,-0.01749885082244873 +362,0.026372679878978327,0.22359173637886082,-2.127685367753647,0.02571321278810501,-0.22173337638378143,-0.9747682213783264,-0.03524141013622284,-0.018400806933641434,0.011634767055511475,-0.006426103413105011,0.001503273844718933,0.02155172824859619 +363,0.026827573319434105,0.22137568923312062,-2.125125015053411,0.02616974152624607,-0.21957194805145264,-0.9752452373504639,-0.014586159028112888,0.01003252249211073,0.017114153131842613,-0.0013742167502641678,0.0017069727182388306,-0.014043033123016357 +364,0.02822254555312329,0.22708740590557788,-2.1224508432886737,0.027494316920638084,-0.22514066100120544,-0.9739382863044739,0.06966732442378998,0.04091354459524155,0.0331307016313076,-0.0014475658535957336,-0.0014370977878570557,0.011490166187286377 +365,0.030014757415638152,0.23008078597879716,-2.1214627668832238,0.02921942062675953,-0.2280561774969101,-0.9732094407081604,-0.010246272198855877,0.020871322602033615,-0.0019753840751945972,-0.00245550274848938,0.003797754645347595,0.0150185227394104 +366,0.03309506502250658,0.22637250264175252,-2.1235628889586318,0.03224482387304306,-0.22444406151771545,-0.973953366279602,0.032182928174734116,0.06698638945817947,-0.03857281431555748,-0.0004455074667930603,0.008135467767715454,-0.01933276653289795 +367,0.03269654939994859,0.23301547495484767,-2.121819061392048,0.03180724009871483,-0.23091255128383636,-0.9724544882774353,0.07965797185897827,-0.0347076952457428,0.07567639648914337,0.012244880199432373,-0.011091843247413635,-0.006244242191314697 +368,0.030716404316029292,0.23649556918981446,-2.1169171155667956,0.029856719076633453,-0.23429718613624573,-0.9717064499855042,0.008927728049457073,-0.008597531355917454,0.02090669423341751,-0.014201201498508453,0.012281805276870728,0.02402883768081665 +369,0.027193742327223807,0.2358326184941822,-2.120358628051941,0.02643776498734951,-0.23365263640880585,-0.9719606637954712,0.03069167584180832,-0.18281811475753784,-0.13700450956821442,0.0014705583453178406,0.022379443049430847,-0.03257119655609131 +370,0.028105919504039775,0.23942884076158932,-2.124798967732004,0.02730056270956993,-0.23714779317378998,-0.9710898995399475,-0.031001616269350052,0.07210308313369751,-0.037208206951618195,-0.0008723437786102295,0.013988018035888672,0.00011211633682250977 +371,0.029058352329347236,0.23800923194369483,-2.126111407940722,0.02823520265519619,-0.23576845228672028,-0.9713990092277527,0.12999939918518066,-0.014397528022527695,0.017777780070900917,-0.004629850387573242,0.008107319474220276,-0.050863564014434814 +372,0.034184941156136905,0.25844032324528166,-2.129987235228775,0.033043213188648224,-0.25557297468185425,-0.9662249088287354,0.10235996544361115,0.08366433531045914,-0.046152301132678986,-0.013817131519317627,0.002383887767791748,0.05631279945373535 +373,0.03111449349364376,0.25159083509050606,-2.1340918823446247,0.03013007342815399,-0.24894502758979797,-0.9680488705635071,0.12155213207006454,0.028210360556840897,0.0015535354614257812,0.012930227443575859,-0.0026723891496658325,-0.02879256010055542 +374,0.03528959411576463,0.2691425817269223,-2.1295932110335474,0.0340120829641819,-0.2659049928188324,-0.9633990526199341,0.182942733168602,0.1130807101726532,0.1530137062072754,0.008620969951152802,-0.02277606725692749,0.013569951057434082 +375,0.036057879281459704,0.287372649173319,-2.1062928821443325,0.03457172214984894,-0.28343358635902405,-0.9583685398101807,0.35568180680274963,0.2509823739528656,0.2048717886209488,0.006886407732963562,-0.0011122822761535645,0.021600961685180664 +376,0.041869252833695594,0.29269277705284497,-2.09493181907712,0.040076859295368195,-0.28853151202201843,-0.9566313028335571,-0.8053824305534363,-0.3614959716796875,0.027255238965153694,-0.01764644682407379,-0.05205991864204407,0.05650007724761963 +377,-0.016669608840462376,0.16796506210437598,-2.0709352885143892,-0.016434255987405777,-0.16717639565467834,-0.9857900142669678,-1.0315221548080444,-0.029253212735056877,0.6496410965919495,0.035614557564258575,-0.023131221532821655,0.04217123985290527 +378,0.031826153352788204,0.14779962215039177,-1.9935440035605085,0.031473856419324875,-0.1472620964050293,-0.9885966181755066,0.036284685134887695,1.1659138202667236,1.1856027841567993,0.012959737330675125,0.0459742546081543,-0.07938128709793091 +379,0.19200642140574728,0.2172890402776204,-1.8906904411546632,0.18634158372879028,-0.2155832052230835,-0.9585409164428711,1.2406492233276367,1.960633635520935,0.779807984828949,-0.13188296556472778,0.1336435079574585,0.059645652770996094 +380,0.3198500781216373,0.36416816274564395,-1.8217754525699486,0.293804407119751,-0.3561721444129944,-0.8870289325714111,0.7723623514175415,2.677590847015381,-0.1128094270825386,-0.37163951992988586,0.2960067391395569,0.2008565068244934 +381,0.5123828494132309,0.28205220332923747,-1.90645039096565,0.47088363766670227,-0.2783273458480835,-0.8371394276618958,-0.08581055700778961,1.4193583726882935,-0.9045975804328918,0.11966198682785034,-0.053413987159729004,0.13106948137283325 +382,0.5329569410154487,0.36482433990982266,-1.9314626739914715,0.47464367747306824,-0.35678520798683167,-0.8046227097511292,0.05226968228816986,-1.0030426979064941,0.43984416127204895,-0.002689361572265625,-0.0018268227577209473,-0.07937997579574585 +383,0.3392812801949676,0.3528719561131105,-1.924475936863199,0.3123030662536621,-0.34559422731399536,-0.884890615940094,-0.08407968282699585,-3.6953132152557373,-0.4467971622943878,-0.3989882469177246,0.06597691774368286,-0.1533936858177185 +384,0.051115375553975766,0.2360342422886231,-1.9748391899323092,0.04967645928263664,-0.2338486760854721,-0.9710031151771545,-1.4263575077056885,-1.4187151193618774,-1.1239434480667114,0.16797491908073425,0.0273514986038208,0.09954315423965454 +385,-0.11747420530149637,0.130458827992835,-2.0042541948655814,-0.11620823293924332,-0.13008908927440643,-0.9846687316894531,-1.0899035930633545,-1.1797003746032715,0.0629713237285614,0.2891971170902252,-0.08307619392871857,0.11464309692382812 +386,-0.10658711613314009,0.021213395486471102,-2.0415725545524945,-0.10636147856712341,-0.021211804822087288,-0.9941012263298035,-1.0020452737808228,-0.22983881831169128,0.16186025738716125,0.1513291299343109,-0.055188946425914764,-0.05715298652648926 +387,-0.15707993839361814,-0.0810321090043044,-2.0244252359469592,-0.15592145919799805,0.08094345778226852,-0.9844473600387573,-0.5547980666160583,0.14784018695354462,0.06619185209274292,0.05011703073978424,0.05931531637907028,-0.0065498948097229 +388,-0.14067620460169336,-0.15348173268362378,-2.027342261863019,-0.13856443762779236,0.15287984907627106,-0.9784823060035706,-1.1289269924163818,-0.3095966875553131,0.466918021440506,-0.03936830163002014,-0.07882896065711975,-0.03683751821517944 +389,-0.11952795317023927,-0.2063670670703423,-2.009260300497243,-0.11671340465545654,0.2049054056406021,-0.9717981815338135,0.5616196393966675,0.46352654695510864,0.19898883998394012,0.04284560680389404,0.040242284536361694,0.05971932411193848 +390,-0.07278392840351555,-0.1333224273025362,-1.9704957962719483,-0.07207434624433517,0.1329278200864792,-0.9885016083717346,0.4188207983970642,0.20523911714553833,0.12125683575868607,-0.07723290473222733,0.014258459210395813,0.048880696296691895 +391,0.045909387828105684,-0.04250923042785091,-1.9571541253269455,0.045851804316043854,0.04249642789363861,-0.9980438947677612,0.7713910937309265,0.7496106028556824,0.35161545872688293,0.024063963443040848,-0.01123117282986641,-0.0659056305885315 +392,0.0030150491808410606,-0.039589863374693446,-1.924289202106824,0.0030126820784062147,0.039579521864652634,-0.9992119073867798,0.03360811248421669,-0.3914022445678711,0.08034618198871613,0.021691298112273216,0.0007952339947223663,0.08104479312896729 +393,-0.015633043354445417,-0.02678030453463992,-1.9349478828810103,-0.015626801177859306,0.026777103543281555,-0.9995192885398865,0.14086312055587769,-0.023393850773572922,-0.0792694166302681,0.08612240850925446,0.003801509737968445,-0.0001450181007385254 +394,-0.0008075131590877199,0.0027719327988838883,-1.925427492588999,-0.0008075099904090166,-0.0027719291392713785,-0.9999958276748657,0.04475199058651924,0.09532924741506577,-0.029485274106264114,-0.0338452011346817,-0.059422895312309265,0.04308664798736572 +395,-0.0020048920010312062,0.002114640002497489,-1.926364022749948,-0.0020048862788826227,-0.002114638453349471,-0.999995768070221,-0.165487140417099,-0.34669995307922363,0.003123536938801408,0.006048465147614479,-0.004858627915382385,-0.016666829586029053 +396,-0.0010169738035995023,0.00043411203903185095,-1.9263789637990094,-0.0010169735178351402,-0.00043411203660070896,-0.9999994039535522,-0.03527499735355377,-0.07334386557340622,0.0016083274967968464,-0.00470507238060236,-0.008019257336854935,0.001235365867614746 +397,-0.0012449214583379164,0.0012333708099063478,-1.9263600484547436,-0.0012449201894924045,-0.0012333705089986324,-0.9999984502792358,0.002978636883199215,0.0005883630365133286,0.0011867736466228962,-0.005529982037842274,-0.004076688084751368,-0.02598726749420166 +398,-0.0017183624372977156,0.001770712712637843,-1.9263980011047261,-0.0017183589516207576,-0.001770711736753583,-0.9999969601631165,-0.002652440220117569,0.0021218331530690193,-0.0014138934202492237,-0.0019590093288570642,-0.005477213300764561,0.00010377168655395508 +399,-0.0019149787671778372,0.002452658932592442,-1.926399007022231,-0.0019149718573316932,-0.0024526563938707113,-0.9999951720237732,-0.0028382204473018646,0.0003858134150505066,-0.0005304861115291715,-0.003044134471565485,-0.007389262318611145,0.029383599758148193 +400,-0.0023081276094049107,0.002956733459775644,-1.926414110569658,-0.0023081153631210327,-0.0029567291494458914,-0.9999929666519165,0.0020540254190564156,-0.0031505529768764973,-0.0012825967278331518,-0.007442250847816467,-0.0003086517099291086,-0.025412917137145996 +401,-0.002753953937884686,0.003156198504470189,-1.9263499592461264,-0.0027539366856217384,-0.0031561932992190123,-0.999991238117218,0.014996334910392761,-0.010903958231210709,0.0012719569494947791,0.0004040834028273821,-0.006716242991387844,-0.03399008512496948 +402,-0.0029894171323668946,0.003782397772862362,-1.9263462561414173,-0.002989391330629587,-0.0037823887541890144,-0.9999883770942688,-0.04813968017697334,0.00019714981317520142,0.002028148155659437,-0.0087598767131567,-0.0065935878083109856,0.008716404438018799 +403,-0.0031394950082156764,0.004141810000174984,-1.9263760920463187,-0.00313946302048862,-0.004141798242926598,-0.999986469745636,0.009716978296637535,-0.0014118836261332035,-0.0007423690985888243,0.0028190286830067635,0.002707472536712885,0.07663142681121826 +404,-0.00349870860507203,0.00432990449135965,-1.9263947848724878,-0.003498668782413006,-0.0043298909440636635,-0.9999845027923584,-0.003397071734070778,-0.001691334880888462,-0.0021429636981338263,0.002445812337100506,-0.0051458170637488365,-0.0313570499420166 +405,-0.0036348220877788417,0.004561861693957816,-1.9263993727947741,-0.003634776221588254,-0.004561845678836107,-0.999983012676239,-0.00355534628033638,-0.0007501579821109772,0.0003912022802978754,-0.01174608338624239,0.0018610400147736073,-0.017320454120635986 +406,-0.004015221128878314,0.004889810598392862,-1.9264101525831796,-0.004015162121504545,-0.004889790900051594,-0.9999799728393555,-0.0032668309286236763,0.0005939770489931107,-0.001395701663568616,0.006044581066817045,-0.007713968399912119,-0.01884937286376953 +407,-0.0036940350914168875,0.005425086246278465,-1.926414902469029,-0.003693972248584032,-0.005425059702247381,-0.9999784827232361,-0.0008628601208329201,-0.002131971064954996,0.0021030253265053034,-0.004179562442004681,-0.0007242322899401188,0.027429044246673584 +408,-0.004304744153715193,0.005258514231408855,-1.9263269049261034,-0.004304671194404364,-0.005258489865809679,-0.9999769330024719,0.004318804480135441,0.004159329459071159,-0.0028207991272211075,-0.005659318063408136,0.0029238956049084663,-0.018089473247528076 +409,-0.004251227760626572,0.005514419811637399,-1.9263253060878063,-0.004251150414347649,-0.005514391697943211,-0.9999757409095764,-0.0009879469871520996,-0.0002485993318259716,0.0006748641608282924,0.006341604981571436,-0.009744396433234215,0.009222626686096191 +410,-0.00426745796476252,0.005892740617453957,-1.9262818066297827,-0.004267370793968439,-0.005892706569284201,-0.9999735355377197,0.001923669595271349,-0.0020680157467722893,0.0025289810728281736,-0.010442102327942848,-0.0006227968260645866,-0.014674901962280273 +411,-0.004742737255988842,0.005812993462112049,-1.9262933039263475,-0.004742639139294624,-0.005812960676848888,-0.999971866607666,-0.002047174610197544,0.0013999752700328827,-0.0006349749164655805,0.004391687456518412,0.0001519499346613884,0.0004143714904785156 +412,-0.004357750822392264,0.006043698373277065,-1.926278394838164,-0.004357657395303249,-0.006043661385774612,-0.9999722242355347,0.0016633346676826477,0.001560538075864315,-0.003202187828719616,-0.0030581136234104633,-0.0036151516251266003,0.0021848082542419434 +413,-0.004802685114241145,0.0061642966675904244,-1.926272938997991,-0.004802575334906578,-0.006164257414638996,-0.999969482421875,0.0018344144336879253,1.955125480890274e-05,-0.0002146763727068901,-0.005634436383843422,0.0012509273365139961,-0.0068817138671875 +414,-0.0046798224489073125,0.006236542667391715,-1.9263001632751755,-0.0046797143295407295,-0.006236502435058355,-0.9999696016311646,-0.0013784859329462051,0.0006828447803854942,0.0016212763730436563,0.009409939870238304,-0.0016675502993166447,-0.0019224882125854492 +415,-0.004518004174178694,0.006381923964853458,-1.9263121294735859,-0.004517896566540003,-0.00638188049197197,-0.9999694228172302,-0.0010109860450029373,-0.0026012654416263103,-0.0009886431507766247,-0.00880302581936121,-0.0006066444329917431,-0.004821836948394775 +416,-0.00501195244929962,0.006526183291141498,-1.9262960743066593,-0.005011824890971184,-0.0065261367708444595,-0.9999661445617676,0.0018949424847960472,0.0006083985790610313,-0.0006720549426972866,0.0013649743050336838,-0.0030258651822805405,-0.0008730888366699219 +417,-0.00466900828143038,0.006729513360000975,-1.9263530999100162,-0.004668885376304388,-0.0067294626496732235,-0.9999664425849915,0.0010796431452035904,0.0014904681593179703,-0.001263163983821869,0.004226381424814463,0.0004886183887720108,-0.0013152360916137695 +418,-0.004936040489956044,0.006761055375992617,-1.9263615336934183,-0.004935907665640116,-0.006761003751307726,-0.9999649524688721,0.002040633000433445,0.0016322238370776176,0.002138463081791997,-0.009025884792208672,-0.0003801090642809868,-0.00508570671081543 +419,-0.00516306832757292,0.007001012927149172,-1.9264030029888999,-0.0051629189401865005,-0.007000955753028393,-0.9999621510505676,0.00033800676465034485,0.0008534779772162437,0.001293718465603888,0.005910599138587713,-0.003817525692284107,-0.002265632152557373 +420,-0.004912282766729751,0.007153233716986654,-1.926370856749785,-0.004912137519568205,-0.0071531725116074085,-0.999962329864502,0.0008110757917165756,-0.00035205017775297165,0.001755331875756383,-0.0017254352569580078,0.0013243160210549831,-0.0031198859214782715 +421,-0.005256671365734265,0.007174928039361233,-1.926409795295129,-0.005256511736661196,-0.007174866273999214,-0.9999604225158691,0.0028339182026684284,3.512762486934662e-05,0.0011366966646164656,-0.00438704201951623,0.0013765268959105015,-0.000756680965423584 +422,-0.005144323722780356,0.007337266739794022,-1.926373481924399,-0.005144162569195032,-0.0073372009210288525,-0.9999598264694214,0.003452765289694071,0.0019481154158711433,-0.00029465160332620144,0.007432981394231319,-0.00474775955080986,-0.003198683261871338 +423,-0.004996406084649835,0.007431643025214972,-1.926414821590323,-0.004996247123926878,-0.007431574631482363,-0.9999598860740662,-0.001550605520606041,-0.0017057284712791443,0.0008141136495396495,-0.008446745574474335,0.00361687783151865,-0.0019168853759765625 +424,-0.005410712208152619,0.0073836180488031245,-1.9264339676372833,-0.005410538520663977,-0.007383550982922316,-0.9999580979347229,-0.002208142541348934,0.002098062075674534,0.00045871862675994635,0.0033658607862889767,-0.0028550964780151844,-0.0021628737449645996 +425,-0.005036292986921841,0.007603901016511934,-1.926430821496716,-0.0050361258909106255,-0.007603827863931656,-0.9999583959579468,0.0004899827763438225,0.0014226865023374557,0.001711288932710886,0.00026012491434812546,-0.002268608659505844,-0.0025745630264282227 +426,-0.005233700576548494,0.007565623870351516,-1.9264195866862384,-0.005233526695519686,-0.007565551903098822,-0.9999576807022095,-0.0014789225533604622,0.0011441418901085854,-0.0017646615160629153,-0.005325555335730314,0.0010958248749375343,-0.0038570165634155273 +427,-0.005211509457709535,0.007518521801929414,-1.9264385112470859,-0.005211338400840759,-0.007518451195210218,-0.9999581575393677,-0.0022564390674233437,0.0018170364201068878,-0.0008415058255195618,0.004631504416465759,-0.0007365536876022816,-0.0022543668746948242 +428,-0.0050723592352092586,0.007589818691094162,-1.9264496025429017,-0.00507219135761261,-0.0075897458009421825,-0.999958336353302,0.00013586878776550293,0.0031424639746546745,0.000550396740436554,-0.00330488383769989,-0.00032956572249531746,-0.002711951732635498 +429,-0.005315951419710196,0.007599200129188128,-1.926438948301204,-0.005315772723406553,-0.007599127013236284,-0.9999570250511169,-0.000988490879535675,-0.0030943378806114197,0.0005792168667539954,-0.00020790891721844673,-0.0009305360727012157,-0.007672369480133057 +430,-0.005157997919532936,0.007601591163050092,-1.9264659128328971,-0.005157826002687216,-0.0076015181839466095,-0.999957799911499,4.54392284154892e-06,0.0032282350584864616,0.0008987045148387551,0.002701160963624716,0.00010945228859782219,-0.0018274784088134766 +431,-0.005292657531645652,0.007565532966021374,-1.9264592444500759,-0.005292481277137995,-0.007565460633486509,-0.9999573826789856,0.0003217943012714386,0.00023176055401563644,-0.001257699797861278,-0.003908568527549505,0.00036331266164779663,-0.0022398829460144043 +432,-0.005366202774536302,0.007698118398771573,-1.9264759255672825,-0.005366018041968346,-0.007698042318224907,-0.999955952167511,0.0012612706050276756,0.001096826046705246,-0.0018544811755418777,0.003153494093567133,-0.0018844762817025185,-0.004194378852844238 +433,-0.005236507718889989,0.007689630587597079,-1.9265140984444367,-0.005236329045146704,-0.007689554709941149,-0.9999567270278931,-0.0029379678890109062,-0.0003689476288855076,-0.0017120307311415672,-0.0024235835298895836,0.0023032021708786488,-0.0023626089096069336 +434,-0.005417714149446359,0.0075829602830669056,-1.9265303400799834,-0.005417531821876764,-0.007582887541502714,-0.9999565482139587,0.004652104806154966,-0.0004739840514957905,-0.0003622504882514477,-0.0007927948608994484,-0.0018470436334609985,-0.006391048431396484 +435,-0.00533958698090972,0.007725399748684225,-1.926505666819358,-0.005339402239769697,-0.007725323084741831,-0.9999558925628662,0.002343968953937292,-0.000728838611394167,-0.0009349697502329946,0.0016467752866446972,-0.002101337071508169,-0.004545450210571289 +436,-0.005341866033422748,0.00767135483551516,-1.9265143018981643,-0.005341683514416218,-0.007671279367059469,-0.9999563097953796,0.00027111824601888657,0.0010383948683738708,-0.002501607174053788,-0.003294791094958782,0.0023764795623719692,-0.007749378681182861 +437,-0.005416131436304173,0.0077106228549094,-1.9265357209281115,-0.005415943916887045,-0.007710546255111694,-0.9999555945396423,0.0016076243482530117,-0.0018055662512779236,0.00027649407275021076,0.002272633370012045,-0.0016430909745395184,0.000642240047454834 +438,-0.005353517725457011,0.007754061723814088,-1.9265180010450864,-0.005353331100195646,-0.007753984071314335,-0.9999555945396423,0.002651205752044916,-0.0011113421060144901,0.0007670598570257425,-0.0009943251498043537,0.00036873016506433487,-0.003340303897857666 +439,-0.005469771849118652,0.00768689836131924,-1.9265638172646646,-0.005469582974910736,-0.007686822675168514,-0.9999554753303528,0.0026569664478302,0.0004360424354672432,0.001561953453347087,-0.0002829800359904766,0.0010187323205173016,-0.0028520822525024414 +440,-0.0053845527110618786,0.007743346191470457,-1.926552269809153,-0.005384365096688271,-0.0077432687394320965,-0.9999555349349976,-0.001036372035741806,0.0003954777494072914,9.435112588107586e-05,0.00028792954981327057,-0.0019308035261929035,-0.0034776926040649414 +441,-0.005364624224568269,0.007731283357651862,-1.92654054098288,-0.0053644380532205105,-0.007731206249445677,-0.9999557137489319,-0.000896744430065155,-0.0011270642280578613,-3.6555808037519455e-05,-0.0009069237858057022,0.002222783397883177,-0.0032638907432556152 +442,-0.005439916996477694,0.007690497206775496,-1.92655192050946,-0.005439729429781437,-0.0076904213055968285,-0.9999556541442871,0.0007800431922078133,-0.0001356806606054306,0.00013454828877002,-0.0004043867811560631,-0.0008850176818668842,-0.0021500587463378906 +443,-0.005457793192539083,0.007708639992610577,-1.926593498689531,-0.0054576038382947445,-0.007708563469350338,-0.999955415725708,-0.0028357598930597305,0.0008095148950815201,-0.0009649140993133187,0.0006968616507947445,-0.0003480766899883747,-0.003859281539916992 +444,-0.0049891144479254,0.007281963894738158,-1.92663410516306,-0.004988961387425661,-0.007281899452209473,-0.9999610185623169,0.00022788159549236298,-0.0040800427086651325,-6.497034337371588e-05,-0.0004584258422255516,-0.00219380808994174,-0.00693589448928833 +445,-0.005133157141239527,0.007341684437270937,-1.9265721011691002,-0.00513299647718668,-0.007341618649661541,-0.9999598860740662,-0.0011578435078263283,0.0008550779893994331,3.091827966272831e-05,0.0017302865162491798,-0.004392390605062246,0.007955491542816162 +446,-0.005150147542698557,0.007426556426597262,-1.9265698281919095,-0.0051499828696250916,-0.0074264882132411,-0.9999591708183289,0.004138484597206116,-0.0032397634349763393,-0.0009244175744242966,0.01586165279150009,-0.014912379905581474,-0.0003765225410461426 +447,-0.00456950978504852,0.007452792413114243,-1.9266422821282865,-0.004569367039948702,-0.007452723570168018,-0.999961793422699,-0.018587786704301834,0.0036285342648625374,-0.0005870593013241887,-0.011757537722587585,0.005957362242043018,0.0028151869773864746 +448,-0.00521309955259281,0.006786975315790243,-1.9266436108911023,-0.005212956108152866,-0.006786923389881849,-0.9999634027481079,0.0002560773864388466,0.0022267522290349007,-1.6461126506328583e-07,0.002954654861241579,0.0024381685070693493,-0.00510251522064209 +449,-0.004627114191042685,0.007265631388841318,-1.92663709952486,-0.004626975394785404,-0.007265567313879728,-0.9999629259109497,-0.0006115967407822609,0.00014598388224840164,0.0008393734460696578,-0.004894508980214596,-0.007474422920495272,-0.008810877799987793 +450,-0.0051911726014729105,0.007192315948477679,-1.9266455591099039,-0.0051910150796175,-0.007192254066467285,-0.9999606609344482,-2.019200474023819e-05,-0.0008479021489620209,-0.0011660109739750624,-0.0062225591391325,0.004232048988342285,-0.009957551956176758 +451,-0.004977559135930303,0.0070484100189339375,-1.9266300987423715,-0.004977414850145578,-0.007048351690173149,-0.9999627470970154,-0.001450863666832447,0.0002551637589931488,-0.0009723754483275115,0.009570310823619366,-0.0020001097582280636,-0.0017919540405273438 +452,-0.004887798698886619,0.0073004511716245335,-1.9266631872848379,-0.004887648858129978,-0.00730038620531559,-0.9999614357948303,-0.00038268137723207474,-0.0010754289105534554,-0.002300569321960211,-0.006800583563745022,-0.00591372512280941,0.005164682865142822 +453,-0.005289673559937778,0.007358518994374382,-1.9266974339119967,-0.005289505701512098,-0.007358452770859003,-0.9999589323997498,0.002255896106362343,-0.0002988344058394432,0.0005940509727224708,0.0010933387093245983,0.004321953281760216,-0.006419241428375244 +454,-0.005031052611895444,0.007082946119944477,-1.9267006249155116,-0.005030905362218618,-0.00708288699388504,-0.9999622702598572,-0.001371988095343113,0.0008454769849777222,-0.0006948438240215182,0.004832540638744831,0.002718872856348753,-0.00043445825576782227 +455,-0.005207838437937798,0.007302176827796066,-1.9266544292519086,-0.005207675974816084,-0.007302111946046352,-0.9999597668647766,-0.0012453552335500717,0.0018429001793265343,0.0016782821621745825,-0.007640223950147629,-0.005835705436766148,-0.0036260485649108887 +456,-0.005415517933242929,0.007490502108386718,-1.9266741476032379,-0.0054153394885361195,-0.0074904318898916245,-0.999957263469696,0.002268731128424406,-0.0030407020822167397,0.0004841146292164922,0.006651301868259907,4.4143758714199066e-05,-0.00654292106628418 +457,-0.0051516219740313654,0.00735512876499337,-1.9266319997800774,-0.005151459947228432,-0.007355062291026115,-0.9999597072601318,-0.003101908601820469,0.005236458964645863,0.0015293870819732547,-0.0022490527480840683,0.010010091587901115,0.010289907455444336 +458,-0.005485736197817607,0.007200177048093224,-1.9266444534823817,-0.005485566332936287,-0.007200114894658327,-0.9999590516090393,0.0013707363978028297,-0.0013904240913689137,-0.0016525377286598086,-0.005622832104563713,-0.00479329377412796,0.06049066781997681 +459,-0.005363232603512827,0.007313450443272086,-1.9266070692221366,-0.005363063421100378,-0.0073133851401507854,-0.999958872795105,-0.008865589275956154,-0.008808714337646961,0.0008352401200681925,0.002601222600787878,-0.0013841246254742146,-0.05573570728302002 +460,-0.005283330235536231,0.007179018287149904,-1.9266173585140185,-0.005283169448375702,-0.007178956642746925,-0.9999603033065796,-0.005581711418926716,-0.004066368564963341,0.0016378038562834263,-0.004162020515650511,0.006324464455246925,-0.01827394962310791 +461,-0.005566404919327711,0.007142203013204767,-1.9266361626618302,-0.0055662342347204685,-0.00714214239269495,-0.9999589920043945,-0.028848815709352493,-0.014885321259498596,-0.002020052168518305,0.0010191150940954685,-0.0004872521385550499,0.05196094512939453 +462,-0.005443641894114066,0.007399871990014214,-1.9265997544454194,-0.005443465895950794,-0.007399804424494505,-0.999957799911499,0.02263224869966507,0.011766621842980385,-0.0010318085551261902,-0.0022469637915492058,-0.011276952922344208,-0.016262292861938477 +463,-0.0055684376673970715,0.007514801659407448,-1.9265504810540295,-0.005568251479417086,-0.007514731027185917,-0.9999562501907349,0.008641066960990429,-0.0040751914493739605,0.0002819262444972992,-0.0016644145362079144,0.003547445870935917,0.013826489448547363 +464,-0.0055757164214218944,0.007040593659958969,-1.9265805568778391,-0.0055755493231117725,-0.007040535565465689,-0.9999596476554871,-0.00834380928426981,-0.004326686263084412,0.0036916243843734264,0.00562132615596056,-0.0014280923642218113,-0.030130624771118164 +465,-0.005508825052267693,0.007392815511401676,-1.9265557634408212,-0.005508646834641695,-0.007392748259007931,-0.9999575018882751,-0.0025530848652124405,-0.0012609944678843021,0.0015614483272656798,-0.004730000626295805,-0.00872053299099207,-0.027569353580474854 +466,-0.005737992463258082,0.00736727537724116,-1.9265655728851008,-0.005737805273383856,-0.0073672086000442505,-0.9999564290046692,0.0015037618577480316,-0.00022488506510853767,-0.0023718716111034155,7.679453119635582e-05,0.0068026334047317505,0.01063758134841919 +467,-0.005516775916375978,0.00704346006183265,-1.9265591073943846,-0.005516611039638519,-0.007043401710689068,-0.9999600052833557,0.002325446344912052,0.0008244235068559647,0.00012225250247865915,0.005638681352138519,0.0006041927263140678,-0.005487382411956787 +468,-0.005630704980682958,0.007340510334807669,-1.9265463270792162,-0.005630523432046175,-0.007340444251894951,-0.9999572038650513,-0.0015244027599692345,-0.00015741679817438126,-0.0011321587953716516,-0.005935638211667538,-0.002974497154355049,-0.01102912425994873 +469,-0.005623218123449595,0.0071922444670596735,-1.9265293269620138,-0.0056230430491268635,-0.00719218235462904,-0.999958336353302,-0.0003174757584929466,0.003002636134624481,-0.0008919208776205778,0.0057603721506893635,0.00510172825306654,-0.006541907787322998 +470,-0.0054282931258290935,0.007209580338123168,-1.9265745178693743,-0.005428125616163015,-0.007209517993032932,-0.9999592900276184,-0.0016417652368545532,0.0004399539902806282,0.00011133833322674036,-0.001743505708873272,-0.0017779087647795677,-0.005091369152069092 +471,-0.005681450848325699,0.007433250188607682,-1.926562102324068,-0.005681263282895088,-0.007433181628584862,-0.9999562501907349,0.0015841214917600155,0.0009419592097401619,0.0007491456344723701,-0.002070201560854912,-0.0016000214964151382,-0.00019633769989013672 +472,-0.005490367964581068,0.007362760747930487,-1.9265255921221185,-0.005490191746503115,-0.007362694013863802,-0.999957799911499,-0.0013456465676426888,-0.0027526794001460075,0.0002036134246736765,0.0036591370590031147,0.0015796138904988766,-0.003078639507293701 +473,-0.005366092335266792,0.007329017941753867,-1.9265561191195772,-0.0053659225814044476,-0.007328952196985483,-0.9999587535858154,-0.000492878258228302,-0.0016141249798238277,0.0005510863848030567,-0.0038046096451580524,0.0018052705563604832,-0.0002548694610595703 +474,-0.005624619937023862,0.007361638265100855,-1.9265629832687234,-0.00562443770468235,-0.00736157177016139,-0.9999570846557617,0.0005017947405576706,0.00048740021884441376,-0.0005262213526293635,0.0014130119234323502,-0.0035026860423386097,-0.0007143020629882812 +475,-0.005443006565990213,0.007418316725448567,-1.9266426891176311,-0.005442829802632332,-0.007418248802423477,-0.9999576807022095,-0.0005301386117935181,-0.001962798647582531,-1.5684403479099274e-05,0.0011703688651323318,0.003084752708673477,-0.0034145116806030273 +476,-0.005496962171259082,0.007235275382338396,-1.9266440423261497,-0.005496790632605553,-0.007235212251543999,-0.9999586939811707,-0.001016915775835514,0.0007121879607439041,-0.0017996469978243113,-0.00246829679235816,0.002413435373455286,-0.0025742053985595703 +477,-0.005515685394650532,0.007330915545504295,-1.9266274932793939,-0.005515509285032749,-0.007330849766731262,-0.9999579191207886,-0.001889689825475216,-0.0007360493764281273,-0.0006007186602801085,0.001960211433470249,-0.0038385833613574505,-0.0031396150588989258 +478,-0.005454774957448615,0.00748870317441099,-1.9266155215725664,-0.005454594735056162,-0.007488633040338755,-0.9999570846557617,-0.00015463493764400482,-0.0003280532546341419,2.118549309670925e-05,-0.0015949658118188381,0.0026210793294012547,-0.0022859573364257812 +479,-0.005576636056494582,0.007295928284726186,-1.926577940560198,-0.0055764587596058846,-0.007295863702893257,-0.9999578595161438,-0.0005616554990410805,-0.0006624255329370499,-1.1157011613249779e-05,0.0015633972361683846,-0.0005166362971067429,-0.002819240093231201 +480,-0.005471416770625293,0.007429134222236197,-1.9265723090491047,-0.005471238400787115,-0.007429066114127636,-0.9999574422836304,-0.002486185170710087,-0.0030341874808073044,0.0005215038545429707,0.0002527330070734024,-0.002611217088997364,-0.003811478614807129 +481,-0.005684046131401964,0.00737767287937019,-1.9265553486477387,-0.005683860741555691,-0.007377605885267258,-0.9999566078186035,0.0003468012437224388,0.0005037430673837662,0.0003366334130987525,-2.2925902158021927e-05,0.003211956936866045,-0.004086911678314209 +482,-0.00482538723884152,0.007293251419310137,-1.9394762286335454,-0.00482524000108242,-0.007293186616152525,-0.9999617338180542,0.0852801725268364,0.18668986856937408,-0.13932952284812927,0.0025821984745562077,-0.11233571916818619,-0.07097631692886353 +483,0.0009372352435731043,0.010206505161374847,-1.9550076339183944,0.0009371862979605794,-0.010206327773630619,-0.9999474883079529,-0.007425730116665363,-0.01635599136352539,-0.02735118567943573,0.07259491831064224,-0.16458310186862946,-0.09279543161392212 +484,-0.004824713451321623,0.008192362256380554,-1.9655455574831355,-0.004824532661587,-0.008192270994186401,-0.9999548196792603,-0.07393902540206909,-0.14750590920448303,-0.4194149971008301,-0.06727324426174164,0.0407087504863739,-0.055220961570739746 +485,-0.00949370777134611,0.00498860887388613,-1.9842572226587027,-0.009493446908891201,-0.004988588392734528,-0.9999424815177917,0.0008780742064118385,0.000977921299636364,0.0032263025641441345,0.015810586512088776,-0.004517637193202972,-0.00036269426345825195 +486,-0.00277013325540058,0.008334683901154447,-1.988963061616106,-0.0027700334321707487,-0.008334587328135967,-0.9999614357948303,0.04475560039281845,-0.05243925005197525,0.06337869167327881,0.20378932356834412,-0.04623084142804146,-0.04332774877548218 +487,-0.008057388657075408,0.008682197413110269,-1.988168699981319,-0.008056998252868652,-0.008682087995111942,-0.9999298453330994,0.04285651445388794,0.4027578830718994,-0.01817932166159153,-0.013763071037828922,0.03997786343097687,0.046133458614349365 +488,0.027481678253897694,0.01149027670346354,-1.995441683391318,0.02747640572488308,-0.01149002369493246,-0.9995564222335815,-0.08670821785926819,-0.05744032934308052,-0.16142261028289795,0.03909768909215927,-0.027282560244202614,-0.08442795276641846 +489,0.0773715255682999,0.013862715271645322,-2.037536769463372,0.07728692889213562,-0.01386227086186409,-0.9969125390052795,0.03200254961848259,0.4851263463497162,-0.5409528017044067,0.02175787091255188,-0.09391056001186371,0.09420257806777954 +490,0.10309719395527679,-0.018247447503840202,-2.06797686967298,0.1028975173830986,0.01824643462896347,-0.9945245981216431,-0.38493624329566956,0.19463597238063812,-0.0163449477404356,0.1533890962600708,0.06695864349603653,0.15504705905914307 +491,0.07859431975573204,-0.11042546232039312,-2.063321780622572,0.07803522795438766,0.11020117998123169,-0.9908411502838135,-1.4027395248413086,-0.2837281823158264,0.10751767456531525,0.08161747455596924,0.0015694424510002136,-0.001407325267791748 +492,0.029315438682905908,-0.2046989285925579,-2.0501261097339336,0.02869928628206253,0.20327238738536835,-0.9787015318870544,-0.3417682945728302,-1.1010303497314453,-0.21231041848659515,-0.07476557046175003,-0.005762621760368347,-0.19709497690200806 +493,-0.04740662369098011,-0.23123003993659347,-2.0784761376234098,-0.046127624809741974,0.22917500138282776,-0.9722916483879089,-0.16694390773773193,-0.42080751061439514,-0.5239649415016174,0.06227141618728638,0.21683940291404724,0.0048386454582214355 +494,-0.12373831012052144,-0.1371322414615145,-2.1450123975009205,-0.12226410955190659,0.13670285046100616,-0.983038067817688,1.1217172145843506,0.01829250156879425,-0.5393257737159729,0.4082290530204773,0.15361088514328003,0.08875095844268799 +495,-0.19337313282039725,-0.04237198597507944,-2.1924147782801744,-0.19199776649475098,0.042359307408332825,-0.9804807901382446,2.5269529819488525,-0.2133861631155014,-1.0637199878692627,0.17074227333068848,0.08257965743541718,0.07845747470855713 +496,-0.18365026747118232,0.16378731223179835,-2.224022772828465,-0.18017563223838806,-0.16305598616600037,-0.9700254797935486,-0.16226692497730255,-0.32715022563934326,0.5868796706199646,0.09210191667079926,-0.00483645498752594,0.28226613998413086 +497,-0.1843327553147164,0.1290068139510994,-2.1490673377049583,-0.1817675232887268,-0.1286492794752121,-0.9748896956443787,0.46691158413887024,0.9361899495124817,-0.18948571383953094,-0.063868448138237,-0.00022645294666290283,0.17703819274902344 +498,-0.13870502427452572,0.09896027168536414,-2.0893667381506837,-0.13758423924446106,-0.09879882633686066,-0.9855502843856812,-0.6752402186393738,0.034112490713596344,0.6822042465209961,-0.36217162013053894,-0.07710449397563934,-0.22181665897369385 +499,-0.17199662459299334,0.0945880533092346,-2.0241812612376733,-0.17038479447364807,-0.0944470688700676,-0.9808408617973328,0.38429224491119385,-0.5998029112815857,-0.0016154618933796883,-0.21178683638572693,0.011485040187835693,-0.030343830585479736 +500,-0.3787047854995639,0.11616632835182295,-1.9972160158829357,-0.3672255575656891,-0.11590523272752762,-0.922882080078125,-0.3086557388305664,-4.00059700012207,0.8255487084388733,-0.1296006143093109,-0.10725454241037369,-0.4185637831687927 +501,-0.755871732247684,0.0007372632916380284,-1.952081559477893,-0.6859230995178223,-0.0007372632389888167,-0.7276737093925476,-0.3235071897506714,-3.841729164123535,0.34827956557273865,0.12699365615844727,-0.008875787258148193,0.10668671131134033 +502,-1.0004211825058524,-0.014954101339903457,-1.952201778522737,-0.8416044116020203,0.014953544363379478,-0.5398874878883362,-0.2677832841873169,-1.5688321590423584,-0.026062481105327606,0.007436871528625488,0.15342718362808228,0.09152323007583618 +503,-1.087523992269717,-0.014060288293274338,-1.9695719526949582,-0.8853915333747864,0.014059824869036674,-0.4646332859992981,-0.2687495946884155,-0.37894463539123535,-0.22253721952438354,-0.018279671669006348,0.12291833758354187,0.13768324255943298 +504,-1.111019075087358,0.020259561379412698,-1.9924361088049412,-0.8959674835205078,-0.02025817520916462,-0.44365745782852173,-0.2949458360671997,0.20712262392044067,-0.17208723723888397,0.1450977325439453,-0.033117055892944336,0.09554344415664673 +505,-1.1195126880575255,0.02515335997732054,-2.0136754938170136,-0.8996034264564514,-0.025150706991553307,-0.4359830915927887,-0.2889958620071411,0.010321852751076221,-0.05578773096203804,0.08859878778457642,0.06406062841415405,0.014642119407653809 +506,-1.133808400006892,0.02014933306326887,-2.0316963467832574,-0.9058466553688049,-0.02014796994626522,-0.4231264591217041,-0.38237062096595764,0.17963631451129913,0.053610581904649734,-0.006339013576507568,0.07152432203292847,0.0883944034576416 +507,-1.116527706003139,0.05339018937965795,-2.048269332704417,-0.8973017334938049,-0.0533648282289505,-0.43817993998527527,0.24111123383045197,0.2459956556558609,-0.6871605515480042,-0.04041182994842529,-0.010310083627700806,0.09395694732666016 +508,-1.090812094463655,0.08941165003506944,-2.0413938235182,-0.8834590315818787,-0.08929256349802017,-0.4599206745624542,0.20905496180057526,0.11825603246688843,0.016078488901257515,-0.018487930297851562,-0.020296066999435425,0.017720937728881836 +509,-1.114896661406441,0.11114273824092012,-2.047700571863723,-0.8923255801200867,-0.11091405898332596,-0.43755385279655457,-0.01755768433213234,-0.38788434863090515,-0.10033418983221054,0.004614889621734619,-0.04663296043872833,0.0338977575302124 +510,-1.2022346147186598,0.07873834987008492,-2.0763155702576603,-0.9299563765525818,-0.07865701615810394,-0.359157919883728,-0.32247984409332275,-0.4963456690311432,0.29641738533973694,0.05129420757293701,0.08772071450948715,0.03440508246421814 +511,-1.2167945718700524,0.04935482704839799,-2.0950482862529003,-0.9368508458137512,-0.04933479055762291,-0.3462320864200592,-0.4472210705280304,0.14625653624534607,0.5496311783790588,-0.040825486183166504,0.11276558041572571,-0.06833398342132568 +512,-1.2298304675215697,-0.03169343389551712,-2.124034667780899,-0.9419589042663574,0.03168812766671181,-0.33422961831092834,-0.357115238904953,-0.07127363979816437,0.6072685718536377,0.07419145107269287,-0.1730150282382965,0.03001508116722107 +513,-1.2511571945828472,-0.08475508785669378,-2.1227492946447364,-0.9459410309791565,0.08465365320444107,-0.3130960464477539,0.4265824258327484,0.1346103549003601,-0.5358679294586182,-0.09599000215530396,-0.09377840906381607,0.020005255937576294 +514,-1.2133763932256172,-0.05376091054641052,-2.1171761134767637,-0.9354490637779236,0.05373501777648926,-0.3493528962135315,-0.5450990200042725,-0.486627459526062,0.73755943775177,0.029595911502838135,-0.025094278156757355,-0.004010111093521118 +515,-1.2245325820823896,-0.02135903360965426,-2.124848279686909,-0.9404327273368835,0.02135740965604782,-0.3393082618713379,0.06403034180402756,-0.1912822723388672,-0.47612446546554565,-0.006985485553741455,0.03276553750038147,0.05216839909553528 +516,-1.2441773690528901,-0.005769188620600225,-2.1328001850047476,-0.9471168518066406,0.005769156385213137,-0.32083725929260254,-0.12857618927955627,-0.040609072893857956,-0.17194470763206482,-0.006343841552734375,-0.0014356374740600586,0.054754436016082764 +517,-1.2197440594643127,0.007702057179505235,-2.161474035182604,-0.9389835596084595,-0.007701980881392956,-0.343875914812088,-0.05156632512807846,0.2241332232952118,-0.013000954873859882,-0.009487509727478027,-0.019153475761413574,0.0136452317237854 +518,-1.1963235979529239,0.007137118795133028,-2.163178915310237,-0.9306769371032715,-0.007137058302760124,-0.365772545337677,0.046904921531677246,0.09013407677412033,0.01664069853723049,0.011868953704833984,-0.015705347061157227,-0.012630164623260498 +519,-1.1987115706509128,0.007058562076427747,-2.166530212633702,-0.9315482974052429,-0.007058503571897745,-0.36354929208755493,-0.013034946285188198,0.07250231504440308,0.01575673185288906,0.02000349760055542,0.011559844017028809,0.008095800876617432 +520,-1.1794723168527932,0.0066708182359626386,-2.166278101295629,-0.924384355545044,-0.006670768838375807,-0.38140422105789185,-0.008433886803686619,-0.05529557913541794,0.010904351249337196,0.020545244216918945,0.015749752521514893,-0.06874531507492065 +521,-1.1966251501564542,0.006254106746636964,-2.1689480752868486,-0.9307926297187805,-0.006254065781831741,-0.3654940128326416,-0.058242157101631165,-0.11157180368900299,-0.025519758462905884,-0.016747593879699707,-0.012239575386047363,0.02032497525215149 +522,-1.1851225273669075,0.00567489593671427,-2.170825229147288,-0.9265303015708923,-0.005674865562468767,-0.37617748975753784,-0.011086045764386654,0.1823371797800064,-0.0032169418409466743,-0.012892305850982666,-0.0006880462169647217,-0.03721362352371216 +523,-1.1794559872878003,0.005023626278333653,-2.1708187842320683,-0.9243869781494141,-0.005023605190217495,-0.3814229369163513,-0.009463534690439701,0.0015549762174487114,-0.0023961144033819437,-8.20159912109375e-05,0.00285685108974576,-0.021424323320388794 +524,-1.1775215524203766,0.00463395427604117,-2.1709399269570437,-0.9236491918563843,-0.004633937496691942,-0.3832111358642578,0.005570827517658472,0.11551304161548615,0.03190825879573822,0.0021404027938842773,-0.009831398725509644,0.0296039879322052 +525,-1.1676212356337698,0.003693149112958243,-2.1681551187074852,-0.9198136329650879,-0.003693140810355544,-0.3923381567001343,0.06230464205145836,0.04494957625865936,0.011358560994267464,-0.004365444183349609,0.01120045781135559,-0.009044289588928223 +526,-1.1725253413534498,0.004325359581734226,-2.1485657902869773,-0.921724259853363,-0.00432534608989954,-0.38782158493995667,0.22503407299518585,-0.08765353262424469,0.10512548685073853,0.0061359405517578125,-0.04642540216445923,0.007633596658706665 +527,-1.1953404239517784,0.008801833782872758,-2.1515453816720282,-0.9303045272827148,-0.008801720105111599,-0.3666825294494629,0.14102312922477722,-0.6041246652603149,0.0427703782916069,-0.018731117248535156,-0.15704607963562012,-0.08195638656616211 +528,-1.2370107761358669,0.007627199357110096,-2.143520616998755,-0.9447814226150513,-0.007627125363796949,-0.3276124596595764,-0.19301748275756836,0.025527387857437134,-0.17390324175357819,0.0077544450759887695,0.057859063148498535,0.10535293817520142 +529,-1.2319914558957217,0.008183492925133441,-2.2011228278447006,-0.9431209564208984,-0.008183402009308338,-0.3323490023612976,-0.1966983526945114,0.04561183229088783,-0.045448388904333115,0.0031032562255859375,-0.028773367404937744,0.008603274822235107 +530,-1.2214652814198323,0.008168438670236111,-2.2047588431205902,-0.9395705461502075,-0.008168348111212254,-0.34225791692733765,-0.009685874916613102,0.07260505110025406,-0.010019253939390182,-0.0050858259201049805,0.006367802619934082,-0.008251667022705078 +531,-1.218514002922004,0.007960915577672785,-2.1992453886871997,-0.9385578632354736,-0.007960831746459007,-0.34502989053726196,-0.0015195421874523163,-0.00022782711312174797,0.012853001244366169,-0.003840148448944092,-0.003025471232831478,0.018919140100479126 +532,-1.207818849502405,0.006683164249116377,-2.1983832126649063,-0.9348228573799133,-0.00668311445042491,-0.35505133867263794,-0.009224695153534412,0.26932796835899353,0.003826441243290901,0.00029838085174560547,0.0037992005236446857,0.026285439729690552 +533,-1.1821155167201631,0.006128982500968193,-2.200676688356179,-0.9253925085067749,-0.006128943990916014,-0.37896087765693665,-0.035468798130750656,0.32555079460144043,-0.008900309912860394,0.0020830631256103516,0.0045420220121741295,-0.006079435348510742 +534,-1.1660421533671885,0.005751581905696654,-2.202703189313632,-0.9191839694976807,-0.005751550197601318,-0.3937862813472748,-0.010344188660383224,0.12777885794639587,-0.00028514862060546875,0.0056403279304504395,0.006453454960137606,-0.007870763540267944 +535,-1.1701932141113325,0.005210462379126665,-2.2022909938056667,-0.9208134412765503,-0.005210438743233681,-0.38996848464012146,0.03556166589260101,-0.14247241616249084,0.014458862133324146,0.001105189323425293,0.0005412399768829346,-0.00029027462005615234 +536,-1.170075932528515,0.005127849846980495,-2.2010521819857467,-0.920768141746521,-0.005127827171236277,-0.3900766670703888,0.0006469767540693283,0.055883992463350296,0.0033185663633048534,-0.011833786964416504,0.002518594264984131,0.009324073791503906 +537,-1.1686064045343116,0.004631751680838566,-2.2011581045722366,-0.9201961159706116,-0.004631734918802977,-0.3914302587509155,-0.0122888945043087,0.08200956881046295,-0.0013550788862630725,0.0022731423377990723,0.004799574613571167,0.015545248985290527 +538,-1.1581496330690577,0.004083924587129079,-2.2026202498001486,-0.9160549640655518,-0.0040839132852852345,-0.4010319113731384,-0.01032942533493042,0.09772063791751862,0.00017187639605253935,0.0008022785186767578,0.0014289021492004395,-0.00027424097061157227 +539,-1.141471159518494,0.003574737713141778,-2.2069624744122143,-0.9092410206794739,-0.0035747301299124956,-0.4162546396255493,-0.0970073938369751,0.331643283367157,-0.03832698613405228,-0.0006710290908813477,0.0020030736923217773,0.025736451148986816 +540,-1.1342079603008355,0.003040355983820166,-2.2082040549946504,-0.906195342540741,-0.0030403512064367533,-0.4228483736515045,-0.0009762849658727646,-0.0019651376642286777,0.001463556312955916,0.003775358200073242,0.0047340989112854,-0.008105635643005371 +541,-1.1391486260358277,0.00289088729137862,-2.2076851768000667,-0.9082738757133484,-0.002890883246436715,-0.4183661937713623,-0.0019316114485263824,-0.008842095732688904,0.0011219644220545888,-0.013067066669464111,0.02429896593093872,0.1049201488494873 +542,-1.1386418884326024,0.0027515453718033227,-2.207692450558138,-0.9080620408058167,-0.0027515417896211147,-0.41882655024528503,0.000568280927836895,0.0035210438072681427,0.001572075649164617,0.0031090974807739258,0.0005237760487943888,-0.003872394561767578 +543,-1.1385729784073089,0.002428928320056047,-2.207744269847677,-0.9080339670181274,-0.0024289258290082216,-0.41888949275016785,0.0003358200192451477,-0.00462653674185276,0.0003205999964848161,-0.0010999441146850586,0.005633264780044556,-0.005777895450592041 +544,-1.1476122754985243,0.0022311981345582137,-2.207588843470327,-0.9117836952209473,-0.002231196267530322,-0.4106646776199341,0.011834034696221352,-0.3280048370361328,-0.001880538766272366,0.006037235260009766,-0.0019039511680603027,-0.04943358898162842 +545,-1.2254852003937025,0.003624497608752035,-2.1979744253248996,-0.9409640431404114,-0.003624489763751626,-0.3384872376918793,0.12562310695648193,-0.8699060678482056,0.028930744156241417,0.010132133960723877,0.0004811882972717285,0.01643526554107666 +546,-1.2419939143912406,0.0036664593703631836,-2.1927999893922174,-0.946423351764679,-0.0036664512008428574,-0.3229076564311981,-0.00044014211744070053,0.11645220965147018,0.0024072700180113316,0.003506481647491455,0.0039716362953186035,0.013077974319458008 +547,-1.2408444650817811,0.00331033714580241,-2.1928601703835984,-0.9460528492927551,-0.003310331143438816,-0.3239957392215729,-0.0009515359997749329,0.008129539899528027,-0.0009553757845424116,-0.0020368099212646484,0.0008994336239993572,-0.003045886754989624 +548,-1.2211402848443007,0.0029732992365644148,-2.1931594325660817,-0.939486563205719,-0.0029732948169112206,-0.3425731956958771,-0.012810790911316872,0.45012471079826355,-0.00023270421661436558,-0.0011568069458007812,-0.0019858181476593018,0.04667478799819946 +549,-1.16776883284427,0.0020987104030347975,-2.1966579134921207,-0.9198758006095886,-0.0020987088792026043,-0.3922041952610016,-0.04903639107942581,0.28467997908592224,-0.0189585629850626,0.004470527172088623,0.009392410516738892,-0.062187254428863525 +550,-1.1690393880958305,0.001926050949347259,-2.201243242590668,-0.9203736782073975,-0.0019260497065261006,-0.391035258769989,-0.007518507540225983,-0.1338493674993515,-0.004285611677914858,-0.00020432472229003906,-0.0021175146102905273,-0.0227983295917511 +551,-1.197731679336077,0.0024417351139915814,-2.2009007099142743,-0.9312120079994202,-0.0024417326785624027,-0.3644699156284332,0.015002230182290077,-0.48108991980552673,-0.0012807503808289766,0.003202974796295166,0.0037387311458587646,-0.01878511905670166 +552,-1.2353109303784278,0.0029069612086320153,-2.199632308766979,-0.9442466497421265,-0.0029069571755826473,-0.32922616600990295,-0.00046249572187662125,0.012847045436501503,-0.0022780667059123516,-0.0014320611953735352,-0.0017927587032318115,0.10040539503097534 +553,-1.1981483185670052,0.002456803669479441,-2.2010214817183495,-0.9313637018203735,-0.0024568012449890375,-0.36408185958862305,-0.02823205664753914,0.6826542019844055,0.0018404944567009807,0.0010659098625183105,0.0039674341678619385,0.027671366930007935 +554,-1.1720856674220355,0.0019922330145136498,-2.202235365913483,-0.921560525894165,-0.0019922317005693913,-0.38822969794273376,0.0006240569055080414,-0.21629539132118225,-0.0004710744833573699,0.0034696459770202637,0.001290351152420044,-0.023894906044006348 +555,-1.212875636683567,0.0025324168656624775,-2.2006664876991167,-0.9366243481636047,-0.00253241416066885,-0.3503263592720032,0.007451820652931929,-0.20082205533981323,-0.0021458258852362633,-0.0020200610160827637,0.0022425055503845215,0.055648624897003174 +556,-1.215829194892946,0.0026535626576470353,-2.200629798065421,-0.9376546144485474,-0.002653559437021613,-0.34755831956863403,0.0005443384870886803,0.02844996564090252,-0.000425660633482039,0.0034963488578796387,0.0013565423432737589,-0.0004489123821258545 +557,-1.1948906673059714,0.002022717401450305,-2.2012951393191207,-0.9301735758781433,-0.0020227159839123487,-0.3671143352985382,-0.008244269527494907,0.17916512489318848,0.0035287272185087204,0.002362966537475586,-0.0006170568522065878,-0.04360648989677429 +558,-1.1935097386759355,0.0019651616085996997,-2.201855421784904,-0.9296659231185913,-0.001965160248801112,-0.3683985769748688,-0.015772823244333267,-0.04919422045350075,-0.006553054787218571,0.002953827381134033,0.0006376502569764853,-0.017038494348526 +559,-1.2113011732288448,0.0020826976498043827,-2.202015337166826,-0.9360724687576294,-0.002082696184515953,-0.35180091857910156,-0.00621538981795311,-0.14797893166542053,-0.0056516206823289394,-5.418062210083008e-05,0.0033949613571166992,0.024271011352539062 +560,-1.2119648212672813,0.00207766785015874,-2.2020685474962067,-0.936305820941925,-0.0020776663441210985,-0.35117965936660767,-0.0003547901287674904,0.009198847226798534,0.0003031297819688916,0.002864658832550049,-0.0002264082431793213,-0.000749051570892334 +561,-1.2119372068475263,0.0021035721391355357,-2.202047369190696,-0.9362961053848267,-0.0021035706158727407,-0.3512054979801178,0.00029007531702518463,-0.0014808448031544685,0.00021929328795522451,0.0005203485488891602,0.00033354759216308594,-0.00432431697845459 +562,-1.211888729759041,0.002024899243402515,-2.202017027596675,-0.9362792372703552,-0.002024897839874029,-0.35125094652175903,0.003470574039965868,0.003450438380241394,0.0009338082745671272,-0.0016939043998718262,0.0010635850485414267,0.004296630620956421 +563,-1.2018897536618947,0.0020086330580997482,-2.2024020153900405,-0.9327203035354614,-0.002008631592616439,-0.36059504747390747,-0.013346153311431408,0.43497541546821594,0.0032109622843563557,0.0008202791213989258,-0.006444722414016724,0.06567317247390747 +564,-1.1834000766562789,0.001778140335289607,-2.203518256189117,-0.9258943200111389,-0.0017781393835321069,-0.3777782618999481,0.0013265335001051426,0.0007640188559889793,-0.0010812353575602174,0.0006014108657836914,0.002846240997314453,0.0026867687702178955 +565,-1.1806609718909349,0.0016102193185841532,-2.2035727817196555,-0.924856424331665,-0.001610218663699925,-0.38031312823295593,-0.0008697584271430969,-0.030521947890520096,0.0008625697810202837,0.004064798355102539,-0.0018382668495178223,-0.01025080680847168 +566,-1.2040471013873753,0.0022449188919128485,-2.2023663103184057,-0.9334955811500549,-0.0022449169773608446,-0.3585818409919739,0.007931805215775967,-0.33300352096557617,0.0029077117796987295,0.0034113526344299316,0.0009479224681854248,0.0025484561920166016 +567,-1.2082184085630339,0.0021074177236238166,-2.2021908822830274,-0.934983491897583,-0.0021074162796139717,-0.3546849489212036,0.00043914373964071274,-0.002152684610337019,0.0022314637899398804,-0.0006701946258544922,0.00044420361518859863,0.0027257204055786133 +568,-1.209751937009981,0.002113889761735468,-2.2021799544095115,-0.9355263113975525,-0.0021138882730156183,-0.3532506823539734,-0.0018917834386229515,0.0006954167038202286,0.0010322558227926493,0.0030006766319274902,-0.0013345775660127401,-0.0020349323749542236 +569,-1.2095894579884363,0.0021010395554414618,-2.20215416665739,-0.9354689717292786,-0.0021010381169617176,-0.353402704000473,0.0018336647190153599,0.001909654587507248,0.001896563684567809,-0.0021836161613464355,-4.648929461836815e-06,0.0012756288051605225 +570,-1.2097113341061905,0.00207450266808323,-2.202065937173234,-0.9355120658874512,-0.002074501244351268,-0.3532887101173401,0.0005646198987960815,0.002370755188167095,0.0034293211065232754,0.002879619598388672,0.0013115406036376953,0.0002155900001525879 +571,-1.2095395355620586,0.0020824724996358936,-2.2021162298542225,-0.9354512691497803,-0.0020824710372835398,-0.35344940423965454,-0.0010839803144335747,0.0007731076329946518,-0.0022315841633826494,0.002620518207550049,-0.0003131625708192587,-0.0026449263095855713 +572,-1.209560432201067,0.0020696494196645954,-2.2021131311775037,-0.9354586601257324,-0.002069647889584303,-0.3534298539161682,-0.0012877117842435837,-0.0013441052287817001,0.00021026050671935081,7.969141006469727e-05,-0.00018864846788346767,0.0034390389919281006 +573,-1.209676708127672,0.002014260013673445,-2.2021090294204657,-0.935499906539917,-0.0020142586436122656,-0.3533211350440979,0.0009063612669706345,-0.0024927817285060883,-0.0009769181488081813,0.0013568997383117676,0.00035104178823530674,-0.0020408332347869873 +574,-1.2095260990177599,0.0019129463528288163,-2.202069588257227,-0.9354469180107117,-0.001912945182994008,-0.3534621298313141,0.001516867894679308,-0.0003874911926686764,0.001453580567613244,-0.0002067089080810547,-0.00022327899932861328,0.0013350248336791992 +575,-1.2097023852859268,0.001973850185828849,-2.2021143061785473,-0.9355090260505676,-0.0019738487899303436,-0.3532971143722534,0.0015252642333507538,0.00022845063358545303,-0.0024147434160113335,-0.00029718875885009766,-0.0003149805124849081,-5.0634145736694336e-05 +576,-1.2095726137343068,0.0019869224681980805,-2.2021087396216332,-0.9354631900787354,-0.00198692106641829,-0.3534185290336609,-0.0021196575835347176,0.0003252653405070305,-0.0024382416158914566,0.002876579761505127,0.00017112516798079014,-0.0019738972187042236 +577,-1.2096117969834996,0.0020217782641507704,-2.202121112919997,-0.9354769587516785,-0.0020217769779264927,-0.35338184237480164,-0.00035170651972293854,0.002088054083287716,0.0010174722410738468,0.003058135509490967,-0.0004959404468536377,0.0035588741302490234 +578,-1.2096055627280138,0.0020291555350781623,-2.2021011659909733,-0.9354748129844666,-0.0020291542168706656,-0.353387713432312,-0.0008965414017438889,0.0002551935613155365,9.759643580764532e-05,-0.00036197900772094727,-0.00016811490058898926,-0.0025082826614379883 +579,-1.209557183739088,0.0019823268182912472,-2.202078722986845,-0.9354578256607056,-0.00198232545517385,-0.3534330129623413,-0.0002581831067800522,-0.0008685486391186714,-0.0006590198026970029,-1.2874603271484375e-05,0.0007311103399842978,0.0001767575740814209 +580,-1.2095857262494636,0.0020214903115463295,-2.2020742631931793,-0.9354677200317383,-0.002021488966420293,-0.35340625047683716,-0.0017477022483944893,0.0009189313277602196,0.0006649065762758255,0.0011873841285705566,-0.00031313300132751465,0.002194702625274658 +581,-1.2094858595340516,0.0021129173349234425,-2.2020699988442516,-0.9354322552680969,-0.002112915739417076,-0.3534995913505554,6.547756493091583e-05,-1.6032718122005463e-05,0.0002956015523523092,-0.0008927583694458008,-0.001091420417651534,-0.00019910931587219238 +582,-1.209467982957677,0.0021011139974451342,-2.202087258698837,-0.9354260563850403,-0.002101112389937043,-0.3535163402557373,-0.003370216116309166,-0.00047962507233023643,0.0005384316900745034,0.0013287663459777832,-0.0006301999092102051,0.0016639232635498047 +583,-1.2094749676754506,0.0020930872451580124,-2.2020731512205685,-0.9354284405708313,-0.0020930857863277197,-0.353509783744812,-0.0010928716510534286,-0.00022208690643310547,0.00011904281564056873,0.0014837980270385742,0.0022151770535856485,-0.0007840096950531006 +584,-1.2094561546219558,0.001985552887658681,-2.202018144399446,-0.9354220628738403,-0.001985551556572318,-0.3535274863243103,-0.0006363494321703911,0.0029892008751630783,0.002183280885219574,0.003216862678527832,0.0020618438720703125,0.0020260214805603027 +585,-1.20940966374267,0.0019429862990858078,-2.202002576411873,-0.9354057908058167,-0.0019429851090535522,-0.3535710275173187,0.0024869851768016815,0.0015023248270154,0.0014907458098605275,0.0003013014793395996,-0.00373327755369246,-0.0002650320529937744 +586,-1.2093948123004077,0.0021008532958836164,-2.201958943422097,-0.9354000687599182,-0.0021008518524467945,-0.35358476638793945,-0.00206117145717144,0.0008789347484707832,-0.004375571385025978,-0.0033358335494995117,0.0018872320652008057,-0.0013651847839355469 +587,-1.2093974715388347,0.0020037878908579195,-2.2019487627018077,-0.935401201248169,-0.0020037866197526455,-0.35358235239982605,0.00023282691836357117,-0.00033929571509361267,0.0009171924320980906,0.002128005027770996,0.0017901661340147257,0.0017299354076385498 +588,-1.2093241081032073,0.002027579985047117,-2.201922348186314,-0.9353751540184021,-0.00202757865190506,-0.35365092754364014,0.0015631788410246372,0.0016458388417959213,0.002771602012217045,0.0026054978370666504,-0.0019702014978975058,-0.0009327828884124756 +589,-1.2091631360228323,0.0021204792624423302,-2.2019266550196637,-0.9353181719779968,-0.0021204776130616665,-0.3538014888763428,0.0003435984253883362,0.0015010945498943329,-0.00036565400660037994,-0.0017240047454833984,-0.0006261169910430908,-0.00033974647521972656 +590,-1.2092867211528924,0.002032918080522702,-2.201928950722106,-0.9353620409965515,-0.002032916760072112,-0.3536859452724457,-0.002320346422493458,0.0002599656581878662,-0.0002570840297266841,0.0006391406059265137,0.001697242259979248,0.002474367618560791 +591,-1.2093020010082727,0.001978714819445595,-2.2019495210284696,-0.9353675842285156,-0.0019787135533988476,-0.35367169976234436,0.001758247148245573,-0.000662453006953001,-0.0010625328868627548,0.000644683837890625,-0.00014224648475646973,-0.0030483007431030273 +592,-1.2092856066757627,0.002023533715880518,-2.2019307406277098,-0.9353617429733276,-0.002023532288148999,-0.35368701815605164,-0.0016044927760958672,2.5173649191856384e-06,-0.0011226651258766651,-0.001192331314086914,-0.0004484059754759073,0.00029346346855163574 +593,-1.2094294698751136,0.0020114050874407065,-2.2019261162290253,-0.9354125261306763,-0.002011403674259782,-0.3535524308681488,0.0016932743601500988,-0.0005851197056472301,0.00021330465096980333,0.0014220476150512695,0.0024081170558929443,0.0025697946548461914 +594,-1.2093880908248902,0.0019475317541300108,-2.2019045465367593,-0.9353981018066406,-0.0019475305452942848,-0.3535912036895752,-0.0022748131304979324,0.0028361743316054344,0.0019108467968180776,0.001239776611328125,-0.0038050413131713867,-0.004532575607299805 +595,-1.2092580936833148,0.0020643647761838207,-2.2018884231190023,-0.9353517889976501,-0.002064363332465291,-0.35371264815330505,4.963576793670654e-05,-0.00029392214491963387,0.0002143142046406865,-0.002148151397705078,0.0020033421460539103,0.010679870843887329 +596,-1.209522968501011,0.0018985134404164187,-2.2019069221804943,-0.9354457855224609,-0.0018985122442245483,-0.3534650504589081,0.0017586569301784039,-0.000619031023234129,0.000758915557526052,0.0011807084083557129,-0.0030911266803741455,-0.013402044773101807 +597,-1.2092367836081221,0.0017848721581199469,-2.2018819231028246,-0.9353447556495667,-0.0017848712159320712,-0.35373279452323914,-0.0011662021279335022,8.454825729131699e-05,0.0017679001903161407,-0.0005530118942260742,0.00170859694480896,0.012775182723999023 +598,-1.2098252657904731,0.0018117328026882775,-2.2018519934385647,-0.9355527758598328,-0.0018117318395525217,-0.353182315826416,0.0005763527005910873,-0.0015387507155537605,-3.398361150175333e-05,0.0012418627738952637,-0.0049021244049072266,-0.007977932691574097 +599,-1.208960773092369,0.0019846715546049006,-2.201798401075645,-0.9352467656135559,-0.001984670292586088,-0.3539908230304718,0.016806593164801598,-0.034845247864723206,-0.03736516088247299,-0.06397497653961182,-0.09486287832260132,0.030870705842971802 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/standing/q9.csv b/BoostRunClub/CoreML/DataSet/Motion/standing/q9.csv new file mode 100644 index 0000000..85ae0da --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/standing/q9.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-1.2084091768249028,0.0013052258728823431,-2.2018557160178767,-0.9350523948669434,-0.0013052255380898714,-0.3545070290565491,0.012191200628876686,-0.01185724139213562,-0.020700158551335335,-0.30316781997680664,-0.03710111975669861,-0.13011211156845093 +1,-0.016846313917920852,0.002170237679972112,-2.4761541097144173,-0.016845477744936943,-0.0021702360827475786,-0.9998557567596436,-0.005329115316271782,-0.004149050917476416,-0.000977273448370397,-0.004272686317563057,0.008960396982729435,0.015877485275268555 +2,-0.01701031605882278,0.002095963950482033,-2.4761609175402914,-0.01700945757329464,-0.0020959624089300632,-0.9998531341552734,0.004186881706118584,0.002606786787509918,-0.0010483406949788332,-0.0015910044312477112,-0.006098007317632437,-0.010812759399414062 +3,-0.01682166223490622,0.0024168349846396,-2.476159202797977,-0.016820820048451424,-0.0024168326053768396,-0.9998555779457092,-0.0006338125094771385,-8.471962064504623e-05,9.786139708012342e-05,0.003240499645471573,-0.0011232064571231604,-0.0009530782699584961 +4,-0.01693934224413735,0.0022213552814614357,-2.476161331716514,-0.01693849079310894,-0.0022213533520698547,-0.9998540878295898,-0.00019968673586845398,-1.6600824892520905e-05,0.0012514034751802683,-0.00527830608189106,0.005120523273944855,0.0026769638061523438 +5,-0.017044106485561736,0.002243330845963995,-2.4761359737573887,-0.017043238505721092,-0.0022433290723711252,-0.9998522400856018,0.000977078452706337,-0.0014589442871510983,-0.0003314296482130885,0.003951197490096092,-0.005401324480772018,-0.009730279445648193 +6,-0.016872485504132017,0.0025239552892218076,-2.4761870193932887,-0.016871631145477295,-0.002523952629417181,-0.9998545050621033,0.002759127877652645,0.0021714186295866966,-0.0022738345433026552,-0.0003708004951477051,0.001318508293479681,-0.0008168816566467285 +7,-0.01702456042605407,0.0022079046495907134,-2.476232771178665,-0.01702369563281536,-0.0022079029586166143,-0.9998526573181152,-0.0026478497311472893,0.00139564648270607,0.0022130711004137993,-0.002110825851559639,0.006693986710160971,0.0013327598571777344 +8,-0.016919419958773857,0.0022298356355761207,-2.4761802942508058,-0.016918569803237915,-0.0022298337426036596,-0.9998543858528137,0.000554421916604042,-0.0004683248698711395,-0.000953217560891062,0.0022701341658830643,-0.007154321763664484,-0.007698714733123779 +9,-0.01685295894396947,0.00244672776794222,-2.4761970869028045,-0.016852110624313354,-0.0024467252660542727,-0.9998549818992615,-0.0024256492033600807,-0.0015585580840706825,6.531435064971447e-05,-0.0033505242317914963,-0.00017778645269572735,0.00022125244140625 +10,-0.017006735729436014,0.0020379164733952617,-2.4762247349798865,-0.017005881294608116,-0.0020379151683300734,-0.9998533129692078,0.0016607698053121567,0.0002800021320581436,0.0016822090838104486,-0.002296488732099533,0.006188306026160717,-0.0016725659370422363 +11,-0.016996225516677548,0.0020483525417743518,-2.4762768658411387,-0.016995372250676155,-0.002048351103439927,-0.9998534917831421,-0.0007065339013934135,0.0022760406136512756,-0.0021148319356143475,0.003384532406926155,-0.0078088268637657166,-0.0018097162246704102 +12,-0.016810638139797024,0.0023544948209200263,-2.4762912086165443,-0.016809800639748573,-0.0023544926661998034,-0.9998559355735779,-0.0013855742290616035,-0.000802080612629652,-0.0006985688814893365,-0.003194473683834076,0.0016373293474316597,-0.004263937473297119 +13,-0.017059637158147272,0.0020235920940296463,-2.4762552922445655,-0.017058774828910828,-0.0020235907286405563,-0.9998524188995361,-0.001751909963786602,0.0007139323279261589,-0.0003523018676787615,-0.0012670289725065231,0.004922760650515556,-0.002833068370819092 +14,-0.016943472675036084,0.0022389077918187126,-2.476248920908383,-0.016942620277404785,-0.0022389059886336327,-0.9998539686203003,0.003292613197118044,-9.828619658946991e-05,-0.0014586977194994688,0.001439688727259636,-0.006077134050428867,-0.001626133918762207 +15,-0.017052349586826318,0.002347993240605025,-2.476273879155373,-0.01705147698521614,-0.0023479911033064127,-0.9998518824577332,-0.00018100440502166748,-0.0008544703014194965,-0.001081164926290512,-0.0027849487960338593,0.003812834620475769,-0.0036271214485168457 +16,-0.017115387543597864,0.0021207424491335738,-2.47623201863793,-0.017114512622356415,-0.002120740944519639,-0.9998512864112854,0.0003465060144662857,-0.0013888459652662277,0.0015097663272172213,0.002557627856731415,0.0021970351226627827,-0.0040702223777771 +17,-0.0169961813818713,0.002299360942409857,-2.4762411675216653,-0.016995318233966827,-0.0022993588354438543,-0.9998528957366943,0.00011166371405124664,-0.00021083001047372818,-0.002440336626023054,-0.0014678146690130234,-0.006016680970788002,-0.0019933581352233887 +18,-0.01708412392255547,0.002462058606388581,-2.4762611914727866,-0.017083240672945976,-0.0024620562326163054,-0.9998510479927063,0.0035224352031946182,0.001133582554757595,-1.6580568626523018e-05,0.00023753754794597626,0.005315449554473162,-0.002941310405731201 +19,-0.016927506052043666,0.0023616116648074574,-2.4762628365825288,-0.01692664995789528,-0.0023616093676537275,-0.9998539686203003,-0.0007626740261912346,0.002054021693766117,-0.0004692665534093976,-0.0006819926202297211,0.0012934939004480839,0.001837611198425293 +20,-0.016971847358322464,0.0025438538991276296,-2.4762696326946725,-0.016970977187156677,-0.0025438512675464153,-0.99985271692276,0.003124422859400511,0.0019292142242193222,-0.0021749946754425764,0.0007814038544893265,-0.005314425565302372,-0.012812018394470215 +21,-0.016929193970182613,0.002968714121247071,-2.4762762940828655,-0.016928311437368393,-0.002968709683045745,-0.9998522996902466,0.0013301121070981026,0.00036080554127693176,-0.0003490258241072297,-0.001519564539194107,-0.0011053862981498241,-0.000925898551940918 +22,-0.01688342093862067,0.00297914526706258,-2.4763092710918184,-0.01688254438340664,-0.0029791409615427256,-0.9998530149459839,0.008704841136932373,0.004450139589607716,-0.0014132136711850762,-0.0016568824648857117,0.0023687893990427256,-0.016748487949371338 +23,-0.016767011637679383,0.0033887789810608977,-2.4763181797231772,-0.016766129061579704,-0.0033887724857777357,-0.9998536705970764,0.010866998694837093,0.005556910298764706,-0.00015368731692433357,0.009914936497807503,-0.00848256517201662,-0.014108061790466309 +24,-0.016583401466117573,0.0036043559570978073,-2.476274616829966,-0.016582533717155457,-0.003604348050430417,-0.9998559951782227,-0.000749640166759491,-7.996894419193268e-05,0.00012190896086394787,-0.013187361881136894,-0.00014931359328329563,0.02883249521255493 +25,-0.017124747077926956,0.003332522507631686,-2.476252127407443,-0.017123814672231674,-0.003332516411319375,-0.9998478293418884,7.07944855093956e-05,-0.0010645147413015366,9.331014007329941e-05,0.009402867406606674,0.0038970918394625187,0.00033611059188842773 +26,-0.016448296269472504,0.003515361451827713,-2.476276284862969,-0.01644745282828808,-0.003515354124829173,-0.999858558177948,0.0017246538773179054,-0.0007469183765351772,0.0005615579430013895,-0.004136653617024422,-0.007135279942303896,-0.005131065845489502 +27,-0.017022744439723715,0.003716554861183966,-2.4762077711041885,-0.01702180504798889,-0.003716546343639493,-0.9998481869697571,-0.0005012163892388344,0.0033522192388772964,0.0012704951222985983,-0.0008309762924909592,0.0018244569655507803,-0.0039511919021606445 +28,-0.01683461107414716,0.0034529316610252014,-2.4762394892778388,-0.01683371514081955,-0.0034529247786849737,-0.9998523592948914,0.0001866137608885765,0.00012117158621549606,-0.001262367470189929,-0.00034768134355545044,0.00232377415522933,-0.0013530850410461426 +29,-0.016965483892383615,0.003564594275449807,-2.47621405647765,-0.016964562237262726,-0.003564586630091071,-0.9998497366905212,0.0003916667774319649,-0.002091719303280115,-0.0013219848042353988,-0.00026261061429977417,-0.0029661753214895725,-0.0012336373329162598 +30,-0.01685946918182685,0.003555710305333318,-2.4762337603439972,-0.01685856468975544,-0.003555702744051814,-0.9998515844345093,0.0002827998250722885,-0.0007138517685234547,-0.0016659938264638186,-0.00013972818851470947,0.0012668846175074577,-0.00016367435455322266 +31,-0.016898099639402944,0.0033924429160252286,-2.476259321913019,-0.01689719781279564,-0.003392436308786273,-0.9998514652252197,-0.0017397692427039146,0.0015460969880223274,-0.0011410616571083665,-0.0008487720042467117,0.000401713652536273,-0.002498328685760498 +32,-0.016892031623737543,0.0035187974109634657,-2.476249627954431,-0.016891123726963997,-0.003518790239468217,-0.9998511672019958,-0.002424275502562523,-0.0003290134482085705,-0.0011273373384028673,0.001968028023838997,-0.0009672944433987141,-0.00457388162612915 +33,-0.016855577853484148,0.0034621832362174655,-2.476254756811212,-0.016854679211974144,-0.0034621763043105602,-0.9998519420623779,-0.0014557577669620514,0.002109506167471409,-0.002369377762079239,-0.003195367753505707,0.0003341252449899912,-0.002253711223602295 +34,-0.017019228618827556,0.0033641183037378102,-2.4761922588318304,-0.017018310725688934,-0.0033641119953244925,-0.9998494982719421,-0.0016242144629359245,-0.0011926484294235706,-0.0021124992053955793,0.0047655049711465836,-0.0025410389062017202,-0.003278493881225586 +35,-0.0167475479009151,0.0035275104542337,-2.4762393394356437,-0.016746660694479942,-0.003527503227815032,-0.9998535513877869,3.9404258131980896e-05,0.0007278481498360634,-0.0032653938978910446,-0.0028456244617700577,0.0013760137371718884,-0.0030456185340881348 +36,-0.016977335429764453,0.0034183381448486907,-2.476286372682014,-0.01697641983628273,-0.0034183315001428127,-0.9998500347137451,-0.0013419920578598976,-0.0010327189229428768,-0.00036810804158449173,0.0007868465036153793,-0.0006557649467140436,-0.0016910433769226074 +37,-0.016898784025762593,0.0034621349233319894,-2.4762799743127046,-0.01689787767827511,-0.003462128108367324,-0.9998512268066406,0.002000404056161642,0.0005211047828197479,0.0006668185815215111,-6.989575922489166e-05,0.0006850282661616802,-0.004100799560546875 +38,-0.0170268120885421,0.0035250393148999887,-2.4762905862570297,-0.017025884240865707,-0.00352503196336329,-0.9998488426208496,0.00028069503605365753,-0.001001447904855013,0.0001120987581089139,0.00014966167509555817,0.0006106034852564335,-0.0019669532775878906 +39,-0.016807656937820516,0.0035426340497061353,-2.47631050684547,-0.01680676080286503,-0.003542626742273569,-0.9998524785041809,-0.0005824267864227295,0.003025582991540432,-0.0010598251828923821,-0.0011375751346349716,0.001085961703211069,-0.002939879894256592 +40,-0.016895775509041543,0.0034184043212145032,-2.4763251009694973,-0.0168948732316494,-0.0034183976240456104,-0.999851405620575,-0.002712508663535118,0.000534585677087307,-0.00041670340579003096,-0.000530662015080452,-0.0004268169868737459,-0.0038564205169677734 +41,-0.016958141938961235,0.003453440636907845,-2.4763274888422466,-0.016957227140665054,-0.003453433746472001,-0.9998502731323242,-0.001496882177889347,0.001078493893146515,0.00012461887672543526,-0.00019364990293979645,-0.0003460049629211426,-0.0020875930786132812 +42,-0.016968709937657298,0.003543734379010953,-2.476346244068208,-0.016967788338661194,-0.0035437268670648336,-0.9998497366905212,-0.0017451010644435883,0.0017391648143529892,-0.0005356818437576294,-0.003646833822131157,-0.000835545128211379,-0.009335994720458984 +43,-0.01706209658621577,0.0035547124310364242,-2.4763334159177552,-0.017061160877346992,-0.0035547048319131136,-0.9998481273651123,-0.0018417797982692719,-0.001277063973248005,0.001886781770735979,0.0062579382210969925,-0.0017553535290062428,-0.008071184158325195 +44,-0.016973422603141892,0.0031575822554016746,-2.47632827368,-0.01697252318263054,-0.003157577011734247,-0.9998509883880615,-0.0024795355275273323,0.00032572168856859207,0.0013428835663944483,-0.008692760020494461,0.0002584070898592472,0.011920690536499023 +45,-0.017006246245479605,0.0026850188371400664,-2.4763046724513122,-0.01700536534190178,-0.002685015555471182,-0.9998518228530884,-0.00048261508345603943,0.00027540791779756546,0.0008976415265351534,0.0008157901465892792,0.00802559219300747,-0.002391219139099121 +46,-0.017032638381240826,0.0027271908185164126,-2.476336012662994,-0.017031751573085785,-0.0027271874714642763,-0.9998512268066406,-0.002140727825462818,0.0009666327387094498,-0.002636424032971263,-0.001355089247226715,-0.008747421205043793,-0.009426116943359375 +47,-0.017015787499439407,0.002905138570526579,-2.476325891760686,-0.017014894634485245,-0.002905134577304125,-0.9998509883880615,-0.00030145421624183655,0.0017887428402900696,0.000715858768671751,-0.002836788073182106,0.0027678057085722685,-0.00014895200729370117 +48,-0.017066622756639276,0.0025239247391223344,-2.476331108161116,-0.017065739259123802,-0.0025239221286028624,-0.9998511672019958,-0.0032910965383052826,-0.0006179823540151119,0.0005590764340013266,0.012289740145206451,0.0008759729098528624,-0.000453948974609375 +49,-0.016710003195946305,0.0028185734509565507,-2.476318855579471,-0.016709160059690475,-0.0028185697738081217,-0.9998564124107361,0.0037116832099854946,0.004073426127433777,-0.001944224233739078,-0.018767522647976875,-0.011631503701210022,-0.02933359146118164 +50,-0.017562857900993618,0.002856872353822652,-2.4762578617821736,-0.017561882734298706,-0.002856868552044034,-0.9998416900634766,-0.0010013226419687271,0.00030572526156902313,-0.0006906690541654825,0.024458857253193855,0.01544536929577589,0.006128370761871338 +51,-0.01630875185257847,0.0023013223259310887,-2.476297235046351,-0.01630798541009426,-0.0023013202007859945,-0.9998643398284912,0.001712503843009472,-0.00017842743545770645,-0.0005789382848888636,-0.02203734964132309,-0.013369455933570862,0.006364643573760986 +52,-0.017718620187099503,0.003050861379465502,-2.47627440952081,-0.01771761104464531,-0.0030508567579090595,-0.9998383522033691,0.00037807971239089966,0.001871858723461628,0.001895472058095038,0.01671053282916546,0.006804519332945347,-0.011056363582611084 +53,-0.016310107804868895,0.0023038568682536152,-2.476261744119686,-0.0163093414157629,-0.0023038547951728106,-0.9998643398284912,-0.00214261282235384,-0.0005198102444410324,2.4045351892709732e-05,-0.0002311859279870987,-0.0005342797376215458,-0.005354166030883789 +54,-0.017416341283992436,0.0027693708774586866,-2.4762305748254914,-0.017415393143892288,-0.002769367303699255,-0.999844491481781,0.0001615649089217186,-0.001435400452464819,0.00010381382890045643,-0.015925059095025063,-0.007209881208837032,0.007763862609863281 +55,-0.017167432268340155,0.002749402915557642,-2.476251952183241,-0.01716652326285839,-0.0027493995148688555,-0.9998488426208496,0.00033042021095752716,0.0035108961164951324,0.0012618069304153323,0.01818886399269104,0.010729745961725712,-0.010954320430755615 +56,-0.016567363487122882,0.002405369924835559,-2.476285075463685,-0.016566557809710503,-0.002405367558822036,-0.9998598694801331,-0.0004743579775094986,0.001858496107161045,-0.0003559866454452276,-0.009556489065289497,-0.0063684359192848206,-0.007113397121429443 +57,-0.017432184131842013,0.002885764688815933,-2.476268044970958,-0.01743122935295105,-0.0028857607394456863,-0.9998438954353333,-0.0018954193219542503,0.00034678447991609573,0.000765678589232266,-0.001535443589091301,-0.0028057668823748827,0.0030330419540405273 +58,-0.016887627266312773,0.0025974975215989804,-2.4762597164818705,-0.016886766999959946,-0.0025974945165216923,-0.9998540282249451,0.0006779329851269722,0.0028555337339639664,-0.0015191140118986368,0.005869923159480095,0.00610701646655798,-0.0029230117797851562 +59,-0.016943141381510752,0.0025841613357036356,-2.4762632138901495,-0.016942273825407028,-0.002584158442914486,-0.9998531341552734,-0.0008898330852389336,0.0001742010936141014,8.196220733225346e-06,-0.005030382424592972,-0.006418527103960514,-0.0054874420166015625 +60,-0.017002335288410057,0.0028749595925004895,-2.476244015267362,-0.017001446336507797,-0.0028749555349349976,-0.9998513460159302,-0.003316391259431839,-4.0267594158649445e-05,-0.0003067270154133439,-4.262104630470276e-05,0.0018373578786849976,-0.0022696256637573242 +61,-0.016966338437009263,0.0025894548756348126,-2.476240453792255,-0.016965467482805252,-0.0025894520804286003,-0.99985271692276,0.0006554005667567253,-0.0015681600198149681,0.004733667708933353,0.0013252105563879013,0.0041153309866786,0.0010429620742797852 +62,-0.01688581236049108,0.0027156378929940697,-2.4762195921550547,-0.016884947195649147,-0.002715634647756815,-0.9998537302017212,0.0015847515314817429,0.0012589925900101662,-0.0008135838434100151,0.00039019808173179626,-0.004455995745956898,-0.003548920154571533 +63,-0.01708391531624046,0.002771450161580408,-2.4761965931057235,-0.017083019018173218,-0.0027714467141777277,-0.9998502135276794,0.002338594291359186,0.0016993805766105652,0.00013991864398121834,-0.001547960564494133,0.005319664254784584,-0.006436347961425781 +64,-0.01701082947101171,0.002533423849957256,-2.4762327450736787,-0.017009954899549484,-0.002533421153202653,-0.9998521208763123,-0.0036939987912774086,-0.0008816211484372616,0.0015828774776309729,0.0019953064620494843,-0.0010676532983779907,-0.0005293488502502441 +65,-0.01700606075631207,0.0026596258678805657,-2.476269541955893,-0.017005180940032005,-0.002659622812643647,-0.9998518824577332,-0.0021837791427969933,-0.0005906671285629272,0.0007371961837634444,-0.0011070016771554947,-0.0011855922639369965,0.0005843043327331543 +66,-0.01708403344225975,0.0025903137804047798,-2.4762545837630663,-0.017083145678043365,-0.0025903109926730394,-0.9998506903648376,-0.0018014982342720032,0.0003190021961927414,0.00022499868646264076,0.0016107354313135147,0.0025445346254855394,-0.010677814483642578 +67,-0.017035873883722213,0.0026487967530618665,-2.4762446206998447,-0.017034990713000298,-0.002648793626576662,-0.999851405620575,0.0004338463768362999,0.0009308597072958946,-0.000960601435508579,0.0014405082911252975,-0.004843271803110838,-0.006023228168487549 +68,-0.016877284514408394,0.0027429456522468643,-2.476248838040799,-0.016876420006155968,-0.002742942189797759,-0.9998538494110107,-0.0030549131333827972,0.0012912871316075325,0.0008597275009378791,0.0006868448108434677,0.0001336890272796154,0.0008151531219482422 +69,-0.017134656085228454,0.00254532478698096,-2.476232324518275,-0.017133763059973717,-0.002545322058722377,-0.9998499751091003,0.003530854359269142,0.00017381273210048676,0.0011007384164258838,-0.006532618775963783,0.004559481982141733,-0.006268799304962158 +70,-0.017061394290782468,0.002637318479164757,-2.4762226347399823,-0.017060507088899612,-0.00263731530867517,-0.9998509883880615,-0.0010263286530971527,0.0005630766972899437,0.0015321944374591112,0.006852377206087112,-0.007708143442869186,-0.0077936649322509766 +71,-0.01697965346700687,0.0028002934523744657,-2.4761627501068113,-0.01697877049446106,-0.002800289774313569,-0.9998519420623779,-0.0006245961412787437,0.0004326310008764267,-0.00022127653937786818,-0.00717589259147644,-0.00015991553664207458,0.0019729137420654297 +72,-0.01741976076632945,0.0024706178401944574,-2.476150142870503,-0.01741882599890232,-0.0024706153199076653,-0.9998452067375183,-0.0008039828389883041,0.0007703481242060661,-0.0008552724029868841,0.00483032688498497,0.001890781568363309,-0.007829904556274414 +73,-0.016936465328118454,0.0025659240138666186,-2.4761575179825295,-0.016935599967837334,-0.0025659212842583656,-0.9998533129692078,-0.0010082032531499863,0.000938810408115387,5.421508103609085e-05,0.0015699993818998337,-0.007642208598554134,-0.005914509296417236 +74,-0.017033183043405484,0.0026304926102441923,-2.476202820406179,-0.017032301053404808,-0.002630489645525813,-0.9998514652252197,-0.0027761831879615784,0.0017471862956881523,0.0011784856906160712,-0.0022853240370750427,0.0004942591767758131,0.002476036548614502 +75,-0.017156400722551462,0.002429793391991633,-2.4762078139063606,-0.01715550757944584,-0.0024297910276800394,-0.9998498558998108,-0.002346031367778778,0.00018889643251895905,0.0011787600815296173,-0.0006057210266590118,0.005481548607349396,-0.009702086448669434 +76,-0.0171016284040928,0.0024093525868553595,-2.4761856795047636,-0.01710074581205845,-0.002409350359812379,-0.999850869178772,0.0005270726978778839,-0.0008817226625978947,0.0016271346248686314,0.0017961803823709488,-0.009217847138643265,-0.0018275976181030273 +77,-0.01700659951355883,0.002606852076642478,-2.4761409707582356,-0.017005721107125282,-0.0026068491861224174,-0.9998520016670227,-0.001107795163989067,-0.002040295396000147,-0.0021562371402978897,-0.0007097311317920685,0.0024084849283099174,-0.007258594036102295 +78,-0.017137455742513106,0.0022010384170802646,-2.4761755056082877,-0.017136575654149055,-0.002201036550104618,-0.9998507499694824,-0.0013088183477520943,0.0003028661012649536,-0.0020305931102484465,-0.0014944057911634445,9.532365947961807e-05,-0.002819538116455078 +79,-0.01708563938702783,0.0024618820849827976,-2.4761619072848866,-0.01708475686609745,-0.002461879514157772,-0.9998509883880615,9.527057409286499e-05,0.00015911925584077835,0.0011454999912530184,-0.0032552070915699005,-0.008249789476394653,-0.0010187029838562012 +80,-0.01718651785129361,0.0027385580167635436,-2.4762102094352425,-0.01718560792505741,-0.002738554496318102,-0.9998485445976257,-0.0010732626542448997,0.00015559513121843338,-0.0002962476573884487,0.01207391545176506,0.01187856961041689,0.0007946491241455078 +81,-0.016618675541038748,0.0018267818432497055,-2.476264442552807,-0.01661788299679756,-0.0018267808482050896,-0.9998602271080017,-0.0011833254247903824,5.204230546951294e-06,-0.0020613407250493765,-0.014387974515557289,-0.0004925549728795886,0.009076595306396484 +82,-0.017448632813651145,0.0022600872155155395,-2.476301228681829,-0.01744770258665085,-0.0022600851953029633,-0.9998452067375183,-0.0019705304875969887,0.0005515078082680702,0.0017915087519213557,0.011634105816483498,-0.009992722421884537,-0.007768869400024414 +83,-0.016691898616097288,0.0023092401962340604,-2.476334692274695,-0.01669107936322689,-0.0023092380724847317,-0.999858021736145,-0.0007380610331892967,0.0014903899282217026,-0.0009323762496933341,-0.00398457795381546,0.005544101819396019,5.644559860229492e-05 +84,-0.017371962822970825,0.001928367159894917,-2.4762751929609723,-0.017371056601405144,-0.0019283660221844912,-0.9998472332954407,-0.0016379542648792267,0.0007595531642436981,0.0016059596091508865,-0.007210850715637207,0.002584494184702635,-0.0032197237014770508 +85,-0.016998967809393552,0.0021997062529014273,-2.4762809764932565,-0.016998108476400375,-0.0021997045259922743,-0.9998530745506287,-0.001581035554409027,-0.0010650022886693478,0.0015109380474314094,0.012298403307795525,-0.007031862623989582,-0.0057773590087890625 +86,-0.016858613524527895,0.002338037821774616,-2.476307081676471,-0.016857769340276718,-0.0023380357306450605,-0.9998551607131958,0.0022380254231393337,0.0007192213088274002,0.0002605067566037178,-0.013980243355035782,0.003100974950939417,0.0029984712600708008 +87,-0.01736956365575147,0.0020209516605755045,-2.476330940112569,-0.017368655651807785,-0.002020950196310878,-0.9998471140861511,0.00010671466588973999,0.0016788654029369354,0.0006128516979515553,0.008930545300245285,0.0046607209369540215,-0.005935966968536377 +88,-0.016696995411961495,0.0021772242707971965,-2.4763146466571673,-0.016696179285645485,-0.0021772226318717003,-0.9998582601547241,-0.0009354390203952789,-0.0003935699351131916,0.0009425703901797533,-0.0004241820424795151,-0.0085497060790658,-0.004261612892150879 +89,-0.017260032635652633,0.0022775832606601798,-2.476339161717128,-0.017259130254387856,-0.0022775812540203333,-0.999848484992981,-0.001110524870455265,-0.00196007639169693,0.00032669410575181246,-0.0034623052924871445,0.00824376754462719,-0.00021255016326904297 +90,-0.016996735308807652,0.001900293169975884,-2.4763478192916915,-0.016995886340737343,-0.0019002920016646385,-0.9998537302017212,-0.004060585983097553,-0.0002309754490852356,-0.0012254591565579176,0.006833534687757492,-0.00026645592879503965,-0.004067718982696533 +91,-0.01698668815718498,0.0022940404259608805,-2.4763839140957353,-0.016985826194286346,-0.0022940384224057198,-0.9998530745506287,0.0008633388206362724,-0.0010100002400577068,0.0016027366509661078,-0.008999889716506004,-0.00789883267134428,-0.0024967193603515625 +92,-0.017243074964031158,0.002285694721931463,-2.4763667698840375,-0.017242174595594406,-0.0022856928408145905,-0.9998487234115601,-0.0020939186215400696,-0.000359412282705307,0.0018328740261495113,0.006484730169177055,0.00889274850487709,-0.001509249210357666 +93,-0.01690170521873432,0.00190130597863786,-2.4762876037385766,-0.016900869086384773,-0.0019013048149645329,-0.9998553395271301,-0.0017961980774998665,-0.00208662124350667,-0.0009700009832158685,-0.0036984942853450775,-0.003179871942847967,-0.0031963586807250977 +94,-0.017279223861074396,0.002344315531162691,-2.4763031512675546,-0.017278317362070084,-0.002344313310459256,-0.999847948551178,5.575176328420639e-05,-0.0010789241641759872,-0.00021862797439098358,-0.0017951671034097672,-0.004964645951986313,-0.001937270164489746 +95,-0.017032621660465486,0.0022167365986773932,-2.4763268360784667,-0.017031757161021233,-0.002216734690591693,-0.9998524785041809,0.0011780783534049988,0.0027930745854973793,0.0016174219781532884,0.005480855703353882,0.008213439024984837,-0.0009256601333618164 +96,-0.01704025191389581,0.0019741846837445184,-2.476294728665543,-0.01703939400613308,-0.0019741833675652742,-0.9998528957366943,0.0024953684769570827,0.00030917301774024963,0.000414003967307508,-0.00905313529074192,-0.004663390107452869,-0.003534555435180664 +97,-0.01724246539638048,0.00229800729584819,-2.4763123416482142,-0.017241565510630608,-0.0022980051580816507,-0.9998487234115601,0.000988764688372612,-0.001218508929014206,0.0010122556705027819,0.007613269612193108,-0.003012053668498993,-0.0018297433853149414 +98,-0.01683772636468686,0.0021125136326047554,-2.4762675097534697,-0.016836892813444138,-0.0021125120110809803,-0.9998559951782227,0.0009315144270658493,-0.0006131520494818687,-0.0016909119440242648,-0.004143940284848213,0.006003503687679768,-0.0019902586936950684 +99,-0.01724101896398708,0.001986730493172326,-2.4763042159897117,-0.0172401312738657,-0.0019867292139679193,-0.9998493790626526,-0.00187664944678545,-0.0006683557294309139,0.0009018834680318832,-0.0032066460698843002,-0.0034453992266207933,-0.0033854246139526367 +100,-0.01702790453810694,0.0022474995487016414,-2.476329063846053,-0.01702703908085823,-0.002247497672215104,-0.9998524785041809,-0.0003087492659687996,0.0013340432196855545,-0.000752960448153317,0.00729193352162838,-0.002055480843409896,-0.0030618906021118164 +101,-0.01701003682832302,0.0021859316705905283,-2.476316144788508,-0.017009176313877106,-0.0021859300322830677,-0.9998529553413391,0.000687318854033947,-0.001650400459766388,0.00015037995763123035,-0.008549295365810394,0.0033608563244342804,-0.0022527575492858887 +102,-0.017276009599361243,0.0021311236451621225,-2.476322662741385,-0.017275111749768257,-0.0021311219315975904,-0.999848484992981,-0.0010185623541474342,-0.001274449285119772,-0.002007217612117529,0.005769984796643257,-0.0009206354152411222,-0.0031879544258117676 +103,-0.01685238914587564,0.002222760184993297,-2.47634135073821,-0.016851549968123436,-0.002222758252173662,-0.9998555183410645,-0.0031139524653553963,-0.0008632414974272251,-0.0013430913677439094,-0.0008791610598564148,-0.002812641905620694,-0.0029672980308532715 +104,-0.017140015448880462,0.002155490107154197,-2.4763311952185325,-0.017139136791229248,-0.002155488356947899,-0.9998508095741272,-7.466413080692291e-05,-0.00031239213421940804,0.00019765319302678108,-0.004085838794708252,0.003635591361671686,-0.0021480917930603027 +105,-0.017069447819632308,0.001993104895338323,-2.476383721302637,-0.017068585380911827,-0.001993103651329875,-0.9998523592948914,-0.0008654473349452019,-0.0009099193848669529,0.0016459774924442172,0.006784161552786827,-0.0018978877924382687,-0.0029247403144836426 +106,-0.016935292137318866,0.0021513593139793953,-2.476362318752003,-0.01693444326519966,-0.0021513577084988356,-0.9998542666435242,0.00030827615410089493,-0.0015965783968567848,0.002226486336439848,-0.0061063263565301895,-0.0037690524477511644,-0.0029685497283935547 +107,-0.017181971549779722,0.0020713406955502086,-2.4763204129753245,-0.017181089147925377,-0.0020713391713798046,-0.9998502731323242,-0.0017756139859557152,-0.0016253283247351646,0.0011042484547942877,0.004394223913550377,0.005046803038567305,-0.0024995803833007812 +108,-0.01692377922369271,0.0020210895103092716,-2.476335319879614,-0.01692293770611286,-0.002021088032051921,-0.9998547434806824,-0.0016866959631443024,0.0021612681448459625,3.8005528040230274e-05,-0.0017538182437419891,-0.0041892388835549355,-0.0026476383209228516 +109,-0.017231114752854593,0.00221552127644968,-2.4763352316329557,-0.017230220139026642,-0.0022155195474624634,-0.9998490810394287,-0.0009285509586334229,-0.0002179727889597416,-0.0010647019371390343,-0.001766970381140709,-0.00014959252439439297,-0.0023023486137390137 +110,-0.017105920991179652,0.0020090074502633047,-2.4763580571399477,-0.01710505224764347,-0.0020090059842914343,-0.9998517036437988,0.0002679238095879555,0.0004726750776171684,0.0017196731641888618,0.0037383530288934708,0.004328342154622078,-0.002604961395263672 +111,-0.017088224675436095,0.0019977858172858898,-2.4763052355078554,-0.017087358981370926,-0.0019977844785898924,-0.9998520016670227,-0.0020872168242931366,-0.00039570871740579605,-2.62019457295537e-05,-0.004458051174879074,-0.004136248957365751,-0.002848803997039795 +112,-0.01723931547414867,0.0022190990700063744,-2.476363803513463,-0.017238419502973557,-0.0022190972231328487,-0.9998489618301392,-0.0008720317855477333,0.0004623020067811012,0.001066557946614921,0.0035970620810985565,0.0011509819887578487,-0.00243985652923584 +113,-0.01697290533907406,0.0020067171325023917,-2.4763723794244745,-0.016972055658698082,-0.002006715862080455,-0.9998539686203003,0.0030952165834605694,-0.00031546270474791527,0.0005798345664516091,-0.001735219731926918,0.0038377707824110985,-0.001458287239074707 +114,-0.01715226821737711,0.0020728955950338286,-2.4763183132074342,-0.01715139113366604,-0.002072894014418125,-0.9998507499694824,0.00043553393334150314,0.0007706200703978539,-0.0006432572845369577,-0.0025934819132089615,-0.004122174344956875,-0.0017055869102478027 +115,-0.017036024869857717,0.0022371053587743866,-2.476290025496723,-0.01703515835106373,-0.0022371034137904644,-0.9998523592948914,0.00013922154903411865,0.0007590306922793388,0.0004052439471706748,0.0050570107996463776,0.0008638126309961081,-0.002726316452026367 +116,-0.01704313356474505,0.0020625302828318373,-2.4762708133796014,-0.01704227179288864,-0.002062528859823942,-0.9998526573181152,-0.0025562867522239685,-0.0012925369665026665,0.0008475645445287228,-0.005235560238361359,0.002123564016073942,-0.0016579627990722656 +117,-0.017193058059870217,0.0020341554741248376,-2.4762638325056514,-0.0171921756118536,-0.0020341540221124887,-0.9998501539230347,-0.0018426747992634773,-0.00010882504284381866,-0.001547478255815804,0.0038865115493535995,-0.002284083515405655,-0.002179265022277832 +118,-0.016928439078302968,0.002096125431939499,-2.476312069065203,-0.01692759245634079,-0.002096123993396759,-0.9998545050621033,-0.0008327951654791832,-0.0012004906311631203,-0.0009581514168530703,0.000768536701798439,-0.00010114139877259731,-0.003166675567626953 +119,-0.017113913679511605,0.0019089122523248806,-2.4763073774620565,-0.01711304672062397,-0.0019089110428467393,-0.9998517632484436,-0.0036463290452957153,0.0004235580563545227,0.00025714572984725237,-0.00269286148250103,0.0011001951061189175,-0.0011095404624938965 +120,-0.01700963230117217,0.001945193529431127,-2.4762630892733415,-0.01700877957046032,-0.0019451923435553908,-0.9998534321784973,-0.0022267745807766914,-0.000770951621234417,0.0014605348696932197,0.004588127136230469,-0.0022051986306905746,-0.00371706485748291 +121,-0.016930341774240066,0.0020326243190194096,-2.476266459791883,-0.016929497942328453,-0.002032622927799821,-0.9998546242713928,0.0007050791755318642,0.0019774343818426132,0.001682710601016879,-0.003456244245171547,-0.0012480169534683228,-0.0028766989707946777 +122,-0.017100300403502154,0.0019798649077642626,-2.476242362168611,-0.01709943264722824,-0.001979863503947854,-0.9998518228530884,-0.00027054641395807266,-0.0020835846662521362,0.0013663142453879118,0.0011539999395608902,0.002681767800822854,-0.0017808079719543457 +123,-0.01689957109196581,0.001999918539916319,-2.4762300502820316,-0.016898732632398605,-0.001999917207285762,-0.9998552203178406,-0.0012841159477829933,-0.0018638712354004383,0.00036734621971845627,0.00040398165583610535,-0.0021504731848835945,-0.004081547260284424 +124,-0.017052491573621292,0.0021045622517801292,-2.4762371137376133,-0.01705162785947323,-0.002104560611769557,-0.9998524188995361,-0.0008640429005026817,0.0009728297591209412,-0.0020213350653648376,-0.0037155840545892715,-0.00015374040231108665,-0.0017650127410888672 +125,-0.017070623852461112,0.0020405896577936405,-2.476221446922579,-0.017069758847355843,-0.0020405882969498634,-0.9998522400856018,-0.0004894006997346878,-0.0008212383836507797,0.0017003926914185286,0.0035199541598558426,0.0024983519688248634,-0.0021161437034606934 +126,-0.016957160867953635,0.0020362435035484235,-2.476200704205226,-0.016956312581896782,-0.0020362420473247766,-0.9998541474342346,-8.041411638259888e-05,0.002093919552862644,-0.0009979153983294964,-0.003078475594520569,-0.0034721808042377234,-0.0025566816329956055 +127,-0.01712897756468922,0.0021399305396047367,-2.4762203218681917,-0.017128100618720055,-0.0021399289835244417,-0.9998509883880615,-0.0017856452614068985,-0.001739167608320713,5.221925675868988e-06,0.0017930194735527039,0.0021094114053994417,-0.003261744976043701 +128,-0.01702552859892578,0.0020168809821642622,-2.476199657455437,-0.017024671658873558,-0.002016879618167877,-0.9998530149459839,-0.0017070407047867775,0.0005721878260374069,0.0031132223084568977,0.0006672516465187073,0.0005520361009985209,-0.002237379550933838 +129,-0.01711060785496756,0.0021463670663624933,-2.4762288450412253,-0.017109733074903488,-0.0021463653538376093,-0.9998512864112854,0.0016858875751495361,0.000398511067032814,0.0023893360048532486,-0.0028182435780763626,-0.0025686000008136034,-0.0024832487106323242 +130,-0.017074639430285237,0.00214239883680548,-2.4762835546741697,-0.017073770985007286,-0.0021423972211778164,-0.9998519420623779,-0.002361624501645565,-0.0018002567812800407,3.658153582364321e-05,0.003523966297507286,0.0021423972211778164,-0.0037643909454345703 +131,-0.016992416053202255,0.0020285226051776958,-2.4763107838102796,-0.016991563141345978,-0.0020285211503505707,-0.9998535513877869,-0.000563756562769413,0.0018209991976618767,0.0012950627133250237,-0.003226330503821373,0.0006552303675562143,-0.0014281272888183594 +132,-0.017111276233600346,0.002082871650376625,-2.4762879724850255,-0.01711040362715721,-0.0020828701090067625,-0.9998514652252197,0.0012937849387526512,0.0013142749667167664,0.0008820340735837817,0.0022330842912197113,-0.0018233796581625938,-0.0019185543060302734 +133,-0.016985620196611765,0.0021082658523497453,-2.476248426137056,-0.016984766349196434,-0.002108264248818159,-0.9998535513877869,9.25455242395401e-05,-0.0004865559749305248,0.00012117007281631231,0.000902002677321434,0.001375842373818159,-0.0022521615028381348 +134,-0.01710386888986362,0.0020867762246294047,-2.4762527384977795,-0.01710299775004387,-0.002086774678900838,-0.9998515844345093,-0.00047842878848314285,0.001790616661310196,0.0016622598050162196,-0.003435332328081131,-0.00040040817111730576,-0.0011554956436157227 +135,-0.01713742443375645,0.002160896251320159,-2.4762654481496593,-0.017136545851826668,-0.0021608946844935417,-0.9998508095741272,-0.0003086058422923088,0.00039096735417842865,-0.0009230413124896586,0.003388378769159317,-0.001562250079587102,-0.004192709922790527 +136,-0.017007130130254844,0.0021339156491291256,-2.4762698987170286,-0.017006272450089455,-0.0021339140366762877,-0.9998531341552734,6.58966600894928e-05,-0.0009407922625541687,0.0006774755893275142,-0.0022960975766181946,0.0009132111445069313,-0.0019321441650390625 +137,-0.017184447855617267,0.002111410007601774,-2.4762685561542583,-0.017183564603328705,-0.002111408393830061,-0.9998500943183899,0.001351124607026577,-0.00037365173920989037,0.0017548974137753248,0.0007803682237863541,0.0010890697594732046,-0.003140568733215332 +138,-0.016990324635792746,0.0021275242312185937,-2.476234357133639,-0.016989469528198242,-0.0021275226026773453,-0.9998534321784973,0.0005534915253520012,0.0030792132019996643,0.0014196266420185566,0.001593349501490593,-0.0016261395066976547,-0.0024506449699401855 +139,-0.017020723461571585,0.0021815256455994126,-2.476238642402538,-0.017019860446453094,-0.002181523945182562,-0.9998527765274048,3.687385469675064e-05,-0.001847029197961092,-0.0027415771037340164,-0.0027250126004219055,0.0008692680858075619,-0.0017951726913452148 +140,-0.017092906080191525,0.0021287003008593304,-2.47623141777083,-0.017092034220695496,-0.002128698630258441,-0.999851644039154,0.003140952903777361,-0.0003261640667915344,0.0005983266746625304,0.002275753766298294,0.0021744754631072283,-0.003459453582763672 +141,-0.016971293794853935,0.0021938761080923107,-2.476194976502662,-0.01697043888270855,-0.0021938744466751814,-0.9998536109924316,0.00022792164236307144,0.0007123658433556557,0.0051367999985814095,-0.0012027807533740997,-0.0014377175830304623,-0.0019469261169433594 +142,-0.017113997106983973,0.0022482890605409933,-2.4761746809643643,-0.01711311936378479,-0.0022482872009277344,-0.9998510479927063,0.001377760898321867,-0.001954402308911085,-0.001108625903725624,-0.00051078200340271,0.0012717247009277344,-0.002025783061981201 +143,-0.017021180974489302,0.0022115436699791276,-2.476138502446261,-0.017020316794514656,-0.0022115418687462807,-0.99985271692276,0.0004899948835372925,0.0009119724854826927,0.0010017429012805223,0.0012122131884098053,0.0015401551499962807,-0.0021461844444274902 +144,-0.01704026147794505,0.0022769471703566247,-2.4761317093035116,-0.01703939214348793,-0.002276945160701871,-0.9998522400856018,0.0003509093075990677,0.0016788588836789131,0.0006919227307662368,-0.0017441771924495697,-0.0014309408143162727,-0.0023450255393981934 +145,-0.017160057549846865,0.0022635130289698595,-2.4761217772304924,-0.017159171402454376,-0.0022635110653936863,-0.9998502135276794,-0.0007423823699355125,-0.0003675343468785286,-0.0008066106820479035,0.0018240883946418762,0.0008444436825811863,-0.0029116272926330566 +146,-0.017067587176574403,0.002161966592957239,-2.4761094912655004,-0.017066719010472298,-0.0021619650069624186,-0.9998520016670227,-0.0016627693548798561,0.0018330961465835571,0.0020016978960484266,-5.36404550075531e-05,-0.00029470003210008144,-0.0026808977127075195 +147,-0.017128240237443446,0.002212801334180218,-2.4761101914052306,-0.01712736114859581,-0.002212799619883299,-0.999850869178772,-0.001495438627898693,0.0011750021949410439,-8.574151434004307e-05,0.00141080841422081,-0.0008389581926167011,-0.0024684667587280273 +148,-0.017038867419406443,0.0021888863363793407,-2.4760308987980775,-0.017038002610206604,-0.0021888846531510353,-0.9998524188995361,0.0009584520012140274,-0.0007074903696775436,0.0020858002826571465,0.0015808511525392532,0.001868450315669179,-0.003153502941131592 +149,-0.017047153262734937,0.0022084670681662218,-2.4760427803754728,-0.017046285793185234,-0.0022084652446210384,-0.9998522400856018,0.0005812738090753555,2.6823952794075012e-05,-0.00046080059837549925,-0.0015999525785446167,-0.0004313045646995306,-0.003260493278503418 +150,-0.017034397606562723,0.0022043014255061274,-2.475974564809474,-0.01703353226184845,-0.002204299671575427,-0.9998524785041809,0.0001444648951292038,0.002607072703540325,0.0007996892090886831,0.001408534124493599,-0.00028288247995078564,-0.0024973154067993164 +151,-0.016940422303071537,0.0021405621512062887,-2.475922475290213,-0.016939572989940643,-0.002140560420230031,-0.9998542070388794,0.0019551021978259087,0.0023599080741405487,0.0008774368325248361,-0.0012641604989767075,0.000416317256167531,-0.00281602144241333 +152,-0.017016576878405687,0.00209153332999297,-2.4759100836769945,-0.017015717923641205,-0.0020915318746119738,-0.9998530149459839,0.001319647766649723,-0.00010474491864442825,-0.00011459225788712502,-0.001050686463713646,-0.00038039148785173893,-0.0018559098243713379 +153,-0.016977188486053268,0.0020551730809460806,-2.4759101547326754,-0.016976337879896164,-0.0020551716443151236,-0.999853789806366,-0.002040698193013668,-0.0001219380646944046,-0.0010119798826053739,0.001625996083021164,-0.0002641640603542328,-0.002785980701446533 +154,-0.0170414319225923,0.002057463170141321,-2.475905481349107,-0.017040571197867393,-0.002057461766526103,-0.9998526573181152,0.0018529999069869518,0.0023676427081227303,-0.0018818315584212542,-0.0019871369004249573,0.0008062415290623903,-0.0018715262413024902 +155,-0.017175093677915233,0.0020355164911550466,-2.4759003409668896,-0.017174214124679565,-0.0020355151500552893,-0.9998504519462585,-0.0018937690183520317,-0.0010624947026371956,-0.0018360810354351997,0.0014118850231170654,-0.0006042555905878544,-0.003063976764678955 +156,-0.017110639295533296,0.002052302067492472,-2.475871322095574,-0.017109768465161324,-0.0020523006096482277,-0.9998515248298645,0.00010696053504943848,0.0004937974736094475,0.0003430851502344012,-0.0007582735270261765,-0.0015182560309767723,-0.001567542552947998 +157,-0.017177587067199917,0.002054387832166491,-2.475845728250784,-0.017176706343889236,-0.002054386306554079,-0.999850332736969,-0.001735856756567955,0.0017588799819350243,0.0003968444652855396,-0.0013779792934656143,0.0001622966956347227,-0.0029419660568237305 +158,-0.017142281982252195,0.0020124589307776407,-2.47579345398267,-0.01714140735566616,-0.0020124574657529593,-0.9998510479927063,0.002087164204567671,0.0005501704290509224,-0.0015133349224925041,0.0018521007150411606,-0.0003221370279788971,-0.002697169780731201 +159,-0.01707452038677602,0.0020691509910035193,-2.4758233810819195,-0.017073653638362885,-0.00206914939917624,-0.9998521208763123,0.001571820117533207,0.0008929278701543808,-0.0011314710136502981,-0.0006723180413246155,-0.0004943273961544037,-0.0013838410377502441 +160,-0.017146347666836186,0.0020732506840006344,-2.4758373372840823,-0.017145469784736633,-0.002073249313980341,-0.999850869178772,0.000799267552793026,0.001595115289092064,-0.0013445568038150668,0.0006659775972366333,0.001371345017105341,-0.0028194189071655273 +161,-0.017027587955627334,0.002014027723747711,-2.4757935145239895,-0.017026729881763458,-0.002014026278629899,-0.9998530149459839,-0.0003927387297153473,0.0024885088205337524,-0.0006269308505579829,0.00039464980363845825,-0.0002900506369769573,-0.0024052858352661133 +162,-0.017032182110353036,0.002058573093768964,-2.4758146503187723,-0.017031323164701462,-0.002058571670204401,-0.9998528361320496,0.0017647156491875648,-0.0005893800407648087,-0.0009273249306716025,-0.0012029297649860382,-0.000291281845420599,-0.0012152791023254395 +163,-0.016975810156934407,0.0020706964319756197,-2.4757650333483086,-0.016974957659840584,-0.0020706949289888144,-0.999853789806366,0.0015373635105788708,0.001465090550482273,0.002360101556405425,0.0011973697692155838,0.000315934419631958,-0.0014432072639465332 +164,-0.016965598686903567,0.0021311345160275642,-2.4757225926278537,-0.0169647466391325,-0.002131132874637842,-0.999853789806366,-0.001110536977648735,-0.00011285301297903061,-0.0005860320525243878,-0.001055881381034851,-0.0007375192362815142,-0.002816438674926758 +165,-0.01699638548300968,0.002175550104332725,-2.4756863351595806,-0.01699552685022354,-0.0021755483467131853,-0.9998531937599182,-0.0006207916885614395,0.0015874477103352547,-0.003097968176007271,0.0004855189472436905,0.0001613881904631853,-0.0022066831588745117 +166,-0.016981788146419402,0.0021494100554731548,-2.475653560085953,-0.016980933025479317,-0.0021494084503501654,-0.9998534917831421,0.0031117205508053303,-0.0008749142289161682,0.0014612087979912758,-0.00036830827593803406,5.895434878766537e-05,-0.0034118294715881348 +167,-0.017065622671975207,0.002167540104652474,-2.475661046854971,-0.01706475391983986,-0.002167538506910205,-0.9998520612716675,0.0008082324638962746,-1.214630901813507e-05,-0.0007114197942428291,-0.000406559556722641,-0.0008384431712329388,-0.0026656389236450195 +168,-0.017075877943763505,0.0021538592219478556,-2.4756459819307564,-0.017075007781386375,-0.002153857611119747,-0.9998518824577332,-0.0003086160868406296,2.472568303346634e-05,-8.370238356292248e-05,0.0005497429519891739,-0.0002875484060496092,-0.0029251575469970703 +169,-0.017096509161462364,0.0020897629563181234,-2.475661878673948,-0.017095638439059258,-0.0020897614303976297,-0.9998517036437988,-0.0028570955619215965,-0.0014372444711625576,-0.0008718825993128121,-0.0008944738656282425,0.00010611908510327339,-0.002559185028076172 +170,-0.017140192866869186,0.002065566768408737,-2.4756851158355886,-0.017139317467808723,-0.0020655652042478323,-0.9998509883880615,-0.0005980972200632095,-0.0004119141958653927,0.0002711520064622164,-0.00040828995406627655,-0.000681016594171524,-0.0028040409088134766 +171,-0.017108455665630354,0.002092368276699842,-2.4756335066153903,-0.017107583582401276,-0.0020923668053001165,-0.9998514652252197,0.0010720109567046165,0.0003908509388566017,0.0011818534694612026,0.0005365386605262756,1.912470906972885e-06,-0.0030629634857177734 +172,-0.017110712921695775,0.002050886339426689,-2.475599477489115,-0.017109841108322144,-0.002050884999334812,-0.9998515248298645,0.001166047528386116,0.0007189307361841202,-0.00021765392739325762,-0.0017500221729278564,-0.00010060425847768784,-0.002895057201385498 +173,-0.01709787733702121,0.002070660092743861,-2.4756199840172486,-0.017097007483243942,-0.0020706586074084044,-0.9998517036437988,-9.665545076131821e-05,-0.0009390809573233128,-7.641373667865992e-05,0.0009989850223064423,-0.0003554890863597393,-0.002604961395263672 +174,-0.017051991661213527,0.002082614403182381,-2.475575788219403,-0.017051128670573235,-0.002082612831145525,-0.9998524785041809,-0.00090792216360569,-0.0021931552328169346,0.00023504206910729408,-0.00025233812630176544,-0.000419828575104475,-0.002390563488006592 +175,-0.017110920560343957,0.0020628125173228836,-2.475540290762609,-0.017110049724578857,-0.0020628110505640507,-0.9998514652252197,-8.553918451070786e-05,0.00033936649560928345,-0.0020445813424885273,-0.00013238005340099335,0.0010252136271446943,-0.002177894115447998 +176,-0.017073916519377206,0.0021485204619198462,-2.475579922093511,-0.017073048278689384,-0.002148518804460764,-0.9998519420623779,-0.0018165195360779762,-9.757373481988907e-05,0.0005868248408660293,0.0011886488646268845,-0.00039969896897673607,-0.0028793811798095703 +177,-0.017080931020277638,0.0021600756694982433,-2.475582702444247,-0.01708006113767624,-0.002160073956474662,-0.9998517632484436,-0.0017161434516310692,-0.0004136771894991398,0.0012541073374450207,-0.0006811674684286118,-2.1932413801550865e-05,-0.002940535545349121 +178,-0.01704192050560054,0.0021746820125484604,-2.4755389121071603,-0.017041055485606194,-0.0021746803540736437,-0.9998524188995361,-6.753671914339066e-05,-0.00034402450546622276,-0.002272214274853468,0.0004089772701263428,0.000740354647859931,-0.0014140009880065918 +179,-0.01705269089039069,0.0021250414419957276,-2.475545159661942,-0.017051825299859047,-0.002125039929524064,-0.9998523592948914,0.0009346036240458488,-0.0018365965224802494,-0.0003475332632660866,-0.0008314754813909531,-0.0007436126470565796,-0.0027874112129211426 +180,-0.01709127813614206,0.002159111362309323,-2.4755631147966697,-0.017090406268835068,-0.0021591095719486475,-0.999851644039154,0.001386759802699089,-0.0009794831275939941,-0.00036685122177004814,-0.0005945302546024323,7.620546966791153e-06,-0.0015369057655334473 +181,-0.01708491382386768,0.0021546390560456224,-2.475585821011037,-0.017084043473005295,-0.002154637360945344,-0.9998517632484436,0.000450892373919487,-4.560127854347229e-05,0.0014029144076630473,-0.0002804584801197052,0.00021677091717720032,-0.0013841986656188965 +182,-0.017030037578979338,0.0022018781199541508,-2.475590831351818,-0.01702917367219925,-0.0022018763702362776,-0.9998525977134705,0.0016109072603285313,-0.0018467637710273266,-0.00021074304822832346,-0.0005489513278007507,0.0002945275045931339,-0.001383364200592041 +183,-0.017018103993065657,0.00220460415811278,-2.4755755451702606,-0.017017241567373276,-0.002204602351412177,-0.9998527765274048,0.0021119555458426476,-0.0016259020194411278,-0.0012809133622795343,0.00046145543456077576,-0.0006640497595071793,-0.0019325017929077148 +184,-0.01696572224071625,0.0022410250451964913,-2.4755849211537693,-0.01696486584842205,-0.0022410231176763773,-0.9998535513877869,0.00011396780610084534,-0.0014034355990588665,-0.0005926702870056033,-0.0007048100233078003,0.0005778155755251646,-0.0022215843200683594 +185,-0.016944551407654142,0.002247858298177954,-2.4756080745169586,-0.01694369688630104,-0.0022478564642369747,-0.9998539090156555,0.0010909372940659523,-0.0015413500368595123,0.0005315539892762899,-5.459226667881012e-05,-0.0006513132248073816,-0.002526402473449707 +186,-0.016938299621049382,0.002287750035686169,-2.47562709210195,-0.01693744584918022,-0.002287748036906123,-0.9998539090156555,-0.00035993289202451706,-0.0006797397509217262,-0.0009732957696542144,0.0003664027899503708,0.0007313520181924105,-0.001076817512512207 +187,-0.016918553398823078,0.0022957344450251706,-2.475682783641441,-0.016917701810598373,-0.0022957324981689453,-0.9998542666435242,0.0015775826759636402,0.002427714876830578,0.0013336299452930689,-0.0005688704550266266,-0.0005424022674560547,-0.00264817476272583 +188,-0.016967722538726797,0.0023322793225927225,-2.4757244958460363,-0.016966862604022026,-0.0023322771303355694,-0.9998533129692078,-0.000386224128305912,-0.0016970797441899776,-0.001278973650187254,0.0004873722791671753,-0.000597410136833787,-0.003412008285522461 +189,-0.016897322302862203,0.002366893046299766,-2.4757121556699184,-0.01689647138118744,-0.002366890897974372,-0.9998544454574585,-0.0003864215686917305,0.0008046645671129227,-0.0005403063260018826,-0.000712171196937561,0.0004900600761175156,-0.001564621925354004 +190,-0.016968571278283214,0.0023064400700860406,-2.4757129619493616,-0.016967711970210075,-0.0023064380511641502,-0.9998533725738525,-0.0002805441617965698,-0.0001913607120513916,0.0004192967899143696,-0.0006104111671447754,0.0001549490261822939,-0.0021759867668151855 +191,-0.017031885024644422,0.0022380317451215046,-2.4757529797739335,-0.017031019553542137,-0.002238029846921563,-0.9998524785041809,-0.00033443979918956757,2.2075138986110687e-05,-0.0024885027669370174,0.0005210097879171371,-0.0003254464827477932,-0.002878844738006592 +192,-0.017029773008495026,0.0022936789480912777,-2.475803002701248,-0.01702890545129776,-0.0022936768364161253,-0.9998523592948914,-0.0005621481686830521,-0.000711632426828146,0.0020251250825822353,-0.00042714737355709076,0.0003100342582911253,-0.002848386764526367 +193,-0.017043862266554886,0.002241079694261163,-2.4757973935634117,-0.017042994499206543,-0.002241077832877636,-0.9998522400856018,0.0006484063342213631,-0.00031535420566797256,0.0017794944578781724,0.0005177278071641922,-0.0002155869733542204,-0.002314448356628418 +194,-0.017063400052069706,0.0021805931025300333,-2.4757713735989153,-0.017062531784176826,-0.002180591458454728,-0.9998520612716675,0.0014701676554977894,0.0004072263836860657,-0.003335133660584688,0.0007661450654268265,-0.0006117671728134155,-0.0031844377517700195 +195,-0.01712411733813906,0.0021831663846998235,-2.475784497831855,-0.017123239114880562,-0.0021831647027283907,-0.9998509883880615,0.0013831285759806633,-0.0012804269790649414,-0.0012851941864937544,-4.289485514163971e-05,-0.0004260882269591093,-0.003215968608856201 +196,-0.01712247560780593,0.0021732568418570547,-2.475782608666372,-0.01712159812450409,-0.0021732551977038383,-0.9998510479927063,0.0007364340126514435,0.0012843860313296318,0.0028701466508209705,0.00018434412777423859,-0.000237633241340518,-0.0024529695510864258 +197,-0.017111345974153726,0.002170672127775255,-2.4757622136274153,-0.017110470682382584,-0.002170670311897993,-0.9998512268066406,0.0006287647411227226,-0.000598512589931488,0.0009936434216797352,-0.00029980577528476715,-0.000697981333360076,-0.0033378005027770996 +198,-0.01711988118885398,0.002226431081837625,-2.475790060394805,-0.01711900159716606,-0.0022264292929321527,-0.9998509883880615,0.0005467133596539497,0.0026490380987524986,0.0014382736990228295,0.0003343336284160614,4.44226898252964e-05,-0.0031092166900634766 +199,-0.01700053355124863,0.0022080510397796413,-2.475760188477446,-0.01699967309832573,-0.002208049176260829,-0.9998530745506287,-0.0007581785321235657,0.00025973282754421234,0.0009294218616560102,-0.00033431127667427063,0.0004075122997164726,-0.0018864274024963379 +200,-0.016996544325069425,0.002213255230832682,-2.4757612986638264,-0.016995685175061226,-0.0022132534068077803,-0.9998531341552734,0.001869776751846075,0.0011398461647331715,-0.00033185246866196394,-0.0004298519343137741,-0.0004722932353615761,-0.0028629302978515625 +201,-0.01694865502136914,0.0021844954831167457,-2.475729282409989,-0.016947804018855095,-0.002184493700042367,-0.9998539686203003,-0.0003518667072057724,-0.0013724928721785545,0.001845890423282981,0.00039201974868774414,0.0008569795172661543,-0.0033503174781799316 +202,-0.016977929432841505,0.0021307940574218755,-2.475696470383408,-0.01697707548737526,-0.0021307924762368202,-0.9998536109924316,-0.0015766648575663567,0.00012292899191379547,0.0018243036465719342,-0.0009520016610622406,-0.0003716489300131798,-0.0022368431091308594 +203,-0.017001478683303914,0.002121338979979901,-2.4756566400786832,-0.017000621184706688,-0.0021213374566286802,-0.999853253364563,-0.005309663712978363,-0.00015150709077715874,0.0015063678147271276,-0.00028758682310581207,0.0003055413253605366,-0.0015505552291870117 +204,-0.016976430227378745,0.002068011576192246,-2.4756276011276683,-0.016975577920675278,-0.0020680101588368416,-0.999853789806366,-0.0006713606417179108,0.00011405348777770996,-0.000728971092030406,-0.0002058185636997223,0.00014540273696184158,-0.003381073474884033 +205,-0.016951219960570342,0.00209168155612136,-2.475652692545871,-0.016950370743870735,-0.0020916799549013376,-0.9998541474342346,0.00021972320973873138,0.0007451595738530159,0.0004594286438077688,-0.0010092239826917648,-0.00010558543726801872,-0.002449929714202881 +206,-0.01701140546691421,0.002091362764071744,-2.475641858857219,-0.01701054722070694,-0.0020913612097501755,-0.9998531341552734,-0.00031686946749687195,0.00018577976152300835,0.0010866293450817466,8.85501503944397e-05,0.00012297742068767548,-0.0029850006103515625 +207,-0.01703809999851878,0.0020970481100110196,-2.4756250408699594,-0.01703723892569542,-0.0020970464684069157,-0.9998526573181152,-0.001179615966975689,-0.0011284048669040203,0.00019639416132122278,8.472427725791931e-05,0.00032702693715691566,-0.0015664100646972656 +208,-0.017009619124306718,0.0020676108351353863,-2.475586091803257,-0.017008762806653976,-0.0020676094572991133,-0.9998531937599182,-0.00033708568662405014,0.00038714706897735596,0.0018067965283989906,-0.0008287597447633743,0.0002975903917104006,-0.0030306577682495117 +209,-0.01697435653408662,0.0020650965118108942,-2.4755711420403888,-0.016973504796624184,-0.002065095119178295,-0.999853789806366,-0.001870378851890564,-0.00026614638045430183,-0.0003627445548772812,-0.0006503947079181671,-0.0015054612886160612,-0.002251863479614258 +210,-0.016922543262778703,0.0020649616699099575,-2.4756088340431033,-0.016921699047088623,-0.0020649603102356195,-0.9998546838760376,-0.0010911673307418823,-0.0011522267013788223,-0.0004693918162956834,-0.001007378101348877,-5.60111366212368e-05,-0.0027240514755249023 +211,-0.01688270934533319,0.0020951420133779523,-2.4755780855529426,-0.016881870105862617,-0.002095140516757965,-0.9998552799224854,0.00032436009496450424,0.0008598677814006805,-0.002136372961103916,0.0004481561481952667,0.00015727407298982143,-0.002692878246307373 +212,-0.01678176684379514,0.0020952350249423012,-2.475583489357158,-0.016780942678451538,-0.002095233416184783,-0.9998570084571838,0.0009570419788360596,7.090996950864792e-05,-0.0005526229506358504,0.0003930032253265381,-0.00023936107754707336,-0.002660691738128662 +213,-0.016795633182776652,0.0020866415623516576,-2.47555224159139,-0.016794806346297264,-0.002086640102788806,-0.9998567700386047,0.0010599121451377869,0.0020363247022032738,-0.0015686374390497804,-5.089491605758667e-05,1.1444790288805962e-05,-0.0023709535598754883 +214,-0.016780621396254667,0.0021454042942339454,-2.4755565225804412,-0.016779795289039612,-0.0021454025991261005,-0.9998568892478943,0.0033166329376399517,0.00029851775616407394,0.0014230208471417427,0.00013245828449726105,-0.0005554028321057558,-0.0027980804443359375 +215,-0.016741970809274444,0.002162451210466679,-2.4755648580602982,-0.016741149127483368,-0.0021624495275318623,-0.9998575448989868,0.000615839846432209,0.0007693730294704437,0.001009335508570075,-0.0003486946225166321,-0.00021792156621813774,-0.0030874013900756836 +216,-0.01673911252015472,0.002202655642592444,-2.4755249742607335,-0.0167382899671793,-0.002202653791755438,-0.999857485294342,0.0013289367780089378,-0.0007304190658032894,-0.0006250551668927073,-0.0002905186265707016,0.0007835864089429379,-0.002690732479095459 +217,-0.016732178222516814,0.0022048200088956847,-2.4755332734048605,-0.01673135720193386,-0.0022048181854188442,-0.9998576045036316,0.0003835093230009079,0.0006014732643961906,-0.00020190596114844084,-0.0005568526685237885,0.0004653162322938442,-0.002843201160430908 +218,-0.01676944444042805,0.002203558317547349,-2.4755956354847797,-0.016768617555499077,-0.002203556476160884,-0.9998569488525391,-0.0005640676245093346,-0.004202570766210556,0.0009385206503793597,-0.00015337765216827393,0.0007844890933483839,-0.002721726894378662 +219,-0.016798629529874005,0.0021615794671904745,-2.475595157407467,-0.016797799617052078,-0.002161577809602022,-0.9998565912246704,0.0015156217850744724,0.0010093813762068748,-0.0011472405167296529,-0.0007345490157604218,-6.620539352297783e-05,-0.00205075740814209 +220,-0.01675508132765874,0.0021636586714902316,-2.4755919636672465,-0.016754258424043655,-0.0021636569872498512,-0.9998573064804077,0.0017506037838757038,-0.00042214198037981987,-0.0005959293339401484,-0.0010069720447063446,-0.0004303371533751488,-0.0018821954727172852 +221,-0.01684715088853926,0.0021669975586137316,-2.475552057221942,-0.016846314072608948,-0.0021669957786798477,-0.9998557567596436,0.0003089355304837227,0.0015146378427743912,0.0018041811417788267,-0.00010620057582855225,-0.000533809419721365,-0.0023415088653564453 +222,-0.016933717005704865,0.0021407115381107344,-2.475543491796418,-0.01693286933004856,-0.002140709897503257,-0.999854326248169,0.002054853830486536,-0.001613969448953867,-0.0010036756284534931,0.0005296729505062103,-0.0003006958868354559,-0.0030295252799987793 +223,-0.016979354671077907,0.0021670868374711974,-2.4756017158578127,-0.016978498548269272,-0.002167085185647011,-0.9998534917831421,0.0012530386447906494,-0.0005214647389948368,-0.001849766238592565,-0.0009048003703355789,0.0005954301450401545,-0.0026488900184631348 +224,-0.01704940575905779,0.002198881987314245,-2.475582192672096,-0.017048537731170654,-0.0021988803055137396,-0.9998522400856018,0.0009705163538455963,-0.0013686972670257092,-0.0005414148326963186,0.00037068314850330353,0.0005509315524250269,-0.001719355583190918 +225,-0.01704837148020669,0.0021885257447484003,-2.4756058733604034,-0.01704750396311283,-0.0021885239984840155,-0.9998522996902466,0.0018713008612394333,-0.0006769201718270779,-0.001971474615857005,-0.0007289834320545197,-0.0003749527968466282,-0.001963496208190918 +226,-0.01705871585028815,0.0021674464072017645,-2.475582394156699,-0.01705784909427166,-0.0021674446761608124,-0.999852180480957,0.0019184919074177742,0.0006223097443580627,0.00040696177165955305,0.0003799907863140106,-0.00024344353005290031,-0.0030622482299804688 +227,-0.01702397377637325,0.0021942194406139536,-2.475571223069822,-0.017023110762238503,-0.002194217639043927,-0.99985271692276,0.0003622593358159065,-0.001572363544255495,-0.00014817470218986273,-5.14741986989975e-05,0.00010376377031207085,-0.0028023123741149902 +228,-0.017081247616190138,0.002121504042324444,-2.475618453342008,-0.01708037778735161,-0.002121502533555031,-0.9998518824577332,-0.0011266227811574936,-0.0008181771263480186,-0.0006550779798999429,-0.0007571466267108917,0.0002446714788675308,-0.0033982396125793457 +229,-0.017109742278969123,0.0021374042446202913,-2.4755789731912996,-0.017108868807554245,-0.0021374025382101536,-0.9998513460159302,-0.00153361726552248,0.00019390229135751724,0.00018051813822239637,-0.000759173184633255,1.643085852265358e-05,-0.0033224821090698242 +230,-0.017120911068571398,0.002147446308390398,-2.475593476140059,-0.017120035365223885,-0.0021474447567015886,-0.9998511075973511,-0.00048416201025247574,-0.00029727304354310036,0.0007957187481224537,-0.0006106756627559662,-9.559723548591137e-05,-0.0018272995948791504 +231,-0.017157483255696878,0.0021171496135412643,-2.4755883039098383,-0.017156602814793587,-0.002117148134857416,-0.9998505711555481,0.001521917525678873,-0.0005685011856257915,-0.0005083035212010145,6.675906479358673e-05,0.0006065280176699162,-0.0020872950553894043 +232,-0.017190731636690253,0.002116591524324653,-2.4756193630962002,-0.01718984730541706,-0.002116590039804578,-0.9998499751091003,-0.0012002494186162949,-0.0017684218473732471,-0.00020549586042761803,6.948597729206085e-05,-0.0007520618382841349,-0.003232240676879883 +233,-0.01721889552554691,0.002151795221513296,-2.4756110846804193,-0.017218004912137985,-0.0021517935674637556,-0.9998494386672974,0.0005971379578113556,0.00023234449326992035,-0.0005625839112326503,0.00037230364978313446,0.0001681509893387556,-0.0014627575874328613 +234,-0.017251854513871474,0.0021149470768597038,-2.4756162319251667,-0.01725096069276333,-0.0021149455569684505,-0.9998489618301392,-0.00020526349544525146,0.0021007414907217026,0.0013769723009318113,0.00028318725526332855,0.00031440844759345055,-0.00218045711517334 +235,-0.017230735698649004,0.0021225978411780638,-2.475622706238021,-0.017229843884706497,-0.002122596139088273,-0.9998493194580078,0.00046319887042045593,0.0005235308781266212,-0.0006238669157028198,0.0002315528690814972,-8.99285078048706e-05,-0.0032176971435546875 +236,-0.017278260606449377,0.0021201366882565562,-2.4756611568881985,-0.017277361825108528,-0.0021201351191848516,-0.999848484992981,-0.0016056550666689873,-0.0007429681718349457,-0.0001318278955295682,-0.0005296450108289719,0.0007621031254529953,-0.002364039421081543 +237,-0.017295188931693902,0.002107175030133939,-2.4756934788834175,-0.01729428768157959,-0.0021071734372526407,-0.9998482465744019,-0.0017602648586034775,0.0010258406400680542,0.0015651839785277843,-0.00026857852935791016,0.00010827183723449707,-0.0024253129959106445 +238,-0.017287437371739708,0.00210353076093788,-2.475739403793082,-0.01728653721511364,-0.0021035291720181704,-0.9998483657836914,0.0002465303987264633,-0.001126845832914114,-0.0016183833358809352,-0.00045943446457386017,-0.0006888294592499733,-0.0022726058959960938 +239,-0.01726640615305308,0.002129517073478163,-2.47581951356195,-0.01726550981402397,-0.0021295154001563787,-0.9998486638069153,-0.0015650056302547455,0.0005453908815979958,0.00023878482170403004,2.308003604412079e-05,-0.00015930249355733395,-0.0031419992446899414 +240,-0.01721058861715514,0.0021719789756098062,-2.4758164465086767,-0.017209697514772415,-0.0021719771903008223,-0.9998495578765869,0.0019261720590293407,-6.700586527585983e-05,0.0023745291400700808,-0.00029213353991508484,0.0003256639465689659,-0.002652883529663086 +241,-0.01718302856579472,0.0021209268398126807,-2.475797859003981,-0.01718214526772499,-0.002120925346389413,-0.9998501539230347,0.00037794094532728195,0.0012240903452038765,-0.0004410728579387069,0.00022963061928749084,0.0011291042901575565,-0.000928044319152832 +242,-0.01718581873409344,0.0021630881511712175,-2.475814053085456,-0.01718493178486824,-0.0021630865521728992,-0.9998499751091003,-0.0011687083169817924,0.0001884130761027336,0.00014070607721805573,-0.0003931913524866104,7.26326834410429e-05,-0.002408266067504883 +243,-0.017159974237977604,0.0021631972609479078,-2.475831972832531,-0.01715909130871296,-0.0021631955169141293,-0.9998504519462585,0.0008533354848623276,-0.0007639839313924313,-0.002192848362028599,-0.0005716215819120407,0.0008204220794141293,-0.002362072467803955 +244,-0.01715504148122352,0.0021301226796673184,-2.4758694011149958,-0.017154160887002945,-0.0021301209926605225,-0.9998505711555481,-0.002641797997057438,-0.0016805301420390606,-0.0021967291831970215,0.0009035523980855942,9.149545803666115e-06,-0.003155350685119629 +245,-0.017174477124508116,0.002126851522510742,-2.4758654842864707,-0.01717359386384487,-0.0021268499549478292,-0.9998502731323242,0.0005839280784130096,-0.0019168751314282417,-0.00028219050727784634,0.0007093604654073715,-0.0002992977388203144,-0.0020875930786132812 +246,-0.017156004471543942,0.00215947315540056,-2.475884478122848,-0.017155122011899948,-0.0021594713907688856,-0.9998505115509033,-0.0027851155027747154,-0.0019182609394192696,-0.0018640474881976843,0.0008282177150249481,3.849947825074196e-05,-0.0022552013397216797 +247,-0.017092141200499466,0.002143668101869666,-2.475878930850051,-0.01709127053618431,-0.0021436663810163736,-0.999851644039154,0.0013190396130084991,-0.000374689232558012,0.0005907227750867605,-0.0003342665731906891,0.0002210591919720173,-0.0024829506874084473 +248,-0.01709078557625013,0.0021220874521657475,-2.4758739227365307,-0.01708991453051567,-0.0021220857743173838,-0.9998517036437988,-0.000604553148150444,0.00011031702160835266,0.0007201663684099913,-0.0004119165241718292,-0.0006092377007007599,-0.002513408660888672 +249,-0.017096010414507215,0.002201090029756715,-2.4759161256878564,-0.017095135524868965,-0.0022010882385075092,-0.9998514652252197,-0.0007285363972187042,0.0004403041675686836,0.00042014301288872957,-0.00029988400638103485,-4.195375367999077e-05,-0.0032918453216552734 +250,-0.017144840457082082,0.002198647742310023,-2.4759081218819334,-0.017143959179520607,-0.002198646077886224,-0.9998506307601929,0.000597669743001461,-0.0005761007778346539,-0.0011393530294299126,0.000206703320145607,-0.0006700060330331326,-0.002483963966369629 +251,-0.017140140064475215,0.002230497822396277,-2.475876185842397,-0.017139257863163948,-0.0022304959129542112,-0.9998506307601929,0.0006602248176932335,-0.0007192813791334629,0.0009033378446474671,0.00017148442566394806,-8.883979171514511e-05,-0.002834916114807129 +252,-0.017149008359347576,0.0021405974394298212,-2.475861499419828,-0.017148127779364586,-0.0021405958104878664,-0.9998506903648376,-0.002046685665845871,0.0016859127208590508,-0.00028083939105272293,-0.0002774074673652649,-0.0006059864535927773,-0.0021329522132873535 +253,-0.017075656809786198,0.0021826332461483966,-2.4758375107462354,-0.017074786126613617,-0.0021826315205544233,-0.9998518228530884,0.00033187586814165115,-0.001962527632713318,-0.0018979946617037058,-0.0006406661123037338,7.691909559071064e-05,-0.0027268528938293457 +254,-0.017112429373445627,0.002232198416651163,-2.4758510177786084,-0.017111551016569138,-0.002232196507975459,-0.9998511075973511,0.00163658382371068,-0.001176583580672741,-3.391643986105919e-05,-0.0006649382412433624,0.00037062400951981544,-0.0029412508010864258 +255,-0.017120347818189136,0.0022342179902154055,-2.4758415913363936,-0.01711946912109852,-0.0022342160809785128,-0.9998509287834167,-0.001803223043680191,-0.0006595971062779427,-0.0029441164806485176,0.0005331672728061676,0.00022005639038980007,-0.0026819705963134766 +256,-0.01709946503322431,0.002236817848881985,-2.4758689817471558,-0.01709858886897564,-0.002236815867945552,-0.9998512864112854,-0.00206148624420166,0.0011275708675384521,-0.0009370349580422044,0.0008327215909957886,7.006782107055187e-05,-0.0025442838668823242 +257,-0.017028963603161442,0.002238885836637358,-2.475920565682291,-0.017028097063302994,-0.0022388838697224855,-0.9998524785041809,-0.0006051408126950264,0.0006821462884545326,-0.00116196449380368,-0.000168556347489357,-0.00018726312555372715,-0.0032144784927368164 +258,-0.017037459613043753,0.002209908780769871,-2.4759197290537105,-0.017036594450473785,-0.002209906931966543,-0.9998524188995361,-0.0010341359302401543,-0.00016137678176164627,-0.001940645044669509,-8.37668776512146e-05,-4.839361645281315e-05,-0.002237975597381592 +259,-0.017044355725184108,0.0021505698310939556,-2.4758879623157872,-0.017043491825461388,-0.0021505681797862053,-0.9998524188995361,-0.0014921864494681358,0.00283957552164793,0.0003166842507198453,0.00031985901296138763,-0.00041290814988315105,-0.0019480586051940918 +260,-0.017035225648872707,0.0021721025532337613,-2.4758850900771487,-0.017034361138939857,-0.0021721008233726025,-0.9998525381088257,0.0011165114119648933,0.000581914559006691,-4.879874177277088e-05,0.0004022829234600067,-0.00016249367035925388,-0.004038393497467041 +261,-0.017061472408314154,0.002195578234557094,-2.475922759283797,-0.017060603946447372,-0.002195576438680291,-0.9998520612716675,-0.00015121512115001678,0.0014024917036294937,-0.0008586416952311993,-0.00048700347542762756,0.00018141651526093483,-0.0028487443923950195 +262,-0.01705908156321286,0.002090003874447553,-2.4759409302035356,-0.01705821603536606,-0.0020900024101138115,-0.9998522996902466,6.241165101528168e-05,0.0016808705404400826,0.0003038328140974045,-0.0003062840551137924,0.0008998170960694551,-0.0025585293769836426 +263,-0.017051092148262274,0.002081989640227003,-2.475931535756637,-0.017050229012966156,-0.0020819881465286016,-0.9998524785041809,0.001078454777598381,0.0010610409080982208,0.00108975893817842,0.000860653817653656,-0.000359418336302042,-0.002192199230194092 +264,-0.017020993141879527,0.0020966072716429875,-2.475963260619374,-0.01702013425529003,-0.002096605719998479,-0.9998529553413391,0.00017433427274227142,-0.001123326364904642,0.0008952287025749683,-0.00019177980720996857,-0.0005584238097071648,-0.0026647448539733887 +265,-0.017062388077721313,0.0021270496407788603,-2.476054780105519,-0.017061522230505943,-0.0021270480938255787,-0.999852180480957,-0.0002039363607764244,0.00029562972486019135,-0.001128723262809217,-0.00048608705401420593,-0.0001465114764869213,-0.0027418136596679688 +266,-0.017118634984229282,0.0021613150315644655,-2.476031325717241,-0.017117759212851524,-0.0021613133139908314,-0.9998511672019958,-0.0003542071208357811,-0.00011166185140609741,-7.04833073541522e-05,0.00037886761128902435,-0.0005852687172591686,-0.0025292038917541504 +267,-0.017137207189354194,0.0021795353955494125,-2.4760432850314182,-0.017136327922344208,-0.0021795337088406086,-0.9998508095741272,-0.001979985274374485,0.0002857903018593788,-0.0018970241071656346,0.0009009763598442078,-0.0002313549630343914,-0.0017971396446228027 +268,-0.017144512204460907,0.0022154037590885922,-2.4760857099380895,-0.017143629491329193,-0.002215401967987418,-0.9998505711555481,-0.0004086587578058243,9.291525930166245e-05,-0.0009310415480285883,0.00048103369772434235,0.0005216763820499182,-0.002743363380432129 +269,-0.017150745264255897,0.0022054477202431318,-2.476068025034766,-0.01714986190199852,-0.002205445896834135,-0.9998505115509033,0.0002552242949604988,0.0018883692100644112,0.0024554042611271143,-0.0007639545947313309,-0.00025121914222836494,-0.0017364025115966797 +270,-0.017103614546610905,0.002113589949904307,-2.476109038445208,-0.017102742567658424,-0.002113588387146592,-0.9998515248298645,0.00019026082009077072,-0.0034137689508497715,0.0010912412544712424,-0.0005364175885915756,0.0003283102996647358,-0.003703773021697998 +271,-0.017219145608323574,0.0020700961577198775,-2.4761071347227825,-0.01721825823187828,-0.0020700946915894747,-0.9998496174812317,-0.0014753397554159164,0.0005552684888243675,-0.00025807449128478765,0.0005861781537532806,0.000696803443133831,-0.0025765299797058105 +272,-0.01718373731245505,0.0020606401703852036,-2.4761027383674437,-0.017182854935526848,-0.00206063874065876,-0.9998502135276794,0.0030005350708961487,0.0011338982731103897,-0.0012576323933899403,-0.0007462203502655029,-0.00010610907338559628,-0.0019960403442382812 +273,-0.017170118346690213,0.002130005524069966,-2.476138772767227,-0.01716923527419567,-0.0021300038788467646,-0.999850332736969,-0.0013374518603086472,0.00028991885483264923,0.00029455963522195816,-0.0008819121867418289,-0.00021984940394759178,-0.002987802028656006 +274,-0.017212265463399212,0.0021868451165720374,-2.476145751616524,-0.017211373895406723,-0.002186843426898122,-0.9998494982719421,-0.0013786545023322105,-0.0009297407232224941,-0.0004823845811188221,-0.000320974737405777,0.0001726835034787655,-0.0027902722358703613 +275,-0.017211874314967353,0.002155743470269027,-2.476147139886,-0.017210984602570534,-0.002155741909518838,-0.9998495578765869,-0.00280078686773777,0.0003844723105430603,0.0006217757472768426,0.0014791730791330338,-0.00014833547174930573,-0.002759695053100586 +276,-0.017148108456484096,0.002109281558070799,-2.476097924637504,-0.017147229984402657,-0.002109280088916421,-0.9998507499694824,-5.531776696443558e-05,-0.002162081189453602,0.0035386078525334597,0.00034730322659015656,-0.0003626439720392227,-0.002682209014892578 +277,-0.017140803947356526,0.0020906703544288498,-2.47613699496106,-0.017139926552772522,-0.002090668771415949,-0.9998509287834167,-0.0004941560328006744,-0.0006423112936317921,-0.00138235988561064,0.000797763466835022,0.00047323713079094887,-0.003963768482208252 +278,-0.017137535682073816,0.0020668464986918554,-2.476171389798166,-0.01713665947318077,-0.0020668450742959976,-0.9998510479927063,-0.00035812146961688995,0.0008322009816765785,0.0001357761211693287,0.00021466240286827087,0.0006477776914834976,-0.0018426775932312012 +279,-0.017164395747396834,0.0020835588399862443,-2.4761545962415124,-0.017163515090942383,-0.0020835574250668287,-0.9998505115509033,-0.0014374414458870888,-0.0003327867016196251,-0.002178419614210725,-0.00047564320266246796,0.0006034548860043287,-0.0027281641960144043 +280,-0.017166353191137528,0.0020503452251980996,-2.47613696544078,-0.017165474593639374,-0.0020503439009189606,-0.9998505711555481,0.002906369511038065,-0.0014660758897662163,0.0010122739477083087,0.0002587363123893738,0.00012773647904396057,-0.0019347071647644043 +281,-0.017170574076281843,0.0020511911429145742,-2.4761187880525877,-0.017169693484902382,-0.002051189774647355,-0.9998505115509033,0.0009538838639855385,0.0007007820531725883,-0.000976616283878684,-0.0010798163712024689,0.0003116875886917114,-0.0030333995819091797 +282,-0.017168545916138672,0.0020880152337349445,-2.4761563176327845,-0.01716766506433487,-0.002088013803586364,-0.9998504519462585,-0.0006061382591724396,0.0010034320876002312,-0.0014879102818667889,-0.00010528415441513062,0.00025695934891700745,-0.003018200397491455 +283,-0.017175620599684704,0.002076182366332077,-2.4761336713781823,-0.01717473939061165,-0.002076180884614587,-0.999850332736969,-0.0020356588065624237,0.0029831314459443092,3.8315076380968094e-05,-0.0004339013248682022,0.00042823213152587414,-0.0030487775802612305 +284,-0.017138352546340743,0.0020267711230544183,-2.4761012227268773,-0.017137479037046432,-0.0020267697982490063,-0.9998511075973511,-0.001187778078019619,-0.0006052176468074322,-0.000908626476302743,-0.0007305629551410675,-0.00020101340487599373,-0.0023003816604614258 +285,-0.01716314549394616,0.0019788313449586184,-2.476126815883213,-0.017162268981337547,-0.0019788299687206745,-0.9998507499694824,-0.00010718777775764465,-0.00015267962589859962,-0.0003770620096474886,5.716830492019653e-05,-0.00034050573594868183,-0.0021175742149353027 +286,-0.017132086960977035,0.001988515802808419,-2.4761182795315677,-0.01713121496140957,-0.0019885145593434572,-0.9998512864112854,-0.00024111662060022354,0.000994160771369934,0.0006172326393425465,0.0001329239457845688,-0.00017823372036218643,-0.0030173659324645996 +287,-0.017073919213620323,0.0019742941989720555,-2.4760741158338875,-0.01707305572926998,-0.001974293030798435,-0.9998522996902466,0.0031133522279560566,0.0023661628365516663,0.0007131219608709216,-0.0006881747394800186,0.0005704844370484352,-0.002528071403503418 +288,-0.01701585364208807,0.0019917149998918164,-2.47602717141663,-0.0170149989426136,-0.0019917136523872614,-0.999853253364563,0.0001408485695719719,-0.00017089443281292915,-3.0374969355762005e-05,0.00021507218480110168,0.000526870135217905,-0.0019930601119995117 +289,-0.017033911324644276,0.0020389012212677616,-2.475994751040634,-0.017033051699399948,-0.0020388998091220856,-0.9998528361320496,-0.0016391482204198837,-0.001892385073006153,0.0004653290379792452,0.00018735043704509735,-0.00015836558304727077,-0.001932382583618164 +290,-0.01703475464824771,0.0020987707821073995,-2.4760073867253825,-0.0170338936150074,-0.0020987691823393106,-0.99985271692276,0.0006521353498101234,-1.0397285223007202e-05,0.0007013550493866205,-0.0005137138068675995,0.000252455472946167,-0.0028175711631774902 +291,-0.01699933247949289,0.0020854215781982714,-2.4760015693510913,-0.016998477280139923,-0.0020854200702160597,-0.9998533129692078,0.002538986038416624,-0.0010808715596795082,-0.002275197533890605,-0.00016765855252742767,0.000132295535877347,-0.002954244613647461 +292,-0.017028858204373762,0.002100548511342808,-2.476014175678749,-0.017027998343110085,-0.0021005470771342516,-0.9998528361320496,-0.0007654512301087379,-0.0008245655335485935,0.0016917675966396928,-0.0003975406289100647,-0.0006765527650713921,-0.0025580525398254395 +293,-0.017015647092238725,0.0021245421949222425,-2.4759550922687787,-0.01701478846371174,-0.0021245405077934265,-0.9998529553413391,-0.0010651592165231705,-0.0011203410103917122,0.0010923859663307667,-0.00013609044253826141,-0.0004541941452771425,-0.0025426149368286133 +294,-0.01703414208313695,0.00215037429626547,-2.475934247105252,-0.017033278942108154,-0.002150372602045536,-0.9998525977134705,-0.0005448069423437119,-0.0017695236019790173,0.0006064575864002109,-0.0013688188046216965,-0.0004893976729363203,-0.0023598670959472656 +295,-0.01700487371146015,0.002091759559737957,-2.47591734311478,-0.017004016786813736,-0.0020917579531669617,-0.999853253364563,0.0021337727084755898,-0.0016806107014417648,0.0007578263757750392,-8.582696318626404e-05,0.0010541602969169617,-0.0032442808151245117 +296,-0.016975788575645592,0.002120590172800069,-2.47588132011601,-0.016974935308098793,-0.0021205886732786894,-0.9998536705970764,0.00022688880562782288,0.0004898663610219955,-0.0032818967010825872,-0.000694742426276207,0.0006099683232605457,-0.003335416316986084 +297,-0.01694817888670579,0.0021144349109098997,-2.475962545240248,-0.01694732904434204,-0.002114433329552412,-0.9998541474342346,0.001059751957654953,0.0001300238072872162,0.0006048886571079493,0.000620424747467041,0.00013079075142741203,-0.002755105495452881 +298,-0.016909936068550832,0.0021646998498721553,-2.47596729514444,-0.01690909080207348,-0.0021646982058882713,-0.9998546838760376,-0.00039009470492601395,0.0003559878095984459,0.00042545772157609463,-7.39414244890213e-05,-0.00042929593473672867,-0.0014117956161499023 +299,-0.016916236480584684,0.0021750899398054516,-2.475952732237523,-0.016915390267968178,-0.0021750882733613253,-0.999854564666748,0.0031065023504197598,-0.00158744677901268,1.3311626389622688e-05,0.0004206392914056778,8.463393896818161e-05,-0.002708911895751953 +300,-0.016942534258219368,0.002245084294498405,-2.475993651683068,-0.016941681504249573,-0.0022450825199484825,-0.9998539686203003,-0.0007367925718426704,-0.001989835873246193,-0.0002561210421845317,-0.00019393861293792725,0.0001851459965109825,-0.002846837043762207 +301,-0.016965917573514285,0.002254981698144139,-2.4760200312656053,-0.01696506142616272,-0.002254979684948921,-0.9998535513877869,0.00034000352025032043,0.0019291965290904045,-0.0025433495175093412,-0.0010250508785247803,-0.0001711677759885788,-0.0026488900184631348 +302,-0.016994793980754035,0.0022556195754367767,-2.476047806316689,-0.0169939324259758,-0.002255617640912533,-0.9998530745506287,-0.0008049206808209419,2.366863191127777e-05,0.0009011463262140751,0.00013297051191329956,-0.0001552710309624672,-0.002084791660308838 +303,-0.016997895643608485,0.0022809879365209094,-2.4760526856000165,-0.01699703373014927,-0.002280985936522484,-0.9998529553413391,0.001701817847788334,0.00010338146239519119,7.271161302924156e-05,-0.0006421282887458801,-0.00022145546972751617,-0.0023595690727233887 +304,-0.017056319961031314,0.002277658463395906,-2.476006210279716,-0.0170554481446743,-0.0022776564583182335,-0.9998519420623779,0.0015136543661355972,0.0013812566176056862,-0.003111309139057994,-0.00021749921143054962,-0.00017900834791362286,-0.001948535442352295 +305,-0.01706779732770836,0.002291854352370378,-2.4760185016140253,-0.017066923901438713,-0.0022918523754924536,-0.9998517036437988,-5.59147447347641e-05,-2.2013671696186066e-05,-5.910568870604038e-05,-0.0002823173999786377,0.0006744207348674536,-0.0034288763999938965 +306,-0.017106419595706693,0.002311499596339597,-2.4760261080344423,-0.01710554026067257,-0.002311497461050749,-0.9998509883880615,0.0005930457264184952,-0.0021323510445654392,0.00026595802046358585,0.0005802735686302185,-0.00011464976705610752,-0.001980006694793701 +307,-0.017103340746773436,0.0023508459623740943,-2.476064193047019,-0.01710245944559574,-0.00235084374435246,-0.9998509883880615,-0.0011348184198141098,0.0011416440829634666,-0.00024476542603224516,-0.00041463039815425873,0.00015357788652181625,-0.0021631717681884766 +308,-0.017141618170809753,0.002370124029377456,-2.4760704799896867,-0.01714073121547699,-0.0023701218888163567,-0.9998502731323242,0.0010277284309267998,0.00017486512660980225,-4.329252988100052e-06,0.000493394210934639,0.0011646777857095003,-0.002530038356781006 +309,-0.01715385340139948,0.0023754960089026117,-2.476079252241924,-0.01715296320617199,-0.0023754937574267387,-0.9998500347137451,-0.0006444798782467842,-0.0005492959171533585,0.0010934616439044476,6.312131881713867e-05,0.0003460750449448824,-0.0018283724784851074 +310,-0.017147841209449434,0.0023683675027076152,-2.4760998268987504,-0.01714695245027542,-0.002368365181609988,-0.9998501539230347,-0.0005269516259431839,-0.0006379373371601105,-0.0010494989110156894,0.0005759093910455704,-0.0007139097433537245,-0.0027590394020080566 +311,-0.01712816428848973,0.0023828316167756208,-2.4761420649303005,-0.017127277329564095,-0.0023828293196856976,-0.9998504519462585,0.002839705441147089,6.721168756484985e-05,0.0005410334561020136,-0.000221962109208107,0.0007043627556413412,-0.0026061534881591797 +312,-0.017090794493059443,0.002423297420745439,-2.476157622693191,-0.01708991266787052,-0.0024232950527220964,-0.9998510479927063,-0.0009110094979405403,-0.0009093675762414932,0.0008856873027980328,0.0006714556366205215,0.0002107704058289528,-0.003124415874481201 +313,-0.017076702529941156,0.00244356684995648,-2.476170487672977,-0.01707582175731659,-0.0024435643572360277,-0.9998512268066406,-0.0004477817565202713,0.0008455179631710052,-0.0013065389357507229,-0.0005480796098709106,0.00024629849940538406,-0.002620697021484375 +314,-0.017097757855347714,0.0024429879414020494,-2.4762181439243176,-0.017096873372793198,-0.002442985540255904,-0.999850869178772,-0.0015149405226111412,0.0009343698620796204,-0.0009188551921397448,6.806477904319763e-05,0.0005661542527377605,-0.0031856298446655273 +315,-0.01715396423877124,0.002477967525882439,-2.4762190343106454,-0.017153069376945496,-0.002477965084835887,-0.999849796295166,-0.0017010988667607307,5.911942571401596e-05,-0.0012812186032533646,0.00035314634442329407,0.000891051022335887,-0.003064572811126709 +316,-0.0171179554808406,0.002387521242631178,-2.4762258864543427,-0.01711707003414631,-0.002387518994510174,-0.9998506307601929,-0.0008439039811491966,0.0006517292931675911,-0.0004121847450733185,-0.0005068276077508926,0.0008158639539033175,-0.0023465752601623535 +317,-0.017141656125272266,0.0023470091455347836,-2.476297521575646,-0.017140770331025124,-0.002347006928175688,-0.999850332736969,0.0016164868138730526,-0.0025264564901590347,-0.0009383626747876406,-5.5884942412376404e-05,-0.0007200096733868122,-0.0015534758567810059 +318,-0.017094617201018777,0.0023219714211943575,-2.4763148029294992,-0.017093738541007042,-0.0023219692520797253,-0.9998511672019958,-0.00015381351113319397,0.001683213748037815,0.0004535396583378315,-8.765608072280884e-05,-0.0002872834447771311,-0.003520965576171875 +319,-0.01716099781651773,0.0023285591145499013,-2.476302702526674,-0.01716010831296444,-0.002328556962311268,-0.9998500347137451,-9.43327322602272e-05,-4.737265408039093e-05,0.001325445482507348,0.00013130158185958862,0.0003601734060794115,-0.0021945834159851074 +320,-0.017132034315583147,0.0023442612943759206,-2.4763440569873514,-0.017131149768829346,-0.002344259060919285,-0.9998505115509033,0.00175443384796381,0.00024808570742607117,-0.0008581902366131544,0.0006363987922668457,0.0003148401156067848,-0.00437617301940918 +321,-0.017154937387120924,0.0023378715122731116,-2.476304077544921,-0.01715404912829399,-0.0023378694895654917,-0.9998501539230347,0.001001616008579731,-0.00027034757658839226,-0.0010113633470609784,7.946416735649109e-05,-0.000256124883890152,-0.002423405647277832 +322,-0.017148071630239677,0.0023382319926679085,-2.47632302933976,-0.017147185280919075,-0.002338229911401868,-0.9998502135276794,0.001873647328466177,-0.0007866248488426208,0.0010367322247475386,-0.001102326437830925,-0.00030154059641063213,-0.0022401809692382812 +323,-0.01715775447491797,0.002356147736800084,-2.4763227757511603,-0.01715686544775963,-0.002356145530939102,-0.9998500347137451,-0.0007568113505840302,-0.0013685361482203007,-0.0005803635576739907,-7.03074038028717e-05,0.0004945732653141022,-0.002576112747192383 +324,-0.017129975911354425,0.0023376019812835556,-2.4762834274055763,-0.017129091545939445,-0.0023375998716801405,-0.9998505711555481,0.0004716822877526283,-0.001055023167282343,0.0007592716719955206,0.0001002829521894455,0.00029292237013578415,-0.0033079981803894043 +325,-0.017107710170373002,0.0023203745328654836,-2.476334758703489,-0.017106829211115837,-0.002320372499525547,-0.9998509883880615,-0.0010667676106095314,-0.00031885458156466484,-0.002515658736228943,0.0002000909298658371,0.00015362445265054703,-0.0020105838775634766 +326,-0.017071383576930707,0.0024273569946750844,-2.4763286606352928,-0.017070503905415535,-0.0024273546878248453,-0.9998513460159302,-0.0005071256309747696,0.0008476283401250839,-0.0024539188016206026,-6.511621177196503e-05,0.0007031112909317017,-0.0014303922653198242 +327,-0.017072282140227588,0.0023899505903220114,-2.4763079478511814,-0.017071403563022614,-0.0023899483494460583,-0.999851405620575,0.0010332576930522919,0.0008080936968326569,0.0019858847372233868,-0.00015576742589473724,0.0006351878400892019,-0.0029256343841552734 +328,-0.017073761872371977,0.002360271609120068,-2.47633076001344,-0.017072884365916252,-0.0023602694272994995,-0.9998514652252197,-0.004083643667399883,-0.00016974005848169327,0.0003129602409899235,0.0012952964752912521,-0.0004931241273880005,-0.0023152828216552734 +329,-0.01702500961239011,0.002316890591690814,-2.476313360069456,-0.017024140805006027,-0.0023168884217739105,-0.9998524188995361,-0.0010749809443950653,-0.0006948201917111874,-0.00012758909724652767,-0.0006607957184314728,-0.00021607056260108948,-0.0018718242645263672 +330,-0.01704050596231783,0.002313216421337503,-2.4763337603630116,-0.01703963615000248,-0.0023132143542170525,-0.9998521208763123,0.0009541697800159454,0.0005735382437705994,-0.001807431923225522,-0.0006758160889148712,0.0007568181026726961,-0.0014295578002929688 +331,-0.0170640365872504,0.0022820950577799324,-2.476357158044691,-0.017063163220882416,-0.002282093046233058,-0.9998518228530884,-0.001236921176314354,0.0006739217787981033,-0.0013347296044230461,0.00021746009588241577,0.00016112113371491432,-0.001887679100036621 +332,-0.017105207147305103,0.002253901972430778,-2.476399418064504,-0.01710432954132557,-0.002253900049254298,-0.9998511672019958,0.0006966544315218925,-0.0002375217154622078,-0.00046823464799672365,-0.0004890542477369308,-0.0009962217882275581,-0.0020104050636291504 +333,-0.0170829091645087,0.002201493389458746,-2.476497582548066,-0.017082037404179573,-0.0022014915011823177,-0.999851644039154,-0.00041638873517513275,-0.0021163057535886765,0.00028668995946645737,-0.0006639342755079269,0.0006756132934242487,-0.002299785614013672 +334,-0.01712288320227282,0.0022620015189248697,-2.476512739033323,-0.017122002318501472,-0.0022619995288550854,-0.999850869178772,0.0030097495764493942,-0.0018045799806714058,0.0008797154296189547,0.0002457816153764725,-0.0004693237133324146,-0.0026515722274780273 +335,-0.017164112331747885,0.0022670422445969516,-2.47649792180817,-0.017163226380944252,-0.0022670403122901917,-0.9998501539230347,0.0004488825798034668,-2.1453946828842163e-05,-0.0011014633346349,-0.0007048174738883972,-0.0005100592970848083,-0.002041935920715332 +336,-0.017073703981839924,0.0023061274795271405,-2.4764930923289037,-0.017072828486561775,-0.002306125359609723,-0.9998515844345093,0.0007275193929672241,-0.000864631962031126,0.00020739762112498283,7.453933358192444e-05,0.0009633523877710104,-0.0030170083045959473 +337,-0.01709441859429527,0.002244853409806425,-2.476497821696166,-0.017093542963266373,-0.002244851551949978,-0.9998513460159302,-0.0010378537699580193,-0.0009836782701313496,-0.00043254042975604534,-0.0008202735334634781,0.00042905588634312153,-0.002406895160675049 +338,-0.017134178419535923,0.0022752105683741318,-2.4765272170091857,-0.01713329553604126,-0.0022752087097615004,-0.9998506307601929,0.0009300438687205315,0.0006508119404315948,-0.000400430872105062,0.00036388635635375977,0.0004441537894308567,-0.002529740333557129 +339,-0.017114365424244212,0.0022780230180345896,-2.4765908062353708,-0.01711348630487919,-0.0022780210711061954,-0.9998509287834167,0.0013942373916506767,0.00021561142057180405,-0.00046757422387599945,-0.00020523928105831146,-0.0003007140476256609,-0.0024225711822509766 +340,-0.01703831557120345,0.0022234803238402492,-2.476652288305812,-0.017037449404597282,-0.0022234783973544836,-0.9998523592948914,-0.0020699836313724518,-8.79904255270958e-05,3.2838666811585426e-05,-0.0004948973655700684,-0.0002179273869842291,-0.002161741256713867 +341,-0.016993204932228206,0.0022605193955986683,-2.476635774313005,-0.016992343589663506,-0.0022605175618082285,-0.9998530745506287,0.0009336797520518303,-0.00021466659381985664,0.0008291711565107107,-0.00046371109783649445,0.00047523900866508484,-0.002542555332183838 +342,-0.017059163728512138,0.002269606401080151,-2.4766930480998437,-0.017058292403817177,-0.0022696044761687517,-0.9998519420623779,-0.0007711648941040039,-0.001513021532446146,0.0003283012192696333,-1.629255712032318e-05,5.707982927560806e-05,-0.0028946399688720703 +343,-0.01711629143506816,0.002263470751047307,-2.476743843373804,-0.017115412279963493,-0.002263468923047185,-0.9998509883880615,-0.002698712982237339,-0.0020005605183541775,-0.0020316611044108868,5.608610808849335e-05,0.0009206952527165413,-0.0015070438385009766 +344,-0.017102937799735898,0.0022461362494160535,-2.4767108414990986,-0.017102060839533806,-0.0022461344487965107,-0.9998512268066406,0.0007799137383699417,0.0018933769315481186,0.0005859916564077139,0.00011902861297130585,0.0003845621831715107,-0.002010345458984375 +345,-0.01711414779520325,0.002274392861100316,-2.476696593338349,-0.01711326837539673,-0.002274391008540988,-0.9998509883880615,-0.0008711852133274078,-0.0016171662136912346,0.001982307294383645,-5.2869319915771484e-05,0.0003365245647728443,-0.0025904178619384766 +346,-0.017095658564941673,0.0022661792751157914,-2.4766228390886784,-0.01709478162229061,-0.0022661774419248104,-0.9998512864112854,-0.0007796967402100563,-0.000608367845416069,0.0011798958294093609,-0.0002086833119392395,-0.00023626373149454594,-0.0024527311325073242 +347,-0.017101896162180538,0.0022836940071753937,-2.47660989185473,-0.017101017758250237,-0.0022836921270936728,-0.9998511672019958,-0.00038713589310646057,0.00041504576802253723,0.001263175392523408,0.0002858322113752365,0.0003916020505130291,-0.0019951462745666504 +348,-0.017111158931756926,0.0022256964359254317,-2.476626133543583,-0.017110280692577362,-0.002225694712251425,-0.9998511075973511,-0.0014782166108489037,-0.0011131102219223976,0.00045813177712261677,0.0002950988709926605,-0.0004903699737042189,-0.0019798874855041504 +349,-0.017117319844356573,0.002208047743705631,-2.4766624153201477,-0.017116442322731018,-0.002208045916631818,-0.9998510479927063,-0.0004115952178835869,-0.001182562205940485,0.00024839676916599274,-0.0001717638224363327,-0.0003401713911443949,-0.0026055574417114258 +350,-0.017120435150443754,0.0021762005244542366,-2.4766581659742526,-0.01711955852806568,-0.0021761988755315542,-0.9998511075973511,-0.0006752023473381996,0.0002721846103668213,0.0019778853747993708,7.549114525318146e-05,0.00022307410836219788,-0.0023156404495239258 +351,-0.01706743524667281,0.0021806652354673505,-2.4766045369703873,-0.01706656627357006,-0.002180663403123617,-0.9998520016670227,-0.00011408329010009766,-0.0015651751309633255,-0.0010754597606137395,-0.00020638294517993927,9.020930156111717e-05,-0.002772510051727295 +352,-0.017065973119356242,0.0021473567045270014,-2.476610321212707,-0.017065105959773064,-0.002147355116903782,-0.9998520612716675,0.0017151357606053352,0.00046090036630630493,-8.00226116552949e-05,9.733252227306366e-05,0.00020948913879692554,-0.002406179904937744 +353,-0.017015267829635056,0.00213156392029894,-2.4766386388179096,-0.017014408484101295,-0.00213156221434474,-0.9998529553413391,-0.0018253820016980171,0.0015960726886987686,4.131114110350609e-06,-0.0001212097704410553,0.00042257807217538357,-0.0020848512649536133 +354,-0.017011377583162988,0.0021072198184663867,-2.4766792472906585,-0.0170105192810297,-0.002107218373566866,-0.9998530745506287,0.00025155581533908844,-0.0007418468594551086,0.00039083557203412056,2.7488917112350464e-05,-0.0003799640107899904,-0.0031528472900390625 +355,-0.017060695050266816,0.0021291624228781244,-2.476650767124189,-0.017059829086065292,-0.002129160799086094,-0.999852180480957,-0.0011256085708737373,-0.00015842169523239136,0.0011425800621509552,-0.0007929522544145584,0.00017603603191673756,-0.0024976134300231934 +356,-0.017053162129352015,0.002107560076324327,-2.4766751529596376,-0.01705229841172695,-0.0021075585391372442,-0.9998523592948914,-0.0009195636957883835,-0.0006762663833796978,0.0014425618574023247,0.00020659714937210083,-0.0006237642373889685,-0.002299070358276367 +357,-0.017089776251271678,0.0021134551977484988,-2.4766864111505913,-0.017088906839489937,-0.0021134535782039165,-0.9998517632484436,7.010530680418015e-05,-0.0020915595814585686,0.00032988586463034153,-0.0008706897497177124,-0.00038898782804608345,-0.0028948187828063965 +358,-0.017105012721649486,0.0021805236839427637,-2.4767030835671386,-0.0171041376888752,-0.0021805218420922756,-0.9998513460159302,0.002186473459005356,0.00011678878217935562,0.0006084577180445194,-1.6223639249801636e-05,0.0009293011389672756,-0.0025900602340698242 +359,-0.017086317756036477,0.0022051046486385364,-2.4767297254765626,-0.017085444182157516,-0.002205102937296033,-0.9998515844345093,0.0013466188684105873,-4.332792013883591e-05,-0.0007258676923811436,-0.0001875031739473343,0.0005266361404210329,-0.0022845864295959473 +360,-0.01705533433224352,0.00222328065084571,-2.476743896270314,-0.017054464668035507,-0.0022232788614928722,-0.9998520612716675,-0.00013537239283323288,-0.00017921067774295807,-0.0009694842156022787,-0.00031003542244434357,0.0009262820240110159,-0.002757132053375244 +361,-0.017085392750367124,0.00221538141401656,-2.4767960681271304,-0.017084520310163498,-0.0022153796162456274,-0.9998515844345093,-0.0004040747880935669,-0.002126657869666815,0.0025813309475779533,-0.00023420341312885284,-0.0002107673790305853,-0.0026202797889709473 +362,-0.017070368128790602,0.0022455540662807156,-2.4768143555353435,-0.0170694962143898,-0.0022455521393567324,-0.9998517632484436,0.0011731702834367752,-0.0006769751198589802,0.0015665579121559858,-0.0006154384464025497,7.880455814301968e-05,-0.002955794334411621 +363,-0.017103820077946967,0.0022721030027407518,-2.4768375931168394,-0.017102941870689392,-0.002272101119160652,-0.9998511672019958,-0.0007221531122922897,-0.0009373282082378864,-0.0014020225498825312,-0.0001700073480606079,-4.723481833934784e-05,-0.0025444626808166504 +364,-0.017077970320187017,0.00227938649854843,-2.4768583074054353,-0.017077095806598663,-0.0022793845273554325,-0.9998515844345093,0.0007155230268836021,4.6795234084129333e-05,-0.002382469130679965,-0.00013481825590133667,-0.0001925393007695675,-0.0024372339248657227 +365,-0.017075579169330786,0.0022861509065119656,-2.476910182084394,-0.01707470417022705,-0.0022861489560455084,-0.9998515844345093,-0.0006675282493233681,0.0009392965584993362,0.0016337363049387932,-0.0007475595921278,-0.0002162919845432043,-0.0025287270545959473 +366,-0.017062549863193246,0.00226521836638418,-2.4769681538422126,-0.01706167869269848,-0.0022652163170278072,-0.9998518824577332,-0.00018425192683935165,0.0007927482947707176,0.0012515945127233863,-0.0001960117369890213,-5.4119620472192764e-05,-0.0023301243782043457 +367,-0.017013778518329394,0.0022346388537836355,-2.476914794647137,-0.017012914642691612,-0.002234637038782239,-0.9998527765274048,0.0017895745113492012,0.0021842336282134056,-0.0007984397234395146,-0.0008398685604333878,-8.46991315484047e-05,-0.002405524253845215 +368,-0.0169571245265315,0.0022506849310595456,-2.476928588549017,-0.01695626974105835,-0.0022506830282509327,-0.9998536705970764,0.00410817563533783,0.000840640626847744,-0.0018598579335957766,-0.00031667761504650116,-0.0006027102936059237,-0.0035032033920288086 +369,-0.016925488204980934,0.0022426811821962354,-2.4769286935001587,-0.01692463830113411,-0.0022426792420446873,-0.9998542666435242,0.0008006272837519646,0.0009628161787986755,0.001978865824639797,0.0002772994339466095,0.00024377787485718727,-0.00309067964553833 +370,-0.01694166740667233,0.002258623554212156,-2.476879452635534,-0.01694081351161003,-0.002258621621876955,-0.9998539686203003,-0.0020573465153574944,0.0004754103720188141,0.001685661030933261,0.00023243948817253113,-0.00039640767499804497,-0.002862095832824707 +371,-0.016879039786692442,0.0022227819140123524,-2.47687532537041,-0.016878196969628334,-0.0022227801382541656,-0.999855101108551,-0.00047245435416698456,-0.0003939736634492874,0.0010502367513254285,-0.00036423467099666595,5.603209137916565e-05,-0.0020369887351989746 +372,-0.016891299958775915,0.002218914266973983,-2.4768544632101843,-0.016890455037355423,-0.0022189123556017876,-0.9998548626899719,-0.00041131116449832916,0.0002631004899740219,0.0013829045929014683,-0.0001383516937494278,3.690621815621853e-05,-0.0021744966506958008 +373,-0.016874627214863595,0.002258366645880166,-2.47685096021846,-0.016873782500624657,-0.002258364809677005,-0.999855101108551,0.0015272353775799274,-0.002735990099608898,-0.0013499711640179157,-0.0009027067571878433,0.00042730988934636116,-0.0026015639305114746 +374,-0.016912862158255673,0.002241406292926156,-2.4768413631586177,-0.016912013292312622,-0.0022414044942706823,-0.9998544454574585,0.0008984282612800598,0.0010607372969388962,-0.0010454269358888268,0.0006461460143327713,-0.0005967302713543177,-0.0019460320472717285 +375,-0.016914430988402084,0.0023356987869685704,-2.4768374455824045,-0.016913577914237976,-0.0023356967139989138,-0.9998542070388794,0.001331075094640255,-0.001164100132882595,-0.001235637697391212,-0.0003288518637418747,-5.9933168813586235e-05,-0.00235825777053833 +376,-0.016946312469406494,0.0023356410151707937,-2.476874847755766,-0.016945455223321915,-0.0023356389719992876,-0.9998536705970764,0.0010082386434078217,0.0001145731657743454,-0.0013594755437225103,-0.0007852558046579361,0.0003214788157492876,-0.0016263723373413086 +377,-0.01700316358635624,0.0023495546477276417,-2.4768673132145316,-0.017002297565340996,-0.0023495524656027555,-0.99985271692276,-0.0018296604976058006,0.0008161189034581184,0.0012259946670383215,0.0007974635809659958,-0.0001681474968791008,-0.0030159354209899902 +378,-0.016982023497624666,0.0023465862185130444,-2.4768835706847128,-0.016981160268187523,-0.0023465841077268124,-0.9998530745506287,-0.00017271190881729126,0.00045896321535110474,0.0010059471242129803,-0.0001544598489999771,0.00016457727178931236,-0.002817213535308838 +379,-0.016959498372717274,0.0023410969620970873,-2.476830475980596,-0.01695863902568817,-0.0023410948924720287,-0.9998534321784973,-0.0009670630097389221,0.0003766799345612526,-0.00023230561055243015,-5.490891635417938e-05,0.0003269349690526724,-0.00293886661529541 +380,-0.016985505566804972,0.0023574094894241045,-2.476840679687999,-0.016984641551971436,-0.0023574072401970625,-0.9998529553413391,-0.00036944542080163956,-0.0024376483634114265,-0.001034512766636908,-0.0003645997494459152,7.5541902333498e-06,-0.0035191774368286133 +381,-0.01699993377975568,0.002364595911050088,-2.476858791403569,-0.01699906773865223,-0.002364593790844083,-0.99985271692276,0.0017745518125593662,-0.0008315672166645527,-0.002238421468064189,-0.0007774215191602707,0.0008081970736384392,-0.0017799735069274902 +382,-0.016999066782485906,0.0023939582080745184,-2.476846950396809,-0.016998199746012688,-0.0023939558304846287,-0.9998526573181152,-0.0005089202895760536,-0.0014437404461205006,-3.9410311728715897e-05,0.0003203433007001877,0.0006544538773596287,-0.0030312538146972656 +383,-0.016903929630878174,0.0024255971382088873,-2.4768183638909185,-0.016903074458241463,-0.0024255947209894657,-0.9998542070388794,0.002158675342798233,0.004093031398952007,0.0010453264694660902,-0.0001257341355085373,0.0004724697209894657,-0.0022667646408081055 +384,-0.016911074591130826,0.0023825410492001008,-2.4768018724330148,-0.016910221427679062,-0.0023825387470424175,-0.9998541474342346,0.0005249371752142906,-0.0006105545908212662,-0.0003022329183295369,-0.0005000550299882889,-0.00019619637168943882,-0.0033959150314331055 +385,-0.016929872034267233,0.002376827856493567,-2.4767755216954597,-0.016929015517234802,-0.002376825548708439,-0.9998538494110107,0.0006238212808966637,1.537241041660309e-05,0.0008784228703007102,-0.0006491076201200485,4.223105497658253e-05,-0.0024043917655944824 +386,-0.016951108526652856,0.002393794794919322,-2.476807174796687,-0.016950247809290886,-0.0023937926162034273,-0.9998534917831421,0.0006281090900301933,0.0017112987115979195,0.001718940562568605,-0.0007957238703966141,-0.0007800357416272163,-0.0016266107559204102 +387,-0.016961724332463447,0.002334031014296461,-2.4767922626582433,-0.016960864886641502,-0.002334028948098421,-0.9998534321784973,-0.0017703250050544739,-0.00020309444516897202,0.0028413436375558376,-0.0004188958555459976,0.0007928912527859211,-0.0025421977043151855 +388,-0.016918249834783884,0.0023311003405743548,-2.476794370690307,-0.0169173963367939,-0.00233109830878675,-0.9998541474342346,0.0006487732753157616,0.003792579285800457,4.81543829664588e-05,-0.0007522795349359512,0.00021012709476053715,-0.0029686689376831055 +389,-0.01695493632031545,0.0023493425344565254,-2.476802621816719,-0.016954077407717705,-0.002349340356886387,-0.9998534917831421,0.0008457396179437637,-0.0003079324960708618,-0.00023164646700024605,-0.000578269362449646,0.00024362769909203053,-0.0016112923622131348 +390,-0.016966984957184385,0.0023873035615390842,-2.4767799315330614,-0.01696612313389778,-0.0023873012978583574,-0.9998531937599182,0.002987610176205635,0.0002293083816766739,0.0003662433009594679,-9.32011753320694e-05,3.744778223335743e-05,-0.0025576353073120117 +391,-0.016972054357397067,0.0023901336643077876,-2.4767388546955256,-0.01697119139134884,-0.00239013135433197,-0.9998531341552734,0.000976921059191227,-0.0008493857458233833,-0.00020473089534789324,-0.002544799819588661,0.00242064893245697,-0.0039920806884765625 +392,-0.01701764591361482,0.0023478142943577154,-2.4767170421641547,-0.017016777768731117,-0.002347812056541443,-0.9998524188995361,0.0030516479164361954,-0.00037694210186600685,-0.0019123604288324714,0.0003999583423137665,0.0019358254503458738,-0.002299010753631592 +393,-0.016991307143941363,0.0024023510964092673,-2.476699349496958,-0.01699043996632099,-0.0024023486766964197,-0.9998527765274048,2.9324553906917572e-05,-0.0021775555796921253,0.0006139329634606838,-0.00016043893992900848,-0.001076655462384224,-0.00036084651947021484 +394,-0.017049136140413125,0.0024349410188846525,-2.476696412968506,-0.01704826019704342,-0.002434938680380583,-0.9998517036437988,0.0018551461398601532,-0.00047498708590865135,-0.0014276921283453703,-0.0005603823810815811,0.0008785421960055828,-0.006602764129638672 +395,-0.017074918223877536,0.002357004085224195,-2.4767591022205626,-0.017074041068553925,-0.002357001882046461,-0.9998514652252197,-0.0007486771792173386,-0.0014258301816880703,0.0012745317071676254,9.100884199142456e-05,0.002112861257046461,-0.0015065670013427734 +396,-0.01705472813196279,0.002369334193170037,-2.476715729693341,-0.01705385372042656,-0.002369331894442439,-0.9998517632484436,0.0006845509633421898,0.0014415392652153969,-0.002089395886287093,0.0009710900485515594,-0.0018878700211644173,-0.0006822943687438965 +397,-0.01708547997019274,0.002432325512611498,-2.4767336049486355,-0.017084598541259766,-0.0024323230609297752,-0.9998511075973511,-0.0012201303616166115,-0.0001390324905514717,-0.0004629247123375535,0.00011682510375976562,0.0006623035296797752,-0.0036126375198364258 +398,-0.017135077824257747,0.0023628945891316627,-2.476758410585746,-0.01713419146835804,-0.002362892497330904,-0.9998503923416138,-0.0018716426566243172,0.0004213862121105194,0.0021572313271462917,-0.0006270371377468109,0.0013252950739115477,-0.001614391803741455 +399,-0.01718235961309516,0.00239892533320687,-2.476741386178151,-0.01718146540224552,-0.0023989230394363403,-0.9998494982719421,0.00048537924885749817,0.0007515214383602142,-0.00031427352223545313,-7.622316479682922e-05,-0.001904055243358016,-0.004346609115600586 +400,-0.017172038552626254,0.0024199805431858543,-2.47666006409375,-0.017171144485473633,-0.0024199781473726034,-0.9998496174812317,-0.002251807600259781,-0.001188088208436966,0.0011663783807307482,0.000539066269993782,-0.0016388597432523966,-0.003568291664123535 +401,-0.01717306825712969,0.00245436506323902,-2.476631673857674,-0.01717217266559601,-0.002454362576827407,-0.9998495578765869,-0.002084835432469845,8.25216993689537e-05,0.001505393418483436,-0.0002991408109664917,0.0023322924971580505,-0.001065969467163086 +402,-0.01725695921288555,0.002327548076266121,-2.4766448523554065,-0.017256055027246475,-0.0023275460116565228,-0.9998483657836914,0.0011060629040002823,-0.001338236965239048,0.0022160597145557404,-0.0010850057005882263,0.0013967601116746664,-0.0007771849632263184 +403,-0.017190855446855613,0.002446729747359502,-2.4766249374889737,-0.017189957201480865,-0.0024467273615300655,-0.999849259853363,-0.0013364925980567932,0.0003271913155913353,-0.0015146802179515362,0.0007867589592933655,-0.0021003917790949345,-0.004911482334136963 +404,-0.01725018771350473,0.0024272418948339167,-2.4766561733673282,-0.017249280586838722,-0.0024272394366562366,-0.9998482465744019,0.0003187544643878937,0.003950448706746101,-0.0007808641530573368,-0.0008628983050584793,0.0036326840054243803,-0.002486288547515869 +405,-0.01727143268132477,0.0022958386186654406,-2.4766551218608925,-0.017270527780056,-0.0022958365734666586,-0.9998482465744019,-0.0015980321913957596,0.000731179490685463,-3.896420821547508e-05,0.0010351762175559998,-0.0008169561624526978,-0.0033866167068481445 +406,-0.017262307158319376,0.002473601383277567,-2.4766838108139653,-0.01726139709353447,-0.002473598811775446,-0.999847948551178,0.0013422593474388123,0.0011183349415659904,-0.0007394113345071673,0.0017584674060344696,-0.002287143375724554,-0.0027918219566345215 +407,-0.017274506897152625,0.0023743526060384292,-2.476690610829411,-0.01727359928190708,-0.0023743503261357546,-0.9998480081558228,0.000709964893758297,-0.0007773884572088718,-0.0016854689456522465,-0.0008538421243429184,0.0032746191136538982,-0.002135634422302246 +408,-0.0172707140822863,0.002195097397199787,-2.476675628408461,-0.017269814386963844,-0.002195095643401146,-0.999848484992981,6.132759153842926e-06,0.00047131720930337906,0.0008814800530672073,0.0015837792307138443,-0.0005209688097238541,-0.003432154655456543 +409,-0.017165184773554814,0.0023050569032446685,-2.476666442570892,-0.01716429553925991,-0.0023050548043102026,-0.9998500347137451,-7.364898920059204e-06,-7.251277565956116e-05,0.001149339834228158,-0.0009021088480949402,-0.0019368883222341537,-0.003094911575317383 +410,-0.017244345468981313,0.0022503693977865514,-2.4766288256479374,-0.01724344678223133,-0.0022503675427287817,-0.9998487830162048,-0.0012243809178471565,-0.000705414917320013,-0.0010118039790540934,-0.0007924400269985199,0.0031658948864787817,-0.0017228126525878906 +411,-0.01722158755054611,0.0021199630609826034,-2.4766378412487886,-0.017220698297023773,-0.002119961427524686,-0.9998494386672974,0.0010048504918813705,3.39532271027565e-05,-0.00045897101517766714,0.0003749970346689224,-0.0011454189661890268,-0.0033243298530578613 +412,-0.017248921000761405,0.002190637044691862,-2.476649535806782,-0.01724802516400814,-0.0021906353067606688,-0.9998488426208496,0.0011642221361398697,-0.0015937681309878826,0.0004297957057133317,-0.0006657950580120087,-0.0023870011791586876,-0.0006089210510253906 +413,-0.017289068936714284,0.0021836701625096693,-2.4765912252855506,-0.017288167029619217,-0.002183668315410614,-0.9998481869697571,-0.0006330637261271477,0.0021618250757455826,0.0011886860011145473,0.0002898760139942169,0.003480665385723114,-0.00195235013961792 +414,-0.017287485544302254,0.0020825575740338236,-2.4766059454644727,-0.01728658750653267,-0.0020825560204684734,-0.9998484253883362,-0.0011989278718829155,0.0006350893527269363,-0.00023549352772533894,-0.00030679628252983093,-0.0013811890967190266,-0.0034016966819763184 +415,-0.017294070347373,0.002228700682251419,-2.4765839945835775,-0.017293164506554604,-0.0022286989260464907,-0.999847948551178,-0.0006756335496902466,-0.0017417040653526783,0.001378944725729525,-0.00037650950253009796,-0.0018301389645785093,-0.002944350242614746 +416,-0.017293047925972502,0.0022248380508519297,-2.476590012480407,-0.017292143777012825,-0.002224836265668273,-0.9998480081558228,0.0015793200582265854,-0.0028889193199574947,-0.0005626431666314602,-0.000697968527674675,0.0021638013422489166,-0.002471327781677246 +417,-0.017338561763107548,0.0021771308113772846,-2.4766289594280124,-0.017337651923298836,-0.0021771290339529514,-0.9998472929000854,-0.0013724947348237038,0.0004413491114974022,0.00044935988262295723,-0.000286247581243515,-5.0653936341404915e-05,-0.0037079453468322754 +418,-0.017391978635411524,0.002318356576537213,-2.476665376457489,-0.017391055822372437,-0.002318354556336999,-0.9998461008071899,-0.0005256170406937599,-0.00040418561547994614,-0.001559453783556819,0.0011709630489349365,-0.0014963424764573574,-0.0028699636459350586 +419,-0.017365178336278604,0.0022793026241304084,-2.4766741785259585,-0.0173642598092556,-0.002279300708323717,-0.9998466372489929,-0.0018295319750905037,3.134924918413162e-05,0.0011730436235666275,-0.0004122294485569,0.002782840747386217,-0.00322037935256958 +420,-0.017345049313723274,0.0021821091982737674,-2.476694313192119,-0.017344137653708458,-0.0021821074187755585,-0.9998471736907959,0.0030991286039352417,0.0004148343577980995,0.000486813485622406,0.0003153309226036072,-0.0009917200077325106,-0.001983821392059326 +421,-0.017275346681177552,0.0023715283350238025,-2.4766823142740613,-0.017274439334869385,-0.002371526090428233,-0.999847948551178,0.0013455403968691826,0.0027001388370990753,-0.00029556837398558855,0.000947536900639534,-0.0008633367251604795,-0.003066420555114746 +422,-0.017269826300047295,0.0022811411229384515,-2.476731413842653,-0.017268922179937363,-0.002281139139086008,-0.9998483061790466,0.0004108855500817299,-0.0010885121300816536,0.0002691815607249737,-0.0007364489138126373,0.002311656717211008,-0.003081381320953369 +423,-0.017291142589741158,0.0023048515246299373,-2.476806247234303,-0.017290234565734863,-0.0023048494476825,-0.9998478293418884,-0.001126202754676342,-0.0011418871581554413,-9.675219189375639e-05,-0.0004557352513074875,-0.0017539884429425001,-0.003356456756591797 +424,-0.017214181682235558,0.00238206579164905,-2.4768775316018186,-0.017213283106684685,-0.00238206353969872,-0.9998490214347839,0.000646393746137619,0.001667732372879982,-0.0017524518771097064,-1.3889744877815247e-05,-0.0004713302478194237,-0.0014784932136535645 +425,-0.01721203290589429,0.0026524651033383406,-2.47690805142415,-0.017211122438311577,-0.0026524621061980724,-0.9998483657836914,-0.011944528669118881,-0.0055792322382330894,-0.0006598250474780798,-0.002655820921063423,0.00854235514998436,0.026551246643066406 +426,-0.017052745616719236,0.002892272723175828,-2.4769326591017453,-0.017051847651600838,-0.0028922685887664557,-0.9998504519462585,0.051710065454244614,0.020678048953413963,-0.0020121117122471333,0.004493864253163338,0.001061213668435812,-0.024411022663116455 +427,-0.016838609451658392,0.0030688229131154276,-2.476979398995997,-0.01683773472905159,-0.00306881801225245,-0.9998535513877869,0.002903356682509184,-0.0030133086256682873,-0.0007443521171808243,-0.01512942835688591,-0.014402495697140694,0.032370030879974365 +428,-0.017717942730980603,0.0033119105773765796,-2.476981122624227,-0.017716918140649796,-0.003311904612928629,-0.9998375773429871,-0.0035411594435572624,-0.0016215667128562927,-0.0004711592337116599,0.009217772632837296,0.011215956881642342,-0.0064795613288879395 +429,-0.01670979856031214,0.002911596600367571,-2.4769669760968624,-0.016708949580788612,-0.002911592600867152,-0.999856173992157,0.005120502319186926,0.0013759508728981018,6.784265860915184e-05,-0.0006250329315662384,-0.0062436810694634914,-0.026907742023468018 +430,-0.017518622709078165,0.003465380955175248,-2.476998921586067,-0.01751762069761753,-0.0034653740003705025,-0.9998405575752258,-0.001200992614030838,-0.0001864871010184288,-0.0008118310943245888,-0.00802559033036232,-0.00018147658556699753,0.00376206636428833 +431,-0.01726083795697637,0.0030217627574815474,-2.4770224467876605,-0.017259901389479637,-0.003021758049726486,-0.9998464584350586,-0.002543979324400425,0.0018668174743652344,-0.0008527513127774,0.011629411950707436,0.008347075432538986,0.003203451633453369 +432,-0.01706823311438972,0.0030504530764269996,-2.4770275120268814,-0.017067324370145798,-0.0030504483729600906,-0.9998496770858765,0.000941254198551178,5.7991594076156616e-05,0.0005479801911860704,-0.009406672790646553,-0.00830209068953991,-0.00677257776260376 +433,-0.01750149936629402,0.0032539878466720986,-2.4770507246146667,-0.017500514164566994,-0.0032539821695536375,-0.999841570854187,-0.00398538913577795,-0.00023932568728923798,0.00021675950847566128,0.005446070805191994,0.0055733174085617065,-0.0006314516067504883 +434,-0.017032499525018292,0.002822412014604372,-2.4770766143400094,-0.017031608149409294,-0.0028224082197993994,-0.9998509883880615,-0.0017289230599999428,-0.0021083923056721687,-0.001934790168888867,0.0005368571728467941,-0.0017094523645937443,0.0013616085052490234 +435,-0.017335082560991727,0.0031747978340893037,-2.4771096722559274,-0.01733412779867649,-0.0031747925095260143,-0.9998447299003601,0.0010575195774435997,0.001503688283264637,0.0028856710996478796,-0.004226541146636009,-0.005919445771723986,-0.006213009357452393 +436,-0.017239526157829702,0.003164727319232263,-2.47709184764479,-0.017238585278391838,-0.003164722118526697,-0.9998463988304138,-0.0008204830810427666,-0.001414187252521515,0.00030210684053599834,0.005580870434641838,0.004812671337276697,-0.0028696656227111816 +437,-0.017100076223820867,0.0030082319533403625,-2.4770916118832114,-0.0170991662889719,-0.0030082273297011852,-0.999849259853363,0.0021513942629098892,-0.0010657869279384613,-0.0004339470760896802,-0.006094193086028099,-0.002744335914030671,-0.0031719207763671875 +438,-0.01736931358099628,0.0032313559196673327,-2.4770944585998302,-0.01736835017800331,-0.0032313503324985504,-0.999843955039978,0.0007696859538555145,-0.0006750659085810184,-0.0025240201503038406,0.006168399006128311,-0.0010716281831264496,-0.0020176172256469727 +439,-0.017080126326458476,0.0031131855758546175,-2.477148495992053,-0.01707921363413334,-0.0031131806317716837,-0.9998493194580078,-0.00022582896053791046,-0.0010494617745280266,-0.00013147585559636354,-0.004466196522116661,0.0027011935599148273,-0.0027751922607421875 +440,-0.01742905830303034,0.003079403563509634,-2.477142167924197,-0.017428092658519745,-0.0030793987680226564,-0.9998433589935303,-0.0009857146069407463,5.743280053138733e-05,0.0008486068109050393,0.001360589638352394,-0.002245919080451131,-0.003208339214324951 +441,-0.01712928242163316,0.003086476402986129,-2.477160078728472,-0.017128363251686096,-0.00308647146448493,-0.9998485445976257,5.05838543176651e-05,-0.0015592006966471672,0.0009686537086963654,0.0006183534860610962,0.0020793918520212173,-0.0034168362617492676 +442,-0.017256531363437636,0.00303027609309351,-2.477151951120837,-0.017255594953894615,-0.00303027150221169,-0.9998465180397034,8.887238800525665e-05,-0.0007648728787899017,-0.000914375064894557,-0.002977559342980385,0.0012907693162560463,-0.003663003444671631 +443,-0.017231916007076385,0.0030729432398608667,-2.477177432083172,-0.017230981960892677,-0.0030729384161531925,-0.9998468160629272,0.0006643664091825485,-0.0011848602443933487,5.093985237181187e-05,0.005496973171830177,-0.0010469346307218075,-0.001114487648010254 +444,-0.017142924524437643,0.0031423679044737126,-2.4771857445670045,-0.017141999676823616,-0.003142362693324685,-0.9998481273651123,-0.000841950997710228,0.00044035352766513824,0.0013199957320466638,-0.004403410479426384,-0.0008859569206833839,-0.0019524097442626953 +445,-0.01729576270216541,0.0031293108760675715,-2.4771637917111726,-0.017294814810156822,-0.0031293057836592197,-0.999845564365387,0.0009817453101277351,0.000423370860517025,-0.0012130325194448233,0.002325942739844322,0.002457919530570507,-0.003328263759613037 +446,-0.017113016381641456,0.003094883234419391,-2.47718993169948,-0.01711209863424301,-0.0030948782805353403,-0.9998487830162048,0.0003488874062895775,-0.0010520345531404018,-0.0001454119337722659,0.0001748446375131607,0.0010654598008841276,-0.0021805763244628906 +447,-0.017241387332119343,0.003225195753469045,-2.477208494007849,-0.01724044419825077,-0.0032251900993287563,-0.9998461604118347,-0.0005470216274261475,-0.0007485938258469105,0.0008332247380167246,-0.0029164161533117294,-0.0002995894756168127,-0.002625703811645508 +448,-0.017205082794740357,0.0032507171564323954,-2.4772436042091095,-0.01720414310693741,-0.003250711364671588,-0.9998466968536377,-0.0022870609536767006,-0.0005130083300173283,-0.00020588235929608345,0.005866864696145058,0.0016180214006453753,-0.0017859339714050293 +449,-0.017041035322173957,0.0032663122226042943,-2.4772450701708317,-0.01704012043774128,-0.003266306361183524,-0.9998494982719421,0.0009650234133005142,0.0026952121406793594,-0.0008619788568466902,-0.00691617839038372,-0.0007772725075483322,-0.006604969501495361 +450,-0.017354360493542494,0.0032609432730511113,-2.477258351200592,-0.017353396862745285,-0.0032609375193715096,-0.9998440742492676,0.001176176592707634,0.0018980195745825768,-0.0023507210426032543,0.0037883352488279343,0.002528515411540866,-0.0043978095054626465 +451,-0.017000841557221764,0.0030988667077470667,-2.4772870782004768,-0.01699994131922722,-0.0030988617800176144,-0.9998506903648376,-0.0018655946478247643,0.0017163930460810661,-0.000934493844397366,-0.00021197274327278137,-0.002989395521581173,0.00018638372421264648 +452,-0.01727500483865945,0.0031797360081210206,-2.4772815988295727,-0.017274057492613792,-0.0031797306146472692,-0.9998457431793213,0.0006407229229807854,-0.0008621644228696823,0.00018211838323622942,-0.0022114161401987076,0.001424970105290413,-0.005571126937866211 +453,-0.017138743690343378,0.003075368343277995,-2.477279130631414,-0.01713782362639904,-0.0030753635801374912,-0.9998484253883362,0.001812993548810482,-0.0004337676800787449,0.00019518902990967035,0.00438147597014904,0.0026023411191999912,-0.0007008910179138184 +454,-0.01715801632719323,0.003067348090424518,-2.477291338486557,-0.017157094553112984,-0.0030673432629555464,-0.9998481273651123,0.002277959603816271,-0.0015613664872944355,0.0013165198033675551,-0.0041899532079696655,-0.0030666901730000973,-0.0009300708770751953 +455,-0.01740895566644598,0.003104109006011357,-2.4772550795055324,-0.017407992854714394,-0.0031041039619594812,-0.9998436570167542,0.0004118476063013077,-0.0019248290918767452,0.0016241000266745687,0.0031410250812768936,0.002570046577602625,-0.0037726759910583496 +456,-0.017136166194492042,0.0029384444935228586,-2.477303758973901,-0.0171352531760931,-0.00293844030238688,-0.9998488426208496,-0.001293344423174858,-0.000794452615082264,0.0005099090049043298,-0.0012515857815742493,0.00254171178676188,-0.0018600821495056152 +457,-0.017351722905270917,0.0029222793962646785,-2.477319238712607,-0.017350777983665466,-0.002922275336459279,-0.9998452067375183,-0.0006089536473155022,-0.0003823349252343178,-0.0010563770774751902,-0.0028671175241470337,-0.0029981345869600773,-0.0008566975593566895 +458,-0.017203945846572217,0.0030308391947096143,-2.4773337412397836,-0.017203018069267273,-0.003030834486708045,-0.999847412109375,-0.0011173626407980919,0.003163502551615238,-0.000972007866948843,0.005194352939724922,0.002084789564833045,-0.0024108290672302246 +459,-0.0172002174465175,0.00292436283603764,-2.4773689499641756,-0.01719929650425911,-0.002924358705058694,-0.9998478293418884,-0.0002749999985098839,-0.0004982678219676018,0.0006395971868187189,-0.0032627396285533905,0.00046769389882683754,-0.0028377175331115723 +460,-0.017307335261106904,0.0029093782338479824,-2.4773311864080276,-0.01730639860033989,-0.002909374190494418,-0.9998459815979004,0.0007463106885552406,3.178231418132782e-05,-0.0018761929823085666,0.0030394326895475388,0.0011698722373694181,-0.003526151180267334 +461,-0.017155906157477408,0.002974427402189492,-2.477333320660869,-0.017154987901449203,-0.002974423114210367,-0.9998484253883362,0.0027189068496227264,-9.794719517230988e-06,-0.00173412193544209,-0.0018422044813632965,-0.0007792389951646328,0.0013285279273986816 +462,-0.017352538103270514,0.0032948691763130186,-2.4773567544687034,-0.017351573333144188,-0.003294863272458315,-0.9998440146446228,0.009896266274154186,0.0023939739912748337,-0.0026911539025604725,-0.004422716796398163,0.008971133269369602,-0.026965618133544922 +463,-0.017211895622822385,0.0033831820887519227,-2.477377271791766,-0.01721094734966755,-0.003383175702765584,-0.9998461604118347,0.0006436565890908241,-0.0003692810423672199,0.0003884828183799982,0.0014333594590425491,-0.00629089679569006,0.009352385997772217 +464,-0.017166562051082423,0.00368937541031403,-2.4773271857514567,-0.01716560125350952,-0.003689367091283202,-0.9998458623886108,0.0032981564290821552,-0.0006143022328615189,-0.001029187347739935,-0.0021825432777404785,0.0012479610741138458,-0.00258028507232666 +465,-0.017148592458458286,0.0035570720161625853,-2.47739069124522,-0.017147643491625786,-0.0035570645704865456,-0.9998466372489929,0.0006755078211426735,0.002388307824730873,0.0010454828152433038,4.254281520843506e-05,0.0068377042189240456,-0.009842634201049805 +466,-0.017121229660173612,0.00361039943795314,-2.477321397164942,-0.017120281234383583,-0.0036103916354477406,-0.9998469352722168,0.0006414186209440231,0.001532633788883686,0.0007799804443493485,0.0008086357265710831,-0.0056364345364272594,-0.004303455352783203 +467,-0.01711285044009634,0.003821564729157175,-2.477321350813681,-0.017111890017986298,-0.0038215555250644684,-0.9998462796211243,0.0016328394412994385,-0.0022705351002514362,0.0015042333398014307,-0.0018853023648262024,-0.0002983179874718189,-0.0018779635429382324 +468,-0.017138593743872114,0.003546829890866401,-2.47730662486159,-0.017137646675109863,-0.003546822350472212,-0.999846875667572,-0.00237154308706522,0.0003195516765117645,-0.00044675020035356283,0.0024281740188598633,0.004889595787972212,-0.0021520256996154785 +469,-0.017007734276528873,0.00357219744461565,-2.477244346554689,-0.017006805166602135,-0.003572189947590232,-0.9998490214347839,-0.0008217720314860344,5.687400698661804e-05,0.00039999373257160187,-0.001486845314502716,-0.005522048566490412,-0.0047286152839660645 +470,-0.01705421524346128,0.0037774222149882077,-2.4772596578468327,-0.01705326698720455,-0.0037774131633341312,-0.9998474717140198,0.00210379296913743,0.0029766717925667763,-0.0023472728207707405,0.0010467972606420517,0.0033349087461829185,-0.004852235317230225 +471,-0.016950495874382666,0.0034874979547353745,-2.4772738216703454,-0.01694958098232746,-0.003487490816041827,-0.9998502731323242,0.0005934350192546844,-0.0004962775856256485,-0.00030936580151319504,-0.00015552155673503876,0.0007409090176224709,-0.0016603469848632812 +472,-0.016935036317809543,0.003734395867661835,-2.477262859585175,-0.0169341079890728,-0.0037343872245401144,-0.9998496174812317,0.0019377665594220161,2.8879381716251373e-05,-0.0018538248259574175,-0.0009034145623445511,-0.0004770385567098856,-0.002957940101623535 +473,-0.016918990541319817,0.0037487965561014114,-2.4772561805428976,-0.016918065026402473,-0.0037487877998501062,-0.9998498558998108,0.0004776809364557266,0.0001720469444990158,-0.0021379024256020784,0.00033176131546497345,0.0008496181108057499,-0.002133786678314209 +474,-0.016890509092323758,0.0037588017163154475,-2.477290879963341,-0.01688958704471588,-0.0037587927654385567,-0.9998502731323242,-0.0019950754940509796,-0.0015838881954550743,-0.00022453581914305687,0.0012035537511110306,-0.0011545366141945124,-0.003506600856781006 +475,-0.01678018846208482,0.0037981154214120245,-2.4773090070044437,-0.016779279336333275,-0.0037981062196195126,-0.9998520016670227,0.0013427799567580223,-0.0001420890912413597,-0.0011159881250932813,0.00020823441445827484,0.0012956652790307999,-0.004161059856414795 +476,-0.016972758975436566,0.003618198181731329,-2.4772621898282776,-0.016971832141280174,-0.003618190297856927,-0.9998494386672974,0.00017966888844966888,-0.0019089081324636936,-0.0008303010836243629,0.0013620909303426743,0.0017871353775262833,-0.0034617185592651367 +477,-0.016854036298568454,0.0035267867183837683,-2.4772435350615236,-0.016853133216500282,-0.003526779357343912,-0.9998517632484436,6.835069507360458e-05,-0.0007285298779606819,-0.0002229626988992095,-0.0014574136584997177,-0.0017680204473435879,-0.007823407649993896 +478,-0.01692292505797297,0.003452716719488481,-2.4772529193983983,-0.016922015696763992,-0.003452709876000881,-0.999850869178772,-0.0026878612115979195,-0.001062389463186264,0.0017122698482125998,0.0006866641342639923,3.4741126000881195e-05,-0.007274985313415527 +479,-0.017001737160729884,0.0032293290158346504,-2.477252508775967,-0.017000829800963402,-0.0032293233089149,-0.9998502731323242,0.0027237734757363796,-0.0003562280908226967,-0.0015320819802582264,0.0002314206212759018,-0.0004327860660851002,-0.012448310852050781 +480,-0.016935470286752765,0.0031366699595538074,-2.477282517314509,-0.016934577375650406,-0.0031366648618131876,-0.9998517036437988,0.0007894681766629219,0.0008744187653064728,0.0007828687084838748,-0.0015590749680995941,-2.1904241293668747e-05,0.004978656768798828 +481,-0.016989286272479413,0.0030971973966585856,-2.4772952635604413,-0.01698838733136654,-0.003097192384302616,-0.999850869178772,9.195413440465927e-05,-0.0006227311678230762,0.00026415777392685413,-0.0010322406888008118,-0.0021213137079030275,0.001743018627166748 +482,-0.01689317303270934,0.003058094736315684,-2.477356915816174,-0.016892289742827415,-0.0030580898746848106,-0.9998526573181152,0.001951109617948532,-0.0014011631719768047,-0.002201292896643281,0.0030373092740774155,0.003531112801283598,-0.007547855377197266 +483,-0.01690292048211161,0.0028961146302551436,-2.477370221987681,-0.016902044415473938,-0.002896110527217388,-0.9998529553413391,-0.0003781598061323166,-0.0019109821878373623,-0.0002640088787302375,-0.003971979022026062,0.00039366912096738815,-9.715557098388672e-06 +484,-0.01698615862045317,0.003088137288778994,-2.477362444495451,-0.01698525995016098,-0.0030881324782967567,-0.9998509883880615,-0.00024033896625041962,0.0019246535375714302,-0.0005190666997805238,0.00438150018453598,-0.0020693382248282433,-0.0028803348541259766 +485,-0.0167589850228562,0.0030107847507635462,-2.4774218316011307,-0.01675812527537346,-0.00301078031770885,-0.9998550415039062,0.0022448948584496975,0.0005285134539008141,-0.0005493721691891551,-0.0018575973808765411,0.0010881726630032063,-0.00174713134765625 +486,-0.017004000848912862,0.0029425938067176236,-2.4774356023540287,-0.01700310781598091,-0.0029425895772874355,-0.9998511075973511,0.001269129104912281,-0.00037606991827487946,0.0007902682991698384,-0.0016126148402690887,0.0012030876241624355,0.00015628337860107422 +487,0.002854439308262837,0.011029428309566205,-2.477552610142919,0.0028542617801576853,-0.011029204353690147,-0.9999350905418396,-0.07619696110486984,-0.15906809270381927,0.002545734401792288,0.03391942009329796,-0.015429535880684853,-0.2001991868019104 +488,-0.0029672739478897973,0.008364285360361231,-2.477528766801421,-0.002967165783047676,-0.008364187553524971,-0.9999606013298035,0.03805822879076004,0.0709083154797554,0.0002597228158265352,0.007926272228360176,-0.0037207724526524544,-0.03586697578430176 +489,-0.003065180709654627,0.008256187404385117,-2.4775497020245587,-0.0030650715343654156,-0.008256093598902225,-0.9999611973762512,-0.0007394040003418922,-0.00423964811488986,0.0016238557873293757,0.0036754230968654156,0.0014506746083498001,-0.002007126808166504 +490,-0.002771220111876152,0.008343857608929573,-2.477537338572435,-0.0027711200527846813,-0.00834376085549593,-0.9999613761901855,0.001138998195528984,0.001259688287973404,-0.0006327583687379956,0.0012299823574721813,-0.0024136854335665703,0.0005412101745605469 +491,-0.0026687743608011954,0.008522782537096395,-2.4775920668113094,-0.002668674336746335,-0.008522679097950459,-0.9999601244926453,0.0002910727635025978,0.0013464223593473434,-4.7077774070203304e-05,0.00028830324299633503,0.0008169915527105331,-0.0036562085151672363 +492,-0.002561722366583974,0.008382684124239476,-2.477609402118049,-0.002561629517003894,-0.0083825858309865,-0.9999615550041199,-9.885989129543304e-05,0.0013307007029652596,0.0002033787313848734,0.003019393654540181,0.0020959656685590744,-0.0029985904693603516 +493,-0.002456707544326114,0.008427266694651823,-2.477627554893115,-0.0024566177744418383,-0.008427167311310768,-0.9999614953994751,-0.0002855677157640457,-0.0011784038506448269,0.0007073403103277087,0.0012664322275668383,-0.003169512376189232,-0.0013812780380249023 +494,-0.0025282477605588203,0.008417912999011627,-2.4776534031221433,-0.002528155455365777,-0.008417814038693905,-0.9999613761901855,-0.0005189506337046623,-0.00076722027733922,0.0007167506264522672,0.001414263853803277,0.0010173013433814049,-0.003975391387939453 +495,-0.002455419308565281,0.00799852763191064,-2.4775899850864316,-0.0024553383700549603,-0.007998442277312279,-0.9999650120735168,-0.001975887455046177,-0.0009254547767341137,0.0012062303721904755,0.0006853188388049603,0.0005368944257497787,0.016200363636016846 +496,-0.002534950974684381,0.007953864120211419,-2.477582621997566,-0.002534867962822318,-0.007953780703246593,-0.9999651312828064,-0.00259392149746418,-0.000314970500767231,0.0012910247314721346,0.0032062551472336054,0.0004311976954340935,0.003596782684326172 +497,-0.002295126288661403,0.00795308370335952,-2.4775979107258497,-0.0022950517013669014,-0.007953000254929066,-0.9999657273292542,-0.00032508932054042816,0.0018394999206066132,-0.0016719007398933172,-0.0015654219314455986,-0.002117801457643509,-0.01108163595199585 +498,-0.0024290690224996075,0.008005886021800298,-2.477625171337293,-0.002428988693282008,-0.008005800656974316,-0.9999650120735168,0.0004091719165444374,0.000635901466012001,-0.0009757319348864257,0.002398471115157008,0.0035044578835368156,0.004618942737579346 +499,-0.002245326748601048,0.007910121299870267,-2.4776052176037595,-0.0022452545817941427,-0.007910039275884628,-0.9999662041664124,5.5431388318538666e-05,0.001432781107723713,0.001220625126734376,0.0009482575114816427,-0.0011689411476254463,-0.0029787421226501465 +500,-0.0022926391454687425,0.008005521373127817,-2.477635134942249,-0.002292563673108816,-0.008005435578525066,-0.9999653100967407,0.000154789537191391,0.000809207558631897,-0.00145681481808424,-0.0011406636331230402,-0.001104060560464859,-0.006519615650177002 +501,-0.0022200292184942306,0.00791152022497815,-2.477631867129298,-0.002219957998022437,-0.0079114381223917,-0.9999662637710571,-0.0018417173996567726,0.0010711364448070526,0.00023377605248242617,0.0005109733901917934,0.0016400758177042007,-0.004367232322692871 +502,-0.0022543367128033363,0.007914689588930017,-2.477598979076936,-0.002254264196380973,-0.007914607413113117,-0.9999661445617676,-0.0018789563328027725,-0.017024099826812744,-0.0017323504434898496,0.0014455483760684729,-0.0012711836025118828,0.0005307197570800781 +503,-0.002231116470913716,0.007961676950447137,-2.4775811874458276,-0.0022310439962893724,-0.007961592637002468,-0.9999658465385437,-0.0029374463483691216,-0.002092890441417694,0.0017557978862896562,-0.0023008163552731276,-0.0008732462301850319,-0.012882053852081299 +504,-0.002209406561094303,0.007922104362851677,-2.4775674354068706,-0.002209335332736373,-0.007922021672129631,-0.9999662041664124,0.00032412726432085037,-0.00033200811594724655,-0.0005614706315100193,0.002712875371798873,0.002749292179942131,-0.0030245184898376465 +505,-0.002098376060179242,0.007830889511410697,-2.477533565051078,-0.002098310273140669,-0.00783080980181694,-0.9999671578407288,-0.0028558336198329926,-0.0011566076427698135,-0.0005500902188941836,0.0006334665231406689,0.0009185783565044403,0.00562816858291626 +506,-0.0021063348960905447,0.007985451034355164,-2.477564827986581,-0.0021062660962343216,-0.007985366508364677,-0.9999659061431885,0.0020692767575383186,0.0008237091824412346,-0.0007206328446045518,-0.0029749106615781784,-0.004191147163510323,-0.016025304794311523 +507,-0.002199065815313853,0.007995984760781323,-2.4775102954582366,-0.002198993694037199,-0.007995899766683578,-0.9999656081199646,-0.0011118119582533836,0.0006389608606696129,-0.0003634261665865779,0.003343402873724699,0.0052493177354335785,0.0102500319480896 +508,-0.0019563766334639416,0.00787418115781073,-2.477491754418044,-0.001956314779818058,-0.007874099537730217,-0.999967098236084,0.0014303699135780334,-0.0016733752563595772,0.0006018001586198807,-0.001919417642056942,-0.002913864329457283,-0.009142398834228516 +509,-0.002184716608136127,0.008175578483249334,-2.477454785894839,-0.002184641780331731,-0.008175487630069256,-0.99996417760849,0.0012180134654045105,0.0017862319946289062,0.0006471140077337623,6.367056630551815e-05,-0.0010865963995456696,-0.014287471771240234 +510,-0.0018848783407112758,0.008008919802584896,-2.4775031775120895,-0.0018848167965188622,-0.008008833974599838,-0.9999661445617676,-0.0015072273090481758,-0.0005189124494791031,0.0015812767669558525,0.003410695819184184,0.0033091269433498383,0.005779743194580078 +511,-0.0019232306776297758,0.008043019960614666,-2.477513782900486,-0.0019231672631576657,-0.00804293341934681,-0.9999657869338989,-0.0006929654628038406,-6.430409848690033e-05,-0.001690258621238172,-0.005172169301658869,-0.004866001196205616,-0.005328953266143799 +512,-0.0020175586644080035,0.008225311214949817,-2.477478609688948,-0.0020174889359623194,-0.008225218392908573,-0.9999641180038452,0.002223658375442028,0.0007531829178333282,-0.0002105820458382368,0.00445889588445425,0.0015876460820436478,-0.00549846887588501 +513,-0.0017324379632434124,0.00800088777549243,-2.477444780839551,-0.0017323816427960992,-0.008000802248716354,-0.9999665021896362,-0.001622661016881466,-0.001498207449913025,0.00031627225689589977,-0.003272501053288579,0.0027517788112163544,-0.0012389421463012695 +514,-0.001983279299622268,0.00811196260145358,-2.477456629761547,-0.001983212772756815,-0.008111873641610146,-0.9999651312828064,0.002628055401146412,0.0007866313681006432,-0.0013384991325438023,0.001830624882131815,-0.0024166908115148544,-0.0016980767250061035 +515,-0.0017057175305663472,0.008131447515785767,-2.477466505838001,-0.0017056603683158755,-0.008131357841193676,-0.999965488910675,0.00020361412316560745,0.0019270097836852074,0.0002998452400788665,0.0023465296253561974,0.002912851981818676,-0.007663905620574951 +516,-0.0018168194419170213,0.008009346202724284,-2.477449150010071,-0.0018167601665481925,-0.008009260520339012,-0.9999662637710571,-0.00048535503447055817,0.0026237256824970245,0.0006596940802410245,-0.0014333619037643075,-0.0007035080343484879,0.0008970499038696289 +517,-0.001700375189997335,0.008154204609658865,-2.477433847996667,-0.0017003178363665938,-0.008154114708304405,-0.9999653100967407,0.000680495984852314,-0.0009605856612324715,0.0007436285959556699,0.0023564458824694157,-0.0021913452073931694,-0.0028117895126342773 +518,-0.0016767663737470534,0.008240597918812159,-2.4773709961470627,-0.0016767086926847696,-0.008240504190325737,-0.9999646544456482,0.0019981293007731438,-1.777615398168564e-05,0.0006542433984577656,-0.0010698734549805522,-0.0003654519096016884,-0.0030108094215393066 +519,-0.001742247170555099,0.008076697917885,-2.4773702149260197,-0.0017421895172446966,-0.008076610043644905,-0.9999658465385437,-0.0015876274555921555,0.0006676474586129189,-0.001618960639461875,-0.00042455841321498156,0.00476545374840498,0.0019342899322509766 +520,-0.0016091009115436425,0.008076938131266378,-2.477397843808554,-0.0016090477583929896,-0.008076850324869156,-0.9999660849571228,0.0013327868655323982,0.0009375307708978653,-0.0011605543550103903,0.0026313867419958115,-0.004389580339193344,0.00010341405868530273 +521,-0.0015898590266114991,0.008247782453881638,-2.4774094725684996,-0.0015898043056949973,-0.008247689343988895,-0.999964714050293,0.002183657605201006,0.001830385997891426,-0.00017564301379024982,-0.003781289327889681,0.0004809647798538208,-0.004902839660644531 +522,-0.001632463170962229,0.00810015717886236,-2.4774539534409685,-0.0016324089374393225,-0.00810006819665432,-0.9999658465385437,0.001093890517950058,-0.0012331842444837093,0.00045128853525966406,0.0034329460468143225,0.001874484121799469,-0.0005528926849365234 +523,-0.001376755554535687,0.008149680606302017,-2.477459258069272,-0.0013767094351351261,-0.008149590343236923,-0.9999658465385437,-0.0019059469923377037,0.0017597349360585213,0.0008333794539794326,-0.002071776892989874,-0.0029893256723880768,-0.007816135883331299 +524,-0.001598867759533495,0.008210143449263275,-2.477500948405721,-0.0015988132217898965,-0.008210050873458385,-0.9999650120735168,0.0020545823499560356,0.0013110572472214699,0.0017676609568297863,-0.0025668363086879253,0.00131307914853096,0.0037644505500793457 +525,-0.0015230133967883326,0.008134175202646013,-2.477542040331182,-0.0015229624696075916,-0.008134085685014725,-0.9999657869338989,0.0021330630406737328,0.0027132267132401466,0.0016923288349062204,0.004361097235232592,0.0029613561928272247,0.009243130683898926 +526,-0.0013666977588921774,0.008114588800263053,-2.477581890405522,-0.0013666523154824972,-0.008114499971270561,-0.9999661445617676,0.0013424446806311607,-0.0019682743586599827,-0.0014387411065399647,-0.0033940901048481464,-0.004474001005291939,-0.0004305839538574219 +527,-0.0017811293769426965,0.008355637945282521,-2.4776299315070425,-0.0017810662975534797,-0.008355541154742241,-0.9999635219573975,0.0012145480141043663,0.002474086359143257,-0.0005369717255234718,-0.0009197394829243422,0.002786083146929741,-0.003866434097290039 +528,-0.0014511658509674683,0.0081007054112278,-2.4776005939094863,-0.0014511176850646734,-0.008100616745650768,-0.9999661445617676,0.0020787790417671204,-0.0010015792213380337,-0.0017533923964947462,0.0030532905366271734,0.0026837466284632683,-0.0006594657897949219 +529,-0.001610968110465852,0.008170724705457615,-2.477587327371453,-0.0016109136631712317,-0.00817063357681036,-0.9999653100967407,-0.0005555953830480576,0.0005815988406538963,0.0004666093736886978,-0.004919847939163446,5.2957795560359955e-05,-0.0016673803329467773 +530,-0.0016779063453288329,0.008138184952301166,-2.4776207596031186,-0.001677850028499961,-0.008138095028698444,-0.999965488910675,-0.0009846119210124016,0.002945495769381523,0.00038828945253044367,0.005156853701919317,-0.0012002838775515556,-0.006153285503387451 +531,-0.0015457155757346494,0.007994843591266381,-2.477649546958671,-0.0015456655528396368,-0.0079947579652071,-0.9999668598175049,-0.0023779934272170067,-0.0020850105211138725,-0.0017864340916275978,-0.0034592170268297195,0.00012122280895709991,-0.0004298686981201172 +532,-0.0018477990594343086,0.00795493051218491,-2.4776402201543166,-0.00184773956425488,-0.007954847067594528,-0.9999666810035706,-0.0018198303878307343,0.0028496934100985527,0.0016178586520254612,0.00023030792362987995,0.002812635153532028,-0.006640374660491943 +533,-0.0015645862613569506,0.0080479378945374,-2.477692400809451,-0.0015645349631085992,-0.008047850802540779,-0.9999663829803467,0.0005476893857121468,0.0038818875327706337,0.0010536020854488015,6.917363498359919e-05,-0.004525391384959221,-0.00816655158996582 +534,-0.0017724307326467176,0.007957104319438883,-2.477707235710931,-0.0017723736818879843,-0.00795702077448368,-0.9999668002128601,0.0010935170575976372,-0.0004057488404214382,-0.0008317341562360525,-0.0028205218259245157,0.002555408515036106,0.0005008578300476074 +535,-0.0017126905374282085,0.007841216479702593,-2.477656156745078,-0.001712637022137642,-0.007841136306524277,-0.9999678134918213,-0.0018939385190606117,0.00010930933058261871,-0.00013436563313007355,0.004367666319012642,0.0019054673612117767,0.008116006851196289 +536,-0.0016381622799442371,0.00788955053589619,-2.4776811413916517,-0.0016381106106564403,-0.007889469154179096,-0.9999675154685974,-0.0003614937886595726,0.0020380914211273193,-4.979618825018406e-05,-0.005182567983865738,-0.0024865074083209038,-0.0069141387939453125 +537,-0.001793149047960285,0.007959584439389917,-2.4777509407795786,-0.001793091301806271,-0.007959499955177307,-0.9999667406082153,-0.002699374221265316,-2.025347203016281e-05,0.0017068382585421205,0.0026628421619534492,0.002496853470802307,-0.004366755485534668 +538,-0.0015689137339077155,0.00781398445214817,-2.477769225505691,-0.0015688651474192739,-0.007813905365765095,-0.9999682307243347,-0.0017034141346812248,-0.0013577882200479507,0.0013004353968426585,0.0008974784286692739,0.0008406387642025948,0.002257049083709717 +539,-0.001776009528933183,0.007938251806295421,-2.477775753545591,-0.0017759526381269097,-0.00793816801160574,-0.9999669194221497,0.00141112320125103,-4.0121376514434814e-06,-0.0002808802528306842,-0.002145556267350912,-0.0023615146055817604,-0.007601439952850342 +540,-0.001771035427382624,0.007944712154635639,-2.477790453914556,-0.0017709785606712103,-0.007944628596305847,-0.9999668598175049,0.0020519490353763103,0.001966336742043495,-0.001470494782552123,0.003708845004439354,0.002863451838493347,-3.314018249511719e-05 +541,-0.0016640930673102626,0.00784467617604881,-2.4777921302478423,-0.0016640410758554935,-0.007844596169888973,-0.9999678730964661,-0.00012135040014982224,1.2014061212539673e-06,0.0003302284749224782,-0.0024710907600820065,0.00018468406051397324,-0.0014359354972839355 +542,-0.0018130545009850054,0.007892348601673423,-2.47782532349207,-0.0018129970412701368,-0.007892266847193241,-0.9999672174453735,-0.0004539294168353081,0.003015464171767235,-0.00043293379712849855,0.0013704921584576368,-0.0014918884262442589,-0.004885077476501465 +543,-0.0015973651727057435,0.007861215087395384,-2.4778363805573322,-0.0015973151894286275,-0.00786113366484642,-0.9999678134918213,-0.0033205002546310425,0.0013962294906377792,0.0006434348179027438,0.0009717047214508057,0.0020170174539089203,0.001341104507446289 +544,-0.001663912808486099,0.007847716382426727,-2.477859198533439,-0.0016638607485219836,-0.007847636006772518,-0.9999678134918213,0.001132393255829811,-0.0010022898204624653,0.0026854905299842358,-0.003875079797580838,-0.00045314524322748184,-0.003755331039428711 +545,-0.0017677737480155456,0.007900554328376885,-2.477875168698566,-0.001767717651091516,-0.007900471799075603,-0.9999672174453735,0.0004400620236992836,-2.4255365133285522e-05,0.00026715872809290886,0.003415666753426194,-0.0005071200430393219,-0.003176093101501465 +546,-0.0015970572054948928,0.007842068960372355,-2.4779008613444122,-0.001597007387317717,-0.00784198846668005,-0.9999679923057556,-0.0002268236130475998,0.0007389122620224953,2.350530121475458e-05,-0.002217689761891961,0.0008076867088675499,-0.00047451257705688477 +547,-0.0017925051268652436,0.007827778401006508,-2.4778738247699494,-0.0017924492713063955,-0.00782769825309515,-0.9999677538871765,0.00011647678911685944,0.0002622082829475403,0.0007724347524344921,0.00019027641974389553,0.00015252735465765,-0.004228413105010986 +548,-0.001624072456868265,0.007850514098948701,-2.4778684824473203,-0.0016240216791629791,-0.007850433699786663,-0.9999678730964661,0.0002885283902287483,-1.2760981917381287e-05,0.00026833219453692436,0.001471433904953301,-0.0006944881752133369,-0.0018784403800964355 +549,-0.0016967431013233316,0.007876621897004317,-2.477848890014331,-0.0016966896364465356,-0.007876540534198284,-0.9999675154685974,-0.0014496194198727608,-0.0021026297472417355,0.0011466838186606765,-0.0026520653627812862,0.0007506869733333588,-0.0020771026611328125 +550,-0.0016872697012902658,0.00786389689660538,-2.477884040824132,-0.0016872166888788342,-0.007863815873861313,-0.999967634677887,0.0009999889880418777,0.0007813544943928719,-0.0002411138266324997,0.0029842141084372997,-4.023592919111252e-05,-0.004457354545593262 +551,-0.0016183022509773917,0.007922453144484394,-2.4778930572338522,-0.0016182507388293743,-0.007922369986772537,-0.9999673366546631,-0.0008585238829255104,0.0019405242055654526,-0.0021368535235524178,-0.0004569446900859475,-0.0006072930991649628,-0.0008718967437744141 +552,-0.0017335978333443526,0.007941650945007765,-2.4779182722994544,-0.0017335423035547137,-0.007941567339003086,-0.9999669790267944,-0.001880742609500885,-0.000520879402756691,-0.0011553869117051363,0.00013136945199221373,0.0009683007374405861,-0.0022302865982055664 +553,-0.0016703816334750403,0.007881498179971228,-2.4779114482972644,-0.0016703290166333318,-0.00788141693919897,-0.9999675750732422,0.0002903677523136139,0.0019063660874962807,-8.570030331611633e-06,0.00023600284475833178,-0.0002972939983010292,-0.0043964385986328125 +554,-0.0016184140593466798,0.007971988140442218,-2.4778494970697547,-0.001618361915461719,-0.007971903309226036,-0.9999669194221497,-0.0011593187227845192,-0.0014832522720098495,0.00043211341835558414,-0.001723312889225781,-0.0007561231032013893,-0.001955687999725342 +555,-0.0016826769557275428,0.007929210568010582,-2.4778290399967413,-0.0016826232895255089,-0.007929127663373947,-0.9999671578407288,0.0009677587077021599,-0.000442426186054945,0.0003461339510977268,0.0010112365707755089,0.002054493874311447,-0.0033897757530212402 +556,-0.0015850111910383766,0.00791683464589326,-2.4777986456195604,-0.0015849608462303877,-0.007916752249002457,-0.9999673962593079,-0.00010939501225948334,-0.0011615408584475517,-0.0010372288525104523,-0.0012684325920417905,-0.00038402900099754333,-0.0014058947563171387 +557,-0.0016581033358849771,0.00799244572505524,-2.477815574903538,-0.0016580496449023485,-0.00799236074090004,-0.9999666810035706,0.00011950824409723282,-0.0006585260853171349,-1.1705444194376469e-05,0.0003610525745898485,0.00024089589715003967,-0.0024136900901794434 +558,-0.0016103777053719957,0.008001522066786981,-2.4778275220299526,-0.0016103254165500402,-0.008001436479389668,-0.9999666810035706,-0.0029766354709863663,-0.000542862806469202,-0.0010894329752773046,0.0011830793228000402,0.0017453329637646675,-0.0033444762229919434 +559,-0.0016155384700417346,0.007983966264419315,-2.477826745198007,-0.00161548622418195,-0.007983881048858166,-0.9999668002128601,0.0010475721210241318,0.000399821437895298,-0.001583488192409277,-0.001100578112527728,3.536231815814972e-06,-0.0017726421356201172 +560,-0.001642839337724364,0.008005452738507102,-2.477846075882091,-0.0016427859663963318,-0.00800536759197712,-0.9999666213989258,0.00044789258390665054,0.00028377119451761246,-0.0006245793774724007,0.00144442159216851,0.00029967911541461945,-0.0031461715698242188 +561,-0.0016641484343060376,0.007977934547078382,-2.4778796410748463,-0.0016640947433188558,-0.007977849803864956,-0.9999668002128601,0.0002627521753311157,0.002499309368431568,-0.0004690965870395303,-0.0008078292012214661,0.0009740656241774559,-0.0017879605293273926 +562,-0.0017254770388773657,0.007938621824962465,-2.477887099660553,-0.0017254218691959977,-0.007938538677990437,-0.9999669790267944,0.0009110588580369949,0.002684338018298149,0.002730350010097027,-0.0006549492245540023,-0.0005911234766244888,-0.002642214298248291 +563,-0.0017573700426536621,0.007951510514380413,-2.477828493557865,-0.0017573136137798429,-0.007951426319777966,-0.9999668598175049,-0.0006985347718000412,6.319023668766022e-06,0.0018163215136155486,0.001284291036427021,4.7373585402965546e-05,-0.002871274948120117 +564,-0.0017553359932929505,0.007987757890469759,-2.4778477708821876,-0.0017552791396155953,-0.007987673394382,-0.999966561794281,-0.00031639356166124344,-0.00019648205488920212,-0.0007670809281989932,-0.0014032903127372265,0.0006787125021219254,-0.003253042697906494 +565,-0.002041513704743815,0.007798273783152836,-2.477867253798803,-0.00204145023599267,-0.007798194885253906,-0.9999675154685974,0.00037152785807847977,-0.0028455769643187523,-0.0018054110696539283,0.0006529004313051701,-0.0016775131225585938,-0.0017262101173400879 +566,-0.002176887886178498,0.007801853204680368,-2.4778561769082144,-0.002176819834858179,-0.0078017739579081535,-0.9999672174453735,-0.0010247277095913887,-0.0006642304360866547,-0.0007957695634104311,0.003870545420795679,0.00012660305947065353,-0.007234930992126465 +567,-0.0012091854487859617,0.008235978633218495,-2.472705145497537,-0.0012091441312804818,-0.008235885761678219,-0.9999653697013855,-0.03790190815925598,-0.07705473154783249,0.013887808658182621,0.024753455072641373,0.004375412128865719,-0.010502159595489502 +568,0.004806876094993765,0.011082062616900283,-2.4734665536582185,0.004806562326848507,-0.011081836186349392,-0.9999270439147949,0.050848979502916336,0.10095210373401642,-0.117645762860775,-0.08213810622692108,0.06105437129735947,0.017108440399169922 +569,0.002774559632122638,0.009121112367954001,-2.4634858618444455,0.002774440683424473,-0.009120985865592957,-0.9999545812606812,0.0038134492933750153,0.006764505989849567,0.15389332175254822,-0.0796939954161644,-0.023563340306282043,0.0007022619247436523 +570,0.010832870578301328,0.01817071220041722,-2.462118248300443,0.01083087082952261,-0.018169712275266647,-0.9997762441635132,0.02866380102932453,0.6236894726753235,-0.018409548327326775,0.018160829320549965,0.012279819697141647,0.06587731838226318 +571,0.055428933054855974,0.00888189603042778,-2.4681523637913583,0.0553983673453331,-0.00888177938759327,-0.9984248280525208,-0.0876907929778099,-1.1044965982437134,-0.053548406809568405,0.0349489189684391,-0.10916021466255188,-0.09801071882247925 +572,0.0034695446506105274,0.04377313723927735,-2.4854754196150393,0.0034662142861634493,-0.04375915974378586,-0.9990360736846924,0.7288283109664917,-0.7111308574676514,-0.39954623579978943,-0.0034509552642703056,-0.03480834513902664,-0.23375201225280762 +573,-0.0945584905359084,0.12793715940095818,-2.577570805162918,-0.09364598244428635,-0.1275884360074997,-0.9873963594436646,1.079034447669983,-0.06929663568735123,-1.1076006889343262,0.28105443716049194,0.1334783434867859,0.021133601665496826 +574,-0.2710286150878464,0.2343598200874847,-2.6643125762807993,-0.26040396094322205,-0.2322203516960144,-0.937157154083252,0.8345670700073242,-4.358200550079346,-0.1596800684928894,0.17387136816978455,-0.11697705090045929,-0.41614484786987305 +575,-0.6311169536281245,0.2672624140485774,-2.5843346293509466,-0.5690987706184387,-0.26409202814102173,-0.7787052989006042,0.9499740600585938,-2.9526498317718506,0.7159301042556763,0.21578150987625122,-0.043158918619155884,-0.13677620887756348 +576,-0.8528086530720118,0.27555002548358143,-2.4022602096686803,-0.724719762802124,-0.27207624912261963,-0.6330527663230896,1.2083427906036377,0.6288938522338867,1.7291407585144043,0.4857823848724365,-0.10051286220550537,0.3504294157028198 +577,-0.8161551355681461,0.2688809826005351,-2.221636515132604,-0.702340841293335,-0.2656528055667877,-0.6604134440422058,0.9214289784431458,0.423118531703949,1.129463791847229,0.28408217430114746,-0.03825652599334717,0.3541848063468933 +578,-0.7403778903060385,0.20650695238889383,-2.110798372307681,-0.6602345108985901,-0.20504233241081238,-0.7225289940834045,0.2079872339963913,0.9197252988815308,0.8047179579734802,-0.04246324300765991,0.001093342900276184,0.012827455997467041 +579,-0.711460898070825,0.18770409945889172,-1.985975331144827,-0.6414722204208374,-0.18660381436347961,-0.7441051006317139,-0.36217185854911804,1.5153448581695557,0.9020286202430725,-0.2928234338760376,-0.05257771909236908,0.12932848930358887 +580,-0.6612010387551606,0.17974592209117696,-1.9777588197093905,-0.6041721105575562,-0.17877960205078125,-0.77653968334198,0.5152517557144165,-1.281928300857544,-0.33039334416389465,-0.12928730249404907,0.05042266845703125,-0.007090628147125244 +581,-0.7563410027690879,0.1857135142961456,-2.001289587745443,-0.6744641661643982,-0.1846478283405304,-0.7148449420928955,-0.32179519534111023,-0.4714769423007965,0.04469289630651474,0.07668590545654297,0.03506593406200409,0.011216402053833008 +582,-0.7673905560217056,0.1778075515285634,-2.015056126021043,-0.6833137273788452,-0.176872119307518,-0.708377480506897,-0.29709392786026,-0.07329963892698288,-0.24882301688194275,0.056009650230407715,0.0047987401485443115,-0.03353536128997803 +583,-0.7093096986539148,0.16494502610191308,-2.0798717514007663,-0.642470121383667,-0.164198100566864,-0.7485125660896301,-0.7373764514923096,0.743205189704895,-0.03791011497378349,0.07939028739929199,0.04417248070240021,0.009529411792755127 +584,-0.6342954723434799,0.1405892688156253,-2.125057799015192,-0.5867632627487183,-0.14012660086154938,-0.797542154788971,0.020733382552862167,0.17174112796783447,-0.1551586538553238,-0.02342045307159424,0.018941298127174377,-0.024738788604736328 +585,-0.6530088786822057,0.15503945521036477,-2.114405354824417,-0.6002913117408752,-0.15441907942295074,-0.784732460975647,0.2093748301267624,-0.4204658567905426,0.06556650996208191,-0.03441321849822998,-0.0022428929805755615,0.03935593366622925 +586,-0.6759599817681177,0.16494381263803512,-2.1085894949895945,-0.6171549558639526,-0.1641969084739685,-0.7695187926292419,0.21544472873210907,-0.21149058640003204,-0.18717265129089355,-0.05055439472198486,0.069424569606781,0.0020779967308044434 +587,-0.6919915158316109,0.19460682381609573,-2.109167752116692,-0.6260274648666382,-0.19338078796863556,-0.7554425597190857,0.07198725640773773,-0.09033330529928207,-0.13298708200454712,0.01703399419784546,0.05690619349479675,0.05359935760498047 +588,-0.6794598846450101,0.17934695324183794,-2.116185795281151,-0.6182941198348999,-0.17838704586029053,-0.7654348015785217,-0.21599657833576202,0.23555992543697357,0.18387551605701447,-0.009650826454162598,0.012569770216941833,-0.0008310079574584961 +589,-0.6523109885343782,0.15627674775532469,-2.111085610005674,-0.5996270775794983,-0.15564142167568207,-0.7849987745285034,-0.09839961677789688,0.30025041103363037,0.08981803059577942,-0.12315124273300171,-0.021955639123916626,-0.000920414924621582 +590,-0.6302819185407508,0.17114515611838302,-2.121598298514914,-0.5807620286941528,-0.1703108847141266,-0.7960588335990906,0.36549806594848633,-0.05908835306763649,-0.45573535561561584,0.004162907600402832,-0.02335365116596222,-0.02178168296813965 +591,-0.6408096393854001,0.22290647307426756,-2.136312444421672,-0.5830534100532532,-0.22106511890888214,-0.7817793488502502,0.45479971170425415,0.4040354788303375,0.028004523366689682,0.17123401165008545,0.019267648458480835,0.006358206272125244 +592,-0.5715418834481468,0.16763246367160134,-2.092970477693528,-0.5333470702171326,-0.16684846580028534,-0.829278290271759,-0.994102418422699,0.613055408000946,0.6959637403488159,-0.05544370412826538,0.02080664038658142,0.014809846878051758 +593,-0.5614345090232855,0.12225976376494899,-2.094823384264893,-0.528427004814148,-0.12195540964603424,-0.8401736617088318,0.026442788541316986,-0.49630865454673767,-0.12812332808971405,-0.09004223346710205,0.07605697214603424,-0.03888511657714844 +594,-0.5984739085447318,0.1176304698585176,-2.092594881611523,-0.5594890713691711,-0.11735938489437103,-0.8204869627952576,-0.1959911286830902,0.03356032446026802,0.08868979662656784,-0.03223150968551636,-0.03463341295719147,0.05815786123275757 +595,-0.6036716409377555,0.09238537587669247,-2.129742340891133,-0.5652481913566589,-0.09225401282310486,-0.8197461366653442,-0.5237256288528442,-0.1961924433708191,-0.37195807695388794,0.04243624210357666,0.05798278748989105,-0.06270015239715576 +596,-0.6135981380254545,0.09229171921391274,-2.157785619600783,-0.5733623504638672,-0.09216075390577316,-0.8141019344329834,-0.3003827631473541,-0.04683385044336319,0.0698162391781807,0.10307121276855469,0.06748729944229126,-0.008346796035766602 +597,-0.592179781324815,0.08077203550112223,-2.1282323988250176,-0.5563511848449707,-0.08068423718214035,-0.8270208239555359,0.8374578952789307,0.5011002421379089,0.36635056138038635,-0.12040656805038452,0.022960223257541656,-0.11580449342727661 +598,-0.5155240080565168,0.13629454901934254,-2.0249104463663112,-0.48841896653175354,-0.1358729749917984,-0.8619660139083862,1.2384809255599976,0.7358792424201965,0.4783846139907837,-0.09019431471824646,-0.0441807359457016,0.025814950466156006 +599,-0.5217549857996587,0.224157468053426,-1.9802087385392122,-0.48593321442604065,-0.22228498756885529,-0.8452563285827637,0.13344629108905792,0.07164642214775085,-0.3883586823940277,-0.04025086760520935,0.023127272725105286,0.17341184616088867 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/standing/s1.csv b/BoostRunClub/CoreML/DataSet/Motion/standing/s1.csv new file mode 100644 index 0000000..519273a --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/standing/s1.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-2.113730142036731,0.8724384069572839,1.9219813445088818,-0.5505011677742004,-0.7658990025520325,0.3321859538555145,0.8947776556015015,-0.6250700950622559,-0.30426883697509766,-0.015783071517944336,-0.02212601900100708,-0.16742154955863953 +1,-2.2292027261199903,0.8549772767781613,2.03063023836612,-0.5190616846084595,-0.7545560002326965,0.40152254700660706,-0.30013108253479004,0.6255992650985718,-0.6675707101821899,-0.1690639853477478,-0.08145791292190552,0.12093836069107056 +2,-2.3898615811834905,0.844736848545325,2.1338965457604777,-0.45339956879615784,-0.7477964162826538,0.48500487208366394,0.3783235251903534,-0.835103452205658,-0.467148095369339,-0.09024059772491455,-0.007437407970428467,-0.023762166500091553 +3,-2.529576748546446,0.8168481485740776,2.2384612452507433,-0.3932707905769348,-0.7289919257164001,0.560275673866272,1.014914631843567,-0.6042768359184265,0.05147668719291687,0.031164467334747314,0.06900352239608765,-0.11815226078033447 +4,-2.5879947929565614,0.7716621843999413,2.3205855252977066,-0.3768334984779358,-0.6973275542259216,0.6096974015235901,1.1820342540740967,-0.31896913051605225,0.46453389525413513,0.1706567406654358,0.06860440969467163,-0.1373462677001953 +5,-2.683455728795374,0.6940182901504679,2.371960597130806,-0.3399710953235626,-0.6396311521530151,0.6894140839576721,0.319841206073761,-0.23915919661521912,0.19503545761108398,0.030660182237625122,0.04015910625457764,-0.11839962005615234 +6,-2.6997908900648024,0.6394340592644397,2.4189944593443347,-0.3430958092212677,-0.5967413783073425,0.7253864407539368,-0.14603401720523834,-0.02307780086994171,0.02408728003501892,0.09660521149635315,-0.0006250143051147461,0.17253249883651733 +7,-2.6810678410454973,0.6332510950500572,2.441581596584989,-0.3582491874694824,-0.5917686223983765,0.7221271991729736,-0.4154781699180603,0.6802226305007935,-0.015514262020587921,0.10066553950309753,0.06790381669998169,0.07378655672073364 +8,-2.6773124027033335,0.6098055314897288,2.470349383975129,-0.3670712113380432,-0.5727080702781677,0.7329827547073364,-0.18181850016117096,0.18452699482440948,-0.37710028886795044,-0.018014758825302124,-0.038040101528167725,0.08958786725997925 +9,-2.681636040277181,0.5954868242404177,2.4964434570578495,-0.3675016462802887,-0.5609118342399597,0.7418360114097595,-0.14299756288528442,0.5581979155540466,-0.2650730311870575,-0.0785280168056488,-0.04541140794754028,0.029602646827697754 +10,-2.6529777706848314,0.5943754599091159,2.542024742854853,-0.3888998329639435,-0.5599914193153381,0.7315506339073181,0.1020212322473526,0.17563262581825256,0.038542091846466064,0.13929662108421326,0.02155458927154541,0.046479642391204834 +11,-2.618973537930093,0.6062481609919168,2.569907649563809,-0.41019847989082336,-0.5697882771492004,0.7120947241783142,-0.2986573278903961,0.7319080829620361,-0.19920967519283295,0.0802270770072937,-0.0002955198287963867,0.012545287609100342 +12,-2.599600107128009,0.6091948195186517,2.5878108765211634,-0.4230484068393707,-0.5722073316574097,0.7025732398033142,-0.3838064968585968,0.9162004590034485,-0.2946484684944153,-0.07084813714027405,-0.016400635242462158,0.017489135265350342 +13,-2.576443136574878,0.6309802899553892,2.602632760237244,-0.4324232041835785,-0.5899365544319153,0.6818979978561401,-0.12541407346725464,0.09852983057498932,-0.17552368342876434,-0.03185594081878662,-0.008635103702545166,0.03462415933609009 +14,-2.5819261776957165,0.6546445733344294,2.6220901778235164,-0.42114678025245667,-0.6088773608207703,0.6722375750541687,-0.10388210415840149,0.13109056651592255,-0.33461305499076843,0.0023998916149139404,-0.009469747543334961,0.009601294994354248 +15,-2.5982559088709998,0.6706653831304141,2.6369804064666025,-0.4050183594226837,-0.6215074062347412,0.6705886125564575,0.10796031355857849,0.031041281297802925,-0.1419064849615097,-0.013316720724105835,0.02928316593170166,-0.0769757628440857 +16,-2.5952183363761363,0.6832967828871684,2.6441616635466816,-0.40294188261032104,-0.6313530802726746,0.662594199180603,-0.0009296415373682976,-0.10010594874620438,-0.031190751120448112,0.04977723956108093,0.035192251205444336,-0.0617641806602478 +17,-2.583162204717527,0.6855966802192487,2.6410814824997355,-0.4101303815841675,-0.6331349611282349,0.6564552187919617,-0.2531358301639557,-0.10312412679195404,-0.016843058168888092,0.002079784870147705,-0.019910752773284912,0.01929551362991333 +18,-2.585806402968131,0.6919782859357178,2.619338883481022,-0.40625303983688354,-0.6380617022514343,0.6540916562080383,-0.19022230803966522,0.1460954248905182,0.05309143662452698,-0.020413219928741455,-0.0013884305953979492,-0.0069206953048706055 +19,-2.5501502492438646,0.713740050023427,2.5950262504238295,-0.4214693605899811,-0.6546655297279358,0.6275164484977722,0.05267166718840599,-0.4445454478263855,0.41433948278427124,0.015921205282211304,0.062197208404541016,-0.04722470045089722 +20,-2.506398525506501,0.7529978211041495,2.556107930751008,-0.4329213798046112,-0.6838291883468628,0.5873302817344666,-0.7999151945114136,0.30644741654396057,0.2617754638195038,0.12466326355934143,0.09734231233596802,-0.04398006200790405 +21,-2.47230875409827,0.7768354052693315,2.485153325011103,-0.4424469769001007,-0.7010261416435242,0.5592883229255676,-0.8511224389076233,0.8006395697593689,-0.005350422114133835,0.016253679990768433,0.044623494148254395,0.024345219135284424 +22,-2.408536640040956,0.8048476247052372,2.393698916043045,-0.46386483311653137,-0.7207249999046326,0.5151557326316833,-0.29496827721595764,-0.38983070850372314,0.5686671733856201,-0.02261599898338318,-0.030816256999969482,-0.08819937705993652 +23,-2.341948803762195,0.8307167381595392,2.3180080656126676,-0.4835793673992157,-0.7384148836135864,0.46999412775039673,-0.6778711676597595,-0.47124984860420227,0.2568700909614563,0.0032479166984558105,0.009655117988586426,0.03304243087768555 +24,-2.3506243717150133,0.8195396901727514,2.2616371509881215,-0.48532208800315857,-0.7308317422866821,0.4799453914165497,-0.26481369137763977,-0.15779300034046173,0.027221739292144775,-0.05929461121559143,-0.08879417181015015,0.01025843620300293 +25,-2.429239036730984,0.7811915224139662,2.2764552810524403,-0.4641169309616089,-0.7041260004043579,0.537402868270874,0.9866381287574768,-0.9854152202606201,0.1555061638355255,-0.04783064126968384,-0.09013968706130981,-0.0536077618598938 +26,-2.5635462317485476,0.7285628875330034,2.3231615730545156,-0.4076780378818512,-0.6657980680465698,0.624908983707428,0.5969645977020264,-0.7130244374275208,-0.2957809865474701,-0.12360242009162903,-0.039447784423828125,-0.06715452671051025 +27,-2.5788162241840844,0.7614616156036752,2.3612209288060892,-0.38618865609169006,-0.689980149269104,0.6121971607208252,0.007494777906686068,-0.42457014322280884,-0.17799007892608643,0.008564263582229614,0.04518967866897583,-0.060363054275512695 +28,-2.6258831303911685,0.7539481902977264,2.415518123916157,-0.35950401425361633,-0.684522271156311,0.6341814994812012,-0.0637279748916626,0.14084377884864807,-0.15108773112297058,0.02066737413406372,0.010373711585998535,0.10794496536254883 +29,-2.632190316696108,0.7588203534365554,2.441103700395539,-0.3538663983345032,-0.6880658864974976,0.6335171461105347,-0.22398662567138672,0.601291835308075,-0.1726299524307251,0.06422406435012817,0.03921639919281006,0.10302460193634033 +30,-2.631178245665324,0.7651152160788819,2.448884567247689,-0.352384477853775,-0.6926200985908508,0.6293671131134033,-0.05180659890174866,0.14326226711273193,0.030978642404079437,0.012067675590515137,-0.005698442459106445,0.039044201374053955 +31,-2.645399799607885,0.7722476316841573,2.469790695045752,-0.341037780046463,-0.6977470517158508,0.6299540400505066,-0.4179530739784241,0.5299063920974731,-0.23173142969608307,0.015857785940170288,0.023964762687683105,0.09325140714645386 +32,-2.6765153867128513,0.7529671185731011,2.490658361175231,-0.3272479176521301,-0.6838067770004272,0.6521632671356201,0.12646770477294922,-0.053328633308410645,0.0024868855252861977,0.040443748235702515,-0.008484423160552979,0.1340305209159851 +33,-2.6904859592042643,0.7372866609094112,2.484873289285436,-0.3227404057979584,-0.6722817420959473,0.666239857673645,0.03318476304411888,-0.33000829815864563,0.20155969262123108,0.01719844341278076,0.023600101470947266,0.08624714612960815 +34,-2.695374684918404,0.7074489651278516,2.460853021731793,-0.3279927372932434,-0.649897038936615,0.685604989528656,0.23292852938175201,-0.3281868100166321,0.3603785037994385,0.009587675333023071,-0.034673094749450684,0.07281774282455444 +35,-2.7042305627607726,0.6773898929261384,2.4293497938519573,-0.33003586530685425,-0.6267613172531128,0.7058655619621277,0.400967001914978,-0.41000252962112427,0.5135067105293274,0.052936285734176636,-0.014718115329742432,-0.059167683124542236 +36,-2.7404741657850233,0.640109271914854,2.3985394039238828,-0.3131513297557831,-0.5972830653190613,0.7383689284324646,0.2302999496459961,-0.2942688763141632,0.3720356225967407,0.008479148149490356,0.056450724601745605,-0.07738888263702393 +37,-2.791303519542738,0.593275740872042,2.3648213360776555,-0.28452643752098083,-0.5590800046920776,0.7787644863128662,0.06768511235713959,-0.28982940316200256,0.4985983669757843,-0.04666554927825928,0.03863328695297241,0.09213083982467651 +38,-2.8369266841626835,0.5532620807334327,2.3381163472856814,-0.25522279739379883,-0.5254654288291931,0.8116324543952942,-0.07055280357599258,0.011559845879673958,0.16906900703907013,0.014439135789871216,-0.006165981292724609,0.06503063440322876 +39,-2.8744696860595957,0.5143777485815281,2.3158056302266896,-0.2298012375831604,-0.4919932186603546,0.8397228717803955,0.40005555748939514,-0.3642829358577728,0.24148835241794586,-0.008907318115234375,0.043415188789367676,0.06043905019760132 +40,-2.8958771783579365,0.48179445116442343,2.2961492980677316,-0.21555998921394348,-0.46337011456489563,0.8595478534698486,0.1624060869216919,-0.2969260811805725,0.4052831828594208,0.0446615070104599,0.05509054660797119,0.009943902492523193 +41,-2.880216188048729,0.45236857414350323,2.262687377136738,-0.23241809010505676,-0.43709710240364075,0.8688657879829407,0.4328533411026001,-0.11811745911836624,0.4875010550022125,-0.0051002055406570435,0.06356194615364075,-0.037414491176605225 +42,-2.8749740160104142,0.4132355639408512,2.2420917548393415,-0.2412937581539154,-0.40157464146614075,0.8834677934646606,-0.047638263553380966,0.2602452337741852,0.26649612188339233,0.1074741780757904,0.03199151158332825,0.053406715393066406 +43,-2.8718785000349536,0.3786991795462139,2.197232690054391,-0.247576504945755,-0.36971214413642883,0.895554780960083,-0.21233899891376495,0.35265931487083435,0.34403932094573975,-0.01427951455116272,-0.013298630714416504,0.04968118667602539 +44,-2.8501643815003663,0.37393783636292965,2.153944416463099,-0.2674655616283417,-0.3652839660644531,0.891644299030304,-0.295128732919693,0.26893067359924316,0.365610808134079,0.09667399525642395,-0.0019797682762145996,-0.035489022731781006 +45,-2.8309140273924913,0.3246533348141302,2.112890542544115,-0.2897353172302246,-0.31898024678230286,0.9023887515068054,-0.022844014689326286,0.42151522636413574,0.3990550637245178,-0.013075411319732666,0.03522771596908569,0.1504831314086914 +46,-2.7993709157814344,0.2969966790202624,2.0645630303780136,-0.3208889663219452,-0.29264968633651733,0.9007697701454163,0.10034280270338058,0.2902770936489105,0.559654712677002,-0.05939057469367981,-0.03829813003540039,0.0005820393562316895 +47,-2.7478878977284706,0.26746967691915996,2.049134805744054,-0.36997222900390625,-0.2642919421195984,0.8906574249267578,0.34653154015541077,0.04864642024040222,0.09660125523805618,-0.026039153337478638,-0.035665363073349,0.014051556587219238 +48,-2.7117824403205915,0.24596759394886597,2.0475610756752745,-0.40415653586387634,-0.243494912981987,0.8816844820976257,0.7055352926254272,-0.1580825299024582,0.14352695643901825,-0.08679497241973877,-0.009587347507476807,-0.030366241931915283 +49,-2.6939665211585626,0.23373915063703618,2.054839886160781,-0.42105698585510254,-0.23161660134792328,0.8769634366035461,-0.24063286185264587,0.24375420808792114,0.09175162017345428,0.06841111183166504,0.013537973165512085,0.08478283882141113 +50,-2.6928012354528805,0.23634460903166704,2.0600463876071347,-0.4218152165412903,-0.23415042459964752,0.8759252429008484,-0.361909955739975,0.28182825446128845,-0.2947998642921448,-0.017103731632232666,0.004353150725364685,0.11836779117584229 +51,-2.6837174838097546,0.2704007804935161,2.0536537687692693,-0.42598098516464233,-0.2671176791191101,0.8644004464149475,-0.2409677654504776,0.16371800005435944,-0.004954035393893719,-0.004805117845535278,0.021298617124557495,-0.06187981367111206 +52,-2.666731827550321,0.2806426966234723,2.0586906126464157,-0.4393274486064911,-0.27697324752807617,0.8545628190040588,-0.5141335725784302,0.5527863502502441,-0.03217402845621109,0.028957515954971313,0.028911083936691284,0.11362278461456299 +53,-2.6006104266937244,0.33142090560265425,2.034949119011404,-0.4869535565376282,-0.3253869414329529,0.8105550408363342,-0.5304151177406311,0.42745909094810486,0.20661863684654236,0.06748944520950317,0.05533689260482788,0.023520827293395996 +54,-2.554790328429252,0.37397346699404965,2.019757427298765,-0.5154309272766113,-0.36531713604927063,0.7751606702804565,-0.505172848701477,0.3258369266986847,-0.19333384931087494,0.053059160709381104,0.02771642804145813,0.006241738796234131 +55,-2.5523290162047116,0.37773452347287934,2.018058675694461,-0.5165701508522034,-0.36881566047668457,0.7727421522140503,0.32899072766304016,0.14438502490520477,0.1665252447128296,0.015380024909973145,-0.003132551908493042,-0.06140786409378052 +56,-2.54391711130742,0.3855476350234786,2.0252156882042054,-0.521414577960968,-0.3760666251182556,0.7659640312194824,-0.48774006962776184,0.33357855677604675,-0.15949705243110657,0.04590487480163574,0.03333893418312073,0.03925764560699463 +57,-2.535772124157934,0.3853453684903168,2.016477863288087,-0.5276793837547302,-0.3758791983127594,0.7617544531822205,-0.03224030137062073,0.18657276034355164,0.1281692534685135,-0.0037386417388916016,0.007470846176147461,0.020487606525421143 +58,-2.52341880332515,0.38868931013421787,2.009379265393716,-0.5363175272941589,-0.3789758086204529,0.7541492581367493,-0.22784844040870667,0.22383277118206024,0.08131254464387894,0.04463350772857666,0.03254023194313049,-0.015852630138397217 +59,-2.4934821331466406,0.39394346290977467,1.9968603135917933,-0.5574408769607544,-0.38383278250694275,0.7361605763435364,0.027737101539969444,0.32520583271980286,0.017578136175870895,-0.007348060607910156,-0.019121378660202026,-0.017624080181121826 +60,-2.4451333466716,0.41838253376397877,1.979739525100299,-0.586173951625824,-0.40628302097320557,0.7009522914886475,-0.1576598435640335,0.2913095951080322,-0.09796839207410812,-0.04549407958984375,-0.013104766607284546,-0.06455403566360474 +61,-2.3966393751465516,0.4480693109512289,1.9654144690547959,-0.6110149621963501,-0.43322622776031494,0.6625522971153259,-0.9276241660118103,1.0384316444396973,-0.3406948745250702,-0.12830382585525513,-0.029908448457717896,0.13331562280654907 +62,-2.2234783823027184,0.5535057151412954,1.9128151903133739,-0.6758346557617188,-0.5256727337837219,0.5166385173797607,-1.3660495281219482,1.5774421691894531,-0.5127748847007751,0.054847896099090576,-0.0276566743850708,0.09322464466094971 +63,-1.8772035775310683,0.6891050508934592,1.7684843516814501,-0.7358669638633728,-0.6358466744422913,0.2328067123889923,-1.9407111406326294,3.112074136734009,-0.6847824454307556,-0.030047953128814697,-0.06242603063583374,0.08002901077270508 +64,-1.3909167164937133,0.781805988456455,1.5290153070565695,-0.6981923580169678,-0.7045621871948242,-0.12696290016174316,-1.121036171913147,2.60219669342041,-0.6260048151016235,-0.0062448978424072266,-0.01885700225830078,-0.12738585472106934 +65,-0.938975145765675,0.7726976971469834,1.3220840735444312,-0.5778027772903442,-0.6980693936347961,-0.4228983521461487,-1.6714465618133545,2.658886671066284,-0.1933373361825943,0.040098369121551514,-0.028325140476226807,0.0900278389453888 +66,-0.6724511218550421,0.7217770604320265,1.206844689100688,-0.4675731956958771,-0.660719633102417,-0.5872179269790649,-0.7359659075737,2.0471301078796387,-0.3257857859134674,-0.13929936289787292,-0.007279634475708008,0.03457510471343994 +67,-0.3916398862564924,0.6504313554110317,1.0875702127899936,-0.30376923084259033,-0.6055297255516052,-0.7355664968490601,-0.34394535422325134,0.2560652494430542,-0.25485509634017944,0.026333928108215332,0.043823182582855225,-0.010466217994689941 +68,-0.23278226260918142,0.571136974720746,1.0154955669345498,-0.19407279789447784,-0.540588915348053,-0.8185960054397583,-0.7533910870552063,0.5726436972618103,-0.31668636202812195,0.03182607889175415,0.01913505792617798,-0.0324934720993042 +69,-0.1702981093833698,0.5041476718010481,0.9636373563931977,-0.14839103817939758,-0.4830613434314728,-0.8629205226898193,-0.8815344572067261,0.8986695408821106,-0.07185536623001099,-0.027802199125289917,-0.02241659164428711,-0.08861756324768066 +70,-0.17068046024574662,0.49841747453996454,0.9395843799291942,-0.14918868243694305,-0.47803613543510437,-0.8655773997306824,-0.7509185075759888,0.3883621096611023,-0.24855676293373108,-0.06957657635211945,-0.011297941207885742,0.12400025129318237 +71,-0.12098753654389897,0.500673994768018,0.9101048124768518,-0.10587868094444275,-0.48001691699028015,-0.8708463907241821,-0.2043103277683258,0.21756680309772491,-0.24493369460105896,-0.033510349690914154,-0.0005586445331573486,0.14605391025543213 +72,-0.04965321425503258,0.4901593284638322,0.8795161963088558,-0.04378893971443176,-0.47076645493507385,-0.8811705112457275,0.3273138701915741,0.6515376567840576,-0.012410584837198257,0.014751479029655457,-0.010556787252426147,0.10858750343322754 +73,0.028133973684776693,0.45510319081367734,0.8538790003968019,0.025267042219638824,-0.43955498933792114,-0.8978602290153503,0.002462181728333235,1.3623814582824707,0.04290705546736717,0.006440714001655579,0.024424374103546143,-0.021100342273712158 +74,0.10412910603041098,0.42878433157232315,0.8585706006454492,0.09453143924474716,-0.4157654941082001,-0.9045456647872925,0.27762261033058167,-0.02892051637172699,-0.15346431732177734,0.00010356307029724121,0.012551963329315186,-0.11869347095489502 +75,0.12125449420895894,0.45941026492451853,0.8685798333169663,0.10841599851846695,-0.44341960549354553,-0.8897331357002258,0.07452701032161713,-0.10448992252349854,-0.16584746539592743,-0.061952993273735046,0.0045462846755981445,0.03321152925491333 +76,0.1396299444495241,0.4713775973845172,0.8760853045466034,0.12399855256080627,-0.45411407947540283,-0.882272481918335,-0.4257989823818207,0.8480230569839478,-0.2249704897403717,-0.15108290314674377,-0.01727566123008728,0.08191853761672974 +77,0.17060174645595186,0.4846727447374073,0.8621169401391007,0.15022192895412445,-0.46591880917549133,-0.8719822764396667,-0.1316295862197876,0.815004289150238,-0.09551837295293808,-0.09794533252716064,0.02104884386062622,0.08496439456939697 +78,0.2638019497352718,0.5075218813568051,0.8482881104902024,0.22788536548614502,-0.4860129952430725,-0.8437177538871765,0.5443415641784668,1.141589641571045,0.1676044911146164,-0.027598515152931213,0.030110865831375122,-0.055253803730010986 +79,0.4086519079938018,0.551351134938598,0.8092362010048251,0.33848893642425537,-0.5238386392593384,-0.7816765904426575,1.0090304613113403,0.809614896774292,0.2393854409456253,0.08424055576324463,0.01652967929840088,-0.13176029920578003 +80,0.5757213106384238,0.6173184427770236,0.7675245185240929,0.4439546465873718,-0.5788506269454956,-0.6839855313301086,0.5865757465362549,1.379301905632019,-0.04319588467478752,-0.01660171151161194,0.01914304494857788,0.09722411632537842 +81,0.7458660514670087,0.6403229298180313,0.7544646541754197,0.5441778302192688,-0.5974544286727905,-0.588998019695282,0.39047038555145264,1.4671950340270996,0.28079134225845337,-0.037296175956726074,0.016338706016540527,-0.05686068534851074 +82,0.9202359926115985,0.6228046734581407,0.7599698343973854,0.6463400721549988,-0.5833155512809753,-0.4919222891330719,-0.3597796857357025,0.7470484972000122,-0.3744128346443176,-0.03955906629562378,0.010088622570037842,0.02613246440887451 +83,1.0356910690585546,0.5970570548257136,0.7869379390949173,0.7113924026489258,-0.5622110962867737,-0.4217102527618408,-0.6352503895759583,1.3843539953231812,-0.32883501052856445,-0.05196857452392578,0.06579697132110596,-0.025982677936553955 +84,1.103426238563326,0.5853247929075407,0.7977989810955302,0.7441414594650269,-0.5524701476097107,-0.37553974986076355,-0.7633388042449951,0.7090118527412415,-0.12259901314973831,-0.05909818410873413,0.0012617111206054688,0.15184596180915833 +85,1.1009956625595276,0.5541433101423964,0.8356333971235429,0.7582233548164368,-0.5262150168418884,-0.38496148586273193,-0.33905237913131714,-0.0437968447804451,0.11084703356027603,0.04164248704910278,-0.03503382205963135,0.010281860828399658 +86,1.128099156068628,0.5801729956545079,0.8491306732309072,0.755741536617279,-0.5481686592102051,-0.3582817018032074,0.3508659601211548,-0.9233593344688416,0.8777155876159668,0.029765665531158447,-0.015948772430419922,-0.041178107261657715 +87,1.1095225171625138,0.6156197261508602,0.8523610459973802,0.7310891151428223,-0.5774645805358887,-0.36337780952453613,0.3327634036540985,-0.14107133448123932,0.8796206116676331,0.08847570419311523,0.006038188934326172,-0.18247485160827637 +88,1.065465498421113,0.6588503052968614,0.83283728615456,0.691870927810669,-0.6122081875801086,-0.38277381658554077,0.2326824963092804,-0.1462450921535492,0.16278859972953796,-0.011603593826293945,-0.005650699138641357,-0.04734092950820923 +89,1.05401161780264,0.6420489814264287,0.850054727385608,0.6962865591049194,-0.598837673664093,-0.3956998884677887,-0.06210627779364586,-1.3145546913146973,0.31836995482444763,0.01756531000137329,-0.004876255989074707,-0.1263032853603363 +90,1.0231364227759738,0.6283026068686632,0.8583281466060494,0.690702497959137,-0.5877723693847656,-0.42125260829925537,-0.7299025058746338,-0.1042477935552597,-0.300542414188385,0.03145021200180054,-0.06899642944335938,-0.11118757724761963 +91,1.0325467299618776,0.6191039042898054,0.8704966673553377,0.6992487907409668,-0.5803056359291077,-0.4174884259700775,-0.8358311057090759,-0.4160335958003998,0.17257356643676758,0.0684819221496582,-0.11828750371932983,-0.0423046350479126 +92,1.04618082175902,0.5987320704310876,0.8675909252563898,0.7149606943130493,-0.5635955333709717,-0.41375255584716797,-1.0126065015792847,0.2253478765487671,-0.12481604516506195,0.09935504198074341,-0.019824206829071045,0.14925676584243774 +93,0.9681802787906226,0.5704194416530066,0.8860125753106839,0.6934183239936829,-0.5399851202964783,-0.47706082463264465,-0.6272228360176086,-0.0991341844201088,0.06721052527427673,0.028902173042297363,-0.06833696365356445,0.15125516057014465 +94,0.9346848481031347,0.5081374880936393,0.8898816440290599,0.702776312828064,-0.486550897359848,-0.5190123319625854,-1.0091453790664673,-0.3722730278968811,0.1916542798280716,0.14701616764068604,-0.00223386287689209,0.08891284465789795 +95,0.8768159427811449,0.47556205067614066,0.8876915180610505,0.6834071278572083,-0.4578382074832916,-0.5686288475990295,-0.5681277513504028,-0.25315722823143005,-0.42081987857818604,0.015872597694396973,0.026670634746551514,0.057306885719299316 +96,0.864918703266549,0.4420375775953292,0.8747114799745208,0.6878925561904907,-0.4277820885181427,-0.5863499641418457,-0.4333372116088867,0.21350796520709991,-0.2839454710483551,0.1097453236579895,-0.023908555507659912,0.04855400323867798 +97,0.8707098709338245,0.45782553420831906,0.8577706168927066,0.6860255002975464,-0.4419986307621002,-0.5779327154159546,-0.6423468589782715,0.43196848034858704,-0.3821481466293335,-0.030752062797546387,-0.012972652912139893,0.23226016759872437 +98,0.872342830568291,0.4532263049339706,0.8618044079392744,0.6885178685188293,-0.4378683865070343,-0.5781127214431763,-0.6424046754837036,0.04296046122908592,-0.2742559015750885,-0.03840196132659912,-0.0011727213859558105,0.25151365995407104 +99,0.9057615682369279,0.43258412819658953,0.8853483392569462,0.7144108414649963,-0.4192183017730713,-0.5602438449859619,-0.06887982040643692,0.0571756437420845,0.2127579003572464,0.007116258144378662,-0.012193441390991211,0.1266959309577942 +100,0.9042271445583996,0.4244549605649225,0.8835362233309363,0.7162052392959595,-0.41182416677474976,-0.5634279251098633,-0.08259935677051544,0.16270026564598083,-0.18687783181667328,-0.10313761234283447,0.032063424587249756,0.12656879425048828 +101,0.9062787321198914,0.4117855580903032,0.8868114977887125,0.721409261226654,-0.400246262550354,-0.5651297569274902,0.16575507819652557,-0.19275689125061035,0.2990086078643799,0.019282877445220947,-0.044318556785583496,-0.0006356239318847656 +102,0.9514440916862973,0.4553642531314155,0.8790748836373371,0.7312828302383423,-0.43978947401046753,-0.521354615688324,0.8012951016426086,0.133839949965477,1.062057375907898,0.12690198421478271,0.07333439588546753,-0.12253576517105103 +103,0.9136433461879266,0.568329571808733,0.8336045776198048,0.6672748327255249,-0.5382249355316162,-0.5148379802703857,0.6832229495048523,-0.11506330966949463,0.35632023215293884,-0.03359264135360718,-0.0009900927543640137,0.04714089632034302 +104,0.9162215589585647,0.5937172663671876,0.8005799173183225,0.6575457453727722,-0.5594459772109985,-0.5046323537826538,0.037463244050741196,0.12065085023641586,-0.239508256316185,0.002839386463165283,-0.0052207112312316895,0.013268828392028809 +105,0.9450537236541138,0.6201116134993779,0.8109030879074549,0.6596190333366394,-0.5811259746551514,-0.47665005922317505,0.2767949402332306,0.4545299708843231,0.2660220265388489,-0.0714232325553894,0.04378777742385864,0.0069845616817474365 +106,0.95889628803728,0.6200531161088773,0.8344549237534756,0.6661815643310547,-0.5810784101486206,-0.4674934446811676,-0.21406327188014984,-0.05626242235302925,-0.07857681065797806,-0.10311692953109741,-0.0046759843826293945,0.01441425085067749 +107,0.93040875965397,0.6183235212339737,0.8457495484658478,0.653400182723999,-0.5796698927879333,-0.48687878251075745,0.14524394273757935,-0.42085209488868713,-0.06905435770750046,-0.0466497540473938,-0.038539886474609375,-0.053083986043930054 +108,0.8693956419322866,0.6625226309953639,0.8208929827138127,0.602322518825531,-0.6151077747344971,-0.508773148059845,0.8971086144447327,-0.996455192565918,0.24494129419326782,-0.03747260570526123,-0.01187586784362793,-0.06448429822921753 +109,0.8299608535575527,0.6615259821681969,0.8197528805595778,0.5822481513023376,-0.6143216490745544,-0.5325374007225037,-0.18949194252490997,-0.6434059739112854,-0.18829652667045593,-0.02803361415863037,0.03427404165267944,-0.005334913730621338 +110,0.7920664860318335,0.623718918432162,0.8302929665141604,0.5777817368507385,-0.5840578675270081,-0.5701269507408142,-0.5250064730644226,-0.37082841992378235,-0.3358813524246216,-0.042716920375823975,0.007519781589508057,0.02378600835800171 +111,0.712307323063006,0.5831603122336417,0.8638771622252899,0.5455620288848877,-0.5506646633148193,-0.6317676305770874,-0.5628175735473633,-1.0868598222732544,-0.045773204416036606,-0.05180293321609497,-0.00022333860397338867,0.08385509252548218 +112,0.5303875586300829,0.5122520677409508,0.9275667325101514,0.44093596935272217,-0.49014148116111755,-0.7518888115882874,-1.1043248176574707,-1.8160048723220825,0.14212453365325928,-0.005236506462097168,-0.03096139430999756,0.051159441471099854 +113,0.4300512239188459,0.4436992732933489,0.9310877636915664,0.3765471577644348,-0.42928346991539,-0.8209311366081238,-1.346484661102295,-0.5279824137687683,-0.07124599814414978,0.11152046918869019,-0.019843727350234985,0.13289707899093628 +114,0.2881620015285396,0.45205986336070575,0.9584911026382162,0.2556433379650116,-0.4368194043636322,-0.8624588251113892,0.03937702625989914,-1.4552018642425537,0.2369288206100464,0.039324283599853516,-0.017373651266098022,0.059861838817596436 +115,0.15076373988692743,0.5095141815209606,0.9566822649029563,0.13111594319343567,-0.4877531826496124,-0.8630790710449219,0.8671685457229614,-1.7619307041168213,0.2626425623893738,0.062029823660850525,0.027349770069122314,-0.025669097900390625 +116,-0.036553634812787374,0.6183157519933209,0.961994780673594,-0.029779313132166862,-0.5796635746955872,-0.8143115639686584,1.2845138311386108,-1.9938856363296509,0.37659329175949097,0.10564601421356201,0.03922778367996216,-0.013477742671966553 +117,-0.2651573115538263,0.6565232002461862,1.0132075608401896,-0.20758360624313354,-0.6103665232658386,-0.7644355893135071,0.5226576328277588,-2.157954454421997,0.1413975954055786,0.038882434368133545,0.06228607892990112,-0.028151631355285645 +118,-0.426506712877491,0.6528003153800558,1.0512999205248672,-0.3286319077014923,-0.6074132919311523,-0.723222017288208,-0.8325306177139282,0.40074819326400757,-0.004701510071754456,-0.0621303915977478,0.02263551950454712,0.07586795091629028 +119,-0.4199590912115858,0.6001938853306057,1.0620455450783253,-0.3364637494087219,-0.5648024678230286,-0.7535185813903809,-0.548785924911499,-0.6329288482666016,0.4583653211593628,0.0007856786251068115,-0.02934420108795166,0.0023284554481506348 +120,-0.44845419704303086,0.5700665998562203,1.077403771170079,-0.36501002311706543,-0.5396881103515625,-0.7586200833320618,-0.15038204193115234,-0.08089286088943481,0.2899206876754761,-0.01986241340637207,-0.003173828125,0.029372036457061768 +121,-0.531414055984325,0.5611026792978977,1.0917696395489702,-0.42905187606811523,-0.5321201086044312,-0.729905903339386,-0.2267141342163086,-0.6407338380813599,0.2110893428325653,-0.03711935877799988,0.019012868404388428,0.048707783222198486 +122,-0.6358658455591841,0.5742965826271191,1.098063097968715,-0.49860185384750366,-0.5432443618774414,-0.6754863262176514,0.39956605434417725,-1.7073302268981934,-0.08336130529642105,0.019414842128753662,0.042008399963378906,0.015543699264526367 +123,-0.7302985896103207,0.5819507701458725,1.0974156009140066,-0.5572834014892578,-0.5496546626091003,-0.6223463416099548,-0.16957715153694153,-0.2565736472606659,0.12165708839893341,-0.0059185028076171875,-0.009137451648712158,0.023850858211517334 +124,-0.7708087350096362,0.5786654883701817,1.0868656409146344,-0.5832855701446533,-0.5469071865081787,-0.6005584001541138,-0.13728637993335724,0.03283323720097542,0.09670604765415192,0.035754501819610596,-0.008176982402801514,0.011874377727508545 +125,-0.7708757008225043,0.5716770083915109,1.0817316224996367,-0.5859746336936951,-0.5410431623458862,-0.60324627161026,0.136545330286026,-0.1340492218732834,0.12071767449378967,0.056555747985839844,0.02062690258026123,0.04054790735244751 +126,-0.7615887780564812,0.5412179671560157,1.0691579083623954,-0.5914483070373535,-0.5151802897453308,-0.6203048825263977,-0.22772379219532013,0.08222422748804092,0.08143585920333862,-0.07270568609237671,-0.00026160478591918945,-0.04091942310333252 +127,-0.7407468186044125,0.5384978258052718,1.055085952419748,-0.5793359875679016,-0.5128470063209534,-0.6335280537605286,0.1597958654165268,-0.2555996775627136,-0.03543538600206375,0.019826769828796387,0.05677706003189087,0.0057051777839660645 +128,-0.7245274247558262,0.5216679854654714,1.0484668948199056,-0.5746245384216309,-0.49832695722579956,-0.6492125391960144,-0.0718393623828888,-0.19379819929599762,0.006563263945281506,-0.02373361587524414,-0.00814276933670044,-0.044955551624298096 +129,-0.727086628899622,0.536704713920229,1.0481476787780308,-0.5712384581565857,-0.5113068222999573,-0.6420685052871704,0.12814724445343018,0.3032381534576416,-0.08186139166355133,0.023478448390960693,0.022583067417144775,0.057428061962127686 +130,-0.7315040129821453,0.5363842843693789,1.0479214353224866,-0.5741785168647766,-0.5110313892364502,-0.6396607756614685,0.23895256221294403,0.19334515929222107,0.07355804741382599,-0.012918651103973389,-0.018234848976135254,0.005764901638031006 +131,-0.7174613986558045,0.5231955587996647,1.0326803428928595,-0.5695216655731201,-0.499650776386261,-0.6526822447776794,0.3961159288883209,-0.27797383069992065,0.05720793083310127,-0.04939001798629761,0.08781608939170837,-0.16471576690673828 +132,-0.7148182370085602,0.5316396072540237,1.0483170716881671,-0.5650088787078857,-0.5069473385810852,-0.65097576379776,0.030995182693004608,0.3415798246860504,-0.06301778554916382,0.012106657028198242,-0.053431689739227295,0.03560405969619751 +133,-0.7050487747610973,0.5238448077966239,1.032887457028943,-0.5611662268638611,-0.5002130270004272,-0.6594539284706116,0.023111047223210335,-0.009191012009978294,0.0198493804782629,-0.050161898136138916,0.06845033168792725,-0.0955967903137207 +134,-0.6928439268364065,0.5232323779579201,1.0338402159811755,-0.5532716512680054,-0.4996826648712158,-0.6664891242980957,0.07816628366708755,-0.25089582800865173,-0.13382557034492493,0.007953047752380371,0.016543656587600708,0.019012928009033203 +135,-0.673018770687045,0.5132856136373117,1.0105586628155225,-0.5430219173431396,-0.4910421073436737,-0.6811789870262146,0.06911350786685944,-0.15268875658512115,0.11018397659063339,0.058357059955596924,0.028639763593673706,-0.08877944946289062 +136,-0.664019867278897,0.5108474918769902,0.995147120295458,-0.537606418132782,-0.4889167249202728,-0.6869787573814392,-0.16359785199165344,0.1714370846748352,-0.11330600082874298,-0.006796658039093018,0.004434943199157715,-0.05345398187637329 +137,-0.6566256871795545,0.5090276232225597,0.977892075068683,-0.5330544114112854,-0.4873283803462982,-0.691638708114624,-0.5324083566665649,-0.021267512813210487,-0.1254350244998932,-0.0073356032371521,0.029518932104110718,0.03355765342712402 +138,-0.6808036640602272,0.5073020740809503,0.9803650276175914,-0.5501478314399719,-0.48582085967063904,-0.6792020201683044,-0.22141750156879425,-0.3640734851360321,0.1572800874710083,-0.0005112886428833008,0.006023526191711426,0.09497356414794922 +139,-0.7435592655521708,0.5206351637934322,0.9908693330497607,-0.5872235298156738,-0.4974312484264374,-0.6385380029678345,0.19477218389511108,-0.44396379590034485,0.050878435373306274,0.08794069290161133,-0.03235390782356262,0.007770180702209473 +140,-0.7764203848870093,0.5200747132758401,0.9956785215320166,-0.6080809831619263,-0.49694496393203735,-0.6190986037254333,0.04681290313601494,-0.26998454332351685,-0.11108165979385376,-0.013607800006866455,-0.01643693447113037,-0.046443939208984375 +141,-0.8341036206048404,0.5387731898159376,1.019333258744679,-0.635766863822937,-0.5130833387374878,-0.5766679644584656,-0.37206628918647766,-0.4630817770957947,-0.12943100929260254,-0.02063572406768799,-0.04135996103286743,0.13390368223190308 +142,-1.0314951871067843,0.5923304259861262,1.060541216269077,-0.71188884973526,-0.5582959651947021,-0.4260512888431549,0.9580480456352234,-1.2768303155899048,0.17128883302211761,0.12454760074615479,-0.010383784770965576,0.0960952639579773 +143,-1.0967851886816067,0.5724300774846484,1.0728686435032995,-0.747907817363739,-0.5416763424873352,-0.3836934268474579,0.4931153655052185,-1.1930122375488281,0.23430222272872925,0.09202402830123901,0.06712806224822998,-0.07593181729316711 +144,-1.2785089252799573,0.5455499040103465,1.1483213811621333,-0.8185859322547913,-0.5188882350921631,-0.2463170737028122,0.9216643571853638,-2.2135403156280518,0.39342018961906433,0.07835155725479126,-0.016832590103149414,-0.06708323955535889 +145,-1.4373528888291431,0.5147264214173944,1.2108134220367759,-0.8626890778541565,-0.4922967255115509,-0.11580841988325119,-0.13745063543319702,0.12525592744350433,0.7864100337028503,-0.014538705348968506,0.06912475824356079,0.020669937133789062 +146,-1.4819565599717106,0.4741812673342573,1.2570806138911073,-0.8861584067344666,-0.45661020278930664,-0.07893387973308563,0.36569321155548096,-0.12103872001171112,0.545802891254425,0.022556662559509277,0.03586435317993164,0.04405224323272705 +147,-1.6600930740137096,0.44527329241923536,1.320619427256387,-0.8988971710205078,-0.4307045340538025,0.08048262447118759,0.19237986207008362,-0.5866159200668335,0.1895601898431778,-0.06225395202636719,-0.03609234094619751,-0.008888483047485352 +148,-1.6341261103802536,0.44034324944374165,1.3215386106100382,-0.9027919769287109,-0.42624998092651367,0.05725017562508583,0.15852214395999908,-0.31360676884651184,-0.15476146340370178,0.03462791442871094,0.028636455535888672,-0.055266499519348145 +149,-1.5693993363123517,0.449025721656716,1.3131559323939748,-0.9008696675300598,-0.4340880513191223,-0.0012585071381181479,0.07683731615543365,0.48687344789505005,-0.1806384027004242,0.03964829444885254,0.0058348774909973145,-0.0645831823348999 +150,-1.5868345339445336,0.45330121056926764,1.319565082609051,-0.8988906741142273,-0.4379357099533081,0.014417831785976887,-0.4599035382270813,0.79839026927948,-0.41153523325920105,-0.1812332272529602,-0.030631154775619507,0.02876448631286621 +151,-1.5758245827452722,0.4570694760290755,1.3052157385670047,-0.8973382711410522,-0.4413203001022339,0.004512084648013115,-0.09863120317459106,-0.6377164125442505,0.08501380681991577,-0.05319267511367798,-0.018457531929016113,0.09024500846862793 +152,-1.5820146795656929,0.4457177989752124,1.2967683422246676,-0.9022446274757385,-0.43110567331314087,0.010122123174369335,0.3100723326206207,-0.2955351769924164,0.01302586030215025,-0.0452955961227417,-0.005448251962661743,0.051996469497680664 +153,-1.5886033375034125,0.4337692844849574,1.2862085960518936,-0.9072441458702087,-0.42029398679733276,0.016157014295458794,0.4329608082771301,-0.09463337063789368,0.024411149322986603,-0.17280346155166626,0.001089245080947876,-0.04214274883270264 +154,-1.5892977302435816,0.43523983206818573,1.269797175797599,-0.906613826751709,-0.42162787914276123,0.016775542870163918,0.28233590722084045,-0.06214824318885803,0.3180709183216095,0.042401790618896484,0.02441108226776123,-0.11107492446899414 +155,-1.5778018349794305,0.43245292342606384,1.247837341651708,-0.9079181551933289,-0.41909918189048767,0.006360532250255346,-0.3800728917121887,0.2132551372051239,-0.02250078320503235,0.04832959175109863,-0.013258576393127441,-0.07482671737670898 +156,-1.5778661636544815,0.42472703388041533,1.2557426098911715,-0.9111284017562866,-0.412072092294693,0.006441636476665735,-0.2471368908882141,0.2270529866218567,-0.07981381565332413,0.008952617645263672,-0.02428346872329712,0.14007329940795898 +157,-1.5884282474331768,0.4183585879775191,1.2624623185702295,-0.9136148691177368,-0.406261146068573,0.016110453754663467,0.3173081874847412,0.1302797496318817,-0.19970674812793732,-0.17017102241516113,-0.04927468299865723,0.08015727996826172 +158,-1.572491968628696,0.4247995683100618,1.2450672180879228,-0.9111201167106628,-0.4121381640434265,0.001544934930279851,0.4560648500919342,-0.5782973170280457,0.24556982517242432,0.004763245582580566,0.05219852924346924,-0.11420059204101562 +159,-1.5617149754647088,0.42924827346920835,1.2357109318860733,-0.9092413187026978,-0.4161874055862427,-0.008257366716861725,0.14173129200935364,-0.30944254994392395,0.2348678708076477,0.07438725233078003,0.060947567224502563,-0.13293218612670898 +160,-1.5694069939561934,0.4165549431163926,1.253114819102206,-0.9144874215126038,-0.40461239218711853,-0.0012705281842499971,0.3083105683326721,-0.12306798249483109,0.15216103196144104,-0.06016772985458374,-0.012440770864486694,-0.05244040489196777 +161,-1.5604227479944537,0.4255658561997602,1.2458082826536534,-0.9107561707496643,-0.4128362238407135,-0.009448139928281307,0.27931731939315796,-0.25193360447883606,0.271602600812912,0.09718817472457886,0.08747312426567078,-0.13285529613494873 +162,-1.5650874564221489,0.42546808569017475,1.2599247233279318,-0.9108307361602783,-0.41274717450141907,-0.005199871025979519,0.0506594255566597,-0.12311743199825287,0.14381389319896698,0.1387513279914856,0.04581913352012634,0.014965534210205078 +163,-1.586001122343561,0.4216391525477895,1.2732566955166837,-0.9123137593269348,-0.40925660729408264,0.013872613199055195,0.22564184665679932,0.25764068961143494,-0.14227740466594696,-0.007577478885650635,0.0021826624870300293,0.034970760345458984 +164,-1.66713683548021,0.42145115503769853,1.2796949448804904,-0.9082647562026978,-0.40908506512641907,0.08777441829442978,0.7292312383651733,-1.818463683128357,-0.29471355676651,-0.1973717212677002,0.040188610553741455,-0.16216111183166504 +165,-1.9347523158723343,0.43005103089624536,1.3989126758108357,-0.8494048714637756,-0.41691717505455017,0.3235604763031006,0.9994171261787415,-2.1280031204223633,-0.18716299533843994,-0.008551061153411865,-0.022581666707992554,-0.008420735597610474 +166,-2.113365025190673,0.4347123062293897,1.4708198088912807,-0.7767339944839478,-0.42114949226379395,0.46831366419792175,0.3293946385383606,0.02834182418882847,-0.24674822390079498,-0.0011591911315917969,-0.015602946281433105,-0.043005406856536865 +167,-2.1902061202123555,0.42124250069228963,1.5327193096940934,-0.7430431842803955,-0.4088946580886841,0.529803454875946,0.9855842590332031,-0.7383669018745422,-0.1470949798822403,-0.10533016920089722,-0.06768307089805603,-0.052325546741485596 +168,-2.2551222811733767,0.4303732044699336,1.6109981520499612,-0.7041872143745422,-0.41721001267433167,0.574505090713501,0.8933591842651367,-0.6829578280448914,0.045159511268138885,0.07471644878387451,0.06020018458366394,-0.13297683000564575 +169,-2.3486426953804385,0.42033875673800486,1.7362345082977229,-0.6504102945327759,-0.4080697298049927,0.6406602263450623,0.41010212898254395,0.4969589114189148,-0.4838089048862457,0.14940321445465088,0.11204928159713745,0.04667186737060547 +170,-2.408190902113629,0.4144567094770594,1.8145537496707311,-0.6127261519432068,-0.4026927053928375,0.6800041198730469,0.015234559774398804,0.1719980090856552,-0.27742084860801697,0.150201678276062,-0.005739390850067139,0.0822640061378479 +171,-2.4449945436288987,0.4101587481337753,1.8513437673949815,-0.5883952379226685,-0.39875492453575134,0.7034101486206055,0.11236359179019928,0.18321387469768524,-0.24174103140830994,0.03904825448989868,0.00957942008972168,0.04947382211685181 +172,-2.4589578739993327,0.42642041279736753,1.865560206240636,-0.5743494033813477,-0.413614422082901,0.7064321041107178,0.025485754013061523,-0.033642034977674484,-0.21802815794944763,-0.036887288093566895,0.06321147084236145,-0.029384195804595947 +173,-2.47577208460557,0.41496526610372014,1.8986969402652116,-0.5652801394462585,-0.40315815806388855,0.7196676731109619,-0.19859164953231812,0.20058375597000122,-0.383304238319397,-0.006451308727264404,0.0054378509521484375,0.13787615299224854 +174,-2.496220550993618,0.4123666956924129,1.9215447862022752,-0.5510753989219666,-0.40077874064445496,0.7319102883338928,0.38375338912010193,-0.7084071040153503,-0.5919474363327026,-0.07152903079986572,-0.03040418028831482,0.010857164859771729 +175,-2.505116369661362,0.40683781369543415,1.9407684449352374,-0.5458514094352722,-0.39570721983909607,0.7385541796684265,-0.006235833279788494,-0.5002552270889282,-0.22369958460330963,-0.08926522731781006,0.0021372437477111816,0.09800893068313599 +176,-2.522191824528548,0.40677176768034534,1.9422657369985208,-0.5331763029098511,-0.3956465721130371,0.7477878332138062,0.6745822429656982,-0.5280901193618774,-0.08001915365457535,-0.08478933572769165,-0.074491947889328,-0.04193156957626343 +177,-2.518480185136063,0.40728645240328404,1.951756756853995,-0.5358293652534485,-0.39611920714378357,0.745638370513916,-0.03859809413552284,0.16951632499694824,-0.15950742363929749,-0.1348555088043213,-0.07792559266090393,0.07195806503295898 +178,-2.472002331962039,0.47181764451338665,1.9506502982998848,-0.5528531670570374,-0.4545060992240906,0.6984106302261353,-0.7707239985466003,0.7894611954689026,-0.12832438945770264,0.0730559229850769,0.10768917202949524,0.050612807273864746 +179,-2.3388709974355946,0.5511471323227652,1.89733763301033,-0.6127461791038513,-0.5236648321151733,0.5918758511543274,-1.2274333238601685,1.1396207809448242,-0.28479456901550293,-0.026688575744628906,-0.025483667850494385,0.04227930307388306 +180,-2.3169919769030205,0.5977241462399571,1.8812534893260602,-0.6069666147232056,-0.5627626776695251,0.561150074005127,-0.5246545672416687,0.1204340010881424,0.06621598452329636,0.22412371635437012,0.027377605438232422,-0.022163987159729004 +181,-2.349425480602817,0.5558526314226738,1.8898942845234377,-0.6047046184539795,-0.527667760848999,0.596572995185852,-0.20478615164756775,-0.3827377259731293,0.35826388001441956,0.06718319654464722,-0.06544142961502075,0.18756097555160522 +182,-2.3058912837854613,0.5604201591121932,1.8486433828603723,-0.6283002495765686,-0.5315421223640442,0.568068265914917,0.059479519724845886,-0.11595471203327179,0.33230987191200256,0.0013777613639831543,0.07710492610931396,-0.018843472003936768 +183,-2.187033439526708,0.5981722498653002,1.7958997193799262,-0.6743636131286621,-0.5631330013275146,0.477613627910614,-1.0431931018829346,1.3375208377838135,-0.27781158685684204,0.16003566980361938,-0.007042109966278076,0.021455585956573486 +184,-2.159880969044887,0.6037746865498784,1.7705335262921411,-0.6844480037689209,-0.5677538514137268,0.4573691785335541,-0.3328714668750763,1.3534796237945557,-0.35143622756004333,-0.1536409854888916,-0.06022167205810547,0.16599810123443604 +185,-2.107377061590002,0.6267975263412487,1.736989139207374,-0.6960867643356323,-0.5865540504455566,0.41402631998062134,0.62266606092453,-1.1383155584335327,0.3524341285228729,-0.11998385190963745,0.027441442012786865,-0.07357209920883179 +186,-2.0260783124181225,0.6549514929598272,1.7096803289212401,-0.7122923731803894,-0.609120786190033,0.34872859716415405,-0.19582431018352509,-0.7541460990905762,0.33183327317237854,0.2003752589225769,0.022069334983825684,-0.08368346095085144 +187,-1.973054332890917,0.675863001952487,1.684700287206284,-0.7178940176963806,-0.6255708336830139,0.3054333031177521,-1.2785956859588623,1.8085436820983887,-0.6703659296035767,0.04986417293548584,-0.007928311824798584,0.11546516418457031 +188,-1.8222138116477509,0.7222189050240704,1.5959224559117526,-0.7267506718635559,-0.6610512137413025,0.18666763603687286,-1.5748860836029053,2.5988926887512207,-0.49633195996284485,-0.21894335746765137,0.007273197174072266,0.21306681632995605 +189,-1.5795122298312858,0.7697636843469423,1.4645428979281634,-0.7180479764938354,-0.695965588092804,0.006258594803512096,0.7206451892852783,-1.1104286909103394,0.11579867452383041,0.15991199016571045,0.04154658317565918,-0.22764837741851807 +190,-1.5399632470173457,0.764480211681627,1.424159651778727,-0.7213990092277527,-0.6921619176864624,-0.02225000597536564,-0.1654011458158493,0.4099504351615906,-0.13602027297019958,-0.06374192237854004,-0.03989368677139282,-0.1361057162284851 +191,-1.454890545394479,0.7769256746186359,1.3737642000223051,-0.7082878947257996,-0.7010905146598816,-0.08246427029371262,-0.915165364742279,1.6784312725067139,-0.15643887221813202,-0.15246039628982544,0.05492663383483887,0.07571990042924881 +192,-1.3186336004947492,0.7784170077938286,1.2976792180994405,-0.6895082592964172,-0.7021531462669373,-0.17764967679977417,-0.9037505984306335,0.3231164216995239,0.39612728357315063,0.11736470460891724,0.011631906032562256,0.06439894437789917 +193,-1.1090505118859035,0.7643503438715044,1.1807385816704732,-0.6462391018867493,-0.6920682191848755,-0.3215847313404083,0.07318402826786041,0.027754981070756912,-0.01684574782848358,0.17086678743362427,0.05679899454116821,-0.0014133155345916748 +194,-0.9296426662850801,0.7236454799252764,1.065440038056638,-0.60057133436203,-0.6621209979057312,-0.4482295513153076,0.2872525453567505,-0.37814411520957947,-0.14637504518032074,0.01852494478225708,0.0182611346244812,-0.2209751307964325 +195,-0.7808595014055617,0.7005415124934576,0.9865252148029142,-0.5381192564964294,-0.6446317434310913,-0.5430262684822083,-0.9576053619384766,1.9999440908432007,-0.2939620614051819,0.03636455535888672,0.046899259090423584,0.027065634727478027 +196,-0.6014193620709547,0.6226001091400044,0.8758738865855704,-0.45964697003364563,-0.5831493735313416,-0.6698220372200012,-1.5169060230255127,2.0223541259765625,0.16331541538238525,0.01901891827583313,0.030262410640716553,0.02936488389968872 +197,-0.46632919078765867,0.5294610049648948,0.8208936695349728,-0.38804957270622253,-0.5050682425498962,-0.770923912525177,-0.8775194883346558,0.8243662714958191,0.2906511425971985,0.047564923763275146,-0.02190929651260376,-0.010188758373260498 +198,-0.3078962634126799,0.42834903987666495,0.7721657016100559,-0.27567437291145325,-0.41536957025527954,-0.8668746948242188,-0.9547964930534363,0.5613709688186646,-0.3558603525161743,-0.10152292251586914,0.01917511224746704,0.01058197021484375 +199,-0.1959372473876336,0.3210988136751986,0.7244192022962264,-0.18473538756370544,-0.3156093955039978,-0.930732786655426,-0.4953351616859436,-0.584428071975708,0.05482867732644081,0.017087072134017944,0.03425261378288269,-0.07424157857894897 +200,-0.1261573886151182,0.3019526136665343,0.6892297811710367,-0.12013047933578491,-0.297385036945343,-0.9471698999404907,0.008720087818801403,0.37132561206817627,0.13577574491500854,0.1258677840232849,0.04390603303909302,0.009532570838928223 +201,-0.046609055946420945,0.24535468909801797,0.7054193492462253,-0.04519680514931679,-0.24290040135383606,-0.9689977169036865,-0.38474807143211365,0.9502221941947937,-0.09348282963037491,-0.011153902858495712,0.028255045413970947,-0.0549737811088562 +202,-0.05521016015113631,0.22837940126563874,0.7055547139117162,-0.053749289363622665,-0.22639930248260498,-0.9725504517555237,-1.3010698556900024,1.4139325618743896,0.021740645170211792,-0.015250958502292633,-0.01697838306427002,0.08204752206802368 +203,-0.04893570940930832,0.20239068118595543,0.7281966068959723,-0.047917742282152176,-0.2010117918252945,-0.9784161448478699,-1.0403947830200195,0.5523796081542969,-0.039196714758872986,-0.08111058175563812,-0.045844897627830505,0.09716004133224487 +204,-0.050454630384429794,0.21698396337926598,0.7573058264170042,-0.04925062879920006,-0.2152852863073349,-0.9753084778785706,0.050776638090610504,-0.293926477432251,0.3984871506690979,-0.07155320793390274,0.050841331481933594,0.13035303354263306 +205,-0.032774320175594736,0.24788169633271998,0.7645937483013276,-0.0317668616771698,-0.24535095691680908,-0.968913733959198,0.6691144704818726,-0.40911945700645447,0.14795255661010742,0.0754069983959198,0.001423954963684082,0.193248450756073 +206,-0.032705941367340195,0.22958531845251468,0.7811730663379619,-0.03184208646416664,-0.22757373750209808,-0.973240077495575,0.6405462622642517,-1.0439910888671875,-0.0598905012011528,-0.01417841762304306,-0.020305275917053223,-0.02106839418411255 +207,-0.028611471780089392,0.2147972451049686,0.7756521343549679,-0.02795015648007393,-0.21314933896064758,-0.9766197800636292,0.7587321996688843,-0.5429672598838806,0.08364110440015793,0.01716219261288643,0.05033805966377258,-0.13917917013168335 +208,-0.042757073839425945,0.22660155615549735,0.7692507719496137,-0.041651319712400436,-0.2246672660112381,-0.9735449552536011,-0.26610442996025085,0.28453001379966736,-0.03816407918930054,0.05758149176836014,0.007519438862800598,0.042026400566101074 +209,-0.04236611907827044,0.20694909974145523,0.7740965390233202,-0.04144972190260887,-0.2054750621318817,-0.9777842164039612,0.4678792655467987,-0.0030170646496117115,0.23604750633239746,0.03220289945602417,-0.020095616579055786,-0.15034383535385132 +210,-0.03529412029004531,0.22539727651836297,0.772410119801327,-0.03439422696828842,-0.22349360585212708,-0.9740983843803406,-0.14752839505672455,0.33481860160827637,-0.3526650071144104,-0.007552184164524078,0.029645949602127075,-0.059165775775909424 +211,-0.0074999659706260595,0.2324226288830227,0.7728583761909681,-0.007298232521861792,-0.23033568263053894,-0.9730838537216187,-0.2695753276348114,0.36477750539779663,-0.030100349336862564,0.02116847038269043,-0.03480103611946106,-0.024001717567443848 +212,0.0217473762306443,0.23395556699956585,0.7756351700499373,0.021153245121240616,-0.23182713985443115,-0.9725269675254822,-0.6261069178581238,1.114720344543457,0.10658414661884308,0.014979571104049683,-0.007384896278381348,0.05826610326766968 +213,0.055511685928022435,0.2419417858056617,0.7862201621671604,0.05386720970273018,-0.23958830535411835,-0.9693790674209595,-0.23376965522766113,0.689990758895874,-0.07512908428907394,-0.04535279422998428,-0.06355804204940796,0.09807169437408447 +214,0.10085629316235863,0.23321141508565624,0.789714787506913,0.09795976430177689,-0.23110319674015045,-0.9679850935935974,-0.08166418969631195,0.311496376991272,0.05721601843833923,-0.04183794558048248,0.013039842247962952,0.03542900085449219 +215,0.19254959066346866,0.21747720748753147,0.7902666531532497,0.18685443699359894,-0.21576695144176483,-0.9583997130393982,0.0048911417834460735,0.3188542425632477,0.1417480707168579,0.04662027955055237,0.05092625319957733,0.0024061203002929688 +216,0.31372133160668125,0.19364776415295995,0.8146451660713144,0.30283233523368835,-0.1924397498369217,-0.9334128499031067,-0.12129766494035721,0.7880657911300659,0.027845177799463272,-0.039816588163375854,-0.009464547038078308,-0.05497521162033081 +217,0.410481373005166,0.20056556928721675,0.8239716764981009,0.39105141162872314,-0.199223592877388,-0.8985481262207031,-0.03943977504968643,1.2978893518447876,0.17357538640499115,-0.013091206550598145,0.0023546963930130005,0.004062652587890625 +218,0.5361165606367617,0.23184540025800243,0.8276822102383422,0.497134268283844,-0.22977393865585327,-0.8366967439651489,0.4727179706096649,1.0302327871322632,0.26830923557281494,0.020474374294281006,0.0025705695152282715,0.017223477363586426 +219,0.6799885812459792,0.3032113779703424,0.7939633750515567,0.600100576877594,-0.2985866367816925,-0.7421086430549622,0.2861469089984894,2.238659620285034,0.004707970656454563,-0.023013174533843994,-0.0004246234893798828,0.11062371730804443 +220,0.8129146746175034,0.3680892813812132,0.7586012302933176,0.6776441335678101,-0.35983335971832275,-0.6413410902023315,0.7484673261642456,1.3592782020568848,0.16129367053508759,-0.06192147731781006,0.024048447608947754,0.014860987663269043 +221,0.986266444035949,0.4084944461002794,0.7277182940104931,0.7653522491455078,-0.39722809195518494,-0.5064045786857605,0.3396274447441101,1.4060953855514526,0.07486727088689804,0.008191943168640137,0.0604972243309021,-0.020588159561157227 +222,1.1522867172018822,0.42809806930439614,0.7120629934333944,0.8312410116195679,-0.4151412546634674,-0.36972445249557495,0.2312982827425003,0.9861987233161926,0.11546136438846588,0.03506147861480713,0.023448169231414795,-0.07345181703567505 +223,1.254380781340566,0.4247091114014711,0.7178075415522107,0.8659258484840393,-0.41205576062202454,-0.283517986536026,-0.5049732327461243,1.4571058750152588,-0.38601154088974,-0.05098444223403931,-0.010719507932662964,0.06965082883834839 +224,1.3167483566791367,0.3981722555167781,0.7372279183717726,0.8921852707862854,-0.38773423433303833,-0.231663316488266,-0.4309591054916382,1.148525595664978,-0.6213133931159973,-0.12498849630355835,-0.015586137771606445,0.009998887777328491 +225,1.3620616151724674,0.35272207827297664,0.7600011729600116,0.9180660247802734,-0.3454535901546478,-0.194464772939682,-0.4184611141681671,0.6594312191009521,-0.38619232177734375,-0.03348356485366821,0.015161842107772827,0.01978220045566559 +226,1.399072386676303,0.3683479184237504,0.7844939735867296,0.919201672077179,-0.3600746691226959,-0.15941907465457916,-0.3094821870326996,0.3722386956214905,0.23283229768276215,-0.07076722383499146,-0.04123145341873169,0.05634593963623047 +227,1.3984566047073752,0.3931671650029296,0.8042846589721631,0.9100168347358704,-0.38311585783958435,-0.1584034115076065,-0.1891953945159912,-0.3732925355434418,0.045770131051540375,-0.11904698610305786,-0.02908506989479065,0.011171400547027588 +228,1.2778005515452218,0.3598080067605585,0.8270127548389808,0.8960763216018677,-0.35209453105926514,-0.27032676339149475,0.045466888695955276,-0.7196217179298401,-0.6026520133018494,-0.14615267515182495,-0.005098432302474976,-0.23298433423042297 +229,1.2484137168787377,0.3129393898067115,0.8295649049960149,0.9024179577827454,-0.30785658955574036,-0.30143988132476807,-0.02042323909699917,-0.016477644443511963,-0.19736804068088531,0.030626416206359863,0.03823384642601013,-0.13711294531822205 +230,1.2475870819593764,0.3116468964695282,0.8267891756675959,0.9025450944900513,-0.3066266179084778,-0.30231189727783203,0.09458878636360168,0.25939929485321045,-0.0007760757580399513,0.00048530101776123047,-0.016020476818084717,-0.02669811248779297 +231,1.2100621285660065,0.3136149594374018,0.8283726779214868,0.8900018334388733,-0.308499276638031,-0.3357454538345337,-0.19291037321090698,-0.985883891582489,-0.07374376058578491,-0.010531008243560791,0.035168588161468506,0.04601156711578369 +232,1.054104746810845,0.3069639966511781,0.8594081563439989,0.8288158178329468,-0.3021659553050995,-0.47091418504714966,-0.036280758678913116,-1.218098521232605,-0.16597498953342438,-0.08137929439544678,-6.490945816040039e-05,-0.07588458061218262 +233,0.8724545087329496,0.2740790294449415,0.8865247930188584,0.737321674823761,-0.2706604599952698,-0.618950366973877,-0.1094072163105011,-2.357034921646118,-0.08452558517456055,0.012418866157531738,0.024475187063217163,-0.01805824041366577 +234,0.7485170293115403,0.2553074118614141,0.906327040883714,0.6584932804107666,-0.2525428533554077,-0.7089489698410034,-0.21905964612960815,-0.1457488238811493,-0.27153944969177246,-0.06269866228103638,0.0440773069858551,-0.09874451160430908 +235,0.7223132783024483,0.24429016092105166,0.9151742120602973,0.6414928436279297,-0.24186761677265167,-0.7280020713806152,0.09334531426429749,-0.0853918269276619,0.11621449887752533,-0.021268844604492188,-0.012404829263687134,-0.042475223541259766 +236,0.7097421983202917,0.24747410201179126,0.913538196583887,0.6317855715751648,-0.24495579302310944,-0.7354207038879395,-0.035834260284900665,-0.1962118297815323,0.026913974434137344,-0.02297520637512207,-0.00548669695854187,0.05960899591445923 +237,0.7023531122486631,0.23457317514476855,0.91589397924387,0.6283236742019653,-0.23242786526679993,-0.7424194812774658,0.1461779773235321,-0.3431059718132019,-0.014023804105818272,-0.011136174201965332,0.01965932548046112,-0.02840876579284668 +238,0.684839116284449,0.22345852988928536,0.9167257194297711,0.6168212890625,-0.22160348296165466,-0.7552638053894043,0.09468840062618256,-0.07161056995391846,-0.029877295717597008,-0.0081787109375,0.02566535770893097,-0.0602879524230957 +239,0.67114752005142,0.22012949816765232,0.9154592722911115,0.6068784594535828,-0.21835599839687347,-0.7642115354537964,-0.002156567759811878,-0.23569411039352417,0.045347753912210464,-0.007375836372375488,0.017367243766784668,-0.004846692085266113 +240,0.6546510294887402,0.21286290034811114,0.921980679597549,0.5951400399208069,-0.21125905215740204,-0.775356650352478,-0.005522014573216438,-0.3225472569465637,0.10845192521810532,0.023191869258880615,0.04078787565231323,-0.03192484378814697 +241,0.6578716167110882,0.2082249266606519,0.9275007039007115,0.5982267260551453,-0.20672349631786346,-0.7742029428482056,-0.006058055907487869,-0.16069504618644714,-0.05708971247076988,0.050226032733917236,-0.010485351085662842,0.007280945777893066 +242,0.6590935498346041,0.20629769962457742,0.931091758526545,0.5994151830673218,-0.20483751595020294,-0.773784875869751,-0.0025146333500742912,-0.015092894434928894,0.045544303953647614,0.023692727088928223,-0.006328880786895752,-0.008517980575561523 +243,0.6591719500705934,0.21028400044183881,0.9379787260652102,0.5989710092544556,-0.20873765647411346,-0.7730863094329834,0.2108454555273056,-0.10910899937152863,0.19167247414588928,0.004315733909606934,-0.0015894919633865356,0.010116338729858398 +244,0.6527393773496629,0.20252669855938218,0.9351265930418406,0.5949512720108032,-0.2011450231075287,-0.7781861424446106,-0.04499524086713791,-0.02728377655148506,-0.12903152406215668,0.0038341283798217773,0.02542482316493988,0.0014985203742980957 +245,0.6399259304550358,0.18444411699448948,0.9327403375466381,0.5870076417922974,-0.18340010941028595,-0.78853440284729,0.09848775714635849,0.04899647831916809,0.12441163510084152,0.10421550273895264,0.055745065212249756,-0.08126235008239746 +246,0.6297906854828265,0.1834525100444382,0.9358716794528205,0.5790924429893494,-0.18242523074150085,-0.7945898175239563,0.11812751740217209,-0.10967013239860535,0.07738497108221054,0.035470545291900635,0.0013339221477508545,-0.0535547137260437 +247,0.5866256652179965,0.17239199047319761,0.9346325296455154,0.5453488230705261,-0.17153936624526978,-0.8204687237739563,0.05606941133737564,-0.6476110219955444,-0.2180873155593872,0.024200737476348877,0.04425057768821716,-0.1243097186088562 +248,0.5111309808802497,0.15876428257031852,0.928555654854403,0.48301196098327637,-0.15809814631938934,-0.8612226247787476,-0.2742067873477936,-1.2391890287399292,-0.3198005259037018,0.013798952102661133,0.004075944423675537,0.010423064231872559 +249,0.4400411194192181,0.1306656097585533,0.9250422871199887,0.422345370054245,-0.13029411435127258,-0.8970216512680054,-0.8519492745399475,-0.7815418243408203,-0.3295639157295227,-0.025357455015182495,-0.008042067289352417,0.10888993740081787 +250,0.3577642887931576,0.09775846275247489,0.9248709227441612,0.3485090136528015,-0.09760282933712006,-0.932209849357605,-0.6518576145172119,-0.6124525666236877,-0.10658171772956848,-0.057630687952041626,-0.04308319836854935,0.19348609447479248 +251,0.2935710308751761,0.07497039982406828,0.9221473975544456,0.2885594666004181,-0.07490018755197525,-0.9545278549194336,-0.6675097942352295,-0.13953427970409393,-0.02738569676876068,-0.03401237726211548,0.005991488695144653,0.0842885971069336 +252,0.24088525248397438,0.06414676410671423,0.9132686335074162,0.2380717694759369,-0.06410278379917145,-0.9691298604011536,-0.28300172090530396,-0.6939432621002197,-0.1373024731874466,-0.036136940121650696,0.009125366806983948,0.10780173540115356 +253,0.17614529888641908,0.020179174425581786,0.8998370873212812,0.17520014941692352,-0.020177805796265602,-0.9843260645866394,-0.4548954665660858,-0.7102732062339783,-0.32653260231018066,-0.06478756666183472,-0.05964091792702675,0.1765105128288269 +254,0.11528107469086017,-0.12040066378717758,0.8512227732366631,0.11419318616390228,0.12010998278856277,-0.9861711263656616,-2.0860605239868164,-0.6906102895736694,-0.9776006937026978,-0.05369209498167038,0.0029368922114372253,0.1696886420249939 +255,0.012189516652965708,-0.2944945955562283,0.7533507200614071,0.011664456687867641,0.29025623202323914,-0.9568778872489929,-1.3933759927749634,-0.4064277112483978,-0.6705102324485779,0.03548520803451538,0.035320550203323364,-0.02711564302444458 +256,-0.0691475008823955,-0.3781557031724613,0.6860099789071192,-0.06421083211898804,0.36920711398124695,-0.9271262288093567,-0.06254550814628601,-0.425991415977478,-0.2858046293258667,0.07351868599653244,0.027918130159378052,-0.11831444501876831 +257,-0.09796309245429886,-0.4285232706878396,0.6635175541737157,-0.0889628529548645,0.4155280590057373,-0.905219316482544,-0.19377869367599487,-0.4876115620136261,-0.28253358602523804,0.014652542769908905,-0.034226179122924805,-0.06638407707214355 +258,-0.17188376657885918,-0.5019021706025588,0.6053698138267217,-0.14994429051876068,0.48109397292137146,-0.863750696182251,-0.8213674426078796,-0.24712128937244415,-0.3337109386920929,0.046840667724609375,0.03645363450050354,-0.16154837608337402 +259,-0.1974322470129349,-0.5764534698558914,0.5831093807184532,-0.1644541174173355,0.5450539588928223,-0.8221137523651123,-0.39234158396720886,-0.23622967302799225,-0.00102922972291708,-0.02196250855922699,0.054982662200927734,-0.1461174488067627 +260,-0.22612957824243257,-0.6482246639861711,0.5442722358905351,-0.17872843146324158,0.6037721633911133,-0.7768625020980835,-0.7613164186477661,-0.2703322470188141,-0.11433205753564835,0.10443341732025146,0.012545585632324219,-0.15068870782852173 +261,-0.26143082222477915,-0.7367187971323391,0.5066674215981515,-0.19143764674663544,0.6718612313270569,-0.7155097723007202,-0.20340628921985626,0.22169794142246246,-0.04881225898861885,0.06411832571029663,0.047453343868255615,-0.3872734308242798 +262,-0.24296214227205515,-0.7386750884844384,0.5297491193419734,-0.17787466943264008,0.6733089089393616,-0.7176460027694702,-0.5985429286956787,0.32588133215904236,-0.10871662944555283,-0.01044929027557373,0.021332204341888428,-0.07405626773834229 +263,-0.24351344168314984,-0.7392538861323499,0.5457288690475081,-0.17817626893520355,0.6737367510795593,-0.7171694040298462,-0.9251025915145874,0.07592655718326569,0.1082874983549118,-0.07049620151519775,0.0791928768157959,-0.023202240467071533 +264,-0.21163264541462576,-0.7520541376317567,0.5691472319513088,-0.15340149402618408,0.6831403374671936,-0.7139939069747925,-0.3668473958969116,0.15599030256271362,0.12524372339248657,0.026036381721496582,-0.027973711490631104,0.03554236888885498 +265,-0.22667066736164282,-0.7955292719322212,0.5560411582378034,-0.15729328989982605,0.7142341732978821,-0.6820032596588135,-0.7780887484550476,0.19960175454616547,-0.03367823734879494,0.07271383702754974,-0.0002601146697998047,-0.21744132041931152 +266,-0.24288954981746297,-0.8006933322157589,0.5579284673379772,-0.1674441248178482,0.7178389430046082,-0.6757733821868896,-0.840316653251648,0.13058580458164215,-0.19620637595653534,-0.019872769713401794,0.05935215950012207,-0.09380364418029785 +267,-0.2323673599536482,-0.8024105054751413,0.5694961644846154,-0.16004028916358948,0.719033420085907,-0.6762973666191101,0.2997937798500061,0.12182909995317459,0.044889893382787704,0.02025453746318817,-0.06928366422653198,-0.08636742830276489 +268,-0.21083398146356863,-0.7944505211134812,0.5738277269738987,-0.1466345191001892,0.713478684425354,-0.6851617097854614,0.27495554089546204,0.05497417598962784,0.040495146065950394,0.05050414800643921,-0.012840867042541504,0.005657315254211426 +269,-0.20463873728291845,-0.8052238150201542,0.5773677010815668,-0.14081674814224243,0.7209857702255249,-0.6784911751747131,-0.011144880205392838,-0.17447210848331451,-0.15111057460308075,-0.014609277248382568,0.0471721887588501,-0.03986215591430664 +270,-0.19824734984514342,-0.8183314217861514,0.5780561459861927,-0.13460445404052734,0.7300064563751221,-0.6700538992881775,-0.5835270881652832,0.11956313997507095,-0.01797086000442505,-0.04209233820438385,0.07463520765304565,0.022455573081970215 +271,-0.19034818590668728,-0.8343032819259132,0.5655261515364167,-0.12708504498004913,0.7408286929130554,-0.6595621705055237,-0.1500900834798813,0.30370014905929565,-0.20093128085136414,-0.008229881525039673,-0.05619734525680542,0.09564310312271118 +272,-0.2091404854001189,-0.8447029182292444,0.5345613811594656,-0.13784947991371155,0.7477738857269287,-0.6494857668876648,-0.09861653298139572,0.1785758137702942,-0.07228506356477737,0.06147925555706024,0.013944864273071289,0.036692798137664795 +273,-0.20465338944036263,-0.857604528988634,0.5282335778931291,-0.13296198844909668,0.7562775015830994,-0.6405977010726929,0.19310376048088074,-0.023607162758708,-0.0417427197098732,0.02871394157409668,0.0012602806091308594,-0.021755754947662354 +274,-0.1959307517319071,-0.8718387900453947,0.5290111117542042,-0.12526074051856995,0.7655133605003357,-0.6311094760894775,0.3927677869796753,-0.02341959811747074,0.021020686253905296,0.047288328409194946,-0.022852838039398193,-0.13005995750427246 +275,-0.1732302799182459,-0.8682358158881681,0.5340440763250169,-0.11137789487838745,0.7631901502609253,-0.6365028023719788,-0.04378555342555046,0.06458854675292969,-0.10782813280820847,0.014972850680351257,-0.026099085807800293,0.03577953577041626 +276,-0.16636170636987402,-0.8632906483109987,0.541438381401061,-0.10762709379196167,0.7599853873252869,-0.6409669518470764,0.3977738916873932,0.017959920689463615,0.0714193806052208,-0.00209885835647583,-0.08273929357528687,0.060110628604888916 +277,-0.16828150905799066,-0.8649299953126284,0.5439953145555526,-0.10864860564470291,0.7610498666763306,-0.6395300030708313,0.15237969160079956,-0.028909996151924133,0.10120174288749695,-0.04302375018596649,0.0010656118392944336,0.011951267719268799 +278,-0.15663573593798816,-0.8545381912495474,0.5566514725116494,-0.1024218201637268,0.7542678117752075,-0.6485289931297302,0.13897953927516937,0.22067740559577942,0.2658292055130005,-0.014796197414398193,-0.07908159494400024,0.07879638671875 +279,-0.169567040778544,-0.8538450432743828,0.539325969328698,-0.1108875498175621,0.7538124918937683,-0.6476655006408691,0.12520113587379456,0.06632406264543533,0.18242646753787994,0.048753753304481506,0.027055978775024414,0.02928781509399414 +280,-0.14743770043601417,-0.8466199049416955,0.5552971240505573,-0.09732673317193985,0.7490453124046326,-0.6553308963775635,0.7963935732841492,-0.2423221617937088,0.4070417881011963,0.19913336634635925,-0.11531728506088257,-0.04468131065368652 +281,-0.14361677940523757,-0.8404437398638822,0.5690575666320169,-0.09548238664865494,0.7449392080307007,-0.6602641940116882,1.0350828170776367,-0.04509430378675461,0.14817988872528076,0.11086325347423553,-0.053517699241638184,-0.20249825716018677 +282,-0.1390690524337012,-0.833856687016515,0.57258593522073,-0.09315689653158188,0.7405286431312561,-0.6655367612838745,0.03458676114678383,-0.47922950983047485,-0.39262133836746216,0.0035115033388137817,-0.02156507968902588,-0.06622898578643799 +283,-0.1600804123821294,-0.8318766839959456,0.5624625536128032,-0.10735264420509338,0.7391965985298157,-0.664878785610199,0.26827454566955566,0.057617995887994766,0.024239905178546906,-0.011131852865219116,0.007934749126434326,-0.06513214111328125 +284,-0.16649378410044474,-0.8147630182127087,0.5633135956030049,-0.11369455605745316,0.7275630235671997,-0.6765541434288025,-0.026151277124881744,0.03014431893825531,-0.11249205470085144,-0.08587514609098434,0.13068276643753052,-0.047704219818115234 +285,-0.13101726611264083,-0.7550967500226549,0.5918413063313788,-0.09513473510742188,0.6853591203689575,-0.7219641208648682,0.6399902701377869,0.2040589153766632,0.2271718680858612,-0.008243568241596222,-0.0860244631767273,0.13097602128982544 +286,-0.13343370689228182,-0.7339461198772732,0.584126562371875,-0.09878572076559067,0.6698049902915955,-0.7359365820884705,0.9517733454704285,-0.12241249531507492,0.0891355350613594,0.10191376507282257,-0.01939910650253296,-0.09470611810684204 +287,-0.12284759647480242,-0.7002545192356205,0.6032191043464661,-0.0937027782201767,0.6444123387336731,-0.758915364742279,0.8945292234420776,-0.3970510959625244,0.12222826480865479,0.0333695262670517,-0.030841171741485596,-0.15043210983276367 +288,-0.13692163131573679,-0.6508923618423235,0.6053941182967298,-0.10858707129955292,0.605896532535553,-0.7880978584289551,1.0239287614822388,-0.02567499317228794,0.22587348520755768,0.06575563549995422,-0.05154472589492798,-0.09862089157104492 +289,-0.12320643993374149,-0.6011705634480182,0.5874962212169672,-0.10134829580783844,0.5656082034111023,-0.818422794342041,0.5553154945373535,0.0193202942609787,-0.19566233456134796,0.07545413076877594,0.0905349850654602,-0.14701604843139648 +290,-0.06714318808675016,-0.4356112577296561,0.6181912185333545,-0.0608271099627018,0.4219646453857422,-0.9045694470405579,0.8246455788612366,0.7980538010597229,-0.10570678859949112,-0.053247593343257904,0.022905349731445312,0.21369725465774536 +291,0.0010992438816227056,-0.27082055457838916,0.6731052194404377,0.001059178146533668,0.2675221860408783,-0.9635511040687561,1.6138683557510376,-0.2052016258239746,0.35467347502708435,-0.09471762925386429,0.0858408510684967,0.20552504062652588 +292,0.007524029169710937,-0.11203477414433032,0.7112711974486965,0.007476788014173508,0.11180055141448975,-0.9937025308609009,1.300511360168457,0.45879465341567993,1.1968154907226562,0.1092071682214737,0.07098447531461716,0.13133686780929565 +293,-0.001956895000124047,0.08977647793482668,0.7659042146870354,-0.001949012978002429,-0.08965592831373215,-0.9959709048271179,2.1607134342193604,-0.6945016384124756,0.35378697514533997,0.016811072826385498,0.07029253244400024,-0.02609330415725708 +294,-0.06358731264869036,0.34318866027641853,0.7908679774983878,-0.05983896926045418,-0.33649152517318726,-0.9397833347320557,2.072204113006592,-0.5052810907363892,-0.25447842478752136,-0.03743581473827362,0.050877511501312256,-0.08803343772888184 +295,-0.09255608383209886,0.5777289164350505,0.8474173833063562,-0.0774240493774414,-0.5461228489875793,-0.8341194987297058,1.018249750137329,0.43763017654418945,0.09389754384756088,-0.053786277770996094,-0.017887771129608154,0.2319771647453308 +296,-0.036307915685350765,0.6648905267903813,0.8667527370392352,-0.0285674836486578,-0.6169729828834534,-0.7864656448364258,1.1034879684448242,0.3210547864437103,-0.0026263967156410217,0.005221530795097351,0.01324373483657837,0.04353046417236328 +297,-0.07374521339829047,0.7680410039632423,0.8747066195495575,-0.052994873374700546,-0.6947275400161743,-0.717318058013916,1.204738974571228,-0.31865090131759644,0.0755336731672287,0.04457202926278114,0.07911169528961182,-0.04205077886581421 +298,-0.11499073762836315,0.8445300640563906,0.9021149647785635,-0.07619518041610718,-0.7476591467857361,-0.6596969962120056,0.43877112865448,0.16412365436553955,-0.19391506910324097,-0.02297167479991913,0.02091348171234131,0.026991307735443115 +299,-0.12042204009014286,0.8748016592890268,0.9156612100463013,-0.0770220085978508,-0.7674163579940796,-0.6365059018135071,0.08372589945793152,-0.13898907601833344,-0.22965916991233826,-0.058003008365631104,-0.04741823673248291,-0.04092329740524292 +300,-0.12621265305216808,0.9105443993019349,0.9280087283458461,-0.07720287889242172,-0.7898377180099487,-0.6084374189376831,-0.005929620936512947,0.3699604272842407,-0.10395775735378265,-0.09056751430034637,-0.024752676486968994,0.036965250968933105 +301,-0.0938763144609817,0.9339082047119888,0.9290570203095232,-0.05574595928192139,-0.8039502501487732,-0.5920780301094055,0.3338685631752014,-0.36758971214294434,0.08358995616436005,-0.03589832782745361,-0.04529291391372681,0.010168850421905518 +302,-0.07545461908341297,0.9628709572784774,0.9186726005169324,-0.043056219816207886,-0.820834755897522,-0.5695406794548035,0.09331853687763214,0.3695639967918396,-0.016791462898254395,0.0033681094646453857,-0.025081992149353027,-0.005959808826446533 +303,-0.093889461862064,0.9974337582506103,0.9269720395182612,-0.05085647478699684,-0.8400816917419434,-0.5400707125663757,0.4900569021701813,-0.25544777512550354,0.2146815061569214,0.013701323419809341,0.07599782943725586,0.004990756511688232 +304,-0.08378448819125213,1.0145721074309313,0.9254883884544131,-0.044185083359479904,-0.8492547273635864,-0.5261313319206238,0.14582215249538422,0.007000552956014872,-0.020482689142227173,0.0013231635093688965,-0.038684725761413574,0.0015646815299987793 +305,-0.07524558734985055,1.0352690206526842,0.9109662664382866,-0.038361188024282455,-0.8599996566772461,-0.508850634098053,0.34375515580177307,-0.3194721043109894,0.14209933578968048,0.028275135904550552,0.02863985300064087,0.02136284112930298 +306,-0.09968964023599136,1.0665438967808805,0.9214018196278976,-0.04808562621474266,-0.8755359053611755,-0.4807543456554413,0.2960200607776642,-0.10828875005245209,0.14742650091648102,0.030812643468379974,0.01916682720184326,0.02665269374847412 +307,-0.07772627804574098,1.0708315189269515,0.9012839963114124,-0.03722405061125755,-0.8775994181632996,-0.4779472351074219,-0.005827407352626324,0.2939984202384949,-0.08053111284971237,0.02278924360871315,0.055272817611694336,-0.007297486066818237 +308,-0.07994012288052757,1.0803373395256712,0.8852195635033159,-0.03761417046189308,-0.8821167349815369,-0.46952658891677856,-0.3515987992286682,0.2676115334033966,-0.35591596364974976,-0.08235043287277222,0.05521249771118164,0.058897316455841064 +309,0.0003109134951397385,1.0539025839019136,0.8421110108907757,0.000153647837578319,-0.8693584203720093,-0.49418193101882935,-0.27207162976264954,-0.7080223560333252,-0.23798628151416779,0.06614577770233154,-0.03718137741088867,0.05723130702972412 +310,-0.00429277107508621,1.0492930906171138,0.8349974804676684,-0.0021385836880654097,-0.867071270942688,-0.49817949533462524,0.2522755563259125,-0.04763231799006462,0.3287888169288635,0.06234976649284363,0.06629002094268799,0.026698172092437744 +311,-0.08600917937719198,1.0832389742521167,0.8712909162232296,-0.040243007242679596,-0.8834797739982605,-0.46673765778541565,-0.1492592692375183,0.03625097870826721,-0.28274005651474,-0.003900676965713501,-0.062122642993927,0.05436891317367554 +312,-0.06663264215092518,1.0568919095067768,0.8579887011117756,-0.03273111954331398,-0.8708317875862122,-0.4904903173446655,0.320975661277771,-0.22964997589588165,0.1061154380440712,-0.012404382228851318,-0.0007807612419128418,-0.10415995121002197 +313,-0.05362534587652168,1.0543552874210051,0.8423840095284889,-0.026466887444257736,-0.8695820569992065,-0.49307864904403687,-0.16756199300289154,0.16788668930530548,-0.3447785973548889,-0.03595682978630066,-0.003007054328918457,-0.013269007205963135 +314,-0.05116982802990749,1.0508937964012561,0.8417260073581314,-0.025409843772649765,-0.8678675889968872,-0.4961451590061188,-0.0075317686423659325,-0.5161526799201965,-0.06423179805278778,-0.023204650729894638,-0.026526212692260742,0.003164231777191162 +315,0.01172381169963031,1.04777480106442,0.8042031471200103,0.005855909548699856,-0.8663138747215271,-0.499465674161911,0.17582599818706512,0.05408976972103119,0.0050131650641560555,0.09459269046783447,0.000850677490234375,0.01277133822441101 +316,-0.03822055050293993,1.0636257282809827,0.8352475593830152,-0.018559426069259644,-0.8741222620010376,-0.4853511154651642,-0.19619642198085785,0.17737320065498352,-0.11521953344345093,-0.06307509541511536,-0.01900506019592285,0.05863910913467407 +317,-0.020421203445921302,1.046818498752646,0.8303780019949796,-0.010216595605015755,-0.8658357858657837,-0.5002239346504211,0.0845232605934143,-0.17117057740688324,-0.08143658936023712,-0.024512410163879395,-0.03316622972488403,0.020304560661315918 +318,0.01258846166964968,1.017449633862846,0.8062251511423846,0.006615533959120512,-0.8507704734802246,-0.5254958271980286,0.19614346325397491,-0.11198896914720535,0.06802331656217575,-0.002343088388442993,0.007371425628662109,-0.13044899702072144 +319,0.00654236900331579,1.0213269370777973,0.8043052958855141,0.003416628809645772,-0.8528017401695251,-0.522223711013794,-0.6136422157287598,0.24282146990299225,-0.13817961513996124,0.039079099893569946,0.010821759700775146,0.07549214363098145 +320,0.0046536160071815845,1.0119623970594664,0.8098514971393381,0.0024673284497112036,-0.8478739261627197,-0.5301921367645264,-0.16488449275493622,0.33918628096580505,-0.029465600848197937,-0.004176288843154907,-0.009334325790405273,0.10761523246765137 +321,0.04866566228635617,0.9582528555667117,0.781276615427178,0.027969293296337128,-0.8181883096694946,-0.5742695927619934,-0.7462888956069946,0.007159062661230564,-0.22702278196811676,0.020187435671687126,0.043621718883514404,0.05222064256668091 +322,0.05613043354896764,0.8545656638543901,0.792848544684722,0.03683286905288696,-0.7542858123779297,-0.6555121541023254,-0.6124526262283325,-0.14438141882419586,-0.14135730266571045,-0.08750730752944946,0.025571882724761963,-0.059041619300842285 +323,0.05154034661987744,0.7684170119850247,0.7723179923392649,0.03704170882701874,-0.6949979066848755,-0.7180569171905518,-1.033764362335205,0.01289914920926094,-0.14851002395153046,-0.008431468158960342,-0.012170612812042236,-0.007467925548553467 +324,0.07951577513394698,0.7082577488783208,0.7406195148360039,0.060328323394060135,-0.6505115032196045,-0.7570965886116028,-0.6922674179077148,0.10171821713447571,-0.042535677552223206,0.039342086762189865,0.04252511262893677,-0.04553091526031494 +325,0.06090333184023947,0.6683340165141662,0.755831914265493,0.047770749777555466,-0.6196792721748352,-0.7833999991416931,-0.46523362398147583,-0.26992595195770264,0.29247063398361206,0.05679774284362793,0.024281322956085205,0.11408847570419312 +326,0.036444975466333344,0.5536814202597103,0.7702452776474956,0.030993033200502396,-0.5258221626281738,-0.8500296473503113,-2.280951499938965,-0.19389547407627106,0.013388491235673428,0.02157348394393921,0.05182313919067383,0.25765299797058105 +327,-0.038732390312612615,0.27997854060762256,0.7511930052320156,-0.03721489757299423,-0.2763350307941437,-0.9603405594825745,-2.8818869590759277,-1.0213404893875122,-0.3595278263092041,-0.01306280866265297,0.03874042630195618,0.07952696084976196 +328,-0.08389409070349339,0.04998937281377515,0.6841796593059797,-0.08369103819131851,-0.04996855556964874,-0.9952381253242493,-2.2727441787719727,0.09356030076742172,-0.5118327736854553,0.004238530993461609,0.07140715420246124,-0.11163437366485596 +329,-0.09895482993905667,-0.02163885734476356,0.6940592930011903,-0.09877028316259384,0.021637167781591415,-0.9948750138282776,0.025015536695718765,-0.12687820196151733,0.23680202662944794,-0.06451401859521866,-0.005615439265966415,-0.1770762801170349 +330,-0.10046415955500812,0.0033454118641762886,0.7097679722780372,-0.10029468685388565,-0.0033454056829214096,-0.9949521422386169,0.4087884724140167,-0.10349136590957642,0.2833471894264221,0.019636735320091248,-0.02428826317191124,0.04373455047607422 +331,-0.10215077476690523,-0.004573498808345285,0.7148317183698855,-0.10197214782238007,0.004573483020067215,-0.994776725769043,0.05452941730618477,0.0034924133215099573,-0.11560752987861633,-0.006731465458869934,-0.004680294543504715,-0.07080554962158203 +332,-0.09561439143464301,-0.006199698579201949,0.7168019147853907,-0.09546693414449692,0.00619965884834528,-0.9954133033752441,-0.14803381264209747,0.1285400539636612,0.09150462597608566,-0.008735336363315582,-0.0024002213031053543,-0.03840017318725586 +333,-0.0808811206994976,0.0011158759155589547,0.7104254498766325,-0.08079291880130768,-0.0011158756678923965,-0.9967302680015564,-0.004381968639791012,0.23709137737751007,0.030549073591828346,0.04763557016849518,0.00370987132191658,0.030559062957763672 +334,-0.07907554595093041,0.0011466321643314218,0.7196938536837482,-0.07899311184883118,-0.0011466318974271417,-0.9968745112419128,0.039016637951135635,-0.029825741425156593,-0.04043315723538399,-0.04040692001581192,-0.010343236848711967,-0.0016148686408996582 +335,-0.07939026646387448,0.0047682998174950544,0.7213738844994847,-0.0793059915304184,-0.0047682817094028,-0.9968389272689819,0.1748979687690735,-0.023560846224427223,0.13285967707633972,0.016439780592918396,0.019462494179606438,-0.009813904762268066 +336,-0.06785817077557191,0.008358141259013985,0.7267912962560141,-0.06780373305082321,-0.008358043618500233,-0.997663676738739,0.15529844164848328,0.09160926938056946,0.1183127909898758,-0.01900351792573929,0.020046276971697807,-0.026185810565948486 +337,-0.05862856791246142,0.008775381349066651,0.7360317485696225,-0.05859272927045822,-0.00877526868134737,-0.9982433915138245,0.05337001383304596,-0.014739817008376122,0.03801735118031502,-0.0051584914326667786,-0.0044541023671627045,0.018095076084136963 +338,-0.06113917124997708,0.00971944246011434,0.7320480827736071,-0.06109820306301117,-0.00971928983926773,-0.9980844259262085,-0.01345735415816307,-0.049485981464385986,-0.041561394929885864,0.01550494134426117,0.014190113171935081,-0.020729660987854004 +339,-0.06374210356015886,0.006340769257288963,0.7338450777747357,-0.06369766592979431,-0.0063407267443835735,-0.9979491233825684,-0.021488182246685028,0.020115584135055542,0.06014171615242958,0.01578506827354431,-0.02123190462589264,-0.0035309791564941406 +340,-0.06352022379838279,0.006094381069647953,0.7296913575024142,-0.06347633898258209,-0.0060943434946238995,-0.9979647397994995,-0.07191015034914017,0.004452296532690525,-0.15744903683662415,-0.0005037635564804077,0.0016692951321601868,-0.010473370552062988 +341,-0.0628419537932739,0.011363809466044355,0.7285388386129125,-0.06279654800891876,-0.011363564990460873,-0.9979616403579712,-0.09707455337047577,0.05566687881946564,-0.03101407177746296,-0.0013208836317062378,-0.022465169429779053,0.03714621067047119 +342,-0.059817178402969434,0.00509657803587064,0.7281390928044258,-0.05978073552250862,-0.005096556153148413,-0.9981985092163086,0.11005046963691711,0.004601709544658661,0.11725989729166031,-0.022952411323785782,0.03726208582520485,-0.04998868703842163 +343,-0.05606858316620924,0.009526572945466768,0.7247921028588004,-0.05603666603565216,-0.009526428766548634,-0.9983832836151123,-0.2654658257961273,-0.09046058356761932,-0.05260692909359932,0.02872343361377716,0.002141175791621208,0.0820014476776123 +344,-0.05438914671290768,0.013363281562748268,0.7265098535221038,-0.05435748025774956,-0.0133628835901618,-0.9984320998191833,0.16474734246730804,-0.007135180756449699,0.07126563787460327,-0.012689635157585144,0.0123710623010993,0.057407379150390625 +345,-0.05384731186178369,0.006060010121259438,0.7211361516212438,-0.053820304572582245,-0.006059973035007715,-0.998532235622406,-0.043531499803066254,-0.0681801438331604,-0.021339714527130127,0.026110347360372543,0.03355631232261658,0.006360054016113281 +346,-0.05528488953404955,0.011273501175112506,0.7330630640698147,-0.05525321885943413,-0.011273262090981007,-0.9984087347984314,0.06437891721725464,-0.16623304784297943,0.11907114833593369,0.013535693287849426,-0.08438408374786377,0.0740770697593689 +347,-0.07541328843640453,-0.010936918737072395,0.7181606031135921,-0.07533732056617737,0.010936700738966465,-0.9970981478691101,-0.025396570563316345,0.05311174690723419,0.07931067049503326,0.05157938599586487,0.05345539003610611,-0.08746606111526489 +348,-0.08080234979877453,-0.01886907460534313,0.7205646249789689,-0.08070008456707001,0.01886795461177826,-0.9965598583221436,-0.293472558259964,-0.12024319171905518,-0.10918932408094406,-0.0037725716829299927,-0.01758621633052826,-0.014548540115356445 +349,-0.08424410964363802,-0.016983448421538656,0.7226569341703959,-0.0841323658823967,0.016982631757855415,-0.9963098764419556,-0.3152739405632019,-0.23987683653831482,-0.04788840189576149,-0.0399826243519783,0.021500032395124435,0.10553228855133057 +350,-0.09157902261381644,-0.02478571960517061,0.7221843490357547,-0.09142298251390457,0.02478318102657795,-0.9955037236213684,-0.04472232982516289,0.03473246842622757,-0.005096885375678539,-0.028572142124176025,-0.0510283000767231,0.009145081043243408 +351,-0.09942789672871853,-0.0316233296310096,0.7145327254626156,-0.09921452403068542,0.03161805868148804,-0.994563639163971,-0.045309294015169144,-0.02537066675722599,0.08362674713134766,0.007661797106266022,0.03758054971694946,-0.06317561864852905 +352,-0.0915104053779828,-0.01804221938643432,0.7207969325795741,-0.09136786311864853,0.01804124005138874,-0.9956537485122681,0.01563122309744358,-0.039768196642398834,-0.03739996254444122,-0.012788623571395874,-0.04532395675778389,0.14985913038253784 +353,-0.09572092852243784,-0.03914902131703047,0.7092878997312964,-0.09550158679485321,0.039139021188020706,-0.9946595430374146,-0.04734787717461586,-0.02542293444275856,-0.04474121704697609,0.06602160632610321,-0.005050890147686005,-0.02056872844696045 +354,-0.10197008214195456,-0.0382258663942348,0.7141524249290322,-0.10171909630298615,0.03821655735373497,-0.9940788149833679,0.3165987730026245,-0.030105402693152428,0.011729282326996326,0.011020869016647339,-0.08365723490715027,-0.035767316818237305 +355,-0.11290112979490667,-0.034928619555012606,0.6990105593115044,-0.11259271204471588,0.034921519458293915,-0.99302738904953,-0.025724073871970177,-0.3599141836166382,-0.05547036603093147,0.09148980677127838,0.043630726635456085,0.03749150037765503 +356,-0.13513608847701836,-0.03193199205800873,0.7051756868439174,-0.13465647399425507,0.03192656487226486,-0.9903778433799744,0.05984162539243698,-0.2749055027961731,-0.07928077131509781,-0.02678149938583374,0.07746368646621704,0.11792612075805664 +357,-0.17158757535255895,-0.031179328580158906,0.7153771407353621,-0.17066383361816406,0.031174277886748314,-0.9848360419273376,0.17163953185081482,-0.2983402907848358,0.05874256417155266,-0.012914657592773438,-0.035797689110040665,0.053790509700775146 +358,-0.2171239150886675,-0.02847409119206761,0.703526616827694,-0.21533463895320892,0.028470244258642197,-0.9761252403259277,0.5901686549186707,-0.48975151777267456,0.3259505331516266,0.06692765653133392,0.09373739361763,-0.09598779678344727 +359,-0.2681898729005033,0.0016359927550032491,0.7168037292525734,-0.2649860978126526,-0.0016359919682145119,-0.9642508625984192,0.009900831617414951,-0.6111939549446106,-0.14818236231803894,0.002092421054840088,0.0020937547087669373,0.03279334306716919 +360,-0.3003271448508848,-0.01364450692108981,0.7066920246531895,-0.2958051860332489,0.0136440834030509,-0.955150842666626,-0.1276458501815796,-0.33648380637168884,0.0861547589302063,-0.005723744630813599,0.013119831681251526,-0.08110404014587402 +361,-0.3496106392985265,0.004174904339562583,0.7056135867995531,-0.3425290286540985,-0.004174892324954271,-0.9394979476928711,0.12484046816825867,-0.5056700706481934,0.011243591085076332,-0.011703729629516602,0.046334922313690186,-0.005509316921234131 +362,-0.3819687906832518,0.015268861100571858,0.7095268920579828,-0.3727046549320221,-0.015268268063664436,-0.9278244376182556,0.5196262001991272,-0.44860079884529114,-0.16039173305034637,-0.005865871906280518,-0.010854779742658138,0.017332494258880615 +363,-0.44482886517642256,0.02974023453020394,0.6975421603041322,-0.43011313676834106,-0.029735850170254707,-0.9022851586341858,-0.07353733479976654,0.06990423798561096,0.011566853150725365,0.0074446797370910645,-0.016681388020515442,-0.03410094976425171 +364,-0.5241900253052292,0.0755451600641777,0.6829949336801241,-0.4990844130516052,-0.07547332346439362,-0.8632604479789734,0.6946659684181213,-0.8410703539848328,-0.058867111802101135,0.08332818746566772,-0.035366520285606384,-0.07402598857879639 +365,-0.5641656364307679,0.10839318533565535,0.6914443287248985,-0.5315728187561035,-0.10818105936050415,-0.8400757312774658,0.22730085253715515,-0.7589192986488342,-0.06883207708597183,0.048571109771728516,0.10265739262104034,0.07847905158996582 +366,-0.5939097420606936,0.10982454651975293,0.6926351533615186,-0.5562341213226318,-0.10960390418767929,-0.8237661123275757,0.25005704164505005,-0.10102630406618118,-0.09286222606897354,0.045766592025756836,0.01831059157848358,0.08066308498382568 +367,-0.7201627383205654,0.14993756963352667,0.7603968885542876,-0.6521075963973999,-0.14937640726566315,-0.7432646751403809,0.004630367737263441,-0.13954919576644897,0.5424996614456177,0.017189383506774902,0.04659318923950195,0.31890249252319336 +368,-0.8239695766200458,0.11095059402138482,0.8105536467705855,-0.7293359637260437,-0.1107231006026268,-0.6751366257667542,0.1286904662847519,-2.550018548965454,1.6398893594741821,0.11527657508850098,0.1791435182094574,0.23002249002456665 +369,-0.8781472342438159,-0.039391282359749216,0.7567113329162429,-0.7689601182937622,0.03938109427690506,-0.6380826830863953,0.09255217015743256,-0.6593713164329529,0.4972343444824219,0.10036575794219971,0.003892838954925537,-0.02785658836364746 +370,-1.0285935896300664,-0.2104788931972762,0.6808631013101184,-0.8376703262329102,0.20892824232578278,-0.5046359300613403,-1.3551405668258667,-0.812099277973175,0.6424533128738403,-0.22627925872802734,0.06899534165859222,-0.19114959239959717 +371,-1.2134544126817441,-0.2920672037500551,0.655224763527063,-0.89715576171875,0.28793248534202576,-0.3349721133708954,-0.9044712781906128,-2.1965811252593994,1.1561343669891357,-0.12930291891098022,0.13981708884239197,-0.014805108308792114 +372,-1.3425677675275276,-0.36352353602805276,0.6285146961615249,-0.9104130268096924,0.3555697202682495,-0.2114667147397995,0.6916037797927856,-1.4958512783050537,0.7786759734153748,0.08341723680496216,0.1142178475856781,-0.1644946187734604 +373,-1.476503916844653,-0.45664995698922395,0.6339195179072674,-0.893547773361206,0.44094380736351013,-0.08450537174940109,-0.5747624635696411,-0.9975942969322205,1.1061922311782837,-0.1430124044418335,0.10884565114974976,-0.2064186930656433 +374,-1.5221661399637327,-0.5074464246185096,0.6288899578426357,-0.8729550838470459,0.48594704270362854,-0.04248546436429024,0.20620544254779816,-0.5074673891067505,0.17166176438331604,-0.1081697940826416,0.06214866042137146,-0.18964648246765137 +375,-1.5151057444643734,-0.5236950382111959,0.6976291475185913,-0.8646346926689148,0.5000833868980408,-0.048201851546764374,1.085910677909851,-0.13826139271259308,0.04996990039944649,-0.17302393913269043,0.04373985528945923,-0.1283118724822998 +376,-1.4676811899962188,-0.5223194516329833,0.7968875056838485,-0.8620609641075134,0.4988916516304016,-0.08920793235301971,0.9318703413009644,0.16719171404838562,0.3444845378398895,0.030533254146575928,0.06991022825241089,-0.015116393566131592 +377,-1.441208410764676,-0.5414205641385449,0.90408838765136,-0.8497917652130127,0.5153539180755615,-0.11074335128068924,0.8962650895118713,-0.9075372815132141,0.36334869265556335,0.15647828578948975,-0.0395544171333313,0.03391541540622711 +378,-1.4869719846066791,-0.5867820878965126,0.9967722161446795,-0.8298028111457825,0.5536842346191406,-0.0697210505604744,0.5934864282608032,-1.1375948190689087,0.591665506362915,-0.07270872592926025,0.0543021559715271,0.00017149001359939575 +379,-1.4863615968257107,-0.6296705453752179,1.1067704886734142,-0.8053422570228577,0.5888785123825073,-0.06816091388463974,0.8070635199546814,-0.023750323802232742,0.45082709193229675,0.02758657932281494,-0.0133933424949646,0.12513720989227295 +380,-1.5211999502979656,-0.6452753110339922,1.1128775276288072,-0.797951877117157,0.6014184355735779,-0.03960800543427467,-0.2531919777393341,-0.3648650050163269,-0.09294696897268295,-0.19168740510940552,0.2091437578201294,-0.11407852172851562 +381,-1.4919501684279441,-0.6386660655216919,1.1534520187808948,-0.8003970980644226,0.5961249470710754,-0.06323933601379395,0.24117259681224823,-0.20093683898448944,0.017421673983335495,0.08033496141433716,-0.10578387975692749,0.11066365987062454 +382,-1.5157360682387346,-0.6322007640430166,1.1298362222071983,-0.8055062890052795,0.5909215807914734,-0.044396258890628815,0.657623291015625,0.23276734352111816,0.0688008964061737,0.06611126661300659,-0.02906256914138794,-0.2174597978591919 +383,-1.4728633971750462,-0.6290576911654002,1.195468060659474,-0.8047078847885132,0.5883830785751343,-0.07906031608581543,0.10936097055673599,0.007353007793426514,0.21373029053211212,-0.0016123056411743164,0.07438236474990845,0.08380580693483353 +384,-1.4588940330894806,-0.6416072583462149,1.2326196160391223,-0.7961242198944092,0.5984838604927063,-0.08946185559034348,0.17545223236083984,-0.027841052040457726,0.3274496793746948,0.02129805088043213,-0.025302648544311523,0.14018207788467407 +385,-1.4967718923755664,-0.654917004481607,1.2250578143745963,-0.7909266352653503,0.609093427658081,-0.05865507200360298,-0.2905384302139282,-0.315659761428833,-0.12100844830274582,-0.10845690965652466,0.18207478523254395,-0.0313260555267334 +386,-1.5054516722246383,-0.6730271996915181,1.2471102907313742,-0.7802695035934448,0.6233559250831604,-0.051059138029813766,0.20594251155853271,-0.10092314332723618,0.11100775003433228,-0.09306728839874268,0.0760001540184021,0.03540360927581787 +387,-1.5332137709042981,-0.6828235205667098,1.2686485051990977,-0.7752464413642883,0.6309860348701477,-0.02914946712553501,-0.05460313335061073,-0.2640029489994049,0.07943546772003174,-0.12491530179977417,0.11909031867980957,-0.03269439935684204 +388,-1.515881983234659,-0.676268068132156,1.2931735858467461,-0.7787383794784546,0.6258867979049683,-0.042806945741176605,-0.1838018000125885,0.15990401804447174,-0.17994539439678192,-0.10199904441833496,-0.029222309589385986,0.08661490678787231 +389,-1.52419565837199,-0.6374849422909752,1.2726361593402102,-0.8027227520942688,0.5951762199401855,-0.037434518337249756,0.20394852757453918,-0.00041390908882021904,0.008891256526112556,0.10113894939422607,0.004936695098876953,0.004857003688812256 +390,-1.514450050019743,-0.631537909441601,1.2905832489373652,-0.8058395981788635,0.5903867483139038,-0.045454174280166626,-0.4151877462863922,-0.012487893924117088,0.20808538794517517,0.16242223978042603,0.08386862277984619,0.10371220111846924 +391,-1.553937308822572,-0.6481943638402222,1.2742763096593108,-0.7970617413520813,0.6037479639053345,-0.013438952155411243,0.7983396053314209,-0.025592409074306488,-0.40796351432800293,-0.16415029764175415,-0.0247839093208313,-0.18457436561584473 +392,-1.5282596991242232,-0.6322086293707128,1.287118309751935,-0.8059946298599243,0.5909279584884644,-0.034304987639188766,-0.19527576863765717,-0.24276062846183777,-0.03516267240047455,-0.03203326463699341,0.032515645027160645,-0.08305037021636963 +393,-1.503574678059691,-0.6283882289828133,1.3105174657946341,-0.8071489334106445,0.5878416299819946,-0.054339755326509476,-0.1688525378704071,0.3923368453979492,-0.4575658440589905,-0.08956432342529297,-0.02702009677886963,0.11111772060394287 +394,-1.501667924390224,-0.6043136154839356,1.2823611058555493,-0.8209269046783447,0.5681973695755005,-0.05683993548154831,0.006473531015217304,0.34464025497436523,-0.22350004315376282,0.025058984756469727,-0.007925152778625488,-0.039565086364746094 +395,-1.5008530364402215,-0.5981263499900327,1.2785966784638068,-0.8243715763092041,0.5630950927734375,-0.05775346979498863,-0.23367461562156677,-0.1232207864522934,-0.027953043580055237,-0.0188138484954834,-0.08404541015625,-0.001206517219543457 +396,-1.5115809064422823,-0.5874359138647814,1.2605093254701332,-0.830905556678772,0.5542286038398743,-0.049260009080171585,0.10725107789039612,-0.22297121584415436,0.2980906367301941,0.13347214460372925,-0.05418288707733154,-0.08338463306427002 +397,-1.5246671829790208,-0.5649660646318119,1.2558534109051043,-0.8437083959579468,0.5353871583938599,-0.038947176188230515,-0.5863102674484253,0.3257252275943756,-0.4201284348964691,0.09756875038146973,-0.015688002109527588,0.010428544133901596 +398,-1.527741315765797,-0.560465393412516,1.2572247856936274,-0.8462227582931519,0.5315804481506348,-0.03645665943622589,-0.1206897497177124,-0.06760188192129135,-0.03611228987574577,-0.018279075622558594,0.03090423345565796,0.024173323065042496 +399,-1.5141343419270523,-0.5582188091355827,1.2742160209965203,-0.8468385934829712,0.5296762585639954,-0.048034973442554474,0.20068562030792236,-0.10261954367160797,0.010819775983691216,0.07283663749694824,-0.04147130250930786,0.06443817168474197 +400,-1.5226162120188746,-0.5645638835786995,1.2708248485035423,-0.8438416123390198,0.5350474119186401,-0.04068787395954132,0.44628986716270447,-0.20200912654399872,0.13703478872776031,0.01795971393585205,-0.03257554769515991,-0.14748352766036987 +401,-1.5241976216320932,-0.5525408815317524,1.2877358057343586,-0.850269615650177,0.5248516798019409,-0.039650168269872665,-0.3092309832572937,-0.034832023084163666,-0.26503893733024597,-0.015666604042053223,0.03923517465591431,0.042839232832193375 +402,-1.5289220077660488,-0.5452646476397235,1.2987740076196361,-0.8542406558990479,0.518644392490387,-0.03579166904091835,0.3144952654838562,-0.3115154802799225,-0.23749707639217377,-0.06298041343688965,-0.06004148721694946,0.04661017656326294 +403,-1.5406745639934547,-0.5255175794278998,1.2749177471709845,-0.8646721243858337,0.5016608238220215,-0.026053329929709435,0.02573956921696663,-0.1675644814968109,0.1480245739221573,0.023317694664001465,0.05650573968887329,-0.10785782337188721 +404,-1.55066058059196,-0.5140325066244931,1.281840474805329,-0.8705924153327942,0.49169260263442993,-0.01753239706158638,0.013216122053563595,0.1965482532978058,0.10945233702659607,0.036394357681274414,0.04610341787338257,-0.0400390625 +405,-1.5564356561587929,-0.4993275098976305,1.29120727904352,-0.8778142333030701,0.47883525490760803,-0.012606867589056492,-0.27512791752815247,0.13199597597122192,-0.19710204005241394,-0.0016717910766601562,0.0005806386470794678,0.03026127815246582 +406,-1.5565513079982964,-0.503488819857442,1.3029010366327327,-0.8758158087730408,0.4824843406677246,-0.012476855888962746,0.13980475068092346,-0.3693165183067322,0.004533294588327408,-0.084389328956604,-0.04779195785522461,0.05382812023162842 +407,-1.5468569809127661,-0.5052886151423208,1.3101146864944588,-0.8747841119766235,0.48406001925468445,-0.02094576135277748,0.5164066553115845,-0.39859020709991455,0.4160100519657135,0.09576189517974854,-0.02368706464767456,-0.048191845417022705 +408,-1.5488681196957912,-0.5421090402791302,1.32314388617148,-0.8564165830612183,0.5159437656402588,-0.018782690167427063,-0.015361731871962547,-0.08412297815084457,0.4609444737434387,0.0031298398971557617,0.06320357322692871,-0.03184598684310913 +409,-1.555633029840254,-0.5779900524124931,1.3235805232913447,-0.837466299533844,0.546341598033905,-0.012699724175035954,0.3584015965461731,-0.5168294310569763,0.12502436339855194,-0.004681587219238281,-0.07533317804336548,0.00413954071700573 +410,-1.620693347689632,-0.570577373935608,1.3012348551345811,-0.8405418395996094,0.5401180386543274,0.04197537526488304,-0.3632015287876129,-0.19241443276405334,-0.12654121220111847,-0.019443511962890625,0.03423798084259033,-0.12368619441986084 +411,-1.6212981953884995,-0.574486279490767,1.3198954323851395,-0.8384013772010803,0.5434036254882812,0.042376868426799774,-0.09715059399604797,0.1305510550737381,0.029239216819405556,0.05568647384643555,-0.0239180326461792,0.07665693759918213 +412,-1.6440030478987668,-0.5799620506433388,1.3073073363247532,-0.8342429399490356,0.5479921698570251,0.06118152290582657,-0.09103218466043472,-0.22820590436458588,0.06561648100614548,0.05145186185836792,-0.015063762664794922,-0.011437896639108658 +413,-1.7335795682400004,-0.5909717034645244,1.3283776208722171,-0.8194217681884766,0.557168185710907,0.13457894325256348,0.12515389919281006,-1.4996991157531738,-0.14138810336589813,-0.09653282165527344,-0.06163907051086426,0.06673026084899902 +414,-1.9109495817197,-0.5541256597630412,1.2740309978327822,-0.801638126373291,0.526199996471405,0.2837072014808655,-0.7770280838012695,-1.5264016389846802,-0.40369629859924316,-0.06745666265487671,0.022536516189575195,-0.07513478398323059 +415,-2.016146205818525,-0.5257785593353619,1.2567145321577553,-0.7805677652359009,0.5018865466117859,0.3725905120372772,0.2901967763900757,-0.7155333757400513,-0.037875834852457047,-0.027690231800079346,-0.003305673599243164,-0.128327876329422 +416,-2.0250357465232707,-0.5502690647873826,1.295587605064825,-0.7659477591514587,0.5229166150093079,0.37400805950164795,0.39667657017707825,0.13950306177139282,-0.008626465685665607,-0.04380553960800171,-0.021955370903015137,-0.0035094618797302246 +417,-2.0094995595002993,-0.6049643558699548,1.353645357673134,-0.7446322441101074,0.568732738494873,0.34937945008277893,0.5572388172149658,-0.4403820037841797,0.1835026741027832,-0.06075716018676758,-0.03522443771362305,0.0971231460571289 +418,-2.0416724457796436,-0.6540740523214723,1.3679013994400582,-0.7072437405586243,0.6084246635437012,0.36003556847572327,0.3012823164463043,-1.0913949012756348,0.2509095072746277,-0.013993442058563232,-0.03799009323120117,0.07693028450012207 +419,-2.137807413892205,-0.6643839321853101,1.3917248015823218,-0.6640927791595459,0.616574227809906,0.4228675365447998,0.1460389345884323,-1.5133674144744873,-0.05627332627773285,-0.004333674907684326,-0.036374032497406006,0.04487535357475281 +420,-2.197687930141695,-0.6267452578557079,1.404154481937778,-0.6559346318244934,0.5865117311477661,0.47513583302497864,0.05686764419078827,-0.68699711561203,-0.4550197422504425,0.028569459915161133,-0.013116896152496338,-0.11554712057113647 +421,-2.180879784237406,-0.6155857903625115,1.43086132471733,-0.6691504120826721,0.5774368643760681,0.4677649736404419,0.3358927071094513,0.5090473294258118,-0.09239707887172699,0.01615065336227417,0.016053617000579834,-0.048560380935668945 +422,-2.1249790156814496,-0.6347985905586957,1.4569237101197792,-0.6846789717674255,0.5930153727531433,0.4237307012081146,0.49535810947418213,0.32543042302131653,0.15742842853069305,0.03714168071746826,-0.051236748695373535,-0.07378560304641724 +423,-2.080246858366015,-0.6428002612004564,1.4805747345883147,-0.6987770199775696,0.5994392037391663,0.39036309719085693,-0.6934812664985657,0.7288256287574768,-0.03330259025096893,0.04235917329788208,0.00836414098739624,0.15271246433258057 +424,-2.0691531949612187,-0.6388750735828925,1.4664492799837576,-0.7051257491111755,0.5962927937507629,0.3837088942527771,-0.0820782482624054,0.25989511609077454,0.023740852251648903,-0.04142570495605469,-0.004785895347595215,0.0374336838722229 +425,-2.0642284725754902,-0.6243944353974693,1.4421486513289876,-0.7145370244979858,0.5846060514450073,0.3842814862728119,0.16675648093223572,-0.07449335604906082,0.005617810413241386,0.007368505001068115,0.014163970947265625,-0.12219661474227905 +426,-2.0537449853723944,-0.622194360140044,1.4544449093331262,-0.7196637392044067,0.5828197002410889,0.3773660957813263,-0.32742083072662354,0.16357769072055817,-0.11763807386159897,0.02197086811065674,0.011601686477661133,0.07890212535858154 +427,-2.0508449599321676,-0.6253104215219241,1.453399072160102,-0.7191408276557922,0.5853489637374878,0.37443697452545166,-0.013307247310876846,-0.12383723258972168,-0.02051715925335884,-0.06897556781768799,0.04232132434844971,0.05418241024017334 +428,-2.0447069725579,-0.6218431337845872,1.4465695108097254,-0.7232270240783691,0.5825342535972595,0.37093985080718994,-0.06421296298503876,-0.010111352428793907,0.09546244144439697,0.07077652215957642,-0.015624523162841797,0.01934954524040222 +429,-2.047328357551418,-0.6295740293415778,1.4262192910134759,-0.7182287573814392,0.5888004899024963,0.37075749039649963,0.014616400934755802,-0.1858697235584259,-0.09570423513650894,-0.11712878942489624,-0.014581799507141113,-0.007323771715164185 +430,-2.0473048135482235,-0.6101991899945368,1.4118239890369468,-0.7282393574714661,0.5730307102203369,0.3759033679962158,-0.3548741042613983,0.14444318413734436,0.11929281800985336,0.08689725399017334,0.030637502670288086,-0.03003239631652832 +431,-2.037149804665352,-0.6146321332630201,1.4037564426426763,-0.7297427654266357,0.5766580104827881,0.3673429489135742,-0.22053372859954834,0.12785935401916504,-0.034823715686798096,-0.023217380046844482,0.02670496702194214,0.0884980857372284 +432,-2.0339138464895816,-0.6112785984948522,1.379322808765106,-0.7326537370681763,0.5739150047302246,0.3658415377140045,0.012373285368084908,-0.010181603953242302,0.04459094628691673,-0.023373425006866455,-0.012910425662994385,-0.012509018182754517 +433,-2.0252915892897914,-0.6099518409956904,1.3679499699030495,-0.7364645004272461,0.5728279948234558,0.3598449230194092,0.022128909826278687,0.038687411695718765,0.05408627167344093,-0.0006266236305236816,0.002748847007751465,0.015841752290725708 +434,-2.0227645176143305,-0.6034883449894313,1.3499274837066426,-0.7406866550445557,0.5675181150436401,0.35959210991859436,-0.09618514776229858,0.03396058827638626,0.018435532227158546,-0.0012413859367370605,-0.017057299613952637,-0.03476300835609436 +435,-2.0155831835569527,-0.6025535009677928,1.355358593265699,-0.7437286376953125,0.5667481422424316,0.3544920086860657,0.08427196741104126,-0.07492849975824356,-0.14816635847091675,-0.026626646518707275,-0.036535680294036865,0.004516869783401489 +436,-2.0014877753550833,-0.5944041329851834,1.3590071904031016,-0.752822995185852,0.5600152015686035,0.34589067101478577,0.002653074450790882,0.08816444128751755,0.055220697075128555,0.018463313579559326,0.014920651912689209,-0.017018109560012817 +437,-1.9889023732331768,-0.5968509129460685,1.372827624012414,-0.7558621168136597,0.5620406270027161,0.3358316421508789,-0.05339214205741882,0.11882724612951279,-0.0009389864280819893,0.020586848258972168,0.0049912333488464355,0.028380393981933594 +438,-1.9802904494278104,-0.5905929441288001,1.3845489115578493,-0.7619378566741943,0.5568536520004272,0.33070382475852966,-0.00031967461109161377,0.08056376129388809,-0.1518610268831253,0.020116448402404785,0.014313459396362305,0.05114737153053284 +439,-1.9722580380967454,-0.5864553881494099,1.3925025294208697,-0.7666837573051453,0.5534121990203857,0.325470507144928,0.042451292276382446,0.07526636123657227,-0.1978745013475418,-0.02433192729949951,-0.027838468551635742,0.0562586784362793 +440,-1.9754528193899594,-0.5739884203700437,1.384386477337902,-0.7719227075576782,0.5429856181144714,0.3306090533733368,-0.08206526935100555,0.05799568444490433,-0.19237467646598816,-0.05965089797973633,-0.06831508874893188,-0.04288932681083679 +441,-1.9683698638872673,-0.5637568284129685,1.399521887621102,-0.7793264389038086,0.5343654155731201,0.32726719975471497,0.17709824442863464,-0.11937824636697769,-0.07089251279830933,0.0009909272193908691,-0.005312740802764893,0.003070324659347534 +442,-1.9687173503528443,-0.556012869843998,1.395134559584237,-0.7830041646957397,0.527803897857666,0.32913169264793396,0.1220356673002243,-0.04908599704504013,0.10178454220294952,0.07551515102386475,0.0023474693298339844,-0.1237635612487793 +443,-1.955236542928966,-0.5641540137866091,1.412719301291255,-0.783360481262207,0.5347011089324951,0.3169245421886444,-0.2068749964237213,0.042005084455013275,-0.027972184121608734,0.004155158996582031,0.03426861763000488,0.030243396759033203 +444,-1.9535758822190301,-0.570295844732327,1.4312728679684106,-0.7808244228363037,0.5398811101913452,0.3143905997276306,0.0026508751325309277,-0.019305549561977386,0.00826313253492117,-0.021543681621551514,0.05464702844619751,0.05589434504508972 +445,-1.959079471392206,-0.5715638875533352,1.4351048890323412,-0.778448224067688,0.5409480333328247,0.3184237778186798,0.03799009695649147,0.0547143891453743,0.12474433332681656,0.07394993305206299,0.017462611198425293,-0.016955852508544922 +446,-1.962409062344659,-0.5812406658540424,1.4234351440300015,-0.772508978843689,0.5490612983703613,0.3190009295940399,0.4377653896808624,-0.2780064046382904,0.011688643135130405,-0.051938652992248535,-0.012424945831298828,-0.047837018966674805 +447,-1.9751339824727225,-0.5852225975373255,1.4300885629592301,-0.7663711309432983,0.5523849725723267,0.32794222235679626,-0.055577073246240616,-0.13668739795684814,-0.05494252219796181,-0.018540918827056885,-0.06657570600509644,0.02853366732597351 +448,-1.9896190275795962,-0.5775932946162593,1.4150962038665604,-0.7653687000274658,0.5460092425346375,0.34071245789527893,0.292773574590683,-0.06413880735635757,-0.06819844990968704,-0.04635322093963623,0.020854830741882324,-0.08096203207969666 +449,-1.9995942188482279,-0.5807923831090097,1.4242227643531866,-0.7603394389152527,0.5486865639686584,0.3476020097732544,-0.04863474890589714,0.006210836581885815,-0.00841315183788538,-0.037329018115997314,0.027836322784423828,0.040886759757995605 +450,-2.031294390414069,-0.5730876571087915,1.4287778431738838,-0.7527050375938416,0.5422289967536926,0.37339380383491516,-0.05780667066574097,-0.25559917092323303,-0.09626468271017075,-0.029872477054595947,0.06600159406661987,0.06836339831352234 +451,-2.0625486582229438,-0.5461637891897726,1.416959926232734,-0.7532682418823242,0.5194129347801208,0.40348145365715027,0.09220613539218903,-0.4609507620334625,0.20439110696315765,0.09175395965576172,0.05924612283706665,-0.032998085021972656 +452,-2.082384192355425,-0.5408789289186965,1.3985454671322717,-0.7475003600120544,0.514889657497406,0.41968053579330444,0.22093188762664795,-0.36250925064086914,0.006870764307677746,0.031207144260406494,-0.0015534758567810059,-0.035494714975357056 +453,-2.101499375523082,-0.5297531178169466,1.398970386892857,-0.744236946105957,0.5053203105926514,0.4367642402648926,0.15523894131183624,-0.23151887953281403,-0.12668511271476746,0.0018357634544372559,-0.07197064161300659,0.006671488285064697 +454,-2.1006663350860286,-0.5189682259269628,1.39208839535083,-0.7492594718933105,0.4959844946861267,0.4388730525970459,0.5230450630187988,-0.2781994342803955,0.1065865084528923,0.09397083520889282,-0.06861633062362671,-0.09254434704780579 +455,-2.1045560138692405,-0.5251095058199717,1.3913710930330045,-0.7449106574058533,0.5013077855110168,0.4402262270450592,-0.36040955781936646,-0.11794191598892212,-0.01961630955338478,-0.023827314376831055,0.03363502025604248,0.022511959075927734 +456,-2.09562724028984,-0.5401645823038891,1.400822750653544,-0.7421952486038208,0.5142771601676941,0.42972683906555176,-0.09972803294658661,0.5481390953063965,0.21462072432041168,0.06760424375534058,-0.03502917289733887,0.031897276639938354 +457,-2.036016237016451,-0.5681356797628547,1.3914622991496186,-0.7533240914344788,0.5380615592002869,0.3781437873840332,-0.2679890990257263,1.16146981716156,-0.03530317172408104,-0.15814441442489624,-0.09471738338470459,0.0417628288269043 +458,-1.9835081553710137,-0.5391696568966542,1.3791128538214177,-0.7860830426216125,0.5134236216545105,0.34419363737106323,-0.41934698820114136,0.7698654532432556,-0.18381550908088684,-0.0599098801612854,0.07834261655807495,0.05253475904464722 +459,-1.8996065526614472,-0.4618551066632527,1.342298222213016,-0.8472674489021301,0.4456096291542053,0.2890843152999878,-0.09528374671936035,0.7569565176963806,-0.8581382632255554,-0.03996998071670532,0.01190987229347229,-0.01520434021949768 +460,-1.8256396162981576,-0.34215103548528153,1.3408825808528504,-0.9116101861000061,0.33551421761512756,0.2374812215566635,-0.15562711656093597,0.5351340770721436,-1.0660090446472168,-0.08747446537017822,0.11930453777313232,-0.03612622618675232 +461,-1.7030446430450834,-0.20067832694700313,1.309198123889028,-0.9713747501373291,0.19933408498764038,0.12921687960624695,-0.5187399983406067,1.7532955408096313,-1.9415274858474731,-0.22232025861740112,0.026465490460395813,-0.01775147020816803 +462,-1.4670608801717355,-0.023266170162660554,1.2323122973424654,-0.9943550825119019,0.023264070972800255,-0.10352146625518799,-0.8959007263183594,2.1305348873138428,-2.092498779296875,-0.14375215768814087,-0.0043736714869737625,0.10608495026826859 +463,-1.2115407259754791,0.11949776519450205,1.1254004989253734,-0.9294826984405518,-0.11921356618404388,-0.3490702211856842,-0.9042402505874634,2.794198513031006,-1.848561406135559,-0.17415499687194824,0.04957246780395508,0.14712011814117432 +464,-0.922119304958491,0.213876460959232,0.9999156837631697,-0.778727114200592,-0.21224962174892426,-0.5903677940368652,-1.4331082105636597,3.4505693912506104,-1.5819224119186401,-0.18144744634628296,0.09872421622276306,0.25229406356811523 +465,-0.7452888308082445,0.30536913018605416,0.9415027019592825,-0.6468086242675781,-0.30064526200294495,-0.7008930444717407,-0.7310974597930908,2.9381425380706787,-0.6535842418670654,0.003284454345703125,0.14875924587249756,0.3871265649795532 +466,-0.5759667221630319,0.35228366382427,0.8898011726698717,-0.511197566986084,-0.3450421094894409,-0.7871613502502441,-0.6084529757499695,1.810088872909546,-0.07005677372217178,0.11889410018920898,0.17908751964569092,0.36292123794555664 +467,-0.46634059234374314,0.3178159753344598,0.8615584743012342,-0.427103728055954,-0.3124926686286926,-0.848487377166748,-0.31103628873825073,1.0402734279632568,-0.07045828551054001,0.0009867846965789795,0.017830193042755127,0.13796186447143555 +468,-0.2882352948035114,0.2417190217030834,0.8069526943900123,-0.27599671483039856,-0.23937202990055084,-0.930874228477478,-1.000408411026001,1.8099596500396729,-0.37325212359428406,-0.07991454005241394,0.08441901206970215,-0.09065592288970947 +469,-0.1984593328909257,0.24894469460446447,0.7875850428211582,-0.19108130037784576,-0.24638132750988007,-0.9501495361328125,-0.5609078407287598,0.9482580423355103,-0.1175558790564537,-0.05154868960380554,0.028028056025505066,0.0991363525390625 +470,-0.14948313578958408,0.26270355267833595,0.7871658812882059,-0.14381757378578186,-0.2596922814846039,-0.9549221992492676,-0.4798351526260376,1.0906862020492554,-0.05313554406166077,-0.08042559027671814,-0.06397712230682373,0.06852388381958008 +471,-0.11153769800053259,0.26782132672234116,0.7840752708520555,-0.10733846575021744,-0.264631062746048,-0.9583573937416077,0.039313603192567825,0.34001049399375916,0.03437059372663498,0.03156331926584244,-0.014024943113327026,0.10865646600723267 +472,-0.0646154924009399,0.25968299957832236,0.789292451759567,-0.062405578792095184,-0.2567741870880127,-0.9644545316696167,0.7005828022956848,-0.7109076380729675,0.03969927504658699,0.06187152490019798,0.036284685134887695,0.00020587444305419922 +473,0.0038043288822254885,0.23538027817175305,0.8002485029826588,0.0036994183901697397,-0.23321279883384705,-0.9724186658859253,1.4142197370529175,-0.32638412714004517,0.23660486936569214,0.1288384199142456,-0.03050483763217926,-0.31173044443130493 +474,0.03843345435429751,0.26524562955643693,0.8059915612775903,0.03708023577928543,-0.26214632391929626,-0.9643154740333557,0.3114444315433502,0.19757738709449768,0.13729506731033325,0.13233810663223267,-0.0016476213932037354,-0.166681170463562 +475,0.06206200541164936,0.2802777822543781,0.8020754647499164,0.059601981192827225,-0.27662259340286255,-0.9591285586357117,-0.3234306573867798,0.49965858459472656,-0.5285545587539673,0.07650642096996307,0.03126126527786255,-0.09055405855178833 +476,0.07250713792811099,0.28499532639632136,0.8109997157961651,0.069521464407444,-0.28115296363830566,-0.9571414589881897,-0.9596473574638367,0.7226396203041077,-0.5558010339736938,-0.043795146048069,-0.035695791244506836,-0.0842098593711853 +477,0.056450255601384135,0.31740333781070196,0.825852907762967,0.053602032363414764,-0.3121006488800049,-0.9485357403755188,-0.503820538520813,0.7981114983558655,-0.37736865878105164,-0.15928441286087036,-0.13861346244812012,0.0537908673286438 +478,0.08533415960510557,0.3185328161738316,0.8154347485362395,0.08094318211078644,-0.3131735324859619,-0.946240246295929,-0.5988582968711853,0.9040781259536743,-0.1917373687028885,-0.11559589952230453,-0.023099660873413086,0.07986146211624146 +479,0.1020884112691263,0.35443046654737614,0.8254590169727466,0.09557681530714035,-0.3470562994480133,-0.9329614043235779,-0.04827723652124405,-0.08446970582008362,0.11047518998384476,-0.03586916625499725,-0.11220276355743408,0.15822690725326538 +480,0.1373316301931912,0.36221129287805237,0.833478985594538,0.12801764905452728,-0.35434290766716003,-0.9263112545013428,0.10661574453115463,-0.1355779469013214,0.25788503885269165,-0.04655097424983978,0.04063749313354492,0.19480490684509277 +481,0.15129496031008796,0.33861247878118694,0.8322987646047585,0.142160102725029,-0.33217868208885193,-0.9324418902397156,0.5420728325843811,-0.7318331003189087,0.08363296836614609,0.08676750957965851,0.008234590291976929,-0.022483646869659424 +482,0.1711907102463698,0.3042148354987391,0.8132836059907174,0.1625334471464157,-0.29954415559768677,-0.9401362538337708,1.4189422130584717,-1.1409342288970947,0.21585620939731598,0.1678345799446106,0.04072457551956177,-0.41836899518966675 +483,0.1754690753244128,0.2998585205924743,0.812783954749275,0.16678041219711304,-0.2953850328922272,-0.9407082200050354,0.9328618049621582,-0.5515432357788086,0.6275323033332825,0.18588072061538696,0.03934255242347717,-0.3798179030418396 +484,0.21421553089273823,0.29165517991070566,0.8224214297328206,0.20360350608825684,-0.28753790259361267,-0.9358779788017273,-0.16594940423965454,-0.11675728857517242,-0.3027614653110504,0.058893442153930664,0.01728948950767517,-0.1246994137763977 +485,0.24782478773806485,0.22236261475784608,0.8605696913479054,0.23925639688968658,-0.22053468227386475,-0.9455796480178833,-1.4121440649032593,1.0310858488082886,-0.32225027680397034,-0.11613321304321289,-0.08424437046051025,0.0143204927444458 +486,0.2614579630150653,0.15578653301214937,0.8628751140238456,0.25535887479782104,-0.1551571488380432,-0.9543154835700989,-1.1266975402832031,1.3600620031356812,-0.15307146310806274,-0.046527087688446045,0.004293501377105713,-0.07047998905181885 +487,0.300189995333606,0.13912884051211247,0.866944316089089,0.29284441471099854,-0.13868042826652527,-0.9460496306419373,-0.22244730591773987,1.272192120552063,-0.47127383947372437,-0.16537249088287354,0.02423951029777527,0.003819406032562256 +488,0.3135493001334953,0.12913971524389753,0.8760939497286373,0.3058684766292572,-0.12878106534481049,-0.9433238506317139,-0.22242261469364166,0.0322989821434021,-0.7298501133918762,-0.1923125982284546,-0.03552556037902832,0.05480456352233887 +489,0.30234549092984303,0.10286031647598541,0.8882335839538872,0.29618632793426514,-0.10267902910709381,-0.949595034122467,0.49780312180519104,0.29934918880462646,-0.022580958902835846,-0.17773234844207764,-0.02476237714290619,-0.06812041997909546 +490,0.27178033002629665,0.0881873120465488,0.8919147766530164,0.26740366220474243,-0.08807305246591568,-0.9595511555671692,-0.5290406346321106,0.308941125869751,-0.16996748745441437,-0.22441965341567993,-0.09309455007314682,0.2137168049812317 +491,0.20838291462950076,-0.04441548232936721,0.8575879369986051,0.20667403936386108,0.044400881975889206,-0.977401852607727,-1.1497952938079834,0.1574631929397583,-0.4960078001022339,0.06279617547988892,0.029985718429088593,-0.11753833293914795 +492,0.17932425859442852,-0.22246325012914386,0.8225625408213529,0.17396925389766693,0.22063283622264862,-0.9597165584564209,-1.9332798719406128,-0.08771000802516937,-0.9665548801422119,-0.09161756932735443,0.20786447823047638,-0.2945406436920166 +493,0.14424383630201243,-0.33420252570669845,0.7785434217357732,0.1357911080121994,0.32801592350006104,-0.9348616600036621,-2.200193405151367,0.3865039050579071,-1.0370242595672607,-0.0339386910200119,0.10370099544525146,-0.1970963478088379 +494,0.04907738438966836,-0.31229234812090856,0.7582296371156988,0.04668485373258591,0.30724090337753296,-0.9504859447479248,-2.016475200653076,0.8508303761482239,-0.6337519288063049,-0.2845388650894165,-0.15894076228141785,0.7260138988494873 +495,-0.08675102247495498,-0.39430487186926716,0.6894346555176541,-0.07999365776777267,0.38416650891304016,-0.9197918772697449,1.1109471321105957,-1.7271342277526855,-0.06830389052629471,-0.019035890698432922,-0.13953760266304016,0.19760864973068237 +496,-0.26531583216348265,-0.49732019904965347,0.5760727039693663,-0.23045054078102112,0.4770720601081848,-0.8481124639511108,0.770291268825531,-2.6732327938079834,-0.4915994703769684,0.2353181093931198,-0.0658172070980072,-0.23880153894424438 +497,-0.5144550382224092,-0.6320621997379291,0.4131078687061824,-0.3969997763633728,0.5908098220825195,-0.7023780941963196,-2.1348540782928467,-1.1556302309036255,-1.0376839637756348,-0.0030398964881896973,0.24358654022216797,-0.5619499087333679 +498,-0.6815314683892618,-0.6437411352591863,0.3468832759315935,-0.5038957595825195,0.6001920104026794,-0.621175229549408,-1.781895637512207,-1.6753052473068237,-0.6342716217041016,-0.1158551573753357,0.10467243194580078,0.12883514165878296 +499,-0.9084071528916763,-0.691931874867422,0.17021384714388527,-0.6071761250495911,0.6380259394645691,-0.4735611379146576,-0.3403264284133911,-0.16060638427734375,-0.2593500018119812,0.07063132524490356,0.10063678026199341,-0.4012099504470825 +500,-0.919361774988749,-0.6996291809445366,0.1395693712814952,-0.6084038019180298,0.6439340114593506,-0.4638899564743042,0.04634366184473038,0.4696829319000244,-0.04931613430380821,0.09978258609771729,-0.034787893295288086,-0.2968522310256958 +501,-0.8794414403251052,-0.6803712494233323,0.1672744701758317,-0.5988488793373108,0.629081666469574,-0.49561721086502075,0.08959759771823883,0.4472019672393799,0.1078542098402977,0.09628540277481079,0.0186692476272583,-0.08531540632247925 +502,-0.8049242825220333,-0.6621235044653468,0.2510054973274768,-0.5684694647789001,0.6147930026054382,-0.54669189453125,0.46963411569595337,0.12268916517496109,0.2143964022397995,0.011386334896087646,-0.04023861885070801,0.0958251953125 +503,-0.7801945520295535,-0.6522896154482937,0.3006558390767201,-0.5590032339096069,0.6070075631141663,-0.5648514032363892,0.142483651638031,0.1846519410610199,0.27818164229393005,-0.01870971918106079,0.044359564781188965,0.08937233686447144 +504,-0.7759146785332687,-0.6509227249279594,0.3493447932453814,-0.5571612119674683,0.6059207320213318,-0.5678303837776184,0.06860429793596268,-0.25546249747276306,0.1102745458483696,-0.06550413370132446,0.005239546298980713,0.11627709865570068 +505,-0.7826898830258482,-0.6507304954930282,0.35987959698393357,-0.5610777735710144,0.6057677865028381,-0.5641251802444458,0.3669711947441101,-0.05551040917634964,0.11035358905792236,0.038433730602264404,0.007254064083099365,-0.0432966947555542 +506,-0.7757598586826812,-0.6455967270708679,0.3811462292940064,-0.5593252182006836,0.6016751527786255,-0.5702124238014221,0.22878271341323853,-0.06792646646499634,-0.021408867090940475,-0.02119535207748413,-0.022253215312957764,-0.03890317678451538 +507,-0.7559535769212006,-0.6400118180091959,0.3968013523586699,-0.5502190589904785,0.5972049236297607,-0.583613932132721,-0.365048885345459,0.10394342243671417,0.058087367564439774,-0.033536434173583984,0.04845547676086426,0.12363779544830322 +508,-0.780503528399887,-0.6479328860903604,0.4135768982592785,-0.5610333681106567,0.6035395264625549,-0.5665525197982788,0.21052907407283783,-0.7057271599769592,0.11860372126102448,-0.02414119243621826,-0.04303842782974243,0.07070291042327881 +509,-0.8325796365381671,-0.6492485775675932,0.40367780646254003,-0.5891754031181335,0.6045880317687988,-0.5360463857650757,0.005958345253020525,-0.13447390496730804,0.16759170591831207,-0.02839350700378418,0.04015684127807617,-0.06267797946929932 +510,-0.8575081215294953,-0.6527887934832117,0.39441885806120797,-0.6007314324378967,0.6074041724205017,-0.5197902917861938,-0.3862015902996063,-0.08546838164329529,-0.038118842989206314,-0.0010752081871032715,0.02925354242324829,0.020278632640838623 +511,-0.8835239633328574,-0.6598632104429342,0.37235651508520823,-0.6107125878334045,0.6130087971687317,-0.5012488961219788,-0.4172539710998535,-0.1634913682937622,0.017846282571554184,0.05573517084121704,-0.004823923110961914,0.13381731510162354 +512,-0.9504862963025963,-0.6653064460962775,0.33650893059994624,-0.6401589512825012,0.617300271987915,-0.45731493830680847,0.05913294479250908,-0.3177030086517334,-0.19447457790374756,-0.02826756238937378,0.02829909324645996,-0.04486703872680664 +513,-0.9489015443016158,-0.6660364443994535,0.3331757553985083,-0.6390670537948608,0.6178743839263916,-0.45806625485420227,0.1348583996295929,-0.2048555612564087,0.08411221206188202,0.00288236141204834,-0.010208308696746826,-0.006045103073120117 +514,-0.9428765145033005,-0.6624195018884518,0.33934390187821833,-0.6380999088287354,0.6150264143943787,-0.4632181227207184,0.03131643310189247,0.04305245727300644,0.010095572099089622,-0.03568243980407715,0.03292274475097656,0.02265113592147827 +515,-0.9380765032191156,-0.6648651859132714,0.33354288113018554,-0.63465416431427,0.6169530153274536,-0.46538475155830383,-0.05472391098737717,0.3788849711418152,0.2015962153673172,0.039332568645477295,-0.02427119016647339,-0.0006338655948638916 +516,-0.9158287060897526,-0.6610502321847975,0.34150421963334027,-0.6260063052177429,0.6139461994171143,-0.4808183014392853,0.015982678160071373,0.13633356988430023,0.057133402675390244,0.047453999519348145,0.04630160331726074,0.028654634952545166 +517,-0.9088206487980741,-0.6658273548107378,0.36388265659472624,-0.6203008890151978,0.6177099943161011,-0.48338526487350464,0.16866809129714966,-0.06682293862104416,0.008547274395823479,-0.020995497703552246,-0.027698397636413574,-0.0021646618843078613 +518,-0.911791126502808,-0.6598008106190958,0.36485033302480835,-0.6246657967567444,0.6129595041275024,-0.48381122946739197,0.08023916929960251,-0.3111051023006439,-0.08951137959957123,-0.017713963985443115,-0.008711516857147217,0.0036323964595794678 +519,-0.9074108107959985,-0.6568209296919404,0.3656547284183471,-0.62397700548172,0.6106023192405701,-0.48766547441482544,0.05424031615257263,0.1649651825428009,-0.08688957244157791,-0.03074711561203003,-0.008505761623382568,0.01542121171951294 +520,-0.9239432164615854,-0.6616606735370029,0.3510506972098133,-0.6295880079269409,0.614427924156189,-0.4754968285560608,-0.15558427572250366,-0.34025320410728455,-0.02869894728064537,-0.0011339783668518066,0.00501781702041626,-0.02580013871192932 +521,-0.9380785087009182,-0.65715569819797,0.35936602411907337,-0.6384719610214233,0.6108673810958862,-0.4681822955608368,0.03522734344005585,0.005286991596221924,-0.0006867619231343269,0.0058119893074035645,-0.0048950910568237305,0.04102778434753418 +522,-0.9482065913682375,-0.6587217147090519,0.35118279269263514,-0.6424029469490051,0.6121065020561218,-0.4611334502696991,0.07997798174619675,-0.01292828842997551,0.06560621410608292,0.014595329761505127,-0.017227351665496826,-0.034121036529541016 +523,-0.954402353264944,-0.6543517812596829,0.3469301061235784,-0.6474241018295288,0.6086450219154358,-0.4586864411830902,-0.02110031247138977,-0.2760907709598541,0.04211244359612465,0.028573453426361084,0.018033385276794434,-0.024757802486419678 +524,-0.953858364007596,-0.6528277552554396,0.3539082348156188,-0.647930383682251,0.6074351072311401,-0.45957469940185547,0.021312255412340164,-0.06891059875488281,-0.03709160163998604,-0.026553869247436523,0.017351269721984863,0.01577281951904297 +525,-0.9564773091246476,-0.6520478787466837,0.35149056560975284,-0.6495186686515808,0.6068153977394104,-0.45814913511276245,-0.01698160171508789,-0.09164703637361526,0.019363442435860634,-0.017137765884399414,-0.0003853440284729004,0.004993617534637451 +526,-0.9590894391304112,-0.6535002716130808,0.35027811936218556,-0.6499910354614258,0.6079692244529724,-0.45594435930252075,0.007297371048480272,0.052801184356212616,-0.04836609214544296,0.005658149719238281,-0.027677416801452637,0.022625267505645752 +527,-0.9641277388081514,-0.6510781279035166,0.34395811932014414,-0.6534878611564636,0.606044352054596,-0.45350199937820435,0.11387088894844055,-0.04855628311634064,0.14036904275417328,0.03628504276275635,0.007771015167236328,-0.028279006481170654 +528,-0.9587867234882294,-0.6489581572175933,0.3504774042471213,-0.6521064043045044,0.6043567061424255,-0.45772281289100647,0.02677273005247116,-0.10736078023910522,-0.09271109849214554,0.06038588285446167,0.010892927646636963,0.047566622495651245 +529,-0.9606074925120108,-0.6534083207768792,0.3419125894816681,-0.650728166103363,0.6078962087631226,-0.45498910546302795,0.29407429695129395,0.24933284521102905,-0.0493573434650898,0.03308290243148804,-0.07479989528656006,-0.06594592332839966 +530,-0.962587418797442,-0.6510644502411977,0.3441569060072505,-0.6527953147888184,0.606033444404602,-0.4545127749443054,0.055214960128068924,0.20156094431877136,0.09589466452598572,0.02498769760131836,0.006637454032897949,-0.08105546236038208 +531,-0.9489773882341129,-0.6470520818873601,0.353527923987745,-0.6485203504562378,0.6028369665145874,-0.4647676944732666,-0.1375385820865631,0.205210879445076,-0.18754969537258148,0.015463769435882568,-0.0566943883895874,0.0499269962310791 +532,-0.962144355052757,-0.6412994852740079,0.33613718861536057,-0.6574178338050842,0.5982372760772705,-0.458163857460022,-0.04602118954062462,-0.05400942638516426,-0.02896871417760849,0.03989464044570923,0.04089236259460449,0.009875893592834473 +533,-0.9690858885803513,-0.6500119439441211,0.3402470834525161,-0.65626060962677,0.605195939540863,-0.4506218433380127,0.20290067791938782,0.10011207312345505,-0.02675599604845047,-0.04423987865447998,-0.012941241264343262,-0.026032209396362305 +534,-0.9654038324965151,-0.6503925909733859,0.32540638856559734,-0.6544075012207031,0.6054989099502563,-0.4529040455818176,-0.1641378402709961,-0.10992304235696793,-0.11901089549064636,-0.01346975564956665,0.007156729698181152,-0.04198426008224487 +535,-0.9550398615445964,-0.6459420042840383,0.33013402790918256,-0.651871919631958,0.6019509434700012,-0.46121370792388916,-0.10147891193628311,0.2059885412454605,-0.024004079401493073,-0.07118105888366699,-0.0015633702278137207,0.04782259464263916 +536,-0.9444507868637799,-0.6377254700442213,0.3346118201604334,-0.6509367823600769,0.5953695178031921,-0.47097381949424744,-0.022751614451408386,0.08584212511777878,0.1784115731716156,0.042446792125701904,0.03393346071243286,0.0622825026512146 +537,-0.9419513434388791,-0.6443804581900878,0.3311598901772884,-0.646539032459259,0.600703239440918,-0.47025835514068604,0.006938901264220476,0.03929586336016655,0.07163581997156143,0.03606545925140381,0.03551197052001953,0.008405327796936035 +538,-0.9499114731557974,-0.6504285735767685,0.32584050687733174,-0.647294819355011,0.6055275201797485,-0.46297481656074524,-0.23738355934619904,-0.40071308612823486,-0.05925915390253067,0.013688921928405762,-0.01734703779220581,-0.0015942156314849854 +539,-0.9474844953009788,-0.6555201233582765,0.32554255075142935,-0.6436576843261719,0.609571635723114,-0.4627387821674347,0.1798967570066452,0.004906937479972839,0.2273050844669342,0.013896942138671875,0.010469257831573486,0.0033729076385498047 +540,-0.9719574873575856,-0.6493139720297927,0.319831197434506,-0.6579005122184753,0.6046401262283325,-0.4489733874797821,0.044433608651161194,-0.051695968955755234,-0.18839994072914124,0.03850060701370239,0.020329296588897705,-0.02354547381401062 +541,-0.9865366836127926,-0.6561419699367999,0.3028100868228745,-0.6609170436859131,0.6100645065307617,-0.43704697489738464,-0.3155507445335388,-0.33462023735046387,-0.2516663670539856,-0.043443918228149414,-0.04898357391357422,0.005101203918457031 +542,-0.998806059597814,-0.6539617390544139,0.28468209705367375,-0.6673462986946106,0.6083354949951172,-0.4296242594718933,-0.14825822412967682,-0.25115540623664856,-0.09134075790643692,-0.02145075798034668,-0.017255783081054688,0.04389733076095581 +543,-1.0153245888790172,-0.6459559171877142,0.2517240757992268,-0.6784679293632507,0.6019620299339294,-0.4210973381996155,-0.02929261140525341,0.040936268866062164,-0.01373907271772623,0.03817862272262573,0.05582904815673828,-0.015075147151947021 +544,-1.040426944153124,-0.6480521154179358,0.2347325697641151,-0.6877335906028748,0.6036345958709717,-0.4032961428165436,-0.2580568194389343,-0.20794063806533813,0.028712540864944458,0.04446887969970703,0.02861332893371582,-0.008294463157653809 +545,-1.0609444103387211,-0.6761280655949946,0.2505082483810534,-0.6807984709739685,0.6257776021957397,-0.3806782066822052,0.19891253113746643,-0.37635865807533264,0.3840097486972809,0.0009889006614685059,-0.050185561180114746,-0.03892320394515991 +546,-1.1026228190156846,-0.6817476165030365,0.28569440725413964,-0.6929195523262024,0.6301509737968445,-0.3503887951374054,0.6061094999313354,-1.2926932573318481,-0.006316901184618473,0.06267058849334717,-0.015679538249969482,-0.08640933036804199 +547,-1.1656639428759876,-0.6794272019665755,0.35260286945696334,-0.7149592638015747,0.6283475160598755,-0.3066147565841675,0.4302619397640228,-0.8561135530471802,0.3277759552001953,0.06093704700469971,0.0007113218307495117,-0.03679955005645752 +548,-1.206031740147539,-0.7127263064795849,0.402820227175144,-0.7068046927452087,0.6538988947868347,-0.2698950171470642,0.14053231477737427,-0.5510364174842834,0.9114996790885925,0.09549188613891602,0.02798593044281006,-0.02173095941543579 +549,-1.2366161859370355,-0.7749512687241783,0.4970418169344681,-0.6749311089515686,0.699681282043457,-0.23433753848075867,0.14972653985023499,-1.2079777717590332,0.6072735786437988,-0.0946153998374939,0.02282238006591797,0.050743818283081055 +550,-1.3462411476231306,-0.7892557752618454,0.66427960360956,-0.6866891384124756,0.7098292708396912,-0.15684480965137482,1.0230896472930908,-2.664907455444336,0.8826010227203369,0.03880101442337036,0.10350990295410156,0.11520357429981232 +551,-1.4394713438177216,-0.8145937477209892,0.790842364602229,-0.6802557110786438,0.7274469137191772,-0.08985169976949692,0.8681339025497437,-1.6818851232528687,-0.2505107522010803,-0.1253778338432312,-0.0004571080207824707,0.00159483402967453 +552,-1.5009983145080072,-0.8027985907669298,0.8579745002574064,-0.6930047869682312,0.7193030714988708,-0.04844905808568001,0.41016697883605957,-0.4399401545524597,-0.010770161636173725,-0.03853201866149902,-0.002002716064453125,-0.06931828707456589 +553,-1.5190550484220449,-0.7950084617314596,0.927325155385242,-0.6993415951728821,0.7138695120811462,-0.03621715307235718,-0.013358387164771557,-0.2939935624599457,-0.05013041943311691,-0.0006400346755981445,0.03030163049697876,0.11441844701766968 +554,-1.518892097263155,-0.8062227212578237,0.92701438534083,-0.6912971138954163,0.7216776013374329,-0.03591350093483925,0.19421043992042542,-0.021401431411504745,0.14777319133281708,-0.028444647789001465,0.05455225706100464,-0.02972983941435814 +555,-1.4981099084636476,-0.8165121947679188,0.9575425160828871,-0.6829590201377869,0.7287619113922119,-0.04972945526242256,-0.09355582296848297,0.020460331812500954,-0.3452540338039398,-0.10933828353881836,0.030133962631225586,0.08673202991485596 +556,-1.5066923806333203,-0.8238726506243443,0.9538259786139813,-0.67798912525177,0.7337823510169983,-0.04352140799164772,0.1617831289768219,-0.15374056994915009,0.007141931913793087,-0.1332290768623352,-0.012880921363830566,0.00790739431977272 +557,-1.5113327243262482,-0.8105815766776969,0.9484377219978409,-0.6878591775894165,0.7246880531311035,-0.04095086082816124,-0.030161740258336067,-0.04517895728349686,-0.10866811126470566,-0.010871291160583496,0.027997493743896484,-0.012912631034851074 +558,-1.505839471282692,-0.8074029969754574,0.9433828623342297,-0.689919114112854,0.7224941253662109,-0.04487811401486397,-0.08568824827671051,0.2875904142856598,-0.10804833471775055,0.009377062320709229,0.006723463535308838,0.020387765020132065 +559,-1.5101612210575242,-0.8003053983145357,0.9315311177412318,-0.695207417011261,0.7175688147544861,-0.04220571368932724,0.012827537022531033,0.11443040519952774,-0.13978129625320435,0.011461198329925537,-0.007211267948150635,-0.032516591250896454 +560,-1.4888932799161383,-0.7971954135631941,0.9378275686519273,-0.696373701095581,0.7153993248939514,-0.05716300383210182,0.12811264395713806,-0.11038227379322052,-0.03555676341056824,0.027245283126831055,-0.01376962661743164,-0.03562569618225098 +561,-1.4699993253785077,-0.8001482955579553,0.9549020075912878,-0.6930646300315857,0.7174593806266785,-0.07009639590978622,0.3386588394641876,-0.12011986970901489,0.019213896244764328,0.005656242370605469,-0.017126798629760742,-0.022402405738830566 +562,-1.4723799614099926,-0.8079009006268782,0.9599677933374087,-0.6876733899116516,0.722838282585144,-0.06789766997098923,-0.09922150522470474,-0.12873725593090057,-0.016768045723438263,-0.015604197978973389,0.019242405891418457,-0.017292141914367676 +563,-1.4750453036899227,-0.8244022532098015,0.9713627283962015,-0.6758858561515808,0.7341420650482178,-0.06491526961326599,0.39657461643218994,-0.04246003180742264,0.2873273193836212,-0.031465888023376465,-0.0644184947013855,0.029667429625988007 +564,-1.4814331509708356,-0.8205959951732266,0.9672403216593427,-0.679064929485321,0.7315523028373718,-0.060845449566841125,0.08626406639814377,0.021958082914352417,-0.1693783700466156,-0.017117321491241455,0.029174625873565674,-0.06743520498275757 +565,-1.470231468630473,-0.8156712263659356,0.9794000224624174,-0.6819168329238892,0.7281858325004578,-0.06880898773670197,0.010645746253430843,0.06878804415464401,0.07483679801225662,-0.01788163185119629,0.027658283710479736,-0.02399497479200363 +566,-1.4518874471672116,-0.7981352367240104,0.9891294445618025,-0.6931141018867493,0.7160556316375732,-0.08280806988477707,-0.2900684177875519,0.24354691803455353,-0.3112265169620514,0.04371529817581177,0.04056662321090698,0.07607889920473099 +567,-1.441966522616584,-0.7979891574687293,1.0090770149932593,-0.6923621892929077,0.7159536480903625,-0.08969365060329437,0.06419505178928375,0.1225309893488884,-0.08532779663801193,-0.06992113590240479,0.03596895933151245,0.07980597019195557 +568,-1.438486026976634,-0.7897575855292488,1.017958456519515,-0.6978642344474792,0.7101826071739197,-0.09287722408771515,0.11467200517654419,0.032235853374004364,-0.31122225522994995,-0.10865432024002075,0.014884471893310547,-0.0033599063754081726 +569,-1.419729007099272,-0.7791774108721139,1.0523381180578057,-0.7033886909484863,0.7026944160461426,-0.10707481950521469,0.5794138312339783,-0.41727080941200256,0.15330372750759125,-0.024241924285888672,-0.021358966827392578,0.033832669258117676 +570,-1.440461444681787,-0.7736078694093338,1.050079584158075,-0.7093268036842346,0.6987208127975464,-0.09297709167003632,0.07381319254636765,-0.3741982579231262,-0.06646811962127686,0.02240663766860962,-0.009099900722503662,-0.07152795791625977 +571,-1.4499482107955781,-0.7633330153773373,1.0395148575198423,-0.7172660827636719,0.691333532333374,-0.08710470050573349,-0.08719586580991745,0.16205930709838867,-0.07111196964979172,0.01478201150894165,-0.03473258018493652,-0.1046372577548027 +572,-1.4179074286865352,-0.7275161687565902,1.0497793462734746,-0.7381168603897095,0.6650167107582092,-0.11373746395111084,-0.2691315710544586,0.48992979526519775,-0.6212568879127502,0.03633469343185425,-0.07457786798477173,0.020323164761066437 +573,-1.4071386624281037,-0.6972939269571594,1.0505460513179041,-0.7563395500183105,0.6421456336975098,-0.12489783763885498,-0.12337205559015274,0.08978471159934998,0.5427181720733643,0.11595869064331055,0.01776641607284546,-0.006480328738689423 +574,-1.3291320322793176,-0.6567861582333777,1.1269173855437296,-0.7689449787139893,0.6105747818946838,-0.1895306259393692,0.5666764974594116,0.5858747363090515,-0.5469128489494324,-0.02219259738922119,-0.03228199481964111,0.13963446021080017 +575,-1.2893359571058882,-0.5993237936019912,1.1071488495785995,-0.7932258248329163,0.5640842318534851,-0.2293502390384674,0.16477951407432556,0.2598402202129364,-0.4687376916408539,-0.04664832353591919,0.029635190963745117,-0.10651090741157532 +576,-1.1659144923591953,-0.5073416113332659,1.129890009171911,-0.8033722043037415,0.48585543036460876,-0.34429290890693665,0.671843945980072,1.0358848571777344,-1.391472339630127,-0.19925224781036377,-0.031036704778671265,-0.03291955590248108 +577,-1.0350489302930708,-0.3427393404767984,1.096670139627865,-0.8098742365837097,0.33606836199760437,-0.4807928800582886,0.8511606454849243,1.8700923919677734,-1.4587512016296387,0.04862850904464722,0.18761327862739563,-0.07505425810813904 +578,-0.8525640686100073,-0.21150525886742783,1.0896296576471862,-0.7361910343170166,0.2099318504333496,-0.6433905959129333,0.8672852516174316,2.1462700366973877,-0.7071088552474976,0.0209963321685791,0.1665177196264267,-0.05662161111831665 +579,-0.6901074525245254,-0.08913850957910152,1.126625851154187,-0.6340925693511963,0.0890205129981041,-0.7681158781051636,1.021056056022644,1.5876444578170776,-0.5019574761390686,-0.02510237693786621,0.1139824241399765,0.06261050701141357 +580,-0.5907167334294877,0.04196132211844876,1.1674086781455981,-0.5564661622047424,-0.04194900766015053,-0.829810619354248,0.505821943283081,0.9685306549072266,-0.7599738240242004,-0.028906702995300293,0.008837435394525528,0.20204883813858032 +581,-0.5012569494811319,0.16069083008963306,1.1963841161518867,-0.4743375778198242,-0.16000017523765564,-0.8656811118125916,0.7286320328712463,1.583901047706604,-0.6712996959686279,-0.2011232078075409,0.039608314633369446,0.19118165969848633 +582,-0.38666582935441784,0.25760694727889355,1.2022057202459915,-0.36465904116630554,-0.25476720929145813,-0.8956100940704346,1.2174988985061646,1.0787869691848755,-0.24095863103866577,-0.10724952816963196,0.013876676559448242,0.05648350715637207 +583,-0.31428069576138395,0.34046843270059507,1.2117638229235554,-0.29138776659965515,-0.3339286744594574,-0.8964288830757141,0.8374733328819275,0.10625536739826202,0.08497168123722076,0.042638957500457764,0.0622459352016449,0.1636713743209839 +584,-0.23374474430207487,0.38113611495921634,1.206216528482192,-0.21500146389007568,-0.371975302696228,-0.9029998779296875,0.7188228964805603,-0.3433299660682678,-0.030049849301576614,0.056905150413513184,0.10522115230560303,0.031036376953125 +585,-0.19932109318884658,0.4075631419198105,1.1987692146167086,-0.18178530037403107,-0.3963732421398163,-0.899912416934967,0.2872774600982666,0.29023486375808716,-0.16099800169467926,0.07807131111621857,0.008479595184326172,0.02306610345840454 +586,-0.19215799179048101,0.4562102852465676,1.1991136882977644,-0.1714460402727127,-0.4405491352081299,-0.8812052607536316,0.6141145825386047,0.3185480535030365,-0.3563670217990875,0.0009290874004364014,0.024670839309692383,0.07703655958175659 +587,-0.17294846552162732,0.4807439788876773,1.194228883051067,-0.15258163213729858,-0.4624389410018921,-0.8734237551689148,0.4010392725467682,0.12339284271001816,0.021932557225227356,0.020745694637298584,0.018331915140151978,-0.038334667682647705 +588,-0.1809730805742731,0.5054955983720159,1.1901131712801365,-0.15747672319412231,-0.4842411279678345,-0.8606460690498352,0.31165197491645813,0.19679537415504456,-0.3176688849925995,-0.018838584423065186,0.017123788595199585,-0.0924178957939148 +589,-0.16400881057306937,0.5258643507804139,1.1874498792245194,-0.14121456444263458,-0.5019607543945312,-0.8532841801643372,-0.14680200815200806,0.15363489091396332,-0.17538690567016602,-0.025457173585891724,-0.007163941860198975,0.026318848133087158 +590,-0.1557426198475467,0.5452505277120914,1.1950821614596898,-0.1326218694448471,-0.5186322927474976,-0.8446490168571472,-0.24418029189109802,-0.18153886497020721,0.0022065890952944756,0.0362778902053833,-0.02993643283843994,0.19474667310714722 +591,-0.15128245827368988,0.5465776556175099,1.199738329774581,-0.12874944508075714,-0.5197665691375732,-0.8445509672164917,0.1938992440700531,0.08072711527347565,-0.09269213676452637,-0.040623098611831665,-0.04433560371398926,0.060829102993011475 +592,-0.13115298688463387,0.5382004374176231,1.191236200583819,-0.112289659678936,-0.5125916600227356,-0.851258397102356,0.7255061268806458,-0.32488688826560974,-0.12932227551937103,-0.1302030086517334,0.0944703221321106,-0.21296584606170654 +593,-0.10050537054349018,0.5461924680374916,1.1783925882562363,-0.0857381746172905,-0.5194374322891235,-0.8501963019371033,-0.14488287270069122,-0.18656060099601746,0.1757856011390686,0.075774185359478,0.05354088544845581,-0.06359153985977173 +594,-0.1206194581394116,0.5418420102887231,1.1657487779553732,-0.1030915379524231,-0.5157150030136108,-0.8505352139472961,-0.2648710608482361,0.3319202661514282,-0.0609108991920948,-0.014324843883514404,0.06429904699325562,-0.09000134468078613 +595,-0.09821688609554761,0.5441836474112567,1.1408420958121916,-0.08389443904161453,-0.5177198052406311,-0.8514269590377808,-0.39605218172073364,0.059296492487192154,-0.37715813517570496,0.047715842723846436,-0.03052842617034912,-0.02548038959503174 +596,-0.0809823541082867,0.5450151304049762,1.116531016785247,-0.0691739171743393,-0.5184310078620911,-0.8523169755935669,-0.26028868556022644,0.11555000394582748,-0.38339096307754517,-0.004602327942848206,0.01492154598236084,0.034049153327941895 +597,-0.07231340095693622,0.5343475796855417,1.0946843087039724,-0.06217876821756363,-0.5092796683311462,-0.8583519458770752,-0.14436635375022888,0.09415523707866669,-0.489351749420166,-0.11541828513145447,-0.07665783166885376,-0.0674750804901123 +598,0.005457758205189703,0.5371272280347478,1.0212450900493868,0.004689184948801994,-0.5116698741912842,-0.8591693043708801,-0.37370407581329346,0.4174727201461792,-0.3156161606311798,0.039790183305740356,0.019451916217803955,0.0915149450302124 +599,0.05472571950617406,0.529494803447643,0.9649702137369938,0.047208137810230255,-0.5050973892211914,-0.8617702722549438,-0.023636944591999054,0.3149457573890686,-0.6188707947731018,-0.05015309154987335,0.0710306167602539,0.04963648319244385 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/standing/s2.csv b/BoostRunClub/CoreML/DataSet/Motion/standing/s2.csv new file mode 100644 index 0000000..2403edc --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/standing/s2.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-2.265753897032813,-0.5037075468626291,-0.7170969147935026,-0.6726845502853394,0.4826759099960327,0.560820460319519,-0.26014965772628784,0.6600564122200012,0.41582995653152466,-0.011656880378723145,-0.14461737871170044,0.8619548678398132 +1,-0.004120153576404829,0.3656736557013787,-0.9454474108224347,-0.0038477308116853237,-0.35757848620414734,-0.9338751435279846,-0.11982627958059311,0.0845896452665329,-0.15606814622879028,-0.00904594361782074,0.008121728897094727,-0.0011986494064331055 +2,-0.0010313001070813728,0.34063758477899336,-0.9703116747047004,-0.0009720433154143393,-0.33408811688423157,-0.9425413608551025,-0.4111323654651642,-0.040085598826408386,-0.30372723937034607,-0.03104090690612793,-0.01025700569152832,0.01851487159729004 +3,0.007639120476973752,0.3002377125559012,-0.9909148668687072,0.007297322619706392,-0.2957472801208496,-0.9552383422851562,-0.3042156994342804,-0.0048127491027116776,-0.10318870842456818,-0.0527685210108757,-0.01252603530883789,0.00727081298828125 +4,0.014570453608703989,0.28503179368548565,-1.0078121187503004,0.013982080854475498,-0.2811879515647888,-0.9595508575439453,-0.05176114663481712,-0.18612483143806458,-0.260765939950943,0.018000341951847076,-0.05363565683364868,0.03622627258300781 +5,-0.005499844895219488,0.3047272940794153,-1.032754275829615,-0.005246433895081282,-0.3000330328941345,-0.9539144039154053,0.2316482812166214,-0.12968386709690094,0.12641066312789917,-0.07089492678642273,-0.04809623956680298,0.04551291465759277 +6,-0.03643696415141301,0.33895216687674956,-1.0752944055803184,-0.03435622900724411,-0.33249905705451965,-0.9424775838851929,0.12547698616981506,-0.45300397276878357,-0.748818576335907,-0.03810776770114899,-0.03291842341423035,0.01709306240081787 +7,-0.024592735571265824,0.3523564179176114,-1.0905200626528653,-0.023079482838511467,-0.3451104164123535,-0.938278317451477,0.05472602695226669,0.14208734035491943,-0.08764584362506866,-0.037177473306655884,-0.061048030853271484,-0.01289355754852295 +8,0.017711883322169497,0.3493558887035057,-1.0955781755099427,0.016641099005937576,-0.3422926664352417,-0.9394460320472717,0.0068694730289280415,0.3960367441177368,0.07682739198207855,-0.06638474762439728,-0.0751725435256958,-0.09351295232772827 +9,0.05352044224099759,0.3327626887004693,-1.0717463622292975,0.050560351461172104,-0.32665541768074036,-0.9437901973724365,-0.03746985271573067,0.674728274345398,0.3352329730987549,0.0137554332613945,-0.02133655548095703,-0.11457467079162598 +10,0.06981336806729675,0.3332161838180717,-1.0315896761249477,0.06591972708702087,-0.3270840048789978,-0.942693293094635,0.06398051232099533,-0.23514874279499054,0.29647132754325867,-0.09697137027978897,0.0725674033164978,0.045262932777404785 +11,0.06536866920132317,0.34743038928748915,-1.0080686147417917,0.06141917407512665,-0.3404828608036041,-0.9382425546646118,0.012093421071767807,-0.3059627413749695,0.32929131388664246,0.08163198083639145,0.15383735299110413,0.014078736305236816 +12,0.041976009831370065,0.35102457275628557,-1.0000081080457874,0.03940477594733238,-0.34386008977890015,-0.9381937384605408,0.3270217180252075,-0.498256117105484,0.2826630771160126,0.10675916820764542,0.059558331966400146,0.01695960760116577 +13,-0.03155197033436448,0.3454124967438832,-0.96833835357343,-0.02968345396220684,-0.338584840297699,-0.9404675364494324,-0.13729439675807953,-1.4591846466064453,0.5979674458503723,0.12242637574672699,0.021812409162521362,0.02692389488220215 +14,-0.12731520635620322,0.3181640794736182,-0.8856824141571622,-0.12059900909662247,-0.3128233253955841,-0.9421238899230957,-0.7838844060897827,-0.20235510170459747,0.9777657985687256,0.16339990496635437,-0.06347370147705078,0.009888172149658203 +15,-0.11019295478230658,0.30983699123929787,-0.8346545818183019,-0.1047336757183075,-0.30490338802337646,-0.9466069936752319,0.931959331035614,1.131156325340271,0.2908738851547241,-0.007525242865085602,-0.022885918617248535,0.035947203636169434 +16,-0.03159363313191354,0.3598394324643446,-0.8092110170016283,-0.029565248638391495,-0.3521239459514618,-0.9354863166809082,0.32526007294654846,0.21160034835338593,-0.30796054005622864,0.017083562910556793,0.11607047915458679,-0.1308131217956543 +17,0.010863114296051279,0.3771096391558759,-0.8041110423249705,0.010099595412611961,-0.3682347536087036,-0.9296779632568359,0.06517268717288971,0.6519339084625244,0.3714010715484619,0.12497120350599289,0.06452381610870361,0.03839683532714844 +18,0.12437710530185649,0.3845921814903867,-0.8238455199353042,0.11499451845884323,-0.3751811385154724,-0.9197909235954285,0.31070929765701294,1.4654425382614136,-0.5660140514373779,-0.011433124542236328,0.0224284827709198,-0.06969571113586426 +19,0.2951328531368276,0.4662699913387809,-0.8297101116164527,0.25981730222702026,-0.4495575726032257,-0.8546302914619446,0.7465863823890686,1.3898918628692627,1.016944169998169,0.19979268312454224,0.08427742123603821,0.00430375337600708 +20,0.24080556263443886,0.4399672192326652,-0.7431925883325373,0.21577304601669312,-0.4259098172187805,-0.8786596655845642,-1.4937851428985596,-1.679250717163086,-0.28766459226608276,-0.16561740636825562,-0.11878317594528198,0.08462280035018921 +21,0.19686373244273067,0.29427649037787684,-0.7685223337858096,0.18718643486499786,-0.2900475263595581,-0.9385274052619934,0.283683180809021,1.1336625814437866,-0.8717557191848755,-0.09152908623218536,-0.0029364824295043945,-0.04873150587081909 +22,0.3045290032971119,0.3200635272370002,-0.8130748007022234,0.2846164405345917,-0.31462687253952026,-0.905540406703949,-0.29227814078330994,0.823018491268158,-0.3667941689491272,-0.07050508260726929,0.08215922117233276,0.13941186666488647 +23,0.3777318572240826,0.3240318822468133,-0.8230272436169805,0.34961992502212524,-0.31839120388031006,-0.881131649017334,0.36466163396835327,2.5229718685150146,-0.28150150179862976,-0.10885149240493774,0.09710824489593506,0.304776668548584 +24,0.6303187584530597,0.28312201709919216,-0.8403614039351108,0.5659369826316833,-0.2793547213077545,-0.7756779193878174,0.3111323118209839,3.4176928997039795,-0.23784711956977844,0.13590621948242188,0.011639297008514404,-0.11705273389816284 +25,0.6993641145073236,0.2320507803354992,-0.801253036956483,0.6264771819114685,-0.22997382283210754,-0.7447404861450195,-1.3822249174118042,-1.1571955680847168,0.13840654492378235,0.1130552887916565,-0.06566521525382996,-0.19700145721435547 +26,0.6243326057476416,0.202019409428523,-0.7659418041647844,0.5726680159568787,-0.20064808428287506,-0.7948532104492188,-0.059256330132484436,-0.2500903606414795,0.14373472332954407,0.03315168619155884,-0.10760997235774994,0.01987457275390625 +27,0.591785911255301,0.19241089337698894,-0.7594936553849214,0.5475497245788574,-0.19122585654258728,-0.8146299719810486,-0.1025816947221756,-0.231442391872406,0.1198742687702179,0.07139253616333008,-0.051800891757011414,0.034570157527923584 +28,0.5460004649557897,0.1663270889756864,-0.7363256864837809,0.5121071338653564,-0.165561243891716,-0.8428142070770264,-0.08093765377998352,-0.3050304055213928,0.23063726723194122,0.09406352043151855,-0.0435909628868103,-0.03188061714172363 +29,0.5554937517463228,0.2084266351397699,-0.7150673574148134,0.515949547290802,-0.20692084729671478,-0.8312519788742065,0.5088009834289551,0.9019837975502014,0.6552135944366455,0.1096150279045105,-0.11575675010681152,0.02841085195541382 +30,0.5823180495641426,0.2803053622681906,-0.6638902833488352,0.5284969806671143,-0.2766491174697876,-0.8025934100151062,0.22917599976062775,-0.12686286866664886,0.7172215580940247,-0.08622097969055176,-0.015114188194274902,-0.05401968955993652 +31,0.5740095571657599,0.40865053424321407,-0.5836354720336141,0.4982913136482239,-0.3973713517189026,-0.7705853581428528,0.8245590925216675,0.42359670996665955,1.9333984851837158,-0.042450278997421265,-0.07073774933815002,0.11558657884597778 +32,0.46234660684310885,0.5636345919133499,-0.38589976572769463,0.3770541250705719,-0.5342621207237244,-0.7565673589706421,-0.29585447907447815,-0.6995447874069214,2.1942954063415527,0.0703946053981781,0.047659337520599365,0.01059567928314209 +33,0.27513638442481264,0.5520365538697806,-0.14310314260305354,0.23132264614105225,-0.5244223475456238,-0.819433331489563,-1.636775255203247,-0.7603350877761841,1.6745957136154175,0.022934556007385254,0.09241551160812378,0.009222149848937988 +34,0.1480504133732785,0.4914042595340211,0.053933687130303776,0.13005544245243073,-0.4718644618988037,-0.8720260858535767,-0.7023142576217651,0.031039506196975708,1.3497618436813354,-0.04182913899421692,-0.008344918489456177,-0.0011428594589233398 +35,0.17205217391352695,0.506762845563894,0.19508447318139685,0.14968763291835785,-0.48534947633743286,-0.8614113330841064,0.579038679599762,1.1319719552993774,0.7630631923675537,-0.09396252036094666,0.16628819704055786,-0.08724284172058105 +36,0.17761801916111786,0.4733054595569704,0.2549499535707112,0.1572618931531906,-0.455830842256546,-0.876063346862793,-0.342259019613266,-0.4526447355747223,0.36664876341819763,-0.07043938338756561,0.06075030565261841,-0.12709522247314453 +37,0.19362734828448194,0.5148779603570655,0.34638123521967984,0.16747304797172546,-0.49242863059043884,-0.854088306427002,0.18138007819652557,0.6263847351074219,1.0299923419952393,-0.08330556750297546,0.05560001730918884,0.04906511306762695 +38,0.25042884832560713,0.5864228301756673,0.42473684580270293,0.20641516149044037,-0.5533850789070129,-0.8069434762001038,1.0456123352050781,0.9542280435562134,0.495811402797699,-0.006341904401779175,0.07872992753982544,-0.10444873571395874 +39,0.22258888214737949,0.5848764628273084,0.4670221429979979,0.18406148254871368,-0.5520963668823242,-0.8132103085517883,-0.6404203772544861,-0.45219460129737854,0.24168550968170166,-0.11875388026237488,-0.003964424133300781,0.13921433687210083 +40,0.19635189082354118,0.6258758842872392,0.49077554315646593,0.15811288356781006,-0.5858073830604553,-0.7948774099349976,0.9073113203048706,-0.07872144877910614,0.8185580372810364,-0.01646554470062256,0.003943979740142822,0.05177438259124756 +41,0.03938545635982891,0.6294379765280963,0.6842200762248333,0.031829338520765305,-0.5886905193328857,-0.807731568813324,-1.0157026052474976,-0.19775108993053436,1.0001267194747925,-0.2496943175792694,0.21341592073440552,0.23126983642578125 +42,-0.018763484374815176,0.6237022240135802,0.7067282409263783,-0.01522983517497778,-0.584044337272644,-0.8115788698196411,0.8565366864204407,-1.091259241104126,0.7080046534538269,-0.024000510573387146,0.21792495250701904,-0.03432261943817139 +43,-0.06991306777828497,0.5980522024086462,0.7429701593947758,-0.057731471955776215,-0.5630338191986084,-0.8244149684906006,-1.0362170934677124,-0.06275307387113571,0.8650488257408142,0.20337660610675812,-0.0156404972076416,-0.004930734634399414 +44,-0.08783042923521231,0.5201816872393722,0.7476992072179158,-0.07611504942178726,-0.497037798166275,-0.864384114742279,-0.9087604284286499,-0.01885315030813217,-0.39493462443351746,-0.009669862687587738,-0.15289506316184998,-0.04949527978897095 +45,-0.07893756834241916,0.43874581072202334,0.7357367756407918,-0.07138681411743164,-0.4248043894767761,-0.9024661183357239,-0.10121477395296097,0.026988746598362923,-0.4831450283527374,-0.045800670981407166,-0.1892702877521515,-0.13365137577056885 +46,-0.0890069239560164,0.403585765994976,0.7575702646714221,-0.08174795657396317,-0.3927185535430908,-0.9160182476043701,-0.6258350610733032,0.03131430968642235,-0.12810732424259186,-0.03467661142349243,-0.08877253532409668,-0.09147381782531738 +47,-0.10382211610101359,0.3904748585664957,0.7585736536223431,-0.0958348736166954,-0.3806275725364685,-0.9197490215301514,0.24421532452106476,-0.31393325328826904,0.18516044318675995,0.0655156672000885,0.018032997846603394,-0.028920352458953857 +48,-0.12304510249398797,0.42990802501610054,0.7846247248820754,-0.11156648397445679,-0.41678720712661743,-0.9021315574645996,0.5710266828536987,-0.08217267692089081,0.0028925053775310516,0.03354829549789429,0.12401682138442993,-0.06738138198852539 +49,-0.11951270431746085,0.47924081348188774,0.8084562559464047,-0.10579675436019897,-0.4611056447029114,-0.8810156583786011,0.5089393258094788,-0.030943861231207848,0.6184876561164856,-0.05478674918413162,0.04476958513259888,-0.09331905841827393 +50,-0.13940848404788386,0.4851534590878115,0.8662654041585356,-0.1229221522808075,-0.46634411811828613,-0.8760213255882263,-0.3040715754032135,0.11741092801094055,0.6379006505012512,0.08337137848138809,-0.007792264223098755,-0.013382971286773682 +51,-0.13630505580808402,0.45000799954852,0.9027889703318365,-0.12235531955957413,-0.43497273325920105,-0.8920918703079224,-0.25330850481987,0.08073589205741882,0.44716769456863403,0.13836178183555603,-0.00629618763923645,0.024400830268859863 +52,-0.1192361506427087,0.37737284879767213,0.9446128839985236,-0.11058373749256134,-0.368479460477829,-0.9230352640151978,-0.9189902544021606,0.018965281546115875,0.4528680741786957,0.0036043673753738403,0.04126998782157898,-0.06796205043792725 +53,-0.09465223619886787,0.3179873899025101,0.9727465313801759,-0.08977281302213669,-0.3126554787158966,-0.9456148147583008,-0.47992032766342163,0.06144401803612709,0.3898516893386841,0.037084221839904785,0.010912925004959106,-0.08130168914794922 +54,-0.07788710717855746,0.28541282301587034,0.9787631154684663,-0.07466068118810654,-0.28155359625816345,-0.9566364884376526,-0.31119221448898315,0.24382063746452332,0.1377529799938202,-0.07009944319725037,0.003187507390975952,0.008729994297027588 +55,-0.058916030439141454,0.24291389431850102,0.9807401479528529,-0.05715325102210045,-0.24053199589252472,-0.9689571261405945,-0.627826452255249,0.15070290863513947,0.1323491632938385,0.02916862815618515,-0.03655235469341278,0.006249606609344482 +56,-0.03667817254190278,0.21228687768720972,0.9879795444531917,-0.0358467698097229,-0.2106959968805313,-0.9768941402435303,0.05694194138050079,0.13722515106201172,-0.03363408148288727,-0.0447654090821743,-0.005765184760093689,-0.08096712827682495 +57,-0.02356897147529769,0.22085687626187134,0.973229556200897,-0.022994354367256165,-0.21906577050685883,-0.9754391312599182,0.013074187561869621,-0.019135866314172745,-0.3633142411708832,-0.046860381960868835,0.012766927480697632,0.023473799228668213 +58,-0.0046438297202282645,0.21340910794969895,0.967220169043463,-0.004538466222584248,-0.21179290115833282,-0.9773040413856506,0.07357098907232285,0.3104032278060913,0.1522301882505417,-0.03572947531938553,-2.9608607292175293e-05,0.005807459354400635 +59,0.004506404223558116,0.21298228252776952,0.9738572377084642,0.004404566716402769,-0.21137572824954987,-0.9773949384689331,0.01729290932416916,-0.11518774926662445,0.0017622560262680054,0.005361064802855253,0.00477173924446106,-0.002142965793609619 +60,0.005206334850909542,0.2121993390670744,0.9734370065640928,0.005089533980935812,-0.21061041951179504,-0.9775568246841431,0.0015240442007780075,-0.0009062406606972218,0.0021923594176769257,-0.0025107935070991516,0.001320868730545044,-0.0021184682846069336 +61,0.005067840545940156,0.21163418935526096,0.9734868018081049,0.004954750649631023,-0.21005791425704956,-0.9776763916015625,-0.000524529255926609,-0.0002009095624089241,-0.0005030278116464615,0.00011117011308670044,0.00934380292892456,0.00030517578125 +62,0.005223685045196996,0.21115249884496162,0.9734354884801351,0.005107644014060497,-0.20958693325519562,-0.9777766466140747,-0.0023620305582880974,0.0015741235110908747,0.0008716974407434464,-0.0008199219591915607,0.0006025880575180054,0.0031215548515319824 +63,0.005035863745117429,0.21103905818424612,0.9735297480542554,0.004924116190522909,-0.2094760239124298,-0.9778013825416565,-0.001888086088001728,-0.0005091945640742779,0.0001636948436498642,-0.0003159567713737488,0.0008883774280548096,0.003329336643218994 +64,0.005067769356630033,0.2105508560877781,0.9735364593843622,0.004955830983817577,-0.20899862051010132,-0.9779033660888672,-0.001125517301261425,0.0015357679221779108,0.0006925985217094421,-0.0010343268513679504,0.007216393947601318,0.0006847381591796875 +65,0.004938412328013964,0.21030988157468822,0.9735402588393379,0.004829580895602703,-0.20876295864582062,-0.9779543280601501,-0.00033047236502170563,0.0012966790236532688,-0.0027663931250572205,9.900331497192383e-05,-0.0018540918827056885,0.0027346014976501465 +66,0.004965400810855161,0.21023484639727863,0.9735112721988496,0.004856052342802286,-0.2086895853281021,-0.9779698848724365,0.0007761223241686821,0.0003123725764453411,-3.793835639953613e-05,7.253140211105347e-05,0.006113886833190918,0.0025212764739990234 +67,0.004947453251479988,0.20990076208159988,0.9735153412832636,0.004838844761252403,-0.20836284756660461,-0.9780396223068237,0.0006247842684388161,0.0007752140518277884,-3.149174153804779e-05,0.0010510459542274475,0.0025217682123184204,0.0024079084396362305 +68,0.005056425342452629,0.2098540397469219,0.9734131090706541,0.004945472814142704,-0.20831714570522308,-0.9780488014221191,0.0008392389863729477,0.0013276967220008373,-0.0015170779079198837,-0.0005967174656689167,0.0024150609970092773,0.002188265323638916 +69,0.004956093141448066,0.20966313759994945,0.9734258498669146,0.004847540054470301,-0.20813041925430298,-0.9780890941619873,0.00036108680069446564,-0.0021226671524345875,0.00024310871958732605,-0.0005598142743110657,0.0040746331214904785,0.0033271312713623047 +70,0.004951159542840702,0.2095418174494699,0.9734369588451532,0.004842839669436216,-0.20801176130771637,-0.9781143665313721,0.0001840442419052124,0.0008199764415621758,-0.0015336554497480392,0.0008334293961524963,0.0009347200393676758,0.0032303333282470703 +71,0.004956185449367985,0.20942482027974027,0.9734532888872796,0.004847876261919737,-0.20789732038974762,-0.9781386256217957,0.0019942671060562134,0.004258724395185709,0.0006308332085609436,-0.0006822277791798115,0.0027581900358200073,0.0019881725311279297 +72,0.004888505309967836,0.20927394128123666,0.9735162924110012,0.004781828727573156,-0.20774973928928375,-0.9781703352928162,-0.0009104963392019272,0.001112328376621008,0.0004497375339269638,0.00011623650789260864,0.0011762529611587524,0.0018367171287536621 +73,0.0048516372590771345,0.2091820807259752,0.9734929677855212,0.004745858255773783,-0.20765988528728485,-0.9781895875930786,0.0011620884761214256,-0.001708182506263256,0.0010046027600765228,-0.0004123598337173462,0.0009185522794723511,0.0014592409133911133 +74,0.004839680113105689,0.20910300013868963,0.9735156108707775,0.0047342414036393166,-0.2075825184583664,-0.9782060384750366,-0.0018012449145317078,0.0015100170858204365,0.00027989037334918976,-0.0009348019957542419,0.0014057755470275879,0.002803206443786621 +75,0.004751281264849705,0.2089748462367196,0.9735502945311811,0.004647895228117704,-0.20745715498924255,-0.9782330393791199,-0.0012057721614837646,0.0010608909651637077,-0.001376517117023468,-0.001718208659440279,0.0004259347915649414,0.0025861263275146484 +76,0.0047384062956353475,0.208875638041889,0.9735646689838915,0.004635398276150227,-0.20736010372638702,-0.9782537221908569,-0.00028895214200019836,0.0019872947596013546,-0.0010570082813501358,-0.00017983466386795044,0.000984981656074524,0.0032018423080444336 +77,0.004700427624132725,0.2088338036708643,0.9735850615215587,0.004598286002874374,-0.20731918513774872,-0.9782625436782837,-0.0019679442048072815,0.0017835292965173721,0.0008215475827455521,-0.00026479363441467285,0.0016459524631500244,0.0037294626235961914 +78,0.004687696566832759,0.20878878961539615,0.973569308660543,0.004585875663906336,-0.2072751522064209,-0.9782719612121582,0.0005572829395532608,0.0005082483403384686,0.002305995672941208,-0.00013031065464019775,-0.0008547306060791016,0.002335071563720703 +79,0.004706589297171379,0.20874142538537732,0.9735904927903288,0.0046044038608670235,-0.20722880959510803,-0.9782816767692566,0.0028995792381465435,0.0012748690787702799,0.002875233069062233,0.0009955689311027527,-0.00018391013145446777,0.0013987421989440918 +80,0.004731003591326699,0.20864795473043812,0.973590351862536,0.004628379829227924,-0.2071373611688614,-0.978300929069519,0.00042021553963422775,-0.0006785374134778976,-0.000674128532409668,0.00016288459300994873,0.001433640718460083,0.003111720085144043 +81,0.004708550891127659,0.2085547094237956,0.9736245878976663,0.004606504924595356,-0.20704615116119385,-0.9783203601837158,0.0004359642043709755,-0.0004475335590541363,-0.0004955288022756577,-0.00041034072637557983,-0.0005344152450561523,0.0023834705352783203 +82,0.004701940213360249,0.20851219110518024,0.9736111328364001,0.0046000792644917965,-0.20700454711914062,-0.9783291816711426,-0.0011106664314866066,0.0013360867742449045,0.0006606616079807281,0.0011372193694114685,0.000949859619140625,0.002666950225830078 +83,0.0047327773163504385,0.20846886702964562,0.9735778975895583,0.004630290437489748,-0.20696215331554413,-0.9783380031585693,0.0008107461035251617,-0.0033334302715957165,0.0004426557570695877,-0.0014412030577659607,0.0003123730421066284,0.001256704330444336 +84,0.004678905078891754,0.20838331154291162,0.9735519701761043,0.00457766791805625,-0.2068784534931183,-0.9783559441566467,8.523371070623398e-05,-0.00031009968370199203,-0.0010520201176404953,-7.633119821548462e-05,0.0010373890399932861,0.0022664666175842285 +85,0.004677990728135838,0.2083561411312189,0.9735337588625246,0.004576799925416708,-0.20685186982154846,-0.9783615469932556,0.0006058681756258011,-0.000707525759935379,0.0003480110317468643,-0.0002585579641163349,0.0013312697410583496,0.0034775733947753906 +86,0.004714301933281319,0.2083020546225229,0.9734917177273399,0.004612377844750881,-0.2067989557981491,-0.9783725738525391,0.0029661552980542183,6.284238770604134e-05,4.0803104639053345e-05,-0.0009044860489666462,0.00016444921493530273,0.003168165683746338 +87,0.0046796878897876065,0.20826303164761284,0.9735569774358612,0.004578550346195698,-0.20676077902317047,-0.9783807992935181,-0.0018000127747654915,-0.0003061443567276001,0.0008905678987503052,9.063631296157837e-05,0.00032460689544677734,0.0031915903091430664 +88,0.004655619707578109,0.20821063891699057,0.9735751268376167,0.004555053077638149,-0.20670951902866364,-0.9783917665481567,-0.0009502647444605827,-2.513127401471138e-05,0.00018418394029140472,0.0003124997019767761,0.0021044164896011353,0.0032330751419067383 +89,0.004655027754041736,0.2081407919012523,0.9735809560021156,0.004554540850222111,-0.20664118230342865,-0.9784061908721924,0.0019374080002307892,0.0003825589083135128,1.1807307600975037e-05,0.0005113780498504639,-0.0005579143762588501,0.0019505023956298828 +90,0.004703614381306837,0.20810172808183916,0.9736291215474929,0.0046021160669624805,-0.20660296082496643,-0.9784140586853027,0.0008470481261610985,0.0027648555114865303,0.00323370099067688,0.0012114867568016052,0.0022419989109039307,0.0014700889587402344 +91,0.004748904420770073,0.20804825149850506,0.9736429267688749,0.004646481014788151,-0.20655062794685364,-0.9784249067306519,0.005037931725382805,0.0005659698508679867,0.003177986480295658,-0.0018693804740905762,-0.0037002265453338623,0.0039070844650268555 +92,0.004565572550672067,0.2083823880407712,0.9737135171032792,0.004466789308935404,-0.20687755942344666,-0.978356659412384,3.11555340886116e-05,-0.00016820430755615234,0.0002607051283121109,-0.0038411766290664673,0.008253887295722961,0.004205048084259033 +93,0.0045903376728353516,0.2081073345318058,0.9737487449768003,0.0044912793673574924,-0.20660844445228577,-0.9784134030342102,-0.0020404141396284103,0.002409368986263871,0.0011888882145285606,0.002329401671886444,-0.0021317899227142334,0.005619823932647705 +94,0.004801665641359289,0.20841682654901672,0.9737633280364912,0.004697738215327263,-0.20691125094890594,-0.978348433971405,0.002674087882041931,-1.172628253698349e-05,3.380700945854187e-06,-0.0018138289451599121,-0.0007761269807815552,0.0010840296745300293 +95,0.004548588893163116,0.20828740572697152,0.9738533823614074,0.004450262524187565,-0.20678462088108063,-0.9783763885498047,0.0019188476726412773,-0.0027148383669555187,0.0007479228079319,-0.0005592703819274902,0.0045293718576431274,0.0015850067138671875 +96,0.004799076335747944,0.20820482912473295,0.9738068733241503,0.004695415496826172,-0.20670382678508759,-0.9783923029899597,0.0008719544857740402,-0.001067782286554575,-7.233396172523499e-05,0.002857685089111328,-0.0014565587043762207,0.003187835216522217 +97,0.004642557778512829,0.2082727144406222,0.9738599174708952,0.004542213398963213,-0.20677025616168976,-0.9783790111541748,-0.00014899857342243195,-0.0006357543170452118,0.000654393807053566,-0.004542209208011627,0.0030806660652160645,0.0018012523651123047 +98,0.004647796483875755,0.20818265599656163,0.9738718144408471,0.0045474255457520485,-0.20668213069438934,-0.9783975481987,-0.002015497535467148,-0.00035919249057769775,0.0011042878031730652,0.003951720427721739,0.00027652084827423096,0.0030558109283447266 +99,0.004777484170968343,0.2083417558774878,0.9738609438796515,0.004674154333770275,-0.20683780312538147,-0.978364109992981,0.002031354233622551,-0.0005848044529557228,0.0002808067947626114,-0.004948817193508148,0.0004169046878814697,0.003174901008605957 +100,0.004529048890862491,0.20831228676582303,0.9739047286169693,0.0044311219826340675,-0.20680896937847137,-0.9783713221549988,-0.00031560473144054413,0.0017826673574745655,-0.0012697242200374603,0.003121979534626007,0.0021122992038726807,0.0012900233268737793 +101,0.004791697117622452,0.208362070095061,0.97381011635345,0.004688039887696505,-0.20685768127441406,-0.9783598184585571,0.0010047778487205505,0.0001409631222486496,0.0006124489009380341,-3.4108757972717285e-05,-0.0018520504236221313,0.003216385841369629 +102,0.0045998555292332014,0.20851231111466995,0.9739519229401311,0.004500206559896469,-0.20700466632843018,-0.978329598903656,0.001344149000942707,0.0005125552415847778,0.00039654597640037537,0.00041312724351882935,0.0005227327346801758,0.002591073513031006 +103,0.004763360708004654,0.20844165428342906,0.9739123741052664,0.004660238046199083,-0.20693553984165192,-0.9783434867858887,-0.0011381842195987701,-1.8844380974769592e-05,-0.00039821304380893707,0.0014890506863594055,0.0020710378885269165,0.002681255340576172 +104,0.004695062135815116,0.20838922458864864,0.9739185375601879,0.0045934696681797504,-0.2068842351436615,-0.9783546328544617,-0.00042818859219551086,0.00015479326248168945,-0.0008422099053859711,-0.0013738651759922504,9.714066982269287e-05,0.0023567676544189453 +105,0.004677238280161545,0.2083555801004819,0.9739085637511642,0.004576064180582762,-0.2068513184785843,-0.9783616662025452,-0.0006891973316669464,0.002004977548494935,-0.0005429405719041824,0.0013443450443446636,0.0014680325984954834,0.0017687082290649414 +106,0.004616515430221612,0.20834524170390487,0.9739287961647082,0.004516664892435074,-0.20684121549129486,-0.978364109992981,0.0008266046643257141,-0.0024409694597125053,0.0011994913220405579,-0.00015265494585037231,0.0007560104131698608,0.002396702766418457 +107,0.04048832644187249,0.20216163578155594,0.993379277185408,0.03965293988585472,-0.20078741014003754,-0.9788320064544678,-0.11286576092243195,0.6906235814094543,0.6183207035064697,-0.01545250415802002,0.0014771074056625366,-0.024311304092407227 +108,0.11111284575724617,0.19108185798148722,1.0272040152911222,0.10886618494987488,-0.18992117047309875,-0.975744903087616,-0.1910199373960495,1.3022122383117676,0.04299332946538925,0.001470118761062622,0.006464749574661255,-0.013406097888946533 +109,0.2514489345281669,0.1756644346132436,1.0189578884653052,0.24497860670089722,-0.17476238310337067,-0.9536475539207458,-0.05987647920846939,1.5039913654327393,-0.20915435254573822,0.026749908924102783,-0.032833442091941833,-0.02668386697769165 +110,0.4119016085628735,0.13026903919789568,0.9688156578994845,0.39696040749549866,-0.12990090250968933,-0.9085968136787415,-0.5401888489723206,0.7656311988830566,-0.43362048268318176,-0.057803332805633545,-0.08601096272468567,0.030148327350616455 +111,0.5119094501037809,0.0720752797414803,0.9587947683313376,0.48857101798057556,-0.07201289385557175,-0.8695472478866577,-0.3529715836048126,1.2484347820281982,-0.10413806885480881,0.11451733112335205,0.02312374860048294,0.01482623815536499 +112,0.5859675990461458,0.051576094191260524,0.96206133396124,0.5522704720497131,-0.05155323073267937,-0.832069456577301,-0.19766190648078918,0.8135393857955933,-0.2499983310699463,-0.030801355838775635,-0.0075440555810928345,-0.005866944789886475 +113,0.632920296695295,0.0308962041654549,0.9452704694502478,0.5912196636199951,-0.030891288071870804,-0.80591881275177,0.07069963216781616,0.1752854287624359,-0.03368972986936569,0.029996216297149658,-0.016945019364356995,0.00992882251739502 +114,0.670322550159429,0.022981482024210007,0.9252425977780938,0.6210747361183167,-0.022979458793997765,-0.7834144234657288,0.02672233246266842,0.4088333249092102,-0.28868764638900757,-0.02683645486831665,-0.03588894009590149,-0.01063770055770874 +115,0.6868647435177074,0.015170835830679588,0.9032594997301481,0.6340430378913879,-0.015170253813266754,-0.7731489539146423,0.11938515305519104,0.07000571489334106,-0.05733487382531166,0.01767510175704956,-0.007321193814277649,-0.003172457218170166 +116,0.674938796291966,0.0312828332665413,0.900397491805298,0.6245438456535339,-0.03127773106098175,-0.7803632020950317,0.22144263982772827,-0.11140354722738266,0.13731184601783752,0.0014327168464660645,0.03027065098285675,0.006406903266906738 +117,0.6496812379713033,0.053474826550833625,0.9042926809949624,0.604067862033844,-0.053449343889951706,-0.795138418674469,-0.007789931260049343,0.050999850034713745,0.0013731801882386208,0.01159369945526123,-0.03328162431716919,-0.0005463957786560059 +118,0.6530571680305037,0.05354463770329387,0.9049822251284689,0.60674649477005,-0.053519055247306824,-0.7930916547775269,-0.008202188648283482,0.029454346746206284,-0.0004984885454177856,-0.004909336566925049,0.0007236450910568237,-0.0024710893630981445 +119,0.6490432972209248,0.05470779800506064,0.9039864219709148,0.6035202741622925,-0.054680511355400085,-0.7954705357551575,0.034489087760448456,-0.05870568007230759,-0.02257809042930603,-0.0017746686935424805,0.00019137561321258545,9.08970832824707e-05 +120,0.6529683063676607,0.054291507244646896,0.9021857145919806,0.6066516041755676,-0.05426483973860741,-0.793113648891449,0.013508971780538559,-0.020259225741028786,-0.01836443692445755,-0.003135979175567627,-0.0023147612810134888,-0.0014877915382385254 +121,0.6553741874351358,0.05409658255337827,0.9000348205284868,0.6085643768310547,-0.05407020077109337,-0.7916601300239563,-0.0004169344902038574,0.004904337227344513,0.0021774591878056526,-0.003828108310699463,-0.000907212495803833,-0.0016137361526489258 +122,0.6578514782422049,0.053848603621402494,0.9007933468665946,0.6105318665504456,-0.053822584450244904,-0.7901607155799866,-0.015630550682544708,0.04998127371072769,-0.00032338500022888184,-0.004239141941070557,-0.0033368468284606934,-0.0023502707481384277 +123,0.6585219299608593,0.053914590220578706,0.9010919682746483,0.6110593676567078,-0.0538884736597538,-0.7897484302520752,-0.013277444057166576,0.043385088443756104,0.0008743740618228912,-0.0012723207473754883,-0.000905841588973999,-0.0029456615447998047 +124,0.6576307168716962,0.05418922371248593,0.9011329616095693,0.6103461980819702,-0.054162707179784775,-0.7902809381484985,0.0002160053700208664,-0.008002091199159622,-0.004045017063617706,-0.003900885581970215,-0.007025033235549927,-0.0007804632186889648 +125,0.6561634071241903,0.05473210724270695,0.900840223247347,0.6091679334640503,-0.05470478534698486,-0.7911522388458252,0.0035571842454373837,-0.00804306473582983,-0.00011419318616390228,-0.003455042839050293,0.004533901810646057,-0.0004889965057373047 +126,0.6524569733326916,0.05532868879183805,0.9002766997626882,0.6062114834785461,-0.05530046299099922,-0.7933785319328308,0.0015297317877411842,-0.0004806388169527054,-0.0024950578808784485,-0.0030162930488586426,-0.005322694778442383,-0.00023102760314941406 +127,0.6533307720399775,0.05532627603503623,0.9002237273145137,0.6069045662879944,-0.055298056453466415,-0.7928486466407776,-0.00762319378554821,0.011735763400793076,-0.002878820523619652,-0.0022140145301818848,-0.00035075843334198,0.002611219882965088 +128,0.6542137490268035,0.05482905010296531,0.9002504684151815,0.6076210141181946,-0.0548015832901001,-0.7923341393470764,-0.0015883417800068855,0.0013814305420964956,-0.0006683897227048874,-0.00816434621810913,0.002906445413827896,-0.0001310110092163086 +129,0.653283926357557,0.05486740562798046,0.9001776421183427,0.6068828105926514,-0.054839879274368286,-0.7928971648216248,-0.0001975884661078453,-0.004782785661518574,-0.002137528732419014,0.0005085468292236328,-0.00564594566822052,3.522634506225586e-05 +130,0.6522282288263888,0.05541464153879187,0.8999750343359861,0.6060270667076111,-0.05538628622889519,-0.7935134172439575,0.003707745112478733,-0.009311579167842865,0.0010858261957764626,9.781122207641602e-05,-0.0014526993036270142,-0.00922095775604248 +131,0.6507554839314454,0.05571149114014129,0.8997278673404618,0.60484778881073,-0.055682677775621414,-0.7943919897079468,0.0073611922562122345,-0.0256265327334404,0.002908896654844284,0.0032912492752075195,-8.818507194519043e-05,0.0036205053329467773 +132,0.650092482346891,0.0558281464066463,0.8994069501344607,0.6043170094490051,-0.055799148976802826,-0.7947876453399658,-0.005122623406350613,0.021743427962064743,-0.00471559539437294,-0.002540886402130127,0.004132881760597229,-0.0031402111053466797 +133,0.6515978193934381,0.05519750727811463,0.8995730558865563,0.605534017086029,-0.0551694817841053,-0.7939048409461975,-0.005626530386507511,0.012359424494206905,0.0032379301264882088,-0.004841268062591553,-0.004355072975158691,-0.0010780692100524902 +134,0.651753012338788,0.0555194955590782,0.8997165197903895,0.6056463718414307,-0.05549097806215286,-0.793796718120575,0.0030494476668536663,-0.007049942389130592,0.0007830299437046051,0.0017907023429870605,0.002283576875925064,0.0015756487846374512 +135,0.6515802287149512,0.05523399437810832,0.8997632684814626,0.6055188179016113,-0.05520591512322426,-0.7939139008522034,0.0009576668962836266,-0.0043683541007339954,-0.00026038847863674164,-0.0013318061828613281,0.00399741530418396,-0.003373086452484131 +136,0.6517560359785688,0.05527362631305943,0.8998554914050768,0.6056570410728455,-0.05524548515677452,-0.7938056588172913,0.006922389846295118,-0.023494645953178406,0.006359422579407692,0.0017495155334472656,-0.006049063056707382,0.003965020179748535 +137,0.6523504247813483,0.05532194672444185,0.8998786919418202,0.606127142906189,-0.0552937313914299,-0.7934434413909912,0.0024753217585384846,-0.009858833625912666,0.0004563871771097183,-0.0014976263046264648,0.004222556948661804,-0.0009138584136962891 +138,0.6518356321346527,0.05518313321472729,0.8999121720008921,0.6057232618331909,-0.055155131965875626,-0.7937614917755127,-0.002738666720688343,0.008287201635539532,-0.002788003534078598,-0.001139521598815918,-0.0011650621891021729,-0.0001838207244873047 +139,0.6523004752060272,0.0553871407475884,0.8999849557943992,0.6060853600502014,-0.055358827114105225,-0.7934708595275879,0.0046979510225355625,-0.015843773260712624,0.004190413281321526,-0.000265657901763916,-0.0071869343519210815,0.0010819435119628906 +140,0.652511146467675,0.0553152171368698,0.8999541096286906,0.6062548756599426,-0.055287010967731476,-0.7933462858200073,-5.8380886912345886e-05,-0.00440053129568696,-0.00136575847864151,-0.001579582691192627,0.005451798439025879,-0.0006905794143676758 +141,0.6531133491298782,0.05495895973224777,0.9000102872832744,0.6067444682121277,-0.05493129789829254,-0.7929966449737549,-0.0032819630578160286,0.0020659402944147587,-0.00013582967221736908,0.0005553364753723145,-0.0011905282735824585,0.002072572708129883 +142,0.6534063932702552,0.05499372629748436,0.8999357736903113,0.6069756746292114,-0.05496601015329361,-0.7928172945976257,-0.00026981625705957413,-0.002287799958139658,-0.0006789788603782654,-0.0032311677932739258,-0.0030478984117507935,-0.0017994046211242676 +143,0.6537822593621155,0.05492740462892935,0.9001213942000952,0.6072758436203003,-0.05489978939294815,-0.7925919890403748,-0.0004749540239572525,-0.0022703921422362328,0.00015632621943950653,0.002572178840637207,0.0012803971767425537,0.0021257400512695312 +144,0.65573876300886,0.05442376999495872,0.9003086608370008,0.608842134475708,-0.05439690873026848,-0.7914241552352905,-0.00015658512711524963,0.0033243130892515182,-0.0037030093371868134,-0.0014966130256652832,-0.0028845928609371185,-0.0016360878944396973 +145,0.6547838541734046,0.05441471879421504,0.8997585014704724,0.6080864071846008,-0.05438787117600441,-0.7920055985450745,0.00011960510164499283,0.00048639439046382904,-0.0015451926738023758,-0.0011528730392456055,0.0008905529975891113,-0.0024433135986328125 +146,0.6520290155858035,0.05473893617573564,0.8990651518680085,0.6058915853500366,-0.05471160262823105,-0.7936636805534363,0.012378674000501633,-0.05096675083041191,-0.004298500716686249,0.001850724220275879,-0.0009524673223495483,0.0010917186737060547 +147,0.6407562264890005,0.05402335202523638,0.8944433952007168,0.596929669380188,-0.05399707704782486,-0.8004743456840515,0.03388293460011482,-0.4547513425350189,-0.0028919465839862823,0.04746425151824951,-0.04629893600940704,0.007124185562133789 +148,0.6321299925574329,0.054685048245244644,0.8976613046604286,0.5899812579154968,-0.05465779826045036,-0.805564820766449,-0.03584935516119003,-0.019264407455921173,0.058949582278728485,0.003326237201690674,0.009827479720115662,0.005622804164886475 +149,0.6545917465525593,0.042006723759534,0.9100713316109477,0.6082983613014221,-0.0419943705201149,-0.7925967574119568,-0.14939936995506287,0.27098512649536133,-0.02615918591618538,0.004525125026702881,0.0076468326151371,-0.011327743530273438 +150,0.6764572332023915,0.022303879330968224,0.9061611989408803,0.625878632068634,-0.02230202965438366,-0.7796015739440918,0.014022164046764374,-0.10276953876018524,-0.32621023058891296,-0.06281405687332153,-0.029196366667747498,-0.029175281524658203 +151,0.723972194111422,-0.007342783255199969,0.8741530905163816,0.6623479127883911,0.0073427171446383,-0.7491604089736938,0.17698894441127777,1.309638261795044,-0.2100926786661148,0.06668651103973389,-0.005465894937515259,-0.09950292110443115 +152,0.8228327330044651,0.00805043606362848,0.7726835740379977,0.7330516576766968,-0.008050349541008472,-0.6801252961158752,2.3113105297088623,-0.3669944405555725,0.11546731740236282,0.17913395166397095,0.1365751177072525,-0.22383588552474976 +153,0.7364727749247798,0.2091042614849684,0.6558730567415082,0.6570479869842529,-0.20758375525474548,-0.7247047424316406,1.3696588277816772,-0.6927286982536316,0.44358405470848083,0.09485936164855957,0.025470107793807983,0.12199783325195312 +154,0.3783846093337751,0.22739297341772166,0.5945346564594896,0.3599100112915039,-0.22543837130069733,-0.9053410291671753,-0.9943588972091675,-4.844552993774414,0.29911941289901733,0.1519613265991211,-0.06189988553524017,-0.11948502063751221 +155,0.006914403854809398,0.26554603238759716,0.624060117593334,0.00667199632152915,-0.2624362111091614,-0.9649263024330139,0.9640238881111145,-2.5076725482940674,-0.1507617086172104,0.08543005585670471,0.08334377408027649,-0.047158658504486084 +156,-0.2503982777011958,0.3004132386506896,0.6186595309235027,-0.2366923987865448,-0.29591497778892517,-0.9254248142242432,0.5451719760894775,-0.9196147918701172,-0.0681041032075882,0.0062541663646698,-0.07040280103683472,0.29979920387268066 +157,-0.3444148475123291,0.3154215708849588,0.662570233732135,-0.32098841667175293,-0.3102172613143921,-0.8948361277580261,0.4425971508026123,-0.33972620964050293,0.3512949049472809,-0.01890110969543457,0.01491391658782959,0.17530792951583862 +158,-0.3637985044570063,0.3462537479739677,0.7135059601929539,-0.33470863103866577,-0.3393762707710266,-0.8790869116783142,0.5174016356468201,-0.11780867725610733,0.23778551816940308,0.01093241572380066,0.07103526592254639,0.13355779647827148 +159,-0.3503785099859815,0.37104122017602126,0.7344649207846176,-0.31989505887031555,-0.36258599162101746,-0.8753276467323303,0.33203110098838806,0.5127637386322021,-0.20174366235733032,-0.10214778780937195,0.13768669962882996,-0.0949329137802124 +160,-0.3059426940710448,0.42450813917597224,0.7099501595819983,-0.2744588255882263,-0.41187262535095215,-0.8689265251159668,0.19305413961410522,0.25999411940574646,0.1193290427327156,0.15884298086166382,-0.18404412269592285,0.017653942108154297 +161,-0.322635076401099,0.4088417628899367,0.743041219908267,-0.2909347414970398,-0.39754682779312134,-0.8702376484870911,-0.2546934187412262,-0.17778851091861725,0.2703778147697449,-0.006764233112335205,0.027643263339996338,0.07127213478088379 +162,-0.3525734755561821,0.3936365319333536,0.7590685658776788,-0.3189046382904053,-0.38354936242103577,-0.8667120337486267,-0.10669839382171631,-0.5347728729248047,0.030887991189956665,-0.03343605995178223,0.02791273593902588,0.04992431402206421 +163,-0.3467044892031712,0.4123105362972469,0.756717114324837,-0.3113240897655487,-0.4007273018360138,-0.8616814613342285,0.15919238328933716,0.18538977205753326,-0.01328706368803978,0.008116662502288818,-0.020064324140548706,0.053667545318603516 +164,-0.32496518239147004,0.43984777615896875,0.7668293406982561,-0.28888601064682007,-0.42580172419548035,-0.8574600219726562,0.5105311274528503,0.5570499300956726,-0.08911245316267014,-0.0031672120094299316,0.013646602630615234,0.01621246337890625 +165,-0.26652465031364225,0.4826448025766347,0.768589028503563,-0.23329457640647888,-0.4641234874725342,-0.8544957637786865,0.5464884638786316,0.6510011553764343,-0.1606084704399109,-0.008664026856422424,0.03280329704284668,0.0019567012786865234 +166,-0.21966953140401344,0.5177880225542758,0.76140763489055,-0.18934300541877747,-0.4949593245983124,-0.8480356335639954,0.1875620037317276,0.3285922408103943,-0.02004496566951275,0.05820895731449127,-0.019582301378250122,0.05813395977020264 +167,-0.19944836065606195,0.5263108153930254,0.7628773732026138,-0.17131514847278595,-0.5023468732833862,-0.8475250601768494,0.12076309323310852,0.21239887177944183,-0.05698647350072861,-0.02588944137096405,0.0077332258224487305,0.009069859981536865 +168,-0.20519366940441697,0.5210735850870963,0.7678908079485783,-0.17671523988246918,-0.49781152606010437,-0.8490909337997437,-0.12586624920368195,-0.3596000671386719,0.04045179858803749,0.011676177382469177,0.00393030047416687,-0.023711800575256348 +169,-0.19824827025384237,0.517138487305713,0.772944150407082,-0.17119823396205902,-0.49439483880996704,-0.8522117733955383,-0.009325717575848103,0.15526418387889862,0.03635001182556152,0.007089957594871521,0.004038393497467041,0.00104600191116333 +170,-0.2136931493522675,0.49759525251115116,0.7821579981541614,-0.18635332584381104,-0.4773137867450714,-0.8587455749511719,-0.4351716935634613,-0.8224654793739319,0.22131653130054474,0.10925066471099854,-0.04977056384086609,-0.06952285766601562 +171,-0.29414473976579797,0.45320846097927087,0.7885059323459945,-0.26065295934677124,-0.4378523528575897,-0.8604332208633423,-0.3763423264026642,-0.5117649435997009,0.14244221150875092,-0.028546839952468872,-0.00791788101196289,0.05522698163986206 +172,-0.37560188409754236,0.3895835932323131,0.7716370197683394,-0.3393447697162628,-0.37980324029922485,-0.8605780601501465,-0.7575306296348572,-0.634388267993927,0.10075990110635757,0.028950482606887817,-0.017383038997650146,0.07432317733764648 +173,-0.4208574764031206,0.3381675418636829,0.752822415729765,-0.3854050934314728,-0.331758975982666,-0.861045241355896,-0.529914915561676,-0.619496762752533,-0.0159804355353117,0.04321146011352539,-0.043866634368896484,0.015509963035583496 +174,-0.4291404050519899,0.3379161725512504,0.7484160473457631,-0.3925584554672241,-0.3315218389034271,-0.8578993082046509,0.22691801190376282,0.10105469077825546,-0.12294389307498932,0.011027693748474121,0.041223376989364624,0.04309523105621338 +175,-0.4338703431682163,0.3541052579331917,0.756335542395448,-0.39430373907089233,-0.34675127267837524,-0.8510512113571167,0.3187563121318817,-0.17346522212028503,-0.04291843995451927,-0.037245333194732666,0.041285574436187744,-0.0150986909866333 +176,-0.5834026419863371,0.3650413941594027,0.7716208687140668,-0.5145697593688965,-0.35698795318603516,-0.7796009182929993,0.1454589068889618,-1.4064652919769287,0.16716355085372925,0.08450078964233398,0.007210731506347656,0.08708077669143677 +177,-0.6223029494907433,0.371837136777541,0.7941891494996492,-0.5430728197097778,-0.36332762241363525,-0.7570104598999023,0.24136587977409363,0.05604013055562973,0.15629759430885315,0.03265112638473511,0.014313369989395142,0.01358705759048462 +178,-0.6167830779977982,0.3679855420688969,0.8159973285763712,-0.5396914482116699,-0.3597365617752075,-0.7611325979232788,0.057886406779289246,0.594280481338501,0.16883856058120728,-0.03167390823364258,0.0012007951736450195,0.04450356960296631 +179,-0.602116070873182,0.3671582099177143,0.8220983349870314,-0.5286386013031006,-0.3589645028114319,-0.7692110538482666,0.24138647317886353,0.7025882005691528,0.07628266513347626,-0.014772593975067139,-0.04279938340187073,0.06314116716384888 +180,-0.5402073682356769,0.3669351747963316,0.8039792209504398,-0.4800766110420227,-0.35875630378723145,-0.8005125522613525,-0.6059221625328064,0.6512920260429382,-0.2816312313079834,-0.04996791481971741,-0.022820204496383667,0.06502372026443481 +181,-0.4855040241661095,0.33625227385139356,0.7086263088424847,-0.4405205547809601,-0.32995158433914185,-0.8349093198776245,-0.13434334099292755,-0.6164851188659668,-0.5038575530052185,0.04983454942703247,-0.09625691175460815,-0.308569073677063 +182,-0.48648029819955835,0.3698071549782891,0.6935599744804604,-0.4359118938446045,-0.3614356219768524,-0.8242239952087402,-0.04125082120299339,0.5044847130775452,-0.26335608959198,-0.025910615921020508,-0.017791032791137695,0.037663936614990234 +183,-0.4479820386031389,0.36583113051020594,0.6685337129777942,-0.4044848084449768,-0.3577255606651306,-0.841679573059082,-0.23116238415241241,0.29428085684776306,-0.08868615329265594,0.005894720554351807,0.05364838242530823,-0.02715587615966797 +184,-0.4076960709704953,0.29769397051950003,0.6887280980732408,-0.37905561923980713,-0.29331639409065247,-0.8776572942733765,-0.04268079996109009,-0.2868925929069519,0.5512427091598511,-0.006656080484390259,-0.10165736079216003,-0.09963762760162354 +185,-0.5343499777874213,0.3300535564636717,0.7193003631209288,-0.48179325461387634,-0.32409369945526123,-0.8141489624977112,0.5016224384307861,-2.203883409500122,0.3853232264518738,0.05273136496543884,0.0066803693771362305,0.15155130624771118 +186,-0.6160050780357772,0.28753900077578604,0.7480501094588689,-0.5540582537651062,-0.2835931181907654,-0.7826840877532959,-0.5559170842170715,-0.4174579083919525,0.822467565536499,0.0717584490776062,0.02053159475326538,0.1122739315032959 +187,-0.6479562547031894,0.1907528170603556,0.7576649608494697,-0.5926107168197632,-0.18959811329841614,-0.7828570604324341,-0.833518385887146,-0.5964634418487549,0.3489420711994171,0.029530882835388184,-0.046806320548057556,-0.002192378044128418 +188,-0.7012731349241741,0.15975611475413995,0.7718491164959072,-0.636975109577179,-0.15907743573188782,-0.7542924284934998,0.04595798999071121,-0.48716336488723755,0.18426761031150818,0.044293224811553955,-0.06794282793998718,-0.025904715061187744 +189,-0.8070678217998187,0.1494870304170383,0.7965620203636233,-0.7142074108123779,-0.14893090724945068,-0.6839060187339783,0.08017254620790482,-0.6546885967254639,0.20902583003044128,-0.02843785285949707,0.0034231096506118774,-0.06736046075820923 +190,-0.8924703105875528,0.12358885114027725,0.8288046673109404,-0.7726853489875793,-0.12327446788549423,-0.6227043867111206,0.0504886656999588,-0.6109768748283386,0.6439284086227417,-0.054981887340545654,0.043150581419467926,-0.10999208688735962 +191,-0.970123004463953,0.10618722663245023,0.8588422909133869,-0.8203086256980896,-0.1059877797961235,-0.5620145201683044,0.26823365688323975,-1.2869739532470703,0.24829590320587158,-0.0763435959815979,0.0660250186920166,-0.11640644073486328 +192,-1.0778245157191977,0.09431222735891584,0.8862122744822565,-0.8770153522491455,-0.09417247772216797,-0.4711427688598633,-0.09174404293298721,-0.7009280323982239,0.4495481848716736,0.09428530931472778,0.13396739959716797,0.02093222737312317 +193,-0.9737448360081183,0.06533750119115252,0.8362989696821009,-0.8252322673797607,-0.06529102474451065,-0.5610069036483765,-0.49521756172180176,0.46960049867630005,0.06050509959459305,0.08441811800003052,0.01966724544763565,-0.06239086389541626 +194,-0.9948383033767043,0.05889981554299466,0.8412018677455373,-0.8372165560722351,-0.05886576697230339,-0.543694019317627,0.20955586433410645,-0.6896305680274963,0.10858579725027084,-0.004259824752807617,-0.015414025634527206,-0.03510230779647827 +195,-1.0509502013412826,0.048985891183340145,0.8368124459662397,-0.8668545484542847,-0.04896630346775055,-0.4961507320404053,-0.09953976422548294,-0.4903774559497833,0.13313311338424683,0.03125274181365967,-0.018584340810775757,-0.04205727577209473 +196,-1.0879229522928784,0.04503548687929337,0.8235032584368079,-0.8847664594650269,-0.04502026364207268,-0.46385517716407776,-0.34952324628829956,-0.09940779954195023,-0.1778813600540161,0.013459086418151855,-0.00502854585647583,-0.0017209649085998535 +197,-1.1072066863811612,0.03587688724121908,0.8152111125010548,-0.8938775658607483,-0.03586919233202934,-0.4468740224838257,0.0522095188498497,-0.375425785779953,0.1259845346212387,0.02060180902481079,-0.004993826150894165,-0.060618042945861816 +198,-1.1527440346915365,0.02363728466615883,0.8302318050103165,-0.9136261940002441,-0.023635083809494972,-0.40586787462234497,0.1399315893650055,-0.2930960953235626,0.1059209480881691,0.00870370864868164,0.00447005033493042,0.005996048450469971 +199,-1.1775876262498401,0.0189207644653166,0.8392407087732764,-0.9235190749168396,-0.01891963556408882,-0.3830856382846832,0.06332718580961227,-0.3733837902545929,0.0014560632407665253,0.0150565505027771,0.011015594005584717,-0.054750025272369385 +200,-1.1884054174454572,0.022568388343242787,0.8492349592381769,-0.9275388121604919,-0.022566473111510277,-0.3730446994304657,-0.08708863705396652,0.03745795786380768,0.051549315452575684,0.012621879577636719,-0.01883062534034252,0.0677926242351532 +201,-1.1686656882188877,0.013229038169958744,0.8450209128379791,-0.9201486706733704,-0.013228652067482471,-0.39134564995765686,-0.006103590130805969,0.12540724873542786,0.13006876409053802,0.009153187274932861,-0.030091047286987305,-0.04577288031578064 +202,-1.1752585007307366,0.009999444570521664,0.8498083645642245,-0.9227433800697327,-0.009999278001487255,-0.38528528809547424,0.030426517128944397,-0.2228507697582245,0.046727657318115234,0.011457979679107666,0.02898120880126953,-0.02621370553970337 +203,-1.196703564433916,0.01280501061327983,0.8753499202535202,-0.930763304233551,-0.012804660946130753,-0.36539825797080994,0.466068297624588,-0.3222581446170807,0.0893101617693901,-0.023719727993011475,-0.033002227544784546,0.01612454652786255 +204,-1.2280612844952672,0.014109145808844458,0.8919467238180994,-0.9417452216148376,-0.01410867739468813,-0.33603084087371826,0.2962740957736969,-0.05627166107296944,0.08641678839921951,0.1169009804725647,0.0127353984862566,-0.05637940764427185 +205,-1.2516436568193914,0.017568821209700953,0.9097289568458115,-0.9493551254272461,-0.017567917704582214,-0.3137137293815613,0.01167525164783001,-0.18160416185855865,0.016621164977550507,0.006514549255371094,-0.00973007082939148,-0.024833083152770996 +206,-1.237501616438029,0.01204663264313385,0.9024613329208222,-0.9449009895324707,-0.012046340852975845,-0.3271344304084778,-0.15418094396591187,0.12764909863471985,0.13474196195602417,0.014816761016845703,-0.041313618421554565,-0.06741201877593994 +207,-1.2659603857670318,0.003275192810499696,0.9163378150991373,-0.9538910388946533,-0.00327518698759377,-0.3001350462436676,-0.02535822242498398,-0.25565096735954285,0.07363759726285934,0.012973129749298096,0.013193398714065552,0.004724949598312378 +208,-1.2712161736371401,-6.260835185441895e-06,0.910142629429391,-0.9554604291915894,6.2608351072412916e-06,-0.2951190769672394,-0.2530815005302429,0.21776455640792847,-0.0987408235669136,0.004609048366546631,-0.001867830753326416,0.024046748876571655 +209,-1.274503810485556,-0.0008560730095903997,0.9003002637720412,-0.9564251899719238,0.000856072932947427,-0.2919761836528778,-0.007642609067261219,-0.10001716017723083,0.0041029974818229675,0.011753559112548828,0.012190192937850952,-0.016052961349487305 +210,-1.2760796519562343,-0.0015181332603739028,0.8957703955030344,-0.9568833112716675,0.0015181326307356358,-0.29046839475631714,0.008169657550752163,-0.1665048748254776,0.02425474300980568,0.010090768337249756,-0.0119093656539917,-0.054151326417922974 +211,-1.280150096549653,-0.006514608681586653,0.8984614869434407,-0.9580385684967041,0.006514562759548426,-0.2865653336048126,-0.08518887311220169,0.025149213150143623,0.06828583031892776,0.002426326274871826,-0.012999563477933407,-0.010889500379562378 +212,-1.2829298871532349,-0.006397365129357644,0.8989742192094083,-0.9588322639465332,0.006397321354597807,-0.2839013338088989,-0.06339577585458755,0.07315563410520554,-0.047685761004686356,0.004028677940368652,0.0251883864402771,0.008602231740951538 +213,-1.2895705815491068,-0.008000489669349332,0.8970515236085355,-0.960685133934021,0.008000404573976994,-0.27752453088760376,0.019640397280454636,-0.13716022670269012,0.019206181168556213,0.010047435760498047,-0.007969916798174381,0.009748071432113647 +214,-1.2997395544609271,-0.011842456740227948,0.8980354561273524,-0.9634210467338562,0.011842180043458939,-0.26773104071617126,0.0317113883793354,-0.17801028490066528,0.05714236572384834,-0.0022315382957458496,0.005552859976887703,-0.004394203424453735 +215,-1.319991646590372,-0.020437028355413486,0.8945441986679193,-0.9685107469558716,0.020435605198144913,-0.24813172221183777,-0.06351640075445175,-0.3242698311805725,0.07359271496534348,0.012852787971496582,0.015041083097457886,-0.041235923767089844 +216,-1.360791610177414,-0.025401389043163674,0.9012576627563342,-0.977714478969574,0.025398656725883484,-0.2083972692489624,-0.04329908266663551,-0.48584359884262085,0.08294200897216797,-0.005973875522613525,-0.00804939866065979,0.012550711631774902 +217,-1.4065271146309952,-0.029627808681480176,0.9126767678383513,-0.9861051440238953,0.029623474925756454,-0.1634596586227417,-0.004935643635690212,-0.2458762228488922,0.02035452425479889,0.010137796401977539,-0.00040289759635925293,0.0452955961227417 +218,-1.4145699082017904,-0.03391480777345157,0.9110546267424641,-0.9872533679008484,0.033908307552337646,-0.15550221502780914,-0.051588255912065506,-0.0014939671382308006,0.09180141985416412,0.007333993911743164,-0.005603257566690445,-0.001129254698753357 +219,-1.4277740357739763,-0.03848671889636062,0.9145704309869156,-0.9890567660331726,0.03847721964120865,-0.1424296498298645,0.1775539219379425,-0.27843013405799866,0.02192128822207451,0.005429446697235107,-0.0015814602375030518,-0.03379416465759277 +220,-1.4471421797701636,-0.03631579253432664,0.9302146844460054,-0.9917101263999939,0.03630781173706055,-0.12325793504714966,0.005567945074290037,-0.09646698087453842,0.020007004961371422,0.05628544092178345,0.031578537076711655,0.005460098385810852 +221,-1.449877949207401,-0.036408700273353384,0.927503427533157,-0.9920405149459839,0.03640065714716911,-0.12054400891065598,0.014052566140890121,-0.035136424005031586,-0.008605873212218285,0.007573843002319336,-0.0028160475194454193,-0.004394963383674622 +222,-1.4520384225556653,-0.035667360143102005,0.9285886458264901,-0.9923250079154968,0.0356597974896431,-0.1184035986661911,0.023659024387598038,-0.011979416012763977,-0.006147511303424835,-0.0046079158782958984,-0.0018920935690402985,0.0033065155148506165 +223,-1.4526626741947046,-0.035984123288484174,0.9304732321630382,-0.992387592792511,0.0359763577580452,-0.11778279393911362,0.03173824027180672,0.012417344376444817,-0.012542540207505226,0.0074784159660339355,0.002582613378763199,0.013382121920585632 +224,-1.4505769841458465,-0.03758615758222187,0.9317387746101635,-0.9920812845230103,0.0375773087143898,-0.11984527856111526,0.04523494467139244,-0.006323571316897869,0.01976330578327179,0.0018315315246582031,0.004903171211481094,0.002459391951560974 +225,-1.4507310376883342,-0.03829456697522138,0.9347819011043621,-0.9920730590820312,0.038285207003355026,-0.1196892261505127,0.08677423000335693,-0.016187112778425217,0.007737160660326481,0.005042910575866699,0.004408899694681168,-0.0031592994928359985 +226,-1.4473512883391826,-0.03947837707143139,0.9360296472145497,-0.9916172027587891,0.03946812450885773,-0.12303583323955536,0.030558671802282333,0.023662950843572617,0.013432586565613747,0.004999041557312012,-0.0016568265855312347,-0.010631158947944641 +227,-1.4448990261688948,-0.03991618581285657,0.93578652472105,-0.9912951588630676,0.03990558534860611,-0.12546496093273163,-0.005945109762251377,0.024844620376825333,-0.0012409016489982605,0.001091301441192627,-0.005390197038650513,-0.0031818747520446777 +228,-1.4444063699179246,-0.0405277229278766,0.9364033659334512,-0.9912088513374329,0.040516629815101624,-0.12595021724700928,0.016891131177544594,-0.002633811440318823,0.013006363995373249,0.006696522235870361,0.0028030872344970703,-0.010982155799865723 +229,-1.444700772730218,-0.04066789612009645,0.9369681908619234,-0.9912402629852295,0.0406566858291626,-0.12565769255161285,0.024053283035755157,-0.015660764649510384,0.007190271280705929,0.004194974899291992,-0.0024334192276000977,-0.00254666805267334 +230,-1.4437962643757212,-0.04107711808989353,0.9355232942061928,-0.9911096096038818,0.04106556624174118,-0.12655210494995117,0.0329279862344265,-0.02307150512933731,-0.006457235664129257,0.005437612533569336,-0.0007213354110717773,-0.015797138214111328 +231,-1.4419404915539809,-0.04130737559393419,0.9355606204739526,-0.9908636808395386,0.04129562899470329,-0.12838993966579437,-0.0335591621696949,0.046702783554792404,0.010263154283165932,0.004642367362976074,0.008921056985855103,0.0025659799575805664 +232,-1.4430098447467314,-0.04413806291377782,0.9367451721593786,-0.9908804297447205,0.044123731553554535,-0.12731488049030304,0.07740527391433716,-0.05090658366680145,0.03615616261959076,0.0030722618103027344,-0.004344075918197632,-0.009007096290588379 +233,-1.4487136222544956,-0.0524732908600179,0.9458541337423708,-0.991191029548645,0.052449215203523636,-0.1216120570898056,0.24515976011753082,-0.23058933019638062,0.19967809319496155,0.0077925920486450195,-0.011021584272384644,-0.016296863555908203 +234,-1.4765659042713515,-0.07972683423496661,0.9804004254314819,-0.9924010634422302,0.0796424001455307,-0.0937921404838562,0.46126219630241394,-0.4913537800312042,0.38795626163482666,0.007965147495269775,-0.007849819958209991,-0.023059599101543427 +235,-1.5011643846289042,-0.12301540913810402,1.023314614947524,-0.9900380373001099,0.1227053850889206,-0.0690499022603035,0.25713473558425903,-0.14967121183872223,0.6659882068634033,-0.029386281967163086,-0.04340545833110809,0.0330391600728035 +236,-1.530265957955572,-0.20270124479836663,1.0822368677062273,-0.9787218570709229,0.2013159990310669,-0.039689693599939346,0.6774822473526001,-0.3013034462928772,1.199364185333252,-0.06871765851974487,-0.08988107740879059,0.02621615305542946 +237,-1.531075503379629,-0.33112037884457296,1.2479580011634288,-0.9449328184127808,0.3251027464866638,-0.03755326196551323,2.073077440261841,-0.07099251449108124,1.7994662523269653,0.04145991802215576,0.02293497323989868,0.047913968563079834 +238,-1.5144508435279762,-0.5098867364744747,1.5146112916623957,-0.8714146614074707,0.48807838559150696,-0.04915230721235275,2.367753744125366,-1.1495341062545776,1.7942699193954468,-0.0511317253112793,-0.12385112047195435,0.08131784200668335 +239,-1.5208352718556535,-0.6435860512912853,1.6785550632243749,-0.7989509105682373,0.6000679731369019,-0.039949674159288406,0.5464038848876953,-0.8697843551635742,1.1919904947280884,-0.012572526931762695,-0.05809098482131958,-0.038266897201538086 +240,-1.5376091511496,-0.758795174389596,1.7507432069997388,-0.7252657413482666,0.6880476474761963,-0.024078361690044403,0.42465996742248535,-0.5412060022354126,1.1179463863372803,0.08395421504974365,-0.00321805477142334,-0.06280517578125 +241,-1.5331059525104804,-0.8786496363043345,1.8491900463081015,-0.6377382278442383,0.7698777914047241,-0.024047980085015297,0.6058627963066101,-0.4972061514854431,0.9871675372123718,-0.013598442077636719,-0.03798997402191162,0.02560436725616455 +242,-1.4644081459447047,-0.9636515998966569,1.9625817792756193,-0.5672990083694458,0.8212803602218628,-0.06058264896273613,0.9224860072135925,-0.7862722873687744,0.8881815075874329,0.021919429302215576,0.012887001037597656,-0.10271691530942917 +243,-1.3877587093082115,-1.0499317040411493,2.113996498852722,-0.4893176555633545,0.8673892617225647,-0.09057733416557312,0.29854708909988403,-0.42109596729278564,0.716490626335144,-0.031007051467895508,0.03303194046020508,0.005570590496063232 +244,-1.4040312152247074,-1.1095503909466546,2.1774088740727735,-0.43888968229293823,0.8954986929893494,-0.07387761771678925,0.4896378219127655,-1.2064441442489624,0.5633397698402405,0.004121065139770508,-8.249282836914062e-05,0.08544380217790604 +245,-1.3912483114982357,-1.1620953502838345,2.2723482442619165,-0.3910291790962219,0.917637825012207,-0.07097281515598297,0.3395112156867981,-0.79427170753479,0.5711684226989746,-0.03621697425842285,-0.02371680736541748,-0.05233348160982132 +246,-1.3374121479066352,-1.2252073009554594,2.443308003393323,-0.32956743240356445,0.9408760666847229,-0.07834342867136002,0.543640673160553,-1.368079423904419,0.6589404940605164,-0.007194042205810547,-0.0080147385597229,-0.02540111541748047 +247,-1.2893421187963623,-1.2715472898999107,2.6066550693965476,-0.2832031548023224,0.9555581212043762,-0.08188237249851227,0.23282764852046967,-0.8502366542816162,0.4894447922706604,0.0005035996437072754,-0.0010598301887512207,0.023242831230163574 +248,-1.2258515435798638,-1.3291331646718758,2.7122765100637505,-0.22522079944610596,0.9709413051605225,-0.0809241309762001,0.09521882236003876,-0.1774662435054779,0.7793871164321899,-0.003722086548805237,-0.00220644474029541,0.014472119510173798 +249,-1.0980928481318888,-1.3905056953118575,2.81415034840847,-0.1596520096063614,0.9837916493415833,-0.08164151012897491,-0.015250222757458687,0.6696851849555969,0.8654979467391968,-0.0627448558807373,-0.04198861122131348,0.038733839988708496 +250,-0.8052673252557101,-1.448935542053338,3.0167115744854573,-0.08764609694480896,0.9925841689109802,-0.08423060178756714,-0.24531789124011993,0.7514618635177612,0.2486761063337326,0.030974961817264557,0.031707823276519775,-0.011869244277477264 +251,-0.6188300185356883,-1.464634136811283,3.1205550158290984,-0.061467431485652924,0.9943701028823853,-0.08631318062543869,0.10499683022499084,0.5120401978492737,0.22312428057193756,0.0062611401081085205,0.013244032859802246,-0.03536039590835571 +252,-0.7577669422315925,-1.4936312429175822,2.9160521575046716,-0.05298338457942009,0.9970242381095886,-0.05599536374211311,-0.9348438382148743,1.859005331993103,0.07945673167705536,-0.007014177739620209,-0.005752205848693848,0.06502854079008102 +253,-1.7832330123658595,-1.5368463668327565,1.7731473450993838,-0.03318144753575325,0.9994237422943115,0.0071569448336958885,-0.2175682783126831,-0.002443320117890835,0.0865900069475174,0.02413298189640045,0.024471521377563477,-0.043610215187072754 +254,-2.0890152780456894,-1.5290051238406948,1.4596829448093511,-0.03629367798566818,0.9991268515586853,0.020694630220532417,-0.149725079536438,0.8937176465988159,-0.21267005801200867,0.038567233830690384,0.025424480438232422,0.06640255451202393 +255,-2.012192338000889,-1.4915074945629259,1.4526152540963413,-0.07161550223827362,0.9968582987785339,0.03383740037679672,-0.22096796333789825,0.031181953847408295,-0.5310602784156799,0.02376393973827362,0.013868749141693115,-0.05878555402159691 +256,-2.015513048972925,-1.4055471035148899,1.3405985043368487,-0.14849767088890076,0.9863774180412292,0.07076738029718399,-0.6095348000526428,1.8219984769821167,-0.7814795970916748,0.01148901879787445,0.0039026737213134766,0.006411664187908173 +257,-1.938768554050082,-1.3312123376399396,1.3669458586697611,-0.22141309082508087,0.9714367985725403,0.08536186814308167,-0.043332092463970184,0.16384649276733398,-0.5036795735359192,-0.01523543894290924,-0.02346932888031006,0.028865449130535126 +258,-1.8886777269547026,-1.3051353958945564,1.407695995208331,-0.2493932843208313,0.9649192094802856,0.0820603147149086,0.0511353462934494,0.10505624115467072,-0.05969450622797012,-0.020977213978767395,-0.018355488777160645,-0.01302957534790039 +259,-1.8556144656375804,-1.3050323955689505,1.4342604809747588,-0.2520647644996643,0.9648921489715576,0.07379905134439468,0.006219220347702503,0.11118780076503754,-0.016561424359679222,0.00024899840354919434,0.001614689826965332,-0.005943305790424347 +260,-1.848247130734266,-1.3000823846187037,1.440292231163489,-0.2571924328804016,0.9635801911354065,0.07324746251106262,0.026972223073244095,0.1475115567445755,-0.03974530100822449,-0.00046750903129577637,-0.0027037858963012695,0.020700812339782715 +261,-1.8511171909797106,-1.2992768557340757,1.435718145055573,-0.25772732496261597,0.9633644819259644,0.07420014590024948,-0.054145947098731995,-0.06912948936223984,0.00711833406239748,-0.008050262928009033,-0.0010689496994018555,0.00021696090698242188 +262,-1.8570793310767044,-1.3005412182305276,1.432124800214266,-0.2561112940311432,0.9637027978897095,0.07539129257202148,0.02674439176917076,0.08756446093320847,0.015621967613697052,0.006172358989715576,0.003322899341583252,0.014467708766460419 +263,-1.8510857497507398,-1.2971766584565079,1.4365826625956761,-0.2596735656261444,0.9627991318702698,0.07475163042545319,-0.0046624429523944855,0.00037602148950099945,-0.05843683332204819,0.0022882819175720215,0.0012818574905395508,-0.003996603190898895 +264,-1.8385470047610153,-1.2938515285995102,1.4472856436544312,-0.2636759579181671,0.9618952870368958,0.072336345911026,0.009183124639093876,0.0008472311310470104,-0.030136894434690475,-0.006923407316207886,-0.001552879810333252,-0.005365490913391113 +265,-1.8360450463824474,-1.2912242086672308,1.449991254663331,-0.2662942707538605,0.9611735939979553,0.07233873009681702,0.02095033973455429,0.033921170979738235,-0.03162305802106857,0.002866506576538086,0.0037313103675842285,0.003497488796710968 +266,-1.8196073892762237,-1.288425118501898,1.462632716322633,-0.27005332708358765,0.9603974223136902,0.06861402839422226,0.023484650999307632,0.01811065338551998,-0.036912377923727036,-0.003536731004714966,-0.0006501674652099609,-0.005183227360248566 +267,-1.8151057812967926,-1.2892935916867596,1.4670519385485967,-0.2695503830909729,0.9606390595436096,0.06719596683979034,-0.025749772787094116,-0.06761028617620468,0.03863499313592911,-0.004238098859786987,-0.0022344589233398438,-0.01758968085050583 +268,-1.8302017214032715,-1.2912649602038198,1.4588350084272335,-0.26667413115501404,0.9611848592758179,0.07077130675315857,-0.018264681100845337,-0.05873987078666687,0.02220235951244831,0.002834409475326538,0.002972245216369629,-0.004624366760253906 +269,-1.834947804031889,-1.2906082201513718,1.4574469747893999,-0.26694491505622864,0.9610034227371216,0.07220105826854706,0.0019485829398036003,-0.020356135442852974,-0.03857775777578354,0.00174713134765625,0.006236076354980469,0.0007358863949775696 +270,-1.8230125066157823,-1.2852497510974596,1.4670620479793273,-0.2727702558040619,0.9595078229904175,0.07029397040605545,0.025237157940864563,0.02809705212712288,-0.07208126783370972,-0.0021930932998657227,0.00037682056427001953,-0.004635334014892578 +271,-1.812883621735679,-1.2755586323044381,1.4735160856174563,-0.28248271346092224,0.956732988357544,0.0697534903883934,-0.040893685072660446,0.04991135001182556,-0.18733462691307068,0.012615770101547241,0.01073521375656128,-0.006246328353881836 +272,-1.802306049958854,-1.2320916513408724,1.4651099793780549,-0.32340121269226074,0.9431858658790588,0.07623744010925293,-0.24741746485233307,0.33530735969543457,-0.7673293948173523,0.04389074444770813,0.03264421224594116,-0.014439471065998077 +273,-1.776438986825959,-1.1308315317574302,1.4326137805739845,-0.41693365573883057,0.9047666788101196,0.08696874976158142,-0.4158995747566223,0.5848281979560852,-1.0325170755386353,0.018526732921600342,0.006137192249298096,-0.055352456867694855 +274,-1.7650367473807715,-1.0265296282449896,1.416203137205505,-0.5080536603927612,0.8555071949958801,0.09994468092918396,-0.13615113496780396,0.05499263480305672,-0.9811750054359436,0.004849374294281006,-0.006584465503692627,-0.011642098426818848 +275,-1.7630110982191274,-0.9455426043743919,1.4107717290869115,-0.5745239853858948,0.810814619064331,0.11181242763996124,-0.23076172173023224,0.14039307832717896,-0.5729486346244812,-0.009918153285980225,-0.012230634689331055,-0.013850927352905273 +276,-1.7814180522871825,-0.8970562808632534,1.3925245272863975,-0.6101253032684326,0.7814936637878418,0.13044022023677826,-0.18356294929981232,-0.1673583835363388,-0.375448077917099,-0.0034000277519226074,-0.005034983158111572,-0.014671817421913147 +277,-1.7923166444766556,-0.8679157336706319,1.3862738915109223,-0.6306225657463074,0.7629832625389099,0.14202648401260376,-0.0422530472278595,0.1587587147951126,-0.16549177467823029,-0.012504816055297852,-0.013715803623199463,0.02034221589565277 +278,-1.775519538834385,-0.8544197511818308,1.3839896770637417,-0.642943263053894,0.7541900277137756,0.13349564373493195,-0.04750487208366394,0.186683788895607,-0.10549741238355637,0.0007314682006835938,-0.0020691752433776855,-0.008022695779800415 +279,-1.7667865151583937,-0.8490295432892826,1.3850514126349653,-0.6480626463890076,0.7506395578384399,0.12866559624671936,0.012472478672862053,0.11913074553012848,-0.0012675635516643524,-0.009179115295410156,-0.012022733688354492,0.017834052443504333 +280,-1.7593979939194007,-0.8540420852958919,1.3890622987041987,-0.6452919244766235,0.7539419531822205,0.12316697835922241,0.05098308250308037,0.013521622866392136,0.08769252151250839,-0.0018791556358337402,-0.0031484365463256836,-0.00042532384395599365 +281,-1.7547745593825825,-0.8565296503355251,1.3917530671095246,-0.6440085768699646,0.7555738091468811,0.11983872205018997,0.023355357348918915,0.0015040964353829622,0.008687477558851242,0.0008963346481323242,0.0017657279968261719,-0.012615188956260681 +282,-1.751099892030476,-0.8596680950357727,1.395155223936371,-0.6421085596084595,0.7576259970664978,0.1170455813407898,-0.006271466612815857,0.06126237288117409,0.016383202746510506,-0.0028499960899353027,-0.004497826099395752,0.0053603798151016235 +283,-1.7564921910082045,-0.8578939077943197,1.3920015257016853,-0.6427881121635437,0.756466805934906,0.12075427919626236,-0.014849105849862099,-0.057727549225091934,-0.0060396697372198105,0.00039309263229370117,-2.759695053100586e-05,0.000339508056640625 +284,-1.7585081967109186,-0.8584954974451593,1.390566440406118,-0.6420961022377014,0.7568601369857788,0.1219649463891983,0.003000520635396242,-0.038065288215875626,0.017235662788152695,0.00017410516738891602,-0.003335237503051758,-0.0025496333837509155 +285,-1.7571806867031428,-0.8600217823423543,1.3918691212605916,-0.6411215662956238,0.7578567862510681,0.12089825421571732,0.0027471277862787247,0.03292267397046089,-0.004782652482390404,-0.0031502842903137207,-0.0038895010948181152,0.0021333694458007812 +286,-1.7562666656231736,-0.8589016265065906,1.3916400183383029,-0.6420656442642212,0.7571254968643188,0.12046866118907928,0.011647372506558895,0.021487446501851082,-0.0021460000425577164,0.0009218454360961914,-0.00024378299713134766,-0.0004582405090332031 +287,-1.754626317703317,-0.8583574430734336,1.3933630574997775,-0.6426675319671631,0.7567698955535889,0.1194906011223793,-0.00429312139749527,0.0392487570643425,-0.009195910766720772,-3.272294998168945e-05,-0.0015665292739868164,0.0078439861536026 +288,-1.7550261550282245,-0.8559197158058198,1.3932554974826121,-0.6444314122200012,0.7551741600036621,0.12008516490459442,0.0024512107484042645,-0.027839358896017075,-0.04955825209617615,-0.004402875900268555,-0.0012524724006652832,0.003282204270362854 +289,-1.7494999030032579,-0.8553358637926795,1.3956066961067666,-0.6455187797546387,0.754791259765625,0.11660037934780121,0.040317244827747345,-0.0232708603143692,0.03481653705239296,-0.0015301704406738281,-0.004013121128082275,-0.011436820030212402 +290,-1.7477740214280102,-0.8586499419250034,1.3994239256567431,-0.6432529091835022,0.7569610476493835,0.11504504829645157,0.01474789623171091,0.02293333038687706,0.025892553851008415,-0.001247704029083252,-0.0009186863899230957,0.007132038474082947 +291,-1.7486211261351874,-0.860979492513141,1.4004805133372575,-0.6414180994033813,0.7584812641143799,0.11527770757675171,0.0022882591001689434,-0.02550225332379341,0.004828139208257198,0.0025173425674438477,0.002138853073120117,0.0032067298889160156 +292,-1.750976712806121,-0.8603178602569801,1.3986624850758629,-0.6416386365890503,0.7580499053001404,0.11687826365232468,-0.013981742784380913,-0.07732748985290527,0.010873505845665932,0.0019596219062805176,0.00022047758102416992,-0.01136372983455658 +293,-1.7570781189981246,-0.8616045217187529,1.3970771404682873,-0.6399544477462769,0.7588884234428406,0.12061019241809845,-0.021323340013623238,-0.07015729695558548,-0.012528084218502045,-0.00019758939743041992,0.0013961195945739746,-0.005757316946983337 +294,-1.7561324464924357,-0.8590583679221376,1.396559300542161,-0.6419650912284851,0.757227897644043,0.1203605979681015,-0.006470249034464359,0.01264803484082222,0.0018366137519478798,-0.0005671977996826172,-0.0017499923706054688,-0.017760515213012695 +295,-1.7629008732624818,-0.8600192872558992,1.3938660238923777,-0.6404213905334473,0.7578551173210144,0.12456394731998444,-0.03176141902804375,-0.07073841243982315,0.015048550441861153,0.0004525184631347656,0.0003083348274230957,-0.006659388542175293 +296,-1.7649908951360451,-0.8602482211909331,1.3933365543180094,-0.6399890184402466,0.7580044865608215,0.12586861848831177,-0.0041861459612846375,0.0038220458664000034,0.008287343196570873,0.0001575946807861328,-0.001046597957611084,0.0008097589015960693 +297,-1.77092871784176,-0.8595187096371284,1.389509869927264,-0.6397725343704224,0.7575284838676453,0.1297764927148819,-0.027401141822338104,-0.03342718631029129,-0.0038199294358491898,0.003297865390777588,0.0005282759666442871,0.0031581073999404907 +298,-1.7760994545985265,-0.8576211068354069,1.385546953607736,-0.6404992341995239,0.7562883496284485,0.13337568938732147,-0.044515304267406464,-0.07052691280841827,-0.0352666899561882,-4.953145980834961e-05,-0.0007645487785339355,-0.008162006735801697 +299,-1.7809697746018238,-0.8566291134591939,1.3833849411698,-0.6405751705169678,0.7556389570236206,0.13664992153644562,0.007335857953876257,0.00285341776907444,0.04097296670079231,-0.0020792484283447266,-0.0053032636642456055,0.007057309150695801 +300,-1.7864570115806322,-0.8610680861673042,1.3820917443414276,-0.6365330219268799,0.7585389614105225,0.13944369554519653,-0.008239845745265484,-0.04947413504123688,0.049595609307289124,-0.004259884357452393,-0.0053040385246276855,0.005347028374671936 +301,-1.792801577192292,-0.8668991957112685,1.3804071506453264,-0.6313100457191467,0.7623257637023926,0.142503023147583,0.009677490219473839,-0.010879130102694035,0.10241087526082993,-0.0016856193542480469,-0.005505084991455078,0.015928983688354492 +302,-1.793292256721386,-0.8739313459307785,1.3779332579604084,-0.6259958148002625,0.7668580412864685,0.14162631332874298,0.022335931658744812,-0.021042047068476677,0.08915873616933823,-0.002223789691925049,-0.0035982131958007812,-0.006814837455749512 +303,-1.7959707058763443,-0.881515202689752,1.37484248217474,-0.6199274063110352,0.7717034220695496,0.14199988543987274,-0.036636754870414734,0.06010288745164871,0.06716302037239075,-0.0006475448608398438,0.003824591636657715,0.014539957046508789 +304,-1.7995542301549345,-0.8981715361370506,1.3691236509043674,-0.6068103909492493,0.7821890115737915,0.14128582179546356,0.01576651632785797,0.13554362952709198,0.33344700932502747,-0.011140048503875732,-0.010246753692626953,0.04279614984989166 +305,-1.7979751856217359,-0.9516496481184316,1.362367055755041,-0.5654287934303284,0.8143739700317383,0.13070990145206451,0.21906732022762299,-0.27705076336860657,0.804870069026947,-0.012009501457214355,-0.018185734748840332,-0.028140321373939514 +306,-1.8159197838638461,-1.065291366216408,1.4244550682161639,-0.46977391839027405,0.8749300837516785,0.11751575767993927,0.8062154054641724,-0.7431557178497314,1.1915515661239624,-0.008619636297225952,-0.005881011486053467,-0.01866936683654785 +307,-1.9142282561121653,-1.1693261154685948,1.542759052556758,-0.36795270442962646,0.9204874634742737,0.13158096373081207,0.6533644795417786,-3.665888786315918,0.9206768274307251,-0.031903862953186035,0.019606471061706543,0.014354109764099121 +308,-2.3071846613104574,-1.2845218732954053,1.423462948133099,-0.20921531319618225,0.959302544593811,0.1896512657403946,-0.18313489854335785,-2.4026708602905273,1.356789231300354,0.06694237887859344,0.017748236656188965,-0.0260617733001709 +309,3.0074399929695574,-1.3288120291201633,0.7281329368093687,0.032050568610429764,0.9708644151687622,0.23747621476650238,0.14430171251296997,-3.039769411087036,2.0985920429229736,-0.012793991714715958,-0.014870822429656982,-0.15224052965641022 +310,2.174520039550043,-1.1895337667117285,0.154036439413498,0.3063167333602905,0.928195595741272,0.21124134957790375,0.167586550116539,-2.2936453819274902,1.8743197917938232,-0.12952840328216553,0.04365181922912598,-0.12635663151741028 +311,1.8095664393722526,-1.0846429095414372,-0.04697706131000213,0.45397305488586426,0.8841366171836853,0.1105031967163086,-0.3336179554462433,-0.6218413710594177,1.1952050924301147,0.019507169723510742,-0.0761379599571228,0.1268320083618164 +312,1.7198200689153837,-0.9716366242237454,-0.011840551748713596,0.557698130607605,0.8258097767829895,0.0837310180068016,-0.6220337152481079,-0.9954805970191956,0.711243748664856,0.045252859592437744,-0.012104451656341553,-0.04004514962434769 +313,1.7005340213610367,-0.8756739422826532,0.0877953010958634,0.6350966095924377,0.7679753303527832,0.08286139369010925,-0.5750029683113098,-0.688437819480896,0.8605129718780518,0.02278602123260498,-5.960464477539062e-07,0.026528827846050262 +314,1.7103693166328726,-0.7978040632872182,0.16114459941217454,0.6914898157119751,0.7158244252204895,0.09714493900537491,-0.2656428813934326,0.17761577665805817,0.5133772492408752,0.03450804948806763,-0.004841208457946777,0.025398366153240204 +315,1.7388921224952234,-0.7843359269179572,0.17263876943063028,0.6978803277015686,0.7063552737236023,0.1184283047914505,-0.18723365664482117,-0.07472220808267593,-0.07874239236116409,-0.014744400978088379,0.007633984088897705,-0.001042485237121582 +316,1.762915296937389,-0.7684585755854447,0.19468668916971948,0.7057549357414246,0.6950278282165527,0.1372820883989334,-0.2544918954372406,0.061708416789770126,0.17977318167686462,0.010828375816345215,0.009562015533447266,0.0010387897491455078 +317,1.7820800339171339,-0.7544371826183193,0.20855292858198396,0.7124534845352173,0.6848786473274231,0.1528104692697525,-0.1258011907339096,-0.14254812896251678,0.07807385176420212,-0.0029808878898620605,0.0072141289710998535,0.0076051801443099976 +318,1.7808020470541648,-0.7441980437538948,0.22566787192018303,0.7194694876670837,0.6773821115493774,0.15335379540920258,-0.003471554256975651,0.09109099954366684,0.023564539849758148,-0.00018543004989624023,0.000489652156829834,0.017498865723609924 +319,1.7847912106901551,-0.7429834836227945,0.2347596828363262,0.7196550965309143,0.6764881014823914,0.15639717876911163,-0.024524614214897156,0.06666259467601776,0.04172009229660034,-0.00023382902145385742,0.002115905284881592,0.015157327055931091 +320,1.7820286406431447,-0.7451609445817446,0.23693485229079314,0.7186425924301147,0.6780900955200195,0.15409930050373077,0.005543077830225229,-0.11049541085958481,-0.0791168287396431,-0.005538344383239746,0.007166862487792969,0.0008689165115356445 +321,1.7887370232641522,-0.7488038725834436,0.24155001309548377,0.715175986289978,0.6807630658149719,0.15838153660297394,-0.02788950689136982,0.11619361490011215,-0.013880448415875435,0.0339694619178772,0.045005857944488525,-0.015757694840431213 +322,1.7885361950432064,-0.7520101972391511,0.23874102049662546,0.7130730748176575,0.6831082105636597,0.15776561200618744,0.0198296420276165,-0.06923273205757141,-0.04770738631486893,-0.02307063341140747,-0.027148127555847168,0.03921008110046387 +323,1.7935431556840291,-0.7622238113044795,0.23517080246204752,0.7054325342178345,0.6905316114425659,0.15978427231311798,0.03224286437034607,-0.05853920802474022,-0.07933363318443298,0.00024068355560302734,0.009312748908996582,-0.015771865844726562 +324,1.7935671812967549,-0.7632445131563412,0.2358680128004134,0.7047409415245056,0.69126957654953,0.1596454232931137,-0.035802967846393585,0.04342661425471306,-0.040703535079956055,0.004548609256744385,0.01209956407546997,0.010566353797912598 +325,1.7994391760330926,-0.7674577435854959,0.24061387532620312,0.7009484171867371,0.6943078637123108,0.16311930119991302,-0.03270985186100006,0.00032409699633717537,-0.013840774074196815,0.003412485122680664,-0.003374636173248291,-0.0016355514526367188 +326,1.8063904373126534,-0.7687723150982209,0.24442112822021722,0.6989096403121948,0.6952533721923828,0.16777463257312775,-0.021356118842959404,0.007668615318834782,-0.030413346365094185,-0.002910435199737549,0.007124006748199463,0.006282344460487366 +327,1.807517154675716,-0.7697625253759752,0.24706987661830748,0.6980504393577576,0.6959647536277771,0.16840042173862457,-0.03568926453590393,-0.07855038344860077,0.0011316612362861633,-0.0036534667015075684,0.0074654221534729,0.005732879042625427 +328,1.8096187431984512,-0.7707508833325442,0.24842450858953746,0.6970264911651611,0.696674108505249,0.16970431804656982,-0.01378956064581871,0.012545173987746239,-0.00237918458878994,0.0018566250801086426,0.000545799732208252,0.00432218611240387 +329,1.805379867191272,-0.7669626239940015,0.2502789032869117,0.7003013491630554,0.6939514875411987,0.16736041009426117,0.008148509077727795,-0.03654438629746437,0.03883630037307739,-0.00489729642868042,0.00810539722442627,0.007947802543640137 +330,1.7998598562612833,-0.7633053031419278,0.25240231046926626,0.7036815285682678,0.6913135051727295,0.16406740248203278,0.01220945455133915,-0.012750297784805298,0.03280356898903847,0.006935536861419678,0.0010387897491455078,0.003123164176940918 +331,1.7966488352025942,-0.763954767261835,0.24894381104454189,0.7037671208381653,0.6917825937271118,0.16170647740364075,0.04276178404688835,0.04008011519908905,-0.006340768188238144,0.005095243453979492,0.001637876033782959,0.0065369755029678345 +332,1.7953893174013962,-0.7636402175109459,0.24659716026883458,0.7041821479797363,0.6915554404258728,0.16086836159229279,0.03783160448074341,0.005273832939565182,0.00231835525482893,0.0023302435874938965,0.005878031253814697,-0.0031534433364868164 +333,1.7939520169293015,-0.7668797663172358,0.24034099068372108,0.7022240161895752,0.6938918232917786,0.1593593955039978,0.004887782037258148,-0.011169901117682457,-0.01463625580072403,-0.0016625523567199707,0.0027481913566589355,0.002444729208946228 +334,1.7961423743460785,-0.7667382395663456,0.24075828248018005,0.7019688487052917,0.6937898993492126,0.16091904044151306,-0.014155139215290546,-0.00018760375678539276,0.0033271675929427147,0.0014611482620239258,0.0013546943664550781,0.0002900063991546631 +335,1.7978361293690939,-0.7678532192745474,0.24143638657731228,0.700941264629364,0.6945924162864685,0.16193357110023499,-0.0038289008662104607,0.010359814390540123,-0.020282818004488945,-0.001981973648071289,0.005846917629241943,0.0016406625509262085 +336,1.7962537992431653,-0.7673514687030228,0.24183990313539402,0.7015363574028015,0.694231390953064,0.16090218722820282,0.0007866723462939262,-0.02710864134132862,0.024444181472063065,0.001497030258178711,0.003385186195373535,0.0008867979049682617 +337,1.795268672178957,-0.7674627812435618,0.24119857045848667,0.7016192078590393,0.6943114995956421,0.1601938009262085,-0.002189289778470993,0.016721071675419807,-0.015098446980118752,0.0031537413597106934,0.00284731388092041,-0.002570509910583496 +338,1.797971471326239,-0.7673973242043156,0.2446121462884708,0.7012277841567993,0.6942644119262695,0.16209974884986877,-0.038227956742048264,0.007835419848561287,0.0030331388115882874,-0.0008799433708190918,0.0031537413597106934,4.0158629417419434e-05 +339,1.8034684720966572,-0.7670288453559587,0.24639840974022317,0.7005752325057983,0.693999171257019,0.16601094603538513,-0.01041727140545845,0.0486285500228405,-0.012141795828938484,0.0016037225723266602,0.003846287727355957,-0.0028792619705200195 +340,1.8147614363895286,-0.7667809839569024,0.25497765469523925,0.698822557926178,0.6938206553459167,0.17395326495170593,-0.13405416905879974,0.10125931352376938,-0.04410933703184128,0.009139418601989746,-0.00046139955520629883,-0.008441224694252014 +341,1.8444490222165753,-0.7598086964275809,0.28804277190878835,0.6979918479919434,0.6887827515602112,0.19592255353927612,-0.487631231546402,-0.20619891583919525,0.08583708107471466,-0.010430872440338135,0.011275172233581543,-0.011062264442443848 +342,1.8834067353036341,-0.7252727262599636,0.3587904921484721,0.7120504379272461,0.6633395552635193,0.23014052212238312,-0.6269353628158569,-0.02961706928908825,0.33359748125076294,-0.02897554636001587,0.015935897827148438,-0.005821123719215393 +343,1.8819064892632829,-0.655307769486464,0.4442447682750012,0.7547984719276428,0.6094033122062683,0.24270698428153992,-1.0004674196243286,-0.3985471725463867,0.5443965196609497,-0.007331550121307373,0.015764474868774414,-0.04777601361274719 +344,1.9148661687655395,-0.5603954060458132,0.5422302620765526,0.7973992228507996,0.5315211415290833,0.2857261598110199,-1.0260742902755737,-0.09969592839479446,0.5992797613143921,0.014703929424285889,0.0031314492225646973,-0.00932854413986206 +345,1.9535889185691906,-0.472408806954062,0.6237052677437026,0.826026976108551,0.4550325870513916,0.33260342478752136,-0.9578487873077393,0.04075227677822113,0.5473272204399109,0.0015793442726135254,0.003280460834503174,-0.0035323798656463623 +346,1.9741567029635474,-0.38783319992749377,0.6965806988154096,0.8514382243156433,0.37818342447280884,0.3633597195148468,-0.9449525475502014,-0.05328177660703659,0.5619139075279236,0.0049918293952941895,0.013219773769378662,-0.017732858657836914 +347,1.970932169107023,-0.30413806645547636,0.7585124861107223,0.8787387013435364,0.2994709014892578,0.37166547775268555,-0.9601329565048218,-0.44248685240745544,0.4963698983192444,0.013946115970611572,0.0085429847240448,0.0032429397106170654 +348,1.9702730321304505,-0.2340500717358601,0.8188662949209157,0.8961465954780579,0.231919065117836,0.3783320486545563,-0.8558370471000671,-0.10908401012420654,0.37751778960227966,0.0030539631843566895,0.01298452913761139,-0.004812061786651611 +349,1.9873867593916859,-0.17190396075409087,0.8646317874851785,0.9009953141212463,0.1710585504770279,0.398680716753006,-0.46042197942733765,0.056070778518915176,0.4003164768218994,-0.008890271186828613,0.007499784231185913,0.007035255432128906 +350,2.0050315375053,-0.13721769940130046,0.8673645597751595,0.8986648917198181,0.1367875039577484,0.41676217317581177,-0.039490796625614166,0.13506853580474854,0.2271292507648468,0.008332788944244385,-0.005195707082748413,-0.0017688274383544922 +351,1.990408494241219,-0.12319722923368535,0.8563736622912498,0.9063253998756409,0.1228858232498169,0.40431851148605347,0.02943158522248268,-0.2195769101381302,0.04708661139011383,0.00912564992904663,-0.0008612871170043945,0.009133696556091309 +352,1.974576926695988,-0.12127649357378589,0.8543030874505028,0.9128279089927673,0.1209794208407402,0.39001190662384033,-0.01678772084414959,0.01551937498152256,0.026481211185455322,0.000334322452545166,0.006919741630554199,-0.003644108772277832 +353,1.9771578001991517,-0.11919595699270819,0.8542042678507356,0.9120476841926575,0.1189139112830162,0.392465204000473,0.007947015576064587,-0.027013804763555527,0.025823697447776794,0.0009621381759643555,0.0023172199726104736,0.010076969861984253 +354,1.9724776893061984,-0.11740791562470523,0.8520774681281669,0.9140685200691223,0.11713836342096329,0.3882748484611511,0.010879401117563248,-0.02717156521975994,0.02687695249915123,0.001626729965209961,0.0038638412952423096,0.0063173770904541016 +355,1.9764775709752087,-0.11817512845173099,0.8528288835945698,0.9124254584312439,0.11790025979280472,0.3918924033641815,-0.005153218284249306,0.05424131080508232,-0.03459571674466133,0.0038496851921081543,0.00020276010036468506,0.00775068998336792 +356,1.975662768793077,-0.11899121147361974,0.8510267161663597,0.912655770778656,0.11871061474084854,0.3911108076572418,0.008885335177183151,-0.10344644635915756,-0.016181163489818573,0.007571518421173096,0.004748284816741943,0.02002212405204773 +357,1.9760742703079512,-0.12176374209405066,0.8430420503218948,0.9121885299682617,0.12146307528018951,0.3913549482822418,0.031120900064706802,-0.04071156680583954,0.001008882187306881,0.005291879177093506,-0.002337731420993805,-0.0028509199619293213 +358,1.97454973604467,-0.1267231545293611,0.8387611350491829,0.9122189283370972,0.12638425827026367,0.38972237706184387,0.08964116871356964,-0.012555953115224838,-0.04975510388612747,-0.004107415676116943,0.004536136984825134,0.004000157117843628 +359,1.9714096754011583,-0.13064204334852866,0.8337204058650949,0.9129753112792969,0.13027073442935944,0.38666000962257385,0.04851877689361572,0.07251069694757462,0.001337244175374508,-0.0009115338325500488,0.002495989203453064,-0.00799781084060669 +360,1.9737642822151042,-0.12880452568472164,0.833041511342658,0.9122809767723083,0.12844866514205933,0.38890182971954346,-0.012678463011980057,0.06329888105392456,0.022721625864505768,0.007030606269836426,0.0014494210481643677,0.0017690062522888184 +361,1.9745982969490627,-0.1294856833627587,0.8335947835296688,0.9118756651878357,0.12912414968013763,0.3896281123161316,-0.010152068920433521,-0.043197594583034515,-0.04606248810887337,0.004872500896453857,0.0033984333276748657,0.009877622127532959 +362,1.979042232575393,-0.129479920496857,0.8338205242066353,0.9101359248161316,0.1291184276342392,0.39367687702178955,-0.013115499168634415,0.04878922551870346,-0.011794142425060272,-0.0006814002990722656,0.003800898790359497,0.001724332571029663 +363,1.983370730131019,-0.1298279371465496,0.8344514103388241,0.908381998538971,0.12946352362632751,0.3975946009159088,-0.004679635167121887,0.03921715170145035,-0.008283689618110657,0.002537250518798828,0.002723380923271179,0.00560373067855835 +364,1.9864617804913645,-0.12737894223338908,0.8330477568276544,0.9074358344078064,0.1270347535610199,0.4005272686481476,0.008995696902275085,0.009277362376451492,0.01372547261416912,0.006290853023529053,-0.00041735172271728516,0.0037694573402404785 +365,1.9866463501432192,-0.1287164809262425,0.8337334099962992,0.9072057008743286,0.12836134433746338,0.4006257951259613,-0.002517291344702244,-0.006765561643987894,-0.02638014778494835,0.0009210109710693359,-8.071959018707275e-05,-0.002554476261138916 +366,1.9881460975463692,-0.12931239433954952,0.8347661100190806,0.9065338969230652,0.12895230948925018,0.40195488929748535,0.005236695520579815,0.016239024698734283,-0.009723935276269913,0.0023863911628723145,-0.0018008053302764893,-0.0009996891021728516 +367,1.9864109165235437,-0.13150488023923007,0.8315418752690152,0.9069690108299255,0.13112618029117584,0.4002661108970642,0.028277503326535225,-0.06124309450387955,-0.026219148188829422,0.0015850067138671875,0.0018999427556991577,0.003008335828781128 +368,1.9828535219683368,-0.1335413508467383,0.8325087672488966,0.9081407785415649,0.1331447958946228,0.39692944288253784,0.023913750424981117,0.009348309598863125,-0.03307574242353439,0.004853725433349609,-7.288157939910889e-05,0.003247559070587158 +369,1.981734491719392,-0.1343494210613287,0.8313299035391394,0.9084854125976562,0.13394562900066376,0.3958698511123657,0.004760266747325659,-0.008947603404521942,-0.004080295562744141,0.00353240966796875,0.0008657574653625488,0.007725119590759277 +370,1.9795303724841855,-0.1337629254717579,0.831119984658547,0.9094276428222656,0.13336439430713654,0.3938975930213928,0.005613860674202442,-0.025162627920508385,0.012974579818546772,0.003398895263671875,0.002896606922149658,-0.0005412101745605469 +371,1.9806470779242131,-0.13235032984758358,0.830591791527437,0.9091590046882629,0.1319642812013626,0.394987553358078,-0.003707021474838257,0.026241423562169075,0.009581847116351128,0.0022788643836975098,-0.00020463764667510986,0.007371485233306885 +372,1.9777112301177178,-0.1314987090370147,0.8301185174635378,0.9104176759719849,0.13112005591392517,0.3923610746860504,0.0029633361846208572,-0.013359096832573414,0.024222981184720993,0.0023478269577026367,0.001692444086074829,-0.002789020538330078 +373,1.9789374439324925,-0.13052565674545494,0.8298914337392818,0.9100525379180908,0.13015533983707428,0.3935275971889496,-0.00034504756331443787,0.005554254166781902,0.027235407382249832,-1.8417835235595703e-05,0.0048543959856033325,0.00436064600944519 +374,1.9775246926666643,-0.1307549063833202,0.8299134260825817,0.910580039024353,0.13038264214992523,0.39222967624664307,0.0023855878971517086,0.028005201369524002,0.004211584106087685,0.005328655242919922,0.0009955018758773804,-0.001955687999725342 +375,1.9748167778077372,-0.1305199933903644,0.830394943413631,0.9116672277450562,0.1301497370004654,0.3897745907306671,-0.0005120038986206055,0.01820816658437252,-0.0004651900380849838,0.004562199115753174,-0.002525225281715393,-0.004947841167449951 +376,1.9751564760535705,-0.1299519285784408,0.8302810890180187,0.9116023182868958,0.12958647310733795,0.3901131749153137,0.007859751582145691,0.03045543096959591,0.0228277537971735,0.0008883476257324219,0.005194365978240967,0.0015036463737487793 +377,1.973498465868643,-0.12924283222236513,0.8291170279487168,0.9123323559761047,0.12888333201408386,0.3886371850967407,0.006248769350349903,-0.00258812727406621,0.026065483689308167,0.001959085464477539,0.00031284987926483154,-0.0015826821327209473 +378,1.9737125672011648,-0.12810976617757225,0.8288007483168595,0.912382960319519,0.1277596354484558,0.3888895511627197,-0.004681233316659927,0.017430897802114487,0.015843750908970833,0.002167940139770508,0.002062186598777771,-0.0017129778861999512 +379,1.9720742166415217,-0.1288402521902577,0.8293611810672262,0.9129324555397034,0.1284841001033783,0.38735756278038025,-0.008725895546376705,-0.016072608530521393,8.049421012401581e-05,0.0006568431854248047,0.004282638430595398,-0.00015050172805786133 +380,1.9714535069083172,-0.12907839216509284,0.8300404523320614,0.9131447076797485,0.1287202537059784,0.38677895069122314,0.0013954248279333115,-0.006423078943043947,-0.004884708672761917,0.002245306968688965,0.0017423927783966064,0.0022439956665039062 +381,1.9684552880045285,-0.1292948434335467,0.8283725457028599,0.9142745137214661,0.12893490493297577,0.3840286135673523,0.0025969701819121838,-0.022551780566573143,0.00840792991220951,0.001741170883178711,0.0014667361974716187,0.0004928708076477051 +382,1.966944676084431,-0.12972718662272306,0.828819862730866,0.9148022532463074,0.12936362624168396,0.3826255798339844,0.014091948978602886,-0.04635794460773468,-0.000596487894654274,0.0010762810707092285,0.005844533443450928,0.006916135549545288 +383,1.964857718148075,-0.12989364188996882,0.8279749921977213,0.9155787229537964,0.1295286864042282,0.3807072341442108,-0.002244645729660988,0.02487107925117016,-0.012433299794793129,0.005319714546203613,-0.0015379488468170166,-0.0019383430480957031 +384,1.9632842915072444,-0.12907375144443692,0.8277735130220744,0.9162743091583252,0.1287156492471695,0.3793066442012787,0.0030699875205755234,-0.02892664074897766,-0.009605836123228073,0.011032700538635254,-0.004020854830741882,0.007335841655731201 +385,1.961876105935169,-0.12928525386892115,0.8283186170542951,0.9167823791503906,0.1289253979921341,0.37800559401512146,-0.00566581916064024,-0.06528296321630478,-0.019590165466070175,0.0054892897605896,0.0005606561899185181,0.0021975934505462646 +386,1.9599419129643576,-0.13073714680103582,0.8283478796544526,0.9173377156257629,0.1303650289773941,0.37616026401519775,-0.004717733711004257,0.009448263794183731,-0.017426081001758575,0.0045525431632995605,0.0013945996761322021,0.003234267234802246 +387,1.9566351281943508,-0.13193462609054887,0.8291012059325752,0.918431282043457,0.13155220448970795,0.3730657696723938,-0.008752422407269478,-0.006465455051511526,0.012560049071907997,0.007349967956542969,-0.001089543104171753,-0.012241244316101074 +388,1.9539088459956706,-0.12942533544484935,0.8273828546070378,0.9197481870651245,0.12906430661678314,0.3706827163696289,0.006087124813348055,0.008867833763360977,0.007011611945927143,0.002996504306793213,0.0005590915679931641,-0.004227638244628906 +389,1.9567059275463785,-0.12886863167424073,0.8271826285857566,0.9187742471694946,0.12851223349571228,0.3732808530330658,-0.0008962582796812057,0.00787717942148447,-0.00011459551751613617,0.003833174705505371,0.00619235634803772,0.0037943124771118164 +390,1.955096052556763,-0.12901720586729132,0.8274252482768014,0.9193562865257263,0.12865957617759705,0.37179410457611084,0.0025933505967259407,0.008089671842753887,0.014809774234890938,0.003480076789855957,-0.003720596432685852,-0.002653449773788452 +391,1.9540362095307702,-0.12861153073331394,0.8269756474262379,0.9197980165481567,0.12825725972652435,0.3708389401435852,0.01624131202697754,0.012010224163532257,0.014262089505791664,-0.0036908984184265137,0.00821731984615326,-0.0012253820896148682 +392,1.9537503543677963,-0.12994713961030727,0.825250826941083,0.9197442531585693,0.1295817345380783,0.3705116808414459,-0.00977387372404337,-0.05064140632748604,0.0018972968682646751,0.00048273801803588867,0.0009572058916091919,-0.003980427980422974 +393,1.9541738629952117,-0.12981250976876008,0.8255965279825975,0.9196034669876099,0.12944823503494263,0.3709076941013336,-0.018324866890907288,0.036046482622623444,-0.029073409736156464,0.005658924579620361,-0.0006335526704788208,0.004015892744064331 +394,1.9537152049329904,-0.12976099702639093,0.8265262683522487,0.9197796583175659,0.12939715385437012,0.37048834562301636,-0.0005500642582774162,-0.04019691422581673,-0.0023323260247707367,0.009999334812164307,0.0035526901483535767,0.0025736987590789795 +395,1.952685432234634,-0.12968555408220547,0.8265625266128324,0.9201697111129761,0.129322350025177,0.3695446252822876,-0.008782357908785343,0.008108780719339848,-0.022524040192365646,0.006359100341796875,-0.006626412272453308,0.0009540021419525146 +396,1.9529952351331512,-0.12967339185916452,0.8272279850595102,0.9200568795204163,0.12931028008460999,0.3698303699493408,0.00011522136628627777,-0.03134457394480705,-0.012924263253808022,0.0014061927795410156,0.0040668100118637085,0.006054669618606567 +397,1.952032955449038,-0.13018388097459016,0.8273925181500673,0.9203507900238037,0.129816472530365,0.3689201772212982,-0.0032972674816846848,-0.03485700115561485,-0.014666639268398285,0.005766153335571289,-0.0010017752647399902,0.0040045976638793945 +398,1.950738896797081,-0.13453700657588674,0.8245299508177528,0.9202936887741089,0.134131520986557,0.3675157129764557,0.10733631998300552,0.04766494035720825,-0.05132398009300232,0.008371233940124512,-0.0078345388174057,0.0036388635635375977 +399,1.9664887728429523,-0.17372596058476222,0.8014612650243689,0.9088406562805176,0.17285341024398804,0.37964534759521484,0.7477229237556458,0.4028250575065613,-0.6663897037506104,0.0502811074256897,-0.03730958700180054,0.026391029357910156 +400,2.0220592723271618,-0.29075410554669606,0.7498379955987301,0.8621267676353455,0.28667476773262024,0.4177984297275543,1.1190842390060425,0.8906892538070679,-1.0582317113876343,0.03661602735519409,-0.036979854106903076,-0.0058720409870147705 +401,2.0353798417294633,-0.4546143484988702,0.7209868535879187,0.8032041192054749,0.43911585211753845,0.4025421738624573,1.3414356708526611,1.1570521593093872,-1.7303004264831543,0.0650971531867981,-0.06996002793312073,-0.007614314556121826 +402,2.1904768927242286,-0.7271274779784357,0.6377449367460798,0.6081766486167908,0.6647263765335083,0.43388956785202026,1.6915606260299683,0.9817541837692261,-2.267014265060425,0.052406907081604004,-0.049720823764801025,-0.052694499492645264 +403,2.3215774943245022,-1.043961533609371,0.5322758851053696,0.3676254153251648,0.8644028902053833,0.34301531314849854,3.0609378814697266,2.719400405883789,-1.7429219484329224,0.05104532837867737,-0.050559937953948975,0.024202674627304077 +404,2.2331230556804376,-1.344407143051756,0.2124195538626505,0.17700062692165375,0.9744832515716553,0.13803215324878693,2.5555179119110107,1.491900086402893,-1.0266308784484863,-0.02992120385169983,-0.0270041823387146,0.0025622546672821045 +405,0.8120702527429605,-1.4579178065694909,-1.3504966626171075,0.0817437693476677,0.9936359524726868,-0.0774955153465271,2.0778098106384277,0.8649792671203613,-0.7703286409378052,0.009961538016796112,-0.017546534538269043,-0.023456625640392303 +406,0.11908427298253862,-1.324428281247471,-2.1456641294129795,0.028974078595638275,0.969804584980011,-0.24215613305568695,1.2050150632858276,0.5640607476234436,-0.5682575106620789,-0.00048592686653137207,0.011106669902801514,-0.036499857902526855 +407,-0.012464902370721651,-1.2528642156379493,-2.3090761084208156,-0.0038964692503213882,0.9498838782310486,-0.31257903575897217,0.41603124141693115,0.31633153557777405,-0.27367621660232544,0.005468129646033049,0.002676665782928467,-0.02512851357460022 +408,-0.016231535505270407,-1.2538166990682944,-2.322510186575819,-0.005059119779616594,0.9501811861991882,-0.31165722012519836,-0.292950838804245,0.23781843483448029,0.04787317290902138,0.015877604484558105,0.0018604397773742676,-0.022922217845916748 +409,-0.00585445285613763,-1.2795363768286117,-2.353926789838709,-0.0016811530804261565,0.957882821559906,-0.2871547341346741,-0.05202431604266167,0.45249927043914795,-0.3195286691188812,0.06115990877151489,-0.007122933864593506,0.04003864526748657 +410,-0.0428471556037556,-1.2871006240693261,-2.417215034270746,-0.01198948547244072,0.9600275754928589,-0.2796486020088196,-0.15910696983337402,0.004069443792104721,-0.005125721916556358,-0.004245876334607601,-0.011251330375671387,-0.019240528345108032 +411,-0.046561452669397374,-1.316562293654161,-2.421407888574158,-0.011706177145242691,0.967856228351593,-0.25123175978660583,-0.1796395182609558,-0.019728530198335648,-0.02342589944601059,0.04713708162307739,0.009942233562469482,0.05514103174209595 +412,-0.05031772408296289,-1.3148541528750906,-2.424265464023873,-0.012732921168208122,0.9674252271652222,-0.25283682346343994,0.05307779088616371,0.009645368903875351,0.05315116420388222,-0.01853233575820923,-0.016054928302764893,-0.03738534450531006 +413,-0.029379837015741594,-1.3069499974771188,-2.403805485676331,-0.007661027833819389,0.9653940200805664,-0.26068300008773804,0.3008210361003876,0.006629726849496365,0.04948120191693306,0.022401005029678345,-0.012375891208648682,0.024888962507247925 +414,0.009096819204008415,-1.2548360928796933,-2.3396509785928314,0.002826608484610915,0.9504984617233276,-0.3107163608074188,0.5834147334098816,0.21269086003303528,0.073465496301651,0.030834287405014038,0.05012708902359009,-0.003919869661331177 +415,-0.028359568717901094,-1.2222554778197208,-2.3864813740608932,-0.00968425814062357,0.9398720264434814,-0.34138959646224976,-0.00761182326823473,-0.00911887176334858,-0.13979580998420715,0.003214538097381592,0.06287455558776855,-0.05622386932373047 +416,-0.13182480662186896,-1.2613325297375635,-2.534710570965085,-0.040030766278505325,0.9524970054626465,-0.3019053637981415,-0.7830784916877747,1.1575133800506592,-0.8953031897544861,0.06334620714187622,0.04229968786239624,0.034571439027786255 +417,-0.5923816382674951,-1.1746297603490214,-3.1005564546558495,-0.21545417606830597,0.9225470423698425,-0.3201349377632141,0.5994556546211243,0.4521113336086273,-3.2074942588806152,-0.11441028118133545,0.1429741382598877,0.033345967531204224 +418,-0.9240910170927915,-0.8799729702078021,2.593713375625639,-0.5085099935531616,0.7707216739654541,-0.38393455743789673,-0.24508213996887207,1.4009517431259155,-5.1949143409729,-0.011463761329650879,0.2709348201751709,0.14676713943481445 +419,-1.1576600912700754,-0.5275079237910204,2.074748683246338,-0.7913671731948853,0.503381609916687,-0.34690767526626587,-2.0884902477264404,2.2025766372680664,-4.868366241455078,0.13148558139801025,0.304723858833313,0.16894441843032837 +420,-1.1145201390604127,-0.20455632154671205,1.6557283215962921,-0.8789834976196289,0.2031327486038208,-0.4314221441745758,-2.4288506507873535,1.5316773653030396,-3.9971582889556885,0.23729044198989868,0.204460009932518,0.023997217416763306 +421,-1.0734437168372442,0.0035806254105901596,1.2348552509958763,-0.8788430690765381,-0.003580617718398571,-0.4770975112915039,-3.02815580368042,0.44081321358680725,-3.5826733112335205,0.14567351341247559,0.14266449213027954,-0.0029745101928710938 +422,-1.1178077186854694,0.24107155990974716,0.7906896136517034,-0.8731423020362854,-0.23874333500862122,-0.4249988794326782,-2.1283586025238037,-1.718406081199646,-4.754885673522949,0.07677090167999268,0.07863286137580872,-0.1532481610774994 +423,-1.1443894246215354,0.47051383144646763,0.5442746551728331,-0.8115232586860657,-0.45334434509277344,-0.3686582148075104,-0.33633315563201904,-1.0213929414749146,-1.9472219944000244,0.21488934755325317,0.0038814544677734375,-0.07895833253860474 +424,-1.2019939659512477,0.5835646076269901,0.47431087248257786,-0.7783915996551514,-0.5510020852088928,-0.3008374273777008,-1.0562491416931152,-0.8902664184570312,0.1299227774143219,0.20273858308792114,-0.1721118688583374,0.0918530523777008 +425,-1.1665491926296503,0.5074391068011356,0.28864462455677126,-0.8035469651222229,-0.4859406352043152,-0.3437642753124237,-2.612271547317505,-0.7869658470153809,-0.6876078844070435,-0.039119601249694824,0.05867931246757507,0.17172148823738098 +426,-1.040202193659889,0.4662269271869123,-0.004608970276137777,-0.7704518437385559,-0.4495191276073456,-0.45203596353530884,-0.4700828492641449,-0.7978557348251343,-0.7696832418441772,-0.1339518427848816,0.09052559733390808,-0.25826066732406616 +427,-1.110052986838728,0.7094097433479146,-0.1483985035200523,-0.6796260476112366,-0.651386022567749,-0.3373493254184723,-0.2079525589942932,-1.05042564868927,-3.283998727798462,0.03605616092681885,0.0616033673286438,-0.1307445466518402 +428,-1.0402243290762858,0.9723410084363064,-0.3302124397223354,-0.48591384291648865,-0.8262068033218384,-0.28507867455482483,1.2269126176834106,-0.9581500887870789,-2.2919256687164307,0.14968645572662354,0.03943324089050293,-0.10542425513267517 +429,-1.1632615501180708,1.2225892626648378,-0.24502941871268463,-0.31326761841773987,-0.939985990524292,-0.13523869216442108,1.0467519760131836,0.24847078323364258,-2.3263771533966064,-0.25188741087913513,0.05407607555389404,0.06207282841205597 +430,-1.482046697132027,1.4537343755492558,0.10945512283250584,-0.11633462458848953,-0.9931560754776001,-0.010351847857236862,1.0174829959869385,0.24202848970890045,-1.1370588541030884,0.01698467880487442,0.07454651594161987,0.07973355054855347 +431,-2.0645741329826017,1.5004930659480746,0.7064320758159883,-0.061853744089603424,-0.9975297451019287,0.03329281508922577,0.19654935598373413,-0.09399385750293732,-0.3950728178024292,-0.0037132762372493744,-0.041105449199676514,0.007280346006155014 +432,-2.601922465972845,1.4965277363548226,1.2516259797263438,-0.038128942251205444,-0.997243344783783,0.06365630775690079,0.02016477659344673,0.1315319538116455,-0.5113232731819153,-0.04164404049515724,-0.08585608005523682,0.07277251034975052 +433,-2.40973742858526,1.5039590216684517,1.060042624975391,-0.04463069885969162,-0.9977672100067139,0.04968549683690071,0.24709057807922363,0.12528331577777863,-0.1319182962179184,-0.04617437347769737,0.05253106355667114,0.005246158689260483 +434,-2.7184795669875474,1.5032825533126344,1.3666644375959125,-0.02769974246621132,-0.997721791267395,0.061512380838394165,-0.29299795627593994,-0.164796382188797,-0.07339120656251907,0.04887891188263893,0.00765538215637207,0.032725803554058075 +435,-2.7137163520319207,1.5241592481604733,1.3554950700416781,-0.01934385485947132,-0.9989126920700073,0.0424157939851284,-0.04042039066553116,0.18638639152050018,-0.2029983252286911,-0.03679323196411133,0.0306815505027771,0.026553865522146225 +436,2.999800122305022,1.528663842403838,1.939809871986574,0.0059526050463318825,-0.9991125464439392,0.0416993647813797,-0.1862795501947403,-0.0045384899713099,0.031229360029101372,0.3531629741191864,-0.08914434909820557,-0.026165958493947983 +437,0.7376585396587655,1.5625335717529727,-2.0808310983907776,0.005559809971600771,-0.9999658465385437,-0.006117714568972588,-0.5139695405960083,0.009846406057476997,-0.00752205029129982,0.007730603218078613,0.006084620952606201,0.017516016960144043 +438,0.08540703538449565,1.5090514160913284,-1.4249661971981873,0.005263608880341053,-0.998094379901886,-0.06147976592183113,-0.5028689503669739,0.014838185161352158,0.011922093108296394,0.015518873929977417,0.0034044981002807617,0.003618478775024414 +439,0.03670526109136698,1.4519925948013446,-1.3664660638076984,0.004349459428340197,-0.9929511547088623,-0.11844366788864136,-0.34077343344688416,-0.0030153635889291763,0.010917160660028458,0.012831956148147583,0.0017555952072143555,-0.05289725959300995 +440,0.031864892511843136,1.4503078321890805,-1.3616493048049365,0.0038294026162475348,-0.9927500486373901,-0.12013555318117142,0.24676832556724548,0.002699395176023245,-7.78399407863617e-05,0.006577104330062866,0.004239976406097412,-0.029431097209453583 +441,0.0478431003575579,1.4793032249228208,-1.3776406882157102,0.0043695224449038506,-0.9958174228668213,-0.09126055985689163,0.30798065662384033,0.00025399820879101753,-0.012094153091311455,0.00045224977657198906,0.0050032734870910645,0.025113709270954132 +442,0.06788818207132198,1.4984649305674371,-1.3978525244891746,0.00490246806293726,-0.9973852038383484,-0.07210289686918259,0.17339709401130676,-0.0045167226344347,-0.010905317962169647,0.002086073625832796,0.0020848512649536133,0.008504264056682587 +443,0.11785827833135018,1.5200571878501015,-1.4477781345298149,0.0059636374935507774,-0.9987130165100098,-0.050365567207336426,0.25058022141456604,0.0009887642227113247,-0.006522020325064659,-0.0007756650447845459,0.004984378814697266,0.009670376777648926 +444,0.16881946360075964,1.5324829318500437,-1.4984761068149144,0.006436146795749664,-0.9992661476135254,-0.03776156157255173,0.06174710765480995,0.002992461435496807,-0.005507618188858032,-0.00043943431228399277,0.00565946102142334,0.021892424672842026 +445,0.18463853301274163,1.5343285442923813,-1.513011204580185,0.006694169249385595,-0.9993351101875305,-0.03584259748458862,-0.06336716562509537,0.027606341987848282,-0.0011084843426942825,0.0037275850772857666,0.0037296414375305176,0.014876961708068848 +446,0.18158899228130945,1.5334838763179577,-1.5052470759828083,0.006736387498676777,-0.9993039965629578,-0.036688242107629776,0.05922086909413338,0.005136428866535425,-0.0002999305725097656,-0.0026775607839226723,0.002432107925415039,-0.04526674374938011 +447,0.26360948255846733,1.5444713265680705,-1.5869628447907533,0.006860003340989351,-0.9996535181999207,-0.025417758151888847,0.1505075842142105,0.0022833594121038914,0.003721826709806919,0.0023868391290307045,0.005787372589111328,0.02003144845366478 +448,0.6906506777590895,1.5595942664313893,-2.0082210197299912,0.007141252979636192,-0.9999372363090515,-0.008641079999506474,0.18152667582035065,0.12318894267082214,0.0031814752146601677,0.0063932836055755615,0.004514873027801514,0.03186500072479248 +449,2.534528042461479,1.5580814177375426,2.4401536993452586,0.007255637086927891,-0.9999191761016846,0.010446401312947273,0.20874454081058502,0.0869227796792984,-0.012677380815148354,-0.002357572317123413,0.00516819953918457,0.0013943910598754883 +450,3.1390551507896265,1.5393332611486217,1.8464893486359668,7.981603994267061e-05,-0.9995051026344299,0.03145449236035347,0.22371628880500793,0.11327453702688217,0.1472221314907074,0.002361595630645752,0.0025569796562194824,0.012628193944692612 +451,-2.624469165704891,1.5048067871021211,1.3447062391769444,-0.032600466161966324,-0.9978234767913818,0.05731964483857155,0.37273794412612915,0.3640918433666229,0.42767441272735596,0.011695921421051025,0.004003286361694336,0.01621246337890625 +452,-2.370684713228309,1.42262591755,1.156454098742968,-0.1028655394911766,-0.9890428185462952,0.1058906763792038,0.6134036779403687,0.9951547384262085,1.0143786668777466,0.1046966165304184,-0.023667633533477783,0.02779148519039154 +453,-2.104381887147116,1.2876331260988343,0.9535326184968672,-0.24055543541908264,-0.9601764678955078,0.14210659265518188,0.47581425309181213,0.5555112361907959,1.4832574129104614,0.02522343397140503,0.013170242309570312,-0.01971578598022461 +454,-2.0301211272941537,1.1574148773805197,0.9380514087530619,-0.36007213592529297,-0.9157677292823792,0.17809461057186127,0.7298067808151245,0.6749989986419678,0.7985777854919434,-0.07013413310050964,0.046352386474609375,-0.02083754539489746 +455,-2.061874956476632,1.080636375163886,1.029100325540514,-0.41513434052467346,-0.8822575807571411,0.22200323641300201,0.5636023283004761,0.30957648158073425,0.3654298186302185,-0.024852901697158813,0.023996353149414062,0.03928831219673157 +456,-2.103726293261607,1.032331676911437,1.100506680240095,-0.4417022168636322,-0.8584970235824585,0.2605423033237457,0.5011518001556396,0.0635933056473732,0.18801990151405334,-0.010827779769897461,0.012503862380981445,-0.008741825819015503 +457,-2.142399312293879,1.0026688065088385,1.1492994698995698,-0.45252251625061035,-0.8429099321365356,0.2910771667957306,0.19727304577827454,0.05767339840531349,0.02064341865479946,-0.011359870433807373,0.01701289415359497,0.03976386785507202 +458,-2.137520878811704,0.9969172640730761,1.144092647018989,-0.45801985263824463,-0.8398013710975647,0.2914641797542572,-0.07670728117227554,-0.0377516895532608,0.04675251990556717,-0.030322402715682983,0.021945655345916748,-0.011282235383987427 +459,-2.1425971640802866,0.9971013244789272,1.1523881684946549,-0.4564043879508972,-0.8399012684822083,0.29370176792144775,0.006273922976106405,-0.01997843198478222,0.008006861433386803,0.019423186779022217,-0.0023379921913146973,-0.0009771883487701416 +460,-2.14394130127931,0.9937525830049881,1.1572313542055963,-0.4583700895309448,-0.8380790948867798,0.29583874344825745,-0.006522928364574909,0.05169951543211937,0.0852651596069336,0.004649937152862549,0.005452632904052734,0.02667108178138733 +461,-2.135906657511179,0.9896025467283595,1.1484217687047993,-0.4636651277542114,-0.8358078598976135,0.2940061092376709,-0.07797504216432571,0.0052200439386069775,0.07609043270349503,0.011547297239303589,0.002296626567840576,0.025726497173309326 +462,-2.121797856512277,0.9905581507896978,1.1326489244847153,-0.4670864939689636,-0.8363320827484131,0.28701722621917725,-0.08019528537988663,-0.00024357810616493225,0.024811938405036926,0.006866186857223511,0.005536794662475586,-0.0007165670394897461 +463,-2.1013753300704097,0.9912249475490963,1.112322980024789,-0.47236889600753784,-0.8366974592208862,0.27713650465011597,-0.125571608543396,-0.006111431401222944,0.09480740875005722,0.018526822328567505,-0.004168450832366943,-0.011175930500030518 +464,-2.0919232709522597,0.991061715956636,1.1047146981376295,-0.4750858545303345,-0.8366080522537231,0.2727274000644684,-0.0006330693140625954,0.045107342302799225,-0.005480850115418434,-0.006450951099395752,0.007857561111450195,-0.003135114908218384 +465,-2.0907534768010603,0.9896536165395742,1.1033350652878957,-0.47642675042152405,-0.835835874080658,0.2727566659450531,-7.554888725280762e-06,-0.0658499151468277,0.017827274277806282,0.006608545780181885,0.002812683582305908,-0.0008144080638885498 +466,-2.094342108821734,0.9895643879449106,1.1108253112544169,-0.4755091369152069,-0.8357868790626526,0.2745017409324646,-0.000987417995929718,0.04087065905332565,-0.021610276773571968,0.0038752853870391846,0.005006909370422363,0.017627686262130737 +467,-2.096625387654854,0.9898563075362735,1.1141664279024208,-0.4746704697608948,-0.8359471559524536,0.2754644751548767,0.04775891825556755,-0.003484764602035284,-0.028851695358753204,-0.0064849853515625,0.007150590419769287,-0.014020413160324097 +468,-2.100519168339223,0.9877307436947346,1.116808850382043,-0.4751262962818146,-0.8347787261009216,0.2782077193260193,0.04863240569829941,-0.015301201492547989,0.02265704981982708,-0.0017413496971130371,0.0060585737228393555,0.0021877288818359375 +469,-2.103560107775977,0.9839520382141127,1.1209498368838215,-0.4769919812679291,-0.8326922655105591,0.281251460313797,0.017139693722128868,0.02048543468117714,0.039329893887043,0.009950965642929077,0.000722050666809082,0.01556253433227539 +470,-2.107935755556307,0.9792158556302669,1.123561742417873,-0.47913992404937744,-0.8300603032112122,0.2853507399559021,0.04554141312837601,-0.015403557568788528,0.012474576011300087,0.009504854679107666,0.0008823275566101074,0.011920958757400513 +471,-2.117212121943809,0.976432177356273,1.1321924972360302,-0.47844454646110535,-0.828504741191864,0.29098257422447205,0.03301350027322769,0.008330358192324638,-0.01332092471420765,-4.0590763092041016e-05,0.005323588848114014,0.019366025924682617 +472,-2.1195711112534337,0.9767248557945345,1.1334988842960059,-0.4775499105453491,-0.8286685943603516,0.2919839024543762,-0.02409910224378109,0.028533821925520897,-0.008862802758812904,0.002330183982849121,0.0030002593994140625,0.011376142501831055 +473,-2.1119469894800664,0.9772089033545411,1.124614096926891,-0.4794182777404785,-0.8289394378662109,0.2881278991699219,-0.05156828835606575,0.041999612003564835,0.004144470207393169,-0.014325618743896484,0.015295028686523438,0.008106231689453125 +474,-2.104993034697045,0.9801228814465984,1.1179034977415645,-0.4793291687965393,-0.8305658102035522,0.2835559844970703,-0.10476253926753998,0.021171297878026962,-0.0014135465025901794,0.010106176137924194,0.0005792975425720215,0.0180034339427948 +475,-2.090270440688946,0.9844997771915016,1.1038083738023288,-0.48029106855392456,-0.8329954147338867,0.2746610641479492,-0.1331288069486618,-0.03138738125562668,0.056166667491197586,0.016347676515579224,-0.002484142780303955,-0.002108633518218994 +476,-2.0790570667924806,0.9854597906522768,1.089643845335696,-0.4826422333717346,-0.8335261940956116,0.2688691318035126,-0.04673267900943756,0.0027380690444260836,0.024043768644332886,-0.01261228322982788,0.009200632572174072,-0.013528585433959961 +477,-2.0653882782085775,0.9882931615754563,1.080063721545602,-0.4841914772987366,-0.8350882530212402,0.26112496852874756,-0.0871158316731453,0.10593436658382416,-0.022594448179006577,-0.00169411301612854,0.005239009857177734,-0.0014356374740600586 +478,-2.040759443157283,0.9936226962673844,1.0560414767957806,-0.4865001142024994,-0.8380082249641418,0.24710288643836975,-0.15746347606182098,0.009406715631484985,0.022581687197089195,-0.0028187334537506104,0.0035050511360168457,-0.018770456314086914 +479,-2.024740949554751,0.9973134022729485,1.0384850130218184,-0.4876127541065216,-0.8400163650512695,0.2379206269979477,-0.09094509482383728,0.003565665800124407,0.017869485542178154,0.0077543556690216064,-0.00033086538314819336,-0.007802858948707581 +480,-2.0079168017326827,0.999563598965293,1.0197165934265433,-0.4898323714733124,-0.8412351012229919,0.2288827747106552,-0.11098404228687286,0.020517703145742416,0.02348303236067295,0.005991518497467041,0.004077136516571045,0.002989724278450012 +481,-1.9896854400466026,1.002129242755093,1.0008138734463932,-0.49195030331611633,-0.8426195383071899,0.21903634071350098,-0.127529576420784,-0.04966654255986214,0.04698527231812477,0.016761213541030884,-0.005387544631958008,-0.020275413990020752 +482,-1.983567225174104,1.0037590536087018,0.9893341684485344,-0.4920229911804199,-0.8434960842132568,0.21547138690948486,0.002979118376970291,-0.054541703313589096,0.005263155326247215,0.007815837860107422,-0.0016272664070129395,-0.021028637886047363 +483,-1.976228613732449,1.0056731167232429,0.9820542958580307,-0.49210643768310547,-0.8445226550102234,0.21121767163276672,-0.009676681831479073,0.049478232860565186,-0.05518820881843567,-0.02194693684577942,0.012720227241516113,0.0009100437164306641 +484,-1.9758275277112847,1.008620305575849,0.9805612827945446,-0.4899013936519623,-0.8460972309112549,0.21003858745098114,-0.027389751747250557,0.05324459820985794,-0.05558475852012634,-0.008435368537902832,0.012143373489379883,0.02445840835571289 +485,-1.9661719084485285,1.0123355233869278,0.9715569491429433,-0.48900219798088074,-0.8480716943740845,0.20408642292022705,-0.1263345330953598,-0.012053146958351135,0.01106217410415411,0.009784668684005737,-0.001018822193145752,0.0008085966110229492 +486,-1.9528179243531716,1.0178687940258824,0.9572557197038271,-0.48732227087020874,-0.8509907126426697,0.19578596949577332,-0.06952241063117981,-0.013634169474244118,0.0033443281427025795,0.013079047203063965,-0.003181159496307373,-0.030594319105148315 +487,-1.9375368002276996,1.0214979690173216,0.9436851102655804,-0.4873707592487335,-0.8528910279273987,0.1872078776359558,-0.061197228729724884,0.0019163389224559069,0.028886187821626663,-0.0036419034004211426,0.0034952163696289062,-0.027173742651939392 +488,-1.9375146998645176,1.0197266518759323,0.9423611294964975,-0.48878440260887146,-0.8519649505615234,0.18773849308490753,0.05957771837711334,-0.02042114920914173,0.0268146600574255,-0.00093117356300354,0.0035610198974609375,-0.0066776275634765625 +489,-1.9391944100572156,1.0172330626748425,0.9445343842031678,-0.490448534488678,-0.8506566286087036,0.18932361900806427,0.0039258371107280254,-0.006784960627555847,0.0162980854511261,-0.0024256110191345215,0.006418406963348389,0.011436209082603455 +490,-1.9339035809793625,1.018622135336388,0.9389297230309541,-0.49033844470977783,-0.8513860702514648,0.18630629777908325,-0.05158518999814987,-0.001284969039261341,-0.0005629211664199829,0.018048405647277832,-0.004280984401702881,-0.0016901642084121704 +491,-1.9298000128798887,1.0176455640047186,0.9345088973880525,-0.4918769598007202,-0.8508734107017517,0.1845846027135849,-0.032877158373594284,0.0008415239863097668,0.03696713224053383,0.008921027183532715,0.0017981529235839844,0.007126808166503906 +492,-1.929257245829546,1.0154358154788066,0.9324759427979686,-0.49373674392700195,-0.8497104048728943,0.18497686088085175,0.003958968911319971,0.024031199514865875,0.0015605585649609566,-0.005225688219070435,0.007013261318206787,0.00020384788513183594 +493,-1.9260366004734724,1.0133000653744642,0.9291395225320098,-0.4960300326347351,-0.84858238697052,0.18401645123958588,-0.023650016635656357,0.05813758447766304,0.007561705075204372,-0.008120357990264893,0.011424243450164795,0.02591395378112793 +494,-1.9206886097942877,1.012738868064784,0.9235808643292777,-0.4974544942378998,-0.8482853770256042,0.1815243363380432,-0.009742485359311104,0.0036626355722546577,0.009612887166440487,0.005953669548034668,0.0009037256240844727,-0.0030727386474609375 +495,-1.9232278213984002,1.0108344982979829,0.9267650041274574,-0.4985072612762451,-0.8472753763198853,0.18334420025348663,0.042916007339954376,-0.049122750759124756,0.051670853048563004,0.01278945803642273,-0.002532362937927246,-0.011927008628845215 +496,-1.9289817003485346,1.0065649984539282,0.9315257606386304,-0.5008273124694824,-0.8449999094009399,0.18747594952583313,0.09670428186655045,0.0017061238177120686,0.004117196425795555,-0.022182941436767578,0.01592886447906494,-0.016928434371948242 +497,-1.9349412936245463,1.004839854676845,0.937406342583898,-0.5010626912117004,-0.8440760970115662,0.19097627699375153,-0.04412316530942917,-0.03689595311880112,0.029386840760707855,0.015451669692993164,-0.0014287829399108887,0.020235925912857056 +498,-1.933972968418673,1.0024933550399304,0.9332114969463665,-0.5030970573425293,-0.8428155183792114,0.19119393825531006,0.04478616267442703,-0.02467092126607895,0.025609556585550308,0.0022273659706115723,0.0017054080963134766,-0.018281370401382446 +499,-1.9373243185808096,0.9976246195483365,0.9359222114660989,-0.5062786936759949,-0.8401851654052734,0.1943473070859909,0.048401281237602234,-0.045238200575113297,0.05844847857952118,0.007285714149475098,-0.0001468658447265625,-0.016643524169921875 +500,-1.942997193671317,0.9928666206094665,0.9422670036293652,-0.5088862180709839,-0.8375954031944275,0.19866779446601868,0.04327039793133736,0.019999263808131218,0.006817100569605827,-0.009531199932098389,0.011682868003845215,0.010423451662063599 +501,-1.9507456187461183,0.9885969298586862,0.9494573965408682,-0.5106481909751892,-0.8352553248405457,0.2039293497800827,0.09173973649740219,-0.02513539418578148,0.009792645461857319,0.0012029409408569336,0.0030713677406311035,-0.005794018507003784 +502,-1.9545229260905321,0.9877166763064679,0.9540672466929623,-0.5105555653572083,-0.8347709774971008,0.20613186061382294,0.011350889690220356,0.01422000303864479,-0.02001265436410904,0.006099998950958252,0.00374680757522583,0.006697654724121094 +503,-1.9561154308404751,0.9887204080730814,0.9556916867219564,-0.5094500184059143,-0.8353232145309448,0.2066296637058258,-0.04644934833049774,-0.020467158406972885,-0.0038359593600034714,0.005833745002746582,-0.00018703937530517578,-0.008219599723815918 +504,-1.9578479617236775,0.9896325749323104,0.958549341481216,-0.5083855390548706,-0.8358243107795715,0.20722432434558868,0.03666934370994568,-0.02136259712278843,0.010708766058087349,0.008248209953308105,-0.002890348434448242,-0.011545628309249878 +505,-1.9663684601451732,0.9873449274488847,0.9663639868848032,-0.5083644986152649,-0.8345662355422974,0.212284654378891,0.052108705043792725,-0.008489305153489113,0.00916280783712864,-0.0032474398612976074,0.005693554878234863,0.003093123435974121 +506,-1.9695876164403159,0.9854053436270701,0.9705912094161315,-0.5091691613197327,-0.83349609375,0.21454820036888123,0.004068219102919102,-0.010363951325416565,0.025312084704637527,0.005262970924377441,0.009658873081207275,0.0036220401525497437 +507,-1.974006406374082,0.9830975846365406,0.9752609482080459,-0.509984016418457,-0.8322188258171082,0.2175501435995102,0.051032207906246185,-0.032415300607681274,0.029746655374765396,0.007481634616851807,-0.0038406848907470703,-0.006582155823707581 +508,-1.9778878088699576,0.9792630097996068,0.9776103616496451,-0.512062668800354,-0.8300866484642029,0.22078995406627655,0.0685613825917244,-0.022120539098978043,0.03128236532211304,-0.002692580223083496,0.010399699211120605,0.0017442703247070312 +509,-1.9836097718737802,0.9742966562271215,0.985133126495482,-0.5145602822303772,-0.8273069858551025,0.2253672331571579,0.02330661565065384,0.00778333842754364,0.024530068039894104,0.004687964916229248,-0.0028319954872131348,0.012715518474578857 +510,-1.9807978367963088,0.9739510410324086,0.9857951166339582,-0.5154547095298767,-0.8271127939224243,0.22403362393379211,-0.008792960084974766,0.055475685745477676,-0.01142781414091587,-0.0007501840591430664,0.008677124977111816,0.017909765243530273 +511,-1.9713021473813381,0.9740899610334846,0.9773040809185178,-0.5174530148506165,-0.8271908760070801,0.2190842181444168,-0.035894814878702164,0.049723055213689804,-0.012505332008004189,0.0002715587615966797,0.008693993091583252,-0.0007919967174530029 +512,-1.971113369758088,0.9734638056942296,0.9769520396441208,-0.5179712176322937,-0.8268388509750366,0.21918833255767822,0.037009332329034805,-0.00955410860478878,-0.011007985100150108,-0.001972019672393799,0.01107335090637207,-0.004558175802230835 +513,-1.9659480363057047,0.9745593815884634,0.9730140770571096,-0.5182598233222961,-0.8274545669555664,0.21616096794605255,-0.1434163749217987,0.021119609475135803,0.039815664291381836,0.009852290153503418,0.00026041269302368164,0.012125715613365173 +514,-1.9648819833156395,0.9755600687256869,0.9745930774909555,-0.5177253484725952,-0.8280160427093506,0.2152903825044632,-0.002308657392859459,-0.0021650325506925583,0.0361345000565052,0.007471442222595215,-0.005815744400024414,-0.00029397010803222656 +515,-1.9640078250933468,0.9732528519802268,0.9720437147666678,-0.5196767449378967,-0.8267201781272888,0.21556919813156128,0.027723679319024086,-0.055913567543029785,0.02626015618443489,0.008583486080169678,0.0011737942695617676,-0.006905287504196167 +516,-1.9734981758375227,0.9691485554365743,0.97971998150475,-0.5207248330116272,-0.8244041204452515,0.22181923687458038,0.04886454716324806,-0.019366532564163208,0.03003307431936264,-0.010647296905517578,0.00880652666091919,-0.0005210638046264648 +517,-1.974057942226894,0.97004310652684,0.9836355302470402,-0.5199220776557922,-0.8249101042747498,0.22182120382785797,0.06019069254398346,0.02544652484357357,-0.051385752856731415,0.001886129379272461,0.002812206745147705,-0.01410326361656189 +518,-1.975166937208204,0.9700460607729352,0.9841987737601599,-0.5196734070777893,-0.8249117732048035,0.2223966419696808,0.0010050907731056213,-0.009500078856945038,-0.012764070183038712,-0.006510674953460693,-0.0011686086654663086,-0.0271146297454834 +519,-1.9832559543353103,0.9667006836062066,0.9904244081028376,-0.5203825831413269,-0.8230161070823669,0.22769787907600403,0.07345931977033615,-0.0667915940284729,0.07025758177042007,0.005474865436553955,0.0014829635620117188,-0.007833972573280334 +520,-1.9895655735163045,0.9651616036749908,0.9975365837282016,-0.5200921893119812,-0.8221409320831299,0.2314915508031845,0.07422609627246857,0.020172886550426483,-0.04391119256615639,0.0006220340728759766,0.002621948719024658,-0.001190677285194397 +521,-1.9935684107038187,0.9615066805925445,1.0030963691427348,-0.5218983888626099,-0.8200547695159912,0.23480290174484253,0.06025940179824829,0.062075257301330566,-0.0442744717001915,-0.027509629726409912,0.01837325096130371,0.011077165603637695 +522,-1.9943462523243674,0.9621013858429167,1.0075541313627412,-0.5212709307670593,-0.8203949332237244,0.23500831425189972,0.04294584318995476,0.04233840852975845,0.004804413765668869,-0.01087939739227295,0.013555943965911865,0.007209658622741699 +523,-1.9988890474823469,0.9575034794422081,1.0117948186099,-0.5236236453056335,-0.8177571892738342,0.238937109708786,0.043753087520599365,0.014247061684727669,0.005730519071221352,0.004443526268005371,0.00290757417678833,0.010833904147148132 +524,-1.9979417024161727,0.9512402414824876,1.012512558081448,-0.5285011529922485,-0.8141363263130188,0.24055813252925873,-0.044624730944633484,-0.009123142808675766,0.12362892180681229,0.02097874879837036,-0.0033379793167114258,0.018627598881721497 +525,-2.0028120739468367,0.9423545687793947,1.0147137062653544,-0.533872127532959,-0.808944582939148,0.2461487054824829,0.10100708901882172,-0.0290845800191164,0.08012153208255768,-0.005053043365478516,0.006774723529815674,-0.011041581630706787 +526,-2.017121486198332,0.9289884904815071,1.0292944086681899,-0.5400010943412781,-0.8010148406028748,0.2584071457386017,0.1945057064294815,-0.050293177366256714,0.09055805951356888,0.006614863872528076,-0.002192556858062744,-0.003356456756591797 +527,-2.0293681832694133,0.9070632408313876,1.017231888599589,-0.5524137616157532,-0.7876979112625122,0.2727108299732208,-0.004046420566737652,-0.17210762202739716,0.32677245140075684,0.0077512264251708984,0.005120277404785156,0.00502970814704895 +528,-2.0422964568711497,0.856202748965025,1.0173175064432336,-0.5838083624839783,-0.7553596496582031,0.2976573705673218,0.9739346504211426,-0.5274078845977783,1.1375534534454346,0.058982253074645996,0.07754886150360107,-0.06975206732749939 +529,-2.0552612622944175,0.7222917570041772,1.0166266652487455,-0.6639522910118103,-0.6611058712005615,0.34943756461143494,0.22251200675964355,0.06196555122733116,1.1687082052230835,-0.005374550819396973,0.022128760814666748,0.06589153409004211 +530,-2.025530966551204,0.5583199568342128,0.9663371984485555,-0.7619556188583374,-0.5297620296478271,0.3725261688232422,0.5848724842071533,0.0776546373963356,1.6115431785583496,-0.03481251001358032,0.011192142963409424,0.011293381452560425 +531,-2.0145985202170564,0.4023241954837849,0.9519778171991289,-0.8310142159461975,-0.3915580213069916,0.3950922191143036,0.5430474281311035,0.028635943308472633,1.496766448020935,-0.01809173822402954,-0.02822655439376831,0.0245397686958313 +532,-1.9933430749560097,0.2751291613784972,0.9401119562031437,-0.8777454495429993,-0.27167123556137085,0.3946612775325775,0.35173678398132324,0.17431408166885376,1.1086676120758057,0.06198012828826904,0.03877636790275574,-0.02108040452003479 +533,-1.9989209715300336,0.17822540569606288,0.9493677370020887,-0.89533531665802,-0.177283376455307,0.40858909487724304,0.5185362696647644,0.04120335355401039,0.3780550956726074,0.061320483684539795,0.0155554860830307,0.001933276653289795 +534,-2.029832843143599,0.13399088731928924,0.9826984323846094,-0.8884443640708923,-0.13359031081199646,0.439113050699234,0.49448198080062866,-0.21250301599502563,0.09875501692295074,0.01420736312866211,0.02453574538230896,0.011509537696838379 +535,-2.059350854114872,0.08679397272134437,1.0074855304099561,-0.8796882629394531,-0.08668503910303116,0.46758323907852173,-0.15501561760902405,0.09769728779792786,0.048625797033309937,0.011936306953430176,-0.07591261714696884,0.014029920101165771 +536,-2.0614036011345407,0.08173706850774173,0.9904261332028748,-0.8791021108627319,-0.08164608478546143,0.46958860754966736,0.08919892460107803,0.10202860832214355,-0.03220526874065399,-0.0010248422622680664,0.017269253730773926,0.008286118507385254 +537,-2.0574698811981507,0.07636842608955886,1.000042617948564,-0.8813173174858093,-0.07629421353340149,0.46632513403892517,0.13222020864486694,0.03763212263584137,-0.012853128835558891,-0.00830066204071045,-0.04811069369316101,0.009932160377502441 +538,-2.061554235425362,0.0709975285321823,0.9940319380544421,-0.8797541260719299,-0.07093789428472519,0.47010722756385803,-0.0839710682630539,-0.10918063670396805,0.03567951172590256,-0.048590779304504395,-0.00967428833246231,0.00912553071975708 +539,-2.123199500736947,0.08865174922210119,0.9919607065574967,-0.8479229211807251,-0.08853567391633987,0.5226737856864929,-0.049804165959358215,-1.1164875030517578,-0.2675839364528656,-0.08473986387252808,0.02435721457004547,-0.0709526538848877 +540,-2.2432513026146306,0.12508426568438888,1.034027895953308,-0.7761828899383545,-0.12475834041833878,0.6180416941642761,0.03707697242498398,-0.9314749836921692,-0.7636681795120239,0.005034208297729492,0.012423127889633179,0.009155511856079102 +541,-2.331914607749214,0.17195727329131164,1.098561899454874,-0.7133862972259521,-0.1711110770702362,0.6795591115951538,0.52446448802948,-2.0367417335510254,-0.3245815634727478,0.20275110006332397,-0.07338045537471771,-0.09276729822158813 +542,-2.6671460209120625,0.08671640089173616,1.1842516054220324,-0.4551297426223755,-0.08660776168107986,0.8862033486366272,1.6915030479431152,-3.3192341327667236,-0.824965238571167,0.014043867588043213,0.02566414326429367,-0.01973283290863037 +543,-2.906688365753724,0.039585025114002456,1.285462977506042,-0.23256750404834747,-0.03957468643784523,0.9717745184898376,-0.7447332739830017,-1.660010814666748,-1.1392607688903809,-0.14246296882629395,0.053444936871528625,-0.007190406322479248 +544,-3.0942667523313148,0.10761927491569187,1.363198140261574,-0.047034554183483124,-0.10741165280342102,0.9931016564369202,-0.35349518060684204,-1.3353667259216309,-1.0043596029281616,-0.00164099782705307,0.12724804878234863,-0.01975858211517334 +545,3.0693625524308277,0.13588347800999304,1.3825521956623923,0.07150205969810486,-0.13546569645404816,0.9881983399391174,0.20604324340820312,-0.40374428033828735,0.3896394670009613,0.09843505918979645,0.11665163934230804,-0.01809060573577881 +546,3.020028487427837,0.14151704617695848,1.3634221002536886,0.12005273252725601,-0.14104515314102173,0.9826972484588623,-0.06760077178478241,-0.15340515971183777,0.2742440104484558,0.04548989236354828,-0.047049954533576965,0.056304335594177246 +547,3.0395526612217765,0.1435436902361558,1.3193079998246064,0.10081537812948227,-0.14305125176906586,0.9845672249794006,0.6868993043899536,-0.21099990606307983,0.002201859839260578,0.09600773453712463,0.10145580768585205,0.0019287467002868652 +548,3.044415874855699,0.11757639741361905,1.3153855389255977,0.09635406732559204,-0.1173056811094284,0.9884107708930969,0.24893851578235626,0.18872514367103577,0.3376961052417755,0.00926729291677475,0.029704943299293518,-0.07474470138549805 +549,3.0681477977556155,0.07115247977315033,1.2918473022679215,0.07319318503141403,-0.07109245657920837,0.9947808384895325,0.15912127494812012,0.16720472276210785,0.37785962224006653,0.010211355984210968,0.029725879430770874,0.059235334396362305 +550,3.0948171470549872,0.054567735985045794,1.2805522980271535,0.04668884351849556,-0.05454066023230553,0.9974191784858704,0.022628478705883026,0.054804477840662,0.06410142034292221,0.018557723611593246,0.01938442513346672,0.04585450887680054 +551,3.100367699394464,0.0792497560319735,1.2778451741859753,0.0410839281976223,-0.07916682958602905,0.9960145354270935,-0.18735137581825256,0.019811490550637245,0.005570358596742153,-0.0085827074944973,-0.0010028481483459473,-0.0065735578536987305 +552,3.10332840575876,0.08811334974218188,1.2747689398227804,0.03810649365186691,-0.0879993736743927,0.9953911304473877,-0.01622193306684494,0.01735353097319603,0.03365433216094971,-0.014546934515237808,-0.018842630088329315,-0.010268747806549072 +553,3.104299651282847,0.08722023802658187,1.273307011479271,0.03714262694120407,-0.08710969239473343,0.9955059885978699,0.05445261299610138,-0.007566218730062246,0.016170797869563103,-0.006487719714641571,0.003659375011920929,0.0040209293365478516 +554,3.104748905018481,0.08379026148099697,1.273365859718242,0.03670618310570717,-0.08369225263595581,0.9958153963088989,0.030027803033590317,-0.005738299805670977,-0.0018067341297864914,-0.00020715966820716858,-0.0005973055958747864,-0.0010186433792114258 +555,3.104307787185858,0.07977742038834723,1.274376407334711,0.03715766593813896,-0.07969282567501068,0.9961265921592712,0.04095982760190964,-0.014711864292621613,-0.011596910655498505,-0.006807941943407059,-0.005680084228515625,0.005246579647064209 +556,3.1040488465725407,0.0774162736892472,1.2741794546262766,0.03742257133126259,-0.07733896374702454,0.9963024854660034,0.03690924495458603,-0.01798141375184059,0.010339679196476936,-0.005043413490056992,0.0015180334448814392,-0.003718137741088867 +557,3.10417010764179,0.07153405876779383,1.2738184991828712,0.03731812536716461,-0.07147306948900223,0.9967441558837891,0.03872053325176239,-0.017069753259420395,-0.006872599944472313,-0.00454225018620491,-0.003996901214122772,0.007146775722503662 +558,3.1032474291152687,0.0669958116093976,1.2751404215663018,0.038249820470809937,-0.06694570183753967,0.9970230460166931,0.03316941857337952,-0.02386956661939621,-0.014051934704184532,-0.00013336911797523499,0.008397743105888367,0.009477078914642334 +559,3.102912278801071,0.06491170915213422,1.2755065921500524,0.03858929127454758,-0.06486613303422928,0.9971476793289185,0.004907503724098206,-0.005633291322737932,-0.012807572260499,0.0014955513179302216,0.006485998630523682,0.004179954528808594 +560,3.10383349728384,0.06322658051666025,1.2751428039099075,0.03767474368214607,-0.0631844624876976,0.9972901940345764,0.026471056044101715,0.008503783494234085,0.004962753504514694,-0.004990424960851669,0.004575468599796295,0.009499669075012207 +561,3.1044208849224164,0.06301040312686121,1.274853007507501,0.037089452147483826,-0.06296871602535248,0.9973259568214417,0.01320251077413559,0.004641283303499222,-0.014547023922204971,-0.007350079715251923,0.0014910697937011719,0.003818333148956299 +562,3.1048694478442886,0.06262038571625227,1.2748253207092288,0.036643002182245255,-0.06257946789264679,0.9973674416542053,-0.0033266646787524223,0.0013137275818735361,-0.016058122739195824,-0.005606621503829956,-0.0003020167350769043,0.006264448165893555 +563,3.1054504200752024,0.06267627374224664,1.2748045664354917,0.03606342524290085,-0.06263524293899536,0.9973850250244141,-0.007986216805875301,-0.000664813444018364,0.0097701670601964,0.0010306984186172485,0.0020273253321647644,0.007726907730102539 +564,3.1054127083450953,0.0625017979419257,1.2751262170055175,0.03610143065452576,-0.062461111694574356,0.9973944425582886,-0.018463054671883583,-0.006550258956849575,-0.005050182342529297,0.00209132581949234,0.002707686275243759,0.0071680545806884766 +565,3.1050746107122476,0.06221718633455469,1.2757668084091507,0.03643928840756416,-0.06217705458402634,0.9973998665809631,0.005122867412865162,-0.0030894000083208084,-0.003033658489584923,0.002058636397123337,-0.0015436485409736633,0.007620334625244141 +566,3.1044877171999476,0.061676425783097746,1.2767048348646186,0.037025902420282364,-0.061637330800294876,0.9974119663238525,0.025763370096683502,-0.0050176335498690605,-0.008233608677983284,-0.00261731818318367,0.0011819861829280853,-0.0013636350631713867 +567,3.103836591645067,0.06147544497426891,1.2768878251626625,0.03767579048871994,-0.0614367313683033,0.9973997473716736,0.0026524453423917294,0.008143486455082893,-0.012614909559488297,-0.01170533150434494,-0.0008343905210494995,0.003973603248596191 +568,3.1038333414501604,0.06065526370578661,1.277359793226896,0.03768090903759003,-0.0606180764734745,0.9974493384361267,0.030727017670869827,-0.008718743920326233,-0.010195037350058556,0.0016867555677890778,0.006327316164970398,0.0043357014656066895 +569,3.10337001263177,0.06045657954604864,1.277521090454533,0.038143519312143326,-0.060419756919145584,0.9974439740180969,-0.0029852353036403656,-0.003706171177327633,-0.00258689746260643,-0.005749113857746124,4.073232412338257e-05,0.005363643169403076 +570,3.102919018207527,0.05993333768724587,1.277547281373979,0.038594577461481094,-0.05989746376872063,0.9974582195281982,-0.0073605189099907875,-0.009072739630937576,-0.0018801093101501465,7.119402289390564e-05,-0.0007104463875293732,0.007134675979614258 +571,3.1017258303097064,0.05837701831353052,1.278080353597911,0.0397883802652359,-0.05834386870265007,0.9975035190582275,0.02223905175924301,-0.02616214007139206,-0.004702918231487274,-0.0010768212378025055,0.0008945092558860779,0.0039463043212890625 +572,3.100153160026491,0.05708798395849479,1.2790604702850983,0.04136015474796295,-0.057056982070207596,0.9975140690803528,0.028865093365311623,0.0006774344947189093,-0.01869835890829563,-0.003182660788297653,-0.0073046013712882996,0.00034987926483154297 +573,3.0992708988691677,0.055777257204602165,1.279621787875332,0.04224332794547081,-0.055748339742422104,0.9975508451461792,0.020394328981637955,-0.012149821035563946,-0.008170608431100845,-0.0037759244441986084,0.003609064966440201,0.005226254463195801 +574,3.0986068219996645,0.05501403176683471,1.2804059603291265,0.04290758818387985,-0.05498628690838814,0.9975648522377014,0.02214406058192253,0.003995243925601244,-0.017364783212542534,-0.004455439746379852,-0.004263594746589661,-9.775161743164062e-05 +575,3.0977318195964,0.054667575313095546,1.2809915577437758,0.04378128424286842,-0.05464034900069237,0.9975461363792419,0.008679728023707867,-0.010522166267037392,-0.0033051390200853348,0.0007591173052787781,-0.0009931884706020355,0.0032628774642944336 +576,3.0964825727515426,0.053300901490585695,1.2820060808186127,0.04503072798252106,-0.05327566713094711,0.9975637197494507,0.022504664957523346,-0.013408822938799858,-0.014824790880084038,-0.002535015344619751,0.003486253321170807,0.0052130818367004395 +577,3.0956590286985173,0.053955462935156705,1.282569578451399,0.04585064575076103,-0.05392928794026375,0.9974913597106934,-0.006876186467707157,0.004177317023277283,-0.0018561426550149918,-0.0023478418588638306,-0.0062208473682403564,0.0052855610847473145 +578,3.0954239372374497,0.05485224561371726,1.2829816990393363,0.04608291760087013,-0.054824743419885635,0.9974323511123657,0.004518512636423111,-0.0016492302529513836,-0.012866692617535591,-0.00012343376874923706,0.003967180848121643,0.0035598278045654297 +579,3.0945206145278052,0.05434626330217962,1.2839160294416498,0.04698518291115761,-0.05431951582431793,0.9974174499511719,0.00735504413023591,-0.01083628460764885,-0.0018193889409303665,0.005291420966386795,-0.003358699381351471,0.0016821622848510742 +580,3.093586303556095,0.05432107544417659,1.2847449726554452,0.04791712760925293,-0.05429436266422272,0.9973745942115784,-0.008099362254142761,-0.00676384475082159,-0.009669966995716095,-0.007221940904855728,0.0009343847632408142,0.004120767116546631 +581,3.0934031502936823,0.05550521882624691,1.285069555142044,0.048096682876348495,-0.05547672137618065,0.9973011016845703,-0.0006297146901488304,-0.006983862724155188,-0.003996763378381729,-0.0009775310754776,0.000560324639081955,0.005476236343383789 +582,3.0929075456036594,0.055386622304873394,1.2855657925841244,0.048591259866952896,-0.05535830929875374,0.9972836971282959,-0.019936122000217438,-0.0031504761427640915,0.001141650602221489,-0.0010906420648097992,-0.0030981265008449554,0.007584095001220703 +583,3.0925179156864697,0.05602519324514305,1.2860905862695433,0.04897807911038399,-0.0559958890080452,0.9972290396690369,-0.003185986541211605,-0.004904760979115963,-0.005964305251836777,0.0043361373245716095,0.0013846755027770996,0.00281679630279541 +584,3.091915039126637,0.055281471437435364,1.2862211352135324,0.04958133399486542,-0.055253319442272186,0.9972407817840576,-0.011676616966724396,-0.004064436536282301,0.00617983378469944,0.002084936946630478,-0.00012084096670150757,0.008939266204833984 +585,3.0914112054281246,0.05437971969982089,1.2865442240055687,0.050086233764886856,-0.05435292050242424,0.9972646832466125,-0.0011122217401862144,-0.007060199044644833,-0.0004927180707454681,0.001625794917345047,0.001893211156129837,0.0036659836769104004 +586,3.0908240254347805,0.05368756363452405,1.2863325928409213,0.050673697143793106,-0.0536617748439312,0.9972724318504333,0.015637658536434174,-0.008768672123551369,8.971989154815674e-05,-0.0006859153509140015,-0.003345046192407608,0.0025442838668823242 +587,3.0902556405150494,0.05184054450277122,1.2861978203758118,0.051245540380477905,-0.05181732773780823,0.9973410964012146,0.007103669457137585,-0.0028440062887966633,0.0051690395921468735,0.0002528838813304901,-0.004747014492750168,0.008289575576782227 +588,3.0901605161410073,0.0515772134819951,1.2858562056232923,0.05134110152721405,-0.051554348319768906,0.9973496198654175,0.01281961239874363,-0.0031108553521335125,-0.0002784561365842819,0.0015763863921165466,0.0003611035645008087,0.0040389299392700195 +589,3.0903484873906613,0.051337710101259516,1.2851527033380188,0.051154255867004395,-0.05131516233086586,0.99737149477005,0.013851789757609367,0.009893303737044334,0.008536456152796745,-0.0013648346066474915,-0.001571793109178543,0.0016061067581176758 +590,3.0904115859440835,0.05052127019414656,1.285210266322178,0.051093462854623795,-0.05049978196620941,0.9974164962768555,0.004783084150403738,0.003604054916650057,0.0018613720312714577,-0.0005410835146903992,0.0013969875872135162,0.006001710891723633 +591,3.09054562771995,0.050436039668309826,1.2849852793065386,0.05095996335148811,-0.05041465908288956,0.9974271655082703,0.007561440579593182,-0.0006004772149026394,-0.006655668839812279,-0.00022449344396591187,0.0009609311819076538,0.004693567752838135 +592,3.0907566751025346,0.04904272376919136,1.2853835978957904,0.05075297877192497,-0.049023065716028214,0.9975071549415588,0.006444388069212437,0.004592266399413347,-0.015449168160557747,-0.004671446979045868,0.00571862980723381,0.004918813705444336 +593,3.0912525699501123,0.04743879016229073,1.2852616392859344,0.050262223929166794,-0.04742100089788437,0.9976097941398621,-0.01986655220389366,-0.0018497379496693611,0.02240287885069847,0.009140249341726303,0.008343230932950974,0.008738040924072266 +594,3.088597578726884,0.04787326500071657,1.2837583102101533,0.05290958285331726,-0.04785498231649399,0.9974519610404968,-0.14114680886268616,-0.2251206636428833,-0.03883517533540726,-0.019492842257022858,-0.013760000467300415,0.0605161190032959 +595,2.992338161321392,0.08177300124180313,1.3042215252490694,0.14820405840873718,-0.08168189972639084,0.9855778217315674,-0.7323909401893616,-1.645637035369873,-0.1884414702653885,-0.007045000791549683,0.02217261493206024,0.09225726127624512 +596,2.8125779275622467,0.1347553216986663,1.3164361567328617,0.32018160820007324,-0.1343478560447693,0.9377819299697876,-0.7817243337631226,-1.707877516746521,0.5496364831924438,0.07962921261787415,-0.0811978131532669,0.045845627784729004 +597,2.6413274304435905,0.19898951266606366,1.3242060621494292,0.4701932370662689,-0.19767887890338898,0.8601406812667847,-0.2947654724121094,-1.676966905593872,-0.16240252554416656,-0.043465882539749146,-0.03283567726612091,-0.017916321754455566 +598,2.529046245371622,0.17517696489952117,1.3508872620107053,0.5661535859107971,-0.17428240180015564,0.8056648969650269,0.9254149198532104,-1.231858491897583,-0.8197853565216064,-0.01567739248275757,-0.048450157046318054,-0.08740317821502686 +599,2.4219479598468174,0.007001499892238109,1.340494363573075,0.6591014266014099,-0.007001442834734917,0.7520216107368469,1.2587188482284546,-0.7648533582687378,-0.7449361085891724,0.02157801389694214,0.0044074635952711105,0.03508788347244263 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/standing/s3.csv b/BoostRunClub/CoreML/DataSet/Motion/standing/s3.csv new file mode 100644 index 0000000..eedb1e0 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/standing/s3.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,2.3446872272105614,-0.04386210290669611,1.3645844407266732,0.7145088315010071,0.04384804144501686,0.6982510685920715,-0.6169319748878479,-0.7538796067237854,-0.27673429250717163,0.02633589506149292,0.04715535044670105,0.02934896945953369 +1,-0.10841276373128536,0.11899518104770843,0.7758395003449127,-0.10743537545204163,-0.11871455609798431,-0.9870990514755249,0.035510290414094925,0.0042357007041573524,0.35879436135292053,-0.032060474157333374,0.031220659613609314,-0.0987468957901001 +2,-0.0920207966051251,0.09383858334519343,0.800973821615409,-0.09148669987916946,-0.09370092302560806,-0.9913880825042725,-0.6171534061431885,0.5677642226219177,0.27991750836372375,-0.009343385696411133,0.007229365408420563,0.02111220359802246 +3,-0.09197349308539246,0.08448262847978127,0.8271531783977571,-0.09151631593704224,-0.08438216894865036,-0.9922219514846802,0.2333221584558487,-0.44668668508529663,0.23923639953136444,-0.016470134258270264,0.01702987402677536,0.015613675117492676 +4,-0.11348887993803072,0.06630968277053564,0.8453452074816826,-0.11299654096364975,-0.06626109778881073,-0.9913834929466248,-0.18903015553951263,-0.29246941208839417,0.054666414856910706,-0.03930143266916275,0.01673106849193573,-0.014216482639312744 +5,-0.12674958938829936,0.0803325329443748,0.8727463800676011,-0.12600281834602356,-0.08024615794420242,-0.9887789487838745,0.7422435879707336,-0.0008824281394481659,0.38626739382743835,-0.029331639409065247,0.03857441991567612,-0.014028608798980713 +6,-0.1594140150471535,0.11133980803123364,0.9205483080833791,-0.1577567756175995,-0.1111099123954773,-0.9812071323394775,0.2740965187549591,-0.8324775695800781,0.5240079760551453,0.004970520734786987,0.051097095012664795,0.02721238136291504 +7,-0.23600396077919558,0.1445920306673676,0.9435449978676795,-0.23137927055358887,-0.1440887302160263,-0.9621341228485107,-0.0459478497505188,-1.29494309425354,-0.3088112473487854,-0.03815197944641113,0.0347747802734375,0.15852999687194824 +8,-0.3861225569278499,0.17267216483354408,0.9333785522578293,-0.37099894881248474,-0.17181538045406342,-0.9126002788543701,-0.4674355983734131,-0.7899015545845032,0.288215696811676,0.04986247420310974,0.05829000473022461,0.12973284721374512 +9,-0.4832731909703543,0.11606440207284,0.9182208328351741,-0.4615536630153656,-0.11580399423837662,-0.8795212507247925,0.08471544831991196,-0.995551347732544,-0.1711077094078064,-0.04258143901824951,-0.008341498672962189,-0.13692766427993774 +10,-0.649112121600488,0.12791101605993277,0.929372812499323,-0.5995410680770874,-0.1275625079870224,-0.7901128530502319,0.5211748480796814,-2.4974210262298584,-0.4241788387298584,-0.1331096887588501,-0.1025553047657013,-0.24041998386383057 +11,-0.7055484584282601,0.11620290104141397,0.9176396939538933,-0.6440783143043518,-0.11594156175851822,-0.7561221122741699,-1.028854489326477,0.7687467932701111,0.3846733868122101,-0.04821294546127319,-0.14922568202018738,-0.025372028350830078 +12,-0.7952492488387084,0.11241059545062146,0.9342979862147268,-0.7095314860343933,-0.11217400431632996,-0.6956881284713745,1.213765263557434,-1.9656144380569458,0.3993566930294037,0.035093069076538086,0.008307434618473053,-0.1945553421974182 +13,-1.0481180240536578,0.16924907107653192,1.1034978187943876,-0.8541045784950256,-0.16844220459461212,-0.492069810628891,2.0430376529693604,-2.1147282123565674,0.6264134645462036,-0.026632726192474365,0.015305012464523315,-0.2663987874984741 +14,-1.3101771446972879,0.22770820905090666,1.3854782316056928,-0.9412886500358582,-0.22574548423290253,-0.2510272264480591,3.1208391189575195,-2.2455546855926514,0.1633128821849823,-0.006511032581329346,0.13587120175361633,-0.23395812511444092 +15,-1.5808574188642184,0.2930274338341575,1.7221451271391892,-0.9573252201080322,-0.28885191679000854,0.009632062166929245,3.5955004692077637,-2.285429000854492,-0.5734740495681763,-0.011272072792053223,0.20318913459777832,-0.22430801391601562 +16,-1.9021906083681384,0.3557959321426667,2.1278989320739465,-0.8863668441772461,-0.3483365476131439,0.3049841821193695,3.6230499744415283,-1.09092378616333,-1.4520509243011475,-0.04199308156967163,0.3539670705795288,0.05237659811973572 +17,-2.0455015023136762,0.37393794642425393,2.4263184573074428,-0.8279644846916199,-0.3652840852737427,0.4254904091358185,1.6920992136001587,-0.2012033760547638,-1.3913187980651855,0.06360608339309692,0.23912447690963745,0.06483545899391174 +18,-2.140154267439463,0.385237522294483,2.6309637468441958,-0.780518114566803,-0.37577927112579346,0.49958083033561707,1.0888850688934326,0.7155871391296387,-0.8020387887954712,0.15907353162765503,0.09893912076950073,-0.045036882162094116 +19,-1.8705245718282026,0.40476197132132,2.709234017483703,-0.8782155513763428,-0.3937999904155731,0.27140241861343384,-0.2751816511154175,5.215362071990967,-0.10791832208633423,0.00013309717178344727,0.022935062646865845,0.2706660330295563 +20,-1.0094262309827604,0.3533698382773087,2.579517539092641,-0.7942212224006653,-0.3460613787174225,-0.4994538128376007,-2.0067479610443115,8.226834297180176,0.8440638780593872,-0.04446285963058472,0.025291115045547485,0.1898530125617981 +21,-0.2662438183447184,0.17815817911717444,2.596748910694275,-0.25894489884376526,-0.17721720039844513,-0.9494954347610474,-1.1896839141845703,5.843440055847168,1.431930661201477,0.020038068294525146,-0.10432270169258118,-0.03407084941864014 +22,0.0030869479564985015,0.1671274263452714,2.7695634246168153,0.0030439316760748625,-0.16635048389434814,-0.9860619902610779,1.327736735343933,1.359711766242981,2.2232613563537598,0.10039539635181427,0.043791890144348145,-0.09920412302017212 +23,0.06128212590861203,0.24150781875676766,2.9383628618668847,0.05946638807654381,-0.2391669601202011,-0.9691557884216309,-0.046981196850538254,1.3859387636184692,0.5413620471954346,-0.2871427834033966,-0.07514885067939758,0.20464468002319336 +24,0.1581954957604003,0.24596790713517505,2.9963410044712657,0.1527949720621109,-0.24349521100521088,-0.9577910900115967,0.1791863739490509,0.30224087834358215,0.7145987153053284,0.0342930406332016,0.035487398505210876,-0.04799199104309082 +25,0.13692311727877648,0.2742405596918855,3.0401158388570138,0.13139499723911285,-0.27081596851348877,-0.9536215662956238,0.475495308637619,-1.0771052837371826,0.2980792820453644,0.027601584792137146,0.08046254515647888,-0.04791957139968872 +26,0.021840465976266998,0.33910702988792363,3.0051622646005347,0.020595058798789978,-0.33264511823654175,-0.9428271651268005,1.0379786491394043,-1.1513113975524902,-0.6497799158096313,0.06764651834964752,-0.09997206926345825,0.11787599325180054 +27,0.1044510762670561,0.44259760896217876,3.0129431579199117,0.09421486407518387,-0.42828822135925293,-0.8987172842025757,0.23047420382499695,1.6347434520721436,0.7235745191574097,0.09510093182325363,0.09846949577331543,0.18634545803070068 +28,0.2058445079770963,0.34259980482184577,3.0531951830284334,0.19251544773578644,-0.33593693375587463,-0.9220001101493835,-1.7083258628845215,-0.30896705389022827,0.24418503046035767,0.15503399074077606,0.058471113443374634,-0.17548829317092896 +29,0.1255245732791317,0.2422417047590738,3.093184244389844,0.12153983116149902,-0.23987947404384613,-0.9631645083427429,0.11322342604398727,0.41282445192337036,0.043394785374403,-0.04959464818239212,-0.038532376289367676,0.1735222339630127 +30,0.4115755868168096,0.37406253835791387,3.0419320155472738,0.37239035964012146,-0.3654000461101532,-0.8531167507171631,1.2717444896697998,4.129847049713135,-0.8826826214790344,-0.15988120436668396,0.2582071125507355,0.42785435914993286 +31,0.9326655821771695,0.3016780027191728,2.8524585593913847,0.7669370770454407,-0.2971228361129761,-0.5687930583953857,0.011233121156692505,4.302088260650635,-2.3749799728393555,0.01953136920928955,0.3991125822067261,0.16823458671569824 +32,1.2970030679278854,0.057644941859926524,2.7522466772657284,0.9611530303955078,-0.05761302262544632,-0.2699362337589264,-0.3286912441253662,2.405316114425659,-2.5188605785369873,0.1325206160545349,0.5469928979873657,0.005592942237854004 +33,1.4747290462142533,-0.26855254497607256,2.7816765611055874,0.9597103595733643,0.26533615589141846,-0.09248144179582596,-1.5207384824752808,1.263868808746338,-3.5675456523895264,0.34839510917663574,0.6076802015304565,-0.07463282346725464 +34,1.664201584371562,-0.627964782311759,2.87131651408288,0.8056974411010742,0.5874990224838257,0.07547599822282791,-0.5107770562171936,1.3893319368362427,-2.7225253582000732,0.7155122756958008,-0.08629357814788818,-0.3466399908065796 +35,1.7142485589399281,-0.7806100049672406,2.9232227790649072,0.7031866312026978,0.7037129402160645,0.10157138109207153,-0.011747069656848907,-1.0367075204849243,-0.5603054761886597,0.49166810512542725,-0.29622697830200195,-0.2885679006576538 +36,1.6193350100197716,-0.7997469142847973,2.907580907664602,0.6960675716400146,0.7171797156333923,0.033812765032052994,0.1530974805355072,-0.5377840995788574,0.16966642439365387,0.25391411781311035,-0.31295913457870483,-0.0740196704864502 +37,1.5778094605772663,-0.7550493368077684,2.930771139533181,0.7282196879386902,0.6853246092796326,0.0051071858033537865,-0.7993200421333313,0.033969439566135406,0.1687960922718048,0.07575064897537231,-0.042883872985839844,0.07286524772644043 +38,1.599233880545896,-0.6871176724275725,3.0304689450795363,0.7727648019790649,0.6343115568161011,0.021981466561555862,-0.6421286463737488,-0.8193660378456116,0.5883756875991821,-0.07005190849304199,-0.00445932149887085,-0.08144497871398926 +39,1.5938927922833483,-0.638158445005325,3.0673602564328535,0.8029800057411194,0.5957173109054565,0.018549298867583275,-0.044677335768938065,0.17502626776695251,0.41116732358932495,0.011518895626068115,-0.00012099742889404297,-0.060495734214782715 +40,1.6030227394681336,-0.6139843545194309,3.0699413224719536,0.8169347047805786,0.5761286616325378,0.02633599191904068,-0.036121923476457596,-0.08695866167545319,0.2792523205280304,0.07309520244598389,-0.09358471632003784,-0.055510759353637695 +41,1.6026099001906482,-0.5561567710387935,3.0860077725728696,0.8488606214523315,0.5279260873794556,0.02701440453529358,-0.5874145030975342,-0.050255004316568375,0.9444284439086914,0.27188223600387573,0.13712823390960693,0.09252297878265381 +42,1.5935375510922292,-0.4493184312957651,-3.053924521463142,0.9005104899406433,0.43435171246528625,0.020482242107391357,-1.479042887687683,-1.5009984970092773,1.2258917093276978,-0.07720726728439331,-0.07781487703323364,0.07375597953796387 +43,1.564066907933257,-0.3128487197250242,-2.942990796922099,0.9514392018318176,0.307770311832428,-0.006402729544788599,-0.8427495360374451,-0.1250409483909607,1.000025987625122,-0.2885974049568176,0.31050053238868713,0.16065382957458496 +44,1.586009850664697,-0.3003953703814002,-2.834720824411731,0.9551090598106384,0.295897901058197,0.01453169621527195,-1.0765042304992676,-0.08444106578826904,-0.2929741442203522,-0.2706760764122009,0.027588456869125366,0.031458258628845215 +45,1.6131110541992684,-0.3554623994196385,-2.7225698834730827,0.9366464018821716,0.3480238914489746,0.039657607674598694,-1.210618495941162,-0.17368221282958984,-0.9155495166778564,-0.14219766855239868,0.028837651014328003,-0.0069274939596652985 +46,1.6317624556789603,-0.4753735780790835,-2.571687980900588,0.8874699473381042,0.4576706290245056,0.05417273938655853,-1.2146587371826172,-0.5065300464630127,-1.5914973020553589,0.10436660051345825,0.0855269730091095,-0.08775734901428223 +47,1.6540786096765712,-0.6224846514029992,-2.4127863695688063,0.8096165657043457,0.5830555558204651,0.06758303940296173,-1.3413764238357544,-0.5944458246231079,-1.35261070728302,0.45582544803619385,0.06826585531234741,-0.07570075243711472 +48,1.6546837160256618,-0.7018322104902825,-2.284476188621394,0.7609752416610718,0.6456179618835449,0.0639863908290863,-0.3380930721759796,-0.7139608263969421,0.3060958981513977,0.2512012720108032,-0.5163760185241699,-0.09377145767211914 +49,1.6053115097488277,-0.634030258362081,-2.2686843474413925,0.8051665425300598,0.5923964977264404,0.02780151180922985,-0.558881938457489,-0.5210209488868713,0.5982256531715393,-0.013296544551849365,0.03629601001739502,0.169189453125 +50,1.5726352490734334,-0.5453551265283788,-2.0740782120657686,0.854941725730896,0.5187217593193054,0.001572173205204308,-1.5514887571334839,-1.386523723602295,0.780188798904419,-0.2009042501449585,0.2650154232978821,0.0486903190612793 +51,1.5606333896854994,-0.49953466922300116,-1.9681967231018158,0.8777603507041931,0.47901710867881775,-0.008920930325984955,-0.7708454132080078,-0.43231865763664246,0.19488751888275146,-0.22241050004959106,0.27585047483444214,0.06965088844299316 +52,1.5832288392148162,-0.49487576827714214,-1.833761530767994,0.8799598813056946,0.4749223291873932,0.010940675623714924,-1.2682222127914429,-0.21816138923168182,-0.06455482542514801,-0.15348875522613525,0.1862868070602417,0.05215442180633545 +53,1.6555085219952008,-0.5366184601515569,-1.6697281129230486,0.8563603758811951,0.5112326741218567,0.07271819561719894,-1.2311347723007202,-0.3273770809173584,-0.7525191307067871,-0.047400474548339844,0.017011284828186035,-0.15342187881469727 +54,1.686784322867525,-0.6123026849678497,-1.5935253219424435,0.8128284215927124,0.5747533440589905,0.09470341354608536,-0.18863752484321594,0.3677881956100464,-0.8820561766624451,0.05228400230407715,-0.0996403694152832,0.048378244042396545 +55,1.7237666912056184,-0.6847781045856504,-1.537512878652793,0.7655148506164551,0.6325011849403381,0.1180231049656868,0.004162967670708895,-0.09202126413583755,-0.41522616147994995,0.20415079593658447,-0.27243947982788086,-0.06841669976711273 +56,1.7075950360938916,-0.6799620767026358,-1.5441747123924792,0.770331859588623,0.6287635564804077,0.10604272037744522,0.0010163737460970879,-0.34367430210113525,0.47477561235427856,0.1345599889755249,-0.18905103206634521,-0.005350008606910706 +57,1.6584786234493776,-0.6241599327603877,-1.5764333169346079,0.8083372116088867,0.5844157934188843,0.07105905562639236,0.3376781940460205,-0.14482533931732178,0.6283501386642456,0.016400456428527832,-0.005283653736114502,0.1071026399731636 +58,1.6285996929275022,-0.5685994311272244,-1.6021763644175573,0.841248631477356,0.5384523868560791,0.04868123307824135,-0.05929890275001526,-0.22214548289775848,0.4746086597442627,-0.08461105823516846,0.0929868221282959,0.11207008361816406 +59,1.6160280991504814,-0.5434930361140972,-1.6158256684222903,0.8550322651863098,0.5171288847923279,0.03870102018117905,0.31159526109695435,0.12255853414535522,0.06313560158014297,-0.09454935789108276,0.0949774980545044,0.06582164764404297 +60,1.6137046024101465,-0.5446181368605513,-1.6522917170078308,0.854538083076477,0.5180914998054504,0.03668927401304245,0.10465419292449951,0.15080027282238007,-0.10165121406316757,-0.0445709228515625,0.08408141136169434,0.08423662185668945 +61,1.6228230606828613,-0.5583677334075303,-1.6608316762350974,0.8469733595848083,0.5298025608062744,0.044105060398578644,0.10981548577547073,0.05796735733747482,-0.0924273356795311,-0.0145912766456604,0.032010793685913086,0.008293624967336655 +62,1.623174686200417,-0.5694554337340089,-1.674514595983289,0.8410395383834839,0.5391734838485718,0.04409259930253029,0.092023104429245,-0.002141107339411974,-0.0639023706316948,-0.0017910003662109375,0.008311808109283447,0.010518547147512436 +63,1.6204037138373353,-0.5701856054474843,-1.6859624642791446,0.8407652974128723,0.5397883057594299,0.041742414236068726,0.04088962450623512,-0.03394221141934395,0.07810071110725403,0.0068909525871276855,-0.004464209079742432,0.029088851064443588 +64,1.6192172617470537,-0.5636466847549423,-1.6877588154334555,0.8443219065666199,0.534272313117981,0.04091483727097511,0.014229921624064445,-0.03874940052628517,0.021433161571621895,-0.021964550018310547,0.023039817810058594,0.006189119070768356 +65,1.6205358160800551,-0.5666713511536785,-1.6957282278494008,0.8426492214202881,0.5368266701698303,0.041947539895772934,0.06127035990357399,0.015390431508421898,-0.04729875177145004,-0.005262017250061035,0.024773120880126953,-0.010239716619253159 +66,1.613779357326372,-0.5721905562652911,-1.7121183218265543,0.8399404287338257,0.5414749979972839,0.036125436425209045,0.14777155220508575,0.05688296630978584,-0.01064605824649334,0.0019174814224243164,-0.00604403018951416,0.012367010116577148 +67,1.605195364875094,-0.5737941605322675,-1.7309547847891755,0.8393504619598389,0.5428224802017212,0.028884243220090866,0.1936606466770172,-0.01529320701956749,0.01215086318552494,0.007557928562164307,-0.020346403121948242,0.000504249706864357 +68,1.5926527694069494,-0.5714597768136205,-1.759126090542956,0.8409115672111511,0.5408604741096497,0.01838226243853569,0.20125602185726166,-0.021220535039901733,0.0032517695799469948,0.005447745323181152,-0.011975586414337158,0.00494837760925293 +69,1.5776092561803834,-0.5666149694439725,-1.7884121789024638,0.8437032699584961,0.5367791056632996,0.005748179741203785,0.27311795949935913,-0.0034228661097586155,0.08823975920677185,0.007508277893066406,0.0034430623054504395,0.008930802345275879 +70,1.5569183872703931,-0.55892076306198,-1.8205868110626455,0.8477463126182556,0.5302714705467224,-0.01176572684198618,0.2989804744720459,-0.03427129611372948,-0.023770229890942574,-0.04394376277923584,0.030778884887695312,0.014207124710083008 +71,1.535365517189763,-0.5555843549492226,-1.8589636614386804,0.8490592241287231,0.5274398326873779,-0.030095450580120087,0.23888136446475983,-0.06287534534931183,0.08990411460399628,0.0026100873947143555,-0.0012404918670654297,0.023869872093200684 +72,1.5137611337868475,-0.5505085122494526,-1.8812610011534163,0.850872814655304,0.5231207013130188,-0.04858238622546196,0.19421453773975372,-0.10888101160526276,0.02598932385444641,-0.011669933795928955,0.018383145332336426,-0.0005051456391811371 +73,1.4938501665008364,-0.5601099033446845,-1.911147732044013,0.8446900844573975,0.5312793254852295,-0.06512423604726791,0.3433419466018677,0.039502061903476715,-0.14761176705360413,0.004766702651977539,0.03244143724441528,3.0219554901123047e-05 +74,1.479617489487396,-0.5767324699540577,-1.9502073405029947,0.8347670435905457,0.5452878475189209,-0.0763247162103653,0.32836687564849854,0.10764775425195694,-0.2489173412322998,0.0075792670249938965,0.020798027515411377,-0.020904310047626495 +75,1.4671176342601846,-0.595251343759255,-2.0001279509190764,0.823561429977417,0.5607168674468994,-0.08569303900003433,0.39218229055404663,0.19658899307250977,-0.16496649384498596,0.020676851272583008,-0.017656564712524414,-0.013244926929473877 +76,1.4578475771787767,-0.6005037228952997,-2.030668448852771,0.8197940587997437,0.565058171749115,-0.09299048781394958,0.14507323503494263,-0.0721454918384552,0.029075413942337036,0.0442044734954834,-0.005655646324157715,-0.0422634556889534 +77,1.441579474720561,-0.593968711631118,-2.060914575578851,0.8218170404434204,0.5596544146537781,-0.10678762197494507,0.2961328327655792,0.09175112098455429,-0.0024668127298355103,-0.020379722118377686,0.007026493549346924,-0.004326879978179932 +78,1.438799761136394,-0.5879379482718073,-2.0833855749914085,0.8248477578163147,0.554646372795105,-0.10951383411884308,-0.013363818638026714,0.014374312944710255,0.1477157175540924,0.06377816200256348,0.027857840061187744,-0.012876853346824646 +79,1.4369472160486292,-0.5673093004113086,-2.0669872518512897,0.8358065485954285,0.5373647809028625,-0.11254487186670303,-0.045823317021131516,-0.08182509243488312,0.23106110095977783,-0.011053800582885742,0.0493813157081604,-0.02327357977628708 +80,1.4357190363153354,-0.5534469676504009,-2.0636243290432312,0.8429684638977051,0.5256227254867554,-0.11456351727247238,-0.04531269147992134,0.05331193283200264,0.12862661480903625,-0.02581465244293213,0.039364397525787354,-0.000915035605430603 +81,1.4469959448941871,-0.5478112171837185,-2.0441341746602286,0.8471329808235168,0.5208199620246887,-0.105414479970932,-0.23674510419368744,-0.05794356018304825,0.13261976838111877,-0.0035660862922668457,0.035713791847229004,-0.046990275382995605 +82,1.4548994562927424,-0.5310171394312251,-2.0137342438551844,0.8565077185630798,0.5064106583595276,-0.09971342235803604,-0.34845098853111267,-0.07021962106227875,0.30377382040023804,-0.017732083797454834,0.03375041484832764,-0.019717156887054443 +83,1.4713527010669423,-0.500115376106251,-1.9489819115631217,0.8731918931007385,0.4795267879962921,-0.08712073415517807,-0.6657425165176392,-0.2425660490989685,0.4157140552997589,-0.044929563999176025,0.07886859774589539,-0.049887895584106445 +84,1.488206846616438,-0.46457039046691034,-1.861805982290757,0.8909667134284973,0.4480387568473816,-0.07375224679708481,-0.8625978827476501,-0.23867741227149963,0.4507972300052643,-0.059118688106536865,0.12146496772766113,-0.037240199744701385 +85,1.4985732295089904,-0.42883468781933,-1.7452496828368789,0.9070799946784973,0.41581130027770996,-0.06562627106904984,-1.0648635625839233,-0.3313699960708618,0.3666871190071106,-0.11371457576751709,0.12735581398010254,0.034254200756549835 +86,1.5236973775126696,-0.4180922147219605,-1.6093132688635352,0.9128516912460327,0.4060177206993103,-0.04302617534995079,-1.3548774719238281,-0.3087400197982788,-0.09894728660583496,-0.1445717215538025,0.12797880172729492,0.043285612016916275 +87,1.5616821417640747,-0.4684970498514556,-1.461897657131738,0.8922110199928284,0.4515458047389984,-0.008132001385092735,-1.2060105800628662,-0.12137280404567719,-0.835239052772522,-0.04429525136947632,0.09575653076171875,0.01280116941779852 +88,1.6186037647987785,-0.5791438715810596,-1.324691261088371,0.8359753489494324,0.5473076105117798,0.03999631479382515,-0.6066234111785889,0.0045177629217505455,-1.3183404207229614,0.1752399206161499,-0.029882073402404785,-0.08238518238067627 +89,1.6624369776102665,-0.6628600597300122,-1.24514907166197,0.7849279642105103,0.6153737902641296,0.07213334739208221,-0.7685727477073669,-0.1658473014831543,-0.4245963394641876,0.23808223009109497,-0.26707667112350464,-0.01682019978761673 +90,1.6909624655624256,-0.6702931360482265,-1.139106803548696,0.777988612651825,0.6212157011032104,0.09394048154354095,-0.5518115758895874,-0.40034663677215576,0.10674634575843811,0.19668179750442505,-0.26988208293914795,-0.05884528160095215 +91,1.693548560547728,-0.6251948299753236,-1.0834596271385388,0.8047477006912231,0.5852552652359009,0.09928375482559204,-0.538457453250885,-0.2832053005695343,0.7818320989608765,0.2090461254119873,-0.19968098402023315,-0.03315211832523346 +92,1.6643185358272248,-0.5052135582203973,-1.0184527244926633,0.8712469339370728,0.48399433493614197,0.08171933144330978,-0.5674747824668884,-0.7645516395568848,1.4477577209472656,0.1218712329864502,-0.0004738271236419678,-0.0495690181851387 +93,1.6110662388264894,-0.3639912013577827,-0.9902484365651018,0.933725893497467,0.35600677132606506,0.0376213975250721,-0.1613987684249878,-0.5256143808364868,1.1602805852890015,-0.11623615026473999,0.15601718425750732,0.06066048517823219 +94,1.5702974314474232,-0.29001242246454295,-0.9602622719818723,0.9582403898239136,0.28596413135528564,-0.00047806173097342253,-0.3313886523246765,-0.3933224380016327,0.23999284207820892,-0.24681442975997925,0.17338651418685913,0.1288807988166809 +95,1.5551132742627203,-0.3093135749988048,-0.9138208794457934,0.9524255990982056,0.3044048547744751,-0.014938165433704853,-0.5658038854598999,-0.2073221057653427,-0.5900828838348389,-0.13336431980133057,0.1574634313583374,0.15113812685012817 +96,1.5604647601381716,-0.3898938661706245,-0.8385387582133247,0.9249000549316406,0.38009023666381836,-0.009556006640195847,-0.6586176753044128,-0.16036541759967804,-0.9862915873527527,-0.07367324829101562,0.06680917739868164,0.04361361265182495 +97,1.574096310995985,-0.5002494360804728,-0.7829720842703839,0.8774582147598267,0.47964441776275635,0.002895608777180314,-0.4243992567062378,-0.13617976009845734,-1.055299997329712,0.09820407629013062,-0.06106528639793396,0.0069615840911865234 +98,1.5767341236325443,-0.5750191242107612,-0.710271266388305,0.8391669988632202,0.543850839138031,0.004982861690223217,-0.8142188191413879,-0.5888630747795105,-0.32817700505256653,0.184697687625885,-0.13990497589111328,-0.053627967834472656 +99,1.5571560949614056,-0.5809615955235056,-0.6182727005344871,0.8358575701713562,0.5488280057907104,-0.01140199787914753,-0.7826102375984192,-0.7418122291564941,0.27769002318382263,0.2005193829536438,-0.09010303020477295,-0.0762445330619812 +100,1.5047912940099504,-0.5147839058108602,-0.5001896306812529,0.8685039281845093,0.49234676361083984,-0.05740902200341225,-0.9681702852249146,-1.2964398860931396,1.0084009170532227,0.05613303184509277,-0.02129262685775757,-0.029657669365406036 +101,1.4508696163526402,-0.41579296796536647,-0.38657569916417556,0.9082257747650146,0.4039154648780823,-0.1094457283616066,-1.0560775995254517,-0.8731052875518799,0.8998148441314697,-0.08858466148376465,0.2148894965648651,0.04403132200241089 +102,1.4253565319469568,-0.38173681408079546,-0.23449867418176898,0.9182213544845581,0.37253281474113464,-0.1344955861568451,-1.62973153591156,-0.8283776640892029,0.18982897698879242,-0.15244370698928833,0.20119765400886536,0.0054825544357299805 +103,1.4248097593082911,-0.4113536455405705,-0.06385888694877867,0.9068307280540466,0.39985042810440063,-0.13333366811275482,-1.644351601600647,-0.5180344581604004,-0.2860564589500427,-0.11247336864471436,0.16271066665649414,-0.04919196665287018 +104,1.452063403381992,-0.4845874126110301,0.11402357834851601,0.8786373138427734,0.4658433198928833,-0.10481618344783783,-1.9570751190185547,-0.5209696292877197,-0.6624617576599121,-0.0040645599365234375,0.09346756339073181,-0.03666328638792038 +105,1.5224472185265163,-0.5630089467894752,0.37673477058843446,0.8446647524833679,0.5337331295013428,-0.04087063670158386,-2.545579195022583,-0.769874632358551,-0.4456837475299835,0.04699784517288208,0.02232760190963745,-0.20932775735855103 +106,1.6096904771948968,-0.6099421758129092,0.6696776198291269,0.8190612196922302,0.5728200674057007,0.031872764229774475,-2.4864912033081055,-0.7629488110542297,-0.429236501455307,0.0971221923828125,0.048838257789611816,-0.3022279739379883 +107,1.69052839308182,-0.6096875888952048,0.9622417545289963,0.8139576315879822,0.572611391544342,0.09792522341012955,-2.344731092453003,-1.231942892074585,0.1207822859287262,0.17075306177139282,0.039556026458740234,-0.36060523986816406 +108,1.7111028422186998,-0.521983311780071,1.2174510305380999,0.8583136796951294,0.4986003041267395,0.12122350931167603,-2.580967664718628,-0.9647516012191772,0.8188199996948242,0.21082377433776855,0.26763495802879333,-0.04309847205877304 +109,1.7413678506180432,-0.42499259451771476,1.4855006375359006,0.8978206515312195,0.4123140275478363,0.15464533865451813,-2.0984103679656982,-0.7286053895950317,0.23382896184921265,-0.11681485176086426,0.045831114053726196,-0.05834712088108063 +110,1.7968071199635116,-0.4261035858242952,1.6108079566893663,0.8874253034591675,0.4133259356021881,0.20405401289463043,-0.5381130576133728,0.46007540822029114,-0.6507745385169983,-0.05189979076385498,-0.06327405571937561,0.02485835552215576 +111,1.8779660626301342,-0.4579662194926387,1.7023120349736867,0.8549700975418091,0.4421248137950897,0.27120476961135864,-0.9466059803962708,0.2652679979801178,-0.2868698835372925,0.10744762420654297,-0.14778274297714233,0.02797439694404602 +112,1.9445141954215193,-0.43704992442821206,1.7865614571611723,0.8434687852859497,0.42326852679252625,0.3307633697986603,-0.6178979873657227,0.3278205692768097,-0.10299127548933029,-0.040200233459472656,-0.07220947742462158,0.020066767930984497 +113,2.0073408246400932,-0.4253826917218171,1.8406373243133258,0.8254567980766296,0.4126693904399872,0.3851300776004791,-0.6289027333259583,0.3336317837238312,-0.13421045243740082,-0.03494471311569214,-0.032588183879852295,0.02270686626434326 +114,2.069166055941801,-0.4155286182415618,1.9075495524732373,0.8036170601844788,0.40367361903190613,0.4373183846473694,-0.6569482684135437,0.429046094417572,-0.33808398246765137,-0.027829647064208984,-0.002336949110031128,-0.02505636215209961 +115,2.1140566112314696,-0.41374121976319633,1.964868676143951,0.7837989926338196,0.40203768014907837,0.47331276535987854,-0.43998855352401733,0.047527968883514404,-0.21544605493545532,-0.0677192211151123,-0.0797872543334961,-0.030685722827911377 +116,2.1386009614665444,-0.41876184744180595,2.0101311451517265,0.7702354788780212,0.4066295921802521,0.4913144111633301,-0.20743431150913239,0.05469183251261711,-0.3231441378593445,-0.0008873343467712402,-0.04966551065444946,-0.05355501174926758 +117,2.1335391922235556,-0.4260325175612524,2.0206298287258204,0.7701914310455322,0.4132612347602844,0.48581913113594055,0.02593522146344185,-0.31741422414779663,0.10662491619586945,0.064891517162323,-0.07324966788291931,-0.005365639925003052 +118,2.1065202134775856,-0.4015539399790886,2.0247818147843737,0.7914985418319702,0.39084914326667786,0.4698587656021118,-0.356011301279068,-0.39453455805778503,0.1916908323764801,-0.003885507583618164,0.010579138994216919,-0.01981598138809204 +119,2.08209170563388,-0.38158386409489314,2.029864320212389,0.8093857169151306,0.37239089608192444,0.45411446690559387,-0.26175451278686523,-0.2863460183143616,0.12850236892700195,0.00270235538482666,0.013442844152450562,0.009050905704498291 +120,2.0454360968721437,-0.3477834550121056,2.0511012796352586,0.8362061381340027,0.3408147990703583,0.42965665459632874,-0.1823020726442337,-0.41942456364631653,0.08633802831172943,-0.09711605310440063,0.02338200807571411,0.021881520748138428 +121,2.0224039654917383,-0.3465436038103856,2.073673102231632,0.8462586998939514,0.33964893221855164,0.41046878695487976,-0.07297419011592865,-0.38652560114860535,-0.24886365234851837,0.04175692796707153,-0.05301260948181152,-0.08238965272903442 +122,1.9773585815661467,-0.3508907113589348,2.068729998871324,0.8625195026397705,0.34373438358306885,0.37135788798332214,-0.03730209171772003,-0.46755433082580566,6.106868386268616e-05,-0.07142764329910278,-0.10267606377601624,0.011561363935470581 +123,1.931710940203002,-0.35227533784693843,2.059134848718052,0.8781206607818604,0.34503430128097534,0.3314443826675415,0.1005045622587204,-0.4716845154762268,-0.008249202743172646,-0.003135979175567627,-0.05417126417160034,-0.013222366571426392 +124,1.8661823303899072,-0.34083743379157666,2.036514576656822,0.9016565084457397,0.3342764675617218,0.2743631899356842,0.07487780600786209,-0.7819318175315857,0.36520257592201233,-0.004897356033325195,0.001783132553100586,0.07811489701271057 +125,1.7834419260673364,-0.30895367377357,2.0305946954079794,0.9311948418617249,0.30406200885772705,0.20105409622192383,-0.017005592584609985,-0.810455322265625,0.3307954668998718,-0.0626797080039978,0.04193106293678284,0.13547852635383606 +126,1.7104496264411737,-0.2821887618973247,2.05892358918709,0.9510977268218994,0.27845850586891174,0.13369421660900116,-0.40212011337280273,-0.7945370078086853,0.043571941554546356,-0.10248005390167236,0.12634193897247314,0.059863582253456116 +127,1.6574917892029482,-0.2809722710557888,2.074696255428078,0.9571777582168579,0.2772899270057678,0.08319149911403656,-0.32975515723228455,-0.7112037539482117,0.2205786556005478,0.06299424171447754,0.09407845139503479,0.06741272658109665 +128,1.5964764282333481,-0.24564163451773122,2.137987795056006,0.9696615934371948,0.24317875504493713,0.02490648254752159,-0.9067855477333069,-0.698201060295105,0.2380623072385788,-0.06986618041992188,0.17654475569725037,0.07336008548736572 +129,1.5747028846133224,-0.255236974147777,2.249755495897938,0.9675960540771484,0.25247472524642944,0.0037799892015755177,-1.2422150373458862,-0.15596941113471985,-0.4096704125404358,0.012735307216644287,0.19209009408950806,-0.05236399173736572 +130,1.60728017354405,-0.29479370584958986,2.363253834564653,0.9562254548072815,0.29054245352745056,0.03490227088332176,-1.2427786588668823,-0.10985415428876877,-0.231906920671463,0.06773096323013306,0.05177322030067444,-0.14821410179138184 +131,1.6246739859095232,-0.30475852614484145,2.508563669103265,0.9525352716445923,0.3000628352165222,0.05137008801102638,-1.801512598991394,-0.6298629641532898,-0.041266102343797684,0.08030164241790771,0.013184845447540283,-0.12311697006225586 +132,1.6062406165178913,-0.28860610061861375,2.7531733911846845,0.958039402961731,0.28461626172065735,0.03397125378251076,-2.3075320720672607,-0.6692743301391602,0.05258219689130783,-0.003022313117980957,0.12512803077697754,-0.10507714748382568 +133,1.6154296461230913,-0.27853194874881215,3.036478277561905,0.960502564907074,0.2749444842338562,0.042898908257484436,-3.138108253479004,-0.8736376762390137,-0.039303235709667206,0.00725555419921875,0.1995275318622589,-0.10372042655944824 +134,1.621189062666676,-0.278595335442256,-2.902270605742333,0.9602220058441162,0.27500542998313904,0.0484292171895504,-3.3909709453582764,-0.7457175850868225,-0.3747389018535614,-0.13833802938461304,0.20967471599578857,-0.07827544957399368 +135,1.6522967005874334,-0.3271538437813256,-2.5959756728161114,0.9438174366950989,0.3213491439819336,0.0770922377705574,-2.431737184524536,-0.27101579308509827,-0.9152575135231018,-0.09373515844345093,0.07518097758293152,-0.18402576446533203 +136,1.7008732485334632,-0.41375120952564187,-2.340909525265757,0.9078840613365173,0.4020468294620514,0.11876536160707474,-1.8434622287750244,-0.451126366853714,-1.0783462524414062,0.05288577079772949,-0.060768693685531616,-0.27515265345573425 +137,1.7341212601499574,-0.49331993268628066,-2.1384974196151885,0.869044303894043,0.4735525846481323,0.14321227371692657,-1.4613776206970215,-0.6487546563148499,-0.8841761350631714,0.14149940013885498,-0.1594199538230896,-0.21711064875125885 +138,1.7222804736764519,-0.53174760545194,-1.9621645187723804,0.8520519137382507,0.5070404410362244,0.1300688087940216,-1.2231582403182983,-1.1651856899261475,-0.28791797161102295,0.11680501699447632,-0.23544907569885254,-0.14081093668937683 +139,1.6725340860563556,-0.5319880882067126,-1.839384402494778,0.8573442697525024,0.5072476863861084,0.08752647787332535,-0.8927444815635681,-1.0640664100646973,-0.1129980981349945,0.08021688461303711,-0.13053864240646362,-0.030031435191631317 +140,1.6149732546332483,-0.540786749104207,-1.7238255114031042,0.8564676642417908,0.5148106217384338,0.03786074370145798,-0.7677322030067444,-0.9415217041969299,-0.11542809009552002,0.13689488172531128,-0.07807350158691406,0.033031586557626724 +141,1.5752556242661802,-0.5229024127000491,-1.6202968632028867,0.8663647770881653,0.49939680099487305,0.003863403806462884,-1.2114009857177734,-1.0468165874481201,0.6242176294326782,0.19059622287750244,-0.04462385177612305,0.06068134307861328 +142,1.528096865075087,-0.4437856997306983,-1.4693523618341844,0.9023094773292542,0.4293615221977234,-0.038551561534404755,-1.0823034048080444,-0.905130922794342,0.9207154512405396,0.040531039237976074,0.14423155784606934,0.09304070472717285 +143,1.5108159223423503,-0.38554692268358004,-1.3457725939735605,0.9249266386032104,0.3760659694671631,-0.05554410070180893,-1.016308069229126,-0.44167572259902954,0.2414766550064087,-0.18461596965789795,0.17782804369926453,0.07740998268127441 +144,1.5310705240318847,-0.40835784165514777,-1.2395729467218026,0.9170500636100769,0.3971027433872223,-0.036449726670980453,-0.9175112843513489,-0.02747167833149433,-0.5402140021324158,-0.1479765772819519,0.1245647668838501,0.04996901750564575 +145,1.5664939177563546,-0.4897539611353367,-1.1696468500065837,0.8824405074119568,0.4704087972640991,-0.003796643577516079,-0.27421122789382935,0.30875515937805176,-0.9716253280639648,0.014028608798980713,0.06573927402496338,0.006848394870758057 +146,1.6116995899210864,-0.5851757597191273,-1.1151707330475196,0.8329178690910339,0.5523459315299988,0.034088071435689926,-0.4154408872127533,0.033354226499795914,-0.8271232843399048,0.11636197566986084,-0.0725637674331665,-0.09794604778289795 +147,1.6323905109719923,-0.6408624050165753,-1.0879074920506957,0.8000603318214417,0.5978869795799255,0.04934147745370865,0.027871735394001007,0.05943511426448822,-0.32515788078308105,0.12543094158172607,-0.15921205282211304,-0.10408997535705566 +148,1.623994990450544,-0.6460250183565895,-1.0945131641765249,0.7973533868789673,0.6020172238349915,0.042458195239305496,0.10027432441711426,-0.09856612980365753,0.21270880103111267,0.10791999101638794,-0.15372931957244873,-0.0559622086584568 +149,1.596950479170579,-0.5930787933763105,-1.1022519880993842,0.8289402723312378,0.5589166879653931,0.021685175597667694,0.06472411006689072,-0.3127778470516205,0.6671669483184814,0.08524429798126221,-0.036440491676330566,-0.049196839332580566 +150,1.5642308357762336,-0.5177207550821675,-1.0945094826500266,0.8689306378364563,0.4949008822441101,-0.005705038085579872,-0.22961390018463135,-0.5172451138496399,0.7795447707176208,-0.038928866386413574,0.089495450258255,-0.01791560649871826 +151,1.5240453562839367,-0.4658647278870245,-1.1011707152844805,0.8924573063850403,0.44919553399086,-0.04175366833806038,0.45102524757385254,-0.03459131345152855,0.2760566174983978,-0.08659487962722778,0.10276058316230774,0.07373607158660889 +152,1.513149852728727,-0.44439729766309194,-1.1337475559980303,0.9013699889183044,0.42991378903388977,-0.052018437534570694,-0.06270307302474976,-0.016213178634643555,0.09674438089132309,-0.06322014331817627,0.11427557468414307,0.11303836852312088 +153,1.521874853216121,-0.4493972819761528,-1.1097226936311553,0.8996314406394958,0.43442273139953613,-0.044046442955732346,-0.21508847177028656,-0.01348180416971445,-0.1269647479057312,-0.055683135986328125,0.09618633985519409,0.012140337377786636 +154,1.5355582326986295,-0.48345795660138613,-1.0909896345129995,0.8848431706428528,0.46484360098838806,-0.031193099915981293,-0.12695513665676117,0.09512253105640411,-0.33087727427482605,-0.03828561305999756,0.02377334237098694,0.0010722894221544266 +155,1.551618507847631,-0.5223655348871362,-1.070938614927998,0.8664819598197937,0.4989316165447235,-0.01661927066743374,-0.24271787703037262,0.02171824686229229,-0.3682522177696228,0.011996984481811523,-0.01209995150566101,-0.03371948003768921 +156,1.5589935638404206,-0.5607947845025415,-1.054485427117895,0.8467735648155212,0.5318593978881836,-0.009994732216000557,0.05035620555281639,0.025016654282808304,-0.3552103340625763,0.04491943120956421,-0.04263216257095337,-0.0380399227142334 +157,1.5574043029183453,-0.5824837005429122,-1.0592411077998087,0.8350240588188171,0.550099790096283,-0.011183330789208412,-0.08716334402561188,-0.04175605997443199,-0.09442399442195892,0.060849905014038086,-0.04848235845565796,0.026426851749420166 +158,1.5657579695594679,-0.5737110496410535,-1.0296085912437332,0.839881956577301,0.5427526831626892,-0.004231661092489958,-0.26638466119766235,-0.15081718564033508,0.11268682777881622,0.0230177640914917,0.008867859840393066,-0.022959530353546143 +159,1.5663858923614637,-0.5602936446752169,-1.0032056099800162,0.8470908999443054,0.531434953212738,-0.003736063139513135,-0.2629733681678772,-0.1607203334569931,0.10945339500904083,-0.013198018074035645,0.03408628702163696,0.011670589447021484 +160,1.5696202402822972,-0.5569027530809019,-0.9742337753153706,0.848895788192749,0.5285595059394836,-0.0009983753552660346,-0.29589954018592834,-0.10008977353572845,0.04042753577232361,-0.027087926864624023,0.009679019451141357,0.024618983268737793 +161,1.5802547718460684,-0.5663614605940291,-0.9359768119341464,0.843821108341217,0.5365651845932007,0.007981473580002785,-0.20543426275253296,-0.03418012708425522,-0.14392608404159546,0.015157103538513184,-0.002416074275970459,-0.017945408821105957 +162,1.5864893013605161,-0.57842431673345,-0.9130742868089206,0.8372220993041992,0.5467052459716797,0.013139584101736546,-0.14944574236869812,-0.0333695188164711,-0.18000154197216034,-0.0037107467651367188,-0.0023326873779296875,0.011015057563781738 +163,1.5936681192621849,-0.5944666767479188,-0.8993273094048024,0.8282306790351868,0.5600669980049133,0.01894642412662506,-0.06348908692598343,0.007105336058884859,-0.2061307728290558,0.028687655925750732,-0.01767808198928833,-0.007731199264526367 +164,1.5911364245921693,-0.6072484657048692,-0.9160117850984233,0.8210511803627014,0.570609986782074,0.01670256443321705,0.3004467487335205,0.09327130019664764,-0.11806520074605942,0.019082367420196533,-0.059791624546051025,-0.009378315880894661 +165,1.5786292402015838,-0.6220577354254068,-0.9664229056734089,0.8126562833786011,0.5827086567878723,0.006365596316754818,0.49598610401153564,0.17012760043144226,-0.17205296456813812,0.030117273330688477,-0.09258109331130981,-0.03271746635437012 +166,1.5460986569314714,-0.6461047513140744,-1.0506270763494947,0.7981916069984436,0.6020808815956116,-0.01971748098731041,1.0242774486541748,0.23869551718235016,-0.3749901056289673,0.047069013118743896,-0.07839930057525635,-0.09614253044128418 +167,1.4815283765182823,-0.6672045010834006,-1.214141063129741,0.782426655292511,0.6187924146652222,-0.07003174722194672,1.373139500617981,0.4222346246242523,-0.24055197834968567,0.07061588764190674,-0.08818328380584717,-0.042898595333099365 +168,1.4204804011042844,-0.6680281113747137,-1.3880126456498127,0.7761923670768738,0.6194391846656799,-0.11756083369255066,1.3670762777328491,0.6110444664955139,-0.048677265644073486,0.10373622179031372,-0.06850540637969971,-0.04206138104200363 +169,1.3991190662617086,-0.6327673374325656,-1.539211786918241,0.7945398688316345,0.5913785696029663,-0.13776050508022308,1.035800576210022,0.6621758937835693,0.3732256591320038,0.06733769178390503,0.005881011486053467,-0.09278453886508942 +170,1.3944275340973484,-0.5767530212871547,-1.6398910454011717,0.8252342343330383,0.545305073261261,-0.14707370102405548,0.7797340750694275,0.45691120624542236,0.4165642261505127,-0.02904599905014038,0.12005430459976196,-0.10889248549938202 +171,1.4012778676887585,-0.5233568913813121,-1.7193190096160225,0.8537312150001526,0.4997905194759369,-0.14612559974193573,0.6623789668083191,0.5291512608528137,0.44859278202056885,-0.07975953817367554,0.14571738243103027,-0.09964771568775177 +172,1.4117663810483474,-0.4822541890375844,-1.7907578687169168,0.8747722506523132,0.46377745270729065,-0.1402997374534607,0.6966888904571533,0.4008548855781555,0.22173672914505005,-0.07394522428512573,0.15409672260284424,-0.0696001648902893 +173,1.4223139246514342,-0.44795911865817395,-1.8469250979952883,0.8914154171943665,0.43312692642211914,-0.13334086537361145,0.4276527762413025,0.32704049348831177,0.17698602378368378,-0.0945860743522644,0.16283562779426575,-0.0038051754236221313 +174,1.4445185586894935,-0.4427336644886164,-1.868760211111494,0.8963891863822937,0.4284111559391022,-0.113799549639225,0.1115601435303688,0.41638076305389404,-0.16942894458770752,-0.1018640398979187,0.12679511308670044,0.026290424168109894 +175,1.499131101660087,-0.4690717544489862,-1.8745950437310623,0.8896988034248352,0.45205849409103394,-0.06386984139680862,-0.10704191029071808,0.6509262919425964,-0.26967889070510864,0.01095128059387207,0.07781818509101868,0.0028804540634155273 +176,1.5764867854647846,-0.48801423021350077,-1.8333948143992929,0.8832515478134155,0.4688728451728821,0.00502616073936224,-0.6721003651618958,0.4686650335788727,0.005129155702888966,0.07899832725524902,0.03196641802787781,-0.03827500343322754 +177,1.656582526990884,-0.465555103673575,-1.7276371149958771,0.8902865052223206,0.4489189088344574,0.07656220346689224,-1.0019543170928955,0.19479766488075256,0.34244486689567566,0.07805150747299194,0.03640216588973999,-0.08850979804992676 +178,1.7023641969699947,-0.4223986303009098,-1.6060263583464105,0.9042253494262695,0.4099494516849518,0.11965823918581009,-1.0621974468231201,-0.31080254912376404,0.22786679863929749,-0.04283618927001953,-0.030387073755264282,-0.03800845146179199 +179,1.7178310232276595,-0.4005714620349469,-1.539233515429061,0.9109023213386536,0.3899446427822113,0.13490785658359528,-0.3976706564426422,0.18631982803344727,0.28605759143829346,0.04918062686920166,-0.09987509250640869,0.07783018052577972 +180,1.7408406098314408,-0.36056942459061,-1.4925563762790992,0.9222008585929871,0.35280710458755493,0.1583441197872162,-0.5782676339149475,-0.028929540887475014,0.3228134512901306,-0.05898064374923706,-0.03124341368675232,0.023876428604125977 +181,1.7572672853995925,-0.33960918342354407,-1.4724024159167954,0.9265395998954773,0.33311861753463745,0.1748034954071045,-0.026935264468193054,0.16826336085796356,0.08454437553882599,-0.08022618293762207,-0.03705239295959473,0.018052324652671814 +182,1.7641279124088018,-0.34100629261888477,-1.4632522920595201,0.924860954284668,0.3344356119632721,0.1810663789510727,0.12063393741846085,0.015175914391875267,-0.16408276557922363,-0.03994274139404297,-0.0035640299320220947,-0.008214831352233887 +183,1.7653863826716527,-0.36346959161182485,-1.4738964829512997,0.9170288443565369,0.35551929473876953,0.1807316243648529,0.07111679762601852,-0.037069253623485565,-0.2239440381526947,-0.006399691104888916,-0.05234244465827942,0.022744283080101013 +184,1.7678161595875164,-0.38496977525290377,-1.479651044533767,0.9088799357414246,0.3755311369895935,0.18142086267471313,0.19127142429351807,0.014085381291806698,-0.24263252317905426,0.04125422239303589,-0.058926552534103394,-0.002816706895828247 +185,1.7643657443388734,-0.39833771941742735,-1.4974020613489054,0.9044931530952454,0.38788673281669617,0.17730221152305603,0.18064157664775848,-0.060175005346536636,0.021523451432585716,0.058931589126586914,-0.06180641055107117,0.002080082893371582 +186,1.7533209208334257,-0.37761351838386287,-1.5209198523688636,0.9141061305999756,0.3687031865119934,0.16872471570968628,0.2642804980278015,-0.10140888392925262,0.2504062056541443,0.0005514621734619141,-0.0070698559284210205,-0.004875898361206055 +187,1.7294689119453257,-0.35254612394987056,-1.5553132443606246,0.9267070889472961,0.3452884554862976,0.14828959107398987,0.18798688054084778,-0.19833609461784363,0.33433660864830017,-0.07029235363006592,0.007098019123077393,0.041163548827171326 +188,1.6947194662877978,-0.3335795265638323,-1.5757520201182798,0.9376305341720581,0.32742732763290405,0.11679258942604065,0.1243211030960083,-0.32305657863616943,0.15056121349334717,-0.0933464765548706,0.039836496114730835,0.07711613178253174 +189,1.6621239884418688,-0.33671670037461077,-1.5957267124207124,0.9399111866950989,0.33038994669914246,0.08607934415340424,0.12440666556358337,-0.27618151903152466,-0.1165597066283226,-0.0742037296295166,0.06322580575942993,0.10061193257570267 +190,1.6108464542505334,-0.3646524019206414,-1.570037566860484,0.9334986209869385,0.356624573469162,0.037406742572784424,-0.3531028926372528,-0.713162362575531,-0.5011672973632812,-0.03879952430725098,0.1093941330909729,0.07482171058654785 +191,1.5758172496982528,-0.41597707252306576,-1.5088384998542756,0.9147104620933533,0.40408387780189514,0.004592729266732931,-1.0861194133758545,-0.7930549383163452,-0.5894175171852112,0.08089494705200195,0.15431153774261475,0.0235903263092041 +192,1.555029862854713,-0.46624037770273696,-1.360632001701464,0.8931536078453064,0.4495311379432678,-0.01408304087817669,-1.5547069311141968,-0.7719051837921143,-0.09343560039997101,0.11739015579223633,0.03731578588485718,-0.032074809074401855 +193,1.5456994667129837,-0.45815570154289775,-1.1993629503800995,0.8965873718261719,0.44229477643966675,-0.02250625379383564,-1.1809734106063843,-0.7040205597877502,0.08775749802589417,-0.038753509521484375,0.10381728410720825,-0.04841655492782593 +194,1.5632372593502355,-0.44095864219481595,-1.0960521832646477,0.9043170809745789,0.42680659890174866,-0.006835923995822668,-0.884204089641571,-0.003243807703256607,0.455565482378006,0.13769030570983887,-0.10525813698768616,-0.091339111328125 +195,1.5782329007681262,-0.28132789933527147,-1.0066991674442338,0.9606610536575317,0.27763158082962036,0.007144158706068993,-1.233074426651001,-0.6711814999580383,2.5892245769500732,0.36494624614715576,-0.18757420778274536,-0.17204582691192627 +196,1.4772590470067577,0.020278476820604116,-0.900198280107798,0.9954237937927246,-0.02027708664536476,-0.09338173270225525,-0.7206749320030212,-1.6369376182556152,3.33223557472229,0.37805020809173584,-0.11001771688461304,-0.16066187620162964 +197,1.2122915227463333,0.303688973828876,-0.7587121846782797,0.8935717344284058,-0.29904240369796753,-0.33481845259666443,-0.17683787643909454,-2.7523696422576904,3.191774606704712,0.08590519428253174,0.05987614393234253,0.01639801263809204 +198,0.8997203467777389,0.5371048356258995,-0.610966119648366,0.6728801131248474,-0.5116506218910217,-0.5342714786529541,-0.13863416016101837,-2.618061065673828,2.4429969787597656,0.2453327775001526,0.17348533868789673,0.0404360294342041 +199,0.5562047997149484,0.6848000865713867,-0.44718536100949485,0.4089343845844269,-0.6325181722640991,-0.6577943563461304,0.14663071930408478,-2.816412925720215,1.6487282514572144,0.16299554705619812,0.3079485297203064,0.07812821865081787 +200,0.22839670195349787,0.7440629788287533,-0.3040620759321588,0.16657954454421997,-0.6772826910018921,-0.716616690158844,0.23768138885498047,-1.9259707927703857,0.8329548835754395,0.09018008410930634,0.19035953283309937,0.017214834690093994 +201,0.00020379490736983973,0.7727229752397554,-0.24115749236822054,0.00014591969375032932,-0.6980875134468079,-0.7160124182701111,0.10230139642953873,-1.5410263538360596,0.18735602498054504,0.05649470537900925,0.17564183473587036,0.03719472885131836 +202,-0.1461651606094007,0.7935155604534319,-0.22937498542464949,-0.10214739292860031,-0.7128232717514038,-0.693865180015564,-0.21869292855262756,-1.4017131328582764,0.09167911112308502,0.09201554954051971,0.07512795925140381,0.009996771812438965 +203,-0.2797379657243563,0.7908995925746057,-0.23998096045960737,-0.19415783882141113,-0.7109861373901367,-0.6758708357810974,0.3737903833389282,-1.0092716217041016,-0.17582498490810394,0.09384658932685852,0.111392080783844,-0.028245985507965088 +204,-0.3771973417766368,0.832477536959443,-0.2431711003218525,-0.2478935867547989,-0.7396011352539062,-0.6257306933403015,0.24438801407814026,-1.0897035598754883,-0.12876051664352417,0.1342156082391739,0.08992767333984375,-0.07368642091751099 +205,-0.4842826416558155,0.8771403359282668,-0.23205084219655203,-0.29766568541526794,-0.7689136862754822,-0.5658329129219055,0.9123184084892273,-0.6018081307411194,-0.16725140810012817,0.11767300963401794,0.10617870092391968,-0.10256308317184448 +206,-0.5903162926632921,0.9538810845903667,-0.16534367688194565,-0.3220190703868866,-0.815666913986206,-0.4806155562400818,0.7860348224639893,-0.47308850288391113,-0.08944596350193024,0.0970587432384491,0.13002848625183105,-0.04250150918960571 +207,-0.6355373200325058,0.987495329611124,-0.16734179062675614,-0.3269498348236084,-0.8346490859985352,-0.4432435631752014,0.14446264505386353,-0.3213345408439636,-0.2787662744522095,0.06109592318534851,0.059426188468933105,-0.06704092025756836 +208,-0.6306292119452815,1.0141886389932522,-0.19883201841185918,-0.311519056558609,-0.8490521907806396,-0.42669230699539185,-0.20612765848636627,-0.29921528697013855,-0.2039625644683838,0.06075611710548401,0.06638312339782715,-0.11690205335617065 +209,-0.6266740003906655,1.0293168170188274,-0.23623121983455203,-0.30226102471351624,-0.8569470643997192,-0.4174686372280121,0.5318804383277893,-0.0924529880285263,-0.3386266827583313,0.05818146467208862,0.10539066791534424,-0.15691792964935303 +210,-0.6403546200339288,1.0554073418734837,-0.2642243718253659,-0.29448190331459045,-0.8701010942459106,-0.39522722363471985,0.0628393366932869,0.015182659029960632,-0.11885225772857666,0.028856903314590454,0.08120644092559814,-0.01634812355041504 +211,-0.5943863763869224,1.0667239709064074,-0.27920639533377356,-0.2704775631427765,-0.8756229281425476,-0.4001578390598297,0.04947413131594658,0.6044055223464966,0.00036215968430042267,0.021240562200546265,0.11198163032531738,0.04272070527076721 +212,-0.46506121240686077,1.0991458616476322,-0.36070179408343633,-0.2037690430879593,-0.8908196091651917,-0.40610188245773315,0.5428245067596436,0.7195174694061279,-0.8486278653144836,-0.039761245250701904,0.07511520385742188,0.07848042249679565 +213,-0.2910174354383774,1.1816318061622213,-0.4938691367334143,-0.10886456817388535,-0.9252263903617859,-0.36346203088760376,0.08042789250612259,0.14399398863315582,-0.7008475661277771,0.01908186823129654,-0.06082707643508911,0.03507760167121887 +214,-0.17117734020103073,1.1913452564813218,-0.6424890417894922,-0.06309667229652405,-0.9288681149482727,-0.3649968206882477,-0.2748411297798157,-0.20052827894687653,0.15284457802772522,0.21275487542152405,-0.48989397287368774,0.12332817912101746 +215,-0.20293752118691874,1.1746561883185596,-0.6428156673815153,-0.07776913046836853,-0.9225572347640991,-0.3779418468475342,-0.45280003547668457,-0.9602112770080566,0.4788127541542053,-0.04773440212011337,-0.1467786431312561,-0.012591570615768433 +216,-0.36116828827854425,1.1180456959975305,-0.5519646182099386,-0.15457725524902344,-0.8992472887039185,-0.409218966960907,-0.5157946944236755,-0.34804731607437134,0.47303688526153564,-0.01931189000606537,-0.10320931673049927,0.04160425066947937 +217,-0.49591666803548695,1.0892660324715775,-0.5081523583655001,-0.2203778177499771,-0.8862872123718262,-0.40734347701072693,-0.21371063590049744,-0.8354458212852478,0.26704418659210205,-0.1026659905910492,-0.023685932159423828,-0.011906981468200684 +218,-0.4481536652229562,0.9658745920310415,-0.5888502990060832,-0.2464180439710617,-0.8225466012954712,-0.5125381350517273,-1.627350091934204,-0.7661235928535461,0.1391146034002304,0.11243060231208801,-0.03952920436859131,-0.023060619831085205 +219,-0.5098314190843569,0.8930147431248782,-0.6552186190993817,-0.30602729320526123,-0.7789657115936279,-0.5473203659057617,-0.24349245429039001,-1.0255309343338013,-0.04086797311902046,0.05869761109352112,0.0665176510810852,0.019747793674468994 +220,-0.5043494543393682,0.9451010419744513,-0.7425525612657499,-0.28301361203193665,-0.8105561137199402,-0.5127397179603577,0.5807672739028931,-0.8536144495010376,-1.6277365684509277,-0.19498321413993835,0.06273818016052246,-0.09933602809906006 +221,-0.46017287084072306,1.0155962771567697,-0.9389079763994098,-0.2340926080942154,-0.8497949838638306,-0.47228074073791504,0.10148676484823227,-2.3729445934295654,-1.245620608329773,-0.03299723565578461,0.12634533643722534,-0.10862132906913757 +222,-0.5594785617470855,1.0606218491057737,-1.0252501646556125,-0.259178102016449,-0.8726593255996704,-0.4138748347759247,-0.34506165981292725,-2.166266679763794,-0.3064315915107727,-0.046516478061676025,0.01589357852935791,0.06641697883605957 +223,-0.5825277656891303,1.0033220342864555,-1.1680038204323397,-0.2957005798816681,-0.8432612419128418,-0.4488559663295746,-1.3917704820632935,-0.9317737221717834,-0.22880761325359344,0.014832079410552979,0.002013683319091797,-0.030727744102478027 +224,-0.5511561314456132,0.9498759593870857,-1.36592442908373,-0.30466434359550476,-0.813343346118927,-0.4956333041191101,-0.5109635591506958,-1.8932735919952393,-0.49409040808677673,0.08196231722831726,0.07538241147994995,-0.20280730724334717 +225,-0.5818835531216037,0.9428341533824229,-1.4560291082131338,-0.3228873610496521,-0.809226393699646,-0.49081185460090637,-0.29479944705963135,-0.583747923374176,-0.2908537685871124,0.06969830393791199,0.05130714178085327,-0.08822861313819885 +226,-0.6074244960461149,0.9346093628803654,-1.5063184913861594,-0.33910393714904785,-0.8043670654296875,-0.48785465955734253,0.04019965976476669,-0.41610395908355713,-0.13971830904483795,0.04228997230529785,0.0520477294921875,-0.08381584286689758 +227,-0.6172057951384199,0.9296647531523994,-1.5070565658012434,-0.34615716338157654,-0.8014194965362549,-0.4877520501613617,0.16036103665828705,-0.20585480332374573,0.2752727270126343,0.05189141631126404,0.006695985794067383,-0.0639142394065857 +228,-0.644292569041578,0.9342823549131888,-1.4763262842776432,-0.3570137321949005,-0.804172694683075,-0.4752342104911804,0.16821451485157013,0.32887476682662964,0.26044559478759766,0.018970519304275513,-0.006084263324737549,-0.02317887544631958 +229,-0.6572913872280253,0.9409143271917995,-1.4163981386068987,-0.35989436507225037,-0.8080970048904419,-0.4663209915161133,0.2953580915927887,0.5698801875114441,0.4479626715183258,0.054199784994125366,0.00824660062789917,0.009976416826248169 +230,-0.6981193825175851,0.9388194429370507,-1.3169019598820115,-0.37971535325050354,-0.8068612813949585,-0.45253846049308777,0.38182196021080017,0.3786599338054657,0.4647664725780487,-0.022201091051101685,0.03055518865585327,0.02359864115715027 +231,-0.7380401245720715,0.9382762344902309,-1.210163500665588,-0.39776867628097534,-0.8065402507781982,-0.43734773993492126,0.47837692499160767,0.4901074469089508,0.4513382911682129,-0.03513842821121216,0.021750211715698242,0.031174004077911377 +232,-0.7885216258869238,0.9335536190901709,-1.1061298157605168,-0.4220275282859802,-0.8037393689155579,-0.41939935088157654,0.3554266393184662,0.3118336796760559,0.47714900970458984,-0.014205962419509888,0.020215749740600586,0.047512173652648926 +233,-0.7995853121116514,0.9205802662388419,-1.0158446256381894,-0.43408262729644775,-0.7959530353546143,-0.42193734645843506,0.38423749804496765,0.5772771835327148,0.623942494392395,0.05714479088783264,0.019219636917114258,0.03759896755218506 +234,-0.8422048154528582,0.9034309862035468,-0.8969917249091721,-0.46178334951400757,-0.785455048084259,-0.41208815574645996,0.37338805198669434,0.907211184501648,0.6999504566192627,0.08838552236557007,0.024773836135864258,0.03984999656677246 +235,-0.8326748993007616,0.8454410108494935,-0.7925807948877684,-0.49074047803878784,-0.7482637763023376,-0.446402370929718,0.0408235602080822,0.6297951936721802,1.0952619314193726,0.08740493655204773,0.053515851497650146,-0.0722438395023346 +236,-0.8458900931369965,0.7573126517053487,-0.6659438652929005,-0.5439682602882385,-0.6869710683822632,-0.4818393588066101,0.0900951474905014,0.8986078500747681,1.3786048889160156,0.1090165376663208,0.04936736822128296,-0.1076991856098175 +237,-0.8489454659822318,0.671028218289173,-0.5344277229813269,-0.5878444314002991,-0.6217916011810303,-0.5175075531005859,0.36075249314308167,0.6470531225204468,1.1200672388076782,0.06617701053619385,0.03673917055130005,-0.1692294478416443 +238,-0.8595387704041959,0.6134371987317662,-0.40088900137496597,-0.619422197341919,-0.5756813883781433,-0.53376704454422,0.5008367896080017,0.7870551347732544,1.048931360244751,0.019400835037231445,0.03564232587814331,-0.1938941478729248 +239,-0.8608348014501288,0.5786818998877422,-0.2773918761952692,-0.6349096298217773,-0.546920895576477,-0.545680582523346,0.7059062719345093,0.6468607783317566,0.6779965758323669,-0.06766605377197266,0.08792132139205933,-0.24422121047973633 +240,-0.8658788556486565,0.5834295885472778,-0.12935103786282443,-0.6356691122055054,-0.5508894324302673,-0.5407825112342834,1.1286028623580933,0.5590803623199463,0.7966467142105103,0.04521501064300537,0.10463088750839233,-0.10782283544540405 +241,-0.8947130694055551,0.5782034599763104,0.010616866644061463,-0.6532325744628906,-0.5465202927589417,-0.5240256190299988,0.6854696273803711,0.30964383482933044,0.7122134566307068,0.00569528341293335,0.02955251932144165,-0.08025294542312622 +242,-0.9154795870241964,0.5714349108971333,0.13135527893045706,-0.6668907999992371,-0.5408395528793335,-0.5125908255577087,0.6587820053100586,0.38011544942855835,0.5737366080284119,0.0038811564445495605,0.001685500144958496,-0.061734676361083984 +243,-0.9314816623029492,0.5718384714541395,0.23575212622673866,-0.6748323440551758,-0.5411789417266846,-0.5017237663269043,0.6737311482429504,0.09736189991235733,0.4826829731464386,0.01740741729736328,-0.03117823600769043,-0.0595860481262207 +244,-0.9301019969930104,0.5630192839938422,0.31180489394665334,-0.6779393553733826,-0.5337418913841248,-0.5054876208305359,0.37816181778907776,1.0082306861877441,0.3537534177303314,0.014945030212402344,-0.008341789245605469,-0.06700682640075684 +245,-0.9287741128892438,0.5667339244433353,0.4013712716311874,-0.6756750345230103,-0.5368794798851013,-0.5051966905593872,0.66849684715271,-0.054913174360990524,0.5132964849472046,0.09132444858551025,-0.012696325778961182,-0.024603724479675293 +246,-0.980049433306427,0.5644194561657783,0.5008628553283447,-0.7017098665237427,-0.5349254012107849,-0.47059324383735657,0.6413783431053162,0.18409886956214905,0.3244197368621826,0.010593593120574951,0.04868888854980469,-0.08493348956108093 +247,-1.0395423418579939,0.5736504171620285,0.6335765187445511,-0.7241606116294861,-0.5427017211914062,-0.4255187511444092,0.9966924786567688,-0.3245702087879181,0.4999309480190277,0.01836538314819336,0.049934446811676025,-0.0006744563579559326 +248,-1.118904107457798,0.557969857136571,0.7562263818087799,-0.7631782293319702,-0.5294650793075562,-0.3704398274421692,0.8349809646606445,-0.1398869752883911,0.5575979351997375,-0.04097515344619751,0.07402080297470093,-0.0601479709148407 +249,-1.1794527808774706,0.5344297009441998,0.8739197877823115,-0.795498788356781,-0.5093503594398499,-0.32824376225471497,0.5845983624458313,0.21126069128513336,0.5581914186477661,-0.040835440158843994,0.059139788150787354,-0.019351482391357422 +250,-1.1882041376353334,0.509698994786801,0.9684779266071012,-0.8097813725471497,-0.4879145324230194,-0.3258734941482544,0.7224219441413879,0.13116884231567383,0.5370928645133972,0.014844238758087158,0.0364375114440918,-0.042031168937683105 +251,-1.21345690696378,0.48779756700382565,1.070534050011648,-0.8275655508041382,-0.4686814546585083,-0.3089867830276489,0.6370644569396973,0.24289846420288086,0.447687566280365,-0.04950958490371704,-0.0023573338985443115,0.0017053186893463135 +252,-1.2145984964477239,0.472947489506369,1.1518234979267896,-0.8343493938446045,-0.4555121958255768,-0.31043484807014465,0.6279239058494568,0.29003989696502686,0.2752818465232849,-0.04228329658508301,0.00144118070602417,-0.0038657188415527344 +253,-1.17221116450092,0.4713601368534021,1.218820453216864,-0.821110725402832,-0.45409852266311646,-0.34579145908355713,0.3003866970539093,1.103877067565918,0.22469481825828552,-0.01908397674560547,-0.010729998350143433,0.03675520420074463 +254,-1.1034859621946558,0.47017895978609586,1.2656500219964106,-0.795904815196991,-0.4530458450317383,-0.401603102684021,0.517622709274292,0.7302235960960388,0.11906646937131882,-0.02434670925140381,0.010800361633300781,0.001304030418395996 +255,-1.0506299072712943,0.48436805018798623,1.3242449157477922,-0.7679202556610107,-0.46564918756484985,-0.4398515224456787,0.5236290693283081,1.0751317739486694,0.08226221799850464,-0.027764558792114258,-0.0016206800937652588,0.01728987693786621 +256,-0.9407014246833927,0.4985590175286368,1.362671401755689,-0.7096192240715027,-0.47816047072410583,-0.5174970030784607,0.42304080724716187,1.1978745460510254,0.016861215233802795,-0.00038748979568481445,-0.025730490684509277,0.013667047023773193 +257,-0.881165322055217,0.5323739791639729,1.4273518274432506,-0.6647113561630249,-0.5075802206993103,-0.5481980443000793,0.6276079416275024,0.6591333746910095,0.06080671027302742,-0.019309580326080322,-0.017413675785064697,0.04549729824066162 +258,-0.8060965334886507,0.5624657740438386,1.4969721167401375,-0.6104240417480469,-0.5332736968994141,-0.5856634974479675,0.292860746383667,1.3372703790664673,0.2936069369316101,-0.005115509033203125,-0.0002651214599609375,0.08915770053863525 +259,-0.7382198245829587,0.5521617652568266,1.5415434634408465,-0.5729635953903198,-0.524528980255127,-0.6297476291656494,0.3391494154930115,0.758196234703064,0.23658688366413116,-0.0066567063331604,0.06192827224731445,-0.03780907392501831 +260,-0.6924869417205736,0.5769540458907811,1.5948299548270009,-0.5351055860519409,-0.545473575592041,-0.6450741291046143,0.5144788026809692,0.30620458722114563,0.1721871942281723,0.07538878917694092,0.008928775787353516,0.020959138870239258 +261,-0.7200285420030175,0.6089127631467922,1.636302452257052,-0.5408912897109985,-0.5719759464263916,-0.6166684627532959,0.44229063391685486,0.3121579885482788,0.19099219143390656,0.08874291181564331,0.010818779468536377,0.045242130756378174 +262,-0.7022049299060332,0.6100777034127935,1.6549683000419455,-0.5293840169906616,-0.572931170463562,-0.6257016062736511,0.09647441655397415,0.15915624797344208,0.14516916871070862,0.033030807971954346,0.009622454643249512,-0.05711394548416138 +263,-0.7233374145125304,0.6298659437935591,1.6776570875685288,-0.5348776578903198,-0.5890364050865173,-0.6057572960853577,0.15837442874908447,-0.04652911424636841,-0.09797666221857071,-0.026233792304992676,-0.037336766719818115,0.012816131114959717 +264,-0.7478832440929863,0.6487456169556485,1.6884144762203763,-0.5419232845306396,-0.6041873097419739,-0.5841891169548035,0.15320834517478943,-0.2638601064682007,-0.14416149258613586,0.02524542808532715,-0.04989588260650635,0.05310696363449097 +265,-0.7950747553136991,0.6616869043233446,1.7040849222927863,-0.563248872756958,-0.614448606967926,-0.5524523854255676,0.10296541452407837,-0.33480772376060486,-0.08449707180261612,-0.006788909435272217,-0.031989991664886475,0.0043566226959228516 +266,-0.8075442173321082,0.6726878634728634,1.703229067645568,-0.5651748776435852,-0.6230905652046204,-0.5406805276870728,0.01277790404856205,-0.177329421043396,-0.07582265138626099,0.04532325267791748,-0.03970539569854736,-0.01568537950515747 +267,-0.8262830792299967,0.6928770873585386,1.704758206456462,-0.5658388733863831,-0.6387534737586975,-0.5213639140129089,0.007636202499270439,-0.05181162431836128,-0.04606214910745621,0.07566559314727783,-0.028467535972595215,-0.008634865283966064 +268,-0.8059361419044331,0.7046121510063078,1.6943374813310124,-0.5496681928634644,-0.6477383971214294,-0.5275413990020752,0.16544410586357117,-0.007059760391712189,-0.11917448788881302,0.09632962942123413,-0.028485357761383057,-0.055619001388549805 +269,-0.8154689870510952,0.7302126742532941,1.6987882839606117,-0.542418897151947,-0.6670281291007996,-0.5107400417327881,0.07008335739374161,0.019564684480428696,-0.1442941278219223,0.06672614812850952,-0.048822760581970215,-0.01048499345779419 +270,-0.8115131343641719,0.7579386020712212,1.702230778707322,-0.5267740488052368,-0.6874257922172546,-0.4999549686908722,0.30396032333374023,-0.035730715841054916,-0.19000424444675446,0.049769043922424316,-0.030484914779663086,-0.013289690017700195 +271,-0.8156521312918518,0.7820605035251985,1.7181856502266855,-0.5166115760803223,-0.7047427892684937,-0.48626142740249634,0.28186705708503723,0.13231496512889862,-0.11040683090686798,0.04546600580215454,-0.017318367958068848,0.01772502064704895 +272,-0.8233786115086749,0.8077518149299419,1.7470778965671838,-0.5069032907485962,-0.7227352261543274,-0.46979016065597534,0.31148561835289,0.23780016601085663,-0.09058977663516998,-0.010171294212341309,0.009219050407409668,0.02813979983329773 +273,-0.8117586772505293,0.8325856769720816,1.774700645089956,-0.4882355332374573,-0.739673912525177,-0.46315068006515503,0.23841772973537445,0.24727626144886017,-0.11932127922773361,-0.09634390473365784,-0.014171302318572998,0.006317794322967529 +274,-0.817526890355106,0.8745752309379439,1.8139042873169977,-0.4678170680999756,-0.7672711610794067,-0.4386823773384094,0.5580053925514221,0.09228219091892242,-0.002607278525829315,-0.043428659439086914,-0.011003375053405762,0.015739262104034424 +275,-0.8540841160649241,0.912679966496703,1.8828927253489953,-0.4611486792564392,-0.7911457419395447,-0.40178394317626953,0.6453787088394165,0.22841009497642517,0.1013370156288147,-0.005632936954498291,0.018562734127044678,-0.019465386867523193 +276,-0.9146599089505468,0.9580338264308931,1.9766907219564518,-0.45570680499076843,-0.8180623650550842,-0.3508635461330414,0.667022168636322,0.02897712215781212,0.021842019632458687,0.04330754280090332,0.021645188331604004,0.007449299097061157 +277,-1.0188899387128507,0.9984688467655884,2.0960556291407513,-0.4611783027648926,-0.8406426906585693,-0.2839618921279907,0.7282215356826782,0.030024275183677673,0.10822401195764542,-0.002475231885910034,0.02818852663040161,0.01218762993812561 +278,-1.081117051439343,1.0339279507156365,2.1851363060502886,-0.4513440728187561,-0.8593145608901978,-0.24055567383766174,0.6002710461616516,-0.09658095985651016,-0.15053503215312958,-0.03959217667579651,0.08038395643234253,0.02777184545993805 +279,-1.1711310866903233,1.0739877947916825,2.280478856144624,-0.4390605092048645,-0.879108190536499,-0.18545858561992645,0.4844822287559509,-0.18385235965251923,-0.07578214257955551,-0.030238866806030273,0.07870829105377197,0.09289871156215668 +280,-1.2058791134167468,1.0854518269860156,2.3216278850701584,-0.43579453229904175,-0.8845142722129822,-0.16648535430431366,0.06714657694101334,0.02252391166985035,0.11119725555181503,0.020816564559936523,0.03000694513320923,0.05242593586444855 +281,-1.2541278398215496,1.083258996398408,2.3494902656640604,-0.4451592266559601,-0.883489191532135,-0.1458769291639328,-0.01180244144052267,-0.048610586673021317,0.012173816561698914,-0.04866096377372742,0.00916057825088501,0.05382068455219269 +282,-1.2579491628448285,1.083052229349129,2.3510199429810634,-0.4458872973918915,-0.8833922743797302,-0.14423102140426636,-0.07134498655796051,-0.05487969517707825,0.03639383241534233,0.04738876223564148,-0.006927549839019775,0.03165167570114136 +283,-1.3027583116769792,1.0755119550197898,2.382943663602386,-0.45831072330474854,-0.8798335790634155,-0.12587366998195648,0.05388522520661354,-0.21566109359264374,0.14304155111312866,0.040601372718811035,0.030147910118103027,0.052265286445617676 +284,-1.304817935895972,1.0595888431857863,2.375134202259396,-0.4720272123813629,-0.8721544146537781,-0.12859591841697693,-0.2694801986217499,0.1257345825433731,-0.007077077403664589,0.00909087061882019,0.04026055335998535,0.06170143187046051 +285,-1.1450492799018028,1.0408116700280252,2.2513884939792823,-0.46039271354675293,-0.8628148436546326,-0.20878051221370697,-1.1060277223587036,0.6665473580360413,-0.29647907614707947,-0.06905674934387207,-0.015801608562469482,0.15418455004692078 +286,-0.8287596724402475,1.0050885273930097,1.971178494921783,-0.3950921297073364,-0.8442094326019287,-0.3622328042984009,-1.3103084564208984,0.4853702485561371,-0.6585435271263123,-0.053729861974716187,-0.005399882793426514,0.023914963006973267 +287,-0.6398783516960372,0.9862738388370044,1.77480556194149,-0.3294794261455536,-0.8339756727218628,-0.4426376223564148,-0.8346734046936035,0.49094417691230774,-0.5685173869132996,-0.04054620862007141,-0.012246251106262207,0.0646316409111023 +288,-0.4575599165783856,0.9611517640637229,1.6408605158302711,-0.25294139981269836,-0.8198515772819519,-0.5136769413948059,-0.37769731879234314,0.7605634927749634,-0.31133681535720825,-0.013278692960739136,0.004955947399139404,0.020268738269805908 +289,-0.33646811198764237,0.9440057434375874,1.5766785449468539,-0.19365209341049194,-0.8099141716957092,-0.5536587238311768,0.006381883751600981,0.5925461053848267,-0.3212246894836426,-0.04823023080825806,-0.009681165218353271,-0.05243563652038574 +290,-0.2810560102984072,0.9518133924670135,1.542085012145323,-0.160932257771492,-0.8144689798355103,-0.5574415326118469,0.20196551084518433,0.04165012389421463,-0.24586540460586548,-0.043871209025382996,0.004059493541717529,-0.024711787700653076 +291,-0.2901325431846358,0.9724507963480868,1.536290746822621,-0.16114163398742676,-0.8262686729431152,-0.5397346615791321,0.09053654223680496,-0.10960113257169724,-0.19428107142448425,-0.08479952812194824,-0.008600711822509766,0.00270158052444458 +292,-0.28949840065690385,0.9725944703998941,1.5278250685512,-0.16076545417308807,-0.8263496160507202,-0.5397229790687561,-0.13618433475494385,-0.1912909597158432,-0.0410412922501564,-0.03207510709762573,0.011316657066345215,0.041462481021881104 +293,-0.30781721454417754,0.9711013279808917,1.5361361645958314,-0.17099860310554504,-0.8255078196525574,-0.5378626585006714,0.03874373808503151,-0.38197970390319824,0.1971956193447113,0.006524115800857544,-0.008858025074005127,0.008382678031921387 +294,-0.4033284770840171,0.9849012285125539,1.5848530908254523,-0.21702107787132263,-0.8332175016403198,-0.5085769295692444,0.3053843080997467,-0.544277548789978,0.1367378979921341,-0.004063516855239868,-0.015720486640930176,0.0022750496864318848 +295,-0.5351758107861678,1.0057495376221106,1.6399210780643583,-0.273078054189682,-0.8445635437965393,-0.46058735251426697,0.4227854013442993,-0.8073888421058655,0.2482786923646927,0.016562581062316895,-0.001627802848815918,0.003891855478286743 +296,-0.7748849416290324,1.037606539765097,1.7911958908695154,-0.35561197996139526,-0.861190140247345,-0.36316898465156555,1.2989485263824463,-1.869232416152954,0.618737518787384,0.07727640867233276,0.01129084825515747,-0.07639098167419434 +297,-1.4093030571952803,1.0637290651537308,2.2262633553523017,-0.47929707169532776,-0.8741724491119385,-0.07808323949575424,2.205765962600708,-2.482029914855957,0.7923531532287598,0.05096757411956787,0.019558191299438477,-0.02547818422317505 +298,-1.915572906298794,0.9714695985974121,2.584624910262936,-0.5308904647827148,-0.8257156014442444,0.19065353274345398,1.8919520378112793,-1.4836368560791016,0.6596999764442444,0.023841023445129395,0.06311196088790894,-0.023249417543411255 +299,-2.2994336126059265,0.8015938901629488,2.826679119801003,-0.5189467668533325,-0.7184656262397766,0.4631425738334656,1.9920542240142822,-1.5426419973373413,0.6371262669563293,0.02904820442199707,0.04666709899902344,0.013450294733047485 +300,-2.414394068676722,0.688121629962541,2.892760363538534,-0.5135024189949036,-0.6350873708724976,0.5770434737205505,0.1891142576932907,-0.07403796911239624,0.2926409840583801,0.01716458797454834,-0.016493380069732666,0.11314195394515991 +301,-2.4017381926068753,0.6857755292825487,2.8697113290688123,-0.5217670798301697,-0.6332734227180481,0.5715973973274231,-0.05890754610300064,-0.10070457309484482,0.0871463418006897,0.017799854278564453,0.026965439319610596,0.017635881900787354 +302,-2.3391022993698827,0.7374213402638043,2.833228347542298,-0.5322732329368591,-0.6723814010620117,0.5143818259239197,-0.9542520642280579,1.2514009475708008,-0.6787959337234497,-0.15438765287399292,0.029696404933929443,0.09529834985733032 +303,-2.068446735132228,0.9104875111215479,2.726219884972999,-0.5389642119407654,-0.7898028492927551,0.2927953004837036,-2.1093385219573975,2.105578660964966,-1.0201482772827148,0.01006406545639038,0.03934508562088013,0.1263025999069214 +304,-1.5963481051982544,1.0739868323160275,2.4209605034638155,-0.47646766901016235,-0.8791077136993408,0.012177246622741222,-1.9876980781555176,1.7556016445159912,-0.953726589679718,0.08134132623672485,0.03215336799621582,0.0713036060333252 +305,-1.1438775974908595,1.119668123170406,2.0324426172363057,-0.39685019850730896,-0.8999558091163635,-0.18052592873573303,-1.5207375288009644,0.8382285833358765,-0.7192111611366272,0.01849326491355896,-0.00337982177734375,0.0042258501052856445 +306,-0.7677093354110106,1.0777906079098858,1.6799259285578771,-0.3286847770214081,-0.8809143304824829,-0.34052351117134094,-1.3308289051055908,0.16993018984794617,-0.5647183656692505,-0.014317542314529419,0.00858461856842041,-0.03513255715370178 +307,-0.5608302281118713,1.0285771181464993,1.4775081990559875,-0.27447524666786194,-0.8565655946731567,-0.4369882345199585,-0.7776252627372742,0.04949864000082016,-0.31939733028411865,0.04078689217567444,0.014051556587219238,-0.029961228370666504 +308,-0.49072254386226066,1.0078705413535387,1.3927833104021585,-0.2514956593513489,-0.8456973433494568,-0.47068658471107483,-0.24928228557109833,-0.10807673633098602,-0.1076899915933609,0.06443819403648376,0.0009250640869140625,0.001402527093887329 +309,-0.4506234453122997,0.9869995482939166,1.356528385815632,-0.24006058275699615,-0.8343759179115295,-0.4961731433868408,-0.12438277155160904,-0.08463378250598907,-0.045725129544734955,0.02553725242614746,-0.015599668025970459,0.00723576545715332 +310,-0.43775129328380746,0.9737344376079371,1.3391074929631175,-0.23832514882087708,-0.8269910216331482,-0.509202241897583,-0.0876057967543602,-0.0319877490401268,0.011430716142058372,-0.002244919538497925,-0.01595020294189453,-0.006010770797729492 +311,-0.48231082450387375,0.9844807521067831,1.3409678051032567,-0.25663381814956665,-0.8329849243164062,-0.4901787042617798,0.2398460954427719,-0.5478232502937317,0.01128825731575489,-0.03171148896217346,-0.01297760009765625,0.012914329767227173 +312,-0.5375585600886873,0.9979770394817216,1.3439520527879933,-0.27752766013145447,-0.8403762578964233,-0.4655599594116211,0.23668771982192993,-0.8007779717445374,-0.0649576336145401,0.008072704076766968,0.02044522762298584,0.01591402292251587 +313,-0.6682054417158081,1.0133838841238332,1.3748499339871807,-0.3277519941329956,-0.8486267328262329,-0.41522422432899475,0.1271429806947708,-1.0747140645980835,0.15059737861156464,0.016533762216567993,0.014627218246459961,0.04338282346725464 +314,-0.7548660185889712,1.0038603304438913,1.3747857379373467,-0.367981880903244,-0.843550443649292,-0.391167551279068,-0.1451972872018814,-1.008639931678772,0.028306148946285248,-0.0042257606983184814,-0.0005657672882080078,0.0062340497970581055 +315,-0.8474907008856766,0.9959957811387767,1.380735269909039,-0.40754494071006775,-0.8393007516860962,-0.35983505845069885,0.0003123311325907707,-0.8105055093765259,0.06996777653694153,-0.01840415596961975,0.002005279064178467,0.0016044378280639648 +316,-0.9259745523494546,0.9911036534295853,1.385958249494644,-0.4377789795398712,-0.8366310596466064,-0.32923850417137146,-0.0709841251373291,-0.9567962288856506,0.03979155048727989,0.015995532274246216,-0.010002851486206055,-0.006653189659118652 +317,-1.1412549363176834,0.9917818543009754,1.4197489976754212,-0.49749016761779785,-0.8370023369789124,-0.22788336873054504,0.6168609857559204,-1.821770429611206,0.013434783555567265,0.041740596294403076,0.021999776363372803,-0.006659477949142456 +318,-1.3728208324117903,0.9816800452728935,1.4399965232264937,-0.5447731614112854,-0.831432044506073,-0.10928324609994888,0.23885345458984375,-2.5735342502593994,0.1323728859424591,0.06859219074249268,0.10691434144973755,-0.09191916882991791 +319,-1.7833241872428387,0.9575128177286182,1.6236586701160445,-0.5626060366630554,-0.8177626132965088,0.12140282988548279,0.5648964643478394,-2.93803071975708,0.3514701724052429,0.11865156888961792,0.12626487016677856,0.05990206450223923 +320,-2.0996244504114716,0.8860847009583379,1.7248667128692694,-0.5460562705993652,-0.7746014595031738,0.31908464431762695,1.048330545425415,-2.1325204372406006,0.5398180484771729,-0.01238483190536499,0.038334429264068604,0.04511210322380066 +321,-2.4008188665597534,0.7880486916570594,1.834920114920879,-0.4759311378002167,-0.7089784741401672,0.5204223394393921,1.0556336641311646,-1.9549838304519653,0.26824289560317993,0.04450404644012451,-0.057867348194122314,0.10405898094177246 +322,-2.6897518280855524,0.6821957361970444,1.9102252794850871,-0.3389020562171936,-0.6304988265037537,0.6982956528663635,0.9243839979171753,-2.204610824584961,0.0414872020483017,0.07082036137580872,-0.04024702310562134,0.11260229349136353 +323,-2.7862260593257755,0.6517958865198664,1.8694948764320192,-0.276606023311615,-0.6066151261329651,0.7453233599662781,-0.3058105707168579,-0.8137468099594116,0.6148034334182739,0.10773703455924988,-0.07824510335922241,0.10710877180099487 +324,-2.5250809094760243,0.7899143731260069,1.6348994582283103,-0.4069932997226715,-0.7102929949760437,0.5743171572685242,-4.153120517730713,3.408006429672241,1.5715508460998535,0.11788499355316162,-0.05775809288024902,0.31681132316589355 +325,-1.3952468600353574,0.8275498780939502,0.858147017751304,-0.6662816405296326,-0.7362756133079529,-0.11818192154169083,-4.9481611251831055,5.485245227813721,1.3496735095977783,0.33858394622802734,0.08454221487045288,0.16955828666687012 +326,-0.7298064027712516,0.5972114596580699,0.357616480891446,-0.5513198375701904,-0.5623388290405273,-0.6162965893745422,-3.5025506019592285,2.660172462463379,0.7405214905738831,0.44069361686706543,-0.057473182678222656,0.184839129447937 +327,-0.5058509164732348,0.38058021034965644,0.23674131474205226,-0.449881911277771,-0.3714592158794403,-0.8121725916862488,-1.9563764333724976,-0.24122950434684753,-0.5035449266433716,0.16083469986915588,0.0771782398223877,-0.04518824815750122 +328,-0.5299447222135014,0.3565969608189575,0.10779467683328302,-0.4736856520175934,-0.34908729791641235,-0.8085542321205139,0.22234193980693817,-1.4797489643096924,-1.5332037210464478,0.13687840104103088,-0.036288678646087646,0.06819778680801392 +329,-0.6552538256222749,0.4915192630722435,-0.03202942259366266,-0.5372225046157837,-0.47196584939956665,-0.6990280747413635,0.7076222896575928,-2.0008177757263184,-2.0245165824890137,0.04218161106109619,0.06028375029563904,0.016822874546051025 +330,-0.7664276011144432,0.6114081730956815,-0.18711519897605886,-0.5679200291633606,-0.5740211009979248,-0.5898869633674622,0.040964070707559586,-2.782020330429077,-3.22011661529541,0.08316361904144287,0.2687232494354248,-0.05314898490905762 +331,-0.6700005572907091,0.8284374968084731,-0.77436320763664,-0.4198042154312134,-0.7368759512901306,-0.5298851728439331,-2.668860912322998,-3.7891435623168945,-3.75429105758667,0.2722058892250061,0.17428439855575562,-0.045935750007629395 +332,-0.3466069483252191,0.8309498601522199,-1.371900225102356,-0.229022815823555,-0.7385720610618591,-0.6340819001197815,-1.4292124509811401,-1.7179299592971802,-1.5739771127700806,0.1664160192012787,0.1517190933227539,-0.056210458278656006 +333,-0.261647223319653,0.895498878117978,-1.5703875114616632,-0.16170354187488556,-0.780521035194397,-0.6038533449172974,-0.9742621779441833,-0.6244074106216431,-0.9279491305351257,-0.06856685876846313,0.09950602054595947,0.07698261737823486 +334,-0.26488803513444237,0.814494304369143,-1.6807858965277696,-0.17965750396251678,-0.7273786664009094,-0.6623016595840454,-0.9656679630279541,-1.163681983947754,0.45934244990348816,-0.08975166082382202,-0.11724108457565308,0.05783998966217041 +335,-0.2557613794184853,0.7893468877131437,-1.7648254396583916,-0.1781775951385498,-0.7098934054374695,-0.6813986301422119,-0.46874019503593445,-0.699336588382721,-0.15803945064544678,-0.0353996604681015,-0.18405795097351074,0.12791657447814941 +336,-0.3294530328732421,0.7106283475509834,-1.758853129403042,-0.24521687626838684,-0.6523101329803467,-0.7171890735626221,-0.9508442878723145,-0.6031627058982849,0.45032089948654175,-0.05541178584098816,-0.05672001838684082,0.08962559700012207 +337,-0.27828800445170526,0.66282603276932,-1.8107558483085657,-0.2165418416261673,-0.6153469681739807,-0.7579299211502075,-0.629767119884491,0.06597740203142166,-0.6817989945411682,-0.12482777237892151,0.026601850986480713,-0.04472815990447998 +338,-0.1441933117808195,0.7147245908118486,-1.967324008728154,-0.10852843523025513,-0.6554094552993774,-0.7474356889724731,0.8180094957351685,1.2942992448806763,-1.9728964567184448,-0.008857443928718567,0.13667166233062744,0.22004616260528564 +339,0.06773846208549286,0.5594829665652944,-2.04611097314669,0.05736646056175232,-0.5307480692863464,-0.8455859422683716,-0.3918144702911377,-0.45309484004974365,0.2490178644657135,0.055045053362846375,-0.022230446338653564,-0.14745604991912842 +340,0.02033042077870385,0.48830402566028147,-2.032880531573684,0.017953163012862206,-0.4691287875175476,-0.8829472661018372,-1.014585256576538,0.2619438171386719,-0.008536124601960182,-0.04671597480773926,-0.04065209627151489,0.013516724109649658 +341,0.11769910766945,0.3158687762082544,-2.013544383776779,0.1116180345416069,-0.31064239144325256,-0.9439505934715271,-2.652433395385742,0.8891013860702515,-0.05149601772427559,-0.0411834716796875,0.13504424691200256,0.1496085524559021 +342,0.042178121542892105,0.16278404462834764,-2.042203293123243,0.041608184576034546,-0.16206607222557068,-0.9859023094177246,-0.5304241180419922,-0.8865435123443604,-0.5976018309593201,0.057589203119277954,0.03651675581932068,-0.07006692886352539 +343,0.0773635837783784,0.12985154455435158,-2.0655790664897977,0.07663577049970627,-0.12948693335056305,-0.9886152148246765,0.4444378912448883,0.2721969187259674,0.050206780433654785,-0.0005249232053756714,0.17845240235328674,-0.049485981464385986 +344,0.10769578084060341,0.1276955884157785,-2.061206613967971,0.10661255568265915,-0.12734884023666382,-0.986111581325531,-0.26088452339172363,0.27171993255615234,-0.1352781355381012,-0.09286437928676605,0.02188009023666382,-0.099459707736969 +345,0.09396373806817333,0.12010271671779524,-2.102944367487029,0.09314963966608047,-0.1198141872882843,-0.9884167909622192,0.08389915525913239,-0.6387273073196411,-0.15154656767845154,0.057622455060482025,0.0847494900226593,0.011381268501281738 +346,0.0005582838902689786,0.11365674399675804,-2.1514790815580254,0.0005546818138100207,-0.11341220140457153,-0.9935478568077087,0.10782352834939957,-0.808147668838501,-0.5441821217536926,0.06655347347259521,0.03620273619890213,-0.2784857749938965 +347,-0.002748367508307752,0.11063411038704798,-2.1849880915283,-0.002731561427935958,-0.11040855944156647,-0.9938825368881226,-0.03210778534412384,-0.03350508585572243,-0.10393643379211426,0.0173799991607666,0.013911977410316467,0.02568185329437256 +348,-0.00962726209870359,0.10116651942464028,-2.1878834844060497,-0.009577889926731586,-0.1009940430521965,-0.9948409199714661,-0.17004497349262238,-0.14064033329486847,0.004280012100934982,-0.00668797641992569,0.007472924888134003,0.016905128955841064 +349,-0.013385306709715578,0.09490997673630759,-2.189370478686934,-0.013324667699635029,-0.09476754814386368,-0.9954102635383606,-0.07851163297891617,-0.06315290927886963,0.034105464816093445,0.010425496846437454,0.019328095018863678,0.017230331897735596 +350,-0.019408334395689255,0.08500204735535037,-2.1932335491858863,-0.019337046891450882,-0.08489972352981567,-0.9962018728256226,-0.06686607748270035,-0.06803304702043533,-0.1405576765537262,-0.025645865127444267,0.030212223529815674,0.013764739036560059 +351,0.018132755930639757,0.05178642315207931,-2.2515462203562238,0.018107455223798752,-0.051763277500867844,-0.9984952211380005,-1.0925045013427734,1.538416862487793,-0.5210168361663818,0.15446944534778595,-0.07415224611759186,-0.007898211479187012 +352,0.16470145269134392,0.017436781031407635,-2.2692882340114853,0.1639329046010971,-0.017435897141695023,-0.9863173961639404,-0.22287563979625702,2.9339349269866943,0.0036506475880742073,-0.0898057073354721,-0.028355732560157776,-0.11678624153137207 +353,0.3947837408816438,-0.026038462619374477,-2.3272162977673565,0.3844781816005707,0.026035521179437637,-0.9227668642997742,0.45411136746406555,0.7366307973861694,-0.7974349856376648,-0.02450808882713318,0.03106287121772766,0.06978529691696167 +354,0.34433084373531025,-0.024393088471442295,-2.4083443620074227,0.33746644854545593,0.02439066953957081,-0.9410215020179749,-0.05854490399360657,0.11931444704532623,0.09960874915122986,0.09110715985298157,0.09984638541936874,0.042904436588287354 +355,0.047666038262730026,0.1172048690973413,-2.4662943653706977,0.04732109606266022,-0.11693671345710754,-0.9920113682746887,2.8202285766601562,-7.523063659667969,-1.1666386127471924,0.09998725354671478,0.15219977498054504,0.12509852647781372 +356,0.011452370515819927,0.017213731582749588,-2.526408831914098,0.01145042385905981,-0.01721288077533245,-0.9997862577438354,2.715846061706543,-2.3968465328216553,0.22581149637699127,0.06464515626430511,0.0330057293176651,0.46159350872039795 +357,-0.023206898750152524,0.0652113659585939,-2.490153988962164,-0.023155493661761284,-0.06516515463590622,-0.9976058006286621,-0.5722971558570862,0.38734835386276245,0.39465445280075073,-0.10065431892871857,-0.02373255044221878,0.07568502426147461 +358,-0.0011420671882365243,0.035074599309130094,-2.4762172463784893,-0.0011413644533604383,-0.03506740927696228,-0.9993842840194702,-0.19711503386497498,0.07190746068954468,0.06166132539510727,-0.012408440932631493,0.004336211830377579,0.10053485631942749 +359,-0.0022717919947423705,0.031220962005914205,-2.4485079435585075,-0.0022706829477101564,-0.031215889379382133,-0.9995101094245911,-0.1312171071767807,0.05498848110437393,0.8057646155357361,0.011486991308629513,0.027675852179527283,-0.015275657176971436 +360,0.0002307015324271899,0.022515147190516772,-2.374325079897257,0.00023064305423758924,-0.022513244301080704,-0.9997465014457703,-0.07459208369255066,0.04777483269572258,0.7190385460853577,-0.05478081479668617,0.1668156087398529,-0.006295919418334961 +361,-0.00398047638060494,0.026371718472021737,-2.3210073946815633,-0.003979081753641367,-0.02636866271495819,-0.9996443390846252,0.07429837435483932,-0.0004005557857453823,0.7012127637863159,-0.0009800242260098457,0.08815149962902069,0.0041152238845825195 +362,-0.005915996223020798,0.027663381735316517,-2.2491826386168214,-0.005913698114454746,-0.027659853920340538,-0.9995998740196228,0.04371605068445206,-0.019091205671429634,0.5394902229309082,-0.01346496306359768,0.08701654523611069,0.014172077178955078 +363,-0.012017735474949068,0.03287109679824794,-2.2253260592301483,-0.012010954320430756,-0.03286517783999443,-0.9993876218795776,0.04791376739740372,-0.06433658301830292,0.34598854184150696,-0.029080964624881744,-0.08012615144252777,0.010145068168640137 +364,-0.03660757967462868,0.06089067884271833,-2.2247575677468605,-0.03653157502412796,-0.06085306033492088,-0.9974780082702637,-0.1469229757785797,0.06056138128042221,0.12620572745800018,0.11061299592256546,0.08761697262525558,0.33275938034057617 +365,-0.04253631590301601,0.06234067097747775,-2.2220187258381827,-0.04244088754057884,-0.06230029836297035,-0.9971546530723572,-0.0020343055948615074,-0.003413495607674122,0.00482519343495369,0.003393646329641342,0.02596912905573845,-0.002936840057373047 +366,-0.043809235977564656,0.06112877980196519,-2.185794821278529,-0.04371342435479164,-0.06109071522951126,-0.9971745610237122,0.03856176882982254,0.015158269554376602,0.9564374089241028,-0.004519607871770859,0.05266786366701126,0.0017064213752746582 +367,-0.04499616195760941,0.05162633004098495,-2.1477883106622313,-0.04492104798555374,-0.051603399217128754,-0.9976568222045898,-0.17864063382148743,0.011997655965387821,0.4720862805843353,0.05300820991396904,0.03925904259085655,-0.01015561819076538 +368,-0.04384788900417716,0.037302356873443354,-2.119158562331628,-0.043803345412015915,-0.037293706089258194,-0.998343825340271,-0.036885011941194534,0.07815201580524445,0.16787154972553253,0.06699670851230621,0.0037091150879859924,-0.01683861017227173 +369,-0.04924627512887675,0.0298947465040252,-2.0693989110920454,-0.049204375594854355,-0.02989029325544834,-0.9983413815498352,-0.20399007201194763,-0.06281588971614838,0.5154120922088623,0.008097201585769653,0.06440567970275879,-0.036067187786102295 +370,-0.017857575892441073,0.04742325051076938,-2.031333436716914,-0.017836550250649452,-0.04740547761321068,-0.9987164735794067,0.5816069841384888,0.2735324501991272,0.47386157512664795,-0.010956784710288048,-0.003558877855539322,-0.07702815532684326 +371,-0.021352992910854046,0.09860405078108997,-1.9976084608190208,-0.021247657015919685,-0.09844434261322021,-0.9949157238006592,0.3972017168998718,-0.11291094869375229,0.23748290538787842,0.0018079578876495361,-0.019414544105529785,-0.06067204475402832 +372,-0.003541305690844588,0.15638288121364824,-2.01785873641918,-0.003498084144666791,-0.1557462513446808,-0.9877908825874329,0.6297189593315125,0.022187625989317894,-0.2369818091392517,-0.06492232531309128,0.09208659827709198,0.11111247539520264 +373,-0.013745607631326342,0.15436843615358795,-2.0549122446523715,-0.01358172856271267,-0.15375608205795288,-0.9880154728889465,-0.1760401576757431,0.44620877504348755,-0.4303857088088989,0.04266497865319252,0.03920835256576538,0.031228363513946533 +374,0.02404333808143621,0.1659577736711547,-2.0961560796971455,0.023710712790489197,-0.16519701480865479,-0.9859755039215088,0.03670940175652504,0.08830968290567398,-0.138153076171875,0.0340743213891983,-0.07975231111049652,0.06732016801834106 +375,0.028067320144912176,0.14368552127330614,-2.1132677466360392,0.02777443826198578,-0.1431916207075119,-0.9893051981925964,-0.2320488840341568,0.16227969527244568,-0.003373272716999054,-0.0020328573882579803,-0.0603453665971756,0.029115378856658936 +376,-0.013546891076033745,0.07080749704123475,-2.110595912697816,-0.013512532226741314,-0.07074834406375885,-0.9974026679992676,-0.7618195414543152,-0.16113059222698212,-0.2676645815372467,-0.06359013170003891,0.01072026789188385,-0.08046293258666992 +377,-0.05267478219020847,0.037790608103041384,-2.1322646617540375,-0.05261283367872238,-0.03778161481022835,-0.9979000091552734,-0.5831651091575623,-0.40778648853302,0.04530714452266693,0.07148795574903488,-0.03729162737727165,0.014501571655273438 +378,-0.056601111446924285,0.03306667687204682,-2.1545483754460304,-0.05653997138142586,-0.033060651272535324,-0.9978528022766113,0.06588641554117203,0.019118543714284897,-0.020909657701849937,0.03368230536580086,0.014658551663160324,0.048130571842193604 +379,-0.05250555676790385,0.04149846167622883,-2.1758846672976593,-0.05243625119328499,-0.041486550122499466,-0.997762143611908,0.13536947965621948,0.0003989962860941887,-0.06871724128723145,-0.021706201136112213,0.019040871411561966,0.015019834041595459 +380,-0.055915548130638794,0.043387053563614865,-2.2102244279697465,-0.05583382397890091,-0.04337344318628311,-0.99749755859375,0.03541159629821777,0.06380436569452286,-0.019675562158226967,-0.006650917232036591,0.00045046955347061157,-0.00408935546875 +381,-0.05017485215179479,0.049002883767907755,-2.226770048604177,-0.050093598663806915,-0.04898327589035034,-0.9975426197052002,0.018580466508865356,0.01849544607102871,-0.03754231333732605,-0.0028391405940055847,0.0006892085075378418,-0.006211042404174805 +382,-0.04842577838822142,0.05010436056973927,-2.2528969347704053,-0.048346105962991714,-0.05008339881896973,-0.9975742101669312,-0.05692658573389053,0.04253023490309715,-0.013297026976943016,0.031912386417388916,-0.0018880367279052734,0.020462393760681152 +383,-0.043745037705087156,0.04832897025140441,-2.269367817963547,-0.04368002712726593,-0.048310160636901855,-0.9978768229484558,0.1203252449631691,0.036728642880916595,-0.09655435383319855,-0.00794045627117157,0.013550639152526855,0.01690453290939331 +384,-0.0428566299555292,0.05244094703464336,-2.2746396105302438,-0.042784616351127625,-0.05241691321134567,-0.9977083206176758,0.01580776274204254,-0.013247299939393997,0.0720621794462204,-0.009537767618894577,0.0007353983819484711,0.004162847995758057 +385,-0.04296013511349897,0.051974390359883535,-2.284756114019703,-0.04288892820477486,-0.05195099487900734,-0.9977282285690308,0.024264659732580185,0.08167571574449539,-0.06402166187763214,-0.005740832537412643,0.0048013366758823395,-0.005384564399719238 +386,-0.015386915378262813,0.0533144933882257,-2.288351809551809,-0.015364445745944977,-0.05328923836350441,-0.9984608888626099,0.05923410505056381,0.5520485043525696,-0.060659460723400116,-0.025361262261867523,0.008504696190357208,-0.017743945121765137 +387,0.035775198610030125,0.06314339747982006,-2.2960785378898194,0.03569628670811653,-0.06310144811868668,-0.9973685145378113,0.05098887160420418,0.38436174392700195,0.0729781985282898,0.12026378512382507,0.033590950071811676,0.014565229415893555 +388,0.07290866514949716,0.062315265007504325,-2.2724305083111576,0.07270269840955734,-0.06227494403719902,-0.9954075217247009,0.28902366757392883,0.1770278811454773,0.529819130897522,0.11304254084825516,0.05499649792909622,-0.08720356225967407 +389,0.08752110495739712,0.07570838022413427,-2.218231849943198,0.08715903013944626,-0.07563607394695282,-0.9933189153671265,0.0560685396194458,0.11599776148796082,0.7785482406616211,0.13613808155059814,-0.00245840847492218,0.009661078453063965 +390,0.07480394357390649,0.09689454964622607,-2.148856912420736,0.07438365370035172,-0.09674300253391266,-0.9925259947776794,0.3142712414264679,-0.3334956169128418,0.8131054043769836,0.09595020860433578,0.0005515962839126587,0.06381505727767944 +391,0.07347664654897602,0.15927450916160102,-1.9899766909016552,0.07248136401176453,-0.15860193967819214,-0.9846785664558411,0.7551844716072083,0.6018487811088562,1.673783779144287,0.027906209230422974,0.07567042112350464,0.07948142290115356 +392,-0.0070615399120209105,0.20339650914148302,-1.8343584652332514,-0.0069159166887402534,-0.20199698209762573,-0.9793617129325867,0.42474547028541565,-0.47116196155548096,1.3143104314804077,-0.2908898591995239,0.06739920377731323,0.07898634672164917 +393,-0.010823915638865122,0.21990827534528934,-1.763320252945192,-0.010563042014837265,-0.218140110373497,-0.9758602976799011,-0.3489709794521332,0.46124017238616943,0.31548410654067993,-0.06686004996299744,0.06158493459224701,-0.12188750505447388 +394,0.1353466730592973,0.23115461615609634,-1.74763979685117,0.13134492933750153,-0.22910158336162567,-0.964500367641449,0.3194756805896759,1.656093955039978,0.18055330216884613,-0.17239107191562653,0.09779971837997437,0.0019301772117614746 +395,0.4763233595406043,0.24285242610039967,-1.758383667129014,0.44506025314331055,-0.24047233164310455,-0.8626090884208679,0.5054559707641602,5.113308906555176,-0.5400734543800354,-0.03829145431518555,0.03209829330444336,-0.06416398286819458 +396,0.7255893356691021,0.2383465820804529,-1.7980293755132657,0.6448168754577637,-0.23609627783298492,-0.7269591689109802,-0.6064269542694092,-0.8698479533195496,-0.268394410610199,-0.18325382471084595,-0.05122670531272888,-0.021575927734375 +397,0.7614458116432989,0.21393714016094112,-1.798645066162718,0.6742392182350159,-0.21230891346931458,-0.7073375582695007,0.309619665145874,1.4518427848815918,-0.1638844758272171,0.09437650442123413,0.02886776626110077,0.015336215496063232 +398,1.0051183187107737,0.1755085135682619,-1.846294094422222,0.8312562108039856,-0.17460885643959045,-0.5277543663978577,-0.5063673257827759,1.4940441846847534,-0.5666621923446655,0.008709490299224854,-0.08054856956005096,-0.12725961208343506 +399,1.1358601015731418,0.12142780809593212,-1.8780909820795846,0.900219202041626,-0.12112962454557419,-0.41825002431869507,1.18121337890625,1.368140697479248,-0.8034511804580688,-0.20151925086975098,0.022756218910217285,-0.03479868173599243 +400,1.1151589626844127,0.10953868773392189,-1.921362447837385,0.8925988674163818,-0.1093197613954544,-0.43739748001098633,-0.1987767219543457,-0.16659414768218994,-0.473047137260437,-0.029912710189819336,0.0757656991481781,-0.04488706588745117 +401,1.101446898917216,0.08813172972765086,-1.9403785893495913,0.8884013891220093,-0.08801768720149994,-0.45055073499679565,0.38203567266464233,0.7784848213195801,-0.09765633195638657,-0.06522023677825928,0.05609631538391113,0.027912795543670654 +402,1.1426638631533415,0.08289495977356479,-2.0207509106495536,0.9066187739372253,-0.08280005306005478,-0.4137468934059143,0.3618870973587036,0.1244112178683281,-0.46088579297065735,-0.06570696830749512,-0.007242046296596527,0.07793152332305908 +403,1.1254321735077448,0.06200665296448719,-2.057274717120863,0.9007195830345154,-0.061966925859451294,-0.429958701133728,0.2775132656097412,-0.35876893997192383,0.07036252319812775,0.1505805253982544,0.0800333246588707,-0.027164161205291748 +404,1.1780620967428268,0.05464958266737656,-2.1050585051846973,0.9224867820739746,-0.054622385650873184,-0.3821445405483246,0.241456538438797,3.0592055320739746,-0.5185545682907104,0.13580173254013062,0.17057392001152039,0.16760596632957458 +405,1.3800190227819131,0.03676953235005254,-2.181990022730162,0.9811936020851135,-0.036761246621608734,-0.18949399888515472,0.30555012822151184,0.32500022649765015,0.054904721677303314,-0.10861968994140625,-0.10271936655044556,-0.16267883777618408 +406,1.381913103086603,0.0401044012633787,-2.158289353798895,0.981424868106842,-0.04009365290403366,-0.1876111477613449,-0.262361079454422,-0.11400148272514343,-0.15185166895389557,0.0011191964149475098,0.15241360664367676,0.03390929102897644 +407,1.4560014872027638,-0.07085030667164925,-2.1534653690431926,0.9909261465072632,0.07079104334115982,-0.11425553262233734,-0.6182727813720703,1.3942854404449463,-1.3854268789291382,-0.006840944290161133,-0.07141663879156113,0.015378519892692566 +408,1.4192999087507416,-0.086522585753626,-2.1660349288664937,0.9848483204841614,0.08641467243432999,-0.15035301446914673,0.6478381156921387,-0.9241403937339783,0.3713425397872925,-0.00038188695907592773,-0.06593737751245499,-0.12088720500469208 +409,1.3698663003048854,-0.0442666857929538,-2.2345768184970236,0.9789215326309204,0.04425223171710968,-0.19938522577285767,1.4513685703277588,-0.5524164438247681,0.2737955152988434,0.00639951229095459,0.044508155435323715,0.04270799458026886 +410,1.3214625100010784,-0.002990054960821412,-2.2427099708126974,0.9690727591514587,0.0029900504741817713,-0.24675734341144562,0.0621337890625,-0.3557266891002655,0.060167789459228516,-0.004289984703063965,-0.02128535509109497,-0.008308619260787964 +411,1.245901275317203,0.004087262852186333,-2.264374213559738,0.9476763606071472,-0.004087251611053944,-0.3192066550254822,0.5367207527160645,-0.7126114964485168,0.30842384696006775,-0.03636044263839722,0.040403157472610474,-0.045081645250320435 +412,1.1907477936517645,0.034194775182546905,-2.270809369229326,0.9281037449836731,-0.03418811038136482,-0.37074869871139526,0.12420207262039185,-0.4833539128303528,0.34251415729522705,0.008572280406951904,0.00431138277053833,-0.02637660503387451 +413,1.232752895405234,0.054127910560158365,-2.2859511626799844,0.9420236945152283,-0.05410148203372955,-0.3311561942100525,-0.9444470405578613,0.5627899765968323,-2.7643375396728516,-0.6469797492027283,0.04326772689819336,0.6202492117881775 +414,1.2583896539611203,0.0018638232908773356,-2.285514798450277,0.9515950083732605,-0.0018638222245499492,-0.30734917521476746,-0.017072439193725586,0.4506519138813019,-0.002055363729596138,-0.04522287845611572,0.004106849431991577,-0.011910468339920044 +415,1.2583407611351385,0.001809105997547931,-2.285329572117383,0.9515801072120667,-0.0018091050442308187,-0.3073957562446594,0.004051161929965019,-0.41773852705955505,-0.0022389497607946396,-0.012157440185546875,0.0062951743602752686,0.017051517963409424 +416,1.2353786489655831,0.0020398831795217006,-2.290033980760971,0.9442710280418396,-0.002039881655946374,-0.32916292548179626,0.0017833048477768898,0.08913446962833405,-0.005948470905423164,-0.015987277030944824,-0.00041675567626953125,-0.023711800575256348 +417,1.2574063731349605,0.002284888298185702,-2.2904268510015084,0.9512913823127747,-0.0022848863154649734,-0.3082844018936157,-0.002828833647072315,0.15139253437519073,-0.002101566642522812,-0.003034055233001709,-0.009372830390930176,0.0032917559146881104 +418,1.2577056486138618,0.0027900563511735524,-2.290422164726068,0.9513823986053467,-0.0027900526765733957,-0.30799931287765503,-0.0006864471361041069,-0.01766304112970829,0.002356402575969696,0.010073840618133545,0.0006233158055692911,-0.012938767671585083 +419,1.2714349681422332,0.0030189288941711483,-2.2903478507674317,0.9555206894874573,-0.003018924267962575,-0.29490870237350464,-0.0005044266581535339,0.18654198944568634,-0.002016345039010048,-0.004043698310852051,-0.0031151175498962402,0.0008718371391296387 +420,1.2875257840600662,0.0034993147234730466,-2.290235280475866,0.9601406455039978,-0.003499307669699192,-0.27949562668800354,-0.002885645255446434,0.2100197821855545,-0.004013463854789734,-0.0034756064414978027,-0.0066172778606414795,-0.01003989577293396 +421,1.2377157132861105,0.0038974548441203117,-2.267589775547859,0.9450324773788452,-0.0038974450435489416,-0.3269534111022949,0.1978466957807541,-0.12971752882003784,-0.06150828301906586,-0.025019049644470215,-0.00203821063041687,-0.08939790725708008 +422,1.2101888420039089,0.0033701106015518495,-2.266663735331044,0.9356773495674133,-0.0033701041247695684,-0.35284072160720825,-0.16148988902568817,-0.3963800072669983,0.05498209595680237,0.00653761625289917,0.05598241090774536,0.023907005786895752 +423,1.209472239163178,0.0030465068764515247,-2.2748809060833053,0.9354252815246582,-0.003046502126380801,-0.3535115122795105,0.043859973549842834,0.32334038615226746,-0.02833782322704792,0.003570079803466797,-0.030492305755615234,-0.013080894947052002 +424,1.2313266459816963,0.002329854950680477,-2.2926719009050265,0.9429287910461426,-0.0023298528976738453,-0.33298617601394653,0.32813307642936707,0.21847312152385712,-0.12083826214075089,0.0019106268882751465,0.009409934282302856,0.001733154058456421 +425,1.2424980536012284,0.0020470167793027955,-2.316587481500213,0.9465904235839844,-0.002047015354037285,-0.3224319815635681,0.1026972159743309,0.007216539233922958,-0.03778707981109619,-0.0003014206886291504,-0.0032782850321382284,0.0007462203502655029 +426,1.2437965957233383,0.0009816596860932035,-2.3201765498127065,0.9470098614692688,-0.0009816595120355487,-0.3212030231952667,-0.007864565588533878,0.09040120989084244,0.00730273500084877,-0.0017126202583312988,-0.003168731927871704,-0.015939921140670776 +427,1.2686781997131227,0.0012650723806474635,-2.319938400122731,0.9547077417373657,-0.0012650720309466124,-0.29754287004470825,0.0007936889305710793,0.3599638044834137,-0.0019622892141342163,-0.0003466606140136719,0.0004563628463074565,-0.011661261320114136 +428,1.3005465629162196,0.0013074140971704549,-2.319991542570956,0.963703453540802,-0.0013074136804789305,-0.2669719159603119,-0.0008983481675386429,0.09007204324007034,0.0027138134464621544,0.0023305416107177734,-0.004353582859039307,0.01044115424156189 +429,1.3103420267099328,0.0013986991044360904,-2.320106521889605,0.9662721753120422,-0.0013986986596137285,-0.25751930475234985,0.0034101074561476707,-0.04375483840703964,-0.0007336307317018509,0.0004941821098327637,-0.005635589361190796,-0.0038942694664001465 +430,1.2955476627854003,0.0015941315449977782,-2.3199084817297604,0.962356448173523,-0.0015941308811306953,-0.2717859148979187,-0.002349836751818657,-0.07149825245141983,-0.0018434617668390274,0.004623532295227051,0.00034290552139282227,-0.0077550411224365234 +431,1.28802982495884,0.0017392046235271354,-2.3197686516534364,0.9602857828140259,-0.0017392036970704794,-0.27901291847229004,-0.0011041779071092606,-0.001900999341160059,0.0012098271399736404,-0.0008131265640258789,-0.003845512866973877,-0.006845235824584961 +432,1.2961090358818326,0.0020986341279337875,-2.319715629137217,0.962507963180542,-0.002098632510751486,-0.27124539017677307,-0.0005363533273339272,0.18642909824848175,-0.0042577628046274185,0.0016796588897705078,-0.0039133429527282715,-0.004877686500549316 +433,1.308687312664629,0.0022991067650825884,-2.319705116002483,0.9658429622650146,-0.002299104817211628,-0.25911739468574524,0.0013517970219254494,0.1459101438522339,0.0006822366267442703,0.0011063814163208008,0.00030019902624189854,-0.0012738406658172607 +434,1.3302786827891016,0.0023048275739791964,-2.3196355863853753,0.9712122082710266,-0.0023048254661262035,-0.23820476233959198,0.0007098689675331116,0.02936365455389023,-0.0007834527641534805,-0.0026758313179016113,-0.001052111154422164,0.023925617337226868 +435,1.3290105709860238,0.002585050914692871,-2.319566894216252,0.9709087610244751,-0.0025850480888038874,-0.23943603038787842,-0.0004063071683049202,-0.09180042147636414,0.002282378263771534,0.0020831823348999023,-0.004220366477966309,0.010401606559753418 +436,1.3218307173552526,0.002680314381598793,-2.3194883573944614,0.9691643714904785,-0.0026803112123161554,-0.24640071392059326,0.0014296667650341988,-0.004213832784444094,-0.002266930416226387,0.0028357505798339844,0.0017800331115722656,-0.0003644227981567383 +437,1.321347402019699,0.0027527468534153565,-2.3194866564246017,0.9690448641777039,-0.0027527434285730124,-0.2468690276145935,0.002987275831401348,-0.0033245966769754887,-0.00010527670383453369,-0.0008595585823059082,-0.003900110488757491,0.0002870112657546997 +438,1.3206174754377367,0.0031196696045140073,-2.3197031127279475,0.9688634872436523,-0.0031196644995361567,-0.247576043009758,0.007843253202736378,-0.03554460406303406,7.485412061214447e-05,0.0036096572875976562,-0.0013816652353852987,0.003526940941810608 +439,1.2773832868313433,0.0032509092913324445,-2.3229136380459905,0.9572572112083435,-0.0032509034499526024,-0.28921952843666077,0.0041325087659060955,-1.2957066297531128,0.0070575932040810585,0.0030546188354492188,0.0017402772791683674,0.05281516909599304 +440,1.1669377148877567,0.003981765972186254,-2.315012322090492,0.9195442795753479,-0.003981755580753088,-0.3929663598537445,0.0022272011265158653,0.11812609434127808,-0.0026946496218442917,0.0156058669090271,-0.013443797826766968,-0.0976189374923706 +441,1.1771836735792842,0.0037024499141843155,-2.3150372180287744,0.9235231876373291,-0.0037024414632469416,-0.38352465629577637,0.002604221925139427,-0.004411113914102316,0.0005607884377241135,0.004989326000213623,-0.0013634858187288046,0.002253323793411255 +442,1.181572903508456,0.0037236901938661167,-2.3150641050425227,0.9251976013183594,-0.0037236816715449095,-0.3794673979282379,0.0001416429877281189,0.2759201228618622,0.0003025885671377182,-0.00541311502456665,0.0006871821824461222,-0.028537362813949585 +443,1.2388381248483664,0.0037054834707361366,-2.3150446755608303,0.9453994631767273,-0.003705475013703108,-0.32589268684387207,0.00033138878643512726,0.9010295867919922,-0.002566291019320488,0.0003707408905029297,-0.002245455514639616,-0.018345564603805542 +444,1.2779606278026026,0.0035955467070924903,-2.317028426499702,0.9574229717254639,-0.003595538903027773,-0.2886664867401123,0.08607306331396103,-0.033071279525756836,-0.022901000455021858,0.004552125930786133,-0.004659473896026611,0.00904923677444458 +445,1.2624724268747909,0.003672884003447247,-2.321267146785131,0.9528371691703796,-0.0036728756967931986,-0.3034599721431732,0.019375111907720566,-0.4206182360649109,-0.005098672583699226,0.00039464235305786133,-0.001515120267868042,0.019783854484558105 +446,1.2011884455751873,0.004152297311360642,-2.321674553240628,0.9324609637260437,-0.004152285400778055,-0.36124667525291443,-0.003820662386715412,-0.727687418460846,0.004810412414371967,0.005817115306854248,-0.003675490152090788,0.016520172357559204 +447,1.192641931076425,0.004027750740987951,-2.321764867849436,0.929340124130249,-0.004027739632874727,-0.3692029118537903,0.0019072275608778,0.5715848803520203,-0.0030702967196702957,-0.0011937618255615234,0.002166181802749634,-0.05007809400558472 +448,1.266698837384226,0.0036099622945759678,-2.3217138247412534,0.9541113972663879,-0.0036099543794989586,-0.299430251121521,-0.004978140816092491,0.3784472644329071,0.0007069222629070282,0.00014275312423706055,-0.0018221735954284668,0.022345900535583496 +449,1.2430393338480354,0.0037276740831917927,-2.3224761583801037,0.9467601776123047,-0.003727665403857827,-0.32191798090934753,0.0021952339448034763,-0.6771719455718994,0.004300960339605808,0.003419816493988037,0.00030970596708357334,0.015033215284347534 +450,1.2119803314293431,0.0039487045179127725,-2.3224908790476264,0.9363059401512146,-0.003948694095015526,-0.3511631190776825,-0.0019892631098628044,0.0123282540589571,-0.0009474530816078186,-0.001247406005859375,4.243897274136543e-05,-0.003176480531692505 +451,1.222126138719181,0.003897770418302905,-2.3223766117887705,0.9398207664489746,-0.0038977605290710926,-0.3416457176208496,-0.001767907291650772,0.3719348609447479,-0.0015124455094337463,0.0039048194885253906,-0.002251535654067993,-0.01553201675415039 +452,1.2453829308325888,0.004130565185131609,-2.322302185764402,0.9475106596946716,-0.00413055345416069,-0.3196978271007538,0.0028702402487397194,-0.0018771346658468246,-0.001487618312239647,0.0006248354911804199,7.173372432589531e-05,0.011531323194503784 +453,1.236643382568342,0.004208565001991577,-2.3233116822162287,0.9446800351142883,-0.004208552651107311,-0.3279661536216736,0.0057791671715676785,-0.3496023118495941,0.0013815416023135185,0.00038826465606689453,-0.00036907196044921875,0.013787686824798584 +454,1.219295022427915,0.004251542742142825,-2.3238016344431127,0.9388483166694641,-0.004251529928296804,-0.34430456161499023,0.0004621502012014389,0.006699645426124334,0.001508878543972969,0.0022984743118286133,-0.0009364779107272625,0.00014260411262512207 +455,1.2197502458941982,0.004193804811343369,-2.323648752311183,0.9390052556991577,-0.004193792585283518,-0.34387725591659546,-0.003264632076025009,0.01577061228454113,-0.0023317094892263412,0.0010123848915100098,-0.0011620516888797283,-0.004297822713851929 +456,1.220076419795684,0.00419766859639631,-2.3236030515176727,0.9391173720359802,-0.00419765617698431,-0.3435709774494171,-0.00018505286425352097,-0.002146928571164608,-0.0030373893678188324,0.0005341172218322754,-0.0012344717979431152,0.0031778812408447266 +457,1.2206990264583575,0.004343489482476481,-2.323523928093427,0.9393304586410522,-0.004343475680798292,-0.34298598766326904,0.0026723812334239483,0.020410655066370964,0.00021477974951267242,0.0031591057777404785,0.001261204481124878,-0.003815770149230957 +458,1.2607384734477947,0.004260614169777475,-2.323554697047815,0.952307403087616,-0.0042606014758348465,-0.30511099100112915,-0.00104451272636652,0.29773879051208496,-0.0023767296224832535,-0.000464022159576416,0.00210910988971591,0.03266528248786926 +459,1.2638281122210788,0.004128988672369225,-2.323546914978694,0.9532459378242493,-0.004128976725041866,-0.3021673858165741,-0.00018494389951229095,-0.002840776927769184,0.0004950277507305145,0.0024577975273132324,-0.0020660758018493652,0.0030798912048339844 +460,1.253508557909806,0.004185219572963757,-2.3234882277704543,0.9500767588615417,-0.004185207188129425,-0.31198811531066895,0.00022688694298267365,-0.3719630241394043,0.0029176073148846626,0.0005304813385009766,0.0016369824297726154,0.011618882417678833 +461,1.2224822077842588,0.0043810599968441616,-2.32350461045069,0.9399404525756836,-0.004381046164780855,-0.34131038188934326,0.0005375044420361519,-0.0013330667279660702,-0.001740630716085434,0.0008249282836914062,-0.0025159120559692383,-0.014310956001281738 +462,1.2218315354052556,0.0045128602557886035,-2.323519760364152,0.9397175908088684,-0.0045128450728952885,-0.34192168712615967,-0.0011798366904258728,0.002204385120421648,-0.0016883015632629395,0.003046691417694092,-0.0012091989628970623,-0.0014773309230804443 +463,1.22175009951127,0.004526351840805313,-2.3234927497977624,0.9396897554397583,-0.004526336211711168,-0.34199821949005127,0.0014372160658240318,8.307350799441338e-05,-0.0006068050861358643,-0.0011674165725708008,0.0005285441875457764,-0.0025757551193237305 +464,1.2217904986996535,0.0045145452625944766,-2.323420931779211,0.9397035837173462,-0.004514529835432768,-0.34196028113365173,0.0022189817391335964,-0.0012869774363934994,7.421709597110748e-05,0.0020993947982788086,-0.0015279650688171387,0.0017045140266418457 +465,1.2217979612833856,0.004636816567295131,-2.323435360839855,0.939705491065979,-0.004636799916625023,-0.34195300936698914,0.0013256734237074852,-1.8186867237091064e-05,0.0028286920860409737,0.0015633106231689453,-0.0002765054814517498,-0.004665583372116089 +466,1.2216052534049997,0.004705857306600701,-2.3234238086422763,0.9396392703056335,-0.004705839790403843,-0.3421339988708496,-0.0010746000334620476,2.740509808063507e-05,-0.0006576627492904663,0.0021483302116394043,5.191611126065254e-05,0.00039818882942199707 +467,1.2218669219173175,0.004760319904400492,-2.323398278303746,0.9397286176681519,-0.004760302137583494,-0.34188804030418396,-0.00016375817358493805,-6.50482252240181e-06,0.0009888755157589912,-0.0008553862571716309,-6.148172542452812e-05,-0.00038185715675354004 +468,1.2217864429320546,0.004781094361521739,-2.3233279729968355,0.9397010207176208,-0.004781076218932867,-0.34196364879608154,0.0006926208734512329,0.00017574895173311234,-0.00037711672484874725,0.0008812546730041504,-0.0006357729434967041,-0.002534031867980957 +469,1.2218258393070756,0.004784725507386114,-2.323305464897812,0.9397145509719849,-0.004784707445651293,-0.341926634311676,-0.0009340522810816765,0.0023604808375239372,-0.0020668189972639084,0.0009592771530151367,0.001137852668762207,0.0021286606788635254 +470,1.2217887400646226,0.004805169825747263,-2.3232679748724783,0.9397016763687134,-0.0048051513731479645,-0.34196144342422485,-0.0008720410987734795,0.0014596504624933004,0.00046385452151298523,-0.0009810328483581543,-0.0012983675114810467,-0.003985792398452759 +471,1.2216343937199143,0.004861099856608017,-2.323248859255656,0.9396485686302185,-0.004861080553382635,-0.3421063721179962,-0.001153087243437767,0.0034530579578131437,-0.0005644075572490692,0.004412591457366943,-0.0003726775757968426,-0.0004229247570037842 +472,1.2217024160188208,0.004837892709805563,-2.323249097505354,0.9396721124649048,-0.004837873857468367,-0.3420425355434418,0.00023889262229204178,0.0015014875680208206,0.0004238709807395935,0.0030007362365722656,0.0009621377103030682,-0.0019058287143707275 +473,1.2215924630134614,0.004855983718475702,-2.323202191474267,0.9396343231201172,-0.004855964798480272,-0.34214580059051514,-0.00030193012207746506,0.002750348998233676,0.001544884406030178,-0.0022563934326171875,-0.0003015100955963135,-0.0009480714797973633 +474,1.221599863817537,0.004918572048341498,-2.3232045889692996,0.9396364688873291,-0.004918552003800869,-0.34213870763778687,-2.8760172426700592e-05,0.00031593581661581993,-0.0004357118159532547,0.0031734704971313477,-0.001764803659170866,0.00037238001823425293 +475,1.2216143997082245,0.004982070019480952,-2.323208426903176,0.9396413564682007,-0.004982049576938152,-0.3421249985694885,-0.0007264586165547371,-0.0032113082706928253,0.0010915249586105347,0.0002086162567138672,0.0014114673249423504,-0.0013045966625213623 +476,1.2215148565865526,0.004918672119177469,-2.323221324534706,0.9396075010299683,-0.00491865212097764,-0.3422186076641083,-0.0027785496786236763,0.0022086561657488346,0.000609133392572403,0.0013867616653442383,-0.0010475516319274902,-0.00037175416946411133 +477,1.2215724551571872,0.004926507626205245,-2.323189465984636,0.9396271109580994,-0.0049264878034591675,-0.34216445684432983,-0.0015613213181495667,-0.00030038831755518913,-0.001363169401884079,0.0027556419372558594,-0.0009328718297183514,-0.0013566315174102783 +478,1.2215481334910725,0.004905406487094969,-2.323152365357438,0.9396188855171204,-0.004905386827886105,-0.3421873450279236,-0.0021803798153996468,-0.0005442798137664795,-0.0032127033919095993,0.0026570558547973633,-0.0032275612466037273,-0.0004945099353790283 +479,1.2216204536457886,0.004925350804047186,-2.3231795492693386,0.9396436214447021,-0.004925331100821495,-0.34211939573287964,0.0012445608153939247,-0.0016720104031264782,-0.001427866518497467,0.0031511783599853516,0.0009580552577972412,-0.0018137097358703613 +480,1.2215848044391322,0.0048657701230168235,-2.3231630784089465,0.9396317005157471,-0.004865751136094332,-0.34215298295021057,0.0007930183783173561,-0.00024273106828331947,-0.001003514975309372,-0.00405430793762207,0.0014020204544067383,0.0001729726791381836 +481,1.221557009626499,0.004973370701504634,-2.323180841622027,0.93962162733078,-0.004973350092768669,-0.3421788811683655,-4.619080573320389e-05,-0.0005081002600491047,0.00179232656955719,0.0019829273223876953,-0.0019846553914248943,0.0010076463222503662 +482,1.2216476511759253,0.005065526531626642,-2.32311801879898,0.9396523237228394,-0.005065504927188158,-0.3420936167240143,0.0005465354770421982,0.0022658342495560646,0.0025541409850120544,0.0033255815505981445,-0.0005649924278259277,-0.00037467479705810547 +483,1.2216590426407112,0.005033503534754982,-2.323097153727456,0.9396563768386841,-0.005033482331782579,-0.3420829772949219,0.000895046629011631,0.0027339747175574303,-0.00015012919902801514,-0.0016222000122070312,0.0022258455865085125,-0.0026741325855255127 +484,1.2216284693975057,0.005009619667500579,-2.323106824199778,0.9396459460258484,-0.0050095985643565655,-0.3421117067337036,0.0012995591387152672,0.0012238812632858753,0.0005431566387414932,0.0012262463569641113,-0.0005140602588653564,0.0010014772415161133 +485,1.2216899155603878,0.0051198116090893754,-2.323079329754611,0.9396664500236511,-0.005119789391756058,-0.34205377101898193,-0.0003310767933726311,0.0015485940966755152,-0.0004843473434448242,0.001541435718536377,-0.0012736315838992596,-0.0017419755458831787 +486,1.2215212655735241,0.005137833909286735,-2.323077809974026,0.939608633518219,-0.005137811414897442,-0.3422122001647949,-0.0019456595182418823,-0.0008375593461096287,0.000286223366856575,-0.0013915300369262695,0.0010942225344479084,-0.00046965479850769043 +487,1.2215694162138144,0.005123607247917534,-2.323078123784053,0.9396252036094666,-0.005123584996908903,-0.3421669900417328,0.001811755821108818,0.0011728222016245127,0.0014526434242725372,0.0033221840858459473,0.00046965479850769043,0.0009651780128479004 +488,1.2216676267963953,0.005222496756317356,-2.3230602665452817,0.9396583437919617,-0.005222472827881575,-0.34207454323768616,-0.001191806048154831,0.0012312396429479122,0.0022179242223501205,-0.00199049711227417,-0.0029867589473724365,-0.0022248029708862305 +489,1.2215506784750538,0.005268970333325275,-2.3230359928766955,0.9396180510520935,-0.005268945824354887,-0.3421843349933624,-0.0009373631328344345,-0.0007978598587214947,-0.001501401886343956,0.007143974304199219,0.0020798449404537678,0.0008299648761749268 +490,1.2218300767461434,0.005109938444234467,-2.3229828595674196,0.9397143721580505,-0.005109915975481272,-0.3419220745563507,-0.0021955491974949837,0.0007247768808156252,-0.0002017393708229065,-0.0034198760986328125,0.0030652289278805256,0.0002931058406829834 +491,1.2213760436933008,0.004812526879122352,-2.3229866091262523,0.9395604133605957,-0.0048125083558261395,-0.34234920144081116,0.0008993232622742653,0.0003526052460074425,0.0010802177712321281,0.0033869147300720215,-0.002557485830038786,-0.006359845399856567 +492,1.221707047369579,0.005032713174670844,-2.322995275304154,0.9396727681159973,-0.005032692104578018,-0.3420378565788269,-7.616449147462845e-05,0.0032677031122148037,0.0009231520816683769,0.0029541850090026855,0.0028811991214752197,0.010693252086639404 +493,1.2217501492488831,0.0048190500328116085,-2.322968808199851,0.9396885633468628,-0.004819031339138746,-0.3419977128505707,-0.0008387463167309761,0.001675175502896309,-0.0001507289707660675,-0.006674528121948242,0.001233189832419157,-0.011380583047866821 +494,1.2232326136676526,0.005355030884516271,-2.322935435241223,0.9401918649673462,-0.005355005152523518,-0.3406033217906952,0.01710827276110649,0.009653054177761078,0.055814262479543686,-0.1446291208267212,-0.0047920942306518555,0.0838283896446228 +495,1.2235069416546789,0.004704256411441277,-2.322876708693443,0.940288245677948,-0.004704238846898079,-0.34034648537635803,0.003093595616519451,0.010119286365807056,0.014913590624928474,-0.06023770570755005,0.005375624168664217,0.027754992246627808 +496,1.2238360482583468,0.004752380117025973,-2.322833834864622,0.9404000639915466,-0.00475236214697361,-0.34003695845603943,0.009814820252358913,0.003958241548389196,0.030174458399415016,0.11405855417251587,0.015341967344284058,-0.034932464361190796 +497,1.2241559710164664,0.005021004934610146,-2.3228544733838197,0.9405075907707214,-0.00502098398283124,-0.33973562717437744,0.0035046935081481934,0.007986411452293396,0.006960866041481495,-0.07902687788009644,-0.021163105964660645,0.03692495822906494 +498,1.223613796276762,0.004909249399264626,-2.322807343412602,0.9403236508369446,-0.004909229464828968,-0.34024566411972046,-0.0034976964816451073,0.004021307919174433,-0.0013792123645544052,-0.02801603078842163,0.011104315519332886,0.0011191070079803467 +499,1.2237207441685922,0.0042471194047810756,-2.3228139330158166,0.9403630495071411,-0.004247106611728668,-0.34014618396759033,0.0050965906120836735,-0.0023638871498405933,0.008512566797435284,0.07401072978973389,-0.0007120072841644287,-0.008440852165222168 +500,1.2239834551877757,0.005036728179564331,-2.32283784185275,0.9404489398002625,-0.0050367070361971855,-0.33989790081977844,0.0005339374765753746,0.0018877731636166573,-0.003213208168745041,-0.0398598313331604,-0.01608145236968994,-0.0029976069927215576 +501,1.2232035136614967,0.0048551272771942865,-2.322853996451663,0.9401843547821045,-0.004855107981711626,-0.3406315743923187,9.383354336023331e-05,0.0016557204071432352,-0.0005183983594179153,0.0017254352569580078,0.016573846340179443,0.007410168647766113 +502,1.2239735946186319,0.004396748102718781,-2.3228510290113498,0.9404483437538147,-0.004396733827888966,-0.3399081528186798,-0.0006299102678894997,0.0005487618036568165,0.004190249368548393,0.021145224571228027,-0.0037667150609195232,-0.00585600733757019 +503,1.222590627920422,0.005095488076263897,-2.322919974176434,0.9399742484092712,-0.005095466040074825,-0.3412072956562042,0.0013803839683532715,-0.0843891054391861,-0.00244276225566864,-0.01669543981552124,-0.010682106018066406,-5.549192428588867e-05 +504,1.2056642076972484,0.004872694978364992,-2.323006134089396,0.934065580368042,-0.004872675519436598,-0.3570684790611267,-0.0006106570363044739,0.0014924206770956516,5.370005965232849e-06,0.011719942092895508,0.014394164085388184,-0.0008873939514160156 +505,1.2059319062969425,0.004444796962638217,-2.3230292577785816,0.934162974357605,-0.00444478215649724,-0.35681912302970886,-0.0010382607579231262,-0.00022244174033403397,-0.0003843232989311218,-0.00992286205291748,-0.005259811878204346,-0.00980377197265625 +506,1.205284057672976,0.005023738304728568,-2.3230075171183033,0.9339290857315063,-0.005023716948926449,-0.3574233055114746,-1.2972392141819e-05,0.0009807636961340904,-0.0008212514221668243,0.003693103790283203,-0.007030725944787264,0.0032362639904022217 +507,1.2056885792708116,0.00483342195625692,-2.3230011392426326,0.934074342250824,-0.004833403043448925,-0.3570457398891449,-0.0007739514112472534,0.00010713236406445503,0.0007250476628541946,0.00838470458984375,0.010326564311981201,0.0016533434391021729 +508,1.231128303515964,0.004495175522019305,-2.322634633938759,0.9428558349609375,-0.004495160188525915,-0.3331707715988159,0.018149878829717636,0.8764240145683289,-0.01451769471168518,-0.010559022426605225,-0.004049778450280428,-0.07050052285194397 +509,1.2280953649022925,0.004868273460051547,-2.3523238748434183,0.941839337348938,-0.004868254065513611,-0.33602821826934814,0.27464759349823,-0.2788029909133911,-0.04140709340572357,9.417533874511719e-06,-0.04818657040596008,0.0022879838943481445 +510,1.088407928407993,0.025330204706547052,-2.370110882185131,0.8856052756309509,-0.025327496230602264,-0.4637475311756134,0.29439473152160645,-2.6576836109161377,-0.18996508419513702,-0.0980992317199707,-0.0010549407452344894,-0.24191036820411682 +511,0.9278876407878548,0.0711464736915572,-2.469985555365053,0.798330545425415,-0.07108646631240845,-0.5980092287063599,1.531092882156372,-1.612808346748352,-0.5963202714920044,-0.12572312355041504,-0.26010555028915405,-0.33859050273895264 +512,0.6808595380144243,0.13770538515382283,-2.638350397776184,0.6235024333000183,-0.13727058470249176,-0.7696762681007385,1.5851023197174072,-3.177746057510376,-0.2626834809780121,0.1353324055671692,-0.03239189088344574,0.24941259622573853 +513,0.4134251643061937,0.15553777677378267,-2.7090125408995394,0.3968985080718994,-0.15491141378879547,-0.9046955108642578,-0.10333015769720078,-2.695727825164795,-0.3036373257637024,0.2631661891937256,0.3559612035751343,0.04921150207519531 +514,0.2792373616618556,0.11107704112087757,-2.721805583763602,0.2739240527153015,-0.11084876954555511,-0.9553419351577759,-0.5998575687408447,-0.5688624382019043,-0.4040844440460205,0.214311420917511,0.15052162110805511,-0.02036607265472412 +515,0.1932028018693425,0.1180717763093811,-2.6945129035329503,0.1906662881374359,-0.11779762804508209,-0.9745614528656006,0.021597016602754593,-1.128970742225647,0.16652867197990417,0.0835493952035904,-0.03004477173089981,0.0026529431343078613 +516,0.1709096155620077,0.08890967293304466,-2.7113092150357048,0.16940699517726898,-0.088792584836483,-0.9815381765365601,-0.20532426238059998,-0.20647475123405457,-0.32797935605049133,-0.030582532286643982,0.015474095940589905,0.07583749294281006 +517,0.1698411913182221,0.054543953663347994,-2.726324032017892,0.16877445578575134,-0.05451691150665283,-0.9841458797454834,-0.42273426055908203,0.3593221604824066,-0.36253073811531067,-0.05961307883262634,0.07862579822540283,0.0753629207611084 +518,0.16516539276020853,0.006339073814976127,-2.7380560590251077,0.16441217064857483,-0.006339031271636486,-0.9863713383674622,0.0023799557238817215,-0.6152657270431519,0.2818167209625244,0.21054203808307648,-0.05745796486735344,-0.20778143405914307 +519,0.1514415215154369,0.008255953742749707,-2.737885813343128,0.15085816383361816,-0.008255859836935997,-0.9885209202766418,0.08507312834262848,-0.45937031507492065,-0.0066352300345897675,0.010305166244506836,0.016373535618185997,0.026316940784454346 +520,0.12216161538424979,0.008156686270832991,-2.735846694978019,0.12185394018888474,-0.00815659575164318,-0.9925145506858826,0.015285275876522064,-0.09330540895462036,-0.011007092893123627,-0.011639706790447235,-0.0013954062014818192,0.0019139647483825684 +521,0.15806758627503498,0.011134063749718261,-2.7369741052086867,0.15740042924880981,-0.011133833788335323,-0.9874721169471741,0.0001392839476466179,0.997186005115509,0.05268549174070358,0.040689170360565186,0.0318857878446579,-0.03469890356063843 +522,0.38594096290500457,0.004812737829900996,-2.7477734788583255,0.37642669677734375,-0.00481271930038929,-0.9264339208602905,0.02093670703470707,2.4809186458587646,-0.37515079975128174,-0.06348419189453125,-0.02768850326538086,-0.10013163089752197 +523,0.5786753471178602,0.047115778528873824,-2.7693421041060216,0.5463085174560547,-0.047098349779844284,-0.8362587690353394,0.35075801610946655,1.078206181526184,0.07631281018257141,0.018907546997070312,0.07201595604419708,0.11576926708221436 +524,0.7241772762107227,0.025294780556293587,-2.766156469885496,0.6623075008392334,-0.025292083621025085,-0.7488051056861877,-0.4781948924064636,1.8774296045303345,-0.48972615599632263,0.001739799976348877,-0.031714752316474915,0.02588951587677002 +525,0.8972594626945914,-0.01379909789918748,-2.764256053371755,0.7815460562705994,0.013798659667372704,-0.6236950159072876,-0.2376285046339035,2.1842336654663086,-0.46549466252326965,-0.042929112911224365,-0.061512887477874756,0.0394665002822876 +526,1.033455583311778,-0.03555839203293814,-2.7892087464631103,0.858529806137085,0.03555089980363846,-0.5115297436714172,0.20747490227222443,-0.4931415617465973,0.1567010134458542,-0.07061171531677246,0.037767574191093445,-0.08258646726608276 +527,1.1019535098396083,-0.05822619982644933,-2.8066764440762566,0.8905799388885498,0.058193303644657135,-0.4510885179042816,-0.059455323964357376,2.585279941558838,-0.6982173919677734,-0.03712540864944458,0.01422489807009697,-0.044562727212905884 +528,1.557884942294279,-0.10366057554100849,-2.846710559386658,0.994549036026001,0.10347502678632736,-0.012841718271374702,0.5515543818473816,2.8621230125427246,-0.27173954248428345,-0.14257466793060303,0.031199030578136444,-0.23833316564559937 +529,1.7088027230541587,-0.10931198387083353,-2.880228970391514,0.9845802783966064,0.10909441858530045,0.13674762845039368,0.07803530246019363,0.436051607131958,0.2792939841747284,0.085671067237854,0.045858561992645264,0.04217693209648132 +530,1.7050185084887655,-0.07895891977701577,-2.8937104475478677,0.987917959690094,0.07887689769268036,0.13340258598327637,0.018322467803955078,-1.7837554216384888,0.2061804234981537,-0.14711302518844604,0.08266788721084595,-0.04307056963443756 +531,1.2733870656993613,-0.07671728482173636,-2.8462780778110823,0.9532866477966309,0.07664205133914948,-0.29218223690986633,-0.38077661395072937,-3.735797882080078,0.15065160393714905,0.10999143123626709,0.018954254686832428,0.09888389706611633 +532,0.7834718156298327,0.059544312570668216,-2.807847265194166,0.7044925689697266,-0.05950913205742836,-0.7072120308876038,0.396162748336792,-5.032945156097412,0.8692392110824585,-0.04125404357910156,0.07685837149620056,0.0034309029579162598 +533,0.4563657673856406,0.04727265519365211,-2.7979001809937705,0.4401963949203491,-0.047255050390958786,-0.8966571688652039,0.3695604205131531,-2.7814602851867676,0.10184118896722794,-0.06156480312347412,-0.16194294393062592,0.022847354412078857 +534,0.2988059345772987,0.061869682579752484,-2.769750019384012,0.2938160300254822,-0.06183021888136864,-0.9538601636886597,-0.356669545173645,-0.8468278050422668,-0.08873536437749863,-0.029060781002044678,0.06909339874982834,0.03659331798553467 +535,0.19751410695422345,0.0651534311878858,-2.742422554954681,0.1958160251379013,-0.06510734558105469,-0.9784769415855408,-0.030915169045329094,-0.6884563565254211,0.44466155767440796,0.1479644924402237,0.028059005737304688,-0.05010277032852173 +536,0.15041045442208878,0.037420742783563075,-2.721636341561345,0.14973905682563782,-0.03741201013326645,-0.9880174994468689,-0.373800128698349,0.07130949199199677,-0.010401606559753418,0.11043855547904968,-0.03102365881204605,-0.1797223687171936 +537,0.12893604109480372,0.011384104402959928,-2.7101912702892936,0.12857075035572052,-0.011383858509361744,-0.9916350245475769,-0.04889601469039917,-0.333503782749176,0.030008167028427124,0.05691508948802948,0.01226886734366417,-0.014910995960235596 +538,0.09109395815001904,0.011091276174338117,-2.7025004374781476,0.09096243232488632,-0.011091048829257488,-0.99579256772995,-0.029112808406352997,-0.5937954783439636,-0.07307489961385727,-0.016545318067073822,0.022260483354330063,-0.02361661195755005 +539,0.048690560773146326,0.0073038529087207,-2.7029182556000264,0.048670027405023575,-0.007303787861019373,-0.9987881779670715,-0.06570125371217728,-0.13431748747825623,0.015839777886867523,0.011708997189998627,0.009790971875190735,-0.005056977272033691 +540,0.04880591429221427,0.009278652384037364,-2.703454866122491,0.048784442245960236,-0.009278519079089165,-0.9987662434577942,0.10035059601068497,0.03915988281369209,-0.03873090818524361,0.008359726518392563,-0.008574264124035835,0.01236182451248169 +541,0.03549813071410828,0.01089430627694218,-2.7082151081618573,0.035488568246364594,-0.010894090868532658,-0.9993107318878174,-0.13637764751911163,-0.17434075474739075,-0.05751405656337738,-0.000622238963842392,0.012618334032595158,0.005612611770629883 +542,0.009984592657766904,-0.0040657898182618335,-2.7098992383319596,0.009984344244003296,0.004065778572112322,-0.999941885471344,0.005131611600518227,-0.012875603511929512,-0.005898423492908478,0.030466705560684204,-0.01438072044402361,0.002780020236968994 +543,0.006959828180851398,-0.0005884051184971776,-2.7111616527113536,0.006959770806133747,0.0005884050624445081,-0.9999756217002869,0.018191486597061157,-0.09835614264011383,-0.016181420534849167,-0.002351616509258747,0.008811009116470814,0.014990270137786865 +544,0.0027989824322893204,0.0001813781531408063,-2.712358169696364,0.002798978704959154,-0.00018137815641239285,-0.9999960660934448,0.009762952104210854,-0.0061788600869476795,-0.0023402776569128036,0.007729585748165846,0.0008222472970373929,-0.010013699531555176 +545,-0.0010007204870570254,-0.005259082702407057,-2.701445710103042,-0.0010007064556702971,0.005259058438241482,-0.9999856948852539,-0.03965047001838684,-0.013216888532042503,-0.00325571745634079,-0.01811855658888817,0.006719090975821018,0.026719093322753906 +546,-0.000561516121208064,-0.0045890176399128475,-2.698871225838524,-0.0005615101545117795,0.004589001648128033,-0.9999893307685852,0.11394557356834412,0.0143640898168087,0.22582194209098816,0.01324156392365694,-0.09415809065103531,-0.016566455364227295 +547,0.0016422437046508772,0.001834658093012524,-2.6554148711773715,0.0016422402113676071,-0.0018346570432186127,-0.9999969601631165,-0.006811933591961861,-0.008075878024101257,0.3790709972381592,-0.026254666969180107,-0.019558165222406387,0.0005767941474914551 +548,-2.1967150278842713e-05,0.001270987891665808,-2.632676424080886,-2.1967132852296345e-05,-0.0012709875591099262,-0.9999991655349731,-0.00861002504825592,-0.0002386290580034256,0.12375800311565399,0.02083495631814003,-0.02433326095342636,0.01487654447555542 +549,0.0009735951353877507,-0.0005750119544647364,-2.620700747824949,0.0009735948406159878,0.0005750119453296065,-0.9999993443489075,0.017390359193086624,-0.016872448846697807,-0.001790093258023262,0.0008879774250090122,0.10977654904127121,0.0004419088363647461 +550,6.57398838079457e-05,-0.004950285094152449,-2.6208759690770775,6.573907739948481e-05,0.004950264934450388,-0.9999877214431763,-0.010785461403429508,-0.005710668861865997,0.0028573153540492058,0.0021925615146756172,-0.008154611103236675,-0.0008972287178039551 +551,0.00017685578218329195,-0.004009898242546079,-2.6208717512476984,0.00017685435886960477,0.0040098875761032104,-0.9999919533729553,-3.8081780076026917e-05,-0.00195784168317914,-0.0011209268122911453,0.0005555675597861409,-0.0063139647245407104,0.004737436771392822 +552,0.00026540293663736975,-0.003902296597731337,-2.620859182788505,0.00026540091494098306,0.003902286756783724,-0.9999923706054688,0.0025008264929056168,0.00168569665402174,9.344890713691711e-05,0.002832133322954178,0.005420833360403776,0.00090789794921875 +553,0.0003708681088790477,-0.003778719380305826,-2.6208437218140768,0.0003708654548972845,0.0037787104956805706,-0.9999927878379822,-0.0008569527417421341,0.00010688835754990578,-2.9001384973526e-06,-0.0019425207283347845,-0.007761253975331783,0.005562245845794678 +554,0.00046091662243958465,-0.003177932126892805,-2.6208185476406687,0.00046091427793726325,0.0031779268756508827,-0.9999948143959045,0.0003459453582763672,0.0005998583510518074,-0.0008404962718486786,0.004116722382605076,-0.005024240352213383,0.0006052255630493164 +555,0.0007560825783685497,-0.0031366560333954737,-2.6208034997509673,0.0007560788071714342,0.0031366508919745684,-0.9999948143959045,-0.0006159590557217598,0.004403875675052404,0.0007062759250402451,-0.00037460902240127325,0.004172309301793575,-0.000493466854095459 +556,0.0007782720766708945,-0.002967426632177176,-2.6207935529391087,0.0007782685570418835,0.0029674223624169827,-0.9999952912330627,0.0013667745515704155,0.0001749643124639988,0.0012818099930882454,-0.0008850800804793835,-0.007712905760854483,0.005473196506500244 +557,0.001004161386577867,-0.0024394100482887497,-2.620771696013485,0.0010041582863777876,0.002439407631754875,-0.999996542930603,0.0003889007493853569,0.0036348269786685705,0.00021556392312049866,0.004702628590166569,-0.0018748324364423752,0.0016750097274780273 +558,0.0010300073969575108,-0.0024990918294864888,-2.6208129325112473,0.0010300040012225509,0.0024990893434733152,-0.9999963641166687,2.0063482224941254e-05,-0.0005778828635811806,-0.002221032977104187,-0.004280126187950373,0.0024294995237141848,0.0006830096244812012 +559,0.001031242194232426,-0.0022892473843092423,-2.6208275093569626,0.0010312392842024565,0.002289245370775461,-0.9999968409538269,-0.0009337374940514565,0.00013490533456206322,-0.0014632120728492737,0.0048128766939044,-0.006332824472337961,0.0033995509147644043 +560,0.0012620882208361685,-0.0019731805850037765,-2.6208086608835015,0.0012620853958651423,0.0019731794018298388,-0.9999972581863403,-0.0006422130391001701,0.0021335124038159847,0.00013839080929756165,-4.1382270865142345e-05,-0.0005998881533741951,0.001813054084777832 +561,0.0011485903800392066,-0.0020771660411609575,-2.6208065547847053,0.0011485876748338342,0.0020771645940840244,-0.9999971985816956,-0.0010693706572055817,0.0002560117281973362,-0.0006678290665149689,-0.0013011754490435123,0.0025920248590409756,0.0027742981910705566 +562,0.0013022774771581423,-0.001889844153932443,-2.6208054842754085,0.001302274758927524,0.0018898430280387402,-0.9999973773956299,0.0014769826084375381,0.0012286074925214052,-0.0007369183003902435,0.005381074734032154,-0.00518574146553874,0.002606630325317383 +563,0.0014076525856306817,-0.0016296101125386723,-2.6208317768675964,0.0014076502993702888,0.0016296093817800283,-0.9999976754188538,2.3224391043186188e-05,-0.0025547551922500134,-0.00023141875863075256,-0.002811458893120289,0.00035403319634497166,0.0007758736610412598 +564,0.0013386322462387303,-0.0017501822782754286,-2.620817272652527,0.001338629750534892,0.0017501814290881157,-0.9999975562095642,-0.00023290235549211502,-0.00022927811369299889,0.0015475256368517876,0.001758904312737286,0.0029495256021618843,0.0023016929626464844 +565,0.0015696230606375464,-0.0016128134861928703,-2.6208218933630674,0.0015696203336119652,0.0016128127463161945,-0.9999974966049194,0.00045824144035577774,0.002063097432255745,0.0008264239877462387,0.0011464441195130348,-0.0050765578635036945,0.0023168325424194336 +566,0.00153915250660601,-0.001382335115773094,-2.62082481194192,0.0015391504857689142,0.0013823346234858036,-0.9999978542327881,-0.0004439717158675194,0.0010488189291208982,0.0005559679120779037,-0.0019511377904564142,0.0005860491655766964,0.001004934310913086 +567,0.0015816392920513095,-0.0015122179716319816,-2.6208044839751112,0.0015816368395462632,0.0015122174518182874,-0.999997615814209,8.242763578891754e-05,-0.0005689999088644981,0.0011324016377329826,0.0014853797620162368,0.0028670551255345345,0.0033698081970214844 +568,0.0016555431263298379,-0.0013844929902113857,-2.6207818081980894,0.0016555407783016562,0.0013844924978911877,-0.9999976754188538,-0.0030278395861387253,0.0014803821686655283,0.0009305011481046677,-0.0010451890993863344,-0.005611177068203688,0.0012946724891662598 +569,0.00161607951282291,-0.0011550595069592753,-2.6207888859762427,0.0016160777304321527,0.0011550592025741935,-0.9999980330467224,-0.0014339117333292961,0.00031889742240309715,0.0006796736270189285,0.0014051625039428473,0.0016220404068008065,0.002271592617034912 +570,0.0017414290627651469,-0.0013295307774513743,-2.6208237694236893,0.0017414266476407647,0.0013295303797349334,-0.999997615814209,-0.000688185915350914,2.5510787963867188e-05,-0.00048428215086460114,0.0009136026492342353,0.001966367941349745,0.0030341148376464844 +571,0.0017068689834544345,-0.001180670905349661,-2.620803924885694,0.0017068670131266117,0.0011806705733761191,-0.9999978542327881,-0.0013642897829413414,0.0014870171435177326,-0.0004518553614616394,-0.0003946110373362899,-0.003927252721041441,0.002759695053100586 +572,0.0017420812943407778,-0.001058075079984978,-2.620818160863774,0.0017420793883502483,0.0010580748785287142,-0.9999979138374329,-0.0021662088111042976,-0.0011376910842955112,-3.3058226108551025e-05,0.0019505475647747517,0.002771881176158786,0.0018900036811828613 +573,0.0018343550312392817,-0.0012428611122839329,-2.6208383575907,0.0018343526171520352,0.001242860802449286,-0.9999975562095642,-0.0021963585168123245,0.0010679252445697784,0.0009176284074783325,-0.0025209980085492134,-0.000556215294636786,0.002103269100189209 +574,0.0017678147674788831,-0.0010014073186640985,-2.620841229520002,0.0017678129952400923,0.0010014071594923735,-0.9999979138374329,-0.0008283965289592743,0.0029832518193870783,0.0007804315537214279,0.001970590092241764,-0.003381778486073017,0.0016764402389526367 +575,0.0019319189483432094,-0.0010233796577127834,-2.620875071945439,0.0019319166895002127,0.001023379503749311,-0.999997615814209,-0.0015291227027773857,0.00020615803077816963,-0.0018328186124563217,-0.0004975905176252127,0.002531918231397867,0.0032172203063964844 +576,0.0018497294631963882,-0.0011468425576431534,-2.6209117998968314,0.001849727239459753,0.001146842259913683,-0.999997615814209,-0.0005345111712813377,0.0001486283726990223,-0.0010575167834758759,-0.002551631536334753,-0.0006433023372665048,0.0024238228797912598 +577,0.0018871842806856675,-0.0009647032337014341,-2.620910168919793,0.0018871822394430637,0.0009647030965425074,-0.9999977350234985,-0.0012322627007961273,-0.0009955968707799911,0.0007286611944437027,0.0030871829949319363,-0.0025668758898973465,0.0020119547843933105 +578,0.001988220995082817,-0.0009263982477359714,-2.620913362026031,0.001988218864426017,0.0009263980900868773,-0.999997615814209,0.00044854823499917984,-7.745018228888512e-05,-0.000776899978518486,-0.002171324333176017,0.002155877184122801,0.0025305747985839844 +579,0.0018799430213369186,-0.0009996978144747775,-2.620943898165597,0.0018799409735947847,0.000999697600491345,-0.9999977350234985,0.0019297562539577484,-0.0011019953526556492,-0.0010885614901781082,0.0006377592217177153,-0.00012994662392884493,0.002103447914123535 +580,0.0020535123562166863,-0.0008834392776419842,-2.6209838565004646,0.0020535101648420095,0.0008834391483105719,-0.9999974966049194,-0.00015715230256319046,-0.0007923110388219357,-0.00010807812213897705,0.0021121392492204905,-0.002638199832290411,0.0022710561752319336 +581,0.0019962099459961947,-0.0008636875662660791,-2.621012107756686,0.001996207982301712,0.0008636874845251441,-0.999997615814209,0.00012870226055383682,0.00038656312972307205,-0.000306570902466774,-0.002576041966676712,0.001776083023287356,0.0019965767860412598 +582,0.001981018454403202,-0.0009155592130195368,-2.6210297885677134,0.0019810162484645844,0.0009155590669251978,-0.999997615814209,-0.0009174281731247902,-0.0024145925417542458,0.001236126758158207,0.0018794573843479156,-0.00015261961380019784,0.0018439292907714844 +583,0.0020699627781037996,-0.0008048406459702079,-2.621059472394984,0.00206996058113873,0.000804840587079525,-0.9999975562095642,0.0019881445914506912,-0.0017196550033986568,-0.0018002800643444061,-0.00066615198738873,-0.003353058360517025,0.003430783748626709 +584,0.0019815459431005485,-0.0007714138848794219,-2.6210844038082945,0.0019815440755337477,0.0007714137900620699,-0.9999977350234985,0.00022872909903526306,-0.0008522290736436844,-0.00038348138332366943,-0.0005777354817837477,0.00197516824118793,0.0005317926406860352 +585,0.0020190123184537314,-0.0008776961695257628,-2.6210988422537027,0.0020190102513879538,0.0008776960312388837,-0.9999975562095642,0.0002078041434288025,-0.00037954654544591904,7.553026080131531e-05,0.0010632649064064026,-0.00038941489765420556,0.0019812583923339844 +586,0.002021754781635097,-0.0007119811845527656,-2.6211267036141748,0.0020217529963701963,0.0007119811489246786,-0.9999976754188538,0.0007724268361926079,0.0025068854447454214,-0.0022248774766921997,-0.0015182129573076963,-0.0031228698790073395,0.003903985023498535 +587,0.0019425603252942504,-0.000676891237641405,-2.6211610517935586,0.0019425586797297,0.000676891184411943,-0.9999979138374329,-0.0008678045123815536,-0.0002623642794787884,-0.00013603270053863525,0.0014296337030828,0.001779773854650557,0.0029733777046203613 +588,0.0020377596027289146,-0.0007950926826801271,-2.621161617516139,0.0020377575419843197,0.0007950926083140075,-0.999997615814209,-0.001341886818408966,0.00010596169158816338,-0.0026889145374298096,-0.0003135143779218197,-0.0017258787993341684,0.0027747154235839844 +589,0.001997575768342049,-0.0006315558041796574,-2.6211721539662047,0.0019975739996880293,0.0006315557402558625,-0.9999977946281433,-0.0012498293071985245,-0.00012885034084320068,5.0146132707595825e-05,-0.0006548005621880293,-0.0013182011898607016,0.0026528239250183105 +590,0.002084325582659923,-0.0006805660331402716,-2.6212007799448482,0.0020843236707150936,0.0006805660086683929,-0.999997615814209,-0.0004379013553261757,0.0017429855652153492,-0.0009632669389247894,-0.00045163300819694996,0.00263059139251709,0.0011420249938964844 +591,0.002011262199167337,-0.0007170433823895328,-2.6212212862216453,0.002011260250583291,0.0007170432945713401,-0.9999977350234985,-0.0003238813951611519,-0.0013193432241678238,-7.884204387664795e-05,-0.0016145319677889347,-0.00132739485707134,0.002301812171936035 +592,0.00200998076579862,-0.0005614250488996568,-2.6212224431598936,0.002009978983551264,0.0005614249967038631,-0.9999977946281433,0.0037353402003645897,-0.00014098500832915306,-0.0008961893618106842,0.0009654844179749489,-0.0005156486877240241,0.001722097396850586 +593,0.00206541821143697,-0.0006362964360177646,-2.621262486291552,0.0020654164254665375,0.0006362964049912989,-0.9999976754188538,-0.0019465349614620209,-0.0003642546944320202,-8.12578946352005e-05,-0.0018212758004665375,0.0016830394743010402,0.0028358101844787598 +594,0.001965918176258183,-0.0006630577311961642,-2.621260633041427,0.0019659164827317,0.0006630576681345701,-0.9999978542327881,-0.00010425131767988205,-0.0010374747216701508,-0.0007526613771915436,-4.3309060856699944e-05,-0.0012123740743845701,0.002652883529663086 +595,0.0019947698319902236,-0.0005022629971853378,-2.6213357421102264,0.0019947681576013565,0.0005022629629820585,-0.9999979138374329,0.00045564305037260056,0.001082537230104208,-0.0007452927529811859,0.0008891429752111435,-0.0010210617911070585,0.0024240612983703613 +596,0.001959034507392368,-0.0004921946183748809,-2.621356629587435,0.001959033077582717,0.0004921946092508733,-0.9999979734420776,1.405365765094757e-06,0.00022817356511950493,0.0008414927870035172,-0.002081103390082717,0.0018271413864567876,0.0032633543014526367 +597,0.0019211499927571831,-0.0004596407258407627,-2.6214123305497226,0.0019211486214771867,0.00045964072342030704,-0.9999980330467224,-0.0008033132180571556,0.0004049483686685562,-0.0020815450698137283,0.0015425964957103133,-0.0011768038384616375,0.0034313201904296875 +598,0.001992742198983646,-0.0004287120937682399,-2.621458378237731,0.0019927406683564186,0.00042871208279393613,-0.9999979138374329,-0.00041219312697649,-0.0005395887419581413,-0.004628906026482582,-0.0006957435980439186,-0.0013289806665852666,0.0029581189155578613 +599,0.0018984967410247604,-0.0004950741562746506,-2.621447190796217,0.0018984953640028834,0.0004950741422362626,-0.9999980926513672,-0.00033675413578748703,-0.0013999217189848423,0.0001407284289598465,-0.0011965910671278834,0.0038994571659713984,0.0043468475341796875 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/standing/s4.csv b/BoostRunClub/CoreML/DataSet/Motion/standing/s4.csv new file mode 100644 index 0000000..0091a89 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/standing/s4.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,0.001966350008679845,-0.0005236425610157572,-2.6214758744822415,0.001966348383575678,0.0005236425204202533,-0.9999979138374329,0.003968237899243832,-0.002431643195450306,-0.0005463864654302597,0.0025502529460936785,-0.002263144589960575,0.0009592771530151367 +1,0.3637168095910123,-0.05763183492545654,-2.5433620729042152,0.3551596999168396,0.05759993568062782,-0.9330294132232666,-0.014137627556920052,1.5162250995635986,-0.23008683323860168,-0.0171470046043396,-0.006406709551811218,-0.0344541072845459 +2,0.6558788197024956,-0.08568333301227964,-2.5547291465507294,0.6076186299324036,0.08557853102684021,-0.789604902267456,-0.3807404339313507,5.26325798034668,-0.08639366924762726,-0.037901222705841064,0.05486336350440979,-0.018058061599731445 +3,1.0950068076000539,-0.11977405306094792,-2.58667571564662,0.8825628161430359,0.11948788166046143,-0.454758882522583,0.2388240396976471,2.9778690338134766,-0.6104698181152344,0.006048023700714111,0.014667391777038574,0.06439328193664551 +4,1.4974489013470649,-0.149030333891156,-2.648980692350597,0.9862566590309143,0.14847928285598755,-0.07246939092874527,0.6249058246612549,2.5778086185455322,-0.457813024520874,-0.024266302585601807,-0.09122830629348755,-0.15883862972259521 +5,1.7474167326677907,-0.1850925987866516,-2.6675150718141265,0.9676280617713928,0.18403755128383636,0.17270241677761078,0.3814617991447449,2.023682117462158,-0.23555541038513184,0.017250418663024902,-0.03814828395843506,-0.04780912399291992 +6,1.9892549274767444,-0.2562127467209191,-2.6953056500938013,0.8838898539543152,0.2534187436103821,0.3930879235267639,0.3265404999256134,2.249197483062744,-0.49888545274734497,0.053213655948638916,-0.1022956371307373,-0.21817639470100403 +7,2.032786017906206,-0.2531027235156601,-2.693907109449175,0.8666476607322693,0.2504090368747711,0.43152928352355957,0.3601627051830292,1.869930386543274,-0.3280566334724426,0.041311442852020264,-0.02650153636932373,-0.001551806926727295 +8,2.187288195674061,-0.2903817274539632,-2.726115434332187,0.7817533016204834,0.28631800413131714,0.5539708137512207,0.028678730130195618,0.20268498361110687,-0.10356772691011429,0.0009767413139343262,0.04116612672805786,-0.017563343048095703 +9,2.211904427635821,-0.29116714468163923,-2.7007837194023234,0.7677008509635925,0.28707045316696167,0.5729103088378906,-0.06320157647132874,0.23035186529159546,-0.1744825392961502,0.10412544012069702,-0.04102244973182678,-0.07382577657699585 +10,2.209446656051405,-0.2921231313391667,-2.6710295302526896,0.7688857316970825,0.28798606991767883,0.5708577632904053,-0.308937132358551,-0.8101853132247925,0.3184479773044586,0.1372726559638977,-0.04788905382156372,-0.04108792543411255 +11,2.133477460437292,-0.23093911010419496,-2.663235509289929,0.8233727216720581,0.22889180481433868,0.5192936062812805,-0.6102914810180664,0.40463268756866455,0.11801821738481522,0.1021949052810669,0.026479274034500122,0.1506739854812622 +12,2.092077863688438,-0.14060960162759903,-2.5943366147502913,0.8586233258247375,0.14014673233032227,0.4930770993232727,-1.135095238685608,-0.34202712774276733,0.1707424521446228,-0.01694852113723755,0.008122920989990234,0.00493931770324707 +13,2.162692196999057,-0.12235323598749599,-2.588319160440184,0.8236803412437439,0.12204818427562714,0.5537643432617188,1.0967161655426025,0.6573940515518188,0.5275559425354004,-0.0679582953453064,0.059958651661872864,-0.22557830810546875 +14,2.2222843077289407,-0.12794003549924476,-2.6088942806269704,0.7886834740638733,0.12759128212928772,0.6014145016670227,-0.05713484436273575,1.0266094207763672,-0.4408426582813263,-0.17605817317962646,0.09813199937343597,0.15133225917816162 +15,2.2730854720477254,-0.15618772193398425,-2.6325920329393107,0.7540732622146606,0.15555347502231598,0.6381036639213562,-0.47403690218925476,0.4424523413181305,-0.36701875925064087,-0.12190181016921997,-0.05914847552776337,0.030444800853729248 +16,2.562452280539904,-0.12281580837124963,-2.599054441834207,0.5431821942329407,0.12250728905200958,0.8306294083595276,-1.042592167854309,3.6247644424438477,0.3555435836315155,-0.3855894207954407,-0.21821041405200958,-0.04722785949707031 +17,2.9063878951603606,-0.055383464629783774,-2.547706074933525,0.23268479108810425,0.05535515397787094,0.9709755778312683,-0.31292393803596497,2.0779383182525635,-0.937677264213562,0.03068186342716217,-0.14045342803001404,-0.07905364036560059 +18,3.0778654905595175,-0.05850467824106811,-2.5116964138604256,0.06357508152723312,0.058471307158470154,0.9962626695632935,-0.32952746748924255,1.0172992944717407,0.13858862221240997,0.3276297450065613,0.12379492819309235,0.011946558952331543 +19,3.1328026091312844,-0.1284071294589828,-2.5489260116168406,0.008717567659914494,0.12805454432964325,0.9917291402816772,2.247134208679199,-0.17734624445438385,-0.23649445176124573,0.24285408854484558,0.35139191150665283,-0.0811910629272461 +20,3.0564110389566177,-0.3087376344613045,-2.480938031697448,0.08105594664812088,0.3038561940193176,0.9492636322975159,-0.29226887226104736,1.8706228733062744,0.31107014417648315,0.00898616760969162,-0.09963256120681763,0.3944559097290039 +21,-3.1332763091005615,-0.23032106854546758,-2.5150777029838802,-0.00809664186090231,0.2282901257276535,0.9735594391822815,-0.636786162853241,0.7914071083068848,-0.1009240597486496,-8.207093924283981e-05,0.03213159739971161,-0.08066093921661377 +22,-3.025780800811731,-0.12698041245759362,-2.5744129426912066,-0.11462278664112091,0.1266394555568695,0.9853039383888245,-1.1867597103118896,2.0789010524749756,0.8321858048439026,-0.03477600961923599,-0.012366384267807007,0.028215229511260986 +23,-2.941190238600668,-0.08529623103362971,-2.5826960535553014,-0.19834004342556,0.08519284427165985,0.9764239192008972,0.3459877669811249,-0.1275022029876709,-0.3556951880455017,0.071295365691185,0.12749941647052765,-0.17637503147125244 +24,-2.984378092408247,-0.07539261673596107,-2.6172964988814664,-0.15612292289733887,0.07532121241092682,0.9848613142967224,-0.21529845893383026,-0.1447266787290573,0.24253180623054504,0.07168082892894745,0.09708783030509949,0.02961897850036621 +25,-3.006557640113263,-0.06699655935982891,-2.6365500926111736,-0.13432301580905914,0.06694645434617996,0.9886738657951355,-0.2282555103302002,-0.019526075571775436,0.3203742206096649,0.02421557903289795,-0.03906863182783127,0.006184101104736328 +26,-3.084678845517845,-0.049848637533068965,-2.6529488022727805,-0.05681242793798447,0.049827996641397476,0.9971407055854797,-0.12398587912321091,-0.8022425174713135,-0.08329405635595322,0.039554741233587265,0.039496954530477524,-0.012704730033874512 +27,-3.0888513241984183,-0.05265285513980589,-2.641992212825766,-0.05264382064342499,0.0526285283267498,0.9972255229949951,-0.004769353196024895,-0.13572141528129578,-0.2947622239589691,0.11064247786998749,-0.0415048785507679,-0.06325036287307739 +28,3.112745992357898,-0.05711120548913903,-2.633089146787247,0.028795626014471054,0.057080164551734924,0.9979538917541504,-0.17202769219875336,-0.7462334632873535,-0.043719332665205,-0.06254807114601135,0.06952199339866638,0.25543320178985596 +29,3.105243111505979,-0.054357752582768995,-2.646516037744721,0.036287855356931686,0.054330985993146896,0.997863233089447,0.014753350056707859,0.02393384650349617,0.1894931197166443,0.014722272753715515,-0.0769445151090622,0.0034183263778686523 +30,3.066085439879182,-0.03778324142943448,-2.6471037388677585,0.07538164407014847,0.03777425363659859,0.9964390397071838,-0.17746709287166595,-0.41150346398353577,0.03298502415418625,0.03855571895837784,-0.015038661658763885,0.003515183925628662 +31,3.1192177758713098,-0.05952580316682346,-2.65659948589812,0.022333385422825813,0.05949065461754799,0.9979789853096008,1.0815435647964478,2.5427021980285645,-0.0203215591609478,0.15009093284606934,-0.04859588295221329,0.044760823249816895 +32,3.1019422949677375,-0.052574918776629134,-2.659263512806543,0.03958520293235779,0.052550703287124634,0.9978334307670593,0.3705434501171112,0.923578679561615,0.18952199816703796,0.05692664161324501,-0.029403112828731537,0.12463366985321045 +33,3.1121417768397914,-0.05659865777743665,-2.666187129331564,0.029399462044239044,0.056568443775177,0.9979656338691711,0.01261809654533863,0.029195241630077362,0.0598253533244133,0.04629938304424286,-0.003818824887275696,0.015248298645019531 +34,3.126432669246169,-0.06277814750124615,-2.674406310883316,0.015129543840885162,0.06273692101240158,0.9979156255722046,-0.2451086938381195,-0.564116895198822,0.0011411644518375397,0.032996680587530136,0.003806672990322113,0.009546160697937012 +35,3.1369233926467284,-0.06722088761296646,-2.6794980964064474,0.004658698104321957,0.06717027723789215,0.997730553150177,-0.15770553052425385,-0.356205016374588,0.0015259841457009315,0.025813104584813118,0.005308963358402252,-0.015217244625091553 +36,3.136513752181739,-0.06690750739268238,-2.6841189550522846,0.005067517049610615,0.06685759872198105,0.9977498650550842,-0.004613162949681282,-0.008684439584612846,0.0002566631883382797,0.02767784520983696,0.0026614516973495483,-0.016304373741149902 +37,3.1292791484990023,-0.06488562387569442,-2.688070399933211,0.012287285178899765,0.06484010070562363,0.9978201985359192,0.0243420097976923,0.058257490396499634,-0.0008575208485126495,0.03857026249170303,-0.006002195179462433,0.019910693168640137 +38,3.1247232558676794,-0.06417077374615676,-2.690944069375163,0.016833873465657234,0.06412674486637115,0.9977994561195374,0.027295980602502823,0.06609901040792465,-0.00028195418417453766,0.03467979282140732,0.008703432977199554,0.012850821018218994 +39,3.1211261770718997,-0.0641338078001029,-2.6939828745806316,0.02042297273874283,0.06408984959125519,0.9977350831031799,0.02163676545023918,0.04702811688184738,-8.408166468143463e-05,0.03530212491750717,-0.004199109971523285,-0.002648472785949707 +40,3.118241034451286,-0.06376919540588692,-2.6964236655296934,0.02330203354358673,0.06372598558664322,0.9976951479911804,0.00958025362342596,0.021244119852781296,-0.0017455052584409714,0.025327719748020172,-0.00447613000869751,0.0074926018714904785 +41,3.1161044884755107,-0.0638506173711644,-2.698443967285782,0.025433475151658058,0.06380724161863327,0.9976382255554199,0.009355027228593826,0.019167594611644745,0.0009527886286377907,0.02511889673769474,0.004567399621009827,0.006069779396057129 +42,3.1135509744372416,-0.06371113831583841,-2.700280489230898,0.027981124818325043,0.06366804242134094,0.9975789785385132,0.00787356123328209,0.018488198518753052,0.0002476125955581665,0.025149982422590256,-0.00031354278326034546,-0.026799440383911133 +43,3.1116375447614835,-0.06364579611215322,-2.7020861324817202,0.02988998219370842,0.06360283493995667,0.9975273609161377,0.0027507045306265354,0.004211790859699249,-0.001980947330594063,0.018220970407128334,-0.0007518976926803589,0.009674549102783203 +44,3.109671734153749,-0.06350886246931751,-2.7032955854877874,0.031851161271333694,0.06346617639064789,0.9974757432937622,0.0016277125105261803,0.0002459045499563217,0.0004204362630844116,0.018365517258644104,0.0010327324271202087,0.011603355407714844 +45,3.1078512389138484,-0.06334403642315597,-2.7041451454561143,0.03366734832525253,0.063301682472229,0.9974261522293091,-0.00015883799642324448,-0.003553581889718771,-0.00019740313291549683,0.01978418603539467,-0.00020659714937210083,0.0018106698989868164 +46,3.106278003171274,-0.06342148581317915,-2.704890948953848,0.03523632511496544,0.06337897479534149,0.9973672032356262,0.0017461208626627922,0.0016590235754847527,0.001239638775587082,0.013072997331619263,0.0020506978034973145,0.0044026970863342285 +47,3.1049098911634845,-0.06329313301126008,-2.705544791929303,0.03660109266638756,0.06325088441371918,0.9973260164260864,0.0003981180489063263,0.0002489844337105751,0.0005454383790493011,0.013478245586156845,-0.004351973533630371,0.005542397499084473 +48,3.1036077120461565,-0.06324804567572792,-2.70589383895379,0.03789987787604332,0.06320588290691376,0.9972806572914124,-0.0034432755783200264,-0.009966611862182617,-0.00244702585041523,0.011920072138309479,-0.0010110512375831604,0.009631633758544922 +49,3.102665720401151,-0.06359234610482994,-2.7059841377834717,0.03883843868970871,0.06354949623346329,0.9972226023674011,-0.0031783664599061012,-0.008249616250395775,-0.0002468470484018326,0.010310117155313492,0.011615291237831116,0.0074923038482666016 +50,3.10151237804379,-0.06360821910783306,-2.706306029085443,0.03998851031064987,0.06356533616781235,0.9971761703491211,0.003729846328496933,0.0025340463034808636,0.0006885826587677002,0.00772571936249733,-0.011380285024642944,-0.003569662570953369 +51,3.100388692146196,-0.06294346426777367,-2.706339992050017,0.04111074283719063,0.06290190666913986,0.9971728920936584,0.004013410769402981,0.0010601601097732782,-0.0008695442229509354,0.01798655465245247,0.005930498242378235,0.02191603183746338 +52,3.099791107021646,-0.06371036193935527,-2.706676368160559,0.04170459136366844,0.06366726756095886,0.9970993995666504,-0.0016457131132483482,0.002837725216522813,0.0009599225595593452,-0.004824094474315643,0.0007400810718536377,-0.0012650489807128906 +53,3.0993700213139084,-0.06341930998493113,-2.70672468213291,0.04212523251771927,0.06337680667638779,0.9971002340316772,0.006151203531771898,0.016787134110927582,-0.0008410215377807617,0.01874207705259323,-0.002097509801387787,0.0002905130386352539 +54,3.0978418146980857,-0.06344184615634785,-2.706855975239629,0.04364889860153198,0.0633992999792099,0.9970333576202393,-0.0048761870712041855,-0.018580306321382523,0.0027787089347839355,0.0029361844062805176,0.0009164959192276001,0.012198328971862793 +55,3.0981143736726318,-0.06360894739648473,-2.706960564543547,0.04337667301297188,0.06356605887413025,0.9970343708992004,0.0029312637634575367,0.007277685217559338,0.0006509777158498764,0.0046732425689697266,-0.0006540864706039429,-0.00039142370223999023 +56,3.09663604784922,-0.063283597753991,-2.707032106584836,0.04485150799155235,0.0632413700222969,0.9969900250434875,-0.0076616909354925156,-0.011136459186673164,0.002610885538160801,0.012094296514987946,0.0004946067929267883,0.0015451908111572266 +57,3.0969560359841455,-0.0636167305605552,-2.707325936728915,0.044531531631946564,0.06357382982969284,0.9969831109046936,0.0002808086574077606,0.0032682442106306553,-0.00274462066590786,-0.005652137100696564,0.005426414310932159,0.008921980857849121 +58,3.0959286248894267,-0.06336845876022792,-2.7073865979869804,0.04555654153227806,0.06332606077194214,0.9969526529312134,0.001979515887796879,0.0033290463034063578,0.00015234574675559998,0.01706552878022194,-0.006303958594799042,0.0003314018249511719 +59,3.0956306126202944,-0.06336908282834108,-2.7075961005759965,0.045853640884160995,0.06332667917013168,0.9969388842582703,-0.003484174609184265,-0.00693666422739625,-0.00036777928471565247,-0.0058145783841609955,0.004422344267368317,0.005105733871459961 +60,3.0955548995849616,-0.06357127673731663,-2.7076168156184894,0.045928530395030975,0.06352846324443817,0.9969226121902466,0.0032020914368331432,0.008296649903059006,0.000575333833694458,0.009643979370594025,0.0014434605836868286,0.006739497184753418 +61,3.0945481354862947,-0.06332693483288857,-2.707383490263615,0.0469328947365284,0.06328461319208145,0.9968911409378052,-0.005119212903082371,-0.011246577836573124,0.00016702711582183838,0.0053589679300785065,-0.0029055997729301453,0.004817605018615723 +62,3.094965215329279,-0.06350439249227907,-2.707637934627121,0.04651658236980438,0.06346172094345093,0.996899425983429,0.0015451544895768166,0.0067445505410432816,-0.0014484208077192307,-0.0026933513581752777,0.0029139965772628784,0.0029935836791992188 +63,3.0941402521158934,-0.06339679953170774,-2.7075985966425775,0.0473393052816391,0.06335434317588806,0.9968677163124084,0.000636211596429348,0.0006688758730888367,0.0006899069994688034,0.013634812086820602,-0.0021818652749061584,0.0036053061485290527 +64,3.0940869232955825,-0.06343728052686123,-2.7074735286065237,0.047392360866069794,0.06339474022388458,0.9968629479408264,-0.003952852450311184,-0.003578758332878351,-0.00015103444457054138,-0.006681900471448898,0.0009210705757141113,0.005807638168334961 +65,3.093950463358932,-0.06339917111328781,-2.707440156093008,0.04752848297357559,0.06335670500993729,0.9968584179878235,-0.0006540901958942413,0.005271616857498884,0.001272270455956459,0.008394971489906311,-0.0012076720595359802,0.005323469638824463 +66,3.093273248142282,-0.06331707593872042,-2.7074524790879355,0.048203807324171066,0.06327477842569351,0.9968310594558716,-0.0034214984625577927,-0.010761059820652008,-0.0010922588407993317,0.0015245825052261353,0.003253526985645294,0.005121767520904541 +67,3.0936718103125904,-0.06347980241079543,-2.7074384929364097,0.0478060245513916,0.06343717873096466,0.9968402981758118,0.0025063338689506054,0.00887751393020153,-0.0008122511208057404,0.001464609056711197,-0.0022036507725715637,0.004502654075622559 +68,3.092972030909474,-0.06312719238711377,-2.7076183003627015,0.048504650592803955,0.06308527290821075,0.996828556060791,-0.0006142528727650642,0.0016906626988202333,0.00029702112078666687,0.006411723792552948,0.0014746487140655518,0.004056274890899658 +69,3.093391023708352,-0.06354755630521668,-2.707370713532243,0.048085711896419525,0.06350479274988174,0.9968224167823792,0.003097009379416704,0.005998943001031876,0.000809473916888237,-0.0038657449185848236,0.004839323461055756,0.005771517753601074 +70,3.09302905188617,-0.0634067209003796,-2.7070195607466916,0.04844696819782257,0.06336424499750137,0.996813952922821,0.0017902161926031113,0.0027821834664791822,0.0007053297013044357,0.00794951617717743,-0.006281115114688873,0.0044831037521362305 +71,3.0928722098221355,-0.06329896548350905,-2.706538825974871,0.048603639006614685,0.06325670331716537,0.9968130588531494,-0.0026984894648194313,-0.007810828275978565,0.0008776290342211723,-0.004231076687574387,0.0026307478547096252,0.004194021224975586 +72,3.092986377369368,-0.06359939218213405,-2.706018418241334,0.04848889634013176,0.06355652213096619,0.9967993497848511,0.0025297030806541443,0.0025874560233205557,9.244494140148163e-05,0.0035283006727695465,0.0028497129678726196,0.004695773124694824 +73,3.0924517071659228,-0.0634902397717669,-2.7057594795577855,0.04902219399809837,0.06344759464263916,0.996780276298523,-0.0010355142876505852,-0.006340122316032648,0.0001159273087978363,0.002094745635986328,-0.002656593918800354,0.005584657192230225 +74,3.092819596597039,-0.06374362120839251,-2.7056857474331952,0.048654705286026,0.06370045989751816,0.9967822432518005,-0.0007651383057236671,0.00023649074137210846,-0.0008596871048212051,-0.004770427942276001,0.003819681704044342,0.0030040740966796875 +75,3.092550493220997,-0.06376222543043335,-2.7055771708421124,0.048922888934612274,0.06371902674436569,0.9967681169509888,0.004130271263420582,0.007818019017577171,-0.001882532611489296,0.006420746445655823,-0.003782495856285095,0.0036745071411132812 +76,3.0921878983192257,-0.06363910290101622,-2.705650154060677,0.049284692853689194,0.06359615921974182,0.9967580437660217,-0.00043998751789331436,-0.004207865335047245,0.0007871547713875771,-0.0016314946115016937,0.006792627274990082,0.008307874202728271 +77,3.092555296919028,-0.06387722064397076,-2.7056167215632927,0.0489177405834198,0.06383378803730011,0.9967610239982605,0.006575489416718483,0.016477975994348526,-0.0015282761305570602,-0.0008983314037322998,0.0009702891111373901,0.004734396934509277 +78,3.0915697460465674,-0.06350774526963929,-2.7056480913389667,0.04990124702453613,0.06346506625413895,0.9967357516288757,0.00333628011867404,0.005222813226282597,-0.0008070133626461029,0.011774782091379166,-0.00914376974105835,0.004240870475769043 +79,3.0923229219324364,-0.0637338122685159,-2.7056004369539832,0.04914981126785278,0.0636906698346138,0.996758759021759,-0.0004946701228618622,0.0022343259770423174,0.0005582850426435471,-0.011506371200084686,0.009856700897216797,0.0018680095672607422 +80,3.0922367357576506,-0.06395483533563193,-2.7055992614893025,0.049235012382268906,0.06391124427318573,0.9967402219772339,0.006140814162790775,0.014935608953237534,0.0010327184572815895,0.012212119996547699,-0.005805782973766327,0.0058078765869140625 +81,3.0917903839996184,-0.06347217863978366,-2.7053093571843223,0.049681439995765686,0.0634295716881752,0.9967489242553711,-0.0011456646025180817,-0.005248271860182285,0.003913929685950279,-0.0077808089554309845,-0.0005175843834877014,0.007019937038421631 +82,3.092353541540543,-0.06372355029926462,-2.705101626890599,0.04911930859088898,0.06368043273687363,0.9967606067657471,0.002909368369728327,0.004881815519183874,-0.0007808133959770203,0.0021959878504276276,0.0023138150572776794,0.0008130073547363281 +83,3.091605660125009,-0.0636117362881514,-2.7047549072081094,0.049865130335092545,0.0635688453912735,0.9967311024665833,-0.00765293650329113,-0.012929849326610565,-0.0001680329442024231,0.00859130173921585,-0.0026862621307373047,0.008167147636413574 +84,3.092043977657353,-0.06359546637622437,-2.704354085808672,0.04942828416824341,0.0635526105761528,0.9967537522315979,-0.003063434734940529,-0.0039497907273471355,-0.0009407643228769302,-0.008290588855743408,-0.0029599517583847046,0.007396697998046875 +85,3.0918782679515684,-0.06346851252210044,-2.7039921805456686,0.04959386959671974,0.06342591345310211,0.9967538714408875,2.629123628139496e-06,0.0004947441630065441,2.421438694000244e-06,0.009717054665088654,0.004521489143371582,0.0005913972854614258 +86,3.091785880709628,-0.06376593121512868,-2.7035083775601865,0.04968501254916191,0.06372272968292236,0.9967303276062012,-0.001546693965792656,-0.005342684220522642,0.0018085446208715439,-0.004702091217041016,0.0008829981088638306,0.00943446159362793 +87,3.0920313367909666,-0.06353180553355228,-2.703263556021617,0.049441080540418625,0.06348907202482224,0.9967570900917053,0.0009377319365739822,0.001109872478991747,0.0006630867719650269,0.0014011934399604797,-0.002698071300983429,0.004753470420837402 +88,3.0915436279933055,-0.06361622897285146,-2.7032589371129694,0.04992693290114403,0.06357333064079285,0.996727466583252,-0.0035529565066099167,-0.004610269330441952,-0.002206161618232727,0.003799259662628174,0.0035653337836265564,0.0028757452964782715 +89,3.0919059016587833,-0.06386143960996782,-2.7028062927383485,0.04956505820155144,0.06381803750991821,0.9967297315597534,0.003658800385892391,0.006869670934975147,0.0001085326075553894,-0.004231207072734833,0.00010100752115249634,0.0066574811935424805 +90,3.0916454227892243,-0.06362275597665598,-2.7026789103884625,0.04982544481754303,0.06357984244823456,0.9967320561408997,0.0007255654782056808,0.001704550115391612,0.0003053806722164154,0.004984118044376373,-0.002239525318145752,0.005648195743560791 +91,3.091812953422937,-0.06386160263140865,-2.702874165465353,0.04965771734714508,0.06381820142269135,0.9967253804206848,0.0008876314386725426,-7.343431934714317e-05,0.0011450741440057755,-0.0016688182950019836,0.0037782415747642517,0.003656148910522461 +92,3.0918176426899024,-0.06396373995841788,-2.7026075546051453,0.04965270683169365,0.06392013281583786,0.9967189431190491,0.0018833233043551445,0.002942550927400589,0.0007594432681798935,0.0019677728414535522,-0.001771092414855957,0.004898369312286377 +93,3.0916586875357877,-0.06366881922293907,-2.702504729651317,0.049812085926532745,0.06362581253051758,0.9967299699783325,-0.005277158692479134,-0.0028745033778250217,0.0018469933420419693,0.00043510645627975464,-0.002193927764892578,0.0056809186935424805 +94,3.0917448943381194,-0.06369273868574224,-2.702546054120369,0.04972607269883156,0.06364968419075012,0.9967324733734131,-0.0008768355473875999,0.0011300034821033478,0.0008224863559007645,4.8082321882247925e-05,0.002817586064338684,0.0041675567626953125 +95,3.0916061464272775,-0.06365300435626171,-2.702507580153827,0.04986448958516121,0.0636100322008133,0.9967280030250549,0.002057848498225212,0.004887412302196026,-0.0015541259199380875,0.0035107433795928955,0.005481749773025513,0.013952851295471191 +96,3.091638756200058,-0.06360337978384203,-2.7028697950323632,0.04983217269182205,0.06356050819158554,0.9967333078384399,0.004531310871243477,0.011412021704018116,-0.0010534152388572693,-0.005490120500326157,-0.01085662841796875,-0.00437772274017334 +97,3.0916271077811412,-0.06332958243242855,-2.703237786415389,0.049844637513160706,0.06328725814819336,0.9967498779296875,0.0005562407895922661,0.003776032477617264,-0.00018045492470264435,0.006902799010276794,0.0012879371643066406,0.0020294189453125 +98,3.0916704246273183,-0.06360262708394898,-2.7033296571871888,0.049800582230091095,0.06355975568294525,0.9967344403266907,-0.003055356442928314,-0.0023545464500784874,-0.00039324164390563965,-0.0007741115987300873,0.004524938762187958,0.01051318645477295 +99,3.0916571647327498,-0.06357068114365498,-2.7034652356169806,0.04981391131877899,0.06352787464857101,0.9967360496520996,0.000979127362370491,0.0010375042911618948,0.00036530569195747375,0.0022338107228279114,-0.0026605725288391113,0.0023789405822753906 +100,3.0915472632122203,-0.06352450492121338,-2.7036076669227986,0.0499236062169075,0.06348179280757904,0.9967336058616638,-0.0005105724558234215,-0.0008343136869370937,0.0017065508291125298,0.0011017844080924988,0.0035195499658584595,0.00012314319610595703 +101,3.091631596872036,-0.06340584112353086,-2.7039980014598584,0.04983990639448166,0.06336336582899094,0.9967449307441711,-0.00018889550119638443,-0.004695304669439793,0.0015600351616740227,0.0003767572343349457,0.0015017315745353699,0.00873267650604248 +102,3.091479543651484,-0.06325526963601863,-2.704369939072152,0.04999195784330368,0.06321309506893158,0.9967471957206726,-0.002891547977924347,-0.0061829122714698315,-0.0006832350045442581,0.0058704763650894165,0.0017283186316490173,0.015002131462097168 +103,3.091704414651586,-0.06340647779715192,-2.7046698774082456,0.049767330288887024,0.06336399912834167,0.9967486262321472,0.0012164320796728134,0.0014212816022336483,8.404068648815155e-05,-0.006020396947860718,0.0027217939496040344,-0.0007466673851013184 +104,3.0916672250437145,-0.06334643746790695,-2.7048355027935473,0.04980460926890373,0.06330408155918121,0.9967510104179382,0.002514371182769537,0.002982748905196786,0.0011176103726029396,0.0062561966478824615,-0.0018874406814575195,0.006438255310058594 +105,3.0917159865410344,-0.06336785468178195,-2.705071424009091,0.04975593462586403,0.06332545727491379,0.9967520833015442,-0.0024616681039333344,-0.007235180586576462,0.000822325237095356,-0.004757758229970932,0.000486813485622406,0.007123827934265137 +106,3.091913695400285,-0.0634232032730651,-2.7056738329398136,0.049558691680431366,0.06338068842887878,0.9967582821846008,-7.699243724346161e-05,0.0056455545127391815,0.002269890159368515,0.001878693699836731,0.0033307448029518127,0.005133867263793945 +107,3.0916207624691263,-0.06334098719942595,-2.705804813552706,0.049850936979055405,0.06329864263534546,0.9967490434646606,-0.001018894836306572,0.0028724195435643196,-0.002514319494366646,0.0024409405887126923,-0.002110891044139862,0.002457737922668457 +108,3.0918938247513776,-0.06331864954323373,-2.7060841216100466,0.049578819423913956,0.06327635049819946,0.9967637658119202,0.003124229609966278,0.0007933985907584429,0.0016332464292645454,-0.004946857690811157,0.0007800459861755371,0.006104826927185059 +109,3.0917444179409426,-0.06346535267445821,-2.7058605908892424,0.04972727969288826,0.06342275440692902,0.9967470765113831,0.0015470031648874283,0.0002643344923853874,-0.0016467086970806122,0.004578754305839539,0.003181859850883484,0.007464289665222168 +110,3.091740927061962,-0.06385334624235926,-2.7058172428115896,0.049729518592357635,0.06380996108055115,0.9967221021652222,0.00691273994743824,-0.0005058515816926956,3.95849347114563e-05,-0.0024425387382507324,0.006670370697975159,0.014492928981781006 +111,3.091735917671494,-0.06415540629027644,-2.7059461514301955,0.04973354563117027,0.06411140412092209,0.9967024326324463,0.009681402705609798,0.019567938521504402,-0.0007665734738111496,0.006510347127914429,-0.015481658279895782,0.000977933406829834 +112,3.091286852065576,-0.06340210026447853,-2.706047598281911,0.05018353462219238,0.06335963308811188,0.9967278838157654,-0.005320162512362003,-0.006838296540081501,0.0005238931626081467,-0.0008976608514785767,0.002100549638271332,-0.009606659412384033 +113,3.092003527674035,-0.06428774863055557,-2.70604810689008,0.04946640133857727,0.06424347311258316,0.9967073798179626,0.005155893974006176,0.005908017046749592,-0.0015602987259626389,-0.0015080347657203674,0.014186687767505646,0.021236836910247803 +114,3.09122881199637,-0.06384561146807526,-2.7057993690231883,0.050239983946084976,0.06380224227905273,0.996697187423706,0.0014126366004347801,0.0026795563753694296,-0.00034927763044834137,0.006583746522665024,-0.017140865325927734,-0.0025260448455810547 +115,3.091753547285013,-0.0635686964195512,-2.705992876536571,0.04971786215901375,0.06352589279413223,0.9967411756515503,-0.0026168283075094223,-0.004289031028747559,-0.0032189246267080307,-0.008366532623767853,0.004787713289260864,0.002190828323364258 +116,3.0917597613066423,-0.06417808833840602,-2.7062073976037486,0.049709707498550415,0.06413403898477554,0.9967021942138672,0.0015663569793105125,0.008160780183970928,-0.0010054316371679306,0.009296014904975891,0.009428560733795166,0.011872947216033936 +117,3.0912185911397154,-0.06394088399159771,-2.7066043468445278,0.050249870866537094,0.06389732658863068,0.9966906905174255,-0.0020883874967694283,-0.005908795166760683,0.0007822141051292419,-0.0017421804368495941,-0.010827258229255676,-0.0016649961471557617 +118,3.0918976601161363,-0.06380389942570125,-2.70679075475621,0.04957346245646477,0.06376061588525772,0.9967331886291504,-0.0005140695720911026,0.0022516287863254547,-0.0006039571017026901,-0.0040870122611522675,0.006536617875099182,0.006242275238037109 +119,3.0914169915979466,-0.06414289819493675,-2.7069920380650943,0.05005146935582161,0.06409892439842224,0.9966875910758972,-0.0003570849075913429,0.0010760750155895948,-0.004118787124752998,0.01127360388636589,0.006534002721309662,0.008042633533477783 +120,3.0914127294195595,-0.0640845907624536,-2.7069637925838066,0.050055909901857376,0.06404073536396027,0.9966912269592285,-0.0008377553895115852,-0.0033278432674705982,-0.0007983408868312836,-0.01021520420908928,-0.00978047400712967,0.0018440485000610352 +121,3.0916942449063893,-0.063701775886779,-2.7065913546249534,0.04977655038237572,0.0636586993932724,0.9967297911643982,-0.0018544122576713562,0.004680011421442032,0.001189185306429863,0.005521312355995178,0.003754645586013794,0.006627321243286133 +122,3.0912160267304074,-0.06407648424692383,-2.706388642811485,0.050251975655555725,0.064032644033432,0.9966816306114197,-0.001646517775952816,-0.005231596529483795,0.00045225396752357483,0.0024823881685733795,0.005455873906612396,0.003852248191833496 +123,3.0916296228634663,-0.06400219385399128,-2.7063567193503326,0.04984000325202942,0.06395851075649261,0.9967074394226074,5.0162896513938904e-05,0.003967424854636192,-4.1892752051353455e-05,-0.0070848651230335236,-0.008569091558456421,0.0025908946990966797 +124,3.0914051074539937,-0.06363230454192907,-2.7062199947136523,0.05006496235728264,0.06358937174081802,0.9967197775840759,-0.003188805654644966,-0.0005827397108078003,-0.0009676404297351837,0.009627427905797958,0.004251211881637573,0.008483648300170898 +125,3.0914423135789306,-0.06414831088910192,-2.7059579328941497,0.05002620816230774,0.06410432606935501,0.9966884255409241,0.0005401782691478729,-0.002566948067396879,-0.0011084452271461487,-0.004921235144138336,0.007505156099796295,0.003555595874786377 +126,3.0915680680881747,-0.06392494110047849,-2.705968809873346,0.04990159347653389,0.06388141214847565,0.9967091083526611,0.004840001929551363,0.0069009680300951,0.0003734081983566284,0.0008338838815689087,-0.009377017617225647,0.005305051803588867 +127,3.0912665486350606,-0.06363759920223229,-2.705778314252666,0.05020303279161453,0.06359465420246124,0.9967122077941895,-0.004753236658871174,-0.0071320622228085995,0.0006132852286100388,0.0034773796796798706,0.00651947408914566,0.005820631980895996 +128,3.0915589638766505,-0.06426276680963952,-2.7055779655311722,0.04990958422422409,0.06421854346990585,0.9966870546340942,0.0020495960488915443,0.004864620044827461,3.594905138015747e-06,-0.0030040666460990906,0.0017146840691566467,0.004594683647155762 +129,3.091202575955427,-0.063771123917305,-2.7052779146963513,0.05026635900139809,0.06372790783643723,0.9967002868652344,0.0014087418094277382,0.000812233192846179,-0.0008439477533102036,0.0046042390167713165,-0.00871998816728592,0.004993140697479248 +130,3.091478636456655,-0.06385623304719037,-2.705146572701408,0.0499909408390522,0.06381284445524216,0.996708869934082,-0.005403588525950909,-0.004910229239612818,-4.660896956920624e-05,-0.004046734422445297,0.008803725242614746,0.005656123161315918 +131,3.0915007917554806,-0.06414115901821285,-2.7051400875972735,0.049967966973781586,0.06409718841314316,0.9966921806335449,0.0064954329282045364,0.00892016664147377,0.002297069877386093,0.004338070750236511,-0.0002544000744819641,0.0035979747772216797 +132,3.0911979394483198,-0.06370501972161006,-2.705162473450727,0.050271205604076385,0.06366194039583206,0.9967045783996582,-0.005248183384537697,-0.003567162901163101,-0.0004670191556215286,-0.0002986714243888855,-0.006655104458332062,0.004775524139404297 +133,3.0915948485328837,-0.06379721573811704,-2.704931440897655,0.049875304102897644,0.06375394761562347,0.9967184662818909,-0.00411139614880085,-0.01647968962788582,-0.0006559230387210846,-0.001413390040397644,0.009244091808795929,0.00976639986038208 +134,3.091294590394639,-0.06399155519021356,-2.7045874728779107,0.05017394572496414,0.063947893679142,0.9966909885406494,-0.009094765409827232,-0.028671622276306152,0.0016001584008336067,0.004208371043205261,-0.002149805426597595,0.01148754358291626 +135,3.0915375951492985,-0.06358006456515171,-2.7043696016207868,0.04993307217955589,0.06353724002838135,0.9967296719551086,-0.0018574204295873642,0.00022182799875736237,-0.0028525255620479584,-0.0054994672536849976,-0.0036007091403007507,-0.012491822242736816 +136,3.091624550435485,-0.06379310847289721,-2.704378225752308,0.04984571784734726,0.06374984979629517,0.9967203736305237,0.0018302584066987038,0.010693110525608063,-0.0010322555899620056,0.005238518118858337,0.006928868591785431,0.010222434997558594 +137,3.091438313845321,-0.06392757688330584,-2.704424186644089,0.0500309057533741,0.06388404220342636,0.9967023730278015,-0.001054336316883564,0.00035954732447862625,0.001576288603246212,-0.0005771778523921967,-0.002467423677444458,0.012193441390991211 +138,3.09162768512498,-0.06357770832757839,-2.7044706099996985,0.04984328895807266,0.06353488564491272,0.9967344403266907,-0.0017235251143574715,-0.003309240099042654,-0.0020119119435548782,-0.00254102423787117,-0.001767285168170929,-0.003539562225341797 +139,3.0915190353021402,-0.06377585588410029,-2.704416345551104,0.04995095357298851,0.06373263150453568,0.9967164397239685,-0.001004091463983059,0.00058369105681777,-0.000616142526268959,0.005255360156297684,0.005588069558143616,0.002887129783630371 +140,3.091371618687139,-0.06386080175895638,-2.704578487377334,0.05009758844971657,0.06381740421056747,0.9967031478881836,0.003612547181546688,0.0007431800477206707,0.001687535084784031,-0.0036193281412124634,-0.005025304853916168,0.011124372482299805 +141,3.0915536796656604,-0.06347575098663928,-2.705101399829198,0.049917370080947876,0.06343313306570053,0.9967371225357056,0.00041658710688352585,-0.0002504028379917145,-0.0007777586579322815,0.00046715885400772095,-0.002321675419807434,-0.003038763999938965 +142,3.091364726831782,-0.06375338212303366,-2.705306279367133,0.05010480061173439,0.06371020525693893,0.9967096447944641,-0.0001372266560792923,0.0006605028174817562,-0.0006255954504013062,0.002324391156435013,0.008387573063373566,0.0074558258056640625 +143,3.091426473328268,-0.06391908326612676,-2.7055751168728266,0.05004274472594261,0.06387556344270706,0.9967024922370911,0.001852773129940033,0.0021373056806623936,0.0003879796713590622,-0.0015503130853176117,-0.0036491304636001587,0.006120443344116211 +144,3.0913328545138126,-0.06366223350046565,-2.706232869948557,0.05013686418533325,0.06361924111843109,0.9967139363288879,0.000540432520210743,0.002378384117037058,0.0007503125816583633,-0.0006373561918735504,-3.587454557418823e-05,0.00818401575088501 +145,3.0913446668805005,-0.06390656594291032,-2.706551053955678,0.05012430623173714,0.06386307626962662,0.9966989159584045,0.00015038903802633286,-0.002066048327833414,0.0014816168695688248,0.004258006811141968,0.007227614521980286,0.004033327102661133 +146,3.0913452832830766,-0.06398989319955727,-2.7068840152113585,0.050123430788517,0.06394623219966888,0.9966937303543091,-0.000831906683743,0.0010286387987434864,-0.001472296193242073,-0.004331812262535095,-0.004589557647705078,0.005121946334838867 +147,3.0914908321267434,-0.06367019712249698,-2.706898120456338,0.04997938498854637,0.06362718343734741,0.9967213869094849,0.0012413924559950829,0.0012288964353501797,0.0006679221987724304,0.00261765718460083,-0.001462891697883606,0.005521595478057861 +148,3.0913183130934327,-0.06389617802129403,-2.707069841718427,0.05015062913298607,0.0638527050614357,0.9966986775398254,0.0015840409323573112,0.0009644241072237492,0.0006798915565013885,0.0010121017694473267,0.0076499879360198975,0.004857897758483887 +149,3.0914959289983366,-0.06398707403429531,-2.707051495544705,0.04997328668832779,0.06394341588020325,0.9967013597488403,0.0015478627756237984,0.0021720544900745153,0.001012447290122509,-0.0012672357261180878,-0.004434160888195038,0.005709350109100342 +150,3.0915329586985245,-0.06375574553643211,-2.706975565503085,0.049937132745981216,0.06371255964040756,0.9967182278633118,-0.00013597030192613602,-0.0001234053634107113,0.00019123591482639313,0.002522587776184082,-0.0006174743175506592,0.006425142288208008 +151,3.0914977575374003,-0.0639560241379777,-2.7075092232616167,0.049971580505371094,0.06391242891550064,0.9967038035392761,-0.0011613322421908379,-0.0009549153037369251,-0.0022722892463207245,-0.0005636140704154968,0.007849656045436859,0.003860950469970703 +152,3.0916536683589624,-0.0638737441258239,-2.7077795882436217,0.04981643706560135,0.06383032351732254,0.9967166185379028,-0.002979133278131485,0.002277232240885496,0.0017148889601230621,0.0005223080515861511,-0.00459570437669754,0.005297541618347168 +153,3.091653644101629,-0.06366083507847448,-2.707702519594212,0.04981712996959686,0.06361784040927887,0.9967300295829773,-0.0027887625619769096,-0.002403466496616602,-0.0015447568148374557,0.00023168697953224182,-0.0043374598026275635,-0.013285994529724121 +154,3.0915821656978286,-0.06360389284841574,-2.707529489423315,0.049888577312231064,0.06356101483106613,0.9967305064201355,0.000639558769762516,0.0009046695195138454,-1.1574476957321167e-05,0.002586405724287033,0.007651768624782562,0.010410904884338379 +155,3.091663861272619,-0.06355653286270191,-2.7072583731984166,0.04980727657675743,0.06351375579833984,0.9967371225357056,-0.0027565564960241318,-0.005564929451793432,-0.0006004460155963898,-0.0028559863567352295,-0.0004186704754829407,-0.009569942951202393 +156,3.0917143131819116,-0.06294871603062512,-2.707157673349985,0.0497589111328125,0.0629071518778801,0.9967781901359558,-0.005003506317734718,-0.013183610513806343,0.0013674357905983925,0.0031585693359375,-0.0056714341044425964,-0.015134572982788086 +157,3.0915919147444986,-0.0630751887746475,-2.706747149071801,0.049880530685186386,0.06303337216377258,0.9967643618583679,-0.0014530438929796219,0.00795150175690651,-0.0020984970033168793,0.00862167775630951,0.00946114957332611,0.035401344299316406 +158,3.091967917219254,-0.06309855536538285,-2.706536103855573,0.04950566589832306,0.06305669248104095,0.996781587600708,-5.725771188735962e-06,-0.0011286968365311623,5.188584327697754e-05,-0.009619180113077164,-0.006278723478317261,0.012938499450683594 +159,3.0917930392260087,-0.06260189264564993,-2.7063889938403265,0.04968152940273285,0.06256101280450821,0.9968039393424988,-0.0009031007066369057,0.00046508898958563805,0.0008208667859435081,0.010514393448829651,0.0010833963751792908,0.0008767843246459961 +160,3.0917180570391896,-0.06282547263338892,-2.70615825423554,0.04975556209683418,0.06278415024280548,0.9967859983444214,-0.00040828436613082886,0.00038680993020534515,7.432699203491211e-05,-0.004528515040874481,0.006002463400363922,0.0057621002197265625 +161,3.0918473486184648,-0.06288245480878245,-2.70600661431001,0.04962652176618576,0.0628410205245018,0.9967890977859497,0.0015299487859010696,-0.00025401264429092407,0.0012368420138955116,0.003062088042497635,-0.0031028464436531067,0.007910728454589844 +162,3.0917208299228767,-0.06269497703234181,-2.70591115440178,0.04975321888923645,0.06265391409397125,0.9967945218086243,-0.0007988754659891129,-0.0006514559499919415,-0.001132771372795105,-0.0010624155402183533,0.0003648921847343445,0.003983736038208008 +163,3.0918632158188015,-0.06291073384144266,-2.7056697797954166,0.04961061477661133,0.06286924332380295,0.9967880845069885,-8.547771722078323e-05,-0.003641553223133087,0.0001665111631155014,0.003291614353656769,0.002697780728340149,0.00798797607421875 +164,3.091785235711803,-0.0629119468047249,-2.7055896259683974,0.049688320606946945,0.06287045776844025,0.9967837333679199,-0.0005921246483922005,-0.0008360468782484531,-0.000994604080915451,-0.001668926328420639,-0.0023998990654945374,0.003414332866668701 +165,3.091853615302673,-0.06281990840752602,-2.705498228656446,0.049620456993579865,0.06277859956026077,0.9967930912971497,0.0006754854694008827,0.0005779392085969448,0.003746933303773403,0.0010234564542770386,0.0015982165932655334,0.004274904727935791 +166,3.0917097138478296,-0.06293718512009502,-2.705507628396555,0.04976354166865349,0.06289564073085785,0.9967788457870483,-0.0006782421842217445,0.0016754926182329655,3.160908818244934e-05,0.0029708407819271088,0.0017253383994102478,0.004762411117553711 +167,3.0916790378781354,-0.06295719506351258,-2.705556732505906,0.04979405179619789,0.0629156157374382,0.9967759847640991,0.001956944353878498,-0.0020852000452578068,-0.0010313205420970917,-0.0032242275774478912,-0.002429775893688202,0.001896500587463379 +168,3.0916683507870895,-0.0629050146297358,-2.706065255296848,0.04980485886335373,0.0628635361790657,0.9967785477638245,-0.001887376420199871,0.0009682949166744947,0.0005940627306699753,0.003204166889190674,0.0009487047791481018,0.005418598651885986 +169,3.0917196051108413,-0.06280870413756816,-2.7061396899884054,0.04975408688187599,0.06276741623878479,0.996787428855896,0.0006070258095860481,0.0021627701353281736,0.0017034020274877548,-0.001902516931295395,0.00022087246179580688,0.005226850509643555 +170,3.0917403328104696,-0.06292027616247486,-2.706102479523714,0.04973306134343147,0.06287876516580582,0.9967811703681946,0.0005845790728926659,-0.001191096380352974,-0.001099471002817154,0.0021010376513004303,0.00010950863361358643,0.002715170383453369 +171,3.091588541121241,-0.06283701802616742,-2.706050363234766,0.049884628504514694,0.06279567629098892,0.9967789053916931,-0.00034406501799821854,0.000410362146794796,0.0020535001531243324,-0.0022467002272605896,0.000528290867805481,0.006379604339599609 +172,3.0917488513629685,-0.06285289979379163,-2.7062850375381013,0.04972479119896889,0.06281152367591858,0.9967860579490662,9.524449706077576e-05,-0.0007242374122142792,0.0013612397015094757,0.0015752613544464111,0.0010770335793495178,0.005121350288391113 +173,3.091683376022071,-0.06289255719944935,-2.7064795257720724,0.0497899167239666,0.06285110116004944,0.9967799782752991,-0.0027740858495235443,0.00057459925301373,-0.0004723072052001953,-0.0003209337592124939,-0.0015412941575050354,0.0035707950592041016 +174,3.0917205889388564,-0.06282383267081339,-2.7063502492238056,0.04975304380059242,0.06278251856565475,0.9967862367630005,-0.0006419643759727478,-0.0009088059887290001,-0.0013417769223451614,0.0012113042175769806,0.0009992197155952454,0.005288839340209961 +175,3.091665221264238,-0.06281444495357409,-2.7063370794272124,0.04980827122926712,0.06277314573526382,0.9967842102050781,-0.001966414973139763,0.0016372865065932274,0.0018669813871383667,-0.0017583444714546204,-0.0037521496415138245,0.000240325927734375 +176,3.091738008109659,-0.06255184800695181,-2.7065189588308005,0.04973652958869934,0.06251106411218643,0.9968041181564331,-0.00014426279813051224,-0.0019551790319383144,0.0004277024418115616,0.0009226426482200623,0.0010112673044204712,0.0005254745483398438 +177,3.091431626580054,-0.0629159866842064,-2.7067208051319565,0.050040796399116516,0.06287448853254318,0.9967662692070007,0.0034420224837958813,0.0013009817339479923,0.0017278585582971573,-0.003120012581348419,0.0068124085664749146,0.013502955436706543 +178,3.091923369867749,-0.06328393393094306,-2.706706809269482,0.049549490213394165,0.06324170529842377,0.9967676997184753,-0.0007384726777672768,-0.0005377824418246746,-0.002062831073999405,-0.0013469681143760681,-0.00843212753534317,0.0037512779235839844 +179,3.09156324468469,-0.06283242627541158,-2.7067485815221857,0.04990987479686737,0.06279109418392181,0.9967783093452454,-0.000933661125600338,0.0021076342090964317,-0.0004952829331159592,-0.0009444095194339752,-0.0006115138530731201,-0.0004248619079589844 +180,3.0917370787451346,-0.06327412050196038,-2.706862641164131,0.0497351810336113,0.06323190778493881,0.9967585206031799,-0.0031777359545230865,0.0013196398504078388,-0.0031074900180101395,-0.001547936350107193,0.009857676923274994,0.006155610084533691 +181,3.091822630643948,-0.06338188931584635,-2.707026550177806,0.04964958503842354,0.063339464366436,0.9967562556266785,0.0005278447642922401,-0.001490746159106493,-0.0009412802755832672,0.0034510046243667603,-0.008484117686748505,0.003182649612426758 +182,3.091527845536311,-0.06296188471951664,-2.707118361805261,0.04994475096464157,0.06292029470205307,0.9967683553695679,-0.0021597854793071747,-0.003425978124141693,-0.0014026910066604614,0.007962364703416824,0.007682137191295624,-0.02296745777130127 +183,3.091596606903163,-0.06365428491539832,-2.707275892717349,0.04987401142716408,0.06361130625009537,0.9967277646064758,0.002818905282765627,0.0015043886378407478,2.512708306312561e-06,-0.011803332716226578,0.005373671650886536,0.01930922269821167 +184,3.0913376575798353,-0.06302349399674329,-2.707398157849346,0.05013410747051239,0.06298178434371948,0.99675452709198,0.00042956043034791946,0.004062248859554529,0.00021174177527427673,0.023611612617969513,-0.01102561503648758,0.010127067565917969 +185,3.0917163986353353,-0.06339806230630472,-2.707909286103307,0.04975542798638344,0.06335560232400894,0.9967501163482666,0.015706902369856834,0.03509604185819626,0.0013212449848651886,-0.027294479310512543,0.014937251806259155,-0.0003815889358520508 +186,3.091780429663575,-0.06344337655241425,-2.7078639003501586,0.04969146475195885,0.06340082734823227,0.9967504739761353,-0.0023413654416799545,0.0013723047450184822,0.0015922123566269875,0.02518342435359955,-0.011566706001758575,0.006667613983154297 +187,3.091367029609437,-0.06314863276411811,-2.7078549064601325,0.05010443553328514,0.06310667097568512,0.996748149394989,0.002981276251375675,0.004336321260780096,-0.002037458121776581,-0.007562939077615738,0.0043676868081092834,0.009523093700408936 +188,3.0918876220412588,-0.06346772852435881,-2.7077819566414516,0.049584537744522095,0.06342513114213943,0.9967541694641113,0.0011622384190559387,0.0018488257192075253,5.3044408559799194e-05,-0.004906795918941498,-0.000803045928478241,0.0028034448623657227 +189,3.0913561120712005,-0.06310035384650835,-2.707692545168552,0.050115473568439484,0.06305848807096481,0.9967506527900696,0.00033763330429792404,0.0005810470320284367,-0.0011302009224891663,0.01677905023097992,-0.008996613323688507,0.001998007297515869 +190,3.0913868472538573,-0.06321767538109864,-2.707551073614405,0.05008446425199509,0.06317557394504547,0.9967447519302368,0.002545674331486225,0.0013164114207029343,0.0007747644558548927,-0.014073729515075684,0.009227365255355835,0.011464297771453857 +191,3.0919087655364437,-0.06355437549590627,-2.7076041969600824,0.049563173204660416,0.06351160258054733,0.9967494010925293,0.0011171260848641396,-0.0018374351784586906,-0.0007096193730831146,0.0054752640426158905,-0.0027663782238960266,0.0062716007232666016 +192,3.0914036483532397,-0.0631482081068686,-2.7070693163273423,0.05006793141365051,0.0631062462925911,0.9967498779296875,0.00010302569717168808,0.0013922969810664654,-0.002077057957649231,0.0009421892464160919,-0.002162657678127289,0.0025479793548583984 +193,3.091643715622881,-0.06341633482635951,-2.7067479491301136,0.049827802926301956,0.06337383389472961,0.9967450499534607,0.0023253303952515125,-0.001159102190285921,0.0021237293258309364,-0.0026171132922172546,0.005962088704109192,0.004002511501312256 +194,3.0915513212540082,-0.06349717386971154,-2.7066225375141784,0.04991966113448143,0.0634545162320137,0.9967357516288757,0.0006753494963049889,0.0011415064800530672,0.0019126925617456436,-0.0025868751108646393,-0.005135402083396912,0.011031270027160645 +195,3.091673229875128,-0.06324619900386093,-2.7063495454333264,0.049798931926488876,0.06320404261350632,0.9967575073242188,-0.0021518785506486893,0.0005669367965310812,9.357370436191559e-05,0.004308741539716721,-0.0005056709051132202,0.0022050142288208008 +196,3.09149932294528,-0.06345574809692393,-2.7060332727635883,0.04997161030769348,0.06341317296028137,0.9967355728149414,-0.0009114108979701996,0.0014125281013548374,-0.001963796094059944,-0.0015707239508628845,0.002275921404361725,0.0042105913162231445 +197,3.091654078193185,-0.0632780497601323,-2.7058421884172645,0.04981790482997894,0.0632358267903328,0.9967541694641113,-0.0006809970363974571,0.0020975901279598475,0.0008790642023086548,-0.0005015097558498383,-0.003589242696762085,0.007395923137664795 +198,3.0916137382639692,-0.06326669091110929,-2.705701787210448,0.04985816776752472,0.06322449445724487,0.9967532753944397,-0.0015793591737747192,0.0017533900681883097,0.0018547829240560532,0.0020827576518058777,0.002846069633960724,0.009548664093017578 +199,3.0915522169957903,-0.0634261770623994,-2.705511366480386,0.04991898685693741,0.06338366121053696,0.9967401623725891,-0.0005806935951113701,-0.0002623065374791622,-0.00032801181077957153,0.0008317567408084869,-0.00266893208026886,-0.0008293390274047852 +200,3.0914444720784187,-0.06326773331635609,-2.705449843740113,0.05002688243985176,0.06322553008794785,0.9967447519302368,-0.0008955607190728188,-0.0024788915179669857,0.0007958067581057549,-0.0011529698967933655,-0.0009696707129478455,0.0020194053649902344 +201,3.091582878837562,-0.06337369913933458,-2.705619701963978,0.049888573586940765,0.06333128362894058,0.996744692325592,-0.0013562589883804321,0.0014714035205543041,-0.00021665729582309723,0.00783541426062584,0.006340332329273224,0.008717775344848633 +202,3.091273672477559,-0.063438448294136,-2.7056327435292777,0.0501965694129467,0.0633959025144577,0.9967252016067505,-0.0014921799302101135,0.0002688933163881302,5.466490983963013e-05,-0.0059918612241744995,-0.0022692009806632996,0.0023439526557922363 +203,3.0916007559994894,-0.06319154873689276,-2.705748544125371,0.049871351569890976,0.06314950436353683,0.9967575073242188,-0.0011826101690530777,0.00059358193539083,-0.0010098740458488464,-0.000753302127122879,-0.002205885946750641,0.0070116519927978516 +204,3.091386492989984,-0.0633560962176325,-2.7058286098220687,0.050084393471479416,0.06331372261047363,0.9967362880706787,-0.00035314634442329407,-0.0033723823726177216,-0.0006381161510944366,0.00849410891532898,0.005961202085018158,0.00614774227142334 +205,3.09128146594373,-0.06354943127403907,-2.705685269097897,0.05018845200538635,0.06350666284561157,0.9967186450958252,-0.0018516136333346367,0.0014389331918209791,-0.0002442300319671631,-0.0053733885288238525,-0.002975054085254669,-0.0036308765411376953 +206,3.0914009626010728,-0.06331316391907918,-2.705846143830196,0.05007011070847511,0.06327087432146072,0.9967398047447205,-0.000437428243458271,0.0015787363518029451,-1.2429431080818176e-05,0.002801608294248581,0.00154847651720047,0.002527952194213867 +207,3.091521293700323,-0.06367029128218939,-2.7061350501022523,0.049949027597904205,0.06362728029489517,0.9967229962348938,-0.000982079654932022,0.0009738756343722343,-0.0018556397408246994,0.0016714520752429962,0.005708649754524231,0.008754909038543701 +208,3.091565466953601,-0.06365683956494461,-2.706135156233932,0.04990502819418907,0.06361385434865952,0.996725857257843,0.002734065055847168,-0.0024114102125167847,-0.0006107147783041,-0.002190805971622467,-0.0018615573644638062,0.0007104873657226562 +209,3.0915309657642216,-0.06344373882634038,-2.706223893503557,0.049940090626478195,0.06340118497610092,0.996737539768219,-0.001908089965581894,0.0002480684779584408,0.002926439978182316,-0.0013408586382865906,-0.0032663121819496155,0.010632157325744629 +210,3.091605249979162,-0.06373038406530943,-2.7060264437982786,0.04986513778567314,0.06368725001811981,0.9967230558395386,-0.001932986080646515,0.0005166870541870594,-0.0011648871004581451,0.003311730921268463,0.007968001067638397,-0.0015756487846374512 +211,3.0915377145632887,-0.06392487246298638,-2.70594485008848,0.0499318391084671,0.06388134509325027,0.9967074394226074,0.001262027770280838,-0.00010775821283459663,-0.00015037134289741516,-0.000356040894985199,-0.007103398442268372,0.007427573204040527 +212,3.091655084907494,-0.06353920870218122,-2.7056095123516446,0.04981609433889389,0.06349646300077438,0.996738076210022,-0.0026277415454387665,-0.004137744661420584,-0.001520693302154541,-4.191696643829346e-05,0.0017653852701187134,0.008053302764892578 +213,3.091672494560637,-0.06370590455348009,-2.7052255366903633,0.04979820176959038,0.0636628195643425,0.9967281818389893,0.004082844126969576,0.007204909808933735,-0.0011533647775650024,-0.004952620714902878,0.012997321784496307,0.012121856212615967 +214,3.091425541659881,-0.06382732412251643,-2.7053374423901637,0.05004396289587021,0.06378399580717087,0.9967082142829895,0.005780098959803581,0.008472247049212456,-2.9549002647399902e-05,0.011479470878839493,-0.013933539390563965,0.006541907787322998 +215,3.091892043817532,-0.06382438863147247,-2.705372025246408,0.04957899823784828,0.06378106772899628,0.9967315793037415,0.005084217991679907,0.011420298367738724,0.00046556256711483,-0.012820582836866379,0.0033118203282356262,-0.0005463361740112305 +216,3.0914347929797454,-0.06404097300671466,-2.7051084885480448,0.050034042447805405,0.06399720907211304,0.996694803237915,0.0006218887865543365,0.0035397217143326998,-0.001021701842546463,0.0162806436419487,0.007749602198600769,0.00911855697631836 +217,3.0913718226937292,-0.06406254856544231,-2.7046823413029024,0.050096746534109116,0.06401874125003815,0.9966904520988464,-0.0019805775955319405,-0.011127961799502373,-0.0014949608594179153,-0.013078935444355011,-0.005409739911556244,0.005277872085571289 +218,3.091889683187145,-0.06379991383971341,-2.70405385746488,0.049581438302993774,0.06375663727521896,0.9967333078384399,0.0028195567429065704,0.005498996935784817,-0.00019237026572227478,0.008539296686649323,0.0015967562794685364,-0.0005477666854858398 +219,3.0910544828477184,-0.06397370918079655,-2.703690798903214,0.050413310527801514,0.06393007934093475,0.996679961681366,-0.003836369141936302,-0.011444253847002983,-0.00018773041665554047,0.0012071654200553894,0.005909383296966553,0.007592260837554932 +220,3.0918586171741773,-0.06406110384587814,-2.703306191772595,0.04961155354976654,0.06401729583740234,0.9967146515846252,0.002545655705034733,0.009425858035683632,0.0011132778599858284,-0.008565425872802734,-0.0071020349860191345,0.006046950817108154 +221,3.0913180838580487,-0.06360156270996936,-2.7030544814775386,0.05015179514884949,0.06355869024991989,0.9967173337936401,0.001395917497575283,0.004691779147833586,-0.0012806002050638199,0.01218036562204361,0.0016268640756607056,0.001405954360961914 +222,3.0916100468335617,-0.06418320815064749,-2.7030992138473677,0.04985892027616501,0.06413915008306503,0.9966945648193359,0.0002859635278582573,-0.005214869510382414,-0.0009107179939746857,-0.010064005851745605,0.00692102313041687,0.008050799369812012 +223,3.091805268781426,-0.06395794370140477,-2.7030485878952915,0.04966507479548454,0.06391435116529465,0.9967190027236938,0.001842038705945015,0.008128571324050426,-0.0009919516742229462,0.004824068397283554,-0.00884537398815155,0.004425644874572754 +224,3.09119674250167,-0.06361256161781369,-2.7029942526044644,0.05027269944548607,0.06356966495513916,0.996710479259491,-0.007434112019836903,-0.012749717570841312,0.0005921889096498489,0.0016987361013889313,0.004881255328655243,0.003930449485778809 +225,3.091858633090466,-0.06420229579252239,-2.7032548392308513,0.049611106514930725,0.06415820121765137,0.996705949306488,0.00641466723755002,0.009955642744898796,-0.00041821226477622986,-0.005085952579975128,0.00441480427980423,0.005949139595031738 +226,3.0913760698930592,-0.06377922896328726,-2.703570028444744,0.05009342357516289,0.06373599916696548,0.9967088103294373,-1.1743046343326569e-05,0.007555852644145489,-0.0005652196705341339,0.00903439149260521,-0.009384185075759888,0.0037490129470825195 +227,3.091626619968745,-0.06379662203183398,-2.703787967643513,0.04984363168478012,0.06375335901975632,0.996720016002655,-0.006279676221311092,-0.008231790736317635,-0.0004974622279405594,-0.007439468055963516,0.007779836654663086,0.0046988725662231445 +228,3.0918216937092065,-0.06414170273860631,-2.7040353482086448,0.04964810237288475,0.06409773230552673,0.9967076778411865,0.002233642153441906,0.006783582270145416,-0.00021833740174770355,0.006473720073699951,0.0012403875589370728,0.00541311502456665 +229,3.0912611160310983,-0.06369071855968225,-2.70427977277051,0.050208285450935364,0.06364766508340836,0.9967086911201477,-0.003760268911719322,-0.009606591425836086,0.0005646683275699615,0.0006950423121452332,-0.006289869546890259,0.00425267219543457 +230,3.091901806589247,-0.06389804663195378,-2.704451722335168,0.04956904426217079,0.06385457515716553,0.9967275857925415,-0.0014485074207186699,0.0032506482675671577,-0.0006445646286010742,-0.004967592656612396,0.00734294205904007,0.005607128143310547 +231,3.0914075196025506,-0.06398389459750249,-2.704515245174079,0.0500614233314991,0.06394024938344955,0.9966973066329956,0.004673043731600046,0.00100433430634439,0.0024050092324614525,0.0095546655356884,-0.0008146315813064575,0.0048896074295043945 +232,3.0914743776132694,-0.06382654305707114,-2.7043174403407613,0.0499952994287014,0.06378321349620819,0.9967108964920044,-0.0032912036404013634,-0.0066253412514925,0.002917446196079254,-0.009040702134370804,-0.003099001944065094,0.005578041076660156 +233,3.0918496029587508,-0.06382822493688932,-2.7042271834405778,0.04962128400802612,0.0637848973274231,0.9967291951179504,0.0014863787218928337,0.006462262012064457,-0.000650409609079361,0.00503569096326828,0.0039488524198532104,0.00516277551651001 +234,3.0913123410652563,-0.06393133072133672,-2.704139321873364,0.050156451761722565,0.06388778984546661,0.9966958165168762,-0.0007160445675253868,-0.005768365692347288,0.0008190618827939034,0.0035849958658218384,0.0011299028992652893,0.004250168800354004 +235,3.0917930658306054,-0.06390882411535159,-2.7038402185021484,0.04967737942934036,0.06386532634496689,0.9967212080955505,-0.0009043067693710327,0.0032020853832364082,-0.0016025044023990631,-0.006952773779630661,-0.0033184587955474854,0.004590928554534912 +236,3.0915297067519116,-0.06373936543620208,-2.704043116398727,0.04994041100144386,0.06369621306657791,0.9967188239097595,-0.0006844280287623405,0.002348225796595216,-0.002372128888964653,0.00819556787610054,0.0030914917588233948,0.005096793174743652 +237,3.091491500823655,-0.06403216817192096,-2.7041250491093405,0.049977559596300125,0.06398841738700867,0.9966983199119568,-0.0013319812715053558,-0.0027986294589936733,-0.0002879612147808075,-0.005406640470027924,0.001761697232723236,0.004888474941253662 +238,3.0917198565074835,-0.0638239793354532,-2.7042018311862734,0.049750618636608124,0.06378065794706345,0.9967229962348938,0.0032647992484271526,0.003997968975454569,0.00012036412954330444,0.0007864907383918762,-0.004332423210144043,0.00465017557144165 +239,3.091356399381393,-0.06366268407020051,-2.704335759878622,0.05011339113116264,0.0636196881532669,0.9967150092124939,-0.0034330952912569046,-0.007592145353555679,-0.0007038228213787079,0.00411633774638176,0.004205621778964996,0.005314230918884277 +240,3.091682914783104,-0.06402028196472868,-2.704253128035133,0.04978681728243828,0.06397655606269836,0.9967086911201477,0.00011817459017038345,-0.00010512396693229675,-0.0021947845816612244,-0.005597364157438278,0.0010869204998016357,0.0045272111892700195 +241,3.0915021288748514,-0.0637831458775013,-2.704299472818553,0.04996778070926666,0.06373990327119827,0.9967151284217834,0.002091013826429844,0.0029490692541003227,-0.0009886715561151505,0.006062503904104233,-0.006015889346599579,0.00404810905456543 +242,3.0915224176667797,-0.06382120367670441,-2.704337961779251,0.04994741082191467,0.06377788633108139,0.9967132210731506,-0.0016761990264058113,-0.004986446350812912,0.001890457235276699,-0.0026604384183883667,0.005634322762489319,0.004156291484832764 +243,3.0917389782576503,-0.06402714937200327,-2.703981481395458,0.04973091930150986,0.06398341059684753,0.9967111349105835,0.0031664096750319004,0.007966261357069016,-0.000609150156378746,0.0011876560747623444,-0.0009188428521156311,0.004128158092498779 +244,3.0914224719077334,-0.06373057623693769,-2.7037464293045947,0.050047338008880615,0.06368744373321533,0.9967143535614014,-0.000800606794655323,-0.005249225068837404,9.16793942451477e-06,0.0023971274495124817,-0.003735654056072235,0.005147337913513184 +245,3.091781706784191,-0.06391341171284243,-2.703446957215399,0.04968870058655739,0.063869908452034,0.9967206120491028,0.0012387139722704887,0.00074158632196486,-0.00033310241997241974,-0.003881804645061493,0.0055118128657341,0.004790067672729492 +246,3.091607825658756,-0.06397817250406686,-2.7033815681668396,0.049861788749694824,0.06393453478813171,0.996707558631897,0.0018341578543186188,0.0037613646127283573,0.00011653639376163483,0.005207173526287079,-0.0016023889183998108,0.0045588016510009766 +247,3.0916265962111096,-0.06379910134903358,-2.70332938249516,0.04984366148710251,0.0637558326125145,0.9967200756072998,-0.0030633024871349335,-0.0032740039750933647,0.0016805734485387802,-0.0030602142214775085,-0.00011142343282699585,0.005339860916137695 +248,3.0918831823335378,-0.06396519799785683,-2.703233353689269,0.04958739131689072,0.06392158567905426,0.9967223405838013,0.0005457401275634766,0.006167388521134853,-0.0012213755398988724,0.0036352723836898804,0.0036595985293388367,0.0037813186645507812 +249,3.0914941992368865,-0.06395952759752264,-2.7029982727477924,0.04997510462999344,0.0639159306883812,0.9967031478881836,-0.0016359947621822357,-0.001892182044684887,-0.0011811498552560806,0.0024693459272384644,-0.001995772123336792,0.005341470241546631 +250,3.091792497656836,-0.06388396875623058,-2.7028910542316122,0.04967803880572319,0.06384052336215973,0.9967230558395386,0.0006057173013687134,-0.00014810869470238686,-0.0008016098290681839,-0.0035049356520175934,0.0004295036196708679,0.0046961307525634766 +251,3.0915895058312475,-0.06391660597608681,-2.7029750989566956,0.049880266189575195,0.06387309730052948,0.9967109560966492,0.0007716566324234009,0.002242974704131484,-0.0005702581256628036,0.0060126893222332,0.002136439085006714,0.004448890686035156 +252,3.0915688230622047,-0.06396617146239117,-2.703458764216085,0.04990072175860405,0.06392256170511246,0.9967067837715149,0.001252535730600357,-0.003409824799746275,-0.0010188259184360504,-0.004185378551483154,-0.0006748661398887634,0.006055355072021484 +253,3.0918011132375716,-0.06387729913004948,-2.703351883235366,0.04966946691274643,0.06383386999368668,0.9967238306999207,-0.00016487855464220047,0.0032280886080116034,-0.00030519627034664154,0.0009744614362716675,-0.0009218752384185791,0.005442976951599121 +254,3.09152407469733,-0.0638827689866184,-2.703484424817928,0.04994557797908783,0.06383932381868362,0.9967097043991089,-0.00011673197150230408,-0.00015115085989236832,3.74428927898407e-05,0.002834577113389969,0.0022922754287719727,0.005075693130493164 +255,3.0917461430156084,-0.06396533474648876,-2.703577675703263,0.049723971635103226,0.0639217272400856,0.9967153668403625,0.002344320062547922,-0.000230391975492239,-0.0016322024166584015,-0.004100196063518524,-0.0012691468000411987,0.005069911479949951 +256,3.0915985561651613,-0.06383171071567616,-2.7036926564303574,0.04987150803208351,0.06378836929798126,0.9967166781425476,0.0014183158054947853,-0.0011796900071203709,0.0015538129955530167,0.004648152738809586,-0.0008153393864631653,0.004977107048034668 +257,3.0915655712950407,-0.06393130853621026,-2.7039727460225347,0.04990406334400177,0.06388776749372482,0.9967086315155029,-0.004366319626569748,-0.0003450745716691017,-0.001238470897078514,-0.00128956139087677,0.003342457115650177,0.00466465950012207 +258,3.0917917142132842,-0.0640510229270905,-2.7042795015978127,0.04967827349901199,0.0640072375535965,0.9967120885848999,0.002652856521308422,0.004126790910959244,0.0009222002699971199,0.0002789907157421112,-0.0006069764494895935,0.004737377166748047 +259,3.0915515264867803,-0.06379717914332364,-2.7045903887618845,0.04991849511861801,0.06375391036272049,0.9967166185379028,-0.0012241732329130173,-0.0013251951895654202,0.0011726003140211105,0.002419162541627884,-0.00039940327405929565,0.0057708024978637695 +260,3.0917429665655205,-0.06396944076304431,-2.7048132679310877,0.04972711205482483,0.06392582505941391,0.99671471118927,0.0002556554973125458,-0.000710959080606699,-0.0012457072734832764,-0.0025164298713207245,0.0030144676566123962,0.005085587501525879 +261,3.0916860655718703,-0.06399247239635406,-2.7047734035114885,0.04978377744555473,0.06394880264997482,0.9967108368873596,0.001209694892168045,0.0028756510000675917,-0.0017222724854946136,0.003042161464691162,-0.0011588707566261292,0.004815220832824707 +262,3.0916317942232703,-0.06386036171143986,-2.7046536096683753,0.049838289618492126,0.06381696462631226,0.9967166185379028,-0.004072695970535278,-0.002296276856213808,-0.00034582987427711487,-0.001208517700433731,0.000483587384223938,0.0035735368728637695 +263,3.0917795196453537,-0.06397714742688537,-2.704719297922305,0.049690671265125275,0.06393351405858994,0.996716320514679,0.002364142332226038,0.0009219341445714235,0.0031448137015104294,-0.00017590448260307312,0.0020607411861419678,0.005313098430633545 +264,3.091531168041859,-0.06390794992090802,-2.7049147599240317,0.04993843659758568,0.06386445462703705,0.9967085719108582,0.0020072748884558678,-0.0007690498605370522,-1.2381002306938171e-05,0.002826463431119919,-0.0009982362389564514,0.004725933074951172 +265,3.091695740267786,-0.06394767834109194,-2.705204886111192,0.04977427050471306,0.06390410661697388,0.9967141151428223,0.0008021248504519463,0.0002162889577448368,0.0011395039036870003,-0.002777203917503357,0.001159369945526123,0.005895256996154785 +266,3.0916608615713526,-0.0639831072243441,-2.705316989185369,0.04980892315506935,0.06393945962190628,0.9967100620269775,0.0015893802046775818,0.0015363756101578474,-0.00019848160445690155,0.003932535648345947,0.0015207454562187195,0.004709005355834961 +267,3.0915246847892806,-0.06398670372289691,-2.7052692479315943,0.049944620579481125,0.063943050801754,0.9967027306556702,-0.0012804549187421799,-0.0011720554903149605,-0.00018634088337421417,-0.0011775530874729156,-0.0016109198331832886,0.004914402961730957 +268,3.0917117121667017,-0.06398404399585074,-2.7054231600279572,0.04975822940468788,0.06394039839506149,0.9967124462127686,-0.0012274766340851784,0.0035629114136099815,0.0007029036059975624,-0.0007012300193309784,0.0003143623471260071,0.00400465726852417 +269,3.0915193572908577,-0.06401771563956148,-2.705993969843685,0.04994983971118927,0.06397400051355362,0.996700644493103,-0.0015256600454449654,0.0010225656442344189,0.0021778270602226257,0.0037763528525829315,0.0013183504343032837,0.004489481449127197 +270,3.091537330778062,-0.06403615700870141,-2.7059566477706256,0.04993187636137009,0.06399240344762802,0.9967005848884583,-0.00035582296550273895,-0.0019532502628862858,0.002308427356183529,-0.0024007484316825867,-0.0011414512991905212,0.0061070919036865234 +271,3.0916001803770605,-0.06398201272157909,-2.706033343050092,0.04986939951777458,0.06393836438655853,0.996707022190094,-0.00010107271373271942,0.0010336486157029867,-0.0010723304003477097,0.002300392836332321,-4.982203245162964e-05,0.0061157941818237305 +272,3.091546066030628,-0.0640029495982334,-2.7061941579758275,0.04992327466607094,0.0639592632651329,0.9967030882835388,0.0005224132910370827,-0.0038465987890958786,0.0018562320619821548,9.504333138465881e-05,0.0015162080526351929,0.005128026008605957 +273,3.091654983667259,-0.06400427801271619,-2.70573702951116,0.04981470853090286,0.06396058946847916,0.9967083930969238,0.0009658206254243851,-0.0009051770903170109,-0.00020979903638362885,-0.0011239126324653625,-0.0009417906403541565,0.005870342254638672 +274,3.091526828784771,-0.06389144494481204,-2.705181748000246,0.04994281008839607,0.06384798139333725,0.9967093467712402,-0.0009649293497204781,-0.002654698211699724,-0.0017458535730838776,0.003188304603099823,0.0012917891144752502,0.004236817359924316 +275,3.0915449524955214,-0.0639961309955821,-2.704984918711663,0.049924395978450775,0.06395246088504791,0.9967032670974731,-0.002591189928352833,0.0006497828289866447,-0.0015624221414327621,-0.002347499132156372,0.0027436986565589905,0.005554914474487305 +276,3.0915443640321185,-0.06396287392859261,-2.705112848774591,0.049925100058317184,0.06391926854848862,0.9967055916786194,-0.001512547954916954,0.002734801732003689,-0.0008690226823091507,0.001802198588848114,-0.00155659019947052,0.005598545074462891 +277,3.091523648394343,-0.06390071422636912,-2.7050853654790097,0.049945954233407974,0.06385723501443863,0.9967086315155029,0.0007665799930691719,-0.00362889701500535,-0.0006789136677980423,0.0013388469815254211,0.0003212466835975647,0.004588603973388672 +278,3.0916407654766473,-0.0639853153825495,-2.7050367389308216,0.049828946590423584,0.06394166499376297,0.9967089891433716,0.0006349319592118263,0.0053303418681025505,-0.0011488515883684158,-0.0003752075135707855,0.000526726245880127,0.004771232604980469 +279,3.091522766549684,-0.0639014279587442,-2.7047991648586804,0.04994681477546692,0.06385795027017593,0.9967082142829895,0.0012309178709983826,-0.0005207066424190998,-0.003039758652448654,0.0024518631398677826,-0.0012358874082565308,0.004970133304595947 +280,3.0915059182293145,-0.06394844817065037,-2.704834189134043,0.04996347054839134,0.06390487402677536,0.9967046976089478,-0.0007870104163885117,0.0007411143742501736,0.0017952211201190948,-0.0015778392553329468,0.0020436272025108337,0.005340218544006348 +281,3.091524558855613,-0.06397148210687426,-2.7046012128570873,0.04994481801986694,0.06392785906791687,0.9967041015625,-0.0010885987430810928,0.0025780743453651667,-0.0006576478481292725,0.0019961073994636536,0.0006778612732887268,0.004226803779602051 +282,3.0914216701991974,-0.06390776505212069,-2.704614200014611,0.05004756897687912,0.06386426836252213,0.9967029690742493,-0.0009044613689184189,-0.0004497668705880642,0.0008655069395899773,-4.450604319572449e-05,-0.0003419220447540283,0.004990816116333008 +283,3.091565430044285,-0.06392750464333809,-2.7044412959641555,0.0499042272567749,0.06388396769762039,0.9967090487480164,-6.94766640663147e-07,-0.0013096453621983528,-0.0001250840723514557,-0.00019107013940811157,0.002583339810371399,0.0051833391189575195 +284,3.0914954006484328,-0.06393133801780766,-2.7045664085671803,0.04997400566935539,0.06388779729604721,0.996705174446106,0.001971844583749771,0.0003446592018008232,-0.0006351601332426071,0.0018753670156002045,-0.00030441582202911377,0.005919456481933594 +285,3.0915727508942834,-0.06391574596226621,-2.704803693763767,0.04989694803953171,0.06387223303318024,0.9967098236083984,-0.0015134615823626518,-0.001435338519513607,0.00037808530032634735,-0.0005042515695095062,-0.00031938403844833374,0.006174027919769287 +286,3.091606916997386,-0.06391874309929503,-2.70499745627512,0.04986288398504257,0.0638752281665802,0.9967113137245178,-5.201902240514755e-05,-0.00041850004345178604,0.0016386136412620544,0.0009031035006046295,0.0006389245390892029,0.004478752613067627 +287,3.091512144744384,-0.06393302085083165,-2.705256823046515,0.049957312643527985,0.06388947367668152,0.9967058897018433,0.0008518444374203682,-0.0013287891633808613,-0.0005067382007837296,0.0010986030101776123,-0.00012298673391342163,0.004575967788696289 +288,3.0915659448272717,-0.06390880779586283,-2.7050319046888216,0.04990376532077789,0.0638653114438057,0.9967101812362671,-0.0006646644324064255,0.0007088873535394669,-0.0004463307559490204,-0.0010145977139472961,0.00029790401458740234,0.004831075668334961 +289,3.091598073871917,-0.0638564659076454,-2.7050427204157135,0.04987190663814545,0.06381307542324066,0.9967150688171387,0.0009186882525682449,-0.00010599754750728607,-0.0019300784915685654,0.0019469484686851501,-0.0003822818398475647,0.004688858985900879 +290,3.0915939091349514,-0.06390183272063127,-2.7053523225531513,0.049875903874635696,0.06385835260152817,0.9967117309570312,-0.0009111808612942696,-0.0019494830630719662,-0.0009097401052713394,-0.0008646808564662933,0.00010648369789123535,0.004676699638366699 +291,3.0916695871343904,-0.06385111444208753,-2.7053188701834965,0.04980064183473587,0.06380773335695267,0.9967188835144043,-0.0006972430273890495,0.002035881159827113,-3.530643880367279e-05,0.0010569021105766296,-0.00043798983097076416,0.005463123321533203 +292,3.091497374384532,-0.06386068786669222,-2.7055168937017173,0.049972254782915115,0.06381729245185852,0.9967095851898193,0.000632062554359436,-0.0002833660691976547,-0.0006522629410028458,0.0011752024292945862,0.0019175633788108826,0.004266917705535889 +293,3.0915841304520817,-0.06391982881442054,-2.7058286085421335,0.04988560080528259,0.06387630850076675,0.9967102408409119,-0.0006566224619746208,9.253853932023048e-05,0.0005254838615655899,-0.0006302334368228912,0.001217670738697052,0.005456507205963135 +294,3.091512431037643,-0.06384095545955286,-2.706363390407448,0.049957312643527985,0.06379760056734085,0.9967116713523865,0.0015920428559184074,-0.0016418956220149994,0.00046391598880290985,0.001724202185869217,-0.0008245855569839478,0.004951536655426025 +295,3.0914453466473066,-0.06384696808960727,-2.7068463279285373,0.05002415552735329,0.06380359828472137,0.9967078566551208,-2.2518448531627655e-05,-0.0001616380177438259,0.00043052248656749725,-0.0005704276263713837,0.0012598708271980286,0.005275726318359375 +296,3.0915035157526654,-0.06387341246833556,-2.707028909141098,0.04996608942747116,0.06382998824119568,0.9967089891433716,0.0019092364236712456,0.0010111555457115173,0.0015478422865271568,0.0001285076141357422,-3.300607204437256e-05,0.005579650402069092 +297,3.091444898514549,-0.06385729062586797,-2.707220577609559,0.05002457648515701,0.06381390243768692,0.9967073798179626,0.0011380696669220924,-0.0008016177453100681,0.0006194785237312317,0.001031331717967987,0.00033404678106307983,0.005077958106994629 +298,3.091529500610827,-0.06392655285518341,-2.7074152472796467,0.04994003474712372,0.06388302147388458,0.9967072606086731,5.650613456964493e-05,-0.0024579796008765697,-0.0012335460633039474,-0.0005625858902931213,0.0014398619532585144,0.0048493146896362305 +299,3.0915000810838453,-0.06394998782734206,-2.707308989892402,0.049969274550676346,0.06390640884637833,0.9967041015625,0.0012035826221108437,0.0013044318184256554,-0.002164093777537346,0.0011476688086986542,7.369369268417358e-05,0.0057525634765625 +300,3.091491324263045,-0.06391134561407201,-2.707563492587581,0.049978118389844894,0.06386784464120865,0.996705949306488,0.003777659498155117,-0.001427843701094389,-0.0008923616260290146,0.00014699622988700867,-0.0002997368574142456,0.005216479301452637 +301,3.0915460990256767,-0.0639147387797339,-2.707862004524597,0.049923527985811234,0.06387123465538025,0.9967088103294373,-0.0008334256708621979,0.002081364393234253,0.002256915904581547,-0.00019513070583343506,0.0002004280686378479,0.00463414192199707 +302,3.0914643642214257,-0.06390982718354328,-2.7078539876825394,0.0500049889087677,0.06386633217334747,0.996704638004303,0.0007259771227836609,-0.0007547540590167046,-0.0010253936052322388,0.0013713464140892029,0.000891953706741333,0.00495833158493042 +303,3.091556381464802,-0.06389214296027244,-2.7082418645525594,0.04991333931684494,0.06384868174791336,0.9967105388641357,-0.0008149184286594391,0.0027109847869724035,0.0008045127615332603,-0.00039857253432273865,-0.0004026442766189575,0.004922091960906982 +304,3.0915868078125555,-0.06387217127100339,-2.708259721712554,0.04988308623433113,0.06382875144481659,0.9967134594917297,-0.00087704136967659,-0.0002501937560737133,-0.0006853826344013214,0.001111794263124466,0.00042601674795150757,0.005438089370727539 +305,3.091576516803731,-0.06383546718881976,-2.7083756884641037,0.04989347234368324,0.06379212439060211,0.9967154860496521,0.0002282978966832161,-0.0006842445582151413,0.0004123002290725708,0.0009640902280807495,0.000813610851764679,0.005283713340759277 +306,3.091638832563784,-0.06380616546473813,-2.708719844049612,0.04983144998550415,0.06376288086175919,0.9967204332351685,-0.0011422336101531982,0.00174971972592175,-0.0005801934748888016,-0.000362444669008255,3.413110971450806e-05,0.0060721635818481445 +307,3.0915875289724455,-0.06377608687628207,-2.708957262574839,0.049882687628269196,0.06373286247253418,0.9967198967933655,0.0022165891714394093,0.001343822106719017,0.001506909728050232,0.0018598772585391998,0.0012695938348770142,0.0045621395111083984 +308,3.091573006634499,-0.06381174441376343,-2.7092261606192096,0.04989703744649887,0.06376844644546509,0.9967167377471924,0.0013937978073954582,0.0017344166990369558,0.0001497901976108551,-0.0008247643709182739,0.00042528659105300903,0.004626154899597168 +309,3.091610053672765,-0.06381953029844402,-2.7092125544653998,0.049860063940286636,0.06377621740102768,0.9967175722122192,0.002465234138071537,0.0007895908784121275,-0.0006376225501298904,0.0011500492691993713,0.0009820610284805298,0.005494594573974609 +310,3.0915843000305925,-0.0638594739656191,-2.709103827777315,0.049885623157024384,0.06381607800722122,0.9967141151428223,-0.0007978137582540512,-0.002505399752408266,0.0006062006577849388,0.00040734559297561646,0.001293174922466278,0.005605220794677734 +311,3.09162276023024,-0.06390067932133522,-2.7089562158523153,0.04984714463353157,0.06385719776153564,0.9967131018638611,-8.041970431804657e-05,3.710296005010605e-05,0.0009428113698959351,-0.0005917847156524658,-0.0006705671548843384,0.005087137222290039 +312,3.091571124839067,-0.06385308268588605,-2.7087368965557546,0.04989877715706825,0.06380970031023026,0.9967138767242432,0.00018893461674451828,-0.0026022568345069885,0.001156192272901535,0.0016759298741817474,0.0006129071116447449,0.005086660385131836 +313,3.091568455775116,-0.06389174034875088,-2.7085827446225292,0.049901314079761505,0.06384827941656113,0.996711254119873,-0.0007437961176037788,0.0013574226759374142,0.0003849342465400696,-0.00011188536882400513,0.0007574334740638733,0.004387378692626953 +314,3.0915485262084137,-0.06387416239469593,-2.708424687751771,0.049921225756406784,0.06383074074983597,0.996711254119873,0.0018534958362579346,0.00033618509769439697,0.001584051176905632,0.001058381050825119,-0.000979796051979065,0.005424857139587402 +315,3.091534068585149,-0.063862778999227,-2.708464668905052,0.04993567243218422,0.06381937861442566,0.996711254119873,0.0003112396225333214,-0.0014497525990009308,0.001324615441262722,0.00034202635288238525,0.0006489977240562439,0.005897879600524902 +316,3.091593682853767,-0.0639201001413297,-2.7080537608678257,0.04987608641386032,0.06387658417224884,0.9967108964920044,0.0007568150758743286,-0.0006038239225745201,0.0004342570900917053,8.120015263557434e-05,0.0008817315101623535,0.004677891731262207 +317,3.091612863379951,-0.06390745660466156,-2.7076816286996817,0.0498570054769516,0.06386396288871765,0.9967125654220581,-0.0006849290803074837,0.00024104630574584007,-0.0007732976227998734,0.0009089931845664978,-0.0005552396178245544,0.004782915115356445 +318,3.0916574515404243,-0.06390512661472368,-2.7077477321456636,0.04981255531311035,0.06386163830757141,0.9967146515846252,0.0017398511990904808,0.002179741160944104,-0.0009885802865028381,0.00020574778318405151,0.0006830319762229919,0.00494837760925293 +319,3.0916452704119655,-0.06393027084480406,-2.7078637739926004,0.04982462897896767,0.06388673186302185,0.9967126250267029,-0.0002896897494792938,0.0015558090526610613,0.0025467798113822937,0.00020894035696983337,0.0005206167697906494,0.005362510681152344 +320,3.0915958379247908,-0.06395410207435447,-2.708187604328408,0.04987381398677826,0.06391051411628723,0.9967084527015686,-0.0013873754069209099,-0.00021566031500697136,-0.0011973381042480469,0.0008311308920383453,0.0002374202013015747,0.00443577766418457 +321,3.091630043825821,-0.06398195067351951,-2.708009854707226,0.04983963444828987,0.06393830478191376,0.9967084527015686,-0.0029311785474419594,0.0007999686058610678,-0.00039775483310222626,0.0005143657326698303,-0.00021761655807495117,0.004847824573516846 +322,3.0915600181670735,-0.06395000804366589,-2.7078854088426816,0.04990953952074051,0.06390643119812012,0.9967072010040283,-0.001991172321140766,0.0005715445149689913,0.0008180532604455948,0.0011768937110900879,0.0006840303540229797,0.0053375959396362305 +323,3.0915231999411796,-0.06395724324714959,-2.7076240290543723,0.04994620382785797,0.06391365081071854,0.996704638004303,0.0012074699625372887,-0.002630676608532667,-0.0009764246642589569,0.0003772750496864319,-0.00017768889665603638,0.005126237869262695 +324,3.091504226968697,-0.06391678406672063,-2.7074768158993074,0.049965258687734604,0.0638732761144638,0.9967066049575806,-0.0009436309337615967,-8.965516462922096e-05,0.0016312720254063606,0.00032771751284599304,-0.0001067817211151123,0.005963802337646484 +325,3.091442219982505,-0.0639184279709038,-2.7076540375030587,0.050027038902044296,0.06387491524219513,0.9967030882835388,0.0007464783266186714,-0.0033620656467974186,0.0015819650143384933,0.0009983442723751068,0.0003645792603492737,0.005738198757171631 +326,3.09142223066121,-0.06391897435525307,-2.7073339043161937,0.05004696547985077,0.0638754591345787,0.9967021346092224,-0.0003701942041516304,0.0001613548956811428,-0.0002634972333908081,-0.0006847940385341644,0.00019618868827819824,0.0045642852783203125 +327,3.0914382653435095,-0.06389000183321752,-2.7071412902085035,0.05003107711672783,0.06384654343128204,0.9967048168182373,-0.00024324748665094376,0.0006945612840354443,-0.001322450116276741,0.001009572297334671,0.0005608052015304565,0.005019426345825195 +328,3.0914197888848687,-0.0639262233537877,-2.706990406762512,0.050049372017383575,0.06388269364833832,0.9967014789581299,-0.0012473873794078827,0.00010738661512732506,-0.00025736354291439056,-0.00027520954608917236,0.0010739639401435852,0.005343079566955566 +329,3.091437315237849,-0.06394344159981807,-2.70678919518779,0.05003185570240021,0.06389987468719482,0.9967014193534851,-0.00041363388299942017,-0.0005944087170064449,0.0004537086933851242,0.0005662962794303894,0.0007058456540107727,0.005205988883972168 +330,3.091364726464478,-0.06393806489210195,-2.70660193379456,0.05010421574115753,0.06389451026916504,0.9966979622840881,0.00028946250677108765,-0.0014688028022646904,0.00032419897615909576,0.0002803020179271698,-0.00015855580568313599,0.0052703022956848145 +331,3.091405737570856,-0.06390176021916476,-2.7065401966053813,0.050063468515872955,0.0638582780957222,0.9967026114463806,-0.0009702099487185478,-0.0003349608741700649,0.00023632310330867767,-0.00016721710562705994,0.00033546239137649536,0.004869222640991211 +332,3.0914108655973456,-0.06385248485865869,-2.706557903500592,0.0500585213303566,0.0638091042637825,0.9967061281204224,-0.0005044993013143539,0.0007852267008274794,-0.0011030547320842743,0.0008905865252017975,0.0004609301686286926,0.004423260688781738 +333,3.0913782474827887,-0.06389265866166796,-2.7070440556259134,0.050090886652469635,0.06384919583797455,0.9967015981674194,-0.0007422985509037971,-0.0002714022994041443,-0.00038716383278369904,-0.00046931207180023193,0.0007107332348823547,0.005205690860748291 +334,3.0914233774000706,-0.06395687811682225,-2.7070897490343055,0.050045713782310486,0.06391328573226929,0.9967000484466553,0.0007149362936615944,0.0019699514377862215,-0.00022745132446289062,-0.00048515573143959045,0.0005093365907669067,0.005253314971923828 +335,3.091383366319943,-0.06396749716470758,-2.707123610328701,0.050085537135601044,0.06392388045787811,0.996696949005127,-0.0014124419540166855,-0.0018709790892899036,-0.0003411564975976944,0.0004210472106933594,0.00034612417221069336,0.004905045032501221 +336,3.091378735010058,-0.06398877707434647,-2.7071030374626917,0.05009010061621666,0.06394511461257935,0.9966956377029419,0.001827877014875412,0.0013295889366418123,0.002675723284482956,1.977384090423584e-05,4.470348358154297e-06,0.004601478576660156 +337,3.0913131206062863,-0.06398860386075478,-2.7071519346548936,0.05015549063682556,0.06394494324922562,0.9966922402381897,0.0017769979313015938,-0.0013157953508198261,-0.0010972712188959122,-0.0007170215249061584,0.0007980838418006897,0.006054341793060303 +338,3.0913586748109925,-0.06403275876938833,-2.70713598767121,0.05010995268821716,0.06398901343345642,0.9966918230056763,-0.00046160630881786346,-0.003364827949553728,0.0004666391760110855,0.0006713084876537323,0.00026576220989227295,0.005261421203613281 +339,3.0913882704006226,-0.0640426608404994,-2.7071354390277604,0.05008041486144066,0.06399889290332794,0.9966924786567688,-0.0008281134068965912,0.0033364733681082726,-0.0015505962073802948,-0.00038254261016845703,0.00046947598457336426,0.00475698709487915 +340,3.091415310627571,-0.06405533253603707,-2.706918826534701,0.0500534288585186,0.06401153653860092,0.9966931939125061,0.002120346762239933,-0.00022734515368938446,0.0008064378052949905,0.00030057504773139954,4.485994577407837e-05,0.005168437957763672 +341,3.091444451831701,-0.06404203832939341,-2.7066629398883792,0.05002443492412567,0.0639982670545578,0.9966956377029419,0.0006174258887767792,-0.0016729156486690044,0.001276560127735138,-9.766966104507446e-05,-0.0008116140961647034,0.005410194396972656 +342,3.091416132736875,-0.06398434866285291,-2.706164507786778,0.05005284398794174,0.06394069641828537,0.9966978430747986,0.0009828470647335052,-0.0022424468770623207,0.001920849084854126,0.000377461314201355,0.000649765133857727,0.005301117897033691 +343,3.091436004353695,-0.06398497209152469,-2.7057645052034234,0.05003303661942482,0.06394132226705551,0.9966988563537598,0.0015858476981520653,-0.0017143781296908855,0.0008308049291372299,0.000702444463968277,0.0002981945872306824,0.005681753158569336 +344,3.0914456324538993,-0.06398067669952577,-2.7054666296870824,0.050023455172777176,0.06393703818321228,0.9966996312141418,-0.0031983349472284317,0.0010796098504215479,-0.0006298162043094635,0.00011693686246871948,0.0008365437388420105,0.0060013532638549805 +345,3.0913320466649425,-0.06395983039260511,-2.7053217023166876,0.05013672262430191,0.06391622871160507,0.9966950416564941,0.001352822408080101,2.305535599589348e-05,0.0024374891072511673,0.0005224533379077911,0.00017067044973373413,0.004678189754486084 +346,3.091325972024359,-0.06395345647658425,-2.705209404554203,0.050142787396907806,0.0639098733663559,0.9966949224472046,-0.0006640134379267693,0.0033444322180002928,-0.000855613499879837,-0.0003686286509037018,0.00026857852935791016,0.004891753196716309 +347,3.091321152555165,-0.06397424060836929,-2.7051389729721156,0.050147537142038345,0.06393060833215714,0.9966936111450195,0.00021305587142705917,0.0009488011710345745,-0.00027380697429180145,-7.152557373046875e-06,-0.00045405328273773193,0.004466056823730469 +348,3.0913158284393245,-0.06396995339359927,-2.7052959911060794,0.05015285685658455,0.0639263316988945,0.9966936707496643,0.0028757224790751934,0.0017065813299268484,-0.0012876912951469421,0.0002926960587501526,0.00016058236360549927,0.005259513854980469 +349,3.091354986274531,-0.063959486192812,-2.7051952929397234,0.050113845616579056,0.06391588598489761,0.9966959953308105,-0.0006407173350453377,-0.0014606956392526627,-0.001924188807606697,-0.00024813786149024963,0.00018627196550369263,0.0051348209381103516 +350,3.0913440304804567,-0.06387111507628904,-2.705568356323214,0.05012507364153862,0.06382769346237183,0.9967015385627747,-0.00041123852133750916,0.0006939452141523361,0.0005230717360973358,0.0014496445655822754,0.00015240907669067383,0.003802180290222168 +351,3.0913811582851607,-0.06390839133856259,-2.7056932522506236,0.050087928771972656,0.06386489421129227,0.9967005848884583,-0.0009573092684149742,0.00045205559581518173,0.0008923755958676338,-0.00013066455721855164,0.0004661381244659424,0.0057863593101501465 +352,3.091421237064975,-0.0638972419286704,-2.7055910051587655,0.05004803091287613,0.06385377049446106,0.996703565120697,-0.0004608519375324249,0.0023920335806906223,0.00044707581400871277,0.0006416738033294678,0.0013012662529945374,0.004700303077697754 +353,3.0914213277730314,-0.06390178616995983,-2.705644997069562,0.05004792660474777,0.06385830789804459,0.9967033267021179,0.0008766558021306992,0.0009805061854422092,0.0002584420144557953,4.668533802032471e-05,-7.655471563339233e-05,0.0052345991134643555 +354,3.0914748271149217,-0.06393768989115431,-2.7055784722414145,0.049994487315416336,0.06389413774013519,0.9967036843299866,-0.0005156667903065681,0.00040800683200359344,-0.0018843896687030792,0.0005426295101642609,0.00039114803075790405,0.004608631134033203 +355,3.0914494176496103,-0.06391018533887026,-2.7060356719737206,0.05001990124583244,0.06386668980121613,0.9967041611671448,-0.002153206616640091,0.0004019276238977909,-0.0007085148245096207,0.0005935095250606537,0.0004948899149894714,0.005035400390625 +356,3.0914994781175316,-0.06388269414307791,-2.7062807141093894,0.04997008293867111,0.06383924931287766,0.9967081546783447,0.0006643785163760185,0.0015462012961506844,-0.00015807896852493286,-0.00010436400771141052,0.0009648129343986511,0.005427896976470947 +357,3.091427449082762,-0.0639013353884161,-2.7063009152030553,0.050041813403367996,0.06385785341262817,0.9967033863067627,-0.00018060952425003052,0.0010455611627548933,-0.0016336087137460709,0.00026640668511390686,0.0003205984830856323,0.0050969719886779785 +358,3.091425614549136,-0.06390505662136056,-2.706433516024475,0.05004364252090454,0.06386157125234604,0.9967032670974731,0.0008164364844560623,0.0008910393808037043,0.0006800461560487747,0.00024932995438575745,0.0007746666669845581,0.0052651166915893555 +359,3.0913982056068035,-0.06392432025203541,-2.706318173213614,0.050070904195308685,0.0638807937502861,0.9967008233070374,0.002065882086753845,-0.0019291252829134464,-0.001680668443441391,0.0006035417318344116,-0.0009077638387680054,0.004184365272521973 +360,3.091341427155575,-0.06389890123492573,-2.70636271724712,0.05012756958603859,0.06385542452335358,0.9966993927955627,0.0017440225929021835,0.0001234789378941059,0.0019530551508069038,0.0011724792420864105,0.00042985379695892334,0.0038651227951049805 +361,3.0913060196108875,-0.0639318658648908,-2.7064842885720815,0.05016276240348816,0.06388832628726959,0.9966956973075867,-0.0006095170974731445,-0.001838582567870617,-0.00019471906125545502,5.3923577070236206e-05,0.0008852481842041016,0.005105018615722656 +362,3.091312573981242,-0.06393917572959075,-2.7065669369463943,0.05015619844198227,0.06389562040567398,0.9966953992843628,-0.0002001877874135971,-0.002973719500005245,0.0010275701060891151,0.0007318630814552307,-7.070600986480713e-06,0.004632115364074707 +363,3.0913075207871312,-0.06393458221684578,-2.7067261833019733,0.050161249935626984,0.06389103084802628,0.9966954588890076,-0.0019287718459963799,-0.00035554030910134315,0.0007819430902600288,0.0009099133312702179,0.0010198503732681274,0.005242407321929932 +364,3.091347768467585,-0.06390227637479318,-2.706460459373902,0.050121236592531204,0.06385879218578339,0.9966994524002075,-0.0019151894375681877,-0.00248383404687047,-1.792237162590027e-05,0.0004463903605937958,0.00013656169176101685,0.005375683307647705 +365,3.0913229588877007,-0.06390560825162721,-2.706518796056267,0.0501459464430809,0.06386212259531021,0.9966979026794434,-0.00012206844985485077,-0.0007881247438490391,-0.0015917308628559113,0.0006810687482357025,0.0005299597978591919,0.0044921040534973145 +366,3.091269771076286,-0.06387891009470303,-2.706847574793389,0.05019906163215637,0.06383547931909561,0.9966972470283508,-0.0021543772891163826,-0.000261867418885231,0.0014213398098945618,-8.918717503547668e-05,0.0012127533555030823,0.005042433738708496 +367,3.0912369381615803,-0.0638374251125674,-2.7070073043491947,0.050231922417879105,0.0637940764427185,0.9966983199119568,0.001848769374191761,-0.0017951331101357937,0.0003941729664802551,-0.0005035176873207092,0.000582769513130188,0.005041360855102539 +368,3.0912913073348616,-0.06383968283651828,-2.707033729169122,0.05017770454287529,0.06379632651805878,0.9967004656791687,0.001094668172299862,-4.85079362988472e-05,0.0013524200767278671,0.0003899186849594116,0.0001990199089050293,0.005389750003814697 +369,3.0912486255930864,-0.06380310265974197,-2.7070943499731834,0.05022037774324417,0.06375982612371445,0.9967009425163269,3.6801211535930634e-05,0.00011230609379708767,0.0005489476025104523,-9.525567293167114e-05,-0.000283263623714447,0.003939986228942871 +370,3.0912133032309472,-0.06382682508136682,-2.707315679012871,0.05025549605488777,0.06378349661827087,0.9966974854469299,0.0021087713539600372,-0.000977837946265936,0.00015749596059322357,6.943941116333008e-06,0.0007001310586929321,0.004980862140655518 +371,3.091208615605527,-0.06380178547088554,-2.7073094928153947,0.05026024580001831,0.06375850737094879,0.996698796749115,0.0005702991038560867,-0.0004186900332570076,-0.0012833289802074432,9.375438094139099e-05,0.0012744441628456116,0.005315244197845459 +372,3.0912695425853083,-0.06388317981114705,-2.7072933610927494,0.050199273973703384,0.06383973360061646,0.996696949005127,0.0009863702580332756,-0.0011369814164936543,0.0026074321940541267,6.318092346191406e-05,0.0009033158421516418,0.004569649696350098 +373,3.091271908272181,-0.0639131967223748,-2.7070736839355978,0.0501968190073967,0.06386969238519669,0.9966951608657837,0.0006514629349112511,-0.00037498632445931435,-0.0003055296838283539,0.000874347984790802,0.0012700781226158142,0.005044460296630859 +374,3.0912388157396964,-0.06396951902185374,-2.7068369027946764,0.05022961273789406,0.06392589956521988,0.9966897368431091,-0.0007786909118294716,0.0017682525794953108,0.0007521966472268105,0.00026172026991844177,0.0007103309035301208,0.004866600036621094 +375,3.09124480350095,-0.06397318667660584,-2.7064128347037006,0.050223637372255325,0.06392955780029297,0.9966899156570435,0.000512249767780304,-0.0015520472079515457,-0.0017208829522132874,-0.00022058933973312378,0.0014390870928764343,0.005110681056976318 +376,3.0912486781866373,-0.06399871344900092,-2.7059841863759306,0.05021970346570015,0.06395503133535385,0.9966886043548584,-0.00364561565220356,5.215359851717949e-05,-0.00034078583121299744,0.00028689950704574585,0.00016241520643234253,0.005066394805908203 +377,3.09128775197388,-0.06389485265500468,-2.70523745777176,0.05018109455704689,0.06385138630867004,0.9966973066329956,-0.00011361856013536453,-0.0007711723446846008,0.0013799462467432022,0.00027973949909210205,0.0003423616290092468,0.005362987518310547 +378,3.091233882571706,-0.06391476963225658,-2.7052323351284757,0.05023471638560295,0.06387126445770264,0.9966931939125061,0.0013821050524711609,0.000478844391182065,-0.0005275364965200424,-0.0004300214350223541,0.0011159256100654602,0.005015969276428223 +379,3.0912467977288447,-0.06392227088728206,-2.7048598354817495,0.050221800804138184,0.06387874484062195,0.996692955493927,-0.0005564289167523384,-0.0028844140470027924,0.00034243054687976837,0.0005136653780937195,7.081776857376099e-05,0.0053362250328063965 +380,3.0912853554393607,-0.06395785670158054,-2.7045220205469382,0.05018327757716179,0.06391426175832748,0.9966930747032166,-0.000959344208240509,0.001136420527473092,-0.0006300527602434158,0.000414874404668808,0.0003252476453781128,0.0049550533294677734 +381,3.09123527452639,-0.06390435539159738,-2.704917383914637,0.050233352929353714,0.06386087089776993,0.9966937303543091,0.0009531760588288307,-0.0009421096183359623,-7.871538400650024e-05,0.0005631521344184875,0.0001802593469619751,0.005274593830108643 +382,3.0911870206391407,-0.06390906960686606,-2.7051830288656427,0.05028143525123596,0.06386557221412659,0.9966910481452942,-0.0007342696189880371,0.0010312211234122515,0.0006455034017562866,-0.0003699362277984619,5.3495168685913086e-05,0.004819631576538086 +383,3.0912320658564485,-0.06391089149742159,-2.705190733214833,0.050236526876688004,0.06386739015579224,0.9966931343078613,0.0014841938391327858,0.0009129296522587538,0.0023781638592481613,0.000453166663646698,0.00028055161237716675,0.0039934515953063965 +384,3.0912430724231776,-0.06391865800596983,-2.705029106678025,0.050225529819726944,0.06387514621019363,0.9966931343078613,0.0007900185883045197,-0.00014755269512534142,0.00033794716000556946,0.0005557090044021606,0.001478239893913269,0.004496932029724121 +385,3.0912366467564496,-0.06399870338316664,-2.7048925251622804,0.050231680274009705,0.06395502388477325,0.9966877698898315,-0.0008017048239707947,0.0023673521354794502,-0.00031238049268722534,0.00021386891603469849,-0.0002648457884788513,0.005097508430480957 +386,3.09124816852407,-0.06400813825411901,-2.704924683212177,0.05022016912698746,0.06396444141864777,0.9966877698898315,-0.0003145141527056694,0.00047890283167362213,-0.0009000282734632492,0.0003169402480125427,9.195506572723389e-05,0.004456639289855957 +387,3.091200199445855,-0.06404584339285847,-2.7051551024940754,0.05026785284280777,0.06400206685066223,0.9966828227043152,0.002132859081029892,0.0001962787937372923,-0.0015021413564682007,-0.00037161633372306824,0.0006341561675071716,0.005010783672332764 +388,3.0911739482239513,-0.06404959013150446,-2.705148957597906,0.05029399320483208,0.06400580704212189,0.9966810941696167,0.004134810995310545,-0.0018733032047748566,-0.001244664192199707,0.0005787946283817291,8.108466863632202e-05,0.004401981830596924 +389,3.091205315310708,-0.06406043567607768,-2.705117326136607,0.05026273429393768,0.06401663273572922,0.9966827034950256,0.0030194222927093506,0.00018136296421289444,-0.002236194908618927,-0.0004427693784236908,0.00026866793632507324,0.005438685417175293 +390,3.091194409792027,-0.06408331621146005,-2.705447688210999,0.05027351900935173,0.06403946131467819,0.9966805577278137,0.00013509206473827362,-0.001061254646629095,-6.497837603092194e-05,0.00015678629279136658,-0.00010512024164199829,0.004998207092285156 +391,3.0911687257944003,-0.06404402641170258,-2.70581003205471,0.05029923841357231,0.06400025635957718,0.9966816306114197,-0.001994808204472065,-0.0001871963031589985,0.0003083236515522003,-8.255988359451294e-05,2.562999725341797e-05,0.0055158138275146484 +392,3.0911287278522215,-0.06401375962356053,-2.706047981540384,0.05033919960260391,0.06397005170583725,0.9966814517974854,-0.0013266019523143768,-0.0006045447662472725,-0.00092267245054245,0.0006404183804988861,0.00011686235666275024,0.0045545101165771484 +393,3.091109826768021,-0.06396732672242071,-2.706419643262677,0.050358179956674576,0.06392370909452438,0.9966833591461182,0.0005824649706482887,-0.00032719364389777184,-0.0009988900274038315,-0.00015676766633987427,0.0007125064730644226,0.0053765177726745605 +394,3.091157028798812,-0.06399455004627298,-2.706757808087473,0.050311047583818436,0.06395088136196136,0.9966840147972107,-0.0010701753199100494,0.0006014129612594843,-0.0016679540276527405,-0.0003232620656490326,0.00044120103120803833,0.005528450012207031 +395,3.091196779559679,-0.06396034090846209,-2.7070690718359294,0.05027154088020325,0.06391674280166626,0.9966882467269897,-0.0008417647331953049,0.0002395976334810257,-8.982233703136444e-05,-0.00010064244270324707,0.00036853551864624023,0.004517197608947754 +396,3.091197451910797,-0.06398772020305614,-2.7069997356581315,0.050270795822143555,0.06394406408071518,0.9966868162155151,-0.0008463524281978607,-0.0004268782213330269,-0.0001544766128063202,0.0004494301974773407,-0.0002386048436164856,0.004976630210876465 +397,3.0912038002389495,-0.06396357461146326,-2.7066464931574403,0.05026452988386154,0.06391996890306473,0.9966883659362793,-0.00023040082305669785,-0.0036041466519236565,-0.001176556572318077,-0.0003377757966518402,0.0012808367609977722,0.004822254180908203 +398,3.0912326240561927,-0.06397091575141438,-2.7069199512403266,0.05023578554391861,0.0639272928237915,0.9966894388198853,-0.0004069376736879349,-0.0009036525152623653,0.00016103684902191162,-0.0003090277314186096,0.0001443624496459961,0.004653334617614746 +399,3.091194716063768,-0.06398960687523653,-2.707392973853068,0.05027351155877113,0.0639459490776062,0.9966863989830017,-0.0015973420813679695,0.0010053832083940506,-0.0008747931569814682,-0.00014838576316833496,0.0007513165473937988,0.005388855934143066 +400,3.091142560845462,-0.06403077952028309,-2.707817335298312,0.05032535642385483,0.06398703157901764,0.9966810941696167,-0.0023688459768891335,0.00016385037451982498,0.002916342578828335,0.00025753676891326904,-0.00019002705812454224,0.0045244693756103516 +401,3.091121324717582,-0.06407451834946107,-2.7079250142676607,0.050346385687589645,0.06403068453073502,0.9966772794723511,0.002393302507698536,-0.0015406855382025242,-0.00024114549160003662,0.0007095299661159515,0.00034615397453308105,0.0045282840728759766 +402,3.0911226382470933,-0.06406515650440293,-2.7079467011729874,0.050345100462436676,0.06402134150266647,0.996677815914154,0.0008228635415434837,0.0002850666642189026,0.00017312727868556976,-0.0003420524299144745,0.0002791881561279297,0.005717813968658447 +403,3.0911351657050927,-0.06407755140250673,-2.708187030509057,0.050332583487033844,0.06403370946645737,0.9966778755187988,0.0003535225987434387,2.489425241947174e-05,0.000248640775680542,-0.00010063871741294861,0.0004041716456413269,0.0036122798919677734 +404,3.091093738464728,-0.06409968113926885,-2.7081983164513797,0.050373777747154236,0.06405579298734665,0.9966739416122437,0.0007255207747220993,0.0009588731918483973,-0.0008478723466396332,-0.00034021586179733276,0.000290505588054657,0.0043939948081970215 +405,3.091152191839356,-0.06418362266528642,-2.7079180032105494,0.05031526833772659,0.06413956731557846,0.9966719150543213,0.0020762430503964424,0.0007500830106437206,-0.00034559890627861023,3.874674439430237e-05,0.0006187483668327332,0.0048847198486328125 +406,3.0911072290387054,-0.06420520298793234,-2.7079509804272797,0.05036001279950142,0.06416109949350357,0.9966682195663452,-0.0014189863577485085,-0.002001612912863493,0.0029862243682146072,-0.00023488327860832214,-4.366040229797363e-05,0.006246328353881836 +407,3.091114462147705,-0.06419405781137914,-2.707965293153998,0.05035282298922539,0.06414997577667236,0.9966689348220825,-0.0016138805076479912,-0.001408782321959734,0.00224272720515728,0.00030635297298431396,0.0002878829836845398,0.004414200782775879 +408,3.0911343462624994,-0.06418557990226095,-2.708069759120927,0.05033304542303085,0.06414151936769485,0.9966707825660706,-0.00013050716370344162,0.0020304371137171984,-0.0015369225293397903,-5.532801151275635e-05,-0.0003750324249267578,0.005282402038574219 +409,3.091134633358839,-0.0642013966671453,-2.707743014111045,0.050332698971033096,0.06415729969739914,0.996669590473175,0.002693677321076393,-0.002773057669401169,0.0017732912674546242,-3.973767161369324e-05,-0.00043661147356033325,0.0048866868019104 +410,3.0911546459105326,-0.06420515879485368,-2.7072441868327366,0.050312746316194534,0.06416105479001999,0.9966704845428467,-0.0006348127499222755,0.0010992006864398718,-0.0007809475064277649,0.0001938454806804657,-0.000379316508769989,0.00438237190246582 +411,3.091232738244918,-0.06419358289311118,-2.706856879635165,0.05023496598005295,0.06414950639009476,0.9966754913330078,0.000176931731402874,-0.0027864445000886917,-0.00014900602400302887,-0.0001861192286014557,7.475912570953369e-05,0.00402677059173584 +412,3.0912185050540337,-0.06424548147061108,-2.7065263462124385,0.05024896562099457,0.06420129537582397,0.9966710805892944,-0.0001560477539896965,-0.00242020795121789,-0.0013625789433717728,-0.0007341951131820679,0.0007248520851135254,0.004091858863830566 +413,3.0912864713566615,-0.06418251992802894,-2.7059887723042797,0.050181418657302856,0.06413846462965012,0.9966782927513123,0.001601901836693287,0.00116607709787786,0.0014301333576440811,0.0007829293608665466,0.0004672333598136902,0.005503475666046143 +414,3.0912775833830977,-0.06415153031866731,-2.70589599523418,0.05019039660692215,0.06410753726959229,0.9966802597045898,0.001072373241186142,0.00022810231894254684,-0.003820013254880905,0.0008807778358459473,0.0007423236966133118,0.004845738410949707 +415,3.0912197071237313,-0.06419061108093237,-2.705694087600431,0.05024794861674309,0.06414654105901718,0.9966747164726257,-0.0017421208322048187,0.00034638470970094204,-0.00013620220124721527,-7.705017924308777e-05,-4.4368207454681396e-05,0.005110621452331543 +416,3.09125198922695,-0.06418041515339162,-2.705387323405838,0.05021579936146736,0.06413636356592178,0.9966768622398376,-0.00032149720937013626,0.0002427990548312664,0.0007404880598187447,0.00013819709420204163,-0.00041566789150238037,0.004604816436767578 +417,3.0912516161249592,-0.06420381338953052,-2.7053084785797124,0.05021609365940094,0.06415971368551254,0.9966752529144287,0.0009850384667515755,-0.0011615436524152756,-0.0006765611469745636,-0.00041141360998153687,0.00036969035863876343,0.004972517490386963 +418,3.091314423667507,-0.06426291662449046,-2.705003761735805,0.05015331134200096,0.06421869248151779,0.9966747760772705,0.0005599251016974449,0.0010577302891761065,-0.0019939299672842026,3.2842159271240234e-05,0.0005396082997322083,0.005476713180541992 +419,3.0913027844605687,-0.06428420462994068,-2.7047229550294034,0.0501648485660553,0.06423994153738022,0.9966729283332825,-0.0005356995388865471,-0.0006225877441465855,-0.0016978364437818527,0.00012812763452529907,0.00047259777784347534,0.004853010177612305 +420,3.0913573555616214,-0.06425476283145601,-2.704560143428513,0.05011055991053581,0.06421055644750595,0.9966776371002197,0.0018879743292927742,0.0014615533873438835,-0.0008743908256292343,0.00012138858437538147,0.0009597465395927429,0.004421114921569824 +421,3.0914159669530905,-0.06424705209585568,-2.7043182565479795,0.050052158534526825,0.06420285999774933,0.9966809153556824,-0.00010510627180337906,-0.0019581951200962067,-0.0001734066754579544,0.00025607645511627197,-0.0001312047243118286,0.005134940147399902 +422,3.091365056327376,-0.06425283397152051,-2.704395289526915,0.050102878361940384,0.06420863419771194,0.9966779351234436,-0.0009725708514451981,0.0019165517296642065,0.00043865106999874115,0.00032741203904151917,-0.0003658682107925415,0.005824446678161621 +423,3.0913634964923307,-0.06418976323441021,-2.7041828624244477,0.050104644149541855,0.06414569169282913,0.9966820478439331,0.000883195549249649,0.001488611800596118,0.0012244237586855888,0.00038669630885124207,0.00033795833587646484,0.005255937576293945 +424,3.0913889812056494,-0.06421775017320504,-2.704136919563189,0.05007914826273918,0.064173623919487,0.9966814517974854,-0.0008552949875593185,-0.0011694109998643398,-0.0010894984006881714,0.00027485191822052,-0.0005139559507369995,0.0053327083587646484 +425,3.0914470472159357,-0.0642016387697685,-2.704473059482992,0.05002132058143616,0.06415754556655884,0.9966852068901062,-7.528066635131836e-05,0.000452257227152586,0.0006245728582143784,0.0010040663182735443,-0.0004215911030769348,0.005206704139709473 +426,3.091389893051577,-0.06417028394189364,-2.7044891942331732,0.05007839947938919,0.06412625312805176,0.9966846704483032,0.00041417405009269714,0.00032583484426140785,-0.0007948391139507294,1.6205012798309326e-05,0.0008761882781982422,0.005299091339111328 +427,3.0913924169478824,-0.06414119291008824,-2.704196988302543,0.050075970590114594,0.06409721821546555,0.9966865181922913,0.0006965324282646179,-0.0015945862978696823,0.00016950815916061401,0.0002017393708229065,-0.0006054118275642395,0.00480884313583374 +428,3.0914126254841814,-0.064130161232312,-2.703932785759539,0.0500558577477932,0.06408621370792389,0.9966881275177002,-0.0001079905778169632,-0.00035579828545451164,0.0015616407617926598,0.0009237527847290039,-0.00024344772100448608,0.004852950572967529 +429,3.0913716789569516,-0.06408278164397228,-2.704015827902706,0.05009682849049568,0.06403893232345581,0.9966892600059509,0.001612153835594654,0.0008880416862666607,-7.541105151176453e-05,0.0003487244248390198,0.0006888508796691895,0.004836678504943848 +430,3.091357859619647,-0.0640827718348992,-2.704098604790627,0.0501105971634388,0.06403891742229462,0.9966884255409241,-0.0005082190036773682,-0.0003258963115513325,-0.0019119549542665482,0.000395994633436203,-0.0004708021879196167,0.005173087120056152 +431,3.0913782495198165,-0.06407384261386923,-2.704409141151675,0.05009032040834427,0.0640300065279007,0.9966903328895569,0.00030798371881246567,0.00018346402794122696,0.0006613545119762421,-0.00016355514526367188,-0.0002635195851325989,0.005522370338439941 +432,3.09136795650553,-0.06406661781803993,-2.7048112843116505,0.050100576132535934,0.06402280181646347,0.9966897964477539,0.00047123711556196213,-0.0005801264196634293,0.0006598019972443581,5.5052340030670166e-05,9.46149230003357e-05,0.005247831344604492 +433,3.0913633890082335,-0.06408532808137525,-2.7050932021342833,0.05010508745908737,0.06404147297143936,0.996688723564148,0.0016737878322601318,1.3136770576238632e-05,0.0021581603214144707,0.0005083233118057251,0.0005642473697662354,0.0049288272857666016 +434,3.09138867310633,-0.0640477742996198,-2.7051441173205233,0.05007999390363693,0.06400399655103683,0.9966921210289001,0.00010609719902276993,8.643651381134987e-05,-0.0009246580302715302,1.4599412679672241e-05,-0.00026804953813552856,0.004497885704040527 +435,3.091411427294642,-0.06401012707507396,-2.7056070536820047,0.05005744844675064,0.06396642327308655,0.996695876121521,0.0019415980204939842,-0.00038099056109786034,5.677901208400726e-05,-8.491426706314087e-05,0.00016626715660095215,0.005119919776916504 +436,3.091414798459951,-0.06398716414679002,-2.705632840771467,0.0500541627407074,0.06394350528717041,0.9966975450515747,-0.002728259190917015,0.0018598157912492752,-0.0011060573160648346,0.0006965771317481995,0.0008453205227851868,0.005209922790527344 +437,3.091402612886499,-0.06395178264016624,-2.705826705690106,0.05006643012166023,0.06390819698572159,0.9966993927955627,-0.0009603267535567284,-0.0023888940922915936,-0.002955930307507515,0.0009742267429828644,0.0007127821445465088,0.003972291946411133 +438,3.091366769558409,-0.06397988888031128,-2.7060074972155346,0.05010204389691353,0.063936248421669,0.9966953992843628,0.0011638738214969635,-0.0007427106611430645,-0.0012257583439350128,-0.00019055232405662537,0.0009898915886878967,0.004311561584472656 +439,3.091389205486782,-0.06398778558215346,-2.706078756514204,0.05007965862751007,0.06394413113594055,0.9966959953308105,-0.0004924274981021881,0.0003518862649798393,0.0005237124860286713,-1.5579164028167725e-05,0.0002648383378982544,0.004921257495880127 +440,3.0914181472797795,-0.06402961703876782,-2.7060579164006398,0.050050679594278336,0.06398587673902512,0.996694803237915,-0.001866629347205162,-0.0003416426479816437,0.0016225334256887436,-0.00010866671800613403,-0.0002041459083557129,0.00464785099029541 +441,3.0914321591526677,-0.06403593121687816,-2.7058235222923184,0.05003669857978821,0.06399217247962952,0.9966952204704285,4.815682768821716e-05,0.0008521468844264746,-0.0008778423070907593,0.000515669584274292,7.94827938079834e-05,0.004845857620239258 +442,3.0914386779049647,-0.06401543904629343,-2.705502559360871,0.05003027617931366,0.06397172808647156,0.9966970682144165,0.0010242462158203125,-0.0007818909361958504,-4.1853636503219604e-05,0.0004305504262447357,-6.790459156036377e-05,0.005439400672912598 +443,3.0914409654124557,-0.06398311643969898,-2.7051643477467233,0.05002808943390846,0.06393946707248688,0.9966990351676941,-0.001567445695400238,-0.0012446469627320766,0.0010788273066282272,0.0003716908395290375,-8.143484592437744e-05,0.005635499954223633 +444,3.0914742593671773,-0.06396260477783414,-2.7045087331888835,0.04999497905373573,0.06391900032758713,0.9967021942138672,-0.00045376457273960114,-0.001133075449615717,-0.0009203068912029266,-0.00015977025032043457,0.0006714612245559692,0.005388379096984863 +445,3.091489876049098,-0.06396358964338543,-2.703801909693369,0.04997938871383667,0.06391998380422592,0.9967024326324463,0.00017910171300172806,0.0014285678043961525,0.0004623178392648697,0.00014571845531463623,-7.72327184677124e-05,0.004289090633392334 +446,3.0914442237469832,-0.0639834740094785,-2.7038983332024866,0.050024840980768204,0.06393982470035553,0.9966991543769836,0.0017673149704933167,-0.0022038565948605537,-0.0012074951082468033,0.0005275234580039978,0.0001318231225013733,0.004658877849578857 +447,3.0914606763465904,-0.06402150970999643,-2.703955278481784,0.05000831186771393,0.06397778540849686,0.9966974258422852,-0.0004690224304795265,0.0022047546226531267,-0.0008358731865882874,-5.271285772323608e-06,9.385496377944946e-05,0.005514979362487793 +448,3.0914904375728507,-0.06404375591916774,-2.7037542372833814,0.0499785952270031,0.06399998813867569,0.9966977834701538,-0.0010647345334291458,-0.0015098401345312595,0.00020857714116573334,0.00020757317543029785,0.00013272464275360107,0.004889249801635742 +449,3.0914847749569554,-0.06401917771653709,-2.7037505808784483,0.04998431354761124,0.06397545337677002,0.9966989755630493,0.0014403611421585083,-0.0005073812790215015,0.0005987025797367096,0.0005527958273887634,0.00011146068572998047,0.004536986351013184 +450,3.0914506467905998,-0.06404475198346223,-2.703650119666968,0.05001823604106903,0.06400097906589508,0.9966954588890076,0.001233755610883236,0.0007789665833115578,3.550015389919281e-05,0.0003815405070781708,2.489238977432251e-05,0.005501687526702881 +451,3.0914354832806645,-0.0640342092942575,-2.703660461235347,0.05003339797258377,0.06399045884609222,0.9966956377029419,0.00031571369618177414,0.00025807134807109833,-0.0012521129101514816,0.0009309649467468262,0.0006762966513633728,0.004250526428222656 +452,3.0914218343207907,-0.06403692932416938,-2.703642811892431,0.05004698783159256,0.0639931708574295,0.9966946840286255,-0.0006215926259756088,0.0004016829188913107,0.0005677975714206696,-0.0003033354878425598,0.0003836601972579956,0.005212664604187012 +453,3.0914365571600837,-0.0639787469212015,-2.703562887727818,0.05003250390291214,0.06393510848283768,0.9966992139816284,-0.0013005314394831657,0.002291768556460738,-0.0002255905419588089,3.159046173095703e-05,0.0008994936943054199,0.004597902297973633 +454,3.0913834382592826,-0.0639793685765915,-2.7034054680151645,0.05008542910218239,0.06393572688102722,0.9966962337493896,-0.0013381345197558403,-0.0014625084586441517,0.0027213795110583305,0.00010071694850921631,-0.0004896968603134155,0.005607664585113525 +455,3.0913593162336293,-0.06397777953959208,-2.7034121016446053,0.050109487026929855,0.06393413990736008,0.996695339679718,0.0026932591572403908,-0.0017708628438413143,-6.76959753036499e-05,6.141141057014465e-05,0.0008699372410774231,0.004540681838989258 +456,3.0913322987557885,-0.06394747031063343,-2.703585358949909,0.0501365028321743,0.06390389800071716,0.9966956377029419,-0.0014389650896191597,0.0007465428207069635,-0.0007552765309810638,0.00043111667037010193,0.00054921954870224,0.005852341651916504 +457,3.0913694891082124,-0.06396388319807181,-2.7034859953492605,0.05009940639138222,0.0639202743768692,0.996696949005127,5.807727575302124e-05,-0.00020964816212654114,-0.0017653238028287888,-0.00017263740301132202,9.036064147949219e-05,0.0043561458587646484 +458,3.091384247282839,-0.06398005759142887,-2.7033489473280308,0.05008462816476822,0.06393641978502274,0.9966962933540344,0.004443954210728407,-0.0013200542889535427,0.0010040691122412682,0.00029988959431648254,-0.0008108168840408325,0.005134642124176025 +459,3.0913953803022296,-0.06399312592938701,-2.7033672005006113,0.05007348582148552,0.06394945830106735,0.9966959357261658,0.001084059476852417,0.0013083945959806442,-0.0007282067090272903,-0.0005129501223564148,0.00016795843839645386,0.005806326866149902 +460,3.0913662388648264,-0.06407147556600021,-2.7032388048094873,0.05010228604078293,0.06402764469385147,0.9966896772384644,0.0020468709990382195,-0.0015493165701627731,-0.0006050746887922287,0.0005111172795295715,0.000791691243648529,0.0051108598709106445 +461,3.0913776952709013,-0.0640451981019197,-2.7030866639393616,0.05009095370769501,0.0640014261007309,0.9966919422149658,0.002480835188180208,-0.00036943890154361725,0.0003419090062379837,0.0006445199251174927,0.000421181321144104,0.00570368766784668 +462,3.091404320357197,-0.06406960579175067,-2.7028824850109943,0.050064340233802795,0.06402578204870224,0.9966917634010315,0.0012700119987130165,0.0006866897456347942,0.0002080630511045456,3.026425838470459e-05,0.00057993084192276,0.005047798156738281 +463,3.0914254893236244,-0.06405313202076876,-2.702668669688809,0.05004327744245529,0.06400933861732483,0.9966935515403748,-0.0005708308890461922,-0.0005975309759378433,-0.00011002644896507263,0.0007227063179016113,0.00032170116901397705,0.005076229572296143 +464,3.091401302054436,-0.06403717288250442,-2.702576547549798,0.050067439675331116,0.0639934167265892,0.9966934323310852,-0.00024256668984889984,-0.0010136584751307964,-0.0011806730180978775,0.0001492239534854889,0.00047495216131210327,0.004939079284667969 +465,3.0913883810776346,-0.06406655324353318,-2.7028855692753626,0.050080232322216034,0.0640227347612381,0.9966910481452942,0.00019285175949335098,-0.0009143324568867683,0.001758749596774578,0.0007467903196811676,0.0006440058350563049,0.0041024088859558105 +466,3.091415300740987,-0.06411325402840369,-2.7030283659874335,0.050053250044584274,0.06406933814287186,0.9966894388198853,0.0005188370123505592,0.0018489474896341562,0.0010044584050774574,-6.545707583427429e-05,6.335228681564331e-05,0.005645155906677246 +467,3.091434122950237,-0.06408809954178232,-2.7028509642323733,0.050034571439027786,0.06404423713684082,0.9966919422149658,-0.0001502707600593567,-0.0008202069438993931,5.6862831115722656e-05,-0.00015358999371528625,0.0002868175506591797,0.00439143180847168 +468,3.0914081455344053,-0.0640976176659454,-2.702490130721812,0.050060439854860306,0.0640537366271019,0.9966902136802673,0.0005673542618751526,0.00018374575302004814,-0.0019913967698812485,3.41758131980896e-05,0.0005367323756217957,0.005217313766479492 +469,3.0913081997570635,-0.0641247442056767,-2.702226027398522,0.050159964710474014,0.06408080458641052,0.9966834187507629,0.0006640683859586716,-0.0014325440861284733,0.0008383831009268761,-0.00040104612708091736,0.00037232786417007446,0.006246328353881836 +470,3.0913188974516608,-0.06414816074540274,-2.701953146509148,0.05014922469854355,0.06410417705774307,0.996682345867157,-0.0005502002313733101,0.0008535822853446007,-0.0017777401953935623,0.0005862489342689514,-0.0003529563546180725,0.004721403121948242 +471,3.0913316792980203,-0.06411230715714504,-2.701984218975954,0.05013660714030266,0.06406839191913605,0.9966854453086853,-6.874091923236847e-05,-0.001364593394100666,-0.00024156272411346436,0.00011058524250984192,0.00011007487773895264,0.004840493202209473 +472,3.0913269873807447,-0.06416628352294418,-2.7020292368186514,0.0501411147415638,0.0641222596168518,0.9966818690299988,0.0005365181714296341,-0.0002834252081811428,0.00028514303267002106,-0.0006110742688179016,-0.0008287876844406128,0.005103707313537598 +473,3.091390823950008,-0.06418098108194088,-2.702153360337961,0.05007743090391159,0.06413692981004715,0.9966838359832764,-0.0009140539914369583,-0.0027914373204112053,-0.0011016838252544403,0.0004749372601509094,-0.00011105835437774658,0.004918277263641357 +474,3.091328747879129,-0.06412168681247872,-2.7018894995185323,0.05013949051499367,0.06407775729894638,0.9966845512390137,-0.0009302319958806038,-3.9365142583847046e-05,-0.0004507247358560562,0.00013821572065353394,0.00023803859949111938,0.004932880401611328 +475,3.0913165275037904,-0.0641222699331841,-2.7016841319391274,0.050151657313108444,0.06407833844423294,0.9966837167739868,-0.0015084007754921913,0.0010325589682906866,-0.0005946103483438492,1.9222497940063477e-05,0.0006494224071502686,0.004903018474578857 +476,3.091317857948537,-0.06415171643918807,-2.701708734441037,0.05015024542808533,0.06410772353410721,0.9966820478439331,0.0006938455626368523,-0.0012892191298305988,0.0039232755079865456,0.00044789910316467285,-0.00014287978410720825,0.0066596269607543945 +477,3.0912595279783037,-0.06411170559557128,-2.701696077845944,0.050208501517772675,0.0640677958726883,0.9966815114021301,-0.0028023915365338326,0.0020887006539851427,0.0017589041963219643,-0.00028175488114356995,-0.0001487433910369873,0.004081249237060547 +478,3.0912171672150586,-0.06409114931469621,-2.701988142302239,0.05025080218911171,0.06404728442430496,0.9966809749603271,0.0009916936978697777,-0.0019566500559449196,1.9077211618423462e-05,0.0001489780843257904,-0.00021976977586746216,0.0053637027740478516 +479,3.091240592471716,-0.06406370930923529,-2.7020497011775766,0.05022754892706871,0.06401989609003067,0.9966840147972107,0.0010332828387618065,0.0027886403258889914,-0.0001724380999803543,0.0004621557891368866,0.0007079020142555237,0.003621339797973633 +480,3.091252077158943,-0.06406107925210378,-2.702250037985008,0.05021612346172333,0.06401727348566055,0.9966849684715271,0.0013651000335812569,0.0028569926507771015,0.0008208267390727997,-0.0005334876477718353,0.0005884617567062378,0.005009174346923828 +481,3.091269819606304,-0.06410090285668163,-2.702272699580036,0.05019829794764519,0.06405701488256454,0.9966830611228943,-0.0003612590953707695,-0.001447091344743967,-0.0019396673887968063,0.000170975923538208,2.991408109664917e-05,0.005193948745727539 +482,3.0912859646915094,-0.06407577318833166,-2.7023091041486715,0.0501822903752327,0.0640319362282753,0.9966855645179749,0.0007528839632868767,3.538001328706741e-05,0.0002186223864555359,0.00023275986313819885,-0.0009063109755516052,0.004993081092834473 +483,3.0913153098319595,-0.06408735566552787,-2.702598642791127,0.05015299469232559,0.06404349207878113,0.9966861009597778,-0.0010218797251582146,0.0028465883806347847,-0.0006487369537353516,1.790374517440796e-05,0.00015023350715637207,0.003878474235534668 +484,3.0913676091361,-0.06412905452076492,-2.7024657102470857,0.05010072886943817,0.06408511102199554,0.9966859221458435,-0.001682155765593052,-0.0013981778174638748,0.0013610851019620895,0.0008941404521465302,7.808953523635864e-05,0.004794061183929443 +485,3.091370134935614,-0.06417344274795644,-2.7026963985189014,0.050098076462745667,0.06412940472364426,0.9966833591461182,-0.0013009551912546158,-4.7280453145504e-05,-0.0019105374813079834,0.0005763620138168335,0.0004915669560432434,0.004934072494506836 +486,3.091384214366856,-0.06415427815424317,-2.7026296290434964,0.05008409917354584,0.06411027908325195,0.9966852068901062,0.0011025508865714073,-0.002537363674491644,0.0009619863703846931,-0.00014209002256393433,0.00064801424741745,0.0053746700286865234 +487,3.0913558556594833,-0.06414761257509846,-2.702806332160693,0.050112396478652954,0.0641036257147789,0.9966844320297241,0.0019703730940818787,-0.0006335489451885223,0.0008653542026877403,-0.00010933727025985718,-0.00038292258977890015,0.00543665885925293 +488,3.091408464223604,-0.06410887705019357,-2.702897078133271,0.050060074776411057,0.06406497210264206,0.9966892600059509,-0.0008351374417543411,0.0002446216531097889,0.00048660486936569214,0.0007974617183208466,0.00011348724365234375,0.0048975348472595215 +489,3.0914263291136446,-0.06407676389855667,-2.703216566230513,0.05004238337278366,0.06403292715549469,0.9966924786567688,0.0008811978623270988,-0.0009564417414367199,8.617714047431946e-05,6.748735904693604e-05,3.873556852340698e-05,0.004116415977478027 +490,3.0914070611259006,-0.06405134465007709,-2.7034075491002807,0.0500616692006588,0.06400755792856216,0.9966931343078613,0.00026153866201639175,0.0012083544861525297,0.0015719393268227577,0.00015500932931900024,0.00020143389701843262,0.004909157752990723 +491,3.0913764331570865,-0.06406799857936196,-2.7037341751208546,0.05009213462471962,0.0640241801738739,0.9966903328895569,0.001177697442471981,-0.00044233351945877075,-0.0024708807468414307,0.0003839358687400818,0.0002458319067955017,0.00463712215423584 +492,3.0913899031723644,-0.06409297904384928,-2.7041288711556137,0.05007864534854889,0.06404910981655121,0.9966897368431091,0.001902034506201744,0.00010113976895809174,0.0006971973925828934,-0.00010609254240989685,-0.0002673491835594177,0.004683852195739746 +493,3.091354768436021,-0.06412618206331197,-2.704401423164937,0.05011354386806488,0.06408224254846573,0.9966856241226196,0.0007002754136919975,-0.0026183025911450386,-0.0020573940128087997,0.0006219297647476196,0.00021829456090927124,0.005923628807067871 +494,3.0913707673677235,-0.06407578370745788,-2.704575717880794,0.050097767263650894,0.0640319436788559,0.9966897964477539,0.00011664163321256638,0.000540049746632576,5.416944622993469e-05,4.262849688529968e-05,-3.656744956970215e-05,0.0038750171661376953 +495,3.091340085010057,-0.06401932888718191,-2.7045029462052144,0.0501285195350647,0.06397560983896255,0.9966917037963867,-0.0007082065567374229,-0.001805424690246582,-0.0014512240886688232,-0.00023227930068969727,-2.602487802505493e-05,0.003994941711425781 +496,3.0912981390698557,-0.06402430372548056,-2.704407411970803,0.05017030984163284,0.0639805719256401,0.9966892004013062,0.00038742925971746445,-0.00021407008171081543,-0.0012617968022823334,0.0003668069839477539,0.00015212595462799072,0.005202889442443848 +497,3.0912863382685716,-0.06399564128144945,-2.7043098396585274,0.05018216744065285,0.06395196914672852,0.996690571308136,0.000928749330341816,-9.365146979689598e-05,0.00011569634079933167,0.00021760910749435425,-0.0003838539123535156,0.005338907241821289 +498,3.09132469834157,-0.06391606783339068,-2.7044350915745348,0.05014418810606003,0.0638725608587265,0.9966975450515747,-0.0006312290206551552,-0.0004846719093620777,0.0002733282744884491,0.00010300427675247192,0.00018383562564849854,0.004889369010925293 +499,3.0912786827719367,-0.06392909559690278,-2.704589087577102,0.05019001662731171,0.06388556212186813,0.9966944456100464,0.002076408825814724,-0.0023668990470469,0.0028141699731349945,0.0006827972829341888,0.00012506544589996338,0.005243539810180664 +500,3.091261664304296,-0.06395046312839194,-2.7045925846011585,0.050206903368234634,0.06390688568353653,0.9966921806335449,0.0001843087375164032,-7.928861305117607e-05,0.0001456812024116516,0.0002081356942653656,-0.00041506439447402954,0.004635334014892578 +501,3.0912299906615845,-0.06398444831481907,-2.7046109879043656,0.050238367170095444,0.06394080072641373,0.9966884851455688,0.0005697049200534821,-0.0007077241316437721,-0.00037135370075702667,0.0004818551242351532,0.0010158717632293701,0.005203723907470703 +502,3.0912472771893538,-0.06405457065173158,-2.704362411375786,0.050220903009176254,0.06401077657938004,0.9966846704483032,-0.0007588574662804604,0.0011116473469883204,-0.001272374764084816,8.73170793056488e-05,0.0003202706575393677,0.0047647953033447266 +503,3.091239945358309,-0.06408379670989665,-2.7042707415930685,0.05022810772061348,0.06403994560241699,0.9966822266578674,0.0004880102351307869,-0.0005056769587099552,0.001249857246875763,0.000537872314453125,0.000992998480796814,0.005636811256408691 +504,3.0912437811460802,-0.06411363102323586,-2.70431963522228,0.05022421479225159,0.0640697181224823,0.9966810345649719,-0.0010344451293349266,-0.0008178781718015671,-0.0002789124846458435,-0.00026692822575569153,0.00016979873180389404,0.005394339561462402 +505,3.091198188068726,-0.06406993943127322,-2.7043694732058143,0.050269778817892075,0.0640261173248291,0.9966812133789062,0.0010962430387735367,-0.0015866556204855442,-0.0007280576974153519,-0.0003888048231601715,0.00012182444334030151,0.004646182060241699 +506,3.0911680181535175,-0.06403466694669298,-2.703954170627839,0.05029997602105141,0.06399091333150864,0.9966822266578674,-0.0004420597106218338,0.0004272214137017727,-0.0012590177357196808,-0.00037321075797080994,5.023926496505737e-05,0.0047675371170043945 +507,3.0911767140470223,-0.06402982654910307,-2.703870801545751,0.05029131844639778,0.06398608535528183,0.9966828227043152,0.00016857031732797623,-0.0001455848105251789,-0.00043456628918647766,6.269291043281555e-05,0.0009095519781112671,0.00368344783782959 +508,3.091137632130108,-0.06409233316499052,-2.7036919729820634,0.05033007264137268,0.06404846161603928,0.9966769814491272,0.0013132533058524132,-0.0014034355990588665,0.001532004214823246,-0.0007237382233142853,-6.834417581558228e-05,0.004925370216369629 +509,3.0911752473043066,-0.06404899233651688,-2.703393382323674,0.050292715430259705,0.06400521099567413,0.9966814517974854,0.002668535802513361,-0.00045250728726387024,9.710527956485748e-05,4.6037137508392334e-05,0.0003563687205314636,0.0054395198822021484 +510,3.0912198560736,-0.0640567212139969,-2.7029923945289474,0.05024821683764458,0.06401292234659195,0.9966829419136047,0.0009720921516418457,0.0007160676177591085,-0.00013227015733718872,0.0002431049942970276,5.871802568435669e-05,0.004659533500671387 +511,3.0912207632798485,-0.06409527255609498,-2.7025512716006688,0.0502471923828125,0.06405139714479446,0.9966806173324585,0.0020991256460547447,0.0006411003414541483,0.0003061629831790924,0.0003509446978569031,-0.00016286224126815796,0.005592763423919678 +512,3.091203688010983,-0.06415691740719735,-2.702289311306127,0.05026400461792946,0.06411291658878326,0.9966756701469421,0.0020288927480578423,0.0023366997484117746,-0.001213114708662033,-0.00035252049565315247,-0.000239640474319458,0.005002439022064209 +513,3.0912166254814366,-0.06411688996475319,-2.7022687626537314,0.050251252949237823,0.06407296657562256,0.9966791272163391,-0.0003233840689063072,0.0015012775547802448,-0.00033523887395858765,0.00019429996609687805,-0.00010813027620315552,0.005624830722808838 +514,3.091204804508416,-0.06406965854185069,-2.7020422035473195,0.0502631850540638,0.06402583420276642,0.9966815710067749,-0.0013753632083535194,-0.0006479970179498196,-0.0010475032031536102,-0.0006263479590415955,-1.5221536159515381e-05,0.005210459232330322 +515,3.0912520207284673,-0.06406666723173103,-2.7020086321603483,0.050216153264045715,0.06402284651994705,0.9966844320297241,-0.002259836532175541,-0.002734207082539797,-0.0010034553706645966,0.00018364191055297852,0.0006591752171516418,0.0043839216232299805 +516,3.0912707448465864,-0.06405858570553861,-2.701719598579154,0.050197500735521317,0.06401478499174118,0.9966855645179749,-0.0005079749971628189,0.0016597763169556856,0.0002193264663219452,0.0005074553191661835,0.00031626224517822266,0.005862534046173096 +517,3.091249190478061,-0.06403129752133803,-2.7020582261878534,0.05021907016634941,0.06398755311965942,0.9966862797737122,-2.845749258995056e-05,-0.0024198940955102444,-0.00057179294526577,0.0003790631890296936,-7.458031177520752e-06,0.004473328590393066 +518,3.091190409616624,-0.06401599631332844,-2.7021870044465404,0.0502777025103569,0.06397227942943573,0.996684193611145,-0.001373513601720333,-0.0011144569143652916,-0.001497700810432434,0.000274658203125,0.00028246641159057617,0.004765212535858154 +519,3.0911901902001833,-0.06399871770446729,-2.702497553404023,0.050277985632419586,0.06395503878593445,0.9966854453086853,-0.0003599608317017555,-0.00021201884374022484,-0.000992611050605774,-0.0005648545920848846,0.0005438551306724548,0.004291117191314697 +520,3.091218165991238,-0.06398490666043113,-2.702850462859536,0.050250135362148285,0.06394125521183014,0.9966875314712524,-0.00044312234967947006,-0.0008101304993033409,-1.0883435606956482e-05,-0.0002013184130191803,0.000298231840133667,0.004990696907043457 +521,3.0911844812115987,-0.06397369953222996,-2.702840300359,0.050283756107091904,0.06393007189035416,0.9966868162155151,0.0007047681137919426,0.0012638531625270844,-0.0021652448922395706,-6.708130240440369e-05,0.0001873597502708435,0.005067944526672363 +522,3.091200001040983,-0.06395450506584466,-2.7031223427557016,0.050268348306417465,0.06391091644763947,0.9966887831687927,0.0010489802807569504,-0.0006346246227622032,-0.0005126390606164932,0.0004213489592075348,-3.762543201446533e-05,0.004547119140625 +523,3.0911760436202544,-0.06403816434660495,-2.703358707994968,0.05029195547103882,0.0639944076538086,0.9966821670532227,0.0016057230532169342,0.0010648516472429037,0.0010456554591655731,0.0003367029130458832,0.0006570741534233093,0.004935204982757568 +524,3.09121235421576,-0.06404085748547594,-2.7035685021673097,0.050255753099918365,0.06399708986282349,0.9966837167739868,0.00016661547124385834,-0.0009566452354192734,0.0017582019791007042,0.001105327159166336,0.00242440402507782,0.004811465740203857 +525,3.091199654019027,-0.06405120644577829,-2.703854764672377,0.05026838183403015,0.06400741636753082,0.9966825842857361,-0.001398787833750248,-0.003715059719979763,0.0002756267786026001,-0.0008146539330482483,-0.0011717304587364197,0.003729403018951416 +526,3.0911732145399604,-0.0638690674526614,-2.7041131726556147,0.05029531195759773,0.06382565200328827,0.9966926574707031,-0.002043497748672962,0.001113556558266282,0.0018895789980888367,0.000684298574924469,-0.0005779862403869629,0.008525669574737549 +527,3.0912521337154053,-0.06396543944994305,-2.7039990083240983,0.05021635815501213,0.06392183154821396,0.9966908097267151,-0.0006596185266971588,0.0032770922407507896,-0.00023249350488185883,0.00018342211842536926,0.0024996772408485413,0.0015392303466796875 +528,3.091341222213069,-0.06400979850298047,-2.7043526588507882,0.05012741684913635,0.06396609544754028,0.9966922998428345,-0.0010001948103308678,0.0003880972508341074,0.0004034321755170822,0.00030288100242614746,-0.0012829899787902832,0.006542563438415527 +529,3.0913420870791612,-0.06391511943261287,-2.704488259808516,0.05012686178088188,0.06387161463499069,0.9966984987258911,0.0008320650085806847,0.00038755289278924465,0.00010366365313529968,0.0004712902009487152,-0.0005781501531600952,0.0060787200927734375 +530,3.091393027981253,-0.06399245307486108,-2.7048183895544424,0.050075821578502655,0.06394878774881363,0.9966956973075867,-0.0007670307531952858,-0.00022917380556464195,0.0005863439291715622,0.0003239437937736511,0.00190812349319458,0.0026630759239196777 +531,3.0913560823093844,-0.06399720882459345,-2.7050745314685187,0.050112638622522354,0.06395353376865387,0.9966936707496643,-0.0010543698444962502,0.00095982919447124,0.0011269692331552505,0.000577043741941452,-0.0010415688157081604,0.007136046886444092 +532,3.0913144175241127,-0.06391999982235554,-2.705148609477008,0.0501544289290905,0.06387647986412048,0.9966968894004822,0.0018472541123628616,3.8528814911842346e-05,0.0008328482508659363,-0.00039551034569740295,0.0003477707505226135,0.0054395198822021484 +533,3.0913316568819322,-0.0639988637685979,-2.7052410899727137,0.050136998295784,0.06395518779754639,0.9966927766799927,-0.00038612913340330124,-0.0010520070791244507,0.0003378894180059433,0.0009647049009799957,0.001764446496963501,0.0030480623245239258 +534,3.0913211914003464,-0.06396379418896427,-2.705335475658496,0.05014752969145775,0.06392018496990204,0.9966942667961121,-0.0017193770036101341,4.577450454235077e-05,0.0008990010246634483,0.0002369917929172516,0.0029896050691604614,0.005594491958618164 +535,3.091307338099336,-0.06394179723722115,-2.7053855364879036,0.05016140639781952,0.0638982355594635,0.9966949224472046,-0.0018971171230077744,-0.00025544548407197,-0.000746164470911026,-0.000783964991569519,-0.004114307463169098,0.005822718143463135 +536,3.091316331514738,-0.06380907475877133,-2.7056212866170863,0.050152864307165146,0.06376577913761139,0.9967038035392761,-0.000526057556271553,0.0015752282924950123,0.002961467020213604,0.0001858733594417572,0.002197958528995514,0.003112971782684326 +537,3.0912759183337317,-0.06400322789664134,-2.705696775283197,0.05019253492355347,0.06395953893661499,0.9966896772384644,0.00011772848665714264,-0.0009314501658082008,0.001304718665778637,0.0011380426585674286,0.0015922337770462036,0.005797743797302246 +538,3.091283587028243,-0.0639321124901409,-2.705647668342456,0.05018509924411774,0.06388857215642929,0.9966941475868225,-9.606406092643738e-05,-0.0011556926183402538,0.0011697802692651749,-0.0014637932181358337,-0.0032196417450904846,0.004755198955535889 +539,3.0913083020895806,-0.06383256180064328,-2.7052542152661796,0.05016079917550087,0.06378921866416931,0.9967020153999329,-0.0013793222606182098,0.002272973768413067,-0.0003415010869503021,0.0012460574507713318,0.0010911449790000916,0.005083262920379639 +540,3.091320194718186,-0.0639794343991294,-2.705187900108134,0.05014846846461296,0.0639357939362526,0.9966931343078613,0.0004397733137011528,4.376564174890518e-05,-0.0008508991450071335,0.0011057928204536438,0.002378895878791809,0.005153059959411621 +541,3.091387728306268,-0.06389925087020089,-2.7053628710163915,0.05008143186569214,0.06385577470064163,0.9967019557952881,0.00012322794646024704,0.0010523824021220207,0.0005930773913860321,-0.0009481199085712433,-0.003141045570373535,0.004595279693603516 +542,3.0914078681978134,-0.06380282013825689,-2.705467881628344,0.0500616654753685,0.06375954300165176,0.9967091083526611,-0.002621455118060112,-0.0007581771351397038,-0.00011612102389335632,0.0014672726392745972,0.001792222261428833,0.004466056823730469 +543,3.091433356996407,-0.06397268065027865,-2.7056189451876542,0.050035711377859116,0.06392905116081238,0.9966993927955627,-0.0006125709041953087,-0.0016424101777374744,-0.0008335895836353302,-0.0006887800991535187,0.002233058214187622,0.004948616027832031 +544,3.0914104091481573,-0.06385785415805867,-2.705473641640188,0.05005895346403122,0.06381446123123169,0.9967056512832642,-0.0006758514791727066,-0.0009284862317144871,0.001780935563147068,-0.0008035749197006226,-0.0045187994837760925,0.004805088043212891 +545,3.0914272810126033,-0.06379080087785478,-2.705312645600454,0.05004233866930008,0.06374754756689072,0.996710479259491,0.0006033042445778847,-0.003528112079948187,-0.003125559538602829,-0.00010032579302787781,0.0019720494747161865,0.004983127117156982 +546,3.091435073675247,-0.06402690618621863,-2.705248349441472,0.050033822655677795,0.06398317217826843,0.9966959357261658,0.00181597750633955,0.0010132971219718456,9.899958968162537e-05,-2.4959444999694824e-07,0.0014312565326690674,0.003929615020751953 +547,3.0913947179286327,-0.06393635608354996,-2.7049419838379865,0.05007433146238327,0.06389280408620834,0.9966996312141418,-0.0011125057935714722,0.001153725665062666,-0.000235874205827713,-5.6020915508270264e-05,-0.0025829896330833435,0.005634903907775879 +548,3.0914412068238026,-0.06390311777929122,-2.704718919543163,0.05002811923623085,0.06385963410139084,0.9967043995857239,0.0004833219572901726,0.0018958658911287785,-0.0005860738456249237,0.00047848746180534363,0.0024093016982078552,0.005493044853210449 +549,3.0914069362382235,-0.06405123650007154,-2.7047877721330105,0.05006178840994835,0.06400744616985321,0.996692955493927,7.167458534240723e-05,-0.0005857865326106548,0.0013433750718832016,0.0009330771863460541,-0.0005614161491394043,0.004268288612365723 +550,3.0913404551092345,-0.06386596377088705,-2.704753369378914,0.05012863501906395,0.06382255256175995,0.9967012405395508,-0.002087675966322422,-0.0015084301121532917,0.0016005327925086021,-0.0002476610243320465,-0.0014141201972961426,0.005129575729370117 +551,3.0913642760053497,-0.06387628621019291,-2.7046644806622595,0.05010487139225006,0.0638328567147255,0.9967020750045776,0.00032771099358797073,-0.0007166718132793903,0.0008996054530143738,0.00026439130306243896,0.0021003708243370056,0.005067944526672363 +552,3.0913461534070996,-0.06395418674599296,-2.7042654457564876,0.05012267827987671,0.0639105960726738,0.9966960549354553,0.001824808306992054,-8.201971650123596e-05,0.0013389838859438896,0.000795900821685791,-0.0012732669711112976,0.005974173545837402 +553,3.0913679167621924,-0.06380268251838231,-2.7038895128133844,0.05010148510336876,0.06375940144062042,0.9967070817947388,-0.0011520357802510262,-0.00031609972938895226,0.00031382031738758087,-0.00044937431812286377,-0.0017934441566467285,0.004666447639465332 +554,3.0913432763458117,-0.06386319439150251,-2.7038585231850654,0.0501258447766304,0.06381979584693909,0.9967018961906433,-0.0005716634914278984,-0.0015846369788050652,0.0007925825193524361,0.0014641210436820984,0.00287637859582901,0.005251288414001465 +555,3.0912794531026266,-0.06393241977068763,-2.7042176762935295,0.050189241766929626,0.06388887763023376,0.9966943860054016,-7.731840014457703e-06,-0.00031493790447711945,-8.887425065040588e-05,5.796179175376892e-05,0.0002896040678024292,0.004602789878845215 +556,3.091292701592583,-0.06381971190345034,-2.7044396285602366,0.050176385790109634,0.063776396214962,0.9967019557952881,-0.00034985877573490143,-0.0016995491459965706,0.00025416910648345947,-0.0008752383291721344,-0.0011543333530426025,0.004594981670379639 +557,3.0913338500257295,-0.06380305584094216,-2.7044621619857696,0.05013543739914894,0.06375977396965027,0.9967053532600403,-0.0008465256541967392,0.0011889436282217503,-3.7748366594314575e-05,0.0011035837233066559,0.0027532950043678284,0.004546046257019043 +558,3.0913955433384768,-0.06383458859546115,-2.7045737924073134,0.05007384344935417,0.06379124522209167,0.9967063665390015,-0.0012123184278607368,0.00447818823158741,0.00108292605727911,-0.00039121881127357483,-4.001706838607788e-05,0.002164602279663086 +559,3.0918406255167517,-0.06306306801399697,-2.7046472945334146,0.04963264241814613,0.06302127987146378,0.9967771172523499,-0.007139052264392376,-0.04717658832669258,0.003043866716325283,-0.0029865317046642303,-0.01178228110074997,-0.07961726188659668 +560,3.091599682571343,-0.06315861326173738,-2.704959714075069,0.04987252876162529,0.0631166324019432,0.9967595338821411,0.0016831373795866966,0.03042394295334816,0.001879916526377201,0.014107584953308105,0.008950643241405487,0.10777866840362549 +561,3.091862701862024,-0.06352591579679087,-2.7051316814250743,0.04960918799042702,0.06348320096731186,0.9967491030693054,0.0053573548793792725,0.002398097887635231,-4.123710095882416e-05,-0.022006046026945114,0.002511054277420044,0.014313459396362305 +562,3.091843984519023,-0.06312345801703474,-2.7054058524444438,0.049629099667072296,0.06308154761791229,0.9967734217643738,-0.006612091325223446,-0.014143615961074829,-0.000704614445567131,0.01573953777551651,-0.011033840477466583,-0.01659482717514038 +563,3.0911855072160552,-0.06301236584490817,-2.7056079699824025,0.050285808742046356,0.06297067552804947,0.9967477917671204,0.005761970765888691,0.010171146132051945,-0.0029828958213329315,-0.00986526906490326,0.010256260633468628,0.024461984634399414 +564,3.0921827630809426,-0.06348524232462208,-2.7054364062264233,0.049290284514427185,0.06344260275363922,0.9967673420906067,0.0016554249450564384,-0.000982008408755064,-0.0027006566524505615,0.0006974935531616211,-0.005474485456943512,0.012158811092376709 +565,3.0915009675694787,-0.06297142794015813,-2.7050341228517185,0.049971505999565125,0.06292981654405594,0.9967662692070007,-0.002772274427115917,-0.0015287208370864391,2.5196000933647156e-05,0.006470762193202972,-0.0017268061637878418,-0.008103489875793457 +566,3.091633900970311,-0.06335807310809573,-2.704852322188338,0.04983776807785034,0.06331568956375122,0.9967482089996338,0.002094806171953678,0.0034190118312835693,-0.002067333087325096,-0.006106086075305939,0.0072104185819625854,0.005235254764556885 +567,3.0917641209934943,-0.06339867645703953,-2.7045032828843363,0.049707863479852676,0.06335621327161789,0.9967525601387024,-0.0015820274129509926,-0.0021893722005188465,-0.0009371824562549591,0.0074057914316654205,-0.0062730684876441956,0.004910945892333984 +568,3.0914905540754294,-0.06306401169753953,-2.704499705763614,0.04998159036040306,0.06302221864461899,0.9967598915100098,0.001037553884088993,0.0004488148260861635,-0.0012166202068328857,-0.003945816308259964,0.003750249743461609,0.00029528141021728516 +569,3.0918280523728083,-0.06336544117647765,-2.7044334148103846,0.049644239246845245,0.06332304328680038,0.9967577457427979,0.0007266877219080925,-0.00016667693853378296,-0.00021769851446151733,0.0005114078521728516,0.0013894885778427124,0.005561709403991699 +570,3.091528475146005,-0.06313819108351246,-2.7045671094034325,0.04994354024529457,0.06309624761343002,0.9967567324638367,-0.0024774307385087013,0.0020142283756285906,0.005032955668866634,0.0024093538522720337,-0.005860552191734314,0.005821704864501953 +571,3.0916492524849275,-0.06313418552994128,-2.7046060421274123,0.04982318356633186,0.06309225410223007,0.9967633485794067,0.0006829230114817619,-0.0002602366730570793,0.00031686387956142426,-0.0031312890350818634,0.004977203905582428,0.006486773490905762 +572,3.091641639625732,-0.06331066912540169,-2.7046244009400344,0.04983021691441536,0.06326838582754135,0.9967519044876099,-0.0009996779263019562,-0.0014861314557492733,0.0013779643923044205,0.005711778998374939,-0.0019280388951301575,0.0056133270263671875 +573,3.091517783341384,-0.06307635701343865,-2.704768043418861,0.04995441809296608,0.0630345419049263,0.9967606067657471,0.0018665045499801636,0.002835554536432028,0.0004710312932729721,-0.006527893245220184,0.0007014349102973938,0.006108283996582031 +574,3.0917014314217015,-0.06324447468097497,-2.7050986303729343,0.049770817160606384,0.06320232152938843,0.996758759021759,-0.000455428846180439,-2.0850449800491333e-05,-0.001779584214091301,0.0037417449057102203,0.0022731274366378784,0.0036377906799316406 +575,3.091439365358899,-0.06319151003999975,-2.7054838296931707,0.050032202154397964,0.06314945966005325,0.9967491030693054,0.0008284561336040497,0.003119132947176695,-0.0012338683009147644,-0.0012956373393535614,-0.001259826123714447,0.004456222057342529 +576,3.091683008445138,-0.06321150278947492,-2.7057028806112466,0.04978928342461586,0.06316941231489182,0.9967599511146545,0.0012351339682936668,0.00011455826461315155,7.57407397031784e-05,-0.0012205615639686584,-0.001066155731678009,0.006047546863555908 +577,3.091534072568257,-0.06318226517546513,-2.7059056668178734,0.04993783310055733,0.06314023584127426,0.9967544674873352,0.0006299195811152458,-0.002005409449338913,-8.697807788848877e-05,0.004200343042612076,0.0004889070987701416,0.0050154924392700195 +578,3.091528253098089,-0.06319455597127162,-2.706264874832296,0.04994358867406845,0.0631524994969368,0.9967532753944397,0.00024324841797351837,-0.0006306669674813747,-0.001257011666893959,-0.0030991174280643463,0.001956738531589508,0.0049555301666259766 +579,3.0916402764078295,-0.06319158844522081,-2.706160026980963,0.04983194172382355,0.06314954161643982,0.9967591166496277,0.00173130352050066,-0.00020054541528224945,-0.0005918294191360474,0.004382528364658356,-0.0016413778066635132,0.005224406719207764 +580,3.091481866396587,-0.0631871390454105,-2.7062833365013366,0.04998985305428505,0.06314510107040405,0.9967515468597412,0.002331795636564493,0.00018851272761821747,0.0003462061285972595,-0.002779163420200348,0.0008044764399528503,0.004331767559051514 +581,3.091697206438733,-0.06321741059633422,-2.7063129708397233,0.04977511614561081,0.06317531317472458,0.996760368347168,0.0008970769122242928,-0.001776618417352438,-0.0006213411688804626,0.0017995871603488922,0.0005453824996948242,0.004933297634124756 +582,3.0914842859254246,-0.06317829648828892,-2.705858752080606,0.04998747259378433,0.0631362721323967,0.9967522621154785,0.0016462337225675583,-0.0013541565276682377,-0.0008179638534784317,0.003906570374965668,0.000981159508228302,0.0019202232360839844 +583,3.0914974168528824,-0.06332233185917037,-2.706100013502894,0.04997394233942032,0.06328002363443375,0.9967440366744995,0.0006945747882127762,-0.0015976033173501492,-0.00014081038534641266,-0.006257500499486923,-6.284564733505249e-05,0.00501096248626709 +584,3.091580929363436,-0.06334775210131117,-2.706019900533455,0.049890611320734024,0.06330539286136627,0.9967464804649353,0.0007095178589224815,0.002133958972990513,-0.0018295329064130783,0.007268819957971573,3.384798765182495e-05,0.007358193397521973 +585,3.091258111411254,-0.06340090505142916,-2.7058123399850813,0.05021221190690994,0.06335844099521637,0.9967270493507385,0.0006078397855162621,-0.0012080557644367218,-0.0011852290481328964,-0.005427658557891846,0.004268519580364227,0.0013200044631958008 +586,3.091501415871292,-0.06350857847949945,-2.705748566996373,0.04996936023235321,0.0634658932685852,0.9967323541641235,0.0005431734025478363,3.953138366341591e-05,-0.0010848809033632278,0.0017884597182273865,-0.002384953200817108,0.004915714263916016 +587,3.0912543135240367,-0.06338765333962432,-2.7059103707831307,0.05021604895591736,0.06334521621465683,0.9967278838157654,-0.00020880810916423798,0.00019963784143328667,0.001080474816262722,0.0020147934556007385,0.000482313334941864,0.006263136863708496 +588,3.091381889622387,-0.06349207968182792,-2.7060430984154507,0.05008853226900101,0.063449427485466,0.9967271685600281,-0.0017169220373034477,-3.617582842707634e-05,-0.00018652714788913727,-0.003442421555519104,0.0033535361289978027,0.004172980785369873 +589,3.0915489503759517,-0.06344912827269208,-2.705947533612954,0.04992217570543289,0.0634065642952919,0.9967386722564697,-0.001011596992611885,-0.0002539106644690037,-7.937289774417877e-05,0.0056961216032505035,-0.002310357987880707,0.004772186279296875 +590,3.091392300716186,-0.06340359038212796,-2.705659827958639,0.050078436732292175,0.06336111575365067,0.9967333078384399,-0.0006525935605168343,0.001768217422068119,-0.00016009993851184845,-0.006377272307872772,-0.00011344254016876221,0.004472017288208008 +591,3.0917727751672013,-0.06350886912167501,-2.705810430496231,0.049698878079652786,0.06346618384122849,0.996745765209198,0.002182565163820982,0.0007385227363556623,-0.001065799966454506,0.0028981640934944153,0.000559687614440918,0.006443321704864502 +592,3.0914607371056686,-0.06341027670367745,-2.7058841716668076,0.05001021921634674,0.06336779147386551,0.9967365860939026,0.0004101041704416275,0.00012071151286363602,-0.0005627945065498352,0.0013356134295463562,0.0002918839454650879,0.004133343696594238 +593,3.0917026884872842,-0.06347027774342429,-2.7056253091003906,0.04976886138319969,0.06342767179012299,0.9967447519302368,0.0016281288117170334,0.0018842883873730898,0.0010077152401208878,-0.0027565285563468933,0.00047613680362701416,0.0036519765853881836 +594,3.0917350977939573,-0.06345574536572707,-2.705258534581694,0.04973659664392471,0.06341316550970078,0.9967471957206726,-0.0018129786476492882,0.002962462604045868,0.0005648992955684662,0.005668066442012787,0.00015494972467422485,0.006899595260620117 +595,3.091661842229597,-0.06300446677370676,-2.7048412155000707,0.04981103911995888,0.06296279281377792,0.996772050857544,-0.007473009638488293,-0.013387847691774368,-0.0014194473624229431,-0.0068880654871463776,-0.007054589688777924,-0.025641679763793945 +596,3.0918472168050526,-0.06289562910055234,-2.7044041193174806,0.049626607447862625,0.06285417079925537,0.9967882633209229,-0.002139681950211525,0.010970035567879677,-0.0002930983901023865,0.0022837966680526733,-0.003085486590862274,0.0406416654586792 +597,3.0917969091860504,-0.06297707818028953,-2.703637771517464,0.04967648535966873,0.06293545663356781,0.9967803359031677,-0.004383619874715805,-0.001871342770755291,0.0007604081183671951,-0.001077253371477127,0.005866408348083496,-0.0027924776077270508 +598,3.0918456125153226,-0.06307012542974123,-2.7031556203025473,0.049627646803855896,0.06302832067012787,0.9967768788337708,0.0014914097264409065,0.0015605762600898743,-0.001329135149717331,3.970414400100708e-05,-0.0007877349853515625,0.0014376044273376465 +599,3.091937132718977,-0.06278716071223633,-2.7026297351354107,0.04953731596469879,0.06274591386318207,0.9967994689941406,-0.0010826466605067253,0.0031271583866328,0.0018492257222533226,-0.00020564347505569458,-0.005174495279788971,0.006313443183898926 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/standing/s5.csv b/BoostRunClub/CoreML/DataSet/Motion/standing/s5.csv new file mode 100644 index 0000000..77b8d49 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/standing/s5.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,3.0918801104715214,-0.0628258631626024,-2.7023959785624907,0.049594033509492874,0.06278454512357712,0.9967941641807556,0.0005621034651994705,-0.00029455963522195816,-0.00036169029772281647,0.0006684139370918274,0.007970452308654785,0.004075586795806885 +1,1.397358441086535,-0.004848362988238693,-2.448300799723097,0.9849858283996582,0.004848343785852194,-0.17256766557693481,-0.0010633636265993118,-0.0007862430065870285,3.9538368582725525e-05,0.003005504608154297,-0.0002707242965698242,-0.0007111430168151855 +2,1.397500469280056,-0.004867545035597337,-2.448279902800348,0.9850102066993713,0.0048675257712602615,-0.17242774367332458,0.0008766362443566322,-0.0035528400912880898,-0.00020972825586795807,0.0006618499755859375,-0.0003966987133026123,0.0025364160537719727 +3,1.397532831372645,-0.0048159619886768285,-2.448282870445823,0.9850161671638489,0.004815943539142609,-0.17239592969417572,-0.0007489724084734917,-0.000770331360399723,-0.0009762179106473923,0.002746403217315674,-0.0008486504666507244,-0.0017526298761367798 +4,1.3975504357434159,-0.0047991491981100335,-2.448266755820854,0.9850190877914429,0.004799130838364363,-0.1723785698413849,-0.0007469458505511284,-0.0008837333880364895,-0.0007987022399902344,0.0024686455726623535,0.0005261893384158611,0.00027467310428619385 +5,1.397607919223904,-0.004878515621241785,-2.4483251749437134,0.9850286841392517,0.0048784962855279446,-0.17232190072536469,-0.003196815960109234,-0.0014161188155412674,-0.0027546994388103485,0.001406252384185791,-0.0002550780773162842,0.0004621744155883789 +6,1.3976575132536968,-0.0048126540223336475,-2.4483335617147084,0.9850375056266785,0.0048126354813575745,-0.17227308452129364,-0.001740477979183197,0.0011653497349470854,0.0020257849246263504,0.0030149221420288086,-0.0013641417026519775,-0.001112520694732666 +7,1.3976911865029644,-0.004789276737729581,-2.4483232198198692,0.9850432872772217,0.004789258353412151,-0.17223991453647614,0.002864990383386612,-1.4384277164936066e-05,-0.0010045133531093597,0.0013152360916137695,0.0009480412118136883,0.0015245825052261353 +8,1.3976802526377223,-0.004874037594557968,-2.4483078737338584,0.9850412607192993,0.004874018486589193,-0.1722506582736969,-0.0028541628271341324,0.00028825318440794945,-0.0016670320183038712,0.0013480782508850098,-0.0005405242554843426,-0.0009823590517044067 +9,1.3976346819684724,-0.004820959675967758,-2.448347263125441,0.9850335717201233,0.004820941016077995,-0.17229557037353516,0.001408856362104416,0.00018020998686552048,0.0007400466129183769,0.0031714439392089844,-0.0013419389724731445,0.00016117095947265625 +10,1.3977242325132149,-0.004776729674635021,-2.448377215345766,0.9850490689277649,0.004776711575686932,-0.17220738530158997,-0.0007946928963065147,0.00024759070947766304,2.7028843760490417e-05,0.001156926155090332,0.0004113013856112957,0.000881686806678772 +11,1.3977232093950835,-0.0048181225903824575,-2.448384981130875,0.9850488305091858,0.004818103741854429,-0.17220838367938995,0.002255053259432316,0.00017585325986146927,-0.0006375797092914581,0.002301633358001709,-0.0003014802932739258,-0.0015282034873962402 +12,1.3977769247984424,-0.004781739945799989,-2.4483819134101577,0.9850581884384155,0.004781721625477076,-0.1721554845571518,-0.0017011426389217377,-0.0012001851573586464,0.0008584102615714073,0.0020481348037719727,-0.0004634559154510498,0.0009670853614807129 +13,1.397790447834961,-0.004712720603246841,-2.4483672234173777,0.9850608110427856,0.004712703172117472,-0.17214222252368927,0.001866089180111885,-0.0021500112488865852,0.0016478393226861954,0.00161820650100708,0.00038373423740267754,-0.00154857337474823 +14,1.3977532186661183,-0.004732930736626457,-2.4483236863816376,0.9850544333457947,0.004732912871986628,-0.17217889428138733,0.0008634757250547409,0.0005046091973781586,0.0005268659442663193,0.000770270824432373,-0.0023067588917911053,-0.000809982419013977 +15,1.3977795657022278,-0.0046206468718873826,-2.4483028321279696,0.9850594997406006,0.004620630294084549,-0.1721530258655548,-1.8452294170856476e-05,-0.001111739780753851,0.001436915248632431,0.0032981038093566895,-0.00030240416526794434,0.002643108367919922 +16,1.397889961999545,-0.004601498013666574,-2.4483594078841326,0.9850784540176392,0.004601481836289167,-0.1720442771911621,0.0002614380791783333,0.0011286432854831219,-0.0010241754353046417,0.007963478565216064,0.0009832377545535564,-0.0026078075170516968 +17,1.3977557932597022,-0.004651323709554397,-2.448397462949738,0.9850552082061768,0.004651307128369808,-0.17217640578746796,-0.001057296060025692,0.00040272041223943233,-0.001371338963508606,-0.006386995315551758,-0.0018894672393798828,-0.000308990478515625 +18,1.3978284508184533,-0.0045383916059561855,-2.4483900795960327,0.9850682616233826,0.00453837588429451,-0.17210493981838226,-0.0016316277906298637,0.0010238699615001678,4.4932588934898376e-05,0.005593419075012207,0.00039020227268338203,0.0006266683340072632 +19,1.3978644175024766,-0.004581367521074211,-2.4483853759259375,0.9850740432739258,0.004581351298838854,-0.17206944525241852,0.0027263639494776726,-0.0006435303948819637,-0.000656353309750557,0.014269709587097168,0.0014763767831027508,-0.002796277403831482 +20,1.397919355728456,-0.004630553751381897,-2.4483967094088652,0.9850833415985107,0.004630537237972021,-0.17201529443264008,0.0010029152035713196,0.0005018184892833233,-0.002094607800245285,-0.004446804523468018,-0.0049204532988369465,0.000399664044380188 +21,1.3978910626066199,-0.0045055400650366555,-2.448363494554607,0.9850789308547974,0.004505524877458811,-0.17204324901103973,0.001438591629266739,0.0003392556682229042,-0.00032242387533187866,-0.0063040852546691895,0.0037800068967044353,0.0021214038133621216 +22,1.3977682908170475,-0.004752744095155448,-2.448348155262274,0.9850568771362305,0.004752726294100285,-0.17216400802135468,0.00025428086519241333,0.002911670133471489,-0.0023019611835479736,0.01689624786376953,0.00180855393409729,-0.005936563014984131 +23,1.3979020532853679,-0.004637959024162965,-2.448294928898124,0.985080361366272,0.004637942183762789,-0.17203234136104584,0.002062518149614334,0.0013792903628200293,0.002242187038064003,-0.011279702186584473,-0.004729479551315308,0.005192756652832031 +24,1.3979246674333246,-0.0046250000915027505,-2.448274926736579,0.9850843548774719,0.004624983761459589,-0.17201007902622223,0.0026225876063108444,0.0003804704174399376,-0.0013869740068912506,-0.005393803119659424,0.004331916570663452,-0.0017265081405639648 +25,1.3978796180621553,-0.00478817906140246,-2.44825782999545,0.9850759506225586,0.004788160789757967,-0.17205433547496796,-0.0031363964080810547,-0.0006367289461195469,0.0015934845432639122,0.013932347297668457,-0.0010344977490603924,0.00022511184215545654 +26,1.3980143026824945,-0.004550649062668162,-2.4481829697778505,0.9851000905036926,0.0045506334863603115,-0.17192183434963226,-0.00038256309926509857,0.001762723084539175,0.0008188486099243164,-0.008064568042755127,-0.003299415111541748,0.00036722421646118164 +27,1.3978132447200233,-0.004573961924906889,-2.4482000962322674,0.9850655198097229,0.004573945887386799,-0.1721199005842209,0.0004573678597807884,0.0016713859513401985,-0.0008850377053022385,0.004985809326171875,0.004413456190377474,-0.0026542693376541138 +28,1.39791735499792,-0.004697905100552209,-2.44821444442788,0.9850828051567078,0.004697887692600489,-0.17201723158359528,-0.0006722677499055862,0.0021029773633927107,0.00044676847755908966,0.005945026874542236,-0.0022717416286468506,0.002232670783996582 +29,1.3979281207107634,-0.004486215423106994,-2.4481524485462525,0.9850856065750122,0.004486200399696827,-0.1720067858695984,-0.0008547054603695869,-3.4912023693323135e-05,-0.00014705955982208252,-0.006188511848449707,-0.0025330781936645508,-0.0015619397163391113 +30,1.3978229402820452,-0.004567331632364947,-2.4481582401177002,0.9850671887397766,0.004567315801978111,-0.17211033403873444,6.884615868330002e-05,0.0006775474175810814,-0.0007615871727466583,0.00947028398513794,0.00419122027233243,-0.00013090670108795166 +31,1.3979308519213904,-0.0046700977313142615,-2.4482265516871853,0.9850852489471436,0.004670080728828907,-0.17200395464897156,0.0001685619354248047,-0.0015661455690860748,-0.0010257642716169357,-0.0011222362518310547,-0.0005807280540466309,0.00119704008102417 +32,1.3977678626555994,-0.004545990848861613,-2.448215118079044,0.9850577712059021,0.004545975010842085,-0.17216461896896362,0.003638806752860546,-0.002118751872330904,0.0010479465126991272,-0.0005301833152770996,-0.0026691555976867676,-0.002197563648223877 +33,1.397775891918792,-0.00452070234535977,-2.448227974103052,0.9850592017173767,0.004520686808973551,-0.1721567064523697,0.0005745477974414825,0.00487402081489563,-0.0002721976488828659,0.001314699649810791,0.004283636808395386,0.0059275031089782715 +34,1.3979631304783184,-0.004645238280922897,-2.448259045460988,0.9850907921791077,0.004645221401005983,-0.1719721555709839,-0.001156587153673172,0.0022868479136377573,-0.002963852137327194,-0.0010363459587097168,-0.0017918352968990803,0.00015820562839508057 +35,1.3977584692043175,-0.004513642338880324,-2.4482675709224053,0.9850563406944275,0.004513626918196678,-0.1721739023923874,-0.001877988688647747,0.0007361150346696377,0.0012742988765239716,0.003911614418029785,0.0010253195650875568,-0.0016542226076126099 +36,1.397814752877922,-0.0045840426867502174,-2.448293986758345,0.9850655198097229,0.004584026522934437,-0.17211836576461792,-0.0006015617400407791,0.00012277858331799507,6.249174475669861e-06,-0.0017281770706176758,0.0003140270709991455,0.00341719388961792 +37,1.3978582776196242,-0.004521687158537083,-2.448281197863368,0.9850733876228333,0.004521671682596207,-0.172075554728508,-0.003487006761133671,0.0013078944757580757,0.0017122700810432434,0.005740821361541748,-2.0325183868408203e-05,-0.003400564193725586 +38,1.3978528147625202,-0.004553967638812215,-2.4482642441603955,0.9850722551345825,0.0045539517886936665,-0.1720809042453766,0.0003134505823254585,-0.001303400844335556,-0.002068515866994858,0.003514111042022705,0.0022514755837619305,0.0062179118394851685 +39,1.3980534874478885,-0.004521769386537891,-2.44826014228609,0.9851068258285522,0.00452175410464406,-0.1718832403421402,0.00029366929084062576,-0.003501646686345339,-0.0018246211111545563,-0.0036769509315490723,-0.008061766624450684,0.0024801641702651978 +40,1.3978673094764529,-0.004357968034527275,-2.4482802892368594,0.9850756525993347,0.004357954021543264,-0.17206677794456482,0.0002468172460794449,-0.002689574845135212,-0.0003339238464832306,0.009476959705352783,-0.00234377384185791,-0.002432703971862793 +41,1.3979943154160874,-0.004511479149809254,-2.4483296500879472,0.9850968718528748,0.004511463921517134,-0.17194156348705292,-1.4537014067173004e-05,0.001944944029673934,0.0004972685128450394,-0.00038617849349975586,0.0022329390048980713,0.005163013935089111 +42,1.3980695845960192,-0.004497476570439988,-2.448327037589283,0.985109806060791,0.00449746148660779,-0.17186740040779114,0.00030686985701322556,-0.00031906692311167717,0.0002706572413444519,-0.002520143985748291,-0.006175935734063387,-0.002174362540245056 +43,1.3979288691157328,-0.004424682818329348,-2.4483622721270177,0.9850860238075256,0.00442466838285327,-0.17200610041618347,-0.0006682891398668289,0.0016172067262232304,0.0016829678788781166,0.011297643184661865,0.0008701086044311523,-0.000402987003326416 +44,1.3980838618082794,-0.004672923441311388,-2.4483733684672404,0.9851114749908447,0.00467290636152029,-0.1718532145023346,0.0019844966009259224,-0.00018545379862189293,-0.0009231362491846085,-0.006290733814239502,0.0035515720956027508,0.002984181046485901 +45,1.3980497747679277,-0.004605050306056742,-2.4483995308870545,0.9851059913635254,0.004605033900588751,-0.1718868613243103,0.0012762881815433502,0.0006200324278324842,-0.0019975267350673676,0.006501734256744385,-0.005062818061560392,-0.002475336194038391 +46,1.3979641899858697,-0.0044182562027848,-2.4483673600123006,0.9850921034812927,0.0044182417914271355,-0.17197130620479584,0.0001156982034444809,0.0012649514246731997,0.0017762025818228722,0.0026856064796447754,0.0018683671951293945,0.0023546218872070312 +47,1.3981281798285587,-0.004557089327961205,-2.44837505805954,0.985119640827179,0.0045570735819637775,-0.17180964350700378,0.00020593591034412384,0.0010737802367657423,0.0018481854349374771,-0.002499401569366455,0.0009513492695987225,1.0982155799865723e-05 +48,1.3980029015892608,-0.004390719124668678,-2.448403993915572,0.9850988984107971,0.004390704911202192,-0.17193318903446198,-0.0005738707259297371,0.002404207829385996,0.0008793799206614494,0.005196511745452881,-0.0013694465160369873,-0.0023221373558044434 +49,1.3979795157347426,-0.00434650667239879,-2.448422046234795,0.9850950241088867,0.004346493165940046,-0.17195625603199005,0.0010555358603596687,0.0001765475608408451,4.8745423555374146e-05,0.004162788391113281,9.381771087646484e-05,0.0007068514823913574 +50,1.3980161858454345,-0.004375154013553685,-2.4484243063769284,0.9851012229919434,0.004375140182673931,-0.17192012071609497,-0.001902783289551735,0.002002113498747349,-0.002901565283536911,0.005041599273681641,-0.002849280834197998,-0.004257857799530029 +51,1.3980542499477686,-0.004175006045018168,-2.448381213735359,0.9851086735725403,0.004174993839114904,-0.1718827784061432,0.0002791211009025574,0.003974776715040207,-7.389672100543976e-05,0.0016314387321472168,-0.010827809572219849,-0.00012958049774169922 +52,1.3980348889203538,-0.004204489469182869,-2.448374914837112,0.9851050972938538,0.004204477183520794,-0.17190180718898773,0.002004356123507023,0.0065256888046860695,-0.0005121789872646332,0.0027946829795837402,0.01184779405593872,-0.005222201347351074 +53,1.3979974459466369,-0.004657577898497198,-2.4483709745895736,0.9850966930389404,0.004657560959458351,-0.17193834483623505,0.0019913576543331146,0.004526986740529537,-0.0015400201082229614,0.0007736086845397949,0.003734766971319914,0.001207783818244934 +54,1.3981390007036028,-0.00431923594547014,-2.4483859663806222,0.985122561454773,0.004319222643971443,-0.1717991679906845,-0.00161809753626585,0.0014351950958371162,0.0002266913652420044,-0.0022429227828979492,-0.003098517656326294,-0.002303600311279297 +55,1.3980198497200969,-0.004407792446164988,-2.448366449409879,0.985101580619812,0.004407778382301331,-0.17191645503044128,0.001714089885354042,0.005583177320659161,-0.0007962286472320557,0.0068569183349609375,0.008180737495422363,-0.0022778958082199097 +56,1.3980552611492898,-0.00465077590959875,-2.4483924441685074,0.9851066470146179,0.004650759045034647,-0.17188140749931335,0.0007288595661520958,0.0006673508323729038,-0.006304580718278885,-0.007613420486450195,-0.0009581148624420166,0.002264738082885742 +57,1.3980752488083792,-0.004374166405261631,-2.448448579909752,0.9851113557815552,0.004374152515083551,-0.171861931681633,-0.0009474316611886024,0.0029496019706130028,0.002221819944679737,0.007686495780944824,-0.005594879388809204,0.0012839436531066895 +58,1.398113247253464,-0.004430510817744725,-2.448443016115936,0.9851175546646118,0.004430496133863926,-0.17182444036006927,0.0011199461296200752,-0.001972080674022436,0.0019303644075989723,0.0007374882698059082,-0.0009362404234707355,0.004328742623329163 +59,1.398116837509481,-0.004520025353553581,-2.4484391745347716,0.9851179122924805,0.004520009737461805,-0.17182086408138275,-0.0007670912891626358,-0.00017422763630747795,-0.0012123174965381622,0.00035572052001953125,-0.0018039345741271973,-0.0010459423065185547 +60,1.3981084914236743,-0.004472976678653795,-2.448360857877363,0.985116720199585,0.004472961649298668,-0.17182911932468414,0.0001246631145477295,0.0021103601902723312,0.0018947143107652664,0.00835263729095459,0.001859456766396761,-0.0015412718057632446 +61,1.3980415867776408,-0.004605630451382962,-2.448335899113162,0.985104501247406,0.004605614114552736,-0.17189490795135498,-0.000713936984539032,-0.000472046434879303,0.0024740733206272125,-0.0029115676879882812,0.0008722837083041668,-0.0027876943349838257 +62,1.3981596540933425,-0.004574186381153961,-2.4483455156422504,0.9851250052452087,0.004574170336127281,-0.1717786341905594,0.0004621380940079689,-0.0004777875728905201,0.00019074790179729462,0.00594860315322876,-0.007656455039978027,0.005763053894042969 +63,1.3983312239777874,-0.004440517531996431,-2.448335182574059,0.9851549863815308,0.004440502729266882,-0.17160969972610474,0.0020862380042672157,0.0008058627136051655,0.0019620954990386963,8.970499038696289e-05,0.0018613631837069988,-0.00218789279460907 +64,1.3982083086833779,-0.0046502977497601995,-2.448372049551816,0.9851330518722534,0.004650280810892582,-0.1717306524515152,0.001109447330236435,0.0020858636125922203,-0.002321070060133934,-0.0028789639472961426,-0.0006372327916324139,0.00402127206325531 +65,1.3984602193316482,-0.004500272108950365,-2.448338720390705,0.9851768612861633,0.004500256851315498,-0.17148257791996002,0.0010051336139440536,-0.0012228055857121944,0.0009070578962564468,0.011710286140441895,-0.00599563168361783,-0.002635464072227478 +66,1.3983084174015814,-0.004481230974494026,-2.448355310613813,0.985150933265686,0.004481215961277485,-0.17163214087486267,0.001967192627489567,0.0005578843411058187,5.532056093215942e-07,-0.006559014320373535,-0.00046816468238830566,-0.0017077326774597168 +67,1.3982765981339211,-0.004656008951878679,-2.448366886666014,0.9851446151733398,0.004655992146581411,-0.1716633439064026,-0.0005756150931119919,0.000167191494256258,0.0025537367910146713,0.002480447292327881,0.0028513367287814617,0.0034962445497512817 +68,1.3983800622686744,-0.004538464302406763,-2.448379419456709,0.9851629734039307,0.00453844852745533,-0.17156152427196503,0.0009074816480278969,-0.001565825194120407,0.0008525364100933075,0.007817983627319336,-0.005026727914810181,-0.006554305553436279 +69,1.398197971887314,-0.004336376013559258,-2.4483780783608595,0.9851326942443848,0.004336362238973379,-0.1717410832643509,-0.00103739183396101,0.000868731876835227,0.00013656727969646454,0.0009207725524902344,0.004330635070800781,0.007236063480377197 +70,1.3984813049263327,-0.004602118230161472,-2.4484463587970637,0.9851800203323364,0.004602102097123861,-0.17146171629428864,0.00042214617133140564,0.002209317870438099,-0.001368081197142601,-0.00019472837448120117,0.003668158780783415,-0.005357131361961365 +71,1.398172941874392,-0.004449772843396715,-2.4484839791783726,0.9851278066635132,0.004449758213013411,-0.17176562547683716,0.0006241193041205406,0.0013443110510706902,-0.0006544701755046844,0.0037790536880493164,-0.004358202219009399,0.002820312976837158 +72,1.3985418856559708,-0.0042853791783390984,-2.448533032583023,0.9851919412612915,0.004285366274416447,-0.17140230536460876,-0.0012521296739578247,-0.001062068622559309,0.0014773709699511528,-0.005348682403564453,0.0016655628569424152,0.0015109628438949585 +73,1.3982205492634472,-0.004543779608789779,-2.448571862142873,0.985135555267334,0.004543764051049948,-0.17171865701675415,0.0020331963896751404,-0.00074422312900424,-0.0006933193653821945,0.004045963287353516,0.005877971649169922,-0.01257699728012085 +74,1.39802903599895,-0.00449470720776024,-2.4485534570762506,0.9851028919219971,0.004494692198932171,-0.17190736532211304,3.0566006898880005e-05,0.0013934543821960688,0.0002840198576450348,0.0007979869842529297,-0.010262519121170044,0.012193620204925537 +75,1.3986377015703655,-0.00420397968398695,-2.448562056852259,0.9852086305618286,0.004203967284411192,-0.17130796611309052,0.0018635662272572517,0.003266663756221533,0.0008197249844670296,-0.0041446685791015625,0.002281010616570711,-0.003511980175971985 +76,1.398107068952867,-0.0046029082719350415,-2.4485727438832092,0.9851158261299133,0.004602891858667135,-0.171830415725708,-0.0016240999102592468,0.002484978409484029,0.0018601464107632637,0.008063435554504395,0.007039576768875122,-0.008955717086791992 +77,1.3983728596905054,-0.004597624440382927,-2.4485874447379516,0.9851614832878113,0.004597608465701342,-0.17156857252120972,0.0003186427056789398,-0.00011581368744373322,0.0005614440888166428,0.02641993761062622,-0.0014390349388122559,0.007735013961791992 +78,1.3985939954195328,-0.004375108548545994,-2.448599830816831,0.9852003455162048,0.004375094547867775,-0.1713508814573288,0.000493188388645649,0.004217284265905619,0.0018793679773807526,-0.014893949031829834,-0.0025897924788296223,-0.009160622954368591 +79,1.3980586980613139,-0.004472200922602406,-2.4486089153722577,0.9851081371307373,0.004472185857594013,-0.1718781739473343,0.002077953889966011,-0.0019205654971301556,0.0014419471845030785,-0.00839298963546753,0.006605714559555054,0.005175888538360596 +80,1.3985439062497398,-0.004658002044220335,-2.448597058991171,0.9851905703544617,0.0046579851768910885,-0.1714000254869461,0.0016809869557619095,-0.000290693249553442,0.003643040545284748,0.02527695894241333,0.00031638145446777344,0.002622544765472412 +81,1.3983217619910144,-0.004360858848362286,-2.448606812201004,0.9851537346839905,0.004360844846814871,-0.17161910235881805,-0.0006841542199254036,0.002032834105193615,0.0006328150629997253,-0.014603197574615479,-0.012264907360076904,-0.009472250938415527 +82,1.3981345360236457,-0.0042721368355752186,-2.448601871241217,0.9851219654083252,0.004272123798727989,-0.17180359363555908,0.0008712839335203171,0.0008578195702284575,0.0002798512578010559,-0.0009758472442626953,0.010040640830993652,0.012501835823059082 +83,1.39858057478495,-0.004855824838781408,-2.4485851060089847,0.9851958751678467,0.004855805542320013,-0.1713637262582779,0.0008924352005124092,-0.0025542043149471283,0.0027238205075263977,0.00493168830871582,0.009365379810333252,-0.004982098937034607 +84,1.3979337481752723,-0.004344115266058872,-2.448577633938193,0.9850871562957764,0.004344101529568434,-0.17200134694576263,-0.0026454469189047813,-0.0050111813470721245,-0.00448274239897728,-0.007014036178588867,-0.004649281967431307,0.009678378701210022 +85,1.398474834140822,-0.004455507060373314,-2.448586084098096,0.9851797223091125,0.004455492366105318,-0.17146824300289154,0.0006519602611660957,0.0053358557634055614,0.00020138360559940338,0.025547325611114502,0.010589659214019775,0.0034384578466415405 +86,1.39830005818197,-0.0047512199707688595,-2.448573645960121,0.9851482510566711,0.004751202184706926,-0.17164015769958496,0.0006284331902861595,0.007822120562195778,0.0006836038082838058,-0.010584652423858643,0.0019931793212890625,-0.007421731948852539 +87,1.3981528292480698,-0.0046017824464217715,-2.44855319189484,0.9851236939430237,0.004601766355335712,-0.17178532481193542,0.00022734515368938446,-0.007699083536863327,-0.00018588639795780182,-0.006089270114898682,-0.008309662342071533,0.012895584106445312 +88,1.3985086896647982,-0.004394038464095334,-2.4485049828092755,0.9851855635643005,0.004394024144858122,-0.1714348942041397,-0.0016032252460718155,0.0011203030589967966,0.0007918374612927437,0.014783799648284912,0.0029149348847568035,-0.0067572444677352905 +89,1.3980101555677507,-0.004754238563381023,-2.4485086487913725,0.9850985407829285,0.004754220601171255,-0.17192576825618744,-0.0017759408801794052,0.0014152922667562962,-0.0036164168268442154,-0.013159394264221191,0.004248470067977905,0.0010731220245361328 +90,1.3983706819836819,-0.004648535996848361,-2.448494179525609,0.9851608872413635,0.004648519214242697,-0.17157067358493805,-0.0004124874249100685,-0.0011579617857933044,0.0018886979669332504,0.015296876430511475,-0.008219093084335327,0.003937616944313049 +91,1.3982805970689236,-0.00440103327248555,-2.4485070190500338,0.9851464629173279,0.004401018843054771,-0.17165961861610413,-0.0017635412514209747,0.002401894424110651,0.0025722067803144455,-0.005745828151702881,0.0019924044609069824,-0.006486713886260986 +92,1.3979709242455018,-0.004663317275998525,-2.4485085694052535,0.9850922226905823,0.004663300234824419,-0.17196449637413025,0.0031483029015362263,-0.0012469547800719738,0.0005525164306163788,0.005218505859375,0.005193889606744051,0.004575595259666443 +93,1.3983804809094207,-0.004594598305617579,-2.448497207609637,0.9851627945899963,0.004594582132995129,-0.1715610772371292,-6.239209324121475e-05,0.0004319169092923403,-0.0009970571845769882,0.004796862602233887,-0.005296498537063599,-0.0015956759452819824 +94,1.398054656074545,-0.0043546589096664515,-2.4485193968652594,0.9851078987121582,0.004354645032435656,-0.17188222706317902,-0.0005597881972789764,0.0001584962010383606,-0.001951286569237709,-0.003677845001220703,0.0015352368354797363,-0.004127919673919678 +95,1.3981537727909876,-0.004262535035841386,-2.4485139468915205,0.9851252436637878,0.004262522328644991,-0.1717846542596817,0.0013556545600295067,0.014139775186777115,-0.012490745633840561,-0.028948545455932617,0.00510638952255249,0.011307954788208008 +96,1.3980634953543085,-0.004233231888669751,-2.448522727490104,0.985109806060791,0.0042332191951572895,-0.17187359929084778,0.003909334074705839,0.016183648258447647,0.0318126305937767,0.09664666652679443,0.012948155403137207,-0.020020946860313416 +97,1.3983604516455843,-0.004170433147950219,-2.448525469633025,0.9851611256599426,0.004170421045273542,-0.17158110439777374,0.0014222078025341034,0.026400066912174225,0.017080556601285934,-0.0730823278427124,0.0024976725690066814,0.023158863186836243 +98,1.3985429367201967,-0.004635756385316554,-2.448556996353406,0.9851904511451721,0.004635739605873823,-0.1714009791612625,-0.0026543661952018738,-0.017594316974282265,-0.007040334865450859,0.05954831838607788,-4.285573959350586e-05,-0.01815897226333618 +99,1.398034966914723,-0.004394058925799135,-2.4485043263256334,0.9851042628288269,0.004394044633954763,-0.17190158367156982,0.0002563735470175743,0.008838779293000698,0.00348699651658535,-0.02599787712097168,-0.0046839420683681965,0.003047838807106018 +100,1.3984620781195491,-0.00437824721473667,-2.448511511257966,0.9851776361465454,0.004378233104944229,-0.17148083448410034,-0.000407608225941658,-0.004662605468183756,0.0033584609627723694,0.008993387222290039,0.011979162693023682,0.0018183737993240356 +101,1.3982126789338658,-0.004725220099081119,-2.448451301448579,0.9851332902908325,0.004725202452391386,-0.171726256608963,-0.0009039510041475296,-0.0011280546896159649,-0.0016592293977737427,0.01346278190612793,-0.0018413071520626545,-0.006282791495323181 +102,1.3983096093703753,-0.004328376143030787,-2.448425956002994,0.9851517081260681,0.0043283626437187195,-0.1716310679912567,-0.0027634138241410255,0.003511483781039715,-0.0024871118366718292,-0.017805635929107666,-0.005259126890450716,0.00646992027759552 +103,1.3983275765655196,-0.004376201641269723,-2.4484380935928534,0.9851546287536621,0.004376187454909086,-0.17161335051059723,-0.00024747196584939957,-0.00044523226097226143,-5.502253770828247e-06,0.020201146602630615,0.008731096982955933,-0.007067084312438965 +104,1.398223696801397,-0.004624171340030061,-2.448444378574706,0.9851357936859131,0.004624154884368181,-0.17171551287174225,0.0005254913121461868,0.0037752597127109766,0.002252936363220215,-0.006330251693725586,-0.0025031864643096924,0.0023734569549560547 +105,1.3983139764468218,-0.004275258014877696,-2.4484489181203153,0.9851527810096741,0.004275245126336813,-0.17162682116031647,-0.0013560932129621506,-0.000794148538261652,0.0006258375942707062,0.004440724849700928,-0.005160272121429443,0.001979649066925049 +106,1.3982120865871985,-0.0043508743611253755,-2.448417578022868,0.9851348400115967,0.004350860603153706,-0.17172712087631226,-0.0007277326658368111,0.0030397202353924513,0.001250898465514183,0.0023986101150512695,0.005765735637396574,-0.0036421269178390503 +107,1.398221666603209,-0.00453159481449122,-2.448406029828533,0.9851358532905579,0.004531579092144966,-0.171717569231987,0.0006188219413161278,-0.0018623340874910355,-0.00026467256247997284,-0.002897024154663086,-0.002380073070526123,0.0036115050315856934 +108,1.3983039574749194,-0.004307817429343261,-2.448431502670092,0.9851508736610413,0.00430780416354537,-0.1716366708278656,-0.0005262000486254692,-0.0012442665174603462,0.001566433347761631,0.006655097007751465,-0.003743231762200594,-0.003976747393608093 +109,1.3981311713363693,-0.0044207917143468806,-2.4484238612102036,0.9851207733154297,0.004420777317136526,-0.17180681228637695,0.0012711994349956512,0.001226506195962429,0.001568392850458622,-0.0015544891357421875,0.00694701075553894,0.0005269050598144531 +110,1.3982090209350622,-0.004667559354000781,-2.4483888616891014,0.9851329326629639,0.0046675424091517925,-0.1717299073934555,0.00017841067165136337,-0.0006570359691977501,-0.0020573046058416367,0.004414737224578857,-0.0008375947363674641,0.001838579773902893 +111,1.398158044943733,-0.004365931686614189,-2.4483596659322027,0.9851256608963013,0.004365917760878801,-0.17178037762641907,0.0019017010927200317,0.002114133210852742,0.001776103861629963,0.00030219554901123047,-0.0039081573486328125,-0.002505481243133545 +112,1.3982948825446608,-0.003995794993929923,-2.448332521947377,0.9851506948471069,0.003995784558355808,-0.171645849943161,-0.0019167223945260048,-0.0018084854818880558,-0.01575363799929619,0.032747864723205566,0.0003529787063598633,-0.0050966739654541016 +113,1.3952228429134481,-0.00413245658995182,-2.4553049947930243,0.9846181869506836,0.004132444970309734,-0.17467135190963745,0.4405544102191925,-0.10774262994527817,-0.07684163004159927,0.02493387460708618,-0.06916540861129761,0.05891816318035126 +114,1.3955559555471513,-0.002721964139176018,-2.4656751418061797,0.9846809506416321,0.0027219608891755342,-0.17434418201446533,0.02443821355700493,-0.006432464346289635,-0.0018796976655721664,-0.03398221731185913,-0.008321911096572876,0.00013460218906402588 +115,1.3867417019337038,-0.004947115975843716,-2.5118506336696025,0.9830976724624634,0.0049470956437289715,-0.18301497399806976,0.1899612694978714,-0.05766743794083595,-0.12234963476657867,0.012172102928161621,-0.01996174454689026,0.04951584339141846 +116,1.6130433763439407,-0.12454400608516207,-2.5788505687891314,0.9913691878318787,0.1242222860455513,0.041907358914613724,0.9243543148040771,4.601141929626465,-1.9851174354553223,0.4053289294242859,-0.03981064260005951,-0.24045467376708984 +117,1.8787819278111653,-0.27297973046730145,-2.6975143858406088,0.9176604151725769,0.2696020305156708,0.2919149696826935,0.7683053612709045,2.6338906288146973,-1.5781718492507935,0.019885480403900146,0.2851160168647766,0.10911646485328674 +118,2.1438575878190007,-0.44062798675958864,-2.747559712971468,0.7599881887435913,0.4265075623989105,0.49041736125946045,0.4718456566333771,2.3980300426483154,-0.05181358754634857,-0.15992110967636108,-0.04644167423248291,-0.09159842133522034 +119,2.0678590555064806,-0.337673608222325,-2.929103113163432,0.8293488621711731,0.331292986869812,0.44991734623908997,-0.17886176705360413,-1.9611297845840454,3.0825109481811523,-0.2910493016242981,0.05209934711456299,0.2756533622741699 +120,1.7821278615496765,-0.17552834272651882,-2.948984346916391,0.9627286195755005,0.1746283918619156,0.2065388560295105,-0.5715687870979309,-1.4111647605895996,0.43827977776527405,0.0025574564933776855,0.14969713985919952,0.3026317059993744 +121,1.6118115436389453,-0.03790206261055877,-2.866726138109742,0.9984414577484131,0.037892989814281464,0.04097427427768707,-0.8701224327087402,-0.9849135875701904,1.179459571838379,0.08062958717346191,0.04924996197223663,0.05666673183441162 +122,1.5653066309786974,-0.006712531909225206,-2.7673772063279816,0.999962329864502,0.006712481379508972,-0.00548954401165247,-0.5139623880386353,0.17282027006149292,-0.05370111018419266,-0.06079918146133423,-0.21055464446544647,-0.1648443341255188 +123,1.5576350199929958,-0.033033740698272626,-2.743951428745953,0.9993678331375122,0.033027734607458115,-0.013153745792806149,-0.024191301316022873,-0.2982555031776428,-0.313604474067688,-0.04157370328903198,-0.10504922270774841,-0.13976985216140747 +124,1.5068917825514239,-0.046057685781018556,-2.763431212704565,0.9969004392623901,0.04604140296578407,-0.06379333138465881,-0.07148845493793488,-0.3241012394428253,-0.14438091218471527,0.2080097794532776,0.08379563689231873,0.0433465912938118 +125,1.5043988161495232,-0.04939891164868518,-2.7600533679069454,0.9965791702270508,0.04937882348895073,-0.06626778841018677,-0.0715826153755188,0.25888192653656006,-0.04132474958896637,0.2707698941230774,0.09275678545236588,0.02157481014728546 +126,1.5562545705281943,-0.04501671685572982,-2.733548437644783,0.9988812208175659,0.04500151425600052,-0.014526511542499065,-0.6153535842895508,-0.1490844041109085,0.11358775943517685,0.17883777618408203,-0.00940275564789772,0.04644787311553955 +127,1.577135358652121,-0.023252257006549905,-2.69493004639842,0.9997096061706543,0.023250162601470947,0.006337275728583336,-0.4908640384674072,-0.0944829210639,0.48493826389312744,0.0694737434387207,0.05438655614852905,0.011713862419128418 +128,1.5993311532640668,0.04050231471414848,-2.66740268204162,0.9987731575965881,-0.040491241961717606,0.02850755676627159,0.0006498834118247032,0.22012034058570862,0.769824743270874,-0.07392269372940063,0.07656301558017731,-0.03369557857513428 +129,1.6670244350535368,0.19891218695869772,-2.6918383998817736,0.9757471084594727,-0.19760309159755707,0.09418519586324692,0.31927844882011414,0.694210410118103,1.788857102394104,-0.2465142011642456,0.18487723171710968,-0.05365775525569916 +130,1.7258407255725563,0.3730652977929545,-2.7010190027635193,0.9200444221496582,-0.36447158455848694,0.14380185306072235,0.025094004347920418,-0.2991773188114166,2.6677732467651367,-0.15116918087005615,0.04182446002960205,-0.027361974120140076 +131,1.5722242519352236,0.7021354790026747,-2.7361314325907604,0.7634637951850891,-0.6458495259284973,0.0010901698842644691,0.26537519693374634,-1.9168872833251953,3.0230016708374023,-0.1994532346725464,0.025473058223724365,0.020623087882995605 +132,1.5108110438398186,0.9095537750401642,-2.741202869448844,0.6129936575889587,-0.7892298102378845,-0.03681476414203644,0.01215858943760395,0.6633288860321045,0.9287790656089783,-0.31436389684677124,0.12087947130203247,-0.16469281911849976 +133,1.453547972729429,0.9773021911797736,-2.6713554530960817,0.5554216504096985,-0.8289915919303894,-0.06542234122753143,-0.01995656080543995,0.23757456243038177,0.3400563597679138,-0.2125108242034912,0.0033689141273498535,-0.3259961009025574 +134,1.5198317411151359,0.9631063653675098,-2.686731678889102,0.5702313184738159,-0.8209691643714905,-0.02908679097890854,-0.18558244407176971,0.007274635136127472,-0.1271270215511322,-0.06699645519256592,-0.02152961492538452,0.07147568464279175 +135,1.4414769223173387,0.912208366369898,-2.597953244749454,0.6068902611732483,-0.790857195854187,-0.07892313599586487,-0.6121530532836914,0.21394425630569458,-0.10694368183612823,0.14715325832366943,-0.0005092620849609375,-0.051859959959983826 +136,1.3659899399455548,0.8946295813645352,-2.5447343353290597,0.6127284169197083,-0.7799773216247559,-0.1272752434015274,-0.4188011884689331,-0.20625300705432892,-0.33532610535621643,0.015567362308502197,-0.00958859920501709,-0.020597681403160095 +137,1.4084387091487713,0.8722371688224247,-2.5397242644520275,0.6346574425697327,-0.7657696008682251,-0.10395650565624237,-0.034674085676670074,0.909166693687439,-0.09901885688304901,0.054933011531829834,0.013435006141662598,0.021375954151153564 +138,1.364608330054671,0.881024332608971,-2.534786553864159,0.6228821873664856,-0.7713911533355713,-0.13028234243392944,-0.022095952183008194,-0.8357983827590942,0.2309071570634842,0.0835997462272644,0.006849527359008789,-0.028760015964508057 +139,1.3254727793339927,0.869733253949296,-2.5288274115385363,0.6257174015045166,-0.7641568779945374,-0.15665866434574127,0.028871586546301842,-0.046243228018283844,-0.3159407079219818,-0.04435759782791138,-0.07112443447113037,-0.07927273213863373 +140,1.3234653032649242,0.831004965711069,-2.5340735780475785,0.6536193490028381,-0.738609254360199,-0.16503943502902985,-0.04210411757230759,0.547992467880249,-0.43604809045791626,-0.025689661502838135,-0.0028305649757385254,0.059997931122779846 +141,1.419727377640095,0.8628792539226261,-2.4970173999927163,0.6428468823432922,-0.7597179412841797,-0.09785979241132736,-0.23947612941265106,2.288767099380493,1.0928435325622559,-0.018228352069854736,0.030942916870117188,0.007893979549407959 +142,1.6101304985545302,0.9737509424446045,-2.507530159177265,0.5617667436599731,-0.8270003199577332,0.022108031436800957,0.3898391127586365,0.919875979423523,0.8804814219474792,0.034653544425964355,0.08960407972335815,-0.2041912078857422 +143,1.7926269895537752,0.9707977991971923,-2.6843683048361866,0.550805389881134,-0.8253364562988281,0.12422997504472733,0.8584993481636047,1.2622427940368652,0.34559598565101624,0.09656393527984619,-0.1126517653465271,0.259696364402771 +144,2.0566498419840658,1.0113899029752396,-2.8493263504724737,0.46927058696746826,-0.8475702404975891,0.24780945479869843,1.0063245296478271,0.691538393497467,0.24521946907043457,0.027158796787261963,-0.03644752502441406,-0.09072020649909973 +145,2.1394329272467747,1.016895891335124,-2.9295574526370847,0.443233460187912,-0.8504793047904968,0.28324687480926514,0.2626166045665741,0.5913442969322205,0.5157899260520935,0.06917184591293335,0.029770195484161377,-0.052839308977127075 +146,2.2242271315771114,1.0121591874364593,-2.9825111912387543,0.4208460748195648,-0.8479782342910767,0.3222132623195648,-0.04072099179029465,-0.027819685637950897,0.10868068039417267,0.032294124364852905,-0.061231911182403564,0.1034000813961029 +147,2.1775906764320747,0.9993619013349321,-2.9338250198367337,0.44428887963294983,-0.841126024723053,0.30840665102005005,-0.056571099907159805,-0.20360711216926575,-1.0058714151382446,-0.08248770236968994,-0.0734858512878418,-0.052989810705184937 +148,2.0879863177111786,0.8972899311240053,-2.8295662468658223,0.54215407371521,-0.7816394567489624,0.3083970546722412,-0.03527235612273216,0.42263510823249817,-1.0836129188537598,0.02773118019104004,-0.013846993446350098,-0.04884505271911621 +149,2.070199475437652,0.8149558834490949,-2.791706904126962,0.602130651473999,-0.7276953458786011,0.32847896218299866,0.21780170500278473,-0.0726793110370636,0.14329099655151367,0.09539443254470825,-0.036602139472961426,0.01290595531463623 +150,2.061184159727922,0.8363291499209929,-2.8353125467169717,0.591209888458252,-0.7421879768371582,0.315638929605484,-0.22436967492103577,-0.5932419300079346,0.3100857436656952,0.12839454412460327,-0.0921931266784668,0.147984117269516 +151,2.0728937058617465,0.8833833053122295,-2.881772517570565,0.5562218427658081,-0.7728901505470276,0.3053818941116333,0.4042462408542633,0.42473480105400085,1.0242208242416382,0.04508119821548462,-0.08457750082015991,0.04973587393760681 +152,2.171558612245041,0.9107251599781093,-2.9714042294536083,0.5058092474937439,-0.789948582649231,0.34660905599594116,0.23134995996952057,0.4221763014793396,0.3662211000919342,0.0017285346984863281,-0.016447842121124268,0.022607535123825073 +153,2.3729511501386997,0.8920253161041144,-3.1185101767518804,0.43644681572914124,-0.7783449292182922,0.4513242840766907,0.9718396663665771,0.40370193123817444,0.38917848467826843,0.03004494309425354,0.021707236766815186,-0.06748944520950317 +154,2.496218510369446,0.9055017029239708,3.0694186168477757,0.3712988793849945,-0.786734938621521,0.4931381642818451,0.13330112397670746,0.5849496722221375,0.6517711877822876,0.008553385734558105,-0.039833664894104004,-0.0064896345138549805 +155,2.5393043496760814,0.8939034571004947,3.0474988377827996,0.3548595607280731,-0.779522716999054,0.5161583423614502,0.13075757026672363,0.5586175322532654,0.10331009328365326,0.10713079571723938,-0.014972031116485596,-0.03654402494430542 +156,2.6043283685829968,0.8803430238601347,3.033669599719654,0.32595065236091614,-0.7709574103355408,0.5471568703651428,0.6515666246414185,-0.0492507629096508,-0.35185888409614563,-0.10254675149917603,0.0015025138854980469,-0.1209026575088501 +157,2.6163643936715837,0.7658728286211627,2.9913275712955696,0.3614054024219513,-0.6931663751602173,0.6236235499382019,0.6183419227600098,-0.2766348719596863,-0.3753281831741333,0.05341997742652893,0.06635063886642456,0.0772889256477356 +158,2.590046448121816,0.7631846232184776,2.9951683434584986,0.3786659240722656,-0.6912263035774231,0.6154821515083313,-0.025318283587694168,-0.20329917967319489,-0.13750891387462616,0.061870574951171875,0.0718262791633606,-0.049945712089538574 +159,2.578030552609017,0.7398058548941314,3.001619444143649,0.3945603668689728,-0.6741445064544678,0.6243805289268494,0.001576784998178482,0.4009561240673065,0.28088340163230896,0.013993650674819946,-0.037220120429992676,0.11281734704971313 +160,2.592030282357082,0.7066544727687186,2.995223302504333,0.39724001288414,-0.6492930054664612,0.6485517024993896,0.3405531942844391,0.22738146781921387,0.06721004843711853,0.04764527082443237,-0.060210227966308594,-0.004310309886932373 +161,2.654862586810253,0.6582551062887757,2.9186756216650647,0.37000927329063416,-0.6117374897003174,0.6991924047470093,0.9717146754264832,0.2719002068042755,0.2338859885931015,0.0022593140602111816,-0.27014416456222534,-0.0884748101234436 +162,2.7576712089847297,0.4626129827869338,2.8283952816373032,0.33518925309181213,-0.44628795981407166,0.829744279384613,3.0035433769226074,0.6026221513748169,-0.6695489287376404,0.04357978701591492,-0.1444714367389679,-0.135728657245636 +163,2.82764269612915,0.19575982237436196,2.7623650131800765,0.30291956663131714,-0.19451190531253815,0.9329549074172974,2.1670725345611572,0.5204110741615295,0.7227022051811218,0.15765172243118286,-0.03498029708862305,-0.03441059589385986 +164,2.893937498528104,0.07197593930831485,2.6167146123757483,0.2444966733455658,-0.07191380858421326,0.9669798612594604,0.9824615120887756,0.5107245445251465,1.0306416749954224,0.1347910612821579,0.04977329820394516,-0.008102178573608398 +165,2.940739753580401,0.016600456374604715,2.4872018668279914,0.19947774708271027,-0.01659969426691532,0.9797621369361877,0.4569619596004486,0.4005022943019867,1.088380217552185,-0.021361827850341797,0.10124018788337708,-0.059748291969299316 +166,2.9702430167092393,-0.03815554813364296,2.4102107756563353,0.17038826644420624,0.03814629092812538,0.9846383333206177,0.6969749927520752,0.26958006620407104,0.2072913944721222,-0.09349924325942993,0.13771125674247742,-0.03912752866744995 +167,2.9877802525267745,-0.09905834504560997,2.368412498336949,0.15245558321475983,0.09889642149209976,0.9833498597145081,0.6274093985557556,0.06254629045724869,0.5979775190353394,-0.010121583938598633,0.10062749683856964,-0.0014772415161132812 +168,2.9878836735017336,-0.1048669526573289,2.3285026569997056,0.1522633284330368,0.10467485338449478,0.982781171798706,-0.32731494307518005,0.05413796380162239,0.708152711391449,0.1088297963142395,0.11575359106063843,0.0648871660232544 +169,3.0145283350560286,-0.013565019928127975,2.2307339719464867,0.12671099603176117,0.013564604334533215,0.9918467402458191,-0.599601686000824,0.5468635559082031,1.0210081338882446,0.05621135234832764,0.04580733925104141,0.04077637195587158 +170,3.086686737698682,0.13777957060632956,2.079167241770023,0.05435827374458313,-0.13734406232833862,0.9890307188034058,-1.6998499631881714,0.745070219039917,2.6420907974243164,0.07634850591421127,0.05558748543262482,-0.005250811576843262 +171,-3.043458340966577,0.32305432081505236,1.7772314264442715,-0.09290853142738342,-0.31746435165405273,0.9437075257301331,-1.8949083089828491,1.0204236507415771,2.680361270904541,-0.0008566975593566895,0.06720507144927979,-0.024060606956481934 +172,-2.843005218018837,0.44670029245636456,1.4089011179239603,-0.26530569791793823,-0.43199196457862854,0.8619721531867981,-2.234229326248169,0.27352583408355713,3.325705051422119,0.020753055810928345,0.22428926825523376,0.0009887218475341797 +173,-2.594859064478023,0.5147582990936911,1.0019107030671053,-0.45252686738967896,-0.49232447147369385,0.7435294985771179,-1.731273889541626,1.0342795848846436,2.7905397415161133,0.09878233075141907,0.028121531009674072,0.05026322603225708 +174,-2.359978251627827,0.4798929400786846,0.6663783889845877,-0.6248571872711182,-0.4616841971874237,0.6296038031578064,-1.5852683782577515,0.5789318084716797,2.840317487716675,0.037851691246032715,-0.005143105983734131,0.006901264190673828 +175,-2.1446632223721025,0.3624514395092825,0.3135325275693149,-0.7852461338043213,-0.3545674681663513,0.5076127052307129,-1.7578320503234863,0.605562150478363,2.5095841884613037,-0.06810176372528076,0.08917132019996643,-0.021330296993255615 +176,-2.0551200600801103,0.2704062714687227,0.14287848317308632,-0.8528315424919128,-0.26712295413017273,0.4486907720565796,-0.8668497204780579,0.18488261103630066,1.0568827390670776,-0.05784332752227783,0.023424923419952393,0.026925593614578247 +177,-2.014828326854903,0.23194218145085074,0.05995639881137958,-0.8788455724716187,-0.22986812889575958,0.41808050870895386,-0.46977078914642334,0.23052091896533966,0.7058541178703308,-0.0008083581924438477,-0.026708409190177917,0.003260493278503418 +178,-1.9902355058164232,0.19058140073166913,0.01062887175018281,-0.8967812657356262,-0.18942980468273163,0.39987480640411377,-0.012519650161266327,0.14249637722969055,0.22212402522563934,-0.016136884689331055,-8.435547351837158e-05,-0.01071465015411377 +179,-1.9881123489011354,0.17763901800176365,0.01823600546058964,-0.8997943997383118,-0.1767062395811081,0.39893028140068054,0.33117684721946716,0.001817213138565421,0.13242872059345245,-0.013261258602142334,-0.09949314594268799,-0.03290238976478577 +180,-2.01002553350337,0.13579125118336136,0.06307500505802793,-0.8967483043670654,-0.13537432253360748,0.42132753133773804,0.7911847233772278,-0.4006024897098541,0.15563493967056274,-0.06614255905151367,-0.058259740471839905,-0.0572221577167511 +181,-2.0891075837617445,0.07822217532805659,0.1259812949885934,-0.8660008311271667,-0.0781424269080162,0.49389901757240295,0.9459097981452942,-1.2432101964950562,0.15242260694503784,-0.05692696571350098,-0.015180319547653198,-0.07516732811927795 +182,-2.1598884709289106,0.047524945004713395,0.19178485977858276,-0.8305067420005798,-0.04750705510377884,0.554979145526886,0.394938200712204,-0.35001134872436523,-0.24129965901374817,-0.010267853736877441,0.011053808033466339,-0.014253377914428711 +183,-2.208058170903535,0.009624905505892104,0.23741027786213018,-0.8036907911300659,-0.009624756872653961,0.5949694514274597,0.32630327343940735,-0.37880873680114746,0.4184136390686035,0.013483762741088867,-0.03590746968984604,0.04132205247879028 +184,-2.2387323879782235,0.004909475562071863,0.31535836106525544,-0.7850923538208008,-0.0049094557762146,0.61935955286026,1.0553383827209473,-0.22599706053733826,-1.4476317167282104,-0.035678088665008545,0.0274466872215271,-0.01604217290878296 +185,-2.2531494570242003,0.04661232056843237,0.4676690328832663,-0.7752479314804077,-0.04659544304013252,0.6299359798431396,0.7429723739624023,0.12246070802211761,-0.8941287398338318,0.07262653112411499,-0.007557999342679977,0.020973384380340576 +186,-2.2308774819632893,0.09344703021578814,0.62354664099346,-0.7864961624145508,-0.09331108629703522,0.6105058193206787,1.1690617799758911,0.35545438528060913,-2.4131393432617188,0.011029064655303955,0.04797718673944473,0.02757108211517334 +187,-2.2873974085471045,0.2783748081438521,0.9666451558633539,-0.7250142693519592,-0.2747933864593506,0.6315398216247559,1.912643313407898,0.055174749344587326,-4.246168613433838,-0.00792628526687622,0.04865819215774536,-0.01043093204498291 +188,-2.4696332179898333,0.4720824454903131,1.4394947149607595,-0.5544313788414001,-0.4547419548034668,0.6970047354698181,1.3125754594802856,0.09604381769895554,-3.995246171951294,0.0004610419273376465,0.10293528437614441,0.0020155906677246094 +189,-2.64089872812471,0.5985526043084549,1.7695363773506936,-0.3965812921524048,-0.5634472966194153,0.7247413992881775,-0.14316314458847046,0.14677368104457855,-2.3170602321624756,-0.05474311113357544,0.013398528099060059,0.03119415044784546 +190,-2.8042638843925074,0.6811920507908111,1.9916119025469066,-0.2571031451225281,-0.6297194957733154,0.7330426573753357,-0.6475858092308044,-0.5542067289352417,-2.4096784591674805,-0.09673294425010681,0.17078083753585815,0.015172064304351807 +191,-3.0292068250091253,0.8147745940312683,2.2211227335458306,-0.07693811506032944,-0.7275710105895996,0.6817044019699097,-1.3748465776443481,-1.1095308065414429,-1.9312770366668701,-0.06428197771310806,0.1722884178161621,0.05219751596450806 +192,3.023400152158899,0.9557838165487551,2.3846675976396408,0.06803476065397263,-0.8167662024497986,0.5729438662528992,-2.0740227699279785,-0.6775911450386047,-0.5120274424552917,0.10474050790071487,-0.09145230054855347,-0.01114565134048462 +193,2.876809411316368,1.0795359074309967,2.513269994075244,0.12345383316278458,-0.8817389607429504,0.45529747009277344,-0.7361139059066772,-0.10431089997291565,-0.4712520241737366,0.07669569551944733,-0.03467351198196411,0.03904157876968384 +194,2.817054511111199,1.1610029426067223,2.5652366021380586,0.12704454362392426,-0.9172031879425049,0.37762153148651123,0.10713624954223633,-0.2128630131483078,0.390097975730896,0.008667141199111938,-0.09663653373718262,0.01004326343536377 +195,2.7323348703894954,1.174511510153861,2.63607625289566,0.15359795093536377,-0.9225013852119446,0.35411709547042847,-1.0421853065490723,-0.22747820615768433,-0.05541131645441055,0.04026496410369873,0.00695878267288208,0.10643899440765381 +196,2.6051392337288335,1.2609379918040529,2.7365445621471145,0.1558438539505005,-0.9523767828941345,0.2620903253555298,-0.7786952257156372,-0.5589468479156494,-0.27684056758880615,-0.01595127582550049,-0.010269701480865479,-0.06917345523834229 +197,2.395434920592358,1.2570730574838478,2.9308249592203026,0.20948611199855804,-0.9511911273002625,0.22660739719867706,-0.4136894643306732,-0.16540345549583435,-0.855400800704956,0.0011614412069320679,-0.07189536094665527,-0.010787144303321838 +198,2.056487794678958,1.2809761076651884,-3.0397260579163867,0.25273072719573975,-0.9582952857017517,0.1334080845117569,-1.1384254693984985,-0.4244515299797058,-0.2574686110019684,0.05792301893234253,0.024426758289337158,0.01692153513431549 +199,1.8220756233511697,1.2557651858514,-2.8121861419851344,0.30011510848999023,-0.9507867097854614,0.07704106718301773,-0.061133719980716705,0.20013995468616486,-0.39177319407463074,0.013178318738937378,0.03181099891662598,0.006806008517742157 +200,1.8718257157486853,1.2488335665912078,-2.828640016476821,0.3022005259990692,-0.9486161470413208,0.09382253140211105,-0.02730841562151909,0.4027251601219177,0.11839058250188828,-0.0038148462772369385,-0.0329667329788208,0.042743705213069916 +201,1.8350780363181358,1.2647420280032837,-2.7402685745294852,0.29083776473999023,-0.9535298347473145,0.07870404422283173,-0.42273980379104614,0.31434905529022217,0.018682150170207024,-0.006444424390792847,0.08426713943481445,0.030594706535339355 +202,1.814363014388381,1.2667176834229184,-2.7087637469130454,0.2905762195587158,-0.9541231989860535,0.07220827788114548,-0.1538836807012558,-0.17147928476333618,-0.14489641785621643,-0.006396591663360596,0.021338343620300293,-0.014469042420387268 +203,1.584534415036259,1.2688085819031836,-2.5359560374853043,0.2973910868167877,-0.954747200012207,0.004085842054337263,-0.9118745923042297,-0.9106206297874451,0.21009433269500732,-0.04758942127227783,0.02132117748260498,0.05569815635681152 +204,1.2512510622085056,1.2738095225046366,-2.2206166160639964,0.2778262495994568,-0.9562225937843323,-0.09192848205566406,-0.6930579543113708,0.039745599031448364,0.09816790372133255,-0.0145358145236969,0.03343212604522705,-0.010854721069335938 +205,0.9013072909597121,1.248054552107367,-1.860815764741057,0.24870401620864868,-0.9483693838119507,-0.19683003425598145,-1.28041672706604,-0.0886293277144432,-0.0931231826543808,-0.0989084541797638,0.011708617210388184,0.040320634841918945 +206,0.6097907288398104,1.1344164229643532,-1.5438292563188423,0.2420564889907837,-0.906287670135498,-0.3464842736721039,-1.7076754570007324,0.43874043226242065,0.0430140420794487,-0.0848909467458725,0.07532453536987305,0.04379570484161377 +207,0.577938636199061,1.0542075068661685,-1.4594906771052383,0.269826203584671,-0.8695091009140015,-0.41370031237602234,-0.3379109501838684,0.0622110478579998,-0.38912874460220337,0.03495287895202637,-0.06667870283126831,-0.07197165489196777 +208,0.5251587483617394,0.9966338840705058,-1.39375778816516,0.27229923009872437,-0.8396474719047546,-0.46994155645370483,-1.0879886150360107,0.3853122591972351,0.9108275771141052,0.08750298619270325,-0.01598900556564331,0.09365984797477722 +209,0.48211380343813376,0.9898412292946525,-1.3073134805780016,0.254463255405426,-0.8359388709068298,-0.48626601696014404,0.665107011795044,0.1490248590707779,-0.0683131217956543,-0.06967931985855103,0.06405776739120483,-0.21888840198516846 +210,0.5788072658024197,1.0801764356496553,-1.3915104389501307,0.2577437460422516,-0.8820409774780273,-0.394426167011261,1.3374699354171753,0.5577840805053711,0.2707059681415558,-0.0190047025680542,-0.020577430725097656,-0.05114567279815674 +211,0.9335143034370623,1.2918643642416638,-1.6561987561536002,0.22128625214099884,-0.9613500237464905,-0.16382433474063873,2.4186718463897705,0.8222351670265198,0.5611250400543213,0.01009802520275116,0.09321653842926025,-0.007776021957397461 +212,1.9542588378054457,1.369267790249768,-2.623138764468885,0.18562985956668854,-0.9797617793083191,0.07488924264907837,1.935196042060852,0.8186135292053223,0.5278312563896179,0.040535926818847656,0.05373638868331909,0.08113181591033936 +213,2.7990770456933554,1.2733610152321564,2.8738761216946567,0.09842954576015472,-0.9560912847518921,0.27604568004608154,1.4512898921966553,0.572445273399353,0.7756854295730591,0.044911518692970276,0.10075986385345459,-0.006636500358581543 +214,3.0616905086087596,1.1909166889235272,2.6335257817460533,0.02959689125418663,-0.9287092685699463,0.36962559819221497,0.23781870305538177,0.18830199539661407,0.5488668084144592,-0.022211642935872078,-0.0071274638175964355,0.013751477003097534 +215,3.106295203246767,1.2007083697098595,2.582340209052781,0.01276435051113367,-0.932295560836792,0.3614722490310669,0.05349662899971008,-0.22183187305927277,0.13841284811496735,0.0030285120010375977,-0.05674868822097778,-0.039145588874816895 +216,3.078200866946467,1.2248286585238766,2.602940712473283,0.02148224413394928,-0.9407477378845215,0.33842650055885315,-0.6190508008003235,-0.0937020480632782,-0.30046993494033813,-0.02216891013085842,0.00442272424697876,-0.0006880462169647217 +217,2.9670766819917804,1.2902030031247882,2.6872349155606163,0.048083145171403885,-0.9608913064002991,0.2727200984954834,-0.783092737197876,-0.5695310235023499,-0.0810149684548378,0.03277317434549332,0.05633491277694702,-0.01097080111503601 +218,3.034596741289915,1.3636688875538132,2.5835495775306496,0.021961763501167297,-0.9786257147789001,0.2044740915298462,-0.35396602749824524,0.07599729299545288,0.9287904500961304,0.157191663980484,-0.0643889307975769,-0.03870245814323425 +219,-2.673451914846212,1.3829364241242876,2.0257573660469776,-0.08426996320486069,-0.9824061393737793,0.16666360199451447,-0.607454240322113,0.28030383586883545,1.1455235481262207,0.026332318782806396,0.012420237064361572,0.011589527130126953 +220,-2.204944884349628,1.3138179621842514,1.5775629386142709,-0.20474497973918915,-0.9671623706817627,0.15058746933937073,-0.11447778344154358,0.22838859260082245,0.2527504563331604,-0.22866567969322205,0.0676720142364502,-0.01058804988861084 +221,-2.3725887112995108,1.3654088837352683,1.7344931846834901,-0.1418285369873047,-0.9789820313453674,0.1465568095445633,0.27121976017951965,-0.37881118059158325,-0.9041302800178528,-0.040422454476356506,0.07412058115005493,-0.046611666679382324 +222,-2.736996047358431,1.4019154590834915,2.076524325146014,-0.06616414338350296,-0.985773503780365,0.15450894832611084,0.00019455235451459885,-0.14530184864997864,-0.7921436429023743,0.026384472846984863,-0.010350823402404785,0.02397310733795166 +223,-2.835819156588201,1.397239349898531,2.177768816162444,-0.051983922719955444,-0.9849767684936523,0.16467618942260742,-0.14744631946086884,0.10301095992326736,0.49259886145591736,0.13006314635276794,-0.03022092580795288,0.006145939230918884 +224,-2.540520519191568,1.3978438463936347,1.8838082287667957,-0.09732184559106827,-0.9850809574127197,0.14192818105220795,-0.03914790228009224,0.0764479711651802,0.33571064472198486,-0.04998646676540375,0.03548091650009155,-0.04976513981819153 +225,-2.522520261945611,1.4020888687841553,1.8716480021405248,-0.09743376821279526,-0.9858025908470154,0.1367473155260086,-0.11634024977684021,-0.020259227603673935,-0.28596368432044983,-0.05301789194345474,0.015618324279785156,-0.006376281380653381 +226,-2.675415793876262,1.4006807507812975,2.027925760396653,-0.0760943666100502,-0.985565185546875,0.15123127400875092,0.2495899200439453,0.06911854445934296,-0.020623335614800453,0.0860888659954071,-0.0120086669921875,0.00852823257446289 +227,-2.621085731275739,1.3693774895485784,2.0055661889321867,-0.09949366748332977,-0.9797837138175964,0.17356519401073456,0.6512409448623657,0.01918880082666874,-0.29017943143844604,-0.007699310779571533,0.06361550092697144,-0.10647225379943848 +228,-2.857022382836788,1.3626058969024764,2.2236868349047363,-0.058027125895023346,-0.978406548500061,0.19837720692157745,0.09381571412086487,0.04305342957377434,-0.4861665666103363,0.01977333426475525,0.047773003578186035,0.025042057037353516 +229,2.995252752272261,1.3526592196945257,2.6129571360578088,0.03155668079853058,-0.9763022661209106,0.21409806609153748,-0.07211703062057495,-1.489881157875061,-1.181990146636963,-0.08284145593643188,-0.00625687837600708,-0.023485302925109863 +230,2.327088782531623,1.3836250122228728,-3.0993533583528916,0.1353522390127182,-0.9825345277786255,0.12769392132759094,-0.49452152848243713,-0.7696732878684998,-0.5885787010192871,-0.04201421141624451,0.07599461078643799,-0.0828942060470581 +231,2.114581036771971,1.3048543395154857,-2.934581379587496,0.22490864992141724,-0.9648453593254089,0.1359766125679016,0.5187118053436279,0.1007537841796875,-0.7677010893821716,0.00903908908367157,-0.0042250752449035645,0.03815673291683197 +232,2.313794338185594,1.2556680656242716,-3.0567390619362222,0.22825247049331665,-0.9507566094398499,0.2096732258796692,0.5004869699478149,0.6357271075248718,-0.30925488471984863,0.05359265208244324,-0.04565763473510742,0.05499044060707092 +233,2.3430476889748375,1.2301938017870775,-3.0499870434707064,0.23929713666439056,-0.9425535798072815,0.2330864518880844,0.006184332072734833,0.23951585590839386,-0.27276986837387085,-0.03792695701122284,0.05452275276184082,-0.01975339651107788 +234,2.501354728070015,1.2180784219724203,3.1391672309702403,0.20636670291423798,-0.938437283039093,0.27703437209129333,0.3038461208343506,0.9587534070014954,0.5360039472579956,-0.007590487599372864,-0.007256567478179932,0.04636034369468689 +235,2.6283273294526324,1.1980783207149879,3.0665958491529586,0.1788058578968048,-0.9313410520553589,0.3172265291213989,0.3841273784637451,0.476040780544281,0.19407643377780914,0.09000825881958008,0.025014638900756836,-0.03264996409416199 +236,2.5211304474884595,1.197867657226533,3.1357520217461823,0.21183419227600098,-0.9312642812728882,0.29643452167510986,-0.520875871181488,-1.1349555253982544,-0.6110743880271912,-0.004802897572517395,-0.009775817394256592,-0.046281903982162476 +237,2.335054237939609,1.1875308947805658,-3.020420947708541,0.2699533700942993,-0.9274484515190125,0.2587742805480957,0.028795156627893448,-0.005058238748461008,0.14319956302642822,0.07631427049636841,0.012653708457946777,-0.0072332024574279785 +238,2.3847818516590054,1.1989368381760295,-3.0677709815799505,0.2494775950908661,-0.9316533207893372,0.2641652822494507,0.06744588911533356,0.3191635310649872,0.24602286517620087,0.048633381724357605,0.0010502338409423828,0.025461792945861816 +239,2.6327812302082583,1.1718064579720044,3.1170559422644226,0.18924789130687714,-0.9214538931846619,0.33927595615386963,0.8422779440879822,2.1719565391540527,0.11069602519273758,0.07689593732357025,-0.029672324657440186,-0.02343425154685974 +240,2.9698996409558736,1.09892137446808,2.9859780698059417,0.07766152918338776,-0.8907175660133362,0.44787442684173584,0.5052071213722229,1.6271668672561646,0.15420083701610565,-0.011804580688476562,0.01945573091506958,-0.03759586811065674 +241,3.106335226258561,1.0859625189772464,2.9068541807385646,0.016428718343377113,-0.8847523927688599,0.4657716751098633,-0.41255754232406616,-0.3900451362133026,0.11822091042995453,-0.07844044268131256,-0.03433018922805786,0.03776836395263672 +242,2.987049736881442,1.1658207814851682,2.907482240244341,0.06064729392528534,-0.9191120266914368,0.3893009126186371,-0.8453319072723389,-1.6110095977783203,-0.0007026884704828262,-0.03954438865184784,0.03608590364456177,-0.03428983688354492 +243,2.7799469731797632,1.2596166826257953,2.992728594965473,0.10833136737346649,-0.951973021030426,0.28637662529945374,-0.8180607557296753,-0.9811177849769592,-0.07941186428070068,0.01950675994157791,0.0092698335647583,-0.008361488580703735 +244,2.559296972621675,1.2947340938502085,-3.1352419572695083,0.14989782869815826,-0.9621362090110779,0.22765100002288818,-0.5075331330299377,-0.442800372838974,-0.41708070039749146,0.047596707940101624,-0.04856032133102417,0.035380035638809204 +245,2.294219212497032,1.3158778432997773,-2.917274987979546,0.18901044130325317,-0.9676838517189026,0.16692307591438293,-0.3805077075958252,-0.5626617670059204,-0.39356231689453125,-0.03486613929271698,-0.010862410068511963,-0.03760479390621185 +246,2.15558760658544,1.239030503615852,-2.8211017179932893,0.27158811688423157,-0.9454686641693115,0.17980165779590607,0.18311868607997894,-0.35376137495040894,-0.8131362199783325,0.055285632610321045,0.024021029472351074,0.06432364881038666 +247,2.002791750794423,1.213435931508543,-2.6956402947602998,0.31766727566719055,-0.9368234276771545,0.1464567929506302,-0.16400916874408722,-0.588316023349762,0.01801242306828499,-0.005121469497680664,-0.05104595422744751,-0.039751991629600525 +248,1.9316897993237048,1.2157819669125933,-2.6856636006876724,0.325211763381958,-0.9376415014266968,0.12274248152971268,-0.7205561399459839,-0.8400074243545532,0.10680601000785828,0.03613162040710449,-0.04027903079986572,0.1150047779083252 +249,1.808445002460941,1.3048626245158679,-2.608173201201348,0.25542333722114563,-0.9648475646972656,0.06187017261981964,-0.31335458159446716,-0.3375173807144165,1.0729477405548096,0.07346457242965698,0.0523567795753479,0.00622975081205368 +250,1.7664726176884453,1.3498298849266888,-2.5877968355393413,0.21498967707157135,-0.9756860733032227,0.04261365532875061,0.7248810529708862,0.050432879477739334,-0.17446070909500122,-0.12522223591804504,-0.006781458854675293,-0.13892710208892822 +251,2.006242843833467,1.268930043704296,-2.8304720396181984,0.2695586681365967,-0.9547833204269409,0.12540669739246368,0.7347720265388489,0.10809287428855896,-0.9571678042411804,-0.023815900087356567,0.03431218862533569,-0.02086867392063141 +252,1.9531596606986568,1.2057821958907258,-2.7433132255501707,0.3311847746372223,-0.9341186881065369,0.13318783044815063,-0.4167405068874359,0.22901584208011627,-0.27806755900382996,-0.01264229416847229,-0.03525686264038086,-0.01906728744506836 +253,1.844495122608812,1.1564111306297506,-2.633463533769836,0.38764041662216187,-0.9153640270233154,0.1088278517127037,-0.2669368088245392,-0.2672896087169647,-1.0795071125030518,0.008813410997390747,0.010548412799835205,-0.03518904000520706 +254,1.784189567049619,1.1008910177750528,-2.6009055100698077,0.44253137707710266,-0.8916111588478088,0.09589319676160812,-0.0008470183238387108,-0.16223478317260742,0.030815761536359787,0.05632421374320984,-0.06316173076629639,0.019264809787273407 +255,1.6486219454568367,1.1090657671245705,-2.4955615196351646,0.44415000081062317,-0.8952828645706177,0.034636206924915314,-0.6799449920654297,-0.6691387295722961,0.3720884919166565,0.1602049171924591,-0.13576889038085938,0.05418527498841286 +256,1.4288355843801155,1.0858109152678361,-2.3581805091653143,0.4615056812763214,-0.884681761264801,-0.0659593790769577,-0.8081158995628357,-0.9503183960914612,-0.0880596935749054,0.2194330096244812,-0.06948083639144897,0.1382555365562439 +257,1.1373418985089954,1.1271377807802652,-2.148903484956153,0.3895500898361206,-0.9031872749328613,-0.180287167429924,-0.532429039478302,-1.2128362655639648,0.9306755661964417,0.1431494951248169,-0.014583051204681396,0.0712326169013977 +258,0.691155989732874,1.2480311562082362,-1.7543060602100826,0.2021859586238861,-0.9483619332313538,-0.24439804255962372,-0.18041303753852844,-1.2059258222579956,2.8701183795928955,0.4354178309440613,0.15449297428131104,0.038083985447883606 +259,-0.3391320400217202,1.3486912601506589,-0.7979248931895562,-0.07328140735626221,-0.9754359126091003,-0.20773692429065704,0.985038697719574,-0.6323056817054749,2.5645248889923096,0.057244427502155304,0.23048663139343262,-0.11135485768318176 +260,-1.3888209042373365,1.1210242353346394,0.22489490072889556,-0.4275817573070526,-0.9005461931228638,-0.07867978513240814,1.474527359008789,-0.7759582996368408,4.342933177947998,0.12066650390625,0.33388054370880127,-0.22811341285705566 +261,-1.745390586895977,0.8444886377534688,0.5123303019572897,-0.6540170907974243,-0.7476316094398499,0.11536221951246262,1.3777217864990234,0.0940677598118782,1.0994008779525757,-0.4498952031135559,-0.05220353603363037,-0.06583215296268463 +262,-1.7617365223944361,0.6088514290514079,0.6893402494540307,-0.8053973913192749,-0.5719256401062012,0.15567927062511444,1.7346378564834595,0.7807213068008423,2.662583351135254,0.020439565181732178,0.08079105615615845,-0.06556083261966705 +263,-1.7807471736853393,0.3974283166149629,0.7929961131163351,-0.9018121957778931,-0.3870483934879303,0.19216811656951904,0.8340210914611816,-0.24414081871509552,1.492904782295227,-0.06684637069702148,0.11850893497467041,0.12855640053749084 +264,-1.7802316385536263,0.28204415362376767,0.7931744131093994,-0.9395004510879517,-0.2783196270465851,0.19969286024570465,-0.14351266622543335,-0.3421424627304077,0.13912780582904816,-0.11749112606048584,0.043135881423950195,0.028136134147644043 +265,-1.79611828949396,0.22574125985132876,0.7290460447559995,-0.9499919414520264,-0.22382888197898865,0.2177516669034958,-0.704926073551178,-0.2656133770942688,1.1113786697387695,0.030070126056671143,-0.11671677231788635,-0.0243922621011734 +266,-1.8402780649068278,0.21429529352655788,0.6277353683664676,-0.9418610334396362,-0.21265889704227448,0.2601422667503357,-1.1466861963272095,-0.6510326266288757,0.34973999857902527,0.02654731273651123,0.03649616241455078,0.04218006134033203 +267,-1.860873785032386,0.21980096149210354,0.5526509739924175,-0.9351679086685181,-0.21803538501262665,0.27914494276046753,-0.10161766409873962,0.0017822745721787214,0.22396960854530334,-0.024991512298583984,0.07350410521030426,-0.028656572103500366 +268,-1.848776941496208,0.20256642932323538,0.5409226594447225,-0.9419499039649963,-0.20118394494056702,0.26880353689193726,-0.046020135283470154,0.037244562059640884,0.0025956416502594948,-0.026037156581878662,0.026348739862442017,-0.04283618927001953 +269,-1.847171490773965,0.1987479518084654,0.5381008757226012,-0.9431124925613403,-0.19744208455085754,0.26749861240386963,0.021269001066684723,-0.05733182281255722,-0.06649839878082275,0.019635319709777832,-0.013648003339767456,0.03868424892425537 +270,-1.8564724205685217,0.2108821732242357,0.5742758823420374,-0.9382159113883972,-0.20932261645793915,0.2755632698535919,0.3890199065208435,0.14308401942253113,-0.04703634977340698,0.018492400646209717,-0.051709502935409546,-0.09300708770751953 +271,-1.8890565410113038,0.23158585796753764,0.6004670500153382,-0.9244258403778076,-0.22952133417129517,0.3045610189437866,0.013270843774080276,-0.6104893684387207,-0.5539748668670654,0.037661075592041016,-0.01002645492553711,0.015797436237335205 +272,-1.9150336424470678,0.24655144792217576,0.6205613240210647,-0.9128668904304504,-0.2440611571073532,0.3272733688354492,0.28312286734580994,0.13769209384918213,-0.029653672128915787,-0.023961544036865234,0.019695937633514404,0.0726136863231659 +273,-1.9216137625346763,0.2513218237406493,0.641534060004178,-0.9095901846885681,-0.24868448078632355,0.33286917209625244,-0.09994914382696152,-0.29015910625457764,-0.18251991271972656,0.02068936824798584,-0.0041231513023376465,-0.012907624244689941 +274,-1.955238555597287,0.290075403109638,0.6532601830210405,-0.888279378414154,-0.2860244810581207,0.35937368869781494,-0.11826170235872269,-0.15687799453735352,-0.21749016642570496,0.03816664218902588,-0.0574508011341095,0.004319489002227783 +275,-1.9691312839880555,0.312116316751193,0.6371545514424187,-0.8771767020225525,-0.3070733845233917,0.3691439628601074,-0.10981959849596024,-0.13881000876426697,-0.15454240143299103,-0.007253289222717285,0.025014638900756836,-0.016299694776535034 +276,-1.9726002995315202,0.32365335911678883,0.6400440187769981,-0.8725719451904297,-0.3180323541164398,0.37077438831329346,-0.06159355491399765,-0.18534237146377563,-0.16942186653614044,0.07052421569824219,-0.001089930534362793,-0.026703953742980957 +277,-1.9855121582132431,0.33421791142088303,0.6507227891263643,-0.8645884394645691,-0.32803046703338623,0.3806345760822296,0.07104690372943878,0.006648327223956585,-0.05038650333881378,-0.011586427688598633,0.00785529613494873,0.020122140645980835 +278,-1.9851938655419679,0.33532941335712985,0.6600637964786071,-0.8643755316734314,-0.3290802538394928,0.3802124261856079,0.013280127197504044,0.032443609088659286,0.0012462912127375603,0.009196579456329346,-0.01886594295501709,0.005163609981536865 +279,-1.9850275757664404,0.3348431798331563,0.6550473979303076,-0.8645849823951721,-0.3286210596561432,0.3801330029964447,0.03183652088046074,-0.03223860263824463,0.027727454900741577,-0.004586160182952881,-0.0040968358516693115,-0.03177475929260254 +280,-1.995651696895231,0.3348444680855496,0.6611411400923781,-0.8604973554611206,-0.3286222815513611,0.38929665088653564,0.04827076196670532,-0.1547679603099823,-0.05636586621403694,-0.0017462968826293945,-0.025244295597076416,-0.023268818855285645 +281,-2.015117757838891,0.3398359254680678,0.6689352998180074,-0.8512648344039917,-0.3333324193954468,0.4052621126174927,-0.005725628696382046,-0.3187049627304077,-0.10138873755931854,0.006279051303863525,-0.012950509786605835,0.009715855121612549 +282,-2.029185801866418,0.34495844785605045,0.6724166185870801,-0.843937337398529,-0.3381575644016266,0.41643622517585754,0.10082339495420456,-0.10896474868059158,-0.052941471338272095,-0.007030069828033447,0.021476656198501587,-0.000573277473449707 +283,-2.0382375796555463,0.34637448538944016,0.6691892002865815,-0.8397050499916077,-0.3394898474216461,0.42384201288223267,-0.10680121928453445,0.04078381136059761,0.10209809243679047,0.0003191232681274414,0.004452645778656006,0.05659624934196472 +284,-2.038049897856047,0.33977221937397994,0.6588714896095803,-0.8417676687240601,-0.3332723379135132,0.42468491196632385,-0.033407773822546005,-0.10033822804689407,-0.01493285782635212,-0.013426601886749268,-0.00861617922782898,-0.020052224397659302 +285,-2.038148464500401,0.3444662770233734,0.6540052711761334,-0.8403194546699524,-0.33769434690475464,0.424058198928833,-0.10782913863658905,0.09169541299343109,0.07049307972192764,0.01600933074951172,-0.013089865446090698,0.04958978295326233 +286,-2.0213770301607075,0.34016579686213333,0.6328764889625719,-0.8486127257347107,-0.3336434066295624,0.41053465008735657,-0.0699772834777832,0.007349420804530382,0.07312676310539246,-0.011525273323059082,0.00683063268661499,-0.06638795137405396 +287,-2.029903233024109,0.34262339387800644,0.6316515519590379,-0.8443440198898315,-0.33595916628837585,0.4173904359340668,-0.08572296053171158,-0.19037243723869324,-0.017388224601745605,0.03701663017272949,0.0008608698844909668,0.023939549922943115 +288,-2.033919117658388,0.3456632458422681,0.6202515496959622,-0.8417434692382812,-0.33882075548171997,0.42031967639923096,-0.016107890754938126,0.06212841346859932,0.05080544203519821,0.0121535062789917,-0.011048048734664917,-0.03399759531021118 +289,-2.038999507876469,0.34637826605086336,0.6200204306034834,-0.8393805027008057,-0.33949339389801025,0.42448103427886963,-0.016867350786924362,-0.19746771454811096,-0.06032043695449829,0.0028175711631774902,0.001938551664352417,-0.000698775053024292 +290,-2.041575994101461,0.34772349953426346,0.6140391440636603,-0.8378763198852539,-0.34075844287872314,0.4264347553253174,-0.08096752315759659,0.09120557457208633,0.11084870994091034,-0.004790127277374268,0.020766407251358032,0.011477172374725342 +291,-2.0400477949571636,0.34620323534640546,0.6100141349308067,-0.8389884233474731,-0.3393287658691406,0.42538776993751526,-0.05072075128555298,-0.0654514729976654,-0.045170798897743225,0.015593528747558594,0.010395020246505737,-0.009585678577423096 +292,-2.0420776674108843,0.3513719635159109,0.6080251481731829,-0.8365493416786194,-0.34418627619743347,0.4262879192829132,-0.02767573483288288,0.02099854312837124,-0.02413509599864483,-0.007109224796295166,0.014260679483413696,0.004208385944366455 +293,-2.0418531547910495,0.35521487199705715,0.6099275055549831,-0.8354599475860596,-0.3477918207645416,0.42549651861190796,-0.04553834721446037,-0.028591351583600044,-0.06725995987653732,0.007380843162536621,-0.019319355487823486,-0.00649029016494751 +294,-2.046063119682695,0.36589455350859057,0.6112929359314991,-0.8303113579750061,-0.35778477787971497,0.4272861182689667,0.003155350685119629,0.03811521828174591,-0.08357885479927063,-0.008220255374908447,0.007046222686767578,0.028783857822418213 +295,-2.0356391572102646,0.36594155295665654,0.6097225329237075,-0.8347049355506897,-0.35782867670059204,0.41860029101371765,0.03144742548465729,0.0800255835056305,-0.02350986935198307,0.016910195350646973,-0.02544158697128296,-0.029791146516799927 +296,-2.0251129630326856,0.3623186057753524,0.6093389635799439,-0.8402242064476013,-0.3544432520866394,0.41035717725753784,0.006176006980240345,0.15720656514167786,0.14819420874118805,0.01597505807876587,-0.0022614002227783203,0.010693728923797607 +297,-2.0149320636911825,0.3529428542429802,0.610432912419169,-0.8473220467567444,-0.3456607460975647,0.40319207310676575,0.04293195530772209,0.05948479101061821,0.004082714207470417,-0.00533902645111084,-0.006771445274353027,-0.009301692247390747 +298,-2.0082908458151705,0.35100600865935494,0.6103059216680768,-0.8505858778953552,-0.34384265542030334,0.39783889055252075,0.04761364683508873,0.07501976937055588,0.0383528470993042,0.005905210971832275,0.004365146160125732,-0.003017723560333252 +299,-2.009894065489509,0.3487719046337507,0.616940774075129,-0.8506403565406799,-0.34174391627311707,0.3995276987552643,0.09719270467758179,-0.028583360835909843,-0.05064236372709274,-0.0008002519607543945,-0.006675302982330322,-0.01817995309829712 +300,-2.011699489865464,0.3509220846802421,0.6187551693791443,-0.8492509722709656,-0.3437638282775879,0.40074822306632996,-0.007699831388890743,-0.014948547817766666,0.019269771873950958,0.008445918560028076,0.007719576358795166,0.0037927329540252686 +301,-2.0121336653542174,0.3472729628788215,0.6192656261869882,-0.8502053618431091,-0.34033483266830444,0.40165001153945923,0.028156261891126633,-0.02934364788234234,-0.018540136516094208,0.00032150745391845703,-0.007214546203613281,-0.02758091688156128 +302,-2.015626781221096,0.34957178137648776,0.6200085583848711,-0.8480889201164246,-0.34249553084373474,0.40427979826927185,-0.0015251757577061653,-0.015550784766674042,0.023754768073558807,0.006093621253967285,0.008434832096099854,0.01759517192840576 +303,-2.0155468015382496,0.3457294084632863,0.6202474746039239,-0.8493029475212097,-0.33888301253318787,0.4047751724720001,0.039500944316387177,-0.02420232631266117,-0.019194170832633972,-0.010697662830352783,-0.002013593912124634,-0.021718502044677734 +304,-2.017047678560191,0.34741258656191876,0.6196522670784427,-0.8481788635253906,-0.34046611189842224,0.40580272674560547,-0.013814551755785942,-0.008165637031197548,0.009975772351026535,-0.0003167390823364258,0.010998308658599854,0.019047796726226807 +305,-2.0170590931653223,0.3457933392294095,0.6200667696657125,-0.8486700057983398,-0.33894315361976624,0.40604960918426514,0.028736498206853867,-0.07505866140127182,-0.09304913878440857,-0.00904160737991333,0.0044858455657958984,-0.03472709655761719 +306,-2.0306675937744756,0.3588384849701899,0.6219623737222152,-0.8390323519706726,-0.35118693113327026,0.41556304693222046,-0.0705045834183693,-0.16890622675418854,-0.1215534582734108,-0.0006436705589294434,0.018270671367645264,0.009165346622467041 +307,-2.033084319418351,0.3614495965324102,0.6157725438192322,-0.837201714515686,-0.35363054275512695,0.4171789884567261,-0.042975522577762604,-0.01816641353070736,-0.034000933170318604,-0.004747569561004639,-0.014014631509780884,-0.023883789777755737 +308,-2.0386701435108567,0.37018339323102617,0.6141934052694652,-0.8320700526237488,-0.3617863953113556,0.4204399883747101,-0.09784507006406784,-0.07082341611385345,-0.05618155375123024,0.00345689058303833,-0.014815717935562134,0.02706974744796753 +309,-2.033867037457927,0.3737894672912722,0.6068798667107075,-0.8329072594642639,-0.36514586210250854,0.4158531725406647,0.003996815998107195,0.05926404520869255,-0.004748357459902763,0.001761019229888916,-0.004803478717803955,-0.029622793197631836 +310,-2.0374311366848934,0.3785298891485474,0.6089332796082798,-0.8298645615577698,-0.3695548176765442,0.418035626411438,-0.0374271385371685,-0.06055428460240364,-0.01504448615014553,0.009399592876434326,0.005968451499938965,0.02816179394721985 +311,-2.034447901094874,0.37581802773760903,0.6060716097498512,-0.832001268863678,-0.36703360080718994,0.4160047769546509,0.0188255924731493,0.0808698832988739,0.05863646790385246,0.0005804896354675293,-0.006074309349060059,-0.016071975231170654 +312,-2.0376584754408436,0.37691909560417225,0.6093139611211564,-0.8303001523017883,-0.36805757880210876,0.41849175095558167,0.003193468786776066,-0.015395025722682476,0.0023772111162543297,0.00399094820022583,0.0025180280208587646,0.028957009315490723 +313,-2.0350661412202995,0.3723851889961871,0.6093398271410687,-0.8328655958175659,-0.36383816599845886,0.41708076000213623,0.06199437752366066,0.08850625902414322,0.053208380937576294,-0.0036668777465820312,-0.004356324672698975,-0.026562660932540894 +314,-2.03172984120334,0.3714012023948337,0.6147228880790615,-0.8345729112625122,-0.36292144656181335,0.41445890069007874,0.03362775221467018,0.018741676583886147,-0.00475676916539669,0.012566685676574707,0.017233610153198242,-0.008941292762756348 +315,-2.030912031435581,0.3675920114785748,0.6175847517956817,-0.836143970489502,-0.35936933755874634,0.4143869876861572,0.045382045209407806,0.05041693523526192,0.034696340560913086,-0.007285416126251221,-0.002004474401473999,-0.019748985767364502 +316,-2.034611727268536,0.36979095397003897,0.6215635121378135,-0.8338964581489563,-0.36142051219940186,0.41712313890457153,-0.027515046298503876,-0.037969060242176056,-0.02956339716911316,-0.011577725410461426,0.013398081064224243,0.020529359579086304 +317,-2.0327082540647816,0.368786893783532,0.6166151138516076,-0.8350133895874023,-0.36048415303230286,0.4156966209411621,-0.015185869298875332,0.00394778698682785,0.040050677955150604,0.007346212863922119,-0.0007218718528747559,-0.025682002305984497 +318,-2.038337687085578,0.37332327703095924,0.6147914730051275,-0.8311915993690491,-0.36471182107925415,0.41964927315711975,-0.0688977837562561,-0.09770140796899796,-0.05810417979955673,0.001983344554901123,0.016246885061264038,-0.00818091630935669 +319,-2.0401981577260093,0.3766897191124764,0.6082502864625567,-0.8293098211288452,-0.3678443133831024,0.42063722014427185,-0.05764148384332657,0.03282240778207779,0.06828474998474121,0.009577274322509766,-0.003188401460647583,-0.004697859287261963 +320,-2.0452710068509905,0.38025498897358867,0.6063795001494735,-0.8259936571121216,-0.3711572587490082,0.4242369830608368,-0.05871764197945595,-0.11082569509744644,-0.054827865213155746,0.01880359649658203,-0.011060178279876709,-0.0027890801429748535 +321,-2.048441361647456,0.38353281047292165,0.6014990154090474,-0.8235596418380737,-0.37419894337654114,0.42629197239875793,0.020317642018198967,-0.0006433096714317799,0.021695181727409363,0.00515437126159668,-0.00066375732421875,-0.0025554299354553223 +322,-2.053687793657062,0.38465813045120906,0.6030528968418356,-0.820938229560852,-0.3752422630786896,0.4304109811782837,-0.05263608694076538,-0.08025331050157547,-0.03804592043161392,0.0008394122123718262,-0.0007342696189880371,0.007897704839706421 +323,-2.055884332028706,0.38646454274746467,0.6003105736178926,-0.819389820098877,-0.3769160807132721,0.4318963885307312,-0.0016074851155281067,0.07016672939062119,0.05858471244573593,0.0006490945816040039,0.0012447237968444824,0.0261114239692688 +324,-2.0506310234418295,0.3798438044902276,0.6003926218052836,-0.8238431811332703,-0.37077540159225464,0.4287286102771759,0.08213594555854797,0.051364000886678696,-0.016240650787949562,0.005361616611480713,-0.03004249930381775,-0.01600879430770874 +325,-2.046847981909208,0.3785122035041045,0.6016376383881998,-0.8258970379829407,-0.36953839659690857,0.42583468556404114,0.053244851529598236,0.15698207914829254,0.0868980810046196,0.0002288818359375,0.001282811164855957,0.022727906703948975 +326,-1.970382612813896,0.33197012191514347,0.6024714523463294,-0.8709251284599304,-0.3259062170982361,0.36779657006263733,0.4317752420902252,1.0552855730056763,0.404132217168808,-0.02278202772140503,-0.04949048161506653,-0.07176080346107483 +327,-1.9235819771168694,0.2828632973211382,0.6348503032283525,-0.9011215567588806,-0.2791062891483307,0.33178263902664185,0.24528861045837402,0.005384325515478849,0.27382346987724304,0.03503274917602539,0.02588668465614319,0.04062342643737793 +328,-1.9187321646034499,0.2529404206335903,0.6208485704156161,-0.9101660847663879,-0.2502518892288208,0.3301090896129608,-0.05762398615479469,0.2580632269382477,0.5510667562484741,-0.0007837414741516113,-0.005622774362564087,-0.010376423597335815 +329,-1.9020801597165211,0.2306917183850803,0.6084427439303695,-0.9205744862556458,-0.22865097224712372,0.3166407644748688,-0.013961052522063255,0.029409877955913544,0.04266642779111862,-0.010425269603729248,0.05433458089828491,0.014352917671203613 +330,-1.8959301169071339,0.2270823137914589,0.6021651913299412,-0.9232804775238037,-0.2251356989145279,0.31123486161231995,-0.08341026306152344,-0.015023498795926571,-0.021140113472938538,-0.002058267593383789,-0.0009385198354721069,-0.02079904079437256 +331,-1.900705868710717,0.2249660083257511,0.5878655608673917,-0.9222323894500732,-0.22307322919368744,0.31579431891441345,-0.1944618672132492,-0.03399099409580231,0.14024657011032104,0.02138388156890869,-0.018839657306671143,0.027894645929336548 +332,-1.8920999426711884,0.219097590425779,0.5681382886541693,-0.9261417984962463,-0.2173488736152649,0.30825409293174744,-0.12528592348098755,0.14487220346927643,0.23985415697097778,0.04705256223678589,0.05751308798789978,0.008411496877670288 +333,-1.887819758788626,0.21009745899268487,0.565198568577849,-0.9292740821838379,-0.2085552215576172,0.30488479137420654,-0.06428930908441544,-0.14528702199459076,-0.20102673768997192,-0.02493441104888916,-0.0401630699634552,-0.0017994344234466553 +334,-1.899578891025204,0.20773651830748263,0.5628418529784885,-0.9260879755020142,-0.20624561607837677,0.3159489631652832,0.21062874794006348,-0.6870996356010437,-0.6509492993354797,-0.05496060848236084,0.038429468870162964,-0.09880116581916809 +335,-1.998864487873784,0.24743807421000985,0.6237408339044855,-0.882060706615448,-0.24492086470127106,0.40247097611427307,0.454116553068161,-0.6678522825241089,-0.2117851972579956,-0.004108846187591553,0.004854306578636169,-0.03387957811355591 +336,-2.025363034119009,0.2044235759695208,0.6793023258015578,-0.8797439932823181,-0.20300276577472687,0.42993077635765076,0.9075836539268494,-0.390124648809433,-0.10875361412763596,0.07606357336044312,0.10725386440753937,-0.009154438972473145 +337,-2.035465271227518,0.15444990697137947,0.7675992593191479,-0.8833282589912415,-0.15383657813072205,0.4427924156188965,1.2283744812011719,0.43266600370407104,-0.11233288794755936,-0.12427043914794922,-0.0041986554861068726,-0.060819268226623535 +338,-2.0598063670809097,0.144151530360438,0.8661676145514569,-0.8736420273780823,-0.1436528116464615,0.46487995982170105,0.1393924504518509,-0.06393594294786453,-0.08434116095304489,-0.01344287395477295,-0.19649609923362732,0.17478370666503906 +339,-2.08333579810354,0.17270884738220302,0.8608038553628401,-0.8585365414619446,-0.1718515306711197,0.4830963611602783,-0.06117599457502365,-0.39116916060447693,-0.4361315965652466,0.03506547212600708,-0.054115891456604004,-0.03964543342590332 +340,-2.099468970025163,0.18270208847699831,0.8801071776546124,-0.8491060137748718,-0.1816873550415039,0.49599286913871765,0.12835335731506348,-0.18517693877220154,-0.5025362372398376,-0.06568902730941772,0.09002779424190521,0.043725788593292236 +341,-2.0926816370809957,0.17848458593815777,0.8995838609703589,-0.8531095385551453,-0.1775384396314621,0.4905959367752075,0.2760510742664337,0.48500943183898926,0.3130546808242798,0.00044840574264526367,-0.0016455352306365967,0.02788257598876953 +342,-2.069757178894537,0.15842963872759194,0.902048928816284,-0.8670834302902222,-0.15776771306991577,0.4725205600261688,0.0901733934879303,0.06222126632928848,0.02957787737250328,-0.027447760105133057,0.031135037541389465,-0.008470207452774048 +343,-2.0733558812937005,0.14553420771309766,0.9169368821093618,-0.8670881390571594,-0.1450210064649582,0.4765781760215759,0.126484215259552,0.017454922199249268,0.014417103491723537,-0.022468626499176025,0.01582486927509308,0.08467048406600952 +344,-2.0476805667303135,0.173329822440031,0.8840130059452678,-0.8751170635223389,-0.17246322333812714,0.4521353542804718,-0.9231069087982178,0.2810169458389282,-0.3134288489818573,-0.008824467658996582,0.07901842892169952,0.07195824384689331 +345,-2.0105273585995675,0.2692560329033632,0.8146426393499222,-0.8722629547119141,-0.26601433753967285,0.41035786271095276,-1.2544578313827515,0.1620522290468216,-0.8900396823883057,-0.14349931478500366,0.24190548062324524,-0.015414625406265259 +346,-1.9470621798152912,0.45934508824731207,0.7812299476561971,-0.8336378335952759,-0.44336116313934326,0.3293613791465759,-0.9221987724304199,1.2129943370819092,-2.192171335220337,-0.18073594570159912,0.42151057720184326,-0.0842747688293457 +347,-1.7768819971985634,0.7620385758314089,0.7185135855025915,-0.7081217169761658,-0.6903976202011108,0.1480354517698288,-1.671658992767334,1.4233062267303467,-3.2058157920837402,0.41017866134643555,0.5429673194885254,-0.19480372965335846 +348,-1.4175819978804427,1.0711262095060838,0.5592090119593448,-0.47352319955825806,-0.8777406811714172,-0.07312361896038055,-0.733343780040741,3.884249687194824,-3.2585160732269287,0.46018701791763306,0.11956197023391724,0.12591904401779175 +349,-1.0335521958316516,1.292381360383326,0.5652402122360332,-0.23611430823802948,-0.9614922404289246,-0.14065085351467133,0.8158679604530334,2.6931991577148438,0.1413349211215973,0.5679166316986084,-0.30391907691955566,0.19123375415802002 +350,-1.330836246609512,1.1921224834453692,1.0446204242933437,-0.3590964078903198,-0.929155707359314,-0.08786169439554214,0.32819974422454834,0.6150500774383545,1.768656849861145,-0.12735381722450256,-0.2799508571624756,0.0030075833201408386 +351,-1.421781743161909,1.044677216672546,1.0944507313797511,-0.49661582708358765,-0.8647624850273132,-0.0745556652545929,-0.7736558318138123,-0.39067208766937256,2.1063406467437744,0.16392844915390015,0.27406424283981323,-0.12998837232589722 +352,-1.5832870316126297,0.9496429103074158,1.2450154931751738,-0.5819281339645386,-0.813207745552063,0.007269070949405432,1.0197149515151978,-1.1488416194915771,-0.580285906791687,0.010791659355163574,0.2527371644973755,0.07000136375427246 +353,-1.7460681844000503,0.8956547515051448,1.3732935433270257,-0.6154323220252991,-0.7806184887886047,0.10898628830909729,-0.12489619851112366,-0.4282897412776947,0.3023788034915924,-0.025375783443450928,0.061136066913604736,0.0477367639541626 +354,-1.7988089337777886,0.9081094528303898,1.3718178332022153,-0.5993132591247559,-0.7883419990539551,0.13906943798065186,0.05747054144740105,-0.13524295389652252,0.4279835820198059,0.004006922245025635,-0.03462541103363037,0.14857397973537445 +355,-1.7896241137299154,0.8979369547784396,1.3330725829635253,-0.6083623766899109,-0.7820428609848022,0.13529305160045624,-0.25811001658439636,-0.23301683366298676,-0.18265816569328308,-0.028844594955444336,-0.016525864601135254,0.05065058171749115 +356,-1.729379049021449,0.9016034010993872,1.26815134773215,-0.6125692129135132,-0.7843226194381714,0.09796550124883652,-0.5212293267250061,0.17295792698860168,0.12719082832336426,0.016988098621368408,-0.013986766338348389,0.029781103134155273 +357,-1.6434115233734996,0.8578667351145745,1.2045263650135065,-0.6523290276527405,-0.7564490437507629,0.04745243489742279,-0.05584783852100372,0.5407431721687317,0.8950169682502747,0.06649833917617798,-0.018392324447631836,-0.038342952728271484 +358,-1.6133335057731553,0.8048812383779185,1.211593604131144,-0.6925700306892395,-0.7207483053207397,0.029477758333086967,0.28365975618362427,0.1578187495470047,0.08025704324245453,-0.009547889232635498,0.10220271348953247,-0.06718218326568604 +359,-1.6593408949273356,0.8001797599577979,1.271109643625648,-0.6938489079475403,-0.7174813151359558,0.061597615480422974,0.17733360826969147,-0.10112366080284119,-0.21808204054832458,-0.028532683849334717,-0.05400305986404419,0.036089181900024414 +360,-1.6573269781124396,0.7760582917450263,1.2802023338710207,-0.7110099792480469,-0.7004717588424683,0.06167817488312721,-0.15831676125526428,0.28400325775146484,0.5122646689414978,0.048076629638671875,0.060518085956573486,0.10021758824586868 +361,-1.6463101398495068,0.7598130203694148,1.2659098846159718,-0.7228987812995911,-0.6887859106063843,0.054692842066287994,-0.01789824664592743,0.0060864780098199844,0.11318064481019974,0.012358009815216064,-0.005138039588928223,0.019312262535095215 +362,-1.6478278014966967,0.7698719476725467,1.2622767258632595,-0.7158706784248352,-0.6960433125495911,0.055253904312849045,0.051644109189510345,-0.10047710686922073,-0.2966100871562958,-0.012660205364227295,0.011595070362091064,-0.007951617240905762 +363,-1.659683799633958,0.7948156730608635,1.2703567982083586,-0.6976511478424072,-0.71373450756073,0.062176287174224854,0.13517193496227264,-0.08136666566133499,-0.3781370520591736,-0.001140296459197998,0.009175240993499756,-0.021145347505807877 +364,-1.6936301183394935,0.8214221694889077,1.3024827472948997,-0.6760483384132385,-0.7321153283119202,0.08346176147460938,0.23429785668849945,-0.015935949981212616,-0.05619046092033386,0.027534544467926025,-0.025239408016204834,0.022907257080078125 +365,-1.7180985319959465,0.8269774475091501,1.3280526038358031,-0.6697704195976257,-0.7358881831169128,0.09937847405672073,0.19648867845535278,-0.033162105828523636,0.032507479190826416,0.03926205635070801,-0.009167909622192383,0.007677190005779266 +366,-1.7433971918805837,0.8237778372090798,1.3438580985715278,-0.6693586111068726,-0.7337179183959961,0.11669298261404037,0.011186853051185608,-0.11527302116155624,0.18374553322792053,0.022950470447540283,-0.02041727304458618,0.028479114174842834 +367,-1.739165522657987,0.8104867843123329,1.3289465371248157,-0.6794007420539856,-0.7246227264404297,0.11548347026109695,-0.11655554920434952,-0.07497704774141312,0.14952050149440765,0.0002015829086303711,-0.004152238368988037,0.0029704496264457703 +368,-1.731827691458884,0.7994871646159464,1.3141440101147914,-0.6880561113357544,-0.7169986963272095,0.11176636070013046,-0.062326788902282715,8.36346298456192e-05,0.08741902559995651,-0.010781168937683105,0.018817543983459473,-0.008616924285888672 +369,-1.7319862130051495,0.7969673149186138,1.3154569021996074,-0.6898194551467896,-0.7152398824691772,0.11216504126787186,-0.04048971086740494,0.018684014678001404,-0.006124166771769524,0.003036677837371826,-0.0009313225746154785,0.017717838287353516 +370,-1.7263830381934662,0.7954358125535524,1.3094686874147912,-0.6915183663368225,-0.7141687273979187,0.1084677204489708,-0.03885330259799957,-0.03573758527636528,-0.0685996264219284,0.01036602258682251,0.0022852420806884766,0.0003122091293334961 +371,-1.7326004586725563,0.7980139391949878,1.3182143830287938,-0.6890114545822144,-0.7159709930419922,0.11246811598539352,0.07369235157966614,-0.014706561341881752,0.0347839817404747,0.02302628755569458,0.00013530254364013672,-0.004557952284812927 +372,-1.7507366335601657,0.7977213112964299,1.3351045617602244,-0.6870644092559814,-0.7157666683197021,0.12498241662979126,0.15510013699531555,-0.025609750300645828,0.09346535056829453,0.01287013292312622,0.00040411949157714844,0.008181087672710419 +373,-1.7670567126902499,0.7940953615268488,1.3509953935645398,-0.6874741911888123,-0.7132298350334167,0.1366834044456482,0.08826660364866257,-0.014699235558509827,0.017274493351578712,-0.0013075470924377441,-0.017101585865020752,0.029789909720420837 +374,-1.7730573556210294,0.7958955819831904,1.3559677075267005,-0.6853829026222229,-0.7144904732704163,0.14054808020591736,0.13003024458885193,-0.0659213736653328,-0.0919235348701477,0.0012856125831604004,0.01507335901260376,-0.040740370750427246 +375,-1.794530215691049,0.7971793584890734,1.3794388648135425,-0.6813119649887085,-0.7153880596160889,0.15502798557281494,0.1327894926071167,-0.03308640047907829,-0.001859620213508606,0.0041117072105407715,-0.013493657112121582,0.024079665541648865 +376,-1.8043048025119988,0.7963008886058424,1.3875124774017968,-0.6803755164146423,-0.7147740125656128,0.16182544827461243,0.02902800217270851,-0.04992208257317543,0.02735896408557892,0.01126241683959961,0.010886013507843018,-0.011114358901977539 +377,-1.82499730386605,0.7895806015118896,1.4080089989279465,-0.681515097618103,-0.7100580334663391,0.17707236111164093,0.18409033119678497,-0.1359068602323532,-0.024438360705971718,0.005413472652435303,0.010183215141296387,0.0017758458852767944 +378,-1.843872974811253,0.7941649630497616,1.422280732498222,-0.6749098300933838,-0.713278591632843,0.1890242099761963,0.022575518116354942,-0.04909861460328102,-0.1130967065691948,-0.0052048563957214355,-0.00048172473907470703,0.014161795377731323 +379,-1.8588938991067625,0.8001686249940743,1.4292136366726242,-0.6678768396377563,-0.717473566532135,0.1979200392961502,0.05135567858815193,-0.21089504659175873,-0.08861032128334045,0.019607186317443848,0.01624065637588501,-0.03259110450744629 +380,-1.872523985950089,0.7962279155844365,1.432089017173728,-0.6678115725517273,-0.7147229313850403,0.20784315466880798,0.03322204574942589,0.09140792489051819,0.14964649081230164,-0.006581127643585205,-0.039061129093170166,0.035443052649497986 +381,-1.8750223481733326,0.7874038395827951,1.4350557689723678,-0.6732814311981201,-0.7085235714912415,0.21139201521873474,0.09062471240758896,-0.027946554124355316,0.06975097209215164,-0.005002319812774658,0.010159313678741455,-0.003399461507797241 +382,-1.8765085551323677,0.7809445423014574,1.4349291235884525,-0.6773167848587036,-0.7039505839347839,0.21376538276672363,-0.03649658337235451,0.002552090212702751,0.031610652804374695,-0.0016536116600036621,0.0016953349113464355,0.012293577194213867 +383,-1.8804474745786743,0.7782151738182381,1.4354353470430241,-0.6782971024513245,-0.7020094394683838,0.21701635420322418,0.08379531651735306,-0.032493047416210175,0.027990687638521194,-0.0017260909080505371,0.006574809551239014,-0.0085812509059906 +384,-1.872695340876835,0.771585599066564,1.4300525028133455,-0.6843873858451843,-0.6972726583480835,0.21313069760799408,-0.13849611580371857,0.0496823750436306,0.06977768987417221,-0.00019812583923339844,-0.009956896305084229,0.030506357550621033 +385,-1.873866131352793,0.766635407700015,1.430000440586035,-0.687423586845398,-0.6937158107757568,0.21495942771434784,0.20384229719638824,-0.06115744262933731,0.002738719806075096,0.0008085370063781738,0.03377312421798706,-0.04319116473197937 +386,-1.8965243795763183,0.7545860072150089,1.472563851717055,-0.690246045589447,-0.6849871277809143,0.2331365942955017,0.21400131285190582,0.07315454632043839,0.06754782795906067,0.011291146278381348,-0.013911068439483643,0.04492419958114624 +387,-1.900884552141171,0.7379325423824279,1.479630042807418,-0.6999185681343079,-0.6727597117424011,0.23980849981307983,0.17091815173625946,-0.04401369392871857,0.21452322602272034,0.03335368633270264,-7.647275924682617e-05,-0.01916639506816864 +388,-1.9085887756600872,0.713563583237454,1.4771944983682797,-0.7133097052574158,-0.6545321345329285,0.25055360794067383,0.002836876083165407,0.006597594823688269,0.3149166405200958,-0.024025559425354004,-0.013726532459259033,0.04230833053588867 +389,-1.8989735318492607,0.7001568905971869,1.4586402060994679,-0.723927915096283,-0.6443376541137695,0.24648983776569366,-0.03829913213849068,-0.008457377552986145,0.044694188982248306,-0.02367645502090454,0.017964422702789307,-0.0008081495761871338 +390,-1.8937761786467286,0.698002661037402,1.4459253851751794,-0.7265139222145081,-0.6426887512207031,0.2431640625,-0.16617649793624878,0.060917627066373825,0.1089724525809288,0.001767277717590332,-0.049938201904296875,0.0587921142578125 +391,-1.860626042667296,0.709228386989778,1.3884065144344828,-0.7272140979766846,-0.6512483954429626,0.2168751358985901,-0.5430348515510559,0.04655929282307625,0.04944511502981186,0.008616805076599121,0.014087319374084473,-0.008012816309928894 +392,-1.8301544039204019,0.6993405046531461,1.3542785082011966,-0.7396724820137024,-0.643713116645813,0.1962604820728302,0.01939459517598152,-0.10648375004529953,-0.012741196900606155,-0.019162416458129883,0.04700291156768799,-0.05653572082519531 +393,-1.835712008313215,0.7041761236950729,1.3624306279719762,-0.7355575561523438,-0.6474061608314514,0.19955089688301086,-0.1085573360323906,-0.049995314329862595,-0.220144584774971,-0.02120208740234375,0.004644870758056641,0.030566930770874023 +394,-1.83079359029157,0.7198250948711867,1.3573089791455066,-0.7266494631767273,-0.6592531800270081,0.19330228865146637,-0.2384525090456009,0.13730181753635406,-0.13048601150512695,0.02764439582824707,0.0036287903785705566,0.05352388322353363 +395,-1.7897987220026974,0.7484603185838319,1.3163487176931943,-0.7152360081672668,-0.6805113554000854,0.15919162333011627,-0.3566189706325531,0.13239727914333344,-0.1014523059129715,0.01232457160949707,-0.004821896553039551,0.0032839924097061157 +396,-1.7705541652889194,0.7543744956166082,1.2985431227244681,-0.7142096161842346,-0.6848329901695251,0.14459741115570068,-0.04103374108672142,-0.07358576357364655,-0.10157222300767899,0.01605898141860962,0.028537213802337646,-0.027959227561950684 +397,-1.764591572434714,0.7600763416271833,1.2938086880053534,-0.7112157344818115,-0.6889767646789551,0.13958202302455902,-0.08658279478549957,0.08473214507102966,0.012685740366578102,0.012607336044311523,0.0030484795570373535,0.015264153480529785 +398,-1.7589285093790943,0.7629613666484576,1.290984851980351,-0.7100392580032349,-0.6910649538040161,0.13517984747886658,-0.05692870914936066,0.06418688595294952,-0.062471963465213776,-0.018537402153015137,-0.004857897758483887,0.017041921615600586 +399,-1.740330453841763,0.7800811625116312,1.2837348291297974,-0.7006651163101196,-0.7033371329307556,0.11993793398141861,-0.05393098294734955,0.1810314953327179,-0.15510724484920502,0.022137343883514404,0.02747964859008789,-0.03010942041873932 +400,-1.7382722824474646,0.7869001362686071,1.295247134508332,-0.6961653232574463,-0.7081680297851562,0.11769337952136993,-0.0002685030922293663,0.029380349442362785,-0.06940528750419617,0.033582985401153564,-0.023155152797698975,0.018521778285503387 +401,-1.7312861082546782,0.7903249957413684,1.291028699812862,-0.6945723295211792,-0.7105819582939148,0.11243878304958344,-0.06274580955505371,0.03657642751932144,0.002881874330341816,-0.0136643648147583,0.006800830364227295,-0.001583695411682129 +402,-1.7217520200655032,0.8084238505276946,1.2925040668124261,-0.6827850341796875,-0.7231995463371277,0.10386039316654205,0.018616607412695885,0.27403607964515686,-0.21939575672149658,-0.012741029262542725,0.008584737777709961,0.050604335963726044 +403,-1.685817709896332,0.8454532472803329,1.2803458117672948,-0.6590086817741394,-0.7482718825340271,0.07613614201545715,-0.1905687153339386,0.15973982214927673,-0.562415361404419,-0.004565536975860596,0.0234488844871521,-0.026224620640277863 +404,-1.6642888655618195,0.8960183608551746,1.2842669607549675,-0.621995747089386,-0.7808457016944885,0.058321986347436905,-0.039652444422245026,0.18053029477596283,-0.5424874424934387,0.010453999042510986,0.0034256577491760254,0.02447223663330078 +405,-1.6475230051267757,0.9463110971866763,1.280167447905759,-0.5829594731330872,-0.8112642168998718,0.0448165237903595,-0.04329150915145874,0.12316237390041351,-0.4680878221988678,0.012204527854919434,0.0053255558013916016,-0.009614471346139908 +406,-1.643823642903138,0.9954272534573514,1.2836363869022518,-0.542694091796875,-0.8389915227890015,0.039702095091342926,0.02240593731403351,0.05872797593474388,-0.4211273789405823,0.025787413120269775,0.01658862829208374,0.01089608296751976 +407,-1.6441248137579465,1.033023002717984,1.2927845091293215,-0.5108484625816345,-0.8588513731956482,0.03752703219652176,-0.1382255256175995,0.06535559892654419,-0.4149845838546753,0.009765088558197021,-0.013493597507476807,0.0058078765869140625 +408,-1.635874534793701,1.0566434513568979,1.2886684934828208,-0.4907563626766205,-0.8707096576690674,0.03198270872235298,0.0968731939792633,0.027049710974097252,-0.15209418535232544,0.017169326543807983,0.014783143997192383,0.011260747909545898 +409,-1.6316754914948886,1.0767081336555202,1.2871831758924646,-0.47335055470466614,-0.8804014921188354,0.02885284088551998,-0.07085954397916794,0.0828767791390419,-0.1634676456451416,0.00698089599609375,0.0004118680953979492,-0.00861966609954834 +410,-1.6330100804984342,1.0862929585990015,1.2932323671021022,-0.4648677110671997,-0.8849063515663147,0.028958536684513092,0.08102797716856003,-0.04839525371789932,-0.11682900786399841,0.02791711688041687,-0.007610619068145752,-0.02668500319123268 +411,-1.6424992671796572,1.0902758455683061,1.3004678851534204,-0.4610530138015747,-0.8867544531822205,0.033115629106760025,-0.014538519084453583,0.00470562931150198,0.03430192917585373,0.004052281379699707,-0.004206240177154541,0.024165868759155273 +412,-1.6410141556245887,1.093141588912794,1.2982864869512314,-0.45856475830078125,-0.8880754709243774,0.03225244581699371,0.017678044736385345,0.02051912620663643,-0.028848053887486458,-0.005012482404708862,0.017500579357147217,-0.010188225656747818 +413,-1.6464686199638383,1.0998626667581632,1.3030944228952521,-0.4524197578430176,-0.8911450505256653,0.034301139414310455,0.058321934193372726,-0.007239834871143103,-0.07445371896028519,0.016079485416412354,0.006593167781829834,-0.0052942074835300446 +414,-1.651014634989689,1.1011919534831376,1.3085714876386707,-0.4510784447193146,-0.8917474150657654,0.03626256808638573,0.0038760188035666943,-0.027839064598083496,-0.05029250681400299,0.0008984208106994629,-0.0056983232498168945,-0.00222015380859375 +415,-1.6582226670437463,1.0973609612497852,1.3144447061393398,-0.4542054831981659,-0.8900071978569031,0.03981100395321846,0.01835332065820694,-0.04513835161924362,0.04782186448574066,0.0055359601974487305,0.0016556382179260254,0.001509789377450943 +416,-1.663816138035769,1.0941592714757453,1.3170113527284595,-0.4568103849887848,-0.8885428309440613,0.04261539876461029,0.018107354640960693,-0.03689140826463699,0.02944478765130043,-0.0007244646549224854,0.018761277198791504,0.004152778536081314 +417,-1.671982425777275,1.0944157909560255,1.3226064997332827,-0.4562201499938965,-0.8886604905128479,0.046321336179971695,-0.02241482585668564,0.0017313850112259388,-0.050013720989227295,-0.016405582427978516,0.0010872483253479004,0.016666889190673828 +418,-1.6693607143366784,1.1000057749141217,1.321633153437875,-0.4513893723487854,-0.8912099599838257,0.044635556638240814,0.04471147805452347,-0.0017924699932336807,-0.10328509658575058,0.0053902268409729,0.02202361822128296,-0.016483068466186523 +419,-1.6738977484794082,1.1056371620196885,1.3277300194252657,-0.44618332386016846,-0.8937501907348633,0.0461658276617527,-0.05225110054016113,0.012037770822644234,-0.0489267036318779,0.011857062578201294,-0.01260673999786377,0.017066601663827896 +420,-1.6713936511947078,1.1100767111703782,1.3239322709264045,-0.44234541058540344,-0.8957328200340271,0.044649481773376465,-0.0031632566824555397,-0.015376828610897064,0.006520998664200306,0.011254042387008667,0.016246557235717773,-0.011034365743398666 +421,-1.6808723814383788,1.1104668036958512,1.3328517310323533,-0.4415546655654907,-0.8959061503410339,0.048801861703395844,-0.006589937023818493,-0.014548026956617832,0.021470092236995697,0.00493970513343811,-0.007215738296508789,0.021586891263723373 +422,-1.6846354935489607,1.108599143694464,1.336796905822616,-0.4430297017097473,-0.8950749039649963,0.050653133541345596,-0.0005011903122067451,0.034049421548843384,0.05441264063119888,0.0059722065925598145,-0.003957688808441162,0.01219785213470459 +423,-1.6827531574511543,1.1090353902367667,1.3339330875925237,-0.442735880613327,-0.8952693343162537,0.04977544769644737,-0.00577290914952755,0.00393708748742938,0.009691746905446053,0.0043509602546691895,0.010534346103668213,0.004240743815898895 +424,-1.6856343649957128,1.1092602598056593,1.3367936113627292,-0.4423907697200775,-0.8953695297241211,0.051027800887823105,0.031121643260121346,-0.012545263394713402,-0.021076107397675514,0.00240364670753479,-0.0012063980102539062,-0.004930976778268814 +425,-1.6908963879036671,1.1057026208457945,1.342020320526581,-0.4452756643295288,-0.8937795162200928,0.05373625084757805,0.0905735120177269,0.06847526133060455,0.1274353712797165,0.009835660457611084,-0.007450282573699951,0.014867302030324936 +426,-1.6721584491994523,1.0524394261665155,1.358151847756246,-0.4929104745388031,-0.8686344027519226,0.050134267657995224,0.22352971136569977,0.2327265441417694,0.7925843596458435,0.0909176766872406,-0.015627622604370117,-0.05581057071685791 +427,-1.7045253467001276,1.0203947628308137,1.3735796314537256,-0.518359899520874,-0.8523145318031311,0.06973596662282944,-0.0006197821348905563,-0.18369759619235992,0.24980229139328003,0.004871070384979248,-0.016261637210845947,0.051525600254535675 +428,-1.7002028333158412,0.9935165850618907,1.3589556186932337,-0.5411834120750427,-0.8379503488540649,0.07042621076107025,0.020615361630916595,-0.12104983627796173,0.22629527747631073,0.0026854872703552246,0.021986544132232666,-0.032157182693481445 +429,-1.717048393949924,0.9699746946332546,1.3669364418398526,-0.5592851638793945,-0.8248714208602905,0.08238484710454941,0.10643386095762253,-0.09763585031032562,0.18743044137954712,-0.00042247772216796875,0.009182333946228027,0.006039857864379883 +430,-1.7320608658682874,0.9485885149990165,1.3782000190483057,-0.5752685070037842,-0.8125936388969421,0.09358306229114532,0.12949861586093903,-0.035198383033275604,0.2569971978664398,0.00532221794128418,-0.0011728405952453613,-0.014328956604003906 +431,-1.7704312700636158,0.9251732962430973,1.4131023868465624,-0.5897458791732788,-0.7987250685691833,0.11932329088449478,0.41660377383232117,-0.16093389689922333,0.18570487201213837,0.0010617971420288086,-0.0017967820167541504,-0.024444103240966797 +432,-1.829266651330608,0.9023105531918691,1.4725278547641196,-0.5992101430892944,-0.7847610712051392,0.15842173993587494,0.3068653643131256,-0.11104768514633179,0.10603972524404526,-0.018496215343475342,0.01326131820678711,0.01735951006412506 +433,-1.8668773982708393,0.894357925078178,1.5013439825678403,-0.5987798571586609,-0.7798072695732117,0.18265630304813385,0.07436434179544449,-0.17297135293483734,-0.03811401128768921,-0.012120962142944336,0.00273817777633667,0.025168418884277344 +434,-1.8744685418080897,0.8913008799945664,1.5025964303402253,-0.5996478796005249,-0.7778899073600769,0.187908336520195,-0.1165701374411583,-0.05477180331945419,-0.056186825037002563,-0.012855112552642822,0.0001952648162841797,0.014255255460739136 +435,-1.864028207749701,0.8958044559410208,1.4865392186091442,-0.5982173085212708,-0.7807120084762573,0.18062326312065125,-0.04485873505473137,0.005263042636215687,0.030989477410912514,0.015575706958770752,0.0218314528465271,-0.03284193575382233 +436,-1.8743529262495868,0.8779125066051132,1.502795818213542,-0.6095541715621948,-0.7694071531295776,0.19093522429466248,0.4136887490749359,0.15903930366039276,0.433695912361145,0.0504111647605896,-0.012849867343902588,-0.021486416459083557 +437,-1.8896192831292433,0.827952080647835,1.5306064755886462,-0.642299234867096,-0.7365477085113525,0.21201243996620178,0.02022387646138668,-0.22209736704826355,0.056265756487846375,-0.027409017086029053,-0.03072524070739746,0.035103678703308105 +438,-1.8817821841054494,0.8119307635377195,1.5153964132186073,-0.6550922393798828,-0.7256171107292175,0.21055638790130615,-0.0851762592792511,-0.050751205533742905,0.10500656068325043,-0.028882920742034912,0.03279179334640503,-0.023483648896217346 +439,-1.8872417636483128,0.8112475641588733,1.5184974253394368,-0.6544039249420166,-0.7251468300819397,0.2142839878797531,-0.063848115503788,-0.009078267961740494,-0.12868255376815796,-0.03413361310958862,0.019427835941314697,0.02025890350341797 +440,-1.8858556223215672,0.8307774106735035,1.5197396534884475,-0.6411116719245911,-0.7384558320045471,0.20894792675971985,-0.11943251639604568,0.040470000356435776,-0.2838950753211975,0.003828287124633789,0.011420190334320068,0.007940560579299927 +441,-1.880004093082293,0.8528451673412732,1.5218127818148672,-0.6266448497772217,-0.7531551122665405,0.20018433034420013,-0.06567661464214325,0.0899868756532669,-0.18790894746780396,0.01231074333190918,0.0032924413681030273,0.00016355514526367188 +442,-1.8759775979187754,0.8799882285889391,1.5198929357442872,-0.6077185869216919,-0.7707313895225525,0.1914450079202652,-0.11067426204681396,0.04880852624773979,-0.23990462720394135,0.00202101469039917,-0.0026602745056152344,0.007483825087547302 +443,-1.868498524416913,0.9156899493655973,1.5129672225021265,-0.5824448466300964,-0.7929831147193909,0.17870594561100006,-0.15992969274520874,-0.028896119445562363,-0.42463210225105286,0.0041977763175964355,0.01542574167251587,-0.004450559616088867 +444,-1.861864854888458,0.95440834383102,1.5073875836823027,-0.5537759065628052,-0.815971851348877,0.16589844226837158,-0.06492944806814194,0.04323413223028183,-0.19051669538021088,0.024036526679992676,-0.007865428924560547,-0.001729130744934082 +445,-1.8538944847875702,0.9777086823926189,1.5014306638928496,-0.5366756319999695,-0.829218864440918,0.15612520277500153,-0.07503554224967957,0.05707833170890808,-0.11525297909975052,0.018700838088989258,-0.0055741071701049805,-0.006985798478126526 +446,-1.8543715555354787,0.9918244760112337,1.4980689531005145,-0.5253105759620667,-0.8370256423950195,0.15309083461761475,-0.11587589234113693,-0.12703067064285278,-0.14168937504291534,0.0025750398635864258,2.008676528930664e-05,0.00921688973903656 +447,-1.833642042569768,1.0377141306829256,1.434132112241638,-0.49073609709739685,-0.861244797706604,0.13204284012317657,-0.9357441663742065,-0.5800790786743164,-0.871657133102417,-0.08856377005577087,0.005287885665893555,0.07515619695186615 +448,-1.7360527134493833,1.1409147475334334,1.2941890014743709,-0.4110853970050812,-0.9090151190757751,0.06855973601341248,-0.661554217338562,0.16021515429019928,-0.49508383870124817,0.015531808137893677,0.08650535345077515,-0.0030080080032348633 +449,-1.6762625079178761,1.1748911432193292,1.253931547547667,-0.38350072503089905,-0.9226478934288025,0.040596991777420044,-0.012278405949473381,0.07363788783550262,-0.39194637537002563,0.032106101512908936,0.01706928014755249,-0.039452556520700455 +450,-1.7096178495743541,1.2224908419264986,1.2869518283099046,-0.33802199363708496,-0.9399524331092834,0.047228507697582245,0.16467660665512085,0.08548635244369507,-0.2584622800350189,0.02933672070503235,-0.017094075679779053,0.010663390159606934 +451,-1.7294698513672664,1.2322149354704062,1.317701307709349,-0.3279767632484436,-0.9432268142700195,0.052482426166534424,0.12946775555610657,0.09320765733718872,-0.16161245107650757,0.0008283555507659912,0.0036211609840393066,-0.019355539232492447 +452,-1.7738116324251936,1.2393287120832102,1.3663204384572816,-0.3187478482723236,-0.9455657601356506,0.06561461836099625,0.11428245157003403,-0.10115980356931686,-0.07029533386230469,0.019126296043395996,-0.0026764273643493652,0.0011426210403442383 +453,-1.7933201586256577,1.236373555626888,1.3869071589818658,-0.32013094425201416,-0.9445999264717102,0.07243633270263672,-0.024188289418816566,-0.06367744505405426,-0.01380046084523201,-0.0011428594589233398,0.009724557399749756,-0.0032224729657173157 +454,-1.8220886966418945,1.2405573161085073,1.4150147928272876,-0.3140839636325836,-0.9459648728370667,0.080631323158741,0.10439357161521912,-0.013759513385593891,-0.08382526785135269,-0.0066099464893341064,0.014660120010375977,-0.0010262876749038696 +455,-1.8660126791140488,1.2488907757763152,1.460554329348213,-0.30268824100494385,-0.9486342668533325,0.0920482724905014,0.11104347556829453,0.008672241121530533,-0.1310553103685379,0.006286263465881348,-0.0072067975997924805,0.012993216514587402 +456,-1.8946266540388335,1.2579620297412004,1.4910941477506316,-0.2917604148387909,-0.9514651298522949,0.09792815148830414,0.11636066436767578,0.030776990577578545,-0.09228938072919846,0.0027132034301757812,0.004169046878814697,-0.005002148449420929 +457,-1.9191808088902664,1.2609588718437739,1.5233059010242038,-0.2865867614746094,-0.9523831605911255,0.1040879637002945,0.044338010251522064,0.07994987815618515,-0.05237632989883423,-0.0007667243480682373,-0.0032137036323547363,0.0001448318362236023 +458,-1.9077025576733533,1.2554640888712907,1.5237571084789605,-0.2926975190639496,-0.9506933689117432,0.1025201678276062,0.0011799782514572144,0.15251202881336212,0.04443842172622681,0.003940165042877197,0.0033971667289733887,0.003909841179847717 +459,-1.9174667770893108,1.2562811612087896,1.5338807595255406,-0.2909517288208008,-0.9509464502334595,0.10510918498039246,0.015932422131299973,0.0668778121471405,0.026393387466669083,-0.008013725280761719,0.0020023584365844727,0.012154579162597656 +460,-1.9235627267723236,1.2562716323691574,1.541565280788596,-0.29031386971473694,-0.9509435296058655,0.10688389092683792,0.09868443012237549,-0.027607671916484833,-0.06444332003593445,0.004928767681121826,0.005295395851135254,-0.010585673153400421 +461,-1.954388064841225,1.2535449071695535,1.5720086886667748,-0.2892853021621704,-0.9500964283943176,0.11675076186656952,0.031634941697120667,0.007070109248161316,0.02567356266081333,0.00364077091217041,-0.022697091102600098,0.03580665588378906 +462,-1.9362778663454152,1.2572469705226947,1.5556054290068626,-0.28806570172309875,-0.9512448310852051,0.11023525893688202,0.009651558473706245,0.0708342120051384,0.014156556688249111,-0.0005543231964111328,0.017605066299438477,-0.02829548716545105 +463,-1.9420037229209504,1.2577624940984276,1.561820958193236,-0.2869722843170166,-0.9514036774635315,0.11170478165149689,0.013832420110702515,-0.011703118681907654,-0.03159484639763832,0.010650873184204102,0.0073729753494262695,-0.0038251876831054688 +464,-1.9436679779851018,1.2570878100778125,1.563510973536296,-0.28738337755203247,-0.9511957168579102,0.11241590231657028,-0.056701771914958954,-0.003867208492010832,0.029476135969161987,0.011687606573104858,0.012459874153137207,0.008891448378562927 +465,-1.9296792424842144,1.255155535171236,1.5466526327372236,-0.29064857959747314,-0.9505976438522339,0.10903043299913406,-0.004241161048412323,-0.02850944548845291,0.043164923787117004,0.008193135261535645,0.006078600883483887,-0.004171967506408691 +466,-1.9269562703229361,1.2527466013863962,1.542553822343847,-0.29308921098709106,-0.9498471021652222,0.10903652757406235,-0.014188042841851711,-0.018359260633587837,-0.004967795684933662,-0.002641350030899048,0.014132499694824219,-0.0018130689859390259 +467,-1.927377149113149,1.251614804037578,1.5428110218438655,-0.2940511405467987,-0.9494925737380981,0.10953529924154282,-0.012415606528520584,-0.008999139070510864,-0.005190078169107437,-0.0018168091773986816,0.005446434020996094,0.008003130555152893 +468,-1.9256308816549816,1.2526607889338386,1.5419514783063408,-0.2933104634284973,-0.9498202800750732,0.1086765006184578,-0.009303479455411434,-0.017087822780013084,-0.06393074989318848,-0.0047089457511901855,0.008566617965698242,-0.010562539100646973 +469,-1.946695272511229,1.2574970329813113,1.5574724778578848,-0.2866798937320709,-0.9513218998908997,0.11314257234334946,0.04986068233847618,-0.07221779972314835,-0.06956478953361511,0.0062233805656433105,0.0003483891487121582,0.009034514427185059 +470,-1.9474508270191222,1.2601867124604553,1.5558125136913246,-0.28421419858932495,-0.9521474242210388,0.11241770535707474,-0.008911262266337872,0.017252236604690552,0.010181089863181114,0.0034829676151275635,0.004195034503936768,-0.0036530345678329468 +471,-1.9554855430637719,1.2618346998153547,1.5633482729488342,-0.2818470895290375,-0.9526498317718506,0.11410868912935257,0.006902660243213177,-0.005383281037211418,-0.04575449973344803,-0.004011094570159912,-0.010851263999938965,0.01569785177707672 +472,-1.9497397919113975,1.2654729214803138,1.5583368662886148,-0.27927571535110474,-0.9537497758865356,0.11120428144931793,-0.012312725186347961,0.0001659095287322998,-0.037382546812295914,0.0018098950386047363,0.0075217485427856445,-0.013456463813781738 +473,-1.9563801722900362,1.266744500693255,1.565470224760632,-0.27740785479545593,-0.9541312456130981,0.11260037124156952,-0.010296722874045372,0.020164892077445984,0.026712041348218918,0.008807331323623657,-0.009812355041503906,0.016717925667762756 +474,-1.951655151077473,1.2659017911455452,1.561037096271906,-0.27868232131004333,-0.95387864112854,0.11158687621355057,0.014896662905812263,-0.003204041626304388,0.03373875468969345,0.003841012716293335,0.015585243701934814,-0.017653711140155792 +475,-1.9578158695264052,1.2638469913896346,1.5670625469804893,-0.2798042893409729,-0.9532597661018372,0.11404126137495041,0.00504326680675149,0.010266861878335476,0.009564336389303207,-0.0014915168285369873,-0.003924071788787842,0.01808452606201172 +476,-1.9532648977856282,1.265352239997063,1.5628897798399106,-0.27898889780044556,-0.9537134766578674,0.11223107576370239,0.018290551379323006,0.013061083853244781,-0.0023317672312259674,0.0009890198707580566,0.01612192392349243,-0.024172663688659668 +477,-1.9630646932478484,1.265122964246178,1.5727787088854646,-0.27807798981666565,-0.9536445140838623,0.11504337191581726,-0.0018267054110765457,0.003660313319414854,0.008113359101116657,0.011812090873718262,-0.004897475242614746,0.018394723534584045 +478,-1.9534156271892757,1.2640177549354652,1.5637160557618737,-0.28015241026878357,-0.9533113241195679,0.11274819821119308,0.00044328346848487854,0.0038506591226905584,0.004630415700376034,-0.004622340202331543,0.01721513271331787,-0.022690773010253906 +479,-1.963000550757976,1.2638913432966339,1.5739608054556293,-0.279170423746109,-0.9532731771469116,0.11547435820102692,-0.0053687915205955505,-0.0017624604515731335,-0.01817026361823082,0.0021471381187438965,-0.007252335548400879,0.020313620567321777 +480,-1.9600403274771374,1.2626641506826628,1.5717891980230332,-0.28059282898902893,-0.9529017210006714,0.11509116739034653,0.022911913692951202,-0.001293483655899763,-0.0009855441749095917,0.00044146180152893066,0.006353259086608887,-0.01789271831512451 +481,-1.9703812644660976,1.2590507191442197,1.5820166640776163,-0.28255775570869446,-0.9517996311187744,0.11932528764009476,0.03510605916380882,-0.006951907649636269,0.059154897928237915,0.007518112659454346,-0.0016762614250183105,0.015806540846824646 +482,-1.9622278358234455,1.251984985080378,1.5755239278047848,-0.2897307872772217,-0.9496086835861206,0.11958038806915283,0.020689569413661957,0.026996737346053123,0.07042033970355988,-0.01173710823059082,0.011681437492370605,-0.014706730842590332 +483,-1.9840927995110482,1.2473916318785927,1.597669992286225,-0.2910386323928833,-0.9481589198112488,0.12763676047325134,0.11421367526054382,-0.028345029801130295,-0.0051264092326164246,0.0011521577835083008,-0.005088150501251221,0.01155388355255127 +484,-1.9877983502175078,1.2454244535692667,1.600310002520432,-0.2922689914703369,-0.9475319385528564,0.12946975231170654,0.015768442302942276,-0.012401280924677849,0.001226896420121193,-0.0009438991546630859,0.009574055671691895,-0.010786876082420349 +485,-2.029821984956668,1.250366527284641,1.6368099509160334,-0.2823698818683624,-0.949100136756897,0.13955731689929962,0.1109217181801796,-0.09794975072145462,-0.1565837562084198,-0.007608175277709961,-0.011776328086853027,0.012877941131591797 +486,-2.0592616909396395,1.2596729641696904,1.6617841395138875,-0.2703281044960022,-0.9519903063774109,0.1436573714017868,0.06309472024440765,0.048283763229846954,-0.01607499085366726,0.0018497109413146973,0.0017796158790588379,-0.009044274687767029 +487,-2.1172147851906056,1.263288472392992,1.7191406101754705,-0.2586110234260559,-0.9530908465385437,0.15728417038917542,0.2431359589099884,-0.06490868330001831,-0.19206348061561584,-0.0036418139934539795,0.017025113105773926,-0.015194281935691833 +488,-2.167523164188028,1.2655465068115541,1.7701474536965638,-0.24859380722045898,-0.9537718892097473,0.16888029873371124,-0.030657906085252762,0.037295110523700714,-0.08876831829547882,0.010678723454475403,-0.006936848163604736,0.03548063337802887 +489,-2.1717693878971973,1.2725058283958726,1.776469909054119,-0.24239382147789001,-0.9558402895927429,0.16617701947689056,0.039051465690135956,0.027901869267225266,0.00878447201102972,0.01987488567829132,0.011305928230285645,-0.025765657424926758 +490,-2.2052297745108076,1.2744398547428115,1.8079243087573957,-0.235209658741951,-0.9564068913459778,0.173097163438797,0.07069259136915207,0.001607885118573904,-0.025070631876587868,0.011408984661102295,0.0019542574882507324,0.014601245522499084 +491,-2.234218606177712,1.2753151334467854,1.8351176683304409,-0.2294335812330246,-0.956662118434906,0.17932602763175964,0.135945662856102,-0.12147340923547745,-0.1872403919696808,-0.002606794238090515,0.012448310852050781,-0.017887964844703674 +492,-2.317669626360931,1.2838887292654904,1.9095308800847204,-0.2076607048511505,-0.9591235518455505,0.1922467052936554,0.06724458932876587,-0.11059138178825378,-0.21710821986198425,0.005695417523384094,-0.017927110195159912,0.009627074003219604 +493,-2.3504496133907855,1.2935752218510654,1.9346545579800931,-0.19463235139846802,-0.9618197083473206,0.19240881502628326,-0.05009308457374573,-0.13069503009319305,-0.15372338891029358,0.007086575031280518,-0.011523187160491943,-0.0005142688751220703 +494,-2.4238459620368897,1.3114226975469498,1.9914552023447447,-0.16868102550506592,-0.9665508270263672,0.1932002454996109,-0.08395273983478546,-0.20188860595226288,-0.3383023738861084,-0.024037465453147888,-0.0003223419189453125,0.018545985221862793 +495,-2.5039891314940665,1.3441709502814683,2.0598770014308365,-0.1337520033121109,-0.9744302034378052,0.18054454028606415,-0.15448588132858276,-0.09980502724647522,-0.368983656167984,-0.0170048326253891,0.0188789963722229,-0.010561704635620117 +496,-2.6567376822741084,1.3716647273560703,2.2046082531803766,-0.09219906479120255,-0.9802387356758118,0.1750180870294571,0.013907632790505886,-0.11595835536718369,-0.39900699257850647,-0.010767251253128052,0.005980312824249268,-0.012344121932983398 +497,-2.8232194310713172,1.3839404786040912,2.369342203099155,-0.0581500306725502,-0.9825931787490845,0.17643412947654724,-0.02316863089799881,-0.037341244518756866,-0.3008425533771515,0.009047247469425201,0.0069158077239990234,-0.008907929062843323 +498,-2.9605965689893683,1.3923212619433463,2.4997235925515753,-0.0319569855928421,-0.9841155409812927,0.17462949454784393,-0.0694810152053833,-0.13012322783470154,-0.14678457379341125,0.027379348874092102,-0.0035553574562072754,0.012382149696350098 +499,-3.002089707883018,1.3932370608966056,2.534777887296159,-0.024560291320085526,-0.9842777252197266,0.17491215467453003,0.06824847310781479,-0.03099720925092697,0.038692913949489594,0.017129257321357727,0.0040683746337890625,-0.011002302169799805 +500,-2.9634165054718697,1.3890556243643521,2.4935310352970865,-0.032033827155828476,-0.983530580997467,0.17788080871105194,0.059000253677368164,0.019739750772714615,0.1331416517496109,-0.008737653493881226,-0.011708736419677734,0.01235055923461914 +501,-2.968779713698991,1.3884589616133705,2.498351167019864,-0.031180109828710556,-0.983422577381134,0.17862723767757416,-0.00023251213133335114,0.001015071989968419,-0.1281398981809616,-0.03710297867655754,0.009255766868591309,-0.00011469423770904541 +502,-3.0528328039154804,1.3926631152270146,2.5846285410721994,-0.01570688746869564,-0.9841761589050293,0.17649441957473755,-0.07924772799015045,0.02237860858440399,-0.21196414530277252,0.012029515579342842,0.002715766429901123,0.012241587042808533 +503,-3.1359215660714295,1.4014065025768259,2.671858210090057,-0.0009560346370562911,-0.985687792301178,0.16857866942882538,-0.09448490291833878,0.016209490597248077,-0.1313382387161255,0.022150501608848572,0.014099657535552979,-0.022201180458068848 +504,3.092330511439462,1.3982148074550047,2.7266518460302716,0.00845620408654213,-0.9851447343826294,0.17151838541030884,0.07736799865961075,-0.029935678467154503,-0.053073350340127945,0.02847006916999817,0.012915611267089844,0.0007685571908950806 +505,3.0702471407841476,1.3917621413352412,2.7449288724162235,0.012694398872554302,-0.9840161204338074,0.17762649059295654,0.03751164674758911,0.003291998291388154,0.08403182029724121,0.006348565220832825,0.001151740550994873,0.008393406867980957 +506,3.0863339004719927,1.390901020269615,2.7283891702445517,0.009882239624857903,-0.9838624596595764,0.17865367233753204,-0.0008120881393551826,-0.05476246029138565,-0.04053852707147598,-0.006601601839065552,0.008841097354888916,0.005794525146484375 +507,3.046703299262152,1.3894208301157112,2.762762462361555,0.01709073781967163,-0.9835965037345886,0.17957137525081635,-0.003636949695646763,-0.13903599977493286,-0.15408951044082642,-0.0024117808789014816,0.014556527137756348,-0.014059290289878845 +508,2.9911885036631785,1.384200274753124,2.8195599950591914,0.02779722772538662,-0.9826413989067078,0.18342117965221405,0.00712446216493845,0.09843108057975769,-0.08680574595928192,0.009907245635986328,-0.0030000805854797363,0.02994251251220703 +509,2.955266940537363,1.3871267692390006,2.859180844422284,0.03383367136120796,-0.9831801056861877,0.1794772446155548,-0.07601618021726608,-0.03396936133503914,-0.044718824326992035,0.024180244654417038,0.0034590959548950195,-0.012759700417518616 +510,2.912305677223776,1.3838708074400554,2.897459872016663,0.042237911373376846,-0.9825802445411682,0.18097460269927979,0.046816449612379074,-0.06450846046209335,-0.06144843250513077,0.004652347415685654,0.009329020977020264,0.005655631422996521 +511,2.891753824113428,1.3864428329976985,2.9169721185326254,0.04532338306307793,-0.9830549955368042,0.17762017250061035,-0.12851102650165558,-0.11948786675930023,-0.15479086339473724,-0.010289203375577927,-0.0020983219146728516,-0.0017015784978866577 +512,2.705960233249383,1.3793041018804153,3.093201619285513,0.08031357079744339,-0.9817213416099548,0.17254818975925446,0.07385274767875671,-0.1647031158208847,-0.5531536936759949,-0.02870834618806839,0.041398465633392334,-0.035173431038856506 +513,2.5295109598186554,1.3440144803312373,-3.0190921047912407,0.12918822467327118,-0.9743950366973877,0.18402306735515594,0.022173121571540833,-0.029095713049173355,-0.28960826992988586,0.027244865894317627,-0.023499131202697754,0.028653845191001892 +514,2.4626816547307864,1.3438211911940061,-2.9524179184542567,0.1413075029850006,-0.9743515253067017,0.17513222992420197,-0.02788802608847618,0.017052138224244118,-0.0332053080201149,0.006641700863838196,0.02272188663482666,-0.021033763885498047 +515,2.4469824959293893,1.3374313184370075,-2.9368409026779694,0.14802178740501404,-0.9728937149047852,0.17767243087291718,-0.019671566784381866,0.03424845635890961,0.07953839749097824,0.03496161103248596,-0.006964743137359619,0.01263512670993805 +516,2.4868589069390787,1.3405996502073578,-2.9749236358908937,0.13894309103488922,-0.9736215472221375,0.1809859722852707,0.12417479604482651,0.062151942402124405,0.1564934104681015,-0.002102270722389221,0.02428072690963745,-0.00949239730834961 +517,2.5300127115832116,1.3362714307104757,-3.0193703413516633,0.133424311876297,-0.9726248383522034,0.190260112285614,0.01679772511124611,0.014350013807415962,0.06854443997144699,0.007658466696739197,-0.011857032775878906,0.0277116596698761 +518,2.5210904447841926,1.335268117210464,-3.012309074294482,0.1356833577156067,-0.9723911881446838,0.18985523283481598,0.03610037639737129,-0.08792904019355774,-0.11414672434329987,-0.005113914608955383,0.00844794511795044,-0.009832069277763367 +519,2.5270109289793514,1.323852731606017,-3.020723925381378,0.14094874262809753,-0.9696640372276306,0.19971181452274323,0.12460865080356598,-0.05715227127075195,-0.09042190760374069,0.025982394814491272,-0.005494475364685059,-0.008976966142654419 +520,2.538305477945973,1.3129341860794728,-3.0423115779676673,0.14468275010585785,-0.9669373631477356,0.20999757945537567,0.10489007830619812,-0.08595622330904007,0.08453259617090225,0.029175877571105957,-0.02618086338043213,0.024575814604759216 +521,2.630785356526353,1.3310389994632041,3.1237981239271266,0.11609335988759995,-0.9713956117630005,0.2071545422077179,-0.06083311885595322,-0.36039528250694275,0.9182133674621582,0.17592935264110565,8.213520050048828e-05,-0.03506600856781006 +522,-3.1101780317906935,1.343595395200962,2.563082451263846,-0.007075024768710136,-0.9743006825447083,0.2251402884721756,0.22925958037376404,0.3053014278411865,1.3124860525131226,-0.06258136034011841,0.05050301551818848,0.04332283139228821 +523,-2.9511209993024674,1.2969192946269044,2.3992447637200427,-0.051205143332481384,-0.9627295136451721,0.26557448506355286,0.6489349007606506,-0.10131825506687164,0.13929037749767303,0.009304508566856384,0.033652424812316895,-0.01658153533935547 +524,-2.903129801357918,1.23909019820056,2.334660110387399,-0.07692303508520126,-0.9454880952835083,0.3164409399032593,0.6279070973396301,-0.10532589256763458,0.17180301249027252,-0.08425554633140564,0.03650695085525513,-0.06511348485946655 +525,-2.999360594360397,1.1955634952602483,2.4130905418854645,-0.05195096507668495,-0.930422306060791,0.362788587808609,0.29232847690582275,-0.2236025333404541,-0.24761107563972473,-0.023244351148605347,-0.011060237884521484,0.011967182159423828 +526,-3.106797715587326,1.1511185985091452,2.5126924745063093,-0.014174886979162693,-0.9132202863693237,0.40721917152404785,0.4522249698638916,-0.22233831882476807,-0.5519535541534424,-0.01782280020415783,0.05865198373794556,0.06314820051193237 +527,3.0217781414057443,1.1380890365682725,2.6470399718469637,0.05012175068259239,-0.9078338146209717,0.4163241684436798,0.015333754941821098,-0.5582491755485535,-0.5381353497505188,0.017444156110286713,-0.02356278896331787,-0.0327182412147522 +528,2.9680970087593095,1.1272596318301709,2.641041888903681,0.07408039271831512,-0.9032396078109741,0.42269420623779297,0.27134689688682556,-0.5254859328269958,0.6358457207679749,-0.0036305785179138184,-0.050800979137420654,0.014515876770019531 +529,3.033014029402736,1.0991908304186606,2.5272040368523596,0.04923226311802864,-0.8908400535583496,0.4516417384147644,0.26076391339302063,-0.6910543441772461,0.10577060282230377,-0.09127023816108704,-0.004652500152587891,-0.07227766513824463 +530,2.998378664252347,1.0704193006510703,2.4325614109484555,0.06847323477268219,-0.8774017691612244,0.4748450815677643,0.62534499168396,-1.7893781661987305,0.6088152527809143,-0.054267287254333496,-0.03678286075592041,-0.048804402351379395 +531,2.934638369890231,0.9998098092193546,2.3799467584161094,0.11105431616306305,-0.8413681983947754,0.5289297699928284,-0.2597920298576355,-1.037340760231018,-0.08432486653327942,0.01280127465724945,-0.05676424503326416,-0.03175264596939087 +532,2.823446163825219,1.111438202303869,2.381772943636875,0.13868997991085052,-0.8963372707366943,0.42112308740615845,-2.2494618892669678,-1.037108302116394,0.5874528884887695,-0.04663372039794922,0.058065176010131836,0.13815736770629883 +533,2.565936919801903,1.3877787304505966,2.5315495584124608,0.09907722473144531,-0.9832989573478699,0.15266677737236023,-2.782261371612549,-1.219478964805603,1.5334445238113403,0.07661252468824387,0.05734968185424805,0.04838302731513977 +534,-1.0777602868534941,1.5238077309169697,-0.22427508102981236,-0.04137927666306496,-0.9988962411880493,-0.022232847288250923,-0.7177149057388306,-0.84922856092453,1.275359034538269,-0.024752292782068253,0.06276941299438477,0.017624733969569206 +535,-1.1810965206913908,1.3257204156290594,-0.19872482875612688,-0.2244383692741394,-0.9701188802719116,-0.09217774868011475,-1.303796648979187,-0.8272244334220886,2.034843921661377,0.03384086489677429,-0.01929152011871338,0.051162123680114746 +536,-1.0650386139961807,1.163125361649985,-0.38405022436918607,-0.3468366861343384,-0.9180467128753662,-0.19207893311977386,-1.0214844942092896,-0.014464223757386208,-0.07578594237565994,0.009831070899963379,0.0017565488815307617,-0.016142457723617554 +537,-0.8963309051558491,1.1770941767130318,-0.5692390308897533,-0.29961496591567993,-0.9234952330589294,-0.23955662548542023,-0.15541031956672668,-0.06965538114309311,-0.509537398815155,0.06499585509300232,-0.008786201477050781,0.006432861089706421 +538,-0.8259179230911244,1.1670718832763656,-0.6605409469318568,-0.2888087332248688,-0.9196042418479919,-0.2663034200668335,-0.5851143002510071,-0.19092804193496704,0.09723041206598282,0.02409932017326355,-0.01937580108642578,0.027182966470718384 +539,-0.7683625934048366,1.1186602462914972,-0.7456818838719651,-0.30361905694007874,-0.8995159268379211,-0.3141440153121948,-0.4132687747478485,-0.0685897096991539,0.09153907001018524,0.023788154125213623,-0.012669682502746582,0.005626589059829712 +540,-0.7661220863989084,1.1021497323798246,-0.7589740640503746,-0.3131699562072754,-0.8921803832054138,-0.32548215985298157,0.04235900565981865,-0.025316789746284485,0.11622003465890884,0.03791666030883789,-0.0011911392211914062,0.009838879108428955 +541,-0.8282040491920009,1.081770402595079,-0.7116846044246904,-0.3460853695869446,-0.8827908635139465,-0.3176559507846832,-0.19657807052135468,-0.42473259568214417,0.6501163840293884,-0.01167219877243042,-0.0007387995719909668,0.02554166316986084 +542,-0.9252740153176404,1.0058888172736529,-0.6600400149714336,-0.4276200830936432,-0.8446381092071533,-0.32206758856773376,-0.25171586871147156,-0.5264185667037964,0.8144307732582092,-0.048087894916534424,-0.01246333122253418,0.0037235021591186523 +543,-1.0277615686617978,0.9146209585588739,-0.6129284491422652,-0.5223259925842285,-0.7923313975334167,-0.3152562975883484,-0.3334663510322571,-0.509803056716919,0.7323939204216003,0.035830020904541016,-0.021358728408813477,0.009668558835983276 +544,-1.0739385038469795,0.8685370058481189,-0.5900840031557343,-0.567839503288269,-0.7633847594261169,-0.3078993558883667,-0.061177436262369156,0.008914677426218987,0.04928268492221832,0.02538961172103882,-0.005276739597320557,0.0326002836227417 +545,-1.0527382360308664,0.8503255773530883,-0.6094650614055571,-0.5731693506240845,-0.7514952421188354,-0.3266986012458801,-0.21969136595726013,-0.13148155808448792,0.3816724717617035,0.023318827152252197,0.0174405574798584,0.01778438687324524 +546,-1.051590898987773,0.8202992944016946,-0.6173983316088923,-0.592123806476593,-0.7313500046730042,-0.33840304613113403,-0.21932654082775116,0.18946631252765656,-0.056805238127708435,-0.016030490398406982,0.016277313232421875,0.014291107654571533 +547,-0.9996869832205725,0.8128601288641246,-0.6601459527029628,-0.5783311128616333,-0.726256251335144,-0.37159785628318787,-0.23639042675495148,0.18104510009288788,-0.21505942940711975,0.006538569927215576,0.0028523802757263184,-0.005584150552749634 +548,-0.9045117389341428,0.8230025539483794,-0.7446100609551651,-0.5345819592475891,-0.7331909537315369,-0.4203014075756073,-0.7871432900428772,0.33825579285621643,-0.46118056774139404,-0.0018560290336608887,-0.01268923282623291,0.011396408081054688 +549,-0.7872002448595409,0.7996547513942409,-0.8638374685861513,-0.49370846152305603,-0.7171155214309692,-0.4919322431087494,-0.5834831595420837,0.1385703682899475,-0.24563241004943848,-0.005940556526184082,-0.006593585014343262,-0.011043190956115723 +550,-0.7486389689264925,0.7882162506159086,-0.9174324085427932,-0.47992855310440063,-0.7090966701507568,-0.5165757536888123,-0.23091986775398254,0.023574337363243103,-0.5145532488822937,-0.017599523067474365,0.036885976791381836,0.0011949539184570312 +551,-0.6677535963206435,0.798002494109171,-0.9984811330078628,-0.4323037564754486,-0.7159630060195923,-0.5481884479522705,-0.7058359980583191,0.25852108001708984,-0.4954339563846588,-0.000847548246383667,0.01170879602432251,0.04675406217575073 +552,-0.6209251905168546,0.7449102807552131,-1.0720665519176866,-0.4277006983757019,-0.6779058575630188,-0.5979263186454773,-0.4294026792049408,0.07211972773075104,-0.028496645390987396,-0.0023225247859954834,0.005679905414581299,-0.058323681354522705 +553,-0.6040589157617662,0.7634072547732141,-1.0760886238006047,-0.4103623330593109,-0.6913871169090271,-0.5946314334869385,-0.021836141124367714,-0.13849522173404694,-0.00012725964188575745,0.010139554738998413,0.022502899169921875,0.015392541885375977 +554,-0.5888878229575023,0.7462205911781501,-1.0917734586126127,-0.4078347384929657,-0.6788685321807861,-0.610580325126648,-0.10822415351867676,0.17388001084327698,-0.014038585126399994,0.0061776041984558105,-0.013834714889526367,-0.03260815143585205 +555,-0.5969946848608447,0.7846141982879734,-1.0656153321435478,-0.39781829714775085,-0.7065522074699402,-0.5852559208869934,0.7765753865242004,0.24713337421417236,-0.09739917516708374,0.016852140426635742,-0.027136147022247314,-0.030329406261444092 +556,-0.5160619575851998,0.9267670409166522,-1.0481420664925156,-0.2962837517261505,-0.7996829748153687,-0.522229015827179,2.0698869228363037,1.6662662029266357,-0.9307169914245605,0.0346108078956604,-0.04223597049713135,-0.15036320686340332 +557,-0.4467152265444946,1.1457239032922286,-0.9278045726267491,-0.1781533658504486,-0.911008894443512,-0.37191975116729736,1.6810190677642822,1.6785924434661865,0.36301466822624207,0.1365731656551361,-0.04178047180175781,0.13501179218292236 +558,-0.5043672446113724,1.2624493104416394,-0.6915449775575355,-0.14665968716144562,-0.9528365135192871,-0.2656942307949066,1.0578550100326538,1.8577367067337036,-0.006106602028012276,0.018302783370018005,0.012864649295806885,0.02399507164955139 +559,-0.3800057361874408,1.369037592546772,-0.6048411400734439,-0.07433080673217773,-0.9797156453132629,-0.1860971450805664,0.8257770538330078,2.140170097351074,-0.2984808683395386,-0.05890893191099167,0.045816779136657715,0.0043039470911026 +560,-0.25668431622846205,1.4006026088650823,-0.5985356565523672,-0.042999591678380966,-0.9855519533157349,-0.16382399201393127,-0.05367034301161766,0.4646690785884857,-0.06597286462783813,-0.10205045342445374,0.05470484495162964,-0.05500227212905884 +561,-0.031421756721474875,1.381655450359515,-0.8038375112307257,-0.00590679794549942,-0.9821661114692688,-0.18792246282100677,-0.5584455728530884,-0.15161316096782684,-0.2043745368719101,-0.08338764309883118,-0.023891568183898926,-0.014637947082519531 +562,0.21410573449766154,1.377299411643576,-1.053487535143215,0.04085707664489746,-0.9813377857208252,-0.18790178000926971,0.24659200012683868,0.17029432952404022,-0.6781821846961975,-0.008996721357107162,-0.00909501314163208,0.01886489987373352 +563,0.4055328724751493,1.3545787352783418,-1.2578951314828053,0.08463659882545471,-0.9767159223556519,-0.19713625311851501,0.17801932990550995,0.1560932993888855,-0.5857015252113342,-0.0334586501121521,0.0017403364181518555,-0.029975533485412598 +564,0.7390161665511846,1.343714546984139,-1.5767434598326098,0.15164239704608917,-0.974327564239502,-0.1664046347141266,0.21417345106601715,-0.022156106308102608,-0.3561013340950012,0.02610725164413452,0.012352466583251953,0.021125733852386475 +565,0.938548804233642,1.3621423406843816,-1.7933622953313408,0.1671028584241867,-0.9783106446266174,-0.12241331487894058,0.49170079827308655,0.00914507731795311,-0.17016980051994324,0.0327872633934021,0.013009071350097656,0.012565255165100098 +566,1.002818896400859,1.382370640646027,-1.868056586206326,0.1579027771949768,-0.982300341129303,-0.10076072067022324,0.19497455656528473,-0.19139963388442993,0.24512408673763275,0.0010937899351119995,0.024277329444885254,-0.006539098918437958 +567,1.1093510343597757,1.4021843365198754,-1.987460278281496,0.15026244521141052,-0.98581862449646,-0.07471802085638046,0.1341777741909027,-0.05840781331062317,0.041339315474033356,-0.012551873922348022,-0.025655925273895264,0.0012164115905761719 +568,1.3685942164766807,1.4162410485873713,-2.2501754149768214,0.1508042961359024,-0.9880800843238831,-0.030915433540940285,0.8753724098205566,0.05435387045145035,0.07017697393894196,-0.023607030510902405,-0.04989898204803467,-0.010527430102229118 +569,2.3656417490141477,1.4013620012385566,3.050499744766156,0.11810385435819626,-0.9856802821159363,0.1203567236661911,1.229698657989502,-0.4100680649280548,0.5065020322799683,-0.028046496212482452,0.04648667573928833,-4.1134655475616455e-05 +570,2.6653762189782637,1.3680751238468805,2.7276169941676054,0.09229623526334763,-0.9795223474502563,0.17893412709236145,0.5804304480552673,-0.06982559710741043,-0.13335631787776947,-0.014461129903793335,-0.009720206260681152,0.019887924194335938 +571,2.736166087544533,1.308807334941163,2.659114957982785,0.10215309262275696,-0.9658767580986023,0.2380056083202362,0.6444773077964783,0.169551283121109,0.14205729961395264,0.004566863179206848,-0.0024306178092956543,0.0005961209535598755 +572,2.9174009108778924,1.1827609347730266,2.5048491444434977,0.08411877602338791,-0.9256541728973389,0.36890164017677307,1.942954421043396,0.33478090167045593,0.07492067664861679,-0.04740610718727112,0.12137866020202637,-0.07547509670257568 +573,2.9730810698111734,1.1122579355042357,2.438076586969114,0.07423708587884903,-0.8967004418373108,0.43636804819107056,0.9333257675170898,-0.0467677116394043,-1.079224944114685,-0.07094118744134903,0.08374273777008057,-0.07673364877700806 +574,3.022331345213017,0.8647971538913234,2.390688532332978,0.07719279080629349,-0.7609636783599854,0.6441859602928162,2.6662371158599854,0.007048245519399643,0.23364956676959991,-0.01296854019165039,-0.06661200523376465,0.026559829711914062 +575,2.9327004031703328,0.6986609708290555,2.4432141770722176,0.15878897905349731,-0.6431929469108582,0.7490588426589966,2.0569872856140137,-0.7138558626174927,-0.5180991888046265,-0.08489063382148743,-0.004786789417266846,-0.1514635682106018 +576,2.855875805000892,0.5145258369639748,2.467496847968805,0.24535372853279114,-0.4921221435070038,0.8352349400520325,1.267992615699768,-0.44392654299736023,-0.6273290514945984,0.08800506591796875,-0.02714976668357849,0.0626685619354248 +577,2.82003531752714,0.3937133988191461,2.456622831083179,0.29186415672302246,-0.38362035155296326,0.876156747341156,0.7773890495300293,-0.38865897059440613,0.02106216922402382,0.05098554491996765,0.015639424324035645,0.10066509246826172 +578,2.8321847046582658,0.3947722892362756,2.4324404914442104,0.28107428550720215,-0.3845980167388916,0.8792505860328674,0.15821635723114014,0.11563140898942947,0.11600805073976517,-0.05188727378845215,0.0298769474029541,-0.002678990364074707 +579,2.8334763348408,0.35416550720000545,2.410541847065349,0.2844424843788147,-0.3468077778816223,0.8937655687332153,0.22182555496692657,-0.09423553198575974,0.18725106120109558,0.017559438943862915,-0.0533691942691803,0.06418120861053467 +580,2.839840064965714,0.28528760380476087,2.4013655112784256,0.2851817309856415,-0.28143343329429626,0.9162242412567139,1.4419984817504883,0.08972174674272537,0.04208818078041077,0.027242004871368408,-0.010513007640838623,-0.022257447242736816 +581,2.854310150991706,0.24537423689430563,2.365297677242373,0.2748599648475647,-0.24291937053203583,0.9302917122840881,-0.16334009170532227,-0.007073692977428436,0.09975846111774445,0.03153654932975769,0.02085818350315094,-0.02433145046234131 +582,2.845122375155655,0.21732524262902736,2.3464423644992904,0.28527435660362244,-0.2156185507774353,0.9338775873184204,0.6313533186912537,-0.24448204040527344,-0.06648106873035431,-0.019695132970809937,-0.000537484884262085,-0.02469778060913086 +583,2.8242088757719945,0.17907412159103644,2.3414333757020866,0.3070916533470154,-0.17811857163906097,0.9348630309104919,0.08700304478406906,-0.2619760036468506,-0.1013197973370552,-0.039162516593933105,0.00400051474571228,-0.003969907760620117 +584,2.7847390761022734,0.189099116602797,2.358614325728863,0.3431006371974945,-0.18797414004802704,0.9202976226806641,0.13626152276992798,-0.4687419831752777,-0.2799569070339203,0.029518991708755493,-0.0038440823554992676,0.014059066772460938 +585,2.7574695377101865,0.19602059608288463,2.3800930306777137,0.36756977438926697,-0.19476768374443054,0.9093725681304932,-0.20240089297294617,-0.23119713366031647,-0.45578262209892273,0.035216569900512695,0.01668231189250946,0.029500961303710938 +586,2.7456203904364966,0.2055677396081229,2.4074697795027764,0.37758445739746094,-0.20412297546863556,0.903196394443512,-0.25072145462036133,0.10767289996147156,-0.08788284659385681,0.004236161708831787,0.005987629294395447,0.01873958110809326 +587,2.7410382091973653,0.2184430168693463,2.4336629180461657,0.380662739276886,-0.2167098969221115,0.8989620804786682,-0.24658167362213135,-0.03100433200597763,-0.18666516244411469,-0.04203963279724121,-0.0033981502056121826,-0.009038925170898438 +588,2.7206998538159612,0.21873467119909012,2.4496795621179115,0.3988403379917145,-0.21699461340904236,0.8909769654273987,0.10782609134912491,-0.3515368103981018,-0.2985256314277649,-0.0314238965511322,-0.013764068484306335,-0.018006324768066406 +589,2.7039004593457037,0.2148918889902535,2.4383186531619363,0.41410160064697266,-0.2132418006658554,0.8849000334739685,-0.04734458029270172,0.039463985711336136,0.4355166256427765,0.01714232563972473,0.02291889488697052,0.02431023120880127 +590,2.7227299193427243,0.23748175265679516,2.406528467291439,0.3953065574169159,-0.23525580763816833,0.8879119753837585,-0.053490050137043,0.21772100031375885,0.3133070468902588,0.003405660390853882,0.0022540688514709473,0.01521003246307373 +591,2.7419575460053287,0.25546508614586017,2.3864742252193007,0.3764549195766449,-0.2526954412460327,0.8913062214851379,-0.08672606199979782,-0.06337179243564606,-0.008360473439097404,-0.008580774068832397,-0.011418938636779785,0.003591299057006836 +592,2.748322842013114,0.2738628992787637,2.373304421422415,0.36892974376678467,-0.2704523801803589,0.8892393708229065,-0.14467531442642212,0.06317737698554993,0.14330986142158508,-0.01501736044883728,0.008931964635848999,-0.006579279899597168 +593,2.7586061773762465,0.2999272278553287,2.368061122473793,0.3570099472999573,-0.29545068740844727,0.8861451148986816,-0.3093317151069641,0.08971226960420609,0.1587853878736496,-0.015609771013259888,-0.004964381456375122,-0.02243649959564209 +594,2.7399121751279916,0.298019573621029,2.3827246111793956,0.37373173236846924,-0.29362764954566956,0.8798335194587708,-0.1166345626115799,-0.09919827431440353,-0.08685444295406342,-0.013075053691864014,0.01758095622062683,0.009219586849212646 +595,2.7380408180618456,0.30052165440058093,2.3819878341245815,0.37508803606033325,-0.2960185110569,0.8784545660018921,-0.046473581343889236,-0.05693121999502182,-0.058097660541534424,-0.02401372790336609,-0.005312085151672363,0.008874773979187012 +596,2.7302791410975096,0.3027825569090113,2.3854324587798272,0.38162630796432495,-0.2981773316860199,0.8749009370803833,-0.21803593635559082,-0.06691855937242508,-0.049325376749038696,-0.012973934412002563,0.0017600655555725098,0.0172652006149292 +597,2.717248864090238,0.31388019667702577,2.399180778904693,0.3916070759296417,-0.30875158309936523,0.8667847514152527,0.19666458666324615,-0.057402268052101135,-0.0644225925207138,-0.008611559867858887,-0.01082843542098999,0.0006161332130432129 +598,2.713511920585605,0.29366677403003755,2.392781419403182,0.3973534405231476,-0.28946396708488464,0.8708159923553467,0.289192795753479,-0.04142453148961067,-0.056549735367298126,0.011566787958145142,0.005284339189529419,-0.016644418239593506 +599,2.715107558879657,0.2771867896508321,2.3837988136875583,0.39788302779197693,-0.2736509144306183,0.8756736516952515,0.050326719880104065,0.03488096594810486,0.018259987235069275,-0.031427979469299316,0.007430821657180786,-0.018968939781188965 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/standing/s6.csv b/BoostRunClub/CoreML/DataSet/Motion/standing/s6.csv new file mode 100644 index 0000000..806621f --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/standing/s6.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,2.7107641858662297,0.2702972229444777,2.3913729859404635,0.40246057510375977,-0.2670178711414337,0.8756297826766968,0.19724121689796448,-0.05911015719175339,-0.172841876745224,0.028798669576644897,-0.02204468846321106,0.007869601249694824 +1,0.2680707792780693,0.41637925484303134,-2.2718373751145284,0.2422408163547516,-0.40445172786712646,-0.8818946480751038,-0.0968935564160347,-0.04881516098976135,0.13837260007858276,0.05284890532493591,0.013872504234313965,0.09264904260635376 +2,0.2582985457876861,0.4077793939489177,-2.2653005153910493,0.23449110984802246,-0.3965717852115631,-0.887549877166748,0.12202733755111694,0.41763609647750854,0.06623551994562149,0.013525247573852539,0.03358045220375061,0.010352611541748047 +3,0.27259594955504574,0.4078546421225928,-2.2526642451327734,0.24714834988117218,-0.3966408669948578,-0.8840779066085815,0.14853909611701965,-0.17367811501026154,0.03240782395005226,0.006742656230926514,-0.001796633005142212,-0.006470799446105957 +4,0.2547280476234124,0.41002804500247336,-2.265081010437897,0.2310953438282013,-0.39863505959510803,-0.88751620054245,0.00517410971224308,-0.12020353227853775,-0.09611265361309052,-0.002640768885612488,-0.00164872407913208,0.015140771865844727 +5,0.2598650863026097,0.4075118206785919,-2.2450787003383517,0.23590846359729767,-0.39632612466812134,-0.8872839212417603,-0.01615959405899048,0.3573966324329376,0.25691765546798706,0.021095290780067444,0.007120221853256226,-0.03004390001296997 +6,0.30303064140444436,0.43070786938454325,-2.217521133439403,0.2711600959300995,-0.4175141155719757,-0.8672682046890259,0.7992648482322693,-0.14191626012325287,-0.0445253849029541,-0.03898236155509949,0.016070663928985596,0.04097425937652588 +7,0.2909566257712812,0.4418389156508801,-2.2183803513398503,0.25931987166404724,-0.42760249972343445,-0.8659730553627014,-0.0320001021027565,-0.5904802680015564,-0.18848636746406555,-0.05112895369529724,-0.019312143325805664,0.039648592472076416 +8,0.2688750681705845,0.41636311751891303,-2.245717247699523,0.24295176565647125,-0.40443697571754456,-0.8817058205604553,-0.211378812789917,-0.20926116406917572,-0.20531083643436432,0.006788820028305054,-0.008328527212142944,-0.0018696188926696777 +9,0.25688586972277533,0.4162625494788261,-2.2569461287676833,0.23237395286560059,-0.40434497594833374,-0.8845945596694946,0.1416851133108139,-0.014021893963217735,0.08170148730278015,0.043489694595336914,0.01404041051864624,-0.02051103115081787 +10,0.2581223914443697,0.4243236163705758,-2.252993584704238,0.2326279878616333,-0.41170448064804077,-0.881126344203949,-0.19934764504432678,-0.04380828142166138,0.05585137754678726,-0.002342328429222107,-0.0017629265785217285,0.049491822719573975 +11,0.25335447402016587,0.4218132133347984,-2.2487435501285655,0.22868254780769348,-0.4094153940677643,-0.8832232356071472,-0.00382076483219862,0.24979960918426514,0.15517771244049072,0.03096097707748413,0.01146620512008667,-0.002961456775665283 +12,0.2715487154762866,0.42499857940136443,-2.224768335061465,0.24436235427856445,-0.41231948137283325,-0.8776558041572571,0.17081688344478607,0.011457342654466629,0.13580387830734253,-0.002754688262939453,0.0017512738704681396,-0.00651472806930542 +13,0.26767449220069117,0.4247384348744675,-2.223331483724868,0.24098865687847137,-0.4120824635028839,-0.8786993622779846,-0.0735902413725853,-0.22062484920024872,-0.036744892597198486,0.01786142587661743,-0.002590358257293701,0.013586997985839844 +14,0.24889268811621298,0.42066758721979236,-2.224936780478469,0.22485493123531342,-0.40836992859840393,-0.8846887946128845,-0.021400652825832367,-0.17384202778339386,-0.021070338785648346,-0.006104946136474609,0.003996759653091431,-0.0038152337074279785 +15,0.21269988723133187,0.4334842844728221,-2.2564822235465445,0.19157461822032928,-0.42003536224365234,-0.8870566487312317,0.15973983705043793,-0.4729008972644806,-0.27797219157218933,0.008651211857795715,0.011588096618652344,0.02414160966873169 +16,0.18772335815434582,0.4311770064651956,-2.285615301199664,0.16954198479652405,-0.4179403781890869,-0.8925140500068665,0.11483778059482574,-0.4869023561477661,-0.30804920196533203,0.012556403875350952,-0.033628225326538086,-0.0006439089775085449 +17,0.13420675075915955,0.44617451861308716,-2.3019168862720276,0.12070540338754654,-0.43151772022247314,-0.89399254322052,0.5286906361579895,0.48641452193260193,-0.06900489330291748,-0.027870938181877136,0.10951149463653564,-0.01031959056854248 +18,0.17946077305386474,0.4912337818707662,-2.361678080591067,0.15739180147647858,-0.4717141389846802,-0.8675907254219055,-0.2970806658267975,-0.3546558618545532,-0.6838942170143127,0.022433027625083923,0.058063626289367676,0.14888650178909302 +19,0.20287723506389166,0.4295033720481106,-2.3556376201947136,0.18318773806095123,-0.4164193272590637,-0.8905263543128967,-0.22589510679244995,0.023422930389642715,-0.09256710112094879,-0.005132943391799927,-0.08963841199874878,-0.05210059881210327 +20,0.22947255836371838,0.38771917460413524,-2.348603887399132,0.21058015525341034,-0.3780778646469116,-0.9015060067176819,-0.2925219237804413,0.4268508851528168,-0.031935520470142365,-0.040108948945999146,0.03605210781097412,0.03647005558013916 +21,0.21419862222043803,0.36778783699718703,-2.3662423534244077,0.19834919273853302,-0.3595520853996277,-0.9118003845214844,-0.04490692913532257,-0.3385027348995209,-0.06378796696662903,0.01342754065990448,0.017526328563690186,-0.020236968994140625 +22,0.18754273371930202,0.3564122885458867,-2.3509360028017063,0.17472806572914124,-0.348914235830307,-0.9207219481468201,-0.015681052580475807,0.0417461022734642,0.06604710221290588,0.0001071244478225708,-0.010323405265808105,0.0025396347045898438 +23,0.17574708918440435,0.3674672317790521,-2.344308857943763,0.16317124664783478,-0.3592528998851776,-0.9188647866249084,0.035050202161073685,0.016482733190059662,0.2144831120967865,0.002264559268951416,0.018600434064865112,-0.018406331539154053 +24,0.16052314092266862,0.37202445470595863,-2.3297200566051295,0.14890089631080627,-0.3635021448135376,-0.9196166396141052,-0.022461898624897003,-0.21077120304107666,0.15261989831924438,0.03864489495754242,-0.0034564733505249023,0.004089295864105225 +25,0.14837535425697657,0.37878811626996856,-2.319345185705683,0.13735227286815643,-0.3697947561740875,-0.9189049005508423,0.0643029510974884,-0.13577766716480255,0.049988336861133575,-0.022514626383781433,-0.003679335117340088,0.002629876136779785 +26,0.1475228921676086,0.4173188456354718,-2.318635527149417,0.13437367975711823,-0.40531086921691895,-0.9042493104934692,0.5284510850906372,-0.021219752728939056,0.09210474789142609,0.009730324149131775,0.019416064023971558,0.005903363227844238 +27,0.11143048916429145,0.4407018262380693,-2.304483682661043,0.10057514160871506,-0.42657434940338135,-0.8988431096076965,0.10944397002458572,-0.27727052569389343,0.2361413538455963,-0.0028578713536262512,-0.010589927434921265,-0.007147431373596191 +28,0.10155017695487106,0.44743426257234276,-2.288815374376916,0.09139631688594818,-0.4326537847518921,-0.8969154953956604,0.0519329234957695,-0.012075904756784439,0.11335007846355438,0.0005073696374893188,-0.013650506734848022,0.0289345383644104 +29,0.08384166074119102,0.443566281343759,-2.278860108201851,0.07563935220241547,-0.4291633367538452,-0.9000541567802429,-0.13618645071983337,-0.16736005246639252,0.09323989599943161,-0.0011459514498710632,-0.009175866842269897,-0.009537458419799805 +30,0.07636292059275263,0.45231083133071276,-2.2731524191686003,0.06861709803342819,-0.437045156955719,-0.8968183994293213,0.21405339241027832,-0.03559718653559685,0.09693992882966995,0.01788496971130371,0.016146719455718994,-0.003465414047241211 +31,0.05836174499244178,0.47017763854331995,-2.255614174486102,0.051999256014823914,-0.4530446529388428,-0.8899700045585632,0.09771502017974854,-0.15599201619625092,0.1783512681722641,0.0025966912508010864,4.172325134277344e-05,0.025620639324188232 +32,0.026869646126210886,0.4807473043468926,-2.24217432325051,0.023821095004677773,-0.46244189143180847,-0.8863295316696167,0.10988722741603851,-0.21220770478248596,0.13675729930400848,0.0037515461444854736,0.0026182830333709717,-0.0119401216506958 +33,0.002578649396873568,0.48963936974890304,-2.225418707796538,0.0022756620310246944,-0.4703076481819153,-0.8824995756149292,0.02661479264497757,-0.1523778736591339,0.11347762495279312,-0.010820582509040833,-0.011763244867324829,0.0243300199508667 +34,-0.008425178355587346,0.48531662151863825,-2.223231311130455,-0.0074522122740745544,-0.46648845076560974,-0.8844959139823914,0.07864661514759064,-0.058218929916620255,-0.010846015065908432,0.0029356032609939575,0.003216356039047241,-0.020624935626983643 +35,-0.014397180427546747,0.49039129697947126,-2.2213738244612373,-0.012700014747679234,-0.47097110748291016,-0.882057249546051,0.007003267295658588,-0.03410370647907257,0.022859858348965645,0.001759454607963562,0.0014886856079101562,0.01422882080078125 +36,-0.01918713987690462,0.4922697191360281,-2.2184184812441865,-0.016907867044210434,-0.47262731194496155,-0.8811001777648926,0.09418631345033646,-0.03867073357105255,0.023384610190987587,0.0016338247805833817,0.00013893842697143555,0.0066495537757873535 +37,-0.024652622099161622,0.49117983765560397,-2.216564096019492,-0.021735912188887596,-0.4716665744781494,-0.8815090656280518,-0.031123217195272446,-0.04678303003311157,-0.006373649463057518,-0.0029527992010116577,-0.004667043685913086,0.002755403518676758 +38,-0.029319886660193768,0.49058225839989056,-2.21926445058769,-0.025858156383037567,-0.4711395502090454,-0.8816795945167542,0.051809161901474,-0.02250375971198082,0.008026436902582645,0.014002084732055664,0.01142275333404541,0.0007286667823791504 +39,-0.031537689123970584,0.4859879293090632,-2.2180813236261665,-0.02788144163787365,-0.467082142829895,-0.8837742805480957,-0.06615421175956726,-0.027777303010225296,-0.008887341246008873,-0.002636134624481201,-0.0037430524826049805,0.015747547149658203 +40,-0.035050676485612844,0.48800442648191444,-2.219626607647217,-0.030952882021665573,-0.46886420249938965,-0.8827277421951294,0.11598404496908188,-0.13054227828979492,-0.02097197435796261,0.015526250004768372,0.013633489608764648,0.010123372077941895 +41,-0.04080258304207614,0.4825421367259926,-2.217526870729405,-0.03613363951444626,-0.46403253078460693,-0.885080873966217,-0.08429019153118134,0.018583839759230614,-0.018425747752189636,-0.021086812019348145,-0.008013337850570679,-0.000417172908782959 +42,-0.04534761931248507,0.47819431742033,-2.2204032244960916,-0.040247056633234024,-0.4601767957210541,-0.8869146108627319,-0.06440363079309464,-0.013979865238070488,0.007569241337478161,0.0018864721059799194,0.0016806721687316895,0.0007604360580444336 +43,-0.05547632467689188,0.4702423526383291,-2.2208962584660146,-0.049429476261138916,-0.45310235023498535,-0.8900870680809021,-0.0347447507083416,-0.11087404191493988,0.006004780530929565,-0.012582242488861084,-0.0007703304290771484,-0.0145912766456604 +44,-0.059718990036776644,0.4678674502398122,-2.222299193387002,-0.053269438445568085,-0.4509839415550232,-0.8909409642219543,-0.07299527525901794,-0.038378290832042694,0.02071276679635048,0.0020761974155902863,-0.008183509111404419,0.008952498435974121 +45,-0.06698914949295973,0.45420047636646765,-2.2166397858503575,-0.06015224754810333,-0.4387439787387848,-0.8965965509414673,-0.1425972580909729,-0.045483604073524475,0.02793659269809723,-0.009900853037834167,-0.0030742287635803223,-0.014475226402282715 +46,-0.0678469595827291,0.44512803500303044,-2.213330313477229,-0.06118868291378021,-0.430573433637619,-0.9004790186882019,-0.0655815452337265,0.0007832774426788092,0.08179658651351929,0.006562218070030212,0.004029273986816406,-0.0032380223274230957 +47,-0.07328143264363127,0.4402595648951038,-2.2050343932067187,-0.06623407453298569,-0.4261742830276489,-0.9022131562232971,-0.020280461758375168,0.01888687163591385,0.03494669497013092,-0.016148120164871216,-0.0069158971309661865,-0.01596921682357788 +48,-0.07707637751634797,0.4408246464937504,-2.2020792068091923,-0.06963888555765152,-0.4266854226589203,-0.9017150402069092,-0.0018368810415267944,-0.02089899219572544,0.04038354009389877,0.0033852234482765198,0.005191892385482788,-0.00541996955871582 +49,-0.08423904371473058,0.4450866159089745,-2.19281055294105,-0.0759420245885849,-0.43053606152534485,-0.8993728160858154,0.01677093096077442,-0.088628850877285,0.10600988566875458,0.0087423175573349,0.008813649415969849,0.011341869831085205 +50,-0.09465872444088279,0.4560682924431907,-2.1882042414204115,-0.08485689759254456,-0.4404216706752777,-0.8937718272209167,0.20480291545391083,-0.2595924437046051,-0.0947677493095398,-0.0033846721053123474,-0.00544014573097229,0.03511399030685425 +51,-0.10272937567097119,0.46670911403850207,-2.1758113818181406,-0.09158158302307129,-0.44994980096817017,-0.8883456587791443,0.1314772367477417,-0.04822850227355957,0.1041949912905693,-0.01994490623474121,-0.003709256649017334,0.026819169521331787 +52,-0.11156961437719881,0.47187025634820573,-2.1719919827710976,-0.0991712138056755,-0.45455294847488403,-0.885181725025177,0.04968314617872238,-0.025994746014475822,0.05447756499052048,0.008488230407238007,0.005517333745956421,-0.005626380443572998 +53,-0.12216497515356885,0.484009432493929,-2.164484973808307,-0.1078638955950737,-0.4653317928314209,-0.8785395622253418,0.07348533719778061,-0.009105021134018898,0.055969905108213425,-0.011429324746131897,-0.0011599063873291016,0.012893199920654297 +54,-0.12737955528491682,0.4938619640008899,-2.160852960685941,-0.11185575276613235,-0.47402989864349365,-0.8733749985694885,0.05987253040075302,-0.0693851113319397,0.043058477342128754,0.011391885578632355,0.009170889854431152,0.006401181221008301 +55,-0.13477640085360154,0.49465450488238216,-2.155396173076836,-0.11826233565807343,-0.474727600812912,-0.8721511960029602,-0.025566674768924713,0.002251520985737443,0.005522687919437885,-0.01685424894094467,-0.010929137468338013,0.011265575885772705 +56,-0.13923953118554624,0.49623391681621487,-2.1515245515739934,-0.12204945087432861,-0.4761171042919159,-0.8708710670471191,0.09815338253974915,-0.05196331813931465,0.022687086835503578,0.00696767121553421,-0.0069151222705841064,-0.007363736629486084 +57,-0.14214099907983765,0.49896835585748506,-2.150886016950102,-0.12439084053039551,-0.47851991653442383,-0.8692212700843811,-0.045997120440006256,0.017611278221011162,0.013277566991746426,-0.008940458297729492,-0.002971142530441284,0.026493608951568604 +58,-0.14121277558108192,0.4981271175681184,-2.151363627192864,-0.12364056706428528,-0.4777810871601105,-0.8697345852851868,0.07929059118032455,0.05255816876888275,-0.011012263596057892,-0.009538136422634125,0.011136800050735474,-0.008759677410125732 +59,-0.1384670112498468,0.4993081653269509,-2.1494884301158605,-0.12117405235767365,-0.47881826758384705,-0.8695113062858582,-0.03046925738453865,0.07045488059520721,0.0021279016509652138,-0.013530537486076355,-0.014452606439590454,0.003910720348358154 +60,-0.1387887551968814,0.5039162005557568,-2.1457557782794496,-0.1211472749710083,-0.4828586280345917,-0.8672778606414795,0.08519035577774048,0.03038148768246174,0.024941880255937576,-0.0176161527633667,0.002756088972091675,-0.005814790725708008 +61,-0.13829906418783108,0.5094624254758535,-2.141585177453695,-0.12035151571035385,-0.4877080023288727,-0.8646712899208069,0.021115336567163467,0.0502893328666687,0.003849976696074009,-0.013315476477146149,-0.01694589853286743,0.023576319217681885 +62,-0.13745636904779907,0.5071625406757894,-2.1414539394024836,-0.11977619677782059,-0.4856989085674286,-0.8658812046051025,-0.021556537598371506,0.0029181409627199173,0.012791895307600498,0.01128619909286499,0.005748957395553589,-0.011743307113647461 +63,-0.13719836203932834,0.504558175895217,-2.1379047804633595,-0.11972538381814957,-0.483420729637146,-0.8671621680259705,-0.07103323936462402,0.07252980768680573,0.03639888018369675,-0.013804271817207336,-0.009544998407363892,0.02423614263534546 +64,-0.13468247285948887,0.49789504223405445,-2.136111569854,-0.1179732233285904,-0.47757720947265625,-0.8706333041191101,-0.09490904957056046,0.013390488922595978,0.030240127816796303,-0.00041971355676651,0.007316619157791138,0.0018131136894226074 +65,-0.1298243102932182,0.48959273695433997,-2.1345069030394455,-0.11425156146287918,-0.47026652097702026,-0.8750976920127869,-0.07719408720731735,0.05851595103740692,0.04000110179185867,-0.003332659602165222,0.0021879076957702637,-0.0007414817810058594 +66,-0.12865175072340093,0.48013805616492566,-2.1317985309986867,-0.11379074305295944,-0.46190163493156433,-0.8796013593673706,-0.18825630843639374,0.009090573526918888,0.04321662709116936,0.003240808844566345,0.007616966962814331,0.017403483390808105 +67,-0.13618118836358206,0.4685685843935997,-2.128839878956048,-0.12112778425216675,-0.45160961151123047,-0.883955180644989,-0.12452306598424911,-0.048897635191679,0.10423191636800766,0.005023650825023651,0.013575583696365356,0.011976420879364014 +68,-0.14378453515295062,0.46141087256011976,-2.1275778010082362,-0.12830513715744019,-0.44521188735961914,-0.8861851692199707,-0.041235823184251785,-0.11956725269556046,-0.03357482701539993,-0.0042632222175598145,0.0038056373596191406,0.009323596954345703 +69,-0.14588429661902022,0.4518807124637963,-2.1270261147523852,-0.13077649474143982,-0.43665823340415955,-0.8900713920593262,-0.20703545212745667,0.031287211924791336,0.013525852933526039,-0.0005559027194976807,-0.003786712884902954,0.025828838348388672 +70,-0.14025256348400977,0.4279106770144367,-2.1263526128174437,-0.12718871235847473,-0.4149707853794098,-0.9009008407592773,-0.2849169969558716,0.07205219566822052,0.0515865683555603,-0.0038690268993377686,0.00281563401222229,-0.00013065338134765625 +71,-0.13726785470211678,0.41841911275287696,-2.1262096030930007,-0.12503257393836975,-0.40631645917892456,-0.9051374197006226,-0.030336182564496994,0.05563195049762726,0.060268599539995193,-0.002851337194442749,0.0067192912101745605,0.005250334739685059 +72,-0.1343471026176722,0.4144192600153224,-2.125060880645682,-0.12260507047176361,-0.4026584029197693,-0.907102108001709,-0.016264095902442932,-0.015354841947555542,0.013121440075337887,0.006745077669620514,0.013467729091644287,-0.007997989654541016 +73,-0.13504184517171833,0.4201162843812053,-2.1208267381677737,-0.12292440235614777,-0.40786662697792053,-0.904728889465332,0.08517252653837204,0.0665334165096283,0.06592735648155212,-0.003631994128227234,0.008589893579483032,0.005620002746582031 +74,-0.13131099273325417,0.419022008332636,-2.117791722707513,-0.11960650980472565,-0.40686726570129395,-0.9056231379508972,-0.018436912447214127,-0.031327713280916214,-0.017774537205696106,0.003761783242225647,0.0037910938262939453,0.004393279552459717 +75,-0.13201898535636641,0.4218784436027033,-2.1143316208281155,-0.1200941801071167,-0.4094749093055725,-0.9043824672698975,0.019221201539039612,0.01799461618065834,0.03815487027168274,-0.009178265929222107,0.0041557252407073975,0.010995686054229736 +76,-0.12951506666758522,0.41981482633999445,-2.1141433767708957,-0.11793818324804306,-0.4075913727283478,-0.9055163264274597,0.007207909598946571,-0.02271118573844433,0.0018858825787901878,0.012515224516391754,0.014601260423660278,-0.007935762405395508 +77,-0.1325862272434353,0.42328398978198534,-2.112575540117393,-0.12053095549345016,-0.41075682640075684,-0.9037428498268127,0.023788992315530777,0.06814087927341461,0.04388505220413208,-0.005247235298156738,0.002309560775756836,0.008036673069000244 +78,-0.13009450165490435,0.41924053009606593,-2.1127389465416693,-0.11849319934844971,-0.40706688165664673,-0.9056798219680786,-0.05439021438360214,-0.019370276480913162,-0.03653019666671753,-0.001562952995300293,0.0054860711097717285,-0.004674792289733887 +79,-0.13228339373125894,0.42579544453510415,-2.110030095414926,-0.1201208233833313,-0.41304534673690796,-0.9027538299560547,0.07109090685844421,-0.0017090830951929092,0.042537130415439606,-0.009456798434257507,-0.000620424747467041,0.015516340732574463 +80,-0.12918418279997435,0.42147987358460004,-2.1102686295434236,-0.11755096912384033,-0.40911126136779785,-0.9048810601234436,0.01462365873157978,0.016712849959731102,-0.023082930594682693,0.012463688850402832,0.010261774063110352,-0.023829877376556396 +81,-0.13100358379016536,0.4392090516227504,-2.1073655822247983,-0.11823095381259918,-0.425223708152771,-0.8973328471183777,0.26617899537086487,-0.009989098645746708,0.06455519795417786,0.012899532914161682,0.011222243309020996,0.009011924266815186 +82,-0.13079326764616594,0.45925764531541946,-2.099756670968812,-0.11690671741962433,-0.4432827830314636,-0.8887255787849426,0.07275727391242981,0.05859238654375076,0.08191219717264175,0.011025987565517426,0.01274082064628601,0.0451892614364624 +83,-0.13912440584283298,0.4692206331609682,-2.0952188973834582,-0.12368806451559067,-0.4521912932395935,-0.8833030462265015,0.18411698937416077,-0.05223565921187401,0.02750958874821663,-0.00019804388284683228,0.002819955348968506,-0.023923516273498535 +84,-0.1409537736508439,0.4814624562444644,-2.0847385671807315,-0.12451668828725815,-0.4630758762359619,-0.8775285482406616,0.07083380222320557,0.008216580376029015,0.05222992226481438,-0.003321446478366852,-0.003888845443725586,0.008677840232849121 +85,-0.14313177625020154,0.48004401234999483,-2.0826293806951313,-0.12652121484279633,-0.46181821823120117,-0.87790447473526,0.022124072536826134,0.007658697664737701,0.0477837398648262,0.011897191405296326,0.00750306248664856,-0.012033820152282715 +86,-0.13978354808356053,0.46885816688222415,-2.081282085881916,-0.12429308891296387,-0.4518679678440094,-0.883383572101593,-0.19299156963825226,0.03973006829619408,-0.01275203563272953,-0.022526979446411133,-0.0033932626247406006,0.012930691242218018 +87,-0.1343250981630859,0.4595641849417303,-2.0806770876176075,-0.1200266107916832,-0.4435575604438782,-0.888172447681427,-0.0641639232635498,0.041829563677310944,0.008746574632823467,0.010376960039138794,0.016280949115753174,-0.004176795482635498 +88,-0.1285938526318965,0.4359930527068605,-2.089480964669757,-0.11624304950237274,-0.4223107695579529,-0.8989667296409607,-0.18372610211372375,0.05274469032883644,-0.0518263503909111,0.005159072577953339,-0.00852113962173462,0.004649102687835693 +89,-0.12942443142914717,0.43366242440969194,-2.0929665483889446,-0.11711638420820236,-0.4201970100402832,-0.8998434543609619,0.12108088284730911,-0.11257421970367432,0.024001967161893845,0.023991994559764862,0.01722767949104309,-0.030942678451538086 +90,-0.15672886183869633,0.4957961315352904,-2.086360626390507,-0.1372934877872467,-0.47573205828666687,-0.8688092231750488,1.1080397367477417,-0.20354057848453522,0.03140712529420853,-0.006886810064315796,-0.016745328903198242,-0.07790708541870117 +91,-0.18003674297556324,0.5714547183455866,-2.060849149396481,-0.1506148725748062,-0.5408561825752258,-0.8275202512741089,0.6784911751747131,-0.03183025121688843,0.08076129853725433,0.009455829858779907,-0.00888746976852417,-0.06780445575714111 +92,-0.19750026083879738,0.6321576083710991,-2.049523791546957,-0.15830039978027344,-0.5908867716789246,-0.7910712957382202,0.4167937636375427,-0.031224749982357025,0.07766411453485489,0.004278197884559631,0.016835927963256836,0.06403577327728271 +93,-0.19142792574642073,0.5840805926027604,-2.070122115371579,-0.15871937572956085,-0.5514326095581055,-0.8189812302589417,-1.0876635313034058,0.02590698003768921,-0.018573476001620293,-0.009752929210662842,-0.01811695098876953,0.03838735818862915 +94,-0.1778387302337535,0.5272617183664597,-2.1088880901146556,-0.1528773009777069,-0.5031688213348389,-0.8505584597587585,-0.10154081135988235,0.07942715287208557,0.023145107552409172,0.022796139121055603,0.03516656160354614,-0.017147839069366455 +95,-0.162659312835461,0.5004775395117023,-2.1136056910915624,-0.14208124577999115,-0.4798445701599121,-0.865772545337677,-0.30804917216300964,0.14301709830760956,0.06897714734077454,0.007132530212402344,0.0018019676208496094,0.030002892017364502 +96,-0.1539353216028769,0.4831175359160004,-2.1288248670799095,-0.13577984273433685,-0.4645421802997589,-0.8750796318054199,-0.10568234324455261,0.1561688631772995,-0.03531145304441452,-0.015923023223876953,-0.010387629270553589,-0.007381856441497803 +97,-0.1360962982810163,0.45593419849238026,-2.1509346163978558,-0.1218172088265419,-0.4403012692928314,-0.8895478248596191,-0.01088789664208889,-0.11648070067167282,-0.29535508155822754,0.0520082488656044,-0.03137841820716858,0.006033420562744141 +98,-0.13574145757660167,0.42730190667027657,-2.1534101034443043,-0.12315753847360611,-0.4144168198108673,-0.9017155766487122,-0.2200823277235031,0.0993487685918808,0.08873869478702545,-0.03245159238576889,0.00688508152961731,-0.025881469249725342 +99,-0.12946589342398954,0.42284645932490755,-2.153727777729002,-0.11773359030485153,-0.41035786271095276,-0.9042927026748657,0.08992094546556473,-0.05852019041776657,0.0494205579161644,0.021786317229270935,0.023730695247650146,-0.04886281490325928 +100,-0.14245569198477429,0.4457124227868094,-2.1448180701855843,-0.12810400128364563,-0.4311008155345917,-0.8931637406349182,0.2255529761314392,-0.1626104712486267,0.06703890115022659,-0.02987024188041687,-0.022207289934158325,0.012640058994293213 +101,-0.15588135328294062,0.5096074920152951,-2.1299523612003046,-0.13552404940128326,-0.4878346621990204,-0.8623517751693726,0.3031366169452667,-0.10803153365850449,0.009260205551981926,0.000468522310256958,0.034648627042770386,0.07136672735214233 +102,-0.15918056510958203,0.49641411134683744,-2.1289920250725625,-0.13937650620937347,-0.47627556324005127,-0.8681795597076416,-0.4556207060813904,-0.0283181294798851,-0.009592128917574883,-0.015698552131652832,-0.01792609691619873,0.04557830095291138 +103,-0.16081213009434828,0.483643250270685,-2.1363457961293584,-0.14175522327423096,-0.4650076627731323,-0.8738840818405151,0.3378189504146576,-0.03788629174232483,0.007247141562402248,0.021149754524230957,0.025249332189559937,-0.07364094257354736 +104,-0.17270989497144487,0.5101438652521623,-2.125848304518602,-0.14997130632400513,-0.4883027970790863,-0.8596912026405334,0.13201996684074402,-0.08160348236560822,0.007770504802465439,-0.006782233715057373,-0.008691221475601196,0.012431681156158447 +105,-0.1761940929729626,0.5074583520593902,-2.125119802663289,-0.15319502353668213,-0.48595747351646423,-0.8604514002799988,-0.014746550470590591,-0.12765319645404816,-0.03373704105615616,0.013882279396057129,-0.0035444796085357666,-0.01567775011062622 +106,-0.21387270302030645,0.5303055285191756,-2.11897278651012,-0.18309451639652252,-0.5057969093322754,-0.8429981470108032,0.24304138123989105,-0.9219942688941956,0.13031035661697388,0.012974292039871216,-0.08009481430053711,-0.06920278072357178 +107,-0.4269578603267237,0.4723099404489807,-2.0974002319679945,-0.36876749992370605,-0.45494455099105835,-0.8105775117874146,-0.9947420358657837,-1.5052978992462158,0.72849440574646,0.022805005311965942,-0.020351439714431763,0.19377154111862183 +108,-0.5048358620183682,0.37230229254982616,-2.0482863137713414,-0.4505290985107422,-0.36376094818115234,-0.815292239189148,0.08241644501686096,-0.09315204620361328,0.21300329267978668,0.022260695695877075,0.04892638325691223,-0.10536199808120728 +109,-0.4695659041576319,0.33427564293323686,-2.00245426837356,-0.42745256423950195,-0.3280850052833557,-0.8424040079116821,-0.38745594024658203,0.44106990098953247,0.48053616285324097,-0.00929972529411316,0.002279341220855713,0.017269790172576904 +110,-0.5266798977350241,0.3951145105100047,-1.99733753139353,-0.46393680572509766,-0.3849138915538788,-0.7978746891021729,0.31825122237205505,-0.43609902262687683,-0.7805794477462769,0.024407386779785156,0.036891430616378784,0.10646843910217285 +111,-0.6208819360026534,0.4455816515845577,-2.037144622589809,-0.5249505043029785,-0.4309827983379364,-0.733948826789856,1.001367449760437,-1.901322364807129,-1.0870321989059448,-0.19006109237670898,-0.0013749897480010986,-0.19532668590545654 +112,-0.7445300904049486,0.5355873223906901,-2.035108822250238,-0.5827376842498779,-0.5103462338447571,-0.6324267983436584,0.5715542435646057,-2.09366774559021,-0.4274129867553711,0.04542994499206543,0.036637067794799805,-0.05168581008911133 +113,-1.079117947338608,0.6977735961945539,-2.0135427803337227,-0.6755030155181885,-0.6425132155418396,-0.3617629110813141,1.8662365674972534,-3.6977453231811523,-2.0507090091705322,0.11248421669006348,0.16822433471679688,-0.08780676126480103 +114,-1.551076888213827,0.9487651167265512,-1.8234411714676877,-0.5825740694999695,-0.8126965761184692,-0.011489522643387318,1.127127766609192,-2.3877556324005127,-1.9756673574447632,0.06646066904067993,0.05756950378417969,0.11880457401275635 +115,-1.6457781231697197,1.0221877454710915,-1.8226977382997434,-0.5200352072715759,-0.8532509803771973,0.039066415280103683,-0.8215214610099792,-1.0474841594696045,-0.30462127923965454,0.020935475826263428,0.07206201553344727,-0.0010720491409301758 +116,-1.6800050298799871,1.0089286548450995,-1.8982261882738485,-0.5295940637588501,-0.8462615609169006,0.05806731432676315,-0.37284520268440247,-0.36305946111679077,0.7294549345970154,0.14313465356826782,0.00014632940292358398,0.15259552001953125 +117,-1.3532193103765018,0.9123704478374748,-2.112493617989279,-0.5974466800689697,-0.7909563779830933,-0.1320815086364746,-0.9005828499794006,-0.15924625098705292,0.8014633059501648,0.11343789100646973,-0.12960636615753174,-0.2254319190979004 +118,-1.4002608594840906,0.9090316804555959,-2.1856211960397562,-0.6055960059165955,-0.7889090776443481,-0.10428854823112488,0.7962692975997925,-0.9480708241462708,-0.774075448513031,-0.11141449213027954,-0.061875224113464355,-0.20033788681030273 +119,-1.7921684098735555,1.0223496175818232,-1.9420583230784803,-0.5086394548416138,-0.8533353805541992,0.11447467654943466,2.0286097526550293,-2.2974140644073486,-1.0387264490127563,-0.006558239459991455,0.030398547649383545,0.027187921106815338 +120,-2.438131814513021,1.038786405908359,-1.4946193328396258,-0.32813072204589844,-0.8617892265319824,0.3868454098701477,2.182141065597534,-2.1901156902313232,-1.4479916095733643,0.07257655262947083,0.08536112308502197,-0.0923812985420227 +121,-2.8685942325671787,0.837386045458136,-1.1596996112267444,-0.1804855763912201,-0.7428958415985107,0.6446169018745422,3.3613007068634033,-1.4939005374908447,-0.08517362177371979,0.1130417138338089,0.03383511304855347,0.09390860795974731 +122,-2.8549435919933344,0.6824441180319899,-1.1693947734215062,-0.21941536664962769,-0.630691647529602,0.7443686723709106,-0.1418028026819229,2.3579261302948,0.9311066269874573,-0.03375841677188873,0.035873591899871826,-0.00749129056930542 +123,-2.7307295878964246,0.5781565757643738,-1.2187857250606002,-0.33448663353919983,-0.5464810729026794,0.7677739262580872,1.1779520511627197,-0.7386845946311951,0.49979621171951294,0.04807925224304199,0.035372793674468994,0.06230407953262329 +124,-2.754808172337788,0.45479849186007043,-1.1887741274916632,-0.338868647813797,-0.43928128480911255,0.8319857716560364,0.7734189629554749,-2.128533363342285,-0.006363371387124062,0.07159566879272461,-0.00046178698539733887,0.08624255657196045 +125,-2.9020067803552725,0.4447228516701428,-1.1828763525333037,-0.2142181396484375,-0.4302076995372772,0.8769447207450867,-0.7306623458862305,-0.705375611782074,-0.04809511452913284,0.018783539533615112,0.057511717081069946,0.017006754875183105 +126,-2.9410166971685756,0.44334003796979166,-1.2171235649232568,-0.17997261881828308,-0.4289589822292328,0.8852140307426453,1.2010598182678223,-0.11410354822874069,0.016997894272208214,-0.27495288848876953,-0.14913541078567505,0.04273390769958496 +127,-2.9962670285490742,0.3614450464253716,-1.1864358781506998,-0.13545767962932587,-0.3536262810230255,0.9255266785621643,0.6618641018867493,-0.3207886815071106,0.04202618822455406,-0.019327446818351746,-0.0924796462059021,-0.00037109851837158203 +128,-3.022936535508268,0.32071993889607087,-1.174413807732829,-0.11234165728092194,-0.31524986028671265,0.9423360228538513,0.7302848696708679,-0.13833577930927277,-0.17287811636924744,-0.03907131403684616,0.003940016031265259,-0.05935561656951904 +129,-3.0476000594590866,0.2716771128449355,-1.1434739863942558,-0.09041186422109604,-0.2683474123477936,0.9590697884559631,0.08725880086421967,0.09624174237251282,-0.20075483620166779,-0.010692842304706573,0.009176939725875854,0.11406528949737549 +130,-3.0448453123699246,0.2468763659583206,-1.1272218175815427,-0.09366775304079056,-0.24437622725963593,0.9651461839675903,0.5951732397079468,-0.23763708770275116,-0.1042412593960762,-0.01685164123773575,-0.001702234148979187,-0.07018744945526123 +131,-3.0438910132221384,0.22298135381934742,-1.111716499781177,-0.09513124823570251,-0.2211381494998932,0.9705913066864014,0.21149519085884094,0.2138405591249466,-0.19907425343990326,-0.0496593713760376,-0.014091283082962036,-0.010432243347167969 +132,-3.0774926358581607,0.19612295859238124,-1.0859660817951826,-0.06282814592123032,-0.1948680877685547,0.9788151979446411,0.21819496154785156,-0.43430042266845703,-0.27952927350997925,-0.060279764235019684,0.022199630737304688,0.05553233623504639 +133,-3.121961936316543,0.1744278963046394,-1.076692482380822,-0.01933160051703453,-0.1735447496175766,0.9846363067626953,0.24845239520072937,-0.6051883697509766,0.07373975217342377,0.02349724993109703,-0.0033351480960845947,-0.05694770812988281 +134,-3.1414667445904776,0.14272858056947316,-1.0828606170683412,-0.0001246287429239601,-0.14224447309970856,0.9898318648338318,0.39044734835624695,-0.056297823786735535,-0.028056137263774872,-0.035992927849292755,-0.0027751028537750244,-0.05700075626373291 +135,-3.1340449652964466,0.11419711444597644,-1.0818181330605607,-0.007498456630855799,-0.11394906789064407,0.9934583902359009,-0.007346202619373798,-0.15701906383037567,-0.0025071240961551666,-0.0029385583475232124,-0.009799718856811523,0.15395689010620117 +136,-3.1360039821241923,0.1370348798030586,-1.0850998431552261,-0.005536249838769436,-0.1366063952445984,0.9906097054481506,-0.10268942266702652,-0.24800214171409607,0.05994277819991112,-0.009463137947022915,-0.0022638142108917236,-0.051233112812042236 +137,3.127313159752247,0.12641260596828455,-1.089301967447437,0.014165068045258522,-0.12607619166374207,0.9919193387031555,0.19001078605651855,0.031703390181064606,-0.01105530932545662,-0.026707792654633522,-0.01001693308353424,-0.06052291393280029 +138,3.141394383721775,0.11368528495624297,-1.0927867787817072,0.00019699001859407872,-0.11344055831432343,0.9935449361801147,0.05511467158794403,0.009574314579367638,0.03269554674625397,0.0047773756086826324,0.011130362749099731,0.0758521556854248 +139,-3.1378476371393362,0.12868479818390677,-1.1103190578632907,-0.0037140415515750647,-0.12832993268966675,0.99172443151474,-0.5883190631866455,0.3092651963233948,0.29741546511650085,0.009115651249885559,0.009250357747077942,0.07518517971038818 +140,-3.1138273020355784,0.16313132357719323,-1.128132696173997,-0.027393201366066933,-0.1624087542295456,0.9863430857658386,0.06492773443460464,0.019508639350533485,0.04413919150829315,-0.01728452369570732,-0.009557768702507019,-0.14398181438446045 +141,-3.093389397685114,0.15669941592215936,-1.1254929118923471,-0.04759422689676285,-0.1560589224100113,0.9866005182266235,-0.35220593214035034,0.7037965655326843,-0.010201385244727135,0.008012928068637848,-0.006737112998962402,0.09285199642181396 +142,-3.0494773937223743,0.18455438873584915,-1.1234638837846942,-0.09042296558618546,-0.18350850045681,0.9788504838943481,0.09078831970691681,-0.17626291513442993,-0.013113901019096375,0.010039672255516052,0.013449326157569885,-0.04952925443649292 +143,-3.0568947965506554,0.17380539825506702,-1.124609218658356,-0.08332207053899765,-0.17293165624141693,0.9814030528068542,0.021181432530283928,0.07672520726919174,0.025064337998628616,-0.010244809091091156,-0.004299163818359375,-0.014667272567749023 +144,-3.0584017492053253,0.1607891768352798,-1.1253404721837523,-0.08202318102121353,-0.16009725630283356,0.983687698841095,0.003833198454231024,0.009564798325300217,0.022894669324159622,-0.012291423976421356,-0.004819780588150024,0.08660972118377686 +145,-3.056786477957555,0.16948993670549298,-1.133031437766211,-0.08349083364009857,-0.1686796098947525,0.9821286797523499,-0.25093236565589905,-0.08785951137542725,0.07576960325241089,0.004312977194786072,0.005288511514663696,0.06352567672729492 +146,-3.0437636372313053,0.20371558120026292,-1.149837355180321,-0.09565335512161255,-0.2023094743490219,0.974639356136322,-0.19442766904830933,0.10318963974714279,0.11092434823513031,-0.0007822141051292419,0.005303189158439636,-0.0736534595489502 +147,-3.042061068966537,0.2074274728674532,-1.1560870264106207,-0.09723727405071259,-0.20594319701194763,0.9737207293510437,-0.2684965133666992,0.14138393104076385,0.04722033813595772,-0.01727992296218872,-0.01796424388885498,0.06186258792877197 +148,-3.0322142699383985,0.22262484603629987,-1.1563589003383938,-0.10646647959947586,-0.22079044580459595,0.9694929122924805,0.08255219459533691,-0.011739896610379219,-0.10439048707485199,-0.02495747059583664,-0.0037578940391540527,-0.03126049041748047 +149,-3.0183834673147905,0.24052637388802986,-1.1571911347562815,-0.1193598136305809,-0.23821388185024261,0.9638503789901733,-0.2611085772514343,0.09644748270511627,0.10566838085651398,0.05756170302629471,0.025552108883857727,-0.04791104793548584 +150,-3.0293795063124294,0.22934570783656427,-1.1660528433216906,-0.10904573649168015,-0.22734041512012482,0.9676910042762756,0.21666687726974487,-0.11389923840761185,0.04208174720406532,-0.07961394637823105,-0.021057456731796265,0.02699911594390869 +151,-3.0480427904010297,0.22270283737395227,-1.1669305863231678,-0.09110653400421143,-0.22086651623249054,0.9710394144058228,-0.2703843116760254,-0.05816017836332321,-0.04757723957300186,-0.03534303605556488,-0.028111129999160767,0.04612666368484497 +152,-3.0345925442305632,0.23244088702263005,-1.1644435294726105,-0.1039239764213562,-0.230353444814682,0.9675416350364685,0.5026386976242065,0.05807678773999214,-0.04598712548613548,0.017269328236579895,0.02718271315097809,-0.15859711170196533 +153,-3.0435746633055882,0.2002642665193344,-1.158694652376416,-0.09590526670217514,-0.1989283263683319,0.9753100872039795,-0.18961168825626373,0.07942884415388107,0.06469843536615372,0.01155468076467514,-0.007385760545730591,0.1774303913116455 +154,-3.0444032282085423,0.23331153649235242,-1.1667233215557764,-0.09440742433071136,-0.23120060563087463,0.968315064907074,-0.12388548254966736,-0.20541569590568542,0.01074853166937828,-0.02143731713294983,0.0010675042867660522,-0.12671637535095215 +155,-3.080212512413541,0.18800714333009388,-1.1546001006744642,-0.06026068329811096,-0.1869015246629715,0.9805286526679993,0.3613901436328888,-0.12671582400798798,-0.12766766548156738,0.011539369821548462,-0.03467133641242981,0.06845206022262573 +156,-3.0555607335224146,0.20307115412481672,-1.1534445435238048,-0.0841602012515068,-0.2016783207654953,0.9758291840553284,-0.2218026965856552,0.19736725091934204,0.04540979117155075,0.015953429043293,0.023638814687728882,0.010071516036987305 +157,-3.0515865759802607,0.21312702029971783,-1.1599212251898154,-0.08785088360309601,-0.21151719987392426,0.9734178185462952,-0.08554442226886749,0.08582759648561478,-0.005499010905623436,-0.0591064989566803,-0.03492747247219086,-0.06272774934768677 +158,-3.0725636211225487,0.18503318421531917,-1.1382878672482817,-0.06779683381319046,-0.18397915363311768,0.9805891513824463,0.3861793577671051,-0.2065262347459793,-0.49100327491760254,-0.09708962589502335,-0.01473604142665863,0.01509249210357666 +159,-3.0912996189375623,0.15660766454613123,-1.0930198206417663,-0.049656614661216736,-0.1559682935476303,0.9865131974220276,0.4334854483604431,-0.3695419728755951,-0.22598136961460114,0.025181517004966736,-0.02199496328830719,0.04298210144042969 +160,-3.099324794919825,0.16465290410328276,-1.077895822742427,-0.04168378934264183,-0.1639099419116974,0.9855943322181702,-0.17428737878799438,0.02569296769797802,0.07595545053482056,0.10134565085172653,0.0651245266199112,-0.05705118179321289 +161,-3.1201935953102042,0.13799878483541084,-1.0937067941024352,-0.02119400165975094,-0.13756120204925537,0.9902663230895996,0.580195426940918,-0.6084190011024475,0.051279544830322266,-0.10295149683952332,-0.05326518416404724,0.017362892627716064 +162,3.132135028402886,0.13225825831687382,-1.0717155077483422,0.009374887682497501,-0.1318730115890503,0.9912222623825073,-0.45985767245292664,0.15938235819339752,-0.5085145235061646,-0.11137989163398743,-0.05104935169219971,0.023243069648742676 +163,3.123820823165098,0.14441072545070555,-1.0213903355687541,0.017585916444659233,-0.14390932023525238,0.9894346594810486,0.22650477290153503,-0.14843006432056427,-0.30860957503318787,0.09677870571613312,0.06346495449542999,-0.06340920925140381 +164,3.1137198694785315,0.11654325371241071,-1.025448119353943,0.027680115774273872,-0.11627960950136185,0.9928304553031921,0.1371229887008667,-0.03665933012962341,0.10557963699102402,0.011870656162500381,0.025505103170871735,0.07383489608764648 +165,3.1151310709820903,0.1087959955724657,-1.0321151805247968,0.02630205638706684,-0.10858149081468582,0.9937393665313721,0.1308840811252594,0.06647306680679321,-0.060315512120723724,-0.06721087545156479,-0.019134551286697388,-0.019313275814056396 +166,3.1088777357057142,0.08621465606894187,-1.0257337340629156,0.032587602734565735,-0.08610788732767105,0.9957529902458191,0.0338859036564827,-0.17188149690628052,-0.11289961636066437,-0.018259592354297638,-0.031247474253177643,0.06851732730865479 +167,3.0979463508885696,0.08459226439043419,-0.9934367350600788,0.043476417660713196,-0.08449140936136246,0.9954750537872314,0.10153716802597046,0.02394815720617771,-0.3528984785079956,-0.03297837823629379,0.011508651077747345,-0.05441999435424805 +168,3.0811220575081046,0.07615760923100037,-0.9755758240432753,0.06025857478380203,-0.07608401030302048,0.9952788949012756,-0.1073920726776123,-0.0698249340057373,-0.29368656873703003,-0.03111429512500763,0.01674259454011917,0.07202756404876709 +169,3.06527428990883,0.05332277189914928,-0.9733607474688671,0.07613594830036163,-0.0532975047826767,0.9956722259521484,0.33620762825012207,-0.18695472180843353,0.11521223187446594,0.023626022040843964,-0.007539298385381699,0.038309335708618164 +170,3.0680188500238796,0.04606733710162544,-0.9769948760766382,0.07342945784330368,-0.04605104401707649,0.9962365627288818,-0.10525564849376678,0.2580556273460388,-0.07803664356470108,-0.04663503170013428,-0.02107236534357071,-0.04074651002883911 +171,3.077654955487707,0.04210797197549755,-0.9696918403390692,0.06383749097585678,-0.04209553077816963,0.9970718026161194,0.102552630007267,0.01883086748421192,0.007987014017999172,0.016316913068294525,0.009060263633728027,0.05917179584503174 +172,3.0787816416366227,0.0351837901767132,-0.9806523609096118,0.06273085623979568,-0.03517653048038483,0.9974101185798645,0.06610694527626038,0.02812187187373638,0.13802528381347656,-0.006563276052474976,0.001591946929693222,-0.023823320865631104 +173,3.0911395933636494,0.03312738544179458,-0.9880478497141348,0.05040399730205536,-0.03312132507562637,0.9981797337532043,0.07543205469846725,0.13202370703220367,0.013118940405547619,-0.023060239851474762,-0.009633805602788925,-0.0025740861892700195 +174,3.0877201350846675,0.02781201788234695,-0.9906322746214359,0.05382565036416054,-0.027808433398604393,0.9981632232666016,-0.06493895500898361,-0.013550739735364914,-0.01710144430398941,-0.02726009115576744,-0.0028312187641859055,0.04865086078643799 +175,3.0879587787720624,0.03542408279279561,-0.9873050273268018,0.053574543446302414,-0.03541667386889458,0.9979358315467834,-0.016084516420960426,-0.11150868237018585,-0.0054819658398628235,0.018248584121465683,0.0042734816670417786,0.002186417579650879 +176,3.077555085186768,0.03324378582716994,-0.9940293573121171,0.06395847350358963,-0.03323766216635704,0.9973992109298706,0.03623577952384949,-0.12866999208927155,0.1465558558702469,0.04421110451221466,0.015918929129838943,-0.003853440284729004 +177,3.0745186971303586,0.03659456706228951,-0.9998584695852224,0.0669788047671318,-0.036586400121450424,0.9970834255218506,-0.07208648324012756,-0.01902911625802517,-0.04369817674160004,-0.022438399493694305,-0.022297266870737076,0.003267526626586914 +178,3.0659206077498524,0.034108841362953474,-0.990378760445234,0.07555588334798813,-0.03410222753882408,0.9965583682060242,0.012804344296455383,-0.05793274566531181,-0.2776246964931488,-0.05306442826986313,-0.02334711328148842,0.013619303703308105 +179,3.0740188694965287,0.04069277160730291,-0.9544855326036771,0.06746647506952286,-0.040681540966033936,0.9968918561935425,0.1332278996706009,-0.1291363388299942,-0.31947213411331177,0.06340815871953964,0.057542502880096436,-0.04317176342010498 +180,3.0232848297649895,-0.004771729563449343,-0.9403990041784251,0.11803065985441208,0.004771711304783821,0.9929983019828796,0.2054251879453659,-0.35366109013557434,-0.24300146102905273,-0.013630062341690063,-0.004878526087850332,0.01868969202041626 +181,2.9863555475675287,-0.01435516653731874,-0.8983134789296068,0.1545984447002411,0.014354673214256763,0.9878732562065125,0.04017872363328934,-0.5357186198234558,-0.35660451650619507,0.0722692459821701,-0.0006827954202890396,-0.012668728828430176 +182,2.8774895910583504,-0.06643643689052892,-0.8668737570697151,0.2604675889015198,0.06638757139444351,0.9631971716880798,0.6403791308403015,-1.072665810585022,-0.37296411395072937,-0.0005341768264770508,-0.024609029293060303,0.05152726173400879 +183,2.858508382908538,-0.06355906063438414,-0.8468361126854769,0.2787545621395111,0.0635162740945816,0.9582599401473999,-0.2499346137046814,-0.049050621688365936,-0.10473997890949249,-0.016364365816116333,0.04839169979095459,-0.0138932466506958 +184,2.8376962584663312,-0.06779818229886002,-0.8513401876926611,0.29855284094810486,0.06774625182151794,0.9519855976104736,0.2694147527217865,-0.004970534238964319,0.10702061653137207,0.008865952491760254,0.008730798959732056,0.008783996105194092 +185,2.835934992104755,-0.08022509065503651,-0.864811154845225,0.2999526262283325,0.08013906329870224,0.9505822062492371,-0.009524947963654995,0.09677688777446747,0.09934337437152863,-0.0015516877174377441,0.023635990917682648,0.055048465728759766 +186,2.83385462679688,-0.08245767891810307,-0.8793665193085117,0.30187445878982544,0.0823642686009407,0.9497828483581543,0.06857980787754059,0.006671597249805927,0.1097276508808136,-0.022257208824157715,-0.011044710874557495,0.0029451847076416016 +187,2.8427925580329894,-0.08332083933396968,-0.886701369132657,0.29335251450538635,0.08322446793317795,0.9523751735687256,0.18110045790672302,0.008947066031396389,-0.035939425230026245,-0.05237039923667908,-0.008349567651748657,-0.024976253509521484 +188,2.8410377980015817,-0.08948343556988324,-0.8878352345042919,0.2948656678199768,0.08936406672000885,0.9513505101203918,-0.1920507550239563,-0.01011637318879366,0.035420507192611694,0.00950130820274353,0.003958664834499359,0.06944698095321655 +189,2.839357108415335,-0.07721525545690015,-0.8865275346366632,0.29676833748817444,0.07713855057954788,0.9518291354179382,0.17145617306232452,-0.14023585617542267,0.028190869837999344,0.003417879343032837,0.008798964321613312,-0.056366920471191406 +190,2.8338821060108175,-0.09042231652589952,-0.8899331540991073,0.3016400933265686,0.09029915183782578,0.9491358399391174,0.028865868225693703,0.00041871354915201664,0.02221927046775818,0.02726304531097412,0.009325467050075531,0.04151028394699097 +191,2.8454040790378903,-0.08796133470426439,-0.8941230993697127,0.2907484173774719,0.08784794807434082,0.9527580738067627,0.12558050453662872,0.21198932826519012,0.026985105127096176,-0.01914200186729431,-0.007312074303627014,-0.06256043910980225 +192,2.873927327935024,-0.10833100081648955,-0.8964108753457952,0.2629302144050598,0.10811923444271088,0.9587376117706299,0.21999922394752502,0.13118529319763184,-0.020886411890387535,0.029809623956680298,0.012547262012958527,0.04106396436691284 +193,2.8907818704415593,-0.08638214632302799,-0.9059800285128847,0.2472640872001648,0.08627475798130035,0.9650997519493103,-0.4137705862522125,0.12289035320281982,0.2491028606891632,0.03764808177947998,0.03817594796419144,0.05026602745056152 +194,2.895141390562073,-0.05967845295845048,-0.9219456278022448,0.24352967739105225,0.059643033891916275,0.9680578708648682,-0.017795875668525696,0.12334554642438889,0.15248587727546692,-0.013961195945739746,-0.035610444843769073,-0.06960511207580566 +195,2.9193270982860664,-0.07907107016307739,-0.9295189409841215,0.2197512835264206,0.0789887011051178,0.9723531007766724,0.42572808265686035,0.1754550188779831,-0.1863255649805069,-0.0645083338022232,0.007620193064212799,-0.04823493957519531 +196,2.939467988336937,-0.07971537661340622,-0.9282403752768441,0.2001136839389801,0.07963097840547562,0.9765312671661377,-0.48870187997817993,0.1581823080778122,0.1618192195892334,0.0775352269411087,0.04352270066738129,0.19915837049484253 +197,2.9556449756258907,-0.01806446929977878,-0.9419367041373288,0.18484778702259064,0.018063487485051155,0.9826011061668396,-0.4514908492565155,0.29082000255584717,0.20399755239486694,-0.03668496012687683,-0.006710946559906006,-0.09644699096679688 +198,2.98700200871681,-0.01822215917216004,-0.9424013604224027,0.1539500653743744,0.01822115108370781,0.9879105687141418,0.09608099609613419,0.4820428788661957,-0.11078539490699768,-0.0052074044942855835,-0.03033663146197796,-0.001811385154724121 +199,3.0389454686263098,0.01793734087709625,-0.9423202184938471,0.10245055705308914,-0.017936378717422485,0.9945765733718872,-0.3584267497062683,0.2756650745868683,0.16365768015384674,0.021679699420928955,0.04720273241400719,0.050864219665527344 +200,3.0740744240896976,0.053790396743412225,-0.9571485815923759,0.06736937910318375,-0.0537644624710083,0.996278703212738,-0.27157866954803467,0.5985444188117981,0.1382548063993454,-0.019975565373897552,-0.027870066463947296,-0.07614302635192871 +201,3.088183936764494,0.04950842033826081,-0.9569817117547581,0.05331790819764137,-0.04948819801211357,0.9973503947257996,-0.006151883862912655,-0.17663215100765228,0.06462874263525009,0.04081355407834053,0.03473295643925667,0.07110035419464111 +202,3.100367381877074,0.07293441665701605,-0.9638781918826616,0.041104018688201904,-0.07286977022886276,0.9964938759803772,-0.2547149956226349,0.19167040288448334,0.11914104223251343,0.0169404037296772,0.00634147971868515,-0.0314062237739563 +203,3.1101609282066165,0.06755395944908298,-0.968334272330425,0.031354863196611404,-0.06750258803367615,0.9972260594367981,0.21114689111709595,0.051326997578144073,-0.06569945067167282,-0.011671029031276703,0.009580239653587341,-0.0392032265663147 +204,3.113386372947939,0.07444743526151465,-0.9665331038980843,0.02812441624701023,-0.07437868416309357,0.9968332052230835,-0.4531615972518921,0.11378584802150726,0.05603417754173279,0.017056848853826523,0.0018078982830047607,0.0934680700302124 +205,3.1193722303144824,0.10220239899862861,-0.9757589963634764,0.022102659568190575,-0.10202457010746002,0.9945365190505981,0.11249278485774994,0.008769799023866653,0.06458207219839096,-0.023628534749150276,-0.008189685642719269,-0.14617812633514404 +206,3.1177569336582716,0.05924496964082908,-0.9744513153052037,0.023791644722223282,-0.05921031907200813,0.9979618191719055,0.28915879130363464,-0.0690188780426979,-0.04462810605764389,0.01752915047109127,0.0026917755603790283,0.15601444244384766 +207,3.1125801614854236,0.07537435660225159,-0.9776364714968706,0.02892606146633625,-0.07530300319194794,0.9967411756515503,-0.38109004497528076,-0.0352538526058197,0.1241239607334137,0.013752775266766548,0.02645961195230484,0.03899502754211426 +208,3.103686929932781,0.08897945736094612,-0.9898287395175054,0.03774673491716385,-0.0888620913028717,0.9953286647796631,0.2722157835960388,-0.1178680881857872,0.007845712825655937,-0.025966942310333252,-0.016087882220745087,-0.15669012069702148 +209,3.106724166787659,0.07391869802760807,-0.9880422336602452,0.03476622328162193,-0.07385139912366867,0.9966630935668945,-0.5149456262588501,0.42187365889549255,0.011765768751502037,0.046914078295230865,0.03375130146741867,0.13886547088623047 +210,3.111057591031896,0.09580917178153445,-0.9937072379396801,0.030390294268727303,-0.0956626608967781,0.9949496388435364,0.03516105189919472,-0.13944999873638153,0.08663609623908997,-0.007914107292890549,-0.013590246438980103,-0.0377659797668457 +211,3.1089043992308056,0.08663693017152815,-0.9950538471167899,0.03255985304713249,-0.08652859181165695,0.9957171082496643,0.2582903206348419,-0.06492601335048676,-0.07987657189369202,0.01054622232913971,0.010173611342906952,-0.06592285633087158 +212,3.1080331023072,0.07229600148030106,-0.9897930222578986,0.03346559777855873,-0.07223303616046906,0.9968260526657104,-0.1731233298778534,0.12897442281246185,-0.03512944281101227,0.015194673091173172,0.021238170564174652,0.1035308837890625 +213,3.0972725025070904,0.0796413445116437,-0.9925188912560271,0.04416520521044731,-0.07955718040466309,0.9958513975143433,0.13374122977256775,-0.28174933791160583,0.06588912755250931,0.005883615463972092,0.01705719530582428,-0.06753724813461304 +214,3.0831872005422274,0.05138280403492962,-0.9964628473146468,0.05829521268606186,-0.051360197365283966,0.9969773292541504,0.2547864615917206,0.05374784767627716,-0.04360974580049515,-0.01953788846731186,-0.015824250876903534,-0.02346658706665039 +215,3.0907723767802953,0.04126211545069703,-0.9946611641993269,0.05075516924262047,-0.041250407695770264,0.9978588819503784,-0.11885865032672882,0.04623265936970711,0.02794807031750679,0.022822722792625427,0.027685340493917465,0.12697327136993408 +216,3.093324494823443,0.061723750969409984,-0.9989792373960703,0.04815752059221268,-0.06168456748127937,0.996932864189148,-0.07097882032394409,-0.07510159909725189,0.060297951102256775,-0.00877460092306137,-0.009940177202224731,-0.0700991153717041 +217,3.083172213205536,0.04162368481286429,-0.9975997786138466,0.058336637914180756,-0.04161166772246361,0.9974292516708374,0.5718437433242798,-0.2535695433616638,-0.11792734265327454,-0.0044883787631988525,0.009781837463378906,-0.06832170486450195 +218,3.074695161413472,0.02564102074913869,-0.9890613720013818,0.06682565063238144,-0.025638211518526077,0.997435450553894,-0.3616349399089813,0.10872141271829605,-0.02196519449353218,0.040458910167217255,0.01919899694621563,0.10939157009124756 +219,3.066173637032843,0.04011726760721505,-0.9942073655258813,0.07528693228960037,-0.04010650888085365,0.9963552951812744,0.0006033238023519516,-0.02112342044711113,0.05991050601005554,-0.0008850619196891785,-0.0007717981934547424,-0.07818794250488281 +220,3.0702092807166217,0.020965248483159428,-0.9974047120307834,0.07130709290504456,-0.02096371352672577,0.997234046459198,0.3091048300266266,0.00043793441727757454,-0.014877909794449806,-0.0030850470066070557,-0.004274323582649231,0.04506325721740723 +221,3.072191479900181,0.02689910429092913,-0.9981363448199699,0.06932038068771362,-0.026895860210061073,0.9972317218780518,-0.3663272559642792,0.07178027182817459,0.059723496437072754,0.00022917985916137695,0.01835094392299652,0.09741842746734619 +222,3.075314635609571,0.05188107328008233,-1.0057544356914974,0.06614040583372116,-0.051857803016901016,0.9964621067047119,0.31775322556495667,-0.35047242045402527,0.07214687019586563,-0.013375505805015564,0.007424194365739822,-0.1812610626220703 +223,3.0516141409593183,0.008533663794391555,-1.0101381258145845,0.08985387533903122,-0.008533560670912266,0.9959183931350708,0.01607591100037098,0.1551946997642517,-0.01955718919634819,-0.0014292001724243164,0.0015145167708396912,0.1204451322555542 +224,3.0517650784322727,0.009345720589926004,-1.0083222143989392,0.08970291167497635,-0.0093455845490098,0.9959247708320618,0.20756062865257263,-0.2731533348560333,-0.03151976317167282,-0.024746239185333252,-0.0036854231730103493,-0.004622220993041992 +225,3.041385609374439,-0.0017915245761534093,-1.0033539298198049,0.1000392735004425,0.0017915236530825496,0.9949820041656494,0.007772272452712059,0.03991348296403885,-0.10166022181510925,0.005719408392906189,-0.005041647702455521,-0.019411206245422363 +226,3.04257512953913,-0.01183890823416193,-0.9950922895369257,0.09884888678789139,0.011838631704449654,0.9950321912765503,0.19271129369735718,-0.0684683620929718,-0.0679791122674942,0.02157348394393921,0.029894156381487846,0.010827302932739258 +227,3.0437609510976764,-0.013188375993921643,-0.9955614812742959,0.09766723215579987,0.013187993317842484,0.9951318502426147,-0.1883428394794464,0.12940770387649536,0.017842592671513557,-0.006206035614013672,-0.0006757881492376328,0.055817365646362305 +228,3.0526244084439216,0.005071037888244202,-0.9922725366587404,0.08884977549314499,-0.005071016028523445,0.9960321187973022,-0.033606138080358505,0.007166936527937651,-0.03206261992454529,-0.001630544662475586,0.006886810064315796,-0.023177504539489746 +229,3.0505686816564372,0.0030280843276549187,-0.9899198283478569,0.09089793264865875,-0.0030280796345323324,0.9958558082580566,1.2233853340148926e-05,-0.0007558711804449558,-0.016628175973892212,0.0003954097628593445,0.010199710726737976,0.01000368595123291 +230,3.0497466372970083,0.0020151817795693227,-0.9869522544521757,0.09171676635742188,-0.0020151804201304913,0.995783269405365,0.0538100004196167,-0.06429389864206314,-0.0339561402797699,0.013217948377132416,-0.01277058944106102,0.004384756088256836 +231,3.0506249162944075,0.003431993041869094,-0.9807153644307198,0.09084180742502213,-0.0034319863189011812,0.9958596229553223,0.0008021099492907524,0.025715090334415436,-0.03773929551243782,0.02674243599176407,0.018599219620227814,-0.00017762184143066406 +232,3.049307049768794,0.0035785381134996147,-0.9816348573061452,0.09215407818555832,-0.003578530391678214,0.9957383275032043,-0.11768436431884766,0.0831611379981041,-0.008630571886897087,-0.02176528424024582,0.000496257096529007,0.007603287696838379 +233,3.0506605271267624,0.0017728663359576763,-0.977412159099174,0.09080672264099121,-0.0017728654202073812,0.9958670139312744,-0.020805031061172485,0.05775008723139763,-0.0752028375864029,-0.005113363265991211,-0.020062461495399475,0.023694753646850586 +234,3.0576286586699544,0.002849682850414012,-0.969835624252034,0.08386502414941788,-0.002849678974598646,0.996472954750061,0.05075310915708542,0.07373914122581482,-0.07714705169200897,0.008481152355670929,0.006420232355594635,-0.011075735092163086 +235,3.0666618218456514,0.0023117374574485126,-0.9653970476033156,0.07486054301261902,-0.002311735413968563,0.9971914291381836,-0.27194109559059143,0.2425442636013031,0.04553072899580002,0.04185393452644348,0.03632357716560364,0.0933542251586914 +236,3.0869352071212925,0.03728343643252593,-0.9778773488306695,0.05459227412939072,-0.0372748002409935,0.997812807559967,-0.22464783489704132,0.09440900385379791,0.17772945761680603,-0.012188099324703217,0.0094427689909935,-0.052484989166259766 +237,3.078067186017196,0.030184155252050468,-0.9848382183578763,0.06345382332801819,-0.030179571360349655,0.9975281953811646,0.25296175479888916,-0.10139364004135132,-0.05019168555736542,-0.05525986850261688,-0.04469529911875725,-0.07475310564041138 +238,3.078721159425693,0.014919554714137752,-0.9733857638427905,0.06282307952642441,-0.01491900160908699,0.9979130625724792,-0.05831943079829216,0.018359020352363586,-0.08459299802780151,0.0396549254655838,0.01723834127187729,0.1043207049369812 +239,3.0873408112639407,0.03411107975863392,-0.9693474540969487,0.054193682968616486,-0.03410446643829346,0.9979477524757385,-0.3291018605232239,0.18067634105682373,0.05109035596251488,0.03673342987895012,0.019166119396686554,0.004936039447784424 +240,3.103634161639616,0.04484001462686502,-0.9760609489114793,0.03791123256087303,-0.0448249913752079,0.9982752203941345,0.15619878470897675,0.12707215547561646,-0.06183907017111778,-0.04573899134993553,-0.009206384420394897,-0.0783076286315918 +241,3.1152762594920023,0.041662807847075815,-0.9749732841681039,0.026290515437722206,-0.04165075719356537,0.9987860321998596,-0.2454531490802765,0.11991988122463226,0.07233434915542603,0.04591406509280205,0.037729259580373764,0.16266697645187378 +242,3.115364407019632,0.08272253706068393,-0.9876301943003328,0.026135560125112534,-0.08262822031974792,0.9962376356124878,-0.574571967124939,0.17270147800445557,0.14669348299503326,0.003725888207554817,0.005739189684391022,-0.04090017080307007 +243,3.1243542266540274,0.08152498239979808,-0.9941108698163077,0.017180319875478745,-0.0814347043633461,0.9965304732322693,0.7612879276275635,-0.19399085640907288,-0.040038153529167175,-0.024794457480311394,-0.029740825295448303,-0.17347151041030884 +244,3.1185398704099248,0.05062821168778959,-0.9881844285825935,0.023021208122372627,-0.050606586039066315,0.9984533786773682,-0.34019139409065247,0.017378687858581543,-0.04267603158950806,0.012821685522794724,0.027703143656253815,0.20787596702575684 +245,3.098643764077474,0.08334276205346748,-0.9904468611740601,0.04278666153550148,-0.08324631303548813,0.9956101775169373,-0.355815589427948,-0.13936680555343628,0.08139015734195709,0.00550740584731102,0.010141447186470032,-0.04065406322479248 +246,3.0987228571357033,0.08535841909117169,-0.9924837083143933,0.0427006259560585,-0.08525480329990387,0.9954436421394348,0.2641697824001312,0.1393570750951767,-0.044565413147211075,-0.0159367136657238,-0.018871165812015533,-0.12746280431747437 +247,3.111194610624624,0.06015692304525261,-0.9835548110675617,0.030338386073708534,-0.06012064591050148,0.997730016708374,0.005007452331483364,0.05322504788637161,0.012819870375096798,0.044460199773311615,0.011567182838916779,0.20249581336975098 +248,3.1144155783557226,0.09315656610299801,-0.9875079544540739,0.027055909857153893,-0.09302188456058502,0.9952965378761292,-0.2726753354072571,-0.12750551104545593,0.04899156466126442,-0.021578006446361542,-0.003367885947227478,-0.06487655639648438 +249,3.115949299534092,0.08764193042767948,-0.986657841608475,0.025542136281728745,-0.08752977848052979,0.9958345293998718,0.529065728187561,0.12008895725011826,-0.006775105372071266,-0.009596697986125946,-0.011637099087238312,-0.13610851764678955 +250,3.1361224692012835,0.07419670455042614,-0.9777961663201942,0.005455107893794775,-0.0741286426782608,0.9972338676452637,-0.3249455392360687,0.17576134204864502,0.003914264962077141,0.029731659218668938,0.0385756641626358,0.19707167148590088 +251,3.122929785473617,0.09814381758280596,-0.980132073305912,0.018571974709630013,-0.09798633307218552,0.9950142502784729,-0.09571866691112518,-0.2321336269378662,0.036056846380233765,0.0005777981132268906,0.005457065999507904,-0.0769084095954895 +252,3.114266493973526,0.07330182604915765,-0.9821559082796677,0.02724938839673996,-0.07323619723320007,0.9969423413276672,0.4672985374927521,0.13464586436748505,-0.0402153804898262,-0.02485375665128231,-0.028356827795505524,-0.08196425437927246 +253,3.1389184739539426,0.06611053142493124,-0.9691898729475176,0.0026683351024985313,-0.06606238335371017,0.997812032699585,-0.2795729339122772,0.2076636552810669,-0.04209732264280319,0.037599608302116394,0.04027502238750458,0.1611999273300171 +254,3.1328930267451613,0.09721559873731656,-0.9706374106766348,0.008658438920974731,-0.09706254303455353,0.9952404499053955,-0.2090875804424286,-0.16477036476135254,0.06050761789083481,0.01078125648200512,0.009049862623214722,-0.060395658016204834 +255,3.1294479715839407,0.09397903177872245,-0.9742174060901262,0.012090794742107391,-0.09384075552225113,0.995513916015625,0.39338043332099915,0.07602863758802414,0.033317551016807556,0.012674221768975258,-0.004456385970115662,-0.17993152141571045 +256,-3.1364784578837055,0.07236907231077908,-0.9682634864885432,-0.0051007880829274654,-0.07230591773986816,0.997369647026062,-0.27078428864479065,0.21359463036060333,0.0016190940514206886,0.027088701725006104,0.002176523208618164,0.21175217628479004 +257,-3.138724172534895,0.10311254257533231,-0.9706388479987785,-0.0028532412834465504,-0.10292991995811462,0.9946843981742859,-0.24818743765354156,-0.1230873167514801,0.037215325981378555,-0.00526443449780345,0.010125979781150818,-0.02433234453201294 +258,-3.137211360886467,0.09957639393689953,-0.9727855400431878,-0.00435957545414567,-0.09941191971302032,0.995036780834198,0.5159022808074951,0.035623908042907715,-0.0024860985577106476,0.012126300483942032,0.006195977330207825,-0.14240622520446777 +259,-3.1221611685447344,0.08035464393012175,-0.9744318949370587,-0.01936757005751133,-0.08026819676160812,0.9965853095054626,-0.2197818011045456,0.22588756680488586,-0.005146419629454613,-0.03239024430513382,0.01241234689950943,0.14341425895690918 +260,-3.118196914819934,0.10321346729568957,-0.9761198210905688,-0.023269103839993477,-0.10303030908107758,0.9944058060646057,-0.2741444408893585,0.017811276018619537,-0.04828735068440437,-0.032623838633298874,-0.01702582836151123,-0.018240272998809814 +261,-3.126896203509135,0.09004859236725893,-0.9689720290493481,-0.014636380597949028,-0.08992694318294525,0.9958409667015076,0.22709520161151886,0.05093108490109444,0.048766788095235825,0.05539260059595108,0.02611466497182846,0.020440340042114258 +262,-3.10399546171083,0.08753641567776203,-0.9698901826945786,-0.03744442015886307,-0.08742466568946838,0.9954673647880554,-0.2028818279504776,0.6748481392860413,0.0228594858199358,-0.01495426893234253,-0.003258340060710907,0.1200113296508789 +263,-3.016592953584114,0.1238450296736322,-0.9676623748818887,-0.12371953576803207,-0.12352868914604187,0.9845983386039734,-0.6866551637649536,1.7178919315338135,-0.004524510353803635,-0.012205734848976135,-0.003409154713153839,0.07066887617111206 +264,-2.7409845284580094,0.25807640037269086,-0.9958583647222701,-0.3770633041858673,-0.2552211284637451,0.8903287053108215,-1.9120509624481201,3.7236745357513428,0.04870082437992096,0.10153540968894958,0.04606896638870239,0.09738785028457642 +265,-2.202620383219565,0.45294657706763736,-1.161928733466612,-0.7255799174308777,-0.43761688470840454,0.5310607552528381,-4.024222373962402,6.17627477645874,-0.14821875095367432,0.2090698480606079,0.14028412103652954,0.36881113052368164 +266,-1.3770963611317721,0.5122507772740188,-1.7173302670388262,-0.8553425669670105,-0.4901403486728668,-0.1677834838628769,-5.495520114898682,4.923103332519531,0.5351438522338867,0.20717984437942505,0.1658453345298767,0.01891876757144928 +267,-0.9123542186940002,0.3538616605416817,-2.080465311110819,-0.7419406175613403,-0.3465227782726288,-0.5739738941192627,-2.485159158706665,1.190323829650879,0.014880187809467316,0.07307165861129761,0.06464722752571106,0.04276973009109497 +268,-0.8602229126311379,0.11581730075943275,-2.2602354654332744,-0.7529099583625793,-0.11555854976177216,-0.6478987336158752,-1.8444124460220337,0.5213980078697205,0.48581984639167786,-0.042668044567108154,-0.08271414041519165,-0.03503882884979248 +269,-0.9163670043698179,0.07817264293183478,-2.285354907484142,-0.7909724712371826,-0.07809305191040039,-0.6068476438522339,-0.8599798083305359,-1.2615834474563599,-0.24462439119815826,-0.08262372016906738,-0.006867885589599609,0.04150950908660889 +270,-0.9709245833375532,0.0499696260644792,-2.3167338256507635,-0.8243777751922607,-0.049948833882808685,-0.5638319849967957,-0.3013416826725006,-2.0274605751037598,0.23012427985668182,-0.03948330879211426,-0.043053507804870605,-0.12450724840164185 +271,-1.0916582478292767,0.03762669842677413,-2.3592582582775368,-0.8867644667625427,-0.037617821246385574,-0.46068814396858215,-0.3455032408237457,-0.7557325959205627,-0.05660240724682808,0.04437255859375,-0.01577267050743103,-0.08038848638534546 +272,-1.1594178069070071,-0.03192682654510873,-2.3874445700626765,-0.9161033034324646,0.031921401619911194,-0.3996694087982178,-0.13626933097839355,-0.379061222076416,0.5242908000946045,-0.002002716064453125,0.019882168620824814,-0.03969213366508484 +273,-1.165798575024856,-0.047393308139623454,-2.384336413903586,-0.9180713295936584,0.04737556725740433,-0.3935742974281311,-0.29940253496170044,-0.37579241394996643,-0.11414015293121338,-0.043247759342193604,-0.036587588489055634,0.012028217315673828 +274,-1.1950281707623227,-0.045186765528582085,-2.3971941043504907,-0.9292765259742737,0.04517139121890068,-0.36661261320114136,0.08097286522388458,-0.08171571791172028,0.11122889816761017,0.020203590393066406,-0.008443474769592285,0.024174869060516357 +275,-1.2285009686318713,-0.05289609981561374,-2.384092260973886,-0.9406691789627075,0.05287143588066101,-0.33518069982528687,0.3051162660121918,-0.5963836908340454,-0.03427568078041077,0.01591026782989502,0.05558803677558899,-0.062112390995025635 +276,-1.278701675220374,-0.037264176228066895,-2.35313381204934,-0.9569780826568604,0.03725555166602135,-0.2877589166164398,-0.11990386247634888,-0.04640970751643181,0.06984725594520569,0.0169755220413208,-0.08588531613349915,0.08242133259773254 +277,-1.3170682343817528,0.011345778028188322,-2.384903861930908,-0.9679210782051086,-0.011345534585416317,-0.25099828839302063,-0.16108845174312592,-0.4799129068851471,-0.4979301989078522,0.011362850666046143,0.0010305941104888916,0.031012296676635742 +278,-1.3083469342540728,-0.00425512310696099,-2.382347188258057,-0.9657487273216248,0.004255110397934914,-0.2594445049762726,-0.000680629163980484,-0.0012090662494301796,-0.12240000069141388,-0.06533348560333252,0.0028249621391296387,-0.013779401779174805 +279,-1.3169393612264126,0.016621805750187114,-2.39328030803865,-0.9678171873092651,-0.016621040180325508,-0.251104474067688,-0.02567392587661743,-0.043794866651296616,-0.22861924767494202,0.017530381679534912,-0.010600626468658447,-0.007898211479187012 +280,-1.3232780303073148,0.015280512128231472,-2.3954463007388345,-0.9694101810455322,-0.015279917046427727,-0.24497002363204956,-0.024779541417956352,-0.22507984936237335,0.018111487850546837,0.0326274037361145,-0.024362415075302124,0.016118720173835754 +281,-1.3258339969185327,0.013315935021476962,-2.396685854069918,-0.9700605273246765,-0.013315541669726372,-0.24249829351902008,-0.04270672798156738,0.0738041028380394,-0.03016791120171547,-0.08165162801742554,-0.004323603585362434,0.013280719518661499 +282,-1.3189237181255773,0.0299413802446151,-2.3884837229248124,-0.9680134057998657,-0.029936905950307846,-0.24910622835159302,0.13027025759220123,0.03736601769924164,-0.03799603134393692,0.06554758548736572,-0.009400248527526855,0.001959562301635742 +283,-1.3173801557389349,0.02085168892012014,-2.386165907322667,-0.9678511023521423,-0.020850177854299545,-0.25065797567367554,0.016754932701587677,0.02991415373980999,0.05746486783027649,-0.02166604995727539,-0.014092443510890007,-0.007017165422439575 +284,-1.3168399612147965,0.021057308123082433,-2.3839726457625674,-0.9677115082740784,-0.02105575241148472,-0.25117969512939453,-0.011031746864318848,0.027558892965316772,0.07958892732858658,0.01414400339126587,-0.008866727352142334,0.005940437316894531 +285,-1.3197923990268952,0.01849023210176091,-2.382867368299282,-0.9684979915618896,-0.018489178270101547,-0.2483340948820114,0.039226412773132324,-0.04383253678679466,0.04054395109415054,0.0042951107025146484,-0.0038191676139831543,-0.007479548454284668 +286,-1.3187556089554713,0.016426074497566227,-2.3773512911733157,-0.9682750105857849,-0.01642533577978611,-0.24934710562229156,-0.010810364969074726,0.07826443761587143,0.04714376479387283,-0.028017163276672363,-0.007332593202590942,0.03070390224456787 +287,-1.3199339609276086,0.02468139999553285,-2.3756194162162774,-0.968403697013855,-0.024678893387317657,-0.24816381931304932,0.07469481974840164,-0.08582914620637894,-0.17767471075057983,0.0056656599044799805,-0.0066321492195129395,-0.0027974843978881836 +288,-1.328728921238937,0.03162054079670918,-2.3749601693372537,-0.9703591465950012,-0.03161527216434479,-0.23959043622016907,0.01973843201994896,-0.08664298057556152,0.00874057225883007,0.038443922996520996,-0.00987335667014122,0.0076720863580703735 +289,-1.3309813608802659,0.030754937171266764,-2.375842320200076,-0.9709226489067078,-0.030750088393688202,-0.23741057515144348,-0.003185219131410122,0.025669872760772705,-0.09340560436248779,-0.049279987812042236,0.010226994752883911,-0.017975807189941406 +290,-1.3269893696348447,0.04127568500236451,-2.374361882958132,-0.9695994257926941,-0.041263967752456665,-0.24119311571121216,0.0022593471221625805,0.0850415825843811,0.06667647510766983,0.11312365531921387,-0.0063739679753780365,0.04133351147174835 +291,-1.3456019461458562,0.03183063535365046,-2.380304981900883,-0.9742569327354431,-0.03182525932788849,-0.22318272292613983,-0.05566108226776123,-0.2751685380935669,-0.009267818182706833,-0.04249715805053711,-0.010060098022222519,-0.014671310782432556 +292,-1.3399301387000147,0.031925567519521345,-2.3820880708211263,-0.9729726314544678,-0.03192014619708061,-0.22870424389839172,-0.001997603103518486,0.15484242141246796,-0.024583637714385986,-0.03949391841888428,0.012663539499044418,0.006368368864059448 +293,-1.3429585812932907,0.03835968344818894,-2.3829757483699794,-0.9734405279159546,-0.03835027664899826,-0.22570553421974182,0.01905275695025921,-0.1051180362701416,0.0009918948635458946,0.07172226905822754,-0.004206512123346329,-0.013704925775527954 +294,-1.352949291612917,0.04260395554874711,-2.378742822379646,-0.9754791259765625,-0.042591068893671036,-0.2159319519996643,0.02152898907661438,0.08700142800807953,0.057087354362010956,-0.0492706298828125,0.0014838874340057373,0.015294134616851807 +295,-1.3473465668845006,0.044877654753924176,-2.37546735036146,-0.9741570949554443,-0.04486259073019028,-0.2213718444108963,0.026736201718449593,-0.0548076257109642,-0.16765694320201874,0.012319207191467285,-0.010938797146081924,0.01031222939491272 +296,-1.348307414042856,0.04583630871213932,-2.377977073414304,-0.9743269085884094,-0.04582025855779648,-0.22042612731456757,-0.043468743562698364,-0.05436989665031433,0.06983180344104767,0.045219242572784424,-0.008089035749435425,0.01859813928604126 +297,-1.3471770440270077,0.039783576621376396,-2.381582590749857,-0.9743295311927795,-0.039773084223270416,-0.2215847373008728,-0.08994480222463608,0.08801000565290451,0.03965961933135986,-0.05501300096511841,0.003838632255792618,-0.013553187251091003 +298,-1.3495678657049075,0.05549311859323682,-2.3848349391008066,-0.9741267561912537,-0.05546464025974274,-0.2190905213356018,-0.02789187803864479,0.11322268843650818,-0.07426255941390991,0.04533958435058594,-0.011185731738805771,0.0279131680727005 +299,-1.3465217652486063,0.05522699363938259,-2.3854792734790546,-0.9734691977500916,-0.055198922753334045,-0.22206006944179535,0.010479993186891079,-0.08987217396497726,-0.05573146045207977,0.021015644073486328,-0.006614413112401962,-0.0014048665761947632 +300,-1.3408291725316368,0.049422631178990636,-2.3863859114448798,-0.9724849462509155,-0.04940251260995865,-0.2276672124862671,0.005702298600226641,0.1313716024160385,0.13276013731956482,-0.0031009912490844727,0.0042365193367004395,0.00728452205657959 +301,-1.3079631068711615,0.02770906716087162,-2.380089896569011,-0.9652871489524841,-0.027705522254109383,-0.25971782207489014,0.009829463437199593,0.4779937267303467,0.26938095688819885,-0.022505879402160645,-0.002705249935388565,-0.008882671594619751 +302,-1.2783425590333592,0.030102012380873146,-2.3711673013850723,-0.9571056365966797,-0.030097465962171555,-0.2881720960140228,0.22326672077178955,0.41397401690483093,-0.18496936559677124,0.012479662895202637,-0.01775411143898964,0.006021767854690552 +303,-1.237658173175346,0.03815266262823837,-2.351062729762704,-0.944333016872406,-0.03814340755343437,-0.3267722725868225,0.18935169279575348,0.8055498003959656,0.0024901339784264565,-0.0031919479370117188,-0.020374029874801636,0.04919964075088501 +304,-1.1827660984798412,0.044375422003032426,-2.353615240022885,-0.9247449636459351,-0.04436086118221283,-0.3779933750629425,-0.16289004683494568,0.2716573476791382,-0.014004014432430267,-0.013441681861877441,-0.022442132234573364,0.004290342330932617 +305,-1.0905782307388647,0.05682596927019253,-2.3685627501510136,-0.8854625821113586,-0.0567953921854496,-0.4612269103527069,-0.02500617504119873,1.4569228887557983,-0.30409738421440125,-0.007252871990203857,-0.0006692111492156982,0.0016627311706542969 +306,-0.9126228478602577,0.13104782784903035,-2.37651330030964,-0.7843274474143982,-0.13067305088043213,-0.6064280867576599,0.49860161542892456,1.5580769777297974,-0.4929351806640625,0.006037652492523193,0.04041732847690582,0.019208908081054688 +307,-0.7736403057774697,0.16699607243131412,-2.3459758161719577,-0.689023494720459,-0.16622096300125122,-0.7054198980331421,-0.26526662707328796,0.5335204005241394,0.24008898437023163,0.015134334564208984,0.021079376339912415,-0.00609743595123291 +308,-0.7465876472055091,0.14191984963082926,-2.349941628975937,-0.6723101139068604,-0.14144392311573029,-0.7266310453414917,-0.020207159221172333,0.4613765478134155,0.08569377660751343,-0.017387092113494873,0.005701735615730286,0.017951905727386475 +309,-0.7035733116981774,0.16116351604500032,-2.3395668374382246,-0.6385629773139954,-0.1604667603969574,-0.7526538372039795,0.24119900166988373,0.6003769636154175,0.03352246806025505,0.01782017946243286,0.004064157605171204,0.04829287528991699 +310,-0.6166412442217546,0.15992714890534993,-2.307372726913371,-0.5709185600280762,-0.1592462807893753,-0.8054145574569702,0.17090962827205658,0.9942312240600586,0.39290571212768555,-0.031147480010986328,-0.063120037317276,0.0018104314804077148 +311,-0.49379514618018,0.11902324549463879,-2.3413681988366615,-0.47061777114868164,-0.11874242126941681,-0.8743106722831726,-0.41933536529541016,1.0830694437026978,-0.030269581824541092,0.02048349380493164,0.002775624394416809,-0.028292477130889893 +312,-0.427919392952944,0.09590801429116882,-2.3381376904065325,-0.4130716025829315,-0.09576104581356049,-0.9056498408317566,-0.05240114405751228,0.5310242176055908,0.12410151958465576,-0.02230742573738098,0.00780940055847168,-0.05025219917297363 +313,-0.39760060380110934,0.11716678387749757,-2.3234643815611005,-0.3845524787902832,-0.11689888685941696,-0.9156713485717773,0.5430134534835815,-0.24472573399543762,0.08648128807544708,-0.025817394256591797,-0.006361603736877441,-0.02840512990951538 +314,-0.37803640134216554,0.12370960827794442,-2.2956010263521303,-0.36627548933029175,-0.12339430302381516,-0.9222885370254517,0.0387212336063385,0.30136755108833313,0.07497379928827286,-0.06287795305252075,-0.013889022171497345,-0.01777493953704834 +315,-0.38495921849209963,0.18750436363873438,-2.2941997116632535,-0.3689393997192383,-0.18640758097171783,-0.9105690121650696,0.2597677409648895,-0.17664802074432373,-0.22923588752746582,-0.013461112976074219,0.036566272377967834,0.11584550142288208 +316,-0.3539276044800375,0.180588479404267,-2.3136504902350206,-0.34094852209091187,-0.1796085089445114,-0.922764778137207,0.26533806324005127,0.3897497057914734,-0.33955004811286926,0.002829045057296753,0.0024234652519226074,-0.0912427306175232 +317,-0.24313342435427138,0.21203573336151038,-2.331632834557915,-0.2353534698486328,-0.21045047044754028,-0.9488515853881836,0.26098230481147766,2.4048471450805664,-0.5217785835266113,-0.027433395385742188,-0.05567806959152222,-0.0986185073852539 +318,-0.1633803656079892,0.3421494370541994,-2.35002363890071,-0.1532263308763504,-0.3355126976966858,-0.9294906854629517,1.8162117004394531,-2.0804977416992188,0.11688727885484695,0.1275763064622879,0.08613833785057068,0.05388033390045166 +319,-0.20539450421821456,0.48311364054185413,-2.3613010918392185,-0.1806114912033081,-0.46453872323036194,-0.8669390082359314,0.9565590620040894,1.1964268684387207,-0.5306618213653564,-0.1279517412185669,0.09880080819129944,0.026637494564056396 +320,-0.18734597249457008,0.6136839690013918,-2.350702815155375,-0.1522669494152069,-0.575883150100708,-0.803226888179779,2.3061745166778564,-1.1872048377990723,-0.4604491591453552,-0.1500554382801056,0.026353120803833008,-0.15934330224990845 +321,-0.2882715480423756,0.8718555469175395,-2.3769378887463213,-0.18291780352592468,-0.76552414894104,-0.616858184337616,1.2881884574890137,0.8776472806930542,-0.6137133240699768,0.06991121172904968,-0.004800558090209961,0.2714449167251587 +322,-0.1576080950807615,0.9188522483148259,-2.406370583324682,-0.09523060917854309,-0.7949057817459106,-0.5992127656936646,0.5786807537078857,0.24670901894569397,-0.009807450696825981,0.07035879790782928,0.06526100635528564,0.04196178913116455 +323,-0.14474743610631127,0.9454543649637664,-2.399731732975609,-0.08443588763475418,-0.8107630014419556,-0.5792528986930847,-0.0962444394826889,0.16082188487052917,-0.05673708766698837,-0.0019440874457359314,0.018221557140350342,0.11469906568527222 +324,-0.1442322827646306,0.925430648441386,-2.4044520879277638,-0.086453877389431,-0.798879861831665,-0.5952450037002563,-0.5069109201431274,0.15130887925624847,0.03645222261548042,0.0221380814909935,0.017507851123809814,0.07443207502365112 +325,-0.17462261505308777,0.8855295874190988,-2.38421807876255,-0.10995429009199142,-0.7742502689361572,-0.6232548952102661,-0.16771112382411957,-0.31863829493522644,0.24604962766170502,0.01728767156600952,-0.010158300399780273,-0.023137927055358887 +326,-0.1902159164662864,0.8435745434174557,-2.375814786328785,-0.12569373846054077,-0.7470242381095886,-0.6528061628341675,-0.5075252652168274,0.12056145071983337,0.14040429890155792,0.02858680486679077,0.011367499828338623,-0.0017195940017700195 +327,-0.18141083299927513,0.8035429884241558,-2.361523426391742,-0.12523868680000305,-0.7198200225830078,-0.6827695965766907,-0.5726838707923889,0.5008757710456848,0.08352316170930862,-0.04968804121017456,-0.027448594570159912,0.04563891887664795 +328,-0.15705778067612475,0.7790331923631949,-2.36552590803006,-0.11130234599113464,-0.7025917768478394,-0.7028347253799438,-0.009925412014126778,-0.023960528895258904,-0.00660034641623497,-0.00979141891002655,-0.012465596199035645,0.04473841190338135 +329,-0.13971780816416426,0.748271668550623,-2.371896356376495,-0.10206159949302673,-0.6803731322288513,-0.7257243990898132,-0.2723444402217865,0.029995940625667572,0.04023333638906479,-0.007465988397598267,-0.004471838474273682,-0.015593409538269043 +330,-0.13884083082957488,0.7338466316906951,-2.367447157367702,-0.1027727797627449,-0.669731080532074,-0.7354576587677002,-0.16224345564842224,0.0811445415019989,0.06294199079275131,-0.0066785141825675964,0.00583648681640625,-0.00831669569015503 +331,-0.13919182044272704,0.7377892443470278,-2.3692155968999087,-0.10266377031803131,-0.6726536750793457,-0.7328009605407715,0.09474214166402817,-0.01237314660102129,0.0828230157494545,0.008852735161781311,0.013428211212158203,-0.005526065826416016 +332,-0.1456013512060129,0.7393710097708843,-2.362059227229236,-0.10720403492450714,-0.6738232970237732,-0.7310742139816284,-0.04793279618024826,-0.07814446091651917,-0.002478424459695816,-0.0013164877891540527,-0.0013781189918518066,0.03562438488006592 +333,-0.1467370487045584,0.7441842514472331,-2.3829714718652815,-0.10755879431962967,-0.6773719191551208,-0.727735161781311,-0.09440921247005463,-0.0579366609454155,-0.2400004267692566,0.0036922097206115723,0.0013923048973083496,0.010938286781311035 +334,-0.14172460291593625,0.7462204263098835,-2.389685289491317,-0.10371468216180801,-0.6788684129714966,-0.7268981337547302,0.042138613760471344,-0.044049981981515884,0.04849883168935776,0.014603354036808014,0.019169986248016357,0.035308837890625 +335,-0.15324676295328377,0.7446337742517534,-2.384255384358043,-0.11224733293056488,-0.6777025461196899,-0.726718544960022,0.08552886545658112,-0.17691121995449066,0.060755398124456406,0.01097474992275238,0.001967132091522217,-0.018673300743103027 +336,-0.1622980289892841,0.7472180626102989,-2.376838547938232,-0.11853697150945663,-0.6796005964279175,-0.72394198179245,0.05201055854558945,-0.1726827621459961,0.017545707523822784,-0.02072998881340027,0.0005692839622497559,0.02347201108932495 +337,-0.17274689596255294,0.7421912639963274,-2.377110189334685,-0.12668034434318542,-0.6759044528007507,-0.726020097732544,-0.04969204589724541,-0.0557122565805912,0.0073781684041023254,0.006532639265060425,0.002640962600708008,-0.015572309494018555 +338,-0.18059279989531815,0.7407150801442918,-2.3710930718678895,-0.13255175948143005,-0.6748157739639282,-0.7259846925735474,-0.05607259273529053,0.011990574188530445,0.06184887886047363,-0.0013746321201324463,0.009715676307678223,0.022615551948547363 +339,-0.18544455437622853,0.7342811853047584,-2.366931362906552,-0.13687019050121307,-0.6700537204742432,-0.7295851707458496,-0.027814378961920738,-0.06896176189184189,0.07138897478580475,-0.0024730563163757324,-0.00021904706954956055,-0.009687840938568115 +340,-0.1901452331802497,0.7347489236916231,-2.3609540246922243,-0.1402389407157898,-0.670400857925415,-0.7286258339881897,0.014957343228161335,0.011459952220320702,0.011312301270663738,-0.02158050239086151,0.0060027241706848145,0.008456826210021973 +341,-0.19228977461101315,0.7305314109402068,-2.3571263902968878,-0.1423402726650238,-0.6672655344009399,-0.7310922741889954,-0.049880385398864746,-0.028300562873482704,0.04660265892744064,0.0028139203786849976,0.0017992854118347168,0.007993578910827637 +342,-0.1989302412844559,0.7303833298366811,-2.3518552200136114,-0.14721141755580902,-0.6671552062034607,-0.7302278876304626,-0.0004949308931827545,0.0009233609307557344,0.01906171441078186,-0.013311028480529785,0.007044732570648193,0.001178145408630371 +343,-0.2008720792395269,0.7285252196660317,-2.3492879863061007,-0.14887620508670807,-0.6657699346542358,-0.7311540246009827,0.04092501103878021,-0.037683695554733276,0.005628599785268307,-0.0055732280015945435,0.0026077628135681152,0.004912018775939941 +344,-0.21802182262294542,0.7388130040662084,-2.3460411738214533,-0.15990279614925385,-0.6734108924865723,-0.7217679023742676,0.07476681470870972,-0.05995776131749153,-0.033781811594963074,-0.02420973777770996,-0.0023093223571777344,0.0047422051429748535 +345,-0.22130872951123237,0.739932869685914,-2.3461953253060557,-0.1621086597442627,-0.6742383241653442,-0.7205021977424622,-0.006722556427121162,-0.03712345287203789,0.027896907180547714,0.013350725173950195,0.013166546821594238,0.025998413562774658 +346,-0.23212685066821848,0.7376528371785047,-2.3416644618723597,-0.17024673521518707,-0.672552764415741,-0.7202005982398987,0.008934159763157368,-0.04159466549754143,0.05238228291273117,-0.005168303847312927,0.008810698986053467,-0.01901143789291382 +347,-0.23018827521007637,0.7331140421267254,-2.3384790656822174,-0.169544979929924,-0.6691868901252747,-0.7234938740730286,-0.05532345920801163,0.062123462557792664,0.0440441332757473,0.0023544281721115112,0.010098755359649658,0.015318214893341064 +348,-0.23714847510623224,0.7338352483466212,-2.332031280870478,-0.17446307837963104,-0.6697226762771606,-0.7218270301818848,-0.03175697848200798,0.05460523068904877,-0.019019892439246178,-0.023092463612556458,-0.002640664577484131,0.0023598670959472656 +349,-0.2397186938948465,0.732401274008559,-2.3281398658212926,-0.17654559016227722,-0.6686570644378662,-0.7223083972930908,-0.015078908763825893,0.03508702665567398,0.019329871982336044,-0.006651431322097778,0.00035268068313598633,0.01518559455871582 +350,-0.24047593502977407,0.7311645600869614,-2.3280319404048635,-0.17728930711746216,-0.6677370071411133,-0.7229771018028259,-0.010533845983445644,0.012877508997917175,-0.013110075145959854,-0.008059203624725342,-0.003939628601074219,-0.012389779090881348 +351,-0.23715066041339972,0.7306698611282773,-2.3288800149137323,-0.17496182024478912,-0.6673686504364014,-0.7238836288452148,-0.020173698663711548,0.005757779814302921,-0.027282610535621643,-0.0015060752630233765,0.0012767314910888672,0.019736289978027344 +352,-0.24166287260664174,0.7326339602056735,-2.3283259924328332,-0.17791229486465454,-0.6688300967216492,-0.7218126654624939,-0.010130892507731915,-0.013103688135743141,-0.015815861523151398,-0.006078183650970459,0.00102919340133667,0.0040850043296813965 +353,-0.239985632699932,0.7321902763113153,-2.328487491338235,-0.17677190899848938,-0.6685001850128174,-0.7223982214927673,0.043427277356386185,-0.03419803828001022,0.01659986563026905,0.00501897931098938,0.004178285598754883,-0.003096163272857666 +354,-0.23852353264576462,0.7331815899249036,-2.3284900019416077,-0.17555885016918182,-0.6692370772361755,-0.7220116257667542,0.09008312970399857,-0.0334574393928051,-0.00460221990942955,-0.00499841570854187,0.0004596114158630371,-0.00871652364730835 +355,-0.232796262097086,0.7323181012433068,-2.3318589624542603,-0.1715540885925293,-0.6685952544212341,-0.7235673069953918,-0.030642585828900337,-0.019808568060398102,0.002051309682428837,0.012450695037841797,0.012085795402526855,0.021678268909454346 +356,-0.23406708613952645,0.7287996044435944,-2.333473137288243,-0.17301802337169647,-0.6659746766090393,-0.7256324887275696,0.021391164511442184,-0.028821337968111038,-0.014799745753407478,-0.007356122136116028,-0.007227897644042969,-0.037520527839660645 +357,-0.2195957262067832,0.7330089329051404,-2.356869999896379,-0.1618873029947281,-0.6691088080406189,-0.7253178358078003,-0.16138722002506256,0.27842551469802856,-0.32337138056755066,-0.023049235343933105,-0.017689287662506104,-0.03128921985626221 +358,-0.17254954215173088,0.7485175502942141,-2.394422831468926,-0.12580037117004395,-0.6805533170700073,-0.7218181490898132,0.07560044527053833,0.08138813823461533,-0.21481457352638245,0.051947832107543945,0.041820406913757324,0.08244436979293823 +359,-0.1853343978175307,0.7404227516659059,-2.381874313983181,-0.13602890074253082,-0.6746000647544861,-0.7255417704582214,-0.12293057888746262,-0.19553644955158234,0.2951410412788391,0.03147569298744202,0.041451871395111084,0.06501936912536621 +360,-0.22337474355020132,0.7255130200165337,-2.3573114933287562,-0.16573353111743927,-0.6635193228721619,-0.7295714020729065,-0.01584126055240631,-0.13312497735023499,0.013206482864916325,-0.07765941321849823,-0.06842941045761108,-0.0969666838645935 +361,-0.22172379849932267,0.7344080780548524,-2.367365547050635,-0.16322441399097443,-0.6701479554176331,-0.724057674407959,-0.0546615868806839,-0.10474428534507751,-0.2144983559846878,-0.010557949542999268,0.006772100925445557,0.043973445892333984 +362,-0.25074924396132925,0.7043576857157066,-2.403089882847639,-0.18908178806304932,-0.6475445032119751,-0.7381965517997742,-0.5690756440162659,-0.9972138404846191,-0.19602718949317932,-0.0008138269186019897,-0.007133781909942627,0.038535356521606445 +363,-0.33517508502589316,0.6427005019650813,-2.4549526272466218,-0.26330554485321045,-0.5993593335151672,-0.7559356093406677,-0.15545833110809326,-1.4027944803237915,0.08201949298381805,0.04719531536102295,-0.021475017070770264,-0.12503057718276978 +364,-0.5341134973240257,0.6656760433902014,-2.4668220025564223,-0.400389701128006,-0.6175909638404846,-0.6769559979438782,-0.29134589433670044,-1.47679603099823,-0.3409966826438904,0.10365208983421326,0.041281819343566895,0.03691089153289795 +365,-0.6958168332655736,0.5814204776393853,-2.712793488870291,-0.5356836318969727,-0.5492115616798401,-0.6414123773574829,-2.441737651824951,-1.8569365739822388,-1.974913477897644,0.02832883596420288,0.05841261148452759,0.2283874750137329 +366,-0.8015703347982577,0.5909772308177574,-3.017057015134951,-0.5965978503227234,-0.5571727752685547,-0.577606737613678,-1.3310790061950684,-3.723154306411743,-1.6189286708831787,0.1430761218070984,0.04707139730453491,0.09965568780899048 +367,-1.024959634389671,0.6003212581463259,-3.1261383420512434,-0.7052537202835083,-0.5649076104164124,-0.4283650815486908,0.21257323026657104,-0.8085682988166809,-0.12706342339515686,0.1030808687210083,-0.028247356414794922,0.029393553733825684 +368,-1.1348115117795867,0.5518952503829772,-3.05661776390632,-0.7718753218650818,-0.524302065372467,-0.3596048653125763,-0.03371308743953705,-1.0314154624938965,0.694358229637146,0.10676008462905884,-0.009572446346282959,0.010651618242263794 +369,-1.2114026661830686,0.5352142854815418,-3.051308002543828,-0.8052040338516235,-0.5100253820419312,-0.30252382159233093,0.33031296730041504,-1.0782195329666138,-0.2518802285194397,0.014081597328186035,0.04112279415130615,0.00915837287902832 +370,-1.2941119665816598,0.5469655119032357,-3.0158432728907822,-0.8216220736503601,-0.5200978517532349,-0.23331432044506073,0.24459373950958252,-0.016697850078344345,0.7163816094398499,0.03846460580825806,-0.029462754726409912,-0.01696041226387024 +371,-1.2958834525713567,0.5373688160559836,-2.9922169189060197,-0.8267999291419983,-0.5118774175643921,-0.23320269584655762,0.19579178094863892,0.006373588927090168,-0.22856514155864716,0.010073184967041016,0.030020058155059814,0.0054499804973602295 +372,-1.2939140418683424,0.537783646166321,-2.9712624566825068,-0.8261346817016602,-0.5122337341308594,-0.2347724586725235,0.08141039311885834,0.16775336861610413,0.25412315130233765,0.018349647521972656,-0.01691049337387085,0.0066077858209609985 +373,-1.2915313674131959,0.5259604898897631,-2.94809009344419,-0.8313366770744324,-0.5020439028739929,-0.23839299380779266,0.20834507048130035,0.09646281599998474,-0.062141962349414825,-0.028694450855255127,0.008696794509887695,0.008839800953865051 +374,-1.288499477373134,0.5322892079772841,-2.9354041203783643,-0.8275418877601624,-0.5075071454048157,-0.24002252519130707,0.1671006828546524,0.10856711119413376,0.2199227660894394,0.011013627052307129,-0.01298534870147705,-0.009168729186058044 +375,-1.2892967880263817,0.5348878834055222,-2.922014504394639,-0.8264632225036621,-0.5097445845603943,-0.23899544775485992,-0.0021951720118522644,-0.055982302874326706,-0.3680788576602936,0.00782930850982666,0.009073257446289062,-0.007159337401390076 +376,-1.2853810435838169,0.5391813032279766,-2.921559330781089,-0.8234134316444397,-0.5134336352348328,-0.24161139130592346,-0.02760026790201664,0.06171075627207756,0.11395169794559479,-0.005092978477478027,-0.008416891098022461,-0.003963574767112732 +377,-1.2838336140168864,0.5414907710071054,-2.9176895672484986,-0.8218992948532104,-0.5154140591621399,-0.24254906177520752,0.06752068549394608,0.02040897123515606,-0.0807875245809555,0.0019682645797729492,0.013705074787139893,-0.00941932201385498 +378,-1.282929282479376,0.5423904221967587,-2.912728722634757,-0.8212345242500305,-0.5161848068237305,-0.2431604564189911,0.054904259741306305,-0.04179220646619797,-0.010531773790717125,0.023138880729675293,0.0022382736206054688,0.0015223026275634766 +379,-1.2840629658246518,0.5458230708376034,-2.9138590549637216,-0.8198055028915405,-0.5191217660903931,-0.2417268007993698,-0.043781619518995285,0.006393510848283768,-0.00569562241435051,-0.013660192489624023,-0.010724484920501709,-0.002841085195541382 +380,-1.2785209820273695,0.5415379749188652,-2.9165583760885125,-0.8205758333206177,-0.5154545307159424,-0.24690505862236023,-0.026375610381364822,0.033909767866134644,0.13658669590950012,0.026981472969055176,0.005215883255004883,-0.005353271961212158 +381,-1.2755705659431855,0.5560473787862311,-2.9242879051471915,-0.8126024007797241,-0.5278331637382507,-0.24712282419204712,-0.004109539091587067,0.059813473373651505,-0.24028632044792175,-0.0025374889373779297,0.012620091438293457,-0.0016412436962127686 +382,-1.262669715953973,0.5724885537978142,-2.9238214410174845,-0.8009681105613708,-0.5417255163192749,-0.2549186050891876,0.19085583090782166,0.19195154309272766,-0.2279442548751831,0.019809722900390625,-0.0024486184120178223,-0.016245275735855103 +383,-1.2314219123292938,0.6526999960339541,-2.9419651224276535,-0.7491341233253479,-0.6073336005210876,-0.2644692063331604,0.11208666861057281,0.323142409324646,-1.2275512218475342,-0.032771944999694824,0.021960675716400146,-0.0024222731590270996 +384,-1.1567903843799316,0.789876189236402,-2.941683256225487,-0.6444626450538635,-0.71026611328125,-0.28317832946777344,1.011008620262146,0.9487256407737732,-1.2852678298950195,0.032112181186676025,0.068389892578125,0.0077571868896484375 +385,-1.1325741181541906,0.900564974290668,-2.9577835518096216,-0.5624718070030212,-0.7836779952049255,-0.26358020305633545,0.0022892127744853497,-0.1155288964509964,-0.9664309620857239,0.015032172203063965,0.019777119159698486,0.01913437247276306 +386,-1.0837688410923976,0.9687775270531115,-3.019453100816875,-0.5004616379737854,-0.8241940140724182,-0.26503247022628784,-0.2605857849121094,0.09131520986557007,-0.3763000965118408,-0.0035361051559448242,-0.09279811382293701,0.030932128429412842 +387,-1.0333354728760011,0.9564056130542489,-3.0554662258037952,-0.495186448097229,-0.8171248435974121,-0.295122891664505,-0.1147240698337555,-0.0011465661227703094,0.07358603924512863,0.050743699073791504,0.05909872055053711,-0.024991273880004883 +388,-1.0454009356827503,0.9621001219344846,-3.047424332666326,-0.4946776032447815,-0.8203942179679871,-0.2867884635925293,0.013964153826236725,-0.06064816936850548,-0.03399715572595596,-0.02152729034423828,-0.03846210241317749,0.006972759962081909 +389,-1.0368167946700189,0.9348091212079342,-3.0504326294926654,-0.5112841725349426,-0.8044857382774353,-0.30230966210365295,-0.13823460042476654,0.07343760132789612,0.22134017944335938,0.005317986011505127,0.025661945343017578,-0.016644805669784546 +390,-1.0441303956622912,0.942509965261378,-3.0416836271147054,-0.5081105828285217,-0.8090358972549438,-0.2954394221305847,0.1571115404367447,-0.04584652557969093,-0.05637983977794647,0.001457810401916504,-0.012100517749786377,-0.013184815645217896 +391,-1.011203979704493,0.9415739230559165,-3.067255642516135,-0.4987509548664093,-0.8084853887557983,-0.3124085068702698,-0.792553722858429,0.25479021668434143,0.39954879879951477,0.061357736587524414,-0.20486605167388916,0.12007147073745728 +392,-0.947261201312054,0.8769660055555499,-3.138237343938948,-0.5191475749015808,-0.7688022255897522,-0.3734017610549927,-0.3539431393146515,-0.16893145442008972,-0.04188811406493187,0.09457182884216309,0.20550882816314697,-0.043529361486434937 +393,-0.969355888827601,0.8626595295327684,-3.1324186207367095,-0.536284863948822,-0.7595750689506531,-0.36802738904953003,0.2608376443386078,-0.19560672342777252,-0.09429952502250671,-0.0729832649230957,0.05957818031311035,-0.08041313290596008 +394,-0.9855741705216825,0.8894660736276652,-3.1187716180868743,-0.5250169634819031,-0.7767356038093567,-0.34790661931037903,0.014220191165804863,0.120547354221344,-0.09654378890991211,-0.049735844135284424,-0.10111773014068604,0.02394726872444153 +395,-0.974240927099316,0.8808747356380243,-3.1181704978711053,-0.5265416502952576,-0.7712959051132202,-0.3575701415538788,0.09177632629871368,0.023921051993966103,0.006508322432637215,0.05664724111557007,0.10541772842407227,-0.024647265672683716 +396,-1.0056510220789043,0.9093762081078692,-3.0871489890439765,-0.5187308192253113,-0.7891207337379456,-0.3289482593536377,0.3874932527542114,-0.1367161124944687,-0.28521624207496643,0.004799544811248779,0.008740484714508057,-0.0037848949432373047 +397,-1.0328317126470348,0.9274933299952565,-3.0587991356357316,-0.5151159763336182,-0.8001188635826111,-0.30735233426094055,0.02010534703731537,-0.0026551298797130585,0.052110686898231506,-0.025914907455444336,-0.07005941867828369,0.016092538833618164 +398,-1.030497350182512,0.9391613644118776,-3.060693328737977,-0.5063562393188477,-0.8070632219314575,-0.30373072624206543,0.00727776437997818,0.03598865866661072,-0.03157874569296837,0.04122251272201538,0.02729332447052002,0.00871729850769043 +399,-1.0454145415491396,0.9315778234442607,-3.042939691586996,-0.5161107778549194,-0.8025622367858887,-0.29920494556427,0.2441968321800232,-0.05782834067940712,-0.09312707185745239,-0.008913576602935791,0.05134153366088867,-0.02693641185760498 +400,-1.050974568861082,0.9550431819694442,-3.0390565147382924,-0.5012803673744202,-0.8163386583328247,-0.28689539432525635,-0.047722287476062775,0.05235784128308296,-0.1130889281630516,-0.025101959705352783,-0.09216952323913574,0.035949379205703735 +401,-1.0395071101243134,0.9420520057382793,-3.050306882126497,-0.5070586800575256,-0.8087666630744934,-0.29797306656837463,-0.07562727481126785,-0.011321743950247765,0.035026490688323975,0.029031336307525635,0.07884728908538818,-0.03501942753791809 +402,-1.052725369740707,0.952088595509605,-3.041174357585886,-0.5038752555847168,-0.8146286010742188,-0.28721049427986145,0.10887860506772995,-0.0746431052684784,-0.11373543739318848,-0.025696218013763428,-0.025291383266448975,0.0018558800220489502 +403,-1.0456404505557293,0.9557567455879646,-3.047905951279252,-0.4992389976978302,-0.8167505860328674,-0.289273202419281,-0.2359660267829895,0.055771492421627045,-0.025638578459620476,0.0018787384033203125,-0.07002925872802734,0.031231790781021118 +404,-1.0310112398336466,0.94605336950423,-3.060501995121973,-0.501728892326355,-0.8111134767532349,-0.30060461163520813,0.06588078290224075,0.015217997133731842,0.02312309294939041,0.03734290599822998,0.11812031269073486,-0.04157376289367676 +405,-1.0482037508293713,0.9473922202771947,-3.036332760059938,-0.5058809518814087,-0.8118958473205566,-0.2913922071456909,0.2002071589231491,0.010596043430268764,-0.03652238845825195,-0.03292208909988403,-0.04869973659515381,0.004603296518325806 +406,-1.047153542496336,0.9553271594079547,-3.0351504149735122,-0.49997979402542114,-0.8165026903152466,-0.28869280219078064,-0.13510382175445557,0.03430526703596115,0.02030784636735916,0.01912960410118103,-0.04932677745819092,0.04104268550872803 +407,-1.0494467274434935,0.9509832058789547,-3.0362582658367145,-0.5037113428115845,-0.8139870166778564,-0.28930923342704773,0.0662013590335846,-0.09687155485153198,0.058447666466236115,0.03688395023345947,0.0817025899887085,-0.031201571226119995 +408,-1.065407582354706,0.9571739865546607,-3.019357983714668,-0.5038458704948425,-0.8175675272941589,-0.27878808975219727,0.181305393576622,0.03551078960299492,-0.033435266464948654,-0.03373652696609497,-0.04078519344329834,0.011301517486572266 +409,-1.0624003539620246,0.9494831535148951,-3.0168997463953,-0.5084826350212097,-0.8131147623062134,-0.28335434198379517,-0.0839843600988388,0.026964060962200165,0.07582280039787292,0.023756682872772217,0.00661158561706543,0.010084658861160278 +410,-1.0714147609736009,0.9579104192115326,-3.012189245210795,-0.5049828290939331,-0.8179913759231567,-0.27546802163124084,0.06897611916065216,-0.05568622425198555,-0.02566695585846901,0.0008171200752258301,0.015607833862304688,-0.01222124695777893 +411,-1.0698662008410966,0.9565931082434606,-3.0113702559106805,-0.5055001974105835,-0.8172329068183899,-0.2767668068408966,-0.10656008124351501,0.03039727173745632,0.015165825374424458,-0.0034719109535217285,-0.05224335193634033,0.024050742387771606 +412,-1.065308099873653,0.9576388691989647,-3.01802434420396,-0.5034855008125305,-0.8178351521492004,-0.2786541283130646,0.04018464684486389,-0.022415271028876305,-0.04618285596370697,0.025992214679718018,0.056589365005493164,-0.014863967895507812 +413,-1.0740483415306519,0.9591555204718069,-3.008239410250282,-0.504810631275177,-0.8187069296836853,-0.27365148067474365,0.0960906371474266,-0.015263405628502369,-0.008371995761990547,-0.004802346229553223,-0.026004374027252197,0.014038443565368652 +414,-1.0659654239419643,0.9575181431349902,-3.0174793097900996,-0.5037549138069153,-0.8177656531333923,-0.27837082743644714,-0.12677320837974548,0.04232477396726608,0.033352553844451904,0.0001843571662902832,0.012742459774017334,-0.005320549011230469 +415,-1.0783158092237544,0.9577837366060638,-3.0009185873278996,-0.5069628953933716,-0.8179184794425964,-0.2720254361629486,0.26796257495880127,-0.015223836526274681,0.0688367486000061,0.018803775310516357,0.04693770408630371,-0.019997209310531616 +416,-1.0960327666691931,0.96640922362765,-2.980008963370738,-0.5054091215133667,-0.8228505253791809,-0.25976675748825073,0.04224221408367157,-0.03481140360236168,-0.22385449707508087,-0.0250016450881958,-0.10875958204269409,0.04824942350387573 +417,-1.080075808908302,0.9625730120910314,-3.002053020011017,-0.503980278968811,-0.8206645250320435,-0.2692837119102478,-0.172723650932312,-0.012264970690011978,0.07074146717786789,0.03393322229385376,0.06851303577423096,-0.018390238285064697 +418,-1.0866307109009332,0.9639488444491184,-3.000477507346758,-0.5047346949577332,-0.8214499354362488,-0.26544857025146484,0.14536815881729126,-0.030321486294269562,-0.027732372283935547,-0.02527928352355957,0.014153122901916504,-0.022271156311035156 +419,-1.0878203797747672,0.9714014736279404,-2.9965507719434785,-0.4996144473552704,-0.8256771564483643,-0.2619974613189697,-0.028064683079719543,-0.008695051074028015,-0.10377959907054901,0.0028798580169677734,-0.06403231620788574,0.04071450233459473 +420,-1.0833397613597697,0.9740816843258668,-3.011982705807639,-0.4964783787727356,-0.8271862268447876,-0.26319587230682373,-0.0371389240026474,-0.15729671716690063,-0.14459426701068878,0.012805312871932983,0.05826538801193237,-0.025240987539291382 +421,-1.11760274060844,0.9943403979600539,-3.0054183782389394,-0.49003466963768005,-0.8383996486663818,-0.23864686489105225,0.24418964982032776,-0.16357287764549255,-0.3025244176387787,-0.007874906063079834,0.08226549625396729,0.03729185461997986 +422,-1.1519522282518055,1.0215738501263754,-2.9788616904327476,-0.476900190114975,-0.8529306650161743,-0.21230968832969666,0.037983253598213196,-0.017678910866379738,-0.21098794043064117,-0.02169594168663025,-0.06917315721511841,0.05468644201755524 +423,-1.137099458757358,1.0311148887673647,-3.000771429341142,-0.46628856658935547,-0.8578724265098572,-0.2159396857023239,0.00780651718378067,-0.12494222074747086,-0.25646957755088806,0.0066175758838653564,0.08324474096298218,-0.026553019881248474 +424,-1.154202356149211,1.0654360655398314,-2.998030066016643,-0.4427168071269989,-0.8750001192092896,-0.19589929282665253,0.176957905292511,-0.1445777714252472,-0.3379272520542145,0.006544321775436401,-0.021545231342315674,0.004981294274330139 +425,-1.1550611136511184,1.0924997720197045,-3.0122282687935993,-0.4210619032382965,-0.8877802491188049,-0.18588490784168243,0.028894692659378052,-0.15624581277370453,-0.21878781914710999,0.008998334407806396,0.011605322360992432,0.00697559118270874 +426,-1.1552296735086343,1.097470786044576,-3.027622713621784,-0.41705045104026794,-0.8900572657585144,-0.18402999639511108,0.017843671143054962,-0.053646355867385864,-0.11022656410932541,-0.012377619743347168,0.005322158336639404,-0.001776278018951416 +427,-1.142377387246069,1.111375651019534,-3.0497021060888976,-0.40335366129875183,-0.8963095545768738,-0.18421515822410583,-0.16983629763126373,-0.06389235705137253,-0.05797910690307617,0.028551936149597168,-0.02419227361679077,0.03226815164089203 +428,-1.128468433473102,1.1036077202449182,-3.077603701164528,-0.40703245997428894,-0.8928380012512207,-0.19278176128864288,-0.039405204355716705,-0.1520843505859375,-0.08926299214363098,-0.011210918426513672,0.09985405206680298,-0.04226462543010712 +429,-1.1420955213087056,1.1303959302303217,-3.0706500598252084,-0.3877241015434265,-0.9045810699462891,-0.17720910906791687,0.0784299224615097,-0.025904444977641106,-0.2851884365081787,-0.005067646503448486,-0.08965110778808594,0.04258084297180176 +430,-1.1007636683617261,1.1235349552383265,-3.119935535497805,-0.3855952322483063,-0.901634931564331,-0.1958850771188736,-0.32637572288513184,-0.1233658641576767,0.0035987738519906998,0.020864397287368774,0.015343427658081055,0.0022357702255249023 +431,-1.0716905086103587,1.1291442699524816,3.1122930543118206,-0.3752911686897278,-0.9040467739105225,-0.2045869678258896,-0.05945094674825668,-0.1205354705452919,-0.020086044445633888,-0.008314728736877441,0.08468043804168701,-0.02994057536125183 +432,-1.073420278672377,1.1285704188211116,3.1085416723162385,-0.3761006295681,-0.9038013219833374,-0.2041851431131363,-0.07145775854587555,-0.051985736936330795,-0.11869759857654572,-0.0030192136764526367,-0.0841442346572876,0.0351330041885376 +433,-1.0292356003022343,1.119089497741647,3.047174957958828,-0.37404072284698486,-0.8997033834457397,-0.2250053733587265,-0.36098912358283997,-0.17428898811340332,-0.045269329100847244,0.026582837104797363,0.039351820945739746,0.008300065994262695 +434,-1.0215674330146407,1.1032279635841842,3.0109084707328733,-0.3844287693500519,-0.8926669359207153,-0.2352876216173172,-0.004741603508591652,-0.1372392326593399,0.08464407920837402,-0.00621148943901062,0.03466522693634033,-0.016879141330718994 +435,-1.0268984288926997,1.0997848952129887,3.0112138181279495,-0.38830554485321045,-0.8911097645759583,-0.23482410609722137,-0.17096422612667084,-0.029587160795927048,0.07439728081226349,0.0011442601680755615,-0.0663946270942688,0.02655687928199768 +436,-1.0154884310696122,1.085570526604819,2.9968820805590086,-0.3963247835636139,-0.8845696449279785,-0.2458926886320114,-0.0686640590429306,-0.034483037889003754,0.03731345012784004,0.01148289442062378,0.058870792388916016,-0.024508357048034668 +437,-1.0415239986774534,1.0839807293145292,3.030591629811031,-0.4038049578666687,-0.8838270306587219,-0.23620164394378662,0.2795553207397461,0.0629814863204956,0.010135889053344727,-0.013065099716186523,0.005882143974304199,-0.006077378988265991 +438,-1.0429423220531469,1.0830857643674958,3.0355583805010267,-0.4048229157924652,-0.8834080100059509,-0.23602712154388428,-0.18386182188987732,-0.008965912275016308,0.14666298031806946,0.01981315016746521,-0.07514911890029907,0.03143727779388428 +439,-1.0323647786781243,1.0833848259030585,3.0178930568716775,-0.4020768702030182,-0.8835481405258179,-0.24016036093235016,0.01269858330488205,-0.017272301018238068,-0.06573864072561264,-0.013130038976669312,0.08816850185394287,-0.029904961585998535 +440,-1.0386478436575473,1.0813993399312956,3.030454926231158,-0.4050886332988739,-0.8826165199279785,-0.23851890861988068,0.05490715056657791,0.05361570045351982,-0.00730009563267231,-0.0021226704120635986,-0.043805599212646484,0.012612581253051758 +441,-1.0297793288037629,1.0783352418129473,3.0231518815516982,-0.40527382493019104,-0.8811719417572021,-0.24349375069141388,-0.12274783849716187,-0.016625365242362022,-0.02570330910384655,0.01228371262550354,-0.0040514469146728516,0.011178672313690186 +442,-1.027471090955714,1.069818383258832,3.018858025812724,-0.4111199676990509,-0.8771132826805115,-0.2482994943857193,0.0032013151794672012,-0.00020128954201936722,0.23629963397979736,0.011797487735748291,0.07727807760238647,-0.026816487312316895 +443,-1.0489137359671064,1.043953798478808,3.0489317131993605,-0.43587419390678406,-0.8643989562988281,-0.2506556808948517,-0.1046375036239624,0.03575760871171951,0.13704803586006165,-0.032356977462768555,-0.07126998901367188,0.019713878631591797 +444,-1.0206063227240973,1.0214843773560773,3.026730606534017,-0.4450515806674957,-0.8528839349746704,-0.2729797959327698,-0.39212656021118164,0.08620560169219971,0.3226831555366516,0.03558197617530823,-0.0076811909675598145,0.018570035696029663 +445,-1.0237106142152292,0.982733027258798,3.029790816738763,-0.47378143668174744,-0.83201664686203,-0.288581520318985,0.10815553367137909,-0.1900661587715149,0.09698010236024857,0.0559958815574646,0.1130683422088623,-0.024299949407577515 +446,-1.0388171014434495,1.002474243980811,3.035272878702917,-0.46383941173553467,-0.8428052663803101,-0.27300602197647095,-0.06402707099914551,0.050871413201093674,0.04778418317437172,-0.04783356189727783,-0.11857473850250244,0.030345499515533447 +447,-1.0209802646336652,0.9794644002369095,3.024207502799058,-0.47530806064605713,-0.8301988840103149,-0.29129359126091003,-0.09797734767198563,0.0482989102602005,-0.0244993157684803,0.017544418573379517,0.06982296705245972,-0.012417346239089966 +448,-1.029036939802288,0.9853894697486374,3.02851670895833,-0.47341662645339966,-0.833487331867218,-0.2849133610725403,0.121048703789711,-0.09063701331615448,0.009259299375116825,0.030865967273712158,0.04628640413284302,-0.002150237560272217 +449,-1.0423361103906135,0.9933364772282502,3.041098355769101,-0.4714285731315613,-0.8378520011901855,-0.2752437889575958,0.03664596378803253,0.03573329746723175,-0.1493644416332245,-0.07007536292076111,-0.08196300268173218,0.005651503801345825 +450,-1.0256526479331909,0.9899060471559189,3.02982019866148,-0.46922582387924194,-0.835974395275116,-0.28455880284309387,-0.14522138237953186,0.05460678040981293,0.13092967867851257,0.05856606364250183,0.030752956867218018,0.014035791158676147 +451,-1.0339004009968562,0.9917258649485516,3.0335658386582183,-0.47024884819984436,-0.8369717001914978,-0.27990058064460754,0.07468003779649734,-0.09715151786804199,-0.08122170716524124,-0.020809471607208252,0.028057515621185303,-0.02262014150619507 +452,-1.0286373770265058,0.9974593181215614,3.0307126653058414,-0.46465110778808594,-0.8400955200195312,-0.2798910140991211,-0.06330633163452148,0.09162294864654541,-0.016126232221722603,-0.01490214467048645,-0.05927276611328125,0.026076316833496094 +453,-1.0196651365124092,0.9916431277799541,3.0237542474156274,-0.46627601981163025,-0.8369264006614685,-0.2866024971008301,-0.011673690751194954,-0.012034235522150993,-0.024603839963674545,0.018262743949890137,0.059765756130218506,-0.022037029266357422 +454,-1.024876814269766,0.9963902408749692,3.030811331884174,-0.4643626809120178,-0.8395151495933533,-0.2821025848388672,0.1358005553483963,0.022853359580039978,-0.04631275311112404,-0.02709248661994934,-0.006477952003479004,0.0095195472240448 +455,-1.016990685871947,0.9981654715821834,3.0292242350048304,-0.4608549475669861,-0.8404783606529236,-0.28497135639190674,-0.11670535057783127,0.09592107683420181,0.06649050116539001,0.005212306976318359,-0.035803258419036865,0.010328441858291626 +456,-1.0180687011222505,0.9908600322564175,3.034021664462535,-0.46637532114982605,-0.8364975452423096,-0.28769034147262573,0.10540845990180969,-0.05988747254014015,0.09023725241422653,0.06862449645996094,0.11501634120941162,-0.016157835721969604 +457,-1.049642328715555,1.0042370796181153,3.0602656171960554,-0.4654785096645355,-0.8437527418136597,-0.26722896099090576,0.20213688910007477,-0.06258811056613922,-0.2151852548122406,-0.06317755579948425,-0.09745526313781738,0.023622363805770874 +458,-1.0335110412244135,0.9951404993115923,3.0487612153258254,-0.4676818251609802,-0.8388354778289795,-0.27861931920051575,-0.23060284554958344,0.09891893714666367,0.10751780867576599,0.023986786603927612,0.029326200485229492,0.01125478744506836 +459,-1.0315191912007984,0.9960513873053624,3.041949358485006,-0.46647000312805176,-0.8393309712409973,-0.2791577875614166,0.09517131000757217,-0.08675164729356766,0.014431415125727654,0.030495941638946533,0.058737218379974365,-0.020830005407333374 +460,-1.0161990593766508,1.0068992427586714,3.020450177820352,-0.4543715715408325,-0.8451786041259766,-0.281459778547287,-0.12537159025669098,0.07030075788497925,-0.13192631304264069,-0.05235755443572998,-0.08048057556152344,0.019130706787109375 +461,-1.0016072385874044,0.9920287848844807,3.0110277781786294,-0.4607527554035187,-0.8371374607086182,-0.29480117559432983,-0.03834420442581177,-0.00674978643655777,0.10085485875606537,0.05903467535972595,0.11478638648986816,-0.02088788151741028 +462,-1.0024358058035323,1.003435446825701,3.0046940399928816,-0.45291951298713684,-0.843322217464447,-0.2892606258392334,0.025089245289564133,-0.00890684686601162,-0.15254387259483337,-0.04309797286987305,-0.01455754041671753,0.01069614291191101 +463,-0.9785652545275765,1.0100438618481875,2.988393220466501,-0.44125255942344666,-0.8468551635742188,-0.2968710958957672,-0.10279428213834763,0.14787666499614716,-0.0130741186439991,-0.02085980772972107,-0.07175439596176147,0.024791628122329712 +464,-0.972094023354352,0.9998470346881537,2.987915294001421,-0.4464324414730072,-0.8413883447647095,-0.30457112193107605,-0.07876194268465042,-0.008504543453454971,0.0847211629152298,0.06032410264015198,0.08409470319747925,-0.006769150495529175 +465,-0.9645922293399628,1.014373195692394,2.982034216229293,-0.4340445101261139,-0.8491496443748474,-0.3009159564971924,0.06924011558294296,0.06439526379108429,-0.20277974009513855,-0.01709693670272827,-0.09362995624542236,0.029217928647994995 +466,-0.9510680438773982,1.005212485057571,2.968750457209339,-0.4362492561340332,-0.8442758321762085,-0.3112633526325226,-0.17232033610343933,-0.13580931723117828,0.15574301779270172,0.1175847053527832,0.06977027654647827,0.02474910020828247 +467,-0.9585857616170309,1.014478649492516,2.953480045092421,-0.43215566873550415,-0.8492053747177124,-0.30346590280532837,-0.04751007258892059,-0.13167306780815125,-0.03676944971084595,-0.07849490642547607,-0.05301618576049805,-0.013825327157974243 +468,-0.9511037719176814,0.9975374675494705,2.944932134514768,-0.4415223300457001,-0.8401378989219666,-0.315001904964447,-0.06372609734535217,0.035741887986660004,0.0551411509513855,0.0015046894550323486,0.05330324172973633,-0.01463368535041809 +469,-0.9713871768003821,1.0008073930557224,2.961198114818102,-0.4455498456954956,-0.8419069647789001,-0.30443075299263,0.17035681009292603,-0.13621214032173157,-0.02214430458843708,0.014931559562683105,0.03692948818206787,-0.015866518020629883 +470,-0.9664107327106406,1.0017780720619056,2.957457982214989,-0.4433567225933075,-0.8424303531646729,-0.3061797022819519,-0.1320093274116516,0.06939608603715897,0.07359405606985092,-0.009692013263702393,-0.07778143882751465,0.039868056774139404 +471,-0.9745643218959046,1.0020616553373396,2.9628035172908485,-0.4456407129764557,-0.8425831198692322,-0.302420437335968,0.1265922635793686,-0.10915503650903702,0.014327002689242363,0.07088488340377808,0.11241954565048218,-0.012765109539031982 +472,-0.9875150867438711,1.0102455210902148,2.971335807533348,-0.44374924898147583,-0.8469623923301697,-0.29281604290008545,0.096271812915802,0.031314343214035034,-0.056846633553504944,-0.08724135160446167,-0.09600019454956055,0.02636706829071045 +473,-0.9677795543586858,1.0029405594418355,2.956274776129265,-0.4429682791233063,-0.8430561423301697,-0.30501678586006165,-0.19841276109218597,0.10939258337020874,0.07367156445980072,0.0005092322826385498,-0.0050882697105407715,0.011590272188186646 +474,-0.9678570532858711,1.0047083879156133,2.959030883571461,-0.4417637586593628,-0.8440055847167969,-0.30413690209388733,0.17656412720680237,-0.03578446805477142,0.08301965147256851,0.07987108826637268,0.11726003885269165,-0.02392706274986267 +475,-0.9959969307963639,1.0194272331051724,2.9813263618034056,-0.4396713376045227,-0.8518081307411194,-0.28480181097984314,0.07741349935531616,-0.06254957616329193,-0.16790910065174103,-0.0807296633720398,-0.10478061437606812,0.017177939414978027 +476,-0.9796064385028678,1.0164048477829069,2.972549708262112,-0.4370800256729126,-0.8502209186553955,-0.2934032380580902,-0.10899019986391068,0.12527091801166534,0.001107613556087017,0.011283576488494873,0.017381012439727783,-0.0005878210067749023 +477,-0.98518477970317,1.015623913787044,2.9842545418933724,-0.43926313519477844,-0.8498095870018005,-0.2913273870944977,0.13923119008541107,-0.07733143866062164,0.06461000442504883,0.07547837495803833,0.09272950887680054,-0.002892613410949707 +478,-1.005290848656828,1.0279256868383448,2.997858435725317,-0.4361712336540222,-0.8562292456626892,-0.27681419253349304,-0.05196642130613327,0.017962761223316193,0.0016221227124333382,-0.09077578783035278,-0.1328454613685608,0.01926112174987793 +479,-0.9918456517081706,1.0147191485977043,2.9984488411596817,-0.4418374001979828,-0.849332332611084,-0.2888157367706299,0.02697228267788887,0.11380411684513092,0.004467573948204517,0.059635162353515625,0.08637750148773193,-0.008394986391067505 +480,-1.0026141185710715,1.0312139544988512,3.005151185981083,-0.43305328488349915,-0.8579233288764954,-0.27646422386169434,0.1330917775630951,-0.1588602513074875,-0.23773974180221558,0.015374481678009033,-0.01979273557662964,0.009465962648391724 +481,-0.998902116604935,1.0460359904802712,2.9914718228912025,-0.42128416895866394,-0.8654440641403198,-0.2711571156978607,-0.03736260533332825,-0.011826172471046448,-0.19570451974868774,-0.07061338424682617,-0.038868069648742676,-0.0025550127029418945 +482,-0.9383666252298224,1.1092372700895756,2.919539464556687,-0.35921207070350647,-0.8953592777252197,-0.26324594020843506,0.18167179822921753,-0.011971818283200264,-0.8815867304801941,0.01129642128944397,0.0026438236236572266,0.004166960716247559 +483,-0.8368879852822529,1.2083781241662708,2.7983851089466594,-0.26326531171798706,-0.9350422024726868,-0.23746022582054138,0.3097976744174957,-0.19303958117961884,-1.129296064376831,0.04753658175468445,0.06622207164764404,-0.016552790999412537 +484,-0.7894220047890734,1.2643288811275448,2.751582235839386,-0.21418558061122894,-0.9534052610397339,-0.21246878802776337,0.06068123131990433,-0.09256426990032196,-0.18132571876049042,0.005872607231140137,-0.05504810810089111,0.020009636878967285 +485,-0.7782247063736091,1.2552901926785613,2.763524063576655,-0.21783418953418732,-0.9506394267082214,-0.22098207473754883,-0.0627138540148735,0.14016811549663544,0.17075948417186737,-0.005417197942733765,0.06630098819732666,-0.02523377537727356 +486,-0.8127524620157669,1.2635998390611278,2.8239475774327816,-0.2195885181427002,-0.9531850814819336,-0.20789216458797455,0.22301191091537476,0.012053296901285648,-0.0816987156867981,0.03179857134819031,-0.016434669494628906,0.012976408004760742 +487,-0.8128686339431902,1.2762970475907327,2.837250682364366,-0.21080516278743744,-0.9569476246833801,-0.1995302140712738,-0.10642453283071518,-0.0032546110451221466,0.05333311855792999,0.005543917417526245,-0.1007915735244751,0.04036584496498108 +488,-0.8146645710369448,1.2656857593301423,2.8505884880400862,-0.21853886544704437,-0.9538137316703796,-0.20610743761062622,0.0027492973022162914,-0.06232377886772156,-0.06848558783531189,-0.0001501142978668213,0.06634730100631714,-0.01599949598312378 +489,-0.7872620524026465,1.281775015129139,2.829189846828045,-0.20191071927547455,-0.9585232734680176,-0.20115944743156433,0.09530404955148697,-0.01353449746966362,-0.2856862246990204,-0.034524187445640564,0.0040860772132873535,-0.004254385828971863 +490,-0.6678599199909014,1.3214623901017686,2.713527901474118,-0.1528194546699524,-0.9690769910812378,-0.19374234974384308,0.05977007746696472,-0.05989619344472885,-0.5515358448028564,0.016573727130889893,-0.03731644153594971,0.01303255558013916 +491,-0.12130059133439423,1.4129471394544768,2.1374219297763077,-0.019020989537239075,-0.987567663192749,-0.15603888034820557,0.460036039352417,-0.39803123474121094,-1.9928909540176392,0.02951902337372303,0.06657779216766357,-0.03181205689907074 +492,0.6602968486892066,1.4035088633318331,1.3235008416226643,0.10212843865156174,-0.9860400557518005,-0.1315104067325592,0.27458667755126953,-0.14359967410564423,-1.413343906402588,-0.07652418315410614,0.039308369159698486,-0.0435994416475296 +493,0.9199549850371106,1.3602132053387381,1.0602451568354148,0.16629908978939056,-0.9779092073440552,-0.12664221227169037,0.022210337221622467,-0.03735961765050888,-0.4262178838253021,-0.03220483660697937,0.037021756172180176,-0.018041610717773438 +494,1.157398607013163,1.3194998397178705,0.8258100784627915,0.2277129888534546,-0.9685908555984497,-0.09989239275455475,0.2054160088300705,-0.06741324067115784,-0.6827570199966431,0.057565346360206604,-0.03461343050003052,0.03521037846803665 +495,1.2310936210542969,1.2904120734814193,0.7432093641985699,0.2609112858772278,-0.960949182510376,-0.0922066867351532,0.11985241621732712,-0.0744512751698494,-0.2404833287000656,-0.04989749193191528,0.022625207901000977,-0.017641305923461914 +496,1.2975671951775076,1.2800362977913433,0.6915541018084915,0.27604585886001587,-0.9580262899398804,-0.07735846191644669,0.11979244649410248,0.2243906557559967,-0.11729547381401062,-0.003722250461578369,-0.0001035928726196289,0.011013269424438477 +497,1.3081511334081728,1.281727285512437,0.6917265088463115,0.2752838134765625,-0.9585096836090088,-0.07401168346405029,-0.06937810033559799,-0.10454420745372772,0.012391544878482819,0.016479462385177612,0.005293309688568115,0.0011509805917739868 +498,1.335889076128445,1.2785999876012548,0.6760590713597252,0.28014498949050903,-0.9576135277748108,-0.06704588234424591,0.21604521572589874,0.2669682204723358,-0.18708254396915436,-0.032250672578811646,0.01626831293106079,-0.012986481189727783 +499,1.3996700221177605,1.2765238261193943,0.6277889105014755,0.28580689430236816,-0.9570134282112122,-0.049392156302928925,0.10508943349123001,0.016503583639860153,-0.07705630362033844,0.08406612277030945,-0.022234559059143066,0.030639059841632843 +500,1.402131184275392,1.2739940060582597,0.6229566644709263,0.28831395506858826,-0.9562765955924988,-0.049094948917627335,-0.006535280495882034,0.02407103031873703,0.08005301654338837,-0.06510835886001587,0.015587389469146729,-0.01586175709962845 +501,1.4303677544970477,1.2711122836991646,0.6057704547717115,0.2923121154308319,-0.9554297924041748,-0.04132094979286194,0.05641273409128189,0.0347524918615818,-0.12544861435890198,0.040024250745773315,-0.00410383939743042,0.014419738203287125 +502,1.43482851338127,1.272165513955854,0.601084214911984,0.2914963662624359,-0.955740213394165,-0.039880186319351196,-0.020889922976493835,-0.03474542498588562,0.11400259286165237,0.004630923271179199,0.013311684131622314,0.0017332471907138824 +503,1.4424477596543235,1.2718549168933162,0.594115739776643,0.2920866310596466,-0.9556487798690796,-0.03769611939787865,0.033866457641124725,0.010458819568157196,-0.08797555416822433,-0.0049619972705841064,-0.01143801212310791,0.010932207107543945 +504,1.4343623990194732,1.2712410745569247,0.6016087838662808,0.292353093624115,-0.9554678201675415,-0.040136225521564484,-0.06123992055654526,-0.035332001745700836,0.09155945479869843,0.00034096837043762207,0.007134079933166504,0.0024317502975463867 +505,1.4318644809488472,1.272178470971101,0.6048105927038836,0.2913648784160614,-0.9557440280914307,-0.040742333978414536,0.017090169712901115,0.04697270318865776,-0.017956379801034927,-0.0424177348613739,0.018045663833618164,-0.006559908390045166 +506,1.445955626314585,1.2695724335094467,0.5936025296707748,0.2943805158138275,-0.9549741148948669,-0.03694279119372368,-0.04746615141630173,-0.05526747182011604,-0.0006285291165113449,0.031699806451797485,-0.024441897869110107,0.026612576097249985 +507,1.4126582619176427,1.2772202767807477,0.6231284914482232,0.2857668399810791,-0.9572151899337769,-0.04557112604379654,-0.08370470255613327,-0.04700335115194321,0.18891316652297974,-0.033310145139694214,0.007981061935424805,-0.013495627790689468 +508,1.4257585626314528,1.2744849195588208,0.6147446438269508,0.28892824053764343,-0.9564200639724731,-0.04220183938741684,0.2703641951084137,0.14304837584495544,-0.5950533747673035,-0.06085515022277832,0.05714339017868042,-0.03430568799376488 +509,1.466205548843596,1.2482708755120688,0.5806655915244501,0.31523072719573975,-0.9484379887580872,-0.0330909788608551,-0.21998360753059387,0.05271460860967636,0.6552457213401794,0.08403068780899048,-0.029146850109100342,0.04206318035721779 +510,1.4037766309066204,1.283233006187704,0.6421125696213507,0.2796700894832611,-0.9589378237724304,-0.0471496544778347,0.06968493014574051,-0.044447969645261765,-0.1794372946023941,-0.08826380968093872,0.04051119089126587,-0.0374603345990181 +511,1.3685465547232698,1.2904688441990733,0.6872723699972014,0.2710310220718384,-0.9609648585319519,-0.055575814098119736,-0.4676055312156677,0.004336623940616846,0.6448764204978943,0.10532695055007935,-0.23796391487121582,0.032657090574502945 +512,1.0628014356551536,1.3081778351453137,0.9840653536998726,0.22682686150074005,-0.9657135009765625,-0.12628112733364105,-0.5591550469398499,0.041094306856393814,-0.22337132692337036,-0.17210881412029266,-0.08692926168441772,-0.008331939578056335 +513,1.1479946076051817,1.2989391521227165,0.9070209804673359,0.24487560987472534,-0.9632738828659058,-0.11017864942550659,0.40747225284576416,-0.27865350246429443,-0.40428343415260315,-0.022112593054771423,0.15614503622055054,0.10270185023546219 +514,1.1036411077875368,1.3397027004314228,0.9141448910221632,0.2045014649629593,-0.9734165072441101,-0.10314895212650299,0.21724556386470795,-0.45995646715164185,0.8810599446296692,0.05611863732337952,0.17583954334259033,0.0010066032409667969 +515,1.0063919285169274,1.3323655385898654,0.9270053889545015,0.19954842329025269,-0.9717097878456116,-0.126334547996521,-0.09509318321943283,-0.7959362268447876,-0.3296860456466675,0.06754137575626373,0.03207361698150635,-0.09519253671169281 +516,0.914869592716839,1.2924723674406804,0.9536579683156996,0.2177305817604065,-0.9615172743797302,-0.16756516695022583,-0.40665847063064575,-0.5629586577415466,-0.25941920280456543,0.017987221479415894,-0.012039363384246826,-0.08566971123218536 +517,0.6886399278526165,1.2689972125239999,1.155085560541518,0.18889132142066956,-0.9548032879829407,-0.22950103878974915,-0.522773027420044,-0.13400569558143616,0.43066614866256714,-0.04576385021209717,0.07508832216262817,-0.06755709648132324 +518,0.5727381772518726,1.2628838565467244,1.2766531912424726,0.16424429416656494,-0.9529682993888855,-0.25470611453056335,-0.15106086432933807,0.10409633070230484,0.2055230438709259,-0.011870056390762329,-0.018162071704864502,-0.011162996292114258 +519,0.5424041916956488,1.2576659266106895,1.3149738770955406,0.15900836884975433,-0.9513739347457886,-0.2638256847858429,-0.033541880548000336,-0.011594816111028194,-0.10314305871725082,0.04054608941078186,-0.006893277168273926,-0.006758451461791992 +520,0.6073513789092585,1.2440172235150284,1.2429808661817128,0.1831897348165512,-0.9470811486244202,-0.263588547706604,-0.030156010761857033,-0.04802769050002098,-0.4064774811267853,0.018958687782287598,0.043989717960357666,-0.008201003074645996 +521,0.6407370982562609,1.2158444746159534,1.2043714553421103,0.20775792002677917,-0.937663197517395,-0.27861160039901733,-0.31732839345932007,-0.008935549296438694,6.922520697116852e-05,0.03577238321304321,-0.01477515697479248,0.03305184841156006 +522,0.6153261637419567,1.1994612280455508,1.2255681214142982,0.20945164561271667,-0.9318436980247498,-0.2963058650493622,-0.04425650089979172,-0.001918453723192215,-0.06595400720834732,-0.020349502563476562,0.0009355545043945312,0.009211719036102295 +523,0.618554092204335,1.177544533155785,1.235557885490545,0.22219806909561157,-0.923667848110199,-0.3121950328350067,-0.1453993171453476,0.0840432196855545,-0.033150650560855865,0.025772497057914734,0.00551605224609375,0.024582117795944214 +524,0.6166761034853909,1.1745717813126333,1.237314908004268,0.2231983095407486,-0.922524631023407,-0.3148503303527832,-0.17559988796710968,0.02352294512093067,0.07618076354265213,-0.009132742881774902,-0.005514860153198242,-0.004348278045654297 +525,0.6239725848729551,1.174638018755196,1.2313495810669093,0.22545389831066132,-0.9225502014160156,-0.31316375732421875,0.11528006196022034,0.024986067786812782,-0.10401324182748795,0.031504109501838684,0.0421639084815979,-0.016700714826583862 +526,0.6618384617227223,1.1661549123636312,1.1966769448348111,0.241948664188385,-0.9192436337471008,-0.31056687235832214,-0.1727735549211502,0.16996800899505615,0.16751879453659058,0.018976643681526184,-0.01862245798110962,0.002781897783279419 +527,0.45747826120847696,1.1578092480102313,1.4454104223813031,0.17726975679397583,-0.9159260392189026,-0.36007609963417053,-0.718032717704773,0.5228819251060486,0.8581733107566833,0.030463382601737976,0.007143139839172363,0.020461231470108032 +528,0.14994077123426794,1.1311172723893563,1.8801114853535017,0.06358326971530914,-0.9048883318901062,-0.4208732545375824,-0.969950258731842,1.010231852531433,2.4890360832214355,0.035934560000896454,-0.0007513165473937988,0.024968713521957397 +529,-0.23023257549408524,1.0047850511020084,2.4309514947462945,-0.1223788857460022,-0.8440467119216919,-0.522119402885437,-0.8801981806755066,1.198119044303894,2.5330147743225098,0.010104715824127197,0.1198493242263794,0.006784319877624512 +530,-0.38399522663614166,0.8781876107406669,2.7460074423293728,-0.23921740055084229,-0.7695828676223755,-0.5920450091362,-0.034986045211553574,1.20464289188385,2.148360252380371,0.03713001310825348,0.06706821918487549,-0.04436856508255005 +531,-0.49490992660744276,0.8081414321564675,3.1245008357811828,-0.328117698431015,-0.7230044603347778,-0.6079500913619995,-0.15629906952381134,1.2889398336410522,2.196490526199341,-0.004035621881484985,0.03315460681915283,-0.03178989887237549 +532,-0.47493447403961714,0.6594432493148185,-3.0574636562990234,-0.36140379309654236,-0.6126769185066223,-0.7028614282608032,-0.9595239162445068,0.6058459877967834,1.2700717449188232,0.011626601219177246,0.04039609432220459,-0.029270470142364502 +533,-0.48371805160879217,0.5819389744640999,-3.0249006581372817,-0.3885219991207123,-0.5496447682380676,-0.739554762840271,-0.3820001482963562,-0.20235657691955566,0.22335729002952576,0.005526423454284668,0.0829700231552124,-0.0048604607582092285 +534,-0.5159878143350616,0.5693334008292064,-3.0002975988008598,-0.4155665338039398,-0.539070725440979,-0.7326030731201172,0.24864977598190308,0.04215281829237938,0.2168266922235489,-0.04961290955543518,-0.046500563621520996,-0.018831253051757812 +535,-0.5053439017444982,0.5598048094318974,-2.951985335698009,-0.41021350026130676,-0.5310208201408386,-0.741445779800415,-0.10105135291814804,0.3662818968296051,0.5927866101264954,-0.004962891340255737,-1.5556812286376953e-05,-0.001016378402709961 +536,-0.48204943944457906,0.47645445576930756,-2.8578565176264927,-0.4119637608528137,-0.45863139629364014,-0.787364661693573,-0.14113466441631317,1.2746527194976807,1.4703811407089233,-0.011070847511291504,0.018812090158462524,-0.0745890736579895 +537,-0.3988870904325015,0.4077305339229361,-2.732051885697766,-0.3565537929534912,-0.39652693271636963,-0.8459526300430298,0.32846391201019287,1.9745206832885742,1.6131398677825928,-0.02935624122619629,-0.006488204002380371,0.039601922035217285 +538,-0.20459166426911324,0.3920679846389381,-2.598926169743681,-0.1877511888742447,-0.38210028409957886,-0.9048474431037903,0.2984629273414612,1.7533410787582397,0.6319071054458618,0.005225569009780884,0.03952521085739136,-0.06297177076339722 +539,-0.16471607677087904,0.41167892202335876,-2.5508751447623723,-0.1502724289894104,-0.40014854073524475,-0.9040461182594299,0.10094568133354187,0.1805317997932434,0.39567258954048157,0.004200056195259094,0.0033132433891296387,-0.08649343252182007 +540,-0.14757815307227218,0.3997869789319193,-2.5232295731934555,-0.13544781506061554,-0.389222115278244,-0.9111312031745911,0.030515817925333977,1.1646833419799805,0.6314387917518616,-0.02716509997844696,0.01989838480949402,0.0078108906745910645 +541,-0.11614423988306286,0.420619953066059,-2.495151089419702,-0.10578244179487228,-0.4083264470100403,-0.9066860675811768,-0.1834896206855774,-0.012233341112732887,-0.04596671834588051,-0.02567201852798462,-0.025862395763397217,0.08460354804992676 +542,-0.11355708702365183,0.41244392220051584,-2.5075665144184387,-0.10381118208169937,-0.40084952116012573,-0.9102433323860168,0.02383790910243988,0.3185809850692749,0.0950455293059349,0.012227930128574371,0.023911654949188232,-0.016834914684295654 +543,-0.07742381500370431,0.3993106028746202,-2.5069977087394952,-0.07126157730817795,-0.3887832760810852,-0.9185692071914673,0.5581023097038269,0.3199801445007324,0.15274597704410553,0.010577380657196045,-0.014903247356414795,-0.047647833824157715 +544,-0.06522865126373455,0.41750716755592526,-2.516900613708304,-0.059583403170108795,-0.4054830074310303,-0.9121586084365845,0.006779822520911694,0.09737000614404678,-0.08555594086647034,0.025022245943546295,0.020152807235717773,-0.014995932579040527 +545,-0.08381070471308727,0.4301609261054053,-2.50623421871926,-0.07608629018068314,-0.4170170724391937,-0.905708372592926,0.08287253230810165,0.02709508314728737,0.22408220171928406,0.015218980610370636,0.025537580251693726,-0.019508302211761475 +546,-0.06595968265944224,0.42605546926730564,-2.5002751975828117,-0.06001954525709152,-0.4132821261882782,-0.9086228609085083,-0.261455237865448,0.42603352665901184,0.13731202483177185,-0.026085805147886276,-0.016939401626586914,0.059761226177215576 +547,-0.047726010362490266,0.40025143577994454,-2.507257746489614,-0.04393720626831055,-0.3896499276161194,-0.9199143648147583,-0.4879947006702423,0.34489163756370544,-0.014682170003652573,-0.020760048180818558,-0.019758641719818115,0.028099238872528076 +548,-0.03153866587372827,0.3894196119089162,-2.5167959537797135,-0.029172515496611595,-0.3796515464782715,-0.9246695041656494,0.34946873784065247,-0.5329359769821167,0.08040586113929749,0.07386551052331924,0.044003963470458984,-0.030622243881225586 +549,-0.13482467852623053,0.45449842278032243,-2.5032001106578647,-0.12077078968286514,-0.43901172280311584,-0.8903275728225708,0.8736096620559692,-1.124841570854187,0.2608700394630432,-0.024981163442134857,0.010193973779678345,-0.0400313138961792 +550,-0.2862723101534948,0.5312650111537554,-2.475510813258147,-0.2434571385383606,-0.5066244006156921,-0.8270794153213501,0.3908694386482239,-1.50384521484375,0.044791944324970245,0.044986069202423096,-0.0032785534858703613,0.011542916297912598 +551,-0.4377100175476932,0.5589916730960793,-2.4414766046143166,-0.3593498766422272,-0.5303316116333008,-0.7678645849227905,0.09485244005918503,-0.4988059103488922,0.10246242582798004,0.01349419355392456,0.013684272766113281,0.10255086421966553 +552,-0.5585527702832366,0.5448761056089063,-2.4472025385504943,-0.4532168507575989,-0.5183121562004089,-0.7252220511436462,-0.02946571260690689,-1.9066705703735352,-0.12865906953811646,0.04335051774978638,0.03814852237701416,-0.01368480920791626 +553,-0.6512774838417286,0.572035516496877,-2.4818731047606395,-0.5096958875656128,-0.5413446426391602,-0.6686972975730896,-0.19322580099105835,-0.9722546339035034,-0.35386714339256287,0.04253280162811279,0.037606239318847656,-0.031421661376953125 +554,-0.7272727132385187,0.5579399879692755,-2.559660863152835,-0.5640110373497009,-0.5294396877288818,-0.6337074637413025,-0.5562983155250549,-0.9309491515159607,-0.11248742043972015,0.021454274654388428,0.0013483166694641113,0.004801273345947266 +555,-0.7888288643756958,0.5409696326976371,-2.643689199133381,-0.6082147359848022,-0.5149674415588379,-0.6040557622909546,-0.43045487999916077,-0.8096256256103516,-0.3780013918876648,0.02250617742538452,-0.03067159652709961,0.050482213497161865 +556,-0.8713278146171229,0.5590879245222398,-2.692207324263607,-0.6486769318580627,-0.5304132103919983,-0.5457839369773865,-0.5320953130722046,-1.1121726036071777,-0.4124147593975067,-0.003758370876312256,-0.008420407772064209,0.032722413539886475 +557,-0.9058163207633682,0.530668651045782,-2.728433861236879,-0.6787018179893494,-0.5061101317405701,-0.532180666923523,-0.10259959101676941,0.07186894863843918,0.18284955620765686,0.01074838638305664,-0.014855384826660156,0.01513659954071045 +558,-0.8137826651171803,0.5113146150162091,-2.6672384983642443,-0.633922278881073,-0.489324152469635,-0.5989192724227905,0.10288681089878082,1.1890552043914795,0.5309919118881226,-0.03863930702209473,0.030797570943832397,0.005581319332122803 +559,-0.5805379389514616,0.44297915146382033,-2.5961605250028983,-0.49553442001342773,-0.4286329746246338,-0.755459725856781,-0.6254239678382874,3.5301458835601807,0.9553251266479492,-0.055902957916259766,0.06986832618713379,0.065884530544281 +560,-0.33435587181580456,0.44106810746139213,-2.5741508457028845,-0.29675453901290894,-0.4269056022167206,-0.8542179465293884,1.095908761024475,2.422886371612549,-0.3320077955722809,0.015168875455856323,0.07859325408935547,-0.024199962615966797 +561,-0.22537792459432274,0.43971629732696244,-2.5811822423056543,-0.20221614837646484,-0.42568275332450867,-0.881987988948822,-0.7552254796028137,0.7810890674591064,0.11041835695505142,0.017920494079589844,0.018334150314331055,0.0003351569175720215 +562,-0.14917087192639056,0.3492268552013969,-2.5908218548815567,-0.13964730501174927,-0.34217143058776855,-0.9292025566101074,-1.0500706434249878,1.2448664903640747,0.06947771459817886,-0.08249014616012573,-0.012549638748168945,0.04748868942260742 +563,-0.04521254237018191,0.26303610601972904,-2.5983045754974246,-0.04364258423447609,-0.2600134313106537,-0.9646182656288147,-0.7882891297340393,1.074873924255371,0.1087244525551796,0.01747376099228859,0.056781649589538574,0.0580325722694397 +564,0.05589271481365095,0.19043506044917083,-2.5813069727617157,0.054853715002536774,-0.18928611278533936,-0.9803886413574219,0.09355605393648148,1.187746286392212,0.09257877618074417,0.017533980309963226,0.034272074699401855,-0.11449050903320312 +565,0.10246932937881258,0.21843180243296886,-2.5594622749229514,0.09985953569412231,-0.21669895946979523,-0.9711177349090576,0.022276047617197037,0.04532291740179062,0.23572447896003723,0.042718589305877686,0.006554901599884033,0.07515215873718262 +566,0.15142367685346894,0.16846991595219082,-2.5413201206561262,0.14871007204055786,-0.16767412424087524,-0.9745618104934692,-0.17053458094596863,-0.15013901889324188,0.07135458290576935,-0.03729039430618286,-0.024769723415374756,-0.07098567485809326 +567,0.050478972114563724,0.20148985232312613,-2.557698565700806,0.04943675547838211,-0.20012927055358887,-0.978521466255188,0.38772550225257874,-1.2657928466796875,-0.1761614829301834,0.01040821522474289,-0.0002338886260986328,-0.01918971538543701 +568,-0.08995910473509128,0.3472720763338775,-2.5770338292460107,-0.08447491377592087,-0.3403339982032776,-0.9365023970603943,2.0424559116363525,-1.5156433582305908,-0.33510997891426086,0.009416930377483368,0.09820753335952759,-0.026052534580230713 +569,-0.256891582014144,0.4878645464301011,-2.559796416156781,-0.22443388402462006,-0.46874064207077026,-0.8543486595153809,1.3153979778289795,-2.538276195526123,0.4382098317146301,0.09679412841796875,0.011907756328582764,-0.11554569005966187 +570,-0.40802839061689766,0.5574265331592343,-2.5171062205760566,-0.3367324471473694,-0.5290040373802185,-0.7789518237113953,-0.07373552769422531,0.674428403377533,0.0829668939113617,-0.026869237422943115,0.02877521514892578,0.06955552101135254 +571,-0.36383530972711586,0.5433901315991739,-2.537028669435315,-0.30460312962532043,-0.5170407891273499,-0.799928605556488,-0.6565163731575012,0.5372132658958435,-0.30436578392982483,-0.10169261693954468,-0.05156278610229492,0.14909547567367554 +572,-0.17498382926442307,0.42197167910133887,-2.631186613521515,-0.15882140398025513,-0.409559965133667,-0.8983520269393921,-1.2240345478057861,1.070351243019104,-0.6706847548484802,-0.06479614973068237,-0.01760980486869812,-0.03644716739654541 +573,-0.11544894512331119,0.38538146434725196,-2.7234529276699284,-0.10674386471509933,-0.3759126365184784,-0.9204865097999573,-0.42221036553382874,0.24852094054222107,-0.5961792469024658,0.09977060556411743,0.011593818664550781,0.01560986042022705 +574,-0.03947205680074012,0.33140366150329564,-2.7712811888114564,-0.037314556539058685,-0.3253706395626068,-0.9448500275611877,-0.9270561933517456,0.48921048641204834,-0.3824845552444458,0.035941265523433685,0.02170547842979431,0.08556658029556274 +575,-0.05495670206633378,0.2552388701917961,-2.772961481656107,-0.0531495064496994,-0.2524765431880951,-0.9661421775817871,-0.40870800614356995,-0.6238937973976135,0.24231913685798645,0.0594361275434494,0.05272373557090759,-0.1517319679260254 +576,-0.02644416011791147,0.22410835281641295,-2.7363551197346307,-0.025779856368899345,-0.22223709523677826,-0.9746517539024353,-0.5506491661071777,1.0164676904678345,0.7590770125389099,0.020164621993899345,-0.021537303924560547,-0.0363498330116272 +577,-0.014214546534767981,0.22022258572206435,-2.6995423935369667,-0.0138707822188735,-0.21844683587551117,-0.9757502675056458,0.1485196352005005,-0.32140111923217773,-0.0019144415855407715,-0.054366521537303925,-0.02679242193698883,0.028408348560333252 +578,-0.04115177566949194,0.22708419560158294,-2.70617806509893,-0.04008397087454796,-0.22513753175735474,-0.9735020995140076,-0.03819410130381584,0.10788542777299881,-0.07045075297355652,-0.00351039320230484,-0.005071818828582764,-0.02095896005630493 +579,-0.03571909984554659,0.23322787988613788,-2.704206484131803,-0.03474463149905205,-0.23111921548843384,-0.9723048210144043,0.04573940113186836,-0.06970303505659103,0.061462268233299255,-0.013091668486595154,0.013101637363433838,0.028304576873779297 +580,-0.03866490370219584,0.2158679395380781,-2.709764205762339,-0.03775811567902565,-0.21419531106948853,-0.9760608077049255,-0.1471748799085617,0.08540733903646469,-0.04514526575803757,-0.03440069779753685,0.013816893100738525,-0.04270750284194946 +581,-0.022994033150583862,0.1958768647930414,-2.701157420403652,-0.022552339360117912,-0.19462670385837555,-0.9806180596351624,-0.6276843547821045,0.40821292996406555,0.25574827194213867,0.06924423575401306,-0.00015173852443695068,0.05457746982574463 +582,0.013954629953423949,0.16060187751910182,-2.670428593270871,0.013774603605270386,-0.1599123626947403,-0.9870350956916809,0.3899022936820984,0.8183693885803223,0.6486079692840576,0.08015850186347961,0.029831185936927795,-0.05843609571456909 +583,0.05282004568134093,0.20370979862049318,-2.616373560606628,0.05170382559299469,-0.20230381190776825,-0.977957010269165,0.2554679811000824,-0.08088891953229904,0.32450079917907715,-0.03534640744328499,0.012148767709732056,0.07509446144104004 +584,-0.01448560773035349,0.245735631562225,-2.608635182766987,-0.014049949124455452,-0.2432699203491211,-0.969856858253479,0.29314300417900085,-0.7458366751670837,-0.10712900757789612,-0.0281863771378994,0.04795743525028229,-0.030753493309020996 +585,-0.020502856302670954,0.25030639106461144,-2.608363307122062,-0.019862525165081024,-0.24770081043243408,-0.9686329364776611,-0.02434781938791275,-0.1120915561914444,0.06703626364469528,0.0037645064294338226,-0.006113886833190918,0.05537915229797363 +586,-0.05919410718129597,0.23315783015828953,-2.6152830210190947,-0.057558782398700714,-0.23105105757713318,-0.9712375402450562,-0.5055904984474182,-0.09148665517568588,-0.12935322523117065,-0.03828166797757149,-0.02258053421974182,0.015839040279388428 +587,0.017357729077876066,0.15453718534008876,-2.619102372483791,0.017150012776255608,-0.15392281115055084,-0.9879340529441833,-1.2376725673675537,0.6590707302093506,-0.08413820713758469,0.008545789867639542,-0.042137354612350464,0.05699533224105835 +588,-0.03174521628843612,0.17597401270265622,-2.6516639604496057,-0.03124970942735672,-0.17506718635559082,-0.9840604066848755,0.7747273445129395,-0.39305755496025085,-0.16461466252803802,0.09332246333360672,0.06241154670715332,-0.04631984233856201 +589,-0.022221557123975832,0.23515805029494963,-2.6424414704530084,-0.02160818688571453,-0.23299668729305267,-0.9722374081611633,0.6542110443115234,-0.28541287779808044,0.07680368423461914,-0.013502286747097969,-0.007970094680786133,0.056664347648620605 +590,-0.054260946416511316,0.25567617670850135,-2.6544661816647865,-0.05247130244970322,-0.2528996765613556,-0.9660685658454895,-0.13516472280025482,0.16149142384529114,0.0327930748462677,0.017299797385931015,0.03543144464492798,0.0016521215438842773 +591,-0.02631131238299243,0.24459447220215003,-2.6362437771124316,-0.025525227189064026,-0.24216288328170776,-0.9698997735977173,-0.06573350727558136,0.12348413467407227,0.2022368460893631,0.020383011549711227,0.013754069805145264,0.034627556800842285 +592,-0.0038820153879586487,0.28108451110476806,-2.584514288945164,-0.0037296570371836424,-0.2773977518081665,-0.9607478976249695,1.1324323415756226,-0.07699853181838989,0.5483647584915161,0.07053263485431671,-0.11807951331138611,-0.06612277030944824 +593,-0.02627208799882308,0.281175912106564,-2.5492805142088786,-0.025237474590539932,-0.27748557925224304,-0.960398256778717,-0.9261002540588379,0.2344982773065567,-0.09279200434684753,-0.08473262190818787,0.011173933744430542,-0.02901214361190796 +594,0.06049668321769492,0.19622429606808486,-2.5774377141477847,0.05929954722523689,-0.19496747851371765,-0.9790154695510864,-0.14736701548099518,-0.013812597841024399,-0.3844863176345825,-0.02566917985677719,-0.06983354687690735,-0.08823001384735107 +595,-0.00356425602720037,0.22681937470860516,-2.6075967738287837,-0.003472955897450447,-0.22487950325012207,-0.974380373954773,0.2314043641090393,-0.49214649200439453,0.0721825659275055,0.1168762743473053,0.08739782869815826,0.027831971645355225 +596,-0.013960256748697986,0.22380003172292603,-2.5875996433850794,-0.01361166127026081,-0.22193647921085358,-0.9749661087989807,0.15721797943115234,-0.22225387394428253,0.2562231123447418,0.02470480278134346,-0.003969892859458923,-0.05791658163070679 +597,-0.014997682430299177,0.23088975387684996,-2.563555222106164,-0.014599144458770752,-0.22884376347064972,-0.9733536839485168,0.046528324484825134,0.005193226505070925,0.16597044467926025,-0.03296250104904175,-0.017845094203948975,0.004679977893829346 +598,-0.030666402826937767,0.2375422303549308,-2.5589533762874064,-0.029800595715641975,-0.23531459271907806,-0.9714623093605042,-0.037429556250572205,0.1363065242767334,0.13928529620170593,0.016983211040496826,0.03746911883354187,-0.00786203145980835 +599,0.005321290414587674,0.2197424718222029,-2.541736263510583,0.005193307995796204,-0.21797829866409302,-0.9759398102760315,-0.17819146811962128,0.1714792102575302,0.12347438931465149,0.024912282824516296,-0.007989108562469482,0.013888418674468994 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/standing/sw1.csv b/BoostRunClub/CoreML/DataSet/Motion/standing/sw1.csv new file mode 100644 index 0000000..66253e7 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/standing/sw1.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-1.8393536105740107,-0.1685390453045492,0.8352082243532655,-0.950493574142456,0.1677422672510147,0.26158109307289124,-0.1564192771911621,0.24132654070854187,0.010420475155115128,0.025460004806518555,0.025250911712646484,0.06614720821380615 +1,-0.1390861781289517,0.432618034809648,-1.8903203339489023,-0.1258656084537506,-0.4192490875720978,-0.8991040587425232,0.07445622980594635,0.38258644938468933,0.49791082739830017,0.054317161440849304,0.11904767155647278,-0.1640825867652893 +2,-0.15255553347983863,0.4480021392828274,-1.7963015638700377,-0.1369677633047104,-0.43316569924354553,-0.8908463716506958,-0.5971086621284485,0.5463525056838989,0.8435071110725403,0.04216490685939789,0.06211775541305542,0.046302974224090576 +3,-0.09802995376574498,0.37587991581772784,-1.7297393544882522,-0.09104001522064209,-0.3670911490917206,-0.9257190823554993,-0.5891874432563782,1.2381231784820557,1.5416160821914673,0.1568816751241684,0.13115978240966797,0.04606515169143677 +4,-0.08170359528659678,0.4116563316366477,-1.6788595709357004,-0.07479474693536758,-0.4001278281211853,-0.9134021401405334,1.001243233680725,-0.11392253637313843,1.1379270553588867,0.274990051984787,0.1820492148399353,-0.06015437841415405 +5,0.02093215161441836,0.3973639698859252,-1.5445081302807535,0.01929979957640171,-0.3869890570640564,-0.9218823313713074,-0.642248272895813,1.203108787536621,0.5941738486289978,-0.14565783739089966,0.0936083197593689,0.06508606672286987 +6,-0.004364183920656811,0.3885742141075043,-1.4101834168292824,-0.004038821905851364,-0.37886929512023926,-0.9254413843154907,-0.7295246124267578,1.1472800970077515,1.3905506134033203,0.10067273676395416,0.11028409004211426,-0.031071066856384277 +7,-0.038356350703339245,0.30659005069232853,-1.2467709903828588,-0.036558762192726135,-0.3018094599246979,-0.9526670575141907,0.3140435814857483,0.33563846349716187,2.410454511642456,0.23751701414585114,0.14038673043251038,-0.3327485918998718 +8,0.07434125705000728,0.3988170068037081,-1.0688768595990288,0.06844394654035568,-0.3883284628391266,-0.9189757704734802,-0.054932430386543274,3.4638850688934326,2.169602632522583,0.15103848278522491,-0.09377297759056091,0.2998504042625427 +9,0.2413227839541751,0.3576108771860085,-0.8338287528326153,0.22386793792247772,-0.35003724694252014,-0.9095917344093323,-1.7001346349716187,1.8909149169921875,2.165475368499756,0.3436521887779236,0.20393440127372742,0.010681211948394775 +10,0.22540066074232887,0.23394653953534827,-0.6266205649947524,0.21740864217281342,-0.23181834816932678,-0.9481527805328369,-1.0200716257095337,0.8061425685882568,1.7222522497177124,0.07812356948852539,0.12792126834392548,-0.05405968427658081 +11,0.2462066765515548,0.2062901876677497,-0.4490684340610355,0.23855918645858765,-0.20483016967773438,-0.949280858039856,-0.4849706292152405,0.12890911102294922,1.6177270412445068,-0.03720419108867645,0.058422088623046875,-0.17944228649139404 +12,0.26981668379351725,0.24060223386626695,-0.3463443989296099,0.2588765621185303,-0.238287553191185,-0.9360566139221191,0.6187359690666199,0.4734141230583191,1.1766096353530884,-0.06069540977478027,0.016684159636497498,-0.10967397689819336 +13,0.23263715586102776,0.3126769249316409,-0.2832851219817341,0.2193661481142044,-0.30760687589645386,-0.9258814454078674,0.5599387884140015,-0.3497190475463867,0.7447960376739502,-0.0168515145778656,0.010640323162078857,0.07795053720474243 +14,0.17953873714592813,0.375545147699575,-0.253900857071219,0.1661304086446762,-0.36677974462509155,-0.9153541922569275,0.38882192969322205,-0.4251624643802643,0.44446951150894165,0.0344005823135376,0.010914266109466553,0.03982013463973999 +15,0.17047531940029242,0.433018767725224,-0.2702951309979111,0.15399256348609924,-0.419612854719162,-0.894545316696167,0.5012558102607727,-0.07408592849969864,-0.310478150844574,0.03890904784202576,0.07909771800041199,0.10261416435241699 +16,0.18572058656275903,0.42617211229079954,-0.3231227383842945,0.1681382954120636,-0.41338834166526794,-0.8948964476585388,-0.014209132641553879,0.3888721466064453,-0.4826127886772156,0.0199720561504364,0.15931424498558044,0.3102406859397888 +17,0.42895694876518764,0.5081843164306483,-0.46704860898416695,0.3633621335029602,-0.48659181594848633,-0.794478714466095,2.0751092433929443,4.018354415893555,-1.6593400239944458,-0.023564189672470093,0.3125806152820587,0.25813227891921997 +18,0.9823636689065978,0.5230203550575572,-0.7894343800739337,0.7206104397773743,-0.49949899315834045,-0.48085471987724304,0.12816599011421204,2.612316370010376,-2.4468462467193604,0.14073294401168823,0.17207595705986023,0.19607996940612793 +19,1.2679900604589511,0.2994085998320774,-0.9247044629140898,0.9120385050773621,-0.29495516419410706,-0.2849333584308624,0.35022297501564026,2.7667393684387207,-2.609576463699341,0.1588231921195984,0.25235265493392944,0.12669971585273743 +20,1.4635457917627837,0.02717627996287127,-0.9226210052578029,0.9938870072364807,-0.027172934263944626,-0.10700550675392151,-2.4163897037506104,0.8647370934486389,-3.609349250793457,0.010934710502624512,0.5409210920333862,0.15980090200901031 +21,1.5914102506064265,-0.4416131596266446,-0.5483598329015047,0.9038714170455933,0.4273984134197235,0.0186349768191576,-4.6000752449035645,0.4039725363254547,-4.673178195953369,0.7660505771636963,0.5805667638778687,-0.23434841632843018 +22,1.9138883658920773,-0.7121943261010162,-0.08024009677740826,0.7128152251243591,0.653496265411377,0.2546316087245941,-1.0696872472763062,0.4182524085044861,-1.5541086196899414,0.8001852631568909,-0.36313676834106445,-0.7587209939956665 +23,1.8693390741471874,-0.6840358398797981,-0.1223970278663185,0.740746259689331,0.6319260597229004,0.22795745730400085,1.0621256828308105,-0.5070062875747681,1.1595001220703125,0.24642115831375122,-0.19061130285263062,-0.37409088015556335 +24,1.7509330379680066,-0.6089495206391984,-0.24797230603391815,0.8069769144058228,0.572006106376648,0.14695918560028076,0.39997172355651855,-0.35995882749557495,0.8383529782295227,0.1104118824005127,-0.18873590230941772,-0.13467587530612946 +25,1.6785428515979461,-0.521424995661444,-0.2931053352346931,0.8620817065238953,0.49811628460884094,0.0932474285364151,0.2953336834907532,-0.5503734946250916,1.0861899852752686,0.16114205121994019,-0.07067185640335083,-0.08343613892793655 +26,1.6033310913480983,-0.38952648247331007,-0.3717289259310158,0.9245995283126831,0.37975040078163147,0.03009224683046341,0.757709264755249,-0.2801302671432495,1.5425481796264648,0.1027289628982544,0.11696895956993103,0.07520866394042969 +27,1.559256406786989,-0.25004025611255964,-0.4582537355905564,0.9688379764556885,0.24744296073913574,-0.011180808767676353,0.8566228747367859,-0.05858384817838669,1.2684426307678223,-0.07558846473693848,0.24672818183898926,0.1660727858543396 +28,1.5498836572898322,-0.16063467657677447,-0.5199351436527601,0.9869102239608765,0.15994474291801453,-0.020641937851905823,0.33846068382263184,0.07202795892953873,0.3592356741428375,-0.2500479221343994,0.291028767824173,0.19044172763824463 +29,1.5583982448521296,-0.18074118641349435,-0.5272880404947241,0.9836352467536926,0.17975874245166779,-0.012195815332233906,-0.15417253971099854,0.1592041403055191,-0.7567666172981262,-0.23981493711471558,0.2400410771369934,0.14154458045959473 +30,1.5891225503697952,-0.29854367095707746,-0.4943981842814315,0.9556054472923279,0.2941285967826843,0.017514599487185478,-0.47458529472351074,0.23314876854419708,-1.4680687189102173,-0.061516642570495605,0.1271360218524933,0.039049744606018066 +31,1.641402307473416,-0.4546970195350237,-0.44884270696789325,0.8961557745933533,0.439190149307251,0.06337931007146835,-0.10072241723537445,0.49437814950942993,-1.4868671894073486,0.16104942560195923,-0.03745675086975098,-0.06579018384218216 +32,1.6970479447215154,-0.5536517747599389,-0.407230792755747,0.8438399434089661,0.5257969498634338,0.10710583627223969,-0.3541794717311859,0.09079991281032562,-0.2882687449455261,0.33128517866134644,-0.20337873697280884,-0.12135756015777588 +33,1.6924398258333664,-0.5285059713522944,-0.37851115278041414,0.8571802377700806,0.5042437314987183,0.10478776693344116,0.011409169062972069,-0.28211328387260437,0.6237582564353943,0.1795935034751892,-0.13833796977996826,-0.08031272888183594 +34,1.654274563360707,-0.47049073736940683,-0.40886623089253293,0.8882420659065247,0.45332375168800354,0.07432159781455994,0.216350719332695,-0.18042132258415222,0.5752913355827332,0.03428906202316284,-0.10266152024269104,0.017673611640930176 +35,1.642270682740782,-0.4163810141444158,-0.4328179078778301,0.9122235178947449,0.4044533371925354,0.06531184166669846,0.21312332153320312,0.14841054379940033,0.4715348184108734,0.0024034976959228516,0.021877199411392212,-0.010746367275714874 +36,1.6377490182142036,-0.37922482096676335,-0.45863356062858884,0.9268704652786255,0.3702004849910736,0.06214936450123787,0.24151043593883514,-0.011308746412396431,0.33611172437667847,-0.001867532730102539,0.053429245948791504,-0.0285036638379097 +37,1.645743980931129,-0.3411052900827174,-0.49668669986688624,0.9397398233413696,0.3345288932323456,0.07056346535682678,0.20493273437023163,0.2209024727344513,0.4494163691997528,-0.012066662311553955,0.09239670634269714,0.0019310563802719116 +38,1.659970480308743,-0.3032321793113673,-0.5052835636132652,0.9505842924118042,0.2986064851284027,0.08499296009540558,-0.05746135488152504,0.16374029219150543,0.23960943520069122,-0.0788191556930542,0.14812511205673218,-0.01051485538482666 +39,1.6895127410573465,-0.301445390988788,-0.5021473689900521,0.9481871724128723,0.2969007194042206,0.11309719830751419,-0.06270052492618561,0.4587588906288147,-0.15225133299827576,-0.04990231990814209,0.10182663798332214,0.01890658587217331 +40,1.7382985461794391,-0.3274337513288841,-0.4911029522627214,0.9336187243461609,0.32161417603492737,0.1578623503446579,-0.1940837949514389,0.4805649220943451,-0.27782002091407776,0.010625720024108887,0.03443440794944763,-0.021341919898986816 +41,1.778540263314854,-0.34761356259014076,-0.4769041007216246,0.9199731945991516,0.3406550884246826,0.19391655921936035,-0.22411760687828064,-0.008744191378355026,0.013911554589867592,0.12616950273513794,-0.09384414553642273,-0.11177846789360046 +42,1.785998696914363,-0.36244826415716475,-0.49229542221903333,0.9134635329246521,0.35456448793411255,0.19967147707939148,0.38849079608917236,0.40001311898231506,0.16748324036598206,0.07823580503463745,-0.10551050305366516,0.03287246823310852 +43,1.7979663705299367,-0.34313121978652583,-0.5746581316886783,0.9175112843513489,0.3364374339580536,0.21209211647510529,0.5458303093910217,0.02512635849416256,0.1949409544467926,0.011398017406463623,-0.03680059313774109,0.08414196968078613 +44,1.8169319625787217,-0.3136237191756346,-0.6121712684002566,0.9225534200668335,0.30850762128829956,0.2317727655172348,0.04613369703292847,0.7925668954849243,0.6042456030845642,0.035042524337768555,-0.028463035821914673,0.1736532747745514 +45,1.8641143329900043,-0.2659078092355499,-0.6266763710494305,0.9236452579498291,0.26278528571128845,0.2789684534072876,0.029431020841002464,0.07525790482759476,0.30983227491378784,-0.0845186710357666,0.048783957958221436,0.030632376670837402 +46,1.8663506111293824,-0.2636231994175351,-0.6453569109470517,0.9235910773277283,0.26058027148246765,0.281207412481308,0.26708129048347473,0.06023736298084259,-0.21970093250274658,-0.1110910177230835,0.05228593945503235,0.02627241611480713 +47,1.8087097976883741,-0.32287886440785735,-0.6807962970054077,0.9216132164001465,0.31729796528816223,0.22349704802036285,0.8321827054023743,-0.8044523000717163,-0.4799376130104065,0.059206366539001465,0.004036813974380493,0.05125269293785095 +48,1.7629511554417214,-0.37159318363514887,-0.7323924678300229,0.9146013259887695,0.3631003499031067,0.17794053256511688,0.029534580186009407,-0.03432658314704895,-0.09600816667079926,0.09276872873306274,-0.09923011064529419,0.0517195463180542 +49,1.7540523795177643,-0.3527669649077469,-0.7118009300677874,0.9227070808410645,0.34549570083618164,0.17101028561592102,-0.04195132106542587,-0.14392071962356567,0.2871544063091278,0.005897164344787598,-0.024786442518234253,-0.05902610719203949 +50,1.7421527591851018,-0.3246359619006713,-0.7521689861505927,0.9338861703872681,0.31896379590034485,0.16161231696605682,0.48871782422065735,0.10772484540939331,0.4111059606075287,-0.015505552291870117,-0.008874684572219849,0.07125197350978851 +51,1.7402178731022069,-0.29774462201931395,-0.8039104030330108,0.9423129558563232,0.29336482286453247,0.1611933559179306,0.21734878420829773,-0.007120327092707157,0.1597718894481659,-0.0034702420234680176,0.05246034264564514,0.12208603322505951 +52,1.7407644041420103,-0.2637810390679494,-0.8059669558092836,0.9514995217323303,0.26073265075683594,0.16330011188983917,-0.46894264221191406,-0.215368390083313,0.3677578270435333,-0.08281677961349487,0.09020420908927917,0.07354675233364105 +53,1.7325236931606538,-0.2335257193878325,-0.7584289834635259,0.9601612687110901,0.2314089685678482,0.1566525250673294,-0.6963242292404175,-0.1850181519985199,-0.08034513145685196,-0.18802088499069214,0.1249447613954544,0.03780554234981537 +54,1.7303129448545589,-0.2485484055693387,-0.6831192508722645,0.9569647908210754,0.24599723517894745,0.15395987033843994,-0.8747297525405884,-0.36718687415122986,-0.3995858430862427,-0.061334967613220215,0.10789985954761505,-0.010084763169288635 +55,1.7078424137408441,-0.2793048041677464,-0.6000211612817941,0.9522345662117004,0.27568745613098145,0.1313232034444809,-0.6989339590072632,-0.5058063864707947,-0.5200050473213196,-0.06136542558670044,0.054650068283081055,0.01601576805114746 +56,1.6855439482842625,-0.3363051485562474,-0.5446093747998864,0.9377725720405579,0.33000147342681885,0.10808195918798447,-0.4709623157978058,-0.4218384027481079,-0.9136340022087097,0.06552332639694214,0.09118688106536865,0.06447970867156982 +57,1.6717377346867635,-0.4152024195957732,-0.4949123305195212,0.910377025604248,0.40337514877319336,0.0922081246972084,-0.634458601474762,-0.3215114176273346,-0.589244544506073,0.06461381912231445,-0.13756704330444336,0.034271955490112305 +58,1.6658689359054966,-0.46387640927664864,-0.43164434146281255,0.8902862071990967,0.4474182426929474,0.08489777892827988,-0.19433069229125977,-0.19224774837493896,-0.3632391393184662,0.11860978603363037,-0.1773223578929901,-0.05480741709470749 +59,1.6519561524290378,-0.468402444366676,-0.4534752224595046,0.8893536329269409,0.4514613747596741,0.07233868539333344,0.5611403584480286,0.11164078116416931,0.26714104413986206,0.12012207508087158,-0.13363605737686157,-0.05053389072418213 +60,1.6455918127159812,-0.4241660893393084,-0.4940149287367933,0.9088340401649475,0.41156092286109924,0.06810373067855835,-0.23854321241378784,-0.061088092625141144,0.7244001030921936,0.18721991777420044,-0.010590463876724243,0.01667415350675583 +61,1.6233121118387572,-0.3266647241475554,-0.4249061661912557,0.9458121657371521,0.32088592648506165,0.04971577972173691,-0.884740948677063,-0.7804974913597107,1.0146278142929077,-0.0687980055809021,0.06406280398368835,-0.09791827201843262 +62,1.5872098996916846,-0.2587860270571937,-0.3850884715576872,0.9665711522102356,0.25590717792510986,0.015866311267018318,0.026900306344032288,-0.011455674655735493,0.2549969255924225,-0.13281571865081787,0.20702919363975525,-0.02383136935532093 +63,1.5868602575163901,-0.26304869207709747,-0.37225730645979593,0.9654770493507385,0.26002559065818787,0.01551069039851427,-0.40268468856811523,-0.2627637982368469,-0.20845696330070496,-0.031379878520965576,0.17103517055511475,-0.02739727683365345 +64,1.576294167452477,-0.296717226301942,-0.3746967625655288,0.9562869071960449,0.29238247871398926,0.0052575659938156605,0.4834655523300171,0.15130579471588135,-0.48903635144233704,-0.07081949710845947,0.09839507937431335,-0.011178016662597656 +65,1.586079675587796,-0.3604864877707321,-0.4239616621324331,0.935616135597229,0.3527294993400574,0.014300460927188396,0.3051888644695282,0.2256472259759903,-0.8053641319274902,-0.02581077814102173,0.041847556829452515,0.00967109389603138 +66,1.5981894831141155,-0.4586821339073148,-0.4624574939245573,0.8963004946708679,0.44276684522628784,0.024558642879128456,0.6249977946281433,0.4262106120586395,-1.0074174404144287,0.07350236177444458,-0.10153454542160034,-0.0324474573135376 +67,1.6199327321242507,-0.5361495943176512,-0.5380058089165204,0.858644425868988,0.5108296871185303,0.042224686592817307,0.4836646616458893,0.5740001797676086,-0.37680748105049133,0.25373655557632446,-0.1948811411857605,0.010860681533813477 +68,1.6403759564801454,-0.5175757148392076,-0.5436738702971958,0.8669184446334839,0.49477484822273254,0.06041739508509636,-0.07163890451192856,0.012982834130525589,0.648510754108429,0.17089277505874634,-0.15946298837661743,-0.08338189125061035 +69,1.6497199069678778,-0.42653095932266694,-0.5462399585317022,0.907572329044342,0.41371506452560425,0.07177795469760895,-0.2353389412164688,0.02654019370675087,1.1439093351364136,0.10593158006668091,-0.015125036239624023,-0.04223693162202835 +70,1.652562326495735,-0.30578373254536306,-0.5157611087420394,0.9504252672195435,0.3010406494140625,0.07788612693548203,-0.48723727464675903,-0.15739640593528748,1.113016128540039,0.011503994464874268,0.1723327338695526,-0.05513525754213333 +71,1.6429213442333717,-0.2072575037942251,-0.504376136720557,0.9760546088218689,0.2057768702507019,0.07052028179168701,0.1500241756439209,-0.005785975605249405,0.777015745639801,-0.13645511865615845,0.1972534954547882,-0.01639736443758011 +72,1.6672218426250325,-0.15763470628655152,-0.5697475468674049,0.9830136299133301,0.1569826751947403,0.09508246183395386,0.6529068350791931,0.596973180770874,0.25114038586616516,-0.13596773147583008,0.2617337703704834,0.08428454399108887 +73,1.699624552757222,-0.18394109459685706,-0.5943657375940404,0.9749833345413208,0.18290559947490692,0.12630489468574524,-0.21139729022979736,-0.005586178973317146,-0.6569017171859741,-0.11808031797409058,0.1885238140821457,0.0642925351858139 +74,1.6965086300841803,-0.26262797047527614,-0.6013267690879369,0.9580901265144348,0.2596192955970764,0.12108223140239716,0.7800725698471069,0.4277265667915344,-0.8102481365203857,-0.10614627599716187,0.033959776163101196,0.13846980035305023 +75,1.7374335512643444,-0.3705633885932017,-0.5938777715275426,0.9192119240760803,0.36214062571525574,0.15460863709449768,-0.6184448003768921,-0.2568126618862152,-1.2374838590621948,0.06459861993789673,-0.015735596418380737,-0.011435374617576599 +76,1.733349663282051,-0.47627664353873245,-0.5572905801211647,0.8769925832748413,0.4584733843803406,0.14382711052894592,0.5572546124458313,0.35795554518699646,-0.8604867458343506,0.1315675973892212,-0.20661181211471558,0.055361151695251465 +77,1.742731030976376,-0.532913807109607,-0.5915710794997059,0.8486305475234985,0.5080452561378479,0.14736400544643402,0.1386021226644516,-0.05185043066740036,0.013011103495955467,0.22690045833587646,-0.3105812668800354,0.06694567203521729 +78,1.7385979194800618,-0.4939388684376931,-0.6233233858632211,0.8681051731109619,0.4740976095199585,0.14705222845077515,0.24792814254760742,0.28740644454956055,0.6470369696617126,0.14895397424697876,-0.15157276391983032,0.05482146143913269 +79,1.7374418356562782,-0.4101923463718286,-0.6494126111325244,0.9043400883674622,0.3987857401371002,0.15211494266986847,0.0804077759385109,0.08111468702554703,1.054298758506775,0.09746044874191284,-0.04867285490036011,0.02215564250946045 +80,1.7378827846542608,-0.2937950649645357,-0.679237643061433,0.9438220858573914,0.28958675265312195,0.1591840237379074,0.01424713246524334,0.0635894238948822,1.229643702507019,0.004923701286315918,0.12362128496170044,0.004741206765174866 +81,1.7379863667028288,-0.187818362093281,-0.7080041634467268,0.9687154293060303,0.18671606481075287,0.16348569095134735,0.16066719591617584,0.18989703059196472,0.7965042591094971,-0.12797141075134277,0.20604515075683594,0.03506171703338623 +82,1.7483675156864056,-0.12600053226894203,-0.7384154819316265,0.9764727354049683,0.12566739320755005,0.17523916065692902,-0.6590661406517029,-0.6258133053779602,0.7318133115768433,0.13776981830596924,-0.04442960023880005,0.1015857458114624 +83,1.4294757241715923,-0.00021084912729473648,-0.46747707301230673,0.990030825138092,0.00021084913169033825,-0.14085066318511963,-4.763567924499512,-6.17215633392334,2.161658763885498,0.6090750098228455,-0.26012903451919556,-0.001895308494567871 +84,0.7719576288173042,0.06983522831273133,-0.06146377975634283,0.6958390474319458,-0.06977847963571548,-0.7147999405860901,-1.0971567630767822,-5.896925926208496,1.9314348697662354,0.2002943754196167,0.2985992729663849,-0.12360942363739014 +85,0.329765630626546,0.1549306142413371,-0.02405920957126089,0.3199426531791687,-0.15431153774261475,-0.9347859025001526,1.256744146347046,-3.1331357955932617,0.15179722011089325,0.2292974591255188,0.28304994106292725,0.2741261124610901 +86,0.1121731053626238,0.28076624395811006,-0.0390717003045593,0.10755489766597748,-0.27709197998046875,-0.9548046588897705,1.6197503805160522,-1.236806035041809,-0.016454335302114487,0.19864320755004883,0.19719696044921875,0.3370221257209778 +87,0.0238974198823678,0.417539550906785,-0.0504396317266342,0.02184230089187622,-0.40551260113716125,-0.913828432559967,0.5873004794120789,-0.761347770690918,-0.2863176167011261,0.11974400281906128,0.07107046246528625,0.37156158685684204 +88,-0.03168428086382623,0.4429603335956665,-0.05639439338476751,-0.02862153947353363,-0.4286159574985504,-0.9030333161354065,-0.17340554296970367,-0.27215415239334106,-0.17464472353458405,0.07171235978603363,-0.023807138204574585,0.225527822971344 +89,-0.03085105309948181,0.4440121696517175,-0.06596221705451555,-0.027855174615979195,-0.42956605553627014,-0.9026057124137878,-0.19297297298908234,-0.022570479661226273,-0.12040634453296661,0.07270075380802155,-0.03420957922935486,0.10107678174972534 +90,-0.03353086549095822,0.4468148894215689,-0.07109554008760455,-0.03023340553045273,-0.43209531903266907,-0.9013210535049438,-0.09669958055019379,-0.0074568986892700195,-0.12517470121383667,0.03906824439764023,0.011059552431106567,0.09753382205963135 +91,-0.033128871063427844,0.43972819307595146,-0.08191871673629227,-0.02997175231575966,-0.425693541765213,-0.904370903968811,-0.009631291031837463,-0.04054877534508705,-0.18159885704517365,0.02286115661263466,0.04080584645271301,0.06820452213287354 +92,-0.019610070050485866,0.4323512730010955,-0.08505041181319221,-0.017804469913244247,-0.419006884098053,-0.9078084826469421,-0.12394466996192932,-0.016221921890974045,-0.04850560799241066,0.04078420251607895,0.02459770441055298,0.02433985471725464 +93,-0.019269125535519637,0.41271531809714757,-0.08091415278954198,-0.017650103196501732,-0.4010981321334839,-0.9158650636672974,0.025436848402023315,0.10814962536096573,-0.0032822396606206894,0.009654495865106583,0.011342883110046387,0.018465161323547363 +94,-0.009696381761406372,0.3987587267263696,-0.07444828775941559,-0.008935499005019665,-0.38827475905418396,-0.9215003252029419,-0.14561353623867035,-0.02253866009414196,0.026231003925204277,0.015145826153457165,0.00601157546043396,-0.0044640302658081055 +95,-0.00562036865729496,0.38458284072354176,-0.060241894259767094,-0.005209801718592644,-0.37517249584198,-0.926940381526947,-0.2030000537633896,0.07140004634857178,0.12938985228538513,0.0012119980528950691,0.026814311742782593,-0.0004888176918029785 +96,-0.0023450042026699485,0.3601143690559653,-0.047682037695257744,-0.0021945855114609003,-0.35238125920295715,-0.9358539581298828,-0.28415271639823914,0.06776422262191772,0.08055318146944046,-0.029665766283869743,0.025644809007644653,0.0038928985595703125 +97,-0.004030598415948353,0.3312835698645192,-0.04446826117695011,-0.0038114269264042377,-0.3252570629119873,-0.9456179738044739,-0.3249688744544983,-0.08931469172239304,0.0036145225167274475,-0.03093283623456955,0.008026868104934692,-0.020599067211151123 +98,-0.0020210561062793536,0.3150521118417314,-0.043855521728507756,-0.001921578892506659,-0.3098660111427307,-0.9507783055305481,-0.11378934979438782,0.005048156250268221,0.07360635697841644,-0.022187307476997375,-0.0207156240940094,-0.014904677867889404 +99,-0.011857613612391415,0.3021757426150302,-0.03389049155431871,-0.01132009457796812,-0.29759806394577026,-0.9546241164207458,0.042397551238536835,0.1549496203660965,0.08775485306978226,-0.020128268748521805,0.01741620898246765,-0.029369354248046875 +100,0.008964665624895552,0.31957536561320393,-0.024521193184352624,0.008510660380125046,-0.3141634464263916,-0.949330747127533,0.24585624039173126,0.6226699948310852,0.011494522914290428,-0.034679483622312546,0.02542141079902649,0.05153411626815796 +101,0.24364630342652374,0.4600736781751049,-0.035182084924574045,0.21615834534168243,-0.44401413202285767,-0.869555652141571,3.095801591873169,4.203686237335205,-0.03203744813799858,-0.18008658289909363,0.11321887373924255,0.16260069608688354 +102,0.6140697769583913,0.6312700724637378,-0.24952280143416078,0.46515271067619324,-0.5901705622673035,-0.6597967147827148,1.012913703918457,-0.336535781621933,-1.8090176582336426,-0.20311355590820312,0.05672323703765869,-0.07611942291259766 +103,0.42359901563257774,0.5071603396554142,-0.34650342638532694,0.3593047857284546,-0.4856969714164734,-0.7968679666519165,-1.1929190158843994,-2.34755539894104,-0.6320674419403076,-0.11015927791595459,-0.1715753674507141,0.092934250831604 +104,0.25515855005689475,0.41035560810132654,-0.39277463661600154,0.23144443333148956,-0.3989354372024536,-0.8872902393341064,-0.19808505475521088,-0.17604760825634003,-0.8669008612632751,-0.08123691380023956,-0.058492511510849,0.21018153429031372 +105,0.30301571848390846,0.42031454790962647,-0.44857996925394117,0.27242735028266907,-0.4080476462841034,-0.8713670372962952,-0.5053377151489258,-1.407705545425415,-0.8594699501991272,-0.40539246797561646,0.02180194854736328,-0.10635513067245483 +106,0.30701758823261244,0.4243364486245971,-0.5657005167479684,0.27541404962539673,-0.41171616315841675,-0.8686983585357666,-0.4413876533508301,-1.915270447731018,-0.9963516592979431,0.3585733473300934,-0.015484124422073364,-0.3824917674064636 +107,0.2164109582077916,0.3896568297935083,-0.6668656554862682,0.1986297369003296,-0.3798709809780121,-0.9034623503684998,1.3938146829605103,0.4623148441314697,-1.9188088178634644,-0.06310117244720459,0.18316993117332458,0.15186017751693726 +108,0.3620941190085611,0.3994042079427464,-0.7485624202606453,0.32635265588760376,-0.3888695240020752,-0.8615535497665405,-0.22048474848270416,-0.3005072772502899,-0.1505429446697235,0.22073596715927124,-0.1694495677947998,0.04058492183685303 +109,0.16610689684001617,0.4389811945093084,-0.7372512798783523,0.14966702461242676,-0.42501747608184814,-0.8927261233329773,0.16962531208992004,-1.9730061292648315,0.11174409836530685,0.09506869316101074,-0.0040138959884643555,-0.058644115924835205 +110,0.06782120527750289,0.40524746618288515,-0.7949741626936915,0.06228024512529373,-0.3942461907863617,-0.9168921113014221,-0.13219857215881348,-1.2807729244232178,0.02377650886774063,0.17333070933818817,0.16339600086212158,-0.22516721487045288 +111,-0.08635525809702428,0.36904081940468747,-0.7560774647507954,-0.08044122159481049,-0.36072099208831787,-0.9291983842849731,-1.059525489807129,-1.4326757192611694,-0.5515958666801453,-0.058154359459877014,-0.003964066505432129,-0.24391257762908936 +112,-0.18738743944501624,0.22844276410069186,-0.7827958099837146,-0.18145287036895752,-0.2264610230922699,-0.9569693207740784,-0.7299946546554565,-0.9393061399459839,0.09313851594924927,-0.03720557689666748,0.1314445436000824,-0.05365079641342163 +113,-0.23832290210908766,0.16354149712616545,-0.8067673521840553,-0.23292331397533417,-0.1628134697675705,-0.9587692618370056,0.5990862250328064,-0.9013264179229736,0.05110202357172966,0.051038533449172974,-0.0430428683757782,-0.054170191287994385 +114,-0.3080388129844509,0.1958580176233133,-0.8148665123853648,-0.29739367961883545,-0.19460822641849518,-0.9347109794616699,-0.10685751587152481,-0.21990379691123962,-0.31432387232780457,0.07269272208213806,0.032666683197021484,0.08603239059448242 +115,-0.3419158099042981,0.1969231938663077,-0.8274708029461206,-0.32881247997283936,-0.19565291702747345,-0.9239059686660767,-0.0025492962449789047,0.7942134141921997,-0.012096919119358063,-0.013121694326400757,0.024205178022384644,0.21576088666915894 +116,-0.27346940397280783,0.19723092478061302,-0.8604196810954022,-0.2648375928401947,-0.19595469534397125,-0.9441730976104736,-0.12625978887081146,0.4295662045478821,-0.4599037170410156,0.00540769100189209,0.017426863312721252,-0.04532885551452637 +117,-0.2134831492449522,0.19687390248555012,-0.8857686961958148,-0.2077726274728775,-0.1956045776605606,-0.9584202766418457,-0.05343388393521309,0.023721879348158836,-0.2589717209339142,-0.0387178510427475,0.05131746828556061,-0.2622981071472168 +118,-0.07683981401765326,0.19304707683580644,-0.9032031893793776,-0.07533826678991318,-0.19185025990009308,-0.9785283207893372,-0.5335221886634827,8.295567512512207,-0.30101221799850464,0.03555859625339508,0.12805326282978058,1.0346500873565674 +119,0.0023005872528805323,0.17934159965177632,-0.8976188724466664,0.002263686852529645,-0.1783817708492279,-0.9839587211608887,-0.01245787926018238,0.09373324364423752,0.0006813425570726395,0.0019935143645852804,0.0204838365316391,-0.0018963217735290527 +120,0.002343350526667925,0.1792583643831311,-0.8975684593150337,0.0023057989310473204,-0.17829987406730652,-0.983973503112793,0.006191373337060213,-0.012642447836697102,-0.00038413144648075104,0.02081126719713211,0.02513214945793152,-0.004658699035644531 +121,0.003473360207072759,0.17758690231745766,-0.897739521322934,0.0034187273122370243,-0.17665494978427887,-0.9842669367790222,-0.0019859904423356056,0.00288941478356719,0.0007917732000350952,0.019972994923591614,0.01904691755771637,0.0018450617790222168 +122,0.004767942700539429,0.17591277904353472,-0.8979499505837105,0.0046943421475589275,-0.1750068962574005,-0.9845560193061829,-0.00016367528587579727,-0.0015070601366460323,-0.0006683152168989182,0.018209099769592285,0.022235900163650513,-0.007585704326629639 +123,0.0058165190332040585,0.1741261628156169,-0.8981204307929108,0.005728531163185835,-0.1732475757598877,-0.9848616719245911,-0.001643078401684761,-0.0034181978553533554,-0.0007114224135875702,0.01157493144273758,0.01411367952823639,-0.0017105937004089355 +124,0.0069009037477870865,0.17269374165976506,-0.8983193824558319,0.00679820217192173,-0.17183664441108704,-0.9851019978523254,0.0030052075162529945,-0.0030739777721464634,0.002915439195930958,0.01317555457353592,0.015571385622024536,-0.0022942423820495605 +125,0.007947512305435831,0.17112041856893953,-0.8985087893376202,0.007831352762877941,-0.17028650641441345,-0.9853634834289551,0.0023023821413517,6.934348493814468e-05,0.0002526305615901947,0.009746771305799484,0.013517707586288452,-0.00017118453979492188 +126,0.008800603397181356,0.16997504623639134,-0.8985882282056162,0.008673666045069695,-0.16915775835514069,-0.9855508208274841,-0.0028547877445816994,0.0015058773569762707,0.00044887326657772064,0.004174236208200455,0.008803144097328186,0.003403604030609131 +127,0.0096384304284021,0.16884004065631725,-0.8987729052637152,0.009501228109002113,-0.1680389940738678,-0.9857345819473267,-0.00023293308913707733,0.0017104125581681728,7.74972140789032e-05,0.005162470042705536,0.011377006769180298,-0.0005325078964233398 +128,0.010463143998670725,0.16767475851950112,-0.8988937996633802,0.010316215455532074,-0.16689017415046692,-0.9859215021133423,0.002099919132888317,0.0010482757352292538,-0.0008524823933839798,0.006117495708167553,0.007252737879753113,-0.00014716386795043945 +129,0.011199272472673449,0.1667908957519587,-0.8989925102747692,0.011043624952435493,-0.16601863503456116,-0.9860607981681824,-0.0005914811044931412,0.002253443468362093,-0.0007060188800096512,0.005710527300834656,0.009417697787284851,0.001792609691619873 +130,0.011837545298713793,0.16574779764570896,-0.8990588740521231,0.011675042100250721,-0.16498993337154388,-0.9862261414527893,0.0006495863199234009,0.00013542897067964077,-0.001061081886291504,0.005811531096696854,0.008541569113731384,-0.00040715932846069336 +131,0.012428557339914813,0.16506371689764784,-0.8991937952691252,0.01225931104272604,-0.16431517899036407,-0.9863317012786865,-0.0005677696317434311,-0.0023651770316064358,0.0010419748723506927,0.0060664936900138855,0.006478264927864075,0.0015447139739990234 +132,0.012898301464874376,0.16434221764347054,-0.8992297848773222,0.01272415928542614,-0.16360343992710114,-0.9864441156387329,-0.0003916984423995018,-0.0014904080890119076,0.00018330663442611694,0.008332967758178711,0.010206848382949829,0.00039064884185791016 +133,0.013434369378835674,0.16361123612214432,-0.8993163454356266,0.013254561461508274,-0.1628822684288025,-0.9865564703941345,-0.0009380774572491646,0.002383036771789193,-1.8766149878501892e-05,0.0067344531416893005,0.00428241491317749,6.0498714447021484e-05 +134,0.013795951429394878,0.1631903512958266,-0.8993543188935114,0.013612226583063602,-0.16246698796749115,-0.9866200685501099,-9.266100823879242e-05,1.2846197932958603e-05,0.00201544351875782,0.003386065363883972,0.00635431706905365,0.0013905763626098633 +135,0.014116442360236172,0.1625463761027873,-0.8993321130405475,0.013929902575910091,-0.1618315428495407,-0.986720085144043,-0.0006244191899895668,-0.00041845208033919334,0.0006805583834648132,0.0052198804914951324,0.005673080682754517,0.00036144256591796875 +136,0.014517361842482653,0.16224071324528133,-0.8993353725626844,0.014326213859021664,-0.16152989864349365,-0.9867638349533081,0.0007681204006075859,-0.0006369249895215034,-0.0007607471197843552,0.00267207995057106,0.0027316808700561523,0.0015190839767456055 +137,0.014744745036304978,0.16183444768736965,-0.8994014991416464,0.014551553875207901,-0.1611289530992508,-0.9868260622024536,-0.000256967730820179,-0.0008803517557680607,0.0006366483867168427,0.0008445680141448975,0.0052909404039382935,0.0012608766555786133 +138,0.015054276749482745,0.16145675281462457,-0.8994093604501635,0.014857921749353409,-0.1607561856508255,-0.9868823289871216,0.0011032791808247566,-0.00022347690537571907,-0.0009923558682203293,0.0020945966243743896,0.0021410733461380005,0.001835942268371582 +139,0.015411003282634055,0.16123535108307702,-0.8994638133322252,0.015210515819489956,-0.16053766012191772,-0.9869124889373779,-0.0016571804881095886,0.0018683371599763632,-0.0006138365715742111,0.001299489289522171,0.005203187465667725,0.0006606578826904297 +140,0.015575555461981765,0.16080922839069564,-0.8994864369102336,0.01537397876381874,-0.160117045044899,-0.98697829246521,-0.0005313744768500328,0.0011980074923485518,-0.001029936596751213,0.0024635493755340576,0.003882303833961487,0.0009553432464599609 +141,0.015795434788561564,0.16056705268518034,-0.8994899552708971,0.015591606497764587,-0.1598779857158661,-0.9870136380195618,-0.000618230551481247,-0.0024212002754211426,-0.00017721019685268402,0.002703680656850338,0.0013849586248397827,-6.210803985595703e-05 +142,0.015985731099694932,0.16033131205784498,-0.8995324079376854,0.01578003354370594,-0.15964527428150177,-0.987048327922821,0.0008808374404907227,-0.002439287956804037,0.0013140607625246048,0.002225339412689209,0.00444813072681427,0.001483142375946045 +143,0.016127308906500007,0.16003322669932293,-0.8995826962764161,0.015920544043183327,-0.15935100615024567,-0.9870936274528503,-0.0005373591557145119,-0.002535251434892416,0.00031446851789951324,0.0006199851632118225,-0.0011561959981918335,0.0008570551872253418 +144,0.01609080233334189,0.1600394845904497,-0.8995997687869413,0.01588449254631996,-0.1593571901321411,-0.9870932102203369,-0.0019826646894216537,-0.003120528534054756,0.00019132159650325775,0.0018919967114925385,0.00853930413722992,0.003435373306274414 +145,0.01633127585397714,0.15955261887900465,-0.8996521838786304,0.016123127192258835,-0.15887652337551117,-0.9871668219566345,0.0072196535766124725,-0.0037009334191679955,0.001094212755560875,0.011083289980888367,0.0022450536489486694,-0.009827196598052979 +146,0.015958361066954866,0.15950813298868916,-0.8996838176000395,0.01575510948896408,-0.1588326096534729,-0.9871798157691956,0.04094615578651428,-0.020497553050518036,0.0019446555525064468,0.021354269236326218,0.022296950221061707,-0.014086663722991943 +147,0.01623820951218745,0.15937012705975087,-0.8997206548044878,0.016031725332140923,-0.15869635343551636,-0.9871972799301147,0.004043655935674906,-0.02651217021048069,0.003182818181812763,0.0022330433130264282,-0.0037639737129211426,-0.004425644874572754 +148,0.016675476090397823,0.15941712668933136,-0.8997094914041752,0.0164632685482502,-0.158742755651474,-0.9871827363967896,-0.002238706685602665,0.0018456019461154938,0.0013437271118164062,-0.0185537189245224,-0.007898479700088501,-0.0008238554000854492 +149,0.01650979154197741,0.15880562775603735,-0.8997097784888851,0.01630130596458912,-0.15813897550106049,-0.9872822761535645,0.005054467357695103,0.007848069071769714,0.00039496272802352905,0.003168907016515732,0.015423521399497986,-0.008445262908935547 +150,0.017059337040878142,0.15876800147508283,-0.8998170379868635,0.01684396155178547,-0.15810182690620422,-0.9872791171073914,0.000945650041103363,0.006343054585158825,-0.0019675884395837784,0.00012381188571453094,-0.019357874989509583,0.007985353469848633 +151,0.01646384524353758,0.15892925473165592,-0.8996883009811473,0.01625562272965908,-0.15826104581356049,-0.9872635006904602,0.000245475210249424,-0.0007716566324234009,0.0009484551846981049,-0.009114507585763931,0.012417539954185486,-0.002253711223602295 +152,0.01692161119649909,0.15852210077289675,-0.8997458369164875,0.01670864410698414,-0.15785901248455048,-0.9873203039169312,0.004373389761894941,-0.002155264839529991,0.0008675549179315567,-3.078579902648926e-05,-0.0006950646638870239,-0.006026864051818848 +153,0.01711738630725446,0.15866600514196685,-0.8997107267270067,0.016901548951864243,-0.158001109957695,-0.9872942566871643,0.001727021299302578,0.004430638160556555,0.00014003925025463104,0.014516295865178108,0.007961452007293701,0.00043213367462158203 +154,0.017702520622145057,0.1586139600857091,-0.8997828409310583,0.017479389905929565,-0.15794971585273743,-0.9872924089431763,-0.003994775004684925,-0.0014111739583313465,-0.0012473519891500473,0.009681249037384987,0.0035002678632736206,0.010409533977508545 +155,0.017214856461911048,0.1584117174801109,-0.8997263819711006,0.016998471692204475,-0.15775001049041748,-0.9873327612876892,0.002171264961361885,-0.0031283963471651077,-7.81528651714325e-05,-0.007614314556121826,-0.0068618059158325195,-0.001558840274810791 +156,0.016886296949565914,0.15845584933270243,-0.8997157335514416,0.01667395420372486,-0.15779359638690948,-0.9873313307762146,0.010635697282850742,-0.004476258531212807,5.6101009249687195e-05,-0.0008200705051422119,0.004610612988471985,-0.0141792893409729 +157,0.017263200320874857,0.15834905087834603,-0.8998483105666701,0.017046373337507248,-0.15768812596797943,-0.9873418211936951,0.0026943469420075417,-0.00597248924896121,-0.00012731552124023438,0.023374155163764954,0.001789093017578125,0.0030278563499450684 +158,0.01782213015921234,0.1584255948618033,-0.8998867880314585,0.01759801059961319,-0.15776371955871582,-0.987320065498352,-0.005543071776628494,0.003002188168466091,-0.0015292391180992126,-0.01987157203257084,-0.0008361339569091797,0.008514583110809326 +159,0.01664903759468667,0.15822846190408563,-0.8996544059067525,0.016440298408269882,-0.1575690507888794,-0.9873710870742798,-0.0008443761616945267,-0.0017604618333280087,0.0036943014711141586,-0.016364002600312233,0.00022041797637939453,0.0044152140617370605 +160,-0.012154850793359168,0.1684383474238558,-0.8890740851512899,-0.011982537806034088,-0.1676429957151413,-0.9857749342918396,-0.0691358745098114,0.2919764816761017,0.7741830945014954,0.340153306722641,0.055796071887016296,0.2806205153465271 +161,-0.12687439625741223,0.16372386849704362,-0.6385955526618733,-0.12484215945005417,-0.1629934012889862,-0.978696882724762,0.5404179096221924,-1.6458971500396729,4.264355659484863,0.24799585342407227,-0.035599738359451294,-0.12114137411117554 +162,-0.3276771475777025,0.15556665348382703,-0.23646578385593128,-0.3179579973220825,-0.1549399346113205,-0.9353589415550232,0.8927486538887024,-0.45890891551971436,3.1154122352600098,-0.10915073752403259,0.2253439873456955,0.0812634825706482 +163,-0.4649737689089685,0.10378399828071687,0.18220140415055838,-0.44598662853240967,-0.10359779000282288,-0.8890238404273987,1.4014394283294678,-1.6927495002746582,6.101982593536377,0.28631868958473206,0.19347205758094788,-0.004530787467956543 +164,-0.4853720608612661,0.01602388369261471,0.5353359429301001,-0.4664776027202606,-0.016023198142647743,-0.8843879103660583,0.3172816038131714,-0.20454825460910797,3.3380582332611084,0.03933832049369812,0.05558924376964569,0.02632516622543335 +165,-0.4880050239392275,-0.02002119812572129,0.6951811300575754,-0.46877074241638184,0.020019860938191414,-0.883092999458313,0.35287365317344666,0.6522706151008606,0.027799930423498154,0.16948485374450684,0.08528104424476624,0.08489048480987549 +166,-0.34550778798311366,0.003649690532826177,0.7656522773328331,-0.3386722505092621,-0.003649682505056262,-0.9408973455429077,0.18967732787132263,0.3178098499774933,0.1315319836139679,-0.025494009256362915,0.014300316572189331,-0.058721184730529785 +167,-0.3370395448511037,0.003095798705611959,0.777528205539517,-0.3306930661201477,-0.0030957937706261873,-0.943733274936676,-0.0010683480650186539,-0.003493114374577999,-0.0005880612879991531,0.003071606159210205,-0.00566275417804718,0.020118772983551025 +168,-0.3377810124112251,0.0032281712580881656,0.77754540493036,-0.3313925862312317,-0.003228165674954653,-0.9434874057769775,-0.0008623497560620308,0.005146492272615433,-0.0020545460283756256,0.003954261541366577,-0.0019445640500634909,0.0031340718269348145 +169,-0.33788764729202453,0.003007092337737636,0.7775517695908636,-0.33149340748786926,-0.003007087856531143,-0.9434527158737183,7.376633584499359e-05,0.0018392829224467278,-0.00044993311166763306,-0.0025977492332458496,0.004136241972446442,0.004899859428405762 +170,-0.33761746872738224,0.0027908273932640117,0.7775356092288397,-0.331238716840744,-0.0027908238116651773,-0.9435428380966187,-0.0002702483907341957,0.0014325955417007208,-0.00027182698249816895,0.0054483115673065186,0.0011428745929151773,9.196996688842773e-05 +171,-0.33738834446323857,0.002906257954365918,0.7775522078691859,-0.3310224115848541,-0.002906253794208169,-0.9436184167861938,-0.001745208166539669,0.001725133042782545,0.0020157983526587486,0.001402050256729126,0.00043432414531707764,0.0019985437393188477 +172,-0.33740286500275746,0.002835198196342134,0.7775360807192818,-0.33103618025779724,-0.0028351943474262953,-0.9436138272285461,0.0002672271803021431,-0.001660593319684267,0.0029390286654233932,0.0010343492031097412,0.000912591814994812,0.0034587979316711426 +173,-0.3371649664083668,0.002840713473714921,0.777521679632768,-0.33081167936325073,-0.002840709639713168,-0.9436925053596497,-0.0009150765836238861,-0.0002624243497848511,-0.0015786997973918915,0.0010387301445007324,-0.0003636404871940613,0.002911865711212158 +174,-0.3371234338135085,0.0028424842727951044,0.7775292136561268,-0.3307724893093109,-0.0028424805495887995,-0.9437062740325928,0.00014481786638498306,0.0016820963937789202,-0.0014668796211481094,0.002281278371810913,0.0020185038447380066,0.0008962154388427734 +175,-0.336983459344905,0.0027691353473615656,0.777519957722536,-0.3306404650211334,-0.002769131911918521,-0.9437527060508728,-0.000583745539188385,-0.002037602476775646,-0.00028315000236034393,-4.801154136657715e-05,-0.0011523738503456116,0.002193927764892578 +176,-0.3369446658080155,0.0028434565185578883,0.7775396303796926,-0.33060377836227417,-0.0028434526175260544,-0.9437653422355652,0.0011099977418780327,-0.0010770023800432682,0.0019013434648513794,0.0024635493755340576,-0.0023903099354356527,0.002237081527709961 +177,-0.3368135404047984,0.002854297462891987,0.7775920981268764,-0.33048000931739807,-0.002854293677955866,-0.9438086748123169,0.0018989741802215576,-8.495617657899857e-05,-0.003025652840733528,0.004079252481460571,-0.0016165375709533691,0.0013190507888793945 +178,-0.33676416338244297,0.0028306878615932058,0.7776083055430174,-0.3304334282875061,-0.002830684185028076,-0.9438250660896301,0.002305882051587105,0.0006636506877839565,-8.568912744522095e-05,-0.00013297796249389648,-0.002692997455596924,0.002083122730255127 +179,-0.3367678375252186,0.0029229017830751007,0.7775909867661742,-0.3304367959499359,-0.002922897692769766,-0.9438235759735107,0.0008436646312475204,-0.0027681696228682995,0.0009465888142585754,0.0037308931350708008,0.0011376144830137491,0.0023258328437805176 +180,-0.336549539194251,0.0028068679990388115,0.7775730577117412,-0.33023086190223694,-0.0028068642131984234,-0.9438959956169128,0.00017121247947216034,0.0020396332256495953,-0.00014985725283622742,0.0007631182670593262,-0.0012367144227027893,0.0017573237419128418 +181,-0.33669882837849746,0.0029562005475533885,0.7776243521122489,-0.3303716480731964,-0.0029561962001025677,-0.9438462853431702,-0.001352624036371708,0.002264379756525159,0.0004779677838087082,0.002033025026321411,-0.00038548558950424194,0.001051485538482666 +182,-0.3364293201347524,0.0028577636756777665,0.7776092192550268,-0.3301173448562622,-0.002857759827747941,-0.9439355731010437,0.002084227278828621,-0.0018876558169722557,0.0019902242347598076,0.0013362467288970947,0.001774385804310441,2.6941299438476562e-05 +183,-0.33660548936415124,0.002892060514448338,0.7776317553542084,-0.33028361201286316,-0.002892056480050087,-0.9438773393630981,0.0013033794239163399,-0.0013423869386315346,0.001329595223069191,0.0005411803722381592,-0.0025095567107200623,0.0037223100662231445 +184,-0.3366133798654674,0.0030047560833978415,0.7775984186565353,-0.33029094338417053,-0.0030047516338527203,-0.9438744187355042,0.0012865783646702766,0.0038041521329432726,-0.0011346973478794098,0.0016471445560455322,0.0006091147661209106,0.00426870584487915 +185,-0.3365750441328952,0.002960037516735937,0.7776107165231456,-0.33025479316711426,-0.0029600332491099834,-0.9438871741294861,-0.0003674514591693878,0.0005732299759984016,-0.0014728736132383347,0.0012905597686767578,-0.0031129643321037292,0.003259122371673584 +186,-0.33667038537299,0.003132354669073743,0.777618677746507,-0.33034461736679077,-0.0031323495786637068,-0.9438551664352417,0.0019062291830778122,-0.0017344038933515549,-0.0018330104649066925,0.0009531676769256592,0.0020947533193975687,0.0017775893211364746 +187,-0.33664471716038286,0.0028849273995046206,0.7776246873564981,-0.3303206264972687,-0.002884923480451107,-0.9438643455505371,0.0008532023057341576,-0.002790233585983515,0.002617284655570984,0.0020277798175811768,-0.0014943554997444153,-0.0013260841369628906 +188,-0.3366811423460289,0.003084149183063256,0.7776446976680431,-0.33035480976104736,-0.0030841443222016096,-0.9438517689704895,-0.0027347300201654434,-0.004465874750167131,-0.0012141484767198563,-0.002012103796005249,-0.006086386740207672,-0.0025593042373657227 +189,-0.33667130992839006,0.0030635048313753057,0.7776278482618779,-0.3303455710411072,-0.003063499927520752,-0.9438551068305969,0.001155543141067028,0.0005054741632193327,-0.001974288374185562,0.008278340101242065,0.0009120109025388956,0.00028210878372192383 +190,-0.33642902466276475,0.002919289526750282,0.7776466300188885,-0.33011701703071594,-0.002919285325333476,-0.9439355134963989,-0.000317196361720562,0.005639612674713135,0.0005730893462896347,-0.004477709531784058,0.004277318716049194,0.0020104646682739258 +191,-0.33670698840662766,0.002861259466060782,0.7776626827140893,-0.3303794264793396,-0.00286125554703176,-0.9438438415527344,0.0003906944766640663,0.0016942587681114674,0.00011678412556648254,-0.000522613525390625,-0.0016095635946840048,0.0014000535011291504 +192,-0.3364110550771548,0.0030188978480443353,0.7776191941032006,-0.3300999701023102,-0.003018893301486969,-0.9439411759376526,-2.012588083744049e-05,-0.0023695803247392178,-0.0018921960145235062,0.004401117563247681,0.003751315176486969,-0.0016917586326599121 +193,-0.33635633242781,0.0028234117596298313,0.7776700614862584,-0.33004847168922424,-0.002823407994583249,-0.9439597725868225,-0.0005807019770145416,-0.0005285367369651794,0.0021987343207001686,-0.004866689443588257,0.0030675530433654785,0.0020042061805725098 +194,-0.33647270991549494,0.0029862287055648236,0.7776719470490264,-0.33015817403793335,-0.0029862243682146072,-0.943920910358429,0.0011281762272119522,0.002977372147142887,0.0001471061259508133,0.00433725118637085,0.002696305513381958,0.004666149616241455 +195,-0.33615907540804474,0.002956322453070857,0.7777283750287658,-0.32986214756965637,-0.0029563182033598423,-0.9440245032310486,-0.0009708534926176071,0.0032568080350756645,-0.002741502597928047,-0.00033801794052124023,0.0007132738828659058,-0.001516878604888916 +196,-0.3365203641066855,0.0030429562491376895,0.7777126004704276,-0.330203115940094,-0.0030429514590650797,-0.9439049959182739,-0.0010100016370415688,0.0014577216934412718,0.0010213479399681091,-0.007000863552093506,-0.006692156195640564,0.0025445222854614258 +197,-0.3365425525374523,0.0030102914012062167,0.7777297645790544,-0.33022409677505493,-0.0030102869495749474,-0.9438977837562561,-0.0010336795821785927,0.004427777603268623,-0.0009623151272535324,0.011376440525054932,-0.00036190450191497803,0.0058179497718811035 +198,-0.33608521074440867,0.002753087978875999,0.7777097426671011,-0.3297926187515259,-0.0027530845254659653,-0.9440493583679199,0.00013490859419107437,0.0034750187769532204,-0.0033391304314136505,-0.004878371953964233,-0.015771083533763885,0.010104715824127197 +199,-0.3367030029752175,0.0031292987243063453,0.7777497686391155,-0.33037540316581726,-0.0031292936764657497,-0.9438444375991821,-0.0020270496606826782,0.004415774252265692,-0.0011122971773147583,0.005149573087692261,-0.005293555557727814,0.004955887794494629 +200,-0.3359021908137891,0.002680982206583033,0.7777731754922058,-0.3296198844909668,-0.0026809789706021547,-0.9441099166870117,-0.00028502941131591797,0.0031430688686668873,-0.0023699477314949036,-1.5735626220703125e-05,0.004908762872219086,0.007052421569824219 +201,-0.33656237988845206,0.0025528146781330476,0.7777622746405978,-0.33024322986602783,-0.002552811987698078,-0.9438924193382263,-0.001268891617655754,-0.0016916594468057156,-0.0008798539638519287,-0.006899744272232056,0.012913532555103302,0.0034627318382263184 +202,-0.3361501400329478,0.002359559313816174,0.7777979137849932,-0.32985424995422363,-0.0023595571983605623,-0.944028913974762,-0.0005859043449163437,-0.0012266715057194233,0.0001109149307012558,0.007756471633911133,0.005304507911205292,0.0003338456153869629 +203,-0.3361134918128389,0.0026392859408895532,0.7778126479463693,-0.3298194110393524,-0.002639282960444689,-0.9440403580665588,6.865616887807846e-05,0.0033243554644286633,0.0004238169640302658,-0.005645066499710083,0.0062556192278862,0.007944166660308838 +204,-0.3363992122280165,0.0025790316781062793,0.777816078379243,-0.33008918166160583,-0.002579028718173504,-0.9439462423324585,0.00046561844646930695,-0.0010491055436432362,0.0013510603457689285,0.002116769552230835,0.00704985111951828,0.0006173849105834961 +205,-0.33597141707857425,0.002516334112711612,0.7778118644869508,-0.32968538999557495,-0.002516331383958459,-0.9440875053405762,0.0008080583065748215,-7.829954847693443e-05,0.0006024930626153946,0.0012704730033874512,0.002775728702545166,0.0004534721374511719 +206,-0.3361950121059985,0.002613040591420043,0.7778508105996746,-0.32989639043807983,-0.0026130375918000937,-0.9440135359764099,-0.0001441584900021553,-0.000493035651743412,0.001531790941953659,-0.000898897647857666,-0.006618529558181763,0.004636704921722412 +207,-0.3360920186632253,0.00278872524711775,0.7778433109507599,-0.32979899644851685,-0.0027887215837836266,-0.9440470337867737,-0.0009641703218221664,0.004791031591594219,0.0012363716959953308,0.004405349493026733,-0.003345310455188155,0.004883885383605957 +208,-0.33618814057389085,0.002609720690551286,0.7778258221035159,-0.3298898935317993,-0.002609717659652233,-0.9440158009529114,2.27438285946846e-05,-0.0015253792516887188,-0.0007594004273414612,-0.0019582509994506836,-0.0007929876446723938,0.004211723804473877 +209,-0.33617739377984723,0.0027049293354293323,0.7777673147257157,-0.32987967133522034,-0.0027049260679632425,-0.9440191388130188,-0.001648186706006527,0.0008862914983183146,0.0007878206670284271,0.005737215280532837,-0.008830718696117401,0.0009649395942687988 +210,-0.33595210938158243,0.002877539572922334,0.7777888181747247,-0.3296668529510498,-0.002877535531297326,-0.9440929293632507,0.002158033661544323,-0.002490977756679058,-0.000557195395231247,-0.0009453296661376953,-0.004797637462615967,0.0021221041679382324 +211,-0.33621673650469097,0.0027009993305462136,0.7778145230291222,-0.3299168050289154,-0.002700996119529009,-0.9440061450004578,-0.0005860887467861176,0.0009868696797639132,2.7064234018325806e-05,0.001685023307800293,0.001938052475452423,0.0029661059379577637 +212,-0.33606407497482116,0.0026094438853581444,0.777776268824125,-0.3297727704048157,-0.0026094408240169287,-0.9440567493438721,0.0014142300933599472,-0.0026583378203213215,0.00021907873451709747,0.0010374486446380615,0.001159854233264923,0.0018417835235595703 +213,-0.33618964773505505,0.0026321219198714614,0.7777707107875306,-0.32989129424095154,-0.002632118994370103,-0.9440152645111084,0.0007669953629374504,-0.0019008019007742405,-0.0007368884980678558,0.0004692971706390381,0.0030288472771644592,0.0027005672454833984 +214,-0.33616791568310717,0.0026057644469408415,0.7777437150735143,-0.3298708200454712,-0.0026057614013552666,-0.9440224766731262,0.0011817095801234245,-0.0019680974073708057,0.0017766021192073822,0.0002351999282836914,0.0025904998183250427,0.0028298497200012207 +215,-0.3361597792411322,0.0026684147353480837,0.7777295346117451,-0.3298630714416504,-0.00266841147094965,-0.9440250396728516,8.14441591501236e-06,-0.0017802165821194649,0.0008235964924097061,-0.0002913475036621094,0.0008373558521270752,0.0040836334228515625 +216,-0.3362177438995173,0.0026974587881263053,0.7777781990972119,-0.3299177885055542,-0.0026974554639309645,-0.9440057873725891,0.002329181879758835,0.001121546607464552,0.0017686542123556137,0.0012587308883666992,0.0008816644549369812,0.0024775266647338867 +217,-0.3361388301625064,0.00272116277009161,0.7777887120008709,-0.3298432528972626,-0.0027211594861000776,-0.9440317749977112,-0.0007875394076108932,-0.0011988161131739616,0.0024916604161262512,0.0018708407878875732,0.0001882016658782959,-0.0018605589866638184 +218,-0.3360938814007621,0.002698597573172691,0.7777493835477278,-0.3298008441925049,-0.0026985942386090755,-0.944046676158905,0.00012957490980625153,-0.0003288392908871174,-0.0010101571679115295,-0.003756284713745117,-0.0029319003224372864,0.0021368861198425293 +219,-0.3362589932388221,0.0027573114664452263,0.7777364035708235,-0.32995665073394775,-0.0027573080733418465,-0.9439920783042908,-0.0008700890466570854,0.0017116861417889595,0.00012158975005149841,0.003967881202697754,0.0031387731432914734,0.0015177130699157715 +220,-0.3359462246451889,0.0026050803825604972,0.7777286979377879,-0.3296615183353424,-0.0026050773449242115,-0.9440956115722656,0.0005269348621368408,-0.0006207702681422234,-0.0008597671985626221,0.002299487590789795,0.0020252466201782227,0.003147125244140625 +221,-0.336064039186567,0.00278220034316764,0.7777669825983304,-0.32977259159088135,-0.0027821967378258705,-0.9440562725067139,0.0006539030000567436,0.00223374692723155,-0.0010099280625581741,-0.004654258489608765,-0.004450470209121704,0.002650022506713867 +222,-0.3361579307919141,0.002883628611173959,0.7778267446062755,-0.3298611342906952,-0.002883624518290162,-0.9440250396728516,3.7321820855140686e-05,-0.0008744616061449051,0.003311517648398876,0.0018124580383300781,0.0016018899623304605,0.0003910660743713379 +223,-0.33587730481755435,0.002657841368525936,0.7778611483774447,-0.3295964002609253,-0.0026578381657600403,-0.9441182017326355,0.0005845623090863228,0.0008747759275138378,0.003059590235352516,0.003683924674987793,-0.0034761950373649597,0.002071082592010498 +224,-0.33599316270715013,0.002796049385606114,0.7778951214608455,-0.32970568537712097,-0.0027960457373410463,-0.9440796375274658,-0.0007978500798344612,0.003093732986599207,-2.333521842956543e-05,-0.005484133958816528,0.006351344287395477,0.0023224353790283203 +225,-0.3361988812541634,0.002626718914300232,0.7779040650658197,-0.32990002632141113,-0.002626715926453471,-0.9440122246742249,0.0011091465130448341,-0.0005044946447014809,-0.0005055200308561325,0.002125978469848633,0.0071738362312316895,0.0031705498695373535 +226,-0.33593046450463465,0.002654546348134098,0.7778894709854399,-0.32964661717414856,-0.0026545431464910507,-0.9441006779670715,-0.001813691109418869,0.0016918557230383158,0.0015434660017490387,-0.0015301406383514404,0.0005640909075737,0.006219208240509033 +227,-0.3359103159388214,0.0028105984220290394,0.7779193790523167,-0.32962745428085327,-0.0028105946257710457,-0.9441068768501282,0.0024281423538923264,0.0024728006683290005,-5.1179900765419006e-05,-0.0018544793128967285,-0.0010498836636543274,0.002258121967315674 +228,-0.33353821205398115,0.0019074428357326609,0.8084423005402543,-0.3273876905441284,-0.0019074416486546397,-0.944888174533844,0.3235988914966583,-0.04729946702718735,1.315877914428711,0.00010192394256591797,-0.14854422211647034,-0.060193002223968506 +229,-0.35538340007949765,-0.03049061469825246,1.044670425216862,-0.34778809547424316,0.030485890805721283,-0.9370774030685425,0.46745821833610535,-0.0820392295718193,3.2199277877807617,0.06284546852111816,-0.06419254839420319,-0.05741417407989502 +230,-0.3003999118248982,-0.1169848511593452,1.4186746493159086,-0.29387974739074707,0.11671820282936096,-0.9486894011497498,0.45270538330078125,0.8355653882026672,3.8181920051574707,-0.0016677379608154297,-0.010837472975254059,0.14801496267318726 +231,-0.08634571491199322,-0.1649790820269967,1.917884441893904,-0.0850674957036972,0.16423170268535614,-0.9827468991279602,0.04203154146671295,0.8704752326011658,4.707216739654541,0.1084134429693222,0.009016603231430054,-0.008433520793914795 +232,-0.012156848006259317,-0.18610113949828075,2.1786912331691215,-0.011946642771363258,0.1850287765264511,-0.9826604723930359,-0.01720491796731949,-0.0011958437971770763,1.3094569444656372,-0.07183936983346939,0.08741690218448639,-0.011815786361694336 +233,0.0015148143195119485,-0.17313633815833565,2.356873451744516,0.001492166193202138,0.17227263748645782,-0.9850481748580933,0.030141692608594894,0.09034227579832077,0.5374218225479126,-0.4031645357608795,0.20873932540416718,0.0023974180221557617 +234,-0.00012470291496625922,-0.17120926414604426,2.362717342028528,-0.00012287969002500176,0.1703740507364273,-0.9853794574737549,-0.009443185292184353,0.02162284590303898,0.00019670464098453522,-0.0023948214948177338,0.008382663130760193,0.013882875442504883 +235,-9.519779184769885e-05,-0.171472016455977,2.362727510115958,-9.38016819418408e-05,0.1706329584121704,-0.9853346347808838,0.00035718176513910294,-0.0002937209792435169,0.0016705840826034546,0.000902518630027771,0.006399497389793396,0.0023329854011535645 +236,-0.00025980644865372904,-0.17189762086128332,2.3627349788759613,-0.0002559774147812277,0.17105230689048767,-0.9852619171142578,0.0016620969399809837,-0.002702082507312298,0.0009562075138092041,0.0001796819269657135,0.004454284906387329,0.0015277862548828125 +237,-0.00040099711997010253,-0.17248950926133352,2.362678954698786,-0.000395046517951414,0.1716354489326477,-0.9851604700088501,5.33154234290123e-05,0.0009156204760074615,-0.0011835265904664993,-0.002321019768714905,0.008265689015388489,0.0021282434463500977 +238,-0.0006417461821335024,-0.17298530787228658,2.362615803626852,-0.0006321682594716549,0.17212386429309845,-0.9850751161575317,0.0018267137929797173,-0.0011049197055399418,-0.0013635549694299698,-0.0025569163262844086,0.0019026249647140503,0.0006543397903442383 +239,-0.0007146118827292384,-0.17335321893564695,2.3625791440176873,-0.0007039011688902974,0.17248627543449402,-0.9850116968154907,-0.0004978431388735771,-0.00213578250259161,0.001613415777683258,0.0005970895290374756,0.0055380165576934814,0.0022388696670532227 +240,-0.0008485352230941605,-0.17383790809242475,2.3624963430857018,-0.0008357461774721742,0.1729636788368225,-0.9849278330802917,-0.0001521538943052292,-0.00029294751584529877,-0.0009649824351072311,-0.0037571489810943604,0.0002998560667037964,0.0013463497161865234 +241,-0.0009790349252280248,-0.17399280604798437,2.362493724919328,-0.0009642527438700199,0.17311623692512512,-0.984900951385498,0.001589914783835411,0.0005904762074351311,-0.000964779406785965,0.0007353723049163818,0.004267185926437378,0.0014567375183105469 +242,-0.0009617447223735756,-0.17458677016161625,2.3624714470751598,-0.0009471244993619621,0.1737011969089508,-0.9847979545593262,0.0022885706275701523,-0.0011294009163975716,0.00034913234412670135,-0.002745501697063446,0.0053149014711380005,0.0016894340515136719 +243,-0.001323785221646045,-0.1747243337911572,2.3624384809207792,-0.001303629600442946,0.17383667826652527,-0.9847736358642578,-0.002606581896543503,0.001164374640211463,-0.0020322464406490326,-0.006371542811393738,-0.0039148032665252686,-0.0012340545654296875 +244,-0.0014750353688655214,-0.17490046477633114,2.362444027860055,-0.0014525315491482615,0.17401012778282166,-0.9847428202629089,0.0033742105588316917,4.5754946768283844e-05,-0.001879774034023285,0.0033751390874385834,0.006333500146865845,0.0034806132316589355 +245,-0.0013446134208854191,-0.1755268687214559,2.3624533661248233,-0.0013239525724202394,0.1746269315481186,-0.9846338033676147,-0.0024028830230236053,0.00090948143042624,-0.0016549509018659592,0.00463511049747467,0.002252936363220215,-0.003281235694885254 +246,-0.0015278802552003328,-0.1754025360401084,2.3624527163196936,-0.0015044364845380187,0.17450451850891113,-0.9846552014350891,-0.0017627682536840439,-0.0007902244105935097,0.0006447713822126389,-0.0022034496068954468,-0.002919435501098633,-0.0038396120071411133 +247,-0.0016316865701396371,-0.17556998338294827,2.3624599598410208,-0.0016066022217273712,0.17466938495635986,-0.9846258163452148,7.144082337617874e-05,-0.0010591447353363037,-7.054582238197327e-05,-0.004817347973585129,0.005292773246765137,0.004096031188964844 +248,-0.0019499205552781448,-0.1761042546856516,2.3624793890061455,-0.001919761300086975,0.17519542574882507,-0.984531819820404,-0.015508519485592842,0.00844494067132473,-0.004701601341366768,0.028180137276649475,0.02170400321483612,-0.14141422510147095 +249,-0.001335098582767389,-0.17591944808835755,2.362527056650723,-0.0013144923141226172,0.175013467669487,-0.9845651388168335,0.01960774138569832,-0.02057677134871483,-0.000567099079489708,0.006334632635116577,-0.013544976711273193,0.03102821111679077 +250,-0.0014818643143817364,-0.1760420869028559,2.362500413116488,-0.0014589609345421195,0.17513421177864075,-0.98454350233078,0.00474984897300601,-0.002983707934617996,-0.0007016770541667938,-0.007330100983381271,0.015112370252609253,0.00972050428390503 +251,-0.0017308831649005228,-0.17633891560786272,2.3624810994253065,-0.0017040406819432974,0.1754264533519745,-0.9844910502433777,0.0004001595079898834,-0.0005845045670866966,-0.0007710102945566177,-0.005131896585226059,-0.009502395987510681,-5.9604644775390625e-06 +252,-0.0016677347264819565,-0.17593186778907136,2.362526318756366,-0.0016419906169176102,0.17502570152282715,-0.9845625162124634,0.001097257249057293,-0.0005981326103210449,0.0018055103719234467,0.0035493411123752594,0.0018236637115478516,0.001499772071838379 +253,-0.001585589777777035,-0.17643349012852924,2.362577732068713,-0.0015609742840752006,0.17551955580711365,-0.9844747185707092,0.0004428485408425331,0.008008548989892006,-0.00015108101069927216,-0.0008499138057231903,0.0065483152866363525,-0.0007089972496032715 +254,-0.001774134148776975,-0.17644888261960465,2.3625776799208786,-0.0017465866403654218,0.1755347102880478,-0.9844716787338257,-0.005187319591641426,-0.003199315629899502,-0.002017078921198845,0.0020059868693351746,-0.0044379085302352905,-0.003717958927154541 +255,-0.0017196522862741397,-0.17658884358662086,2.362606595956703,-0.0016929085832089186,0.1756724864244461,-0.984447181224823,0.002211024984717369,0.006377126090228558,0.00010966509580612183,0.003401894122362137,0.0103626549243927,0.0055196285247802734 +256,-0.001692829823837401,-0.17673790914466203,2.3626255384975248,-0.0016664589056745172,0.17581923305988312,-0.9844210743904114,0.00040983036160469055,0.00025090971030294895,0.0030350303277373314,0.003741651773452759,-0.0073011815547943115,-0.000945746898651123 +257,-0.0016056562823894105,-0.17644811869365645,2.3626788434946553,-0.0015807251911610365,0.1755339503288269,-0.9844720959663391,0.0022139372304081917,0.00019097188487648964,0.0029133427888154984,0.004006870090961456,0.0012085884809494019,-0.0021306276321411133 +258,-0.0016074759240465842,-0.17638648364292195,2.3626208456247455,-0.0015825339360162616,0.17547327280044556,-0.9844829440116882,0.01934470422565937,-0.022426199167966843,-0.0006722044199705124,-0.015568345785140991,-0.004941046237945557,0.014847934246063232 +259,-0.0020127419980091226,-0.1766406504744677,2.362571786184738,-0.0019814216066151857,0.17572349309921265,-0.9844375848770142,-0.003002779558300972,0.00013260450214147568,-0.0032009314745664597,-0.013841945677995682,0.0016599297523498535,-0.00390470027923584 +260,-0.0019180871139909937,-0.17676013292307313,2.3625625788837907,-0.0018881993601098657,0.17584112286567688,-0.9844167232513428,0.00048255082219839096,-0.0021500298753380775,-0.0011392012238502502,-0.004077985882759094,-0.0010211914777755737,0.006984531879425049 +261,-0.0016647524410323797,-0.17663871019689467,2.362610436620231,-0.001638847985304892,0.17572158575057983,-0.9844385385513306,0.0001313788816332817,0.0017897302750498056,-0.0018411781638860703,0.009161431342363358,-0.001847684383392334,0.0017267465591430664 +262,-0.0014974234074091597,-0.17674198432033722,2.362652033067626,-0.001474095624871552,0.17582325637340546,-0.984420657157898,0.0026689060032367706,-0.0006566760130226612,0.0011247210204601288,0.005624487996101379,0.0044135600328445435,0.0035399198532104492 +263,-0.00165341491233272,-0.17681343621237014,2.362665610762386,-0.0016276361420750618,0.17589358985424042,-0.9844078421592712,-0.0005329130217432976,3.2963231205940247e-05,0.0011785440146923065,0.007563304156064987,0.0002843886613845825,0.0014213919639587402 +264,-0.0015552529002084616,-0.17683637004702665,2.3627341431410125,-0.0015309983864426613,0.1759161651134491,-0.9844039678573608,-0.0007907906547188759,-0.0035374085418879986,0.0004970356822013855,0.007741324603557587,0.0016198456287384033,0.00041043758392333984 +265,-0.0016243089239454402,-0.17689607977570798,2.3627561240026176,-0.001598960254341364,0.17597495019435883,-0.9843933582305908,0.000153467059135437,-0.0004658307880163193,-0.0035774987190961838,0.002819664776325226,0.0017441809177398682,-0.0005004405975341797 +266,-0.0017049342990889558,-0.17689837700889047,2.3627199278031608,-0.0016783267492428422,0.1759772002696991,-0.9843928217887878,-0.0010752566158771515,0.001990808639675379,-0.002079542726278305,-0.001220840960741043,-4.336237907409668e-05,0.0004145503044128418 +267,-0.0017761730824845763,-0.17693120535208282,2.362702657328388,-0.0017484433483332396,0.17600952088832855,-0.9843869209289551,-0.0019004959613084793,-0.0013434975408017635,0.002548597753047943,-0.0036836862564086914,-0.0006097406148910522,0.0006985664367675781 +268,-0.001787068434249491,-0.17696432923199734,2.362711376743043,-0.0017591582145541906,0.1760421246290207,-0.9843810796737671,-0.0008830567821860313,-0.002623187843710184,0.000511491671204567,-0.001643553376197815,0.001112416386604309,0.0009368658065795898 +269,-0.0017608108774467294,-0.1770368425339795,2.3626876969020536,-0.0017332882853224874,0.17611350119113922,-0.9843683242797852,-0.0013841409236192703,0.0011248297523707151,0.00019301660358905792,-0.0015168339014053345,-0.001140981912612915,0.0006952285766601562 +270,-0.0017400135032155982,-0.17693027873516842,2.362630193862996,-0.0017128486651927233,0.17600861191749573,-0.9843871593475342,0.0007812045514583588,0.0004915879108011723,0.0012048445641994476,-0.000102948397397995,1.677870750427246e-05,0.0012481212615966797 +271,-0.001787615202845985,-0.17701214573364477,2.3626317452620125,-0.0017596813850104809,0.17608919739723206,-0.984372615814209,0.00013467390090227127,-0.0026054284535348415,0.00015730224549770355,-0.00055965397041291,-0.0002011507749557495,0.0005469918251037598 +272,-0.0017287916917663323,-0.17693853910813032,2.3626774315179007,-0.001701799570582807,0.17601673305034637,-0.9843857288360596,-0.0007820539176464081,4.045246168971062e-05,0.0010302811861038208,0.000816788524389267,-0.0019444823265075684,0.0012924671173095703 +273,-0.0016860809158931844,-0.17695838966778132,2.3627043467221993,-0.001659749774262309,0.1760362833738327,-0.9843822717666626,0.0011924179270863533,0.0010759965516626835,-0.0004882439970970154,0.00017964467406272888,0.0023542195558547974,0.0023571252822875977 +274,-0.0017418406799818847,-0.17704227486881877,2.362688800893263,-0.0017146129393950105,0.1761188507080078,-0.9843674302101135,-4.993285983800888e-05,0.00018179509788751602,7.871724665164948e-05,0.00011244043707847595,7.43865966796875e-05,-0.0019149184226989746 +275,-0.0018134791423606307,-0.17704094622511343,2.3626766859620365,-0.0017851319862529635,0.17611755430698395,-0.9843675494194031,0.0005884682759642601,-0.0019747386686503887,-0.0012116283178329468,-0.00457778200507164,-0.004761353135108948,-0.0014265179634094238 +276,-0.0019101607934399103,-0.17699923892143055,2.3626762360083906,-0.001880316180177033,0.1760764867067337,-0.9843747019767761,-0.0037391679361462593,0.0012301220558583736,-0.0017959773540496826,0.002444889396429062,0.0019935667514801025,0.001525580883026123 +277,-0.001726013330747179,-0.17719935438165965,2.362705960621661,-0.001698985230177641,0.17627348005771637,-0.9843397736549377,0.002016260288655758,-0.0006802855059504509,0.002016824670135975,-0.0026497691869735718,-0.0016213804483413696,0.00043779611587524414 +278,-0.001917107770781065,-0.17702907354947162,2.3626560486603947,-0.0018871446372941136,0.17610585689544678,-0.9843693971633911,-2.8320588171482086e-05,-0.0008638640865683556,0.0006147045642137527,0.0018413701327517629,0.0005451291799545288,-0.00012761354446411133 +279,-0.0017527204349473385,-0.1771334176514359,2.362662479059736,-0.001725294510833919,0.17620857059955597,-0.9843513369560242,-0.0016410816460847855,0.0001260752324014902,-0.0017882958054542542,0.0008097664685919881,-0.002334684133529663,-0.0010154247283935547 +280,-0.0018245164293414651,-0.1770725601255814,2.362669126460778,-0.001795986550860107,0.1761486679315567,-0.9843619465827942,0.00149543397128582,-0.001496154349297285,0.0020882505923509598,0.000239592045545578,0.0009295791387557983,0.0009940266609191895 +281,-0.0017174250074124162,-0.17722324398310446,2.362693398229079,-0.0016905241645872593,0.17629699409008026,-0.9843355417251587,0.00115911103785038,0.0005955344531685114,-0.002099350094795227,0.0032926946878433228,-0.001477062702178955,0.0018832087516784668 +282,-0.0018365475308794721,-0.1770559157182506,2.36271877807726,-0.001807834836654365,0.17613227665424347,-0.9843648672103882,-0.0020462321117520332,0.0001276535913348198,-0.0006568189710378647,-0.0018084980547428131,-0.0005951821804046631,0.0002950429916381836 +283,-0.0019013077587724165,-0.1772129800357667,2.362737341079884,-0.0018715299665927887,0.17628689110279083,-0.9843370318412781,0.001174047589302063,-0.0019087395630776882,-0.0002296101301908493,0.005747262388467789,0.0009134113788604736,0.0022814273834228516 +284,-0.001691116081072607,-0.1771800531036976,2.3627678392307274,-0.0016646402655169368,0.1762544810771942,-0.9843432307243347,0.0007204795256257057,0.001189981121569872,-0.0005569588392972946,0.00012350082397460938,0.00045755505561828613,0.0006548762321472168 +285,-0.0018534286085194252,-0.17721552386123196,2.3627178499780364,-0.001824399922043085,0.1762893944978714,-0.9843366742134094,-0.0015701334923505783,-0.0001809028908610344,-8.764117956161499e-05,-0.0035161785781383514,-0.00021824240684509277,-3.826618194580078e-05 +286,-0.0017573209282820141,-0.17721323716727452,2.3627461351855406,-0.0017297982703894377,0.17628714442253113,-0.9843372702598572,0.00040313880890607834,0.0015301280654966831,-0.0005415976047515869,0.0014703981578350067,-0.000994175672531128,0.0015949606895446777 +287,-0.0016701854086785407,-0.1771906976348807,2.3628014629412246,-0.0016440341714769602,0.1762649565935135,-0.9843413829803467,-0.0007689325138926506,0.0020529949106276035,-0.0017123650759458542,-0.0038491301238536835,0.00046233832836151123,0.0011260509490966797 +288,-0.0018264256859279204,-0.17723950630289292,2.3627771061654856,-0.001797812175936997,0.17631299793720245,-0.9843325018882751,-0.002941163256764412,0.0017224475741386414,0.0002164933830499649,0.0005771071882918477,-0.0014472901821136475,0.0005831718444824219 +289,-0.0017294171684772528,-0.1772524211122856,2.3628076943711482,-0.001702319597825408,0.1763257086277008,-0.984330415725708,0.0009408844634890556,-0.0011285347864031792,0.0005236491560935974,-0.00040339305996894836,0.0006915032863616943,0.0010540485382080078 +290,-0.0018418199467415063,-0.17732533456111887,2.362794508932759,-0.0018129374366253614,0.17639748752117157,-0.9843173623085022,-0.0017435336485505104,-0.0010304213501513004,-0.0009997263550758362,-0.0004453621804714203,-0.0004789084196090698,-0.0009273886680603027 +291,-0.001737221517799582,-0.17724713980730344,2.362828314208645,-0.0017100032418966293,0.17632050812244415,-0.9843313097953796,-0.0003465944901108742,0.0007549466099590063,-0.005285302177071571,0.00427347794175148,-0.0011648833751678467,0.00044459104537963867 +292,-0.0017042445169749292,-0.17728530239709758,2.362783788071567,-0.0016775315161794424,0.17635807394981384,-0.9843246340751648,-0.0015909019857645035,3.918679431080818e-05,-0.0020567048341035843,-0.0007638743845745921,0.0017424970865249634,0.0007889270782470703 +293,-0.0018992614075920883,-0.17732556200538632,2.362738555785138,-0.0018694779137149453,0.17639771103858948,-0.9843171834945679,0.0008878372609615326,0.0006517667789012194,0.001478869467973709,0.000770844635553658,-0.0023712366819381714,0.00020164251327514648 +294,-0.0017905064033282667,-0.17719777910873205,2.3627680042326813,-0.001762468833476305,0.1762719303369522,-0.9843399524688721,0.0021550217643380165,-0.0015365402214229107,-0.0007874276489019394,0.0024185962975025177,0.0018134117126464844,0.0004532337188720703 +295,-0.0017940923759561475,-0.17723886579606055,2.362715020301794,-0.0017659856239333749,0.1763123720884323,-0.9843326807022095,4.871748387813568e-06,0.0011958889663219452,-0.000880114734172821,-0.0017587952315807343,0.000384405255317688,0.0007969141006469727 +296,-0.0017839279395459688,-0.17717844556971277,2.362709301010813,-0.0017559995176270604,0.17625290155410767,-0.9843433499336243,-0.0006071990355849266,0.0011533340439200401,0.00022199936211109161,0.0005810745060443878,-4.4405460357666016e-05,0.0018909573554992676 +297,-0.001725002678059514,-0.17724536519067055,2.3627532489553476,-0.0016979763749986887,0.17631876468658447,-0.9843316674232483,0.0006946949288249016,0.000624899985268712,-0.00028344616293907166,-0.000911276787519455,0.0010799169540405273,0.001467287540435791 +298,-0.0017880604688245616,-0.17724327069665688,2.3627457574845048,-0.0017600468127056956,0.17631670832633972,-0.9843319058418274,0.0011077309027314186,0.0017988178879022598,0.0020256005227565765,-0.0017647333443164825,-0.0016340762376785278,0.0010555386543273926 +299,-0.0017203924149333141,-0.177250103884063,2.3628363373230044,-0.001693436992354691,0.17632342875003815,-0.9843308329582214,0.001280084252357483,-6.692949682474136e-06,0.0013509634882211685,-0.00019865110516548157,0.002112850546836853,0.0007492899894714355 +300,-0.0016541789809887588,-0.17729632193480951,2.3628558074841655,-0.0016282475553452969,0.17636892199516296,-0.9843227863311768,-0.0004141759127378464,0.0008836346678435802,-0.0010811183601617813,0.00034650787711143494,-0.0016863048076629639,0.0008480548858642578 +301,-0.0016463320878778792,-0.17725730670757797,2.3628335335588733,-0.0016205350402742624,0.17633052170276642,-0.9843297004699707,-0.0008110655471682549,-0.0008479775860905647,0.0004170052707195282,0.0015289820730686188,0.0015564411878585815,0.0010685920715332031 +302,-0.001638319491946451,-0.17726715352094405,2.3628236879965754,-0.0016126451082527637,0.17634020745754242,-0.9843279719352722,0.0012507922947406769,-0.002744636032730341,-0.0006278026849031448,0.0035352520644664764,-0.0025731176137924194,-0.0017102360725402832 +303,-0.0016076865830898536,-0.17720838285480697,2.3627915336455585,-0.0015825089067220688,0.1762823611497879,-0.9843383431434631,-0.0006254268810153008,0.0005468244198709726,0.0030542146414518356,0.00022447865922003984,0.0032372772693634033,0.00322878360748291 +304,-0.0017000836885334137,-0.17727783229838226,2.36276397402127,-0.0016734381206333637,0.17635072767734528,-0.9843259453773499,-0.0003559580072760582,0.0020601588767021894,-0.0007818713784217834,-0.00032546359580010176,-0.0012408643960952759,0.0004087686538696289 +305,-0.0016086179425107885,-0.17723894437144633,2.3627913772006193,-0.0015834170626476407,0.17631244659423828,-0.9843329787254333,-0.00010295026004314423,-0.0002396036870777607,-0.0001992844045162201,-0.00023237988352775574,0.0013914108276367188,0.0006141066551208496 +306,-0.0016142021283989106,-0.17719560918936397,2.3628116230848817,-0.001588926068507135,0.1762697845697403,-0.9843406081199646,-0.0016711587086319923,0.00028279866091907024,-0.00036217086017131805,-0.0022715479135513306,-0.004608407616615295,-0.0010109543800354004 +307,-0.0016669407904153569,-0.17699724163374028,2.36277047132724,-0.0016408971277996898,0.17607451975345612,-0.9843754768371582,0.0011430177837610245,-0.0019080382771790028,0.0009029805660247803,0.0017324499785900116,0.0010952651500701904,0.003921985626220703 +308,-0.0015792689171261686,-0.17735419904614458,2.3627549800377095,-0.0015544957714155316,0.17642588913440704,-0.9843127131462097,-0.0002733813598752022,0.00010782387107610703,-0.0005733203142881393,-0.0005664750933647156,0.0009422600269317627,0.0008074641227722168 +309,-0.0016636951573806775,-0.17705190761586279,2.3627135254686062,-0.0016376861603930593,0.1761283427476883,-0.9843658804893494,0.0009142188355326653,-0.0009094197303056717,0.00024254433810710907,-0.0015666595427319407,-0.004589051008224487,-0.0008178353309631348 +310,-0.0017364872748955949,-0.17715245156862344,2.362737742533269,-0.0017093095229938626,0.17622731626033783,-0.9843479990959167,0.0002304762601852417,0.0009833977092057467,0.0028522182255983353,-0.003142986446619034,0.00465036928653717,0.0029790401458740234 +311,-0.0017141404999483033,-0.17731271400180448,2.362751897842827,-0.0016872640699148178,0.1763850599527359,-0.984319806098938,-9.132269769906998e-05,0.0021133318077772856,0.0002677943557500839,5.457550287246704e-05,-2.397596836090088e-05,-0.00016200542449951172 +312,-0.001627373655141179,-0.1771360680333402,2.3627805910318274,-0.001601908472366631,0.1762111783027649,-0.9843510985374451,-0.0011843042448163033,0.0007539601065218449,0.0020168088376522064,-0.0005343221127986908,-0.00015527009963989258,-0.00025278329849243164 +313,-0.0016525037908224028,-0.1772534706323105,2.362763408546819,-0.0016266111051663756,0.17632675170898438,-0.9843303561210632,-0.0008437056094408035,0.0015533906407654285,-0.001919534057378769,-0.00212705135345459,-0.001644134521484375,0.0005657076835632324 +314,-0.001679589887097211,-0.1771963778867565,2.362816580548947,-0.0016532896552234888,0.17627054452896118,-0.9843403697013855,-0.0007677590474486351,-0.00570397824048996,0.0008906684815883636,8.163601160049438e-05,7.528066635131836e-05,0.003093421459197998 +315,-0.00162626888155712,-0.17725727385315856,2.3628183646162153,-0.0016007862286642194,0.17633049190044403,-0.9843297004699707,0.0005269553512334824,0.001120355911552906,3.997795283794403e-05,-0.00019975006580352783,-0.0012358874082565308,0.0008397102355957031 +316,-0.0015815690119987149,-0.17721793330302713,2.362848173410978,-0.0015567977679893374,0.17629176378250122,-0.9843367338180542,-0.0009209765121340752,-0.0007637785747647285,-0.0008228998631238937,-0.0007015019655227661,0.0006644129753112793,0.0014265775680541992 +317,-0.0015928814942348618,-0.1772514393518382,2.3628298954713824,-0.0015679236967116594,0.1763247400522232,-0.9843307733535767,-0.0003585927188396454,0.002324977656826377,-0.0010795053094625473,-0.000797189655713737,-0.0015048235654830933,0.0022293925285339355 +318,-0.0015760228586797066,-0.1771943292495827,2.3627871277643804,-0.0015513449907302856,0.1762685328722,-0.9843409061431885,-0.0007202886044979095,0.00045296340249478817,0.001397501677274704,0.0018412619829177856,0.0004740208387374878,0.0015985965728759766 +319,-0.0014802158087340953,-0.17722694106370276,2.362815535302274,-0.0014570297207683325,0.17630062997341156,-0.9843353033065796,8.043088018894196e-05,0.00018138461746275425,0.0008747819811105728,-0.0022050775587558746,-0.0005041211843490601,0.0009216070175170898 +320,-0.0015111604596583282,-0.1772289578344393,2.3628116405231183,-0.001487489091232419,0.17630261182785034,-0.9843348860740662,0.0011144494637846947,0.002873866120353341,0.00030283816158771515,0.00054144486784935,0.002438843250274658,-0.0015812516212463379 +321,-0.0014666877734357668,-0.17729490902948727,2.362817674177962,-0.0014436959754675627,0.17636753618717194,-0.9843233227729797,0.0021819593384861946,0.002255838131532073,-0.0004660859704017639,0.0014742128551006317,0.000497087836265564,-0.0006772875785827637 +322,-0.001445499164794631,-0.17722032740012772,2.362798433263725,-0.001422858564183116,0.17629411816596985,-0.9843364953994751,-0.0005932115018367767,0.00019591255113482475,-0.001322796568274498,0.00040052086114883423,-0.0006959885358810425,0.00012934207916259766 +323,-0.0015113034281211692,-0.1772393956507746,2.3628010776363952,-0.001487627043388784,0.1763128936290741,-0.9843330383300781,8.499156683683395e-05,-0.0008607120253145695,-0.0017468668520450592,-0.0008317083120346069,-0.00015017390251159668,0.000858306884765625 +324,-0.0015814018589356842,-0.17728606594402485,2.3627934409767013,-0.0015566141810268164,0.17635883390903473,-0.9843246936798096,-0.0001705605536699295,0.0004022603388875723,-0.0006408821791410446,-0.00021340686362236738,-0.0010963976383209229,5.65648078918457e-05 +325,-0.0016102047306312353,-0.1772500551709193,2.3628097511124637,-0.0015849758638069034,0.17632338404655457,-0.9843310117721558,-0.0011230455711483955,0.0014417662750929594,-0.00046333856880664825,0.0006847083568572998,0.0006938278675079346,0.0012682676315307617 +326,-0.0016556749906141124,-0.17728370421953196,2.3628061575270562,-0.0016297238180413842,0.1763565093278885,-0.9843249917030334,-0.0015014493837952614,0.001942185452207923,-0.0007665101438760757,-0.0012847072212025523,0.0007827579975128174,0.0009723901748657227 +327,-0.0016531403900586703,-0.1772640233434028,2.3628390117423135,-0.0016272346256300807,0.1763371378183365,-0.9843285083770752,-0.0001816367730498314,0.0028986381366848946,-0.00032606348395347595,-0.004110071808099747,-0.0005864053964614868,0.0004723072052001953 +328,-0.0017044723576379816,-0.1772228728770606,2.3627999783091465,-0.001677774591371417,0.17629662156105042,-0.9843356609344482,0.00010647717863321304,-0.0024810503236949444,-0.0005446430295705795,-0.0027014948427677155,-0.0011104792356491089,0.0006625652313232422 +329,-0.0016059293412338457,-0.17724619784337392,2.3628165027034496,-0.0015807684976607561,0.17631958425045013,-0.9843317270278931,0.00037560705095529556,0.00012821145355701447,-0.0036253854632377625,0.002374224364757538,-0.00017213821411132812,0.0010248422622680664 +330,-0.0015222755961644585,-0.17718848259408282,2.3627826794026214,-0.0014984409790486097,0.1762627810239792,-0.9843419790267944,0.00212301779538393,-0.00012363260611891747,0.0009990036487579346,0.00015566509682685137,-0.000222131609916687,0.002026975154876709 +331,-0.00157313439535241,-0.17723398522872838,2.362781518476748,-0.0015484908362850547,0.1763075590133667,-0.9843339323997498,-0.0013544941321015358,-0.0017822319641709328,8.463673293590546e-05,0.0010602101683616638,0.001182660460472107,0.0012406706809997559 +332,-0.0013608893981990472,-0.17730203432976893,2.362797624135814,-0.0013395545538514853,0.17637455463409424,-0.984322190284729,-0.02190488390624523,0.05663050711154938,-0.0009768884629011154,0.003735184669494629,0.003724917769432068,-0.006186783313751221 +333,0.0023545056684224695,-0.18240630480167228,2.3854823718688434,0.0023154423106461763,0.181396484375,-0.9834073185920715,-0.06566930562257767,-0.1417515128850937,1.239133358001709,0.1750374585390091,-0.1179656982421875,-0.017248809337615967 +334,0.05773737880284769,-0.17697754713236713,2.5402173694220185,0.05680396780371666,0.17605513334274292,-0.9827399849891663,0.46389085054397583,0.730718195438385,0.8956230282783508,-0.04810645803809166,0.15841752290725708,-0.14827197790145874 +335,0.22540546600729375,-0.09884659834512022,2.8630778122459803,0.22241060435771942,0.09868571162223816,-0.9699457287788391,-0.43578261137008667,1.493209719657898,4.74732780456543,-0.0040725767612457275,0.07251790165901184,0.05646306276321411 +336,0.28365267055109156,-0.05242190662155346,-2.928435209955635,0.2794797718524933,0.05239789932966232,-0.9587208032608032,-0.8187845945358276,-0.9430029392242432,5.581561088562012,-0.0384824275970459,-0.04597394913434982,0.13810312747955322 +337,0.26763730506670763,0.0595171503672292,-2.414566686336909,0.2639853358268738,-0.059482019394636154,-0.9626908302307129,-0.2056306153535843,0.36125338077545166,3.197990894317627,-0.2716299891471863,0.035388387739658356,0.05418252944946289 +338,0.2537759627476137,0.0436251117913221,-2.266796238177009,0.25082188844680786,-0.043611276894807816,-0.9670503735542297,0.15689139068126678,0.9098957180976868,0.20921353995800018,0.13003748655319214,-0.054853688925504684,0.21119099855422974 +339,0.2985306594956484,0.017709218034292994,-2.2910965685972755,0.2940700650215149,-0.017708292230963707,-0.9556198120117188,0.034384287893772125,-0.1410379707813263,-0.7382742166519165,-0.013949215412139893,-0.011161334812641144,0.10208892822265625 +340,0.28119000759622537,0.012336006606732019,-2.3406114410510823,0.27747800946235657,-0.012335693463683128,-0.960652768611908,0.025953037664294243,-0.04415145143866539,-0.09817877411842346,0.08690190315246582,0.027426637709140778,0.01790374517440796 +341,0.28219793586238506,0.011893493871143702,-2.3410586911791498,0.27844762802124023,-0.011893213726580143,-0.9603777527809143,0.0008108150213956833,-0.0015678186900913715,0.0007306691259145737,-0.0005088150501251221,0.004660547710955143,0.000584721565246582 +342,0.2821350299201302,0.011524977290960048,-2.3410979480643617,0.2783884108066559,-0.01152472198009491,-0.9603994488716125,-0.0005406215786933899,-0.00043806107714772224,-0.0008128099143505096,0.0007100999355316162,0.0035901516675949097,0.0009725689888000488 +343,0.28218291743786145,0.011053331914196043,-2.3410881115798863,0.2784358859062195,-0.011053106747567654,-0.9603912234306335,-0.001552872359752655,0.002165078418329358,0.0007156357169151306,-0.0010921359062194824,0.005193732678890228,0.001513659954071045 +344,0.28217520396178164,0.010559498173492464,-2.341074848393309,0.27842995524406433,-0.01055930182337761,-0.9603984951972961,0.0011566607281565666,0.0005684220232069492,0.0007870979607105255,-0.00012490153312683105,0.004699930548667908,0.0008037686347961426 +345,0.2821408650399527,0.010131590877822205,-2.3411039466430665,0.27839821577072144,-0.010131417773663998,-0.960412323474884,0.0008125798776745796,-0.0005919169634580612,-0.0008177235722541809,-0.0014359354972839355,0.005294382572174072,-6.74128532409668e-05 +346,0.2821921461652322,0.00971415913291761,-2.341138152547176,0.27844861149787903,-0.009714006446301937,-0.9604020118713379,0.0014990931376814842,0.00037526851519942284,2.9150396585464478e-06,0.0003599822521209717,0.0021456480026245117,0.0018448829650878906 +347,0.28224326761545954,0.009414316339163365,-2.34118976328742,0.27849850058555603,-0.009414177387952805,-0.9603905081748962,0.0001058969646692276,0.00025980640202760696,-0.0023949481546878815,-0.002375483512878418,0.003219112753868103,0.0008262991905212402 +348,0.28218740558067806,0.009089356388332366,-2.341254070657556,0.27844569087028503,-0.009089231491088867,-0.9604089856147766,-0.0018942775204777718,0.0016087926924228668,-0.0002381410449743271,0.0003476142883300781,0.003870725631713867,0.00029546022415161133 +349,0.2822274644728664,0.008793276218809145,-2.341249951889542,0.27848491072654724,-0.008793163113296032,-0.9604003429412842,-7.257796823978424e-06,0.002905665896832943,-0.0003367941826581955,-0.0012327134609222412,0.000995919108390808,0.0008208751678466797 +350,0.28217604580966205,0.008608571530413037,-2.341217638031343,0.27843597531318665,-0.00860846508294344,-0.9604161977767944,0.0016497811302542686,0.000651828246191144,0.0017383471131324768,-0.0008328258991241455,0.004076600074768066,-0.0002924203872680664 +351,0.2822332354837647,0.008308599255696067,-2.3411978283532626,0.2784916162490845,-0.008308503776788712,-0.9604027271270752,0.0006120549514889717,0.00039599835872650146,6.288290023803711e-05,-0.00026285648345947266,0.001533597707748413,-0.0001380443572998047 +352,0.28222095689677446,0.008154448771267756,-2.3412286549846466,0.2784801721572876,-0.008154358714818954,-0.9604073762893677,-0.001686149276793003,-0.002314575482159853,-0.0014383848756551743,-0.00015985965728759766,0.001806698739528656,0.0020638704299926758 +353,0.28226950575748544,0.007935004274890724,-2.341249025470266,0.27852728962898254,-0.00793492142111063,-0.9603955149650574,0.0008819838985800743,-0.0009411773644387722,0.0006435196846723557,-0.00016123056411743164,0.00352513138204813,9.894371032714844e-05 +354,0.2822578141834098,0.007779964080695015,-2.3412905087415243,0.27851641178131104,-0.007779885549098253,-0.9603999853134155,0.00166328065097332,-0.003842479083687067,-0.0006980132311582565,-0.0008217096328735352,0.0010660216212272644,0.00021016597747802734 +355,0.2821793893840019,0.007624337086162014,-2.341312100152188,0.2784413993358612,-0.007624263409525156,-0.960422933101654,-0.0009515704587101936,0.0003517945297062397,0.001426519826054573,-0.00047206878662109375,0.0004068543203175068,-0.0002551078796386719 +356,0.2821324489835415,0.007556294419184376,-2.34128095527054,0.27839648723602295,-0.007556222379207611,-0.9604365229606628,-0.003663717769086361,-0.002499510534107685,0.0015547946095466614,0.0002595484256744385,0.0009186491370201111,0.0002772212028503418 +357,0.28214017530432334,0.007456576146995374,-2.3412546315209846,0.2784041166305542,-0.007456507068127394,-0.9604350924491882,-0.000516718253493309,0.0001656869426369667,7.510557770729065e-05,8.407235145568848e-05,0.0024974048137664795,9.268522262573242e-05 +358,0.28212383279195874,0.00730762803443747,-2.341217501563071,0.27838870882987976,-0.007307562977075577,-0.9604406952857971,0.0008972091600298882,-0.0025183078832924366,0.00034233182668685913,9.945034980773926e-05,0.0007920563220977783,0.0005865693092346191 +359,0.28208151032314854,0.0072293420615543195,-2.341151871979332,0.2783482074737549,-0.007229279261082411,-0.9604530334472656,0.001003696583211422,-0.0006408756598830223,-0.0006949398666620255,0.0009639263153076172,0.0018734410405158997,0.000980377197265625 +360,0.2820304063110576,0.007058546537965834,-2.3411307513715873,0.278299480676651,-0.007058487739413977,-0.9604684114456177,-0.00014063715934753418,-0.00103393429890275,0.0010635368525981903,-0.003168255090713501,0.0017484277486801147,0.0005379915237426758 +361,0.28197662742215246,0.0070470694315394695,-2.3410858545706175,0.2782478332519531,-0.00704701105132699,-0.9604834318161011,-0.0002659643068909645,0.0014802070800215006,-0.00048197805881500244,0.0011710822582244873,-0.0008417889475822449,0.0022772550582885742 +362,0.282009430905324,0.006922421616348123,-2.341094216315679,0.2782796025276184,-0.006922366097569466,-0.9604751467704773,-0.0004163021221756935,-0.0009405221790075302,0.0006816554814577103,-0.0004017949104309082,4.0650367736816406e-05,0.0009109377861022949 +363,0.2819560381880796,0.006858717049398405,-2.341013856158237,0.27822843194007874,-0.00685866316780448,-0.9604904651641846,-0.000321829691529274,0.0005089696496725082,0.0024236300960183144,-0.00022855401039123535,-0.0018541067838668823,-0.0011336803436279297 +364,0.28198215251206044,0.006829680406348384,-2.341016916152224,0.27825358510017395,-0.006829627323895693,-0.9604833722114563,-0.0011427560821175575,-0.0004536430351436138,-0.00048696063458919525,0.0003414154052734375,0.0004667118191719055,0.0009801983833312988 +365,0.28196808961900816,0.006743242110902277,-2.3410268788938295,0.27824023365974426,-0.006743190810084343,-0.9604878425598145,0.000241108238697052,-0.0003245607949793339,-0.0007288679480552673,-0.0010185539722442627,0.0007922649383544922,0.0010151863098144531 +366,0.2819526699725588,0.006744499345055197,-2.341025891808754,0.2782254219055176,-0.006744448095560074,-0.9604921340942383,0.0005286466330289841,0.0023432057350873947,-0.0007665753364562988,-0.0006222724914550781,6.109476089477539e-05,8.869171142578125e-05 +367,0.2819579998035715,0.006651943791572022,-2.3410125873750265,0.2782306969165802,-0.0066518946550786495,-0.9604912400245667,-0.002591637894511223,-0.0007012244313955307,-0.001103648915886879,-7.826089859008789e-05,0.0022421106696128845,0.0011864304542541504 +368,0.28200235965985343,0.006567140729360213,-2.341002987674293,0.27827346324920654,-0.006567093543708324,-0.9604794383049011,-0.0007591759786009789,0.0013980250805616379,0.0019184146076440811,-0.001082301139831543,0.0015011802315711975,0.000579535961151123 +369,0.2819517475856024,0.006596351179410021,-2.3409959787113834,0.27822479605674744,-0.006596303544938564,-0.9604933261871338,0.0007289433851838112,0.0006783776916563511,0.0030350694432854652,-0.0004538297653198242,0.0002639074809849262,0.0005782246589660645 +370,0.2819969272276243,0.0065971504854933855,-2.3409697685714366,0.2782681882381439,-0.006597102619707584,-0.9604807496070862,-0.0008874190971255302,0.0004147931467741728,0.0007577892392873764,-0.0011686086654663086,0.0018668770790100098,0.0018625855445861816 +371,0.28187491772034606,0.006597053864751529,-2.3410022438177474,0.2781510055065155,-0.006597006227821112,-0.9605147242546082,0.00118987075984478,-0.0013590985909104347,-0.0007604844868183136,-0.0008072555065155029,0.0008139312267303467,0.0005385279655456543 +372,0.28189967816811246,0.006567255116326943,-2.341010417167127,0.27817484736442566,-0.006567208096385002,-0.9605079889297485,-0.0005574142560362816,0.0021357405930757523,0.0003860834985971451,0.002510577440261841,0.0019132792949676514,0.002866387367248535 +373,0.28192069531922564,0.006568410534504673,-2.3410055428860788,0.27819502353668213,-0.006568363402038813,-0.9605021476745605,0.0005539599806070328,-0.0006613964214920998,-0.0017119664698839188,-0.005489945411682129,0.00019018352031707764,-0.0014119148254394531 +374,0.28174513528950934,0.00655379320891943,-2.3410079282173704,0.27802643179893494,-0.006553746294230223,-0.9605510830879211,0.0005856594070792198,0.000349933747202158,0.002036930061876774,0.0042611658573150635,0.00115213543176651,0.0014598965644836426 +375,0.2820137611316244,0.006540208622900733,-2.3410158407572785,0.2782844603061676,-0.006540162023156881,-0.9604764580726624,-0.0009110206738114357,-8.249003440141678e-05,0.0009173806756734848,-0.0009407401084899902,-0.004156246781349182,0.0007444024085998535 +376,0.28179385233642057,0.006568685556493383,-2.3410209403870867,0.27807319164276123,-0.006568638142198324,-0.9605374336242676,-0.0018124254420399666,-0.0003050672821700573,-0.00017984211444854736,0.0005370378494262695,-0.0018694698810577393,0.002285480499267578 +377,0.2819382855653403,0.006600809120180904,-2.3410093504707494,0.2782118618488312,-0.006600761320441961,-0.9604970216751099,-0.002326158806681633,-0.00022399518638849258,-0.0009044613689184189,0.00015419721603393555,-0.0026308069936931133,0.00039881467819213867 +378,0.28188118673468304,0.006569903110151901,-2.341026367293523,0.2781570851802826,-0.006569855846464634,-0.9605131149291992,0.0008901804685592651,-0.0018623308278620243,-0.0001011136919260025,-0.0021713972091674805,0.0015649725683033466,0.0011168122291564941 +379,0.28190495871318405,0.006505348805824684,-2.3409848668227498,0.2781800329685211,-0.006505303084850311,-0.9605069160461426,0.0013098185881972313,0.0013778845313936472,0.0014369767159223557,9.447336196899414e-05,0.0003560115583240986,0.00016456842422485352 +380,0.2818786719478253,0.006513353252155204,-2.340937183346075,0.27815476059913635,-0.006513307336717844,-0.9605141878128052,-0.0006791641935706139,0.0005568491760641336,-0.0004058796912431717,-0.0008873045444488525,0.0011727288365364075,0.0009499788284301758 +381,0.2818001610376127,0.006503817436024538,-2.3409969040476044,0.2780793607234955,-0.006503771524876356,-0.9605360627174377,-0.0009072544053196907,-0.0026284605264663696,0.000708460807800293,4.2557716369628906e-05,7.98259861767292e-05,-0.0015915632247924805 +382,0.28178763294792725,0.006488853864579648,-2.341002689913537,0.27806738018989563,-0.0064888084307312965,-0.9605396389961243,0.0006580417975783348,-0.00021688127890229225,-0.0006788074970245361,-0.0006625950336456299,0.0012550433166325092,0.00044143199920654297 +383,0.28171984725280746,0.0064608189327102885,-2.341023244563698,0.2780022919178009,-0.006460773758590221,-0.9605586528778076,-0.0017171120271086693,-0.001116117462515831,-0.0020794514566659927,-0.000673830509185791,-0.00043620122596621513,0.0002773404121398926 +384,0.28174976250357037,0.0064865197122321245,-2.341072615327135,0.27803099155426025,-0.006486474070698023,-0.9605501890182495,-8.082669228315353e-05,0.0007359958253800869,-0.0018837489187717438,-0.0002295076847076416,-0.000990330707281828,0.0009250044822692871 +385,0.281745603550485,0.006472636920494992,-2.3410590545511485,0.2780270278453827,-0.0064725917764008045,-0.9605514407157898,0.00037082377821207047,0.0004343732725828886,-0.0006810557097196579,-0.0005154311656951904,0.0005674436688423157,-5.036592483520508e-05 +386,0.28176258733863074,0.006482520742174606,-2.3410622777192853,0.27804332971572876,-0.006482475437223911,-0.9605466723442078,-0.00034347083419561386,-0.0009864475578069687,0.0020782211795449257,0.0014671683311462402,0.0008367225527763367,0.0017606616020202637 +387,0.281769106704324,0.006425662994386273,-2.3411017431134646,0.27804967761039734,-0.006425618659704924,-0.9605451822280884,0.0012871650978922844,-0.00010883621871471405,-0.0010188799351453781,-0.002063959836959839,1.6689300537109375e-06,-1.0848045349121094e-05 +388,0.2817443608296082,0.006498010250583439,-2.341092172226927,0.2780257761478424,-0.006497964728623629,-0.9605516195297241,-0.00015665683895349503,0.001697498606517911,0.00012975186109542847,0.0005844235420227051,0.00021134363487362862,0.00019401311874389648 +389,0.281911948531182,0.006477204190470829,-2.3411072550574255,0.2781867980957031,-0.006477158982306719,-0.9605051279067993,0.0005344999954104424,-0.001644583884626627,-0.001403898000717163,-0.0012245476245880127,0.0010145162232220173,0.0007120966911315918 +390,0.28185819579239396,0.006474773619792573,-2.3411011523189105,0.27813518047332764,-0.006474728230386972,-0.9605201482772827,0.0006478726863861084,7.121032103896141e-05,0.0012298226356506348,-0.0004099607467651367,-0.0003459453582763672,0.00045239925384521484 +391,0.2819758156729858,0.006522283480197233,-2.341074351627084,0.2782480716705322,-0.0065222373232245445,-0.9604871273040771,0.0013888673856854439,0.0023934212513267994,0.00025981850922107697,-0.0007975101470947266,-0.0007867217063903809,0.0005109310150146484 +392,0.2819658302832326,0.006556549696058861,-2.341068125979372,0.2782384157180786,-0.006556502543389797,-0.9604896903038025,0.001283363439142704,-0.0021908688358962536,0.0027450351044535637,-0.0005131959915161133,0.0010328218340873718,0.0006355643272399902 +393,0.2819908576893771,0.006571651010391388,-2.3410634868410396,0.2782624065876007,-0.006571603938937187,-0.9604825973510742,-0.00045635737478733063,-0.0005524801090359688,4.421360790729523e-05,0.0014006495475769043,-0.0021106451749801636,0.0026578903198242188 +394,0.2820314373940107,0.0065771829708554915,-2.341038833363389,0.2783013880252838,-0.006577135529369116,-0.9604712724685669,0.0014478834345936775,-9.856652468442917e-05,-0.0002276189625263214,0.0023230016231536865,0.001587510108947754,0.0013190507888793945 +395,0.28207824461712516,0.006515632790716983,-2.341040368584082,0.278346449136734,-0.006515586748719215,-0.9604586362838745,0.0005822442471981049,-0.0012786365114152431,-0.0020469725131988525,-0.004283338785171509,-0.0016326084733009338,0.0010012388229370117 +396,0.2818953913332304,0.006582110550511853,-2.3410310150495057,0.27817070484161377,-0.006582063157111406,-0.9605091214179993,0.00012065283954143524,-0.00020925141870975494,-0.00023924373090267181,0.0025604963302612305,0.0045831650495529175,0.00024300813674926758 +397,0.2821291004274847,0.006428223005481109,-2.341036374602944,0.2783954441547394,-0.006428178865462542,-0.9604450464248657,0.0022317003458738327,0.003446917748078704,0.0010080169886350632,-0.00327947735786438,0.0005230307579040527,0.0005756616592407227 +398,0.2819944901712394,0.006500378578711416,-2.3410429827404724,0.278266042470932,-0.0065003326162695885,-0.9604820609092712,-0.00020638294517993927,-0.003018510527908802,0.0004749726504087448,0.002633005380630493,-0.003677278757095337,0.0026420950889587402 +399,0.2820687012933162,0.0065094430665967795,-2.3410810481037307,0.278337299823761,-0.006509397178888321,-0.9604613184928894,-0.002566268667578697,-5.106348544359207e-05,0.000874856486916542,-0.0012071728706359863,-0.0022033751010894775,0.0007750391960144043 +400,0.2819819804712961,0.0064632768706565915,-2.341125297680781,0.27825409173965454,-0.006463231984525919,-0.9604857563972473,0.00035892799496650696,0.0022244846913963556,-0.0021613985300064087,-0.001062929630279541,-0.00017433613538742065,-0.0014435648918151855 +401,0.2820250574194278,0.006422276564857495,-2.3411861219082146,0.2782955467700958,-0.006422232370823622,-0.9604740142822266,-0.0015579108148813248,-0.0016453503631055355,0.00027042999863624573,-0.0006313323974609375,0.0007764846086502075,0.0005130767822265625 +402,0.2820278324148339,0.006375834105142065,-2.341131125579639,0.2782982885837555,-0.006375791039317846,-0.9604735374450684,-0.00087716244161129,0.0018633627332746983,-0.0006442759186029434,-0.0013970434665679932,0.0004401206970214844,0.0008330345153808594 +403,0.282049992656653,0.006402857828699679,-2.3411044229099103,0.27831950783729553,-0.006402814295142889,-0.9604672193527222,0.0013649119064211845,-0.0013484260998666286,0.0008849389851093292,-0.0003348886966705322,-0.00011268258094787598,-0.00016510486602783203 +404,0.28204879701208757,0.006391035729225493,-2.34109225240636,0.2783184051513672,-0.00639099208638072,-0.9604676365852356,-0.0016172174364328384,0.0017621107399463654,-0.00014493055641651154,-0.0015544891357421875,0.002805173397064209,0.0005372166633605957 +405,0.28207013383172924,0.006374395746228963,-2.3410406193896747,0.2783389091491699,-0.006374352611601353,-0.9604617953300476,0.0021284855902194977,0.0032230541110038757,0.00037480704486370087,-0.0016818344593048096,0.0006370474584400654,0.0011264681816101074 +406,0.2820927852589683,0.006470596741796226,-2.3410328844681643,0.2783604860305786,-0.006470551714301109,-0.9604548811912537,-7.146038115024567e-05,-0.0013123168610036373,0.0019115479663014412,0.0012568235397338867,-0.0017081648111343384,0.0003260970115661621 +407,0.2821503887412264,0.006456205263371073,-2.341053418265452,0.27841585874557495,-0.006456160452216864,-0.9604389071464539,-0.0008972976356744766,-0.001329165417701006,-0.0007043983787298203,-0.0011331439018249512,0.0003068670630455017,0.0007068514823913574 +408,0.2821044989731047,0.006418538293802599,-2.341102072816159,0.2783718407154083,-0.006418494042009115,-0.9604519009590149,-0.00010271836072206497,0.002353335963562131,-0.0008631981909275055,-0.0003414452075958252,-0.0007836520671844482,0.000857234001159668 +409,0.282162616341597,0.006393167226225346,-2.3411283145098785,0.27842772006988525,-0.006393123883754015,-0.9604359269142151,-6.336160004138947e-05,0.002370961010456085,0.0009132605046033859,-0.0006109476089477539,0.0004421919584274292,0.0007038712501525879 +410,0.2820874305078347,0.00633050192935566,-2.3411109338511715,0.27835559844970703,-0.0063304598443210125,-0.9604572057723999,-0.0015839915722608566,0.0026999046094715595,-3.390572965145111e-05,0.00040718913078308105,-0.0005207355134189129,0.0009998679161071777 +411,0.2821585234634695,0.006334269157033314,-2.341181877716839,0.27842387557029724,-0.006334226578474045,-0.9604374170303345,-0.0016018971800804138,0.0029410608112812042,-0.002215854823589325,0.0004610121250152588,0.0009783878922462463,0.0008121728897094727 +412,0.28210932042197745,0.006288756134816938,-2.3411627284914416,0.2783766984939575,-0.006288714706897736,-0.9604513645172119,0.0006289873272180557,-0.0013500023633241653,0.0004500877112150192,-0.0024062693119049072,0.001680560875684023,0.0008109211921691895 +413,0.2820490413145615,0.006306491926769778,-2.341204715295434,0.27831876277923584,-0.0063064503483474255,-0.960468053817749,0.0024063577875494957,0.0016609642188996077,-0.0019541624933481216,0.00016939640045166016,0.0011032000184059143,0.00046133995056152344 +414,0.2821368896167553,0.006287798842598866,-2.341219305975991,0.2784031927585602,-0.006287757307291031,-0.9604437351226807,-0.0013766735792160034,-0.0014510289765894413,-0.00015578791499137878,-0.00014391541481018066,0.0016490817070007324,-0.00024962425231933594 +415,0.2820701338075355,0.0062307283988325655,-2.3412295816525726,0.2783391773700714,-0.006230688188225031,-0.9604626297950745,-0.0019928840920329094,0.0014920285902917385,0.0007705632597208023,-0.0014837086200714111,0.0004781261086463928,-3.236532211303711e-05 +416,0.2820643946687114,0.006296882776299564,-2.3412361956477357,0.27833354473114014,-0.006296840962022543,-0.96046382188797,0.0013693803921341896,-0.00043369922786951065,0.0005238447338342667,6.306171417236328e-05,-0.0003559887409210205,0.0006249547004699707 +417,0.28211385606465794,0.006306942778457368,-2.341226954138162,0.27838101983070374,-0.006306901108473539,-0.9604499936103821,0.0001321975141763687,0.0024071577936410904,-0.0007140450179576874,-0.00015228986740112305,-1.0236632078886032e-05,0.0007942914962768555 +418,0.2820893643327427,0.006317280188543494,-2.341215044529935,0.27835747599601746,-0.006317238323390484,-0.9604567885398865,0.00010375306010246277,0.0035345815122127533,0.0005831364542245865,-0.003699272871017456,-6.0930848121643066e-05,0.0001906752586364746 +419,0.28203548267825795,0.006283379722436154,-2.3411953943637163,0.2783057987689972,-0.0062833381816744804,-0.9604719877243042,0.0009537152945995331,0.0012333141639828682,0.0013263635337352753,0.0020286738872528076,-0.0003694891929626465,0.0005110502243041992 +420,0.2822017941889658,0.006331115313783328,-2.3411903236969662,0.2784654498100281,-0.006331073120236397,-0.9604253768920898,0.0005747321993112564,0.001119466731324792,0.0015274379402399063,-0.00046557188034057617,-0.0034955888986587524,0.0010900497436523438 +421,0.28214067199134135,0.0063374695227316835,-2.341156909254044,0.2784067392349243,-0.006337427068501711,-0.9604423642158508,7.945112884044647e-06,-0.0021604178473353386,0.0010923780500888824,-0.0021921396255493164,0.0019123777747154236,0.0005577206611633301 +422,0.2820368376816162,0.006156718333259556,-2.34123322645547,0.27830731868743896,-0.00615667924284935,-0.9604723453521729,-0.0006397850811481476,0.002658671699464321,-0.000590302050113678,-0.002046942710876465,0.0048749446868896484,7.867813110351562e-06 +423,0.28207207691748404,0.006116018298148255,-2.3412182151078866,0.27834123373031616,-0.006115979980677366,-0.9604628086090088,-0.0020760009065270424,0.0016931372229009867,0.0013595670461654663,0.00011640787124633789,-0.0011472031474113464,-0.001146078109741211 +424,0.2820708391346433,0.006276677839548787,-2.341208162320852,0.27833977341651917,-0.006276636850088835,-0.9604621529579163,-0.0021135639399290085,0.001148896524682641,0.0016842018812894821,0.00017890334129333496,-0.001703709363937378,-0.0006279349327087402 +425,0.28211763299024556,0.006190480035315431,-2.341190835413315,0.27838486433029175,-0.006190440617501736,-0.9604496359825134,0.0004398403689265251,-0.0002301265485584736,-0.0017907172441482544,-0.0005528628826141357,-0.0009659300558269024,0.0018315315246582031 +426,0.2820627111027722,0.006280290698243803,-2.3412225705553698,0.2783319354057312,-0.006280249450355768,-0.9604644179344177,0.0008561043068766594,0.0027977661229670048,0.0002750791609287262,-0.003277003765106201,0.0012601092457771301,0.00010675191879272461 +427,0.2820590187985773,0.006190372764500403,-2.34122598118615,0.2783285677433014,-0.006190333049744368,-0.9604659676551819,-0.0003765113651752472,0.00047164992429316044,-0.0006132163107395172,0.0021737515926361084,0.0016279593110084534,0.00042873620986938477 +428,0.28209406409882104,0.006235910869634741,-2.341192981857238,0.2783621549606323,-0.006235870532691479,-0.9604559540748596,-0.0018795765936374664,0.00020563811995089054,0.001984677277505398,-0.0019186437129974365,-0.002934657037258148,0.00029665231704711914 +429,0.2820537789999125,0.006270490111203537,-2.3412501618330523,0.27832338213920593,-0.0062704491429030895,-0.9604669809341431,0.000987054780125618,0.0009930196683853865,0.00031518377363681793,-3.358721733093262e-05,-0.0001992732286453247,0.0005518198013305664 +430,0.28199554217207273,0.006189054731250467,-2.341248198884618,0.27826759219169617,-0.006189015228301287,-0.9604836702346802,-0.0015437081456184387,0.0019676154479384422,-0.00036746636033058167,0.000312119722366333,8.550286293029785e-05,-0.00016391277313232422 +431,0.2819967524263663,0.006230559355701253,-2.3412075927464477,0.2782686948776245,-0.006230519153177738,-0.9604830741882324,-0.00034863967448472977,-0.0003463504835963249,-0.00115969218313694,-0.0025576353073120117,-1.0326504707336426e-05,-0.0008511543273925781 +432,0.2819361819538423,0.006261363352279716,-2.341253997845232,0.27821046113967896,-0.006261322647333145,-0.9604997634887695,0.00026501063257455826,0.0018774261698126793,-0.000146498903632164,0.001376330852508545,-0.0003152191638946533,0.0011949539184570312 +433,0.28197383927429037,0.006276424157116824,-2.3413150170800763,0.27824661135673523,-0.006276383064687252,-0.9604891538619995,-0.001260564662516117,-0.000147293321788311,0.0013849753886461258,-0.0010707080364227295,9.657489135861397e-05,0.0005282759666442871 +434,0.28179039564430675,0.006216659271903215,-2.3413249944337378,0.27807050943374634,-0.006216619163751602,-0.9605405330657959,-5.0609931349754333e-05,7.321638986468315e-05,0.0006645433604717255,-0.0012913346290588379,-0.0030302032828330994,0.00016760826110839844 +435,0.28189306686916493,0.006273118570793295,-2.3413637450022757,0.27816900610923767,-0.006273077335208654,-0.9605116248130798,0.0009705880656838417,-0.0016344157047569752,-0.0011249929666519165,0.0026079416275024414,0.0002916306257247925,0.0023360252380371094 +436,0.2819148277073693,0.006166060225615701,-2.3413407294163204,0.27819010615348816,-0.006166021339595318,-0.96050626039505,0.0019319457933306694,-0.0026085819117724895,-0.0006867274641990662,-0.003180950880050659,-0.001127675175666809,-0.0009500384330749512 +437,0.2817884917198814,0.0062325011223400804,-2.3413816300764263,0.2780686318874359,-0.0062324609607458115,-0.9605410099029541,0.00041653960943222046,-0.0003253309987485409,-0.0018283911049365997,0.0012282133102416992,-0.0006645098328590393,0.0015108585357666016 +438,0.2818535918111949,0.006189381488109688,-2.3413849108590714,0.27813124656677246,-0.006189342122524977,-0.9605231285095215,-0.0022606151178479195,-0.0017968304455280304,-0.0006523169577121735,-0.0007569789886474609,0.0006961748003959656,0.0007452964782714844 +439,0.2817502616510802,0.006178489035341615,-2.341285606290908,0.27803200483322144,-0.006178449839353561,-0.960551917552948,-0.0006555821746587753,0.001579363364726305,0.00041214749217033386,-0.00042888522148132324,-0.0009016240946948528,-0.00020241737365722656 +440,0.2817463291524857,0.006214842062876439,-2.3412919381389337,0.2780281901359558,-0.006214802153408527,-0.9605528116226196,-0.0015456443652510643,-0.0026861699298024178,5.867332220077515e-07,0.0005820393562316895,0.0005995705723762512,0.0008360147476196289 +441,0.281710979356457,0.006239022145745563,-2.341290886005946,0.27799418568611145,-0.006238981615751982,-0.960562527179718,-0.00027261674404144287,-0.0010080691426992416,-0.0008205585181713104,-0.0014438927173614502,-0.000810578465461731,-8.505582809448242e-05 +442,0.28167337500642536,0.006321291866648937,-2.3413022048036116,0.2779579162597656,-0.00632124999538064,-0.9605724811553955,-3.286637365818024e-05,0.0005733410362154245,-0.0017777588218450546,0.000316619873046875,-0.001582801342010498,0.0004436969757080078 +443,0.28171566996573594,0.006306221982860201,-2.3413100365708535,0.27799856662750244,-0.006306180264800787,-0.9605607986450195,0.0017731385305523872,-0.0001602177508175373,0.0017829835414886475,0.0007489919662475586,-0.00013303011655807495,0.0024309158325195312 +444,0.2817368237508363,0.0063625001937929375,-2.3412637590359693,0.2780187726020813,-0.0063624572940170765,-0.9605545401573181,0.0010518580675125122,-0.0008641458116471767,0.0008592512458562851,-0.00020202994346618652,-0.001282199751585722,0.0005936622619628906 +445,0.2817072644626459,0.006408584151839119,-2.3412770923852047,0.27799031138420105,-0.006408540066331625,-0.960562527179718,-0.0011623203754425049,0.0015463335439562798,-0.0008777007460594177,-0.0006160438060760498,-0.00018325448036193848,0.0002964138984680176 +446,0.28172793181364764,0.006395523424334928,-2.341285722213349,0.27801018953323364,-0.006395479664206505,-0.9605568051338196,-0.0003648456186056137,0.00316463690251112,0.0008496828377246857,-0.0004070401191711426,-0.00031838566064834595,0.0005654096603393555 +447,0.28171426793722903,0.006437007012959291,-2.3412667847129787,0.2779969871044159,-0.0064369626343250275,-0.9605603814125061,-5.509424954652786e-05,0.0016305656172335148,-0.0010577421635389328,0.00012496113777160645,0.00011982768774032593,0.0005384087562561035 +448,0.2817703138804568,0.0063800917733226525,-2.3412585762402114,0.2780509293079376,-0.006380048580467701,-0.9605451226234436,0.00020143110305070877,0.00047282781451940536,-0.0007336921989917755,-0.0008445084095001221,0.0012683495879173279,0.0002180337905883789 +449,0.28176801078298686,0.0063950922309534515,-2.341250392957488,0.27804869413375854,-0.006395048461854458,-0.9605457186698914,-0.0003186892718076706,-0.00011690380051732063,-0.0003143828362226486,0.0005462765693664551,-0.00028830021619796753,0.0015003085136413574 +450,0.28182300299708196,0.006347397809451258,-2.3412581248672337,0.2781015932559967,-0.006347354967147112,-0.960530698299408,-0.00012090150266885757,-5.582766607403755e-05,-0.0006222929805517197,-0.001093536615371704,-0.0010836794972419739,0.000340878963470459 +451,0.2817576845567258,0.006358572965033756,-2.3412749230199554,0.2780388295650482,-0.006358529906719923,-0.9605487585067749,0.0017727706581354141,0.00010869069956243038,8.446909487247467e-05,0.0005255937576293945,0.0002855365164577961,0.0008930563926696777 +452,0.2818426665889971,0.0063674687746255575,-2.3412141758512925,0.2781204581260681,-0.00636742589995265,-0.9605250954627991,-0.0003394223749637604,-0.00018528709188103676,0.0006388910114765167,0.00032192468643188477,-0.00017859786748886108,0.0016475319862365723 +453,0.28183445961902204,0.006342169506819253,-2.3411747967363286,0.27811262011528015,-0.006342126987874508,-0.9605275392532349,0.00014404859393835068,-0.0006990102119743824,4.7538429498672485e-05,-0.0011503100395202637,-0.0009057968854904175,0.0005055665969848633 +454,0.2817745233300095,0.006371609584002746,-2.341200392131764,0.27805498242378235,-0.0063715665601193905,-0.9605440497398376,-0.0008076922968029976,-0.0015322854742407799,-0.001879911869764328,0.0005857646465301514,0.00048167258501052856,0.0020937323570251465 +455,0.28183798255523274,0.006252586997441736,-2.3411553341194797,0.2781161367893219,-0.006252546329051256,-0.9605271220207214,-0.002176809124648571,-0.0003960891626775265,0.003753303550183773,-0.0011538863182067871,0.0011408552527427673,-5.942583084106445e-05 +456,0.2818314207855716,0.0062295702505061265,-2.3411894837895617,0.2781098783016205,-0.0062295300886034966,-0.960529088973999,-0.0005490127950906754,0.0018963408656418324,-0.00067109614610672,-0.0001252591609954834,-0.00024019181728363037,-0.0006067752838134766 +457,0.28172142184644533,0.0062968754452707686,-2.341213538264342,0.27800410985946655,-0.006296833977103233,-0.9605592489242554,0.0009852377697825432,-0.013319785706698895,-0.0004149489104747772,0.0020251870155334473,-0.0034230127930641174,0.002154707908630371 +458,0.281749855450501,0.006273055625002996,-2.341212093911649,0.27803146839141846,-0.006273014470934868,-0.9605515003204346,-0.0015778793022036552,0.0007171030156314373,0.0015364456921815872,-0.001801609992980957,-0.0010664686560630798,0.0001785755157470703 +459,0.2817224406984538,0.006300471771151733,-2.3398832197671138,0.27800509333610535,-0.006300430279225111,-0.9605589509010315,-0.09664536267518997,-0.026653721928596497,0.3302536606788635,-0.005437314510345459,-0.0112319216132164,-0.00036329030990600586 +460,0.22138237991742946,0.061015318415575184,-2.1230258977595153,0.21916987001895905,-0.06097746640443802,-0.9737793803215027,0.44474342465400696,-1.5291122198104858,3.938082695007324,0.07839177548885345,-0.07436799257993698,-0.050482094287872314 +461,0.1465781013233185,0.12091873965456316,-1.839950730866322,0.1449873447418213,-0.12062428891658783,-0.9820531606674194,-0.046388864517211914,-0.06908505409955978,1.8853950500488281,0.013688817620277405,0.13733266294002533,-0.011538147926330566 +462,0.10908733043945634,0.14026178572624037,-1.7073019081621637,0.10780192911624908,-0.13980233669281006,-0.9842936992645264,-0.07905600965023041,-0.045888036489486694,1.1431115865707397,0.005616664886474609,-0.03903067111968994,0.013254880905151367 +463,0.10339643700605797,0.1407028220300319,-1.6297861692058875,0.10219232738018036,-0.14023903012275696,-0.9848297834396362,-0.059274762868881226,0.10177382826805115,0.32074180245399475,0.013072557747364044,-0.008473113179206848,0.004757821559906006 +464,0.13689561127082328,0.12231395981664346,-1.6165817904362794,0.1354488730430603,-0.12200920283794403,-0.9832432866096497,-0.25073447823524475,0.5218141674995422,-0.00836603157222271,0.0030704140663146973,0.007659837603569031,-0.14625805616378784 +465,0.14212096825725803,0.11981382617949114,-1.6163882306212225,0.14062756299972534,-0.11952736973762512,-0.982820987701416,-0.029069315642118454,0.06422366201877594,-0.0013785194605588913,0.002118408679962158,0.003682643175125122,-0.019650936126708984 +466,0.14061832471635435,0.12028195520270822,-1.6165187696422176,0.1391427218914032,-0.11999212950468063,-0.9829756617546082,-0.010093406774103642,0.023749705404043198,-0.001968441531062126,0.0020773708820343018,0.004986628890037537,-0.009501755237579346 +467,0.1397669741523861,0.12049347623849138,-1.6166199896873086,0.1383022665977478,-0.12020211666822433,-0.9830686450004578,0.005107586272060871,-0.007852142676711082,0.0012300722301006317,0.00012546777725219727,0.0038538575172424316,-0.003991901874542236 +468,0.13928445802178432,0.12056462697844558,-1.6166334522484924,0.13782672584056854,-0.12027275562286377,-0.9831267595291138,0.009728895500302315,-0.016145549714565277,-0.0020409952849149704,0.0022794902324676514,0.0028563663363456726,-0.0025604963302612305 +469,0.1388460257713624,0.12054873536670328,-1.6166736082016693,0.1373959332704544,-0.12025697529315948,-0.9831889867782593,0.005923086311668158,-0.012675130739808083,-0.002085115760564804,-0.0018979012966156006,0.003252588212490082,-0.00042301416397094727 +470,0.1388077416311774,0.12043708453790958,-1.6167649250946896,0.13736015558242798,-0.12014614045619965,-0.9832075238227844,0.0036873496137559414,-0.009402817115187645,-0.0017058774828910828,0.0007166117429733276,0.002378813922405243,0.0004194974899291992 +471,0.13859524620213987,0.1202518429468678,-1.6167675674516526,0.13715429604053497,-0.11996223777532578,-0.9832587242126465,0.002240663394331932,-0.0010531721636652946,-0.0013675820082426071,-0.002007216215133667,-0.0006584897637367249,0.0005317330360412598 +472,0.13861973614015619,0.12021314666432027,-1.616763983942314,0.13717901706695557,-0.11992381513118744,-0.9832599759101868,-0.001135723665356636,0.0006834091618657112,0.002278137020766735,0.0010655969381332397,-0.002009160816669464,0.002623438835144043 +473,0.13864941549649315,0.12004559323864901,-1.616748914336648,0.13721098005771637,-0.11975747346878052,-0.9832757711410522,0.001260245218873024,0.0019487831741571426,-0.0015614461153745651,-0.0038644075393676758,0.004690945148468018,1.4662742614746094e-05 +474,0.13855345727387347,0.11991886339415253,-1.6167694177803473,0.13711871206760406,-0.11963165551424026,-0.983303964138031,0.0011446503922343254,0.0022436860017478466,0.00025445781648159027,0.001064881682395935,-0.002606503665447235,0.002072274684906006 +475,0.1385764894368914,0.11994870858537357,-1.6167950302085772,0.13714087009429932,-0.11966128647327423,-0.9832972884178162,0.0010785534977912903,0.002965065184980631,-0.002216855064034462,-0.0008951425552368164,0.003206208348274231,0.002111375331878662 +476,0.13853710523152213,0.11975454562541124,-1.6167696202243007,0.13710534572601318,-0.11946851760149002,-0.9833256602287292,-0.002206946723163128,0.0012886212207376957,0.0018762517720460892,-6.617605686187744e-05,0.0015638545155525208,0.002582252025604248 +477,0.13851070823006248,0.11974709011520217,-1.6167827703442914,0.13707952201366425,-0.11946111172437668,-0.9833301901817322,-0.0003963131457567215,-0.0007476997561752796,6.490759551525116e-05,-0.0004218071699142456,0.0005493685603141785,0.0011982321739196777 +478,0.13848131776189673,0.11962150286240232,-1.6168063696822301,0.13705268502235413,-0.11933642625808716,-0.983349084854126,1.720339059829712e-05,0.0006265973206609488,-0.00010192021727561951,0.00020012259483337402,0.0019810721278190613,0.0009577274322509766 +479,0.13842378248495163,0.11956643628479727,-1.616837960570396,0.1369970142841339,-0.11928175389766693,-0.9833634495735168,-0.0022510308772325516,0.0017768705729395151,-0.00011824443936347961,-0.0011632740497589111,-0.00024034827947616577,0.0021317601203918457 +480,0.13840788050427152,0.11954659270281211,-1.616780103635363,0.13698171079158783,-0.11926204711198807,-0.9833679795265198,0.0012162374332547188,0.0003780240658670664,-0.0003145374357700348,-0.0003392547369003296,0.0014184117317199707,0.0009613633155822754 +481,0.13846607190543675,0.11940913713719728,-1.6167714452750812,0.13704119622707367,-0.11912557482719421,-0.9833762049674988,0.0006683841347694397,0.00028212624602019787,-0.0014450941234827042,0.0016154050827026367,0.0017397180199623108,0.0006339550018310547 +482,0.13836411621453726,0.11936404983548354,-1.616769342550705,0.13694167137145996,-0.1190808042883873,-0.983395516872406,0.0005788654088973999,0.0006369231268763542,-0.00019164569675922394,-0.001260519027709961,0.0007031261920928955,0.0007295012474060059 +483,0.13821498294688422,0.1193580659805947,-1.6167062959922591,0.13679510354995728,-0.11907486617565155,-0.9834166169166565,0.0003800485283136368,-0.002836876083165407,0.0017161034047603607,-0.0013580918312072754,-6.575882434844971e-05,0.0013762116432189941 +484,0.1382738714650123,0.11934334558859912,-1.616715740757567,0.13685326278209686,-0.11906024813652039,-0.9834102988243103,0.000277174636721611,0.0010072393342852592,-0.0011707842350006104,0.00029271841049194336,-0.0006296858191490173,0.0009579658508300781 +485,0.13818514569893875,0.11928054913164425,-1.6167255051613447,0.13676702976226807,-0.11899790167808533,-0.9834298491477966,-0.001493559218943119,-0.0016715428791940212,-0.0002774372696876526,-0.0024744421243667603,0.001276351511478424,0.0018319487571716309 +486,0.138109064830051,0.11920146515856002,-1.616707194024557,0.13669350743293762,-0.11891938000917435,-0.9834495782852173,-4.824250936508179e-06,-0.0022845235653221607,-0.0008324719965457916,0.0005135238170623779,-0.00214385986328125,0.0018211603164672852 +487,0.13814977928505406,0.11927077264187673,-1.616663311614726,0.13673241436481476,-0.11898819357156754,-0.983435869216919,5.50365075469017e-05,-0.0002689547836780548,-0.0013851374387741089,0.0006577223539352417,-0.0016783028841018677,0.0026772022247314453 +488,0.13803889842870576,0.11924019349421285,-1.6166554201497936,0.13662387430667877,-0.11895783245563507,-0.9834545850753784,-0.0005376925691962242,-0.0003549763932824135,6.99162483215332e-05,-0.002911090850830078,0.002334907650947571,0.001307368278503418 +489,0.13809160511691057,0.11908179644620454,-1.6166742004914654,0.1366782933473587,-0.1188005581498146,-0.9834660291671753,-0.0018760822713375092,0.0011730827391147614,0.0005876980721950531,0.0009559690952301025,0.0009264200925827026,0.0007542967796325684 +490,0.13804987874859587,0.11912625925041101,-1.6166517721435734,0.13663654029369354,-0.11884470283985138,-0.9834665060043335,-0.0017412612214684486,0.0021473318338394165,-0.0009101256728172302,0.0014555007219314575,-0.0018523111939430237,0.0017618536949157715 +491,0.13810981618049759,0.11911367516457347,-1.6166284988349042,0.13669568300247192,-0.11883220821619034,-0.9834598302841187,0.0005631241947412491,-0.000489337369799614,0.0006330255419015884,-0.00020582973957061768,0.001476868987083435,0.0013889074325561523 +492,0.13800644484872837,0.11906337570448045,-1.6165967588609673,0.13659484684467316,-0.11878226697444916,-0.9834798574447632,1.7061829566955566e-06,-0.0037368638440966606,0.0007357839494943619,-0.0007153302431106567,-0.0008161142468452454,0.0012563467025756836 +493,0.1380094614584377,0.11912322483963923,-1.61658514425068,0.13659682869911194,-0.11884169280529022,-0.9834724068641663,0.0001331707462668419,0.0002815446350723505,0.0013335198163986206,0.0006559789180755615,8.253753185272217e-05,0.0006385445594787598 +494,0.1380025616461586,0.11913167978727492,-1.6166086431136917,0.136589914560318,-0.11885008960962296,-0.9834723472595215,-0.0018255962058901787,-0.0014845221303403378,-0.0016273986548185349,-0.0013207495212554932,-0.0004278644919395447,0.0015387535095214844 +495,0.13794491448331206,0.11914212659699772,-1.6166074413785247,0.13653305172920227,-0.11886046081781387,-0.9834789633750916,0.0006112251430749893,-0.005497113335877657,0.0003510117530822754,0.0011164695024490356,0.0019476190209388733,0.0004162788391113281 +496,0.13788916158356052,0.11911047171349282,-1.6166049498523054,0.1364787369966507,-0.11882902681827545,-0.9834903478622437,0.0006308723241090775,-0.00011425511911511421,0.000951005145907402,-0.002384498715400696,-0.0006320327520370483,0.0021060705184936523 +497,0.13790518060644152,0.11917359024216277,-1.6166377495333006,0.13649345934391022,-0.11889170110225677,-0.98348069190979,-0.0017462922260165215,0.0005486058071255684,-0.0011593196541070938,-0.0003545433282852173,-0.0010728910565376282,0.0032714009284973145 +498,0.13783315610793279,0.11907637083829253,-1.616683536236254,0.1364242136478424,-0.11879517138004303,-0.9835019707679749,-0.0005479548126459122,-0.001177906058728695,0.00022573396563529968,-0.0024520307779312134,-0.002069704234600067,0.0010038018226623535 +499,0.13787220868046776,0.11917716987746518,-1.6166777122504614,0.13646097481250763,-0.11889525502920151,-0.9834848046302795,0.00047937873750925064,0.0008040117099881172,0.0011921077966690063,8.99285078048706e-05,-0.0015576332807540894,1.0073184967041016e-05 +500,0.1378688035420021,0.11905728928885091,-1.6166256754707262,0.1364595741033554,-0.11877622455358505,-0.9834993481636047,-0.0007886523380875587,0.0014261738397181034,0.0015233717858791351,-0.0036623328924179077,0.0009020790457725525,0.0017946362495422363 +501,0.13787840321604836,0.1191158207924513,-1.6166824011967447,0.1364680677652359,-0.11883433908224106,-0.9834911823272705,0.0014140782877802849,0.0007591366302222013,-0.003781156614422798,0.0013035386800765991,-0.004014179110527039,0.0016796588897705078 +502,0.13793306018722445,0.11912523711055628,-1.6166580229074037,0.13652166724205017,-0.1188436895608902,-0.9834825992584229,-0.002474132925271988,0.0034068103414028883,0.00203798059374094,-0.004227966070175171,0.0011984333395957947,0.0019915103912353516 +503,0.13793232129158678,0.11905876474578499,-1.6166031453243854,0.13652202486991882,-0.11877768486738205,-0.983490526676178,-0.0018864907324314117,0.0032663478050380945,0.001972354017198086,0.0030348598957061768,-0.0014310553669929504,0.0038457512855529785 +504,0.13814218838070416,0.11904470540766765,-1.6166385540355104,0.13672864437103271,-0.11876372992992401,-0.9834635257720947,-0.000974227674305439,0.005165042355656624,-0.0002314634621143341,-0.0006202459335327148,0.0022476091980934143,0.0025370121002197266 +505,0.1379011902758419,0.11899227008323113,-1.616613655792125,0.13649249076843262,-0.11871166527271271,-0.9835025668144226,-0.0007760617882013321,-0.0019102049991488457,0.000834878534078598,-0.002337232232093811,-0.0007646456360816956,0.0008671283721923828 +506,0.1379935657067147,0.11907187835006491,-1.6166519078851485,0.13658204674720764,-0.11879070848226547,-0.9834806323051453,0.00025858916342258453,0.0006771865300834179,-0.0013469010591506958,0.0021508634090423584,0.0002756863832473755,0.0021116137504577637 +507,0.13804611691160512,0.1189593000786807,-1.616642018837157,0.13663555681705475,-0.11867892742156982,-0.9834866523742676,0.0003406098112463951,-0.002089072484523058,-0.0006669554859399796,-8.466839790344238e-05,0.002605326473712921,0.0012479424476623535 +508,0.13797673127183124,0.11896488717925162,-1.6166267239920185,0.13656723499298096,-0.11868447810411453,-0.9834954738616943,0.0032841507345438004,-0.0024061715230345726,-0.0005736555904150009,0.0010975450277328491,-0.0006392523646354675,0.0020044445991516113 +509,0.13791557572809526,0.11910177090789716,-1.6166153828349976,0.13650484383106232,-0.11882039159536362,-0.9834877252578735,0.0015076035633683205,-0.00638206023722887,0.0016223452985286713,-0.0018308013677597046,0.00027485936880111694,0.00039452314376831055 +510,0.13780190440580214,0.11902360970627766,-1.61659765470298,0.13639433681964874,-0.11874277889728546,-0.9835124611854553,-0.0017147408798336983,0.0016816724091768265,-0.0004443340003490448,-0.0009420663118362427,-0.0006877556443214417,0.006370127201080322 +511,0.13783742983669056,0.11914175675358686,-1.6165884380568747,0.13642734289169312,-0.11886008828878403,-0.9834936857223511,0.000771290622651577,-0.001000735443085432,-0.0003620777279138565,-0.001615956425666809,-0.000631473958492279,0.0011634230613708496 +512,0.13789342139453709,0.11902320569796906,-1.616623940978178,0.13648433983325958,-0.11874238401651382,-0.9835000038146973,-0.00136627908796072,-0.0013333233073353767,0.0011832397431135178,0.0017450153827667236,0.0016311705112457275,0.0022683143615722656 +513,0.11940213986908435,0.1287491621504585,-1.61523430863483,0.11813271045684814,-0.12839375436306,-0.9846622347831726,0.2382836788892746,-0.45481425523757935,0.4287050664424896,-0.0009757354855537415,-0.014718428254127502,0.0014469027519226074 +514,0.018949214336197097,0.1814843475435284,-1.298852603638269,0.01863689348101616,-0.18048974871635437,-0.983400285243988,0.4288753271102905,-0.49900293350219727,4.138484954833984,0.10073261708021164,0.20435447990894318,-0.03924375772476196 +515,-0.01799176380261319,0.17669605933989507,-0.9384874987931535,-0.017710672691464424,-0.17577804625034332,-0.9842705130577087,-0.11148522049188614,0.06086467579007149,3.790818929672241,0.041789039969444275,0.004742264747619629,-0.07610851526260376 +516,-0.06905354681347985,0.15605268828438942,-0.5763080790749959,-0.06816024333238602,-0.15542007982730865,-0.9854941964149475,-0.009313277900218964,-0.04018828272819519,3.2821357250213623,-0.11665420979261398,0.12954117357730865,0.02145916223526001 +517,-0.12580481377426592,0.13098442560091986,-0.32737992814305544,-0.12439839541912079,-0.13061019778251648,-0.983598530292511,-0.09970568865537643,-0.6177973747253418,2.557337522506714,0.04151265323162079,-0.03105667233467102,-0.012464702129364014 +518,-0.24013080858609964,0.04598679283251516,-0.03071317325992963,-0.23757824301719666,-0.04597058519721031,-0.9702799916267395,0.18725621700286865,0.17527630925178528,1.8609672784805298,-0.01925767958164215,0.05460705980658531,0.1099589467048645 +519,-0.21490216151272906,0.05949755734268206,0.015089835754932576,-0.21287450194358826,-0.05946246162056923,-0.9752684831619263,0.11466466635465622,-0.029328275471925735,0.33982232213020325,-0.02653588354587555,-0.03433331102132797,-0.019207775592803955 +520,-0.16703881620066707,0.08700847938212505,0.03787057787574544,-0.1656341701745987,-0.08689873665571213,-0.9823512434959412,0.17593656480312347,0.5449300408363342,0.0060452651232481,0.006195083260536194,-0.005859442055225372,-0.05343061685562134 +521,-0.13770632849042655,0.09669924521211831,0.03963343559931233,-0.13663022220134735,-0.09654861688613892,-0.9859059453010559,0.059166811406612396,0.18450714647769928,-0.004399385303258896,0.0005676001310348511,0.011023096740245819,0.002476990222930908 +522,-0.08890741539917957,0.11576601602371797,0.04118481420366123,-0.08819602429866791,-0.11550761014223099,-0.9893833994865417,-0.6493618488311768,-1.3024539947509766,0.017970038577914238,0.032364122569561005,-0.011292919516563416,0.003116309642791748 +523,-0.0979144335963618,0.11170143947612718,0.040979381956033414,-0.09714881330728531,-0.11146929860115051,-0.9890079498291016,-0.48493748903274536,-1.1628574132919312,0.017349913716316223,0.02924720197916031,-0.009868592023849487,-0.0051174163818359375 +524,-0.10178706004350857,0.11017512120920175,0.0408971960493092,-0.10099530220031738,-0.10995236039161682,-0.9887924194335938,0.20848743617534637,0.5503972172737122,-0.006707662716507912,-0.019961118698120117,0.014706999063491821,0.09560394287109375 +525,-0.09694795054131068,0.1121357428677594,0.04103427291915848,-0.09618821740150452,-0.11190088093280792,-0.9890530705451965,0.15047384798526764,0.35308563709259033,-0.005786539986729622,-0.02150283008813858,0.014580324292182922,0.04195529222488403 +526,-0.0963294496814065,0.1122802085383262,0.04106232787058556,-0.09557490795850754,-0.11204443871974945,-0.9890962839126587,-0.007247818633913994,-0.008594362065196037,0.0010797083377838135,-0.002615399658679962,0.007186040282249451,0.0035921335220336914 +527,-0.09656288068905995,0.11159782007141365,0.041089335460440045,-0.09581314027309418,-0.11136632412672043,-0.989149808883667,0.0017666341736912727,-0.00031623104587197304,0.0031349631026387215,0.0013002082705497742,0.007972776889801025,0.0011585354804992676 +528,-0.09649061830877707,0.11111425726143974,0.04107167545172723,-0.09574683755636215,-0.11088575422763824,-0.9892102479934692,0.00014907028526067734,-0.002702005673199892,-0.001477545127272606,-0.0008260384202003479,0.004028454422950745,0.0012189149856567383 +529,-0.09644457360781407,0.11073945826098462,0.04106884188866062,-0.09570528566837311,-0.11051326245069504,-0.989255964756012,2.7867034077644348e-05,-0.0018478953279554844,-0.0008336175233125687,0.00032260268926620483,0.005456499755382538,0.0016155838966369629 +530,-0.09640195427341158,0.11027281942125787,0.0410458262337657,-0.09566807746887207,-0.11004946380853653,-0.9893112182617188,0.00100681371986866,0.0011896849609911442,-0.0010753516107797623,0.0012009218335151672,0.004626505076885223,0.0014267563819885254 +531,-0.09643006998190644,0.11002174005715241,0.04103387086553275,-0.09569855034351349,-0.10979990661144257,-0.9893360137939453,0.0009155310690402985,0.0007426736410707235,-0.00023468397557735443,-0.0009353607892990112,0.002927348017692566,0.0019855499267578125 +532,-0.09647154604235181,0.1096330180951506,0.04102494414150835,-0.09574368596076965,-0.1094135269522667,-0.9893744587898254,0.0016028396785259247,-0.0001869858242571354,0.0010354295372962952,0.0004983246326446533,0.00551643967628479,0.0014746785163879395 +533,-0.09638503490488182,0.10937931842466418,0.04099798989883333,-0.09566076844930649,-0.10916134715080261,-0.9894103407859802,-0.002215624786913395,0.0033036679960787296,-0.002062607556581497,0.0010257512331008911,0.0015563741326332092,0.0024413466453552246 +534,-0.09634160602149978,0.10914841389385059,0.04101637236205864,-0.09562022238969803,-0.10893182456493378,-0.9894395470619202,0.0005455827340483665,0.0007358402945101261,9.823031723499298e-05,0.0008020997047424316,0.002532288432121277,0.001738131046295166 +535,-0.09634057087277792,0.10886025050823164,0.04101056833039712,-0.09562221169471741,-0.10864537209272385,-0.9894708395004272,0.0004658512771129608,-0.00033375993371009827,-3.447197377681732e-05,-0.00011142343282699585,0.0022153183817863464,0.0017542243003845215 +536,-0.09636210894631381,0.10868124114864368,0.040992770675965795,-0.09564539045095444,-0.10846741497516632,-0.9894881248474121,0.00010799337178468704,-0.0017968961037695408,0.000329459086060524,0.0015902146697044373,0.0016101151704788208,0.0014204978942871094 +537,-0.096302203364181,0.10845010513901623,0.04099996636742396,-0.09558852016925812,-0.10823763906955719,-0.9895188212394714,-0.000672830268740654,0.0006523896008729935,-0.0009336918592453003,-0.0009996145963668823,0.00196017324924469,0.0021530985832214355 +538,-0.09631327582423371,0.10823303085219818,0.041006842873009076,-0.09560173749923706,-0.10802184045314789,-0.9895411133766174,-0.0020216554403305054,-0.0015173456631600857,0.0011421404778957367,0.0017601847648620605,0.0003100484609603882,0.0026331543922424316 +539,-0.09621617675649433,0.10812185608318312,0.04103330748356566,-0.09550680220127106,-0.10791131854057312,-0.9895623326301575,-0.0020309342071413994,-0.0004905560053884983,-4.997663199901581e-05,0.0010701566934585571,0.0004894435405731201,0.0018914341926574707 +540,-0.09630310833429327,0.10792253596853735,0.041052576724715295,-0.09559489786624908,-0.10771315544843674,-0.9895753860473633,0.001242849975824356,-0.0001752055250108242,0.0014292839914560318,-0.0005965083837509155,0.002137601375579834,0.0025148987770080566 +541,-0.09631066226748977,0.10780821368576265,0.04108220408451876,-0.09560355544090271,-0.10759949684143066,-0.9895869493484497,-0.0022825226187705994,0.0005759827326983213,0.0016489755362272263,0.00093802809715271,0.002634286880493164,0.001275181770324707 +542,-0.09633325454067869,0.1076488593401696,0.04113158804772183,-0.095627561211586,-0.10744106769561768,-0.9896018505096436,-0.00036535877734422684,-0.00016850745305418968,0.0006397198885679245,0.00029064714908599854,0.0019418001174926758,0.0027549266815185547 +543,-0.0962786104914708,0.10752701351557413,0.041131906605348816,-0.0955747440457344,-0.10731992870569229,-0.9896200895309448,0.00012255366891622543,-0.0018946160562336445,0.00019844993948936462,0.00013101845979690552,0.0009203925728797913,0.0033987760543823242 +544,-0.09627452312404138,0.10748829856861672,0.041145328754037674,-0.09557109326124191,-0.10728143900632858,-0.9896246194839478,0.0018805339932441711,0.0004284926690161228,-0.0004841405898332596,-0.0006508305668830872,0.002484068274497986,0.002014756202697754 +545,-0.0962917292795571,0.10737433220140982,0.041140528461583475,-0.0955892950296402,-0.10716813057661057,-0.9896351099014282,-0.00031190551817417145,-0.0013035121373832226,-0.0006372500211000443,-0.0007089078426361084,0.0018519759178161621,0.001491248607635498 +546,-0.09628221361332512,0.10733709492156979,0.04116170455810156,-0.09558026492595673,-0.10713110119104385,-0.9896399974822998,0.0010653892531991005,-0.00047811586409807205,7.012113928794861e-05,0.001021549105644226,0.0008841603994369507,0.0023200511932373047 +547,-0.09627439756869091,0.10730101894271163,0.04113862412481999,-0.09557290375232697,-0.10709523409605026,-0.9896445870399475,-0.00021332968026399612,-0.0010757837444543839,-0.0023870691657066345,0.00032754242420196533,0.0010466575622558594,0.0022178292274475098 +548,-0.09625784082521764,0.10726931690850376,0.04112790247341519,-0.09555684030056,-0.10706371814012527,-0.9896495342254639,-0.0008708275854587555,0.00010952143929898739,0.000289352610707283,-0.0002988651394844055,0.0023426562547683716,0.0024517178535461426 +549,-0.09622971657219613,0.10711048805131301,0.04115582387734736,-0.09553064405918121,-0.10690579563379288,-0.989669144153595,0.0008947225287556648,-0.0024982551112771034,6.587989628314972e-05,0.0015822723507881165,-0.0004703029990196228,0.0029137730598449707 +550,-0.09623880603455881,0.10709612248985624,0.04112751366974653,-0.09553978592157364,-0.10689151287078857,-0.9896697998046875,0.0002440270036458969,0.00035788281820714474,0.0019462797790765762,9.606033563613892e-05,-0.00010310858488082886,0.0019379258155822754 +551,-0.09628335746721518,0.1069963491151805,0.0411901860314632,-0.09558489918708801,-0.10679231584072113,-0.9896761775016785,-0.001594487577676773,-0.000697567593306303,-0.0007287804037332535,-0.0004996955394744873,0.0012472718954086304,0.0013033747673034668 +552,-0.09636568907210025,0.10697813943483309,0.04120774406175738,-0.0956665650010109,-0.1067742109298706,-0.9896702170372009,0.0021788375452160835,-0.0019142567180097103,0.00296779815107584,0.00016181915998458862,0.0013207271695137024,0.002731800079345703 +553,-0.0963815220287059,0.10691446161707384,0.04127603395505139,-0.09568288922309875,-0.10671089589595795,-0.9896754622459412,-0.0016923900693655014,0.0008511515334248543,0.0015518870204687119,-0.0002338513731956482,0.00021980702877044678,0.0020198822021484375 +554,-0.0964058852136929,0.10693968786695705,0.04128393695249166,-0.0957067459821701,-0.10673597455024719,-0.98967045545578,-0.0019998373463749886,0.0009022892918437719,-0.0007132850587368011,0.0009649321436882019,0.0012519806623458862,0.0018622875213623047 +555,-0.09640855310357,0.10688208209031713,0.04128668659518171,-0.09570997953414917,-0.10667870193719864,-0.9896763563156128,-0.0002290559932589531,0.0005292627029120922,-0.0008582621812820435,-0.00016099214553833008,0.001316756010055542,0.001547694206237793 +556,-0.09643123957803611,0.10688278059540579,0.04131912464045454,-0.0957324206829071,-0.10667939484119415,-0.9896740913391113,-0.0005485741421580315,0.00015900889411568642,-0.00042502395808696747,-0.0003521740436553955,0.0013784915208816528,0.0018353462219238281 +557,-0.09634336981883915,0.10681222088533834,0.04130472415789115,-0.09564618021249771,-0.10660923272371292,-0.9896900057792664,0.000766201876103878,0.0015543957706540823,-0.002147326245903969,-4.1678547859191895e-05,0.0008810833096504211,0.0023700594902038574 +558,-0.09638024883662183,0.10681936776088051,0.04140574574733924,-0.09568260610103607,-0.10661634057760239,-0.9896857142448425,0.0007525533437728882,-4.146574065089226e-05,0.0012413319200277328,0.0008034557104110718,0.0007203519344329834,0.0025946497917175293 +559,-0.0963478941175043,0.10682302077900385,0.04144680977404839,-0.09565054625272751,-0.10661997646093369,-0.9896883964538574,0.0020629270002245903,0.0012285280972719193,0.0013747531920671463,0.00046622008085250854,-0.0007103532552719116,0.0004458427429199219 +560,-0.09632566797829234,0.10687107836006746,0.04147926419653668,-0.09562806040048599,-0.10666775703430176,-0.9896854162216187,-0.0016827741637825966,-0.0007216590456664562,0.0013410616666078568,0.00026063621044158936,-0.00014375895261764526,0.0008549094200134277 +561,-0.09625848320521316,0.10700987717529334,0.041496795245464416,-0.09556014090776443,-0.10680576413869858,-0.9896771311759949,0.0005107298493385315,0.0003060954622924328,-0.0010119304060935974,-0.006048135459423065,0.002344094216823578,0.006202399730682373 +562,-0.09628569131822809,0.10715012609078564,0.041495821728127054,-0.09558562934398651,-0.1069452092051506,-0.9896596074104309,-0.0007248278707265854,0.0008540214039385319,0.0007535684853792191,0.012806698679924011,-0.0005377009510993958,-0.0001322627067565918 +563,-0.09591839851686737,0.10701875991342845,0.041493320275318685,-0.09522347152233124,-0.10681459307670593,-0.9897086024284363,0.0016452223062515259,0.00037295022048056126,-0.0008162874728441238,-0.0005711987614631653,-0.01075436919927597,0.0018698573112487793 +564,-0.09633882893623218,0.10735108267171331,0.0415544416161788,-0.09563615173101425,-0.10714501142501831,-0.9896330833435059,-0.0005256151780486107,-0.002530036959797144,0.0005328953266143799,0.006784230470657349,0.0067574456334114075,0.0023742318153381348 +565,-0.09605242542555027,0.10679225705897882,0.04159135866930518,-0.09535843878984451,-0.10658938437700272,-0.9897198677062988,-0.002802658826112747,-0.0012168847024440765,0.0010537337511777878,-0.00469343364238739,0.000235632061958313,0.0025220513343811035 +566,-0.09643265677624792,0.10728458330188441,0.04161847026909248,-0.09572968631982803,-0.10707889497280121,-0.9896312355995178,-0.0013707634061574936,-0.000996873714029789,-0.0022384636104106903,0.00414644181728363,-0.0015331655740737915,0.0022349953651428223 +567,-0.0959569482510086,0.107069523160212,0.04159350682009449,-0.0952611044049263,-0.10686507076025009,-0.9896995425224304,0.0001542549580335617,0.0018401839770376682,-0.0008163116872310638,0.0048832967877388,0.0013505443930625916,0.00192183256149292 +568,-0.09619803928112347,0.10703632382090751,0.04169418494878444,-0.09550005197525024,-0.10683205723762512,-0.9896800518035889,-0.0005337446928024292,-0.0015358845703303814,-0.0018948540091514587,-0.0005845353007316589,-0.000788174569606781,0.0030468106269836426 +569,-0.0961501446745724,0.10698484892846294,0.041689299251581165,-0.095453180372715,-0.10678087919950485,-0.9896901249885559,0.007836094126105309,0.0011579967103898525,0.0029689520597457886,0.0036257877945899963,-0.0002137497067451477,0.009328186511993408 +570,-0.09613436782240255,0.10707283634892929,0.04169961670087494,-0.09543666243553162,-0.10686836391687393,-0.9896822571754456,0.0031780116260051727,0.0008005222771316767,0.0021113911643624306,0.002205461263656616,0.0011859908699989319,-0.0037259459495544434 +571,-0.09610465052390979,0.107021273576703,0.04173535329893977,-0.09540778398513794,-0.1068170964717865,-0.9896906018257141,-0.007106996141374111,0.003447914496064186,0.00021926313638687134,-0.0023705363273620605,-0.003107219934463501,-0.0027410387992858887 +572,-0.09631102979873207,0.10705036057042576,0.041757937080469924,-0.09561172872781754,-0.10684601217508316,-0.9896677732467651,0.016331065446138382,-0.014658400788903236,-0.0019016414880752563,-0.0019682273268699646,-0.00020964443683624268,-0.010622143745422363 +573,-0.09636573999790188,0.10693314541052641,0.04176936653857058,-0.09566707909107208,-0.10672947019338608,-0.989674985408783,0.0003195125609636307,0.0015206271782517433,-0.0008253175765275955,0.0014135390520095825,0.0010623559355735779,-0.006159365177154541 +574,-0.096297168867963,0.10695510982573891,0.04184423739276644,-0.09559899568557739,-0.10675130784511566,-0.989679217338562,0.006993771065026522,0.01871592178940773,0.0020847581326961517,-0.0052005574107170105,0.0007027313113212585,0.015069901943206787 +575,-0.0885581151473758,0.11074789824926974,0.042280572620077596,-0.08790058642625809,-0.11052165180444717,-0.9899790287017822,-0.053659532219171524,-0.11280813068151474,0.00415449496358633,0.0031380057334899902,0.002230025827884674,0.0011789798736572266 +576,-0.12865434042080912,0.09331107514181071,0.06445664869935754,-0.12774157524108887,-0.0931757241487503,-0.9874210953712463,-0.4112849533557892,-1.2854430675506592,1.7289206981658936,0.17513537406921387,0.018865421414375305,-0.023855149745941162 +577,-0.2933231040979394,0.00382547054688425,0.3634754557619606,-0.28913286328315735,-0.003825461259111762,-0.9572813510894775,0.5319179892539978,0.7141523957252502,1.5844286680221558,-0.12456342577934265,0.07709816098213196,0.08302903175354004 +578,-0.32930378088301543,0.00409813075862814,0.47248180100608994,-0.32338157296180725,-0.004098119214177132,-0.9462597966194153,0.36911094188690186,-0.872662365436554,1.1236963272094727,-0.06281837821006775,-0.020712673664093018,-0.03936642408370972 +579,-0.32297320621446696,0.004328046588228699,0.5546203171037077,-0.3173844516277313,-0.004328032955527306,-0.9482870697975159,0.3554668426513672,0.1435815691947937,1.0376273393630981,0.030748099088668823,-0.022145964205265045,-0.04469388723373413 +580,-0.21962022193239014,0.005419330667176145,0.6735626681819132,-0.2178557813167572,-0.0054193041287362576,-0.9759659171104431,0.14028958976268768,2.260345697402954,0.5739273428916931,-0.0687347948551178,0.0011163204908370972,0.041258275508880615 +581,-0.07618844583860107,0.006020458176366489,0.7765634263133213,-0.07611338049173355,-0.006020421627908945,-0.9970809817314148,0.07095976918935776,0.21171271800994873,1.0212373733520508,-0.05674489587545395,0.05397879704833031,0.0898239016532898 +582,-0.046731223183860714,0.004539330106811969,0.7943842427300601,-0.04671373590826988,-0.004539314657449722,-0.9988980293273926,-0.029964305460453033,0.32615897059440613,-0.20710304379463196,-0.013299081474542618,0.03435498848557472,0.0004391670227050781 +583,-0.008393897631578762,0.003179058929222578,0.7743110124912813,-0.008393757045269012,-0.003179053543135524,-0.9999597072601318,0.1579570770263672,0.9234108924865723,-0.3336384892463684,-0.023222453892230988,0.03372715041041374,0.027990102767944336 +584,0.00037142959225421957,0.00480135048793776,0.7687565218812061,0.00037142529617995024,-0.004801332019269466,-0.9999883770942688,0.0019963253289461136,0.0025757881812751293,0.0018720347434282303,-0.004689662717282772,0.004648744594305754,-0.0004540681838989258 +585,-0.00037681116907540196,0.0052758863877712375,0.7688255149679488,-0.0003768059250432998,-0.0052758618257939816,-0.9999859929084778,0.004549231380224228,-0.007731444668024778,0.0038515618070960045,-0.005055322777479887,0.004299299791455269,0.0012677907943725586 +586,0.0010949218590161573,0.005757611343947777,0.8784139909135557,0.0010949034476652741,-0.005757579579949379,-0.9999828338623047,0.006713477894663811,0.0691315084695816,2.808123826980591,0.04729071632027626,0.013692149892449379,0.0021495819091796875 +587,0.000967880749770931,0.007167026658676248,1.0462444261223134,0.0009678557398729026,-0.007166965398937464,-0.9999738335609436,-0.000767967663705349,0.01659085974097252,-0.28130030632019043,-0.1813572645187378,-0.041096583008766174,0.002567887306213379 +588,0.0007652619583837516,0.006753832597862086,1.0175398149861714,0.0007652444182895124,-0.006753781344741583,-0.9999768733978271,-0.0018045734614133835,-0.001971508376300335,-0.35302695631980896,-0.004488389007747173,0.01949487067759037,0.002662479877471924 +589,0.001021990137465146,0.006555163224150727,0.970589836285204,0.0010219679679721594,-0.006555116269737482,-0.9999780058860779,0.004417730960994959,0.008495455607771873,-0.4307255148887634,-0.006728755310177803,-0.003775083925575018,0.00017637014389038086 +590,-0.0015092482705329087,0.005756517835040901,0.9484273913472555,-0.0015092226676642895,-0.00575648620724678,-0.9999822974205017,-0.012045199982821941,-0.010996936820447445,-0.6879762411117554,-0.0075087216682732105,0.06081019714474678,-0.009722292423248291 +591,-0.03125069963684438,0.006676029339891469,0.8210166079597645,-0.03124491684138775,-0.00667597958818078,-0.9994894862174988,-0.022682685405015945,-1.0914868116378784,-1.168707013130188,-0.0399831086397171,-0.04459355026483536,-0.09113246202468872 +592,-0.21148183830186468,0.006097672830593974,0.778773004979986,-0.20990505814552307,-0.006097635254263878,-0.9777027368545532,-0.008959491737186909,-3.925504684448242,0.027897479012608528,0.09148161113262177,-0.006902850698679686,-0.386402428150177 +593,-0.512916925083281,0.004373201705535682,0.7733449581443541,-0.49071618914604187,-0.00437318766489625,-0.8713085055351257,0.02282954752445221,-2.109555721282959,0.09122703969478607,-0.05400729179382324,0.014443978667259216,-0.11509591341018677 +594,-0.6629466138077382,-0.0017600332277462865,0.8081932381351453,-0.6154410243034363,0.001760032377205789,-0.788180947303772,-0.018341634422540665,0.20444810390472412,0.03550350293517113,-0.09368067979812622,-0.011205211281776428,0.22420084476470947 +595,-0.8532151934665059,-0.027860376616166076,0.8626559296698277,-0.7531061172485352,0.027856772765517235,-0.6573090553283691,0.5483465194702148,-2.9072351455688477,0.7353955507278442,0.03534799814224243,0.03769499063491821,-0.01319265365600586 +596,-0.9752812001537655,-0.02483959644877454,0.8797038280398911,-0.8276042342185974,0.024837041273713112,-0.5607622265815735,-0.595624566078186,-0.37877410650253296,-0.4107306897640228,-0.07628059387207031,0.04340025782585144,0.038606464862823486 +597,-0.9535556850034307,-0.011265570611978576,0.8198341973074892,-0.8154269456863403,0.011265331879258156,-0.578750491142273,-0.07537173479795456,0.03368768468499184,-0.5610683560371399,0.03957855701446533,0.052348554134368896,-0.03680431842803955 +598,-1.026085816094009,0.0013467768381050596,0.8089859300791968,-0.8552765250205994,-0.0013467763783410192,-0.5181700587272644,-0.009657220914959908,-1.4654569625854492,0.00981048308312893,0.02506113052368164,0.004306972026824951,-0.0924409031867981 +599,-1.1406768816678752,0.00030271369230064907,0.8094986369856965,-0.9089158773422241,-0.0003027136845048517,-0.4169793426990509,0.0024696593172848225,-0.5554603338241577,0.006289082579314709,0.0072130560874938965,0.007474333047866821,0.026384860277175903 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/standing/w0.csv b/BoostRunClub/CoreML/DataSet/Motion/standing/w0.csv new file mode 100644 index 0000000..4feefaf --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/standing/w0.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,0.06726975804013086,0.2977972746422921,2.950726013284336,0.06426039338111877,-0.2934151589870453,-0.953822910785675,-0.25156375765800476,0.5684902667999268,0.010088198818266392,5.5402517318725586e-05,0.013370603322982788,0.02079373598098755 +1,0.030392626951720614,0.2895392555691169,2.9585619932727028,0.02912306599318981,-0.28551068902015686,-0.9579329490661621,0.40975502133369446,-1.0845155715942383,0.13331978023052216,0.02062058635056019,0.01956525444984436,0.0008254051208496094 +2,0.0012529899086346336,0.29529378796549305,2.957739506025205,0.001198756042867899,-0.291020929813385,-0.9567159414291382,0.07486116886138916,-0.3264962136745453,-0.04816771671175957,0.006445897743105888,0.00963360071182251,-0.07970678806304932 +3,-0.039849215528491126,0.3323192505359245,2.960369061870283,-0.03765902668237686,-0.3262362778186798,-0.9445378184318542,0.25955623388290405,-0.7362021803855896,-0.07986592501401901,-0.01739468425512314,-0.01491972804069519,0.005740821361541748 +4,-0.09279059802344262,0.36917519748103944,2.944064494219503,-0.08641472458839417,-0.36084631085395813,-0.9286131858825684,0.151139497756958,-0.073282390832901,-0.22084888815879822,-0.004268258810043335,-0.01574060320854187,-0.01776742935180664 +5,-0.08661318342165036,0.3653007051549293,2.917549115479547,-0.08079702407121658,-0.35723018646240234,-0.9305151700973511,-0.2111291140317917,0.3654150664806366,0.015540073625743389,0.018495380878448486,-0.035683631896972656,0.029361605644226074 +6,-0.07491082011743078,0.3013994132399249,2.927319109370886,-0.07146710157394409,-0.2968568205833435,-0.9522439241409302,0.2648221552371979,-2.167603015899658,0.696025550365448,-0.1785176396369934,-0.042773306369781494,-0.3079184293746948 +7,-0.39955887806766,0.40557197546996254,3.000029399738856,-0.3574541509151459,-0.394544392824173,-0.8464994430541992,1.1382081508636475,-2.156763792037964,0.8601489663124084,-0.11273020505905151,0.08961275219917297,0.06892681121826172 +8,-0.7935060015440681,0.4165574415423577,-2.9439816806532364,-0.6518616676330566,-0.4046146869659424,-0.6413760781288147,2.474138021469116,-3.587218999862671,3.3471717834472656,0.15572220087051392,0.36475878953933716,-0.026028096675872803 +9,-1.3241175628375594,0.05926826497379709,-2.392846400375098,-0.9680260419845581,-0.05923357233405113,-0.24375586211681366,1.819926142692566,-0.8911466002464294,7.462162017822266,0.16443723440170288,0.47949114441871643,0.019833102822303772 +10,-1.19662657026975,-0.596090904801325,-2.032361422856071,-0.7702803611755371,0.5614118576049805,-0.30246445536613464,0.6304293274879456,0.5150622725486755,6.642215728759766,-0.3534225821495056,0.12222760915756226,-0.10543343424797058 +11,-0.8339227664607932,-0.951342674350731,-1.551585039401536,-0.42996954917907715,0.8141958117485046,-0.39014267921447754,1.080100655555725,0.32935604453086853,2.319566488265991,-0.8630602359771729,-0.06982636451721191,-0.05318614840507507 +12,-0.6840622753778745,-0.9441728462218028,-1.4128542746923092,-0.3705817461013794,0.81001216173172,-0.4544771909713745,0.3906363844871521,-0.3879716396331787,-1.242640733718872,-0.4926995038986206,-0.03980952501296997,0.184900164604187 +13,-0.9190326335563076,-0.8111662166976943,-1.5901184896612834,-0.5474899411201477,0.7250908017158508,-0.4177299439907074,0.15113063156604767,-1.222456932067871,-2.265519857406616,0.06366419792175293,-0.14122843742370605,0.01398235559463501 +14,-1.0977913003428141,-0.567784691715903,-1.7883711289515147,-0.7505253553390503,0.5377656817436218,-0.38408294320106506,-0.472500741481781,0.6079629063606262,-2.4563028812408447,0.4651707410812378,0.2579649090766907,0.08053988218307495 +15,-1.2078545624081567,-0.4543383238141627,-1.9380633800940794,-0.840016782283783,0.43886786699295044,-0.31900909543037415,-1.9110915660858154,0.31725752353668213,-3.2491884231567383,-0.22687774896621704,0.07393425703048706,0.34301120042800903 +16,-1.3607308052225442,-0.3715661796500117,-2.289763880798834,-0.911277174949646,0.3630751669406891,-0.1942942589521408,-2.618351459503174,-0.7307640910148621,0.03743034973740578,0.44359534978866577,0.08576205372810364,-0.23150227963924408 +17,-1.369819020974803,-0.4298712795457951,-2.4650443214739117,-0.8907225728034973,0.4167537987232208,-0.18146486580371857,-1.0296573638916016,1.1067583560943604,0.3506391644477844,-0.12360537052154541,0.08295628428459167,-0.12189507484436035 +18,-1.3391209209758996,-0.4387297509209064,-2.4823507388592447,-0.8811054825782776,0.4247898757457733,-0.2078627496957779,-0.1285654902458191,-0.596603512763977,0.15150965750217438,-0.014768660068511963,-0.06037941575050354,0.1274031102657318 +19,-1.4575735117924808,-0.43912654275764246,-2.564365713666201,-0.8993279337882996,0.4251490533351898,-0.10226178914308548,-0.7366259098052979,-0.5882382988929749,-0.20154964923858643,-0.08799195289611816,0.06680953502655029,0.0021641328930854797 +20,-1.5969868441844826,-0.4363207566357925,-2.6017213569532793,-0.9060017466545105,0.42260777950286865,0.02373408153653145,-0.5575629472732544,-1.494935154914856,0.26046887040138245,-0.003681361675262451,-0.10015913844108582,-0.009955409914255142 +21,-1.7356798650864977,-0.4776885547671264,-2.6929765017396803,-0.8760155439376831,0.4597277045249939,0.14576388895511627,-0.7375321984291077,-1.3876513242721558,0.01687401905655861,-0.06833559274673462,0.09219792485237122,-0.14448215067386627 +22,-1.8405324435565926,-0.46708573799134623,-2.696862659609264,-0.860598623752594,0.4502860903739929,0.2379332035779953,-0.14994363486766815,-0.8904536366462708,0.12910780310630798,0.038287341594696045,0.04171821475028992,-0.09054866433143616 +23,-1.9049375580272994,-0.4994884412121954,-2.6944224617180663,-0.8292768597602844,0.4789765477180481,0.28789055347442627,0.13687172532081604,-0.38345983624458313,1.6520973443984985,0.39003753662109375,-0.30328696966171265,0.20286256074905396 +24,-2.0888851135376996,-0.5868040897302131,-2.8309832611121766,-0.7234352827072144,0.5537025928497314,0.4123775064945221,0.04976404458284378,-2.5514233112335205,1.07913076877594,-0.16479426622390747,0.015450358390808105,-0.6870509386062622 +25,-2.1046222978765963,-0.6213352885354518,-2.765505123328917,-0.6999722719192505,0.5821214318275452,0.4137312173843384,-0.0012073544785380363,-0.6356840133666992,-0.0880897045135498,0.134283185005188,-0.013380587100982666,-0.18355250358581543 +26,-2.168720950129638,-0.6882093000759484,-2.7065795976405216,-0.6383805274963379,0.6351550817489624,0.43479737639427185,0.2296094000339508,-0.3840770125389099,0.38463395833969116,-0.08995217084884644,0.06684094667434692,0.14175602793693542 +27,-2.1537309013043786,-0.6968863671294223,-2.6361636973513223,-0.6402007937431335,0.6418331265449524,0.42212969064712524,0.9534000754356384,-0.36188963055610657,-0.4039171636104584,-0.037259042263031006,0.03922772407531738,-0.07793718576431274 +28,-2.1007701122765807,-0.7214260188166063,-2.5399636574292135,-0.6478615403175354,0.6604560613632202,0.3795703053474426,0.5110231637954712,-0.16814079880714417,-0.0853399857878685,-0.0031090378761291504,0.013219594955444336,0.01882156729698181 +29,-2.0781758301333575,-0.7415541866834546,-2.4811570701266374,-0.6445198655128479,0.6754348278045654,0.35830363631248474,0.2636238932609558,-0.09883976727724075,0.06106556951999664,0.0072977542877197266,0.015101492404937744,0.06758430600166321 +30,-2.0913135705701023,-0.7399583736893828,-2.4832386273247313,-0.640691876411438,0.6742571592330933,0.3672758638858795,-0.20671352744102478,-0.37511634826660156,-0.01809476502239704,-0.012323319911956787,0.048093974590301514,0.01771870255470276 +31,-2.1024599044720533,-0.7176561862397643,-2.5143428920867543,-0.6493605375289917,0.6576207876205444,0.3819239139556885,-0.63145911693573,0.31707897782325745,0.06960616260766983,0.0814894437789917,-0.0016912221908569336,-0.06570088863372803 +32,-2.118035176065778,-0.7201212244327819,-2.553642407875945,-0.6419469714164734,0.6594758033752441,0.39114636182785034,0.42019790410995483,-0.020470689982175827,0.025580083951354027,-0.09114623069763184,-0.012228548526763916,-0.2239711880683899 +33,-2.0701557640519295,-0.7749124802413146,-2.478416711200959,-0.6272363662719727,0.6996535658836365,0.34213927388191223,0.3739852011203766,-0.04296622425317764,0.34834223985671997,-0.004752099514007568,0.029838621616363525,0.10239502787590027 +34,-2.1003219930156867,-0.8376428737479443,-2.480520128683508,-0.5775646567344666,0.743067741394043,0.33803707361221313,0.5958139896392822,-0.09865105897188187,1.0916856527328491,0.0661512017250061,-0.10087120532989502,-0.0838409960269928 +35,-2.005514500607489,-1.1107930062091405,-2.510718760281102,-0.4026588201522827,0.8960510492324829,0.18697220087051392,1.2958176136016846,3.2367234230041504,3.101803779602051,0.058939337730407715,-0.26757198572158813,0.1473630666732788 +36,-2.0083763056666135,-1.2295136485294191,-2.6363693365383156,-0.3031606376171112,0.9423261284828186,0.14182688295841217,-0.17093488574028015,0.02684732899069786,0.1141534149646759,-0.1223611831665039,-0.22612446546554565,0.21231435239315033 +37,-2.011034518380088,-1.2478710094476722,-2.627494722336589,-0.287083238363266,0.9483111500740051,0.1352367401123047,-0.021286271512508392,-0.0004279804416000843,0.10533037781715393,0.02940806746482849,-0.0028004050254821777,0.04257391393184662 +38,-2.0627383539168274,-1.259253871354259,-2.669635734309509,-0.27017879486083984,0.9518619179725647,0.1447848379611969,-0.0592375248670578,-0.2620449662208557,0.06779037415981293,0.002539604902267456,0.038799822330474854,0.029989376664161682 +39,-2.1311348806848924,-1.2559783485440061,-2.742520160656616,-0.26229140162467957,0.9508527517318726,0.16456721723079681,-0.217869371175766,0.2837986946105957,0.013415085151791573,-0.020896464586257935,0.0031419992446899414,0.022200345993041992 +40,-2.14593686367209,-1.2442500899178968,-2.775570542733234,-0.2691664397716522,0.9471558928489685,0.17448581755161285,-0.04070620611310005,0.06085304543375969,-0.10199365764856339,0.01271200180053711,0.016512930393218994,-0.00021517276763916016 +41,-2.162844123068927,-1.2358112170307953,-2.789023405410407,-0.27280092239379883,0.9444152116775513,0.1834656000137329,-0.0898621454834938,-0.07781200110912323,-0.1005505919456482,0.029392719268798828,0.01151740550994873,0.01030576229095459 +42,-2.1765505086973223,-1.2259625132035037,-2.7861128226775107,-0.2778937816619873,0.9411316514015198,0.1924741417169571,0.002657857723534107,-0.20593209564685822,-0.14976295828819275,0.053742170333862305,0.0037536025047302246,0.0293581485748291 +43,-2.183313039292628,-1.2161365158842619,-2.7844151874365766,-0.2841385304927826,0.9377647042274475,0.19965606927871704,-0.06797224283218384,0.020966822281479836,-0.09877099841833115,0.07030192017555237,0.034036993980407715,0.07082127034664154 +44,-2.205918096036298,-1.2085274368228371,-2.8244136049033055,-0.2852889597415924,0.9350951313972473,0.2102547585964203,-0.1432979255914688,0.27596741914749146,-0.02736402116715908,0.04549714922904968,0.03324270248413086,0.015270188450813293 +45,-2.214759953948058,-1.1960931890022655,-2.8755745109266293,-0.29269522428512573,0.9306163191795349,0.21973301470279694,-0.2555617094039917,0.45596182346343994,-0.045800089836120605,0.03968927264213562,0.013383805751800537,0.01276513934135437 +46,-2.227548660028123,-1.172779159027496,-2.948966071718148,-0.30696454644203186,0.9218313097953796,0.23664331436157227,-0.40924975275993347,0.60829097032547,0.012275115586817265,0.02331891655921936,0.005140244960784912,-0.06009909510612488 +47,-2.248461814160409,-1.156509057778606,-3.0356553302828,-0.3135918974876404,0.915403425693512,0.2523811161518097,-0.34599825739860535,0.5366780161857605,0.13521017134189606,0.00045111775398254395,-0.0013106465339660645,-0.09660428762435913 +48,-2.27528264696238,-1.1466539521267105,-3.1334713354627843,-0.31357043981552124,0.9113920331001282,0.26653069257736206,-0.39800456166267395,0.6219332814216614,0.14746035635471344,-0.11028823256492615,0.012176871299743652,-0.0844322144985199 +49,-2.2890498772831473,-1.1284951698150802,3.074236755494918,-0.32228028774261475,0.9037691354751587,0.2816673815250397,-0.2166685312986374,0.5148850083351135,0.055422864854335785,-0.11673030257225037,0.0031978487968444824,-0.15355461835861206 +50,-2.263151208196483,-1.1275054344748157,3.066634564732503,-0.33015456795692444,0.9033450484275818,0.2737981081008911,0.013418956659734249,0.27154913544654846,0.025605302304029465,-0.07575967907905579,-0.013818800449371338,-0.0789739191532135 +51,-2.2343914818206367,-1.1308002714263323,3.081846071792023,-0.3355448842048645,0.9047533273696899,0.26235640048980713,0.04760050028562546,0.13095930218696594,-0.03829314559698105,-0.09473767876625061,0.016862213611602783,-0.030132919549942017 +52,-2.1962541521093373,-1.12106123334528,3.1140436005917613,-0.35243090987205505,0.9005622863769531,0.2545188367366791,0.046928614377975464,0.15055206418037415,-0.09720571339130402,-0.02386602759361267,-0.0205879807472229,-0.08810654282569885 +53,-2.1344752786532326,-1.1250755734479132,-3.105387534566297,-0.3644137978553772,0.9023001790046692,0.23034101724624634,0.23466816544532776,0.05207515507936478,-0.02581503614783287,-0.024898946285247803,0.031278252601623535,-0.05529212951660156 +54,-2.080809587782155,-1.135728598753206,-3.0441080676388452,-0.3678347170352936,0.906841516494751,0.2057579606771469,0.158620223402977,-0.05044940114021301,0.03180663287639618,-0.032769590616226196,0.0015295743942260742,-0.04082569479942322 +55,-2.045516690353797,-1.1442380218362445,-2.990755780124336,-0.3679889738559723,0.910395085811615,0.18911635875701904,0.2032296508550644,-0.04680470749735832,0.020903294906020164,-0.041572242975234985,0.016423821449279785,-0.0038441121578216553 +56,-2.0250896360557937,-1.1495924393708552,-2.962116199600861,-0.3673892319202423,0.9125973582267761,0.1794186532497406,0.02583857998251915,-0.05465042591094971,0.05244196578860283,-0.03588530421257019,-0.004958927631378174,-0.02362634241580963 +57,-2.030988783556614,-1.1516121320007202,-2.957483172876312,-0.36467239260673523,0.9134212732315063,0.18076390027999878,0.027329295873641968,-0.1603410542011261,0.05181404948234558,-0.03669482469558716,0.0028995275497436523,-0.06456828117370605 +58,-2.032314624123132,-1.1607360186573528,-2.9323860865635067,-0.3569551408290863,0.9170967936515808,0.1775285005569458,0.1316981464624405,-0.3868919312953949,0.06948086619377136,-0.03536352515220642,0.001360177993774414,-0.072517529129982 +59,-2.0464693420049027,-1.1702454874274884,-2.89663560183829,-0.346638023853302,0.9208463430404663,0.17856135964393616,0.17345908284187317,-0.5088784694671631,-0.0032272483222186565,-0.032512396574020386,0.008108735084533691,-0.06352531909942627 +60,-2.037857124587822,-1.1771513003845038,-2.845421202297839,-0.342476487159729,0.923517107963562,0.1727019101381302,0.2590465545654297,-0.4089926779270172,-0.04572972655296326,0.018059372901916504,0.013738751411437988,-0.03267204761505127 +61,-2.036902491722927,-1.1822840820856366,-2.8058459608826203,-0.33840200304985046,0.925473690032959,0.17024224996566772,0.14144247770309448,-0.39077579975128174,-0.003274405375123024,0.019645899534225464,0.00801318883895874,-0.045074477791786194 +62,-2.0213949535825617,-1.2007548828209875,-2.7448507723597064,-0.32555603981018066,0.9323123693466187,0.1575019210577011,0.4185295104980469,-0.42371973395347595,0.12793748080730438,0.04975345730781555,0.08814960718154907,-0.009323731064796448 +63,-1.9937379398028086,-1.2235479589200533,-2.6785885875574733,-0.3103255033493042,0.9403126835823059,0.1396792083978653,0.0788317620754242,-0.24443943798542023,0.09994526952505112,0.0584486722946167,0.002054870128631592,0.1043393611907959 +64,-2.013896023682169,-1.2312148654814359,-2.6802989202709946,-0.3009244501590729,0.9428941607475281,0.14281055331230164,0.07058403640985489,-0.108742356300354,0.05786226689815521,0.009008556604385376,0.020789802074432373,0.005230173468589783 +65,-2.0163269097474923,-1.241250511844702,-2.668229485177794,-0.2920224666595459,0.9461894035339355,0.13945667445659637,0.04324572905898094,-0.08226485550403595,0.06979367136955261,0.07795697450637817,0.028862297534942627,0.07148084044456482 +66,-2.058279619183632,-1.2496460223683743,-2.7055637134094974,-0.27888908982276917,0.9488729238510132,0.14785577356815338,-0.07089806348085403,-0.03613760694861412,0.05542618781328201,0.025532126426696777,-0.0004323124885559082,0.007860198616981506 +67,-2.083719010473505,-1.2561515916631882,-2.7277035359951807,-0.26965299248695374,0.9509063959121704,0.15186914801597595,0.04924508184194565,-0.017339881509542465,0.06253744661808014,0.022750556468963623,0.032339394092559814,0.021546944975852966 +68,-2.091474996240726,-1.2624075711239013,-2.7325397933423576,-0.2633013129234314,0.9528238773345947,0.15099366009235382,-0.006003945134580135,-0.007107877172529697,0.006641689222306013,0.017161816358566284,0.012599706649780273,0.026557549834251404 +69,-2.090304993625261,-1.2641277148782424,-2.730109573508996,-0.26205524802207947,0.9533445239067078,0.14987191557884216,0.03471376374363899,0.011550075374543667,-0.01575380750000477,0.04313734173774719,0.002389848232269287,0.056213393807411194 +70,-2.0838994234458625,-1.2688977416829044,-2.7394113664412116,-0.259044885635376,0.9547737240791321,0.14595620334148407,-0.0014577796682715416,0.310539186000824,0.040179941803216934,0.02634832262992859,0.00999385118484497,0.029824987053871155 +71,-2.12536237582681,-1.2432473045712003,-2.7787106176655962,-0.2735060155391693,0.9468337297439575,0.1694110929965973,-0.00397858489304781,0.2057281732559204,-0.14690564572811127,0.0208357572555542,0.04333949089050293,0.052360162138938904 +72,-2.111650647250273,-1.2216406670965307,-2.7923154914915354,-0.2932755649089813,0.9396619200706482,0.17613881826400757,-0.1382836550474167,0.33600980043411255,-0.19904567301273346,0.010942220687866211,0.014210760593414307,-0.002493739128112793 +73,-2.1142142363635066,-1.1981624249405756,-2.807379065472958,-0.31162455677986145,0.9313716292381287,0.18824778497219086,-0.047992005944252014,0.2142658531665802,-0.2658407390117645,0.11432841420173645,0.09859669208526611,0.07470694184303284 +74,-2.207915010769343,-1.19162836597699,-2.8951513421205357,-0.29752928018569946,0.9289729595184326,0.22019393742084503,-0.11988857388496399,-0.5895057320594788,0.033514540642499924,-0.15193358063697815,0.11446869373321533,-0.1017400324344635 +75,-2.317648439770346,-1.1861572177501458,-2.9533044313470422,-0.2753513753414154,0.9269338846206665,0.25490209460258484,-0.12516814470291138,-0.45668959617614746,0.2647954821586609,-0.08765515685081482,0.03237086534500122,-0.13457134366035461 +76,-2.402879034754614,-1.1873372263952289,-3.0006953959860776,-0.25191614031791687,0.9273760318756104,0.2766079604625702,-0.20340262353420258,-0.17573930323123932,0.047210223972797394,-0.09306982159614563,-0.04866814613342285,-0.015133380889892578 +77,-2.4318352495686044,-1.186757699366117,-3.023705304859742,-0.24415214359760284,0.9271590709686279,0.2841929793357849,-0.08061343431472778,-0.3083771765232086,0.07690442353487015,-0.07687750458717346,-0.01099097728729248,-0.07609358429908752 +78,-2.433284387271069,-1.1883713714734354,-2.998697195813647,-0.2427663803100586,0.9277624487876892,0.28340980410575867,0.22131748497486115,-0.3450334072113037,-0.05611547827720642,-0.06321805715560913,0.06254810094833374,-0.12995225191116333 +79,-2.4545652955496067,-1.194055328038601,-2.9408767021216033,-0.23333236575126648,0.9298685193061829,0.28442999720573425,0.18169566988945007,-0.660589873790741,-0.13018739223480225,-0.06195570528507233,-0.007749438285827637,5.480647087097168e-05 +80,-2.496645088480438,-1.1820701469448702,-2.90979717077978,-0.2278440147638321,0.9253926277160645,0.30287832021713257,-0.4422908425331116,0.1348356455564499,-0.12442371249198914,-0.15977497398853302,-0.05469578504562378,0.24851316213607788 +81,-2.506084045390282,-1.1719084609084407,-2.9463726235498484,-0.2305452972650528,0.9214935302734375,0.3125673830509186,-0.2168327420949936,0.21118849515914917,0.13664360344409943,-0.10871857404708862,-0.02603161334991455,-0.06358975172042847 +82,-2.486279176467446,-1.1560581794642721,-2.9600972720572485,-0.24556098878383636,0.9152218699455261,0.31948184967041016,-0.1084478348493576,0.44843265414237976,-0.15514421463012695,-0.025267258286476135,-0.0010526180267333984,-0.06401923298835754 +83,-2.4498002933194627,-1.154715750801763,-2.9323363958847417,-0.257832795381546,0.9146801233291626,0.3112592399120331,0.14094474911689758,-0.745861291885376,-0.13035555183887482,0.07678735256195068,0.09905266761779785,-0.0650433897972107 +84,-2.4941741775355895,-1.1610555340328905,-2.943999407792097,-0.24026983976364136,0.917224109172821,0.31775882840156555,-0.22291094064712524,-0.3075982630252838,0.25154465436935425,-0.09293638169765472,-0.02040386199951172,-0.0366460382938385 +85,-2.5252939322294803,-1.164289960403891,-2.9557419687612416,-0.22855043411254883,0.9185078144073486,0.3226582109928131,0.0789942592382431,-0.41727933287620544,-0.02984996885061264,0.02896544337272644,0.027171015739440918,-0.048854559659957886 +86,-2.5548527055424812,-1.1706482782752006,-2.972317837199991,-0.21567651629447937,0.9210033416748047,0.32440149784088135,-0.0012292629107832909,-0.07316064089536667,0.08098950237035751,0.021737337112426758,-0.005201399326324463,-0.011504799127578735 +87,-2.564578896424577,-1.1709940796824312,-2.9869886584903362,-0.21233774721622467,0.9211379885673523,0.3262174129486084,-0.056872010231018066,0.11199168115854263,-0.0433078296482563,-0.013782262802124023,-0.0018721222877502441,0.01840236783027649 +88,-2.5283194404047467,-1.1640087845014728,-2.9737580589310166,-0.22772155702114105,0.9183965921401978,0.323559045791626,-0.06460751593112946,0.40349939465522766,-0.08964131772518158,0.002059370279312134,-0.0007789134979248047,0.045520514249801636 +89,-2.4871457412161084,-1.1571337045069767,-2.9514764231987747,-0.24468468129634857,0.915654718875885,0.3189133107662201,0.07801561802625656,-0.15384916961193085,-0.02833612821996212,0.14055870473384857,0.016214728355407715,-0.002598673105239868 +90,-2.505877525022462,-1.1637517801803843,-2.9448149672731985,-0.2350647896528244,0.9182949066162109,0.3185570538043976,-0.05130903422832489,-0.36392512917518616,-0.051460251212120056,0.02264721691608429,0.022500813007354736,0.06250053644180298 +91,-2.576788546120691,-1.1502223147282333,-2.934044838728563,-0.21853436529636383,0.9128547310829163,0.34487515687942505,0.02385817840695381,-0.8964996337890625,-0.1574936956167221,0.10053816437721252,0.049013495445251465,0.05337926745414734 +92,-2.6000334124590534,-1.1453266543713,-2.8980780362822105,-0.2127607762813568,0.9108449816703796,0.3536869287490845,-0.031245730817317963,-0.2668205201625824,-0.06864219158887863,-0.017875850200653076,-0.018327772617340088,0.06267967820167542 +93,-2.5851774187817833,-1.145107892422019,-2.8873337529669056,-0.21809642016887665,0.9107546806335449,0.35065600275993347,-0.04201345518231392,0.22744761407375336,-0.06923951208591461,0.011049941182136536,-0.011615395545959473,0.022665470838546753 +94,-2.565796666723087,-1.1423954078078637,-2.887713221720416,-0.22619545459747314,0.9096311926841736,0.34843453764915466,-0.0027923407033085823,0.19054491817951202,0.03570479154586792,-0.013443797826766968,-0.01258230209350586,0.0068663060665130615 +95,-2.548210257454936,-1.1438383108887324,-2.8849758608462497,-0.23155370354652405,0.9102296829223633,0.34331437945365906,0.0010361894965171814,0.17195773124694824,-0.05605625733733177,0.015489280223846436,0.007998406887054443,0.027321666479110718 +96,-2.531488761093402,-1.1398825630640521,-2.889156312004759,-0.23932284116744995,0.908584475517273,0.34234288334846497,-0.05664288252592087,0.29938000440597534,-0.021056363359093666,0.03294774889945984,0.006378173828125,0.016711682081222534 +97,-2.518152152088247,-1.1335995207447371,-2.908250062238924,-0.24719542264938354,0.9059420824050903,0.34374910593032837,0.02796918898820877,0.461570680141449,0.15959450602531433,0.05594171583652496,0.04802221059799194,0.003708750009536743 +98,-2.5218539489536145,-1.1417356824253357,-2.9497806579012336,-0.24163208901882172,0.909356951713562,0.33865052461624146,-0.05065082013607025,0.33948957920074463,-0.004120903089642525,-0.09909670054912567,-0.05837416648864746,-0.05479118227958679 +99,-2.4969600953185895,-1.1423523551096737,-2.965900902368664,-0.24964968860149384,0.909613311290741,0.3320828080177307,0.056389302015304565,0.6722400784492493,-0.012521493248641491,-0.06326234340667725,0.007226526737213135,-0.025167495012283325 +100,-2.410416677910189,-1.157851489151295,-2.8898052121301454,-0.2679719030857086,0.9159430265426636,0.29872986674308777,0.599224328994751,-0.14266203343868256,-0.054350703954696655,-0.016055196523666382,0.039028286933898926,-0.06809329986572266 +101,-2.321607208740815,-1.1966550474023228,-2.7907156997014937,-0.26721078157424927,0.9308217763900757,0.24933764338493347,0.07158104330301285,-0.21026164293289185,-0.022043798118829727,-0.03495901823043823,0.02137237787246704,0.01877450942993164 +102,-2.418190616092942,-1.200654982325427,-2.8383399588042733,-0.239454448223114,0.9322762489318848,0.2711505889892578,-0.2738804221153259,-0.5361968278884888,0.499949187040329,-0.1338212937116623,-0.12789392471313477,0.0039195716381073 +103,-2.486684440933648,-1.2077861850027978,-2.888499772756742,-0.21628044545650482,0.9348322153091431,0.28162315487861633,0.2537083923816681,0.12983131408691406,-0.037413328886032104,-0.23644781112670898,0.007230162620544434,-0.13281941413879395 +104,-2.3433842569521954,-1.199502650280181,-2.7752831954326664,-0.2598188817501068,0.9318587779998779,0.2532460391521454,0.15334124863147736,0.041551943868398666,-0.37046974897384644,0.03884109854698181,-0.012058913707733154,-0.04546713829040527 +105,-2.3314401077456863,-1.1987076954381228,-2.7200042245365657,-0.26336178183555603,0.9315700531005859,0.2506355047225952,0.06431247293949127,-0.29219889640808105,-0.1068866103887558,-0.10220831632614136,-0.012655138969421387,0.026235252618789673 +106,-2.3316005657403296,-1.1869769704096722,-2.6927852345955103,-0.27121806144714355,0.9272412061691284,0.25819510221481323,0.06062043085694313,-0.24820300936698914,-0.16440659761428833,0.011330366134643555,0.003178834915161133,-0.05018720030784607 +107,-2.3117677598657176,-1.1873609737277813,-2.6538608346767445,-0.2760220170021057,0.9273849129676819,0.2525249421596527,0.08601056784391403,-0.11407874524593353,-0.052594687789678574,0.0198880136013031,0.017652809619903564,0.030403465032577515 +108,-2.3294704445637033,-1.182486954527139,-2.6619519234482105,-0.27478641271591187,0.9255505204200745,0.26047855615615845,-0.0626649409532547,-0.08730257302522659,-0.02203897386789322,-0.0006347894668579102,0.04216212034225464,0.009968221187591553 +109,-2.3454396716631867,-1.1801017110322825,-2.671911153057051,-0.2721686065196991,0.9246447682380676,0.26637643575668335,-0.019171185791492462,-0.06790956854820251,0.022986561059951782,0.033200740814208984,0.001563727855682373,-0.020862460136413574 +110,-2.358013277230468,-1.1862053363890352,-2.68122171728789,-0.26480913162231445,0.9269519448280334,0.2657741606235504,0.03902662545442581,0.08137938380241394,0.05374862626194954,0.02654320001602173,0.0049479007720947266,0.0026889443397521973 +111,-2.356150283965081,-1.1941605256179921,-2.6867594555734033,-0.260081022977829,0.9299072027206421,0.2600580155849457,-0.016350386664271355,0.09087305516004562,0.04490770772099495,0.006754666566848755,0.016244351863861084,0.02125304937362671 +112,-2.3584188115352407,-1.1949635063714827,-2.701688791709947,-0.258963406085968,0.9302022457122803,0.2601180374622345,0.03173083811998367,0.14816126227378845,0.02649257332086563,0.014777064323425293,-0.0021018385887145996,-0.011689841747283936 +113,-2.34443364124104,-1.1987857007326623,-2.7048957834412377,-0.2600306570529938,0.9315983653068542,0.25398510694503784,-0.005109705962240696,0.20339086651802063,0.010350321419537067,0.010198533535003662,0.010982692241668701,0.020932525396347046 +114,-2.330192847818263,-1.1981935383307534,-2.711903331627827,-0.26402124762535095,0.931382954120636,0.2506362795829773,-0.007642005570232868,0.23561197519302368,-0.011262289248406887,-0.005235344171524048,0.021223247051239014,0.01698756217956543 +115,-2.31426599395987,-1.1965889318809195,-2.717339130438829,-0.26907962560653687,0.9307976365089417,0.24741123616695404,-0.010446916334331036,0.20269115269184113,-0.0052853962406516075,-0.02221071720123291,0.010532557964324951,0.003489077091217041 +116,-2.3039787860857515,-1.1934810554138966,-2.727919227411368,-0.27375802397727966,0.9296571016311646,0.24656431376934052,-0.0878649652004242,0.19971585273742676,0.04992574080824852,-0.01814255118370056,-0.002487480640411377,-0.008130475878715515 +117,-2.3049580479191456,-1.1923907671663132,-2.744798001337013,-0.2742689847946167,0.9292548894882202,0.2475113868713379,-0.08048738539218903,0.06459484994411469,0.04309661686420441,-0.0547105073928833,-0.006677985191345215,-0.04234170913696289 +118,-2.301128377872193,-1.1896447401570873,-2.7504695274914175,-0.2771148383617401,0.9282369017601013,0.24816067516803741,-0.004613224416971207,0.08426995575428009,0.04692009463906288,-0.06236270070075989,-0.010039269924163818,-0.047385573387145996 +119,-2.2683949224250455,-1.1911979002288968,-2.728447599405818,-0.28398266434669495,0.9288135170936584,0.23803186416625977,0.03144701197743416,0.10678866505622864,-0.005458385217934847,-0.044218599796295166,-0.015788674354553223,-0.0052132755517959595 +120,-2.253678536339556,-1.1857767462397573,-2.7225095518295697,-0.2913566529750824,0.9267910718917847,0.23700101673603058,-0.0060186441987752914,0.03258824348449707,-0.01018921472132206,-0.041437506675720215,0.01934528350830078,-0.0348067581653595 +121,-2.240286431705272,-1.183502337477834,-2.711139805639577,-0.2961563467979431,0.9259344935417175,0.2343854159116745,-0.03683019429445267,0.003097865730524063,-0.003022541292011738,-0.033509761095047,0.005950212478637695,-0.017710715532302856 +122,-2.2409818780772173,-1.1788815757479394,-2.710231370927258,-0.2993435263633728,0.9241793751716614,0.237246572971344,-0.07338167726993561,-0.04460037499666214,-0.021337253972887993,-0.04433014988899231,0.006606698036193848,-0.026751533150672913 +123,-2.239560515757385,-1.1749767904010013,-2.7044363373657023,-0.30250924825668335,0.9226809144020081,0.2390563189983368,-0.04699056223034859,-0.07770325988531113,-0.0007057645707391202,-0.055385589599609375,-0.0003940463066101074,-0.02970580756664276 +124,-2.237444758515483,-1.1719506376029794,-2.6987493015339856,-0.30520734190940857,0.921509861946106,0.24014121294021606,0.015155666507780552,-0.05532267689704895,0.0016518831253051758,-0.06483352184295654,0.003493070602416992,-0.04759064316749573 +125,-2.221289142125294,-1.1726656211138735,-2.6785941594433296,-0.3085225820541382,0.9217873215675354,0.2347802370786667,0.059070564806461334,-0.04781661555171013,0.028772948309779167,-0.05599460005760193,-0.010318934917449951,-0.04813471436500549 +126,-2.211030168542724,-1.1767242788086858,-2.6606306575106653,-0.3079124093055725,0.9233532547950745,0.2293662279844284,-0.0089113125577569,-0.13408109545707703,0.0608602836728096,-0.03951498866081238,0.007692396640777588,-0.018642276525497437 +127,-2.217698661604593,-1.1821083376579036,-2.6550721264490047,-0.3024046719074249,0.9254070520401001,0.22841471433639526,0.09465960413217545,-0.12670861184597015,0.06577032059431076,-0.04152846336364746,-0.009757637977600098,-0.006689190864562988 +128,-2.2210261543948207,-1.1854620764147508,-2.6475851281721843,-0.29917052388191223,0.9266728758811951,0.2275392711162567,0.02408847026526928,-0.11252906173467636,0.006938477046787739,-0.02964109182357788,0.006127297878265381,-0.01051357388496399 +129,-2.2131174317513915,-1.1832288514600724,-2.634279881503678,-0.3026174306869507,0.925831139087677,0.22640562057495117,-0.0551285594701767,-0.0643262043595314,-0.0027259141206741333,0.037053465843200684,-0.001102745532989502,0.03502321243286133 +130,-2.2437356122815513,-1.1797204982378453,-2.651911573546835,-0.29808294773101807,0.92449951171875,0.2375868707895279,-0.03572108969092369,-0.15546441078186035,-0.02217654511332512,0.004793703556060791,-0.0003508329391479492,0.0063249170780181885 +131,-2.254266549316104,-1.1806946714589879,-2.6527011788898602,-0.2948657274246216,0.9248704314231873,0.24014367163181305,0.019535847008228302,0.027140449732542038,-0.005844011437147856,0.08517947793006897,0.021952688694000244,0.01486121118068695 +132,-2.2964880835073815,-1.1854918453776966,-2.7205645329062054,-0.2811448872089386,0.9266840219497681,0.24942857027053833,-0.27966922521591187,0.45029908418655396,0.27039259672164917,0.1265275776386261,0.038190364837646484,-0.04290077090263367 +133,-2.3197360225689385,-1.1982224649276134,-2.819960758059983,-0.26660802960395813,0.9313935041427612,0.24784359335899353,-0.004988345317542553,1.021479606628418,0.4906255900859833,0.20494723320007324,0.03389286994934082,-0.02939876914024353 +134,-2.329228310947382,-1.2358893802948034,-2.9465363772604527,-0.23859457671642303,0.9444409012794495,0.22606153786182404,-0.2581378221511841,1.0187228918075562,0.5086289048194885,0.02350670099258423,0.021455585956573486,0.043744295835494995 +135,-2.391042794553576,-1.2379931429204623,-3.1346652195265587,-0.22281846404075623,0.9451302886009216,0.23891563713550568,-0.45702430605888367,1.0111232995986938,0.3312940001487732,-0.04645337164402008,0.01960664987564087,0.008368253707885742 +136,-2.441797581335233,-1.2248941538338523,3.0035970182940126,-0.21836571395397186,0.9407699704170227,0.25936076045036316,-0.2253311574459076,0.7632102370262146,0.2245963215827942,0.0037661194801330566,-0.012898385524749756,-0.029059916734695435 +137,-2.4035787536367623,-1.236391925834399,2.949354328785298,-0.22082410752773285,0.9446059465408325,0.2428094893693924,0.02815396338701248,0.9202021956443787,0.1690167486667633,0.016630977392196655,0.02049720287322998,0.03856253623962402 +138,-2.3841912895350363,-1.2352560532849186,2.8697447394520657,-0.2262265980243683,0.9442325234413147,0.23926220834255219,-0.25953209400177,0.9432673454284668,0.2003643959760666,0.04391460120677948,0.009426474571228027,0.024287566542625427 +139,-2.3645172715464207,-1.2314634993346176,2.782988521855453,-0.23339934647083282,0.9429769515991211,0.23731710016727448,-0.16312049329280853,0.9009778499603271,0.12029357999563217,0.012833565473556519,0.004639625549316406,-0.010464668273925781 +140,-2.346781871167141,-1.2218453301829353,2.7147121702501664,-0.24403329193592072,0.9397318959236145,0.23948201537132263,-0.33283552527427673,0.7934818863868713,0.04164259508252144,-0.02795460820198059,0.03390085697174072,-0.0030013620853424072 +141,-2.3304238097951977,-1.202525112341366,2.668535009333787,-0.2610355615615845,0.9329510927200317,0.24791662395000458,-0.38637682795524597,0.5448735356330872,-0.011228556744754314,0.02006879448890686,-0.03115665912628174,0.010674118995666504 +142,-2.306432140704329,-1.1845745208149132,2.639432151073602,-0.2792803943157196,0.9263388514518738,0.25278183817863464,-0.03499376401305199,0.4191100299358368,-0.06276050209999084,-0.018311738967895508,0.028586626052856445,-0.02754691243171692 +143,-2.3030073149948342,-1.1651516006260727,2.6106107934782607,-0.29347139596939087,0.9188481569290161,0.26380354166030884,-0.15960299968719482,0.30795782804489136,-0.012886276468634605,0.041701436042785645,0.01614922285079956,-0.05938154458999634 +144,-2.26467608843365,-1.1658499661966772,2.61457807798322,-0.302871972322464,0.9191235303878784,0.25195303559303284,0.02886873483657837,0.5479878187179565,0.02853075973689556,0.05406218767166138,-0.004771232604980469,0.014312833547592163 +145,-2.2530216866915675,-1.1577809987354162,2.5779833096511444,-0.3115341067314148,0.9159147143363953,0.2530742883682251,-0.23468056321144104,0.5877173542976379,0.05599024146795273,0.014659136533737183,0.06788039207458496,-0.030830055475234985 +146,-2.229008085339498,-1.1545376318444016,2.5518573623963334,-0.31986960768699646,0.9146081209182739,0.24733708798885345,-0.3510838747024536,0.6967722177505493,0.0981651246547699,0.0012355446815490723,-0.020442962646484375,0.04706600308418274 +147,-2.2261562773165533,-1.1439698089117785,2.492227278031397,-0.32821887731552124,0.9102841019630432,0.2523007392883301,-0.23823904991149902,0.6319326758384705,0.045832883566617966,-0.028684288263320923,0.0012609362602233887,-0.0326351523399353 +148,-2.1962420509020446,-1.1330580558807768,2.458961941644389,-0.3436501920223236,0.9057127237319946,0.24817124009132385,-0.22975210845470428,0.6772931218147278,-0.014983023516833782,-0.04126802086830139,0.003100752830505371,-0.017809391021728516 +149,-2.140535209226741,-1.1249251211686977,2.450550748588276,-0.36312562227249146,0.9022353291511536,0.23261834681034088,0.14269031584262848,0.7292868494987488,0.0075880419462919235,-0.020938068628311157,0.02011275291442871,-0.05941581726074219 +150,-2.0177140113209227,-1.139883975984249,2.5065283202588846,-0.3766745626926422,0.9085850119590759,0.18052473664283752,0.15347830951213837,0.935889720916748,0.0958046093583107,0.010784119367599487,0.006255507469177246,0.02859698235988617 +151,-1.9808860994589474,-1.1437194666092814,2.466629729015668,-0.37986743450164795,0.9101804494857788,0.16514278948307037,-0.4010504484176636,0.9614659547805786,0.19105234742164612,-0.03599557280540466,0.000296175479888916,-0.023327603936195374 +152,-1.962076304372608,-1.1559302863715257,2.409911991821485,-0.37260428071022034,0.9151703119277954,0.15371862053871155,-0.08560917526483536,0.7300724387168884,0.2191285938024521,-0.10420233011245728,-0.00460207462310791,-0.04599165916442871 +153,-1.9353528406245875,-1.1730459245374092,2.359674637947002,-0.3618895709514618,0.9219347238540649,0.13810209929943085,-0.224236860871315,0.7889926433563232,0.26208484172821045,-0.05592656135559082,0.010484039783477783,-0.02302028238773346 +154,-1.943181827858345,-1.1883796588265738,2.278760483170826,-0.347587913274765,0.9277655482292175,0.13577133417129517,-0.32170599699020386,0.6594536900520325,0.27645736932754517,-0.08165708184242249,-0.02743595838546753,-0.04450857639312744 +155,-1.943438384490136,-1.2085205804867911,2.203981905093986,-0.3300800025463104,0.9350926876068115,0.12903018295764923,-0.08599889278411865,0.8281987309455872,0.31146907806396484,-0.061857253313064575,-0.03320670127868652,-0.010225296020507812 +156,-1.9486601193694904,-1.231234498378291,2.093924992945229,-0.30957725644111633,0.9429007172584534,0.12288292497396469,-0.49211353063583374,1.0784205198287964,0.37573403120040894,0.005225479602813721,0.047333717346191406,0.0032919645309448242 +157,-2.0595265393707,-1.2373804323352908,1.8820238122085093,-0.288959264755249,0.9449299573898315,0.153656467795372,-0.8623958826065063,0.8095791935920715,0.392244428396225,-0.005184441804885864,-0.028517425060272217,-0.07095383107662201 +158,-2.14118090667297,-1.2498628250415342,1.6979418336970946,-0.2655148208141327,0.9489413499832153,0.17033074796199799,-0.09289737045764923,1.2669111490249634,0.446997731924057,0.044735342264175415,0.02742290496826172,0.039767518639564514 +159,-2.188796758446266,-1.2730726223169775,1.5416163285285784,-0.23908796906471252,0.9560067057609558,0.16996635496616364,-0.43597573041915894,0.5607555508613586,0.45120975375175476,0.05418194830417633,0.029573917388916016,0.03996409475803375 +160,-2.3701390723776057,-1.2696153637961556,1.2992719227712726,-0.2068166583776474,0.9549868106842041,0.2126665562391281,-0.43061190843582153,0.4194561243057251,0.4140995144844055,0.023848533630371094,-0.0260927677154541,-0.08711719512939453 +161,-2.412792104980545,-1.2854023685370308,1.1889318927284314,-0.18749575316905975,0.9595507979393005,0.21001815795898438,0.03226226195693016,0.6482328772544861,0.27965274453163147,-0.010837987065315247,0.020261824131011963,0.017047882080078125 +162,-2.448004206666345,-1.2898801257835828,1.0916970525796572,-0.17723704874515533,0.9608018398284912,0.21318238973617554,-0.27756384015083313,0.5485492944717407,0.231380432844162,0.030615344643592834,0.004499554634094238,0.01086243987083435 +163,-2.485209423469477,-1.2859914665019316,0.9872549774147074,-0.17146363854408264,0.9597164988517761,0.22258585691452026,-0.1573370397090912,0.6374476552009583,0.1800922304391861,-0.006392806768417358,0.009353935718536377,-0.012319803237915039 +164,-2.473639814406583,-1.2861462364081477,0.9406133153759739,-0.17393529415130615,0.9597599506378174,0.2204705774784088,-0.05723794549703598,0.5478824377059937,0.016874972730875015,-0.022216424345970154,-0.004163086414337158,0.02429567277431488 +165,-2.4401351197954844,-1.27592206995092,0.9274750904959306,-0.1875458061695099,0.9568386673927307,0.2220047116279602,-0.06603789329528809,0.43709853291511536,-0.06432174146175385,0.01860050857067108,0.008752644062042236,0.011668309569358826 +166,-2.3887432504410175,-1.2670416916239353,0.9355213118193306,-0.20450469851493835,0.954220175743103,0.21827036142349243,-0.04879447817802429,0.38172730803489685,-0.08217209577560425,0.05428189039230347,0.0021703243255615234,0.02541258931159973 +167,-2.3358859637524514,-1.2573318303961423,0.952376770311385,-0.22242377698421478,0.9512709975242615,0.21356821060180664,0.0019695619121193886,0.31030744314193726,-0.14451326429843903,0.03196355700492859,-0.00019055604934692383,0.03681328892707825 +168,-2.273203968412742,-1.2441317423361837,0.9846442559573015,-0.24492831528186798,0.9471179246902466,0.20731037855148315,-0.03262386471033096,0.28143566846847534,-0.18907026946544647,0.04859350621700287,0.010660886764526367,0.04813703894615173 +169,-2.2293393146649456,-1.2249601689687228,1.0038844758116245,-0.2680967450141907,0.9407923221588135,0.20744600892066956,-0.15272016823291779,0.25687217712402344,-0.22299665212631226,0.04775986075401306,0.04976242780685425,0.05492888391017914 +170,-2.228106631554618,-1.1937271321757215,0.9798850994045957,-0.2914789617061615,0.9297477602958679,0.22496464848518372,-0.3210800588130951,0.14132900536060333,-0.2166517823934555,0.0683039128780365,-0.01165693998336792,-0.05585157871246338 +171,-2.2221678922366297,-1.164148524692589,0.9508031141506686,-0.3145488202571869,0.9184519052505493,0.23980285227298737,-0.2868378758430481,0.3076489269733429,-0.14864803850650787,0.030643731355667114,0.062352657318115234,-0.037471264600753784 +172,-2.2091531961362416,-1.139267121556066,0.9243117743294801,-0.335894912481308,0.9083272218704224,0.24923165142536163,-0.18355226516723633,0.4740653336048126,-0.12748949229717255,0.039798080921173096,0.008680224418640137,-0.056650519371032715 +173,-2.202629809744432,-1.1155358025182671,0.884517581776414,-0.3548109531402588,0.8981465101242065,0.2596955895423889,-0.28125590085983276,0.14073504507541656,-0.16321872174739838,-0.03827068209648132,-0.030714988708496094,-0.15300622582435608 +174,-2.228617778596698,-1.0979793365171047,0.8505388463515579,-0.3603668212890625,0.8902889490127563,0.2784266173839569,-0.06121912971138954,0.2089749127626419,0.024906162172555923,-0.11218264698982239,0.03860503435134888,-0.1065363883972168 +175,-2.183253728932855,-1.103165501758152,0.8766761459392334,-0.36883947253227234,0.8926387429237366,0.25914034247398376,0.03529835492372513,0.39538103342056274,-0.0038629022892564535,-0.04539087414741516,-0.0025019049644470215,0.0022884905338287354 +176,-2.142826601644941,-1.1075230242524587,0.858832993284258,-0.37573716044425964,0.8945945501327515,0.24191336333751678,0.030415210872888565,0.7088221907615662,0.16143809258937836,0.05830860137939453,-0.00805896520614624,-0.03381408751010895 +177,-2.0632267849607904,-1.1381577944975738,0.8785849940080065,-0.36945322155952454,0.907862663269043,0.19821687042713165,0.39673709869384766,0.4703562259674072,0.21033763885498047,-0.08268001675605774,0.023091435432434082,-0.008092373609542847 +178,-2.012833941195411,-1.1538562034073572,0.9063193623386276,-0.36604028940200806,0.914332389831543,0.1732366681098938,-0.3622170686721802,0.1882247030735016,-0.007838664576411247,-0.06801122426986694,0.0030260682106018066,0.11307930946350098 +179,-2.05201574337619,-1.13482948937135,0.8491046428363053,-0.3743283152580261,0.9064621925354004,0.19545993208885193,-0.20416992902755737,0.08542465418577194,-0.09146064519882202,-0.06188994646072388,-0.02801370620727539,-0.037562012672424316 +180,-2.062231009245616,-1.1223974690702576,0.8361764677415655,-0.3822183310985565,0.901142418384552,0.20457562804222107,0.09570681303739548,-0.14798995852470398,-0.08002316951751709,-0.0671224296092987,0.0038562417030334473,-0.08561816811561584 +181,-2.057550010444029,-1.1194921608958543,0.8896715622800629,-0.3854846954345703,0.8998790979385376,0.2040083110332489,0.20376741886138916,-0.6483041048049927,-0.12282267957925797,-0.0510081946849823,0.007744252681732178,-0.02541947364807129 +182,-2.0928768980949912,-1.1156937037213512,0.9489836776301098,-0.380998432636261,0.8982159495353699,0.21919897198677063,0.28572437167167664,-1.0134223699569702,-0.1935674250125885,-0.060087352991104126,-0.0022809505462646484,-0.09169653058052063 +183,-2.114916124394217,-1.1188982899757147,1.045114559444265,-0.37361106276512146,0.8996198773384094,0.2260509878396988,0.3111534118652344,-1.2141010761260986,-0.13656483590602875,0.009933024644851685,-0.0015637874603271484,-0.07579776644706726 +184,-2.1577184745749287,-1.1256774290488025,1.148942509244768,-0.35850998759269714,0.9025594592094421,0.23844756186008453,0.46819254755973816,-1.331544041633606,-0.1911684274673462,0.06644150614738464,0.05676072835922241,-0.04430994391441345 +185,-2.209159479625595,-1.1344849780922948,1.2490932405554191,-0.33937788009643555,0.9063166379928589,0.25181928277015686,0.38433903455734253,-1.292629599571228,-0.1310833990573883,0.09900611639022827,0.05335444211959839,-0.033694833517074585 +186,-2.234422445464331,-1.1474472229684525,1.3567102258796049,-0.3236258327960968,0.9117181897163391,0.2530532777309418,0.22069481015205383,-1.2436912059783936,-0.17206548154354095,0.04768595099449158,0.04818153381347656,0.051695287227630615 +187,-2.3102192912977992,-1.1340110427122467,1.4103700787130167,-0.3125579059123993,0.906116247177124,0.2850627899169922,0.0928700640797615,-1.2378946542739868,-0.3338039815425873,0.03229972720146179,0.012371242046356201,-0.08250236511230469 +188,-2.2785641453920285,-1.1342048697069007,1.5634612074756635,-0.32128989696502686,0.906198263168335,0.2749132513999939,0.5490098595619202,-0.8768376708030701,-0.43359076976776123,0.09082117676734924,0.03943455219268799,0.00569579005241394 +189,-2.25232515124647,-1.1273355427988259,1.699300857311438,-0.33321863412857056,0.9032721519470215,0.2703046500682831,0.3376692533493042,-0.7776548266410828,-0.36548876762390137,0.12830838561058044,0.021746039390563965,-0.008235007524490356 +190,-2.2088648971058746,-1.1214424293530239,1.8263376050271625,-0.3489176034927368,0.9007279276847839,0.2587384581565857,0.39000993967056274,-0.4412592351436615,-0.3425304889678955,0.1469981074333191,0.03460526466369629,0.025196999311447144 +191,-2.141450988722751,-1.1206242969992972,1.9397593755218514,-0.36617451906204224,0.9003722667694092,0.2350446879863739,0.18915274739265442,-0.19896019995212555,-0.21862563490867615,0.09304219484329224,0.12950438261032104,0.05375836789608002 +192,-2.118395947255002,-1.1118722709218198,1.9949646065195357,-0.3782089054584503,0.8965296149253845,0.23063457012176514,0.059068210422992706,-0.26362982392311096,-0.11982262134552002,0.058003246784210205,-0.016250252723693848,-0.018003389239311218 +193,-2.0929645503338623,-1.1096630271650714,2.052133758448288,-0.3856675922870636,0.8955488204956055,0.22193028032779694,0.23469185829162598,-0.33344781398773193,-0.1766684353351593,-0.05851578712463379,-0.04096496105194092,-0.036444395780563354 +194,-2.1021278489912802,-1.1004216270051113,2.0842791738241,-0.39073625206947327,0.891398549079895,0.22963844239711761,0.17852835357189178,-0.3934590816497803,-0.13011401891708374,-0.058619797229766846,-0.03290855884552002,-0.09026467800140381 +195,-2.0425217129399145,-1.1049246706791602,2.1865928239512127,-0.4001423418521881,0.8934303522109985,0.2041279673576355,0.4431838095188141,-0.2976056635379791,-0.19095362722873688,-0.10127672553062439,-0.0018288493156433105,0.05157874524593353 +196,-2.033597416706805,-1.098046459024938,2.256819846211509,-0.40743735432624817,0.8903195261955261,0.203287735581398,0.36099570989608765,-0.6269159913063049,-0.21158045530319214,-0.05919164419174194,0.002777397632598877,-0.06698095798492432 +197,-2.0048242198667383,-1.0974612710344263,2.357646264579551,-0.4135896861553192,0.8900529146194458,0.19170095026493073,0.3711605668067932,-0.5677085518836975,-0.17428265511989594,-0.02693149447441101,0.010062992572784424,0.008692726492881775 +198,-2.0080043691449743,-1.0970056746216301,2.4197814822033115,-0.4133452773094177,0.8898451328277588,0.1931869238615036,0.23127800226211548,-0.4971119463443756,-0.07354047149419785,-0.021102964878082275,-0.0040114521980285645,-0.040614381432533264 +199,-2.018272954658711,-1.102688777042943,2.4744860238480006,-0.40677395462989807,0.8924237489700317,0.19522981345653534,0.22641177475452423,-0.554082989692688,-0.04004712030291557,-0.06833890080451965,-0.0035230517387390137,-0.04151274263858795 +200,-2.023370542838654,-1.1105799112848804,2.5341554165624647,-0.39942771196365356,0.8959563970565796,0.1942152976989746,0.2041824758052826,-0.4957573115825653,-0.013508489355444908,-0.056871116161346436,-0.01253354549407959,-0.03279256820678711 +201,-2.0261976961291626,-1.1217349044265836,2.586486781372338,-0.3898767828941345,0.9008549451828003,0.19093602895736694,0.353674978017807,-0.4578300416469574,0.00046619807835668325,-0.04049736261367798,-0.000616908073425293,-0.05482769012451172 +202,-2.0186432957453695,-1.1387895693905026,2.6378499791633665,-0.3774028718471527,0.9081273674964905,0.18130524456501007,0.15152707695960999,-0.3621751070022583,0.12302085012197495,0.006553351879119873,-0.00903385877609253,-0.034073129296302795 +203,-2.0078859307183063,-1.1598073660217454,2.6810296009975483,-0.3619568645954132,0.9167261719703674,0.16911709308624268,0.3982175290584564,-0.14836625754833221,0.10711784660816193,0.013339310884475708,0.005270957946777344,-0.0030099153518676758 +204,-2.0179998005554056,-1.1780756343569856,2.697047240259889,-0.3450681269168854,0.9238712787628174,0.16549833118915558,0.03914416953921318,-0.24852964282035828,0.1263599693775177,-0.002786487340927124,0.017809510231018066,-0.0022444874048233032 +205,-2.0370763351211494,-1.188934909477093,2.7017391571791416,-0.3328668475151062,0.9279726147651672,0.16753016412258148,0.12040336430072784,-0.29341384768486023,0.09880069643259048,0.06200811266899109,0.029119551181793213,-0.02809537947177887 +206,-2.0626712150326405,-1.195301100980969,2.7084514621506934,-0.32325664162635803,0.9303261041641235,0.17320053279399872,-0.02421291172504425,-0.3161765933036804,0.0025324728339910507,0.08720317482948303,0.05616980791091919,-0.0035990625619888306 +207,-2.0915020197361507,-1.195971892891522,2.7116829663123236,-0.3175884187221527,0.9305719137191772,0.18213671445846558,0.011253018863499165,-0.3206193447113037,0.0024337824434041977,0.08258777856826782,0.006485700607299805,-0.018821820616722107 +208,-2.101075509999653,-1.1980279853338207,2.724754018572289,-0.31417837738990784,0.9313226938247681,0.18420030176639557,0.05391600728034973,-0.11313923448324203,0.0012291123857721686,0.09457391500473022,0.07792401313781738,0.03523634374141693 +209,-2.129164121082209,-1.2034231213436763,2.705129935310475,-0.30461564660072327,0.9332740306854248,0.19028672575950623,-0.10253743827342987,-0.06599043309688568,-0.036490458995103836,0.01912367343902588,0.013335585594177246,0.003957659006118774 +210,-2.1478327756611866,-1.203319443202243,2.6934375129276646,-0.3010914921760559,0.9332367777824402,0.19599279761314392,0.12645292282104492,0.018152950331568718,-0.04387974366545677,0.03629043698310852,-0.00266420841217041,-0.011681914329528809 +211,-2.1235457861037603,-1.2075858277335874,2.721979950738517,-0.3023706078529358,0.9347610473632812,0.18653078377246857,0.021599056199193,-0.11684282124042511,-0.04924650490283966,0.006731599569320679,0.036888062953948975,0.010948404669761658 +212,-2.1239746053545288,-1.2042258302503093,2.7343413919160855,-0.3049611747264862,0.9335620403289795,0.1883094757795334,-0.03029482252895832,-0.1457727551460266,-0.12163539975881577,0.021819084882736206,-0.006666958332061768,0.035445436835289 +213,-2.1240326504985303,-1.1882562789081634,2.747857334978021,-0.3175956606864929,0.9277194738388062,0.19613657891750336,-0.025241872295737267,-0.09067067503929138,-0.2416805475950241,0.025527209043502808,0.029052376747131348,0.04908740520477295 +214,-2.1291492243007966,-1.1693611129181742,2.749495218888534,-0.3313978910446167,0.920501172542572,0.2070101499557495,-0.02840709686279297,-0.001788899302482605,-0.15595097839832306,-0.0030137300491333008,0.02946525812149048,-0.04751002788543701 +215,-2.11596789257526,-1.1593289204936303,2.7600272308540363,-0.3419768214225769,0.9165349006652832,0.2074025720357895,-0.14352601766586304,0.12588228285312653,-0.10191097110509872,0.015453994274139404,-0.008881092071533203,0.027796387672424316 +216,-2.1240109622782124,-1.1480163754296167,2.73503432541202,-0.3490973711013794,0.9119518399238586,0.2155805379152298,-0.1083562970161438,0.23113374412059784,-0.04848203808069229,0.015799641609191895,0.011723756790161133,-0.03377196192741394 +217,-2.1154544053054036,-1.1388369424114273,2.713087402724673,-0.35807403922080994,0.9081472158432007,0.21691380441188812,-0.15984293818473816,0.30476999282836914,-0.024134155362844467,-0.021137356758117676,0.01563507318496704,-0.04371131956577301 +218,-2.1109495876306874,-1.1306669864137138,2.682032906234634,-0.36539870500564575,0.9046965837478638,0.21910694241523743,-0.1782204508781433,0.3463065028190613,0.008248712867498398,-0.01863446831703186,-0.002368152141571045,-0.04781176149845123 +219,-2.104109288587581,-1.12515589623377,2.6498045736977556,-0.37117648124694824,0.9023348093032837,0.2191336750984192,-0.12942053377628326,0.4009552299976349,0.046340931206941605,-0.011849582195281982,0.026116549968719482,-0.045488759875297546 +220,-2.095048580702743,-1.1212099390742825,2.6201057566605694,-0.3762264549732208,0.9006269574165344,0.2175423800945282,-0.16385149955749512,0.1806125044822693,0.028363211080431938,-0.0516451895236969,-0.0369642972946167,-0.08495882153511047 +221,-2.0880076487610895,-1.117834280422967,2.6039227427883036,-0.38038909435272217,0.899154782295227,0.2163899689912796,-0.026929009705781937,0.30906856060028076,0.0032227470073848963,-0.15397363901138306,0.0233457088470459,-0.03857937455177307 +222,-2.0609879314903297,-1.1190098332539489,2.599380620669868,-0.3851638734340668,0.8996685743331909,0.2055366486310959,-0.0239793099462986,0.2911722958087921,0.047631099820137024,-0.04173123836517334,-0.025217890739440918,-0.020004987716674805 +223,-2.047279264924175,-1.121714874877498,2.577961248312076,-0.3857814073562622,0.9008462429046631,0.19912056624889374,-0.19321325421333313,0.3447929322719574,0.09226671606302261,-0.08496758341789246,-0.007642388343811035,-0.02677246928215027 +224,-2.0476257736205237,-1.1234185765169769,2.5422326105040467,-0.3843480944633484,0.9015845656394958,0.19854946434497833,-0.17758797109127045,0.3493605852127075,0.11007614433765411,-0.126027911901474,0.0008050203323364258,-0.034013956785202026 +225,-2.053476884845367,-1.1267394898206686,2.499186582595153,-0.38052546977996826,0.9030162692070007,0.19940398633480072,-0.13168826699256897,0.3673132359981537,0.14588084816932678,-0.03320127725601196,0.004118740558624268,-0.04432894289493561 +226,-2.0556471194323698,-1.1374240693334734,2.450160158157081,-0.37153419852256775,0.9075548052787781,0.19572125375270844,-0.10213244706392288,0.4385702610015869,0.22703693807125092,0.003217548131942749,0.0007551908493041992,-0.03522932529449463 +227,-2.0657891575964067,-1.149236567486515,2.389203449394495,-0.36007067561149597,0.9124518036842346,0.19437286257743835,-0.13506999611854553,0.4121842086315155,0.1776110976934433,-0.02902841567993164,0.0045098066329956055,-0.021750211715698242 +228,-2.097029290433882,-1.1557151956357616,2.315228706212912,-0.3487049341201782,0.9150835871696472,0.2025514841079712,-0.3046288788318634,0.33367103338241577,0.23863628506660461,0.037242501974105835,0.005357146263122559,-0.034750550985336304 +229,-2.1328062196506643,-1.1674836437678695,2.2413306157543933,-0.3321002721786499,0.9197659492492676,0.20914113521575928,-0.0879581868648529,0.31440600752830505,0.2636967897415161,0.00034365057945251465,0.031192302703857422,-0.004520773887634277 +230,-2.1662467366448563,-1.179737001901105,2.1754971797054368,-0.31556734442710876,0.9245057702064514,0.21379008889198303,-0.11950600147247314,0.33796095848083496,0.2103181928396225,0.041321128606796265,0.03643167018890381,-0.022765278816223145 +231,-2.179560542095404,-1.1873591362788507,2.1240573928076496,-0.30690330266952515,0.9273842573165894,0.2139364629983902,-0.22869150340557098,0.3940192759037018,0.15144053101539612,0.032321393489837646,0.0070792436599731445,0.028312087059020996 +232,-2.1936626703140014,-1.1861515858178167,2.0626210864602794,-0.3047654330730438,0.9269317984580994,0.21889628469944,-0.11709604412317276,0.3492633104324341,0.1081332191824913,0.015977591276168823,0.019250452518463135,-0.0030606985092163086 +233,-2.2084269383577078,-1.184895588492262,2.0104832730144193,-0.30243563652038574,0.926459789276123,0.22406470775604248,-0.09396807104349136,0.324200838804245,0.06286334246397018,0.015967130661010742,0.008049488067626953,-0.03484046459197998 +234,-2.195770752497278,-1.1814715968931069,1.9883247769690657,-0.3078177273273468,0.925165593624115,0.2220737189054489,-0.11604136973619461,0.31566840410232544,-0.003363169962540269,0.021379739046096802,0.013265132904052734,0.01828262209892273 +235,-2.1909706987473645,-1.1724369641083787,1.9644647251061256,-0.3156696856021881,0.9216986298561096,0.2254425287246704,-0.09986920654773712,0.17791132628917694,-0.02562735788524151,0.0026966333389282227,0.03011411428451538,-0.00757753849029541 +236,-2.1970477718567865,-1.1607678500071874,1.9391151887246785,-0.32298651337623596,0.917109489440918,0.23364490270614624,-0.2226843386888504,0.12482401728630066,-0.04207443818449974,0.00419992208480835,-0.009303092956542969,-0.033358097076416016 +237,-2.21285034877051,-1.1470919972627953,1.9113211077403354,-0.3292687237262726,0.9115722179412842,0.2462078481912613,-0.14341174066066742,0.07246674597263336,-0.07008553296327591,-0.01840275526046753,0.01823735237121582,-0.027534127235412598 +238,-2.2423664368630587,-1.131485378595409,1.884681526629748,-0.33295679092407227,0.9050449132919312,0.26463836431503296,-0.18363232910633087,-0.058783628046512604,-0.03951799124479294,-0.025578975677490234,0.006164133548736572,-0.040318965911865234 +239,-2.249607295428986,-1.1246389736578954,1.8830294314354137,-0.3358466625213623,0.9021118879318237,0.2709263861179352,-0.009471455588936806,-0.0032848287373781204,-0.03656487911939621,-0.028640002012252808,-0.0019501447677612305,-0.043967247009277344 +240,-2.2298989017537663,-1.1201424237676678,1.8992535726283066,-0.3443240821361542,0.9001624584197998,0.26673680543899536,-0.1186872124671936,0.04771857336163521,-0.046698592603206635,-0.04974943399429321,0.03326338529586792,-0.007673144340515137 +241,-2.227632059473283,-1.1128850196305737,1.9010045761145102,-0.35009193420410156,0.8969778418540955,0.2699373662471771,0.0539492629468441,-0.0251008290797472,-0.026975078508257866,-0.00198933482170105,-0.01816326379776001,-0.0699557363986969 +242,-2.1944527700839367,-1.118425673149348,1.9336490088097877,-0.3548148274421692,0.8994134068489075,0.25526922941207886,0.08377872407436371,0.011176414787769318,-0.028524814173579216,-0.019925802946090698,0.00158768892288208,-0.0016680657863616943 +243,-2.1831361987285614,-1.1184793075769959,1.9505174387310387,-0.3576408922672272,0.899436891078949,0.2512096166610718,0.09792448580265045,-0.06326433271169662,-0.03277745470404625,-0.014566749334335327,-0.008079469203948975,-0.028767019510269165 +244,-2.1640132712687548,-1.1210873888709643,1.9790254411202943,-0.3604326844215393,0.9005736708641052,0.24301265180110931,0.07841705530881882,-0.08080564439296722,-0.03163401037454605,-0.009760737419128418,0.0036773085594177246,-0.007188126444816589 +245,-2.1563520134122807,-1.1208918613655798,2.00300602953932,-0.3624308109283447,0.9004886746406555,0.2403416484594345,0.042847681790590286,-0.18061818182468414,-0.040874071419239044,-0.007030218839645386,-0.0028293728828430176,-0.018799319863319397 +246,-2.139759833702097,-1.1222321076807258,2.0369903332290957,-0.3653513491153717,0.9010707139968872,0.23364481329917908,0.08241458237171173,-0.17996437847614288,-0.07292183488607407,0.002649933099746704,0.018484890460968018,0.016355261206626892 +247,-2.145146325432604,-1.1168676038515937,2.0463871932730786,-0.36814069747924805,0.8987312912940979,0.23823226988315582,-0.019935276359319687,-0.1952783465385437,-0.09828383475542068,-0.002007007598876953,0.0179099440574646,-0.00808405876159668 +248,-2.152019576381645,-1.1124829968323942,2.0578225637686245,-0.36978423595428467,0.8968000411987305,0.2429179847240448,0.08868052810430527,-0.20174531638622284,-0.08438069373369217,-0.036206334829330444,-0.00948631763458252,-0.015638381242752075 +249,-2.1406549956559218,-1.1090037428660138,2.104784883817614,-0.3751458525657654,0.8952552676200867,0.2403818964958191,0.22513723373413086,-0.43903324007987976,-0.18360136449337006,-0.07480528950691223,-0.006552934646606445,-0.01987721025943756 +250,-2.1210197714189563,-1.1052935305132894,2.1875787335989516,-0.3826224207878113,0.8935959935188293,0.23470544815063477,0.3742501139640808,-0.6797552108764648,-0.2529565691947937,-0.032142043113708496,-0.009165942668914795,-0.029749363660812378 +251,-2.100733308488394,-1.1068089538919548,2.299825112145143,-0.38613587617874146,0.8942751884460449,0.22621089220046997,0.4844490885734558,-0.8416761755943298,-0.23760151863098145,-0.016848832368850708,0.01829206943511963,-0.012511461973190308 +252,-2.0855549409432537,-1.107184791859963,2.4165902197081826,-0.3892318606376648,0.8944433331489563,0.22015847265720367,0.24674272537231445,-0.6809585094451904,-0.2092311680316925,0.050395190715789795,0.0157586932182312,0.024882420897483826 +253,-2.125595224896807,-1.093239325528888,2.438799246024742,-0.3906725347042084,0.8881204128265381,0.24211052060127258,-0.3195457458496094,-0.2922707498073578,0.07423542439937592,0.0905015766620636,0.009996771812438965,0.030045300722122192 +254,-2.4014507654841477,-1.0926431422563334,2.317617940447921,-0.3103153705596924,0.8878462314605713,0.33975523710250854,-0.3149523138999939,-1.036414384841919,0.2912481725215912,0.0646946132183075,0.07490718364715576,0.05025938153266907 +255,-2.4505609788941993,-1.134724670536157,2.3463345218141094,-0.2691980302333832,0.9064179062843323,0.32548317313194275,0.21847647428512573,-0.24144312739372253,0.0765887126326561,-0.1367620825767517,-0.034515321254730225,0.010454446077346802 +256,-2.466565038215139,-1.1490754745344862,2.3480694093400887,-0.2557986080646515,0.912385880947113,0.3195604085922241,0.17149600386619568,-0.6664143204689026,-0.1099170595407486,0.022690117359161377,-0.006456434726715088,-0.002513319253921509 +257,-2.474466060356556,-1.1453875296875815,2.398579758365415,-0.2553459405899048,0.9108700752258301,0.3242126405239105,0.20987409353256226,-0.3284252882003784,-0.28604915738105774,-0.09054023027420044,0.04098832607269287,-0.028955131769180298 +258,-2.4115749697236284,-1.1372948421974425,2.503938475336182,-0.2801245450973511,0.9075005054473877,0.3130060136318207,0.19366276264190674,-0.3293478488922119,-0.2986469566822052,0.01393502950668335,0.0035558342933654785,0.018277466297149658 +259,-2.3932272508379144,-1.126170784800469,2.590950223399852,-0.29267144203186035,0.9027717709541321,0.3151926100254059,0.15525400638580322,-0.700316846370697,-0.32047757506370544,-0.02431461215019226,-0.01074308156967163,-0.039145857095718384 +260,-2.383998001888106,-1.1222842722690134,2.685519428380051,-0.29797691106796265,0.9010933041572571,0.3150249123573303,0.3367130756378174,-0.8251983523368835,-0.3423610031604767,-0.031246691942214966,-0.01059037446975708,-0.03243207931518555 +261,-2.3647483279947807,-1.1232859561772068,2.806169049434012,-0.30335232615470886,0.9015272259712219,0.30858689546585083,0.3405217230319977,-0.7485104203224182,-0.3420143127441406,-0.019035309553146362,0.007301390171051025,-0.00632554292678833 +262,-2.3452017639237726,-1.1202389263397379,2.9102628076583774,-0.31128808856010437,0.9002045392990112,0.3045184016227722,0.21802836656570435,-0.6454079747200012,-0.25066956877708435,0.0023128390312194824,0.01144707202911377,-0.018110990524291992 +263,-2.33256555015859,-1.1235621026424765,2.9938178692544852,-0.31294482946395874,0.9016466736793518,0.29849445819854736,0.3435385525226593,-0.5272312760353088,-0.17521043121814728,0.011003881692886353,0.022379815578460693,-0.026445508003234863 +264,-2.3203533521235316,-1.1346526765950324,3.05906843572932,-0.30922776460647583,0.9063875079154968,0.2878197133541107,0.1638951301574707,-0.3623462915420532,-0.04010823369026184,0.01192551851272583,0.02616870403289795,0.020179033279418945 +265,-2.324877802838239,-1.140289398766727,3.0892234384124113,-0.3041931092739105,0.908754289150238,0.28571316599845886,0.04623929783701897,-0.24147649109363556,-0.030372895300388336,-0.007162421941757202,-0.010698378086090088,0.025566071271896362 +266,-2.3314052972019534,-1.1424680963083484,3.102464603995188,-0.3008866012096405,0.9096614122390747,0.2863270938396454,0.11740463972091675,-0.17646053433418274,-0.039164673537015915,-0.01922750473022461,0.004690945148468018,-0.02129724621772766 +267,-2.324941915868739,-1.1451457820519204,3.1275984460905715,-0.3009547293186188,0.9107702970504761,0.2827078402042389,0.046192020177841187,-0.2503388822078705,-0.030212875455617905,0.004674851894378662,0.0025750398635864258,-0.006340622901916504 +268,-2.328751728329687,-1.1473549687708826,-3.136362860293871,-0.2984137535095215,0.911680281162262,0.2824687361717224,0.11079321801662445,-0.24854589998722076,-0.050511185079813004,0.005139797925949097,0.016557753086090088,-0.0131358802318573 +269,-2.333220205047839,-1.1531879699297696,-3.1114222525993096,-0.293297678232193,0.9140615463256836,0.28012147545814514,0.11688130348920822,-0.3862038552761078,-0.044089846312999725,0.0062035322189331055,0.005417823791503906,-0.004975080490112305 +270,-2.343760148443061,-1.1578723571636877,-3.085807986817494,-0.2872602045536041,0.9159513711929321,0.28020378947257996,0.11765872687101364,-0.429459810256958,-0.07564260065555573,0.012663066387176514,0.013033926486968994,-0.01804262399673462 +271,-2.3566775884531697,-1.1586802153468485,-3.060875536473919,-0.28309446573257446,0.9162752628326416,0.2833681106567383,0.09057937562465668,-0.43454229831695557,-0.11589045822620392,0.037885695695877075,0.03802478313446045,-0.012494057416915894 +272,-2.362134283849303,-1.1575965332657665,-3.040292133772566,-0.28224122524261475,0.9158406853675842,0.2856141924858093,0.05649985745549202,-0.31572309136390686,-0.05018472298979759,0.11378422379493713,0.056418776512145996,0.010573774576187134 +273,-2.3852827872261932,-1.1656217400194906,-3.048846338912586,-0.27050238847732544,0.9190335869789124,0.2867155075073242,0.026353277266025543,-0.2333252727985382,0.08446184545755386,0.05863410234451294,0.010547101497650146,0.05058002471923828 +274,-2.4206663965830497,-1.1676883845138695,-3.07369237217999,-0.25893542170524597,0.91984623670578,0.2946774363517761,-0.020373690873384476,-0.17187123000621796,-0.014403287321329117,0.009057551622390747,-0.004792213439941406,0.01733413338661194 +275,-2.436855827357951,-1.165689914593674,-3.077521766784197,-0.255321741104126,0.919060468673706,0.3002307713031769,0.05788935348391533,-0.2937796413898468,-0.09017318487167358,0.008007317781448364,0.02666395902633667,-0.007353693246841431 +276,-2.42728641050872,-1.167732668669753,-3.0471926274903707,-0.2569527328014374,0.9198636412620544,0.29635483026504517,0.1202751100063324,-0.22649362683296204,-0.11511524766683578,0.061258792877197266,0.019253790378570557,0.02531573176383972 +277,-2.4137402241210792,-1.161825905618071,-3.0263932981350945,-0.26455333828926086,0.9175307154655457,0.29689821600914,0.03800114989280701,0.020151948556303978,-0.12968920171260834,0.10461077094078064,0.0053969621658325195,0.006064951419830322 +278,-2.413322958281309,-1.1619834484573928,-3.036125852933323,-0.2645811140537262,0.9175933599472046,0.2966800332069397,-0.022385962307453156,0.08146022260189056,-0.05976216867566109,0.013177365064620972,0.04844045639038086,0.01116594672203064 +279,-2.400782634143864,-1.1676358791392352,-3.0359489730974407,-0.2647760510444641,0.9198256731033325,0.2895068824291229,0.13586831092834473,0.07903680950403214,-0.0264421459287405,0.067678302526474,0.011143505573272705,0.0027446448802948 +280,-2.3833465715335094,-1.1791394272122013,-3.051659064791089,-0.2624897360801697,0.9242778420448303,0.27714553475379944,-0.12709063291549683,0.3432215452194214,0.06366294622421265,0.023872792720794678,0.03549998998641968,0.05329883098602295 +281,-2.3836749043594323,-1.1793290523965798,-3.0999498369220366,-0.2622780203819275,0.9243502020835876,0.2771041989326477,-0.025592245161533356,0.3814273476600647,0.0846218690276146,0.021555393934249878,0.009487569332122803,0.0036117732524871826 +282,-2.3832413999998128,-1.1782634609279314,3.1315988595066147,-0.26307523250579834,0.9239431023597717,0.27770525217056274,-0.20507733523845673,0.3752480745315552,0.1334691196680069,-0.0065322816371917725,0.028266191482543945,-0.015589863061904907 +283,-2.3838303711767717,-1.1740375131543297,3.0861795650118844,-0.26559340953826904,0.9223183393478394,0.2806944251060486,-0.08700630068778992,0.40657004714012146,0.09298792481422424,-0.023820042610168457,-0.009537458419799805,-0.01838061213493347 +284,-2.377797752583216,-1.1720071836817132,3.0562161489604422,-0.26857641339302063,0.9215318560600281,0.28043875098228455,-0.07848966866731644,0.30236726999282837,0.058995798230171204,-0.030328065156936646,0.021766602993011475,-0.015027374029159546 +285,-2.380757656253458,-1.1649603320049136,3.029482299978407,-0.27221614122390747,0.9187726974487305,0.2859286963939667,-0.16670183837413788,0.17129825055599213,0.03816276788711548,-0.05642768740653992,-0.02277660369873047,-0.04091835021972656 +286,-2.3659565581697746,-1.1625294605263408,3.035204229756926,-0.27798083424568176,0.9178102612495422,0.28346186876296997,0.12299927324056625,0.07873618602752686,-0.04378426447510719,-0.04600897431373596,-0.010141313076019287,-0.08412113785743713 +287,-2.3098060982703243,-1.1692459077535249,3.0912428662851195,-0.28888824582099915,0.9204561114311218,0.2632567584514618,0.08175932615995407,0.0999891385436058,-0.04034855589270592,-0.005453735589981079,0.012420415878295898,0.025988906621932983 +288,-2.299753575708826,-1.1659149936133473,3.0966966704887633,-0.2938048541545868,0.9191491603851318,0.26237988471984863,-0.04842047020792961,0.09222021698951721,-0.02392563782632351,-0.0018493831157684326,0.010736525058746338,0.011530578136444092 +289,-2.3048525149289305,-1.1615237320988536,3.085780295066158,-0.2954573929309845,0.9174105525016785,0.2665761113166809,-0.004258749075233936,0.027811743319034576,-0.008201844058930874,-0.008772283792495728,0.014611542224884033,-0.02855423092842102 +290,-2.292847497390125,-1.1621446082190565,3.0936714616804846,-0.29820868372917175,0.9176574349403381,0.26263341307640076,-0.02300213649868965,0.08743183314800262,-0.017938392236828804,0.01515817642211914,0.011511266231536865,0.008194804191589355 +291,-2.279767166589853,-1.1645241806893774,3.092739455351138,-0.29996034502983093,0.9186003804206848,0.25728821754455566,0.03305631875991821,0.21302230656147003,0.05267726629972458,0.05055537819862366,0.01937270164489746,-0.007593363523483276 +292,-2.275451600526154,-1.1741077697033426,3.0703032378867565,-0.29434746503829956,0.9223454594612122,0.2502770721912384,-0.053136277943849564,0.30320417881011963,0.12134043872356415,0.010701805353164673,0.006945431232452393,-0.007784456014633179 +293,-2.259574798727746,-1.181704166489958,3.0484560594799155,-0.29286593198776245,0.9252538084983826,0.24111200869083405,-0.025762462988495827,0.4960293769836426,0.09844318777322769,0.013385951519012451,0.01853281259536743,0.012565374374389648 +294,-2.24183838835061,-1.1868260064229175,3.001372773987703,-0.2933806777000427,0.9271846413612366,0.23293009400367737,-0.18121308088302612,0.6776065230369568,0.18944872915744781,0.008056551218032837,0.007233083248138428,-0.01321876049041748 +295,-2.227311318901101,-1.1939033303321893,2.936947246031023,-0.29152804613113403,0.9298126101493835,0.22463279962539673,-0.08353126049041748,0.7842985391616821,0.22525908052921295,0.009698241949081421,-0.00397038459777832,-0.05182696878910065 +296,-2.20726383502364,-1.2064434393153982,2.9019689914277724,-0.28657248616218567,0.9343545436859131,0.21179641783237457,-0.09490025788545609,0.7946102023124695,0.26814407110214233,-0.0034818053245544434,0.02026575803756714,-0.023182526230812073 +297,-2.213254195897384,-1.2169148798801046,2.841206365540763,-0.27745017409324646,0.93803471326828,0.20763571560382843,-0.1774415671825409,0.6623502373695374,0.2264557033777237,-0.06025737524032593,0.0442500114440918,-0.03904125094413757 +298,-2.2175631394984,-1.2233690208625112,2.792644277845798,-0.2717151641845703,0.9402517676353455,0.20517626404762268,-0.19973717629909515,0.5586826205253601,0.21403050422668457,-0.0484294593334198,-0.03479534387588501,0.0012141168117523193 +299,-2.229820217442314,-1.2306104986587014,2.7488857169980414,-0.2637902498245239,0.9426926970481873,0.204316645860672,0.07975799590349197,0.3367179334163666,0.136905699968338,-0.052387118339538574,0.01560509204864502,-0.06723165512084961 +300,-2.208899901090034,-1.2401803829007183,2.7544238509629517,-0.2607482075691223,0.9458425641059875,0.19337095320224762,-0.0720755010843277,0.3125930428504944,0.06123672053217888,-0.048837363719940186,-0.0019338130950927734,0.026523500680923462 +301,-2.195988023472944,-1.2394279917864337,2.7574452829680824,-0.2638002336025238,0.9455980658531189,0.19040466845035553,0.0012526661157608032,0.171274796128273,-0.03836650773882866,-0.060540616512298584,-0.006297409534454346,-0.017583578824996948 +302,-2.158372246606357,-1.2299811211107938,2.7940828880963746,-0.2781961262226105,0.9424824714660645,0.18529267609119415,-0.02527608349919319,0.10762736946344376,-0.07662582397460938,-0.02046409249305725,-0.007256209850311279,0.009485691785812378 +303,-2.157650610331783,-1.221574626712355,2.81040126582082,-0.28491777181625366,0.9396393299102783,0.189472958445549,0.010372744873166084,-0.11644040793180466,-0.0615990124642849,-0.06330302357673645,0.01015925407409668,-0.02975916862487793 +304,-2.139513646727058,-1.2181888824946607,2.863005479542043,-0.29098594188690186,0.9384754300117493,0.1859866827726364,0.15225070714950562,-0.283172070980072,-0.07186215370893478,-0.04218968749046326,0.004410862922668457,-0.04075348377227783 +305,-2.118322305665049,-1.2140008393544108,2.9366912912812237,-0.29821455478668213,0.9370208978652954,0.18182331323623657,0.09206008911132812,-0.4226720631122589,-0.1708807796239853,-0.04194959998130798,0.01914048194885254,-0.011626854538917542 +306,-2.103331900521239,-1.204517939394146,3.0129351863805107,-0.3085480332374573,0.9336667060852051,0.18183603882789612,0.2382599413394928,-0.48293787240982056,-0.22575689852237701,-0.02371203899383545,-0.006237626075744629,-0.043072715401649475 +307,-2.0669966498837025,-1.1986819330800238,3.114930950851358,-0.319737046957016,0.9315606355667114,0.17309892177581787,0.26502567529678345,-0.4235481321811676,-0.21143177151679993,-0.0021776556968688965,0.01298898458480835,-0.008822783827781677 +308,-2.0382127037299034,-1.193193017978826,-3.080889505880149,-0.3291458785533905,0.9295509457588196,0.16612645983695984,0.14879953861236572,-0.4660925269126892,-0.1468319147825241,0.0032944679260253906,-0.011750102043151855,-0.01694120466709137 +309,-2.02340823987067,-1.1904903630157033,-3.0072698140248337,-0.33382681012153625,0.9285510778427124,0.16233347356319427,0.30439627170562744,-0.4841730296611786,-0.1778912991285324,-0.028142094612121582,0.01699012517929077,-0.033946067094802856 +310,-2.0002955659574564,-1.1878386109657741,-2.926141141011706,-0.3397269546985626,0.927563488483429,0.15560007095336914,0.2681001126766205,-0.4883842468261719,-0.1400160789489746,-0.015177220106124878,0.014422476291656494,-0.034323230385780334 +311,-1.9817807184298486,-1.187496140001054,-2.8498431462843676,-0.34284093976020813,0.9274354577064514,0.14941078424453735,0.23622174561023712,-0.5397993326187134,-0.0676894411444664,0.014090359210968018,0.001840054988861084,-0.01701033115386963 +312,-1.9891819134929793,-1.191559483756641,-2.8021257348208217,-0.33827900886535645,0.9289474487304688,0.15041156113147736,0.18614989519119263,-0.48806461691856384,-0.042979806661605835,-0.01314610242843628,0.032646000385284424,-0.010015517473220825 +313,-1.999458083617429,-1.1964520307401187,-2.7740853173225757,-0.33257856965065,0.9307475686073303,0.1519891768693924,0.02875198796391487,-0.3530884385108948,0.07332822680473328,0.03777870535850525,-0.0031351447105407715,0.012470021843910217 +314,-2.0512230032358105,-1.2069153671805257,-2.803548848225899,-0.31561484932899475,0.9345226287841797,0.1644837111234665,-0.055578432977199554,-0.3490663468837738,0.16198456287384033,-0.04832255840301514,0.06146430969238281,-0.05336916446685791 +315,-2.0738860309945166,-1.216611867411704,-2.797329922920162,-0.3038526177406311,0.937929630279541,0.16721650958061218,0.06401669979095459,-0.46552157402038574,0.06941809505224228,-0.011531263589859009,-0.007342040538787842,-0.029002323746681213 +316,-2.0810065302535756,-1.227379650560571,-2.7618132351913256,-0.29382407665252686,0.9416097402572632,0.16443414986133575,0.20649847388267517,-0.4481487274169922,-0.030098646879196167,-0.0029746294021606445,0.021937012672424316,0.037744760513305664 +317,-2.0913005880811464,-1.2299490858065214,-2.7464766157883336,-0.29001590609550476,0.9424718022346497,0.16624628007411957,0.039686936885118484,-0.4505847692489624,-0.022578829899430275,0.03176093101501465,-0.018948853015899658,0.007475018501281738 +318,-2.119060136144103,-1.230401580437441,-2.73727417092417,-0.2849258780479431,0.9426229596138,0.17400963604450226,0.14363139867782593,-0.5496110320091248,-0.08678261190652847,-0.0007033944129943848,0.007419764995574951,-0.02613663673400879 +319,-2.1190761927588433,-1.2289040895381107,-2.6920109420436433,-0.2861276865005493,0.9421219229698181,0.17474991083145142,0.08926010876893997,-0.4369221329689026,-0.0900304839015007,0.07079562544822693,0.019654929637908936,0.018441691994667053 +320,-2.1418179062411977,-1.22543421709464,-2.6720762730817977,-0.28482818603515625,0.9409528970718384,0.18297670781612396,0.02329077571630478,-0.41211631894111633,-0.056125227361917496,0.06096652150154114,0.018595993518829346,0.00432489812374115 +321,-2.157310697223492,-1.2219151035206646,-2.6560121305374627,-0.284715473651886,0.9397557377815247,0.18919888138771057,0.05440150946378708,-0.19948159158229828,-0.03957555815577507,0.07339650392532349,0.06444042921066284,0.019861817359924316 +322,-2.181571667869304,-1.2224967519576437,-2.657078108539875,-0.2795943319797516,0.939954400062561,0.1957366019487381,-0.03676886111497879,-0.20337730646133423,0.03201039507985115,0.04761496186256409,0.02697986364364624,0.004977494478225708 +323,-2.2216040512789084,-1.2318960020688154,-2.682354831758318,-0.26449596881866455,0.9431208372116089,0.20140831172466278,-0.05148635804653168,-0.08261498808860779,0.13402603566646576,0.03372201323509216,-0.036367177963256836,-0.004417389631271362 +324,-2.258087047404149,-1.250085198146224,-2.707427757724098,-0.24367165565490723,0.949011504650116,0.20000362396240234,0.14363616704940796,-0.16930101811885834,0.18377012014389038,0.025959253311157227,0.03846108913421631,0.034691810607910156 +325,-2.315183423544008,-1.2614591099359451,-2.762365473350654,-0.22390694916248322,0.9525355696678162,0.20625562965869904,-0.18539837002754211,-0.051424264907836914,0.18119709193706512,0.033416301012039185,0.01683986186981201,0.0413028746843338 +326,-2.4048894063013484,-1.2589939935904462,-2.8595176333937475,-0.20610623061656952,0.9517822265625,0.22722388803958893,-0.280315101146698,0.13533839583396912,0.18386210501194,-0.030939027667045593,-0.0005799531936645508,0.017847493290901184 +327,-2.445091270188586,-1.2543121963029829,-2.9342192740011033,-0.19966383278369904,0.9503355026245117,0.238739475607872,-0.0667034462094307,0.34104329347610474,0.11036703735589981,0.10544084012508392,0.03542792797088623,0.005187481641769409 +328,-2.5622581630148273,-1.2245572216437548,-3.074194066253153,-0.18578998744487762,0.9406556487083435,0.28398802876472473,-0.5578568577766418,-0.37203970551490784,0.45672276616096497,0.16401568055152893,-0.024197399616241455,-0.028082937002182007 +329,-2.760665161852068,-1.2401484655247785,3.0359689466898176,-0.12070108950138092,0.9458321928977966,0.3013845980167389,0.15109683573246002,-0.8315293788909912,0.350876122713089,-0.21960040926933289,0.0632162094116211,-0.059410691261291504 +330,-2.8298275150701127,-1.2409403084761974,2.9973394396752235,-0.09935496002435684,0.946088969707489,0.30829259753227234,-0.1500711590051651,-0.5397989153862,-0.06639011204242706,-0.13947561383247375,0.012452900409698486,-0.0025064945220947266 +331,-2.8246897253854395,-1.2385022631918867,3.0375924155635645,-0.10165603458881378,0.9452964663505554,0.3099687695503235,0.026663852855563164,0.002810109406709671,-0.18165956437587738,0.013399198651313782,-0.03312605619430542,0.04330265522003174 +332,-2.7908331611717325,-1.2393134165976218,3.034673610533183,-0.11182678490877151,0.9455607533454895,0.30562999844551086,5.5530108511447906e-05,0.3606271743774414,0.07296095788478851,-0.011738881468772888,0.012172400951385498,-0.008800745010375977 +333,-2.7895438618778234,-1.2445879652014848,3.000710230170314,-0.11049957573413849,0.9472641944885254,0.30080023407936096,0.054107699543237686,-0.060865625739097595,0.031588438898324966,-0.0826461911201477,0.01275789737701416,-0.09379944205284119 +334,-2.7777040797549435,-1.2632020941846338,3.031065388856922,-0.10775782912969589,0.9530647397041321,0.28294116258621216,0.17680618166923523,-0.10798387229442596,-0.04374732822179794,-0.07414218038320541,-0.025681376457214355,0.08218631148338318 +335,-2.749570456919562,-1.2641319919463707,3.0558714250833114,-0.11533565819263458,0.9533458352088928,0.2789788544178009,-0.0390738844871521,-0.03949500247836113,-0.12481625378131866,-0.07819156348705292,-0.019859015941619873,-0.006273776292800903 +336,-2.6957385293714915,-1.2419910555161593,3.0863494486659615,-0.1392492800951004,0.9464288353919983,0.2913457453250885,-0.13359223306179047,0.19578950107097626,-0.27124133706092834,-0.1327691674232483,0.033017635345458984,-0.04105579853057861 +337,-2.5328410101702508,-1.226174712373842,-3.046013029442985,-0.19319194555282593,0.9412033557891846,0.27715161442756653,0.2677692770957947,0.006751864217221737,-0.5164163112640381,0.10083049535751343,0.030567824840545654,0.05022570490837097 +338,-2.464073088004747,-1.2104872589584326,-2.9541585611618046,-0.2210085242986679,0.9357879161834717,0.27469247579574585,-0.13355602324008942,-0.30933916568756104,-0.15568172931671143,0.2351687103509903,0.015261709690093994,0.02836233377456665 +339,-2.4943215072354303,-1.1895890406462895,-2.950997477411367,-0.22434557974338531,0.9282161593437195,0.2967897653579712,-0.0275164432823658,-0.2285141795873642,-0.13877473771572113,0.01996934413909912,-0.009545385837554932,-0.031958192586898804 +340,-2.474896808397278,-1.1838705799287212,-2.923662224326077,-0.23334625363349915,0.9260734915733337,0.29654234647750854,0.0610271580517292,-0.022111035883426666,-0.10954996198415756,0.045144349336624146,-0.00468677282333374,0.00944209098815918 +341,-2.4599541814378942,-1.1867003312407793,-2.9071020190931445,-0.2360987365245819,0.927137553691864,0.29098600149154663,0.09444105625152588,-0.028780093416571617,-0.03427045792341232,0.055434733629226685,0.023133814334869385,-0.013032019138336182 +342,-2.453614889513504,-1.1931981962139768,-2.9075136912426145,-0.23410862684249878,0.9295528531074524,0.28482377529144287,-0.03985438495874405,0.06749267876148224,-0.03366750851273537,0.04035255312919617,0.026425480842590332,0.04165324568748474 +343,-2.4526657897239934,-1.1874380492213397,-2.9337533484381164,-0.2377789169549942,0.9274137616157532,0.28873008489608765,-0.0554996095597744,0.190524622797966,-0.08160731941461563,0.04881405830383301,0.009109675884246826,0.02035200595855713 +344,-2.448783438025811,-1.1819057679902976,-2.9569423152502057,-0.24217115342617035,0.9253302812576294,0.29174789786338806,-0.03597725182771683,0.07166138291358948,-0.05371016263961792,0.002226710319519043,0.009514570236206055,-0.020385652780532837 +345,-2.42890818236387,-1.1799586080900062,-2.949762759937952,-0.24909915030002594,0.9245902299880981,0.28824007511138916,0.006351810414344072,0.03803076595067978,-0.11120586842298508,0.03459113836288452,0.022080183029174805,0.027815192937850952 +346,-2.405632743527781,-1.1734808822821212,-2.947337892468964,-0.25975507497787476,0.9221031069755554,0.28679773211479187,-0.049700044095516205,0.2361304610967636,-0.06109325960278511,0.04985523223876953,0.04412907361984253,0.03620034456253052 +347,-2.3997602648973615,-1.1638610214737095,-2.9761076731945697,-0.26741617918014526,0.9183381199836731,0.2917940318584442,-0.16893123090267181,0.22565273940563202,-0.03321942314505577,0.006170451641082764,0.0005461573600769043,-0.0197298526763916 +348,-2.397008512443943,-1.1541365870080065,-2.9984035181032014,-0.2742571532726288,0.9144458770751953,0.2976103127002716,-0.09513793140649796,0.15472173690795898,-0.012934819795191288,-0.06290104985237122,-0.019792556762695312,-0.04260540008544922 +349,-2.369122877810256,-1.1486726897038175,-2.979418027306901,-0.28593090176582336,0.9122209548950195,0.2934213876724243,-0.013930420391261578,0.09951218217611313,-0.07013392448425293,-0.04553574323654175,-0.015431582927703857,-0.019098937511444092 +350,-2.33521515088638,-1.14546838983783,-2.9468624990494567,-0.2978224456310272,0.9109034538269043,0.28558123111724854,0.054433975368738174,0.0035380348563194275,-0.0379471480846405,-0.05605936050415039,-0.024322092533111572,-0.03352132439613342 +351,-2.308397752305824,-1.145361274121623,-2.909975107447573,-0.3054454028606415,0.9108592867851257,0.27755847573280334,0.10703030973672867,-0.08153149485588074,-0.05910259485244751,-0.0899861752986908,-0.04959207773208618,-0.07466229796409607 +352,-2.260194010058155,-1.1500059689588251,-2.826236365843161,-0.3151969611644745,0.9127663969993591,0.2598244249820709,0.43956369161605835,-0.26895931363105774,-0.10800865292549133,-0.08348473906517029,-0.03825455904006958,-0.09184035658836365 +353,-2.193575141535978,-1.1798002651090136,-2.7024875314348797,-0.3095606565475464,0.9245299100875854,0.22229935228824615,0.4597018361091614,-0.5051921010017395,0.02571510151028633,-0.068246990442276,0.0205690860748291,0.025213509798049927 +354,-2.1521395869538855,-1.2068217530226832,-2.604974580949745,-0.29751065373420715,0.9344893097877502,0.1954912692308426,0.38251715898513794,-0.34376683831214905,0.005490557290613651,-0.12379971146583557,0.04739832878112793,0.04309508204460144 +355,-2.1084477901929763,-1.2235535144418146,-2.5242352530508936,-0.29229357838630676,0.9403145909309387,0.1742776334285736,0.16827541589736938,-0.30709823966026306,0.05368373543024063,-0.05141058564186096,-0.04206031560897827,0.03839932382106781 +356,-2.1359919144820356,-1.2367594488866522,-2.517546950306853,-0.2768719494342804,0.9447265267372131,0.1755952537059784,0.1541440337896347,-0.2040121704339981,0.1134943887591362,-0.1345202624797821,0.11528629064559937,0.01594829559326172 +357,-2.124470990889872,-1.2434272373219437,-2.4894920549283004,-0.27351245284080505,0.9468916058540344,0.16907790303230286,-0.09802474081516266,-0.20384064316749573,0.05513079836964607,0.045210450887680054,-0.061652958393096924,0.06184864044189453 +358,-2.1889537662396497,-1.2402618112625938,-2.5333071174250295,-0.2644904851913452,0.9458690285682678,0.18808738887310028,0.023923035711050034,-0.06237565353512764,0.058249279856681824,-0.03850331902503967,0.036461472511291504,-0.006401032209396362 +359,-2.1979295466208115,-1.2411513037434836,-2.543200344875264,-0.2621094882488251,0.9461573362350464,0.18995940685272217,-0.1766289621591568,-0.03081078641116619,0.07819245755672455,0.03518080711364746,-0.014074385166168213,0.04046352207660675 +360,-2.276815327930172,-1.235255771609087,-2.609338305300951,-0.2505657374858856,0.9442324638366699,0.21363988518714905,-0.08130409568548203,-0.2662534713745117,0.027574090287089348,-0.05123788118362427,0.029491901397705078,-0.04707491397857666 +361,-2.3232783003771353,-1.2283270573377616,-2.6159448976843294,-0.24514271318912506,0.9419283270835876,0.22951319813728333,-0.0653614029288292,-0.5195947289466858,-0.08700834214687347,-0.013615846633911133,0.028942763805389404,-0.05447956919670105 +362,-2.3584291120264487,-1.2220512501549805,-2.5882176093002602,-0.24109108746051788,0.9398022890090942,0.24217098951339722,0.08718813210725784,-0.6893967986106873,-0.15589529275894165,0.0013297200202941895,0.004655718803405762,-0.027342557907104492 +363,-2.372337682529632,-1.2110762593793587,-2.5354931729934203,-0.24486005306243896,0.9359953999519348,0.25289613008499146,0.019395016133785248,-0.5520415306091309,-0.22975033521652222,0.09181438386440277,0.026941120624542236,0.03454890847206116 +364,-2.3978439781833165,-1.1961062957447952,-2.5039766362006732,-0.24778993427753448,0.9306210875511169,0.2693406045436859,-0.03671586886048317,-0.5580427050590515,-0.19575771689414978,0.03245791792869568,0.02279376983642578,-0.04245772957801819 +365,-2.393372215450467,-1.1904596215414165,-2.4423332338044603,-0.25256314873695374,0.9285396933555603,0.2720770835876465,0.16155320405960083,-0.529777467250824,-0.23454339802265167,0.021453529596328735,0.023303568363189697,-0.005094051361083984 +366,-2.380620046266839,-1.1804629838134457,-2.3752963758233236,-0.26240020990371704,0.9247822761535645,0.27554237842559814,0.03122273087501526,-0.5022679567337036,-0.24544288218021393,0.02242526412010193,0.016562819480895996,0.0023506581783294678 +367,-2.381398157242583,-1.167889190002843,-2.319622937023052,-0.27017742395401,0.9199250340461731,0.28415152430534363,0.081240713596344,-0.5223405361175537,-0.2525767385959625,0.03447490930557251,0.018231093883514404,-0.019869327545166016 +368,-2.3727324251731283,-1.1587564056672528,-2.259134794979696,-0.27846020460128784,0.9163057804107666,0.287826269865036,0.07177576422691345,-0.3695693910121918,-0.19876565039157867,0.053866058588027954,0.03575122356414795,0.03431728482246399 +369,-2.369874972342704,-1.1511152953081676,-2.2233874817397083,-0.2841555178165436,0.9132189750671387,0.29203861951828003,0.04207351803779602,-0.258917897939682,-0.13956908881664276,0.04250210523605347,0.015125691890716553,-0.004425793886184692 +370,-2.361555155148216,-1.1472608768244743,-2.190371509437298,-0.28904885053634644,0.9116415977478027,0.2921645939350128,0.07384586334228516,-0.14051178097724915,-0.09607619792222977,0.06903240084648132,0.002497076988220215,0.03150483965873718 +371,-2.367118370394904,-1.1422644718862622,-2.194926095309697,-0.29060110449790955,0.9095767736434937,0.29702046513557434,-0.11732125282287598,0.09042057394981384,-0.02246733568608761,0.057355254888534546,0.008224129676818848,0.04015302658081055 +372,-2.388282546492492,-1.1328843452499862,-2.2297478815564613,-0.2900736629962921,0.9056390523910522,0.30931344628334045,-0.1499888151884079,0.16725771129131317,-0.006153844762593508,-0.0009571611881256104,0.024475514888763428,0.027127444744110107 +373,-2.400054615185309,-1.1205661687466208,-2.256898610529308,-0.293925940990448,0.9003469944000244,0.3209100365638733,-0.1625049114227295,0.13269028067588806,-0.012071135453879833,-0.006428122520446777,-0.015535354614257812,0.0038885772228240967 +374,-2.4021852588577777,-1.105689981478458,-2.2746718335400873,-0.3022336959838867,0.8937738537788391,0.33139535784721375,-0.18473033607006073,0.15992754697799683,-0.07199057936668396,-0.025418251752853394,-0.0006312727928161621,-0.01228836178779602 +375,-2.394639102117334,-1.0883702153601216,-2.286580474264624,-0.3151971101760864,0.8858720064163208,0.34041425585746765,-0.17856721580028534,0.16326040029525757,-0.05398404970765114,-0.029239565134048462,0.00055694580078125,-0.05011579394340515 +376,-2.3750062550409465,-1.0781074409568565,-2.287290254029406,-0.32810866832733154,0.881064236164093,0.340691477060318,-0.07285955548286438,0.21841688454151154,-0.05544261634349823,-0.04167282581329346,0.0011379718780517578,-0.030861735343933105 +377,-2.355600673416549,-1.0654932935747663,-2.2954514640597634,-0.34249427914619446,0.8750278353691101,0.3420877456665039,-0.178782120347023,0.20815005898475647,-0.019160106778144836,-0.02245020866394043,0.020418941974639893,-0.057618141174316406 +378,-2.357855103760019,-1.0583833844342692,-2.321247923642928,-0.3461054861545563,0.8715640306472778,0.3472568988800049,-0.13111385703086853,0.2098885029554367,0.08686231821775436,-0.022531598806381226,0.02415752410888672,-0.046780794858932495 +379,-2.3586023251966313,-1.0598099058742185,-2.351239755504575,-0.3449682891368866,0.8722625374794006,0.34663355350494385,-0.06825128197669983,0.2835172116756439,0.14380663633346558,0.014707088470458984,0.028341591358184814,-0.006972938776016235 +380,-2.364613977294824,-1.063329073694947,-2.397850657028752,-0.34072402119636536,0.8739781379699707,0.3465103209018707,-0.12072737514972687,0.3436001241207123,0.20328804850578308,0.008326590061187744,0.025329113006591797,-0.06191873550415039 +381,-2.36654340478285,-1.075414190836742,-2.4517053676374543,-0.33263927698135376,0.8797871470451355,0.3395964503288269,-0.1115853488445282,0.5105470418930054,0.3452555537223816,0.04028090834617615,0.004474937915802002,-0.04700914025306702 +382,-2.36876554806226,-1.1042640248040754,-2.5196027930636,-0.31402769684791565,0.8931334018707275,0.3220239579677582,0.08354156464338303,0.7435123324394226,0.541938066482544,0.12970152497291565,0.01777052879333496,-0.007052063941955566 +383,-2.3709370759376456,-1.1414415354527174,-2.6271926191823023,-0.28998613357543945,0.9092345237731934,0.29866501688957214,-0.2587401270866394,1.1040608882904053,0.4815256893634796,-0.043540507555007935,0.08539450168609619,0.12336257100105286 +384,-2.3853787316135855,-1.1358900504441853,-2.770743260550822,-0.28910157084465027,0.9069095253944397,0.30648836493492126,-0.4592898190021515,1.050969123840332,0.3338782489299774,-0.0020360350608825684,-0.012698888778686523,-0.04718047380447388 +385,-2.3844094657091084,-1.1317781782244685,-2.888323814028135,-0.29195737838745117,0.9051694273948669,0.30891549587249756,-0.3394370973110199,0.9614365100860596,0.3011915385723114,-0.03715938329696655,-0.009844958782196045,0.027159273624420166 +386,-2.383386936544003,-1.1330004378488403,-2.983497789389687,-0.2915121614933014,0.9056882858276367,0.30781328678131104,-0.1615845412015915,0.8273236751556396,0.3246966004371643,0.06433933973312378,0.041012585163116455,-0.02146703004837036 +387,-2.3874765013482624,-1.1434504531103424,-3.1082340668097737,-0.28375592827796936,0.9100689888000488,0.30208829045295715,-0.3355512320995331,1.0558607578277588,0.42069005966186523,0.03142130374908447,0.018840491771697998,-0.005701631307601929 +388,-2.3957460350402955,-1.1408652661474081,3.0409561271532675,-0.28284335136413574,0.9089944958686829,0.3061511516571045,-0.39050960540771484,0.9762372970581055,0.2896294891834259,-0.00986596941947937,0.0025044679641723633,-0.00558355450630188 +389,-2.401067390180506,-1.1316971096320594,2.93336476668551,-0.2868208587169647,0.9051349759101868,0.31379014253616333,-0.37155917286872864,0.7369912266731262,0.19659948348999023,-0.01934671401977539,0.008545875549316406,0.012534350156784058 +390,-2.407700660901851,-1.1231919380320647,2.8446352130606036,-0.2898787260055542,0.9014865159988403,0.3213907480239868,-0.17225879430770874,0.7081953287124634,0.2771655321121216,0.08039087057113647,-0.015775084495544434,-0.03853866457939148 +391,-2.411133069455686,-1.1233096536159533,2.7617431551291047,-0.28870320320129395,0.9015374779701233,0.32230493426322937,-0.34556645154953003,0.8136647939682007,0.290079265832901,0.02846461534500122,0.027005493640899658,0.014700591564178467 +392,-2.424062934105263,-1.1281103714462568,2.6738059945012065,-0.28166285157203674,0.9036043286323547,0.32274624705314636,-0.1134275272488594,0.633925199508667,0.3826567828655243,0.07202237844467163,0.003988385200500488,-0.06604769825935364 +393,-2.441664933424314,-1.143343636537786,2.587137808755304,-0.26704007387161255,0.9100247025489807,0.31708765029907227,-0.24792587757110596,0.7872936129570007,0.4407702684402466,0.03329068422317505,-0.02643406391143799,-0.05210354924201965 +394,-2.452000700387253,-1.1522937589239468,2.4947350214123656,-0.25855615735054016,0.9136984944343567,0.31353428959846497,-0.19979602098464966,0.9696080684661865,0.3332560956478119,-0.04451394081115723,0.09972918033599854,-0.03622102737426758 +395,-2.4618836641294677,-1.149077185411262,2.3979746773372743,-0.2572910487651825,0.9123865962028503,0.31835851073265076,-0.33654481172561646,0.8619397282600403,0.3566552400588989,-0.025149166584014893,0.009381651878356934,-0.07974156737327576 +396,-2.485083693063047,-1.1465366640093677,2.3095368348554084,-0.25125041604042053,0.9113437533378601,0.3260764181613922,-0.21098093688488007,0.6572854518890381,0.2917923033237457,-0.08436664938926697,0.006045162677764893,-0.12438571453094482 +397,-2.4772267123294682,-1.1575048847743352,2.2677159827935793,-0.2476261556148529,0.915803849697113,0.3162028193473816,0.07702545076608658,0.6552515029907227,0.25378987193107605,-0.028573140501976013,0.05198466777801514,-0.07624322175979614 +398,-2.4679029692395247,-1.171414580600456,2.219499891214934,-0.242592453956604,0.9213016033172607,0.30389493703842163,-0.2122398465871811,0.7945728898048401,0.32269376516342163,-0.006034225225448608,-0.008124172687530518,-0.01060602068901062 +399,-2.473592865160388,-1.176631568246066,2.1455567079270645,-0.23787921667099,0.9233176708221436,0.30149319767951965,-0.008588535711169243,0.6763520240783691,0.2446283996105194,-0.0835014283657074,0.033057451248168945,-0.12073755264282227 +400,-2.456214022678864,-1.193227190247661,2.120226613435917,-0.23335057497024536,0.9295635223388672,0.2854105532169342,0.002686536405235529,0.4057259261608124,0.16892096400260925,-0.08088889718055725,0.025529861450195312,0.007466673851013184 +401,-2.4342354283205703,-1.200317530822228,2.1265413759186087,-0.2352776676416397,0.93215411901474,0.2751966416835785,0.056543633341789246,0.1518484652042389,-0.015424204058945179,-0.0617041140794754,-0.01424640417098999,0.0015368163585662842 +402,-2.395742471416621,-1.1972516207508015,2.1796436604881753,-0.24763227999210358,0.9310396909713745,0.2680365741252899,0.17494209110736847,-0.13635313510894775,-0.19647099077701569,-0.060625821352005005,0.003179788589477539,-0.03279182314872742 +403,-2.3403322022938204,-1.1932855254860186,2.2757770960139756,-0.26474687457084656,0.9295850396156311,0.25647836923599243,0.14769229292869568,-0.31702497601509094,-0.18247653543949127,-0.00418931245803833,0.008418619632720947,-0.009560555219650269 +404,-2.3063198023443756,-1.188207348619131,2.363638543418655,-0.2768118679523468,0.9277012348175049,0.2504909634590149,0.18740026652812958,-0.391660213470459,-0.27892717719078064,-0.0022561252117156982,0.016649961471557617,-0.002138853073120117 +405,-2.2789602978283927,-1.1770261685638896,2.4422074997032754,-0.29142117500305176,0.9234691262245178,0.24955596029758453,0.10714216530323029,-0.4022674858570099,-0.2871876060962677,0.002297729253768921,0.013054132461547852,-0.01644746959209442 +406,-2.2580518405529073,-1.1642594978722949,2.5259342058950205,-0.3056640923023224,0.918495774269104,0.25086846947669983,0.16084174811840057,-0.5191850662231445,-0.25945135951042175,-0.0180816650390625,0.019858717918395996,-0.05419790744781494 +407,-2.2399335881707687,-1.1543874524913238,2.6172928135399647,-0.3172556161880493,0.9145473837852478,0.25090187788009644,0.18125660717487335,-0.5770409107208252,-0.298374742269516,0.0012918710708618164,0.040301740169525146,-0.019532829523086548 +408,-2.235752698923989,-1.1418912953893205,2.6942408861148244,-0.3272702395915985,0.9094216823577881,0.25660520792007446,0.08014057576656342,-0.5463418364524841,-0.25299450755119324,0.009185552597045898,0.02105921506881714,-0.008878856897354126 +409,-2.245326188219543,-1.1278622635205056,2.752209716816855,-0.33473116159439087,0.9034980535507202,0.26766908168792725,0.0995706170797348,-0.476714164018631,-0.22895409166812897,0.010771751403808594,0.021383166313171387,-0.03796321153640747 +410,-2.2531506573552362,-1.1175231252904023,2.8046419557454727,-0.3398580849170685,0.8990185260772705,0.2761560082435608,0.07885607331991196,-0.4537331461906433,-0.1762700080871582,0.01588350534439087,0.021788358688354492,-0.046206116676330566 +411,-2.2530859978504436,-1.1135799831925226,2.8618663734462846,-0.3426247537136078,0.8972848057746887,0.2783673107624054,0.17387713491916656,-0.38984596729278564,-0.13192421197891235,0.0236549973487854,0.014595627784729004,-0.03639340400695801 +412,-2.254189896878336,-1.1162975614833126,2.91643074091352,-0.34042495489120483,0.8984811902046204,0.2772045135498047,0.2128005474805832,-0.4849940538406372,-0.1124194785952568,-0.0016160309314727783,-0.0034769773483276367,-0.058103591203689575 +413,-2.2565792645835416,-1.1260006591881282,2.98315760826831,-0.33299848437309265,0.9026985764503479,0.2724829912185669,0.3233424127101898,-0.6096890568733215,-0.08843809366226196,-0.0038240253925323486,0.020412206649780273,-0.03520885109901428 +414,-2.250437965945905,-1.139611319802131,3.0563770450646874,-0.3250785171985626,0.9084711074829102,0.2626858353614807,0.3113659620285034,-0.5260500311851501,-0.10648409277200699,0.024037957191467285,0.03201943635940552,-0.024969160556793213 +415,-2.224645623475522,-1.1445690447567547,3.12766855929045,-0.3281659483909607,0.9105319976806641,0.2514722943305969,0.15145394206047058,-0.2754804193973541,-0.10442419350147247,0.05637645721435547,-0.00023859739303588867,0.060951411724090576 +416,-2.2217136654108884,-1.1494812322231958,-3.1172265754571575,-0.3253399729728699,0.9125518798828125,0.24779613316059113,0.2335568070411682,-0.4101026952266693,-0.030089857056736946,0.0005872249603271484,0.0351715087890625,-0.04134476184844971 +417,-2.2412628190591675,-1.1571287797521614,-3.0975637579551596,-0.31495675444602966,0.9156527519226074,0.2497650533914566,-0.07240692526102066,-0.43174511194229126,0.05616467446088791,-0.04655447602272034,0.02491438388824463,-0.0028015077114105225 +418,-2.289894373725495,-1.1569722788867056,-3.1225212213264193,-0.30255064368247986,0.9155898094177246,0.26487502455711365,0.030781153589487076,-0.2897617518901825,0.04138835147023201,-0.04725709557533264,-0.028535306453704834,-0.09309118986129761 +419,-2.329321973532368,-1.1700838532219464,-3.1256174456481993,-0.28313547372817993,0.920783281326294,0.26831308007240295,0.121164970099926,-0.4930136203765869,0.11595938354730606,-0.05290877819061279,0.005745410919189453,-0.07986718416213989 +420,-2.3321849876888616,-1.1919508947828623,-3.095409335116066,-0.26772525906562805,0.929092288017273,0.2551684081554413,0.38648557662963867,-0.2828548550605774,-0.0017313755815848708,0.024347513914108276,0.0284121036529541,-0.020518749952316284 +421,-2.361290964754975,-1.215258975607077,-3.094418183112725,-0.2448824793100357,0.9374595880508423,0.24739135801792145,-0.002535814419388771,-0.4113515019416809,0.25474393367767334,0.00686056911945343,-0.020436644554138184,-0.02661186456680298 +422,-2.3951551173737213,-1.2441715637248636,-3.1118842037826564,-0.21786457300186157,0.9471306800842285,0.23553837835788727,0.2921893894672394,-0.1647154539823532,0.19875377416610718,0.07365377247333527,-0.0023828744888305664,-0.010211855173110962 +423,-2.462514512713981,-1.267723345420744,3.0924069407502315,-0.18745224177837372,0.9544238448143005,0.23224318027496338,-0.2548656165599823,0.23579733073711395,0.4907381534576416,0.1451701521873474,-7.814168930053711e-05,0.16804063320159912 +424,-2.616696025768643,-1.272711722603496,2.8402051047038137,-0.14717495441436768,0.9559007883071899,0.25415217876434326,-0.35833680629730225,0.8207554221153259,0.7869206666946411,0.25037017464637756,0.0018781423568725586,0.02013993263244629 +425,-2.9375754231934317,-1.2826897134385735,2.4459747017436326,-0.05756764858961105,0.9587835669517517,0.2782447040081024,-0.19912008941173553,0.1466863602399826,1.2556103467941284,0.05930712819099426,-0.000760495662689209,-0.059586286544799805 +426,2.9632663928690484,-1.2736582835113766,2.034589058014438,0.05193496495485306,0.9561783671379089,0.28814196586608887,-0.0566081628203392,0.04238322749733925,0.9360761046409607,-0.16896989941596985,0.058454811573028564,-0.03126025199890137 +427,2.762740114683296,-1.25205456970026,1.8169350419507948,0.11590219289064407,0.9496304392814636,0.2911509573459625,-0.3809254765510559,0.6114566326141357,0.5476683974266052,-0.08193613588809967,-0.016952157020568848,0.11436668038368225 +428,2.7187685632435077,-1.1473149548057449,1.6994594850487943,0.168622687458992,0.911663830280304,0.3747469484806061,-0.35793545842170715,-0.12350951135158539,0.44039759039878845,-0.004773810505867004,0.198611319065094,-0.15697351098060608 +429,2.6769479103204707,-1.1003088995142398,1.645989721722316,0.20313531160354614,0.8913474082946777,0.4052598774433136,-0.27820485830307007,0.038299139589071274,0.3182885944843292,0.03052249550819397,0.05979377031326294,-0.11567860841751099 +430,2.6286040538402453,-1.07898984769219,1.6110457806953467,0.23175717890262604,0.8814812302589417,0.41143566370010376,0.056561581790447235,-0.43361228704452515,0.05310997739434242,-0.08043575286865234,0.08322513103485107,-0.007123589515686035 +431,2.581803750413515,-1.0905528181435713,1.598138924226679,0.24532265961170197,0.8868824243545532,0.3914792835712433,0.18933892250061035,-0.3280157148838043,-0.04979914426803589,0.018959522247314453,-0.05935269594192505,-0.029006779193878174 +432,2.5553727000921347,-1.0981208184734395,1.5796885279323074,0.25186264514923096,0.8903533816337585,0.37925705313682556,0.020457424223423004,0.1332802176475525,0.1309707909822464,0.02726641297340393,0.01563715934753418,-0.02996814250946045 +433,2.5358270620935817,-1.096355584989305,1.5280930249798437,0.26012176275253296,0.8895483613014221,0.3755541145801544,0.1763957291841507,-0.009820949286222458,0.10469041764736176,0.047007232904434204,-0.013129055500030518,0.026805013418197632 +434,2.4923996456400808,-1.1002283670170476,1.4751697504251031,0.2740955352783203,0.8913109302520752,0.36115965247154236,0.08400283008813858,-0.04213711619377136,0.08678079396486282,4.3779611587524414e-05,0.017868638038635254,-0.010070115327835083 +435,2.469066097294247,-1.100685859375903,1.4414721243019635,0.2821933925151825,0.891518235206604,0.35434743762016296,0.09175953269004822,-0.04083315283060074,0.09209876507520676,0.020266294479370117,0.005988478660583496,-0.03110527992248535 +436,2.442052201284453,-1.113273508681646,1.4115895755724306,0.28441327810287476,0.8971495032310486,0.3379824161529541,0.16564248502254486,-0.09843364357948303,-0.08696724474430084,-0.022297710180282593,-0.014306366443634033,0.027282506227493286 +437,2.430375991493966,-1.1309094552888233,1.4072742639962728,0.27796730399131775,0.9047998189926147,0.32260021567344666,0.074506014585495,-0.035979390144348145,-0.07653418183326721,0.015703290700912476,0.04037505388259888,-0.049849480390548706 +438,2.4505003008884105,-1.1443665738309596,1.4117116968512442,0.26363465189933777,0.9104483127593994,0.31871721148490906,0.11188808083534241,0.004781641997396946,-0.15702316164970398,0.02396300435066223,0.043531179428100586,0.007485151290893555 +439,2.480713960993519,-1.1546941272824929,1.4296425708099523,0.24810141324996948,0.9146713614463806,0.31909582018852234,0.060470182448625565,0.26904404163360596,-0.21442678570747375,0.015875637531280518,0.11244362592697144,0.02096155285835266 +440,2.5296817240016645,-1.1864864856368693,1.4578975562551637,0.21536614000797272,0.9270573854446411,0.30689120292663574,0.24797323346138,-0.006102035753428936,-0.4001058340072632,0.011196345090866089,0.04472923278808594,-0.033270567655563354 +441,2.632695495204512,-1.2222293429161588,1.5415943743950427,0.16640877723693848,0.9398631453514099,0.2982708215713501,0.041484534740448,0.40133383870124817,-0.593143880367279,-0.10195565223693848,0.07425129413604736,0.004738211631774902 +442,2.8296872549384022,-1.2448382267568545,1.696211984005697,0.0982656255364418,0.9473443627357483,0.30476605892181396,-0.05829011648893356,0.4615046977996826,-0.6136932373046875,0.0634165033698082,0.031018555164337158,-0.011507421731948853 +443,3.0659848660273594,-1.2520442169802415,1.8847477475818943,0.02367149479687214,0.9496272206306458,0.3124859631061554,-0.07112624496221542,0.5163646340370178,-0.6020888686180115,0.04024755582213402,0.04736661911010742,0.004500091075897217 +444,-3.017513632323244,-1.2392372668788918,2.055938694898256,-0.04028639197349548,0.9455360174179077,0.323015421628952,-0.16633495688438416,0.2052081823348999,-0.49947962164878845,-0.006725940853357315,-0.07128357887268066,-0.010271281003952026 +445,-2.9021360890901926,-1.22267032255431,2.1670830056132515,-0.08090918511152267,0.9400136470794678,0.33140379190444946,0.015053082257509232,-0.045830197632312775,-0.3351972699165344,0.006049551069736481,-0.014400005340576172,-0.060239702463150024 +446,-2.828114208214841,-1.2360512750452717,2.2688453565661466,-0.10130813717842102,0.9444940686225891,0.3125182092189789,0.323091983795166,-0.546888530254364,-0.26606589555740356,0.05025225877761841,0.013559460639953613,0.0050476789474487305 +447,-2.7996030632011206,-1.2468161485312086,2.3559048713316013,-0.10675989091396332,0.9479758739471436,0.2999067008495331,0.08605486899614334,-0.5171286463737488,-0.2427462339401245,0.017968982458114624,-0.051048994064331055,0.03661060333251953 +448,-2.7608584834086356,-1.2489848664507994,2.4479815090289554,-0.11753236502408981,0.9486640095710754,0.29363691806793213,0.22661638259887695,-0.31511515378952026,-0.37860167026519775,0.01786196231842041,0.016866326332092285,0.02742326259613037 +449,-2.6513928082541436,-1.2430986402256285,2.577715105896047,-0.15153437852859497,0.9467858672142029,0.28396108746528625,-0.14514170587062836,-0.03817388042807579,-0.32345834374427795,0.07501155138015747,-0.007424294948577881,0.10815930366516113 +450,-2.610019519605456,-1.2073447036374332,2.6211633620398302,-0.18020083010196686,0.9346753358840942,0.30644723773002625,-0.2675974369049072,0.10591118782758713,-0.3969135284423828,-0.062093496322631836,0.04612910747528076,0.00033080577850341797 +451,-2.5779295916529903,-1.160633307189386,2.643960502244632,-0.21305130422115326,0.9170558452606201,0.3370722532272339,-0.3653051257133484,0.14501041173934937,-0.19331128895282745,0.024895206093788147,-0.013186275959014893,-0.061742573976516724 +452,-2.560344654407138,-1.132472880279338,2.6631145595360586,-0.2330363541841507,0.9054645299911499,0.35472267866134644,-0.11061425507068634,0.0576491579413414,-0.17338180541992188,0.002415016293525696,0.011573433876037598,-0.03662267327308655 +453,-2.5363591158446797,-1.119867071113541,2.692627915213238,-0.24795158207416534,0.9000425338745117,0.3583904802799225,-0.03983696550130844,0.08237239718437195,-0.12402719259262085,0.02314382791519165,-0.001314997673034668,-0.01692923903465271 +454,-2.5295362990322,-1.1137024830850966,2.705064350733341,-0.2535736560821533,0.8973388671875,0.3612242043018341,-0.08892389386892319,-0.040014732629060745,-0.029068928211927414,-0.007626265287399292,-0.0337069034576416,-0.0749693512916565 +455,-2.51775500548723,-1.1166062076950134,2.730537395602169,-0.2562885880470276,0.8986166715621948,0.3560955822467804,0.16551905870437622,0.08451034873723984,-0.12045510113239288,-0.08796495199203491,0.057041168212890625,-0.037614136934280396 +456,-2.48298653771382,-1.1219112702347458,2.7765574273784335,-0.26559117436408997,0.9009314775466919,0.3431969881057739,0.03698789328336716,-0.06379752606153488,0.020737307146191597,-0.005343884229660034,-0.020239830017089844,-0.05790337920188904 +457,-2.4724678220626752,-1.1271268608341452,2.801896300569692,-0.2662678360939026,0.9031826257705688,0.3366938829421997,0.04242812842130661,0.06730693578720093,-0.035140883177518845,-0.030698716640472412,0.029617786407470703,-0.005425542593002319 +458,-2.46139517893207,-1.127063181566567,2.8157366996340643,-0.2700156569480896,0.9031552672386169,0.33376967906951904,-0.006437888368964195,0.0623101182281971,0.025980623438954353,0.0005759596824645996,0.024533390998840332,-0.057280391454696655 +459,-2.444892973088156,-1.137597760632973,2.831686921178099,-0.2693662643432617,0.9076277017593384,0.3219534158706665,0.014197013340890408,0.13717447221279144,0.016894172877073288,-0.03413110971450806,-0.0006451606750488281,0.06671848893165588 +460,-2.441939935686457,-1.1319387771754355,2.8290793969142625,-0.2736188769340515,0.9052376747131348,0.32508084177970886,-0.04261313006281853,0.07219386845827103,0.010629036463797092,-0.038621723651885986,0.019490718841552734,-0.02805328369140625 +461,-2.430259614289629,-1.1349235088152316,2.8472840713971093,-0.27563175559043884,0.9065018892288208,0.31981438398361206,0.08259706944227219,-0.12532168626785278,0.049002375453710556,-0.01388847827911377,-0.02744317054748535,-0.030934959650039673 +462,-2.4315289433315663,-1.141676693304756,2.8697530432712544,-0.2712288796901703,0.9093323945999146,0.3155146837234497,0.08258182555437088,-0.19088022410869598,-0.04096241295337677,-0.048168063163757324,0.04315173625946045,0.023215055465698242 +463,-2.441406036335862,-1.1373301037472832,2.87177458622224,-0.27064332365989685,0.9075153470039368,0.32119742035865784,-0.10659889131784439,-0.08211321383714676,0.05385760962963104,0.010175853967666626,-0.006407737731933594,-0.018768370151519775 +464,-2.4664130613435478,-1.1409452306521892,2.8680025615215006,-0.2604753375053406,0.9090278148651123,0.32530152797698975,0.05332797020673752,-0.1973334699869156,0.06197379156947136,0.012260586023330688,-0.014633893966674805,-0.0008233785629272461 +465,-2.485090993712256,-1.1487551342406066,2.8695419914148803,-0.25001347064971924,0.9122547507286072,0.3244760036468506,0.02515515685081482,-0.14550180733203888,0.0012758036609739065,-0.011003375053405762,0.017554819583892822,0.023149728775024414 +466,-2.4913052392432915,-1.1448185378074272,2.872015794544313,-0.2501646876335144,0.9106351137161255,0.32887929677963257,-0.011953171342611313,-0.05982963368296623,-0.05170906335115433,0.02486860752105713,-0.008031904697418213,-0.023489803075790405 +467,-2.4780965076847177,-1.1457835030187529,2.8838282250686023,-0.2539454698562622,0.9110334515571594,0.3248538374900818,0.11541478335857391,0.0581638403236866,-0.07027826458215714,0.05162915587425232,0.021385490894317627,0.030263930559158325 +468,-2.4687030367168843,-1.1473899245447299,2.875462472780643,-0.2560732364654541,0.9116946458816528,0.3213091790676117,-0.14407053589820862,0.16568265855312347,0.014565715566277504,0.039337337017059326,0.02260112762451172,0.1065625250339508 +469,-2.5054578027900174,-1.1340975537231583,2.8213102782101367,-0.2512708902359009,0.9061528444290161,0.3402204215526581,-0.08930808305740356,0.03428354859352112,0.05317557230591774,0.05514967441558838,-0.007166028022766113,-0.009684562683105469 +470,-2.5263840581916375,-1.1389425214266464,2.789177716894821,-0.24156007170677185,0.9081913828849792,0.3418140709400177,0.05090504139661789,0.05673741549253464,0.11439135670661926,0.08558475971221924,0.0447961688041687,0.011518329381942749 +471,-2.556953709664496,-1.1445716926050131,2.726404441671425,-0.22817452251911163,0.9105331301689148,0.34476882219314575,-0.2429368495941162,0.28484219312667847,0.17624244093894958,0.08207166194915771,0.04364454746246338,0.09238019585609436 +472,-2.6094187344804802,-1.1276211240430019,2.623869669895148,-0.21758128702640533,0.9033946394920349,0.36950773000717163,-0.37793153524398804,0.24000124633312225,0.34369972348213196,0.1509767323732376,-0.035566508769989014,0.011687219142913818 +473,-2.6912229307376396,-1.1217756568908124,2.532974655537137,-0.18895572423934937,0.9008726477622986,0.3907991051673889,0.0710427388548851,-0.40616291761398315,0.0010247548343613744,-0.02234797179698944,0.03079831600189209,-0.1309877336025238 +474,-2.7078278900298662,-1.1577713616283465,2.5755240385138567,-0.16869661211967468,0.9159108400344849,0.3642095625400543,0.7779420614242554,0.14154250919818878,-0.09310869127511978,0.05259247124195099,0.01955968141555786,0.04983755946159363 +475,-2.6050048575280176,-1.2595262194993102,2.7357386116849685,-0.15656620264053345,0.9519453644752502,0.26322460174560547,1.388718605041504,-1.016603946685791,-0.40887942910194397,-0.011555135250091553,0.07408618927001953,0.01717090606689453 +476,-2.405901037876521,-1.3283976787349412,2.9836050661496465,-0.16108569502830505,0.9707649946212769,0.17795197665691376,0.5434681177139282,0.42511290311813354,0.14127199351787567,-0.08839550614356995,-0.056458353996276855,0.2615926265716553 +477,-2.1545123157674295,-1.3680669407758823,-3.0456255652141264,-0.16800524294376373,0.9795206785202026,0.11096620559692383,0.5464162230491638,0.6516761183738708,-0.27993136644363403,-0.04712840914726257,-0.05785930156707764,0.06754636764526367 +478,-1.6665898710025129,-1.349507853331946,-2.666759443916042,-0.2184806615114212,0.9756154417991638,0.020993290469050407,0.7006565928459167,1.1518865823745728,-0.5034698247909546,-0.04732748866081238,0.11851602792739868,-0.13479328155517578 +479,-1.5046008150556078,-1.3445232713701254,-2.522118811376729,-0.22385607659816742,0.9745092988014221,-0.01483994908630848,0.22531302273273468,-0.6594208478927612,0.29770928621292114,-0.018270373344421387,-0.13552004098892212,-0.06398695707321167 +480,-1.3347988026500883,-1.3710627488964031,-2.2966928451021573,-0.1929081529378891,0.9801194667816162,-0.04639029502868652,0.5343958139419556,-0.24263101816177368,0.4618692398071289,-0.08306226134300232,-0.05961787700653076,0.030109170824289322 +481,-1.050075725490339,-1.3770323396710569,-1.96923824301229,-0.16703248023986816,0.9812864065170288,-0.09579630941152573,0.5767529606819153,-0.137243390083313,0.1848922073841095,-0.15266965329647064,0.02791452407836914,0.036012426018714905 +482,-0.9170827463143142,-1.3598920708069855,-1.8621527079271012,-0.16618376970291138,0.9778420329093933,-0.12731017172336578,-0.14031456410884857,0.7109591364860535,-0.3768690526485443,-0.09297148883342743,0.09570527076721191,0.03337712585926056 +483,-0.9845518139844364,-1.3358337557519024,-2.006157132384436,-0.19393344223499298,0.972523033618927,-0.12879705429077148,0.023988019675016403,0.7750296592712402,-0.20242400467395782,0.07958406209945679,0.08033335208892822,0.056256771087646484 +484,-0.8282255434194067,-1.3441821897899282,-1.9400071072095697,-0.16552911698818207,0.9744327068328857,-0.15192507207393646,0.2663861811161041,1.4214972257614136,0.6062966585159302,0.23135550320148468,0.008065581321716309,0.013924583792686462 +485,-0.6991255249812572,-1.3803134236888368,-1.9211887247758384,-0.12184501439332962,0.9819129109382629,-0.14491650462150574,-0.5511947274208069,0.5509968400001526,0.2551591396331787,0.00650382786989212,0.0064446330070495605,-0.08959577977657318 +486,-0.5445127983483035,-1.4052963744589715,-1.8555039457812257,-0.08533874899148941,0.9863361120223999,-0.14092054963111877,0.19315040111541748,0.4878306984901428,0.03081412799656391,-0.0701177790760994,-0.0027544498443603516,-0.1689855009317398 +487,-0.5157713958317729,-1.3736361514598314,-1.8246188580664162,-0.09661182016134262,0.9806268215179443,-0.17040309309959412,0.31605103611946106,-0.04231090843677521,-0.19821123778820038,-0.12183299660682678,0.021707773208618164,0.04331260919570923 +488,-0.512942669668254,-1.348566283152168,-1.8388167666478403,-0.10816246271133423,0.9754083752632141,-0.19204013049602509,0.012008704245090485,0.6654137372970581,-0.12263744324445724,-0.062354475259780884,-0.02589970827102661,0.189949631690979 +489,-0.4818121660017743,-1.3590483048591768,-1.9253227716642598,-0.09738948196172714,0.9776650071144104,-0.1862429529428482,-0.40117770433425903,1.7791049480438232,-0.1685962826013565,0.005775719881057739,-0.0422859787940979,0.07602870464324951 +490,-0.4468828510858557,-1.3613822262058917,-2.0444026384485303,-0.08983957767486572,0.978152871131897,-0.18747186660766602,0.34219154715538025,0.11766410619020462,-0.13764376938343048,0.06367073208093643,0.006283104419708252,-0.1911139339208603 +491,-0.40758571894963,-1.3389249034567325,-2.0097829041986603,-0.09109088033437729,0.9732380509376526,-0.2109738290309906,0.23854506015777588,-0.2627365291118622,-0.17771510779857635,0.012508101761341095,-0.11860865354537964,-0.056115955114364624 +492,-0.392181821842356,-1.3234811273123512,-1.9831271689388752,-0.09356468915939331,0.9695731401443481,-0.22621601819992065,-0.15683579444885254,0.6970124840736389,0.2022707462310791,-0.02006751298904419,-0.0025168657302856445,0.05368494987487793 +493,-0.3375298931428136,-1.351392462004657,-1.9937775547648415,-0.07207567989826202,0.9760273694992065,-0.20536716282367706,-0.07390309870243073,0.2524659335613251,0.015689266845583916,-0.06198805570602417,0.05725204944610596,-0.11734098196029663 +494,-0.28449045670670786,-1.3580485571339256,-1.941004222028177,-0.05926213040947914,0.977454423904419,-0.20265933871269226,-0.11761320382356644,-0.2217760533094406,0.1412043422460556,0.004071086645126343,-0.007972002029418945,-0.07236504554748535 +495,-0.37807277467240635,-1.387678396787464,-1.9757560514134596,-0.067217156291008,0.9832807183265686,-0.16923609375953674,-0.17828311026096344,-0.19044889509677887,-0.02852669358253479,-0.1227853000164032,0.036143720149993896,0.08418363332748413 +496,-0.3903708283998087,-1.3945788994223651,-1.9894118125623181,-0.06670980155467987,0.9845138192176819,-0.16211827099323273,-0.05714793875813484,0.008324879221618176,0.08276962488889694,0.034376442432403564,0.02960050106048584,-0.03143942356109619 +497,-0.41660041580985546,-1.3787409816822378,-1.979975526198849,-0.07723920047283173,0.9816139936447144,-0.17455139756202698,0.23144413530826569,-0.4879249334335327,0.0011723157949745655,0.027617603540420532,0.07658302783966064,0.07562863826751709 +498,-0.3402830120765549,-1.3407994938053234,-1.9170670017956097,-0.07608729600906372,0.9736671447753906,-0.21490226686000824,0.13681228458881378,0.290779709815979,0.118415966629982,0.030844956636428833,-0.008518218994140625,-0.019838929176330566 +499,-0.2618955835562569,-1.3446872551716298,-1.8344922892007074,-0.05804486945271492,0.9745460748672485,-0.2165430784225464,0.17533113062381744,-0.04391391575336456,0.19515681266784668,-0.08735615015029907,0.057085394859313965,-0.005792737007141113 +500,-0.1335637396100603,-1.3212047411684267,-1.6861175215983173,-0.03289330005645752,0.9690133929252625,-0.24480797350406647,0.3106979727745056,-0.373310387134552,0.38377511501312256,-0.020115729421377182,-0.051655113697052,0.03113916516304016 +501,-0.03019634997782303,-1.3302494514221541,-1.5228075719460998,-0.007192692719399929,0.971207857131958,-0.2381250113248825,-0.7929590940475464,-0.3579208254814148,0.3752717971801758,-0.1079806387424469,-0.13267642259597778,-0.09929254651069641 +502,0.04152025029678403,-1.3417438461935267,-1.3817674543895588,0.0094246631488204,0.9738819599151611,-0.22685910761356354,0.32639560103416443,-0.46319183707237244,0.2364869862794876,0.03137734532356262,0.1386515498161316,0.10617734491825104 +503,0.1006255550741819,-1.3388102860095004,-1.3426644816534117,0.023095862939953804,0.9732117056846619,-0.2287476360797882,0.05940333381295204,0.7597753405570984,0.10748088359832764,0.0013792198151350021,0.07851552963256836,0.11018684506416321 +504,0.21554998616348828,-1.3548980320123034,-1.3131791242680948,0.04581943154335022,0.976784348487854,-0.2092674970626831,-0.7931506633758545,1.1243906021118164,-0.011537797749042511,-0.12469214200973511,0.09166651964187622,-0.1157904714345932 +505,0.1562705424970387,-1.3942365075869652,-1.371988424602543,0.027336349710822105,0.9844537377357483,-0.1735033541917801,0.09812203794717789,-1.5923110246658325,-0.3306547701358795,-0.08429738879203796,0.15447747707366943,-0.12280702590942383 +506,-0.17659337196770913,-1.358433234566039,-1.5326834602633876,-0.03702758252620697,0.9775355458259583,-0.2074929177761078,0.29425767064094543,-1.6123946905136108,-0.29626116156578064,-0.08226561546325684,0.04837393760681152,0.09112939238548279 +507,-0.43601317173986454,-1.3993029483227808,-1.7221418575650322,-0.07207205146551132,0.9853309988975525,-0.15468788146972656,-1.076612114906311,0.43245023488998413,-0.1914960891008377,-0.04535961151123047,-0.13038110733032227,0.05863380432128906 +508,-1.1399835268454361,-1.475117213402231,-2.4941342679361793,-0.08680461347103119,0.9954262375831604,-0.03989584743976593,-1.2198486328125,0.7079652547836304,-0.24163152277469635,-0.044771939516067505,-0.0859566330909729,-0.11455357074737549 +509,-2.024324645784654,-1.437633575500009,2.820430980099797,-0.11934794485569,0.9911469221115112,0.05817187577486038,-0.5755101442337036,0.45490148663520813,-0.43066394329071045,0.07518899440765381,-0.01640021800994873,-0.2643181085586548 +510,-1.8811134772502152,-1.388802288647706,2.984879397990553,-0.1723455935716629,0.9834847450256348,0.05526730790734291,0.7598336338996887,-0.8775778412818909,-0.6535934805870056,0.1104864627122879,-0.007044434547424316,-0.1966705322265625 +511,-1.344613759348141,-1.3422204071148773,-2.5992959025553883,-0.22081947326660156,0.9739900827407837,-0.050815023481845856,1.6698966026306152,-2.270042896270752,-0.19309797883033752,0.21485331654548645,-0.02345907688140869,-0.04287397861480713 +512,-1.1262413690284265,-1.312455535132115,-2.221647490136069,-0.2306450456380844,0.966815173625946,-0.10986938327550888,0.5381739139556885,-1.054337739944458,0.09765331447124481,0.0981529951095581,0.06774598360061646,0.11734616756439209 +513,-1.2561448796140569,-1.3913691067807785,-2.318253910436063,-0.1697041392326355,0.9839460849761963,-0.05523257330060005,-0.6552519202232361,-0.3875027298927307,1.5837610960006714,-0.1306498646736145,-0.06759476661682129,0.5577197670936584 +514,-1.86994977704631,-1.4589577273997953,-2.9197088634792268,-0.10664833337068558,0.9937525987625122,0.032891299575567245,-1.6841955184936523,0.7510636448860168,-1.7254666090011597,0.045140184462070465,0.03340798616409302,0.12717342376708984 +515,-2.4255131296792216,-1.2932848607002434,2.6532704936673692,-0.17983849346637726,0.9617401957511902,0.2066740095615387,-2.198770523071289,1.809981107711792,0.5958930253982544,0.34081870317459106,-0.14397579431533813,-0.04297766089439392 +516,-2.4909433286954377,-1.1229336823457285,2.34387159931894,-0.26229387521743774,0.9013746976852417,0.34456610679626465,-1.1571604013442993,0.0833909884095192,0.252658486366272,0.15029436349868774,-0.04198431968688965,-0.39595767855644226 +517,-2.519245805975865,-1.1738289766141967,2.4193903991977193,-0.2253795713186264,0.922237753868103,0.3141362965106964,1.2643280029296875,-1.1558279991149902,-0.2580651044845581,-0.1601947546005249,-0.11227071285247803,-0.327869176864624 +518,-2.5502026124986608,-1.1872400764482616,2.564820653744068,-0.2086339145898819,0.9273396730422974,0.3106655776500702,0.556829035282135,-1.6609926223754883,-0.6825368404388428,0.014603137969970703,-0.0029469728469848633,0.19407987594604492 +519,-2.1825703060013715,-1.2517797892002749,2.884067849407306,-0.2567492723464966,0.9495443105697632,0.18012571334838867,-0.042925961315631866,-0.27952277660369873,-0.05702165514230728,0.03040042519569397,-0.07739782333374023,0.23755310475826263 +520,-2.3837051489117203,-1.1961344511825032,2.7315397797964254,-0.25155526399612427,0.9306313991546631,0.2657913863658905,-0.565697193145752,-0.35712265968322754,-0.012115051038563251,0.10087475180625916,0.12918299436569214,-0.011595278978347778 +521,-2.407309167346476,-1.1732791591048486,2.706079788965838,-0.2593986988067627,0.9220250248908997,0.2873710095882416,-0.12451111525297165,0.14744138717651367,-0.13296985626220703,0.0998222827911377,0.038088440895080566,0.030866354703903198 +522,-2.4255425712779934,-1.1474527444062539,2.6577868561189764,-0.26966050267219543,0.9117204546928406,0.309917688369751,-0.46044281125068665,0.4312761127948761,0.026598943397402763,0.011451303958892822,-0.0073015689849853516,0.015140265226364136 +523,-2.43263049493908,-1.1211885985366845,2.5988487322281983,-0.28295257687568665,0.9006176590919495,0.3298870325088501,-0.2104877233505249,0.44583597779273987,0.017198190093040466,-0.03748196363449097,-0.005369365215301514,-0.06926694512367249 +524,-2.426466757960641,-1.106825038688961,2.574063093182901,-0.293433278799057,0.8942824006080627,0.3378695249557495,-0.1713603138923645,0.19915704429149628,0.02289735898375511,-0.045998454093933105,0.01640784740447998,-0.0460757315158844 +525,-2.4350215163435593,-1.0933776057445619,2.5607322574612974,-0.29831334948539734,0.8881839513778687,0.34948328137397766,0.13160520792007446,-0.5966212749481201,-0.03125075250864029,-0.05845242738723755,0.018981575965881348,-0.05298972129821777 +526,-2.4867602054288014,-1.0805881875298091,2.5510926119938913,-0.2867353558540344,0.8822348713874817,0.3734224736690521,-0.39655548334121704,0.22815467417240143,0.17048737406730652,-0.07353988289833069,-0.07115399837493896,-0.0232333242893219 +527,-2.536496798342071,-1.084938930405264,2.5454857799177075,-0.2656297981739044,0.8842748999595642,0.3840556740760803,0.2328512817621231,-0.37366601824760437,-0.0741017535328865,-0.13946053385734558,-0.025800228118896484,-0.16202497482299805 +528,-2.4749562240108287,-1.101879959937338,2.628546266095401,-0.2794429063796997,0.8920585513114929,0.35516658425331116,0.7781397104263306,0.5216224789619446,-0.313073992729187,-0.11424911022186279,0.00425797700881958,0.01009833812713623 +529,-2.3435441516796414,-1.1354925836406904,2.7470906882540715,-0.30192530155181885,0.9067419767379761,0.29438140988349915,0.4460916519165039,0.156078040599823,-0.046977363526821136,0.06709250807762146,-0.010822057723999023,0.12888219952583313 +530,-2.3091573919444484,-1.140473758300934,2.7610769413654337,-0.30852311849594116,0.9088312387466431,0.28078341484069824,-0.06089454144239426,0.12537799775600433,0.015999246388673782,-0.00234416127204895,0.022351622581481934,-0.019720792770385742 +531,-2.303165981149922,-1.1495143390788143,2.782913225133464,-0.30407771468162537,0.9125654697418213,0.2734248638153076,0.3364599049091339,-0.26322314143180847,-0.04856402054429054,-0.06484931707382202,0.011033833026885986,-0.019472837448120117 +532,-2.2881240031895307,-1.1677795834510063,2.834772273040182,-0.29554441571235657,0.91988205909729,0.25781843066215515,0.14865687489509583,-0.33731746673583984,0.0017721813637763262,-0.017077654600143433,0.00438845157623291,0.049341052770614624 +533,-2.2987375091445537,-1.172929167806262,2.847680914517297,-0.2892513573169708,0.9218894839286804,0.2577856481075287,0.0731738731265068,-0.2528570294380188,-0.028067786246538162,-0.018121659755706787,0.02842789888381958,0.005886167287826538 +534,-2.3075514013772658,-1.1722114506577612,2.859699395068853,-0.28745800256729126,0.9216111302375793,0.26076945662498474,0.008110134862363338,-0.21749699115753174,-0.02772267907857895,0.02374035120010376,0.010609269142150879,0.006106734275817871 +535,-2.328558449273088,-1.1702644459932294,2.8498484756286624,-0.28322020173072815,0.9208537340164185,0.26798322796821594,-0.07282446324825287,-0.02973293885588646,0.02525847963988781,0.02214229106903076,-0.0016794204711914062,0.009253650903701782 +536,-2.3492927832600152,-1.1689092475747536,2.822429667981188,-0.2784912586212158,0.9203245043754578,0.2746734023094177,-0.08799142390489578,0.08773936331272125,0.044679902493953705,0.019335955381393433,0.011407673358917236,0.007293701171875 +537,-2.353771642770267,-1.1696628115771144,2.7915180559582797,-0.2767668664455414,0.920619010925293,0.27542898058891296,-0.11269209533929825,0.30729877948760986,0.09208559989929199,0.020648032426834106,-0.009043574333190918,0.029823094606399536 +538,-2.3718655999830296,-1.1692393288924774,2.734841150079032,-0.27200937271118164,0.9204535484313965,0.28067120909690857,-0.10717926174402237,0.222453311085701,0.12559005618095398,-0.01767873764038086,0.017885684967041016,-0.03956711292266846 +539,-2.373870187844405,-1.1736019203230206,2.7027506944267765,-0.26865485310554504,0.9221498966217041,0.27832409739494324,0.0007775444537401199,0.18122498691082,0.08101993054151535,-0.005805015563964844,-0.005172908306121826,0.0016594231128692627 +540,-2.370366610318972,-1.1772598393193159,2.6785844573839555,-0.2672750949859619,0.92355877161026,0.2749602496623993,-0.05070267617702484,0.22217583656311035,0.1074066162109375,0.0008414387702941895,-0.01529461145401001,0.025012224912643433 +541,-2.3813626740940586,-1.1852334968818452,2.6471866457998767,-0.2591527998447418,0.926586925983429,0.2725372910499573,0.12326020747423172,0.05926064774394035,0.1340465545654297,-0.011232972145080566,0.043399035930633545,0.001708984375 +542,-2.3548950759931646,-1.1997837492403867,2.65242881922284,-0.25670093297958374,0.9319607019424438,0.2560346722602844,0.02451593615114689,0.22132781147956848,0.09113351255655289,0.024187564849853516,-0.018371284008026123,0.11168691515922546 +543,-2.377666760797767,-1.2006997137120856,2.610295916256882,-0.2502143085002899,0.9322924017906189,0.26119714975357056,0.1194826140999794,0.08549770712852478,0.08702172338962555,0.06239384412765503,0.004246354103088379,-0.015072792768478394 +544,-2.370752851227718,-1.2148645090386527,2.59618434898006,-0.24278788268566132,0.937322199344635,0.24996201694011688,-0.07885220646858215,0.3827606439590454,0.05530491843819618,0.00824505090713501,0.06841498613357544,0.12250503897666931 +545,-2.3815890989513497,-1.2000749576457397,2.5338445105443936,-0.2495887130498886,0.9320662617683411,0.26259830594062805,-0.26539894938468933,0.4654509127140045,0.03492464870214462,0.015167981386184692,-0.01904141902923584,-0.021219521760940552 +546,-2.3885309737151554,-1.195646665503611,2.4961870552042704,-0.2505798935890198,0.930452823638916,0.2673332393169403,0.00806766003370285,0.2757638394832611,0.08393636345863342,0.004287779331207275,0.020856261253356934,-0.03723075985908508 +547,-2.3767320872109132,-1.197926297269142,2.4757062821016653,-0.2522473633289337,0.9312856793403625,0.2628272473812103,-0.1130790263414383,0.4081331491470337,0.10129619389772415,0.01794871687889099,-0.0010794401168823242,-0.008905798196792603 +548,-2.3733988213600523,-1.1984782431476997,2.4479543394810297,-0.25276508927345276,0.9314866065979004,0.2616155445575714,-0.11237701028585434,0.4343916177749634,0.1025397926568985,0.002063155174255371,0.02092134952545166,-0.020877569913864136 +549,-2.362639052773536,-1.2026235012489006,2.422296652710707,-0.25285014510154724,0.9329864978790283,0.2561303675174713,-0.03957930952310562,0.46366727352142334,0.13935476541519165,0.007549881935119629,-0.0005220174789428711,-0.061489254236221313 +550,-2.347153501444646,-1.2060809322554698,2.4012634744821297,-0.2544831931591034,0.93422532081604,0.2499227523803711,-0.03932560980319977,0.5613007545471191,0.028761472553014755,-0.07538127899169922,0.05408644676208496,-0.044676780700683594 +551,-2.320817208476024,-1.1999651135035367,2.3839549777934814,-0.2651519775390625,0.9320264458656311,0.24702496826648712,-0.22276538610458374,0.6384835839271545,0.07539549469947815,-0.006240904331207275,-0.013828694820404053,-0.06582686305046082 +552,-2.3170469632967254,-1.1983175038010774,2.3339956002473468,-0.26720866560935974,0.931428074836731,0.24706581234931946,-0.09187109768390656,0.592859148979187,0.1577610820531845,-0.07341331243515015,0.012419700622558594,-0.10535737872123718 +553,-2.2730359834365785,-1.206931915352379,2.3307580494847158,-0.2716842591762543,0.9345285296440125,0.22987863421440125,-0.00041555147618055344,0.6162651777267456,0.0791916698217392,-0.03820648789405823,0.004985630512237549,0.021448850631713867 +554,-2.262622421341595,-1.2017645943537936,2.293004461313433,-0.2777787148952484,0.9326770305633545,0.2301148623228073,-0.2333557903766632,0.4671081602573395,0.06355904787778854,-0.04943081736564636,0.010239958763122559,-0.047680824995040894 +555,-2.274336381624055,-1.1964125714333798,2.2677102006136045,-0.2788659930229187,0.9307331442832947,0.23657821118831635,-0.03323233872652054,0.11367788910865784,0.012176215648651123,-0.07616019248962402,0.020346999168395996,-0.06934194266796112 +556,-2.261740207404082,-1.1966454415488663,2.2952632390693557,-0.2816571593284607,0.9308183193206787,0.23290911316871643,-0.0040606725960969925,-0.09260444343090057,0.003528534434735775,-0.032628148794174194,-0.01982283592224121,-0.022368311882019043 +557,-2.248373716755683,-1.1992412941353292,2.336445534002402,-0.2828611135482788,0.9317638874053955,0.22760769724845886,0.10667362064123154,-0.10108520090579987,0.00410711532458663,-0.012762576341629028,0.007261812686920166,-0.012413069605827332 +558,-2.2362744561867443,-1.2038657579443244,2.3716518075581967,-0.2822020947933197,0.9334328770637512,0.22150614857673645,0.004056102596223354,-0.01825721748173237,0.017699573189020157,0.0007689893245697021,0.004433274269104004,-0.0027561187744140625 +559,-2.2347861900950403,-1.2072961394234125,2.389551753149105,-0.28000810742378235,0.9346580505371094,0.219111368060112,0.05486484616994858,-0.043274763971567154,0.033838313072919846,-0.0022031962871551514,0.019016265869140625,-0.015498042106628418 +560,-2.2343051793321753,-1.2120154463704418,2.405856159326055,-0.2766350507736206,0.9363256096839905,0.21625740826129913,0.01604633778333664,-0.010646487586200237,0.012815146706998348,-0.012107014656066895,0.021575331687927246,-0.01923598349094391 +561,-2.2358761791989927,-1.2118769628097892,2.4158355073978344,-0.27639731764793396,0.9362769722938538,0.21677201986312866,-0.07518190145492554,0.006106841377913952,0.01760736107826233,-0.014068961143493652,0.010561466217041016,-0.0053615570068359375 +562,-2.243574469292443,-1.2100983680584376,2.422718900447644,-0.2760221064090729,0.9356507062911987,0.21993055939674377,0.0067599015310406685,-0.044128574430942535,0.00952817965298891,-0.005487263202667236,0.014056265354156494,-0.01917065680027008 +563,-2.2396389178092324,-1.212288654324505,2.4399413382576323,-0.27527710795402527,0.9364215135574341,0.21757131814956665,-0.012062249705195427,-0.006985227111726999,0.01013182569295168,-0.007239341735839844,0.0007122159004211426,-0.006862655282020569 +564,-2.2394244649017754,-1.213125250184597,2.45161067364983,-0.27470895648002625,0.9367147088050842,0.21702657639980316,0.030967172235250473,-0.016644515097141266,0.0049353353679180145,0.0007526278495788574,0.01950782537460327,-0.011322855949401855 +565,-2.2368620435317292,-1.2144714117354458,2.4617407441405037,-0.27427297830581665,0.9371851086616516,0.2155430018901825,-0.05410982668399811,0.038956910371780396,0.007363818120211363,-0.006519317626953125,0.012476325035095215,-0.004254534840583801 +566,-2.243043092722599,-1.211258754247288,2.462397221976801,-0.27528947591781616,0.9360596537590027,0.2191077470779419,-0.021201876923441887,-0.03537748008966446,-0.03293544426560402,-0.021020978689193726,0.00957334041595459,-0.023841023445129395 +567,-2.238964689747985,-1.2049127867439289,2.482317765284336,-0.280837744474411,0.9338080286979675,0.2216588407754898,-0.053138770163059235,-0.08885375410318375,-0.09229650348424911,-0.026840418577194214,0.007109880447387695,0.002706378698348999 +568,-2.2366571641026542,-1.1934507351039556,2.507455279275646,-0.28974682092666626,0.9296459555625916,0.22760741412639618,0.013516505248844624,-0.22436901926994324,-0.13459262251853943,-0.02839893102645874,0.006373941898345947,-0.03928352892398834 +569,-2.22033076831649,-1.1852724516828597,2.5586654885470166,-0.29946911334991455,0.9266015887260437,0.227437824010849,0.08891814202070236,-0.3324681222438812,-0.18715904653072357,-0.02806079387664795,0.0036658048629760742,-0.027547717094421387 +570,-2.1999936250011327,-1.1760788179661166,2.6290928659121477,-0.31090685725212097,0.9231052398681641,0.22630475461483002,0.17854419350624084,-0.4113450348377228,-0.23634827136993408,-0.010611116886138916,-0.0027561187744140625,-0.01939558982849121 +571,-2.1799608130495916,-1.1649762511768107,2.7096292291447783,-0.32376354932785034,0.9187789559364319,0.22588202357292175,0.1864115297794342,-0.5151618123054504,-0.2861489951610565,-0.046429991722106934,0.02581644058227539,-0.013830631971359253 +572,-2.1631578125643194,-1.147621642206747,2.790221372368647,-0.340690940618515,0.9117898344993591,0.22927860915660858,0.09929780662059784,-0.49788692593574524,-0.2984820008277893,0.01895943284034729,-0.008454382419586182,0.0057981908321380615 +573,-2.1639909623331994,-1.1308141080465117,2.848626033979394,-0.35315796732902527,0.9047592282295227,0.2380964159965515,0.13940021395683289,-0.4905102252960205,-0.2634153664112091,-0.006827354431152344,0.024027884006500244,-0.03533770143985748 +574,-2.153133272546145,-1.1188941636174046,2.9166042258794467,-0.3647040128707886,0.8996180891990662,0.24016258120536804,0.18904423713684082,-0.3829072117805481,-0.2181997001171112,0.021732240915298462,0.009118974208831787,-0.019062772393226624 +575,-2.134855902677466,-1.1176037521218067,2.9800698360341156,-0.37001344561576843,0.8990538716316223,0.23407761752605438,0.2575635015964508,-0.3499870002269745,-0.0982288122177124,0.021716326475143433,0.024697959423065186,-0.0283585786819458 +576,-2.1124394066134644,-1.1192984842008755,3.033721499718989,-0.3738609552383423,0.8997945785522461,0.22493916749954224,0.05848000571131706,-0.17878194153308868,-0.08789153397083282,-0.020151466131210327,0.002137124538421631,0.040640100836753845 +577,-2.117615820930524,-1.1130655546520503,3.04374856798091,-0.377474844455719,0.8970575928688049,0.22978314757347107,0.009347234852612019,-0.24046479165554047,-0.06549692898988724,-0.025494515895843506,-0.004159152507781982,-0.02217210829257965 +578,-2.1281548013001355,-1.1084648071944836,3.0662966404002505,-0.3785308599472046,0.8950150012969971,0.23592911660671234,0.060573138296604156,-0.4054955542087555,-0.11047718673944473,-0.0314575731754303,0.02682948112487793,0.008760809898376465 +579,-2.1506413332422984,-1.1005880132982948,3.0812690215623357,-0.37901660799980164,0.8914739489555359,0.2482357770204544,0.03660212457180023,-0.4090249240398407,-0.10708971321582794,0.04079020023345947,-0.018060684204101562,-0.0033169686794281006 +580,-2.17722644300272,-1.0967438766295294,3.087258286556081,-0.3750969171524048,0.8897256851196289,0.26017409563064575,0.06518714129924774,-0.3822310268878937,-0.054379791021347046,0.03693166375160217,0.004195213317871094,-0.012874960899353027 +581,-2.2029304434045294,-1.096699494181938,3.0966090513160625,-0.36831775307655334,0.8897054195404053,0.2697516679763794,0.1727747619152069,-0.538049578666687,-0.08393487334251404,0.020936250686645508,0.0508766770362854,-0.02284926176071167 +582,-2.2186256560304924,-1.0971523232496414,3.1199443307587336,-0.36371758580207825,0.8899120688438416,0.2752559781074524,0.07773499935865402,-0.389632910490036,-0.08458614349365234,0.07526543736457825,0.012187480926513672,0.029873937368392944 +583,-2.2455291310800396,-1.092731647917486,3.1128000628765906,-0.35925018787384033,0.8878869414329529,0.2873953580856323,-0.04734329134225845,-0.2307918816804886,-0.030149271711707115,0.027081608772277832,0.04784303903579712,-0.011241793632507324 +584,-2.2594058280087403,-1.0918935951491497,3.1046824483762423,-0.35580208897590637,0.887501060962677,0.29282552003860474,-0.0358501598238945,-0.16911141574382782,0.007647828198969364,0.04377514123916626,0.0329548716545105,0.04096043109893799 +585,-2.286272492764285,-1.0949554325256952,3.0747474313079493,-0.34575504064559937,0.8889078497886658,0.3004942238330841,0.006616275757551193,-0.06323297321796417,0.032943278551101685,0.028662115335464478,-0.007331132888793945,-0.01672646403312683 +586,-2.3056707761863384,-1.1007915236107226,3.051246017709891,-0.3360064923763275,0.8915660977363586,0.3036606013774872,-0.016528822481632233,-0.06994426995515823,0.05720101296901703,-0.01830264925956726,0.03333026170730591,-0.013285845518112183 +587,-2.380045127634417,-1.096998882323701,2.970659456339789,-0.31484469771385193,0.8898420333862305,0.3302331566810608,-0.6519152522087097,-0.4808974266052246,0.4048483669757843,0.17859899997711182,0.019215524196624756,0.11439263820648193 +588,-2.606236697531163,-1.1411618656853502,2.8694259735122922,-0.21249598264694214,0.9091180562973022,0.3582594096660614,0.5308014154434204,-1.8638559579849243,0.958021342754364,0.09201256930828094,0.051712632179260254,-0.004942178726196289 +589,-2.8316599034228083,-1.219697778220888,2.6898878083309876,-0.10489677637815475,0.9389954805374146,0.32754310965538025,0.3610910475254059,0.03751538321375847,0.3871719241142273,-0.25862860679626465,-0.079925537109375,0.05583396553993225 +590,-2.7328504416934667,-1.222092864719219,2.706131684425069,-0.13580256700515747,0.9398164749145508,0.31353285908699036,-0.24281400442123413,1.4814857244491577,-0.221787229180336,0.07275323569774628,0.020068228244781494,-0.03296944499015808 +591,-2.6350013341449796,-1.2362781734036852,2.698695507076852,-0.15929792821407318,0.9445686340332031,0.2870791554450989,-0.005759923718869686,0.5584456920623779,0.5190652012825012,0.1437492072582245,-0.08267593383789062,0.0204770565032959 +592,-2.703552582874118,-1.27141075954878,2.5793878182918153,-0.12510009109973907,0.9555178880691528,0.2670862376689911,0.27733251452445984,0.08616537600755692,0.062019288539886475,-0.23981383442878723,0.08008062839508057,0.05948227643966675 +593,-2.705259077196073,-1.283291964989762,2.571716997312098,-0.11983798444271088,0.9589545130729675,0.25699254870414734,-0.055704228579998016,0.22604022920131683,-0.03715171664953232,-0.10597684979438782,0.01298457384109497,0.004115939140319824 +594,-2.6793062575226556,-1.2865378118022033,2.580715100109563,-0.12507778406143188,0.9598698616027832,0.2510091960430145,-0.024796558544039726,-0.13223063945770264,-0.12315918505191803,0.03302152454853058,-0.010498404502868652,0.07243135571479797 +595,-2.636753396426861,-1.2753563133017614,2.6324569055957037,-0.14082477986812592,0.9566740989685059,0.25483912229537964,-0.16348448395729065,0.1319163292646408,0.07398064434528351,-0.03469705581665039,-0.012231409549713135,0.017804980278015137 +596,-2.6128384754225866,-1.3065070683071278,2.606937427722101,-0.13177651166915894,0.9652783870697021,0.22555020451545715,0.8755555152893066,0.5341727137565613,-0.03161395713686943,-0.03904564678668976,-0.0419231653213501,-0.11588522791862488 +597,-2.309892712222614,-1.3585929890802018,2.799425171231065,-0.1556602567434311,0.9775692224502563,0.1418740302324295,0.5505423545837402,0.23215870559215546,0.02525486797094345,-0.04909743368625641,0.024063408374786377,0.02206633985042572 +598,-2.2889204657787174,-1.3516835095568809,2.7835343635099874,-0.16368399560451508,0.976090669631958,0.14301961660385132,-0.45941147208213806,0.40548184514045715,-0.23785251379013062,-0.09495246410369873,0.05798220634460449,0.016160011291503906 +599,-2.3735985827784423,-1.3170751484925587,2.6713130469173008,-0.17437352240085602,0.9679850935935974,0.18055129051208496,-0.5233113765716553,-0.142926886677742,0.03955478221178055,0.03832617402076721,-0.04832261800765991,0.07367539405822754 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/standing/w1.csv b/BoostRunClub/CoreML/DataSet/Motion/standing/w1.csv new file mode 100644 index 0000000..81f3811 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/standing/w1.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-2.459838813101393,-1.2787363100795108,2.575212732960521,-0.18143828213214874,0.957652747631073,0.22356559336185455,-0.13493716716766357,-0.37971535325050354,0.03403059393167496,0.020229175686836243,-0.0035969018936157227,-0.08384081721305847 +1,0.1465942542402046,0.4051736829141495,2.112929829018387,0.13424307107925415,-0.3941783905029297,-0.9091766476631165,-0.3278040587902069,0.4602820575237274,0.008463958278298378,0.008945390582084656,-0.014223068952560425,-0.01092827320098877 +2,0.12806435907207875,0.40885985597493046,2.1163544160579644,0.11718767881393433,-0.3975634276866913,-0.9100606441497803,0.07128972560167313,-0.3251951336860657,-0.1123758852481842,0.011474423110485077,-0.0041242241859436035,0.04279685020446777 +3,0.11910199658668999,0.405150078528998,2.1120530457685986,0.10920128226280212,-0.39415669441223145,-0.9125325083732605,0.11688206344842911,-0.1266009509563446,-0.0528564453125,0.030843883752822876,0.0009987354278564453,-0.022617638111114502 +4,0.12416923322796153,0.40050081711925617,2.1069561810691875,0.11404961347579956,-0.38987958431243896,-0.9137760400772095,-0.2323789894580841,0.23305583000183105,-0.027297962456941605,0.02086859941482544,-0.006360650062561035,0.0028873682022094727 +5,0.09629223130102335,0.4068294680345279,2.112482906967437,0.08829626441001892,-0.39569956064224243,-0.9141256213188171,0.06259609758853912,-0.32490119338035583,0.0265063364058733,0.021536491811275482,0.007393956184387207,0.015520274639129639 +6,0.06361226227761083,0.3956015508620797,2.133294760197114,0.05865958333015442,-0.3853633403778076,-0.9208985567092896,-0.028444413095712662,-0.30673474073410034,-0.0418371744453907,-0.04274465888738632,0.017611265182495117,-0.03843677043914795 +7,0.0602489068780969,0.3743419509393293,2.122686688671049,0.05604265630245209,-0.3656601309776306,-0.9290596842765808,-0.8296514749526978,0.299477219581604,-0.2701869308948517,-0.03910540044307709,0.024321019649505615,0.1388222575187683 +8,0.10822976415477302,0.2791518563450329,2.1032236582571726,0.10383713990449905,-0.27554044127464294,-0.955664873123169,-0.07959423959255219,0.27769991755485535,-0.12701402604579926,0.014540545642375946,0.07825955748558044,-0.11577677726745605 +9,0.09291145063885861,0.29405104192467596,2.1008718566678946,0.08879558742046356,-0.2898317575454712,-0.952949583530426,-0.08001617342233658,-0.19987501204013824,-0.10730467736721039,-0.004216119647026062,0.006155610084533691,0.057731688022613525 +10,0.0906696534443736,0.29341092030425475,2.1126469184549643,0.08667582273483276,-0.28921905159950256,-0.9533308148384094,0.35470110177993774,-0.330954372882843,-0.09209638088941574,-0.05461712181568146,0.012378901243209839,-0.058235347270965576 +11,0.0754493701386842,0.3175653402811293,2.079436852401033,0.07160880416631699,-0.31225457787513733,-0.9472957849502563,0.07545269280672073,0.2569807767868042,0.02381371334195137,0.048248983919620514,-0.07064947485923767,0.04705774784088135 +12,0.07670523508815111,0.29434323987796196,2.092402503715209,0.07333440333604813,-0.29011139273643494,-0.9541789293289185,-0.46936917304992676,0.180485337972641,-0.17654280364513397,-0.03103703260421753,-0.006229519844055176,0.025513768196105957 +13,0.06681694712668045,0.259931939868131,2.0935803029546243,0.06452436000108719,-0.25701478123664856,-0.9642509818077087,-0.04781678318977356,-0.2440677136182785,-0.08798827975988388,0.03761797398328781,-0.007023274898529053,-0.006894588470458984 +14,0.05773528638467652,0.2599392945554248,2.0772008040593493,0.055764712393283844,-0.25702187418937683,-0.9647953510284424,0.2533726990222931,-0.218299001455307,-0.06415790319442749,0.025488339364528656,-0.02300742268562317,-0.026278257369995117 +15,0.038737286284254324,0.24925940550002332,2.071786477770398,0.03753073886036873,-0.24668632447719574,-0.9683683514595032,-0.3384658396244049,0.21742910146713257,-0.10009606927633286,-0.06946738064289093,0.00391899049282074,0.047149479389190674 +16,0.05628198849862355,0.24275626177679085,2.053654699896507,0.054602913558483124,-0.2403789758682251,-0.9691421389579773,0.08414437621831894,-0.1192605048418045,-0.07430663704872131,0.010872550308704376,-0.012718558311462402,-0.049717724323272705 +17,0.05571787654936918,0.24333627358011592,2.033868467923174,0.05404842644929886,-0.24094194173812866,-0.969033420085907,0.07128254324197769,-0.10482268035411835,-0.23589231073856354,-0.01860225945711136,-0.006815016269683838,0.008828341960906982 +18,0.04694533414298984,0.244670947415454,2.0069796391447854,0.04553043842315674,-0.24223709106445312,-0.9691481590270996,0.11493467539548874,-0.2954089343547821,-0.2888544499874115,0.009294390678405762,-0.012538909912109375,-0.00897073745727539 +19,0.03934670834925537,0.24475825363831089,1.9787205460616268,0.0381641685962677,-0.24232178926467896,-0.969444990158081,0.038327161222696304,-0.033351920545101166,-0.15358933806419373,0.033979382365942,0.007992580533027649,-0.00536268949508667 +20,0.02404737155462831,0.24574141810046798,1.96275466798627,0.02332267351448536,-0.24327553808689117,-0.9696767926216125,-0.12386307120323181,-0.168869748711586,-0.20122528076171875,0.027168653905391693,-0.01395714282989502,0.008006870746612549 +21,0.016086069185516576,0.22204637485442894,1.9540188075627771,0.015690460801124573,-0.2202262133359909,-0.9753226041793823,-0.4813748896121979,0.2769230604171753,-0.16915395855903625,-0.03467239439487457,0.0254630446434021,0.0116996169090271 +22,0.008472854226100637,0.19552358747675833,1.942952485093035,0.008311313576996326,-0.19428017735481262,-0.9809108972549438,-0.07215087860822678,-0.008451568894088268,-0.09184728562831879,0.04037947952747345,-0.04972311854362488,-0.03318822383880615 +23,0.019183600185177493,0.18930003636909223,1.9524657576436693,0.018839752301573753,-0.18817147612571716,-0.9819554686546326,0.2483862042427063,-0.4231104552745819,0.0034583546221256256,0.0614825114607811,-0.003524690866470337,-0.02733713388442993 +24,0.0022762862229629326,0.1835731292352217,1.9574810903360305,0.0022380375303328037,-0.1825438290834427,-0.9831951856613159,-0.2793600559234619,0.025130117312073708,0.13102096319198608,0.0009357929229736328,-0.004086434841156006,-0.012181401252746582 +25,-0.028984362274098008,0.1932872845143096,1.9613570713122974,-0.02844063565135002,-0.19208599627017975,-0.9809659123420715,0.1989082396030426,-0.07531343400478363,-0.05834250524640083,0.03275887668132782,-0.02660296857357025,0.028771698474884033 +26,-0.016553081788304884,0.18371238649090219,1.9704746176249661,-0.01627378724515438,-0.18268074095249176,-0.9830375909805298,-0.04797070100903511,-0.01622798480093479,0.033514730632305145,0.06328611075878143,-0.004651427268981934,0.0012108087539672852 +27,-0.014672952687093899,0.17866512195369083,1.9798814877850364,-0.014438867568969727,-0.17771610617637634,-0.983975887298584,-0.13528519868850708,0.19518928229808807,0.2723754644393921,0.05839943885803223,0.03562626242637634,-0.024034976959228516 +28,-0.01882431669128279,0.21619639904326546,2.0326176877466087,-0.018385009840130806,-0.21451613306999207,-0.9765474200248718,0.3772018849849701,-0.20105278491973877,0.6714426875114441,0.13172729313373566,0.037331074476242065,0.005050837993621826 +29,-0.05157391454440459,0.22876163020200285,2.1286281108459306,-0.050208043307065964,-0.22677159309387207,-0.9726529717445374,0.11071322113275528,0.22756977379322052,0.7083287239074707,-0.013222739100456238,0.02051854133605957,-0.022876203060150146 +30,-0.003889166102778732,0.22910935061434015,2.165295978762431,-0.003787528956308961,-0.22711023688316345,-0.9738616943359375,0.2581053376197815,-0.06303570419549942,0.033443890511989594,0.06279326975345612,0.023924201726913452,-0.13946533203125 +31,0.01809627501557329,0.2566830427920907,2.1793667509539025,0.01750243827700615,-0.25387367606163025,-0.9670790433883667,0.1822066605091095,0.7192171812057495,0.03794288635253906,0.021300658583641052,0.04978737235069275,0.0148848295211792 +32,0.027482538278710764,0.30042409748049687,2.2010088895825914,0.026248320937156677,-0.2959253489971161,-0.9548503756523132,0.33612173795700073,-0.026287192478775978,0.1851363629102707,0.0012785345315933228,-0.015048801898956299,0.07550162076950073 +33,0.03381491481988054,0.3074927317103382,2.225078600271942,0.032222699373960495,-0.3026699125766754,-0.9525505900382996,0.15289413928985596,0.21224495768547058,0.4615730047225952,0.020038656890392303,0.055141836404800415,-0.01349860429763794 +34,0.04796264917475822,0.3202351265983245,2.26546493698483,0.04550684243440628,-0.314789742231369,-0.9480698704719543,0.12742100656032562,0.20294734835624695,0.46801912784576416,-0.0033620670437812805,0.04824921488761902,0.011317610740661621 +35,0.0357100056221285,0.3497689387569521,2.3162449543402333,0.03354070335626602,-0.34268075227737427,-0.9388529658317566,0.15350738167762756,0.18544146418571472,0.7373536229133606,-0.03309820964932442,0.012602657079696655,0.08703112602233887 +36,0.02233288860089995,0.33572273687661813,2.379779376806549,0.021084345877170563,-0.32945165038108826,-0.9439370036125183,-0.4812465012073517,0.2603921890258789,0.5778501033782959,-0.05503515154123306,-0.022568613290786743,-0.01458960771560669 +37,0.022835864314649238,0.29939516699539986,2.456611937103673,0.021818116307258606,-0.29494231939315796,-0.9552659392356873,0.1652996838092804,-0.13970454037189484,1.0939851999282837,-0.003522828221321106,0.05864471197128296,-0.058146536350250244 +38,0.02049866379571403,0.2873783169482461,2.5611183559005517,0.01965664140880108,-0.283439040184021,-0.9587887525558472,-0.5639223456382751,0.4351052939891815,1.0926810503005981,-0.04506252706050873,-0.037041276693344116,0.06614965200424194 +39,0.01292864093240886,0.2293074577044134,2.6339422418005736,0.01258987095206976,-0.2273031622171402,-0.973742663860321,-0.5590147972106934,0.19089463353157043,0.5914228558540344,-0.07138198614120483,-0.013221129775047302,-0.061077892780303955 +40,0.010161009013709399,0.2073798433982285,2.6776551564849074,0.009943125769495964,-0.20589658617973328,-0.9785232543945312,0.12421464920043945,-0.11103193461894989,0.519575297832489,-0.030756112188100815,-0.0009820759296417236,-0.07062530517578125 +41,-0.002120173199534655,0.23137707314951964,2.71499649190652,-0.0020636722911149263,-0.22931811213493347,-0.9733493328094482,-0.04998902231454849,0.02386876568198204,0.3832266330718994,-0.03203972056508064,-0.02643445134162903,0.04329562187194824 +42,0.00018153636584140593,0.23196525821647776,2.7399344167235316,0.00017667417705524713,-0.2298905849456787,-0.9732164740562439,0.06557708233594894,0.16765306890010834,0.418348103761673,-0.040337804704904556,0.04103255271911621,-0.011829912662506104 +43,0.002830821793452571,0.24735044402035208,2.772473965506769,0.0027446607127785683,-0.24483591318130493,-0.9695606231689453,0.13096433877944946,0.16488325595855713,0.37932872772216797,-0.048734650015830994,-0.014334619045257568,0.026796400547027588 +44,0.010440491146846679,0.2500675170574816,2.796660032169046,0.010115562938153744,-0.24746938049793243,-0.9688429236412048,-0.028131116181612015,0.25280267000198364,0.3584040403366089,-0.02180379256606102,0.030504658818244934,-0.004744112491607666 +45,0.008885127938339165,0.24941145930283506,2.8261382493283307,0.008610090240836143,-0.2468336671590805,-0.9690195918083191,0.1218218132853508,0.14537568390369415,0.3053210377693176,-0.008289655670523643,0.089012011885643,0.007380187511444092 +46,0.002501933217552267,0.2617230876332984,2.8740833546633175,0.00241672876290977,-0.25874534249305725,-0.9659425616264343,0.032378192991018295,0.11267266422510147,0.589386522769928,-0.08670628070831299,-0.014829486608505249,0.020218074321746826 +47,-0.008503472716116707,0.2598217118917816,2.8918109678055286,-0.00821796152740717,-0.25690823793411255,-0.9664008617401123,0.13020792603492737,-0.1672857105731964,-0.10441519320011139,-0.0852573812007904,-0.007969081401824951,-0.054976701736450195 +48,-0.017083742394572023,0.27918714365163216,2.8816602593057543,-0.01642145775258541,-0.27557435631752014,-0.9611395001411438,0.16997379064559937,-0.000661640428006649,-0.03899175673723221,0.007464546710252762,0.02240052819252014,0.0178259015083313 +49,-0.019000722779444434,0.27118926747921884,2.8673281176068453,-0.018305201083421707,-0.2678774297237396,-0.9632790684700012,-0.2532734274864197,-0.05157959833741188,-0.09274059534072876,-0.004232030361890793,-0.021688610315322876,0.04755336046218872 +50,-0.02647363068350871,0.25255533319003515,2.8496236839817084,-0.02563081495463848,-0.24987904727458954,-0.9679377675056458,-0.05736304447054863,-0.032393679022789,-0.18360678851604462,-0.01294340193271637,0.019715458154678345,-0.04233139753341675 +51,-0.021033144222869872,0.24983489655631838,2.8305312551109685,-0.020378630608320236,-0.2472439855337143,-0.9687389135360718,-0.19852033257484436,-0.017233945429325104,-0.1316819190979004,-0.017615754157304764,-0.029565706849098206,0.04315602779388428 +52,-0.015191836322266557,0.2307118496789541,2.7934033159457616,-0.014788742177188396,-0.22867056727409363,-0.9733915328979492,-0.13385426998138428,-0.10141950845718384,-0.5112990140914917,-0.05727851763367653,-0.017957240343093872,-0.03689289093017578 +53,-0.012776467108898487,0.23499411788761954,2.719248600776399,-0.01242497656494379,-0.2328372597694397,-0.9724363088607788,0.18785594403743744,-0.1937108188867569,-0.704781174659729,-0.060023754835128784,-0.05874292552471161,-0.04640829563140869 +54,-0.016286790752664544,0.25586707269044134,2.624699543205174,-0.01575586572289467,-0.25308436155319214,-0.9673159122467041,0.020395133644342422,-0.051014501601457596,-0.9950178861618042,-0.012655999511480331,0.04271140694618225,-0.0066983699798583984 +55,-0.027337189768320818,0.28372820466041615,2.5422323405138263,-0.026240937411785126,-0.2799367308616638,-0.95965975522995,0.454488605260849,-0.42589208483695984,-0.8131964802742004,-0.006687529385089874,0.03109639883041382,0.00032442808151245117 +56,-0.025559387661169355,0.3062954630024417,2.478816220084951,-0.02436712756752968,-0.30152860283851624,-0.9531456828117371,0.34951743483543396,-0.43464478850364685,-0.5515467524528503,0.020628729835152626,0.021865516901016235,-0.032816171646118164 +57,-0.029370606798007463,0.3254033807107835,2.4315790123582257,-0.027825290337204933,-0.3196910321712494,-0.9471132159233093,-0.11569905281066895,0.280863493680954,-0.2753695845603943,0.006203591823577881,0.04060778021812439,0.015854060649871826 +58,-0.027632754768581083,0.3308772953951461,2.4077230227019655,-0.026130564510822296,-0.32487285137176514,-0.9453966617584229,-0.046482957899570465,0.03923740237951279,-0.06747908145189285,0.0224989652633667,0.04900920391082764,0.06786370277404785 +59,-0.01337581596543079,0.3144761551759036,2.4074351023901084,-0.012719467282295227,-0.3093183636665344,-0.9508734941482544,-0.1202021986246109,0.19788718223571777,0.029978636652231216,-0.006842300295829773,0.012611210346221924,0.013251423835754395 +60,-0.011608115450018391,0.2948192853913131,2.4125498170498436,-0.01110703032463789,-0.29056695103645325,-0.9567902088165283,-0.10816861689090729,-0.2876146137714386,0.16244271397590637,0.010847635567188263,0.00953054428100586,-0.03191828727722168 +61,-0.02749712898673102,0.2983530537061032,2.419087655457842,-0.02627904713153839,-0.29394641518592834,-0.9554606080055237,-0.04238409548997879,-0.13034474849700928,0.057651374489068985,-0.02569238655269146,-0.014601528644561768,-0.02177327871322632 +62,-0.042381231839994385,0.3006167061120576,2.4163038063251694,-0.0404684878885746,-0.29610931873321533,-0.954296350479126,-0.031447477638721466,-0.03562609851360321,-0.04330560937523842,-0.017652243375778198,-0.008074641227722168,0.010296106338500977 +63,-0.04393719958304137,0.2985033288435468,2.405842259814107,-0.04198068752884865,-0.29409006237983704,-0.9548553228378296,-0.025737468153238297,-0.04051493853330612,-0.07686901837587357,0.019550271332263947,0.02223944664001465,0.00284421443939209 +64,-0.05364496220518136,0.2955879838511072,2.4041828369765206,-0.05129382386803627,-0.2913023829460144,-0.955254852771759,0.012181678786873817,-0.13343428075313568,0.009041761979460716,-0.003195304423570633,0.016888350248336792,-0.007376313209533691 +65,-0.058998952064970835,0.292391266455297,2.4051047992497034,-0.056462109088897705,-0.28824281692504883,-0.9558912515640259,-0.09033714234828949,-0.023753125220537186,0.017523884773254395,-0.025523360818624496,0.006382495164871216,-0.005595505237579346 +66,-0.061024196537127894,0.289814721264448,2.4022435985422788,-0.05844300612807274,-0.28577467799186707,-0.9565130472183228,-0.034168776124715805,-0.04079835116863251,-0.06173600256443024,-0.02458006888628006,0.0032124221324920654,-0.001891493797302246 +67,-0.06801203039236356,0.2897625126497259,2.3967341620362475,-0.06512649357318878,-0.2857246398925781,-0.9560962319374084,0.05240403488278389,-0.10739763081073761,-0.043403513729572296,-0.013791963458061218,0.002017974853515625,0.004298746585845947 +68,-0.07297715620346244,0.2858125890610256,2.3874614658934195,-0.06995455175638199,-0.2819371819496155,-0.956879198551178,-0.06922917813062668,0.0009794756770133972,-0.10614676028490067,-0.014930099248886108,0.0017247796058654785,-0.0074915289878845215 +69,-0.07444551908603687,0.2836466451254304,2.37241812464449,-0.07140477001667023,-0.27985844016075134,-0.9573822021484375,-0.005283151753246784,-0.059884313493967056,-0.10622616857290268,-0.010946914553642273,-0.003421008586883545,-0.00531005859375 +70,-0.0759643554510603,0.2814507654972145,2.355430296115799,-0.07290525734424591,-0.277749627828598,-0.9578830599784851,-0.05031602829694748,-0.04350612685084343,-0.20424793660640717,-0.03375367820262909,-0.014532476663589478,0.011136233806610107 +71,-0.07782704994533782,0.2774806354258058,2.3254330470260784,-0.07477451860904694,-0.2739335298538208,-0.9588373899459839,-0.13151735067367554,-0.06685027480125427,-0.31063276529312134,-0.04032251983880997,-0.0038069486618041992,0.04402720928192139 +72,-0.07892862728074991,0.26392649091296266,2.28867736378663,-0.07611648738384247,-0.26087307929992676,-0.9623676538467407,-0.17920993268489838,-0.08271819353103638,-0.412431925535202,-0.09523972123861313,-0.007712125778198242,0.03521311283111572 +73,-0.07596049335906475,0.24237338680994272,2.2298830029771484,-0.07366935908794403,-0.24000731110572815,-0.9679717421531677,-0.2968448996543884,-0.1275627762079239,-0.6763536930084229,-0.11009223014116287,0.007112428545951843,-0.00946044921875 +74,-0.06812154946688159,0.22577408604859792,2.1545743689939436,-0.06634136289358139,-0.22386087477207184,-0.9723606109619141,-0.21708860993385315,-0.07322880625724792,-0.7605922222137451,-0.08156207948923111,0.011824727058410645,0.0006351470947265625 +75,-0.05939954227787587,0.20665485716372334,2.079312564163497,-0.058101505041122437,-0.20518708229064941,-0.976996660232544,-0.21923644840717316,-0.09300388395786285,-0.754240870475769,-0.03442778438329697,-0.005613088607788086,-0.023049116134643555 +76,-0.05501084001326374,0.19299345859764902,2.009466870435119,-0.053962308913469315,-0.1917976289987564,-0.9799498915672302,-0.16288751363754272,-0.09046606719493866,-0.7389278411865234,-0.002617284655570984,-0.006520852446556091,-0.010208189487457275 +77,-0.06356977328115909,0.17932068611307064,1.953114180368527,-0.06250831484794617,-0.1783611923456192,-0.9819775819778442,-0.057343944907188416,-0.2795039713382721,-0.5350292921066284,0.08112403750419617,0.027024537324905396,-0.042177021503448486 +78,-0.0763823206771452,0.17915477333455085,1.9264131644405071,-0.07508673518896103,-0.1781979352235794,-0.9811255931854248,-0.015544312074780464,-0.17542050778865814,-0.3564688563346863,0.07725349068641663,0.0282803475856781,-0.026396989822387695 +79,-0.08141490667340234,0.1829816456842272,1.9116943866892844,-0.07996731996536255,-0.181962251663208,-0.9800484776496887,-0.12351639568805695,-0.11297670006752014,-0.2717161476612091,0.04883938282728195,0.011750459671020508,0.04566127061843872 +80,-0.08639646017504313,0.1713836916879256,1.903841025868517,-0.0850248634815216,-0.17054593563079834,-0.9816744923591614,-0.15730880200862885,-0.17786264419555664,-0.19688870012760162,0.0560179129242897,0.0036453157663345337,-0.007857918739318848 +81,-0.1004381072094716,0.16832118065394774,1.9038026556225187,-0.0988522619009018,-0.16752749681472778,-0.9808989763259888,-0.04380105435848236,-0.10824261605739594,-0.17616818845272064,0.040182217955589294,0.006944000720977783,-0.03162848949432373 +82,-0.09497038443465547,0.17385287089032983,1.9093153173484365,-0.09339822083711624,-0.17297841608524323,-0.9804872274398804,0.0811474472284317,-0.14785096049308777,-0.20386618375778198,-0.0057381317019462585,0.005909949541091919,0.016833722591400146 +83,-0.1039918326542626,0.1709435116053608,1.9066437667014984,-0.1022915169596672,-0.17011217772960663,-0.9801011681556702,-0.09348604828119278,-0.17477984726428986,-0.29125067591667175,-0.02237279713153839,-0.00043529272079467773,0.011702120304107666 +84,-0.11115435234356748,0.17158024602596814,1.8980836945223831,-0.10929679125547409,-0.17073960602283478,-0.9792355298995972,0.006655562669038773,-0.0907805860042572,-0.28594061732292175,-0.008424758911132812,0.005883648991584778,-0.014142155647277832 +85,-0.11649491656655568,0.1782675302556054,1.8889956667540566,-0.11438960582017899,-0.1773248314857483,-0.9774819016456604,0.04448549449443817,-0.1176159530878067,-0.27425912022590637,-0.01679021120071411,0.01843506097793579,0.006061673164367676 +86,-0.11786815849196455,0.18238848673320265,1.8771180253874238,-0.1156449019908905,-0.18137896060943604,-0.9765899777412415,0.004846034571528435,-0.07904306054115295,-0.33286750316619873,-0.011094599962234497,0.008329033851623535,-0.009997546672821045 +87,-0.1206417192846438,0.18661370621101495,1.863047794091239,-0.11825980246067047,-0.18553246557712555,-0.9754959344863892,-0.033085912466049194,-0.07888810336589813,-0.26410484313964844,-0.005748376250267029,0.03126610815525055,-0.00840604305267334 +88,-0.12462875072010941,0.19174332056453267,1.8484722378613108,-0.12202826887369156,-0.19057054817676544,-0.974059522151947,-0.04405052214860916,-0.0670040100812912,-0.3476952612400055,-0.016048505902290344,0.012225821614265442,0.01917976140975952 +89,-0.12475471301184118,0.19492382918933707,1.8256184075403525,-0.12207493185997009,-0.19369180500507355,-0.9734378457069397,-0.05065426602959633,-0.06267748028039932,-0.42714303731918335,-0.0022231638431549072,0.005184724926948547,0.028049051761627197 +90,-0.12201603251833856,0.18644876876707658,1.7943498809702878,-0.11960404366254807,-0.18537038564682007,-0.9753628373146057,-0.22702664136886597,-0.04195915535092354,-0.41996049880981445,0.062078408896923065,-0.005868017673492432,-0.021707475185394287 +91,-0.11946597189587953,0.17811992568981322,1.7778913014307272,-0.11729636788368225,-0.17717956006526947,-0.9771637320518494,0.08342541754245758,-0.025502078235149384,-0.21209539473056793,0.04605308175086975,-0.00734497606754303,-0.045495569705963135 +92,-0.11585747792650129,0.1798622166029174,1.7763804660792588,-0.11373366415500641,-0.1788940131664276,-0.9772725105285645,0.013853352516889572,0.016507603228092194,-0.0602911077439785,0.06099928915500641,0.007156342267990112,-0.0018534660339355469 +93,-0.11067166944562166,0.17768485824106486,1.7941518786901913,-0.10870697349309921,-0.17675136029720306,-0.9782339930534363,-0.09789706021547318,0.01413649320602417,0.12280150502920151,0.05537751317024231,-0.005560651421546936,-0.004905045032501221 +94,-0.10535148918468748,0.1767323204544366,1.8231332615417117,-0.10351873934268951,-0.1758137345314026,-0.9789654612541199,0.04277041554450989,0.07704539597034454,0.1357317715883255,0.02273871749639511,-0.0011271685361862183,-0.01781487464904785 +95,-0.10136183353523959,0.17672078922480547,1.8534613001733136,-0.09961239248514175,-0.17580237984657288,-0.9793726801872253,0.021873831748962402,-0.020628081634640694,0.18752826750278473,0.02061764895915985,0.01019875705242157,-0.009122133255004883 +96,-0.10141343031180704,0.17758047339922933,1.8890755329031694,-0.09964758902788162,-0.17664861679077148,-0.9792168140411377,-0.016841160133481026,0.06233135983347893,0.23732706904411316,0.019935674965381622,0.0028052479028701782,-0.004822432994842529 +97,-0.09817375531837344,0.179698037046269,1.9253389796327494,-0.09643784910440445,-0.1787324845790863,-0.9791600704193115,0.06149234250187874,0.13322004675865173,0.2449684590101242,0.026033788919448853,0.006277650594711304,-0.010723352432250977 +98,-0.09056648695162653,0.18180485925178236,1.9665717667666158,-0.08895213901996613,-0.18080498278141022,-0.9794881939888,0.09088350832462311,0.08840673416852951,0.30789679288864136,0.034707143902778625,0.0057713985443115234,-0.010364711284637451 +99,-0.08894193443606853,0.18542142865607128,2.016925657904259,-0.08730214089155197,-0.18436075747013092,-0.9789736866950989,0.11547373235225677,0.15322768688201904,0.47323471307754517,0.025244638323783875,0.014957666397094727,-0.028701484203338623 +100,-0.08998302177908638,0.19140845958953512,2.0738663947610942,-0.0882205218076706,-0.19024181365966797,-0.9777653813362122,0.04027644544839859,0.09471401572227478,0.5602562427520752,0.00707428902387619,0.027659431099891663,0.005734801292419434 +101,-0.09003089982073717,0.19927122640291856,2.140249402524127,-0.08813011646270752,-0.19795502722263336,-0.9762411713600159,0.27333641052246094,0.0882110744714737,0.5862931609153748,-0.044422976672649384,0.03195466101169586,0.0020133256912231445 +102,-0.08683013926418441,0.20688312566485492,2.195120766136984,-0.0848718211054802,-0.20541049540042877,-0.9749888777732849,-0.041939422488212585,0.13288438320159912,0.39951056241989136,-0.03080505132675171,0.012753009796142578,0.019910752773284912 +103,-0.09348506566860086,0.21417112995153262,2.241323447796899,-0.09121620655059814,-0.21253757178783417,-0.9728860855102539,0.07078685611486435,0.12228524684906006,0.476816326379776,-0.0070809051394462585,0.03623753786087036,0.005890905857086182 +104,-0.09866830836611526,0.22679152700878866,2.2920034809890257,-0.0959857702255249,-0.22485236823558807,-0.9696536064147949,0.2617570757865906,-0.05338691174983978,0.4181070029735565,-0.005973450839519501,0.011092022061347961,0.012576639652252197 +105,-0.1145081907363713,0.2433316428456414,2.3335407321813504,-0.1108921468257904,-0.24093745648860931,-0.9641846418380737,-0.0010015619918704033,-0.011466868221759796,0.40465080738067627,0.030402034521102905,0.000581011176109314,0.0015534758567810059 +106,-0.13514449602341197,0.24876754349303148,2.385157623414467,-0.1305859386920929,-0.24620963633060455,-0.9603791832923889,0.3407771587371826,-0.028142116963863373,0.6634525060653687,-0.0017687976360321045,0.03972770273685455,-0.058328092098236084 +107,-0.1504855051076524,0.2652446383666047,2.445270918747798,-0.14467528462409973,-0.26214537024497986,-0.9541220664978027,-0.05359578877687454,0.1367843896150589,0.5331375002861023,-0.0058374106884002686,0.04913264513015747,0.10420751571655273 +108,-0.15914920486277256,0.24382118261529265,2.5032304488874058,-0.15379084646701813,-0.24141253530979156,-0.9581588506698608,-0.020871952176094055,0.08484923094511032,0.5130090713500977,-0.07261906564235687,0.013018995523452759,-0.04152071475982666 +109,-0.1561207139769572,0.23777824598828579,2.5402616302493906,-0.15111243724822998,-0.23554396629333496,-0.9600437879562378,-0.06498090922832489,0.16816523671150208,0.3194991648197174,-0.042292699217796326,-0.00026535987854003906,0.03969466686248779 +110,-0.160992721601876,0.22831443549499125,2.5689383036509827,-0.1561383157968521,-0.2263360172510147,-0.9614534974098206,-0.05304604023694992,-0.03523968532681465,0.2902580797672272,-0.008732885122299194,0.02768184244632721,0.011075079441070557 +111,-0.16455731694968567,0.21915425693813734,2.607081787725097,-0.15989744663238525,-0.21740418672561646,-0.9628957509994507,0.03077465295791626,0.01410674024373293,0.41275137662887573,-0.016585707664489746,0.002133190631866455,-0.007410645484924316 +112,-0.17456564836351252,0.20999680096851747,2.6521127397774853,-0.16986492276191711,-0.20845676958560944,-0.9631675481796265,-0.08400767296552658,-0.012319430708885193,0.4672072231769562,-0.024776190519332886,-0.012612566351890564,-0.013578057289123535 +113,-0.18649201768047785,0.2039690232437317,2.704894425113415,-0.18156933784484863,-0.20255766808986664,-0.9622904658317566,0.121773362159729,0.03994306921958923,0.5768072009086609,0.0011189132928848267,-0.002810359001159668,-0.03720593452453613 +114,-0.1988282347074918,0.20771621198828896,2.766324351976676,-0.19327497482299805,-0.20622573792934418,-0.9592266082763672,0.08309562504291534,0.10827364772558212,0.5461216568946838,-0.06029558181762695,0.04732070863246918,0.022321701049804688 +115,-0.20707286153660467,0.2072398989909829,2.8235576376818385,-0.20119695365428925,-0.20575964450836182,-0.9576966166496277,0.10109877586364746,0.07139112055301666,0.5087025165557861,-0.11263056099414825,0.047907471656799316,0.029321372509002686 +116,-0.21713878726778654,0.19867091846148333,2.86394789234485,-0.21119879186153412,-0.19736656546592712,-0.9573095440864563,-0.021061204373836517,-0.054009366780519485,0.28118452429771423,-0.10122489929199219,0.020425662398338318,0.009631931781768799 +117,-0.22797186935474267,0.197077114202668,2.8828839947516465,-0.2216276228427887,-0.19580386579036713,-0.9552706480026245,0.01187829114496708,-0.04001406952738762,0.1011587530374527,-0.06790786981582642,0.01665043830871582,0.03780549764633179 +118,-0.2377543856581321,0.17980772277427723,2.880665923065384,-0.23172374069690704,-0.17884039878845215,-0.9562009572982788,-0.13681647181510925,-0.06095094233751297,-0.034258484840393066,-0.02167898416519165,0.03510260581970215,-0.01625692844390869 +119,-0.24346922455014822,0.1693566300428524,2.8814159315884025,-0.23762206733226776,-0.16854821145534515,-0.956622838973999,-0.07359597831964493,0.02476145699620247,0.03827979415655136,-0.03468629717826843,0.018783196806907654,0.017017126083374023 +120,-0.244178400353627,0.15323867457386203,2.8737099434009306,-0.2389262169599533,-0.15263965725898743,-0.9589657783508301,-0.15576379001140594,-0.04637996852397919,-0.09439858794212341,-0.059810370206832886,0.006582528352737427,-0.020053386688232422 +121,-0.24773418607313458,0.14929193530620227,2.859559175224349,-0.24248041212558746,-0.14873798191547394,-0.9586867094039917,-0.077826127409935,-0.013724612072110176,-0.1939011812210083,-0.04952700436115265,0.005793660879135132,0.015907227993011475 +122,-0.24699124616086882,0.1453205390970498,2.840708569851865,-0.24191060662269592,-0.14480960369110107,-0.9594318270683289,-0.11141610890626907,0.05590549856424332,-0.17625421285629272,-0.04234537482261658,0.0013006925582885742,0.007008731365203857 +123,-0.24106142336919634,0.1444730761069935,2.8166788406875596,-0.23624634742736816,-0.1439710110425949,-0.9609682559967041,0.008337683044373989,0.1187753975391388,-0.24917277693748474,-0.032750844955444336,0.0004010796546936035,-0.0245053768157959 +124,-0.22860186259027318,0.14400587684816804,2.7912336979526153,-0.224270299077034,-0.1435086727142334,-0.9639025330543518,-0.025894049555063248,0.09129612892866135,-0.19614318013191223,0.0347713977098465,0.0461423397064209,-0.019450128078460693 +125,-0.2183793066129541,0.14246024376610364,2.7835962339524687,-0.21445299685001373,-0.14197885990142822,-0.9663601517677307,-0.07724003493785858,0.031531158834695816,-0.056851331144571304,0.0002653747797012329,-0.021870017051696777,0.006811201572418213 +126,-0.2046812252421605,0.14796280630717673,2.7759668888166846,-0.20103417336940765,-0.14742350578308105,-0.9684273600578308,-0.01647823303937912,0.0897839218378067,-0.13804438710212708,-0.010223761200904846,-0.008063554763793945,0.01379173994064331 +127,-0.19629360088475883,0.1459174519162866,2.765824805933187,-0.19296279549598694,-0.14540019631385803,-0.9703732132911682,-0.06527393311262131,0.07577528059482574,-0.07343603670597076,0.04943862557411194,0.019621998071670532,0.002294600009918213 +128,-0.18428140041327074,0.14486145888244192,2.7654038805057977,-0.18132087588310242,-0.14435534179210663,-0.9727714657783508,0.06358231604099274,0.08076071739196777,0.046965740621089935,0.04928657412528992,0.008124873042106628,-0.01654738187789917 +129,-0.1725120182091045,0.14352804613486295,2.7731978118432217,-0.1698925495147705,-0.14303576946258545,-0.9750268459320068,-0.10628263652324677,0.010823124088346958,0.0661877766251564,0.019639253616333008,0.0013884305953979492,0.007024526596069336 +130,-0.17128796665325688,0.1491876028960291,2.783694824944966,-0.1685582548379898,-0.14863480627536774,-0.9744207859039307,0.16034604609012604,-0.07415899634361267,0.054488614201545715,0.021478787064552307,-0.009781941771507263,0.002084970474243164 +131,-0.1713995586154632,0.1546652165477798,2.784202390975557,-0.1685256063938141,-0.1540493220090866,-0.9735850691795349,-0.0074819112196564674,-0.00261812936514616,-0.026956096291542053,0.06966392695903778,0.0342220664024353,-0.0055866241455078125 +132,-0.16661405060535087,0.15085741872571484,2.7908183103043425,-0.16396068036556244,-0.15028586983680725,-0.9749518036842346,0.08042620122432709,0.020609620958566666,0.19921760261058807,0.06337475776672363,0.022783443331718445,-0.0649346113204956 +133,-0.1624998966805026,0.1544265388945018,2.806668224468076,-0.15986040234565735,-0.15381348133087158,-0.9750825762748718,0.12721943855285645,0.0029276367276906967,0.0768968015909195,0.0030611008405685425,0.00041687488555908203,-0.011672794818878174 +134,-0.16046749418222406,0.15765766725570146,2.809688524893287,-0.15779808163642883,-0.15700535476207733,-0.974909782409668,-0.020108509808778763,0.04148188233375549,0.008504888042807579,0.021933823823928833,0.017158567905426025,-0.004384040832519531 +135,-0.1571262197519472,0.157512484525679,2.8130386422296794,-0.15454334020614624,-0.15686197578907013,-0.9754540920257568,0.0661415383219719,-0.02091650664806366,0.06493260711431503,0.018358632922172546,0.014360129833221436,-0.021845102310180664 +136,-0.1584815951146148,0.16379737501439467,2.8229070864773824,-0.15570662915706635,-0.16306592524051666,-0.9742509722709656,0.07457932829856873,0.008372874930500984,0.10871876031160355,0.010000452399253845,0.006785407662391663,0.030265986919403076 +137,-0.15790532168766913,0.15941114552489874,2.8325301497928423,-0.15525615215301514,-0.15873683989048004,-0.9750375151634216,-0.0018961969763040543,-0.008836610242724419,0.12731602787971497,0.03466594219207764,0.011367455124855042,-0.004469931125640869 +138,-0.15733850405907762,0.14983625009947976,2.8486939375011553,-0.15493451058864594,-0.14927621185779572,-0.9765817523002625,0.07020676136016846,-0.07115189731121063,0.22725960612297058,0.021969422698020935,0.0032953768968582153,-0.06260281801223755 +139,-0.16291702466432556,0.15715295785497804,2.8720801825570903,-0.16019850969314575,-0.15650688111782074,-0.9745984077453613,0.11424444615840912,-0.04709545522928238,0.24487490952014923,0.014324486255645752,0.01531730592250824,0.006153583526611328 +140,-0.167573929506039,0.15591110980831555,2.896242071885102,-0.16476766765117645,-0.1552802175283432,-0.9740327000617981,-0.03839009255170822,-0.07506688684225082,0.2344580441713333,0.0021700114011764526,0.0025855302810668945,0.043628036975860596 +141,-0.17471937542988014,0.15018677110140916,2.9192932745146134,-0.171875,-0.14962279796600342,-0.9736899137496948,0.1346811056137085,-0.06755979359149933,0.23286879062652588,-0.047515869140625,0.011942759156227112,-0.046527981758117676 +142,-0.18599431069605696,0.15494865014344422,2.935752307948726,-0.18270829319953918,-0.1543293595314026,-0.9709789752960205,0.0328669436275959,-0.09517554938793182,0.08230077475309372,-0.056793659925460815,-0.014738023281097412,-0.013029813766479492 +143,-0.19301803461126754,0.17433007326941766,2.9493627441045716,-0.18891429901123047,-0.17344839870929718,-0.9665542244911194,0.3673461377620697,0.22079764306545258,0.04202752560377121,-0.06599903106689453,0.02726919949054718,-0.017271459102630615 +144,-0.1532590205516678,0.20387241338450413,2.952677788597623,-0.14949816465377808,-0.2024630606174469,-0.9678114652633667,0.3453880250453949,0.37839236855506897,-0.10742560774087906,-0.07431775331497192,-0.0010739266872406006,0.0403517484664917 +145,-0.1330881124531312,0.2166525090858097,2.9443818904194594,-0.12959347665309906,-0.21496160328388214,-0.9679860472679138,-0.1851634383201599,0.10924060642719269,-0.15808449685573578,-0.049392104148864746,-0.023273885250091553,0.061736106872558594 +146,-0.10776996689286354,0.2039766331515812,2.92802022859214,-0.10533159226179123,-0.20256511867046356,-0.9735875129699707,-0.10615260154008865,0.046928852796554565,-0.2017468959093094,-0.022826969623565674,-0.003108114004135132,-0.005355358123779297 +147,-0.10434214305331853,0.202079009051382,2.914418646780078,-0.10203354805707932,-0.20070646703243256,-0.9743233919143677,-0.03190511092543602,0.29184678196907043,-0.09589172899723053,-0.06495863199234009,-0.00029756128787994385,-0.006374239921569824 +148,-0.053971333476979584,0.20451535060277803,2.903090113789323,-0.05282089486718178,-0.20309263467788696,-0.9777337908744812,0.04987221583724022,0.477832168340683,-0.0801209807395935,-0.03471878170967102,-0.028184831142425537,0.004833400249481201 +149,-0.014578957345048433,0.22051834502798448,2.892423825457308,-0.014225412160158157,-0.2187354415655136,-0.9756805300712585,-0.059446100145578384,0.13335025310516357,-0.18086642026901245,-0.03701360151171684,0.0008552223443984985,0.08630675077438354 +150,0.003405907190953062,0.20226132287395174,2.8748753356841537,0.0033364708069711924,-0.20088507235050201,-0.9796091318130493,-0.12285660207271576,0.018809080123901367,-0.12791398167610168,-0.005137009546160698,-0.008358702063560486,-0.024571776390075684 +151,0.0008733302513389431,0.20087579125443597,2.8618862363383895,0.0008557693799957633,-0.1995275914669037,-0.979891836643219,0.11081661283969879,0.03004259243607521,-0.08747676759958267,-0.026353206485509872,0.0007513463497161865,-0.038983285427093506 +152,-0.007138098340733491,0.21547957181906252,2.8586460091710455,-0.006972962990403175,-0.21381592750549316,-0.9768490791320801,0.11260545998811722,-0.14086657762527466,-0.10836287587881088,-0.033661194145679474,-0.039449453353881836,0.026958942413330078 +153,-0.010306958734154504,0.22028677365633434,2.850782210491626,-0.01005771104246378,-0.2185094803571701,-0.9757829904556274,-0.04655230790376663,0.09482970088720322,-0.04666833579540253,-0.010038113221526146,-0.016140177845954895,0.03393423557281494 +154,-0.013378444560040014,0.22059831646157158,2.851644884716965,-0.013053851202130318,-0.2188134789466858,-0.9756793975830078,-0.034559473395347595,-0.015012471936643124,0.030998781323432922,-0.021186871454119682,-0.015378415584564209,-0.0009136199951171875 +155,-0.009724244160550712,0.21743972737269468,2.8514554578942506,-0.009495117701590061,-0.21573035418987274,-0.9764068126678467,-0.007910750806331635,0.09327045828104019,-0.019039466977119446,-0.007732056081295013,0.011552497744560242,-0.0034515857696533203 +156,-0.003156863714604991,0.21139489653301413,2.8554261459139365,-0.0030865841545164585,-0.20982395112514496,-0.9777343273162842,-0.10873107612133026,0.07198785990476608,0.07132698595523834,-0.0014757942408323288,-0.02654995024204254,0.02706599235534668 +157,0.007678559975796362,0.20091148339154888,2.8651780159690237,0.007524032611399889,-0.19956256449222565,-0.9798561930656433,-0.09085743874311447,0.11931350082159042,0.17151516675949097,-0.0233321376144886,-0.008353710174560547,-0.01762610673904419 +158,0.007798839741578313,0.20689105197185673,2.8881451691488813,0.007632446475327015,-0.20541824400424957,-0.9786444902420044,0.012949284166097641,0.031742438673973083,0.16298073530197144,-0.03671569749712944,-0.021418899297714233,-0.02837449312210083 +159,0.014993207871072098,0.21075290733474047,2.904705572212732,0.014660914428532124,-0.20919620990753174,-0.9777637720108032,-0.16091783344745636,0.14988377690315247,0.11165591329336166,-0.019757350906729698,0.007581844925880432,0.012462317943572998 +160,0.012127010379406323,0.21133644169267538,2.9268000838615458,0.011856911703944206,-0.20976679027080536,-0.9776795506477356,-0.053988195955753326,-0.06433774530887604,0.16232463717460632,-0.06182944402098656,-0.012614786624908447,-0.006024062633514404 +161,-0.017334685248961822,0.21795532419563846,2.929221002573843,-0.016923727467656136,-0.2162337750196457,-0.9761949181556702,0.1502399444580078,-0.27079787850379944,-0.10453653335571289,-0.012403663247823715,0.027314722537994385,0.02003347873687744 +162,-0.03631366101762843,0.22494170057124419,2.926326461943969,-0.03539103642106056,-0.22304953634738922,-0.9741644263267517,-0.057988040149211884,-0.3042148947715759,-0.03397020325064659,0.020254317671060562,0.06805075705051422,0.027524471282958984 +163,-0.04799424465489332,0.21364595834597067,2.922949425411464,-0.046885062009096146,-0.21202436089515686,-0.9761390686035156,-0.007201226428151131,-0.09398187696933746,-0.037978384643793106,0.022394705563783646,0.048144981265068054,-0.038311004638671875 +164,-0.044036068353354885,0.21634057417857058,2.917111261622762,-0.04299566522240639,-0.21465694904327393,-0.9757426977157593,0.15706771612167358,0.05655510723590851,-0.14189131557941437,-0.003818303346633911,0.041820645332336426,-0.021236062049865723 +165,-0.033137095018809196,0.2179229745199747,2.904864858049356,-0.032347436994314194,-0.21620218455791473,-0.9758126139640808,-0.030097655951976776,0.024859212338924408,-0.09568353742361069,0.047651998698711395,0.061508581042289734,0.02090233564376831 +166,-0.01800221416192126,0.21265524860867457,2.8865850980729206,-0.017595745623111725,-0.21105608344078064,-0.9773155450820923,0.039321206510066986,0.1621062159538269,-0.17157147824764252,0.030413130298256874,0.01845964789390564,-0.0038092732429504395 +167,0.0009939451175779287,0.21460678158978747,2.851781232815272,0.0009711440652608871,-0.2129632532596588,-0.9770597219467163,-0.03335946798324585,0.07425742596387863,-0.41268521547317505,-0.007883375510573387,-0.0042913854122161865,0.03550088405609131 +168,0.0214277385387905,0.20559931801666936,2.7778185748425632,0.020974839106202126,-0.2041538953781128,-0.9787140488624573,0.03655204176902771,0.034277405589818954,-0.5508833527565002,-0.003930769860744476,-0.004586338996887207,-0.006957948207855225 +169,0.035180921079571374,0.19979520217117458,2.6915431205367217,0.0344739630818367,-0.19846861064434052,-0.9795007705688477,-0.19165407121181488,0.019648727029561996,-0.582879900932312,-0.0064435675740242004,0.011487409472465515,0.022500038146972656 +170,0.04483178584659346,0.18697026387677224,2.6032806246155946,0.04403569921851158,-0.1858828216791153,-0.9815846681594849,0.046861402690410614,-0.040032513439655304,-0.7789079546928406,-0.02282598242163658,-0.013503775000572205,-0.04504191875457764 +171,0.050975505667583534,0.18807028280627944,2.515006089623504,0.05005496367812157,-0.18696355819702148,-0.981090784072876,-0.04790974780917168,-0.06175173819065094,-0.7342020273208618,0.01641232520341873,-0.01353694498538971,0.03393197059631348 +172,0.06275912019337916,0.1812234954260073,2.4334959623844212,0.06169085577130318,-0.1802331656217575,-0.9816874265670776,-0.0005733156576752663,-0.043311044573783875,-0.6363359689712524,0.07606549561023712,-0.0186498761177063,0.03216356039047241 +173,0.06774782069971788,0.16884681591916578,2.371814149809756,0.06673331558704376,-0.16804566979408264,-0.9835178256034851,-0.06859362870454788,-0.00795756559818983,-0.4343603551387787,0.08806709200143814,-0.019103363156318665,-0.04129296541213989 +174,0.06763780996703264,0.169510351192872,2.3342817908002527,0.06661757081747055,-0.1686997413635254,-0.9834136962890625,0.18114228546619415,-0.11760156601667404,-0.22548207640647888,0.08644334971904755,-0.0027175098657608032,-0.0395355224609375 +175,0.04442418279998509,0.18786547253752503,2.3252641992311656,0.04362818971276283,-0.18676234781742096,-0.9814358949661255,0.13817580044269562,-0.42072513699531555,0.08980534970760345,0.04005100950598717,-0.01883457601070404,0.007848858833312988 +176,0.006983085974109464,0.20308134389073232,2.3273207458889957,0.006839526351541281,-0.20168830454349518,-0.979425847530365,0.15063734352588654,-0.1467570662498474,-0.14852437376976013,-0.05321098119020462,-0.023668736219406128,0.031870365142822266 +177,0.0027098589907752105,0.1992161200602852,2.3079037154042674,0.002656260272487998,-0.19790101051330566,-0.9802184104919434,-0.1354895681142807,-0.048041313886642456,-0.13697469234466553,0.10107298940420151,0.011240258812904358,0.02311086654663086 +178,0.005098393526526189,0.18956633641596307,2.305323004366768,0.005007039289921522,-0.18843302130699158,-0.9820733070373535,-0.013199570588767529,-0.04811052232980728,0.115016408264637,0.06614469736814499,-0.007169395685195923,-0.028836727142333984 +179,0.0013965396146879442,0.18113377351601567,2.319313949952641,0.001373691949993372,-0.18014492094516754,-0.983639121055603,-0.07921920716762543,-0.19253505766391754,0.18631628155708313,0.009383752942085266,-0.02209506928920746,-0.013354897499084473 +180,-0.021566278574985553,0.17675427257453777,2.336797354989248,-0.021228620782494545,-0.17583534121513367,-0.9841906428337097,-0.10072101652622223,-0.07602100819349289,0.20601119101047516,0.0863073542714119,0.04306863248348236,-0.026948213577270508 +181,-0.028213998769555153,0.1740117439104855,2.3658934430650853,-0.027784228324890137,-0.17313489317893982,-0.9845061302185059,-0.04283985123038292,0.029276756569743156,0.4399852454662323,0.07856547832489014,0.02265271544456482,-0.00881052017211914 +182,-0.023544974638390854,0.1802800566911965,2.418612453853874,-0.023161252960562706,-0.1793050915002823,-0.9835208654403687,-0.05625951290130615,0.15167644619941711,0.6038311123847961,0.12507471442222595,-0.0032052844762802124,0.07453954219818115 +183,-0.018288270738643125,0.16377558378497614,2.5053866193119205,-0.018042543902993202,-0.16304442286491394,-0.9864537119865417,0.19132240116596222,0.08585606515407562,1.2334423065185547,0.0289220679551363,0.046452030539512634,-0.07778573036193848 +184,-0.03730690955287931,0.1756753606542047,2.608576955508357,-0.036724187433719635,-0.17477314174175262,-0.983923614025116,0.040289558470249176,0.15141543745994568,1.0797818899154663,0.003078557550907135,0.02484029531478882,-0.008614838123321533 +185,-0.04645669672793233,0.17788166230918337,2.7181739381262946,-0.04570719972252846,-0.1769450604915619,-0.9831588268280029,0.15342022478580475,0.09756502509117126,1.475471019744873,0.11472269892692566,0.057743415236473083,0.025029003620147705 +186,-0.05570061653272978,0.17691645560686003,2.8591591451993836,-0.05480284243822098,-0.17599500715732574,-0.9828643798828125,-0.025434281677007675,0.2145380824804306,1.5867074728012085,-0.058768320828676224,0.06602491438388824,-0.017806947231292725 +187,-0.07168368032659639,0.18099705394341437,3.003413942129638,-0.07045233249664307,-0.18001042306423187,-0.9811384677886963,0.17933891713619232,0.05708737671375275,1.4165319204330444,-0.13766229152679443,0.043306946754455566,0.02659440040588379 +188,-0.08077355837942667,0.18446779404366914,3.100606430549489,-0.07931683957576752,-0.18342338502407074,-0.9798288941383362,0.19597698748111725,0.21855533123016357,0.9787193536758423,-0.12458635121583939,0.061612486839294434,-0.03822219371795654 +189,-0.07967394899571888,0.1944964854723946,-3.1164978067559894,-0.07808902859687805,-0.19327254593372345,-0.978032648563385,0.0990711897611618,0.11111506074666977,0.7206985354423523,-0.05011531710624695,0.046254098415374756,0.04152446985244751 +190,-0.08804441065714125,0.20131831960390512,-3.062806648140079,-0.08615484088659286,-0.19996120035648346,-0.9760086536407471,0.2059808373451233,0.0569218210875988,0.7536228895187378,-0.048320867121219635,0.04471828043460846,0.01639866828918457 +191,-0.11774815513483729,0.21451377431812918,-3.0037404922134114,-0.11478369683027267,-0.21287237107753754,-0.9703143835067749,0.29669299721717834,-0.29446664452552795,0.512464165687561,-0.13909202814102173,0.03114020824432373,-0.05457264184951782 +192,-0.1660023946621827,0.2502913563401253,-2.9720155159979713,-0.16009216010570526,-0.2476862519979477,-0.9555218815803528,0.4929725229740143,-0.4050450623035431,0.3469165861606598,-0.09154051542282104,0.008947253227233887,0.021638214588165283 +193,-0.20601837082247138,0.27380196723251854,-2.9355420139065345,-0.19694405794143677,-0.2703937292098999,-0.9423907399177551,-0.004352031275629997,-0.10987252742052078,0.5177683234214783,-0.006089389324188232,0.008247733116149902,0.10541564226150513 +194,-0.21691304944613882,0.23846924566109906,-2.9075304032921094,-0.2091255784034729,-0.2362154722213745,-0.9489303231239319,-0.05378803238272667,0.05133340135216713,0.4736766815185547,-0.1149100661277771,0.02500331401824951,-0.08181613683700562 +195,-0.21015409745475355,0.24766022084952063,-2.878324983166149,-0.20224562287330627,-0.24513624608516693,-0.9481587409973145,0.06555701792240143,0.23627130687236786,0.32695481181144714,-0.05689440667629242,-0.028881102800369263,0.07994890213012695 +196,-0.20957069138338422,0.21881914441093897,-2.8623800448097847,-0.20307917892932892,-0.2170770764350891,-0.954796552658081,-0.15484559535980225,0.24794277548789978,0.5082292556762695,-0.04438786208629608,0.03618413209915161,-0.08118367195129395 +197,-0.20096217347930606,0.23522140728893712,-2.828595641130432,-0.19411545991897583,-0.23305830359458923,-0.9528919458389282,0.6059956550598145,0.08673010766506195,0.41000083088874817,0.04601365327835083,-0.09232012927532196,-0.06821095943450928 +198,-0.2058824465459344,0.304002598734428,-2.7989663248950807,-0.19505706429481506,-0.2993416488170624,-0.9339953660964966,0.5166519284248352,0.4031011164188385,0.581640362739563,-8.758902549743652e-05,0.18995141983032227,0.15334045886993408 +199,-0.19719027938752418,0.3069036139132375,-2.74102026659006,-0.18676044046878815,-0.30210837721824646,-0.9348000288009644,-0.049854427576065063,0.18855296075344086,0.46489161252975464,0.029060855507850647,0.00137290358543396,0.041092753410339355 +200,-0.1898793010858966,0.30128692756165465,-2.70662437573029,-0.18023863434791565,-0.29674941301345825,-0.9377920031547546,0.208137646317482,0.23509645462036133,0.299417108297348,-0.03480347990989685,-0.04574936628341675,-0.11952000856399536 +201,-0.19042075095841648,0.3432613894232022,-2.6847318412486425,-0.17823031544685364,-0.3365600109100342,-0.9246411919593811,0.5005006194114685,0.009469804354012012,0.2877114713191986,0.05316928029060364,0.04269096255302429,0.024052202701568604 +202,-0.20683438068314533,0.3392154239426754,-2.649798689649299,-0.19366039335727692,-0.33274734020233154,-0.9229165315628052,0.014653109014034271,0.0330529548227787,0.5929417014122009,0.07047620415687561,0.016478419303894043,-0.009487032890319824 +203,-0.1818804566027805,0.3207982265817799,-2.610929587945353,-0.17165160179138184,-0.31532415747642517,-0.9333308339118958,0.01412726566195488,0.11161242425441742,0.31967246532440186,0.049779653549194336,0.02676519751548767,-0.03903549909591675 +204,-0.18196765443993818,0.32867914569358847,-2.5703946830707993,-0.1712779402732849,-0.3227931559085846,-0.9308428764343262,0.06227840110659599,0.42498838901519775,0.4517041742801666,-0.0017719864845275879,0.0009242892265319824,0.018489360809326172 +205,-0.12465308151564483,0.29282286250529893,-2.5496139461102665,-0.11903811991214752,-0.288656085729599,-0.950003981590271,-0.30690860748291016,0.4280482828617096,0.28001630306243896,0.08813907951116562,0.018606066703796387,-0.010368883609771729 +206,-0.09470050623635472,0.2661358189862935,-2.5218720385466513,-0.09123001247644424,-0.26300525665283203,-0.9604713916778564,-0.1424044966697693,0.37833163142204285,0.32701167464256287,0.005994416773319244,-0.006373405456542969,-0.007744550704956055 +207,-0.08965928047198986,0.2553828261868341,-2.5065157410967145,-0.08663515001535416,-0.2526158392429352,-0.9636802077293396,0.10038617998361588,0.09326307475566864,0.19660040736198425,0.007594630122184753,-0.006188452243804932,-0.028308868408203125 +208,-0.08894201275567465,0.2553523592118227,-2.510418115020996,-0.08594459295272827,-0.25258636474609375,-0.9637497663497925,-0.016354409977793694,0.06268259882926941,0.08327890932559967,0.05321449041366577,0.03376007080078125,-0.02068626880645752 +209,-0.08898876352904733,0.2579422973872367,-2.507229662110553,-0.0859312191605568,-0.25509145855903625,-0.9630909562110901,0.032970305532217026,-0.03761015832424164,0.08355080336332321,-0.002462945878505707,0.030726253986358643,0.04971510171890259 +210,-0.0947637173141346,0.2446867054428846,-2.506406958687813,-0.09180346876382828,-0.242252379655838,-0.9658601880073547,-0.13440310955047607,-0.019247718155384064,0.10367056727409363,-0.07338818162679672,0.08198931813240051,0.021676838397979736 +211,-0.10599590173844518,0.22592157084970604,-2.5071218568129283,-0.10310901701450348,-0.2240046113729477,-0.9691184163093567,-0.15092775225639343,-0.08008032292127609,-0.09550125151872635,-0.11608348786830902,0.006749972701072693,-0.01014488935470581 +212,-0.121861269569521,0.21177685514643046,-2.5307352364432862,-0.11884410679340363,-0.21019738912582397,-0.9704087376594543,-0.01133410818874836,-0.17977306246757507,-0.269778847694397,-0.11066333204507828,0.007148683071136475,-0.049198806285858154 +213,-0.14000508308193635,0.21104496718240845,-2.5725689782403682,-0.13645192980766296,-0.20948179066181183,-0.9682449102401733,-0.09643127769231796,-0.3139217495918274,-0.46502813696861267,-0.06475044786930084,0.010583490133285522,0.006987035274505615 +214,-0.1537629324369553,0.21989179017987381,-2.6330336547816557,-0.14946986734867096,-0.21812401711940765,-0.9644069075584412,0.0588887482881546,-0.13459846377372742,-0.5774827003479004,-0.02217625081539154,0.04249536991119385,0.006627976894378662 +215,-0.15914002359177018,0.21836517641287428,-2.6973226709969826,-0.1547059714794159,-0.21663391590118408,-0.9639168977737427,-0.13589514791965485,-0.2582769989967346,-0.6172093152999878,-0.060458213090896606,0.020909428596496582,-0.036693453788757324 +216,-0.16741710079248945,0.22798988913088053,-2.771157288021109,-0.16232402622699738,-0.22601988911628723,-0.9605029821395874,-0.031916361302137375,-0.27051734924316406,-0.7522870302200317,-0.033598825335502625,0.02815917134284973,0.004463553428649902 +217,-0.1834142770744619,0.23288921065174095,-2.8448420851859084,-0.1774638444185257,-0.2307896912097931,-0.9566831588745117,-0.10885370522737503,-0.2940460741519928,-0.6389599442481995,0.005298927426338196,0.01562550663948059,0.02044963836669922 +218,-0.19601271760071862,0.2251196864253875,-2.903505343579524,-0.18984565138816833,-0.2232230305671692,-0.9561015367507935,-0.1634424775838852,-0.21408937871456146,-0.45864468812942505,0.026805490255355835,0.03978186845779419,0.000809788703918457 +219,-0.20071389318048236,0.2151452388682841,-2.9567709444170314,-0.19477257132530212,-0.2134893238544464,-0.9573327302932739,-0.12177097797393799,-0.041653309017419815,-0.5266937017440796,-0.027441173791885376,0.01813104748725891,-0.0006903409957885742 +220,-0.1945750900455207,0.20697921319914073,-3.0109877156722957,-0.18922284245491028,-0.20550453662872314,-0.9601888656616211,-0.24819041788578033,-0.06406766176223755,-0.5264601111412048,-0.07795855402946472,0.019332051277160645,0.005705833435058594 +221,-0.18888591664653706,0.20390957999594034,-3.082090854981397,-0.1838746964931488,-0.20249944925308228,-0.9618648886680603,-0.08151795715093613,-0.12935060262680054,-0.7495377063751221,-0.04946269094944,0.024063169956207275,-0.019504129886627197 +222,-0.18691119113409316,0.21299215408777888,3.1278054166646556,-0.18162564933300018,-0.21138538420200348,-0.9603792428970337,0.08400170505046844,-0.2088594287633896,-0.6786816120147705,-0.024474799633026123,0.05209890007972717,-0.012917816638946533 +223,-0.19712948400745875,0.23409744757010922,3.057078866171843,-0.19051308929920197,-0.23196513950824738,-0.9538851976394653,0.1248660460114479,-0.3611597716808319,-0.6971541047096252,-0.032982394099235535,0.03854474425315857,-0.002062678337097168 +224,-0.21340064240661508,0.26235090522793053,2.9852944734647284,-0.20453797280788422,-0.2593517303466797,-0.9438754916191101,-0.01857561245560646,-0.3198407292366028,-0.6503963470458984,-0.017492666840553284,-0.0020923614501953125,-0.006167232990264893 +225,-0.25086873423828776,0.3040756350384389,2.912353302814446,-0.2368571013212204,-0.2994113564491272,-0.9242572784423828,0.4137074947357178,-0.38461482524871826,-0.8428297638893127,-0.06696061789989471,0.0470615029335022,0.010728895664215088 +226,-0.2530431792190818,0.32195378061713387,2.8326495618980463,-0.23748807609081268,-0.3164205551147461,-0.9184103012084961,-0.2791101038455963,-0.032393164932727814,-0.8933451175689697,-0.06097382307052612,0.045821189880371094,-0.017319679260253906 +227,-0.21979928186381534,0.3186592034027258,2.7329935362702233,-0.20705711841583252,-0.31329354643821716,-0.926808774471283,-0.1281081736087799,-0.03104829043149948,-0.982305645942688,0.011942967772483826,0.015548795461654663,-0.10471588373184204 +228,-0.18086948750273793,0.34849511679624634,2.6520800410839658,-0.16907164454460144,-0.3414837718009949,-0.9245558977127075,0.34511545300483704,-0.13423161208629608,-0.8281911611557007,0.05792662501335144,0.08216065168380737,0.01450645923614502 +229,-0.1577283616053997,0.3683629785913585,2.5835512372845466,-0.14653827250003815,-0.3600887060165405,-0.9213374257087708,0.00254744291305542,-0.022632643580436707,-0.7937728762626648,0.003288760781288147,0.07351338863372803,0.007076561450958252 +230,-0.14637614226019158,0.37313319841409776,2.5180126273661907,-0.135817751288414,-0.36453482508659363,-0.921231746673584,-0.34216031432151794,-0.17111249268054962,-0.7904513478279114,0.019149035215377808,0.05380484461784363,0.027066707611083984 +231,-0.1304701745728712,0.34646317110331315,2.4406494891123893,-0.12236972153186798,-0.3395732641220093,-0.9325854778289795,-0.3971650004386902,-0.12771867215633392,-0.9516329169273376,0.008020356297492981,0.06628835201263428,-0.031174898147583008 +232,-0.12119010647643978,0.3350247908085352,2.3525758863199457,-0.11417224258184433,-0.3287925720214844,-0.9374753832817078,-0.25705820322036743,-0.22791051864624023,-1.123213529586792,0.05953051894903183,0.029674530029296875,-0.046182453632354736 +233,-0.1046803875505677,0.31024112590081565,2.2653918781203917,-0.09950099140405655,-0.30528825521469116,-0.9470472931861877,-0.34636563062667847,-0.26703524589538574,-0.9361130595207214,0.10455165058374405,0.05193135142326355,-0.04813086986541748 +234,-0.10155162786660973,0.30235698455427784,2.202166002433899,-0.09677843004465103,-0.2977710962295532,-0.9497190713882446,0.0024280892685055733,-0.11506472527980804,-0.7854034304618835,-0.014168232679367065,0.021388649940490723,-0.05560624599456787 +235,-0.11233138291060654,0.30738459029712023,2.1324881198523125,-0.10684118419885635,-0.30256685614585876,-0.9471210241317749,-0.21538688242435455,-0.39900660514831543,-0.8622434139251709,0.04525671899318695,-0.03648340702056885,-0.006034433841705322 +236,-0.12839815890089695,0.31681117041546075,2.0626966086350462,-0.12167329341173172,-0.3115380108356476,-0.9424116015434265,-0.0006152698770165443,-0.5204983353614807,-1.0213561058044434,0.08056612312793732,-0.06745973229408264,-0.10563826560974121 +237,-0.13088277252913094,0.347251546360072,1.9843211547373554,-0.12271951884031296,-0.34031468629837036,-0.9322691559791565,0.37726497650146484,-0.4118201732635498,-1.036531925201416,0.06688760221004486,0.03037816286087036,-0.07342231273651123 +238,-0.13023957932559152,0.3865600982865335,1.9020000977146563,-0.12028864771127701,-0.37700456380844116,-0.9183671474456787,-0.18058271706104279,-0.20847216248512268,-0.9492144584655762,0.042117878794670105,0.09706681966781616,0.05432295799255371 +239,-0.0997082731381972,0.40153529590940823,1.8251498599553326,-0.09162568300962448,-0.39083197712898254,-0.9158903360366821,0.041464291512966156,0.13730354607105255,-0.6408681869506836,0.030453190207481384,0.15117746591567993,0.07862532138824463 +240,-0.0976311480663658,0.388490463859626,1.7644133500775587,-0.0902123898267746,-0.37879180908203125,-0.921074628829956,-0.44300001859664917,-0.5219722390174866,-0.7089478969573975,-0.0759405642747879,0.05574798583984375,0.10445475578308105 +241,-0.11768768849596657,0.32553495241817654,1.7147989444850202,-0.11124948412179947,-0.3198156952857971,-0.9409258365631104,-0.4717366397380829,-0.29792553186416626,-0.5698444247245789,-0.16580432653427124,-0.008355051279067993,-0.12209290266036987 +242,-0.14633477327134187,0.33132722673623954,1.6410237799879135,-0.13788250088691711,-0.32529836893081665,-0.9355049133300781,-0.015855107456445694,-0.4022737443447113,-0.8839090466499329,-0.09173175692558289,0.01423269510269165,0.015872955322265625 +243,-0.16493403882298222,0.338989972790538,1.549384128726067,-0.1548435389995575,-0.33253470063209534,-0.9302924871444702,-0.07867918908596039,-0.499298095703125,-0.9833683371543884,-0.049975186586380005,0.0008086264133453369,-0.021291375160217285 +244,-0.1640226794618309,0.3465227439811142,1.4517068371246555,-0.15358226001262665,-0.33962929248809814,-0.9279356002807617,-0.09287968277931213,-0.3641466498374939,-1.0094102621078491,-0.021573379635810852,0.0049277544021606445,0.005679130554199219 +245,-0.15357755146158952,0.3494126517436412,1.3572223034810387,-0.14373089373111725,-0.3423460125923157,-0.9285152554512024,-0.20907114446163177,-0.18945267796516418,-0.8419201374053955,0.004875928163528442,0.02027878165245056,0.03734099864959717 +246,-0.1556266904509243,0.33933324768746664,1.2813386131348425,-0.14616069197654724,-0.33285844326019287,-0.9315805435180664,-0.1567620038986206,-0.38777902722358704,-0.7169235944747925,-0.012927442789077759,-0.004208236932754517,0.031357765197753906 +247,-0.15338951905819007,0.32755059761851146,1.2117773636273426,-0.1446654349565506,-0.3217248320579529,-0.9357163310050964,-0.10862680524587631,-0.14385002851486206,-0.5469778776168823,-0.010775834321975708,-0.007819265127182007,-0.031843483448028564 +248,-0.15540737180559963,0.32741748125817444,1.1663963726258861,-0.1465599089860916,-0.32159876823425293,-0.9354647994041443,-0.04761642962694168,-0.16528832912445068,-0.4758712947368622,-0.053726956248283386,-0.01298069953918457,0.029321610927581787 +249,-0.1483488308231271,0.3168863708655006,1.1180489561101463,-0.14044611155986786,-0.3116094768047333,-0.9397736191749573,-0.14454294741153717,-0.03408396244049072,-0.4084155261516571,-0.03858524560928345,-0.011785298585891724,0.0036316514015197754 +250,-0.136635768659981,0.3119508511295661,1.0879337009474455,-0.12963701784610748,-0.30691590905189514,-0.942866325378418,-0.03895646333694458,0.03848963975906372,-0.19205233454704285,-0.02989363670349121,-0.02633604407310486,0.01879405975341797 +251,-0.11613255206399015,0.30009782492946285,1.053989856259825,-0.11069309711456299,-0.2956136465072632,-0.9488728046417236,0.030099529772996902,0.12133031338453293,-0.3005736172199249,-0.034234873950481415,-0.0019327104091644287,-0.10471600294113159 +252,-0.07243436320042809,0.31198312781119336,1.0230033837784913,-0.0688774511218071,-0.30694663524627686,-0.9492310881614685,0.09669029712677002,0.5903511643409729,-0.2622920870780945,-0.016892194747924805,0.050598978996276855,0.010556161403656006 +253,-0.058961700481221485,0.32987083022741437,1.0083461244660723,-0.055750418454408646,-0.3239208161830902,-0.9444401264190674,0.2718562185764313,-0.5267837643623352,-0.03830419108271599,0.08445220440626144,0.06108817458152771,0.0015995502471923828 +254,-0.02172847216013706,0.2851902742957049,0.9868177842122076,-0.020849177613854408,-0.2813400328159332,-0.959381639957428,-0.9656480550765991,-0.021673565730452538,-0.4237138032913208,0.05861467868089676,0.03249970078468323,-0.02998298406600952 +255,-0.041968096129277,0.257299800044086,0.9860668884326693,-0.04057461768388748,-0.25447016954421997,-0.9662290811538696,0.14570865035057068,0.032299626618623734,0.09626398235559464,0.06804044544696808,0.05725032091140747,-0.08095109462738037 +256,-0.01328083077669377,0.2684391919300851,0.9836179724956466,-0.012804815545678139,-0.2652268409729004,-0.9641010165214539,-0.19065560400485992,0.3303058445453644,0.05820835381746292,0.06802637130022049,0.01594400405883789,0.05902594327926636 +257,0.01774917470131843,0.24779058768259402,0.9861264445996508,0.01720615290105343,-0.24526262283325195,-0.9693039655685425,0.043088048696517944,-0.029888363555073738,0.007914889603853226,0.03775601089000702,-0.025870785117149353,-0.03287804126739502 +258,0.04045127385121349,0.2641334845022908,0.9839113367428375,0.039037737995386124,-0.26107290387153625,-0.9645293951034546,0.03879362344741821,0.28717076778411865,-0.20584000647068024,0.005975689738988876,-0.008305728435516357,0.036932408809661865 +259,0.050556097810460714,0.26209621962825325,0.9664009173590612,0.048808757215738297,-0.25910574197769165,-0.9646149277687073,-0.17178624868392944,-0.004184366669505835,-0.019829116761684418,0.0781901478767395,0.01594167947769165,0.024948179721832275 +260,0.04547819723039266,0.26070118866090725,0.9712444125644858,0.04392632097005844,-0.25775811076164246,-0.9652104377746582,0.06296522170305252,-0.12834163010120392,0.2031017243862152,0.10689155012369156,0.032721489667892456,-0.0587306022644043 +261,0.054231638301795705,0.25313261079081567,0.9935838024188849,0.05247768759727478,-0.25043797492980957,-0.966709315776825,0.07348152250051498,0.07038305699825287,0.3321881592273712,0.07204928249120712,0.02535557746887207,-0.02503567934036255 +262,0.0507941627198461,0.2650373151591626,1.0365598343635554,0.048999492079019547,-0.26194527745246887,-0.9638380408287048,0.0831485390663147,0.13207025825977325,0.33541780710220337,-0.019107520580291748,0.03762581944465637,0.014161527156829834 +263,0.047481233946342044,0.2608992881779325,1.07564358721387,0.045857157558202744,-0.25794950127601624,-0.9650695323944092,-0.10114538669586182,0.09610547870397568,0.2717159688472748,0.013942040503025055,0.014342933893203735,0.03533625602722168 +264,0.04375799246339618,0.2524532169116047,1.1155080520289706,0.04235745593905449,-0.24978016316890717,-0.9673756957054138,-0.009943505749106407,0.05044681951403618,0.4049239456653595,0.04264925420284271,0.039147838950157166,-0.05268961191177368 +265,0.04604615896179812,0.2608382548828307,1.1684917885842943,0.044472888112068176,-0.2578905522823334,-0.9651500582695007,0.008802130818367004,0.13472862541675568,0.5177684426307678,-0.020379260182380676,0.008607685565948486,0.027756869792938232 +266,0.030779385220261156,0.2573943654386498,1.215165474008664,0.029760707169771194,-0.2545616328716278,-0.9665985107421875,-0.19061003625392914,-0.07333056628704071,0.17740394175052643,-0.0763000100851059,0.03144758939743042,0.0292205810546875 +267,0.014655081842693846,0.24941167253625637,1.2554952025300974,0.014201113022863865,-0.24683387577533722,-0.9689537286758423,0.004766908939927816,-0.10092277824878693,0.25685667991638184,-0.07505316287279129,-0.001197725534439087,0.01160210371017456 +268,0.0005750287516403641,0.24326471535181216,1.282608053108562,0.0005580980214290321,-0.24087250232696533,-0.9705566167831421,-0.045414745807647705,-0.19281408190727234,0.18353553116321564,-0.07727928459644318,0.013409733772277832,-0.00795900821685791 +269,-0.025875093230847995,0.2335275173603482,1.2955062009124727,-0.025169935077428818,-0.23141072690486908,-0.9725304841995239,-0.18823856115341187,-0.148620143532753,0.10875555127859116,-0.09860936552286148,0.00634358823299408,-0.006503939628601074 +270,-0.05753746608388536,0.23008745993972174,1.3077518645614084,-0.05599024519324303,-0.2280626744031906,-0.9720352292060852,-0.1255543828010559,-0.2023043930530548,-0.117676742374897,-0.10470005869865417,-0.009241998195648193,0.03616797924041748 +271,-0.08985535455707666,0.21556052668732226,1.3018562841629249,-0.08765773475170135,-0.2138950228691101,-0.972915768623352,-0.22277168929576874,-0.5042532086372375,0.14154201745986938,0.039806172251701355,0.039548084139823914,0.05471813678741455 +272,-0.10330490279855879,0.16462118022962208,1.3120755461869658,-0.10172711312770844,-0.1638786494731903,-0.9812213778495789,-0.27345001697540283,-0.07379419356584549,0.22809043526649475,-0.022357359528541565,-0.016739636659622192,-0.09731560945510864 +273,-0.10755991073605652,0.17262457216781232,1.341302514080647,-0.10575708746910095,-0.17176850140094757,-0.9794442653656006,0.0915096253156662,-0.08146154135465622,0.06212017312645912,-0.11396947503089905,-0.04547087848186493,0.031034231185913086 +274,-0.1217766408789669,0.16372774047253294,1.3465939168748153,-0.11985132843255997,-0.16299721598625183,-0.9793199300765991,-0.20815151929855347,0.008382140658795834,-0.19209006428718567,-0.09355808049440384,-0.008420005440711975,0.036998212337493896 +275,-0.12375432493428971,0.14191977520685828,1.3198304119534203,-0.12219766527414322,-0.14144384860992432,-0.9823753833770752,-0.1621914803981781,-0.2080797255039215,-0.19664202630519867,-0.011209927499294281,-0.021886229515075684,-0.009094953536987305 +276,-0.17882792792114857,0.14590166905784838,1.3248349949370408,-0.1759864240884781,-0.14538457989692688,-0.973597526550293,-0.20039275288581848,-0.5087132453918457,0.4378734529018402,0.1584235578775406,0.02499273419380188,0.15224742889404297 +277,-0.21975782081870263,0.1089938541505386,1.3837219352117403,-0.2166997194290161,-0.10877817869186401,-0.9701590538024902,0.5414427518844604,-0.6057633757591248,0.5451671481132507,-0.01119031012058258,0.07295054942369461,-0.20125818252563477 +278,-0.21271830011032733,0.1477803314589107,1.5189056016235405,-0.20881660282611847,-0.14724302291870117,-0.9668066501617432,0.09439186751842499,0.7431972622871399,1.0824204683303833,-0.17787164449691772,-0.008823871612548828,0.17054200172424316 +279,-0.16530570787031057,0.07723393747482779,1.5734124656070856,-0.16406333446502686,-0.07715717703104019,-0.9834276437759399,-0.8631657958030701,0.24356535077095032,0.2830732762813568,-0.13946448266506195,-0.03537639230489731,0.08105343580245972 +280,-0.10985743547823992,0.001996230751696945,1.575787012480522,-0.10963638126850128,-0.001996229402720928,-0.993969738483429,-0.6677639484405518,0.4182969033718109,-0.2451017051935196,-0.10189620405435562,-0.024538803845643997,0.01308906078338623 +281,-0.0654164243102907,-0.04764209074220022,1.5525886975662573,-0.06529560685157776,0.047624070197343826,-0.9967288374900818,-0.756576418876648,0.24126802384853363,-0.0723094716668129,0.14459553360939026,0.009886302053928375,-0.018590986728668213 +282,-0.03524001126204211,-0.1007604783204122,1.556228071312266,-0.03505401685833931,0.1005900651216507,-0.9943102598190308,-0.0835040807723999,0.41106730699539185,-0.030292220413684845,0.02139739692211151,-0.0665019303560257,-0.17906010150909424 +283,-0.00793817156330642,-0.09466423931494033,1.5489648972545813,-0.007902546785771847,0.09452291578054428,-0.9954913258552551,0.13873255252838135,0.1742502748966217,-0.12106894701719284,0.14805452525615692,0.05182413011789322,-0.004356086254119873 +284,0.01043664526191715,-0.07548260433469876,1.5707963490409604,0.01040673814713955,0.07541094720363617,-0.9970982074737549,0.1496591866016388,0.14465387165546417,0.43148815631866455,0.0810697004199028,0.042188532650470734,-0.008730590343475342 +285,0.027313324837652465,-0.07574151256071163,1.6028287060367101,0.02723163180053234,0.07566911727190018,-0.9967610836029053,-0.2860740125179291,0.13855384290218353,-0.0396113321185112,-0.03786700963973999,0.00605696439743042,0.0020101070404052734 +286,0.041225422163456316,-0.11229371555940193,1.611476419579755,0.040954168885946274,0.11205786466598511,-0.9928573966026306,-0.08874034136533737,0.09137722104787827,-0.005980331916362047,0.06274456530809402,0.0011928677558898926,-0.13165432214736938 +287,0.05262241268635686,-0.10213069262610466,1.6349746289543214,0.052324049174785614,0.10195323824882507,-0.9934121370315552,0.387776255607605,0.0029872236773371696,0.3185117244720459,0.03851151838898659,0.04418017715215683,-0.11544400453567505 +288,0.056732852636190344,-0.07605862637192999,1.6479708710542313,0.05653849244117737,0.07598531246185303,-0.9955047369003296,-0.007747418247163296,0.0808124765753746,-0.09422844648361206,-0.015507612377405167,0.019519440829753876,0.04352414608001709 +289,0.09392926236620176,-0.08688293712580678,1.6370346518074401,0.09343742579221725,0.08677367120981216,-0.9918365478515625,-0.3781639039516449,0.3940976560115814,-0.6423735022544861,-0.19486260414123535,-0.07635192573070526,0.09094244241714478 +290,0.12240964313823584,-0.1712120054064224,1.55888196388892,0.12031888216733932,0.1703767627477646,-0.9780057072639465,-0.1026345044374466,0.08221665024757385,-0.6841212511062622,0.05851413309574127,0.1271085888147354,-0.35590237379074097 +291,0.056460083194712886,-0.08489699067563741,1.491890284603115,0.05622685328125954,0.0847950428724289,-0.9948107004165649,1.5883862972259521,-0.7496851682662964,-0.7985923886299133,0.13444697856903076,0.1301555186510086,-0.09922921657562256 +292,0.054378216856817485,0.003866724251730848,1.4436781778982226,0.054351016879081726,-0.003866714658215642,-0.9985144138336182,0.4279947876930237,0.04914502799510956,0.027069883421063423,0.16006548702716827,0.006979506462812424,0.10663819313049316 +293,0.05177788385823738,-0.00038559406772060593,1.4248064946603016,0.051754746586084366,0.0003855940594803542,-0.9986597299575806,-0.019710348919034004,-0.3380063474178314,-0.148760125041008,0.09953614324331284,0.0731465071439743,-0.005246460437774658 +294,0.033151915977337104,0.0296417162348777,1.4604181816289588,0.03313128277659416,-0.029637375846505165,-0.9990114569664001,-0.08688679337501526,-0.517179012298584,0.5193789601325989,0.09621746838092804,0.08559135347604752,0.12953519821166992 +295,0.040184804170056786,0.01239165155095723,1.4917049202522867,0.040170904248952866,-0.012391334399580956,-0.9991160035133362,-0.1535075604915619,0.6711676716804504,0.07218451052904129,-0.056848760694265366,0.040009744465351105,0.009247839450836182 +296,0.08473073662494475,0.035665479000382215,1.505167982659066,0.08457557111978531,-0.03565791994333267,-0.9957788586616516,-0.04472912475466728,0.05893890559673309,0.22600917518138885,-0.05256262421607971,-0.028734169900417328,0.03478032350540161 +297,0.08810660742754625,0.07550915606104461,1.537468274676049,0.0877419263124466,-0.07543741911649704,-0.9932827353477478,0.6416141986846924,0.18338526785373688,0.7608240246772766,-0.035038068890571594,0.0019663572311401367,0.0629391074180603 +298,0.06285269352623804,0.10740990871690163,1.5875005407673575,0.062449343502521515,-0.10720349848270416,-0.9922739267349243,-0.2967570126056671,-0.40178218483924866,-0.14937888085842133,-0.17734801769256592,-0.06250475347042084,0.049692749977111816 +299,0.056164664777422914,0.09668010367954318,1.5760874518512433,0.055872995406389236,-0.09652955830097198,-0.9937606453895569,0.26422813534736633,-0.08700128644704819,-0.09348057210445404,-0.09626302123069763,-0.02201595902442932,-0.05833280086517334 +300,0.05549448425908096,0.13537256496089253,1.5608763223052982,0.05495855212211609,-0.13495947420597076,-0.989325761795044,0.31443822383880615,-0.0376414991915226,0.027521442621946335,-0.03181096911430359,0.021968141198158264,0.035147905349731445 +301,0.053956620631808214,0.14911486506833826,1.5506643706030265,0.053331974893808365,-0.14856287837028503,-0.9874638319015503,0.1529959738254547,0.06563704460859299,-0.024259213358163834,-0.03215277940034866,0.024447888135910034,0.022360682487487793 +302,0.056333051213774715,0.1384718708450371,1.541986118702323,0.0557643324136734,-0.1380297690629959,-0.9888569712638855,-0.21135026216506958,0.1359877735376358,-0.08471310138702393,0.0021275170147418976,0.01560850441455841,-0.018009483814239502 +303,0.06364964260720707,0.1546518958417808,1.5352552132459465,0.06284753978252411,-0.15403616428375244,-0.9860644340515137,0.3217657208442688,-0.06624126434326172,-0.04324144497513771,-0.05097620189189911,-0.011887907981872559,-0.020695209503173828 +304,0.056485945654314085,0.15838103953985516,1.5216947543997543,0.055749304592609406,-0.1577197164297104,-0.9859089851379395,-0.23684076964855194,-0.023658236488699913,-0.1263352930545807,-0.037911780178546906,0.007176503539085388,0.05440568923950195 +305,0.058897905777860644,0.15082854311789065,1.5077726968995022,0.0581955723464489,-0.15025731921195984,-0.986932635307312,0.169500470161438,0.10515055060386658,-0.07632415741682053,-0.024778828024864197,-0.02123621106147766,-0.03848850727081299 +306,0.050477177843941214,0.16039153439196557,1.5018279830406536,0.049808137118816376,-0.15970472991466522,-0.9859074950218201,0.023904185742139816,-0.22373461723327637,0.009485552087426186,0.021496187895536423,0.011953875422477722,0.01581472158432007 +307,0.04782287362725606,0.15387126657968125,1.4946273955019154,0.047239843755960464,-0.15326480567455292,-0.9870553612709045,-0.03136974573135376,0.10604380071163177,0.0515129528939724,-0.0035844482481479645,0.009298115968704224,-0.02664703130722046 +308,0.04043240119115422,0.16336911157994624,1.4997146226726408,0.039883170276880264,-0.16264337301254272,-0.9858785271644592,0.056235842406749725,-0.15608562529087067,0.05943635106086731,0.037997692823410034,0.024322450160980225,0.03186851739883423 +309,0.0368155794654819,0.16607615419799357,1.501667201101527,0.03630083426833153,-0.16531378030776978,-0.9855727553367615,0.14031654596328735,-0.07839313894510269,0.09349539875984192,0.06426984071731567,0.019241392612457275,-3.820657730102539e-05 +310,0.03685178540968571,0.1677950478970177,1.4996601285729891,0.03632599487900734,-0.16700877249240875,-0.9852859973907471,-0.03483152016997337,-0.022639181464910507,0.06989134103059769,0.07806914299726486,0.016465559601783752,0.00829625129699707 +311,0.04435863609224712,0.16647300958049885,1.4997701771023957,0.043731048703193665,-0.16570515930652618,-0.9852052330970764,-0.031041979789733887,0.09419656544923782,-0.13705287873744965,0.04643312841653824,-0.011968165636062622,-0.0002225637435913086 +312,0.0516956845352979,0.1647588954934964,1.4951088994263044,0.05097290873527527,-0.16401450335979462,-0.9851400852203369,0.010617167688906193,-0.0008131037466228008,0.1043478325009346,0.06066039204597473,0.03774800896644592,0.023866891860961914 +313,0.05831655591777137,0.1613425218332569,1.495947270110288,0.05752655118703842,-0.16064344346523285,-0.9853346347808838,-0.09044644236564636,-0.07250037044286728,-0.006704806350171566,0.05833343416452408,-0.010468617081642151,0.019743263721466064 +314,0.05117578408660631,0.144180340698325,1.493429294722084,0.05062268301844597,-0.14368131756782532,-0.9883283972740173,-0.09954598546028137,-0.02357388474047184,-0.005243685096502304,0.06517626345157623,0.02072601020336151,-0.05795145034790039 +315,0.061375940939218,0.15249230939898067,1.511171821828135,0.060625627636909485,-0.1519019901752472,-0.9865344762802124,0.009767954237759113,0.10455449670553207,0.05283528193831444,0.04466000944375992,0.0035407990217208862,0.019920766353607178 +316,0.07102736208300088,0.14921566132351222,1.5246105199203104,0.0701790601015091,-0.14866255223751068,-0.9863946437835693,0.03881975635886192,-0.004927807487547398,0.0943116843700409,0.058544084429740906,0.005214676260948181,-0.039285898208618164 +317,0.07805689336825443,0.15931485326944309,1.5508660659300617,0.07699015736579895,-0.1586417704820633,-0.984329879283905,0.08657501637935638,0.07472733408212662,0.2059401124715805,0.06189534068107605,0.027645081281661987,-0.02996760606765747 +318,0.10008488069536825,0.17637028678940347,1.5730790622745365,0.0983678475022316,-0.17545732855796814,-0.979560375213623,0.14241038262844086,0.0521572008728981,0.15233057737350464,0.049077823758125305,0.01968035101890564,0.017539501190185547 +319,0.10399582668237028,0.174409946303223,1.607772547081906,0.10223360359668732,-0.1735270619392395,-0.9795083403587341,0.036257054656744,0.07725216448307037,0.28433603048324585,-0.021529868245124817,0.003986656665802002,-0.034758567810058594 +320,0.11294605199043559,0.1799117484924758,1.6366538016999312,0.11088693141937256,-0.1789427399635315,-0.9775906801223755,-0.12388022989034653,0.11949320137500763,0.10686438530683517,-0.07010019570589066,0.004046514630317688,0.031698405742645264 +321,0.1118828929901383,0.17995054806627428,1.6644617719147368,0.10984676331281662,-0.17898091673851013,-0.9777011275291443,-0.06351188570261002,0.16242699325084686,0.18872639536857605,-0.08215206861495972,0.008387669920921326,0.04043006896972656 +322,0.11075548052965135,0.1689199647939445,1.6922770161953318,0.10895600914955139,-0.16811779141426086,-0.979727029800415,-0.23029983043670654,0.03939281776547432,0.22687190771102905,-0.05854097753763199,-0.006381720304489136,-0.01667189598083496 +323,0.11205393302506196,0.16659522932440632,1.7284150437397325,0.11027145385742188,-0.16582567989826202,-0.9799704551696777,0.012484190054237843,0.011582174338400364,0.3089600205421448,-0.06895065307617188,-0.006949573755264282,-0.028345584869384766 +324,0.1127653217224927,0.16755164380329934,1.763719692167702,0.11095067113637924,-0.16676877439022064,-0.9797337055206299,-0.024090245366096497,0.01179523579776287,0.2679954767227173,-0.10159702599048615,-0.015833154320716858,0.008435487747192383 +325,0.10576615182167405,0.16365837528898453,1.784169486690205,0.1041584387421608,-0.1629287749528885,-0.9811244606971741,-0.1266210526227951,-0.07889649271965027,0.11287225037813187,-0.0878315418958664,0.0045425742864608765,0.023513436317443848 +326,0.09155999457573952,0.1497296430264377,1.795839762264146,0.09040912985801697,-0.14917080104351044,-0.9846696257591248,-0.15866878628730774,-0.04567308723926544,0.0445704348385334,-0.09230121970176697,0.006775781512260437,-0.019740164279937744 +327,0.08216599638186693,0.1357380883085276,1.7925749551382126,0.08131863921880722,-0.13532164692878723,-0.9874590039253235,-0.17394405603408813,-0.00037120282649993896,-0.10002044588327408,-0.08221890777349472,0.0020056068897247314,-0.004636943340301514 +328,0.07488971538230982,0.12579975461547363,1.7777709864196682,0.07422848045825958,-0.1254682093858719,-0.9893168807029724,-0.054716404527425766,0.008382131345570087,-0.2217005491256714,-0.09617061913013458,-0.020833060145378113,-0.016725599765777588 +329,0.06400714876484918,0.11965386364120488,1.7417630546270395,0.0635061115026474,-0.1193685531616211,-0.9908168911933899,-0.12444590032100677,-0.05480867251753807,-0.3362824320793152,-0.0750264972448349,-0.0036172866821289062,-0.0026218295097351074 +330,0.06067688708894228,0.11050596955734786,1.7012730371521931,0.060269784182310104,-0.11028119921684265,-0.9920713901519775,0.012466197833418846,-0.08590955287218094,-0.37062081694602966,-0.0501684695482254,-0.011575490236282349,-0.01929640769958496 +331,0.06328002520602542,0.10928343927401354,1.6510655454889165,0.06286055594682693,-0.10906603932380676,-0.9920449256896973,0.070813849568367,-0.1271543651819229,-0.43569624423980713,-0.010889112949371338,-0.021366089582443237,-0.044576168060302734 +332,0.06233296802759243,0.11861919496891728,1.5997869039110766,0.061854880303144455,-0.11834121495485306,-0.9910445809364319,0.1335865557193756,-0.001814772840589285,-0.36936160922050476,0.030903302133083344,0.03696609288454056,0.003907740116119385 +333,0.05842986200663378,0.12748889666511848,1.5521662354582408,0.057922691106796265,-0.12714381515979767,-0.9901915788650513,0.13464784622192383,-0.03978929668664932,-0.40984755754470825,0.05499234423041344,0.025077804923057556,0.020449817180633545 +334,0.052162450448659796,0.13529786729826201,1.4971997486258248,0.05166231095790863,-0.13488546013832092,-0.9895134568214417,0.12537935376167297,-0.11532016843557358,-0.44005391001701355,0.07670988142490387,0.03347556293010712,-0.007388949394226074 +335,0.04231322142524213,0.14261956349652793,1.4416696552582215,0.041871119290590286,-0.1421365737915039,-0.9889611005783081,0.055758848786354065,-0.17572996020317078,-0.42078328132629395,0.1282796412706375,0.042191505432128906,-0.008139729499816895 +336,0.03413404935380396,0.15054122477495638,1.4038680820005673,0.03374144062399864,-0.14997325837612152,-0.9881141185760498,0.0777328759431839,-0.0831051841378212,-0.1962658017873764,0.10840943455696106,0.054468512535095215,-0.00637739896774292 +337,0.029814179637864806,0.15357576107259474,1.3799835601855657,0.029458913952112198,-0.1529727727174759,-0.9877912402153015,-0.04504065215587616,-0.1191413402557373,-0.2515377700328827,0.0581875741481781,0.004474252462387085,0.016279399394989014 +338,0.02874102369963436,0.15114387011513944,1.3562535895387011,0.028409449383616447,-0.15056906640529633,-0.9881911873817444,0.11513558030128479,-0.06033744663000107,-0.06898313015699387,0.0809045135974884,0.05132588744163513,-0.038267552852630615 +339,0.028848510414283903,0.153520850831817,1.3503475619921155,0.028505263850092888,-0.1529185175895691,-0.9878275990486145,-0.10349464416503906,-0.21332749724388123,-0.13189740478992462,0.05163389444351196,0.022959411144256592,0.025348961353302002 +340,0.024728978442372828,0.14791570691987083,1.3455767949354058,0.024456454440951347,-0.1473769247531891,-0.9887779951095581,-0.009122036397457123,-0.129926398396492,-0.0512426383793354,0.0760379284620285,0.021110445261001587,-0.031897664070129395 +341,0.02641100150013964,0.15050437846556017,1.3526957936759525,0.026109404861927032,-0.14993682503700256,-0.9883507490158081,0.019676748663187027,-0.04084145650267601,0.066700279712677,0.04968100041151047,0.039188534021377563,0.022927165031433105 +342,0.030042061811120287,0.14444573064325286,1.3610251746445317,0.0297247264534235,-0.14394395053386688,-0.9891393184661865,0.08579295128583908,0.10101299732923508,0.09307476133108139,0.01946960762143135,0.018058940768241882,-0.06061959266662598 +343,0.03793672385071195,0.15298469370775059,1.372648921250788,0.037484653294086456,-0.15238864719867706,-0.9876095652580261,0.033572807908058167,0.13491514325141907,0.023332146927714348,0.021749962121248245,0.029372289776802063,0.004058539867401123 +344,0.050708516368593616,0.17619948716283942,1.4045629225501766,0.04990200325846672,-0.17528918385505676,-0.9832515120506287,0.4148762822151184,0.26356035470962524,0.5101749300956726,0.06951327621936798,0.09977343678474426,-0.024591505527496338 +345,0.06441013768569942,0.20931439261707105,1.4959592093067726,0.06296074390411377,-0.20778930187225342,-0.9761452674865723,0.4579540193080902,0.2627052664756775,1.251882553100586,0.019497759640216827,0.020670771598815918,0.030069828033447266 +346,0.06778629484493777,0.27215985100961904,1.613604280098009,0.0652412623167038,-0.2688124179840088,-0.9609804749488831,0.6176813244819641,0.15843917429447174,0.9455426931381226,-0.1796364039182663,-0.06375288963317871,-0.014880120754241943 +347,0.046375334834654905,0.31253891381704685,1.6868055764296273,0.0441129133105278,-0.3074755370616913,-0.9505329132080078,0.17811165750026703,-0.14279313385486603,0.6445630192756653,-0.1319119930267334,-0.023075610399246216,0.05990791320800781 +348,0.03875113181126846,0.3057237647311005,1.7306451154826918,0.03694497048854828,-0.3009834587574005,-0.9529134631156921,-0.15743741393089294,0.1390334963798523,0.05666933208703995,-0.13273964822292328,-0.03730389475822449,-0.008039295673370361 +349,0.032036500182753704,0.3104772496241413,1.7448269140442132,0.030499549582600594,-0.3055131137371063,-0.9516992568969727,0.02925466001033783,-0.12091876566410065,0.21390017867088318,-0.054562658071517944,0.020524710416793823,0.04944711923599243 +350,0.017193072643065743,0.30035296948431744,1.7579710326796825,0.016422566026449203,-0.29585739970207214,-0.9550909399986267,-0.11863787472248077,-0.09751519560813904,-0.1233314722776413,-0.1066630482673645,-0.011576712131500244,-0.04045349359512329 +351,-0.003396364875318882,0.2901320070831527,1.7424105427504255,-0.0032544112764298916,-0.28607872128486633,-0.9582005739212036,-0.06901424378156662,-0.0856204628944397,-0.2678147852420807,-0.06521178781986237,0.024283677339553833,-0.019811511039733887 +352,-0.011694731689847708,0.2964466352832254,1.7200287967191392,-0.011184358969330788,-0.2921236753463745,-0.9563151597976685,0.14120975136756897,-0.14868241548538208,-0.19211071729660034,-0.03718601167201996,0.02729213237762451,-0.001921534538269043 +353,-0.02415935054599255,0.3008440112385073,1.6982945894582169,-0.023072030395269394,-0.2963264286518097,-0.9548079967498779,-0.04550789296627045,-0.1336958110332489,-0.2943022847175598,-0.07224962115287781,-0.0027000606060028076,0.007542431354522705 +354,-0.027502410583273774,0.3045950389477189,1.6658928984419712,-0.02623312547802925,-0.2999068796634674,-0.9536077380180359,0.10112512111663818,-0.07605195790529251,-0.31191885471343994,-0.03588540852069855,0.018611103296279907,-0.008901417255401611 +355,-0.02643949575801361,0.31344553979674145,1.638221002385011,-0.02514834888279438,-0.30833813548088074,-0.9509443640708923,-0.13694153726100922,-0.01921835169196129,-0.24379560351371765,-0.05224423110485077,0.03244397044181824,0.049836575984954834 +356,-0.02782272612812028,0.3056383548183991,1.6177133490729911,-0.026529859751462936,-0.30090200901031494,-0.9532859921455383,0.010479518212378025,-0.09727392345666885,-0.22519859671592712,-0.07793180644512177,-0.010056853294372559,-0.01589125394821167 +357,-0.023735195165151924,0.31835823953813475,1.5841136007163295,-0.022540399804711342,-0.3130077123641968,-0.9494830965995789,-0.0030427640303969383,0.04391685500741005,-0.403923362493515,-0.05042712390422821,-0.0025287866592407227,0.04034918546676636 +358,-0.011900751036178584,0.316188078967109,1.5510480891661922,-0.011310535483062267,-0.31094586849212646,-0.9503602981567383,-0.014620843343436718,-0.06489402800798416,-0.22562195360660553,-0.026561781764030457,-0.028134942054748535,-0.02975749969482422 +359,-0.0018745854389421958,0.3225985197397866,1.5212519268506328,-0.0017778835026547313,-0.3170320987701416,-0.9484131336212158,0.10823654383420944,-0.02201305702328682,-0.11457573622465134,0.04579949378967285,0.0320284366607666,0.01069951057434082 +360,0.0007601147713560745,0.32797293894908774,1.5180722573819412,0.0007195984944701195,-0.3221246898174286,-0.9466969966888428,0.05812840536236763,0.015217447653412819,-0.006699816323816776,0.05293029546737671,0.02247259020805359,0.024883031845092773 +361,0.005216632087991445,0.33616898178189913,1.5245842762585446,0.00492461072281003,-0.3298729360103607,-0.9440125226974487,0.009872211143374443,0.06575048714876175,0.12201851606369019,0.09065644443035126,0.012764811515808105,0.07436835765838623 +362,0.02672131743854382,0.3145028295680472,1.5296056230869033,0.025407619774341583,-0.30934372544288635,-0.9506108164787292,-0.11781822144985199,0.2032167911529541,0.12169273942708969,0.06585519015789032,0.009813696146011353,-0.06390029191970825 +363,0.04392502491784458,0.3225832278407318,1.5431535085122625,0.04164596274495125,-0.3170175850391388,-0.9475048780441284,0.01996087282896042,0.11694318801164627,0.08748912811279297,0.0060530006885528564,-0.02403157949447632,0.022761225700378418 +364,0.05264271180888276,0.32659806189182733,1.550936150883343,0.04983695223927498,-0.3208227753639221,-0.9458271265029907,0.061787135899066925,0.12600457668304443,0.09795816987752914,0.04731575772166252,-0.016381174325942993,-0.017185509204864502 +365,0.061940618291243775,0.3390083481542544,1.561275456118256,0.05837791785597801,-0.332552045583725,-0.9412763714790344,0.1911599487066269,0.1716323345899582,0.16001103818416595,0.03929360210895538,-0.0018900930881500244,-0.004203975200653076 +366,0.07223933157031628,0.35254690877163425,1.57895048571263,0.0677373930811882,-0.3452892005443573,-0.9360486268997192,0.04816943407058716,0.09578908979892731,0.2569110095500946,0.037700846791267395,0.007154405117034912,0.02198612689971924 +367,0.07420892968995796,0.3563997653212042,1.6131077007982955,0.0694817528128624,-0.34890252351760864,-0.9345797896385193,0.020330023020505905,0.05853133276104927,0.3109014928340912,-0.01355830579996109,-0.0014545023441314697,-0.013601362705230713 +368,0.0763599619663182,0.36323019250571,1.640891494695861,0.071308434009552,-0.3552955090999603,-0.9320301413536072,-0.021190639585256577,0.18166102468967438,0.24723881483078003,0.037318870425224304,0.005899757146835327,0.022667348384857178 +369,0.08322220174815838,0.3705598027893703,1.6752304346708353,0.07748395949602127,-0.3621372878551483,-0.9288986921310425,0.16239014267921448,0.26620128750801086,0.3512776494026184,-0.042022548615932465,-0.028380870819091797,-0.025874197483062744 +370,0.08204964338985574,0.37633509997497405,1.6986852226615088,0.07622203975915909,-0.3675145208835602,-0.9268890023231506,0.02295587584376335,0.013530801981687546,0.2788083255290985,-0.062168702483177185,0.003973871469497681,-0.0006622076034545898 +371,0.07369632113578756,0.3924590656630996,1.6895448523783931,0.0680316686630249,-0.38246166706085205,-0.9214633703231812,-0.062348149716854095,-0.2475762814283371,-0.049349021166563034,0.0342479944229126,0.01385509967803955,0.05963170528411865 +372,0.029257352377796718,0.3791635398389206,1.7285991672154888,0.027175458148121834,-0.3701435625553131,-0.9285770058631897,0.10425370186567307,-0.5099158883094788,0.3828771412372589,-0.06648209691047668,0.025096535682678223,-0.1401790976524353 +373,0.009140185266045882,0.40287485343480406,1.7413210926395082,0.008408283814787865,-0.39206463098526,-0.9198992252349854,0.40076908469200134,-0.2142210751771927,0.1932029128074646,-0.03360055387020111,0.11037212610244751,0.08864617347717285 +374,0.00044131443386610753,0.4084161539721695,1.7676280773229973,0.00040501676267012954,-0.3971562385559082,-0.917750895023346,-0.42638495564460754,0.3016018867492676,0.2669524848461151,-0.04178684949874878,-0.02894541621208191,0.04798471927642822 +375,0.01488171615922953,0.38351304877212394,1.791438210116033,0.013800136744976044,-0.3741806149482727,-0.9272531270980835,0.04473356157541275,0.17528682947158813,0.09245498478412628,-0.06319284439086914,0.016926616430282593,-0.06191307306289673 +376,0.011059453288519596,0.4026160306135859,1.8141715979779902,0.010174921713769436,-0.3918265402317047,-0.9199828505516052,0.14578382670879364,-0.0014042165130376816,0.20790444314479828,0.04815942049026489,-0.014988034963607788,0.11906427145004272 +377,0.015697172500616908,0.3565700270246099,1.8288985621535392,0.014709210023283958,-0.34906205534935,-0.9369841814041138,-0.20819884538650513,0.05765892192721367,0.09685476124286652,-0.02941867709159851,-0.06809794902801514,-0.21819770336151123 +378,0.005531855664738419,0.3917530763604578,1.8456826648861862,0.00511274253949523,-0.381809264421463,-0.9242269992828369,0.32556235790252686,-0.12413918972015381,0.38258516788482666,0.02131548523902893,0.08227923512458801,0.12851166725158691 +379,-0.006099890943037029,0.3858966056100961,1.8692030191918052,-0.005651277955621481,-0.3763899505138397,-0.9264441132545471,-0.2603996992111206,0.1014719307422638,0.21781377494335175,0.025060445070266724,-0.02137613296508789,-0.08414548635482788 +380,-0.009802933236945829,0.40928432637173096,1.9020911644840586,-0.008993124589323997,-0.3979528546333313,-0.9173617959022522,0.5894323587417603,-0.028413480147719383,0.4334668815135956,-0.12558938562870026,-0.0009271502494812012,0.0013003945350646973 +381,-0.022291577394225427,0.41647070434946964,1.9051512723378128,-0.02038445696234703,-0.40453535318374634,-0.9142951369285583,-0.2606009840965271,-0.11848451942205429,-0.28717172145843506,-0.02276739478111267,0.04815107583999634,0.09285348653793335 +382,-0.013624322888625594,0.37718995636022007,1.8805700474670157,-0.012666185386478901,-0.3683094084262848,-0.9296169877052307,-0.4482118785381317,-0.08157418668270111,-0.09606167674064636,0.010545209050178528,0.03832286596298218,-0.05243867635726929 +383,-0.013075488828772954,0.35821628923194787,1.8719699591592684,-0.01224515587091446,-0.3506042957305908,-0.9364436268806458,-0.17761823534965515,-0.03217393532395363,-0.11762772500514984,0.007972702383995056,-0.05601191520690918,-0.013202369213104248 +384,-0.012504180124935156,0.33942689555213024,1.8636772429851116,-0.011790454387664795,-0.3329467475414276,-0.9428719282150269,0.12649330496788025,-0.10676539689302444,0.0398557074368,0.0737411379814148,0.04988095164299011,-0.031951069831848145 +385,-0.020700283735812328,0.3505642044700957,1.8907307023581075,-0.019439885392785072,-0.34342774748802185,-0.9389778971672058,-0.036710478365421295,0.04921687766909599,0.3657108545303345,0.057281672954559326,0.02270328998565674,0.01583641767501831 +386,-0.024664034212370015,0.3409610620145188,1.9317608108370738,-0.023241860792040825,-0.3343929946422577,-0.9421470761299133,-0.14068163931369781,0.09631805866956711,0.32509222626686096,0.029009684920310974,0.014004170894622803,-0.03714674711227417 +387,-0.020713069906980644,0.3405309062485391,1.969619545674487,-0.019522277638316154,-0.3339875638484955,-0.9423753023147583,0.05390341579914093,0.19313190877437592,0.3982352018356323,0.0828920304775238,0.03233656287193298,0.0389786958694458 +388,-0.021272024800276422,0.32842579678693173,2.0267483579379877,-0.020133543759584427,-0.3225533664226532,-0.946337103843689,-0.0498076006770134,0.22647453844547272,0.483643114566803,-0.03658337891101837,-0.001924753189086914,-0.03913646936416626 +389,-0.02078562898594244,0.3195925480951877,2.0829919490184543,-0.01973169669508934,-0.31417977809906006,-0.9491584300994873,-0.004109981469810009,0.15553146600723267,0.6095846891403198,0.04492396116256714,0.04161202907562256,-0.004332780838012695 +390,-0.025578825182083,0.31256860827475486,2.1571019801773295,-0.0243367962539196,-0.3075037896633148,-0.9512355923652649,-0.28714779019355774,0.1995530128479004,0.7746256589889526,-0.003037475049495697,0.04953870177268982,0.005755245685577393 +391,-0.024422916857390193,0.30646368388852385,2.236390721347193,-0.023282650858163834,-0.3016889691352844,-0.953122079372406,0.11981339007616043,0.18646743893623352,0.7325601577758789,-0.08757244795560837,0.037315189838409424,-0.011889517307281494 +392,-0.03541300548611704,0.2936166919231465,2.3240025861355647,-0.033890366554260254,-0.28941601514816284,-0.9566032886505127,-0.256193608045578,0.09638616442680359,0.9078145027160645,-0.09799134731292725,0.05632275342941284,-0.041123151779174805 +393,-0.05020449830242874,0.2917511693986776,2.409965908455575,-0.04806274175643921,-0.2876298427581787,-0.9565349221229553,0.21754297614097595,0.1006012111902237,0.7145949602127075,-0.1706872582435608,0.01602339744567871,-0.013344228267669678 +394,-0.05266975656153386,0.29443555323665305,2.454078404456636,-0.05037987232208252,-0.29019972681999207,-0.9556390643119812,-0.0026341956108808517,0.18494153022766113,0.3064718544483185,-0.15120398998260498,0.03669023513793945,0.0298730731010437 +395,-0.04519763907944387,0.28358683526423767,2.478631598708067,-0.0433775819838047,-0.27980101108551025,-0.9590775966644287,-0.17272794246673584,0.14180965721607208,0.27222874760627747,-0.0831635445356369,0.062409043312072754,0.04403853416442871 +396,-0.03683469746038399,0.25711340534076993,2.505931260097199,-0.03561581298708916,-0.2542898952960968,-0.9664720296859741,-0.3957902193069458,0.22318416833877563,0.20408104360103607,-0.15106020867824554,0.0399649441242218,-0.09422743320465088 +397,-0.025761621437326212,0.24826759510999344,2.5249582735831453,-0.02496899664402008,-0.24572503566741943,-0.9690179228782654,-0.020819183439016342,0.047787681221961975,0.1887923628091812,0.02417554147541523,-0.013598069548606873,0.025628089904785156 +398,-0.024994168459712356,0.24979868617456172,2.5603207539711277,-0.024215882644057274,-0.24720889329910278,-0.9686595797538757,-0.13386352360248566,0.27623775601387024,0.4746752977371216,0.08926410228013992,0.017609894275665283,0.07241934537887573 +399,-0.014185937266035557,0.232053410456353,2.622840861526549,-0.013805237598717213,-0.2299763709306717,-0.9730982780456543,0.1129954606294632,0.25256767868995667,0.7112316489219666,0.030849304050207138,-0.0038798153400421143,-0.0405125617980957 +400,-0.0038854752598647753,0.23913148002112283,2.6827711380449646,-0.003774900920689106,-0.23685890436172485,-0.9715367555618286,-0.08060519397258759,0.3195578455924988,0.6198911070823669,0.10213305056095123,0.0036435872316360474,0.06786549091339111 +401,0.019999230420243888,0.21704537827846726,2.7517197655592947,0.01952870562672615,-0.21534526348114014,-0.9763426780700684,-0.09775783866643906,0.35143157839775085,0.7105221748352051,0.04222361370921135,0.006910204887390137,-0.08939218521118164 +402,0.032283199414350136,0.2253127343058998,2.8187526980821582,0.03146175295114517,-0.2234112024307251,-0.9742164015769958,0.15231500566005707,0.17980289459228516,0.7342352867126465,0.04792972654104233,0.0022350549697875977,0.0018195509910583496 +403,0.03601301535097568,0.22669125926270373,2.885375806002078,0.03508405014872551,-0.2247546762228012,-0.973783552646637,-0.10220431536436081,0.2375485599040985,0.6375111937522888,0.019252493977546692,0.06443057954311371,0.01756107807159424 +404,0.03323435991749418,0.21874544045888106,2.9359950497862726,0.03243643045425415,-0.21700513362884521,-0.9756314158439636,-0.12732666730880737,0.01355712115764618,0.42940521240234375,0.02479928731918335,0.005136847496032715,0.007217109203338623 +405,0.03425197935850504,0.20610227647528823,2.9580456236149177,0.03352051600813866,-0.20464622974395752,-0.9782618880271912,-0.12219968438148499,0.058942146599292755,0.20102135837078094,0.04242248088121414,0.04369652271270752,-0.020532667636871338 +406,0.03529205527806847,0.19897384795870332,2.9630213009758304,0.034588560461997986,-0.19766353070735931,-0.9796594977378845,-0.1275528222322464,0.005446349270641804,0.004030128475278616,0.025988828390836716,0.002518892288208008,0.0422816276550293 +407,0.039482508646901414,0.1860465673752656,2.944759176258568,0.03879108652472496,-0.18497514724731445,-0.9819773435592651,-0.07799989730119705,-0.025142695754766464,-0.0801355168223381,0.00980815663933754,0.03824661672115326,0.009870409965515137 +408,0.036007646989023166,0.1727078850303316,2.918744974487768,0.035464297980070114,-0.17185057699680328,-0.9844844937324524,-0.13378816843032837,-0.07139082998037338,-0.19344285130500793,-0.040209781378507614,0.057974234223365784,-0.03957861661911011 +409,0.03140717399451172,0.1590809251830048,2.8869332661999447,0.031005507335066795,-0.15841080248355865,-0.9868863821029663,-0.13933461904525757,-0.0725298672914505,-0.1368902027606964,-0.026824597269296646,0.039209142327308655,-0.04241049289703369 +410,0.02441436295710172,0.16924683168457738,2.866087717446015,0.02406313829123974,-0.16843998432159424,-0.9854181408882141,0.08344760537147522,-0.14316914975643158,-0.05729231238365173,-0.1429748833179474,0.017408505082130432,0.012456774711608887 +411,0.006647792524745952,0.15969600095425765,2.829130779466478,0.006563155446201563,-0.15901808440685272,-0.9872538447380066,-0.14228491485118866,-0.22677281498908997,-0.2105487883090973,-0.13009831309318542,-0.008187726140022278,-0.03477984666824341 +412,-0.01420432993351877,0.15739932587387057,2.7946249831420826,-0.014028267934918404,-0.15675021708011627,-0.9875386357307434,0.77867591381073,-0.2601940631866455,-0.19445356726646423,-0.17499761283397675,0.024487048387527466,-0.11683142185211182 +413,-0.028017639085683166,0.20765101603585706,2.7248781968721896,-0.027412174269557,-0.20616194605827332,-0.9781338572502136,-0.27680158615112305,0.0337354801595211,-0.6604007482528687,-0.06940484046936035,0.029526203870773315,0.21334809064865112 +414,-0.03872052571135163,0.16576019152358115,2.6678183895487533,-0.03818025067448616,-0.16500215232372284,-0.9855539202690125,-0.2935783267021179,-0.25786474347114563,-0.1979047805070877,-0.11849699914455414,0.021004974842071533,-0.12025046348571777 +415,-0.04228854310310238,0.186822131865535,2.6176592646209698,-0.04154031351208687,-0.1857372671365738,-0.9817209839820862,0.17596721649169922,0.03735708072781563,-0.5466484427452087,-0.16193562746047974,-0.01613651216030121,0.09729105234146118 +416,-0.03370649594370838,0.18418680313293975,2.5504840661714314,-0.03313009440898895,-0.1831471472978592,-0.9825271368026733,-0.11047574877738953,-0.03937554359436035,-0.4595804810523987,-0.08260782063007355,0.053096503019332886,-0.00546419620513916 +417,-0.024703883112910427,0.18373667724547962,2.5044330091337716,-0.02428559400141239,-0.1827046275138855,-0.9828678369522095,0.10992593318223953,-0.012022078037261963,-0.5367075800895691,-0.16074247658252716,-0.016651436686515808,-0.09124404191970825 +418,-0.0136614013937957,0.21232983480072395,2.4377398259447145,-0.013354185968637466,-0.21073798835277557,-0.9774513840675354,0.15356409549713135,-0.1123257726430893,-0.5989450216293335,-0.001355290412902832,0.07369880378246307,0.0606117844581604 +419,-0.0155654029167305,0.22027100195094637,2.3789434603552233,-0.015188702382147312,-0.21849408745765686,-0.9757200479507446,-0.003316040150821209,-0.23942266404628754,-0.7055968046188354,-0.0005888855084776878,0.06573836505413055,0.031567275524139404 +420,-0.02262194225968654,0.22058907300784236,2.3126626815796163,-0.022071901708841324,-0.2188044637441635,-0.975519061088562,-0.047179464250802994,-0.2648421823978424,-0.8543342351913452,0.11962134391069412,0.03333386778831482,0.01944911479949951 +421,-0.02007017780653893,0.19939047426415538,2.2386906445047594,-0.01967121660709381,-0.1980719119310379,-0.9799900650978088,-0.29401102662086487,-0.06250786036252975,-0.719563364982605,0.2061946541070938,0.0584387481212616,-0.03211015462875366 +422,-0.011511091484082603,0.1765473928071461,2.1921471697721184,-0.011331912130117416,-0.17563168704509735,-0.9843907356262207,-0.10227853804826736,0.02586471289396286,-0.5016299486160278,0.11065136641263962,0.02432553470134735,-0.025344371795654297 +423,-0.011005713949906898,0.15420683911577499,2.1581264564380764,-0.010874897241592407,-0.1535964012145996,-0.9880738258361816,-0.31786614656448364,-0.1350739747285843,-0.4577632248401642,0.09908595681190491,0.01434469223022461,-0.02295827865600586 +424,-0.024354048808053325,0.1458565030120038,2.1409369785261534,-0.02409307099878788,-0.14533989131450653,-0.9890884160995483,-0.1479979306459427,-0.1903737634420395,-0.2897811233997345,0.15582218766212463,0.01467888057231903,0.01293790340423584 +425,-0.043829893286200156,0.1396379841203546,2.1376121315798287,-0.04338937625288963,-0.1391846388578415,-0.989315390586853,0.2725634276866913,-0.2791379392147064,-0.08344374597072601,-0.02512258291244507,0.014108344912528992,-0.1006198525428772 +426,-0.07311103291561712,0.15648928191980463,2.120883214208014,-0.07215333729982376,-0.155851349234581,-0.9851417541503906,0.1451607495546341,-0.2238466739654541,-0.4031132459640503,0.05471254140138626,0.026166915893554688,0.001773834228515625 +427,-0.08167869472552282,0.1636050472873271,2.097154920504362,-0.08049842715263367,-0.162876158952713,-0.9833571910858154,-0.23228171467781067,-0.17155227065086365,-0.30778083205223083,0.08365698903799057,0.07376483082771301,0.07674098014831543 +428,-0.09328190148814225,0.1392818992954982,2.0937382870677648,-0.09224463999271393,-0.1388320028781891,-0.9860104322433472,-0.22857604920864105,-0.17363612353801727,-0.11575031280517578,-0.07670066505670547,0.01737205684185028,-0.028882086277008057 +429,-0.1196380609614175,0.12912168101040988,2.0823837529560683,-0.11835929751396179,-0.12876318395137787,-0.984586775302887,-0.12585555016994476,-0.331280380487442,-0.3412839472293854,-0.031283654272556305,0.005853638052940369,0.011991560459136963 +430,-0.13630616524271236,0.11045110039736894,2.055651665243195,-0.13505646586418152,-0.11022666096687317,-0.9846876859664917,-0.13081543147563934,-0.06309399008750916,-0.3626568019390106,-0.0037679970264434814,0.04578879475593567,-0.0824204683303833 +431,-0.14124308167127053,0.10990241556019792,2.039731446117737,-0.13992461562156677,-0.10968130826950073,-0.9840686321258545,-0.004940757527947426,-0.10986154526472092,-0.15436410903930664,-0.011549383401870728,0.02029532939195633,0.006422817707061768 +432,-0.14895515902343567,0.10721940668832529,2.0274764928259024,-0.1475527286529541,-0.10701408982276917,-0.9832477569580078,-0.06969796121120453,-0.04031161218881607,-0.22648318111896515,0.0033724457025527954,0.028263486921787262,-0.03565782308578491 +433,-0.14040456950500438,0.1179049484845166,2.013641158490105,-0.13897211849689484,-0.11763196438550949,-0.9832850694656372,0.2149859219789505,-0.04540497809648514,-0.031124310567975044,0.037348583340644836,-0.027418091893196106,-0.025076746940612793 +434,-0.13877256104820285,0.12923147030211427,2.0120902491722927,-0.1371740996837616,-0.1288720667362213,-0.9821279048919678,0.054629385471343994,0.24860505759716034,0.0639687031507492,0.0660376250743866,-0.023105472326278687,-0.08453774452209473 +435,-0.08206566303817715,0.15693705945486075,2.0152004712101834,-0.08096617460250854,-0.15629364550113678,-0.9843865036964417,0.17615002393722534,1.0154035091400146,-0.17203441262245178,0.001666247844696045,0.04585053026676178,0.07308584451675415 +436,-0.001800101404237916,0.1668383672982921,2.0083953568055937,-0.001775105600245297,-0.16606545448303223,-0.9861131310462952,0.26412221789360046,0.04208929091691971,0.23591110110282898,0.0529225692152977,0.03406167030334473,0.10473495721817017 +437,-0.0419888127360883,0.15835711858873158,2.0274122635164677,-0.04145125299692154,-0.15769609808921814,-0.9866173267364502,-0.002584211528301239,-0.20861618220806122,0.2658365070819855,-0.05858536437153816,-0.02373090386390686,-0.059616804122924805 +438,-0.041864582174121846,0.17013722180998422,2.0494176298318245,-0.04124807193875313,-0.1693175882101059,-0.9846979975700378,0.16633868217468262,-0.12832465767860413,-0.018895283341407776,-0.019237756729125977,-0.024713128805160522,0.009783446788787842 +439,-0.043279809548750485,0.16411674159897244,2.0579693350862427,-0.04268493130803108,-0.16338101029396057,-0.985639214515686,-0.2162570357322693,0.07857577502727509,0.17711742222309113,0.024114981293678284,0.04222622513771057,-0.003023505210876465 +440,-0.042180481492782244,0.15458186667965274,2.094174936444819,-0.04166516289114952,-0.1539669632911682,-0.9871971607208252,-0.03170651197433472,0.10156383365392685,0.33332371711730957,-0.01911059394478798,-0.012979447841644287,-0.038376569747924805 +441,-0.028899242195225536,0.1598011469748591,2.130492559700839,-0.028527064248919487,-0.15912188589572906,-0.9868466854095459,0.08131112158298492,0.25062069296836853,0.4050045609474182,-0.023856360465288162,0.031817808747291565,0.0071408748626708984 +442,-0.02206250241718732,0.15987002798857464,2.171445548609265,-0.021779393777251244,-0.15918989479541779,-0.987007737159729,-0.069501593708992,0.10746646672487259,0.36655405163764954,-0.0814310610294342,0.034342482686042786,0.008919358253479004 +443,-0.01443224822500161,0.16074502559928078,2.196929851930053,-0.014245697297155857,-0.16005367040634155,-0.9870055317878723,0.08092137426137924,0.09246043115854263,0.10102371871471405,-0.12218313664197922,0.029774129390716553,-0.021585166454315186 +444,-0.01623185798389041,0.1599758842746854,2.2032275655054314,-0.016023891046643257,-0.15929439663887024,-0.9871010780334473,0.02962050586938858,0.005341722629964352,-0.003946626093238592,-0.07160733640193939,-0.0030743777751922607,0.014215946197509766 +445,-0.025319331304741635,0.15636147851722396,2.184557002004072,-0.02500777505338192,-0.15572510659694672,-0.98748379945755,0.011875372380018234,-0.05514919012784958,-0.16147513687610626,-0.00377030111849308,0.001321449875831604,-0.018528103828430176 +446,-0.02404186587483873,0.1616302511901081,2.172606866740384,-0.023726224899291992,-0.1609274297952652,-0.9866810441017151,-0.01764349266886711,0.08173046261072159,0.024785107001662254,0.021498437970876694,0.0007864385843276978,-0.005842149257659912 +447,-0.010811840757483824,0.16271385388461163,2.1746024057083315,-0.010668822564184666,-0.16199681162834167,-0.986733615398407,0.16688458621501923,0.03852178901433945,0.08097726106643677,0.04979235678911209,0.002130478620529175,-0.0016239285469055176 +448,-0.011784343559643749,0.17719228781650126,2.1838677726939535,-0.01159956119954586,-0.17626652121543884,-0.98427414894104,-0.2134379744529724,0.2938072383403778,0.1957637369632721,0.08325483649969101,0.031185954809188843,0.07478928565979004 +449,0.0019741171416105016,0.17229498596318576,2.2087838518444616,0.001944886869750917,-0.17144380509853363,-0.9851920008659363,-0.004086160100996494,0.21175283193588257,0.34974008798599243,0.1111074835062027,-0.0022164881229400635,-0.01387721300125122 +450,0.013451598179761756,0.18068138165890318,2.2470101178822404,0.013232226483523846,-0.17969989776611328,-0.983632504940033,0.4118958115577698,0.08239153772592545,0.49184033274650574,0.09518147259950638,0.032879844307899475,-0.05204254388809204 +451,0.017587246897429343,0.20925191830684856,2.2924725620409228,0.017202721908688545,-0.20772819221019745,-0.9780353307723999,0.027595285326242447,0.21576642990112305,0.46378013491630554,0.0982147604227066,-0.0031635165214538574,0.0584644079208374 +452,0.025667216387883832,0.2044413192086017,2.3465509852814814,0.025129925459623337,-0.2030201405286789,-0.9788520336151123,0.007279791869223118,0.16111920773983002,0.6029963493347168,0.06689582765102386,-0.008298814296722412,0.007965803146362305 +453,0.01976585977380569,0.21125628174024627,2.396634291891086,0.019325172528624535,-0.20968841016292572,-0.977577269077301,0.023127669468522072,-0.09453260898590088,0.5234098434448242,0.08124551177024841,-0.01942230761051178,0.037056028842926025 +454,0.012954900040965238,0.1953076550381474,2.4367194385502216,0.012708245776593685,-0.19406835734844208,-0.9809057116508484,-0.12514720857143402,0.08492673933506012,0.4347773790359497,0.08166736364364624,-0.013329118490219116,-0.008626759052276611 +455,0.03179977931515534,0.18519113362495085,2.4754124098367303,0.03125077113509178,-0.18413440883159637,-0.9824041724205017,0.007871197536587715,0.17766661942005157,0.4622128903865814,0.11144942790269852,-0.022301748394966125,-0.06857544183731079 +456,0.04245154956803106,0.19083710254444539,2.506874629717583,0.0416683591902256,-0.18968087434768677,-0.9809612035751343,-0.10816751420497894,0.4291151463985443,0.29270145297050476,0.1148105263710022,-0.014008685946464539,0.016239583492279053 +457,0.05791462697648631,0.20119428685224827,2.5303376288443595,0.05671469122171402,-0.19983966648578644,-0.9781858325004578,0.32325223088264465,0.2698369026184082,0.45533400774002075,0.02141030877828598,0.05825336277484894,-0.0029695630073547363 +458,0.0744160798889369,0.211540656841503,2.5605746140958354,0.07269010692834854,-0.20996646583080292,-0.9750027060508728,-0.17897914350032806,-0.0709831565618515,0.33408138155937195,-0.05814848095178604,0.015722066164016724,0.0476803183555603 +459,0.06877581734975229,0.21156460320639023,2.5770700512974685,0.06718936562538147,-0.20998987555503845,-0.9753921627998352,-0.10094176232814789,-0.060474857687950134,0.2358696311712265,-0.06108585000038147,0.007337883114814758,0.014775097370147705 +460,0.06184146348281005,0.2055802934034687,2.5886329377281263,0.06050067022442818,-0.20413526892662048,-0.9770713448524475,0.020583264529705048,-0.005577899981290102,0.2686454951763153,-0.010116152465343475,0.013324126601219177,-0.039530158042907715 +461,0.05674748300848744,0.2162844360664611,2.601607088439681,0.05539561063051224,-0.21460211277008057,-0.9751293659210205,0.016202466562390327,-0.003886030986905098,0.27904030680656433,0.008325092494487762,0.007448792457580566,0.025285005569458008 +462,0.05561096192678288,0.2243766558822437,2.632443791584937,0.05418901890516281,-0.22249868512153625,-0.9734258651733398,0.19873490929603577,0.025475434958934784,0.3445367217063904,-0.06250506639480591,0.041727811098098755,0.009787559509277344 +463,0.050422940821497925,0.22085146581588036,2.6490687859336757,0.049177385866642,-0.219060480594635,-0.9744712114334106,-0.060531485825777054,-0.08131388574838638,0.09287392348051071,-0.0440351776778698,0.019261911511421204,-0.041367411613464355 +464,0.049905139960645356,0.2251907308745522,2.6588931083854965,0.0486249215900898,-0.223292276263237,-0.9735379815101624,0.02829802967607975,0.008677508682012558,0.011159523390233517,-0.012843064963817596,0.025980889797210693,0.031261980533599854 +465,0.038765618847198036,0.21271104629537133,2.6607023710227766,0.03788243606686592,-0.21111062169075012,-0.9767278432846069,-0.09630658477544785,-0.0607055239379406,0.048119984567165375,-0.013544667512178421,0.011968150734901428,-0.014269471168518066 +466,0.03594890216883885,0.19987969612853504,2.660080256318272,0.03522558882832527,-0.19855141639709473,-0.9794572591781616,0.015431325882673264,0.006209482438862324,-0.04421120509505272,-0.02751990035176277,0.0067636966705322266,-0.05403578281402588 +467,0.030001053085869707,0.19989530921424875,2.651150588845281,0.029399242252111435,-0.1985667198896408,-0.9796463251113892,-0.005613156594336033,0.018112897872924805,-0.09020397067070007,-0.014247268438339233,0.005878746509552002,0.0064255595207214355 +468,0.03076706829443746,0.19415191754557004,2.633079000390308,0.030184242874383926,-0.19293445348739624,-0.9807472825050354,-0.0493253618478775,-0.06517821550369263,-0.14342336356639862,-0.025209879502654076,-0.01858288049697876,0.0181770920753479 +469,0.022355008707520666,0.18182506722561723,2.6118083576612943,0.021984662860631943,-0.1808248609304428,-0.9832695722579956,-0.05630607157945633,-0.05731082707643509,-0.20610621571540833,-0.022762861102819443,-0.02693881094455719,-0.0049201250076293945 +470,0.0195196944280159,0.1782874310098973,2.574245254025354,0.019209064543247223,-0.177344411611557,-0.9839613437652588,-0.1524697095155716,-0.07558270543813705,-0.23077599704265594,-0.007063070312142372,-0.03591242432594299,0.012800455093383789 +471,0.022304964735719288,0.1740499900663623,2.54586716542164,0.021966148167848587,-0.17317256331443787,-0.9846464991569519,0.036163412034511566,0.0036025475710630417,-0.15660731494426727,-0.018426109105348587,-0.056029707193374634,-0.037494003772735596 +472,0.025333199682615326,0.17650096016582023,2.502430170980075,0.02493695728480816,-0.17558597028255463,-0.9841482043266296,0.10554273426532745,0.03769092261791229,-0.15423570573329926,0.02228899486362934,-0.01484370231628418,0.015138804912567139 +473,0.020466126522541903,0.178093377952265,2.4753959249219624,0.020141012966632843,-0.17715343832969666,-0.9839771389961243,-0.1595844030380249,-0.12069295346736908,-0.06405705213546753,0.05682431906461716,0.02648814022541046,-0.07217520475387573 +474,0.02123825012396052,0.19051351167415137,2.4678372043329357,0.02085242047905922,-0.18936313688755035,-0.9816856980323792,0.22762958705425262,-0.054490476846694946,0.041227925568819046,0.05765404924750328,-0.016676291823387146,0.05575186014175415 +475,0.015204812089551739,0.19050730840802432,2.458846948281514,0.014929155819118023,-0.18935704231262207,-0.9817947745323181,-0.16051630675792694,-0.16562214493751526,-0.15732744336128235,0.0631348043680191,0.031199723482131958,0.03149271011352539 +476,0.007898811419385816,0.19452072665783524,2.4622043745619435,0.007749762386083603,-0.19329632818698883,-0.9811097979545593,-0.02443401888012886,-0.0701463371515274,0.025257043540477753,0.0575883723795414,0.04113568365573883,0.0019075274467468262 +477,0.0031017373582970203,0.18233902629685336,2.4660060041190905,0.0030503126326948404,-0.18133032321929932,-0.9834175109863281,-0.1295919269323349,-0.3535325825214386,-0.1561618447303772,0.0579085499048233,0.0007425546646118164,0.016330718994140625 +478,-0.02995406548735815,0.16609321348228173,2.4676161610811187,-0.029537426307797432,-0.16533060371875763,-0.985795795917511,-0.15030533075332642,-0.1352853626012802,0.06709998100996017,0.12166999280452728,0.041246116161346436,-0.035719096660614014 +479,-0.0418230270997659,0.15651798433355718,2.491785433071116,-0.041299741715192795,-0.15587970614433289,-0.9869123101234436,-0.14897006750106812,-0.2874860167503357,0.21596460044384003,0.1535128802061081,0.00555013120174408,-0.016093671321868896 +480,-0.046135692806506506,0.1441369507727424,2.5288295370347855,-0.045641083270311356,-0.14363838732242584,-0.9885771870613098,-0.13348887860774994,0.1908329427242279,0.363383024930954,0.07144369184970856,0.026542454957962036,-0.02219545841217041 +481,-0.03760435119828506,0.14132761464150279,2.5657306595741933,-0.037220656871795654,-0.14085762202739716,-0.9893299341201782,0.1266607642173767,0.20421312749385834,0.3105641305446625,-0.015620522201061249,0.01311105489730835,-0.013355553150177002 +482,-0.03187663128084543,0.14223333859444018,2.5834496105371225,-0.03154939413070679,-0.14175425469875336,-0.9893990159034729,0.0008310060948133469,0.076283760368824,0.02631555311381817,-0.009038984775543213,0.027404889464378357,-0.0175132155418396 +483,-0.021605186048056085,0.1443447790416604,2.5881881428995057,-0.021378837525844574,-0.14384405314922333,-0.9893693923950195,0.008808272890746593,0.12687522172927856,-0.044767826795578,-0.046080268919467926,0.01634162664413452,0.028981268405914307 +484,-0.021575181830274154,0.13285188337197001,2.581932304121946,-0.021383406594395638,-0.13246142864227295,-0.990957498550415,-0.15812967717647552,0.02802593819797039,0.08999412506818771,-0.05263698101043701,0.03007495403289795,-0.008828878402709961 +485,-0.02422160254562958,0.12230238324609188,2.573375317159592,-0.024038325995206833,-0.12199771404266357,-0.992239236831665,0.0696559026837349,0.012863644398748875,-0.2575302720069885,-0.030191410332918167,-0.05250179022550583,-0.09882515668869019 +486,-0.01976673303995083,0.1430091426951634,2.542881944606629,-0.019563673064112663,-0.1425221860408783,-0.989598274230957,-0.009347818791866302,-0.02752310037612915,-0.145009383559227,0.051927562803030014,0.057545989751815796,0.09613513946533203 +487,-0.018183954799817704,0.12137564385311572,2.534406741395353,-0.018049180507659912,-0.12107784301042557,-0.9924789071083069,-0.25568097829818726,0.0595291405916214,0.09640331566333771,0.010648667812347412,-0.042389556765556335,-0.043974339962005615 +488,-0.01664248505326223,0.12420103458627448,2.530261584341382,-0.0165135245770216,-0.12388195842504501,-0.9921595454216003,0.346915066242218,-0.09865234047174454,-0.1438068300485611,0.06233566999435425,-0.020740844309329987,-0.04116564989089966 +489,-0.0002443786770726198,0.14550971728778767,2.524357534472462,-0.0002417961077298969,-0.144996777176857,-0.9894320964813232,0.3491825461387634,0.2691793143749237,0.2624434232711792,-0.0006737299263477325,0.02651229500770569,0.030981779098510742 +490,-0.003490798477281273,0.16425931663892368,2.5265510507858018,-0.0034438043367117643,-0.1635216623544693,-0.9865337610244751,0.27534952759742737,0.015698065981268883,-0.33105263113975525,-0.019291788339614868,-0.0692053884267807,-0.0317920446395874 +491,0.004973662052483456,0.17725343698967913,2.5040199358327886,0.004895713180303574,-0.1763267070055008,-0.9843195080757141,0.12220990657806396,0.028172791004180908,0.29703301191329956,0.08761832118034363,0.04652020335197449,0.07126414775848389 +492,-0.003624130173011267,0.17677752120967846,2.5226389061588814,-0.003567642066627741,-0.17585822939872742,-0.9844090342521667,0.09220012277364731,0.030070200562477112,-0.08114401996135712,0.007702771574258804,-0.03665092587471008,-0.03831130266189575 +493,0.006435467781849557,0.18021143175537152,2.516990606191731,0.006331206765025854,-0.17923758924007416,-0.9837854504585266,0.049905307590961456,0.07068299502134323,0.28115934133529663,0.05525326728820801,0.09110282361507416,-0.006723582744598389 +494,0.0029745285231291088,0.1827259643662747,2.5460831621951554,0.002925004344433546,-0.18171082437038422,-0.9833476543426514,0.004129411187022924,-0.05831238254904747,0.0329337902367115,-0.016078080981969833,-0.055044546723365784,-0.002217531204223633 +495,-0.000832788074542276,0.18179021836115689,2.55263135362482,-0.0008190649677999318,-0.18079057335853577,-0.9835212826728821,0.06385047733783722,-0.03710278868675232,0.3545023798942566,0.020747043192386627,0.06917254626750946,0.02920609712600708 +496,-0.013676659688334534,0.1675099183708796,2.5701624747582024,-0.013484806753695011,-0.16672764718532562,-0.9859107732772827,0.0687054768204689,0.14002804458141327,-0.032226692885160446,-0.024433284997940063,-0.026463881134986877,-0.06441271305084229 +497,-0.0014538249931085544,0.17268533114412807,2.5706562103508968,-0.0014322015922516584,-0.17182835936546326,-0.9851258397102356,-0.3113154172897339,0.01341130118817091,0.05257084220647812,0.011762402951717377,0.01319800317287445,0.05490434169769287 +498,0.0024476253545781547,0.15793101617361813,2.576627928710251,0.002417161827906966,-0.15727530419826508,-0.9875518679618835,0.2789849638938904,0.08177851885557175,0.10360129922628403,-0.01845414936542511,0.036257848143577576,-0.053158581256866455 +499,0.010881663393598737,0.16136242662776382,2.5775838783617795,0.01074009109288454,-0.16066308319568634,-0.9869508743286133,-0.15625862777233124,-0.037917304784059525,-0.05047891288995743,-0.09884433448314667,-0.0012937039136886597,0.02885150909423828 +500,0.00036201497145069204,0.16222016636355294,2.5531821878909735,0.000357262120814994,-0.16150961816310883,-0.986871063709259,0.1886018067598343,-0.020709071308374405,-0.29516440629959106,-0.018316857516765594,-0.019978418946266174,-0.03423184156417847 +501,-0.00713349208093109,0.16779700163410524,2.5261165488333877,-0.0070332433097064495,-0.16701069474220276,-0.9859300255775452,0.1267581731081009,-0.08266571909189224,-0.12122657150030136,0.020781412720680237,0.02160969376564026,0.029936373233795166 +502,-0.006091298478814677,0.16377240872024088,2.493617160211752,-0.006009755190461874,-0.16304129362106323,-0.986600935459137,0.01069165300577879,0.05910763144493103,-0.3829706013202667,0.04722374677658081,0.006409823894500732,-0.03740113973617554 +503,-0.0037349303100142127,0.16153040578064984,2.4814152535604386,-0.0036863016430288553,-0.1608288735151291,-0.9869754314422607,-0.24669669568538666,-0.2093392312526703,0.1549975425004959,-0.0009676292538642883,-0.05258053541183472,0.0017764568328857422 +504,-0.006598989830970283,0.1667286774110286,2.4555087015588835,-0.0065074339509010315,-0.1659572869539261,-0.9861114621162415,0.21957065165042877,-0.01263677142560482,-0.4585241675376892,0.01824144273996353,0.045489147305488586,0.013226330280303955 +505,0.0015687527046385386,0.17248185712450922,2.4265522195860707,0.0015454746317118406,-0.17162790894508362,-0.9851606488227844,-0.19872929155826569,-0.1399693489074707,-0.17753881216049194,-0.03464178740978241,0.013836771249771118,0.026649296283721924 +506,-0.004205312128080345,0.1644908168313913,2.383125757741196,-0.004148535896092653,-0.1637500375509262,-0.9864931106567383,0.2043447643518448,-0.10666076838970184,-0.6110206246376038,-0.022569604218006134,-0.051169976592063904,-0.03607457876205444 +507,-0.012474183918560512,0.17032695774123868,2.333505092941752,-0.012293356470763683,-0.1695045828819275,-0.9854527115821838,0.023852979764342308,-0.20706167817115784,-0.4533182382583618,0.03866054490208626,0.022821858525276184,-0.011739611625671387 +508,-0.019599158211430472,0.16902921930217205,2.2970477087261,-0.019318604841828346,-0.1682254821062088,-0.9855592250823975,-0.1018236055970192,-0.13569605350494385,-0.4315827190876007,0.0518808588385582,0.0513431578874588,0.009805440902709961 +509,-0.021702558975129335,0.16242960150637972,2.2775556345282095,-0.021415213122963905,-0.1617162972688675,-0.9866049289703369,-0.061431508511304855,-0.09751959145069122,-0.34114742279052734,-0.015053287148475647,0.007297351956367493,-0.008237600326538086 +510,-0.025779392712308894,0.1599026260746819,2.2371367548657064,-0.025447700172662735,-0.1592220813035965,-0.9869147539138794,0.012337667867541313,-0.11830095201730728,-0.5984326601028442,0.0011099278926849365,-0.015414774417877197,-0.017235636711120605 +511,-0.0319080246110664,0.1627486787843264,2.1835501138582796,-0.03148103877902031,-0.1620311737060547,-0.9862833619117737,-0.03221011534333229,-0.1173815205693245,-0.4567362666130066,0.06477571278810501,0.04345512390136719,-0.012419641017913818 +512,-0.033161435101432844,0.16156840922806465,2.1434113047676413,-0.032723549753427505,-0.160866379737854,-0.9864335656166077,-0.030911996960639954,-0.1548948884010315,-0.5074629783630371,0.057229164987802505,0.001289963722229004,0.009108126163482666 +513,-0.03609090863578197,0.15999111247040962,2.0999557557101096,-0.0356222465634346,-0.15930943191051483,-0.986585795879364,0.004444402176886797,-0.07905066013336182,-0.3870994448661804,0.0763174369931221,0.013343855738639832,-0.021287739276885986 +514,-0.03981051078761463,0.15841744485390208,2.0667817351073254,-0.03930162638425827,-0.15775567293167114,-0.9866957664489746,-0.03851855546236038,-0.05981738865375519,-0.2922120690345764,0.04314684495329857,0.010523617267608643,-0.01515054702758789 +515,-0.04519016489337793,0.15915899622381882,2.0392757157913763,-0.04460381716489792,-0.15848788619041443,-0.9863529205322266,-0.014281495474278927,-0.06298020482063293,-0.24286481738090515,0.06907892227172852,0.02157077193260193,-0.007909774780273438 +516,-0.04682594201816367,0.15633618302421756,2.0213813686709345,-0.046237967908382416,-0.15570013225078583,-0.9867215752601624,-0.03272320702672005,-0.0964387059211731,-0.07524408400058746,0.08862689137458801,0.025390073657035828,-0.03305375576019287 +517,-0.04293201939448489,0.1606415318331863,2.021408019369437,-0.04236624762415886,-0.15995150804519653,-0.9862152934074402,0.12883466482162476,-0.006598099134862423,0.05269182473421097,0.05484795197844505,0.0016568750143051147,-0.0036376118659973145 +518,-0.04196208716218079,0.15946794321653768,2.027881478434164,-0.04141750931739807,-0.15879292786121368,-0.9864428043365479,-0.0018584942445158958,-0.006794789806008339,0.13986271619796753,0.07634487748146057,0.048761799931526184,-0.03734564781188965 +519,-0.030754006751212263,0.16074649248278983,2.06012677128458,-0.030352743342518806,-0.16005511581897736,-0.9866412878036499,0.08996092528104782,0.08684371411800385,0.4466884434223175,0.07281795144081116,0.02654072642326355,-0.004752695560455322 +520,-0.023827721198446002,0.15869515328110045,2.106943056692083,-0.023526083678007126,-0.15802988409996033,-0.9871540069580078,0.007649831473827362,0.17491622269153595,0.5776422023773193,0.05544746667146683,0.017206519842147827,-0.008481979370117188 +521,-0.021540019380048455,0.15981434360851926,2.178209360821616,-0.021263886243104935,-0.15913492441177368,-0.9870278239250183,0.11677990108728409,0.16402997076511383,0.685621440410614,0.08586960285902023,0.01689249277114868,-0.03306800127029419 +522,-0.008270419362446295,0.16446247052201388,2.2664048836870996,-0.008158729411661625,-0.16372208297252655,-0.9864727854728699,-0.014919226057827473,0.3493998944759369,0.9169902205467224,0.08310990035533905,0.08162978291511536,0.009696662425994873 +523,0.0004055500277589317,0.16446869118855031,2.3822937698581343,0.0004000773187726736,-0.16372822225093842,-0.986505389213562,-0.015432949177920818,0.24619866907596588,1.0818638801574707,0.019802559167146683,0.07496786117553711,-0.04140287637710571 +524,0.012395914829567398,0.17122338951042343,2.491536854702039,0.012214337475597858,-0.17038798332214355,-0.9853013753890991,0.0628790333867073,0.1815241426229477,0.8646990656852722,-0.06298032402992249,0.00965188443660736,-0.02870619297027588 +525,0.012286962383663806,0.18557244679560383,2.574761309089421,0.012075700797140598,-0.18450918793678284,-0.9827566146850586,0.1041070818901062,0.21537357568740845,0.6814801692962646,-0.07304982095956802,0.010024935007095337,0.005125999450683594 +526,0.016175596812207697,0.18862574938180302,2.631260461506484,0.015887994319200516,-0.1875091940164566,-0.9821343421936035,-0.08088508993387222,0.15095949172973633,0.6009752154350281,-0.07295586168766022,0.0726257711648941,0.012804508209228516 +527,0.012253363759891429,0.19626683171664158,2.687688096898509,0.012017815373837948,-0.19500920176506042,-0.9807277917861938,0.0014117835089564323,0.04611789435148239,0.41312360763549805,-0.17180785536766052,-0.002866774797439575,-0.008652091026306152 +528,0.011334109895803924,0.2051551516232017,2.703111648122459,0.011096188798546791,-0.20371906459331512,-0.978966474533081,0.223208487033844,-0.09635251015424728,0.001560355070978403,-0.13231201469898224,0.0029134154319763184,-0.02764052152633667 +529,0.0006953397633559033,0.2127966311826177,2.68960407929408,0.0006796556990593672,-0.21119427680969238,-0.9774438738822937,0.0058076148852705956,-0.03665536642074585,-0.042261723428964615,-0.013420745730400085,0.03738141059875488,0.0247003436088562 +530,-0.0020421284194012774,0.20760150388025325,2.684989404251875,-0.001998278545215726,-0.20611350238323212,-0.9785260558128357,-0.0976567193865776,0.04295223578810692,0.11388731747865677,0.003280017524957657,-9.37730073928833e-05,0.005869805812835693 +531,-0.00016747396136609306,0.2000693066874229,2.687018007066577,-0.00016413332195952535,-0.1987372487783432,-0.9800527691841125,-0.10188593715429306,0.0026167631149291992,0.09061861038208008,-0.057254690676927567,-0.0289391428232193,0.01917630434036255 +532,-0.010718572165739834,0.20342945933034653,2.685510121892446,-0.010497348383069038,-0.2020292580127716,-0.9793232083320618,0.1090768352150917,-0.12451578676700592,0.04070252180099487,-0.06137154623866081,-0.032406777143478394,-0.008240878582000732 +533,-0.026203160055384346,0.2120292253224229,2.6745333848248056,-0.025613432750105858,-0.2104441076517105,-0.9772703051567078,0.18482939898967743,-0.07524403929710388,-0.028494568541646004,-0.03996884450316429,0.026819854974746704,-0.040307819843292236 +534,-0.03072003548073787,0.21969041329101616,2.655345972810029,-0.029976962134242058,-0.217927485704422,-0.975504457950592,0.1490001082420349,0.008679487742483616,-0.17482112348079681,-0.005270836874842644,0.010438486933708191,-0.028554320335388184 +535,-0.030538289768659084,0.24519004227026708,2.6286920747506577,-0.029620321467518806,-0.2427406907081604,-0.9696388840675354,0.09637482464313507,-0.019166074693202972,-0.27386999130249023,0.007876550778746605,0.010532453656196594,0.044040799140930176 +536,-0.03354970494072233,0.25103038751171275,2.5949389227776063,-0.03249206021428108,-0.2484021782875061,-0.9681118726730347,0.15383082628250122,-0.05808562785387039,-0.23879468441009521,0.021688833832740784,0.033237993717193604,-0.019574284553527832 +537,-0.028800303545351357,0.2547806563493046,2.567302991079309,-0.02786673605442047,-0.25203314423561096,-0.9673172831535339,-0.019302278757095337,0.06750419735908508,-0.23556558787822723,0.02489127218723297,0.026294618844985962,0.038133323192596436 +538,-0.022912104506913677,0.2372386656762466,2.5454132179732643,-0.022268403321504593,-0.2350195348262787,-0.9717355370521545,-0.20478129386901855,-0.01718960329890251,-0.2539800703525543,0.02062045782804489,-0.0027429163455963135,-0.04179900884628296 +539,-0.02008453187827699,0.23348041396595906,2.530943477425157,-0.019538264721632004,-0.2313648909330368,-0.97267085313797,-0.031650856137275696,-0.02008986473083496,-0.1462220400571823,0.037436820566654205,0.012111365795135498,-0.005127608776092529 +540,-0.014060494719782258,0.23159731567084732,2.52189961046076,-0.013684642501175404,-0.22953248023986816,-0.9732047915458679,-0.008076008409261703,-0.014145823195576668,-0.09964877367019653,0.06158197671175003,0.003641366958618164,0.02926558256149292 +541,-0.011307032330088437,0.21662370720401966,2.517270339195835,-0.011042537167668343,-0.21493346989154816,-0.9765662550926208,-0.14002500474452972,-0.06641528755426407,-0.023074815049767494,0.0795392394065857,0.03426940739154816,-0.02526479959487915 +542,-0.0018798978886047848,0.20829004705523516,2.5288097365779456,-0.001839264528825879,-0.20678721368312836,-0.9783841967582703,0.025848381221294403,0.1000654473900795,0.023206748068332672,0.03049527108669281,0.016113385558128357,-0.034097492694854736 +543,0.008613368459528226,0.20255946268867353,2.5396067190390403,0.008437163196504116,-0.20117712020874023,-0.9795185327529907,-0.01065502967685461,0.089773990213871,0.09137870371341705,0.04571627825498581,0.014714717864990234,-0.029423117637634277 +544,0.014991971273468843,0.20076928914342437,2.5556504633411623,0.014690283685922623,-0.19942322373390198,-0.9798033237457275,-0.12359647452831268,0.03702621906995773,0.06328120082616806,0.04031765088438988,0.018270879983901978,-0.01915907859802246 +545,0.022844743210382438,0.20573041152231356,2.5758783884762386,0.02236104942858219,-0.2042822241783142,-0.9786565899848938,-0.029642999172210693,0.043056078255176544,0.12251001596450806,0.03380655497312546,0.006787717342376709,0.0285680890083313 +546,0.028852132053552127,0.19857187640437943,2.5985835732001945,0.02828124351799488,-0.197269469499588,-0.9799413084983826,-0.049071475863456726,0.0929713100194931,0.19559384882450104,0.01505371741950512,0.019596129655838013,-0.01676279306411743 +547,0.03347057982977184,0.19397598416869616,2.622367631917592,0.03283672779798508,-0.19276182353496552,-0.9806959629058838,-0.04830079525709152,0.05508360639214516,0.18341979384422302,-0.008773621171712875,-0.007387697696685791,0.013273537158966064 +548,0.052985979783255595,0.19015712637705467,2.6305545629760814,0.05200653895735741,-0.18901319801807404,-0.9805964231491089,0.14799198508262634,0.28968584537506104,0.017271574586629868,-0.018208324909210205,-0.010876938700675964,-0.04012501239776611 +549,0.052348748658814254,0.2016902003813271,2.635753538588019,0.05126418545842171,-0.20032554864883423,-0.9783872961997986,-0.09600487351417542,0.1039649099111557,-0.0493486151099205,-0.020044703036546707,-0.0019297003746032715,0.037164151668548584 +550,0.05637011734000645,0.2026533602697661,2.6451063444528495,0.055187322199344635,-0.20126910507678986,-0.9779801368713379,0.19918550550937653,0.07219000160694122,0.36322277784347534,0.016330622136592865,0.019033387303352356,-0.02807760238647461 +551,0.05834231807914558,0.20861712471633034,2.660574361582791,0.05704497918486595,-0.20710720121860504,-0.9766536951065063,0.055678948760032654,-0.02364596724510193,0.03876517713069916,-0.05242157354950905,0.0018154829740524292,0.027343451976776123 +552,0.04823018978358861,0.20929100605098597,2.6560490740152995,0.04715944454073906,-0.20776642858982086,-0.9770410060882568,-0.0068139852955937386,-0.07268907129764557,-0.02798393741250038,-0.02134157344698906,0.010302439332008362,-0.010843515396118164 +553,0.04432726551942583,0.21111214798282066,2.6533712116042003,0.043328940868377686,-0.2095474898815155,-0.9768379926681519,-0.009692435152828693,-0.041374772787094116,-0.07020936161279678,-0.018945395946502686,-0.025559931993484497,0.031479716300964355 +554,0.04421533350753671,0.21021971004801926,2.642840521294937,0.043227847665548325,-0.20867477357387543,-0.9770292639732361,0.07894273102283478,-0.004997642710804939,0.03106313943862915,-0.006087955087423325,0.03956161439418793,-0.002035677433013916 +555,0.03978567760485083,0.19837246075068324,2.643349928193065,0.03899513557553291,-0.19707396626472473,-0.9796128273010254,-0.02437840960919857,-0.06867887079715729,0.1334623545408249,-0.025552142411470413,-0.0018243491649627686,-0.01616048812866211 +556,0.013434019494506292,0.22375553717520244,2.6566929918188493,0.013098728843033314,-0.2218931019306183,-0.9749830365180969,0.5023150444030762,-0.34409257769584656,0.28813636302948,0.0014123804867267609,-0.026153773069381714,-0.016151607036590576 +557,-0.008731168589653698,0.24835071379600385,2.6828092924497744,-0.008463181555271149,-0.24580560624599457,-0.9692822098731995,-0.48866981267929077,-0.40689730644226074,0.0952385663986206,0.01206425204873085,-0.06899847090244293,0.11262327432632446 +558,-0.05215740978466834,0.21863877917686822,2.671612679149029,-0.05089264735579491,-0.2169010043144226,-0.9748660922050476,-0.3578749895095825,-0.13627344369888306,-0.1227545365691185,-0.009608451277017593,-0.014513790607452393,-0.017687618732452393 +559,-0.06477150642185563,0.20298784148004761,2.658090542542219,-0.06339730322360992,-0.2015967220067978,-0.9774147272109985,-0.08059152960777283,-0.026810314506292343,-0.1139313355088234,-0.049059972167015076,-0.03032161295413971,-0.07156598567962646 +560,-0.05539681066902897,0.21269804089301036,2.6470085876211167,-0.0541207492351532,-0.21109791100025177,-0.9759654998779297,0.18105348944664001,0.0843428447842598,-0.13465292751789093,-0.0652792751789093,-0.02700023353099823,0.009946823120117188 +561,-0.05674646951180336,0.21977286024865567,2.6246795423517013,-0.055351827293634415,-0.21800795197486877,-0.9743760824203491,0.041893377900123596,-0.07400533556938171,-0.19375275075435638,-0.035209089517593384,-0.017999738454818726,0.011943221092224121 +562,-0.06149865503591742,0.2226722564672618,2.601583901870627,-0.05994250252842903,-0.22083668410778046,-0.9734670519828796,-0.05620122700929642,-0.0010183248668909073,-0.1876848340034485,-0.02308056503534317,-0.02048105001449585,0.02667444944381714 +563,-0.0650048213495306,0.2140168694935319,2.581517402516927,-0.0634770542383194,-0.2123868316411972,-0.975121796131134,-0.0031744753941893578,0.05764676630496979,-0.0605790875852108,0.013519778847694397,0.0015561431646347046,-0.015524566173553467 +564,-0.05915934531413873,0.21007889016175774,2.582239712112356,-0.05782495066523552,-0.2085370570421219,-0.9763035178184509,-0.0860779732465744,0.01263514719903469,0.10947348177433014,-0.02234472706913948,-0.018666312098503113,-0.04257160425186157 +565,-0.057482513169755264,0.21834642112660854,2.5819039217246718,-0.05608680471777916,-0.21661560237407684,-0.9746445417404175,0.1729910522699356,0.037175629287958145,-0.06891483813524246,-0.013691633939743042,-0.021604612469673157,0.01218116283416748 +566,-0.06373059451966236,0.2272979386127214,2.5734790020026903,-0.062049347907304764,-0.22534579038619995,-0.9723009467124939,0.10552084445953369,-0.08077433705329895,-0.022089049220085144,0.059272248297929764,0.03081148862838745,0.027537763118743896 +567,-0.05703853429552009,0.22359165540828635,2.5789495112927385,-0.05558853968977928,-0.22173330187797546,-0.9735215902328491,0.052304863929748535,0.07187982648611069,0.06814908236265182,0.04711991176009178,0.01419849693775177,-0.004109025001525879 +568,-0.03650917631596558,0.21892368878116067,2.582064171417768,-0.03562984988093376,-0.21717913448810577,-0.9754812717437744,-0.18196739256381989,0.18986058235168457,0.04240471124649048,0.05441341549158096,-0.00630110502243042,-0.00027251243591308594 +569,-0.026731171998614526,0.21554665763326347,2.591270127648309,-0.026109492406249046,-0.2138814628124237,-0.9765106439590454,0.006094498559832573,0.005559093318879604,-0.13931196928024292,0.010408204048871994,-0.002213507890701294,-0.02590024471282959 +570,-0.002575966647351868,0.216935876097466,2.5840493296519242,-0.002515587257221341,-0.21523833274841309,-0.9765583276748657,-0.02298908866941929,0.09894834458827972,-0.02154521830379963,0.08100679516792297,0.011167287826538086,0.03408396244049072 +571,0.00695995554291952,0.2138626132558001,2.581799006856039,0.006801341660320759,-0.21223609149456024,-0.9771947264671326,-0.006825577467679977,0.09846638143062592,-0.0002556240651756525,0.07028606534004211,0.011430427432060242,-0.015206396579742432 +572,0.012035933801436976,0.20838090053527367,2.5931285644775803,0.011775277554988861,-0.20687609910964966,-0.9782962799072266,0.06268471479415894,-0.024232909083366394,-0.007372524123638868,0.02835533767938614,0.013715088367462158,-0.023885726928710938 +573,0.013669600531715039,0.2045155141845214,2.6040111739708354,0.013384302146732807,-0.2030927985906601,-0.9790680408477783,-0.0001645609736442566,-0.03533186763525009,0.032667845487594604,0.01623300462961197,0.0265028178691864,-0.0023467540740966797 +574,0.015278523152847964,0.1976076021903849,2.6178755883252838,0.01498060580343008,-0.19632405042648315,-0.9804246425628662,-0.052480053156614304,-0.03774455189704895,0.008060205727815628,0.023288436233997345,0.011021316051483154,-0.02404618263244629 +575,0.016677582262094228,0.19489473017106196,2.6244960064205425,0.016361085698008537,-0.19366325438022614,-0.9809316396713257,-0.0451793447136879,-0.02172807976603508,-0.0015438979025930166,0.007839351892471313,0.012739807367324829,0.0022786855697631836 +576,0.011294340535782271,0.1864566729735321,2.6300149813379634,0.011098342947661877,-0.18537814915180206,-0.9826045632362366,-0.12078151106834412,-0.07621871680021286,-0.018918754532933235,0.024073168635368347,-0.011109262704849243,-0.024780690670013428 +577,0.009681243504807058,0.18664098276826666,2.6369271080453762,0.009512961842119694,-0.18555927276611328,-0.9825870394706726,0.011333558708429337,-0.056102387607097626,0.04343193769454956,0.04216855764389038,0.016262993216514587,8.887052536010742e-05 +578,0.0023377348608702455,0.18304078663744847,2.6498087127336976,0.002298680366948247,-0.1820203959941864,-0.9832920432090759,-0.06570050120353699,-0.029255185276269913,0.0735844075679779,0.002797752385959029,0.012068018317222595,-0.012954235076904297 +579,-0.0017423914292117196,0.1783720558918421,2.652602969482558,-0.0017147455364465714,-0.17742769420146942,-0.9841323494911194,0.02092307060956955,-0.022755084559321404,0.05755920708179474,-0.02335544303059578,-0.0039535462856292725,-0.010313451290130615 +580,-0.0035827151599948652,0.18740723453022098,2.6582422932684735,-0.0035199765115976334,-0.18631215393543243,-0.9824842810630798,0.09280267357826233,-0.044519565999507904,0.11104332655668259,-0.0028276776429265738,0.004686802625656128,0.02301168441772461 +581,-0.002468138786398755,0.188052302982602,2.6692072919737506,-0.0024246235843747854,-0.18694588541984558,-0.982367217540741,0.11698311567306519,-0.061534151434898376,0.19924917817115784,-0.02972564473748207,-0.005497962236404419,-0.014840424060821533 +582,-0.014975138122581274,0.1871998162684818,2.6692296249066887,-0.014712960459291935,-0.18610836565494537,-0.9824190735816956,-0.025315165519714355,-0.10959429293870926,0.001846952480264008,-0.03190264105796814,0.0052764564752578735,0.005169928073883057 +583,-0.02379310614416284,0.18907989524862737,2.668767149247796,-0.02336685173213482,-0.18795527517795563,-0.981899619102478,-0.09238554537296295,0.014797325246036053,-0.06990857422351837,-0.08201034367084503,-0.009798645973205566,0.0024684667587280273 +584,-0.03804921894350901,0.18074786799001547,2.6573159090997733,-0.03742034733295441,-0.17976531386375427,-0.9829975366592407,0.0007793717086315155,-0.15071071684360504,-0.0591263547539711,-0.03743927180767059,-0.02683870494365692,-0.024525046348571777 +585,-0.03106106023637142,0.1826928595170576,2.6535320156743345,-0.03053923137485981,-0.18167828023433685,-0.9828836917877197,0.0525890477001667,0.2290019541978836,-0.005012832581996918,-0.02852753922343254,-0.010460391640663147,-0.0013692378997802734 +586,-0.003210367541364175,0.18886144219331596,2.66009772756855,-0.003153277328237891,-0.18774069845676422,-0.98221355676651,0.21231861412525177,0.22859984636306763,0.06722747534513474,-0.09776835143566132,0.0004238039255142212,-0.00551837682723999 +587,0.015595250301247893,0.18506178253603575,2.6509174706416814,0.015328338369727135,-0.18400725722312927,-0.9828053712844849,-0.012466387823224068,0.045016951858997345,-0.12247206270694733,-0.08147519081830978,-0.019361883401870728,-0.03562724590301514 +588,0.014832150999414448,0.18653428210859338,2.6260120812652348,0.014574320986866951,-0.18545441329479218,-0.9825447797775269,-0.09458202868700027,0.1871197670698166,-0.08819957822561264,-0.0269644595682621,0.0019064396619796753,0.020096659660339355 +589,0.020228907989201586,0.18669301697047172,2.61858309156458,0.019876042380928993,-0.18561039865016937,-0.9824223518371582,-0.06305579841136932,-0.12940393388271332,0.00938443187624216,-0.0013976506888866425,-0.03170527517795563,0.01873832941055298 +590,0.007414871589055704,0.18141895109270623,2.6104990021595094,0.007293116766959429,-0.18042542040348053,-0.983561635017395,0.003340629395097494,-0.014268985018134117,-0.0887133851647377,0.011017430573701859,0.01195313036441803,-0.01089942455291748 +591,0.010869339199521658,0.18689552857467265,2.6090749867358562,0.010679848492145538,-0.18580938875675201,-0.9825277924537659,0.003040578681975603,0.07560572028160095,0.01781824789941311,0.004792563617229462,0.007891908288002014,0.01554781198501587 +592,0.016368462151866495,0.18052825170453074,2.6084088128671827,0.016101738438010216,-0.17954926192760468,-0.9836171865463257,-0.02569439820945263,-0.05291727930307388,0.03023904748260975,0.037532903254032135,0.005248114466667175,-0.0034128427505493164 +593,0.02122850325265758,0.18156318665241755,2.6146581646435085,0.02087799459695816,-0.18056727945804596,-0.9833410382270813,-0.0012363679707050323,0.07857295125722885,0.1326354742050171,0.03025420755147934,0.03254176676273346,0.0189703106880188 +594,0.028273006805906005,0.17264637772168565,2.627885356926659,0.027848977595567703,-0.1717899888753891,-0.9847398996353149,-0.03801124915480614,-0.0972193256020546,0.06169167906045914,0.013395529240369797,0.009772166609764099,0.01966726779937744 +595,0.02803936660185585,0.16429754702878493,2.630245537914307,0.02765814960002899,-0.16355937719345093,-0.9861457347869873,-0.04687647148966789,0.18977798521518707,-0.11223244667053223,-0.01871650107204914,-0.018157541751861572,-0.1047508716583252 +596,0.04648736699576392,0.1797957418035798,2.6165201470912347,0.04572153091430664,-0.17882861196994781,-0.9828172922134399,0.1523820459842682,0.15356308221817017,-0.11065025627613068,0.03157949075102806,0.005168348550796509,0.07430905103683472 +597,0.05621270147230124,0.18213094142865935,2.614486121132007,0.055253829807043076,-0.1811256855726242,-0.9819065928459167,0.12207384407520294,0.2852109968662262,-0.04931175336241722,-0.014589156955480576,-0.0024680793285369873,-0.04496413469314575 +598,0.07469257712049857,0.18421788904023503,2.6161681687500113,0.07336051017045975,-0.18317770957946777,-0.9803388118743896,-0.06750531494617462,0.1604073941707611,0.09675387293100357,0.03958504647016525,0.025523915886878967,0.05902838706970215 +599,0.07872959173041733,0.18666024056948508,2.6404665046158193,0.0772821232676506,-0.18557819724082947,-0.9795857071876526,0.0859927237033844,-0.1085352674126625,0.17143075168132782,0.029132656753063202,-0.0015708506107330322,-0.05227458477020264 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/standing/w2.csv b/BoostRunClub/CoreML/DataSet/Motion/standing/w2.csv new file mode 100644 index 0000000..6d42831 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/standing/w2.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,0.08801635726650232,0.18937469854482603,2.6462237548300447,0.08633124828338623,-0.1882448047399521,-0.9783204197883606,0.18926656246185303,0.08603435754776001,0.031275518238544464,0.0052977800369262695,-0.0009184032678604126,-0.030880630016326904 +1,0.03399960665743184,0.2667488685726223,2.734426251673705,0.03279082477092743,-0.26359668374061584,-0.96407550573349,0.11626459658145905,0.23464716970920563,-0.07479320466518402,-0.07061736285686493,0.018265873193740845,-0.00946575403213501 +2,0.02312191022759719,0.26281412001989557,2.729455673682484,0.022325977683067322,-0.259799063205719,-0.9654045701026917,-0.033104307949543,0.14173388481140137,-0.050373099744319916,-0.020250782370567322,0.019824087619781494,-0.03613656759262085 +3,0.021003320463242423,0.2698532324058426,2.7280114148438455,0.020241722464561462,-0.2665899693965912,-0.9635974764823914,0.03408866748213768,0.06119159609079361,0.023884734138846397,-0.013024315237998962,0.014850467443466187,0.023488223552703857 +4,0.012909457901052837,0.26810464923957245,2.724757094784726,0.012447917833924294,-0.264904260635376,-0.9641943573951721,0.16239745914936066,-0.2548571527004242,0.15190599858760834,0.020816244184970856,-0.0033452212810516357,-0.02230161428451538 +5,-0.07511529322720287,0.36435835077037604,2.8103883587384235,-0.07011818885803223,-0.3563498556613922,-0.9317178726196289,1.7459051609039307,-0.4629078209400177,1.245179533958435,0.07918191701173782,0.015712648630142212,-0.0010213255882263184 +6,-0.37957244956143255,0.5899388230749508,3.0806478231833525,-0.3078955411911011,-0.5563101768493652,-0.7718285322189331,3.236363410949707,-3.747715950012207,2.706108570098877,0.3047827482223511,0.10628271102905273,-0.1140052080154419 +7,-0.8444077989077596,0.6656808150762811,-2.701373321347358,-0.5879673957824707,-0.6175947189331055,-0.5223705768585205,2.125488042831421,0.7115262150764465,3.147357225418091,0.04191642999649048,0.27447038888931274,0.24304324388504028 +8,-1.0311693939152513,0.4748514535412303,-2.4352093719433774,-0.7629829049110413,-0.4572063386440277,-0.45696771144866943,-0.7256537675857544,-1.1389431953430176,2.2269327640533447,-0.18594592809677124,0.3844066560268402,0.28671014308929443 +9,-1.12390952905297,0.18305956005001273,-2.415997007632812,-0.8867291212081909,-0.18203885853290558,-0.42493936419487,-0.7473337054252625,-0.4761688709259033,3.6686019897460938,0.007014095783233643,0.4044509530067444,-0.2847927212715149 +10,-1.2811736224345853,-0.30192466500871934,-2.2424545660379778,-0.9150016903877258,0.29735836386680603,-0.27267226576805115,0.29218006134033203,-2.41064453125,6.036870002746582,-0.036551713943481445,0.18961063027381897,-0.24585193395614624 +11,-1.2197853196411055,-0.6908307189517295,-2.0106506346821917,-0.7237229347229004,0.6371776461601257,-0.26500898599624634,0.24528025090694427,0.36057916283607483,1.6785452365875244,-0.7031722068786621,-0.42503470182418823,-0.19518083333969116 +12,-1.0136702762040457,-0.8138289543267875,-1.786482193673892,-0.5828729867935181,0.7269219160079956,-0.3631025552749634,0.7713649868965149,0.49224498867988586,1.651006817817688,0.003130614757537842,-0.3194665312767029,0.13362565636634827 +13,-0.935078030665646,-0.8604187926640952,-1.7154190613543334,-0.5247254967689514,0.7581157088279724,-0.3872000277042389,0.15149997174739838,1.4044657945632935,-0.15053343772888184,-0.25002431869506836,0.13165491819381714,0.1033254861831665 +14,-0.8795566730924179,-0.8388801855835696,-1.7604406491742808,-0.514893114566803,0.7438952326774597,-0.4260340631008148,-0.18979603052139282,0.021751459687948227,-0.1284148395061493,-0.03376716375350952,0.18512088060379028,0.015557408332824707 +15,-0.8334045954989455,-0.8754692624332907,-1.6923604237946126,-0.47421517968177795,0.7678442001342773,-0.4307381808757782,0.48450881242752075,0.2260534167289734,1.194841980934143,0.009478241205215454,0.08509159088134766,-0.050295114517211914 +16,-0.6907215357122258,-0.8842465606678432,-1.5696570518183335,-0.4038359820842743,0.7734376192092896,-0.4885803163051605,0.4072248637676239,1.3370829820632935,-0.5739670991897583,-0.4992401897907257,-0.04518139362335205,0.05523073673248291 +17,-0.7444478387319524,-0.8389261584491221,-1.8163280242988176,-0.4527915418148041,0.743925929069519,-0.4914814531803131,-1.2192021608352661,0.6975263357162476,-1.8210980892181396,-0.03239220380783081,0.03415024280548096,0.2588306665420532 +18,-1.0148863833457864,-0.7536034895285966,-2.195913926341737,-0.619421124458313,0.684270977973938,-0.38482552766799927,-0.6745076775550842,-0.32783395051956177,-0.7492271065711975,0.35864847898483276,0.230615496635437,-0.28137317299842834 +19,-1.1860983759216117,-0.6390440569282982,-2.426938197795889,-0.7440009117126465,0.596428394317627,-0.3012239634990692,-0.8155710697174072,0.28447991609573364,-1.7451269626617432,0.13767766952514648,0.16342878341674805,0.0035555362701416016 +20,-1.33667676810422,-0.4844938069889327,-2.561893443714,-0.8607695698738098,0.4657604694366455,-0.20528751611709595,-1.4699708223342896,0.63335782289505,-3.6985440254211426,-0.6466156244277954,-0.3891156017780304,0.30790287256240845 +21,-1.3213878245132813,-0.33900493710169394,-2.8080420580718735,-0.9139057397842407,0.3325488269329071,-0.23278270661830902,-1.1021113395690918,-1.7831536531448364,-1.5822120904922485,0.49688297510147095,-0.014708250761032104,-0.14439928531646729 +22,-1.4194123385907287,-0.19284536208278089,-2.939624695895575,-0.9702381491661072,0.19165228307247162,-0.14801090955734253,-1.4904671907424927,0.6931978464126587,-0.6064440608024597,0.17292070388793945,-0.08256721496582031,0.27922123670578003 +23,-1.4962442425743665,-0.227583167016825,-3.0692063106213188,-0.9715084433555603,0.22562366724014282,-0.07256246358156204,-0.6365631818771362,0.7294183373451233,-0.2680724859237671,-0.2012668251991272,0.07094615697860718,-0.27079081535339355 +24,-1.583118991556708,-0.2896193020724474,-3.0457572015140997,-0.9582799077033997,0.2855874001979828,0.011809160001575947,0.745932400226593,-1.921656847000122,1.3495440483093262,0.03495532274246216,0.001018434762954712,-0.11930739879608154 +25,-1.6482435036926475,-0.22960927144683962,-2.921223811235226,-0.9708365201950073,0.22759707272052765,0.07533923536539078,1.3583556413650513,-1.8669248819351196,-0.09087005257606506,0.4650229215621948,-0.10661013424396515,-0.22791194915771484 +26,-1.6821741189722537,-0.2872343758915251,-2.8394298576801713,-0.9530888199806213,0.2833009958267212,0.10659406334161758,0.24300722777843475,0.6937123537063599,0.8694722056388855,0.38825422525405884,0.1584562063217163,0.11041641235351562 +27,-1.712840958293515,-0.39448054454312087,-2.737590844790852,-0.9138985276222229,0.384328693151474,0.13069456815719604,1.164588451385498,-0.4081568121910095,0.7148412466049194,-0.2181662917137146,0.1875859797000885,0.04130244255065918 +28,-1.729643144249166,-0.5550895895513235,-2.7221562860160393,-0.8391537070274353,0.5270194411277771,0.1344294548034668,0.2987293303012848,-0.5638071298599243,1.8654956817626953,-0.19754350185394287,0.13327401876449585,-0.14453080296516418 +29,-1.7533781673571722,-0.6412332889977344,-2.55657996883338,-0.7880384922027588,0.5981842279434204,0.14550195634365082,2.079592704772949,-1.1042180061340332,0.2506129741668701,-0.27864229679107666,-0.015161216259002686,-0.0017793327569961548 +30,-1.705972775840507,-0.6408658522374568,-2.3789419138985384,-0.7942659854888916,0.5978897213935852,0.10802482068538666,0.5789795517921448,-1.4043368101119995,-1.0813828706741333,-0.07507294416427612,-0.13795936107635498,0.013435117900371552 +31,-1.7973436243888767,-0.5494730610563536,-2.340302387503528,-0.8310089707374573,0.5222379565238953,0.19155113399028778,-0.19399967789649963,0.19214263558387756,-0.5248672366142273,0.06564325094223022,0.10335719585418701,0.2123796045780182 +32,-1.7850215571850025,-0.527923389525101,-2.399588582494902,-0.8441085815429688,0.5037405490875244,0.18364731967449188,-0.31151023507118225,0.32717132568359375,0.22339093685150146,0.09700775146484375,0.041242361068725586,-0.07984185218811035 +33,-1.7819911954112773,-0.5500648766923376,-2.404855346876801,-0.8335490822792053,0.522742509841919,0.17870618402957916,0.32968491315841675,-0.14920271933078766,-0.0036716132890433073,-0.03279900550842285,-0.049598097801208496,-0.08465102314949036 +34,-1.785568187913015,-0.5445925121983369,-2.361325155353121,-0.8356872200965881,0.5180695652961731,0.18229363858699799,0.013280712999403477,-0.15634573996067047,-0.047133833169937134,0.01468801498413086,-0.053836166858673096,0.13547062873840332 +35,-1.788615316329607,-0.542224751733016,-2.3951260227563136,-0.8363231420516968,0.5160428881645203,0.18510378897190094,-0.3761652410030365,0.2050584852695465,0.06004546582698822,-0.015361487865447998,0.042383015155792236,-0.038268446922302246 +36,-1.7830638179802636,-0.5446489807362088,-2.3916865399435494,-0.836112380027771,0.5181179046630859,0.18019400537014008,0.2796855866909027,-0.2407466322183609,0.015753064304590225,0.007895886898040771,-0.017416000366210938,-0.04208672046661377 +37,-1.7989910514089698,-0.5326956872138809,-2.3824700313839906,-0.8391095995903015,0.5078573822975159,0.19487473368644714,-0.1247580274939537,0.09094655513763428,-0.2564970552921295,-0.019075214862823486,-0.026244163513183594,0.03216075897216797 +38,-1.792010173291259,-0.49862979275660524,-2.3957987317753893,-0.8568373322486877,0.4782226085662842,0.19269785284996033,-0.4845663905143738,0.1752845197916031,-0.11802805960178375,0.05813145637512207,0.07153618335723877,0.0806175023317337 +39,-1.7744010555166203,-0.5034352560881222,-2.4140022395892116,-0.8578373193740845,0.4824374318122864,0.17711393535137177,0.5136746168136597,-0.34302380681037903,0.1645713448524475,-0.0021328330039978027,-0.11663845181465149,-0.186574324965477 +40,-1.7881445760532413,-0.5126511114833083,-2.351459880322544,-0.8509443402290344,0.49048927426338196,0.1879197508096695,0.15364110469818115,-0.3317280113697052,-0.08003120869398117,-0.0815354585647583,-0.06875166296958923,0.06119522452354431 +41,-1.8139659592234985,-0.47698765621010064,-2.3693535266353902,-0.8622453212738037,0.45910516381263733,0.21390476822853088,-0.3730570673942566,-0.01743977703154087,-0.456542044878006,0.05902278423309326,0.08761721849441528,0.038796037435531616 +42,-1.8129029821762865,-0.40172713598310594,-2.376272398837241,-0.8935441374778748,0.39100855588912964,0.22066131234169006,0.009382587857544422,-0.23068292438983917,-1.2311081886291504,0.08984839916229248,0.16042882204055786,-0.07750332355499268 +43,-1.8051171181884758,-0.2970647788289209,-2.338672914118391,-0.930069088935852,0.29271480441093445,0.22201277315616608,0.14917859435081482,0.070719875395298,-1.0438077449798584,-0.04071033000946045,-0.12474608421325684,-0.03901410102844238 +44,-1.791209512421608,-0.2230639203832977,-2.298104661592544,-0.9516309499740601,0.22121866047382355,0.21321605145931244,0.24687756597995758,-0.014002811163663864,-0.2181846797466278,-0.14414846897125244,-0.14413127303123474,-0.09744751453399658 +45,-1.8082395454462663,-0.20294602974908493,-2.263947387149527,-0.9519954919815063,0.2015557736158371,0.2303909808397293,0.23225435614585876,-0.2104276567697525,-0.3918699622154236,-0.0037540793418884277,-0.01898437738418579,-0.03858804702758789 +46,-1.8228700261227584,-0.15885032371059102,-2.205242997019642,-0.9562050104141235,0.15818311274051666,0.2462725043296814,0.5620489716529846,-0.36805135011672974,-0.704396665096283,-0.002016425132751465,0.02953052520751953,-0.02460801601409912 +47,-1.8218749891122412,-0.12310652365869244,-2.132541892834064,-0.96131432056427,0.12279580533504486,0.2465686798095703,0.768414318561554,0.055561363697052,-0.25622519850730896,0.02837669849395752,0.24263691902160645,0.05105400085449219 +48,-1.8202615117526317,-0.13355263829555844,-2.1006568409061854,-0.960415244102478,0.1331559717655182,0.24468721449375153,-0.31667399406433105,-0.09232206642627716,0.2445317953824997,0.04087495803833008,0.15006236732006073,0.06006130576133728 +49,-1.8374093147427093,-0.1620161101164172,-2.1185336768482004,-0.9520355463027954,0.16130824387073517,0.2600152790546417,0.17460882663726807,-0.16111236810684204,0.33057379722595215,0.04557192325592041,0.049400344491004944,-0.08684328198432922 +50,-1.820009814098315,-0.1801220207482064,-2.1076947633638716,-0.9534284472465515,0.17914962768554688,0.24265164136886597,-0.3400607705116272,0.474456787109375,0.024757368490099907,0.03613096475601196,0.03165058791637421,0.15584686398506165 +51,-1.8218601388189162,-0.17162537115147,-2.15662895414787,-0.9544176459312439,0.17078407108783722,0.2447846531867981,-0.4896947145462036,-0.046699829399585724,-0.03835783153772354,0.03327518701553345,0.03607936203479767,-0.004580870270729065 +52,-1.8252548954965322,-0.16067116850300026,-2.177427172164192,-0.955334484577179,0.15998077392578125,0.24847929179668427,0.1423143744468689,0.15655305981636047,-0.030784962698817253,0.02326667308807373,0.05995941162109375,-0.037496089935302734 +53,-1.7980323067823434,-0.15712243523565922,-2.1826521678208968,-0.9622911214828491,0.15647673606872559,0.22251027822494507,-0.2814379632472992,0.036852821707725525,-0.046191319823265076,-0.011402726173400879,-0.001111745834350586,0.05593216419219971 +54,-1.7992330302272008,-0.14721180079486787,-2.232498503028155,-0.9634864926338196,0.14668066799640656,0.22400575876235962,-0.7467277646064758,0.019704028964042664,0.16467376053333282,0.07045066356658936,0.005678340792655945,0.0007715076208114624 +55,-1.8008338323910293,-0.14949970287349845,-2.2827565799865357,-0.9627973437309265,0.1489434391260147,0.22547069191932678,-0.12805061042308807,0.09758635610342026,0.09898403286933899,-0.000993490219116211,-0.025194644927978516,-0.0966407060623169 +56,-1.7908493999841772,-0.15434826572599175,-2.277981443255069,-0.9642844796180725,0.1537361443042755,0.21568647027015686,0.140603169798851,0.06920556724071503,-0.028187178075313568,-0.03212970495223999,-0.06700518727302551,0.005642294883728027 +57,-1.7834063967421758,-0.1464442290611691,-2.2783834422314353,-0.9670207500457764,0.14592134952545166,0.208753302693367,-0.0636257752776146,0.018919475376605988,0.02959432825446129,-0.006596803665161133,-0.02609407901763916,-0.029935479164123535 +58,-1.7806091748152615,-0.1419836108359608,-2.2746147436657482,-0.9682279825210571,0.14150704443454742,0.20618104934692383,0.010017096064984798,0.0619472898542881,-0.0661761462688446,-0.004840373992919922,-0.04838262498378754,-0.01033446192741394 +59,-1.7730918161652904,-0.13186584100204332,-2.282071760198371,-0.9711033701896667,0.1314840167760849,0.19917424023151398,-0.15545114874839783,0.028204042464494705,0.011394466273486614,-0.04841268062591553,0.0184488445520401,-0.01295587420463562 +60,-1.7714775839352774,-0.1318917235656645,-2.2892130620608984,-0.971420168876648,0.1315096765756607,0.197605699300766,0.06737689673900604,-0.009507588110864162,-0.015665672719478607,-0.006973326206207275,-0.012781038880348206,-0.04796279966831207 +61,-1.7669892061116588,-0.13035399864770914,-2.2851223816311097,-0.9724946618080139,0.12998513877391815,0.1932828426361084,0.006603782065212727,0.0065214745700359344,0.0010898472974076867,-0.01398611068725586,-0.010493561625480652,-0.02194187045097351 +62,-1.7655470763771686,-0.1322462995154667,-2.286514979139768,-0.9725292325019836,0.13186116516590118,0.19183221459388733,-0.049297772347927094,0.0016428781673312187,0.08278690278530121,0.014048337936401367,-0.003870442509651184,-0.032835572957992554 +63,-1.7641822092739838,-0.13974207492572088,-2.29741583944546,-0.9717926979064941,0.13928771018981934,0.1903093308210373,-0.0946190133690834,0.01393179502338171,0.0825861319899559,-0.011651396751403809,-0.010335668921470642,-0.019029393792152405 +64,-1.7631370958869717,-0.14186601049263675,-2.3084933915665125,-0.9716985821723938,0.1413906216621399,0.1892366260290146,-0.14811331033706665,0.012113401666283607,0.00020204647444188595,-0.025310635566711426,0.0019657015800476074,0.03468608856201172 +65,-1.774158328101121,-0.1459768604830468,-2.3280158677358394,-0.9689766764640808,0.14545896649360657,0.19981518387794495,-0.05607603117823601,-0.12909646332263947,0.1324310153722763,0.050687432289123535,0.030719012022018433,-0.02104318141937256 +66,-1.7788137713126122,-0.15468566200799289,-2.331515352924239,-0.9667598009109497,0.15406952798366547,0.20405465364456177,-0.09148883819580078,0.007673128508031368,-0.014808038249611855,0.007271766662597656,0.04917757213115692,0.034989625215530396 +67,-1.7742708630421675,-0.15731377775279554,-2.3501243510240677,-0.9672768115997314,0.15666572749614716,0.19957813620567322,-0.17217814922332764,0.08437356352806091,0.10661853104829788,0.01337367296218872,0.06925590336322784,0.02828143537044525 +68,-1.7732055784199632,-0.16857770757657592,-2.3577622277023833,-0.965698778629303,0.16778038442134857,0.19818024337291718,-0.1100766584277153,0.09220650047063828,-0.0016803073231130838,-0.01773005723953247,0.00856541097164154,0.05384920537471771 +69,-1.7631536311179021,-0.16687507868484022,-2.379016197237662,-0.967921257019043,0.16610164940357208,0.18851761519908905,-0.1351349651813507,0.1171700730919838,0.06457003951072693,0.023600459098815918,0.07068423926830292,0.008351355791091919 +70,-1.75801297603447,-0.17722784103891576,-2.4021280215225165,-0.9671361446380615,0.1763015240430832,0.18320950865745544,-0.35365402698516846,0.12236148118972778,0.1268959939479828,0.027148902416229248,0.0326828807592392,0.04713715612888336 +71,-1.75516273375131,-0.18024684991499565,-2.436778222377481,-0.9671264886856079,0.17927242815494537,0.18035374581813812,-0.3382743299007416,0.09877141565084457,0.06503976136445999,0.007180929183959961,0.0004913508892059326,0.01195274293422699 +72,-1.7411477493713432,-0.17636165200049694,-2.4751405249375376,-0.970238447189331,0.17544883489608765,0.16689908504486084,-0.3883994221687317,0.3018936514854431,-0.01006227359175682,0.011788010597229004,-0.011187955737113953,0.051454201340675354 +73,-1.7240797361243132,-0.17150481456081987,-2.505320276229813,-0.9737762808799744,0.17066527903079987,0.15044386684894562,-0.05296599119901657,0.18193237483501434,-0.0586148239672184,0.00513303279876709,-0.009486660361289978,-0.006385669112205505 +74,-1.7177148411771284,-0.16768266769797469,-2.5007024845908816,-0.9753520488739014,0.1668979674577713,0.14433728158473969,0.11067026853561401,-0.08888748288154602,0.001375627820380032,0.020823359489440918,0.018694669008255005,0.017772063612937927 +75,-1.7261521015821533,-0.16688437779856752,-2.4877154819906027,-0.9742310047149658,0.1661108285188675,0.15258194506168365,0.07971438765525818,-0.07117222994565964,-0.0969533771276474,0.00395512580871582,-0.0032690316438674927,0.010824441909790039 +76,-1.7242188046829126,-0.15617189861762687,-2.4830745576497533,-0.9762266874313354,0.15553784370422363,0.15096144378185272,0.06074066460132599,0.06399142742156982,-0.1432095468044281,-0.008529722690582275,0.005610242486000061,-0.01383066177368164 +77,-1.7159484606180015,-0.14751338340759934,-2.472728073509075,-0.9787377119064331,0.1469789743423462,0.14307208359241486,0.08975772559642792,0.05289607495069504,-0.07040001451969147,0.02210325002670288,0.04305398464202881,0.006799682974815369 +78,-1.717003931780919,-0.1509612609864207,-2.4633303086197706,-0.9780788421630859,0.15038852393627167,0.14403033256530762,0.18700245022773743,-0.08080639690160751,-0.0038454020395874977,-0.024957478046417236,0.02910056710243225,-0.029864102602005005 +79,-1.7285336717452988,-0.15719101607427144,-2.4306478194843693,-0.975409209728241,0.15654447674751282,0.15514734387397766,0.32356688380241394,-0.2875654995441437,0.007911947555840015,0.016760587692260742,-0.025028958916664124,-0.03438927233219147 +80,-1.7444734878287522,-0.16218124298842,-2.393654617497817,-0.9720308184623718,0.1614712029695511,0.17053769528865814,0.38653263449668884,-0.10474859178066254,-0.23417992889881134,-0.09902936220169067,-0.15744291245937347,-0.04756714403629303 +81,-1.7376219955680523,-0.12525453462314612,-2.3661385836717908,-0.9783916473388672,0.12492727488279343,0.1647520810365677,-0.012008840218186378,0.13439124822616577,-0.46547946333885193,0.03425389528274536,-0.017291754484176636,-0.05533130466938019 +82,-1.7176487456864,-0.08295431193664088,-2.3635447442708974,-0.9858348369598389,0.08285920321941376,0.14582198858261108,-0.03355426713824272,0.18791882693767548,-0.12538592517375946,0.07074999809265137,0.12195952981710434,0.04529426991939545 +83,-1.718042139991091,-0.1170967014254974,-2.3634088952462005,-0.9824051260948181,0.1168292835354805,0.14570961892604828,0.3094041645526886,-0.09788864850997925,0.5740951299667358,0.03230130672454834,-0.0954211950302124,-0.03377115726470947 +84,-1.715532774117111,-0.17176899717048058,-2.299738347123419,-0.9749817252159119,0.1709255874156952,0.14210911095142365,1.0440409183502197,-0.12527844309806824,0.11679894477128983,-0.24239492416381836,-0.2605557441711426,0.0015982240438461304 +85,-1.7231468592675678,-0.1620746802872526,-2.2373195870979696,-0.9754635095596313,0.1613660454750061,0.14977295696735382,0.17870064079761505,-0.03081503137946129,-0.34342241287231445,-0.030548453330993652,-0.1419568657875061,-0.0418781042098999 +86,-1.696464897750664,-0.11411329176566264,-2.206050043231622,-0.9856614470481873,0.11386579275131226,0.1245228722691536,0.6032388806343079,0.47965341806411743,-0.5256159901618958,-0.008082330226898193,0.11803726851940155,-0.10987438261508942 +87,-1.676699443365836,-0.09309212299828289,-2.1156692212246657,-0.9900916814804077,0.09295772016048431,0.10524755716323853,0.9047966003417969,-0.18946366012096405,-0.035985834896564484,0.12809234857559204,0.08930851519107819,-0.03281404823064804 +88,-1.658500674220155,-0.11512427042235518,-2.0467981552510173,-0.989562451839447,0.11487013846635818,0.0870121419429779,0.6587854027748108,0.01652989163994789,0.17838314175605774,-0.07362419366836548,0.05396836996078491,0.04027664661407471 +89,-1.6788069778950998,-0.14064592024714925,-2.0077566607323165,-0.984355628490448,0.14018268883228302,0.10673628747463226,0.27241143584251404,-0.14443360269069672,0.169818714261055,-0.005573451519012451,0.02598552405834198,0.09075818955898285 +90,-1.6886162972998515,-0.14939373283098148,-2.001616533573392,-0.9820061326026917,0.14883863925933838,0.11623828858137131,-0.15539142489433289,-0.3763660192489624,0.12357142567634583,0.0676535964012146,0.08248461782932281,-0.025036558508872986 +91,-1.7057486419085381,-0.1736777402489369,-2.0014464531718676,-0.9760005474090576,0.17280592024326324,0.13251899182796478,0.573992133140564,-0.29328277707099915,0.3506709039211273,0.046328186988830566,0.04142750799655914,-0.03905890882015228 +92,-1.7188604753887746,-0.21204627207731705,-1.9234536358267376,-0.9669060111045837,0.21046078205108643,0.1442195624113083,0.6217873692512512,0.015058094635605812,0.028936464339494705,-0.11028832197189331,-0.09228143095970154,0.18363071978092194 +93,-1.7373948067657892,-0.19910368328299577,-1.9351973664963664,-0.9666722416877747,0.19779080152511597,0.16255280375480652,-0.607516348361969,-0.2550453841686249,-0.19877396523952484,0.007062315940856934,-0.015494093298912048,0.0836019366979599 +94,-1.745273090792032,-0.15642903009988646,-1.9766334788455004,-0.9727926850318909,0.15579183399677277,0.17147326469421387,-0.0012119151651859283,0.6153181791305542,-0.5634567737579346,0.07850569486618042,0.09411661326885223,-0.11185719072818756 +95,-1.7077157068043023,-0.1016298931580484,-1.9440893871261138,-0.9855297207832336,0.10145503282546997,0.1357877105474472,0.38960301876068115,0.06846547871828079,-0.7070504426956177,-0.03610730171203613,0.09065313637256622,0.039413705468177795 +96,-1.6712817800703084,-0.0020126867945589396,-2.0015138135691455,-0.9949535727500916,0.0020126854069530964,0.10031622648239136,-1.8222870826721191,0.31947067379951477,-0.7574248313903809,-0.027293741703033447,0.11020046472549438,0.06959032267332077 +97,-1.6563490200456477,0.04985670033211111,-2.190502949388988,-0.9951047301292419,-0.04983604699373245,0.08534220606088638,-1.4043155908584595,-0.025916192680597305,-0.11045442521572113,0.0027187466621398926,0.05014120787382126,-0.0039212629199028015 +98,-1.6591551083695666,0.07028563758427668,-2.22478004860877,-0.9936396479606628,-0.07022777944803238,0.08802598714828491,0.6020139455795288,0.5470214486122131,0.1053953543305397,-0.1634954810142517,-0.06392750889062881,0.02292061597108841 +99,-1.6140797608146842,-0.003913371312376457,-2.0679236644185313,-0.9990558624267578,0.0039133611135184765,0.04326959326863289,2.277454376220703,-0.7038154006004333,0.6421500444412231,0.10196101665496826,-0.10292762517929077,-0.07747983932495117 +100,-1.7034329629843374,-0.031852346322227935,-1.9156991122697156,-0.9907137155532837,0.03184695914387703,0.13218097388744354,0.2861109673976898,-0.16605797410011292,-0.10263598710298538,0.20923501253128052,0.015852026641368866,0.06526777148246765 +101,-1.652532494402628,-0.030536710332647,-2.01512472425625,-0.9961966872215271,0.03053196519613266,0.08160711824893951,-1.4448918104171753,0.6567584276199341,0.3622700870037079,-0.12054818868637085,-0.021834464743733406,-0.05331731587648392 +102,-1.6466550597151102,-0.03717267238340912,-2.1007694163262762,-0.9964351654052734,0.0371641106903553,0.07573363184928894,-0.07796502113342285,-0.12488986551761627,-0.14154201745986938,0.05127537250518799,-0.1064085140824318,0.10908077657222748 +103,-1.6543794405594185,-0.030554130905719463,-2.1193126666342605,-0.9960437417030334,0.03054937720298767,0.08344685286283493,-0.3507693409919739,-0.06698492169380188,-0.019493961706757545,0.002116858959197998,-0.02092108502984047,0.012378327548503876 +104,-1.6629851201262393,-0.02224413436260117,-2.132697583683358,-0.9955071806907654,0.02224230021238327,0.09203548729419708,-0.008814334869384766,-0.08565438538789749,-0.052557993680238724,0.009102880954742432,-0.006388427689671516,-0.02199769765138626 +105,-1.6696629256920201,-0.018712534883758358,-2.1238582788324223,-0.9949424862861633,0.01871144212782383,0.09868833422660828,0.0654042586684227,-0.1648927479982376,-0.016747931018471718,-0.03292006254196167,0.017161965370178223,-0.013559579849243164 +106,-1.6745432447030173,-0.018095664222135932,-2.1089472474553745,-0.99446040391922,0.018094677478075027,0.1035439595580101,0.22502876818180084,-0.08092951029539108,-0.03092491626739502,0.0971672534942627,-0.007001549005508423,-0.043988943099975586 +107,-1.6748537592888526,-0.019446989901998345,-2.092135582679888,-0.9944029450416565,0.019445763900876045,0.1038501113653183,0.16454589366912842,-0.030279751867055893,0.023955177515745163,-0.021054327487945557,0.002984674647450447,-0.009749159216880798 +108,-1.6720981725062307,-0.019847999822360518,-2.0720190709966126,-0.9946773052215576,0.01984669640660286,0.10110874474048615,0.35791948437690735,0.14336347579956055,-0.049778517335653305,0.03831756114959717,0.0015766602009534836,0.00811360776424408 +109,-1.6664592078299723,-0.019558007573547666,-2.0529292710706963,-0.9952374696731567,0.019556760787963867,0.09549877792596817,-0.22836172580718994,0.03681126981973648,-0.02211185172200203,0.04876524209976196,-0.008997678756713867,0.03951096534729004 +110,-1.663857428300109,-0.017030078711886144,-2.093323739235996,-0.9955286383628845,0.017029255628585815,0.09291336685419083,-0.31744498014450073,-0.007576965726912022,0.0014760325429961085,0.02761787176132202,0.006560832262039185,0.012753725051879883 +111,-1.6678561623094408,-0.013102133654868415,-2.1367367861167366,-0.9952080249786377,0.013101758435368538,0.09689920395612717,-0.5827907919883728,0.031899675726890564,0.05243310704827309,-0.028275251388549805,-0.009668529033660889,0.03753066062927246 +112,-1.6686818403784076,-0.00785264446676103,-2.1945327987605903,-0.9951823949813843,0.007852563634514809,0.0977262631058693,-0.6114208102226257,-0.017176007851958275,-0.04120989143848419,-0.07003366947174072,0.018194198608398438,0.03041708469390869 +113,-1.6676374802064786,0.001023842374748258,-2.238059450275405,-0.9953138828277588,-0.0010238421382382512,0.09668979048728943,-0.3524736166000366,0.01632692664861679,-0.06211496889591217,0.08358615636825562,0.025849878787994385,-0.03168739378452301 +114,-1.6664545857815403,0.012000135096856915,-2.2948505798281262,-0.9953564405441284,-0.011999847367405891,0.09550555050373077,-0.8732320070266724,-0.015370450913906097,-0.016061577945947647,-0.02716541290283203,0.02222323603928089,0.017562136054039 +115,-1.6601941818013148,0.019675805586099833,-2.3718035851175383,-0.9958139657974243,-0.01967453584074974,0.08926155418157578,-0.6537647843360901,-0.03031139075756073,-0.042829692363739014,0.010111391544342041,0.05371689796447754,-0.023175708949565887 +116,-1.6492024925749007,0.023494040794719426,-2.445839219557598,-0.9966527819633484,-0.023491879925131798,0.0783042460680008,-0.8044085502624512,0.14385105669498444,0.10698986798524857,0.017023146152496338,0.018334414809942245,-0.006053917109966278 +117,-1.630180711439551,0.014947933867725161,-2.5111563964029533,-0.9981257319450378,-0.014947377145290375,0.05934285745024681,-0.2288774698972702,0.15175366401672363,0.08187634497880936,-0.04642987251281738,-0.03409436345100403,-0.02131795883178711 +118,-1.635570470433291,0.006369002493451591,-2.52222688969778,-0.997882604598999,-0.0063689593225717545,0.0647275447845459,-0.4544105529785156,-0.054942626506090164,0.15359802544116974,0.0329321026802063,0.015615791082382202,0.034057848155498505 +119,-1.6369254286251762,-0.009087875780936809,-2.6025768604387913,-0.9977729320526123,0.009087750688195229,0.06607817858457565,-0.6864985823631287,-0.04223975911736488,0.1608540117740631,-0.016554951667785645,-0.07360193133354187,-0.05701447278261185 +120,-1.6484656640535353,-0.0163469254465265,-2.6610393390732305,-0.9968520998954773,0.016346197575330734,0.07758090645074844,-0.5821234583854675,-0.06652191281318665,0.1466677486896515,0.0072280168533325195,-0.01565954089164734,-0.051900386810302734 +121,-1.6426046887310173,-0.030791001391261848,-2.714120884278313,-0.996950089931488,0.03078613616526127,0.07171265780925751,-0.16907133162021637,0.12795202434062958,0.1976286917924881,-0.1626567840576172,-0.029733287170529366,-0.033993013203144073 +122,-1.643008537339651,-0.04921907557371841,-2.702750051599672,-0.9961859583854675,0.04919920489192009,0.07206209003925323,0.1356700211763382,0.022066300734877586,0.055367790162563324,0.022583723068237305,-0.04297361150383949,0.006596915423870087 +123,-1.6336802640713786,-0.055398701647272744,-2.707317758395985,-0.9964924454689026,0.05537036806344986,0.06274610012769699,-0.23628272116184235,0.12722240388393402,0.15706755220890045,0.05180555582046509,-0.09432604908943176,0.004484057426452637 +124,-1.6275985959299732,-0.06399625349516942,-2.726506493862026,-0.9963435530662537,0.06395258009433746,0.05665552243590355,0.008734078146517277,0.02219458296895027,0.076474629342556,0.007833361625671387,-0.13399040699005127,-0.03190576285123825 +125,-1.6156366809333915,-0.042710793189285265,-2.7232605684635445,-0.9980838298797607,0.042697809636592865,0.04478444904088974,-0.10949674993753433,0.16525135934352875,-0.19932736456394196,0.04173922538757324,-0.05421820282936096,0.033172607421875 +126,-1.6100027500173912,-0.014627913290109856,-2.7471030011999344,-0.9991246461868286,0.01462739147245884,0.039192188531160355,-0.2580243945121765,0.06238967180252075,-0.24737215042114258,-0.009801805019378662,0.005514206364750862,-0.008995052427053452 +127,-1.5982117777144662,0.00645119596822121,-2.767348574392184,-0.9996034502983093,-0.006451151333749294,0.02741144597530365,-0.21723847091197968,0.09761806577444077,-0.17015418410301208,0.003830134868621826,0.046398669481277466,-0.0036840438842773438 +128,-1.5867506101844997,0.016634915652255163,-2.7706207856004967,-0.9997344613075256,-0.016634147614240646,0.015951400622725487,0.26507139205932617,0.01516924612224102,-0.027900202199816704,-0.0011658072471618652,0.030092403292655945,-0.003271341323852539 +129,-1.5980190945610262,0.01878677723073429,-2.73966604190614,-0.9994531273841858,-0.018785672262310982,0.02721460349857807,0.1807233691215515,-0.07390260696411133,-0.03922642022371292,0.06930786371231079,0.021562770009040833,-0.002495288848876953 +130,-1.5972817535457144,0.017943389192461568,-2.7310130577078318,-0.9994885325431824,-0.01794242672622204,0.026478072628378868,0.15599112212657928,0.16141431033611298,-0.012190539389848709,-0.011131703853607178,0.012189863249659538,0.0006215609610080719 +131,-1.5921848661835671,0.022858861649178143,-2.724247932626912,-0.9995102882385254,-0.02285687066614628,0.021381326019763947,-0.12433221936225891,0.05918663367629051,-0.09108233451843262,0.05024564266204834,0.051833316683769226,-0.002033112570643425 +132,-1.5962970997701087,0.02372413076700904,-2.7674955948102804,-0.9993934631347656,-0.023721905425190926,0.025490831583738327,-0.7054392695426941,0.04812172055244446,0.04668482393026352,-0.038951754570007324,0.05837463214993477,0.0048130713403224945 +133,-1.5952270536843842,0.018514733961671997,-2.8169260527451225,-0.9995303153991699,-0.018513675779104233,0.0244241114705801,-0.33906105160713196,-0.04354051500558853,0.10480421036481857,-0.010723590850830078,0.016102775931358337,-0.023615360260009766 +134,-1.5944930815064153,0.00865728513113589,-2.8578448074050278,-0.9996816515922546,-0.008657176978886127,0.023693645372986794,-0.5051044225692749,0.009167232550680637,0.1272471845149994,0.0056021809577941895,-0.017542168498039246,-0.018475178629159927 +135,-1.59218870043323,-0.0010047057462796972,-2.9053628923963988,-0.9997706413269043,0.001004705554805696,0.021390730515122414,-0.36441415548324585,0.03170955926179886,0.08283870667219162,0.019454538822174072,-0.02763129025697708,-0.004956962540745735 +136,-1.5880722223586023,-0.009885958858798713,-2.934245576970619,-0.9998021125793457,0.009885798208415508,0.017274195328354836,-0.21890713274478912,0.049094099551439285,0.08210881054401398,-0.009093940258026123,-0.047101981937885284,-0.0033276062458753586 +137,-1.5861432248359517,-0.011915545335471173,-2.950995686544492,-0.9998111724853516,0.011915263719856739,0.015345204621553421,-0.1368650197982788,-0.04524201899766922,-0.015392536297440529,0.007425367832183838,-0.026914656162261963,-0.017374634742736816 +138,-1.5870373390729178,-0.0045471030943648166,-2.9715531428185957,-0.9998577833175659,0.004547087475657463,0.016240129247307777,-0.10006915777921677,-0.018037740141153336,0.02192481979727745,0.025935053825378418,0.0027008354663848877,-0.01595020294189453 +139,-1.589307998047859,-0.00854389277300604,-2.968981588477377,-0.9997920393943787,0.008543788455426693,0.018509935587644577,0.11144065111875534,0.029904130846261978,0.02930409461259842,-0.04381746053695679,0.006211458705365658,0.011229394003748894 +140,-1.5919106572150428,-0.009806479178420997,-2.951223473260678,-0.9997290372848511,0.009806321933865547,0.02111174538731575,0.20543362200260162,-0.09396341443061829,-0.029250014573335648,-0.010723233222961426,-0.015009568072855473,-0.011315586045384407 +141,-1.6009687967826827,-0.006235541607826872,-2.92950886814461,-0.9995254278182983,0.006235501263290644,0.03016730770468712,0.1634097695350647,-0.09228041023015976,-0.032659366726875305,0.01727139949798584,0.009740449488162994,-0.028687119483947754 +142,-1.5982075544516936,-0.0014285827994906617,-2.920657898994847,-0.9996232986450195,0.0014285823563113809,0.02740776725113392,0.03360270708799362,0.06123606488108635,-0.09885799884796143,0.008687078952789307,0.03796961158514023,-0.02868950553238392 +143,-1.574178932361035,0.0006957461314961658,-2.916742936771021,-0.9999939799308777,-0.0006957461009733379,0.0033825980499386787,-0.013952440582215786,0.2992945611476898,0.01740669645369053,0.02773451805114746,0.046212710440158844,0.04337036609649658 +144,-1.5732696394937364,-0.005650334824670662,-2.9258701136175245,-0.999981164932251,0.005650304723531008,0.002473271219059825,-0.12794284522533417,-0.15215736627578735,-0.00019349402282387018,-0.012622714042663574,-0.00957181304693222,0.04252493381500244 +145,-1.5905130296012855,-0.005292595747469759,-2.92071158492536,-0.9997915625572205,0.005292571149766445,0.019715147092938423,0.21811987459659576,-0.14233694970607758,-0.026846840977668762,0.0013632774353027344,-0.02937094122171402,-0.022232891991734505 +146,-1.5928261990760417,0.0006833556646785713,-2.8938162298561503,-0.9997572302818298,-0.0006833556108176708,0.022028088569641113,0.3625449538230896,0.019225317984819412,-0.04784790799021721,0.01597726345062256,-0.04059166461229324,-0.012918589636683464 +147,-1.5941385612310148,0.006549407333813782,-2.8482537570414195,-0.9997062683105469,-0.006549360696226358,0.023339617997407913,0.5480403304100037,-0.027425821870565414,-0.08962719887495041,-0.020099759101867676,-0.04261445999145508,-0.0022518616169691086 +148,-1.6022394412537915,0.012430105315679249,-2.776930471281955,-0.9994285106658936,-0.01242978498339653,0.03143550455570221,0.8289579153060913,-0.16700299084186554,-0.081807941198349,-0.027945756912231445,-0.03572694957256317,-0.026964664459228516 +149,-1.6122444286304103,0.017143351091693765,-2.6994533755040533,-0.9989944100379944,-0.017142511904239655,0.04143014922738075,0.7033451795578003,-0.02209736779332161,-0.061543866991996765,0.011094629764556885,-0.018578320741653442,-0.031542420387268066 +150,-1.6126307644488334,0.017615113616809473,-2.6146310275975497,-0.9989701509475708,-0.017614202573895454,0.04181575030088425,1.1153215169906616,0.016978349536657333,-0.039612967520952225,0.0170670747756958,-0.043298885226249695,-0.034750938415527344 +151,-1.6166121639469562,0.01667514315527591,-2.506162222499258,-0.9988119006156921,-0.01667436957359314,0.04579344764351845,0.9715356230735779,-0.010617999359965324,-0.044829659163951874,0.018663465976715088,-0.05725446343421936,-0.027666088193655014 +152,-1.6194808897440724,0.020670473941830643,-2.4167857058052142,-0.9986017942428589,-0.02066900208592415,0.048654936254024506,0.803867518901825,-0.006748580373823643,-0.10787685960531235,-0.007791638374328613,-0.038641899824142456,-0.026117682456970215 +153,-1.62241303069867,0.0305523368492817,-2.3319086940973,-0.9982021450996399,-0.03054758347570896,0.05156971141695976,0.9361903667449951,-0.029102642089128494,-0.16072620451450348,-0.04397320747375488,-0.004593405872583389,-0.02794908732175827 +154,-1.6317893663402838,0.04132273356703364,-2.2422498265340316,-0.9972885251045227,-0.04131097346544266,0.06090319901704788,0.682585597038269,-0.09879301488399506,-0.1351173222064972,0.018315017223358154,0.029576953500509262,-0.011190049350261688 +155,-1.6437428961946845,0.04715904269647756,-2.1844205163880126,-0.996231734752655,-0.04714156314730644,0.07280085980892181,0.577461838722229,-0.06689321249723434,-0.051713280379772186,-0.014479875564575195,0.06516221165657043,-0.030061006546020508 +156,-1.649523958921384,0.041340803061664266,-2.1170381228469815,-0.9960508942604065,-0.0413290299475193,0.0785791426897049,0.7490471601486206,-0.02783859521150589,0.039547983556985855,0.024081170558929443,0.031090375036001205,-0.0022852346301078796 +157,-1.6600494019144842,0.029058153812988145,-2.046339272043525,-0.9955991506576538,-0.02905406430363655,0.08909700065851212,0.514773428440094,-0.22219617664813995,0.08124938607215881,0.004845976829528809,-0.02265799045562744,0.046477317810058594 +158,-1.6886008426155275,0.017964218266158075,-2.007401638398452,-0.9929088354110718,-0.01796325296163559,0.1175132617354393,0.4234735071659088,-0.39273950457572937,0.019436828792095184,-0.0019642114639282227,-0.028606563806533813,-0.024449944496154785 +159,-1.7132091499113364,0.01439131969249015,-1.961186827182635,-0.9897741675376892,-0.014390822499990463,0.14191725850105286,0.6549390554428101,-0.12928201258182526,-0.10333016514778137,0.012387514114379883,-0.0018903035670518875,-0.07210825383663177 +160,-1.7409399429757257,0.011683047930969257,-1.8709041888752047,-0.9854933619499207,-0.01168278232216835,0.16931235790252686,0.8861384391784668,-0.40160152316093445,-0.13145890831947327,-0.005946636199951172,0.03331973776221275,0.013213321566581726 +161,-1.7521808904086176,0.013657698602643924,-1.808226494662872,-0.9835031032562256,-0.013657273724675179,0.18037475645542145,0.5925468802452087,0.09676238894462585,-0.15831509232521057,-0.01812952756881714,0.04113835096359253,-0.07449401915073395 +162,-1.7531945802584732,0.011634991282933861,-1.7141282400001532,-0.9833449721336365,-0.011634728871285915,0.18137629330158234,1.0635607242584229,-0.14007866382598877,-0.1156754419207573,0.018440186977386475,0.06925192475318909,-0.022440791130065918 +163,-1.758565552728566,0.006194573353467756,-1.6444950271085788,-0.9824042916297913,-0.006194533780217171,0.18666422367095947,0.2732705771923065,-0.007655459921807051,0.0012541216565296054,0.010602474212646484,0.08688300848007202,0.012722387909889221 +164,-1.7631219335168387,-0.0012006304667182598,-1.6364244148140987,-0.9815616607666016,0.0012006302131339908,0.1911419928073883,0.020757006481289864,-0.09906507283449173,0.09202844649553299,-0.0025844573974609375,0.05681329965591431,-0.010432243347167969 +165,-1.7759173864073385,-0.011417307029584451,-1.6500569553253241,-0.9789724349975586,0.011417059227824211,0.203672394156456,-0.20989051461219788,-0.16561780869960785,0.0515269935131073,0.016600728034973145,-0.002429635263979435,0.023607224225997925 +166,-1.7843800027651469,-0.011993952515852651,-1.6729715952636874,-0.9772072434425354,0.011993665248155594,0.2119482457637787,-0.19632035493850708,-0.08877904713153839,0.049318987876176834,0.0015451312065124512,0.03370639681816101,0.010723307728767395 +167,-1.8521922286908683,-0.01147347333992891,-1.6913772060992256,-0.9606056213378906,0.011473221704363823,0.2776786684989929,-0.33108392357826233,-1.4108890295028687,0.034634098410606384,-0.004726529121398926,0.007066191174089909,0.04750135540962219 +168,-1.8626080061842472,0.0016800458399685082,-1.7785273370146057,-0.9577229619026184,-0.0016800450393930078,0.28768739104270935,-1.2275025844573975,0.5394912362098694,0.14248086512088776,-0.006525695323944092,0.00882112979888916,-0.08593571186065674 +169,-1.8416384096121596,0.007456033399097313,-1.849387842694959,-0.963519275188446,-0.007455964107066393,0.2675355076789856,-0.030950378626585007,0.11508727073669434,0.1539926826953888,0.01838982105255127,0.053232342004776,-0.11300969123840332 +170,-1.8419635825024352,-0.0137671370899462,-1.8307989733498866,-0.9633675813674927,0.013766702264547348,0.26783084869384766,0.21861320734024048,0.004357260651886463,0.1756610870361328,-0.009517550468444824,-0.0013002753257751465,0.034979820251464844 +171,-1.80487121354158,-0.03140204499299404,-1.8524579632877287,-0.9722496867179871,0.031396884471178055,0.23182883858680725,-0.5672464370727539,0.5856528282165527,0.22779646515846252,-0.005960643291473389,0.01805683597922325,-0.022371426224708557 +172,-1.7695054025781254,-0.03844058859470389,-1.9098569846569096,-0.979597806930542,0.03843112289905548,0.1972580999135971,-0.3941652774810791,0.11101610958576202,0.16659459471702576,0.033904075622558594,0.017461828887462616,-0.011436626315116882 +173,-1.8074754602831506,-0.04726093876403856,-1.9695235776699063,-0.9710367321968079,0.04724334552884102,0.23421387374401093,-0.9385468363761902,-0.5261849761009216,0.28108128905296326,-0.012056708335876465,-0.00026153773069381714,0.16761115193367004 +174,-1.8160083297942504,-0.037459440094885915,-2.1280916956291303,-0.9694054126739502,0.037450678646564484,0.2425917088985443,-1.902258038520813,0.6295695304870605,0.19060249626636505,0.0031273365020751953,-0.024343401193618774,0.0604783296585083 +175,-1.7440629748807253,-0.011589634739617669,-2.2565094666046623,-0.9849607944488525,0.01158937532454729,0.1723894476890564,-0.37239134311676025,0.8345850110054016,-0.05077391862869263,0.01915562152862549,-0.00293764378875494,-0.10984371602535248 +176,-1.689238222107622,-0.01102509591246633,-2.1907898255038485,-0.9929336309432983,0.01102487277239561,0.11815798282623291,1.685808539390564,0.1398685723543167,-0.1814126968383789,-0.10394442081451416,-0.00777474045753479,-0.06043398380279541 +177,-1.6797812959447365,-0.007888290568018739,-2.038758701688438,-0.994036078453064,0.007888209074735641,0.10876596719026566,0.3856850862503052,1.397261381149292,-0.17544697225093842,-0.027860283851623535,-0.008529067039489746,0.27665579319000244 +178,-1.630545079879561,0.0031150398957450354,-2.0247921556290867,-0.998210608959198,-0.003115034895017743,0.059712912887334824,0.07550415396690369,-0.14300064742565155,-0.08727166801691055,0.03109341859817505,-0.018018364906311035,0.012888424098491669 +179,-1.6503227813293,0.010386833294476738,-2.0442674006372816,-0.9967856407165527,-0.01038664672523737,0.07943836599588394,-0.4907972812652588,-0.20824569463729858,0.004634701181203127,0.04599529504776001,-0.01022797729820013,-0.015046365559101105 +180,-1.6632644381241433,0.014665667695391032,-2.1085812053526682,-0.995620846748352,-0.014665141701698303,0.09232646971940994,-0.5932243466377258,0.002670207992196083,0.03818828612565994,-0.02719104290008545,-0.002043217420578003,-0.05301988124847412 +181,-1.6654554601532188,0.012788679331168208,-2.13218249314824,-0.9954418540000916,-0.012788331136107445,0.09451011568307877,-0.022178230807185173,0.0007422128692269325,0.031160816550254822,0.007572472095489502,-0.026335211470723152,-0.07359026372432709 +182,-1.650686601372046,0.009931201687960368,-2.1171437805649815,-0.9967613816261292,-0.00993103813380003,0.07980138808488846,0.38053879141807556,0.17903004586696625,0.047859352082014084,0.015911102294921875,-0.03291565179824829,-0.030164480209350586 +183,-1.626474514617418,0.005994561686245294,-2.0705044509696995,-0.998432457447052,-0.005994525738060474,0.05564842373132706,0.48022204637527466,0.3055517077445984,-0.03510875627398491,-0.025188148021697998,-0.0495474636554718,0.04414403438568115 +184,-1.6057457480975903,0.011178350503711222,-2.0219292660810884,-0.999326765537262,-0.011178117245435715,0.034940119832754135,0.3818730115890503,0.051245369017124176,-0.09465154260396957,-0.010576069355010986,-0.031226038932800293,0.06115972623229027 +185,-1.6041153339422418,0.018463615504706928,-1.9970728046359687,-0.999274730682373,-0.018462566658854485,0.03330716863274574,0.19592714309692383,-0.06704549491405487,-0.0430975966155529,0.009253859519958496,0.0077356379479169846,0.045107726007699966 +186,-1.6165890414791497,0.019508792351672202,-1.9846469419906614,-0.9987614750862122,-0.019507555291056633,0.045767996460199356,0.04148335009813309,-0.0943451076745987,-0.0036925533786416054,0.024899959564208984,0.0037452299147844315,-0.0022652186453342438 +187,-1.6279447336882942,0.020380394540705143,-1.9871219112454384,-0.998160183429718,-0.02037898451089859,0.05710544437170029,-0.08708448708057404,-0.10606248676776886,-0.03271488472819328,-0.014016330242156982,0.016716867685317993,-0.036170363426208496 +188,-1.627741085913673,0.025038045749549702,-1.9973892997961888,-0.9980663061141968,-0.025035429745912552,0.0568961575627327,-0.053138889372348785,0.022061649709939957,-0.03403240814805031,-0.028804540634155273,0.03393128141760826,-0.03651046007871628 +189,-1.6197704618485542,0.02289215868649603,-1.9785143571138102,-0.9985392093658447,-0.022890159860253334,0.048941727727651596,0.3323580324649811,0.03567112237215042,-0.02152305282652378,0.004795432090759277,-0.009305862709879875,-0.0068885162472724915 +190,-1.6154302543565755,0.02603777044789638,-1.9575199877229554,-0.9986653327941895,-0.026034828275442123,0.04460398107767105,0.06024695932865143,0.03370664268732071,-0.0708833560347557,-0.005713820457458496,-0.01150178536772728,0.029813047498464584 +191,-1.6188094881753474,0.032321150412416656,-1.9591485560607533,-0.9983259439468384,-0.03231552243232727,0.047969650477170944,-0.09990331530570984,-0.0096085574477911,-0.029981203377246857,0.007954239845275879,0.02261093258857727,0.007206082344055176 +192,-1.6200626125877045,0.03191561207921803,-1.969020963012134,-0.9982778429985046,-0.03191019594669342,0.04922126978635788,-0.10112631320953369,-0.023147139698266983,0.004668490029871464,0.0008109807968139648,0.008060697466135025,0.0022923871874809265 +193,-1.619884816601795,0.02804729252018519,-1.9825847935257963,-0.9984025955200195,-0.028043614700436592,0.04904948174953461,-0.08424852043390274,-0.001305371057242155,0.06855911016464233,-0.010432243347167969,-0.009386181831359863,0.0143660306930542 +194,-1.6235064014060945,0.02384707997899949,-1.9909311373349639,-0.9983270764350891,-0.023844819515943527,0.0526706837117672,-0.10813915729522705,-0.02944069541990757,0.04890502616763115,0.011175155639648438,-0.01506510004401207,0.011889208108186722 +195,-1.6273712031131313,0.02218603622311593,-2.000192735010752,-0.99815434217453,-0.022184215486049652,0.05653078481554985,-0.05230499058961868,-0.02889101952314377,0.04538726806640625,0.01214665174484253,-0.017748026177287102,0.002017136663198471 +196,-1.6303264983757213,0.020516817765982836,-2.0029697174998944,-0.9980185031890869,-0.020515378564596176,0.05948249623179436,-0.001086668111383915,-0.01256878674030304,0.024466486647725105,0.005922555923461914,-0.019508421421051025,-0.0014990568161010742 +197,-1.6322324221078868,0.022487307579823968,-2.0029795342397962,-0.9978609681129456,-0.022485412657260895,0.061381928622722626,0.0044431621208786964,-0.0017730845138430595,-0.017233606427907944,-0.008196651935577393,-0.011190740391612053,-0.00689280778169632 +198,-1.6308035868011665,0.027094596519655522,-1.9960414258864363,-0.9978337287902832,-0.02709128148853779,0.05994924157857895,0.0935080349445343,0.017795462161302567,-0.054774269461631775,0.009445667266845703,-0.013558149337768555,0.003252744674682617 +199,-1.6286162276413039,0.033487847717307194,-1.990921888012303,-0.9977692365646362,-0.03348159044981003,0.05775529518723488,-0.04655581712722778,-0.008570442907512188,-0.05370644852519035,-0.01860344409942627,-0.026165038347244263,0.007994890213012695 +200,-1.6290492483133996,0.041692429012851355,-1.9970182851261702,-0.9974362254142761,-0.04168035089969635,0.05816938728094101,0.05403371900320053,0.008409439586102962,-0.03518133983016014,-0.0066530704498291016,0.012032512575387955,-0.0005826987326145172 +201,-1.6308154352136133,0.03766560090468771,-1.9874696893735135,-0.9974913597106934,-0.037656694650650024,0.059940535575151443,0.08695413172245026,-0.017572781071066856,0.0732719898223877,-0.007620275020599365,-0.005876626819372177,0.006664033979177475 +202,-1.6353490768178085,0.030155010715027866,-1.9783151314402179,-0.9974635243415833,-0.030150441452860832,0.06447859853506088,0.0732286348938942,-0.05866730213165283,0.051537204533815384,-0.005145728588104248,-0.03041168861091137,-0.002024419605731964 +203,-1.6382278559710362,0.030542785441919858,-1.968462976997451,-0.9972620606422424,-0.030538037419319153,0.06734901666641235,0.22040869295597076,-0.009008236229419708,-0.006492439657449722,0.005883276462554932,-0.002680361270904541,-0.018246173858642578 +204,-1.636549447873075,0.027841144805723632,-1.9422515169570056,-0.9974524974822998,-0.027837548404932022,0.06568029522895813,0.1830233782529831,-0.029841633513569832,0.04138832166790962,-0.001693129539489746,-0.033869002014398575,-0.0014712736010551453 +205,-1.635473286708529,0.030589683337893362,-1.930258562066526,-0.9974421858787537,-0.0305849127471447,0.06460163742303848,0.22333025932312012,0.05336735397577286,-0.07052905112504959,0.012273848056793213,-0.005105404183268547,-0.01351524144411087 +206,-1.6294976542017605,0.03517430002053292,-1.901353750749408,-0.9976600408554077,-0.03516704589128494,0.058631327003240585,0.17913077771663666,0.14107389748096466,-0.03564393147826195,-0.0017753243446350098,0.06344160437583923,0.012245770543813705 +207,-1.6237145496673453,0.03359389749083462,-1.9141473678387508,-0.9980366826057434,-0.03358757868409157,0.05286368355154991,-0.29433655738830566,-0.32207009196281433,0.06077912077307701,0.005330443382263184,0.03528130054473877,3.8504600524902344e-05 +208,-1.6300064376407546,0.030290244564509856,-1.9187303626775623,-0.9977896213531494,-0.030285613611340523,0.05914837494492531,0.2594679892063141,0.05758877098560333,0.011606831103563309,-0.021039605140686035,0.04969478026032448,-0.02670813351869583 +209,-1.6222279430082966,0.024793998975265994,-1.883129702417335,-0.9983705878257751,-0.024791458621621132,0.051393136382102966,0.19715876877307892,0.03979934751987457,0.03943968564271927,0.021853983402252197,0.06623432040214539,0.09141384810209274 +210,-1.6276530398003022,0.01699936603645575,-1.88708087260902,-0.9982398152351379,-0.016998548060655594,0.05681787058711052,-0.06219708174467087,0.03056773543357849,0.06391477584838867,-0.007253289222717285,0.02273583598434925,-0.01192653551697731 +211,-1.622862123902738,0.01110608912570269,-1.8788048369035353,-0.9985833764076233,-0.011105860583484173,0.052039068192243576,0.14610245823860168,0.07463760673999786,0.026188703253865242,-0.004193723201751709,0.012112945318222046,0.018914222717285156 +212,-1.6181367135778397,0.007566566251901953,-1.876080974740448,-0.9988510012626648,-0.007566493935883045,0.04732134938240051,-0.199675053358078,-0.01616976596415043,0.021997472271323204,0.01542210578918457,0.017057448625564575,0.06924056261777878 +213,-1.626581927632822,0.003538373973707897,-1.9015498588922968,-0.9984381198883057,-0.0035383666399866343,0.05575632303953171,0.037667978554964066,-0.08488571643829346,0.033989422023296356,-0.01622551679611206,-0.02781844139099121,-0.022446397691965103 +214,-1.6403674652815778,0.00721476086624841,-1.8914753050149826,-0.9975550174713135,-0.007214698474854231,0.0695132240653038,0.010020202957093716,-0.022773927077651024,-0.051045745611190796,0.05700325965881348,0.02746310830116272,-0.0037784576416015625 +215,-1.64240975591557,0.004233364255007534,-1.9030414942925378,-0.9974278807640076,-0.004233351442962885,0.07155159115791321,-0.24489258229732513,-0.10334759205579758,0.03684964403510094,-0.041024208068847656,0.005148888099938631,-0.009204156696796417 +216,-1.6420909208590109,0.005166436191024835,-1.9172234533054933,-0.9974463582038879,-0.005166413262486458,0.07123326510190964,0.09707408398389816,0.026649396866559982,-0.03393402323126793,0.0027869343757629395,0.005990386009216309,-0.039632320404052734 +217,-1.6332474652133033,0.010931939927272797,-1.9141565292142406,-0.9979909658432007,-0.01093172188848257,0.06240682303905487,-0.26014065742492676,0.03382549062371254,-0.06807566434144974,0.021321654319763184,0.025259733200073242,0.07560896873474121 +218,-1.640864365317711,0.016389169802350334,-1.9466168006702285,-0.9974123239517212,-0.016388436779379845,0.07000131905078888,-0.2545834481716156,-0.058031074702739716,-0.03766053169965744,-0.01799905300140381,0.012482166290283203,-0.02642226219177246 +219,-1.640717770836177,0.020361162828447535,-1.9585531807151435,-0.997349739074707,-0.02035975642502308,0.06985000520944595,-0.0048965103924274445,0.05241486430168152,-0.01209791749715805,0.004460334777832031,0.02499842643737793,-0.006617546081542969 +220,-1.631864219613102,0.018269980642777434,-1.9624158628080197,-0.9979692697525024,-0.018268965184688568,0.06101975217461586,-0.18240013718605042,-0.053271979093551636,-0.03788327798247337,0.021361112594604492,-0.042399972677230835,0.0711977407336235 +221,-1.647155828252726,0.020803444209625134,-2.0042730670999895,-0.996870219707489,-0.02080194279551506,0.07626880705356598,-0.42962759733200073,0.01672513782978058,0.06856613606214523,-0.02922224998474121,0.008747518062591553,-0.053365349769592285 +222,-1.6384951043684515,0.01918803410116492,-2.024814912792056,-0.9975256323814392,-0.019186856225132942,0.06763462722301483,-0.05568120628595352,0.11600478738546371,0.02056165225803852,0.18504095077514648,0.029471278190612793,-0.05413055419921875 +223,-1.598363594645363,0.015238562491728495,-2.069880415318396,-0.9995039701461792,-0.01523797307163477,0.027560574933886528,-1.3903117179870605,0.6303867101669312,0.013800930231809616,-0.1528702974319458,-0.058187335729599,0.25719892978668213 +224,-1.6001448900237318,0.023428011297173458,-2.215014797879556,-0.9992950558662415,-0.023425867781043053,0.029336297884583473,-0.6068811416625977,0.5223300457000732,-0.13737590610980988,-0.06787413358688354,-0.1013757586479187,-0.04134500026702881 +225,-1.5888576681236803,0.025053205003045198,-2.182153454065087,-0.9995232224464417,-0.025050584226846695,0.018054693937301636,0.5303215384483337,0.05272604152560234,0.024881402030587196,-0.03773874044418335,0.031062543392181396,0.04777169227600098 +226,-1.5930361101866404,0.02702540225624591,-2.1506785746783224,-0.9993875622749329,-0.027022112160921097,0.02222982794046402,0.29446685314178467,-0.018966052681207657,-0.045204948633909225,0.05193889141082764,-0.011246945708990097,-0.031919121742248535 +227,-1.5934867935372445,0.03250656454105911,-2.1255154540887813,-0.9992143511772156,-0.03250084072351456,0.022676531225442886,0.11122603714466095,0.07531923055648804,-0.03565240278840065,-0.10082215070724487,0.06193504109978676,0.004209516569972038 +228,-1.5877136689959528,-0.002059912456047784,-2.144285736849324,-0.9998548030853271,0.002059910912066698,0.01691650040447712,0.15729457139968872,0.25743627548217773,1.5313098430633545,-0.02754998207092285,-0.3934783637523651,0.007711172103881836 +229,-1.611404119828927,-0.0664584384377347,-2.059822485304272,-0.9969697594642639,0.06640952825546265,0.040507011115550995,0.7978407144546509,-0.7444044351577759,-0.3660745620727539,-0.04227566719055176,0.08422522991895676,-0.030787114053964615 +230,-1.5815176281514889,-0.033515814011190116,-1.9525714128818878,-0.999380886554718,0.03350954130291939,0.01071507390588522,1.2493888139724731,0.01822224259376526,-0.5589644908905029,0.21665090322494507,0.09095638990402222,-0.04347562789916992 +231,-1.735754344392186,0.0029544404925247684,-1.9526763197429449,-0.9864209294319153,-0.002954436233267188,0.16421020030975342,-1.911173701286316,-2.3189663887023926,0.17490212619304657,0.02414071559906006,0.14212986826896667,0.1439257711172104 +232,-1.7976272513795737,-0.05594596109799254,-2.1975803146708253,-0.9728595614433289,0.05591678246855736,0.2245389223098755,-2.0708446502685547,1.119194746017456,1.3656818866729736,-0.07668572664260864,0.18852904438972473,0.1927279233932495 +233,-1.7366494183736005,-0.13664688168494568,-2.344082817168453,-0.9770842790603638,0.1362220197916031,0.1635548621416092,-0.6334782242774963,1.012157678604126,0.8978305459022522,0.0020475387573242188,0.1074456125497818,-0.11649678647518158 +234,-1.6554273107609019,-0.22809002598397898,-2.4151363686038096,-0.9706136584281921,0.22611743211746216,0.08234066516160965,-0.4398631453514099,0.6126740574836731,1.185581088066101,0.001192331314086914,0.029116302728652954,-0.24637258052825928 +235,-1.6668727080944952,-0.3234512877316365,-2.386430225941451,-0.943771481513977,0.3178407549858093,0.09095417708158493,0.8710911870002747,-0.4380953013896942,0.8023369908332825,-0.15493762493133545,0.030227482318878174,-0.09124410152435303 +236,-1.764132915876072,-0.40205769770288435,-2.313065848897331,-0.90311199426651,0.39131277799606323,0.17681312561035156,0.20116117596626282,-0.34690961241722107,0.5129920244216919,-0.030649542808532715,-0.21264764666557312,0.12848471105098724 +237,-1.7252996788321504,-0.4382948296725175,-2.318715968211246,-0.8946906924247742,0.4243960976600647,0.1393432468175888,0.15863892436027527,-0.6272808909416199,0.22656230628490448,0.07251662015914917,-0.0640750527381897,-0.2779541015625 +238,-1.6807009698371826,-0.48218782398188104,-2.2755747603904624,-0.8806371092796326,0.4637186527252197,0.09717769920825958,0.7206522822380066,0.3212914764881134,0.8134515285491943,-0.021752476692199707,0.010204106569290161,-0.22576354444026947 +239,-1.6171606062968522,-0.5649793527485492,-2.2095296400756355,-0.8436920046806335,0.5353983640670776,0.039145227521657944,-0.22523443400859833,0.2077367752790451,1.014217495918274,-0.11683344841003418,-0.2822245955467224,0.24710965156555176 +240,-1.493756247414307,-0.6592798281042633,-2.3111238841399957,-0.7880890965461731,0.612547755241394,-0.0608348473906517,-0.41695109009742737,4.421572685241699,0.10235027223825455,-0.1284148097038269,-0.04824721813201904,0.4350413680076599 +241,-1.4644296684055493,-0.6532470272040559,-2.346363736961481,-0.7896263599395752,0.6077681183815002,-0.08430811017751694,-0.18169181048870087,-0.6999049782752991,0.7268255352973938,-0.347229540348053,-0.26685631275177,-0.15053993463516235 +242,-1.4946344055891094,-0.6320990641731629,-2.3576992298397603,-0.8044503927230835,0.5908395648002625,-0.06138722971081734,-0.060359105467796326,-0.7163654565811157,-0.4175889194011688,0.028907060623168945,-0.0653420090675354,-0.08889658004045486 +243,-1.5953689745217734,-0.5943885739424217,-2.386951976053414,-0.8282408714294434,0.560002326965332,0.02035616897046566,-0.511717677116394,-0.5788540840148926,-0.635945200920105,-0.06905215978622437,0.0651349425315857,-0.029435159638524055 +244,-1.7123163867707194,-0.5339266574462196,-2.378604801478178,-0.852209746837616,0.5089173913002014,0.12141643464565277,0.6450722217559814,-1.0397639274597168,-0.747003436088562,-9.000301361083984e-06,0.21759939193725586,-0.05310283601284027 +245,-1.7567986320489517,-0.5091158455379827,-2.359816837557319,-0.8581147193908691,0.4874054193496704,0.16147783398628235,-0.17070908844470978,-0.21135246753692627,0.2288050800561905,0.21175247430801392,-0.0330597460269928,-0.058694615960121155 +246,-1.7369233047388557,-0.5624235640621642,-2.4037621077359197,-0.8343185186386108,0.5332379937171936,0.139892116189003,-0.5881810188293457,0.42651471495628357,0.9676706194877625,0.28759610652923584,-0.0677991509437561,-0.0675654411315918 +247,-1.7215556011413984,-0.6735317998688995,-2.4388656978840872,-0.7727578282356262,0.6237503886222839,0.11739112436771393,0.09032164514064789,0.5703296065330505,0.7027198076248169,-0.131538987159729,0.09445017576217651,-0.07367468625307083 +248,-1.6480749507979247,-0.7267932069643884,-2.3419075620464462,-0.7450789213180542,0.6644765734672546,0.057693567126989365,1.1289057731628418,-0.42606016993522644,0.08179879188537598,-0.10521715879440308,-0.03505146503448486,0.016235239803791046 +249,-1.6211076955015666,-0.724898559452983,-2.28901015935208,-0.7476195693016052,0.6630595326423645,0.03764553368091583,-0.21849776804447174,0.0994098111987114,0.03611631691455841,-0.050094664096832275,-0.021061241626739502,0.06278789043426514 +250,-1.636217444913416,-0.7279624075033837,-2.310790107630123,-0.7449345588684082,0.6653499007225037,0.04880409687757492,-0.06317640841007233,-0.1484731137752533,-0.04838089272379875,-0.05943244695663452,-0.04729270935058594,-0.03523898869752884 +251,-1.6690925417811968,-0.7045885197479234,-2.351842747549096,-0.7582004070281982,0.6477203965187073,0.07476919889450073,-0.6931332945823669,0.07691643387079239,-0.08542473614215851,-0.03855246305465698,0.027053773403167725,-0.03428757190704346 +252,-1.691197717384251,-0.7089242117790884,-2.406153918365856,-0.753567636013031,0.6510175466537476,0.09117157012224197,0.03513040393590927,-0.010457065887749195,0.13813023269176483,0.10845637321472168,-0.004075348377227783,-0.0993654653429985 +253,-1.689550425162089,-0.7335668102969441,-2.393411881550032,-0.7375594973564148,0.669523298740387,0.0880022868514061,0.22384198009967804,-0.09370063245296478,0.01889149658381939,-0.05717921257019043,0.05784785747528076,0.019755356013774872 +254,-1.6871516321084725,-0.7434929704099166,-2.388592667702069,-0.7311314344406128,0.6768632531166077,0.08545702695846558,-0.20453321933746338,-0.06671946495771408,-0.05013871192932129,-0.09922128915786743,-0.009779572486877441,0.09319280833005905 +255,-1.7492361501477844,-0.6770168601897318,-2.379732276324427,-0.7670690417289734,0.6264706254005432,0.13834714889526367,-0.149135559797287,-0.8814113140106201,-0.7922909259796143,-0.05219066143035889,0.06360816955566406,0.019459262490272522 +256,-1.788567270570832,-0.6118437349923292,-2.3892266751385582,-0.799256443977356,0.574377715587616,0.176859512925148,-0.2568504214286804,-0.16609616577625275,-0.39867153763771057,0.20311087369918823,-0.05019259452819824,-0.0010324865579605103 +257,-1.799020716364599,-0.6193057406554583,-2.419305738933698,-0.793166995048523,0.5804699659347534,0.18422983586788177,0.13040968775749207,-0.10724247992038727,0.5553958415985107,0.253875732421875,-0.05616277456283569,-0.11887647211551666 +258,-1.784844269206799,-0.6996523248257335,-2.423202576054427,-0.7476065754890442,0.6439517140388489,0.16251319646835327,0.23773810267448425,0.45155584812164307,0.7235912680625916,-0.07424700260162354,0.07174646854400635,0.0015187263488769531 +259,-1.763633618000311,-0.765438302394404,-2.3899235056670043,-0.70771324634552,0.6928530931472778,0.13819070160388947,0.2727263271808624,-0.19617249071598053,0.2144513875246048,-0.13937848806381226,-0.007077336311340332,0.07590533792972565 +260,-1.7479052461787479,-0.7522379756919865,-2.391908337699436,-0.7187398076057434,0.6832745671272278,0.12864312529563904,-0.050247978419065475,0.07713773846626282,-0.25649064779281616,0.006871521472930908,-0.005189239978790283,-0.050487637519836426 +261,-1.7381240191363427,-0.7467306521711692,-2.395735131764618,-0.7236632108688354,0.6792429685592651,0.12223180383443832,-0.12730439007282257,0.17732486128807068,0.04450640454888344,0.029968202114105225,0.024690747261047363,0.009100675582885742 +262,-1.7482992167451412,-0.7547603642357159,-2.428924823516617,-0.7169904112815857,0.6851141452789307,0.12862154841423035,-0.19921930134296417,0.03449195995926857,0.12528984248638153,-0.010899543762207031,-0.007913768291473389,-0.017125606536865234 +263,-1.7766646255307317,-0.7609240242399605,-2.4790972221530567,-0.708906888961792,0.6895909309387207,0.14803877472877502,-0.45083463191986084,0.11014491319656372,0.19973298907279968,0.005278289318084717,0.030532419681549072,-0.027555450797080994 +264,-1.8002305129729412,-0.7705446681275819,-2.5354454156791357,-0.698728621006012,0.6965261697769165,0.16318568587303162,-0.29492083191871643,0.08416220545768738,0.1429717093706131,0.03411680459976196,0.03557521104812622,-0.0882803350687027 +265,-1.805410459947225,-0.7853769712203555,-2.593406721336238,-0.6877497434616089,0.7070918083190918,0.16438302397727966,-0.4287746846675873,0.4266717731952667,0.3304315209388733,0.02841740846633911,0.02670341730117798,-0.035293564200401306 +266,-1.800264197395101,-0.80310279743847,-2.6645398432775886,-0.6762735843658447,0.7195143699645996,0.15796542167663574,-0.6058622598648071,0.702329158782959,0.22862011194229126,-0.009334266185760498,0.021208226680755615,0.024941667914390564 +267,-1.8067606269072927,-0.8091800566575251,-2.85703853069904,-0.6709691286087036,0.7237215638160706,0.1613301783800125,-0.7560175061225891,0.4775458872318268,0.2980578541755676,0.014276623725891113,0.005068659782409668,-0.017790794372558594 +268,-1.8364069510145895,-0.820705624575709,-3.0622260610819003,-0.6577995419502258,0.7316270470619202,0.17894664406776428,-0.9006885886192322,0.6365549564361572,0.3556760847568512,0.03862839937210083,-4.4345855712890625e-05,0.01610638201236725 +269,-1.8774047210835396,-0.8386989328553376,3.0010304996716375,-0.6372573971748352,0.7437740564346313,0.20175054669380188,-0.5337004661560059,0.38294562697410583,0.40988460183143616,-0.05729210376739502,-0.03211939334869385,-0.08242678642272949 +270,-1.8828140814755334,-0.8542166318346934,2.900244161097829,-0.6250960230827332,0.7540566325187683,0.20162707567214966,-0.19312134385108948,0.3235379755496979,0.14386621117591858,-0.01844334602355957,-0.03785485029220581,-0.06060528755187988 +271,-1.8489194208683748,-0.8514525490815908,2.8835039320962363,-0.6335715651512146,0.7522382736206055,0.1808994561433792,-0.14210420846939087,0.501476526260376,-0.03511713445186615,0.0355491042137146,0.023365914821624756,0.019433125853538513 +272,-1.8204077969868553,-0.8520229103719786,2.8673054842019887,-0.6380553841590881,0.7526139616966248,0.16265824437141418,-0.17343810200691223,0.40396109223365784,0.10268668830394745,-0.026632726192474365,0.036814749240875244,0.0830235481262207 +273,-1.8199433111634158,-0.8435375979524152,2.803672460861947,-0.6442967057228088,0.7469996809959412,0.16393066942691803,-0.5990015268325806,0.41795438528060913,0.01913287863135338,0.03130543231964111,-0.006261765956878662,-0.001943349838256836 +274,-1.8247371994039654,-0.8400453072986629,2.754129589698802,-0.6460244059562683,0.7446733713150024,0.16767175495624542,-0.1835060715675354,0.30133938789367676,0.03853265941143036,-0.02321070432662964,-0.008177459239959717,-0.06581927835941315 +275,-1.80818619535995,-0.839331967312848,2.736172373234395,-0.6492273211479187,0.7441970705986023,0.15708185732364655,-0.16209614276885986,0.3466225266456604,0.02170930989086628,-0.0023229122161865234,-0.01401817798614502,-0.03276848793029785 +276,-1.794302154052344,-0.8388145774650017,2.7062061263384996,-0.6517209410667419,0.743851363658905,0.14813843369483948,-0.1770690679550171,0.3651949167251587,0.08749596029520035,-0.004132270812988281,0.0016778111457824707,-0.04030454158782959 +277,-1.7836629722058945,-0.8435401027875971,2.670960631142947,-0.649817168712616,0.7470013499259949,0.14045223593711853,-0.2811439633369446,0.40233662724494934,0.07307372987270355,-0.01865518093109131,-0.027946114540100098,-0.042933329939842224 +278,-1.7749138142388288,-0.8491537826534579,2.6305668228560912,-0.6469044089317322,0.7507216334342957,0.1339094191789627,-0.1343284249305725,0.3584491014480591,0.1623830646276474,-0.05803638696670532,0.003978073596954346,-0.06518387794494629 +279,-1.7603440399064776,-0.8578089451869936,2.606801249150894,-0.6423811316490173,0.7564111948013306,0.1232413798570633,-0.18463201820850372,0.27584272623062134,0.07991023361682892,-0.05004739761352539,-0.037584900856018066,-0.033458709716796875 +280,-1.7473684513745678,-0.8599525889930808,2.5893662264994513,-0.6423285007476807,0.7578116059303284,0.11461089551448822,-0.02482432872056961,0.26126688718795776,-0.007634451147168875,-0.043706655502319336,-0.01365572214126587,-0.055940866470336914 +281,-1.7252632208926983,-0.8572852936890972,2.5822695412672125,-0.6466999650001526,0.7560685873031616,0.1006958857178688,-0.1723717302083969,0.2968365252017975,0.0300328079611063,-0.012907028198242188,0.0007827281951904297,0.020062223076820374 +282,-1.720536107308455,-0.8543141251038381,2.545327691797723,-0.6493870615959167,0.7541206479072571,0.09797242283821106,-0.19057026505470276,0.31386667490005493,-0.005020618438720703,-0.017971336841583252,-0.009995222091674805,-0.03664730489253998 +283,-1.7138445079158053,-0.8527542067872071,2.5265752364507246,-0.6511915326118469,0.753095269203186,0.0937923938035965,0.003194178454577923,0.17718392610549927,-0.036597732454538345,-0.037529170513153076,-0.04337853193283081,-0.07215547561645508 +284,-1.6866170221751513,-0.8399669893157742,2.5313300460167225,-0.6630153656005859,0.7446210980415344,0.07713612169027328,-0.06222720444202423,0.3317719101905823,-0.16293808817863464,-0.03434175252914429,0.0240708589553833,-0.044650204479694366 +285,-1.656311047417703,-0.8234300092763048,2.502537499257882,-0.677225649356842,0.7334815263748169,0.05805434286594391,-0.3559742569923401,0.6200144290924072,-0.04766686633229256,0.06664520502090454,0.0019463300704956055,-0.020532965660095215 +286,-1.6345702966652478,-0.82394524671773,2.4570287175869496,-0.6779505014419556,0.7338316440582275,0.04329430311918259,-0.25127702951431274,0.5945490002632141,0.031936030834913254,-0.02273315191268921,-0.004369914531707764,0.00010168924927711487 +287,-1.6136113552919653,-0.8212047853005492,2.4121650226311355,-0.6807155013084412,0.7319672107696533,0.029162675142288208,-0.31969115138053894,0.49232029914855957,-0.027959920465946198,-0.04010969400405884,0.014568984508514404,-0.0023682117462158203 +288,-1.5958579169582523,-0.8211429973737878,2.380260322922321,-0.681171178817749,0.7319251298904419,0.017074808478355408,-0.20024022459983826,0.37466737627983093,0.026663318276405334,-0.025738000869750977,-0.009207844734191895,-0.013870477676391602 +289,-1.5787948834482068,-0.8187415533421927,2.363069530337031,-0.6831187605857849,0.730286717414856,0.005464080721139908,-0.10269403457641602,0.38004156947135925,-0.04484676942229271,0.03565788269042969,0.03385812044143677,-0.0017409329302608967 +290,-1.5535803242776582,-0.828432668733724,2.347568433679985,-0.6759313941001892,0.7368727326393127,-0.01163798663765192,-0.22085894644260406,0.4388549029827118,0.25317689776420593,0.07494872808456421,0.09673017263412476,0.0001785755157470703 +291,-1.5508759400068683,-0.8616246021496067,2.2921598877687757,-0.6510761976242065,0.7589015364646912,-0.012971405871212482,-0.38078197836875916,0.4595888555049896,0.29452288150787354,0.005293726921081543,-0.015005052089691162,-0.06651163101196289 +292,-1.538566804941402,-0.8866916617578007,2.2420006715746155,-0.6316511034965515,0.7749851942062378,-0.02036486379802227,-0.3656392991542816,0.52028489112854,0.1785297393798828,-0.007402241230010986,-0.004096031188964844,-0.025380967184901237 +293,-1.540747161275836,-0.9049748031282205,2.174204803069787,-0.6174266934394836,0.7864096164703369,-0.018558742478489876,-0.5135595202445984,0.5622166395187378,0.23465600609779358,-0.0019428730010986328,0.001432180404663086,-0.07522177696228027 +294,-1.5409351785472494,-0.9280910630868697,2.0991167386303187,-0.5990957617759705,0.8004772663116455,-0.017895007506012917,-0.4817606806755066,0.782827615737915,0.12394990026950836,-0.026377201080322266,-0.05584841966629028,-0.07210135459899902 +295,-1.5244212451842414,-0.9348111523001444,2.0036094949371073,-0.5933316349983215,0.8044869303703308,-0.027535544708371162,-0.743356466293335,1.0656996965408325,-0.022886736318469048,-0.01721823215484619,-0.045545339584350586,-0.06712996959686279 +296,-1.5202874341812296,-0.9271927448288569,1.8513673960000505,-0.5993164777755737,0.7999384999275208,-0.030296580865979195,-1.1189194917678833,1.3932461738586426,-0.24150562286376953,-0.043337881565093994,-0.007107198238372803,-0.09189581871032715 +297,-1.4957002064591873,-0.8977412339806935,1.6708467532048554,-0.6216208338737488,0.781920850276947,-0.046769265085458755,-0.9182599782943726,1.8249013423919678,-0.36455923318862915,0.06844395399093628,0.04664665460586548,-0.05326735973358154 +298,-1.463055745895062,-0.8833297736028616,1.4759793662139769,-0.6309018731117249,0.7728561758995056,-0.06823797523975372,-1.4614896774291992,1.439266562461853,-0.07785521447658539,0.05314302444458008,0.08799898624420166,-0.02047663927078247 +299,-1.5105997113699094,-0.9038143074695869,1.241600590630172,-0.6174973845481873,0.7856922149658203,-0.03721621632575989,-1.355172872543335,1.3835004568099976,0.1848377138376236,-0.0068618059158325195,-0.05865657329559326,-0.12223809957504272 +300,-1.5026524781273547,-0.9162526371189159,1.0881401610900276,-0.6073845028877258,0.7933257818222046,-0.04145370423793793,-0.654242992401123,1.082733392715454,-0.05108506605029106,-0.03540724515914917,-0.046011269092559814,-0.04488057270646095 +301,-1.4758119392372455,-0.9146266975676103,0.9900656081185132,-0.6073362827301025,0.7923349142074585,-0.057861581444740295,-0.5755669474601746,1.0356450080871582,-0.02956544980406761,-0.036233603954315186,0.009209215641021729,0.0058290995657444 +302,-1.4642280688769302,-0.9162621141629661,0.8998397491535924,-0.6053360104560852,0.7933315634727478,-0.0647549256682396,-0.47625869512557983,0.6868947148323059,-0.056607987731695175,0.02135169506072998,-0.021862566471099854,-0.0396457239985466 +303,-1.4645398104381804,-0.9109083294156086,0.804920796179428,-0.6095709800720215,0.7900608777999878,-0.0650157555937767,-0.5770933032035828,0.8916448354721069,-0.1360621154308319,-0.049929141998291016,0.07460892200469971,-0.06933790445327759 +304,-1.4197674826103623,-0.9035596999616434,0.7614533403894962,-0.6117736101150513,0.785534679889679,-0.09310443699359894,0.11204445362091064,0.5440482497215271,-0.24791398644447327,0.010317981243133545,-0.14622193574905396,-0.011860787868499756 +305,-1.4150395632642145,-0.8765174587153494,0.7534665813285796,-0.632085919380188,0.7685152888298035,-0.09925561398267746,-0.18002156913280487,-0.00289728119969368,-0.326008677482605,-0.12021815776824951,0.09676486253738403,-0.025164544582366943 +306,-1.404733012158709,-0.8399019824680982,0.7339071729927782,-0.658352792263031,0.7445777058601379,-0.11034443974494934,-0.07834465801715851,0.19315630197525024,-0.3725358247756958,0.065884530544281,0.08048033714294434,0.010811388492584229 +307,-1.4352550599618439,-0.8056200902436774,0.689997355417967,-0.6863110661506653,0.7212603092193604,-0.09359735250473022,-0.33367305994033813,-0.017054202035069466,-0.3077307343482971,0.07890450954437256,0.09493225812911987,0.04733271151781082 +308,-1.491028279357457,-0.783998561337868,0.6246652184131773,-0.7058441042900085,0.7061164379119873,-0.056423529982566833,-0.33551979064941406,-0.28698140382766724,-0.3204733431339264,-0.022747814655303955,0.18229597806930542,-0.018573399633169174 +309,-1.5645910570091692,-0.7684209554602247,0.5611780636739233,-0.7189952731132507,0.6950007677078247,-0.004461617209017277,-0.7164682149887085,0.16046813130378723,-0.1580735743045807,0.14901846647262573,0.013037562370300293,0.041479408740997314 +310,-1.6450379589626802,-0.7654927649648056,0.42968648546761057,-0.719054639339447,0.6928923726081848,0.05348208546638489,-0.9721683263778687,0.2075773924589157,0.07062693685293198,0.009551525115966797,0.1572052240371704,-0.1070251539349556 +311,-1.6696273774855483,-0.7638376740929294,0.34697693610337643,-0.7186627984046936,0.6916980743408203,0.07125835865736008,-0.6047950387001038,0.22417569160461426,0.058039214462041855,0.1171918511390686,0.05329704284667969,0.0235903263092041 +312,-1.7025732322384899,-0.7623389526441823,0.24093606108450558,-0.7169520854949951,0.6906149387359619,0.09502843022346497,-0.5574561953544617,0.7651267051696777,0.21339064836502075,0.021624445915222168,0.07589495182037354,-0.03219272196292877 +313,-1.7068695036911823,-0.783753784266847,0.15186089087881263,-0.7017217874526978,0.7059430480003357,0.09607924520969391,-0.7244569659233093,0.48054948449134827,0.18812207877635956,-0.02374213933944702,-0.05514043569564819,0.013433113694190979 +314,-1.7376987208014554,-0.7768202394768617,0.016897110680665683,-0.7032365202903748,0.7010153532028198,0.11847399920225143,-1.0740487575531006,0.6353377103805542,0.10815800726413727,0.06612098217010498,0.02983492612838745,-0.03288744390010834 +315,-1.7477022872638461,-0.7876950968674156,-0.1014806915027877,-0.6944701075553894,0.708729088306427,0.12415377050638199,-0.6411065459251404,0.8374208807945251,0.2745150625705719,0.045345962047576904,-0.009037375450134277,0.012626037001609802 +316,-1.7541944578123572,-0.8096683027748718,-0.2152145708130915,-0.6781715154647827,0.7240584492683411,0.1257888674736023,-0.6938321590423584,0.7969115376472473,0.4195331633090973,0.048197150230407715,-0.046049416065216064,0.00963294506072998 +317,-1.7348667374581819,-0.8395589208630461,-0.29995753723166557,-0.6588233113288879,0.7443486452102661,0.10907389968633652,-0.36094221472740173,0.7480771541595459,0.4684523940086365,-0.09265679121017456,0.017217516899108887,-0.0009348392486572266 +318,-1.707507735889128,-0.8479287993664613,-0.3378480014605093,-0.6553652286529541,0.7499118447303772,0.09015829116106033,-0.20756971836090088,0.3615778088569641,-0.12577518820762634,-0.09338349103927612,-0.10101664066314697,0.04175399988889694 +319,-1.743391487862796,-0.8109197955392791,-0.3979208655863968,-0.6785974502563477,0.7249210476875305,0.11829965561628342,-0.4557183086872101,-0.17065580189228058,-0.5866724848747253,-0.33312124013900757,0.07236588001251221,-0.1504042148590088 +320,-1.767039440840094,-0.7153422848956199,-0.39486732884734577,-0.7403797507286072,0.6558758616447449,0.14718876779079437,0.036472104489803314,-0.786715567111969,-0.892803430557251,-0.027808666229248047,0.10263854265213013,-0.14000190794467926 +321,-1.792330105107976,-0.6075007570444599,-0.30789903084793135,-0.8010113835334778,0.5708171725273132,0.1804121434688568,0.5733556747436523,-0.09588917344808578,-1.41144859790802,-0.05027645826339722,0.29560738801956177,-0.0342177152633667 +322,-1.7939121002522675,-0.49468797120704805,-0.1721918445962377,-0.8583012819290161,0.47475704550743103,0.19474279880523682,0.816973090171814,0.158473938703537,-0.529685914516449,0.2628575563430786,0.2953997850418091,0.06718957424163818 +323,-1.6346024211030452,-0.5059851208034312,-0.1224839530986597,-0.8729177117347717,0.48466935753822327,0.05577317625284195,0.291303813457489,1.314538836479187,0.2895374298095703,0.2230914831161499,0.026393353939056396,0.08286822587251663 +324,-1.4058155973663737,-0.5444416768758252,-0.031096338257266543,-0.8438013792037964,0.5179405808448792,-0.1404879093170166,1.6658772230148315,1.4213955402374268,0.9172443747520447,0.2717646360397339,0.06894290447235107,0.1423037201166153 +325,-1.0563443739701093,-0.77144536735013,0.2666585208996249,-0.6241095066070557,0.6971721649169922,-0.3527580499649048,0.9371973872184753,3.317770481109619,4.248082160949707,-0.21416252851486206,0.30221742391586304,0.4117027819156647 +326,-0.6081096596611463,-0.9367682823805796,0.7288089038506617,-0.33844515681266785,0.8056478500366211,-0.48619574308395386,-0.06462390720844269,-0.047231245785951614,3.586287498474121,0.028951138257980347,0.17826932668685913,0.17001840472221375 +327,-0.42698438370227854,-1.1701544196582796,0.8401678529655976,-0.1615137904882431,0.9208108186721802,-0.3549939692020416,-2.5959763526916504,1.6383378505706787,-2.2993476390838623,-0.9608006477355957,-0.2577248811721802,0.09544193744659424 +328,-1.3112364424911787,-0.7651477148725583,-0.39100076512488646,-0.6971192359924316,0.6926435232162476,-0.18512023985385895,-2.9435923099517822,1.8723174333572388,-10.33785343170166,-0.3495878577232361,0.2897782325744629,-0.45672544836997986 +329,-1.0497837969969055,0.11599987811471514,-0.9529062732939593,-0.8614869117736816,-0.11573990434408188,-0.49441343545913696,-1.4739876985549927,3.868330478668213,-8.978080749511719,0.4816957116127014,0.9029865860939026,0.17719846963882446 +330,-0.5225552209542883,0.2937868907531218,-1.442455052546553,-0.4777117669582367,-0.28957894444465637,-0.8294187188148499,-2.3545210361480713,3.9731478691101074,-2.982551097869873,0.037327855825424194,0.14224007725715637,0.03199446201324463 +331,-0.1558303371471391,0.35685868354382133,-1.6704328541697964,-0.14542262256145477,-0.3493325412273407,-0.9256451725959778,0.2686508595943451,0.11797652393579483,-0.6706864237785339,-0.23674900829792023,-0.17122098803520203,-0.16017019748687744 +332,-0.07858983186893352,0.32868448902915903,-1.662594695437045,-0.0743061974644661,-0.3227982223033905,-0.94354647397995,-1.4059832096099854,-0.06681754440069199,0.30087560415267944,-0.10690716654062271,-0.1275191307067871,-0.29656583070755005 +333,-0.04945958908447489,0.3047785592604325,-1.6613108329054593,-0.047160930931568146,-0.30008193850517273,-0.9527469277381897,0.9926497936248779,0.042881131172180176,-0.5505825281143188,-0.15730683505535126,0.01768752932548523,-0.026302754878997803 +334,-0.027559652995135263,0.3485645235641474,-1.6993163003991605,-0.025899045169353485,-0.34154900908470154,-0.9395070672035217,-0.14437244832515717,0.46015945076942444,-0.5568373203277588,-0.1606854349374771,0.029979795217514038,-0.0020517706871032715 +335,0.004761364946734112,0.3378809083436677,-1.7486211543597743,0.004492136649787426,-0.33148854970932007,-0.943448543548584,0.2752377390861511,-0.05364158749580383,-0.06332871317863464,0.009973198175430298,0.01715749502182007,-0.06384515762329102 +336,-0.030572434026337813,0.3564151903600536,-1.7546741029425146,-0.02864660508930683,-0.3489169776439667,-0.9367157220840454,-0.5293554067611694,-0.44385480880737305,-0.1355651319026947,-0.031076297163963318,-0.03999906778335571,0.08020937442779541 +337,-0.030033517624414943,0.35031981621484987,-1.7828398581690468,-0.028205132111907005,-0.3431982100009918,-0.9388394355773926,0.3570002019405365,0.08353547006845474,-0.26492786407470703,-0.0018088966608047485,0.02497616410255432,-0.027652263641357422 +338,-0.00019283667739067504,0.341507654417762,-1.8079948387851603,-0.00018170051043853164,-0.33490806818008423,-0.9422507882118225,-0.14150558412075043,0.08909770846366882,-0.16764239966869354,-0.02543780207633972,0.02080589532852173,-0.00039142370223999023 +339,0.017943095498283355,0.34410303543505033,-1.8333636507799997,0.016890335828065872,-0.3373524248600006,-0.9412268996238708,-0.05492515116930008,0.12281891703605652,-0.31165042519569397,-0.06849555671215057,0.00040784478187561035,0.03393930196762085 +340,0.030196284241719697,0.3357085797377027,-1.8619907234922632,0.028506308794021606,-0.3294382691383362,-0.9437466859817505,-0.23405571281909943,0.012868385761976242,-0.2846248149871826,-0.1012449562549591,-0.01614278554916382,0.03767979145050049 +341,0.042345859061463514,0.3162086292121345,-1.905663334831163,0.04023437574505806,-0.3109654188156128,-0.9495692253112793,0.01134895533323288,-0.23115815222263336,-0.46732041239738464,-0.11278991401195526,-0.025597691535949707,0.004165172576904297 +342,0.03472664102412483,0.3090873143452914,-1.950809723705411,0.03307435289025307,-0.3041893243789673,-0.9520372748374939,-0.2167218029499054,-0.3426867723464966,-0.3661373555660248,-0.03315064311027527,-0.038675665855407715,0.053691327571868896 +343,0.012137607491246403,0.28738091343589284,-1.9805637938111047,0.011639552190899849,-0.2834415137767792,-0.9589188694953918,-0.06138594076037407,-0.2877388000488281,-0.06641511619091034,0.0958433598279953,0.05703163146972656,-0.08998554944992065 +344,0.021209600580112953,0.2642930589324538,-1.9812727006720365,0.020471613854169846,-0.26122695207595825,-0.965060293674469,0.03227744251489639,0.012949613854289055,0.06878385692834854,0.08632465451955795,0.00043901801109313965,-0.02789008617401123 +345,0.037712815098817555,0.27152480502044163,-1.983582588992609,0.03632252290844917,-0.26820069551467896,-0.962678074836731,-0.02723087929189205,0.32544004917144775,-0.052338261157274246,0.0061884671449661255,0.032894909381866455,0.006379246711730957 +346,0.030231293438798924,0.2683228131703403,-1.991290037708942,0.02914508432149887,-0.2651146352291107,-0.9637763500213623,-0.2708292603492737,-0.12056450545787811,-0.09647800028324127,0.007216602563858032,0.026650279760360718,0.009598493576049805 +347,0.05495117622333455,0.23862385561393537,-1.9927459535425374,0.05336721986532211,-0.23636570572853088,-0.9701974987983704,0.008103708736598492,0.12219586968421936,0.16210408508777618,0.04721871018409729,-0.007805436849594116,-0.02777308225631714 +348,0.04216844927970311,0.25144651029117854,-1.9811830254772007,0.04083029925823212,-0.2488052397966385,-0.9676925539970398,0.05058988556265831,-0.11832250654697418,0.044460851699113846,-0.019315406680107117,-0.007649213075637817,-0.024845898151397705 +349,0.04992530491366959,0.25329712970830925,-1.9704680198043725,0.04831218346953392,-0.2505972385406494,-0.9668852090835571,0.04221171885728836,0.08685975521802902,0.10394790768623352,-0.011492729187011719,0.005296945571899414,0.006619095802307129 +350,0.03445611218296191,0.2537298300230919,-1.9453025687246424,0.033346328884363174,-0.25101611018180847,-0.9674083590507507,0.14102062582969666,-0.11102436482906342,0.34948351979255676,0.0002687796950340271,-0.004354983568191528,-0.0013568997383117676 +351,0.033888870984057934,0.2563640683894121,-1.914661177176894,0.03277505189180374,-0.25356513261795044,-0.966762900352478,-0.10264968127012253,-0.01911669224500656,0.32864657044410706,0.012406222522258759,-0.0046593546867370605,0.027538657188415527 +352,0.009281550819678411,0.24333934639371907,-1.8752098428953865,0.009007975459098816,-0.24094492197036743,-0.9704969525337219,-0.04746148735284805,-0.14626824855804443,0.3363289535045624,0.001078084111213684,-0.009528100490570068,-0.0392838716506958 +353,0.003984610272662548,0.2582776238973108,-1.832179214108839,0.003852435853332281,-0.255415678024292,-0.9668236374855042,0.14220090210437775,0.06085079535841942,0.4903281033039093,0.05260509252548218,-0.02787896990776062,0.012523770332336426 +354,-0.0035111609105274236,0.2585321533757334,-1.7762983782671409,-0.003394464962184429,-0.2556617558002472,-0.9667603373527527,0.05407058447599411,0.1854049414396286,0.7481459975242615,0.0535348504781723,0.03396680951118469,0.0023590922355651855 +355,-0.002926250222437228,0.2679998840533832,-1.6937622421856298,-0.0028217863291502,-0.2648032605648041,-0.9642983078956604,0.10273490846157074,0.24448135495185852,0.8462119698524475,0.014754161238670349,-0.013349175453186035,0.009327054023742676 +356,0.00010128248090090757,0.2646364779549734,-1.6115468154174766,9.775660146260634e-05,-0.2615584135055542,-0.965187668800354,-0.049379825592041016,0.28814780712127686,0.8737502694129944,-0.028189197182655334,0.0207289457321167,-0.015494704246520996 +357,0.0025383817263379994,0.2632023428480708,-1.5189034736271887,0.002450961619615555,-0.2601739466190338,-0.965558648109436,-0.182644784450531,0.2602500915527344,0.9786049723625183,-0.02320292592048645,0.025722652673721313,-0.018709540367126465 +358,0.007439888956603657,0.2689833841185284,-1.4285245060469167,0.0071722958236932755,-0.26575151085853577,-0.9640148878097534,0.06818896532058716,0.21541288495063782,0.8318402171134949,-0.08439701795578003,0.030720382928848267,0.004511713981628418 +359,0.019246499081049803,0.26447817758261494,-1.3588415925697932,0.018576132133603096,-0.2614056169986725,-0.9650502800941467,0.07356613874435425,0.09868770837783813,0.6173246502876282,-0.08080147951841354,0.048270851373672485,-0.0015329718589782715 +360,0.02029019382733003,0.25343276378321616,-1.3037842685131578,0.0196407251060009,-0.2507285475730896,-0.9678581953048706,0.05391131341457367,0.18789377808570862,0.557839572429657,-0.0876186266541481,0.0418509840965271,-0.0791541337966919 +361,0.019628218137237245,0.25602678920007277,-1.264752023389826,0.018987193703651428,-0.25323885679244995,-0.9672174453735352,-0.08092230558395386,0.10600145906209946,0.1910739541053772,-0.12062598019838333,0.02101534605026245,-0.009833335876464844 +362,0.013128855259459908,0.2555525714692731,-1.2485780936486,0.012702114880084991,-0.25278007984161377,-0.9674403667449951,-0.05192000791430473,-0.17814940214157104,0.16628000140190125,-0.06403268128633499,0.00891411304473877,0.025820493698120117 +363,0.004904689300575967,0.24588853040479033,-1.245646414445252,0.004757144022732973,-0.24341823160648346,-0.9699097275733948,0.14250442385673523,-0.06606480479240417,0.05860442295670509,-0.025463320314884186,0.010721683502197266,-0.032195985317230225 +364,-0.0001532422064288839,0.24061222449269212,-1.2464208682493967,-0.00014882764662615955,-0.2382972538471222,-0.9711922407150269,-0.027058763429522514,0.03633762151002884,0.03724817931652069,-0.03934092074632645,0.040360257029533386,-0.03687959909439087 +365,-0.00861758572357631,0.24592619159227824,-1.249833777984077,-0.008358198218047619,-0.24345475435256958,-0.969876229763031,-0.02111097052693367,-0.008425622247159481,-0.05616971477866173,-0.058505818247795105,-0.015700504183769226,-0.012179374694824219 +366,-0.024914346961962708,0.24994384780059367,-1.2662093842953615,-0.024137668311595917,-0.2473495453596115,-0.9686256051063538,-0.1283440738916397,-0.20348931849002838,-0.22621677815914154,0.004423320293426514,0.009785458445549011,0.00811535120010376 +367,-0.025849736764647364,0.25104130430567134,-1.2777717060599454,-0.02503667026758194,-0.24841275811195374,-0.9683306813240051,0.13459180295467377,-0.07491569966077805,-0.07544487714767456,0.026532039046287537,0.044402748346328735,0.014610588550567627 +368,-0.02574020823737336,0.2468954495158473,-1.2826547377158557,-0.024956902489066124,-0.24439473450183868,-0.9693546295166016,-0.046303197741508484,-0.08917782455682755,-0.056511182337999344,-0.025229260325431824,0.001123860478401184,-0.009969711303710938 +369,-0.030517535176573997,0.24748004397624895,-1.2905169905656368,-0.02958315797150135,-0.24496155977249146,-0.9690813422203064,0.009679529815912247,-0.06725923717021942,-0.09579712897539139,-0.005725672468543053,0.01852114498615265,0.00019407272338867188 +370,-0.03652189570826509,0.24509566158632057,-1.290450427057495,-0.03542253002524376,-0.2426491230726242,-0.9694672226905823,0.07740853726863861,-0.01116822101175785,0.05517356097698212,-0.00783614069223404,0.0078774094581604,-0.009414613246917725 +371,-0.036286431156622986,0.24602793036957898,-1.2931780465091747,-0.0351860336959362,-0.24355342984199524,-0.9692490100860596,-0.03580709174275398,0.0519477054476738,-0.03830789402127266,-0.022431157529354095,0.0016863644123077393,0.0005447864532470703 +372,-0.036036643472468974,0.24779244336387843,-1.3004736906989378,-0.03492838889360428,-0.2452644258737564,-0.9688268303871155,-0.048171937465667725,0.019509147852659225,-0.08924965560436249,-0.004652906209230423,0.0054725706577301025,0.014893114566802979 +373,-0.0343973506981816,0.24227939433442483,-1.302097636286618,-0.033386144787073135,-0.23991607129573822,-0.9702193737030029,-0.038108598440885544,0.07301037758588791,-0.005906278733164072,-0.023269731551408768,-0.00323273241519928,-0.003352344036102295 +374,-0.03928245318493776,0.23537339036064706,-1.3030548683919394,-0.03818950802087784,-0.23320609331130981,-0.9716771245002747,-0.06146666407585144,-0.003766313660889864,0.001120294793508947,-0.02574482187628746,-0.0035645216703414917,-0.022295594215393066 +375,-0.04195844966275145,0.2354212439965005,-1.3027503811095218,-0.040789104998111725,-0.2332526296377182,-0.9715602993965149,-0.04906673729419708,-0.008572939783334732,0.015913834795355797,0.012529827654361725,0.0020819753408432007,0.011263668537139893 +376,-0.04017837652940371,0.2296789461192506,-1.3033010082493062,-0.039112746715545654,-0.22766491770744324,-0.9729536771774292,0.009762046858668327,0.1020735651254654,0.06447205692529678,0.0007368922233581543,0.0003699958324432373,-0.0283128023147583 +377,-0.03969853165004995,0.23251358297871655,-1.3000277011315668,-0.03862011060118675,-0.2304241955280304,-0.9723235964775085,-0.008491415530443192,0.009314891882240772,-0.022172756493091583,-0.035873301327228546,-0.015562742948532104,0.016925036907196045 +378,-0.0396084373364252,0.23751384352799987,-1.3098839045981856,-0.03848640248179436,-0.23528699576854706,-0.9711636304855347,-0.015951253473758698,0.029050862416625023,-0.11577596515417099,0.0006446018815040588,0.003826439380645752,0.028994441032409668 +379,-0.039439528872564036,0.23624016335934758,-1.3188394005682342,-0.03833414986729622,-0.23404888808727264,-0.9714688062667847,-0.005393683910369873,0.0012634405866265297,-0.08794433623552322,-0.005611158907413483,-0.00215718150138855,-0.006482243537902832 +380,-0.03929493688727683,0.24070472790171843,-1.3256380027534058,-0.03815225139260292,-0.2383870929479599,-0.9704205393791199,0.04804111272096634,0.056478843092918396,-0.09609421342611313,-0.03060384839773178,-0.018631935119628906,-0.013695061206817627 +381,-0.03147465531813474,0.2592054908701689,-1.3364097810087958,-0.030418187379837036,-0.25631266832351685,-0.9661151766777039,0.13276764750480652,-0.009918542578816414,-0.18734405934810638,-0.02346060425043106,-0.009602248668670654,0.03622931241989136 +382,-0.033321786415684604,0.2608824200028481,-1.3508175612248232,-0.03218831121921539,-0.25793319940567017,-0.9656264185905457,0.034762248396873474,-0.020955480635166168,-0.20008301734924316,-0.023994557559490204,0.006895601749420166,-0.021327316761016846 +383,-0.023358798229493667,0.26762354564867347,-1.3661695911808864,-0.022525224834680557,-0.2644403278827667,-0.9641389846801758,0.15917614102363586,-0.03927303105592728,-0.19517603516578674,-0.021206460893154144,0.0038354694843292236,-0.0007658004760742188 +384,-0.019484070948395844,0.26849372643773184,-1.386579009948414,-0.018784798681735992,-0.2652794420719147,-0.9639885425567627,-0.08017325401306152,-0.09284030646085739,-0.23833103477954865,-0.01981993578374386,-0.0015509724617004395,0.006850540637969971 +385,-0.021551500247029592,0.2654977252432257,-1.409725975043893,-0.020794769749045372,-0.262389600276947,-0.9647379517555237,0.1760053187608719,0.03960391879081726,-0.2635633945465088,-0.034121617674827576,0.0011438727378845215,-0.06552022695541382 +386,-0.02135905936673531,0.28571356133096076,-1.4333508642827366,-0.020491622388362885,-0.2818421423435211,-0.9592419266700745,0.10792809724807739,-0.028836052864789963,-0.32492271065711975,-0.01599213480949402,0.026059091091156006,0.025388777256011963 +387,-0.020222109298398214,0.2962789946387369,-1.4762047325415149,-0.019339704886078835,-0.2919633686542511,-0.9562339782714844,0.0214291512966156,-0.13069921731948853,-0.43703076243400574,0.04489818215370178,0.04268050193786621,-0.010913848876953125 +388,-0.013061411804489892,0.3115563555516059,-1.5176181560756723,-0.012432251125574112,-0.30654042959213257,-0.9517764449119568,0.20645679533481598,-0.04109689220786095,-0.41650232672691345,0.05326478183269501,0.03928273916244507,-0.012075483798980713 +389,-0.009515884806188377,0.32242058774793353,-1.5539227903944588,-0.00902540609240532,-0.31686335802078247,-0.9484282732009888,-0.13380084931850433,-0.1589190512895584,-0.35498231649398804,0.049278080463409424,0.01878291368484497,0.02762138843536377 +390,-0.005229521845501001,0.3244416549225569,-1.5876096082872821,-0.004956669174134731,-0.3187796175479889,-0.9478158950805664,0.12278499454259872,-0.170608252286911,-0.3117408752441406,0.08294433355331421,0.02523106336593628,0.009018957614898682 +391,-0.002197006823824821,0.3243120888031697,-1.6211186358182132,-0.002082475461065769,-0.3186568021774292,-0.9478678703308105,-0.05862273648381233,-0.12772491574287415,-0.34467267990112305,0.0642315149307251,0.0216292142868042,0.0009379386901855469 +392,0.006550452665146205,0.32039089337464605,-1.6594750972011185,0.006217071320861578,-0.3149375915527344,-0.9490920305252075,0.004848772659897804,-0.07346370071172714,-0.25978535413742065,0.09011165797710419,0.043193817138671875,-0.01187598705291748 +393,0.008768686154876049,0.32580561872443126,-1.680363943140868,0.008307287469506264,-0.32007211446762085,-0.9473567605018616,0.006162313744425774,-0.1073446273803711,-0.18708859384059906,0.05877034366130829,0.01301950216293335,-0.0022892355918884277 +394,0.01574007862221677,0.3230067261953183,-1.7078862347534596,0.01492546871304512,-0.31741923093795776,-0.9481678605079651,0.05646539479494095,-0.08800212293863297,-0.26298224925994873,0.024182796478271484,0.035635173320770264,0.003923475742340088 +395,0.015665268752875335,0.31103390905227074,-1.725399746434066,0.014913002029061317,-0.3060430884361267,-0.951900839805603,-0.005431891418993473,0.04520287364721298,-0.16849195957183838,-0.019154950976371765,-0.015139162540435791,-0.028064370155334473 +396,0.018757655640378176,0.3179268741101753,-1.7466866869977484,0.017816580832004547,-0.31259799003601074,-0.9497184157371521,-0.012879280373454094,0.04788828641176224,-0.14815753698349,0.00429341197013855,-0.002801179885864258,0.0330466628074646 +397,0.0177568236448477,0.31159965931878053,-1.7594454063255067,0.016900844871997833,-0.30658164620399475,-0.9516943097114563,-0.15867654979228973,-0.13628743588924408,-0.03705104812979698,-0.00417502224445343,-0.01946815848350525,0.006305515766143799 +398,0.005999482182930613,0.30917405687426214,-1.761496903005336,0.005714983679354191,-0.30427196621894836,-0.9525680541992188,-0.0669519379734993,-0.14664782583713531,-0.15719150006771088,-0.048729509115219116,-0.034930914640426636,0.01992034912109375 +399,-0.00622938490502673,0.301615076895271,-1.7748085976999743,-0.005948139354586601,-0.2970627546310425,-0.9548394083976746,-0.09032121300697327,-0.13552509248256683,-0.13010649383068085,-0.01654331386089325,0.03230750560760498,0.01901787519454956 +400,-0.012375686003025022,0.2866646210925107,-1.7851029914029775,-0.011870360001921654,-0.2827545404434204,-0.9591188430786133,-0.11071155220270157,-0.04795984923839569,-0.11811859905719757,-0.0205240398645401,-0.00475156307220459,-0.05134868621826172 +401,-0.009132353905502107,0.2912595774918984,-1.7970259400812165,-0.008747604675590992,-0.2871589660644531,-0.957843005657196,0.008488113060593605,-0.07731032371520996,-0.09187620878219604,0.0007825195789337158,0.020130157470703125,0.026614367961883545 +402,-0.008755885219996595,0.28915641037291057,-1.8051895896345742,-0.0083922753110528,-0.28514376282691956,-0.9584479928016663,-0.03451778367161751,-0.07842130213975906,-0.039429254829883575,0.018402040004730225,0.026736199855804443,0.018521904945373535 +403,-0.008404227429718726,0.2812706596894697,-1.8044681748644096,-0.008073875680565834,-0.27757659554481506,-0.9606695771217346,0.07153681665658951,0.03091510757803917,0.02218983694911003,-0.0011424263939261436,-0.014888584613800049,-0.026802897453308105 +404,-0.008863888103648425,0.2791041916558759,-1.8062098172722387,-0.008520767092704773,-0.27549460530281067,-0.9612648487091064,-0.05426023155450821,-0.01723279431462288,4.129367880523205e-05,0.03162257373332977,0.01772788166999817,-0.004677534103393555 +405,-0.009295848521394895,0.27703145937998275,-1.7982830019294607,-0.008941283449530602,-0.27350151538848877,-0.9618300199508667,-0.004517245106399059,-0.015311392024159431,0.11363822966814041,0.010589227080345154,0.00967705249786377,0.0115126371383667 +406,-0.0069633785929690065,0.26913255774729294,-1.7920798748548585,-0.006712656002491713,-0.2658953070640564,-0.9639785289764404,-0.015708304941654205,0.019645249471068382,0.04667314141988754,-0.010728135704994202,-0.023182451725006104,0.00912928581237793 +407,-0.01328090781479843,0.2659869293269725,-1.7949891798673874,-0.012813488952815533,-0.26286160945892334,-0.9647484421730042,-0.08210281282663345,-0.042584143579006195,-0.04546697065234184,0.01987830549478531,0.01359403133392334,0.02463918924331665 +408,-0.017767258237171898,0.2499732014813832,-1.799644867247043,-0.017214128747582436,-0.24737799167633057,-0.9687661528587341,-0.05466821417212486,0.013551255688071251,0.14247271418571472,0.04788430035114288,0.014757752418518066,-0.10716158151626587 +409,-0.014772241412128842,0.2733884445764041,-1.7863056736525316,-0.01422310620546341,-0.2699955701828003,-0.9627565145492554,0.23566481471061707,0.15350842475891113,0.016588110476732254,-0.03713797777891159,-0.004311680793762207,0.014453291893005371 +410,-0.01875229374043293,0.28743818410623395,-1.7876395341729063,-0.017981894314289093,-0.2834964394569397,-0.9588046669960022,0.04577149823307991,0.02495092898607254,-0.021325383335351944,9.860098361968994e-05,0.0590243935585022,0.0376163125038147 +411,-0.017210654233505356,0.2744332574349586,-1.78839251485047,-0.016565795987844467,-0.2710014581680298,-0.9624363780021667,-0.08038955181837082,0.0029339641332626343,0.21432387828826904,0.056696414947509766,0.052800774574279785,-0.030865013599395752 +412,-0.018365806863958747,0.2676396546830755,-1.7660307303989662,-0.01771094836294651,-0.2644558548927307,-0.9642351269721985,-0.05075150355696678,-0.058811284601688385,0.18080101907253265,-0.02786705456674099,0.0183163583278656,-0.015073895454406738 +413,-0.018184011308865017,0.2707294852755721,-1.759126928204034,-0.017520712688565254,-0.26743441820144653,-0.9634167551994324,-6.264820694923401e-05,-0.11960351467132568,-0.06857678294181824,-0.019451335072517395,-0.0004488825798034668,0.029548346996307373 +414,-0.020552719641299455,0.26636538935389076,-1.760912122654851,-0.019826510921120644,-0.2632267475128174,-0.9645302295684814,0.030252419412136078,0.01781289651989937,0.05359746143221855,-0.023477932438254356,0.03342941403388977,-0.007378280162811279 +415,-0.022402241429228562,0.2635159107109302,-1.7653552330651723,-0.021627109497785568,-0.2604767084121704,-0.9652378559112549,-0.07657210528850555,0.04662812128663063,-0.1506022810935974,-0.016199417412281036,-0.03185117244720459,0.04452252388000488 +416,-0.02678106305874161,0.252325329385651,-1.7824109537405164,-0.025929927825927734,-0.2496563345193863,-0.9679872989654541,-0.13146471977233887,-0.029179763048887253,-0.07627198845148087,0.04015112668275833,-0.008186697959899902,-0.0238797664642334 +417,-0.025586224432244578,0.25919742024476233,-1.7818437945545935,-0.024728843942284584,-0.25630486011505127,-0.9662796258926392,0.1109599769115448,-0.0051210420206189156,0.10532639175653458,0.0029698163270950317,-0.0071228742599487305,-0.02073514461517334 +418,-0.030799150071493534,0.2701263813386735,-1.7780421741546042,-0.02967759408056736,-0.2668532431125641,-0.9632801413536072,-0.0007599741220474243,-0.07478686422109604,-0.07747510820627213,-0.03236463665962219,-0.016532987356185913,0.03247874975204468 +419,-0.036061869766576486,0.27214090753479625,-1.7857125354481294,-0.034727178514003754,-0.2687941789627075,-0.962571382522583,0.10192516446113586,0.012746280990540981,-0.07932101935148239,-0.01864805445075035,0.006800800561904907,-0.023314177989959717 +420,-0.03222452137661433,0.2839703001245474,-1.7913421171778279,-0.0309285968542099,-0.28016912937164307,-0.9594522714614868,0.17097312211990356,-0.027686292305588722,0.03562634065747261,0.0124044269323349,0.006273865699768066,0.012079834938049316 +421,-0.03533546742431251,0.2798335851091283,-1.7937168501286378,-0.03395390138030052,-0.2761957049369812,-0.960501492023468,-0.035808008164167404,0.0040953392162919044,0.015677668154239655,0.016375776380300522,0.010021418333053589,-0.010491549968719482 +422,-0.0368484364756711,0.2826797023970497,-1.7886209175890322,-0.03537796810269356,-0.27893000841140747,-0.9596595764160156,0.006572319194674492,-0.05400934815406799,0.021052848547697067,0.0025715678930282593,-0.006195724010467529,0.031391143798828125 +423,-0.04071785210879063,0.2798481174563518,-1.7858896131553046,-0.03912300989031792,-0.27620968222618103,-0.9603008031845093,-0.03576323017477989,-0.09515771269798279,0.030935686081647873,0.02636665850877762,-0.00641360878944397,-0.006114602088928223 +424,-0.037776689783624584,0.27690785248198546,-1.7781807579147189,-0.036328960210084915,-0.27338260412216187,-0.961219072341919,-0.07408581674098969,0.018208689987659454,0.12599697709083557,0.038068462163209915,0.018774479627609253,0.02889186143875122 +425,-0.036428099498918114,0.267957743561576,-1.7624757483723283,-0.035120341926813126,-0.26476261019706726,-0.9636738300323486,-0.11023692786693573,0.027229534462094307,0.0017836069455370307,-0.035909321159124374,-0.015007257461547852,-0.003504455089569092 +426,-0.032015383836790395,0.26559801947411826,-1.753990952794563,-0.030887510627508163,-0.26248636841773987,-0.9644412398338318,0.11491450667381287,-0.007856840267777443,0.0745808407664299,-0.016185849905014038,-0.007609456777572632,-0.019262373447418213 +427,-0.031082242868668175,0.265602464054179,-1.749472224941293,-0.029987500980496407,-0.2624906599521637,-0.9644684791564941,0.04355788230895996,0.02215062826871872,0.07158122956752777,0.007480785250663757,0.013421416282653809,-0.006982326507568359 +428,-0.030840250501117064,0.26748244712851865,-1.735897385195667,-0.029738835990428925,-0.2643042504787445,-0.9639807343482971,0.05920680612325668,0.03475271165370941,0.19837956130504608,0.012648992240428925,0.003226369619369507,-0.02689450979232788 +429,-0.00827701367177423,0.28207702064582796,-1.7105166061514754,-0.007949810475111008,-0.27835118770599365,-0.9604464769363403,0.18234722316265106,0.11309728026390076,0.1453661024570465,-0.006774917244911194,0.05677831172943115,-0.009920954704284668 +430,0.02111622261135069,0.25523225650830333,-1.716952292045145,0.020430637523531914,-0.25247013568878174,-0.9673889875411987,-0.6003217101097107,0.5111216306686401,-0.3057805895805359,-0.04499728977680206,0.07996952533721924,-0.0036956071853637695 +431,0.026228950469465828,0.24048449237385683,-1.7421370743936153,0.02547123096883297,-0.2381732016801834,-0.970888614654541,-0.03725147992372513,0.2450864464044571,-0.04092811420559883,0.006953699514269829,0.0739886462688446,-0.02312988042831421 +432,0.0597691845135693,0.23369029860630636,-1.7079172771694136,0.05810995399951935,-0.2315690815448761,-0.9710813760757446,0.05307898297905922,0.46315303444862366,1.2001675367355347,-0.05205221474170685,-0.0213148295879364,0.013424515724182129 +433,-0.010203680400254904,0.2634968910064928,-1.6061117335719133,-0.00985132995992899,-0.2604583203792572,-0.9654348492622375,0.25533512234687805,-0.9225924015045166,0.6945303082466125,-0.172186017036438,-0.0836884081363678,0.05686551332473755 +434,-0.07473525860122551,0.22875404863990978,-1.58354035123664,-0.07272063940763474,-0.22676420211791992,-0.9712310433387756,-0.4795076549053192,-0.4070810079574585,0.3273596167564392,0.016171574592590332,0.05653715133666992,0.006173670291900635 +435,-0.0742940905547844,0.21608824652419592,-1.5619418234473879,-0.07249954342842102,-0.21441049873828888,-0.9740492701530457,0.10347694903612137,0.18759971857070923,-0.09175444394350052,-0.08423874527215958,-0.06778556108474731,-0.018382370471954346 +436,-0.06987681312504447,0.22345652510094355,-1.5837727521456673,-0.06808404624462128,-0.22160153090953827,-0.9727575778961182,0.029889006167650223,0.019148554652929306,-0.1897677779197693,0.0026238486170768738,0.02514462172985077,0.043131113052368164 +437,-0.058152506569972284,0.23242642880806594,-1.5973769701526723,-0.05655691772699356,-0.23033937811851501,-0.9714654088020325,0.12539821863174438,0.11567269265651703,0.03999724239110947,0.004387129098176956,-0.0046459585428237915,0.0007165670394897461 +438,-0.04916454471333628,0.24226773281506428,-1.5963527394543378,-0.04770953953266144,-0.2399047464132309,-0.9696233868598938,-0.024456949904561043,0.1969594955444336,-0.07632420212030411,-0.06526654213666916,-0.02262270450592041,-0.0171777606010437 +439,-0.03379472468990524,0.2601216356875633,-1.6092447799979972,-0.03265161067247391,-0.2571980953216553,-0.9658069014549255,0.6311246752738953,0.4132019579410553,-0.05011146143078804,0.0868813544511795,0.05057886242866516,0.029161453247070312 +440,-0.01582651020122461,0.28367916100320867,-1.6025649999312235,-0.015193324536085129,-0.27988964319229126,-0.9599119424819946,-0.3518112897872925,0.09480337053537369,0.12663322687149048,0.005946502089500427,-0.02449268102645874,0.12366926670074463 +441,-0.029465365744704278,0.2372340360615466,-1.6154269867134423,-0.028635947033762932,-0.23501503467559814,-0.971569836139679,-0.3034988045692444,0.014098869636654854,-0.13912217319011688,0.11344429850578308,-0.046448588371276855,-0.22876280546188354 +442,-0.02360806844231068,0.2797244723028927,-1.588965752921709,-0.022688351571559906,-0.2760908305644989,-0.9608637094497681,0.7956414222717285,0.03947329893708229,0.4839222729206085,0.05579991638660431,0.07253861427307129,0.15458929538726807 +443,-0.03071818958536099,0.30584456194279186,-1.5650856742021488,-0.029288044199347496,-0.30109864473342896,-0.9531431198120117,-0.21288780868053436,0.09949416667222977,-0.07099349051713943,-0.05399443209171295,0.003186047077178955,0.05354595184326172 +444,-0.02726529777421801,0.2826101201706734,-1.5744123441345992,-0.026180462911725044,-0.27886316180229187,-0.959973931312561,0.15697447955608368,-0.07095849514007568,-0.027976302430033684,0.029064372181892395,-0.004660367965698242,-0.15468060970306396 +445,-0.033430733229343285,0.3041395669256123,-1.5617124811366943,-0.03189048916101456,-0.2994723320007324,-0.9535718560218811,-0.19119220972061157,0.00658129807561636,0.21677814424037933,0.02738913893699646,0.05835294723510742,0.1601148247718811 +446,-0.03482281855601708,0.27026542635447476,-1.5614282917846392,-0.03355196863412857,-0.26698723435401917,-0.9631158113479614,-0.0562884546816349,-0.047697920352220535,-0.12036711722612381,0.012800019234418869,-0.015605509281158447,-0.1095770001411438 +447,-0.029574757953222137,0.28138857436893217,-1.5589333523597932,-0.028407463803887367,-0.2776898741722107,-0.9602506756782532,0.015164405107498169,0.0008935164660215378,0.16216953098773956,0.024287588894367218,0.007426202297210693,0.045547306537628174 +448,-0.02908500468628321,0.2760017588430529,-1.5577797216963494,-0.027980269864201546,-0.27251091599464417,-0.9617457389831543,-0.09376834332942963,-0.043091047555208206,-0.1564612239599228,0.0009417012333869934,0.018848806619644165,0.010253429412841797 +449,-0.03612337897548419,0.2776851484471689,-1.5712761048970298,-0.03473203256726265,-0.2741301953792572,-0.9610651731491089,-0.024031326174736023,0.04577972739934921,-0.29190146923065186,-0.04497987776994705,-0.01929628849029541,-0.006540417671203613 +450,-0.03919547117742203,0.2785271194635105,-1.5987885417840204,-0.03767528384923935,-0.2749398350715637,-0.9607229828834534,0.177216038107872,-0.12357065826654434,-0.2877742648124695,-0.007048226892948151,0.06798487901687622,-0.07756131887435913 +451,-0.01927090760958222,0.29652469058245345,-1.614458098528566,-0.01842874102294445,-0.2921983301639557,-0.9561801552772522,0.033477939665317535,0.4658203721046448,-0.12695440649986267,-0.0243874192237854,0.006202876567840576,0.0431247353553772 +452,0.004503715497392494,0.28538302352994177,-1.608815801886483,0.004321543034166098,-0.28152501583099365,-0.9595441818237305,-0.1801089644432068,-0.056906163692474365,-0.048583295196294785,-0.03152795135974884,0.009857535362243652,-0.07217884063720703 +453,0.011123701618880426,0.3056290152169407,-1.612648526974585,0.010607986710965633,-0.300893098115921,-0.9535988569259644,0.09719953685998917,-0.006852579303085804,-0.1472788155078888,-0.018985062837600708,-0.020075500011444092,0.04640287160873413 +454,0.019686366922448306,0.3065794148115384,-1.6395591775266123,0.018767207860946655,-0.30179932713508606,-0.9531867504119873,0.40728574991226196,0.22015449404716492,-0.21502842009067535,0.017136722803115845,0.02765992283821106,-0.037078142166137695 +455,0.023831270267395392,0.3180132634535052,-1.6471435705284692,0.022634191438555717,-0.31268006563186646,-0.9495887756347656,-0.5284206867218018,0.010943653993308544,-0.1147293671965599,0.027841880917549133,-0.026538074016571045,0.049930572509765625 +456,0.029170625785499046,0.3035610042627685,-1.6463952184185007,0.027832942083477974,-0.29892027378082275,-0.9538720846176147,0.015319816768169403,-0.027188461273908615,0.1591784656047821,0.037032172083854675,0.02832093834877014,0.02610725164413452 +457,0.018637171081543027,0.28274124737533274,-1.640155761872377,0.017896132543683052,-0.27898910641670227,-0.9601274728775024,-0.3334522545337677,-0.13042061030864716,-0.10123793035745621,-0.005917981266975403,-0.01254531741142273,-0.02726876735687256 +458,0.014672058274940324,0.28123869141935065,-1.638342829178664,0.014095121994614601,-0.27754589915275574,-0.960608959197998,0.05267307162284851,0.003053555265069008,0.002362492959946394,0.02359408140182495,0.007846802473068237,0.022849619388580322 +459,0.011100404437782584,0.27051468785753546,-1.6376571674228368,0.010696501471102238,-0.267227441072464,-0.9635741114616394,-0.15510183572769165,-0.15168194472789764,0.019530899822711945,0.029464632272720337,0.01495388150215149,-0.015139877796173096 +460,0.007034030239567891,0.2712161547827412,-1.6357479371395949,0.006776851136237383,-0.26790332794189453,-0.9634219408035278,0.053579311817884445,0.0018114708364009857,0.0997840017080307,0.026609376072883606,0.00027945637702941895,-0.014498531818389893 +461,0.006153214219316376,0.2741522996578723,-1.6251648816741588,0.005923385266214609,-0.27073100209236145,-0.9626368284225464,-0.030761392787098885,-0.08298629522323608,0.1137114092707634,0.01252448558807373,0.0068607330322265625,0.027517199516296387 +462,-0.012013053873998132,0.2636064295596255,-1.6088977673523683,-0.011597802862524986,-0.26056408882141113,-0.9653868675231934,0.07070832699537277,-0.11873602122068405,0.2748773694038391,0.04065054655075073,0.03645828366279602,-0.057653844356536865 +463,-0.022664870379982716,0.28269238676978903,-1.5590801124371025,-0.02176338993012905,-0.27894216775894165,-0.960061252117157,0.3026815950870514,0.0264030322432518,0.7873148918151855,0.0885053426027298,0.04572686553001404,-0.05785250663757324 +464,-0.07127840515731557,0.33532348836395975,-1.4415281444072137,-0.06725149601697922,-0.3290746510028839,-0.9419060945510864,0.6596804857254028,-0.2907554805278778,1.5674489736557007,0.10974723100662231,0.0826147198677063,-0.025684237480163574 +465,-0.13089402960318317,0.37521166171963705,-1.2666730625093134,-0.12144026905298233,-0.36646947264671326,-0.9224708080291748,0.2608993947505951,-0.0667996034026146,1.5961564779281616,-0.06268754601478577,-0.007676035165786743,0.1056220531463623 +466,-0.19209781017305136,0.34162457480955444,-1.1117292624050876,-0.17988567054271698,-0.33501821756362915,-0.9248805046081543,-0.20928065478801727,-0.06552556157112122,1.071418046951294,-0.1664888560771942,-0.00778573751449585,-0.015411853790283203 +467,-0.22361902945409123,0.30980889626437086,-1.001472719530172,-0.21120239794254303,-0.3048766255378723,-0.9286785125732422,-0.261452853679657,-0.062071144580841064,1.577453374862671,0.10846498608589172,-0.0008942484855651855,0.028562545776367188 +468,-0.2820488296074574,0.2354154333760612,-0.8492847357374752,-0.27064722776412964,-0.23324698209762573,-0.9339945912361145,-0.39021608233451843,0.14445509016513824,0.9764406681060791,-0.25962620973587036,0.0003215670585632324,0.027988731861114502 +469,-0.28982302333701127,0.19892243484451136,-0.7691864450742789,-0.2801470160484314,-0.19761313498020172,-0.9393969774246216,0.2928610146045685,0.005207444541156292,0.982621431350708,-0.007435351610183716,-0.017825722694396973,-0.12488830089569092 +470,-0.288558613789113,0.2449707548888188,-0.6834420969545625,-0.27607470750808716,-0.24252794682979584,-0.9300338625907898,1.0501080751419067,0.35189297795295715,0.6484396457672119,0.03860217332839966,0.007939323782920837,-0.009434521198272705 +471,-0.2956475246758024,0.3073095844735374,-0.5823135703100311,-0.27770939469337463,-0.3024953603744507,-0.9117971658706665,0.9567486047744751,-0.02893134579062462,0.9192929863929749,0.13523811101913452,0.06825768947601318,-0.073966383934021 +472,-0.32007363029344815,0.39331034799858827,-0.4420685292709145,-0.29061251878738403,-0.38324809074401855,-0.8767355680465698,1.0741223096847534,0.5416248440742493,1.1378819942474365,0.20704013109207153,0.007912427186965942,0.13950717449188232 +473,-0.32685588609873306,0.41933623397008546,-0.33015283336768525,-0.2932495176792145,-0.40715429186820984,-0.8650029301643372,0.407900869846344,-0.3024214804172516,0.6088239550590515,-0.03614190220832825,-0.11347559094429016,-0.24975836277008057 +474,-0.5412990543864188,0.542851426947383,-0.16344563048825428,-0.44117704033851624,-0.5165795683860779,-0.7338312864303589,3.2369420528411865,-2.453874111175537,0.9436416625976562,0.07765164971351624,0.12467288970947266,-0.2616215944290161 +475,-1.0228642421218488,0.7504056749128571,0.2521595631340218,-0.6243361830711365,-0.6819355487823486,-0.38100963830947876,3.2477784156799316,-1.8041071891784668,0.7155441641807556,0.10657495260238647,0.08632397651672363,0.26545482873916626 +476,-1.2741952919809063,0.7890535061584038,0.5136507557134902,-0.6737549304962158,-0.7096867561340332,-0.20591023564338684,0.5259260535240173,-0.44609129428863525,0.28824305534362793,-0.04353022575378418,-0.029708385467529297,0.16094255447387695 +477,-1.3501960929437244,0.7930668381094998,0.6197664251728671,-0.6846596598625183,-0.712508499622345,-0.15353475511074066,0.4785125255584717,0.29212629795074463,0.1346220076084137,0.0068032145500183105,0.03088313341140747,0.0020302534103393555 +478,-1.4108695981797934,0.7866051401998743,0.7115454229309806,-0.69724041223526,-0.7079597115516663,-0.11246786266565323,0.3215947151184082,0.22435471415519714,0.17451408505439758,0.10069799423217773,0.03458935022354126,0.004664525389671326 +479,-1.4149248688183433,0.7651203364969873,0.7558516906905671,-0.712554395198822,-0.6926237940788269,-0.11197520792484283,0.25870564579963684,0.2791769504547119,0.3133084774017334,-0.0763096809387207,0.05312800407409668,-0.031182758510112762 +480,-1.408582710022077,0.7457961385216857,0.7933702100232726,-0.7249050140380859,-0.6785567998886108,-0.11863182485103607,0.20427589118480682,0.2987580895423889,0.2764638364315033,-0.07288551330566406,0.03672635555267334,-0.033025264739990234 +481,-1.3875040254743178,0.731446494206932,0.8328620628029865,-0.7317426204681396,-0.6679468154907227,-0.13564525544643402,0.12268276512622833,0.369584858417511,0.07349739968776703,0.0083235502243042,0.06070810556411743,-0.02158127725124359 +482,-1.365619473371204,0.7258540173369422,0.8609872637325914,-0.7322450876235962,-0.6637744307518005,-0.15238410234451294,0.06849218904972076,0.3725902736186981,0.05292956158518791,-0.07721847295761108,0.04368770122528076,-0.007390692830085754 +483,-1.3257110530304146,0.7314452872039148,0.8750725170589319,-0.7219702005386353,-0.667945921421051,-0.18057432770729065,0.18504242599010468,0.4509713649749756,-0.08202196657657623,-0.02290278673171997,0.0325242280960083,-0.06602291762828827 +484,-1.3041852616017413,0.7456867277994456,0.9268696550398515,-0.7086672186851501,-0.6784764528274536,-0.19354625046253204,0.34236082434654236,0.737324059009552,0.02378067374229431,0.0373416543006897,0.046640634536743164,0.03139111399650574 +485,-1.2791924176017502,0.7597502741605148,0.9917968166843373,-0.6944010257720947,-0.6887404322624207,-0.2084316611289978,0.4298264980316162,0.3354325294494629,-0.11009949445724487,-0.041454017162323,-0.033229172229766846,-0.04933503270149231 +486,-1.281321038011194,0.7781570529493841,1.0625681647039784,-0.6825761198997498,-0.7019680738449097,-0.20329946279525757,0.48458051681518555,0.3633376359939575,0.010647331364452839,-0.013407766819000244,-0.004071354866027832,0.009436607360839844 +487,-1.2949558687807985,0.7990930678882305,1.1358120672952423,-0.6709946393966675,-0.7167239189147949,-0.18992918729782104,0.45156580209732056,0.34896886348724365,0.0666850134730339,0.11647498607635498,0.03450345993041992,-0.02277827262878418 +488,-1.3062806784277423,0.8129700230596411,1.2026655392753256,-0.6634379029273987,-0.7263318300247192,-0.17970050871372223,0.6440257430076599,0.2706165015697479,0.008473413065075874,0.07815653085708618,0.03741276264190674,-0.07159650325775146 +489,-1.3718562697595007,0.8151583422783166,1.3103184762514704,-0.6722276210784912,-0.727834165096283,-0.135525643825531,0.4770769774913788,-0.09561501443386078,0.18967609107494354,-0.054746806621551514,-0.054529666900634766,-0.0162687748670578 +490,-1.434640788364687,0.8043904872714612,1.3957955630737486,-0.6871318221092224,-0.720408022403717,-0.09413924813270569,0.3068529963493347,-0.015880772843956947,0.2291770726442337,0.06040751934051514,-0.0020650625228881836,0.0313493013381958 +491,-1.4514508681650786,0.791216613244577,1.4232843421231418,-0.6979801058769226,-0.7112090587615967,-0.08369851857423782,0.0911104828119278,0.024174492806196213,0.09727288037538528,0.05288434028625488,-0.01079106330871582,-0.07345175743103027 +492,-1.4496588253906293,0.7826500648984621,1.4416692542194838,-0.7038514018058777,-0.705160915851593,-0.08568231761455536,0.15158767998218536,0.05974931642413139,0.1336044818162918,0.00849306583404541,0.08058810234069824,-0.03550302982330322 +493,-1.4520258250546954,0.7693797352815207,1.464088891707577,-0.713281512260437,-0.6956897974014282,-0.0851174145936966,-0.014571559615433216,0.08265035599470139,0.06571844220161438,-0.05609709024429321,0.052501380443573,0.03502286225557327 +494,-1.4542506924152774,0.7563638946841331,1.4761901227573138,-0.7224021553993225,-0.6862813234329224,-0.0845760926604271,-0.10714204609394073,-0.021089356392621994,0.08760500699281693,-0.09444659948348999,0.03152668476104736,0.0506405234336853 +495,-1.4412385714043212,0.7476041056195893,1.4489833120565392,-0.7271738648414612,-0.6798837780952454,-0.09474169462919235,-0.3381466865539551,-0.24433815479278564,-0.0605313740670681,-0.05184823274612427,0.07301127910614014,-0.012359723448753357 +496,-1.4266906494448823,0.7493845720561506,1.3870961763952576,-0.7245197296142578,-0.6811883449554443,-0.10513618588447571,-0.549138605594635,-0.43409234285354614,-0.11233558505773544,-0.03219413757324219,0.11247801780700684,-0.005917251110076904 +497,-1.4139458314631494,0.7548089035442225,1.3011523910022251,-0.7194607257843018,-0.6851494908332825,-0.11378239840269089,-0.787540078163147,-0.6007175445556641,-0.2136111557483673,-0.03940457105636597,0.025054335594177246,-0.02354668825864792 +498,-1.4033223683053884,0.7645420979974288,1.1999739026832301,-0.7116020321846008,-0.692206621170044,-0.12030163407325745,-0.7834377288818359,-0.6257990002632141,-0.22196732461452484,0.00580674409866333,-0.004311263561248779,0.0052350908517837524 +499,-1.395981174430317,0.7719596133708567,1.106072819318106,-0.7056241035461426,-0.6975407004356384,-0.12462591379880905,-0.5966053009033203,-0.43664658069610596,-0.1427076905965805,0.05558443069458008,-0.017318248748779297,-0.008949518203735352 +500,-1.3896753436258737,0.7764325874881772,1.0354987424571116,-0.7017480134963989,-0.7007388472557068,-0.12850961089134216,-0.34284090995788574,-0.351220041513443,-0.11923849582672119,0.0814020037651062,-0.027288436889648438,-0.03102096915245056 +501,-1.3903338087108061,0.7809383700339634,0.9963127001642855,-0.6987192034721375,-0.7039462327957153,-0.12747949361801147,-0.05426667630672455,-0.18728576600551605,-0.0879790335893631,0.04294228553771973,-0.10061913728713989,-0.07437901198863983 +502,-1.3915196754389108,0.7890255216889348,0.9953413677007023,-0.6932454705238342,-0.7096670269966125,-0.12563155591487885,0.10759662091732025,0.12943685054779053,-0.003414703765884042,0.09352928400039673,-0.08018887042999268,-0.03640155494213104 +503,-1.3866102283206383,0.7995269242774096,1.033622006095462,-0.6852558255195618,-0.71702641248703,-0.12766149640083313,0.43375685811042786,0.47330692410469055,0.14522071182727814,0.11791884899139404,-0.035002946853637695,-0.06682704389095306 +504,-1.3961272439002834,0.7913058255427109,1.120216670443877,-0.6922215223312378,-0.7112717628479004,-0.12215451151132584,0.751214325428009,0.575311005115509,0.21738407015800476,0.04222768545150757,-0.010407865047454834,-0.05756353586912155 +505,-1.4044538101685378,0.7826732492475509,1.228127807743517,-0.6992440819740295,-0.705177366733551,-0.11739882826805115,0.7047070264816284,0.7394554615020752,0.19759619235992432,0.018137574195861816,-0.0142134428024292,-0.05310284346342087 +506,-1.40843799623805,0.7734762805115813,1.3461142954686822,-0.7060768008232117,-0.698626697063446,-0.11565548181533813,0.82750403881073,0.7298905253410339,0.2254633903503418,-0.02527683973312378,0.033343493938446045,-0.03040163964033127 +507,-1.4165351483734583,0.7654802635790615,1.4577720186443053,-0.7124876379966736,-0.6928833723068237,-0.11078938096761703,0.6735751628875732,0.5866041779518127,0.17452046275138855,-0.05467855930328369,0.06907349824905396,-0.013737574219703674 +508,-1.4140837053704172,0.7559961308496816,1.5392992367256781,-0.7186723947525024,-0.6860137581825256,-0.1135561615228653,0.44137778878211975,0.4061199724674225,0.19025148451328278,-0.06477481126785278,0.06374514102935791,0.0036623552441596985 +509,-1.4227206931560321,0.7482770854547929,1.5947609274487455,-0.724842369556427,-0.6803771257400513,-0.10812290012836456,0.25468361377716064,0.171466663479805,0.0861118882894516,-0.0569416880607605,0.06911009550094604,0.027052946388721466 +510,-1.4222489817845403,0.742272624839802,1.6050585749577941,-0.7288185358047485,-0.6759644150733948,-0.10906747728586197,-0.0175574142485857,-0.14320704340934753,-0.01645464077591896,-0.08659589290618896,0.07025152444839478,-0.009966373443603516 +511,-1.4256525133887517,0.7310748213957754,1.584552196983382,-0.73662930727005,-0.6676701903343201,-0.10767436772584915,-0.3074689507484436,-0.26541000604629517,-0.04026469215750694,-0.056949734687805176,0.04077810049057007,-0.009665727615356445 +512,-1.4273612391730623,0.7295724583868537,1.5354472538192785,-0.737804114818573,-0.6665509939193726,-0.10655876994132996,-0.49404507875442505,-0.3618756830692291,-0.10291902720928192,-0.03175759315490723,0.05101144313812256,0.013495445251464844 +513,-1.4172866034754772,0.7317463891001952,1.4602809377474386,-0.735259473323822,-0.6681699752807617,-0.11376451700925827,-0.6207965016365051,-0.48467281460762024,-0.10222657769918442,-0.02124077081680298,0.02757549285888672,0.0015208721160888672 +514,-1.416169990863051,0.732184292236165,1.3770349118793095,-0.7348428964614868,-0.6684957146644592,-0.11454038321971893,-0.5971933603286743,-0.5870210528373718,-0.1653015911579132,-0.025487303733825684,0.004219651222229004,-0.014304876327514648 +515,-1.4139058116322512,0.7363214278350071,1.2850758601375436,-0.7318434715270996,-0.6715668439865112,-0.11577074974775314,-0.5441768169403076,-0.6534892320632935,-0.11182519048452377,0.027787744998931885,-0.006259024143218994,-0.09223704040050507 +516,-1.4203588093545698,0.73759728683359,1.2151677593557955,-0.7317278981208801,-0.672511637210846,-0.11091732978820801,-0.6139458417892456,-0.4706293046474457,-0.09634064882993698,0.03928399085998535,-0.004703938961029053,0.002076387405395508 +517,-1.4174102353021363,0.7377974492628494,1.135778870869426,-0.7312645316123962,-0.6726597547531128,-0.1130538210272789,-0.39963585138320923,-0.39263734221458435,-0.08285778015851974,0.03709644079208374,-0.014763951301574707,-0.05912637710571289 +518,-1.369529147351067,0.7350881643510416,1.0218699710803274,-0.7267981767654419,-0.6706525683403015,-0.14828836917877197,-1.0797619819641113,0.16697290539741516,-0.04841971769928932,0.08521193265914917,-0.01753401756286621,0.061313286423683167 +519,-1.176024941201425,0.7124233526036075,0.7907514583384301,-0.6985719799995422,-0.6536696553230286,-0.29105547070503235,-2.316878080368042,0.7172608375549316,-0.4730806052684784,0.04819667339324951,0.02166581153869629,0.09006673097610474 +520,-0.8592589484208979,0.6305778972825237,0.48755172087319565,-0.6117088198661804,-0.5896115899085999,-0.5274186134338379,-2.788808584213257,2.216094493865967,-0.6608651280403137,-0.03166276216506958,0.049893081188201904,0.17185837030410767 +521,-0.48994443087739703,0.44166173123702035,0.17261863843831945,-0.4254215359687805,-0.427442342042923,-0.7976901531219482,-2.818533182144165,1.9618929624557495,-0.9846628904342651,-0.018227756023406982,0.042508870363235474,-0.13157004117965698 +522,-0.06748083477554688,0.24203613132197074,0.04579953734717,-0.06546419113874435,-0.23967990279197693,-0.9686423540115356,-1.1808091402053833,3.250154733657837,-0.19563178718090057,-0.027370281517505646,0.02649936079978943,-0.28100669384002686 +523,0.09444794574573388,0.22018755038334217,-0.015411365199478935,0.09203067421913147,-0.21841265261173248,-0.97150719165802,-0.8044638633728027,1.8914650678634644,-0.6360478401184082,-0.07872501760721207,0.006864801049232483,0.1665450930595398 +524,0.2600260935931735,0.1674873487433539,-0.0450135036003202,0.2535080313682556,-0.16670538485050201,-0.952860414981842,0.0720415785908699,0.7989245057106018,-0.0881643071770668,0.020677119493484497,0.002444550395011902,0.029886841773986816 +525,0.3523638133392051,0.15130900639081638,-0.06318980530344387,0.34117424488067627,-0.15073230862617493,-0.9278361201286316,-0.3431934416294098,0.7467326521873474,-0.3850793242454529,-0.09369200468063354,-0.02553720772266388,-0.023686647415161133 +526,0.25472533695990157,0.12583954126299104,-0.17540781585039145,0.24998712539672852,-0.1255076825618744,-0.9600803256034851,-0.2982722520828247,-1.3682994842529297,-1.2958300113677979,0.12498235702514648,-0.01427808403968811,0.023648440837860107 +527,0.05697078055381102,0.1381595848984293,-0.35716642062426057,0.056397393345832825,-0.13772046566009521,-0.9888641834259033,0.9823638200759888,-2.1802825927734375,-1.819435477256775,0.018355410546064377,0.06455458700656891,0.1561921238899231 +528,-0.046682760599243374,0.2462920642361886,-0.4747806763565373,-0.045257579535245895,-0.24380959570407867,-0.9687665700912476,1.2688907384872437,-0.8579756617546082,-0.6681994199752808,0.0330810621380806,0.13100136816501617,-0.18725454807281494 +529,0.014475865571449791,0.49664856702568877,-0.5385393946170692,0.012726510874927044,-0.47648170590400696,-0.879092276096344,2.784869432449341,0.48830345273017883,-0.4931229054927826,-0.10832282155752182,-0.00424647331237793,-0.024273812770843506 +530,0.05610568948120044,0.6177145588498577,-0.5435215316384711,0.045713603496551514,-0.5791735649108887,-0.8139215111732483,0.9801881909370422,0.2687171697616577,0.05304807424545288,0.048570454120635986,0.09957456588745117,-0.08161681890487671 +531,0.060118517724084906,0.7184676022515232,-0.5630728917071119,0.04523088037967682,-0.6582318544387817,-0.7514552474021912,0.7553292512893677,-0.30311739444732666,-0.08242981135845184,-0.003635421395301819,0.05325132608413696,-0.0018405914306640625 +532,0.029061851468193827,0.7573224109465387,-0.5747616951281905,0.021115636453032494,-0.6869781613349915,-0.7263712286949158,0.8116442561149597,-0.4131290316581726,0.05249636247754097,0.05964912474155426,0.08762824535369873,-0.15696007013320923 +533,-0.02548655721964404,0.8603103485302409,-0.5633941844155477,-0.016620591282844543,-0.7580450177192688,-0.6519904136657715,1.016852617263794,-0.595952033996582,0.10974331945180893,0.09244151413440704,0.0732915997505188,-0.01635974645614624 +534,-0.05410751421089024,0.9184245027427949,-0.5601931945374976,-0.03283117711544037,-0.794646143913269,-0.6061844229698181,0.18144448101520538,0.07237977534532547,0.09039345383644104,0.09916114807128906,0.030699610710144043,-0.029710352420806885 +535,-0.07457375766445705,0.9522655227389912,-0.5510400661226464,-0.043200694024562836,-0.814731240272522,-0.5782272815704346,0.6061791777610779,-0.032748401165008545,0.06863954663276672,0.08447572588920593,0.020541787147521973,-0.06425929069519043 +536,-0.09823083009990229,0.9954432080706404,-0.5281033349965887,-0.05336452275514603,-0.8390002250671387,-0.5415078997612,-0.023885557428002357,-0.10753243416547775,0.1297512650489807,0.07318569719791412,0.025844097137451172,0.03368014097213745 +537,-0.11217317488389524,0.9712486309171606,-0.4876439600193182,-0.06316319853067398,-0.8255909085273743,-0.5607227683067322,0.07115646451711655,0.3255492150783539,0.1827094554901123,0.06207984685897827,0.028807520866394043,-0.10604053735733032 +538,-0.08095201304398997,0.9706782675330171,-0.4790669872105251,-0.04566692188382149,-0.8252689242362976,-0.5628905892372131,0.02471395954489708,-0.03349720314145088,0.1334909200668335,0.07063031196594238,0.028241336345672607,-0.03314828872680664 +539,-0.13288345149361647,0.954427365799518,-0.4311462359538358,-0.0765908882021904,-0.8159828186035156,-0.5729798674583435,-0.32843485474586487,0.2361697256565094,0.37378448247909546,0.019523024559020996,0.06296157836914062,0.052365243434906006 +540,-0.11298726268796928,0.8827219997099555,-0.4133681085698938,-0.07160007953643799,-0.7724703550338745,-0.6310015320777893,-0.7660885453224182,0.45249101519584656,0.06500735878944397,-0.05005824565887451,-0.0009061098098754883,-0.014933526515960693 +541,-0.09197842457071286,0.8191162650893338,-0.41495578027450475,-0.06272051483392715,-0.7305426597595215,-0.6799805760383606,-0.5821239352226257,-0.04747621715068817,0.06973108649253845,-0.0046317726373672485,0.018491268157958984,0.034533798694610596 +542,-0.07656095126740121,0.7702945106270878,-0.42200854383990866,-0.05489455908536911,-0.696346640586853,-0.7156031727790833,-0.43932676315307617,0.28248557448387146,-0.06934474408626556,-0.027274012565612793,-0.006564736366271973,-0.023074746131896973 +543,-0.09132976323163121,0.7464838112846589,-0.4279620626991632,-0.06695028394460678,-0.679061770439148,-0.7310216426849365,-0.22277794778347015,-0.029079224914312363,0.05679667741060257,-0.06796791404485703,0.023376405239105225,0.00041562318801879883 +544,-0.10392366708074471,0.7248576069561388,-0.4121816930564048,-0.07765665650367737,-0.6630288362503052,-0.7445550560951233,0.03356088697910309,-0.20804893970489502,0.0754767432808876,-0.018458448350429535,-0.003139317035675049,-0.03605407476425171 +545,-0.12877473134068618,0.7226786015409771,-0.41904858523605587,-0.09631906449794769,-0.6613960862159729,-0.7438264489173889,-0.031727563589811325,-0.17334425449371338,-0.01884615048766136,0.00023445487022399902,0.030948758125305176,-0.004159331321716309 +546,-0.14883345414778962,0.7304996226731078,-0.4298875198181254,-0.110448457300663,-0.6672418713569641,-0.7366067171096802,0.16889911890029907,-0.2378796935081482,-0.07369433343410492,0.030614465475082397,0.011373341083526611,-0.022228121757507324 +547,-0.1630650160433313,0.7344848530575881,-0.4350707078812029,-0.12048733979463577,-0.6702049374580383,-0.7323306798934937,0.03632836788892746,-0.17921951413154602,-0.042676039040088654,-0.02671419084072113,0.009865522384643555,-0.024795174598693848 +548,-0.1689191150691774,0.7398073370819733,-0.440750043006378,-0.12417091429233551,-0.6741456389427185,-0.728085994720459,-0.1004471555352211,0.0037882383912801743,-0.018222779035568237,0.01186622679233551,0.037014901638031006,0.029721736907958984 +549,-0.16976869272875011,0.7358167290816452,-0.44325271265610616,-0.12524297833442688,-0.6711928248405457,-0.730626106262207,0.022158050909638405,-0.10756039619445801,-0.06303615123033524,-0.047593340277671814,-0.018306076526641846,-0.02140331268310547 +550,-0.16608119002246605,0.7375622057103827,-0.456003058646692,-0.12235407531261444,-0.6724856495857239,-0.729926347732544,-0.012345666997134686,-0.013002751395106316,-0.09085455536842346,-0.014120519161224365,0.013229727745056152,0.017935991287231445 +551,-0.17798182992096567,0.7363334512045887,-0.4498380474206195,-0.13117799162864685,-0.6715757250785828,-0.7292313575744629,0.028039809316396713,-0.09689748287200928,-0.00684054521843791,-0.016298189759254456,-0.011529684066772461,-0.02414083480834961 +552,-0.16738384001549803,0.7362302724517812,-0.4636001341539835,-0.12345392256975174,-0.6714993119239807,-0.7306488752365112,-0.0543055385351181,0.07726147770881653,-0.12110324949026108,0.019694171845912933,0.010961651802062988,0.014676034450531006 +553,-0.16620252207585987,0.7344177760010753,-0.4704311411812506,-0.12279186397790909,-0.6701551079750061,-0.7319933176040649,-0.019475582987070084,-0.13619299232959747,0.031089838594198227,0.013584718108177185,-0.001185774803161621,-0.02629220485687256 +554,-0.16134101149748772,0.7313430310812012,-0.47697537051316863,-0.11956228315830231,-0.6678698062896729,-0.734611988067627,-0.04299834743142128,-0.01776326261460781,-0.10391679406166077,0.023233547806739807,0.03224968910217285,-0.004493236541748047 +555,-0.15963135309807844,0.7295136104207328,-0.48214834897090403,-0.11850018799304962,-0.6665071249008179,-0.7360203862190247,-0.054012034088373184,0.006462517194449902,-0.027524368837475777,0.061615437269210815,0.03317582607269287,0.025296509265899658 +556,-0.1513467157430486,0.7132441341768692,-0.49437824826583565,-0.11401847749948502,-0.6542905569076538,-0.7475985288619995,-0.18374554812908173,0.06900408118963242,0.03504560515284538,0.04427056759595871,0.026315152645111084,-0.06674772500991821 +557,-0.15054380367254133,0.7134263393319336,-0.487641737938989,-0.11340031027793884,-0.6544283628463745,-0.7475720047950745,0.15161849558353424,0.0010655932128429413,-0.020673301070928574,0.008786052465438843,-0.014318585395812988,-0.016160905361175537 +558,-0.14613622757985223,0.7131420126765526,-0.5050969413466462,-0.11013133078813553,-0.6542133092880249,-0.7482486367225647,-0.015064740553498268,-0.15778091549873352,-0.16014298796653748,0.06044870615005493,0.016289174556732178,-0.0320400595664978 +559,-0.13576458712319062,0.7197975515546089,-0.5184297526357198,-0.10177339613437653,-0.6592324376106262,-0.7450199723243713,0.061897918581962585,-0.0401577427983284,0.006127685774117708,0.06261932849884033,0.04103785753250122,0.004083693027496338 +560,-0.12784853070743732,0.7163404920621285,-0.5242316163688434,-0.09616264700889587,-0.6566290259361267,-0.7480581998825073,-0.026243213564157486,-0.02907959371805191,-0.013742220588028431,0.009431689977645874,0.03373473882675171,0.020320773124694824 +561,-0.12499162937859909,0.7001885427501324,-0.5251594453767463,-0.09533499926328659,-0.6443618535995483,-0.7587549090385437,-0.23814889788627625,-0.06638842076063156,0.07421301305294037,-0.010972969233989716,0.006956517696380615,-0.04420828819274902 +562,-0.13202684979067356,0.7000869174237102,-0.5088726989209399,-0.10067922621965408,-0.644284188747406,-0.7581303715705872,0.10672320425510406,-0.04774276539683342,0.17272000014781952,-0.01954476535320282,-0.00017082691192626953,0.06501513719558716 +563,-0.14912897194834407,0.6968730606187438,-0.5019133635545412,-0.11393657326698303,-0.6418229341506958,-0.7583414912223816,-0.13439913094043732,-0.09585623443126678,-0.021616719663143158,-0.024094432592391968,-0.0032576322555541992,0.027888059616088867 +564,-0.17582323005185557,0.6969935283517543,-0.48467141645474093,-0.13412341475486755,-0.6419153213500977,-0.7549540996551514,0.19200153648853302,-0.03300304710865021,0.24385817348957062,-0.033769041299819946,-0.006140708923339844,-0.05562329292297363 +565,-0.2032602483151037,0.698673742698492,-0.4525189380160623,-0.15456607937812805,-0.6432027220726013,-0.7499330639839172,0.07688266038894653,-0.23113590478897095,0.2038360983133316,-0.04652951657772064,0.011305809020996094,0.03164076805114746 +566,-0.2159941063016474,0.6880869571778132,-0.45470071990533395,-0.1655530035495758,-0.6350606083869934,-0.7545132637023926,-0.15668846666812897,-0.16074475646018982,-0.00997879821807146,-0.040806844830513,0.023381531238555908,-6.437301635742188e-05 +567,-0.23188576162083413,0.6770841934534567,-0.46445720781896116,-0.1791170835494995,-0.6265230774879456,-0.7585419416427612,-0.24076439440250397,-0.1612599790096283,-0.19394685328006744,-0.051000699400901794,-0.03235137462615967,0.01945197582244873 +568,-0.24186165217493866,0.6743079907809777,-0.48146475270573824,-0.18709105253219604,-0.6243569254875183,-0.7584031820297241,-0.03917711228132248,-0.16909480094909668,-0.11222312599420547,-0.033673107624053955,-0.0074027180671691895,0.02196824550628662 +569,-0.25211556093556764,0.6678483365967884,-0.49815570234848067,-0.19585968554019928,-0.6192980408668518,-0.7603347897529602,-0.12585750222206116,-0.15176928043365479,-0.10923169553279877,-0.05174468457698822,0.010212957859039307,0.015217602252960205 +570,-0.2715409517150264,0.6655105169851016,-0.5028429015867278,-0.21097934246063232,-0.6174607872962952,-0.757779598236084,0.006860767491161823,-0.1638583093881607,-0.0538688525557518,-0.03256617486476898,-0.030259549617767334,0.025128841400146484 +571,-0.281679999714851,0.665672641025748,-0.5261713622739447,-0.21862371265888214,-0.6175882816314697,-0.755505383014679,-0.03484954684972763,-0.09182478487491608,-0.16882391273975372,0.04796941578388214,0.0070230960845947266,-0.034045398235321045 +572,-0.2759748164498594,0.6726113862931541,-0.5400933261148158,-0.21313704550266266,-0.6230307221412659,-0.7525990605354309,0.08312645554542542,-0.002949550747871399,-0.09356047958135605,0.05972519516944885,0.03117281198501587,-0.011561095714569092 +573,-0.26511762491149793,0.6737399279371132,-0.5462648741759293,-0.20476916432380676,-0.623913049697876,-0.754189670085907,0.07008610665798187,0.10842666774988174,0.03052407316863537,0.05215075612068176,0.03252822160720825,-0.03488808870315552 +574,-0.24919860567314822,0.6762328133380504,-0.5506763676476264,-0.19235359132289886,-0.6258593201637268,-0.7558441162109375,-0.05901174247264862,0.13133743405342102,-0.07330795377492905,0.050095900893211365,0.009251654148101807,-0.0325164794921875 +575,-0.23841343729647552,0.6857882505707893,-0.5401399746338497,-0.18276992440223694,-0.633283257484436,-0.7520288825035095,0.1901766061782837,0.02401864528656006,0.09978057444095612,0.05587783455848694,0.014936089515686035,-0.0032659173011779785 +576,-0.22330011154945625,0.6872950967433022,-0.5405542607695693,-0.17117230594158173,-0.6344487071037292,-0.7537737488746643,-0.012295318767428398,-0.07956107705831528,-0.08974640816450119,0.039412692189216614,-0.03158211708068848,-0.019907891750335693 +577,-0.21176426383495636,0.6891043174964998,-0.5451237533186503,-0.1622241586446762,-0.6358461380004883,-0.7545746564865112,0.06121469661593437,0.056960903108119965,0.10777866840362549,0.0769733190536499,0.025723516941070557,-0.018099844455718994 +578,-0.2099070896081669,0.683335151481968,-0.5364114084436423,-0.16158419847488403,-0.6313828229904175,-0.758449912071228,-0.08112726360559464,0.11496435850858688,0.0449068546295166,-0.010443374514579773,0.026051461696624756,0.0026515722274780273 +579,-0.2055737099502981,0.6774761907625312,-0.5326774307640785,-0.1590484380722046,-0.6268285512924194,-0.7627512812614441,-0.06214018166065216,0.007487524300813675,0.09283860772848129,0.021353140473365784,0.013043820858001709,0.025278806686401367 +580,-0.20352367255831136,0.6664348427782396,-0.5235617395385113,-0.15887370705604553,-0.6181876063346863,-0.7698072791099548,-0.04435610771179199,-0.03685528784990311,0.19040635228157043,0.013106480240821838,-0.01470118761062622,-0.018568575382232666 +581,-0.20659816858480076,0.6610968298224825,-0.5105154487751835,-0.16191433370113373,-0.6139829754829407,-0.7725339531898499,0.0652812197804451,0.09625062346458435,0.07394640147686005,-0.04735994338989258,0.002609074115753174,0.014950335025787354 +582,-0.2184602424279702,0.6638661479361804,-0.5075857715721276,-0.170697420835495,-0.6161664724349976,-0.7688961625099182,-0.00852974969893694,0.018400605767965317,-0.13194826245307922,-0.067095547914505,0.02314889430999756,-0.005945146083831787 +583,-0.21823776674671458,0.6644986497404687,-0.5139938003109404,-0.17044194042682648,-0.6166645288467407,-0.7685534358024597,-0.01694505289196968,0.061927005648612976,0.02189324051141739,-0.07208123803138733,0.009166359901428223,0.03546017408370972 +584,-0.22273024114143364,0.6590894718040211,-0.5123342243744392,-0.1746271848678589,-0.612397313117981,-0.7710219621658325,-0.16015742719173431,-0.15033389627933502,-0.1315004974603653,-0.07801257073879242,-0.028746485710144043,0.045359790325164795 +585,-0.2283354589913355,0.6620635209562837,-0.5234073275287255,-0.17853310704231262,-0.6147457361221313,-0.7682536244392395,-0.09768777340650558,0.08818411827087402,-0.19341321289539337,-0.04509970545768738,-0.021225392818450928,0.0418131947517395 +586,-0.22509655327985267,0.6710751659996076,-0.5348298998448126,-0.17480024695396423,-0.6218283772468567,-0.7633965611457825,0.0023685875348746777,0.19689223170280457,-0.04887191951274872,-0.06157362461090088,-0.01933068037033081,0.07745301723480225 +587,-0.19983599698291765,0.6477779068337515,-0.5447587262307747,-0.15829603374004364,-0.6034159660339355,-0.7815571427345276,0.016644783318042755,-0.23426595330238342,-0.03808274865150452,-0.05755479633808136,-0.015327930450439453,-0.010099351406097412 +588,-0.19473354347807711,0.6370649304229632,-0.5546570488039643,-0.15554814040660858,-0.5948386788368225,-0.7886518239974976,-0.3223125636577606,0.11087115108966827,-0.1528770625591278,-0.07141108810901642,-0.06275409460067749,-0.01685965061187744 +589,-0.2054166770309379,0.6260261779078063,-0.57025204865539,-0.16529372334480286,-0.5859291553497314,-0.7933253049850464,0.2823559045791626,-0.1199834793806076,-0.07926969230175018,-0.0052995383739471436,0.035086870193481445,-0.05851185321807861 +590,-0.18886437092267408,0.6355662210697043,-0.5798098452266712,-0.15108396112918854,-0.5936332941055298,-0.7904259562492371,0.12631112337112427,-0.09529131650924683,0.03321193903684616,0.11058714985847473,0.04102104902267456,0.01035088300704956 +591,-0.18675473593039313,0.6311592963617909,-0.5783243469527749,-0.1499004065990448,-0.5900810956954956,-0.7933058738708496,-0.06326445937156677,0.08385574817657471,0.09949392825365067,0.039792969822883606,-0.0054999589920043945,-0.01071023941040039 +592,-0.18188165860903663,0.6330722195061805,-0.5821778455870206,-0.14582833647727966,-0.5916244387626648,-0.7929152250289917,-0.11711673438549042,-0.06063461676239967,-0.11258556693792343,0.02458202838897705,-0.00682520866394043,-0.008689939975738525 +593,-0.1673376193617095,0.6325757919596315,-0.5925838004592567,-0.13433004915714264,-0.5912241339683533,-0.7952417731285095,-0.026548875495791435,0.18218445777893066,-0.017825324088335037,0.06148460507392883,0.01883643865585327,0.0035700201988220215 +594,-0.15443596541782342,0.6285417775576424,-0.5892167335628051,-0.12442507594823837,-0.5879658460617065,-0.7992587685585022,0.06321591883897781,0.12833327054977417,0.08573391288518906,0.017247334122657776,0.029387354850769043,-0.009579122066497803 +595,-0.14549720002416533,0.6229192804097815,-0.5851403376290326,-0.11775325238704681,-0.5834085941314697,-0.8035972714424133,-0.1343994140625,0.09690317511558533,0.05480955168604851,0.0006115138530731201,0.00018715858459472656,0.01281052827835083 +596,-0.12811718557537635,0.6143261041644983,-0.5847684980583712,-0.10440633445978165,-0.5764079689979553,-0.8104647397994995,0.03699668496847153,0.3161980211734772,-0.04545561596751213,-0.011026404798030853,0.0344158411026001,0.008783280849456787 +597,-0.09252680486025125,0.614255157567991,-0.5911875973653798,-0.0755053386092186,-0.5763499736785889,-0.8137073516845703,-0.01859232783317566,0.07170915603637695,-0.07054667919874191,0.0238543301820755,-0.03362005949020386,-0.022977828979492188 +598,-0.08990416290766343,0.6231996817032391,-0.5996703128412645,-0.07290523499250412,-0.5836363434791565,-0.808735728263855,0.05483001098036766,0.1594848483800888,-0.026950644329190254,0.009016692638397217,-0.0014008879661560059,0.02898108959197998 +599,-0.08704943671787921,0.6227503041541507,-0.6002866558565043,-0.07061902433633804,-0.5832713842391968,-0.8092017769813538,-0.009219061583280563,-0.0233008936047554,-0.08462885767221451,-0.005827516317367554,0.021763205528259277,0.021817684173583984 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/standing/w3.csv b/BoostRunClub/CoreML/DataSet/Motion/standing/w3.csv new file mode 100644 index 0000000..957f536 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/standing/w3.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-0.06546850303146806,0.6211950752530702,-0.6031538527834391,-0.0531998835504055,-0.5820074081420898,-0.8114414215087891,-0.1399829387664795,0.2438688576221466,0.0029285121709108353,-0.0117415189743042,-0.009774208068847656,-0.0034999847412109375 +1,-0.01796992070049629,0.6291957884013635,-0.7177155840085071,-0.014527917839586735,-0.5884947180747986,-0.8083705306053162,0.0728105828166008,-0.04108715057373047,0.043759867548942566,-0.00982511043548584,-0.007772982120513916,0.0014705061912536621 +2,-0.041219149907592414,0.6207221177333471,-0.7137904129786394,-0.03352058306336403,-0.5816227197647095,-0.812767744064331,-0.16921091079711914,-0.07207324355840683,-0.0004054493037983775,-0.0063506364822387695,0.015597939491271973,0.005425214767456055 +3,-0.04409294162221023,0.6330123279183933,-0.7086508902043778,-0.03553837910294533,-0.591576099395752,-0.8054655194282532,0.2137448638677597,0.04347328096628189,0.05805662274360657,0.00999516248703003,-0.010398387908935547,0.00973498821258545 +4,-0.04647072115551398,0.6715830977766696,-0.7124640769956858,-0.03636593371629715,-0.6222260594367981,-0.7819924354553223,0.7889676690101624,0.1886138916015625,-0.30948537588119507,-0.19474367797374725,0.004077315330505371,-0.012654721736907959 +5,-0.037366191327068886,0.7476248353383832,-0.7538926663948621,-0.02739446982741356,-0.6798989772796631,-0.7327939867973328,0.7992838025093079,-0.6150484085083008,-0.27918216586112976,-0.050013378262519836,0.006864309310913086,0.07123386859893799 +6,-0.16062301825364794,0.8780743836659322,-0.7769243791812728,-0.10213881731033325,-0.7695105671882629,-0.6304135322570801,1.1114391088485718,-2.086066961288452,-0.2734045088291168,0.025539696216583252,0.19320136308670044,0.0940975546836853 +7,-0.21940057640862295,0.9052366482253023,-0.8558405246001306,-0.13439542055130005,-0.7865713238716125,-0.6026967763900757,-0.17396417260169983,0.5090558528900146,0.1569349765777588,0.18453581631183624,-0.08043307065963745,-0.07512909173965454 +8,-0.3509063077287797,0.9649410658497936,-0.8284910640520295,-0.19575312733650208,-0.8220153450965881,-0.5347629189491272,0.122229665517807,-1.1585241556167603,-1.0483291149139404,-0.13118168711662292,0.1484619379043579,0.2130466103553772 +9,-0.49712673660175816,1.0109299139108119,-0.7988408131270734,-0.253269761800766,-0.8473260402679443,-0.46678996086120605,0.7783306241035461,-1.029589056968689,0.46009397506713867,-0.1363939344882965,0.03894597291946411,0.05381086468696594 +10,-0.7530258820110427,1.0353476439721445,-0.5721571317489346,-0.34891849756240845,-0.8600397706031799,-0.3722732663154602,0.9679778218269348,-0.4710675776004791,1.7181432247161865,-0.12131160497665405,0.1435481309890747,0.04518589377403259 +11,-1.294242930081124,0.9084474403674996,-0.01920978749566981,-0.5916033983230591,-0.7885499000549316,-0.16791266202926636,1.556229829788208,0.07243179529905319,3.8359975814819336,0.03961664438247681,0.1961272954940796,0.014210864901542664 +12,-1.3584492560207875,0.5044679523472413,0.1284098097894915,-0.855768620967865,-0.4833417236804962,-0.18450146913528442,1.4379197359085083,0.028586579486727715,4.366286277770996,-0.03729778528213501,0.1652112603187561,-0.2719804644584656 +13,-1.365616646427533,0.0036511503447472595,0.28358950264618715,-0.9790177345275879,-0.003651142120361328,-0.20374168455600739,0.3806930482387543,0.19581443071365356,5.700407981872559,-0.19899111986160278,-0.21938657760620117,-0.3026059567928314 +14,-1.183564207103618,-0.4711092928169998,0.5824838131413872,-0.8250889778137207,0.45387500524520874,-0.336490273475647,1.90200674533844,1.780070424079895,4.419190406799316,-0.4281916618347168,-0.30505603551864624,-0.025081992149353027 +15,-1.031900024465875,-0.5487104348369366,0.7108352869724208,-0.7322789430618286,0.5215874314308167,-0.43785178661346436,-0.23436567187309265,1.0461158752441406,0.2824743390083313,-0.2529200315475464,-0.21520620584487915,0.15893638134002686 +16,-1.0670853903398176,-0.5141323229647446,0.677613466263868,-0.7625741362571716,0.49177953600883484,-0.42027807235717773,-1.1190255880355835,-0.19497108459472656,-1.438131332397461,-0.26307588815689087,0.24392297863960266,0.42676299810409546 +17,-1.182977590596971,-0.4786422815815668,0.5697841458074966,-0.8217028379440308,0.4605744481086731,-0.33567166328430176,-0.30452394485473633,-1.2525070905685425,-0.16815486550331116,0.21820253133773804,-0.08148515224456787,0.024346619844436646 +18,-1.1930142262199865,-0.4464031119493145,0.4905386259416287,-0.8384008407592773,0.4317239224910736,-0.3327137529850006,-1.3826439380645752,1.0100696086883545,-1.3421218395233154,-0.04869931936264038,-0.03487333655357361,0.09917798638343811 +19,-1.144612992240044,-0.3789219539013358,0.32581764196502083,-0.8459593057632446,0.3699191212654114,-0.3840736746788025,-0.8614285588264465,0.7469373941421509,-1.0605026483535767,0.1530272364616394,0.062102943658828735,-0.029531031847000122 +20,-1.3165484205080678,-0.10958759583572789,0.15945017230725372,-0.96204674243927,0.10936837643384933,-0.250008761882782,-0.3692435622215271,-3.0025575160980225,-4.348062992095947,-0.25070643424987793,0.18030445277690887,-0.29770544171333313 +21,-1.5296555061560309,0.3826056856850343,0.02067660845053633,-0.9269099831581116,-0.3733390271663666,-0.038155365735292435,-1.3310343027114868,-1.6994117498397827,-3.2422447204589844,0.07742273807525635,0.05270606279373169,-0.34570997953414917 +22,-1.6567862678752105,0.5999141944760354,0.04785601633653371,-0.8223344087600708,-0.5645716786384583,0.07088729739189148,1.0667386054992676,0.6169363856315613,-1.0155247449874878,0.2425462007522583,0.24288582801818848,0.34329724311828613 +23,-1.5512302337934367,0.6584030130739612,0.08404123113834076,-0.7908190488815308,-0.6118544340133667,-0.015475213527679443,-0.1767284870147705,3.047157049179077,1.4740912914276123,0.37487971782684326,0.0894545316696167,0.10711950063705444 +24,-1.3069736380848056,0.5242948771076161,0.03804312882025319,-0.8357248306274414,-0.5006027221679688,-0.22574511170387268,-1.2018790245056152,2.569819927215576,2.6896674633026123,0.3910074830055237,-0.08539575338363647,0.233633890748024 +25,-1.2673550444549233,0.3668354159648518,-0.02838958458962244,-0.8908206224441528,-0.3586632013320923,-0.2789255976676941,-1.2594999074935913,-0.9417226314544678,0.4403828978538513,-0.13865947723388672,0.2043357789516449,-0.07155349850654602 +26,-1.3615182141297937,0.3777101544046257,-0.12380839235455318,-0.9092307090759277,-0.3687930107116699,-0.19310957193374634,-0.00754886120557785,-0.7316994667053223,-0.7122952342033386,-0.21465539932250977,-0.06715059280395508,-0.07100480794906616 +27,-1.6122263095682938,0.5397502796191166,0.04322129288625121,-0.8571009635925293,-0.5139217972755432,0.035530008375644684,1.230741024017334,-0.40172478556632996,-1.3447484970092773,-0.0366063117980957,-0.02916896343231201,0.07640838623046875 +28,-1.4906931097358187,0.5706031864804696,0.010883726426172404,-0.8388769030570984,-0.5401397943496704,-0.06734082847833633,-1.643893837928772,0.9339818358421326,0.06250431388616562,-0.05542558431625366,0.14780575037002563,-0.10679245740175247 +29,-1.4748550655374804,0.7186109740112274,0.028944862367871704,-0.7492590546607971,-0.6583397388458252,-0.07210623472929001,2.8511030673980713,0.4729694128036499,-3.548011541366577,-0.08882981538772583,0.026717543601989746,-0.1641913503408432 +30,-1.981162239727255,1.155242529879719,0.6296914285356064,-0.37018004059791565,-0.9148929119110107,0.161052867770195,2.0860283374786377,-2.3122012615203857,-4.477725505828857,0.5225695371627808,0.2747865915298462,-0.3781853914260864 +31,-2.483206378065172,1.339044388970488,1.4968645248311707,-0.14052940905094147,-0.9732654690742493,0.18167464435100555,-0.40769249200820923,4.96364688873291,-2.3714160919189453,0.19350795447826385,0.7178182005882263,-0.027240410447120667 +32,-2.308449164339251,1.0987035825212548,1.4534058807231878,-0.3365381360054016,-0.8906185626983643,0.3058440685272217,1.6041167974472046,-2.2691774368286133,2.57806658744812,0.021596759557724,0.5729153752326965,-0.48249509930610657 +33,-2.4471424179061017,1.0867839605478729,1.3518686190916671,-0.29779696464538574,-0.8851349353790283,0.3575657308101654,0.42540842294692993,-0.36574727296829224,0.36951830983161926,0.19368624687194824,-0.1614348292350769,0.09653592109680176 +34,-2.460275995820862,1.0752811495315193,1.38645752364894,-0.2994682490825653,-0.879723846912384,0.3693302571773529,-0.0943479984998703,-0.07832604646682739,-0.13217520713806152,-0.004959851503372192,-0.009329557418823242,-0.07788726687431335 +35,-2.4565772302243616,1.0820506563394257,1.3660956703854483,-0.29705750942230225,-0.8829224705696106,0.3635997474193573,-0.15834283828735352,0.22587808966636658,0.05393549054861069,-0.02459779381752014,0.040423691272735596,0.014299392700195312 +36,-2.4047607815173953,1.0830681742750374,1.3253684129146943,-0.31488683819770813,-0.8833997845649719,0.3470604717731476,-0.19013172388076782,0.35163822770118713,0.07239704579114914,0.016196072101593018,-0.0031509995460510254,-0.016082078218460083 +37,-2.2887091193648748,1.098249799234643,1.250567281848985,-0.3428139090538025,-0.8904120922088623,0.2994074523448944,-0.416849821805954,0.5724859833717346,0.17706546187400818,-0.02153545618057251,0.00753861665725708,-0.08132889866828918 +38,-2.1395329392155356,1.104430014525299,1.129528378258768,-0.37886151671409607,-0.8932080268859863,0.2421635538339615,-0.3103676438331604,-0.2853448688983917,0.4662737548351288,-0.035170406103134155,0.0002943277359008789,-0.00788012146949768 +39,-2.0994974927749395,1.0775808351204346,1.0308376468944647,-0.4088157117366791,-0.8808150291442871,0.23881936073303223,-0.0678945928812027,-0.3668873906135559,0.296640545129776,0.032701849937438965,-0.03065347671508789,-0.017872095108032227 +40,-2.111225405839278,1.0478231697930591,0.9587062078406734,-0.4282792806625366,-0.8663380146026611,0.25697314739227295,-0.310152143239975,-1.2327827215194702,0.6900156140327454,-0.006748765707015991,-0.015589416027069092,-0.11653128266334534 +41,-2.0736572717392647,0.9789014091496909,0.7745279406089902,-0.4888664484024048,-0.829884946346283,0.26888784766197205,-0.4528813660144806,-0.06919871270656586,1.52961266040802,-0.055155158042907715,-0.02134186029434204,0.07165789604187012 +42,-1.9089232835925014,0.8262528838701305,0.5941765616643995,-0.6392667889595032,-0.7353973388671875,0.2247859239578247,-0.5019825100898743,0.11003098636865616,1.331913948059082,-0.10563677549362183,0.1367645263671875,-0.009240269660949707 +43,-1.920802261496471,0.806230913190943,0.4956171744391523,-0.6502543687820435,-0.7216832637786865,0.2373657524585724,-0.29295065999031067,-1.8497709035873413,0.4179989695549011,0.12921249866485596,-0.0042536258697509766,-0.079437255859375 +44,-2.020922185686563,0.7588020274344117,0.4609928450444337,-0.6533793210983276,-0.6880525946617126,0.3157196342945099,0.11282895505428314,-0.3651130497455597,0.18620924651622772,0.006483018398284912,0.008868753910064697,-0.07223513722419739 +45,-2.059311363873496,0.7572089422592331,0.5160292121911706,-0.6417479515075684,-0.6868957281112671,0.34107762575149536,0.24689710140228271,0.3371007740497589,-0.37517374753952026,0.006722927093505859,-0.1571747064590454,-0.11881804466247559 +46,-2.0081540621744,0.7954132292432335,0.5129586590145238,-0.6341024041175842,-0.7141529321670532,0.2964787781238556,-1.1107139587402344,0.37542954087257385,0.07181692868471146,-0.05474036931991577,0.043163001537323,0.2901453673839569 +47,-1.9823646747025794,0.822407698934119,0.37641552953492846,-0.6236368417739868,-0.7327862977981567,0.27221566438674927,-0.7263417840003967,-0.7309218645095825,0.09460574388504028,-0.06877648830413818,0.05825626850128174,0.05343735218048096 +48,-2.0063248871263246,0.8369059499711259,0.3173279929674613,-0.6072391867637634,-0.7425743937492371,0.2825663089752197,-0.3783734142780304,-0.6736103892326355,-0.014276406727731228,-0.0461573600769043,-0.002435922622680664,0.014919012784957886 +49,-2.046213909689573,0.8484362004656817,0.25989852842780753,-0.5878362059593201,-0.7502474188804626,0.30261820554733276,-0.4219297170639038,-0.8664276599884033,0.13711358606815338,-0.03228104114532471,0.042117416858673096,-0.0467739999294281 +50,-2.0725377637642266,0.849365032378955,0.19649190800652497,-0.579055666923523,-0.7508611679077148,0.31765016913414,-0.2057677060365677,-0.5570048689842224,0.17571966350078583,-0.0004730224609375,0.01952284574508667,-0.038917988538742065 +51,-2.118792736552012,0.8401669552708553,0.18269483192869157,-0.5696199536323547,-0.7447545528411865,0.3476685881614685,-0.1490762084722519,-0.3138526678085327,0.13957977294921875,0.08719813823699951,-0.0193292498588562,-0.01772788166999817 +52,-2.1462158617486575,0.841367926280554,0.15580909878542332,-0.5591223835945129,-0.7455554604530334,0.3626699149608612,-0.08510144799947739,-0.1764315366744995,0.001238172291778028,0.053400278091430664,-0.09331178665161133,0.012864142656326294 +53,-2.124378912283893,0.8514199620793481,0.12290066652058522,-0.5605040192604065,-0.7522168159484863,0.3464169204235077,-0.34554237127304077,-0.6945587396621704,0.1927281767129898,0.06903374195098877,0.033848464488983154,-0.011074632406234741 +54,-2.158164724442205,0.8371959446872811,0.12122747305068902,-0.5573333501815796,-0.7427685856819153,0.37104520201683044,0.09910522401332855,-0.2047230750322342,0.2089998424053192,0.052587807178497314,-0.06963992118835449,-0.020642369985580444 +55,-2.1796263394535416,0.838165557131338,0.08800359955718705,-0.5486512184143066,-0.7434174418449402,0.38250797986984253,0.15064440667629242,-0.26690784096717834,-0.15261061489582062,-0.006204068660736084,0.009713828563690186,-0.018158704042434692 +56,-2.1808178304128725,0.8435507373593231,0.07075742779841344,-0.5449060201644897,-0.7470083832740784,0.3808625340461731,-0.25762438774108887,-0.27140331268310547,-0.004424434155225754,0.005492508411407471,0.009139060974121094,-0.031039416790008545 +57,-2.169883276740246,0.8476459391426874,0.03859376793550211,-0.5465067028999329,-0.7497246861457825,0.3731532692909241,-0.26835766434669495,-0.006125784013420343,0.09771799296140671,0.005292713642120361,-0.02020329236984253,0.020935416221618652 +58,-2.152586754966835,0.8511038612698403,0.001351596546826496,-0.5507094860076904,-0.7520084977149963,0.3622184097766876,-0.08798939734697342,-0.23694588243961334,0.20103949308395386,-0.03521263599395752,-0.003255784511566162,0.006357640027999878 +59,-2.152132281462461,0.8541908336261151,-0.05852780524131976,-0.548931360244751,-0.7540397047996521,0.3606915771961212,-0.13090437650680542,-0.6449137926101685,0.316560834646225,0.018154501914978027,-0.0482826828956604,0.018809765577316284 +60,-2.164444206732891,0.8372025360645821,-0.06814928982639705,-0.5549880266189575,-0.7427729964256287,0.3745347261428833,-0.061404332518577576,-0.5400976538658142,0.15264403820037842,0.07786107063293457,-0.07486909627914429,-0.08397692441940308 +61,-2.1833787164729377,0.8512273791411432,-0.11195823799159513,-0.5392206907272339,-0.7520899176597595,0.3789479732513428,-0.5828853845596313,-0.5739133358001709,-0.1908118724822998,-0.08669471740722656,0.0872797966003418,-0.08854272961616516 +62,-2.187561931332204,0.868448518936582,-0.176996684214813,-0.5269864201545715,-0.7633275985717773,0.3736530542373657,-0.5782351493835449,-0.32725241780281067,0.1839655488729477,-0.15660738945007324,0.10083663463592529,0.047901540994644165 +63,-2.1749173620292686,0.8783846889866767,-0.2969342165822807,-0.5254002809524536,-0.7697086930274963,0.36263325810432434,-0.5134803056716919,-0.9872782230377197,0.5068213939666748,0.07239741086959839,0.013773083686828613,-0.01856294274330139 +64,-2.1785993899414704,0.8863086223082964,-0.38764393447173967,-0.5190382599830627,-0.7747430801391602,0.3610709309577942,-0.1650826781988144,-0.8530206680297852,0.4420144259929657,0.031031787395477295,-0.04366195201873779,-0.05807715654373169 +65,-2.1859911751408716,0.8832118851235303,-0.4659369076068834,-0.5183120965957642,-0.7727813720703125,0.36628058552742004,-0.6039031744003296,-1.0494979619979858,0.40440234541893005,0.08358925580978394,-0.0014953017234802246,0.029334038496017456 +66,-2.1987491488509288,0.9058535692059114,-0.5738947294889626,-0.4993074834346771,-0.7869520783424377,0.3624891936779022,-0.6142686009407043,-1.2113186120986938,0.2991269528865814,-0.021795421838760376,-0.02229773998260498,-0.076509028673172 +67,-2.2258493070978203,0.9372087121432916,-0.6732808936690685,-0.46949678659439087,-0.8059086799621582,0.36067134141921997,-0.41035065054893494,-0.6939850449562073,0.12857764959335327,-0.07051172852516174,0.08276420831680298,-0.06651249527931213 +68,-2.2156498690854503,0.9414276475819262,-0.7632019356054882,-0.47042974829673767,-0.8083992600440979,0.3538174033164978,-0.37993964552879333,-0.5455952286720276,0.3008694052696228,-0.04685854911804199,0.036899566650390625,-0.08567461371421814 +69,-2.1925854266568523,0.9302501382376548,-0.8729718775341041,-0.48577880859375,-0.8017694354057312,0.34811559319496155,-0.5926465392112732,-0.7073439359664917,0.4732101559638977,-0.035949647426605225,0.008693993091583252,-0.015092641115188599 +70,-2.194944672383034,0.9118562522077832,-0.9336712599749462,-0.4968409538269043,-0.7906416654586792,0.3578200042247772,-0.1638338565826416,-0.3027089834213257,0.2661719024181366,0.02789252996444702,-0.003151237964630127,-0.015153378248214722 +71,-2.201631263498108,0.8892601511962234,-0.9505277086593056,-0.5087365508079529,-0.7766058444976807,0.37157830595970154,0.12934666872024536,-0.1149207279086113,0.2125522345304489,0.014901161193847656,-0.01126641035079956,-0.06609725952148438 +72,-2.1736524643728967,0.8865250575483912,-0.9832901314810819,-0.5206802487373352,-0.7748798727989197,0.3584039509296417,-0.14764656126499176,0.36447200179100037,0.14819343388080597,-0.05503392219543457,0.0472949743270874,0.0328618586063385 +73,-2.1419373005297127,0.8765131430181785,-1.027897616477488,-0.5382832288742065,-0.7685125470161438,0.34588971734046936,-0.25058865547180176,0.02419567108154297,-0.0002482363488525152,-0.027802586555480957,0.0835607647895813,0.09688973426818848 +74,-2.1307185233578187,0.8707265207227232,-1.0394298271164435,-0.5458887815475464,-0.7647972106933594,0.34218552708625793,-0.020530177280306816,-0.044136226177215576,0.12986356019973755,0.06357365846633911,-0.038684964179992676,0.002480059862136841 +75,-2.121661711483108,0.8939111552963871,-1.0575421770647835,-0.5337103605270386,-0.7795275449752808,0.3278564214706421,-0.03704577311873436,-0.10375215113162994,-0.010261060670018196,0.032749056816101074,-0.05859196186065674,-0.02176550030708313 +76,-2.132746734817688,0.890982265072919,-1.063875974969108,-0.531973123550415,-0.7776896357536316,0.3349674642086029,-0.07466407865285873,-0.2567121684551239,-0.014557226561009884,0.06516104936599731,0.03612786531448364,0.0010767877101898193 +77,-2.1660046844046885,0.88926387399396,-1.0511390961947162,-0.5216467976570129,-0.7766082286834717,0.35322028398513794,0.01320980116724968,-0.021028436720371246,-0.023257654160261154,-0.01677495241165161,-0.02409684658050537,-0.11223813891410828 +78,-2.1453373851310076,0.8986411122663236,-1.050987629543675,-0.522698700428009,-0.7824814915657043,0.3383920192718506,-0.02754923701286316,0.28976935148239136,-0.05610405653715134,-0.05504488945007324,-0.047703564167022705,-0.0017525851726531982 +79,-2.135583495190746,0.9056362909766906,-1.0524990965593577,-0.5213378071784973,-0.7868180274963379,0.3303396999835968,0.1452016979455948,0.15412719547748566,-0.031036805361509323,-0.0008026957511901855,0.02950906753540039,-0.08009552955627441 +80,-2.137609420542748,0.891633146457684,-1.0087464706962672,-0.5299109220504761,-0.7780986428260803,0.33727848529815674,0.45333415269851685,0.5213114023208618,-0.05163983628153801,0.0007361769676208496,0.015937507152557373,-0.06823542714118958 +81,-2.113133751796323,0.8660517203122686,-0.9560889699286058,-0.5548774600028992,-0.7617770433425903,0.3343754708766937,-0.1207185834646225,0.03285270929336548,-0.09358225762844086,-0.030022501945495605,0.12395954132080078,0.10783949494361877 +82,-2.1145935195131855,0.8790692048287287,-0.9679680154248459,-0.5458558201789856,-0.7701454758644104,0.3300260901451111,-0.14093296229839325,0.17789696156978607,-0.05527046322822571,-0.09106123447418213,-0.07575595378875732,0.21381232142448425 +83,-2.150156141763985,0.8741787534487656,-0.9180233053028855,-0.5369217395782471,-0.7670168280601501,0.35128313302993774,0.6762585043907166,0.2304282784461975,-0.22928468883037567,-0.001606583595275879,0.1312900185585022,0.0030563175678253174 +84,-2.177367331178209,0.8473714826202369,-0.851339932754799,-0.5438677668571472,-0.7495430111885071,0.37735018134117126,0.3002653419971466,-0.024250078946352005,0.12957699596881866,-0.08610659837722778,0.058579325675964355,-0.1261904239654541 +85,-2.157130879605594,0.8341508527109729,-0.8659201272121899,-0.5595980882644653,-0.7407262921333313,0.3717185854911804,-0.09546652436256409,0.44498878717422485,0.15117841958999634,-0.10472381114959717,-0.00048464536666870117,-0.06561195850372314 +86,-2.0891979425039295,0.8295266303247378,-0.9087128316488265,-0.5865085124969482,-0.7376118302345276,0.33456873893737793,-0.24396662414073944,0.22872427105903625,0.2975505292415619,-0.03531754016876221,0.10266321897506714,0.047816455364227295 +87,-2.054507074168675,0.805728451776414,-0.9598466114393364,-0.6131293177604675,-0.7213353514671326,0.3220992088317871,-0.4822685420513153,0.06417812407016754,0.3962041139602661,-0.08348017930984497,0.02313894033432007,0.01977396011352539 +88,-2.0102032065552815,0.7956307292400607,-1.0533984811839583,-0.6333529949188232,-0.7143051624298096,0.29771149158477783,-0.27728328108787537,-0.5047308206558228,0.36676689982414246,0.04471468925476074,0.04714512825012207,0.09695708751678467 +89,-2.0355902912799797,0.7795363096129133,-1.0629937889509484,-0.6357870101928711,-0.7029497027397156,0.318805068731308,0.0331089086830616,-0.014016200788319111,-0.0074920812621712685,-0.028443336486816406,-0.011192142963409424,-0.05998551845550537 +90,-2.019961739436323,0.7879246390995618,-1.0871933266214904,-0.6353573203086853,-0.7088910341262817,0.30625882744789124,-0.38694852590560913,-0.21135380864143372,-0.026539666578173637,-0.007144451141357422,0.10528391599655151,0.028183192014694214 +91,-2.0054697472854586,0.8107868394623515,-1.1444225415795906,-0.6248630881309509,-0.7248294949531555,0.29011741280555725,-0.40441131591796875,-0.1455451250076294,-0.0068714008666574955,-0.1177821159362793,0.12868398427963257,0.02754002809524536 +92,-1.991665566423552,0.8129036597701524,-1.2181366277666028,-0.6274064779281616,-0.7262861728668213,0.28083688020706177,-0.5183243155479431,-0.5321671962738037,0.31861549615859985,-0.059605181217193604,-0.00671541690826416,0.06045636534690857 +93,-1.9978808280133518,0.817884243046284,-1.307635183830203,-0.6223486661911011,-0.7297008037567139,0.2832289934158325,-0.49439239501953125,-0.6298749446868896,0.09145183116197586,0.01712411642074585,0.05240899324417114,0.05504307150840759 +94,-2.01465541341056,0.8204267141588989,-1.378934212414659,-0.6158331632614136,-0.7314368486404419,0.29283082485198975,-0.5085854530334473,-0.8005368709564209,0.19602569937705994,0.0469549298286438,-0.00948423147201538,-0.04046568274497986 +95,-2.03900749888569,0.8189270759127317,-1.4682648225368362,-0.6094984412193298,-0.7304134368896484,0.3082340359687805,-0.4534705877304077,-1.080336570739746,0.4353335499763489,0.02932870388031006,-0.04722028970718384,-0.11388275027275085 +96,-2.089245507181625,0.7919028835979515,-1.5356417650587788,-0.6101769804954529,-0.7116913199424744,0.3481086790561676,-0.10934334248304367,-0.38635775446891785,0.334943950176239,-0.01450258493423462,-0.12938839197158813,-0.14039075374603271 +97,-2.0561271706019064,0.7909087034869188,-1.5710889434099378,-0.6219946146011353,-0.7109925746917725,0.3280433416366577,-0.5218227505683899,0.3261655271053314,-0.10383035987615585,0.15387016534805298,-0.028524696826934814,0.019139915704727173 +98,-1.9891939131605127,0.8301717642656691,-1.6102724887985664,-0.6165459752082825,-0.7380473017692566,0.2741483747959137,-0.2501055598258972,0.4098157584667206,-0.29811349511146545,-0.05642765760421753,-0.006932556629180908,0.1892915964126587 +99,-1.9775709512652841,0.8337094380554548,-1.6207765244751944,-0.6172889471054077,-0.740429699420929,0.265929251909256,0.05737539380788803,-0.23397672176361084,0.2601390480995178,-0.023900628089904785,-0.03302311897277832,-0.004790306091308594 +100,-2.0102393795990903,0.8120911151285544,-1.6246058492141984,-0.6226160526275635,-0.7257274389266968,0.29269200563430786,-0.1752195656299591,-0.563133955001831,0.11433014273643494,0.09096944332122803,0.028660297393798828,-0.08514195680618286 +101,-2.026635664632963,0.8067251201488155,-1.6711172010087147,-0.6212213635444641,-0.7220252752304077,0.3045707941055298,-0.22802628576755524,-0.3209874629974365,0.08574072271585464,-0.03573054075241089,-0.02095562219619751,-0.004613548517227173 +102,-2.009501987834976,0.8085926290014621,-1.6859810839797473,-0.6251265406608582,-0.7233160734176636,0.2933095395565033,-0.0035811765119433403,0.15535466372966766,0.11494247615337372,-0.00724339485168457,0.09462350606918335,0.02475985884666443 +103,-2.018423486474527,0.795172557895093,-1.7074967444554325,-0.6311792731285095,-0.7139844298362732,0.3030492961406708,-0.17895272374153137,-0.3421885371208191,0.24731115996837616,-0.1144108772277832,0.06487560272216797,-0.04554203152656555 +104,-2.0113878964300183,0.7734411861824009,-1.7654274807787498,-0.647179365158081,-0.6986016035079956,0.30514729022979736,-0.3159010410308838,-0.3802552819252014,0.6003267168998718,-0.11606526374816895,0.06636887788772583,-0.03912556171417236 +105,-1.989266542595896,0.7333336382103656,-1.8314913628733875,-0.6788392663002014,-0.6693500876426697,0.3019062578678131,-0.44795170426368713,-0.2279820442199707,0.5352646708488464,0.016745269298553467,0.03803300857543945,0.02606603503227234 +106,-1.962916352933132,0.7165657939167261,-1.947198685898897,-0.6968330144882202,-0.6567989587783813,0.28816506266593933,-0.5889230370521545,-0.5348049998283386,0.4317930340766907,-0.03046196699142456,0.019134104251861572,0.10174277424812317 +107,-1.9912425952391797,0.6941549206141984,-2.0192833783739146,-0.7016555070877075,-0.6397361159324646,0.31371572613716125,-0.3006730079650879,-0.6354934573173523,0.33842363953590393,0.054957449436187744,0.0227317214012146,-0.03417465090751648 +108,-2.0101473029277495,0.6853493056030936,-2.075435850413201,-0.7006706595420837,-0.6329435110092163,0.3293067514896393,-0.42789432406425476,-0.507101833820343,0.19528241455554962,0.02708679437637329,-0.002020418643951416,0.00582200288772583 +109,-2.0114066773005557,0.6920261162769872,-2.133674708256396,-0.6964175701141357,-0.6380985379219055,0.32837924361228943,-0.48476627469062805,-0.38539326190948486,0.12013061344623566,-0.03696560859680176,0.04686623811721802,0.028523921966552734 +110,-2.0128235004842767,0.6964430369061668,-2.210345954640861,-0.693397045135498,-0.6414930820465088,0.32815665006637573,-0.6291633248329163,-0.6404340863227844,0.3200221359729767,-0.0341571569442749,0.09181058406829834,-0.006211578845977783 +111,-2.0144793335531337,0.6953905160495883,-2.302331812479332,-0.6934624910354614,-0.6406853199005127,0.3295941650867462,-0.641037106513977,-0.6281200051307678,0.29540303349494934,0.01398855447769165,0.01168745756149292,0.0029559433460235596 +112,-2.0136954555482833,0.7034178637659535,-2.3905471387410486,-0.6890515685081482,-0.6468280553817749,0.3268358111381531,-0.5854889750480652,-0.4894331395626068,0.19745782017707825,-0.022877812385559082,-0.04135864973068237,0.04285421967506409 +113,-2.0212630560683853,0.7180551010487999,-2.4940154754195287,-0.6779618263244629,-0.6579212546348572,0.327883243560791,-0.7672821879386902,-0.7860738635063171,0.17799915373325348,0.037901461124420166,0.018684804439544678,0.050031185150146484 +114,-2.0358580964090436,0.7349436153800427,-2.5542395940096676,-0.6630775332450867,-0.6705453395843506,0.33271172642707825,-0.46529653668403625,-0.5187644958496094,0.029412420466542244,0.045218706130981445,0.025220632553100586,-0.00823354721069336 +115,-2.031454434772826,0.74530634010349,-2.6196195619752602,-0.658276379108429,-0.6781969666481018,0.3266819417476654,-0.5040165185928345,-0.2551134526729584,0.21207162737846375,0.014065563678741455,0.019703924655914307,-0.07147872447967529 +116,-1.9956254295687403,0.741980555347812,-2.6829689273731696,-0.6716073155403137,-0.6757491827011108,0.303819864988327,-0.5877553820610046,-0.20190225541591644,0.316692590713501,0.059592604637145996,0.0007615089416503906,-0.03581446409225464 +117,-1.9513542820460366,0.7382580909550048,-2.7918905468924504,-0.6867260336875916,-0.6730005145072937,0.27473151683807373,-0.811888575553894,-0.3985448181629181,0.3794451057910919,0.019260942935943604,-0.07464951276779175,0.022769063711166382 +118,-1.9170054890957415,0.7384536961766209,-2.9090847261885275,-0.6956321001052856,-0.6731452345848083,0.2509412467479706,-0.5795194506645203,-0.48517054319381714,0.21302145719528198,0.11576759815216064,-0.04481130838394165,0.09677597880363464 +119,-1.915831591206244,0.7400009307408927,-2.9356294598318007,-0.6949453353881836,-0.6742885708808899,0.24977195262908936,-0.18326854705810547,-0.1018928661942482,0.04846886545419693,0.07893270254135132,-0.06965368986129761,0.0023490488529205322 +120,-1.906189905382682,0.7471520771065627,-2.918961980468678,-0.6927498579025269,-0.6795521974563599,0.24146659672260284,0.04695744812488556,0.26752981543540955,-0.1346479207277298,0.0721292495727539,-0.07534575462341309,0.019244983792304993 +121,-1.8901485898989103,0.7648927174916781,-2.892492683363261,-0.6849788427352905,-0.6924595832824707,0.2265024185180664,0.24787677824497223,0.43938884139060974,-0.17929315567016602,0.07033973932266235,-0.05569392442703247,0.03185933828353882 +122,-1.8777941099374527,0.7803159262416599,-2.825995729212569,-0.6774628162384033,-0.7035039663314819,0.21476954221725464,0.5882188677787781,0.6533727645874023,-0.3238756060600281,0.03354203701019287,-0.048006534576416016,0.043485358357429504 +123,-1.8813272994044703,0.7964596697384496,-2.736661947314494,-0.6657982468605042,-0.7148850560188293,0.21366333961486816,0.6813594698905945,0.7227084636688232,-0.3777565658092499,-0.03027719259262085,-0.056507766246795654,0.06917354464530945 +124,-1.8918718325090775,0.796276610546374,-2.5909912080289175,-0.6636326313018799,-0.7147570252418518,0.22071322798728943,1.1404613256454468,0.9288445115089417,-0.3039563000202179,0.10155981779098511,-0.04670238494873047,0.09679165482521057 +125,-1.9484168319592627,0.7840029901146082,-2.4434280734503924,-0.6582035422325134,-0.7061195373535156,0.2610805630683899,0.945517897605896,0.21291238069534302,-0.25900164246559143,0.0779576301574707,-0.0873526930809021,-0.06437948346138 +126,-2.0038289495088004,0.7748802259319091,-2.2987051984073332,-0.6485541462898254,-0.6996304988861084,0.29982438683509827,1.0378893613815308,0.6673271656036377,-0.3456849753856659,0.02820807695388794,-0.0787355899810791,-0.06865382194519043 +127,-2.035481319064528,0.7631458521072373,-2.1309988622153258,-0.6460358500480652,-0.6911982297897339,0.32385608553886414,1.0526362657546997,0.9900953769683838,-0.47544431686401367,0.05619204044342041,-0.015817761421203613,-0.12033438682556152 +128,-2.037745443729406,0.7515738256145865,-1.9764996105267352,-0.6523999571800232,-0.6827894449234009,0.32889682054519653,1.1021649837493896,0.8544144630432129,-0.31971171498298645,0.020594477653503418,-0.05016648769378662,-0.06397363543510437 +129,-2.0350400613807715,0.7443442483699827,-1.8063483259048079,-0.6576840877532959,-0.6774896383285522,0.32933226227760315,1.289538860321045,1.5759505033493042,-0.5602509379386902,0.004897773265838623,0.02467280626296997,-0.034089893102645874 +130,-2.028435521414732,0.719635217754437,-1.6227217370005922,-0.6746591925621033,-0.6591103672981262,0.33227765560150146,1.2774238586425781,1.1037999391555786,-0.3905875086784363,0.06360578536987305,-0.054558396339416504,-0.03894272446632385 +131,-2.027042325087111,0.709279386251502,-1.426319860776856,-0.6812127828598022,-0.6512871384620667,0.33432692289352417,1.3896318674087524,1.2732235193252563,-0.6711710691452026,0.03564387559890747,-0.0420265793800354,-0.05313798785209656 +132,-2.033992709614855,0.7147708817430486,-1.205806676613955,-0.6756623983383179,-0.6554443836212158,0.33745017647743225,1.528630256652832,1.4698342084884644,-0.8305826783180237,-0.0971035361289978,-0.060864031314849854,-0.11310026049613953 +133,-2.044326171965827,0.7326194899342497,-0.9883055931752323,-0.6616218090057373,-0.6688193082809448,0.3390246331691742,1.2462880611419678,1.5100923776626587,-0.968864381313324,-0.04457038640975952,0.055949866771698,-0.11565116047859192 +134,-2.039043937386479,0.742977756003299,-0.7911055755193538,-0.6571855545043945,-0.6764838695526123,0.3323803246021271,1.2474217414855957,1.0261752605438232,-0.49877482652664185,-0.14591503143310547,0.0879828929901123,-0.19622623920440674 +135,-2.020789555173723,0.7358228594100837,-0.6040790864052559,-0.6674844622612,-0.6711973547935486,0.3224261701107025,1.0345025062561035,1.3576487302780151,-0.5220202803611755,-0.04520779848098755,0.06336349248886108,-0.0977710485458374 +136,-2.013173446517562,0.7405806597572,-0.46162552989951805,-0.6670271754264832,-0.674716591835022,0.3159625828266144,0.8909645676612854,1.0252094268798828,-0.478704571723938,-0.09267747402191162,0.04262125492095947,-0.10591006278991699 +137,-2.0049968305788117,0.7371868744833998,-0.3623773470883122,-0.6716619729995728,-0.6722078323364258,0.31145963072776794,0.3622555434703827,0.032318975776433945,0.005742256063967943,-0.05343574285507202,0.085598886013031,-0.17969998717308044 +138,-2.002549970337223,0.7381351138576322,-0.29547557512458084,-0.6718428134918213,-0.6729095578193665,0.30954834818840027,0.47708961367607117,1.0490806102752686,-0.2695038914680481,-0.273515522480011,-0.04965519905090332,0.0035009682178497314 +139,-1.9404266438554667,0.7341009941675684,-0.265895049179193,-0.6922901272773743,-0.6699199676513672,0.2682194709777832,0.1471700221300125,-0.4386509358882904,0.21613629162311554,0.005965113639831543,0.05610466003417969,0.1230158805847168 +140,-2.0144753419022816,0.714035928459892,-0.23133728349320723,-0.6825546622276306,-0.6548891663551331,0.3244064748287201,0.05169866979122162,-0.23209702968597412,-0.012324418872594833,0.10476523637771606,-0.02528667449951172,0.04902186989784241 +141,-2.0568425802038712,0.7202790023679821,-0.26306503411147714,-0.6645740866661072,-0.6595944166183472,0.3511079251766205,-0.49999746680259705,-0.8066553473472595,0.11393719166517258,0.0467303991317749,-0.019009768962860107,-0.015139788389205933 +142,-2.080851909341388,0.7268798860427411,-0.3099037254240146,-0.6521393656730652,-0.6645413637161255,0.364827424287796,-0.15815694630146027,-0.5018444061279297,0.1440649926662445,0.042474448680877686,0.06226170063018799,-0.06413769721984863 +143,-2.0940668761461207,0.7153217869006596,-0.3484794758171702,-0.6538709998130798,-0.6558603644371033,0.37722647190093994,-0.16811728477478027,-0.17715124785900116,0.3220251500606537,-0.005735933780670166,-0.09088945388793945,-0.05131405591964722 +144,-2.109408394136845,0.6991567198669507,-0.3354764364843397,-0.6570229530334473,-0.6435725092887878,0.39260050654411316,0.35065457224845886,0.1930486559867859,-0.04383738711476326,0.05790191888809204,-0.003445863723754883,0.029091328382492065 +145,-2.111827278512387,0.6820984337530832,-0.33137957010089436,-0.6653857231140137,-0.6304233074188232,0.39978495240211487,-0.043456584215164185,-0.3412862718105316,0.38459357619285583,0.029048502445220947,0.013357996940612793,0.12455278635025024 +146,-2.1160566299804477,0.6656122991740756,-0.35108803384450865,-0.6724845170974731,-0.6175408363342285,0.4079309403896332,-0.4389212727546692,-0.5246374011039734,0.3895014524459839,0.15376204252243042,-0.09556329250335693,-0.004366457462310791 +147,-2.1331547243113866,0.6829144720256741,-0.4925141963111411,-0.6562734246253967,-0.631056547164917,0.41360965371131897,-1.0957989692687988,-1.4232597351074219,0.4289925992488861,-0.09450483322143555,0.07494992017745972,-0.14542120695114136 +148,-2.1533086393894965,0.6898978367521472,-0.5852024953447197,-0.6441087126731873,-0.6364583969116211,0.42431631684303284,-0.20287886261940002,0.18851573765277863,0.2346414476633072,-0.2036847472190857,0.20382606983184814,-0.04161080718040466 +149,-2.1180203523733905,0.6566488572151861,-0.6448467970391577,-0.6763821840286255,-0.6104660630226135,0.4121144115924835,-0.36761441826820374,-0.4211950898170471,0.6913179755210876,0.009741008281707764,0.0978318452835083,0.07920333743095398 +150,-2.1188582806822147,0.6313638238301674,-0.743439005162928,-0.6889942288398743,-0.5902462005615234,0.42059090733528137,-0.4713667631149292,-0.5122858285903931,0.4479769170284271,-0.011353671550750732,-0.016275465488433838,0.004641115665435791 +151,-2.1052671915868983,0.6204210075603459,-0.8041399866947595,-0.7001631855964661,-0.5813777446746826,0.41445356607437134,-0.3283644914627075,-0.03852546215057373,0.28559231758117676,0.1335737705230713,0.03868359327316284,0.030126631259918213 +152,-2.0934040575039474,0.6224440679918553,-0.8550999015455913,-0.7040095925331116,-0.5830225944519043,0.4055303931236267,-0.4465327858924866,-0.2403891682624817,0.036588214337825775,0.16856354475021362,-0.020279347896575928,0.07928702235221863 +153,-2.094781745733716,0.6585629916916981,-0.889830272762565,-0.6847628355026245,-0.6119809746742249,0.3957011103630066,-0.2937494218349457,-0.19339044392108917,-0.37357309460639954,0.040841877460479736,-0.09279203414916992,0.1592915654182434 +154,-2.1210361062579848,0.7025809726494737,-0.9007156198837682,-0.6505314111709595,-0.6461895704269409,0.39905884861946106,-0.07603367418050766,-0.20276544988155365,-0.3231930434703827,-0.014629721641540527,0.05462157726287842,0.023594379425048828 +155,-2.146144863807588,0.7136240589569075,-0.8783081409164083,-0.6342816948890686,-0.6545778512954712,0.41135740280151367,-0.09095257520675659,-0.41265228390693665,0.12884944677352905,-0.12885624170303345,-0.07381588220596313,-0.11707630753517151 +156,-2.1584624653920064,0.7117836994879447,-0.8987784059176465,-0.630168080329895,-0.6531854271888733,0.4198058247566223,-0.029152749106287956,0.2428031712770462,-0.09680433571338654,-0.008198559284210205,-0.019223570823669434,-0.15683582425117493 +157,-2.1274742653502092,0.7162114515619776,-0.8949969562925062,-0.6404109597206116,-0.6565316915512085,0.3985477685928345,-0.03881295397877693,0.2014538049697876,0.05467690899968147,0.026015758514404297,0.04459315538406372,-0.011844217777252197 +158,-2.1154946441645843,0.7084256324381842,-0.9103652257015464,-0.6494916081428528,-0.650638997554779,0.3934842050075531,-0.02396855503320694,-0.13089889287948608,0.16975921392440796,0.024003207683563232,0.0017131567001342773,-0.006628096103668213 +159,-2.1285903022065185,0.6942227998129828,-0.9093618577637436,-0.6520580053329468,-0.6397883296012878,0.4068063795566559,0.1164742186665535,-0.04928209260106087,0.02438957616686821,-0.04374277591705322,-0.11083734035491943,0.008675217628479004 +160,-2.14398332657971,0.7022444415840443,-0.930111149420882,-0.6413864493370056,-0.6459327340126038,0.4139983654022217,-0.3250921964645386,-0.5734847187995911,0.03160914033651352,-0.04091036319732666,0.09425115585327148,-0.027569472789764404 +161,-2.1883476436149265,0.7229086687220002,-0.9610449419486404,-0.6113802790641785,-0.6615686416625977,0.4342137277126312,-0.2574562132358551,-0.29465827345848083,-0.1438002586364746,-0.19904464483261108,0.17969590425491333,-0.07279399037361145 +162,-2.1598937118841057,0.714270974768748,-0.9807049571759641,-0.6282139420509338,-0.6550667881965637,0.4198034405708313,-0.036422885954380035,0.007307138293981552,0.5612954497337341,-0.06778520345687866,0.17513203620910645,0.11400997638702393 +163,-2.1630915127026897,0.6665663910749634,-1.025249503089051,-0.6520718336105347,-0.6182910203933716,0.43876928091049194,0.13636432588100433,-0.2188410460948944,0.4220970869064331,0.03402984142303467,0.014714360237121582,0.014660835266113281 +164,-2.1746837846054548,0.6472949991835935,-1.0459712345143501,-0.6566290259361267,-0.603030800819397,0.45298147201538086,-0.25529077649116516,-0.29300475120544434,0.1437850445508957,0.061139583587646484,-0.016018271446228027,-0.01125478744506836 +165,-2.175063016798063,0.657516371773688,-1.0779384696712169,-0.651350736618042,-0.6111528873443604,0.4497048556804657,-0.2564120888710022,-0.004540323279798031,-0.04233062267303467,0.026503324508666992,0.014137506484985352,-0.029401540756225586 +166,-2.1525165209126427,0.6835347597541812,-1.1151456519668987,-0.6478154063224792,-0.6315376162528992,0.4260227084159851,-0.4148980379104614,-0.09075919538736343,-0.01707480289041996,0.04788559675216675,0.08753126859664917,0.10292315483093262 +167,-2.138195368019848,0.7083757276754165,-1.1565835108986269,-0.6404196619987488,-0.6506011486053467,0.40814271569252014,-0.39844292402267456,-0.12665633857250214,-0.0904245674610138,0.033867597579956055,0.043453991413116455,0.12223738431930542 +168,-2.1278515146470838,0.7381191712242446,-1.1769971847299716,-0.6278989911079407,-0.6728978157043457,0.39108988642692566,-0.26254215836524963,-0.015691477805376053,-0.23095063865184784,-0.004486203193664551,0.04431205987930298,0.11675319075584412 +169,-2.1324097672576197,0.7656696656895695,-1.1810262950374695,-0.61018306016922,-0.6930199265480042,0.3839268386363983,-0.061949171125888824,-0.155191570520401,-0.14936959743499756,-0.13172972202301025,-0.004703402519226074,0.10781806707382202 +170,-2.1534941296851344,0.7760099966003305,-1.2066945385419476,-0.5959379076957703,-0.7004373073577881,0.3927415907382965,-0.3739932179450989,-0.6724046468734741,0.1856313794851303,-0.005594193935394287,0.08984148502349854,-0.043147504329681396 +171,-2.1849263613098007,0.7691080061408225,-1.2594603188951057,-0.5872376561164856,-0.6954945921897888,0.41405197978019714,-0.18706777691841125,-0.5751433968544006,0.29043301939964294,-0.057446181774139404,-0.030640602111816406,-0.1441240906715393 +172,-2.180522846035072,0.7564269976989877,-1.2899289393470017,-0.5962380766868591,-0.6863272190093994,0.41647934913635254,-0.17039160430431366,0.011517595499753952,0.2033596932888031,0.04907315969467163,-0.01026695966720581,-0.06363514065742493 +173,-2.162049248440722,0.7524580975464727,-1.3518889474813471,-0.6060863137245178,-0.6834352612495422,0.4069092571735382,-0.46375465393066406,-0.48277711868286133,0.390846848487854,0.07260864973068237,0.022409439086914062,-0.05258497595787048 +174,-2.146696228862807,0.7480804087532102,-1.4409117568970191,-0.6147655844688416,-0.6802329421043396,0.3991820812225342,-0.5736647844314575,-0.34414854645729065,0.419933557510376,0.05960506200790405,0.011455535888671875,-0.08343195915222168 +175,-2.1014767604983384,0.7298904849745693,-1.5401160332636525,-0.6427480578422546,-0.6667880415916443,0.37718474864959717,-0.5643321871757507,-0.09754985570907593,0.633959174156189,0.04075843095779419,-0.09308433532714844,-0.023287713527679443 +176,-2.016608115457516,0.6915690996215713,-1.6497466073143452,-0.6949631571769714,-0.6377465724945068,0.3321228623390198,-0.5683214664459229,0.267217218875885,0.8214759826660156,0.13144081830978394,-0.12546753883361816,0.13438403606414795 +177,-1.9467654314773957,0.6341470783018252,-1.7753701976845764,-0.7493097186088562,-0.5924906134605408,0.2957872152328491,-0.7417364120483398,-0.44018062949180603,1.079681158065796,0.004161953926086426,-0.16498619318008423,0.05359330773353577 +178,-1.9136452560418071,0.5730623807023797,-1.8758602350419153,-0.7913428544998169,-0.5422077178955078,0.2824662923812866,-0.4995357096195221,0.6111528873443604,0.4149650037288666,0.06009596586227417,0.05993849039077759,-0.05332508683204651 +179,-1.8385596544881149,0.545952331624711,-1.9617641598723385,-0.8241783976554871,-0.5192322134971619,0.2261146903038025,-0.8254305720329285,-0.13342446088790894,0.42251476645469666,-0.16105115413665771,0.040686070919036865,-0.04816672205924988 +180,-1.7197455684289389,0.5412817271284867,-2.0544775546112413,-0.8475595116615295,-0.5152349472045898,0.12718531489372253,-0.7237434387207031,0.18775267899036407,0.5596476793289185,-0.11174535751342773,0.2894352674484253,0.04963351786136627 +181,-1.6932341063031575,0.4549158598713842,-2.1306617181221323,-0.8915733098983765,-0.4393867254257202,0.10971102863550186,-0.24710440635681152,0.21998558938503265,1.0423023700714111,-0.08326500654220581,0.2278236448764801,0.011977791786193848 +182,-1.6654044709668145,0.353259427997991,-2.1574795502235373,-0.9340542554855347,-0.34595778584480286,0.08863374590873718,-0.11088115721940994,-0.18405069410800934,0.958259642124176,0.05864232778549194,-0.019978463649749756,0.09569239616394043 +183,-1.6717046267592803,0.27683002261385975,-2.1672862267600173,-0.9570333957672119,-0.273307740688324,0.09690173715353012,-0.10498828440904617,-0.12299960106611252,0.6178460717201233,0.048418283462524414,-0.016975432634353638,0.0030434131622314453 +184,-1.6884116059421725,0.2344755653555109,-2.1885258589399164,-0.9659165740013123,-0.23233292996883392,0.1141333132982254,-0.05234294384717941,-0.09371085464954376,0.30779126286506653,-0.008006095886230469,0.027575284242630005,-0.04992438852787018 +185,-1.667413118874979,0.21243406832805045,-2.178929876007523,-0.9729616641998291,-0.2108398675918579,0.09429803490638733,0.18065814673900604,0.3425375521183014,0.033512845635414124,-0.021331489086151123,-0.07124938070774078,0.01919686049222946 +186,-1.643504105483979,0.22625421433007795,-2.1703106184720395,-0.9719386696815491,-0.22432878613471985,0.0707922950387001,-0.001856052316725254,-0.003894470166414976,-0.27415868639945984,-0.09420806169509888,-0.06223125755786896,0.04680716246366501 +187,-1.6486832637470032,0.268913171174747,-2.1900836345027623,-0.961137592792511,-0.2656838297843933,0.07501180469989777,-0.5367429256439209,-0.3637720048427582,-0.43484270572662354,-0.10917496681213379,0.1061532199382782,0.0823369026184082 +188,-1.6866056084976988,0.3181348655331678,-2.2479470135794966,-0.9434583783149719,-0.3127955496311188,0.10975233465433121,-0.6988683938980103,-0.3545716106891632,-0.6332526206970215,-0.12668639421463013,0.14067640900611877,0.19536246359348297 +189,-1.716884395435916,0.39032054735155874,-2.3334410748415304,-0.9149364829063416,-0.3804848790168762,0.13462033867835999,-1.0346548557281494,0.32028868794441223,-0.9546204209327698,0.156147301197052,0.008261919021606445,0.06620050966739655 +190,-1.7210672223038879,0.4917160395534738,-2.364121808991455,-0.8715898394584656,-0.47213929891586304,0.13196943700313568,0.05493093281984329,0.6447728276252747,-1.0747082233428955,0.059166014194488525,0.26194944977760315,0.010074630379676819 +191,-1.653783968886865,0.5730581391506002,-2.3309848665562822,-0.8373551368713379,-0.5422042012214661,0.0696500912308693,0.17879724502563477,0.2552754282951355,-0.9945382475852966,0.1743760108947754,-0.02148604393005371,0.03671884536743164 +192,-1.527506384333258,0.6536241051186885,-2.260638124201447,-0.7931414246559143,-0.608067512512207,-0.03435651212930679,1.6417502164840698,1.1570748090744019,-0.10367534309625626,-0.21105462312698364,-0.1168622374534607,0.1767209768295288 +193,-1.8064239809687206,0.633468645012088,-1.8754735066238897,-0.783708393573761,-0.5919439792633057,0.1881585270166397,2.3306775093078613,-1.9908984899520874,-0.6933100819587708,-0.09017777442932129,0.5817511081695557,0.009458065032958984 +194,-1.918887848172081,0.6317502619579282,-1.7487777318181386,-0.7585960030555725,-0.5905581116676331,0.27526962757110596,0.11005415767431259,-0.823632001876831,-0.5731796622276306,0.16312170028686523,-0.12443828582763672,-0.47432050108909607 +195,-1.9113486291189457,0.7249741263667934,-1.7048185911016218,-0.705529510974884,-0.6631160974502563,0.25001031160354614,0.7600314617156982,-2.005246877670288,-1.382983922958374,0.011178314685821533,-0.5638736486434937,-0.5000103712081909 +196,-1.736952963506566,0.8084894160534631,-1.6939212589894053,-0.6810809373855591,-0.7232447862625122,0.11421917378902435,0.03637094795703888,3.7308366298675537,-1.5170350074768066,0.0931597352027893,-0.004095971584320068,-0.08350323140621185 +197,-1.7181002778570271,0.8650072009518294,-1.8880917752132031,-0.6416102051734924,-0.7610999345779419,0.0952012836933136,-0.8913077116012573,-3.2357373237609863,0.5528196096420288,-0.14264583587646484,0.0741797685623169,0.3151228427886963 +198,-1.834706522655889,0.8506256619052791,-1.861735554600345,-0.6366789937019348,-0.7516931891441345,0.17203883826732635,-0.7873603105545044,0.5015959143638611,-0.04532359912991524,-0.15003365278244019,0.0029442906379699707,-0.01194356381893158 +199,-1.7160500967503023,0.9027981324386304,-2.082134498998619,-0.6128929853439331,-0.7850632071495056,0.08965644985437393,-0.8847624659538269,-0.6727599501609802,-1.2163736820220947,0.00392991304397583,0.061689674854278564,0.08067739754915237 +200,-1.7108924808085872,0.9638507672037276,-2.095737650742335,-0.5647733807563782,-0.8213939666748047,0.07964432239532471,-0.18084967136383057,-0.7036392688751221,-0.2018592208623886,0.2997128963470459,-0.08064466714859009,-0.01934158056974411 +201,-1.846918632318775,0.9718467953957335,-2.095852898865202,-0.5424193143844604,-0.825928270816803,0.15370029211044312,-0.1580285280942917,-1.232300043106079,-0.4008691906929016,-0.22183239459991455,-0.0596156120300293,0.0399794727563858 +202,-1.828445863456612,1.0568284662327678,-2.1241013499275296,-0.47540804743766785,-0.8708006143569946,0.12527301907539368,-0.3344247043132782,0.37319040298461914,-0.7635658979415894,-0.05504840612411499,-0.08822941780090332,0.004319891333580017 +203,-1.703048735720579,1.1617470001879502,-2.309240804113712,-0.3942640423774719,-0.9174993634223938,0.052448514848947525,-1.6261347532272339,-1.131503939628601,-1.0494089126586914,0.029182255268096924,-0.0386926531791687,-0.024967432022094727 +204,-1.5327192053649976,1.200712459535746,-2.6195656093244577,-0.36143141984939575,-0.9322969913482666,-0.013768923468887806,-0.6025105118751526,-0.46664541959762573,-0.29715484380722046,0.12873488664627075,0.08403044939041138,0.07867980003356934 +205,-1.6908173588742215,1.2564210578307435,-2.39999139346413,-0.3069981038570404,-0.9509897232055664,0.037024177610874176,0.2622373700141907,-0.016447223722934723,-0.5210641026496887,-0.012215763330459595,-0.1800374984741211,-0.30042147636413574 +206,-1.556452633046251,1.3680939562165284,-2.4751312644703205,-0.2012966126203537,-0.9795261025428772,-0.002887534908950329,0.05365069955587387,2.0694570541381836,-1.8837984800338745,-0.07421606779098511,0.03245890140533447,0.1024511456489563 +207,1.1548046531464387,1.5345303308534095,1.3588444001251243,0.033169668167829514,-0.9993424415588379,-0.014653477817773819,-0.36075276136398315,2.6426658630371094,-1.787024736404419,-0.08010569214820862,-0.02891695499420166,0.05843096971511841 +208,1.34557387693445,1.4336976388963183,1.3363058936010714,0.13321822881698608,-0.9906166791915894,-0.030521560460329056,-0.34383082389831543,1.5649938583374023,-0.5273000001907349,0.05451066792011261,0.07054215669631958,0.03262728080153465 +209,1.18315516147356,1.295185237080887,1.5435057815946136,0.2519436180591583,-0.96225905418396,-0.10286863148212433,-1.1212693452835083,-0.7118890285491943,-1.1726891994476318,-0.004171401262283325,-0.12378525733947754,0.03240358829498291 +210,1.0813513479314518,1.1789433970527559,1.6505517073383134,0.33706384897232056,-0.9242030382156372,-0.17954562604427338,-0.7941507697105408,-0.18219779431819916,-0.44145169854164124,-0.12371546030044556,-0.03862649202346802,-0.047276243567466736 +211,0.9888156817965578,1.1184094312359996,1.7766034701132756,0.365153968334198,-0.8994063138961792,-0.2402724027633667,-0.7530560493469238,0.39446109533309937,0.1035308837890625,-0.014140784740447998,-0.0299302339553833,-0.0431596040725708 +212,0.9664791280309284,1.0740762012921596,1.8272482678347872,0.3921439051628113,-0.8791502714157104,-0.2707728147506714,-0.33888599276542664,-0.25201067328453064,0.01405359711498022,-0.14026707410812378,-0.11041265726089478,-0.07616627216339111 +213,0.5893782503895402,0.9612965207284365,2.039606812980869,0.3181971609592438,-0.8199344873428345,-0.4758760631084442,-1.9672831296920776,-3.319755792617798,-0.15014302730560303,-0.03873246908187866,0.03496134281158447,0.2695924937725067 +214,0.333955066936667,0.8501903304351635,2.171946263653343,0.21628382802009583,-0.7514060139656067,-0.6233862042427063,-1.2942224740982056,-0.993967592716217,0.8474889993667603,0.2565860152244568,-0.2392403483390808,0.0215948224067688 +215,0.15987157003519922,0.768862338105914,2.361966108150298,0.11441121995449066,-0.6953180432319641,-0.709537148475647,-0.17353491485118866,0.5779989957809448,0.8927279114723206,0.36257851123809814,0.05489140748977661,0.16366922855377197 +216,0.2114316528727884,0.779235974650658,2.4111285178181183,0.14930494129657745,-0.7027360796928406,-0.6956076622009277,0.37470743060112,0.7268306612968445,-0.72797691822052,0.46829456090927124,0.6032487750053406,-0.10326623916625977 +217,0.4432418941241527,0.7151004529580947,2.1893984429416653,0.32380881905555725,-0.6556932926177979,-0.6820660829544067,-0.7935073971748352,0.4399583339691162,-2.263272285461426,0.054853230714797974,0.5558245182037354,-0.1541460156440735 +218,0.5537250806587757,0.5023972968664411,2.0492416663865196,0.46087926626205444,-0.48152798414230347,-0.7454670667648315,-2.4508423805236816,-0.30164048075675964,-0.9535660743713379,-0.34907811880111694,0.06400173902511597,-0.6831523180007935 +219,0.5500283792059318,0.2826209556116799,2.2216907662550263,0.50197434425354,-0.27887359261512756,-0.8186887502670288,-2.5031700134277344,0.6128686666488647,0.8796577453613281,-0.10555100440979004,-0.24555575847625732,-0.1450258493423462 +220,0.5555088548462168,0.1921998169382182,2.4489157562171573,0.5176648497581482,-0.19101867079734802,-0.8339874148368835,-1.193572759628296,0.2608051896095276,1.301888108253479,-0.0914868712425232,-0.2826904058456421,0.14673155546188354 +221,0.45590002918898753,0.21779515242776754,2.5814822018273667,0.42986974120140076,-0.21607738733291626,-0.8766541481018066,0.22850339114665985,-1.0924019813537598,0.9628372192382812,-0.08004680275917053,-0.15494006872177124,0.10794693231582642 +222,0.3569659106355636,0.2321741746263231,2.6399501532495457,0.3400571942329407,-0.23009389638900757,-0.911821186542511,-0.3790762424468994,0.21912692487239838,0.5468010306358337,-0.11880475282669067,-0.11162666976451874,0.134660542011261 +223,0.32727879956726386,0.15556588912701963,2.7650884328986463,0.31758543848991394,-0.1549391746520996,-0.9354856014251709,-1.7152469158172607,-0.6493944525718689,1.3431471586227417,0.14452701807022095,-0.2428727149963379,-0.0786898136138916 +224,0.2282598987615868,0.039876275074585125,2.965448232269012,0.2261030226945877,-0.039865706115961075,-0.9732872843742371,-0.6299954652786255,-0.26613593101501465,2.2113285064697266,0.10231189429759979,-0.18959596753120422,-0.30115729570388794 +225,0.19194950431255822,0.13968548568452005,3.122892011260006,0.18891479074954987,-0.13923166692256927,-0.9720728993415833,0.2741299867630005,0.7061406373977661,1.6308977603912354,-0.21474793553352356,0.027369484305381775,0.20592910051345825 +226,0.20983339493695932,0.11685216719211187,-3.0912018679784348,0.2068764865398407,-0.11658642441034317,-0.97139573097229,-0.5114111304283142,-0.46463727951049805,0.04886101186275482,-0.06434415280818939,0.06154797971248627,-0.044397056102752686 +227,0.1602084698116831,0.14957302051515273,-3.103325181111049,0.15774288773536682,-0.14901593327522278,-0.9761718511581421,0.598837673664093,-0.2573751211166382,-0.2992989122867584,-0.0004095137119293213,0.08987286686897278,0.06477963924407959 +228,0.13408553378103427,0.17491355334970468,-3.1247970193494443,0.13164430856704712,-0.17402301728725433,-0.9759025573730469,0.2719987630844116,-0.15530508756637573,-0.24866557121276855,0.055275872349739075,0.029476508498191833,0.07618331909179688 +229,0.14776936855736966,0.255986098404391,3.1077164539374813,0.1424344778060913,-0.2531994879245758,-0.9568711519241333,1.1001818180084229,0.11101455986499786,-0.3792048394680023,0.0637117326259613,0.017344415187835693,0.058021724224090576 +230,0.15885340987267896,0.27000033336258217,3.0713618764219843,0.1524551957845688,-0.26673176884651184,-0.9516362547874451,0.2046837955713272,-0.128492534160614,-0.22595441341400146,0.03683008253574371,0.12441301345825195,-0.04064279794692993 +231,0.1646873120198632,0.28070191259082555,3.067206725146885,0.15752731263637543,-0.27703016996383667,-0.9478604197502136,-0.20714308321475983,-0.2877047061920166,-0.1714264452457428,-0.031352415680885315,-0.04076460003852844,0.0465848445892334 +232,0.14773108776547753,0.27565084139532997,3.0521227917825726,0.14163747429847717,-0.2721732556819916,-0.9517670273780823,-0.22292286157608032,-0.41970255970954895,-0.08732584863901138,-0.04713979363441467,0.019457191228866577,0.03582775592803955 +233,0.12548530128717952,0.2540288028247535,3.040789492391681,0.12113969773054123,-0.251305490732193,-0.9602972269058228,-0.2782546877861023,0.161592036485672,0.08111660927534103,-0.02966325730085373,-0.014288991689682007,0.060669541358947754 +234,0.13079521715531167,0.21412752876438979,3.0495679318869158,0.1274440437555313,-0.21249496936798096,-0.9688157439231873,-0.56451416015625,0.003931240178644657,-0.060515739023685455,-0.01719929277896881,-0.13336074352264404,0.016392648220062256 +235,0.12738927392171737,0.1797146728919483,3.0359921899606364,0.12499891221523285,-0.17874884605407715,-0.975922167301178,0.35243120789527893,-0.21327604353427887,-0.1433011293411255,0.001603245735168457,-0.07434867322444916,-0.10606324672698975 +236,0.11972578027475408,0.23690765394076266,3.0129363142421703,0.11610380560159683,-0.23469778895378113,-0.9651097655296326,0.3989343047142029,-0.17575296759605408,-0.12910570204257965,-0.025939621031284332,-0.030561000108718872,0.19109243154525757 +237,0.128034906196271,0.26496236661500583,3.0180583016053184,0.12322945892810822,-0.26187294721603394,-0.9572027325630188,0.11204132437705994,0.019619526341557503,0.02543722279369831,-0.12376351654529572,-0.023268043994903564,0.1153448224067688 +238,0.19419862959237374,0.24436465291657233,3.061764914373029,0.18724708259105682,-0.24193990230560303,-0.9520522952079773,0.16838453710079193,-0.10946505516767502,-0.09161733090877533,-0.07903175055980682,0.05753743648529053,-0.2462356686592102 +239,0.16961493013186174,0.26721299807105126,3.056623807351558,0.16281209886074066,-0.2640443742275238,-0.9506696462631226,0.7802354097366333,-0.5222053527832031,0.031537268310785294,-0.16560445725917816,0.027227967977523804,-0.04005300998687744 +240,0.1446727801933565,0.31629875999201085,3.0497775289156217,0.1370168924331665,-0.31105107069015503,-0.9404645562171936,0.09870845079421997,0.2660159170627594,0.5132578015327454,-0.1015097051858902,-0.13560417294502258,0.09615004062652588 +241,0.10204815008639921,0.34696206078148284,3.1075173645534577,0.09580063074827194,-0.34004247188568115,-0.9355176687240601,-0.11686068773269653,-0.1136091947555542,0.5280394554138184,-0.19122910499572754,-0.05956992506980896,0.005814969539642334 +242,0.0774928382069208,0.3296656286547003,-3.1184125454100022,0.0732465386390686,-0.32372668385505676,-0.9433111548423767,-0.35415247082710266,-0.39127665758132935,0.3580053150653839,-0.039677202701568604,0.011104613542556763,-0.2210107445716858 +243,0.1237651712101319,0.3073363415753115,3.1110009774731036,0.11766494065523148,-0.30252087116241455,-0.9458520412445068,0.34884217381477356,0.4170979857444763,-1.0092467069625854,-0.005955345928668976,0.05903637409210205,-0.14145874977111816 +244,0.1349797865634332,0.2964761004163961,3.03474111292333,0.12869924306869507,-0.29215186834335327,-0.9476728439331055,0.03804716467857361,-0.15047284960746765,-0.41656890511512756,0.04100900888442993,-0.00020653009414672852,0.08112621307373047 +245,0.12938019960469233,0.2867856552512358,3.013685122417512,0.12375014275312424,-0.2828706204891205,-0.9511414766311646,-0.3730069100856781,-0.1305195391178131,-0.43404504656791687,0.17788559198379517,0.12015092372894287,0.04368603229522705 +246,0.12841023099194737,0.2768957215070931,2.972345072528694,0.12317974120378494,-0.2733709514141083,-0.9539890289306641,-0.21083085238933563,-0.03126945346593857,-0.20548634231090546,0.13699786365032196,-0.046956807374954224,0.06575965881347656 +247,0.155618259690936,0.30651992862017896,2.9279169029544034,0.14776670932769775,-0.3017426133155823,-0.9418686032295227,0.7225289940834045,0.2206769734621048,-0.100356325507164,0.21536195278167725,-0.06747430562973022,0.025502026081085205 +248,0.17232233409251047,0.3480199502171722,2.931035079982635,0.16119104623794556,-0.3410371243953705,-0.9261269569396973,-0.41666924953460693,0.35368621349334717,-0.21116872131824493,-0.05724817514419556,0.05929887294769287,0.026651859283447266 +249,0.1852194508663625,0.3434209339926589,2.944426386610377,0.17340868711471558,-0.33671024441719055,-0.9255028963088989,-0.19809794425964355,0.25190335512161255,0.5533719062805176,-0.11103077232837677,-0.046025991439819336,0.06533443927764893 +250,0.1621509913065874,0.28081680699757483,3.01957327530052,0.15511760115623474,-0.2771405577659607,-0.9482255578041077,-0.5947762727737427,-0.34116873145103455,0.8637524247169495,-0.06789836287498474,0.033381372690200806,-0.17146438360214233 +251,0.06353600630205174,0.2387446836190583,3.1198377241587423,0.06169231981039047,-0.23648309707641602,-0.9696751236915588,-0.20948459208011627,-0.8100804090499878,0.6343727111816406,-0.19900617003440857,0.15703058242797852,0.03823286294937134 +252,0.02103194129368941,0.24894524217702932,-3.1216709653288963,0.02038208395242691,-0.24638184905052185,-0.9689584970474243,-0.29705893993377686,0.37323683500289917,0.17674443125724792,-0.11364380270242691,0.06866274774074554,0.18383276462554932 +253,0.06772997961513788,0.2208198598574853,-3.0790050288768134,0.06603486090898514,-0.21902965009212494,-0.9734810590744019,-0.7586240768432617,0.40131983160972595,0.8217340707778931,0.005315236747264862,-0.07161976397037506,-0.060927510261535645 +254,0.05759894999580208,0.1711018714895898,-3.013378947381733,0.056726496666669846,-0.1702682375907898,-0.9837636351585388,-0.03383178263902664,0.02243896946310997,0.4027588665485382,0.025564156472682953,0.0938369631767273,-0.06272989511489868 +255,0.06088284811164205,0.17783861788530012,-2.9990804304616114,0.05988561362028122,-0.17690269649028778,-0.9824047684669495,-0.40003466606140137,0.4235847294330597,0.10884115099906921,0.12733972072601318,-0.05649574100971222,0.06413090229034424 +256,0.10211081729228563,0.18440315753686515,-3.012828073083077,0.10020527243614197,-0.18335984647274017,-0.9779254198074341,0.4851014018058777,-0.04711967334151268,-0.29463672637939453,0.11773601919412613,-0.017155900597572327,-0.08809936046600342 +257,0.09536889158308118,0.20180842482919953,-3.045742706669911,0.09329187870025635,-0.200441375374794,-0.9752537608146667,0.21603745222091675,0.08659573644399643,-0.25785112380981445,0.03501927852630615,-0.1050548404455185,0.04626816511154175 +258,0.1037306795837918,0.19173281836253686,-3.025410420756935,0.10164734721183777,-0.1905602514743805,-0.976398766040802,0.45459815859794617,-0.4742797613143921,0.21971100568771362,-0.014351829886436462,0.12271969020366669,-0.16006052494049072 +259,0.08832447750984,0.22936197785379464,-3.0543824196415685,0.08589961379766464,-0.22735625505447388,-0.9700156450271606,-0.15149244666099548,-0.08334176242351532,-0.3342228829860687,-0.05239131301641464,0.021148979663848877,0.038222432136535645 +260,0.07429246401295139,0.20622816761355256,-3.112737728828082,0.07265134900808334,-0.20476946234703064,-0.9761102795600891,0.29858097434043884,-0.19337661564350128,-0.55348140001297,-0.08081480115652084,0.00434526801109314,0.004705250263214111 +261,0.0597677477474405,0.22006201407306522,-3.1401920889661823,0.05829166620969772,-0.21829013526439667,-0.9741414189338684,-0.02551664598286152,-0.08837064355611801,-0.18978941440582275,-0.031115759164094925,0.02084141969680786,0.06076556444168091 +262,0.059067446864435436,0.19480375166784913,3.1349095085756793,0.05791653320193291,-0.193573996424675,-0.9793747067451477,0.0208599716424942,-0.19271798431873322,-0.0639498308300972,0.021658051759004593,-0.05648703873157501,-0.0824386477470398 +263,0.04418594734929968,0.17593674172203802,3.126207016743201,0.043489694595336914,-0.17503049969673157,-0.9836020469665527,-0.32813361287117004,-0.3689609467983246,-0.043221522122621536,-0.005312204360961914,-0.03203126788139343,-0.021036624908447266 +264,0.02419891792970534,0.15538445448169325,3.0765317213550443,0.023905038833618164,-0.15475992858409882,-0.9876628518104553,-0.04095084220170975,-0.15876628458499908,-0.12166289240121841,-0.012766122817993164,-0.023233845829963684,-0.04262584447860718 +265,0.02435300007030388,0.1605974573535863,3.0269693697029285,0.024037247523665428,-0.1599080115556717,-0.986839234828949,0.08424610644578934,-0.06995129585266113,-0.14459818601608276,-0.03915870934724808,-0.012638375163078308,0.010139405727386475 +266,0.020313247820932277,0.1638038551554946,3.0095378562125594,0.020039958879351616,-0.16307231783866882,-0.9864105582237244,-0.04963061586022377,0.11938489973545074,-0.0361996591091156,-0.017857953906059265,-0.023725762963294983,0.01215219497680664 +267,0.030145893787348155,0.16471778822815134,2.9996191391455214,0.029733356088399887,-0.16397394239902496,-0.9860164523124695,-0.13569161295890808,0.0649971291422844,-0.029713373631238937,0.006124798208475113,-0.006771907210350037,0.025658786296844482 +268,0.04502908183622021,0.16818035279362462,2.984819426499931,0.04437876492738724,-0.1673886477947235,-0.9848916530609131,0.021466877311468124,0.31513914465904236,-0.20841604471206665,-0.04204417020082474,0.0004422515630722046,0.058332204818725586 +269,0.06797357477180468,0.16282331461491334,2.9728436660121265,0.0670228824019432,-0.16210481524467468,-0.9844948053359985,0.04429744929075241,0.04040799289941788,-0.22010180354118347,-0.023413263261318207,-0.022114530205726624,-0.050615668296813965 +270,0.07836739257175757,0.17584394644197232,2.9642459147305815,0.07707995176315308,-0.1749391257762909,-0.9815574288368225,-0.018907124176621437,-0.13551296293735504,0.03105757012963295,-0.010643184185028076,-0.026568427681922913,-0.04102557897567749 +271,0.04042259642575625,0.17048010904328567,2.967356900857789,0.03982575982809067,-0.16965551674365997,-0.9846984148025513,0.16531150043010712,0.08918460458517075,0.05565721169114113,-0.05725129693746567,0.03205175697803497,0.13963615894317627 +272,0.0721980917452936,0.18051069490776828,2.9542656792657125,0.07096333801746368,-0.179531991481781,-0.9811893105506897,-0.3060797452926636,-0.041377417743206024,-0.18897290527820587,0.05605081468820572,0.0461091548204422,-0.030804038047790527 +273,0.06715595303451187,0.1590510980997871,2.946521120446065,0.06625848263502121,-0.1583813577890396,-0.9851523637771606,0.010960853658616543,0.23633094131946564,-0.04204171150922775,-0.01916985958814621,-0.03601562976837158,0.012511372566223145 +274,0.10298960075107393,0.17380702250916277,2.93233837467532,0.10125868767499924,-0.17293325066566467,-0.9797146320343018,0.1521705538034439,0.20085835456848145,-0.04929114133119583,0.06548935920000076,0.0005547106266021729,-0.06111788749694824 +275,0.12582575212590955,0.20406895871962064,2.9178303541944235,0.12289001047611237,-0.20265552401542664,-0.9715085029602051,0.5072627067565918,0.6193573474884033,-0.3359728753566742,-0.08993102610111237,0.029056280851364136,0.06670808792114258 +276,0.20340992674810868,0.24591990603998856,2.896707612307893,0.19593240320682526,-0.2434486597776413,-0.9499174952507019,0.17128556966781616,0.019351908937096596,-0.3945065140724182,-0.034189239144325256,0.0612281858921051,-0.1237214207649231 +277,0.24998990244838884,0.31181586578167136,2.8648497374789605,0.23546434938907623,-0.3067874312400818,-0.9221919178962708,0.9023240804672241,0.4585516154766083,0.14019721746444702,0.06269238889217377,-0.010366469621658325,0.14683187007904053 +278,0.3214466942266125,0.39749539383560756,2.8598805517946904,0.2913067638874054,-0.38711023330688477,-0.87480628490448,1.000694990158081,0.7935410141944885,0.7143282890319824,0.2304522693157196,-0.06616735458374023,0.12517249584197998 +279,0.4748246852273827,0.49576161880373587,2.797768961142316,0.4021407961845398,-0.4757017195224762,-0.7822983264923096,0.17021693289279938,1.044458031654358,0.1235361248254776,0.06610563397407532,0.049950987100601196,0.04931187629699707 +280,0.4944770120060643,0.4235457171657299,2.7862395916698017,0.4326370060443878,-0.4109954237937927,-0.8024387359619141,-0.9903004169464111,-0.09001346677541733,-0.6394175887107849,0.1368209719657898,0.267913818359375,-0.19185441732406616 +281,0.6776262301568078,0.3889124667920681,2.570905353964522,0.5801264643669128,-0.3791823089122772,-0.7208842635154724,1.1244572401046753,2.268772840499878,-2.203972578048706,0.08208972215652466,0.1873793601989746,0.2561778426170349 +282,0.9149932309289799,0.24964128640365008,2.3595163350120325,0.7679900527000427,-0.24705637991428375,-0.5908929705619812,-0.9055858254432678,0.1572551727294922,-2.372454881668091,0.1240081787109375,-0.09214650094509125,-0.4170873761177063 +283,0.8717990166230878,0.05843058148526126,2.253318455064372,0.7641814351081848,-0.058397337794303894,-0.6423524022102356,0.24590618908405304,-1.8826881647109985,-1.8234939575195312,0.31379109621047974,-0.1771678328514099,-0.5687377452850342 +284,0.6027384053572881,-0.009199144206076919,2.1438457337169083,0.5668764710426331,0.009199014864861965,-0.8237514495849609,0.9978566765785217,-1.8910071849822998,-0.7696909308433533,0.13141149282455444,-0.26940715312957764,-0.0070743560791015625 +285,0.5636473447738313,0.0673670743963799,2.026370422601559,0.5330610275268555,-0.06731612980365753,-0.8433946371078491,1.3420803546905518,0.46333062648773193,-0.42451339960098267,-0.06722545623779297,-0.09262651205062866,0.2640336751937866 +286,0.6067187716840925,0.12006375754177966,1.8797908920582813,0.5660702586174011,-0.11977550387382507,-0.8156091570854187,0.6796025633811951,-0.19842851161956787,-1.2538050413131714,0.05332976579666138,0.016610831022262573,0.16662240028381348 +287,0.6484974466026404,0.08758710166292269,1.787085292602317,0.6016743183135986,-0.08747515827417374,-0.7939371466636658,0.5106501579284668,0.9043425917625427,-0.6471001505851746,0.10766100883483887,-0.520236611366272,-0.010460495948791504 +288,0.8012289159713559,0.10870483890679569,1.7105495547407403,0.7139724493026733,-0.10849087685346603,-0.6917175054550171,0.8801936507225037,2.0922694206237793,-0.9412516355514526,-0.12539517879486084,-0.005492269992828369,0.2432159185409546 +289,0.993201626590468,0.05084928112898808,1.6365130685550027,0.8366955518722534,-0.05082736909389496,-0.5453046560287476,-0.41221383213996887,-0.0735926628112793,-1.0251202583312988,-0.07242858409881592,0.39425691962242126,-0.28260672092437744 +290,1.0861994618474329,-0.06109077254906588,1.619405327902282,0.8832120895385742,0.06105278059840202,-0.4649825990200043,-0.5172030329704285,1.0158116817474365,-0.5908054113388062,0.164303719997406,-0.005663368850946426,-0.08398279547691345 +291,1.0973923651021982,-0.03109962353114788,1.6410277239868551,0.8895911574363708,0.031094610691070557,-0.45569807291030884,0.21568770706653595,-1.2748206853866577,0.9281840324401855,0.014675140380859375,0.21103185415267944,-0.25272172689437866 +292,0.9733843898420161,0.030141872306522294,1.6061286432042572,0.8264185786247253,-0.030137307941913605,-0.5622490644454956,0.44102799892425537,-0.7352054119110107,-0.9274796843528748,-0.5285670757293701,0.385331392288208,0.3270195722579956 +293,0.9975598084086451,-0.258172500028285,1.4522699268974464,0.8123059272766113,0.25531405210494995,-0.5243794322013855,0.051756758242845535,0.6730931401252747,-3.7499473094940186,0.37913084030151367,0.08788666129112244,-0.3888285756111145 +294,0.9405861267201158,-0.3017752719752499,1.343561369563189,0.7713947892189026,0.2972157299518585,-0.5626837015151978,0.6898366212844849,-0.7638439536094666,1.154759407043457,0.3901805281639099,-0.23953750729560852,0.024536728858947754 +295,0.9042937271272077,-0.09698250737021802,1.4312123998330013,0.782295286655426,0.09683054685592651,-0.6153357028961182,0.18950635194778442,-0.672208845615387,2.5306448936462402,-0.08710485696792603,0.1257341504096985,0.18233704566955566 +296,0.9993366326932491,-0.0007828795929643697,1.611271501290138,0.8411120772361755,0.0007828795351088047,-0.5408601760864258,-1.1938207149505615,1.71708083152771,0.5266706943511963,-0.3360004425048828,0.18300923705101013,-0.22459691762924194 +297,1.0928416571612942,-0.14599038080601862,1.6554023024416158,0.8784919381141663,0.14547234773635864,-0.4550710618495941,-1.5120211839675903,1.7970186471939087,-2.61942720413208,0.07499921321868896,-0.05805474519729614,0.313210129737854 +298,1.1520735743611474,-0.2857428315598194,1.613454360194167,0.8765644431114197,0.2818702459335327,-0.39010751247406006,0.37634673714637756,-0.7924626469612122,-1.2841545343399048,-0.10207414627075195,0.22682726383209229,-0.007521271705627441 +299,1.147235016697366,-0.4441033298085336,1.5018672258713288,0.823199450969696,0.42964836955070496,-0.3711402416229248,0.04522867500782013,-0.062070123851299286,-0.7153438329696655,0.47134101390838623,-0.2640904188156128,-0.09397819638252258 +300,0.9615705533504812,-0.47148726580948197,1.5499522104848602,0.730614185333252,0.4542117714881897,-0.509798526763916,-0.6966885328292847,-2.9620981216430664,0.9441388249397278,0.35121864080429077,-0.24632605910301208,0.1467767357826233 +301,0.8893156583595829,-0.28433625427998904,1.7653806568798578,0.7454572319984436,0.28052040934562683,-0.6046501994132996,-0.3784293532371521,-1.1035666465759277,3.2204437255859375,0.030040204524993896,-0.013827323913574219,-0.10892707109451294 +302,0.9456638446638376,-0.11621476167938236,2.070625362591235,0.8054159283638,0.11595334112644196,-0.5812572836875916,-1.2100223302841187,1.0299229621887207,3.3654561042785645,0.01591891050338745,0.12483033537864685,-0.18853330612182617 +303,0.9274415472388691,0.04248783150341392,2.341013456879168,0.799365758895874,-0.04247504845261574,-0.5993415713310242,-1.5639265775680542,-0.2943723797798157,1.9422967433929443,-0.07612967491149902,0.3212073743343353,0.16254347562789917 +304,0.9322265204585105,-0.011215319094525706,2.4423848345462704,0.8028985857963562,0.011215084232389927,-0.5960102081298828,-2.08612322807312,2.6268672943115234,-0.949245035648346,-0.2710687518119812,0.09193432331085205,0.3656940460205078 +305,1.0219998765750915,-0.0645755428109425,2.5040195402303174,0.8513747453689575,0.06453067064285278,-0.5205734968185425,0.19489909708499908,-0.31677383184432983,0.4388047158718109,0.00017249584197998047,0.013518020510673523,0.09740149974822998 +306,1.0940407709179438,0.010550425731542514,2.4368048770540383,0.8884390592575073,-0.01055022981017828,-0.4588734209537506,2.5382189750671387,1.291514277458191,0.704246461391449,-0.018855929374694824,-0.0024197399616241455,0.18990671634674072 +307,1.2961289002670087,0.14949529348019233,2.2925238397088954,0.9517799019813538,-0.1489390730857849,-0.26820167899131775,1.8374402523040771,2.0355327129364014,0.7394745349884033,0.18110883235931396,0.0888652354478836,-0.14998069405555725 +308,1.4502434756886273,0.2750646121573294,2.1434993153932744,0.9554228186607361,-0.2716091275215149,-0.11574017256498337,0.2924962341785431,1.0083216428756714,1.1961029767990112,-0.005486905574798584,-0.04948157072067261,0.22632062435150146 +309,1.572126491746225,0.3555057462297391,2.1358248197211713,0.9374697208404541,-0.3480645418167114,0.0012469901703298092,0.13761939108371735,1.1161489486694336,0.6005701422691345,-0.06651335954666138,0.037502408027648926,0.05023622512817383 +310,1.6221472704329853,0.3830371339086791,2.1105042043228086,0.9263112545013428,-0.37373924255371094,0.047608811408281326,-0.11060579121112823,0.10876869410276413,0.11179342865943909,0.07475697994232178,0.02869221568107605,0.2057175636291504 +311,1.613364653338038,0.39234548877265435,2.1504028248987117,0.9231778383255005,-0.382356733083725,0.039321888238191605,-0.18447288870811462,-0.07606203109025955,0.03750676289200783,0.030893325805664062,0.1340962052345276,-0.0396881066262722 +312,1.58460670862038,0.39695283299059714,2.188087145979507,0.9221553802490234,-0.38660991191864014,0.012736127711832523,-0.8073114156723022,-0.014896627515554428,0.018954498693346977,-0.05205351114273071,0.06150615215301514,0.009053467772901058 +313,1.5742491284401516,0.4056335309689833,2.2210258671318535,0.9188471436500549,-0.3946009576320648,0.0031726094894111156,-0.7631763815879822,0.26884758472442627,0.14895476400852203,-0.05130869150161743,-0.0029819905757904053,-0.08198428153991699 +314,1.5655579255572745,0.4179804857970136,2.241690578889874,0.9138981103897095,-0.40591561794281006,-0.004787408746778965,-0.8412707448005676,0.2601599395275116,0.1711450219154358,0.019527792930603027,-0.046263307332992554,0.037334442138671875 +315,1.5524247795800405,0.4327829053251932,2.2655650675624197,0.9076488614082336,-0.4193987548351288,-0.01667678914964199,-0.3992268741130829,0.038816291838884354,0.041140493005514145,-0.05245482921600342,-0.03599974513053894,-0.15512192249298096 +316,1.551234518407182,0.4390065876489668,2.2406460330031925,0.9050012826919556,-0.42504045367240906,-0.01770571991801262,-0.1987946480512619,0.36485719680786133,0.25976547598838806,0.0020880699157714844,-0.15853199362754822,0.049093008041381836 +317,1.5629858987436407,0.4596131230604809,2.195453857952086,0.8961967825889587,-0.4436013996601105,-0.006999822799116373,0.16269701719284058,0.015225760638713837,0.23677250742912292,0.05688232183456421,-0.09398096799850464,-0.061451077461242676 +318,1.580192714543626,0.4755323930434528,2.134807708065481,0.8890097737312317,-0.4578118324279785,0.00835372693836689,0.2720382511615753,0.2353057563304901,0.3462929129600525,-0.030367255210876465,-0.0465826690196991,-0.0057139405980706215 +319,1.6093616813952374,0.4940242453400728,2.056055129183851,0.879777193069458,-0.47417280077934265,0.03394575044512749,0.42527881264686584,-0.02718406170606613,-0.002844850765541196,0.027861356735229492,-0.07268697023391724,-0.04326891899108887 +320,1.6253825395515529,0.5099305781408109,1.986183631548875,0.8714783787727356,-0.48811665177345276,0.04761800542473793,0.4192059636116028,0.039858344942331314,0.21290330588817596,-0.04227006435394287,-0.03605318069458008,-0.06530285626649857 +321,1.6353172695426546,0.5458630994385821,1.9172481215140775,0.852901041507721,-0.5191559791564941,0.05510646849870682,0.3537624180316925,-0.33560726046562195,0.3918827474117279,-0.05608713626861572,-0.008752286434173584,-0.12039888650178909 +322,1.6313245932773093,0.5694750484393373,1.8157291449091002,0.8406418561935425,-0.5391899943351746,0.050944823771715164,0.61346036195755,-0.24389539659023285,0.11666431277990341,0.03507530689239502,0.015386343002319336,0.05531740188598633 +323,1.6377600023587895,0.5776418730929798,1.749364272086667,0.8358748555183411,-0.546049952507019,0.05605706945061684,0.21330073475837708,-0.20387552678585052,0.10174417495727539,0.0027327537536621094,-0.013932228088378906,-0.02949155494570732 +324,1.6370448333041592,0.5867707731999575,1.6837627655860332,0.8309062123298645,-0.5536748170852661,0.055126968771219254,0.3874024748802185,-0.16846351325511932,0.059593141078948975,0.0026050806045532227,-0.03252202272415161,-0.04960322752594948 +325,1.637738209235749,0.5851884487247738,1.6257238751160166,0.8317409753799438,-0.552356481552124,0.05576162412762642,0.29634755849838257,-0.18073490262031555,-0.09800568222999573,-0.021865487098693848,0.04587149620056152,0.005517721176147461 +326,1.6495479571708582,0.5600738795210457,1.5478942337847759,0.8445901870727539,-0.5312488079071045,0.06665069609880447,0.2774783968925476,-0.1216680034995079,-0.15438267588615417,-0.029084086418151855,0.004698455333709717,0.032455213367938995 +327,1.648620812788912,0.54917485927434,1.5092193118436001,0.8503735661506653,-0.5219836235046387,0.06631381809711456,0.22899273037910461,-0.033901557326316833,-0.17212475836277008,0.026213109493255615,0.03390079736709595,0.013718470931053162 +328,1.6698553556300106,0.5146757689052801,1.4543098936362382,0.866185188293457,-0.4922526478767395,0.08608522266149521,0.3972215950489044,0.057244766503572464,-0.47318342328071594,-0.008656501770019531,0.0873454213142395,-0.00031554698944091797 +329,1.699548208627885,0.4444291787377216,1.3998719325803315,0.8953831195831299,-0.4299425780773163,0.11592352390289307,0.22213080525398254,0.07388585805892944,-1.0400285720825195,-0.008206725120544434,0.00954774022102356,0.06142936646938324 +330,1.703241893014068,0.363752470201109,1.3510310944883128,0.9263831377029419,-0.3557836711406708,0.12341784685850143,0.47386547923088074,0.3136903643608093,-0.8763958811759949,0.02813023328781128,0.14373230934143066,0.11088082939386368 +331,1.7036367530961956,0.25615350469539866,1.293169860779954,0.9588486552238464,-0.25336143374443054,0.12812842428684235,0.9992730617523193,-0.7805098295211792,-0.9905118942260742,0.04736149311065674,0.16786649823188782,-0.04806557297706604 +332,1.6372339156810312,0.16855482899985622,1.2238046184667057,0.9836532473564148,-0.16775783896446228,0.06544787436723709,0.34897568821907043,-0.42250722646713257,-1.1327526569366455,0.012501418590545654,0.15838895738124847,0.039471618831157684 +333,1.4946462816931014,-0.027880705681241423,1.061307596805801,0.9967144131660461,0.027877094224095345,-0.0760468989610672,2.605694055557251,-0.7296544313430786,-2.380017042160034,0.2538043260574341,0.6222083568572998,0.286343514919281 +334,1.5147916088752826,-0.21604218799696284,0.764669730665351,0.9752220511436462,0.21436551213264465,-0.054674211889505386,0.8062640428543091,-0.7309964895248413,-2.0374062061309814,0.22773504257202148,-0.08582548797130585,0.2183399796485901 +335,1.3608600967603544,-0.6422017263883898,0.788399231458582,0.7831971049308777,0.5989599823951721,-0.16688032448291779,-1.1338461637496948,-0.05823935195803642,-4.480752468109131,0.21751999855041504,-0.1062995195388794,0.03525806963443756 +336,1.4660282738047803,-0.7275646371807959,1.170406909205,0.7427014708518982,0.6650528907775879,-0.07809733599424362,-4.27302360534668,-1.6027311086654663,4.207198143005371,0.8276415467262268,-0.8038620948791504,0.15883159637451172 +337,1.527952714097179,-0.06127856789871942,1.793269768108479,0.9972070455551147,0.06124022603034973,-0.04275011271238327,-6.065226078033447,-3.6771657466888428,7.989058971405029,0.464417040348053,0.20378965139389038,-0.25267529487609863 +338,0.880246676815053,0.4101033487445166,2.414749321442717,0.7069730162620544,-0.3987041115760803,-0.5841439366340637,-1.7380845546722412,-3.9916253089904785,4.269162178039551,-0.05992412567138672,0.6723399758338928,0.4323647618293762 +339,0.613419048576395,0.4610885352920782,2.5872723159076254,0.5155488848686218,-0.4449232220649719,-0.7322927117347717,0.0888335257768631,-0.8404054641723633,0.6392871737480164,0.1869046688079834,-0.1504288911819458,0.1949087381362915 +340,0.5382848180601992,0.45165776803191515,2.64131151133446,0.46125659346580505,-0.43645766377449036,-0.7724940180778503,-0.5387775301933289,-0.23475413024425507,-0.07688349485397339,-0.01727163791656494,0.025889456272125244,0.13572949171066284 +341,0.555861445490821,0.41569245871122573,2.6447707276766788,0.4827367663383484,-0.40382352471351624,-0.7771047353744507,0.04905939847230911,0.25507134199142456,-0.6204782128334045,-0.044428080320358276,0.09626737236976624,-0.060007691383361816 +342,0.573050890251548,0.4045887981173557,2.6216771180542,0.49842333793640137,-0.39364078640937805,-0.7724124789237976,-0.2249649614095688,-0.4148998260498047,-0.16214871406555176,-0.037318021059036255,0.02309638261795044,-0.04667925834655762 +343,0.5609347802897205,0.4015015460395937,2.5947008764814274,0.48967254161834717,-0.39080092310905457,-0.7794199585914612,0.5991367697715759,-0.034667640924453735,-0.3858402967453003,-0.014239192008972168,0.053978413343429565,-0.02029317617416382 +344,0.590269030072565,0.40181451836625404,2.5643549222082727,0.5122541785240173,-0.39108899235725403,-0.7646209001541138,0.3756553828716278,0.6994876861572266,-0.2678249776363373,-0.01622152328491211,0.01927807927131653,0.08661186695098877 +345,0.7029088361843046,0.4034791748466139,2.5954883400129782,0.5945310592651367,-0.3926205039024353,-0.701699435710907,-0.6944872736930847,1.6630948781967163,0.5627535581588745,-0.02849102020263672,0.1098446249961853,0.06255453824996948 +346,0.8811910821173728,0.3886919128707554,2.4989052693343905,0.7139478325843811,-0.3789782226085663,-0.5887733101844788,1.1728888750076294,3.597843647003174,-1.2741265296936035,-0.2898145914077759,0.22446772456169128,0.460263729095459 +347,1.1622975315850717,0.3266343805092217,2.3502758535991304,0.8691961765289307,-0.3208571672439575,-0.376229465007782,1.2742494344711304,0.14788751304149628,-2.4085748195648193,-0.00872260332107544,0.2649032175540924,-0.32208898663520813 +348,1.2423944165501244,0.13680740688734433,2.135477924338786,0.9377147555351257,-0.13638104498386383,-0.3195171654224396,0.9974591135978699,0.5575895309448242,-2.2931602001190186,0.214979887008667,-0.11705216765403748,0.05241209268569946 +349,1.3402838780791173,-0.09925012915624476,1.885847947891519,0.9687583446502686,0.09908726066350937,-0.2273520529270172,1.0562667846679688,1.2229773998260498,-3.7919490337371826,0.060569047927856445,0.17303797602653503,0.5052756667137146 +350,1.3246883997076393,-0.5502378300307235,1.6789971957553644,0.8267156481742859,0.5228899717330933,-0.207671120762825,1.3632020950317383,0.10891716182231903,-6.237284183502197,0.010351002216339111,0.46296507120132446,-0.2488107532262802 +351,0.9775182956473105,-0.8947401378194156,1.1859974702457952,0.518793523311615,0.7800465226173401,-0.3498295843601227,1.6921195983886719,-0.6475468277931213,-2.1236507892608643,0.9451041221618652,-0.3356037735939026,-0.048241645097732544 +352,0.7811517160380478,-0.8941566491428355,0.9625930542088779,0.44088950753211975,0.7796812653541565,-0.44464990496635437,0.7438621520996094,0.8761807680130005,-0.7963182926177979,-0.09315696358680725,0.22616279125213623,0.39452484250068665 +353,0.7667677293189176,-0.9347334387405936,0.8381390452611006,0.41214653849601746,0.8044407367706299,-0.427796870470047,-0.028760898858308792,0.2777869999408722,-1.0508723258972168,-0.19097045063972473,0.12535345554351807,0.13437038660049438 +354,0.6695181300626094,-1.0348387784055884,0.6654733772210722,0.3169225752353668,0.8597800135612488,-0.4004226624965668,-0.09696885198354721,-0.20264285802841187,-1.18414306640625,0.1405816674232483,-0.06762003898620605,-0.14951932430267334 +355,0.5581898677466577,-1.030789974310882,0.5501222651082656,0.2723158895969391,0.8577054142951965,-0.43610259890556335,1.0034337043762207,-0.12196999788284302,0.49091604351997375,0.5249253511428833,-0.028024017810821533,-0.23259854316711426 +356,0.6409486802764809,-0.839400324962197,0.7009751775505385,0.3993803858757019,0.7442427277565002,-0.5353484749794006,0.8729910254478455,0.45974409580230713,2.7415459156036377,0.1501038670539856,-0.09662920236587524,0.15400081872940063 +357,0.8268230904935397,-0.6025809214678192,1.043677782389209,0.6061941385269165,0.5667707324028015,-0.557942271232605,-1.6042766571044922,-1.038062572479248,3.836714267730713,-0.3213889002799988,-0.3377363085746765,0.35019391775131226 +358,1.2188577589548302,-0.4919337530923905,1.5781344372813164,0.8273954391479492,0.4723312258720398,-0.30384188890457153,-3.509089469909668,4.106935977935791,2.979222536087036,0.1291932463645935,0.22766569256782532,-0.08803430199623108 +359,1.435991990712209,-0.3048968842176014,1.9272019314140028,0.9452239871025085,0.3001948297023773,-0.1281977742910385,-1.0173554420471191,-1.7247318029403687,2.130431652069092,0.08648377656936646,-0.07373911142349243,-0.2199925184249878 +360,1.401947702124492,0.09336986494372203,1.795363306472328,0.9814850091934204,-0.09323425590991974,-0.16731546819210052,2.3461101055145264,-1.2113761901855469,3.5461580753326416,-0.017770469188690186,-0.01150204986333847,-0.03188799321651459 +361,1.2641198896759531,0.0948872914644068,1.6232356312295262,0.9490535855293274,-0.0947449654340744,-0.3005337715148926,0.857985258102417,1.0474276542663574,-2.915863513946533,-0.29411596059799194,0.3665192723274231,0.5169644355773926 +362,1.4216822040153738,-0.09189437192480551,1.4272956405769377,0.98473060131073,0.09176509082317352,-0.14793531596660614,1.2909595966339111,0.6578161716461182,-2.2270002365112305,0.21856224536895752,0.29141363501548767,0.026017606258392334 +363,1.514392334493303,-0.29157875989837106,1.3944194900913782,0.9562680721282959,0.2874647080898285,-0.05399460718035698,-0.3721070885658264,0.7680523991584778,-1.7653913497924805,0.1857759952545166,-0.2498670220375061,-0.09134536981582642 +364,1.4999950009912733,-0.355209821826219,1.4118108371170526,0.9352245330810547,0.347787082195282,-0.06632599979639053,-0.5651254057884216,-0.1547367423772812,-0.3369387090206146,-0.08552366495132446,-0.09615445137023926,0.22269809246063232 +365,1.5753226545022787,-0.3670262208011668,1.5346552684322234,0.9333891272544861,0.35884130001068115,0.004224853590130806,-0.5544152855873108,0.34088411927223206,-0.22597737610340118,0.010183930397033691,0.11564603447914124,-0.02667057514190674 +366,1.5887834800365104,-0.3661629873825479,1.5785669236023638,0.9335569143295288,0.3580354154109955,0.01679384335875511,-1.2965576648712158,-0.5844257473945618,0.3810249865055084,0.18750625848770142,0.11362898349761963,0.10339963436126709 +367,1.6072509986261458,-0.3479810960755202,1.6680271808163163,0.9394384026527405,0.34100061655044556,0.034262098371982574,-0.5063315033912659,-0.08481287211179733,-0.06417274475097656,-0.08221495151519775,0.04579436779022217,-0.007071021944284439 +368,1.6046177717583154,-0.3562542508374107,1.7040836794285577,0.9366738200187683,0.34876614809036255,0.031691744923591614,-0.17217063903808594,-0.007425103802233934,-0.38108256459236145,-0.1496407389640808,0.10097140073776245,-0.009932756423950195 +369,1.632457376632432,-0.4171905707022671,1.7455968153681662,0.9124934673309326,0.40519359707832336,0.056336723268032074,-0.27986785769462585,0.18257561326026917,-0.6442416310310364,0.023724794387817383,0.054050177335739136,0.01795828342437744 +370,1.6538965911796182,-0.4756770017063224,1.7742782795436802,0.8859152793884277,0.45794039964675903,0.07378973066806793,-0.18257743120193481,0.04408136010169983,-0.375475138425827,0.09253942966461182,0.03578829765319824,0.13137996196746826 +371,1.6636919226522058,-0.5023070650839342,1.776199018172554,0.8726950287818909,0.4814488887786865,0.08130352944135666,0.03699997812509537,0.2771334946155548,-0.15935689210891724,-0.014510273933410645,0.06907287240028381,0.06182383745908737 +372,1.6750250926706949,-0.5093441312896293,1.7851236092154592,0.8683264255523682,0.4876047372817993,0.09083376079797745,-0.18956948816776276,-0.10297320038080215,-3.573519643396139e-05,-0.08967047929763794,-0.012400269508361816,-0.027586109936237335 +373,1.6752212693383355,-0.5220867923169421,1.792657626720631,0.8620585799217224,0.49869000911712646,0.09034906327724457,-0.047695718705654144,-0.1140168309211731,-0.06072421744465828,0.08642756938934326,-0.020922154188156128,-0.07498348504304886 +374,1.6597906268368532,-0.5224440639105001,1.8032108912179658,0.8631725907325745,0.4989996552467346,0.07702088356018066,-0.2795548141002655,-0.14417392015457153,-0.029267096891999245,0.007295429706573486,-0.015036731958389282,-0.008280053734779358 +375,1.661006040674111,-0.5179437354431617,1.8355637451660987,0.8653061389923096,0.4950946271419525,0.07827144861221313,-0.3370593786239624,-0.19522486627101898,0.033353812992572784,0.02830946445465088,0.012260079383850098,0.050482265651226044 +376,1.6741198307765612,-0.5060245126675287,1.9088713808695026,0.8700135946273804,0.48470380902290344,0.09021411836147308,-0.7866553664207458,-0.27492642402648926,0.08026720583438873,0.02143537998199463,-0.02254563570022583,-0.017078757286071777 +377,1.6906272997168326,-0.49295256382693886,1.9747235537085819,0.8746221661567688,0.47322899103164673,0.10531137883663177,-0.33217698335647583,0.018775664269924164,0.04794692620635033,0.05143380165100098,-0.01366475224494934,-0.10381603240966797 +378,1.7024583601324808,-0.47742131756175904,1.995866401770437,0.880495548248291,0.4594903588294983,0.11660237610340118,-0.12742599844932556,0.03476817160844803,0.1907023787498474,0.01778930425643921,-0.06833133101463318,-0.018823988735675812 +379,1.7060176825735998,-0.45605321985983566,2.0185414134752024,0.8896021246910095,0.4404081404209137,0.12103178352117538,-0.30302494764328003,-0.14893612265586853,0.17670904099941254,0.02349907159805298,-0.059518277645111084,-0.027739524841308594 +380,1.7027751403294438,-0.4399132732915639,2.0353789219508327,0.8969199657440186,0.4258610010147095,0.11906655132770538,0.015913505107164383,-0.05787542834877968,0.07821869850158691,0.00885695219039917,0.00733599066734314,-0.04272688180208206 +381,1.6954371201647838,-0.43813359523288736,2.0277118404141574,0.8985202312469482,0.4242500960826874,0.11257584393024445,0.12646685540676117,0.06954185664653778,-0.03330710530281067,-0.003119230270385742,-0.0028939247131347656,0.016315221786499023 +382,1.7020841321518405,-0.4429759339001485,2.024963101605671,0.8957047462463379,0.4286300539970398,0.11827544122934341,0.0753650963306427,0.12599363923072815,-0.06154286116361618,0.02099740505218506,-0.02251744270324707,-0.040043607354164124 +383,1.7063122442943106,-0.4467125024648176,2.010915667849325,0.893603503704071,0.4320029616355896,0.12184429168701172,0.2058129608631134,0.2324349582195282,-0.08476237952709198,-0.014529526233673096,-0.001598358154296875,-0.019244201481342316 +384,1.7116581731393843,-0.4572122887058814,1.985082719430945,0.8883993625640869,0.441448450088501,0.12597589194774628,0.20037177205085754,0.1713818609714508,-0.07700468599796295,0.017774343490600586,-0.008022576570510864,0.0004889965057373047 +385,1.7141744528517286,-0.4654133147389418,1.9615707184718199,0.8844664692878723,0.4487921893596649,0.12768933176994324,0.22221359610557556,0.07821972668170929,-0.02672300674021244,0.03252565860748291,-0.013611525297164917,-0.01681901514530182 +386,1.7119928325136757,-0.4657462156366109,1.95026836326327,0.8845951557159424,0.4490896463394165,0.12573844194412231,0.07859333604574203,0.024891739711165428,-0.005639188922941685,-0.007123112678527832,-0.0038076043128967285,0.001031532883644104 +387,1.7104516356018147,-0.4671902987597328,1.9413248905301435,0.8841447234153748,0.45037946105003357,0.12428455799818039,0.09148012846708298,0.005640028044581413,-0.02435983531177044,0.02392113208770752,-0.0028086304664611816,-0.02528548240661621 +388,1.7012151772116866,-0.4662714249641731,1.9258469218206562,0.8856648206710815,0.4495588541030884,0.11616676300764084,0.11883290112018585,-0.006692730821669102,0.05152576044201851,0.014847874641418457,-0.002323746681213379,0.01962125301361084 +389,1.6911600265897666,-0.4615888976344532,1.9105107707242803,0.8888682723045349,0.44537127017974854,0.1075071468949318,0.18911682069301605,-0.01163745392113924,0.05176176503300667,-0.03828227519989014,0.008730292320251465,-0.01935708522796631 +390,1.6783379229595607,-0.46112174131617606,1.8760890508982915,0.8903802633285522,0.44495296478271484,0.09612376242876053,0.2959509789943695,0.02379629574716091,0.056841086596250534,-0.0065302252769470215,0.05497071146965027,0.030692093074321747 +391,1.6714860468259127,-0.45764609308302395,1.8477659662530057,0.8925512433052063,0.4418376684188843,0.09017568826675415,0.12006548792123795,0.05950082838535309,0.07428939640522003,-0.029758334159851074,0.06917917728424072,0.06596755981445312 +392,1.67522333525941,-0.4600335772154218,1.850363980735584,0.8911563754081726,0.4439781904220581,0.09340055286884308,-0.07421286404132843,-0.07209926843643188,-0.07524952292442322,-0.08436316251754761,0.052008748054504395,0.02143704891204834 +393,1.6759163600478946,-0.4774479419428589,1.8527451146219853,0.883267879486084,0.4595140218734741,0.09319266676902771,0.038888249546289444,-0.007902370765805244,-0.045512937009334564,0.050920963287353516,0.016422897577285767,0.024193167686462402 +394,1.6775207961920386,-0.47617075836258355,1.8630519540012869,0.883699893951416,0.45837926864624023,0.09467211365699768,-0.20991908013820648,-0.09486259520053864,-0.013002272695302963,-0.07081848382949829,0.02700275182723999,0.02173721045255661 +395,1.68125102787787,-0.4844125537361599,1.883406437762382,0.8795560598373413,0.4656885862350464,0.09754812717437744,-0.03600091114640236,-0.030489543452858925,-0.051469020545482635,0.03696322441101074,-0.013662159442901611,-0.018477067351341248 +396,1.6838920307623777,-0.484379122961792,1.8847555226976915,0.8793107271194458,0.4656589925289154,0.09987244009971619,-0.12528973817825317,0.0046980176120996475,0.031192544847726822,0.0454176664352417,-0.028509944677352905,-0.019672274589538574 +397,1.682472478995682,-0.47572307001922753,1.8978646596111173,0.8834241628646851,0.4579813480377197,0.09906961023807526,-0.047765202820301056,-0.03425063192844391,0.03044842556118965,0.020735323429107666,-0.018818169832229614,-0.03281594067811966 +398,1.679953680122962,-0.46685265166647477,1.8977184688643693,0.8876742720603943,0.45007798075675964,0.09728286415338516,-0.030192077159881592,0.039108164608478546,0.10545110702514648,0.011892259120941162,-0.014378577470779419,-0.007118716835975647 +399,1.6826451539098661,-0.4546276546597111,1.9044632392395044,0.8928106427192688,0.4391278326511383,0.100278340280056,-0.08293748646974564,-0.0043823448941111565,0.05368044599890709,-0.006122469902038574,-0.009516626596450806,-0.03794623166322708 +400,1.6785243318392782,-0.45010485536906314,1.9035668956332092,0.8951818346977234,0.43505993485450745,0.0968109518289566,-0.022695641964673996,-0.004833904094994068,0.03741076961159706,0.02846318483352661,-0.009324491024017334,0.00708615779876709 +401,1.6771122933007736,-0.44395828058150344,1.9090708222760913,0.8979596495628357,0.42951738834381104,0.09582877904176712,-0.1485343873500824,-0.05338841676712036,0.04620490223169327,0.0020494461059570312,-0.027036309242248535,0.019466638565063477 +402,1.6807402094951853,-0.44083813085382306,1.9187651623029731,0.8989339470863342,0.42669761180877686,0.09923244267702103,0.0729149878025055,0.02645556814968586,-0.030887041240930557,-0.0018544793128967285,-0.0070503950119018555,-0.06107020378112793 +403,1.6741694803599823,-0.4444291000075324,1.9089496494850124,0.8980366587638855,0.4299425184726715,0.09316497296094894,0.030223175883293152,0.013960114680230618,-0.03967255726456642,0.016880393028259277,-0.01609364151954651,0.022847652435302734 +404,1.6745934613290814,-0.44559952209996917,1.9039658413113867,0.8974959254264832,0.43099895119667053,0.0934935063123703,0.10260497778654099,0.02769266441464424,-0.023141678422689438,0.009990036487579346,-0.018996387720108032,-0.007174491882324219 +405,1.671673689197907,-0.4476765920135594,1.8900972207372901,0.8968724012374878,0.4328722655773163,0.0907822772860527,0.13025517761707306,0.015585754066705704,-0.034285396337509155,-0.0011968016624450684,-0.011485546827316284,-0.0153733491897583 +406,1.665180358478525,-0.44912784389192195,1.877876040528658,0.8968168497085571,0.43418005108833313,0.08489743620157242,0.0738559365272522,0.002750569023191929,0.005306987091898918,0.018649578094482422,0.013772308826446533,0.03825629502534866 +407,1.666684524383687,-0.44586576153812985,1.8786159507829716,0.898093044757843,0.43123915791511536,0.08638142794370651,-0.02762739174067974,0.04040902107954025,0.04200927913188934,-0.014777004718780518,0.007267892360687256,0.029768459498882294 +408,1.6743709184289144,-0.4424657126631451,1.8796494795251475,0.8988556265830994,0.42816901206970215,0.0934329479932785,-0.0025654491037130356,0.029116421937942505,0.028900668025016785,-0.07628488540649414,0.020622432231903076,0.00725971907377243 +409,1.6759534169901507,-0.44878791342800045,1.8786211201006922,0.8959969282150269,0.4338738024234772,0.09456927329301834,0.016364039853215218,-0.04064544290304184,-0.07228292524814606,0.0033409595489501953,0.08754962682723999,0.021534934639930725 +410,1.676794211788635,-0.4601398948170862,1.8858588036570507,0.8909615278244019,0.44407346844673157,0.0947953313589096,-0.14690521359443665,-0.010324866510927677,-0.04052327200770378,0.055403709411621094,0.035159289836883545,0.044120654463768005 +411,1.6833580087744693,-0.4619066629644193,1.904816156149572,0.8895390629768372,0.4456557631492615,0.10055305063724518,-0.11936146020889282,-0.03718548268079758,-0.057391803711652756,-0.049222469329833984,-0.04125213623046875,-0.05618049204349518 +412,1.6761081771751913,-0.4660038409521014,1.9042192373513642,0.8884214758872986,0.44931983947753906,0.09390873461961746,0.03490384668111801,-0.037425216287374496,-0.028823941946029663,0.02005624771118164,-0.020242691040039062,0.01142263412475586 +413,1.6729896045248986,-0.46433834616892333,1.9101705015746733,0.8894532918930054,0.44783130288124084,0.0912139043211937,-0.10619670897722244,-0.07432420551776886,0.012702258303761482,0.042278826236724854,-0.012696444988250732,-0.01557612419128418 +414,1.6727004404827548,-0.4607732722566051,1.9200365644770148,0.8910622000694275,0.4446408748626709,0.09111852198839188,-0.13072451949119568,-0.04381462559103966,-0.007222323212772608,-0.019144535064697266,-0.015502691268920898,0.005683176219463348 +415,1.6747892020554598,-0.46033737851369033,1.9323061771247703,0.8910627961158752,0.4442504048347473,0.09299967437982559,0.005803968291729689,0.017191685736179352,-0.02334553189575672,-0.015589714050292969,0.02071547508239746,-0.024197809398174286 +416,1.6687125767905118,-0.46286601627205837,1.9274878425602884,0.8904904723167419,0.446514368057251,0.08747321367263794,-0.02165103703737259,-0.030255474150180817,0.039345886558294296,0.06574726104736328,0.00690045952796936,0.05663084238767624 +417,1.6730107184161584,-0.4610378991180041,1.9289986226018208,0.8909169435501099,0.44487789273262024,0.09138300269842148,0.03751332312822342,-0.00267271650955081,-0.05169413238763809,-0.07956123352050781,-0.054954707622528076,-0.08057975023984909 +418,1.6570489681624727,-0.46475369112503645,1.8963357090302093,0.8906088471412659,0.44820263981819153,0.07700842618942261,0.41200709342956543,0.012830877676606178,0.00839022547006607,0.032746195793151855,0.013833492994308472,0.027163267135620117 +419,1.6472208609312609,-0.4655944409136929,1.8751261696780614,0.8909467458724976,0.4489540457725525,0.06822306662797928,-0.002648051828145981,0.05290660262107849,0.0007319115102291107,-0.03912472724914551,-0.015116125345230103,0.01959133893251419 +420,1.6573457024723892,-0.46470479508789553,1.873111212529168,0.8906077146530151,0.4481589198112488,0.07727459073066711,0.10838829725980759,0.06607580184936523,-0.015726014971733093,-0.028531968593597412,0.07520225644111633,-0.047870881855487823 +421,1.6386940496787776,-0.46402077306106065,1.855011394244945,0.8921997547149658,0.4475473463535309,0.060671593993902206,-0.014669295400381088,-0.18462766706943512,0.0904800072312355,0.02436518669128418,0.053886979818344116,0.11913800239562988 +422,1.648879225559112,-0.4597526092416537,1.873722771266304,0.8934316635131836,0.44372642040252686,0.06990385800600052,-0.2575203478336334,-0.05169472098350525,-0.02304290421307087,-0.02256685495376587,-0.04423609375953674,-0.05710173398256302 +423,1.6413899861927783,-0.4572989599975142,1.8778197537894583,0.8950135707855225,0.4415262043476105,0.06328744441270828,0.17147192358970642,-0.009185274131596088,0.04497746005654335,-0.03920912742614746,-0.010297566652297974,-0.006082296371459961 +424,1.6332195463887778,-0.4571723858282239,1.8740813186754792,0.8955565690994263,0.44141265749931335,0.055976253002882004,-0.12794408202171326,-0.0897485613822937,-0.007888060994446278,0.04575812816619873,-0.017584502696990967,0.004784226417541504 +425,1.6370966694697149,-0.4557391152315672,1.8753555972173657,0.8959633708000183,0.44012612104415894,0.05948987230658531,0.06737859547138214,0.0017459392547607422,-0.0017876664642244577,0.03921741247177124,0.00887906551361084,0.009632475674152374 +426,1.636522757444024,-0.45543212288530116,1.874875368147933,0.8961318731307983,0.43985041975975037,0.058984510600566864,0.011646252125501633,0.04732067137956619,-0.021978560835123062,-0.017683446407318115,-0.006119370460510254,0.00977158173918724 +427,1.639034581892192,-0.4581639432774953,1.8651386118006141,0.8947789669036865,0.4423021674156189,0.0611531063914299,0.17398646473884583,0.028932616114616394,0.0011161742731928825,0.04148519039154053,0.004978805780410767,-0.020335786044597626 +428,1.6326945117471765,-0.45668010282126775,1.8545164795611735,0.8958026766777039,0.44097086787223816,0.055519480258226395,0.01073976419866085,-0.010950022377073765,-0.001194648677483201,-0.024510562419891357,-0.009742200374603271,0.010169625282287598 +429,1.6337795754411686,-0.45964808564954474,1.8512489626324364,0.8944317102432251,0.44363275170326233,0.056408826261758804,0.122721366584301,0.08538077771663666,-0.054678093641996384,0.006050467491149902,0.012177795171737671,-0.03318500518798828 +430,1.6326807421747063,-0.46118219341782496,1.8369862793835117,0.8938126564025879,0.4450071156024933,0.05538379028439522,0.0037237191572785378,0.02645973488688469,0.043099384754896164,0.03209054470062256,-0.003158390522003174,0.06699167937040329 +431,1.6425427658472331,-0.45744351767109515,1.8361493817845318,0.89487624168396,0.4416559040546417,0.0643145740032196,0.11055498570203781,0.0995892733335495,-0.01007707230746746,-0.0035189390182495117,0.015329539775848389,-0.013121373951435089 +432,1.6428320659018174,-0.4621857114666938,1.8125387085814422,0.8927587866783142,0.44590556621551514,0.06442200392484665,0.3077114224433899,0.17094847559928894,0.03250289335846901,0.028612732887268066,0.014009624719619751,-0.045562148094177246 +433,1.633587777051877,-0.45801817026112424,1.7862673834611587,0.89516282081604,0.4421714246273041,0.056282561272382736,0.03592197224497795,-0.02595660090446472,0.04427122697234154,-0.10637509822845459,0.006269097328186035,0.04244183748960495 +434,1.6322180013165308,-0.4590125056275142,1.7946597914778,0.8947997689247131,0.44306305050849915,0.05502931773662567,-0.12200374156236649,-0.1244526132941246,-0.013795360922813416,0.005239725112915039,-0.015145659446716309,-0.014150992035865784 +435,1.6285424513951858,-0.465243041177495,1.7940281624163572,0.892223060131073,0.44864001870155334,0.05157976970076561,0.18612393736839294,0.004300103522837162,-0.05185111239552498,0.04704713821411133,0.03735250234603882,-0.003041498363018036 +436,1.6257582350793796,-0.46989480740219697,1.7945940392260562,0.8902695775032043,0.4527924954891205,0.04898024722933769,-0.12658406794071198,-0.008511959575116634,-0.03715689480304718,-0.016246140003204346,-0.013476699590682983,0.024384021759033203 +437,1.6371029065951825,-0.4715213751540828,1.8012071348595744,0.8889203667640686,0.45424216985702515,0.05902780219912529,0.07585516571998596,0.08763088285923004,-0.0074024079367518425,0.03199315071105957,0.04385039210319519,-0.05368722602725029 +438,1.6482787129126508,-0.46659740704943525,1.7802946355859044,0.8904245495796204,0.44985002279281616,0.06913061439990997,0.5399235486984253,0.4051372706890106,0.1861381083726883,0.022173047065734863,0.12583351135253906,-0.03281474858522415 +439,1.6344983175764283,-0.46136260735577206,1.7015046643308815,0.8936305046081543,0.445168673992157,0.057003166526556015,0.483166366815567,0.20582249760627747,-0.1789182871580124,-0.14471393823623657,-0.10038110613822937,0.10194766521453857 +440,1.64820158857758,-0.4919355447780179,1.685622746171866,0.8787809014320374,0.47233280539512634,0.06815844774246216,0.0022934298031032085,-0.028940726071596146,-0.1391071230173111,0.09044194221496582,-0.13390818238258362,-0.06229913979768753 +441,1.640232918050198,-0.4920335776760736,1.684087987102541,0.8792499899864197,0.47241920232772827,0.061150431632995605,-0.050668105483055115,-0.20963634550571442,0.10301586985588074,0.05203956365585327,-0.03676554560661316,-0.042916182428598404 +442,1.6238111809868017,-0.47248876246780086,1.6916142333777024,0.8891871571540833,0.4551037847995758,0.04718434065580368,-0.128323495388031,0.009026829153299332,0.05914756655693054,0.0070680975914001465,0.06076529622077942,0.08716928213834763 +443,1.638328912290909,-0.46650278436443593,1.7022311357614415,0.8911107182502747,0.44976550340652466,0.06027066335082054,-0.0017363158985972404,0.05434972047805786,0.09271743148565292,0.0037256479263305664,0.004335999488830566,-0.012312296777963638 +444,1.6421624311694187,-0.4594892677315303,1.6959779072823784,0.8939976096153259,0.4434904158115387,0.06390966475009918,0.08325618505477905,0.03566330298781395,0.08521119505167007,0.00015217065811157227,-0.028008878231048584,-0.013845570385456085 +445,1.638554321566365,-0.44824338721368406,1.6981254182659764,0.8991417288780212,0.43338313698768616,0.06101744994521141,-0.06806213408708572,-0.06778016686439514,0.05297029763460159,-0.013338565826416016,0.06580811738967896,-0.021802429109811783 +446,1.6333591940601921,-0.4490531235637311,1.7031385554316143,0.8990961313247681,0.4341127276420593,0.05632353946566582,-0.0880570262670517,-0.08987651020288467,-0.001650715246796608,0.035565733909606934,0.07234174013137817,0.009914875030517578 +447,1.627333801344559,-0.45376441568438236,1.717594183133655,0.8973671793937683,0.438352108001709,0.0507890023291111,-0.3178122341632843,-0.2702127695083618,-0.017783410847187042,-0.07945036888122559,-0.0388769805431366,0.0454481840133667 +448,1.6184078577233056,-0.4618423300884487,1.7242294786794772,0.8942185640335083,0.44559818506240845,0.04260731488466263,0.046997830271720886,-0.1043035164475441,-0.05660304054617882,0.14049512147903442,0.033466726541519165,-0.0037126541137695312 +449,1.607708696272487,-0.4644840318864036,1.717540536835585,0.8934438228607178,0.44796156883239746,0.032994113862514496,-0.17649725079536438,-0.07987260073423386,0.014803655445575714,-0.007991552352905273,-0.09861165285110474,0.09954369068145752 +450,1.6060866597271375,-0.4565074545413832,1.7850422416722294,0.897038459777832,0.44081589579582214,0.03166993334889412,-0.39786019921302795,-0.17879657447338104,0.17027442157268524,0.06989556550979614,0.011210381984710693,-0.054832823574543 +451,1.6060123296784945,-0.4447242123725846,1.7912544859057702,0.9021696448326111,0.4302089214324951,0.031783949583768845,0.4013623297214508,0.22021980583667755,0.0007980773225426674,-0.06092214584350586,0.0001957416534423828,-0.14077746868133545 +452,1.6057669320602366,-0.4471842139405962,1.7623415241340377,0.9011170268058777,0.43242835998535156,0.03152545914053917,0.006551546044647694,0.05677466839551926,0.040599241852760315,0.024114906787872314,0.04038047790527344,0.10616981983184814 +453,1.6213231716086698,-0.4419751181461569,1.770005701746536,0.9027549028396606,0.427725613117218,0.04565221443772316,-0.04401877894997597,0.07904039323329926,0.03724663704633713,0.012604475021362305,-0.012610316276550293,-0.032254938036203384 +454,1.6276856000736746,-0.44107057419523754,1.7639599619218858,0.9028321504592896,0.42690783739089966,0.051416944712400436,0.12960493564605713,0.15340904891490936,-0.011936446651816368,-0.023605525493621826,0.003847777843475342,-0.034845832735300064 +455,1.622529525784794,-0.44367567855634904,1.7507132747950995,0.9019715785980225,0.4292621612548828,0.04670354723930359,0.028492838144302368,0.0026006055995821953,-0.018854256719350815,-0.03533339500427246,0.0184306800365448,0.05983328819274902 +456,1.6220938982557191,-0.4470484861080354,1.746062722804551,0.9005409479141235,0.4323059618473053,0.046236127614974976,0.028850257396697998,-0.04407034069299698,0.014064120128750801,0.08574151992797852,0.022146612405776978,0.0018290318548679352 +457,1.613422963375039,-0.44866969029845427,1.733296558849604,0.9002063274383545,0.43376728892326355,0.03839602693915367,0.16991539299488068,-0.0031539802439510822,-0.05479792132973671,-0.06619155406951904,-0.040823012590408325,-0.03178894892334938 +458,1.6043275943447983,-0.45252045284713355,1.7217755591631008,0.8988423347473145,0.43723368644714355,0.030150622129440308,-0.0030946852639317513,-0.006929018534719944,-3.3754389733076096e-05,0.015555799007415771,0.0038826465606689453,0.0642249584197998 +459,1.6077104235902075,-0.4520996943173307,1.7241454912346987,0.8989190459251404,0.4368552267551422,0.03319786489009857,0.009092421270906925,-0.025189407169818878,-0.013606954365968704,-0.003457009792327881,-0.009044557809829712,-0.008463382720947266 +460,1.607732530438798,-0.4518097772931281,1.7259742102598026,0.8990448713302612,0.4365944266319275,0.033222414553165436,-0.016056090593338013,-0.027677275240421295,0.0022024186328053474,-0.0022858381271362305,-0.01455157995223999,0.010356664657592773 +461,1.6054255461048135,-0.45184673998523334,1.7275650157541238,0.899103045463562,0.43662768602371216,0.031147688627243042,0.002721287775784731,-0.04260406270623207,-0.0031750937923789024,0.014913678169250488,-0.01032760739326477,-0.01765894889831543 +462,1.602609398543685,-0.44961974393800824,1.7274637825009411,0.9001566171646118,0.4346230924129486,0.02864641137421131,-0.02475360780954361,-0.00018372945487499237,0.016776174306869507,0.031087160110473633,-0.009177625179290771,-0.002553943544626236 +463,1.607554861453154,-0.4462239354942166,1.7328236392829481,0.9014736413955688,0.43156230449676514,0.0331517830491066,-0.08716697245836258,0.05651764199137688,0.00979231484234333,0.0029757022857666016,0.0012989938259124756,0.004140730947256088 +464,1.613237755476929,-0.4458154804637595,1.7434213097825595,0.9014468193054199,0.4311937987804413,0.03828167915344238,0.03052894026041031,-0.005823259241878986,-0.03242601826786995,-0.011310160160064697,0.002872973680496216,-0.05859113112092018 +465,1.60506824809729,-0.450359142814055,1.7280592809848276,0.8997622132301331,0.4352889060974121,0.030848657712340355,0.1442171037197113,0.018235784024000168,-0.02869090996682644,0.011431634426116943,-0.03749224543571472,0.01634669303894043 +466,1.603728611440004,-0.44446186916818636,1.718155498809769,0.9023526906967163,0.4299720823764801,0.029727283865213394,0.007807845249772072,0.04492397606372833,0.0846850723028183,0.04865133762359619,-0.0017952322959899902,0.01650691032409668 +467,1.6103927285427502,-0.43419087716870164,1.718174044021689,0.9064996242523193,0.42067649960517883,0.0359128937125206,0.09745380282402039,0.09079589694738388,0.051938075572252274,-0.027211904525756836,0.004494428634643555,-0.0017484426498413086 +468,1.6144216715484967,-0.43336938689597937,1.703410120361609,0.9066925048828125,0.4199310839176178,0.03957988694310188,0.07366398721933365,0.036818426102399826,0.026595979928970337,0.0179595947265625,0.024389594793319702,0.0003066062927246094 +469,1.6157852430713655,-0.4308545415139549,1.7006527487247551,0.9076899290084839,0.4176473915576935,0.040863558650016785,0.002221621572971344,0.012421113438904285,0.0032476666383445263,-0.004171133041381836,0.051255255937576294,-0.028320785611867905 +470,1.6143104582708505,-0.43606124335051333,1.6994325282841025,0.9055642485618591,0.42237257957458496,0.03942973166704178,0.03486530855298042,0.007675515487790108,-0.030611859634518623,-0.003983497619628906,0.003103494644165039,0.005263328552246094 +471,1.6095465872406711,-0.44402607949356393,1.690250497126246,0.9023515582084656,0.42957860231399536,0.03498386964201927,0.12607572972774506,-0.01677866280078888,-0.0785207599401474,-0.02843499183654785,-0.03524571657180786,-0.00942540168762207 +472,1.6049619529017527,-0.4461683458979245,1.6831440398158353,0.901580810546875,0.43151214718818665,0.030815064907073975,-0.07687941193580627,-0.04253467172384262,0.01079895906150341,0.06390392780303955,0.006552517414093018,0.0633164644241333 +473,1.6124267987957246,-0.43615402361007183,1.6992579028279122,0.9055979251861572,0.42245668172836304,0.03772226348519325,-0.1535666137933731,-0.04298548772931099,0.0973818451166153,0.0024527311325073242,-0.05888545513153076,0.00033319368958473206 +474,1.6203327610150553,-0.4243410753709121,1.7161710264930174,0.9101923704147339,0.4117203950881958,0.045124601572752,-0.3259281814098358,-0.09921195358037949,0.12197486311197281,0.07184803485870361,0.0344313383102417,0.05761277675628662 +475,1.6218407232353456,-0.4050241219995783,1.7642870223333256,0.9178958535194397,0.39404094219207764,0.046894174069166183,-0.5002601146697998,-0.32951462268829346,0.3224624693393707,0.05567598342895508,0.05482685565948486,0.041210055351257324 +476,1.6140914228593615,-0.3874970825259207,1.8139591024399102,0.9249899983406067,0.3778722584247589,0.040072571486234665,-0.21085244417190552,0.009935391135513783,-0.022006729617714882,-0.01323169469833374,0.027523189783096313,-0.14445793628692627 +477,1.6105965559887125,-0.3867828041512345,1.805281898953562,0.9253941178321838,0.3772108256816864,0.03685035929083824,0.19446437060832977,-0.03219836577773094,0.030556462705135345,0.025793135166168213,-0.004942089319229126,-0.07612645626068115 +478,1.6037565185422906,-0.38987571570926294,1.7877156592511525,0.9244539141654968,0.3800734579563141,0.030481217429041862,-0.030045583844184875,0.168921560049057,-0.06954923272132874,-0.039856135845184326,-0.019218385219573975,0.06177341938018799 +479,1.6185002504068595,-0.3973915546071456,1.7960755300497073,0.921024739742279,0.3870144784450531,0.04396985098719597,-0.09933853894472122,0.07886131852865219,-0.08416131883859634,-0.025898396968841553,-0.0038815438747406006,-0.07964491844177246 +480,1.621032609864554,-0.40237716769482357,1.8181265975019374,0.918971836566925,0.39160674810409546,0.04620460420846939,-0.39441168308258057,-0.11651912331581116,-0.016027305275201797,0.027271389961242676,0.014429599046707153,0.016234394162893295 +481,1.6282859488254129,-0.40634306963846156,1.8708919772387336,0.9170547723770142,0.3952528238296509,0.052779290825128555,-0.5767342448234558,-0.17414754629135132,-0.1584116369485855,-0.060792624950408936,0.05923023819923401,-0.037139058113098145 +482,1.6349043441191677,-0.42521122296879377,1.953081370150656,0.909080445766449,0.41251319646835327,0.05835931375622749,-1.024889349937439,-0.29509076476097107,-0.308731347322464,-0.061469852924346924,0.1674887239933014,0.07781017571687698 +483,1.6473602976715551,-0.45574482529299704,2.0993468059337146,0.8953028917312622,0.4401312470436096,0.06868220120668411,-1.5238571166992188,-0.5762212872505188,-0.4245530962944031,-0.06185257434844971,0.11643308401107788,0.09498357772827148 +484,1.661886619227259,-0.48367196667617307,2.274119424197863,0.8816231489181519,0.46503308415412903,0.08053016662597656,-1.284411072731018,-0.6361749172210693,-0.3893740773200989,0.021514177322387695,0.009637415409088135,-0.059488289058208466 +485,1.6572128903110022,-0.49887506850808966,2.3989151066673484,0.8748444318771362,0.47843801975250244,0.07578980177640915,-0.9779341816902161,-0.6012431383132935,-0.0902431383728981,-0.0038576126098632812,-0.09358087182044983,0.06932126730680466 +486,1.6487689032844206,-0.49247426217767676,2.4999343794998254,0.8784883618354797,0.47280755639076233,0.06863715499639511,-0.7849492430686951,-0.5750669240951538,0.06293893605470657,0.005239605903625488,-0.014540404081344604,0.021160833537578583 +487,1.6333522938414562,-0.4811841033700437,2.578198389263529,0.8847135901451111,0.4628291428089142,0.055416420102119446,-0.7188120484352112,-0.4868190884590149,0.08265192061662674,-0.01879262924194336,0.0012516379356384277,0.13325846195220947 +488,1.6289033685865841,-0.4662515143770155,2.649001834902053,0.8917520642280579,0.4495410919189453,0.05187547206878662,-0.6397044658660889,-0.3194843530654907,0.13139505684375763,0.06805628538131714,0.017652511596679688,0.04785597324371338 +489,1.622547098434085,-0.4451680143173833,2.7269204005228946,0.9013301134109497,0.4306095242500305,0.046686213463544846,-0.7741337418556213,-0.4123617112636566,0.1583157479763031,-0.12502390146255493,-0.03227880597114563,0.056096915155649185 +490,1.631420687912871,-0.4354055497225655,2.820401639992191,0.9050332307815552,0.42177814245224,0.05493437871336937,-0.4329507350921631,-0.3265015184879303,0.06314992159605026,0.063274085521698,0.013555020093917847,-0.18527497351169586 +491,1.5987799690603708,-0.42605337082215705,2.842375361887342,0.9102475047111511,0.4132802188396454,0.02547869272530079,-0.25966331362724304,-0.5014207363128662,0.07843424379825592,0.03831523656845093,-0.05135694146156311,-0.10476338863372803 +492,1.5604091893022232,-0.41683453213828187,2.871931169366401,0.9143257141113281,0.40486806631088257,-0.009497568942606449,-0.28290078043937683,-0.4940940737724304,0.11404097825288773,0.038875460624694824,-0.041388481855392456,-0.04355722665786743 +493,1.533421600152518,-0.4093801076001895,2.9106408061038285,0.9167271256446838,0.3980407416820526,-0.03427838534116745,-0.26056233048439026,-0.3149096667766571,0.018142394721508026,0.007085740566253662,0.023147612810134888,-0.04621171951293945 +494,1.5201507925983637,-0.41910506998417396,2.9599927535641015,0.9122822880744934,0.406943142414093,-0.046242568641901016,-0.5083301663398743,-0.22852887213230133,-0.14690954983234406,0.038431763648986816,0.029351413249969482,-0.06780165433883667 +495,1.5326837052910025,-0.45399444527201593,3.0052155302469936,0.8980498313903809,0.4385588467121124,-0.034243617206811905,-0.4941007196903229,-0.04584469273686409,-0.39118894934654236,0.06174325942993164,-0.011739999055862427,-0.0775269865989685 +496,1.5708487530762647,-0.5033307535290719,3.079547427271935,0.8759809732437134,0.4823458790779114,4.592442564899102e-05,-0.8589757084846497,0.06589987874031067,-0.5046775341033936,0.0876421332359314,0.012267768383026123,-0.04547131061553955 +497,1.6163803781147286,-0.5451277061083972,-3.094054133962244,0.8541728854179382,0.5185272693634033,0.03896364942193031,-0.9904294013977051,-0.22677786648273468,-0.3714146018028259,-0.026963412761688232,0.017971694469451904,-0.0334705151617527 +498,1.652325814606842,-0.5702988203829991,-2.980694029773869,0.8389435410499573,0.5398836135864258,0.06855059415102005,-1.2028144598007202,-0.2627233862876892,-0.2730659246444702,-0.0874636173248291,0.004122614860534668,0.10538433492183685 +499,1.70432505323976,-0.5709121190136319,-2.8358636908087727,0.8339184522628784,0.5403997302055359,0.11201862245798111,-1.1997859477996826,-0.34573349356651306,-0.035417065024375916,0.005803167819976807,0.005880117416381836,0.011013023555278778 +500,1.740654164735946,-0.5589131813913418,-2.7004351031424982,0.8356305360794067,0.5302650928497314,0.14331938326358795,-1.0776429176330566,-0.3853203058242798,-0.08056484907865524,-0.03492569923400879,0.0009238123893737793,-0.010201707482337952 +501,1.7640531857385604,-0.5470499036843515,-2.578835302903216,0.838163435459137,0.5201699137687683,0.16402798891067505,-0.9483017325401306,-0.40924662351608276,-0.05608184263110161,-0.02090275287628174,-0.018613576889038086,-0.008052602410316467 +502,1.7692205132343621,-0.5400625950523972,-2.4963527248426316,0.8408474922180176,0.5141896605491638,0.16906920075416565,-0.4123835563659668,-0.3029942810535431,-0.07651285082101822,0.052401959896087646,-0.1304464340209961,-0.032213106751441956 +503,1.752738093002209,-0.5479537503066298,-2.5013798542799655,0.8395031094551086,0.5209416747093201,0.15444867312908173,0.47509610652923584,0.03995770961046219,-0.0507742278277874,0.06450390815734863,-0.17771047353744507,-0.003997087478637695 +504,1.7192214285119831,-0.5612274113117424,-2.6022332145671436,0.8372942805290222,0.5322257280349731,0.1251962035894394,1.2878270149230957,0.3656533658504486,0.07825149595737457,0.07719546556472778,-0.13636696338653564,-0.001523733139038086 +505,1.6732575546973285,-0.5649308409616263,-2.784708190466642,0.8401959538459778,0.5353574156761169,0.08639004081487656,1.8387720584869385,0.6693776249885559,0.18733562529087067,0.06178152561187744,-0.10724157094955444,-0.052927494049072266 +506,1.619550804209314,-0.5570885306874298,-3.0341156723785527,0.8477894067764282,0.5287172198295593,0.04136631265282631,2.3082985877990723,0.9882643222808838,0.30392441153526306,0.05054128170013428,-0.060226619243621826,-0.0322110652923584 +507,1.5903671820478147,-0.5271290782789776,2.967235124322395,0.8640893697738647,0.5030542016029358,0.016913127154111862,2.397289991378784,1.2106326818466187,0.3683905303478241,0.10797178745269775,0.037274718284606934,-0.13602328300476074 +508,1.5673265384142738,-0.5008764141396294,2.697814430401204,0.8771567940711975,0.48019447922706604,-0.003043560776859522,2.3240437507629395,1.1276702880859375,0.23601821064949036,-0.1338096261024475,0.08999595046043396,-0.2085195779800415 +509,1.5538787478966425,-0.479486421183993,2.4438897676349964,0.8871050477027893,0.4613235592842102,-0.01500910148024559,2.0897750854492188,0.9658389091491699,0.15153594315052032,-0.03184992074966431,0.1190750002861023,-0.06836491823196411 +510,1.5564956948719804,-0.4599039984609782,2.245856028631878,0.8960034847259521,0.44386208057403564,-0.012814289890229702,1.419367790222168,0.7563773989677429,0.15036693215370178,-0.04663825035095215,0.15091025829315186,-0.02734684944152832 +511,1.556553175114041,-0.44789739501688164,2.12672063484931,0.9012682437896729,0.4330712854862213,-0.012837767601013184,0.7010310888290405,0.2846091389656067,0.07192011177539825,-0.05608391761779785,0.1326635181903839,0.037877440452575684 +512,1.5524585765997803,-0.43860145396333955,2.1041372078470197,0.9051943421363831,0.4246737062931061,-0.016601087525486946,-0.06612163037061691,-0.10703715682029724,0.0820542573928833,-0.06528955698013306,0.05614602565765381,0.0613856315612793 +513,1.5407153743914586,-0.4405871808152262,2.109668608897176,0.9040922522544861,0.42647063732147217,-0.027204161509871483,0.05592423677444458,-0.19771890342235565,-0.048359692096710205,-0.046380460262298584,-0.07756316661834717,-0.08476483821868896 +514,1.4998823311599292,-0.44545574390163234,2.089858157361661,0.9001463055610657,0.4308691918849945,-0.06394018977880478,0.15295466780662537,-0.33811524510383606,-0.10795465856790543,0.16143816709518433,0.025780528783798218,0.043676503002643585 +515,1.4831880851742245,-0.44926390727035137,2.0909607486843527,0.8973122835159302,0.43430259823799133,-0.07881368696689606,-0.10665485262870789,-0.01904153823852539,0.017064891755580902,0.006480872631072998,-0.08562412858009338,0.04011739790439606 +516,1.4940753074810136,-0.4423489295142898,2.0972657505926775,0.9010903239250183,0.4280634820461273,-0.06926852464675903,0.024786997586488724,-0.0034250114113092422,0.04855331778526306,0.09507977962493896,-0.08542737364768982,-0.03478115797042847 +517,1.4801893007446842,-0.41542575375030055,2.08590054024121,0.9111914038658142,0.4035795032978058,-0.08278702199459076,0.1880081295967102,-0.38654080033302307,0.38056015968322754,0.12269830703735352,-0.011016696691513062,-0.01644086092710495 +518,1.4182272610856215,-0.312381195909573,2.1051973364389593,0.9405505657196045,0.30732545256614685,-0.144622802734375,-0.17944155633449554,0.15981000661849976,2.171048164367676,0.3152172565460205,0.02025023102760315,0.0325775146484375 +519,1.5576890813596425,0.09086698774472261,2.1194376551564225,0.9957888126373291,-0.09074199199676514,-0.013052796013653278,0.6192032098770142,3.6865293979644775,6.688293933868408,-0.0020602941513061523,0.020673640072345734,0.09987533092498779 +520,1.9616451294313237,0.6406452627188445,1.9212083345450284,0.7412499189376831,-0.5977128744125366,0.30543017387390137,-0.7109515070915222,1.7858444452285767,3.462186813354492,-0.07387632131576538,0.4446977972984314,-0.17086294293403625 +521,2.1658036664213163,0.9271674503827173,1.8716209069543257,0.49697133898735046,-0.7999233603477478,0.3363662362098694,-0.06909582018852234,0.9671624302864075,1.8869352340698242,-0.15885183215141296,0.0700954794883728,0.1471848487854004 +522,2.2634531896104106,0.9706893243394376,1.7771201494411395,0.43458959460258484,-0.825275182723999,0.3606279194355011,0.7427901029586792,-0.591262936592102,-0.0410546213388443,0.21577045321464539,0.06724917888641357,-0.0737474262714386 +523,2.2063915685647313,0.928484671572556,1.719077908178382,0.4820651710033417,-0.8007131218910217,0.35562893748283386,0.6148611307144165,-1.9022958278656006,-0.461072713136673,0.02435886859893799,0.16880077123641968,-0.021980255842208862 +524,2.056968496561254,0.8310726623739645,1.638564719090954,0.5959762930870056,-0.7386548519134521,0.31496232748031616,0.932626485824585,-3.0439627170562744,-0.4632406234741211,0.09808498620986938,0.12848645448684692,-0.12898826599121094 +525,1.954790538646353,0.8088995333861063,1.6546869099958277,0.6400249600410461,-0.7235279679298401,0.2586030960083008,0.16677896678447723,0.8865673542022705,0.08972059190273285,0.06987500190734863,0.10670661926269531,0.2272367775440216 +526,1.9809091803794097,0.8298340048108153,1.644645157965998,0.6190247535705566,-0.7378193140029907,0.26913052797317505,-0.26827749609947205,-0.02717176079750061,0.2860938310623169,0.07207638025283813,0.012950479984283447,0.08351543545722961 +527,1.9382173852772286,0.955123485346061,1.677626990301158,0.5389634370803833,-0.81638503074646,0.20744659006595612,-0.693647027015686,-0.12371397763490677,1.6488310098648071,0.13971704244613647,0.021707236766815186,-0.039325207471847534 +528,1.9428919525665564,1.1156390555640148,1.6491401357885649,0.4095204770565033,-0.8981919288635254,0.15982601046562195,-0.08690450340509415,-0.2467401623725891,1.2649809122085571,-0.054265350103378296,0.10137796401977539,-0.054982900619506836 +529,1.9781017300230819,1.18705519723897,1.5963684919975323,0.34376394748687744,-0.9272704720497131,0.14831052720546722,-0.27326223254203796,-0.4373948276042938,0.7908116579055786,0.028336912393569946,-0.04662179946899414,-0.12800107896327972 +530,1.9294364129202062,1.2882205371988722,1.5989878815328136,0.2610895037651062,-0.9603404402732849,0.09786967933177948,-0.37854790687561035,-0.5482186079025269,1.3789194822311401,-0.10470220446586609,0.022062242031097412,-0.058563001453876495 +531,1.8951730754777785,1.3707824057538784,1.5968438433850995,0.1883213073015213,-0.980063796043396,0.06332377344369888,-0.2992391586303711,-0.6038140058517456,0.33644914627075195,0.030169278383255005,-0.24717003107070923,-0.031112439930438995 +532,1.9132645912865849,1.3906099492981092,1.5411633238749631,0.16880576312541962,-0.983810305595398,0.06018202751874924,0.21320462226867676,-0.24228642880916595,0.2257375717163086,-0.04690331220626831,0.029739320278167725,0.05239736661314964 +533,2.0118792746746834,1.4015327109133513,1.4325460989518917,0.15233370661735535,-0.9857090711593628,0.07191737741231918,0.0831286683678627,-0.3635592460632324,-0.1353265792131424,-0.06052157282829285,-0.04009354114532471,-0.12588775157928467 +534,2.065090935785368,1.387404788888916,1.3254980290894616,0.16053582727909088,-0.9832308292388916,0.08651553094387054,0.42351144552230835,-0.43774983286857605,-0.06782658398151398,-0.10723692178726196,0.0620579719543457,-0.03071417659521103 +535,2.1865754297154267,1.3707340955444338,1.159246250406174,0.162228524684906,-0.9800541996955872,0.11478576064109802,0.24868007004261017,-0.5415541529655457,0.2633870542049408,0.0017271637916564941,-0.15756481885910034,-0.07679140567779541 +536,2.2816687245279588,1.3756171386799685,1.0003931302461626,0.14696869254112244,-0.9810129404067993,0.12654690444469452,0.33449655771255493,-0.38545897603034973,0.26036298274993896,0.015491649508476257,0.08877038955688477,0.013955965638160706 +537,2.410954175874888,1.376460548444388,0.8161149536517505,0.1288740038871765,-0.9811761379241943,0.14382168650627136,0.086093969643116,-0.4384006857872009,0.2503306567668915,0.09823779761791229,0.07221019268035889,0.018135055899620056 +538,2.3979134342191157,1.3996587481147047,0.7802472396560923,0.11529553681612015,-0.9853916764259338,0.12534044682979584,-0.16809627413749695,-0.2837039530277252,0.029637545347213745,0.17025744915008545,-0.027715623378753662,0.16352367401123047 +539,2.367021815535452,1.3871885865982034,0.775875576424711,0.12769709527492523,-0.9831913709640503,0.130492702126503,-0.14246830344200134,-0.5023791790008545,-0.09035802632570267,0.038669511675834656,0.029883205890655518,-0.053481683135032654 +540,1.8980584243754632,1.437505074447078,1.1735953338983116,0.1258436143398285,-0.9911298751831055,0.04271995648741722,-1.7046009302139282,-0.8962083458900452,0.0023292270489037037,0.08414782583713531,-0.08885669708251953,0.05548560246825218 +541,1.1540539096587716,1.4326466075044444,1.8354820860321637,0.12592461705207825,-0.9904724955558777,-0.055743176490068436,-0.7400159239768982,-0.7667120099067688,0.03468838334083557,0.12572333216667175,0.018884360790252686,-0.04327112436294556 +542,0.9301773782156879,1.4124948998326847,1.9969767908239544,0.1263849288225174,-0.9874964952468872,-0.09422076493501663,-0.21683667600154877,-0.9212889075279236,-0.12932416796684265,0.10899713635444641,0.08919632434844971,-0.1364005208015442 +543,0.9388003795528626,1.400294075063304,1.9512446246371546,0.13690423965454102,-0.9854996800422668,-0.10023802518844604,0.015775475651025772,0.3212631046772003,-0.14687873423099518,0.09924077987670898,0.01211094856262207,0.060671985149383545 +544,1.0387195782874374,1.391993207230681,1.8522250116661358,0.15326502919197083,-0.9840572476387024,-0.09022867679595947,0.06270992010831833,0.4343967139720917,0.0512685626745224,0.06984898447990417,-0.006619632244110107,0.03514444828033447 +545,1.1434723606257082,1.3999644906984798,1.8098957867879448,0.15471504628658295,-0.9854437112808228,-0.07045508176088333,-0.14404775202274323,0.6544994115829468,-0.045759569853544235,0.07888177037239075,-0.037169814109802246,0.06657934188842773 +546,1.1072914736280257,1.3934500085876724,1.9383100530770758,0.15780459344387054,-0.9843153357505798,-0.0788741409778595,-0.20506632328033447,0.7546578049659729,-0.0464838445186615,0.08418454229831696,-0.000883638858795166,-0.06847995519638062 +547,1.179204535881262,1.3899169935658224,1.9574728170297302,0.1662767380475998,-0.9836859107017517,-0.06865847110748291,0.0954136848449707,1.0020606517791748,0.11357563734054565,0.07597178220748901,0.048474788665771484,-0.020025603473186493 +548,1.2167125204610647,1.380910599605214,1.9906552830732425,0.17703816294670105,-0.9820258021354675,-0.06544452160596848,-0.21216519176959991,0.5859754681587219,-0.09249430149793625,-0.02049824595451355,0.04310673475265503,0.03701740503311157 +549,1.1937876550317794,1.3575951325942228,2.0684340224878683,0.19673021137714386,-0.9773585796356201,-0.07789499312639236,-0.15985217690467834,0.4070780277252197,-0.1854957491159439,-0.07974104583263397,-0.036023497581481934,-0.07695115357637405 +550,1.2467910264628896,1.3234587560232798,2.0558663185419728,0.2320844978094101,-0.9695676565170288,-0.07794337719678879,0.16125045716762543,0.4337702989578247,-0.3881690204143524,-0.00034928321838378906,-0.12474679946899414,-0.05421297997236252 +551,1.3881947658070717,1.282609899015449,1.9504801344726765,0.2794882357120514,-0.9587609171867371,-0.051609884947538376,0.08407596498727798,0.0009293099865317345,-0.9831885695457458,0.08801963925361633,-0.03745472431182861,-0.039881814271211624 +552,1.47705105964136,1.2291021933098292,1.8655934355259238,0.3336125314235687,-0.9421883225440979,-0.031366534531116486,-0.3517756164073944,0.20592808723449707,-0.017025552690029144,-0.21344953775405884,0.1010017991065979,0.11594599485397339 +553,1.4053981611497426,1.210650673279865,1.9585500278013355,0.3476012051105499,-0.9358454942703247,-0.05802266672253609,0.08968987315893173,-0.47905421257019043,-0.37712380290031433,-0.13068225979804993,0.1718226671218872,-0.21715432405471802 +554,1.4672112678523395,1.1886697949168519,1.9597174386552878,0.3708955645561218,-0.9278737902641296,-0.03855724260210991,0.3430606424808502,1.049281120300293,-0.024473682045936584,0.016921788454055786,0.23472809791564941,-0.03656172379851341 +555,1.6393185155044534,1.196458655972383,1.8678575426759587,0.36479833722114563,-0.9307500123977661,0.025035977363586426,-0.2220432162284851,0.41503408551216125,-0.1416030079126358,-0.11234164237976074,0.25351905822753906,-0.022365685552358627 +556,1.5398636196240623,1.233851419875745,1.9563780717821302,0.33044737577438354,-0.943769097328186,-0.010224892757833004,0.11045181751251221,0.08043108880519867,-0.14120641350746155,-0.050875842571258545,-0.24286115169525146,-0.08891147375106812 +557,1.5111917983952412,1.2110728228946326,1.9475004911376832,0.351390540599823,-0.9359942078590393,-0.02096930518746376,0.07939588278532028,-1.1607540845870972,-0.499257355928421,0.00807604193687439,0.16573041677474976,-0.06321346759796143 +558,1.5015842572151823,1.1419462236007456,1.8599414053177084,0.4148295223712921,-0.9094445109367371,-0.028757143765687943,0.44403281807899475,-1.1198055744171143,-0.9106557369232178,-0.024875998497009277,0.04813176393508911,-0.022146161645650864 +559,1.4639718024016073,1.0834757396114498,1.7767029961194942,0.4655909240245819,-0.8835906982421875,-0.04992658644914627,0.5017033219337463,-1.5246810913085938,-0.7665320038795471,-0.04014536738395691,0.111175537109375,-0.11390703916549683 +560,1.5040105710734486,1.0709151940519042,1.7019030085778277,0.47825294733047485,-0.8776395320892334,-0.03198805823922157,0.5230145454406738,-0.12669304013252258,-0.7847212553024292,0.20393705368041992,0.20655786991119385,-0.14556318521499634 +561,1.52534760036035,1.0262198199163146,1.6350976301544284,0.51752108335495,-0.8553467392921448,-0.023536881431937218,0.36823201179504395,-0.08303818106651306,-0.38660120964050293,0.009868443012237549,-0.016174256801605225,-0.09505444765090942 +562,1.5207719214606956,0.9989669051491793,1.5951764416145144,0.5404946208000183,-0.8409123420715332,-0.02706049755215645,0.20308557152748108,-0.5891278982162476,-0.2574005424976349,-0.04696422815322876,-0.03330957889556885,0.06684017181396484 +563,1.4770416051597517,0.9443987248616535,1.5912902164787042,0.5836554169654846,-0.8101446032524109,-0.054881349205970764,-0.11179102212190628,-0.61942458152771,-0.2731017470359802,-0.1361914873123169,-0.25549864768981934,-0.014973394572734833 +564,1.46772134958622,1.0115075452154934,1.592544302314206,0.5277676582336426,-0.8476327061653137,-0.05459311604499817,-0.048458345234394073,0.40330711007118225,0.8750451803207397,0.1676669716835022,-0.24115830659866333,0.06756304949522018 +565,1.6337520113981348,1.1202180237236166,1.558550457525417,0.43462345004081726,-0.9001954197883606,0.02739822305738926,0.1733507513999939,0.9486724138259888,1.0835649967193604,0.10216549038887024,-0.026302993297576904,-0.07801163196563721 +566,1.6509622864101916,1.1039200146649435,1.6427611437885794,0.44865354895591736,-0.8929786086082458,0.03604399040341377,0.46496638655662537,0.4964416027069092,-1.8887410163879395,0.06587278842926025,0.17006301879882812,-0.16136443614959717 +567,1.6818625395550781,0.9749761369862557,1.7205643702689015,0.5577298998832703,-0.8276885151863098,0.06220092251896858,-0.30335500836372375,-0.04901076853275299,-1.5131686925888062,-0.06555771827697754,0.34348148107528687,-0.3696807622909546 +568,1.5516534695630713,0.9603149298443714,1.8123690946503737,0.5731571912765503,-0.8193721175193787,-0.010973206721246243,-1.7177311182022095,-0.9697312712669373,0.02158890664577484,-0.2672184109687805,0.1812646985054016,0.045091867446899414 +569,1.3532374916101404,0.9118200295478083,2.055900484369081,0.5978740453720093,-0.7906194925308228,-0.1321645826101303,-0.6973885297775269,-0.02196444757282734,0.05742872133851051,0.07136118412017822,-0.15943855047225952,-0.223471999168396 +570,1.319721730646018,0.9296091353446517,2.0829656668285836,0.5793929100036621,-0.8013862371444702,-0.14860668778419495,0.5347341895103455,0.2958400547504425,0.05694767087697983,-0.15475612878799438,0.164850652217865,0.14149607717990875 +571,1.3692847789580938,0.977873222329536,1.9898927501644796,0.5474805235862732,-0.8293108344078064,-0.1118416115641594,0.17271821200847626,-0.5940500497817993,0.579276978969574,0.09528064727783203,0.05723142623901367,0.017893202602863312 +572,1.3701332341825532,1.0099018106898985,1.884413639590844,0.521270215511322,-0.8467796444892883,-0.10602661222219467,0.8114275336265564,-1.159741759300232,0.12220367044210434,0.17025810480117798,0.5162437558174133,-0.5862951874732971 +573,1.1296623370921073,0.9843327173528174,2.149397603964097,0.5004389882087708,-0.8329029679298401,-0.2362905740737915,0.5022048354148865,-0.27920717000961304,0.004919122904539108,0.13919413089752197,0.010042369365692139,-0.1307900846004486 +574,1.1649611764753662,1.283525235502789,2.1900954394823793,0.26032188534736633,-0.9590206146240234,-0.11185731738805771,2.1067516803741455,0.7491244673728943,1.4223949909210205,-0.5956947803497314,1.024831771850586,0.0765790343284607 +575,1.1163378880710324,1.41235326051296,2.2802292294690463,0.14176630973815918,-0.9874741435050964,-0.06926216185092926,1.0226094722747803,0.39183977246284485,1.2685273885726929,-0.13401485979557037,0.16873329877853394,-0.21824395656585693 +576,2.026759165589399,1.4890777423467985,1.3828242303748401,0.07328803837299347,-0.9966629147529602,0.03594269976019859,0.14339862763881683,0.6238976716995239,1.1091508865356445,-0.032409749925136566,-0.0796462893486023,0.16266560554504395 +577,2.95258665619457,1.5326913886010054,0.5062410435443239,0.007158178370445967,-0.9992740750312805,0.03742070123553276,-0.5642697811126709,0.4411368668079376,0.9497700929641724,0.057310208678245544,-0.14200717210769653,0.014367584139108658 +578,-1.0426701526614357,1.4381073517374776,-1.7311034013801412,-0.11427462100982666,-0.9912097454071045,-0.06666811555624008,-1.1712332963943481,0.5289309620857239,1.7214550971984863,0.16404879093170166,0.04330325126647949,-0.34634149074554443 +579,-0.799214410211479,1.3349469892335573,-1.9663975833257272,-0.16749604046344757,-0.9723162055015564,-0.16293048858642578,-0.5390281677246094,-0.742878794670105,0.33818039298057556,0.018738090991973877,-0.2270246148109436,0.04324054718017578 +580,-0.7523954613446376,1.2912098782209802,-2.0742954139014076,-0.18858683109283447,-0.9611696600914001,-0.20146425068378448,-1.4148976802825928,-1.8885002136230469,-0.45299994945526123,-0.06885945796966553,0.15396445989608765,-0.2276434302330017 +581,-0.5219252220980763,0.9306702633004371,-2.3551825832387636,-0.29778221249580383,-0.8020204901695251,-0.5177730917930603,-4.152460098266602,0.34120264649391174,2.5088417530059814,0.42859581112861633,-0.042416155338287354,0.22504854202270508 +582,-0.3862221932856799,0.6078702774203134,-2.2853537050866572,-0.30921339988708496,-0.57112056016922,-0.7604001760482788,1.0885705947875977,4.957894802093506,1.8648991584777832,-0.9340879917144775,0.31848078966140747,0.09591042995452881 +583,-0.17022413800022337,0.4783939744335708,-2.256970502624024,-0.15038526058197021,-0.4603540301322937,-0.8749048113822937,-1.0775675773620605,-0.34637171030044556,-1.1425704956054688,-0.21669542789459229,0.4728815257549286,-0.5845220685005188 +584,-0.15687635407774722,0.4805711504097144,-2.409188933838447,-0.13853725790977478,-0.46228569746017456,-0.8758420944213867,-1.2488607168197632,-0.32882174849510193,-2.060131549835205,0.02388271689414978,0.09779903292655945,0.07556438446044922 +585,-0.07517857090136347,0.3989340157517386,-2.596045581026383,-0.0692099779844284,-0.38843628764152527,-0.9188727736473083,-0.9148586988449097,1.2747135162353516,-2.6481003761291504,-0.074192114174366,0.29195499420166016,0.2725715637207031 +586,0.01880502446122887,0.29959471958066924,-2.789901692348246,0.017966317012906075,-0.29513299465179443,-0.9552872180938721,-0.11836788803339005,0.3697102665901184,-1.5675915479660034,0.029854726046323776,0.05712643265724182,0.19472813606262207 +587,0.034813490142401725,0.33091408960658414,-2.930486435759414,0.0329180583357811,-0.32490766048431396,-0.9451726675033569,-0.027602355927228928,-0.7347910404205322,-1.2873483896255493,0.0812634527683258,-0.014325708150863647,0.02476257085800171 +588,0.03764018266481549,0.34179255296090855,-3.0181652846776252,0.03545452654361725,-0.3351764976978302,-0.9414880275726318,0.22447222471237183,-0.2259277105331421,-0.2280435413122177,0.0034859031438827515,-0.0292339026927948,0.009084463119506836 +589,0.06063066195503488,0.34883078581083315,-3.0744260237386314,0.05694415420293808,-0.341799259185791,-0.9380461573600769,-0.11862689256668091,0.2017926722764969,-0.569174587726593,-0.09452655166387558,0.055544376373291016,0.052075088024139404 +590,0.0663319610914339,0.32087930110930035,-3.12950551045911,0.0629001259803772,-0.3154011070728302,-0.9468715190887451,-0.08143023401498795,-0.3163785934448242,-0.6125460267066956,-0.1758609414100647,-0.010511338710784912,-0.019177615642547607 +591,0.07298232817857961,0.29340526607931355,3.1163740609116664,0.06980139017105103,-0.289213627576828,-0.9547163248062134,0.004582482390105724,-0.166519433259964,-0.29161661863327026,-0.016716070473194122,0.0348648726940155,-0.18978440761566162 +592,0.046774076307582006,0.31260915206866546,3.0566616844030725,0.044490914791822433,-0.3075423836708069,-0.9504936933517456,0.1533859819173813,-0.24758148193359375,-0.7323749661445618,0.08624638617038727,0.016969263553619385,0.029412150382995605 +593,0.06045379534749995,0.3405855845282366,3.0016276130449433,0.05694657936692238,-0.3340390920639038,-0.9408373832702637,0.09238818287849426,-0.10803941637277603,-0.31058159470558167,0.18917769193649292,0.07355630397796631,0.08997678756713867 +594,0.0598231433730369,0.3378214242506909,2.9751447889929223,0.05640821531414986,-0.33143243193626404,-0.9417911767959595,-0.16364189982414246,-0.04570087790489197,-0.0009709115838631988,0.16272324323654175,-0.015109926462173462,0.07799112796783447 +595,0.0773439899476679,0.3269090899598257,2.977244224782744,0.07317479699850082,-0.3211173415184021,-0.9442082047462463,-0.12222976237535477,0.1476723998785019,-0.017885634675621986,0.09114709496498108,0.0115622878074646,0.013452589511871338 +596,0.1019716072051157,0.314796369953469,2.9755137627384878,0.09679272025823593,-0.3096228539943695,-0.9459201097488403,0.04502124711871147,0.09729152917861938,-0.015912991017103195,0.02416370064020157,-0.002694040536880493,-0.05971038341522217 +597,0.11436934581699253,0.3219662576090776,2.9619154222608426,0.10825611650943756,-0.316432386636734,-0.9424177408218384,0.07083559036254883,0.12095555663108826,-0.1121617779135704,-0.03789784014225006,-0.03354319930076599,0.06204664707183838 +598,0.1242648263952894,0.31823006419390526,2.949438132905552,0.1177220568060875,-0.31288596987724304,-0.9424669146537781,-0.0687488541007042,0.015468345955014229,-0.19914351403713226,-0.031555674970149994,-0.021128922700881958,-0.00031262636184692383 +599,0.12245019868907425,0.30931819024120866,2.9355652837124526,0.11634761095046997,-0.3044092655181885,-0.9454090595245361,-0.05876573920249939,-0.10520817339420319,-0.1744287759065628,0.01774662733078003,-0.03276422619819641,-0.012232542037963867 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/standing/we1.csv b/BoostRunClub/CoreML/DataSet/Motion/standing/we1.csv new file mode 100644 index 0000000..4f5fcb2 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/standing/we1.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,0.0017205080224355176,0.6955871147879839,-0.8045466635294699,0.001320794690400362,-0.640836238861084,-0.7676764130592346,-0.08932866156101227,-0.058391034603118896,-0.035870857536792755,0.004050299525260925,0.00394970178604126,-0.056725382804870605 +1,-0.010890380928667863,0.6927821714506207,-0.7991115370567142,-0.00837967824190855,-0.6386804580688477,-0.7694264650344849,-0.14572960138320923,-0.15836867690086365,0.02970031090080738,-0.006085649132728577,-0.025290489196777344,0.0006581544876098633 +2,-0.016777522621151682,0.6745691120911732,-0.8021175422640734,-0.013102229684591293,-0.6245608329772949,-0.7808662056922913,-0.012532656081020832,-0.020495761185884476,-0.08379322290420532,-0.024068176746368408,-0.007305562496185303,-0.07036054134368896 +3,-0.021001424427101702,0.6784111331010125,-0.8054439601831216,-0.016349894925951958,-0.6275568008422852,-0.7783991098403931,-0.10985291004180908,0.05126737430691719,-0.011062558740377426,-0.008216753602027893,-0.009375572204589844,-0.004834532737731934 +4,-0.02763868968836892,0.6712479191837848,-0.8071170035048335,-0.021639613434672356,-0.621963620185852,-0.7827470302581787,-0.09810872375965118,-0.06456471979618073,-0.015920912846922874,-0.020764557644724846,-0.014800846576690674,-0.017133891582489014 +5,-0.02683799740928736,0.6605753978261433,-0.8101615349144232,-0.021189793944358826,-0.613571286201477,-0.7893549799919128,-0.08499161154031754,0.032264940440654755,-0.014303471893072128,-0.008580103516578674,-0.009795963764190674,-0.017789185047149658 +6,-0.024935636737295493,0.6531695171126491,-0.8102009096693218,-0.019800875335931778,-0.6077065467834473,-0.793914794921875,-0.06955230981111526,-0.030374865978956223,0.08461928367614746,0.006129011511802673,-0.008290767669677734,-0.023956298828125 +7,-0.028840761438518797,0.645055185320118,-0.8078060185242865,-0.02304249443113804,-0.6012425422668457,-0.7987343072891235,-0.07609690725803375,-0.04399843141436577,0.009340820834040642,-0.0010969191789627075,-0.014022350311279297,-0.030199408531188965 +8,-0.03213823424695436,0.6447985836736015,-0.8043945203968761,-0.02568112686276436,-0.6010375022888184,-0.7988081574440002,0.039198681712150574,-0.03661658987402916,-0.05902327224612236,-0.026534438133239746,-0.03389596939086914,-0.0010575652122497559 +9,-0.03195980926883706,0.6397153457705752,-0.8087242163419512,-0.025635894387960434,-0.5969671010971069,-0.8018559813499451,-0.06347230076789856,0.0609498955309391,-0.04630487784743309,-0.016035854816436768,-0.007464051246643066,-0.022637367248535156 +10,-0.03219521454594668,0.6333942056955635,-0.8265785021078664,-0.02594560571014881,-0.5918839573860168,-0.8056054711341858,-0.26127955317497253,-0.28823137283325195,-0.20333988964557648,-0.014169752597808838,0.007563948631286621,-0.010632932186126709 +11,-0.024517251468734673,0.6087826879800211,-0.8485708123287572,-0.020110584795475006,-0.5718692541122437,-0.8200982213020325,-0.0005670501850545406,0.07455289363861084,-0.22219376266002655,-0.01817372441291809,0.004242300987243652,-0.08850163221359253 +12,-0.0059251339229601675,0.6128496777940615,-0.8669550172473977,-0.00484680337831378,-0.5752008557319641,-0.8179978132247925,-0.14184685051441193,0.1290823519229889,-0.026328910142183304,0.02736876904964447,0.0007838010787963867,0.031163156032562256 +13,-0.031100298711018784,0.5855589981729562,-0.8515050824438735,-0.025914913043379784,-0.5526653528213501,-0.8330002427101135,-0.7065560817718506,-0.46839794516563416,0.6137274503707886,0.013387441635131836,0.006782174110412598,0.0034714937210083008 +14,-0.05695295271726182,0.5088634249222229,-0.808922167195288,-0.04971006140112877,-0.487185001373291,-0.8718827962875366,-0.6618177890777588,0.22354832291603088,0.4589458405971527,0.032498154789209366,0.0317101776599884,0.037867963314056396 +15,-0.06389051121648305,0.5313386144840113,-0.7753125443310023,-0.05504443496465683,-0.5066878795623779,-0.8603705763816833,0.9914607405662537,-0.06955919414758682,-0.30404138565063477,-0.04644176363945007,0.03412318229675293,0.0033606886863708496 +16,-0.09159039246733731,0.5708260444433663,-0.7849324847004373,-0.07696148008108139,-0.5403273105621338,-0.8379279971122742,-0.007362794131040573,-0.0973658561706543,-0.5508785247802734,-0.0851173847913742,0.003965616226196289,0.10860371589660645 +17,-0.07424476876580001,0.5693229804215819,-0.8438189354644577,-0.062476418912410736,-0.539061963558197,-0.8399457931518555,0.3794291019439697,-0.9629563093185425,-0.44833439588546753,0.007483735680580139,-0.03318840265274048,-0.11951160430908203 +18,-0.15127354053532413,0.5977302181667169,-0.862176730784478,-0.12456861883401871,-0.5627676844596863,-0.8171750903129578,-0.43064361810684204,-0.10053998231887817,-0.0243825800716877,-0.0828898549079895,0.02201145887374878,0.04927659034729004 +19,-0.13203514777838776,0.5702298517138393,-0.8809875992583621,-0.11082148551940918,-0.5398255586624146,-0.8344501256942749,-0.32015460729599,0.37958669662475586,0.09203831851482391,0.0008208900690078735,-0.03324878215789795,-0.0674816370010376 +20,-0.12557501069014565,0.5808911586892684,-0.8536340803187825,-0.10470174998044968,-0.5487691164016724,-0.8293913006782532,0.7989656329154968,-0.20347920060157776,-0.12085142731666565,-0.08659767359495163,0.015291392803192139,-0.16029369831085205 +21,-0.11019343952929514,0.6364592361940565,-0.8604107869369444,-0.08843891322612762,-0.5943516492843628,-0.7993276715278625,0.24309208989143372,0.1926494836807251,-0.0760020762681961,-0.01849469542503357,-0.022835850715637207,-0.02801913022994995 +22,-0.11597094534234445,0.6690424704569637,-0.8651864339757772,-0.09076567739248276,-0.6202351450920105,-0.7791469097137451,0.22691330313682556,-0.1376771777868271,-0.03261600434780121,0.02036161720752716,-0.022373437881469727,0.023638486862182617 +23,-0.13266815564922085,0.6654640747725125,-0.866131415907615,-0.10405492782592773,-0.6174242496490479,-0.7797178626060486,0.0979771614074707,-0.14041650295257568,-0.0033715656027197838,-0.016108036041259766,0.00032830238342285156,-0.09160476922988892 +24,-0.1434887933237486,0.6694830407833315,-0.8627052527982257,-0.11212997138500214,-0.6205806732177734,-0.7760840654373169,0.06823356449604034,-0.18829700350761414,0.007644703146070242,-0.00409621000289917,-0.011331558227539062,-0.035515666007995605 +25,-0.15909025938937868,0.6759651643598362,-0.8553257545403913,-0.12358400970697403,-0.6256505250930786,-0.7702521681785583,0.2786814868450165,-0.3119148313999176,0.17303167283535004,0.024798601865768433,0.07956898212432861,-0.04737478494644165 +26,-0.14526375259421626,0.7170419101506266,-0.8990178359638776,-0.10910831391811371,-0.6571578979492188,-0.7458142638206482,-0.04259195551276207,0.13190509378910065,0.24426579475402832,0.1987384408712387,-0.25399017333984375,0.020930230617523193 +27,-0.18880341392383396,0.7492568822372669,-0.9018319598828852,-0.13742110133171082,-0.6810948252677917,-0.7191836833953857,0.8832639455795288,-1.064455509185791,-0.48836520314216614,-0.09684707224369049,0.16049551963806152,-0.10634726285934448 +28,-0.26908034684407317,0.8161598570582909,-0.8432647952790369,-0.18211017549037933,-0.7285206317901611,-0.660373866558075,0.5636224150657654,-0.1533762514591217,0.6867545247077942,-0.05235636234283447,0.20007824897766113,-0.02128201723098755 +29,-0.4020299584513792,0.8285500271136829,-0.6789394820838157,-0.26448869705200195,-0.7369520664215088,-0.6220510005950928,0.31348153948783875,-0.2535102963447571,1.4698783159255981,-0.007453441619873047,0.06518387794494629,0.09853720664978027 +30,-0.5416652043529867,0.715319230291598,-0.4836575478789148,-0.38919058442115784,-0.6558584570884705,-0.6468232274055481,-0.0732509195804596,0.21238486468791962,1.326251745223999,-0.15040600299835205,-0.06260162591934204,-0.14852583408355713 +31,-0.6230290770038495,0.6175976207947231,-0.3976721004007053,-0.4757094085216522,-0.5790782570838928,-0.6620943546295166,-0.728145956993103,-0.577917754650116,0.9929925203323364,0.036927640438079834,0.03993946313858032,0.0075075626373291016 +32,-0.6245462579898714,0.5893624082942082,-0.3900613222152832,-0.48608264327049255,-0.5558311343193054,-0.6743704080581665,-0.3074314594268799,-0.18351653218269348,-0.6077953577041626,0.10523852705955505,-0.21594315767288208,0.06578892469406128 +33,-0.6289749200080973,0.49904455725375024,-0.3437890501328758,-0.5165652632713318,-0.4785868525505066,-0.7100105881690979,-0.4370920956134796,0.48918306827545166,0.7485227584838867,0.03370088338851929,-0.1360219120979309,0.0009651780128479004 +34,-0.6544832242392702,0.4616688122912288,-0.3303830391287435,-0.5450195670127869,-0.4454428255558014,-0.7103057503700256,0.015331683680415154,-0.11161798983812332,-0.07712512463331223,0.03369760513305664,-0.14197474718093872,-0.11701047420501709 +35,-0.6569292917106538,0.47288277483578856,-0.33176453655733656,-0.5436705946922302,-0.45545458793640137,-0.7049704790115356,0.1400129646062851,-0.16306748986244202,-0.07625236362218857,0.034210205078125,-0.06154370307922363,-0.027787089347839355 +36,-0.6563281672465477,0.4938526649029342,-0.3081482012079923,-0.5372996926307678,-0.4740217328071594,-0.697576105594635,0.47048380970954895,0.021321356296539307,-0.018420126289129257,-0.05223888158798218,-0.053108394145965576,-0.00025409460067749023 +37,-0.6631807316699626,0.531370006196376,-0.3177045280043909,-0.5307400226593018,-0.506714940071106,-0.6793784499168396,0.10455901175737381,0.017650656402111053,-0.5741360783576965,-0.07739901542663574,0.018159031867980957,-0.0461311936378479 +38,-0.6446954945388919,0.5625244157287327,-0.3627401459469577,-0.5083547830581665,-0.533323347568512,-0.6761224865913391,0.05999750271439552,-0.18698647618293762,-0.31799784302711487,0.05550450086593628,0.026197493076324463,-0.02552241086959839 +39,-0.6442501898185704,0.574741857794174,-0.3755159574116994,-0.5041024684906006,-0.5436181426048279,-0.671088695526123,-0.01045981701463461,-0.10604572296142578,-0.07361140102148056,0.026700735092163086,-0.06618410348892212,-0.004753589630126953 +40,-0.6415293414396954,0.5914863223401303,-0.3924245390238757,-0.49675729870796204,-0.557595431804657,-0.6650710701942444,0.09419723600149155,-0.03258169814944267,-0.2078622430562973,-0.008171230554580688,-0.05751681327819824,-0.045851171016693115 +41,-0.646352383563465,0.6217804965547764,-0.4066681102861909,-0.4895577132701874,-0.5824833512306213,-0.6488808989524841,0.022993676364421844,-0.2422342598438263,-0.36158645153045654,0.027033329010009766,-0.04120439291000366,0.01097196340560913 +42,-0.6597448111514834,0.6385050314765309,-0.48591954445119856,-0.49216336011886597,-0.5959956645965576,-0.6344796419143677,-0.64683997631073,-1.0212531089782715,-0.8365713357925415,0.10430020093917847,-0.10348248481750488,0.012653470039367676 +43,-0.6918443798397309,0.6441766675706243,-0.6477768433976118,-0.5101081728935242,-0.600540280342102,-0.6157442927360535,-0.8503079414367676,-1.4729366302490234,-1.0181461572647095,0.13405531644821167,-0.04634082317352295,-0.13614779710769653 +44,-0.7352500819462814,0.6403837676669354,-0.7488994042879771,-0.5378701090812683,-0.5975032448768616,-0.5947147607803345,-0.15893211960792542,-1.1933928728103638,-0.7760637998580933,-0.02670508623123169,0.1058344841003418,-0.3628658056259155 +45,-0.7510172836949279,0.7415317824436338,-0.7177547021519625,-0.5032128095626831,-0.6754183173179626,-0.5390612483024597,0.9510608315467834,0.8431863784790039,-0.17695893347263336,-0.0655432939529419,0.10525840520858765,-0.025849640369415283 +46,-0.7034751011072591,0.8109780762666843,-0.6944702978049374,-0.4455585777759552,-0.7249612212181091,-0.5252702832221985,-0.4835575520992279,0.5712586641311646,-0.41921350359916687,-0.08897203207015991,0.02926725149154663,0.403184711933136 +47,-0.7130084193197109,0.8804144966118684,-0.7162004207160638,-0.4165593981742859,-0.7710028886795044,-0.48169782757759094,1.4851232767105103,0.26932865381240845,-0.30048784613609314,-0.05580693483352661,0.0715399980545044,-0.12895894050598145 +48,-0.7531008326397787,0.9578643995132881,-0.6419309597942428,-0.3934284746646881,-0.8179649114608765,-0.41969946026802063,1.4358596801757812,-0.008867859840393066,-0.8939106464385986,-0.06152760982513428,0.17558503150939941,-0.09452176094055176 +49,-0.8423232981746464,1.0954674338876642,-0.5441922994290705,-0.3414805233478546,-0.8891422748565674,-0.3046591579914093,0.7779504656791687,0.45329028367996216,-1.25375497341156,0.07121685147285461,0.12891876697540283,0.022737711668014526 +50,-0.6278922103235517,1.188793511583335,-0.6951403709907137,-0.21898576617240906,-0.927919864654541,-0.30167844891548157,-0.5619760155677795,0.18351484835147858,-0.22051697969436646,-0.07869790494441986,-0.11317199468612671,-0.22699281573295593 +51,-0.5813231074912312,1.1573275066049455,-0.8150938226674563,-0.22063404321670532,-0.9157326221466064,-0.3357892334461212,-0.8310978412628174,-1.3208485841751099,0.04856551066040993,-0.006309926509857178,0.24095845222473145,-0.21856260299682617 +52,-0.6725425264897843,1.0346294563341756,-0.8498715119564351,-0.31824442744255066,-0.8596731424331665,-0.3996032774448395,-2.9668843746185303,-1.1098741292953491,1.0210233926773071,0.04766029119491577,0.5040059089660645,0.3090575933456421 +53,-0.7562951796804427,0.6328317286212969,-0.9133194957638235,-0.5533466935157776,-0.5914304852485657,-0.5865299105644226,-1.7064692974090576,-1.8189948797225952,3.37312912940979,-0.2954234480857849,-0.23571789264678955,-0.3055294156074524 +54,-0.9040414013124594,0.2509645978042171,-0.8296538273997536,-0.7612151503562927,-0.2483384609222412,-0.5990655422210693,-1.9371675252914429,-0.6016433238983154,2.533778667449951,-0.3960724472999573,-0.3079512119293213,-0.18677735328674316 +55,-1.0611306014635358,-0.04940305974001131,-0.8285938890009105,-0.871842622756958,0.04938296601176262,-0.48729023337364197,-2.057234764099121,-2.8806660175323486,1.4930014610290527,-0.4065691828727722,-0.5723016858100891,-0.12736430764198303 +56,-1.3043991012113982,-0.21235798133239797,-0.8448348869932066,-0.9430545568466187,0.21076549589633942,-0.2573437988758087,-0.5757379531860352,-2.1200709342956543,1.2401264905929565,0.012680530548095703,-0.5913654565811157,-0.5015062093734741 +57,-1.3913271489503145,-0.3006140088439245,-0.9214847555143983,-0.9398137331008911,0.2961067259311676,-0.17050211131572723,-0.7935936450958252,0.19056838750839233,0.028784651309251785,0.06308948993682861,-0.07845532894134521,-0.16780054569244385 +58,-1.4668600521802542,-0.2805563999151776,-1.0258886591668053,-0.955716073513031,0.2768903374671936,-0.09969280660152435,-1.8298335075378418,-0.9207378029823303,-0.010299580171704292,0.357144296169281,0.2361558973789215,0.08197736740112305 +59,-1.5838858984239745,-0.27459454829336816,-1.138597053468165,-0.9624528288841248,0.2711566984653473,0.012598815374076366,0.15985935926437378,0.04366932064294815,-1.1930890083312988,-0.18531328439712524,-0.6704486608505249,-0.07438158988952637 +60,-1.5301239972010594,-0.1519961760779114,-1.048892780090047,-0.9876533150672913,0.15141159296035767,-0.04019232466816902,0.030229931697249413,0.17470192909240723,-1.5720638036727905,0.02277904748916626,0.028138533234596252,0.1128852367401123 +61,-1.504065827195405,-0.05731424450151827,-1.0809541032129748,-0.9961358904838562,0.05728287249803543,-0.06657148897647858,-0.5706475377082825,0.3369296193122864,0.22691276669502258,-0.15832877159118652,-0.05357498303055763,-0.09488176554441452 +62,-1.4749124995636511,-0.15507693558499977,-1.1063545186274517,-0.9834614396095276,0.15445610880851746,-0.09458809345960617,-0.26234742999076843,0.009000105783343315,1.687761664390564,0.2097187638282776,0.12383367121219635,0.02276492863893509 +63,-1.5022727668528852,-0.448259062675243,-1.1227661082947613,-0.8990880846977234,0.4333972632884979,-0.0617053247988224,-0.24236585199832916,0.16746343672275543,3.0278756618499756,0.1896154284477234,0.07406425476074219,0.2081897258758545 +64,-1.4366632253118234,-0.7486350176754282,-1.1940442828345317,-0.726037859916687,0.680639386177063,-0.09797398746013641,-0.1895800679922104,1.01864755153656,2.280186891555786,0.024560868740081787,0.07250386476516724,-0.14079557359218597 +65,-1.3541098570852388,-0.872748613735194,-1.1754523409029398,-0.6276934742927551,0.7660984396934509,-0.1381821632385254,-0.860429584980011,0.6139113903045654,0.8354070782661438,0.03810906410217285,0.21969568729400635,-0.11428976058959961 +66,-1.2661295507677985,-1.0676945551690429,-1.2805326947137763,-0.4599408805370331,0.8760913014411926,-0.14463163912296295,-2.2807743549346924,1.7380268573760986,4.228542327880859,-0.10985282063484192,-0.2934650182723999,-0.06267420947551727 +67,-1.2451227387403379,-1.2507602042731827,-1.5709466339748515,-0.298063725233078,0.949224054813385,-0.10065551847219467,-0.9918585419654846,3.0385043621063232,1.6958339214324951,0.01942300796508789,-0.08153313398361206,-0.09908197820186615 +68,-1.1542462834417568,-1.4438242502921055,-1.363938279746302,-0.11580365896224976,0.9919498562812805,-0.05123627930879593,-0.4583870470523834,-1.790292501449585,1.6936619281768799,0.060109078884124756,-0.4959476590156555,-0.16575896739959717 +69,0.9772115290402855,-1.5046578712155774,0.7308388344789067,0.05478465557098389,0.9978136420249939,-0.03696649521589279,-0.06210748478770256,-0.17076371610164642,1.8650075197219849,-0.10054577887058258,-0.11088132858276367,-0.03224736079573631 +70,1.4950149765074807,-1.2682748824588814,1.352524438932528,0.2970730662345886,0.9545882940292358,-0.022555790841579437,-0.8472327589988708,-0.8110775351524353,2.8752453327178955,0.17410308122634888,0.18840175867080688,0.17868369817733765 +71,1.6898659784923473,-1.2381003820184373,1.5480139024227726,0.3242802917957306,0.9451652765274048,0.038795456290245056,0.04914255812764168,-0.39619097113609314,-1.1423879861831665,-0.1464390754699707,0.06792682409286499,-0.15859222412109375 +72,1.716219177142116,-1.2822382889345758,1.603072621953881,0.2815665304660797,0.9586552381515503,0.04123730957508087,-0.12449872493743896,-0.2653149962425232,-0.21378308534622192,0.027195066213607788,-0.04950600862503052,-0.002800464630126953 +73,1.8049235760626545,-1.3043781266680947,1.7227934894743815,0.25609472393989563,0.9647200703620911,0.06107887625694275,-0.05797535553574562,-0.17463703453540802,-0.2741183340549469,0.022744417190551758,-0.00471341609954834,-0.03674113750457764 +74,1.7717971913403283,-1.3564126751518617,1.702778659228461,0.20846180617809296,0.9771077036857605,0.04247456043958664,0.17953304946422577,0.0004940289072692394,-0.7206653952598572,-0.010631635785102844,0.05231118202209473,-0.004068139940500259 +75,1.7871281993877668,-1.4567186325800714,1.6874153437378197,0.11117655038833618,0.9935001730918884,0.024433381855487823,0.37884825468063354,0.7286901473999023,-0.9059450030326843,-0.15763957798480988,-0.03044182062149048,-0.11322426795959473 +76,1.7253583057646498,-1.4665641937380094,1.5831371314019544,0.10280409455299377,0.9945727586746216,0.016017356887459755,0.12262638658285141,-0.03101998195052147,0.10947310924530029,0.007562726736068726,-0.06210809946060181,-0.022166728973388672 +77,1.6757338119311131,-1.4631510903678566,1.5171276366806732,0.10684584826231003,0.9942118525505066,0.011253472417593002,0.08990555256605148,0.3647916316986084,0.007988881319761276,0.07863999158143997,-0.03940844535827637,-0.010322690941393375 +78,1.7206663788599625,-1.4650212094431363,1.512684928253818,0.10439479351043701,0.994411051273346,0.01576385460793972,-0.11307062953710556,0.30733510851860046,-0.08244623243808746,-0.06334865093231201,0.002171039581298828,-0.02545320987701416 +79,1.6721100637689819,-1.4696624352288095,1.44525997627304,0.10044434666633606,0.9948903322219849,0.010211354121565819,0.1634826809167862,0.12478896230459213,0.006032868754118681,0.03514525294303894,0.009565234184265137,-0.04208695888519287 +80,1.397543128421045,-1.4663205517633042,1.1787439540596978,0.10272549092769623,0.9945473670959473,-0.0179777592420578,0.26313909888267517,0.014366918243467808,-0.20790225267410278,-0.11145350337028503,0.07506334781646729,-0.023297252133488655 +81,1.3451826519295655,-1.4667004579057636,1.0997338325070385,0.10127367824316025,0.9945869445800781,-0.02324446476995945,0.006021417677402496,0.2074020802974701,-0.023517567664384842,-0.02453725039958954,-0.0416145920753479,-0.021433232352137566 +82,1.283909096538721,-1.4656788067417101,1.030822169465488,0.10063549876213074,0.9944802522659302,-0.029690084978938103,0.06322029232978821,0.0730457678437233,-0.011905998922884464,-0.02548597753047943,0.0008962750434875488,-0.003101048991084099 +83,1.202496845307559,-1.4654713717345698,0.9566046125691238,0.09808062016963959,0.9944584369659424,-0.03785010427236557,-0.014070841483771801,-0.052863944321870804,-0.05025032162666321,-0.028149589896202087,-0.007245302200317383,0.03101414442062378 +84,1.1275116973749133,-1.4644495671867859,0.905580345561412,0.09588722139596939,0.9943504929542542,-0.04552718997001648,-0.023824431002140045,-0.29874441027641296,-0.02075032889842987,0.018889397382736206,-0.03084951639175415,0.006144225597381592 +85,1.0408129312624932,-1.4619648571193025,0.8505821479666381,0.09371592104434967,0.9940837025642395,-0.0549076609313488,0.07913214713335037,-0.2340414673089981,-0.08097560703754425,0.05910085141658783,-0.023716330528259277,0.0015019215643405914 +86,0.8801995894763425,-1.4728021533712516,0.6868803334286512,0.07542023807764053,0.9952024221420288,-0.062322746962308884,0.19337627291679382,-0.1513918936252594,0.0024272038135677576,-0.062328189611434937,0.004614472389221191,-0.08968532085418701 +87,0.8422117677698648,-1.4621074569170363,0.6620413706580907,0.08093555271625519,0.9940991997718811,-0.07222459465265274,0.056990332901477814,-0.1847873330116272,0.1365043967962265,0.013165399432182312,-0.0024304986000061035,-0.012766838073730469 +88,0.8442455124008376,-1.4480091485286322,0.682969354884002,0.09154951572418213,0.9924710988998413,-0.08136235177516937,0.007057970389723778,-0.1851930022239685,0.11757141351699829,0.021869070827960968,-0.006478667259216309,0.0001245737075805664 +89,0.8714233169014158,-1.4389539229693225,0.7310239979040953,0.10060007870197296,0.9913213849067688,-0.08462651073932648,0.02242954447865486,-0.20057517290115356,0.08624771237373352,0.0036174505949020386,-0.010700047016143799,-0.011946380138397217 +90,0.8786116613920101,-1.4366300518187032,0.7597167255949718,0.10297907143831253,0.9910131692886353,-0.08537124842405319,0.0018389306496828794,-0.23156176507472992,0.050590816885232925,0.00955449789762497,-0.005188643932342529,-0.02256941795349121 +91,0.8512951481388662,-1.4297826542388354,0.7580261604314502,0.10571034252643585,0.9900740385055542,-0.09262189269065857,0.03874500095844269,-0.23993182182312012,0.002897419035434723,-0.03899891674518585,-0.0120772123336792,-0.012221217155456543 +92,0.7849332476263094,-1.4285148756598698,0.7175381674887421,0.10022250562906265,0.9898950457572937,-0.10031574219465256,0.04766719415783882,-0.18029530346393585,-0.012346645817160606,-0.016131319105625153,-0.0380212664604187,0.012486159801483154 +93,0.747836381966568,-1.4255630316501011,0.6996928366169527,0.0984196811914444,0.9894721508026123,-0.10610563308000565,-0.05830007791519165,-0.025287818163633347,-0.014288331381976604,-0.016617313027381897,-0.007279157638549805,0.02108365297317505 +94,0.7608001164303374,-1.424095995575525,0.7112604198003468,0.1007876992225647,0.9892587661743164,-0.10587215423583984,-0.0051625994965434074,-0.020318329334259033,-0.011976204812526703,-0.023181498050689697,-0.010376930236816406,-0.038033485412597656 +95,0.7050292697765257,-1.4232407418491153,0.6543683600463678,0.0952775701880455,0.9891334176063538,-0.11196976900100708,0.043518148362636566,0.09170953184366226,-0.04597507789731026,-0.0382402241230011,-0.009305596351623535,-0.015700511634349823 +96,0.663971638785902,-1.4237614625884831,0.5967206621838168,0.09028437733650208,0.9892098307609558,-0.11538108438253403,0.031852301210165024,0.1835336536169052,-0.06634719669818878,-0.010831862688064575,-0.00890892744064331,-0.021261394023895264 +97,0.6203622233380419,-1.4234637820755227,0.5300499730957478,0.08533908426761627,0.9891662001609802,-0.11944624036550522,0.044997651129961014,0.26441851258277893,-0.05416954681277275,-0.0001340135931968689,-0.0141754150390625,0.0014195516705513 +98,0.6029406283069981,-1.4228184731811715,0.4854430331932728,0.08360760658979416,0.989071249961853,-0.12144104391336441,0.016652338206768036,0.25597548484802246,-0.03958125039935112,0.013636656105518341,-0.016491293907165527,0.006130337715148926 +99,0.6112733761809974,-1.4236475526303902,0.4729835192520125,0.08414554595947266,0.9891931414604187,-0.12006796896457672,-0.004213355481624603,0.1327103227376938,-0.012726442888379097,0.024863235652446747,-0.018825769424438477,0.0036434009671211243 +100,0.6424326091683735,-1.4230007896552603,0.4970565998502563,0.0882287546992302,0.9890981316566467,-0.11790057271718979,0.0032273828983306885,0.012405827641487122,0.015441273339092731,0.024976201355457306,-0.011803209781646729,0.00013328343629837036 +101,0.6661841060246976,-1.421119640777731,0.5225384376119641,0.0921541377902031,0.9888193607330322,-0.1172352284193039,-0.00654572295024991,-0.0484280064702034,0.015086810104548931,0.0021451860666275024,-0.010669827461242676,-0.0035839229822158813 +102,0.6730044423243929,-1.419888980124228,0.5340973486153159,0.09370943903923035,0.9886350631713867,-0.1175546869635582,-0.0018880069255828857,-0.034833312034606934,0.011909565888345242,-0.015492886304855347,-0.01277458667755127,-0.0053853243589401245 +103,0.6694115169268697,-1.4198231944897528,0.5315677913014821,0.09332742542028427,0.988625168800354,-0.11794237792491913,0.0009134554420597851,0.016752544790506363,0.0006603996735066175,-0.011204615235328674,-0.013115525245666504,-0.006950795650482178 +104,0.6622084907282136,-1.4202305597017078,0.5212034899597071,0.09222772717475891,0.9886863827705383,-0.11829379200935364,0.0011737437453120947,0.06297990679740906,0.0016348289791494608,-0.007907658815383911,-0.01686936616897583,0.0032578110694885254 +105,0.6713439592160821,-1.4210741780117608,0.521235747459523,0.0927850753068924,0.9888125658035278,-0.1167924702167511,-0.013973082415759563,0.11387696862220764,0.0016612156759947538,-0.006481379270553589,-0.004666566848754883,-0.0005628913640975952 +106,0.6850143504338897,-1.423034733195074,0.5234063924912399,0.09314590692520142,0.9891030788421631,-0.1140112653374672,-0.030461201444268227,0.11035361140966415,-0.00287404446862638,-0.00014360249042510986,-0.014036118984222412,0.0027594193816184998 +107,0.7082876695499649,-1.425328218090038,0.5354691421480877,0.09429821372032166,0.9894381761550903,-0.11009000241756439,-0.02150002308189869,0.1142897754907608,0.001509475870989263,0.00018419325351715088,-0.007046878337860107,-0.00212310254573822 +108,0.7187138804578158,-1.4259935393506868,0.5364450400647026,0.09500809013843536,0.9895343780517578,-0.10860611498355865,-0.01253408845514059,0.07697460055351257,-0.0047841258347034454,0.0004203692078590393,-0.013002395629882812,-0.002264261245727539 +109,0.7286796893077119,-1.4267113161222178,0.5393377657605021,0.09561222791671753,0.9896376729011536,-0.10712343454360962,-0.009615675546228886,0.06330883502960205,-0.0066259996965527534,-0.0017249062657356262,-0.012663304805755615,-0.001427583396434784 +110,0.7435652734765016,-1.4273043781863972,0.5479333905288148,0.0967988595366478,0.9897226691246033,-0.1052563413977623,-0.019498687237501144,0.054659295827150345,0.0075211431831121445,-0.00021072477102279663,-0.015922069549560547,0.0023357942700386047 +111,0.7627876429107979,-1.4279986190441776,0.5628600802573407,0.09832955151796341,0.98982173204422,-0.10287977755069733,-0.021726049482822418,0.031339049339294434,0.014333732426166534,-0.007036216557025909,-0.01478511095046997,0.0004017949104309082 +112,0.7858259877992404,-1.4284951555214542,0.5827232036385619,0.10032573342323303,0.9898922443389893,-0.10023992508649826,-0.017899824306368828,0.029356975108385086,0.02635740488767624,0.0011299476027488708,-0.011040985584259033,0.005757518112659454 +113,0.8116382485143928,-1.4278263014593637,0.6069627741327619,0.10335994511842728,0.9897971749305725,-0.09807310998439789,-0.01582084223628044,0.014183048158884048,0.04247944429516792,-0.0001800060272216797,-0.01151043176651001,-0.0024365782737731934 +114,0.8456753987300529,-1.4261554849332267,0.6418092073643605,0.1078752726316452,0.9895577430725098,-0.09559572488069534,-0.01929415762424469,-0.0301818810403347,0.0595368929207325,0.005192361772060394,-0.009607791900634766,0.011214613914489746 +115,0.9052241678793063,-1.4221101645283465,0.7030465590078324,0.11652067303657532,0.9889665842056274,-0.09147714823484421,-0.06491594016551971,0.12179475277662277,0.16099710762500763,-0.0011642351746559143,-0.015608429908752441,0.0334479883313179 +116,1.0938465764793537,-1.4043654237975893,0.860892610195754,0.14717604219913483,0.9861823320388794,-0.0760517492890358,-0.2023804485797882,0.2838515341281891,0.1673857420682907,-0.027898088097572327,0.07950681447982788,-0.07586473226547241 +117,1.1897013633359002,-1.3955376291473829,0.960820676425521,0.16185438632965088,0.9846814870834351,-0.0648522898554802,0.0019315836252644658,-0.38061094284057617,0.14056116342544556,0.04862534999847412,-0.012772798538208008,0.003038935363292694 +118,1.1737577979214522,-1.3828765597922008,1.0006486081810446,0.17228402197360992,0.9823949933052063,-0.07223984599113464,0.012265373021364212,-0.667693555355072,0.17215019464492798,-0.0017212629318237305,-0.011951088905334473,0.026066772639751434 +119,1.1686873142124092,-1.3666545440652629,1.0579235021669078,0.18655648827552795,0.9792353510856628,-0.07933901250362396,-0.1282835751771927,-0.4841621518135071,0.21752150356769562,0.008069336414337158,-0.011690855026245117,0.05642033368349075 +120,1.2247273806216494,-1.3486593484932,1.1565710224946057,0.20725290477275848,0.9754288792610168,-0.0747312530875206,-0.12108685076236725,-0.35690805315971375,0.2816486954689026,0.022620752453804016,-0.020381271839141846,-0.008383393287658691 +121,1.270289509916471,-1.331618862448705,1.2417243847260253,0.22628743946552277,0.9715331792831421,-0.07012458890676498,-0.16270329058170319,-0.4514113664627075,0.1262010931968689,-0.02468833327293396,-0.011190712451934814,-0.010136663913726807 +122,1.2897677040895479,-1.333818106207841,1.3091075125578608,0.22555658221244812,0.9720517992973328,-0.06511104106903076,-0.15709473192691803,-0.5121354460716248,-0.06757275015115738,-0.00557062029838562,-0.001867532730102539,-0.02233707904815674 +123,1.2778623172466337,-1.3479671034224308,1.362123017332781,0.21157516539096832,0.9752761125564575,-0.06381337344646454,-0.13377459347248077,-0.6792173385620117,-0.11011140048503876,0.0415680855512619,-0.019740402698516846,-0.0017078965902328491 +124,1.244186750716424,-1.3622069708003608,1.403772296811913,0.1961328685283661,0.9783239960670471,-0.06643825769424438,-0.14268620312213898,-0.8231214284896851,-0.12504872679710388,0.07199457287788391,-0.02886110544204712,0.032914698123931885 +125,1.1971191745409246,-1.3800637325738405,1.4492682555360423,0.17649590969085693,0.981865644454956,-0.06920397281646729,-0.18572162091732025,-0.9687275886535645,-0.14432908594608307,0.04805241525173187,-0.041802167892456055,0.044438958168029785 +126,1.158945329950152,-1.3998011429667387,1.5120765573884305,0.15593503415584564,0.9854159355163574,-0.0681176707148552,-0.12411175668239594,-1.053477168083191,-0.12748724222183228,0.09093691408634186,-0.01602494716644287,-0.015546269714832306 +127,1.0735327691548262,-1.4199453299813194,1.5409938538867292,0.1320795714855194,0.9886435270309448,-0.07168680429458618,-0.13239994645118713,-1.1207786798477173,-0.19549435377120972,0.03051808476448059,-0.02320462465286255,0.006653837859630585 +128,1.0065295878642588,-1.4487202926009428,1.5824313350110297,0.10289628803730011,0.992557942867279,-0.0651240274310112,-0.2376369833946228,-0.9883366227149963,-0.22963891923427582,0.04747907817363739,-0.03812074661254883,0.0348811149597168 +129,1.0336884941773503,-1.4757569685909986,1.703834707314381,0.08153460919857025,0.9954871535301208,-0.048554275184869766,-0.28183797001838684,-0.8875221014022827,-0.10679882764816284,0.06705549359321594,-0.03493112325668335,0.024063944816589355 +130,1.1986930839195857,-1.4902623673027624,1.9513888483678121,0.07494282722473145,0.9967588782310486,-0.029249045997858047,-0.16143541038036346,-0.8339688777923584,0.016800276935100555,0.07016826421022415,-0.03203713893890381,-0.008958939462900162 +131,1.3883211607844905,-1.4939960372961898,2.226454069544653,0.0754513293504715,0.9970523118972778,-0.013922869227826595,-0.3168984353542328,-0.862334668636322,-0.03443937748670578,0.01192048192024231,-0.003186345100402832,0.044684529304504395 +132,1.615458218620029,-1.5093767118809898,2.543116399268907,0.06132172420620918,0.9981144070625305,0.0027405666187405586,-0.17329972982406616,-0.8345787525177002,-0.2590712308883667,-0.0985378846526146,0.002114593982696533,0.012502908706665039 +133,1.952781522294227,-1.5245073308677002,2.958573005690688,0.04293850436806679,0.9989288449287415,0.017249103635549545,-0.1311032772064209,-0.9877419471740723,-0.1879829615354538,-0.08665493130683899,0.019580066204071045,-0.043616294860839844 +134,1.9415712583178404,-1.5402092640694591,3.054952827683677,0.02850240282714367,0.9995322227478027,0.011080450378358364,0.01314814854413271,-1.0757172107696533,-0.17326126992702484,-0.06870931386947632,-0.03354412317276001,-0.08781695365905762 +135,1.8933486793771586,-1.5544205077845548,3.10818714957528,0.015526635572314262,0.9998658895492554,0.005189381539821625,0.05849631130695343,-0.8762884140014648,-0.07493948936462402,-0.021752240136265755,-0.015399456024169922,-0.01417684555053711 +136,1.7161605179967037,-1.5591877808542494,3.0115130589780224,0.011491833254694939,0.9999326467514038,0.001682367641478777,-0.006171870045363903,-0.722214937210083,-0.008361443877220154,-0.021684706211090088,-0.019540071487426758,-0.023120999336242676 +137,1.7443352419326292,-1.5565578005427116,3.102785683313292,0.014020003378391266,0.9998986124992371,0.002457737922668457,-0.04172930866479874,-0.552686333656311,0.043169740587472916,-0.05407431721687317,-0.02661687135696411,-0.05586349964141846 +138,1.809686027191877,-1.543697984581913,-3.0712378936048697,0.02632649801671505,0.9996328353881836,0.006411561276763678,-0.016813570633530617,-0.4218984842300415,0.17827962338924408,-0.016072601079940796,-0.009398460388183594,-0.08937358856201172 +139,1.6880710631241889,-1.522810784017429,3.1238141953538308,0.047637492418289185,0.9988489151000977,0.0056124283000826836,0.0017280797474086285,-0.27052754163742065,0.20707164704799652,-0.09994462132453918,0.005331933498382568,-0.08663654327392578 +140,1.5898091903805518,-1.5032667295350617,3.045063702135838,0.06746771931648254,0.9977207183837891,0.0012829091865569353,0.02232949435710907,-0.09457619488239288,0.1738271415233612,-0.052575111389160156,0.010259628295898438,-0.014817476272583008 +141,1.56274403346225,-1.4823348305206656,3.029185918388808,0.08834344893693924,0.9960898160934448,-0.0007113827741704881,-0.0019385605119168758,-0.021080411970615387,0.22185645997524261,0.06320685148239136,0.032062649726867676,0.03756141662597656 +142,1.5504456065143686,-1.4568060092303319,3.007404813782666,0.11372049897909164,0.9935101270675659,-0.002314613666385412,0.06573080271482468,0.07896994054317474,0.252918004989624,0.08491843938827515,-0.10206115245819092,-0.022221505641937256 +143,1.5333432066391501,-1.4325371932596656,2.987825545260388,0.13772225379943848,0.9904574155807495,-0.005160541273653507,0.04406706616282463,0.0009647822007536888,0.23349429666996002,0.07652638852596283,-0.010232865810394287,0.06366276741027832 +144,1.5155979078399564,-1.4075753690652524,2.9673087030835,0.16224981844425201,0.9867089986801147,-0.008965040557086468,0.10576572269201279,-0.03997192159295082,0.14839696884155273,0.10400080680847168,0.002350449562072754,-0.03319501876831055 +145,1.4738231451333161,-1.3826022502437256,2.930093165507103,0.1862061768770218,0.9823436737060547,-0.018113819882273674,0.07031664997339249,-0.06475703418254852,0.15865670144557953,0.04003585875034332,-0.04989439249038696,0.00563216395676136 +146,1.4422487020478383,-1.3579911985812063,2.8987778546004974,0.20946022868156433,0.9774423241615295,-0.027074912562966347,0.10373067110776901,0.060322582721710205,0.20913994312286377,0.018597662448883057,-0.028757572174072266,-0.02803981304168701 +147,1.3769731911012124,-1.332882090360833,2.821650915772023,0.23126307129859924,0.9718316793441772,-0.04539400711655617,0.275637686252594,0.1752365529537201,0.2864706516265869,-0.000351831316947937,0.021515488624572754,-0.06085294112563133 +148,1.3129574057532893,-1.3114785279817056,2.7280753609223676,0.24794511497020721,0.9665651321411133,-0.06538531929254532,0.1836571842432022,0.4020162522792816,0.023535508662462234,-0.05934646725654602,-0.03701496124267578,-0.07336288690567017 +149,1.3197339993984907,-1.3165645465840965,2.6831010193449405,0.24361711740493774,0.967856764793396,-0.062481410801410675,0.09777889400720596,0.6258834004402161,-0.13323593139648438,-0.030390828847885132,-0.01941627264022827,-0.021472454071044922 +150,1.3056810009140158,-1.3244962403808658,2.6004183860180743,0.23529908061027527,0.9698211550712585,-0.06388520449399948,0.03829546272754669,0.7248967885971069,-0.21218642592430115,0.02336794137954712,-0.009127795696258545,-0.015475749969482422 +151,1.3546141995551113,-1.3514353897572802,2.567307807931456,0.21254047751426697,0.9760367274284363,-0.0466768741607666,-0.03846602514386177,0.8338621258735657,-0.30475056171417236,0.03774942457675934,-0.049401044845581055,-0.0068814717233181 +152,1.4085401179354475,-1.381111435094677,2.538623476545075,0.18607336282730103,0.9820637106895447,-0.03045932948589325,-0.022647246718406677,0.8342130184173584,-0.24742060899734497,0.04885093867778778,0.010703742504119873,-0.030560556799173355 +153,1.4287736991626534,-1.403860661849273,2.4639203812563477,0.16448858380317688,0.98609858751297,-0.023519447073340416,0.11173120141029358,0.875157356262207,-0.2871658205986023,0.01776239275932312,0.00914067029953003,-0.07299238443374634 +154,1.4316880995248427,-1.4260089130786244,2.3816208483138976,0.142888605594635,0.9895365834236145,-0.020006196573376656,0.14588476717472076,1.0680179595947266,-0.21455085277557373,0.008676961064338684,-0.023914575576782227,-0.018171312287449837 +155,1.4219385482197913,-1.4449688750611758,2.2526763104433436,0.12410882115364075,0.9920941591262817,-0.018612241372466087,0.10866829752922058,1.2608126401901245,-0.22936344146728516,-0.02451471984386444,-0.03506278991699219,0.03893697261810303 +156,1.4681890137688036,-1.4680833159503928,2.1642125032821067,0.10199207812547684,0.9947296380996704,-0.010502014309167862,-0.01517310831695795,1.42044198513031,-0.26253315806388855,-0.027697041630744934,-0.037393391132354736,0.09674465656280518 +157,1.6776089172519755,-1.4932234936018332,2.2276092597382906,0.07705365121364594,0.9969927072525024,0.008261743001639843,-0.08494618535041809,1.3789314031600952,-0.21528710424900055,-0.061321839690208435,0.021226227283477783,0.004311561584472656 +158,1.982952116680834,-1.5092610941025753,2.406787563659801,0.05634450167417526,0.9981073141098022,0.024633627384901047,0.009531179443001747,1.217262864112854,-0.13781094551086426,0.013830669224262238,-0.029036998748779297,-0.03888535872101784 +159,2.057895759407997,-1.519564993271441,2.3680681441787366,0.04525298252701759,0.9986879825592041,0.02396906167268753,0.12691359221935272,1.0462387800216675,-0.05914115160703659,-0.009730517864227295,0.0018308162689208984,-0.045728087425231934 +160,1.968978920779912,-1.5283335162183664,2.1839368486580337,0.03912688419222832,0.9990985989570618,0.016458826139569283,0.11167392134666443,0.9087458848953247,-0.010315289720892906,-0.016513369977474213,-0.014754235744476318,0.006383534520864487 +161,1.7519502773878142,-1.530309122972058,1.8758974447395975,0.039812613278627396,0.9991804957389832,0.007292155642062426,0.12668076157569885,0.8879695534706116,0.0581519640982151,-0.04045348986983299,-0.00764918327331543,0.004624962341040373 +162,1.4931130388847522,-1.5219254299270872,1.5297249458789643,0.04870372638106346,0.9988060593605042,-0.0037910945247858763,0.14500679075717926,0.8035947680473328,0.10841201990842819,-0.04136424884200096,-0.007000088691711426,0.006537675857543945 +163,1.352302500649372,-1.5087055407673728,1.3175496170434318,0.06057536602020264,0.9980729818344116,-0.013450060971081257,0.10522399842739105,0.6062493324279785,0.11839192360639572,-0.016279105097055435,-0.017863690853118896,0.02718299627304077 +164,1.2782505788104894,-1.4916860736117992,1.1973477038947384,0.0756697952747345,0.9968724250793457,-0.022790784016251564,0.1193392276763916,0.3655971586704254,0.17275577783584595,0.030287228524684906,-0.013947069644927979,0.029992880299687386 +165,1.2496627307265824,-1.4723761745918862,1.137843086930994,0.09323848783969879,0.9951606392860413,-0.031015591695904732,0.10309036076068878,0.26806575059890747,0.14667126536369324,-0.0018383413553237915,-0.03031688928604126,-0.016668081283569336 +166,1.225890022126266,-1.4558531177503962,1.0896541700374585,0.10793605446815491,0.993401288986206,-0.03877783566713333,0.1353984773159027,0.1999020129442215,0.15269427001476288,0.04308018088340759,-0.022316694259643555,-0.017252445220947266 +167,1.1994139735149687,-1.43712621387871,1.0345848911753017,0.1241869181394577,0.9910794496536255,-0.04836513474583626,0.08333435654640198,0.3134582042694092,0.13485801219940186,0.0473523885011673,-0.010686993598937988,-0.024922847747802734 +168,1.1662298485543257,-1.417309044023809,0.9619232076249168,0.14054371416568756,0.9882439374923706,-0.06017891317605972,0.20518118143081665,0.4815763831138611,0.11402634531259537,0.048405855894088745,-0.016060709953308105,-0.060777485370635986 +169,1.160356587570053,-1.407254906803478,0.9062083953228469,0.1492909938097,0.986656904220581,-0.06496459245681763,0.05255209282040596,0.41673651337623596,0.0034653060138225555,0.06128029525279999,-0.043694257736206055,0.028404533863067627 +170,1.146657167299799,-1.4091517715183395,0.8458098161880472,0.14668084681034088,0.9869639277458191,-0.06623320281505585,0.07947064936161041,0.4498709440231323,-0.13326218724250793,0.009386032819747925,-0.04578661918640137,-0.04094450920820236 +171,1.1041598841095945,-1.4268905574323414,0.7597674174981961,0.1280766874551773,0.9896634221076965,-0.0645175650715828,0.009237268939614296,0.3453393280506134,-0.2605435252189636,0.0639551430940628,0.047262728214263916,-0.003719739615917206 +172,1.015252589945739,-1.4398246530845369,0.6405648636201441,0.11095798760652542,0.9914354681968689,-0.0688781589269638,0.06145566701889038,0.16668915748596191,-0.14966219663619995,0.09001551568508148,-0.04966294765472412,-0.0356292724609375 +173,0.9406829315450365,-1.444135628635809,0.5560532092143677,0.10206358134746552,0.991989254951477,-0.07443378865718842,0.06809073686599731,0.12664827704429626,-0.07948639243841171,0.002626970410346985,-0.01737987995147705,0.0036025047302246094 +174,0.8794682332174177,-1.4435470424191998,0.489074623288461,0.09776768833398819,0.9919147491455078,-0.08090973645448685,0.09374663233757019,-0.01964006945490837,-0.06760186702013016,0.01702415943145752,-0.016176342964172363,-0.047767624258995056 +175,0.816567254429326,-1.4389025192233398,0.42742136376353135,0.09584595263004303,0.9913145899772644,-0.0900498703122139,0.041159022599458694,0.03301234543323517,-0.02719283290207386,-0.003179311752319336,-0.004665970802307129,0.005760364234447479 +176,0.7877875300802522,-1.4380867272964073,0.40082197005402737,0.09378834068775177,0.9912070035934448,-0.09334121644496918,0.014063100330531597,-0.09719192236661911,-0.018721317872405052,0.01009349524974823,-0.009731173515319824,0.0030243992805480957 +177,0.773268511348061,-1.4374699560820907,0.40043301734798614,0.09284964948892593,0.991125226020813,-0.09512989223003387,0.002026441041380167,-0.1340097188949585,0.008591697551310062,-0.019775323569774628,-0.016714274883270264,-0.0018244311213493347 +178,0.7612323692076323,-1.4360234702655528,0.39936715142509366,0.09268742054700851,0.9909318685531616,-0.09727900475263596,0.005937187932431698,-0.08532705903053284,0.027424583211541176,-0.011586949229240417,-0.01874864101409912,-0.010081887245178223 +179,0.7575215741350227,-1.4352008717956757,0.40134294139735865,0.09288494288921356,0.9908210039138794,-0.09821349382400513,-0.011701214127242565,-0.01875203289091587,0.025293443351984024,-0.02319806069135666,-0.016059160232543945,-0.02317015826702118 +180,0.7487006463690487,-1.4346942201753434,0.39386801408670485,0.0923578292131424,0.9907523989677429,-0.09939794987440109,-0.027091842144727707,-0.0017863353714346886,0.015160175040364265,-0.016567416489124298,-0.01554781198501587,-0.01067902147769928 +181,0.7553946986493753,-1.4355495426669895,0.40254602401754314,0.0924401804804802,0.990868091583252,-0.09816057980060577,-0.027409939095377922,-0.022385533899068832,0.0040937429293990135,0.013822019100189209,-0.020683705806732178,-0.01336592435836792 +182,0.7735833295281332,-1.4332852258559585,0.4258342716965211,0.09577745199203491,0.9905602335929871,-0.09806780517101288,-0.03254704177379608,-0.055250607430934906,0.046927668154239655,0.012132719159126282,-0.01799541711807251,-0.0003056079149246216 +183,0.8199865893330456,-1.4312086765961571,0.47905111436090353,0.10172563791275024,0.9902734756469727,-0.09492121636867523,-0.0394454263150692,-0.10452426970005035,0.05059172958135605,0.035771287977695465,-0.011376559734344482,0.00010307878255844116 +184,0.8477579297062383,-1.4282329512587946,0.5282026773104989,0.10653243213891983,0.9898550510406494,-0.09401039779186249,-0.03849572688341141,-0.3436177968978882,0.045810528099536896,0.05302871763706207,-0.012895822525024414,0.006424963474273682 +185,0.8646658243317324,-1.4258242691382559,0.5860792729554456,0.10991956293582916,0.9895099401473999,-0.09374189376831055,-0.052308760583400726,-0.4206773042678833,0.07083672285079956,-0.0019636452198028564,-0.010246753692626953,-0.007240764796733856 +186,0.8931369253054006,-1.424509351147619,0.660302008815785,0.11355768144130707,0.9893191456794739,-0.0913909375667572,-0.12362819164991379,-0.5333302617073059,0.08818759769201279,0.017744190990924835,-0.008484184741973877,0.025747597217559814 +187,0.943221390785589,-1.4286762680071883,0.7884173238432202,0.1146530956029892,0.9899179339408875,-0.08317016065120697,-0.22879056632518768,-1.0140221118927002,0.09170649200677872,0.0873885378241539,-0.02388399839401245,0.06354737281799316 +188,1.0080324815206823,-1.4337194423820405,0.9813648510294971,0.11557463556528091,0.9906196594238281,-0.07290522009134293,-0.24025747179985046,-1.5134063959121704,0.12370792776346207,0.04998323321342468,-0.043537139892578125,0.021071135997772217 +189,1.0720805177817172,-1.4313433426273472,1.2131246661639496,0.12207034230232239,0.9902921915054321,-0.06648392975330353,-0.22626428306102753,-1.8126248121261597,0.20932061970233917,0.046707116067409515,-0.007824599742889404,0.06288284808397293 +190,1.0893725357637452,-1.4242758107720117,1.4309657214283182,0.12940242886543274,0.9892850518226624,-0.06760265678167343,-0.3004816472530365,-2.1406967639923096,0.19305208325386047,0.01215335726737976,0.0004610419273376465,0.07381296157836914 +191,1.057823077827506,-1.4244460410120352,1.6193368652309954,0.12705841660499573,0.9893099069595337,-0.07156803458929062,-0.1794775128364563,-2.1503844261169434,0.08928567916154861,-0.06306305527687073,0.015603363513946533,0.028446681797504425 +192,0.9427513617685281,-1.4195059950786821,1.7057799924561894,0.12195443361997604,0.9885774254798889,-0.08855412155389786,-0.01759498007595539,-1.702093243598938,0.12539571523666382,-0.06891489028930664,-0.018118441104888916,-0.005104362964630127 +193,0.8629864539062149,-1.4119557718296285,1.7496421572187382,0.12017834186553955,0.9874113202095032,-0.10283992439508438,0.029049865901470184,-0.8024888038635254,0.059461094439029694,-0.16574108600616455,0.015030086040496826,-0.03409242630004883 +194,0.8387492671775426,-1.4096532165371598,1.7616723078050949,0.11934186518192291,0.9870445132255554,-0.10724189132452011,0.019877402111887932,0.0930279791355133,-0.022543149068951607,-0.14131450653076172,0.00195389986038208,-0.0728117823600769 +195,0.8506792790929335,-1.4076922341839415,1.7007017828002389,0.1220669150352478,0.9867280125617981,-0.10708624869585037,0.14019396901130676,1.3072186708450317,-0.08772128820419312,-0.1330227255821228,0.005520462989807129,-0.05168145149946213 +196,0.874855025763535,-1.4047631937557499,1.5486045540964373,0.12683746218681335,0.9862481355667114,-0.10595669597387314,0.2364693433046341,2.0088372230529785,-0.16021841764450073,-0.10356782376766205,0.011539340019226074,-0.00041234493255615234 +197,0.8942360414674029,-1.403846319969736,1.3435640471452965,0.12957251071929932,0.986096203327179,-0.10404518246650696,0.30382052063941956,2.5089893341064453,-0.22028066217899323,-0.10261023044586182,0.015399158000946045,0.06673747301101685 +198,0.9617339571861454,-1.3983016767651706,1.1384114554089932,0.14077691733837128,0.9851596355438232,-0.09819529950618744,0.35535427927970886,2.7742326259613037,-0.18211592733860016,-0.03437739610671997,-0.10979348421096802,0.12178540974855423 +199,0.9447250092850815,-1.3908642298798475,0.834021845875267,0.14502021670341492,0.9838558435440063,-0.10486624389886856,0.3041553795337677,2.8411507606506348,-0.32278206944465637,-0.028900831937789917,0.07833898067474365,-0.010429143905639648 +200,1.0514005653824823,-1.4100260792067523,0.6473126420738775,0.1389675736427307,0.9871042966842651,-0.07945606857538223,0.24541205167770386,2.912778377532959,-0.32025638222694397,0.002603486180305481,0.003923535346984863,0.08604782819747925 +201,1.086498691621362,-1.4241411494683711,0.3972944296757687,0.1293260008096695,0.9892653822898865,-0.06803654879331589,0.04358121380209923,2.6497199535369873,-0.34513968229293823,0.046012744307518005,-0.060493290424346924,0.10630559176206589 +202,1.289862721104501,-1.4515761645864647,0.338343170055532,0.11427513509988785,0.9929016828536987,-0.03297584876418114,0.030173219740390778,2.4721953868865967,-0.19676874577999115,0.05576881021261215,0.016390860080718994,0.12803804874420166 +203,1.7208472507822035,-1.4621029385481474,0.5240561200225845,0.10726023465394974,0.9940986633300781,0.01621638610959053,-0.17880210280418396,2.551104784011841,-0.09160184860229492,-0.09628919512033463,-0.0712013840675354,0.08220279216766357 +204,1.9441867254357006,-1.4670432191260296,0.5039689306862721,0.09643035382032394,0.9946224689483643,0.037778399884700775,0.168270081281662,2.4589829444885254,0.08355873078107834,-0.07117707282304764,0.023230254650115967,-0.06593084335327148 +205,1.8514833542374265,-1.4647029902096185,0.16113751759916473,0.10174932330846786,0.9943773746490479,0.029334157705307007,0.4191657602787018,2.1315488815307617,0.18425364792346954,-0.11569584906101227,0.0695873498916626,-0.010550621896982193 +206,1.6583134881184936,-1.452660717344123,-0.23610489613751706,0.11741120368242264,0.9930300712585449,0.010301809757947922,0.28943684697151184,2.096055507659912,0.1799871325492859,-0.19950346648693085,-0.058215558528900146,0.11901640892028809 +207,1.6842223351321948,-1.4430083145983852,-0.40817486494902955,0.12662212550640106,0.9918462038040161,0.014424152672290802,0.338864266872406,1.8692516088485718,0.0827179029583931,-0.021000772714614868,-0.03629505634307861,0.08495640754699707 +208,1.5906114319900921,-1.4346362437373774,-0.7052978746400028,0.13571427762508392,0.9907445311546326,0.002689544577151537,0.7310312390327454,2.173454999923706,0.22574804723262787,0.12811021506786346,-0.006018459796905518,-0.13789761066436768 +209,1.4902475650735825,-1.4210028326079625,-1.0348395850142535,0.14875003695487976,0.988801896572113,-0.01200761180371046,0.27977219223976135,2.057593584060669,0.06932887434959412,-0.03528566658496857,0.0005779266357421875,-0.012436985969543457 +210,1.4866391533051728,-1.4161264170958627,-1.24557410642858,0.1535085290670395,0.9880624413490295,-0.012949429452419281,0.3541986346244812,2.151324987411499,-0.04131731018424034,-0.020177245140075684,-0.026239991188049316,-0.005010186694562435 +211,1.5026614632195257,-1.415276746537012,-1.4548793285754058,0.15453483164310455,0.9879311919212341,-0.010545534081757069,0.2886245548725128,2.4270670413970947,0.11977420747280121,0.09511420130729675,0.043395161628723145,0.0028856396675109863 +212,1.5348873902911533,-1.427790717158187,-1.6382318347593894,0.14242663979530334,0.9897921085357666,-0.005116588436067104,0.12599292397499084,1.502647042274475,-0.27402395009994507,-0.05210988223552704,-0.07078582048416138,-0.0007733101956546307 +213,1.6145958236436009,-1.4515100373225214,-1.737579233628567,0.11889056861400604,0.9928938150405884,0.005210679490119219,-0.07191669195890427,1.9392774105072021,-0.22507745027542114,-0.02582719922065735,-0.024433612823486328,0.15750908851623535 +214,1.7347966510026882,-1.4706651537629276,-1.7901769292259977,0.09862338751554489,0.9949910640716553,0.01632085256278515,0.06288058310747147,1.7790203094482422,-0.23241207003593445,-0.06926548480987549,-0.03789877891540527,-0.02218019962310791 +215,1.880478112196745,-1.4924201484086836,-1.8047370494886479,0.07457242906093597,0.9969301819801331,0.023861438035964966,0.10154464840888977,1.45281183719635,-0.1712559163570404,-0.03956875950098038,0.041064321994781494,-0.02489900216460228 +216,1.9274821660349843,-1.5080033895293785,-1.8982682976675898,0.05880217254161835,0.9980291724205017,0.02191109210252762,0.17151974141597748,1.2120585441589355,-0.06860329955816269,-0.0032449066638946533,0.003740847110748291,-0.0635981559753418 +217,1.7266053446376786,-1.5141082508031587,-2.2024265542254495,0.05596992373466492,0.9983936548233032,0.008791879750788212,0.2173062562942505,0.8054010272026062,0.03346587345004082,-0.024994589388370514,-0.0039784908294677734,-0.02810955047607422 +218,1.4825052575227577,-1.5100147476408945,-2.514022213737288,0.0605095811188221,0.9981533885002136,-0.005356380715966225,0.17611399292945862,0.5686696767807007,0.05949409678578377,0.0636206567287445,-0.003966927528381348,0.03109794855117798 +219,1.4642584317082388,-1.505496804547797,-2.5839161018485033,0.06488531827926636,0.9978687167167664,-0.006939019076526165,-0.027870863676071167,0.2267128974199295,0.0068078432232141495,0.05642206221818924,-0.03427606821060181,-0.036731600761413574 +220,1.4748054201685987,-1.5048974272659443,-2.56557627187863,0.06554841250181198,0.9978294372558594,-0.006311448756605387,-0.12528112530708313,-0.32632607221603394,0.01650676131248474,0.12732267379760742,-0.035701751708984375,0.03672224283218384 +221,1.595182939702095,-1.4917580846847285,-2.368163628561926,0.0789346918463707,0.9968780875205994,0.0019253315404057503,-0.07207073271274567,-1.0295032262802124,0.1272306740283966,0.13082793354988098,-0.09538865089416504,-0.04719817638397217 +222,1.4203464944107869,-1.4808644989679496,-2.4096172547742727,0.08879680931568146,0.9959588646888733,-0.01346118375658989,0.048094965517520905,-1.6939500570297241,0.11084757000207901,-0.054754436016082764,0.05972045660018921,0.019305288791656494 +223,1.2921792256677525,-1.469789102896162,-2.3346962066638937,0.09694796800613403,0.9949030876159668,-0.027732711285352707,-0.09155941754579544,-2.443182945251465,0.08189285546541214,-0.08388642966747284,0.03720146417617798,0.0932234525680542 +224,1.3199816722078923,-1.4602169236593672,-2.0376182344197193,0.10690087080001831,0.9938923120498657,-0.027389058843255043,-0.3518478572368622,-2.572218656539917,0.30667707324028015,-0.01717919111251831,-0.0534932017326355,0.1360011100769043 +225,1.6357779566687491,-1.428109495995645,-1.4602108120654531,0.1419024020433426,0.9898374676704407,0.009234050288796425,-0.7056432962417603,-2.512699604034424,0.47001996636390686,0.040424853563308716,-0.046005189418792725,0.058102965354919434 +226,1.5566795311398518,-1.3982083777590524,-1.2890366183004294,0.17171591520309448,0.9851436018943787,-0.0024242396466434,-0.19740894436836243,-2.780071258544922,0.03531503677368164,-0.024087131023406982,0.028772413730621338,-0.08432197570800781 +227,1.48203033713926,-1.4177524859740929,-1.0622655202275988,0.15184630453586578,0.9883116483688354,-0.013514300808310509,-0.37493589520454407,-2.958742618560791,-0.21168646216392517,-0.07855835556983948,-0.0516204833984375,0.021006347611546516 +228,1.5362835186389692,-1.4423923592914756,-0.711139217972179,0.1279757022857666,0.9917675256729126,-0.004418555181473494,-0.5045158267021179,-2.9229536056518555,-0.19878213107585907,0.1054990291595459,-0.013801217079162598,0.029458284378051758 +229,1.5549947057474702,-1.4579210816632846,-0.40616915884887334,0.11262161284685135,0.9936363697052002,-0.0017797522014006972,-0.2066240906715393,-2.646925449371338,-0.10016979277133942,-0.030147850513458252,-0.022338151931762695,-0.021184682846069336 +230,1.4572055456141135,-1.4671290472286902,-0.2642184874625776,0.10281512886285782,0.9946313500404358,-0.011729341931641102,-0.24249260127544403,-2.346675157546997,-0.08266761898994446,-0.16620011627674103,-0.13412714004516602,0.08335411548614502 +231,1.3362872770019767,-1.4659948043616218,-0.15304637661339682,0.10174698382616043,0.9945133328437805,-0.02430783025920391,-0.03704638034105301,-2.4611217975616455,-0.01745576038956642,-0.11212290823459625,0.10663723945617676,0.08526670932769775 +232,1.132954827299807,-1.4787817390414089,-0.0991682642796564,0.08321696519851685,0.9957696199417114,-0.03895771503448486,-0.2620598375797272,-2.295719861984253,-0.1152060404419899,-0.15021827816963196,-0.0401117205619812,0.10002338886260986 +233,1.1512816547307796,-1.495164351757811,0.14385518133422093,0.0690067782998085,0.9971412420272827,-0.030776372179389,-0.2482820302248001,-2.386164426803589,-0.028501084074378014,-0.0902164950966835,-0.028131961822509766,0.041182875633239746 +234,1.2287492609689128,-1.5010214062041884,0.4521087363736383,0.06567861884832382,0.9975666999816895,-0.02338433265686035,-0.16289107501506805,-2.1702542304992676,0.060866061598062515,-0.12410453706979752,-0.003227829933166504,0.05271172523498535 +235,1.172414299652578,-1.4995473277899418,0.597797507921088,0.0656149834394455,0.9974628686904907,-0.02761651575565338,-0.11238082498311996,-2.3137636184692383,0.0730184018611908,-0.1077444851398468,-0.006175637245178223,0.05042845010757446 +236,1.2864522642174498,-1.4919245710807647,0.9480690054726243,0.07562772184610367,0.9968912601470947,-0.022103222087025642,-0.2744642198085785,-2.1899149417877197,0.2272338569164276,0.04644259810447693,-0.05745333433151245,0.16642087697982788 +237,1.4486927411123658,-1.465020890468821,1.298002600025545,0.10479258000850677,0.9944109916687012,-0.012859522365033627,-0.1773410141468048,-1.5616008043289185,0.37368044257164,0.03590870648622513,0.026615619659423828,-0.0265081524848938 +238,1.3801158379272027,-1.4426412474907633,1.3890930578612464,0.1254885196685791,0.9917993545532227,-0.024222496896982193,0.09236818552017212,-1.5249632596969604,0.06625749170780182,-0.0859987735748291,-0.036889076232910156,-0.0997399091720581 +239,1.2856014936465379,-1.4556430188825629,1.4349181726977145,0.11025850474834442,0.9933772087097168,-0.03232637792825699,-0.1447237879037857,-1.380454182624817,-0.2488124668598175,0.01185760647058487,-0.020308852195739746,-0.043387774378061295 +240,1.1820469019671824,-1.482308770400307,1.4843341284710108,0.08177755028009415,0.9960875511169434,-0.033495575189590454,-0.10464505106210709,-1.5417248010635376,-0.2215825319290161,0.13860511779785156,-0.016076624393463135,-0.040952082723379135 +241,0.9927022002876889,-1.5041881190501452,1.423800858686871,0.055744074285030365,0.9977824687957764,-0.03637010231614113,-0.07655796408653259,-1.014847993850708,-0.14562992751598358,0.04288873076438904,0.07819104194641113,0.03110581636428833 +242,0.8611469135579971,-1.5132683106251452,1.3761852161798014,0.043614886701107025,0.9983457326889038,-0.03746166452765465,0.0500330924987793,-0.8403106927871704,0.055556654930114746,-0.02069619670510292,0.040182650089263916,-0.14498764276504517 +243,1.0115963544757611,-1.5012090279757309,1.5978657780773613,0.05893956869840622,0.9975797533988953,-0.03688647970557213,-0.03964076191186905,-0.3443344831466675,0.2227870374917984,-0.04160559922456741,-0.0006011128425598145,0.013693097978830338 +244,1.1600618031267442,-1.4799173853517937,1.7626243854159038,0.08320721983909607,0.9958733320236206,-0.036237142980098724,0.025329479947686195,-0.32811999320983887,0.1487007737159729,-0.13292035460472107,-0.023689985275268555,0.005658503621816635 +245,1.047583655762207,-1.4609134464733304,1.704395690356174,0.0949908196926117,0.9939689636230469,-0.054794084280729294,0.09165719151496887,-0.7733362913131714,0.15811727941036224,-0.006550893187522888,-0.04674917459487915,-0.024719469249248505 +246,0.9970273283042502,-1.4375521870171328,1.6681560162192308,0.11157618463039398,0.9911361336708069,-0.0721115693449974,0.14957210421562195,0.5094529986381531,0.12518756091594696,-0.05504235625267029,-0.015748560428619385,0.033171117305755615 +247,0.976017666302468,-1.4336009258180795,1.634157240987833,0.11327993869781494,0.9906034469604492,-0.0766337513923645,0.03889637812972069,-0.17793384194374084,-0.009739422239363194,-0.02433645725250244,-0.021319270133972168,-0.020381636917591095 +248,0.9346985204367838,-1.4301979657428354,1.5763213574023485,0.11272799968719482,0.9901323318481445,-0.08324917405843735,0.0988692119717598,0.5155538320541382,0.00543526466935873,-0.008403658866882324,-0.00041675567626953125,-0.03261083364486694 +249,0.9529167777459606,-1.4275177514458368,1.544692366427126,0.11638765037059784,0.9897531867027283,-0.08271817862987518,0.07804545015096664,0.5627228617668152,-0.041195984929800034,-0.02967195212841034,-0.019111216068267822,-0.022430114448070526 +250,0.9486647620560122,-1.4289729895595868,1.471555188880134,0.1148645281791687,0.9899598956108093,-0.08237301558256149,0.08531013131141663,0.8144423961639404,-0.08263061940670013,-0.062328532338142395,-0.009643852710723877,-0.022515885531902313 +251,0.9610983674503052,-1.4306636863969595,1.387855731106686,0.11450757831335068,0.990197479724884,-0.0799800381064415,0.08690778911113739,1.0505130290985107,-0.07738037407398224,-0.02463332563638687,-0.011391997337341309,-0.016623370349407196 +252,0.9853449224947538,-1.4294235608463288,1.2924289543356122,0.1174369677901268,0.9900234937667847,-0.07785928249359131,0.16609495878219604,1.2960562705993652,-0.06739946454763412,-0.0058799684047698975,0.009167790412902832,-0.02100241184234619 +253,0.9611435735268298,-1.4206077792234137,1.135890958003383,0.12266888469457626,0.9887428879737854,-0.08567220717668533,0.3010299503803253,1.319439172744751,-0.027311302721500397,0.011257506906986237,-0.033542752265930176,-0.03435336798429489 +254,0.942583409587198,-1.4057807768083734,0.9785604401507584,0.13290561735630035,0.9864158034324646,-0.09654014557600021,0.24667388200759888,1.428598165512085,-0.025335535407066345,0.058180198073387146,-0.0266074538230896,0.05451744794845581 +255,0.9275520882791349,-1.3957017240984775,0.8316500529721956,0.1393882781267166,0.9847100377082825,-0.10448527336120605,0.32236596941947937,1.2509791851043701,-0.11521117389202118,0.06349258124828339,-0.0023034214973449707,0.012123823165893555 +256,0.9104999710926595,-1.382711765446009,0.6984137291259668,0.14767687022686005,0.9823641777038574,-0.1146828830242157,0.22638031840324402,1.07317316532135,-0.07870924472808838,0.13331373035907745,-0.04571866989135742,-0.021898508071899414 +257,0.9073686226208271,-1.3798259636927477,0.6180870251082107,0.14955011010169983,0.9818205237388611,-0.11689014732837677,0.07022316753864288,0.5813667178153992,-0.05907297879457474,0.14218267798423767,-0.07239669561386108,0.045829951763153076 +258,0.9923015358101951,-1.377176781381212,0.6568985625890823,0.16110438108444214,0.9813142418861389,-0.1052042618393898,0.03266621381044388,0.6171621680259705,0.0635448545217514,0.20832617580890656,-0.07613223791122437,0.0677286833524704 +259,1.1154437179962882,-1.371010246860516,0.7131982997195385,0.1782376617193222,0.9801090359687805,-0.0872783213853836,0.08918221294879913,0.7831211686134338,0.12364090979099274,0.05218532681465149,0.09377396106719971,-0.017839491367340088 +260,1.2506913576828094,-1.3852946613962833,0.7518507523963625,0.17507034540176392,0.9828438758850098,-0.05803685262799263,-0.21151496469974518,0.8904491066932678,-0.03224359452724457,-0.2308870106935501,-0.04070526361465454,-0.014198236167430878 +261,1.398267214687337,-1.40237020803193,0.827887527294357,0.1651424914598465,0.9858497977256775,-0.028777994215488434,-0.04436367005109787,0.6858339309692383,-0.19653543829917908,-0.1629452109336853,0.05920940637588501,-0.008026182651519775 +262,1.4636691592029505,-1.4217240837798335,0.8479990457682103,0.1476699858903885,0.9889093041419983,-0.015880262479186058,0.022991210222244263,0.3488912284374237,-0.10709070414304733,0.018330395221710205,-0.03360217809677124,-0.0745280385017395 +263,1.4273227911546407,-1.4237041650695645,0.7619966315336439,0.14505568146705627,0.9892014265060425,-0.020955638960003853,0.10470069199800491,0.48744094371795654,0.015100700780749321,-0.08093826472759247,0.02231884002685547,0.012197138741612434 +264,1.4188917223543893,-1.4162873920203027,0.712852617719548,0.1521230936050415,0.9880872368812561,-0.023287594318389893,0.024515794590115547,0.33727726340293884,0.13119368255138397,-0.05495510995388031,0.004649639129638672,0.03756982088088989 +265,1.482220791270466,-1.3956918909547456,0.747729589136779,0.1735282987356186,0.9847083687782288,-0.01541068498045206,-0.07503415644168854,0.3323085308074951,0.2776133716106415,0.019190192222595215,-0.04049450159072876,0.0780022144317627 +266,1.583231378159515,-1.3698310387682298,0.8266279694899741,0.19959954917430878,0.9798743724822998,0.002482158597558737,-0.05153400078415871,-0.06394830346107483,0.2720845341682434,0.04988163709640503,0.01028364896774292,-0.08812975883483887 +267,1.6054467509170107,-1.341651683767056,0.864591328562825,0.2270086705684662,0.973861038684845,0.007869096472859383,-0.08341346681118011,-0.137494295835495,0.24358950555324554,0.05578248202800751,-0.04357844591140747,-0.02312779426574707 +268,1.5825469362204407,-1.3273896651918482,0.8513117484942014,0.24099361896514893,0.9705225825309753,0.002831952180713415,0.12551338970661163,-0.1429271399974823,0.036154817789793015,-0.028743863105773926,-0.008104979991912842,-0.09993886947631836 +269,1.473385920719974,-1.337777362997164,0.7558052384917262,0.22982168197631836,0.9729737043380737,-0.02245810069143772,0.18255361914634705,-0.134598046541214,-0.2529919147491455,-0.02695608139038086,-0.06718146800994873,-0.04281896352767944 +270,1.3560545920950755,-1.3702474075625304,0.6435805171687783,0.1946319192647934,0.9799574017524719,-0.04245012626051903,0.24469836056232452,-0.07881701737642288,-0.3959769308567047,0.01702272891998291,-0.01927924156188965,-0.01370227336883545 +271,1.115444429667568,-1.401430422476398,0.4194687600357678,0.15138199925422668,0.9856918454170227,-0.0741276741027832,-0.030947353690862656,-0.24643518030643463,-0.18264685571193695,0.08822676539421082,0.19271379709243774,-0.0299067422747612 +272,1.0578882534394052,-1.4038115514568517,0.37835262532443914,0.1448224037885666,0.9860904216766357,-0.08156149834394455,0.005897830240428448,-0.07261393219232559,-0.058740295469760895,0.017988890409469604,-0.09250515699386597,0.039554059505462646 +273,1.0303690770658218,-1.4073383950975227,0.37413905042956414,0.13953973352909088,0.9866704940795898,-0.08372530341148376,0.025630705058574677,-0.36612990498542786,-0.08757040649652481,0.005723923444747925,0.02062314748764038,0.020019836723804474 +274,0.9768683872926863,-1.4089697971182753,0.3503308890826008,0.13352875411510468,0.9869346618652344,-0.09016656875610352,-0.01550897303968668,-0.2732728123664856,-0.03509926050901413,-0.04798801243305206,-0.027462005615234375,0.0046868398785591125 +275,0.9689994075349337,-1.4073756411621103,0.36140886119428817,0.1341114640235901,0.9866765141487122,-0.09210480749607086,-0.03536921739578247,-0.12769922614097595,0.0630478635430336,-0.019258573651313782,-0.014722347259521484,-0.002316586673259735 +276,0.9589699108664886,-1.4041331725812787,0.37730524220692563,0.13580018281936646,0.9861438274383545,-0.09528297185897827,0.0403018444776535,-0.3662395477294922,0.03389595076441765,0.05092160403728485,-0.04418826103210449,0.01619666814804077 +277,0.9069932187316158,-1.4016695093665066,0.3625678296701364,0.13257989287376404,0.9857321381568909,-0.10370621830224991,0.011297473683953285,-0.3629266321659088,-0.009301960468292236,-0.01655203104019165,-0.0023793578147888184,0.010963305830955505 +278,0.8676012249029845,-1.4021285901292644,0.35207591470577515,0.12804710865020752,0.9858092665672302,-0.10855385661125183,-0.004372150171548128,-0.16769368946552277,0.0015289557632058859,-0.030680790543556213,-0.0129852294921875,-0.011532776057720184 +279,0.8515965733486193,-1.4043630011296748,0.34212540375576783,0.12463612854480743,0.986181914806366,-0.10913800448179245,-0.00796983391046524,0.028428003191947937,-0.016038905829191208,-0.026155903935432434,-0.016775786876678467,0.004462718963623047 +280,0.8607154443412766,-1.4072026423831685,0.3379639980806535,0.12350180745124817,0.9866483807563782,-0.10617071390151978,-0.02902345359325409,0.2216659039258957,0.0009531283285468817,-0.026532210409641266,-0.01487720012664795,0.010070867836475372 +281,0.8898078615526227,-1.4111594108247423,0.3386149228528815,0.12350441515445709,0.9872850775718689,-0.10007531940937042,-0.024565519765019417,0.3395143747329712,-0.01206967979669571,-0.017013296484947205,-0.011851608753204346,-0.012183621525764465 +282,0.9301855779081442,-1.4124992393630547,0.3453028538270397,0.1263827681541443,0.9874971508979797,-0.09421754628419876,-0.003368721343576908,0.317429780960083,0.009624852798879147,0.017614439129829407,-0.016198813915252686,0.0010320991277694702 +283,0.9618804499943959,-1.4116407624887397,0.34873065111348917,0.12999987602233887,0.987361490726471,-0.09064973890781403,0.0028663049452006817,0.22950322926044464,0.0004211821360513568,0.014897584915161133,-0.007808268070220947,-0.002673029899597168 +284,0.9733739280491663,-1.409847588783098,0.3428690013087009,0.13249635696411133,0.987075686454773,-0.09014514833688736,0.025610782206058502,0.12374214828014374,0.006354869809001684,0.031108364462852478,-0.0145416259765625,0.0025902464985847473 +285,0.9814009530310129,-1.406773818345773,0.34412625936017993,0.13573817908763885,0.9865784645080566,-0.09076544642448425,0.006376768462359905,0.022366147488355637,-0.004100306425243616,0.004780009388923645,-0.00998532772064209,0.026098720729351044 +286,0.9863295569203929,-1.4054273188894804,0.3460758364982935,0.13729146122932434,0.9863576889038086,-0.09082809835672379,0.025541208684444427,0.020823270082473755,0.035347744822502136,0.01637980341911316,-0.015791893005371094,0.005897641181945801 +287,1.006042198738405,-1.4018405545933164,0.3666128679125316,0.14204245805740356,0.9857608675956726,-0.08999699354171753,-0.005608090199530125,0.019137553870677948,0.05560065805912018,-0.0041182637214660645,-0.002774477005004883,0.02087467908859253 +288,1.039448602595386,-1.3984894420989522,0.3976760865366642,0.14781644940376282,0.9851918816566467,-0.08687599003314972,-0.019966598600149155,0.011440889909863472,0.05908828228712082,0.0024215877056121826,-0.009880542755126953,0.0035324692726135254 +289,1.0700683157969533,-1.3936711849193029,0.426906107765195,0.1545690894126892,0.9843543171882629,-0.08458764851093292,-0.008550786413252354,0.04839617386460304,0.07752204686403275,0.007875964045524597,-0.014490365982055664,0.01580101251602173 +290,1.1006824059051665,-1.3841775041841624,0.45433446278472295,0.16540968418121338,0.9826371669769287,-0.08404619246721268,0.023770920932292938,0.005640754010528326,0.17378103733062744,0.06695114076137543,-0.005998432636260986,0.03926164656877518 +291,1.1732303360807481,-1.3542952786255906,0.5335831087804678,0.19805969297885895,0.9766550660133362,-0.08317062258720398,0.06280220299959183,-0.004774243570864201,0.541391909122467,0.14964234828948975,-0.035202980041503906,0.05257672071456909 +292,1.1396458812695591,-1.2695836802078397,0.485889606926875,0.2695281505584717,0.9549774527549744,-0.12398678064346313,0.7275756001472473,0.027317045256495476,0.8372551202774048,-0.03231501579284668,0.07499080896377563,-0.07182919979095459 +293,1.0913412528685276,-1.1857764928700543,0.4385093723982121,0.3332299590110779,0.9267910122871399,-0.1732523888349533,0.25830915570259094,-0.003206889145076275,0.5117425322532654,-0.12743467092514038,-0.04463458061218262,-0.012264013290405273 +294,1.1008752703384912,-1.165839462746323,0.44894228298308597,0.3512735068798065,0.9191194176673889,-0.17840008437633514,-0.10371927917003632,-0.040661994367837906,-0.13778404891490936,-0.04737946391105652,-0.06532901525497437,-0.07542993128299713 +295,1.1032934827549985,-1.2004534859990157,0.4618785975661297,0.32309815287590027,0.9322032928466797,-0.16310910880565643,-0.26334214210510254,-0.10064136981964111,-0.39698994159698486,-0.01198667287826538,-0.014494001865386963,-0.015113532543182373 +296,1.1147757977021793,-1.2581052315691448,0.48783339107235724,0.27618536353111267,0.9515091776847839,-0.13546952605247498,-0.4130861759185791,-0.20847715437412262,-0.5692744255065918,0.02868524193763733,-0.011460959911346436,-0.006483018398284912 +297,1.1223843925028516,-1.3246771349700799,0.513122177097016,0.21955466270446777,0.9698652625083923,-0.10562729835510254,-0.3375532925128937,-0.13759924471378326,-0.5711507797241211,0.030613183975219727,-0.08798354864120483,0.003668069839477539 +298,1.1274261687172071,-1.3759350194883344,0.5225980350948076,0.17490839958190918,0.9810745120048523,-0.0830647274851799,-0.030988702550530434,0.21404284238815308,-0.29251253604888916,0.050463899970054626,-0.0006363391876220703,0.0007892921566963196 +299,1.1467523604483878,-1.4171091516220613,0.516469952485057,0.13952510058879852,0.9882133603096008,-0.06298606097698212,-0.20961837470531464,0.3019447922706604,-0.3370209038257599,-0.006453186273574829,0.022986650466918945,-0.02638465166091919 +300,1.1191290469240653,-1.4518139657593871,0.4798012492422976,0.10679861903190613,0.9929299354553223,-0.0518094040453434,-0.04208778217434883,0.06526075303554535,-0.29552599787712097,0.04726937413215637,-0.043146610260009766,0.0031949281692504883 +301,1.05330923959327,-1.4757521406450564,0.40239022007768926,0.08247633278369904,0.9954866766929626,-0.04694799706339836,-0.03418538346886635,-0.06749971956014633,-0.19643734395503998,-0.01347610354423523,0.06690651178359985,0.044430315494537354 +302,0.8941109936577527,-1.488363851479118,0.2705257978494277,0.06419597566127777,0.9966043829917908,-0.051561810076236725,0.04800775274634361,-0.5410531759262085,-0.16619594395160675,0.008466392755508423,-0.03957313299179077,0.029406070709228516 +303,0.6982279881611417,-1.4946653917297326,0.12090114753713985,0.04889563471078873,0.9971034526824951,-0.058260153979063034,-0.01512073539197445,-0.4058569669723511,-0.07868277281522751,-0.028570927679538727,0.009213805198669434,0.021257571876049042 +304,0.607476889885913,-1.499207256979245,0.07497063007842879,0.04082702100276947,0.9974386096000671,-0.058729562908411026,-0.02312064915895462,-0.49074989557266235,0.006967759225517511,-0.03598998859524727,-0.02026587724685669,0.011717267334461212 +305,0.6688248812000992,-1.4934503946236257,0.18024674272777225,0.04791080579161644,0.9970102906227112,-0.060620252043008804,0.03417174518108368,-0.4153405725955963,0.19002875685691833,-0.009504429996013641,-0.04827994108200073,-0.005374006927013397 +306,0.8337565013553833,-1.4753911307571694,0.37667559439911513,0.07053665071725845,0.9954524040222168,-0.064024418592453,-0.03192432224750519,-0.16534826159477234,0.2852761447429657,-0.10665419697761536,0.019791126251220703,0.049879491329193115 +307,0.9445914659991672,-1.4480051571990555,0.5088586676500774,0.09924239665269852,0.9924706220626831,-0.07178381830453873,0.03916648030281067,-0.1899656057357788,0.29223722219467163,-0.04402085393667221,0.006705343723297119,0.04468417912721634 +308,1.022879976594949,-1.420072219660478,0.606235919680789,0.12817367911338806,0.988662600517273,-0.07821695506572723,0.016551144421100616,-0.13169941306114197,0.28107109665870667,-0.04011520743370056,-0.02928149700164795,0.03907817602157593 +309,1.0674443050330995,-1.395306322587532,0.672119134184123,0.15293650329113007,0.9846411347389221,-0.08421646058559418,0.02989938110113144,-0.23391491174697876,0.26732176542282104,0.04591605067253113,-0.026358604431152344,0.01636064052581787 +310,1.0690699550657738,-1.3699478354732346,0.7044307923590025,0.17491348087787628,0.979897677898407,-0.09594812244176865,0.11997942626476288,-0.37937378883361816,0.22318774461746216,0.05764573812484741,-0.03077036142349243,-0.02297891676425934 +311,1.0319368766094728,-1.3427356943841238,0.694039458451969,0.19405066967010498,0.9741066694259644,-0.11601907014846802,0.05479128286242485,-0.20437245070934296,0.1671038717031479,0.027308568358421326,-0.00793546438217163,-0.03455459326505661 +312,1.0077528634042976,-1.3339005942910662,0.6914883480209473,0.19845828413963318,0.9720711708068848,-0.12526634335517883,-0.0013774505350738764,-0.28719374537467957,-0.020205767825245857,0.051358580589294434,-0.06418865919113159,-0.008660048246383667 +313,0.9847227965135016,-1.335969481757116,0.6937995454641726,0.19384543597698212,0.972554624080658,-0.12869083881378174,-0.06366503983736038,-0.270203173160553,-0.09722258150577545,0.0034354329109191895,-0.059895992279052734,-0.007371768355369568 +314,0.9683728210997283,-1.3565153521411353,0.7026491207983435,0.17521238327026367,0.9771295189857483,-0.12049365043640137,-0.12490561604499817,-0.1613955795764923,-0.15261617302894592,0.030354022979736328,0.05245727300643921,-0.06581616401672363 +315,0.9481369371128685,-1.3697855158080428,0.6881830213480206,0.16218940913677216,0.9798652529716492,-0.11644087731838226,-0.0854075700044632,-0.03762749955058098,-0.10393280535936356,0.04209524393081665,-0.05860072374343872,-0.04363904893398285 +316,0.927076734213875,-1.375491217295183,0.683292539668492,0.155227392911911,0.9809885025024414,-0.11647354811429977,-0.01604108139872551,-0.21989433467388153,-0.09799057990312576,-0.0007626712322235107,-0.013474464416503906,0.03439652919769287 +317,0.8987151484600988,-1.3845928123967388,0.6676900463028645,0.14486852288246155,0.9827141761779785,-0.11526423692703247,0.004423885606229305,-0.20962803065776825,-0.0999288484454155,0.002607673406600952,-0.030306458473205566,-0.036133453249931335 +318,0.9067824481817771,-1.3880055464850223,0.6911128614280208,0.14315228164196014,0.9833402037620544,-0.11202476918697357,-0.1365838646888733,-0.06299226731061935,0.06919904798269272,-0.016275450587272644,-0.011614799499511719,0.007624149322509766 +319,0.9535451158257643,-1.393419509497172,0.7559609642126611,0.14388863742351532,0.9843099117279053,-0.10212745517492294,-0.11015443503856659,-0.2245105504989624,0.022654306143522263,0.005754292011260986,-0.009578526020050049,-0.02233850210905075 +320,0.9671049935770079,-1.395884415549196,0.7891736021626498,0.1432628333568573,0.9847418665885925,-0.09878969192504883,-0.06527476757764816,-0.17615538835525513,0.016287701204419136,-0.013380005955696106,-0.0071569085121154785,-0.020427241921424866 +321,0.9794567279109424,-1.3965080642958294,0.8126851649548636,0.14396212995052338,0.9848502278327942,-0.09667021781206131,-0.05249541997909546,-0.03524896875023842,0.06488297879695892,-0.029628008604049683,-0.01820582151412964,0.002355620265007019 +322,1.0193591384337028,-1.3974227345764203,0.8510450878935872,0.1469363570213318,0.9850084185600281,-0.09037826210260391,-0.06297005712985992,0.06466592103242874,0.04586482420563698,-0.03084750473499298,-0.010765254497528076,0.014053761959075928 +323,1.081855812418194,-1.4026148441830253,0.89993517838853,0.14777640998363495,0.985890805721283,-0.07862119376659393,-0.11340498924255371,0.19789005815982819,0.0234399251639843,-0.016947582364082336,-0.0012869834899902344,-0.0009991452097892761 +324,1.1747142131420163,-1.4063923834068037,0.9744292175213207,0.1509941816329956,0.9865160584449768,-0.06314314156770706,-0.1523742973804474,0.1367337554693222,0.06969304382801056,0.04746164381504059,-0.009266793727874756,0.028200559318065643 +325,1.2788981785897615,-1.4042427085747153,1.0793314624537738,0.15877239406108856,0.986162006855011,-0.04770811274647713,-0.14902374148368835,-0.11734282970428467,0.027786526829004288,0.031886160373687744,-0.03360152244567871,0.05478823184967041 +326,1.4120919022540088,-1.405625583410241,1.227629192766356,0.1623549610376358,0.9863902926445007,-0.025984980165958405,-0.27517008781433105,-0.16957703232765198,0.006282845977693796,0.02129983901977539,-0.02601724863052368,0.0576469860970974 +327,1.576282497007895,-1.401550241875637,1.4117592550252633,0.1684364676475525,0.9857120513916016,0.0009240804356522858,-0.3554605543613434,-0.150484099984169,0.10626872628927231,0.017400309443473816,-0.04780012369155884,0.06352901458740234 +328,1.7674200511314178,-1.3729451124185958,1.6129561354702167,0.1927756369113922,0.9804912209510803,0.03840041160583496,-0.40794023871421814,-0.013701342046260834,0.40346530079841614,-0.003734499216079712,-0.04425770044326782,0.04121994972229004 +329,1.899588568173266,-1.3237144297987256,1.7507819122879213,0.231474369764328,0.969630241394043,0.07897349447011948,-0.38873323798179626,0.09439700841903687,0.3725225031375885,-0.042204350233078,0.010258674621582031,-0.07393801212310791 +330,2.013206250507022,-1.2710272174379722,1.8641486102281746,0.2668691575527191,0.9554046988487244,0.12642337381839752,-0.4728819727897644,0.085724376142025,0.2671809196472168,-0.0030141472816467285,0.0058228373527526855,-0.045048221945762634 +331,2.105517618365526,-1.2291578673337848,1.9467242581987039,0.28826501965522766,0.9422069787979126,0.17073266208171844,-0.3219745457172394,0.10751603543758392,0.17916420102119446,-0.009761542081832886,0.019630908966064453,-0.10484515130519867 +332,2.1487391097748842,-1.2010039357956666,1.9852706200473758,0.3027228116989136,0.9324023723602295,0.19744554162025452,-0.19147217273712158,0.11624284833669662,0.08975695073604584,0.0017815828323364258,-0.009306728839874268,-0.010769486427307129 +333,2.1802160009196005,-1.1868301056031239,2.0137396806016534,0.30716556310653687,0.9271861910820007,0.21441857516765594,-0.12439511716365814,0.04244990274310112,-0.005464878864586353,0.03928527235984802,0.008131921291351318,-0.049837201833724976 +334,2.1734010734990648,-1.1914553252301499,2.003466544683781,0.30508294701576233,0.9289088845252991,0.20988714694976807,0.17565464973449707,0.08219395577907562,-0.07288836687803268,-0.014906585216522217,0.03625524044036865,-0.0819423496723175 +335,2.1251001739709072,-1.2203015011854763,1.9392766707614517,0.2919498682022095,0.9392029047012329,0.18072940409183502,0.46360042691230774,0.1752280294895172,-0.1161053478717804,-0.030261635780334473,0.032110512256622314,-0.030827045440673828 +336,2.0447904533583783,-1.256952923428294,1.8415032677238294,0.27468159794807434,0.9511540532112122,0.14091189205646515,0.3957488238811493,0.1138039082288742,-0.20406962931156158,-0.011925220489501953,-0.03262066841125488,0.04193414747714996 +337,1.9548384226447006,-1.2937562449331044,1.736868351616644,0.2535862922668457,0.9618692398071289,0.10247606784105301,0.5087450742721558,0.03822489455342293,-0.1935490071773529,0.01121470332145691,-0.019059300422668457,-0.014966979622840881 +338,1.8588502434367358,-1.3279561395637163,1.638473206884585,0.23055341839790344,0.9706589579582214,0.06831174343824387,0.2744883596897125,-0.004132266156375408,-0.2095061093568802,0.009223192930221558,-0.031083762645721436,0.05552852153778076 +339,1.7880280575200076,-1.3492477440746402,1.5690240330906449,0.21457651257514954,0.975558340549469,0.04736015200614929,0.10702824592590332,-0.08110659569501877,-0.14199936389923096,0.03276848793029785,-0.04663366079330444,0.07825017720460892 +340,1.7749855991485228,-1.3543849845963674,1.5620372100850333,0.2102646827697754,0.9766743183135986,0.0435405969619751,0.1352262943983078,-0.07448574900627136,-0.024817125871777534,0.04016253352165222,-0.038945555686950684,0.050209399312734604 +341,1.7775125768093176,-1.3533191404968103,1.5696698429414235,0.2111731916666031,0.9764449000358582,0.04428553208708763,0.0024142623879015446,0.005479874555021524,-0.015099882148206234,-0.004309788346290588,-0.006092727184295654,0.05521702766418457 +342,1.8480684198464332,-1.3507422071848123,1.6345964100667865,0.2099458873271942,0.9758856296539307,0.05975126475095749,-0.16002503037452698,0.1071576327085495,0.005731835030019283,-0.023544490337371826,-0.028848767280578613,0.02252412587404251 +343,1.954577723300368,-1.3442509880576394,1.7283496423167959,0.20827379822731018,0.9744481444358826,0.08410179615020752,-0.20327557623386383,0.1477411687374115,0.03211206942796707,0.0251094251871109,-0.04453164339065552,-0.005229108035564423 +344,1.9765568578603374,-1.3332701218027765,1.7256511353800121,0.21619321405887604,0.9719230532646179,0.09287663549184799,-0.0014544938458129764,0.2091834396123886,0.10913379490375519,-0.06578733026981354,-0.00543135404586792,-0.05393624305725098 +345,1.9726788905541601,-1.32621729905453,1.6976594035253263,0.22285574674606323,0.9702393412590027,0.09471682459115982,0.07945273071527481,0.15465083718299866,0.06071602925658226,0.009993404150009155,0.015783727169036865,-0.04292844235897064 +346,1.9235930269835633,-1.3311882780313797,1.646554775965869,0.22270475327968597,0.9714310765266418,0.08200013637542725,0.09363830089569092,-0.1074649766087532,-0.026755953207612038,0.003079518675804138,-0.022426128387451172,-0.03263796865940094 +347,1.8525124522690823,-1.3343375629490224,1.58970660903323,0.22502699494361877,0.9721736311912537,0.06512580066919327,0.07503281533718109,-0.17878997325897217,-0.029531920328736305,-0.005041033029556274,-0.017644822597503662,-0.004014372825622559 +348,1.813699869397022,-1.3393263015081083,1.5703564577491418,0.2226741909980774,0.9733301997184753,0.055177848786115646,0.05675533413887024,-0.2028498649597168,-0.05261944979429245,0.0018283575773239136,-0.015368163585662842,-0.004793286323547363 +349,1.7757482834420697,-1.3437119610930979,1.5522399651698002,0.2204257845878601,0.9743269681930542,0.04582006484270096,0.04571803659200668,-0.1730227917432785,-0.038889188319444656,-0.0004550814628601074,-0.0174483060836792,0.0021077394485473633 +350,1.738238569414416,-1.3459948825914496,1.5281861509320018,0.21979475021362305,0.974838376045227,0.03715077415108681,0.06570588052272797,-0.12496157735586166,0.0005327868275344372,-0.01743273437023163,-0.009994745254516602,-0.01304185763001442 +351,1.6945763028629581,-1.3498911801105453,1.493008893213116,0.217436283826828,0.9756995439529419,0.027052560821175575,0.10966603457927704,-0.05166466906666756,0.0016793893883004785,0.0033736079931259155,-0.01692885160446167,-0.0031726397573947906 +352,1.6563255621853856,-1.3511688135199476,1.4577857165917827,0.21706993877887726,0.975978672504425,0.018611229956150055,0.05331745743751526,-0.03086569532752037,-0.010044572874903679,-0.006437614560127258,-0.02000027894973755,-0.0003464221954345703 +353,1.6392491541962995,-1.3525697819490259,1.4427276259846575,0.21599124372005463,0.9762829542160034,0.014808348380029202,0.028179733082652092,-0.007574897725135088,-0.006263848394155502,-0.0017883777618408203,-0.014643609523773193,0.006691335700452328 +354,1.631550914109556,-1.353365995901346,1.4357238519578261,0.21532301604747772,0.97645503282547,0.013097980059683323,0.016101138666272163,-0.012770134955644608,-0.01158662885427475,-0.006262347102165222,-0.01853877305984497,0.005929707549512386 +355,1.6327559212298566,-1.354207331220078,1.4395968338034544,0.214487224817276,0.9766361713409424,0.013306573033332825,-0.025685284286737442,-0.019423186779022217,-0.03637072443962097,0.007818087935447693,-0.019788026809692383,0.015608787536621094 +356,1.6331817310003818,-1.355821630776829,1.4409507576144196,0.21290799975395203,0.9769818186759949,0.013299609534442425,0.010561998002231121,-0.012760291807353497,-0.025494921952486038,-0.0021078288555145264,-0.019355416297912598,-0.00391542911529541 +357,1.6262110101549367,-1.3583235611629223,1.4343582612612147,0.21055437624454498,0.9775124788284302,0.011679762043058872,0.01542829442769289,-0.010011671110987663,-0.025082647800445557,-0.015241831541061401,-0.008441925048828125,-0.01515877153724432 +358,1.6181007217285224,-1.3620418867339255,1.425466117462602,0.20700927078723907,0.978289783000946,0.009799758903682232,0.02469847910106182,0.018739541992545128,-0.03564683720469475,-0.012948036193847656,-0.009555160999298096,0.000820397399365902 +359,1.6163680901133142,-1.3663416986097976,1.4246007857488239,0.20282210409641266,0.979171872138977,0.009249364957213402,-0.007117613218724728,-0.054482217878103256,-0.052580855786800385,0.014066293835639954,-0.011871516704559326,0.000424741767346859 +360,1.6133393937355953,-1.3723100504549424,1.432461922891324,0.1970072090625763,0.9803661704063416,0.00838635116815567,-0.0012070515658706427,-0.1169787272810936,-0.10745707899332047,0.019576042890548706,-0.016361653804779053,0.001959085464477539 +361,1.5909488107710306,-1.3796703701269035,1.425965759289563,0.1899259090423584,0.9817909598350525,0.00382799725048244,0.03870857134461403,-0.19090455770492554,-0.09007029235363007,-0.025924459099769592,-0.014338016510009766,-0.02137577533721924 +362,1.5368241110476732,-1.3857143348508059,1.385977235477945,0.183921217918396,0.9829211831092834,-0.006250616163015366,0.07593420147895813,-0.13658304512500763,-0.03348922356963158,-0.019278883934020996,-0.007991373538970947,-0.009618520736694336 +363,1.4703264351537821,-1.39063371060484,1.3303410343627935,0.1782863885164261,0.983814537525177,-0.017972929403185844,0.13359974324703217,-0.15297111868858337,-0.035694703459739685,0.009885013103485107,-0.029041588306427002,0.020902633666992188 +364,1.4067295038891845,-1.3868570281398054,1.2829911944259607,0.18044792115688324,0.9831308126449585,-0.029874049127101898,0.061245378106832504,-0.10344061255455017,0.07509448379278183,0.005983948707580566,-0.044776320457458496,0.012585818767547607 +365,1.4327486381699475,-1.3787381840003687,1.3120073963160443,0.189064159989357,0.9816134572029114,-0.02626694180071354,-0.00612700916826725,-0.02223658189177513,0.09736228734254837,-0.0248948335647583,0.003921329975128174,-0.031319741159677505 +366,1.4190198629900206,-1.3729340514419652,1.2981406555432282,0.194314107298851,0.9804890155792236,-0.02972087636590004,-0.013152431696653366,0.06520403921604156,0.06247758865356445,-0.01552686095237732,-0.023122072219848633,0.0065732598304748535 +367,1.4375851273503693,-1.373365025957043,1.311320071298219,0.19441312551498413,0.9805736541748047,-0.026052288711071014,-0.06013175845146179,0.0445108562707901,-0.0469808429479599,-0.02806183695793152,-0.03721439838409424,-9.71183180809021e-06 +368,1.4380937774705056,-1.377544738744409,1.310103668797305,0.1903623342514038,0.9813849329948425,-0.025410903617739677,0.011075951159000397,-0.0056783403269946575,-0.011243955232203007,0.009878739714622498,0.0005486011505126953,-0.030558345839381218 +369,1.4126800029447106,-1.3776126764373975,1.2855391583863116,0.1895895004272461,0.9813979864120483,-0.030229534953832626,0.025045234709978104,1.4906749129295349e-05,-0.034610114991664886,0.0019998550415039062,-0.02404630184173584,-5.918741226196289e-05 +370,1.399721490674962,-1.378903684072371,1.2719328356302,0.18793241679668427,0.9816450476646423,-0.03246786817908287,0.021787861362099648,-0.009781083092093468,-0.015039895661175251,0.004099413752555847,-0.014161646366119385,0.0022401846945285797 +371,1.3849733099116723,-1.37897150047329,1.255121399603683,0.1873680055141449,0.9816579818725586,-0.03522365167737007,0.03706120699644089,0.05068855732679367,-0.006123327184468508,-0.0013481229543685913,-0.01345735788345337,0.00820029154419899 +372,1.3768099951227541,-1.3788798718460513,1.2431632280378602,0.18716229498386383,0.9816405177116394,-0.036769308149814606,0.007664319593459368,-0.023957623168826103,-0.0008063646964728832,0.008226469159126282,-0.015682995319366455,0.0036577656865119934 +373,1.3764120133641378,-1.3793063808746753,1.2476740926633152,0.18673770129680634,0.9817217588424683,-0.036763083189725876,-0.0015929799992591143,-0.07701937109231949,-0.013376114889979362,0.009932830929756165,-0.011384844779968262,-0.0016127824783325195 +374,1.3755994263977447,-1.37954392363576,1.2633788118871183,0.18647855520248413,0.981766939163208,-0.03686949238181114,-0.0646558478474617,-0.2765321135520935,0.006981345824897289,0.03274446725845337,-0.03576785326004028,0.01755184307694435 +375,1.3895327720629957,-1.3777574370072863,1.315783640710651,0.1886993795633316,0.9814257621765137,-0.0345839224755764,-0.11843784898519516,-0.4870705306529999,0.018107447773218155,0.014608711004257202,-0.020930826663970947,0.0134505033493042 +376,1.3910565183605215,-1.3765404619064063,1.3787017407677007,0.18992623686790466,0.9811915755271912,-0.03450973704457283,-0.1230962872505188,-0.7085777521133423,0.039844583719968796,0.03219594061374664,-0.023733198642730713,0.009943071752786636 +377,1.3783836786620132,-1.375259022497508,1.4420303785489013,0.1907079517841339,0.9809434413909912,-0.03715427219867706,-0.12260960042476654,-0.8699581027030945,0.04327046498656273,0.028270915150642395,-0.02108931541442871,0.006545130163431168 +378,1.3567001919437343,-1.3731130070322897,1.509295928637186,0.19191411137580872,0.9805241823196411,-0.04172758385539055,-0.1245378777384758,-0.9904384016990662,0.047610245645046234,0.01128716766834259,-0.011362254619598389,0.011209968477487564 +379,1.3278526837384084,-1.371648716382804,1.584454001605335,0.192024827003479,0.9802355766296387,-0.04759121686220169,-0.15983857214450836,-1.0212194919586182,0.04189559072256088,0.007850080728530884,-0.03071153163909912,0.026198379695415497 +380,1.3033143664852416,-1.3695505197510662,1.6595389050698197,0.192782461643219,0.9798182845115662,-0.05283186212182045,-0.14655718207359314,-0.9291452169418335,0.0693516954779625,-0.013430625200271606,-0.005117297172546387,-0.003534086048603058 +381,1.2856939528558962,-1.364976197520914,1.7320148718926291,0.19612067937850952,0.9788936972618103,-0.057480376213788986,-0.14958859980106354,-0.7645567655563354,0.014574958011507988,-0.059707075357437134,-0.03414571285247803,0.008560709655284882 +382,1.274829264900182,-1.3716762583321624,1.7787692229845642,0.1892067790031433,0.9802410006523132,-0.0576934739947319,-0.12163170427083969,-0.3431296944618225,-0.09022561460733414,-0.07163780927658081,-0.0004588961601257324,-0.026397705078125 +383,1.292825072152858,-1.3812148401168,1.801042062621827,0.18121403455734253,0.9820832014083862,-0.0517110750079155,-0.03304826840758324,0.15870662033557892,0.011446328833699226,-0.06665106117725372,0.03140556812286377,-0.04824924096465111 +384,1.3142362729458994,-1.381957348654075,1.7906764471101333,0.1815740466117859,0.982222855091095,-0.04763440787792206,-0.007705737836658955,0.40623757243156433,0.09538412094116211,-0.010294139385223389,-0.004592299461364746,0.007625821977853775 +385,1.3138311916752374,-1.3737530668932496,1.7599452002195803,0.1893424540758133,0.9806497097015381,-0.04975437372922897,0.09533395618200302,0.2003524899482727,0.005787483882158995,0.05057145655155182,-0.02081090211868286,0.013194326311349869 +386,1.3172986544395366,-1.3711900858557544,1.74682907523443,0.19194689393043518,0.980144739151001,-0.04972786828875542,0.005913381930440664,0.16680048406124115,-0.026631195098161697,0.002312779426574707,-0.0171777606010437,0.0073999762535095215 +387,1.327727384992702,-1.3752450081268457,1.736057902751805,0.18859535455703735,0.9809406995773315,-0.04676634445786476,-0.031084341928362846,0.2468647062778473,-0.08995483815670013,-0.019726350903511047,-0.0033101439476013184,0.007383409887552261 +388,1.3217084113968203,-1.373614301539433,1.7031864765232592,0.18986032903194427,0.9806225299835205,-0.04829488322138786,0.145601287484169,0.3241836130619049,0.03564692661166191,0.001469627022743225,-0.06698733568191528,0.014267746359109879 +389,1.3028628624929943,-1.3729865865892705,1.663833649600384,0.18951073288917542,0.9804993867874146,-0.052027251571416855,0.08584927767515182,0.04861418530344963,-0.0405544638633728,0.06900370121002197,-0.0280609130859375,0.05059289187192917 +390,1.3070575605623507,-1.3725090425125561,1.6675567706353995,0.19017881155014038,0.9804053902626038,-0.05135377496480942,-0.000757477362640202,-0.05597662925720215,-0.04563453048467636,0.01502138376235962,-0.018949151039123535,0.010155081748962402 +391,1.2905526357174089,-1.3739202801143964,1.6589035329722095,0.1879759430885315,0.9806824326515198,-0.05410289764404297,0.07609651237726212,-0.10980288684368134,-0.03988761082291603,-0.011996328830718994,0.0033873915672302246,-0.01883411407470703 +392,1.2521604399863782,-1.3762066462593732,1.6243469441198546,0.1836303025484085,0.9811270833015442,-0.06057525798678398,0.03274991363286972,0.03620942682027817,-0.0194749403744936,-0.025366157293319702,-0.02586597204208374,-0.013765506446361542 +393,1.2397859247813352,-1.3769711913080886,1.6075254361385771,0.1821579784154892,0.9812746644020081,-0.06259935349225998,0.03338807821273804,0.019379328936338425,-0.004357523284852505,-0.010496586561203003,-0.02013874053955078,0.002098262310028076 +394,1.2389667599903456,-1.3790843153119736,1.5987769740492401,0.18014493584632874,0.9816794395446777,-0.06207260489463806,0.012026725336909294,0.13344766199588776,-0.004270927514880896,-0.03994719684123993,-0.011464715003967285,-0.01049821823835373 +395,1.2384366198293413,-1.3782819609982293,1.571576919521422,0.18085768818855286,0.981526255607605,-0.062425483018159866,0.059905119240283966,0.3017929792404175,0.029571764171123505,-0.0010176002979278564,-0.01460719108581543,-0.013975270092487335 +396,1.2278202912599645,-1.3745922023317576,1.5350585918989876,0.18359331786632538,0.9808136224746704,-0.06555912643671036,0.06910090148448944,0.2271420657634735,-0.015994593501091003,-0.008285105228424072,-0.008706748485565186,-0.0050127506256103516 +397,1.2125203244453782,-1.373331342984921,1.4952787187978733,0.1837269365787506,0.9805670380592346,-0.06879395246505737,0.0835927426815033,0.23480162024497986,-0.014416239224374294,0.00655016303062439,-0.0066596269607543945,-0.002388298511505127 +398,1.1962653398903427,-1.371587695153634,1.4553738114326564,0.1841750144958496,0.9802234768867493,-0.07239643484354019,0.07955394685268402,0.2735511064529419,-0.00811526458710432,0.0006089061498641968,-0.014601647853851318,0.01125449687242508 +399,1.191109044573675,-1.369723887013269,1.4213268464082836,0.18549631536006927,0.9798529744148254,-0.0740223377943039,0.07305485755205154,0.3190839886665344,-0.011682750657200813,0.001500144600868225,-0.01598578691482544,0.0063800811767578125 +400,1.1885023521003313,-1.369773333880888,1.3880136748968548,0.1852577030658722,0.9798628091812134,-0.07448750734329224,0.05379980802536011,0.2759825885295868,-0.02597637288272381,0.005751803517341614,-0.015507400035858154,0.007532007992267609 +401,1.1960120765456326,-1.3694416904597093,1.3648771175826513,0.1861141473054886,0.9797965288162231,-0.07321310043334961,0.033371876925230026,0.30007413029670715,-0.02034132182598114,0.0026218146085739136,-0.01222151517868042,-0.005506984889507294 +402,1.2018744360223543,-1.37049355921923,1.3454214953152823,0.18557903170585632,0.9800063967704773,-0.07174918800592422,0.02749609388411045,0.22893279790878296,-0.022607719525694847,0.010298043489456177,-0.017787158489227295,0.008120059967041016 +403,1.209798507317629,-1.3707543695302316,1.3304402246874163,0.18590278923511505,0.9800582528114319,-0.07018619775772095,0.025404972955584526,0.19162508845329285,-0.0366864837706089,-0.00018806755542755127,-0.008561670780181885,0.009349405765533447 +404,1.2145426576017218,-1.3719197509829881,1.315499093285405,0.18516311049461365,0.9802891612052917,-0.0689050704240799,0.018088137730956078,0.19224421679973602,-0.02798306941986084,0.0036491453647613525,-0.018527686595916748,0.007579982280731201 +405,1.2180384332166434,-1.3729913225400463,1.300337342082751,0.1844167411327362,0.9805002808570862,-0.06789432466030121,0.02159186638891697,0.16906306147575378,-0.03146432712674141,-0.011458396911621094,-0.019730687141418457,0.005699522793292999 +406,1.21645047522339,-1.3743070281680438,1.2784621994217418,0.1830986887216568,0.980758011341095,-0.06773942708969116,0.04675740748643875,0.21203985810279846,-0.018071863800287247,0.002066701650619507,-0.01391535997390747,0.003271043300628662 +407,1.2145318580773155,-1.3750802681549879,1.2551370330892804,0.18225790560245514,0.9809086918830872,-0.06782618910074234,0.038528747856616974,0.19534224271774292,-0.025622615590691566,0.005745649337768555,-0.011441469192504883,0.012787699699401855 +408,1.2189357036036739,-1.3753587468745325,1.2403596464221651,0.18229824304580688,0.9809628129005432,-0.06692869961261749,0.01547966804355383,0.16185298562049866,-0.007064595352858305,0.0038437247276306152,-0.019308149814605713,0.009052157402038574 +409,1.2266279978303645,-1.3753635168674896,1.2376679991673798,0.18280363082885742,0.9809637069702148,-0.06552299112081528,0.020006971433758736,0.04007822647690773,-0.009998541325330734,0.004192844033241272,-0.013815760612487793,-0.006803698837757111 +410,1.2212834129993115,-1.3753311504443566,1.2306246012499726,0.1824800968170166,0.9809574484825134,-0.06650972366333008,0.007293954491615295,0.0036689266562461853,-0.021757476031780243,-0.007095590233802795,-0.011322438716888428,-0.002597324550151825 +411,1.2112344742009706,-1.376430294606521,1.2183148999834559,0.1807936578989029,0.9811702966690063,-0.06796082854270935,0.022165341302752495,0.027788454666733742,-0.01228276826441288,-0.006706118583679199,-0.0038295984268188477,-0.005235552787780762 +412,1.197298058437689,-1.3780013895789576,1.2019236852804684,0.17839278280735016,0.9814725518226624,-0.0699109137058258,0.022458408027887344,0.015810195356607437,-0.014505984261631966,-0.0071739256381988525,-0.01829206943511963,-0.0002185031771659851 +413,1.1806599342313215,-1.378924914487162,1.1833920609222348,0.17636725306510925,0.9816491007804871,-0.07252474874258041,0.022725766524672508,0.01917656883597374,-0.0240679532289505,-0.004950001835823059,-0.00839763879776001,-0.009155578911304474 +414,1.1697846336261433,-1.3791557812684438,1.1702414462137192,0.17535899579524994,0.9816930890083313,-0.07434980571269989,0.024303553625941277,0.028828104957938194,-0.008085389621555805,-0.006932467222213745,-0.012347996234893799,-0.012198090553283691 +415,1.1587497668269036,-1.379232488764741,1.153711223252911,0.17445909976959229,0.9817076921463013,-0.07625023275613785,0.01648719608783722,0.08860847353935242,0.0037935287691652775,-0.009481072425842285,-0.01323235034942627,0.0029164552688598633 +416,1.1498012453915436,-1.3787899357340019,1.13478856094328,0.17416636645793915,0.9816233515739441,-0.07798588275909424,0.03209929168224335,0.08494432270526886,-0.012661051005125046,-0.006869003176689148,-0.009348571300506592,-0.006791949272155762 +417,1.1380199451250506,-1.3788687813686502,1.1157455898487612,0.17316503822803497,0.9816383719444275,-0.07999976724386215,0.01503769401460886,0.05011553689837456,-0.0030351539608091116,0.003806382417678833,-0.02446979284286499,0.013822376728057861 +418,1.1421701838297953,-1.379756757567312,1.1163522722352763,0.17270278930664062,0.9818073511123657,-0.07891813665628433,0.00278886454179883,0.03725771978497505,-0.028709162026643753,-0.010120391845703125,-0.007747292518615723,-0.005905508995056152 +419,1.1352052760472728,-1.3817153707030567,1.1072269377307904,0.17040488123893738,0.9821773767471313,-0.07930737733840942,0.008576841093599796,0.012738639488816261,-0.021491989493370056,-0.0036568492650985718,-0.016936957836151123,0.0028608515858650208 +420,1.128091268572605,-1.3815746121495278,1.0963706777004592,0.16996151208877563,0.9821509122848511,-0.08057694137096405,0.017900725826621056,0.042235828936100006,-0.010483130812644958,-0.011407449841499329,-0.01102060079574585,0.0003461912274360657 +421,1.1210365884378348,-1.3815131611504397,1.0842816930901784,0.16944366693496704,0.9821393489837646,-0.0818004161119461,0.022889278829097748,0.0516459159553051,0.003481525694951415,-0.009470507502555847,-0.007774055004119873,-0.0013599470257759094 +422,1.108748724327804,-1.3808074643490142,1.0666429539496487,0.1690455824136734,0.982006311416626,-0.08418496698141098,0.024010440334677696,0.06209646537899971,-0.00710300961509347,-0.011086612939834595,-0.018398582935333252,0.0007498934864997864 +423,1.0997672305189492,-1.3820011990472691,1.0495955507882646,0.16723772883415222,0.982231080532074,-0.08516768366098404,0.0194686371833086,0.10127170383930206,-0.01981952413916588,-0.015519604086875916,-0.00711822509765625,0.0013206079602241516 +424,1.091357816792937,-1.38319718480128,1.027496807026909,0.16547322273254395,0.9824548363685608,-0.08602909743785858,0.021468618884682655,0.16273759305477142,0.001401419285684824,-0.01792074739933014,-0.005190491676330566,-0.009826593101024628 +425,1.0956901289541463,-1.3806087875474806,1.0120987407906572,0.16810576617717743,0.9819688200950623,-0.08647467941045761,0.0705183669924736,0.18669041991233826,-0.0005385950789786875,3.084540367126465e-05,-0.010319530963897705,-0.0003936365246772766 +426,1.0866809731220888,-1.379988132302681,0.9876088561784306,0.16785874962806702,0.9818512797355652,-0.08826900273561478,0.03275572881102562,0.09751304239034653,-0.024274539202451706,0.01361401379108429,-0.001992940902709961,0.013195760548114777 +427,1.073652147768885,-1.379938569910179,0.9685346615937565,0.16673776507377625,0.9818418622016907,-0.09047193080186844,0.02149154245853424,0.0043883370235562325,-0.04395555332303047,0.01949577033519745,-0.012679874897003174,0.007372558116912842 +428,1.0527627718492365,-1.3812198379498126,0.9492093758348836,0.16371874511241913,0.9820841550827026,-0.0933120995759964,0.04290949925780296,0.013785166665911674,-0.08853938430547714,-0.032660990953445435,0.018099069595336914,0.029820315539836884 +429,1.034207776445278,-1.3884537566150226,0.9274278413944118,0.15584874153137207,0.9834216237068176,-0.09269911795854568,-0.00735921086743474,0.09131297469139099,-0.06734108924865723,-0.02015233039855957,-0.030983269214630127,-0.004621446132659912 +430,1.0184752552530525,-1.3948379601286456,0.9044127957911443,0.14902357757091522,0.9845592379570007,-0.09184373170137405,-0.01454988308250904,0.06981176882982254,-0.061112180352211,-0.014593645930290222,-0.01750284433364868,0.00389205664396286 +431,1.01538637356393,-1.4001440465669774,0.8878971379031929,0.14429837465286255,0.9854742288589478,-0.08954776078462601,0.0010627316078171134,0.17726686596870422,-0.05094015598297119,-0.016353413462638855,-0.010406911373138428,-0.005926497280597687 +432,1.010172205528125,-1.4052042567270513,0.8622845613712345,0.13960391283035278,0.9863209128379822,-0.08764602988958359,0.01598014496266842,0.20464646816253662,-0.04858158156275749,-0.008820831775665283,-0.010551929473876953,-0.004852712154388428 +433,1.005808892424904,-1.4090183717727105,0.8344547870448812,0.13604119420051575,0.9869424700737,-0.08623912930488586,0.01561419852077961,0.2685742974281311,-0.0487147755920887,-0.034829676151275635,-0.001682579517364502,0.004192657768726349 +434,0.981264279854994,-1.4150661826229287,0.7849498339228264,0.12892121076583862,0.9878985285758972,-0.08623257279396057,0.054700348526239395,0.2313840687274933,-0.07930491119623184,-0.02095000445842743,0.0002607107162475586,0.012059621512889862 +435,0.9411883415991217,-1.4199475420215413,0.7223160415322528,0.12146327644586563,0.9886438846588135,-0.08848775923252106,0.07165776938199997,0.20185025036334991,-0.07534459978342056,-0.015017949044704437,0.0011023283004760742,0.007677249610424042 +436,0.8800858571167988,-1.4237144077278905,0.6420585579263949,0.11296158283948898,0.9892029166221619,-0.09336627274751663,0.08981405943632126,0.21525847911834717,-0.07994583249092102,-0.03209000080823898,-0.015509068965911865,-0.013277411460876465 +437,0.8571389014757689,-1.424732088744118,0.5978352726070183,0.11002866923809052,0.9893515706062317,-0.09527473151683807,0.05294560268521309,0.1864744871854782,-0.017547884956002235,-0.002026952803134918,-0.0059531331062316895,0.002135038375854492 +438,0.8485787876517584,-1.420987377161146,0.5699281689753504,0.11198748648166656,0.9887996315956116,-0.09866085648536682,0.05752168223261833,0.21340711414813995,0.040191490203142166,-0.011493116617202759,-0.022216439247131348,0.0014928653836250305 +439,0.86436162710268,-1.4137347015555244,0.5623430340386493,0.11898375302553177,0.9876911640167236,-0.10153458267450333,0.06681904196739197,0.2773458957672119,0.07313452661037445,-0.010951519012451172,-0.016911625862121582,0.010637983679771423 +440,0.8914892009689612,-1.4049470284017003,0.5604150261327399,0.12844112515449524,0.9862784743309021,-0.10371827334165573,0.05896944925189018,0.2712324261665344,0.08802983909845352,0.013358786702156067,-0.015209197998046875,0.018604762852191925 +441,0.9108819312780304,-1.3924670016296166,0.5555854966945772,0.14014272391796112,0.9841414093971252,-0.1087462306022644,0.09959858655929565,0.17054255306720734,0.10272727906703949,0.027826040983200073,-0.018366873264312744,0.0021483302116394043 +442,0.9298603004826077,-1.375443880256099,0.558448940546057,0.15558822453022003,0.980979323387146,-0.1160687729716301,0.07728233188390732,0.16544564068317413,0.1349061280488968,0.019033342599868774,-0.016883254051208496,0.026453912258148193 +443,0.9566981054331378,-1.3558693721415764,0.5725482645109398,0.17430920898914337,0.9769919514656067,-0.12289436906576157,0.16205810010433197,0.08415669202804565,0.17484834790229797,0.05039173364639282,-0.02353125810623169,0.007385373115539551 +444,0.9661248783660287,-1.3321851362782684,0.5798458923710222,0.19444525241851807,0.9716671705245972,-0.13436491787433624,0.02982865273952484,-0.06426443159580231,0.13870729506015778,0.033124327659606934,-0.014849543571472168,-0.010181605815887451 +445,0.9946749443412389,-1.3204384847546047,0.6220477600961704,0.2077593058347702,0.9688238501548767,-0.13496854901313782,-0.11643075197935104,-0.20230643451213837,0.09890860319137573,0.021351411938667297,-0.032681822776794434,0.02382349967956543 +446,1.0385175935993,-1.3191118641864288,0.6886082901209866,0.21458202600479126,0.9684942960739136,-0.12638497352600098,-0.1797531694173813,-0.22476071119308472,0.07544194161891937,0.0054802000522613525,-0.042545318603515625,0.00790049135684967 +447,1.1010677213810083,-1.3201724357575326,0.767908364025957,0.2211473286151886,0.9687578678131104,-0.11225980520248413,-0.16003432869911194,-0.14941856265068054,0.07983535528182983,-0.02192854881286621,-0.0026475191116333008,-0.03942783176898956 +448,1.1319910925067331,-1.3209597616589064,0.8134381756253146,0.22382114827632904,0.9689528346061707,-0.10504414141178131,-0.11078503727912903,-0.059853192418813705,0.010057104751467705,-0.04251624643802643,-0.035008251667022705,-0.07088963687419891 +449,1.1345397430964708,-1.332191910597756,0.8236529999933764,0.21421045064926147,0.9716687798500061,-0.09986822307109833,-0.18040423095226288,-0.04808473214507103,-0.1576041877269745,-0.01685328781604767,-0.02232801914215088,-0.06358390301465988 +450,1.1318915994087553,-1.3500367284870327,0.8302686630433092,0.19821645319461823,0.975731372833252,-0.09305136650800705,-0.0324552021920681,-0.050690945237874985,-0.11384831368923187,0.05237862467765808,0.030707836151123047,-0.09025245904922485 +451,1.0918035608585308,-1.3528557971555082,0.797400357680647,0.19188569486141205,0.9763448238372803,-0.0996522456407547,0.04237072169780731,-0.07387680560350418,-0.06406338512897491,0.03473782539367676,-0.008601963520050049,-0.0772886797785759 +452,0.9994012431706747,-1.3498983387973398,0.7150187697307097,0.18430012464523315,0.975701093673706,-0.11849365383386612,0.06486412137746811,-0.21129167079925537,-0.15793126821517944,-0.016712859272956848,0.02156752347946167,0.004953034222126007 +453,0.8753634746857112,-1.348318371951519,0.5979793447817429,0.1694081872701645,0.9753537178039551,-0.14137299358844757,0.18916213512420654,-0.017170872539281845,-0.11511816084384918,-0.039296478033065796,-0.013210654258728027,0.07588230073451996 +454,0.7927761017984573,-1.352999590497553,0.5079383301124829,0.15391391515731812,0.9763758778572083,-0.15165938436985016,0.1459137350320816,0.12498995661735535,-0.15256795287132263,-0.013624623417854309,-0.0021327733993530273,0.10876692831516266 +455,0.7287750348568698,-1.3696220810825204,0.43129582321581217,0.13307130336761475,0.9798325896263123,-0.14906376600265503,0.055807389318943024,0.06848322600126266,-0.28822576999664307,-0.024474501609802246,0.012812614440917969,0.10923832654953003 +456,0.6244524613306985,-1.3939630932314562,0.3205415424775068,0.10284794121980667,0.9844056963920593,-0.14271508157253265,-0.10958606004714966,0.14980964362621307,-0.2753426134586334,0.003948323428630829,-0.0496370792388916,0.11448635160923004 +457,0.6007965773501804,-1.420692389586659,0.2714710031131384,0.08453516662120819,0.9887555241584778,-0.1233537420630455,-0.15326306223869324,0.19778627157211304,-0.17156097292900085,-0.016038477420806885,0.044951021671295166,-0.003187403082847595 +458,0.5605500621300471,-1.437822437480131,0.2302505504412612,0.0704878643155098,0.9911720156669617,-0.11229259520769119,-0.04562478885054588,-0.16519926488399506,-0.1111040785908699,0.0143967866897583,-0.008261799812316895,0.01655900478363037 +459,0.522955204483869,-1.445787940516053,0.20910037976909593,0.062271684408187866,0.9921966195106506,-0.10801820456981659,-0.032588399946689606,-0.2114494889974594,-0.06739257276058197,-0.021393388509750366,-0.0072113871574401855,0.04879887402057648 +460,0.49274028853682456,-1.4526485113951355,0.20394174333729825,0.055758945643901825,0.9930286407470703,-0.10385094583034515,-0.009000321850180626,-0.3525126278400421,0.023048939183354378,0.01746797189116478,-0.007005751132965088,0.046432144939899445 +461,0.49038138033828543,-1.4513141084363115,0.24775962667765636,0.056137822568416595,0.9928705096244812,-0.10515100508928299,0.008583417162299156,-0.5875681638717651,0.07712557911872864,-0.01030043140053749,0.011844456195831299,0.047869570553302765 +462,0.4782673733524034,-1.4453935648773566,0.30589197929968265,0.05756443366408348,0.9921473860740662,-0.11104023456573486,-0.005631768610328436,-0.78001868724823,0.09675704687833786,-0.04654758796095848,0.004877150058746338,0.05801594257354736 +463,0.5025324290655148,-1.4366271939621473,0.41144830248730585,0.06442846357822418,0.9910128116607666,-0.1172289252281189,0.041568510234355927,-0.7759720683097839,0.21986450254917145,-0.05019201338291168,-0.010513544082641602,0.021174848079681396 +464,0.5631147018401297,-1.4205891529612331,0.5434980915239496,0.07988312840461731,0.988740086555481,-0.12653809785842896,0.036048419773578644,-0.596030056476593,0.23939095437526703,-0.09823944419622421,-0.015564978122711182,0.04742126166820526 +465,0.6199637335224776,-1.4064903623709128,0.6569649723640786,0.0950336828827858,0.9865320920944214,-0.13312757015228271,-0.02165464498102665,-0.4942667484283447,0.2312871217727661,-0.019487418234348297,-0.025442063808441162,0.08712233603000641 +466,0.7042833196163144,-1.3919948329499903,0.7938339960349616,0.11515570431947708,0.9840575456619263,-0.13553518056869507,-0.08631017804145813,-0.567754328250885,0.281733900308609,0.031862713396549225,-0.006060779094696045,0.04723258316516876 +467,0.7826057976285005,-1.3759234281483341,0.9479372791579233,0.136542409658432,0.9810723066329956,-0.1373070925474167,-0.1322525292634964,-0.857823371887207,0.3755015730857849,0.1449364572763443,-0.025444865226745605,0.036370232701301575 +468,0.8781047622026602,-1.3566526972009383,1.131228858838861,0.16353335976600647,0.9771587252616882,-0.13571162521839142,-0.13622988760471344,-0.8728954195976257,0.35576120018959045,-0.01517215371131897,-0.0024120211601257324,-0.053009092807769775 +469,0.905112298409712,-1.3450999644813053,1.252801740778702,0.1760057806968689,0.9746385216712952,-0.13820908963680267,-0.10353461652994156,-0.9325082302093506,0.14952749013900757,0.0012097954750061035,-0.021177828311920166,-0.06862378120422363 +470,0.857481991119266,-1.3425838008901725,1.3004776638888615,0.17107950150966644,0.9740723371505737,-0.14803647994995117,-0.010650286450982094,-0.7977757453918457,0.039869941771030426,0.01367388665676117,-0.060177743434906006,-0.024525150656700134 +471,0.8314319655854239,-1.3510458474755396,1.3486540761563102,0.16106943786144257,0.9759518504142761,-0.14688318967819214,-0.18449418246746063,-0.7227760553359985,-0.005986529402434826,0.041948750615119934,-0.0229489803314209,0.00045984983444213867 +472,0.8224391165576513,-1.3643151405773761,1.4089881323421054,0.15023784339427948,0.9787583947181702,-0.13950073719024658,-0.21141187846660614,-0.6186745166778564,-0.019856244325637817,0.06088276207447052,-0.04104489088058472,-0.009882792830467224 +473,0.8077434416528859,-1.3819959443003824,1.459515368590887,0.13564236462116241,0.9822300672531128,-0.12971195578575134,-0.19587822258472443,-0.6086748838424683,-0.08356897532939911,0.09572665393352509,-0.02493947744369507,-0.03058163821697235 +474,0.772468570868938,-1.393731370244319,1.4741337145107063,0.12293007224798203,0.984364926815033,-0.12615075707435608,0.00032236555125564337,-0.2904089689254761,-0.058659713715314865,0.027780979871749878,-0.043156981468200684,-0.08156710863113403 +475,0.7479568123864742,-1.4030881729481497,1.4674354080841792,0.11353173106908798,0.9859699010848999,-0.12236827611923218,-0.048762787133455276,0.006892433390021324,-0.04004780203104019,0.05445227026939392,0.0352092981338501,-0.04315906763076782 +476,0.7401396971865956,-1.4117593871805398,1.4623714568618222,0.10680104047060013,0.9873802661895752,-0.11693385988473892,-0.09165912866592407,-0.009965801611542702,-0.08660310506820679,0.012248024344444275,-0.032744765281677246,-0.04897497594356537 +477,0.6955536865777769,-1.4170490035057695,1.4193132467211202,0.09813514351844788,0.9882041215896606,-0.11756710708141327,-0.0007951839361339808,0.009718124754726887,-0.12476637959480286,-0.04829994589090347,-0.00802534818649292,0.02508360892534256 +478,0.6158126528594364,-1.4324548269606243,1.3319454367125307,0.07965479791164398,0.9904460906982422,-0.11256936937570572,-0.06366989761590958,0.1369263380765915,-0.2109103798866272,-0.08183678984642029,0.0058765411376953125,0.042012691497802734 +479,0.47617738313601005,-1.456448034853784,1.1795926538788055,0.05230129510164261,0.9934693574905396,-0.10140591114759445,-0.11269059032201767,0.12126626819372177,-0.22627714276313782,-0.013086199760437012,3.039836883544922e-05,0.06101590394973755 +480,0.36420789377275775,-1.4736446969191461,1.0584796880962841,0.034551460295915604,0.9952844977378845,-0.09063520282506943,-0.054046690464019775,0.04266941547393799,-0.14776277542114258,-0.007436580955982208,-0.023345530033111572,-0.029176756739616394 +481,0.27585462436735925,-1.476807382146377,0.9638712117461666,0.025562245398759842,0.9955862760543823,-0.09030313789844513,0.019621888175606728,0.055558644235134125,-0.061031267046928406,0.02779775857925415,-0.0019186735153198242,-0.008375406265258789 +482,0.24557959024433376,-1.4756747534477754,0.9344944697563339,0.02309083752334118,0.9954793453216553,-0.09212802350521088,0.007127237971872091,-0.04844796285033226,-0.003423750400543213,0.03225278854370117,0.007694423198699951,0.005137689411640167 +483,0.3090704893424225,-1.4728565811113046,1.0011382216993556,0.029742827638983727,0.9952077269554138,-0.09314925223588943,0.004759810399264097,0.006259852088987827,0.08070230484008789,-0.007434461265802383,-0.02177339792251587,0.030008383095264435 +484,0.3846234488023633,-1.4683925743339896,1.0779009260198467,0.038356103003025055,0.9947612881660461,-0.09475702792406082,0.05893845483660698,-0.036092545837163925,0.11625807732343674,0.018101423978805542,0.000645756721496582,-0.008041441440582275 +485,0.4829359520763314,-1.4588540394025704,1.1829659220872366,0.051875121891498566,0.993740975856781,-0.09893257170915604,0.045775026082992554,-0.07875557988882065,0.1357761174440384,-0.017176631838083267,-0.0033541321754455566,0.026102371513843536 +486,0.5411101710870031,-1.4531877996779283,1.2491294566309414,0.06043865531682968,0.9930920600891113,-0.1005735769867897,0.028649140149354935,-0.057388607412576675,0.09784526377916336,-0.006804026663303375,-0.009648025035858154,0.022402837872505188 +487,0.60294992561643,-1.4512030927816502,1.3164537925048136,0.0676565170288086,0.9928572773933411,-0.09826994687318802,-0.022781062871217728,-0.03586181625723839,0.1096387654542923,-0.0016164854168891907,-0.03574979305267334,0.008105769753456116 +488,0.680698891700074,-1.44694965184223,1.397477335377874,0.07774218171834946,0.9923408031463623,-0.095999576151371,-0.017532607540488243,-0.049201276153326035,0.11843157559633255,0.0020612776279449463,-0.012131452560424805,0.013174891471862793 +489,0.769844543078185,-1.4411149507971595,1.4938483805063076,0.0900082066655159,0.9916031360626221,-0.09285257756710052,-0.029100516811013222,-0.08912249654531479,0.14457367360591888,0.0342593714594841,-0.01858079433441162,-0.0030336901545524597 +490,0.8733526808672791,-1.4272749737355042,1.6133108789995763,0.10962949693202972,0.989718496799469,-0.09186159819364548,0.01900983601808548,-0.2395612597465515,0.2509690821170807,0.11320983618497849,-0.02533257007598877,0.0004919841885566711 +491,0.9522433882208752,-1.3986207123858123,1.7241285884403892,0.13958227634429932,0.985214352607727,-0.09934443235397339,0.07110429555177689,-0.29475611448287964,0.34931257367134094,0.09247337281703949,-0.015472590923309326,-0.0034387633204460144 +492,1.0062815426302145,-1.3662254464205834,1.7969295562935619,0.17162826657295227,0.979148268699646,-0.10868477076292038,0.07506987452507019,-0.15626032650470734,0.27334097027778625,-0.00838974118232727,0.036659836769104004,-0.08229422569274902 +493,1.010415108074617,-1.347443229611834,1.820223345514805,0.18762293457984924,0.9751602411270142,-0.11772977560758591,0.010155988857150078,-0.15424443781375885,0.14673461019992828,0.05142125487327576,-0.042161524295806885,0.013710618019104004 +494,1.0355385618738098,-1.3343168032315875,1.8595865059995806,0.2015145719051361,0.9721688032150269,-0.11949846893548965,-0.01001077052205801,-0.12090107053518295,0.11326442658901215,0.05864778161048889,-0.03283768892288208,-0.00431138277053833 +495,1.0478269841427665,-1.3211570652248974,1.8833592768665899,0.21403266489505768,0.9690015912055969,-0.123392254114151,0.011127112433314323,-0.08174204081296921,0.10061492025852203,0.045442983508110046,-0.02556610107421875,-0.00909975916147232 +496,1.054728165595534,-1.3093103779972963,1.8947886814968364,0.2248488962650299,0.966006875038147,-0.12756863236427307,0.04277750849723816,-0.03415494039654732,0.03792372718453407,0.01231849193572998,-0.025104105472564697,-0.013117387890815735 +497,1.0276051241514867,-1.3013872127233805,1.8649903087066957,0.22785189747810364,0.9639283418655396,-0.13757146894931793,0.07468104362487793,0.027305927127599716,-0.021872207522392273,0.02635955810546875,-0.045257568359375,0.020887479186058044 +498,0.9965589115855662,-1.2967922540142953,1.8313061818784884,0.22718733549118042,0.9626951813697815,-0.1469818353652954,0.044940490275621414,-0.006709970999509096,-0.10618026554584503,-0.012740358710289001,-0.005770862102508545,-0.0391906201839447 +499,0.9586228475160141,-1.3068460528968309,1.785154063797441,0.21351729333400726,0.9653668999671936,-0.14992308616638184,-0.037955425679683685,0.08283405750989914,-0.22491976618766785,0.002760767936706543,-0.032078444957733154,-0.00751708447933197 +500,0.9253685415209808,-1.3211101938146332,1.7404961274161517,0.19739380478858948,0.9689900279045105,-0.1486404538154602,0.03518938273191452,0.13385848701000214,-0.18127065896987915,0.07006224989891052,0.005008995532989502,-0.018870532512664795 +501,0.924192117163327,-1.328514734637753,1.7247459913538026,0.1914869248867035,0.9707931280136108,-0.1445458084344864,-0.09774943441152573,0.08236927539110184,-0.13590288162231445,0.04087391495704651,-0.03726041316986084,0.008376359939575195 +502,0.9470030101927895,-1.3386501608356298,1.7422255994981763,0.18673795461654663,0.9731748700141907,-0.13438619673252106,-0.08712077140808105,0.030808769166469574,-0.08421672135591507,0.05265718698501587,-0.010238468647003174,0.0009481310844421387 +503,0.9594188948130431,-1.3478551362408666,1.7545960458342593,0.18104824423789978,0.9752513766288757,-0.12690958380699158,-0.05592398717999458,0.018078777939081192,-0.10735556483268738,-0.023074015974998474,-0.026398956775665283,-0.01568375527858734 +504,0.9744673856832221,-1.3598481238785836,1.760951407347623,0.17324785888195038,0.9778327941894531,-0.11759389936923981,-0.09206482768058777,0.08922331780195236,-0.06322744488716125,-0.005416452884674072,-0.004978179931640625,-0.0018976330757141113 +505,0.9870294588444886,-1.3676112238985354,1.7749058913808111,0.16837182641029358,0.9794288277626038,-0.11122063547372818,-0.040794555097818375,-0.08895137906074524,-0.032031137496232986,0.008218124508857727,-0.013043999671936035,0.007094629108905792 +506,0.981857734097664,-1.370434205496761,1.7818447545582938,0.16549430787563324,0.9799945950508118,-0.11055342108011246,-0.033025920391082764,-0.12668554484844208,-0.035481248050928116,-0.03872428834438324,0.007325232028961182,0.0004002600908279419 +507,0.9522187094428883,-1.3767165646169495,1.7670952643511313,0.15712660551071167,0.9812255501747131,-0.11183703690767288,0.044994812458753586,-0.14232237637043,-0.04240114614367485,-0.02515333890914917,-0.00567018985748291,0.039006829261779785 +508,0.926374616067374,-1.3807827636721592,1.748473100792303,0.1509934365749359,0.9820016622543335,-0.1134624257683754,0.03276278078556061,0.0004750071093440056,-0.024939998984336853,-0.04445657134056091,-0.0009683370590209961,0.03208732604980469 +509,0.9150956563576806,-1.3877455302799024,1.7311249706085432,0.14428065717220306,0.9832929372787476,-0.11098628491163254,-0.01513517927378416,0.11566459387540817,-0.048351697623729706,-0.04343535006046295,0.002516329288482666,0.05198056250810623 +510,0.9200790972662138,-1.3994551260837567,1.720389871732079,0.13566093146800995,0.9853569865226746,-0.10328365117311478,-0.029037443920969963,0.1634235829114914,-0.023656997829675674,-0.03943905234336853,-0.007909595966339111,0.0011108070611953735 +511,0.9506224968052386,-1.404933399361999,1.732187817150984,0.1343572586774826,0.9862762689590454,-0.09595412015914917,-0.007455135229974985,0.12571129202842712,0.005200085695832968,-0.03770811855792999,0.0016692280769348145,-0.007881931960582733 +512,0.9471016911297325,-1.4046655564912105,1.7225620326991875,0.13423344492912292,0.9862319827079773,-0.09658115357160568,0.024884769693017006,0.012322981841862202,0.06553933024406433,-0.05359071493148804,0.031407177448272705,0.02155369520187378 +513,0.9715411530050462,-1.400827135415767,1.744843568101845,0.13967828452587128,0.9855899810791016,-0.09540639817714691,-0.03150257095694542,0.0336291678249836,0.09174583852291107,-0.004470139741897583,-0.03786659240722656,0.013802409172058105 +514,1.0133392454579113,-1.3958909542213869,1.7978559208731315,0.1476694941520691,0.9847429990768433,-0.09205903857946396,0.006070657633244991,-0.22234761714935303,0.09168420732021332,0.011052414774894714,0.005308210849761963,-0.011548154056072235 +515,1.0034229496599372,-1.3855967251366916,1.8160082292942754,0.15529048442840576,0.9828994870185852,-0.09896181523799896,-0.010225013829767704,-0.3752188980579376,0.07345876842737198,0.059400707483291626,-0.024937450885772705,-0.019461631774902344 +516,0.986151935837802,-1.3794736416928515,1.8380656139415816,0.15857383608818054,0.9817535877227783,-0.10494840145111084,0.02067788876593113,-0.3707689344882965,0.09474171698093414,0.03921060264110565,-0.034014999866485596,-0.05328523367643356 +517,0.9683310816900155,-1.3707942736582515,1.8564863961042741,0.16369321942329407,0.980066180229187,-0.11258197575807571,0.015681475400924683,-0.3551023006439209,0.0892840027809143,0.05437012016773224,-0.027658402919769287,-0.018155328929424286 +518,0.9528645905194411,-1.3643917504758158,1.8780314767813644,0.16704389452934265,0.9787740707397461,-0.11873333156108856,-0.02256348915398121,-0.36116716265678406,0.07090362161397934,0.04622820019721985,-0.02603060007095337,-0.003001272678375244 +519,0.9579553243508062,-1.3603557412018188,1.9168704060293684,0.17087621986865997,0.9779389500617981,-0.12015265226364136,-0.06764811277389526,-0.3188540041446686,0.09342246502637863,0.05077293515205383,-0.01826798915863037,-0.012110531330108643 +520,0.9688798786602043,-1.3573119293584814,1.9617868453377438,0.1746314913034439,0.9772986173629761,-0.11996379494667053,-0.07690863311290741,-0.4186234176158905,0.09119583666324615,0.0512138307094574,-0.032138705253601074,-0.01704484224319458 +521,0.9744177780526061,-1.3556009457796232,2.011410356633694,0.17667661607265472,0.9769346714019775,-0.11993400007486343,-0.08205681294202805,-0.3825092613697052,0.05614985525608063,-0.007242992520332336,-0.014593303203582764,-0.027069225907325745 +522,0.982018641801466,-1.3553864761398433,2.053623408471288,0.17775700986385345,0.97688889503479,-0.11870379000902176,-0.08334601670503616,-0.2601044774055481,0.024432620033621788,0.0012133121490478516,0.0004975795745849609,-0.025873184204101562 +523,0.9870891769723463,-1.3562428830576052,2.078506557002277,0.17765839397907257,0.9770715832710266,-0.11733977496623993,-0.05095484480261803,-0.16422870755195618,-0.002740253694355488,-0.003143623471260071,-0.014608204364776611,-0.02049284428358078 +524,0.9672917981443645,-1.3550390677546753,2.0716212250161887,0.17626945674419403,0.9768145680427551,-0.12150147557258606,0.015643324702978134,-0.08795031905174255,-0.006156947463750839,0.015823468565940857,-0.02100396156311035,-0.018696323037147522 +525,0.960409917917129,-1.3528756184760904,2.0685521196625505,0.1771603226661682,0.9763491153717041,-0.12392262369394302,-0.0033608791418373585,0.026554478332400322,-0.01994726061820984,0.00039093196392059326,-0.01274120807647705,-0.01760263741016388 +526,0.9469423567217756,-1.353191773151897,2.0460453038998865,0.17522430419921875,0.9764174222946167,-0.1261165291070938,0.03738696873188019,0.1631106585264206,-0.054446715861558914,-0.02796177566051483,-0.014030396938323975,-0.014386400580406189 +527,0.934726901892227,-1.3567081248000754,2.003467066767588,0.1709081381559372,0.9771705269813538,-0.12620748579502106,0.04309699311852455,0.44073277711868286,-0.08298791944980621,-0.020334392786026,-0.01501232385635376,-0.004712939262390137 +528,0.9368689326927097,-1.3626866329682696,1.9556683552487588,0.16646844148635864,0.9784232378005981,-0.12237881869077682,0.03886692225933075,0.4940798580646515,-0.1366286277770996,-0.0032909363508224487,-0.013258874416351318,0.00030849874019622803 +529,0.9356656702681801,-1.3772531579746572,1.897007225054343,0.1548302173614502,0.9813289046287537,-0.11411025375127792,0.0099885119125247,0.564712405204773,-0.1933441311120987,0.0007483959197998047,-0.003606736660003662,-0.003229856491088867 +530,0.928990210450937,-1.3961017561844538,1.8261388981477211,0.1392219066619873,0.9847796559333801,-0.10404818505048752,-0.003775140503421426,0.7103520035743713,-0.17768745124340057,0.0029289275407791138,0.0006633400917053223,-0.02546839416027069 +531,0.9230697340812248,-1.4064143182559443,1.7551465439413094,0.13049791753292084,0.9865196943283081,-0.09873777627944946,0.02726966142654419,0.5615589022636414,-0.1367264688014984,0.02920055389404297,-0.023857951164245605,0.028944075107574463 +532,0.902794220977438,-1.4175494675550648,1.6885534251464658,0.11983827501535416,0.9882806539535522,-0.09455328434705734,0.002516313921660185,0.33401867747306824,-0.16807140409946442,0.07042358815670013,-0.01855403184890747,0.032907769083976746 +533,0.8756170223418098,-1.4299087053106805,1.6344042167853423,0.10783504694700241,0.9900917410850525,-0.08994315564632416,-0.012773891910910606,0.21896755695343018,-0.0997869074344635,0.007673963904380798,-0.003305971622467041,-0.02761053293943405 +534,0.8647566089320785,-1.4375077936567322,1.6007898413637196,0.1011248528957367,0.9911302328109741,-0.0862257182598114,-0.006717630662024021,0.17188221216201782,-0.07422897964715958,0.0356549471616745,-0.03011631965637207,0.002378694713115692 +535,0.8700588958571197,-1.4371337973040885,1.594936339377516,0.10186327993869781,0.9910804629325867,-0.08592674881219864,0.013030102476477623,0.03584905341267586,-0.03109017200767994,0.04031813144683838,-0.02342909574508667,0.016621291637420654 +536,0.898833802858646,-1.433876454726583,1.6176641446235933,0.10681871324777603,0.9906411170959473,-0.08496931940317154,-0.012678256258368492,0.06446409225463867,0.022078000009059906,-0.02858690917491913,-0.004801392555236816,0.001595325767993927 +537,0.9117636074060755,-1.431011296243102,1.6230828899108587,0.11015243828296661,0.9902459979057312,-0.08531925082206726,0.02823234535753727,0.05184856802225113,0.05476466938853264,0.009568028151988983,-0.009014308452606201,0.014945752918720245 +538,0.9350882200329163,-1.4275675812408584,1.6420462960165654,0.11485544592142105,0.9897602796554565,-0.08475113660097122,-0.013353629969060421,0.060689207166433334,0.024117274209856987,0.002850852906703949,-0.02288717031478882,0.008319862186908722 +539,0.9551606501951418,-1.4283128733387576,1.6569064182792066,0.11593141406774521,0.9898663759231567,-0.08200301229953766,-0.024318544194102287,0.043779630213975906,0.0005150390788912773,0.007451146841049194,-0.013624310493469238,0.022310614585876465 +540,0.9889119586709866,-1.4286208441302075,1.6889674624080575,0.1183774322271347,0.9899100661277771,-0.07787637412548065,-0.017323607578873634,-0.006676399149000645,0.07242479175329208,0.01022365689277649,-0.003505706787109375,-0.0005232691764831543 +541,1.0398119379355493,-1.421213448150186,1.7425856771072954,0.12850624322891235,0.9888333082199097,-0.07546402513980865,-0.01484483852982521,-0.01751195453107357,0.10368536412715912,-0.010983064770698547,0.009625494480133057,-0.015264742076396942 +542,1.0630721285921831,-1.4133728545698465,1.7696311772849607,0.13699690997600555,0.9876344799995422,-0.07622160762548447,0.023276744410395622,0.02254941686987877,0.10599146783351898,-0.005298316478729248,-0.011362075805664062,-0.00825105607509613 +543,1.0661919488217446,-1.4047224166144763,1.7709983205922888,0.14470753073692322,0.9862414002418518,-0.0799214169383049,0.03144639730453491,0.033729858696460724,0.05219682306051254,-0.015297770500183105,-0.03558844327926636,0.011409468948841095 +544,1.0611145067967354,-1.4028120413464662,1.7617515865895508,0.1459447741508484,0.9859237670898438,-0.08157452195882797,0.030659601092338562,0.03289063274860382,0.02020767517387867,0.003301456570625305,-0.004966795444488525,-0.004942774772644043 +545,1.0572390932859688,-1.4020707203081961,1.7545376443222074,0.1462641954421997,0.9857995510101318,-0.08249861001968384,-0.0025270842015743256,0.025562230497598648,-0.006637801881879568,0.008017420768737793,-0.014791309833526611,0.003061354160308838 +546,1.065886261999909,-1.4038206054218731,1.7621040626343305,0.1454620361328125,0.9860919117927551,-0.08039616048336029,-0.030350659042596817,-0.027283426374197006,-0.01912502758204937,-0.001968398690223694,-0.028892815113067627,0.013913571834564209 +547,1.0803895955014227,-1.4073658604980472,1.7816440382184335,0.14352776110172272,0.986674964427948,-0.07663100212812424,-0.02397804521024227,-0.06507564336061478,-0.0012259002542123199,0.02758428454399109,-0.016368567943572998,-0.0045763179659843445 +548,1.087922815951663,-1.4048331370861638,1.7972676337832343,0.14631348848342896,0.9862596988677979,-0.07670757174491882,-0.019497759640216827,-0.10675952583551407,0.02137986198067665,0.001345798373222351,-0.017128288745880127,0.0041977837681770325 +549,1.098447646496898,-1.4020721717731501,1.8179303286448285,0.14953719079494476,0.9857997894287109,-0.07640216499567032,-0.02907657064497471,-0.08157340437173843,0.03643124923110008,0.004149302840232849,-0.008413374423980713,-0.005735866725444794 +550,1.1094642825511771,-1.3993337154182415,1.8376052663362472,0.15278702974319458,0.9853362441062927,-0.07595179229974747,-0.012923617847263813,-0.07053619623184204,0.03199499472975731,-0.0019538849592208862,-0.02261340618133545,-0.008459813892841339 +551,1.109374367938736,-1.397677363272012,1.8423646174691182,0.15424185991287231,0.9850522875785828,-0.07669229805469513,-0.01718343235552311,-0.018233157694339752,0.009277742356061935,-0.01027517020702362,-0.013998091220855713,0.004518203437328339 +552,1.1115213510619852,-1.3979908602145732,1.8451846574864414,0.15412931144237518,0.9851062297821045,-0.07622405141592026,-0.0001920310314744711,0.006307654082775116,0.00657182652503252,-0.0001223534345626831,-0.009321868419647217,0.0026309415698051453 +553,1.1148525992902603,-1.3980287536171425,1.8480572513758386,0.15434828400611877,0.9851127862930298,-0.07569346576929092,-0.0003453550161793828,0.00027020787820219994,-0.0008015050552785397,0.0011692941188812256,-0.017980217933654785,-0.011495232582092285 +554,1.1135125782098718,-1.397664644810352,1.8463438782424406,0.15456852316856384,0.9850500822067261,-0.07605858147144318,0.00654700817540288,0.012586860917508602,0.006505999714136124,0.010272175073623657,-0.004459261894226074,-0.004736721515655518 +555,1.1132600677134523,-1.3960951398502823,1.8436074223751227,0.15593650937080383,0.9847785234451294,-0.07678063958883286,0.011255505494773388,0.034804560244083405,0.005140582099556923,-0.0014412552118301392,-0.023215293884277344,0.0073378607630729675 +556,1.1109558392601038,-1.395729831378803,1.8380474611561675,0.15608128905296326,0.9847149848937988,-0.07729927450418472,0.01736476644873619,0.023685205727815628,-0.015041549690067768,-0.006499379873275757,-0.011143207550048828,0.0021650195121765137 +557,1.0992581280540183,-1.3963414493927016,1.8233868985312334,0.15462934970855713,0.9848213195800781,-0.07884588837623596,0.008800869807600975,0.015898512676358223,-0.014393437653779984,0.014560088515281677,-0.0129585862159729,0.015384621918201447 +558,1.105099505581706,-1.3966717429130315,1.830436060958869,0.15479730069637299,0.9848785996437073,-0.07779557257890701,-0.023997755721211433,-0.034220144152641296,-0.01684010587632656,0.001162797212600708,-0.02325439453125,0.01720297336578369 +559,1.118689602557853,-1.3993655371407194,1.8483576055347926,0.15345239639282227,0.9853416681289673,-0.07452508062124252,-0.05679897964000702,-0.04995230585336685,-0.07537989318370819,6.628036499023438e-05,-0.02827996015548706,0.004212617874145508 +560,1.0949227459694353,-1.4121777454234061,1.8204950537046978,0.14040416479110718,0.9874464273452759,-0.07236111164093018,0.03405732661485672,0.14755882322788239,-0.18729344010353088,-0.02779431641101837,-0.0011336207389831543,-0.014476649463176727 +561,1.053423808794726,-1.4155695113415505,1.7621283353370565,0.134369894862175,0.9879764914512634,-0.07646697759628296,0.05558275431394577,0.19629403948783875,0.014464749954640865,-0.04843240976333618,-0.009506642818450928,-0.01665741205215454 +562,1.0435440697197937,-1.4134100227556494,1.7312782213434807,0.13545159995555878,0.9876403212547302,-0.07886423915624619,0.05526521056890488,0.1716379076242447,0.015305724926292896,0.007096007466316223,-0.0017699599266052246,0.00859755277633667 +563,1.0323283022641594,-1.4130231560727091,1.7057009633607876,0.13488653302192688,0.9875795841217041,-0.08057434856891632,0.05722232162952423,0.06975515931844711,-0.04409594461321831,0.016511157155036926,-0.0344545841217041,0.010536551475524902 +564,1.0072185801429303,-1.4131133896560417,1.6765188436410794,0.1327461451292038,0.9875937700271606,-0.0838882327079773,0.02981201931834221,0.018831400200724602,-0.048637330532073975,0.011846169829368591,-0.018584251403808594,0.016352824866771698 +565,0.9887710013804802,-1.4133823733616988,1.6606722364104147,0.13095349073410034,0.9876359701156616,-0.08617617189884186,0.021581891924142838,-0.08077679574489594,-0.04120757803320885,0.01725509762763977,-0.021235883235931396,0.01871705800294876 +566,0.9873952373750945,-1.4130406552555976,1.6683900970284162,0.13111692667007446,0.9875823855400085,-0.08654245734214783,0.026819778606295586,-0.06936619430780411,0.012568503618240356,-0.004758894443511963,-0.01265251636505127,0.01578742265701294 +567,0.9576293896505426,-1.4117997164304956,1.647562155850487,0.12948429584503174,0.9873866438865662,-0.09111075848340988,0.04169696941971779,-0.1496310830116272,-0.027961721643805504,0.023332461714744568,-0.01688206195831299,0.005524173378944397 +568,0.9260224954904752,-1.4101986104845008,1.633262829524179,0.127804234623909,0.9871318936347961,-0.09610757231712341,0.02716352976858616,-0.19708600640296936,-0.005919625982642174,-0.004894673824310303,-0.007944881916046143,-0.005775332450866699 +569,0.8989498327975213,-1.4080671996695169,1.6239740513796415,0.12680214643478394,0.986788809299469,-0.10084118694067001,0.016120828688144684,-0.13237635791301727,0.014003809541463852,-0.01251383125782013,-0.01460564136505127,-0.01010548323392868 +570,0.874273996363693,-1.4066087411704433,1.6084684708009485,0.12538017332553864,0.9865514636039734,-0.10486306995153427,0.017276013270020485,-0.043118976056575775,0.0070872134529054165,-0.021757736802101135,-0.020608961582183838,-0.017024174332618713 +571,0.8559282253573394,-1.4062042581574536,1.5879610792892478,0.12373635172843933,0.9864853024482727,-0.10740673542022705,0.021568475291132927,0.09386446326971054,0.001662821159698069,-0.02342507243156433,-0.005543529987335205,-0.004577517509460449 +572,0.8459270740991229,-1.4069035790221607,1.565250505577584,0.12213969975709915,0.9865996241569519,-0.10818155854940414,0.017590511590242386,0.1457447111606598,-0.004081084858626127,-0.0015952885150909424,-0.016766250133514404,0.009716570377349854 +573,0.8510659322114837,-1.4083875568894753,1.5538579862674806,0.1215922087430954,0.9868406653404236,-0.10658664256334305,-0.007074951659888029,0.16208213567733765,-0.013265278190374374,0.000905349850654602,-0.008538782596588135,0.008060649037361145 +574,0.8683904125297017,-1.4099004322694888,1.556558857351979,0.12228106707334518,0.987084150314331,-0.10349985957145691,-0.010040787979960442,0.12777459621429443,0.006339038722217083,0.02217388153076172,-0.014534711837768555,-0.002075672149658203 +575,0.8880048211874181,-1.4099090373678351,1.5683584158889263,0.1242813915014267,0.9870855212211609,-0.10107666254043579,-0.013416673056781292,0.05524676665663719,-0.005954352207481861,0.003419429063796997,-0.009134411811828613,-0.0015691667795181274 +576,0.8962570792316373,-1.409859188049516,1.5727893591028024,0.12514962255954742,0.987077534198761,-0.10007830709218979,-0.0053963796235620975,0.03074757382273674,-0.006150441709905863,-0.01530158519744873,-0.010942220687866211,-0.0015757232904434204 +577,0.8904133923929399,-1.410077571084435,1.5638467247886685,0.12439460307359695,0.9871125221252441,-0.1006719172000885,0.016475649550557137,0.03115677647292614,-0.009655587375164032,-0.006230540573596954,-0.011770784854888916,-0.00957285612821579 +578,0.873935036760543,-1.409324533844984,1.5442651130088536,0.12328913807868958,0.9869917035102844,-0.1031852439045906,0.02215118333697319,0.0354350209236145,-0.015093917958438396,-0.006681472063064575,-0.011131107807159424,0.00774151086807251 +579,0.8602300560249962,-1.40936243558112,1.5265999266719419,0.12183532118797302,0.9869978427886963,-0.1048409715294838,0.03315538913011551,0.027087321504950523,-0.014241103082895279,0.0032714754343032837,-0.010862529277801514,-0.0071280598640441895 +580,0.8440549791881703,-1.408455830556324,1.5095272890161546,0.1207919791340828,0.986851692199707,-0.10739205777645111,0.006314897444099188,-0.011355215683579445,-0.005599457770586014,-0.0019260197877883911,-0.013951301574707031,0.007492780685424805 +581,0.8428637128001012,-1.4087807368680478,1.5114127061556715,0.12042427808046341,0.9869041442871094,-0.10732226818799973,-0.006947564426809549,-0.033731766045093536,0.002034394536167383,-0.0019550621509552,-0.017391324043273926,0.018439844250679016 +582,0.8458683105883315,-1.4080909093140348,1.518231153776289,0.12125629931688309,0.9867926239967346,-0.10741182416677475,0.013424976728856564,-0.06506955623626709,0.0073849777691066265,0.0029502660036087036,-0.011084556579589844,0.0014395564794540405 +583,0.839182428859753,-1.4066087037939692,1.5173448996810834,0.12162377685308456,0.9865514636039734,-0.10919725149869919,0.01571412943303585,-0.0632990300655365,0.009453044272959232,0.005253061652183533,-0.007547557353973389,0.004003167152404785 +584,0.8307941199018767,-1.4052899567731343,1.5151980757173018,0.12166440486907959,0.986335039138794,-0.11109098792076111,0.020687418058514595,-0.0684906542301178,0.005650727543979883,0.001916542649269104,-0.012213826179504395,-0.0024496465921401978 +585,0.8091022496032423,-1.402413830930463,1.4992470921730034,0.12127775698900223,0.9858571290969849,-0.11566030234098434,0.034892428666353226,-0.04502292722463608,-0.005867780186235905,-0.009766526520252228,-0.01599329710006714,0.004728920757770538 +586,0.778967093276601,-1.4005475683335267,1.474516193233514,0.11903026700019836,0.9855426549911499,-0.12057118117809296,0.03911716490983963,-0.049803704023361206,-0.013386565260589123,-0.0009577646851539612,-0.013466298580169678,0.007350929081439972 +587,0.757780746004913,-1.3990993009638626,1.457425973479138,0.11743038892745972,0.9852962493896484,-0.12410259991884232,0.01955171674489975,-0.03242437168955803,-0.001868304330855608,0.009797394275665283,-0.014013290405273438,0.01660442352294922 +588,0.7503278102263543,-1.3969963967185888,1.4528942406769407,0.11791478842496872,0.9849347472190857,-0.12648965418338776,0.020671147853136063,-0.026401834562420845,0.002189879771322012,0.0002187490463256836,-0.009516656398773193,-0.0007991790771484375 +589,0.7400401298696526,-1.395604531313288,1.4437556276302863,0.1175316795706749,0.9846931099891663,-0.12870830297470093,0.015562744811177254,-0.001294996589422226,0.0042784507386386395,-0.0009392797946929932,-0.01379162073135376,0.004669666290283203 +590,0.7420567529462684,-1.3953611869107587,1.4458097162400592,0.11795289069414139,0.9846506714820862,-0.1286475956439972,0.005240656901150942,-0.004669298883527517,-0.0032288115471601486,0.0029577314853668213,-0.005570471286773682,0.006561994552612305 +591,0.7314826441250133,-1.3947958239975182,1.4377804580267446,0.11695770174264908,0.9845518469810486,-0.13030175864696503,0.016144149005413055,-0.035413406789302826,-0.0022927704267203808,-0.0024099647998809814,-0.016335904598236084,-0.0004202723503112793 +592,0.7140934023753001,-1.3924244610859116,1.4224840873803404,0.11620291322469711,0.9841338992118835,-0.13407956063747406,0.037249960005283356,-0.01808769814670086,-0.009349849075078964,-0.009986497461795807,-0.010531604290008545,-0.0030969232320785522 +593,0.6961503396624932,-1.391484469909772,1.4070981996378085,0.1143716424703598,0.9839666485786438,-0.13685257732868195,0.009149503894150257,-0.03155158832669258,-0.01146427821367979,-0.004645705223083496,-0.015491366386413574,-0.004016518592834473 +594,0.6918873712460861,-1.3914137706343999,1.4045109768718105,0.11383187025785446,0.9839540719985962,-0.1373928040266037,0.00405511911958456,-0.013637987896800041,0.005522843450307846,0.007536530494689941,-0.009771943092346191,-0.008832156658172607 +595,0.6934543576817855,-1.391436800809701,1.4082679450112214,0.11403194814920425,0.9839581251144409,-0.1371961236000061,-0.0025881356559693813,-0.022557955235242844,0.005532923154532909,0.004910297691822052,-0.012187063694000244,-0.006343275308609009 +596,0.7011575007542428,-1.3912569223029592,1.4168359719420973,0.11520055681467056,0.9839260578155518,-0.13645006716251373,-0.014370275661349297,-0.008899632841348648,0.013772117905318737,-0.003292575478553772,-0.012215733528137207,-0.005136266350746155 +597,0.6967521986369484,-1.3903656014444739,1.4130780035785575,0.11516064405441284,0.983766496181488,-0.1376282423734665,0.004912101197987795,0.0014210180379450321,-0.008776932023465633,-0.011065185070037842,-0.008867204189300537,-0.0011504292488098145 +598,0.6861763499690752,-1.3905092388955202,1.4016848288756814,0.11360914260149002,0.983792245388031,-0.13872909545898438,0.0056740171276032925,0.009868353605270386,-0.011360026895999908,-0.0030744746327400208,-0.013638496398925781,0.006740584969520569 +599,0.6864692607059292,-1.390768614854745,1.3986957013965489,0.11348771303892136,0.9838387370109558,-0.13849803805351257,-0.0043732114136219025,0.036126308143138885,-0.0029898935463279486,-0.00605059415102005,-0.011869192123413086,0.003457799553871155 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/standing/we2.csv b/BoostRunClub/CoreML/DataSet/Motion/standing/we2.csv new file mode 100644 index 0000000..8517595 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/standing/we2.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,0.6837496750428207,-1.3914481933451635,1.3913128595341668,0.11268865317106247,0.9839602112770081,-0.13828831911087036,0.015671202912926674,0.048721782863140106,-0.020480651408433914,-0.02331790328025818,0.0007047057151794434,-0.006853342056274414 +1,-0.04999891533161366,0.3635266367940599,1.3867541475030278,-0.04671195149421692,-0.3555726110935211,-0.9334806203842163,-0.36828216910362244,-0.07410848885774612,0.1706913560628891,-0.04239937290549278,-0.005465567111968994,0.023629605770111084 +2,-0.04241159894301624,0.3498416452725026,1.413195965813989,-0.039830658584833145,-0.34274905920028687,-0.9385822415351868,0.19015845656394958,-0.21755695343017578,0.021906783804297447,0.004186123609542847,-0.025384485721588135,-0.04441946744918823 +3,-0.04245185091424901,0.35401844959558026,1.4219139143419326,-0.039807334542274475,-0.34666985273361206,-0.9371421337127686,0.26362645626068115,-0.02505127526819706,0.0797627717256546,-0.002352699637413025,0.0008904337882995605,-0.046180009841918945 +4,-0.04861068524275208,0.349411041686799,1.4257102764026315,-0.045655373483896255,-0.3423444926738739,-0.9384646415710449,-0.1909875124692917,-0.033628322184085846,0.14576247334480286,0.02304185926914215,-0.0020463764667510986,-0.0014462471008300781 +5,-0.07282412709299875,0.34868232917492353,1.4363533472918129,-0.06838136166334152,-0.3416597247123718,-0.9373326897621155,-0.07691953331232071,-0.0985569953918457,0.24554552137851715,0.01851564645767212,-0.015792667865753174,-0.011824965476989746 +6,-0.1762744415881049,0.3471563244843308,1.4918343138894148,-0.1649015247821808,-0.3402251601219177,-0.9257723093032837,0.3266255557537079,-1.0814498662948608,0.7137396335601807,-0.07243368029594421,0.12712091207504272,0.04749166965484619 +7,-0.27075185164546106,0.3403756089021463,1.5166487382237523,-0.25211185216903687,-0.3338411748409271,-0.9082894325256348,-0.15600237250328064,-1.431556224822998,0.6746842265129089,0.22757571935653687,-0.10100379586219788,0.036676883697509766 +8,-0.3432151333408487,0.3206052659584431,1.6112557895214532,-0.31936919689178467,-0.31514105200767517,-0.893694281578064,-0.5686295628547668,0.395704060792923,0.0664164200425148,-0.11192047595977783,-0.14567440748214722,0.06823956966400146 +9,-0.2592021363947601,0.28181052444230664,1.587050908043297,-0.24619892239570618,-0.27809521555900574,-0.9284660220146179,-0.42929792404174805,0.24098634719848633,-0.42287981510162354,-0.023469656705856323,-0.08730700612068176,0.01312178373336792 +10,-0.2231813618337887,0.2606607873997033,1.5348752232349332,-0.2138565331697464,-0.2577190697193146,-0.9422559142112732,0.25149184465408325,-0.09567171335220337,0.5326998829841614,0.08118137717247009,0.040815383195877075,-0.1362505555152893 +11,-0.24959652492937418,0.25511399546248575,1.5908962809221174,-0.23901832103729248,-0.2523557245731354,-0.937649667263031,0.05055589973926544,-0.46523141860961914,0.44425004720687866,-0.021586552262306213,-0.050088733434677124,-0.0048705339431762695 +12,-0.31703093403785515,0.22988386069284727,1.5823215327382532,-0.30354568362236023,-0.22786444425582886,-0.9251691102981567,-0.25237196683883667,-0.3728089928627014,0.7255483865737915,0.10449478030204773,0.08774296939373016,-0.18792903423309326 +13,-0.3751126828460589,0.23556263829327564,1.6146115355145365,-0.35625919699668884,-0.23339012265205383,-0.9047698378562927,0.1319226324558258,-0.7614151239395142,0.06662144511938095,-0.023471027612686157,0.15358665585517883,-0.06401067972183228 +14,-0.43573181515033027,0.23012948878616618,1.6884828021025122,-0.4109467566013336,-0.2281036078929901,-0.8826616406440735,-0.40597987174987793,-0.14120905101299286,0.2790820598602295,-0.070101797580719,-0.010955870151519775,0.09123402833938599 +15,-0.5564802669914419,0.19079379175653144,1.703280418914579,-0.5186160802841187,-0.18963834643363953,-0.8337113857269287,0.024566348642110825,-2.5975797176361084,1.3549854755401611,0.18286168575286865,0.38188380002975464,0.1332414150238037 +16,-0.7682034173387204,0.002072663433544388,1.977091694412893,-0.6948428750038147,-0.0020726618822664022,-0.7191586494445801,-0.0650334432721138,-1.3643101453781128,4.319338798522949,0.03404569625854492,0.26933035254478455,0.13547945022583008 +17,-0.8739277846216348,-0.4149836102168798,2.2655013880526806,-0.7017673254013062,0.4031749367713928,-0.587343692779541,-0.37799543142318726,-2.083423614501953,4.628260612487793,-0.45498621463775635,-0.05078846216201782,-0.647580623626709 +18,-0.7759418367492611,-0.5774576519466992,2.6168102825649666,-0.5868228673934937,0.5458955764770508,-0.5980275869369507,1.4224745035171509,0.9421399831771851,1.9295756816864014,-0.12544214725494385,-0.3476686477661133,0.011403441429138184 +19,-0.6603025905927012,-0.5855727415828493,2.88582153070605,-0.5111681222915649,0.552676796913147,-0.658221423625946,0.6535277366638184,-2.1425766944885254,0.676184892654419,-0.46998727321624756,-0.09175455570220947,0.3815491199493408 +20,-0.8926854008088861,-0.5702752469724189,2.847295414302036,-0.655522346496582,0.5398637652397156,-0.5280506014823914,-0.5240631103515625,-0.9511969685554504,-1.368175745010376,-0.17338073253631592,-0.22660088539123535,0.30151867866516113 +21,-1.2342037622670312,-0.393534494827126,2.626192054682176,-0.8717344403266907,0.3834551274776459,-0.3050265610218048,-0.6899405717849731,-1.8458260297775269,-2.576122283935547,0.01495349407196045,0.004667431116104126,-0.1806911826133728 +22,-1.382372604888982,-0.38981499934532,2.584588682884507,-0.9086077809333801,0.38001731038093567,-0.17325855791568756,-0.7576838731765747,0.34389597177505493,1.3441983461380005,0.14847612380981445,-0.21157556772232056,0.06484487652778625 +23,-1.4299813486812172,-0.39924908139735843,2.5732244204183496,-0.9122335910797119,0.3887265920639038,-0.12931197881698608,1.0593652725219727,-1.175980806350708,0.18760104477405548,-0.10239964723587036,-0.09752786159515381,-0.09892898797988892 +24,-1.4142562547830275,-0.38028703258340824,2.6037547320386896,-0.9172041416168213,0.3711870014667511,-0.14476360380649567,-0.32779189944267273,0.6798517107963562,-0.4947354793548584,-0.23982393741607666,-0.047014087438583374,-0.0068477243185043335 +25,-1.384906287934087,-0.35375791445687876,2.5791753718192307,-0.9219163656234741,0.34642547369003296,-0.17337669432163239,-0.6453658938407898,0.6637660264968872,0.8680813908576965,0.0750383734703064,-0.06233736872673035,0.04263944923877716 +26,-1.387979709121247,-0.4581475675984274,2.4414191829601832,-0.8819275498390198,0.44228747487068176,-0.1630515605211258,-0.8874958753585815,0.2826882600784302,1.449295163154602,0.006988525390625,-0.051967620849609375,-0.048572540283203125 +27,-1.3847374736448486,-0.554665897234638,2.3939054891471327,-0.8354048132896423,0.5266593098640442,-0.15725325047969818,0.8745610117912292,-0.4520050585269928,-0.4538727402687073,0.049058496952056885,0.47771990299224854,-0.21380995213985443 +28,-1.3993285298639486,-0.5222038337359994,2.476117804890279,-0.8540117740631104,0.4987914562225342,-0.14788773655891418,0.7836858034133911,-0.5216671824455261,0.20829252898693085,0.026726126670837402,0.10779112577438354,-0.1516575664281845 +29,-1.4181481036812067,-0.5480215795387475,2.5902355931000516,-0.8436316251754761,0.520999550819397,-0.12978853285312653,1.3789219856262207,-1.3561574220657349,0.3236601948738098,-0.21084219217300415,-0.05365341901779175,0.031079426407814026 +30,-1.483690197435193,-0.56421936159702,2.6544447349002747,-0.841802716255188,0.5347563624382019,-0.07351219654083252,0.4572226405143738,-0.8689614534378052,0.37326157093048096,-0.15772438049316406,-0.10191023349761963,0.05784141272306442 +31,-1.5416904927551935,-0.5853734599899163,2.6406834613213945,-0.8331527709960938,0.552510678768158,-0.024256456643342972,0.20168310403823853,0.057696230709552765,-0.02042734995484352,0.12648779153823853,-0.044026851654052734,0.06293749809265137 +32,-1.5215828580232724,-0.6590864352225535,2.6779527272018377,-0.789594829082489,0.6123948693275452,-0.03889010474085808,2.1270556449890137,-0.5171380639076233,1.4595885276794434,0.03053116798400879,0.31204360723495483,-0.41072535514831543 +33,-1.4032251469626884,-0.7101284683859347,2.8204413691559536,-0.7476569414138794,0.6519311666488647,-0.12647175788879395,0.9031741619110107,0.2398196905851364,0.20547670125961304,-0.03330320119857788,-0.06263673305511475,0.013465151190757751 +34,-1.338724043686153,-0.6912705232656917,2.859668377062109,-0.7497827410697937,0.6375165581703186,-0.17719639837741852,0.4556849002838135,0.18910513818264008,-0.8786646127700806,-0.1945379376411438,-0.010029375553131104,-0.2954293489456177 +35,-1.3373723984437733,-0.5658936782157431,2.841758918801731,-0.8212175965309143,0.5361703634262085,-0.1952509731054306,-0.338269978761673,0.1306152194738388,-0.9555245637893677,0.2608080506324768,0.0012288689613342285,0.012221813201904297 +36,-1.3852425124429102,-0.5004422368152905,2.7960640212599586,-0.8623096346855164,0.4798136055469513,-0.16186682879924774,-0.07387343794107437,-0.10571904480457306,-0.09279467165470123,0.14171338081359863,-0.1132364571094513,0.06692667305469513 +37,-1.4255882393508352,-0.6044194715304372,2.7281655199068893,-0.8141724467277527,0.5682845115661621,-0.11906242370605469,-0.41212451457977295,-0.1386050432920456,0.9735793471336365,-0.23773789405822754,0.20089572668075562,-0.11735724657773972 +38,-1.4451153353903905,-0.7206788234185849,2.7195804218157495,-0.7454318404197693,0.6598948836326599,-0.09418303519487381,0.1838923990726471,-0.2905712425708771,0.9813225269317627,-0.09378641843795776,-0.07505583763122559,0.011266805231571198 +39,-1.4491561246400957,-0.8855365471107337,2.725379748732428,-0.6281977295875549,0.7742546796798706,-0.07679322361946106,-0.07900092750787735,0.30062493681907654,1.9000953435897827,0.05852615833282471,-0.0799340009689331,0.08518552780151367 +40,-1.394774152590515,-1.0043131025290126,2.748943355466888,-0.5283756852149963,0.843793511390686,-0.09397844970226288,-0.1882496327161789,0.5159410834312439,1.1150548458099365,-0.09430509805679321,0.11249017715454102,-0.07624860852956772 +41,-1.2942697283430875,-1.1474013320724405,2.7852071003504046,-0.39524948596954346,0.9116993546485901,-0.11217080056667328,0.09255510568618774,0.12602874636650085,0.6294271945953369,-0.008925318717956543,0.04211229085922241,-0.13677632808685303 +42,-1.26822134253758,-1.1726291243049574,2.8280896896804295,-0.37011587619781494,0.9217731952667236,-0.11553533375263214,0.1389465034008026,-0.5297163128852844,0.42438846826553345,-0.20636117458343506,-0.06313061714172363,-0.22423207759857178 +43,-1.2744128067348686,-1.2021629234186686,2.8124717586535133,-0.3446297347545624,0.9328206777572632,-0.10524238646030426,-0.15489089488983154,0.5612258315086365,0.46721044182777405,0.10599753260612488,-0.12094628810882568,0.11949408054351807 +44,-1.286002462615331,-1.2381230762068824,2.7738481217435647,-0.3134162724018097,0.9451727271080017,-0.09175316989421844,0.074210986495018,-0.18201802670955658,0.23897558450698853,0.021652966737747192,0.062120914459228516,0.014192827045917511 +45,-1.2110649456641203,-1.2982528024340483,2.8826477968392243,-0.25195232033729553,0.9630893468856812,-0.09475830942392349,0.2905528247356415,-0.5846871733665466,1.0635600090026855,-0.12063679099082947,-0.06436192989349365,-0.09739565849304199 +46,-1.088210181399265,-1.3004289777956812,3.0952734228473044,-0.2365836650133133,0.9636728763580322,-0.12394674122333527,-0.015143128111958504,-0.26486045122146606,0.13854911923408508,-0.09360125660896301,-0.04469704627990723,0.017409920692443848 +47,-1.1083051265591979,-1.3058846523348868,3.095433504106131,-0.23431749641895294,0.9651156067848206,-0.11682023108005524,-0.05683541297912598,-0.1689983755350113,0.03973395377397537,-0.0041162967681884766,-0.008160769939422607,-0.09318648278713226 +48,-1.088131161588454,-1.3045259415902648,3.135106514054822,-0.2330746203660965,0.9647589921951294,-0.1221318170428276,-0.006028630770742893,-0.13229283690452576,-0.09833772480487823,-0.036258265376091,-0.04216688871383667,-0.0114588662981987 +49,-1.1233674002253193,-1.286269156796319,3.1143327719333875,-0.25307220220565796,0.9597944617271423,-0.12144631147384644,-0.04845883324742317,-0.12255624681711197,0.07601376622915268,-0.05137112736701965,-0.033296048641204834,-1.3709068298339844e-05 +50,-1.1094131634090796,-1.2858908679881158,3.1413384030248426,-0.25167763233184814,0.9596882462501526,-0.12512722611427307,-0.08052822202444077,-0.10386157780885696,-0.03239383175969124,-0.03262409567832947,-0.019319593906402588,0.016515135765075684 +51,-1.1582561849598274,-1.2830539063375324,3.0970175572443446,-0.25998005270957947,0.958886981010437,-0.11378145217895508,-0.13782678544521332,-0.03439866006374359,-0.1247442364692688,0.006958812475204468,-0.02863490581512451,-0.05432462692260742 +52,-1.190615199638434,-1.2798209379244356,3.0689643811700598,-0.2664025127887726,0.9579644799232483,-0.10646050423383713,-0.09180908650159836,-0.018411152064800262,-0.13589389622211456,-0.024994641542434692,-0.046144962310791016,0.0031279176473617554 +53,-1.2394217905687728,-1.263389677698504,3.016098949633229,-0.286126047372818,0.9531214833259583,-0.09844492375850677,-0.21994276344776154,0.053215764462947845,-0.4140090346336365,-0.015769094228744507,0.0018955469131469727,-0.03278064727783203 +54,-1.298510333432383,-1.2275476672317787,2.9553990365954306,-0.32414892315864563,0.941666305065155,-0.09050911664962769,-0.010749991983175278,0.060362670570611954,-0.3988106846809387,0.061301082372665405,-0.00354081392288208,-0.01691274344921112 +55,-1.3176938060309005,-1.2128195300343385,2.9208515612598243,-0.33921706676483154,0.9366076588630676,-0.0877382755279541,-0.08318522572517395,0.13749058544635773,-0.03244274482131004,0.059721797704696655,-0.03257012367248535,-0.0363156795501709 +56,-1.3448534117496924,-1.222987775588645,2.88199042884749,-0.33217567205429077,0.9401218891143799,-0.07635652273893356,0.01949656940996647,0.08857809007167816,0.03982611000537872,0.09036961197853088,0.008074522018432617,-0.02177274227142334 +57,-1.3371560346675158,-1.2265192966523248,2.8781730373420666,-0.3283461928367615,0.9413197040557861,-0.07814197242259979,-0.0771690160036087,0.1798061579465866,-0.11954532563686371,0.040656983852386475,-0.03523755073547363,-0.004041910171508789 +58,-1.336445078820233,-1.2269438041879348,2.851577736514556,-0.32790204882621765,0.9414629340171814,-0.07828263938426971,-0.11143752932548523,0.3373909890651703,-0.02222125604748726,0.037344157695770264,0.02812647819519043,0.01949053257703781 +59,-1.332418459234665,-1.227516611522654,2.821966505004836,-0.3270595073699951,0.9416558742523193,-0.07947484403848648,-0.08766501396894455,0.3610176146030426,-0.04573584720492363,0.008135616779327393,-0.006841480731964111,-0.008965067565441132 +60,-1.3234557535344131,-1.228089752462039,2.7937324462247317,-0.3258111774921417,0.941848635673523,-0.08227091282606125,-0.09532876312732697,0.35121461749076843,-0.029650863260030746,0.005071431398391724,0.015457391738891602,0.007243506610393524 +61,-1.3086188469062927,-1.2244413804613332,2.7749638684605222,-0.3278712034225464,0.9406163692474365,-0.08798570930957794,-0.012921424582600594,0.2820301651954651,-0.07745807617902756,-0.0023137032985687256,-0.027301490306854248,-0.010219812393188477 +62,-1.2780640148500646,-1.2148300361074913,2.778112901318956,-0.33367088437080383,0.9373101592063904,-0.1005653515458107,0.10167687386274338,0.24479542672634125,-0.1344543993473053,-0.026924848556518555,-0.04613584280014038,-0.05190044641494751 +63,-1.210675571621052,-1.1965006290255489,2.8244804827096734,-0.34216421842575073,0.9307653307914734,-0.12883876264095306,0.3600604236125946,0.17484129965305328,-0.17332129180431366,-0.00218084454536438,-0.10054993629455566,-0.08730195462703705 +64,-1.1287073982177338,-1.1638277780249142,2.902432666228939,-0.3577723503112793,0.9183249473571777,-0.1693461537361145,0.2250024527311325,0.023330749943852425,-0.09773039817810059,-0.1083378791809082,0.02948993444442749,-0.021816015243530273 +65,-1.1036371560911173,-1.1468385320402361,2.925824855444628,-0.36729303002357483,0.911467969417572,-0.1852615624666214,0.015515276230871677,0.11209680885076523,-0.16397511959075928,-0.08850225806236267,-0.0009151101112365723,0.0505569726228714 +66,-1.1259042502992171,-1.1320801603313502,2.8915560462167735,-0.38342857360839844,0.9052977561950684,-0.18280750513076782,-0.07993508130311966,0.053411684930324554,-0.08330325782299042,-0.053140610456466675,-0.03621816635131836,-0.026741385459899902 +67,-1.1390867893325765,-1.126247082024217,2.874530575115745,-0.3905947506427765,0.9028046131134033,-0.17994378507137299,-0.05181404575705528,-0.02397935278713703,0.0239021684974432,-0.0454862117767334,-0.04303276538848877,-0.050814881920814514 +68,-1.1411946555880401,-1.1297085956348623,2.883720369061403,-0.38812926411628723,0.9042878150939941,-0.17781715095043182,-0.026314619928598404,-0.16561192274093628,0.14999978244304657,-0.05762571096420288,-0.019720733165740967,-0.045220524072647095 +69,-1.1442159215969596,-1.1372533009841137,2.9018457774025777,-0.3824427127838135,0.9074830412864685,-0.17381587624549866,-0.04544956982135773,-0.19134464859962463,0.19590504467487335,-0.019351691007614136,-0.0038271546363830566,-0.029568538069725037 +70,-1.1607451911154107,-1.15952429317052,2.921229622471506,-0.3666343092918396,0.9166130423545837,-0.15937300026416779,0.0212068073451519,-0.41980302333831787,0.2115056812763214,-0.05208209156990051,-0.030153751373291016,-0.0011647194623947144 +71,-1.1944440626442498,-1.1818493437583217,2.928722895850919,-0.3526739180088043,0.925308883190155,-0.13937291502952576,-0.04778074100613594,-0.38518640398979187,0.20025113224983215,0.01989498734474182,-0.018433213233947754,0.01911841332912445 +72,-1.2310871075555507,-1.1944209671071637,2.9349813748346514,-0.34654688835144043,0.9300029873847961,-0.12247304618358612,0.003271605586633086,-0.42703691124916077,0.08211954683065414,-0.018077075481414795,-0.014735102653503418,-0.012933425605297089 +73,-1.2558171924695982,-1.1989094633124417,2.9497318271174793,-0.3454972803592682,0.9316433668136597,-0.11257211863994598,0.03578551486134529,-0.33334794640541077,0.03237070143222809,0.04761514067649841,0.010098695755004883,0.025291845202445984 +74,-1.2769707953294662,-1.2006682737750116,2.954107345767607,-0.3462321162223816,0.9322810173034668,-0.10476421564817429,0.018034983426332474,-0.18720388412475586,0.03214949741959572,0.08140057325363159,0.018616199493408203,0.008069276809692383 +75,-1.2803766538378405,-1.2103936932712451,2.964551378202806,-0.337883323431015,0.9357548952102661,-0.1009831503033638,-0.0007864418439567089,-0.09551334381103516,0.052511706948280334,0.0482257604598999,-0.0009252429008483887,0.0387578085064888 +76,-1.2874787754974204,-1.2172884529835342,2.9605903030788205,-0.3323894143104553,0.9381641149520874,-0.09677506238222122,0.009763481095433235,-0.04425951465964317,0.004170132335275412,0.02349051833152771,0.012961983680725098,0.018421173095703125 +77,-1.2896803576975138,-1.2211386444677281,2.961408377876011,-0.3291287124156952,0.939490020275116,-0.09504018723964691,0.014126450754702091,0.038863904774188995,0.0365329384803772,0.06159636378288269,0.0018093585968017578,0.027397990226745605 +78,-1.2672225781543403,-1.2254639828967364,2.9732652448865116,-0.32303082942962646,0.9409630298614502,-0.1011914536356926,0.07344023883342743,0.15828970074653625,-0.061117563396692276,0.036089301109313965,-0.015715837478637695,0.018412530422210693 +79,-1.2306392297411555,-1.2244767952202156,2.9913137908607514,-0.31998947262763977,0.9406283497810364,-0.11324863880872726,0.026531938463449478,0.19204232096672058,-0.04215480387210846,0.040906161069869995,0.0289456844329834,0.04975681006908417 +80,-1.223842781354049,-1.2235177636243744,2.990623452553922,-0.3200603425502777,0.9403024315834045,-0.11572740226984024,0.08995401114225388,0.1110067367553711,-0.1255064457654953,0.005057930946350098,-0.05762726068496704,0.05048084259033203 +81,-1.2010165925934049,-1.2099651554100543,3.0014772455478593,-0.3291880190372467,0.935603678226471,-0.12759649753570557,0.15693868696689606,0.20544931292533875,-0.11338135600090027,0.04307049512863159,-0.009532570838928223,-0.00890861451625824 +82,-1.1622268585066464,-1.1942096064765992,3.0369407055439983,-0.3374793231487274,0.929925262928009,-0.14610543847084045,0.10514489561319351,0.05626001954078674,-0.05362908914685249,-0.02000361680984497,-0.07863736152648926,-0.019818678498268127 +83,-1.1382353438672472,-1.179776483632904,3.0596221164798316,-0.34602752327919006,0.9245208501815796,-0.15976932644844055,0.07551742345094681,0.09932656586170197,-0.13231757283210754,-0.04844266176223755,-0.02528989315032959,-0.06589293479919434 +84,-1.1254819181480118,-1.160341316171869,3.056711957458676,-0.36011186242103577,0.916939377784729,-0.17187747359275818,-0.02917890064418316,0.14498353004455566,-0.15093925595283508,-0.05692613124847412,-0.011070728302001953,-0.07017268240451813 +85,-1.1213612049414887,-1.143268352992118,3.037356702202403,-0.3734475374221802,0.9099934697151184,-0.18013562262058258,-0.06680383533239365,0.28528180718421936,-0.1379946768283844,-0.028209567070007324,-0.05246478319168091,-0.03367054462432861 +86,-1.1123200860148295,-1.1338547776557193,3.003326460332678,-0.379468709230423,0.9060501456260681,-0.18728770315647125,-0.16205862164497375,0.48964011669158936,-0.11932064592838287,-0.0036489665508270264,-0.004652440547943115,-0.0031267404556274414 +87,-1.106469419884655,-1.136511476888557,2.937945571603419,-0.3762129247188568,0.9071711897850037,-0.18842601776123047,-0.2964843213558197,0.7942790985107422,-0.07121603935956955,0.0310286283493042,-0.03166764974594116,-0.05440235137939453 +88,-1.1042244000420514,-1.1462542954559731,2.842014391276948,-0.3678775429725647,0.9112274646759033,-0.18528547883033752,-0.47481927275657654,0.9418342113494873,-0.12795792520046234,-0.0394863486289978,-0.01776432991027832,-0.04339796304702759 +89,-1.116101524495273,-1.154933214006443,2.7289208424257088,-0.3629331588745117,0.9147679805755615,-0.17742298543453217,-0.45410165190696716,0.9055049419403076,-0.12550610303878784,-0.032208412885665894,-0.0491064190864563,-0.08966682851314545 +90,-1.1299066407109626,-1.1683725506901086,2.6151055062517496,-0.3541972041130066,0.9201143980026245,-0.16713427007198334,-0.4508799910545349,0.8675888180732727,-0.005341317970305681,-0.002156555652618408,-0.05240815877914429,-0.08224010467529297 +91,-1.1486882996606855,-1.1915288037368181,2.499390884914239,-0.33774319291114807,0.9289360642433167,-0.15168160200119019,-0.48873454332351685,0.9292193651199341,0.08138064295053482,0.012441068887710571,-0.023647427558898926,-0.10007321834564209 +92,-1.1589822159125807,-1.221795708292798,2.392614340809367,-0.31337010860443115,0.9397149085998535,-0.13687683641910553,-0.5377035737037659,0.7832023501396179,0.18050484359264374,0.029877066612243652,-0.019441962242126465,-0.04641176760196686 +93,-1.1882782912480843,-1.2529463116647674,2.2764499581275532,-0.2899382710456848,0.949909508228302,-0.11665242910385132,-0.501239001750946,0.8436061143875122,0.09171874821186066,-0.055230796337127686,0.03603708744049072,0.02258199453353882 +94,-1.2307856375919803,-1.272989071677306,2.14539703442322,-0.2766261398792267,0.9559822082519531,-0.09785619378089905,-0.35826629400253296,0.7434961199760437,0.0408174991607666,-0.07870525121688843,-0.0600624680519104,-0.004225119948387146 +95,-1.2704636385500243,-1.2832128027684144,2.0393797260943516,-0.27093979716300964,0.958932101726532,-0.08391027897596359,-0.3244812786579132,0.5058488249778748,-0.01832806132733822,-0.018107444047927856,-0.028802096843719482,0.04919654130935669 +96,-1.3335103963972812,-1.286366152933534,1.922577400028719,-0.27274781465530396,0.9598217010498047,-0.06596187502145767,-0.30393916368484497,0.4524630010128021,-0.08802103251218796,-0.031619250774383545,-0.03864860534667969,0.0047130584716796875 +97,-1.3820557482814326,-1.283903883069934,1.834586301019027,-0.2779482305049896,0.9591278433799744,-0.053092047572135925,-0.2590172588825226,0.3569127321243286,-0.07472939044237137,0.015741169452667236,-0.011617958545684814,0.019949965178966522 +98,-1.4150076918464445,-1.279114633026816,1.7700856156110212,-0.2840811014175415,0.9577616453170776,-0.0446181558072567,-0.13160455226898193,0.2476290613412857,-0.10055375099182129,-0.007544904947280884,-0.025892019271850586,-0.005156043916940689 +99,-1.4252968611544807,-1.2691306457473501,1.7313072263973994,-0.2939717769622803,0.9548429250717163,-0.043077148497104645,-0.022573476657271385,0.28432801365852356,-0.11587944626808167,0.026836156845092773,-0.006860136985778809,-0.02104032039642334 +100,-1.4108076749970704,-1.259422827561801,1.719965661826801,-0.3024536967277527,0.9519136548042297,-0.048806291073560715,0.009205142967402935,0.2741262912750244,-0.09163030236959457,0.05857250094413757,-0.009118914604187012,-0.0007237158715724945 +101,-1.3841903517736949,-1.245472509167745,1.718182138621266,-0.3140670955181122,0.9475472569465637,-0.05929667502641678,-0.019690953195095062,0.3507464826107025,-0.28220900893211365,0.03882908821105957,0.02648228406906128,-0.010435998439788818 +102,-1.4351302371740176,-1.198538036516719,1.6252879506753117,-0.36037805676460266,0.9315083622932434,-0.049193259328603745,-0.6060354113578796,0.5369296073913574,-0.8326694369316101,-0.08769628405570984,0.05053204298019409,0.018370509147644043 +103,-1.3873799625185792,-1.1950955926533047,1.636485812339237,-0.3607698678970337,0.9302507042884827,-0.06692325323820114,0.19786636531352997,-0.18594184517860413,1.0945501327514648,-0.011849761009216309,-0.07202011346817017,0.03918278217315674 +104,-1.301081021827901,-1.216362416719664,1.7090147875984458,-0.33451202511787415,0.9378430843353271,-0.09247640520334244,0.5828903913497925,-0.10227177292108536,-0.14396384358406067,-0.06835049390792847,-0.1362684965133667,-0.00945233553647995 +105,-1.263951920763997,-1.215192931941599,1.7335794485616562,-0.33189404010772705,0.937436580657959,-0.1051611602306366,0.008142998442053795,0.10045626759529114,0.1892949789762497,-0.13600143790245056,-0.09823375940322876,-0.0718102976679802 +106,-1.2426575754177958,-1.2709127056587053,1.7351846140480307,-0.27964699268341064,0.9553709030151367,-0.09520485997200012,-0.21263103187084198,0.1851535141468048,0.692061185836792,-0.27813801169395447,0.063137948513031,-0.06034319847822189 +107,-1.109393922363884,-1.2981531276360831,1.8695988090984856,-0.24111953377723694,0.9630625247955322,-0.11988382041454315,0.5847136378288269,-0.49399298429489136,0.4394632875919342,-0.15290817618370056,-0.18887734413146973,-0.06918781995773315 +108,-1.0036209118117536,-1.3392957392982106,2.016681374706354,-0.193513423204422,0.9733232259750366,-0.12326624989509583,-0.2815156579017639,-0.6145966053009033,0.46575024724006653,-0.156065434217453,0.03081190586090088,-0.13619422912597656 +109,-1.081199645682543,-1.350744899058052,2.0107669237007513,-0.19263702630996704,0.9758862257003784,-0.10265052318572998,0.390746533870697,-0.4012281000614166,0.10571853816509247,-0.07829803228378296,0.09886658191680908,0.02113807201385498 +110,-1.1701619107247268,-1.327227722014348,1.9524882711698033,-0.2220708429813385,0.9704835414886475,-0.0940561592578888,0.1811216175556183,-1.1981244087219238,-0.3706998825073242,-0.3044489622116089,0.10201108455657959,-0.2891835570335388 +111,-1.273035625798001,-1.3398837264713142,1.9046575586796366,-0.2187943309545517,0.973457932472229,-0.06714456528425217,-0.2844063341617584,-0.6787512898445129,-0.017658518627285957,0.05248884856700897,0.01012343168258667,-0.3241366147994995 +112,-1.3646397314784402,-1.354006308894545,1.855189759788509,-0.21054142713546753,0.9765929579734802,-0.044030044227838516,-0.30990803241729736,0.03901587054133415,-0.04284132272005081,-0.07209712266921997,-0.04406726360321045,0.20067673921585083 +113,-1.7210673802848846,-1.3580994901306198,1.5113966167232031,-0.20871812105178833,0.9774651527404785,0.03160252794623375,-0.44113463163375854,-0.8096643686294556,0.2596766948699951,0.14006882905960083,-0.3405327796936035,-0.1693742275238037 +114,-1.9743272083012384,-1.3512032586623342,1.45056524246122,-0.20033681392669678,0.9759861826896667,0.08553610742092133,0.00418041180819273,-0.06980954855680466,0.2937313914299011,0.06287036836147308,1.6202054023742676,0.16121375560760498 +115,-1.8947575898729807,-1.3683947570857338,1.5110325888916705,-0.1905653327703476,0.979586660861969,0.06399022042751312,0.6174381375312805,0.261606365442276,0.21745619177818298,0.06847977638244629,-0.04303276538848877,0.024007193744182587 +116,-1.7645897929844279,-1.41387135083405,1.624621043628187,-0.1533571481704712,0.9877125024795532,0.030097339302301407,0.14150527119636536,-0.17506621778011322,0.1807599812746048,0.0065065473318099976,0.06850093603134155,0.1599050760269165 +117,-1.711038347298441,-1.4306529770376646,1.6475436606952791,-0.1383141130208969,0.9901959896087646,0.019525626674294472,0.08882082253694534,0.38484662771224976,0.2890986502170563,0.07004629075527191,-0.07218146324157715,0.0018519163131713867 +118,-1.6407957349085143,-1.455324192738103,1.6895953524475908,-0.11493389308452606,0.9933404922485352,0.00805847067385912,0.08950162678956985,0.29535141587257385,0.14909416437149048,0.07318584620952606,-0.009774208068847656,-0.05972468852996826 +119,-1.5540753663173001,-1.4457071083497381,1.740789230412181,-0.12474630773067474,0.9921865463256836,-0.002086072461679578,0.19823351502418518,0.3677273094654083,-0.057890310883522034,0.005758270621299744,0.005768775939941406,-0.022175371646881104 +120,-1.4111907120739384,-1.4387501159814517,1.850422252902496,-0.12999022006988525,0.9912945628166199,-0.02092515304684639,0.3586287498474121,0.22521518170833588,-0.12162398546934128,0.02339230477809906,-0.014960825443267822,-0.07425916194915771 +121,-1.2192784674780275,-1.423809000552951,2.0435061241353814,-0.13750353455543518,0.9892168045043945,-0.05042935907840729,0.2173728048801422,-0.03910993039608002,-0.12901338934898376,-0.04351149499416351,0.02076256275177002,-0.025498397648334503 +122,-1.212068509422421,-1.4052881083897992,2.047217081936509,-0.15426647663116455,0.9863347411155701,-0.05784238502383232,-0.08256906270980835,0.2193126529455185,-0.15398313105106354,0.07403574883937836,-0.02168935537338257,0.050426602363586426 +123,-1.3137503281637724,-1.3887168265229193,1.9052163943252018,-0.17512555420398712,0.9834692478179932,-0.046033672988414764,-0.1339133083820343,0.24004819989204407,-0.32332590222358704,-0.06399492919445038,0.03265923261642456,-0.08366602659225464 +124,-1.3376693026655315,-1.3605185565202873,1.881467270068914,-0.20308542251586914,0.9779729843139648,-0.048221465200185776,0.07598044723272324,-0.2710677683353424,-0.14843271672725677,-0.10585927963256836,-0.030081748962402344,-0.07511532306671143 +125,-1.3201419034142157,-1.353784025930627,1.928264082561796,-0.20858535170555115,0.9765450954437256,-0.0534060113132,0.15351738035678864,-0.19181384146213531,0.0189628005027771,-0.0007500201463699341,-0.005750179290771484,-0.006225299090147018 +126,-1.3149313833698846,-1.3553903723486442,1.926774754709485,-0.20678554475307465,0.9768897294998169,-0.0540948286652565,-0.1499723494052887,0.34556928277015686,-0.14988794922828674,-0.031175285577774048,0.0066307783126831055,0.0009942054748535156 +127,-1.318787780997951,-1.354772864450152,1.9101606184030482,-0.20757685601711273,0.9767575263977051,-0.0534474141895771,-0.03119843080639839,-0.036417052149772644,-0.010117010213434696,-0.05470646917819977,-0.004375934600830078,-0.027271568775177002 +128,-1.2979899056604405,-1.3489301835883283,1.9349561167058198,-0.2119125872850418,0.9754884839057922,-0.059289298951625824,0.03212001919746399,-0.02506980486214161,0.010270406492054462,-0.05575709044933319,-0.040704548358917236,8.52346420288086e-05 +129,-1.2901099323647978,-1.3436818886159896,1.9464369754671504,-0.21635548770427704,0.9743201732635498,-0.062374770641326904,0.011587120592594147,0.04950399696826935,0.00703025795519352,-0.0021046102046966553,-0.016510725021362305,-0.012728989124298096 +130,-1.271323369513908,-1.3441209712959452,1.9606934046457398,-0.2147364765405655,0.9744189381599426,-0.06630179286003113,0.022928748279809952,0.10939007997512817,0.043400757014751434,-0.017654865980148315,-0.014824271202087402,0.005129285156726837 +131,-1.2639129353924408,-1.341579348547122,1.9620341941059365,-0.2166002094745636,0.973844587802887,-0.06863941997289658,-0.044497113674879074,0.09671234339475632,-0.020508555695414543,-0.02546525001525879,-0.020048081874847412,0.037664107978343964 +132,-1.2643019650770508,-1.3399961504229898,1.9519533838175727,-0.2180958390235901,0.973483681678772,-0.06902001798152924,-0.04187474772334099,-0.011323952116072178,0.01751694828271866,-0.018430650234222412,-0.009143471717834473,0.0027816295623779297 +133,-1.265532468399919,-1.334955372976986,1.9547345484626002,-0.22285841405391693,0.972318172454834,-0.07022564113140106,0.001876462367363274,-0.09361696243286133,0.007914390414953232,-0.012493148446083069,-0.016705989837646484,-0.026347219944000244 +134,-1.2511487939417658,-1.3326086722047978,1.9738669191713705,-0.22399085760116577,0.9717671871185303,-0.07414058595895767,0.02477559819817543,-0.05340905487537384,0.010557383298873901,-0.013649553060531616,-0.013179421424865723,-0.027147240936756134 +135,-1.2507556283979073,-1.3299822993037833,1.977119803620058,-0.22638334333896637,0.9711441397666931,-0.07503126561641693,0.059175506234169006,-0.0005441689863801003,-0.06881090998649597,-0.014629259705543518,-0.03100430965423584,-0.012340553104877472 +136,-1.2408479067479132,-1.3296721351498975,1.9915515510736213,-0.22591377794742584,0.9710701107978821,-0.07736806571483612,-0.0033989555668085814,-0.06095556542277336,-0.0005282294005155563,0.0031812191009521484,-0.022843241691589355,-0.0054108500480651855 +137,-1.2446006420375066,-1.329363856215654,1.9925094348050956,-0.22648605704307556,0.9709964990615845,-0.07661563903093338,-0.013670270331203938,0.008168943226337433,-0.002921940293163061,-0.0030366629362106323,-0.011355996131896973,-0.015257537364959717 +138,-1.2432113501766657,-1.3294695119765325,1.9968815936038595,-0.22628208994865417,0.9710217118263245,-0.07689715176820755,0.015625692903995514,-0.032150186598300934,-0.008291549980640411,-0.008916884660720825,-0.009977459907531738,0.017311573028564453 +139,-1.2393108948248406,-1.3276163987861864,2.0068235833281025,-0.22768144309520721,0.9705771803855896,-0.07836463302373886,0.057909056544303894,-0.0989760011434555,0.0012849705526605248,-0.03458660840988159,-0.039272308349609375,0.0003007128834724426 +140,-1.2219321176365674,-1.3260090116332277,2.027196331389451,-0.22775156795978546,0.9701889157295227,-0.08284278959035873,-0.009363865479826927,0.05381814390420914,-0.018306013196706772,0.041502758860588074,0.007304489612579346,0.0045956894755363464 +141,-1.222713310278513,-1.3270112788206132,2.006494780000163,-0.22690169513225555,0.9704313278198242,-0.08233300596475601,-0.00180235190782696,0.17828284204006195,-0.07191064953804016,-0.02369341254234314,-0.02394390106201172,-0.028308451175689697 +142,-1.2209432836386216,-1.3202057672920458,2.0070247949387294,-0.2329544574022293,0.9687661528587341,-0.08499622344970703,0.048535797744989395,-0.14094476401805878,0.033481791615486145,-0.025834590196609497,-0.02458280324935913,0.010014533996582031 +143,-1.2255344282966982,-1.3134413131964473,2.0111661151531752,-0.23950310051441193,0.9670665860176086,-0.0861416682600975,0.02451825514435768,-0.03726319223642349,-0.021196162328124046,-0.00633123517036438,-0.011927485466003418,-0.01133149117231369 +144,-1.2221401792520812,-1.3113126761433995,2.022609114878084,-0.24114388227462769,0.9665225744247437,-0.08765732496976852,0.09533734619617462,-0.13703680038452148,0.003417292144149542,-0.013723671436309814,-0.021194815635681152,-0.02882826328277588 +145,-1.2086941037630792,-1.3073205394043677,2.0497122762864515,-0.2435501515865326,0.9654905796051025,-0.09225796908140182,0.03549615666270256,-0.07911387085914612,-0.010353404097259045,0.014500439167022705,-0.005407452583312988,0.022677890956401825 +146,-1.2132733884027236,-1.3068332685636224,2.057124072229251,-0.24441024661064148,0.9653635621070862,-0.0913061574101448,0.02530427649617195,-0.1309206336736679,-0.003069950733333826,-0.0013172924518585205,0.011839807033538818,-0.007311344146728516 +147,-1.218870259815805,-1.3040177706372555,2.06493541744309,-0.24746790528297424,0.9646251797676086,-0.0908733680844307,0.06610177457332611,-0.15748220682144165,0.001380457659251988,0.0017251074314117432,-0.03277093172073364,-0.028282523155212402 +148,-1.223675074845751,-1.3018051711829184,2.0755418208267167,-0.2499082386493683,0.9640395045280457,-0.09040920436382294,0.009362121112644672,-0.12168560922145844,-0.03199532628059387,0.016570836305618286,0.02239549160003662,0.006073892116546631 +149,-1.2345491954073058,-1.3003756598306357,2.064735687899942,-0.25217747688293457,0.9636586308479309,-0.088141068816185,-0.016436276957392693,0.04371991753578186,-0.013928135856986046,0.018962115049362183,-0.030156314373016357,-0.008096106350421906 +150,-1.2320282541886893,-1.300078415404048,2.0634891013976597,-0.2522239685058594,0.9635791778564453,-0.08887147158384323,0.048646099865436554,0.057760462164878845,0.014631753787398338,0.029216796159744263,-0.028245985507965088,-0.002620212733745575 +151,-1.227650237737851,-1.30105583546976,2.0575072020384124,-0.2509452998638153,0.9638400673866272,-0.08965788036584854,-0.07206699252128601,0.12875448167324066,0.01105010136961937,0.04394456744194031,0.005962669849395752,-0.014895312488079071 +152,-1.231568481915582,-1.3044625041460465,2.0319568188429717,-0.2481972873210907,0.9647423028945923,-0.08758096396923065,-0.05034089460968971,0.24709190428256989,-0.01622220128774643,-0.014894753694534302,-0.051061272621154785,-0.032581984996795654 +153,-1.2287637578087847,-1.3067714533712238,2.008757170709385,-0.24585172533988953,0.965347409248352,-0.08752946555614471,-0.01910657063126564,0.26890307664871216,0.04413481801748276,-0.0022256672382354736,0.02874743938446045,-0.024012327194213867 +154,-1.1966705017066077,-1.321406443935438,2.012479021330045,-0.22973981499671936,0.9690631628036499,-0.09019982814788818,-0.07216187566518784,0.3402043282985687,0.2922036945819855,0.024615943431854248,0.07047224044799805,0.0021566227078437805 +155,-1.1054055422725193,-1.3384826235570728,2.0707406599911775,-0.20574349164962769,0.973136305809021,-0.10332044959068298,0.10791068524122238,0.4283970296382904,0.060537975281476974,-0.05228260159492493,-0.04585981369018555,-0.01182238757610321 +156,-1.0487273574155636,-1.3416629049309974,2.1013491649274365,-0.19687721133232117,0.9738636016845703,-0.11326588690280914,0.0024275819305330515,0.1435268670320511,0.11155105382204056,0.011208266019821167,-0.0041522979736328125,0.01344287395477295 +157,-1.0280337656800587,-1.3449800266943057,2.110071354958238,-0.19172391295433044,0.9746116399765015,-0.11564615368843079,-0.00316697359085083,0.062402207404375076,0.012455113232135773,-0.018969431519508362,0.00582653284072876,0.022796399891376495 +158,-1.0316781563873783,-1.3434002192952281,2.1072470808294512,-0.19346579909324646,0.974256694316864,-0.11573734879493713,-0.01716354489326477,-0.04890124499797821,0.07341042160987854,0.018371164798736572,0.007188737392425537,0.022139951586723328 +159,-1.0266310536183356,-1.3455909542904478,2.1127248030650847,-0.19105230271816254,0.9747482538223267,-0.11560685187578201,0.02340884692966938,-0.02096305601298809,0.060410354286432266,-0.0068236589431762695,-0.02417147159576416,-0.018395841121673584 +160,-1.0245963454254916,-1.3479198781188098,2.118489603893425,-0.18887652456760406,0.9752656817436218,-0.11481594294309616,-0.02584877423942089,-0.05747296288609505,-0.0016659866087138653,-0.027310028672218323,-0.0010986924171447754,-0.001562848687171936 +161,-1.0442436343901131,-1.3491351097506188,2.1098100393914585,-0.19007053971290588,0.9755336046218872,-0.11048716306686401,0.05385550484061241,-0.0834973007440567,0.06366192549467087,-0.0011831223964691162,-0.017892003059387207,-0.04094111919403076 +162,-0.9761865298500587,-1.3509674792390465,2.1929745613145433,-0.18063554167747498,0.9759348034858704,-0.12215528637170792,0.14950236678123474,-0.18526452779769897,0.09393345564603806,0.0009175539016723633,-0.06416124105453491,0.015694700181484222 +163,-0.907690982406075,-1.350277978065577,2.2801198806460783,-0.17238205671310425,0.975784182548523,-0.13464637100696564,0.22560076415538788,-0.15259946882724762,0.14470627903938293,0.012561500072479248,-0.06164538860321045,0.03653240203857422 +164,-0.8203918611429766,-1.3479617977195575,2.3759168944328044,-0.16163840889930725,0.9752749800682068,-0.15070393681526184,0.0677887350320816,-0.038110971450805664,0.041797343641519547,-0.019071415066719055,0.0020503997802734375,0.029610171914100647 +165,-0.8025397761403665,-1.3487403659363275,2.3989428757845603,-0.15837658941745758,0.9754467010498047,-0.1530379056930542,-0.014054570347070694,-0.07359540462493896,0.015396920964121819,-0.020959973335266113,-0.007001936435699463,0.0218123197555542 +166,-0.8204346586394076,-1.348471742842064,2.3838696082694195,-0.1612815409898758,0.9753875136375427,-0.15035830438137054,-0.005544563289731741,-0.055275723338127136,-0.041260603815317154,0.0069846659898757935,-0.07800287008285522,-0.008851945400238037 +167,-0.844780768558066,-1.3422267494466236,2.3701225930466547,-0.16944585740566254,0.9739915132522583,-0.15042851865291595,0.027521856129169464,-0.16892310976982117,-0.06927609443664551,-0.007861271500587463,-0.0573960542678833,0.012962102890014648 +168,-0.7843475306537163,-1.3372026856176555,2.4300154552774282,-0.16350537538528442,0.9728408455848694,-0.16384930908679962,0.19194373488426208,0.2290433645248413,0.19497443735599518,-0.07103745639324188,0.09760892391204834,-0.02941851317882538 +169,-0.7747027392304202,-1.3426766480361876,2.440151300895537,-0.15819033980369568,0.9740933179855347,-0.16161087155342102,-0.17621083557605743,0.00023466814309358597,-0.007682960480451584,-0.0008062422275543213,0.013028264045715332,-0.05425524711608887 +170,-0.8467119565517066,-1.3655775106586305,2.3728435036493876,-0.1526544839143753,0.9790164232254028,-0.1349954456090927,-0.11456338316202164,0.02013430744409561,0.0827537253499031,0.06874638795852661,-0.00018024444580078125,-0.013899818062782288 +171,-0.8747128658872741,-1.3750452358436913,2.3468517772614716,-0.1492537260055542,0.980901837348938,-0.12471868842840195,-0.1822424829006195,-0.22318996489048004,-0.019718239083886147,0.0108107328414917,0.024179279804229736,-0.08486074209213257 +172,-0.9385064323583656,-1.3920366469311702,2.2887599216019696,-0.1434345245361328,0.9840649962425232,-0.105084128677845,-0.27721449732780457,-0.05065856873989105,0.09199512749910355,0.033571258187294006,-0.006403863430023193,0.0667387843132019 +173,-0.9084079111983933,-1.396731421369393,2.3089314111249886,-0.1365622580051422,0.9848889112472534,-0.10651024430990219,0.273664653301239,-0.05428833141922951,-0.06300994008779526,-0.056720808148384094,-0.0627850890159607,-0.0369376465678215 +174,-0.7631855062171613,-1.3949898124700462,2.4355851355285307,-0.12089719623327255,0.9845858216285706,-0.12639103829860687,0.16220064461231232,0.560042142868042,0.1067231297492981,-0.14938172698020935,0.05145543813705444,0.1265588402748108 +175,-0.5887613445844894,-1.3533925068528028,2.5635521480970755,-0.11978211253881454,0.9764606952667236,-0.17937813699245453,1.015408992767334,0.8039871454238892,-0.6457046866416931,0.06478945910930634,0.008036196231842041,-0.08052483201026917 +176,-0.2909008030537315,-1.2826738170265088,2.9785432308811632,-0.08149923384189606,0.9587790369987488,-0.2722139358520508,-0.7345791459083557,0.8109760880470276,0.15529397130012512,-0.019391871988773346,0.02095717191696167,0.24897482991218567 +177,0.10859639481179478,-1.415585069834353,-2.9565451226887154,0.016754837706685066,0.9879788756370544,-0.15367841720581055,-0.9140146970748901,0.17375563085079193,0.23751550912857056,-0.017365191131830215,-0.03277868032455444,0.27014875411987305 +178,0.1161368507100916,-1.4080409083892054,-2.913333051594566,0.018776362761855125,0.9867845773696899,-0.16094693541526794,-0.12748883664608002,-0.42643874883651733,0.04119296371936798,-0.025169799104332924,-0.04754495620727539,-0.09520240128040314 +179,0.18368314604746522,-1.449090710056182,-2.8310610740202153,0.02217487059533596,0.9926030039787292,-0.11936270445585251,-0.34812748432159424,-0.05848350003361702,0.2861320674419403,0.02981182001531124,-0.023868322372436523,-0.1523352861404419 +180,0.1562786545728964,-1.4520832304073754,-2.8386357672242086,0.01843365840613842,0.9929618835449219,-0.11699195206165314,0.12553003430366516,-0.6039738059043884,-0.41291648149490356,0.01341143436729908,-0.013851046562194824,0.10986612737178802 +181,-0.32363648670319356,-1.461761206884092,2.9995946728911207,-0.03460627421736717,0.9940615296363831,-0.10316984355449677,-0.06679358333349228,-0.364941269159317,-0.442510724067688,0.09336787462234497,0.03178679943084717,-0.12140899151563644 +182,-0.8740524064438302,-1.4213201210889796,2.481444081892861,-0.11421260237693787,0.9888492226600647,-0.09556595981121063,0.3522230088710785,-0.32967257499694824,-0.3366626501083374,0.07515010237693787,0.1161770224571228,-0.06582623720169067 +183,-0.9553160335989614,-1.4039512510254546,2.4022799693461447,-0.1355970948934555,0.9861136078834534,-0.09588174521923065,-0.14981310069561005,0.23344211280345917,-0.16064591705799103,0.0267409086227417,-0.030516743659973145,0.04174358397722244 +184,-1.0004828829459638,-1.40952384310732,2.3435502012418956,-0.1351606547832489,0.9870237708091736,-0.08669351786375046,0.011350331827998161,0.15060751140117645,0.008022450841963291,-0.0509202778339386,0.019552767276763916,-0.19011616706848145 +185,-0.9904630922049384,-1.3979106492629052,2.354312207877496,-0.1438615769147873,0.9850924611091614,-0.0943221002817154,-0.037351224571466446,0.14934998750686646,-0.13085566461086273,0.02131827175617218,0.021743416786193848,0.020820505917072296 +186,-1.1015636512125868,-1.3964083833262062,2.2264785592844634,-0.15475203096866608,0.9848329424858093,-0.07845943421125412,-0.12569822371006012,-0.05896308273077011,-0.0007120211375877261,0.10519151389598846,0.0177304744720459,-0.17392098903656006 +187,-1.2338420204864524,-1.3746996893173922,2.15397641810287,-0.1838855892419815,0.9808346033096313,-0.06441765278577805,-0.04367919638752937,-0.5450552701950073,0.06489240378141403,-0.0500316321849823,-0.015563607215881348,0.016672857105731964 +188,-1.2145196170514996,-1.3630705606914322,2.3200782602513765,-0.1932843178510666,0.9785024523735046,-0.07193230092525482,-0.018871868029236794,-0.4226546287536621,-0.08490876853466034,-0.09121584892272949,-0.05636799335479736,0.260591983795166 +189,-1.2381219327161899,-1.3500703043417932,2.3654858839152,-0.20693440735340118,0.9757387638092041,-0.07149910181760788,-0.14405398070812225,-0.45309552550315857,-0.1429971158504486,0.01549762487411499,-0.0767519474029541,0.04511666297912598 +190,-1.0941770094502312,-1.3256989746284988,2.5413883520161797,-0.2156076282262802,0.9701136946678162,-0.11132283508777618,0.08974073082208633,0.577116847038269,0.2395423799753189,-0.09220792353153229,-0.38109391927719116,0.23214191198349 +191,-0.9774335666572228,-1.3704567330282578,2.5968680574933476,-0.16498558223247528,0.9799990653991699,-0.11127237230539322,-0.017560046166181564,1.1541751623153687,0.43399402499198914,-0.12682349979877472,-0.05227994918823242,0.0005545616149902344 +192,-0.7178068609662276,-1.3921994417014347,2.7404284102684513,-0.11684597283601761,0.9840939044952393,-0.13381427526474,-0.005147458054125309,0.546099841594696,0.709984540939331,-0.02860080450773239,0.11817049980163574,-0.04250103235244751 +193,-0.3843313357092708,-1.4201136602102895,2.985046935319585,-0.05628342181444168,0.9886688590049744,-0.13916254043579102,0.16964522004127502,2.823112726211548,0.4327535331249237,0.05254501849412918,-0.05063474178314209,0.17991876602172852 +194,-0.0003496869540306026,-1.4155056052897386,-2.985682225129246,-5.4085245210444555e-05,0.9879665970802307,-0.15466760098934174,-0.12219242751598358,0.7184252142906189,0.3081861436367035,-0.00203637033700943,-0.006887495517730713,0.00888514518737793 +195,0.2758037097268034,-1.4337355054002028,-2.7463561732253408,0.03720763325691223,0.9906218647956848,-0.1314680576324463,-0.583095133304596,0.8734244704246521,0.24070534110069275,-0.07001402974128723,0.07853096723556519,0.03330826759338379 +196,0.6014884098430152,-1.471903726200221,-2.4511296638923903,0.05586980655789375,0.9951140880584717,-0.08140441030263901,-0.16674362123012543,-0.5435224175453186,0.19633090496063232,-0.051856741309165955,-0.04194319248199463,0.034498922526836395 +197,0.8399550231403905,-1.4912674424652226,-2.2034103040017383,0.059155602008104324,0.9968392252922058,-0.053029078990221024,-0.020200558006763458,-0.19321465492248535,-0.041339535266160965,0.0018337704241275787,-0.040784597396850586,0.05431080237030983 +198,1.8037740219872407,-1.49353535797384,-1.3134076679152464,0.07509952038526535,0.9970168471336365,0.017820101231336594,-0.4860771894454956,0.9720584154129028,0.5921037793159485,-0.10081057995557785,-0.3720778822898865,0.001985788345336914 +199,1.6372929301236996,-1.3718884377924634,-1.520440209809703,0.19716179370880127,0.9802829623222351,0.013129947707057,0.20683197677135468,-0.16382156312465668,0.9094800353050232,0.07801517844200134,-0.07935839891433716,0.019417045637965202 +200,1.6533420295446126,-1.360322851538883,-1.5190803340984653,0.20821082592010498,0.9779320955276489,0.017226051539182663,-0.1937844157218933,0.17722924053668976,-0.011375272646546364,0.013148397207260132,-0.06364089250564575,-0.06678664684295654 +201,1.5737711908864704,-1.365251372436438,-1.5596519876298525,0.2041001170873642,0.9789499044418335,0.0006071719108149409,0.31433069705963135,-0.7582702040672302,-0.23505808413028717,0.05383443832397461,0.033882737159729004,-0.006786942481994629 +202,1.5792050891776854,-1.3795839272514008,-1.5391452363315963,0.19004346430301666,0.9817745685577393,0.0015980679308995605,0.14611175656318665,-0.10286466777324677,-0.17668776214122772,-0.041270241141319275,-0.01741892099380493,0.06532704830169678 +203,1.545809038027381,-1.3928731328888089,-1.547322342098226,0.17693071067333221,0.9842133522033691,-0.004421939142048359,0.13646440207958221,-0.4086969792842865,-0.17597520351409912,-0.024724289774894714,-0.039740145206451416,-0.009066879749298096 +204,1.5060988355948808,-1.4246850152222188,-1.5436555033718735,0.14528849720954895,0.9893447160720825,-0.009412937797605991,-0.20751966536045074,-0.3585122525691986,-0.0687553882598877,-0.09621621668338776,-0.03278636932373047,0.054731547832489014 +205,1.3059356734079883,-1.4543061189006705,-1.671984400016035,0.11217409372329712,0.993222713470459,-0.030425310134887695,0.21023300290107727,-1.2642210721969604,-0.41111692786216736,0.028756089508533478,-0.057202816009521484,-0.041901350021362305 +206,0.7329402068796977,-1.5033405499743235,-2.105757748784772,0.04509885981678963,0.9977257251739502,-0.05009724199771881,0.24024170637130737,-0.9056350588798523,-0.659320592880249,0.005178842693567276,0.0012062788009643555,-0.03326154500246048 +207,0.24153031793644772,-1.4621697887798328,-2.5652431803358535,0.02593143656849861,0.9941059350967407,-0.10526715964078903,0.5763722658157349,-0.011619661003351212,0.050778117030858994,-0.037528108805418015,-0.018153667449951172,0.040096864104270935 +208,0.153986370716918,-1.4107892483925024,-2.6314280993071573,0.024437133222818375,0.987226128578186,-0.1574404239654541,0.18291033804416656,-0.4740510582923889,-0.18477638065814972,0.03372936323285103,0.03145068883895874,0.04138205945491791 +209,0.03776196806013665,-1.4059366764031245,-2.7293579744900165,0.006195812486112118,0.9864413738250732,-0.16399747133255005,-0.012001095339655876,-0.3426293730735779,-0.05466870591044426,-0.00041273143142461777,-0.015753448009490967,-0.013157084584236145 +210,0.016283923548992624,-1.3997191594724354,-2.7303307788572986,0.002772119827568531,0.9854019284248352,-0.17022155225276947,0.31118857860565186,-0.38273027539253235,0.07547426968812943,0.010045260190963745,-0.017704784870147705,-0.016744375228881836 +211,-0.04381238341638482,-1.3935994422662998,-2.758926565189464,-0.007720378693193197,0.9843416810035706,-0.17610177397727966,0.07879897952079773,-0.42453455924987793,-0.09856518357992172,-0.042084306478500366,-0.06174957752227783,-0.017059192061424255 +212,-0.03729997396760015,-1.4007752678043568,-2.7100274544089995,-0.006309796124696732,0.9855812191963196,-0.1690850853919983,-0.39317578077316284,0.018870718777179718,0.03578612953424454,0.00768308388069272,0.027892231941223145,0.07177980244159698 +213,-0.008964716020929818,-1.4095045218124418,-2.7025830995356688,-0.0014396586921066046,0.9870206713676453,-0.1605873703956604,0.1638721227645874,0.26367536187171936,0.05786143243312836,0.014775842428207397,-0.008123576641082764,-0.0444907546043396 +214,0.048683404879719304,-1.4001643100718917,-2.65895815277696,0.0082634212449193,0.9854776263237,-0.1696038395166397,0.04747919365763664,0.1598203331232071,0.04657335951924324,-0.041985347867012024,0.07232260704040527,0.0021080970764160156 +215,0.06848372583042009,-1.3939659428614946,-2.6487133259969498,0.012037563137710094,0.9844062328338623,-0.17549772560596466,-0.20373551547527313,0.268368661403656,-0.011056754738092422,0.12848062813282013,-0.058319807052612305,0.04227322340011597 +216,0.028872468849444395,-1.3987855863449168,-2.7081752091647044,0.00494123250246048,0.9852426052093506,-0.17109237611293793,-0.2826257348060608,0.1369420289993286,-0.17328186333179474,-0.04742169380187988,-0.018323659896850586,-0.04118788242340088 +217,-0.06756445734913716,-1.4348042401637804,-2.7851385667079005,-0.009152990765869617,0.9907673001289368,-0.1352643072605133,-0.4709160029888153,-0.18537700176239014,-0.04515113681554794,-0.06236495077610016,-0.04077029228210449,0.061304911971092224 +218,-0.12371222872902675,-1.4532727827420746,-2.821930807913013,-0.014468584209680557,0.9931020736694336,-0.11635629087686539,-0.1132466048002243,-0.12994369864463806,-0.049592524766922,0.03860798478126526,-0.014113545417785645,-0.03421740233898163 +219,-0.14991458018655462,-1.466404587920763,-2.8437028628605283,-0.015562987886369228,0.9945561289787292,-0.10303349792957306,-0.10413029044866562,-0.017642227932810783,0.025328055024147034,0.040099114179611206,0.017589867115020752,0.019140660762786865 +220,-0.125262038642299,-1.475930906951813,-2.8242201244976095,-0.011834202334284782,0.9955036640167236,-0.09398092329502106,-0.10276932269334793,0.03350626677274704,-0.03681126981973648,-0.0034856200218200684,-0.017064332962036133,0.015215039253234863 +221,-0.14062639276904504,-1.480386805523337,-2.841450393158113,-0.012654801830649376,0.9959158301353455,-0.08939482271671295,-0.007459858898073435,-0.0023430786095559597,0.01187919545918703,0.025395885109901428,0.026422977447509766,-0.01201503723859787 +222,-0.13258150976171243,-1.4888767133504874,-2.8328435683765685,-0.010817402973771095,0.9966464638710022,-0.08111196011304855,-0.060360465198755264,-0.06915628165006638,0.040130745619535446,0.03608594834804535,0.037670671939849854,0.0032616183161735535 +223,-0.03470998316857133,-1.4995925148374858,-2.7278178732335623,-0.002468860475346446,0.9974660873413086,-0.07109968364238739,-0.04248274862766266,-0.09906885027885437,0.04736746847629547,-0.012850970029830933,-0.09646522998809814,0.017495520412921906 +224,-0.10072372254945668,-1.5033522425246126,-2.798109623210768,-0.006776790134608746,0.9977265000343323,-0.06705329567193985,-0.0076034036464989185,0.12203159928321838,-0.12308208644390106,0.01501652505248785,0.0015564560890197754,0.02152102440595627 +225,-0.2867648654678134,-1.4997618678291535,-2.9984619760277065,-0.0200754776597023,0.9974781274795532,-0.06807716935873032,0.02045399136841297,0.14566506445407867,-0.1662348210811615,-0.01778157241642475,0.014378070831298828,-0.004585154354572296 +226,-0.5809849350441444,-1.501487877744158,2.975703306225066,-0.0380089096724987,0.9975991249084473,-0.057889487594366074,-0.04823368415236473,0.3166154623031616,-0.09741130471229553,0.011397585272789001,-0.08017975091934204,0.037549495697021484 +227,-0.7992052455600338,-1.488622714973896,2.7264132740528306,-0.058836471289396286,0.9966256618499756,-0.057233776897192,-0.060405779629945755,0.5473580956459045,-0.28181585669517517,0.04498147964477539,-0.3756081461906433,0.09972947835922241 +228,-0.5498537928709355,-1.4751251448494709,2.9873713742374317,-0.049917884171009064,0.9954270124435425,-0.08144485950469971,-0.005721534602344036,-0.1603667140007019,0.080067940056324,-0.10602694749832153,-0.0057266950607299805,-0.026007533073425293 +229,-0.5018583304060606,-1.48033457004774,3.0271741203353217,-0.04345744475722313,0.9959111213684082,-0.07919815927743912,0.0666993111371994,0.07482346892356873,0.050398655235767365,-0.004302557557821274,0.010573804378509521,0.019337959587574005 +230,-0.5302446563578546,-1.4844978733112593,2.9930658252613425,-0.04359150677919388,0.9962785840034485,-0.0743570625782013,-0.058027178049087524,0.0362774059176445,0.005451956298202276,-0.015276912599802017,-0.03009200096130371,0.02159213274717331 +231,-0.5453894384865556,-1.484922540119013,2.9768512030329366,-0.04449191316962242,0.9963151216506958,-0.07332469522953033,-0.03559783473610878,0.018025053665041924,0.012233195826411247,-0.002535667270421982,0.005454838275909424,0.0037293508648872375 +232,-0.5815189548719915,-1.485804779311997,2.9304410630939106,-0.04662942513823509,0.9963904023170471,-0.07093637436628342,0.0127488374710083,0.05768090486526489,-0.030968692153692245,0.03930521011352539,-0.02062135934829712,-0.011262714862823486 +233,-0.5728031296107893,-1.4829440012721233,2.9343426437185784,-0.04755450785160065,0.9961434602737427,-0.07373587042093277,0.01745399832725525,0.06045890972018242,-0.016604876145720482,0.00359392911195755,-0.010791778564453125,0.006215684115886688 +234,-0.5499713122252247,-1.4815193506442372,2.959272180272029,-0.04660004749894142,0.9960174560546875,-0.07601150125265121,0.060304783284664154,0.061646007001399994,0.033905040472745895,-0.006149590015411377,-0.0294189453125,-0.010658442974090576 +235,-0.5077645381914959,-1.4810656422629733,3.0009451222438313,-0.04357178509235382,0.9959769248962402,-0.07830630987882614,0.0407843291759491,-0.04984016343951225,0.036396969109773636,0.016380611807107925,-0.015355348587036133,-0.0029772743582725525 +236,-0.48496479155448957,-1.480855843187915,3.0228991295787395,-0.041872333735227585,0.9959580898284912,-0.07946354150772095,-0.029622087255120277,-0.09911830723285675,0.012818467803299427,0.008058857172727585,-0.02234041690826416,0.02531009167432785 +237,-0.523797310658353,-1.4789515637517916,2.9823246812656135,-0.04587319865822792,0.9957852363586426,-0.07941829413175583,0.030012501403689384,0.10510048270225525,-0.06385566294193268,0.011571455746889114,-0.008144974708557129,-0.016528956592082977 +238,-0.567161579403393,-1.4775711752594023,2.938044370350578,-0.05001223087310791,0.9956576824188232,-0.0785156786441803,-0.002195322420448065,0.03292752057313919,-0.037577420473098755,-0.03690183162689209,-0.024222135543823242,0.0070435404777526855 +239,-0.6066417443055702,-1.4780459897458453,2.891072797501414,-0.05280238017439842,0.995701789855957,-0.07609159499406815,-0.03344365581870079,0.03657517209649086,-0.02115006186068058,0.037848759442567825,0.0026655197143554688,0.016643352806568146 +240,-0.5844185866199163,-1.4756296401084374,2.9114988413784024,-0.05242561176419258,0.9954750537872314,-0.07925237715244293,0.0012080230517312884,0.005643364042043686,-0.014380439184606075,-0.031223073601722717,-0.033149003982543945,-0.013521075248718262 +241,-0.6192713369281474,-1.4733134570322304,2.884396145355351,-0.05649411305785179,0.9952523112297058,-0.07925555109977722,-0.03542717918753624,-0.0696529969573021,-0.03289806470274925,-0.01780092716217041,-0.016584038734436035,0.006272733211517334 +242,-0.6814386312413392,-1.470727134876289,2.826348946614871,-0.06292892247438431,0.9949972629547119,-0.07759007066488266,-0.004270014353096485,-0.09649914503097534,-0.050371743738651276,0.020707868039608,-0.01446753740310669,-0.0026863738894462585 +243,-0.7053526882792658,-1.4703070638802558,2.802773348413611,-0.06503813713788986,0.9949551820755005,-0.07638245075941086,-0.013027893379330635,-0.0087360180914402,-0.021408533677458763,0.014104291796684265,-0.010152935981750488,-0.016635119915008545 +244,-0.6980069004617516,-1.4714392476162814,2.8113946049076537,-0.06375158578157425,0.9950681328773499,-0.07599543780088425,0.010013640858232975,0.050126250833272934,0.023218486458063126,0.0013431310653686523,-0.0039945244789123535,-0.004616737365722656 +245,-0.680367021355422,-1.4762115872275565,2.8273751253126207,-0.05941302329301834,0.9955301880836487,-0.07341570407152176,-0.04130151867866516,0.003576982766389847,0.04540839046239853,-0.021641656756401062,-0.013016760349273682,0.012426376342773438 +246,-0.6714032891409664,-1.4794532023703304,2.834073394026612,-0.056745000183582306,0.9958311319351196,-0.07141861319541931,-0.014413769356906414,-0.02218490093946457,0.039778247475624084,0.002835683524608612,-0.010006368160247803,0.003104977309703827 +247,-0.6507640863993828,-1.4790388208856755,2.8524097907493875,-0.05550896003842354,0.9957932233810425,-0.07290277630090714,0.04388841241598129,0.009936118498444557,-0.009693948552012444,0.005643226206302643,-0.02064967155456543,-0.022525735199451447 +248,-0.6386900233626415,-1.4756374437764992,2.8642026074370848,-0.05664360523223877,0.9954758286476135,-0.0762866958975792,0.03624671325087547,-0.009341619908809662,0.008595438674092293,0.0037566348910331726,-0.0033034682273864746,0.0008624717593193054 +249,-0.6301315954549978,-1.475507416861768,2.8716205280333478,-0.056064195930957794,0.9954634308815002,-0.07687226682901382,0.008120214566588402,-0.005542722065001726,0.00485765328630805,-0.0036892257630825043,-0.01090538501739502,-0.0010390803217887878 +250,-0.6254731253737951,-1.4742508339128315,2.877454280948588,-0.05643745884299278,0.9953430891036987,-0.07814612984657288,0.0006777288508601487,0.004947015084326267,-0.015352671965956688,-0.0072832368314266205,-0.016842782497406006,0.017171986401081085 +251,-0.6502031387257943,-1.4690223307453008,2.860628443195073,-0.06150192767381668,0.9948254823684692,-0.08086773008108139,0.031241489574313164,-0.1195245012640953,-0.05919867381453514,-0.033010996878147125,0.013063192367553711,-0.009082846343517303 +252,-0.6725973972473223,-1.4526604677023751,2.8530382097283984,-0.07343067973852158,0.9930300712585449,-0.09219276905059814,0.14381158351898193,-0.1539364606142044,-0.10800496488809586,0.028340943157672882,-0.02023637294769287,-0.005188830196857452 +253,-0.7037316237857809,-1.4367818795535074,2.827372275192645,-0.08645756542682648,0.9910334944725037,-0.10187207907438278,0.16003087162971497,-0.08158835768699646,-0.12751565873622894,0.01829654723405838,-0.006093800067901611,0.005421265959739685 +254,-0.7462561767671392,-1.428730737906162,2.7885791611992654,-0.0961238443851471,0.9899256229400635,-0.10395950824022293,0.027132565155625343,0.003993931692093611,-0.15898871421813965,0.011361256241798401,-0.009731471538543701,0.01117078959941864 +255,-0.7801642580574409,-1.422191883137692,2.7531063560755817,-0.10414391756057739,0.9889786839485168,-0.10523982346057892,0.03497584909200668,0.03762532025575638,-0.05809926241636276,0.0376460999250412,-0.009776294231414795,-0.027908340096473694 +256,-0.7742111734448014,-1.4209312788039654,2.7541262243237172,-0.1043873131275177,0.9887912273406982,-0.10674939304590225,0.006034491118043661,0.08419538289308548,-0.03657001256942749,0.00029183924198150635,-0.01587545871734619,0.010573253035545349 +257,-0.7729436567053901,-1.4172850729146016,2.751993865384741,-0.1067676842212677,0.9882402420043945,-0.10946083813905716,0.054181329905986786,-0.0622427761554718,0.00261378800496459,-0.011594735085964203,-0.03645813465118408,-0.01396750658750534 +258,-0.7921537623773357,-1.4141317894957297,2.7323373631215992,-0.11106925457715988,0.9877532124519348,-0.10957862436771393,-0.006438437383621931,0.05485384166240692,-0.04502740129828453,0.008392855525016785,0.009485065937042236,-0.022547200322151184 +259,-0.8123983932804018,-1.4117288736601408,2.706225039721838,-0.11498701572418213,0.9873754382133484,-0.10893948376178741,0.07316426187753677,-0.05257665738463402,-0.03176475316286087,-0.001590132713317871,-0.06348627805709839,0.004126846790313721 +260,-0.8627076844605892,-1.4090918299445119,2.6598007096475373,-0.12229696661233902,0.9869542717933655,-0.10471197217702866,-0.04984642192721367,0.0027488931082189083,-0.029937386512756348,0.01302877813577652,-0.004791915416717529,0.016836591064929962 +261,-0.9418325146071234,-1.411222598684877,2.578422934687175,-0.12848974764347076,0.9872950911521912,-0.09347999840974808,-0.08384942263364792,-0.06768150627613068,0.0029934574849903584,-0.026035994291305542,-0.007055401802062988,-0.037364110350608826 +262,-0.954514416514388,-1.4105539973009396,2.5697218295103945,-0.13020382821559906,0.9871886372566223,-0.09222477674484253,0.04394422844052315,-0.06279274821281433,0.012596550397574902,0.0014044195413589478,-0.01807248592376709,-0.002959601581096649 +263,-0.9553330819312309,-1.4128518880795518,2.563217541603313,-0.12842711806297302,0.9875527024269104,-0.09080851823091507,-0.05682841315865517,0.10565518587827682,0.05405258759856224,0.012918099761009216,-0.0378609299659729,-0.02900349348783493 +264,-0.874665327360892,-1.4134080576113692,2.6399190193834605,-0.12027055025100708,0.9876400232315063,-0.10050961375236511,0.14228735864162445,-0.09486769884824753,0.08981867134571075,0.019059009850025177,-0.013274788856506348,-0.025634765625 +265,-0.8376852908936204,-1.4188039011713829,2.677107361841112,-0.11251050233840942,0.9884713888168335,-0.10131973773241043,0.0004948361311107874,0.011860569007694721,0.11917085200548172,-0.0038377493619918823,-0.038932204246520996,0.001374661922454834 +266,-0.7735338317096513,-1.4276874269602404,2.7435911692098256,-0.09964468330144882,0.9897773861885071,-0.10203761607408524,0.09433867037296295,-0.04067561775445938,0.19319003820419312,0.025486961007118225,0.00862044095993042,-0.03268224000930786 +267,-0.6346411196138461,-1.4275963121445023,2.895297395748029,-0.08461222797632217,0.989764392375946,-0.11492364853620529,0.08821500837802887,-0.15106408298015594,0.10906486958265305,0.02376016229391098,0.016522347927093506,0.019189998507499695 +268,-0.6046386935528878,-1.4296320813645793,2.92216666881428,-0.07998055219650269,0.9900528788566589,-0.11575140058994293,-0.002372913993895054,0.1367194801568985,-0.016136353835463524,-0.024648956954479218,0.0052474141120910645,0.006361134350299835 +269,-0.6543370308797757,-1.427847562971808,2.8536713932801074,-0.08670731633901596,0.989800214767456,-0.11303695291280746,-0.06029805541038513,0.23886071145534515,-0.1078854501247406,0.04231950640678406,-0.012764692306518555,0.02737414836883545 +270,-0.6515307465548325,-1.427122418852651,2.8398568392201207,-0.08682446926832199,0.9896966218948364,-0.11384984850883484,0.10526542365550995,0.040538862347602844,0.03794295713305473,-0.004636690020561218,0.004947364330291748,-0.018276013433933258 +271,-0.5185701955551277,-1.4194602840228567,2.9776319487097886,-0.07472193986177444,0.988570511341095,-0.13093839585781097,0.28954842686653137,-0.13260705769062042,0.2693100571632385,0.018584847450256348,-0.039229750633239746,-0.014355778694152832 +272,-0.3455573858902677,-1.4114658901506363,-3.1157501752269825,-0.05374046415090561,0.9873337149620056,-0.14927822351455688,0.06983840465545654,-0.04501771554350853,0.15896302461624146,-0.02388099953532219,0.004777431488037109,0.013307169079780579 +273,-0.27822522940625094,-1.4066531178554138,-3.0386452937011996,-0.04487980902194977,0.986558735370636,-0.1571235954761505,0.09942974150180817,-0.10285714268684387,0.04179029166698456,-0.023677930235862732,0.011762797832489014,0.039432525634765625 +274,-0.2815079873322481,-1.3992369861585792,-3.0340610306942444,-0.04742676019668579,0.9853197336196899,-0.16399991512298584,0.08262000977993011,-0.036915939301252365,0.005784146022051573,0.010012201964855194,-0.01768350601196289,-0.004426613450050354 +275,-0.2494818532497336,-1.3922292099896862,-2.995477041965397,-0.04385457560420036,0.9840992093086243,-0.17212043702602386,0.05005206912755966,-0.07620023190975189,0.01476267073303461,0.00193868950009346,0.000580906867980957,0.003800705075263977 +276,-0.25993871551740516,-1.3958868990805726,-2.9959624391700572,-0.044726595282554626,0.984742283821106,-0.16817297041416168,0.018102597445249557,-0.044041361659765244,-0.02651429921388626,0.016665682196617126,-0.009034276008605957,0.03305637836456299 +277,-0.3044348810933335,-1.398925261058755,-3.040034709271845,-0.051265887916088104,0.9852665066719055,-0.16316209733486176,-0.017451519146561623,0.02355426736176014,-0.06794708967208862,0.007991954684257507,-0.006674587726593018,0.007415652275085449 +278,-0.3309412160123934,-1.3982039670759514,-3.069542230422876,-0.055803049355745316,0.9851428866386414,-0.1624179631471634,0.02065863087773323,0.015929531306028366,-0.04657324403524399,-0.004957437515258789,-0.012608706951141357,-0.007732808589935303 +279,-0.34838967835318696,-1.399669228774394,-3.0886903822104106,-0.0581354945898056,0.9853934645652771,-0.16006262600421906,-0.11574088037014008,-0.028402870520949364,-0.021090295165777206,-0.027344241738319397,-0.0218314528465271,-0.01597803831100464 +280,-0.3579265897334864,-1.4031535170305922,-3.1038330855452387,-0.05845629423856735,0.9859808087348938,-0.15628457069396973,-0.04861166328191757,0.06313148885965347,-0.032740745693445206,-0.0006257295608520508,-0.0185888409614563,0.009571313858032227 +281,-0.37332651244700393,-1.407541513605454,-3.126942061346371,-0.05927712842822075,0.9867035150527954,-0.15133489668369293,-0.0015102463075891137,0.009197106584906578,0.028359968215227127,-0.005664262920618057,-0.07644057273864746,-0.015809863805770874 +282,-0.3551818748535197,-1.4076452610713204,-3.1139234704653447,-0.05648614466190338,0.9867203831672668,-0.15228988230228424,-0.02702249027788639,0.08399932086467743,0.0020008105784654617,-0.011018745601177216,-0.013240158557891846,-0.007683470845222473 +283,-0.3463892689725801,-1.4094194611130657,-3.1103620480530445,-0.05455086752772331,0.9870069622993469,-0.15113471448421478,0.027544233947992325,-0.02273610606789589,0.03188800811767578,-0.028624795377254486,-0.008414924144744873,-0.006549611687660217 +284,-0.3431230363707027,-1.4097162421825546,-3.1084266304994306,-0.0539582185447216,0.9870546460151672,-0.15103575587272644,-0.00032201444264501333,0.05336816981434822,0.006066266912966967,0.015231408178806305,-0.032983481884002686,-0.005214229226112366 +285,-0.3395857805381697,-1.4130457342655733,-3.1059561278278127,-0.052328504621982574,0.9875831604003906,-0.14812570810317993,-0.03203141689300537,-0.11198674142360687,0.0012200422352179885,-0.024865716695785522,-0.018344879150390625,0.013619482517242432 +286,-0.373285614157947,-1.410143590033095,-3.1249764322902585,-0.05833464860916138,0.9871230721473694,-0.14894665777683258,-0.02316337265074253,-0.16334934532642365,-0.0021684784442186356,0.011413857340812683,0.00350797176361084,-0.013910353183746338 +287,-0.3937930303250637,-1.4158972772337055,-3.1321466706228014,-0.05919632315635681,0.9880270957946777,-0.1424715369939804,-0.05618628114461899,-0.14999234676361084,0.07872086763381958,0.01906570792198181,0.00895160436630249,0.016220271587371826 +288,-0.3939058402556581,-1.4225457582144378,-3.1114015318920347,-0.056690361350774765,0.9890310168266296,-0.1363968551158905,-0.06253012269735336,-0.282936692237854,-0.0009860933059826493,0.016880184412002563,-0.04889118671417236,-0.014237940311431885 +289,-0.45326349007089073,-1.4228321394205157,3.1248740390254013,-0.06455803662538528,0.9890732765197754,-0.13253918290138245,-0.06722027063369751,0.017641808837652206,-0.07808001339435577,0.036558158695697784,-0.02297818660736084,-0.034880295395851135 +290,-0.5186833279160815,-1.4214047090814965,3.041941482184589,-0.07378379255533218,0.9888617992401123,-0.12926046550273895,-0.06580917537212372,0.19031085073947906,-0.14243115484714508,0.023826532065868378,-0.00810319185256958,0.01312585175037384 +291,-0.5869766318323129,-1.42146388958716,2.9565101841879438,-0.08240003883838654,0.9888706207275391,-0.12387523800134659,-0.06438545882701874,0.153537780046463,-0.09557357430458069,0.014361105859279633,0.0008906722068786621,0.0168653205037117 +292,-0.6180588535314925,-1.4207580011004863,2.9133840160172033,-0.08661508560180664,0.9887653589248657,-0.1218244805932045,-0.053114935755729675,0.08699050545692444,-0.06111864000558853,-0.038445957005023956,0.010212421417236328,-0.005708470940589905 +293,-0.6384410056348429,-1.4205215911672737,2.8776326795865748,-0.0892188549041748,0.9887300133705139,-0.12022104859352112,-0.06459640711545944,0.18227507174015045,-0.015952249988913536,0.019837141036987305,-0.042669832706451416,0.03063666820526123 +294,-0.6331246873726282,-1.4241850142328505,2.877130760260894,-0.08643476665019989,0.9892718195915222,-0.11777274310588837,0.04655405506491661,0.07284802943468094,0.020632997155189514,0.00373212993144989,-0.0038133859634399414,-0.033991217613220215 +295,-0.6073701487278503,-1.4233887583366658,2.8937784164253224,-0.08382295072078705,0.9891551733016968,-0.12060655653476715,-0.04356742277741432,0.18112103641033173,-0.04245767369866371,-0.011651299893856049,-0.016163110733032227,0.03314314782619476 +296,-0.6248500439629682,-1.4204515020756205,2.8617977446959846,-0.08761750161647797,0.9887194633483887,-0.12147898972034454,-0.004933876916766167,0.15532690286636353,-0.0679609477519989,-0.015165701508522034,0.023762226104736328,-0.01798635721206665 +297,-0.6283821906435789,-1.4196188789256476,2.845325439340932,-0.08852916955947876,0.9885944128036499,-0.12183363735675812,0.007528066635131836,0.09451338648796082,-0.019504930824041367,-0.03241198509931564,-0.029030323028564453,-0.004356548190116882 +298,-0.6284176423725101,-1.4192942589309805,2.842718121115679,-0.08872285485267639,0.9885454773902893,-0.12209108471870422,-0.045153990387916565,-0.022897779941558838,0.0006299811648204923,-0.03342375159263611,0.005335748195648193,0.03345280885696411 +299,-0.6669769955732392,-1.4214120870831832,2.8077241745646067,-0.09206858277320862,0.988862931728363,-0.11693543195724487,-0.05501284822821617,-0.012817115522921085,-0.04294344410300255,0.02003183215856552,-0.01799178123474121,0.0012890547513961792 +300,-0.6977446399607238,-1.4199970195175793,2.7680963183740954,-0.0965205505490303,0.9886513352394104,-0.11511918157339096,0.011284603737294674,0.14874333143234253,-0.029642842710018158,0.042733319103717804,-0.048221588134765625,0.0017616748809814453 +301,-0.6693378292110211,-1.4154569492641103,2.784845397397455,-0.09599583595991135,0.987959086894989,-0.12133295834064484,0.07397744804620743,0.0068269153125584126,0.0029555640649050474,-0.08797937631607056,-0.023786723613739014,-0.01434820145368576 +302,-0.624835686809756,-1.4037865501677442,2.836659431836051,-0.09724158048629761,0.9860862493515015,-0.13482655584812164,-0.01950758695602417,-0.14408326148986816,0.001416561659425497,-0.09685023874044418,0.056272268295288086,0.009078845381736755 +303,-0.6393903546104373,-1.4061566485463863,2.8251583003214513,-0.09779800474643707,0.9864774942398071,-0.13152022659778595,0.053773947060108185,-0.1129310131072998,0.04915367066860199,0.03456559777259827,-0.025005996227264404,-0.00577835738658905 +304,-0.6225378824925722,-1.4090802415726924,2.8470323555192296,-0.09388630837202072,0.9869524240493774,-0.13080690801143646,0.015751376748085022,-0.05330286920070648,0.03357936069369316,1.424551010131836e-05,-0.04780447483062744,0.004693031311035156 +305,-0.5841274859739328,-1.408654848713628,2.889554135097372,-0.08902500569820404,0.986883819103241,-0.13466526567935944,0.07016739249229431,-0.0803954228758812,0.044998038560152054,-0.010355480015277863,-0.016592741012573242,-0.0026637762784957886 +306,-0.5361949892026842,-1.4063970243360358,2.938191020201917,-0.08360850811004639,0.9865168333053589,-0.14069131016731262,0.03431348502635956,0.08341377973556519,0.07547280192375183,0.06082712858915329,0.014444410800933838,-0.0017952919006347656 +307,-0.47995379226070184,-1.406940659383768,2.9894735157272123,-0.07532047480344772,0.9866056442260742,-0.14469343423843384,0.0009225305984728038,0.01751544140279293,0.0013800290180370212,-0.005779989063739777,0.016766488552093506,-0.003240525722503662 +308,-0.5215616697332067,-1.4140868642194155,2.928220858145359,-0.07775884866714478,0.9877461791038513,-0.13531813025474548,-0.300505131483078,0.41222450137138367,-0.03529609739780426,0.023422308266162872,-0.0725240707397461,0.07295550405979156 +309,-0.4794241690310079,-1.4367965697114384,2.9441511292552844,-0.06162526085972786,0.9910354614257812,-0.11853766441345215,-0.0951562151312828,0.2623386085033417,0.08062127977609634,-0.12799571454524994,-0.00875091552734375,0.15364813804626465 +310,-0.3626614432874605,-1.4391402213172462,3.102731395667005,-0.04657181352376938,0.9913458228111267,-0.1227368488907814,0.05471426993608475,-0.663140594959259,0.5310215353965759,0.03833206370472908,-0.020917415618896484,-0.04570489376783371 +311,-0.09226672830057547,-1.450891428061525,-2.8521646233246853,-0.011021146550774574,0.9928200244903564,-0.119109608232975,-0.14584200084209442,-0.4730343222618103,0.4921867549419403,-0.09960508346557617,-0.011084675788879395,0.0646662563085556 +312,0.3246881604314901,-1.4552823996844548,-2.3809264239478485,0.036768313497304916,0.9933356642723083,-0.1092342659831047,0.12742573022842407,-0.3944457471370697,0.13464054465293884,0.07372057437896729,-0.0896950364112854,0.02877463400363922 +313,0.36321115469143245,-1.4272996923690882,-2.3202005613264505,0.05080616846680641,0.9897220134735107,-0.13367462158203125,0.023461638018488884,-0.39751502871513367,0.27369001507759094,0.015249110758304596,0.1586390733718872,0.08823396265506744 +314,0.724347530682736,-1.3941241908906257,-1.980401863499301,0.116462841629982,0.9844340085983276,-0.13162776827812195,-0.06405863165855408,0.20361901819705963,0.9835992455482483,0.1283644139766693,0.10118293762207031,-0.15204839408397675 +315,0.8878910189012319,-1.380482018528848,-1.800222412500576,0.14674554765224457,0.9819447994232178,-0.11937426030635834,-0.008059827610850334,-0.30143648386001587,0.14077816903591156,0.02245914936065674,-0.03414517641067505,-0.16387468576431274 +316,0.982725301955456,-1.373749469989,-1.6666911553174166,0.16288678348064423,0.9806489944458008,-0.10860728472471237,-0.037421055138111115,-0.1411101073026657,0.24828435480594635,0.03846821188926697,-0.010769844055175781,0.04064464569091797 +317,0.9012905317012672,-1.3491611139459507,-1.7324621768658655,0.17237114906311035,0.9755392670631409,-0.13642317056655884,0.4289742410182953,-0.10493198782205582,0.030985722318291664,0.11350224912166595,0.07330405712127686,0.11432844400405884 +318,0.6859664588966764,-1.348620439036266,-1.9527966895239621,0.1395760327577591,0.9754202961921692,-0.17051047086715698,0.3022445738315582,0.002247776370495558,-0.5306470394134521,-0.0960884839296341,-0.1260703206062317,-0.08594399690628052 +319,0.847898955823658,-1.3144772300514143,-1.8521408099066228,0.1901140958070755,0.967329740524292,-0.1677200198173523,-0.3227139711380005,2.045485258102417,1.828843116760254,-0.1568041741847992,-0.028761565685272217,0.07845604419708252 +320,1.202366842257585,-1.2600917625833428,-1.5912124868226996,0.2852134704589844,0.9521183967590332,-0.11010878533124924,-0.027710085734725,0.7401948571205139,-0.045675527304410934,0.016483306884765625,-0.0458378791809082,-0.043318331241607666 +321,1.311174844708066,-1.2743143556546155,-1.5589427355854628,0.28236648440361023,0.9563702344894409,-0.07500112801790237,-0.1436418890953064,0.6450031995773315,-0.29707983136177063,0.09946945309638977,-0.07848632335662842,-0.004695534706115723 +322,1.3720455663456954,-1.3234412771866746,-1.5257764836724448,0.24002018570899963,0.9695634245872498,-0.04834241420030594,-0.27740463614463806,0.09639999270439148,-0.3581794202327728,-0.05400030314922333,-0.0012559890747070312,0.01101941242814064 +323,1.543568613874503,-1.3422077141940387,-1.3850219419919123,0.22651907801628113,0.9739871621131897,-0.0061691212467849255,-0.4425588846206665,0.287661612033844,-0.14376884698867798,0.0025763660669326782,0.007351279258728027,-0.04818272590637207 +324,1.7654729572805299,-1.3649004112306855,-1.1743836338407636,0.200582817196846,0.9788782000541687,0.03954968601465225,-0.46861031651496887,0.28820115327835083,-0.3780427873134613,-0.06976918876171112,0.06326669454574585,0.037095192819833755 +325,1.9887285278604738,-1.3806691086348137,-0.961656108674625,0.17271734774112701,0.9819802045822144,0.07670284807682037,-0.17689061164855957,-0.004940700717270374,-0.16669175028800964,0.0668913871049881,-0.029053688049316406,0.030795320868492126 +326,2.108274326018815,-1.3883838268549615,-0.8413888765149666,0.15582528710365295,0.9834089279174805,0.09287290275096893,0.0019041572231799364,-0.04900907725095749,-0.11358761787414551,0.010205596685409546,-0.05857372283935547,-0.020637869834899902 +327,2.150430571037634,-1.3980388411987077,-0.7956396456329164,0.14382225275039673,0.9851145148277283,0.09415262937545776,-0.009590646252036095,-0.06394430249929428,-0.15857401490211487,0.0028910040855407715,-0.03598731756210327,-0.02080357074737549 +328,2.0720388619475996,-1.4155543135869817,-0.8566114780135416,0.1355987787246704,0.9879741668701172,0.07429686933755875,0.25833356380462646,-0.26582929491996765,-0.2136848270893097,0.011862143874168396,0.013505935668945312,0.02273380011320114 +329,2.0786298571011548,-1.42610077373662,-0.8519718138204264,0.12599515914916992,0.9895498752593994,0.07011855393648148,-0.10438677668571472,0.4372996985912323,-0.03940665349364281,0.047741442918777466,-0.12066853046417236,0.13097703456878662 +330,2.0477818915281754,-1.4340508822178415,-0.8796709420046468,0.12110497802495956,0.9906648993492126,0.06258527934551239,-0.2698715329170227,-0.009060969576239586,-0.17163801193237305,-0.2860982418060303,-0.023577988147735596,0.1355043649673462 +331,2.2903053098403428,-1.4381241016564361,-0.6203227954430118,0.0994943231344223,0.9912119507789612,0.08717688173055649,-0.09756732732057571,-0.41132643818855286,-0.1293916553258896,0.0480276420712471,-0.015320837497711182,-0.16865873336791992 +332,2.3914839556837277,-1.4377351659495732,-0.4871691249296737,0.09044253826141357,0.9911603927612305,0.09706223011016846,-0.165653795003891,-0.06577423214912415,-0.20536530017852783,0.04653560370206833,0.00810706615447998,0.08946119248867035 +333,2.5044850206093887,-1.4328741172628399,-0.3782221207634826,0.08178646862506866,0.9905037879943848,0.11051363497972488,-0.07656189054250717,0.1700514405965805,0.0772862508893013,0.03773561865091324,-0.058741092681884766,-0.013574600219726562 +334,2.434686807419339,-1.425408595385154,-0.4807207811505094,0.09409493952989578,0.9894497990608215,0.11016042530536652,0.024493582546710968,0.37936490774154663,0.022515682503581047,-0.09948128461837769,-0.012215912342071533,-0.013740062713623047 +335,2.4239734627733536,-1.4261008286975203,-0.5105301492527063,0.09481898695230484,0.9895498752593994,0.10862968116998672,0.10655263811349869,0.04274464026093483,0.09213761985301971,0.003752782940864563,-0.028047800064086914,-0.017351508140563965 +336,2.3509992305233114,-1.4273223210619783,-0.5838879816049204,0.10162779688835144,0.9897252321243286,0.10057727247476578,0.05406157299876213,-0.07209519296884537,0.0748850554227829,-0.03125426173210144,-0.023264050483703613,0.005791783332824707 +337,2.362329264217305,-1.4261635225959828,-0.574848364590107,0.10128827393054962,0.9895588755607605,0.10253871977329254,-0.0632995143532753,0.06530055403709412,0.04450192302465439,-0.01078837364912033,0.022739768028259277,0.06782568991184235 +338,2.314928609336052,-1.42345753448898,-0.6271982968855555,0.10800188779830933,0.9891652464866638,0.09943687915802002,0.09330858290195465,0.12832099199295044,0.11199913918972015,0.030700504779815674,-0.04225057363510132,0.03326880931854248 +339,2.2322357966017825,-1.420585669015773,-0.7343238494680869,0.11808837205171585,0.988739550113678,0.09192164242267609,0.14720597863197327,0.33282992243766785,0.0559036061167717,-0.011368364095687866,-0.008346915245056152,-0.010164953768253326 +340,2.164782456870852,-1.421035889592979,-0.8062127135270069,0.12364522367715836,0.9888068437576294,0.08350308984518051,0.16923512518405914,0.013885965570807457,-0.05582624673843384,-0.03805869072675705,0.02054673433303833,-0.004081137478351593 +341,1.9884313082867275,-1.4447027095440308,-0.9830393827754537,0.11495039612054825,0.9920607209205627,0.0510079562664032,0.5230553150177002,-0.20414124429225922,-0.06246025860309601,-0.02683088928461075,-0.01169884204864502,-0.041593197733163834 +342,1.7019342695835298,-1.4629262381932004,-1.248525264483868,0.1067369356751442,0.9941876530647278,0.014078055508434772,0.00041887443512678146,-0.13388758897781372,-0.08107542991638184,-0.0184343159198761,-0.018388092517852783,0.11224949359893799 +343,1.8985741403408556,-1.468165737896522,-1.053540656383353,0.09699561446905136,0.9947381019592285,0.03298276290297508,-0.2524699568748474,-0.03891447186470032,-0.11518684774637222,0.032963477075099945,-0.015520632266998291,-0.023034099489450455 +344,2.103865875086685,-1.4625461658637862,-0.8109637279403298,0.09304898977279663,0.9941466450691223,0.05490334704518318,0.08559221029281616,-0.47969377040863037,-0.09939063340425491,0.005110807716846466,0.00815737247467041,-0.13974213600158691 +345,2.169255198287435,-1.46564695592527,-0.7214911333606931,0.08671645075082779,0.9944769144058228,0.05912993475794792,-0.10311716794967651,-0.13226574659347534,-0.0454091802239418,-0.0323188453912735,-0.06784093379974365,0.00443817675113678 +346,2.211794350510702,-1.470791121087113,-0.6582094006312043,0.0800219476222992,0.9950036406517029,0.05970407649874687,0.07496565580368042,-0.1534825563430786,-0.10067156702280045,-0.027470678091049194,-0.01247483491897583,0.00984550267457962 +347,2.1708170153202495,-1.4817539417146757,-0.6973149156832061,0.07339268922805786,0.9960383176803589,0.05021287128329277,0.36256954073905945,0.11675667762756348,-0.024958999827504158,-0.004880726337432861,-0.0035608410835266113,-0.09608077257871628 +348,1.8443446726828687,-1.4891323629540347,-1.0194173493794534,0.07854067534208298,0.9966673254966736,0.02203710377216339,0.20051132142543793,0.2839890718460083,0.41697797179222107,0.019725918769836426,-0.006570279598236084,0.05572164058685303 +349,1.7328003500990752,-1.4756121657134802,-1.133326701370112,0.09379671514034271,0.9954733848571777,0.01532979216426611,0.1443008929491043,-0.014887727797031403,-0.07826033979654312,0.01649380475282669,0.034327030181884766,0.007863521575927734 +350,1.7474675627078586,-1.4832179406167953,-1.1314727917407765,0.08610466122627258,0.9961674809455872,0.01537248957902193,0.049572572112083435,0.04557610675692558,-0.05314166098833084,-0.00811699777841568,-0.008771240711212158,0.021218061447143555 +351,1.707246253900932,-1.4845476717154624,-1.1809231260903994,0.08534201979637146,0.9962828755378723,0.011717724613845348,0.06557876616716385,0.15039373934268951,-0.018806446343660355,-0.011153779923915863,0.010034322738647461,0.021759986877441406 +352,1.5754858246020846,-1.4820421473445797,-1.3150013201639503,0.08863679319620132,0.9960639476776123,0.0004156650975346565,0.08053302764892578,-0.041975148022174835,-0.02145606093108654,-0.06765596568584442,-0.019776105880737305,0.048275113105773926 +353,1.4321111050159196,-1.4809178578514675,-1.4439095443935872,0.0888969674706459,0.9959636330604553,-0.01240834966301918,-0.007311568595468998,-0.02495906502008438,-0.02404499612748623,-0.03173753619194031,-0.08657020330429077,0.046313345432281494 +354,1.4023080029703687,-1.4789598636476078,-1.4684280905565064,0.09040852636098862,0.9957860112190247,-0.01537858135998249,0.02493661269545555,-0.0788341760635376,0.020307235419750214,-0.07106037437915802,-0.06924182176589966,-0.0006431341171264648 +355,1.3647297543941606,-1.4793317941027855,-1.500430213068691,0.08940332382917404,0.9958200454711914,-0.01868831180036068,0.004827882628887892,-0.17964041233062744,0.04389192536473274,-0.02195948362350464,-0.03176987171173096,-0.016681550070643425 +356,1.312960734475823,-1.4760878688834462,-1.5278653532880484,0.09144081175327301,0.9955185055732727,-0.024113425984978676,-0.058272093534469604,-0.2955833673477173,0.06939215958118439,-0.025477074086666107,0.0062209367752075195,-0.002116439864039421 +357,1.3605386400761708,-1.464546024569283,-1.442737667486186,0.10371683537960052,0.9943607449531555,-0.02213440090417862,-0.10480944067239761,-0.34451839327812195,0.269010066986084,-0.06389137357473373,0.018136441707611084,0.028771990910172462 +358,1.5145739180103355,-1.4418363718096956,-1.2624943975408496,0.1283993273973465,0.9916961789131165,-0.007226535584777594,-0.2926079034805298,-0.11502550542354584,0.3084493577480316,-0.08840605616569519,-0.01585090160369873,0.034661829471588135 +359,1.6342169228981291,-1.4172449836449197,-1.111231375191775,0.15264159440994263,0.9882341623306274,0.009693620726466179,-0.1678498387336731,-0.2937277853488922,0.1711447387933731,-0.11310608685016632,0.052522122859954834,0.03193235397338867 +360,1.7532230341148618,-1.4047848554454194,-0.9665072870404905,0.1625075340270996,0.986251711845398,0.02997901849448681,-0.2899381220340729,-0.2952207922935486,0.06460373848676682,-0.043519526720047,0.009658873081207275,-0.03457188606262207 +361,1.8398165631142338,-1.398477958733428,-0.8447587034723822,0.1652994006872177,0.9851899147033691,0.045573640614748,-0.1707320511341095,-0.4182075560092926,-0.02120857872068882,-0.04161164164543152,-0.04736948013305664,-0.06536424160003662 +362,1.8988376711141768,-1.3984842199435847,-0.7386264382256457,0.162317156791687,0.9851909875869751,0.05524268001317978,-0.17663948237895966,-0.5540072321891785,-0.05319953337311745,0.061025723814964294,-0.020316779613494873,-0.03731358423829079 +363,1.9275962814510545,-1.3998305765076513,-0.6553235851757276,0.15941917896270752,0.9854209423065186,0.059424106031656265,-0.08367721736431122,-0.5418850779533386,-0.02505878545343876,0.08571328222751617,-0.039726972579956055,-0.027533292770385742 +364,1.9422642116940911,-1.4012817922370977,-0.584807801155328,0.1571980118751526,0.985666811466217,0.06123693287372589,-0.09737245738506317,-0.5477331876754761,-0.0669977068901062,0.07394212484359741,-0.04285663366317749,-0.010486118495464325 +365,1.9302289038511198,-1.4031840402773437,-0.5426320023917642,0.15616682171821594,0.9859859347343445,0.058680493384599686,-0.04633558169007301,-0.6270205974578857,-0.02905324473977089,0.045798465609550476,-0.002541840076446533,0.017628658562898636 +366,1.8766206044473757,-1.405668992474562,-0.5396736376036887,0.15675140917301178,0.9863974452018738,0.049491036683321,0.026203393936157227,-0.48579534888267517,0.0011960117844864726,0.11770841479301453,-0.056664109230041504,0.012062907218933105 +367,1.8061615890179221,-1.4049675268503317,-0.5749427621929812,0.16051851212978363,0.9862818717956543,0.03849393501877785,0.03242386505007744,-0.23236170411109924,0.017051706090569496,0.09697352349758148,-0.026473581790924072,0.05467629060149193 +368,1.7937348569951457,-1.4058652023609561,-0.5769360562300507,0.16012191772460938,0.9864296913146973,0.03630074858665466,0.03978521376848221,0.022744011133909225,-0.08406885713338852,0.05037309229373932,-0.033991217613220215,0.07006824016571045 +369,1.8120936717326435,-1.4136864739467037,-0.5684955786944317,0.1519315242767334,0.9876835942268372,0.037389159202575684,0.10649745166301727,0.13553771376609802,-0.16742007434368134,0.0557253360748291,-0.042004942893981934,0.033503174781799316 +370,1.7890208417392488,-1.4270269442882633,-0.616950455810838,0.1398768126964569,0.9896829724311829,0.031018508598208427,0.16549798846244812,0.36833256483078003,-0.14920245110988617,0.1167912483215332,-0.009626209735870361,0.030764341354370117 +371,1.7099269899844516,-1.4416405982906868,-0.7427833150657659,0.12755297124385834,0.9916709661483765,0.017861930653452873,0.17418305575847626,0.428352415561676,-0.07362037897109985,0.05091385543346405,-0.06611853837966919,0.04749143123626709 +372,1.6440614026619533,-1.4508361090522464,-0.8554808892957253,0.11935146898031235,0.9928134083747864,0.00875997357070446,0.1792668253183365,0.5739105939865112,-0.10435710847377777,0.026568330824375153,0.04040491580963135,-0.05226278305053711 +373,1.5406488183462976,-1.4620190203972634,-1.0162462972807116,0.10851338505744934,0.9940896034240723,-0.003272399539127946,0.2115001380443573,0.49112755060195923,-0.09577737748622894,-0.013344302773475647,-0.049860477447509766,-0.0733877420425415 +374,1.3620604080968908,-1.4680843725366668,-1.2471842533097712,0.10030567646026611,0.99472975730896,-0.021246876567602158,0.22660508751869202,0.537233829498291,-0.07329900562763214,-0.015726231038570404,-0.029168903827667236,-0.03304392099380493 +375,1.2250316412612887,-1.4734128967203302,-1.448470722222953,0.09147453308105469,0.9952619671821594,-0.0329524390399456,0.1332302987575531,0.702480673789978,-0.13137395679950714,-0.043043144047260284,0.0190354585647583,-0.033179160207509995 +376,1.1497871526630177,-1.4778299184905621,-1.5933783042583458,0.0847277045249939,0.9956817626953125,-0.03793967142701149,0.07530760020017624,0.6917070746421814,-0.04686679318547249,-0.0157579705119133,-0.03874194622039795,-0.024636629968881607 +377,1.1347035202183497,-1.4771602599578848,-1.6720879806801123,0.0847490131855011,0.9956193566322327,-0.039494406431913376,0.06212359666824341,0.5137984156608582,-0.02117658033967018,-0.047944821417331696,-0.033903658390045166,-0.07392418384552002 +378,1.0694975858733098,-1.4728941450984365,-1.774905380447663,0.08571933209896088,0.9952114224433899,-0.0469733364880085,0.12406454980373383,0.21079663932323456,0.0016133968019858003,-0.07987521588802338,0.009366214275360107,-0.0711144208908081 +379,0.9540550824139578,-1.4665692515458588,-1.8964242110786163,0.08487147837877274,0.9945732951164246,-0.060173943638801575,0.1043555736541748,0.0567050576210022,0.023608535528182983,-0.048479266464710236,-0.02087944746017456,0.014306068420410156 +380,0.9135075106369788,-1.4628766012383678,-1.9394598934115665,0.08526940643787384,0.994182288646698,-0.06580834835767746,-0.008361078798770905,-0.03639151528477669,0.0717426985502243,-0.01599450409412384,-0.055949866771698,-0.011065423488616943 +381,0.9570294556098534,-1.4632813789692116,-1.8902547892776638,0.08772388100624084,0.9942258596420288,-0.061805035918951035,-0.06302040815353394,-0.05691087245941162,0.0029058600775897503,-0.02574266493320465,0.04845315217971802,-0.038826651871204376 +382,0.9959112125055826,-1.4756160377231988,-1.847437907617064,0.07976071536540985,0.9954738020896912,-0.05167555809020996,-0.15515854954719543,0.02172665484249592,-0.0536283403635025,0.006451442837715149,-0.009923815727233887,0.005655050277709961 +383,1.114445847268919,-1.4854237224721234,-1.7318555736376564,0.07654325664043427,0.9963579773902893,-0.03757597133517265,-0.0834120437502861,0.011149798519909382,-0.02230990305542946,0.011591508984565735,-0.0789080262184143,-0.08675265312194824 +384,1.101672798848222,-1.4831182337522764,-1.7491822912042743,0.07810599356889725,0.9961587190628052,-0.03958909958600998,-0.03486727550625801,0.014498021453619003,0.028415219858288765,0.011844560503959656,-0.045597195625305176,0.013038814067840576 +385,1.2392720684722758,-1.4880476761166046,-1.6215160624834897,0.07815369218587875,0.9965782761573792,-0.026902755722403526,-0.22175540030002594,0.1282815784215927,-0.02444586344063282,0.01860228180885315,0.06052011251449585,-0.010878026485443115 +386,1.52283154289298,-1.4946813808811699,-1.3531937471531448,0.0759550929069519,0.9971046447753906,-0.003645966062322259,-0.26432812213897705,0.1911628544330597,-0.06603473424911499,0.04140026122331619,0.07680904865264893,-0.03743070363998413 +387,1.8174251530386087,-1.4921287049244363,-1.074885068830921,0.07621078938245773,0.9969072937965393,0.019186371937394142,-0.17016899585723877,0.17669107019901276,0.03222063183784485,0.0017921552062034607,-0.08482831716537476,-0.07279050350189209 +388,1.980168996658621,-1.4806071509303431,-0.9322067095783155,0.08262612670660019,0.9959357380867004,0.03585028648376465,-0.15395976603031158,0.21817678213119507,0.11405858397483826,0.003311373293399811,-0.049097299575805664,-0.07361578941345215 +389,1.9944692390172847,-1.4591627671585155,-0.9333448022115632,0.10155215114355087,0.9937754273414612,0.045798514038324356,0.003165824804455042,0.0725875273346901,0.2901560366153717,0.06011470407247543,-0.022599339485168457,-0.09949421882629395 +390,1.9187043826167876,-1.4301900904355564,-1.0175208065114898,0.13174761831760406,0.9901311993598938,0.047779541462659836,0.05821049213409424,0.07032778859138489,0.2829117178916931,-0.03164994716644287,0.005489528179168701,-0.11638307571411133 +391,1.81786113265042,-1.40245215148842,-1.1167742387478456,0.16246162354946136,0.9858635663986206,0.04097569361329079,-0.0738978236913681,-0.013016769662499428,0.3844805061817169,0.04754507541656494,0.021353721618652344,0.10392177104949951 +392,1.7979537759647868,-1.3691624232535686,-1.1463091837173265,0.19512644410133362,0.9797406792640686,0.045102883130311966,-0.012654455378651619,0.13302087783813477,0.2823069095611572,-0.04900825023651123,-0.004078328609466553,0.11009430885314941 +393,1.8236507745143022,-1.3442446274503292,-1.1360655447422345,0.21747612953186035,0.974446713924408,0.05619250610470772,-0.14365430176258087,0.17199058830738068,0.15094034373760223,-0.05765560269355774,0.04061359167098999,0.12988853454589844 +394,1.9258002695411653,-1.3390105298315123,-1.048490911545876,0.21539254486560822,0.9732577204704285,0.07984808832406998,-0.28979936242103577,0.10444702953100204,-0.14022909104824066,-0.07813970744609833,-0.010199129581451416,0.06582749634981155 +395,2.054252018882223,-1.3479637977446697,-0.9183283378005018,0.19566603004932404,0.9752753973007202,0.10272683948278427,-0.15580523014068604,-0.0578119121491909,-0.2419518530368805,-0.035067275166511536,-0.020243048667907715,0.02788841724395752 +396,2.133856295981844,-1.3646648066701712,-0.8294908415958494,0.17307868599891663,0.9788300395011902,0.10925081372261047,0.014677412807941437,-0.08769267052412033,-0.21298536658287048,0.06587396562099457,-0.06362301111221313,-0.003278478980064392 +397,2.110822317306284,-1.379373609254521,-0.8444874828687131,0.16318155825138092,0.981734573841095,0.09782163053750992,0.16338638961315155,-0.01809641718864441,-0.10584761947393417,0.08443807065486908,-0.05981379747390747,0.046633362770080566 +398,2.057713689633494,-1.3841234949898302,-0.9030022139947472,0.16402170062065125,0.9826271533966064,0.08683882653713226,0.11366026103496552,0.16150644421577454,-0.0696539431810379,0.08416251838207245,-0.0060034990310668945,0.07546890527009964 +399,2.058695614940006,-1.3843799281075317,-0.9247838402548886,0.16371309757232666,0.9826747179031372,0.0868813544511795,0.10852969437837601,0.24387773871421814,-0.1068028137087822,0.00562894344329834,-0.03145712614059448,-0.0015084818005561829 +400,2.032385413493166,-1.3987112675122424,-0.97224646710919,0.15331576764583588,0.9852298498153687,0.07626378536224365,0.24387820065021515,0.15593910217285156,-0.1171041876077652,-0.01359105110168457,-0.020538806915283203,-0.06335485726594925 +401,1.921586042956648,-1.4228546642389965,-1.097481332578061,0.13842664659023285,0.989076554775238,0.05065358802676201,0.31174561381340027,0.10903580486774445,-0.15991105139255524,-0.046675533056259155,-0.03207582235336304,-0.07067310810089111 +402,1.726658006933241,-1.4485197233745297,-1.2950322329282742,0.12049294263124466,0.9925335049629211,0.018933799117803574,0.2902906835079193,-0.04684135317802429,-0.18951863050460815,-0.12488748133182526,0.025471746921539307,-0.019788267090916634 +403,1.5458024932590428,-1.4700274905213109,-1.4740361529272192,0.10056658089160919,0.9949271082878113,-0.0025140680372714996,0.14359067380428314,0.05066053569316864,-0.2019919753074646,-0.09592791646718979,0.028861284255981445,-0.005176365375518799 +404,1.377135801141563,-1.4874045993412708,-1.6523423385018967,0.08173839747905731,0.9965249300003052,-0.016030408442020416,0.10599923133850098,0.07041775435209274,-0.14048053324222565,-0.04641430079936981,-0.030796170234680176,0.008370518684387207 +405,1.236781572997753,-1.5004637873671107,-1.8025704158827605,0.06639041751623154,0.9975276589393616,-0.02303859405219555,0.05911844223737717,0.07586166262626648,-0.07926668971776962,-0.03965701907873154,-0.04864466190338135,-0.07467865943908691 +406,1.0552187429062312,-1.50536377289265,-1.98889546772438,0.0568874254822731,0.9978600740432739,-0.03223835304379463,0.019256120547652245,0.040436528623104095,-0.058233119547367096,-0.04925801604986191,0.030780792236328125,-0.03377116098999977 +407,1.0278820252592789,-1.5146326516549018,-2.0143452811101854,0.04806169867515564,0.9984232187271118,-0.029000334441661835,-0.11941985785961151,-0.053994882851839066,-0.03600434958934784,-0.05083880200982094,0.04948931932449341,-0.002493796870112419 +408,1.18709965026048,-1.5259514453171679,-1.846887292565993,0.04156908765435219,0.9989946484565735,-0.016781669110059738,-0.09931503236293793,-0.09789875894784927,0.05164312943816185,-0.019260738044977188,-0.10342586040496826,-0.03670036792755127 +409,1.4148943351898202,-1.521370486913283,-1.6100130269785828,0.04880679398775101,0.9987788200378418,-0.007671329192817211,-0.17487213015556335,-0.12517423927783966,0.11335141956806183,-0.0640503317117691,-0.012496471405029297,0.001857698429375887 +410,1.7901227351520272,-1.5166903978469828,-1.21845323180728,0.05278617888689041,0.9985366463661194,0.011766686104238033,-0.21778391301631927,-0.1870383471250534,0.05767039954662323,-0.08572989702224731,0.036528170108795166,-0.045168161392211914 +411,2.0734840022846885,-1.5059655016146243,-0.9132696266902516,0.05677242577075958,0.9978992342948914,0.03121333383023739,-0.18509767949581146,-0.21229462325572968,0.05115186795592308,-0.05346125736832619,-0.014927923679351807,-0.03550099954009056 +412,2.186804296128215,-1.493296938690854,-0.7785564157717204,0.06319072097539902,0.9969984292984009,0.044732674956321716,-0.10665666311979294,-0.25447162985801697,0.08258569240570068,-0.014667771756649017,-0.026356399059295654,-0.04654848948121071 +413,2.2044198624295017,-1.4806306231160156,-0.7316837987519453,0.07256641983985901,0.9959378242492676,0.05331304669380188,-0.0756438821554184,-0.3040595054626465,0.06574439257383347,-0.04711475223302841,0.026614785194396973,-0.044874899089336395 +414,2.178592070896527,-1.4727359866360126,-0.7237768772824359,0.08036927133798599,0.9951959252357483,0.055908311158418655,-0.029826782643795013,-0.40465107560157776,0.07527682930231094,-0.0010998696088790894,-0.041765809059143066,-0.02116405963897705 +415,2.1241920022364815,-1.465603423591471,-0.7396238359052058,0.0893271192908287,0.994472324848175,0.055185139179229736,-0.055238496512174606,-0.37558814883232117,0.06707383692264557,0.0242745503783226,-0.024516940116882324,0.01056491956114769 +416,2.1326336630110725,-1.4547977908388452,-0.6947996003231818,0.09794700145721436,0.9932796955108643,0.061658814549446106,-0.1262245774269104,-0.3648347854614258,0.03623949736356735,-0.0058602094650268555,0.004339933395385742,-0.009458422660827637 +417,2.165144025589487,-1.4413787858099432,-0.6203289011432075,0.10692525655031204,0.9916372299194336,0.07226766645908356,-0.16036319732666016,-0.46224668622016907,0.08843415975570679,-0.0020210817456245422,-0.034239768981933594,-0.04374897480010986 +418,2.1671393205258807,-1.4273770410770872,-0.5711671715295528,0.11825789511203766,0.989733099937439,0.08027127385139465,-0.09868908673524857,-0.4015750288963318,0.057711146771907806,0.019956208765506744,-0.049272894859313965,-0.03370154649019241 +419,2.1157783981776364,-1.4179549757729861,-0.5829661013556436,0.13019292056560516,0.9883424639701843,0.07892584055662155,-0.03944728523492813,-0.5091744661331177,0.09944615513086319,0.09783443808555603,-0.009735167026519775,0.09220147877931595 +420,2.1381935730483934,-1.4056884279607762,-0.5124473619933845,0.13860438764095306,0.9864006042480469,0.08833293616771698,-0.19592919945716858,-0.41716787219047546,-0.0192327331751585,0.00827673077583313,0.00624459981918335,0.0227968692779541 +421,2.160195942426987,-1.402736287819732,-0.4458530394301157,0.1390470713376999,0.9859111309051514,0.09297889471054077,-0.025224892422556877,-0.38620325922966003,-0.023016640916466713,0.061667025089263916,-0.07549554109573364,0.003090493381023407 +422,2.107129125035374,-1.405098522109568,-0.4716800209577682,0.1417819708585739,0.9863035082817078,0.08428309112787247,0.10677803307771683,-0.21177677810192108,0.027446715161204338,0.11174283921718597,-0.04802519083023071,0.04079318791627884 +423,2.053603004420807,-1.402843481960523,-0.5164605303943853,0.14805708825588226,0.9859290719032288,0.07760907709598541,0.04696882143616676,0.03211606293916702,-0.05578222870826721,0.0005787760019302368,-0.047238826751708984,0.08948993682861328 +424,2.02267268912819,-1.4105861009215337,-0.5643514488709335,0.14351427555084229,0.987193763256073,0.06965771317481995,0.3127824366092682,0.1757783740758896,-0.0421944297850132,0.048578619956970215,-0.0506855845451355,0.03759634494781494 +425,1.87406577589381,-1.4204299255356065,-0.7422320193490686,0.14296431839466095,0.9887162446975708,0.04473670572042465,0.3338833451271057,0.33826377987861633,0.01030491292476654,0.045481741428375244,-0.0535355806350708,0.11955463886260986 +426,1.6993488684798763,-1.4280192252632131,-0.9546374472701459,0.14111784100532532,0.989824652671814,0.018241653218865395,0.23947501182556152,0.4166865646839142,0.06755026429891586,0.06745454668998718,0.08860546350479126,0.11101555824279785 +427,1.7390475512094183,-1.4318583626341252,-0.9518763765891991,0.1365368366241455,0.9903636574745178,0.023191744461655617,-0.08054804056882858,0.3687455952167511,-0.21881578862667084,0.016890287399291992,0.033806443214416504,-0.1343672275543213 +428,1.7410778707358268,-1.4455298609592915,-0.9511342772481096,0.12313303351402283,0.9921644330024719,0.021172314882278442,0.108097143471241,-0.2554214298725128,-0.027434300631284714,-0.04879222810268402,0.01966118812561035,-0.18949198722839355 +429,1.5682078537874238,-1.4536895648767294,-1.0962581902582138,0.11683952063322067,0.9931508302688599,-0.0003024366160389036,0.10433248430490494,-0.2817419171333313,-0.044055547565221786,-0.023089513182640076,-0.09399610757827759,-0.08362090587615967 +430,1.488848064085392,-1.4605144631025846,-1.1536682011498183,0.10968847572803497,0.9939250946044922,-0.009008955210447311,-0.016918282955884933,-0.07037962228059769,-0.0974901095032692,-0.008080214262008667,0.03869807720184326,-0.029138028621673584 +431,1.4930894891269626,-1.468338325090812,-1.1493022373081794,0.10197150707244873,0.994755744934082,-0.007939871400594711,-0.0709158331155777,0.04710766673088074,-0.038191620260477066,0.0034667402505874634,-0.019505441188812256,-0.02474445104598999 +432,1.5274143333112917,-1.47122526060215,-1.1252426273130052,0.09931325912475586,0.9950469136238098,-0.004311112221330404,-0.05275846645236015,0.18466484546661377,-0.017480945214629173,0.017828449606895447,-0.021414101123809814,-0.021811962127685547 +433,1.5379750536140144,-1.4670507246611992,-1.1354294828174432,0.10350438207387924,0.9946232438087463,-0.0033983660396188498,0.014400382526218891,0.22245126962661743,0.06772167235612869,0.008266255259513855,-0.007410109043121338,-0.022282183170318604 +434,1.5115845924257583,-1.4620052781777728,-1.1860694211712448,0.10838643461465836,0.9940881133079529,-0.006425259634852409,0.053164876997470856,0.37299391627311707,-0.009702307172119617,-0.06746237725019455,0.01247316598892212,0.005814910400658846 +435,1.5173593889980488,-1.4635480727421013,-1.225439142512047,0.10689051449298859,0.9942544102668762,-0.005717344582080841,-0.035155754536390305,0.46899402141571045,-0.03077429160475731,-0.005495861172676086,-0.02286463975906372,0.07824242115020752 +436,1.6470640129330225,-1.465876946139851,-1.1464353103150875,0.1044234186410904,0.994500994682312,0.007979610934853554,-0.10523653030395508,0.5089176893234253,-0.007941686548292637,-0.018653765320777893,-0.02672755718231201,0.021088361740112305 +437,1.795221080959666,-1.464035509400795,-1.0486847341848349,0.10388529300689697,0.9943064451217651,0.02371390350162983,-0.06316090375185013,0.4392176568508148,0.03449941799044609,-0.03279460221529007,-0.03849601745605469,-0.01921248622238636 +438,1.8257690752488893,-1.4587775716895268,-1.0550856768621624,0.10817131400108337,0.9937324523925781,0.028194384649395943,0.07896831631660461,0.38457030057907104,0.052811335772275925,-0.08894522488117218,-0.04031747579574585,-0.008190032094717026 +439,1.698324929674602,-1.452067097936781,-1.2138761535756561,0.11748871952295303,0.9929599761962891,0.01506493054330349,0.09072817116975784,0.1724526733160019,0.15612488985061646,-0.10532746464014053,0.011983871459960938,0.15600144863128662 +440,1.733189353164059,-1.4403997733112404,-1.1893200780338296,0.12831613421440125,0.9915103912353516,0.021022772416472435,-0.041111867874860764,0.07489675283432007,0.10442693531513214,-0.06117747724056244,0.011312365531921387,0.015048978850245476 +441,1.7913774599653849,-1.4332534804604804,-1.1369863593991592,0.1337878406047821,0.9905558824539185,0.029999205842614174,-0.01132939662784338,-0.04500015079975128,0.2579399645328522,0.037125855684280396,-0.015259861946105957,-0.0395970344543457 +442,1.8019643348895662,-1.407425273462999,-1.1280913806507853,0.15831880271434784,0.9866846203804016,0.03726440668106079,-0.1754206120967865,0.13798624277114868,0.2003585696220398,0.01680631935596466,0.005655467510223389,-0.016558289527893066 +443,1.8664984554682076,-1.3853099730879195,-1.0619261623101366,0.17642125487327576,0.9828466773033142,0.05374379828572273,-0.13262860476970673,-0.1316206455230713,0.11297383159399033,-0.02029329538345337,-0.014462649822235107,-0.07539592683315277 +444,1.8907544659681694,-1.3784076015443,-1.0118897743095132,0.181500643491745,0.9815502762794495,0.06013895943760872,-0.1476646512746811,-0.3642904460430145,-0.013534187339246273,-0.002209872007369995,-0.007261335849761963,-0.07455849647521973 +445,1.9138909714109424,-1.3747963753645898,-0.9427723358596056,0.18339639902114868,0.9808534383773804,0.06551333516836166,-0.11270161718130112,-0.5970040559768677,0.027861902490258217,0.04704180359840393,-0.0669284462928772,-0.05512215197086334 +446,1.9210390545127054,-1.3687109718598227,-0.8669979110815855,0.18852722644805908,0.9796501398086548,0.06886967271566391,-0.15168136358261108,-0.6920468807220459,-0.049639977514743805,-0.026860371232032776,-0.02591484785079956,-0.03569710999727249 +447,1.9096888109396437,-1.367607560759902,-0.7923178068099436,0.19031699001789093,0.9794281125068665,0.06708507239818573,-0.15397073328495026,-0.9649483561515808,-0.006295096129179001,0.04041118919849396,-0.004330277442932129,-0.0013654157519340515 +448,1.8961461788502594,-1.362158008629369,-0.7128894732608066,0.19626247882843018,0.9783138632774353,0.0662066712975502,-0.2825034260749817,-0.9777511358261108,0.01395247783511877,-0.050617292523384094,-0.001949608325958252,0.043809302151203156 +449,1.8666776396213174,-1.3570425122010283,-0.6292609447870728,0.2029118835926056,0.9772415161132812,0.06185345724225044,-0.4235133230686188,-1.3086531162261963,-0.12671378254890442,-0.02432301640510559,-0.00716400146484375,0.15320396423339844 +450,1.8830253890217918,-1.372835892459931,-0.4841456074634473,0.187161386013031,0.9804697632789612,0.06041327118873596,-0.16919881105422974,-1.324529767036438,-0.34304162859916687,0.026614248752593994,-0.03224283456802368,0.06629574298858643 +451,1.8900568637152464,-1.398768362226408,-0.34333527711312734,0.1625305861234665,0.9852396249771118,0.053727563470602036,-0.11102259159088135,-1.3277961015701294,-0.16285109519958496,0.08789665997028351,0.009053528308868408,-0.07780587673187256 +452,1.9007187457226196,-1.4114870116225193,-0.19204659050440936,0.15008112788200378,0.9873371124267578,0.05139350891113281,-0.21066130697727203,-1.376460075378418,-0.2109304666519165,-0.05532403290271759,0.03195011615753174,-0.11995124071836472 +453,1.8726234897854264,-1.4162210431402356,-0.12361012311652793,0.1470005214214325,0.9880769848823547,0.045767053961753845,-0.17785489559173584,-1.5903044939041138,-0.08096261322498322,-0.03475683927536011,-0.03170192241668701,-0.06339097023010254 +454,1.8569223490030504,-1.4258986622074368,-0.05000716687067476,0.13852043449878693,0.9895206689834595,0.040752530097961426,-0.15060068666934967,-1.3653955459594727,-0.14491766691207886,-0.022446855902671814,0.0046350955963134766,-0.12099850177764893 +455,1.9003167312470972,-1.4349228678300254,0.06554631884200943,0.12816835939884186,0.9907833933830261,0.04383217915892601,-0.19608305394649506,-1.1757715940475464,-0.1397547870874405,-0.03145815432071686,-0.011825263500213623,-0.1295408010482788 +456,1.9181935838838635,-1.438483718080508,0.1483577017775738,0.12404653429985046,0.9912594556808472,0.044914986938238144,-0.1622871309518814,-1.1158112287521362,-0.053521186113357544,-0.02614612877368927,-0.019564390182495117,-0.044014688581228256 +457,1.9465564717737567,-1.43345967838855,0.26324055490454795,0.12735313177108765,0.990584135055542,0.050241418182849884,-0.2019599825143814,-1.0362054109573364,0.007939161732792854,-0.00571008026599884,0.005494296550750732,-0.05474281683564186 +458,1.9796621994246923,-1.4271798313430266,0.3830006306734461,0.1313256472349167,0.9897048473358154,0.0569012351334095,-0.15422499179840088,-0.7752999067306519,0.04883356764912605,0.10666565597057343,-0.09776771068572998,-0.048127420246601105 +459,1.994615415305963,-1.4183740853482047,0.4527350531392997,0.13839887082576752,0.9884061813354492,0.062440186738967896,-0.12068159878253937,-0.3532607853412628,0.02617940865457058,0.09322954714298248,-0.04632866382598877,0.018660299479961395 +460,2.060186227307746,-1.4110472458626602,0.5495757219257867,0.14039865136146545,0.987267255783081,0.07477698475122452,-0.13315144181251526,-0.217643141746521,-0.039918772876262665,0.04430900514125824,-0.010613203048706055,-0.020440466701984406 +461,2.1297242748125376,-1.4103910933668184,0.6349932880510619,0.13541334867477417,0.9871626496315002,0.0846952423453331,-0.1399763524532318,-0.11858817934989929,-0.07623540610074997,0.07825547456741333,-0.029795706272125244,0.03615438938140869 +462,2.2128195363001257,-1.4040590438361045,0.7326206346134486,0.13292041420936584,0.986131489276886,0.09938370436429977,-0.07844369113445282,-0.17910541594028473,-0.1456049382686615,0.04411207139492035,-0.02470564842224121,-0.06421218812465668 +463,2.230234828899969,-1.4110467094282795,0.766007486002376,0.12571953237056732,0.9872671365737915,0.09745848178863525,-0.0420570932328701,-0.10929658263921738,-0.08482460677623749,0.08125069737434387,-0.061607956886291504,0.0005639791488647461 +464,2.2297903610199383,-1.4065743668230735,0.779888576101561,0.12925228476524353,0.9865458607673645,0.1001051589846611,-0.038068968802690506,-0.1387016326189041,-0.05857570096850395,0.005787983536720276,-0.005436301231384277,-0.030921712517738342 +465,2.203690041836683,-1.4112939131174185,0.7800620849755072,0.12806537747383118,0.9873064160346985,0.09394314885139465,0.031806912273168564,-0.30087098479270935,-0.07424207031726837,-0.015775948762893677,0.0003796815872192383,0.009435176849365234 +466,2.1720772437132645,-1.4206540868818163,0.7799057162039089,0.12334465235471725,0.9887498021125793,0.0846167653799057,-0.03016792982816696,-0.28787484765052795,-0.08775719255208969,0.011939793825149536,-0.019664108753204346,0.022499918937683105 +467,2.192970298585695,-1.425077727360121,0.8283055203164083,0.11799415200948715,0.9894018173217773,0.08462494611740112,-0.03736794367432594,-0.2128736674785614,-0.07881733775138855,-0.012357540428638458,-0.004218161106109619,0.012207381427288055 +468,2.2278517950163943,-1.4280442443018113,0.8803064156784166,0.11264710128307343,0.9898282289505005,0.08689569681882858,-0.022521980106830597,-0.14013652503490448,-0.06250900775194168,-0.003195822238922119,-0.014669537544250488,-0.02961421012878418 +469,2.2371243622589208,-1.4302542997153618,0.8987224380651373,0.1101168766617775,0.9901401996612549,0.08658432215452194,-0.013926468789577484,-0.058269232511520386,-0.0399283692240715,0.007177487015724182,-0.019421696662902832,-0.03804611414670944 +470,2.235475026232483,-1.4332900394853638,0.898420837331032,0.10789325833320618,0.9905608892440796,0.08454830199480057,0.02045787125825882,0.018259363248944283,-0.005556283984333277,0.04084940254688263,-0.02748703956604004,-0.0028374120593070984 +471,2.199366995278239,-1.4328680259819706,0.8612390917466838,0.11121256649494171,0.9905029535293579,0.08084350824356079,0.02720627374947071,0.04812626540660858,0.007534600328654051,-0.015890873968601227,-0.0025421977043151855,0.012525074183940887 +472,2.1900902938488795,-1.433537718179203,0.8472359396430884,0.111418217420578,0.9905948042869568,0.07942377030849457,0.021118026226758957,0.05871361121535301,0.008964345790445805,-0.02551119029521942,-0.008371174335479736,-0.014650218188762665 +473,2.1855254757581672,-1.434216488504627,0.8353182508869763,0.11123023927211761,0.9906874895095825,0.07852649688720703,-0.0037662694230675697,0.050577908754348755,0.004786198027431965,-0.022301986813545227,-0.0024518966674804688,0.004817016422748566 +474,2.187865620806359,-1.4354800459141832,0.8333585363381498,0.11002468317747116,0.9908587336540222,0.07806183397769928,0.009661494754254818,0.011813690885901451,0.01614624820649624,0.017660856246948242,-0.023375213146209717,-0.008085012435913086 +475,2.169464379194589,-1.4348233242491566,0.8139459933504971,0.11197902262210846,0.9907699227333069,0.07639021426439285,0.0005099682603031397,0.00364795234054327,0.025142069905996323,-0.005732081830501556,-0.017564475536346436,-0.002553001046180725 +476,2.1569070819780456,-1.4344933587453321,0.8023405631311845,0.11320251226425171,0.9907251000404358,0.07515938580036163,0.008873275481164455,-0.04028503596782684,0.009557112120091915,-0.009305417537689209,-0.011538147926330566,-0.012613534927368164 +477,2.1499517000461967,-1.436669895353716,0.7997601727417603,0.11191710829734802,0.991018533706665,0.07318952679634094,0.017946891486644745,-0.0703430026769638,-0.0075066303834319115,-0.01052246242761612,-0.013586342334747314,-0.013069875538349152 +478,2.134651099921187,-1.4392340107192207,0.788812861714659,0.11087699234485626,0.9913581609725952,0.07011113315820694,0.009690968319773674,-0.01869780570268631,-0.01860699988901615,-0.002875283360481262,-0.017877817153930664,-0.0027435943484306335 +479,2.1238949855763596,-1.4388591237113273,0.7803266974267957,0.111939936876297,0.9913089275360107,0.06910911947488785,0.0034355297684669495,-0.012384076602756977,0.0002113989321514964,-0.0016036629676818848,-0.006460905075073242,0.007001757621765137 +480,2.122214565433087,-1.4388480213055628,0.7780842112127776,0.11206503957509995,0.9913074374198914,0.06892652809619904,0.008088186383247375,0.03610457479953766,-0.018949896097183228,0.0007584542036056519,-0.013921022415161133,-0.0002925470471382141 +481,2.125172709595445,-1.4396026538369544,0.7773663057194682,0.11122516542673111,0.9914064407348633,0.06886427104473114,0.015164297074079514,0.060813531279563904,-0.004636057652533054,0.0181540846824646,-0.02088642120361328,-0.03395223617553711 +482,2.1096626198585042,-1.4389975460106192,0.7560353631890843,0.11279423534870148,0.9913271069526672,0.06743849813938141,-0.0025757928378880024,0.08494601398706436,0.0135274026542902,0.001494094729423523,-0.007272601127624512,0.014913193881511688 +483,2.1015336830718496,-1.437288426147338,0.740542327244183,0.11479925364255905,0.9911010265350342,0.06737659126520157,0.019396314397454262,0.056148480623960495,0.026396077126264572,0.0029985755681991577,-0.01931464672088623,-0.0002684667706489563 +484,2.0717054758587206,-1.4354343006759605,0.7038391260009901,0.11837068200111389,0.9908525347709656,0.0648059993982315,0.03799267113208771,0.05928485840559006,0.0367530956864357,-0.00128994882106781,-0.0183488130569458,-0.014024727046489716 +485,2.0412781121483197,-1.433501183636078,0.6684637531309828,0.12199505418539047,0.9905897974967957,0.06204328313469887,0.023803353309631348,0.04692728817462921,0.03020358271896839,-0.009812429547309875,-0.015415728092193604,-0.01788424700498581 +486,2.0168914604241097,-1.4338495076558582,0.6410634238378121,0.12315929681062698,0.9906374216079712,0.05890069529414177,0.026173798367381096,0.023544766008853912,0.00622901925817132,-0.003988146781921387,-0.010061860084533691,0.007108807563781738 +487,2.018511158198537,-1.434401500259271,0.6405402252573997,0.12256963551044464,0.9907126426696777,0.05886281654238701,-0.021092869341373444,0.007224457338452339,-0.007957698777318,-0.008174531161785126,-0.01044243574142456,-0.01696218177676201 +488,2.041851592928835,-1.4362175632572824,0.66234331845341,0.11955941468477249,0.9909579157829285,0.060890913009643555,-0.023374944925308228,-0.02806268073618412,-0.042129602283239365,-0.005133762955665588,-0.004797756671905518,-0.008873708546161652 +489,2.037660538209778,-1.4372645446958952,0.6592402801588523,0.11888863146305084,0.9910978674888611,0.05992311239242554,0.0065046208910644054,-0.0007319608703255653,-0.03392652049660683,-0.010246023535728455,-0.009240388870239258,-0.027421943843364716 +490,2.0366915803890513,-1.438393042531562,0.659389095125481,0.1179470494389534,0.9912474751472473,0.059305280447006226,5.879194941371679e-05,-0.014301639050245285,0.004077646415680647,0.0007968246936798096,-0.02707505226135254,-0.009363293647766113 +491,2.0270691909754586,-1.4378433240957031,0.6515330161862617,0.11900170147418976,0.9911747574806213,0.05840785428881645,0.009305601939558983,-0.006020582281053066,-0.0017450175946578383,-0.004347130656242371,-0.015359818935394287,0.012423522770404816 +492,2.0204040369101466,-1.436879959223765,0.6464344415775602,0.12024720758199692,0.9910466074943542,0.058027852326631546,-0.01760990172624588,-0.01967461034655571,0.001882207696326077,-0.0018389895558357239,-0.005817115306854248,0.01460396870970726 +493,2.035441305857451,-1.436328004534377,0.6604162406728326,0.11984942853450775,0.9909727573394775,0.060074206441640854,0.0005135985556989908,-0.028149757534265518,0.013867536559700966,0.005058988928794861,-0.01703488826751709,-0.02821386605501175 +494,2.0254072535145173,-1.436656615438916,0.6516139891033593,0.12015476077795029,0.9910167455673218,0.058726198971271515,0.01599092222750187,-0.025374295189976692,0.00016917823813855648,0.0015645921230316162,-0.023411154747009277,-0.024515986442565918 +495,2.017413598151967,-1.4370151783527014,0.6434677768983968,0.12029952555894852,0.9910646677017212,0.05761021375656128,-0.0061061871238052845,0.0318446084856987,-0.006184758618474007,-0.02693098783493042,-0.008246064186096191,0.0032265186309814453 +496,2.0103735675726857,-1.436918285569293,0.6374495576970288,0.12078876793384552,0.9910517334938049,0.05680263042449951,-0.0014762908685952425,0.02828952856361866,-0.01122992392629385,-0.03428672254085541,-0.003182530403137207,0.03519260138273239 +497,2.01566367076798,-1.4372426225605865,0.642168364944467,0.1201964020729065,0.9910949468612671,0.05730247497558594,0.017502352595329285,-0.005534350872039795,-0.009565949440002441,-0.007250852882862091,-0.023733556270599365,-0.003301624208688736 +498,1.9878952466401916,-1.4382854024613145,0.6158460377287026,0.12079574912786484,0.9912332892417908,0.053524281829595566,0.03885108605027199,-0.019766883924603462,-0.0021605039946734905,-0.0014568045735359192,-0.016059398651123047,0.015750642865896225 +499,1.9961650698654354,-1.4387876696010657,0.6256228561535738,0.11989676207304001,0.9912995100021362,0.054316531866788864,0.008215074427425861,-0.02143685333430767,-0.0025660833343863487,0.005393162369728088,-0.02506709098815918,-0.018290512263774872 +500,2.0037933650488386,-1.4401281013644245,0.6333521547868662,0.11827217787504196,0.9914750456809998,0.054671719670295715,-0.013699401170015335,0.017620373517274857,-0.011208086274564266,0.012724511325359344,-0.021855294704437256,-0.0025324858725070953 +501,2.02085821890697,-1.4414918725688608,0.6473246032738755,0.11610423028469086,0.9916518330574036,0.056093599647283554,-0.004803535062819719,0.026804454624652863,-0.02043837681412697,-0.00781261920928955,-0.010221779346466064,0.004254817962646484 +502,2.0258210155869785,-1.4432942888550897,0.6508766000479652,0.11421971768140793,0.9918826222419739,0.0558839812874794,-0.005974140949547291,0.030462469905614853,-0.02618436887860298,-0.012306272983551025,0.0034635066986083984,0.00794363021850586 +503,2.0372315043169325,-1.444539895487914,0.6593318434291577,0.11246949434280396,0.99204021692276,0.05662718787789345,0.004402114078402519,0.007756050676107407,0.009852530434727669,-0.002041652798652649,-0.02267998456954956,-0.005189903080463409 +504,2.0394698958990594,-1.443211998761977,0.6587761584967107,0.11351887136697769,0.9918721318244934,0.05747441202402115,0.008945987559854984,0.03595414385199547,0.009736066684126854,0.007696926593780518,-0.027013123035430908,0.001668691635131836 +505,2.03673257652067,-1.442260964947303,0.6522494234842986,0.11451733857393265,0.9917507171630859,0.057586655020713806,-0.007876947522163391,0.04383660852909088,0.009422059170901775,0.0027617141604423523,-0.023870527744293213,-0.0201873816549778 +506,2.0329892588421017,-1.4420982745771118,0.6482169272027127,0.11487746983766556,0.9917298555374146,0.05722999945282936,-0.0076391734182834625,0.01412799209356308,-0.005755960941314697,-0.004510641098022461,-0.01145946979522705,0.0005550384521484375 +507,2.0383323137132705,-1.4421041406006094,0.6531876310275315,0.11456449329853058,0.9917305707931519,0.057840172201395035,-0.010884040966629982,-0.0027159065939486027,0.013659842312335968,-0.008973687887191772,-0.016053080558776855,0.006750345230102539 +508,2.042747731142912,-1.4404808554829347,0.6587706787026418,0.11574212461709976,0.9915209412574768,0.05907747149467468,-0.010581490583717823,-0.008496278896927834,0.004997529089450836,-0.0010723024606704712,-0.02159595489501953,-0.0006210729479789734 +509,2.0457249402465636,-1.4399183837740048,0.6625499987916588,0.11606135964393616,0.9914476871490479,0.059676643460989,-0.012349426746368408,0.003106459742411971,-0.00285912468098104,-0.009448200464248657,-0.008888483047485352,-0.009887218475341797 +510,2.054729724006925,-1.4401663530923168,0.6720580632421244,0.11530126631259918,0.9914800524711609,0.06060472130775452,-0.018190963193774223,0.007552215829491615,-0.008439883589744568,0.004861712455749512,-0.01876276731491089,-0.0002866983413696289 +511,2.0612836342381295,-1.4398104320226814,0.6785943504940376,0.11521197855472565,0.9914336204528809,0.06152483820915222,0.002495151711627841,0.006319695618003607,-0.008587871678173542,-0.006462626159191132,-0.015451133251190186,-0.009980689734220505 +512,2.048560035749108,-1.440764120887042,0.6658003458937501,0.11514796316623688,0.9915577173233032,0.059620361775159836,0.010905817151069641,0.004028189927339554,-0.004522618371993303,-0.0021413713693618774,-0.011577129364013672,0.006679065525531769 +513,2.044568869177571,-1.4415443010260485,0.6615470775038312,0.11469399183988571,0.9916585683822632,0.05880601704120636,0.01310580875724554,0.005133442115038633,-0.0044313399121165276,0.006842195987701416,-0.019689202308654785,-0.0006548315286636353 +514,2.038376600792193,-1.4423938113136534,0.6543567290606228,0.11430487036705017,0.9917677044868469,0.05771544575691223,0.02308458276093006,0.017474103718996048,-0.00011648389045149088,0.02165096253156662,-0.023261964321136475,-0.008780483156442642 +515,2.0220584984447476,-1.4414314912616675,0.6365139261270537,0.11609086394309998,0.991644024848938,0.05625911056995392,0.002835168270394206,0.013955039903521538,0.00720443669706583,-0.0037709176540374756,-0.009679913520812988,0.00433349609375 +516,2.0215369740839524,-1.4406812651355327,0.6352315814628543,0.11678936332464218,0.9915469884872437,0.05652241408824921,0.007620607502758503,0.013517238199710846,0.010792123153805733,-0.0062546879053115845,-0.013550221920013428,-0.004001624882221222 +517,2.017159136620569,-1.440436151946238,0.6299087716007987,0.11725474894046783,0.9915151596069336,0.05611542984843254,0.0052186911925673485,0.012937478721141815,0.016369763761758804,0.011117450892925262,-0.02255159616470337,0.0018527470529079437 +518,2.0035276485692086,-1.4390531940518225,0.6150320942267468,0.1192542091012001,0.9913344383239746,0.055087216198444366,0.030911335721611977,-0.005227203946560621,0.012001082301139832,0.0015801489353179932,-0.02095174789428711,-0.01675713062286377 +519,1.9770234879838053,-1.43882093115129,0.5886451875021981,0.1208835318684578,0.9913038611412048,0.05199841409921646,0.0018426787573844194,-0.008517283014953136,0.025691943243145943,-0.004993021488189697,-0.01686239242553711,0.008868932723999023 +520,1.9697967953408606,-1.436820408821523,0.581672705872599,0.12308324128389359,0.9910386204719543,0.05189380422234535,-0.01783187873661518,-0.003711970988661051,0.021840127184987068,0.000512927770614624,-0.004817366600036621,-0.0031267404556274414 +521,1.9590345851660051,-1.4352389411749804,0.5732543953865654,0.1250849813222885,0.9908261299133301,0.05115937814116478,0.02952307090163231,-0.04344331845641136,0.01917271502315998,-0.011727437376976013,-0.019741594791412354,-0.020107749849557877 +522,1.932160038309553,-1.435646077954129,0.5503528572431574,0.1260375827550888,0.990881085395813,0.04763723537325859,0.026420604437589645,-0.03712271898984909,0.014216797426342964,-0.012298583984375,-0.014440655708312988,-0.0008690357208251953 +523,1.901181771765983,-1.4354443351784651,0.5237729382679861,0.12764035165309906,0.9908539056777954,0.04377497360110283,0.04462471231818199,-0.04073613882064819,0.021600324660539627,-0.007340103387832642,-0.017282307147979736,0.01545964926481247 +524,1.8786559296932552,-1.4344568172918546,0.5056780801032368,0.12952706217765808,0.9907201528549194,0.04118560254573822,0.0037177447229623795,-0.05637502670288086,0.023129217326641083,-0.012522682547569275,-0.013455808162689209,0.016767259687185287 +525,1.8763848430008838,-1.4337655820147488,0.5068013254574434,0.13027417659759521,0.9906259775161743,0.041097622364759445,0.0286867655813694,-0.04463662952184677,0.018554341048002243,0.005590081214904785,-0.018869996070861816,-0.012395858764648438 +526,1.8564100414997768,-1.4332043787391762,0.4910127465261693,0.13160225749015808,0.9905491471290588,0.038643963634967804,0.0038519389927387238,-0.030401436612010002,0.009642667137086391,-0.0069073885679244995,-0.0053348541259765625,-0.0023738108575344086 +527,1.853799312309138,-1.4311710663909953,0.4898581966547626,0.13363541662693024,0.9902682304382324,0.038862306624650955,-0.0301996860653162,-0.00025188690051436424,0.04260746017098427,0.010453328490257263,0.0012783408164978027,0.0020464621484279633 +528,1.8488971843697075,-1.4265135208012456,0.4858497143772752,0.13825827836990356,0.9896093010902405,0.03947263956069946,0.002767406404018402,-0.008980236947536469,0.031690362840890884,-0.005766227841377258,-0.019837021827697754,-0.0037823952734470367 +529,1.8293937224449934,-1.424686337634462,0.4668578167223047,0.1407502293586731,0.9893448948860168,0.03723128139972687,0.02488911896944046,-0.01808040961623192,0.03203995153307915,0.0075651854276657104,-0.01893162727355957,-0.0156552754342556 +530,1.8037640529007573,-1.4222366466775391,0.44454956643444693,0.14401602745056152,0.9889853000640869,0.03417154401540756,0.005812004208564758,-0.030245089903473854,0.020825114101171494,-0.00648854672908783,-0.004961133003234863,-0.005378242582082748 +531,1.8037735449094747,-1.4213777340024194,0.44672464492911335,0.14484135806560516,0.9888578057289124,0.03436882421374321,-0.011669762432575226,-0.01709175482392311,0.01676422543823719,-0.00641360878944397,-0.013622820377349854,0.00827944278717041 +532,1.8065276119934155,-1.4203894695048898,0.4520679015517267,0.14569641649723053,0.9887102246284485,0.03499584645032883,-0.007935244590044022,-0.0369863398373127,0.01099770050495863,0.0004369765520095825,-0.026750385761260986,0.0008165799081325531 +533,1.8125963560889482,-1.4183809892019241,0.4624247598282478,0.14740857481956482,0.9884072542190552,0.03635469451546669,-0.03555570915341377,-0.07874255627393723,0.026351723819971085,-0.015435293316841125,-0.004215419292449951,-0.006584886461496353 +534,1.7925354384784316,-1.4278513707773235,0.45982692507353545,0.13896994292736053,0.989800751209259,0.03133024647831917,-0.013636784628033638,-0.31267064809799194,-0.22647060453891754,-0.0063100457191467285,-0.005563259124755859,0.028148524463176727 +535,2.025723895816227,-1.476621875923321,0.7622989573996269,0.08447107672691345,0.9955688714981079,0.04131877422332764,-0.4050460755825043,-1.1397606134414673,-0.8138015270233154,0.02809298038482666,-0.00232851505279541,-0.0011118650436401367 +536,2.222940630960573,-1.474635922120712,0.9807028371066341,0.07630874216556549,0.995380163192749,0.05826885253190994,-0.4430013597011566,-0.30839481949806213,0.2850828766822815,-0.034804828464984894,-0.007571995258331299,-0.015208486467599869 +537,2.283365852457766,-1.431847629430376,1.0484883640373797,0.10480261594057083,0.9903621673583984,0.09055013954639435,-0.47909238934516907,0.47100019454956055,0.17863348126411438,-0.044957637786865234,-0.0020809173583984375,-0.00702357292175293 +538,2.3030744957628317,-1.3997878640504622,1.0415952694087134,0.1265525072813034,0.985413670539856,0.11377432197332382,-0.12266374379396439,0.20106755197048187,-0.1417376548051834,-0.04615388810634613,-0.042511940002441406,0.13428784906864166 +539,2.329250769408331,-1.4008619312473216,1.064490920751497,0.12276260554790497,0.9855958819389343,0.11631929129362106,0.24673256278038025,0.03420891612768173,-0.049820613116025925,0.19216352701187134,0.022094547748565674,-0.07141268253326416 +540,2.2083537832395503,-1.4884544995408253,0.9581396366054389,0.0660916417837143,0.9966118335723877,0.04895765706896782,1.4827613830566406,0.3185320794582367,-0.781134307384491,-0.0980893075466156,0.0838325023651123,0.19010186195373535 +541,-0.5930940671705813,-1.460841481409763,-1.888641158577923,-0.06133342534303665,0.9939610362052917,-0.09099292010068893,0.9037706255912781,-0.6256625652313232,-1.9349764585494995,0.052742719650268555,0.05796456336975098,-0.14885997772216797 +542,-0.8952775743170148,-1.2976571936591466,-2.299069844257509,-0.21051254868507385,0.962928831577301,-0.16867873072624207,0.8476113677024841,1.0048692226409912,-1.4013381004333496,-0.017255380749702454,0.0302809476852417,0.04448749125003815 +543,-1.099384626717947,-1.1780522209237345,-2.5356362182177152,-0.3409804701805115,0.9238622784614563,-0.17381246387958527,-0.8898025751113892,-1.1062538623809814,-0.9688675403594971,-0.09555822610855103,0.2107660174369812,-0.11006206274032593 +544,-1.5152355594607818,-1.0641179675959347,-2.976159350825661,-0.484526664018631,0.8743612170219421,-0.026948409155011177,-0.6746687293052673,-0.12268346548080444,-0.4216170608997345,-0.18486112356185913,-0.2002280354499817,-0.12895065546035767 +545,-1.653535601403772,-1.0911283053412149,-3.0368968963156133,-0.4599059522151947,0.8871482014656067,0.038139358162879944,-0.11783818900585175,0.004173241090029478,0.25574976205825806,0.07137143611907959,0.3712593913078308,-0.02051544561982155 +546,-1.7282908788437923,-1.131519643937026,-3.027042831314767,-0.4200214743614197,0.9050595164299011,0.06670352816581726,0.5075212717056274,0.19563959538936615,0.6511432528495789,-0.0635296106338501,-0.07723963260650635,0.33995842933654785 +547,-1.5976422886157957,-1.1547646623839614,-2.944509808787342,-0.40398865938186646,0.9146998524665833,0.010848070494830608,0.335995078086853,0.7375335097312927,-0.3668898940086365,-0.11331489682197571,0.2370641827583313,0.3249826431274414 +548,-1.3479418430128245,-1.005602121696897,-2.8326876066495235,-0.5223352909088135,0.8444846272468567,-0.11837086826562881,1.4811300039291382,2.4166946411132812,-2.599364995956421,-0.07530570030212402,0.3275582194328308,0.050545573234558105 +549,-1.2023929078028894,-0.7155761965702927,-2.763638029315444,-0.7040765881538391,0.6560524106025696,-0.2717929482460022,0.7960964441299438,-1.5235388278961182,-1.8375416994094849,0.6465814709663391,-0.2785804867744446,0.1497226357460022 +550,-1.373651316828708,-0.5799367675236587,-2.8083393090366813,-0.8202940225601196,0.5479710698127747,-0.16384506225585938,-0.06610803306102753,0.3501582443714142,-1.3376967906951904,-0.0001709461212158203,0.015902161598205566,0.29639819264411926 +551,-1.3315955280528367,-0.5012328087474618,-2.809866169193307,-0.852020800113678,0.4805070757865906,-0.20778214931488037,0.6366283297538757,1.1926547288894653,0.6630261540412903,0.05143803358078003,0.09192633628845215,0.13466200232505798 +552,-1.2276618820179201,-0.5137802873192824,-2.7237405166286823,-0.8201237916946411,0.491472989320755,-0.29300352931022644,0.1721709668636322,1.6135544776916504,0.7828418016433716,0.6695959568023682,0.4113437533378601,0.17927983403205872 +553,-0.9158264963768455,-0.5704151426510659,-2.5227573089825843,-0.6675055027008057,0.539981484413147,-0.5126950740814209,1.5654232501983643,2.1768505573272705,0.9388960599899292,-0.5188652873039246,0.11523085832595825,0.0009916424751281738 +554,-0.8412596639955068,-0.6486059622908937,-2.680565955664489,-0.5940955281257629,0.6040760278701782,-0.5311710238456726,-3.038105010986328,1.4553154706954956,-2.519711971282959,-0.4569755792617798,-0.3104358911514282,0.04307287931442261 +555,-0.9629389191404244,-0.5477659914036987,3.0472538353281706,-0.7007716298103333,0.520781397819519,-0.4875509440898895,-1.2419002056121826,0.46639177203178406,-5.6973557472229,-0.29446762800216675,-0.20797622203826904,-0.9831064343452454 +556,-0.9175888085182473,-0.15224467498018515,2.8057796557798844,-0.7849528789520264,0.15165722370147705,-0.6007071137428284,0.03171433135867119,1.03920578956604,-4.020416736602783,0.22193408012390137,0.19616685807704926,0.19280922412872314 +557,-0.794078317199978,0.012275197633127533,2.6899480931605213,-0.7131640911102295,-0.012274889275431633,-0.7008895874023438,0.20450527966022491,1.4419901371002197,-1.7181141376495361,-0.04397696256637573,0.24651256203651428,-0.0006789565086364746 +558,-0.7058902623279879,0.03984148795577545,2.694605015527307,-0.648196816444397,-0.039830949157476425,-0.7604303956031799,-0.2363947331905365,-0.08673021197319031,-0.04032479599118233,-0.24291646480560303,0.10403992980718613,0.20543771982192993 +559,-0.6840306986341962,0.046219710025095784,2.7085408664225943,-0.6312472224235535,-0.04620325565338135,-0.7742042541503906,0.40652990341186523,0.7888750433921814,-0.24560153484344482,-0.22490817308425903,0.04177820682525635,0.033374786376953125 +560,-0.5815244808945299,0.08624110041461314,2.70395269734343,-0.5472570061683655,-0.08613424003124237,-0.8325206637382507,0.2761874794960022,1.5486526489257812,-0.46136388182640076,-0.12177985906600952,-0.09584208577871323,-0.03753548860549927 +561,-0.5422432679637647,0.13949384857116862,2.693132863111134,-0.5110460519790649,-0.13904190063476562,-0.8482330441474915,0.22770047187805176,-0.01252041757106781,-0.15677113831043243,0.0031877756118774414,-0.036190032958984375,0.08932191133499146 +562,-0.5439201456291289,0.1565388290109655,2.7047357113647816,-0.5111668705940247,-0.15590029954910278,-0.8452239632606506,0.4455876648426056,0.15721844136714935,0.37287822365760803,0.0030339956283569336,0.024949386715888977,-0.07440799474716187 +563,-0.5500797675668159,0.1678455197674876,2.7307486813879542,-0.5154089331626892,-0.1670585423707962,-0.8405028581619263,-0.13857951760292053,0.17336556315422058,0.36973604559898376,0.03754943609237671,-0.00709003210067749,0.03894340991973877 +564,-0.5456042101944311,0.15606095568432785,2.746455162231786,-0.5126281380653381,-0.15542824566364288,-0.8444254994392395,0.010992486029863358,-0.028935693204402924,0.0072185322642326355,-0.019934117794036865,-0.04347006976604462,0.022358238697052002 +565,-0.5753480568612703,0.13625815490013618,2.7654866235390743,-0.5390834212303162,-0.1358369141817093,-0.8312264084815979,0.11469374597072601,-0.15093447268009186,0.25342854857444763,-0.06052589416503906,0.019717544317245483,-0.042964816093444824 +566,-0.5852641992276251,0.1273914417378809,2.785867024151149,-0.5479431748390198,-0.12704715132713318,-0.8268114924430847,0.02930086851119995,-0.034653451293706894,0.12106053531169891,-0.04925525188446045,-0.0018285661935806274,-0.022736787796020508 +567,-0.595776027395599,0.12936679833225898,2.7957803201721587,-0.5564621686935425,-0.1290062516927719,-0.8207967281341553,0.0017173349624499679,-0.09835003316402435,0.0823010504245758,-0.02048790454864502,-0.011832356452941895,0.00022482872009277344 +568,-0.6075587415292795,0.13501284752894227,2.8045229974282067,-0.5656697154045105,-0.13460303843021393,-0.8135722875595093,0.11706225574016571,-0.11256939172744751,0.0429365448653698,-0.011448204517364502,-0.024851307272911072,0.022220969200134277 +569,-0.6079189700868558,0.13653146655065646,2.804539320977939,-0.5658453106880188,-0.1361076831817627,-0.8131996989250183,0.09217239916324615,0.09151044487953186,0.06004687398672104,0.003101170063018799,0.004897356033325195,-0.04970008134841919 +570,-0.6100613324386946,0.14980792329055903,2.8055889026936627,-0.5665009021759033,-0.14924821257591248,-0.810433030128479,0.018230494111776352,0.14333586394786835,-0.32222723960876465,-0.0937926173210144,-0.014631181955337524,0.001442551612854004 +571,-0.561726168764914,0.18213626944214606,2.76716447131563,-0.5238373875617981,-0.18113091588020325,-0.8323376774787903,-0.08027376234531403,1.0058246850967407,-0.9705728888511658,-0.1604582667350769,-0.04489752650260925,-0.018934905529022217 +572,-0.39339670649548375,0.26437133094155746,2.5917489178356097,-0.3700098991394043,-0.26130250096321106,-0.8915232419967651,0.036177441477775574,1.5319712162017822,-2.6355340480804443,-0.03944447636604309,-0.0017895400524139404,-0.06404316425323486 +573,-0.30872178726268507,0.3806981687273258,2.454011555672114,-0.2820877432823181,-0.3715687394142151,-0.8845129609107971,0.7199305891990662,0.5900328755378723,-1.9126449823379517,-0.07000881433486938,0.029710829257965088,0.11192995309829712 +574,-0.17175358649539368,0.5221333802039397,2.283176325022175,-0.14813780784606934,-0.4987303912639618,-0.8540042042732239,0.8878330588340759,0.3773603141307831,-0.9130781888961792,0.06657961010932922,-0.010257035493850708,0.13439971208572388 +575,-0.09672550102054887,0.5947410552823503,2.2213604529192046,-0.07999224960803986,-0.5602942705154419,-0.8244219422340393,0.7499449253082275,0.6171135306358337,-0.5524845123291016,-0.052835509181022644,-0.0027397871017456055,0.04721558094024658 +576,-0.03624099681165277,0.6408394466813853,2.182494492354794,-0.02904421277344227,-0.5978685617446899,-0.8010678291320801,0.217509463429451,0.2539697289466858,-0.0373430959880352,-0.04323665797710419,-0.02331674098968506,-0.024432659149169922 +577,-0.017608686293457954,0.6980698976016643,2.191964706163633,-0.013489038683474064,-0.6427402496337891,-0.7659654021263123,0.49890777468681335,0.09341076761484146,0.15100465714931488,-0.04248020052909851,0.0065708160400390625,0.06070423126220703 +578,-0.007416311277852548,0.7326047259490494,2.195324588610123,-0.005513493902981281,-0.6688083410263062,-0.7434144020080566,0.3512522578239441,0.035400230437517166,-0.22279669344425201,-0.05698651075363159,0.018448233604431152,0.02062082290649414 +579,-0.007155513740156229,0.7582593548858605,2.2041040000205103,-0.005195102654397488,-0.6876587271690369,-0.7260155081748962,-0.029964879155158997,0.00800855178385973,-0.02176264300942421,-0.04335835576057434,-0.01847231388092041,0.07737970352172852 +580,-0.013598419767213803,0.7385985057251834,2.22213004571993,-0.01005453709512949,-0.673252284526825,-0.7393445372581482,-0.16371497511863708,-0.1878400295972824,-0.03707829862833023,-0.12732034921646118,-0.029643774032592773,-0.013737738132476807 +581,-0.03001638183976363,0.7407458028400393,2.22206312813943,-0.022147728130221367,-0.6748384833335876,-0.7376330494880676,0.04614179953932762,-0.030217861756682396,0.00827031210064888,-0.03713265061378479,-0.030422747135162354,0.016563773155212402 +582,-0.02512268946747894,0.7385992854926476,2.2211471433817342,-0.018574070185422897,-0.6732528805732727,-0.7391789555549622,0.04791776090860367,0.09750451147556305,-0.031730927526950836,-0.016307532787322998,-0.015315234661102295,-0.013720214366912842 +583,-0.020593779447664745,0.7374462985648503,2.2186140741187406,-0.015242193825542927,-0.6723998785018921,-0.7400311827659607,-0.09415831416845322,0.13079790771007538,-0.0512542687356472,-0.03251779079437256,-0.02346193790435791,0.026713311672210693 +584,-0.003775354336625788,0.7159766007029134,2.2145257054178553,-0.002848319010809064,-0.656354546546936,-0.7544472217559814,-0.13861355185508728,-0.03483164310455322,0.07845934480428696,0.010798156261444092,-0.005312323570251465,-0.039833784103393555 +585,-0.0018726147514202382,0.7119110321047117,2.220485730284355,-0.0014177834382280707,-0.6532818078994751,-0.7571134567260742,-0.009593445807695389,-0.03715480491518974,-0.0035238321870565414,-0.01591619849205017,-0.028038322925567627,0.005694389343261719 +586,-0.003956296381940919,0.7138647471674674,2.2261892996566623,-0.002990307519212365,-0.6547597646713257,-0.7558311223983765,0.19702041149139404,-0.1716795414686203,0.08074485510587692,0.007171213626861572,-0.03846222162246704,-0.0014777779579162598 +587,-0.003646507662087394,0.7032573685513193,2.2242143720634027,-0.002781329909339547,-0.6467056274414062,-0.762734591960907,-0.09972217679023743,0.004299868829548359,0.0383540578186512,0.04021114110946655,-0.00879669189453125,-0.029822170734405518 +588,-0.010697728517394462,0.6826925457091696,2.2121804655359503,-0.008299961686134338,-0.6308844089508057,-0.77583247423172,-0.3738735318183899,0.1355353146791458,-0.10396125167608261,-0.020172923803329468,0.009439706802368164,-0.08398503065109253 +589,-0.01264137438340431,0.6908043992732873,2.2162392633284136,-0.009742874652147293,-0.6371573805809021,-0.7706722021102905,-0.12813764810562134,-0.045191455632448196,0.033967867493629456,0.005302548408508301,-0.015796780586242676,0.05857503414154053 +590,-0.019366734925153426,0.6865540591401842,2.2297180154613057,-0.014977972023189068,-0.6338757276535034,-0.7732897996902466,0.07596812397241592,-0.12108172476291656,0.1289028823375702,-0.027029484510421753,-0.03125482797622681,-0.03863030672073364 +591,-0.014954911505393456,0.6908692021373615,2.230963002330133,-0.011525207199156284,-0.6372073292732239,-0.7706062197685242,0.18519830703735352,0.13953804969787598,-0.025248868390917778,-0.03754705190658569,-0.004745125770568848,-0.026802778244018555 +592,-0.016825337276995433,0.6902054831437695,2.2285129507186103,-0.012973660603165627,-0.6366956233978271,-0.7710059881210327,-0.12573350965976715,0.05040419101715088,0.0011490161996334791,0.007633090950548649,0.002754032611846924,-0.01851421594619751 +593,-0.020879042748040325,0.6893271041280906,2.2342092619464853,-0.016110647469758987,-0.6360180974006653,-0.7715059518814087,-0.11577057093381882,-0.0012649032287299633,0.003097185865044594,-0.013476148247718811,-0.03407162427902222,0.006353974342346191 +594,-0.01864203974687332,0.6883438854807092,2.2374134427785917,-0.014396397396922112,-0.6352590322494507,-0.7721649408340454,0.03215031698346138,0.026532785966992378,0.020254267379641533,0.0020367950201034546,-0.016855835914611816,0.01049196720123291 +595,-0.02214474904664107,0.6779306140486967,2.2416266140061007,-0.01724652200937271,-0.6271826028823853,-0.7786813378334045,-0.008748800493776798,0.1259327530860901,0.05441799759864807,-0.021724417805671692,0.002853989601135254,-0.07541412115097046 +596,-0.02782722752404526,0.6812334995933224,2.2473594504854564,-0.02161330357193947,-0.6297516822814941,-0.7764957547187805,-0.11285338550806046,0.007482022978365421,-0.12470212578773499,-0.04695969820022583,-0.02195119857788086,0.023291409015655518 +597,-0.03350713786607286,0.6791167496851211,2.247259873810486,-0.026067957282066345,-0.6281059980392456,-0.7776910662651062,-0.12465105950832367,-0.10817811638116837,-0.005151023622602224,-0.003930807113647461,-0.012885212898254395,0.009258389472961426 +598,-0.0390653209384066,0.6747975345131294,2.2518016073964486,-0.03049575164914131,-0.6247392296791077,-0.7802377343177795,0.03713475540280342,-0.0772046148777008,0.07326804846525192,-0.022650614380836487,-0.034104764461517334,-0.02309173345565796 +599,-0.0381066154586024,0.6706841646026894,2.249764801306536,-0.02984536997973919,-0.6215221285820007,-0.7828279137611389,-0.010499763302505016,0.04887865111231804,0.01061029639095068,0.006087437272071838,-0.031065821647644043,-0.042642056941986084 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/Motion/standing/ws2.csv b/BoostRunClub/CoreML/DataSet/Motion/standing/ws2.csv new file mode 100644 index 0000000..328ed4d --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/Motion/standing/ws2.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-1.2247895979797279,-0.00034004830695492233,0.8098432795263933,-0.9407344460487366,0.00034004831104539335,-0.33914390206336975,0.0012782840058207512,-0.5343194603919983,0.002754990942776203,0.011184334754943848,0.007823377847671509,0.03178611397743225 +1,0.028959117401719976,0.45596678190827683,1.0011329340750226,0.025996895506978035,-0.44033053517341614,-0.8974592685699463,0.9344495534896851,-0.36396145820617676,1.3656949996948242,0.07600811123847961,0.14933016896247864,0.04499650001525879 +2,-0.08692431155786491,0.4742458927904766,1.1513690691500598,-0.07723376899957657,-0.4566676914691925,-0.886278510093689,-0.07197257876396179,0.05932248383760452,1.2470670938491821,-0.05328992009162903,0.23570516705513,-0.19762957096099854 +3,-0.11929180957321692,0.44996614215629716,1.2626084128299166,-0.10716313123703003,-0.4349350333213806,-0.8940623998641968,-0.0233054980635643,0.08278582990169525,0.8943951725959778,0.01809757947921753,0.204802006483078,-0.04174387454986572 +4,-0.18682448487280784,0.4497775197800298,1.3524440553023016,-0.1672666370868683,-0.43476518988609314,-0.8848735094070435,0.021549062803387642,-0.2875068783760071,0.6047372817993164,-0.06376668810844421,0.14057573676109314,-0.020460963249206543 +5,-0.2564626552535326,0.43107138025083425,1.3651838019682088,-0.23045527935028076,-0.41784441471099854,-0.8788039684295654,-0.6766533851623535,-0.6077135801315308,-0.26296278834342957,0.04895198345184326,0.06847918033599854,0.13405299186706543 +6,-0.24155803250914737,0.36403023868766055,1.3686398797482104,-0.2235397845506668,-0.3560432493686676,-0.9073385000228882,-0.7799565196037292,0.7802749872207642,-0.013000525534152985,-0.1533980816602707,-0.0396781861782074,-0.07311499118804932 +7,-0.25635601420668913,0.3239206395030756,1.3378042843206253,-0.24037104845046997,-0.31828573346138,-0.9170147180557251,-0.4421548843383789,-0.9627220034599304,-0.5779100060462952,-0.20802374184131622,-0.038830965757369995,-0.021980643272399902 +8,-0.31729808294516865,0.31069706697537613,1.2285713615258054,-0.2970622777938843,-0.3057224154472351,-0.9045926332473755,-0.5809787511825562,-1.1306662559509277,-1.3281309604644775,-0.23142588138580322,0.026822268962860107,-0.09662806987762451 +9,-0.356193009073532,0.32269001818077,1.059508053688707,-0.33071041107177734,-0.31711888313293457,-0.8888567090034485,-0.5795385241508484,0.036173611879348755,-1.4852105379104614,-0.06887149810791016,0.21506810188293457,0.08551198244094849 +10,-0.34627711876373424,0.3113730548335711,0.9123029106024064,-0.32307788729667664,-0.306365966796875,-0.8954108357429504,-0.3309899866580963,-1.1104711294174194,-1.41726553440094,-0.05950570106506348,0.22900390625,0.04024726152420044 +11,-0.45674323865884064,0.3204997638265188,0.7064762324385657,-0.41856956481933594,-0.3150409162044525,-0.851791501045227,-0.6725371479988098,-1.6668447256088257,-1.588270902633667,0.08183860778808594,0.348991721868515,-0.07672107219696045 +12,-0.4866789254609674,0.2850123797874774,0.535142819922223,-0.4488254189491272,-0.2811693251132965,-0.848233163356781,-1.238548994064331,-0.6237935423851013,-1.0074987411499023,0.1391177475452423,0.1681932508945465,0.06712055206298828 +13,-0.6682780118497251,0.28279747542189865,0.44938140419783296,-0.5950224995613098,-0.2790430784225464,-0.7537128925323486,0.9611772298812866,-4.472501754760742,-0.15212443470954895,0.2946075201034546,0.23711198568344116,-0.09137982130050659 +14,-1.4006517548252346,0.22601795171501982,0.8174305755746117,-0.9604940414428711,-0.22409853339195251,-0.16501832008361816,5.562467098236084,-6.483394145965576,4.534294605255127,0.4118490219116211,0.5049060583114624,-0.38585448265075684 +15,-1.7959325846023324,-0.12987741039311734,1.0760500606096732,-0.9665539264678955,0.12951259315013885,0.221358984708786,-0.9485192894935608,1.6664565801620483,1.5675077438354492,-0.21017324924468994,0.10882966220378876,0.4260255992412567 +16,-1.586345892193698,-0.13205727539857218,0.8167823770595021,-0.9911733865737915,0.13167378306388855,0.015413557179272175,-3.364975690841675,0.9224706292152405,0.7909151911735535,0.5174184441566467,0.5565280914306641,0.2517220973968506 +17,-1.6627022697892417,-0.25104867359356137,0.5796468146166581,-0.9645644426345825,0.2484198957681656,0.0888996496796608,-1.7384555339813232,1.9035853147506714,0.6259075999259949,-0.9469956159591675,0.09967884421348572,-0.3205738067626953 +18,-1.5775794021528096,-0.19212025348450887,0.5023208598085697,-0.9815790057182312,0.19094057381153107,0.00665822671726346,-0.07219992578029633,0.23841272294521332,-0.9840594530105591,-0.2180975079536438,-0.17598694562911987,-0.06596910953521729 +19,-1.6211952418648146,-0.11718347049705642,0.5276419364648564,-0.9918808341026306,0.11691546440124512,0.05003208667039871,0.33055728673934937,-1.092384934425354,-0.3908783495426178,-0.028306543827056885,-0.10097001492977142,0.10281527042388916 +20,-1.7030312596030897,-0.10032907777550402,0.5095840330720749,-0.9862849116325378,0.10016084462404251,0.1311868578195572,-0.6668288111686707,-1.1148122549057007,0.22294175624847412,0.004442811012268066,-0.08117890357971191,0.0904318243265152 +21,-1.7623371962415453,-0.08901626784617343,0.456337981240527,-0.9778252243995667,0.08889875560998917,0.1896180808544159,-0.6511587500572205,0.5377492308616638,-0.39030730724334717,0.13259506225585938,-0.12417706847190857,0.05700981616973877 +22,-1.6866393067848116,-0.0011813409472047507,0.40860485670940017,-0.9932971000671387,0.001181340659968555,0.11558398604393005,-0.3875807821750641,0.4267732501029968,-0.8739112615585327,0.18783140182495117,0.019189149141311646,0.02830636501312256 +23,-1.6237353112963888,0.04979705200164876,0.38218637798506455,-0.9973611235618591,-0.04977647215127945,0.05284866318106651,-1.6282175779342651,2.6147854328155518,-0.04581654816865921,0.1320199966430664,0.24823229014873505,0.7088853120803833 +24,-1.6372784208546498,0.004112958673364728,0.19007251151747206,-0.9977824687957764,-0.004112947266548872,0.06643257290124893,-2.2883589267730713,-0.16746124625205994,0.9530382752418518,-0.22624707221984863,0.19533608853816986,0.06549489498138428 +25,-1.6915742251947075,-0.07392294161338703,0.028436302836324832,-0.9900040626525879,0.07385563105344772,0.12015542387962341,-1.0745025873184204,0.26905015110969543,0.5170696973800659,-0.03396749496459961,-0.15439152717590332,-0.3057328462600708 +26,-1.6299590218698878,-0.08077937014165229,-0.12588693365408993,-0.9949951171875,0.08069154620170593,0.05893537029623985,-1.078093409538269,-0.09251970797777176,0.2786235809326172,0.06491100788116455,-0.09407351166009903,-0.14282822608947754 +27,-1.6580381364407302,-0.08003821466374623,-0.21868272391940216,-0.9930076003074646,0.07995278388261795,0.08685224503278732,-0.8362811803817749,-0.024380596354603767,-0.3245698809623718,-0.03932565450668335,-0.03573282063007355,0.10044943541288376 +28,-1.6429208348798423,-0.07896631443857938,-0.26912604528273726,-0.9942919611930847,0.07888427376747131,0.0718374252319336,-0.0030166739597916603,0.031153235584497452,0.23564282059669495,0.08531069755554199,0.024997562170028687,-0.04255581647157669 +29,-1.6362418774551617,-0.0906196482600321,-0.2639483336174024,-0.9937648177146912,0.09049567580223083,0.06513050198554993,0.03915882483124733,0.07601306587457657,-0.08668496459722519,-0.03936195373535156,0.026722341775894165,0.08701490610837936 +30,-1.6363842345417499,-0.07885844835387949,-0.24703028085181863,-0.9947488903999329,0.07877673953771591,0.06533721089363098,0.3958798050880432,-0.0316326878964901,-0.12021981179714203,0.06342864036560059,0.04428539425134659,-0.011153340339660645 +31,-1.6443364011749373,-0.07032623579178733,-0.18239004992810798,-0.9948319792747498,0.07026828080415726,0.07329218834638596,0.7755605578422546,-0.18086691200733185,-0.20595867931842804,-0.014567434787750244,0.11457668989896774,0.10341978073120117 +32,-1.6614484524173423,-0.04019252464325956,-0.12765442990482512,-0.9950898289680481,0.04018170386552811,0.09045492112636566,0.2461371123790741,0.2093997597694397,-0.4127678871154785,-0.10319221019744873,0.021494325250387192,0.10658193379640579 +33,-1.676050222883433,-0.02000290839213585,-0.042255164245834136,-0.9942671060562134,0.020001575350761414,0.10503865778446198,1.0867130756378174,0.07302901893854141,-0.8628183007240295,0.019016742706298828,-0.058682605624198914,-0.04971025884151459 +34,-1.6646602939679536,0.024833802785446387,0.05556183066691313,-0.9952910542488098,-0.024831250309944153,0.09369730204343796,1.0481176376342773,0.1632741093635559,-0.13151815533638,0.09064316749572754,-0.026728201657533646,-0.12162088602781296 +35,-1.6521148583533631,0.04314987596323857,0.1609825010772404,-0.9957676529884338,-0.043136488646268845,0.08115331828594208,0.9858673214912415,0.08056440949440002,-0.42843377590179443,-0.05409801006317139,-0.07452403008937836,-0.050498493015766144 +36,-1.647362593548452,0.06808071088058043,0.23809362112576293,-0.9947605133056641,-0.06802812963724136,0.0763142853975296,0.7242339849472046,0.17749516665935516,-0.16190023720264435,-0.026220381259918213,-0.035609565675258636,-0.03490196913480759 +37,-1.641710579230673,0.08011685456784398,0.32107840449708797,-0.9942870736122131,-0.08003117144107819,0.07062755525112152,0.7502270340919495,0.17157843708992004,-0.20743149518966675,0.05126333236694336,-0.04515194147825241,0.006581909954547882 +38,-1.6407622154130839,0.08478667060694295,0.3944911701508703,-0.9939699769020081,-0.08468512445688248,0.06965769082307816,0.7056405544281006,0.06460991501808167,-0.045410431921482086,-0.004031121730804443,0.007017895579338074,0.03625357151031494 +39,-1.6393847933232373,0.08010885736135612,0.4590131529560728,-0.994449257850647,-0.08002319931983948,0.06831490993499756,0.5836352705955505,0.07399506866931915,0.060434553772211075,-0.0034755468368530273,-0.011636331677436829,-0.06561410427093506 +40,-1.6322082344943758,0.07290193135223914,0.49135140107698305,-0.9954636096954346,-0.07283737510442734,0.06121028959751129,0.08929656445980072,0.0260753333568573,0.08059830218553543,0.02843797206878662,0.07598070055246353,0.1748737096786499 +41,-1.6296103498929102,0.057520768261772354,0.4903515903623771,-0.9966198205947876,-0.057489052414894104,0.05868289992213249,-0.20568566024303436,0.03782849386334419,0.18239234387874603,0.02338385581970215,0.005304016172885895,0.09308099001646042 +42,-1.6316594492147682,0.039225728553156015,0.4517141023190985,-0.9973807334899902,-0.03921566903591156,0.060778770595788956,-0.4253973066806793,-0.09996410459280014,0.2511272430419922,0.028874754905700684,-0.04713382199406624,0.07906807214021683 +43,-1.6507296416618984,0.021932199533620446,0.4132016712483477,-0.9965673685073853,-0.02193044126033783,0.07982902228832245,-0.2751905620098114,-0.3172532320022583,0.1392642855644226,-0.015654921531677246,-0.09904123842716217,0.06972241401672363 +44,-1.6945925965101631,-0.0011568669980832425,0.3927947463418488,-0.9923465251922607,0.0011568667832762003,0.12348023802042007,-0.06368488818407059,-0.5151381492614746,0.44585490226745605,-0.02906167507171631,-0.0014773010043427348,0.0665680319070816 +45,-1.7357516759404885,-0.035032718301746486,0.3936329283600355,-0.9858205318450928,0.03502555191516876,0.164107546210289,0.6093350648880005,-0.6119972467422485,0.00022564083337783813,-0.14001882076263428,-0.15946097671985626,-0.235152468085289 +46,-1.7410914267416109,-0.021953726101008653,0.45347146559834894,-0.9852972626686096,0.021951962262392044,0.16943234205245972,0.868208646774292,0.035066671669483185,-0.09435320645570755,0.1558142900466919,0.059880927205085754,-0.12026847898960114 +47,-1.753479885838429,-0.06348985352435135,0.5201680256751937,-0.9813786149024963,0.06344720721244812,0.18130312860012054,0.7350918650627136,-0.2142343521118164,0.3372729420661926,-0.07491117715835571,-0.02243155986070633,-0.0940685123205185 +48,-1.740777519200421,-0.07905989826646295,0.5805004157019905,-0.9825093150138855,0.0789775624871254,0.16863541305065155,0.5056858658790588,0.12152282148599625,-0.03921675682067871,0.06010031700134277,0.004228614270687103,-0.04012586176395416 +49,-1.7197977774237354,-0.09762224027713398,0.6385752753035449,-0.9842113256454468,0.09746725857257843,0.14774391055107117,0.8572017550468445,0.2271815687417984,0.16838116943836212,0.027378439903259277,0.008535534143447876,-0.1363760232925415 +50,-1.7061347273724674,-0.11305633375299089,0.7165491224081489,-0.984529972076416,0.11281564831733704,0.13406424224376678,0.584994375705719,0.027379781007766724,-0.05203995108604431,-0.051907896995544434,0.07909415662288666,0.1075587123632431 +51,-1.6974616450027564,-0.12164990521725734,0.7845173704041049,-0.9846577048301697,0.12135008722543716,0.12539330124855042,0.9089364409446716,-0.03767959773540497,-0.031724754720926285,0.03682750463485718,0.020800799131393433,-0.03687715530395508 +52,-1.697941968506511,-0.12768914494590955,0.8636441527263149,-0.9838524460792542,0.12734244763851166,0.12577103078365326,0.7970886826515198,-0.21390685439109802,-0.09368892759084702,-0.02783578634262085,0.012092351913452148,0.020514965057373047 +53,-1.7039762816263324,-0.12471550069122216,0.9430635433253491,-0.9834465384483337,0.12439244985580444,0.1317552626132965,0.9498745203018188,-0.20863619446754456,-0.0707860067486763,0.02774280309677124,0.024350225925445557,-0.12134873867034912 +54,-1.7057649276022742,-0.11590863557044993,1.0020563252167352,-0.9842567443847656,0.1156492754817009,0.1336563229560852,0.4462798237800598,-0.14152148365974426,-0.11427253484725952,0.07037734985351562,0.0924806296825409,0.01536107063293457 +55,-1.7122158501181197,-0.10497337377921191,1.0417451875299815,-0.9845672249794006,0.10478068888187408,0.14017273485660553,0.3693767488002777,-0.12264218181371689,-0.2364620566368103,-0.015188634395599365,0.08142229914665222,0.013513803482055664 +56,-1.716930712835346,-0.08624750917163729,1.0723467663237716,-0.9856639504432678,0.08614062517881393,0.1450735628604889,0.2827005684375763,-0.05166387930512428,-0.2613934278488159,-0.017876029014587402,0.03289320319890976,-0.012718811631202698 +57,-1.7237658577509143,-0.06081577808251471,1.1031310455127468,-0.9864957928657532,0.06077829748392105,0.15209195017814636,0.3376689553260803,-0.12983834743499756,-0.29506099224090576,0.05793750286102295,0.07258348912000656,-0.004631057381629944 +58,-1.7261936175392911,-0.045403616766670186,1.1408174818846146,-0.9869319796562195,0.04538801684975624,0.15461312234401703,0.2993268668651581,0.13063618540763855,-0.08432790637016296,-0.13349032402038574,0.07276079058647156,-0.03890573978424072 +59,-1.7164946761375621,-0.025588608835156325,1.1886258491785302,-0.9890809655189514,0.02558581717312336,0.14513589441776276,0.527919352054596,0.2172207087278366,-0.38060715794563293,0.08070987462997437,-0.06741014122962952,-0.08767126500606537 +60,-1.6989741859581124,0.002571370028116117,1.277773988388923,-0.9917930364608765,-0.0025713671930134296,0.1278267204761505,0.9653449654579163,0.24236342310905457,-0.3449050486087799,0.011965334415435791,-0.05046817660331726,-0.12279132008552551 +61,-1.663448991567744,0.026829270007645775,1.4030738234590878,-0.9953523874282837,-0.026826051995158195,0.09248685836791992,1.1793675422668457,0.7379004955291748,-0.47546038031578064,-0.03437161445617676,-0.002379264682531357,-0.014392383396625519 +62,-1.6161604325607848,0.06288578212544925,1.5108410027900192,-0.9969965815544128,-0.06284434348344803,0.045258909463882446,0.9806395769119263,0.32655808329582214,-0.2916089594364166,0.022036314010620117,0.030572034418582916,0.09142923355102539 +63,-1.6014127759568675,0.08384823001229773,1.6052761357536212,-0.996019721031189,-0.08375001698732376,0.030504120513796806,0.8202884197235107,0.16007953882217407,-0.21389316022396088,-0.011487483978271484,-0.02388548105955124,0.05717289075255394 +64,-1.6086884664959478,0.09535703956126526,1.6929107675957498,-0.9947425127029419,-0.09521259367465973,0.037710972130298615,0.827113926410675,-0.1807473599910736,-0.1568240374326706,-0.024819374084472656,-0.02435530722141266,0.046563390642404556 +65,-1.6271712353683212,0.1030154162885606,1.7689021054612846,-0.9931185841560364,-0.10283330827951431,0.05604635551571846,0.8807517290115356,-0.20161285996437073,0.050023313611745834,0.02284252643585205,-0.01655144989490509,-0.0059059783816337585 +66,-1.650190924609063,0.0862385619744383,1.8555529057350106,-0.9931455254554749,-0.08613170683383942,0.07901648432016373,0.8753640055656433,-0.22293886542320251,0.20436017215251923,0.030010640621185303,-0.028080351650714874,0.022744424641132355 +67,-1.68310948166727,0.058470334410823964,1.9350752144776,-0.9920011758804321,-0.05843702331185341,0.11188562959432602,0.6805269718170166,-0.32974275946617126,0.130514457821846,-0.03583061695098877,-0.0976451188325882,-0.02190461754798889 +68,-1.7171590217988748,0.04480047438918003,2.00927484418483,-0.9883155226707458,-0.04478548839688301,0.14569437503814697,0.7212328910827637,-0.36126285791397095,0.025598691776394844,0.016300082206726074,-0.1124258041381836,0.011608496308326721 +69,-1.7628194036872396,0.02013158239392019,2.0890799386157957,-0.9814212918281555,-0.020130222663283348,0.19080650806427002,0.7860342860221863,-0.4856305718421936,0.18199443817138672,-0.04859280586242676,-0.07291784882545471,-0.02619469165802002 +70,-1.796757657757264,0.0034506928703410735,2.163439642897064,-0.9745734930038452,-0.0034506861120462418,0.22404204308986664,0.7503893375396729,-0.17717668414115906,0.011217080056667328,0.035944223403930664,-0.02274864912033081,-0.09498319029808044 +71,-1.8132705148532384,-0.01750100720786538,2.259734738104194,-0.9705982804298401,0.01750011369585991,0.24006840586662292,0.9673185348510742,0.05746622383594513,-0.20266151428222656,0.010133802890777588,0.0024736523628234863,-0.04406917095184326 +72,-1.8056805427301992,-0.033007126856642116,2.3611391816670686,-0.9720115661621094,0.0330011323094368,0.23260362446308136,1.0597612857818604,0.08801770210266113,-0.09511921554803848,0.005794525146484375,-0.0243799090385437,-0.04289114475250244 +73,-1.795398383128631,-0.03916724652468658,2.462325337604039,-0.9741351008415222,0.039157234132289886,0.22254762053489685,1.1033862829208374,-0.0888669416308403,-0.1785215437412262,-0.05223202705383301,0.023708995431661606,-0.08714117109775543 +74,-1.7898972043224217,-0.043350933867387774,2.5526912783142457,-0.9751762747764587,0.04333735629916191,0.21714788675308228,0.8037332892417908,0.06664042919874191,-0.10377936065196991,0.01964038610458374,0.10195682942867279,-0.08705151081085205 +75,-1.776472521700048,-0.05499455713823209,2.629724312979187,-0.9774430394172668,0.05496684089303017,0.2039203643798828,0.7871223092079163,0.023073136806488037,-0.049533531069755554,-0.059803545475006104,0.08298784494400024,-0.0349903404712677 +76,-1.7646883194123844,-0.06127436861205425,2.698496694879593,-0.979420006275177,0.06123603135347366,0.19231776893138885,0.6905260682106018,0.049008600413799286,0.004899085499346256,0.060413897037506104,0.03858695924282074,-0.041927263140678406 +77,-1.7549891650599718,-0.0794891655825396,2.7719669600000394,-0.9799802899360657,0.07940548658370972,0.1825747787952423,0.6844797730445862,0.017597828060388565,-0.012685731053352356,-0.051681697368621826,-0.004622161388397217,-0.011645793914794922 +78,-1.7477543118631091,-0.08918967644996041,2.841035023120802,-0.9804712533950806,0.08907147496938705,0.17533621191978455,0.5958658456802368,-0.013724296353757381,0.047551870346069336,0.024263858795166016,0.03754596412181854,0.0012079626321792603 +79,-1.745118425459195,-0.10493493080207986,2.8950080799596414,-0.97942715883255,0.10474245995283127,0.17248652875423431,0.43099382519721985,-0.009698167443275452,0.01299701351672411,0.010356605052947998,0.04100951552391052,0.018019452691078186 +80,-1.7427318365548803,-0.12582161280598078,2.9394140446573216,-0.9774670004844666,0.12548989057540894,0.16973717510700226,0.5054649114608765,-0.09174562990665436,0.18496212363243103,-0.008266031742095947,0.036833107471466064,-0.015455484390258789 +81,-1.738256161663131,-0.15112015017778974,2.9765354567474764,-0.9747739434242249,0.1505456119775772,0.16477864980697632,0.3948482275009155,-0.029751239344477654,0.1894361674785614,0.015514850616455078,0.01249454915523529,-0.03193557262420654 +82,-1.7295728027712542,-0.17259804714373214,2.9957725148825283,-0.9727503657341003,0.17174236476421356,0.1557609885931015,-0.023089446127414703,0.1424245536327362,0.12136544287204742,0.005358278751373291,0.024546712636947632,0.0195319801568985 +83,-1.7222393397723106,-0.1831337861219081,2.9834211159214052,-0.9720237851142883,0.18211184442043304,0.14834202826023102,-0.23832571506500244,0.12359938770532608,0.11575473845005035,0.01299351453781128,-0.01778993010520935,-0.01166902482509613 +84,-1.714946576611098,-0.188449339991268,2.9570491567490853,-0.9721078276634216,0.18733590841293335,0.14110831916332245,-0.32475546002388,0.11674918234348297,0.10366883873939514,0.011872291564941406,0.04560475051403046,0.008366689085960388 +85,-1.712880022214334,-0.19783145486069148,2.898774142221004,-0.9706148505210876,0.19654354453086853,0.13884411752223969,-0.7984393239021301,0.17969931662082672,0.21892738342285156,-0.022503554821014404,0.07025641202926636,-0.033695802092552185 +86,-1.7075780018322606,-0.20403804646564286,2.7888901962160215,-0.9701101183891296,0.20262525975704193,0.13352705538272858,-1.236741542816162,0.32716861367225647,0.21693697571754456,0.04878437519073486,0.03481677174568176,-0.04044842720031738 +87,-1.7023217150012777,-0.2134434988149966,2.6635137196104064,-0.9688663482666016,0.21182650327682495,0.128170445561409,-1.1714049577713013,0.22108513116836548,0.23274852335453033,-0.06407737731933594,0.0008352398872375488,-0.03507661819458008 +88,-1.6994797477359178,-0.20941390795956422,2.531767148072843,-0.9700654745101929,0.20788665115833282,0.12552498281002045,-1.4519846439361572,0.33898401260375977,0.14135980606079102,0.02383720874786377,0.006865590810775757,-0.026876896619796753 +89,-1.7014428025665878,-0.20031613737213724,2.3817087883478556,-0.9716522097587585,0.19897915422916412,0.12767013907432556,-1.4843899011611938,0.2632201910018921,0.035910651087760925,0.016406118869781494,-0.02786707878112793,-0.027480944991111755 +90,-1.7074997714328597,-0.19190745185016597,2.2563948182300657,-0.9724842309951782,0.19073167443275452,0.13377632200717926,-1.175733208656311,0.20133048295974731,0.04283074662089348,0.014140605926513672,0.004794478416442871,-0.018770799040794373 +91,-1.7123708104062827,-0.17974818219473965,2.1392550457042576,-0.974044919013977,0.17878182232379913,0.13882867991924286,-1.260899305343628,0.1898355334997177,0.004565066657960415,0.0228731632232666,0.03177420794963837,1.0952353477478027e-05 +92,-1.720024364573796,-0.16092503169677486,2.008941925469818,-0.9761093258857727,0.160231351852417,0.14675384759902954,-1.3375757932662964,0.10103650391101837,-0.055967967957258224,-0.04310154914855957,0.01564142107963562,-0.010462284088134766 +93,-1.7300036758161697,-0.13344931345594807,1.8764096686762628,-0.9785746335983276,0.13305357098579407,0.15712608397006989,-1.2488923072814941,0.07037492841482162,-0.058525148779153824,0.021436452865600586,0.04515381157398224,-0.05783711373806 +94,-1.736334339206929,-0.10558381652767344,1.756256963414924,-0.9808372855186462,0.10538775473833084,0.16386538743972778,-1.0763028860092163,0.0744033232331276,-0.11435870826244354,-0.01644676923751831,0.03567974269390106,-0.028580889105796814 +95,-1.741667516554546,-0.07673439120290643,1.6654328961237992,-0.9825371503829956,0.07665910571813583,0.16954053938388824,-0.7941345572471619,0.04878856614232063,-0.2045951634645462,0.011742591857910156,-0.034132905304431915,0.008346423506736755 +96,-1.7398016837921113,-0.05671287351771632,1.611023378688616,-0.9841676354408264,0.05668247863650322,0.16793151199817657,-0.2943965792655945,0.041976358741521835,-0.053258802741765976,-0.012124359607696533,0.005970083177089691,-0.08467961847782135 +97,-1.7287585106460563,-0.03887857337154267,1.5907781211885186,-0.9868037700653076,0.03886878117918968,0.15718723833560944,-0.17890475690364838,0.242372527718544,-0.1364431232213974,0.027849793434143066,0.05726156011223793,-0.03629182279109955 +98,-1.7078359464507744,-0.028612635002092473,1.5743074913771262,-0.9902191758155823,0.02860873192548752,0.13655516505241394,-0.19782842695713043,0.2017710655927658,-0.08738089352846146,-0.014678776264190674,-0.041365090757608414,-0.03834964334964752 +99,-1.6966969481613505,-0.01163887686884307,1.5614705069751467,-0.9920177459716797,0.011638614349067211,0.1255597621202469,-0.17235159873962402,0.00974811427295208,-0.14437086880207062,0.004621565341949463,-0.030162811279296875,0.07465074956417084 +100,-1.7095010095743048,0.002905683696219125,1.54517506255052,-0.990391731262207,-0.0029056796338409185,0.13825976848602295,-0.24686339497566223,-0.15765398740768433,-0.1155863106250763,-0.06676769256591797,-0.026284366846084595,0.03671276569366455 +101,-1.7320457458070193,0.015866260984383533,1.5196340437331055,-0.986903190612793,-0.015865596011281013,0.16053132712841034,-0.33866140246391296,-0.22248809039592743,-0.032321445643901825,0.048197805881500244,-0.008701024577021599,0.007239088416099548 +102,-1.7507061264246935,0.01893903500696156,1.4771440191781413,-0.9836834073066711,-0.01893790252506733,0.17890875041484833,-0.49706992506980896,-0.1690964549779892,0.11618222296237946,-0.03685492277145386,0.0021837670356035233,-0.0003199726343154907 +103,-1.768294604767815,0.01749815559425357,1.4259456073603543,-0.9804105758666992,-0.017497261986136436,0.1961868554353714,-0.6408815979957581,-0.15474356710910797,0.11248642951250076,0.017779231071472168,0.021067826077342033,0.002665787935256958 +104,-1.7791805217220336,0.013036812019053472,1.3440146439998895,-0.9782831072807312,-0.013036442920565605,0.2068616896867752,-0.8802066445350647,-0.03671589866280556,0.257142573595047,-0.013034403324127197,-0.03164130076766014,-0.06208637356758118 +105,-1.7748577030259314,0.010469153128420674,1.2430395219655295,-0.9791979789733887,-0.010468961670994759,0.20263700187206268,-0.8598244786262512,0.025016529485583305,0.31080588698387146,0.018245220184326172,-0.04334878921508789,-0.0367586612701416 +106,-1.767434302136371,-0.005658140252408305,1.1562374840741008,-0.9807133078575134,0.00565811013802886,0.19537007808685303,-0.8529428839683533,0.13347843289375305,0.3279516398906708,0.018829762935638428,-0.046841591596603394,-0.014583960175514221 +107,-1.7454503080902253,-0.018998675457160667,1.0644882901939698,-0.9846090078353882,0.01899753324687481,0.17373603582382202,-0.8769116997718811,0.24167539179325104,0.3220824599266052,0.007420897483825684,-0.07083162665367126,0.024597644805908203 +108,-1.7318699189073112,-0.03701592273997785,0.9824187804159741,-0.9863795638084412,0.037007469683885574,0.1602681428194046,-0.7217181921005249,0.07187674939632416,0.33277392387390137,0.0023250579833984375,-0.08090701699256897,0.040018677711486816 +109,-1.7306579270798357,-0.056786642956962084,0.8997325397002434,-0.9856579303741455,0.05675612762570381,0.15892498195171356,-0.7978178858757019,0.029174629598855972,0.41491860151290894,-0.09916561841964722,-0.030297372490167618,-0.07845009863376617 +110,-1.7279663473116,-0.07061345366755989,0.8481570177782712,-0.9852128624916077,0.07055478543043137,0.15613366663455963,-0.4426184892654419,0.059166599065065384,0.2824747562408447,0.08465433120727539,0.08249089121818542,-0.012746810913085938 +111,-1.7140929822179714,-0.1022063641966174,0.7855276103356494,-0.9845855236053467,0.1020285114645958,0.1420615017414093,-0.5936121344566345,0.2653713822364807,0.5471794009208679,0.027874767780303955,0.06374295800924301,-0.10455550253391266 +112,-1.684597791514201,-0.14074933248544486,0.7126364922293252,-0.9837067127227783,0.14028507471084595,0.1124330535531044,-0.6797508001327515,0.41918542981147766,0.4706304967403412,0.049456894397735596,0.10976070165634155,-0.04132711887359619 +113,-1.6521379278182946,-0.1847518478949863,0.6255786595475957,-0.9797317385673523,0.18370260298252106,0.07986917346715927,-1.0410529375076294,0.5894752740859985,0.4847736060619354,-0.013768017292022705,0.09158119559288025,-0.04837501049041748 +114,-1.6003762651934264,-0.21868398256087337,0.4938704149008794,-0.9757567644119263,0.21694514155387878,0.028871245682239532,-1.3098781108856201,0.7052487730979919,0.4411711096763611,0.06091606616973877,0.07957892119884491,0.01679837703704834 +115,-1.561815629605208,-0.25784598275797316,0.3716138804604626,-0.9669026732444763,0.2549983263015747,-0.00868369359523058,-1.0416043996810913,0.6202414631843567,0.3138492703437805,-0.03146475553512573,-0.01598462462425232,0.018922388553619385 +116,-1.5319528218366547,-0.279459141135231,0.2619953871032036,-0.960479736328125,0.2758358120918274,-0.037327174097299576,-0.9564468264579773,0.5941839218139648,0.1206771731376648,0.047943174839019775,0.016522586345672607,0.004917502403259277 +117,-1.5044183202312538,-0.29901680837373196,0.16881211094360016,-0.9535220861434937,0.2945807874202728,-0.06338601559400558,-0.9556923508644104,0.5826593041419983,0.16529376804828644,0.027756094932556152,0.05690541863441467,0.008225440979003906 +118,-1.4804187580249157,-0.32406296804659107,0.06633575907430135,-0.9440805912017822,0.3184206783771515,-0.08555678278207779,-1.0824172496795654,0.6551790833473206,0.24542343616485596,0.019550621509552002,0.07505771517753601,0.001633472740650177 +119,-1.4569892275860439,-0.36091552753049705,-0.05038226572449693,-0.9295216202735901,0.35313093662261963,-0.106245256960392,-1.1930878162384033,0.6846004724502563,0.3178079128265381,0.017244458198547363,0.06029066443443298,-0.004625134170055389 +120,-1.4376130783246457,-0.3946162647999503,-0.15772485011048878,-0.9149689674377441,0.38445398211479187,-0.12258418649435043,-1.053706407546997,0.6205116510391235,0.09628988057374954,-0.025842130184173584,-0.014642030000686646,0.042918041348457336 +121,-1.4244132326322998,-0.40403375046568296,-0.2420258721220419,-0.9096490144729614,0.39313048124313354,-0.13411656022071838,-0.6032219529151917,0.24481447041034698,-0.2806904911994934,-0.08981692790985107,-0.10081788897514343,0.115287184715271 +122,-1.4439788347946265,-0.3643490948332149,-0.2931377487159652,-0.9268525838851929,0.3563411831855774,-0.11817532777786255,-0.1156560480594635,-0.26172566413879395,-0.5913223028182983,-0.07345259189605713,0.00974765419960022,0.08558255434036255 +123,-1.4848583241715723,-0.29711561498046635,-0.3236444749499607,-0.9526562094688416,0.2927634119987488,-0.08207151293754578,-0.08952013403177261,-0.4325782060623169,-0.5932750701904297,0.09866756200790405,0.006980240345001221,-0.007024526596069336 +124,-1.539244162913698,-0.23716758235370008,-0.28671823468912355,-0.9715235233306885,0.23495043814182281,-0.03066384606063366,0.5302960276603699,-0.6936655640602112,-0.7332892417907715,0.06237441301345825,-0.048137083649635315,0.02997720241546631 +125,-1.5653380443868943,-0.16479595157353374,-0.2180916424775329,-0.986437201499939,0.16405105590820312,-0.00538430642336607,1.2811154127120972,-0.30080899596214294,-0.6072481870651245,-0.007382988929748535,0.05227281153202057,-0.21844685077667236 +126,-1.5903551459608034,-0.11007416355971819,-0.031010119144249653,-0.9937579035758972,0.10985201597213745,0.0194392092525959,1.9861634969711304,-0.477559357881546,-0.47566550970077515,0.13268917798995972,0.01786404848098755,-0.1197504997253418 +127,-1.5766954043400694,-0.04847635429480106,0.1138635043053373,-0.998807966709137,0.048457369208335876,0.005892114248126745,0.07053858786821365,1.2623910903930664,-0.4855429232120514,-0.019945204257965088,0.07037808001041412,0.17484819889068604 +128,-1.6084103063223005,-0.035784009825559335,0.2011773285234601,-0.998652994632721,0.035776372998952866,0.03758103772997856,-0.18946130573749542,0.46962684392929077,-0.6012694835662842,0.13627201318740845,0.19600462913513184,0.6540694236755371 +129,-1.56724173349068,-0.03128603343689637,0.15168910073336808,-0.9995041489601135,0.03128093108534813,-0.0035528456792235374,0.10274997353553772,-0.157230406999588,0.25845128297805786,0.03350090980529785,-0.05036967620253563,-0.1780572533607483 +130,-1.5698766725851239,-0.03662577217298349,0.12412878206880971,-0.9993289113044739,0.03661758452653885,-0.000919037323910743,-1.1159336566925049,0.2071908712387085,-0.08478085696697235,0.04211455583572388,-0.08051712065935135,0.22360581159591675 +131,-1.5626005322650003,-0.05072820909496133,0.02687386425164177,-0.9986801147460938,0.05070645362138748,-0.008185160346329212,-0.9048945307731628,0.0735655277967453,0.25226181745529175,-0.041389524936676025,-0.09922940284013748,0.006811857223510742 +132,-1.5619582688894291,-0.08625273246450543,-0.05733838892335178,-0.9962437748908997,0.08614582568407059,-0.008805089630186558,-0.5964868068695068,0.15601550042629242,0.2569734752178192,-0.03973650932312012,-0.02486652135848999,-0.023680925369262695 +133,-1.5487904932769732,-0.1349461892185121,-0.1379354731152762,-0.9906686544418335,0.1345369964838028,-0.02180400863289833,-0.7840563058853149,0.25031888484954834,0.7061693668365479,0.015921950340270996,-0.013931527733802795,-0.09626847505569458 +134,-1.5275861008298217,-0.20789918121174764,-0.20922455568574602,-0.9775534272193909,0.20640477538108826,-0.0422666110098362,-0.9984365701675415,0.7588239908218384,0.4360577166080475,0.05810457468032837,0.031144052743911743,0.0770871639251709 +135,-1.4891357968263106,-0.2662064118619359,-0.2888668773690249,-0.961560845375061,0.2630733847618103,-0.07869657129049301,-0.4744608402252197,0.4103776514530182,0.6104334592819214,0.08677446842193604,0.1267886757850647,-0.054588913917541504 +136,-1.461004077228575,-0.3182325159257316,-0.3350601901329128,-0.9440712332725525,0.31288832426071167,-0.10407020896673203,-0.491729736328125,0.18905813992023468,0.3852166533470154,0.05753546953201294,0.18961414694786072,0.13139866292476654 +137,-1.4621433010768465,-0.3679452941384138,-0.388245427883636,-0.9275661110877991,0.359699010848999,-0.10118134319782257,-0.178959921002388,0.035683296620845795,0.4663718342781067,0.08540308475494385,0.05108281970024109,-0.02526818960905075 +138,-1.455263396143505,-0.3999311969271616,-0.38167890285996653,-0.9149472713470459,0.38935497403144836,-0.1061793863773346,-0.03829224780201912,0.2538342773914337,0.13775527477264404,0.09300220012664795,0.13627976179122925,0.0828486829996109 +139,-1.4323459313128801,-0.4086855299699799,-0.3865571986827875,-0.9088630676269531,0.39740344882011414,-0.12664267420768738,-0.2525985836982727,0.463670551776886,-0.030417760834097862,0.20700454711914062,0.17170357704162598,0.14254230260849 +140,-1.4037026990994168,-0.4121551386240277,-0.386988221623645,-0.9034982919692993,0.4005849361419678,-0.15238970518112183,0.4158482551574707,0.11134153604507446,0.08416946232318878,0.26442962884902954,0.0921671986579895,0.04963706433773041 +141,-1.3941347772672608,-0.3949088101677131,-0.3473595236256259,-0.9086653590202332,0.3847240209579468,-0.16221731901168823,0.1689475178718567,-0.4342731237411499,-0.1077861413359642,-0.0644332766532898,-0.20228996872901917,-0.12362556159496307 +142,-1.4121925273133666,-0.40528058176292703,-0.3022552354555734,-0.9074572324752808,0.39427661895751953,-0.1451452672481537,0.6651824712753296,-0.09027504175901413,0.5310540199279785,-0.44070249795913696,-0.2624102234840393,-0.16767512261867523 +143,-1.3337759450283597,-0.415699943276042,-0.24787176191212523,-0.8892568349838257,0.403830349445343,-0.21480971574783325,-0.4384537935256958,0.8747555613517761,-0.17371660470962524,-0.26787811517715454,-0.2949894368648529,0.2894710302352905 +144,-1.3214642647223616,-0.37472246012791643,-0.30446782020339114,-0.9018323421478271,0.3660142719745636,-0.22963407635688782,-0.6733994483947754,0.2699100375175476,-0.5116485357284546,0.1877363920211792,-0.0996415913105011,0.07681736350059509 +145,-1.2941232117213501,-0.3652103042295215,-0.3496990367390269,-0.8985263109207153,0.3571457266807556,-0.2551417350769043,-0.1940504014492035,1.483024001121521,0.13958853483200073,0.030469119548797607,0.229310542345047,-0.019791096448898315 +146,-1.169362647053253,-0.39903335742903084,-0.3072127155139029,-0.8481844067573547,0.3885278105735779,-0.3600408732891083,0.5076837539672852,0.46684831380844116,0.9315191507339478,0.40155965089797974,0.05556398630142212,0.19436097145080566 +147,-1.101750501233259,-0.4815351772797179,-0.26715085336767297,-0.7905662059783936,0.4631403386592865,-0.4006321430206299,-0.16694276034832,0.8497869372367859,0.7618249654769897,-0.07656025886535645,0.04081171751022339,-0.09160113334655762 +148,-0.9998305484564658,-0.5277331241389549,-0.21717879504211904,-0.726910412311554,0.5035761594772339,-0.4669177830219269,0.18333390355110168,0.2319680005311966,0.49456024169921875,-0.10486137866973877,0.09189802408218384,0.07639965415000916 +149,-0.9899931139462012,-0.5514524650317941,-0.18811914820719838,-0.7120940089225769,0.5239249467849731,-0.46735942363739014,0.009497488848865032,-0.4341765344142914,0.0363171249628067,-0.3502534031867981,0.038773417472839355,-0.07965290546417236 +150,-1.031167833127361,-0.5195439973181758,-0.22709951161817504,-0.7446960210800171,0.4964843690395355,-0.4460168778896332,-0.3363003134727478,-0.09993914514780045,-0.9114149808883667,-0.24547725915908813,-0.011071771383285522,-0.0005315244197845459 +151,-1.091446453283444,-0.4434760309536534,-0.3015798947888156,-0.8014631271362305,0.42908182740211487,-0.41658833622932434,-0.09473519772291183,-0.31672677397727966,-1.1043716669082642,-0.12091553211212158,-0.016255229711532593,0.03578990697860718 +152,-1.1585513795785958,-0.34653976243436485,-0.36347964156003076,-0.8617573976516724,0.33964529633522034,-0.376848965883255,-0.03317967802286148,-0.361720472574234,-1.1089763641357422,0.017763376235961914,-0.016464173793792725,0.004214078187942505 +153,-1.210650317714925,-0.2443093584151401,-0.38060516030641534,-0.9080551266670227,0.24188624322414398,-0.34194591641426086,0.3047216236591339,-0.34147968888282776,-0.987390398979187,0.0729416012763977,-0.027149304747581482,-0.025195777416229248 +154,-1.2316235098916217,-0.13520988997956235,-0.3621174599893479,-0.9344232082366943,0.13479828834533691,-0.3296705484390259,0.6255369186401367,-0.17783670127391815,-0.9379844665527344,0.05872136354446411,0.016233205795288086,-0.005778670310974121 +155,-1.2306412085678915,-0.033763894855595035,-0.3371461914984686,-0.9421656131744385,0.03375748172402382,-0.33344316482543945,0.39689651131629944,0.17908895015716553,-0.6359372735023499,0.07134652137756348,0.17273971438407898,-0.011970043182373047 +156,-1.2541261493018818,0.07135158766626397,-0.2932055776409117,-0.9478596448898315,-0.07129105925559998,-0.31061169505119324,0.20515482127666473,-0.4551844000816345,-1.3691813945770264,0.20834249258041382,0.4449940621852875,0.4039497375488281 +157,-1.236240772615092,0.1526913295150438,-0.40957977307135035,-0.9335666298866272,-0.15209870040416718,-0.32452914118766785,-0.3604022264480591,-0.5774466395378113,-0.5341794490814209,-0.11709243059158325,-0.16326993703842163,-0.6273751258850098 +158,-1.2704380773266122,0.26834966752113065,-0.4240546365496896,-0.9210426807403564,-0.2651405334472656,-0.2852734625339508,-0.275221049785614,-0.23648090660572052,-1.346616506576538,0.16713643074035645,-0.14030075073242188,0.2954663634300232 +159,-1.1881715280659562,0.3603770521389513,-0.5058792856568675,-0.8680968880653381,-0.35262709856033325,-0.34937381744384766,-0.11010579019784927,0.7266473174095154,-0.9585561156272888,0.33222347497940063,-0.11062973737716675,0.006463050842285156 +160,-1.1072522382749777,0.44785808262365306,-0.5387669510311038,-0.8062575459480286,-0.43303585052490234,-0.40302443504333496,0.3488205671310425,0.5454345345497131,-1.0720387697219849,0.14088284969329834,-0.05561158061027527,-0.011434763669967651 +161,-0.996314584346939,0.547056806990577,-0.5789573890269195,-0.7169604897499084,-0.5201758146286011,-0.4640955924987793,0.3775828778743744,0.7395796179771423,-0.9526406526565552,-0.04832875728607178,0.16730105876922607,0.014373302459716797 +162,-0.8656471658382544,0.6051140046727504,-0.659602021722542,-0.626298189163208,-0.5688558220863342,-0.533060610294342,-0.5897301435470581,0.6694774031639099,-0.6265995502471924,-0.025053739547729492,0.08298546075820923,-0.04163116216659546 +163,-0.7855120731551269,0.6050246473272055,-0.6978036241222139,-0.5816531777381897,-0.5687823295593262,-0.581520676612854,0.4725790023803711,0.20582053065299988,0.06987398117780685,-0.5259212851524353,-0.15774959325790405,-0.20477992296218872 +164,-0.7680896420950255,0.6207209450262822,-0.6748997800743367,-0.5651609897613525,-0.5816217660903931,-0.5850718021392822,0.30425727367401123,-0.09003125876188278,0.30511173605918884,-0.3445221781730652,-0.13883715867996216,-0.0738789439201355 +165,-0.8916566085780874,0.6330624120328618,-0.5553567398971575,-0.6273302435874939,-0.5916165113449097,-0.506405770778656,0.6119382381439209,-0.4941793382167816,0.6084213852882385,-0.1302991509437561,0.08217132091522217,0.0769471526145935 +166,-1.0019071104738246,0.6118433489524023,-0.45723757375072094,-0.6896624565124512,-0.5743773579597473,-0.4409719407558441,0.38929590582847595,-0.41016799211502075,0.7246793508529663,0.17216062545776367,0.11641538143157959,0.057274460792541504 +167,-1.0509414059144948,0.5764148631564988,-0.4160549042140036,-0.7276591658592224,-0.5450215935707092,-0.41648969054222107,-0.15239273011684418,-0.21999900043010712,0.27085208892822266,0.2817515730857849,-0.0072550177574157715,0.07270920276641846 +168,-1.0506039928083306,0.5682828077106836,-0.4337888379419447,-0.731340229511261,-0.5381855368614197,-0.4189243018627167,-0.18385368585586548,0.09834327548742294,-0.21922364830970764,0.28730952739715576,-0.06157636642456055,0.027063429355621338 +169,-0.9813611169963803,0.6097125276288234,-0.5053141358869152,-0.6814732551574707,-0.5726318359375,-0.4557270407676697,-0.5778093338012695,0.5924134850502014,-0.9221177101135254,0.1705021858215332,0.0446929931640625,0.11225169897079468 +170,-0.8647411310553941,0.6339864463960726,-0.6266365277136187,-0.6130582094192505,-0.5923612117767334,-0.5227502584457397,-0.7225893139839172,0.39078474044799805,-0.555213987827301,0.050283610820770264,0.0571286678314209,0.038298964500427246 +171,-0.8020021463374716,0.6137248203466215,-0.6909779388980605,-0.5875839591026306,-0.5759165287017822,-0.5683884024620056,-0.02651841938495636,0.07463870942592621,0.24707701802253723,-0.28732454776763916,-0.17293906211853027,-0.1751265525817871 +172,-0.8696289715642749,0.627672171701645,-0.6139084767142647,-0.6184515953063965,-0.5872622132301331,-0.5221499800682068,0.500029444694519,-0.23298604786396027,0.20817141234874725,-0.5687431693077087,-0.15352147817611694,0.015588700771331787 +173,-1.00812779950376,0.6342928917547471,-0.4911027921808101,-0.681312084197998,-0.5926080942153931,-0.4296852946281433,0.968396782875061,-0.6968193650245667,0.9081622362136841,-0.14446306228637695,0.12851202487945557,-0.07174903154373169 +174,-1.178097819208518,0.5868933340232527,-0.29039404661742124,-0.769282341003418,-0.5537768602371216,-0.3186466693878174,1.3394381999969482,-0.19256559014320374,1.3768393993377686,0.18535912036895752,0.10977667570114136,-0.03984329104423523 +175,-1.276479977178959,0.49514566841837593,-0.10183851943837641,-0.8420643210411072,-0.47515982389450073,-0.25524619221687317,1.236341953277588,0.20549798011779785,1.3008853197097778,0.31516319513320923,-0.08387637138366699,0.020962804555892944 +176,-1.291783315268525,0.407324283397008,0.043368936830749515,-0.8826757669448853,-0.3961539566516876,-0.2528742849826813,0.7423310875892639,0.26751387119293213,1.265221118927002,0.41999882459640503,-0.221552312374115,0.19704237580299377 +177,-1.3436586056545243,0.30198365726011844,0.18591793583484129,-0.9302256107330322,-0.2974146902561188,-0.2149994820356369,1.1262481212615967,-0.3906073272228241,1.0799789428710938,-0.037639319896698,-0.26911360025405884,0.3417847752571106 +178,-1.309208305993242,0.19826042234927924,0.21875723307873374,-0.9470575451850891,-0.19696412980556488,-0.2535487711429596,0.3551945090293884,0.17780166864395142,1.3526819944381714,-0.012170910835266113,-0.20443356037139893,-0.29910925030708313 +179,-1.419112007177764,0.09516491386436673,0.43748247587373584,-0.984045147895813,-0.0950213372707367,-0.15041962265968323,1.386051893234253,0.13745972514152527,0.8333209753036499,-0.49823933839797974,0.1325121819972992,0.08297576010227203 +180,-1.398515378508098,0.09596299739635258,0.4900197940767022,-0.9806634783744812,-0.09581577777862549,-0.1706412434577942,0.6169952154159546,-0.05196266248822212,0.14011558890342712,0.2989466190338135,0.287328839302063,-0.04845970869064331 +181,-1.4224860444680394,0.0701847072451178,0.5509362575061595,-0.9865872859954834,-0.07012709975242615,-0.14740338921546936,0.326792448759079,-0.05249461904168129,0.3180519640445709,0.23292523622512817,0.10944901406764984,0.008151650428771973 +182,-1.4425069606614265,0.03679368363139176,0.6215482761921494,-0.9911109209060669,-0.03678538277745247,-0.12785115838050842,1.2082152366638184,-0.24249732494354248,0.46598246693611145,-0.06240159273147583,0.0030634738504886627,-0.155321404337883 +183,-1.4297988120375196,0.047397945456508425,0.7085371198441011,-0.988964319229126,-0.047380201518535614,-0.14037296175956726,1.0647813081741333,0.13898825645446777,-0.28496500849723816,-0.004977881908416748,0.02670454978942871,-0.09259819984436035 +184,-1.4625258383729298,0.09421310118903332,0.8178811100595896,-0.9897356629371643,-0.09407378733158112,-0.10757985711097717,1.0456385612487793,-0.3157205581665039,-0.4601602554321289,-0.1560773253440857,0.07245209813117981,0.05217522382736206 +185,-1.5039683550324214,0.16682352822290983,0.904447986425282,-0.9839159846305847,-0.16605082154273987,-0.06585116684436798,0.7314932346343994,-0.24139486253261566,-0.6088775396347046,0.10320925712585449,0.18368999660015106,-0.045553259551525116 +186,-1.5429263899937327,0.21945369937303946,0.982355539930026,-0.9756375551223755,-0.21769645810127258,-0.027197998017072678,0.7310935258865356,-0.11392737925052643,-0.5399603843688965,-0.03032863140106201,0.2044823169708252,-0.0639427900314331 +187,-1.5272610322577207,0.2774176673776656,1.021298615314522,-0.9608546495437622,-0.273872971534729,-0.04185754060745239,0.05446892976760864,0.4515508711338043,-0.44768863916397095,-0.08034408092498779,0.0786672830581665,0.008181333541870117 +188,-1.5057622403301696,0.3163788539590144,1.0173408046453656,-0.9483591318130493,-0.3111271858215332,-0.061762768775224686,0.03727947920560837,-0.17196926474571228,-0.10674528032541275,0.025019407272338867,-0.1607356071472168,-0.12727832794189453 +189,-1.4870019878071363,0.3629335211214386,0.9952096274686708,-0.9315793514251709,-0.3550181984901428,-0.07824429124593735,-0.2720571756362915,0.3104032874107361,-0.7440871596336365,0.1343228816986084,-0.14366954565048218,-0.04326146841049194 +190,-1.4872979990452915,0.41326161555620805,0.9632663302442396,-0.9126250743865967,-0.4015984833240509,-0.07638025283813477,-0.5799464583396912,-0.2659684121608734,-0.4980064034461975,0.04119575023651123,-0.10676324367523193,0.10772181302309036 +191,-1.464257593171202,0.46424918320376535,0.8817015795211073,-0.8890882730484009,-0.44775158166885376,-0.0950823575258255,-0.5915630459785461,0.0013405214995145798,-0.5912919640541077,0.2263074517250061,-0.15085077285766602,-0.020853891968727112 +192,-1.4302922537852045,0.5299224580695845,0.8279907336271328,-0.8543433547019958,-0.5054664611816406,-0.12083491683006287,-0.13911758363246918,0.14984411001205444,-0.8043873906135559,0.24876779317855835,-0.18305587768554688,0.020065903663635254 +193,-1.383677238190282,0.6144761318182475,0.7731899607158229,-0.802812933921814,-0.5765305757522583,-0.1519998013973236,-0.34502026438713074,0.23763082921504974,-1.0279451608657837,0.23527753353118896,-0.0526198148727417,0.009909987449645996 +194,-1.283148610912801,0.7105448766186645,0.6977339088928749,-0.7268630862236023,-0.65224689245224,-0.21504448354244232,-0.3812856674194336,0.918622612953186,-0.869036853313446,-0.17932593822479248,0.07428973913192749,0.12468194961547852 +195,-1.2247260712649133,0.7136005414090627,0.6127437763070893,-0.7111884951591492,-0.6545600295066833,-0.2564414143562317,0.5934759974479675,0.006859196815639734,1.048784613609314,-0.7790001034736633,0.32936471700668335,-0.4765602946281433 +196,-1.3064048775871977,0.6498206121691601,0.743251379820261,-0.7685261368751526,-0.6050435900688171,-0.2080625295639038,0.04452495276927948,0.6843277215957642,0.6767640113830566,-0.30927854776382446,0.31247150897979736,0.06936010718345642 +197,-1.326793362346605,0.5718178951561337,0.8187944367994212,-0.816009521484375,-0.5411616563796997,-0.20315665006637573,0.4905966818332672,0.15855525434017181,0.8917956948280334,0.03485107421875,0.10735428333282471,0.09282034635543823 +198,-1.3287732856800718,0.5099037339305685,0.8503394335167028,-0.8473540544509888,-0.48809322714805603,-0.20917947590351105,-0.15594208240509033,0.054747775197029114,0.35415130853652954,0.22749632596969604,-0.013188481330871582,0.10892923176288605 +199,-1.2626378731226715,0.49953087997292045,0.786201785209679,-0.8364570736885071,-0.4790138006210327,-0.26624277234077454,-0.5180311799049377,0.579184889793396,-0.3555241525173187,0.24951255321502686,-0.12013775110244751,-0.11635610461235046 +200,-1.1643787396864822,0.5291407718928105,0.7153857197415432,-0.7929240465164185,-0.504791796207428,-0.34125757217407227,-0.4900127351284027,0.7547486424446106,-0.7923318147659302,-0.000502467155456543,-0.07195991277694702,-0.07520055770874023 +201,-1.024884470742714,0.5781046570833411,0.6065921663466457,-0.7157726883888245,-0.5464375615119934,-0.43482786417007446,-0.47675761580467224,0.5559728145599365,-0.8335863351821899,-0.22715944051742554,-0.03467804193496704,-0.05526912212371826 +202,-0.977636388336482,0.6020271675176017,0.5542575790097733,-0.68340003490448,-0.5663143992424011,-0.4607086181640625,0.4145704209804535,-0.49871277809143066,0.015514666214585304,-0.4600478410720825,-0.0531008243560791,-0.04899594187736511 +203,-1.04669629802206,0.6086257831758929,0.5946046637911802,-0.7103114128112793,-0.5717405676841736,-0.4105733633041382,0.3873597979545593,-0.3892152011394501,0.23445558547973633,-0.2860722541809082,-0.011541962623596191,-0.007258057594299316 +204,-1.178206808796806,0.577575840857801,0.6861064804834626,-0.7740509510040283,-0.5459946393966675,-0.3205230236053467,0.7271535992622375,-0.8375964760780334,0.9656682014465332,-0.021450698375701904,0.02335059642791748,-0.025500506162643433 +205,-1.3188712666485771,0.504731834590606,0.8009250808630417,-0.8476747274398804,-0.48357272148132324,-0.21818597614765167,0.5710111856460571,-0.6292491555213928,1.074859857559204,0.12073063850402832,0.10108062624931335,0.07594355940818787 +206,-1.402846580076278,0.38542164800170076,0.8391695275605601,-0.913601815700531,-0.375949889421463,-0.15489834547042847,-0.14520426094532013,-0.6843445897102356,1.4617494344711304,0.16608893871307373,0.007648497819900513,-0.027840912342071533 +207,-1.4549419737169649,0.2495848903908962,0.8762058244041143,-0.9625192284584045,-0.2470017373561859,-0.11201365292072296,0.31757697463035583,-0.210054412484169,1.2784943580627441,0.2202247977256775,-0.08321374654769897,-0.08921922743320465 +208,-1.4669985501032001,0.13210676603934282,0.9237682486159914,-0.9859513640403748,-0.1317228376865387,-0.10270868986845016,0.09994541108608246,0.09930361807346344,1.2003719806671143,0.18111127614974976,-0.1388460099697113,0.04242122173309326 +209,-1.4662552823909762,0.0178468208411187,0.9279718215204774,-0.9943822622299194,-0.017845872789621353,-0.10433411598205566,0.3011305034160614,-0.7942467331886292,1.3485982418060303,-0.13470709323883057,-0.11992573738098145,-0.24669432640075684 +210,-1.438261031243006,-0.028457897086696153,0.9876665956209848,-0.9908286333084106,0.02845405600965023,-0.1320941150188446,0.1739901453256607,0.8775224685668945,0.19801312685012817,0.1423180103302002,0.2552984058856964,0.14350774884223938 +211,-1.4242149310173395,-0.08876453241465584,1.0375029958668733,-0.9853814244270325,0.08864801377058029,-0.14548203349113464,0.8470252156257629,-0.06994692981243134,0.8334448337554932,0.15156495571136475,0.1500299572944641,-0.11025524139404297 +212,-1.3829505232687114,-0.16008170982307418,1.094876877856922,-0.9698480367660522,0.1593988686800003,-0.18435539305210114,0.18924835324287415,0.4476490914821625,1.131364107131958,0.10945069789886475,-0.0033319592475891113,-0.08192574977874756 +213,-1.310250221206573,-0.2156613995718107,1.124311708335004,-0.9438663125038147,0.21399354934692383,-0.25164079666137695,-0.4659719467163086,1.288932204246521,0.3775566518306732,0.12797892093658447,-0.041615039110183716,0.07450151443481445 +214,-1.226743565768177,-0.2657583784640566,1.1371012678177563,-0.9083463549613953,0.2626411020755768,-0.32546353340148926,0.18636415898799896,0.5519219040870667,0.48265010118484497,-0.09365248680114746,-0.05551829934120178,0.007760286331176758 +215,-1.1358873395363522,-0.30070788495548106,1.1589872537917045,-0.866212785243988,0.2961964011192322,-0.40242165327072144,0.6660636067390442,0.46368035674095154,0.5706084370613098,-0.23278623819351196,0.11601975560188293,-0.07241660356521606 +216,-1.0600567060924773,-0.33876363734248943,1.1953589563646616,-0.8228023648262024,0.33232125639915466,-0.4610409736633301,0.11675253510475159,0.40093767642974854,0.3835986852645874,-0.2497226595878601,-0.01507580280303955,-0.04477262496948242 +217,-1.0612075535167553,-0.3518466588306987,1.2036120710416993,-0.8194667100906372,0.3446319103240967,-0.4579335153102875,0.030028991401195526,-0.10083302855491638,-0.14883702993392944,-0.2221592664718628,0.025805681943893433,0.017519116401672363 +218,-1.1021397651320084,-0.3339996986798963,1.1943217235574877,-0.8428730964660645,0.32782432436943054,-0.4267272353172302,0.10202743113040924,-0.4862237572669983,-0.13493883609771729,8.165836334228516e-06,0.04990699887275696,-0.021102935075759888 +219,-1.1468062876418672,-0.31442853727880216,1.1945372904424447,-0.8667689561843872,0.3092730641365051,-0.3912307918071747,-0.04630865529179573,-0.08512996882200241,-0.2705616056919098,0.13193631172180176,-0.005913108587265015,-0.03734278678894043 +220,-1.1680637636893494,-0.3038573829476078,1.2030566857536351,-0.8778480291366577,0.299203097820282,-0.3739790618419647,0.046110525727272034,-0.251595675945282,0.17714497447013855,0.11141437292098999,0.0936954915523529,0.038590848445892334 +221,-1.1743508229706592,-0.31424272703692324,1.1834333246907593,-0.8772681355476379,0.3090963661670685,-0.36723288893699646,-0.20030511915683746,0.24173210561275482,0.012397624552249908,0.19317084550857544,0.04661649465560913,-0.13719213008880615 +222,-1.1439445047717836,-0.34075004794119645,1.2086824631602895,-0.8579367399215698,0.3341941237449646,-0.39020347595214844,-0.11498812586069107,0.39428454637527466,0.5487843751907349,0.0860404372215271,0.06758502125740051,0.06160551309585571 +223,-1.1141796244625857,-0.40103987588279566,1.179898649287017,-0.8263338208198547,0.39037591218948364,-0.40592989325523376,-0.7249819040298462,0.518734872341156,0.22342142462730408,-0.014532268047332764,-0.04130059480667114,-0.06460535526275635 +224,-1.0781103059451203,-0.4186064729222185,1.17401257958917,-0.8049911260604858,0.4064876437187195,-0.4321540892124176,0.3952285647392273,0.14642944931983948,0.15212057530879974,-0.23883211612701416,0.011542141437530518,-0.0522666871547699 +225,-1.0838707071056548,-0.4002783458074829,1.1859805444745,-0.813915491104126,0.38967469334602356,-0.4309239089488983,-0.4144076108932495,-0.036657970398664474,-0.530388355255127,-0.21458804607391357,0.06294679641723633,0.15087932348251343 +226,-1.1373294180770375,-0.36946773978259173,1.1190952053344323,-0.8462756276130676,0.3611191511154175,-0.39167654514312744,-0.21416299045085907,-0.5020185112953186,-0.4784986674785614,0.0717395544052124,0.0046035051345825195,0.03445303440093994 +227,-1.1979832107856887,-0.3387281027095246,1.0638722410200254,-0.8783877491950989,0.3322877287864685,-0.34354010224342346,-0.46032682061195374,-0.19604623317718506,-0.48150110244750977,0.18920934200286865,0.019640982151031494,0.026248812675476074 +228,-1.2160666832628946,-0.32107633652205037,0.9924402049448151,-0.8898184299468994,0.3155880868434906,-0.3295866549015045,-0.5906642079353333,0.2453012615442276,-0.26855143904685974,0.2579519748687744,0.05480378866195679,-0.02803361415863037 +229,-1.2109724500113164,-0.3420129054893229,0.9735628739585364,-0.8817494511604309,0.3353841006755829,-0.33171573281288147,-0.24543094635009766,0.2114197313785553,0.3241369128227234,0.06474816799163818,0.0528605580329895,-0.012568354606628418 +230,-1.1793789680883018,-0.3856671501228991,0.9426645168748171,-0.8564722537994385,0.3761773705482483,-0.35347700119018555,-0.3332999050617218,0.3502916395664215,0.3913789689540863,-0.05498099327087402,0.02534237504005432,-0.05342912673950195 +231,-1.1607212518005336,-0.4245578856245457,0.9252752950616535,-0.8356724381446838,0.41191795468330383,-0.3632839024066925,-0.3363398015499115,-0.029222913086414337,0.11380252987146378,-0.1803339719772339,-0.002799302339553833,0.052523404359817505 +232,-1.185533837768362,-0.42417164989779726,0.8793449880670144,-0.8445757627487183,0.41156598925590515,-0.3424988090991974,-0.10880861431360245,-0.13414447009563446,-0.2759631276130676,-0.12376236915588379,-0.039159923791885376,-0.04837039113044739 +233,-1.2190947494903206,-0.39487897748145845,0.8465588163102002,-0.8665417432785034,0.38469648361206055,-0.317984402179718,-0.3661768138408661,-0.08137298375368118,-0.5185056328773499,0.018153071403503418,0.053673237562179565,0.0646885335445404 +234,-1.2566877507831704,-0.36766879021068843,0.7699117840280556,-0.8875100016593933,0.35944101214408875,-0.28831973671913147,-0.5166094303131104,-0.1582043617963791,-0.3576412498950958,0.18037188053131104,0.07247433066368103,-0.03386959433555603 +235,-1.2771576755421283,-0.36185713334418645,0.7353973973034016,-0.8952098488807678,0.3540117144584656,-0.2706933617591858,-0.06337805092334747,-0.06240002065896988,0.10520529747009277,-0.0717853307723999,0.16826608777046204,-0.05155697464942932 +236,-1.2981783629356711,-0.36412216920506096,0.7104901215699397,-0.8999273777008057,0.35612913966178894,-0.2516005039215088,-0.5867506265640259,0.05808395519852638,-0.2759688198566437,-0.001317739486694336,-0.004505634307861328,0.014158487319946289 +237,-1.3159437587777523,-0.34072494375781176,0.6634213403955229,-0.9120699763298035,0.33417046070098877,-0.23761002719402313,-0.08289042860269547,0.07100360095500946,-0.31128260493278503,-0.03841525316238403,-0.11560353636741638,-0.10026532411575317 +238,-1.3070673971195048,-0.2879451580926909,0.6674504165680052,-0.9256775975227356,0.2839825749397278,-0.24994991719722748,-0.050384294241666794,0.19614434242248535,-0.8175129294395447,-0.026608169078826904,0.015364319086074829,0.1287798434495926 +239,-1.3202714797824187,-0.2158863375630143,0.6264312973459288,-0.9462940096855164,0.2142132818698883,-0.24215763807296753,-0.3061797320842743,0.09483518451452255,-0.7449689507484436,0.010228335857391357,0.08992491662502289,0.03422611951828003 +240,-1.3319836936148164,-0.1559271598473291,0.600773831108378,-0.9598317742347717,0.15529607236385345,-0.23367929458618164,0.1847366839647293,-0.44270074367523193,-0.5302762985229492,0.018959641456604004,-0.00031256675720214844,-0.012399181723594666 +241,-1.3556462976881116,-0.09243349072118359,0.5909116026429276,-0.9727738499641418,0.09230192005634308,-0.21258260309696198,0.07061515748500824,-0.26444533467292786,-0.7266388535499573,0.04015672206878662,-0.016496270895004272,-0.024584710597991943 +242,-1.3806870841843608,-0.028436340209258597,0.5958668906630412,-0.9815866947174072,0.028432507067918777,-0.1888897866010666,0.24720653891563416,-0.29114434123039246,-0.5702454447746277,0.014759302139282227,-0.026815086603164673,-0.014219999313354492 +243,-1.405063541209152,0.037086234125508856,0.6148213163375813,-0.9856195449829102,-0.037077732384204865,-0.16486167907714844,0.3637072741985321,-0.05330953747034073,-0.6502331495285034,0.04305368661880493,-0.020127445459365845,-0.05324745178222656 +244,-1.4125238402659261,0.11034698079248365,0.65721671332257,-0.9814950823783875,-0.1101231798529625,-0.15665392577648163,0.7791543006896973,-0.15378743410110474,-0.5946043133735657,0.11146938800811768,-0.04400588572025299,-0.03472180664539337 +245,-1.4295518426030438,0.18004849685397226,0.7253952011874976,-0.9740375876426697,-0.17907728254795074,-0.1384996771812439,0.665276288986206,0.008615056984126568,-0.6518798470497131,0.11524242162704468,-0.015212848782539368,0.03786797821521759 +246,-1.4489150265469337,0.2445798400712763,0.7815834019093136,-0.9630415439605713,-0.24214869737625122,-0.11796143651008606,0.47713202238082886,-0.12470230460166931,-0.6357561349868774,0.08245688676834106,-0.035301849246025085,0.053630419075489044 +247,-1.4719139469933198,0.31997554570085185,0.8111910383315168,-0.9446061849594116,-0.31454333662986755,-0.0937105268239975,0.27451878786087036,-0.17620573937892914,-0.6775785088539124,-0.12312757968902588,0.032850831747055054,-0.005608916282653809 +248,-1.5055063462051714,0.3603573106241553,0.8179015523193672,-0.9337770342826843,-0.3526086211204529,-0.061053063720464706,0.18403448164463043,-0.40317365527153015,-0.1809491217136383,-0.3187100887298584,0.16878598928451538,-0.09768408536911011 +249,-1.5029575239204638,0.38230369080829135,0.8010516311091819,-0.9256737232208252,-0.37305882573127747,-0.0628931075334549,-0.19224384427070618,0.32251623272895813,-0.2421167939901352,-0.14196860790252686,0.25251439213752747,-0.048190899193286896 +250,-1.518670921502138,0.3643743508234893,0.8081667583343481,-0.9330779314041138,-0.35636478662490845,-0.04868116229772568,0.025968246161937714,0.12691180408000946,0.5883915424346924,0.0072203874588012695,0.07630497217178345,0.05283153057098389 +251,-1.5147302667162446,0.31791804168378923,0.8378170363367263,-0.9483957886695862,-0.3125896155834198,-0.053228601813316345,0.3426678478717804,-0.06516525894403458,0.23116537928581238,0.03973489999771118,-0.08125495910644531,0.02707505226135254 +252,-1.5072389942954192,0.3214013357426418,0.8401880499331371,-0.9468778967857361,-0.3158964514732361,-0.060262199491262436,-0.22351622581481934,0.14870797097682953,-0.15035903453826904,0.22962331771850586,-0.11467605829238892,0.014089111238718033 +253,-1.4628217646868331,0.3263366017839374,0.8117487185843584,-0.9417068362236023,-0.32057511806488037,-0.10207737982273102,-0.043770864605903625,0.437950998544693,-0.20829521119594574,0.031672656536102295,-0.20739421248435974,-0.16089260578155518 +254,-1.4511000032012866,0.35390013668758263,0.8437809679337034,-0.931316614151001,-0.3465588688850403,-0.11201062053442001,0.822439432144165,-0.4422549307346344,0.03844970464706421,-0.15983939170837402,-0.009825408458709717,-0.09924733638763428 +255,-1.5157035064517255,0.3631357529652372,0.9195145090553833,-0.9333693385124207,-0.355207234621048,-0.051474038511514664,0.3853187561035156,-0.19512231647968292,-0.197771817445755,-0.16027390956878662,0.20303133130073547,0.05635683983564377 +256,-1.5287298516367522,0.3670936133179477,0.9317287464462699,-0.9325487017631531,-0.3589042127132416,-0.03925219178199768,0.025003310292959213,-0.10141558200120926,0.22337141633033752,0.032127559185028076,0.20976480841636658,-0.027978062629699707 +257,-1.5210432372018066,0.3241282705205027,0.9317691735995012,-0.9467556476593018,-0.31848257780075073,-0.04714292287826538,-0.14333376288414001,0.10730043053627014,0.4305655360221863,0.08571749925613403,0.05980035662651062,0.009407881647348404 +258,-1.4977833851887565,0.2879752466409613,0.9142322712473362,-0.956266462802887,-0.2840114235877991,-0.06994415819644928,-0.1822306364774704,0.3157649338245392,0.23913639783859253,0.1380596160888672,-0.08804360032081604,-0.025331735610961914 +259,-1.4745346843451264,0.2639748490497462,0.9172150075869464,-0.9608912467956543,-0.2609197795391083,-0.09278373420238495,0.34365594387054443,0.04679645597934723,0.24386906623840332,0.022628366947174072,-0.16223695874214172,-0.07851140946149826 +260,-1.480752382059799,0.2678753249716664,0.9560706815746043,-0.9604286551475525,-0.2646831274032593,-0.08671527355909348,0.2856040596961975,-0.03259657323360443,-0.27829790115356445,-0.12932348251342773,-0.015712380409240723,0.024230539798736572 +261,-1.478978653026718,0.3014355937786759,0.9550145573407093,-0.9508888721466064,-0.29689139127731323,-0.08755458891391754,-0.09916150569915771,-0.10455074161291122,-0.19671672582626343,-0.04525059461593628,0.13229486346244812,-0.014068953692913055 +262,-1.4768289374886634,0.300655953205111,0.9391351033858116,-0.9509286880493164,-0.29614681005477905,-0.08962022513151169,-0.17800107598304749,0.005141890607774258,0.07000292837619781,-0.0631551742553711,0.12457695603370667,-0.016321539878845215 +263,-1.4656207598254967,0.27684321218446734,0.9378286868979163,-0.9566075801849365,-0.27332043647766113,-0.10098437964916229,0.0736430436372757,0.007021145895123482,0.1576245278120041,0.05838370323181152,0.04388928413391113,0.07489186525344849 +264,-1.4588143391353299,0.24962040825148032,0.9544895386562849,-0.9629369378089905,-0.2470361441373825,-0.1082846000790596,0.14769434928894043,0.18819333612918854,0.2589927911758423,0.11888182163238525,-0.058185383677482605,0.0573965385556221 +265,-1.4595473211350865,0.23233505957923117,0.9771291722538489,-0.9671156406402588,-0.23025046288967133,-0.10803672671318054,0.24876609444618225,0.05809444934129715,0.10210010409355164,0.08148032426834106,-0.13531960546970367,-0.022319070994853973 +266,-1.47070700570309,0.2506645720484802,0.9951303643887678,-0.9638993144035339,-0.2480478137731552,-0.09679948538541794,0.14944739639759064,-0.14827367663383484,-0.32812249660491943,-0.025068461894989014,-0.1442098319530487,-0.02459941804409027 +267,-1.4759129065480123,0.2992398157147165,0.9918554180333522,-0.9512627720832825,-0.29479390382766724,-0.09053090214729309,-0.026798628270626068,-0.07045349478721619,-0.4597347676753998,-0.007889509201049805,0.018853962421417236,-0.04968208074569702 +268,-1.4846980082341081,0.3263234244111496,0.978808681415759,-0.943718671798706,-0.3205626606941223,-0.08145395666360855,-0.08532128483057022,-0.348071426153183,0.07912404835224152,-0.09221577644348145,0.1209319531917572,-0.07963305711746216 +269,-1.513679016465423,0.30320453831341554,0.9772921659256086,-0.9528282284736633,-0.2985801100730896,-0.054482243955135345,0.01365738920867443,0.05378001555800438,0.051306530833244324,-0.23100966215133667,0.06341162323951721,-0.03368300199508667 +270,-1.5029192271390244,0.30895450676528685,0.9861550842590469,-0.9504582285881042,-0.3040628135204315,-0.06461361050605774,0.30860617756843567,-0.1526111364364624,0.03619098663330078,0.08653616905212402,0.13910004496574402,0.013695009052753448 +271,-1.5274948304898022,0.2841703187947583,1.0249566683326632,-0.9589948654174805,-0.280361145734787,-0.04155188426375389,0.3075891435146332,-0.023703498765826225,0.2645620107650757,0.03716564178466797,0.08228680491447449,0.05717688798904419 +272,-1.4663231404904449,0.28640653915339526,1.0138007573363987,-0.9540350437164307,-0.2825069725513458,-0.10003529489040375,-0.4442957043647766,0.9355740547180176,-0.046924080699682236,0.25100159645080566,-0.07016944885253906,0.11533987522125244 +273,-1.4591872593174144,0.26578345533929437,0.9987462387727435,-0.9588836431503296,-0.2626653015613556,-0.10746670514345169,0.04262502118945122,-0.5178952217102051,0.21675105392932892,0.05963742733001709,-0.2824549376964569,-0.0833139419555664 +274,-1.4785020121605368,0.28685655235336577,0.9846098755894122,-0.9550557732582092,-0.2829386293888092,-0.08839735388755798,-0.2546086013317108,-0.2833000719547272,-0.4614088535308838,-0.1702646017074585,-0.1474507749080658,-0.09850757569074631 +275,-1.4968017941950575,0.3204320456375572,0.9500954865695737,-0.9465024471282959,-0.31497663259506226,-0.07016410678625107,-0.3975123465061188,-0.14453637599945068,-0.2704271972179413,-0.24862706661224365,0.11313337087631226,-0.07311589270830154 +276,-1.4927119054412048,0.3390119402814014,0.9158537624176419,-0.9402101635932922,-0.3325554430484772,-0.07356534153223038,-0.18473562598228455,0.3568565249443054,-0.2550509572029114,-0.18463724851608276,0.2956138849258423,0.04832732677459717 +277,-1.4968725487444399,0.3084858649488264,0.9265678464750657,-0.9501921534538269,-0.30361631512641907,-0.07037002593278885,-0.5210419297218323,0.08450883626937866,1.431359887123108,0.08500361442565918,0.21262815594673157,0.19526320695877075 +278,-1.5258083486679448,0.1756958814499416,0.9422341138092296,-0.9836089611053467,-0.17479334771633148,-0.04428045451641083,-0.1734643131494522,-0.035602863878011703,1.1365264654159546,0.08549189567565918,-0.12464511394500732,0.07437080144882202 +279,-1.5278906369055487,0.07348064192746251,0.9168963056921106,-0.9963836669921875,-0.07341453433036804,-0.04277678206562996,-0.23239703476428986,-0.2138568013906479,0.9615981578826904,0.045242369174957275,-0.26052406430244446,-0.14618808031082153 +280,-1.5475833673386392,0.0027414155091908966,0.8960998790715343,-0.9997267127037048,-0.002741412026807666,-0.023210784420371056,-0.1759960800409317,-0.1636374145746231,0.382730633020401,0.012376368045806885,-0.20808929204940796,-0.09493803977966309 +281,-1.5608824848679963,-0.0154181309789897,0.8631338590034946,-0.9998319149017334,0.015417519956827164,-0.009912500157952309,-0.48525285720825195,-0.11176414042711258,0.02643560618162155,-0.01817333698272705,-0.030218573287129402,-0.017370223999023438 +282,-1.4463071918002026,0.03828979991873365,0.7909115716565782,-0.9915338754653931,-0.03828044608235359,-0.12407682090997696,-1.0331971645355225,1.4106876850128174,-0.4474002420902252,0.17964434623718262,0.367275208234787,0.26418304443359375 +283,-1.4973877535296687,-0.057864208850127274,0.7437593318195795,-0.9956377148628235,0.05783192440867424,-0.0732199177145958,-0.3491505980491638,-1.1958805322647095,1.785643458366394,0.145189106464386,0.017897427082061768,-0.05646449327468872 +284,-1.565316135820197,-0.22850254548149107,0.7175464071936635,-0.9739922285079956,0.22651924192905426,-0.0053377170115709305,-0.19994358718395233,-0.2191404551267624,1.4099318981170654,-0.23711323738098145,-0.28561651706695557,-0.14483928680419922 +285,-1.5689816295338563,-0.30222069864274925,0.7533756165103035,-0.9546761512756348,0.29764097929000854,-0.0017324500950053334,0.6783483028411865,0.20052915811538696,-0.18494677543640137,-0.2731984257698059,-0.21771550178527832,0.025246262550354004 +286,-1.5586703994534217,-0.2596146715217013,0.8073574893707953,-0.9664180278778076,0.25670814514160156,-0.011719289235770702,-0.320740669965744,0.7632884979248047,-0.276947945356369,0.17589056491851807,0.14111903309822083,0.14207512140274048 +287,-1.5636374194325169,-0.2682817802147234,0.7947164268372073,-0.9642030596733093,0.26507508754730225,-0.006902758032083511,-0.06413856148719788,0.014838842675089836,0.364572674036026,0.1378328800201416,0.13516294956207275,-0.08538234233856201 +288,-1.5389683069404438,-0.32155968551276803,0.7913444387570767,-0.9482631683349609,0.31604668498039246,-0.030191535130143166,0.22634373605251312,0.24876634776592255,0.6070684194564819,0.07883262634277344,0.033196479082107544,-0.1259058713912964 +289,-1.5205514961460314,-0.38775551515040846,0.8320348191757114,-0.9245917201042175,0.37811151146888733,-0.04649508744478226,-0.044853340834379196,0.18641076982021332,0.6461008787155151,-0.0017998814582824707,-0.05267208814620972,0.20086830854415894 +290,-1.5164705385864592,-0.44176304524914617,0.8175056339229267,-0.9026656150817871,0.42753392457962036,-0.0490863211452961,-0.22369113564491272,0.04770902916789055,0.4329182803630829,-0.10848850011825562,-0.02709752321243286,-0.05366635322570801 +291,-1.4963987692441802,-0.4597083464368506,0.7765219276092175,-0.8937028646469116,0.44368675351142883,-0.06661225855350494,-0.26675811409950256,0.5521333813667297,-0.1813729703426361,-0.1237531304359436,-0.03159263730049133,-0.03691863268613815 +292,-1.4963335202446277,-0.443794287227571,0.7478752950934185,-0.9006262421607971,0.4293692708015442,-0.06718738377094269,-0.2546025216579437,0.07259242236614227,-0.2769372761249542,-0.044716596603393555,-0.07733380794525146,0.07030016928911209 +293,-1.5052793435268903,-0.4202631284384942,0.7290380776456759,-0.9110229015350342,0.4080007076263428,-0.05977302044630051,-0.09368061274290085,0.022173497825860977,-0.2159050554037094,0.05993342399597168,0.08545330166816711,-0.009379804134368896 +294,-1.5065583491967935,-0.4191239831784971,0.7219630475505265,-0.9115617275238037,0.4069604277610779,-0.05863756313920021,0.13541117310523987,-0.055782001465559006,0.1643252819776535,0.148210346698761,0.04588991403579712,-0.02459913119673729 +295,-1.4994305975743216,-0.4546224177534983,0.7404200470709702,-0.8961400985717773,0.43912312388420105,-0.06406249105930328,0.4517490565776825,-0.10772284120321274,0.4071875214576721,-0.051598548889160156,-0.03137773275375366,-0.12264406681060791 +296,-1.4892917396279062,-0.4749861634252559,0.7685935219649493,-0.8863469362258911,0.45732614398002625,-0.0724017322063446,0.13347023725509644,-0.06893230229616165,0.1593284010887146,-0.09445750713348389,-0.05531811714172363,-0.017579376697540283 +297,-1.4951230801509972,-0.4825448223482971,0.790774147589009,-0.8832818865776062,0.46403491497039795,-0.06696868687868118,-0.049715813249349594,-0.05184648558497429,-0.17972418665885925,-0.1570013165473938,-0.05738818645477295,0.052930593490600586 +298,-1.4980100419846134,-0.4577957308149935,0.7795002645155675,-0.8946539163589478,0.44197189807891846,-0.06523377448320389,0.01623285934329033,-0.053179558366537094,-0.14537984132766724,0.08595329523086548,0.010695338249206543,0.03189331293106079 +299,-1.495784501472066,-0.4522643375720127,0.7907360204436662,-0.8969306349754333,0.43700334429740906,-0.06740687787532806,0.02508881874382496,-0.028907442465424538,-0.16259030997753143,0.04085153341293335,0.00386887788772583,0.03701132535934448 +300,-1.4986569237788874,-0.4566009091043395,0.8008503494339325,-0.8952218294143677,0.4408997893333435,-0.06469302624464035,0.19823867082595825,-0.02534383349120617,0.23719486594200134,0.09611910581588745,-0.002896249294281006,-0.021686963737010956 +301,-1.498026834762401,-0.48159188906538375,0.8246966483473797,-0.8839132785797119,0.46319058537483215,-0.0644356980919838,0.15826989710330963,-0.11343499273061752,0.308291494846344,-0.03809916973114014,-0.017069339752197266,0.02178739756345749 +302,-1.500991775668845,-0.512568052749904,0.8374685954707003,-0.8693655729293823,0.49041688442230225,-0.06078443303704262,-0.11482002586126328,0.09308673441410065,0.2582241892814636,-0.07593166828155518,0.035645127296447754,0.02114206552505493 +303,-1.4955651802599306,-0.5052241271547083,0.8013686032846332,-0.8725908994674683,0.48400357365608215,-0.06577014178037643,-0.36431387066841125,0.4565430283546448,-0.3330881893634796,0.02545344829559326,-0.04207852482795715,-0.04432201385498047 +304,-1.4859491794889694,-0.5043858600551753,0.8289374155054773,-0.8723220825195312,0.4832698702812195,-0.07419216632843018,0.40847378969192505,-0.06976141035556793,0.03321216255426407,-0.06157684326171875,-0.04715844988822937,0.07028591632843018 +305,-1.4785890602650464,-0.4922630836262791,0.8534430995821884,-0.8775219321250916,0.47262147068977356,-0.08114399760961533,0.020665379241108894,0.008927494287490845,-0.21342381834983826,-0.022533059120178223,0.057377368211746216,0.022733323276042938 +306,-1.485379422699244,-0.47774324546836033,0.8444923656140557,-0.8847970366477966,0.45977628231048584,-0.07576096802949905,-0.08795579522848129,-0.03970181569457054,-0.07061890512704849,0.10357767343521118,7.781386375427246e-05,-0.045592181384563446 +307,-1.4880416159067709,-0.48089971483367155,0.8509426121283401,-0.8835448622703552,0.46257704496383667,-0.07328487187623978,0.04102372005581856,0.013376737013459206,0.013830332085490227,-0.02981555461883545,-0.05373314023017883,-0.016009554266929626 +308,-1.4830752072613804,-0.4832647303025871,0.868927050262068,-0.882077693939209,0.4646725058555603,-0.0775759294629097,-0.042797502130270004,-0.023444857448339462,0.10313103348016739,-0.0040915608406066895,-0.019436389207839966,0.0762331634759903 +309,-1.4825114567828424,-0.48945613321558273,0.8501111922293367,-0.8791513442993164,0.47014594078063965,-0.07781804352998734,-0.2306295484304428,0.24634705483913422,0.0074605559930205345,0.03006082773208618,-0.029640018939971924,-0.0010851547122001648 +310,-1.4777688426261166,-0.494850901885391,0.8615303124112779,-0.8762342929840088,0.4749004542827606,-0.08174983412027359,0.1125393658876419,-0.04885450005531311,0.038466766476631165,-0.06953597068786621,0.020903408527374268,0.0673760175704956 +311,-1.4852639763403286,-0.4899904852774173,0.843546083263894,-0.8791117072105408,0.47061750292778015,-0.07537639141082764,-0.2228797823190689,0.041696105152368546,-0.0593729093670845,0.025535166263580322,-0.009603768587112427,-0.023317448794841766 +312,-1.4898699065929684,-0.4945803517902877,0.8457573013047486,-0.8772873282432556,0.47466233372688293,-0.07115111500024796,0.3171381950378418,-0.1597573161125183,0.08747123926877975,-0.02311849594116211,-0.06284287571907043,-0.060211777687072754 +313,-1.4837493907214567,-0.5001749963002015,0.8888128517687341,-0.8741762042045593,0.4795790910720825,-0.07628713548183441,0.3746911883354187,-0.28418299555778503,0.1916542649269104,-0.0340878963470459,0.024220287799835205,0.0742424800992012 +314,-1.4875928483839485,-0.48561989256607485,0.8717579337749354,-0.88132643699646,0.466756671667099,-0.07349910587072372,-0.37320882081985474,0.21578863263130188,-0.3737665116786957,0.04995119571685791,0.01716059446334839,-0.04907477647066116 +315,-1.4770110753691452,-0.4553238464433845,0.8570295985140055,-0.8941717147827148,0.4397531747817993,-0.08410685509443283,-0.019053667783737183,0.1312645524740219,-0.4254242181777954,-0.04287046194076538,-0.024881988763809204,0.013763852417469025 +316,-1.457484765540195,-0.4036684363188876,0.8498635693616688,-0.913728654384613,0.39279457926750183,-0.10398142784833908,0.03350033611059189,0.1639750748872757,-0.3941434621810913,0.015871107578277588,-0.04709148406982422,0.012810125946998596 +317,-1.4578482960247474,-0.3564926444658162,0.8612761934478962,-0.9311554431915283,0.3489895462989807,-0.10562171041965485,-0.15079492330551147,0.08028533309698105,-0.6282638907432556,-0.10313105583190918,-0.1343594193458557,0.07728612422943115 +318,-1.4752316799658363,-0.3060993292009752,0.8359170080898904,-0.949165403842926,0.30134159326553345,-0.0909838005900383,-0.08437386900186539,-0.43653327226638794,-0.48794957995414734,0.11344164609909058,-0.19198188185691833,-0.03184943646192551 +319,-1.5289915341323532,-0.27550665205073827,0.7918398117269091,-0.9614467620849609,0.27203452587127686,-0.040216512978076935,-0.8737558722496033,-0.41774970293045044,-0.3734334707260132,-0.06006813049316406,-0.22210776805877686,-0.13393205404281616 +320,-1.5520306807375357,-0.24678171806695254,0.6419638539138884,-0.9695329070091248,0.24428445100784302,-0.018196046352386475,-1.5283852815628052,0.45787498354911804,-0.13569286465644836,-0.40006548166275024,0.1331416666507721,-0.044029295444488525 +321,-1.4247905360927793,-0.1539034483748326,0.42671329275627334,-0.9776659607887268,0.1532966047525406,-0.14376795291900635,-3.0468785762786865,2.2818636894226074,-1.646847128868103,0.26048773527145386,0.3821648359298706,0.40682947635650635 +322,-1.4075312060095633,-0.14262768537912385,0.2341880939717288,-0.976682722568512,0.1421446055173874,-0.16089031100273132,-0.7950957417488098,-0.48893171548843384,0.4529050886631012,0.20992863178253174,0.1904054433107376,0.1490342766046524 +323,-1.4374387970512303,-0.19781733859664907,0.1627452027294581,-0.9717921018600464,0.19652970135211945,-0.13036955893039703,-0.6156291961669922,-0.014940374530851841,0.35579410195350647,0.09662425518035889,-0.010143592953681946,0.10955655574798584 +324,-1.4308291077032163,-0.21430748408108813,0.14102292561100926,-0.9675682783126831,0.21267080307006836,-0.13631920516490936,-0.007922312244772911,0.17648917436599731,-0.21036683022975922,0.006600141525268555,-0.09392687678337097,0.11292748153209686 +325,-1.4373033078572508,-0.1950368617920415,0.14294297934165187,-0.9723123908042908,0.19380269944667816,-0.13057346642017365,0.2352430671453476,-0.6437615156173706,0.19082584977149963,-0.07790440320968628,0.009368106722831726,-0.14651085436344147 +326,-1.4772471981195492,-0.17965083447384508,0.15025622193903998,-0.9796039462089539,0.17868603765964508,-0.09190936386585236,-0.6967473030090332,0.6607723236083984,-0.5736148953437805,-0.025049924850463867,0.014780133962631226,-0.00023847073316574097 +327,-1.4589982051004584,-0.15946701613647765,0.1319520764443136,-0.9811484217643738,0.15879200398921967,-0.11014984548091888,0.3755471110343933,-0.11770248413085938,0.07816949486732483,0.05637425184249878,-0.08083485066890717,-0.10435819625854492 +328,-1.4644638218219121,-0.1553738936325639,0.17693786022393643,-0.9823738932609558,0.15474949777126312,-0.10485375672578812,0.13379527628421783,0.07389664649963379,-0.09928295761346817,-0.0021842122077941895,-0.12726841866970062,0.04397118091583252 +329,-1.4618069152654425,-0.1468988709525907,0.19121982718384944,-0.9833600521087646,0.14637111127376556,-0.10760223120450974,0.35565856099128723,0.001043129712343216,-0.15431524813175201,-0.10808569192886353,-0.12903715670108795,-0.06939969211816788 +330,-1.4505705679557048,-0.11486853929820455,0.24334502432280916,-0.9862390756607056,0.11461609601974487,-0.1191459447145462,0.8949639201164246,-0.0702846571803093,-0.25308123230934143,-0.059705138206481934,-0.11463135480880737,-0.07255023717880249 +331,-1.4233651409978914,-0.059743786928429576,0.29479893321486245,-0.9873868227005005,0.05970825254917145,-0.14663557708263397,0.36426958441734314,0.34505653381347656,-0.6603037714958191,-0.002298116683959961,-0.10775818675756454,0.02760179340839386 +332,-1.420517587796952,0.014233491697133603,0.31792212738192843,-0.988629162311554,-0.014233010821044445,-0.14969857037067413,0.24705028533935547,-0.35362496972084045,-0.8101027011871338,-0.06357109546661377,-0.07406958937644958,-0.05022208392620087 +333,-1.4418346016532673,0.10945118426786797,0.3127994227260781,-0.985761821269989,-0.10923278331756592,-0.1278350055217743,-0.2367480844259262,-0.4148738384246826,-0.8106245994567871,0.06382584571838379,0.04877747595310211,-0.030307039618492126 +334,-1.3991006546979985,0.20297703198745645,0.23271678214906943,-0.9650691747665405,-0.20158614218235016,-0.16734585165977478,-1.4257115125656128,1.8244308233261108,-1.5008686780929565,-0.07065165042877197,0.03799666464328766,0.12738311290740967 +335,-1.009366143154517,0.30255825163207,-0.10680154033720389,-0.8080444931983948,-0.2979632318019867,-0.5082144737243652,-4.454057693481445,4.591212749481201,-2.7059738636016846,-0.27378833293914795,0.002217411994934082,0.331365168094635 +336,-0.28076230804196944,0.13948055498801082,-0.6372323514678199,-0.27439719438552856,-0.13902872800827026,-0.9515131115913391,-4.018950462341309,5.863787651062012,-3.0919556617736816,0.023588508367538452,0.17609232664108276,0.3751733899116516 +337,0.14011235135212063,-0.144678517613151,-0.8836274434517583,0.13819530606269836,0.14417430758476257,-0.9798550009727478,-0.8007831573486328,1.9047399759292603,-1.3058995008468628,0.03731130063533783,0.09006336331367493,-0.2090182900428772 +338,0.19264111255585786,-0.15610022058978798,-0.9668195668106393,0.1891239732503891,0.15546703338623047,-0.9695680141448975,0.778177797794342,0.12965501844882965,-0.35321182012557983,0.010735645890235901,0.07477283477783203,-0.23273301124572754 +339,0.15921140107378975,-0.034247099793047873,-1.0089217421770074,0.15844666957855225,0.03424040600657463,-0.986773669719696,1.4763448238372803,-0.46843934059143066,0.1762475073337555,0.060547471046447754,0.07409699261188507,0.014971911907196045 +340,0.17428458027226396,0.07224873785121187,-1.0867036088322488,0.17295122146606445,-0.07218589633703232,-0.9822815656661987,2.02213716506958,1.0028517246246338,-1.0219205617904663,-0.05071306228637695,0.19932213425636292,0.22527778148651123 +341,0.1731038306664937,0.15731446554278308,-1.0812069867344354,0.1701137125492096,-0.15666639804840088,-0.9728910326957703,0.10199861973524094,0.6366196274757385,0.44175809621810913,-0.1364070475101471,-0.003169417381286621,-0.011300861835479736 +342,0.19295195982057514,0.2230409055983641,-1.0636532926301436,0.18700695037841797,-0.2211962193250656,-0.9571314454078674,0.3393910527229309,0.04275814816355705,0.1561385840177536,-0.12360668182373047,-0.019617989659309387,0.16115671396255493 +343,0.1983673757845264,0.22104149182827926,-1.0649307916764943,0.19227422773838043,-0.21924589574337006,-0.9565364122390747,-0.3305962085723877,0.6175665259361267,0.004373546689748764,-0.07784855365753174,0.029899582266807556,0.03438675403594971 +344,0.2744701464406255,0.21082439779827894,-1.0616370456130486,0.26503583788871765,-0.20926611125469208,-0.9412564635276794,0.3483548164367676,0.8784133791923523,0.4595138728618622,0.09388136863708496,0.06316320598125458,-0.016842901706695557 +345,0.27782531535167426,0.29633047611951735,-1.0642519460076463,0.26231101155281067,-0.29201260209083557,-0.9197399616241455,0.16533957421779633,0.8562644720077515,0.2696404755115509,0.08081337809562683,0.03702297806739807,0.09443783760070801 +346,0.3790301809649696,0.3273147858287672,-1.05957735525744,0.3503749668598175,-0.3215015232563019,-0.8797011971473694,0.15409192442893982,0.9446641206741333,0.15918545424938202,0.1257908046245575,0.01573064923286438,0.12854152917861938 +347,0.5180086745698397,0.3275025230484152,-1.0030443478336357,0.4688331186771393,-0.3216792941093445,-0.8226286768913269,-0.37172240018844604,2.1100845336914062,0.4048497676849365,-0.010825276374816895,0.05721396207809448,0.1837126612663269 +348,0.6011665153876535,0.27380407262051554,-0.9431872472112496,0.5445356369018555,-0.27039575576782227,-0.7939565777778625,-1.23585045337677,-0.49705371260643005,0.32046443223953247,0.04889392852783203,0.07064294815063477,0.09598904848098755 +349,0.38835871972822344,0.25820372158135335,-0.7605701214371539,0.36611703038215637,-0.2553442418575287,-0.8948506116867065,-1.2127964496612549,-1.2107980251312256,1.0923123359680176,-0.00958019495010376,0.038913577795028687,0.05798232555389404 +350,0.22477615134133355,0.23489686775574073,-0.696808179752792,0.21676728129386902,-0.23274268209934235,-0.9480732083320618,0.06189142167568207,-1.9100829362869263,0.8347724080085754,0.23063567280769348,-0.05639612674713135,-0.009293735027313232 +351,0.030187234486105458,0.14678551492470102,-0.7934958858601969,0.029858075082302094,-0.14625898003578186,-0.9887956380844116,-1.3032022714614868,-1.841325283050537,-2.6622281074523926,-0.0646786317229271,0.11531415581703186,-0.002155900001525879 +352,0.004889811642547561,0.1624809361700153,-0.7649506562706377,0.0048253885470330715,-0.16176696121692657,-0.9868171811103821,0.3706536293029785,1.7768440246582031,1.5533912181854248,-0.09871271252632141,-0.053824469447135925,0.2729499936103821 +353,0.05428879965569116,0.12696494817477458,-0.6967052410264294,0.053825367242097855,-0.12662410736083984,-0.9904893636703491,-0.7823727130889893,-0.7479757070541382,1.1230825185775757,0.26251983642578125,-0.062462806701660156,-0.03015577793121338 +354,0.06547688588573326,0.14555896156353354,-0.4861960064257891,0.0647381842136383,-0.14504550397396088,-0.9873048067092896,0.747624397277832,0.9676145315170288,2.2200586795806885,0.2427111566066742,0.058161959052085876,-0.22665393352508545 +355,0.07510098098594518,0.04080243076500627,-0.42907090442558854,0.07496795803308487,-0.0407911092042923,-0.9963513016700745,-1.5101239681243896,-0.4748668074607849,-0.23363137245178223,0.02685394138097763,0.012821748852729797,0.17164427042007446 +356,0.006372662926613679,-0.045821583607696614,-0.38918810239319734,0.006365931127220392,0.04580555111169815,-0.9989300966262817,-2.068441390991211,-0.5850433111190796,1.6006726026535034,-0.14866939187049866,-0.05941639095544815,-0.06767451763153076 +357,0.2912562953044004,-0.08583701336436282,-0.214676272856693,0.2860985994338989,0.08573164790868759,-0.9543572068214417,1.035078525543213,3.7359962463378906,2.341764450073242,-0.2821160554885864,0.3271254301071167,-0.43596261739730835 +358,0.5566511888109112,0.046450174821013115,-0.1326141635305191,0.5277760624885559,-0.0464334711432457,-0.8481134176254272,0.1632356196641922,1.5047599077224731,0.11255429685115814,-0.06075030565261841,0.1431894600391388,-0.18646299839019775 +359,0.7128229969218632,0.025832118961858663,-0.14481362990411284,0.6537538170814514,-0.025829246267676353,-0.7562663555145264,0.3321024179458618,1.8877406120300293,-0.17389272153377533,0.049905240535736084,-0.1622963696718216,0.15017199516296387 +360,0.8729570422632748,0.15526075899365224,-0.17481093964113115,0.7570155262947083,-0.15463772416114807,-0.634834349155426,0.8609796762466431,1.071320652961731,1.4331867694854736,-0.03757894039154053,-0.16567477583885193,0.042472898960113525 +361,0.9427682838215737,0.22711810119043835,-0.1082240529766465,0.7884072661399841,-0.2251705676317215,-0.5724615454673767,0.28532925248146057,-0.08162277191877365,0.6889486908912659,0.23611360788345337,0.07810637354850769,-0.11723566055297852 +362,0.930475560303746,0.2902353065216347,-0.12101041249979393,0.768365740776062,-0.28617769479751587,-0.572465181350708,0.5021290183067322,-0.3648480176925659,0.30892214179039,0.04486662149429321,0.02445894479751587,0.024659395217895508 +363,0.8401367466373881,0.3572151164127559,-0.017518284602073934,0.6977224946022034,-0.3496665060520172,-0.6252333521842957,-0.6842984557151794,-0.9177608489990234,0.8956106305122375,0.02084439992904663,0.1800498068332672,0.07873976230621338 +364,0.8093651598651492,0.3251515701793174,0.05731260608608597,0.685921311378479,-0.3194524049758911,-0.6538059115409851,-2.0530030727386475,1.4892542362213135,0.1598302125930786,0.024451613426208496,-0.1844843626022339,0.2220126986503601 +365,0.8588937771360591,0.21750257106919024,0.20878598063703618,0.7392821311950684,-0.215791717171669,-0.6378838419914246,-1.4084644317626953,0.32803815603256226,0.5512731075286865,0.08385318517684937,0.05526924133300781,0.12694334983825684 +366,0.8454591137600809,0.2160326774139504,0.26979883114008,0.730882465839386,-0.2143562138080597,-0.6479676961898804,0.10334505885839462,-0.44697803258895874,0.6613147258758545,-0.18348872661590576,-0.008238986134529114,-0.24519020318984985 +367,0.84452022756607,0.22332456988328184,0.32740277023117703,0.7290858030319214,-0.2214728444814682,-0.647598385810852,-0.7993038296699524,0.7271410226821899,-0.08340951800346375,-0.018239855766296387,0.0131293386220932,0.005096554756164551 +368,0.8562207285820834,0.17652274106457003,0.4065309188630025,0.7436332106590271,-0.17560741305351257,-0.6451137661933899,-0.7513599991798401,0.017660757526755333,0.00971977785229683,-0.021953463554382324,0.03257150948047638,0.04146081209182739 +369,0.870544114768405,0.07189032315786234,0.43662855588437344,0.7627044916152954,-0.07182841747999191,-0.6427460312843323,-1.6068376302719116,1.253989338874817,-0.9432998895645142,-0.06366884708404541,0.283818781375885,0.13485729694366455 +370,1.0340115612765797,-0.017434585304593596,0.558875764288342,0.8592267632484436,0.01743370294570923,-0.5112979412078857,-0.8040300011634827,3.4972658157348633,0.09528902173042297,0.1307787299156189,-0.01859337091445923,-0.30661892890930176 +371,1.2293089778738793,-0.017933970385912802,0.569423579028831,0.9421060085296631,0.017933009192347527,-0.3348350524902344,-0.3212950527667999,-0.33628883957862854,0.05702931806445122,-0.03584086894989014,0.023219941183924675,-0.20946118235588074 +372,1.1967235801364822,0.00010706671519350191,0.6087239324592827,0.9308468699455261,-0.00010706671309890226,-0.3654095530509949,-0.43759992718696594,-0.17822639644145966,0.4473445415496826,0.04872161149978638,0.0591738224029541,0.03456851840019226 +373,1.1699172005498144,0.017845610435841538,0.6227930182756604,0.9205717444419861,-0.017844663932919502,-0.3901658058166504,0.3568970859050751,0.001116099301725626,0.036899689584970474,-0.02758157253265381,0.05751752853393555,0.14175266027450562 +374,1.2006075328833523,0.017807066391393404,0.5564629015703315,0.9321113228797913,-0.017806125804781914,-0.3617340922355652,0.951516330242157,0.5556333065032959,-0.7029805183410645,-0.11402654647827148,0.06758031249046326,0.05945754051208496 +375,1.3076830659156569,-0.007717042348900026,0.47362152139674907,0.9655560851097107,0.007716965861618519,-0.26008015871047974,0.15867888927459717,0.04062437266111374,0.09508376568555832,0.14577192068099976,-0.05942900478839874,-0.4211026728153229 +376,1.2676618099341204,-0.024181294207398247,0.5176340705129708,0.9541263580322266,0.024178937077522278,-0.29842597246170044,-1.2936078310012817,-0.6579081416130066,-0.1635308414697647,-0.024164319038391113,-0.013116303831338882,0.04950937628746033 +377,1.2729976680132253,-0.06337015699471374,0.5876680319340115,0.9540658593177795,0.06332775205373764,-0.2928275167942047,-0.26789313554763794,0.7376053333282471,-0.05105731636285782,0.02736419439315796,0.07528309524059296,0.013652682304382324 +378,1.2975507416702794,-0.060190622346308044,0.5915091031225346,0.96115642786026,0.06015428528189659,-0.26936933398246765,0.30885428190231323,-0.13718722760677338,-0.11471155285835266,-0.01753765344619751,0.20333446562290192,-0.08422252535820007 +379,1.2852177647043974,-0.06585649086987433,0.5722551533126087,0.9574188590049744,0.06580889970064163,-0.28110194206237793,0.0358332060277462,-0.28481388092041016,-0.11942129582166672,0.00786733627319336,0.03691326081752777,0.04483485221862793 +380,1.2652655806806876,-0.050027137325995556,0.5455510902448193,0.952494204044342,0.05000627413392067,-0.3004230260848999,0.6271937489509583,0.12715935707092285,0.15718448162078857,-0.09845983982086182,0.10557232797145844,0.043541401624679565 +381,1.281610330327483,-0.03538867331597952,0.46829082414053824,0.9578761458396912,0.03538128733634949,-0.2849935293197632,0.6148973703384399,0.18403229117393494,-0.15723787248134613,-0.016866683959960938,-0.007152531296014786,0.03734347224235535 +382,1.2927779912028743,-0.03532819495040552,0.404534781124184,0.9610012769699097,0.03532084822654724,-0.27427938580513,0.5059327483177185,0.19184938073158264,-0.1563526839017868,0.07565045356750488,-0.04304179176688194,0.041979581117630005 +383,1.3068283913902266,-0.03063294850854054,0.33097649198857215,0.9649094343185425,0.030628157779574394,-0.26079070568084717,0.8197522759437561,0.17549924552440643,-0.27478882670402527,0.02317345142364502,-0.04996104538440704,-0.05297577381134033 +384,1.3150811178540296,-0.022166450707053184,0.24342987928354146,0.9672449827194214,0.022164635360240936,-0.25287529826164246,0.8780735731124878,-0.02773292548954487,-0.027251731604337692,-0.005391955375671387,-0.08937960118055344,0.01802724599838257 +385,1.3168538574807684,-0.004296644014146588,0.16067461071587857,0.9679205417633057,0.004296630620956421,-0.25121960043907166,0.8343154191970825,-0.006274934858083725,-0.14716677367687225,-0.10180121660232544,-0.06504186987876892,0.016569942235946655 +386,1.313071953696572,-0.009274773965279554,0.10770099726186556,0.9669309258460999,0.009274641051888466,-0.2548697888851166,0.1684725284576416,-0.03648056089878082,-0.08932763338088989,0.09169334173202515,-0.04720798879861832,-0.049054741859436035 +387,1.3139383748201243,-0.007843884505202188,0.1268179924046806,0.9671632051467896,0.007843803614377975,-0.25403502583503723,-0.7030814290046692,-0.1708553582429886,0.18012772500514984,0.035415470600128174,-0.07566911727190018,0.05983641743659973 +388,1.3164515149109757,-0.00020596777052673315,0.2004305942309385,0.9678282737731934,0.00020596776448655874,-0.2516113221645355,-0.7962653636932373,0.05018486827611923,0.3306393623352051,-0.027795374393463135,-0.13442228734493256,-0.04312744736671448 +389,1.3129761731255958,0.0007776398998806975,0.3089418977844672,0.9669477343559265,-0.0007776397978886962,-0.25497326254844666,-1.2539384365081787,-0.05544925853610039,0.3194809556007385,0.03541731834411621,-0.11767634749412537,0.02371111512184143 +390,1.3053965017969513,0.006374929231227874,0.43570313441855535,0.9649680852890015,-0.006374886259436607,-0.26228976249694824,-1.0796931982040405,-0.03010089509189129,0.3843691647052765,-0.050829291343688965,-0.03045983612537384,-0.016595125198364258 +391,1.3006567222456489,0.014433987267457836,0.5433372204740097,0.9636333584785461,-0.014433486387133598,-0.2668381929397583,-0.8721343874931335,-0.08331099152565002,0.35268279910087585,0.028203189373016357,-0.09976330399513245,-0.0433272123336792 +392,1.2844542333890192,0.019097736947093817,0.6354392183075923,0.9591086506843567,-0.019096575677394867,-0.2823936641216278,-1.2268251180648804,-0.35925301909446716,0.29835331439971924,0.13198643922805786,0.0036546867340803146,0.05113145709037781 +393,1.2589338044565856,0.038881486335210456,0.7430949365485039,0.951044499874115,-0.03887169063091278,-0.3065999746322632,-0.7693861722946167,-0.162028968334198,0.47895127534866333,-0.12960278987884521,0.12343588471412659,0.048482298851013184 +394,1.250279001557897,0.046044682455143336,0.8137189430602526,0.9480666518211365,-0.046028412878513336,-0.3147236406803131,-0.6207119822502136,-0.05390792712569237,0.154607892036438,-0.02080535888671875,-0.014884646981954575,0.07938739657402039 +395,1.2496062501228928,0.06123875473837643,0.8873870557482363,0.9470818638801575,-0.06120048463344574,-0.31510424613952637,-0.820815920829773,0.0939386636018753,0.6313257813453674,0.0831458568572998,-0.08041635155677795,0.09557604789733887 +396,1.2530445221622684,0.08656362805013179,1.0218889010098227,0.9463834166526794,-0.0864555612206459,-0.3112618923187256,-1.4183604717254639,0.1759394407272339,0.6960890293121338,0.030774176120758057,0.09918138384819031,0.048108816146850586 +397,1.2364529920482017,0.10915155449080396,1.1555757994299676,0.9390044212341309,-0.10893494635820389,-0.3261960744857788,-0.851601243019104,-0.03440791368484497,0.5208791494369507,0.07346200942993164,0.1963525414466858,0.011758208274841309 +398,1.2616618526163237,0.14182091870247834,1.204912180738041,0.9430333971977234,-0.14134597778320312,-0.30117979645729065,0.05873292684555054,0.6429542303085327,0.407223641872406,-0.059992074966430664,0.22287367284297943,0.016435593366622925 +399,1.3186732847907585,0.1523727417365893,1.1999974801130442,0.9571650624275208,-0.1517838090658188,-0.24657012522220612,0.2105116844177246,0.3951147496700287,-0.18634453415870667,-0.022716820240020752,0.11404883861541748,-0.023464679718017578 +400,1.3489705283041304,0.14992206000458264,1.172172481123163,0.9645549654960632,-0.14936107397079468,-0.21754314005374908,0.33632946014404297,0.10775508731603622,-0.07734566926956177,0.09217715263366699,0.13996165990829468,-0.05870199203491211 +401,1.3466001805135122,0.14596711266090664,1.1065175721073957,0.964604914188385,-0.14544932544231415,-0.21995843946933746,1.0686609745025635,-0.4540945291519165,-0.38535258173942566,0.036890387535095215,0.24635572731494904,-0.05897222459316254 +402,1.3295420658768669,0.12639566073597402,0.9498520671178837,0.9632927775382996,-0.1260593831539154,-0.2370148003101349,1.9305275678634644,-0.2601850628852844,-0.7665814757347107,-0.06639647483825684,0.2724674940109253,0.023727431893348694 +403,1.3236721912110316,0.06577069039869267,0.7075506625093528,0.967523455619812,-0.06572328507900238,-0.2440875768661499,2.219329833984375,-0.31474587321281433,-1.3748483657836914,0.08714872598648071,0.1763189733028412,0.1528552919626236 +404,1.3110843101811467,-0.007888315680403511,0.4311377671117583,0.9664338231086731,0.007888234220445156,-0.2567942440509796,2.78098201751709,0.06052135303616524,-1.3994405269622803,0.09074079990386963,0.07492122054100037,0.1845591962337494 +405,1.312779799464426,-0.06620216180685506,0.11927065854759247,0.9647800326347351,0.06615381687879562,-0.254604309797287,2.7780730724334717,0.2792251408100128,-1.1795305013656616,0.07535070180892944,-0.00815514475107193,0.2318839728832245 +406,1.3230489169114363,-0.10379108677336107,-0.17789596132210486,0.9642502069473267,0.10360483825206757,-0.24390114843845367,2.642763376235962,0.34064996242523193,-1.0418028831481934,0.05398416519165039,-0.014020472764968872,0.1499069631099701 +407,1.35840992709493,-0.12627173002680553,-0.44162941194935407,0.9697479009628296,0.12593643367290497,-0.20911501348018646,2.3207859992980957,0.8601287007331848,-0.6610530614852905,-0.04112851619720459,-0.06932632625102997,0.0011529326438903809 +408,1.3725808106697568,-0.1612632494693749,-0.618567614240223,0.9676989316940308,0.16056519746780396,-0.19436512887477875,0.9215096831321716,0.018826661631464958,-0.6495369672775269,0.02003312110900879,-0.18613892793655396,0.011793702840805054 +409,1.3744569001805442,-0.18088771849106425,-0.6406910860548114,0.9647851586341858,0.17990288138389587,-0.19189755618572235,-0.43264877796173096,0.0740770548582077,0.15199433267116547,0.001614987850189209,-0.2978075444698334,-0.049954235553741455 +410,1.369686440820913,-0.16377515756863514,-0.5143526683059175,0.9667339324951172,0.1630440056324005,-0.197083979845047,-1.6307357549667358,-0.4689567983150482,0.6784148216247559,0.10591310262680054,-0.2322578728199005,-0.1077866405248642 +411,1.3108857921873607,-0.11498740750531342,-0.2946348989977081,0.9600309133529663,0.11473418027162552,-0.2552969455718994,-1.8732128143310547,-0.8234226703643799,0.8898382782936096,0.006689548492431641,-0.03418304771184921,0.029711037874221802 +412,1.263436365068528,-0.09841597737964965,-0.1137172010647003,0.9485234618186951,0.09825718402862549,-0.3010793924331665,-1.7396528720855713,-0.6632171273231506,0.43279600143432617,0.07068735361099243,-0.007604710757732391,0.211220383644104 +413,1.2527507799040623,-0.08983063748948834,0.07311040743926844,0.946018636226654,0.08970987051725388,-0.31144988536834717,-1.3967771530151367,0.20965394377708435,0.8889434337615967,0.046184241771698,-0.03140603005886078,0.14438137412071228 +414,1.2948286607327466,-0.06089062385654302,0.22642735039331494,0.960378885269165,0.060853004455566406,-0.2719731628894806,-1.4519662857055664,0.17281652987003326,0.4877730906009674,-0.03546738624572754,0.019637107849121094,-0.0034479498863220215 +415,1.3151811416769934,-0.052075700528558026,0.35018336912163517,0.9661962985992432,0.05205216631293297,-0.2524978816509247,-1.0114940404891968,0.1680549532175064,0.3878638446331024,-0.02384406328201294,-0.027668628841638565,-0.05463096499443054 +416,1.3322640558415262,-0.04721537989400452,0.4427289972038827,0.9706028699874878,0.04719783738255501,-0.23601338267326355,-0.6808328032493591,0.28012678027153015,0.19239911437034607,0.02117258310317993,-0.0638299286365509,-0.16684913635253906 +417,1.3296091715878786,-0.022772755586333838,0.5177835898677562,0.970803439617157,0.02277078665792942,-0.23879368603229523,-1.069095253944397,-0.24783311784267426,0.39780861139297485,-0.03814035654067993,-0.07115639746189117,0.02840551733970642 +418,1.3048374479729252,-0.02893316216933995,0.649222374143026,0.9644370675086975,0.028929125517606735,-0.26272454857826233,-1.4792048931121826,-0.3745882213115692,0.21561934053897858,0.07473224401473999,-0.07133328914642334,0.024779021739959717 +419,1.2974876170898604,-0.004977577970681656,0.7810892078938063,0.9628711938858032,0.0049775573424994946,-0.26991546154022217,-1.0033847093582153,0.14066216349601746,0.7719371914863586,-0.024623513221740723,-0.023806899785995483,0.08320891857147217 +420,1.285743175573809,0.016776270882138036,0.9031885589658513,0.9595116972923279,-0.016775483265519142,-0.2811689078807831,-1.2158178091049194,-0.43190279603004456,0.3345392346382141,0.08602052927017212,0.10518491268157959,0.04802989959716797 +421,1.2768033687045675,0.037319047775117076,0.9793699910711124,0.9564279913902283,-0.03731038421392441,-0.28957438468933105,-0.22188740968704224,0.23808585107326508,0.41855406761169434,0.003700733184814453,0.11058309674263,0.04717329144477844 +422,1.283388131843991,0.0438419575803799,1.012721474820851,0.9580602645874023,-0.04382791370153427,-0.28319528698921204,-0.24560320377349854,-0.07135382294654846,-0.1381111890077591,0.02333921194076538,0.23091593384742737,-0.05638900399208069 +423,1.2873714626332704,0.027091754674430747,0.9343014402709451,0.9597510099411011,-0.02708844095468521,-0.2795428931713104,1.7347016334533691,0.2741720676422119,-0.6465306878089905,-0.035938143730163574,0.286457359790802,-0.03977781534194946 +424,1.318790976814693,-0.005787172013176815,0.7010533029317272,0.9683980941772461,0.005787139758467674,-0.24934227764606476,2.0718555450439453,0.03539431095123291,-1.161090612411499,-0.05396944284439087,0.2664906978607178,0.15366972982883453 +425,1.3188384223537395,-0.100941082278267,0.4947913385690893,0.9634966850280762,0.10076975077390671,-0.24803152680397034,1.4901347160339355,0.18329258263111115,-1.5274204015731812,0.04425477981567383,0.051390886306762695,0.16535937786102295 +426,1.3178159546122346,-0.19741425630739867,0.3487979773128795,0.94936603307724,0.19613446295261383,-0.24542920291423798,1.1429156064987183,0.36588412523269653,-0.9605793952941895,0.10193401575088501,-0.12283122539520264,0.03566664457321167 +427,1.3293631115943432,-0.23596595540266188,0.20415068253778856,0.9440889954566956,0.23378227651119232,-0.23246896266937256,1.2407728433609009,0.4168621897697449,-0.5242252945899963,0.05092138051986694,-0.03592158854007721,0.010011091828346252 +428,1.3387451753928006,-0.2500435421291598,0.057048395500994824,0.9429318904876709,0.24744614958763123,-0.22282235324382782,1.3860552310943604,0.5057051181793213,-0.42868754267692566,-0.0312345027923584,0.004232302308082581,0.05766125023365021 +429,1.3529422655018524,-0.26357995814895324,-0.0571327534155607,0.9426432847976685,0.2605385184288025,-0.20867034792900085,0.7881446480751038,0.3611314594745636,-0.4232584238052368,-0.020157933235168457,0.03380349278450012,0.05602140724658966 +430,1.353404469795683,-0.2811673421059458,-0.11639987018928957,0.9381197690963745,0.27747735381126404,-0.20721419155597687,0.5250042080879211,0.080531544983387,-0.1700047254562378,0.06217014789581299,-0.03675466775894165,-0.019607722759246826 +431,1.338683726768976,-0.26593263030254755,-0.15276423915125395,0.9389731884002686,0.26280921697616577,-0.2219478040933609,0.4950929880142212,-0.04891909286379814,0.2660173773765564,0.050986528396606445,-0.03063148260116577,-0.018835902214050293 +432,1.3202748620819154,-0.2090175442501584,-0.17692077038500062,0.9476979374885559,0.2074989229440689,-0.2425134927034378,0.17835134267807007,-0.12093020230531693,0.655678927898407,-0.040105223655700684,0.0027824342250823975,0.0715845376253128 +433,1.3013846874689592,-0.1488640461136801,-0.1356116948382869,0.9532668590545654,0.14831483364105225,-0.2632206380367279,-0.5498710870742798,-0.38213446736335754,0.5911383032798767,-0.04774928092956543,4.6372413635253906e-05,0.06774026155471802 +434,1.2891254132686707,-0.10052161120436753,-0.06959675148121983,0.955743134021759,0.10035240650177002,-0.27655792236328125,-0.14120596647262573,0.09294531494379044,0.37468045949935913,0.017630159854888916,0.04266820847988129,-0.028999298810958862 +435,1.280239217560328,-0.10995962855441971,-0.015264820178371776,0.9522980451583862,0.10973817110061646,-0.28475576639175415,-0.4729370176792145,-0.3376449942588806,0.16235856711864471,0.1647520661354065,-0.04496461898088455,-0.26330938935279846 +436,1.3411654038291003,-0.041000681174263524,-0.13839420738943012,0.9729321002960205,0.04098919406533241,-0.22742685675621033,1.4647151231765747,0.49660253524780273,0.6753392219543457,-0.231980562210083,0.03977557271718979,0.011316657066345215 +437,1.330106305042255,-0.027158421483804936,-0.1637780109918198,0.9708155989646912,0.027155082672834396,-0.2382849156856537,-0.7248334288597107,-0.37850117683410645,-0.4216119647026062,-0.07443803548812866,-0.0476476326584816,0.08977115154266357 +438,1.2882890361827926,-0.09423367255976672,-0.051983204684005635,0.9560986161231995,0.09409426897764206,-0.2775276005268097,-1.092340111732483,-0.30379578471183777,-0.027549369260668755,0.17411983013153076,-0.19426822662353516,-0.18923872709274292 +439,1.325241276038067,-0.06535322404359899,-0.029186316016779616,0.9679317474365234,0.06530671566724777,-0.24257579445838928,0.1736501157283783,0.46837469935417175,0.3672158122062683,-0.12451756000518799,-0.05880647897720337,-0.08899764716625214 +440,1.319089692771719,-0.06721138141873953,0.02016520328211998,0.9663020968437195,0.06716079264879227,-0.24849484860897064,-0.7538703083992004,-0.4929007589817047,-0.0488329753279686,-0.009911715984344482,-0.05101699382066727,-0.16117310523986816 +441,1.289321909077533,-0.07118419993230822,0.0337041339005146,0.9582139849662781,0.07112409919500351,-0.2770688533782959,0.46020951867103577,-0.09081488102674484,-0.05187457799911499,0.06377381086349487,0.036374062299728394,-0.1510164439678192 +442,1.2636825924555732,-0.07903749863624719,0.01980100454323621,0.9502343535423279,0.07895523309707642,-0.301364928483963,0.1793050616979599,0.1931665688753128,0.39823389053344727,-0.01097959280014038,-0.037375032901763916,-0.0194663405418396 +443,1.2654847621154688,-0.08217781605116119,0.020443816804985308,0.9505347609519958,0.08208535611629486,-0.29957595467567444,-0.6989786624908447,-0.47942864894866943,-0.34878864884376526,-0.07478708028793335,0.03790976107120514,0.006485104560852051 +444,1.229744278467356,-0.12997569499982384,0.044169464294178486,0.9344541430473328,0.12961004674434662,-0.33165740966796875,0.0275534950196743,-0.18622861802577972,-0.2684008479118347,0.007989645004272461,-0.12048530578613281,0.021461516618728638 +445,1.2282094905745289,-0.14273012848260835,0.05520521480834137,0.9323111176490784,0.14224600791931152,-0.3325088322162628,-0.4178498387336731,-0.006921726278960705,0.06851554661989212,0.05885404348373413,-0.10295462608337402,0.09088587760925293 +446,1.2433459167992698,-0.12833253895878993,0.11914001233507952,0.9390791058540344,0.127980574965477,-0.31898510456085205,-0.6128977537155151,0.26728057861328125,0.45716848969459534,0.005272030830383301,-0.006490081548690796,0.13652050495147705 +447,1.2766061779770213,-0.11614767642173482,0.21508404670465436,0.9505892395973206,0.11588671058416367,-0.28801125288009644,-1.2000924348831177,0.19924616813659668,0.38872021436691284,0.028170526027679443,0.06523512303829193,0.06672829389572144 +448,1.3253323874307923,-0.09981399624539058,0.31866265214070866,0.9651966691017151,0.09964834153652191,-0.24179688096046448,-0.46916061639785767,0.598301112651825,0.4062219560146332,-0.06315809488296509,0.048255108296871185,-0.12272036075592041 +449,1.3622734836613972,-0.07653540104354245,0.3865014947858104,0.9754737019538879,0.07646070420742035,-0.20640893280506134,-0.7606819272041321,0.03445718437433243,0.4246509075164795,-0.00757831335067749,0.10289109498262405,-0.12311986088752747 +450,1.3579880112034295,-0.05337629448725365,0.45613950080888754,0.9760497212409973,0.05335095152258873,-0.21090492606163025,-0.6531654596328735,-0.16040898859500885,0.24034138023853302,-0.02971482276916504,0.15747973322868347,-0.04348963499069214 +451,1.3533248371617068,-0.044615520680130534,0.4981745442769352,0.9754743576049805,0.0446007214486599,-0.2155466228723526,0.009522675536572933,0.06324513256549835,0.1656530201435089,-0.038889944553375244,0.1071784496307373,-0.08654682338237762 +452,1.3659044708510448,-0.02850993705251422,0.5122513248884428,0.9786851406097412,0.028506074100732803,-0.2033786028623581,-0.4964626431465149,0.20986561477184296,0.3064079284667969,-0.04904341697692871,0.0414859801530838,-0.01880466938018799 +453,1.3610250763251652,-0.04678415065477955,0.587347960837732,0.9770084619522095,0.046767085790634155,-0.20800833404064178,-1.3838225603103638,-0.43162620067596436,0.09920497238636017,0.2486843466758728,-0.10732921957969666,-0.10298103094100952 +454,1.3363904057452165,-0.010885812636034248,0.6934340839096984,0.9725948572158813,0.010885597206652164,-0.23225143551826477,-1.0973832607269287,-0.1661670207977295,0.7386276125907898,-0.09855622053146362,-0.04453122615814209,0.06527449190616608 +455,1.3036990074056958,-0.0038337301201185696,0.8210875948724375,0.9645340442657471,0.0038337206933647394,-0.26393088698387146,-1.5627059936523438,-0.5912231206893921,0.1377069354057312,-0.00887596607208252,0.004390776623040438,0.11674460768699646 +456,1.284796735986977,-0.013975468181864402,0.941041876519148,0.9592863917350769,0.013975013047456741,-0.2820890247821808,-0.8062810897827148,0.1879831701517105,0.31563442945480347,-0.02900385856628418,-0.11097514629364014,0.1705319881439209 +457,1.2921134034946156,-0.013837338044587356,1.0741693215878076,0.9613265991210938,0.013836896046996117,-0.27506330609321594,-1.5035916566848755,-0.01736677624285221,0.5292006731033325,0.15499114990234375,-0.07911399006843567,0.038719892501831055 +458,1.320818113665052,0.03179656920022873,1.1807469411298008,0.9684280753135681,-0.03179121017456055,-0.24725781381130219,-0.44669249653816223,0.5465075969696045,0.785595715045929,-0.058866918087005615,-0.037346359342336655,-0.021586820483207703 +459,1.340102549562948,0.06752967562891507,1.2814848416579867,0.9712890982627869,-0.06747835874557495,-0.22813181579113007,-1.3608744144439697,-0.09362570196390152,0.45574358105659485,0.01062917709350586,0.003040492534637451,-0.02641528844833374 +460,1.3267048521798754,0.08690013306448066,1.3997828155832106,0.9666957855224609,-0.08679080009460449,-0.24076290428638458,-0.9952577352523804,-0.14479856193065643,0.48909488320350647,0.06952869892120361,-0.005158700048923492,-0.027578145265579224 +461,1.2862585521314753,0.11580862083287363,1.5053560180998915,0.9533624053001404,-0.11554992944002151,-0.2788335084915161,-0.4135951101779938,-0.2030588686466217,0.460539311170578,0.04187673330307007,0.10293091833591461,-0.0891474187374115 +462,1.2724163687901089,0.14540649671106542,1.5085990986930573,0.9457272887229919,-0.14489464461803436,-0.2908698320388794,0.3003263473510742,-0.07121600210666656,0.028685186058282852,-0.1167784333229065,0.13871484994888306,0.05136793851852417 +463,1.2701978591643495,0.1337338631847155,1.489310720832188,0.9466307759284973,-0.13333559036254883,-0.2934480607509613,-0.03228924423456192,0.055783312767744064,-0.3373074233531952,-0.06702262163162231,0.05766722559928894,0.1302858591079712 +464,1.2762514280241544,0.09004771603111635,1.5078477952890894,0.9530572295188904,-0.08992607146501541,-0.2891281545162201,-0.49075818061828613,0.1699061393737793,-0.2711979150772095,0.057700157165527344,-0.06862800568342209,0.03125467896461487 +465,1.2926316751511284,0.061184790541606644,1.5514417822192375,0.9597617387771606,-0.06114662438631058,-0.27407750487327576,-0.5611326098442078,0.08143123984336853,0.04388779401779175,0.07748490571975708,-0.11425316333770752,-0.08773890137672424 +466,1.2917514161079844,0.05934371837681584,1.586977237947799,0.9596267342567444,-0.059308893978595734,-0.27495276927948,-0.27094346284866333,-0.1902153640985489,0.12236250936985016,0.012220799922943115,-0.03599753603339195,-0.11477193236351013 +467,1.2678676846249282,0.05777177527905349,1.5876772929182008,0.9528745412826538,-0.05773964524269104,-0.2978190779685974,0.138808012008667,-0.2983241081237793,-0.12170224636793137,-0.033257901668548584,0.02992287650704384,-0.0602283775806427 +468,1.2350362694708368,0.03679092061928015,1.5588575459647065,0.94352126121521,-0.03678262233734131,-0.32926392555236816,0.13373306393623352,-0.37976399064064026,-0.4254624843597412,-0.04677748680114746,0.02178323268890381,0.003031015396118164 +469,1.2056119664733047,-0.00960975693332104,1.5247535043761886,0.9340148568153381,0.00960960891097784,-0.357105016708374,0.5222539305686951,0.12176906317472458,-0.6597902178764343,0.006048619747161865,-0.08208885788917542,-0.13349556922912598 +470,1.1864730945343323,-0.022694445071927468,1.456903395318353,0.9268136620521545,0.022692497819662094,-0.3748352825641632,0.09022922068834305,-0.6571128964424133,-0.1647595763206482,0.026219725608825684,0.009350955486297607,0.00561833381652832 +471,1.0921533213302865,-0.04629266438668385,1.4735249838684632,0.8866698741912842,0.04627613350749016,-0.46008169651031494,-0.3635379672050476,-0.798389732837677,-0.09286431968212128,0.08279728889465332,-0.027782469987869263,0.12310659885406494 +472,1.0507945309759317,-0.06638356915736748,1.4979240451990232,0.865906834602356,0.06633482128381729,-0.49578729271888733,-0.30660951137542725,-0.21085940301418304,0.14423304796218872,0.09184157848358154,-0.033803075551986694,0.13055288791656494 +473,1.0630414147305125,-0.042062969182392926,1.5276998596384823,0.8730653524398804,0.0420505665242672,-0.4857865273952484,-0.1326017528772354,0.3251177668571472,0.3213827908039093,-0.08145469427108765,0.1141078770160675,0.1735459864139557 +474,1.0726735452801355,-0.061263601485028706,1.5712994740353476,0.8768329620361328,0.0612252876162529,-0.4768809676170349,-0.6890559196472168,-0.07883255183696747,-0.11221225559711456,0.12223625183105469,0.189522385597229,0.08437913656234741 +475,1.1170506538906566,-0.060541952461531386,1.583925064596068,0.8971648812294006,0.0605049766600132,-0.4375321865081787,0.4083060920238495,0.8035980463027954,0.05513806641101837,-0.08684688806533813,0.1567344069480896,0.03338789939880371 +476,1.2289568038037342,-0.06107648767140944,1.5044689065111359,0.9403829574584961,0.06103852391242981,-0.3345957100391388,1.0928537845611572,1.120318055152893,-0.4175284802913666,0.011689186096191406,0.0979885458946228,-0.0960226058959961 +477,1.2603634691792296,-0.07622928903544023,1.4660543958555488,0.9494361877441406,0.07615548372268677,-0.30458372831344604,-0.17565134167671204,-0.40286391973495483,-0.3292553424835205,0.0086478590965271,0.09930532425642014,-0.08648374676704407 +478,1.2100580772378462,-0.11224075023458689,1.4827392545898939,0.9297491312026978,0.11200523376464844,-0.3507440686225891,-0.11505044996738434,-0.2126319855451584,-0.41255828738212585,-0.012604355812072754,0.10067176818847656,0.006246387958526611 +479,1.2173875814730124,-0.1432478558993924,1.4132581333511023,0.9285889863967896,0.14275845885276794,-0.3425530195236206,0.7928816080093384,0.35978075861930847,-0.5472502708435059,-0.004181027412414551,0.08232393860816956,0.061638712882995605 +480,1.2290874722321874,-0.16782948043692078,1.3232706883694216,0.9289454221725464,0.16704271733760834,-0.3303894102573395,0.8743417263031006,0.24750548601150513,-0.4075486361980438,0.028116345405578613,0.06571486592292786,0.04497373104095459 +481,1.2384957781571542,-0.16766462496494114,1.199737944969979,0.9320387244224548,0.16688017547130585,-0.3216440975666046,1.3421448469161987,0.2821391224861145,-0.2996504008769989,0.03689444065093994,0.15117400884628296,0.014866113662719727 +482,1.2528368561073593,-0.14930005204620644,1.0136913647052475,0.9393083453178406,0.14874601364135742,-0.3091511130332947,1.8424266576766968,0.24846960604190826,-0.6489195227622986,-0.10039544105529785,0.18386505544185638,0.032890766859054565 +483,1.23728873909849,-0.17252898473183867,0.8290789593070919,0.9308716058731079,0.17167434096336365,-0.32249927520751953,1.5422039031982422,0.12639430165290833,-0.7552144527435303,0.001455545425415039,-0.012845590710639954,0.05107596516609192 +484,1.2328536917759274,-0.17244161751788253,0.663046607029815,0.9294464588165283,0.1715882569551468,-0.3266295790672302,1.3820865154266357,0.24326151609420776,-0.35444289445877075,0.04090571403503418,-0.06679090857505798,0.049484193325042725 +485,1.2331232329214448,-0.1563000064337028,0.5618154834281887,0.9320265650749207,0.1556643843650818,-0.327254056930542,0.8192845582962036,0.1806287169456482,0.017011169344186783,0.050959885120391846,-0.08883090317249298,-0.013383150100708008 +486,1.2347052637805715,-0.12080395427732284,0.49641818021092593,0.9371708035469055,0.12051033973693848,-0.32739579677581787,0.5559228658676147,0.01745595410466194,0.17356650531291962,0.0029078125953674316,0.00426076352596283,-0.02515849471092224 +487,1.2325542821777624,-0.0879019932396826,0.4604383307550424,0.9396973848342896,0.08778883516788483,-0.33054810762405396,0.3730587065219879,-0.07283496856689453,0.18807998299598694,0.0016783475875854492,0.10932418704032898,-0.046328723430633545 +488,1.2182991162800456,-0.0719128585684473,0.4270517734446775,0.9360878467559814,0.07185089588165283,-0.34435024857521057,0.3024374544620514,-0.12701299786567688,-0.10864555835723877,-0.10500264167785645,0.07834136486053467,0.06364953517913818 +489,1.2022270259045342,-0.10111962128789186,0.38700859674729343,0.9280785322189331,0.10094738006591797,-0.3584407567977905,0.1892339289188385,-0.3042770028114319,-0.9180167317390442,0.02312380075454712,0.03950975835323334,0.034344106912612915 +490,1.169605574862677,-0.16198811931837498,0.3633327098343319,0.9085447788238525,0.16128061711788177,-0.3854024410247803,0.7493306398391724,0.43833425641059875,-0.053145043551921844,0.11568617820739746,-0.25654125213623047,-0.06799721717834473 +491,1.2064762760947312,-0.11851920186506705,0.28108932669537207,0.9278115034103394,0.11824192851781845,-0.3538144528865814,0.3704088032245636,-0.02295352891087532,-0.016625821590423584,-0.10456931591033936,-0.09561314433813095,0.05878579616546631 +492,1.1711157139384407,-0.1334464713023776,0.2809250829207777,0.9129952788352966,0.13305075466632843,-0.38566455245018005,0.10383977741003036,-0.2201654016971588,-0.1047092005610466,0.15032869577407837,-0.12130147218704224,-0.034211575984954834 +493,1.1912598429470302,-0.09119774151642548,0.25679428023000594,0.9249765872955322,0.09107137471437454,-0.36895036697387695,0.31959477066993713,0.5250616669654846,0.5337238907814026,0.0061757564544677734,-0.04148031026124954,0.07569169998168945 +494,1.2367720354063279,-0.05942997588329308,0.3014106208283328,0.9430628418922424,0.059394996613264084,-0.3272687792778015,-0.6800069808959961,0.48607325553894043,0.12010595202445984,-0.15181833505630493,0.07048780471086502,-0.04179561138153076 +495,1.2714887035680056,-0.09018257006687644,0.3590425527063022,0.9516579508781433,0.09006037563085556,-0.2936604917049408,-0.8025708794593811,-0.2247084379196167,-0.08498752862215042,0.09437793493270874,-0.0048400238156318665,-0.1529490053653717 +496,1.2069701727740798,-0.11541213182119796,0.4475901285914885,0.9283249378204346,0.11515609174966812,-0.3534851670265198,-0.807374894618988,-0.8927863836288452,0.047557830810546875,0.006992995738983154,-0.07003585994243622,-0.03749075531959534 +497,1.1582839896575237,-0.1306283807354448,0.48323560197847715,0.9083114266395569,0.13025718927383423,-0.3974965214729309,0.045856915414333344,-0.2681821584701538,-0.028655942529439926,0.029829442501068115,-0.11260277032852173,0.019383728504180908 +498,1.139271056917819,-0.13161501512351778,0.4833913289456157,0.90047287940979,0.13123536109924316,-0.41463932394981384,-0.13182851672172546,-0.17374961078166962,-0.12226097285747528,0.10590517520904541,-0.08767151832580566,0.08779609203338623 +499,1.1354721463140467,-0.11832866046317017,0.5131524101957207,0.9003929495811462,0.11805272102355957,-0.41875556111335754,0.20845289528369904,0.4011419117450714,0.6790916323661804,0.07046276330947876,-0.09440159797668457,0.018868446350097656 +500,1.1906547745915088,-0.045418657783359455,0.5144613886525734,0.9276545643806458,0.045403044670820236,-0.37066930532455444,-0.2529713213443756,0.3274298310279846,0.423742413520813,-0.1913263201713562,0.10861916840076447,0.14882180094718933 +501,1.2370323019404617,-0.07024594941744139,0.5856623602716622,0.9424858093261719,0.07018819451332092,-0.32679370045661926,0.21181383728981018,1.3322871923446655,-0.27879276871681213,0.12326431274414062,0.03460916876792908,-0.3624153137207031 +502,1.240172152928323,-0.03837232308124552,0.6089718103515165,0.9451436400413513,0.038362905383110046,-0.32439449429512024,-0.9740393161773682,-0.7350788116455078,0.38002994656562805,-0.0948324203491211,0.09016185998916626,0.03185299038887024 +503,1.1853870904796238,-0.0483492770295679,0.7128048323890341,0.925561785697937,0.04833044111728668,-0.37549906969070435,-0.8184318542480469,-0.3786633312702179,0.24288837611675262,-0.02936732769012451,0.006265521049499512,0.011363327503204346 +504,1.1703971123466244,-0.04002822204782612,0.7656350490953501,0.9201677441596985,0.04001753404736519,-0.3894737660884857,-0.5505832433700562,-0.1731344759464264,0.2923421561717987,0.14431583881378174,0.15709549188613892,0.0976342260837555 +505,1.1884989985724275,-0.019211822045449377,0.8231892188837706,0.9276388883590698,0.019210640341043472,-0.3729841113090515,-0.11289795488119125,0.7186334729194641,0.703097939491272,-0.031505465507507324,0.08729571104049683,0.046659648418426514 +506,1.2912397603062569,0.014896520533476202,0.8178934463738524,0.9610711932182312,-0.01489597000181675,-0.27589884400367737,0.1797681748867035,0.0539327897131443,-0.12850704789161682,-0.14966988563537598,0.2581363320350647,-0.34449294209480286 +507,1.2441023487219913,-0.009635277049025172,0.8305202678750556,0.9470646381378174,0.00963512808084488,-0.32089877128601074,-0.2011881172657013,-0.8208038806915283,-0.29541510343551636,0.007311701774597168,0.11710438132286072,-0.11019256711006165 +508,1.1809676583514928,-0.02926848172234283,0.8093943123054226,0.9245780110359192,0.029264302924275398,-0.37986719608306885,0.6664615273475647,-0.10872329771518707,-0.31368890404701233,0.008039116859436035,0.09393516182899475,-0.02876320481300354 +509,1.1654933142850694,-0.024620840498387947,0.7107769263233219,0.9187043905258179,0.024618353694677353,-0.39417770504951477,1.0609649419784546,-0.1829349398612976,-0.42803719639778137,0.026745378971099854,0.15015581250190735,0.017651885747909546 +510,1.120625862913076,-0.009114941042018057,0.5945846334765708,0.9003355503082275,0.009114814922213554,-0.4351009428501129,1.3985687494277954,-0.7414315342903137,-0.20090754330158234,0.12435317039489746,0.1156868189573288,-0.0735507607460022 +511,1.014483262937169,0.07077410341732092,0.41175833666575656,0.8470818400382996,-0.07071503251791,-0.526736855506897,2.164423942565918,-1.4777363538742065,-0.3000723123550415,-0.03685539960861206,0.1356411874294281,0.03477823734283447 +512,0.8910948483293328,0.11439477693835141,0.21293019572339766,0.772676944732666,-0.1141454428434372,-0.6244525909423828,1.4934688806533813,-0.8149971961975098,-0.533169686794281,0.12092345952987671,-0.018071956932544708,0.2311421036720276 +513,0.8345320617636717,0.15957892203677315,0.11116746814141792,0.7315676212310791,-0.15890249609947205,-0.6629922986030579,2.1470706462860107,-2.2610466480255127,-0.2984578013420105,0.005294501781463623,-0.001986175775527954,-0.16963410377502441 +514,0.745608439360094,0.20536052532453317,-0.014304144095205045,0.6641637086868286,-0.2039201259613037,-0.7192379236221313,0.6092435717582703,-0.43320298194885254,-1.034738302230835,0.0030268430709838867,0.040925756096839905,-0.012298882007598877 +515,0.7264215077527396,0.24120556344898675,-0.20210947116922642,0.6449706554412842,-0.2388734668493271,-0.7259147763252258,2.4905576705932617,-0.7005869746208191,-1.265457272529602,-0.006405651569366455,0.0014314651489257812,-0.2334510087966919 +516,0.699205121270465,0.21208021439411187,-0.3106354654976895,0.6291895508766174,-0.21049396693706512,-0.748206377029419,-0.34529781341552734,-2.010563611984253,-0.8273433446884155,0.11742299795150757,-0.08328348398208618,0.22318196296691895 +517,0.6045733478372611,0.1759238761054306,-0.46479728636572554,0.5596378445625305,-0.1750178337097168,-0.8100458383560181,1.3122508525848389,-1.3664577007293701,-1.715531826019287,0.2656795382499695,-0.0784917026758194,-0.020642638206481934 +518,0.44844796307695145,0.08350907163385853,-0.642746288087968,0.4320565462112427,-0.0834120437502861,-0.897980809211731,0.07321091741323471,-2.1600866317749023,-1.500807523727417,-0.038349270820617676,-0.0618668794631958,-0.03933608531951904 +519,0.33204725600050794,0.020979248912115504,-0.7263993628592038,0.3259074091911316,-0.02097770944237709,-0.9451689124107361,-0.6034117341041565,-0.463667094707489,-0.6315109133720398,-0.04299420118331909,-0.03239753842353821,-0.039755403995513916 +520,0.23326797286852796,-0.03189189404488113,-0.8258796776057674,0.23104067146778107,0.03188648819923401,-0.9724214673042297,0.17278829216957092,-1.25791597366333,-1.5032329559326172,0.029396340250968933,0.003971662372350693,0.018472492694854736 +521,0.21270873768477103,-0.009794003438194143,-0.8857655394535595,0.21109823882579803,0.009793846867978573,-0.9774158000946045,0.4958283007144928,0.0746494010090828,-0.08821070194244385,0.10562846064567566,-0.09786757826805115,0.0015246868133544922 +522,0.16921214569972623,0.058637026937247094,-0.8597206458327503,0.16811636090278625,-0.0586034320294857,-0.9840236306190491,0.4356909990310669,-0.6499776244163513,0.2638036906719208,0.05766792595386505,0.0808049738407135,-0.03538548946380615 +523,0.07102938534178546,0.14174132145376572,-0.8607080634762233,0.07025795429944992,-0.14126718044281006,-0.9874752759933472,1.031807780265808,-1.264569878578186,-0.0029489248991012573,0.02683372050523758,0.0007032155990600586,0.03879058361053467 +524,0.015163424894117063,0.220354183541028,-0.8376621417716669,0.014796207658946514,-0.21857525408267975,-0.9757078886032104,0.47219350934028625,-0.28517991304397583,0.10254882276058197,0.11606316268444061,0.030770093202590942,0.11306756734848022 +525,-0.025679813700758145,0.21556520473380308,-0.8137053911467086,-0.02508271485567093,-0.21389958262443542,-0.9765335917472839,0.18996396660804749,-1.1592999696731567,0.9885415434837341,0.13230621814727783,-0.053098708391189575,-0.061262428760528564 +526,-0.072170626014074,0.25415821780007214,-0.8208800749193345,-0.06979154050350189,-0.2514307498931885,-0.9653557538986206,-0.5321826338768005,0.30466338992118835,-0.025190753862261772,0.06794523447751999,-0.03833365440368652,0.1124352216720581 +527,-0.014271801503875147,0.1955113109026662,-0.7891655939131728,-0.013999426737427711,-0.194268137216568,-0.9808485507965088,-0.42599770426750183,0.7011470794677734,0.28365960717201233,0.10533853620290756,-0.04309758543968201,0.007078409194946289 +528,-0.008844787014372165,0.1866177951552532,-0.7739268323677773,-0.00869110506027937,-0.1855364888906479,-0.9825989603996277,0.4264090359210968,-0.06712136417627335,0.17214293777942657,0.036752015352249146,0.024373158812522888,-0.07417899370193481 +529,-0.06635941195009527,0.24792609877330976,-0.7345770907184135,-0.06428316235542297,-0.2453940063714981,-0.9672897458076477,0.49414488673210144,-0.46909573674201965,0.04984668269753456,0.0023324862122535706,0.030138269066810608,-0.025141894817352295 +530,-0.07964734963735856,0.3013820636318861,-0.695728465803195,-0.07597702741622925,-0.29684025049209595,-0.9518998861312866,0.5698365569114685,0.21945476531982422,0.4142357409000397,0.023776710033416748,0.03779178857803345,0.05073106288909912 +531,-0.08338442605362655,0.3177135504217701,-0.6598898821247485,-0.07911945879459381,-0.3123953640460968,-0.9466515779495239,-0.0159202478826046,0.06717808544635773,0.3580239713191986,0.03784443438053131,0.0444662868976593,0.039669156074523926 +532,-0.08622027193095917,0.2959379337402012,-0.6210463229195603,-0.08237005025148392,-0.2916371524333954,-0.9529758095741272,-0.29114630818367004,-0.16170597076416016,0.5824226140975952,0.06973577290773392,0.047450751066207886,0.020511269569396973 +533,-0.13819329187937418,0.2635381859520776,-0.553592081414501,-0.1329978108406067,-0.26049819588661194,-0.9562699794769287,-0.20596936345100403,-0.2650526165962219,0.5347764492034912,-0.08874291181564331,0.05441299080848694,-0.05258011817932129 +534,-0.175737754605115,0.2600872151036507,-0.4921854650938911,-0.16895446181297302,-0.2571648359298706,-0.9514833688735962,0.18378737568855286,-0.21695247292518616,0.4627625644207001,-0.12123717367649078,0.029854685068130493,0.006537139415740967 +535,-0.20026567148066574,0.24839624883458228,-0.4562404126680474,-0.19282414019107819,-0.24584974348545074,-0.9499351382255554,-0.04981686547398567,-0.021809527650475502,0.239685520529747,-0.12408566474914551,0.013534680008888245,0.01370161771774292 +536,-0.21608571937456708,0.23476873262474207,-0.4317852055470368,-0.20852641761302948,-0.2326180636882782,-0.9499502778053284,-0.1150260865688324,-0.1680789440870285,0.17454276978969574,-0.11315937340259552,-0.0565817654132843,0.05792146921157837 +537,-0.2309241476835791,0.2146689697521932,-0.4365302852250499,-0.22362381219863892,-0.21302400529384613,-0.9511115550994873,-0.3144122064113617,-0.11113228648900986,-0.1629728078842163,-0.07746261358261108,-0.04751981794834137,-0.0005943775177001953 +538,-0.23707258946054485,0.19674294441997084,-0.4611957854276962,-0.23032733798027039,-0.19547614455223083,-0.9532777070999146,-0.14450761675834656,-0.12345759570598602,-0.26297110319137573,-0.06337383389472961,-0.021213918924331665,-0.05834949016571045 +539,-0.22803319068452654,0.19932012769119653,-0.48950649492805665,-0.22158636152744293,-0.19800296425819397,-0.954826831817627,0.08800449222326279,0.025072455406188965,-0.2521812319755554,-0.03189264237880707,-0.00658687949180603,0.0005269050598144531 +540,-0.22105596681073916,0.2143323212063847,-0.5270989479813696,-0.21424303948879242,-0.21269507706165314,-0.9533418416976929,-0.014211044646799564,0.03979837894439697,-0.5048197507858276,-0.07547557353973389,0.009692162275314331,0.015399396419525146 +541,-0.21354516486497108,0.22490731855491133,-0.5716101290505905,-0.20658846199512482,-0.22301600873470306,-0.9526726007461548,0.09192471206188202,-0.1111578419804573,-0.41792958974838257,-0.08538845181465149,0.003457307815551758,0.0010277032852172852 +542,-0.21434976917545176,0.24620369390178323,-0.6176151601037103,-0.20629771053791046,-0.24372389912605286,-0.9476496577262878,0.08136668056249619,-0.11416242271661758,-0.45431968569755554,-0.044358402490615845,0.020518332719802856,0.05020403861999512 +543,-0.22015447864449603,0.2511779410723506,-0.661239676024816,-0.21152767539024353,-0.2485451102256775,-0.9452414512634277,-0.08688966929912567,-0.0876532569527626,-0.39820680022239685,-0.03047671914100647,0.05509418249130249,0.010869503021240234 +544,-0.22752513408508748,0.24943244508266843,-0.6898666155002695,-0.21858642995357513,-0.2468540072441101,-0.9440779089927673,-0.15613549947738647,-0.04581692814826965,-0.2235405445098877,-0.007594585418701172,0.03841894865036011,0.023515164852142334 +545,-0.22749097294102225,0.24038668366235905,-0.7022493302273168,-0.21904884278774261,-0.23807820677757263,-0.9462221264839172,-0.09753712266683578,-0.05032400041818619,-0.04041459411382675,0.015374526381492615,-0.004017740488052368,0.004388689994812012 +546,-0.22105324078065305,0.23080921752305267,-0.7038088850266289,-0.21344299614429474,-0.2287653535604477,-0.9497939348220825,0.06013217195868492,0.06089195981621742,0.03654499351978302,0.002978503704071045,-0.010721325874328613,-0.03351294994354248 +547,-0.21706528421046303,0.23334501372159155,-0.7003183463392987,-0.20952796936035156,-0.2312331646680832,-0.9500680565834045,-0.2517703175544739,0.03106589987874031,0.002445361576974392,0.00710490345954895,-0.024183690547943115,0.05866485834121704 +548,-0.21573478092244178,0.22184426813815494,-0.691883202993238,-0.2088192105293274,-0.2200290709733963,-0.9528807401657104,0.20636363327503204,0.03973468393087387,0.21089087426662445,-0.010098621249198914,0.033047884702682495,-0.045822203159332275 +549,-0.21814850201566469,0.2256623976054319,-0.6718000417008775,-0.21093523502349854,-0.22375202178955078,-0.951546847820282,-0.23449914157390594,-0.09585905075073242,0.20041313767433167,0.023481011390686035,0.0030488967895507812,0.08452719449996948 +550,-0.22308174824249286,0.20488566046545453,-0.6521359336304244,-0.21660873293876648,-0.20345520973205566,-0.954822838306427,-0.06034946069121361,-0.08891860395669937,0.2621941864490509,0.03673814237117767,-0.003682851791381836,0.016285240650177002 +551,-0.2315592172778023,0.19311114832584644,-0.6231635728537763,-0.22522951662540436,-0.19191314280033112,-0.9552177786827087,0.023757275193929672,0.007589805871248245,0.31601426005363464,0.023782998323440552,-0.012218952178955078,-0.01940685510635376 +552,-0.24235176077668014,0.18963618189565104,-0.587414069435925,-0.23568405210971832,-0.18850161135196686,-0.9533730149269104,0.20495539903640747,0.07958388328552246,0.37989169359207153,0.018063217401504517,-0.028585180640220642,-0.07111728191375732 +553,-0.24900952053193884,0.20821303449046002,-0.544446708237433,-0.24112141132354736,-0.20671185851097107,-0.9482250213623047,0.26139283180236816,0.06656340509653091,0.31308066844940186,0.04271137714385986,-0.06805315613746643,-0.009416580200195312 +554,-0.24385342726600923,0.22523785679091204,-0.5166307701136572,-0.23534519970417023,-0.22333821654319763,-0.9459031224250793,0.3238880932331085,0.18859662115573883,0.16002307832241058,0.03417333960533142,-0.03564921021461487,-0.057667434215545654 +555,-0.22610375446003175,0.2512753247172114,-0.5030617299373913,-0.21714197099208832,-0.24863943457603455,-0.943942666053772,0.11452732980251312,0.2058592140674591,0.00306500680744648,0.04267299175262451,-0.01005806028842926,0.007587134838104248 +556,-0.19616798717963624,0.26544827498952167,-0.5030368377539027,-0.18808545172214508,-0.26234185695648193,-0.9464674592018127,0.22276949882507324,0.20799033343791962,0.056560903787612915,0.04309643805027008,0.041165709495544434,0.009913504123687744 +557,-0.1820990524808207,0.2786227039017713,-0.4981721216883958,-0.17411044239997864,-0.275031715631485,-0.9455385208129883,-0.09151432663202286,0.024424707517027855,-0.0016734395176172256,0.018028289079666138,0.013663947582244873,0.08050251007080078 +558,-0.18360840863388958,0.26750913244709146,-0.5031850766922589,-0.17608460783958435,-0.2643299996852875,-0.9482214450836182,-0.08750104904174805,-0.16318516433238983,-0.09221897274255753,0.0035687386989593506,-0.013853013515472412,0.040521860122680664 +559,-0.19635622120005372,0.25043544066942797,-0.5287449682400983,-0.18901075422763824,-0.24782584607601166,-0.9501880407333374,-0.2799256443977356,-0.18790405988693237,-0.3425005078315735,0.0035554319620132446,-0.014259114861488342,0.027214407920837402 +560,-0.21680749843330474,0.22553197918921544,-0.5754600601083586,-0.20966528356075287,-0.22362489998340607,-0.951857328414917,-0.5094974637031555,-0.3212154805660248,-0.4839826822280884,0.06119728088378906,-0.03585080802440643,0.011763334274291992 +561,-0.24163293253996124,0.19700192762648447,-0.6301569450124371,-0.2346600741147995,-0.19573013484477997,-0.9521682262420654,-0.3798864483833313,-0.2953926920890808,-0.4732137620449066,0.086543008685112,-0.05201154947280884,-0.0637313723564148 +562,-0.26048612280055183,0.1848464117636219,-0.675957141925279,-0.25316280126571655,-0.18379557132720947,-0.9498040676116943,-0.17986968159675598,-0.3327592611312866,-0.366845965385437,0.06734129786491394,-0.058636054396629333,-0.007044017314910889 +563,-0.27407520983413647,0.15908245161605744,-0.7338983139424451,-0.26723921298980713,-0.15841230750083923,-0.9505202770233154,-0.3108733296394348,-0.06299542635679245,-0.4967800974845886,-0.04225480556488037,-0.007557541131973267,-0.18004918098449707 +564,-0.2821382246294268,0.190458926009813,-0.7552271054263522,-0.27337560057640076,-0.18930953741073608,-0.9430947303771973,0.4352557063102722,-0.31292641162872314,-0.1190481036901474,-0.024735361337661743,-0.001532137393951416,0.060144901275634766 +565,-0.3180363912168319,0.21671102795195316,-0.7539574118572524,-0.3053879141807556,-0.21501874923706055,-0.9276341795921326,0.14255449175834656,-0.30489006638526917,-0.04876266419887543,-0.04562529921531677,0.016074657440185547,0.04360097646713257 +566,-0.3431076168666546,0.2271270664293524,-0.7632368616055074,-0.32777515053749084,-0.22517931461334229,-0.9175280332565308,-0.061636969447135925,-0.20950360596179962,-0.018414579331874847,0.0023357272148132324,-0.008509024977684021,-0.0014629960060119629 +567,-0.34462434349945614,0.22955763826056583,-0.7626981562720822,-0.32898053526878357,-0.2275467813014984,-0.9165120124816895,0.1708633005619049,0.009514213539659977,0.018427452072501183,-0.02706804871559143,-0.04256430268287659,-0.06233930587768555 +568,-0.3419022326816448,0.2582524289962392,-0.7390569558804835,-0.32416120171546936,-0.25539132952690125,-0.9108758568763733,0.5337265133857727,0.17296305298805237,0.14921902120113373,-0.07618364691734314,0.0009205043315887451,-0.02976745367050171 +569,-0.34308971707200486,0.31245181902422214,-0.7117601113469731,-0.32011085748672485,-0.3073926568031311,-0.8961243033409119,0.3745320439338684,0.16402359306812286,-0.017132624983787537,-0.08142417669296265,0.032932817935943604,0.10059207677841187 +570,-0.32051544369726986,0.3243880693469123,-0.7148359508697198,-0.2986243665218353,-0.31872883439064026,-0.8995751142501831,0.0044804709032177925,0.1768682897090912,-0.08415398746728897,-0.05907216668128967,0.06062641739845276,0.0911034345626831 +571,-0.307133349945667,0.3187591306509118,-0.7181025530268472,-0.28709763288497925,-0.3133884370326996,-0.9051865339279175,-0.12452473491430283,-0.049446310847997665,0.06284058839082718,-0.047329217195510864,0.05462992191314697,0.09363257884979248 +572,-0.3137532305800328,0.30013895126688506,-0.7153786033094591,-0.29483360052108765,-0.29565295577049255,-0.9086596965789795,-0.2689603567123413,-0.103408083319664,0.026082031428813934,-0.08521705865859985,0.036177247762680054,0.05642580986022949 +573,-0.3054562193126232,0.2561677586492075,-0.7333160302335174,-0.29091495275497437,-0.25337523221969604,-0.9225884675979614,-0.3598824143409729,0.10677309334278107,-0.013648642227053642,-0.029260218143463135,0.001406848430633545,0.028301358222961426 +574,-0.30076346160466616,0.23495600747854212,-0.7441331800855071,-0.2881098985671997,-0.2328002005815506,-0.9288685321807861,-0.33396145701408386,0.02987833321094513,-0.09875417500734329,-0.04373824596405029,-0.0571167916059494,-0.015650510787963867 +575,-0.2818136090488074,0.22155537181774076,-0.7511563185013457,-0.2713005840778351,-0.21974724531173706,-0.9370737075805664,0.24869495630264282,0.18853721022605896,0.03631186485290527,-0.03851386904716492,-0.06107550859451294,-0.0739889144897461 +576,-0.26940209822901795,0.2525040782718885,-0.7335869442831555,-0.2577153444290161,-0.24982941150665283,-0.9333638548851013,0.4291526973247528,0.22973817586898804,0.1436171680688858,-0.03847301006317139,-0.04481780529022217,-0.011857092380523682 +577,-0.2553749854210835,0.2907511022098144,-0.7039337525293984,-0.24200598895549774,-0.28667187690734863,-0.9269586205482483,0.6927098631858826,0.1321391761302948,0.0810597687959671,-0.09680016338825226,-0.05349230766296387,-0.08396661281585693 +578,-0.2445924413141193,0.36007452257376976,-0.6837737916341138,-0.2266312688589096,-0.35234397649765015,-0.9080154299736023,0.977203905582428,0.2869489789009094,-0.034131813794374466,-0.047492846846580505,0.009189099073410034,-0.1050766110420227 +579,-0.22416941979600075,0.4531498187981441,-0.6696858817993427,-0.1998608112335205,-0.4377996027469635,-0.8765769600868225,0.659125566482544,0.25581929087638855,-0.0979839488863945,0.04008603096008301,0.06061762571334839,0.02124553918838501 +580,-0.18903999668200566,0.5014288257406104,-0.6664205700616895,-0.16478298604488373,-0.4806789755821228,-0.8612748384475708,0.388001412153244,0.30538976192474365,-0.013530837371945381,0.08517789840698242,0.0500759482383728,0.0174638032913208 +581,-0.15964922120295658,0.5398799090929775,-0.6528267527543938,-0.13636139035224915,-0.5140329599380493,-0.846862256526947,0.3449981212615967,0.2740267813205719,0.03656266629695892,0.056786805391311646,0.06801861524581909,0.03268378973007202 +582,-0.13444242590612557,0.5638952783083441,-0.6366712332943926,-0.11328600347042084,-0.534482479095459,-0.8375529050827026,0.22674955427646637,0.3615840673446655,0.06674030423164368,0.021397575736045837,0.05494445562362671,0.024076342582702637 +583,-0.10872718818112301,0.5806336094985644,-0.6305711568977554,-0.09072945266962051,-0.5485538244247437,-0.8311780095100403,0.04929940029978752,0.21540342271327972,-0.04010944440960884,0.01564095914363861,0.011185050010681152,0.05230838060379028 +584,-0.08492683332837252,0.5776334337668572,-0.6395537251979704,-0.07106257230043411,-0.5460428595542908,-0.8347378373146057,0.030644582584500313,0.17736949026584625,-0.07141366600990295,-0.004193760454654694,-0.007668018341064453,0.011541485786437988 +585,-0.05957413646631303,0.5740818122175163,-0.6593737152654204,-0.049994297325611115,-0.5430639982223511,-0.838201642036438,-0.2289293110370636,0.09550471603870392,-0.13281196355819702,0.05031473934650421,0.0023841261863708496,0.03992283344268799 +586,-0.05332146239500976,0.569711432085526,-0.6640047105555614,-0.04487841948866844,-0.5393890738487244,-0.8408598899841309,-0.07555405050516129,-0.008248844183981419,-0.051575541496276855,0.00511401891708374,-0.0036407113075256348,0.005364894866943359 +587,-0.05540276466210248,0.5651392350655555,-0.6673698334042493,-0.04676448181271553,-0.5355334281921387,-0.8432182669639587,-0.055579159408807755,-0.06471797823905945,-0.03828932344913483,0.026104077696800232,-0.006733417510986328,0.01953357458114624 +588,-0.04957754639752491,0.5560013597320838,-0.6701285122193551,-0.04209255054593086,-0.5277940630912781,-0.848328709602356,-0.13732625544071198,0.1331961750984192,0.011387590318918228,0.04964566230773926,0.02272820472717285,0.04962265491485596 +589,-0.04215817208364563,0.5282184974945541,-0.6669215546881836,-0.03640149533748627,-0.503995418548584,-0.8629389405250549,-0.34019163250923157,0.09864377975463867,0.1305730789899826,0.027337774634361267,0.012464046478271484,-0.037436485290527344 +590,-0.04401416256697121,0.5083024444994474,-0.6536761407154865,-0.0384371243417263,-0.4866950213909149,-0.8727259039878845,0.046840086579322815,-0.12328329682350159,0.12872350215911865,-0.0039365291595458984,-0.0004723668098449707,-0.0642247200012207 +591,-0.05268484355588371,0.5150154262532489,-0.6499905324101181,-0.04582962766289711,-0.49254828691482544,-0.8690776228904724,-0.03135380893945694,-0.05771438404917717,-0.08695748448371887,0.010505542159080505,-0.0023552775382995605,0.05215257406234741 +592,-0.05850169750135267,0.5069541963413361,-0.6531800301195086,-0.05111461505293846,-0.4855167865753174,-0.8727317452430725,-0.0775710716843605,-0.06118875741958618,0.05303434282541275,0.05798107758164406,0.003094911575317383,0.014821648597717285 +593,-0.058020741071725175,0.49441163194795734,-0.6505705761588795,-0.05104399472475052,-0.47451382875442505,-0.8787668347358704,-0.1020277813076973,0.10727110505104065,0.0812644213438034,0.03151273727416992,0.011791050434112549,-0.04796046018600464 +594,-0.04613587568592118,0.488332491484737,-0.6478390036531994,-0.04072889685630798,-0.4691539406776428,-0.8821766972541809,-0.08673673868179321,0.14858098328113556,0.0643133670091629,0.04170545935630798,0.004355967044830322,0.009785950183868408 +595,-0.03362064936577555,0.48209409478619875,-0.644416179796962,-0.029783157631754875,-0.4636356234550476,-0.8855252861976624,0.06876987218856812,0.1282259076833725,0.03621432185173035,-0.041261762380599976,0.020505130290985107,-0.060946881771087646 +596,-0.03035168059230036,0.4840465066846797,-0.6429213978104151,-0.02686072699725628,-0.46536460518836975,-0.8847114443778992,0.004540519323199987,-0.013990352861583233,-0.021742017939686775,-0.03664635121822357,0.004305034875869751,0.02135390043258667 +597,-0.03439780943549052,0.48619057119116194,-0.6460133678936837,-0.030405769124627113,-0.46726128458976746,-0.8835962414741516,0.06325612962245941,-0.09284310042858124,-0.06059756875038147,-0.008839830756187439,-0.0008783638477325439,0.05855351686477661 +598,-0.03922633269973974,0.46934259913690674,-0.6649232592363986,-0.03497565537691116,-0.4523000717163086,-0.8911797404289246,-0.36764460802078247,-0.09430676698684692,-0.1712084859609604,-0.01986442506313324,0.031737327575683594,-0.06817084550857544 +599,-0.046910712107827594,0.4630145935846908,-0.6675385493909912,-0.0419560968875885,-0.4466473162174225,-0.8937258124351501,0.09311167150735855,-0.20717285573482513,0.07537081837654114,-0.039724200963974,0.002814948558807373,0.026812970638275146 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/TEST/running/1.csv b/BoostRunClub/CoreML/DataSet/TEST/running/1.csv new file mode 100644 index 0000000..98b4c1b --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/TEST/running/1.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-1.5267835987033633,-0.4819167506847663,-2.9725129078493433,-0.8852500319480896,0.4634784758090973,-0.03898744657635689,1.2075462341308594,-0.7200474739074707,0.0005198393482714891,-0.016254425048828125,-0.03774303197860718,-0.12159603834152222 +1,0.13754904333422455,0.2120724415160296,1.5406465492228225,0.134043887257576,-0.21048636734485626,-0.9683634042739868,-0.2889671325683594,0.37678003311157227,-0.29724958539009094,0.021046429872512817,-0.07972054183483124,0.036646485328674316 +2,0.0947912037211577,0.2123500279550255,1.514774358209316,0.09252332895994186,-0.21075771749019623,-0.973149836063385,0.23524615168571472,-0.5660930871963501,-0.3303011953830719,0.04169297218322754,-0.04501008987426758,-0.08434528112411499 +3,0.05531949927363652,0.16544901749109547,1.4803747727813308,0.054536256939172745,-0.16469523310661316,-0.984835684299469,-0.4662843942642212,0.10065387189388275,-0.11950479447841644,-0.10203686356544495,0.08855387568473816,-0.3642091155052185 +4,0.06345499379663186,0.21578228255043183,1.4614366848138345,0.061941832304000854,-0.21411164104938507,-0.9748432636260986,0.7924652695655823,-0.3740123510360718,-0.3009413182735443,-0.02402374893426895,0.04393035173416138,0.26808667182922363 +5,0.03444278029721183,0.27958408640781274,1.4160899081452423,0.03309883177280426,-0.2759559154510498,-0.9606002569198608,0.6947258710861206,-0.6246469616889954,-0.6182302832603455,-0.14807379245758057,0.1575171947479248,0.10180509090423584 +6,-0.13878887795810202,0.34891346664932094,1.3881292787230635,-0.130007803440094,-0.34187695384025574,-0.9307084083557129,1.352325439453125,-1.0567256212234497,0.4450039863586426,0.1255674958229065,-0.19497302174568176,0.2534928321838379 +7,-0.4261105004946898,0.5144788815029517,1.5185627968299387,-0.35982608795166016,-0.49208125472068787,-0.7927050590515137,1.061190128326416,-0.8273704051971436,0.7861434817314148,0.14170169830322266,0.035202592611312866,0.35193967819213867 +8,-0.4363052965835094,0.4925437135336562,1.533308917144216,-0.37236127257347107,-0.47286877036094666,-0.7985876202583313,-0.6929633021354675,0.8578715324401855,-0.3453822135925293,0.09851178526878357,-0.14560043811798096,0.07554996013641357 +9,-0.3315087702692941,0.45905240983512285,1.475149661723342,-0.29177501797676086,-0.4430988132953644,-0.8476619720458984,-0.25218465924263,-0.22928377985954285,-0.28374388813972473,0.018398523330688477,-0.16664236783981323,-0.35865211486816406 +10,-0.5349193487500145,0.49893440631760105,1.5670367581546567,-0.44762688875198364,-0.47849011421203613,-0.7554318904876709,2.075667142868042,-3.9140987396240234,2.0063161849975586,0.17301446199417114,0.27524304389953613,-0.0073854923248291016 +11,-1.2971659454882347,0.40303112221353743,2.1131424865703523,-0.885653555393219,-0.39220839738845825,-0.24857686460018158,3.3695528507232666,-3.6023573875427246,5.403789043426514,0.2919340133666992,0.5859339237213135,0.21198627352714539 +12,-1.363510763902557,-0.012293703147819421,2.351916976778135,-0.9785192012786865,0.012293393723666668,-0.2057887762784958,-3.4133598804473877,-1.773169755935669,-1.2884178161621094,0.716663122177124,0.013432919979095459,0.18128317594528198 +13,-1.4170470797860386,-0.05985052870731158,2.1155499326952367,-0.9864343404769897,0.059814803302288055,-0.15286999940872192,-1.4187681674957275,-0.45202532410621643,1.3775478601455688,0.4240413308143616,0.16778527200222015,0.043296605348587036 +14,0.03294752899044089,0.36991986673785726,2.455826345123352,0.0307132788002491,-0.3615407347679138,-0.9318503141403198,-0.5266315937042236,0.5065073370933533,0.30721190571784973,0.0623958557844162,0.07278338074684143,0.23362338542938232 +15,0.019810918154550466,0.28811159738163855,2.46154248764708,0.018993113189935684,-0.2841421663761139,-0.958594024181366,-0.260490745306015,-0.5819409489631653,-0.14654771983623505,0.022358201444149017,-0.02757963538169861,0.11049526929855347 +16,-0.012769436505094182,0.29201273136875466,2.4542811248394707,-0.012228528037667274,-0.2878803312778473,-0.9575883150100708,0.12090802937746048,-0.2834016680717468,-0.0994362086057663,-0.046288929879665375,0.00899544358253479,0.1681138277053833 +17,-0.0429570126542132,0.2916355302368304,2.4525487179406147,-0.04113049805164337,-0.28751906752586365,-0.9568913578987122,-0.1280927062034607,-0.49287334084510803,0.009302916005253792,-0.02150682359933853,0.012143701314926147,-0.06373852491378784 +18,-0.046922633244363444,0.22647750945337228,2.4650708927058016,-0.04570761322975159,-0.2245463877916336,-0.9733908176422119,-0.778925359249115,0.48445191979408264,0.22783976793289185,0.028221044689416885,0.0691966563463211,-0.3982674479484558 +19,-0.0014124744225495031,0.2559882714518389,2.45569759385913,-0.0013664463767781854,-0.25320160388946533,-0.9674125909805298,0.0652008056640625,0.2773304283618927,-0.049911946058273315,-0.16779249906539917,0.07580292224884033,0.037892937660217285 +20,-0.02342460665332087,0.2182556684578348,2.46688610032833,-0.022866804152727127,-0.21652700006961823,-0.9760087728500366,-0.3934846520423889,-0.2830561101436615,-0.0637621134519577,-0.04427187144756317,0.16095449030399323,0.13514268398284912 +21,-0.024311743560563637,0.22337587180845453,2.448870946444105,-0.023705387488007545,-0.22152288258075714,-0.9748669862747192,0.2656416893005371,0.11986826360225677,0.157536581158638,-0.1176825538277626,-0.11946529150009155,0.21784794330596924 +22,-0.02128069195536043,0.21770719927408383,2.46703023109114,-0.020776798948645592,-0.21599151194095612,-0.9761741757392883,-0.265286386013031,0.15272745490074158,0.3101951777935028,-0.11397357285022736,-0.09231232106685638,0.04732590913772583 +23,-0.026053908687010328,0.217595045294276,2.4778221851550684,-0.02543666586279869,-0.21588200330734253,-0.9760881066322327,0.2786984145641327,-0.23283350467681885,-0.26140743494033813,-0.11968968063592911,0.01927250623703003,-0.13884109258651733 +24,-0.018017588657348715,0.19234062915641228,2.4762677278440983,-0.01768437772989273,-0.19115687906742096,-0.981400191783905,-0.36143431067466736,0.11660722643136978,0.07416564226150513,0.02625981718301773,0.16219569742679596,-0.30508357286453247 +25,0.020533649931162416,0.22664296668538536,2.541792476179441,0.020007120445370674,-0.22470761835575104,-0.9742208123207092,0.4811347723007202,-0.05482115224003792,0.7795873284339905,0.15694905817508698,0.08454038202762604,-0.009559094905853271 +26,0.06265353723344512,0.3008680284583908,2.552046131577183,0.05979997292160988,-0.29634934663772583,-0.9532056450843811,-0.08198080211877823,0.2193404883146286,-0.21405713260173798,-0.028275322169065475,0.07647022604942322,-0.12650620937347412 +27,0.05917607974253796,0.27969750282847244,2.5504781564705326,0.05684324726462364,-0.276064932346344,-0.9594566226005554,-0.10560145974159241,0.12118679285049438,0.2719365358352661,-0.10464903712272644,-0.016385048627853394,0.16718977689743042 +28,0.03242388911966134,0.27888707940689783,2.5873224844882206,0.031165646389126778,-0.27528589963912964,-0.960857093334198,0.06876441091299057,0.26041117310523987,0.1851494312286377,0.04891248047351837,-0.07523897290229797,0.21644186973571777 +29,0.06075272462064709,0.2962540931107315,2.5817733645278014,0.05807040259242058,-0.29193952679634094,-0.9546722769737244,-0.13254845142364502,-0.0839070975780487,-0.3162609934806824,0.060093656182289124,-0.07366105914115906,-0.22797542810440063 +30,0.19452198084330177,0.3141915513011018,2.5494552177738967,0.183834969997406,-0.3090476989746094,-0.9331099390983582,1.0726462602615356,2.1767079830169678,-0.16183969378471375,-0.055966317653656006,0.24486923217773438,0.0021407604217529297 +31,0.2706016340307491,0.32827726883723835,2.5339238421839636,0.25303658843040466,-0.32241275906562805,-0.9121526479721069,-0.2408696711063385,0.047707341611385345,-0.1507505476474762,-0.01162731647491455,0.05626899003982544,0.02267211675643921 +32,0.3199666250838256,0.3273243983241908,2.5197130338615814,0.29783496260643005,-0.3215106427669525,-0.8988466262817383,0.22474761307239532,1.456510066986084,-0.0598512701690197,-0.13079696893692017,0.03652220964431763,0.21693134307861328 +33,0.4579191891190715,0.33656627129683636,2.5336893041646236,0.4172792434692383,-0.3302479684352875,-0.8466488718986511,0.1738770455121994,0.6520552039146423,0.31614765524864197,-0.0954866111278534,-0.03294175863265991,0.006240546703338623 +34,0.5019997791314048,0.3533068837664925,2.5558551730874504,0.4514588415622711,-0.3460023105144501,-0.822476327419281,0.16030476987361908,-0.12742343544960022,0.26340052485466003,-0.023236215114593506,-0.08487537503242493,-0.1443358063697815 +35,0.5682156546255173,0.3838684745140508,2.520497523384806,0.49896541237831116,-0.3745101988315582,-0.7815213203430176,-0.16316083073616028,1.4671021699905396,0.37283647060394287,0.018780529499053955,-0.18316802382469177,-0.24858427047729492 +36,0.665891122417544,0.3394322645437497,2.674576849199973,0.582513153553009,-0.3329518139362335,-0.7414996027946472,-3.6874802112579346,2.154740333557129,1.2037595510482788,-0.09531527757644653,0.6231129169464111,-0.09535348415374756 +37,0.777493007275232,-0.12125854906260237,3.0949956491674024,0.6963440179824829,0.12096161395311356,-0.7074413895606995,-6.345519065856934,1.9405306577682495,-1.8283315896987915,0.1613677740097046,0.26229339838027954,0.013425886631011963 +38,1.2270080197486848,-0.5433005849841785,-2.657306574412043,0.805917501449585,0.5169641375541687,-0.28852248191833496,-4.40787410736084,3.6411383152008057,-0.252411812543869,0.5432494282722473,-0.6578179597854614,-0.3748076260089874 +39,1.5639930069041268,-0.5340127078539816,-2.571544878102511,0.8607518076896667,0.5089914798736572,-0.005856059957295656,0.6079766154289246,1.2332080602645874,1.0050923824310303,0.0827602744102478,-0.42416781187057495,-0.7981600165367126 +40,1.5205980759497204,-0.42228369552386474,-2.7774373692550585,0.9110063910484314,0.40984460711479187,-0.045769378542900085,1.9796327352523804,1.0662552118301392,-0.3326680064201355,-0.0968889594078064,0.07805517315864563,0.2093130350112915 +41,1.2998194726111343,-0.5972796683533069,-2.914144692388283,0.7966960072517395,0.5623952150344849,-0.2213301956653595,3.150557041168213,-1.8771589994430542,-1.8416796922683716,0.180156409740448,0.08552348613739014,-0.1628556251525879 +42,1.1134819864126,-0.6806666365603289,3.033668959012172,0.6972942352294922,0.6293112635612488,-0.3431442975997925,0.9334311485290527,1.4652304649353027,-1.4392025470733643,0.023225724697113037,0.29099202156066895,0.15355387330055237 +43,1.1857744502595768,-0.7663325855456782,3.009028024136326,0.6677142977714539,0.6934976577758789,-0.27058956027030945,-0.3594145178794861,0.520869255065918,0.08416935056447983,-0.20859259366989136,-0.1884317398071289,0.013829946517944336 +44,1.1305142405962683,-0.7712108712063537,3.047232733008945,0.648681640625,0.6970040202140808,-0.3056102395057678,-0.24103207886219025,-1.1731560230255127,-0.27847135066986084,-0.23735040426254272,-0.05558556318283081,0.04231983423233032 +45,1.0967261953614804,-0.7994960220988067,3.0974660601957127,0.6201938986778259,0.7170048952102661,-0.31821954250335693,-0.5675582885742188,-0.5173054933547974,0.0663398951292038,-0.06626933813095093,-0.1403599977493286,-0.17788946628570557 +46,1.014386847834772,-0.864273197746663,3.0804939247961918,0.5512669086456299,0.7606236338615417,-0.34286534786224365,-0.07672446221113205,-0.9798535108566284,-0.966417670249939,0.2386348843574524,0.1115993857383728,-0.17993131279945374 +47,0.9224975214176968,-1.0121387264361643,3.10536547066611,0.42250803112983704,0.8479673862457275,-0.32005977630615234,-2.193220853805542,-0.7976629137992859,-1.790325403213501,-0.014716893434524536,-0.32985520362854004,0.29958248138427734 +48,1.580639064417436,-1.2832478958430966,-2.614817882440351,0.283588707447052,0.9589420557022095,0.0027913793455809355,-1.1402615308761597,0.5634644031524658,-1.3422865867614746,-0.23991802334785461,0.0445064902305603,0.2944192886352539 +49,1.5322011924698216,-1.229738095794983,-2.6523157686253085,0.33423537015914917,0.9424012303352356,-0.012906268239021301,-0.9197165966033936,3.6379847526550293,-0.07410137355327606,-0.08605119585990906,-0.32173478603363037,-0.2348201870918274 +50,1.6949338303194483,-1.257278505591861,-2.802077844551746,0.3060334324836731,0.9512545466423035,0.03818657994270325,1.001073956489563,1.8102408647537231,-0.30281442403793335,0.016750961542129517,-0.19441866874694824,0.009466644376516342 +51,1.8406462735021796,-1.2932823207148068,-2.908777059611716,0.2640508711338043,0.9617394804954529,0.07303556799888611,0.10850466787815094,0.9555102586746216,-0.2339550107717514,0.20884951949119568,-0.004235267639160156,-0.496482253074646 +52,1.7769217674454256,-1.253179678878382,-2.9569805126343285,0.3056918978691101,0.9499824643135071,0.06391870230436325,0.1088545173406601,0.16924598813056946,0.0011547708418220282,0.4300868511199951,0.5480795502662659,0.03128086030483246 +53,1.6135350215641435,-1.2818756718794524,-3.106986592226818,0.28465768694877625,0.9585519433021545,0.012173310853540897,0.3125420808792114,-0.8927721381187439,-0.2165522575378418,-0.08307385444641113,0.013677060604095459,0.09009110927581787 +54,1.5059415553537803,-1.2848508215199603,-3.1356354611959607,0.28147152066230774,0.9593954086303711,-0.018280407413840294,-0.14750637114048004,-0.059429824352264404,-0.09763085097074509,-0.15073421597480774,-0.07737642526626587,0.20187413692474365 +55,1.5186821209884356,-1.2942160376193712,-3.1162416652533436,0.27269721031188965,0.9619948863983154,-0.01422427874058485,-0.12997260689735413,-0.10115058720111847,-0.1526482254266739,0.01104000210762024,-0.4271894693374634,0.01987004093825817 +56,1.5876380541053363,-1.2756527854362696,-2.9729229416465754,0.2908361554145813,0.9567604064941406,0.004898646380752325,-0.15196439623832703,-2.0970892906188965,0.5938083529472351,0.005611598491668701,0.038494110107421875,-0.6002050638198853 +57,1.5589879524144894,-1.2291728887564102,-2.9160693795640515,0.3349933922290802,0.9422120451927185,-0.0039559113793075085,0.5431875586509705,-1.534037709236145,0.49563294649124146,0.13455000519752502,0.22154515981674194,-0.21703708171844482 +58,1.5094902634815224,-1.1725566254633257,-2.943221176751394,0.3870678246021271,0.9217450618743896,-0.023759378120303154,0.14726762473583221,-0.572665274143219,0.13484039902687073,0.010911911725997925,0.6428301334381104,0.1953902244567871 +59,1.459019355285883,-1.1873254029399405,-2.9281046847075323,0.37180641293525696,0.927371621131897,-0.04173334687948227,-0.969312310218811,0.10873319208621979,-0.16853053867816925,0.10240620374679565,-0.018543004989624023,0.358673632144928 +60,1.7490465611772914,-1.1967194610726009,-2.6976029540631687,0.35962367057800293,0.930845320224762,0.06479065865278244,-0.35939860343933105,2.567174196243286,-0.3832455575466156,-0.20920249819755554,-0.5181561708450317,-0.03515815734863281 +61,1.8295158235246551,-1.2472418862993155,-2.823535351991523,0.307357519865036,0.9481112957000732,0.08134244382381439,0.2764788568019867,-0.06177377328276634,-0.45875096321105957,-0.02207919955253601,-0.08148825168609619,-0.21430754661560059 +62,1.7925337158594017,-1.287884314354148,-2.9119956743063597,0.27231913805007935,0.9602466225624084,0.06139282509684563,0.823898196220398,1.0131088495254517,-0.04874400421977043,0.38683003187179565,0.0770307183265686,-0.03639888018369675 +63,1.6091050177244348,-1.290407543536038,-3.1120205215368326,0.27652624249458313,0.9609479308128357,0.010598543100059032,0.5498332381248474,-1.744181752204895,0.2110733985900879,0.10099145770072937,0.5085039734840393,0.2895113229751587 +64,1.40299956580353,-1.2312716026604058,2.9879106711449426,0.3283616602420807,0.9429130554199219,-0.05562102049589157,0.1925976723432541,0.7542430758476257,0.2540925443172455,-0.2066575288772583,0.3174018859863281,0.26579558849334717 +65,1.4885015635540761,-1.259219783188452,3.0188350288444683,0.305521696805954,0.9518514275550842,-0.025199750438332558,-0.5131329298019409,0.09091587364673615,-0.05823930352926254,-0.07911187410354614,-0.5611045360565186,-0.0012284480035305023 +66,1.67148668163246,-1.2248252737981113,-3.0971835383420174,0.3373926877975464,0.9407466053962708,0.03408746421337128,-0.04888119548559189,0.23133522272109985,0.262217253446579,-0.2355555295944214,-0.2678340673446655,-0.2513115406036377 +67,1.5693873437318606,-1.2074788202242175,-3.1298941279335124,0.35537657141685486,0.9347230195999146,-0.0005007198778912425,-0.24428284168243408,-0.10096436738967896,0.17452163994312286,0.15974482893943787,0.20964032411575317,-0.03431981801986694 +68,1.470012226071788,-1.1565998760299574,3.0882637715232613,0.40041252970695496,0.915440022945404,-0.04049241170287132,-0.130427286028862,-0.9167442917823792,0.4999580681324005,-0.02788442373275757,0.7862508296966553,0.3523973226547241 +69,1.4040886903529948,-1.1676215330762632,2.9870911716677786,0.38690152764320374,0.9198200106620789,-0.0651036724448204,-0.1391465812921524,-0.4117036461830139,-0.38801541924476624,0.14035072922706604,0.027827143669128418,0.3252354860305786 +70,1.593773311097881,-1.2013110714985686,-3.071290212627099,0.3610403835773468,0.9325133562088013,0.008297079242765903,-1.0745232105255127,2.2576630115509033,-0.17579729855060577,-0.1299002468585968,-0.41841423511505127,0.006488680839538574 +71,1.7128625691394224,-1.237458223103178,3.1353630353959523,0.3239031434059143,0.9449554085731506,0.046327799558639526,0.3542673885822296,-0.08019198477268219,-0.2941247224807739,-0.1422930359840393,-0.14081716537475586,-0.10508942604064941 +72,1.8208084544331664,-1.2603893874361305,-3.094330937927328,0.295949786901474,0.9522093534469604,0.07557220757007599,0.5630922913551331,0.6061139702796936,-0.019934993237257004,0.1916753351688385,0.16529858112335205,-0.16994786262512207 +73,1.703521117664929,-1.271967515706523,3.0347705504820945,0.2918114960193634,0.9556819200515747,0.03895965963602066,0.2334018498659134,-0.6221144795417786,0.03243213891983032,0.28523004055023193,0.35921353101730347,0.026012174785137177 +74,1.5224198522752421,-1.2279136361799674,2.93254622187124,0.33581045269966125,0.9417893886566162,-0.016258010640740395,0.11046292632818222,-1.0949949026107788,1.2188416719436646,-0.29482531547546387,0.04800260066986084,0.10861945152282715 +75,1.3485639190803524,-1.1959758872325412,2.711715203599434,0.35710200667381287,0.9305734038352966,-0.08069242537021637,0.46131664514541626,0.5613470077514648,-0.31565213203430176,-0.03300538659095764,-0.25280851125717163,0.12321866303682327 +76,1.4420802212107227,-1.236339529319049,2.792152283399311,0.3255406618118286,0.9445887804031372,-0.04213528335094452,-1.0155904293060303,0.7274599671363831,0.09945537894964218,0.022939532995224,-0.5812617540359497,-0.07145112752914429 +77,1.5315774257731183,-1.214184311027232,2.893351962181555,0.3488330841064453,0.937084972858429,-0.013687869533896446,0.24521063268184662,-1.7770365476608276,0.3543721139431,0.0354289710521698,0.16052550077438354,-0.2315514087677002 +78,1.4320528664838943,-1.1532851836613174,2.8757204622156554,0.4015899896621704,0.9141009449958801,-0.05607827752828598,-0.7799412608146667,-1.4565578699111938,0.7884551286697388,0.0036833882331848145,0.5227428078651428,0.2822898030281067 +79,1.3545279297391484,-1.131521640003033,2.8738314774104223,0.41537603735923767,0.905060350894928,-0.09125997126102448,0.3099997639656067,-0.03126414492726326,-0.18943627178668976,0.17544427514076233,0.46115046739578247,0.5433015823364258 +80,1.4723040899766218,-1.1438236183906891,2.9263981090874247,0.4121101200580597,0.9102235436439514,-0.040721409022808075,-1.1012492179870605,2.9748637676239014,-0.262814462184906,-0.3722541332244873,-0.12433493137359619,0.022090435028076172 +81,1.6644891554634287,-1.1897708790843944,2.965142472576213,0.37024182081222534,0.9282838106155396,0.03479086607694626,0.5578945279121399,0.22797852754592896,-0.1946084052324295,-0.17839306592941284,-0.5475311279296875,-0.03497397527098656 +82,1.729162094500485,-1.2283867429026534,2.95255447156483,0.33155593276023865,0.9419483542442322,0.05295051634311676,-0.06689618527889252,0.565251350402832,-0.37295159697532654,0.27781903743743896,0.015113294124603271,-0.10852301120758057 +83,1.6590315328938967,-1.2497139135971784,2.8259647787020907,0.3143663704395294,0.9488943815231323,0.027810391038656235,0.41497617959976196,-0.2701852321624756,-0.0945252850651741,0.1077069640159607,0.4064217805862427,-0.07421231269836426 +84,1.5335905211612415,-1.2309646054772057,2.749287267140628,0.3330974876880646,0.9428107738494873,-0.012398882769048214,0.41651442646980286,0.2699968218803406,0.8924555778503418,-0.17251402139663696,0.20545876026153564,0.2919551134109497 +85,1.4379804741771525,-1.192470439196463,2.583178989274359,0.3661121428012848,0.9292842745780945,-0.04891344904899597,0.1682855784893036,0.4249849319458008,-0.37907886505126953,-0.10137221217155457,-0.20404934883117676,-0.009893890470266342 +86,1.498888821218556,-1.2322648408550116,2.6262878905620157,0.3312438726425171,0.9432433843612671,-0.023860059678554535,-0.3012319505214691,0.5236804485321045,-0.09529159963130951,-0.021978765726089478,-0.6604828238487244,0.02863609977066517 +87,1.6711929626852993,-1.207093754620994,2.7694674959971453,0.3539454936981201,0.9345861077308655,0.035654809325933456,-0.5654593706130981,-1.7644119262695312,0.4961760938167572,0.1613132357597351,-0.08326780796051025,-0.5425212383270264 +88,1.6185991159701083,-1.146230348022557,2.86112173717438,0.4114549160003662,0.9112176299095154,0.01968368887901306,-0.010804807767271996,-0.5777950882911682,0.5642356276512146,0.1256697177886963,0.5073767900466919,-0.18533313274383545 +89,1.480069565551425,-1.1064407517986075,2.7957180870470757,0.4460046887397766,0.894110381603241,-0.04057595506310463,-0.010935596190392971,0.14744490385055542,-0.05716511979699135,-0.07629948854446411,0.24063998460769653,0.5852537155151367 +90,1.4663798714663618,-1.091640177950963,2.7556058643090564,0.45851951837539673,0.887384295463562,-0.04805174097418785,0.07027816027402878,1.403149962425232,0.29978156089782715,0.09499305486679077,-0.06592738628387451,0.25206172466278076 +91,1.4355181396133185,-1.1010174201849379,2.829794020810344,0.44855305552482605,0.8916683793067932,-0.06105232238769531,-0.8850837349891663,-2.685471534729004,-0.1312294900417328,-0.3055935204029083,-0.40297526121139526,-0.012372966855764389 +92,1.4942851278489664,-1.1377237234756632,3.0027996338882192,0.41843417286872864,0.9076805710792542,-0.03207751736044884,-0.3315715193748474,0.09121876955032349,-0.6295903325080872,-0.12244418263435364,-0.04305654764175415,-0.013119041919708252 +93,1.5318038327661434,-1.2079397004460757,3.0656328426909107,0.3546762764453888,0.9348866939544678,-0.013836725614964962,0.08485487103462219,2.920656681060791,-0.5826866626739502,0.2810659110546112,0.17921841144561768,-0.15777885913848877 +94,1.4285313761999359,-1.2424178066415716,2.8721496416703363,0.31925079226493835,0.9465665221214294,-0.04572711139917374,0.5510523319244385,0.11563289165496826,0.0010790012311190367,0.12479525804519653,0.2193118929862976,0.18421590328216553 +95,1.3787356438609533,-1.2005466722783356,2.804743233793052,0.355194628238678,0.9322370290756226,-0.06907028704881668,0.10794287919998169,-0.3058495819568634,0.13917848467826843,-0.20671135187149048,0.2109818458557129,0.05556625872850418 +96,1.2597551201333927,-1.2106795207217997,2.7604094393828427,0.33547458052635193,0.9358556866645813,-0.10784699767827988,0.11750711500644684,-1.1126710176467896,0.00282071135006845,0.03485625982284546,-0.4462011456489563,0.04600316286087036 +97,1.241771758968899,-1.1953258674032314,2.8550510175073605,0.34703925251960754,0.9303352236747742,-0.11849147826433182,-0.6981374025344849,-0.865097165107727,0.3786146342754364,-0.16269782185554504,-0.3083869218826294,-0.1064382791519165 +98,1.3637538335191839,-1.1707871172206934,3.051136501246938,0.3811097741127014,0.921057403087616,-0.08005306124687195,-0.6031883358955383,-1.2766391038894653,0.48715031147003174,-0.003485262393951416,0.15317654609680176,-0.18758606910705566 +99,1.3658877089429884,-1.1221908731400787,3.0826983284888896,0.42463597655296326,0.9010528326034546,-0.08825018256902695,0.19860538840293884,-0.21892477571964264,0.20352734625339508,0.13754358887672424,0.7350097894668579,0.09430789947509766 +100,1.2876360976001995,-1.1229418468553973,3.039323503439075,0.41578784584999084,0.9013782739639282,-0.12098552286624908,0.31463584303855896,0.8978523015975952,-0.464650958776474,0.13825872540473938,-0.028743505477905273,0.5209641456604004 +101,1.35537305969673,-1.1300930475583952,3.0290176036086938,0.4167155921459198,0.9044519066810608,-0.09118516743183136,-0.6392925381660461,-0.8937425017356873,0.20373591780662537,-0.035245925188064575,-0.20935308933258057,-0.05787789076566696 +102,1.4069304463964207,-1.1281709340686699,3.114163389858574,0.42257559299468994,0.9036303162574768,-0.06987224519252777,-0.07084584981203079,0.11331885308027267,-0.1395116001367569,-0.14355337619781494,-0.3245287537574768,-0.11050187796354294 +103,1.4645082475883922,-1.1665449544277917,-3.1369946178519754,0.39111071825027466,0.9193971157073975,-0.04172765836119652,-0.29335910081863403,0.2180314064025879,-0.5533233284950256,0.017778992652893066,0.027410686016082764,-0.16513574123382568 +104,1.5543682464857151,-1.222993816274118,-3.1138925141706992,0.34078726172447205,0.940123975276947,-0.005598984193056822,0.22604911029338837,1.436402440071106,-0.5417255759239197,0.13337966799736023,0.1665961742401123,-0.09956461191177368 +105,1.6076482933312863,-1.2437538654627605,3.0819313426501793,0.321025550365448,0.9469965696334839,0.011835780926048756,0.22017502784729004,1.106713056564331,0.21373294293880463,0.188648521900177,0.21598249673843384,0.13142895698547363 +106,1.591601794612361,-1.1976466520269013,2.9571170017909605,0.3644711673259735,0.9311837553977966,0.007584087550640106,0.09171812236309052,0.40040984749794006,0.015749670565128326,-0.2212674915790558,0.1847219467163086,0.020812511444091797 +107,1.5492319867687419,-1.216527483621621,2.929164212890659,0.3468240201473236,0.9379003643989563,-0.007480190601199865,0.24613706767559052,-0.7860565185546875,-0.11329779028892517,0.03977265954017639,-0.3976172208786011,-0.1505245566368103 +108,1.5078234051169153,-1.2095056926872463,2.924115103302331,0.3527814447879791,0.9354413747787476,-0.022245090454816818,-0.5539702773094177,0.11800666153430939,0.18295232951641083,-0.146192729473114,-0.48671090602874756,-0.0035117268562316895 +109,1.5214640491668396,-1.17729541755883,3.063675108059467,0.38295766711235046,0.9235723614692688,-0.018907515332102776,-0.11899121850728989,-2.5568535327911377,0.09094297140836716,0.004066258668899536,0.3661767244338989,-0.28132444620132446 +110,1.4352902611954719,-1.1548158471808367,3.040958129058035,0.4003830552101135,0.9147205352783203,-0.054588861763477325,0.35066336393356323,0.6059855818748474,-0.08183953911066055,0.06034085154533386,0.8686352968215942,-0.009147055447101593 +111,1.3018583189466881,-1.1769009574057139,2.9319551018810635,0.3699926435947418,0.9234210848808289,-0.10197556763887405,-0.006713084876537323,-0.7958801984786987,-0.7047079801559448,0.10830935835838318,0.03834038972854614,0.34170639514923096 +112,1.396745656360695,-1.199236037779811,2.9815964008468825,0.3575843274593353,0.9317619800567627,-0.062873974442482,-0.3418477177619934,0.6585788726806641,0.11751009523868561,-0.013422340154647827,-0.4659111499786377,0.0672074556350708 +113,1.4534287556509013,-1.1873312439788222,3.0223819092472515,0.3715621531009674,0.9273737668991089,-0.04381069913506508,0.15271179378032684,0.3349153995513916,-0.04489729925990105,-0.2123366892337799,-0.36795610189437866,-0.052823182195425034 +114,1.5924477203616567,-1.2205560816268346,3.102841359818627,0.34304291009902954,0.9392902851104736,0.0074285175651311874,-0.8268449306488037,0.7371008992195129,-0.43198591470718384,0.15317288041114807,0.1373850703239441,-0.27871453762054443 +115,1.6895536627234582,-1.2534924253760429,3.0804194551916853,0.3098086714744568,0.9500800967216492,0.0369659960269928,0.8904863595962524,0.24949058890342712,-0.15358981490135193,0.3232937753200531,0.2572869062423706,-0.2959839105606079 +116,1.4806169176337096,-1.2554939529978812,2.8539455306318833,0.3088440001010895,0.9507026672363281,-0.027927113696932793,0.5900357961654663,0.5152505040168762,0.654717743396759,0.01883852481842041,0.11007308959960938,0.287677526473999 +117,1.465418452888192,-1.1734773968820855,2.784287567951769,0.3848010003566742,0.9221017360687256,-0.0407002754509449,0.1324170082807541,0.034966062754392624,0.20182198286056519,-0.3250781297683716,0.11219996213912964,0.04146325960755348 +118,1.3584255037256043,-1.1861976312562315,2.6973150186620156,0.3667583763599396,0.9269490838050842,-0.07908125966787338,0.24051803350448608,-0.9124709963798523,-0.19069264829158783,-0.08685111999511719,-0.5145039558410645,-0.12558484077453613 +119,1.3549653584842762,-1.197257848596361,2.7980819193374304,0.35644596815109253,0.931041955947876,-0.07814934104681015,-1.0045278072357178,-0.8661518096923828,0.001489030895754695,-0.07890385389328003,-0.276043176651001,-0.17870187759399414 +120,1.5030014926290975,-1.1909266548374888,3.0179983120287606,0.36994776129722595,0.9287129640579224,-0.02511904202401638,0.16605474054813385,2.117042064666748,0.7360140085220337,0.23159947991371155,0.38635051250457764,-0.20513606071472168 +121,1.2616456157162494,-1.1358333164300838,2.9004418600223634,0.40140026807785034,0.9068856239318848,-0.12820376455783844,0.5749367475509644,-1.3536816835403442,-0.24501334130764008,0.0002873241901397705,0.47475188970565796,0.5920099020004272 +122,1.2578156568302525,-1.1708667313647123,2.8911668579841536,0.3704385757446289,0.9210883975028992,-0.11988028138875961,-0.5760403871536255,0.4343436658382416,-0.15704108774662018,0.1987447738647461,0.06435459852218628,0.3050152063369751 +123,1.4048871070996471,-1.1742631383336324,3.087659026633472,0.3809196650981903,0.922405481338501,-0.0637843981385231,-0.4900314211845398,1.1084294319152832,0.3409964144229889,-0.3594352900981903,-0.4376184940338135,0.06556969881057739 +124,1.6569617075046175,-1.2029291058419245,3.119552630419657,0.3582921326160431,0.9330964684486389,0.030949009582400322,0.39237216114997864,0.9953480958938599,-0.2997611165046692,-0.12785392999649048,-0.2769685387611389,-0.2918895483016968 +125,1.6330154820976401,-1.248292050538942,2.997449863304775,0.3163295388221741,0.948444664478302,0.019707193598151207,0.40699660778045654,1.5790587663650513,-0.32969388365745544,0.3420872092247009,0.10419809818267822,-0.10857439041137695 +126,1.4700227685731106,-1.265343966419553,2.769473407216405,0.29919880628585815,0.9537110328674316,-0.030253810808062553,0.5304479002952576,-0.5285155177116394,0.2199958860874176,0.14927220344543457,0.3005308508872986,0.19585740566253662 +127,1.4864155207374743,-1.2040013974235797,2.7666717680630044,0.357349693775177,0.9334815740585327,-0.030225224792957306,0.24969425797462463,-0.3670712411403656,0.12450549006462097,-0.21335244178771973,0.23564696311950684,-0.06984192132949829 +128,1.3091172964706872,-1.2062777100111195,2.6677809462443247,0.34436333179473877,0.9342954754829407,-0.09222745150327682,0.1660178303718567,-1.1164950132369995,-0.07816319167613983,-0.06051930785179138,-0.5112608671188354,-0.03658723831176758 +129,1.2826908738319427,-1.2117142427303182,2.748804283578328,0.3369310200214386,0.9362198114395142,-0.09984973818063736,-0.8806600570678711,-0.6152063012123108,0.011581944301724434,-0.1107652485370636,-0.45832985639572144,-0.018848411738872528 +130,1.5194195327952313,-1.2101603084764112,2.9809941908764124,0.3524041175842285,0.9356725811958313,-0.01812133938074112,-0.10754133015871048,1.6240757703781128,0.42201727628707886,0.11434701085090637,0.47843581438064575,-0.1870483160018921 +131,1.2245286531532433,-1.1839712484082079,2.764421635367592,0.3548586368560791,0.9261114597320557,-0.12803462147712708,1.1730197668075562,-2.9665133953094482,-0.15533971786499023,0.1427762508392334,0.5277459025382996,0.26949888467788696 +132,1.2044543233885996,-1.2197887904817817,2.804015227970131,0.32102808356285095,0.9390267729759216,-0.12316589802503586,-0.7541046142578125,0.46879842877388,0.05382499843835831,0.26558080315589905,0.047118306159973145,0.26116645336151123 +133,1.3911224423572854,-1.2191351364534087,3.029056422161036,0.33891257643699646,0.9388018250465393,-0.0615575835108757,-0.41839516162872314,1.8987839221954346,0.12285648286342621,-0.49024927616119385,-0.4343463182449341,0.0626104548573494 +134,1.5419450038850904,-1.2410779440074458,2.9627811809184257,0.32364195585250854,0.946133553981781,-0.009340090677142143,0.5545878410339355,1.3551684617996216,-0.185479998588562,-0.15951839089393616,-0.3985261917114258,-0.1901381015777588 +135,1.5258659746078962,-1.2734373172471867,2.8415022784483503,0.29270029067993164,0.9561136364936829,-0.013159983791410923,0.41448259353637695,1.7178243398666382,-0.2640455663204193,0.23392626643180847,0.07417500019073486,-0.09880900382995605 +136,1.459934270064525,-1.2776468329671886,2.665304949439968,0.2871946394443512,0.9573385119438171,-0.0319700688123703,0.8793516755104065,-0.2620757520198822,0.06926269084215164,0.3900056779384613,0.5639932155609131,0.2724637985229492 +137,1.4895936680797237,-1.2171608590751997,2.6605808757603895,0.3451693058013916,0.9381198883056641,-0.02809043414890766,-0.2746385931968689,-0.562053382396698,0.256862998008728,-0.2063143253326416,0.3938654661178589,-0.13467508554458618 +138,1.2897130837886228,-1.226053459559483,2.5713431712396053,0.3246914744377136,0.9411624073982239,-0.09374735504388809,0.30223673582077026,-1.1267670392990112,-0.15329979360103607,0.04167202115058899,-0.31933629512786865,-0.09117387980222702 +139,1.205136013960904,-1.2314953027371196,2.609395916708302,0.3108242452144623,0.9429875612258911,-0.11900806427001953,-0.49424275755882263,-1.053909420967102,0.03269088640809059,-0.07412987947463989,-0.6793767213821411,0.01823902130126953 +140,1.418094438491253,-1.231307628319677,2.812174811603555,0.3291301429271698,0.9429250359535217,-0.050653114914894104,-0.18669231235980988,0.17831681668758392,0.5234889984130859,-0.03881645202636719,0.086509108543396,-0.3409484624862671 +141,1.2499187909984448,-1.2094019543842116,2.7014326309383785,0.33553215861320496,0.9354047179222107,-0.11151867359876633,0.4693126678466797,-2.7420613765716553,-0.14426317811012268,0.25957587361335754,0.7848407030105591,0.21549206972122192 +142,1.0003406249031241,-1.2354001681144284,2.612007877106867,0.27702489495277405,0.9442799687385559,-0.17774240672588348,-0.14890173077583313,-0.01414929423481226,-0.04130968824028969,0.37061911821365356,0.14145904779434204,0.3481983542442322 +143,1.2977542655674383,-1.2394150607656595,2.8728042686611115,0.31329721212387085,0.9455938339233398,-0.08773449063301086,-0.922904908657074,1.8478376865386963,0.07172956317663193,-0.35507574677467346,-0.3346165418624878,-0.12898606061935425 +144,1.38696245306268,-1.2344635041283325,2.7922576568308215,0.32446691393852234,0.9439712762832642,-0.06032915040850639,0.03527294471859932,1.4774051904678345,0.003069662256166339,-0.23781225085258484,-0.46443331241607666,0.005885779857635498 +145,1.4538867864387863,-1.2536659258497715,2.740536869310337,0.30971279740333557,0.9501342177391052,-0.03637424856424332,0.4715079665184021,0.7250174880027771,-0.1394466608762741,0.18592315912246704,-0.07766711711883545,-0.04631316661834717 +146,1.365354197370212,-1.2467795761698341,2.607164635157687,0.3116817772388458,0.9479642510414124,-0.0649489089846611,0.95284503698349,-1.2607617378234863,0.017877714708447456,0.3126773536205292,0.8174471855163574,0.2240523099899292 +147,1.51376404580335,-1.2005266155917496,2.6955519184437082,0.36127814650535583,0.93222975730896,-0.020626885816454887,-0.47757062315940857,0.070433109998703,0.05760519579052925,-0.142802894115448,0.6867581009864807,-0.25590819120407104 +148,1.4394346778830875,-1.2200001644832508,2.611074922521655,0.3406846225261688,0.9390994310379028,-0.04501210153102875,0.13443540036678314,-0.1401924043893814,-0.15014919638633728,0.014555215835571289,-0.3263675570487976,-0.22837960720062256 +149,1.377358271038968,-1.237060678408199,2.602127711112256,0.32146549224853516,0.9448252320289612,-0.06297104805707932,-0.23613476753234863,-0.5667515993118286,-0.29608625173568726,-0.13019660115242004,-0.7458811402320862,0.07748216390609741 +150,1.5762034948750236,-1.2254267619456796,2.792975627916576,0.3385395109653473,0.9409503936767578,0.0018305578269064426,-0.10025336593389511,0.69150710105896,0.6511164903640747,0.03642994165420532,0.07058525085449219,-0.3720545768737793 +151,1.372683303482937,-1.1906879613519152,2.7338826167500705,0.3637638986110687,0.9286244511604309,-0.07302424311637878,-0.3987022936344147,-3.8407394886016846,0.31216832995414734,0.23367872834205627,1.1723430156707764,0.30898618698120117 +152,1.1814878042100259,-1.2059802418979348,2.6678627323603714,0.33008068799972534,0.9341893792152405,-0.13541455566883087,0.22066821157932281,0.41349807381629944,0.06170656159520149,0.36141714453697205,0.3409265875816345,0.31919145584106445 +153,1.4782074773098677,-1.204329498003019,2.939796224274441,0.3567839562892914,0.9335991740226746,-0.03312893584370613,-1.4764878749847412,1.6578078269958496,0.19102050364017487,-0.33209529519081116,-0.2426356077194214,-0.08331090211868286 +154,1.7030215899704542,-1.2430068039102746,2.9495506436546672,0.31914064288139343,0.9467563033103943,0.042446114122867584,0.7512345314025879,2.3068573474884033,-0.31851673126220703,-0.22526860237121582,-0.6218967437744141,-0.21778488159179688 +155,1.8333631002735316,-1.2729651111012246,2.954230481450139,0.2833900451660156,0.9559751749038696,0.0761672705411911,0.29702460765838623,0.7826600074768066,-0.19423522055149078,0.2620963752269745,-0.056820571422576904,-0.09711755067110062 +156,1.6351581170237557,-1.2720575373672687,2.6972899971274527,0.2937059700489044,0.9557084441184998,0.018929587677121162,0.9091007113456726,-0.8650458455085754,0.24368123710155487,0.23610970377922058,0.9550276398658752,0.3828495740890503 +157,1.639357067496365,-1.2126450354319989,2.6697500836512793,0.3497198224067688,0.9365465044975281,0.024014689028263092,-0.22974731028079987,-0.5696630477905273,0.07783891260623932,-0.2512243986129761,0.4446943402290344,-0.16059613227844238 +158,1.5256590734634277,-1.219290786373106,2.6820080061318734,0.34396079182624817,0.9388554096221924,-0.015535997226834297,0.017603754997253418,-0.13946008682250977,-0.2144857794046402,-0.04487326741218567,-0.5682195425033569,0.04120129346847534 +159,1.6260536341339207,-1.2292819113707278,2.741391599631533,0.3344034254550934,0.942248523235321,0.018497062847018242,-0.5113437175750732,0.04576262831687927,-0.0084992041811347,-0.14023533463478088,-0.5954161882400513,-0.12095987796783447 +160,1.5367199368798035,-1.20413299251925,2.726043251062004,0.35829439759254456,0.93352872133255,-0.012214107438921928,0.8878007531166077,0.7093223333358765,0.27241194248199463,0.22717007994651794,0.6482125520706177,-0.3991628885269165 +161,1.3698648354561271,-1.168200073046757,2.5879625538683384,0.3839256763458252,0.920046865940094,-0.07819797843694687,0.45614901185035706,-2.625958204269409,-0.22421544790267944,0.03300544619560242,0.5391664505004883,0.2579617500305176 +162,1.1722413109466001,-1.2231719563921815,2.552800185313711,0.3139646053314209,0.9401846528053284,-0.13220766186714172,-0.6885781288146973,0.3938311040401459,-0.2324398308992386,0.19566363096237183,0.02203446626663208,0.466420978307724 +163,1.4896225436560098,-1.2586095643496045,2.9123222856767277,0.3061290979385376,0.9516642093658447,-0.02490437962114811,-1.1376715898513794,-0.11634323745965958,0.28210222721099854,-0.1705852746963501,-0.4523813724517822,-0.04429423809051514 +164,1.9270259618083323,-1.2720590817288815,3.045555137204512,0.2758359909057617,0.955708920955658,0.10263977944850922,0.7796161770820618,3.3053503036499023,-0.242661714553833,-0.21242046356201172,-0.535085141658783,-0.3839508295059204 +165,1.902736777148248,-1.3142118980759498,2.9297112057962424,0.23992450535297394,0.9672623872756958,0.08270063996315002,0.6051239967346191,1.2670412063598633,0.0502292774617672,0.3962754011154175,0.11220520734786987,0.11874578893184662 +166,1.5816010056035525,-1.310882981154113,2.5711192034055075,0.25698164105415344,0.9664122462272644,0.00277671217918396,0.58835369348526,-0.5556908249855042,0.3664758503437042,0.16190263628959656,0.7027618885040283,0.44799840450286865 +167,1.6958881271872353,-1.2328737708714834,2.663619676030249,0.3289370834827423,0.9434454441070557,0.04136331006884575,0.3957633376121521,-0.6457619667053223,-0.0434892475605011,-0.08195838332176208,0.5947014689445496,-0.18491792678833008 +168,1.60343902940503,-1.2536981455137943,2.6203303456583154,0.31164467334747314,0.9501442313194275,0.010176539421081543,-0.2833409309387207,1.142630934715271,-0.13990244269371033,0.018036693334579468,-0.5197396278381348,-0.08117568492889404 +169,1.6013495208845463,-1.273184364082539,2.5969151266204125,0.29310134053230286,0.9560394883155823,0.008957969956099987,0.4250939190387726,-0.44752493500709534,-0.24564479291439056,-0.07924944162368774,-0.7096863389015198,-0.07589828968048096 +170,1.5182800519432043,-1.257415295969011,2.5494810208526637,0.30785197019577026,0.9512966871261597,-0.01618211902678013,0.38828471302986145,-0.4056680500507355,0.3946439027786255,-0.05624982714653015,0.41790497303009033,-0.3281934857368469 +171,1.1619898062755927,-1.2543904015569678,2.4549240200090394,0.28551292419433594,0.9503598809242249,-0.12368790805339813,0.042561162263154984,-1.5358494520187378,-0.19540724158287048,0.5390110015869141,0.2903628349304199,0.5447694659233093 +172,1.2227043403039282,-1.2478925765123108,2.5739011118375044,0.29829034209251404,0.9483180046081543,-0.10823994129896164,-1.2692766189575195,-0.5752338767051697,0.5043782591819763,0.003848940134048462,-0.0689082145690918,0.06447774171829224 +173,1.7483089613408824,-1.2369577652167847,3.0194988744122115,0.32252272963523865,0.9447914958000183,0.05786088854074478,-0.5536181330680847,2.2270004749298096,-0.4613022804260254,-0.2980171740055084,-0.34022313356399536,-0.3346705436706543 +174,1.7893291191555483,-1.2924557835821644,2.9376757817879406,0.2682255804538727,0.9615127444267273,0.05956736207008362,-0.522336483001709,-0.09101682901382446,-0.4673289954662323,-0.13840380311012268,-0.4293319582939148,-0.04095160961151123 +175,1.6249342479251248,-1.3093174418838005,2.779770972677833,0.25813040137290955,0.966008722782135,0.01398831233382225,0.9075810313224792,-0.5553908944129944,0.2842760682106018,0.31909430027008057,0.7805731892585754,0.3990976810455322 +176,1.7435833816553354,-1.2576202985814584,2.854019669868303,0.3034941852092743,0.9513598680496216,0.052968043833971024,-0.03550175577402115,-0.09144045412540436,0.11040327697992325,-0.16393733024597168,0.33082085847854614,-0.27902698516845703 +177,1.4677259322990663,-1.2661508708460871,2.6918376110157918,0.2983626425266266,0.9539533853530884,-0.030861718580126762,-0.1902967393398285,-0.2710353434085846,-0.07416889071464539,0.11452493071556091,-0.36764979362487793,0.002663496881723404 +178,1.5858585710537503,-1.2733914917242328,2.7896009008322538,0.29300665855407715,0.9561001658439636,0.004413671791553497,-0.027953658252954483,-0.6142097115516663,-0.09864042699337006,-0.10366034507751465,-0.7876126766204834,-0.12320339679718018 +179,1.441679705903774,-1.261910248905412,2.7028201693755647,0.3014672100543976,0.9526727795600891,-0.0391421839594841,1.412729263305664,0.5429562330245972,0.10316827148199081,-0.04789665341377258,0.8763677477836609,-0.5469632148742676 +180,1.229675411770216,-1.2537969253689916,2.6439347685313583,0.2937561273574829,0.9501750469207764,-0.10428299754858017,-0.6530419588088989,-2.333404302597046,-0.43298307061195374,0.23036807775497437,0.4249318838119507,0.5271650552749634 +181,1.1978390308842168,-1.2741654913955227,2.668325148948458,0.2722054421901703,0.9563267230987549,-0.1065056174993515,-1.0767594575881958,-0.2340889871120453,0.027538936585187912,0.03785315155982971,-0.11758160591125488,0.0984795093536377 +182,1.8609232817305932,-1.2702194919623386,-3.033596580251964,0.2836984097957611,0.9551658630371094,0.08469846099615097,-0.4413923919200897,2.106761932373047,-0.4837595224380493,-0.28987815976142883,-0.4586904048919678,-0.3186003863811493 +183,1.9268383659453059,-1.3078792979160203,3.127443683294648,0.24359823763370514,0.9656359553337097,0.09059194475412369,-0.3082362711429596,0.7896870374679565,-0.3052215874195099,0.02951882779598236,-0.19750863313674927,-0.1632084846496582 +184,1.8479396205980072,-1.3317709804805726,2.9554741486792544,0.22772200405597687,0.9715691804885864,0.06477870047092438,0.4614967107772827,0.5564578175544739,0.2083543986082077,0.4677126109600067,0.4869575500488281,0.14228308200836182 +185,1.655092895879498,-1.2611345725722432,2.734162115573555,0.30365440249443054,0.9524366855621338,0.02565782703459263,0.20812436938285828,-0.4150974750518799,1.0375250577926636,-0.26288291811943054,0.5824296474456787,0.0435255765914917 +186,1.5384769153521534,-1.2507597322421307,2.650221067780886,0.3144366145133972,0.9492239356040955,-0.010165946558117867,0.18064886331558228,-0.9921993017196655,-0.2027285248041153,-0.09411501884460449,-0.40768963098526,-0.08832955360412598 +187,1.4091575415644138,-1.2697174275825003,2.656046984328751,0.2926848530769348,0.95501708984375,-0.04772559180855751,-0.33761781454086304,-1.142466425895691,-0.11314471065998077,0.0347992479801178,-0.727279782295227,-0.011219136416912079 +188,1.6207973775593572,-1.2684389333731272,2.8923058724430213,0.29739946126937866,0.9546371698379517,0.014882690273225307,-0.2964550852775574,-0.45136407017707825,0.2859766483306885,0.12549787759780884,0.05711209774017334,-0.4053703546524048 +189,1.4630665580344244,-1.230231444245825,2.731711838110035,0.33208346366882324,0.9425661563873291,-0.03591432049870491,0.3688707649707794,-1.6765574216842651,0.41861584782600403,0.20609405636787415,0.852065920829773,0.02501952275633812 +190,1.0599453390122113,-1.2418960520004745,2.5537773106470616,0.2817642390727997,0.946398138999939,-0.15792223811149597,-0.009632071480154991,-0.7420651316642761,-0.4776020348072052,0.28250575065612793,0.30648577213287354,0.7414335608482361 +191,1.275318990471332,-1.2961102584097093,2.8018177432803926,0.25948986411094666,0.9625104069709778,-0.07898552715778351,-1.4531645774841309,-0.3897165358066559,0.16116467118263245,-0.06451305747032166,-0.4984601140022278,-0.047143638134002686 +192,1.6771866015690005,-1.304777767531874,3.048900410177191,0.2614058256149292,0.9648252129554749,0.02791644260287285,0.41232240200042725,2.4580492973327637,-0.19795750081539154,-0.2095106542110443,-0.6520048379898071,-0.14656877517700195 +193,1.7970099676079934,-1.3279181106431828,3.0177738973315886,0.2343701720237732,0.970649778842926,0.05394098535180092,-0.021586325019598007,0.3027600049972534,-0.31071144342422485,0.1656542420387268,0.1400526762008667,-0.08888363838195801 +194,1.6433895449143325,-1.333620802154092,2.7965675693151653,0.23433919250965118,0.9720054864883423,0.01704138144850731,1.0534101724624634,-0.6242202520370483,0.20036959648132324,0.31587743759155273,0.8947699666023254,0.20424151420593262 +195,1.5933457131392865,-1.2703366150394464,2.770801778154464,0.29588407278060913,0.9552005529403687,0.006673135329037905,-0.20579557120800018,-0.4077010750770569,0.21964289247989655,-0.22999662160873413,0.28842127323150635,-0.04625439643859863 +196,1.5013422133198138,-1.2758408743522538,2.7795067975974512,0.28999653458595276,0.9568150639533997,-0.020173901692032814,0.03491612523794174,-1.4425567388534546,-0.21299321949481964,-0.11413899064064026,-0.5729345083236694,-0.06611454486846924 +197,1.4450366812770254,-1.2990612010175133,2.8531254655166016,0.26628395915031433,0.9633066058158875,-0.03366544470191002,-0.7417550086975098,-0.9597254991531372,-0.22159923613071442,-0.015917688608169556,-0.5310250520706177,-0.03475499525666237 +198,1.6219119147857837,-1.288566813645028,3.0311461655947007,0.2781342566013336,0.9604369401931763,0.014229390770196915,1.1788266897201538,1.3618196249008179,0.4049745202064514,0.24843132495880127,0.719967782497406,-0.657417893409729 +199,1.2657077907909775,-1.2410921617421937,2.6823908963215493,0.3088116943836212,0.9461381435394287,-0.09725114703178406,-0.0008143233135342598,-1.5511791706085205,0.15687669813632965,0.06403681635856628,0.7638074159622192,0.38661885261535645 +200,1.2212324148123002,-1.2746063558142313,2.774039717408015,0.27422600984573364,0.9564554691314697,-0.09996481239795685,-0.573654055595398,-0.07216121256351471,0.042724840342998505,0.16994208097457886,0.003261268138885498,0.34534144401550293 +201,1.5819792509760089,-1.2690906920952245,-3.1193797753479453,0.29713040590286255,0.954831063747406,0.003322925418615341,-1.0035309791564941,1.9772560596466064,0.3404073119163513,-0.3947409391403198,-0.5142641067504883,0.022678136825561523 +202,1.8618150963463007,-1.291081945876017,-3.119324572358752,0.26447272300720215,0.9611343145370483,0.07921556383371353,1.0047125816345215,1.4193806648254395,-0.31158706545829773,-0.14351627230644226,-0.47088468074798584,-0.37149763107299805 +203,1.7977757271850878,-1.3219072320224252,3.016124237241739,0.24000902473926544,0.9691866636276245,0.05543234199285507,0.5260032415390015,1.258458137512207,-0.05541110411286354,0.41137340664863586,0.42616844177246094,-0.14635944366455078 +204,1.6093393973007508,-1.29252062010799,2.7575954251030086,0.27449390292167664,0.9615305066108704,0.010585079900920391,-0.44237402081489563,1.1777712106704712,0.7832794189453125,-0.18881580233573914,0.45334064960479736,0.21236109733581543 +205,1.5479457059752848,-1.2755585465873769,2.7310585226160016,0.29089149832725525,0.956732988357544,-0.0066482084803283215,0.3320263922214508,-1.2636876106262207,-0.2544380724430084,-0.06976112723350525,-0.22896504402160645,-0.08119666576385498 +206,1.46688247051292,-1.295306489981621,2.7497886587713984,0.2705508768558502,0.9622920751571655,-0.028215615078806877,-0.49447962641716003,-0.549127459526062,-0.0023887327406555414,0.07261925935745239,-0.7585415244102478,0.0022604484111070633 +207,1.6315337028666899,-1.2865008019808117,2.990171878841248,0.279963880777359,0.9598594903945923,0.017025213688611984,-0.25908076763153076,-0.6070254445075989,0.3225450813770294,0.02821788191795349,-0.17546629905700684,-0.2704126834869385 +208,1.4796572864077842,-1.2430104123979973,2.8787204025857673,0.32061126828193665,0.9467574954032898,-0.02930137887597084,0.8639400005340576,-0.5944186449050903,0.2302723079919815,0.19675317406654358,0.8046615123748779,-0.05584263801574707 +209,1.1578810628936762,-1.2249737994624594,2.6459138144233987,0.3104819357395172,0.940796971321106,-0.1360226273536682,0.2680446207523346,-0.4867274761199951,-0.3850040137767792,0.061329007148742676,0.35505568981170654,0.6736965775489807 +210,1.2329735528163928,-1.2748658126758499,2.7675660275252976,0.2751467823982239,0.9565311670303345,-0.09665606170892715,-1.1250606775283813,-1.1424189805984497,-0.12157389521598816,0.05345124006271362,-0.27939194440841675,-0.025933019816875458 +211,1.781674710165705,-1.286987875376911,-3.0790635253864727,0.27381059527397156,0.9599959850311279,0.058612145483493805,-0.49868592619895935,2.9313511848449707,-0.30309709906578064,-0.22858357429504395,-0.4833572506904602,-0.23439335823059082 +212,1.7556498589405327,-1.3342908546201424,3.08258833795715,0.23031538724899292,0.9721627235412598,0.043066270649433136,0.36249175667762756,-0.4909065365791321,-0.15449583530426025,0.20976334810256958,-0.045420050621032715,0.02025771513581276 +213,1.5276102709922863,-1.3194963224615126,2.805291201107609,0.24843139946460724,0.9685899615287781,-0.010735447518527508,0.7428422570228577,0.16785691678524017,0.5855619311332703,0.18546749651432037,0.8936078548431396,0.3194665312767029 +214,1.6523597591024275,-1.2395306466376577,2.891549301435047,0.3241591155529022,0.9456314444541931,0.02649831771850586,-0.08364423364400864,-0.10583797097206116,0.3586141765117645,-0.3798842430114746,0.2649398446083069,-0.17218923568725586 +215,1.5308802432243138,-1.2645039765415276,2.812908298566837,0.3012854754924774,0.9534580707550049,-0.012032526545226574,0.02470841258764267,-1.3079496622085571,-0.6070941090583801,-0.06529301404953003,-0.5323307514190674,-0.08104610443115234 +216,1.5337570324849752,-1.2990670142281842,2.9100046887416364,0.26821333169937134,0.9633082151412964,-0.009938977658748627,-0.788239061832428,-0.5310941338539124,0.045596517622470856,0.10231578350067139,-0.43739885091781616,-0.10071778297424316 +217,1.6153244085139637,-1.2687653462914976,2.991373473852989,0.29716482758522034,0.9547343254089355,0.013240931555628777,0.9818628430366516,0.27216798067092896,0.3951230049133301,0.11523443460464478,0.6049579381942749,-0.4192467927932739 +218,1.2849318336572129,-1.2457427763793278,2.7428604948016893,0.3063994348049164,0.9476336240768433,-0.09005524963140488,-0.25424137711524963,-2.631294012069702,-0.13941195607185364,-0.027575582265853882,0.36092960834503174,0.2674844264984131 +219,1.2478962447770694,-1.285767772753019,2.8058861053387663,0.2666528820991516,0.9596536159515381,-0.08922500163316727,-0.22320403158664703,-0.08806511759757996,-0.007847893983125687,0.2401372492313385,-0.09124547243118286,0.17793965339660645 +220,1.6518590182102157,-1.2703395414693002,-3.1240146707731125,0.2949846088886261,0.9552013874053955,0.023964762687683105,-1.4887958765029907,3.22544264793396,0.10940298438072205,-0.2986772954463959,-0.3958294987678528,-0.0803765058517456 +221,1.817182577456999,-1.2974754339948236,-3.1313800159485203,0.2617788314819336,0.9628797769546509,0.0658363476395607,0.43061426281929016,-0.6962482929229736,-0.3311295211315155,-0.14929106831550598,-0.15778028964996338,-0.2990669012069702 +222,1.7085205124388871,-1.3186051881644874,2.9913587441812948,0.24716342985630035,0.9683679938316345,0.034257251769304276,0.6068039536476135,0.6512832641601562,0.18006367981433868,0.42365872859954834,0.5442967414855957,0.022230859845876694 +223,1.7176647085676018,-1.2755961451026916,2.9444614239625766,0.2877994775772095,0.9567438960075378,0.042575206607580185,0.006327465642243624,0.2701987624168396,0.7547138929367065,-0.2486606240272522,0.47718560695648193,-0.010653849691152573 +224,1.5968275205129838,-1.2839211256988097,2.820849676586831,0.28286054730415344,0.959132730960846,0.007364861201494932,0.2162414938211441,-0.4664854109287262,-0.2982136011123657,-0.022850751876831055,-0.21557199954986572,-0.06557714939117432 +225,1.5090991082577088,-1.3141733828387998,2.8071132804647134,0.25333285331726074,0.9672526121139526,-0.015649795532226562,-0.26265278458595276,-0.8173319697380066,-0.17940261960029602,0.02402612566947937,-0.6667612791061401,-0.03217124938964844 +226,1.7063296681272517,-1.3079376733214736,3.0660734567996317,0.2574590742588043,0.9656511545181274,0.03510953113436699,-0.7388083934783936,-1.0883961915969849,0.32568246126174927,0.08160647749900818,-0.20817434787750244,-0.3397207260131836 +227,1.433683624270183,-1.2736960744227404,2.9092130293110823,0.29000064730644226,0.9561893939971924,-0.040013838559389114,0.8481118679046631,-2.787858486175537,0.052593402564525604,0.24544546008110046,0.9329400658607483,-0.17269372940063477 +228,1.27438715699478,-1.2905574277271241,2.915381422477646,0.26452401280403137,0.9609894156455994,-0.08078726381063461,-0.18213091790676117,0.3817918598651886,-0.07163027673959732,0.4491753578186035,0.1987701654434204,0.5437846779823303 +229,1.4627210991060013,-1.2803765477062128,3.1248908344791695,0.28468361496925354,0.9581237435340881,-0.030887598171830177,-1.0193614959716797,1.3683923482894897,0.4614207446575165,-0.17890971899032593,-0.2954803705215454,0.0015296954661607742 +230,1.843659318091438,-1.2869155938472476,-2.9847278314454044,0.26972121000289917,0.9599757194519043,0.07547955214977264,0.7637741565704346,0.9829177856445312,-0.10358403623104095,-0.24382701516151428,-0.6249079704284668,-0.25621986389160156 +231,1.785369097546488,-1.3256921304757519,-3.1093931512567408,0.23709307610988617,0.9701120257377625,0.05166913941502571,0.23313316702842712,0.6344739198684692,-0.3291141986846924,0.10046190023422241,0.09118258953094482,0.03146076947450638 +232,1.650709358567002,-1.3342422959890978,2.926469073424994,0.23360604047775269,0.9721513390541077,0.018708007410168648,0.4638863503932953,0.5425121188163757,0.3299598693847656,0.16741017997264862,0.5652021765708923,0.2103722095489502 +233,1.5606975816595658,-1.2892770325196201,2.8021240866972024,0.27780091762542725,0.9606344699859619,-0.0028055361472070217,0.3055644631385803,-0.3100789785385132,-0.08531578630208969,-0.20155277848243713,0.32520830631256104,-0.08441376686096191 +234,1.4519545669945413,-1.306745607622386,2.767508515638178,0.2591520845890045,0.9653406739234924,-0.03094390407204628,-0.07261541485786438,-0.8807218074798584,-0.2692727744579315,0.017199814319610596,-0.5255671143531799,0.010481834411621094 +235,1.4926835704221137,-1.3185867440706591,2.88473750456389,0.2487836480140686,0.9683634042739868,-0.019472798332571983,-0.8391950130462646,-1.1821131706237793,0.06746240705251694,0.010478436946868896,-0.4679056406021118,-0.10018664598464966 +236,1.6348141917673054,-1.290434499984267,-3.093911325445233,0.2761366367340088,0.9609553813934326,0.01770186796784401,-0.34341463446617126,-1.0560145378112793,0.5055127143859863,0.1270463466644287,0.18940472602844238,-0.2959611415863037 +237,1.4337921908177134,-1.2477071417585948,3.0835716752640097,0.31452226638793945,0.9482591152191162,-0.04336249828338623,0.6091938018798828,-2.539297342300415,0.4409199059009552,0.11749976873397827,0.7080671191215515,0.08114326000213623 +238,1.3342698658448138,-1.2666699535277637,3.123915459126933,0.29112181067466736,0.9541089534759521,-0.07017149031162262,-0.16872233152389526,0.673543393611908,-0.013926020823419094,0.33631959557533264,0.10724657773971558,0.5947381854057312 +239,1.504444669059546,-1.2493366010576006,-3.015855894150475,0.3152565062046051,0.9487752318382263,-0.020948542281985283,-0.9528194665908813,2.0005838871002197,0.2555217444896698,-0.3628029227256775,-0.2796468734741211,-0.09990108013153076 +240,1.697429054807985,-1.2751077439723488,-2.966396453680224,0.28906524181365967,0.9566017389297485,0.03680204600095749,0.7188208699226379,0.9736847281455994,-0.38287556171417236,-0.15397918224334717,-0.39452898502349854,-0.17436003684997559 +241,1.7193452288196753,-1.3163282265280596,-3.000807152637478,0.24895836412906647,0.9677973389625549,0.03725694119930267,0.5114992260932922,0.8688944578170776,-0.262561172246933,0.3933145999908447,0.12991994619369507,-0.06623339653015137 +242,1.5368610707959007,-1.2954437786302975,3.0513261106933904,0.2717299163341522,0.9623293876647949,-0.009224765934050083,-0.03819406032562256,-0.13769026100635529,0.7178137302398682,-0.04377886652946472,0.3921322822570801,0.0926750898361206 +243,1.596603064922736,-1.2478703522485541,3.068279197511032,0.31723669171333313,0.9483109712600708,0.008188662119209766,0.21541915833950043,0.11209660768508911,-0.19098320603370667,-0.26161840558052063,-0.052879512310028076,-0.08469617366790771 +244,1.4863713743444649,-1.2826346063789986,3.014983307642299,0.28317779302597046,0.9587678909301758,-0.023964233696460724,0.009297579526901245,-0.8520143628120422,-0.22602982819080353,-0.03145354986190796,-0.6173526048660278,-0.021506961435079575 +245,1.4880585338916583,-1.2787363146363895,3.1095060756411064,0.28694087266921997,0.9576528072357178,-0.023795174434781075,-0.4605385959148407,-0.14725299179553986,0.20236247777938843,-0.07505732774734497,-0.13953757286071777,-0.19008731842041016 +246,1.5276693213691641,-1.2468903602086012,3.1165513785217294,0.317976176738739,0.9479994773864746,-0.013721868395805359,0.4863201677799225,-0.005460649728775024,0.4269021153450012,0.11703667044639587,0.5200486183166504,-0.31087833642959595 +247,1.2072436298439775,-1.2512235168980026,3.059979992485301,0.29362696409225464,0.9493697285652161,-0.11171458661556244,-0.4192560315132141,-1.104217529296875,-0.4936818778514862,0.312482625246048,0.22180324792861938,0.8439686298370361 +248,1.1685570038461561,-1.2549461827690975,3.0219160223600174,0.2858327031135559,0.9505326747894287,-0.1216033399105072,-0.23856870830059052,-0.0566428117454052,0.39729219675064087,0.032221436500549316,-0.1920487880706787,0.014578230679035187 +249,1.576325170702122,-1.2490663546603566,-3.0647937608513742,0.31620344519615173,0.9486898183822632,0.0017482572002336383,0.3488176465034485,2.4289681911468506,-0.043130870908498764,-0.20043504238128662,-0.5318349599838257,-0.08072769641876221 +250,1.7068988848898738,-1.2605872209177613,-3.1021466104730835,0.3024349510669708,0.9522697329521179,0.041418228298425674,0.019103072583675385,0.6699931025505066,-0.21711967885494232,0.11194801330566406,-0.016738176345825195,-0.23120713233947754 +251,1.5788211030031085,-1.2752351320282302,3.016566228964523,0.2912674844264984,0.9566388130187988,0.002337406389415264,0.7323622703552246,-0.6287196278572083,-0.027358461171388626,0.24159997701644897,0.5009417533874512,0.21384906768798828 +252,1.4691185952103787,-1.2464297816569103,2.940131650607644,0.3170623779296875,0.9478527903556824,-0.03234973922371864,-0.19605770707130432,0.8181825280189514,0.3148917555809021,-0.10986325144767761,0.41478753089904785,0.15199393033981323 +253,1.4503142606479988,-1.2476139546382103,2.9218670829337867,0.3152835965156555,0.9482295513153076,-0.038170892745256424,0.08104797452688217,-0.563344419002533,-0.2530403435230255,-0.07796365022659302,-0.4046809673309326,-0.04146468639373779 +254,1.4163823979381434,-1.2691522702693292,2.9691304791278643,0.29355594515800476,0.954849362373352,-0.045692864805459976,-0.36615699529647827,-0.8226886987686157,-0.14199323952198029,-0.06987732648849487,-0.6210784912109375,-0.04502064362168312 +255,1.5077874959039077,-1.2605740891261907,3.098638985991524,0.30466482043266296,0.952265739440918,-0.019222019240260124,0.07175479829311371,0.8510693311691284,0.5275598168373108,0.030891209840774536,0.34125232696533203,-0.22250771522521973 +256,1.2873943145203532,-1.2392365595986776,2.9110294968019903,0.3125334680080414,0.9455357789993286,-0.09102264791727066,0.7537283301353455,-3.038177490234375,-0.04578001797199249,0.11413279175758362,0.5370540618896484,0.32184237241744995 +257,1.2257151280611873,-1.2523490122996237,2.9514664934474846,0.29463493824005127,0.9497227072715759,-0.10591072589159012,-0.9484305381774902,-0.5693870782852173,0.19157010316848755,0.17527467012405396,0.05229145288467407,0.12196297198534012 +258,1.611214676126273,-1.2553028316003327,-2.988730131742212,0.3100319802761078,0.9506433606147766,0.012537808157503605,-0.26526808738708496,1.6886591911315918,-0.3576291799545288,-0.2057534158229828,-0.39983171224594116,-0.24189269542694092 +259,1.680054687441961,-1.2764990114777939,-3.074654142759543,0.28833797574043274,0.9570062160491943,0.0316292941570282,-0.20246140658855438,0.7043650150299072,-0.28888851404190063,-0.13271355628967285,-0.12735533714294434,-0.11179900169372559 +260,1.6614892125831406,-1.3028305889512537,3.1348107902920685,0.26368263363838196,0.9643114805221558,0.023979920893907547,0.6275321841239929,-0.20586559176445007,-0.10347880423069,0.28183433413505554,0.5368483066558838,0.14655232429504395 +261,1.5166102807177047,-1.2837191399581125,3.0248866519518063,0.28273481130599976,0.9590755701065063,-0.015335293486714363,-0.3884495794773102,0.32505059242248535,0.7162870764732361,-0.09444135427474976,0.35868871212005615,0.15893572568893433 +262,1.5070717736603314,-1.2634652035183027,3.029698844420815,0.3019016981124878,0.9531443119049072,-0.01926463469862938,0.16668103635311127,-1.0043131113052368,-0.19624817371368408,-0.08946889638900757,-0.316181480884552,-0.09827381372451782 +263,1.4083184687151187,-1.275210524916171,3.0362308263926203,0.2874639928340912,0.9566316604614258,-0.04712192341685295,-0.20311228930950165,-1.0923011302947998,-0.043817851692438126,-0.055637210607528687,-0.5201234817504883,-0.09704315662384033 +264,1.4745369027050466,-1.2742565021110288,-3.1174945638240232,0.2908601760864258,0.9563533067703247,-0.028084831312298775,-0.18118816614151,0.24620728194713593,0.3827795088291168,0.05168437957763672,-0.06014358997344971,-0.17043203115463257 +265,1.395986908970384,-1.2367291884418061,3.0019000924560357,0.3228910565376282,0.9447165727615356,-0.0570264607667923,1.130341649055481,-1.9126994609832764,0.13032999634742737,0.13386550545692444,0.8336952924728394,-0.12142503261566162 +266,1.1807305186819859,-1.2566650217435802,2.945113632262217,0.2857802212238312,0.951065182685852,-0.11749335378408432,-0.4592176079750061,0.5322158932685852,-0.3411885201931,0.34977883100509644,0.28655993938446045,0.7728736400604248 +267,1.4634551433799514,-1.2635311576206378,-3.105766225426751,0.30071261525154114,0.953164279460907,-0.03240339457988739,-0.9939426779747009,1.8070484399795532,0.0002516810782253742,-0.35282137989997864,-0.29921823740005493,-0.2329164743423462 +268,1.5770807235715434,-1.28526816085251,-3.136132546386732,0.28165897727012634,0.9595130085945129,0.0017700801836326718,0.010651607997715473,1.3989428281784058,0.014810244552791119,-0.09705814719200134,-0.6023352742195129,0.110137939453125 +269,1.794255170947406,-1.2959676118017576,-3.0403443678305737,0.2646346390247345,0.9624717235565186,0.06013929098844528,0.29439666867256165,1.4096637964248657,-0.003680574242025614,0.2839798629283905,0.34126973152160645,-0.19838392734527588 +270,1.5492898872100782,-1.3119631424110845,2.9338618868763495,0.2558930218219757,0.9666892886161804,-0.005504196509718895,1.0573357343673706,-1.0948882102966309,-0.09087614715099335,0.23074018955230713,0.45471251010894775,0.29883915185928345 +271,1.5072814478296146,-1.259262991065777,2.9046658251666204,0.305900514125824,0.9518647193908691,-0.019455403089523315,-0.21178965270519257,0.048674650490283966,0.6182271838188171,-0.22095483541488647,0.24407339096069336,0.0636601448059082 +272,1.4348557219201996,-1.2609637841506265,2.8781746820472702,0.30208641290664673,0.9523846507072449,-0.04132065549492836,0.03205519914627075,-1.0754493474960327,-0.3433673679828644,-0.08255821466445923,-0.4461437463760376,-0.06709301471710205 +273,1.3913710446988372,-1.2849816032419847,2.9308123384727343,0.27741312980651855,0.9594322443008423,-0.05031604319810867,-0.5557979941368103,-0.5301530361175537,-0.10656566917896271,-0.0028769969940185547,-0.5475975275039673,-0.10370618104934692 +274,1.4653914727682216,-1.2738402393683732,3.073912533372351,0.2909870147705078,0.9562315940856934,-0.030785540118813515,0.15930873155593872,0.13747510313987732,0.41190898418426514,0.08619502186775208,0.33151865005493164,-0.12354183197021484 +275,1.2259353041856709,-1.2458873799334877,2.8757283978217933,0.3004273474216461,0.9476798176765442,-0.10791820287704468,0.8222584128379822,-3.910244941711426,-0.13148103654384613,0.1051207184791565,0.5161873698234558,0.1272815465927124 +276,1.1280941786721272,-1.2761411304622987,2.9285334385854846,0.26241376996040344,0.9569023251533508,-0.12440664321184158,-0.602613627910614,0.19522042572498322,0.2785511612892151,0.36815571784973145,0.033820271492004395,0.211259663105011 +277,1.5161465444570292,-1.2645078139068406,-3.0071678385400276,0.30107203125953674,0.9534592032432556,-0.016469920054078102,-0.8886045217514038,2.303663730621338,-0.1572769582271576,-0.30952543020248413,-0.3148025870323181,-0.22370338439941406 +278,1.5690387501539247,-1.2889035821091064,-3.1061471313204523,0.27817413210868835,0.9605306386947632,-0.000488912861328572,0.2888963520526886,0.815398097038269,-0.36640942096710205,-0.13764062523841858,-0.26587414741516113,-0.035613417625427246 +279,1.5730768996514062,-1.320942587984886,3.099264098114819,0.2472618669271469,0.9689486026763916,0.0005638996954075992,0.4700929820537567,1.3437484502792358,-0.045280661433935165,0.485632985830307,0.3388364315032959,0.052033185958862305 +280,1.452326543529228,-1.2913428807573153,2.9117501777229373,0.2738969922065735,0.961206316947937,-0.03260118141770363,-0.1306624561548233,1.3657878637313843,0.8503884673118591,-0.08531361818313599,0.3174649477005005,0.2133415937423706 +281,1.6005876975966,-1.2567037254481064,2.9592889551552015,0.30881616473197937,0.9510771036148071,0.009202779270708561,0.3463584780693054,-0.32234880328178406,-0.3012732267379761,-0.13092923164367676,-0.08242487907409668,-0.1647508144378662 +282,1.4418783491765508,-1.2902458226704938,2.9214841169025543,0.27458691596984863,0.9609031677246094,-0.035596612840890884,-0.16708466410636902,-1.3027021884918213,-0.15993212163448334,-0.030400484800338745,-0.6421623229980469,-0.017702341079711914 +283,1.512835172396209,-1.3012275407763907,3.1134732338594264,0.26586881279945374,0.9638858437538147,-0.015427343547344208,-0.6586903929710388,-0.6910052299499512,0.18306167423725128,0.029434561729431152,-0.11540555953979492,-0.1731865406036377 +284,1.538250532498772,-1.2595983272621267,3.1312165303102852,0.30603721737861633,0.9519674181938171,-0.009963743388652802,0.6243772506713867,0.7551228404045105,0.4755186438560486,-0.06519249081611633,0.6282938122749329,-0.2999880313873291 +285,1.2163436849376226,-1.2462856495682015,2.956943545992976,0.2990245223045349,0.9478068351745605,-0.11066379398107529,-0.13504627346992493,-2.278533697128296,-0.37652304768562317,0.1729450821876526,0.3239216208457947,0.6134713888168335 +286,1.2700835209971735,-1.2671315380332877,3.0335809250239354,0.2856007516384125,0.9542470574378967,-0.088569775223732,-0.4703386425971985,0.08178645372390747,0.24434158205986023,0.12016090750694275,-0.045342087745666504,0.0821000412106514 +287,1.654036698457244,-1.2634978008318967,-2.9578479126710855,0.3014373481273651,0.9531542062759399,0.025149870663881302,-0.45893701910972595,1.7071419954299927,-0.30143389105796814,-0.2410735785961151,-0.3892504572868347,-0.2675204277038574 +288,1.7025549499264507,-1.2950543761485205,-3.053925005281934,0.2699016034603119,0.962223470211029,0.03576909005641937,-0.0073377275839447975,0.4837927520275116,-0.38588663935661316,0.024883002042770386,-0.14157509803771973,-0.09616339206695557 +289,1.6951086338157284,-1.3103021626319313,3.129149021891247,0.2555708885192871,0.9662628173828125,0.031935278326272964,0.6956080794334412,0.056795842945575714,-0.0838184654712677,0.08604291081428528,0.38531494140625,-0.2739243507385254 +290,1.4527403448463743,-1.298515349160963,2.947049388647853,0.267056941986084,0.96315997838974,-0.03167496249079704,-0.4137336313724518,0.4049670398235321,0.7173376083374023,-0.10264351963996887,0.36319494247436523,0.22833025455474854 +291,1.531154274076695,-1.2725245802542338,3.005008708009946,0.29363805055618286,0.9558457732200623,-0.011646516621112823,0.14883850514888763,-0.5429939031600952,-0.13775157928466797,-0.09902745485305786,-0.27916419506073,-0.05825400352478027 +292,1.4969683139193852,-1.2854477999994272,3.03747170040716,0.28072527050971985,0.9595636129379272,-0.020763125270605087,-0.4763300120830536,-0.864912748336792,-0.0779440626502037,-0.047265827655792236,-0.5239709615707397,-0.0978434681892395 +293,1.7094479576155663,-1.279564968772028,-2.97421086980175,0.28437596559524536,0.957891047000885,0.03968381509184837,-0.5080893635749817,0.2904379367828369,0.19990766048431396,0.03453266620635986,0.03304511308670044,-0.32494688034057617 +294,1.5258893390163195,-1.238452669244524,3.1201799886663717,0.32593053579330444,0.9452803134918213,-0.014646404422819614,1.185300588607788,-1.6516348123550415,0.26377853751182556,0.10194119811058044,0.4624650478363037,-0.03906452655792236 +295,1.1734654007595449,-1.2293142747882244,2.923873190845493,0.3087957203388214,0.9422593712806702,-0.12958630919456482,-0.6265146732330322,-0.18247327208518982,0.022099999710917473,0.4120447337627411,0.24321120977401733,0.6018152832984924 +296,1.4661952915888683,-1.2209394239921936,-3.0119619112397618,0.34089016914367676,0.9394217729568481,-0.03578808158636093,-1.5035995244979858,1.7771921157836914,0.30321788787841797,-0.473550021648407,-0.2656240463256836,-0.021920625120401382 +297,1.6762020063744965,-1.2393918022919883,-2.9596256555778675,0.3235654830932617,0.9455862641334534,0.03423251211643219,0.5635707378387451,1.444820523262024,-0.1214766725897789,-0.173464834690094,-0.43484413623809814,-0.040442828088998795 +298,1.6264389824476084,-1.2792885022910911,-3.062763098127152,0.28695201873779297,0.9578115940093994,0.01598327048122883,1.0289582014083862,-0.6234638094902039,-0.5840438604354858,-0.015055656433105469,0.5028664469718933,0.09127068519592285 +299,1.5751978341373267,-1.2902776321780969,-3.1266918405756163,0.27685117721557617,0.9609119892120361,0.0012185703963041306,-0.48582324385643005,0.9849538207054138,0.15721198916435242,-0.07627445459365845,0.3626200556755066,0.017351388931274414 +300,1.4479988648396447,-1.2972077458144735,3.0006937228638715,0.26815366744995117,0.9628074765205383,-0.0330951064825058,0.590133547782898,0.5106269121170044,0.0723862498998642,0.13399171829223633,-0.2353142499923706,-0.03379940986633301 +301,1.4130881035094989,-1.283421987868199,2.9762342252181893,0.2799176871776581,0.9589914083480835,-0.04451499134302139,-0.44584009051322937,-1.1145464181900024,0.15279147028923035,-0.11567208170890808,-0.404349684715271,-0.07931005954742432 +302,1.3142451054280262,-1.2720258023187,2.900283775349779,0.2847117483615875,0.95569908618927,-0.07468902319669724,0.6950284838676453,-0.6511906981468201,0.0122842937707901,0.08468824625015259,0.4387558102607727,-0.28073394298553467 +303,1.0918299359097574,-1.2794513955284024,2.804006218521524,0.2549181282520294,0.9578584432601929,-0.13237842917442322,-0.018508028239011765,-0.5859892964363098,-0.3504747450351715,0.39004039764404297,0.11790144443511963,0.4594811201095581 +304,1.1354246624582116,-1.2884103388564587,2.854667239798493,0.2526535093784332,0.9603933095932007,-0.11751890927553177,-0.6442448496818542,0.2222154587507248,0.29255107045173645,0.2734237313270569,-0.08516454696655273,0.12653686106204987 +305,1.5048228335087201,-1.2790381408393385,-3.0896050581420553,0.28701093792915344,0.9577396512031555,-0.018962634727358818,-0.7801699638366699,1.6516293287277222,-0.04113871604204178,-0.43993455171585083,-0.39964938163757324,-0.12944436073303223 +306,1.55091713035744,-1.3262048938387818,-3.119200108432032,0.24211183190345764,0.9702363610267639,-0.004813622683286667,0.41428494453430176,-0.26269030570983887,-0.4967094361782074,0.06503231823444366,-0.04500448703765869,8.338736370205879e-05 +307,1.4893130901652785,-1.3585532649348266,3.0759649349114526,0.20995396375656128,0.9775608777999878,-0.017145691439509392,0.2600685954093933,0.07713773101568222,0.01738656498491764,0.5704568028450012,0.5761957764625549,-0.07687890529632568 +308,1.4026657554512274,-1.296678171595727,3.038571062552083,0.2668814957141876,0.9626643061637878,-0.04529857635498047,0.13029050827026367,-0.3833906054496765,1.0584614276885986,-0.2659507095813751,0.22097527980804443,0.10581493377685547 +309,1.3726282047522793,-1.256191720985558,3.0552713948463026,0.3033842146396637,0.9509187936782837,-0.06092064082622528,-0.08876121044158936,-0.5519750714302063,-0.43692681193351746,-0.35079333186149597,-0.14984768629074097,0.047126654535532 +310,1.338294399306942,-1.3112911184486027,3.084782312153946,0.24969764053821564,0.9665170907974243,-0.0591244101524353,-0.411202609539032,-1.6607701778411865,-0.5842028856277466,0.13468648493289948,-0.3612467646598816,-0.1539188027381897 +311,1.3256005908167117,-1.309101921068124,-3.047134457213097,0.25097960233688354,0.96595299243927,-0.06280279159545898,0.07433290034532547,0.901776909828186,0.39777469635009766,-0.18747249245643616,0.04881751537322998,-0.21158075332641602 +312,1.0862310341152945,-1.2775902482729675,3.0372528681521285,0.2557496726512909,0.9573221802711487,-0.1346336156129837,0.7373936176300049,-1.9382085800170898,-0.12187860906124115,0.02670571208000183,0.6201008558273315,-0.17519603669643402 +313,1.000264267156771,-1.2448203910529376,2.8669122928694555,0.26951298117637634,0.9473386406898499,-0.17295172810554504,0.2429184913635254,1.8339035511016846,0.023299066349864006,0.21664726734161377,-0.01673567295074463,0.23049259185791016 +314,1.1233999935695504,-1.2448189923926611,2.9603556846687225,0.28871625661849976,0.9473382234573364,-0.1385398805141449,-0.9108604788780212,-1.459897518157959,0.1994251310825348,-0.036351144313812256,-0.15154653787612915,0.019460320472717285 +315,1.2678753063258987,-1.2592510230494294,-3.1061853367649057,0.292573481798172,0.9518610239028931,-0.0914408266544342,-0.18400059640407562,1.5270589590072632,-0.22137528657913208,-0.2966322898864746,-0.30575811862945557,-0.12463891506195068 +316,1.3532445020588544,-1.290448703328009,-3.090754960495181,0.2701680660247803,0.9609593152999878,-0.0597207136452198,-0.3236829340457916,0.38897982239723206,-0.3822009861469269,0.07941079139709473,-0.05609786510467529,-0.011324167251586914 +317,1.3148151030909918,-1.3184622520006601,3.08165449884421,0.2415296882390976,0.9683323502540588,-0.06321386247873306,0.5791131854057312,0.3809262216091156,-0.3490522503852844,0.2215745747089386,0.48221397399902344,-0.04463529586791992 +318,1.2144761463744318,-1.298499192397635,2.955035641002354,0.25205138325691223,0.9631556272506714,-0.09381541609764099,0.029138676822185516,0.8241127729415894,0.43091097474098206,-0.05945497751235962,0.013971447944641113,0.2294049859046936 +319,1.377991586383257,-1.2654071364998294,3.0225463846877605,0.2950936555862427,0.9537299871444702,-0.05761110410094261,-0.17035691440105438,0.10295368731021881,-0.17307725548744202,-0.3065682351589203,-0.003854990005493164,-0.09371031075716019 +320,1.3349504462676305,-1.3197431827248025,3.11917725652127,0.24154718220233917,0.9686513543128967,-0.05804819613695145,-0.6436057686805725,-1.6901706457138062,-0.1554335653781891,0.19230598211288452,-0.38440757989883423,0.00867074728012085 +321,1.4706307288534257,-1.3050252424149693,-2.9862375894993347,0.26133665442466736,0.9648902416229248,-0.026264842599630356,-0.15709581971168518,0.7044337391853333,0.19805531203746796,-0.21684205532073975,0.02493208646774292,-0.29754191637039185 +322,1.3539850116047005,-1.2776754807008586,-3.113280951973169,0.2821768522262573,0.9573467969894409,-0.06215612590312958,0.6543619632720947,-0.7715322375297546,0.1990259885787964,0.0057870447635650635,0.5183612108230591,-0.438698410987854 +323,1.2489223902083675,-1.2625272409007862,3.0399077943662274,0.28782814741134644,0.9528601765632629,-0.09598217159509659,0.5739145874977112,2.0221810340881348,0.23678399622440338,0.14411768317222595,-0.04775458574295044,0.4788862466812134 +324,1.2655380714814604,-1.260923189435258,2.983884395677417,0.2908404767513275,0.9523722529411316,-0.09164589643478394,-0.5090466141700745,0.22885040938854218,0.17327721416950226,0.2774273455142975,-0.12348437309265137,0.25480812788009644 +325,1.3814455038098143,-1.255667422387482,-3.057517278522739,0.304399698972702,0.9507564306259155,-0.05833720788359642,-0.3046761155128479,-0.9552648067474365,0.06911513954401016,-0.3292562663555145,-0.3272974491119385,-0.029095657169818878 +326,1.428267221573136,-1.282068142069138,-3.0552842518004097,0.2818463444709778,0.9586067795753479,-0.04044555500149727,-0.26320841908454895,-0.13080473244190216,-0.4062168002128601,0.003142029047012329,-0.08627700805664062,-0.09941649436950684 +327,1.4693846038480642,-1.315031146858777,-3.0444146948037893,0.25168606638908386,0.9674699902534485,-0.02561177685856819,0.5468050241470337,0.6965733766555786,-0.3138420581817627,0.18639376759529114,0.365553081035614,-0.2374802827835083 +328,1.314280251656698,-1.3099472869372124,3.013367910457592,0.24946260452270508,0.966171383857727,-0.06543266773223877,0.15173234045505524,0.6551238298416138,0.38443461060523987,0.12222620844841003,0.07078540325164795,0.18809807300567627 +329,1.45552725700136,-1.2616431209566505,3.0576231920980086,0.30223342776298523,0.9525915384292603,-0.034993287175893784,-0.393444299697876,0.4237637221813202,0.21687349677085876,-0.30650585889816284,0.1914973258972168,-0.029719237238168716 +330,1.509435363921315,-1.285094527283037,-3.0167608256195746,0.28130051493644714,0.9594640731811523,-0.01728256605565548,-0.5276101231575012,-1.7442872524261475,-0.16311201453208923,0.07126906514167786,-0.5551062226295471,0.03421986103057861 +331,1.5741929012771616,-1.271468566854702,-2.8583843904519606,0.29487618803977966,0.9555349349975586,0.0010015728184953332,0.07762839645147324,0.7815016508102417,0.10743124783039093,-0.2760010361671448,-0.1394338607788086,-0.24141907691955566 +332,1.4715412141486588,-1.26651244409268,-2.925280481170838,0.298135906457901,0.95406174659729,-0.02968907356262207,0.9154525399208069,-0.22220076620578766,0.3511371910572052,-0.030862927436828613,0.7063997983932495,-0.28111720085144043 +333,1.306174145646227,-1.265657994271588,-3.090610039962008,0.28996768593788147,0.9538053870201111,-0.07857456058263779,0.4182893931865692,3.1148078441619873,-0.23683135211467743,0.36527523398399353,-0.14328902959823608,0.778830885887146 +334,1.3933753111411806,-1.2612474724535714,-3.136742751284618,0.29984667897224426,0.9524710774421692,-0.053764428943395615,-0.2655130922794342,0.5517231225967407,0.24577851593494415,0.17580026388168335,-0.043535590171813965,0.2065659761428833 +335,1.5661037667476556,-1.2388323250719007,-2.8569342478057687,0.32589688897132874,0.9454041123390198,-0.0015293019823729992,-0.7878662347793579,-1.5043675899505615,0.149499773979187,-0.26878324151039124,-0.4160919785499573,-0.12566792964935303 +336,1.5833155757205368,-1.263834662980885,-2.8198610728099047,0.3021399974822998,0.9532560706138611,0.0037827633786946535,-0.29855743050575256,0.7580708861351013,-0.4984152913093567,-0.1061408519744873,-0.10361617803573608,-0.07307291030883789 +337,1.6675841383752565,-1.3262466559813717,-2.807552684538985,0.24098601937294006,0.970246434211731,0.023397617042064667,0.46380379796028137,0.5738665461540222,-0.6176475882530212,0.40914520621299744,0.4524524211883545,-0.06923508644104004 +338,1.6246858128644521,-1.3237369494646087,-2.917061130647784,0.24419860541820526,0.9696357250213623,0.013172490522265434,0.22905364632606506,-0.046993665397167206,0.45397984981536865,-0.04659728705883026,0.16006392240524292,-0.009342552162706852 +339,1.541378103629129,-1.3049595531053477,-3.0158354072414504,0.2626028060913086,0.9648730158805847,-0.007727537304162979,0.028334785252809525,0.6708683371543884,0.04747438058257103,-0.2066946029663086,0.12082028388977051,0.1660679578781128 +340,1.6915824194235873,-1.3056819480859938,-2.8559214502509356,0.2601105868816376,0.9650625586509705,0.03157142549753189,-0.6276701092720032,-0.7443599104881287,-0.03301587328314781,0.09790638089179993,-0.643666684627533,-0.0672769546508789 +341,1.7610585413927053,-1.286500777586421,-2.7073456888956775,0.2754198908805847,0.9598594903945923,0.05304360389709473,0.09825151413679123,0.9666796326637268,0.02895490452647209,-0.1958605945110321,-0.16858452558517456,-0.15459084510803223 +342,1.6325465023268892,-1.300705057616102,-2.8007607809481097,0.26631078124046326,0.9637465476989746,0.016465671360492706,1.1507439613342285,-0.09011995047330856,0.3869527280330658,0.17649927735328674,0.7250199317932129,-0.2790541648864746 +343,1.2886981037351084,-1.2840700558143996,-3.077913208857473,0.2716354727745056,0.9591748714447021,-0.07872740924358368,0.8329912424087524,2.1768884658813477,0.0731203705072403,0.20437777042388916,0.0576862096786499,0.8441998362541199 +344,1.2851372844960094,-1.2693041286178224,3.06776429722635,0.2849120795726776,0.9548944234848022,-0.08367621898651123,-0.44637301564216614,0.6541761755943298,0.12345092743635178,0.2276153564453125,-0.10057014226913452,0.37370002269744873 +345,1.5910404182445357,-1.25448411175667,-2.8392979522195994,0.31100043654441833,0.95038902759552,0.0062967813573777676,-1.052390694618225,-1.3804917335510254,0.19458957016468048,-0.28489258885383606,-0.37031078338623047,-0.13051855564117432 +346,1.7837384536418226,-1.2777495834884602,-2.741109843518414,0.2823461592197418,0.9573681950569153,0.06104893609881401,-0.1313200294971466,0.8914560675621033,-0.5447133779525757,-0.12130486965179443,-0.016999423503875732,-0.3395371437072754 +347,1.6855713921800592,-1.3513736619208572,-2.8643472957641047,0.21623371541500092,0.976023256778717,0.024927794933319092,0.1355455368757248,0.8212378621101379,-0.3454030752182007,0.5622391700744629,0.4138539433479309,0.013646360486745834 +348,1.5795967180838844,-1.3185088817092854,-3.050028119651035,0.24960960447788239,0.96834397315979,0.0021967189386487007,0.5236828923225403,0.16039761900901794,0.8461068868637085,-0.12863795459270477,0.24392098188400269,0.015228748321533203 +349,1.5230857979350083,-1.2672905675870056,3.1303794638059697,0.2985278069972992,0.9542946219444275,-0.014253735542297363,-0.09865675121545792,0.7306621074676514,-0.00907892920076847,-0.3110857903957367,-0.10219800472259521,0.11650288105010986 +350,1.6509216631348593,-1.28225754953769,-2.98498212540733,0.2836388945579529,0.9586607217788696,0.022775424644351006,-0.6930666565895081,-1.160024881362915,-0.2256452739238739,0.07947450876235962,-0.6024594902992249,-0.03005385398864746 +351,1.6993151740498889,-1.2630338565457426,-2.772487527484033,0.30042871832847595,0.9530137777328491,0.03882474824786186,-0.13886737823486328,-0.7263156175613403,0.31960082054138184,-0.16778409481048584,0.03390944004058838,-0.20157504081726074 +352,1.5655594604711156,-1.2479000961175177,-2.8724828875074784,0.3173099458217621,0.9483203887939453,-0.0016617249930277467,0.7312739491462708,-0.2625027894973755,0.4114299714565277,0.10927996039390564,0.5413188338279724,-0.3080611824989319 +353,1.2837122645033259,-1.236131901588041,-3.1134372234816103,0.3150100111961365,0.9445205926895142,-0.0930035412311554,1.1418050527572632,1.039465308189392,-0.24211953580379486,0.06221774220466614,-0.09962618350982666,0.5718090534210205 +354,1.2617265464999161,-1.2453448401641067,3.0369338112010276,0.3045865297317505,0.9475064873695374,-0.09725513309240341,-0.8315827250480652,0.8751741647720337,0.14037172496318817,0.22007164359092712,-0.21154457330703735,0.3061479330062866 +355,1.6031085463735897,-1.2426374807689264,-2.832626500886803,0.3221321105957031,0.9466373324394226,0.010412427596747875,-0.9574776291847229,-1.1905235052108765,0.18360643088817596,-0.266513854265213,-0.44846856594085693,-0.08850693702697754 +356,1.8221397403240531,-1.2723920321088003,-2.7323469733710994,0.2847578525543213,0.9558068513870239,0.07311824709177017,0.2530179023742676,-0.17229504883289337,-0.5748931765556335,-0.02578568458557129,0.14302432537078857,-0.3694438934326172 +357,1.644136426839132,-1.3429392408247556,-2.9542848043146446,0.2252826690673828,0.974152684211731,0.016551939770579338,0.20374655723571777,0.7663893699645996,0.13820971548557281,0.7012614607810974,0.4195391535758972,0.15968704223632812 +358,1.581564873320002,-1.2784953162649715,-3.0747712744580116,0.28813955187797546,0.9575833678245544,0.003102964023128152,0.5158025622367859,0.7822297811508179,0.8557275533676147,-0.39926934242248535,0.2752962112426758,0.09569764137268066 +359,1.5502917402173775,-1.2568432410837969,3.126047481324319,0.30875644087791443,0.9511201977729797,-0.006331810262054205,-0.26406097412109375,-0.2582787275314331,-0.04159631207585335,-0.08521515130996704,-0.3680207133293152,0.0075372448191046715 +360,1.6096337598961634,-1.2527789881702123,-3.021969957446075,0.3124479651451111,0.949857234954834,0.012140781618654728,-0.47912338376045227,-1.0329102277755737,0.17859141528606415,-0.05805346369743347,-0.6359534859657288,-0.10178613662719727 +361,1.587746605629932,-1.256542402745025,-2.960961781175472,0.30906209349632263,0.9510272741317749,0.00523919053375721,-0.00769772008061409,-1.4544700384140015,-0.23066699504852295,-0.021876484155654907,0.18665260076522827,-0.28896117210388184 +362,1.3989100215248937,-1.2297407474445494,-3.112759776266773,0.3295530080795288,0.9424021244049072,-0.05721018835902214,0.03381403535604477,-1.0457104444503784,0.26599955558776855,0.1957918405532837,0.5512654781341553,-0.27704882621765137 +363,1.2351416168480147,-1.224766596744659,3.0847916508812587,0.32023802399635315,0.9407266974449158,-0.11171674728393555,0.661167562007904,-1.3512063026428223,-0.4829746186733246,0.07008174061775208,-0.023307383060455322,0.29993391036987305 +364,1.2092631301322823,-1.2397262070273902,3.0014728712844008,0.3040424585342407,0.9456950426101685,-0.11497495323419571,-0.9509005546569824,0.9929724931716919,0.16553565859794617,0.14845693111419678,-0.28517258167266846,0.185791015625 +365,1.5404083673342606,-1.2324484242359253,-2.90475337745238,0.33177587389945984,0.9433043599128723,-0.010085095651447773,-0.8254839181900024,-0.764438807964325,0.15845642983913422,-0.25987645983695984,-0.3816283345222473,-0.061493873596191406 +366,1.6920580326814523,-1.2657352318039932,-2.830021941246608,0.29814615845680237,0.9538286328315735,0.036331966519355774,0.5009673237800598,-0.601849377155304,-0.8547636866569519,-0.039723336696624756,0.1287825107574463,-0.3176276683807373 +367,1.6504433039197444,-1.3435145916901687,-2.9240611230546225,0.22461575269699097,0.9742825031280518,0.01792789064347744,-0.2823587656021118,1.5636872053146362,-0.20360124111175537,0.5932400226593018,0.38110995292663574,-0.10168337821960449 +368,1.6282518869694758,-1.3117730657454552,-3.023672292262233,0.25571373105049133,0.9666405916213989,0.014708363451063633,0.6304144263267517,1.2121424674987793,0.6829246282577515,-0.23892909288406372,0.1785162091255188,0.15579330921173096 +369,1.5779163239464207,-1.2799956519074984,3.0924366529193184,0.2867121994495392,0.9580146074295044,0.002041424624621868,0.09427027404308319,0.17888692021369934,-0.1439839005470276,-0.2673182785511017,-0.1081305742263794,-0.04125654697418213 +370,1.5720380256234123,-1.2959274565781291,-3.1245632237792385,0.271420955657959,0.9624608159065247,0.00033702322980389,-0.5828134417533875,-1.575321078300476,0.07218518853187561,0.1009545624256134,-0.6315585970878601,-0.12614572048187256 +371,1.604509845432827,-1.2749469284922652,-2.966962691446171,0.2913871109485626,0.9565548300743103,0.009827408008277416,-0.4585438668727875,-1.1895499229431152,0.13689111173152924,-0.07523107528686523,-0.028408408164978027,-0.2294166088104248 +372,1.5103346924885632,-1.2356666439082735,-2.9788540522992735,0.3282906413078308,0.9443676471710205,-0.019873211160302162,0.4011017680168152,0.16817781329154968,0.534483790397644,0.1057303249835968,0.5951678156852722,-0.4263700842857361 +373,1.2814250088935353,-1.202611475177462,-3.124621744163963,0.34495827555656433,0.9329822063446045,-0.10270382463932037,1.2045356035232544,-0.15726225078105927,-0.47631919384002686,-0.06213662028312683,0.1443188190460205,0.5233886241912842 +374,1.2099980108899582,-1.2074276901917227,2.9480493789906563,0.3325410783290863,0.9347048401832581,-0.12547259032726288,-0.48592495918273926,1.1682249307632446,0.12954241037368774,0.058755338191986084,-0.21392536163330078,0.3049312233924866 +375,1.5135311840472836,-1.213969671568573,-3.0184923651433655,0.34873008728027344,0.9370099902153015,-0.019991936162114143,-1.0578991174697876,-0.5906718373298645,0.14104625582695007,-0.24527546763420105,-0.4469587206840515,-0.030026376247406006 +376,1.735596028606593,-1.239355776371265,-2.916805502581958,0.32099664211273193,0.9455745816230774,0.053384315222501755,0.22131037712097168,0.4659608006477356,-0.7489438056945801,-0.12539425492286682,0.04652136564254761,-0.6162657737731934 +377,1.515101488665554,-1.325793644355678,3.1293954793416683,0.24218250811100006,0.9701367020606995,-0.013502279296517372,0.010352162644267082,1.7493987083435059,-0.40113601088523865,0.6082355380058289,0.25578486919403076,0.18270695209503174 +378,1.602033049280719,-1.2988115630423787,3.114221142496503,0.26851320266723633,0.9632396101951599,0.00839020125567913,0.0911216214299202,0.3099021017551422,0.7112235426902771,-0.19882628321647644,0.18641865253448486,0.11308503150939941 +379,1.6366727665976326,-1.2575683017465566,3.0579141306568576,0.307462602853775,0.9513438940048218,0.020283890888094902,0.3626013398170471,0.7941027283668518,-0.08579700440168381,-0.3012370467185974,-0.030552327632904053,-0.009068729355931282 +380,1.549767869695107,-1.2819382327632216,2.9919007949937977,0.28479501605033875,0.9585697650909424,-0.005989682860672474,-0.125616192817688,-0.9586678743362427,-0.08877386152744293,0.06502795219421387,-0.5260288715362549,-0.045096755027770996 +381,1.5355570847839306,-1.275814860797553,3.062129630466461,0.29054176807403564,0.956807553768158,-0.010242711752653122,-0.2555217146873474,-0.8724866509437561,0.1074366569519043,-0.13476479053497314,-0.12845367193222046,-0.17689108848571777 +382,1.4779632361684596,-1.248409763279993,3.0812939697128447,0.315466970205307,0.9484819769859314,-0.029370194301009178,0.7082298398017883,1.181641697883606,0.5162496566772461,0.1078423261642456,0.5480085015296936,-0.25613701343536377 +383,1.295712795767858,-1.2065413093119448,2.943525435381115,0.3428593873977661,0.9343894124031067,-0.09676821529865265,0.1635502725839615,-0.3666922450065613,0.09721747785806656,-0.009363263845443726,0.29566746950149536,0.35297858715057373 +384,1.0799457638320649,-1.210505252060605,2.734258883187297,0.31092244386672974,0.9357942342758179,-0.16618220508098602,0.6006131768226624,0.4887576401233673,-0.26209259033203125,0.10545939207077026,0.16492903232574463,0.3671099543571472 +385,1.2695650291104945,-1.2276667222632889,2.9088397594010216,0.32128673791885376,0.9417063593864441,-0.09981925040483475,-1.057068109512329,-0.19859841465950012,0.2697792947292328,-0.09702834486961365,-0.33742785453796387,0.08515561372041702 +386,1.4733914427906263,-1.2266306534997768,3.131577053591639,0.33581221103668213,0.9413573145866394,-0.03281359001994133,-0.5329566597938538,0.27339309453964233,-0.08192121237516403,-0.22723063826560974,-0.21909773349761963,-0.19051402807235718 +387,1.5738125908263503,-1.2671523098703203,-3.102918394107886,0.2989976108074188,0.9542532563209534,0.0009018584969453514,0.763280987739563,0.4649089276790619,-0.6140474677085876,0.19364765286445618,0.3160712718963623,-0.1642167568206787 +388,1.379130772112182,-1.2996619759929942,2.9473836055942866,0.2629205286502838,0.9634677171707153,-0.051019087433815,-0.0035072844475507736,-0.2578705847263336,0.16165700554847717,0.2462347447872162,0.07031536102294922,0.2913144826889038 +389,1.4447383566850551,-1.2549561270936544,2.976947712651407,0.30815067887306213,0.9505357146263123,-0.03905192017555237,0.2076207548379898,0.5193686485290527,0.2629932165145874,-0.17004337906837463,0.12389665842056274,0.06682288646697998 +390,1.3041628639904401,-1.2607494429371129,2.9301965984204106,0.2943219542503357,0.9523192644119263,-0.08039024472236633,0.2105002999305725,-1.6343727111816406,-0.0635550394654274,0.02075675129890442,-0.39085692167282104,-0.10167758911848068 +391,1.2138036296598302,-1.2636961560592168,2.9859257156327037,0.28323668241500854,0.953214168548584,-0.1056397408246994,-0.6049231886863708,-0.7219989895820618,0.2152213156223297,-0.08223268389701843,-0.399289608001709,0.022464096546173096 +392,1.3307521037314956,-1.2470679999746948,-3.1154175456383633,0.3089826703071594,0.9480560421943665,-0.07562769949436188,0.34093722701072693,0.2806275486946106,0.3322716951370239,0.025688380002975464,0.540942370891571,-0.10627233982086182 +393,1.1623972993257048,-1.1970168992470454,2.9893646057178427,0.3351067900657654,0.9309539794921875,-0.14501045644283295,0.30386704206466675,-0.8757509589195251,0.053059596568346024,0.07457640767097473,0.5286559462547302,0.23624278604984283 +394,1.0170366393064865,-1.2188199560717061,2.8697769088776566,0.29323142766952515,0.9386931657791138,-0.18130210041999817,0.1586747020483017,0.48341208696365356,-0.10232929140329361,0.27816441655158997,0.07104194164276123,0.4360322952270508 +395,1.2408575213637605,-1.225742213472914,3.03367221508858,0.3200029730796814,0.9410571455955505,-0.10958709567785263,-1.1172066926956177,-0.268825888633728,0.24261164665222168,-0.13892695307731628,-0.4757710099220276,0.029051251709461212 +396,1.412913694295014,-1.23159856196808,-3.015358136038823,0.32859209179878235,0.9430218935012817,-0.052314385771751404,-0.2572568953037262,-0.3132208287715912,-0.09412864595651627,-0.18064290285110474,-0.3137953281402588,-0.0975879356265068 +397,1.5135669290047675,-1.270039965109168,-2.9423654050129917,0.29575803875923157,0.9551126956939697,-0.016944557428359985,-0.45481908321380615,1.0439529418945312,-0.5440519452095032,0.16965031623840332,0.4883078336715698,-0.18402892351150513 +398,1.5734706636560178,-1.3001756295220006,-2.9819530581081697,0.2673284411430359,0.9636051654815674,0.0007149280281737447,0.6569956541061401,0.6128723621368408,-0.24226827919483185,0.18248537182807922,0.43339794874191284,-0.004743218421936035 +399,1.5270330862513015,-1.2726475669816222,-3.0588465672039815,0.29346954822540283,0.9558819532394409,-0.012851383537054062,-0.09646212309598923,0.9826278686523438,0.8160094022750854,-0.08892551064491272,0.04684925079345703,0.277103066444397 +400,1.5906758551578979,-1.2269802434657349,3.135739923061926,0.3370160162448883,0.9414752125740051,0.006700602360069752,0.7210626602172852,0.9187930822372437,-0.22665907442569733,-0.30131039023399353,-0.17189806699752808,-0.16858112812042236 +401,1.4036982144210934,-1.2508288017851787,3.0318437558977864,0.3101547956466675,0.9492456316947937,-0.052314091473817825,-0.1620028018951416,-1.478954553604126,-0.1303747445344925,0.01179039478302002,-0.4581415057182312,-0.060265302658081055 +402,1.411072524661037,-1.257998811968159,-3.092465521525079,0.3038046658039093,0.9514764547348022,-0.04894173890352249,-0.4588761627674103,-1.9482629299163818,0.20126783847808838,0.024533987045288086,0.028946518898010254,-0.2721642255783081 +403,1.3086325351895705,-1.229907275475446,3.1099293229286507,0.3229016363620758,0.9424577951431274,-0.08664735406637192,-0.01704435609281063,-0.24698634445667267,-0.03996703028678894,0.1140337884426117,0.5263531804084778,-0.4324260950088501 +404,1.1717604208774464,-1.240339819709119,3.0421533453382206,0.29898276925086975,0.9458943009376526,-0.12606824934482574,0.35543569922447205,-0.7654461860656738,-0.5966818332672119,0.14704692363739014,0.03901469707489014,0.39935314655303955 +405,1.2353634070319155,-1.2553307879977702,3.0388850860606293,0.2929677963256836,0.9506520628929138,-0.10213049501180649,-0.6600790023803711,0.8501477837562561,0.09681089222431183,0.045136451721191406,-0.2539967894554138,0.15262186527252197 +406,1.463089981499063,-1.2526202677196836,-2.9732731486214563,0.31102168560028076,0.9498075842857361,-0.033629149198532104,-0.5070607662200928,-0.294698029756546,0.23953217267990112,-0.21177852153778076,-0.41980892419815063,-0.04519772157073021 +407,1.7355517917464411,-1.262856041941831,-2.795531605776138,0.29899242520332336,0.9529598951339722,0.04971124231815338,-0.13338500261306763,0.4534625709056854,-0.4147944152355194,-0.04128667712211609,0.10709881782531738,-0.3345775604248047 +408,1.7537049188390677,-1.3010986737716808,-2.835253303381373,0.26199546456336975,0.9638515114784241,0.0484628826379776,0.7063674926757812,0.8650496006011963,-0.27664345502853394,0.32752782106399536,0.4557957053184509,-0.1568918228149414 +409,1.535995135573125,-1.3059703466103763,-3.048567397258028,0.26158323884010315,0.9651380777359009,-0.00910708587616682,-0.22855550050735474,-0.18088111281394958,0.6416105031967163,0.007887005805969238,0.03387022018432617,0.2532019019126892 +410,1.5740416333572689,-1.235299438758411,-3.075218594227459,0.32923686504364014,0.9442468285560608,0.0010684782173484564,0.5220820903778076,1.0180021524429321,0.20579242706298828,-0.28895366191864014,-0.14753961563110352,0.022109627723693848 +411,1.4614148868277943,-1.2438261249158054,3.061016615394615,0.3192559778690338,0.9470197558403015,-0.035060614347457886,0.15107087790966034,-0.785269558429718,-0.11818194389343262,-0.033870846033096313,-0.38345158100128174,-0.13679909706115723 +412,1.4722168488716583,-1.2603779358470661,-3.05044253723866,0.3039741516113281,0.9522058367729187,-0.03006305918097496,-0.9961673617362976,-1.8253644704818726,-0.01649787463247776,-0.010349243879318237,-0.17876839637756348,-0.17188704013824463 +413,1.442016320910389,-1.2334154544371552,-2.9930049847596067,0.3282758593559265,0.9436248540878296,-0.042510632425546646,0.4816865921020508,0.47056037187576294,0.3739529252052307,0.044175952672958374,0.5124756693840027,-0.30946385860443115 +414,1.2985717338794163,-1.2133830429252521,-3.0947584812512394,0.33696889877319336,0.9368049502372742,-0.09406641870737076,0.7096521258354187,0.08758906275033951,-0.5027613043785095,-0.02044057846069336,0.13445359468460083,0.4577748775482178 +415,1.2937052479152922,-1.2265682387071402,3.090121412992899,0.32459741830825806,0.9413362145423889,-0.09231793880462646,-0.1581326425075531,1.0769654512405396,0.008602108806371689,0.04754921793937683,-0.042257845401763916,0.27240216732025146 +416,1.4671494735058688,-1.229136788896768,-3.0174678982057497,0.33325356245040894,0.9421999454498291,-0.034664902836084366,-0.8550126552581787,-0.6974787712097168,0.22982433438301086,-0.17950600385665894,-0.34660351276397705,-0.08772587776184082 +417,1.6897569699872994,-1.2287580922852672,-2.88800646099385,0.3330370783805847,0.9420729875564575,0.03980625793337822,-0.10142715275287628,1.2339115142822266,-0.2497781366109848,-0.1491381824016571,-0.16852879524230957,-0.4002951383590698 +418,1.626564249466338,-1.280101133259331,-2.9706545805933486,0.28617292642593384,0.9580448269844055,0.0159758348017931,-0.11227354407310486,0.6927289962768555,-0.5571691989898682,0.29941368103027344,0.30457425117492676,-0.0301054697483778 +419,1.5631096853880497,-1.3131623658819713,-3.0989943368801574,0.25478604435920715,0.9669955372810364,-0.001958487555384636,0.6614914536476135,-0.43226227164268494,-0.012102155946195126,0.17677831649780273,0.2846677303314209,0.053670525550842285 +420,1.52920276612605,-1.2508639112238704,-3.1241950827406906,0.3142305016517639,0.9492566585540771,-0.013077507726848125,0.20541778206825256,1.2310428619384766,0.8169218301773071,-0.13344436883926392,0.18305230140686035,0.3517463207244873 +421,1.558704683265097,-1.22617244987912,3.0744277634873627,0.3378174602985382,0.9412025809288025,-0.004084967076778412,0.0025263712741434574,-0.3285089433193207,-0.25592896342277527,-0.21042189002037048,-0.2615610361099243,-0.14606153964996338 +422,1.4275920775024427,-1.2542127131405023,3.140695533132979,0.30813485383987427,0.9503045678138733,-0.04443035647273064,-0.26125800609588623,-2.283787727355957,-0.09428250789642334,0.042618900537490845,-0.44697821140289307,-0.14853227138519287 +423,1.548749838406239,-1.2601029521713478,-2.942155989428782,0.3056446611881256,0.9521217942237854,-0.006739483680576086,-0.38366299867630005,-0.5010013580322266,0.1794019341468811,0.08292043209075928,0.09540927410125732,-0.23120605945587158 +424,1.4276731912308187,-1.2186032791360168,-3.0809270682175467,0.3414302468299866,0.9386184811592102,-0.04920298978686333,0.6578256487846375,-0.8249973058700562,0.41231000423431396,0.07180827856063843,0.6127427220344543,-0.043829865753650665 +425,1.2572623601141966,-1.2408460961075463,3.098074171811892,0.3082011938095093,0.946058452129364,-0.09992761164903641,-0.5839900970458984,-0.914884626865387,-0.4383712708950043,0.3531758189201355,0.20692622661590576,0.5486275553703308 +426,1.4860533822126416,-1.2597551190386564,-2.917157354474912,0.30495187640190125,0.9520153999328613,-0.02590455859899521,-0.9803109169006348,-1.0293089151382446,0.1985516995191574,0.009379208087921143,-0.30598878860473633,-0.10846436023712158 +427,1.756564165658755,-1.2240937678750425,-2.6386283579665997,0.3339523673057556,0.9404982924461365,0.06276123225688934,-0.6267322897911072,2.2695443630218506,-0.1510622203350067,-0.35705411434173584,-0.3706434369087219,-0.2042255401611328 +428,1.872349587754735,-1.2595908608492972,-2.6902081424896123,0.2923893332481384,0.9519651532173157,0.09094446897506714,0.6005756855010986,0.8052647113800049,-0.5939949750900269,0.06980854272842407,0.1677858829498291,-0.15957856178283691 +429,1.897248380393474,-1.3043846987463394,-2.766935148832511,0.2493671029806137,0.9647217988967896,0.08442708849906921,1.254066824913025,0.518108069896698,-0.26721981167793274,0.2658001184463501,0.47711169719696045,-0.0255892276763916 +430,1.6797417964524395,-1.2854285922827682,-2.9824058490979066,0.2798413932323456,0.9595581889152527,0.0306086465716362,0.03736168518662453,0.5257599949836731,1.0335201025009155,-0.12990853190422058,0.14275193214416504,0.3229527473449707 +431,1.696559317834217,-1.2418601832442606,-3.0198388518954546,0.32048508524894714,0.9463865160942078,0.04051901027560234,-0.05968015268445015,0.13351038098335266,-0.16109830141067505,-0.23552417755126953,-0.27991318702697754,-0.08461689949035645 +432,1.6482199694104147,-1.2581780718414026,-3.0571318828721137,0.3066294193267822,0.9515315890312195,0.02378791756927967,-0.07206247746944427,-0.6099444627761841,-0.15536436438560486,-0.0758708119392395,-0.41446805000305176,-0.0927577018737793 +433,1.650087592963352,-1.2677402635164736,-2.9100368385658193,0.29750072956085205,0.9544289112091064,0.0236387699842453,-0.30747848749160767,-1.7979007959365845,0.07212047278881073,0.03144824504852295,0.004250288009643555,-0.17256450653076172 +434,1.433247469061676,-1.2365576226262307,-3.131236971285327,0.32495155930519104,0.9446603059768677,-0.04498074948787689,0.45213884115219116,-0.7099077105522156,0.23554348945617676,0.17192032933235168,0.49662381410598755,-0.23425507545471191 +435,1.2252950565414495,-1.23017123230557,3.014225287192385,0.31433436274528503,0.942546010017395,-0.11314108967781067,-0.027781222015619278,-1.2162227630615234,-0.615886926651001,0.10618254542350769,0.1798446774482727,0.5912752151489258 +436,1.355445008819973,-1.2696679890277929,-3.1351393583515343,0.2897465229034424,0.9550024271011353,-0.06338011473417282,-0.8858484029769897,-0.19545456767082214,0.029617179185152054,0.07068130373954773,-0.2768104672431946,-0.0003100484609603882 +437,1.566972805187688,-1.2486725740244737,-2.9082253848209887,0.3165794014930725,0.9485652446746826,-0.0012104540364816785,-0.48092448711395264,2.330296516418457,0.22576679289340973,-0.2819724678993225,-0.4541041851043701,0.04929089546203613 +438,1.8109555011693261,-1.2681409802322572,-2.8400433661199567,0.2895020842552185,0.9545484185218811,0.07089483737945557,0.4556679129600525,0.12423370778560638,-0.5678275227546692,0.045641958713531494,0.06537961959838867,-0.32127630710601807 +439,1.8177691281963262,-1.3142852832750584,-2.9112572501844713,0.246008962392807,0.9672810435295105,0.06202373653650284,0.9451366066932678,0.7980926632881165,-0.2329556792974472,0.2124565839767456,0.399647057056427,-0.07667219638824463 +440,1.589672767586762,-1.3137426803309031,-3.076719776379182,0.2541868984699249,0.9671432375907898,0.004798714071512222,-0.5175240635871887,-0.798503577709198,0.6726494431495667,0.007348746061325073,0.044133007526397705,0.2559434175491333 +441,1.5071017222673853,-1.2611598734568938,-3.0965455148060714,0.3040945529937744,0.9524444341659546,-0.01939541846513748,0.4637177884578705,-0.9471443295478821,-0.048739079385995865,-0.1859152615070343,-0.2086700201034546,-0.047071874141693115 +442,1.3322591492542823,-1.2736177308648104,3.0849222753505887,0.2845323085784912,0.9561664462089539,-0.06918881833553314,0.0692555382847786,-0.2913721203804016,-0.12079078704118729,0.0009596645832061768,-0.34656262397766113,0.016393423080444336 +443,1.3945238914771565,-1.2693638026914043,-3.081774304860348,0.2922876477241516,0.9549121856689453,-0.05206260830163956,-0.8467288613319397,-0.7676314115524292,0.1437196135520935,-0.1526697874069214,-0.4964314103126526,-0.06414836645126343 +444,1.3868118613967593,-1.2453889498512145,-3.1152040408837447,0.3142991364002228,0.9475205540657043,-0.05848759412765503,0.6341413855552673,0.82645183801651,0.028335247188806534,0.16932815313339233,0.4561048746109009,-0.44219905138015747 +445,1.2955544347981973,-1.2194550062677343,3.0334198537411035,0.3312031030654907,0.9389119148254395,-0.09353499859571457,0.45708173513412476,-1.5370270013809204,-0.19028927385807037,-0.03365674614906311,0.274955153465271,0.2668747901916504 +446,1.1922361145930407,-1.2537137923672357,3.052229417120612,0.28971999883651733,0.9501491189002991,-0.11523444950580597,-0.914915144443512,-0.27022144198417664,0.10021784901618958,0.04871988296508789,-0.2647090554237366,0.3049011826515198 +447,1.4277255095902677,-1.2519296507448223,-2.9806926623433387,0.3102872967720032,0.949591338634491,-0.044698458164930344,-0.10975907742977142,0.6033274531364441,0.19465157389640808,-0.17495709657669067,-0.37859225273132324,0.030919793993234634 +448,1.6230301845471375,-1.2448946826667602,-2.8939398318580953,0.3197263777256012,0.9473624229431152,0.016715748235583305,-0.939373254776001,2.051497459411621,-0.2298998385667801,-0.21088546514511108,0.12752771377563477,-0.21027350425720215 +449,1.6246750431926857,-1.291505998963161,-3.0094180442036853,0.27527377009391785,0.9612513184547424,0.014845765195786953,0.7712041735649109,1.4123605489730835,-0.11159317940473557,0.43702179193496704,0.27825069427490234,0.22067368030548096 +450,1.5160476492399073,-1.283036520134983,-3.139793348924699,0.2833791673183441,0.9588820338249207,-0.015530155040323734,-0.14367346465587616,-1.7118113040924072,0.5264002084732056,-0.025032609701156616,0.18824303150177002,0.037411272525787354 +451,1.455711395228471,-1.2324141768254888,3.1074250677471498,0.32976529002189636,0.9432929754257202,-0.03811945766210556,0.5477117300033569,0.557944118976593,0.11847532540559769,-0.24417880177497864,-0.2550453543663025,0.13170158863067627 +452,1.3515406268471422,-1.228387077055021,2.9338112061988717,0.32771944999694824,0.9419484734535217,-0.07302835583686829,0.725700855255127,0.571850061416626,-0.049866363406181335,-0.08002352714538574,-0.566124439239502,-0.0535128191113472 +453,1.2494336288125802,-1.219029993237624,2.8113951623369173,0.3269171416759491,0.9387655854225159,-0.1088315099477768,-0.03973407298326492,-0.3219601511955261,-0.04351019859313965,-0.011060208082199097,0.0069130659103393555,-0.292199969291687 +454,1.2045368408576365,-1.2183604472979226,2.841656711726266,0.3222897946834564,0.938534677028656,-0.1236194595694542,0.23078350722789764,-0.3829774558544159,0.2032700777053833,0.09467178583145142,0.46882909536361694,-0.3843761384487152 +455,1.15341343095702,-1.2002214189778162,2.7962945505720564,0.3310619294643402,0.9321193099021912,-0.14680516719818115,0.4514588713645935,-0.5786888003349304,-0.07640177756547928,0.11548656225204468,0.3929082155227661,0.16236913204193115 +456,0.9863567956898367,-1.2067885374316898,2.6692685988419003,0.2969300448894501,0.9344774484634399,-0.1964287906885147,-0.6192813515663147,-0.10778795927762985,-0.0971081554889679,0.11801746487617493,-0.04278445243835449,0.3575158417224884 +457,1.277788636775004,-1.253364332021127,3.014746502944456,0.2988245487213135,0.9500401020050049,-0.09015275537967682,-0.7822480201721191,-0.5816397070884705,0.2052091509103775,-0.10854747891426086,-0.6208928823471069,-0.011501304805278778 +458,1.3080867292519454,-1.2513066552498844,3.042084962582523,0.30330583453178406,0.9493958353996277,-0.08156652003526688,-0.1085563600063324,-0.05154087394475937,-0.1269935816526413,-0.09043046832084656,-0.04792189598083496,-0.22731715440750122 +459,1.5422622339264536,-1.2864874498665244,-3.0246432794239015,0.2803800404071808,0.9598557353019714,-0.008002562448382378,-0.459984689950943,1.284188151359558,-0.620074450969696,0.14721694588661194,0.32195883989334106,-0.23622965812683105 +460,1.5589760208145444,-1.3163270247423808,-3.017543875212593,0.251714289188385,0.967797040939331,-0.0029754783026874065,-0.15257863700389862,-1.8605258464813232,0.4544873833656311,0.1876015067100525,0.23189473152160645,-0.0229034423828125 +461,1.3393103855660327,-1.2433048125109887,-3.0772662156977892,0.31308940052986145,0.9468522071838379,-0.07379870861768723,0.7829555869102478,0.29877376556396484,0.4608796238899231,-0.20462986826896667,-0.01312100887298584,0.3662486672401428 +462,1.3172157709766288,-1.2046497022017952,3.0494656838275964,0.3465706706047058,0.9337138533592224,-0.08981706202030182,0.3800979256629944,0.9469675421714783,0.12672698497772217,-0.19254842400550842,-0.4450054168701172,0.041217803955078125 +463,1.2482323708400518,-1.2177999881878667,3.071118201442576,0.32788121700286865,0.9383410811424255,-0.10959015041589737,-0.5176748633384705,-2.417574405670166,-0.016025463119149208,-0.06056252121925354,-0.22017091512680054,-0.14738309383392334 +464,1.218621206007712,-1.2213206212249745,-3.09065749553511,0.3213897943496704,0.939552366733551,-0.11810927093029022,0.643962562084198,1.784934401512146,0.34387528896331787,0.00380551815032959,0.4314650297164917,-0.34282827377319336 +465,1.1648498316205056,-1.1875159083912972,3.093096813685608,0.34357255697250366,0.9274428486824036,-0.14767450094223022,0.339790016412735,-0.7124670147895813,0.07849015295505524,-0.03439897298812866,0.5060288310050964,0.15232843160629272 +466,1.115592317188102,-1.251435070498549,3.067527275941057,0.2819902300834656,0.9494361281394958,-0.13803128898143768,-0.660776674747467,-0.056511931121349335,-0.40703508257865906,0.3692549169063568,-0.009036898612976074,0.6084139347076416 +467,1.2435915633091084,-1.2666713261955094,-3.040893786799486,0.28357064723968506,0.9541093707084656,-0.0962451919913292,-0.5494751930236816,-0.7162801623344421,0.3742145001888275,-0.10070928931236267,-0.4330216646194458,-0.0015941858291625977 +468,1.4144140678165102,-1.2533661433949008,-2.9345449571067137,0.30831748247146606,0.9500406384468079,-0.048612307757139206,-0.40653419494628906,2.239666223526001,-0.2243390828371048,-0.3396132290363312,-0.3022897243499756,-0.17952179908752441 +469,1.5010844934471586,-1.310735035752408,-2.9495145263107525,0.25651493668556213,0.9663742184638977,-0.0179111510515213,0.15519076585769653,0.3335427939891815,-0.4925128221511841,0.2933354675769806,0.345011830329895,-0.12703204154968262 +470,1.5463915104976955,-1.3395581473839477,-3.028657085188703,0.2291143536567688,0.973383367061615,-0.0055926041677594185,0.8461623787879944,0.23020611703395844,-0.06353338807821274,0.2699701189994812,0.5131735801696777,-0.13999152183532715 +471,1.4118479487403528,-1.2735991778832745,3.1179136145042263,0.28914976119995117,0.9561610221862793,-0.04635089263319969,0.17263594269752502,1.341598629951477,1.0253520011901855,-0.10537293553352356,0.22782939672470093,0.4457497000694275 +472,1.5770538113835322,-1.2300508322887977,3.125995768184814,0.3341834545135498,0.9425057768821716,0.0020911749452352524,-0.07994464039802551,0.7339259386062622,-0.09205000847578049,-0.3061835467815399,-0.3763132095336914,-0.1232917308807373 +473,1.502528695906382,-1.2461631902202943,3.109973608754688,0.3182178735733032,0.9477677941322327,-0.021757792681455612,0.2678655683994293,-1.151590347290039,-0.2048856019973755,-0.1151387095451355,-0.4169909358024597,-0.149064302444458 +474,1.5357509537962122,-1.2703107836529366,-3.0868028062945854,0.29580259323120117,0.9551928639411926,-0.01037075836211443,-0.621863603591919,0.20207728445529938,-0.15430377423763275,0.12094548344612122,0.06108832359313965,-0.11827605962753296 +475,1.4749004120547093,-1.231183576422981,3.0940458662976673,0.33159154653549194,0.9428837299346924,-0.03189610689878464,0.25846046209335327,-0.2744286358356476,0.3954780101776123,0.11401090025901794,0.6878993511199951,0.023183345794677734 +476,1.1901108992107663,-1.2313918557958798,2.983659353577703,0.30909132957458496,0.9429531097412109,-0.12370073050260544,-0.10601246356964111,-1.5357238054275513,-0.4290073812007904,0.13971540331840515,0.11886018514633179,0.620374321937561 +477,1.366733614832115,-1.255561794156307,-3.1161603607811177,0.30360645055770874,0.9507237076759338,-0.06282929331064224,-0.6814507842063904,-0.33503785729408264,0.17491930723190308,-0.04843375086784363,-0.3989201784133911,0.03518039733171463 +478,1.524182021812472,-1.2331831540470866,-2.9330662593393138,0.3308766186237335,0.9435479640960693,-0.015434765256941319,-0.5849645137786865,1.6966378688812256,0.10828722268342972,-0.355733186006546,-0.4617668390274048,0.008202074095606804 +479,1.751636783580118,-1.2692626207925686,-2.8369921973146606,0.2921423614025116,0.9548821449279785,0.05341470614075661,0.6037711501121521,-0.04232361912727356,-0.6778320074081421,0.1261621117591858,0.3207831382751465,-0.2573179006576538 +480,1.769736823114872,-1.3094594017160677,-2.931954120487666,0.2532767653465271,0.9660454392433167,0.05106242746114731,0.8576004505157471,0.7925902605056763,-0.27949753403663635,0.2048836648464203,0.4328194260597229,-0.1371372938156128 +481,1.4447768049784662,-1.2997726602901787,3.0597616502117475,0.2655948996543884,0.9634973406791687,-0.033648453652858734,0.08340340107679367,0.3365938067436218,0.930364727973938,-0.009613454341888428,0.1084783673286438,0.3483304977416992 +482,1.5147730967877795,-1.2252225111625945,3.032302848396502,0.3382049798965454,0.9408812522888184,-0.01896718330681324,0.24354246258735657,0.35202550888061523,0.0744825154542923,-0.3158203959465027,-0.16944271326065063,-0.028518198058009148 +483,1.3642018395360571,-1.243183360189892,2.9289961892646157,0.3149412274360657,0.94681316614151,-0.06600689142942429,0.3037252128124237,-1.2051339149475098,-0.24194449186325073,-0.033691227436065674,-0.4769797921180725,-0.15716814994812012 +484,1.3970596794084542,-1.2747200179934346,3.095666898813162,0.28737759590148926,0.9564886689186096,-0.050436507910490036,-1.2387614250183105,-1.2123221158981323,-0.08931881934404373,0.061377257108688354,-0.18471431732177734,-0.11565542221069336 +485,1.2825367384408606,-1.2446900778969774,3.0536774475410544,0.3071395456790924,0.9472969174385071,-0.09107251465320587,0.5368186831474304,-0.36740708351135254,0.35445377230644226,0.06726542115211487,0.49961793422698975,-0.37540388107299805 +486,1.1806909270011396,-1.213068008717521,2.9882092246856393,0.3238404095172882,0.9366946816444397,-0.13315609097480774,0.376762330532074,0.060037579387426376,-0.5953277945518494,0.01018977165222168,0.3269008994102478,0.39693474769592285 +487,1.26881715398606,-1.2737830858945134,3.084766039076646,0.2794223427772522,0.9562148451805115,-0.08704177290201187,-0.6060728430747986,0.060657355934381485,-0.22938254475593567,0.10664030909538269,-0.23909759521484375,0.23425859212875366 +488,1.3866055543132658,-1.2725677502819204,-2.9805453409734595,0.28885751962661743,0.9558584690093994,-0.0538148507475853,-0.16910986602306366,-0.04986102133989334,0.2314438372850418,-0.16657361388206482,-0.4507162570953369,-0.025378286838531494 +489,1.594925862352416,-1.2830538650141248,-2.9038352170238104,0.2837061882019043,0.958886981010437,0.006847027689218521,-0.48272669315338135,1.475189208984375,-0.3692348599433899,-0.1437678039073944,-0.06788039207458496,-0.20519602298736572 +490,1.6394194143946756,-1.3354563499929275,-2.9551715357300394,0.23262514173984528,0.9724351167678833,0.015988560393452644,0.3952992856502533,0.8989986181259155,-0.039412837475538254,0.5878857374191284,0.1939162015914917,-0.16460919380187988 +491,1.5266427378149692,-1.2982382756848436,3.135887449041722,0.2689339518547058,0.963085412979126,-0.011882121674716473,0.27904924750328064,0.1928936243057251,1.124280571937561,-0.006589621305465698,0.17386221885681152,0.12823039293289185 +492,1.5991324708864396,-1.197988374593942,3.1219205385474575,0.36408576369285583,0.9313082695007324,0.010319548659026623,-0.01896427944302559,1.2051680088043213,0.5692643523216248,-0.38148078322410583,0.07935762405395508,0.08748924732208252 +493,1.5864080416444228,-1.2038595139889523,3.0295704363827274,0.35871419310569763,0.9334306716918945,0.005600598640739918,0.6179361939430237,-0.5144457221031189,-0.21466143429279327,-0.25364214181900024,-0.44080066680908203,-0.31419432163238525 +494,1.4045080810327355,-1.2510763195122736,3.136445422674385,0.30996525287628174,0.9493234753608704,-0.052023984491825104,-1.0281648635864258,-3.2169179916381836,-0.2614913284778595,-0.009199261665344238,-0.31750279664993286,-0.0633934736251831 +495,1.4548070748294277,-1.2553097713030994,-2.998069415214531,0.3081939220428467,0.9506455063819885,-0.03590836003422737,0.447551965713501,0.2697829604148865,0.47066187858581543,0.19362184405326843,0.4820173382759094,-0.6280167698860168 +496,1.1789627014867399,-1.2070507788392963,3.0657461944306537,0.328812837600708,0.9345707893371582,-0.1358654499053955,0.12230215966701508,0.32463133335113525,-0.14100104570388794,-0.07432675361633301,0.3256372809410095,0.6531383991241455 +497,1.3698984271111845,-1.25255425112134,-3.093769049722747,0.3066043555736542,0.9497869610786438,-0.062438443303108215,-0.027692515403032303,-0.06374602764844894,-0.07759330421686172,0.10889247059822083,-0.0964239239692688,0.11285346746444702 +498,1.5043604536397144,-1.2367334304762514,-2.9505281442175892,0.32716068625450134,0.9447180032730103,-0.02176724001765251,-0.42035913467407227,1.2484890222549438,0.43125373125076294,-0.18365177512168884,-0.42147886753082275,0.009575486183166504 +499,1.8605480181087273,-1.2359130235340752,-2.809896522437493,0.3149586021900177,0.9444486498832703,0.09390250593423843,0.3003458082675934,0.7265177369117737,-0.4202619791030884,-0.1549244225025177,-0.06638175249099731,-0.47848498821258545 +500,1.7240773133379297,-1.2979308253414656,-3.0223569816670994,0.266332745552063,0.963002622127533,0.041146498173475266,0.7395185828208923,1.0770155191421509,-0.12405949085950851,0.5410555601119995,0.4112955927848816,0.06876254081726074 +501,1.552624441808515,-1.2667362279488745,3.0880319203142914,0.2993472218513489,0.9541288018226624,-0.0054403021931648254,-0.19716179370880127,-0.10998469591140747,1.0330344438552856,-0.09500148892402649,0.23356962203979492,0.219490647315979 +502,1.57976607763249,-1.2079850151571245,3.0906388312399375,0.35488972067832947,0.9349027872085571,0.003183357883244753,-0.022341588512063026,0.16639350354671478,-0.11848250776529312,-0.32959064841270447,-0.16334211826324463,-0.0030155181884765625 +503,1.5456540490887103,-1.2352834664575343,3.063683313254704,0.32914963364601135,0.9442415833473206,-0.008277315646409988,0.1665930300951004,-0.703747570514679,-0.40515777468681335,-0.06384506821632385,-0.4402589797973633,-0.136208176612854 +504,1.5318089340062477,-1.2699539416649954,-3.0285421632011555,0.29609978199005127,0.9550871849060059,-0.011550010181963444,-1.1504231691360474,-2.480092763900757,0.09007250517606735,0.09216010570526123,-0.10752248764038086,-0.18846219778060913 +505,1.5462470171185447,-1.236309398128884,-2.9890417063922214,0.32818546891212463,0.9445788860321045,-0.008058345876634121,0.42259880900382996,0.6058843731880188,0.1774912178516388,0.07438716292381287,0.6286174058914185,-0.406629741191864 +506,1.2258749314281192,-1.2181538384474597,3.062341563273936,0.32503700256347656,0.9384633302688599,-0.11678052693605423,-0.8364795446395874,-1.1863467693328857,-0.43606534600257874,0.16522789001464844,0.05161845684051514,0.9315235614776611 +507,1.4776027940480727,-1.2803398790229967,-2.93344121359459,0.28514695167541504,0.9581132531166077,-0.0266510508954525,-0.7979826927185059,-1.3485909700393677,0.03309192880988121,0.16829848289489746,-0.30053573846817017,-0.12132871150970459 +508,1.678416818674618,-1.2373628335705054,-2.6879201987487717,0.32539552450180054,0.9449241757392883,0.03515505790710449,-0.6343382000923157,2.2236080169677734,0.15318182110786438,-0.4839496612548828,-0.4460381269454956,-0.169844388961792 +509,1.8173129547990534,-1.2733618807460678,-2.668389414991561,0.2842085659503937,0.9560915231704712,0.0715167373418808,0.6097228527069092,0.44753924012184143,-0.7232160568237305,0.02537703514099121,0.2182706594467163,-0.174818754196167 +510,1.831793455806027,-1.330239141764678,-2.7752778635379993,0.23017480969429016,0.9712053537368774,0.06147727742791176,0.9662392139434814,1.3307416439056396,-0.1762419044971466,0.36362096667289734,0.3187572956085205,-0.14109766483306885 +511,1.5613299179623064,-1.3161029558815116,-3.090167564285393,0.2519374191761017,0.9677405953407288,-0.002385013736784458,-0.02293228730559349,0.0408218652009964,0.9528380036354065,0.018051624298095703,0.20146405696868896,0.20937049388885498 +512,1.4329500846082475,-1.2491778372038485,3.064723904353979,0.31310370564460754,0.9487250447273254,-0.043435633182525635,0.20945540070533752,-0.18132370710372925,-0.22885838150978088,-0.23249152302742004,-0.01186603307723999,0.06102902069687843 +513,1.34856026861752,-1.274586524529274,3.058730797501084,0.28471893072128296,0.9564496874809265,-0.06433749943971634,0.026206428185105324,-1.427463412284851,-0.047592826187610626,-0.07632961869239807,-0.6266003847122192,-0.12769436836242676 +514,1.284713179819444,-1.3004169802447207,-3.110623039695901,0.25624144077301025,0.9636696577072144,-0.07537396252155304,-1.0318024158477783,-1.0853391885757446,-0.10471763461828232,0.037352919578552246,-0.35553061962127686,-0.022877395153045654 +515,1.4237587518207346,-1.2805162437769007,-2.9692178614229507,0.28313225507736206,0.9581637382507324,-0.04193371906876564,1.2244105339050293,0.020636707544326782,0.30171188712120056,0.03431156277656555,0.6673092842102051,-0.6359379887580872 +516,1.15354997650046,-1.2487431798314401,3.0777471129392833,0.28936031460762024,0.9485875368118286,-0.1282658576965332,-0.3576635420322418,1.1264368295669556,-0.20415346324443817,0.21216553449630737,0.31105589866638184,0.7224431037902832 +517,1.2985015803758628,-1.2751756569003558,-3.0917080926853413,0.2805998623371124,0.956621527671814,-0.0783519595861435,-0.39196863770484924,-0.07194290310144424,0.18356762826442719,0.02774977684020996,-0.24150311946868896,0.12025260925292969 +518,1.4781220977928706,-1.261901120461309,-2.9033653015899197,0.30270200967788696,0.9526700377464294,-0.02813326194882393,-0.16919471323490143,0.8688583374023438,0.13104182481765747,-0.25964170694351196,-0.32098662853240967,-0.034626126289367676 +519,1.6934996384409657,-1.2865273541558657,-2.8319432043376582,0.2783471345901489,0.9598669409751892,0.03432656452059746,0.1587105095386505,0.8068740963935852,-0.48151329159736633,0.009555667638778687,-0.022717952728271484,-0.29766273498535156 +520,1.7095963640748175,-1.3210293225211416,-2.9275864648789165,0.24480104446411133,0.9689700603485107,0.03419829159975052,0.5108664631843567,1.3518515825271606,-0.051347631961107254,0.45745420455932617,0.33510708808898926,-0.07060575485229492 +521,1.4710008561366923,-1.2870159102443892,3.1185045175422075,0.2785937190055847,0.9600038528442383,-0.027895057573914528,0.3102460205554962,-0.5083357691764832,1.0291674137115479,-0.0996081531047821,0.15135478973388672,0.22807514667510986 +522,1.4628718816573583,-1.2151870679025059,3.065513124743483,0.3461358845233917,0.9374345541000366,-0.037502240389585495,0.0368557870388031,0.17174014449119568,0.010628239251673222,-0.34595274925231934,-0.19730699062347412,0.0634116530418396 +523,1.3829755625759603,-1.2278183620683856,3.007957346055464,0.3303787410259247,0.9417573809623718,-0.0627920925617218,0.1212243065237999,-0.4287908375263214,-0.2585891783237457,-0.09882664680480957,-0.4223635196685791,-0.03922819346189499 +524,1.4514986813132944,-1.2468750681276257,3.0949792422993925,0.31602418422698975,0.9479946494102478,-0.03788081929087639,-0.5790759325027466,0.08553523570299149,-0.030500853434205055,0.06428587436676025,-0.0735744833946228,-0.1508094072341919 +525,1.4777426746885647,-1.2146831855741171,3.03513114148982,0.34712573885917664,0.9372590184211731,-0.03239487111568451,0.907538115978241,-0.12279153615236282,0.32873407006263733,0.021084070205688477,0.5937469005584717,-0.7994685173034668 +526,1.2001477249763999,-1.1876422849928476,2.8785165341088628,0.34846070408821106,0.9274901151657104,-0.13541515171527863,-0.26021209359169006,-0.9562714099884033,-0.12555018067359924,0.03537413477897644,0.15011608600616455,0.45227909088134766 +527,1.1420004166721092,-1.2402117602017524,2.9133610520853637,0.2952090799808502,0.9458527565002441,-0.13495910167694092,-0.5921613574028015,-1.274962306022644,-0.28268471360206604,0.09126552939414978,-0.03488790988922119,0.10174073278903961 +528,1.264134149161307,-1.2667055555445657,3.094772224255728,0.2854565382003784,0.9541196227073669,-0.09039013087749481,-0.476904034614563,0.8466809988021851,0.010113456286489964,-0.046244531869888306,-0.45901769399642944,0.0474976971745491 +529,1.5110844861475916,-1.277223160999414,-3.0538764731247667,0.2888590395450592,0.9572160243988037,-0.0172688327729702,-0.27612531185150146,1.1653039455413818,-0.2511122226715088,-0.10990393161773682,-0.16122591495513916,-0.16403615474700928 +530,1.5771400295528104,-1.301639014474353,-3.06235707822623,0.2659139037132263,0.9639953374862671,0.001686901436187327,0.5061600804328918,1.6319948434829712,-0.03418071195483208,0.2510385811328888,0.2149292230606079,-0.1741417646408081 +531,1.389263954174515,-1.2894741639429523,2.9822777240966927,0.2730638384819031,0.9606891870498657,-0.05012171342968941,0.4989231824874878,-0.48707765340805054,0.1896630972623825,0.06870245933532715,0.09421181678771973,0.1399502158164978 +532,1.352588526064908,-1.247465055298004,2.981134724721611,0.3101927936077118,0.948182225227356,-0.06878164410591125,-0.6298750042915344,-0.5050888061523438,-0.07171761244535446,-0.1968047022819519,0.18473708629608154,0.15299493074417114 +533,1.2754570225458104,-1.2736083420993984,3.016201744287688,0.2801539897918701,0.9561637043952942,-0.085233174264431,0.033837806433439255,-1.5562102794647217,-0.25481978058815,-0.016710996627807617,-0.28195416927337646,-0.12066888809204102 +534,1.2745414545360059,-1.2765035556004882,3.0683216075859465,0.27742671966552734,0.9570075273513794,-0.08468103408813477,-0.6207508444786072,0.9543453454971313,0.14685887098312378,-0.02701479196548462,-0.5338356494903564,-0.0024924203753471375 +535,1.54961337269416,-1.2607232413086351,-2.9917250611397366,0.3050597608089447,0.9523112773895264,-0.006463033612817526,0.007362191565334797,-0.7505196332931519,0.31124719977378845,-0.02016294002532959,0.37041211128234863,-0.26529598236083984 +536,1.2678222170215383,-1.2214067336158434,3.074855949323068,0.3267325460910797,0.9395818710327148,-0.10213592648506165,-0.25810015201568604,-1.542096734046936,0.3096252977848053,0.1664925515651703,0.7378320693969727,0.12168241292238235 +537,1.1335464688776264,-1.2347310326685699,3.00556226893696,0.298749715089798,0.9440595507621765,-0.13964314758777618,0.28890302777290344,-0.036837805062532425,-0.37412962317466736,0.19104215502738953,0.2273576855659485,0.488886296749115 +538,1.238473165332332,-1.2672054193708304,-3.105955098385395,0.28259241580963135,0.9542691707611084,-0.09752905368804932,-0.7845191955566406,-0.9276711940765381,0.1446128785610199,-0.11053436994552612,-0.4098508358001709,-0.005757682025432587 +539,1.3372345797237326,-1.2505218771063114,-3.090912547894794,0.30627864599227905,0.9491490721702576,-0.07286476343870163,-0.010696811601519585,2.295506477355957,-0.06409092992544174,-0.26094481348991394,-0.36791133880615234,-0.07549642771482468 +540,1.4903446303656698,-1.2799882359322345,-3.0568286270654,0.2857987582683563,0.9580124616622925,-0.023042729124426842,0.2906355857849121,0.782490074634552,-0.6092816591262817,0.06075882911682129,0.1537885069847107,-0.1288585066795349 +541,1.551003832399295,-1.310042227572078,-3.125311590062643,0.2577589452266693,0.966195821762085,-0.0051023587584495544,0.3133205771446228,1.0827140808105469,-0.19194909930229187,0.2612077295780182,0.64540696144104,-0.29482442140579224 +542,1.3713056784741162,-1.2577772420616424,2.996176399236406,0.3018251359462738,0.9514082074165344,-0.06102294474840164,0.002978632226586342,1.204028606414795,1.0180145502090454,-0.1787325143814087,0.23041540384292603,0.4182007312774658 +543,1.403449444157719,-1.2249119797125836,2.9447396649756676,0.3342924118041992,0.940775990486145,-0.05647093430161476,0.6390159726142883,-0.42148855328559875,-0.2523139715194702,-0.2576932907104492,-0.36413121223449707,-0.12071412056684494 +544,1.209136684793872,-1.2341178507172303,2.8163107727181957,0.3089839220046997,0.9438571333885193,-0.11688825488090515,-0.18934616446495056,-0.3894248306751251,-0.04069088026881218,-0.04435071349143982,-0.5360049605369568,-0.05172133445739746 +545,1.3722385932833667,-1.2518093693374932,2.988285239392284,0.3074427545070648,0.9495536088943481,-0.061860229820013046,0.015366829000413418,-0.5249834060668945,0.14035336673259735,0.1306828260421753,0.1781775951385498,-0.37051284313201904 +546,1.2703812366583644,-1.2113437862582788,2.8465519503821066,0.33600765466690063,0.9360895156860352,-0.10409218817949295,0.6289191842079163,-0.2650377154350281,0.03290129452943802,0.17703858017921448,0.7245396971702576,-0.17825645208358765 +547,1.0485834902020565,-1.2134479537151481,2.739421646116886,0.3031705319881439,0.9368276596069336,-0.1744758039712906,-0.24530629813671112,-1.231947422027588,-0.46463698148727417,0.10983917117118835,0.12555038928985596,0.4702674150466919 +548,1.1347016423328504,-1.249649360483618,2.7955950053875656,0.286111980676651,0.9488739967346191,-0.13333344459533691,-0.5826764702796936,0.6983816623687744,-0.055363867431879044,0.025243550539016724,-0.41570156812667847,0.1311972439289093 +549,1.3415000999133881,-1.2571450234923187,2.9796256918952553,0.300458163022995,0.9512133598327637,-0.07012727856636047,-0.6995788216590881,0.9281026721000671,0.2191651314496994,-0.19491314888000488,-0.4262501001358032,-0.018709354102611542 +550,1.6033681252879757,-1.2860754004141042,3.109745025620182,0.28074073791503906,0.9597401022911072,0.009147466160356998,0.5915892720222473,-0.09192647784948349,-0.5334296822547913,0.00317952036857605,0.0356212854385376,-0.32123541831970215 +551,1.604080029923294,-1.3211383691389793,3.0175314917162313,0.24693627655506134,0.9689970016479492,0.008221990428864956,0.42125359177589417,1.7257966995239258,0.02494952082633972,0.38830241560935974,0.38369476795196533,-0.06519830226898193 +552,1.4882780773865925,-1.2954915433402423,2.8688397845453677,0.27091526985168457,0.962342381477356,-0.022406334057450294,0.2658517062664032,-0.6942912340164185,0.7593448162078857,-0.06116798520088196,0.18890273571014404,0.04190707206726074 +553,1.5452316652275127,-1.2440076950874688,2.909908911886658,0.3208980858325958,0.9470781087875366,-0.00820543896406889,-0.38607490062713623,0.47684067487716675,0.0017447364516556263,-0.2661800980567932,-0.1009630560874939,0.04833608865737915 +554,1.6012437758923954,-1.2569272350811926,2.9758912754957505,0.3085976243019104,0.951146125793457,0.009398914873600006,-0.17934532463550568,-0.8322200179100037,-0.20115579664707184,-0.1276131570339203,-0.4438983201980591,-0.1506953239440918 +555,1.658670677323505,-1.2646414506966366,3.1061712986424985,0.3002319037914276,0.9534994959831238,0.026450803503394127,-0.40597814321517944,-0.24142618477344513,0.002608838491141796,0.030792236328125,-0.06043308973312378,-0.3268352746963501 +556,1.5284011476466037,-1.2454470477431925,3.049287050455494,0.31935274600982666,0.9475391507148743,-0.013547134585678577,0.5702088475227356,-0.04715108126401901,0.5020160675048828,0.2543319761753082,0.4842236042022705,-0.24501299858093262 +557,1.2687955681098493,-1.210019432046103,2.8933259553202224,0.33702552318573,0.9356228709220886,-0.10499349981546402,0.07969685643911362,-1.5853934288024902,-0.1326834112405777,-0.06306919455528259,0.18040496110916138,0.31480181217193604 +558,1.291190097779285,-1.246727547079057,2.960860118137874,0.3060600459575653,0.9479476809501648,-0.08787842094898224,-0.07672237604856491,0.452569842338562,-0.04480138048529625,0.12603837251663208,-0.2038680911064148,0.23863524198532104 +559,1.4806969557444432,-1.233840970182509,3.1321425820954407,0.32927438616752625,0.9437656402587891,-0.02974795363843441,-1.2165098190307617,0.9793050289154053,0.4200458824634552,-0.24677011370658875,-0.38538551330566406,-0.0021429061889648438 +560,1.7812288543921349,-1.253550719386575,-2.9855674749092187,0.30506908893585205,0.9500982761383057,0.06516112387180328,0.7118299603462219,0.06044449657201767,-0.3987453281879425,0.11338791251182556,-0.06888800859451294,-0.5085662603378296 +561,1.720826723369196,-1.2754841760066842,-3.0925735585818526,0.28776898980140686,0.9567113518714905,0.043500978499650955,0.8463993072509766,0.6057327389717102,-0.010620638728141785,0.28522902727127075,0.5078576803207397,-0.1793651580810547 +562,1.3868891096085023,-1.2736060166298202,2.9827544390744865,0.28789663314819336,0.9561630487442017,-0.05355136841535568,0.2168724536895752,-2.077868938446045,0.36305657029151917,0.08614206314086914,0.08292990922927856,0.172249436378479 +563,1.3270218555207767,-1.2423333574958426,3.1019016747644956,0.3130512535572052,0.9465392827987671,-0.07786239683628082,-0.8049328923225403,-1.3419253826141357,0.33035290241241455,-0.08104133605957031,-0.27059006690979004,0.16885054111480713 +564,1.4654036977222542,-1.2296165438054611,-2.913435318151089,0.3327427804470062,0.9423605799674988,-0.035199057310819626,-0.8369893431663513,-1.3205833435058594,0.35493096709251404,-0.11057478189468384,-0.31415611505508423,0.09443366527557373 +565,1.5560300000807168,-1.1932711754965777,-2.5772720188479163,0.36858081817626953,0.9295797348022461,-0.0054429806768894196,-1.563410758972168,-3.173635244369507,0.4044676423072815,-0.13437369465827942,0.04132169485092163,-0.08649122714996338 +566,1.7208713008078103,-1.1444495576387552,-2.33185130472241,0.4088992476463318,0.9104825854301453,0.06183043494820595,0.3415546119213104,0.008566668257117271,0.3857334852218628,-0.2651461362838745,0.581933856010437,-0.21579158306121826 +567,1.471875074509525,-1.166036604791241,-2.413726029920622,0.3918726444244385,0.9191970229148865,-0.038891471922397614,0.02170400135219097,-2.210148811340332,-0.9625236988067627,0.036594122648239136,0.16352075338363647,0.34229719638824463 +568,1.3980714198465651,-1.2499198261935616,-2.4340645990660774,0.3107057213783264,0.9489593505859375,-0.05420675501227379,-0.32816755771636963,-0.007871932350099087,0.5468454360961914,0.5006957054138184,-0.004592776298522949,0.2380751371383667 +569,1.6372520092345326,-1.1852329548891252,-2.2618196992489534,0.37525105476379395,0.9265866875648499,0.024974340572953224,-0.5669350624084473,2.9963672161102295,0.6396856904029846,-0.35741350054740906,-0.27785933017730713,-0.03246641159057617 +570,1.8033817087044457,-1.1794901824640962,-2.3160187393255094,0.37112656235694885,0.9244117140769958,0.08790954202413559,0.5609848499298096,0.6273868680000305,-0.3932267725467682,-0.25325244665145874,-0.15738290548324585,-0.22168338298797607 +571,1.932705394033635,-1.260229470397071,-2.330938248411033,0.2858026325702667,0.9521604776382446,0.10820028930902481,0.5383725166320801,1.4718581438064575,-0.7344846725463867,0.4405462443828583,0.28338944911956787,-0.2762300968170166 +572,1.8048688311480023,-1.3467393765145368,-2.425814023672224,0.2161286622285843,0.9750040769577026,0.05153442174196243,0.38645586371421814,-2.5409843921661377,-0.3937390148639679,0.3221404254436493,0.12164521217346191,0.03087831288576126 +573,1.5512482377523749,-1.3271678146809986,-2.4620749302107434,0.2411799281835556,0.970469057559967,-0.004715207498520613,-0.1160615086555481,-0.9829978942871094,0.42376723885536194,0.0808262825012207,-0.037394046783447266,0.2225954532623291 +574,1.590498104645773,-1.2774386353383205,-2.3966199806305846,0.2891116142272949,0.957278311252594,0.005696749780327082,-0.1224113330245018,-0.028350118547677994,0.5622081756591797,-0.1349673867225647,-0.3470947742462158,0.06540918350219727 +575,1.6641652575643793,-1.2153925997135517,-2.2358544269501857,0.3464536666870117,0.9375060796737671,0.03244233876466751,-1.1426684856414795,-1.6044610738754272,0.6219298839569092,-0.19037148356437683,-0.10744309425354004,-0.049165960401296616 +576,1.7689063186452543,-1.1510659025599614,-2.036917085918732,0.39954352378845215,0.9131988286972046,0.08020561188459396,0.19434651732444763,0.97955322265625,0.22574855387210846,-0.34305545687675476,0.4226623773574829,-0.044042348861694336 +577,1.503612186041372,-1.2208450529925308,-2.2391592344850366,0.34207841753959656,0.9393894076347351,-0.02301688678562641,1.0257755517959595,-1.1382274627685547,-1.6073182821273804,0.29459452629089355,0.26066845655441284,0.34244436025619507 +578,1.3068182593717446,-1.2782330964189186,-2.442443578923734,0.27841681241989136,0.9575077891349792,-0.07525207847356796,-0.1015666052699089,1.4131908416748047,0.13487043976783752,0.36245229840278625,0.12551522254943848,0.21667057275772095 +579,1.5562589211394007,-1.2294635586724418,-2.2784495053537244,0.33470794558525085,0.9423093795776367,-0.004866127856075764,-0.5035014748573303,1.4034843444824219,0.6384220123291016,-0.25856655836105347,-0.4301481246948242,-0.01027059555053711 +580,1.7489435204344639,-1.2021178245175874,-2.2755382936241015,0.35467955470085144,0.9328044056892395,0.06386218965053558,0.6765261888504028,2.096299886703491,-0.3798034191131592,-0.38765382766723633,-0.2538493275642395,-0.17589223384857178 +581,1.7089916300865313,-1.2608851660602958,-2.5138093348192205,0.302066832780838,0.9523606896400452,0.04201200604438782,0.4963749945163727,2.9836928844451904,-0.20383627712726593,0.24622726440429688,0.3745284676551819,0.04859471693634987 +582,1.4708452881395409,-1.29412861563038,-2.898180498433639,0.27178797125816345,0.9619709849357605,-0.02725631557404995,0.8991034626960754,0.13730694353580475,0.10421844571828842,0.03825536370277405,0.04535311460494995,0.390583336353302 +583,1.568638745829344,-1.2405133173897662,-2.8933674963007268,0.32430949807167053,0.9459506273269653,-0.0006997250602580607,-0.13458172976970673,1.143506407737732,0.23657235503196716,-0.2069542109966278,-0.002667725086212158,0.021344900131225586 +584,1.5470765365962504,-1.2447017515518397,-2.9749058961223542,0.3202555179595947,0.9473006725311279,-0.0075978185050189495,0.5168959498405457,0.44689905643463135,0.04397239908576012,-0.04657387733459473,-0.4317673444747925,-0.07331955432891846 +585,1.5926142863798376,-1.227958399504453,-3.0396879369904415,0.3360814154148102,0.9418044686317444,0.007333774119615555,-0.33632057905197144,1.7644003629684448,0.14665228128433228,-0.12235152721405029,-0.23265212774276733,-0.28540992736816406 +586,1.6234007830098864,-1.2135866274418357,-3.0696696162030506,0.34917783737182617,0.936876118183136,0.018385272473096848,0.6157293319702148,1.805578589439392,0.40051785111427307,0.11766481399536133,0.5427533984184265,-0.08758389949798584 +587,1.4775887635498959,-1.1859194941294384,3.0935777245683105,0.3738149106502533,0.9268446564674377,-0.034943629056215286,0.6124098896980286,-1.844733715057373,-0.25420713424682617,-0.0724385678768158,0.5390975475311279,0.06204325333237648 +588,1.3651965568880051,-1.2495743886326969,3.0856048881545206,0.3090765178203583,0.9488503336906433,-0.06445685774087906,-0.11084062606096268,0.7690999507904053,-0.7345209717750549,0.19193056225776672,-0.17762541770935059,0.5190771818161011 +589,1.516327673378935,-1.2701038376569298,-3.082248806420298,0.295742392539978,0.9551315903663635,-0.01612463966012001,-0.3962903320789337,0.7288039326667786,0.33073607087135315,-0.06847798824310303,-0.3361893892288208,-0.0361366868019104 +590,1.8196232168891198,-1.2659127685470613,-3.004440294733433,0.29093703627586365,0.9538819193840027,0.0739249736070633,0.42073503136634827,2.1079041957855225,-0.21731525659561157,-0.12165603041648865,-0.17630928754806519,-0.3501396179199219 +591,1.914812115739199,-1.3026699257967107,-3.0459074662471854,0.24940276145935059,0.9642689228057861,0.08935143798589706,0.36354199051856995,1.4024162292480469,-0.1731763333082199,0.2808706760406494,0.19028735160827637,-0.15482687950134277 +592,1.4603286450926436,-1.330375838118377,2.7698411643742356,0.2366594672203064,0.9712379574775696,-0.026250088587403297,0.9504728317260742,-0.5915656089782715,0.40494322776794434,0.1223035603761673,0.47853004932403564,0.37091565132141113 +593,1.4660148664359076,-1.2488662662178636,2.752950196057383,0.3146626949310303,0.9486265182495117,-0.033092014491558075,0.06897277384996414,0.08946920186281204,0.46194174885749817,-0.24363309144973755,0.019101083278656006,-0.00709962472319603 +594,1.3200049428416327,-1.255190599012754,2.651837395572064,0.30068209767341614,0.9506085515022278,-0.07703026384115219,0.3301510214805603,-0.773351788520813,-0.29016372561454773,-0.049064695835113525,-0.4961102604866028,-0.051265649497509 +595,1.3452251436435707,-1.2786198052953455,2.662115017733629,0.2807401716709137,0.9576192498207092,-0.06442328542470932,-0.5479232668876648,1.1269108057022095,-0.08851884305477142,0.012014985084533691,-0.35161644220352173,-0.1284935474395752 +596,1.3167740117568394,-1.257695654025105,2.596204700463726,0.2981257140636444,0.951383113861084,-0.07740265130996704,0.7219650745391846,-0.15105581283569336,0.19956637918949127,0.1881108582019806,0.5474876761436462,-0.607198178768158 +597,1.0888428950561835,-1.2576081847166902,2.622503624030272,0.2729983329772949,0.9513561725616455,-0.14280439913272858,-0.5627575516700745,-2.5588786602020264,-0.4097050130367279,0.3525052070617676,0.39628469944000244,0.6115238666534424 +598,1.0605682353874377,-1.264969705676004,2.7093325998166744,0.26273393630981445,0.9535983800888062,-0.1470412164926529,-0.6996696591377258,-0.1996653527021408,0.663021445274353,-0.09236958622932434,-0.25419652462005615,0.0728071928024292 +599,1.506693569025922,-1.2644767905981522,2.951509441557854,0.30093273520469666,0.9534498453140259,-0.019317084923386574,0.5140169858932495,1.9512097835540771,-0.010203314013779163,-0.19285470247268677,-0.6136822700500488,-0.026764513924717903 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/TEST/running/2.csv b/BoostRunClub/CoreML/DataSet/TEST/running/2.csv new file mode 100644 index 0000000..2b06316 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/TEST/running/2.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,1.6326085793287661,-1.2785733182286068,2.9237847256739857,0.2875314950942993,0.9576058387756348,0.017795639112591743,0.4848495423793793,-0.12282440811395645,-0.2502315044403076,0.059926390647888184,0.01660674810409546,-0.2896919250488281 +1,0.1394107274365585,0.4085712153101083,2.053695000076648,0.12752173840999603,-0.39729854464530945,-0.9087860584259033,-0.05764838308095932,0.4876651465892792,0.34075555205345154,0.01740625500679016,-0.18792176246643066,-0.22179865837097168 +2,0.12205736971037849,0.4060448210770678,2.084900331374488,0.11185469478368759,-0.3949788510799408,-0.9118553996086121,0.933306872844696,-0.23473814129829407,0.3019408583641052,0.015418864786624908,0.12061053514480591,-0.21088629961013794 +3,0.11845870138838259,0.4132247231373153,2.0886558234851877,0.10823456197977066,-0.40156471729278564,-0.9094125032424927,-0.09528781473636627,-0.1747550070285797,-0.3411117494106293,0.0002859532833099365,0.06553566455841064,0.019962430000305176 +4,0.10739831962315811,0.4326711902326253,2.069809775374257,0.09731412678956985,-0.41929733753204346,-0.9026182293891907,0.14677749574184418,-0.20498701930046082,-0.14208462834358215,-0.050225503742694855,0.03514206409454346,0.3333433270454407 +5,0.07581755835821564,0.43694844722118653,2.063603282814071,0.06862849742174149,-0.4231765866279602,-0.9034443497657776,-0.06509535759687424,-0.4091022312641144,-0.17518343031406403,0.01648503541946411,0.008717358112335205,0.2082844376564026 +6,0.05715479348403944,0.46200373794052363,2.051339437675166,0.051134899258613586,-0.445742666721344,-0.8936994671821594,0.44974038004875183,-0.43935465812683105,-0.0624677874147892,0.030896350741386414,-0.067562997341156,-0.16494005918502808 +7,0.07980736696893871,0.46186638616570524,2.0154856304058684,0.07136952131986618,-0.44561970233917236,-0.8923729658126831,0.2677326500415802,1.336714267730713,-0.6836038827896118,0.052425041794776917,0.13394370675086975,-0.3649207353591919 +8,0.2489228526274662,0.5517021794721416,1.9265305349051174,0.2098085731267929,-0.5241376161575317,-0.825384795665741,1.036205768585205,1.373550534248352,-1.090871810913086,0.0249783992767334,0.187910258769989,0.13478732109069824 +9,0.45860699715605996,0.6456538953380117,1.7624245314130689,0.35358694195747375,-0.6017208099365234,-0.7161762118339539,1.5144060850143433,0.8819044828414917,-1.3469712734222412,0.08571359515190125,0.4193478226661682,0.3305712938308716 +10,0.9273009990757443,0.6549724465828829,1.3002517873437285,0.6344545483589172,-0.6091374158859253,-0.4758351743221283,3.018021821975708,2.151397705078125,-4.354150772094727,-0.06762105226516724,0.822195827960968,0.13869225978851318 +11,1.2005154250798935,0.1881513510891453,0.8938793936331083,0.9157735109329224,-0.1870431900024414,-0.3554907739162445,-0.1497899889945984,0.08722939342260361,-7.0623779296875,0.48525792360305786,0.1434946060180664,-0.7064141035079956 +12,1.0787878751915898,-0.3578901996265148,0.57917474058961,0.8255393505096436,0.3502988815307617,-0.4424649775028229,1.0178594589233398,-1.0970534086227417,-3.9853434562683105,1.3189764022827148,-0.9624662399291992,-0.14093953371047974 +13,0.9539628831520568,-0.41326864323166157,0.5269428278283789,0.7470417022705078,0.40160492062568665,-0.5297566652297974,0.4838244318962097,-0.462653249502182,0.459858775138855,0.3939800262451172,0.062170714139938354,0.010988354682922363 +14,1.0278099965600342,-0.2922828270837543,0.4835928629778122,0.819858193397522,0.2881389856338501,-0.49478137493133545,0.6216041445732117,1.0011284351348877,1.5769997835159302,-0.2892947196960449,-0.5050884485244751,0.4359281659126282 +15,1.168520019959121,-0.09867428846354534,0.7413555400341904,0.9156960844993591,0.09851424396038055,-0.3896094858646393,-2.338313102722168,-0.18407747149467468,3.435767650604248,-0.3554239273071289,-0.00433698296546936,-0.0669640302658081 +16,1.39989600902342,-0.0028539499120347387,0.9549105142947047,0.9854280948638916,0.0028539460618048906,-0.17006893455982208,-1.585391879081726,2.5613458156585693,0.39695248007774353,0.3621214032173157,0.19372501969337463,0.09514826536178589 +17,1.5488499697150488,-0.09583099290735937,1.0291661201768871,0.9951720833778381,0.09568437933921814,-0.021843908354640007,0.8359779119491577,2.111794948577881,-2.597834348678589,0.28932809829711914,0.31334272027015686,-0.20302486419677734 +18,1.544107452445421,-0.5469893155105569,0.9203164055123064,0.853790283203125,0.5201181769371033,-0.022792113944888115,0.7845546007156372,0.6200774908065796,-2.743804454803467,0.5639039278030396,-0.064689040184021,-0.05572962760925293 +19,1.6267364130246211,-0.5407345086538844,0.9352821688598559,0.8559898734092712,0.5147658586502075,0.0479341559112072,-0.1281040757894516,0.8512704372406006,0.1612725406885147,-0.47574079036712646,-0.22556602954864502,0.1496824026107788 +20,1.680273675707865,-0.5594821123501839,0.9218098892543479,0.8424563407897949,0.5307473540306091,0.09260012954473495,-0.6741811633110046,-0.12355369329452515,-0.5630831718444824,-0.10811173915863037,-0.13154685497283936,-0.10589050501585007 +21,1.544053619521934,-0.5900904996922379,0.9625673621386925,0.8305933475494385,0.5564362406730652,-0.022217610850930214,0.13785049319267273,-2.8967018127441406,0.09552823752164841,0.3937718868255615,0.3466399908065796,-0.07615578174591064 +22,1.0516733575362103,-0.572484195870316,0.9208016531052831,0.7298182845115662,0.5417218208312988,-0.4170165956020355,0.9384956359863281,-5.702747344970703,0.6503507494926453,0.4692326784133911,0.5951647758483887,-0.5198577642440796 +23,0.5280897976251683,-0.5682711952926839,0.9600419482282435,0.4246900975704193,0.5381757616996765,-0.7280144691467285,-1.1717076301574707,-4.0956292152404785,0.19709548354148865,-0.1709670126438141,0.09709334373474121,0.1701379418373108 +24,0.0669492632641251,-0.6713459837789673,1.0206410648342787,0.05238112434744835,0.6220404505729675,-0.7812309861183167,-0.8699927926063538,-5.596197128295898,-0.11396797746419907,0.40497055649757385,-0.40399235486984253,0.18273556232452393 +25,-0.5622370815454267,-0.829895139960079,0.9373074596952327,-0.3598041832447052,0.7378606200218201,-0.5710539817810059,-1.216578483581543,-2.564633846282959,1.4910051822662354,0.2790851891040802,-0.6563634276390076,0.6675048470497131 +26,-0.7512091098396736,-1.0366867557837591,1.0820260204304744,-0.34745532274246216,0.8607222437858582,-0.37206462025642395,1.2204134464263916,-0.07330402731895447,1.2616260051727295,-0.5872675180435181,0.46377116441726685,0.38189125061035156 +27,-0.6183486731048937,-1.0317882813094041,1.2610004284648635,-0.2975463271141052,0.858218252658844,-0.4182434380054474,-0.2710464894771576,-2.0773444175720215,1.1168471574783325,-0.543533444404602,0.46882331371307373,-0.4698944091796875 +28,-0.6621990987155271,-1.0534255967985324,1.3116732375828142,-0.3041040599346161,0.8691226243972778,-0.3900597095489502,-0.5105372071266174,0.626038670539856,-0.2638435959815979,0.1415216326713562,0.30050933361053467,0.3403618335723877 +29,-0.7874726288244157,-1.1085131357714475,1.1915150276469655,-0.31601813435554504,0.895036518573761,-0.31470969319343567,-0.41327473521232605,-0.5472482442855835,-0.8821194767951965,-0.11806386709213257,-0.19095027446746826,-0.12829869985580444 +30,-0.9115319899932184,-1.0244340288177898,1.158250092418943,-0.41070041060447693,0.8544202446937561,-0.3182627558708191,0.6688685417175293,0.9681167006492615,0.37309369444847107,0.4425760507583618,-0.7998548746109009,0.2848460078239441 +31,-0.8505012106229027,-1.019597377456136,1.1795605812093806,-0.393625408411026,0.8518972396850586,-0.3454417884349823,0.2797740697860718,1.1766728162765503,-0.23478715121746063,0.08841913938522339,-0.19653236865997314,0.0257243812084198 +32,-0.6515677370813175,-1.035019831793036,1.2913924559578636,-0.30958986282348633,0.8598724603652954,-0.40592309832572937,0.3780190348625183,1.1311891078948975,0.40272119641304016,-0.4578814208507538,0.4461883306503296,-0.12828707695007324 +33,-0.3748136127407573,-0.9642783105101705,1.4255884018079483,-0.2086801826953888,0.821637749671936,-0.5304376482963562,1.1820369958877563,2.231029748916626,-0.38755708932876587,0.0637979507446289,0.5012229681015015,0.4602624773979187 +34,-0.23397549822354682,-0.8851273216883976,1.4501329391060898,-0.1468031257390976,0.7739956378936768,-0.6159380674362183,0.1669589877128601,1.226944923400879,-0.01754734478890896,-0.005983114242553711,-0.19374966621398926,0.25660884380340576 +35,-0.2804400201026461,-0.7994026682393208,1.227399863724513,-0.1929520070552826,0.7169398069381714,-0.66990065574646,1.03731107711792,1.5984922647476196,-2.111534595489502,0.308796763420105,-0.5440729856491089,0.28540968894958496 +36,-0.3453780165433421,-0.738142217674337,1.053387808105376,-0.25043395161628723,0.6729148626327515,-0.6960376501083374,0.17151182889938354,0.12199980765581131,-1.098681092262268,-0.02286618947982788,0.30505138635635376,0.13167613744735718 +37,-0.4819618380055389,-0.6999879630081174,0.9745950640416905,-0.35452204942703247,0.6442084908485413,-0.6777238249778748,0.34021133184432983,-1.911310076713562,-1.0661553144454956,-0.11399906873703003,0.5856956839561462,-0.49726396799087524 +38,-0.637220769711217,-0.6309784780186731,0.804234503012677,-0.4804040193557739,0.5899351239204407,-0.6489903926849365,0.33352869749069214,0.2544023394584656,-1.9033490419387817,-0.2926825284957886,0.12275713682174683,0.03189444541931152 +39,-0.7923760028524297,-0.6488958508239748,0.6936904929453441,-0.5673058032989502,0.6043070554733276,-0.5594434142112732,-1.0831905603408813,-3.141785144805908,0.92402184009552,0.12904304265975952,-0.0030498504638671875,-0.25687140226364136 +40,-0.9326495613460593,-0.6879430742107233,0.7429496818931154,-0.6205160021781921,0.6349494457244873,-0.4602164030075073,-0.3552054166793823,-1.3307428359985352,1.0038517713546753,0.45170801877975464,-0.6306769847869873,0.11500155925750732 +41,-1.0047421202839564,-0.7481032063971069,0.7466113077882983,-0.618652880191803,0.6802496910095215,-0.3931017220020294,-0.144728884100914,-0.8092527985572815,0.14159810543060303,0.09185844659805298,0.036272525787353516,-0.2884320616722107 +42,-1.170146000021334,-0.8036234532313936,0.7941773707926799,-0.6391351819038391,0.7198758721351624,-0.27071210741996765,0.8599564433097839,-2.2455947399139404,0.5091500282287598,-0.4587804675102234,0.5406222343444824,-0.20543840527534485 +43,-1.2503313865378038,-0.7813582881293368,0.8831996510262561,-0.6738130450248718,0.7042443752288818,-0.2236422449350357,0.3408423662185669,-1.157857894897461,-0.4049958884716034,0.061233699321746826,0.10943049192428589,0.2869510054588318 +44,-1.4308660043113448,-0.7619618106675959,0.9434486021960348,-0.7164115309715271,0.690342128276825,-0.10090716183185577,1.5309303998947144,-2.2027645111083984,-0.43800824880599976,0.0125998854637146,0.18076688051223755,-0.03692549467086792 +45,-1.6060010422842532,-0.6766119513214109,1.0218231291818534,-0.7792156338691711,0.6261549592018127,0.027443403378129005,-0.04303751885890961,-1.5835546255111694,0.4236599802970886,0.5376536846160889,-0.7426405549049377,0.08261823654174805 +46,-1.5323042912073241,-0.7424299228619077,1.1274850809542367,-0.7362821102142334,0.6760803461074829,-0.028355000540614128,1.5604581832885742,0.15838493406772614,-0.05512659624218941,0.6463773846626282,-0.4459626078605652,-0.2629810571670532 +47,-1.730047951933783,-1.2317469644868564,1.017849694761852,-0.3283821642398834,0.9430712461471558,0.052742015570402145,-0.7054673433303833,-2.382201910018921,8.698287010192871,0.2440926432609558,0.02358829975128174,-0.29837799072265625 +48,1.523900396554553,-1.3781712190032978,-2.0320885409076714,0.19122610986232758,0.9815050959587097,-0.008974306285381317,-0.2128046452999115,-1.1871733665466309,-1.4627025127410889,0.5676544904708862,0.05906808376312256,0.2950003147125244 +49,1.482263040482182,-1.3812514458008291,-2.1087511590352785,0.18767353892326355,0.9820901155471802,-0.016658902168273926,0.15594716370105743,1.5118995904922485,-0.1623324155807495,-0.08389855921268463,-0.12228792905807495,0.2942620515823364 +50,2.144216671538328,-1.4184407235329635,-1.4618684525737264,0.12749144434928894,0.988416314125061,0.08233457803726196,-1.8041696548461914,-0.5671868324279785,-0.3902784287929535,-0.011845111846923828,-0.4791390895843506,-0.0017376020550727844 +51,2.6107681993877367,-1.3081851652914682,-1.0222362210502967,0.13142243027687073,0.9657154083251953,0.22387874126434326,-0.22992590069770813,-0.395379900932312,0.33078649640083313,-0.12035980820655823,-0.10629475116729736,-0.03805723786354065 +52,2.329291456910832,-1.3051885918930466,-1.1628830117536841,0.19053834676742554,0.9649331569671631,0.18055246770381927,0.1894461065530777,-2.087296485900879,-0.39843735098838806,-0.22776979207992554,0.7720816135406494,-0.08002758026123047 +53,2.2506187027420212,-1.3294128028551158,-1.194098560740504,0.18590208888053894,0.9710081815719604,0.15027722716331482,0.1484391838312149,-0.3477162718772888,0.04990129545331001,0.24465514719486237,0.0985870361328125,0.2119358628988266 +54,1.998866068456537,-1.3704237117084217,-1.3854838840828372,0.18107526004314423,0.9799925088882446,0.08262225985527039,0.09501644223928452,-0.3045801818370819,-0.04697077348828316,0.2515876889228821,-0.07206404209136963,-0.0037189722061157227 +55,1.8787169099110765,-1.361637951472401,-1.444814420773799,0.19787061214447021,0.9782060384750366,0.06293002516031265,0.16936923563480377,-1.1338353157043457,0.04309052973985672,-0.1345771700143814,-0.4778398275375366,-0.005068667232990265 +56,1.9731115750874701,-1.3360900107642095,-1.4337344547554032,0.2139885574579239,0.9725826978683472,0.09105747938156128,-0.6514039039611816,1.6600011587142944,0.15079393982887268,-0.07856683433055878,-0.271212637424469,-0.13221050798892975 +57,2.143339775168913,-1.3577570365239657,-1.2984927921772698,0.17771360278129578,0.977392852306366,0.11454758048057556,0.5545502305030823,0.40501582622528076,-0.3549034595489502,-0.049570292234420776,0.7490628361701965,-0.16001880168914795 +58,1.9245835668220193,-1.4388578358731554,-1.4815606581266505,0.1234079897403717,0.9913087487220764,0.045577820390462875,0.36766955256462097,-0.20629708468914032,-0.6560659408569336,0.3355763852596283,0.3964475393295288,0.5428774356842041 +59,2.149180603272912,-1.4275102960028612,-1.3559430285049867,0.1195700466632843,0.9897521138191223,0.07806269824504852,-0.6828802227973938,0.6015096306800842,0.3004396855831146,0.053983427584171295,-0.2849791646003723,0.1297924518585205 +60,2.487639269886628,-1.334661846703785,-1.0484046168691858,0.14231641590595245,0.9722495675086975,0.1856798380613327,-1.3617322444915771,0.5878004431724548,0.2881010174751282,0.09359970688819885,-0.601445734500885,-0.9334977865219116 +61,2.4242280834179066,-1.313723429489118,-1.0746073887335508,0.1671447604894638,0.9671383500099182,0.1915883868932724,0.1074361503124237,-0.6396154165267944,0.3535441756248474,-0.0937652438879013,0.1420535445213318,0.1044168472290039 +62,2.220977908622365,-1.3337627110021038,-1.196064102035437,0.18691062927246094,0.9720388054847717,0.1421438455581665,0.7609729170799255,-0.3653795123100281,-0.22567445039749146,-0.18594934046268463,0.489188551902771,-0.015938416123390198 +63,1.9994169738398109,-1.3862602657668062,-1.409952054631124,0.16689209640026093,0.9830214977264404,0.07626178115606308,0.16060879826545715,-1.6800310611724854,-0.2314872443675995,0.3857964873313904,-0.04718470573425293,0.14352571964263916 +64,1.987738936376117,-1.399254279991387,-1.3979566770787613,0.1560787856578827,0.9853227138519287,0.06912891566753387,-0.022660458460450172,0.18020404875278473,0.06137574464082718,-0.0671810656785965,-0.17810213565826416,-0.1155460998415947 +65,2.066046174795931,-1.4278097004473411,-1.188724429799452,0.12537819147109985,0.9897947907447815,0.0677231103181839,-0.8807340860366821,-0.00405145576223731,-0.13664743304252625,-0.25039345026016235,-0.614978015422821,0.24920189380645752 +66,2.208037685172899,-1.4072685896813963,-1.1826890499417846,0.13084810972213745,0.9866591095924377,0.09686224162578583,0.32457631826400757,0.6330710053443909,0.10625496506690979,0.09321193397045135,-0.0807449221611023,-0.3369441032409668 +67,2.097607638117118,-1.4379240934346913,-1.3542952900076128,0.11451947689056396,0.9911854863166809,0.06660929322242737,0.62908536195755,-0.14719274640083313,-0.5116565227508545,-0.02635417878627777,0.5079753994941711,-0.11076819151639938 +68,1.8489289318244264,-1.4804131391640936,-1.5737183763353286,0.08679037541151047,0.9959182143211365,0.024781569838523865,0.10176723450422287,0.5941526293754578,-0.1409604251384735,0.30658119916915894,0.276084840297699,0.48161184787750244 +69,1.970081745680097,-1.4576602352887789,-1.562786045370858,0.10401446372270584,0.9936069250106812,0.04388902336359024,-0.6103544235229492,2.2540321350097656,0.4008296728134155,0.03421489894390106,-0.14688152074813843,0.09003734588623047 +70,2.419954906341009,-1.3817359403472833,-1.1519843925334303,0.1241534873843193,0.9821812510490417,0.14108838140964508,-0.9135580658912659,-1.9432331323623657,-0.2840930223464966,-0.1473773568868637,-0.6206852793693542,-0.1631678342819214 +71,2.4267347903502876,-1.3473887968938647,-1.0372890822034122,0.14523130655288696,0.9751481413841248,0.1673150658607483,-0.28115496039390564,0.07708102464675903,0.380583256483078,-0.07900813221931458,-0.02817225456237793,-0.001268818974494934 +72,2.298801826123755,-1.347675084646163,-1.098005421537448,0.1651819497346878,0.9752115607261658,0.14723196625709534,0.25215286016464233,-0.7557439208030701,-0.24246302247047424,0.0837041437625885,0.639793872833252,0.019348248839378357 +73,2.0189357795943095,-1.3957861269642002,-1.3857552394227306,0.1569249927997589,0.984724760055542,0.07544364035129547,0.6811845302581787,0.9005098342895508,0.0417032428085804,0.2837335765361786,0.1746227741241455,0.08417856693267822 +74,1.8882248637556944,-1.4158513549660647,-1.5472438265590343,0.1466156542301178,0.9880200028419495,0.04816880822181702,0.1785479635000229,0.671911895275116,0.07110363245010376,-0.03862921893596649,-0.33285343647003174,0.05186783894896507 +75,1.8398743509430882,-1.4370661873002892,-1.584530584814354,0.1285351812839508,0.9910714626312256,0.03544560447335243,0.02906239777803421,-0.8771136403083801,-0.04191868379712105,-0.002177134156227112,-0.5376869440078735,-0.07762086391448975 +76,1.9744814671420987,-1.4222359435942291,-1.4217239702919637,0.13611732423305511,0.9889851808547974,0.05814168602228165,-0.32211148738861084,0.463276743888855,0.080340176820755,-0.012612700462341309,-0.06575214862823486,0.016183853149414062 +77,2.2507752347027266,-1.4299105877089677,-1.140190729070684,0.1091882660984993,0.9900919795036316,0.08829252421855927,0.03039008006453514,0.055246178060770035,-0.18027645349502563,0.0937231034040451,0.44757574796676636,0.03505956381559372 +78,2.0911451529200233,-1.4580507226146942,-1.356785798479178,0.09761541336774826,0.9936509728431702,0.05593608319759369,-0.021832533180713654,0.6113516092300415,-0.014284230768680573,0.042612843215465546,0.21968203783035278,0.5830409526824951 +79,2.3451025572533917,-1.4203824823796667,-1.1308704663701303,0.10712676495313644,0.9887091517448425,0.10477625578641891,-0.5538387298583984,-0.33161479234695435,0.28798189759254456,-0.03229767084121704,-0.34188908338546753,-0.238672137260437 +80,2.5203374485736156,-1.367778551886665,-0.8592454691458786,0.11735814064741135,0.9794625639915466,0.1639525294303894,-0.29915717244148254,-0.5316774845123291,-0.07178086787462234,0.05824001133441925,-0.4560402035713196,-0.13802777230739594 +81,2.4640305839233694,-1.3415234722785747,-0.852172534791838,0.14247426390647888,0.9738318920135498,0.17706647515296936,0.07905402034521103,-0.8325832486152649,0.10598007589578629,-0.15835866332054138,0.2534172534942627,-0.2722508907318115 +82,2.2950684280219287,-1.3893240991771756,-0.9307368903513044,0.13517454266548157,0.9835790395736694,0.11958280950784683,0.7045560479164124,-0.47053244709968567,-0.261214017868042,0.02730102837085724,0.6876397728919983,0.5651706457138062 +83,2.015516511057009,-1.4253143185784551,-1.2543597674777793,0.1308680921792984,0.989436149597168,0.06236646696925163,0.34504127502441406,0.6873986124992371,-0.05623679235577583,0.3730381429195404,0.19191449880599976,-0.0062141455709934235 +84,1.885580077113352,-1.419978118941365,-1.4271197918889127,0.14286494255065918,0.9886484742164612,0.04651828855276108,0.23231671750545502,0.23914867639541626,0.007472723722457886,-0.10442805290222168,-0.3693094849586487,0.0029050111770629883 +85,1.7806732900408608,-1.4346928901514886,-1.529951164706947,0.13270515203475952,0.9907522201538086,0.028268031775951385,-0.054755523800849915,0.10165446251630783,0.08089837431907654,-0.07678171992301941,-0.3506919741630554,0.041601888835430145 +86,2.0520955709090094,-1.4080083359415736,-1.3139543270799046,0.14365829527378082,0.9867792725563049,0.0750274658203125,-0.5732265114784241,0.3238169252872467,-0.15715079009532928,-0.06148973107337952,0.10549062490463257,-0.1332550048828125 +87,2.2338475870949837,-1.4241828397537812,-1.1189948868391206,0.11513601988554001,0.9892714619636536,0.08992188423871994,0.8460005521774292,0.5391072034835815,-0.41607826948165894,0.12151254713535309,0.4004839062690735,0.07493413239717484 +88,2.0266189384498916,-1.4536268651928506,-1.4084754189245934,0.1049647331237793,0.9931434988975525,0.0514596626162529,0.1746518611907959,1.105899453163147,0.012630418874323368,-0.04394485056400299,0.16666167974472046,0.403481125831604 +89,2.245632208262061,-1.4301094832099261,-1.2176145294270813,0.10948719829320908,0.9901199340820312,0.08760681003332138,-0.5298111438751221,-0.2582055628299713,0.3111672103404999,-0.05397573113441467,-0.3412094712257385,-0.09668577462434769 +90,2.44373487308863,-1.3729706269128998,-0.9675446828798404,0.12629134953022003,0.9804962277412415,0.1505919247865677,-0.4384269714355469,-0.22138004004955292,0.03912289813160896,0.04623979330062866,-0.3701445460319519,-0.08973990380764008 +91,2.409225872626391,-1.3445171368424091,-0.9536122295716883,0.15000951290130615,0.9745079278945923,0.16682758927345276,-0.007795724086463451,-0.6923662424087524,0.08130242675542831,-0.12452733516693115,0.15717542171478271,-0.19986285269260406 +92,2.2959152077188176,-1.3846906286010476,-0.9849387224258983,0.13848233222961426,0.9827322363853455,0.12271824479103088,0.5575436949729919,-0.760626494884491,-0.3455773591995239,0.09317658841609955,0.596430242061615,0.304115891456604 +93,2.0240340413729507,-1.427224880981907,-1.2833563340295617,0.1286325305700302,0.9897112846374512,0.06265106052160263,0.6067811846733093,0.5031373500823975,-0.11699799448251724,0.3791799545288086,0.19128841161727905,0.00883638858795166 +94,1.8477656669610008,-1.436946298542357,-1.4975102804101263,0.1283644139766693,0.991055428981781,0.03649090975522995,0.09564828127622604,0.23027685284614563,-0.021669987589120865,-0.061607226729393005,-0.28327661752700806,0.0017781220376491547 +95,1.7645855048086532,-1.4518744282721665,-1.5884520791771668,0.11642172187566757,0.9929371476173401,0.02284800261259079,0.03275773674249649,0.22145088016986847,0.03599091246724129,-0.08468343317508698,-0.45652955770492554,0.013528944924473763 +96,2.0348097663870592,-1.4283977646389419,-1.3734800298507341,0.1269129514694214,0.9898784160614014,0.06351452320814133,-0.48073941469192505,0.41963034868240356,-0.04985737055540085,-0.03786264359951019,0.08104449510574341,-0.13295722007751465 +97,2.153354901819414,-1.435715826243223,-1.2297231382894154,0.11245652288198471,0.9908905029296875,0.0740898922085762,0.4293891489505768,0.37157097458839417,-0.20218554139137268,0.1251838505268097,0.36202991008758545,-0.0728539302945137 +98,1.8653516231223692,-1.4540638684641833,-1.6032426004193001,0.11145240813493729,0.9931945204734802,0.03381248936057091,0.14991536736488342,0.8340221643447876,0.0725155770778656,-0.02820044755935669,0.1428072452545166,0.4446878433227539 +99,2.110577310674203,-1.4416760219919567,-1.369494584464158,0.11045525968074799,0.9916755557060242,0.06617727130651474,-0.4921533465385437,-0.429107666015625,0.12791146337985992,-0.12383721023797989,-0.17697817087173462,0.03207410126924515 +100,2.3222362361782993,-1.3891966548287529,-1.0714277215507162,0.1319681704044342,0.9835560321807861,0.12329649925231934,-0.7915627360343933,-0.7433563470840454,0.05316116288304329,0.130940780043602,-0.44385260343551636,-0.28696227073669434 +101,2.2056627284075696,-1.3767793716460306,-1.1259931157573289,0.1552349179983139,0.9812376499176025,0.11434522271156311,-0.1580692082643509,-0.15617609024047852,0.29462501406669617,-0.1416851133108139,-0.009634315967559814,0.05444741249084473 +102,2.072638445784901,-1.3964252514223694,-1.1843213730624713,0.15209728479385376,0.9848358631134033,0.08345529437065125,0.3958243727684021,-0.94179767370224,-0.37808698415756226,-0.14967113733291626,0.5036590099334717,0.06534850597381592 +103,1.6073860539823055,-1.4283825928596778,-1.6668713323505904,0.14183734357357025,0.9898762702941895,0.005192107055336237,0.6215161681175232,0.43231841921806335,0.2025979459285736,0.23236918449401855,0.2170480489730835,0.06290781497955322 +104,1.56220001815584,-1.435035141522106,-1.7112682951435008,0.13533896207809448,0.9907985925674438,-0.0011634441325441003,0.18533554673194885,0.2539909780025482,-0.042966924607753754,0.020178601145744324,-0.1465451717376709,-0.03219228982925415 +105,1.409831073863142,-1.4612809237310704,-1.904704292503799,0.10788329690694809,0.9940091967582703,-0.017517011612653732,0.03343205153942108,0.3662365674972534,-0.4035608768463135,-0.1401403844356537,-0.48148179054260254,0.060501039028167725 +106,1.6472692093175603,-1.459502153585973,-1.7288471599095239,0.11074087768793106,0.9938132166862488,0.008485221303999424,-0.5250452160835266,0.15016235411167145,0.04152347147464752,-0.06955739855766296,-0.14180809259414673,-0.21116769313812256 +107,1.9428474755433804,-1.4600018837448259,-1.4055937391224393,0.10300420969724655,0.9938685894012451,0.0401947945356369,0.3005421459674835,0.27156656980514526,-0.17066209018230438,0.051582589745521545,0.33439385890960693,-0.2698090076446533 +108,1.6302026039973692,-1.4747954487028683,-1.797840307101254,0.09568466246128082,0.9953954815864563,0.005690965801477432,0.34443801641464233,0.8423811793327332,0.07107816636562347,0.17494520545005798,0.21625924110412598,0.38954222202301025 +109,1.831267625950263,-1.479103462055417,-1.5948680039002947,0.0884757861495018,0.9957991242408752,0.023581119254231453,-0.6270602345466614,-0.4417087137699127,0.07399830222129822,-0.018239587545394897,0.01475989818572998,0.1736997365951538 +110,2.351407066121497,-1.413217232367447,-1.021989795385971,0.11149545758962631,0.9876101016998291,0.11043298244476318,-0.4252432882785797,-0.17684750258922577,0.04739437997341156,0.07041983306407928,-0.44615185260772705,-0.2501882314682007 +111,2.3417771758278136,-1.3978792882021012,-0.9747615425921118,0.123403400182724,0.9850870370864868,0.11989543586969376,-0.35687556862831116,-0.4536992907524109,0.1692279875278473,-0.0858515277504921,-0.21682238578796387,-0.05879928171634674 +112,2.2638567812647645,-1.4233690212999672,-0.9919839145647483,0.1130041852593422,0.9891522526741028,0.09384933859109879,0.3615158498287201,-0.7739158272743225,-0.4585505425930023,-0.21990728378295898,0.5261064171791077,-0.08095575869083405 +113,1.8324154720978858,-1.4793762455026644,-1.4087007585993039,0.0881863608956337,0.9958240985870361,0.023612428456544876,0.6282451748847961,0.31534698605537415,0.2535560727119446,0.2101840078830719,0.17483019828796387,0.144997239112854 +114,1.704380782813764,-1.4686118045841619,-1.5549103808283016,0.10109843313694,0.9947836995124817,0.013586089946329594,0.12312527745962143,0.009272090159356594,0.05424957349896431,0.0585237592458725,-0.01902991533279419,-0.03490257263183594 +115,1.6176393941721208,-1.4755556781163104,-1.6301891717186365,0.09499157220125198,0.995468020439148,0.004452954046428204,-0.030849643051624298,-0.04101478308439255,-0.0201125405728817,-0.08598889410495758,-0.4298400282859802,-0.008816957473754883 +116,1.9008500174143401,-1.4611523844759242,-1.3526352473860002,0.10351750999689102,0.9939951300621033,0.03546353057026863,-0.435274600982666,0.007530047558248043,0.035465460270643234,-0.09228705614805222,-0.23107099533081055,-0.13698029518127441 +117,1.95564512915579,-1.46923951747064,-1.3283810622312233,0.09396649897098541,0.9948475360870361,0.0380607545375824,0.09338559210300446,0.4247487485408783,-0.13025113940238953,0.07883927971124649,0.4253336787223816,-0.18015062808990479 +118,1.53705940471135,-1.4615304653926915,-1.8478163572860749,0.10898736119270325,0.9940364360809326,-0.003678293898701668,-0.17904441058635712,1.871105432510376,0.050485823303461075,0.0009064450860023499,0.33747613430023193,0.5920572280883789 +119,2.3105732765556284,-1.4593135944398243,-1.1373238383487847,0.08217239379882812,0.9937922358512878,0.07499714940786362,-0.6813545227050781,-0.17541925609111786,0.1651686728000641,-0.14093399047851562,-0.04481768608093262,0.011779539287090302 +120,2.444503864027564,-1.385529453125439,-0.9200298821782914,0.11826007068157196,0.9828871488571167,0.14123573899269104,-0.29822903871536255,-0.3481607139110565,0.17257632315158844,0.03223736584186554,-0.5537031888961792,-0.1654667854309082 +121,2.411354425746992,-1.35271347856694,-0.9161827441359414,0.14432160556316376,0.9763140082359314,0.16119076311588287,-0.11185853183269501,-0.35857000946998596,0.2557724416255951,-0.07471099495887756,-0.12455308437347412,-0.11986993253231049 +122,2.297337712266995,-1.3798865699438476,-0.9533548327535218,0.14183510839939117,0.9818320274353027,0.12605002522468567,0.344196081161499,-0.4703822135925293,-0.447409063577652,-0.045903101563453674,0.47979211807250977,0.03351116180419922 +123,1.871222563692244,-1.4182248383279719,-1.3445876036251696,0.14517411589622498,0.9883835315704346,0.04497542604804039,0.3670239746570587,-0.0725991278886795,0.6178243160247803,0.3386668562889099,0.23958289623260498,0.056526068598032 +124,1.7892478631249484,-1.41033920672787,-1.4674484847710454,0.15597271919250488,0.9871543645858765,0.03462501987814903,0.2211669534444809,0.3040589392185211,0.1912110298871994,-0.009213685989379883,-0.23501813411712646,0.05180072784423828 +125,1.7600778431304072,-1.424955154916027,-1.5343212027875897,0.1427285224199295,0.9893839955329895,0.027343200519680977,0.01933356001973152,-0.02877223864197731,-0.37137895822525024,-0.1626870334148407,-0.5209850668907166,-0.09475648403167725 +126,1.886616184936943,-1.4253753019172275,-1.4095121325722724,0.13774222135543823,0.9894449710845947,0.045008182525634766,-0.33347827196121216,0.7095636129379272,-0.017086133360862732,-0.08027762174606323,-0.21999001502990723,-0.008570194244384766 +127,2.147954698907564,-1.4379324701606793,-1.1762320516758467,0.11101516336202621,0.9911865592002869,0.07228358834981918,0.5636731386184692,0.3015327453613281,-0.5132086277008057,0.09281173348426819,0.6784606575965881,-0.20855987071990967 +128,1.7483802261138885,-1.474931258950283,-1.6431962558543998,0.09421287477016449,0.9954084753990173,0.016908809542655945,0.11492893099784851,1.4172240495681763,-0.12045417726039886,0.16022741794586182,0.31257492303848267,0.47184550762176514 +129,2.2510507931468697,-1.4737947421460966,-1.1615226262257294,0.07529173046350479,0.9952990412712097,0.0609172098338604,-0.644081711769104,-0.5523109436035156,0.06832756102085114,-0.07428466528654099,-0.196821928024292,-0.004230741411447525 +130,2.519029445759889,-1.4099229422209685,-0.8017812740602409,0.09340439736843109,0.9870877861976624,0.13012853264808655,-0.3115391135215759,-0.49608704447746277,-0.021388547495007515,0.09737624228000641,-0.5621152520179749,-0.20356905460357666 +131,2.4712158631381467,-1.3866674871056324,-0.778274023729493,0.1137501522898674,0.9830961227416992,0.1434667557477951,-0.10514221340417862,-0.7397658824920654,0.08718933910131454,-0.1125752329826355,-0.07838737964630127,-0.16377629339694977 +132,2.367345404639708,-1.4173970066296742,-0.7920646414852893,0.10683324187994003,0.9882573485374451,0.10924278199672699,0.4022817611694336,-0.7350027561187744,-0.42290326952934265,-0.24100378155708313,0.46845340728759766,-0.12798058986663818 +133,2.012494384024622,-1.479522170330842,-1.1077076066710856,0.08240006119012833,0.995837390422821,0.03896341100335121,0.6418480277061462,0.2083783596754074,0.32395654916763306,0.25379684567451477,0.15496516227722168,0.0664900541305542 +134,1.759259402867479,-1.4595684622860121,-1.3934785445485118,0.10903456062078476,0.9938205480575562,0.020795784890651703,0.05499228835105896,-0.13975556194782257,0.14293381571769714,0.041279785335063934,0.0010831356048583984,0.014406325295567513 +135,1.7827839254749223,-1.4676273299697529,-1.3574167370720043,0.10068079829216003,0.994682788848877,0.02166864462196827,-0.11839499324560165,-0.0806390643119812,-0.17438854277133942,-0.10850856453180313,-0.5089040398597717,0.010512111708521843 +136,2.0399737106686544,-1.4472891004034472,-1.1076398614795508,0.10988038033246994,0.9923826456069946,0.05570181831717491,-0.5921522974967957,0.46619713306427,0.1948082596063614,-0.08926577121019363,-0.22716981172561646,-0.16889144480228424 +137,2.145760963084655,-1.4494860507426517,-1.050089431427461,0.10155496001243591,0.9926509261131287,0.06580713391304016,0.3025456666946411,0.43730539083480835,-0.4023996889591217,-0.03195963799953461,0.4333590865135193,-0.07720542699098587 +138,1.8641596984770838,-1.4698399453769109,-1.4073534775896244,0.09647870808839798,0.9949082136154175,0.029144225642085075,0.03328918293118477,1.1408072710037231,0.16024957597255707,0.11165118217468262,0.28440386056900024,0.40469372272491455 +139,2.166356992577394,-1.4513872715568543,-1.1424924329613098,0.09861595928668976,0.9928792119026184,0.06682606041431427,-0.5090517997741699,-0.2583756446838379,0.09241429716348648,-0.08358605951070786,-0.10692346096038818,-0.011314518749713898 +140,2.33359744063416,-1.398556270490873,-0.9144423648793137,0.12389877438545227,0.9852033257484436,0.11842210590839386,-0.01588813215494156,-0.47616827487945557,0.028992803767323494,-0.00503278523683548,-0.46358150243759155,-0.15516529977321625 +141,2.28686573108717,-1.378687882438531,-0.909201529488689,0.1440351903438568,0.9816038608551025,0.12533043324947357,-0.10737507790327072,-0.3860132098197937,0.1028442233800888,-0.1410139501094818,-0.13419175148010254,-0.15552759170532227 +142,2.208675341137042,-1.4127022310938013,-0.9294401273753422,0.12647788226604462,0.9875291585922241,0.09375201910734177,0.42010170221328735,-0.568108081817627,-0.4730229079723358,0.061434075236320496,0.4260602593421936,-0.02485860139131546 +143,1.8809254248743064,-1.46132128192869,-1.2465439916252148,0.104044608771801,0.9940136075019836,0.03334315866231918,0.2778913676738739,0.19377124309539795,0.2454374134540558,0.3647969365119934,0.25168341398239136,-0.039690855890512466 +144,1.693700325769443,-1.4571075756090033,-1.46610695169631,0.11258859187364578,0.9935443997383118,0.01390768587589264,0.06822004914283752,0.05562436953186989,0.10555122047662735,-0.0022522881627082825,-0.11134225130081177,0.06559062004089355 +145,1.7355216053633344,-1.4587926336783037,-1.4292162185348283,0.11025653779506683,0.9937341213226318,0.018328113481402397,-0.11359649151563644,-0.04147467017173767,-0.052152588963508606,-0.07067524641752243,-0.3985651135444641,-0.043016791343688965 +146,1.9237357643493775,-1.4452154029268267,-1.2598575194113966,0.1175309345126152,0.9921250939369202,0.043294068425893784,-0.4252307415008545,0.383583664894104,-0.0047897277399897575,-0.047111622989177704,-0.17632919549942017,-0.13252747058868408 +147,1.979922717487482,-1.4589418010360564,-1.2287266353834236,0.10240821540355682,0.993750810623169,0.04440348222851753,0.45766329765319824,0.23041567206382751,-0.28916528820991516,0.03376120328903198,0.363564133644104,0.01698267087340355 +148,1.716665478212445,-1.4627332307163083,-1.5863520060040597,0.10670731961727142,0.9941668510437012,0.015676653012633324,-0.03875618800520897,1.455309271812439,0.07957194745540619,-0.01982378214597702,0.32077449560165405,0.311578631401062 +149,2.150109717229738,-1.4637531494992426,-1.161464402410729,0.08940687030553818,0.9942763447761536,0.058488860726356506,-0.6797590255737305,-0.7758741974830627,0.14835262298583984,-0.08421888202428818,-0.12982016801834106,-0.016893386840820312 +150,2.3744654654762787,-1.4101060419290434,-0.8630936921399581,0.11105117946863174,0.9871170520782471,0.1151852011680603,-0.2645977735519409,-0.3397431969642639,0.03319687396287918,0.011003874242305756,-0.49253392219543457,-0.16488301753997803 +151,2.3235571793770604,-1.391450867400277,-0.8799053116816025,0.1301860213279724,0.9839606881141663,0.12195392698049545,-0.05231117457151413,-0.36827728152275085,0.12233676761388779,-0.1368694007396698,-0.08642357587814331,-0.13390162587165833 +152,2.2133983476117405,-1.4183268461014038,-0.9287101075324254,0.1215856745839119,0.9883990287780762,0.09101856499910355,0.4042138457298279,-0.35606759786605835,-0.31813305616378784,-0.019626446068286896,0.45885133743286133,0.005432248115539551 +153,1.861098795283615,-1.4535362213878849,-1.2926324489482623,0.11209632456302643,0.9931328892707825,0.03348790481686592,0.47556886076927185,0.3271101415157318,0.5072085857391357,0.23923729360103607,0.18251103162765503,0.058003783226013184 +154,1.7552378350674986,-1.4450833880934233,-1.4306971967477122,0.12325466424226761,0.9921085238456726,0.022994618862867355,-0.005780864506959915,0.06599045544862747,0.08716903626918793,0.021551236510276794,-0.12569934129714966,-0.010344984009861946 +155,1.669298578591198,-1.4483379999039212,-1.5298227126174653,0.12156160175800323,0.9925113320350647,0.012012968771159649,0.052128084003925323,0.3413626253604889,0.007988961413502693,-0.06391385942697525,-0.47760331630706787,-0.0031170817092061043 +156,1.9473346138432979,-1.4364557502719562,-1.2753039025700277,0.12455365806818008,0.9909898638725281,0.04924904927611351,-0.43655258417129517,-0.1550494283437729,-0.1431797295808792,-0.07079694420099258,-0.15589159727096558,-0.1556180715560913 +157,1.9612953503470765,-1.4539709217516361,-1.2696306888420739,0.10778652131557465,0.9931836724281311,0.04436906799674034,0.5395993590354919,0.27268898487091064,-0.1552709937095642,0.15709081292152405,0.42652469873428345,-0.09980428218841553 +158,1.694775614689559,-1.4504451346711436,-1.6423512583632431,0.11913983523845673,0.9927665591239929,0.014847020618617535,0.01387057825922966,1.2528470754623413,-0.07095736265182495,-0.11209025979042053,0.18779081106185913,0.2701718807220459 +159,2.0783165853739933,-1.4724102323040758,-1.2291403947367776,0.08584713190793991,0.9951639771461487,0.04774024337530136,-0.7331591248512268,-0.7629125118255615,-0.026233205571770668,-0.10536310821771622,-0.17697232961654663,-0.03751682490110397 +160,2.460481630606692,-1.4265622827254685,-0.7794463321387407,0.09050372242927551,0.9896162748336792,0.11166398227214813,-0.12185557931661606,-0.3883764445781708,-0.032393015921115875,0.07386394590139389,-0.4715956449508667,-0.17581188678741455 +161,2.406923236221813,-1.415504090851803,-0.779819400718763,0.10368148982524872,0.9879663586616516,0.11477293074131012,-0.13706819713115692,-0.6496558785438538,0.08311815559864044,-0.10856428742408752,-0.0041100382804870605,-0.17925654351711273 +162,2.353819883883516,-1.423152326681494,-0.7668326139243107,0.10426830500364304,0.9891204237937927,0.10377427935600281,0.3408064544200897,-0.5197992324829102,-0.24782195687294006,-0.054463617503643036,0.38551342487335205,-0.23562538623809814 +163,1.973573203653819,-1.4795086724947617,-1.1021380345225664,0.083866186439991,0.9958361983299255,0.03573289513587952,0.6940943598747253,0.043303150683641434,0.02983284741640091,0.109981469810009,0.12780576944351196,0.23457658290863037 +164,1.669794814648309,-1.4531090348814553,-1.4273197588141382,0.11684166640043259,0.9930828213691711,0.01160508580505848,0.0729694589972496,-0.03221743553876877,0.19027310609817505,0.1432749330997467,0.026295900344848633,-0.040245890617370605 +165,1.6457334916144537,-1.4629274582223297,-1.4508827615079964,0.10735878348350525,0.9941877722740173,0.008060256019234657,-0.02895122766494751,0.26206260919570923,0.02068120241165161,-0.10099584609270096,-0.4492200016975403,0.03158211708068848 +166,1.863530931700548,-1.438037642344662,-1.2721493356315556,0.12673792243003845,0.9912005066871643,0.03819796442985535,-0.5472670793533325,0.02955438382923603,0.12998679280281067,-0.10967859625816345,-0.2806139588356018,-0.21776342391967773 +167,2.007154034916016,-1.4355751593752941,-1.1460640351998754,0.1221776157617569,0.9908715486526489,0.056976135820150375,0.16010849177837372,0.551679790019989,-0.20838677883148193,0.0713801234960556,0.4328039884567261,-0.38845813274383545 +168,1.7205122671789792,-1.4559593478037656,-1.4878524778220266,0.11330351233482361,0.9934134483337402,0.017091233283281326,0.10957035422325134,1.3322653770446777,0.20971742272377014,0.2004782259464264,0.31600427627563477,0.41656363010406494 +169,1.9511019254525281,-1.4607594379188171,-1.3055855918415784,0.10196956247091293,0.9939520359039307,0.04076407849788666,-0.6242167353630066,-0.33693984150886536,-0.210093691945076,-0.14763912558555603,0.031850576400756836,0.16037726402282715 +170,2.35694275939216,-1.4137671099411802,-0.8456000443113,0.11049775779247284,0.9876962304115295,0.11066324263811111,-0.5684389472007751,0.021879833191633224,0.2601768970489502,0.06476469337940216,-0.5307565331459045,-0.1547001600265503 +171,2.401232398112266,-1.3822210087453413,-0.7748469511436374,0.12645141780376434,0.9822723269462585,0.1383872777223587,-0.28774628043174744,-0.21036458015441895,0.07879750430583954,-0.12780946493148804,-0.13927006721496582,-0.08791126310825348 +172,2.3203951126099716,-1.402701000513792,-0.8066587783727024,0.12246111035346985,0.9859052300453186,0.1139926016330719,0.3551124930381775,-0.509870707988739,-0.3170592784881592,-0.19703081250190735,0.4884447455406189,0.07457554340362549 +173,1.9504060734390862,-1.4587793404006537,-1.1521270067138318,0.10382486879825592,0.9937326312065125,0.04142199829220772,0.5894593000411987,0.20946405827999115,0.3932036757469177,0.19736835360527039,0.21065878868103027,0.2322596311569214 +174,1.789580123667356,-1.44801084112193,-1.3470682178788813,0.11955677717924118,0.9924713373184204,0.02658258192241192,-0.22705799341201782,0.3934227228164673,0.09354424476623535,0.08100473135709763,-0.09772658348083496,0.04711734503507614 +175,1.9186203037296305,-1.4555683873926084,-1.2450295326100338,0.10808797925710678,0.9933686256408691,0.03918886184692383,-0.060245320200920105,0.013213427737355232,-0.13692179322242737,-0.14838643372058868,-0.47328805923461914,-0.012028217315673828 +176,2.136361177110036,-1.4300361496120224,-1.0461989432449836,0.11844874918460846,0.9901096224784851,0.07518284767866135,-0.3913944363594055,0.41595837473869324,0.05758398771286011,-0.09528592973947525,-0.19207513332366943,-0.1974210888147354 +177,2.026462801667505,-1.4558157789209496,-1.2217370974984911,0.1030203253030777,0.9933969974517822,0.050486452877521515,0.7117542624473572,0.4969022870063782,-0.23426547646522522,0.1601174771785736,0.6588550209999084,-0.12041760236024857 +178,1.6958654260153747,-1.4651458268657822,-1.6669145243086723,0.10463090986013412,0.9944241642951965,0.013154755346477032,-0.28593918681144714,0.9309706687927246,-0.18543009459972382,-0.14630267024040222,0.23213833570480347,0.4171736240386963 +179,2.2050046001079466,-1.477104786100066,-1.1360465667805415,0.07536179572343826,0.9956141710281372,0.055434633046388626,-0.6253035068511963,-0.5709885954856873,0.2448953092098236,-0.09770065546035767,-0.2130976915359497,-0.06504762172698975 +180,2.378192226216815,-1.4174305124759194,-0.9242981853718644,0.10561961680650711,0.9882624745368958,0.11037170141935349,0.44312432408332825,-0.4302399158477783,0.016419140622019768,-0.03735180199146271,-0.5115931630134583,-0.21997559070587158 +181,2.292303504227052,-1.4065504497362076,-0.9699310287636869,0.12276357412338257,0.9865419268608093,0.1079997792840004,0.026438988745212555,-0.40684401988983154,0.04066518321633339,-0.15233510732650757,0.0902097225189209,-0.1543102264404297 +182,2.189933491708277,-1.4459535311298672,-1.009210459677779,0.10140585154294968,0.9922172427177429,0.07226254045963287,0.5582712292671204,-0.5863482356071472,-0.4699203372001648,-0.02059529721736908,0.4896400570869446,0.23863530158996582 +183,1.7671529857535284,-1.458068012941233,-1.4318667979016495,0.11032810062170029,0.993652880191803,0.021946439519524574,0.12782858312129974,-0.0355810821056366,0.783870279788971,0.3167349100112915,0.24446046352386475,-0.03981447219848633 +184,1.735062620053685,-1.4377982793500015,-1.5058347424281582,0.1308216005563736,0.9911687970161438,0.021684976294636726,-0.06004570052027702,0.2668721079826355,-0.005866519641131163,-0.1086963564157486,-0.2006872296333313,0.07009661197662354 +185,1.7442125579087597,-1.4364099675704471,-1.523763383092966,0.1319730281829834,0.9909837245941162,0.023118481040000916,-0.11158540844917297,0.41869786381721497,0.059706877917051315,-0.08097817003726959,-0.4302232265472412,-0.005814909934997559 +186,1.9901360391214795,-1.4174733306485414,-1.3095248122243068,0.1394905298948288,0.988269031047821,0.06218220293521881,-0.31269633769989014,-0.07659514248371124,-0.05608290061354637,-0.01636737585067749,-0.11984562873840332,-0.2932460308074951 +187,1.9743123647314744,-1.443186952178541,-1.3324720407603015,0.11704184114933014,0.9918689727783203,0.04997030645608902,0.4714816212654114,0.3163175582885742,-0.378827303647995,0.04714272916316986,0.5134562849998474,0.022570010274648666 +188,1.7263490475022398,-1.4492543740530563,-1.655219468060569,0.11977896839380264,0.9926228523254395,0.0187836904078722,-0.1326930820941925,0.9076992273330688,0.03823571652173996,0.03196967393159866,0.23610633611679077,0.42572009563446045 +189,2.048467087094701,-1.4434366381686603,-1.3293628030597417,0.11279900372028351,0.9919006824493408,0.058390840888023376,-0.6019771099090576,-0.462146133184433,0.18132001161575317,-0.07741387188434601,-0.18429875373840332,-0.00765538215637207 +190,2.3509194320284896,-1.3902602372271902,-0.9726772666196495,0.1276346743106842,0.9837476015090942,0.12629517912864685,0.06800742447376251,-0.8161274790763855,-0.1475602090358734,-0.022318482398986816,-0.5156992673873901,-0.28753480315208435 +191,2.311257221929773,-1.3825630030621676,-0.9436549027392898,0.1381266862154007,0.9823363423347473,0.12623882293701172,-0.17081966996192932,-0.2988574802875519,0.1306993067264557,-0.1482585221529007,-0.04164731502532959,-0.13389873504638672 +192,2.219877106017717,-1.4106962549310356,-0.9823452428164812,0.12699821591377258,0.9872113466262817,0.09636052697896957,0.5333102941513062,-0.6635221242904663,-0.4377271234989166,-0.12361076474189758,0.46457087993621826,-0.03921639919281006 +193,1.8252664342221303,-1.4520530192715313,-1.3690268192535084,0.11464986950159073,0.9929583072662354,0.029821455478668213,0.4865820109844208,0.349755197763443,0.5322937965393066,0.26448526978492737,0.11093878746032715,0.07785987854003906 +194,1.7700899867006878,-1.4300874270978574,-1.4747673068122182,0.13746896386146545,0.9901168346405029,0.027765264734625816,-0.08026707172393799,0.2292603701353073,0.13191254436969757,0.002072647213935852,-0.15445399284362793,-0.0038393735885620117 +195,1.7930845379170206,-1.4301258598139461,-1.4657710269219173,0.1367567777633667,0.9901221990585327,0.03091021440923214,-0.05729576200246811,0.051420390605926514,0.03840799257159233,-0.0887679010629654,-0.39699792861938477,-0.003627423197031021 +196,2.0046102907998713,-1.4182559020678267,-1.2690230043850228,0.13787467777729034,0.9883882403373718,0.06386979669332504,-0.3785747289657593,-0.13881200551986694,-0.1568135768175125,-0.035259321331977844,-0.08073443174362183,-0.17931771278381348 +197,2.034322667314722,-1.440304503214701,-1.2377293720335927,0.11639153212308884,0.9914979934692383,0.0581781230866909,0.5798652172088623,0.21056753396987915,-0.3008009195327759,0.08926642686128616,0.4558439254760742,-0.06699764728546143 +198,1.7795833219705104,-1.4614271591590626,-1.573400200009116,0.10678193718194962,0.9940251708030701,0.022624386474490166,-0.1733974665403366,0.5601765513420105,-0.30942094326019287,-0.09574981778860092,0.19997519254684448,0.3236128091812134 +199,2.300996684354895,-1.4800398236853283,-1.0047931843766678,0.0675247460603714,0.9958844780921936,0.060453444719314575,-0.5775734186172485,-0.6512502431869507,0.07129014283418655,-0.0957992896437645,-0.2801557183265686,0.050645824521780014 +200,2.514358142023706,-1.4135276672144739,-0.7495186318998398,0.09192221611738205,0.9876587390899658,0.12680892646312714,-0.07191509753465652,-0.23645761609077454,-0.004632808733731508,0.049450457096099854,-0.3723481297492981,-0.22173382341861725 +201,2.4275354892451926,-1.3987843276154217,-0.7881949889284029,0.11209679394960403,0.9852423667907715,0.12935121357440948,-0.1703905314207077,-0.39792630076408386,0.20765510201454163,-0.10585594177246094,-0.01661449670791626,-0.19208002090454102 +202,2.313670235969043,-1.4177153556380921,-0.8660262710725211,0.1123088076710701,0.9883059859275818,0.1031414195895195,0.5206510424613953,-0.2696623206138611,-0.2911057472229004,-0.1142924502491951,0.4485989212989807,0.1030200719833374 +203,1.9668731601799245,-1.4488943194366586,-1.2200178562787922,0.11218580603599548,0.9925791621208191,0.04691345617175102,0.5223653316497803,0.39372605085372925,0.6547796130180359,0.16494432091712952,0.09343457221984863,0.10352301597595215 +204,1.8425778663705814,-1.426056804495763,-1.3884994199460488,0.13894081115722656,0.9895434975624084,0.03871962055563927,-0.0867866724729538,0.8030095100402832,0.29206639528274536,0.11591148376464844,-0.12263065576553345,0.008704781532287598 +205,1.8760499158315491,-1.421745873124453,-1.4299620405271007,0.14163434505462646,0.9889125227928162,0.044629260897636414,0.21795471012592316,0.6083417534828186,-0.02671545371413231,-0.13484418392181396,-0.42917436361312866,-0.08582806587219238 +206,1.9257168257455326,-1.406592787702732,-1.4453514236319596,0.15327900648117065,0.9865488409996033,0.05680745467543602,-0.4696313738822937,0.44223591685295105,0.06552073359489441,-0.0045363157987594604,-0.19942408800125122,-0.10511671751737595 +207,1.9603113345328964,-1.4097918991062177,-1.425244726512601,0.14830192923545837,0.9870667457580566,0.06087617576122284,0.6551684141159058,0.4909501373767853,-0.13676311075687408,0.3137494921684265,0.5839019417762756,-0.04715847223997116 +208,1.868024985083824,-1.4121150060247976,-1.5901856132485157,0.15108810365200043,0.9874365329742432,0.046278636902570724,-1.1060279607772827,0.040616318583488464,-0.26186978816986084,-0.20322738587856293,0.09804332256317139,0.41865670680999756 +209,2.246459799664256,-1.4052832772232102,-1.1789220002423992,0.12855996191501617,0.986333966255188,0.1030426174402237,-0.4685688018798828,-0.5859019160270691,0.07162545621395111,-0.15243995189666748,-0.2161771059036255,-0.1017608642578125 +210,2.4034356202764124,-1.3563222366532004,-0.9244875031466921,0.14322122931480408,0.977088451385498,0.15743514895439148,-0.27188506722450256,-0.9542491436004639,-0.15381033718585968,0.04629293084144592,-0.39485883712768555,-0.24486804008483887 +211,2.3683100690299947,-1.3471461208777777,-0.8782612296749048,0.15491792559623718,0.9750943779945374,0.15871798992156982,-0.2484641671180725,-0.7114290595054626,0.1295372098684311,-0.13529512286186218,0.017322003841400146,-0.20495212078094482 +212,2.285428306137134,-1.368603924791521,-0.8710724447258519,0.15168514847755432,0.9796286821365356,0.13160431385040283,0.5295945405960083,-0.7830185294151306,-0.34058064222335815,0.036394715309143066,0.45895493030548096,0.08113375306129456 +213,1.9121181676305885,-1.3904758043520642,-1.250942537553003,0.1689988225698471,0.9837862849235535,0.06003257632255554,0.6955830454826355,0.800209105014801,0.8376656770706177,0.3303755521774292,0.17737698554992676,0.12084507942199707 +214,1.7570197068762001,-1.3818132792658724,-1.4573422634629678,0.18461276590824127,0.9821957945823669,0.03478221967816353,-0.175040140748024,0.31563204526901245,0.05309372767806053,0.0008273124694824219,-0.1985958218574524,0.01371026411652565 +215,1.8372343089469758,-1.4131423595250947,-1.3878573887562549,0.1514618843793869,0.9875983595848083,0.04133804515004158,0.18245473504066467,0.38954591751098633,-0.2529059946537018,-0.1646454930305481,-0.48959726095199585,-0.04347432032227516 +216,1.8742744627184942,-1.4184096172630567,-1.3927565728129683,0.1448615938425064,0.9884116053581238,0.04536359757184982,-0.4716179072856903,-0.03419139236211777,-0.155113086104393,-0.11971507966518402,-0.17345482110977173,-0.1316978931427002 +217,2.0570107557501265,-1.4192579766482285,-1.22838270849584,0.13346436619758606,0.98853999376297,0.07054063677787781,0.4860042333602905,0.73096764087677,-0.12092363834381104,0.19560666382312775,0.38131779432296753,-0.1655113697052002 +218,1.6902595545764225,-1.4404408862332838,-1.7208105078914593,0.12906001508235931,0.9915157556533813,0.015491691417992115,-0.3903312385082245,1.456868052482605,-0.22593797743320465,-0.06535457074642181,0.3591921925544739,0.5434072017669678 +219,2.264649921996397,-1.455202337252262,-1.1757097770138332,0.08866963535547256,0.9933264255523682,0.07375854253768921,-0.5142896175384521,-0.35852888226509094,-0.08964456617832184,-0.20376667380332947,-0.10001587867736816,0.14959955215454102 +220,2.435497259709868,-1.3717176158661522,-0.9378850493103291,0.12832437455654144,0.9802491664886475,0.15048088133335114,-1.0901086330413818,-0.2972089648246765,0.2957805097103119,0.11575520038604736,-0.56418776512146,-0.33213675022125244 +221,2.3271439467650907,-1.3638010907752975,-0.9943425488220948,0.14948463439941406,0.9786528944969177,0.1410422921180725,-0.022104524075984955,-0.6655106544494629,0.19453656673431396,-0.18123817443847656,-0.14578241109848022,-0.029042720794677734 +222,2.2272410250440915,-1.3760419157786234,-1.025704606056229,0.15330466628074646,0.9810952544212341,0.1181095540523529,0.41989144682884216,-0.4814625382423401,-0.33960914611816406,-0.16708335280418396,0.5525504350662231,-0.11946749687194824 +223,1.9450914818283138,-1.4362801868452606,-1.2711614235650743,0.12482534348964691,0.9909663200378418,0.04903298616409302,0.729768693447113,-0.04498985409736633,0.32632356882095337,0.2462531328201294,0.06373631954193115,0.1288844347000122 +224,1.722636499649414,-1.4141944552000778,-1.5585588507244412,0.15416882932186127,0.987762987613678,0.02359059825539589,0.0921366959810257,0.42287206649780273,0.1390385776758194,-0.014642462134361267,-0.15760844945907593,-0.050690170377492905 +225,1.7471576643698525,-1.4370085198265188,-1.5865109995952391,0.13132084906101227,0.9910637736320496,0.02340306155383587,-0.07613411545753479,0.4591214060783386,-0.06381262093782425,-0.13992680609226227,-0.5823875665664673,0.019703030586242676 +226,1.9305080025436123,-1.415952602128367,-1.4764334425688699,0.14435623586177826,0.9880356192588806,0.0542885847389698,-0.3806719183921814,0.5921919345855713,0.1665848046541214,-0.07852979004383087,-0.1941206455230713,-0.23727189004421234 +227,2.073086343703286,-1.4154310501539153,-1.3483977239019684,0.13562780618667603,0.9879550933837891,0.07449759542942047,0.16854211688041687,0.4266950488090515,-0.40155258774757385,0.028617799282073975,0.37071800231933594,-0.4107249975204468 +228,1.6654963779172085,-1.4492303019894301,-1.8235605154596648,0.12072437256574631,0.9926199316978455,0.011466903612017632,0.4242231249809265,0.6540915966033936,0.17418308556079865,0.2665437161922455,0.2892404794692993,0.4686051607131958 +229,2.014399295459956,-1.4646644957138435,-1.4204445154986722,0.0956796184182167,0.9943733215332031,0.04546595364809036,-0.6693525910377502,-1.0591741800308228,-0.28381189703941345,-0.06034025549888611,-0.026096343994140625,0.12964391708374023 +230,2.53493828499655,-1.3919705891306546,-0.8807049557250161,0.10141035169363022,0.9840532541275024,0.14613483846187592,-1.1207280158996582,0.17983651161193848,0.1304941177368164,0.15605121850967407,-0.4620194435119629,-0.6045241355895996 +231,2.4812517140006243,-1.3768328953735969,-0.8447195283633686,0.11822997033596039,0.9812480211257935,0.1522304266691208,-0.3366625905036926,0.023201080039143562,0.21717976033687592,-0.14163696765899658,-0.3095102906227112,0.09989047050476074 +232,2.3767466677465996,-1.4202651470832113,-0.9117807998057617,0.10383915901184082,0.9886915683746338,0.10819758474826813,0.8794494867324829,-0.8214427828788757,-0.4616861641407013,-0.023135408759117126,0.48736751079559326,0.11975349485874176 +233,1.828623266947197,-1.4635675891410251,-1.468165305180401,0.10348670929670334,0.9942564964294434,0.02728903666138649,0.410603404045105,0.452833354473114,0.560634195804596,0.41352683305740356,0.5100617408752441,0.1785825490951538 +234,2.010295347485563,-1.4423873380577084,-1.35900507575322,0.11588699370622635,0.9917668700218201,0.05448643118143082,-0.22880101203918457,0.7373263239860535,-0.11617203801870346,-0.08228713274002075,-0.15582937002182007,0.006365656852722168 +235,2.1818912403012947,-1.4712832660128528,-1.2270070332160128,0.0813690647482872,0.9950526356697083,0.05700308829545975,0.183538019657135,0.24609695374965668,-0.019822733476758003,-0.1084686741232872,-0.630459189414978,-0.10013961791992188 +236,2.0486870412927103,-1.437409144862378,-1.4002775807954957,0.11809248477220535,0.9911171197891235,0.061163973063230515,-0.41219499707221985,0.3116978406906128,0.38661301136016846,0.005122244358062744,-0.08199846744537354,-0.13078975677490234 +237,2.2129370117468827,-1.4490233342571686,-1.247387702711072,0.09727773070335388,0.992594838142395,0.0727517306804657,0.9144852161407471,-0.3159734308719635,-0.4585943818092346,0.10026255995035172,0.46851062774658203,-0.10743498057126999 +238,1.3550976785554318,-1.4688668546299912,-2.137742265302418,0.09939523786306381,0.9948096871376038,-0.021778220310807228,0.2487085610628128,0.9652442932128906,0.09565377980470657,0.1430211365222931,0.11693042516708374,0.4079476594924927 +239,2.206411160826086,-1.4965294177416772,-1.2973768483558108,0.05970674008131027,0.9972434639930725,0.04404864087700844,-0.5419300198554993,0.09139302372932434,-0.39220312237739563,-0.20558078587055206,-0.06799864768981934,0.20837748050689697 +240,2.653499491619101,-1.414197486990343,-0.8113339358711031,0.07313660532236099,0.9877634644508362,0.13774895668029785,-1.3325412273406982,-0.7244462966918945,0.3364068567752838,0.1837451159954071,-0.5546426177024841,-0.48221611976623535 +241,2.559552645315929,-1.3947089317959862,-0.8278395391746604,0.09630098193883896,0.9845366477966309,0.14633449912071228,-0.1884956806898117,-0.5521168112754822,0.2522413432598114,-0.06997957825660706,-0.15969228744506836,0.03417694568634033 +242,2.4047580193536113,-1.4224487982554448,-0.8797397153475046,0.09931604564189911,0.9890166521072388,0.10946307331323624,0.4106789827346802,-1.093736171722412,-0.3127972185611725,0.031222879886627197,0.5512969493865967,-0.08097495138645172 +243,1.9094972716953802,-1.4695511235674092,-1.3128075694163543,0.09533066302537918,0.9948790669441223,0.03358269855380058,0.45112866163253784,-0.3063463270664215,0.39231786131858826,0.24008804559707642,0.022638022899627686,0.07536506652832031 +244,1.7667707873840257,-1.4372642488650196,-1.45515863280551,0.1305866688489914,0.9910978078842163,0.02592438831925392,-0.041383419185876846,-0.08719245344400406,0.17406348884105682,-0.027772948145866394,-0.18860763311386108,0.008331537246704102 +245,1.6744653639079137,-1.4400900254807525,-1.5508851206313994,0.12963467836380005,0.9914700984954834,0.013487454503774643,0.19794195890426636,0.5631349682807922,0.06778404116630554,-0.13325101137161255,-0.5449826717376709,0.01776254177093506 +246,1.876445130248678,-1.4181710250954787,-1.4037401232083397,0.14498698711395264,0.9883753657341003,0.04574868455529213,-0.9616357684135437,-0.42595431208610535,-0.09048796445131302,-0.07929791510105133,-0.11287182569503784,-0.23898601531982422 +247,2.105728443870519,-1.4258724509684038,-1.1633210607817661,0.12424252927303314,0.9895169138908386,0.07362134754657745,0.2669004499912262,0.493716299533844,-0.30410027503967285,0.10286928713321686,0.4695437550544739,-0.33266985416412354 +248,1.723932417782091,-1.4650123006355495,-1.5667297888162024,0.10435131192207336,0.9944100975990295,0.016106048598885536,0.205530047416687,0.9473147392272949,0.10729628056287766,0.32539722323417664,0.29710906744003296,0.4536663293838501 +249,2.2053783180795636,-1.4568756576196502,-1.1400573595689678,0.09154415875673294,0.993518054485321,0.0673907920718193,-0.702215313911438,0.21944890916347504,-0.1760033667087555,-0.20712949335575104,-0.12489622831344604,0.2378002405166626 +250,2.569167362879298,-1.375245931709987,-0.7365485095986165,0.10525059700012207,0.9809408783912659,0.1633322685956955,-0.9183300137519836,-0.09620784968137741,0.022224759683012962,0.07846523076295853,-0.48614412546157837,-0.3299429416656494 +251,2.5035818731353916,-1.3716748486431278,-0.7536290836763107,0.1178143247961998,0.9802407622337341,0.158895805478096,-0.03751128166913986,-0.7780569791793823,0.2078811675310135,-0.1238873228430748,-0.08276456594467163,-0.08084715902805328 +252,2.32899991534072,-1.3889472567360672,-0.8365949074593384,0.13130880892276764,0.9835109710693359,0.12435443699359894,0.5132271647453308,-1.0112322568893433,-0.38436198234558105,-0.18802574276924133,0.6386966109275818,-0.023829467594623566 +253,1.943939550300192,-1.445425114124445,-1.1706294355115585,0.11643728613853455,0.9921513199806213,0.045583296567201614,0.6881056427955627,0.22581209242343903,0.3066212236881256,0.25828802585601807,0.17305541038513184,0.19562768936157227 +254,1.6752398948484848,-1.43860076679082,-1.4853682052399453,0.13109205663204193,0.991274893283844,0.01374172605574131,0.44427502155303955,0.01848769374191761,-0.031816091388463974,-0.03262712061405182,-0.16682732105255127,0.025030851364135742 +255,1.3643384370755425,-1.457123697816454,-1.8197990905226766,0.11101953685283661,0.9935462474822998,-0.023252176120877266,0.08871710300445557,0.4688231348991394,-0.14022403955459595,-0.1060756966471672,-0.6067206859588623,0.07978600263595581 +256,1.7437209654087196,-1.4430469114792532,-1.5197586405981742,0.12550216913223267,0.9918511509895325,0.02192135900259018,-0.6577731966972351,0.9555771946907043,0.16620489954948425,-0.021528780460357666,-0.12835627794265747,-0.08092713356018066 +257,2.051572444560789,-1.441399271992498,-1.2353521861093923,0.11440800875425339,0.9916398525238037,0.059674955904483795,0.10399103909730911,0.544206976890564,-0.3884272873401642,-0.018414974212646484,0.554853618144989,-0.4437997341156006 +258,1.636567568014059,-1.4825131780494292,-1.6810053230588469,0.08797794580459595,0.9961055517196655,0.0057947770692408085,0.36168423295021057,0.83327716588974,0.22113096714019775,0.39754146337509155,0.2335849404335022,0.4706151485443115 +259,1.9725808560552494,-1.4822368310819305,-1.340182302072292,0.0814015120267868,0.9960811734199524,0.03458736836910248,-0.7109439373016357,-0.7417930364608765,-0.2644583582878113,-0.1366688311100006,0.019376099109649658,0.3429609537124634 +260,2.4936518950119324,-1.4014392437598364,-0.7960371369068874,0.10172722488641739,0.9856933355331421,0.13438913226127625,-0.9622306823730469,0.2630264461040497,0.24239285290241241,0.0512116402387619,-0.45349717140197754,-0.5374195575714111 +261,2.4144877502665327,-1.3966388084677768,-0.8269114654337825,0.11518029868602753,0.9848728775978088,0.12945719063282013,0.0003029480576515198,-0.4728655517101288,0.0962190106511116,-0.17208030819892883,-0.2053775191307068,-0.030427679419517517 +262,2.3512885382690256,-1.4063583255461873,-0.8489369973111348,0.11631816625595093,0.9865105152130127,0.11518242955207825,0.430107980966568,-0.8140995502471924,-0.3341197669506073,-0.3448795676231384,0.57969731092453,-0.3467041254043579 +263,1.9452704833509307,-1.4626341489750292,-1.2271767779918772,0.10047012567520142,0.9941561818122864,0.039486706256866455,0.637158989906311,0.5469390153884888,0.42858198285102844,0.1478056162595749,0.08038294315338135,0.2570068836212158 +264,1.6613732635527652,-1.4408433811498393,-1.538989729364332,0.1290559321641922,0.9915679693222046,0.011721564456820488,0.08110156655311584,0.04371051490306854,0.025468340143561363,0.09448529779911041,-0.14720767736434937,-0.004122615791857243 +265,1.4893852812619972,-1.4562248303334606,-1.7223036633222182,0.11394257098436356,0.9934438467025757,-0.009296732023358345,0.35764244198799133,0.2668752372264862,-0.2713567912578583,-0.14996856451034546,-0.5527852773666382,0.029133141040802002 +266,1.5457878291144005,-1.4472331398228366,-1.7360522973710935,0.12321028113365173,0.9923757910728455,-0.003081946400925517,-0.5056059956550598,0.6836433410644531,0.32218438386917114,-0.05698713660240173,-0.12404394149780273,-0.10508757829666138 +267,1.857766522596138,-1.447045258742504,-1.4304921789290146,0.11838667839765549,0.9923526048660278,0.034937821328639984,0.12135213613510132,0.4124753773212433,-0.3230663239955902,0.03905348479747772,0.40730541944503784,-0.38614940643310547 +268,1.5083607245520119,-1.456131379443928,-1.8398974562677823,0.1141909658908844,0.9934331774711609,-0.007138860411942005,0.25542783737182617,0.9515749216079712,0.2544456124305725,0.3144589364528656,0.1768854260444641,0.47645342350006104 +269,1.8827639443674116,-1.462283546397912,-1.4679664455888137,0.10307201743125916,0.9941182732582092,0.033240560442209244,-0.7017167806625366,-0.5712911486625671,-0.07112424820661545,-0.10717663913965225,-0.1291128396987915,0.15692973136901855 +270,2.3661703331688577,-1.3881419033417448,-0.9392173044935851,0.12715154886245728,0.983364999294281,0.12971408665180206,-0.21609586477279663,0.33546218276023865,0.08101820200681686,0.11811822652816772,-0.4420594573020935,-0.3480062484741211 +271,2.3656669325154627,-1.367853201895687,-0.8846532205865594,0.14116300642490387,0.9794776439666748,0.14386297762393951,-0.30727332830429077,-0.7210507988929749,0.20192144811153412,-0.058826595544815063,-0.1073768138885498,-0.05166947841644287 +272,2.3011158545364805,-1.377690334299422,-0.8770759029165303,0.14296409487724304,0.9814128875732422,0.12802337110042572,0.5349247455596924,-0.9030155539512634,-0.2727436423301697,0.046595826745033264,0.517702043056488,-0.08159090578556061 +273,1.937752337860748,-1.4146756710620263,-1.214562225052768,0.14513614773750305,0.9878379106521606,0.05578530579805374,0.5808117985725403,0.01969398744404316,0.5162058472633362,0.26450133323669434,0.1197214126586914,0.09700096398591995 +274,1.9123004457880621,-1.3937568041771031,-1.2592145327808122,0.16594621539115906,0.9843693971633911,0.058982282876968384,0.061548858880996704,-0.1296515315771103,0.10187335312366486,-0.09130021929740906,-0.2219792604446411,-0.057532668113708496 +275,1.7737163225501758,-1.4141113470996,-1.3728789805256216,0.15284277498722076,0.9877499938011169,0.03144767880439758,0.03378189355134964,0.45291295647621155,-0.058584511280059814,-0.16269996762275696,-0.5189085006713867,0.035797830671072006 +276,1.9314268489812798,-1.392000821915414,-1.2776399329692574,0.16640491783618927,0.9840586185455322,0.06275510042905807,-0.511880099773407,0.20194417238235474,0.1370151787996292,-0.10846728086471558,-0.11227810382843018,-0.23154783248901367 +277,2.057215501526691,-1.410168880498535,-1.1616193133560127,0.14138685166835785,0.9871271252632141,0.07476498931646347,0.16721424460411072,0.5778511166572571,-0.4458264112472534,0.08297838270664215,0.5168096423149109,-0.18864130973815918 +278,1.76246243302428,-1.4317429139830091,-1.5194414904220455,0.13606804609298706,0.9903476238250732,0.026403749361634254,-0.08258013427257538,1.031944990158081,0.08037310838699341,0.09424811601638794,0.18593716621398926,0.5086914300918579 +279,2.1220492077063353,-1.42998505878233,-1.1675152714441568,0.11955682933330536,0.9901024699211121,0.07350717484951019,-0.6898541450500488,-0.3145514726638794,0.06730764359235764,-0.11787836998701096,-0.25818413496017456,-0.04450023174285889 +280,2.363765473273389,-1.38678161957806,-0.9205026163472023,0.12840130925178528,0.9831170439720154,0.1303604245185852,0.05436519905924797,-0.12920397520065308,-0.002232555067166686,-0.003355547785758972,-0.5263299942016602,-0.18463601171970367 +281,2.3357323384509088,-1.3681903542845415,-0.9063614703754077,0.14516796171665192,0.979545533657074,0.13934539258480072,-0.056134335696697235,-0.29525119066238403,0.07423630356788635,-0.05742990970611572,0.17943596839904785,0.01337982714176178 +282,2.2094464863059646,-1.4163695106287426,-0.956761471578777,0.12349720299243927,0.9880998730659485,0.09169022738933563,0.8405493497848511,-0.5759392976760864,-0.40662187337875366,0.02452830970287323,0.6362897753715515,0.4963071346282959 +283,1.7246243485093575,-1.4226780809583819,-1.472757868368571,0.14583474397659302,0.9890505075454712,0.022612109780311584,0.2959473133087158,0.9061485528945923,0.1307448148727417,0.4379817843437195,0.29891330003738403,0.05536031723022461 +284,1.7336366122141469,-1.417642046437607,-1.5010520653222426,0.15053805708885193,0.988294780254364,0.02473265863955021,0.12338052690029144,0.022104056552052498,-0.1362711787223816,-0.10895785689353943,-0.390119731426239,0.01852595806121826 +285,1.6741020290044792,-1.4303923895043489,-1.5800579348118422,0.13919664919376373,0.9901595711708069,0.014431181363761425,-0.025623735040426254,0.7692856788635254,0.20214475691318512,-0.13609912991523743,-0.48698580265045166,-0.017955901101231575 +286,1.9385537221020381,-1.4103683109030913,-1.354720499430758,0.1490594446659088,0.987159013748169,0.05743043124675751,-0.10886789113283157,-0.14462260901927948,-0.1613597571849823,0.03877623379230499,0.304756760597229,-0.09028256684541702 +287,1.8570260246532657,-1.4398226927908662,-1.4351527359311886,0.12528687715530396,0.9914352297782898,0.03687334805727005,1.1132097244262695,-0.10075203329324722,0.011642450466752052,0.39100950956344604,0.5999497771263123,0.23236799240112305 +288,1.8876194114871994,-1.439318129706994,-1.4711716724618769,0.12457413971424103,0.9913691878318787,0.04084378853440285,-0.7208942174911499,-0.2428763061761856,-0.4984508752822876,-0.22017046809196472,0.07659333944320679,0.3604319095611572 +289,2.373193716875305,-1.4282621625753307,-0.9436770656315311,0.09872351586818695,0.9898591637611389,0.10213834792375565,-0.8783945441246033,-1.071244239807129,0.2092035710811615,-0.10137856006622314,-0.37520480155944824,-0.3995932340621948 +290,2.4564484672842952,-1.384177650559137,-0.8131626479836477,0.11740551888942719,0.9826372265815735,0.14366713166236877,-0.11211686581373215,-0.7131050825119019,0.1040957123041153,-0.014393419027328491,-0.35708779096603394,-0.009221896529197693 +291,2.368559244310022,-1.3577367692680637,-0.8437053654361738,0.14765815436840057,0.9773885607719421,0.15135557949543,0.11644914746284485,-0.5746152400970459,0.013724027201533318,-0.22888070344924927,0.4805580973625183,-0.3008458614349365 +292,2.2468362955997363,-1.3978012488631255,-0.8969008378092598,0.13427375257015228,0.9850736260414124,0.10770536214113235,0.5188422203063965,-0.1085624098777771,-0.2247338742017746,-0.016262277960777283,0.6080354452133179,0.49736666679382324 +293,1.8799019028607409,-1.3958543894806514,-1.2736943017621913,0.16580237448215485,0.9847366213798523,0.05294759199023247,0.30586308240890503,0.2118512988090515,0.028781211003661156,0.5523220300674438,0.1599166989326477,-0.010009288787841797 +294,1.8798141824960364,-1.3901330043588709,-1.2549500002798253,0.17117173969745636,0.9837247133255005,0.054645705968141556,-0.1657465696334839,-0.3175540268421173,-0.07853973656892776,-0.11312727630138397,-0.39325523376464844,0.02483726292848587 +295,1.9105664981226573,-1.392125528460146,-1.2224666334294232,0.16756127774715424,0.9840807914733887,0.059229277074337006,0.061911214143037796,0.6230706572532654,0.20760193467140198,-0.13483119010925293,-0.45104557275772095,-0.09128808975219727 +296,2.1079731565407864,-1.3779375002160505,-1.0278234969413778,0.16467037796974182,0.9814603328704834,0.0980774313211441,-0.6376136541366577,-0.8103445768356323,-0.34258389472961426,-0.07543699443340302,0.2543794512748718,-0.0953003317117691 +297,2.089580258796522,-1.4374735593363914,-1.0478537564153576,0.1154373362660408,0.9911257028579712,0.06590874493122101,1.1112679243087769,-0.12012852728366852,0.03817152976989746,0.4291945993900299,0.6312496662139893,0.14539502561092377 +298,2.020300471848279,-1.4469729186783364,-1.213352774268949,0.11123832315206528,0.9923436641693115,0.05366622284054756,-0.535742998123169,0.23377403616905212,-0.20576447248458862,-0.13127312064170837,0.1008111834526062,0.44341933727264404 +299,2.386274052691869,-1.4159223550004154,-0.7724443333103846,0.10574561357498169,0.9880309700965881,0.11230650544166565,-1.1376038789749146,-1.369520902633667,0.1660481095314026,0.02331322431564331,-0.40406185388565063,-0.41241633892059326 +300,2.466590200185514,-1.374201297572347,-0.6799987575607397,0.12206213176250458,0.9807373881340027,0.15249589085578918,-0.05760809779167175,-0.6732369065284729,0.12250496447086334,-0.16698402166366577,-0.3354737162590027,-0.10925258696079254 +301,2.375520279855253,-1.348486643696745,-0.7168816783857346,0.1528632789850235,0.9753907918930054,0.15888889133930206,0.09368830174207687,-0.3764992952346802,0.10090678930282593,-0.2373969703912735,0.46737349033355713,-0.26776039600372314 +302,2.217376301126461,-1.3834209159853865,-0.8111391459306779,0.14868025481700897,0.9824965000152588,0.11222710460424423,0.681145191192627,-0.28756630420684814,-0.27099600434303284,-0.12307599186897278,0.7041184902191162,0.5048383474349976 +303,1.8421044714150943,-1.4005950463507235,-1.2018274470293149,0.16318535804748535,0.9855507016181946,0.045392777770757675,0.5925217270851135,0.10028793662786484,0.1821490079164505,0.46874213218688965,0.13380354642868042,0.07913422584533691 +304,1.885147484298947,-1.3940131695585813,-1.1633952462393529,0.16724619269371033,0.9844145178794861,0.05437706410884857,-0.19935524463653564,-0.2518392503261566,-0.034498199820518494,-0.06730112433433533,-0.2843717932701111,0.005971431732177734 +305,1.9414996029565201,-1.400921354269334,-1.1016445606502667,0.15757572650909424,0.9856058955192566,0.06124534457921982,-0.07352224737405777,0.43705496191978455,0.1376950591802597,-0.13609135150909424,-0.4676310420036316,-0.05379903316497803 +306,2.0771270682151726,-1.383214962780527,-1.0049670721155577,0.16308529675006866,0.9824581146240234,0.09043915569782257,-0.14843754470348358,0.07292003929615021,-0.1305963397026062,-0.07005245983600616,0.2073459029197693,-0.2426455020904541 +307,2.113363825598168,-1.42516422301836,-0.9982962275211407,0.12427721917629242,0.989414393901825,0.0749298483133316,0.2561693787574768,0.26829349994659424,-0.3372344374656677,0.1917628049850464,0.5025900602340698,-0.00023806095123291016 +308,1.8019726866385792,-1.4475793128219112,-1.3458583452669683,0.11963578313589096,0.9924184083938599,0.028160417452454567,-0.00876931007951498,0.30789145827293396,-0.03846178203821182,0.08355023711919785,0.008664965629577637,0.3497844934463501 +309,2.159095146596447,-1.4425912237615093,-0.9474403539038291,0.10636049509048462,0.9917929768562317,0.07095251232385635,-0.7683325409889221,-0.5213047862052917,0.1737252026796341,-0.09638124704360962,-0.3235037922859192,0.12371909618377686 +310,2.454085698136025,-1.3659183163566904,-0.6559002402833832,0.1291106939315796,0.9790858030319214,0.1572308987379074,0.05345117673277855,-0.6506985425949097,-0.0452362559735775,0.004617348313331604,-0.3609979748725891,-0.4599500894546509 +311,2.3612040365590943,-1.3520180939273814,-0.6836999039150639,0.1526983082294464,0.9761633276939392,0.15423591434955597,-0.2891154885292053,0.00484068226069212,0.36758434772491455,-0.04689384996891022,0.05063122510910034,-0.0880279392004013 +312,2.2269236217318458,-1.3545582337180468,-0.7754460031142375,0.17000675201416016,0.9767115116119385,0.13089126348495483,0.5139577388763428,-0.689893901348114,-0.13238991796970367,-0.059990882873535156,0.523395299911499,-0.011247038841247559 +313,1.9226249353881568,-1.3954663594536323,-1.0782037534017375,0.16374856233596802,0.984669029712677,0.060112450271844864,0.935634434223175,0.5465869903564453,0.3015432059764862,0.09218709170818329,-0.024738609790802002,0.2419811487197876 +314,1.6168988610782216,-1.397306025379582,-1.4337848267302769,0.17243756353855133,0.984988272190094,0.007955445908010006,-0.27265462279319763,0.42957407236099243,-0.055872730910778046,0.2830067276954651,-0.15246880054473877,0.023721814155578613 +315,1.7830052811164898,-1.4017247869255585,-1.2929585881289565,0.16449302434921265,0.9857414364814758,0.035440489649772644,0.14765676856040955,0.12999491393566132,-0.24482795596122742,-0.14378684759140015,-0.42647629976272583,-0.05172169208526611 +316,1.7286247756409954,-1.4030561782279474,-1.4054813744164059,0.1648794561624527,0.9859645962715149,0.026240916922688484,-0.2666454017162323,0.36020204424858093,0.09309292584657669,-0.0341574102640152,-0.2943294644355774,-0.11523020267486572 +317,1.9224983948405372,-1.3993512475214236,-1.2344920672446946,0.16016355156898499,0.9853392839431763,0.05877338722348213,-0.19459573924541473,-0.04968245327472687,-0.30592137575149536,0.012413352727890015,0.6162689924240112,-0.398189902305603 +318,1.6387741645979934,-1.4324020851830899,-1.5512699992879782,0.13763542473316193,0.9904388189315796,0.009370597079396248,0.5782776474952698,0.878200113773346,0.10174494236707687,0.12660102546215057,0.019906818866729736,0.4197828769683838 +319,1.721080492195051,-1.4587429849430134,-1.4906147799927743,0.11055888235569,0.9937285780906677,0.016741476953029633,-0.469460666179657,-0.09167876094579697,-0.48192480206489563,-0.167107954621315,0.009063780307769775,0.3840916156768799 +320,2.4317481593573254,-1.4158952516564656,-0.8339062959820547,0.10054805129766464,0.9880267977714539,0.11701725423336029,-1.5240943431854248,1.1702466011047363,0.4051448404788971,0.11750004440546036,-0.27885937690734863,-0.4451117515563965 +321,2.4575059988443257,-1.3801097764886536,-0.8590327623299249,0.11977823823690414,0.9818743467330933,0.14688734710216522,-0.11761143803596497,0.4203473925590515,0.3725813031196594,-0.12749919295310974,-0.17257875204086304,0.015435680747032166 +322,2.3679936875143106,-1.3709955595959178,-1.0027782983215754,0.13867691159248352,0.9801061153411865,0.14198869466781616,0.6666443943977356,0.32037320733070374,0.030782876536250114,-0.05110672116279602,0.4816552996635437,-0.1920374631881714 +323,1.979409687030034,-1.4173836863345812,-1.4463044524672106,0.14023053646087646,0.9882553219795227,0.06071752309799194,1.017167568206787,1.118395447731018,0.21333354711532593,-0.03590621054172516,0.11213213205337524,0.3092164993286133 +324,1.5439644550341067,-1.4215812430127948,-1.949540332734931,0.14860790967941284,0.9888880848884583,-0.003988385666161776,-0.3174780309200287,0.4900118410587311,-0.23102456331253052,0.26406604051589966,-0.13605916500091553,0.2882291078567505 +325,1.9475365905727016,-1.4159721351854186,-1.6312541309213668,0.14339187741279602,0.9880386590957642,0.05673125386238098,-0.40206611156463623,0.937741756439209,0.0719638466835022,0.06515000760555267,-0.37838900089263916,-0.1364583969116211 +326,2.132761428953752,-1.400524582611962,-1.4990161096453565,0.14339034259319305,0.9855387806892395,0.09029152244329453,-0.4610026776790619,-0.1554965376853943,-0.03516203910112381,0.05775099992752075,-0.128620445728302,-0.25832128524780273 +327,2.2320777518870165,-1.4048191525695355,-1.4259919287289717,0.13039030134677887,0.9862573742866516,0.10146454721689224,0.0585174560546875,0.25649651885032654,-0.16206739842891693,0.13660800457000732,0.23755872249603271,-0.30858728289604187 +328,1.9616595906014254,-1.4306663657798244,-1.722796864782923,0.12913770973682404,0.9901978373527527,0.05321304872632027,0.3065004050731659,0.6014026403427124,0.17033182084560394,0.12435653805732727,0.29450058937072754,0.4880009889602661 +329,2.1452298771583247,-1.4458344824070568,-1.569793496591842,0.10463271290063858,0.9922024011611938,0.0677226260304451,-0.26638686656951904,-0.7403717041015625,-0.8006000518798828,-0.28885209560394287,0.12338286638259888,0.15648996829986572 +330,2.535757987219206,-1.4165142963145063,-1.0730146681932313,0.08750742673873901,0.9881221055984497,0.12632131576538086,-0.9899572134017944,-0.6208246350288391,0.27106723189353943,0.02342396229505539,-0.406960666179657,-0.22815848886966705 +331,2.5703609047292524,-1.3736344744474818,-0.9819265852958835,0.10590995103120804,0.9806264638900757,0.16478711366653442,-0.15139557421207428,-0.7055025100708008,0.11277081072330475,-0.13276541233062744,-0.07982391119003296,-0.1394575834274292 +332,2.4989538166464107,-1.3427865508772816,-0.9913182231691267,0.1354674994945526,0.974118173122406,0.1809481829404831,0.06596185266971588,-0.7572909593582153,0.0927506685256958,-0.0632934421300888,0.3359708786010742,-0.2172793298959732 +333,2.3138579507849313,-1.3845633859599629,-1.0935551181371754,0.13635103404521942,0.9827086925506592,0.12526835501194,0.8143791556358337,-0.35361042618751526,-0.19665171205997467,-0.16073457896709442,0.4160339832305908,0.5250459909439087 +334,1.8113275137508724,-1.4022935544453936,-1.6052140364959924,0.16287823021411896,0.9858369827270508,0.03995073586702347,0.769915759563446,0.041516706347465515,0.23087692260742188,0.23735979199409485,0.08973973989486694,0.09458601474761963 +335,1.8654493404726311,-1.4017664779117722,-1.5570860051101694,0.16097623109817505,0.9857484102249146,0.04885423183441162,-0.4671802520751953,0.3610108494758606,0.038964856415987015,-0.02241116762161255,-0.4132844805717468,0.04520094394683838 +336,2.061930052475481,-1.3990530295101988,-1.4101267701480888,0.15070047974586487,0.9852883219718933,0.08060144633054733,-0.06950721144676208,0.7714142203330994,0.24024918675422668,-0.019932642579078674,-0.33064043521881104,-0.15378260612487793 +337,2.1988490678409702,-1.3768016694345526,-1.290750791819852,0.15599247813224792,0.9812420010566711,0.11327183991670609,-0.39091259241104126,0.4033614993095398,-0.08025302737951279,-0.042238205671310425,0.41331976652145386,-0.012411236763000488 +338,2.253009877875166,-1.3954575999650247,-1.295862385986606,0.13539817929267883,0.9846674799919128,0.10998786985874176,1.2232801914215088,0.5262345671653748,0.052535008639097214,0.25005409121513367,0.5223820805549622,0.016065001487731934 +339,2.263071478071154,-1.408027997117278,-1.4024962370352925,0.12474590539932251,0.986782431602478,0.10343534499406815,-0.8480749130249023,0.9527695178985596,-0.24456381797790527,-0.1904502511024475,-0.0519832968711853,0.5412789583206177 +340,2.589855108574371,-1.4034719290665607,-1.082767761911041,0.08729766309261322,0.9860339164733887,0.14183247089385986,-0.3663005530834198,-0.3892500102519989,0.17734113335609436,-0.06880400329828262,-0.4068559408187866,-0.11369524896144867 +341,2.4845556547329064,-1.3397486395360456,-1.1440548147299152,0.13986577093601227,0.9734269976615906,0.18132169544696808,-0.49135613441467285,-0.0438012070953846,0.10714668780565262,0.3362542390823364,-0.20119494199752808,-0.29130709171295166 +342,2.4470347126691148,-1.3214315990977845,-1.1390315123581491,0.1579558104276657,0.9690694212913513,0.18961648643016815,-0.39251708984375,-0.24096429347991943,0.24812531471252441,-0.0820891261100769,0.3923197388648987,-0.10195483267307281 +343,2.2431874535764806,-1.3427895363548834,-1.2548876148609416,0.17683567106723785,0.9741188883781433,0.14078834652900696,0.9699426889419556,-1.4805291891098022,0.03231600672006607,-0.08107151091098785,0.2897665500640869,0.4120069742202759 +344,1.8040666171756092,-1.3779307422148503,-1.6720041586175363,0.18648073077201843,0.9814590215682983,0.04430700093507767,1.0490614175796509,-0.5248788595199585,0.031229399144649506,0.14536742866039276,0.25911104679107666,0.13287806510925293 +345,1.8671294243770131,-1.3953285260304333,-1.5781077805317931,0.1669594645500183,0.9846450090408325,0.05097656324505806,-0.578188955783844,-0.4038759171962738,-0.23875318467617035,-0.055875495076179504,-0.4312545657157898,0.09677433967590332 +346,2.053051859470486,-1.396053908717584,-1.3958367079562248,0.1540268212556839,0.9847713708877563,0.08063012361526489,-0.29010939598083496,0.7544223070144653,0.21819055080413818,0.029032886028289795,-0.42176783084869385,-0.14863848686218262 +347,2.1494545227550037,-1.3722993128773735,-1.3220883707156765,0.16509215533733368,0.9803640842437744,0.10784684121608734,0.20966623723506927,-0.7042273879051208,-0.135976180434227,0.05251342058181763,0.3953683376312256,-0.24639666080474854 +348,2.049668377240863,-1.411583530640582,-1.3800243289119263,0.140707328915596,0.9873523712158203,0.07305215299129486,0.7874622344970703,-0.5556269288063049,-0.35875222086906433,0.2085205465555191,0.5505046248435974,0.25519490242004395 +349,1.7086932894191738,-1.425793906217548,-1.7018997971392253,0.14312390983104706,0.9895055294036865,0.01986241154372692,-0.1498512476682663,-0.7965710163116455,-0.19869068264961243,-0.04232434928417206,0.07055306434631348,0.36339259147644043 +350,2.1939482233493206,-1.4287371596631628,-1.168830893684296,0.11497081816196442,0.9899265766143799,0.08262700587511063,-0.856402575969696,0.3853030502796173,0.01565534621477127,-0.17907299101352692,-0.3161442279815674,0.10554444789886475 +351,2.4840122182188438,-1.3621083818365476,-0.8591448062320249,0.12662729620933533,0.9783036112785339,0.16397503018379211,-0.33172595500946045,-0.784662127494812,-0.040274444967508316,0.08496634662151337,-0.44375765323638916,-0.3181650638580322 +352,2.3989674294872003,-1.3394151531246279,-0.867430960080947,0.15507341921329498,0.9733505845069885,0.16894091665744781,-0.09077295660972595,-0.7312230467796326,0.25580543279647827,0.010652303695678711,0.4594956040382385,-0.09205184876918793 +353,2.2084597610298444,-1.3691994868338648,-0.9560869419609486,0.1608852744102478,0.9797480702400208,0.11920284479856491,0.8025068044662476,-1.015639066696167,-0.2147696167230606,0.012713953852653503,0.5144076347351074,0.488844633102417 +354,1.7658448684081829,-1.366597624663516,-1.3579730211090366,0.19893798232078552,0.9792237877845764,0.03930223360657692,0.5737522840499878,-0.5828086733818054,-0.013594824820756912,0.46909183263778687,0.22658687829971313,-0.05178391560912132 +355,1.633588000948926,-1.3858746189241689,-1.3762389821204204,0.18350644409656525,0.9829506278038025,0.011537845246493816,-0.0683596283197403,-1.1135921478271484,-0.3047540485858917,-0.03841066360473633,-0.2649179697036743,0.06371855735778809 +356,1.5362090262902803,-1.401756440241892,-1.4432343528945106,0.168135866522789,0.9857467412948608,-0.0058176857419312,0.12076140195131302,0.2913241982460022,0.0059327129274606705,-0.1676628291606903,-0.46201926469802856,-0.027415931224822998 +357,1.8393164289057553,-1.386101357256578,-1.1260966413663571,0.1770658642053604,0.9829922914505005,0.04872242361307144,-0.8616942763328552,-0.3759475350379944,0.03042960911989212,-0.1027555763721466,0.361108660697937,-0.06231808662414551 +358,1.873799167107244,-1.4314912725710354,-1.0851033381218707,0.13253073394298553,0.9903127551078796,0.04143301770091057,0.7840479612350464,0.3132878541946411,-0.26272740960121155,0.27262067794799805,0.26928526163101196,0.1881050020456314 +359,1.7523632507933253,-1.4449556310863874,-1.2840741615203763,0.12344574183225632,0.992092490196228,0.022663256153464317,0.12894141674041748,1.0049928426742554,-0.027478555217385292,0.06522917747497559,0.2433200478553772,0.21906650066375732 +360,2.030407271498672,-1.4315668468746663,-0.979916476300948,0.12437839806079865,0.9903232455253601,0.06156286597251892,-0.9273319244384766,-0.9088875651359558,0.17727121710777283,0.07204798609018326,-0.3590671420097351,-0.3493589162826538 +361,2.3020027051824528,-1.3877837787537077,-0.6912608920438548,0.135469451546669,0.9832999110221863,0.12152861803770065,-0.34855571389198303,-0.07689528912305832,0.13906285166740417,0.0538768470287323,-0.5051658153533936,-0.12638093531131744 +362,2.2988493567730206,-1.351816247259235,-0.6626293664759076,0.16215936839580536,0.9761195182800293,0.14455167949199677,-0.3989582061767578,-0.6717066764831543,0.14436396956443787,-0.04135555028915405,0.4029698371887207,-0.10196435451507568 +363,2.1802126982146564,-1.35524525171319,-0.6896488097756828,0.1753830462694168,0.9768586754798889,0.12242621928453445,0.7023053169250488,-0.8976693153381348,0.03465675935149193,0.2581802010536194,0.5057311654090881,0.25118517875671387 +364,1.833959262912244,-1.3642145619868573,-1.020413357055642,0.19805438816547394,0.9787377715110779,0.05335806682705879,0.6680210828781128,-0.02003251016139984,0.2226763516664505,0.34285444021224976,0.07300490140914917,0.02873421460390091 +365,1.6810088000359646,-1.3532422837625473,-1.1602559148971714,0.2145327925682068,0.9764283299446106,0.023740392178297043,-0.23944133520126343,-0.3058447539806366,0.11895256489515305,-0.0686434954404831,-0.30523985624313354,-0.007459279149770737 +366,1.7755149109960833,-1.3909688296762064,-0.9972694276247842,0.1751241236925125,0.9838745594024658,0.03636053949594498,-0.17604108154773712,-0.5832692384719849,-0.3550279140472412,-0.1885366141796112,-0.46976035833358765,-0.02769351750612259 +367,1.873754575135499,-1.3609213796537805,-0.9238822650369872,0.1988496631383896,0.9780569672584534,0.06215653568506241,-0.2254967838525772,0.0933176726102829,0.047295838594436646,-0.0990876853466034,0.27388089895248413,-0.3514631986618042 +368,1.8642616083402626,-1.3982849048956305,-0.926195132501873,0.16431857645511627,0.985156774520874,0.049655523151159286,0.2711862325668335,0.2063087373971939,-0.3651691675186157,0.021884441375732422,0.3598597049713135,-0.13933145999908447 +369,1.7242696086425893,-1.408628772600223,-1.0775289183883745,0.15956011414527893,0.9868796467781067,0.024682309478521347,0.22221426665782928,1.3028931617736816,0.14558511972427368,0.11540326476097107,-0.04590064287185669,0.3377138376235962 +370,1.8019243864747772,-1.4116817166452633,-1.045555551440886,0.15423111617565155,0.9873679280281067,0.03629576042294502,-0.3727863132953644,0.027982495725154877,0.16950561106204987,-0.07288652658462524,-0.2030203938484192,0.03694641590118408 +371,2.1579026911981876,-1.3768226685638363,-0.663508057163026,0.16048066318035126,0.9812459945678711,0.10677948594093323,-1.002386212348938,-0.18332885205745697,-0.10821904987096786,-0.08002109825611115,-0.4456627368927002,-0.14297333359718323 +372,2.1957947725353306,-1.3517779539398942,-0.5645882626222178,0.176199272274971,0.9761111736297607,0.12712462246418,-0.3596211373806,-0.4262974262237549,0.28388097882270813,-0.0009825974702835083,0.05471146106719971,0.031093820929527283 +373,2.1690065694351395,-1.3345736076131187,-0.5395856117709334,0.1933910846710205,0.9722288846969604,0.13179846107959747,0.21972985565662384,-1.188786506652832,-0.21106860041618347,-0.1018231064081192,0.5599365830421448,-0.13689495623111725 +374,1.8140080861032162,-1.3755593163566908,-0.8613683495518005,0.18829011917114258,0.9810017347335815,0.046719204634428024,0.8410667777061462,0.5534816980361938,0.26193967461586,0.17225982248783112,-0.03320193290710449,0.15407121181488037 +375,1.6534369628214822,-1.3735254511931652,-1.0412550618051781,0.19532553851604462,0.9806051254272461,0.01617867313325405,-0.12028443813323975,-0.013150518760085106,0.2844387888908386,0.08568033576011658,-0.33903396129608154,0.04655027389526367 +376,1.7408304697131516,-1.3933374674113563,-0.9574806241563995,0.17398254573345184,0.9842954277992249,0.02987140603363514,-0.012874510139226913,-0.39006197452545166,-0.6105689406394958,-0.18672366440296173,-0.4174621105194092,-0.05880213528871536 +377,1.7510441726181216,-1.3806823131859565,-1.0061682660225724,0.18590877950191498,0.9819827079772949,0.03387733921408653,0.011893723160028458,1.7120819091796875,0.6591155529022217,-0.06899595260620117,-0.07814371585845947,-0.11543560028076172 +378,1.6652421977632983,-1.3983336939703266,-1.1537722254488365,0.17084480822086334,0.9851651191711426,0.01618373394012451,0.7681021690368652,0.1537800431251526,-0.495041161775589,-0.06276679039001465,0.3818087577819824,-0.3825472593307495 +379,1.5383492892673984,-1.4251571517022164,-1.2355747236598846,0.14504873752593994,0.989413321018219,-0.004708054009824991,-0.44561561942100525,0.03114698827266693,0.1631222814321518,0.27073800563812256,0.02030646800994873,0.631706953048706 +380,1.7553811742758205,-1.3832812302174493,-1.0925546933310568,0.18325172364711761,0.9824705123901367,0.034214962273836136,-0.5544997453689575,1.2173985242843628,0.5933486819267273,-0.09262976050376892,-0.12413311004638672,0.18471813201904297 +381,1.9476582061608647,-1.3408614783980444,-1.0015000026720002,0.21191969513893127,0.9736812710762024,0.08387326449155807,-0.49900710582733154,-0.07664740085601807,-0.14500463008880615,-0.14826004207134247,-0.49157989025115967,-0.35416746139526367 +382,2.074412285481869,-1.309168323352361,-0.7969705138657803,0.22654052078723907,0.9659701585769653,0.12482539564371109,-0.1759195178747177,-1.6615774631500244,0.2552516758441925,0.016776174306869507,-0.04584980010986328,-0.2163628190755844 +383,2.002378864158769,-1.2949314513938266,-0.7811514812259474,0.2474035769701004,0.9621899724006653,0.11393870413303375,-0.1941022127866745,-0.14378879964351654,-0.015308113768696785,-0.1435370147228241,0.6572710871696472,-0.16000497341156006 +384,1.7599891715456863,-1.3253027294882986,-0.9658910926871714,0.2386981099843979,0.9700174927711487,0.0457066185772419,0.7561071515083313,-0.29575568437576294,-0.08735140413045883,0.14828002452850342,0.08854562044143677,0.2176753282546997 +385,1.566685588442376,-1.3529229695588243,-1.1387093994132578,0.21615184843540192,0.9763593673706055,-0.000888548674993217,-0.10845682770013809,0.4493424594402313,0.1533253788948059,0.15214954316616058,-0.23849010467529297,0.10803574323654175 +386,1.6551230012549156,-1.369264987560994,-1.0902250130759388,0.19945940375328064,0.9797611832618713,0.01685973070561886,-0.065818190574646,-0.21819362044334412,-0.7459909915924072,-0.23492082953453064,-0.4187411665916443,-0.08260989189147949 +387,1.7934305884899762,-1.3804132967820424,-0.9777758796527332,0.18456444144248962,0.9819318056106567,0.04178299754858017,-0.1736830174922943,0.9800163507461548,0.36717960238456726,-0.08379539847373962,-0.151594340801239,-0.12308180332183838 +388,1.8640620840526876,-1.3979193303085766,-0.959153423218814,0.1646735519170761,0.9850939512252808,0.0497269406914711,0.02052123285830021,0.6801904439926147,-0.7417734265327454,-0.2189185470342636,0.5253126621246338,-0.3012681007385254 +389,1.5570986497293546,-1.453621251767419,-1.2845937286393185,0.11689585447311401,0.99314284324646,-0.0016013018321245909,0.5660044550895691,0.5191943049430847,-0.28167954087257385,0.434953510761261,0.15166300535202026,0.6207419037818909 +390,1.648649905511113,-1.4577386036557929,-1.3259598955652447,0.1124756783246994,0.9936158061027527,0.008774369023740292,-0.43572911620140076,0.35483241081237793,0.14903707802295685,-0.0954010933637619,-0.0041748881340026855,0.2502894401550293 +391,2.103243615910609,-1.4124162266793712,-0.8693471851446337,0.13588522374629974,0.9874840378761292,0.0800648182630539,-1.475157380104065,0.2665269076824188,0.09357540309429169,0.11940957605838776,-0.4088402986526489,-0.23832905292510986 +392,2.3170661032002746,-1.3589837246115029,-0.6104776765235547,0.15435796976089478,0.9776514768600464,0.1427275538444519,-0.20126041769981384,-0.9106059074401855,0.1794871687889099,-0.05018623173236847,-0.30347245931625366,-0.07647396624088287 +393,2.309617107085582,-1.3333996769799756,-0.5466645072984778,0.17385531961917877,0.9719535112380981,0.15836992859840393,-0.0027244621887803078,-1.4583457708358765,-0.2404760867357254,-0.3433346748352051,0.6777353286743164,-0.47881972789764404 +394,2.1000367428281446,-1.3852427796290465,-0.6301339429620636,0.15925008058547974,0.9828342795372009,0.09314490854740143,0.7126684188842773,-0.5446897149085999,-0.22121667861938477,0.19609658420085907,-0.03186088800430298,0.46468591690063477 +395,1.9786189041860345,-1.3951335247529424,-0.807018408109775,0.16042816638946533,0.984610915184021,0.06931217014789581,-0.04651634767651558,1.269700050354004,0.29289454221725464,0.06259430944919586,0.0009542703628540039,0.006463050842285156 +396,1.926125724232242,-1.4013458925672555,-0.8713799254420739,0.15810610353946686,0.9856775999069214,0.058669984340667725,0.23250633478164673,-0.888221263885498,-0.2621699869632721,-0.13961245119571686,-0.4501093626022339,0.0061492919921875 +397,2.0103453912953233,-1.4009515002663202,-0.7743889289988035,0.15296147763729095,0.9856110215187073,0.0719270408153534,-0.3368833661079407,1.049215316772461,0.15843631327152252,-0.059333547949790955,-0.3756257891654968,-0.09818745404481888 +398,2.0088963873725367,-1.4000884474102635,-0.8436390730024972,0.1538361757993698,0.9854647517204285,0.07206633687019348,0.14569486677646637,0.4421810507774353,-0.26635679602622986,-0.1021394282579422,0.5606625080108643,0.02021884173154831 +399,2.0710676588796137,-1.441841855406744,-0.8097338432978493,0.11283852159976959,0.9916968941688538,0.06168372556567192,0.42682090401649475,-0.6295762062072754,-0.3724401295185089,0.3685762882232666,0.47276538610458374,0.26369476318359375 +400,1.8436035623187739,-1.4564039552573271,-1.0814249002815546,0.10992205888032913,0.9934643507003784,0.030754296109080315,-0.007659796625375748,0.904107928276062,0.2621796727180481,0.18609844148159027,0.19702637195587158,0.38652777671813965 +401,2.0392838610313446,-1.3807897493632817,-0.9703529750480776,0.1685156226158142,0.9820029735565186,0.08527979999780655,-0.5918398499488831,0.6537522077560425,0.4620814621448517,-0.1836676001548767,-0.33171921968460083,-0.10491788387298584 +402,2.2084643416021827,-1.3401279586066284,-0.7619929259246683,0.18369920551776886,0.9735137820243835,0.1361074000597,-0.318170428276062,-0.676909327507019,0.27316609025001526,0.015275388956069946,-0.4953950047492981,-0.3269338607788086 +403,2.039083627864508,-1.2938522925305773,-0.823194718532142,0.2439822405576706,0.9618954658508301,0.12340942770242691,0.018746457993984222,-0.5188151001930237,0.4025586247444153,-0.1052645891904831,0.4987521171569824,0.2966040372848511 +404,1.9820965887752893,-1.29414973465835,-0.8326778572716836,0.2503528892993927,0.9619767665863037,0.1091984212398529,0.3390071988105774,-1.0724235773086548,-0.23092253506183624,-0.1563282310962677,0.7628462314605713,0.2040187120437622 +405,1.715866820072606,-1.333428376856148,-1.0750649582155798,0.23267491161823273,0.9719602465629578,0.03399306535720825,0.6376746296882629,0.22779938578605652,-0.46703413128852844,0.3499819338321686,0.03969740867614746,0.17128336429595947 +406,1.7651232023258427,-1.3426247233550408,-1.0639895889418203,0.22193947434425354,0.9740815758705139,0.04368002340197563,-0.1674850732088089,0.6571539640426636,0.2356472760438919,0.03031882643699646,-0.4342561960220337,-0.02076137065887451 +407,1.7385845280821948,-1.3656979185986309,-1.1378341993751795,0.20080365240573883,0.9790409207344055,0.034012265503406525,0.42382174730300903,-0.1217389851808548,-0.8506938219070435,-0.22187604010105133,-0.3673160672187805,-0.07873570919036865 +408,1.677395528897066,-1.3922512947652808,-1.2278244665912403,0.1765899658203125,0.9841031432151794,0.01889597624540329,-0.11783325672149658,1.2364470958709717,0.5553752183914185,-0.1164550632238388,0.004818975925445557,-0.017049670219421387 +409,1.6479399732590745,-1.4052540790558286,-1.3487986561120042,0.16429710388183594,0.9863291382789612,0.012699680402874947,0.40660834312438965,0.4582367241382599,-0.6644388437271118,-0.029104232788085938,0.32498061656951904,-0.25003480911254883 +410,1.6070753381617804,-1.4120430641830564,-1.3406958469699835,0.15798300504684448,0.9874251484870911,0.005733983125537634,-0.0972847044467926,0.7956239581108093,0.010089664719998837,0.387350857257843,0.11557161808013916,0.5163607597351074 +411,1.7218283780168067,-1.4017079573774827,-1.296409697901165,0.16636799275875092,0.9857385754585266,0.025319712236523628,-0.3304169774055481,0.44659969210624695,0.24551278352737427,-0.09300374984741211,-0.2953242063522339,0.10077881813049316 +412,2.0793810223127394,-1.362931544434907,-0.9733975702717517,0.18025146424770355,0.9784737825393677,0.10049055516719818,-1.5668784379959106,0.42147162556648254,0.05338524654507637,0.04055847227573395,-0.5273019671440125,-0.3991812467575073 +413,2.1346520617966434,-1.3445850105878974,-0.843793460771504,0.1895681619644165,0.97452312707901,0.1198703721165657,0.021350324153900146,-0.633758008480072,0.09861530363559723,-0.049126237630844116,0.08597809076309204,0.2196223884820938 +414,2.1576688627646865,-1.3405930957556644,-0.7823948113888567,0.189996600151062,0.9736200571060181,0.12635450065135956,0.1704796850681305,-0.8175514340400696,-0.19465680420398712,0.007909908890724182,0.5014472007751465,-0.06917987763881683 +415,1.8951940863643209,-1.3934154981421618,-0.9946965836828141,0.16724838316440582,0.9843092560768127,0.05624183267354965,0.788659393787384,0.1067098081111908,-0.1419280469417572,0.267962783575058,-0.13531029224395752,0.23762714862823486 +416,1.6078418931927712,-1.413072531834419,-1.3439345074095683,0.15696322917938232,0.9875873923301697,0.0058174533769488335,0.18034298717975616,0.4212786853313446,0.004538215696811676,0.044574856758117676,-0.09612315893173218,-0.033207058906555176 +417,1.566115093208241,-1.4395928569994334,-1.348610879784891,0.13082556426525116,0.991405189037323,-0.0006124295177869499,-0.14336392283439636,-0.6963162422180176,-0.30536407232284546,-0.11532266438007355,-0.4419972896575928,0.09550684690475464 +418,1.9401243252568336,-1.4249550427239732,-1.0075316528343712,0.1355256885290146,0.9893839955329895,0.052460677921772,-0.6796510219573975,1.5721001625061035,0.3405565619468689,-0.03289507329463959,-0.2658122181892395,-0.1187601089477539 +419,2.1721144833529666,-1.4100146497413646,-0.8382767722233376,0.13200880587100983,0.9871024489402771,0.09056776762008667,0.03200698271393776,0.5608965754508972,-0.31429407000541687,-0.10815933346748352,0.3885841965675354,-0.1479102373123169 +420,2.1471528642854114,-1.4566357580136404,-0.884930438575931,0.09551113843917847,0.9934907555580139,0.06207970157265663,0.5980972051620483,-0.2920074760913849,-0.31610530614852905,0.29860812425613403,0.3812345862388611,0.18792033195495605 +421,2.0242039140376713,-1.4833099383662454,-1.089220286571769,0.07854624092578888,0.9961755275726318,0.03827281296253204,-0.002120637334883213,1.0885382890701294,-0.22249673306941986,-0.04392406344413757,0.015344798564910889,0.3720207214355469 +422,2.3799148088035618,-1.4634180625223345,-0.7945998052709734,0.07396366447210312,0.9942404627799988,0.0775584876537323,-0.7464180588722229,0.024556312710046768,0.2782895267009735,-0.10127688199281693,-0.294228196144104,-0.03495597094297409 +423,2.6870124402278894,-1.3678521586565195,-0.479765979405823,0.08849923312664032,0.9794774055480957,0.18108497560024261,-0.3132488429546356,-0.16970308125019073,0.05506192892789841,0.06311208754777908,-0.414185106754303,-0.2663358449935913 +424,2.610183125069682,-1.3391571837494622,-0.4968896356852035,0.11633613705635071,0.9732913970947266,0.19791385531425476,-0.23756273090839386,-0.5068206191062927,0.2897695004940033,-0.004504472017288208,0.24861717224121094,-0.07990241050720215 +425,2.49242838429324,-1.3491912740501049,-0.5442364342483959,0.13287121057510376,0.9755459427833557,0.1750870645046234,0.5882306098937988,-1.1440510749816895,-0.12537123262882233,-0.07423168420791626,0.5264834761619568,0.0623396635055542 +426,2.110872635425115,-1.4051167273139333,-0.8901469232131105,0.14144916832447052,0.9863064885139465,0.0848034918308258,1.013528823852539,0.40432390570640564,0.6326724886894226,0.16345195472240448,-0.08352029323577881,0.12895691394805908 +427,1.7540122733116825,-1.4143725308424715,-1.2936191861577135,0.1531790941953659,0.9877907037734985,0.028383154422044754,0.09687897562980652,-0.11631154268980026,-0.08891929686069489,0.0862312912940979,-0.3072029948234558,-0.04687678813934326 +428,1.9172489114603988,-1.433357791355584,-1.067692059506002,0.1288662552833557,0.9905701875686646,0.046522464603185654,-0.3897821009159088,-0.896894097328186,-0.49277016520500183,-0.12314419448375702,-0.40998852252960205,0.04156649112701416 +429,2.1349028112823505,-1.424255951416009,-0.8559673554493653,0.12339338660240173,0.9892821311950684,0.07806913554668427,-0.380156934261322,1.5049148797988892,0.5518054962158203,-0.01725325733423233,-0.049996912479400635,-0.05121374875307083 +430,2.3959485184073968,-1.4106223582996664,-0.6428856177368948,0.10820486396551132,0.9871995449066162,0.1171691045165062,0.4189298450946808,0.6863546967506409,-0.3736703395843506,0.06115242838859558,0.436536967754364,-0.10351253300905228 +431,2.11398418147518,-1.4799742711110355,-0.9145615603258265,0.07764235883951187,0.9958785176277161,0.04687822237610817,0.25703001022338867,0.8663500547409058,-0.04815394803881645,0.34708601236343384,0.06045687198638916,0.5288053750991821 +432,2.2769325080283136,-1.4613358913335075,-0.8573408107124872,0.08312032371759415,0.9940151572227478,0.07088771462440491,-0.5710307955741882,0.747805655002594,0.10031656175851822,-0.17761799693107605,-0.18478041887283325,0.23965907096862793 +433,2.588921041685089,-1.385130130768071,-0.5361378934969478,0.09690887480974197,0.9828134775161743,0.15711884200572968,-1.9583184719085693,-0.5305966734886169,0.19995835423469543,0.05888335406780243,-0.4343820810317993,-0.49862587451934814 +434,2.5831423783874996,-1.3429206936169615,-0.4923829839417305,0.11970309168100357,0.9741485118865967,0.19158847630023956,-0.17167504131793976,-0.5065556168556213,0.22001594305038452,-0.09365632385015488,-0.10279524326324463,0.047120124101638794 +435,2.5014147335837236,-1.3229926324561647,-0.5186420615018491,0.14651203155517578,0.9694534540176392,0.1967078596353531,0.47067931294441223,-1.0248432159423828,-0.28918054699897766,-0.24215415120124817,0.7083723545074463,-0.31403282284736633 +436,2.339249119483539,-1.3909883746742882,-0.5937670528802593,0.1285845786333084,0.9838780760765076,0.12429895997047424,0.7770741581916809,-0.2745448350906372,-0.09365108609199524,0.21066409349441528,0.08161276578903198,0.41081154346466064 +437,1.8826299362921155,-1.4218142603065966,-1.0596993088119588,0.14127275347709656,0.988922655582428,0.045539338141679764,0.2967571020126343,0.016032416373491287,-0.24554488062858582,0.35723185539245605,-0.08180296421051025,-0.044150713831186295 +438,1.9304037929464073,-1.4186222842928844,-0.9525273741374559,0.14189191162586212,0.9884438514709473,0.05334494262933731,-0.30797481536865234,-0.9278050661087036,-0.21402429044246674,-0.08464092016220093,-0.5111030340194702,-0.0038759633898735046 +439,2.2016199945438797,-1.4401678845489556,-0.6001216575662001,0.10518771409988403,0.9914802312850952,0.07682668417692184,-0.2452688366174698,0.25852447748184204,-0.09798116981983185,-0.09119540452957153,-0.35567706823349,0.05093514174222946 +440,2.2095194102389915,-1.4182687590284346,-0.7268414704132786,0.12198443710803986,0.9883902072906494,0.09058088064193726,-0.331800639629364,0.08159385621547699,-0.4950357973575592,-0.31183427572250366,0.7092875242233276,-0.640141487121582 +441,2.0690514101481154,-1.4493528106183289,-0.8595655727095982,0.10641579329967499,0.9926347732543945,0.05789433792233467,0.7393516302108765,-1.433894157409668,-0.4175228774547577,0.3643941283226013,0.5269727110862732,0.08765935897827148 +442,1.9536817490058864,-1.456900226942399,-1.0541067597934375,0.1054198369383812,0.9935208559036255,0.04245913773775101,-0.2110060453414917,1.6194554567337036,0.2164110541343689,0.05325629562139511,0.09276747703552246,0.4887450933456421 +443,2.2910619820010085,-1.4196711458262188,-0.7899647098249758,0.11315769702196121,0.9886022806167603,0.09930017590522766,-0.5341856479644775,0.05595959350466728,0.04506085067987442,-0.1539749801158905,-0.3137062191963196,-0.12275303900241852 +444,2.5668421548375306,-1.3254086726614651,-0.4640849030345285,0.13206394016742706,0.9700432419776917,0.20389951765537262,0.0006808284670114517,-0.49206921458244324,0.033886417746543884,0.05156032741069794,-0.4134027361869812,-0.2842828333377838 +445,2.428947311222458,-1.3361118529767344,-0.5220156185555569,0.15204109251499176,0.9725877642631531,0.1759452223777771,-0.11876232177019119,-0.6428928375244141,0.2939795255661011,0.02184806764125824,0.2601850628852844,0.09074795246124268 +446,2.382240041796123,-1.3324288250693705,-0.49060187003018774,0.16255471110343933,0.9717247486114502,0.1712508201599121,0.46043717861175537,-1.2895233631134033,-0.2746637463569641,-0.039523109793663025,0.5875861048698425,0.1059250682592392 +447,2.1408669861377754,-1.3813444079303538,-0.6759151203425678,0.15854057669639587,0.9821075797080994,0.10163533687591553,0.7517910003662109,0.09430467337369919,0.18842272460460663,0.20638862252235413,-0.051779210567474365,0.07809793949127197 +448,1.890812363008589,-1.4070581617287916,-0.9316156472484184,0.15473143756389618,0.9866248369216919,0.05127911642193794,0.060805220156908035,-0.4645541310310364,0.05403127521276474,0.12908202409744263,-0.31931227445602417,-0.04070485010743141 +449,1.9379592632951013,-1.416317385952294,-0.805052667863138,0.1436106264591217,0.9880918264389038,0.05523306131362915,-0.3106718063354492,-1.1113165616989136,-0.3547588884830475,-0.1090494692325592,-0.4658139944076538,0.007327914237976074 +450,2.0900108138617397,-1.3965409326989915,-0.654200118376747,0.15052542090415955,0.9848558902740479,0.08602818101644516,-0.1144733875989914,1.9489009380340576,0.8835265636444092,-0.02068839967250824,-0.10228759050369263,-0.00970364362001419 +451,2.0579193048210427,-1.4136615198980345,-0.8275809572247015,0.1382863074541092,0.9876797199249268,0.07325001806020737,0.3098095953464508,0.3259637951850891,-0.3292492628097534,-0.1501576453447342,0.34990566968917847,-0.41608452796936035 +452,1.8309894468494532,-1.437721295574081,-1.0003311096410543,0.1282169222831726,0.9911586046218872,0.03413497656583786,0.05618392303586006,1.0498876571655273,0.021578628569841385,0.3656490445137024,-0.10924637317657471,0.760435938835144 +453,2.0755087434953188,-1.4060211343260691,-0.9061189062476688,0.14357861876487732,0.9864552617073059,0.07931816577911377,-0.4263039529323578,1.0170493125915527,0.2841438949108124,-0.16935071349143982,-0.11490374803543091,0.15133368968963623 +454,2.269624122787672,-1.3600382301175595,-0.7695518704566187,0.16016413271427155,0.9778726100921631,0.13458377122879028,-0.6865078210830688,-0.14804179966449738,-0.16284102201461792,-0.06354549527168274,-0.3736550807952881,-0.29107797145843506 +455,2.418010059840749,-1.3048187896349788,-0.5696252925491486,0.17402780055999756,0.9648360013961792,0.19699184596538544,0.22519683837890625,-0.9503231644630432,0.17590942978858948,0.07104361057281494,-0.1826857328414917,-0.2329111099243164 +456,2.2376448134397373,-1.2869639520963714,-0.6774963710203921,0.22004520893096924,0.9599893093109131,0.17320579290390015,-0.3852868378162384,-0.5603662729263306,0.22355487942695618,-0.18131844699382782,0.5259419083595276,-0.09132722020149231 +457,2.0141315292281563,-1.3044590183430333,-0.7474712370402116,0.23775465786457062,0.9647414088249207,0.1129004955291748,0.5268508791923523,-1.6187149286270142,-0.24042333662509918,0.09918990731239319,0.4852554202079773,0.3579552173614502 +458,1.7567571569350071,-1.3324719164128074,-0.8591588869239524,0.23200497031211853,0.971734881401062,0.043648138642311096,-0.035627610981464386,-1.484910249710083,-0.2694728374481201,0.35689276456832886,-0.15029311180114746,0.0988231897354126 +459,1.7056890825043067,-1.323987810155375,-0.7495203762150684,0.2420911341905594,0.9696970582008362,0.032855864614248276,0.06415696442127228,-1.6188647747039795,0.155813068151474,0.02205374836921692,-0.3277445435523987,-0.035434603691101074 +460,1.4235761776469065,-1.3440221941753643,-0.8702589350602181,0.2224033772945404,0.9743967652320862,-0.03298087790608406,0.1365344524383545,-1.4201706647872925,-0.25478395819664,-0.1850803941488266,-0.4257670044898987,0.08190059661865234 +461,1.5270201888684392,-1.3151812026043856,-0.694304539624339,0.2525979280471802,0.9675079584121704,-0.011064831167459488,-0.5043148994445801,0.0467112734913826,0.36727839708328247,-0.16475310921669006,0.33760666847229004,0.09038001298904419 +462,1.5508800357024086,-1.324933910599164,-0.6995307915689918,0.2433442324399948,0.9699277877807617,-0.0048471554182469845,-0.24232777953147888,-0.789381206035614,0.4592212438583374,0.056002676486968994,0.41114509105682373,-0.046361327171325684 +463,1.6414748937168375,-1.3092816740023367,-0.5784952239721503,0.257898211479187,0.9659994840621948,0.018258290365338326,-0.11297909915447235,0.8298488855361938,0.17368608713150024,0.2285367250442505,0.09048843383789062,0.4081944227218628 +464,1.7984104409581383,-1.2804897381901756,-0.4538177238060767,0.2788631021976471,0.958156168460846,0.06459252536296844,-0.6445911526679993,0.07251614332199097,0.18526288866996765,-0.024071872234344482,-0.24459415674209595,-0.09892488270998001 +465,1.919548838262722,-1.2570289918085902,-0.33133175135312076,0.29006427526474,0.9511775374412537,0.10547184944152832,0.0242015291005373,-0.6117593050003052,0.00900642853230238,-0.1652168333530426,-0.2925317883491516,-0.19284366071224213 +466,1.8774593863854765,-1.2366284861428034,-0.35498112628285705,0.31268155574798584,0.9446835517883301,0.09901126474142075,-0.18835006654262543,0.8370899558067322,0.23186540603637695,-0.24247586727142334,0.3727145195007324,0.31061089038848877 +467,1.8139423043581637,-1.2559965747404078,-0.4089569717094052,0.30051854252815247,0.9508584141731262,0.07454472035169601,0.5127518773078918,-0.44923514127731323,-0.3633424639701843,0.025302380323410034,0.4677969813346863,0.3010045289993286 +468,1.7770900389345128,-1.2954731133243016,-0.46129741428052007,0.26609426736831665,0.9623373746871948,0.05568576976656914,-0.4991019070148468,1.0485426187515259,-0.18052807450294495,0.6334419250488281,0.16308999061584473,-0.18108248710632324 +469,1.8632525933749389,-1.3009473984110085,-0.4242172236227858,0.2552659511566162,0.9638111591339111,0.07685795426368713,-0.1853896528482437,-0.41753339767456055,-0.031835392117500305,-0.1265275478363037,-0.3956502676010132,-0.13328492641448975 +470,1.7647578265821533,-1.311621104797258,-0.4436717282387535,0.2514783442020416,0.9666016697883606,0.04939814656972885,0.11572982370853424,-0.28338170051574707,0.11672157794237137,-0.010969281196594238,-0.45527952909469604,-0.0017448589205741882 +471,1.721972740732878,-1.2896310856515787,-0.5785171004060736,0.27431073784828186,0.9607327580451965,0.04178814962506294,0.737549364566803,1.197583794593811,-0.01596112549304962,-0.17222946882247925,0.40924710035324097,-0.07879066467285156 +472,1.6500925937039255,-1.3421815495569953,-0.7543176268631596,0.22591668367385864,0.9739812612533569,0.01795199140906334,-0.3090198338031769,0.22191210091114044,-0.263788640499115,-0.015665829181671143,0.48433172702789307,0.23548126220703125 +473,1.6903629207571131,-1.356514273775848,-0.8144608645157423,0.21112824976444244,0.977129340171814,0.025364873930811882,0.33101168274879456,2.9570817947387695,0.1771104484796524,0.24581146240234375,0.11361479759216309,0.43467235565185547 +474,1.796099488798038,-1.3487043454545624,-0.8961357851595317,0.21470382809638977,0.9754387736320496,0.04920892044901848,-0.23422813415527344,0.9354342818260193,0.023006487637758255,0.00798293948173523,-0.35072869062423706,-0.037078142166137695 +475,2.091300462656994,-1.3315439029516627,-0.6554386317320123,0.20559367537498474,0.971515417098999,0.11785275489091873,-0.6614221930503845,0.4137735068798065,-0.03311263024806976,0.015323102474212646,-0.439242959022522,-0.12090454995632172 +476,2.178311421412776,-1.2851946229270317,-0.6209922384660762,0.2313237488269806,0.9594923257827759,0.16082240641117096,-0.08988934755325317,0.4508981704711914,0.33306488394737244,-0.022354647517204285,0.4705308675765991,-0.1334482580423355 +477,2.0287522519178887,-1.3076610327794096,-0.7149811453958678,0.23330751061439514,0.9655792117118835,0.11499855667352676,0.9669857621192932,-0.9501335024833679,-0.2943582832813263,0.06567320227622986,0.619046151638031,0.35054707527160645 +478,1.7005382505216355,-1.3532359598916597,-1.0678911548312797,0.214034304022789,0.9764269590377808,0.027926091104745865,0.9878279566764832,1.017034649848938,-0.05768606439232826,0.2853095531463623,-0.03366267681121826,0.12199151515960693 +479,1.5667991230755416,-1.3435753863818034,-1.303970015911567,0.22526884078979492,0.9742962121963501,-0.0009004502790048718,0.11209950596094131,0.7725434303283691,0.16993899643421173,-0.07443572580814362,-0.2672497034072876,0.037582576274871826 +480,1.6250176108133032,-1.367291160420174,-1.2423814350979456,0.2018066942691803,0.9793642163276672,0.010952954180538654,-0.31948161125183105,-0.38162243366241455,-0.2927496135234833,-0.2031952440738678,-0.34765028953552246,0.04306316375732422 +481,1.7326670710223337,-1.345982031348075,-1.1959092587555729,0.2200111299753189,0.9748355150222778,0.03592770919203758,0.5396533608436584,1.284445881843567,0.059280313551425934,-0.02036513388156891,0.2491329312324524,-0.2387169599533081 +482,1.7012657487110387,-1.3909205417390207,-1.3037777113715279,0.17738720774650574,0.9838659167289734,0.02327582612633705,-0.22192731499671936,0.8398466110229492,-0.4888642430305481,-0.05443188548088074,0.3817194104194641,-0.04666757583618164 +483,1.7501950383587517,-1.3989103549614836,-1.275492288109947,0.1682957410812378,0.9852639436721802,0.030520163476467133,0.33458462357521057,1.9195636510849,0.1315220147371292,0.2393733114004135,-0.019367337226867676,0.4419529438018799 +484,1.786635575045315,-1.398109681691372,-1.34068141479822,0.16784340143203735,0.9851266741752625,0.03680044785141945,-0.09260392189025879,-0.04896550625562668,0.16288337111473083,-0.08401159942150116,-0.1346474289894104,0.019824866205453873 +485,1.980288829283009,-1.3736078635095357,-1.0998115144077765,0.1797163337469101,0.9806212782859802,0.07800191640853882,-0.9298380613327026,-0.34650278091430664,0.010969355702400208,-0.0167829692363739,-0.4181211590766907,-0.09303175657987595 +486,2.179670339890813,-1.3231839291412941,-0.8695829346594207,0.20104506611824036,0.9695003628730774,0.14017748832702637,-0.3742922842502594,0.015255918726325035,0.43088412284851074,-0.017497122287750244,-0.07080358266830444,-0.14895130693912506 +487,2.175615805953088,-1.2830817156893828,-0.8532511387804881,0.23342359066009521,0.9588949084281921,0.16135066747665405,0.06371983885765076,-0.900780975818634,-0.06436226516962051,-0.2107643038034439,0.5094125866889954,-0.33688783645629883 +488,1.874052687021921,-1.3380653342601299,-1.0965788038919937,0.22011202573776245,0.9730401635169983,0.0688747763633728,1.0863298177719116,0.24298599362373352,-0.18410460650920868,0.13236600160598755,0.03158324956893921,0.275455117225647 +489,1.6672192771113172,-1.3878076797894436,-1.2999575179098013,0.18112386763095856,0.9833042621612549,0.017518823966383934,-0.3513938784599304,-0.6888817548751831,-0.13080048561096191,0.16700540482997894,-0.2972080707550049,0.05279374122619629 +490,1.8409973618396724,-1.400481161741161,-1.048364490010319,0.16334401071071625,0.9855313897132874,0.04524213820695877,-0.19593901932239532,-1.1270822286605835,-0.34390968084335327,-0.11125047504901886,-0.4597133994102478,-0.0201413594186306 +491,1.9319347414218697,-1.385686096356344,-0.9686635082772356,0.1721828579902649,0.982915997505188,0.06503400206565857,-0.13722294569015503,1.852675199508667,0.510133683681488,-0.012652218341827393,-0.2491512894630432,-0.03231918811798096 +492,1.9086774843084735,-1.404001250526174,-1.1485467659363875,0.15663555264472961,0.9861218929290771,0.055034637451171875,0.3016238808631897,0.5709170699119568,-0.6582820415496826,-0.2527811825275421,0.3716813921928406,-0.5343589782714844 +493,1.5526119011603141,-1.4523263948291674,-1.4947526447498847,0.1181749701499939,0.9929906129837036,-0.0021491809748113155,0.4305294454097748,-0.7739390134811401,-0.03885430097579956,0.2795758843421936,0.09801292419433594,0.34158092737197876 +494,1.87019868316287,-1.4404460579916705,-1.2414603744111106,0.12419743835926056,0.9915164113044739,0.03833745792508125,-0.3110230267047882,0.9528252482414246,0.13305123150348663,-0.08492134511470795,0.02874702215194702,0.40448784828186035 +495,2.1178045334938975,-1.3990467588799036,-1.0621114500472508,0.14596788585186005,0.9852872490882874,0.08889391273260117,-0.45744526386260986,0.21115922927856445,0.2616703510284424,-0.06059497594833374,-0.3442503809928894,-0.10210800915956497 +496,2.4486661449074867,-1.3259457764639433,-0.7278552052870855,0.1548503339290619,0.9701735377311707,0.18650643527507782,-0.9957126975059509,0.010662947781383991,0.39509251713752747,0.1461750566959381,-0.5229384899139404,-0.4768507480621338 +497,2.343013435592467,-1.3106526556512186,-0.7438615593489717,0.18426315486431122,0.9663530588150024,0.17946851253509521,-0.22118021547794342,-0.5829595327377319,-0.12636981904506683,-0.17320053279399872,0.8256543874740601,0.17607653141021729 +498,2.1748897827195557,-1.333924215299582,-0.829775487127055,0.1931319534778595,0.9720767140388489,0.1332925409078598,0.973029375076294,-0.959415078163147,-0.3452145457267761,-0.09419398009777069,0.40309107303619385,0.4900137186050415 +499,1.755961097033265,-1.3833259527170119,-1.2362161063373729,0.18318821489810944,0.9824788570404053,0.034313056617975235,0.9342694282531738,0.21778865158557892,-0.38354289531707764,0.33811303973197937,0.02348726987838745,0.025043722242116928 +500,1.569891945083593,-1.4036154019249798,-1.409116796656733,0.1664033979177475,0.9860577583312988,-0.0001504922256572172,-0.15686722099781036,-0.6746035814285278,-0.2764221429824829,-0.14499531686306,-0.4789929986000061,0.06095677614212036 +501,1.5945842750522699,-1.4278352641614809,-1.3193807086688223,0.14243420958518982,0.9897984862327576,0.003388857003301382,-0.2794531285762787,-0.11753012239933014,0.0611063688993454,-0.08400830626487732,-0.41400808095932007,0.02635049819946289 +502,1.9075024163846381,-1.3900988726901646,-1.082813962839952,0.16962474584579468,0.9837185740470886,0.0593746192753315,-0.27137893438339233,0.6132816076278687,-0.2966873049736023,-0.19614453613758087,0.6729281544685364,-0.3172175884246826 +503,1.8234227887026544,-1.4244319103478602,-1.1971058476960938,0.1412140130996704,0.9893078207969666,0.03645320236682892,1.0886480808258057,-0.7334240674972534,-0.2049863040447235,0.16887511312961578,0.4108540415763855,-0.03501879796385765 +504,1.7232160196956092,-1.4347450568195237,-1.3511956876881184,0.13405871391296387,0.9907593131065369,0.020592905580997467,-0.10198462754487991,1.581942081451416,0.14269092679023743,0.05225108563899994,0.12572622299194336,0.49800753593444824 +505,2.049109426795579,-1.4095552822188004,-1.1523713166527039,0.14252597093582153,0.9870287775993347,0.07389523833990097,-0.5350357890129089,0.6958510875701904,0.0647059977054596,-0.19864779710769653,-0.2649828791618347,-0.02276301383972168 +506,2.5060081903069067,-1.325720355107925,-0.673124009517988,0.14403708279132843,0.9701188802719116,0.19525077939033508,-0.9900453090667725,-0.22795510292053223,0.2029927372932434,0.028768718242645264,-0.5086625218391418,-0.2743675410747528 +507,2.4534997969705157,-1.3068010000687451,-0.7044167251635555,0.16571387648582458,0.9653551578521729,0.20156531035900116,-0.386570543050766,-0.11982854455709457,0.38577350974082947,-0.05922277271747589,0.5047987699508667,-0.11835917830467224 +508,2.2869909165619564,-1.3283570900994819,-0.8005775764628501,0.18108773231506348,0.9707552790641785,0.15761107206344604,0.9174484610557556,-0.9940939545631409,-0.2172592282295227,-0.10793711245059967,0.560860812664032,0.3727233409881592 +509,1.8104533068111361,-1.3802573309430737,-1.2515771740992194,0.1839757263660431,0.9819023013114929,0.0449550524353981,1.3395644426345825,0.2872586250305176,0.12007678300142288,0.2707514464855194,0.17721635103225708,0.07299542427062988 +510,1.5597972178968667,-1.4001284612641427,-1.5026179795891017,0.16983097791671753,0.9854715466499329,-0.0018680647481232882,-0.19605837762355804,-0.5316911339759827,-0.009968833066523075,-0.018967315554618835,-0.3221413493156433,0.07573586702346802 +511,1.6818897728797662,-1.4360823871205697,-1.3197108526606827,0.1334782987833023,0.9909397959709167,0.014889870770275593,-0.2398003786802292,-0.5015227794647217,-0.4853523373603821,-0.1401006281375885,-0.4694859981536865,0.06326568126678467 +512,1.891311737016432,-1.4064261484417742,-1.1948133806605266,0.15529818832874298,0.9865216016769409,0.05155302211642265,-0.13501402735710144,2.1001267433166504,0.5271968245506287,-0.07621188461780548,0.13972961902618408,-0.11350369453430176 +513,2.016890026301116,-1.41730077814169,-1.1589910608663392,0.13793066143989563,0.9882426857948303,0.06596482545137405,0.4566602110862732,0.1423710286617279,-0.3803653419017792,0.005120456218719482,0.4772875905036926,-0.26640427112579346 +514,1.666981158234815,-1.457793283589105,-1.4780169540865917,0.11224072426557541,0.9936219453811646,0.010829271748661995,0.13934463262557983,1.497002124786377,0.19393567740917206,0.3220396637916565,-0.1015322208404541,0.5735976696014404 +515,1.9092188788283844,-1.430187468842635,-1.3395938717409948,0.1321975141763687,0.9901308417320251,0.046528637409210205,-0.7202736735343933,0.4339216649532318,0.30549243092536926,-0.16697227954864502,-0.1595337986946106,0.18122410774230957 +516,2.350397286560274,-1.3582308953925504,-0.9146416514559147,0.15003910660743713,0.9774929285049438,0.14830949902534485,-1.9591742753982544,1.251908779144287,0.17926859855651855,0.08993586897850037,-0.4751889109611511,-0.25380873680114746 +517,2.4196978597393026,-1.3025544422766038,-0.8199648838935927,0.1751384288072586,0.9642383456230164,0.19892467558383942,0.09747491031885147,-0.6588329672813416,0.27614739537239075,-0.049375489354133606,-0.03712958097457886,-0.06348764896392822 +518,2.310905117589087,-1.2910525306095921,-0.8634503273992012,0.2038782387971878,0.9611262083053589,0.18619975447654724,0.3868723511695862,-1.506285548210144,-0.22627510130405426,-0.14464357495307922,0.6028234958648682,-0.2730832099914551 +519,2.0196161944824467,-1.3504400841149928,-1.0652837787767306,0.19692911207675934,0.9758196473121643,0.0948411375284195,1.0258413553237915,-0.06699030846357346,0.028586700558662415,0.08621294796466827,0.006800532341003418,0.2197951078414917 +520,1.6669621538695645,-1.3870325555251415,-1.4611052803879565,0.18188759684562683,0.9831628799438477,0.017545491456985474,0.15508651733398438,-0.20492862164974213,-0.15242035686969757,0.20699790120124817,-0.21126651763916016,-0.062406301498413086 +521,1.6979160538895501,-1.4102753564902382,-1.3391647022244018,0.15854252874851227,0.9871441721916199,0.020263148471713066,-0.46313515305519104,-1.3592296838760376,-0.6573790907859802,-0.18008795380592346,-0.4329602122306824,0.0730595588684082 +522,1.9411568048439,-1.4159176774067879,-1.0219166980716299,0.14380134642124176,0.9880302548408508,0.05583488568663597,-0.41555190086364746,0.7763308882713318,0.5078946352005005,-0.06134285032749176,-0.25740891695022583,0.08904731273651123 +523,2.089008413945043,-1.3824727833454864,-1.0643110753673057,0.1626325398683548,0.9823194742202759,0.09273148328065872,0.08778593689203262,1.454568862915039,-0.2946203947067261,-0.061955034732818604,0.5703386068344116,-0.4772530794143677 +524,1.998963776250779,-1.4402642109237822,-1.139089905496952,0.11841084063053131,0.991492748260498,0.05404328554868698,1.1902719736099243,-1.1669365167617798,-0.3979090452194214,0.2584812343120575,0.23342162370681763,0.08163785189390182 +525,1.9102192772935374,-1.459914648009258,-1.1801196829163556,0.10434045642614365,0.9938589334487915,0.03684133663773537,-0.5035044550895691,0.6075825691223145,0.3305473327636719,-0.01028529554605484,-0.15605998039245605,0.5324641466140747 +526,2.1285237686377023,-1.4192483223947125,-1.0161829060714471,0.12809090316295624,0.9885385632514954,0.07990159094333649,-0.7083482146263123,0.5874731540679932,0.2677217423915863,-0.030755087733268738,-0.44334203004837036,-0.1484745740890503 +527,2.489564753943263,-1.32206143925853,-0.7189047233566409,0.14938056468963623,0.9692246317863464,0.19567562639713287,0.7200902104377747,-0.9574190378189087,0.3035617172718048,-0.11352242529392242,-0.3115708827972412,-0.4641234874725342 +528,2.3936469371051188,-1.29883444779763,-0.7925510675429968,0.18269872665405273,0.9632457494735718,0.1969231516122818,-0.2831741273403168,-0.2949257791042328,0.07730516046285629,-0.29492712020874023,0.6603503823280334,-0.5722740888595581 +529,2.0852618624201567,-1.3578363533477396,-1.01010851761673,0.18399614095687866,0.9774096012115479,0.10400127619504929,0.9673671126365662,-0.3250466585159302,-0.011453353799879551,0.12223251163959503,0.08182519674301147,0.3996455669403076 +530,1.6074255824281434,-1.3914921427780316,-1.5276378108210276,0.17822612822055817,0.9839680194854736,0.006531211547553539,0.576153039932251,0.00015947967767715454,-0.07904352992773056,0.17254292964935303,-0.17583191394805908,-0.026947498321533203 +531,1.5221337377493787,-1.397322139896918,-1.57217980553804,0.17240169644355774,0.9849910736083984,-0.008396141231060028,-0.1136876791715622,-0.8070580959320068,-0.3214775323867798,-0.18312861025333405,-0.5005396604537964,0.051044464111328125 +532,1.641203345225416,-1.4007749212623872,-1.390532042973785,0.16878452897071838,0.9855811595916748,0.011903290636837482,-0.5692065954208374,0.5530945062637329,0.5529502034187317,-0.07315769791603088,-0.3423316478729248,0.2123856544494629 +533,1.988987022245139,-1.3665272065391862,-1.1892183835612717,0.18537044525146484,0.9792094826698303,0.08237940073013306,-0.5476052761077881,0.4723769426345825,-0.48192933201789856,-0.29782772064208984,0.5661852955818176,-1.0584231615066528 +534,1.7219782460133437,-1.4384383325639265,-1.4277244920526895,0.13046590983867645,0.9912534356117249,0.019875744357705116,0.48672622442245483,0.3424755036830902,-0.4367917776107788,0.45818763971328735,0.2684052586555481,0.6710269451141357 +535,1.763045418647414,-1.4324583795180148,-1.4865674782660356,0.13535626232624054,0.9904465675354004,0.02634751982986927,-0.36397784948349,0.9352989196777344,0.2483217418193817,-0.05552229285240173,-0.055021822452545166,0.24326002597808838 +536,2.0726484054068606,-1.393879312372489,-1.1836446253312816,0.15429484844207764,0.9843909740447998,0.08466309309005737,-1.147523045539856,-0.8768316507339478,-0.03123796544969082,-0.022519931197166443,-0.5115820169448853,-0.2631603479385376 +537,2.3640195070397483,-1.329913676732199,-0.839208393952251,0.167362242937088,0.9711278080940247,0.17000217735767365,0.21752478182315826,-0.8612073659896851,0.1943579465150833,-0.11462786793708801,-0.16927844285964966,-0.10406899452209473 +538,2.2959212058406755,-1.2965308122154326,-0.8669837270439538,0.20270131528377533,0.9626243710517883,0.17962905764579773,0.30986472964286804,-1.063845157623291,-0.07810922712087631,-0.22896167635917664,0.5912544131278992,-0.5161616802215576 +539,1.9850767799367974,-1.3514100420134705,-1.1017314982986026,0.1992202252149582,0.9760311841964722,0.08760306239128113,0.919073760509491,-0.2907251715660095,-0.12974707782268524,0.14164584875106812,0.018551886081695557,0.351712703704834 +540,1.5543551658273134,-1.3836094675634922,-1.5464982669383252,0.18607132136821747,0.9825316071510315,-0.003059504320845008,0.4930919110774994,-0.1382984220981598,-0.0915217474102974,0.24979600310325623,-0.10248088836669922,-0.0231093168258667 +541,1.5364294151048006,-1.3867131121599576,-1.5330351610476867,0.1829369068145752,0.9831044673919678,-0.006289452780038118,-0.24346843361854553,-0.5849654078483582,-0.28929728269577026,-0.1725914478302002,-0.47620755434036255,0.05855077505111694 +542,1.6062189593340992,-1.4240351359035035,-1.413674803768145,0.14614279568195343,0.9892498850822449,0.005178928840905428,-0.22898074984550476,0.6179030537605286,0.25371766090393066,-0.14472372829914093,-0.45058417320251465,0.09778738021850586 +543,1.8697708955424241,-1.3827766542293016,-1.3056034556435498,0.1786227524280548,0.9823763370513916,0.05505386367440224,0.07772131264209747,0.05408775433897972,-0.3346732258796692,-0.2274966537952423,0.8066099286079407,-0.7014466524124146 +544,1.5604666675224308,-1.418478715329725,-1.5714381242949658,0.1517210602760315,0.9884220957756042,-0.0015672825975343585,0.1898047924041748,-1.66728675365448,-0.1570322960615158,0.3802918791770935,0.639232873916626,0.3296312093734741 +545,1.6738932545094374,-1.4062694481568787,-1.5445176929559978,0.16291570663452148,0.9864959716796875,0.016855871304869652,-0.2094905823469162,1.1682164669036865,0.11355025321245193,-0.09690620005130768,0.09114068746566772,0.35767102241516113 +546,1.9493210200567703,-1.369114793919137,-1.3311899908222447,0.18613719940185547,0.9797311425209045,0.07402733713388443,-0.9510721564292908,-0.585569441318512,0.13633312284946442,-0.12667369842529297,-0.40128564834594727,-0.37279438972473145 +547,2.3239922484361095,-1.295353131978139,-0.8525405285447044,0.19840610027313232,0.9623047709465027,0.18602235615253448,-0.019829552620649338,-1.0090079307556152,-0.029092688113451004,0.03415307402610779,-0.5138948559761047,-0.27148687839508057 +548,2.224475479341419,-1.2693507961677417,-0.9087489687096424,0.23569557070732117,0.9549083113670349,0.18054895102977753,-0.11606770753860474,-0.5039379000663757,-0.08489612489938736,-0.2834402918815613,1.0135672092437744,-0.46694111824035645 +549,1.934486469023093,-1.331269905928709,-1.06912011162505,0.22172419726848602,0.9714504480361938,0.08439303934574127,1.1045997142791748,-1.2531003952026367,-0.1989760845899582,0.1575787514448166,0.3169558048248291,0.5159335136413574 +550,1.7247407748713914,-1.3644567063996849,-1.2658569455507516,0.2024552822113037,0.9787874221801758,0.0314154289662838,-0.13872602581977844,0.08433733880519867,0.024608686566352844,0.3121016025543213,-0.20435816049575806,-0.04853582754731178 +551,1.7576629941662136,-1.3537760430294004,-1.252441281657458,0.2115725427865982,0.9765433669090271,0.04000256210565567,0.2375439554452896,-0.0010353014804422855,-0.2502298355102539,-0.187646746635437,-0.4804344177246094,-0.00388491153717041 +552,1.7082414280824683,-1.4021625312530677,-1.3001508673554156,0.16625283658504486,0.9858149886131287,0.02299562655389309,-0.06015195697546005,0.5172097086906433,0.043988753110170364,-0.16733622550964355,-0.5538539290428162,0.007064223289489746 +553,1.8104339291258216,-1.3734345406258597,-1.3717494477797547,0.19047921895980835,0.9805873036384583,0.046540290117263794,0.3452691435813904,0.36365923285484314,-0.45503830909729004,-0.017993882298469543,0.7868839502334595,-0.610901951789856 +554,1.5542517276367112,-1.4340238459973587,-1.610951800432455,0.13632798194885254,0.9906612038612366,-0.0022556977346539497,0.1790340095758438,-1.191056251525879,-0.3272022008895874,0.41678786277770996,0.7162479758262634,0.3342258930206299 +555,1.6113675524921511,-1.4323613297631368,-1.660960012886118,0.13787966966629028,0.9904331564903259,0.0055970181711018085,-0.06191529333591461,1.0419540405273438,0.06385303288698196,-0.04518252611160278,0.04122883081436157,0.31947624683380127 +556,1.8639521107727546,-1.4185213659328746,-1.4217675507687053,0.14521589875221252,0.98842853307724,0.04383383318781853,-0.6862210631370544,-0.5936142802238464,0.09718909114599228,-0.029218599200248718,-0.44538354873657227,-0.14419090747833252 +557,2.4179007689052736,-1.3352051328845103,-0.7615186931506178,0.15455949306488037,0.9723765254020691,0.17491604387760162,-0.06933964788913727,-0.7612994909286499,0.02143576182425022,0.05880416929721832,-0.529429018497467,-0.21800683438777924 +558,2.2762396859807126,-1.3075141537441297,-0.8297418027802794,0.1981351375579834,0.9655410051345825,0.16873911023139954,-0.2746865749359131,-0.2576915919780731,0.2239782214164734,-0.1627195030450821,0.6424606442451477,-0.17501045763492584 +559,2.0905148064831756,-1.3310038539873474,-0.9309261766946149,0.20614144206047058,0.9713872671127319,0.11795167624950409,0.9559206962585449,-1.005779504776001,-0.14121711254119873,0.04086783528327942,0.6777368783950806,0.5064378976821899 +560,1.6360822285641015,-1.362248206221999,-1.3825246620724607,0.20659871399402618,0.97833251953125,0.013507178984582424,1.228302001953125,0.22069139778614044,-0.1227085217833519,0.2714744210243225,0.21197503805160522,0.06559431552886963 +561,1.4307874620500076,-1.365116189355461,-1.5978735901061558,0.20223473012447357,0.9789223074913025,-0.028501130640506744,-0.03741130605340004,-0.15106366574764252,-0.11405616253614426,-0.14455650746822357,-0.3191017508506775,0.07832103967666626 +562,1.4392547020204887,-1.3800786781283636,-1.552043578816066,0.18792632222175598,0.9818684458732605,-0.024863706901669502,-0.390558660030365,0.073511503636837,0.18062354624271393,-0.12904265522956848,-0.4747883677482605,0.16698408126831055 +563,1.7859532444584294,-1.339367413174983,-1.3259467246346883,0.2240801453590393,0.9733396172523499,0.048970386385917664,-0.4561891555786133,1.4152593612670898,0.16604116559028625,-0.0865831971168518,0.34852921962738037,-0.22406494617462158 +564,1.9000265446038629,-1.3687659502332632,-1.1996919400226511,0.18988195061683655,0.9796611666679382,0.0648760125041008,1.1118913888931274,-0.19683578610420227,-0.3351326286792755,0.05290064215660095,0.39228707551956177,0.04904603958129883 +565,1.6979528950394325,-1.3982656452877602,-1.4525827733088041,0.17029112577438354,0.9851534366607666,0.021771099418401718,0.08698476105928421,1.714237928390503,0.011837685480713844,0.05987249314785004,0.11006158590316772,0.5233796834945679 +566,1.9298097709428528,-1.3768902243192465,-1.3563909930019171,0.18040843307971954,0.9812590479850769,0.06770312041044235,-0.2671357989311218,0.9645817279815674,0.3396049737930298,-0.16554635763168335,-0.23437172174453735,-0.05108629912137985 +567,2.2480804866224138,-1.3148151188915087,-1.0136185589640303,0.19730859994888306,0.9674153327941895,0.15867149829864502,-1.46087646484375,-0.7253158688545227,0.1831081509590149,-0.04020412266254425,-0.536842942237854,-0.19907690584659576 +568,2.2573487119271354,-1.2731396862045898,-0.9750647462277771,0.2268337905406952,0.9560263752937317,0.18590308725833893,-0.13912636041641235,-0.043525807559490204,0.541241466999054,-0.0012478381395339966,0.2949044108390808,-0.08138036727905273 +569,2.146101085765066,-1.2818985855821698,-1.0272934270082363,0.239035502076149,0.9585584998130798,0.15500934422016144,0.7330200672149658,-0.8468605875968933,-0.3320564925670624,-0.03241622447967529,0.7264391779899597,0.34535694122314453 +570,1.8424617526403877,-1.3381716126940937,-1.3160120103513204,0.2220778912305832,0.973064661026001,0.061860229820013046,0.810324490070343,0.49252092838287354,-0.3780460059642792,0.4145492911338806,0.16528677940368652,0.03730666637420654 +571,1.7618509043533133,-1.3506630636400874,-1.437754493004656,0.21438731253147125,0.9758683443069458,0.041465431451797485,0.01755170337855816,0.08276303857564926,0.18849441409111023,0.006865158677101135,-0.39344024658203125,-0.0148540697991848 +572,1.7163922608886821,-1.3681086464373522,-1.4646385690399735,0.19917359948158264,0.979529082775116,0.029205525293946266,0.13127167522907257,-0.5132209062576294,-0.5386836528778076,-0.17976438999176025,-0.45967721939086914,-0.0005341731011867523 +573,1.801005724923613,-1.3653352406441532,-1.417190458423233,0.19863595068454742,0.978967010974884,0.04655316472053528,-0.29281482100486755,1.4207779169082642,0.49121013283729553,0.001605108380317688,0.19953018426895142,-0.1355881690979004 +574,1.8880680128128777,-1.3860207570817398,-1.3674503248241976,0.17455649375915527,0.9829775094985962,0.057318102568387985,0.5901527404785156,0.4157235622406006,-0.40164703130722046,-0.09225058555603027,0.4613126516342163,-0.2141174077987671 +575,1.6868626166442962,-1.4093988331513039,-1.5921094875425652,0.1596168726682663,0.9870036840438843,0.018609780818223953,-0.02587677165865898,1.6618443727493286,0.2802426517009735,0.1739402413368225,-0.06688344478607178,0.533865213394165 +576,1.83358082580304,-1.384718816466863,-1.5506585093174712,0.17865388095378876,0.9827374815940857,0.04805884510278702,-0.3559447228908539,0.22253352403640747,0.27689865231513977,-0.12971897423267365,-0.30779552459716797,0.002249356359243393 +577,2.194900088778313,-1.3464461052843362,-1.1357977831448587,0.18053443729877472,0.9749388694763184,0.13000692427158356,-2.142448663711548,-0.40231457352638245,-0.14373771846294403,0.045539796352386475,-0.4284909963607788,-0.23686419427394867 +578,2.2623343319304414,-1.3059471913983314,-0.9869571017289959,0.20162755250930786,0.9651319980621338,0.16693250834941864,0.12178974598646164,-0.6283472180366516,0.3624930679798126,0.03306785225868225,0.26014864444732666,0.09109364449977875 +579,2.1863461430594593,-1.2907768211496626,-1.0123475496663683,0.22564737498760223,0.9610500335693359,0.1595805138349533,0.5826053619384766,-1.0792990922927856,-0.14585000276565552,0.15544085204601288,0.600213885307312,-0.01158548891544342 +580,1.8488360298160855,-1.3403486803320062,-1.302513466361503,0.2196412980556488,0.9735642671585083,0.06269290298223495,0.9431027173995972,-0.10549554228782654,-0.13179878890514374,0.23513163626194,0.0963209867477417,0.07040940970182419 +581,1.5851132339438985,-1.366826440047965,-1.5304806322130133,0.20253786444664001,0.9792701601982117,0.0028999140486121178,0.11625813692808151,-0.6183542609214783,0.07505059242248535,0.034324318170547485,-0.30336683988571167,0.0756981372833252 +582,1.5322461715874747,-1.3770708732728145,-1.5108653693017657,0.19237275421619415,0.9812938570976257,-0.007419675588607788,-0.11154410243034363,-0.8043208122253418,-0.3177918493747711,-0.16612763702869415,-0.47979849576950073,0.0548897385597229 +583,1.6904856920759648,-1.3516722338997433,-1.369876403432851,0.21581915020942688,0.9760882258415222,0.0259553175419569,-0.5020992159843445,1.358575463294983,0.6602840423583984,-0.09554940462112427,0.03326529264450073,0.05212390050292015 +584,1.922138538971555,-1.3510695352132307,-1.188663742398492,0.2046477496623993,0.9759570360183716,0.07501369714736938,0.03214016556739807,0.20691245794296265,-0.3486798405647278,-0.23157952725887299,0.48070794343948364,-0.4777235984802246 +585,1.6300384256996119,-1.3994323725320437,-1.4671447910577864,0.17022719979286194,0.9853531122207642,0.010096430778503418,-0.2177838832139969,1.7758539915084839,0.13361720740795135,0.2945402264595032,0.07046347856521606,0.7805072069168091 +586,1.8535426610914962,-1.3705310088512712,-1.415041224786051,0.191029891371727,0.9800138473510742,0.055499933660030365,-0.28117048740386963,0.8669481873512268,0.21701481938362122,-0.18411768972873688,-0.29463493824005127,0.01626216620206833 +587,2.201202884557268,-1.3148813095503593,-1.0565696602645085,0.2044760286808014,0.9674320816993713,0.14921385049819946,-2.3639771938323975,-0.19475990533828735,0.07849200814962387,0.04766020178794861,-0.5525150895118713,-0.3189067840576172 +588,2.2196479834688065,-1.271951773478322,-1.009333555594963,0.2345845252275467,0.955677330493927,0.17790749669075012,0.08292250335216522,0.0017771609127521515,0.6281875967979431,0.013172447681427002,0.2739064693450928,0.045588016510009766 +589,2.0578196060674614,-1.281860697392677,-1.09543229422832,0.25180259346961975,0.9585477113723755,0.1333472579717636,0.714606761932373,-1.146867275238037,-0.2642526626586914,0.05113011598587036,0.54075026512146,0.2786247730255127 +590,1.8022003981134718,-1.3333261332112376,-1.3328339607085506,0.22897398471832275,0.9719362258911133,0.05395197123289108,0.8356285691261292,0.28226521611213684,-0.316023588180542,0.36704957485198975,0.08250707387924194,0.020877119153738022 +591,1.584725280810941,-1.3572285850605452,-1.5649748664553005,0.21192701160907745,0.9772809743881226,0.0029521125834435225,0.12270407378673553,-0.38827091455459595,0.04587135463953018,0.03969039022922516,-0.39207595586776733,-0.015052318572998047 +592,1.5104766499964828,-1.3660779065651967,-1.5842190405147767,0.20292164385318756,0.979118287563324,-0.012255034409463406,-0.10605017095804214,-0.6337187886238098,-0.3429639935493469,-0.17069508135318756,-0.522361695766449,0.056459784507751465 +593,1.7429132896368986,-1.3600708871842133,-1.3642586602275868,0.20607873797416687,0.9778794050216675,0.03582410141825676,-0.5953091979026794,1.5340192317962646,0.7448864579200745,-0.009606584906578064,0.040858328342437744,-0.008037809282541275 +594,1.9029798875641357,-1.3685559554641147,-1.2982839040838126,0.18988341093063354,0.979619026184082,0.06550340354442596,0.5163047313690186,0.24296334385871887,-0.5160329341888428,-0.20488283038139343,0.4995983839035034,-0.43015801906585693 +595,1.654157754048995,-1.427866678068373,-1.5009446417519345,0.14194799959659576,0.9898029565811157,0.011860473081469536,-0.31909897923469543,0.9342232346534729,-0.03489336371421814,0.45514369010925293,0.03808999061584473,0.6756242513656616 +596,1.8353775046976897,-1.417051236672123,-1.4530296358343424,0.147811621427536,0.9882044792175293,0.04004703462123871,-0.4176483750343323,0.9634169936180115,0.05140620470046997,-0.19399996101856232,-0.1883082389831543,0.1880260705947876 +597,2.0593712516849147,-1.3951727731849355,-1.2391934759034644,0.15428048372268677,0.9846177697181702,0.08200918883085251,-0.7464045882225037,-0.5909572839736938,-0.08895830065011978,-0.04482918977737427,-0.43673568964004517,-0.2049034833908081 +598,2.3501015147983777,-1.339408529686289,-0.9064138909266021,0.16314522922039032,0.9733490943908691,0.161169171333313,0.08818823844194412,-0.41346296668052673,0.2124069631099701,-0.043836742639541626,-0.15097647905349731,-0.1803036779165268 +599,2.274998078621871,-1.3046188700382402,-0.9558922111250376,0.20047442615032196,0.9647834300994873,0.1703023463487625,-0.07617750763893127,-0.14781443774700165,0.1082005724310875,-0.24846334755420685,0.4659568667411804,-0.1919851452112198 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/TEST/running/3.csv b/BoostRunClub/CoreML/DataSet/TEST/running/3.csv new file mode 100644 index 0000000..ea4bd28 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/TEST/running/3.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,2.1461644307689296,-1.3237534001173537,-1.0394401529019806,0.2051653116941452,0.969639778137207,0.13306371867656708,0.7872095108032227,-0.3023025095462799,-0.15337421000003815,-0.02233448624610901,0.5093488693237305,0.43665361404418945 +1,0.2859050126584796,0.2455447957621834,-3.0828746593612073,0.27356648445129395,-0.24308481812477112,-0.9306294322013855,-1.0843305587768555,0.521594226360321,-0.336524099111557,-0.08368611335754395,0.05746164917945862,-0.001087486743927002 +2,0.2915446272771853,0.1655015675292658,-3.083695047134431,0.2835044860839844,-0.16474705934524536,-0.9447135329246521,0.0427539236843586,0.5368468761444092,-0.557108461856842,-0.15714648365974426,-0.09796348214149475,0.0546836256980896 +3,0.31148082411322253,0.18055715940786524,-3.099103526846804,0.3014865219593048,-0.17957770824432373,-0.9364067912101746,-0.07122525572776794,0.3259633481502533,0.023418765515089035,-0.05693390965461731,-0.009066715836524963,0.08550041913986206 +4,0.3206040641247603,0.2030574610094166,3.139658752191881,0.3086652159690857,-0.20166490972042084,-0.9295467138290405,0.090995192527771,0.3158228397369385,-0.7145093679428101,0.2464953064918518,-0.11045362055301666,-0.21797525882720947 +5,0.19052958671770687,0.1517085554739235,3.112312292323178,0.1872037798166275,-0.15112727880477905,-0.9706262350082397,-2.0171890258789062,-3.4170069694519043,-0.8748659491539001,0.5489412546157837,0.21872371435165405,-0.09422361850738525 +6,0.055828837878244865,0.016878972507003376,2.9878644822685874,0.05579189211130142,-0.016878170892596245,-0.998299777507782,0.11969130486249924,0.8383822441101074,-1.1516369581222534,0.13369175791740417,0.1975727528333664,0.442208468914032 +7,0.5436592805186783,0.0975719473489148,2.666344501765799,0.5148108005523682,-0.0974172055721283,-0.8517509698867798,1.7327547073364258,6.209914684295654,-4.894059658050537,-0.17283082008361816,0.4536794126033783,0.5437828302383423 +8,0.9692338599497006,-0.4173454803874185,2.227322120369986,0.7536880373954773,0.4053352177143097,-0.5173563957214355,1.6952329874038696,5.188902378082275,-8.029616355895996,0.30386805534362793,0.3733207583427429,-0.4639973044395447 +9,0.7541227448879106,-0.7771091162746544,1.6288528065612364,0.4881165325641632,0.7012212872505188,-0.5196449756622314,0.5315080285072327,-1.2899750471115112,-1.0825614929199219,1.4426696300506592,-0.7052344083786011,0.10893940925598145 +10,0.7531675011985708,-0.6157353653607013,1.8517051660378345,0.5583442449569702,0.5775589942932129,-0.5955478549003601,-0.908683717250824,1.008223533630371,6.361032962799072,0.3325706124305725,-0.3706955909729004,0.4060184359550476 +11,1.1700486903848168,-0.07997622070817816,2.156162038093916,0.9178264141082764,0.07989098876714706,-0.38885989785194397,1.8277889490127563,5.996669769287109,4.98183012008667,-0.41559869050979614,0.5685312151908875,0.16814157366752625 +12,1.4007239089863834,0.47192391265426703,2.199469944260995,0.8778449892997742,-0.4546007513999939,-0.15075352787971497,-0.06972316652536392,3.162886142730713,6.60575532913208,-0.19653993844985962,1.0338090658187866,0.8908658027648926 +13,1.6010111477882782,0.925855237313323,2.2257836422946675,0.6008768081665039,-0.7991352081298828,0.01816091127693653,-1.4450215101242065,1.1554803848266602,4.7329792976379395,-0.40306198596954346,-0.05705064535140991,-0.027865532785654068 +14,1.3811718631615404,1.329427742111423,2.543720042984502,0.23474696278572083,-0.971011757850647,-0.0450550876557827,-1.1721546649932861,-0.6336943507194519,3.807203769683838,0.014718979597091675,-0.21734267473220825,-0.279346764087677 +15,-2.3001264361552685,1.5405616690077855,-0.019446788417222964,-0.022540640085935593,-0.9995429515838623,0.020144838839769363,2.5181803703308105,0.8026324510574341,0.28888776898384094,0.3643680512905121,-0.1090538501739502,0.29945051670074463 +16,3.0753640029986617,1.4548055066521501,0.8863165703846674,0.007659107446670532,-0.9932805895805359,0.1154773011803627,0.1489362269639969,-1.420047402381897,-0.09830787777900696,0.09182819724082947,0.17661499977111816,-0.489363431930542 +17,2.4141950447518967,1.5589393938139189,1.3966989555994103,0.007889850065112114,-0.9999297261238098,0.008862591348588467,-1.3016762733459473,-1.3807532787322998,1.0125256776809692,0.47993364930152893,-0.21817946434020996,-0.40389740467071533 +18,-1.585683450805928,1.4490735305645108,-0.9122613973032317,-0.12140912562608719,-0.9926009178161621,0.0018075662665069103,-0.9029605388641357,0.16360345482826233,0.7468092441558838,-0.22336320579051971,0.3647933006286621,0.5705496072769165 +19,-1.2724124660593028,1.462435164341279,-1.1333530505675988,-0.1033703163266182,-0.9941346645355225,-0.03179323300719261,0.8773701786994934,0.9229685664176941,-0.9062975645065308,0.030967354774475098,0.5236451625823975,-0.09564816951751709 +20,-2.0668652972050743,1.5646816474669873,-0.3449367407725783,-0.00538489269092679,-0.9999812841415405,0.002914353273808956,-0.6013084650039673,-0.27112051844596863,-0.2333168089389801,-0.124482661485672,-0.6335941553115845,0.15304577350616455 +21,-1.6528304095317083,1.5035842505310075,-0.7151460203066848,-0.06693477928638458,-0.9977421164512634,0.005503283813595772,0.9224826693534851,-0.24365320801734924,0.6509929895401001,0.2936956584453583,-0.4071497917175293,-0.9615885019302368 +22,-1.3968238229642556,1.4868403419090002,-1.0056718064717631,-0.0825914740562439,-0.9964777827262878,-0.014515385031700134,-0.8484877943992615,-0.8646426200866699,0.1355985552072525,0.2064165472984314,-0.04311877489089966,-0.29758787155151367 +23,-0.827230560476302,1.4369628125640939,-1.5496180539245359,-0.09821490198373795,-0.9910576343536377,-0.09032329171895981,-1.8198925256729126,-1.1469992399215698,-0.22895246744155884,-0.019979670643806458,0.465667188167572,0.03305704891681671 +24,-0.5364225728082523,1.3316340145953836,-1.8568894818374666,-0.12106556445360184,-0.9715367555618286,-0.20361624658107758,-0.7795578837394714,1.144945740699768,-0.04858195781707764,-0.07885509729385376,0.2690373659133911,-0.09594428539276123 +25,-0.6945703106251071,1.3360085598014613,-1.6639738115630618,-0.14890015125274658,-0.9725637435913086,-0.1787412166595459,1.0902611017227173,1.6670736074447632,1.1030892133712769,-0.5064800977706909,-0.29635709524154663,0.2174375206232071 +26,-1.0686682557738538,1.3928300999857195,-1.224668247680735,-0.1551763415336609,-0.9842057824134827,-0.08520250022411346,1.1228501796722412,-0.23946082592010498,-0.48249295353889465,0.06727045774459839,-0.13603347539901733,-0.37437695264816284 +27,-1.4957484110483188,1.4521999911608166,-0.8827870952072545,-0.11798550188541412,-0.9929757118225098,-0.008871227502822876,0.22863739728927612,0.4151470959186554,-0.10248984396457672,0.24846342206001282,-0.07394933700561523,0.08295261859893799 +28,-1.349277320014766,1.436422797460618,-1.0114395415419213,-0.1306963562965393,-0.9909854531288147,-0.029434770345687866,-0.42501771450042725,0.011473179794847965,0.4382307529449463,0.029515311121940613,0.4517092704772949,-0.060195330530405045 +29,-1.2115839031940607,1.3960900806647802,-1.2081500085497137,-0.16272461414337158,-0.9847776293754578,-0.061103738844394684,-0.592985987663269,-1.925647258758545,-0.14964303374290466,0.12057983875274658,0.26276224851608276,1.0832138061523438 +30,-1.125961752336429,1.3822989377041806,-1.3662458803765003,-0.16914735734462738,-0.9822869300842285,-0.08063256740570068,-0.3275142312049866,-0.2476702183485031,0.8074353933334351,-0.2618676424026489,-0.23681402206420898,0.016240477561950684 +31,-1.2597525849628275,1.3473918360286947,-1.2889829572092408,-0.21092011034488678,-0.9751488566398621,-0.06780632585287094,-0.08902384340763092,-0.9868693351745605,-0.26876312494277954,0.09943938255310059,-0.15094983577728271,-0.28580087423324585 +32,-1.1186097599795057,1.3551379506364924,-1.4996816884883946,-0.1924833208322525,-0.9768357276916504,-0.09349968284368515,-0.9602402448654175,0.13478651642799377,-0.37202757596969604,0.061746031045913696,-0.07751607894897461,-0.04076235741376877 +33,-0.8009746456102596,1.331719668538956,-1.8631268510948724,-0.17003481090068817,-0.9715570211410522,-0.16481855511665344,0.48350009322166443,-0.8887926340103149,0.05493880808353424,-0.014413416385650635,0.485351026058197,0.034584760665893555 +34,-1.0299737453665938,1.3445052909352448,-1.5309209615753665,-0.19234444200992584,-0.9745052456855774,-0.11551213264465332,1.2492930889129639,2.8938968181610107,-0.35283881425857544,0.09336069226264954,0.21274077892303467,-0.10097955912351608 +35,-1.2676074267822468,1.3779838547321728,-1.1351386134179677,-0.1828804463148117,-0.9814692139625549,-0.05721117556095123,-0.49928587675094604,-0.38459324836730957,-0.3437562882900238,-0.025798752903938293,-0.47280019521713257,-0.10029006004333496 +36,-1.1490823309757525,1.3748490837921108,-1.2236789970414736,-0.17763786017894745,-0.9808636903762817,-0.07969366014003754,0.7335711717605591,-0.15341171622276306,0.389072984457016,0.09652213752269745,-0.2402055263519287,0.008114643394947052 +37,-1.666401243411301,1.3450046303186016,-0.6814471680789603,-0.22285588085651398,-0.9746171832084656,0.021371271461248398,0.8788210153579712,0.6228834986686707,0.2943277060985565,0.09399540722370148,0.5232469439506531,-0.04912698268890381 +38,-1.7826449563210194,1.3391263487460436,-0.5383189758054637,-0.22447071969509125,-0.9732843041419983,0.04827822372317314,-0.571239709854126,-0.503953754901886,-0.320436954498291,0.08547839522361755,0.41563647985458374,-0.14639222621917725 +39,-1.5966321926555715,1.3400946422203095,-0.846616476203496,-0.22858382761478424,-0.9735062122344971,0.005906975362449884,-0.34940674901008606,-1.1519676446914673,0.3302454948425293,-0.08797496557235718,-0.15039503574371338,0.004102825187146664 +40,-1.4753033665249933,1.2981552028864922,-0.9637633041092186,-0.26804909110069275,-0.9630630612373352,-0.025674890726804733,-0.3529546856880188,-0.6471583843231201,-0.4044036567211151,0.19987282156944275,0.06670081615447998,-0.36478227376937866 +41,-1.4877479705580405,1.2920781611239092,-1.0044998471226014,-0.27417516708374023,-0.9614089131355286,-0.022822290658950806,-0.43106842041015625,-0.034752897918224335,-0.2952348589897156,0.08049538731575012,-0.0022141337394714355,0.005412044003605843 +42,-1.2474393953487672,1.2939521543974861,-1.242945527817678,-0.259155809879303,-0.9619227647781372,-0.08684807270765305,-0.18708202242851257,0.5601738691329956,0.11239272356033325,0.10136470198631287,0.30085110664367676,0.04139215499162674 +43,-1.1378408329340512,1.292351538211878,-1.3008971039122454,-0.24949924647808075,-0.9614840745925903,-0.11531930416822433,0.020330388098955154,0.423068106174469,-0.32513633370399475,-0.19187648594379425,0.24587738513946533,-0.008215844631195068 +44,-1.1125105224782212,1.3077299632166375,-1.2777570937502813,-0.23320943117141724,-0.9655971527099609,-0.11504584550857544,0.21133653819561005,0.46093976497650146,0.18072664737701416,-0.34776896238327026,0.022695541381835938,0.05192023515701294 +45,-1.2200437894331164,1.2958766470728,-1.169342990956779,-0.2549407184123993,-0.9624469876289368,-0.09327809512615204,0.14566251635551453,-0.2507462203502655,0.16484025120735168,-0.1552155315876007,-0.3108835816383362,-0.15127456188201904 +46,-1.2397657908715356,1.327584774706354,-1.2112502925993582,-0.22774623334407806,-0.9705695509910583,-0.07827107608318329,-0.0829748883843422,-0.626883864402771,-0.4005679190158844,0.36167263984680176,-0.3133049011230469,0.24593466520309448 +47,-1.251200384480043,1.342163347671726,-1.2993953002403047,-0.21516990661621094,-0.9739771485328674,-0.07120855152606964,-0.02051212266087532,-0.9722416996955872,0.016509894281625748,0.030904769897460938,0.32328128814697266,-0.06856191158294678 +48,-1.2856340163281081,1.3530441039454777,-1.3309733565358495,-0.20731134712696075,-0.9763855338096619,-0.06077370420098305,-0.3816576302051544,-0.5287318229675293,-0.17184503376483917,0.16081781685352325,0.30396121740341187,0.10346776247024536 +49,-1.0837709225023473,1.3426201918028742,-1.5847139634670406,-0.19990025460720062,-0.9740805625915527,-0.1058618351817131,-0.4669790267944336,-0.16814647614955902,0.3533220589160919,-0.027882948517799377,-0.058863043785095215,0.1711084246635437 +50,-1.1713585512254197,1.2909398535025645,-1.55400194890782,-0.2544737756252289,-0.9610950946807861,-0.10742118209600449,0.09317177534103394,-0.8300652503967285,-0.0388452485203743,0.014987081289291382,-0.38146471977233887,-0.12149113416671753 +51,-1.120831356635477,1.2741310381407807,-1.7109759373363211,-0.26323461532592773,-0.9563166499137878,-0.1271454393863678,-0.470881849527359,-0.45526376366615295,0.06390480697154999,-0.040766239166259766,-0.014676392078399658,-0.2760985493659973 +52,-1.0347525195787195,1.2606236533553956,-1.8310403058004154,-0.2624110281467438,-0.9522808790206909,-0.1558891087770462,-0.3614856004714966,-0.028433453291654587,0.05517878383398056,0.029394090175628662,0.2448224425315857,0.0770011693239212 +53,-0.98160838598504,1.2478669897985712,-1.864221612223687,-0.26383888721466064,-0.9483098983764648,-0.17634467780590057,-0.06624460220336914,-0.06542712450027466,-0.11197708547115326,-0.023743540048599243,0.20751094818115234,-0.04712027311325073 +54,-0.920816176393587,1.250162031856376,-1.9686764689786147,-0.250904381275177,-0.9490357041358948,-0.1907307654619217,0.3693855404853821,-0.29227712750434875,-0.08486377447843552,-0.2180134356021881,0.03538525104522705,0.09473772346973419 +55,-1.0798201772194347,1.315632022228958,-1.889488757789204,-0.2225886434316635,-0.9676218628883362,-0.11900538206100464,0.6795650720596313,-1.5957677364349365,-0.788644015789032,0.02382764220237732,-0.21807760000228882,-0.37891942262649536 +56,-1.2583066887250405,1.3819339727187832,-1.9097898137749365,-0.1786494106054306,-0.9822184443473816,-0.05771712213754654,0.01641298457980156,-2.0755462646484375,-0.1807478368282318,-0.003326907753944397,-0.41023755073547363,-0.13251423835754395 +57,-1.1808983310620906,1.331707952216528,-2.131478096398305,-0.21904303133487701,-0.9715542793273926,-0.09001259505748749,-0.635489821434021,-1.3206669092178345,0.2828092575073242,-0.1921202838420868,0.22730696201324463,-0.15556234121322632 +58,-1.0972417837732333,1.3220742035100894,-2.3613559374826654,-0.21907585859298706,-0.9692277908325195,-0.1122644916176796,-0.571265459060669,-1.6245689392089844,-0.40881460905075073,-0.0052130818367004395,0.45334339141845703,0.06323796510696411 +59,-0.9693839726902306,1.3118934899431525,-2.6841016541068847,-0.21109838783740997,-0.9666714668273926,-0.14485830068588257,-0.7751806378364563,-3.1342146396636963,-0.3667423725128174,-0.15553978085517883,0.012661457061767578,-0.44864755868911743 +60,-0.847281771203781,1.2741908927624486,3.1028176899519915,-0.21905551850795746,-0.9563341736793518,-0.19349288940429688,-1.9657028913497925,-3.5959174633026123,-0.25079110264778137,-0.48117029666900635,-0.3924359083175659,-0.2523841857910156 +61,-0.7428014740599561,1.2313500450191524,2.834468672860311,-0.22520235180854797,-0.9429391622543335,-0.24525438249111176,-0.13354459404945374,-0.17481231689453125,-0.4830278754234314,0.015973836183547974,0.391623854637146,0.12454211711883545 +62,-0.549511816085253,1.2767644004885554,2.6368181851040853,-0.1513613760471344,-0.9570831656455994,-0.2471473515033722,-0.5061439871788025,-1.0586589574813843,-0.7607670426368713,0.0964907705783844,0.05246579647064209,-0.17106550931930542 +63,-0.42021793626363685,1.2459794784292426,2.3366652985457477,-0.130194291472435,-0.9477092027664185,-0.2913706302642822,0.35465094447135925,-0.2652987241744995,-0.3887273967266083,-0.4888700544834137,-0.17829787731170654,0.4138529300689697 +64,-0.4206340810314007,1.355332131042645,2.3066418498752284,-0.08730323612689972,-0.9768772721290588,-0.19516374170780182,1.054506540298462,0.10965250432491302,-0.6126076579093933,-0.00414266437292099,-0.4054774045944214,-0.3328819274902344 +65,-0.2538774908243877,1.4593224299023928,2.1664990543419185,-0.027939556166529655,-0.9937931895256042,-0.10767669975757599,-0.018612105399370193,-0.14791491627693176,-0.4110887348651886,0.3489539623260498,0.0372198224067688,0.182749941945076 +66,-0.24429059976771916,1.4416650196395693,2.1345122005203474,-0.03114612028002739,-0.9916741251945496,-0.12494980543851852,0.1520770639181137,-0.7014505863189697,0.5743530988693237,-0.025051984935998917,0.6054741144180298,0.04113326966762543 +67,-0.5296683822933745,1.4383354025612658,2.3197952174942325,-0.06672997772693634,-0.9912398457527161,-0.11397644132375717,-0.1629563570022583,-1.3721054792404175,-0.3094833791255951,-0.16773656010627747,0.06374967098236084,0.10825437307357788 +68,-0.9929807428579371,1.3663070025906647,2.7163050228535073,-0.17010089755058289,-0.9791648387908936,-0.1109144315123558,0.04805167764425278,0.4696992337703705,0.693990170955658,-0.3544047176837921,-0.6397316455841064,-0.12484908103942871 +69,-0.9962254652233791,1.3504516536670976,2.7056720306388997,-0.18347036838531494,-0.9758221507072449,-0.11878537386655807,-0.3833150863647461,-0.8493296504020691,-0.17246228456497192,-0.03927744925022125,-0.005546927452087402,-0.33124208450317383 +70,-0.8000309858941215,1.3263659445329723,2.3992350278995542,-0.17360803484916687,-0.970275342464447,-0.1686002016067505,-0.32544878125190735,-0.3578346073627472,-0.08502697199583054,0.08199429512023926,0.5465540289878845,0.192052960395813 +71,-0.7122531217011854,1.3293676091608915,2.395496747736364,-0.15625497698783875,-0.9709973931312561,-0.18096502125263214,-0.14013057947158813,0.4908948540687561,-0.8241557478904724,0.16534920036792755,0.16582167148590088,0.20927013456821442 +72,-0.6367401140865464,1.344007778735665,2.3317260485358347,-0.1336904913187027,-0.9743934869766235,-0.18078763782978058,0.10561896860599518,0.3847111165523529,0.6467493176460266,-0.4526132047176361,-0.34277570247650146,0.17799526453018188 +73,-0.8172915211042981,1.378752358510209,2.5671462538650704,-0.13919739425182343,-0.9816161394119263,-0.1305900514125824,0.8701140880584717,0.0821785256266594,-1.0854709148406982,0.06603153049945831,-0.042431652545928955,-0.15618358552455902 +74,-0.845189142006247,1.4370752217933804,2.582642947598424,-0.09973876178264618,-0.9910726547241211,-0.08847203105688095,0.3130195140838623,0.3960948884487152,0.08490318059921265,0.41593137383461,0.1726827621459961,0.09333956241607666 +75,-1.0515343354173694,1.4457876813333181,2.802413443876975,-0.10824789851903915,-0.9921965599060059,-0.061872582882642746,0.3433198928833008,0.2243652492761612,0.5103147625923157,0.06643880158662796,0.5642181038856506,0.05756962671875954 +76,-1.1438786039812927,1.4015517695858153,2.9002070737992645,-0.1533200740814209,-0.9857122898101807,-0.06974463909864426,-0.7659680843353271,-0.7735314965248108,-0.15325824916362762,-0.09521511197090149,0.25118470191955566,0.07354408502578735 +77,-0.9357175938461711,1.3582373727038457,2.6347248772565814,-0.16982965171337128,-0.9774942994117737,-0.12515126168727875,-0.18521513044834137,0.23314175009727478,0.8103777170181274,-0.21859805285930634,-0.3482655882835388,0.42169058322906494 +78,-1.2430885472615703,1.3278890796159701,2.944562502922772,-0.2277258187532425,-0.9706428050994873,-0.0774189755320549,0.7284767031669617,0.1691010296344757,-0.21872158348560333,0.1209295392036438,-0.3246300220489502,-0.1156046986579895 +79,-1.1879819335768054,1.3180439438304696,2.8232235288808734,-0.2319694459438324,-0.9682278037071228,-0.09340940415859222,-0.5253773927688599,-0.45314696431159973,0.060956306755542755,-0.08672565221786499,0.10133010149002075,-0.3474169969558716 +80,-1.0216175069562852,1.3046400128694013,2.652517033730255,-0.22434855997562408,-0.9647890329360962,-0.1372959166765213,-0.42492860555648804,0.8619312047958374,-0.16798615455627441,0.02737283706665039,0.49571847915649414,0.1669131964445114 +81,-0.7364831611567253,1.279827707757922,2.475404277325101,-0.19269360601902008,-0.9579664468765259,-0.21253100037574768,-0.414320170879364,0.42766544222831726,-0.4223965108394623,0.10434521734714508,0.25693196058273315,0.1715458780527115 +82,-0.6876730123516072,1.3243811138969939,2.4449896624937635,-0.15483185648918152,-0.9697930812835693,-0.18849028646945953,-0.18192003667354584,0.6306807994842529,0.15355585515499115,-0.4540853500366211,-0.45893311500549316,0.33479154109954834 +83,-0.9323505213487373,1.3602193430508507,2.7644356786831525,-0.16785097122192383,-0.9779104590415955,-0.12456738948822021,0.6948989033699036,0.10666565597057343,0.016293955966830254,-0.1433214694261551,-0.17768335342407227,-0.3134666681289673 +84,-1.3123310732530624,1.437472092116539,3.107375977043218,-0.1285148561000824,-0.9911254644393921,-0.033976610749959946,0.6658021211624146,-0.12659214437007904,-0.18678122758865356,0.3689323365688324,-0.09731447696685791,0.09621727466583252 +85,-1.3474191341827135,1.4271573004251985,-3.1303965309589024,-0.13958945870399475,-0.9897016286849976,-0.03171028196811676,0.011502948589622974,0.16613492369651794,0.44248005747795105,0.09469807147979736,0.5220960378646851,-0.037488341331481934 +86,-1.3565204481134594,1.3612357655459255,-3.0744410769468122,-0.2032730132341385,-0.9781224131584167,-0.04423559829592705,-0.5231432914733887,-0.017206493765115738,0.06069072335958481,-0.06287077069282532,0.43736618757247925,-0.010833382606506348 +87,-1.1329520746219501,1.3419489693901665,2.901719217599533,-0.20545491576194763,-0.9739285111427307,-0.096183642745018,-0.07597481459379196,0.5410211682319641,0.6731388568878174,-0.33945170044898987,-0.38138753175735474,0.4691389799118042 +88,-1.2075151286155348,1.2944712303279513,3.000644474058705,-0.25501641631126404,-0.9620645046234131,-0.0969453975558281,0.24708355963230133,0.09185224026441574,-0.017164284363389015,0.10537350177764893,-0.5562612414360046,-0.3248380422592163 +89,-1.196963677962737,1.3079770107745896,2.8495181653836275,-0.24186082184314728,-0.965661346912384,-0.09487691521644592,-0.8351656198501587,-1.6012929677963257,-0.3594149947166443,-0.050695955753326416,-0.014746367931365967,-0.20144879817962646 +90,-0.9940127354005831,1.3101398358203293,2.5945614351874933,-0.21602179110050201,-0.9662209749221802,-0.14053969085216522,-0.22372440993785858,0.6571896076202393,-0.19550617039203644,0.0830109715461731,0.5082437992095947,0.1834321767091751 +91,-0.7250915977729243,1.2924466231018776,2.4045046958413208,-0.1822279840707779,-0.961510181427002,-0.20564784109592438,0.13311360776424408,0.6837435960769653,-0.15320925414562225,0.11103050410747528,0.28073936700820923,0.029942885041236877 +92,-0.694345474973951,1.3245778359436766,2.4270007573515744,-0.15596403181552887,-0.9698410630226135,-0.18730638921260834,0.34379780292510986,0.41488218307495117,0.45375242829322815,-0.3438376188278198,-0.48006439208984375,0.11851976811885834 +93,-0.8999805775640124,1.3424645916372486,2.7094934433786273,-0.17730548977851868,-0.9740453958511353,-0.14070658385753632,0.7413280606269836,0.6067065000534058,-0.13018016517162323,-0.12587137520313263,-0.37478578090667725,-0.32531213760375977 +94,-0.9537297930304636,1.424480757966614,2.7579682747361565,-0.11890700459480286,-0.9893149733543396,-0.08436329662799835,-0.016677118837833405,-0.22172494232654572,-0.17657530307769775,0.48929882049560547,-0.1900520920753479,0.13560235500335693 +95,-0.8845423282663408,1.4370854412683003,2.678289448015194,-0.10313381999731064,-0.9910740256309509,-0.08447255939245224,0.08569483458995819,-0.255965918302536,0.1372322142124176,0.07167018949985504,0.4897923469543457,-0.00039684027433395386 +96,-1.1667576394035692,1.3837411402343187,2.9431896529628294,-0.17099259793758392,-0.9825561046600342,-0.073109932243824,-0.3223942518234253,-0.4784988760948181,0.26186683773994446,-0.08538556098937988,0.5717895030975342,0.1407521367073059 +97,-0.9328912705254806,1.3628907091445588,2.6669926386688587,-0.16581951081752777,-0.9784653782844543,-0.12292078137397766,-0.11361771821975708,0.9608172178268433,0.24344268441200256,-0.18813860416412354,-0.36887049674987793,0.4770009517669678 +98,-1.0555594271235778,1.31243209813062,2.8143021501809558,-0.22232957184314728,-0.9668092131614685,-0.12589509785175323,0.3536248505115509,-0.11152878403663635,0.1615460216999054,-0.05641798675060272,-0.5599547028541565,-0.2783712148666382 +99,-1.1578321284138362,1.3162673680179267,2.801131152332321,-0.2306227833032608,-0.9677820205688477,-0.10104965418577194,-0.5216548442840576,-1.7490665912628174,0.22791197896003723,-0.0477127879858017,-0.28832143545150757,-0.21212172508239746 +100,-1.0312350241305444,1.2897831366740362,2.6022865365180805,-0.23793014883995056,-0.9607749581336975,-0.1424805372953415,-0.2330050766468048,0.29346394538879395,-0.18786056339740753,0.06860341131687164,0.4075065851211548,0.1961914449930191 +101,-0.7856964553260526,1.255699399838608,2.4866607652368367,-0.21920393407344818,-0.9507663249969482,-0.21907320618629456,-0.0007841009646654129,1.0452195405960083,0.22626817226409912,0.33530810475349426,0.5537326335906982,0.04397857189178467 +102,-0.7417457939573605,1.2671187949977407,2.54891923193106,-0.20201842486858368,-0.9542432427406311,-0.22047290205955505,0.5900142788887024,0.821513831615448,0.09658804535865784,-0.20055417716503143,-0.23299729824066162,0.28146231174468994 +103,-0.9643610969965819,1.2898606034554705,2.8774163989623425,-0.22781607508659363,-0.9607964158058167,-0.15801914036273956,0.8524575233459473,0.3409520387649536,0.2593905031681061,0.06134270131587982,-0.3878210783004761,-0.35948270559310913 +104,-1.1453942326724422,1.325796597020037,3.07135004053287,-0.2209377884864807,-0.9701374173164368,-0.10009977966547012,0.23695048689842224,-0.05252048745751381,0.07548478990793228,0.3078518509864807,-0.22125357389450073,-0.02792143076658249 +105,-1.331091669252152,1.3310316664688295,-2.977113787797836,-0.230684295296669,-0.971393883228302,-0.05638009309768677,0.6605069041252136,0.7443140149116516,0.46238425374031067,0.1356983184814453,0.5176891088485718,-0.021012485027313232 +106,-1.3678222522848158,1.2973200754614416,-2.882010562237672,-0.2645357847213745,-0.9628378748893738,-0.05444363132119179,-0.7476832270622253,0.1844692975282669,-0.13481570780277252,0.004892230033874512,0.6632468104362488,0.0698091983795166 +107,-1.0433200455855178,1.2483585762401257,3.0280160644535057,-0.2738094925880432,-0.9484657645225525,-0.1595027595758438,-0.19748619198799133,-0.07399355620145798,0.5238609910011292,-0.5882205367088318,-0.4565024971961975,0.3364894390106201 +108,-1.2253230132140327,1.2420893463087683,-3.0843347511449055,-0.30374571681022644,-0.9464605450630188,-0.10932023823261261,0.5877201557159424,-0.4179317355155945,0.20219026505947113,-0.07354310154914856,-0.8362389802932739,-0.4456419348716736 +109,-1.204959569377552,1.252155839356922,2.976330550886128,-0.292544424533844,-0.9496622085571289,-0.1120683029294014,-1.0985729694366455,-2.016918897628784,-0.23790301382541656,-0.17304697632789612,-0.2870015501976013,-0.3853377103805542 +110,-1.041176732760177,1.2431592411507286,2.7393654527820486,-0.27771884202957153,-0.9468053579330444,-0.16257831454277039,-0.06752228736877441,1.3481438159942627,-0.0862065851688385,0.11385473608970642,0.5154241919517517,0.3966786861419678 +111,-0.8443388450711677,1.228877555410741,2.7126262995795964,-0.25064411759376526,-0.9421130418777466,-0.22271184623241425,0.14540661871433258,1.500264048576355,0.023680178448557854,0.42052024602890015,0.5647631883621216,0.16765809059143066 +112,-0.7959291917721918,1.2630912870683637,2.7395387184579927,-0.2164064198732376,-0.9530311822891235,-0.21189577877521515,0.4558309316635132,0.4542468190193176,-0.04190203174948692,-0.20557540655136108,-0.39262616634368896,0.10775458812713623 +113,-1.0478330668297593,1.2858177688867638,3.112006735040949,-0.2435607761144638,-0.9596676826477051,-0.1404135823249817,1.0569478273391724,0.6328684091567993,0.37924081087112427,-0.210235595703125,-0.7375520467758179,-0.4658792018890381 +114,-1.214367795098641,1.3373749709602745,-3.020908942892425,-0.21676909923553467,-0.9728807210922241,-0.08070982247591019,0.14480137825012207,-0.49986669421195984,-0.12362192571163177,0.34327977895736694,-0.41814088821411133,0.09752500802278519 +115,-1.393203174578226,1.3478204265890543,-2.855423906589837,-0.21765489876270294,-0.9752436876296997,-0.039065584540367126,0.3669462502002716,-0.19800804555416107,0.11225345730781555,0.10043689608573914,0.4530574083328247,3.361701965332031e-05 +116,-1.4057292215058594,1.3166559181488662,-2.837183828635543,-0.24799618124961853,-0.9678797721862793,-0.04131190478801727,-0.4527817964553833,0.2919331192970276,0.21292535960674286,0.04519161581993103,0.6435236930847168,0.04102200269699097 +117,-1.0981215801780912,1.2966492101382032,3.123827467480771,-0.24104192852973938,-0.9626564383506775,-0.12325327098369598,-0.3816494941711426,-0.11161656677722931,0.26416122913360596,-0.28001517057418823,-0.191106379032135,0.2277301549911499 +118,-1.2600253823193444,1.2711893977764834,-3.035130477958174,-0.2810065746307373,-0.955452561378479,-0.0902530625462532,0.7258113622665405,-0.41804471611976624,0.2752506732940674,-0.010359972715377808,-0.6016305088996887,-0.4482753872871399 +119,-1.2948115660610093,1.2758199200456684,3.1315833571891782,-0.27971601486206055,-0.9568089842796326,-0.07921895384788513,-0.8974665403366089,-1.48203706741333,-0.23191846907138824,-0.09459733963012695,-0.4004451036453247,-0.421650767326355 +120,-1.094458513471034,1.269995037704845,2.8568345710296295,-0.2633029818534851,-0.9550994038581848,-0.13585509359836578,-0.5748807191848755,0.38366079330444336,-0.10850763320922852,0.007275760173797607,0.1904052495956421,0.23296202719211578 +121,-0.8804573781213059,1.2505906867872734,2.759292798047965,-0.2426908314228058,-0.949170708656311,-0.20043984055519104,-0.11212678998708725,1.1091493368148804,-0.06138933449983597,0.2912748157978058,0.5562111139297485,0.19570958614349365 +122,-0.7620986876931524,1.2651564616999575,2.723180187557505,-0.20775610208511353,-0.9536545872688293,-0.21767009794712067,0.6866578459739685,0.7466647028923035,0.09057771414518356,-0.14136499166488647,0.06583726406097412,-0.029064536094665527 +123,-0.9759093152200793,1.2871829398271324,3.054264031156007,-0.23175550997257233,-0.9600505828857422,-0.1568189412355423,0.9393948316574097,0.19990040361881256,0.4407067596912384,-0.05452987551689148,-0.4268970489501953,-0.5828660726547241 +124,-1.218172882539639,1.33807065740298,-2.9510186808151797,-0.21644000709056854,-0.9730414152145386,-0.0796508640050888,-0.12477780878543854,0.3363535702228546,-0.11185017228126526,0.37793901562690735,-0.7708550691604614,0.13018798828125 +125,-1.2133711613107212,1.3498118672330113,-2.9864774734911648,-0.20533816516399384,-0.9756821393966675,-0.07668682932853699,0.18700763583183289,-0.4808347523212433,0.027408389374613762,0.007218033075332642,0.16808009147644043,-0.023944862186908722 +126,-1.26551015871126,1.329295501502166,-2.9502996160456822,-0.22810176014900208,-0.9709801077842712,-0.07188348472118378,-0.4911116361618042,0.27755221724510193,-0.060071978718042374,-0.034044235944747925,0.6728538870811462,0.24934321641921997 +127,-1.0112688213324017,1.3245256551413045,3.0933556457989657,-0.20661219954490662,-0.9698283076286316,-0.12939946353435516,-0.9666767120361328,-0.8130186796188354,0.1468580961227417,-0.14992468059062958,0.29189568758010864,-0.12290464341640472 +128,-1.1039416451735273,1.2793807044242413,3.079296784250799,-0.2565630376338959,-0.9578381180763245,-0.1293116956949234,0.07527408003807068,-1.197223424911499,0.17435112595558167,-0.18076908588409424,-0.6506060361862183,-0.1356571763753891 +129,-1.2414619311097177,1.3095815621480393,3.050103264205462,-0.24437572062015533,-0.9660769701004028,-0.08352306485176086,-0.7694658637046814,-2.13232684135437,0.024630283936858177,0.15018320083618164,-0.5507078170776367,-0.636890172958374 +130,-1.0880882250308517,1.302092681530742,2.7886650909133883,-0.2351483255624771,-0.9641158580780029,-0.12323131412267685,-0.3324706554412842,0.22958065569400787,-0.1552724689245224,0.010813623666763306,0.14055323600769043,0.06024301052093506 +131,-0.8653586580864966,1.2827727546100294,2.6627305757762216,-0.216261088848114,-0.9588071703910828,-0.18417370319366455,-1.0442626476287842,1.6641045808792114,-0.05938376486301422,0.348127543926239,0.522146463394165,0.5599671602249146 +132,-0.6151875224943613,1.2569904747111507,2.5505827413812234,-0.17814339697360992,-0.9511656761169434,-0.2520890235900879,-0.06749686598777771,0.9828565716743469,-0.2054942101240158,0.12667548656463623,0.31273794174194336,-0.01129293441772461 +133,-0.723743506643701,1.2927169997627814,2.805026900985897,-0.18177813291549683,-0.9615844488143921,-0.205698162317276,0.8503632545471191,1.8280290365219116,0.30446678400039673,-0.4700773358345032,-0.2970976233482361,-0.0683649480342865 +134,-0.9440223562152659,1.3523887451869767,3.1357216305020725,-0.17549052834510803,-0.9762437343597412,-0.12708765268325806,0.3753580152988434,0.21103796362876892,-0.5871808528900146,0.24697795510292053,-0.4666426181793213,0.011044561862945557 +135,-0.9368868683256326,1.3673941381192458,3.1036282706926017,-0.16275669634342194,-0.9793850183486938,-0.11964564770460129,0.5046594738960266,-0.2967672646045685,-0.020282331854104996,0.026190534234046936,0.3158719539642334,0.0392012745141983 +136,-1.2344450090816965,1.363413219392186,-2.9092140468235566,-0.19436246156692505,-0.9785730838775635,-0.06795629113912582,0.03461341932415962,-0.3553685247898102,0.45410147309303284,0.02122098207473755,0.6753809452056885,0.08318454027175903 +137,-0.9854119028721144,1.3306724735865822,3.121950012972008,-0.19822537899017334,-0.9713085293769836,-0.1314019113779068,-0.9060410857200623,-0.03198083117604256,0.12071521580219269,-0.17364656925201416,0.11774712800979614,0.040123820304870605 +138,-1.1844663484097215,1.2739907894236047,-2.937246906230695,-0.27091163396835327,-0.9562756419181824,-0.11019906401634216,0.7200183868408203,0.7201657891273499,0.5912742018699646,-0.061012834310531616,-0.6482318043708801,-0.23240649700164795 +139,-1.3723689154379692,1.2715163199599913,-2.633520383933892,-0.2890473008155823,-0.9555490016937256,-0.05811971053481102,0.7114653587341309,0.7269150614738464,0.17281778156757355,0.3652954399585724,-0.2844565510749817,-0.3585367202758789 +140,-1.2979605894336825,1.298136340723452,-2.6365622261844885,-0.2593330144882202,-0.9630579948425293,-0.07256487011909485,-0.5405774712562561,1.137559175491333,-0.25811928510665894,0.2037300169467926,0.3119044899940491,0.15216994285583496 +141,-0.9691566520806804,1.275403736500211,-2.7654919046294766,-0.2399982511997223,-0.9566879272460938,-0.1647699922323227,0.41594398021698,2.711320638656616,0.16992953419685364,0.022484198212623596,0.46161651611328125,-0.016473889350891113 +142,-0.9747080488130178,1.3198759545850938,-2.537747547321153,-0.2054741233587265,-0.9686843156814575,-0.139395609498024,0.8979306817054749,1.3963258266448975,0.2557585835456848,-0.049347639083862305,0.05535423755645752,-0.3025904893875122 +143,-1.073037197665667,1.2487768275037054,-2.305060755969157,-0.2780795991420746,-0.9485982060432434,-0.15110744535923004,0.5288025140762329,0.8384044170379639,0.118857242166996,-0.8389095664024353,-0.08028680086135864,-0.3728640675544739 +144,-1.219916703285087,1.3405181000592796,-2.007178601563457,-0.21434104442596436,-0.9736029505729675,-0.07845431566238403,0.947564423084259,0.5885711908340454,-0.9401000738143921,0.42067041993141174,-0.8444816470146179,0.7911160588264465 +145,-1.0889667964880585,1.355671568530943,-2.0982161642409536,-0.18916554749011993,-0.9769497513771057,-0.09892193973064423,-0.2822001278400421,-1.1700657606124878,-0.4527002274990082,-0.06986765563488007,0.4407254457473755,-0.16102677583694458 +146,-1.138608002316324,1.381820147899318,-2.1582505269115395,-0.17058084905147552,-0.982197105884552,-0.07868421822786331,-0.29778507351875305,-0.41092050075531006,-0.43093228340148926,-0.010632544755935669,0.6328012347221375,0.2818092107772827 +147,-0.971152660435503,1.3490273375218251,-2.378275498361488,-0.18158140778541565,-0.9755098819732666,-0.12413156032562256,-0.9316428303718567,-0.9523282647132874,0.5207090377807617,-0.16766175627708435,0.04754668474197388,-0.042357079684734344 +148,-0.8930627541273123,1.2625823415292192,-2.623706748635532,-0.23631413280963898,-0.9528768658638,-0.1902139037847519,0.06597842276096344,-0.34870707988739014,0.025542467832565308,-0.14553704857826233,-0.509250819683075,-0.19281220436096191 +149,-0.9271742536939261,1.282337881587789,-2.6489342511632072,-0.22755904495716095,-0.9586835503578186,-0.17071229219436646,-0.388069212436676,-1.1620749235153198,-0.7932740449905396,0.18990035355091095,0.012425065040588379,-0.01980893313884735 +150,-0.7618970604311252,1.290858144319324,-2.8792483224116436,-0.19072607159614563,-0.9610725045204163,-0.1999080926179886,-0.5208329558372498,0.22495226562023163,-0.3645666241645813,0.252524197101593,0.46018749475479126,0.35054290294647217 +151,-0.7007404444760524,1.2748380773395318,-2.934710320042112,-0.18805554509162903,-0.9565231204032898,-0.22293218970298767,-0.07639457285404205,-0.32668712735176086,0.30248549580574036,-0.12296433746814728,0.4466506838798523,-0.06957876682281494 +152,-0.8861662266208546,1.275235598756568,-2.7853382942226608,-0.22563806176185608,-0.9566389918327332,-0.18419919908046722,0.6628628373146057,-0.35596945881843567,0.023079363629221916,-0.3778165280818939,-0.23650676012039185,-0.2680255174636841 +153,-0.8804432510048075,1.351671631505451,-2.808095742406798,-0.16760095953941345,-0.9760881066322327,-0.13842663168907166,-0.15068389475345612,0.6151200532913208,-0.22938500344753265,0.6801437139511108,-1.047807216644287,-0.04937851428985596 +154,-1.064245017388994,1.3700844034695197,-2.6480675115616195,-0.1743314564228058,-0.9799249172210693,-0.09672601521015167,0.209807351231575,-0.7495867609977722,-0.2512080669403076,0.027175694704055786,0.3895622491836548,0.13444577157497406 +155,-1.1650732668906494,1.3783519076352542,-2.675517066611564,-0.1757318675518036,-0.9815396666526794,-0.07548663765192032,0.07170643657445908,-1.6761184930801392,0.2002197504043579,0.10915777087211609,0.7686490416526794,0.02057027816772461 +156,-1.0880671234402954,1.30967768665178,-2.9482438058752267,-0.2286621332168579,-0.9661017656326294,-0.11983831971883774,-1.504663348197937,-1.7680714130401611,0.6533637642860413,-0.37413638830184937,-0.18619632720947266,0.0019489377737045288 +157,-1.288324781495105,1.283757184140732,-2.8461179882005627,-0.2718941569328308,-0.9590863585472107,-0.07891242206096649,0.3526020348072052,-0.11295711994171143,0.16986709833145142,-0.1137869656085968,-1.1604663133621216,-0.2633575201034546 +158,-1.2848311274138917,1.2851784519779677,-3.0098008528595015,-0.27030831575393677,-0.9594877362251282,-0.07947711646556854,-0.7563436627388,-1.5206079483032227,-0.0835508331656456,-0.08854791522026062,-0.40330517292022705,-0.41071152687072754 +159,-1.051062961329185,1.2822910949890294,2.9733913011356905,-0.2469494789838791,-0.9586702585220337,-0.14130643010139465,-0.8392521739006042,0.29296383261680603,-0.28434091806411743,0.1381695568561554,0.32066965103149414,0.28101587295532227 +160,-0.7381148845446264,1.241670201876875,2.8075377197238787,-0.21749018132686615,-0.9463251829147339,-0.23909513652324677,0.53303462266922,1.3052990436553955,-0.055423587560653687,0.25723934173583984,0.6051692962646484,0.24797575175762177 +161,-0.769683174766553,1.271506684422824,2.9177542481633214,-0.205182284116745,-0.9555462002754211,-0.21173468232154846,1.048815369606018,0.685560941696167,0.7888072729110718,-0.4034450054168701,-0.4242297410964966,0.013034731149673462 +162,-1.0399337612448836,1.3083006696064174,-2.984461690559451,-0.2237776815891266,-0.9657453894615173,-0.1313745677471161,1.0403732061386108,0.8918209075927734,-0.4303824305534363,0.07648460566997528,-0.2737107276916504,-0.1903722733259201 +163,-1.1000482957936115,1.3424794902715016,-2.886473458572895,-0.20171968638896942,-0.9740487337112427,-0.10265661776065826,0.42924878001213074,-0.3756861090660095,0.059153001755476,0.042875707149505615,0.11288845539093018,-0.13679957389831543 +164,-1.3398501043947753,1.3183621212948324,-2.690335104483003,-0.24313044548034668,-0.9683073163032532,-0.05717010423541069,0.01313308160752058,-0.6460527777671814,0.4893818199634552,0.00625300407409668,0.606796145439148,0.058924853801727295 +165,-1.1050103931666166,1.2924606499924698,-2.952300225230958,-0.24548593163490295,-0.9615140557289124,-0.12339983135461807,-1.1098233461380005,-0.510246992111206,-0.2525092661380768,-0.12537896633148193,0.36082130670547485,-0.12643229961395264 +166,-1.1487417918167293,1.2672071202640027,-2.9666134522075995,-0.27271419763565063,-0.9542696475982666,-0.12245933711528778,-0.05487754940986633,-0.4521934390068054,0.4501289129257202,-0.17935791611671448,-0.2649685740470886,0.4107436537742615 +167,-1.2703315034716542,1.276303185198865,-2.8911214270849226,-0.2772511839866638,-0.9569494128227234,-0.085905060172081,-0.5143979787826538,-1.8424724340438843,-0.3955647349357605,0.2513570189476013,-0.5208643674850464,-0.6311969757080078 +168,-1.1607762219274043,1.271478438923421,3.08133651269141,-0.2704278528690338,-0.9555378556251526,-0.11754284799098969,-0.8727694749832153,-0.7162027955055237,-0.15965129435062408,-0.11949527263641357,-0.0073223114013671875,0.013798341155052185 +169,-0.9497753729548793,1.2331166665913973,2.913755543077914,-0.2694399952888489,-0.9435259103775024,-0.19277124106884003,-0.2502976953983307,1.6205459833145142,0.2300494909286499,0.11717259883880615,0.4021899700164795,0.25708702206611633 +170,-0.7836809231331449,1.2164727759781182,2.887233157635422,-0.24491311609745026,-0.9378814101219177,-0.24575571715831757,-0.23376257717609406,0.503548264503479,-0.11500175297260284,0.20003707706928253,0.4422150254249573,0.21134714782238007 +171,-0.9137665833491633,1.239203756837024,3.0497539849396693,-0.25777286291122437,-0.9455251097679138,-0.19883477687835693,1.1192222833633423,0.4946579337120056,0.5677459239959717,-0.6797423362731934,-0.5085458755493164,0.06207028031349182 +172,-1.1364015899455489,1.2728562472961822,-3.0484650801670443,-0.2662881910800934,-0.95594322681427,-0.12354464828968048,0.1743263155221939,-1.2089107036590576,-0.35717257857322693,0.06304112076759338,-0.5813645124435425,0.03505897521972656 +173,-1.2078823167038863,1.2799054442318352,-3.041029902105729,-0.26812517642974854,-0.9579887390136719,-0.1018160805106163,-0.21675965189933777,-1.2238118648529053,0.13182656466960907,0.05128255486488342,0.09472274780273438,-0.1630917191505432 +174,-1.2562660514129784,1.24720011302371,3.118072905000357,-0.3023785948753357,-0.9480980634689331,-0.09837280213832855,-0.7568625807762146,-1.5189183950424194,0.14241455495357513,-0.022145330905914307,0.5069512128829956,0.24151551723480225 +175,-1.1327634731077196,1.2232713404666369,2.913263511289457,-0.30841779708862305,-0.9402185082435608,-0.14445661008358002,-0.39997515082359314,-0.652563750743866,-0.10599803179502487,0.08751624822616577,0.447847843170166,0.11085675656795502 +176,-1.1663338281848556,1.2126520589170138,2.8393006460145678,-0.3222534656524658,-0.9365489482879639,-0.13794490694999695,0.18208901584148407,-1.0718109607696533,0.09148430824279785,0.1317780315876007,-0.5815021991729736,0.26636290550231934 +177,-1.3508029920791746,1.1964896572280161,2.901845243199203,-0.356815367937088,-0.9307613372802734,-0.07978834956884384,-1.0150163173675537,-1.2882004976272583,0.4958660900592804,-0.04957196116447449,-0.33098793029785156,-0.42768847942352295 +178,-1.1723608498275826,1.1638536085204803,2.6718938970682786,-0.36479973793029785,-0.9183351993560791,-0.1535625457763672,-0.8482935428619385,-0.2486024796962738,-0.08408255875110626,-0.18306702375411987,-0.06457489728927612,-0.05761907994747162 +179,-1.02685719421365,1.1652980367275443,2.5931784435823637,-0.3375444710254669,-0.9189059734344482,-0.20414583384990692,0.6337952613830566,2.686248540878296,-0.12194699794054031,0.3264666199684143,0.430014431476593,0.5428757071495056 +180,-0.8390236164708201,1.1805704551264349,2.5988551929566484,-0.2830123007297516,-0.9248231649398804,-0.25417760014533997,0.14852169156074524,1.1488087177276611,-0.16657476127147675,0.3229750990867615,0.43655717372894287,-0.05574369430541992 +181,-0.9818246840937049,1.1919415395810373,2.856397204209114,-0.3075404167175293,-0.929088830947876,-0.20545770227909088,0.8088160157203674,1.7785228490829468,0.13191217184066772,-0.6024327278137207,-0.474536657333374,0.3523693084716797 +182,-1.1722520183239247,1.2372609822630862,-3.125506386479223,-0.3017275929450989,-0.9448908567428589,-0.1270509660243988,1.0089819431304932,0.6351041197776794,-0.34505146741867065,0.10404998064041138,-0.2107793688774109,-0.10077798366546631 +183,-1.237416768699302,1.268133817677021,-3.0860593692349765,-0.2816518545150757,-0.9545462727546692,-0.09753753989934921,-0.17026187479496002,-0.8742626905441284,0.25816428661346436,0.14088958501815796,0.09755170345306396,-0.04751252382993698 +184,-1.3456445458220254,1.2182118857401882,-3.117077234077375,-0.3366089165210724,-0.9384833574295044,-0.07709526270627975,-0.6397519111633301,-1.3166804313659668,-0.05938124656677246,0.05110165476799011,0.7758092880249023,0.22846245765686035 +185,-1.2648566707170033,1.21122891428341,3.066311944843571,-0.33552980422973633,-0.9360491037368774,-0.10597921162843704,0.018532607704401016,0.7893952131271362,-0.19890989363193512,0.009235858917236328,0.164168119430542,0.17360617220401764 +186,-1.2964151371848347,1.2079125831340976,3.097725275959671,-0.3416934013366699,-0.9348770380020142,-0.09618008136749268,0.17028918862342834,-0.5489494800567627,0.3602137267589569,-0.04983186721801758,-0.28904569149017334,0.21478664875030518 +187,-1.278070252156916,1.2068694673980982,3.044220981855379,-0.34080466628074646,-0.9345062971115112,-0.10271309316158295,-1.409611701965332,-0.7839698791503906,-0.5578738451004028,0.11910971999168396,-0.02347087860107422,-0.36312252283096313 +188,-1.0903934443554748,1.1965519109137746,2.8182679670914617,-0.3241899609565735,-0.9307841062545776,-0.1689428687095642,-0.4295905828475952,0.30056729912757874,-0.19813472032546997,-0.17877021431922913,0.2674083113670349,0.021893993020057678 +189,-0.8846749030837586,1.184883716284365,2.720475399043779,-0.291227787733078,-0.9264553189277649,-0.23846788704395294,0.0831642672419548,2.4846034049987793,0.07075917720794678,0.2510208785533905,0.5229061245918274,0.5463139414787292 +190,-0.8004447575607349,1.2088082524915782,2.835103295558288,-0.25415000319480896,-0.9351946115493774,-0.24661462008953094,0.5744718909263611,1.2839659452438354,-0.3210100829601288,-0.09623759984970093,0.03369009494781494,4.786252975463867e-05 +191,-0.7744321184716959,1.2504380768671384,2.906890640125912,-0.22021722793579102,-0.9491226673126221,-0.2251008003950119,1.4052979946136475,0.7046576738357544,0.44325777888298035,-0.354428768157959,-0.48898762464523315,-0.1703001707792282 +192,-1.0677150967773026,1.328827343721279,-3.048754579411156,-0.2099267691373825,-0.9708680510520935,-0.11552481353282928,1.1835771799087524,-0.48527637124061584,-0.6092666387557983,0.10383237898349762,-0.2764921188354492,-0.18608039617538452 +193,-1.2653226013335424,1.3625135206971217,-2.8572018942198034,-0.19720716774463654,-0.9783874154090881,-0.06218809261918068,-0.1943369209766388,-0.2074108123779297,-0.03212181478738785,0.14085647463798523,0.3705383539199829,0.0029993057250976562 +194,-1.287848966589874,1.328232751104672,-2.865352474402083,-0.23064105212688446,-0.970725417137146,-0.06705845147371292,-0.20526811480522156,-0.3191748261451721,0.5245767831802368,0.03363485634326935,0.5869516730308533,-0.006336323916912079 +195,-1.1327929358044744,1.3181693706568518,-3.0843629204194785,-0.22635333240032196,-0.9682591557502747,-0.10601115226745605,-0.5573489665985107,-0.408969521522522,-0.04588765278458595,-0.14333660900592804,-0.08403271436691284,0.20932841300964355 +196,-1.262143485335747,1.2821108476154823,-2.9673380342545363,-0.27123868465423584,-0.9586189389228821,-0.08648248761892319,0.09767231345176697,0.07707344740629196,0.3054678738117218,-0.07246550917625427,-0.35139381885528564,-0.14810609817504883 +197,-1.3608791514503369,1.2906505676720523,-2.9181512061959243,-0.2704266607761383,-0.9610151648521423,-0.0576159805059433,-0.44778022170066833,-1.4360766410827637,-0.1254434883594513,0.07279479503631592,-0.1989123821258545,-0.3820202350616455 +198,-1.227738446050707,1.285407662649498,-3.060533944754675,-0.2651260197162628,-0.9595522880554199,-0.09469801187515259,-0.34288814663887024,1.0679608583450317,-0.11317803710699081,0.11546778678894043,0.4012179374694824,0.1344166398048401 +199,-0.9348733448344042,1.2686222356035475,3.0427614726036656,-0.2394237518310547,-0.9546917676925659,-0.17674881219863892,0.6891551613807678,1.59344482421875,-0.005959880538284779,0.2823162078857422,0.5252788066864014,0.2593904733657837 +200,-0.8654536756440461,1.3081861018471679,3.058976462252244,-0.19765855371952057,-0.9657156467437744,-0.1682989001274109,0.12140312045812607,-0.01624014787375927,-0.4061797261238098,-0.2652015686035156,-0.24191069602966309,0.10721796751022339 +201,-1.098081389309457,1.3259694703404947,-2.901130285995273,-0.2158074975013733,-0.9701793193817139,-0.11036095768213272,1.0723457336425781,0.2688574194908142,0.2519613206386566,-0.1534857451915741,-0.5305989980697632,-0.4428921937942505 +202,-1.427702534011616,1.3610166486562136,-2.57362053685584,-0.20611640810966492,-0.9780768156051636,-0.02969694510102272,0.04266257584095001,0.28831547498703003,0.3075811266899109,0.4148413836956024,-0.4477807283401489,0.13411283493041992 +203,-1.3946804137479734,1.3613670914847016,-2.6415971503721893,-0.20468567311763763,-0.9781497120857239,-0.036425791680812836,-0.29150694608688354,-0.9035841226577759,0.10372842848300934,0.10210086405277252,0.5282138586044312,-0.04958796128630638 +204,-1.3356753193653133,1.3221752953569623,-2.7644654891383125,-0.23929715156555176,-0.9692526459693909,-0.05732402950525284,-0.6696146130561829,-0.2660127580165863,0.11448642611503601,-0.009924635291099548,0.6890403032302856,0.10763227939605713 +205,-1.1235074816698323,1.3089015339772674,-3.0494617252719847,-0.2334405779838562,-0.9659011363983154,-0.11198509484529495,0.11926038563251495,-0.5710855722427368,0.4445852041244507,-0.2858770489692688,-0.8254349231719971,0.31111228466033936 +206,-1.2885096447525615,1.2814257299870695,-2.9111800352641874,-0.27405521273612976,-0.9584236741065979,-0.07948470115661621,0.24431470036506653,0.06680788099765778,0.15125781297683716,-0.02645137906074524,-0.5766715407371521,-0.2420790195465088 +207,-1.3259093982177073,1.2931587898596082,-2.9381442383483036,-0.2659068703651428,-0.9617056250572205,-0.06645079702138901,-0.6779735088348389,-0.9904667735099792,0.2073989063501358,0.008918344974517822,-0.290705144405365,-0.366776704788208 +208,-1.10654550724068,1.274981191597243,3.0503021828400985,-0.2606642544269562,-0.9565648436546326,-0.13052871823310852,-0.7254807949066162,0.3653000593185425,-0.15184378623962402,0.11004477739334106,0.40708065032958984,0.40715527534484863 +209,-0.8598720862580311,1.2646285495193645,2.9808214651337472,-0.22839410603046417,-0.9534956216812134,-0.19667860865592957,0.6292558908462524,1.6022387742996216,-0.05657186359167099,0.2977604866027832,0.48410463333129883,0.06906935572624207 +210,-0.867135657031602,1.2925006958820389,3.0665790223085465,-0.20946599543094635,-0.9615250825881958,-0.17774561047554016,1.011407494544983,1.6296987533569336,0.6187018156051636,-0.7616185545921326,-0.4796980619430542,0.59673672914505 +211,-1.1875395494306025,1.3246519757962518,-2.804250861661366,-0.22598892450332642,-0.9698591232299805,-0.09111737459897995,0.9780615568161011,0.16970263421535492,-0.24174053966999054,0.11789566278457642,-0.29720020294189453,-0.29108476638793945 +212,-1.3047100363838007,1.3457663921198215,-2.7023630828741596,-0.21528270840644836,-0.9747874140739441,-0.0586751289665699,0.13214844465255737,-0.5951369404792786,-0.2739578187465668,0.24259594082832336,0.19304919242858887,-0.027369201183319092 +213,-1.4086848662450757,1.3415432291876108,-2.6706138217204267,-0.2242705076932907,-0.9738364219665527,-0.03667869046330452,0.08548499643802643,-0.44849297404289246,0.5568885803222656,0.07908312976360321,0.6118063926696777,0.044536951929330826 +214,-1.272584137237491,1.3243382148110714,-2.812691896722933,-0.23320244252681732,-0.9697825908660889,-0.07168140262365341,-0.9907034039497375,0.4011876583099365,-0.2258937805891037,-0.05878975987434387,0.26137810945510864,0.12566697597503662 +215,-1.1307777424916803,1.2856759956795376,-2.944285341165188,-0.25447994470596313,-0.9596278071403503,-0.11980997771024704,0.016240539029240608,-0.254179984331131,0.591164231300354,-0.42064517736434937,-0.2892429828643799,0.43533122539520264 +216,-1.3320855492559014,1.28097209948321,-2.7958462785519367,-0.27767956256866455,-0.9582940936088562,-0.06757351756095886,-0.10682721436023712,-0.5323379039764404,-0.5314918756484985,0.2898103594779968,-0.2549625635147095,-0.34145355224609375 +217,-1.2668500060898353,1.2891386650948078,-3.0004540251661345,-0.2652079463005066,-0.9605960249900818,-0.08318658173084259,-0.8374989628791809,-0.33685407042503357,0.14935439825057983,-0.11829119920730591,0.09325593709945679,-0.0742383599281311 +218,-0.9894349333176051,1.2632103616231944,3.107057161392566,-0.25302040576934814,-0.9530672430992126,-0.16626374423503876,-0.31647834181785583,2.5392673015594482,0.21040871739387512,0.30944743752479553,0.40378129482269287,0.58734530210495 +219,-0.8424831459057885,1.2488009080781313,3.1021546586315396,-0.23617354035377502,-0.9486058354377747,-0.21063947677612305,-0.03200221806764603,0.8728463649749756,-0.11765306442975998,-0.055803343653678894,0.21049243211746216,-0.004677280783653259 +220,-0.860982661033514,1.2629885873839135,-3.073340035033798,-0.2297980934381485,-0.9530000686645508,-0.19744360446929932,1.153099775314331,1.3085705041885376,0.39409539103507996,-0.24757316708564758,-0.5949126482009888,0.23111972212791443 +221,-1.1618468955813313,1.2994776052236303,-2.7272139801869337,-0.24590207636356354,-0.9634183049201965,-0.10656972229480743,0.9387590289115906,-0.23053735494613647,-0.24094225466251373,0.13715270161628723,-0.13039261102676392,-0.17574839293956757 +222,-1.34420659560191,1.3136710643254024,-2.557218906743885,-0.2478013038635254,-0.9671249985694885,-0.05713033676147461,0.11680906265974045,-0.1044793426990509,0.07844073325395584,0.124235600233078,0.23259735107421875,-0.016996867954730988 +223,-1.4631313638644217,1.2745158396192802,-2.4444043836321594,-0.29027462005615234,-0.9564290642738342,-0.03137372434139252,0.1532057225704193,-0.4007173478603363,0.4778640568256378,0.10011956095695496,0.6364827156066895,-0.012693647295236588 +224,-1.2833616993895678,1.2679099755767191,-2.7020700718577015,-0.28603920340538025,-0.9544795155525208,-0.08455921709537506,-1.3809292316436768,-0.7683641910552979,-0.15156513452529907,-0.12516990303993225,0.1567654013633728,0.11297107487916946 +225,-1.2951346534202275,1.244639661039245,-2.724703722131789,-0.30830809473991394,-0.947280764579773,-0.08720897883176804,0.14610792696475983,-0.3862494230270386,0.3143155872821808,-0.18421512842178345,-0.23135387897491455,0.22293591499328613 +226,-1.4383847608646938,1.2428996497526312,-2.6270892757681747,-0.3192337155342102,-0.9467217922210693,-0.04251902177929878,-0.10807345807552338,-1.3261165618896484,-0.48656949400901794,0.2058303952217102,-0.18699103593826294,-0.4168773293495178 +227,-1.3416318580525783,1.2583301494135026,-2.879458462563096,-0.29936981201171875,-0.9515783190727234,-0.06983166188001633,-0.9506353735923767,-1.0345209836959839,-0.4436796009540558,-0.14028170704841614,0.2201482653617859,-0.18003100156784058 +228,-1.0468053322057815,1.2346743013515533,3.1151169071292677,-0.2855750322341919,-0.944040834903717,-0.1650262027978897,-0.3553381562232971,2.1624083518981934,0.09244678914546967,0.17543712258338928,0.5528055429458618,0.422762393951416 +229,-0.8860099448831645,1.23705217173405,3.1048928529481414,-0.2537306249141693,-0.9448224306106567,-0.2071986049413681,-0.33221235871315,0.5066031813621521,-0.5106976628303528,0.08145895600318909,0.06670969724655151,-0.06619308888912201 +230,-0.8767981506694714,1.258754934566326,-3.129503121331585,-0.23599077761173248,-0.9517088532447815,-0.19636321067810059,0.7506791949272156,0.9754843711853027,0.3344660997390747,-0.4183671176433563,-0.40981757640838623,0.06617525219917297 +231,-1.119805646567407,1.3052305459420976,-2.8575918020547633,-0.23621393740177155,-0.9649441838264465,-0.11439309269189835,0.5472135543823242,-0.5170851945877075,-0.56721031665802,0.12242913246154785,-0.23116177320480347,-0.19275110960006714 +232,-1.1908296654349353,1.3270495866428298,-2.784685394210285,-0.2241271585226059,-0.9704405665397644,-0.08951057493686676,0.17020706832408905,0.1749049425125122,-0.19251976907253265,0.24703063070774078,0.3928343653678894,-0.014508597552776337 +233,-1.3578897036544526,1.3276339158467634,-2.628798858758454,-0.23533709347248077,-0.9705814123153687,-0.05087587982416153,0.04056815803050995,-0.2644801139831543,0.4105839729309082,0.15518265962600708,0.6571657657623291,0.025851421058177948 +234,-1.0725364540795668,1.2844536113818086,-2.9621695083528703,-0.2481047809123993,-0.9592832922935486,-0.1349802017211914,-1.5025423765182495,-0.23259983956813812,0.2707507312297821,-0.2135956883430481,-0.039373934268951416,0.0968484878540039 +235,-1.1062929223207436,1.2322798086929103,-2.927133208472463,-0.2969014644622803,-0.9432483315467834,-0.14876848459243774,0.46737197041511536,-0.5927689671516418,0.3726334571838379,-0.10449621081352234,-0.31012386083602905,0.17101585865020752 +236,-1.2789903145461345,1.2319820511460562,-2.817537600803637,-0.31831875443458557,-0.9431494474411011,-0.09561680257320404,-1.010648488998413,-2.407015085220337,-0.3800380825996399,0.17683923244476318,-0.2557642459869385,-0.8152108192443848 +237,-1.1379079060735222,1.223928218333303,3.1130337247531354,-0.3085959553718567,-0.9404420256614685,-0.1426088660955429,-0.9551527500152588,-1.3131921291351318,-0.10314138233661652,-0.07655110955238342,0.3757143020629883,0.2255251556634903 +238,-0.9615553177703346,1.2099654189879965,3.0382152877672834,-0.28953173756599426,-0.9356037974357605,-0.20203228294849396,0.3544046878814697,1.8158533573150635,0.36632513999938965,0.3078269958496094,0.6380879282951355,0.07475870847702026 +239,-0.8385647528883715,1.2281221882214308,3.0453353892977586,-0.24988310039043427,-0.9418594837188721,-0.22463099658489227,-0.08111544698476791,0.2551843225955963,-0.416480153799057,-0.012430742383003235,-0.40375202894210815,0.14844383299350739 +240,-0.9676936380492449,1.2776185157941802,-2.98803992657511,-0.23801124095916748,-0.9573303461074829,-0.16391867399215698,1.2789684534072876,1.0991034507751465,0.2197229117155075,-0.2740432024002075,-0.5969451665878296,-0.558218777179718 +241,-1.2875376779461474,1.3441316053439107,-2.678505775349247,-0.2157735377550125,-0.9744213223457336,-0.06280860304832458,0.6551148891448975,-1.3995740413665771,-0.3532894551753998,0.2422017753124237,-0.3067218065261841,-0.0688900351524353 +242,-1.5635023551581078,1.3465570957581923,-2.4503625487246197,-0.22235876321792603,-0.9749635457992554,-0.0016219072276726365,0.3970790207386017,0.18669994175434113,0.1903875470161438,0.12473304569721222,0.36960166692733765,-0.022883713245391846 +243,-1.5492428873765478,1.3077642193972097,-2.40604702628726,-0.25994911789894104,-0.9656060338020325,-0.0056036654859781265,-0.5977837443351746,0.28637585043907166,0.2734419107437134,0.054199665784835815,0.5838006138801575,-0.12481319904327393 +244,-1.1997392053688913,1.2956023995078636,-2.7746662905055386,-0.25324076414108276,-0.9623725414276123,-0.09853087365627289,-0.6002090573310852,0.4871795177459717,0.13657845556735992,-0.31678181886672974,-0.06082087755203247,0.3226977586746216 +245,-1.247663619041975,1.2631336020041952,-2.7250146872708583,-0.2871587872505188,-0.9530439972877502,-0.09616079926490784,-0.02690081298351288,-0.46179887652397156,0.3736523985862732,-0.22877132892608643,-0.3370712995529175,0.10490406304597855 +246,-1.326429727396572,1.2576391936080893,-2.721786526902901,-0.2989117205142975,-0.9513657093048096,-0.07453356683254242,-0.7197123765945435,-2.18717098236084,-0.3287842273712158,0.0586467981338501,-0.32405543327331543,-0.5751093626022339 +247,-1.1919736585465395,1.2752597704281319,-3.01570904117536,-0.2706037163734436,-0.9566460251808167,-0.10771332681179047,-0.5709311366081238,-0.33223268389701843,-0.3815705478191376,-0.0054735541343688965,0.3680076599121094,0.07917940616607666 +248,-0.9458150163707747,1.2766183487930032,3.0877404980972805,-0.23514479398727417,-0.9570407867431641,-0.16964662075042725,-0.5873511433601379,1.5747650861740112,0.1920430064201355,0.2554084360599518,0.5603275299072266,0.26475465297698975 +249,-0.789344978285341,1.2773057155513525,3.0134296481549683,-0.2053687423467636,-0.9572398662567139,-0.2037540078163147,-0.10180137306451797,0.40722885727882385,-0.3801904320716858,-0.0962364673614502,-0.16180920600891113,-0.0560268759727478 +250,-0.8851092333196362,1.288712099489437,-3.105345642241276,-0.21544495224952698,-0.960477352142334,-0.1762578785419464,0.7956576347351074,0.41259580850601196,0.32909148931503296,-0.4172912836074829,-0.6272607445716858,-0.378124475479126 +251,-1.133820297167874,1.3399913041776175,-2.866305976301741,-0.20726607739925385,-0.9734825491905212,-0.09681224077939987,0.603179931640625,-0.7546390295028687,-0.5284203290939331,0.26671433448791504,-0.16770702600479126,-0.05469226837158203 +252,-1.230482826776006,1.3493978984298673,-2.7972927556731135,-0.20700043439865112,-0.9755913019180298,-0.07329671084880829,0.10093704611063004,0.0829409658908844,-0.18194212019443512,0.16123932600021362,0.41327446699142456,0.023904025554656982 +253,-1.30915190176735,1.2897403870540178,-2.6985470744387547,-0.26793038845062256,-0.9607630968093872,-0.07174722850322723,-0.21111789345741272,0.07909923791885376,0.7982011437416077,-0.012343078851699829,0.6745082139968872,0.009659230709075928 +254,-1.140348080755879,1.2863687202836336,-2.950623161503159,-0.2550105154514313,-0.959822416305542,-0.11709155887365341,-0.24647089838981628,-1.1061466932296753,-0.02083008922636509,-0.16134077310562134,-0.30496323108673096,0.24459399282932281 +255,-1.26986664645887,1.2462164824291866,-2.868546620027718,-0.30457934737205505,-0.9477847814559937,-0.09452778100967407,0.08695655316114426,-0.3496067225933075,0.42003387212753296,-0.14935433864593506,-0.33230555057525635,-0.029327809810638428 +256,-1.2995525714330745,1.25769523992688,-2.8852059767417995,-0.29674917459487915,-0.9513829946517944,-0.08252523839473724,-0.32999351620674133,-1.5280545949935913,-0.20890504121780396,0.27091601490974426,-0.18599188327789307,-0.41195106506347656 +257,-1.197138535693194,1.258435252872195,-3.027096371515195,-0.28610143065452576,-0.9516106247901917,-0.11217384785413742,-0.7016360759735107,0.15372227132320404,-0.385850727558136,0.03777989745140076,0.4071619510650635,0.036917462944984436 +258,-0.9152375586978543,1.2404593528685266,3.076864927322062,-0.2571241557598114,-0.9459331035614014,-0.19773180782794952,-0.4686373770236969,1.4169414043426514,0.11650726944208145,0.2951490581035614,0.4837137460708618,0.30712202191352844 +259,-0.8180474152343187,1.2636292256690846,3.0881874104469613,-0.22066587209701538,-0.9531939625740051,-0.20670749247074127,-0.09280610829591751,0.21455636620521545,-0.3757810890674591,-0.2754736542701721,-0.3167645335197449,-0.06378507614135742 +260,-0.9238450193815649,1.2875853147858265,-3.007014020808235,-0.22297246754169464,-0.9601631164550781,-0.1684345006942749,1.1855989694595337,0.5278744697570801,0.3223750591278076,-0.18268243968486786,-0.5514640808105469,-0.5950695276260376 +261,-1.213707522151478,1.3411855049418493,-2.730716008478365,-0.21324118971824646,-0.9737550616264343,-0.07955662906169891,0.6598100662231445,-0.269144743680954,-0.11866212636232376,0.34625208377838135,-0.4224240779876709,0.09489167481660843 +262,-1.305660211420565,1.3400265437574523,-2.6316711483546817,-0.22073426842689514,-0.9734905958175659,-0.059935688972473145,0.12001897394657135,-0.041345756500959396,0.12481438368558884,0.14128176867961884,0.4235181212425232,-0.016617652028799057 +263,-1.3557270041391598,1.2777899021404537,-2.593613183072387,-0.28217756748199463,-0.9573798775672913,-0.06164108216762543,-0.5661647915840149,-0.2886458933353424,0.135115846991539,-0.05572831630706787,0.6932197213172913,0.08314073085784912 +264,-1.1078061369102008,1.2801793509940844,-2.8798792221151794,-0.2563762664794922,-0.9580672383308411,-0.12797750532627106,-0.47456538677215576,-0.21545477211475372,0.04910414293408394,-0.20433232188224792,-0.4310317635536194,0.08741964399814606 +265,-1.276709750338563,1.2460860004552698,-2.759620561830505,-0.3053375482559204,-0.9477431774139404,-0.09247719496488571,0.44180068373680115,0.8762052655220032,0.15364891290664673,-0.10175171494483948,-0.6056016683578491,-0.008413918316364288 +266,-1.317186343271745,1.2575939948639943,-2.80475355389184,-0.29825153946876526,-0.9513517618179321,-0.07730406522750854,-0.526839017868042,-2.2851099967956543,-0.12633904814720154,0.05659809708595276,-0.17319047451019287,-0.34870606660842896 +267,-1.1693697099217262,1.2497850086528908,-3.094379236131029,-0.290443480014801,-0.9489167928695679,-0.12328624725341797,-0.6505605578422546,-0.12736168503761292,-0.1502247154712677,0.04900369048118591,0.48634660243988037,0.16685009002685547 +268,-0.9579369818316287,1.2317192467836224,3.1414307188364505,-0.2720828056335449,-0.9430620670318604,-0.1913241297006607,-0.041505083441734314,1.863115906715393,0.15853630006313324,0.3371310532093048,0.42684197425842285,0.2399386316537857 +269,-0.8355646146539573,1.2475177488160027,3.0877446187384154,-0.23561319708824158,-0.9481989741325378,-0.21308471262454987,-0.0036213304847478867,0.1888793408870697,-0.0026153805665671825,-0.3760353922843933,-0.4743931293487549,0.20225097239017487 +270,-0.9918050514011171,1.2818459850760224,-2.925623759767477,-0.23850420117378235,-0.9585434794425964,-0.15591679513454437,0.9468478560447693,0.21522721648216248,0.3647324740886688,-0.18912334740161896,-0.6088240146636963,-0.5607732534408569 +271,-1.2702520965980375,1.3250360831279755,-2.6640657714240366,-0.23238888382911682,-0.9699526429176331,-0.07202490419149399,1.1087772846221924,0.2026691436767578,-0.0052743637934327126,0.28777825832366943,-0.276522696018219,0.0297580286860466 +272,-1.3629592927518577,1.3361245960378643,-2.5102211966330334,-0.22751979529857635,-0.9725907444953918,-0.04797988757491112,0.015376083552837372,0.30628761649131775,-0.19987046718597412,0.20180875062942505,0.49846965074539185,-0.024133142083883286 +273,-1.2472226458424576,1.3025765962427134,-2.665274855776477,-0.25126227736473083,-0.9642442464828491,-0.0842633843421936,-1.1355704069137573,-1.0452444553375244,0.2590380311012268,-0.029102712869644165,0.5801194906234741,-0.1397356390953064 +274,-0.9919013072452465,1.2768467601182147,-3.0755748281898367,-0.24252769351005554,-0.9571070075035095,-0.15851375460624695,-0.4962434768676758,-1.0894105434417725,0.01402590237557888,-0.16474464535713196,-0.32661497592926025,0.32294243574142456 +275,-1.0768442765210455,1.2452341412199501,-2.9778192336643126,-0.28160977363586426,-0.9474710822105408,-0.1516399085521698,0.5090794563293457,-0.2919878363609314,0.346388041973114,-0.13562658429145813,-0.5741048455238342,-0.1527881622314453 +276,-1.1944345723892689,1.250312107977082,-2.9006545045479655,-0.29297706484794617,-0.9490829706192017,-0.11578457802534103,-0.7037827968597412,-1.241267204284668,-0.08840282261371613,0.04825657606124878,0.02815401554107666,-0.6618185043334961 +277,-1.0873537834106566,1.2444386252134312,-3.1114236955212573,-0.2838548421859741,-0.9472163319587708,-0.1490221917629242,-0.6731564402580261,0.12288093566894531,-0.16405761241912842,-0.005268663167953491,0.346676230430603,0.1612444519996643 +278,-0.9163307826314703,1.239977533856678,3.1327280842276135,-0.2577018141746521,-0.9457767009735107,-0.19772806763648987,0.4163529574871063,0.655527651309967,0.11751445382833481,0.2589224874973297,0.2447420358657837,-0.004634052515029907 +279,-0.8974169227800995,1.2675783782079069,-3.114252790860855,-0.23341545462608337,-0.9543805718421936,-0.1862117201089859,0.17060989141464233,0.4397967457771301,-0.1356620490550995,-0.18418706953525543,-0.14078843593597412,0.1080562025308609 +280,-1.0766537529106257,1.2764064176903018,-2.875058143045584,-0.25544631481170654,-0.9569793343544006,-0.13761432468891144,0.7082245349884033,0.5617756843566895,0.3815042972564697,-0.18415939807891846,-0.5100769400596619,-0.35890668630599976 +281,-1.2660440283930494,1.3031477948124561,-2.684692963770955,-0.25227826833724976,-0.9643954634666443,-0.07935437560081482,0.5887764692306519,-0.7852136492729187,-0.3796522915363312,0.21043869853019714,-0.2575741410255432,-0.12242787331342697 +282,-1.3122127571739828,1.3103801691821753,-2.7023145168398512,-0.24892203509807587,-0.9662829041481018,-0.06584123522043228,-0.00046630389988422394,0.07455630600452423,0.2822768986225128,0.10706113278865814,0.3236132860183716,-0.030121318995952606 +283,-1.290649965043093,1.285634928356575,-2.731413963911018,-0.27034562826156616,-0.9596162438392639,-0.07778190076351166,-0.5500367283821106,-0.39633044600486755,-0.10607153922319412,0.031179338693618774,0.5982728600502014,-0.03787970542907715 +284,-1.124122449377796,1.272798112854739,-2.9048962752041145,-0.26480093598365784,-0.9559261202812195,-0.1268288940191269,-0.15590238571166992,-0.16087576746940613,-0.00816483423113823,-0.06851199269294739,-0.05713534355163574,0.18246246874332428 +285,-1.1741812947359094,1.2347096828911013,-2.923772368453065,-0.3041946589946747,-0.944052517414093,-0.12739941477775574,-0.24682845175266266,-0.5912984013557434,0.5776820778846741,-0.2400253415107727,-0.324532687664032,0.030612945556640625 +286,-1.2333329106163113,1.2163764096381244,-2.931043235768842,-0.32747235894203186,-0.9378479719161987,-0.11490529030561447,-0.38623592257499695,-1.0506831407546997,-0.15472932159900665,0.24949991703033447,-0.07286381721496582,-0.29195505380630493 +287,-1.143237938172935,1.225023109418386,-3.1124875413732696,-0.3084145188331604,-0.9408136606216431,-0.14053498208522797,-0.481261670589447,0.29092341661453247,-0.33406442403793335,-0.0361747145652771,0.20677441358566284,-0.033659324049949646 +288,-0.9748198528545005,1.2368876867752931,3.0957256737437184,-0.2712361812591553,-0.9447685480117798,-0.18396492302417755,-0.3844256103038788,0.3749392032623291,-0.013718771748244762,0.28350427746772766,0.41313719749450684,0.25464361906051636 +289,-0.8941012741294234,1.2473465847575795,3.0513005388813994,-0.24780218303203583,-0.9481446146965027,-0.1990371197462082,0.15444310009479523,0.7318722605705261,-0.13497613370418549,-0.13200432062149048,0.16050118207931519,0.06865078210830688 +290,-0.8991768174578976,1.2601291372671677,3.1200495112226316,-0.23930194973945618,-0.9521298408508301,-0.19021958112716675,0.3843562602996826,0.817176103591919,0.10787304490804672,-0.3358933925628662,-0.6181674599647522,0.19914603233337402 +291,-0.9795077003468456,1.2847203732539894,-3.070431692787162,-0.23428034782409668,-0.9593585729598999,-0.15730135142803192,0.3002476990222931,-0.6129669547080994,-0.3959892988204956,0.12521050870418549,-0.09934192895889282,-0.3027816414833069 +292,-1.28677305994886,1.347430707034027,-2.8102355906412297,-0.2126382291316986,-0.9751574397087097,-0.06207235902547836,0.33057570457458496,0.2634340524673462,0.04031761363148689,0.3609994351863861,0.030073821544647217,0.22126734256744385 +293,-1.2282475472539827,1.3239599563796398,-2.8085929563258905,-0.23014217615127563,-0.9696902632713318,-0.08207035064697266,-0.24893906712532043,0.38442498445510864,0.5840297937393188,0.15859368443489075,0.5225161910057068,-0.046011924743652344 +294,-1.0752449330837377,1.2747979470663922,-3.0333532849861564,-0.2566063106060028,-0.956511378288269,-0.1387060135602951,-1.1756258010864258,-1.128069519996643,-0.3641967475414276,-0.20306473970413208,0.36215096712112427,0.17901967465877533 +295,-0.952811878567261,1.244378776533277,3.1198612279844324,-0.2613464593887329,-0.9471971392631531,-0.1857835054397583,0.18514439463615417,-0.3927893340587616,0.26782479882240295,-0.2723754048347473,-0.40468573570251465,0.1809617429971695 +296,-1.137185478341787,1.256426906600072,-3.0456823780266085,-0.2806004583835602,-0.9509915709495544,-0.12991763651371002,0.23178383708000183,-1.0289045572280884,-0.21344155073165894,0.22467699646949768,-0.30096155405044556,-0.26885557174682617 +297,-1.0461697225042934,1.2630557902768942,2.9246561951550283,-0.2621687650680542,-0.9530203938484192,-0.151722714304924,-1.1107834577560425,-1.6272302865982056,-0.48507070541381836,-0.1801683008670807,0.07646393775939941,-0.2616531252861023 +298,-0.9383145241902912,1.2416939861752356,2.796972151682836,-0.2606760561466217,-0.9463328719139099,-0.19105541706085205,0.1993720829486847,1.5539040565490723,0.19093476235866547,0.08610028028488159,0.4246959090232849,0.20968641340732574 +299,-0.8045623093247212,1.2390612775775647,2.849931270544022,-0.23466408252716064,-0.9454786777496338,-0.22583787143230438,-0.2644660174846649,1.2759428024291992,0.002352960640564561,0.35520851612091064,0.28384238481521606,0.1865159422159195 +300,-0.7491579279429071,1.240207923851468,2.8637607367712645,-0.2210596799850464,-0.9458515048027039,-0.2376922369003296,0.2767667770385742,0.41689735651016235,0.574576199054718,-0.4763890504837036,-0.6019847989082336,0.1608947515487671 +301,-0.991066064692,1.291299726954175,-3.0715392461209152,-0.2307973951101303,-0.9611944556236267,-0.15112221240997314,1.2629708051681519,0.24556395411491394,0.21646815538406372,-0.056540876626968384,-0.1690850853919983,-0.6443947553634644 +302,-1.26563597105761,1.3505972229357799,-2.8407854191549027,-0.2083323448896408,-0.9758539795875549,-0.06562457978725433,0.7894835472106934,-0.37445953488349915,-0.18080809712409973,0.17439678311347961,-0.32796376943588257,-0.05078470706939697 +303,-1.3728163274440155,1.3468038314122606,-2.7544524932587664,-0.21778510510921478,-0.9750183820724487,-0.043689411133527756,-0.1855730265378952,-0.3511848449707031,0.5711341500282288,0.07406260073184967,0.369595468044281,-0.018368061631917953 +304,-1.3207679752195296,1.2838438278735906,-2.8147435568561283,-0.2742300033569336,-0.9591108560562134,-0.07003069669008255,-0.576507031917572,-0.31578904390335083,-0.36257117986679077,-0.1143655776977539,0.6660810708999634,-0.04642438888549805 +305,-1.1323679123233334,1.291284594141847,-3.0626170540020996,-0.2497931867837906,-0.9611902832984924,-0.11711854487657547,-0.031109683215618134,-0.5734894275665283,-0.09806539118289948,-0.10674366354942322,-0.29386043548583984,0.2088390588760376 +306,-1.2252503242973793,1.2570068183373067,-2.9905587204213013,-0.2904201149940491,-0.9511706829071045,-0.10454810410737991,-0.22769710421562195,0.2848780155181885,0.3031982183456421,-0.21171608567237854,-0.49372971057891846,-0.15279138088226318 +307,-1.2436411174524638,1.2543806679666774,-3.0323194660164767,-0.29465845227241516,-0.9503568410873413,-0.09999217838048935,-0.7481601238250732,-1.7392866611480713,-0.14384369552135468,0.04822900891304016,-0.1679598093032837,-0.47944509983062744 +308,-1.0880075615006388,1.240864336099293,2.9914693097672207,-0.28694888949394226,-0.9460643529891968,-0.15040729939937592,-0.5389942526817322,0.12997198104858398,-0.13416899740695953,0.012687444686889648,0.31848573684692383,0.1416793018579483 +309,-0.8841395682038398,1.2188336745837727,2.8846322965889635,-0.26661238074302673,-0.9386979341506958,-0.2185504138469696,-0.18208318948745728,0.8030946850776672,-0.0027013816870748997,0.27532511949539185,0.44525909423828125,0.0834643542766571 +310,-0.7817266602987044,1.2318233460318735,2.8328549180792417,-0.23426121473312378,-0.9430966377258301,-0.23598773777484894,-0.3904174566268921,0.097014881670475,-0.18472304940223694,-0.21190577745437622,-0.23439347743988037,0.016398578882217407 +311,-0.8266700375624533,1.2403814742246084,2.9435590734017376,-0.23868076503276825,-0.9459078311920166,-0.21974971890449524,0.7865170836448669,0.4712299406528473,0.3319961130619049,-0.30003079771995544,-0.6178433895111084,-0.3911663889884949 +312,-0.989047838367978,1.288578073630509,3.0874526756727905,-0.2326768934726715,-0.9604400396347046,-0.15302468836307526,0.5828127264976501,-1.037878394126892,-0.37178558111190796,0.23679673671722412,-0.1299377679824829,-0.08676719665527344 +313,-1.0913285496750589,1.3084539575184972,-3.108201349279321,-0.23010019958019257,-0.9657851457595825,-0.11963704228401184,0.1543249487876892,0.4593104422092438,0.03562243655323982,0.18290477991104126,0.32361900806427,0.013466417789459229 +314,-1.1312122276010153,1.2713674937318082,-3.0443727450514397,-0.2669312655925751,-0.9555051326751709,-0.1255304515361786,-0.3883909285068512,-0.4223646819591522,0.5697042942047119,0.06501168012619019,0.5372616052627563,0.0027429312467575073 +315,-0.9266399721631338,1.2364251760851008,2.9101252825237163,-0.26241135597229004,-0.9446168541908264,-0.19707731902599335,-1.0936495065689087,-0.8200397491455078,-0.36537742614746094,-0.08118605613708496,-0.20369869470596313,0.35419705510139465 +316,-0.9640903550785717,1.1826969324489238,2.90928615494327,-0.31089162826538086,-0.9256299734115601,-0.21576717495918274,0.6913853287696838,-0.5136830806732178,0.526608407497406,-0.17569589614868164,-0.36610275506973267,-0.08492253720760345 +317,-1.1511063908887462,1.1915228333271797,3.0381236099717817,-0.3381138741970062,-0.92893385887146,-0.15086665749549866,-0.9205620288848877,-2.1061697006225586,-0.3739743232727051,0.2754613161087036,-0.11377543210983276,-0.6942871809005737 +318,-1.0565211965388714,1.178536945845118,2.801982638138138,-0.3328297436237335,-0.9240477085113525,-0.18804378807544708,-0.7116734981536865,-0.2806757688522339,0.057490717619657516,-0.12827563285827637,0.3211270570755005,0.060571879148483276 +319,-0.8916278969957693,1.1536279213494443,2.746938377579742,-0.3152633011341095,-0.9142398834228516,-0.25450795888900757,0.35138171911239624,2.9097611904144287,0.15064790844917297,0.3146987557411194,0.4493657350540161,0.49208733439445496 +320,-0.8060644762055871,1.1808329133113158,2.8576542714884523,-0.274307519197464,-0.9249229431152344,-0.2631976902484894,0.04088772088289261,0.9130977392196655,-0.2005658745765686,-0.02574130892753601,-0.0208931565284729,-0.0019543468952178955 +321,-0.8105184798320466,1.2061254131988417,2.983316933533334,-0.2584385275840759,-0.9342411756515503,-0.24576997756958008,1.1400834321975708,1.4468741416931152,0.32442706823349,-0.24301102757453918,-0.49494272470474243,-0.025058254599571228 +322,-1.0153661047406441,1.2644631532061574,-3.0118445451145908,-0.2562318742275238,-0.9534457325935364,-0.15901793539524078,0.9126533269882202,-0.19544631242752075,-0.4234035909175873,0.15015274286270142,-0.043212711811065674,-0.2486511617898941 +323,-1.2311002426635496,1.3089149399376279,-2.8177711009589737,-0.2441035807132721,-0.9659045934677124,-0.08626497536897659,0.16857436299324036,0.010190168395638466,0.24059392511844635,0.1794978827238083,0.11408275365829468,0.07944429665803909 +324,-1.3474300996422084,1.2543218702858088,-2.6543126238306827,-0.303486704826355,-0.9503385424613953,-0.06893902271986008,0.263508677482605,0.6707544922828674,0.7997004389762878,0.06403052806854248,0.5519010424613953,0.002838023006916046 +325,-1.1891048390504229,1.2436342695467646,-2.7804622620244426,-0.2982308566570282,-0.9469581246376038,-0.1197025254368782,-0.9427105188369751,-0.07992801070213318,-0.28011995553970337,-0.004183083772659302,0.23893511295318604,0.010434329509735107 +326,-1.1629795835411827,1.2056111706241244,-2.8782622179927566,-0.3278343379497528,-0.9340576529502869,-0.14163687825202942,0.07767968624830246,-0.2683391273021698,0.5414628982543945,-0.2944954037666321,-0.35585933923721313,0.3938341736793518 +327,-1.2690494982873541,1.194662139466756,-2.7641420783219894,-0.3507312834262848,-0.9300916194915771,-0.10916555672883987,-0.46094775199890137,-0.9784328937530518,-0.30291053652763367,0.2791675627231598,-0.20877856016159058,-0.4793354272842407 +328,-1.1793847470915544,1.2099761984291182,-2.986036257303083,-0.3263417184352875,-0.9356076121330261,-0.13468317687511444,-0.9747034311294556,-0.5694458484649658,-0.4754877984523773,-0.0035837888717651367,0.2716671824455261,0.0026030689477920532 +329,-0.9603395837922529,1.2042765023458535,3.0801419701315194,-0.2936422526836395,-0.9335801601409912,-0.20543180406093597,-0.6340714693069458,1.4423402547836304,-0.07763195782899857,0.270097941160202,0.4349382519721985,0.5201748609542847 +330,-0.8664752779789826,1.2268518683961303,3.11421770866998,-0.25696590542793274,-0.9414318799972534,-0.21834446489810944,0.18868379294872284,0.5735195279121399,-0.3861735463142395,-0.043189674615859985,0.0007581710815429688,0.009283795952796936 +331,-0.8401988801881,1.241750424560876,-3.130994933082705,-0.24066704511642456,-0.9463511109352112,-0.2156362384557724,0.8949660062789917,1.2874730825424194,0.13402967154979706,-0.15566471219062805,-0.5368642210960388,0.11006070673465729 +332,-1.0153023567421928,1.2787581847978402,-2.9231333629637835,-0.2446155548095703,-0.9576590657234192,-0.15183041989803314,0.6210427284240723,-0.8054564595222473,-0.30837059020996094,0.02049444615840912,0.0063956379890441895,-0.18299317359924316 +333,-1.2591727139228752,1.3348192678854947,-2.7400315627025176,-0.22253304719924927,-0.9722864031791687,-0.07168204337358475,0.363239586353302,-0.8702062368392944,0.19436196982860565,0.29626351594924927,0.1236230731010437,0.08071529865264893 +334,-1.3683502648499593,1.3099261270041656,-2.6640443034834886,-0.2526545226573944,-0.9661659002304077,-0.051859330385923386,0.14557620882987976,0.9737399816513062,0.6346662044525146,0.09529057145118713,0.42188477516174316,0.11046838015317917 +335,-1.2698252525103266,1.2962734363933461,-2.7308868293669617,-0.2589024603366852,-0.9625546336174011,-0.08036346733570099,-0.6229382753372192,-0.7615085244178772,-0.5756028294563293,0.044501155614852905,0.14701801538467407,-0.029850728809833527 +336,-1.3407207884934325,1.3054513351041457,-2.868742020365851,-0.2553320527076721,-0.9650020599365234,-0.05980465188622475,0.05088857561349869,-1.873762607574463,0.25139132142066956,-0.14670652151107788,-0.45961958169937134,0.38716673851013184 +337,-1.527038964568126,1.3088634940942245,-2.711322278032314,-0.2587004601955414,-0.9658913016319275,-0.011327279731631279,0.4649055600166321,1.3205835819244385,-0.1711556315422058,-0.11227121949195862,-0.07871025800704956,-0.08886194229125977 +338,-1.230228299722403,1.273757808005018,-2.8850246612257258,-0.2758791744709015,-0.9562074542045593,-0.0977649912238121,-0.5168759822845459,0.09109853208065033,-0.05431250482797623,-0.132430762052536,0.2920839786529541,-0.5779552459716797 +339,-1.066086325665037,1.265870308296426,-3.1115776660370917,-0.2627891004085541,-0.9538691639900208,-0.14517363905906677,-0.5000191926956177,-0.9527633190155029,-0.3635065257549286,0.12059247493743896,0.3966182470321655,0.16070707142353058 +340,-0.9103045596963263,1.2900668472957761,3.0145593704258307,-0.21878930926322937,-0.9608535766601562,-0.16997592151165009,-0.0603763684630394,1.2685259580612183,-0.4930507242679596,0.16361352801322937,0.11255645751953125,0.345375657081604 +341,-0.846727710491884,1.303708715216982,3.029015946645921,-0.19770917296409607,-0.9645436406135559,-0.17483265697956085,0.09864260256290436,-0.025142455473542213,0.650288999080658,-0.5132893323898315,-0.552561342716217,-0.08981570601463318 +342,-1.086919715680484,1.3459584956426685,-3.0450384353229096,-0.19735343754291534,-0.9748302698135376,-0.10371873527765274,0.826816737651825,-0.49451565742492676,-0.5315629839897156,-0.08388128876686096,-0.0830463171005249,-0.13639354705810547 +343,-1.483741568445799,1.419649555375775,-2.599985203419653,-0.15000104904174805,-0.9885990619659424,-0.013091391883790493,0.6314080953598022,0.7554978728294373,0.16302207112312317,0.42432355880737305,0.028806090354919434,-0.01879948191344738 +344,-1.3747287277387676,1.4097234149337559,-2.7413948060717788,-0.15730451047420502,-0.987055778503418,-0.031243707984685898,-0.40417182445526123,-0.4108690321445465,0.665427029132843,0.10293744504451752,0.41460710763931274,-0.019293425604701042 +345,-1.3674922236061837,1.292248400381894,-2.715305474490919,-0.2692965567111969,-0.9614557027816772,-0.055516086518764496,-0.39865994453430176,0.19564665853977203,0.5222460627555847,-0.051412612199783325,0.4855952262878418,0.025471512228250504 +346,-1.3294249751406622,1.2750642570767245,-2.889607807759931,-0.28299182653427124,-0.9565890431404114,-0.06966429203748703,0.6775973439216614,-1.1992343664169312,0.1922793835401535,-0.16940075159072876,-0.5247341990470886,0.5191424489021301 +347,-1.4114171297286038,1.2595740728452742,-2.7660730306531622,-0.3023410737514496,-0.951960027217865,-0.04859907552599907,0.5115598440170288,0.6563374996185303,0.05793926119804382,0.04059183597564697,-0.45262670516967773,-0.4181215167045593 +348,-1.341014648824958,1.2696579338884046,-2.853149395955843,-0.2888111472129822,-0.9549994468688965,-0.0675567090511322,-1.114808201789856,-0.5262464284896851,-0.3559514880180359,-0.006858348846435547,0.17323076725006104,-0.5073944926261902 +349,-1.0710575132500442,1.2558257307717007,3.0142655763544286,-0.2719040811061859,-0.9508054852485657,-0.14844967424869537,-0.7001376152038574,-0.7287383079528809,0.02672339230775833,-0.04230496287345886,0.3373562693595886,0.22581170499324799 +350,-0.8926045514918902,1.2422194587776103,2.8973822405289735,-0.2512861490249634,-0.9465025663375854,-0.20245496928691864,-0.06806474924087524,1.337613582611084,-0.40546914935112,0.18198075890541077,0.2990111708641052,0.35518014430999756 +351,-0.8675107147285778,1.274287049441601,2.9550286206318828,-0.22285503149032593,-0.956362247467041,-0.1889633685350418,0.482344388961792,0.5754862427711487,0.515360951423645,-0.49349936842918396,-0.31001055240631104,0.0845474898815155 +352,-1.1674176328961579,1.3090907355841785,-2.9631157301652067,-0.23796281218528748,-0.965950071811676,-0.1015581488609314,0.8511812686920166,0.5437610745429993,-0.11821386218070984,-0.014203935861587524,-0.1164778470993042,-0.1945691704750061 +353,-1.286334576948086,1.370525048442691,-2.8182255635295532,-0.1909400373697281,-0.9800126552581787,-0.05582919716835022,-0.2641073167324066,-0.534162700176239,0.07050150632858276,0.47688978910446167,0.03547847270965576,0.06335175782442093 +354,-1.2307765277581189,1.349770946789794,-2.944407013069525,-0.20667888224124908,-0.9756731390953064,-0.0731145516037941,0.07121020555496216,-0.37433016300201416,0.9151968359947205,0.052641451358795166,0.42367124557495117,0.05459040403366089 +355,-1.2995321348129096,1.3020854706470761,-2.9085667556239505,-0.2557810842990875,-0.9641139507293701,-0.07113774120807648,-0.6161082983016968,-0.6315824389457703,-0.4331013858318329,-0.04770103096961975,0.32898199558258057,0.14543277025222778 +356,-1.275228129353335,1.3096087058101369,-3.0683887514370953,-0.24703086912631989,-0.9660840034484863,-0.07521768659353256,0.1762261986732483,-1.215756893157959,0.6808950901031494,-0.1702665388584137,-0.4319416284561157,0.28639936447143555 +357,-1.3154714627764228,1.272230870016383,-3.0173717947654644,-0.2846132516860962,-0.9557594656944275,-0.07429024577140808,0.1358286589384079,1.06617271900177,-0.07669942080974579,0.14644494652748108,-0.20673131942749023,-0.38889026641845703 +358,-1.2705989318843363,1.2638188930444452,-3.1160906672365107,-0.28866487741470337,-0.953251302242279,-0.08935694396495819,-0.8186390995979309,-0.5350990295410156,-0.15994279086589813,-0.05827417969703674,0.15088307857513428,-0.18076938390731812 +359,-1.0752826744940684,1.2461971092777049,2.916556180446383,-0.2805699110031128,-0.9477786421775818,-0.15164561569690704,-0.7480899691581726,0.15733136236667633,0.11785416305065155,0.08580672740936279,0.342309832572937,0.28271859884262085 +360,-0.8636720105222517,1.2239359462512271,2.8023349665064026,-0.25843894481658936,-0.9404446482658386,-0.22084660828113556,0.5300460457801819,0.984417200088501,0.02133234031498432,0.14544758200645447,0.26948511600494385,-0.001931697130203247 +361,-0.8598605078853796,1.2417748385843694,2.8575649379726134,-0.2448427975177765,-0.9463589787483215,-0.2108481228351593,0.8060982823371887,1.1697126626968384,0.36866673827171326,-0.4413449466228485,-0.43530917167663574,0.4340231418609619 +362,-1.0692765721293298,1.2806482052498152,-3.141495352788141,-0.25086236000061035,-0.95820152759552,-0.13754217326641083,0.8407385349273682,0.08833548426628113,-0.3010362386703491,0.03531673550605774,-0.017994701862335205,-0.19558767974376678 +363,-1.204319778048157,1.3454520576326525,-2.9959827666196364,-0.20860466361045837,-0.9747172594070435,-0.08006563782691956,0.2035878598690033,0.3534068763256073,0.1166231706738472,0.3280809819698334,0.04742538928985596,0.03990453481674194 +364,-1.254693870780677,1.3440947866095398,-2.941541278115074,-0.21362848579883575,-0.9744130969047546,-0.06987133622169495,0.13432694971561432,-0.09585033357143402,0.44593772292137146,0.09337393939495087,0.46374720335006714,0.0076307132840156555 +365,-1.1940330495171791,1.310442114932519,-3.024886830450012,-0.2393674999475479,-0.9662988781929016,-0.09470921754837036,-0.7593691945075989,-0.2890840768814087,-0.19289246201515198,-0.05053424835205078,0.3288324475288391,0.23466283082962036 +366,-1.233587217192051,1.2884670336494797,-3.035337466418755,-0.26290369033813477,-0.9604091048240662,-0.0921739935874939,0.5919777154922485,-0.7599028944969177,0.5762431025505066,-0.26158666610717773,-0.5629062652587891,0.2620806097984314 +367,-1.3444648078679848,1.2836213546787507,-2.859189240530625,-0.2760200500488281,-0.9590478539466858,-0.0635610893368721,0.038083940744400024,0.9777671098709106,-0.32874470949172974,0.244480162858963,-0.23949944972991943,-0.460898756980896 +368,-1.1829623117467976,1.280629912887048,-3.0578016191811743,-0.2648621201515198,-0.9581962823867798,-0.10820285230875015,-0.8887796401977539,-0.4476635754108429,-0.10480482131242752,-0.05407702922821045,0.29852837324142456,-0.21214014291763306 +369,-1.0007527098718174,1.2478072036232053,3.0115050456650905,-0.26721394062042236,-0.9482908844947815,-0.17129218578338623,-0.6152808666229248,0.7863031029701233,0.25562968850135803,0.11651816964149475,0.36375725269317627,0.47237861156463623 +370,-0.8748098319208604,1.2476841581779248,3.037143868523047,-0.24367113411426544,-0.9482518434524536,-0.20357517898082733,0.4847181439399719,0.8597999215126038,-0.05317569896578789,-0.04946546256542206,0.0023900866508483887,-0.039588913321495056 +371,-0.9216665860868812,1.256368549844714,-3.1117347338134427,-0.24636958539485931,-0.9509735107421875,-0.18695314228534698,0.9286156892776489,1.094592809677124,0.3613676130771637,-0.35105782747268677,-0.31951904296875,-0.2478765845298767 +372,-1.1309191099457199,1.3241829821312794,-2.8364151908823816,-0.2208816558122635,-0.9697447419166565,-0.10395365208387375,0.7442370653152466,-0.23793938755989075,-1.1766016483306885,0.20627900958061218,-0.082455575466156,-0.08046406507492065 +373,-1.129637616457113,1.3696402861655634,-2.8359808278605403,-0.18067313730716705,-0.9798362255096436,-0.08531327545642853,-0.022812411189079285,0.3010730743408203,-0.43938273191452026,0.20252373814582825,0.40628886222839355,0.058152616024017334 +374,-1.1582607967964726,1.3436201427900558,-2.8007356086702897,-0.2063325196504593,-0.9743062853813171,-0.09030123054981232,-0.25088366866111755,-0.23685322701931,0.67887943983078,-0.007885605096817017,0.5903340578079224,0.05480927228927612 +375,-1.0173171134562815,1.3136750124987677,-3.0267737960251124,-0.21633103489875793,-0.9671260118484497,-0.13367149233818054,-0.35564762353897095,-1.6106935739517212,-0.02614646963775158,-0.21553845703601837,-0.16033059358596802,0.16637112200260162 +376,-1.2013961000498674,1.2746492685932196,-2.9299553684233124,-0.2721514403820038,-0.9564680457115173,-0.10536977648735046,0.1716022938489914,0.2654474973678589,0.4894488751888275,-0.11348399519920349,-0.4642931818962097,0.0019609779119491577 +377,-1.2796740638683615,1.2848617092017678,-2.862453165755417,-0.2701859176158905,-0.9593984484672546,-0.08095726370811462,-0.7551499009132385,-1.035030484199524,0.1587696373462677,0.1296677589416504,-0.10624480247497559,-0.6130887866020203 +378,-1.1043430499419327,1.2465797459569774,-3.0904193950936936,-0.2845335006713867,-0.9479005932807922,-0.14326603710651398,-0.7155334949493408,-0.3015994727611542,0.05535725876688957,-0.011898994445800781,0.45504170656204224,-0.018690764904022217 +379,-0.8969037602339782,1.201435901970354,3.04385415015243,-0.28209972381591797,-0.9325584173202515,-0.2252875566482544,-1.147033929824829,1.6425912380218506,0.15293022990226746,0.34047988057136536,0.39804309606552124,0.7767554521560669 +380,-0.8657954092828378,1.2380900009148585,3.112598435667428,-0.24874372780323029,-0.9451619386672974,-0.21164943277835846,0.20997126400470734,0.08896687626838684,0.02913089469075203,-0.496571809053421,-0.6982706785202026,-0.058476924896240234 +381,-1.114713064235199,1.2832416963898534,-2.8754835750501093,-0.2546193599700928,-0.9589402675628662,-0.12491116672754288,1.3118594884872437,0.0910431444644928,-0.2835201323032379,0.024883002042770386,-0.18525540828704834,-0.30767548084259033 +382,-1.2500473544197954,1.3469181279514038,-2.76054532822018,-0.21068985760211945,-0.975043773651123,-0.06999555975198746,-0.1003580391407013,-0.203944593667984,-0.07244133204221725,0.28026992082595825,-0.007194936275482178,0.09183091670274734 +383,-1.3237790253593178,1.3302491452576402,-2.707786115233626,-0.231003075838089,-0.9712077379226685,-0.05825138837099075,0.3393339514732361,0.014485085383057594,0.6673548221588135,0.06536886096000671,0.5661020874977112,0.02214907854795456 +384,-1.2717355978547777,1.3226183988787386,-2.7560314891425235,-0.2347353994846344,-0.9693616032600403,-0.07237066328525543,-0.8662981390953064,-0.021355483680963516,-0.5168522000312805,-0.02959263324737549,0.3150799870491028,0.11009037494659424 +385,-1.1119528262700382,1.28792647181743,-2.940401342211828,-0.2502429485321045,-0.9602583646774292,-0.12362231314182281,0.19854971766471863,-0.3043056130409241,0.7616865634918213,-0.467820405960083,-0.4524308443069458,0.23813951015472412 +386,-1.3103778113830262,1.279334218344505,-2.7613494225951722,-0.2776642143726349,-0.9578247666358948,-0.07398910075426102,-0.37263503670692444,-0.9291297197341919,-0.11754021793603897,0.2209778130054474,-0.2984313368797302,-0.5297401547431946 +387,-1.1355204489651602,1.265013057271293,-3.03881702582649,-0.2729693353176117,-0.953611433506012,-0.12693679332733154,-0.8477165699005127,-0.21486981213092804,-0.09557156264781952,-0.05362975597381592,0.32208067178726196,-0.09152328968048096 +388,-0.8957903219418916,1.230042068331385,3.0510203366999127,-0.2609095871448517,-0.9425028562545776,-0.20884111523628235,-0.7276074886322021,0.9538609981536865,-0.029404323548078537,0.16390949487686157,0.31802165508270264,0.29422926902770996 +389,-0.7857661844726229,1.2549706651988581,2.9956297862540535,-0.21970899403095245,-0.9505402445793152,-0.2195473313331604,0.5996681451797485,0.4800243675708771,-0.4019123315811157,-0.10664595663547516,-0.012914896011352539,0.044330671429634094 +390,-0.9074620177562018,1.2839491034670445,-3.107093673646812,-0.2229326218366623,-0.9591406583786011,-0.1742132604122162,0.7908979654312134,1.0366164445877075,0.24785754084587097,-0.1967756450176239,-0.3923913240432739,-0.2615624666213989 +391,-1.1365814311142117,1.336476901356638,-2.8479234746216897,-0.21063481271266937,-0.9726725816726685,-0.09767817705869675,0.469774067401886,-0.3057320713996887,-0.6159660220146179,0.15002688765525818,-0.20304763317108154,-0.13198184967041016 +392,-1.1014478363446274,1.3471136908772607,-2.8911611048726744,-0.19783446192741394,-0.9750871658325195,-0.10033106803894043,-0.2737666070461273,-0.4841371774673462,-0.16711004078388214,0.14841127395629883,0.3990069627761841,0.036656156182289124 +393,-1.2608698558121068,1.3349028325769594,-2.790160304774757,-0.2225772738456726,-0.9723058938980103,-0.07127957791090012,0.3227914869785309,-0.6607468128204346,0.5572019219398499,0.07342255115509033,0.5103917121887207,0.11086093634366989 +394,-1.1861959885718287,1.314594621582479,-2.923220887046229,-0.23489604890346527,-0.9673594832420349,-0.09507577866315842,-0.6397234797477722,0.029001684859395027,-0.11179042607545853,-0.05386124551296234,-0.013353347778320312,0.047865159809589386 +395,-1.287790249690354,1.2714282645101755,-2.953163245238474,-0.28318506479263306,-0.9555230736732483,-0.08235356211662292,-0.06667838245630264,-1.6828176975250244,0.410567045211792,-0.13620278239250183,-0.5558906197547913,0.3383502960205078 +396,-1.4141552291466073,1.261817409662906,-2.792430360032824,-0.300363153219223,-0.9526445865631104,-0.04743783548474312,-0.47742530703544617,2.1232028007507324,0.5565812587738037,-0.05029907822608948,-0.22370123863220215,-0.326494038105011 +397,-1.2073741983918942,1.248039266165525,-2.9384387163074757,-0.2964661717414856,-0.9483645558357239,-0.11275050044059753,-0.3378736972808838,-0.4703362286090851,-0.5227052569389343,0.08760389685630798,0.3262789249420166,-0.16027504205703735 +398,-1.0262474531258277,1.2659719753964271,-3.1389778217296236,-0.2567155659198761,-0.9538996815681458,-0.15547463297843933,-0.7659284472465515,0.8920493125915527,-0.16395999491214752,0.3091753125190735,0.551449179649353,0.6937589645385742 +399,-0.8567431629295303,1.281476644275709,3.1370125758575975,-0.21560537815093994,-0.9584382176399231,-0.18684382736682892,0.20235979557037354,0.2063094526529312,-0.2150268405675888,-0.16574227809906006,-0.0701567530632019,-0.3293304443359375 +400,-0.9373027406725402,1.283984265640177,-3.0319043327676063,-0.22800415754318237,-0.9591506123542786,-0.16746431589126587,1.0381488800048828,1.1843715906143188,0.2697766423225403,-0.19284850358963013,-0.42579811811447144,-0.30397123098373413 +401,-1.332772610385177,1.3449254602204044,-2.637584236456528,-0.21764050424098969,-0.9745994210243225,-0.0528046116232872,0.9494295716285706,-0.2805802524089813,-0.5991054773330688,0.17989031970500946,-0.30811524391174316,-0.0668700784444809 +402,-1.488702272575616,1.3530788999339296,-2.461887586810637,-0.21527406573295593,-0.9763930439949036,-0.017712529748678207,0.16751421988010406,-0.4206651449203491,-0.22190552949905396,0.25297850370407104,0.39604026079177856,-0.055041372776031494 +403,-1.6479918780283114,1.3311760105062294,-2.40207379138678,-0.23662716150283813,-0.9714281558990479,0.018302934244275093,-0.21595565974712372,-0.925166666507721,0.49998167157173157,0.053399622440338135,0.5936357975006104,0.07755279541015625 +404,-1.1824972536891805,1.2793880246397584,-2.913494526113909,-0.2659132480621338,-0.9578402042388916,-0.10877659171819687,-1.2582248449325562,0.1864594668149948,0.12584589421749115,-0.3637407124042511,-0.0624082088470459,-0.037494122982025146 +405,-1.311266304850775,1.2398053117944194,-2.7830079398727614,-0.3140968382358551,-0.9457207322120667,-0.0833984762430191,0.5550835728645325,-0.5519376397132874,0.28778550028800964,-0.0671134889125824,-0.6387212872505188,0.2026458978652954 +406,-1.333052833970186,1.2465057048525157,-2.8154632924351866,-0.309673935174942,-0.9478769898414612,-0.07504215836524963,-0.5267444849014282,-0.8897279500961304,0.11389535665512085,0.09855329990386963,-0.04331868886947632,-0.5237585306167603 +407,-1.192630980855434,1.2551435570858958,-3.0194625924495386,-0.2885027825832367,-0.9505939483642578,-0.11461839079856873,-0.7209300994873047,-0.3528691232204437,-0.29800885915756226,0.045399755239486694,0.3938007354736328,0.025659680366516113 +408,-1.003901777990955,1.2521284675185975,-3.1233889841714104,-0.2642926573753357,-0.9496536254882812,-0.16824764013290405,-0.2914578914642334,1.9099352359771729,0.028445368632674217,0.3116864860057831,0.495796263217926,0.5349164009094238 +409,-0.8571605158417479,1.266179110207698,3.100689202114715,-0.22674165666103363,-0.9539618492126465,-0.19632889330387115,-0.3930712640285492,0.14511963725090027,-0.4554102122783661,-0.2959023714065552,-0.25262683629989624,0.025262609124183655 +410,-0.9311883924970018,1.2909900042509324,-3.0076224503349382,-0.22157903015613556,-0.961108922958374,-0.16484031081199646,0.8142462372779846,0.5559552311897278,0.1628536880016327,-0.22760920226573944,-0.5711175799369812,-0.2944797873497009 +411,-1.1777690904965812,1.3251358107725522,-2.8369882925664514,-0.22465428709983826,-0.9699769020080566,-0.09314123541116714,0.9126601219177246,-1.117883563041687,-0.35887277126312256,0.10041722655296326,-0.09096670150756836,-0.13940274715423584 +412,-1.4285592070127155,1.3461199525658245,-2.5648059854909504,-0.22054046392440796,-0.9748662710189819,-0.031582310795784,-0.2206905633211136,0.3360929489135742,0.033608753234148026,0.30919405817985535,0.382596492767334,0.0019039548933506012 +413,-1.454678406733739,1.336125889471299,-2.545926739949123,-0.23095619678497314,-0.9725910425186157,-0.02693933993577957,0.03291548416018486,-0.43706458806991577,0.4387543797492981,0.13906778395175934,0.567332923412323,0.010993899777531624 +414,-1.2669030325540396,1.3198275069876377,-2.864365689524419,-0.23696333169937134,-0.9686722755432129,-0.07431341707706451,-1.1870702505111694,-1.2760233879089355,-0.1640712171792984,-0.19946855306625366,-0.1844649314880371,0.11357426643371582 +415,-1.322192941155517,1.2760685487302323,-2.857794349071801,-0.2815493643283844,-0.9568812251091003,-0.0714726522564888,0.6960012316703796,0.1009463369846344,0.43392014503479004,-0.1193600594997406,-0.37933093309402466,0.3055882453918457 +416,-1.4708104267095352,1.270026992271643,-2.6882877561586103,-0.2947756350040436,-0.9551088809967041,-0.02957201935350895,-0.0033880164846777916,0.3699319362640381,-0.32961246371269226,0.22780480980873108,-0.12733441591262817,-0.3285975456237793 +417,-1.2420962182790931,1.283915773513371,-2.955071912022226,-0.26781225204467773,-0.9591312408447266,-0.09134355932474136,-0.8921892046928406,-0.9139479994773865,-0.4858438968658447,-0.04383322596549988,0.2718602418899536,-0.22077500820159912 +418,-1.0092188240274673,1.2636841201305709,3.0635241688504236,-0.25587746500968933,-0.9532105326652527,-0.16098512709140778,-0.4345136880874634,1.6536656618118286,0.10155249387025833,0.13014507293701172,0.5454195141792297,0.5882769823074341 +419,-0.8927355298306737,1.2700500016774177,3.090494081211022,-0.23070350289344788,-0.9551156759262085,-0.1858222335577011,0.10072650015354156,0.535544753074646,-0.2895926833152771,-0.11104758083820343,0.011115491390228271,-0.055464968085289 +420,-0.9184730277554335,1.2842433627758838,-3.115664946072094,-0.22461305558681488,-0.9592238664627075,-0.17157670855522156,0.9591879844665527,0.8739068508148193,0.3038422167301178,-0.2951165437698364,-0.47252357006073,-0.024437665939331055 +421,-1.193773696416602,1.3290700061566625,-2.827499984192979,-0.22256600856781006,-0.9709261655807495,-0.0881282240152359,0.6172032952308655,-0.6833166480064392,-0.49087411165237427,0.11050546169281006,-0.08653837442398071,-0.2139805555343628 +422,-1.3932073157345615,1.3579935933916847,-2.6781854430104524,-0.20787818729877472,-0.9774428009986877,-0.037309933453798294,-0.025281205773353577,-0.11749543994665146,0.06513246893882751,0.2174912691116333,0.3451797366142273,0.04336762800812721 +423,-1.4081345936751104,1.3355224303006281,-2.692618095385827,-0.23003201186656952,-0.9724505543708801,-0.03775094076991081,-0.048603083938360214,-0.2435610294342041,0.5502335429191589,0.10501675307750702,0.5499652624130249,0.009766343981027603 +424,-1.2358075294247177,1.32245667892222,-2.9480162937397667,-0.23213210701942444,-0.9693218469619751,-0.0808071717619896,-0.9945353269577026,-0.8785951733589172,-0.2478334605693817,-0.051940783858299255,0.030662238597869873,0.1967434287071228 +425,-1.351937692389557,1.3009367613344418,-2.881244648752839,-0.2602370083332062,-0.9638083577156067,-0.05788224935531616,0.8766428828239441,-0.3926449120044708,0.5698809027671814,-0.2565018832683563,-0.21421599388122559,0.40656083822250366 +426,-1.3641872760053417,1.2726931253415406,-2.8159316033175257,-0.2874612510204315,-0.9558953046798706,-0.0602518729865551,-0.024537304416298866,0.7511770725250244,-0.18086908757686615,0.22036832571029663,-0.019782185554504395,-0.4363301396369934 +427,-1.3065600179555643,1.2608330309684055,-2.9283189952350988,-0.29443681240081787,-0.9523447751998901,-0.07966364920139313,-0.7468460202217102,-0.22867369651794434,-0.26963305473327637,-0.18029463291168213,0.2081127166748047,-0.29683172702789307 +428,-1.0955023831290345,1.2585267909306446,3.117035515837086,-0.2731662690639496,-0.9516387581825256,-0.140583336353302,-0.5605560541152954,1.1140629053115845,0.12810449302196503,0.12926065921783447,0.4090515971183777,0.5132487416267395 +429,-0.9213222573044595,1.2445278817497856,3.0744208854548587,-0.25525540113449097,-0.9472449421882629,-0.19383452832698822,0.3283475935459137,1.0995513200759888,-0.10447236150503159,0.05402249097824097,0.25567084550857544,-0.014646291732788086 +430,-0.8734872405284327,1.2576407158929872,3.0877809220524246,-0.2361520528793335,-0.9513661861419678,-0.19782428443431854,0.6177452802658081,0.9437244534492493,0.3491109013557434,-0.4002157151699066,-0.4914132356643677,0.19284996390342712 +431,-1.0778486538277565,1.2893185253135728,-2.9350283342799184,-0.24470439553260803,-0.9606459736824036,-0.13145039975643158,0.7723627090454102,-0.0646866112947464,-0.3193519413471222,0.12025368213653564,-0.07304549217224121,-0.24269510805606842 +432,-1.179168750392831,1.3226797684576361,-2.8236494184331553,-0.22698557376861572,-0.9693766832351685,-0.09373567998409271,0.07199349254369736,0.45306217670440674,0.027011234313249588,0.2718769311904907,0.24759024381637573,0.029053635895252228 +433,-1.2191785764979184,1.3255584086322774,-2.770188281236641,-0.22793245315551758,-0.9700796008110046,-0.08361995965242386,0.11443576216697693,0.017867453396320343,0.4637056589126587,0.13192416727542877,0.5261862277984619,0.03921688348054886 +434,-1.1153233533625744,1.2860048253481986,-2.8800211868021894,-0.25231441855430603,-0.959720253944397,-0.123589426279068,-0.9722788333892822,-0.23230163753032684,-0.3626655042171478,-0.0952197015285492,0.14789170026779175,0.1567467451095581 +435,-1.094248372869044,1.263407561364722,-2.9490948953172973,-0.2688595950603485,-0.9531269073486328,-0.13879366219043732,0.13532109558582306,-0.3558117747306824,0.4911443591117859,-0.3739321827888489,-0.1896800994873047,0.3947140574455261 +436,-1.2675946990916926,1.2471080644181698,-2.753434136384692,-0.3035571575164795,-0.9480687379837036,-0.09496716409921646,0.14966706931591034,-0.11923100799322128,-0.0953928530216217,0.2866656482219696,-0.1724299192428589,-0.417438268661499 +437,-1.2755061118204547,1.2492090218671656,-2.884544658007201,-0.30239248275756836,-0.9487349390983582,-0.09198272973299026,-0.8099639415740967,-0.699714720249176,-0.2866222560405731,-0.10471197962760925,0.14152973890304565,-0.21043121814727783 +438,-1.1020219666416338,1.2384165878495497,-3.0443131303890123,-0.2910941243171692,-0.9452685117721558,-0.1474173367023468,-0.3378257751464844,1.865414023399353,0.19268688559532166,0.1792777180671692,0.4572160243988037,0.4095481038093567 +439,-0.900973707756859,1.2200407861262785,-3.07869284350054,-0.26936468482017517,-0.9391133785247803,-0.2133275419473648,0.38773298263549805,1.0913420915603638,-0.21881575882434845,0.046601682901382446,0.18722134828567505,0.07969106733798981 +440,-0.8702392683412573,1.2417567170835675,-3.0604798241743842,-0.24703072011470795,-0.9463531374931335,-0.2083064466714859,0.8998208045959473,1.2165658473968506,0.37037375569343567,-0.6081175804138184,-0.36752015352249146,0.3354426622390747 +441,-1.1030183756667309,1.2863704247330487,-2.7616936051036487,-0.2504615783691406,-0.9598228931427002,-0.1265265941619873,0.6389461755752563,-0.48965707421302795,-0.3436964750289917,0.13650894165039062,0.009642839431762695,-0.2938377857208252 +442,-1.303053611226077,1.3350263641374476,-2.6031311417130163,-0.22526882588863373,-0.9723348021507263,-0.06179787591099739,0.1875571459531784,0.12470155209302902,0.0658336952328682,0.2556796073913574,0.09144490957260132,0.0505216158926487 +443,-1.3352216597727988,1.3299548399774592,-2.5946561104923536,-0.2319318950176239,-0.9711375832557678,-0.05567093566060066,0.0194094255566597,-0.2441004514694214,0.5442759394645691,0.1141950935125351,0.4782482385635376,0.01111525297164917 +444,-1.2215872859118673,1.2999398802765223,-2.7353061064125184,-0.2514079213142395,-0.963542103767395,-0.09154576808214188,-0.9414492249488831,-0.2859293222427368,-0.40590667724609375,-0.0539509654045105,0.2820998430252075,0.16912144422531128 +445,-1.194365338463792,1.2848222743553008,-2.81208666223396,-0.2623406946659088,-0.9593873620033264,-0.10369808971881866,0.2620803117752075,-0.7225943803787231,0.47306498885154724,-0.3567084074020386,-0.4581083655357361,0.40434205532073975 +446,-1.3026083385284652,1.2595777092320144,-2.698235836759326,-0.2952725291252136,-0.951961100101471,-0.0811433419585228,-0.14801712334156036,0.11541751027107239,-0.21772105991840363,0.19758576154708862,-0.23120540380477905,-0.509188711643219 +447,-1.2460722021722503,1.2681722398978195,-2.8893724509039123,-0.2824512720108032,-0.9545577168464661,-0.09508456289768219,-1.0183448791503906,-0.9882307648658752,-0.4104101359844208,-0.13051265478134155,0.153059184551239,-0.2231680303812027 +448,-1.039602517371871,1.253367919348828,3.1352198327714564,-0.26911452412605286,-0.9500412344932556,-0.1581106334924698,-0.39490002393722534,0.9495683908462524,0.06771203130483627,0.10164931416511536,0.4342637062072754,0.3636159896850586 +449,-0.8473384881363286,1.2278781901914406,3.1042686641923947,-0.2520166337490082,-0.9417774677276611,-0.22258217632770538,0.567565381526947,1.432426929473877,-0.03116794303059578,0.18234500288963318,0.22203564643859863,0.07933264970779419 +450,-0.7945856266330881,1.2484523787376847,3.0971633754428654,-0.22605320811271667,-0.9484955072402954,-0.22193719446659088,0.5620357394218445,0.7852222323417664,0.3900771737098694,-0.49330711364746094,-0.4480040669441223,0.2972393333911896 +451,-1.0414054630469567,1.3072689581339172,-2.8678025038331834,-0.22483128309249878,-0.9654771685600281,-0.13154856860637665,0.766797661781311,-0.37257179617881775,-0.45976537466049194,0.11174838244915009,-0.11444848775863647,-0.40060168504714966 +452,-1.2500067303971178,1.3612856147787207,-2.711235900549639,-0.1973716914653778,-0.9781327843666077,-0.06557989120483398,0.04757646843791008,0.1639317274093628,0.14046278595924377,0.2624046504497528,0.23309189081192017,0.12969732284545898 +453,-1.2909970281789689,1.3537386693653686,-2.661563404496022,-0.20698167383670807,-0.9765353202819824,-0.05947349965572357,0.18882006406784058,0.023047439754009247,0.5871748924255371,0.10378649830818176,0.5054813623428345,-0.00015782564878463745 +454,-1.2281311048935393,1.3227507028810561,-2.7467899559558964,-0.23123657703399658,-0.9693940877914429,-0.08249098062515259,-1.0773504972457886,-0.8111395239830017,-0.6876368522644043,-0.12494933605194092,0.21255815029144287,0.05398756265640259 +455,-1.1337775911556507,1.2966647088590777,-2.9207578113862582,-0.24526923894882202,-0.9626606702804565,-0.11457595974206924,0.4427925944328308,-0.4229259192943573,0.6530869007110596,-0.457733690738678,-0.30149954557418823,0.5328651666641235 +456,-1.3539615595562595,1.2800970766107325,-2.6989063246577287,-0.27991020679473877,-0.9580436944961548,-0.06166372820734978,0.09468618035316467,0.2081308662891388,-0.03680533543229103,0.20514219999313354,-0.26717597246170044,-0.5140045881271362 +457,-1.2432987846707133,1.283864350551665,-2.9578721804873176,-0.2679695188999176,-0.9591166973114014,-0.09103760868310928,-0.9048659801483154,-1.1222726106643677,-0.29422861337661743,-0.10988390445709229,0.12513214349746704,-0.22182857990264893 +458,-1.0216843394876107,1.2552056709915465,3.0779860179438203,-0.2647489905357361,-0.9506132006645203,-0.16199569404125214,-0.6159260869026184,1.5841072797775269,0.14795920252799988,0.11463302373886108,0.49599289894104004,0.45330125093460083 +459,-0.8633459085112626,1.2452758960524875,3.064699241770852,-0.24305638670921326,-0.9474844336509705,-0.207838773727417,0.3110842704772949,0.752158522605896,-0.15846779942512512,0.11794960498809814,0.16504424810409546,0.030531644821166992 +460,-0.8528277504229538,1.2545715615399622,3.103658924432522,-0.23421312868595123,-0.9504162073135376,-0.20458053052425385,0.7326449155807495,1.259298324584961,0.4456522464752197,-0.5785157680511475,-0.4141925573348999,0.21030259132385254 +461,-1.0463781123707083,1.2825668296895874,-2.924984539091157,-0.246055468916893,-0.9587486386299133,-0.1423291563987732,0.8628809452056885,-0.06543955206871033,-0.2721225917339325,0.11353293061256409,-0.08777529001235962,-0.1902972310781479 +462,-1.1700550655370892,1.3252301994305589,-2.8131099778135926,-0.22384504973888397,-0.9699998497962952,-0.09483581781387329,0.09539751708507538,0.19414928555488586,-0.004506400786340237,0.28047043085098267,0.18314987421035767,0.009340763092041016 +463,-1.1822145952656615,1.336863530859914,-2.7968502587815043,-0.21452350914478302,-0.9727622866630554,-0.08782549202442169,0.023087676614522934,-0.1902645081281662,0.3622320890426636,0.12321493029594421,0.4611503481864929,0.005855262279510498 +464,-1.08760126657183,1.2870000833568,-2.915833794833767,-0.24794575572013855,-0.9599993824958801,-0.1300918459892273,-0.9935742616653442,-0.34194910526275635,-0.29601922631263733,-0.06006811559200287,0.07578319311141968,0.177867129445076 +465,-1.0384574230050845,1.2656687562757096,-3.0177067240361595,-0.25884440541267395,-0.9538086652755737,-0.15247569978237152,-0.00041520409286022186,-0.3351370692253113,0.6724202632904053,-0.3064785301685333,-0.4157288074493408,0.2680457830429077 +466,-1.268341376979847,1.24551764741115,-2.814121845247537,-0.3050664961338043,-0.9475616812705994,-0.09518933296203613,0.43187806010246277,-0.009894021786749363,0.004864186514168978,0.14190426468849182,-0.3575834631919861,-0.15481066703796387 +467,-1.2391197826385738,1.2464620188863962,-2.945907653139096,-0.3013095557689667,-0.9478631019592285,-0.10377077013254166,-0.7316556572914124,-0.7432527542114258,-0.1773890256881714,-0.1290493607521057,0.16160809993743896,-0.35474061965942383 +468,-1.052162955148791,1.2274582081146428,3.1284800715026866,-0.29236453771591187,-0.9416362047195435,-0.16686664521694183,-0.3584238588809967,0.9199376106262207,0.1814396232366562,0.08121338486671448,0.4343881607055664,0.18632160127162933 +469,-0.856230559529338,1.191371852440681,3.0542816589557287,-0.2797814607620239,-0.9288779497146606,-0.24271011352539062,0.4282473623752594,1.054958701133728,0.03153148293495178,0.24001705646514893,0.27693092823028564,0.13286209106445312 +470,-0.8332928242370367,1.215271385748125,3.081866293646606,-0.2576330602169037,-0.9374638795852661,-0.23406529426574707,0.4051467776298523,0.49360164999961853,0.30120620131492615,-0.5199853181838989,-0.5946863293647766,0.32831883430480957 +471,-1.0944036262539378,1.2734791401310412,-2.8706962924577697,-0.26033708453178406,-0.9561258554458618,-0.13434289395809174,1.0238351821899414,-0.5045918822288513,-0.23958702385425568,-0.011009961366653442,-0.042790770530700684,-0.39716649055480957 +472,-1.4387907250098981,1.3385333430606108,-2.557918314994926,-0.22817781567573547,-0.973147988319397,-0.03029693476855755,0.7248978018760681,0.20277360081672668,0.0475180447101593,0.3138406574726105,-0.07967793941497803,0.047310471534729004 +473,-1.4319077486564595,1.3321922422061205,-2.562117688350165,-0.23407119512557983,-0.9716688394546509,-0.03272048011422157,-0.3029783368110657,-0.49081674218177795,0.20809774100780487,0.10666027665138245,0.41188478469848633,-0.08936512470245361 +474,-1.3976439058728254,1.2954354689160257,-2.6851591043779672,-0.26782822608947754,-0.9623271226882935,-0.04684419929981232,-0.8204998970031738,-1.4320205450057983,-0.16535122692584991,-0.05994582176208496,0.5260632038116455,0.10679596662521362 +475,-1.2582491142538657,1.2875800268992028,-2.920102340177924,-0.26590678095817566,-0.9601616263389587,-0.08592469245195389,0.24535122513771057,-0.7467783093452454,0.33295515179634094,-0.23442888259887695,-0.5446295142173767,0.13321173191070557 +476,-1.5041022406599704,1.2520206778392649,-2.694787771917078,-0.31270700693130493,-0.9496198296546936,-0.020886685699224472,0.29119062423706055,0.8065346479415894,0.20897863805294037,-0.04935348033905029,-0.5416215062141418,-0.024996517226099968 +477,-1.2807728620540355,1.270435553346595,-2.882113860614564,-0.28350862860679626,-0.9552298188209534,-0.08460984379053116,-1.095726490020752,-0.24599862098693848,-0.41848912835121155,-0.061294227838516235,0.11488252878189087,-0.6441652178764343 +478,-1.0394181529203363,1.2542672468477807,3.085046566799594,-0.26834869384765625,-0.9503215551376343,-0.15772725641727448,-0.5208519101142883,-0.4175949692726135,-0.04420830309391022,-0.00467681884765625,0.3441966772079468,0.2522554397583008 +479,-0.9154281869352839,1.2497432713212497,3.0055802660456292,-0.2501879632472992,-0.9489036202430725,-0.19232189655303955,-0.14410430192947388,1.2153289318084717,-0.39878740906715393,0.2753649950027466,0.38651055097579956,0.44252029061317444 +480,-0.7602977843180462,1.3146468550408663,2.9617724742005263,-0.1745978742837906,-0.967372715473175,-0.18359042704105377,0.3304903507232666,0.6185433864593506,0.004033372271806002,-0.28160935640335083,-0.6148567795753479,-0.16626308858394623 +481,-0.8596953971997314,1.335852013807274,3.116722181074883,-0.1763710230588913,-0.9725273251533508,-0.15193389356136322,0.8485835194587708,0.12953466176986694,0.09374076873064041,-0.22336345911026,-0.48664015531539917,-0.3002908229827881 +482,-1.1473998701393333,1.3842372156377822,-2.9002999233495,-0.16910098493099213,-0.9826482534408569,-0.0762057900428772,0.5640142560005188,-0.11780983209609985,0.2792765498161316,0.3101685047149658,-0.050463318824768066,-0.0629391074180603 +483,-1.1052806308068932,1.35987445484939,-2.8956557284733484,-0.18708336353302002,-0.9778383374214172,-0.09397894889116287,-0.43819308280944824,0.19433872401714325,-0.019123472273349762,0.2642470598220825,0.47188740968704224,0.039856016635894775 +484,-1.1501811640269561,1.3477135723573066,-2.911368054527076,-0.20195356011390686,-0.9752200841903687,-0.09033596515655518,0.057118915021419525,-1.2804961204528809,0.3367851674556732,0.040973350405693054,0.28901708126068115,0.13492214679718018 +485,-1.1017794791932947,1.3358846751085707,-3.0890378317536804,-0.20762282609939575,-0.9725348949432373,-0.10520865023136139,-0.3799820840358734,-1.2238965034484863,-0.11895303428173065,-0.03599900007247925,-0.34515321254730225,0.1129448264837265 +486,-1.3480363294479185,1.287859885039439,-2.9556713496357885,-0.2722785770893097,-0.9602397680282593,-0.06167633458971977,0.3918074667453766,-0.3362604081630707,0.10903558135032654,-0.1913139522075653,-0.541942298412323,0.17805510759353638 +487,-1.3547169327002357,1.2982544656101371,-2.8420997018172725,-0.26292091608047485,-0.9630897641181946,-0.05771280825138092,-0.4223034977912903,0.9607723951339722,0.26235365867614746,0.08584266901016235,-0.13427656888961792,-0.6433370113372803 +488,-1.197667500792438,1.2962347435060666,-2.9784507941924407,-0.2524687945842743,-0.9625441431999207,-0.09883321821689606,-0.48073291778564453,-0.2989146411418915,-0.08050157129764557,0.04009702801704407,0.3321579694747925,-0.06036172807216644 +489,-0.9291637924877146,1.2536766240040744,3.0882192666216515,-0.24981431663036346,-0.9501374959945679,-0.18663237988948822,-1.4393140077590942,1.1061882972717285,-0.1016550064086914,0.24928024411201477,0.4368165135383606,0.5523855686187744 +490,-0.8144795615048854,1.2959118126390639,3.0610451291120717,-0.1974339783191681,-0.9624565243721008,-0.18627212941646576,0.14923737943172455,-0.2258983850479126,-0.2663717567920685,-0.2971491515636444,-0.6756507754325867,-0.07453107833862305 +491,-0.950326044034566,1.3217283476937292,-3.022169910037588,-0.20055416226387024,-0.9691426157951355,-0.14331986010074615,1.5798115730285645,0.7585493922233582,0.3900589644908905,-0.15970584750175476,-0.5653422474861145,-0.533376932144165 +492,-1.3468855368625665,1.3784498798501212,-2.656800638213236,-0.18639077246189117,-0.9815583825111389,-0.04244665801525116,0.838447093963623,-0.37991729378700256,0.050487641245126724,0.33650675415992737,-0.09708541631698608,0.05091524124145508 +493,-1.3975008119379038,1.3653383789504099,-2.57411064676888,-0.20095990598201752,-0.9789676666259766,-0.03517830744385719,-0.17949646711349487,0.28372451663017273,0.019344262778759003,0.17097637057304382,0.48227882385253906,-0.019768595695495605 +494,-1.3833344123992277,1.3181683729723992,-2.60838215367183,-0.24557021260261536,-0.9682589173316956,-0.04658200591802597,-0.44535985589027405,-1.0541757345199585,0.4501608908176422,-0.02249617874622345,0.48882782459259033,-0.07854008674621582 +495,-1.1580928961996722,1.310503785283,-2.9583645548428508,-0.2357552945613861,-0.9663147330284119,-0.10322524607181549,-0.6702609658241272,-1.075308918952942,0.0893247202038765,-0.1672903597354889,-0.43757015466690063,0.0676722526550293 +496,-1.313413601384451,1.2615543145231904,-2.8351934482599175,-0.2943119704723358,-0.952564537525177,-0.07746908813714981,0.7111669182777405,0.47679877281188965,0.3079109787940979,-0.10189777612686157,-0.6580007672309875,-0.004623182117938995 +497,-1.313201465590951,1.2654112807638682,-2.7780821265008346,-0.290740430355072,-0.9537312388420105,-0.07659493386745453,-0.8201890587806702,-0.685164749622345,-0.15541881322860718,0.13940373063087463,0.0540730357170105,-0.6358531713485718 +498,-1.1589696621674932,1.2519229235223632,-2.9922110263842656,-0.2872856855392456,-0.949589192867279,-0.12548771500587463,-0.6035450100898743,0.22830753028392792,0.18354912102222443,0.014305919408798218,0.38556337356567383,0.16062867641448975 +499,-0.980036523589644,1.2044385688510517,-3.025607242171378,-0.2975058853626251,-0.9336382746696472,-0.19952429831027985,-0.047984298318624496,1.603234052658081,-0.06474126875400543,0.272466242313385,0.5263201594352722,0.28257787227630615 +500,-0.8719223543743306,1.26545245091068,-3.0969349278522436,-0.23014605045318604,-0.9537436366081238,-0.19340676069259644,-0.002710336819291115,-0.04108166694641113,-0.41684675216674805,-0.30333176255226135,-0.7040171027183533,0.016206473112106323 +501,-1.0197757504231435,1.2891417828755511,-2.898708433996539,-0.23680682480335236,-0.9605968594551086,-0.14552022516727448,1.0851527452468872,0.268000066280365,0.15317387878894806,-0.26304057240486145,-0.4132434129714966,-0.4166898727416992 +502,-1.2791983703810212,1.3384939650842818,-2.63851486394072,-0.22050008177757263,-0.9731389284133911,-0.06618395447731018,0.5683135986328125,0.4027138948440552,-0.09329559653997421,0.39112389087677,-0.2726495862007141,0.01300705224275589 +503,-1.1850888769289232,1.3283512733440854,-2.7043307096229348,-0.2224392294883728,-0.9707538485527039,-0.09032052755355835,-0.47295501828193665,-0.30145084857940674,-0.4583190381526947,0.2374691218137741,0.49805182218551636,0.0006293654441833496 +504,-1.20037409287545,1.2911455782614991,-2.7947938165212145,-0.2572985589504242,-0.9611518979072571,-0.09992163628339767,-0.58739173412323,-2.0930838584899902,0.6113933324813843,-0.03335082530975342,0.45507901906967163,0.09354342520236969 +505,-1.1044448250405852,1.2827496141278438,-3.0523499613850142,-0.25374484062194824,-0.9588006138801575,-0.12773120403289795,0.5081110596656799,-0.5963873863220215,0.36442074179649353,-0.26238372921943665,-0.6208962202072144,0.19752489030361176 +506,-1.3203684473523631,1.2644466325914607,-2.846162460376129,-0.29217272996902466,-0.95344078540802,-0.07473712414503098,0.7395867109298706,0.444882333278656,-0.2581314444541931,0.06823477149009705,-0.6117599010467529,-0.03509562462568283 +507,-1.255930681701842,1.2842787906500164,-2.9012066602152933,-0.26871973276138306,-0.9592338800430298,-0.0875222384929657,-1.3382134437561035,-0.31242355704307556,-0.14405930042266846,0.007748663425445557,0.08015978336334229,-0.7165701389312744 +508,-1.0920639597580775,1.2476189185300373,-3.1101006209994333,-0.28187859058380127,-0.9482311010360718,-0.14629517495632172,-0.4137386679649353,0.2532802224159241,0.45347562432289124,-0.02337348461151123,0.41608089208602905,0.2048736810684204 +509,-0.86197109500264,1.1941007125187795,3.071700535642079,-0.2792447805404663,-0.92988520860672,-0.23944905400276184,-0.029027476906776428,1.465304970741272,-0.206782728433609,0.3920682370662689,0.44049006700515747,0.31121116876602173 +510,-0.8149498920110524,1.2365897107588317,3.1268691738176497,-0.23869727551937103,-0.9446708559989929,-0.22499051690101624,0.1460433155298233,0.2681960165500641,0.01323137991130352,-0.5316579341888428,-0.5970619320869446,0.2745358347892761 +511,-0.9758842190701874,1.2713267768339753,-2.9032327233439688,-0.24432949721813202,-0.9554930925369263,-0.16533616185188293,0.9371355175971985,-0.1383761763572693,0.1797027289867401,-0.2735538184642792,-0.36517035961151123,-0.48650407791137695 +512,-1.2678832235596498,1.3292280834388426,-2.6949578923827735,-0.2283339500427246,-0.9709640145301819,-0.07136143743991852,0.9566295742988586,-1.3063822984695435,-0.39762812852859497,0.276826411485672,-0.16351163387298584,0.00020969659090042114 +513,-1.384713980825508,1.3362475956709408,-2.591612178226625,-0.22839248180389404,-0.9726192951202393,-0.04299724102020264,-0.18544423580169678,0.11763060837984085,-0.037931546568870544,0.18322643637657166,0.4971400499343872,-0.029924515634775162 +514,-1.3063459209940154,1.2740766619452226,-2.6726297883437957,-0.28222033381462097,-0.9563007354736328,-0.07642316818237305,-0.7386728525161743,-0.8949877023696899,0.15138055384159088,-0.10744336247444153,0.6168079972267151,-0.10007523745298386 +515,-1.1303321590873339,1.2705353577455254,-3.0017737174578802,-0.2675396800041199,-0.9552593231201172,-0.1261042207479477,-0.3100500702857971,-1.3508200645446777,0.06865668296813965,-0.16396361589431763,-0.4839496612548828,0.2536066770553589 +516,-1.2722645226803815,1.237768434145768,-2.8820709664550526,-0.31244680285453796,-0.9450568556785583,-0.09614872187376022,0.7316932082176208,0.18650087714195251,0.29638582468032837,-0.004005223512649536,-0.6553917527198792,-0.031048528850078583 +517,-1.2453665469154975,1.2514694442587853,-2.9288487202306968,-0.29745036363601685,-0.9494469165802002,-0.10036760568618774,-1.1598023176193237,-1.0120925903320312,-0.3862585127353668,0.010295271873474121,0.08969056606292725,-0.7244004011154175 +518,-1.0622150531117989,1.2396200792399983,3.093784979464926,-0.28400251269340515,-0.9456605315208435,-0.15833070874214172,-0.5519077777862549,0.11691643297672272,0.196104496717453,-0.06731584668159485,0.37545496225357056,0.17860962450504303 +519,-0.9188711771852931,1.204023239246218,3.0818259394356575,-0.28506144881248474,-0.9334893822669983,-0.2175721675157547,-0.0368739478290081,2.137150526046753,0.16876479983329773,0.34042033553123474,0.4648614525794983,0.4237642288208008 +520,-0.8365630951326772,1.2492824983453656,3.116538537023328,-0.2345832735300064,-0.9487581253051758,-0.21172784268856049,-0.04876678064465523,-0.4105101227760315,-0.07147052884101868,-0.4202629327774048,-0.7588834762573242,-0.08342289924621582 +521,-1.039513533734344,1.285486103010776,-2.9037867231473973,-0.2426588386297226,-0.9595744013786316,-0.14259639382362366,1.2580877542495728,-0.20797975361347198,0.05039083957672119,-0.19027875363826752,-0.3781026005744934,-0.5653046369552612 +522,-1.4483072514921758,1.3474503881628654,-2.5625589903922825,-0.2198348194360733,-0.9751617908477783,-0.02706284448504448,0.9165239930152893,-0.42987313866615295,-0.2555716633796692,0.2597060203552246,-0.20081788301467896,-0.046103063970804214 +523,-1.4522646449392416,1.3349632145459556,-2.5155757293487366,-0.23201420903205872,-0.972320020198822,-0.027630556374788284,-0.441008061170578,0.4980476200580597,0.043923284858465195,0.15808537602424622,0.5704033970832825,-0.10696721076965332 +524,-1.3070644868074714,1.3025785463283062,-2.6523250932621987,-0.25585007667541504,-0.9642447233200073,-0.0690850093960762,-0.6669909954071045,-0.7194089889526367,0.08040674030780792,0.02638840675354004,0.4593619704246521,0.0488518550992012 +525,-1.1995599271881254,1.2941644633186087,-2.922715558480575,-0.25451216101646423,-0.9619807600975037,-0.09907808899879456,0.21522101759910583,-1.0112072229385376,0.36899808049201965,-0.24255812168121338,-0.5432224273681641,0.31447112560272217 +526,-1.3515865806861973,1.2608892699505734,-2.759297341878859,-0.2976723313331604,-0.9523619413375854,-0.06631835550069809,0.39757993817329407,0.8469887375831604,0.17381055653095245,-0.014903992414474487,-0.7272036075592041,-0.09980405122041702 +527,-1.3018204615451163,1.270807945597897,-2.8587363043337586,-0.28488388657569885,-0.9553399085998535,-0.07852991670370102,-0.8957832455635071,-1.2311859130859375,-0.16455627977848053,-0.015576958656311035,0.037645816802978516,-0.5226510763168335 +528,-1.091538745656405,1.255803025586517,3.138006827626993,-0.2749063968658447,-0.9507984519004822,-0.14285993576049805,-0.7613872289657593,0.323939710855484,0.047087643295526505,0.004505366086959839,0.4578937888145447,0.18576765060424805 +529,-0.863652957558212,1.2121146040971973,3.060893727753852,-0.2668680250644684,-0.9363604187965393,-0.22805841267108917,-0.2609804570674896,1.396372675895691,-0.06567718088626862,0.36623328924179077,0.4072313904762268,0.3078160881996155 +530,-0.8100852894474234,1.2547210522143186,3.085094783511827,-0.22515474259853363,-0.9504626989364624,-0.21430356800556183,-0.14302097260951996,-0.06290483474731445,-0.15252763032913208,-0.47868743538856506,-0.6699901819229126,0.2413421869277954 +531,-0.9455427140742555,1.2935197149428896,-2.983745973693028,-0.22195014357566833,-0.9618045091629028,-0.16021917760372162,0.9870680570602417,0.24876034259796143,0.20035742223262787,-0.24928700923919678,-0.5097377896308899,-0.6159343719482422 +532,-1.2774758092431862,1.3614026631309124,-2.721038156990104,-0.19898919761180878,-0.978157103061676,-0.0601012259721756,0.9489167332649231,-1.0596590042114258,-0.4476298987865448,0.2664635479450226,-0.23342132568359375,-0.03976751118898392 +533,-1.4066933238361865,1.3665765081210797,-2.603049226849048,-0.20007917284965515,-0.9792194962501526,-0.03313153609633446,-0.11801531910896301,0.16226105391979218,-0.07353708148002625,0.15860575437545776,0.44691652059555054,-0.04609209671616554 +534,-1.3599600831356957,1.3255134020894732,-2.6625814837328865,-0.23745347559452057,-0.970068633556366,-0.0508190393447876,-0.46821194887161255,-0.4668387770652771,0.3106423616409302,0.0061302632093429565,0.5712650418281555,-0.048012133687734604 +535,-1.1055144082768404,1.314466957307611,-3.0220605492443213,-0.22657987475395203,-0.9673271179199219,-0.11375319212675095,-0.5730913877487183,-1.0393705368041992,0.21338210999965668,-0.19076329469680786,-0.5049018859863281,0.19598281383514404 +536,-1.2422571412002854,1.2770497636548275,-2.8985655738822813,-0.27405408024787903,-0.9571658372879028,-0.09342324733734131,0.757576048374176,-0.07164684683084488,0.4291105270385742,-0.0997861921787262,-0.46573150157928467,-0.038382165133953094 +537,-1.2810329486726693,1.2778543510470985,-2.8515961335874036,-0.2767316699028015,-0.9573984742164612,-0.08250895887613297,-0.4295597970485687,-1.5040433406829834,-0.26529258489608765,0.2259809374809265,0.06903177499771118,-0.5343886017799377 +538,-1.1205004658695257,1.2788066209441964,-3.109354838663235,-0.25916436314582825,-0.9576730132102966,-0.12528523802757263,-0.8507500290870667,-0.09199254959821701,-0.08358489722013474,-0.05040594935417175,0.35627835988998413,0.02035057544708252 +539,-0.8876259320783435,1.2331584738465258,3.0411452067051132,-0.2569164037704468,-0.9435397982597351,-0.20910902321338654,-0.5312994718551636,1.5706470012664795,0.10213989019393921,0.24924129247665405,0.4365817904472351,0.4888789653778076 +540,-0.7942366762895869,1.2569236611836976,3.044571212946978,-0.2202364057302475,-0.9511450529098511,-0.21637728810310364,-0.12391435354948044,0.0368390753865242,-0.46078261733055115,-0.1872342824935913,-0.3334161043167114,-0.06941986083984375 +541,-0.8643057757839365,1.2823362493240225,-3.0967762309659057,-0.21638552844524384,-0.9586830735206604,-0.18467310070991516,0.9635806083679199,0.6528173089027405,0.26067087054252625,-0.24180537462234497,-0.5549277663230896,-0.4765207767486572 +542,-1.102583298327455,1.3357981713669125,-2.864621194825721,-0.20778217911720276,-0.9725147485733032,-0.10507957637310028,0.7202833294868469,-0.543129563331604,-0.5199275612831116,0.24277058243751526,-0.14824330806732178,-0.0509873628616333 +543,-1.1784611256894595,1.34666545231526,-2.800005212427946,-0.20537172257900238,-0.9749876260757446,-0.08498021215200424,-0.11693987995386124,0.016185540705919266,-0.23082388937473297,0.2011602818965912,0.46009498834609985,0.00699257105588913 +544,-1.157332013505837,1.331894051804154,-2.815482674613658,-0.21669547259807587,-0.9715983271598816,-0.09507647156715393,-0.2371208518743515,0.09570882469415665,0.4709536135196686,0.08313532173633575,0.5003155469894409,0.10003562271595001 +545,-0.977276849962551,1.306223017707999,-3.0466426209198287,-0.2167753279209137,-0.9652041792869568,-0.14625072479248047,-0.38874468207359314,-1.1989738941192627,-0.0971904844045639,-0.064337357878685,-0.34605979919433594,0.13146497309207916 +546,-1.1989630948997976,1.261293891181135,-2.905752592730754,-0.283770352602005,-0.9524852633476257,-0.11066296696662903,-0.0068524861708283424,-0.1416161060333252,0.5211459398269653,-0.3148777186870575,-0.40725594758987427,0.20979928970336914 +547,-1.2594030115625927,1.2494568750696415,-2.7960050632945177,-0.3006483316421509,-0.9488131999969482,-0.09676801413297653,-0.4522266089916229,-0.5565481185913086,-0.2090497612953186,0.3359419107437134,-0.06444668769836426,-0.5145601034164429 +548,-1.0828828302709734,1.247613426840042,-3.0778718003214656,-0.28052815794944763,-0.9482293725013733,-0.14887937903404236,-0.9037846922874451,-0.6878505945205688,-0.23865513503551483,-0.10979166626930237,0.3645043969154358,-0.045105576515197754 +549,-0.9151286056465421,1.2137182488083598,3.086963971250544,-0.27705833315849304,-0.9369221329689026,-0.21310949325561523,-0.5256235003471375,1.487242341041565,0.19440637528896332,0.20888203382492065,0.4740315079689026,0.5011191368103027 +550,-0.8069014642489584,1.2288784685501701,3.084452823548559,-0.24213199317455292,-0.9421133399009705,-0.23193638026714325,0.26088374853134155,0.43847647309303284,-0.5058265924453735,-0.12478084862232208,-0.10389184951782227,-0.03916655480861664 +551,-0.8062068286504874,1.255397274181569,3.1188247851169137,-0.22385795414447784,-0.9506726861000061,-0.21473020315170288,0.9204805493354797,0.7379260063171387,0.134511798620224,-0.29883185029029846,-0.4828447699546814,-0.13988405466079712 +552,-1.0721208755429115,1.3086877377682156,-2.9009212434422276,-0.2275618016719818,-0.9658457636833191,-0.12392649054527283,0.9846590757369995,-0.4996589720249176,-0.2130305916070938,0.14386731386184692,-0.09932464361190796,-0.13738031685352325 +553,-1.2920661746403714,1.3180545008324633,-2.6534726363324967,-0.24040894210338593,-0.9682304263114929,-0.06880022585391998,-0.024353403598070145,0.5731444358825684,0.1456877887248993,0.28957274556159973,0.45405495166778564,0.08822464197874069 +554,-1.3636759331676593,1.3085454361737965,-2.5675802868194824,-0.25371432304382324,-0.9658088684082031,-0.0533139668405056,-0.01774725690484047,-0.8840101361274719,0.2318192571401596,0.10057711601257324,0.4073219299316406,-0.0769655704498291 +555,-1.2386744983356368,1.314465060971242,-2.844887259696728,-0.23967881500720978,-0.9673266410827637,-0.08266458660364151,-1.0285282135009766,-1.1179769039154053,-0.2978556454181671,-0.034643739461898804,-0.02478468418121338,0.0808335468173027 +556,-1.185880918403681,1.2612712332465008,-2.9560929884195644,-0.28231850266456604,-0.9524783492088318,-0.11437387019395828,0.29079559445381165,0.4828391969203949,0.36112192273139954,-0.32295191287994385,-0.4225216507911682,0.42539381980895996 +557,-1.344159224656538,1.2695015286424838,-2.759024642984799,-0.289168119430542,-0.9549530744552612,-0.06668183952569962,-0.17349043488502502,0.33274397253990173,0.06076895818114281,0.154097318649292,-0.13786613941192627,-0.4201498031616211 +558,-1.2751443029917415,1.2711639209169021,-2.8639077373216786,-0.28236210346221924,-0.9554450511932373,-0.086001455783844,-0.37962692975997925,-0.2264145463705063,-0.16250257194042206,-0.018693745136260986,0.35423362255096436,-0.10133074969053268 +559,-1.1142241143975293,1.261115985527299,-2.987221405831907,-0.27353784441947937,-0.9524310231208801,-0.13435816764831543,-0.4822319447994232,1.3237351179122925,0.07296553999185562,0.14678311347961426,0.5057758092880249,0.25381922721862793 +560,-0.8716588761954804,1.2549669064152376,3.1297558578528952,-0.23773649334907532,-0.9505391120910645,-0.19989240169525146,-0.15952472388744354,0.15456123650074005,-0.464781790971756,-0.15470433235168457,-0.15195417404174805,-0.005918145179748535 +561,-0.8296129761028372,1.2713867559237484,3.1382963072596644,-0.21758046746253967,-0.9555107951164246,-0.19914309680461884,0.9285570383071899,1.133988857269287,0.15821605920791626,-0.2741797864437103,-0.5620520710945129,-0.06742799282073975 +562,-1.0297704834630605,1.3083301821002953,-2.938137629603696,-0.2224062979221344,-0.9657530188560486,-0.133627250790596,0.6936483383178711,-0.8287343978881836,-0.2508067488670349,0.13865084946155548,-0.01054990291595459,-0.2223297655582428 +563,-1.3288330335249645,1.3342493444096544,-2.6683907271867904,-0.22752046585083008,-0.9721529483795166,-0.056151725351810455,0.0023554409854114056,0.5128728151321411,0.26340484619140625,0.3651242256164551,0.2810366749763489,0.12969911098480225 +564,-1.279086077261324,1.3274037860731402,-2.6747060171244437,-0.23081578314304352,-0.9705259799957275,-0.06930850446224213,0.03802679479122162,0.31691592931747437,0.4844214618206024,0.12192901968955994,0.5035763382911682,-0.04281307011842728 +565,-1.168800624081093,1.289582828115273,-2.8095795472021057,-0.2553982138633728,-0.9607193470001221,-0.10858195275068283,-1.151289463043213,-1.0659548044204712,-0.6953659653663635,-0.05157807469367981,0.14440470933914185,0.09504742175340652 +566,-1.1694008775577898,1.2852946582539395,-2.935244953574876,-0.2592531740665436,-0.9595204591751099,-0.1100371778011322,0.559971272945404,-0.11799191683530807,0.7764031887054443,-0.37601593136787415,-0.37621861696243286,0.5869964361190796 +567,-1.2506620980402918,1.2658579609145966,-2.7756538582197328,-0.2849801182746887,-0.9538654685020447,-0.09448184072971344,0.43067970871925354,0.7598238587379456,-0.0674494281411171,0.2252419888973236,-0.22029823064804077,-0.36320555210113525 +568,-1.2448958697778763,1.2796123129053172,-2.848467129122937,-0.27197498083114624,-0.9579046368598938,-0.09191415458917618,-0.6740657687187195,-0.6884433031082153,-0.38015586137771606,-0.016004115343093872,0.17811954021453857,-0.19617176055908203 +569,-1.0388008838757108,1.262427979181928,-3.0729432748663834,-0.2615588903427124,-0.9528300762176514,-0.15395373106002808,-0.46500349044799805,0.9283221364021301,0.13133518397808075,0.10167735815048218,0.5302837491035461,0.18708057701587677 +570,-0.8131025470350852,1.2227068715797595,3.0854030064100706,-0.2477845996618271,-0.9400261044502258,-0.23442195355892181,0.07269862294197083,0.8490074276924133,-0.2197224646806717,0.1791658252477646,0.2461785078048706,0.21879692375659943 +571,-0.756481898733005,1.252418650934807,3.065791882056974,-0.21485096216201782,-0.9497445225715637,-0.2276500016450882,0.013410132378339767,0.1930677741765976,0.2183551788330078,-0.5465931296348572,-0.6640097498893738,0.1556132435798645 +572,-0.9529596757006674,1.2883996764153534,-2.9390823992969146,-0.22714342176914215,-0.9603903293609619,-0.16141904890537262,0.8261561989784241,0.03293806314468384,0.034774184226989746,0.03375355899333954,-0.11295855045318604,-0.3644293546676636 +573,-1.2026649035001444,1.3287966323313363,-2.73703874408291,-0.2235892415046692,-0.9708607196807861,-0.08624172955751419,0.3026628792285919,-0.011744018644094467,0.3597462773323059,0.4575064480304718,0.028035283088684082,0.1642293930053711 +574,-1.1793094792332506,1.3268583704086836,-2.731234842176677,-0.2232528179883957,-0.9703943729400635,-0.09215743839740753,-0.014994120225310326,0.2545870542526245,0.16068199276924133,0.1460128128528595,0.4837000370025635,-0.03349870443344116 +575,-1.1450857843315438,1.286866335773253,-2.7690019154205374,-0.2551274597644806,-0.9599619507789612,-0.115684874355793,-0.7971646189689636,-0.6946771144866943,-0.4348152279853821,0.011856615543365479,0.3413859009742737,0.0741657018661499 +576,-1.0434321024286946,1.2672958712477007,-3.02331051710665,-0.2582578659057617,-0.9542961716651917,-0.1504046767950058,0.16502802073955536,-0.8633631467819214,1.0377709865570068,-0.3618440628051758,-0.6272009611129761,0.531935453414917 +577,-1.225600607658804,1.244128130551673,-2.8147043720380838,-0.3019596040248871,-0.9471167325973511,-0.10858272761106491,0.817138671875,0.8594920039176941,0.17382757365703583,0.07629737257957458,-0.46963125467300415,-0.222151517868042 +578,-1.1725115046231225,1.2427802107470864,-2.92814035130451,-0.29694920778274536,-0.9466833472251892,-0.1249481812119484,-0.8006489276885986,-1.18868887424469,-0.3958621621131897,-0.024934977293014526,0.21044665575027466,-0.3816283345222473 +579,-1.0380104686207456,1.214222059593947,-3.107049242505953,-0.3006838858127594,-0.9370981454849243,-0.17730288207530975,-0.3266043961048126,0.9590420722961426,0.33452141284942627,0.05224025249481201,0.5083414316177368,0.23739206790924072 +580,-0.8685539393841167,1.1865099929028378,-3.1132592103821017,-0.28619521856307983,-0.9270662069320679,-0.24215805530548096,0.3707374930381775,1.3120273351669312,-0.10688307136297226,0.20514053106307983,0.22650468349456787,0.08444321155548096 +581,-0.7520975127925137,1.208434345480945,3.1195108041494066,-0.24217340350151062,-0.9350621700286865,-0.25886446237564087,0.3499253988265991,0.7774419784545898,0.2031916379928589,-0.5268237590789795,-0.6090662479400635,0.39930638670921326 +582,-0.9644026942973755,1.276492837126814,-2.8508645616766466,-0.2383555918931961,-0.9570044279098511,-0.1653149276971817,0.9696081876754761,-0.10970911383628845,-0.09032192081212997,-0.0374470055103302,-0.08724600076675415,-0.4143054485321045 +583,-1.3371843192441069,1.3363575505939005,-2.541742980616844,-0.22598671913146973,-0.9726448655128479,-0.053775038570165634,0.599578320980072,-0.1924939751625061,0.05218170955777168,0.2914011776447296,-0.07615262269973755,0.12483520060777664 +584,-1.3232846560878768,1.329223123302541,-2.515405528594438,-0.23194023966789246,-0.9709628224372864,-0.05860967934131622,-0.13214106857776642,0.4245021641254425,0.31061893701553345,0.12451833486557007,0.5583192706108093,-0.05734188109636307 +585,-1.2827457027649214,1.2912838312330641,-2.567527905265184,-0.26451992988586426,-0.9611900448799133,-0.07837489247322083,-0.6667260527610779,-0.9458152651786804,-0.45066311955451965,-0.07120388746261597,0.46373844146728516,-0.06205175817012787 +586,-1.1075128423579355,1.2782244630385784,-2.9162341223033454,-0.2580140233039856,-0.9575052857398987,-0.12888959050178528,0.1857900172472,-1.6134973764419556,0.5987659096717834,-0.3526885211467743,-0.4301289916038513,0.41429001092910767 +587,-1.246033757234042,1.253820972059611,-2.7281987101903034,-0.29540106654167175,-0.9501824975013733,-0.09945663064718246,0.6163841485977173,1.555063009262085,-0.044708553701639175,0.10281985998153687,-0.398038387298584,-0.33380138874053955 +588,-1.26088450290735,1.2626950040763418,-2.7868327168297644,-0.288803368806839,-0.9529110789299011,-0.09248358756303787,-0.7804516553878784,-1.3536326885223389,-0.43593695759773254,-0.08035251498222351,0.08009302616119385,-0.38542163372039795 +589,-1.054426593778023,1.2482679105590784,-3.090422904651114,-0.2756389379501343,-0.9484370350837708,-0.1564943939447403,-0.6004422903060913,0.37766045331954956,0.06273013353347778,0.09317430853843689,0.5483058094978333,0.2339479923248291 +590,-0.8541955697784612,1.220843737543984,3.088981190242232,-0.258526086807251,-0.9393889904022217,-0.2251947522163391,0.15784217417240143,0.7857630848884583,-0.34040477871894836,0.28614452481269836,0.2843596339225769,0.2242792248725891 +591,-0.8290101413970269,1.262850776273002,3.089036271088318,-0.22346553206443787,-0.9529582858085632,-0.20477718114852905,0.2207523137331009,0.5412523746490479,0.2990257740020752,-0.6029962301254272,-0.5968921780586243,0.4135783910751343 +592,-1.026858110778452,1.2937181809608604,-2.9044572682641063,-0.23406757414340973,-0.9618588089942932,-0.1415630280971527,0.779180645942688,-0.18616244196891785,-0.0628884956240654,0.002454400062561035,-0.2364901900291443,-0.3653339743614197 +593,-1.284095435361649,1.338344082521455,-2.7227370816562106,-0.22096090018749237,-0.9731044173240662,-0.06514444202184677,0.14716863632202148,-0.4370877146720886,0.1522812396287918,0.41753989458084106,-0.03191554546356201,0.19429482519626617 +594,-1.220355384640314,1.341382444255331,-2.7700991783160664,-0.21358537673950195,-0.9737998247146606,-0.0780714899301529,-0.04729698225855827,0.1531173288822174,0.1630955934524536,0.14489030838012695,0.5403739213943481,-0.0281296968460083 +595,-1.1891048000541744,1.3055883806685706,-2.7919247703134773,-0.2432476133108139,-0.965038001537323,-0.09763361513614655,-0.6426052451133728,-0.5175272226333618,-0.2592821717262268,-0.02666512131690979,0.3523519039154053,0.02960991859436035 +596,-1.1150869718586591,1.2772143050053193,-2.9927572612542592,-0.2598511874675751,-0.9572134613990784,-0.12735728919506073,0.25082457065582275,-0.8132456541061401,1.0496083498001099,-0.40837693214416504,-0.5242776870727539,0.4322736859321594 +597,-1.2488892717847082,1.2617975177755374,-2.7895690388793835,-0.28848403692245483,-0.9526385068893433,-0.0962115079164505,0.5889716744422913,1.638907551765442,-0.15386269986629486,0.18858477473258972,-0.3610363006591797,-0.3222912549972534 +598,-1.2372300009336987,1.272340567360494,-2.874807568188551,-0.27783700823783875,-0.955791711807251,-0.09627455472946167,-0.7180171012878418,-0.7787489891052246,-0.27257239818573,-0.08005785942077637,0.16219741106033325,-0.1982964277267456 +599,-1.031057537952421,1.2516923849019606,-3.10789493327107,-0.2691188454627991,-0.9495168924331665,-0.16122226417064667,-0.4375443756580353,0.9424285292625427,0.07517562806606293,0.11216694116592407,0.5300528407096863,0.2534005641937256 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/TEST/running/q10.csv b/BoostRunClub/CoreML/DataSet/TEST/running/q10.csv new file mode 100644 index 0000000..c62637d --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/TEST/running/q10.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,0.2645994090673716,0.09716626102952271,2.530183506946086,0.2602890431880951,-0.0970134362578392,-0.9606446027755737,-0.6501174569129944,-0.9834469556808472,0.963676929473877,0.5396987199783325,-0.0693836584687233,-0.5321227312088013 +1,-0.22919720804699528,0.05385231709816264,2.1865695830384726,-0.2268664389848709,-0.05382629111409187,-0.97243732213974,0.08719044923782349,-0.5504150390625,0.4060172140598297,-0.1343396157026291,-0.029990237206220627,-0.35782390832901 +2,-0.2955770510679585,0.05306837685836442,2.2299087693641315,-0.29088184237480164,-0.05304346978664398,-0.9552874565124512,-0.20674924552440643,-0.738232433795929,0.6170690655708313,0.10264945030212402,-0.14265049993991852,-0.26109737157821655 +3,-0.34261555669008825,0.06461780141557089,2.277725495840373,-0.3352506458759308,-0.06457284092903137,-0.9399135112762451,0.5618858933448792,0.5565588474273682,0.3079468309879303,-0.057632625102996826,-0.18222281336784363,0.13664507865905762 +4,-0.2881078171655258,0.09663383727889252,2.325908080488734,-0.2828129231929779,-0.096483513712883,-0.9543101191520691,-0.378452867269516,-1.5079232454299927,0.8468291759490967,0.03571206331253052,-0.0468422994017601,0.3536173701286316 +5,-0.4232742212029357,0.07690131125010474,2.4062172910125796,-0.4095339775085449,-0.07682553678750992,-0.9090543389320374,1.3616760969161987,-0.44106459617614746,0.1588374674320221,-0.09632539749145508,-0.22198733687400818,0.29792457818984985 +6,-0.6482770305989518,0.1684748810117705,2.362250086724074,-0.5952649116516113,-0.16767901182174683,-0.7858393788337708,-0.018574167042970657,-3.8441641330718994,-0.8474603891372681,-0.19591856002807617,-0.18093854188919067,0.13966017961502075 +7,-1.2004160062147757,0.4065809786637235,2.2977008293775367,-0.8561961054801941,-0.39547133445739746,-0.3324615955352783,0.5461631417274475,-10.149317741394043,-3.5765209197998047,0.12327069044113159,-0.36188337206840515,-0.6307494640350342 +8,-1.6021838886276702,0.9174963300677501,1.945630915417398,-0.6075106263160706,-0.7940823435783386,0.019074542447924614,-3.726172685623169,-2.2153820991516113,-4.87698221206665,-0.8805111646652222,0.15248090028762817,-0.28436386585235596 +9,-1.1512253783868471,0.9459692547562326,1.3693745351038036,-0.5342200398445129,-0.8110643029212952,-0.2382931411266327,-2.033263683319092,1.8404661417007446,1.841359257698059,-0.13499987125396729,0.27139151096343994,0.5903133749961853 +10,-1.024425182652065,0.6714269534736641,1.456376998283007,-0.6689516305923462,-0.6221038103103638,-0.4068050980567932,0.8243576884269714,-0.29336056113243103,4.624757289886475,0.09615200757980347,0.32826536893844604,0.492529034614563 +11,-1.3186173759125905,0.3060937541397253,1.9395071070327448,-0.9233591556549072,-0.30133625864982605,-0.23791663348674774,2.9642324447631836,-2.6109204292297363,4.397767543792725,0.8536723256111145,-0.21778300404548645,-0.49613791704177856 +12,-1.7678691580113761,0.15878848975453924,2.249299840254102,-0.9683070182800293,-0.15812204778194427,0.19333642721176147,2.328084707260132,-4.325602054595947,2.131378173828125,-0.3493199944496155,-0.20935536921024323,0.24858859181404114 +13,-1.9607123648992257,0.024145725945982077,2.445730771871597,-0.924671471118927,-0.02414337918162346,0.3799999952316284,1.7633895874023438,-1.8794101476669312,0.4405216872692108,0.3046457767486572,-0.11993011832237244,-0.03980529308319092 +14,-2.2337242142473652,-0.005094966958663195,2.4698732720939827,-0.7881835103034973,0.005094944965094328,0.6154192686080933,-0.1437767893075943,-2.30344295501709,0.22828681766986847,0.26146531105041504,0.039918482303619385,-0.14705073833465576 +15,-2.2632953480634814,-0.08735584372613683,2.380940240714593,-0.7667180895805359,0.08724478632211685,0.636027991771698,-0.6827138662338257,-0.3919038474559784,1.755313754081726,0.1540471911430359,-0.013331204652786255,0.10527443885803223 +16,-2.382343335421111,-0.23175433693222613,2.208026220671349,-0.6699733138084412,0.22968530654907227,0.7059605717658997,-0.1799323558807373,-1.9510717391967773,2.486989974975586,-0.13045698404312134,0.17494723200798035,0.3359246850013733 +17,-2.719767618852498,-0.19632873458685135,2.0935106127201237,-0.40156090259552,0.19506990909576416,0.8948166370391846,-1.0293028354644775,-3.165806770324707,-0.1009792685508728,-0.47079938650131226,-0.020356759428977966,-0.0017043352127075195 +18,-2.800659455031661,-0.1437825739714102,2.042409591415574,-0.33091649413108826,0.14328767359256744,0.9327182769775391,-0.3342846930027008,0.5680088400840759,0.30130454897880554,0.3184652328491211,-0.20018766820430756,-0.38990187644958496 +19,-2.8139868148057006,-0.0977929102302973,2.0076801795327426,-0.32023972272872925,0.0976371094584465,0.9422916769981384,-0.647968590259552,-0.3502257168292999,0.027193421497941017,0.16641584038734436,0.025638654828071594,-0.6048892736434937 +20,-2.8275302206030424,-0.06363337437960533,1.9767653321543541,-0.3082996904850006,0.06359043717384338,0.9491615891456604,0.012883199378848076,-0.5964312553405762,0.0391518659889698,-0.07059133052825928,0.22931727766990662,0.4083366394042969 +21,-2.8074388365637044,-0.06265681476737243,1.9892669029160466,-0.3273262679576874,0.06261582672595978,0.942834198474884,0.343402236700058,0.10603319853544235,0.2173183262348175,-0.32999178767204285,0.21549084782600403,0.5254577994346619 +22,-2.7948443699590135,-0.11722913388521669,2.022927964826422,-0.3375089168548584,0.116960808634758,0.9340277314186096,0.730266273021698,0.8490221500396729,-0.01049918495118618,-0.0449526309967041,-0.3399832844734192,0.0905998945236206 +23,-2.7203514197804974,-0.15645731528348078,2.038131886480199,-0.40389910340309143,0.15581977367401123,0.9014354348182678,-0.09539443999528885,0.9356390237808228,0.33289268612861633,0.08021432161331177,-0.09537969529628754,-0.39900922775268555 +24,-2.727137523271865,-0.1406577782922039,2.003828918663668,-0.3987143039703369,0.14019443094730377,0.9062961339950562,-0.13398706912994385,-0.8891727328300476,-0.08058352023363113,0.3316976726055145,0.005816951394081116,-0.5767214298248291 +25,-2.7967818893947203,-0.11072058686024333,2.0235327984274187,-0.3359488844871521,0.11049450188875198,0.9353768229484558,0.48946279287338257,0.08540334552526474,-0.008606629446148872,0.3133963644504547,-0.08646188676357269,0.18185663223266602 +26,-2.8670205944655183,-0.14095888169865203,2.0235076910119605,-0.26844581961631775,0.1404925435781479,0.9529944062232971,0.15268294513225555,-1.656693458557129,0.10467702150344849,-0.07115373015403748,-0.025365009903907776,0.30648112297058105 +27,-3.0439305415709774,-0.12021564736320213,1.9676724021434222,-0.09680323302745819,0.11992630362510681,0.988052248954773,-0.34762680530548096,-0.42048707604408264,0.7347894310951233,-0.5085740089416504,0.046653926372528076,0.28823888301849365 +28,-3.009113963365364,-0.09282660568550584,1.886977418585503,-0.13152281939983368,0.09269335120916367,0.9869699478149414,-0.5845901966094971,0.8266595005989075,0.712721586227417,0.3188244700431824,-0.10216906666755676,-0.3277140259742737 +29,-2.9225489439862713,-0.059042250628944165,1.784576915248693,-0.21691766381263733,0.059007953852415085,0.9744049310684204,-0.19624637067317963,1.482330322265625,0.43963801860809326,0.16132991015911102,-0.041719745844602585,-0.5076385140419006 +30,-2.7572638544361174,-0.03292814373242224,1.8106361158273057,-0.3747338056564331,0.03292219340801239,0.9265478849411011,0.05726984143257141,1.0084255933761597,-0.7333858609199524,0.07437977194786072,0.2639833390712738,0.13972115516662598 +31,-2.689736995379303,-0.040323028168612364,1.884907940662156,-0.4362809360027313,0.04031210020184517,0.8989074230194092,0.12596255540847778,0.4691769778728485,-0.7218363881111145,-0.3232712149620056,0.10678263008594513,0.6629825234413147 +32,-2.733876683600875,-0.03806080012850644,1.9642800582317552,-0.3962264358997345,0.03805161267518997,0.9173640608787537,0.18040050566196442,-1.6491156816482544,-0.08528631180524826,-0.12075668573379517,-0.3764305114746094,-0.3046473264694214 +33,-2.966972364176769,-0.01887637052553219,1.992780296255742,-0.17370329797267914,0.018875248730182648,0.984617292881012,-0.3123547434806824,-3.871145009994507,-0.1353820413351059,0.23894985020160675,0.06497178971767426,-0.39172160625457764 +34,3.035672889300201,0.017106307365468098,1.985439726805792,0.1057063564658165,-0.017105473205447197,0.9942502975463867,0.4295434355735779,0.3977508246898651,-0.4017353653907776,-0.1930781900882721,0.14662207663059235,-0.6360502243041992 +35,3.1264005263970467,-0.04113684570635963,1.9696235082634042,0.015178689733147621,0.04112524539232254,0.9990386366844177,0.985002338886261,0.5193044543266296,0.5251109004020691,0.21660231053829193,0.02337365597486496,0.36083984375 +36,-3.132453035335904,-0.15846701029085494,1.9571496453611041,-0.00902497861534357,0.15780460834503174,0.9874293804168701,0.8597314357757568,-0.14202821254730225,-0.2353268563747406,-0.015038134530186653,0.22802917659282684,0.673734188079834 +37,3.1368711212468297,-0.18643345071597317,1.904223852922717,0.004639697726815939,0.18535533547401428,0.9826604723930359,-0.06647388637065887,0.6526617407798767,0.8069790601730347,-0.32232770323753357,0.059258297085762024,0.06946337223052979 +38,-3.043328965057992,-0.19089682530931876,1.8619357041931712,-0.09632350504398346,0.18973951041698456,0.9770982265472412,-0.04425479844212532,0.9022125601768494,0.1389448642730713,0.22123193740844727,-0.19169259071350098,-0.42910921573638916 +39,-2.9611403758463237,-0.1648278772423186,1.8422986077147134,-0.17704208195209503,0.16408254206180573,0.9704294800758362,-0.5517142415046692,0.46747541427612305,-0.2862839102745056,0.10071755945682526,0.018443137407302856,-0.5202797651290894 +40,-2.8837953806079946,-0.1433538518328449,1.892039321723972,-0.2523360252380371,0.14286336302757263,0.9570351839065552,0.7216669321060181,0.2906262278556824,-0.9666790962219238,0.0592208206653595,0.365986704826355,0.4714314937591553 +41,-2.8726342608515805,-0.21969049920765674,1.9970921984668852,-0.25934064388275146,0.21792757511138916,0.9408771991729736,0.7892468571662903,-1.0104200839996338,-0.43033847212791443,-0.5903602838516235,0.36994779109954834,0.4133250117301941 +42,-2.9035125310713146,-0.30594961846560914,2.1010097203472755,-0.22488543391227722,0.3011988401412964,0.9266640543937683,0.7806351184844971,-0.5375202298164368,-0.47696465253829956,0.07388438284397125,-0.5246484875679016,0.23054742813110352 +43,-2.892077027806694,-0.3192917877298083,2.1373194112502873,-0.23445400595664978,0.31389421224594116,0.9200552105903625,-0.15012846887111664,0.19478359818458557,-0.12122275680303574,0.12288177013397217,-0.09015461802482605,-0.6197165250778198 +44,-2.916274907606455,-0.3449160624023886,2.1071767770664396,-0.21025772392749786,0.33811768889427185,0.917315661907196,0.10442891716957092,-0.8011386394500732,1.1707146167755127,0.20598524808883667,-0.10513123869895935,-0.6658966541290283 +45,-3.0009154024246105,-0.369782813645695,2.006505782161193,-0.1307360678911209,0.3614129424095154,0.9231948256492615,-0.24111251533031464,-0.10092921555042267,0.30498960614204407,0.09725828468799591,0.2872381806373596,0.7989578247070312 +46,-3.066866669972156,-0.33503959636992525,2.0017613955031015,-0.07050533592700958,0.3288065791130066,0.9417614936828613,-0.5377891659736633,-1.4383286237716675,-0.10056724399328232,-0.4002740681171417,0.5437977313995361,0.5413010120391846 +47,-3.106359296561027,-0.3229488437416072,1.9782551388156095,-0.03340500220656395,0.31736433506011963,0.9477149844169617,-0.12475696951150894,0.6959495544433594,0.34552112221717834,-0.15501053631305695,-0.17196336388587952,-0.006995558738708496 +48,-3.0460246630177226,-0.29428861833567554,1.9266748958729696,-0.09132023900747299,0.2900591194629669,0.9526416659355164,-0.6062584519386292,0.3544829189777374,0.8220750689506531,0.1980554759502411,-0.3012438416481018,-0.6849415898323059 +49,-3.0459668031263627,-0.23257824007548547,1.8406343703534764,-0.09290938824415207,0.23048710823059082,0.9686294794082642,-0.3984993100166321,0.41941583156585693,0.1945284754037857,0.05851609259843826,0.1703154444694519,-0.44093501567840576 +50,-3.0472042231932397,-0.2109690482347102,1.8637381093136032,-0.09215869009494781,0.20940756797790527,0.9734756946563721,0.07472002506256104,-0.8001638054847717,-0.796949565410614,0.5175584554672241,0.22780247032642365,0.6349225640296936 +51,-3.1214009818646575,-0.22489564966743503,1.933824654873524,-0.01968185231089592,0.22300463914871216,0.9746185541152954,0.6636254191398621,0.035203732550144196,-0.9516227841377258,-0.4076557755470276,-0.14838919043540955,0.6379759311676025 +52,-3.133667354803221,-0.2455194017425628,1.9743119855184474,-0.007687546778470278,0.2430601865053177,0.9699805974960327,-0.1901557594537735,-0.0902140811085701,-0.28877317905426025,-0.1492796093225479,-0.07432851195335388,-0.19010406732559204 +53,-3.098644604425921,-0.23146792617129194,2.0135720558278436,-0.041789814829826355,0.22940655052661896,0.9724333882331848,0.000647679902613163,0.42868033051490784,-0.20779946446418762,0.060970108956098557,-0.062032848596572876,-0.8818265199661255 +54,-3.067607861999429,-0.23696341794770223,2.0299828055600733,-0.0718517154455185,0.23475198447704315,0.9693961143493652,0.15320757031440735,0.031787604093551636,-0.21898134052753448,0.2537212371826172,0.14668722450733185,-0.031423091888427734 +55,-3.039231683808731,-0.2901553357640986,2.0594567555248107,-0.0979110524058342,0.2861010730266571,0.9531841278076172,0.5823085904121399,-0.11522705107927322,0.2505773603916168,0.1146957129240036,0.15515261888504028,0.45871174335479736 +56,-3.0670524816988327,-0.32037718213524413,1.9941286890727854,-0.07068183273077011,0.31492456793785095,0.9464812278747559,-0.16711899638175964,0.2544364333152771,1.0563594102859497,-0.4012419879436493,-0.03388819098472595,0.37575387954711914 +57,-3.0365361698183144,-0.29364053460078765,1.8932743164914294,-0.10037485510110855,0.2894388437271118,0.951919436454773,-0.35250160098075867,1.04683256149292,0.7441102266311646,0.03514350205659866,-0.16095978021621704,-0.37741053104400635 +58,-2.9969931614401486,-0.26131315460541127,1.802346981058336,-0.13920430839061737,0.25834935903549194,0.9559697508811951,-0.5019775032997131,0.24954280257225037,0.6981077790260315,0.20820453763008118,-0.19615450501441956,-0.6475894451141357 +59,-2.999735362387918,-0.22623746027463096,1.7915189009488488,-0.1377791464328766,0.2243124544620514,0.964728057384491,-0.10113038122653961,-0.7451785206794739,-0.3518994152545929,0.026374757289886475,0.14348533749580383,0.24277591705322266 +60,-3.0641175703288157,-0.2307025654771975,1.881041642724674,-0.07534704357385635,0.22866153717041016,0.9705859422683716,-0.049331650137901306,-1.429771065711975,-0.6827647089958191,0.03980931639671326,0.26987361907958984,0.6926069259643555 +61,-3.1204896179550037,-0.2559509116025251,1.9707509709507276,-0.02041405253112316,0.25316545367240906,0.9672078490257263,0.4875636100769043,-0.12865303456783295,-0.6233389377593994,-0.1311362385749817,-0.6066809892654419,0.3060925006866455 +62,-3.1050130284743984,-0.2499283043728067,2.038661320650583,-0.03543520346283913,0.24733449518680573,0.9682821035385132,-0.2663402855396271,0.24708735942840576,-0.5770626068115234,-0.14419126510620117,-0.037892311811447144,-0.5119526386260986 +63,-3.06870239002145,-0.2365699028403731,2.077204965437937,-0.07079734653234482,0.2343694567680359,0.9695659875869751,-0.08347075432538986,0.2771565020084381,-0.15716347098350525,0.13300743699073792,-0.01474975049495697,-0.8009413480758667 +64,-3.067027433887012,-0.23314900370039937,2.076553223533145,-0.07248055189847946,0.23104247450828552,0.9702401757240295,0.23893259465694427,-0.15601159632205963,-0.07230693846940994,0.30082833766937256,0.2857269048690796,0.44377654790878296 +65,-3.0696712097602874,-0.29447924926101976,2.0715554900314497,-0.06876616179943085,0.2902415692806244,0.9544796347618103,0.5797303915023804,-0.5042405724525452,0.6970187425613403,-0.20830294489860535,0.3093526065349579,0.548480749130249 +66,-3.1006783176037214,-0.3221036035568748,1.9934925776351395,-0.03879934921860695,0.316562682390213,0.9477777481079102,-0.08733882009983063,0.43784448504447937,1.0443556308746338,-0.34439462423324585,-0.156345397233963,0.17740535736083984 +67,-3.0608039013984314,-0.29208219784846834,1.8854519843567703,-0.07728291302919388,0.2879468500614166,0.9545227885246277,-0.486294686794281,0.9050164818763733,0.981198251247406,0.12073995918035507,-0.2985670566558838,-0.5856111645698547 +68,-3.0440942125492305,-0.24823787078188336,1.7728034687089278,-0.09436015784740448,0.24569623172283173,0.9647433757781982,-0.5302395820617676,0.40173259377479553,0.6788774728775024,0.11872842907905579,-0.046507954597473145,-0.5169130563735962 +69,-3.035075551077474,-0.21400542445044018,1.7783887186179184,-0.103890560567379,0.21237564086914062,0.9716500639915466,0.070719413459301,-0.41330862045288086,-0.701702356338501,0.10830032825469971,0.22695545852184296,0.5677483081817627 +70,-3.1135463691654857,-0.2184183660742543,1.8751849931096636,-0.02737634815275669,0.21668583154678345,0.9758571982383728,0.26859572529792786,-1.153260588645935,-1.0972691774368286,-0.34834080934524536,0.3437389135360718,0.6774628162384033 +71,3.1309043781329953,-0.2549578618195039,1.9718468790039763,0.010342568159103394,0.25220462679862976,0.9676185846328735,0.048395734280347824,-0.14448249340057373,-0.6331635117530823,-0.0751619040966034,-0.37636539340019226,0.12532258033752441 +72,-3.106735978367432,-0.24740854987987249,2.030297253701089,-0.03378845751285553,0.24489223957061768,0.9689614176750183,-0.04635914787650108,0.4623185098171234,-0.4006800949573517,0.01869751140475273,-0.04793176054954529,-0.7564064264297485 +73,-3.0673626079696703,-0.24053764134700747,2.0504184073904277,-0.07202676683664322,0.2382248193025589,0.9685354232788086,0.12759046256542206,0.2675732970237732,-0.2654818296432495,0.21317058801651,0.11013330519199371,-0.49507057666778564 +74,-3.025465509936805,-0.2718521936756738,2.0936435320238713,-0.11161111295223236,0.26851606369018555,0.956787109375,0.553867518901825,0.3204173445701599,-0.0968632772564888,0.33417582511901855,0.09539073705673218,0.4381711483001709 +75,-3.0588980251048667,-0.324800087617062,2.038839765819433,-0.07828161120414734,0.31911933422088623,0.9444760084152222,0.14838889241218567,-0.3189442753791809,0.9758437871932983,-0.40923669934272766,0.24472343921661377,0.5996524095535278 +76,-3.0668258275072477,-0.3195694248363441,1.937317567275217,-0.0709153264760971,0.3141578137874603,0.9467185139656067,-0.2398044317960739,0.8613919615745544,0.7200767397880554,-0.1856306791305542,-0.20504224300384521,-0.10644751787185669 +77,-3.003803932362203,-0.2974108226016373,1.8611970664751778,-0.13132312893867493,0.29304566979408264,0.9470368027687073,-0.41192230582237244,0.3880850672721863,0.8555694222450256,0.24658802151679993,-0.34236210584640503,-0.6923675537109375 +78,-3.0020356658183416,-0.25725613048307067,1.813942211339098,-0.13452677428722382,0.2544279396533966,0.957689642906189,-0.34338274598121643,0.031121812760829926,-0.45026490092277527,0.09949256479740143,0.07731345295906067,-0.14879047870635986 +79,-3.0257808729678364,-0.24424111980886468,1.9057718084924558,-0.11212357878684998,0.24182003736495972,0.9638211727142334,0.2042439728975296,-0.911331057548523,-1.3235081434249878,0.3430958688259125,0.3174145817756653,0.7556917071342468 +80,-3.1089831933543217,-0.25805743293120026,2.003229697066887,-0.03152409568428993,0.2552028000354767,0.9663735628128052,0.5497978925704956,-0.5865423679351807,-1.0164674520492554,-0.42558345198631287,-0.2628779411315918,0.2933768033981323 +81,-3.1149604131864344,-0.27897423102913943,2.069569846354997,-0.025599567219614983,0.27536967396736145,0.960997462272644,-0.09282277524471283,0.09766370803117752,-0.7370229959487915,-0.07342997193336487,-0.059274762868881226,-0.10536092519760132 +82,-3.0654880576544477,-0.26456448863520016,2.1314911163812127,-0.07338573783636093,0.2614889442920685,0.9624123573303223,-0.17546474933624268,0.18445949256420135,-0.2167462408542633,0.14252334833145142,-0.08441075682640076,-0.8631389737129211 +83,-3.0379388617958436,-0.24533219812550783,2.1346193183832516,-0.10037007927894592,0.24287858605384827,0.9648500084877014,-0.059051692485809326,0.35288092494010925,-0.16702865064144135,0.17266623675823212,0.19662025570869446,-0.17108798027038574 +84,-2.995796202862793,-0.2868288900914582,2.161344485770847,-0.13934513926506042,0.28291210532188416,0.9489696025848389,0.4692920446395874,-0.2670937776565552,0.41557103395462036,0.09927558898925781,0.10456952452659607,0.4436998963356018 +85,-3.0545685643984926,-0.3223541258696809,2.0819654984557663,-0.08243751525878906,0.3168002963066101,0.9449028372764587,0.029207292944192886,0.23985762894153595,0.9325304627418518,-0.48708149790763855,-0.002820253372192383,0.4049810767173767 +86,-3.0343417221645725,-0.3093351665470228,1.9700797366058544,-0.10196465998888016,0.3044254183769226,0.9470630884170532,-0.33418503403663635,0.8339285254478455,0.8295899033546448,0.09468619525432587,-0.22381320595741272,-0.3451801538467407 +87,-3.0033752325103418,-0.2725506395517821,1.8687147442337788,-0.13269203901290894,0.269188791513443,0.9539026618003845,-0.668557345867157,0.4234221875667572,0.8434430956840515,0.12436071038246155,-0.1650170087814331,-0.6962426900863647 +88,-2.9652627439523136,-0.22692182324916574,1.8414050888634454,-0.1709205061197281,0.22497932612895966,0.9592552781105042,-0.1702558398246765,-0.23059478402137756,-0.195665180683136,0.09160532057285309,0.10642631351947784,0.23273086547851562 +89,-3.0151861246528986,-0.2332364210929945,1.9289816622417921,-0.12265664339065552,0.2311275154352188,0.9651609659194946,0.15592464804649353,-1.2290689945220947,-0.7384636998176575,-0.13123437762260437,0.24810531735420227,0.6752047538757324 +90,-3.0764976353570495,-0.2770226207302488,2.04181604122047,-0.06256899982690811,0.2734929919242859,0.9598368406295776,0.6156748533248901,-0.4061177670955658,-0.6980666518211365,-0.07183041423559189,-0.7438299059867859,0.27449238300323486 +91,-3.06776591661858,-0.2776847909191508,2.1144998856124495,-0.07093416154384613,0.27412986755371094,0.9590731859207153,-0.06057499721646309,0.20240958034992218,-0.764279305934906,-0.05043424665927887,0.00712016224861145,-0.4889955520629883 +92,-3.0377043128248773,-0.26210849238946005,2.158677247770968,-0.10015971213579178,0.25911760330200195,0.9606382846832275,-0.18185929954051971,0.19620884954929352,-0.04324949532747269,0.10278423130512238,-0.04706624150276184,-0.7316039800643921 +93,-3.0235141902120923,-0.27003461656481986,2.183451180903332,-0.11353522539138794,0.2667647898197174,0.9570507407188416,0.4472699761390686,0.08531220257282257,-0.15035440027713776,0.25063544511795044,0.4179275631904602,0.4893755316734314 +94,-3.0458236725251315,-0.32550168516286754,2.1482749736071534,-0.09060155600309372,0.31978416442871094,0.9431487917900085,0.4431406855583191,-0.3373756408691406,0.9925305843353271,-0.2513326406478882,0.29317665100097656,0.6677826642990112 +95,-3.0860901972962806,-0.33054871373051053,2.0199983509728865,-0.052470862865448,0.32456207275390625,0.9444081783294678,-0.3216422200202942,0.2483210265636444,1.0629620552062988,-0.3033488392829895,-0.1567458212375641,0.023029804229736328 +96,-3.037074967481715,-0.2960620491626823,1.9513062666745236,-0.09978847205638885,0.2917558550834656,0.9512729644775391,-0.400919646024704,0.8394583463668823,0.4899604916572571,0.17713528871536255,-0.25518059730529785,-0.5607702732086182 +97,-3.003420070758279,-0.2473218905814097,1.9000757043472263,-0.13354232907295227,0.24480822682380676,0.9603309035301208,-0.5081298351287842,0.29965484142303467,0.0896601602435112,0.18615463376045227,-0.027294188737869263,-0.3821144104003906 +98,-3.0084586168019785,-0.20271577330651733,1.9284765098363257,-0.13002298772335052,0.20133022964000702,0.970855176448822,-0.05874339118599892,-0.48269766569137573,-0.9952747225761414,0.11239910125732422,0.3123416006565094,0.5333255529403687 +99,-3.076723978792751,-0.20817657781160756,2.046908264409137,-0.06342361867427826,0.206676185131073,0.9763515591621399,0.42737939953804016,-1.014575481414795,-1.2115564346313477,-0.34355878829956055,0.1699717491865158,0.4902622103691101 +100,-3.094979693628239,-0.2533879296604481,2.142365880955583,-0.04510820657014847,0.2506851255893707,0.9670171737670898,0.05269158259034157,-0.1405581533908844,-0.4469587504863739,0.009875662624835968,-0.2917007803916931,0.06325626373291016 +101,-3.0658905917516814,-0.24374998157927064,2.1682034927541425,-0.07339413464069366,0.2413434386253357,0.9676602482795715,-0.10096002370119095,0.3810877799987793,0.013650261797010899,0.07012876123189926,0.003941535949707031,-0.7492308020591736 +102,-3.026544369357202,-0.22918725982564897,2.15883240822895,-0.11179292947053909,0.22718611359596252,0.9674134254455566,0.09141924232244492,0.6777029037475586,-0.04028491675853729,0.2114938646554947,0.11250503361225128,-0.5935578942298889 +103,-2.9509164164587904,-0.2650951542050779,2.1699746327973095,-0.1829024702310562,0.262001097202301,0.947577178478241,0.6005971431732178,0.43227773904800415,0.06769223511219025,0.30820760130882263,0.09136199951171875,0.8613829612731934 +104,-2.9932928581563907,-0.3118643408576341,2.1299986659263053,-0.14062952995300293,0.30683356523513794,0.9413166642189026,0.05946299433708191,-0.5267015695571899,0.44278377294540405,-0.5241044163703918,0.3152368664741516,0.4646131992340088 +105,-3.0054820609597073,-0.305412401918225,2.0647186675403746,-0.12941136956214905,0.3006865084171295,0.9449023008346558,-0.3355640470981598,0.4947702884674072,0.7535154223442078,-0.051100119948387146,-0.20455613732337952,-0.06985652446746826 +106,-2.9609616900593747,-0.27042389497528935,1.9994970030906536,-0.1731213629245758,0.2671399414539337,0.9479792714118958,-0.5451928377151489,0.4869549870491028,0.6970990896224976,0.15001961588859558,-0.23192274570465088,-0.6738706827163696 +107,-2.934812463915321,-0.235082687410772,1.950537636686435,-0.19966275990009308,0.23292340338230133,0.9517782330513,-0.28120365738868713,0.2847030460834503,-0.07825422286987305,0.1371322125196457,0.07962240278720856,-0.18145334720611572 +108,-2.9535155380905023,-0.22149915548569357,1.9969729184401042,-0.18240246176719666,0.2196923941373825,0.9583657383918762,0.4286215901374817,-0.6067743301391602,-1.3670727014541626,0.28648263216018677,0.22600163519382477,0.7450646162033081 +109,-3.0406158149756575,-0.23918369140937565,2.0833434787655465,-0.09793557226657867,0.2369096428155899,0.9665828943252563,0.6820883750915527,-0.6235411167144775,-1.2266194820404053,-0.3967543840408325,-0.020204320549964905,0.40634191036224365 +110,-3.0430252539047267,-0.27884525258186477,2.1762472888175095,-0.09460674971342087,0.27524569630622864,0.9567074775695801,0.012400677427649498,-0.020269829779863358,-0.5708701610565186,-0.034284234046936035,-0.11081701517105103,-0.23588234186172485 +111,-3.015110470251002,-0.26443892081971226,2.2033677431846006,-0.12176031619310379,0.2613677382469177,0.9575287699699402,-0.21399866044521332,0.23464561998844147,-0.010481513105332851,0.12256903946399689,-0.06770321726799011,-0.7427002787590027 +112,-2.978967171836748,-0.25328458663580716,2.2165691260480647,-0.1567438393831253,0.2505851089954376,0.9553213119506836,0.17186862230300903,0.33843761682510376,-0.45833614468574524,0.3001764416694641,0.18862393498420715,0.004243016242980957 +113,-2.9583076398781345,-0.30517554284160775,2.2286016658434225,-0.1738390177488327,0.3004606068134308,0.9378182888031006,0.5259020924568176,-0.2623535990715027,0.5010565519332886,0.08994622528553009,0.14955151081085205,0.4879627823829651 +114,-3.02127165378299,-0.3460199058368071,2.147637590386821,-0.11291664838790894,0.33915629982948303,0.9339286088943481,-0.14128664135932922,0.17216968536376953,1.0484673976898193,-0.48768454790115356,-0.024550646543502808,0.3617866635322571 +115,-2.989830208695915,-0.3250110538946018,2.0519373512513206,-0.14326582849025726,0.3193192481994629,0.9367551207542419,-0.41505715250968933,0.9962488412857056,0.43576908111572266,0.11374010145664215,-0.22894147038459778,-0.39285558462142944 +116,-2.9440973570368927,-0.28990053863397364,1.9746384930600205,-0.18802641332149506,0.2858569025993347,0.9396446943283081,-0.5756186842918396,0.31919601559638977,0.8042144179344177,0.18125146627426147,-0.22726309299468994,-0.6384055614471436 +117,-2.9451491856338063,-0.2566724320760148,1.9363915972690757,-0.1887882947921753,0.2538633942604065,0.9486371278762817,-0.17299801111221313,-0.4925873577594757,-0.22120295464992523,0.09178817272186279,0.2376222014427185,0.36203181743621826 +118,-3.017661925048439,-0.25540257434107205,2.0190447777050125,-0.11960391700267792,0.2526349425315857,0.9601409435272217,-0.01430942490696907,-1.533935308456421,-0.3979521095752716,-0.1907140612602234,0.2352343201637268,0.5855133533477783 +119,-3.055883895425771,-0.2995454803781509,2.1261641943806704,-0.08179199695587158,0.29508596658706665,0.9519636034965515,0.6952582597732544,0.07658259570598602,-0.8113672137260437,-0.02567567676305771,-0.7526359558105469,0.2371692657470703 +120,-3.027327844069695,-0.29651585136550435,2.17625592217252,-0.10904067754745483,0.29218989610671997,0.95012366771698,-0.17319099605083466,0.489033967256546,-0.33766457438468933,-0.01901107281446457,-0.011550277471542358,-0.535252571105957 +121,-2.983107002504659,-0.2831828520291032,2.1890250439498122,-0.15153710544109344,0.2794131338596344,0.9481377601623535,-0.15722855925559998,0.31302326917648315,0.05083184689283371,0.19240011274814606,-0.06620201468467712,-0.7470419406890869 +122,-2.952238740108641,-0.29721879002884005,2.2091257668758,-0.1799716353416443,0.29286208748817444,0.9390643835067749,0.6852490305900574,0.4155256450176239,-0.3379621207714081,0.2578830420970917,0.3473203778266907,0.5362163186073303 +123,-2.973042726719863,-0.3604016328100927,2.188429570027284,-0.15697574615478516,0.35265010595321655,0.922494649887085,0.3928692936897278,-0.6618860960006714,0.7548018097877502,-0.41701412200927734,0.37803223729133606,0.7855283617973328 +124,-3.0127818071081256,-0.3561969536909009,2.098111908815205,-0.12039180099964142,0.3487124443054199,0.9294652342796326,-0.3328404426574707,0.45805642008781433,0.5769453048706055,-0.2840424180030823,-0.09209012985229492,-0.06130111217498779 +125,-2.9492999228639394,-0.32276992595222675,2.042450825386222,-0.18124109506607056,0.3171946704387665,0.930881142616272,-0.45360976457595825,0.6633118391036987,0.6348206996917725,0.2567567825317383,-0.3196359872817993,-0.6687501668930054 +126,-2.9349008414274076,-0.29050309515999584,1.9702086387559958,-0.19662436842918396,0.28643426299095154,0.9377068877220154,-0.30747267603874207,0.23936709761619568,0.12892846763134003,0.18702659010887146,-0.014141201972961426,-0.34117984771728516 +127,-2.9585206933568635,-0.27265209820253733,2.023965878604276,-0.17532610893249512,0.26928651332855225,0.9469664692878723,0.16902495920658112,-0.7464154362678528,-1.333669662475586,0.2716701030731201,0.32122859358787537,0.8282105326652527 +128,-3.044566641721803,-0.2584828910875436,2.121073371080809,-0.09365557879209518,0.25561413168907166,0.9622316956520081,0.2743276357650757,-0.6140676736831665,-1.0997687578201294,-0.5462675094604492,0.18107709288597107,0.3863704800605774 +129,-3.045231097789422,-0.28804660139265326,2.195437917644283,-0.0922485962510109,0.2840798497200012,0.9543524980545044,-0.017114579677581787,-0.03214732185006142,-0.6292548179626465,0.009973213076591492,-0.198813796043396,-0.04292982816696167 +130,-2.9985654568047306,-0.2908617329318305,2.238984311311759,-0.13655297458171844,0.28677788376808167,0.9482151865959167,0.27561086416244507,0.5168300271034241,-0.10111000388860703,0.10846154391765594,-0.06843981146812439,-0.7311282157897949 +131,-2.9514757495570145,-0.28780464358729296,2.2502279783237307,-0.18120113015174866,0.283847838640213,0.941592812538147,-0.10320238769054413,0.3441050946712494,-0.26431384682655334,0.21911917626857758,0.11515426635742188,-0.38095414638519287 +132,-2.9104110995452657,-0.3092804015782413,2.2883573052757664,-0.21825635433197021,0.30437326431274414,0.9272115230560303,0.6365214586257935,0.023680493235588074,-0.24390777945518494,0.3660224676132202,0.07564687728881836,0.4988138675689697 +133,-2.980872628025078,-0.3397652851082727,2.2507686896111747,-0.15088064968585968,0.3332658112049103,0.9306822419166565,-0.366653710603714,-0.3669460117816925,0.9503344297409058,-0.4841291308403015,0.06268453598022461,0.5228396654129028 +134,-2.99289145048913,-0.3013911374978947,2.1505186793124396,-0.14147567749023438,0.29684892296791077,0.9443861842155457,-0.6042207479476929,0.7167794108390808,0.5335273146629333,-0.14375686645507812,-0.09253373742103577,-0.24422144889831543 +135,-2.9205838153503456,-0.26076992302410706,2.106182750501944,-0.21180276572704315,0.25782451033592224,0.9426907896995544,-0.44675570726394653,0.4458129405975342,0.42903995513916016,0.34153300523757935,-0.23586714267730713,-0.7330809235572815 +136,-2.9143016613574844,-0.22150658297224618,2.0771545957738025,-0.21983350813388824,0.2196996510028839,0.9504767060279846,-0.41805458068847656,-0.31063586473464966,-0.17316827178001404,0.04161080718040466,0.20092418789863586,-0.11466097831726074 +137,-2.965280603957491,-0.2213884494887827,2.1599061245067883,-0.1711190640926361,0.2195843905210495,0.9604689478874207,0.4032594859600067,-0.9360812306404114,-1.133152961730957,0.3409799337387085,0.10098746418952942,0.7546950578689575 +138,-3.040621565098838,-0.24396503340592632,2.235557736184289,-0.09781470894813538,0.24155212938785553,0.9654453992843628,0.45552167296409607,-0.5953122973442078,-0.7152564525604248,-0.2500856816768646,-0.5074822902679443,0.20935922861099243 +139,-3.0584435177462073,-0.23957978987286488,2.2752654416713285,-0.08068114519119263,0.23729443550109863,0.9680812954902649,-0.25560837984085083,0.1973804086446762,-0.3658895194530487,-0.10005918145179749,0.0348765105009079,-0.3058348298072815 +140,-3.0213576802724496,-0.22937646747858048,2.3050379134478756,-0.11680394411087036,0.22737036645412445,0.9667780995368958,-0.012598984874784946,0.30915457010269165,-0.19304154813289642,0.12243440002202988,-0.029112860560417175,-0.7485009431838989 +141,-2.99717856200556,-0.22846227614533768,2.3236789646503917,-0.14017318189144135,0.22648002207279205,0.9638766050338745,0.1285446286201477,0.08946681767702103,-0.42807793617248535,0.30728745460510254,0.14572760462760925,0.007803022861480713 +142,-2.984737978990253,-0.2781276254180017,2.348568552791149,-0.1502092331647873,0.2745557129383087,0.9497665166854858,0.6142494678497314,-0.29736050963401794,0.45604389905929565,0.0677049458026886,0.11182734370231628,0.43644869327545166 +143,-3.030506639013115,-0.32185895688387955,2.2807370916911838,-0.105165034532547,0.31633061170578003,0.942801833152771,-0.10369657725095749,0.09794706106185913,1.1795589923858643,-0.4441055953502655,-0.06240910291671753,0.3165823221206665 +144,-3.0101907213870143,-0.28869874096079007,2.1692262745759674,-0.12560172379016876,0.2847050726413727,0.9503512382507324,-0.5491904616355896,0.9918272495269775,0.6048007011413574,0.01988881826400757,-0.1634892225265503,-0.32074296474456787 +145,-2.9580078439339106,-0.24136289221918783,2.082460151058383,-0.17726366221904755,0.2390262335538864,0.9546961784362793,-0.7748481631278992,0.29619380831718445,0.925780713558197,0.17921672761440277,-0.19015224277973175,-0.6944419145584106 +146,-2.9540274773533755,-0.1948850796543766,2.042792196699491,-0.18293750286102295,0.19365379214286804,0.9638631939888,-0.3247624337673187,-0.39804965257644653,-0.2690017521381378,0.01609790325164795,0.23447731137275696,0.24123024940490723 +147,-2.9990690963497606,-0.20035545747824213,2.160229496927711,-0.1392000913619995,0.1990176886320114,0.9700592160224915,0.42111262679100037,-0.951167643070221,-0.8950961232185364,-0.1156216412782669,0.3222072124481201,0.7541074156761169 +148,-3.02907124011214,-0.252681758389031,2.2631071609193656,-0.10871857404708862,0.250001460313797,0.9621222019195557,0.5893306732177734,-0.25224488973617554,-0.39399078488349915,-0.07373075187206268,-0.7818313837051392,0.047872066497802734 +149,-3.0286917166096545,-0.25076881113426314,2.2772563558337464,-0.1091374084353447,0.24814879894256592,0.9625545144081116,-0.11919810622930527,0.36728203296661377,-0.34280821681022644,-0.03719436377286911,0.025868520140647888,-0.4545283913612366 +150,-2.9821051897869526,-0.25784654510489796,2.320935100007193,-0.1535620540380478,0.2549988925457001,0.9546695351600647,0.04512593895196915,0.18222050368785858,-0.2423221468925476,0.18220283091068268,-0.07213762402534485,-0.7348363399505615 +151,-2.9563166308827493,-0.2553990753811665,2.348563444638987,-0.17824231088161469,0.2526315450668335,0.9510033130645752,0.32200726866722107,0.3906397223472595,-0.2962537705898285,0.20288525521755219,0.290840744972229,0.5460976362228394 +152,-2.9380134602192585,-0.3041241909370214,2.3478022761545883,-0.19289803504943848,0.2994576692581177,0.9344068169593811,0.3718465566635132,-0.4327545464038849,0.7893610596656799,-0.11339171230792999,0.2488364577293396,0.4863240718841553 +153,-3.005610966029534,-0.3230069377041542,2.26814310250448,-0.1285524219274521,0.3174194395542145,0.9395316243171692,-0.1257399022579193,0.01718072220683098,0.6396048665046692,-0.4479856491088867,-0.0685790479183197,0.14744365215301514 +154,-2.9780936926481676,-0.31491091854230874,2.2265216985937704,-0.1547670215368271,0.30973178148269653,0.9381434917449951,0.01060867216438055,0.7880157828330994,0.08051463216543198,0.11199663579463959,-0.18331274390220642,-0.37903106212615967 +155,-2.9531492426152854,-0.30040699817306193,2.18778776939278,-0.1789407730102539,0.29590898752212524,0.9383062720298767,-0.5557423233985901,0.17925721406936646,0.32987692952156067,0.17723174393177032,-0.15088939666748047,-0.7024050951004028 +156,-2.903671074771613,-0.2560710339093311,2.2208097578940724,-0.22799821197986603,0.2532816529273987,0.9401409029960632,-0.23403452336788177,-0.07388997077941895,-0.7173884510993958,-0.05035260319709778,0.37669268250465393,0.5126634836196899 +157,-2.9350510663955625,-0.2522448842093307,2.3165902065667203,-0.19858655333518982,0.24957843124866486,0.9477733969688416,-0.16434897482395172,-1.4217878580093384,-0.07149562239646912,-0.33920949697494507,0.27836042642593384,0.5503041744232178 +158,-2.979992999116465,-0.28258296105216985,2.3412302452794305,-0.1545158177614212,0.27883708477020264,0.9478265047073364,0.4807887673377991,-0.1922672837972641,0.1403493881225586,-0.08571857213973999,-0.5770548582077026,0.22307205200195312 +159,-3.002360853593229,-0.290939022355078,2.35832239887911,-0.1329500526189804,0.2868519127368927,0.9487045407295227,0.1527155637741089,-0.12377388030290604,-0.3352380692958832,-0.05415321886539459,-0.1352863907814026,-0.5059860348701477 +160,-3.0260136397586432,-0.31692609001057265,2.371302439274984,-0.10957857966423035,0.3116472065448761,0.9438583254814148,0.10133466869592667,-0.1606307029724121,-0.2691349387168884,0.13950106501579285,-0.10917836427688599,-0.9009048938751221 +161,-2.9250015001844316,-0.30606816535661785,2.4427522211939543,-0.20491424202919006,0.3013118803501129,0.9312470555305481,-0.2987661063671112,1.8079332113265991,-0.6927006840705872,0.13716523349285126,0.3227725923061371,0.7167478203773499 +162,-2.873467832925315,-0.3562575208734091,2.450537793142076,-0.2482888549566269,0.3487691879272461,0.903721809387207,0.37170326709747314,-0.8831214904785156,0.7757380604743958,-0.1752493679523468,0.1555490791797638,0.34803307056427 +163,-2.9819104753655568,-0.3827829869269024,2.3841019150650586,-0.1474970579147339,0.3735034763813019,0.9158271551132202,0.22597068548202515,-0.15706928074359894,0.3460390865802765,-0.4925938844680786,-0.05094802379608154,0.22296661138534546 +164,-2.942821624554176,-0.39171271241746153,2.3876317689876116,-0.18250802159309387,0.3817719519138336,0.9060578346252441,-0.2058752179145813,0.7214187979698181,-0.12457211315631866,0.28271251916885376,-0.3673219382762909,-0.4470583200454712 +165,-2.9133280769995773,-0.3493285783147942,2.3461543803341405,-0.21262036263942719,0.3422670066356659,0.9152302145957947,-0.5751125812530518,0.41578152775764465,0.23601819574832916,0.1521649956703186,-0.1462678611278534,-0.5618822574615479 +166,-2.8801845124878405,-0.28969066668459115,2.3754416054224112,-0.2476724088191986,0.28565579652786255,0.9257746934890747,-0.1576654613018036,-0.5115081667900085,-0.7685328125953674,0.00156344473361969,0.3377114534378052,0.40886563062667847 +167,-2.921626592251265,-0.2723264847850292,2.4549479738893942,-0.2101554125547409,0.26897290349006653,0.939940333366394,-0.1275668740272522,-1.2539809942245483,-0.3633011281490326,-0.282718688249588,0.3406766951084137,0.41207969188690186 +168,-2.969863795075066,-0.307291338705641,2.5203486065417504,-0.16288113594055176,0.30247798562049866,0.9391363263130188,0.5210610032081604,-0.24491335451602936,-0.3008306622505188,-0.08341099321842194,-0.7142821550369263,0.16198372840881348 +169,-2.961986206040821,-0.30532951136894426,2.57375443711197,-0.17037977278232574,0.30060747265815735,0.9384059309959412,-0.0992918387055397,0.1068117693066597,-0.5533364415168762,-0.007186710834503174,-0.08429893851280212,-0.5301876664161682 +170,-2.928531215386589,-0.3055708075763053,2.6216188405997056,-0.20165757834911346,0.30083757638931274,0.9321108460426331,0.1565125286579132,0.19605335593223572,-0.319619357585907,0.21508534252643585,-0.06244954466819763,-0.6025211811065674 +171,-2.9041353526399742,-0.30398839680102613,2.641242061476392,-0.22444675862789154,0.29932811856269836,0.9273762702941895,0.2627737820148468,0.5296835899353027,-0.041835468262434006,0.18680329620838165,0.2790563404560089,0.5752484798431396 +172,-2.89365432045957,-0.3517439066197778,2.625475924220804,-0.23038043081760406,0.3445354700088501,0.9100658297538757,0.315107524394989,-0.32775774598121643,0.6287820935249329,-0.39094215631484985,0.294670432806015,0.7369524240493774 +173,-2.937468735920939,-0.35752614454320725,2.5488277665248047,-0.18989117443561554,0.3499578833580017,0.9173175692558289,-0.1961519420146942,0.2200908064842224,0.3314061760902405,-0.29950404167175293,-0.19212087988853455,0.05189049243927002 +174,-2.8959657569609436,-0.3306885555014142,2.522139609083095,-0.22998955845832825,0.32469436526298523,0.9174302816390991,-0.35175397992134094,0.46122482419013977,0.12993434071540833,0.29732659459114075,-0.23451492190361023,-0.5820421576499939 +175,-2.8952063775438774,-0.2843559672092131,2.478535513617493,-0.23410655558109283,0.280539333820343,0.9308555722236633,-0.601326584815979,0.24174241721630096,-0.06913571059703827,0.15268561244010925,-0.10600924491882324,-0.524452805519104 +176,-2.894522652704198,-0.2336377545003603,2.514005176292513,-0.23791936039924622,0.2315179705619812,0.9432889223098755,0.01726698875427246,-0.29848790168762207,-1.0748867988586426,0.11621522903442383,0.4408300817012787,0.7762393951416016 +177,-2.9429576143876868,-0.20836312303319557,2.616698098183461,-0.19306330382823944,0.20685870945453644,0.9591331481933594,0.03840920329093933,-1.0356910228729248,-0.7405137419700623,-0.40785837173461914,0.29996198415756226,0.4451028108596802 +178,-2.9560254543261983,-0.2367489461973397,2.6965977901911478,-0.1793573945760727,0.23454350233078003,0.9554162621498108,0.1448211520910263,-0.11447492241859436,-0.5052361488342285,0.030645236372947693,-0.5595404505729675,-0.023058533668518066 +179,-2.9345895439842105,-0.2381694613827722,2.7581815890495216,-0.1997261643409729,0.2359241545200348,0.9510253667831421,0.21012772619724274,0.19506441056728363,-0.5494321584701538,0.0426216721534729,-0.02347603440284729,-0.5586150884628296 +180,-2.913463886077892,-0.25187250320840643,2.8056660795046247,-0.21901938319206238,0.24921782314777374,0.9433561563491821,0.05878990516066551,0.13332854211330414,-0.22215832769870758,0.16503381729125977,0.0068704187870025635,-0.6085631847381592 +181,-2.8936830100148567,-0.2540926110465936,2.8202661606194583,-0.23749934136867523,0.2513672709465027,0.9383006691932678,0.5920510292053223,0.4614228308200836,-0.1288919448852539,0.2997094392776489,0.3346617519855499,0.8461687564849854 +182,-2.9285902952557916,-0.30990639514740753,2.8009088401495448,-0.20132488012313843,0.3049694895744324,0.9308391213417053,0.37205827236175537,-0.42445990443229675,0.48124220967292786,-0.5647120475769043,0.35970330238342285,0.6950151324272156 +183,-2.952635616222859,-0.32667602525532546,2.755064865025048,-0.17790086567401886,0.32089662551879883,0.9302564859390259,-0.01957864500582218,0.26990070939064026,0.1847112476825714,-0.07199233770370483,-0.31778380274772644,0.00030100345611572266 +184,-2.9286087490874655,-0.3109714117102492,2.744904738135868,-0.2012389600276947,0.30598360300064087,0.9305249452590942,-0.43730729818344116,0.03120599500834942,0.14979219436645508,0.21504820883274078,-0.24581822752952576,-0.7088301181793213 +185,-2.9232361098371955,-0.2618629852083025,2.727930978634935,-0.2092406004667282,0.25888046622276306,0.9429737329483032,-0.4114671051502228,0.20654712617397308,-0.2225707620382309,0.13729539513587952,0.03373733162879944,-0.2939563989639282 +186,-2.9278586706175447,-0.23028802817591212,2.778312549341137,-0.20651084184646606,0.228257954120636,0.9514471888542175,0.27054867148399353,-0.3448033630847931,-1.1120831966400146,0.3174727261066437,0.4310743510723114,0.8341974020004272 +187,-2.9856759217492104,-0.24087898962745288,2.8494722578158442,-0.15080244839191437,0.23855632543563843,0.9593483805656433,0.7068274021148682,-0.37506967782974243,-0.6264304518699646,-0.39721691608428955,-0.07257123291492462,0.42244166135787964 +188,-2.9898311992378703,-0.2738056560588455,2.9076588382993145,-0.14554795622825623,0.27039727568626404,0.9516832232475281,-0.12700586020946503,0.0049595339223742485,-0.7116096019744873,-0.04521740972995758,-0.23586666584014893,-0.015129327774047852 +189,-2.9355365270259486,-0.24504451833242735,2.998893376805121,-0.19848889112472534,0.2425995171070099,0.9496038556098938,-0.10110589861869812,0.4847657084465027,-0.78840571641922,0.17778274416923523,-0.10662849247455597,-0.6406592726707458 +190,-2.7915861951960412,-0.15038051663999655,2.9778092629502506,-0.33903399109840393,0.14981436729431152,0.9287691116333008,-1.882956862449646,1.5884387493133545,0.136826291680336,0.20722845196723938,-0.12071582674980164,-0.2610747814178467 +191,-2.733166867846013,-0.1316321178458707,3.0034125359852513,-0.39372918009757996,0.13125231862068176,0.9098076820373535,0.8217039704322815,-0.16589964926242828,0.06985253840684891,0.15762996673583984,0.03657908737659454,0.4916662573814392 +192,-2.812610774092703,-0.17809793167252522,3.0055889779408704,-0.31796926259994507,0.1771579086780548,0.9314022064208984,-0.17739082872867584,-0.5055215358734131,-0.10716263204813004,-0.5985193252563477,-0.15722998976707458,0.19689339399337769 +193,-2.7565118775311923,-0.12847419199685348,3.0103024702643792,-0.37253814935684204,0.12812106311321259,0.9191300272941589,-0.7074748277664185,1.223975419998169,-0.08511543273925781,0.07523602247238159,-0.18050451576709747,-0.20361506938934326 +194,-2.6243790131507705,-0.07123093165574601,2.9768785856848754,-0.49320632219314575,0.07117071002721786,0.8669962286949158,-0.6426254510879517,1.3481014966964722,-0.011582717299461365,0.3060266971588135,-0.013095751404762268,-0.569480299949646 +195,-2.45655055737294,-0.0782409426839808,3.0117951423158984,-0.6307700276374817,0.07816114276647568,0.7720233798027039,0.5597144365310669,2.0378785133361816,-0.7327241897583008,0.04098731279373169,0.11248217523097992,-0.020405888557434082 +196,-2.350971837037789,-0.05945087606277059,3.135293688838801,-0.7095342874526978,0.05941586196422577,0.7021613717079163,1.3349616527557373,-0.7608935832977295,-0.8403269648551941,-0.08450257778167725,0.031633324921131134,0.6048911213874817 +197,-2.4208338528125717,-0.10847031239081764,-3.058273209659579,-0.6560761332511902,0.1082577332854271,0.7468894720077515,1.4413464069366455,-0.17077681422233582,-0.3273695111274719,-0.297613263130188,-0.3383908271789551,-0.03581482172012329 +198,-2.4299470547792468,-0.15989911862805206,-2.98088088973089,-0.6447497010231018,0.15921860933303833,0.7476276755332947,0.21501418948173523,-0.3253306448459625,-0.35629522800445557,0.13379395008087158,-0.23465807735919952,-0.16896861791610718 +199,-2.4535709809247237,-0.14032256415599215,-2.9953316032940016,-0.6287686228752136,0.139862522482872,0.7649108171463013,-0.41701745986938477,-0.22815731167793274,-0.24068647623062134,0.4725796580314636,0.1413722187280655,-0.43193352222442627 +200,-2.517589878505463,-0.14435154574524686,-2.960388318242758,-0.5782114267349243,0.14385074377059937,0.8031057715415955,0.8029259443283081,-0.7719907760620117,-0.23417198657989502,0.17450958490371704,0.10099178552627563,-0.13242077827453613 +201,-2.595860457941848,-0.18776152113836048,-2.9287013600186658,-0.5099216103553772,0.18666023015975952,0.8397248387336731,0.12106393277645111,-0.9852385520935059,0.44383370876312256,0.09389078617095947,0.005005404353141785,0.44271528720855713 +202,-2.7735213985076568,-0.19601493452881436,-2.9458291791058064,-0.35292622447013855,0.19476214051246643,0.9151561260223389,-0.028888482600450516,-1.2598003149032593,-0.1516857147216797,-0.5497226715087891,-0.08090101182460785,0.24921154975891113 +203,-2.8427390225766316,-0.16590360523365563,-2.9368220165506407,-0.2903822958469391,0.16514359414577484,0.942552924156189,-0.29877200722694397,-0.28674352169036865,-0.20581094920635223,0.0740736722946167,-0.21278151869773865,-0.2520925998687744 +204,-2.88319884788799,-0.10798310489686062,-2.9518000546058762,-0.2540396749973297,0.10777337104082108,0.9611704349517822,-0.6610769033432007,-0.17296385765075684,0.21851179003715515,0.1996421217918396,-0.06973321735858917,-0.524158775806427 +205,-2.7679687230907444,-0.060025674946357306,-2.9922432399555388,-0.36433446407318115,0.05998963490128517,0.9293342232704163,-0.5366193056106567,1.9009578227996826,0.46253472566604614,0.15669286251068115,0.09066040068864822,0.08554327487945557 +206,-2.615663627174104,-0.04692532701288247,-2.9578093129414507,-0.5014641284942627,0.04690810665488243,0.8639060258865356,0.457709401845932,1.739105224609375,-0.33637282252311707,0.02975386381149292,0.13830308616161346,0.7044839859008789 +207,-2.5236618185574304,-0.08157144606325774,-2.881379735358486,-0.5774234533309937,0.08148101717233658,0.8123686909675598,1.2987873554229736,1.2495291233062744,-0.5894615650177002,-0.36267054080963135,-0.32520967721939087,-0.04500424861907959 +208,-2.422132748066987,-0.08628123942426572,-2.8736148847104745,-0.6565272808074951,0.08617422729730606,0.749363899230957,-0.33397796750068665,0.9334056973457336,-0.4861103296279907,0.22682446241378784,0.03910044580698013,-0.18112653493881226 +209,-2.4580460889880063,-0.05291710501133752,-2.893045982664234,-0.6306626796722412,0.05289241299033165,0.7742524147033691,-0.40671980381011963,-1.1717747449874878,0.10698237270116806,0.5050676465034485,0.18389347195625305,-0.4053865671157837 +210,-2.6299585312291107,-0.048888055958349906,-2.8976253129566008,-0.4890178143978119,0.048868585377931595,0.8709038496017456,0.02614656090736389,-1.217816710472107,-0.241503044962883,-0.169017493724823,-0.028620172291994095,0.0956183671951294 +211,-2.63902838876777,-0.006731215926801454,-2.8618537487731737,-0.48166343569755554,0.006731165107339621,0.8763304948806763,0.059161074459552765,-0.714043378829956,-0.40323686599731445,-0.20273903012275696,-0.011446133255958557,0.36246955394744873 +212,-2.7509408769988424,-0.03515963829810643,-2.854915892403554,-0.3805558979511261,0.03515239432454109,0.924089789390564,0.022246796637773514,-0.7945318222045898,0.25746557116508484,-0.3724654018878937,-0.010539960116147995,-0.0013600587844848633 +213,-2.810392574684169,-0.0072082951129400115,-2.9060186163935047,-0.32516974210739136,0.007208232767879963,0.9456284642219543,-0.7497438788414001,0.22953015565872192,0.3385668396949768,0.1331225335597992,0.04589235782623291,-0.41503429412841797 +214,-2.774095350038262,0.04435779534012176,-2.974843847047961,-0.35892757773399353,-0.044343251734972,0.9323115348815918,-0.6493967771530151,0.6939890384674072,0.4917297661304474,0.24489864706993103,0.1271832138299942,-0.5395655632019043 +215,-2.6979321931541076,0.08076986114963881,-3.019185549981545,-0.42784902453422546,-0.08068206906318665,0.9002419710159302,-0.2157840132713318,0.1955450475215912,-0.06654956191778183,0.014091640710830688,0.15918853878974915,0.5121725797653198 +216,-2.736359979231509,0.09284565569318978,-2.9487253489626437,-0.39253467321395874,-0.09271232038736343,0.915052592754364,0.3160189390182495,-1.0783092975616455,-0.5788112282752991,-0.556897759437561,0.17375174164772034,0.5105303525924683 +217,-2.758426061786391,0.05457957967964312,-2.853673103065457,-0.3733026683330536,-0.054552484303712845,0.9261044859886169,1.118391990661621,0.31782853603363037,-0.5303943753242493,-0.1389043927192688,-0.42402416467666626,0.026211977005004883 +218,-2.7590769717639554,0.020272574130311246,-2.7952930965955587,-0.3731788992881775,-0.020271185785531998,0.9275381565093994,-0.14718478918075562,-0.2824922204017639,-0.2362036556005478,0.19446787238121033,-0.1431046724319458,-0.5434589385986328 +219,-2.8216192370877025,0.05040405932898253,-2.815295152946801,-0.3141418695449829,-0.050382718443870544,0.9480382800102234,-0.3097132444381714,-0.015372518450021744,0.17746509611606598,0.13692626357078552,0.21000491082668304,-0.5845738649368286 +220,-2.7712651421744217,0.050487305762355786,-2.8209758266893976,-0.3614596724510193,-0.05046585947275162,0.9310212731361389,0.4278150796890259,0.7193129062652588,0.07186716794967651,0.1242922842502594,0.07790115475654602,0.6229492425918579 +221,-2.771800284654211,-0.013968310060279755,-2.8157865963066206,-0.36138659715652466,0.013967855833470821,0.932311475276947,0.44549718499183655,-1.0750367641448975,0.37583795189857483,-0.6409633159637451,0.1627746969461441,0.8224951028823853 +222,-2.8218836018386155,-0.013610813730694244,-2.844909951777515,-0.31426122784614563,0.01361039374023676,0.9492388367652893,-0.4771077036857605,-0.06283211708068848,0.2851826846599579,-0.2900020182132721,-0.18014481663703918,-0.14943426847457886 +223,-2.7755096241244885,0.024616289180083364,-2.874953528012864,-0.35785236954689026,-0.02461380325257778,0.9334538578987122,-0.3941255509853363,0.6178773045539856,0.2949095368385315,0.36453568935394287,-0.06577926874160767,-0.6600315570831299 +224,-2.746843167833288,0.061826597972583754,-2.9240658076657287,-0.38384222984313965,-0.06178721785545349,0.9213294386863708,-0.4509403109550476,0.36139047145843506,-0.03177400305867195,0.24825263023376465,0.10475596785545349,-0.34604233503341675 +225,-2.724649795714897,0.08505643414098116,-2.853968880475324,-0.4035032093524933,-0.0849539116024971,0.9110260605812073,0.8705494999885559,0.19180800020694733,-1.6390159130096436,0.08608976006507874,0.3005605936050415,0.8671876192092896 +226,-2.763284146818934,0.052923979252498275,-2.7068430304877276,-0.3688320219516754,-0.05289927497506142,0.9279897212982178,1.2001283168792725,0.01609361730515957,-1.17484450340271,-0.5092655420303345,-0.16380605101585388,0.4687846899032593 +227,-2.7751909944239666,-0.00939099364011383,-2.616883238590344,-0.35824254155158997,0.009390855208039284,0.933581531047821,0.2729690670967102,-0.17238962650299072,-0.34066998958587646,-0.035220712423324585,-0.053092025220394135,-0.19877910614013672 +228,-2.7835114350381254,-0.00259304067659581,-2.61134905694302,-0.3504767417907715,0.00259303767234087,0.9365681409835815,-0.23856167495250702,-0.35923632979393005,0.31283557415008545,0.29107415676116943,0.097535140812397,-0.8311601877212524 +229,-2.765484059839281,0.020886552498408515,-2.6539240105455124,-0.36722368001937866,-0.020885033532977104,0.9298979640007019,-0.049146801233291626,0.7981522679328918,0.15966901183128357,0.19962117075920105,0.20273928344249725,-0.16799628734588623 +230,-2.718664690717693,-0.014653587310635968,-2.66795464797004,-0.4103880822658539,0.01465306244790554,0.9117931127548218,0.38610267639160156,-0.45818251371383667,0.5866525769233704,0.09933772683143616,0.009806780144572258,0.39516782760620117 +231,-2.8772347649053764,-0.04193020588765428,-2.7309108188142677,-0.26105979084968567,0.04191792011260986,0.9644117951393127,-0.21334676444530487,-0.6412518620491028,0.5176573991775513,-0.6834133863449097,-0.11915792524814606,0.4796797037124634 +232,-2.9207653360406276,-0.02310343884800792,-2.781511190723111,-0.21897850930690765,0.023101383820176125,0.9754563570022583,-0.27084454894065857,0.013384558260440826,0.3852771520614624,0.041915491223335266,-0.13830524682998657,-0.26639556884765625 +233,-2.9268854469502696,0.013742340456419875,-2.836210899987169,-0.213041290640831,-0.01374190766364336,0.9769467711448669,-0.598879337310791,0.2038349062204361,0.5482515096664429,0.2193736732006073,0.035623010247945786,-0.8369166851043701 +234,-2.8715209766794962,0.06951133867136051,-2.87548261469206,-0.26615622639656067,-0.06945537775754929,0.9614244699478149,-0.4022538363933563,0.17539571225643158,-0.1291898638010025,-0.014498680830001831,0.15540811419487,0.3387618064880371 +235,-2.8913447840245827,0.0749520853173884,-2.801233665296662,-0.24694877862930298,-0.07488192617893219,0.9661307334899902,0.2860070466995239,-0.7128034234046936,-0.7383146286010742,0.08174192905426025,0.17906895279884338,0.7551062703132629 +236,-2.9480116900147633,0.030447109303370693,-2.708534334611828,-0.19228507578372955,-0.030442405492067337,0.9808670282363892,1.2122029066085815,0.39347803592681885,-0.7521746754646301,-0.21832898259162903,-0.49090465903282166,0.11811697483062744 +237,-2.952381838709145,-0.012110256376511822,-2.6683883072649928,-0.18807002902030945,0.012109960429370403,0.9820807576179504,-0.14066220819950104,-0.3432340621948242,-0.041277579963207245,-0.061884164810180664,-0.12842771410942078,-0.39922577142715454 +238,-3.000655628740905,0.016186455177468757,-2.710457181170454,-0.1404525190591812,-0.01618574745953083,0.9899552464485168,-0.39007195830345154,-0.08004199713468552,0.5411053895950317,0.10694421827793121,0.19520185887813568,-0.7522842884063721 +239,-2.9439646138579914,0.03666820484517973,-2.7497814642516953,-0.19621215760707855,-0.03665998950600624,0.9798761606216431,-0.08002176880836487,0.7979919910430908,0.18826720118522644,0.19428950548171997,0.10640791058540344,0.13009417057037354 +240,-2.919962580901465,0.009094593237279076,-2.768693406610369,-0.21981105208396912,-0.00909446831792593,0.975500226020813,0.416893869638443,-0.5341826677322388,0.40668830275535583,0.05381067097187042,0.00772117730230093,0.38991737365722656 +241,-2.957539794061288,-0.02559048978010581,-2.780738398688475,-0.18295560777187347,0.025587696582078934,0.9827884435653687,0.049250438809394836,-0.03901150822639465,0.36484479904174805,-0.5267001986503601,-0.23788322508335114,0.27563464641571045 +242,-2.935381730842383,-0.006916748277107568,-2.849947548123183,-0.20474761724472046,0.0069166929461061954,0.9787900447845459,-0.48282793164253235,0.4126145839691162,0.8705968856811523,0.14862586557865143,-0.053410228341817856,-0.5029298067092896 +243,-2.9292199173500846,0.03561858320339014,-2.9590482159629863,-0.21064619719982147,-0.03561105206608772,0.9769133925437927,-0.6793079972267151,-0.06960015743970871,0.80495285987854,0.16613632440567017,0.015408419072628021,-0.6611481308937073 +244,-2.9054337454902783,0.08020525264962207,-3.001622760821126,-0.23321770131587982,-0.080119289457798,0.9691182374954224,-0.11267717182636261,0.1868821382522583,-0.26764819025993347,-0.10857914388179779,0.2141525000333786,0.5087411403656006 +245,-2.921577508915467,0.0668847335170474,-2.886998900597115,-0.21775637567043304,-0.06683487445116043,0.9737119078636169,0.5745124220848083,-0.4632475972175598,-0.9293058514595032,-0.47265803813934326,0.09115739166736603,0.8407715559005737 +246,-2.9416690596879933,0.014035776910585107,-2.7976218435084177,-0.19857488572597504,-0.014035316184163094,0.9799851775169373,0.28597113490104675,-0.45955029129981995,-0.29330557584762573,0.08810125291347504,-0.6400021314620972,-0.05189990997314453 +247,-2.9463064472674643,0.0152603611676866,-2.7536153019674843,-0.19402475655078888,-0.015259768813848495,0.9808781743049622,0.11548933386802673,0.10371483862400055,-0.3661841154098511,0.08843390643596649,0.0995035395026207,-0.6824618577957153 +248,-2.9465823726021036,0.023205132549865632,-2.7439558561750763,-0.19372442364692688,-0.02320305071771145,0.9807814359664917,-0.16481207311153412,0.30679863691329956,-0.06960003077983856,0.17106515169143677,0.2443792074918747,-0.6641311645507812 +249,-2.8541149456730497,0.009755399831681931,-2.7301408757846244,-0.2835208475589752,-0.00975524540990591,0.958916425704956,0.5301814079284668,0.6023468375205994,0.06497712433338165,0.21230807900428772,0.2139788717031479,0.838965654373169 +250,-2.862561875950451,-0.04045970903704956,-2.744145294656626,-0.2751986086368561,0.04044867306947708,0.960536003112793,0.06585684418678284,-0.49750450253486633,0.37129178643226624,-0.5594266057014465,0.03419731929898262,0.7820481061935425 +251,-2.8939963594659295,-0.0317629797476409,-2.7990852441226157,-0.24495060741901398,0.03175763785839081,0.9690151214599609,-0.55704265832901,0.15120214223861694,0.5665971636772156,-0.29063284397125244,-0.1154063269495964,-0.15862101316452026 +252,-2.849622942150806,0.0021546746281710344,-2.8954421679379663,-0.2878384590148926,-0.002154672984033823,0.9576765298843384,-0.5481897592544556,0.26141470670700073,0.9240014553070068,0.4149899482727051,-0.046017326414585114,-0.7440687417984009 +253,-2.848295900489154,0.04086362894909077,-2.9731099610433303,-0.28886836767196655,-0.04085225611925125,0.9564965963363647,-0.5903943777084351,0.23758016526699066,-0.032224297523498535,0.09505125880241394,0.12752218544483185,-0.31207239627838135 +254,-2.829691364178407,0.06979597697274124,-2.9251876629708535,-0.3061215281486511,-0.06973931938409805,0.9494343400001526,0.37781333923339844,0.23717375099658966,-1.230394721031189,0.1874845027923584,0.15909481048583984,0.6802346110343933 +255,-2.8801981722070455,0.05917132724012259,-2.823014200325746,-0.2579757273197174,-0.059136804193258286,0.9643402695655823,0.5328403115272522,-0.9236689805984497,-0.8409519791603088,-0.36235517263412476,0.1756834089756012,0.38647496700286865 +256,-2.907167896999363,0.00943909655441769,-2.7454553664839785,-0.2322731614112854,-0.009438956156373024,0.9726047515869141,0.5374739170074463,-0.18193867802619934,-0.3160465955734253,-0.029659196734428406,-0.5983186364173889,0.12418168783187866 +257,-2.9074741969409623,-0.0017724396994440465,-2.695814121802906,-0.2319851815700531,0.0017724387580528855,0.9727175831794739,0.13736490905284882,-0.007769165560603142,-0.2985199987888336,0.06754125654697418,0.082547627389431,-0.6019443869590759 +258,-2.9075492892450985,0.003442088251014683,-2.6966310110502265,-0.23191110789775848,-0.0034420813899487257,0.9727306365966797,-0.25622475147247314,0.2951168119907379,0.253652960062027,0.17722366750240326,0.17452362179756165,-0.6723768711090088 +259,-2.8561065274933206,0.0036771114468298377,-2.730837399264312,-0.2816219925880432,-0.003677103202790022,0.9595181941986084,0.20187908411026,0.5756431221961975,0.40935879945755005,0.142828106880188,0.196029394865036,0.7623444199562073 +260,-2.868577344169225,-0.04904530829983436,-2.7807126798468262,-0.2693120837211609,0.04902564734220505,0.9618043303489685,0.16870050132274628,-0.9216786623001099,0.9090600609779358,-0.4316003918647766,0.13716210424900055,0.6912260055541992 +261,-2.8991098724671143,-0.05666389335681412,-2.848682667779695,-0.2397281974554062,0.05663357675075531,0.9691870212554932,-0.4938623905181885,0.17288319766521454,0.8584727048873901,-0.29699981212615967,-0.24407252669334412,-0.0050754547119140625 +262,-2.839304515976621,-0.015805174795087196,-2.9365430559657617,-0.2976682186126709,0.015804516151547432,0.9545386433601379,-0.6088625192642212,0.6779513955116272,0.6596728563308716,0.3674771785736084,-0.10772345960140228,-0.5664312839508057 +263,-2.826793993018254,0.03133084699050385,-3.018912053399239,-0.3094730079174042,-0.03132572025060654,0.9503918886184692,-0.5558295845985413,0.2332809567451477,0.2553810775279999,0.18941691517829895,0.10430851578712463,-0.40286099910736084 +264,-2.826125639988022,0.05594370550377932,-2.996807668575962,-0.3097749948501587,-0.05591452866792679,0.949164092540741,0.467923641204834,-0.08732696622610092,-1.262826681137085,0.14234039187431335,0.3267122805118561,0.7401056289672852 +265,-2.8865310170572864,0.03162610839842012,-2.868097221018696,-0.2521788477897644,-0.03162083774805069,0.9671636819839478,0.8673985600471497,-0.1209610253572464,-1.3868827819824219,-0.5259277820587158,-0.04833520948886871,0.5796958804130554 +266,-2.8897239740803675,-0.013293374756105938,-2.7660700885511846,-0.24919211864471436,0.013292983174324036,0.9683629274368286,0.08289886265993118,-0.1575426459312439,-0.602063775062561,-0.08302223682403564,-0.058535292744636536,-0.1772404909133911 +267,-2.9023581553418647,-0.005473298035631165,-2.7281232241966316,-0.2369554340839386,0.005473270546644926,0.9715050458908081,-0.0947880893945694,-0.14828035235404968,-0.08612481504678726,0.1688554733991623,0.1672104448080063,-0.8652276396751404 +268,-2.8732954534716795,0.006725875471909033,-2.7477001297064216,-0.265083909034729,-0.0067258249036967754,0.9642016887664795,-0.03840826451778412,0.5271139740943909,0.3540200889110565,0.2757803797721863,0.21136145293712616,0.1279153823852539 +269,-2.8417087486840447,-0.05241764418507607,-2.782821312133199,-0.2950035631656647,0.05239364504814148,0.9540585875511169,0.6825971603393555,-0.5182583332061768,0.7582610845565796,-0.18937140703201294,0.03940322622656822,0.47372156381607056 +270,-2.8821148860114385,-0.08821644629136025,-2.827474997621813,-0.2555782198905945,0.0881020724773407,0.9627659916877747,-0.3079623878002167,0.02454657480120659,0.7695122957229614,-0.5484684705734253,-0.2528054118156433,0.18904387950897217 +271,-2.840198266027261,-0.04468257879086457,-2.9255189963932766,-0.2965557277202606,0.04466771334409714,0.9539703726768494,-0.6691750288009644,0.7282084822654724,0.6741153001785278,0.2935192584991455,-0.10973118245601654,-0.5045990943908691 +272,-2.829196610521444,-0.0034610157146029207,-3.0086446141746253,-0.3073377013206482,0.0034610088914632797,0.9515941143035889,-0.6374151706695557,-0.11650922894477844,0.3242267966270447,0.30533885955810547,-0.01971161924302578,-0.6543377637863159 +273,-2.837403019699283,0.040271671964546465,-2.994005895085508,-0.2992772161960602,-0.040260788053274155,0.9533162713050842,0.07754325121641159,0.04162105172872543,-0.7773000597953796,-0.057076454162597656,0.23427629470825195,0.7847054600715637 +274,-2.882042389853604,0.039936226031721554,-2.8748125965921654,-0.2564413249492645,-0.03992561250925064,0.965735137462616,0.2856030762195587,-1.042754054069519,-0.7736668586730957,-0.41699010133743286,0.14508917927742004,0.5583893060684204 +275,-2.9150226515123956,-0.0018206706862661049,-2.7795024270077833,-0.22463616728782654,0.0018206696258857846,0.9744411110877991,0.445294052362442,0.0387909971177578,-0.5187183022499084,-0.013370469212532043,-0.5917712450027466,0.030075550079345703 +276,-2.912018319032694,-0.003158471304126379,-2.7411565113422203,-0.22756189107894897,0.0031584659591317177,0.9737583994865417,-0.06200344115495682,-0.016267875209450722,-0.07977787405252457,0.06739042699337006,0.08871470391750336,-0.7123449444770813 +277,-2.9077696363892724,0.012554605876702641,-2.765530768398293,-0.23167990148067474,-0.012554275803267956,0.972710907459259,-0.1358722746372223,0.5372570753097534,0.18710748851299286,0.19905664026737213,0.3028222322463989,-0.6992735862731934 +278,-2.8227634691432772,0.006162251323089133,-2.7842497333863134,-0.3134489953517914,-0.0061622122302651405,0.9495850205421448,0.33237504959106445,0.6959749460220337,0.17540982365608215,0.08890068531036377,0.18340830504894257,0.9351195096969604 +279,-2.8483002891785234,-0.03886291420580632,-2.819078459925783,-0.28888726234436035,0.038853131234645844,0.9565744400024414,0.06487313657999039,-1.1511123180389404,0.6518141031265259,-0.5745770931243896,0.11590150743722916,0.6829824447631836 +280,-2.908035862679897,-0.024792564369007203,-2.8913227207919503,-0.23136810958385468,0.024790024384856224,0.9725505113601685,-0.4144861400127411,0.04904431477189064,0.39718717336654663,-0.2732858657836914,-0.09617063403129578,-0.0637369155883789 +281,-2.8685526712903324,-0.009208872447231174,-2.9288213586961014,-0.2696486711502075,0.009208742529153824,0.9629150032997131,-0.22318817675113678,-0.006772405002266169,0.678899884223938,0.44605550169944763,-0.14304357767105103,-0.9408504962921143 +282,-2.8762482314567923,0.0247170256432939,-2.986544020442392,-0.2621615529060364,-0.024714509025216103,0.9647074937820435,-0.5138035416603088,0.47549569606781006,-0.06388101726770401,0.145981103181839,0.15134720504283905,-0.33294785022735596 +283,-2.821950864710928,0.036549341624964725,-2.9073391602087972,-0.3140166997909546,-0.036541204899549484,0.9487141370773315,0.7222315073013306,-0.07614858448505402,-1.6586179733276367,0.4179442822933197,0.12005255371332169,0.950425386428833 +284,-2.8923578823304483,0.021396689432645097,-2.817095148331599,-0.2466059774160385,-0.021395057439804077,0.9688795804977417,0.6957815885543823,-0.015255285426974297,-0.9667249321937561,-0.4776219129562378,-0.06719747185707092,0.387916624546051 +285,-2.9023804787316947,-0.025077503925648944,-2.7467134315798254,-0.23686280846595764,0.025074874982237816,0.9712194800376892,0.14806799590587616,-0.11434908211231232,-0.6210363507270813,0.0064703673124313354,-0.11853495985269547,-0.2264837622642517 +286,-2.901090814555686,-0.016093837131207798,-2.7180178614926156,-0.23815926909446716,0.016093142330646515,0.9710929989814758,-0.21073895692825317,0.024941015988588333,0.18869444727897644,0.1483154445886612,0.11838257312774658,-0.8345571756362915 +287,-2.8746576816684355,0.006237130211682733,-2.7430103073599876,-0.26377105712890625,-0.00623708963394165,0.9645650386810303,0.006081626750528812,0.4237944483757019,-0.005608668550848961,0.20679479837417603,0.25577932596206665,0.08824551105499268 +288,-2.838545350738567,-0.032962667384175394,-2.739186009319147,-0.2982679009437561,0.032956697046756744,0.9539129734039307,0.5365169644355774,-0.35063958168029785,0.43124815821647644,-0.164698988199234,0.06909407675266266,0.4394737482070923 +289,-2.878051351332718,-0.07797555221264205,-2.7635777055264352,-0.2597097158432007,0.07789655774831772,0.9625400304794312,-0.013156380504369736,0.04564191773533821,0.5406535267829895,-0.5665537714958191,-0.17079205811023712,0.2623441219329834 +290,-2.8448656507070345,-0.04476489026287954,-2.8616823357032937,-0.2920989394187927,0.04474994167685509,0.9553406834602356,-0.947939395904541,0.7549047470092773,1.0522669553756714,0.21600335836410522,-0.14615985751152039,-0.4658997058868408 +291,-2.826889735078345,0.009127739069343761,-3.007137367878668,-0.3095210790634155,-0.009127612225711346,0.9508487582206726,-0.9339244365692139,-0.09792859107255936,1.0957884788513184,0.281490683555603,0.06180095300078392,-0.6259434223175049 +292,-2.827098790450164,0.05666796548890115,-3.06645052941282,-0.3088386058807373,-0.05663764104247093,0.9494264721870422,-0.21072819828987122,-0.11643321067094803,-0.26646116375923157,-0.08323594927787781,0.21519172191619873,0.4957943558692932 +293,-2.8577004155697354,0.05789375623961224,-2.9511589578788437,-0.27962490916252136,-0.05786142125725746,0.9583641290664673,0.5037533640861511,-0.7047159671783447,-0.8897885680198669,-0.43749237060546875,0.13012705743312836,0.6351568698883057 +294,-2.879604718506469,0.008829390012420672,-2.824573328824857,-0.2589910328388214,-0.008829275146126747,0.9658392667770386,0.9556555151939392,-0.08486279845237732,-0.8139307498931885,0.0612829327583313,-0.9174860119819641,-0.004459381103515625 +295,-2.903056983234271,-0.005735105420313809,-2.7533712407434145,-0.23627610504627228,0.005735074169933796,0.9716688990592957,0.00699882535263896,-0.0850299522280693,-0.48663395643234253,0.004846066236495972,0.05856546014547348,-0.508442759513855 +296,-2.9093971810050765,0.008013931660795238,-2.7399676938823085,-0.23010724782943726,-0.008013845421373844,0.973132312297821,-0.39612555503845215,0.061079610139131546,0.06333725899457932,0.21773234009742737,0.13505852222442627,-0.8366881608963013 +297,-2.8360361927310804,0.016409881092273586,-2.733703712295005,-0.30078354477882385,-0.016409143805503845,0.953551709651947,0.23298940062522888,1.2406654357910156,0.04623686894774437,0.0552542507648468,0.29268476366996765,0.7518014907836914 +298,-2.8125036976018514,-0.031815909103767505,-2.7573963159035255,-0.3230173587799072,0.031810540705919266,0.9458580017089844,0.4240705668926239,-0.6775493621826172,0.7719166874885559,-0.3498951494693756,-0.005382325500249863,0.48920029401779175 +299,-2.857181578925857,-0.05272449539718956,-2.7956544207338383,-0.2802022695541382,0.05270007252693176,0.958493173122406,-0.26924920082092285,-0.02718304842710495,0.5321708917617798,-0.39495331048965454,-0.22791676223278046,-0.012906134128570557 +300,-2.832532277401001,-0.01834135870842429,-2.881309569572799,-0.3041124641895294,0.018340330570936203,0.952459454536438,-0.6459523439407349,0.6494896411895752,0.6919268369674683,0.2330828607082367,-0.0752861350774765,-0.49077439308166504 +301,-2.807131259980883,0.017161676819553762,-2.9714747401977624,-0.3282121419906616,-0.01716083474457264,0.9444481730461121,-0.5957785844802856,0.12097547203302383,0.3652942478656769,0.3013566732406616,0.10219806432723999,-0.46095824241638184 +302,-2.8029338945115314,0.06613445007970592,-2.966362020480038,-0.33149605989456177,-0.06608624756336212,0.9411391615867615,0.1185510978102684,-0.18220894038677216,-0.7962973117828369,-0.07440295815467834,0.21785017848014832,0.6477432250976562 +303,-2.841558315527527,0.06263568311375695,-2.838335885082533,-0.2949734032154083,-0.06259473413228989,0.9534528255462646,0.38207221031188965,-0.8209582567214966,-0.8791844844818115,-0.4742068350315094,0.08383498340845108,0.4508591294288635 +304,-2.8684645267687507,0.021642971993610705,-2.7264098646080357,-0.26968175172805786,-0.021641282364726067,0.9627063274383545,0.3422093093395233,-0.1552637666463852,-0.6057541370391846,0.03797703981399536,-0.5907244682312012,0.05270504951477051 +305,-2.871738909557299,0.03237095475443047,-2.6859818981454056,-0.26645082235336304,-0.03236529976129532,0.9633049368858337,-0.0696696862578392,0.04621254280209541,-0.09171426296234131,0.11494627594947815,0.14756916463375092,-0.608614444732666 +306,-2.8620615266303693,0.043503001519509414,-2.714742177575838,-0.2756439447402954,-0.043489281088113785,0.9602754712104797,-0.28727439045906067,0.4037814140319824,0.45291152596473694,0.1956573724746704,0.2459123730659485,-0.558984637260437 +307,-2.8179799021008387,0.03506924830948428,-2.7636224021391347,-0.3177984058856964,-0.03506205976009369,0.9475100636482239,0.4433022439479828,0.5489463210105896,0.3482683300971985,0.11221671104431152,0.2895176112651825,0.8749083280563354 +308,-2.8363130185759835,-0.034874038067463295,-2.821621282681773,-0.3003771901130676,0.03486697003245354,0.9531831741333008,0.3304218351840973,-0.8768858909606934,0.8493335247039795,-0.40819522738456726,0.23446592688560486,0.7099181413650513 +309,-2.853318323089967,-0.05065697634591185,-2.8775162732997503,-0.28393352031707764,0.05063531547784805,0.9575061202049255,-0.25640013813972473,0.20297405123710632,0.556002140045166,-0.21850788593292236,-0.27556511759757996,-0.24995601177215576 +310,-2.8028529775714546,-0.01968132221158654,-2.9325248891833184,-0.33223438262939453,0.019680051133036613,0.9429917931556702,-0.5798664093017578,0.5177288055419922,0.5535076260566711,0.30211347341537476,-0.16054919362068176,-0.5982497930526733 +311,-2.7795087254294732,0.019193863755982744,-3.007669085253877,-0.3541586101055145,-0.019192684441804886,0.9349885582923889,-0.5175397396087646,0.266806960105896,0.08471161127090454,0.21429651975631714,0.1704683154821396,-0.1878875494003296 +312,-2.784328973112257,0.045939905431821484,-2.956121480864805,-0.34934306144714355,-0.04592374712228775,0.9358688592910767,0.43236303329467773,-0.32747772336006165,-1.4204481840133667,0.26512980461120605,0.24064114689826965,0.7491439580917358 +313,-2.8581251346283127,0.03342827197098968,-2.86805323163298,-0.2795301675796509,-0.03342204540967941,0.95955491065979,0.9580055475234985,-0.00047560082748532295,-1.2289191484451294,-0.5300554037094116,-0.04723590984940529,0.4052368402481079 +314,-2.857561409784902,-0.013959821729289456,-2.7914105852203663,-0.28020039200782776,0.01395936869084835,0.9598402380943298,0.16416549682617188,-0.05600567162036896,-0.2710912823677063,0.05992448329925537,-0.2228064090013504,-0.09967160224914551 +315,-2.852901640658876,-0.0054750443400473515,-2.786167218033977,-0.2846934497356415,0.00547501677647233,0.9586032629013062,-0.1774410456418991,-0.10580385476350784,0.1485855132341385,0.2076975703239441,0.1656065285205841,-0.8100281953811646 +316,-2.833791119646016,0.00940110210220086,-2.8261556545482702,-0.302950918674469,-0.00940096378326416,0.9529600739479065,-0.11048207432031631,0.4817507863044739,0.3188110589981079,0.20315837860107422,0.20814669132232666,-0.19197344779968262 +317,-2.791588460434559,-0.020715084795258645,-2.8546694289132946,-0.3428282141685486,0.020713603124022484,0.9391698241233826,0.4255734086036682,0.11817621439695358,0.3690452575683594,0.1606382429599762,0.010780537500977516,0.5349971055984497 +318,-2.844495854143343,-0.07084217360857736,-2.884704617248057,-0.29201117157936096,0.07078293710947037,0.953792154788971,-0.013413551263511181,-0.3188255727291107,0.4202759861946106,-0.5863457918167114,-0.13589218258857727,0.43535280227661133 +319,-2.8534309560148703,-0.05527691223425754,-2.9543654829944472,-0.2837561368942261,0.055248767137527466,0.9573034644126892,-0.4526548981666565,0.3635897636413574,0.49132296442985535,-0.0019646883010864258,-0.06834080815315247,-0.331418514251709 +320,-2.8221631287693687,-0.0276523503933084,-3.0131309049690462,-0.3139050006866455,0.02764882706105709,0.9490519762039185,-0.49893662333488464,-0.10554777830839157,0.5807392001152039,0.3518383204936981,-0.09074391424655914,-0.7778328657150269 +321,-2.821093329588718,0.01821441235795177,-3.038429557366577,-0.31498828530311584,-0.018213404342532158,0.9489209651947021,-0.26705509424209595,-0.17835135757923126,-0.44870030879974365,0.048646122217178345,0.11976064741611481,0.0541156530380249 +322,-2.845372202486797,0.03324253548936169,-2.9282552210822796,-0.2917460799217224,-0.033236414194107056,0.9559180736541748,0.2754254937171936,-0.3727690577507019,-0.9710201025009155,-0.12413221597671509,0.16256991028785706,0.8240958452224731 +323,-2.8920869110404133,0.0012841934541476276,-2.833475017561296,-0.24692487716674805,-0.0012841931311413646,0.96903395652771,0.8651332259178162,-0.10782614350318909,-0.5179154872894287,-0.16263630986213684,-0.6617102026939392,0.1411193609237671 +324,-2.900627988817911,-0.014766951692195794,-2.797204042191284,-0.23861344158649445,0.014766414649784565,0.9710020422935486,-0.010282509960234165,0.1624206155538559,-0.24128122627735138,0.014187246561050415,0.08307293057441711,-0.5033814907073975 +325,-2.869564586932311,-0.011274523164368347,-2.80119142217947,-0.26866841316223145,0.011274284683167934,0.9631667733192444,-0.23757512867450714,0.31146910786628723,0.3303361237049103,0.26351094245910645,0.12016493082046509,-0.8807693719863892 +326,-2.830635379202383,-0.004043847384647674,-2.8374096345644193,-0.30596765875816345,0.004043836146593094,0.9520334005355835,0.029447749257087708,0.5855069756507874,0.4400542974472046,0.012571662664413452,0.1777646392583847,0.7036367654800415 +327,-2.8200726042852775,-0.0591227666225871,-2.85515578158526,-0.31545689702033997,0.0590883269906044,0.9470983147621155,0.49614885449409485,-0.8721005320549011,0.7369175553321838,-0.39177268743515015,0.1527189165353775,0.5644981861114502 +328,-2.865796784597679,-0.0922208537140489,-2.907532024647118,-0.2711557149887085,0.0920901894569397,0.9581201672554016,-0.3847009837627411,0.06951381266117096,0.8098441362380981,-0.3452841639518738,-0.2478976845741272,0.040903329849243164 +329,-2.8312512758556867,-0.04447723889011567,-3.000814272721693,-0.30508172512054443,0.044462576508522034,0.9512876868247986,-0.8311172723770142,0.6660622954368591,0.8114895224571228,0.20054376125335693,-0.17272795736789703,-0.6741423606872559 +330,-2.8083789289576044,0.0028319658241386186,-3.113503213461757,-0.3270803689956665,-0.0028319619596004486,0.9449923634529114,-0.7770808339118958,0.18763680756092072,0.4668453335762024,0.3295065462589264,0.15056756138801575,-0.4845278263092041 +331,-2.8097380322253516,0.040065313969677704,-3.095771907366617,-0.3255356252193451,-0.040054596960544586,0.9446812272071838,0.33512669801712036,0.1386987715959549,-0.9814059138298035,-0.05591893196105957,0.2592470943927765,0.768835186958313 +332,-2.8425149823367515,0.028985584843876394,-3.002271865117356,-0.2945151627063751,-0.0289815254509449,0.9552071690559387,0.5162429213523865,-1.0491042137145996,-0.7238882184028625,-0.4918923079967499,0.2497761994600296,0.544930100440979 +333,-2.863780062476275,-0.017635256940667976,-2.9163335437289084,-0.2742100656032562,0.01763434335589409,0.9615079164505005,0.3567456007003784,-0.13128924369812012,-0.2887307405471802,0.0561162531375885,-0.5207471251487732,-0.07735282182693481 +334,-2.8412490634760053,-0.02209626716586165,-2.873868523694774,-0.29577627778053284,0.022094469517469406,0.9550018906593323,0.12201723456382751,0.4069349467754364,-0.32666686177253723,0.09779343008995056,0.06863429397344589,-0.549636721611023 +335,-2.816062659221102,-0.018123336129725845,-2.8646262974625145,-0.31975850462913513,0.018122343346476555,0.9473258852958679,-0.10147649794816971,0.2342638522386551,0.11475325375795364,0.22593221068382263,0.1481374204158783,-0.4913015365600586 +336,-2.781667603770437,-0.02942818455390229,-2.881105132132356,-0.35205161571502686,0.02942393720149994,0.9355180263519287,0.335984468460083,0.4461645185947418,0.27408671379089355,0.15515220165252686,0.18508411943912506,0.5646955966949463 +337,-2.7879764455895613,-0.07860628587140367,-2.896958092522305,-0.34522315859794617,0.0785253569483757,0.9352295994758606,0.29122430086135864,-0.520631730556488,0.08832602947950363,-0.47855299711227417,0.07799927145242691,0.6023526191711426 +338,-2.8096309383115443,-0.07341250473242002,-2.9281985146834604,-0.3250204622745514,0.0733465775847435,0.9428583383560181,-0.5592097640037537,0.3009323477745056,0.21169327199459076,-0.293448805809021,-0.1148047149181366,-0.11245989799499512 +339,-2.7686029256610647,-0.021651126671040986,-2.9849401797512227,-0.36431580781936646,0.02164943516254425,0.9310237765312195,-0.8457636833190918,0.15613871812820435,0.6272649765014648,0.40060120820999146,-0.09362514317035675,-0.5661709308624268 +340,-2.7899137803687,0.034416881452681396,-3.066029380177539,-0.34427040815353394,-0.034410085529088974,0.9382397532463074,-0.5966173410415649,-0.24802787601947784,0.05564390867948532,0.19346782565116882,0.15925750136375427,-0.4280926585197449 +341,-2.8053253053576825,0.05091969448302185,-2.9825000000444373,-0.32953810691833496,-0.050897691398859024,0.9427692890167236,0.8944519758224487,-0.08863212168216705,-1.8566882610321045,0.15270403027534485,0.3093663156032562,0.8575236201286316 +342,-2.86163609826858,0.01290571661725354,-2.8635297179632766,-0.2762909233570099,-0.012905358336865902,0.9609875679016113,0.8382542133331299,-0.25328201055526733,-0.5889462828636169,-0.4799346923828125,-0.344989538192749,0.3565784692764282 +343,-2.8878602544121716,-0.029741351197880957,-2.833261402356882,-0.2509075701236725,0.029736965894699097,0.9675541520118713,0.1191062331199646,0.04114973172545433,-0.145176500082016,-0.07778197526931763,0.011873744428157806,-0.1489964723587036 +344,-2.8686095318558973,-0.03298904596769313,-2.820273175776235,-0.2694585919380188,0.03298306092619896,0.9624468684196472,-0.03045329451560974,0.008063266053795815,0.16546256840229034,0.2579382359981537,0.07170748710632324,-0.7957141995429993 +345,-2.844361763365604,-0.02972809975867635,-2.8437675983001083,-0.2927442193031311,0.029723720625042915,0.9557286500930786,0.027396608144044876,0.5201193690299988,0.047473035752773285,0.1724439561367035,0.07026712596416473,-0.1919957995414734 +346,-2.805527269334315,-0.04292220411261555,-2.8459659111521685,-0.3294714093208313,0.04290902614593506,0.9431899785995483,0.24508753418922424,-0.040803756564855576,0.08731192350387573,0.1860998570919037,0.07150136679410934,0.5283218026161194 +347,-2.836193267788947,-0.07686568963937605,-2.836977812494862,-0.29978621006011963,0.07679001986980438,0.9509106278419495,0.19728867709636688,-0.0727994292974472,-0.11040244996547699,-0.6022980809211731,-0.10672777891159058,0.41587990522384644 +348,-2.8288292146437293,-0.054617348045359095,-2.881424990986562,-0.3072303831577301,0.05459019914269447,0.9500681757926941,-0.6737816333770752,0.37784817814826965,0.4887957274913788,0.0364479124546051,-0.08869358897209167,-0.18735754489898682 +349,-2.7990742516461014,-0.009079532473145309,-2.9666375888603462,-0.3358464539051056,0.009079407900571823,0.9418730735778809,-0.763539731502533,-0.1489940583705902,0.836115300655365,0.3941808044910431,-0.05647320672869682,-0.7705626487731934 +350,-2.8016614813775154,0.03965150164855059,-3.045218518926361,-0.33316007256507874,-0.039641112089157104,0.9420364499092102,-0.4245477616786957,-0.017105232924222946,0.0493149571120739,0.12376376986503601,0.2396380603313446,-0.17714399099349976 +351,-2.8029826287298834,0.04260406287154154,-2.9687729234952798,-0.3318750560283661,-0.04259117692708969,0.9423617720603943,0.6901034116744995,0.3043454885482788,-1.5883625745773315,0.21929559111595154,0.1123238280415535,0.9088501930236816 +352,-2.850981225784959,0.022221843718046398,-2.8853279850156923,-0.2864673435688019,-0.02222001552581787,0.957832396030426,0.6558409333229065,0.028890132904052734,-0.6894110441207886,-0.4105846881866455,-0.38518965244293213,0.23836517333984375 +353,-2.86348236228108,-0.004527982945083017,-2.8561802131899823,-0.27453622221946716,0.004527967423200607,0.9615660309791565,0.12602607905864716,-0.054105211049318314,-0.46849292516708374,-0.0027464628219604492,-0.1080435961484909,-0.12671196460723877 +354,-2.8556272247698744,-0.007232213145334166,-2.8079818018202958,-0.2820764183998108,0.007232150062918663,0.959364652633667,0.029731329530477524,0.23463506996631622,-0.17194463312625885,0.23700198531150818,0.08854726701974869,-0.7984150052070618 +355,-2.8384033119027237,0.00715199870510637,-2.825708928844265,-0.29855793714523315,-0.007151937577873468,0.9543645977973938,-0.3195149004459381,0.26186084747314453,0.47522851824760437,0.15463709831237793,0.09777388721704483,-0.15163034200668335 +356,-2.7833868868291014,-0.017930712416117277,-2.839959188542773,-0.35053807497024536,0.01792975142598152,0.9363768100738525,0.5007829070091248,0.2090045064687729,0.07949231564998627,0.26771336793899536,0.05757073685526848,0.6350038051605225 +357,-2.846028866949481,-0.0519450863385561,-2.8692662166606344,-0.2908863127231598,0.05192172899842262,0.9553476572036743,-0.016175203025341034,-0.3606759309768677,0.36799362301826477,-0.6053690910339355,0.010913964360952377,0.4059651494026184 +358,-2.8313010744197795,-0.029991614953639778,-2.94030233217688,-0.3051990568637848,0.029987119138240814,0.9518164992332458,-0.5687800049781799,0.5408632755279541,0.8120721578598022,0.016685813665390015,-0.06734062731266022,-0.3994176387786865 +359,-2.7984434247658267,0.0044826916559859,-3.0511284967253505,-0.33645108342170715,-0.004482676740735769,0.9416905045509338,-0.873935341835022,-0.1505393385887146,0.9665949940681458,0.365778386592865,-0.04513890668749809,-0.718927264213562 +360,-2.8034960103716884,0.055884080308271016,-3.111363498579475,-0.3311743438243866,-0.05585499852895737,0.9419150948524475,-0.32868215441703796,-0.14278069138526917,-0.2680138647556305,0.007275998592376709,0.17575855553150177,0.18711328506469727 +361,-2.8274576851343833,0.06547696478286687,-3.002318426319776,-0.30833181738853455,-0.0654301866889,0.9490262269973755,0.6924118995666504,-0.3915691077709198,-1.2251719236373901,-0.09277603030204773,0.2954259216785431,0.7534275054931641 +362,-2.86728973428792,0.010479430467210999,-2.874944311237138,-0.27086105942726135,-0.01047923881560564,0.9625611901283264,0.9792491793632507,0.026361489668488503,-0.6916847229003906,-0.14909130334854126,-0.734027624130249,0.14156454801559448 +363,-2.8810148658993002,-0.010452930400496331,-2.8357618371962685,-0.25762486457824707,0.010452739894390106,0.9661887288093567,-0.04229308292269707,-0.051658451557159424,-0.03831615298986435,0.10387727618217468,0.134276881814003,-0.31456196308135986 +364,-2.875203571194908,-0.011864919844038995,-2.8580063456156584,-0.2632310092449188,0.011864641681313515,0.9646596312522888,-0.14751993119716644,0.13470615446567535,0.5071007609367371,0.189897358417511,0.10115720331668854,-0.7330619692802429 +365,-2.8431514597933893,-0.0036710052468645737,-2.9080923752350785,-0.29402869939804077,0.0036709969863295555,0.9557895660400391,-0.03586209937930107,0.42343154549598694,0.37605345249176025,0.19313758611679077,0.10840480774641037,0.10559654235839844 +366,-2.836726650388126,-0.04480969018795808,-2.953318842780169,-0.2998640239238739,0.04479469731450081,0.9529295563697815,0.4838717579841614,-0.7463746070861816,0.5398450493812561,-0.3410661220550537,0.2197316735982895,0.7476165890693665 +367,-2.8778767728693047,-0.06656440857499137,-2.9815497830541355,-0.26009243726730347,0.06651526689529419,0.9632898569107056,-0.30987006425857544,-0.00832346361130476,0.4553985893726349,-0.32438015937805176,-0.2497885823249817,0.07803082466125488 +368,-2.8521100349679593,-0.018271992710558915,-3.0676827123152353,-0.28540879487991333,0.018270976841449738,0.9582318663597107,-0.9462006092071533,0.5197513103485107,0.9238348603248596,0.19953230023384094,-0.12293101102113724,-0.6300303936004639 +369,-2.82582913127331,0.04489903778947812,3.086635777552848,-0.3102293014526367,-0.044883955270051956,0.949601411819458,-0.8232852816581726,0.2898310422897339,0.7894770503044128,0.3306761384010315,0.08350396156311035,-0.5830550193786621 +370,-2.8196644212130737,0.08640358045030602,3.0970700445829884,-0.3152160346508026,-0.08629611134529114,0.9450883865356445,0.407876580953598,-0.13783703744411469,-1.2438950538635254,-0.07087710499763489,0.25037387013435364,0.71168053150177 +371,-2.8512316535754603,0.06296871461088445,-2.9770455313675654,-0.28573063015937805,-0.06292711198329926,0.9562413692474365,0.7872500419616699,-0.3034534156322479,-1.6158899068832397,-0.5601860284805298,0.13923633098602295,0.6958884000778198 +372,-2.858844850094059,0.027384756745201844,-2.879602682796967,-0.27889078855514526,-0.027381334453821182,0.9599324464797974,0.18645408749580383,-0.4414321780204773,-0.2406700998544693,0.10385724902153015,-0.6820760369300842,0.017499864101409912 +373,-2.880991786501522,0.03673765164491808,-2.8535443826708917,-0.25748735666275024,-0.03672938793897629,0.9655835032463074,-0.024149930104613304,-0.057591762393713,-0.23847807943820953,0.11452773213386536,0.1379104107618332,-0.6194835901260376 +374,-2.875308919733314,0.04324645182784791,-2.8507690794170446,-0.2629019021987915,-0.04323297366499901,0.9638532996177673,-0.24433772265911102,0.2668434977531433,0.197994202375412,0.2081991732120514,0.1397600769996643,-0.7737594842910767 +375,-2.8134543573030237,0.03890431434808525,-2.857390545826704,-0.32203733921051025,-0.03889450058341026,0.945927619934082,0.41278040409088135,0.9676763415336609,0.017006924375891685,0.12484800815582275,0.30223068594932556,0.9481000304222107 +376,-2.809832367861669,-0.02322859438923464,-2.8777531383055472,-0.32561996579170227,0.023226505145430565,0.9452154636383057,0.44208356738090515,-1.2811638116836548,0.9948487877845764,-0.43686169385910034,0.1951267570257187,0.5230005383491516 +377,-2.8810864510493444,-0.051356451407375124,-2.980595148969049,-0.25723013281822205,0.05133387818932533,0.9649857878684998,-0.36183151602745056,-0.10777643322944641,1.1676809787750244,-0.29033154249191284,-0.18794581294059753,-0.01273047924041748 +378,-2.8523483622761936,-0.026687627021782886,-3.0689068721715986,-0.2851264476776123,0.026684459298849106,0.9581184983253479,-0.6061456799507141,0.5823712348937988,0.5376644134521484,0.2090919017791748,-0.1484343409538269,-0.7630348205566406 +379,-2.825050540922412,-0.0012139458182564096,3.1369363614060517,-0.3112821578979492,0.001213945564813912,0.9503169655799866,-0.5256088972091675,0.272577702999115,0.45917484164237976,0.24649333953857422,0.06120976060628891,-0.45553529262542725 +380,-2.832016300973559,0.007963228907945794,-3.1328266173243624,-0.3046455383300781,-0.007963145151734352,0.9524326920509338,0.5324453115463257,-0.052238959819078445,-1.4106850624084473,0.30875012278556824,0.2300700843334198,0.988561749458313 +381,-2.892887427973469,-0.0023729547782723463,-3.0317659277323936,-0.24614860117435455,0.0023729526437819004,0.9692294597625732,0.5157836079597473,-0.1204589381814003,-1.1889617443084717,-0.6355043053627014,0.047828465700149536,0.5655150413513184 +382,-2.915514062211743,-0.03606634403974665,-2.942293533784152,-0.22401179373264313,0.03605852648615837,0.9739187955856323,0.09520811587572098,-0.426399290561676,-0.8157174587249756,0.0653052031993866,-0.19520770013332367,-0.22619271278381348 +383,-2.9515069419804743,-0.015442850530917217,-2.9017811092588532,-0.18892055749893188,0.015442236326634884,0.9818710684776306,-0.1734618842601776,-0.4154945909976959,0.14151376485824585,0.083009272813797,0.07615627348423004,-0.8832992315292358 +384,-2.922252637158936,0.014308168756570056,-2.9144348786421665,-0.21756331622600555,-0.014307680539786816,0.9759417176246643,-0.048568934202194214,1.1709424257278442,-0.28009697794914246,0.17250406742095947,0.2885538935661316,-0.09821009635925293 +385,-2.8277652252409324,-0.02284399005702129,-2.8859168485711075,-0.3086208403110504,0.022842003032565117,0.9509108662605286,0.5772148370742798,-0.4699154198169708,0.253268837928772,0.06113851070404053,0.0021366383880376816,0.5555131435394287 +386,-2.8931049717658315,-0.0647934258789451,-2.8937308293886836,-0.24542231857776642,0.06474810093641281,0.9672515988349915,-0.06505462527275085,-0.14676743745803833,0.34707674384117126,-0.5655518174171448,-0.13153579831123352,0.3320953845977783 +387,-2.875461726689329,-0.03869338952014934,-2.961632652024894,-0.26280367374420166,0.03868373483419418,0.9640734791755676,-0.5280874371528625,0.4427286982536316,0.7909847497940063,0.20402684807777405,-0.11635097861289978,-0.5790942907333374 +388,-2.8634898174939805,0.008881220923348435,-3.0798230296167612,-0.2745210826396942,-0.008881104178726673,0.961540162563324,-0.939422607421875,0.04412462189793587,0.9023171663284302,0.2227480113506317,0.0610509030520916,-0.7041548490524292 +389,-2.829090291407972,0.058865806600257545,-3.121694349248827,-0.3069083094596863,-0.05883181467652321,0.9499192833900452,-0.14273236691951752,0.3260442912578583,-0.23321841657161713,-0.037787795066833496,0.1460205316543579,0.6306321620941162 +390,-2.8666951111765004,0.06217917377799421,-3.0167730682838028,-0.2709237039089203,-0.0621391162276268,0.9605929255485535,0.34054043889045715,-0.955171525478363,-0.7961800694465637,-0.5068472623825073,0.1918998658657074,0.6460810899734497 +391,-2.8965718508369114,0.011967014711678764,-2.9006500995915427,-0.24255919456481934,-0.011966729536652565,0.9700630307197571,0.705264151096344,-0.053357284516096115,-0.6102287769317627,0.060735419392585754,-0.8870506286621094,0.050277113914489746 +392,-2.9096202946750727,0.004826411104977677,-2.857319889602267,-0.22989486157894135,-0.004826392512768507,0.9732036590576172,-0.14651057124137878,-0.1249636709690094,-0.15547068417072296,0.013158977031707764,-0.024851953610777855,-0.6115092039108276 +393,-2.915333159664685,0.028275197250705802,-2.8713391913083712,-0.22424423694610596,-0.028271429240703583,0.9741227030754089,-0.3224988877773285,0.34382933378219604,0.16704387962818146,0.18299974501132965,0.22031855583190918,-0.8329790234565735 +394,-2.8176937338950356,0.0263114032914095,-2.860520986746211,-0.31815510988235474,-0.026308367028832436,0.9476739168167114,0.4497509300708771,1.135778546333313,-0.030264873057603836,0.13726204633712769,0.3203452229499817,0.8408700227737427 +395,-2.816565199751927,-0.03954281819525857,-2.8696403000223683,-0.31908509135246277,0.03953251242637634,0.9469009041786194,0.5641319155693054,-1.039470911026001,0.749607264995575,-0.47617238759994507,0.00017084181308746338,0.5250226259231567 +396,-2.882192650388235,-0.06321536393758437,-2.9352095323063905,-0.25598838925361633,0.06317327171564102,0.964613676071167,-0.38898491859436035,-0.07749085128307343,1.023929238319397,-0.41219404339790344,-0.17891117930412292,0.02873373031616211 +397,-2.8535820194735875,-0.03484458560331921,-3.0386410360681007,-0.28387293219566345,0.03483753651380539,0.9582287669181824,-0.5063411593437195,0.6552141308784485,0.9166960120201111,0.24728238582611084,-0.1436174511909485,-0.5929945111274719 +398,-2.8334178816588977,-0.0036760021248268705,-3.141565222907098,-0.3033177852630615,0.003675993764773011,0.9528821706771851,-0.5971965193748474,0.25683265924453735,0.3493654727935791,0.3049505352973938,0.03877395763993263,-0.4877944588661194 +399,-2.8308185621213617,0.031074043384280887,-3.111176806695877,-0.30564814805984497,-0.031069042161107063,0.9516375660896301,0.3416984975337982,-0.12396557629108429,-1.0603489875793457,0.029830247163772583,0.18902802467346191,0.8079144954681396 +400,-2.8767458499182963,0.029881319523041898,-2.966018431872687,-0.26164451241493225,-0.029876872897148132,0.9647015929222107,0.5234510898590088,-0.8740941882133484,-1.3397321701049805,-0.5534647107124329,0.22485367953777313,0.63182532787323 +401,-2.8881900582821105,-0.010956945997716511,-2.844232213950033,-0.25068438053131104,0.010956726968288422,0.9680072665214539,0.3298487663269043,-0.18279042840003967,-0.648264467716217,0.11388924717903137,-0.435120552778244,-0.01767420768737793 +402,-2.8887412390109,-0.007623554510024597,-2.7729650254735647,-0.2501583993434906,0.007623480632901192,0.9681746363639832,0.07502599060535431,0.1203790009021759,-0.4344877004623413,0.10741245746612549,0.08174724876880646,-0.6493120193481445 +403,-2.8758756059875346,0.01751552068023793,-2.770052974597883,-0.2625609040260315,-0.017514625564217567,0.9647563099861145,-0.48537373542785645,0.2745295763015747,0.1632443219423294,0.20491322875022888,0.18800108134746552,-0.6234936714172363 +404,-2.817288502893661,0.02581621897105825,-2.7963060511660136,-0.31854304671287537,-0.025813352316617966,0.9475566744804382,0.4118858575820923,0.6831288933753967,0.32144153118133545,0.13830634951591492,0.38819435238838196,0.9189134836196899 +405,-2.84696936236062,-0.03383488394818811,-2.8411707348665374,-0.2902131974697113,0.033828429877758026,0.9563639163970947,0.19126564264297485,-0.6749516129493713,0.6761647462844849,-0.6711210608482361,0.09751923382282257,0.6491506099700928 +406,-2.8465270960969313,-0.04325932227005687,-2.93694492839063,-0.2905305325984955,0.043245829641819,0.955888032913208,-0.6187308430671692,0.6182683110237122,0.9539325833320618,-0.21799913048744202,-0.1926904022693634,-0.243546724319458 +407,-2.7742675621971675,0.0006794016438871686,-3.0707759248310196,-0.3591202199459076,-0.000679401564411819,0.9332911968231201,-1.0007681846618652,0.2271508425474167,1.480303406715393,0.4708450138568878,-0.1752391755580902,-0.7311426401138306 +408,-2.7743664194928543,0.04145473263563756,3.0847206194394925,-0.3587195575237274,-0.041442859917879105,0.9325250387191772,-0.45742368698120117,0.057221394032239914,0.13593362271785736,0.20263740420341492,0.1431732028722763,-0.1386253833770752 +409,-2.7991357226331144,0.05918226900579263,-3.1333190565297766,-0.33521440625190735,-0.059147726744413376,0.9402832388877869,0.49882590770721436,-0.2040378749370575,-1.507716178894043,0.20029622316360474,0.11021889746189117,0.7723935842514038 +410,-2.8579319619515084,0.041352513339645965,-3.0022224020155677,-0.27963268756866455,-0.04134072735905647,0.9592167735099792,0.9273857474327087,0.14529302716255188,-1.3704025745391846,-0.4813994765281677,-0.17792807519435883,0.2974209785461426 +411,-2.862942593226729,0.007190034490388797,-2.922598750732681,-0.27505090832710266,-0.007189972326159477,0.9614027142524719,0.06605342030525208,-0.01806093007326126,-0.5467754602432251,-0.03915807604789734,-0.19292904436588287,-0.2436903715133667 +412,-2.850673099998513,0.023388369721829554,-2.8941050263383556,-0.286754846572876,-0.023386238142848015,0.9577186703681946,-0.1052161231637001,0.20426547527313232,-0.08717503398656845,0.2328912913799286,0.13219666481018066,-0.7489782571792603 +413,-2.8141037687303223,0.04081992202025673,-2.911092557608898,-0.32139840722084045,-0.04080858826637268,0.946064293384552,-0.11863566190004349,0.46122363209724426,0.08207175135612488,0.25021618604660034,0.21935167908668518,-0.19275319576263428 +414,-2.7585305615346334,0.0016455341395632003,-2.913033502371279,-0.37376195192337036,-0.0016455333679914474,0.9275234341621399,0.5534547567367554,0.11102977395057678,0.3950888514518738,0.1848427951335907,0.0448889397084713,0.5932592153549194 +415,-2.814540514183978,-0.05132299862602247,-2.9492651342592797,-0.32082971930503845,0.051300469785928726,0.9457462430000305,-0.22202052175998688,-0.2706441581249237,0.8127769231796265,-0.6377730965614319,-0.16455121338367462,0.3603447675704956 +416,-2.7945612747779682,-0.029312581402356336,-3.040331445165303,-0.33996155858039856,0.029308384284377098,0.9399825930595398,-0.6490653157234192,0.7276053428649902,0.5652096271514893,0.12734562158584595,-0.07656485587358475,-0.3162490129470825 +417,-2.760346385981789,0.009162700337420717,-3.1403371145167425,-0.37206199765205383,-0.009162572212517262,0.9281628727912903,-0.8188496828079224,-0.23118121922016144,0.8577041029930115,0.39357686042785645,-0.03675112500786781,-0.729218602180481 +418,-2.7380829607315227,0.06178761041395812,3.094646137857414,-0.3918992578983307,-0.06174830347299576,0.9179335236549377,-0.34387919306755066,-0.020233090966939926,-0.3241975009441376,0.027137964963912964,0.07920436561107635,0.1211746335029602 +419,-2.7601170539335422,0.08473555674309513,-3.0543581667681763,-0.37095463275909424,-0.0846341922879219,0.9247862696647644,0.6485940217971802,-0.5868343114852905,-1.671274185180664,-0.1703203320503235,0.0413602739572525,0.7570832371711731 +420,-2.80903567759746,0.04860520499278657,-2.913332075165866,-0.3260754346847534,-0.04858607053756714,0.9440944194793701,1.158815622329712,0.05245218053460121,-0.7205280065536499,-0.10838806629180908,-0.6484048962593079,0.09766888618469238 +421,-2.820007960304209,0.018084358109901517,-2.8341868127528187,-0.316018670797348,-0.018083373084664345,0.9485804438591003,0.17220909893512726,-0.19402171671390533,-0.401593953371048,0.05324709415435791,-0.0012647714465856552,-0.5129879713058472 +422,-2.8420351408998505,0.040025872872657985,-2.8335227965724226,-0.2948611080646515,-0.04001518711447716,0.9547019600868225,-0.5158745646476746,-0.28712528944015503,0.15021899342536926,0.2041628658771515,0.15354058146476746,-0.7535758018493652 +423,-2.7936690523733816,0.05681133752825588,-2.846024978832607,-0.3403964340686798,-0.05678078159689903,0.9385658502578735,0.2835104465484619,1.5983411073684692,-0.15534496307373047,0.1286349892616272,0.35765358805656433,0.5701467394828796 +424,-2.7199504212323773,-0.015015331078662708,-2.8231491762153516,-0.40921324491500854,0.015014766715466976,0.9123151302337646,0.8311506509780884,-0.777376651763916,0.3730016052722931,-0.5376098155975342,0.05145251750946045,0.4849168062210083 +425,-2.7713605694369114,-0.04369643161463827,-2.849408806104129,-0.36148637533187866,0.0436825267970562,0.9313534498214722,-0.5067712068557739,-0.109405517578125,0.8043933510780334,-0.29938700795173645,-0.3166012167930603,-0.013079643249511719 +426,-2.745849657279906,0.001218017737391136,-2.9617215520581386,-0.38549360632896423,-0.0012180174235254526,0.9227097630500793,-0.994245171546936,0.45472627878189087,0.9396960735321045,0.31681379675865173,-0.12451440095901489,-0.5698959827423096 +427,-2.739111701265041,0.05009459006592917,-3.0921331534583842,-0.3912108242511749,-0.050073642283678055,0.9189376831054688,-0.6998928189277649,0.0013665659353137016,0.48409515619277954,0.3460906147956848,0.14653971791267395,-0.5326768159866333 +428,-2.7350536467227617,0.09104008672939946,-3.0974555446981302,-0.3937951624393463,-0.09091437608003616,0.9146910905838013,0.12158995866775513,-0.06720752269029617,-0.766301155090332,-0.1420171558856964,0.32919561862945557,1.0160186290740967 +429,-2.7900793216276742,0.08824178563186699,-2.9739638071292425,-0.3429792523384094,-0.08812731504440308,0.9351996779441833,0.557522714138031,-0.9003313779830933,-1.0208828449249268,-0.5210496187210083,0.15441149473190308,0.5642966032028198 +430,-2.818916798570806,0.03893530354214332,-2.878929870425723,-0.31686508655548096,-0.03892546519637108,0.9476714730262756,0.5988011956214905,-0.35673099756240845,-0.4273126423358917,0.16642874479293823,-0.7409054636955261,-0.2025238275527954 +431,-2.8421306524983865,0.029919074952440023,-2.832496693853193,-0.29487425088882446,-0.0299146119505167,0.9550679326057434,0.06637009978294373,-0.13806994259357452,-0.11946502327919006,0.07554435729980469,0.08991216123104095,-0.6064959764480591 +432,-2.8346743611611296,0.051617706091236885,-2.865146370997911,-0.3017199635505676,-0.05159478634595871,0.9519994258880615,-0.3536086678504944,0.2940694987773895,0.22731073200702667,0.21730837225914001,0.2376604676246643,-0.5989568829536438 +433,-2.788467887164781,0.034415531592713926,-2.872499815807553,-0.34562671184539795,-0.03440873697400093,0.9377411603927612,0.5963906645774841,0.34667545557022095,0.10770390927791595,0.29972824454307556,0.21958939731121063,0.8791229724884033 +434,-2.8445339582453384,-0.022647823870482142,-2.8924732363967824,-0.292633980512619,0.02264588698744774,0.9559564590454102,0.3486681580543518,-1.0344563722610474,0.46432948112487793,-0.5380698442459106,0.14028745889663696,0.4504462480545044 +435,-2.868608102023861,-0.029194377449895358,-2.9412561092455007,-0.2694917917251587,0.02919023111462593,0.96256023645401,-0.38406500220298767,0.45562687516212463,0.5471510291099548,-0.2956479787826538,-0.17781083285808563,-0.15269994735717773 +436,-2.8038457394681178,0.014328345202129718,-3.0242118080178226,-0.3313281238079071,-0.014327854849398136,0.9434067606925964,-0.8162481784820557,0.2668439745903015,0.9858329892158508,0.4129320979118347,-0.14698806405067444,-0.6353471279144287 +437,-2.803713861414802,0.06462559542683119,-3.1304489530948088,-0.3307945728302002,-0.06458061933517456,0.9414904713630676,-0.5287493467330933,0.29915952682495117,0.1679813265800476,0.19795161485671997,0.19873589277267456,-0.23470336198806763 +438,-2.80860922592396,0.09550967655076457,-3.081953783394245,-0.3253742456436157,-0.0953645333647728,0.9407638907432556,0.27276405692100525,-0.23047131299972534,-1.4272770881652832,0.13326618075370789,0.14867877960205078,0.7931836247444153 +439,-2.8646452693028133,0.08149345295107005,-2.9515516637911725,-0.2725133001804352,-0.08140327781438828,0.958702564239502,0.8700156211853027,0.10983598977327347,-1.0374261140823364,-0.5284358263015747,-0.10879754275083542,0.34305548667907715 +440,-2.880806285232076,0.03331040697998744,-2.910943476720984,-0.2576974034309387,-0.03330424800515175,0.9656516909599304,0.13218162953853607,-0.1992376148700714,-0.055106714367866516,-0.000344008207321167,-0.16797444224357605,-0.2259206771850586 +441,-2.881321877254511,0.029225648363939868,-2.9114277964388795,-0.25723233819007874,-0.029221488162875175,0.9659077525138855,0.0981241837143898,0.164007306098938,0.03741639107465744,0.18521085381507874,0.17504973709583282,-0.7082172632217407 +442,-2.8389439288286504,0.02224688602718289,-2.9284266288445466,-0.2979758381843567,-0.022245051339268684,0.9543141722679138,-0.11055542528629303,0.6411759853363037,0.2606709599494934,0.2180350124835968,0.17342913150787354,-0.0813741683959961 +443,-2.794406675645024,-0.015449943351441023,-2.96670578121685,-0.34021249413490295,0.01544932834804058,0.940221905708313,0.54439777135849,-0.04375360161066055,0.7503750920295715,0.11433660984039307,-0.03916148841381073,0.4598027467727661 +444,-2.8550395725662936,-0.07040545378539385,-3.027623514417944,-0.28194722533226013,0.07034730166196823,0.9568471908569336,-0.027737144380807877,-0.4036760926246643,0.7142711281776428,-0.5687912106513977,-0.09839297831058502,0.3160560131072998 +445,-2.8566736970098168,-0.06087211956612264,-3.109890337853998,-0.2805590331554413,0.06083453446626663,0.9579068422317505,-0.5672219395637512,0.573501467704773,0.6821677684783936,-0.08432433009147644,-0.09014667570590973,-0.2939208149909973 +446,-2.798659274516061,-0.023175538018025195,3.0741551758722534,-0.3361607789993286,0.023173462599515915,0.9415193796157837,-0.7904913425445557,0.09542672336101532,0.9388736486434937,0.4268437922000885,-0.08002771437168121,-0.6659610271453857 +447,-2.7988773778223006,0.0230824578537414,3.0048199290089865,-0.3359561562538147,-0.023080408573150635,0.9415947198867798,-0.3817428648471832,-0.02995910309255123,-0.1056288629770279,0.11050757765769958,0.11123043298721313,-0.04462212324142456 +448,-2.813612077818202,0.04062947221151026,3.103190762818191,-0.3218660354614258,-0.04061829671263695,0.9459134340286255,0.5224491357803345,-0.0934760570526123,-1.7367511987686157,0.07471945881843567,0.19158875942230225,0.665353536605835 +449,-2.867181241838128,0.020531330489817944,-3.0228345260491887,-0.27092331647872925,-0.020529888570308685,0.9623820185661316,0.803685188293457,-0.049130313098430634,-1.2515828609466553,-0.42261916399002075,-0.21582874655723572,0.19286096096038818 +450,-2.8690974536880387,-0.01805561628236822,-2.9375418420002033,-0.26909148693084717,0.01805463433265686,0.9629452228546143,0.24778711795806885,0.10283995419740677,-0.6283026933670044,0.02595803141593933,-0.20070233941078186,-0.14902633428573608 +451,-2.8579819994446996,-0.010942483376217399,-2.9071040653989373,-0.2798071801662445,0.010942265391349792,0.9599940776824951,-0.0511690229177475,0.06803164631128311,-0.0029838564805686474,0.17293459177017212,0.1473676711320877,-0.6665827035903931 +452,-2.8331390586828897,-0.01657912932735245,-2.92488592213708,-0.3035438656806946,0.016578370705246925,0.9526733160018921,0.09262394160032272,0.34167641401290894,0.27446573972702026,0.20559772849082947,0.24509459733963013,-0.16095572710037231 +453,-2.8108571668631384,-0.0477099756303096,-2.959475964168519,-0.3243692219257355,0.04769187793135643,0.9447275400161743,0.2935410141944885,0.03222642093896866,0.37514132261276245,0.13859346508979797,0.11344093084335327,0.4401754140853882 +454,-2.8635212845315583,-0.09438628127513334,-2.999262758474954,-0.27327975630760193,0.09424620121717453,0.957306444644928,0.06819382309913635,-0.08914540708065033,0.2863563001155853,-0.5595449209213257,-0.06705505400896072,0.42784053087234497 +455,-2.8554174656923696,-0.0795976366580045,-3.0659858159756475,-0.2813912332057953,0.07951360940933228,0.9562930464744568,-0.7533779740333557,0.4426855444908142,0.7328326106071472,-0.11605441570281982,-0.15461736917495728,-0.33004194498062134 +456,-2.7951653709154147,-0.029956001888965248,3.1106720440241227,-0.3393871486186981,0.02995152212679386,0.9401696920394897,-0.8831731677055359,0.17774632573127747,1.0536997318267822,0.435288667678833,-0.1312088519334793,-0.6140131950378418 +457,-2.7955092270177575,0.020572951976531535,3.0225508883525425,-0.3391442894935608,-0.020571500062942505,0.9405094385147095,-0.5266064405441284,-0.1039486974477768,0.13331268727779388,0.12359863519668579,0.113543301820755,-0.11084330081939697 +458,-2.8124000065780965,0.03699605235994348,3.09534017818156,-0.32305797934532166,-0.03698761388659477,0.9456562399864197,0.5689271688461304,0.09824775159358978,-1.4895929098129272,0.009016811847686768,0.15164214372634888,0.6907116174697876 +459,-2.8329209146232253,0.01851203061372167,-3.051712031411398,-0.30374130606651306,-0.0185109730809927,0.9525744915008545,0.5940657258033752,0.07975881546735764,-1.0034232139587402,-0.28823861479759216,-0.47277626395225525,0.1791696548461914 +460,-2.8611646788768113,0.008244738894474217,-2.992997276556469,-0.2767575681209564,-0.008244645781815052,0.960904598236084,-0.016471918672323227,-0.03584105148911476,-0.5821186900138855,-0.07718530297279358,-0.018290389329195023,-0.25623834133148193 +461,-2.8359412285086507,0.011702712136400143,-2.91328625997272,-0.3008938729763031,-0.011702445335686207,0.9535859227180481,0.3882230222225189,0.3864383101463318,-0.7118539810180664,0.2567501962184906,0.10967913269996643,-0.6549561023712158 +462,-2.8050890128361603,0.015450244069044628,-2.8864549425444572,-0.33014944195747375,-0.015449629165232182,0.9438022375106812,-0.17154794931411743,0.1705169677734375,0.15467295050621033,0.17273977398872375,0.1083603948354721,0.05236780643463135 +463,-2.7782063461787563,-0.016550060986067726,-2.895453778526592,-0.3553927540779114,0.016549305990338326,0.9345704913139343,0.39293962717056274,-0.3970966935157776,0.6418457627296448,-0.034682899713516235,0.041754528880119324,0.3945615291595459 +464,-2.849923112538162,-0.051520567330078856,-2.9531474263333446,-0.28717002272605896,0.05149777606129646,0.9564940333366394,-0.18030299246311188,-0.16375894844532013,0.685088574886322,-0.5057833790779114,-0.10594115406274796,0.22593975067138672 +465,-2.8306239099035695,-0.025057784531881695,-3.039156070608167,-0.30588507652282715,0.025055162608623505,0.9517390131950378,-0.7417622804641724,0.44983959197998047,0.7388135194778442,0.04471558332443237,-0.11091636121273041,-0.43228375911712646 +466,-2.7903886746067985,0.01377436717723879,3.1263218874353105,-0.3439958989620209,-0.013773931190371513,0.9388700723648071,-0.7059577107429504,0.15174651145935059,1.0060155391693115,0.38260066509246826,-0.006840690039098263,-0.6057097315788269 +467,-2.7762168179077293,0.05112215191676899,3.064164596241557,-0.3568335473537445,-0.05109988525509834,0.9327693581581116,-0.05084400624036789,-0.0846589207649231,-0.17976461350917816,0.020056843757629395,0.20922672748565674,0.4674229025840759 +468,-2.806715300020419,0.043625906931595855,-3.1193100435552297,-0.3283405601978302,-0.04361207038164139,0.943551778793335,0.6133582592010498,-0.8968155384063721,-0.6710057258605957,-0.5357187986373901,0.08914430439472198,0.6912899017333984 +469,-2.8253283136447553,0.00808551768394995,-3.018169763218877,-0.3110082447528839,-0.008085429668426514,0.9503729939460754,0.8007329702377319,0.023888178169727325,-0.7734547853469849,-0.04188179969787598,-0.809465229511261,-0.11619019508361816 +470,-2.812228897066316,-0.010700254501973578,-2.929914823100237,-0.32342252135276794,0.010700050741434097,0.946194052696228,0.36251571774482727,0.4133959114551544,-0.9386641383171082,0.022412419319152832,0.0644494816660881,-0.4590725898742676 +471,-2.767319278353357,-0.018887359277692833,-2.851465156712101,-0.3655310869216919,0.01888623647391796,0.9306074976921082,0.022206999361515045,0.3563136160373688,-0.20802132785320282,0.3005591630935669,0.10033068060874939,-0.7021377086639404 +472,-2.7427214564761626,-0.01010081204696028,-2.8984549643128905,-0.38835853338241577,0.01010064035654068,0.9214528203010559,-0.011095529422163963,0.4430331289768219,0.7227311730384827,0.020881205797195435,0.2796485126018524,0.7638497352600098 +473,-2.738317656911598,-0.06544022631725842,-2.9388915592508114,-0.3915926516056061,0.06539352983236313,0.9178117513656616,0.38174116611480713,-0.8142450451850891,0.6590726971626282,-0.34397247433662415,0.06801404803991318,0.6085704565048218 +474,-2.798724704545679,-0.0828269092296273,-2.9926818365347523,-0.3350369930267334,0.08273223787546158,0.9385657906532288,-0.4518473148345947,0.024101439863443375,0.5468054413795471,-0.366104394197464,-0.13160613179206848,-0.048627376556396484 +475,-2.7606901632905863,-0.037465973012368814,-3.0717607058730363,-0.3714975416660309,0.03745720908045769,0.9276780486106873,-0.7637137174606323,0.799595832824707,0.6789723038673401,0.29479163885116577,-0.11600945889949799,-0.5823411345481873 +476,-2.741414903416616,0.0008779370717565518,3.121275455057208,-0.3895818889141083,-0.0008779369527474046,0.9209913611412048,-0.6477409601211548,-0.25618261098861694,0.45020273327827454,0.33144596219062805,0.11284693330526352,-0.4875349998474121 +477,-2.757954446237375,0.032453486379671034,3.1315104643971865,-0.37409958243370056,-0.03244778886437416,0.926820695400238,0.45669323205947876,-0.07014362514019012,-1.0170278549194336,-0.0064240992069244385,0.25728604197502136,0.8373546600341797 +478,-2.8269467622604547,0.02953207594594546,-3.0358774367367896,-0.3093447685241699,-0.029527783393859863,0.950491189956665,0.5520533919334412,-1.0453895330429077,-0.9855665564537048,-0.5293545722961426,0.30844318866729736,0.5239500999450684 +479,-2.868852769558422,-0.010938563637641263,-2.947146487838961,-0.26935499906539917,0.010938345454633236,0.9629790186882019,0.17989963293075562,-0.5310583114624023,-0.2377290427684784,0.131995290517807,-0.4543740153312683,-0.04575777053833008 +480,-2.8805275013975047,-0.005084656541628908,-2.928619606823235,-0.25810638070106506,0.005084634758532047,0.9661029577255249,-0.04671355336904526,0.19908419251441956,-0.06554283946752548,0.06253454089164734,0.15928304195404053,-0.6050954461097717 +481,-2.840257905793837,-0.005912262528293868,-2.9302882522442273,-0.29678988456726074,0.005912228021770716,0.9549245238304138,-0.08969949185848236,0.4072473645210266,0.15698176622390747,0.29163241386413574,0.15232141315937042,-0.4051351547241211 +482,-2.8174636809615263,-0.027478632112514657,-2.955139559457842,-0.3183629512786865,0.027475174516439438,0.9475704431533813,0.3581205904483795,0.0748806744813919,0.2893719971179962,0.1485327184200287,0.10716837644577026,0.49624645709991455 +483,-2.860013408700113,-0.0803301428914255,-2.992724764590872,-0.276977002620697,0.08024377375841141,0.9575201272964478,0.11191495507955551,-0.644368052482605,0.38867324590682983,-0.612457811832428,0.072588250041008,0.6635888814926147 +484,-2.874056653263592,-0.06693841480876708,-3.0463467144969414,-0.2637639045715332,0.06688843667507172,0.9622654318809509,-0.7676134705543518,0.4337003231048584,0.5088359117507935,-0.22558549046516418,-0.18195496499538422,-0.15219151973724365 +485,-2.8077449190639703,-0.003936867247598131,-3.1273260598753105,-0.32767829298973083,0.003936856985092163,0.944781482219696,-0.861596405506134,0.2777813673019409,0.8684711456298828,0.4417681396007538,-0.13392648100852966,-0.7292202711105347 +486,-2.80599617782431,0.04098811464510945,3.074848547456133,-0.3290557563304901,-0.040976639837026596,0.9434208273887634,-0.4171457588672638,0.31398287415504456,0.16127748787403107,0.17704778909683228,0.1568061113357544,-0.36268675327301025 +487,-2.7837127942255964,0.0505039536954202,3.131718409713706,-0.3498426079750061,-0.05048248544335365,0.9354473948478699,0.675156831741333,0.14659222960472107,-1.6954319477081299,0.2303357720375061,0.13936492800712585,0.8392261266708374 +488,-2.843362227606873,0.042818805534245774,-3.054357937958297,-0.29355987906455994,-0.04280572384595871,0.954981803894043,0.43833282589912415,-1.028354525566101,-0.7533028721809387,-0.4188424348831177,0.1545153260231018,0.41476911306381226 +489,-2.906630531347567,0.009374197611459707,-2.9805303750458436,-0.23279590904712677,-0.009374060668051243,0.9724804162979126,0.1612122505903244,-0.7530774474143982,-0.05114755406975746,0.038078516721725464,-0.521250307559967,-0.022483468055725098 +490,-2.937254652341525,0.00876086812943878,-2.9371170021009885,-0.20291124284267426,-0.008760755881667137,0.9791582226753235,0.3077828884124756,0.031122243031859398,-0.5566587448120117,0.015319645404815674,0.1269858479499817,-0.5282607078552246 +491,-2.8991239604248524,-0.0037763576833619657,-2.9023040549601915,-0.24009808897972107,0.0037763486616313457,0.9707411527633667,-0.1045585572719574,0.8130026459693909,-0.020615672692656517,0.25003159046173096,0.15688343346118927,-0.6072158813476562 +492,-2.8067238257784144,-0.003938171136481047,-2.9250303585876116,-0.32864275574684143,0.003938160836696625,0.9444461464881897,0.116396464407444,0.505312979221344,0.4950506091117859,0.06231585144996643,0.11547712236642838,0.6799435615539551 +493,-2.8166446356390633,-0.04541055286391932,-2.966327561071956,-0.31893038749694824,0.04539494588971138,0.9466903209686279,0.28707364201545715,-0.9841844439506531,0.715615451335907,-0.29976770281791687,0.08367913961410522,0.5570175051689148 +494,-2.8756568016272266,-0.05343685990054326,-3.0217881102636306,-0.26243722438812256,0.05341143161058426,0.9634698033332825,-0.31095874309539795,0.06344733387231827,0.2934068441390991,-0.33811822533607483,-0.03088945895433426,-0.013594865798950195 +495,-2.828354531167526,-0.007925222947128474,-3.070685482806414,-0.3081310987472534,0.007925139740109444,0.9513108134269714,-0.6816107034683228,0.8397736549377441,0.5156975984573364,0.24671447277069092,-0.1066495031118393,-0.6002519130706787 +496,-2.799279720530675,0.03599391159869187,3.120885306487995,-0.33544930815696716,-0.03598614037036896,0.9413706660270691,-0.713129997253418,-0.16081824898719788,0.5922530293464661,0.22412121295928955,0.18161602318286896,-0.4266306757926941 +497,-2.7910026653052222,0.0706685551659366,3.106478346932977,-0.34259480237960815,-0.07060974836349487,0.9368263483047485,0.2986825108528137,0.18689478933811188,-0.7722712755203247,0.006687730550765991,0.2851788401603699,0.6819025278091431 +498,-2.8357645563727942,0.06008356534612794,-3.074097173768037,-0.30053970217704773,-0.06004742160439491,0.9518773555755615,0.3211315870285034,-0.4369736611843109,-0.6615274548530579,-0.48833972215652466,0.15257671475410461,0.640865683555603 +499,-2.866387820848927,0.0326352283591313,-3.0250796789271104,-0.2715993821620941,-0.032629434019327164,0.9618571996688843,0.1588577926158905,-0.4725387990474701,-0.005557709373533726,0.06806236505508423,-0.48729854822158813,-0.2912027835845947 +500,-2.8681799349458,0.04300529580771673,-3.0349193829673053,-0.2697692811489105,-0.042992040514945984,0.9619647264480591,-0.04258926957845688,0.3899483382701874,-0.11906106024980545,0.05205690860748291,0.13121835887432098,-0.45796698331832886 +501,-2.8343753885267597,0.030752188353706016,-3.0164209757530838,-0.30226442217826843,-0.030747340992093086,0.952728271484375,0.09330539405345917,0.22768229246139526,0.015619272366166115,0.26126405596733093,0.11663906276226044,-0.46260058879852295 +502,-2.792123187675737,0.016215834478549726,-3.0197344811744116,-0.342354416847229,-0.016215123236179352,0.9394311308860779,0.2957846522331238,0.44769835472106934,0.13350890576839447,0.16384175419807434,0.06289175897836685,0.5397560596466064 +503,-2.8098821128872524,-0.024281815295660175,-3.053929169560463,-0.3255648612976074,0.024279428645968437,0.9452080726623535,0.38623204827308655,-0.6691024899482727,0.5536221861839294,-0.33312657475471497,0.1872989386320114,0.502118706703186 +504,-2.8462387464553482,-0.046174941901566326,-3.086452032620006,-0.29076820611953735,0.04615853354334831,0.9556794762611389,-0.05955295264720917,-0.017508238554000854,0.48924097418785095,-0.34472981095314026,-0.09788583219051361,-0.06424576044082642 +505,-2.820550323576188,-0.0221702983814893,3.1170913039209154,-0.31547826528549194,0.022168481722474098,0.9486739039421082,-0.5046358704566956,0.626676619052887,0.6609130501747131,0.11748021841049194,-0.02883657068014145,-0.3077284097671509 +506,-2.793540733724957,0.00572630565458345,3.040459721898551,-0.3410615921020508,-0.005726274568587542,0.9400234818458557,-0.5631384253501892,-0.1961601823568344,0.4838169813156128,0.22739887237548828,0.044895585626363754,-0.413610577583313 +507,-2.7893534953257024,0.037481410479362806,3.023754350103817,-0.344758003950119,-0.03747263550758362,0.9379432201385498,-0.04018660634756088,0.1262921243906021,-0.42375150322914124,0.0739755630493164,0.19767466187477112,0.22038185596466064 +508,-2.84083005185313,0.036974992037106316,3.0985737315470163,-0.2960461676120758,-0.03696656599640846,0.9544580578804016,0.4768374264240265,-1.2683502435684204,-0.7304549217224121,-0.3407030701637268,0.0057928673923015594,0.6892339587211609 +509,-2.8887191741830605,-0.0003650272005858274,-3.0964361958394817,-0.25018709897994995,0.00036502719740383327,0.9681975245475769,0.7454622983932495,-0.2671482563018799,-0.4983256161212921,0.06808868050575256,-0.693861722946167,-0.12926924228668213 +510,-2.9172853032968553,-0.017456297429267756,-3.1106208379446,-0.22239729762077332,0.017455410212278366,0.974800169467926,-0.09642869234085083,-0.04597606509923935,0.8341898918151855,-0.13561972975730896,0.21836918592453003,-0.34967780113220215 +511,-2.854882065706021,-0.05783135312862465,3.112357243627605,-0.2823258936405182,0.05779912322759628,0.9575759768486023,0.2606450617313385,0.8570651412010193,0.7679958939552307,0.3254166543483734,-0.03770328313112259,-0.5397443771362305 +512,-2.8049119761555237,-0.07816532887964542,2.9979595101931302,-0.32934731245040894,0.078085757791996,0.9409746527671814,-0.364558607339859,0.20247453451156616,1.8796273469924927,-0.10525351762771606,0.1481410562992096,-0.34363865852355957 +513,-2.835880021568166,-0.07171136702185345,2.7471072373697494,-0.30019938945770264,0.07164991647005081,0.9511820077896118,-0.5586634278297424,1.2695703506469727,1.1298673152923584,-1.0151846408843994,0.18724596500396729,0.7368370294570923 +514,-2.7927451287754175,-0.04790896102233599,2.543933729958802,-0.3414227366447449,0.04789063706994057,0.9386888742446899,-1.4760421514511108,0.04836186021566391,2.0586628913879395,-0.13381221890449524,0.006293315440416336,0.1612865924835205 +515,-2.8160094406322016,0.027477279583510802,2.2912924700830684,-0.3197407126426697,-0.027473822236061096,0.9471068382263184,-1.7314550876617432,-0.13345050811767578,2.2827565670013428,-0.09325370192527771,0.3089679479598999,-0.3588346242904663 +516,-2.8299660400323585,0.11429679842307901,1.990400085971217,-0.3046067953109741,-0.11404810100793839,0.9456256628036499,-1.775219440460205,-0.6430453062057495,2.6691691875457764,-0.2453809678554535,0.4886666536331177,-0.22951537370681763 +517,-2.8265583098290272,0.17449772389296495,1.7328137822389003,-0.30514371395111084,-0.1736135184764862,0.9363469481468201,-0.6240363717079163,-0.44454479217529297,1.9013882875442505,-0.24853670597076416,0.2801198661327362,0.21057987213134766 +518,-2.7993467883755176,0.15142480280412907,1.5700356048754336,-0.33176326751708984,-0.15084677934646606,0.9312241077423096,0.02856234833598137,0.18006591498851776,1.546765685081482,-0.015374153852462769,-0.49807900190353394,0.16832417249679565 +519,-2.790960952654195,0.13910017117400356,1.3782419132881998,-0.3401733338832855,-0.1386520266532898,0.9300845861434937,-0.8973342776298523,0.031703315675258636,1.8902316093444824,-0.019567817449569702,-0.018986493349075317,-0.05241447687149048 +520,-2.7597568756942823,0.14568134581250278,1.222212481075196,-0.3686774969100952,-0.14516659080982208,0.9181521534919739,-0.30410081148147583,-0.15036898851394653,0.9892321228981018,0.28719562292099,0.007639139890670776,-0.3628849387168884 +521,-2.7396817746928677,0.1444152341624724,1.1301773604623175,-0.38710567355155945,-0.14391377568244934,0.9107350707054138,-0.3541043698787689,0.4190721809864044,0.6876356601715088,0.16997301578521729,0.04018449783325195,-0.12489199638366699 +522,-2.700533524384041,0.1229585260494907,1.0640580156296522,-0.4236743748188019,-0.1226489320397377,0.8974725008010864,0.43222561478614807,0.26610398292541504,0.7355727553367615,0.1543872356414795,0.2555376887321472,0.4651828408241272 +523,-2.7248590530217047,0.03742017672294655,1.0242111622900907,-0.40449246764183044,-0.03741144388914108,0.9137759208679199,0.4607522487640381,-0.2686082720756531,0.37050601840019226,-0.5558042526245117,-0.07818914949893951,1.0216032266616821 +524,-2.7310364080075016,0.03584075459357737,1.0140856111576133,-0.3988632261753082,-0.03583308309316635,0.9163104295730591,-0.46466368436813354,-0.009942224249243736,0.41612163186073303,-0.11454939842224121,-0.23403388261795044,-0.2845657467842102 +525,-2.6975848272043796,0.07017434981342724,0.9420703856903629,-0.42850491404533386,-0.07011676579713821,0.9008148312568665,-0.3668043911457062,0.3134255111217499,0.4992811381816864,0.5030441284179688,0.06485248357057571,-0.6507537364959717 +526,-2.72108124836614,0.08020867359224952,0.8991431298306909,-0.4069148898124695,-0.0801227018237114,0.9099453687667847,-0.2672634422779083,-0.19113731384277344,0.15093746781349182,0.05402490496635437,0.1456897258758545,-0.18629735708236694 +527,-2.7024410144431523,0.08826130232498335,0.9525607329221462,-0.42351680994033813,-0.08814675360918045,0.9015896320343018,0.7629980444908142,0.14637775719165802,-1.3821626901626587,0.32128286361694336,0.08236367255449295,0.6681889295578003 +528,-2.7825941267569485,0.071055571056635,1.0766090563734798,-0.35045015811920166,-0.07099579274654388,0.9338864684104919,0.8468361496925354,-0.10467881709337234,-1.4060076475143433,-0.5723556280136108,-0.02879668027162552,0.5502442121505737 +529,-2.7767543779707444,0.05150103453279988,1.1972376258229305,-0.35632506012916565,-0.051478270441293716,0.9329426288604736,0.18559718132019043,0.06436553597450256,-1.0935999155044556,0.18168827891349792,-0.3128253221511841,-0.049626827239990234 +530,-2.7552428599812817,0.06448498484783552,1.3273237136794052,-0.37602657079696655,-0.0644403025507927,0.9243653416633606,0.5563337206840515,0.6326819062232971,-1.17831552028656,0.20834779739379883,0.2125878930091858,-0.47017234563827515 +531,-2.6891649658858223,0.06576548384499126,1.398969000200844,-0.43620535731315613,-0.06571808457374573,0.897444486618042,0.2091708779335022,0.2834636867046356,-0.10284023731946945,0.26391831040382385,0.18502654135227203,-0.2835679054260254 +532,-2.66218639361239,0.017403825248652117,1.4173677194748318,-0.4611826241016388,-0.017402946949005127,0.8871346116065979,0.46562033891677856,0.07967962324619293,0.2838931381702423,0.2694559395313263,-0.011817632243037224,0.4356955885887146 +533,-2.7381063467773377,-0.01425648011408463,1.4210012201790794,-0.3925870656967163,0.01425599679350853,0.9196040630340576,0.12014389038085938,-0.22816793620586395,-0.32743096351623535,-0.5027832984924316,-0.41667604446411133,0.3866243362426758 +534,-2.750225707542563,0.0029454850962033477,1.4246417285870372,-0.3814507722854614,-0.0029454808682203293,0.924384593963623,-0.215927392244339,0.17500051856040955,-0.13001583516597748,0.04833608865737915,-0.0038599525578320026,-0.1243356466293335 +535,-2.727993576000656,0.014024205317178151,1.4220879973322336,-0.4018681049346924,-0.01402374543249607,0.9155904054641724,-0.06164024770259857,-0.18338073790073395,0.018780501559376717,0.3372165560722351,0.07927033305168152,-0.44760310649871826 +536,-2.7243040037759334,0.02520833862351876,1.4493478538701767,-0.40515458583831787,-0.025205668061971664,0.9139009118080139,0.13111063838005066,0.22737017273902893,-0.5064621567726135,0.1303895115852356,0.036542948335409164,-0.2271178960800171 +537,-2.730095496075643,0.026099455090736638,1.5313428486177472,-0.39984574913978577,-0.026096493005752563,0.9162108898162842,0.44945472478866577,-0.1748298555612564,-1.2301832437515259,0.24046769738197327,0.06547942757606506,0.5239136219024658 +538,-2.7725604537367157,0.03895846717059809,1.6778332649181853,-0.360439270734787,-0.03894861415028572,0.9319692254066467,0.6879703998565674,0.6717362403869629,-1.8499138355255127,-0.313053160905838,-0.4200967848300934,0.34709876775741577 +539,-2.767817785122813,0.046075823275961984,1.8062788599028274,-0.3647446930408478,-0.04605952277779579,0.9299675226211548,0.29717057943344116,0.2202567458152771,-1.386738896369934,-0.07162609696388245,0.06018916144967079,0.008814096450805664 +540,-2.7338817567756357,0.05380573776688097,1.9587109254806023,-0.39593517780303955,-0.053779780864715576,0.9167025089263916,0.23970149457454681,0.4670006036758423,-0.9464902281761169,0.2957153618335724,0.06932847201824188,-0.6215057373046875 +541,-2.687773061901895,0.0776549655105363,1.9769669697634664,-0.4370805323123932,-0.07757694274187088,0.8960705995559692,-0.16348004341125488,0.3071291446685791,0.3625697195529938,0.20540636777877808,0.21183902025222778,-0.07551395893096924 +542,-2.647831527314796,0.008885280897098504,1.9314525430863332,-0.47392237186431885,-0.008885163813829422,0.8805217146873474,0.7743669748306274,-0.4351666271686554,1.1455332040786743,0.021667122840881348,0.21306301653385162,0.3036670684814453 +543,-2.7374090700821507,-0.07733504449308015,1.879401340294155,-0.3920929431915283,0.07725798338651657,0.9166759848594666,-0.07566052675247192,-0.5419833660125732,0.7330273389816284,-0.27837836742401123,-0.6539486646652222,0.16894137859344482 +544,-2.745287896913711,-0.06699411486715245,1.8117835523425205,-0.3851461410522461,0.06694401055574417,0.9204241037368774,-0.40710246562957764,0.4864591956138611,0.00553147541359067,0.22820958495140076,-0.19809332489967346,-0.25764358043670654 +545,-2.7278067543430713,-0.026417086915100935,1.795299799085928,-0.40193843841552734,0.026414014399051666,0.9152860045433044,-0.4783194065093994,-0.03140496462583542,-0.009517205879092216,0.2696904242038727,-0.09594830125570297,-0.5310999155044556 +546,-2.7180147025894974,0.01519151410262683,1.8266376853755943,-0.410977303981781,-0.015190930105745792,0.9115187525749207,-0.022548921406269073,0.01819688454270363,-0.8381751179695129,0.14790058135986328,0.14820179343223572,0.09040361642837524 +547,-2.735588397290554,0.04655633896842986,1.9549974593057617,-0.39451363682746887,-0.04653952270746231,0.9177107214927673,0.38745757937431335,-0.5419869422912598,-1.481494665145874,-0.005876988172531128,0.1553957313299179,0.7381424903869629 +548,-2.78552042107412,0.03747838724189517,2.098847129855582,-0.34835079312324524,-0.037469614297151566,0.9366152286529541,0.8377470374107361,-0.13984796404838562,-0.7247580885887146,-0.21245551109313965,-0.8266661167144775,0.07479846477508545 +549,-2.7832187097211643,0.030222527722981497,2.1722496417864927,-0.350591778755188,-0.03021792694926262,0.9360408186912537,0.014424102380871773,0.10503679513931274,-0.4583468437194824,0.0631466805934906,0.08913211524486542,-0.3114680051803589 +550,-2.7551023974050257,0.03740714701161653,2.1765239480601775,-0.37667611241340637,-0.03739842399954796,0.9255895614624023,-0.1766490340232849,0.3260924518108368,0.33806630969047546,0.24458086490631104,0.23153600096702576,-0.641486406326294 +551,-2.720882549182965,0.012963866450387397,2.158589425231279,-0.40837451815605164,-0.01296350359916687,0.9127227067947388,0.6702288389205933,0.5692319273948669,0.17809778451919556,0.24367105960845947,0.13675805926322937,0.5036288499832153 +552,-2.7502399548469647,-0.058912589505737446,2.1292175890693907,-0.38077741861343384,0.058878518640995026,0.9227901697158813,0.44467008113861084,-1.3554763793945312,0.6729461550712585,-0.49587053060531616,0.13416042923927307,0.5200808048248291 +553,-2.8183348680444986,-0.07544540262852573,2.071429554818948,-0.31675368547439575,0.07537385076284409,0.9455083012580872,-0.38962167501449585,0.25153085589408875,0.5971207022666931,-0.46435895562171936,-0.03989717364311218,0.07287853956222534 +554,-2.740687486636958,-0.036704109834453685,2.0068815432678693,-0.38998907804489136,0.03669586777687073,0.9200880527496338,-0.5724238157272339,1.4454338550567627,0.48967137932777405,0.37755316495895386,-0.09690704941749573,-0.4137403964996338 +555,-2.7163462922205266,0.02414375782889458,1.9413080200746577,-0.4124249815940857,-0.02414141222834587,0.9106716513633728,-0.9315243363380432,-0.3120940029621124,0.11494565010070801,0.3213757276535034,-0.02593793347477913,-0.558529257774353 +556,-2.7547707379830464,0.06947980561564564,1.9705957988380332,-0.37633684277534485,-0.06942391395568848,0.9238781929016113,0.5369600057601929,-0.15236233174800873,-1.2685497999191284,-0.18201276659965515,0.365032434463501,0.7250018119812012 +557,-2.789084394526473,0.08820371507389288,2.154848838150782,-0.34391075372695923,-0.08808939158916473,0.9348612427711487,0.5509513020515442,-0.7900258898735046,-1.377889633178711,-0.4640420973300934,0.15850871801376343,0.48405349254608154 +558,-2.8264919967943154,0.06480717626566819,2.2600189085045597,-0.309261679649353,-0.06476181745529175,0.9487695693969727,0.19117963314056396,-0.3024245500564575,-0.12166000157594681,0.10932570695877075,-0.7019312977790833,0.060431718826293945 +559,-2.8146753628317245,0.07803994458685255,2.2870611720771588,-0.3201477527618408,-0.07796075195074081,0.9441543817520142,-0.018513847142457962,0.46498268842697144,-0.15226832032203674,0.08848881721496582,0.2408178150653839,-0.5693985223770142 +560,-2.7674833891969666,0.08858291361625496,2.2629708488669062,-0.3640105724334717,-0.08846710622310638,0.9271835684776306,-0.35946792364120483,0.46040648221969604,0.4925442337989807,0.3617371618747711,0.23720981180667877,-0.6097704768180847 +561,-2.7272585028154075,0.062112366117017426,2.20510879725607,-0.40180426836013794,-0.06207243725657463,0.9136195778846741,0.3438754975795746,0.36120232939720154,0.6997174620628357,0.09781861305236816,0.23373380303382874,0.6472631692886353 +562,-2.775450053340647,-0.0016411586220676912,2.144030419084912,-0.35801586508750916,0.001641157898120582,0.933713972568512,0.21295756101608276,-0.6779402494430542,0.4639115035533905,-0.7954264879226685,0.3121863603591919,0.696733295917511 +563,-2.776380968593312,0.006103880957018145,2.059057920726096,-0.3571403920650482,-0.006103842984884977,0.9340308308601379,-0.880734920501709,0.4381627142429352,0.9565468430519104,-0.15453258156776428,-0.13124051690101624,-0.0006812214851379395 +564,-2.7118193135568274,0.06376117296926741,1.9514014460137024,-0.41581812500953674,-0.06371797621250153,0.907213032245636,-1.078598976135254,0.08550857752561569,0.9645738005638123,0.4355934262275696,-0.06224333494901657,-0.5989396572113037 +565,-2.7059324041339403,0.1252241270989836,1.8561697497202982,-0.4187045395374298,-0.12489710748195648,0.8994925618171692,-0.8014240264892578,0.32698705792427063,-0.02425878494977951,0.17799720168113708,0.17979823052883148,-0.362032413482666 +566,-2.7113957128250226,0.16587834504150512,1.8855967087568835,-0.4113253355026245,-0.16511867940425873,0.896408200263977,0.41774943470954895,-0.3263320028781891,-1.143585205078125,0.181146502494812,0.2569003105163574,0.7137908935546875 +567,-2.7734221696414703,0.19438332317935167,2.00445388249227,-0.353130966424942,-0.1931615024805069,0.9154164791107178,0.7610090970993042,0.3066406548023224,-1.54351007938385,-0.7039369344711304,0.0347294807434082,0.6637461185455322 +568,-2.738401219664025,0.1699226318224669,2.104460906042118,-0.3867051303386688,-0.16910609602928162,0.906566321849823,0.11719890683889389,0.7315670847892761,-0.503812313079834,-0.10809168219566345,-0.03307287395000458,-0.11024057865142822 +569,-2.632645775633474,0.20966470244643257,2.0683397796310046,-0.47658732533454895,-0.20813195407390594,0.8541345000267029,-1.0186944007873535,0.360506534576416,0.6396284103393555,0.30269816517829895,0.45845240354537964,-0.7859886884689331 +570,-2.616107674431737,0.23148990156151555,1.948978139208567,-0.48825183510780334,-0.22942793369293213,0.84200519323349,-0.5876178741455078,-0.21702978014945984,0.8093895316123962,0.30525317788124084,0.22692550718784332,-0.09093719720840454 +571,-2.660272060194385,0.1856828487276268,1.8692794401691064,-0.4549921452999115,-0.18461768329143524,0.871147632598877,0.6171435713768005,-1.3473429679870605,1.0503484010696411,-0.2810154855251312,-0.19267112016677856,0.3736642599105835 +572,-2.8193503362589567,0.11882702334396844,1.823516963982138,-0.3144610822200775,-0.11854758113622665,0.9418390989303589,-0.11727091670036316,-0.5132287740707397,0.8708915114402771,-0.6438671946525574,-0.25591838359832764,0.18172669410705566 +573,-2.7630042605780067,0.13732557902366133,1.7122664285450315,-0.36612963676452637,-0.1368943601846695,0.9204397797584534,-0.8128755688667297,0.7030994892120361,1.396909236907959,0.3249613344669342,-0.0955275446176529,-0.42471206188201904 +574,-2.736047394078414,0.1740192201239868,1.5374315101475744,-0.3885614573955536,-0.17314225435256958,0.9050095677375793,-0.9225986003875732,-0.4588139057159424,1.054422378540039,0.3634148836135864,0.175095334649086,-0.588557243347168 +575,-2.7951899682470414,0.2182625543680936,1.4777079912171327,-0.3314613997936249,-0.21653372049331665,0.91828453540802,0.0567975677549839,-0.7562958598136902,-0.398572713136673,-0.031056910753250122,0.13430410623550415,0.630940318107605 +576,-2.8855671563435092,0.21245457390136016,1.6057068963036412,-0.24754390120506287,-0.21085992455482483,0.9456533193588257,0.7330158352851868,-0.690553605556488,-1.6320127248764038,-0.5707544088363647,0.20152153074741364,0.7109476327896118 +577,-2.898296747919174,0.1518855683050957,1.762874419996619,-0.2381293624639511,-0.1513022631406784,0.95937579870224,0.6629905700683594,0.06575620919466019,-0.6405434608459473,0.2290656566619873,-0.7586708664894104,-0.051477909088134766 +578,-2.9028753168011963,0.13847955074560708,1.8045240585057836,-0.23419293761253357,-0.13803738355636597,0.9623405337333679,0.025114959105849266,0.07952770590782166,-0.1204177737236023,0.05763348937034607,0.14566677808761597,-0.5343620777130127 +579,-2.8792051078500522,0.14497469940565355,1.8053444315241727,-0.25666606426239014,-0.14446739852428436,0.9556421637535095,-0.1724168062210083,0.3882277309894562,0.13807857036590576,0.16984352469444275,0.23334982991218567,-0.5879510641098022 +580,-2.8228318890804673,0.1401515620243647,1.8056135049535038,-0.31031715869903564,-0.13969318568706512,0.9403133392333984,0.30441927909851074,0.6341243386268616,0.14582429826259613,0.15322792530059814,0.12344259023666382,0.49315834045410156 +581,-2.8074162824772633,0.08486557175739608,1.773626616987616,-0.3268107771873474,-0.08476373553276062,0.9412808418273926,0.3619881272315979,-0.9989663362503052,0.7805740833282471,-0.2726154625415802,0.05174372345209122,0.44440019130706787 +582,-2.8831828119160066,0.0604090435049267,1.7132389363763283,-0.25507742166519165,-0.060372307896614075,0.9650341868400574,-0.25364771485328674,-0.049389466643333435,0.6004252433776855,-0.42833322286605835,-0.19446472823619843,-0.004111886024475098 +583,-2.8322742904376486,0.0847758682188449,1.6339578923726805,-0.30331623554229736,-0.08467435836791992,0.9491205215454102,-0.44688817858695984,0.6806251406669617,0.5811684131622314,0.3215351998806,-0.05590488016605377,-0.3938378095626831 +584,-2.814577456657952,0.12351087309994539,1.556045560665429,-0.3187708556652069,-0.12319708615541458,0.939791202545166,-0.5808573365211487,-0.06474915891885757,0.4386507570743561,0.3052515983581543,0.10871650278568268,-0.3892694115638733 +585,-2.816323867218678,0.16612475096623958,1.5519111329515782,-0.31516405940055847,-0.1653617024421692,0.9345197081565857,-0.13262194395065308,-0.13644865155220032,-0.6269546747207642,0.017083585262298584,0.1755393147468567,0.32918262481689453 +586,-2.8700082016821704,0.16768664024899813,1.6781022944931527,-0.2644954025745392,-0.16690188646316528,0.9498345851898193,0.47019341588020325,-0.7457830905914307,-1.0249439477920532,-0.3767704367637634,0.08075077831745148,0.6868687868118286 +587,-2.911397359630912,0.13017630903621574,1.7750241619268152,-0.2262371927499771,-0.1298089623451233,0.9653842449188232,0.5397524833679199,-0.3284100592136383,-0.5469319820404053,0.12220273911952972,-0.7760137915611267,-0.04065573215484619 +588,-2.912836930823832,0.1287517634088751,1.812657209342332,-0.22488892078399658,-0.12839633226394653,0.9658880829811096,0.03240253031253815,0.2331070899963379,-0.11135024577379227,0.038258641958236694,0.15957002341747284,-0.4953831434249878 +589,-2.8806801301050875,0.14742552486654284,1.7999069613595498,-0.2551640570163727,-0.14689207077026367,0.9556746482849121,-0.5195971727371216,0.44736459851264954,0.3974250853061676,0.22615709900856018,0.25933408737182617,-0.6313948631286621 +590,-2.7877419874248024,0.1983318195740792,1.7557680160630242,-0.3397197127342224,-0.19703412055969238,0.9196566343307495,-0.6051737666130066,0.8921329379081726,0.46986520290374756,0.31190285086631775,0.0696384459733963,0.47875046730041504 +591,-2.809343488828457,0.1754146216167529,1.7340181945199225,-0.3211647868156433,-0.17451640963554382,0.9308049082756042,-0.03272977098822594,-1.4018809795379639,0.1716936081647873,-0.6218589544296265,-0.07366782426834106,0.7329832315444946 +592,-2.8900692401642067,0.15982324857643687,1.7045481872852641,-0.2457079291343689,-0.15914371609687805,0.9561910629272461,-0.2281288504600525,-0.7437258958816528,0.5228083729743958,-0.2798963785171509,-0.19327332079410553,-0.09854006767272949 +593,-2.892993816261101,0.18081571698962493,1.6234334834161592,-0.24203497171401978,-0.17983205616474152,0.9534568786621094,-0.5275589823722839,-0.226685032248497,0.9613969922065735,0.2960662841796875,-0.005012974143028259,-0.5815999507904053 +594,-2.8827559765768176,0.22033966456741816,1.5246206183000315,-0.2497679591178894,-0.2185610830783844,0.9433169960975647,-0.4999390244483948,0.323455810546875,0.36067765951156616,0.1638915240764618,0.1812991499900818,-0.354831337928772 +595,-2.882191330892831,0.24883957349631744,1.5311804626367282,-0.24860143661499023,-0.24627944827079773,0.9367731809616089,0.11836203187704086,-0.04343473166227341,-0.9731152653694153,0.27798983454704285,0.19162243604660034,0.6499273777008057 +596,-2.967934071814553,0.2500871776085694,1.6514361108639557,-0.16741175949573517,-0.24748842418193817,0.9543178081512451,0.36759236454963684,-0.318033367395401,-1.1242462396621704,-0.48493194580078125,0.006597965955734253,0.43479639291763306 +597,-2.9749951528669687,0.2034037928259834,1.747437528572437,-0.16240929067134857,-0.20200411975383759,0.965824544429779,0.25671452283859253,0.3912814259529114,-0.49429750442504883,-0.02721165120601654,-0.35465171933174133,-0.03059840202331543 +598,-2.9479599233540745,0.19905559240318532,1.773087214323329,-0.188625305891037,-0.19774365425109863,0.9619343280792236,-0.03078635036945343,0.06933079659938812,0.10470806807279587,0.09733198583126068,0.2504628002643585,-0.6470083594322205 +599,-2.9111675010717777,0.19850977512078397,1.7300356526666223,-0.22390618920326233,-0.19720859825611115,0.9544498920440674,-0.039616890251636505,0.43812087178230286,0.41379818320274353,0.21449154615402222,0.30624791979789734,-0.37814080715179443 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/TEST/running/q7.csv b/BoostRunClub/CoreML/DataSet/TEST/running/q7.csv new file mode 100644 index 0000000..4d60b29 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/TEST/running/q7.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,1.1138030797861587,-1.4286552381987223,-1.4736976378696232,0.12712597846984863,0.9899149537086487,-0.06250905245542526,-0.48881131410598755,1.180042028427124,-0.1636379212141037,0.04508471488952637,-0.20369058847427368,0.48687124252319336 +1,0.05280521061146543,0.33190884378837565,-2.4185919158568163,0.04990001395344734,-0.3258482813835144,-0.9441042542457581,-0.9837688207626343,0.26743805408477783,-0.8029376864433289,-0.11621471494436264,-0.009127914905548096,-0.21017730236053467 +2,0.019988783572593958,0.2883811791984266,-2.4423836636025804,0.01916208118200302,-0.28440061211586,-0.9585140347480774,0.07260069996118546,-0.26498404145240784,0.3022638261318207,-0.15769663453102112,0.07814759016036987,0.09842187166213989 +3,0.01078869634118323,0.30665074187304603,-2.467900174442045,0.010285203345119953,-0.3018673062324524,-0.9532944560050964,0.11568671464920044,-0.025368116796016693,-0.3222828209400177,0.013259105384349823,-0.00428500771522522,0.47340553998947144 +4,0.00821339595037507,0.30617731043703955,-2.499622717835086,0.007831325754523277,-0.30141595005989075,-0.9534605741500854,-0.3300318121910095,-0.07135099172592163,-0.21519805490970612,0.016674287617206573,-0.13056036829948425,0.11581414937973022 +5,0.006356143295319944,0.3762011227363984,-2.484468280274895,0.00591159937903285,-0.3673899173736572,-0.9300482273101807,1.1486560106277466,0.03197284787893295,0.5436399579048157,0.0012752935290336609,-0.08382773399353027,-0.14192748069763184 +6,-0.004422200775702587,0.3916792298096264,-2.502990827230269,-0.004087291192263365,-0.3817410171031952,-0.9242603182792664,-0.17695008218288422,-0.6364420056343079,-0.40202993154525757,0.06069739907979965,0.0023617446422576904,-0.44451409578323364 +7,-0.03823912396363189,0.4227584845802868,-2.5332306798161315,-0.03486407920718193,-0.4102776348590851,-0.9112939834594727,-0.3506171405315399,0.7875210642814636,0.059860508888959885,0.05877459794282913,0.16961604356765747,0.17534732818603516 +8,-0.013656824791718803,0.41187698405948003,-2.5413939130634056,-0.012514329515397549,-0.4003300368785858,-0.9162855744361877,0.7407618761062622,-0.5442270636558533,0.3340533375740051,0.09674284607172012,0.19934126734733582,0.17020708322525024 +9,-0.06560991957163849,0.463662863326994,-2.530033602311922,-0.05864075571298599,-0.44722723960876465,-0.8924959897994995,-0.6713830828666687,1.2824254035949707,0.24935996532440186,-0.07081480324268341,-0.06449151039123535,0.4091891050338745 +10,-0.016037950509714946,0.48412086474913235,-2.567398146384801,-0.014194332994520664,-0.46543043851852417,-0.8849706649780273,0.8843766450881958,-0.6820266842842102,-0.5903614163398743,-0.10464112460613251,-0.09047776460647583,-0.18982791900634766 +11,-0.010192037237920882,0.47285181302046075,-2.6353861198740707,-0.009073539637029171,-0.45542702078819275,-0.8902269005775452,-0.5030471086502075,0.2503208518028259,-0.4757631719112396,-0.13254328072071075,0.014921069145202637,-0.14988845586776733 +12,-0.00628407450344282,0.42737026191022637,-2.6420512114139405,-0.0057188402861356735,-0.41447901725769043,-0.9100409150123596,0.3402075171470642,-0.3075743019580841,0.14230868220329285,-0.19293533265590668,0.07240751385688782,-0.02378171682357788 +13,0.020058924232828953,0.4036027838020726,-2.6429794606353196,0.018445992842316628,-0.39273419976234436,-0.919467031955719,-0.48727595806121826,0.30046698451042175,-0.12117238342761993,0.005830742418766022,0.08731427788734436,0.3653746247291565 +14,-0.003589537837138322,0.3645041725657385,-2.655593121870683,-0.0033537002746015787,-0.35648608207702637,-0.934294581413269,-1.2210758924484253,0.45791637897491455,-0.19756388664245605,0.012310609221458435,-0.08463025093078613,0.28176772594451904 +15,0.047414193309598576,0.2982862213643994,-2.613680809892388,0.045303475111722946,-0.2938825488090515,-0.9547673463821411,0.24761895835399628,0.18694083392620087,0.527509868144989,-0.0036012083292007446,-0.1254900097846985,-0.3658198118209839 +16,0.015358870662082575,0.2911277360609945,-2.5523000242657234,0.01471200305968523,-0.28703269362449646,-0.9578077793121338,-0.36290910840034485,-0.7468135952949524,-0.10020388662815094,-0.047640472650527954,-0.03051796555519104,-0.5656907558441162 +17,0.00013656958443922554,0.30456446374743124,-2.533439028898029,0.00013028433022554964,-0.29987770318984985,-0.953977644443512,-0.19570469856262207,0.28589674830436707,0.16948696970939636,-0.00283108651638031,0.06956154108047485,0.11488157510757446 +18,0.04706672521721089,0.2558412448614736,-2.524482136516398,0.0455179288983345,-0.25305935740470886,-0.9663793444633484,-0.1779046654701233,0.6883617043495178,0.4374334514141083,0.0309286005795002,0.09667205810546875,0.28450989723205566 +19,0.09518770637770159,0.2744708367630286,-2.462235680737988,0.09148640930652618,-0.27103760838508606,-0.9582112431526184,0.19685067236423492,0.3197377324104309,0.5050450563430786,0.06708292663097382,0.02431824803352356,0.21678674221038818 +20,0.10588163839463884,0.2591684200841805,-2.410735481180539,0.1021544337272644,-0.25627684593200684,-0.9611902236938477,-0.20571602880954742,-0.013366488739848137,0.7487229704856873,0.10156566649675369,0.025258779525756836,-0.11473751068115234 +21,0.0682243964261359,0.16205140460390416,-2.379743820284785,0.06727832555770874,-0.1613430678844452,-0.9846024513244629,-1.3435276746749878,0.4179685413837433,0.2861545979976654,-0.10165638476610184,0.09527252614498138,-0.33642715215682983 +22,0.07589915541092049,0.1271905107768314,-2.2958664622615594,0.07521379739046097,-0.12684784829616547,-0.989066481590271,0.6893996596336365,-0.35250458121299744,1.1447319984436035,-0.30699479579925537,0.20210419595241547,-0.023460984230041504 +23,0.08948464068172744,0.1379439842979221,-2.260505393429282,0.08851636946201324,-0.13750691711902618,-0.986537754535675,-0.5060638785362244,0.8597589731216431,0.06756407022476196,-0.10321058332920074,-0.15035012364387512,0.24807339906692505 +24,0.11407055159671489,0.13312809596138606,-2.257979145045945,0.11281616985797882,-0.1327352076768875,-0.9847100377082825,0.24197275936603546,-0.8747960329055786,0.43792247772216797,-0.05303224176168442,0.05898948013782501,0.19482362270355225 +25,0.012375092257157183,0.1813381428835417,-2.204292810556599,0.012171870097517967,-0.18034593760967255,-0.9835279583930969,0.20657438039779663,-0.5553419589996338,-0.06233390420675278,-0.23313438892364502,-0.20654065907001495,0.030875980854034424 +26,0.12236578134481335,0.06910080644190374,-2.203501173976804,0.12176933884620667,-0.06904582679271698,-0.990153968334198,-1.8737473487854004,1.5560353994369507,-0.2775813937187195,0.18468818068504333,0.020141415297985077,-0.4520151615142822 +27,0.20875903111679972,0.03519023958471226,-2.1513271355461727,0.2071177214384079,-0.035182975232601166,-0.9776831865310669,-0.2259427309036255,-0.056617822498083115,0.856705904006958,0.1889851838350296,0.21804431080818176,-0.022942423820495605 +28,0.22901128782782573,0.02948680076548791,-2.0359934814583127,0.22691605985164642,-0.029482528567314148,-0.9734679460525513,-0.5393903255462646,0.2514967620372772,1.0427613258361816,-0.13978837430477142,0.05491892993450165,0.20576781034469604 +29,0.22696092595618078,0.09662045890300527,-1.972548742230426,0.22396792471408844,-0.0964701920747757,-0.9698102474212646,1.872829556465149,-0.642826497554779,0.9795495867729187,-0.14996278285980225,-0.1188923567533493,-0.05939507484436035 +30,0.26854405737430137,0.08448103172646078,-1.8975292466798195,0.2643817067146301,-0.08438057452440262,-0.960719645023346,-0.6711742281913757,1.4223105907440186,0.5920593738555908,0.03585022687911987,0.02188057452440262,-0.09291499853134155 +31,0.3104336848468762,0.05824161610634494,-1.9097167507731032,0.3049536645412445,-0.05820869654417038,-0.9505866765975952,-1.141478180885315,0.42347589135169983,-0.6301911473274231,0.008568674325942993,-0.14799857139587402,-0.2632805109024048 +32,0.3282011743646138,-0.07841119513133088,-1.8915302408943908,0.3213503360748291,0.0783308669924736,-0.9437151551246643,-0.1538710594177246,0.24655002355575562,-0.02753773331642151,-0.0800631046295166,0.2654038667678833,-0.0867108702659607 +33,0.3657939908131112,-0.020564450474724445,-1.846015632628029,0.35761523246765137,0.020563000813126564,-0.933642566204071,0.06182422861456871,0.4419093430042267,1.0922874212265015,-0.14647936820983887,-0.2741793394088745,0.3176910877227783 +34,0.3789239096497089,-0.06651704884894458,-1.7723910200673207,0.3691028654575348,0.0664680078625679,-0.9270086884498596,0.018438462167978287,-0.3980494439601898,0.2878066897392273,-0.01282539963722229,-0.017411008477211,-0.07151120901107788 +35,0.29871206736179645,0.06482097766984635,-1.743928470909049,0.29367148876190186,-0.06477559357881546,-0.9537091851234436,1.86008620262146,-1.2642796039581299,0.5311147570610046,0.07038792967796326,0.16830646991729736,-0.4243273138999939 +36,0.2125918225261022,0.21162198952448352,-1.7226732136183298,0.20628711581230164,-0.2100459784269333,-0.9556810855865479,0.4506467878818512,-0.11909395456314087,0.4933491051197052,0.06200815737247467,0.1435176581144333,-0.21254706382751465 +37,0.1982698622280344,0.21880320958663968,-1.6791348997023834,0.19227713346481323,-0.21706151962280273,-0.9570338726043701,-0.17675118148326874,0.2348385900259018,0.07573208212852478,-0.09036368131637573,0.21063758432865143,0.4083888530731201 +38,0.25048130411561886,0.20471742519705433,-1.672836599760155,0.24269436299800873,-0.20329049229621887,-0.9485633373260498,-0.005844668485224247,0.490654855966568,-0.28311392664909363,-0.05173061788082123,0.24239878356456757,0.3944556713104248 +39,0.3026827272076048,0.23716334603464645,-1.7299556275581687,0.2897382378578186,-0.2349463254213333,-0.9278210997581482,1.0741146802902222,0.2548317611217499,-0.45557501912117004,-0.2250409722328186,0.10028751194477081,0.3053845763206482 +40,0.36048953692580465,0.2892037221949125,-1.789785763056253,0.33808383345603943,-0.28518909215927124,-0.8968648314476013,0.34783127903938293,1.0348588228225708,-0.4557528793811798,-0.015009492635726929,-0.07609325647354126,-0.06800943613052368 +41,0.5172944327939771,0.35892600305622296,-1.8566333443782106,0.46301624178886414,-0.3512688875198364,-0.8137727975845337,1.6694492101669312,1.5798463821411133,0.22065749764442444,0.19298961758613586,-0.20827090740203857,-0.1813596487045288 +42,0.6992824698588728,0.3909704605975695,-1.9071658389783932,0.5950973033905029,-0.3810858130455017,-0.7075541615486145,-0.5734350085258484,2.1224722862243652,-1.422059416770935,-0.05981898307800293,0.3583960235118866,-0.0400959849357605 +43,0.9541423776642961,0.36727607439784027,-1.9884437088013907,0.7614102363586426,-0.35907450318336487,-0.5397405624389648,1.2199305295944214,1.254690170288086,1.0183027982711792,-0.17051368951797485,-0.011790364980697632,0.05658632516860962 +44,1.0853771932582381,0.41403335487461196,-2.0975203519053434,0.8097459077835083,-0.40230515599250793,-0.4271557927131653,0.3079693019390106,0.885155439376831,-1.392466425895691,-0.2051469087600708,0.15468555688858032,0.09517031908035278 +45,1.1260904709201427,0.3432766381563461,-2.0816598193292504,0.8500686883926392,-0.33657437562942505,-0.40509358048439026,-1.1060220003128052,-0.6951733231544495,0.177016481757164,0.14906150102615356,-0.25865575671195984,-0.33433201909065247 +46,1.172101306365192,0.2864242811824644,-2.030276367841488,0.884023904800415,-0.2825239896774292,-0.3724001944065094,-0.9475110173225403,1.1202119588851929,-1.270880103111267,-0.11414176225662231,0.2245863974094391,-0.2489987313747406 +47,1.1655619209449744,0.0745374618731638,-1.8319280719972746,0.916458249092102,-0.0744684636592865,-0.3931395411491394,-4.050382614135742,-0.09572336077690125,-2.067579746246338,-0.03738415241241455,0.6682642698287964,0.029034316539764404 +48,1.2366870643921368,-0.3422565062188794,-1.680077878807504,0.8899098038673401,0.33561357855796814,-0.3089079260826111,-2.786299228668213,0.6048816442489624,-3.4742088317871094,0.1824015974998474,0.45097699761390686,-0.10576489567756653 +49,1.3658721323684815,-0.6905103312555704,-1.6360830709855838,0.7547904849052429,0.6369307041168213,-0.15687696635723114,0.392371267080307,1.6091725826263428,-2.45027232170105,0.008606553077697754,-0.06582480669021606,-0.06385670602321625 +50,1.5041374001468175,-0.9363865185617656,-1.7121319601068667,0.5913858413696289,0.8054216504096985,-0.03947963938117027,-0.0955083891749382,2.1283581256866455,-2.2058169841766357,0.3511342406272888,-0.04472529888153076,0.3735250234603882 +51,1.8988953801299546,-1.2121725840412323,-1.6815528678257832,0.3322632610797882,0.9363807439804077,0.11310316622257233,0.08881218731403351,4.031195163726807,-2.2251908779144287,0.9690215587615967,-0.060404181480407715,0.12101244926452637 +52,2.043130087183196,-1.2663363373549212,-1.8834152265522872,0.2669554054737091,0.9540089964866638,0.13638892769813538,0.7171375155448914,1.2734748125076294,1.8619352579116821,0.3334932327270508,0.022339999675750732,-0.1103116124868393 +53,1.869334989281436,-1.0738552968644477,-1.9848095240929102,0.4556516706943512,0.8790450096130371,0.14022032916545868,-1.2946394681930542,-2.243612289428711,1.690205693244934,-0.06473669409751892,0.13119375705718994,-0.1730877012014389 +54,1.8471374915464362,-0.8782578825619467,-1.8966446695552166,0.614268958568573,0.7696276903152466,0.17420490086078644,-1.0412884950637817,-0.4267987012863159,1.2540785074234009,-0.30631595849990845,-0.34056568145751953,-0.2291516810655594 +55,1.7838787431150382,-0.7546718414607225,-1.7855906105432742,0.712020754814148,0.6850496530532837,0.1540578156709671,-0.0564580075442791,-1.598657250404358,1.2604119777679443,-0.06761151552200317,-0.5692811608314514,-0.08800242841243744 +56,1.572290039232715,-0.5047166147871177,-1.9008071175703356,0.8753106594085693,0.48355939984321594,0.0013074633898213506,1.3546918630599976,-1.2704342603683472,3.1487855911254883,0.39147400856018066,-0.038429975509643555,-0.26891613006591797 +57,1.4218782251356197,-0.3703519253632938,-1.8443425705422303,0.921882688999176,0.3619435131549835,-0.13830894231796265,-0.9777263402938843,-0.4327479600906372,1.1937648057937622,0.4506149888038635,0.6943767070770264,-0.029263094067573547 +58,1.4530627756262842,-0.3693463114241007,-1.6849190922268547,0.9261077642440796,0.36100590229034424,-0.10954054445028305,-0.49399781227111816,0.03283657506108284,1.1203498840332031,0.3923736810684204,-0.49975407123565674,0.08755260705947876 +59,1.4716086635944978,-0.2617664023057333,-1.6471548914946301,0.9611868262290955,0.2587871849536896,-0.09565176069736481,-0.3225864768028259,0.8223435282707214,0.15674357116222382,-0.3612569570541382,0.18718144297599792,0.026300549507141113 +60,1.5666292584937398,-0.22740512608310867,-1.5725808924100124,0.9742463231086731,0.22545021772384644,-0.004059774335473776,-0.4420580267906189,1.0583300590515137,-0.5976485013961792,-0.11038511991500854,0.03516995906829834,0.018097877502441406 +61,1.663929636251441,-0.34906194139748087,-1.6117742645790605,0.9356216192245483,0.34201645851135254,0.08739035576581955,0.7951085567474365,0.6809029579162598,-1.8390233516693115,-0.00439298152923584,-0.06189560890197754,-0.3027987480163574 +62,1.5544718207476858,-0.45819186787260585,-1.7457146457471902,0.8967341184616089,0.44232720136642456,-0.014640042558312416,1.1435467004776,-2.5546250343322754,1.4801453351974487,0.8371829986572266,-0.3048456013202667,-0.09290391206741333 +63,1.2558234798657657,-0.2926637351329337,-1.7669405151953481,0.9103754162788391,0.2885037064552307,-0.2966179847717285,1.5854077339172363,-0.9341979622840881,1.1457765102386475,0.012628734111785889,0.4896182417869568,0.23250055313110352 +64,1.219494710316029,-0.3952520668795622,-1.8119342163557632,0.8665339946746826,0.385040819644928,-0.3175883889198303,0.10981051623821259,-3.1195051670074463,1.0658791065216064,0.005780398845672607,-0.5902563333511353,-0.3583149015903473 +65,1.184964246508619,-0.47454310159221386,-1.7116218879040228,0.8241103291511536,0.45693209767341614,-0.33474624156951904,-1.755313754081726,-1.3783564567565918,-1.0643601417541504,-0.6316971182823181,0.037681519985198975,0.33489885926246643 +66,1.12855942680215,-0.6107571113757659,-1.6649240093545694,0.7404029369354248,0.5734878778457642,-0.350592702627182,1.5205869674682617,0.43046748638153076,1.7949905395507812,1.2246239185333252,0.15717923641204834,-1.2550592422485352 +67,1.1159866997562655,-0.6117978336829969,-1.664593705844451,0.7354000210762024,0.5743401050567627,-0.3596112132072449,2.6449131965637207,-2.147617816925049,-2.0017249584198,0.6098300814628601,0.2319343090057373,-0.7076342105865479 +68,1.3607078451747285,-0.8052199549673513,-1.5304167788519303,0.6777162551879883,0.72098308801651,-0.14451278746128082,-2.5298445224761963,-0.28277331590652466,-1.2965258359909058,-0.6222658753395081,-0.023000359535217285,0.6389433145523071 +69,1.8266222436562187,-1.2059098412774085,-1.0907845599339372,0.3452296555042267,0.93416428565979,0.09029723703861237,-2.78483247756958,1.160337209701538,-5.803465366363525,-0.030303508043289185,-0.15993332862854004,0.3736919164657593 +70,2.8672894081296136,-1.2391692407927657,-0.15882467471169842,0.08819251507520676,0.9455138444900513,0.31341007351875305,-0.8595630526542664,4.391913414001465,-0.12472908198833466,0.13255639374256134,0.05865192413330078,0.19414308667182922 +71,-2.8437506401320434,-1.1840254568786728,0.1633745308204686,-0.11069224029779434,0.9261319041252136,0.3605923354625702,0.21688877046108246,1.8870015144348145,-0.5677776336669922,0.6702167987823486,0.4317781329154968,-0.5216792821884155 +72,-2.8450552384677357,-1.3163864263237741,0.19661763928658998,-0.07354193180799484,0.9678120017051697,0.24068991839885712,4.026928424835205,-0.33789438009262085,0.5387301445007324,0.16761237382888794,0.4978709816932678,-0.7847572565078735 +73,0.0020365444546858007,-1.4758978236022673,3.1110744203851732,0.00019297348626423627,0.9955005049705505,-0.09475522488355637,2.7815141677856445,1.1744335889816284,-1.2169685363769531,-0.2763770520687103,0.9795665740966797,0.18853574991226196 +74,0.1338494429693314,-1.3065125313238966,-3.0322835296497517,0.03485953435301781,0.9652798175811768,-0.25888124108314514,3.357174873352051,-2.502338171005249,1.4036760330200195,-0.1380852460861206,-0.3680051565170288,0.5988622903823853 +75,0.0371942063602925,-1.1536684552757792,-2.820801855180683,0.015065246261656284,0.9142563343048096,-0.40485602617263794,-0.8962991833686829,-1.5186618566513062,0.7445923089981079,-0.3969927430152893,-1.2887375354766846,0.9026282429695129 +76,0.06717849617567617,-1.2381591722558527,-2.737457750119168,0.02191975712776184,0.9451845288276672,-0.3258002996444702,-0.10703767091035843,-2.7850210666656494,0.3260546028614044,0.8448100090026855,3.36281418800354,-1.6088768243789673 +77,-0.08588784818101372,-1.19833897035826,-2.783746539616725,-0.031216643750667572,0.9314359426498413,-0.3625640571117401,-1.74104642868042,-0.30862635374069214,-0.7521533370018005,0.034787192940711975,1.0883547067642212,2.5994873046875 +78,-0.2970872680071185,-1.4745648074678614,3.0310124887887624,-0.028127269819378853,0.9953733086585999,-0.09187484532594681,-2.841939926147461,2.428302526473999,-1.8850433826446533,-0.1120704784989357,0.33877891302108765,0.3697984218597412 +79,-2.332455046194194,-1.4363374861620883,0.9340111411773218,-0.09701379388570786,0.9909740090370178,0.09251367300748825,-2.231417655944824,-0.2756269872188568,-0.5032517910003662,0.31425318121910095,-0.0356365442276001,0.12556493282318115 +80,-2.6640897619269595,-1.2328985520717584,0.446964072299854,-0.15234705805778503,0.9434536695480347,0.2944239675998688,-2.093600273132324,0.8559228181838989,-0.5371208190917969,-0.22456029057502747,-0.012682795524597168,-0.5489101409912109 +81,-2.506042603320181,-1.088409009151321,0.5104851306935709,-0.2753777503967285,0.885890007019043,0.3733177185058594,-0.502814531326294,0.14224565029144287,-0.5087910294532776,0.7872796058654785,0.42761707305908203,-0.24653244018554688 +82,-2.318643200281223,-1.18167451296531,0.6808802388254191,-0.2781412601470947,0.9252426028251648,0.2579990327358246,3.9225411415100098,0.9392646551132202,0.5932128429412842,0.2730143368244171,0.46147608757019043,-0.5323978662490845 +83,-1.1946736714309518,-1.3858297014640857,1.8731692489373795,-0.17105834186077118,0.9829424023628235,-0.0675550028681755,2.7958502769470215,0.856697678565979,0.046348731964826584,-0.4802020490169525,0.8020003437995911,0.2185407280921936 +84,-0.13636078749349165,-1.3113560748710773,2.9090135744419117,-0.034873589873313904,0.9665337204933167,-0.2541579008102417,3.3152949810028076,-2.3194591999053955,1.8972724676132202,-0.018288027495145798,-0.3167230486869812,0.4606246054172516 +85,-0.13662346769936307,-1.1337694607727054,-3.0661135033527436,-0.057645831257104874,0.9060140252113342,-0.4193035960197449,-0.11245319247245789,-2.179068088531494,0.5001049637794495,-0.24582095444202423,-1.344978928565979,0.9679486751556396 +86,-0.2136322337605413,-1.265250340370542,-3.0791094325493344,-0.06377582252025604,0.9536828398704529,-0.29397550225257874,1.426125407218933,0.00032562296837568283,0.6280598640441895,0.41494160890579224,3.686835289001465,-2.840637445449829 +87,-0.10924120517537975,-1.2212273840754668,-2.880166053242242,-0.0373399443924427,0.9395204186439514,-0.3404511511325836,-0.9902613162994385,2.4795517921447754,-1.8662503957748413,-1.0171644687652588,1.7542356252670288,0.1480531394481659 +88,-0.4960662913620517,-1.4356448476793693,2.88884005198005,-0.06413233280181885,0.9908809065818787,-0.11849899590015411,-2.561112403869629,1.62374746799469,-0.9072105884552002,-0.11727941036224365,0.15293312072753906,0.5380241274833679 +89,-2.1561712673574087,-1.4003814788724334,1.1490362764580775,-0.14135542511940002,0.9855145215988159,0.09370137006044388,-1.7734838724136353,-1.4899650812149048,-0.44679105281829834,0.26954448223114014,-0.07070422172546387,-0.12249469012022018 +90,-2.616376151638249,-1.2357939321011904,0.5840004458984135,-0.1648462414741516,0.9444095492362976,0.28445833921432495,-2.3377909660339355,1.1645934581756592,-0.2575511038303375,-0.1863347887992859,0.002718806266784668,-0.3635598421096802 +91,-2.5529239326092106,-1.0723251217417464,0.536016357518411,-0.2654579281806946,0.8783144950866699,0.3976127803325653,-0.59848952293396,1.565158724784851,-0.38638317584991455,0.3529670834541321,0.3399472236633301,-0.3927605152130127 +92,-2.3913544110663096,-1.1362913461681226,0.6356829392195427,-0.287017285823822,0.9070785641670227,0.30794474482536316,3.6338205337524414,1.1677584648132324,0.5056421756744385,0.07257020473480225,0.6745104193687439,-0.9847788214683533 +93,-1.3806349203982327,-1.3832723014237271,1.6796293479619653,-0.18306666612625122,0.982468843460083,-0.03523799404501915,2.9862072467803955,1.2433065176010132,0.6342775821685791,-0.4843222498893738,0.9958789348602295,0.16509032249450684 +94,-0.1861184046076315,-1.3546842638291607,2.814254072236193,-0.03968008607625961,0.9767385125160217,-0.210730642080307,2.9343955516815186,-1.6553418636322021,1.554577112197876,0.0013347528874874115,-0.3465811014175415,0.3498297929763794 +95,-0.17635180293371308,-1.1633363640194059,3.136182720904956,-0.06952275335788727,0.9181303381919861,-0.3901323080062866,-0.31366899609565735,-1.4103227853775024,0.39704689383506775,-0.3338128328323364,-1.3353514671325684,0.9508012533187866 +96,-0.2132584429524639,-1.2675838467347686,3.1338833035393834,-0.06319475919008255,0.9543821811676025,-0.29182350635528564,0.500847578048706,-1.4185822010040283,0.8766728639602661,0.635948657989502,3.303964376449585,-1.7171486616134644 +97,-0.2117859477130015,-1.2183459722647878,-3.0886735768176776,-0.07256294041872025,0.9385296702384949,-0.3374859690666199,-1.5812386274337769,0.451488196849823,-1.497730016708374,-0.30803704261779785,1.5398638248443604,1.7120282649993896 +98,-0.8688982092138443,-1.4280910804426314,2.373809208169951,-0.10860273241996765,0.9898348450660706,-0.09182777255773544,-2.2900538444519043,1.058234691619873,-1.6246000528335571,-0.11905840039253235,0.33784759044647217,0.17012059688568115 +99,-2.093432378337724,-1.369911879478116,1.0952871524820973,-0.17289917171001434,0.9798904657363892,0.09960156679153442,-2.2391445636749268,-0.36215710639953613,-0.24887718260288239,0.32148927450180054,0.026823341846466064,-0.019996531307697296 +100,-2.525519868975211,-1.2106259766572607,0.5616320317116235,-0.20364812016487122,0.9358367919921875,0.28763988614082336,-2.0926623344421387,1.2412996292114258,-0.44556647539138794,-0.1319994330406189,0.007827579975128174,-0.42733412981033325 +101,-2.4617344990951713,-1.0516337728499237,0.5189127357334865,-0.31192293763160706,0.8682349920272827,0.38583946228027344,-0.4827589690685272,1.314590573310852,-0.36208584904670715,0.36583226919174194,0.4597221612930298,-0.43115806579589844 +102,-2.2058797844779576,-1.1544643676523747,0.737808934391754,-0.3255581855773926,0.9145784974098206,0.2399134784936905,3.850598096847534,0.6116953492164612,0.8141505122184753,0.3945431411266327,0.45325005054473877,-0.2165369689464569 +103,-1.1623836420720597,-1.3567536664390702,1.8320656622279803,-0.19494134187698364,0.9771801829338074,-0.08435995131731033,1.5366368293762207,1.155928611755371,0.4927525818347931,-0.7161151766777039,0.9218523502349854,0.45130330324172974 +104,-0.10572910096385382,-1.3082980763300396,2.863548990801124,-0.027384977787733078,0.9657447338104248,-0.25804492831230164,2.9106292724609375,-2.7632622718811035,1.3223693370819092,0.028880342841148376,-0.3270423412322998,0.3451573848724365 +105,-0.21792232339066234,-1.1176222774913744,3.1059096839175373,-0.09465768188238144,0.8990619778633118,-0.42746642231941223,-0.559089183807373,-1.964314579963684,0.45344093441963196,-0.29868337512016296,-1.409956693649292,0.9697027802467346 +106,-0.31996397544795663,-1.2326531324946695,3.0782907464260223,-0.10434168577194214,0.9433722496032715,-0.3148992359638214,0.7586627006530762,-1.5349806547164917,0.5056331157684326,0.47746485471725464,3.166445255279541,-1.441356897354126 +107,-0.2754751736948268,-1.178812983560756,-3.093606823284491,-0.1039116382598877,0.924153208732605,-0.3676184117794037,-0.7251830697059631,1.1986209154129028,-1.2668753862380981,-0.7658698558807373,1.2696791887283325,-0.3608514666557312 +108,-0.5781470366396052,-1.3909152827284073,2.744143409978345,-0.09777124971151352,0.983864963054657,-0.14983563125133514,-2.4245734214782715,1.879359483718872,-1.181353211402893,-0.26102393865585327,0.26171010732650757,0.39873695373535156 +109,-1.9436853114037966,-1.3812646645939577,1.2643514744430755,-0.17545166611671448,0.982092559337616,0.06863502413034439,-2.338355302810669,-0.4455326199531555,-0.3054998815059662,0.22778931260108948,0.03577542304992676,0.04727065563201904 +110,-2.477987311105045,-1.2180631972819538,0.6558975221971239,-0.212792307138443,0.9384320378303528,0.27214837074279785,-2.314967632293701,1.3759040832519531,-0.12720628082752228,-0.04085454344749451,-0.017945587635040283,-0.32361626625061035 +111,-2.461811120412723,-1.0470787065738953,0.556120226897158,-0.31437599658966064,0.8659659624099731,0.38893476128578186,-0.8840608596801758,1.294362187385559,-0.3433097302913666,0.5484611988067627,0.35751408338546753,-0.40611621737480164 +112,-2.298835077253425,-1.0938723207824732,0.6519961160444857,-0.3426707684993744,0.8884111642837524,0.305453896522522,3.3463079929351807,0.8604297041893005,0.4950161278247833,0.36362114548683167,0.6786052584648132,-0.8713566660881042 +113,-1.4937566227693058,-1.355230990161596,1.5366675970744097,-0.21326521039009094,0.9768556356430054,-0.016462471336126328,2.85032057762146,0.9719709157943726,0.6765474677085876,-0.5559303760528564,1.0133482217788696,0.24130070209503174 +114,-0.19813427930232877,-1.3563943062219124,2.7622515872566753,-0.04188033938407898,0.9771037697792053,-0.2086002677679062,2.487647533416748,-1.3101646900177002,1.521848201751709,-0.018285062164068222,-0.4076306223869324,0.12431076169013977 +115,-0.20917828771806504,-1.144307804082119,3.085034276135455,-0.08590249717235565,0.910423994064331,-0.4046592116355896,0.08615688979625702,-2.090123176574707,0.427372545003891,-0.37122029066085815,-1.4428184032440186,1.0443840026855469 +116,-0.2809218649001588,-1.2221676779017208,3.0991162783945825,-0.09470824897289276,0.9398420453071594,-0.3282182216644287,0.45048511028289795,-2.4886655807495117,0.6371350884437561,0.8111236691474915,3.7166519165039062,-1.1484053134918213 +117,-0.37157160540510203,-1.179077939073506,3.107745794402544,-0.1386157125234604,0.9242543578147888,-0.3557237982749939,-2.1829018592834473,0.5322431325912476,-1.357708215713501,-0.10415162146091461,0.6857309341430664,2.511104106903076 +118,-1.0334066354704472,-1.3991784122480595,2.2785731388721286,-0.14670471847057343,0.9853097796440125,-0.08741942048072815,-1.8610395193099976,1.508673071861267,-0.6701256036758423,-0.02239316701889038,0.014568030834197998,0.30894649028778076 +119,-2.0717493435713537,-1.3267243804163573,1.1735573269580217,-0.21196304261684418,0.9703620076179504,0.1160583645105362,-2.175105333328247,-0.12843120098114014,-0.5590376853942871,0.2980988621711731,0.013585865497589111,0.026153579354286194 +120,-2.458256444159954,-1.155762497254102,0.7113503651142224,-0.25458717346191406,0.9151026606559753,0.3126860558986664,-2.3390979766845703,0.9499420523643494,-0.26668354868888855,-0.15619471669197083,0.033658385276794434,-0.4841795861721039 +121,-2.3654322415159075,-1.0200236606561826,0.6685598472727129,-0.36662688851356506,0.8521203994750977,0.37346386909484863,-0.30879291892051697,0.2794531583786011,-0.1869591325521469,0.7642405033111572,0.582480251789093,-0.7020314335823059 +122,-2.028807178495121,-1.1735813116460263,1.0069273407255657,-0.3469802439212799,0.922141969203949,0.17105215787887573,3.81033992767334,-0.06983645260334015,1.2349650859832764,0.4051620364189148,0.30635833740234375,0.27201735973358154 +123,-1.0389031538632492,-1.3336075891224457,2.0506886175930212,-0.20250923931598663,0.972002387046814,-0.11916918307542801,0.40061599016189575,0.34726741909980774,1.4214993715286255,-0.5321861505508423,0.6045356392860413,0.5810984969139099 +124,-0.07918810023161438,-1.267017834234362,3.064162823822453,-0.023662611842155457,0.95421302318573,-0.2981903851032257,2.9307570457458496,-3.462740421295166,0.9901252388954163,-0.04924388229846954,-0.4322556257247925,0.6373475193977356 +125,-0.2696517022892693,-1.1276753393678838,-3.0207862768984093,-0.11422014236450195,0.9034178853034973,-0.4132673144340515,-1.316041111946106,-2.230004072189331,0.42501214146614075,-0.29145002365112305,-1.313330054283142,0.860304057598114 +126,-0.379619434955659,-1.250696013823702,-3.0512391224975994,-0.11660344898700714,0.9492038488388062,-0.292260080575943,0.9269327521324158,-4.4545392990112305,0.7501039505004883,1.2019305229187012,2.161987066268921,-1.4399787187576294 +127,-0.35926914383244946,-1.226004176080759,-3.010765074641047,-0.11883791536092758,0.9411457180976868,-0.3164212703704834,-1.9993767738342285,0.09078758209943771,0.5835323333740234,0.12372073531150818,-0.32359200716018677,1.7580716609954834 +128,-1.2512816833297937,-1.4042381873380139,2.171459154869199,-0.15739750862121582,0.9861612319946289,-0.05207509547472,-2.393571138381958,0.012081142514944077,-1.2056115865707397,0.054370179772377014,0.20057570934295654,0.047405906021595 +129,-2.261164567136903,-1.3084818446889017,1.0952989789371992,-0.19993628561496735,0.9657923579216003,0.16513845324516296,-2.244325876235962,1.1884996891021729,-0.16118267178535461,0.38023412227630615,-0.15791571140289307,0.018913045525550842 +130,-2.4741804322635863,-1.1339858383679426,0.7314139828986074,-0.2618502676486969,0.9061055779457092,0.3322758972644806,-1.4468696117401123,0.6413894891738892,-1.2194138765335083,-0.1721097230911255,0.37563270330429077,-0.6283726692199707 +131,-2.390340286189093,-1.038337752523125,0.7506481168497949,-0.346500962972641,0.8615615963935852,0.3710104823112488,0.30849555134773254,0.17838889360427856,-0.05974552407860756,0.4376721978187561,0.6738235950469971,-0.8153159618377686 +132,-1.930087561599547,-1.2679135986495802,1.228829473883277,-0.27922725677490234,0.9544805884361267,0.10487604141235352,3.622161388397217,-1.766396403312683,2.073228359222412,0.24002742767333984,0.4984613060951233,0.443326473236084 +133,-0.7566686747110231,-1.3775950195935105,2.3579137081448165,-0.1318100541830063,0.9813945889472961,-0.1396099478006363,1.315664529800415,1.1231019496917725,2.712048053741455,-0.1725417673587799,-0.11103314161300659,0.5477215051651001 +134,-0.013027853062113983,-1.1994748216148385,-3.014261325348276,-0.0047269850037992,0.9318486452102661,-0.36281630396842957,2.4333341121673584,-4.220144271850586,0.7766475677490234,-0.07246722280979156,-0.6994878053665161,0.7611775398254395 +135,-0.21242578331069642,-1.234330106600108,-2.9281100905844193,-0.06960682570934296,0.9439272284507751,-0.3227322995662689,-3.1878459453582764,-1.969388484954834,-0.24646751582622528,-0.21315380930900574,-0.7939334511756897,0.017663389444351196 +136,-0.21614880656376084,-1.2200069295534812,-2.8243711661221345,-0.0737001821398735,0.9391017556190491,-0.3356429636478424,0.4730607867240906,0.8996685743331909,0.677891194820404,-0.4154050350189209,-0.6625972390174866,1.83515465259552 +137,-0.2673062992748318,-1.3307056969855589,-2.983480482534597,-0.06280861049890518,0.9713164567947388,-0.22934547066688538,-3.3273401260375977,1.9839801788330078,0.20198240876197815,0.059222809970378876,-0.39303892850875854,0.999761700630188 +138,-1.6400408936400324,-1.41141480516387,1.8164090843705127,-0.15832705795764923,0.9873256087303162,0.01098084356635809,-1.9175435304641724,0.5787414312362671,-0.29531562328338623,0.005861222743988037,-0.04106712341308594,0.14368224143981934 +139,-2.4224513681400244,-1.2889822659563883,0.9834401438053801,-0.18319468200206757,0.9605525135993958,0.20923388004302979,-2.3056681156158447,1.1097736358642578,-0.06041257083415985,0.10955573618412018,-0.24284005165100098,-0.2350822389125824 +140,-2.533460918251915,-1.104795617577926,0.7584687432619357,-0.25671082735061646,0.8933723568916321,0.368762344121933,-0.8567091822624207,1.9549823999404907,-0.9638274312019348,-0.007144182920455933,0.21125727891921997,-0.21889051795005798 +141,-2.397904943811423,-1.0835951404367434,0.7914957781232353,-0.31694385409355164,0.8836466073989868,0.344551146030426,1.9639192819595337,0.9469689130783081,0.4554247260093689,0.40397998690605164,1.1241202354431152,-0.8697738647460938 +142,-1.6707600064754715,-1.3517744911394423,1.5679931224278205,-0.216189906001091,0.9761104583740234,0.02168341353535652,3.435157299041748,0.5091933608055115,1.4627610445022583,-0.2805752158164978,1.1719913482666016,0.1148827075958252 +143,-0.4457606565126254,-1.3835052598207787,2.7015245047026455,-0.08027827739715576,0.9825122356414795,-0.1680034101009369,2.1079437732696533,1.6223808526992798,2.073317527770996,-0.22309696674346924,-0.2353198528289795,0.4141277074813843 +144,-0.08614528707480316,-1.16581456460316,-3.02528301186508,-0.0338994599878788,0.919109582901001,-0.3925410807132721,1.4450949430465698,-3.182021141052246,0.5656732320785522,-0.1244562566280365,-1.0221827030181885,0.783913791179657 +145,-0.27347176791087713,-1.2360380958033301,-3.0202682930052256,-0.08873090147972107,0.9444897770881653,-0.3163318336009979,-0.9800609946250916,-0.9641149640083313,-0.2572624981403351,0.006592847406864166,0.05935537815093994,-1.2371196746826172 +146,-0.21571598113976817,-1.1535598835850536,-2.823401560826455,-0.08673939108848572,0.9142123460769653,-0.395843505859375,-1.1064544916152954,-0.060204654932022095,0.4620344936847687,-0.7527076005935669,-1.1000796556472778,1.8339080810546875 +147,-0.3212455785924529,-1.3116097235875426,-3.074942552085453,-0.0809246227145195,0.9665987491607666,-0.24318313598632812,-3.421334743499756,2.3880155086517334,-0.06178421154618263,-0.0615161657333374,-0.3863375186920166,0.9153480529785156 +148,-1.7593908173803183,-1.416852953201085,1.6448783239320535,-0.15061824023723602,0.9881740808486938,0.02874740958213806,-1.866180658340454,1.2978765964508057,-0.5700265169143677,0.11703363060951233,-0.0346674919128418,0.03343212977051735 +149,-2.4082153654993834,-1.272147991671958,0.9544350459443578,-0.19695132970809937,0.9557350873947144,0.21858753263950348,-2.1829373836517334,1.2436643838882446,0.03288891911506653,0.18277591466903687,-0.07945340871810913,-0.14771045744419098 +150,-2.492980664815193,-1.0940360319927112,0.70763757467492,-0.27721449732780457,0.8884862661361694,0.3657103478908539,-0.8357185125350952,1.2324076890945435,-1.314758539199829,0.16791582107543945,0.3954949378967285,-0.48981013894081116 +151,-2.3808389307124185,-1.0871562810289292,0.7660572796002297,-0.32060569524765015,0.8853081464767456,0.3368106484413147,2.4251487255096436,0.18695968389511108,0.5864623785018921,0.42009302973747253,1.1616277694702148,-0.7856631278991699 +152,-1.6489947698962006,-1.3425129226881383,1.5372055235816506,-0.22561393678188324,0.9740563035011292,0.01767870783805847,3.107881784439087,0.1386350691318512,1.1162834167480469,-0.45947515964508057,1.0938299894332886,-0.14350271224975586 +153,-0.27880767790349015,-1.4020892524723512,2.8095902828599417,-0.046209849417209625,0.9858027100563049,-0.16142398118972778,2.1728389263153076,0.12135776877403259,2.157154083251953,-0.014199689030647278,-0.30370432138442993,0.22866947948932648 +154,-0.09085692201275777,-1.1684612190615582,-3.0001650556105663,-0.035527754575014114,0.9201491475105286,-0.3899531066417694,0.9909842610359192,-2.8355562686920166,0.4842948913574219,-0.4052986800670624,-1.2817366123199463,1.0501551628112793 +155,-0.17110151518074448,-1.2230597367122125,-2.9520541911057014,-0.058022335171699524,0.9401464462280273,-0.3357948660850525,0.5606389045715332,1.5815273523330688,0.5532404780387878,0.34179002046585083,2.022820472717285,-2.2570090293884277 +156,-0.16311156478169442,-1.195802109896494,-2.813984666219944,-0.05947780981659889,0.9305097460746765,-0.3614053726196289,-0.69742351770401,1.3264732360839844,-0.45872917771339417,-1.3656930923461914,-0.6386092305183411,-0.2763204276561737 +157,-0.1893292069906869,-1.373834549280544,-2.998376533834149,-0.036829087883234024,0.9806656837463379,-0.19219422340393066,-3.3409385681152344,2.6892454624176025,-0.868910014629364,-0.4315699636936188,0.12346035242080688,0.8344671726226807 +158,-1.7794345207154332,-1.4261168690395574,1.6110691727646127,-0.14104917645454407,0.9895521998405457,0.029862817376852036,-2.170469045639038,0.7859732508659363,-0.29175809025764465,0.07618404924869537,-0.0893140435218811,0.12972891330718994 +159,-2.5534791144376716,-1.2837854803946283,0.7535600129860351,-0.15705445408821106,0.9590943455696106,0.23552505671977997,-2.219472885131836,1.5976283550262451,0.058592572808265686,-0.03114745020866394,-0.054507553577423096,-0.1258448362350464 +160,-2.5539335655785833,-1.1088102179005512,0.6198781817965844,-0.24711723625659943,0.8951690196990967,0.37095189094543457,-0.957118809223175,1.7466380596160889,-0.7471901178359985,0.3189098834991455,0.16736137866973877,-0.28509074449539185 +161,-2.4491184209017627,-1.0792293003855244,0.6300527463222039,-0.30135056376457214,0.8815943002700806,0.3632899522781372,1.6263375282287598,0.4856136441230774,0.41935354471206665,0.43217939138412476,1.0599188804626465,-0.7675563097000122 +162,-1.8939325043316508,-1.3198532219793564,1.2015227129281567,-0.23546576499938965,0.9686786532402039,0.07885127514600754,3.344925880432129,-0.5694003701210022,1.5178583860397339,-0.13094353675842285,0.7625682950019836,0.37746286392211914 +163,-0.5378191194221777,-1.4127386673973337,2.426732815412546,-0.0806303322315216,0.9875348806381226,-0.13517943024635315,1.21067214012146,1.433608055114746,2.3969309329986572,-0.1048097237944603,-0.045564115047454834,0.32724183797836304 +164,-0.017791760158548216,-1.205252287557063,3.100783738401504,-0.0063594612292945385,0.933929443359375,-0.3574008345603943,1.6600370407104492,-3.36423921585083,0.552786111831665,-0.07644999027252197,-0.9486083984375,0.6271914839744568 +165,-0.23303714468700668,-1.248282212473306,3.113037597746946,-0.07319486886262894,0.9484415650367737,-0.30838459730148315,-1.917059302330017,-1.7690192461013794,-0.37217068672180176,0.07719267904758453,-0.42944443225860596,-0.21267250180244446 +166,-0.23468365088720877,-1.1581543470721252,-2.988884288039982,-0.09325388073921204,0.9160645008087158,-0.3900379538536072,0.8422470092773438,-0.4752005934715271,0.5503546595573425,-0.6092150211334229,-1.0587799549102783,1.3239216804504395 +167,-0.3572864168553559,-1.2276144190547305,3.077039031961537,-0.11767997592687607,0.9416887760162354,-0.3152356445789337,-3.110347032546997,2.2091684341430664,-0.03577402979135513,0.11911430209875107,-0.6420977711677551,1.0251507759094238 +168,-1.3339005118150902,-1.3677810103190529,1.9519546734913422,-0.1959928423166275,0.9794631004333496,-0.04731837660074234,-1.4528330564498901,-0.5681545734405518,-0.7084702253341675,0.2862943410873413,0.4000992774963379,-0.04643160104751587 +169,-2.1109928929174537,-1.2913080562700738,1.1882295188968877,-0.2365829199552536,0.9611967206001282,0.14187803864479065,-2.0342276096343994,0.5934084057807922,-0.009036272764205933,0.2313186526298523,-0.20652759075164795,0.11244022846221924 +170,-2.3580592449899322,-1.1393517543853688,0.843182017756641,-0.29514867067337036,0.908362627029419,0.296251505613327,-1.2785876989364624,0.8585827946662903,-0.9867901802062988,-0.09391996264457703,0.1164482831954956,-0.13202115893363953 +171,-2.246546701360363,-1.035376759612249,0.8528010825937906,-0.3980788588523865,0.860054612159729,0.31912264227867126,0.30267515778541565,0.6515083312988281,-0.7241595983505249,0.6610946655273438,0.5200265049934387,-0.5010530948638916 +172,-1.80049988285424,-1.1788987351704519,1.3238840332718893,-0.37191084027290344,0.9241859316825867,0.08696416765451431,3.29603910446167,-0.4120296239852905,1.697503924369812,0.18358686566352844,0.13504868745803833,0.31347227096557617 +173,-0.9327683457433394,-1.296509173490149,2.1700749044715724,-0.21757447719573975,0.9626185297966003,-0.1613277941942215,0.7225598692893982,2.839421510696411,1.5791981220245361,-0.34350642561912537,0.2051822543144226,0.5145993232727051 +174,-0.11618666759260554,-1.3024236890779735,3.0252625149183396,-0.030739111825823784,0.9642037153244019,-0.26337504386901855,1.7996288537979126,-3.331989288330078,1.0549354553222656,0.024360936135053635,-0.44691550731658936,0.38816142082214355 +175,-0.2351416718391746,-1.241259007201074,-3.03168815355273,-0.07539383322000504,0.9461921453475952,-0.3147002160549164,-1.1815067529678345,-2.754995822906494,0.2598479986190796,-0.11341841518878937,-1.0290778875350952,0.37335503101348877 +176,-0.2359429880818375,-1.2343914739328645,-2.85389868921661,-0.0771632045507431,0.9439474940299988,-0.32095038890838623,2.5053114891052246,-5.729032039642334,0.7720361351966858,0.5355982780456543,0.4543679356575012,-0.46170341968536377 +177,-0.32066809879080355,-1.228249816482069,-2.877559947157645,-0.10587166994810104,0.9419023990631104,-0.31876474618911743,-1.4740972518920898,-0.15294517576694489,0.0838695839047432,-0.12117911130189896,-0.2920764088630676,2.2667322158813477 +178,-1.2576930732566345,-1.419503519861073,2.2937746757729274,-0.1433895230293274,0.9885770678520203,-0.04642273113131523,-2.626230001449585,-0.24885165691375732,-1.1100512742996216,0.010180264711380005,0.4159182906150818,0.30219054222106934 +179,-2.2129778823646955,-1.329896691779354,1.288918955225931,-0.19104981422424316,0.9711237549781799,0.14289385080337524,-2.0591230392456055,-0.8364650011062622,-0.19537568092346191,0.47251343727111816,-0.19123178720474243,0.031239494681358337 +180,-2.5200849429180185,-1.1707928089644668,0.8761431847061095,-0.2267451137304306,0.9210596084594727,0.31660017371177673,-1.610538363456726,0.5027834177017212,-0.827819287776947,-0.3947300910949707,0.021994471549987793,-0.49917152523994446 +181,-2.444767135190267,-1.0434471510056775,0.877655823964896,-0.3229754567146301,0.8641441464424133,0.38592979311943054,-0.009800425730645657,0.6167039275169373,-0.4073624610900879,0.24572020769119263,0.44194716215133667,-0.7752883434295654 +182,-2.085335601092335,-1.1836416556909988,1.2035345754712719,-0.32866916060447693,0.9259870648384094,0.18580767512321472,4.211925506591797,-0.9894139766693115,1.1031228303909302,0.4155374765396118,0.3888474702835083,-0.1906142383813858 +183,-1.0355518603944396,-1.3729558881396522,2.309331430695942,-0.16906313598155975,0.9804933071136475,-0.10025167465209961,1.3534448146820068,1.197424054145813,1.0783530473709106,-0.6277050375938416,0.8529874682426453,0.5366072654724121 +184,0.03297685913049188,-1.2877169094675305,-2.865361392872856,0.00920923613011837,0.9601998925209045,-0.27916234731674194,2.725194215774536,-3.3527579307556152,0.7730831503868103,-0.18239648640155792,-0.4850258231163025,0.49576082825660706 +185,-0.16347018139745836,-1.1771534551833656,-2.7684670461270517,-0.06242099404335022,0.9235179424285889,-0.37844201922416687,-1.6602749824523926,-1.184726357460022,0.05419865995645523,-0.3567073941230774,-1.4285838603973389,0.8287594318389893 +186,-0.2454279693304404,-1.248492579577976,-2.750714698804869,-0.07696184515953064,0.9485082030296326,-0.30726057291030884,1.5514861345291138,-4.128555774688721,0.7784848809242249,0.945370078086853,0.8208552002906799,-1.044088363647461 +187,-0.4098335427952655,-1.268043513071104,-2.8988678754882313,-0.11879931390285492,0.9545193314552307,-0.2734580934047699,-1.6142915487289429,-0.33461135625839233,-0.7734925150871277,0.04363453388214111,0.76175856590271,1.8566642999649048 +188,-1.1040856208279246,-1.4088226982563261,2.587943149371462,-0.14401976764202118,0.9869109392166138,-0.07256216555833817,-2.0624160766601562,0.07859113067388535,-1.8811715841293335,-0.10292845964431763,0.1936463713645935,0.28371328115463257 +189,-2.1598576836018375,-1.3090444212466246,1.5438093092044038,-0.21516036987304688,0.9659380912780762,0.1437695324420929,-2.230998992919922,0.30898648500442505,-0.18963298201560974,0.3568382263183594,-0.14112424850463867,-0.1594555377960205 +190,-2.4608303990266367,-1.152360460301812,1.1668130460819237,-0.25573939085006714,0.9137256145477295,0.31575772166252136,-1.4976321458816528,0.45952680706977844,-0.5788282752037048,-0.43346959352493286,0.09208798408508301,-0.5900954008102417 +191,-2.3468016712100526,-1.0448177869936173,1.1644183051263866,-0.358328640460968,0.8648330569267273,0.3516596555709839,0.14790062606334686,0.1994314342737198,-0.29579803347587585,1.0101840496063232,0.4725540280342102,-0.6662653684616089 +192,-1.9352947388888566,-1.2414541903022152,1.6212495707237282,-0.3021726608276367,0.9462553262710571,0.11529317498207092,3.3154592514038086,-1.9211485385894775,1.8491605520248413,0.2953825294971466,0.2787202000617981,0.6467002630233765 +193,-0.8538511165559189,-1.3741086076630205,2.7324847076195633,-0.14731276035308838,0.980719268321991,-0.1284092366695404,0.6754881739616394,1.321251630783081,2.4320738315582275,-0.18490159511566162,0.028039395809173584,0.5953282117843628 +194,-0.036888840521016694,-1.2262211493788002,-2.5842237307865545,-0.012458113953471184,0.9412190318107605,-0.33756718039512634,2.5987284183502197,-3.9656174182891846,0.7994725108146667,0.0037910938262939453,-0.7339131236076355,0.733166515827179 +195,-0.20781190558336768,-1.2012434402590164,-2.4600846673294345,-0.07452229410409927,0.9324889183044434,-0.3534274101257324,-2.7573888301849365,-1.1925853490829468,0.16688038408756256,-0.23303386569023132,-1.0040678977966309,0.4780459403991699 +196,-0.2339498123188334,-1.1845361223516466,-2.336609855979877,-0.08733338117599487,0.9263244271278381,-0.36646410822868347,1.9135900735855103,-1.9156317710876465,1.3309626579284668,0.3422314524650574,-1.0174498558044434,0.30687856674194336 +197,-0.3492191577301408,-1.2382299952628293,-2.4959495260649427,-0.11170632392168045,0.9452076554298401,-0.30676427483558655,-1.6105632781982422,1.1778336763381958,0.6509848237037659,0.5844236612319946,-0.4672565460205078,0.9050155878067017 +198,-1.066201210802965,-1.4409266462786878,2.919051881198351,-0.11336487531661987,0.9915787577629089,-0.06260961294174194,-1.966349720954895,-0.5552826523780823,-1.117925763130188,0.008323371410369873,0.31918174028396606,-0.13392359018325806 +199,-2.354759910163292,-1.3460806808505288,1.5665201354794753,-0.15779051184654236,0.9748575091362,0.15733842551708221,-2.0547878742218018,0.6984317898750305,-0.43438276648521423,0.19735650718212128,-0.18902963399887085,-0.30086249113082886 +200,-2.566132140994137,-1.1574775029687405,1.2401142749320635,-0.21858713030815125,0.9157928824424744,0.3369620144367218,-1.8246241807937622,0.9245272278785706,-0.7298752069473267,-0.20792657136917114,0.010858237743377686,-0.5702688694000244 +201,-2.417350373404944,-1.0481006986610786,1.2679310709512508,-0.3307657241821289,0.8664765954017639,0.373914897441864,0.10028982907533646,-0.024003390222787857,-0.34185540676116943,0.9431619644165039,0.5399412512779236,-0.6078627109527588 +202,-2.0815621516497123,-1.2627646503322392,1.6578802006571502,-0.2644885778427124,0.9529321789741516,0.14821001887321472,3.4059648513793945,-1.8119406700134277,1.9614684581756592,0.23728212714195251,0.23423224687576294,0.4090561866760254 +203,-0.7224927887335028,-1.4013350677574503,3.0462308830920333,-0.11152207106351852,0.9856757521629333,-0.1265157014131546,1.0277668237686157,1.3888647556304932,2.234860420227051,-0.3408094644546509,0.22445303201675415,0.6026509404182434 +204,0.0023214565518416466,-1.1900067976195674,-2.3961498451637926,0.0008627765346318483,0.9283714890480042,-0.3716524541378021,2.6745471954345703,-4.252866268157959,0.7335293292999268,0.04767543077468872,-0.6918908357620239,0.6236666440963745 +205,-0.10401856552644603,-1.1739708947509704,-2.2603352021547853,-0.04012994095683098,0.9222925901412964,-0.3844035267829895,-2.979994297027588,-0.6142901182174683,-0.07788994163274765,-0.19139167666435242,-1.0364435911178589,0.3950236439704895 +206,-0.18025371994114092,-1.2040624641807853,-2.2012335392435602,-0.0642838105559349,0.9335034489631653,-0.3527587354183197,1.186827540397644,-0.046486593782901764,1.3131146430969238,-0.481690913438797,-0.6236280798912048,0.8973144292831421 +207,-0.20868088586820016,-1.2447229347108697,-2.2893451711425006,-0.06636175513267517,0.9473074078559875,-0.3133763074874878,-3.018854856491089,2.2450201511383057,1.0070888996124268,0.40545782446861267,-0.6112936735153198,1.3679112195968628 +208,-1.1028026229741146,-1.4257418323581716,2.9708316520311997,-0.12900462746620178,0.9894980192184448,-0.0652046725153923,-1.912347674369812,-0.5805603265762329,-0.4567433297634125,0.10623851418495178,0.07680141925811768,0.0559731125831604 +209,-2.388727420664227,-1.3617090294997212,1.6512732382246884,-0.14192071557044983,0.9782207608222961,0.1514689028263092,-2.008662462234497,0.29169222712516785,-0.15192893147468567,0.18275319039821625,-0.25443530082702637,-0.19233201444149017 +210,-2.615668135968752,-1.1691878445103294,1.3077848711167024,-0.19623668491840363,0.9204334020614624,0.33807364106178284,-1.3381136655807495,0.9337599277496338,-1.0574355125427246,-0.11055655777454376,0.05367249250411987,-0.45001205801963806 +211,-2.486407502769378,-1.072510548502939,1.327837254515925,-0.29119980335235596,0.8784031271934509,0.37895986437797546,-0.14549626410007477,-0.27155834436416626,-0.37140294909477234,0.45919910073280334,0.5542140603065491,-0.8064959049224854 +212,-2.0806612383246996,-1.2841603069017495,1.7591551869278395,-0.24676759541034698,0.959200382232666,0.13798785209655762,3.2506625652313232,-2.092012882232666,1.840895175933838,0.5352960228919983,0.19994890689849854,0.6127445697784424 +213,-0.6162892122684395,-1.4311483474079696,-2.9890950324958236,-0.08045617491006851,0.9902650713920593,-0.11358705163002014,1.4428530931472778,-0.019579613581299782,1.9094198942184448,-0.3433719575405121,0.20538312196731567,0.38787901401519775 +214,0.06783106680966447,-1.206560563201923,-2.211166174287403,0.024145295843482018,0.9343962669372559,-0.35541611909866333,2.9814846515655518,-3.852543830871582,0.5845183730125427,0.014718830585479736,-0.6124968528747559,0.670342206954956 +215,-0.1084502831932472,-1.1712314825097483,-2.154845395385621,-0.04210642725229263,0.9212303757667542,-0.38673222064971924,-2.264875650405884,-1.1016031503677368,-0.36364126205444336,-0.15427419543266296,-0.9898796081542969,0.6186047792434692 +216,-0.31119335922837943,-1.170073413552166,-2.1567463843746273,-0.11944177746772766,0.9207792282104492,-0.37134796380996704,1.8269915580749512,-1.0958755016326904,1.511879801750183,-0.6461374163627625,-0.4058408737182617,0.14316803216934204 +217,-0.3742079125653909,-1.1817352945168216,-2.217722628501363,-0.1386546939611435,0.9252656102180481,-0.35306963324546814,-2.8628101348876953,0.4758818447589874,0.5828476548194885,0.3692760467529297,0.28135353326797485,0.5157893896102905 +218,-0.8179607063828852,-1.3503336353152797,-2.7648917374289845,-0.15958301723003387,0.9757964015007019,-0.14951445162296295,-1.785096287727356,-0.19593453407287598,-0.5501992106437683,-0.19619090855121613,-0.03753352165222168,0.02080656588077545 +219,-2.053951089971831,-1.3697907275612744,2.2666218389367785,-0.1768014281988144,0.9798663258552551,0.09275484830141068,-2.0645577907562256,1.0149226188659668,0.10507611930370331,0.3558022677898407,-0.13687920570373535,0.07792997360229492 +220,-2.498725777034419,-1.2274371418327867,1.743347423346072,-0.20182044804096222,0.9416291117668152,0.26944977045059204,-1.9354112148284912,0.7719265818595886,-0.6630839109420776,-0.3759230971336365,-0.038766562938690186,-0.13680505752563477 +221,-2.456101373148451,-1.0846434307097572,1.6363362476313077,-0.2957803010940552,0.8841368556022644,0.36168500781059265,-0.8433151245117188,0.9355583190917969,-0.23357467353343964,0.6878396272659302,0.3818085193634033,-0.633474588394165 +222,-2.31297256084588,-1.1542244447994674,1.7530790020444411,-0.29821041226387024,0.9144814014434814,0.2734852433204651,3.7188658714294434,0.8570786118507385,0.4104512631893158,0.14179256558418274,0.660011887550354,-0.8371448516845703 +223,-1.289509434226609,-1.3688704576874207,2.912424355890094,-0.19267459213733673,0.9796821475028992,-0.055672965943813324,3.2382986545562744,0.7661104202270508,0.49263039231300354,-0.611021101474762,0.8818748593330383,0.2188047170639038 +224,-0.08229028136241746,-1.2979206964961172,-2.2716201830510996,-0.0221523679792881,0.9629998803138733,-0.26858994364738464,2.8539199829101562,-1.3336952924728394,1.7838175296783447,-0.0326724648475647,-0.13128912448883057,0.29047101736068726 +225,-0.07065677608465387,-1.11314767494433,-1.9650599215333895,-0.03119300678372383,0.8970938920974731,-0.4407373368740082,-0.4418613612651825,-1.7582004070281982,0.6065683364868164,-0.3897206783294678,-1.2588798999786377,0.9976679086685181 +226,-0.24562550457405322,-1.1988717900806105,-2.0157029661444006,-0.08836773037910461,0.9316296577453613,-0.3525017201900482,0.16008533537387848,0.07096721231937408,-0.45459866523742676,-0.04125571250915527,3.2694506645202637,-1.4307013750076294 +227,-0.24982613305983245,-1.1865419681163072,-1.9642458878590099,-0.0926806703209877,0.9270781874656677,-0.3632303774356842,-0.5793787240982056,2.520240545272827,-1.383139729499817,-0.3025830090045929,1.0935516357421875,-0.15869653224945068 +228,-0.4168628121041086,-1.3930701021010927,-2.3143453918472656,-0.07158217579126358,0.9842482209205627,-0.1616525799036026,-2.446603775024414,2.008303642272949,-1.194715976715088,-0.24848616123199463,0.31847089529037476,0.2892160415649414 +229,-2.0338944600061923,-1.4369308210623422,2.2117641066392646,-0.11940793693065643,0.9910534024238586,0.05962197482585907,-2.1597723960876465,0.41537174582481384,-0.3432866036891937,0.20188170671463013,-0.015986323356628418,-0.06949448585510254 +230,-2.62023827408711,-1.2837982389491673,1.5493064898154445,-0.1409865915775299,0.9590979814529419,0.24546660482883453,-2.0103094577789307,1.4089155197143555,-0.18494069576263428,-0.1718643605709076,-0.031668782234191895,-0.37060391902923584 +231,-2.5406418488383067,-1.10483869828113,1.5082544010551215,-0.2540343999862671,0.8933917284011841,0.3705644905567169,-0.6991097331047058,1.611570954322815,-0.6352829933166504,0.3768218457698822,0.15223217010498047,-0.44687363505363464 +232,-2.4009463160529902,-1.1077536489986317,1.5524956069638742,-0.3013988137245178,0.8946975469589233,0.3296586573123932,2.2891218662261963,0.8450217843055725,0.47695282101631165,0.3309398591518402,0.9740157127380371,-0.9813767671585083 +233,-1.5164763693638454,-1.3723305011365432,2.455030396661502,-0.19687514007091522,0.9803702235221863,-0.010704779997467995,3.055286169052124,1.5945179462432861,1.4816988706588745,-0.45742177963256836,1.105903148651123,0.15747904777526855 +234,0.029142694633587773,-1.3876912097269662,-2.3886652013817065,0.005305675324052572,0.9832830429077148,-0.18200695514678955,1.9829254150390625,0.016147345304489136,1.8879013061523438,0.09972056746482849,-0.2462834119796753,0.22409068048000336 +235,-0.02327144998042699,-1.1758057095575787,-2.1292728514577535,-0.00895403791218996,0.923000156879425,-0.38469547033309937,0.894912838935852,-3.134000539779663,0.6619833111763,-0.3564634323120117,-1.1347920894622803,0.9508423209190369 +236,-0.15374622336098984,-1.2935863466077138,-2.077941180435397,-0.04191068187355995,0.9618227481842041,-0.27044522762298584,0.2521716058254242,0.6027492880821228,-0.22191008925437927,-0.21037814021110535,0.6118466854095459,-2.0489516258239746 +237,-0.05383423456485278,-1.2340754494202375,-1.8448611242114508,-0.017777925357222557,0.9438431262969971,-0.32991549372673035,-1.4258449077606201,0.23778411746025085,0.29886141419410706,-0.8873887062072754,-1.1156874895095825,0.8967337608337402 +238,-0.5222036701762588,-1.4154116432514852,-2.3847125969932454,-0.0771927684545517,0.9879520535469055,-0.13413360714912415,-3.5090205669403076,1.9987107515335083,0.03103412687778473,0.06182719022035599,-0.12071889638900757,0.8619015216827393 +239,-1.8560519185438715,-1.4244474376815468,2.4314393562524534,-0.13993515074253082,0.989310085773468,0.04103642329573631,-2.2070376873016357,0.9595768451690674,-0.3628944456577301,-0.006610289216041565,-0.12761569023132324,-0.08952879905700684 +240,-2.5158492586912797,-1.2602068181153399,1.6665097850193005,-0.17900143563747406,0.9521535634994507,0.24771328270435333,-1.8202532529830933,1.3910608291625977,-0.12666857242584229,0.04644833505153656,-0.17441320419311523,-0.4420492947101593 +241,-2.4668068017152907,-1.0850035510888525,1.6133754622926637,-0.29169246554374695,0.8843050599098206,0.36458203196525574,-0.7127059102058411,2.036480188369751,-1.0764398574829102,0.42658016085624695,0.41160863637924194,-0.4366798400878906 +242,-2.277571057549242,-1.116997310833716,1.7759873839729023,-0.3333732485771179,0.8987881541252136,0.28467947244644165,3.143165349960327,0.6215429902076721,0.4818197786808014,0.34205546975135803,0.9642948508262634,-0.9119529724121094 +243,-1.3358725436655388,-1.3859751435281968,2.8101401263147388,-0.17872300744056702,0.9829691052436829,-0.04277612268924713,3.1784684658050537,0.7659132480621338,1.6340296268463135,-0.6055635213851929,1.2531453371047974,0.18822288513183594 +244,0.08615497067795395,-1.3526229237164367,-2.095862621648553,0.018624894320964813,0.9762944579124451,-0.21564383804798126,2.2883427143096924,-0.8518011569976807,1.8996528387069702,-0.05582582950592041,-0.32059377431869507,0.28472036123275757 +245,-0.07953257186224508,-1.139873886184193,-1.8910580833262032,-0.033186472952365875,0.9085808396339417,-0.41638877987861633,0.20666860044002533,-2.4940435886383057,0.3815654218196869,-0.4017805755138397,-1.3830223083496094,1.0601418018341064 +246,-0.17315171836673807,-1.275994026946259,-1.91264266469485,-0.050058331340551376,0.9568595886230469,-0.2862059473991394,1.1521698236465454,1.8233803510665894,1.0298599004745483,0.7216739058494568,3.0263404846191406,-2.8452484607696533 +247,-0.1280478113153387,-1.214399292676521,-1.7626786408385688,-0.044553887099027634,0.9371599555015564,-0.34604352712631226,-0.10549628734588623,0.9496424794197083,-2.1033761501312256,-1.8059710264205933,1.5876660346984863,-1.55671226978302 +248,-0.6136766083483176,-1.4054161816508146,-2.3675173562263563,-0.09480530768632889,0.9863558411598206,-0.13458910584449768,-2.6990928649902344,1.3484370708465576,-2.0676956176757812,-0.3130163550376892,0.5692167282104492,0.6364506483078003 +249,-1.9539983892979358,-1.397948976898178,2.5120939982090063,-0.1595146209001541,0.9850990772247314,0.06430518627166748,-2.455810070037842,0.34476330876350403,0.017006931826472282,0.2373954802751541,-0.0917273759841919,0.0063430145382881165 +250,-2.4842959379031124,-1.2349084483435122,1.887050318252628,-0.20138327777385712,0.9441180229187012,0.26093271374702454,-2.039193630218506,0.745526909828186,-0.6536752581596375,-0.2613242268562317,0.11569637060165405,-0.30101755261421204 +251,-2.376172360854821,-1.0779252458099708,1.8520597506824237,-0.3278222680091858,0.8809780478477478,0.3411894738674164,-0.16305401921272278,1.1306142807006836,-0.5429666042327881,0.6803613901138306,0.3333316445350647,-0.38827815651893616 +252,-2.0609860043186647,-1.1968722134613854,2.1415225632178183,-0.32225823402404785,0.9309011697769165,0.1719672530889511,3.7693772315979004,-0.08748862892389297,1.0608185529708862,0.33470943570137024,0.445731520652771,-0.1032264232635498 +253,-0.8377759056647021,-1.3747475244974152,-2.915320310155524,-0.1447637379169464,0.9808439016342163,-0.13034117221832275,1.3918896913528442,1.1093900203704834,1.4308037757873535,-0.5239832401275635,0.5133272409439087,0.37541258335113525 +254,0.20377972586871906,-1.3408079137886737,-1.818345231272431,0.04613403603434563,0.9736690521240234,-0.22324925661087036,1.9919719696044922,-3.47568678855896,1.194524884223938,-0.07398134469985962,-0.36194419860839844,0.40757542848587036 +255,-0.0015232217608182005,-1.2211338171771755,-1.6689575774769403,-0.0005218260339461267,0.939488410949707,-0.3425801992416382,-1.0829188823699951,-2.0212619304656982,0.3601086437702179,-0.44895631074905396,-1.2260026931762695,0.5770314931869507 +256,0.03460451386504026,-1.290688604103997,-1.5480257227179162,0.009564831852912903,0.9610256552696228,-0.2762938439846039,0.7173680663108826,-4.153675556182861,1.0811463594436646,1.3934502601623535,1.9689059257507324,-1.5491303205490112 +257,-0.0744807002866253,-1.2701981182448128,-1.5908071933648362,-0.02203274704515934,0.9551595449447632,-0.29527097940444946,-0.46674036979675293,-0.8962785005569458,-0.6203010678291321,-0.7493295669555664,0.4146982431411743,2.2261180877685547 +258,-1.0597565761139887,-1.4721100509143032,-2.675199122708214,-0.08593858778476715,0.9951344728469849,-0.04818787798285484,-1.9818177223205566,0.7164720892906189,-1.3513076305389404,-0.12209975719451904,0.39184367656707764,0.40220701694488525 +259,-2.4002161481783433,-1.3652549612719653,2.1794705909078056,-0.13782714307308197,0.9789506196975708,0.15052928030490875,-2.0221431255340576,-0.20798534154891968,-0.32195523381233215,0.30362915992736816,-0.2775347828865051,0.028349488973617554 +260,-2.568640997734289,-1.1976489114222644,1.8847058101553673,-0.1976272612810135,0.9311845898628235,0.306331992149353,-1.8142460584640503,1.5486396551132202,-0.7086814641952515,-0.0883377194404602,0.04743802547454834,-0.2574121654033661 +261,-2.461210683796538,-1.0744592321737143,1.89579850147253,-0.2995773255825043,0.8793327808380127,0.37017151713371277,-0.024562565609812737,0.21671324968338013,-0.3260778784751892,0.26283422112464905,0.425720751285553,-0.5718165040016174 +262,-2.102772096679623,-1.2407723318453514,2.21797591593307,-0.27928200364112854,0.9460345506668091,0.16437816619873047,3.417025566101074,-1.382193684577942,1.6425111293792725,0.5123142004013062,0.2837628126144409,0.24614429473876953 +263,-0.6863865761412347,-1.418178948115176,-2.626561323199844,-0.09634613245725632,0.9883765578269958,-0.11759863793849945,1.1391689777374268,0.6684192419052124,0.6864091753959656,-0.8076913356781006,0.7281457185745239,0.45788490772247314 +264,0.2308513998070881,-1.2649307037207242,-1.6542748516976604,0.06889790296554565,0.9535866379737854,-0.29313066601753235,2.7992188930511475,-3.9921958446502686,0.7731903195381165,-0.14217060804367065,-0.4284859895706177,0.6361788511276245 +265,0.023908210577850402,-1.159347035788803,-1.5422360422077446,0.009560893289744854,0.9165421724319458,-0.39982378482818604,-1.8847821950912476,-1.4187419414520264,0.24141164124011993,-0.41129428148269653,-1.2372361421585083,0.843366265296936 +266,-0.033372701311591896,-1.2348099264104682,-1.4909690076617252,-0.01100095547735691,0.9440855383872986,-0.3295169472694397,1.4568994045257568,-4.887478351593018,0.6260615587234497,0.7502435445785522,0.9655213356018066,-0.8854488134384155 +267,-0.13374016221452734,-1.2258887715030946,-1.5931266553523709,-0.04508411884307861,0.9411067366600037,-0.3350900709629059,-1.1298434734344482,1.5177448987960815,-0.0013358097057789564,0.3615514039993286,-0.2543087601661682,1.896170973777771 +268,-0.31905976917511175,-1.425409310180119,-1.903640972062131,-0.04544341564178467,0.9894499182701111,-0.13756299018859863,-1.9216926097869873,0.8798784613609314,-1.055523157119751,-0.25591766834259033,0.052191197872161865,0.42508435249328613 +269,-2.4012370470069992,-1.4206520203117803,2.242705956819714,-0.10089989006519318,0.9887495040893555,0.1104249358177185,-2.1500508785247803,0.6034857034683228,-0.17986851930618286,0.23362085223197937,0.007649421691894531,0.15619182586669922 +270,-2.664747841974496,-1.2210540337823987,1.837618546159006,-0.15727150440216064,0.9394610524177551,0.30443158745765686,-2.20919132232666,1.059630036354065,-0.47996947169303894,-0.20974817872047424,0.03963440656661987,-0.3760257959365845 +271,-2.522049455614622,-1.0831809329304602,1.8289944098375959,-0.2720525562763214,0.8834525942802429,0.3814429044723511,-0.5545070171356201,1.2465221881866455,-0.012528911232948303,0.4886358380317688,0.33628910779953003,-0.27588266134262085 +272,-2.2268626337832096,-1.2011404054083452,2.0381966681357784,-0.2862887680530548,0.9324517250061035,0.22039109468460083,3.654953956604004,-0.47273463010787964,1.0618491172790527,0.5888553261756897,0.32925164699554443,0.0953894555568695 +273,-0.9635857286632746,-1.4244807694763035,-2.9121523168937062,-0.11973235011100769,0.9893149733543396,-0.083187036216259,1.8511252403259277,1.0215930938720703,0.5212033987045288,-0.7504153847694397,0.9753304123878479,0.4867056608200073 +274,0.19490238743830363,-1.2991321931095878,-1.7772912759039587,0.051968611776828766,0.9633256793022156,-0.263254314661026,2.8458266258239746,-3.261270761489868,1.001707911491394,-0.11222556233406067,-0.32392144203186035,0.3524572551250458 +275,-0.013666553236934949,-1.149530546519914,-1.6702510220036972,-0.0055882991291582584,0.9125720858573914,-0.4088778793811798,-1.1544028520584106,-1.310486078262329,0.41325101256370544,-0.3320887088775635,-1.4426777362823486,0.9144015312194824 +276,-0.07021091191808831,-1.2300010676008724,-1.6294717563087613,-0.02344779670238495,0.9424891471862793,-0.33341333270072937,1.292897343635559,-4.591012477874756,0.19934296607971191,0.8405253887176514,2.3101658821105957,-1.2985751628875732 +277,-0.14863718768420314,-1.1842137451039576,-1.6164087946268184,-0.05583386495709419,0.9262028932571411,-0.3728681802749634,-1.3122642040252686,0.9819349646568298,-1.623576045036316,-0.9341258406639099,2.028524160385132,-0.12644514441490173 +278,-0.5057890412572599,-1.3963712737461398,-2.1097928622719686,-0.08408059179782867,0.9848265051841736,-0.15181298553943634,-2.3908560276031494,0.34347689151763916,-1.1530040502548218,0.06680765748023987,0.3147798180580139,0.3294711112976074 +279,-2.0258858177784647,-1.422790338551645,2.6189552596693018,-0.13245689868927002,0.9890670776367188,0.06481747329235077,-2.7754926681518555,0.007439891807734966,-0.6054254770278931,-0.006062343716621399,-0.1980515718460083,-0.058210380375385284 +280,-2.497724421904943,-1.22473936897499,2.063519477646216,-0.20361445844173431,0.9407174587249756,0.27127841114997864,-2.1902825832366943,0.5023675560951233,-0.7854605317115784,-0.163771390914917,0.16537690162658691,-0.35774993896484375 +281,-2.3937821885255968,-1.0779534828968091,2.033605824182806,-0.32174623012542725,0.8809913992881775,0.3468905985355377,-0.5922906994819641,0.23066692054271698,-0.3529936671257019,0.8312067985534668,0.3506672978401184,-0.6396611928939819 +282,-2.1053928739296035,-1.1792856819858921,2.2829406094181643,-0.3283441960811615,0.9243336915969849,0.19441531598567963,3.6210737228393555,-0.2531711161136627,0.8153818249702454,0.4749048948287964,0.37289226055145264,0.04093623161315918 +283,-0.9990690262005949,-1.4078059376658187,-2.790985410553881,-0.13646277785301208,0.9867464303970337,-0.08780127018690109,2.365422487258911,0.9475988149642944,1.1583430767059326,-0.801876425743103,1.1591885089874268,0.4906179904937744 +284,0.14673004077691443,-1.3088941932296436,-1.6076194455052446,0.03785494714975357,0.9658992290496826,-0.2561362683773041,2.2363839149475098,-3.2649827003479004,1.1639161109924316,-0.21102696657180786,-0.3284022808074951,0.29580914974212646 +285,-0.05102934373802764,-1.1485771546027874,-1.458531304688996,-0.020902013406157494,0.9121817946434021,-0.4092521369457245,-0.6602858901023865,-1.4768348932266235,0.45093807578086853,-0.5013452768325806,-1.4759788513183594,0.9087486267089844 +286,-0.06205589310707125,-1.2654015440764312,-1.4154354913321476,-0.018646350130438805,0.9537283182144165,-0.30009087920188904,-0.45480063557624817,-0.5306506156921387,1.5441491603851318,1.1581422090530396,3.2208778858184814,-0.9629553556442261 +287,-0.05690215500142477,-1.2518170462154012,-1.3302868100210823,-0.0178347360342741,0.9495559930801392,-0.3130897581577301,-1.3566111326217651,1.4539698362350464,-2.89221453666687,-1.1682919263839722,2.2070600986480713,1.6604102849960327 +288,-0.22593264345719652,-1.4491621700690698,-1.6489397852274756,-0.02718101628124714,0.9926117062568665,-0.11825181543827057,-2.1252169609069824,1.422669768333435,-0.7780393362045288,-0.06550085544586182,0.4216645359992981,0.4741020202636719 +289,-2.3552999260332337,-1.409717054676125,2.4490101234790838,-0.11350938677787781,0.9870547652244568,0.11330648511648178,-2.3816254138946533,0.2487747073173523,-0.38072672486305237,0.1685630977153778,-0.05466651916503906,0.19925451278686523 +290,-2.6341548107990627,-1.2166332306022782,2.057100487212908,-0.168526753783226,0.9379370808601379,0.30310583114624023,-2.165925979614258,0.8594445586204529,-0.41951996088027954,-0.23694510757923126,-0.027826428413391113,-0.5042166709899902 +291,-2.480068703519128,-1.0783066207237786,2.070876379202562,-0.29046377539634705,0.8811584115028381,0.3730831444263458,-0.16823701560497284,1.0057129859924316,-0.17657271027565002,0.7804386615753174,0.4217897057533264,-0.38443562388420105 +292,-2.1037255498003358,-1.2476481576818081,2.4018574233772854,-0.2735154330730438,0.9482403993606567,0.16133543848991394,3.710880756378174,-1.395535945892334,1.2213330268859863,0.3608415722846985,0.28277748823165894,0.17769953608512878 +293,-0.6206082427011971,-1.4176939485945343,-2.3634943986084465,-0.08868645131587982,0.9883027076721191,-0.12406690418720245,1.201338291168213,1.402119517326355,0.7268542647361755,-0.8286871910095215,0.8419280052185059,0.5307288765907288 +294,0.22150480641239279,-1.271342892236318,-1.4769029886024347,0.06481049954891205,0.9554978609085083,-0.28779086470603943,2.553145170211792,-3.443228244781494,0.7435026168823242,-0.08533355593681335,-0.4422532320022583,0.509592592716217 +295,0.024886784923375913,-1.1960490867349935,-1.3869891324899386,0.009108551777899265,0.9306001663208008,-0.36592400074005127,-1.9419047832489014,-1.2468926906585693,0.09106800705194473,-0.3948202133178711,-1.2574434280395508,0.7842589616775513 +296,-0.04689664853125325,-1.2672903398475004,-1.328446263517957,-0.014010756276547909,0.9542945027351379,-0.29853910207748413,1.8623749017715454,-4.089172840118408,0.8133264183998108,0.7047608494758606,0.347356379032135,-0.4619283974170685 +297,-0.1574948364827384,-1.2729820230212021,-1.4655261103640567,-0.04602307826280594,0.955980122089386,-0.28979945182800293,-1.0568727254867554,0.5934802293777466,-1.0994764566421509,0.01953382045030594,0.867918074131012,2.0370376110076904 +298,-0.28010394924400606,-1.461669270269278,-1.7477677234614433,-0.030109010636806488,0.9940515756607056,-0.10466624051332474,-1.5176011323928833,1.7577717304229736,-1.2182705402374268,-0.08648335933685303,0.35127007961273193,0.007223606109619141 +299,-2.3979969868370223,-1.4330534853512074,2.3663912887280376,-0.09294828027486801,0.9905284643173218,0.10106316953897476,-1.8526934385299683,1.351033329963684,-0.5460712313652039,0.1512978971004486,-0.21638917922973633,0.006816491484642029 +300,-2.5584676694123547,-1.24173022971533,2.070157437106627,-0.17794276773929596,0.9463445544242859,0.2697557508945465,-1.8481669425964355,0.9307553768157959,-0.8637334704399109,0.03814177215099335,-0.04224616289138794,-0.250453382730484 +301,-2.3929603639128243,-1.1277315344659806,2.113552918723637,-0.29179635643959045,0.9034420251846313,0.3140820562839508,0.957615315914154,1.001695990562439,-0.14486439526081085,0.6831232905387878,0.23713719844818115,-0.7981518507003784 +302,-1.7412680914976537,-1.3187856731486867,2.8165834986773297,-0.245736762881279,0.9684129953384399,0.04230174794793129,3.3446342945098877,-2.577552556991577,1.9565531015396118,0.5836121439933777,0.31657522916793823,0.9090226888656616 +303,-0.2242946888769267,-1.3329371096586922,-2.0228903032304544,-0.05240698531270027,0.9718446135520935,-0.22972096502780914,0.33796367049217224,1.8885544538497925,1.3796665668487549,-0.5306771397590637,-0.0013245344161987305,0.5512083768844604 +304,0.29274281178854633,-1.19551648501624,-1.3889892555119805,0.10577386617660522,0.9304050803184509,-0.35093915462493896,1.3635727167129517,-3.311903476715088,0.7248986959457397,-0.24612420797348022,-0.4398960471153259,0.5741294622421265 +305,0.09918343041472005,-1.1962542947331996,-1.3809079826539246,0.03622642159461975,0.9306752681732178,-0.3640482425689697,-1.6810895204544067,-1.4408395290374756,-0.36818650364875793,-0.18849387764930725,-0.9682729840278625,0.043461114168167114 +306,-0.09731728805185412,-1.2754972910191817,-1.4317564963461258,-0.028277188539505005,0.9567151665687561,-0.289649099111557,0.46617525815963745,-2.643312454223633,0.8155409693717957,0.5125758647918701,1.1354784965515137,-0.7515953779220581 +307,-0.1719568990301094,-1.2247457024258244,-1.4476261632030292,-0.05803826451301575,0.9407196044921875,-0.33418309688568115,-0.384389728307724,-0.39702776074409485,-0.4056457579135895,-0.5325989723205566,0.2010345458984375,1.9566043615341187 +308,-0.6917757461420334,-1.4142911989868692,-2.1784551680624618,-0.09942799061536789,0.9877780675888062,-0.12003488093614578,-1.9456877708435059,-0.18008792400360107,-0.880517840385437,0.012483403086662292,0.3020319938659668,0.13936777412891388 +309,-2.005270672242121,-1.3873471916964593,2.7789823429583125,-0.16547389328479767,0.9832203388214111,0.07678776979446411,-1.877090334892273,-0.43036627769470215,-0.5505919456481934,0.441795289516449,-0.09428894519805908,-0.09758543223142624 +310,-2.4725329316803775,-1.2110593360731414,2.1938988321848325,-0.21834507584571838,0.9359894394874573,0.2761327922344208,-1.7116373777389526,-0.4799412190914154,-1.3188722133636475,-0.4591298997402191,-0.0096435546875,-0.8006231784820557 +311,-2.3504151540479397,-1.0660200687514811,2.2310896753790717,-0.3439357876777649,0.8752827048301697,0.33998313546180725,0.7096363306045532,1.0618414878845215,-0.14332281053066254,0.6989772319793701,0.3004832863807678,-0.8658009767532349 +312,-1.8996521380550278,-1.2967868093824984,2.730704339134262,-0.25609320402145386,0.9626936912536621,0.08739101886749268,3.0001113414764404,-1.1368107795715332,2.2952489852905273,0.13293951749801636,0.6615891456604004,0.5139273405075073 +313,-0.410432073340322,-1.4101339242944357,-2.1221538405666127,-0.06382961571216583,0.9871215224266052,-0.14668585360050201,0.28294673562049866,1.4169642925262451,2.1747095584869385,-0.33576756715774536,0.0585174560546875,0.5061218738555908 +314,0.13641949535940825,-1.2401207898341262,-1.3991750060090875,0.04415573179721832,0.9458232522010803,-0.3216657340526581,1.9638067483901978,-3.857217311859131,0.5199297070503235,-0.22268354892730713,-0.9059977531433105,0.7752484679222107 +315,-0.11580402096223018,-1.283764870300282,-1.3745379917404494,-0.03271164000034332,0.9590885043144226,-0.2812102735042572,-2.8796558380126953,-1.8814826011657715,-0.3320815861225128,-0.20627152919769287,-0.8679478168487549,0.10906064510345459 +316,-0.034886636134563234,-1.2449326734494994,-1.1982046703380467,-0.011165881529450417,0.9473745822906494,-0.3199319839477539,2.7093191146850586,1.9762790203094482,0.7337672710418701,0.13972118496894836,-0.7236350774765015,3.3694162368774414 +317,-0.15790245795762087,-1.3147329318875403,-1.4189590748585124,-0.03982662409543991,0.9673945307731628,-0.2501232326030731,-2.707618474960327,2.24875545501709,0.20103146135807037,0.11978268623352051,-0.4614589214324951,0.8395702838897705 +318,-1.4338583000846163,-1.45598532831032,-2.807050385475073,-0.11348620802164078,0.993416428565979,-0.015638450160622597,-2.235201835632324,0.3042937219142914,-0.7764586806297302,0.14618581533432007,-0.0036703944206237793,0.11042600870132446 +319,-2.4360269082264,-1.285141060886072,2.3988986565872903,-0.1827283650636673,0.9594771862030029,0.2145082801580429,-2.4192252159118652,1.505184292793274,-0.27324169874191284,0.019947603344917297,-0.4025161862373352,-0.0718081146478653 +320,-2.418533414138288,-1.097326610893733,2.2513229150652143,-0.30171164870262146,0.8899915218353271,0.3418848216533661,-0.7955713868141174,2.145127296447754,-0.9343868494033813,0.5252681970596313,0.40937066078186035,-0.5272181034088135 +321,-2.22365714695193,-1.1114393495961639,2.378056429421706,-0.35219213366508484,0.8963378071784973,0.26933133602142334,2.9253122806549072,0.7624542713165283,0.25347572565078735,0.22282811999320984,0.991220235824585,-0.9842666387557983 +322,-1.384305174388454,-1.360553386252975,-2.9819947772454913,-0.2050786167383194,0.9779802560806274,-0.03869498148560524,3.190852642059326,0.1671549677848816,1.949513554573059,-0.5794824957847595,1.213181734085083,0.09156668186187744 +323,0.004942599471899289,-1.3740234714338027,-1.7049176697329347,0.0009663021774031222,0.9807025790214539,-0.19550326466560364,1.4649683237075806,-0.4372076094150543,2.3822553157806396,0.006678342819213867,-0.27568554878234863,0.29776763916015625 +324,0.017546398055844816,-1.1913652207679792,-1.3606141056806378,0.006498715840280056,0.9288755059242249,-0.370335191488266,0.4094808101654053,-3.6523382663726807,0.46777576208114624,-0.2551406919956207,-1.3751797676086426,1.0571485757827759 +325,-0.13215247470770022,-1.294855162176625,-1.3617774779148937,-0.03590058535337448,0.9621692299842834,-0.27007704973220825,0.11971163749694824,1.101585865020752,0.7874664664268494,0.6014676094055176,3.321049213409424,-2.3813512325286865 +326,-0.08233757603412344,-1.2307254541013217,-1.1894989327028311,-0.027433013543486595,0.9427310228347778,-0.3324240446090698,-1.1584504842758179,1.6822571754455566,-2.9642984867095947,-1.210039496421814,1.8326138257980347,3.151500701904297 +327,-0.6396903139238108,-1.4256058556834146,-1.9156576171024657,-0.08636724203824997,0.989478349685669,-0.11607523262500763,-2.0433096885681152,0.3937346339225769,-1.1696721315383911,0.061937928199768066,0.36379313468933105,0.42592018842697144 +328,-2.1176344154127884,-1.3943672747454132,2.8060471945883982,-0.14992012083530426,0.9844767451286316,0.09126584231853485,-2.4571478366851807,0.6345236897468567,-0.5937995314598083,0.11271922290325165,-0.13378405570983887,-0.060565121471881866 +329,-2.46587512592313,-1.18954811689147,2.3675333140811676,-0.23271985352039337,0.928200900554657,0.2903181314468384,-1.8494058847427368,0.799260675907135,-1.1085628271102905,-0.10756641626358032,0.17571139335632324,-0.4570356607437134 +330,-2.3056130702170803,-1.0723133824277493,2.403605758364599,-0.35472315549850464,0.878308892250061,0.32053831219673157,0.5794775485992432,-0.06689547747373581,-0.4219072461128235,1.0304434299468994,0.3066580295562744,-0.7566344738006592 +331,-1.8847765443485587,-1.2623207874073537,2.875783576262129,-0.2887634336948395,0.952797532081604,0.09376776963472366,2.977118968963623,-2.3105227947235107,3.0083744525909424,0.9406800270080566,0.4851906895637512,0.5441259145736694 +332,-0.2803854913285819,-1.404865989430158,-1.7663098405331983,-0.04570702835917473,0.9862651228904724,-0.15872053802013397,1.2245632410049438,-0.8660098314285278,2.6135759353637695,-0.4050986170768738,-0.14182835817337036,0.14048628509044647 +333,0.16292165038318998,-1.159057862175175,-1.1254085469339405,0.06491365283727646,0.9164264798164368,-0.3949032425880432,2.703773260116577,-4.449663162231445,0.7401584386825562,-0.28433504700660706,-0.7969197034835815,0.722082257270813 +334,-0.05766623800405061,-1.151964842986264,-1.102059308199634,-0.02343948557972908,0.9135648012161255,-0.4060174226760864,-2.7808637619018555,-1.2231162786483765,0.011720143258571625,-0.09593001008033752,-0.9558467864990234,0.43682485818862915 +335,-0.08919748054175933,-1.216650293762641,-1.0347286930302517,-0.03089175745844841,0.9379429817199707,-0.34541094303131104,1.597640037536621,-2.459491014480591,1.0356210470199585,0.17772707343101501,-0.5112614631652832,0.06368792057037354 +336,-0.1423803811270778,-1.2130618875147876,-1.1330014838742897,-0.04968664422631264,0.9366925358772278,-0.34660980105400085,-1.000166893005371,1.6617467403411865,0.12549538910388947,0.29843541979789734,-0.3107617497444153,1.5005710124969482 +337,-0.44345645420316615,-1.4357032916454961,-1.5567887949622867,-0.05778772383928299,0.9908888339996338,-0.12165582180023193,-1.5962339639663696,0.13043087720870972,-0.5067886710166931,-0.048337168991565704,0.19084346294403076,0.18716178834438324 +338,-2.385467537876602,-1.41137179735155,2.6954027294852305,-0.10891898721456528,0.9873188138008118,0.11548999696969986,-1.9199494123458862,-0.6696544885635376,-0.3547154366970062,0.35020625591278076,-0.044585227966308594,-0.034130118787288666 +339,-2.6419124959390645,-1.221459933287145,2.260716163366567,-0.16399885714054108,0.9396000504493713,0.3004262447357178,-2.0787510871887207,1.9587153196334839,-0.7216100096702576,-0.2919185161590576,0.03731328248977661,-0.38386133313179016 +340,-2.456149252027906,-1.098782921307974,2.301381831049817,-0.28781992197036743,0.8906546235084534,0.351985365152359,0.05617787316441536,1.0797688961029053,-0.10321586579084396,0.4362269341945648,0.3932197093963623,-0.6695359945297241 +341,-2.0059152162431806,-1.2980969166581406,2.744009665437581,-0.24423621594905853,0.9630473852157593,0.11352861672639847,3.170687437057495,-1.9219547510147095,2.2083287239074707,0.6856424808502197,0.4233968257904053,0.5100675821304321 +342,-0.24848011072732662,-1.4490331575596282,-1.7807317892766716,-0.029871642589569092,0.9925960302352905,-0.11773302406072617,0.17494508624076843,-0.03824525699019432,2.616020441055298,-0.2373250126838684,0.17436575889587402,0.3141899108886719 +343,0.2718911948657756,-1.2263575969863572,-1.0684615256113785,0.09068211168050766,0.9412651062011719,-0.32526418566703796,2.132779598236084,-4.037101745605469,0.2639184594154358,-0.36312779784202576,-0.7510490417480469,0.7540361881256104 +344,-0.015553486596252102,-1.2075116611947097,-1.0927703248575489,-0.005526656750589609,0.9347347021102905,-0.35530367493629456,-2.1862306594848633,-1.5227994918823242,-0.08363157510757446,-0.32633674144744873,-1.0275843143463135,0.5392178297042847 +345,0.10003415917614748,-1.2426184669094262,-0.8876742658301182,0.03218912333250046,0.9466312527656555,-0.3207072615623474,1.4849655628204346,-2.0041189193725586,0.974493145942688,0.9097816944122314,-0.13819009065628052,0.2674540877342224 +346,0.0033843308643551917,-1.2369270792380844,-1.0207830179579898,0.0011090472107753158,0.944781482219696,-0.32769933342933655,-2.591782808303833,2.4510560035705566,-0.027292773127555847,0.2002612054347992,-0.7542906999588013,1.0032364130020142 +347,-0.7556983282346249,-1.4595334278073089,-1.9702792077010776,-0.07614646852016449,0.9938166737556458,-0.08080939948558807,-1.9843333959579468,-0.42315545678138733,-0.914331316947937,0.016789793968200684,0.04187357425689697,-0.026551485061645508 +348,-2.3732177644315784,-1.3746519194891218,2.6374826376241547,-0.1354416012763977,0.9808253049850464,0.14013323187828064,-1.983649492263794,1.1718640327453613,-0.39057594537734985,0.3541610538959503,-0.2853754758834839,-0.10155904293060303 +349,-2.5482049932943265,-1.189221599122043,2.3295768265223975,-0.2082257717847824,0.92807936668396,0.3087235689163208,-1.554726004600525,1.4973620176315308,-1.0531069040298462,-0.1373094767332077,-0.11611366271972656,-0.3854905962944031 +350,-2.401096982556639,-1.0734915228998576,2.3786263002887655,-0.3218495845794678,0.878871500492096,0.35213345289230347,-0.07747451215982437,0.5878161191940308,-0.571498692035675,0.393474280834198,0.47267580032348633,-0.5683046579360962 +351,-2.020533829528392,-1.262368228895086,2.7738795035938284,-0.2733757197856903,0.9528118968009949,0.13196703791618347,2.9811301231384277,-1.805090308189392,2.4819321632385254,0.5836784839630127,0.2465747594833374,0.5294556617736816 +352,-0.36545918152825235,-1.4496749183636901,-1.8288944681522117,-0.04318057745695114,0.9926737546920776,-0.11284662038087845,0.20088627934455872,0.5458344221115112,2.296224355697632,-0.46663081645965576,0.29232990741729736,0.49738335609436035 +353,0.273047895995058,-1.212183239130228,-1.023310022386391,0.09464679658412933,0.9363844990730286,-0.3379732668399811,2.5661745071411133,-4.236996650695801,0.6691530346870422,-0.3194087743759155,-0.7317794561386108,0.6837526559829712 +354,0.014144832099675769,-1.1601122563091406,-1.0198058361532052,0.005646945908665657,0.9168479442596436,-0.3991966247558594,-1.99443519115448,-1.3568922281265259,-0.09151308238506317,-0.373795747756958,-1.423363447189331,0.8863792419433594 +355,-0.025528627965021686,-1.286299786768105,-0.9682008102948361,-0.007164448499679565,0.9598031044006348,-0.2805827260017395,0.629753828048706,-4.084991455078125,0.435945600271225,1.025871753692627,1.9754996299743652,-1.1451679468154907 +356,-0.19391987854742834,-1.3111258016527885,-1.097863606812569,-0.049479834735393524,0.9664746522903442,-0.251949667930603,-0.8451782464981079,3.26121187210083,-2.743637800216675,-0.4698377847671509,1.8556841611862183,2.8664822578430176 +357,-0.872000323958537,-1.497767663140781,-1.9188432144188587,-0.05586252361536026,0.9973345994949341,-0.046937495470047,-1.944601058959961,0.5975267887115479,-0.8549679517745972,0.023223966360092163,0.4649304151535034,0.3916487693786621 +358,-2.5233631339493487,-1.3724383741816444,2.5828976110142596,-0.11421457678079605,0.9803915023803711,0.16058523952960968,-1.933745265007019,-0.23209330439567566,-0.842047393321991,0.23584237694740295,-0.3832997679710388,-0.14578425884246826 +359,-2.623206262212288,-1.165972347506391,2.3796569358166786,-0.1951480656862259,0.9191717505455017,0.3421122133731842,-1.6246421337127686,1.0444375276565552,-0.856334388256073,-0.1286740005016327,-0.12121325731277466,-0.7634685039520264 +360,-2.4246904015702104,-1.0913102505291818,2.4399329763898776,-0.3031136691570282,0.8872321248054504,0.34776613116264343,1.0897469520568848,0.6448854207992554,0.38627398014068604,0.7309701442718506,0.7149559855461121,-0.8515198230743408 +361,-1.81187961457492,-1.3884970123794866,3.0974745579175402,-0.1760479211807251,0.9834294319152832,0.04328405112028122,3.4569504261016846,0.19913680851459503,2.2909438610076904,-0.3504565954208374,1.2569574117660522,0.4691976308822632 +362,0.19441945741454836,-1.4123504282222183,-1.3136444885657896,0.030483301728963852,0.9874736666679382,-0.15481090545654297,1.1413265466690063,0.3213387429714203,2.8429996967315674,-0.07508471608161926,-0.09076046943664551,0.17362499237060547 +363,0.20342187234986495,-1.1729412119785094,-1.0460148493693977,0.07827173918485641,0.9218941330909729,-0.3794533312320709,1.2047029733657837,-3.8911895751953125,0.29604214429855347,-0.4378451108932495,-1.3441200256347656,0.9526955485343933 +364,-0.06009389084985533,-1.2845333510325596,-1.1247231766149008,-0.016958462074398994,0.9593057632446289,-0.2818596661090851,0.5065293312072754,-0.7155978083610535,-0.444866418838501,-0.29882219433784485,0.043852806091308594,-2.2829596996307373 +365,0.07677862018493055,-1.229382755733044,-0.9436689721433451,0.025681743398308754,0.9422823190689087,-0.3338332772254944,0.20741841197013855,-1.5244231224060059,-0.8514918088912964,-2.0600597858428955,-0.2475954294204712,-2.145430088043213 +366,-0.1736035591518249,-1.4233705091640587,-1.3470638465205373,-0.025373080745339394,0.9891524910926819,-0.1446840614080429,-2.834343194961548,3.095855236053467,-2.037447214126587,-0.26060712337493896,0.8098281621932983,0.6149446964263916 +367,-1.971082129210554,-1.4421196624268744,3.0708210235910802,-0.11817770451307297,0.9917325973510742,0.05000454932451248,-2.592862844467163,0.7393589019775391,-0.2244269698858261,0.24110248684883118,-0.08064556121826172,0.2256760597229004 +368,-2.5778451484646605,-1.276175324837531,2.3619371957452304,-0.15516534447669983,0.9569122791290283,0.24544396996498108,-1.9645217657089233,0.5555799603462219,-0.7265464067459106,-0.2716076970100403,0.10348212718963623,-0.37459442019462585 +369,-2.4497564336524547,-1.1002867147394055,2.363916582100278,-0.2892098128795624,0.8913373947143555,0.3491068482398987,-0.7135294079780579,1.0001791715621948,-0.6563679575920105,0.7042946219444275,0.3007708787918091,-0.32763776183128357 +370,-2.27848671709985,-1.1725743976358725,2.4905095686377745,-0.29466044902801514,0.9217519760131836,0.25208809971809387,3.732353448867798,0.41152146458625793,0.7805956602096558,0.38584697246551514,1.0391550064086914,-0.824307918548584 +371,-0.9631068680464486,-1.4290056286179487,-2.419940327751876,-0.11601568758487701,0.9899645447731018,-0.08068719506263733,2.9422597885131836,0.857742190361023,1.7247347831726074,-0.7160155177116394,1.0226696729660034,0.21267575025558472 +372,0.42875798199720966,-1.3100492302496756,-1.1314843707149653,0.10717907547950745,0.966197669506073,-0.23446667194366455,2.4304535388946533,-1.9852582216262817,1.6362696886062622,-0.05671830475330353,-0.2506062984466553,0.09941115975379944 +373,0.10700957079531373,-1.1203706024002167,-1.096255359693236,0.04649762436747551,0.9002618193626404,-0.43285852670669556,-0.1698366403579712,-2.425825834274292,0.1476980447769165,-0.4004862904548645,-1.3502588272094727,1.0177432298660278 +374,-0.11304819704825063,-1.2831238064226316,-1.1718823098420106,-0.032005902379751205,0.9589068293571472,-0.281910240650177,0.9477422833442688,-0.24705694615840912,-0.5796482563018799,-0.135489821434021,0.3357861638069153,-2.5337789058685303 +375,-0.11920265469035318,-1.1428678674322472,-1.056606062379825,-0.04935048520565033,0.9098273515701294,-0.41204217076301575,0.93076092004776,-0.7588785290718079,-1.210915446281433,-1.442577600479126,0.8892143368721008,0.14499810338020325 +376,-0.4444579601876283,-1.3650348723005812,-1.6027916845001708,-0.08784802258014679,0.9789056777954102,-0.18446244299411774,-3.208120584487915,2.6349034309387207,-2.5646812915802,-0.5132872462272644,1.3131933212280273,0.709044337272644 +377,-1.5751170993892636,-1.4129077198603315,-2.7946620751743856,-0.157231867313385,0.9875614643096924,0.0006793673965148628,-2.7431998252868652,-0.19705884158611298,-0.27978143095970154,0.3649649918079376,-0.3684971332550049,-0.0892871618270874 +378,-2.4861342918027955,-1.2961403227814579,2.4917843775434925,-0.16531254351139069,0.962518572807312,0.2150118499994278,-2.113828659057617,0.6447336673736572,-0.5055215358734131,-0.267747163772583,-0.054055869579315186,-0.5650331974029541 +379,-2.4183563686199587,-1.102456999739126,2.4547297309757035,-0.29874634742736816,0.8923191428184509,0.3384038805961609,-0.7111040353775024,1.0331575870513916,-1.1573090553283691,0.7054693698883057,0.3314204216003418,-0.48130249977111816 +380,-2.2662261147569724,-1.1492934945646185,2.6005848292920537,-0.31412312388420105,0.9124751091003418,0.2621375620365143,3.688556671142578,-0.1423051506280899,0.9051592350006104,0.5091913938522339,1.0807348489761353,-0.6569129228591919 +381,-1.1722378352001086,-1.4400755240538157,-2.5021378684268627,-0.12013327330350876,0.9914681911468506,-0.05058753117918968,3.227620840072632,-0.01757877692580223,1.8419437408447266,-0.5984336733818054,1.258806586265564,-0.039973385632038116 +382,0.3088334392143945,-1.3252403506296124,-1.0809780314179218,0.07388819009065628,0.970002293586731,-0.23159413039684296,2.5272538661956787,-0.43337482213974,1.569697618484497,-0.29794827103614807,-0.330277681350708,0.39320001006126404 +383,0.06930061854083874,-1.127677116029696,-1.0299847624299203,0.029689528048038483,0.9034186601638794,-0.4277304410934448,-0.019572407007217407,-2.0047669410705566,-0.0871153473854065,-0.5243337154388428,-1.422232747077942,0.9582022428512573 +384,-0.13445284600237734,-1.2331283604242986,-1.1270343410189394,-0.04440848156809807,0.9435297846794128,-0.3282977044582367,-1.6901012659072876,-0.16826605796813965,0.6762307286262512,0.8604484796524048,2.8635075092315674,-0.5911511182785034 +385,-0.1750386181807654,-1.2155727399800542,-1.0751605377431355,-0.06056806445121765,0.937568724155426,-0.3424857258796692,-0.8191316723823547,1.4984170198440552,-1.4926105737686157,-0.35657671093940735,0.6633834838867188,2.4471304416656494 +386,-0.5204674059976442,-1.3718348590048388,-1.5869783426734834,-0.09828921407461166,0.9802723526954651,-0.1714797466993332,-1.973307490348816,0.814516544342041,-1.4812992811203003,-0.05075863003730774,0.32256877422332764,0.4412551522254944 +387,-1.67063875499246,-1.4012039442211315,-2.738421426072531,-0.1679403930902481,0.9856536388397217,0.01682351529598236,-2.234004020690918,-0.35887742042541504,-0.19140486419200897,0.17654633522033691,-0.16824030876159668,0.045584917068481445 +388,-2.360368207802405,-1.2888714253179454,2.800157971497767,-0.19589799642562866,0.9605216979980469,0.19754010438919067,-1.5002943277359009,0.428072065114975,-0.5348131060600281,-0.04702192544937134,0.08787918090820312,-0.26171863079071045 +389,-2.3834879137452756,-1.1275694610746465,2.6815464939893006,-0.2948589324951172,0.9033725261688232,0.31141021847724915,-0.87095707654953,0.6129398345947266,-0.8809973001480103,0.3705425560474396,0.46309781074523926,-0.44368863105773926 +390,-2.2558368198563867,-1.109684532516478,2.7809827983101565,-0.3445618748664856,0.8955583572387695,0.2815181612968445,2.099686622619629,0.5724835991859436,0.4489527642726898,0.5999177098274231,0.6530410051345825,-0.5447781085968018 +391,-1.5323836654939156,-1.3499895788240328,-2.681116257248575,-0.21885515749454498,0.9757210612297058,-0.00841094646602869,2.983562707901001,-0.14107367396354675,1.7777507305145264,-0.29091042280197144,1.1938955783843994,0.17760038375854492 +392,-0.4140061459898033,-1.4109977123980733,-1.6399707202734792,-0.06401070952415466,0.9872593283653259,-0.14567671716213226,0.7065010666847229,1.0904659032821655,2.776860475540161,-0.06085196137428284,-0.1375432014465332,0.30313217639923096 +393,0.1441128756458914,-1.2143190628575946,-0.8538208852454438,0.050117917358875275,0.9371320009231567,-0.34535762667655945,1.7610691785812378,-3.9478726387023926,0.7806186079978943,-0.22614333033561707,-0.8957959413528442,0.8511865139007568 +394,-0.029446310354143402,-1.2738149860457237,-0.7742385281353149,-0.008615771308541298,0.9562242031097412,-0.29250800609588623,-2.3660287857055664,-1.2337497472763062,-0.33657121658325195,-0.28389522433280945,-0.5416887402534485,-0.15697017312049866 +395,0.06717172279805778,-1.2413009850182244,-0.583639503133171,0.02171812206506729,0.946205735206604,-0.3228359520435333,-0.1253720223903656,2.2112393379211426,0.9191694259643555,-0.1690112054347992,-1.046593427658081,3.0890865325927734 +396,-0.13936488385956272,-1.3593774162990242,-0.8910434430713332,-0.02915080636739731,0.9777341485023499,-0.20781299471855164,-2.619527816772461,1.1492074728012085,0.15111249685287476,0.11450845003128052,-0.5435300469398499,0.9580876231193542 +397,-1.6564936422922933,-1.4744881959272067,-2.5891466826123795,-0.0958063080906868,0.9953659772872925,0.008230501785874367,-1.5209314823150635,1.1108272075653076,-0.9109028577804565,0.013866603374481201,-0.0044907331466674805,-0.1734374761581421 +398,-2.5740465797443806,-1.3109969174957197,2.685701862056285,-0.13809330761432648,0.9664415121078491,0.21661292016506195,-2.170409917831421,1.9162569046020508,0.23154400289058685,0.09050112962722778,-0.2693742513656616,-0.34849464893341064 +399,-2.533558509855322,-1.1175826062766419,2.5681282425655403,-0.25012820959091187,0.8990445733070374,0.3593813180923462,-0.8523911833763123,1.6205391883850098,-1.1361030340194702,0.5354980826377869,0.2435794472694397,-0.4610048234462738 +400,-2.3239427935694135,-1.1292996351083533,2.662435944849569,-0.31172749400138855,0.9041131734848022,0.2922417223453522,2.7979331016540527,1.5229419469833374,0.4287383258342743,0.4590359032154083,0.683441698551178,-0.7308708429336548 +401,-1.3651903940259174,-1.4261821224548727,-2.595659081207468,-0.1410745531320572,0.9895615577697754,-0.029421523213386536,3.056157350540161,0.8646988272666931,2.6851816177368164,-0.22974450886249542,1.174317717552185,0.31177014112472534 +402,0.5642279632303933,-1.3726232909053702,-0.7687375472393038,0.10528340935707092,0.9804279208183289,-0.16636259853839874,2.242596387863159,-0.9703713655471802,2.623337984085083,-0.06890648603439331,0.05178338289260864,0.12147128582000732 +403,0.15444747835713926,-1.1593223420212428,-0.8066749549778146,0.06152763217687607,0.9165322780609131,-0.39519989490509033,0.4630787968635559,-3.312469482421875,0.09339699149131775,-0.5642589330673218,-1.5780160427093506,1.0023165941238403 +404,-0.053152232335353176,-1.268894023165222,-0.8424456264605876,-0.015796691179275513,0.9547725915908813,-0.29691722989082336,0.7329913377761841,2.1625750064849854,1.1641020774841309,0.7418556213378906,1.6405948400497437,-2.5308263301849365 +405,0.17333120976212663,-1.2314074839967353,-0.5026439581656188,0.05741531774401665,0.9429582953453064,-0.3279223144054413,-0.9335241317749023,-1.5027837753295898,-0.13448704779148102,-2.3995020389556885,-0.5330767631530762,-4.020924091339111 +406,-0.08286188493509013,-1.3853770734494724,-0.9137702697211665,-0.015258844010531902,0.9828590154647827,-0.18372628092765808,-2.623331308364868,0.6092917323112488,-0.5092296004295349,-0.2522582411766052,-0.17847669124603271,0.7830915451049805 +407,-1.7295877994420235,-1.4649404099558443,-2.729115483115212,-0.1043282076716423,0.9944024682044983,0.01670708693563938,-2.3377301692962646,0.5034493803977966,-0.7069216966629028,0.2128334492444992,0.03175097703933716,-0.10774099826812744 +408,-2.5454804932514707,-1.2861991082909827,2.667576837637385,-0.15763314068317413,0.9597747921943665,0.23234497010707855,-2.237807273864746,1.586809754371643,-0.1685160994529724,-0.04536977410316467,0.031344592571258545,-0.39779603481292725 +409,-2.3844716429008304,-1.1073323337484593,2.6504590338111385,-0.30704763531684875,0.8945093154907227,0.32492271065711975,-0.682565450668335,1.005025029182434,-0.8959620594978333,0.9195353984832764,0.36626332998275757,-0.36989036202430725 +410,-2.187030710357045,-1.189132703868236,2.803792042207476,-0.30395397543907166,0.9280462861061096,0.21527217328548431,3.821913242340088,0.27322307229042053,1.0085738897323608,0.38246047496795654,0.8088158965110779,-0.983689546585083 +411,-0.8580607261912135,-1.4657017498885345,-2.094656678801778,-0.07936584949493408,0.9944826364517212,-0.06859562546014786,2.102905750274658,0.6040219068527222,2.3411433696746826,-0.44265255331993103,1.0475705862045288,0.0051038265228271484 +412,0.5145784939245085,-1.3257681555174303,-0.7524332023219134,0.11939185112714767,0.9701305031776428,-0.2111690491437912,2.3780710697174072,-1.077671766281128,1.5475159883499146,-0.28873392939567566,-0.3211437463760376,0.3198573589324951 +413,0.21766606271016514,-1.1436244365251542,-0.7093287211227945,0.08946835249662399,0.9101410508155823,-0.40452292561531067,-0.019872590899467468,-2.65391206741333,0.33336198329925537,-0.4610503613948822,-1.4114990234375,1.0872011184692383 +414,0.17120874468912492,-1.2420709182055143,-0.6347262645863361,0.05500291660428047,0.9464545845985413,-0.3181171417236328,-0.218938410282135,0.793880820274353,1.2315473556518555,1.2316181659698486,2.5354180335998535,-1.3357372283935547 +415,0.11783326890347239,-1.2087523912226448,-0.5296495214502628,0.04163843020796776,0.935174822807312,-0.3517303764820099,-0.7664013504981995,0.13396982848644257,-2.079927682876587,-2.101895332336426,1.104833722114563,-2.050537109375 +416,0.10698263927155896,-1.3900159474113303,-0.7195394705430573,0.019198477268218994,0.9837036728858948,-0.17876897752285004,-2.2724969387054443,1.356873631477356,-1.2403991222381592,-0.222323477268219,0.19386279582977295,0.5768707990646362 +417,-1.9153128413240004,-1.493368418196636,-2.850658160951402,-0.07280350476503372,0.997003972530365,0.02612384222447872,-2.798285484313965,1.3743129968643188,-0.38519150018692017,-0.04528426378965378,-0.17960602045059204,0.031569596379995346 +418,-2.5806048256644756,-1.294034966301367,2.6589637212649926,-0.14537100493907928,0.9619454145431519,0.23136219382286072,-2.3066325187683105,1.1481510400772095,-0.5866516828536987,-0.02108713984489441,-0.07580649852752686,-0.3103569746017456 +419,-2.43998402645415,-1.1233019514980462,2.6418886220482674,-0.27929016947746277,0.9015341401100159,0.33050450682640076,-0.4837788939476013,1.2155789136886597,-0.6207401156425476,0.7538232803344727,0.4190225601196289,-0.44531163573265076 +420,-2.13673731654563,-1.2050560595362874,2.863094366490338,-0.3018789291381836,0.9338592886924744,0.19177062809467316,3.6128618717193604,1.3541921377182007,0.9122406244277954,0.3567952811717987,0.49920040369033813,-0.6489087343215942 +421,-0.4999675169370351,-1.462144331449962,-1.697886419679868,-0.05198539048433304,0.994103193283081,-0.09516596794128418,2.4704253673553467,1.9194310903549194,2.291912078857422,-0.7694410085678101,1.7527077198028564,0.3978240489959717 +422,0.5514588184056233,-1.2570923061399968,-0.6357393141384169,0.1616765707731247,0.95119708776474,-0.2628399133682251,2.1518590450286865,-2.997755289077759,1.4234521389007568,-0.3608647882938385,-0.07195514440536499,0.1868664026260376 +423,0.1898709281641184,-1.087119472511613,-0.6547299628671257,0.08776752650737762,0.8852910399436951,-0.4566801190376282,-0.32989561557769775,-1.9221274852752686,0.01367676630616188,-0.547331690788269,-1.4520483016967773,0.9939268231391907 +424,0.09104078443260011,-1.2402778127639997,-0.6424081250370309,0.029504986479878426,0.9458742141723633,-0.32318949699401855,-0.37905070185661316,1.510443091392517,0.8601639866828918,0.7180078029632568,1.7641324996948242,-1.6492226123809814 +425,0.12725692140522205,-1.2210860112060336,-0.5235539218101537,0.04348389804363251,0.9394720196723938,-0.3398551046848297,0.8697789311408997,2.0267975330352783,-0.7177839875221252,-1.336559534072876,0.7720453143119812,-0.8051033020019531 +426,0.08531682147642337,-1.3400017579755552,-0.7100498654055455,0.019492672756314278,0.9734849333763123,-0.22791935503482819,-2.524122714996338,1.0160638093948364,-2.2753989696502686,-0.586371898651123,0.47126299142837524,0.446303129196167 +427,-1.38538112569173,-1.4734291939503985,-2.2658031529467015,-0.0955471470952034,0.9952635765075684,-0.01792174205183983,-2.3951640129089355,1.1672661304473877,-0.4188876450061798,0.1639370620250702,0.04089975357055664,0.09120965003967285 +428,-2.5235056239153093,-1.3290021987938567,2.8163284602956793,-0.1387530267238617,0.9709099531173706,0.19514507055282593,-2.5201313495635986,1.1731834411621094,-0.21317309141159058,0.055043309926986694,-0.08435899019241333,-0.1223149299621582 +429,-2.5142976547544023,-1.1321602121916239,2.7019473800049947,-0.24928347766399384,0.9053317308425903,0.3438488245010376,-0.7013071179389954,1.2894953489303589,-1.1012566089630127,0.46547001600265503,0.3249080181121826,-0.400336891412735 +430,-2.366150395880881,-1.1194668922278979,2.7662256523517224,-0.3053272068500519,0.8998680710792542,0.3114681839942932,2.258035659790039,0.22996173799037933,0.7765239477157593,0.818846583366394,0.9167821407318115,-0.7867490649223328 +431,-1.6119372245605748,-1.4122392644914452,-2.6979436843828677,-0.15775932371616364,0.9874561429023743,0.006494024768471718,3.2160604000091553,-0.5442030429840088,1.9336965084075928,-0.5575116276741028,1.3133708238601685,0.26871347427368164 +432,0.3667355160721655,-1.4095075369080918,-0.8467091668692172,0.05758309364318848,0.9870211482048035,-0.14991211891174316,1.529300570487976,1.5469928979873657,2.803591728210449,0.04329276829957962,-0.008047640323638916,0.16147826611995697 +433,0.21826757469853117,-1.1555752573119213,-0.73865891780441,0.08734995871782303,0.9150271415710449,-0.39382117986679077,1.5286900997161865,-3.5268661975860596,0.37581971287727356,-0.29358774423599243,-1.135440468788147,0.9850841164588928 +434,-0.020663469007282904,-1.225601363995272,-0.7423411208561893,-0.006991606205701828,0.941009521484375,-0.3383077085018158,-2.1009390354156494,-1.6849257946014404,-0.2734392285346985,-0.03754881024360657,-0.5171509385108948,-0.24071750044822693 +435,0.02384108677676362,-1.1808050988956256,-0.5539772462695011,0.00906305480748415,0.9249123930931091,-0.38007232546806335,0.8288722038269043,1.9683313369750977,0.2557485103607178,-0.6246941685676575,-0.47786039113998413,1.9238193035125732 +436,-0.03204764535551729,-1.2699945155225425,-0.7349366592651239,-0.009493640623986721,0.9550992250442505,-0.29613375663757324,-3.4946072101593018,2.803448438644409,-0.42376115918159485,-0.1970950961112976,-0.42073655128479004,1.2499911785125732 +437,-1.1962719080190525,-1.4196140210654578,-2.0714794990121597,-0.14016760885715485,0.9885936975479126,-0.05509672313928604,-1.7867448329925537,0.3275805711746216,-1.0192118883132935,0.33342018723487854,0.3044971227645874,0.18778711557388306 +438,-2.3523018100571305,-1.3318188683607122,2.948160359623047,-0.16802899539470673,0.9715805053710938,0.16672588884830475,-2.105870246887207,1.4957208633422852,0.020790066570043564,0.16287152469158173,-0.386299192905426,-0.11400677263736725 +439,-2.4612758082372856,-1.1243917501463476,2.729786412260909,-0.2715722322463989,0.902005136013031,0.33561182022094727,-0.9784178733825684,1.293269157409668,-1.2604705095291138,0.4957849085330963,0.244387686252594,-0.6288552284240723 +440,-2.273721583223943,-1.0890969450325834,2.8345431587167393,-0.3534660041332245,0.8862088918685913,0.299492210149765,2.2701616287231445,1.0891352891921997,0.5005176663398743,0.8275412917137146,0.5689607858657837,-0.7463916540145874 +441,-1.7155884127409446,-1.412581426641661,-2.7858506220013726,-0.15590707957744598,0.987510085105896,0.02273319847881794,3.0871641635894775,-0.04376494511961937,2.333848476409912,-0.4694285988807678,1.590294361114502,0.4904961585998535 +442,0.31116405484747695,-1.3995607678348851,-0.8339234212546569,0.052171047776937485,0.9853749871253967,-0.1622176170349121,2.1768853664398193,0.18963046371936798,2.839933395385742,-0.18716555833816528,-0.04897350072860718,0.2595229148864746 +443,0.15824317225112866,-1.1696829561930522,-0.6767073578315342,0.06152747943997383,0.9206268787384033,-0.3855651319026947,0.609199047088623,-3.1083059310913086,0.17975212633609772,-0.40750524401664734,-1.5347778797149658,0.9023650884628296 +444,-0.11907858740120413,-1.2481458734022295,-0.7585002284223845,-0.037668462842702866,0.9483983516693115,-0.31483620405197144,0.1379009336233139,-0.7127728462219238,0.2776682376861572,0.6377508044242859,0.4769099950790405,-2.5240461826324463 +445,-0.07310578650140685,-1.1638908039478848,-0.6258545121797416,-0.028907278552651405,0.9183499217033386,-0.3947124183177948,0.20107145607471466,-0.44598785042762756,-1.210403323173523,-1.892174243927002,0.3706515431404114,0.4373760223388672 +446,-0.385419081321245,-1.380428477689646,-1.1693864217484435,-0.07113654166460037,0.9819347262382507,-0.17533840239048004,-2.5668458938598633,0.9323980808258057,-2.3795957565307617,-0.3787536025047302,0.7198016047477722,0.27682462334632874 +447,-1.7600961254109773,-1.4195726330306677,-2.647734284235862,-0.14795680344104767,0.988587498664856,0.02834761142730713,-2.291515350341797,0.5793263912200928,-0.3783274292945862,0.5617294311523438,0.04089248180389404,-0.26804792881011963 +448,-2.4540811425998084,-1.2711396800789192,2.8383750708722113,-0.1873338222503662,0.9554378986358643,0.22813284397125244,-2.3896965980529785,0.9576022028923035,-0.7808409929275513,-0.2736799716949463,0.0007846355438232422,-0.45904409885406494 +449,-2.3464700102086353,-1.1063859039854536,2.843603464806259,-0.3197751045227051,0.8940857648849487,0.31361550092697144,-0.7406049966812134,0.9107744693756104,-1.0064324140548706,0.7511563301086426,0.5339385271072388,-0.44856417179107666 +450,-2.0268646937221644,-1.1774838188416072,3.1217817321983627,-0.3440786898136139,0.9236446022987366,0.1687917709350586,3.8215067386627197,-0.1902507096529007,1.4476220607757568,0.664986252784729,0.6838841438293457,-0.2256155014038086 +451,-1.0113381944767013,-1.4065355015066836,-2.0291154898182415,-0.13859298825263977,0.9865394830703735,-0.08678622543811798,3.126272678375244,0.608924925327301,1.7272436618804932,-0.7855556011199951,1.4789146184921265,0.3014621138572693 +452,0.3546090274178,-1.3170516837276218,-0.6971461277702569,0.08716379106044769,0.9679791927337646,-0.23541206121444702,1.8159968852996826,-1.79657781124115,1.843300223350525,-0.2780207097530365,-0.09984564781188965,0.283294141292572 +453,0.08856730530276535,-1.1381513415080502,-0.5894161176249114,0.03708541765809059,0.9078599810600281,-0.4176304042339325,-0.0734560415148735,-2.4299280643463135,0.08531874418258667,-0.4749668836593628,-1.5648727416992188,0.9928256273269653 +454,0.006038361769233459,-1.2565214541162841,-0.5526050343590299,0.0018666102550923824,0.9510207772254944,-0.3091215193271637,-0.7111508250236511,0.5523238778114319,1.217720866203308,0.6071116924285889,2.589857578277588,-1.1721558570861816 +455,-0.06057721229646892,-1.204672919017817,-0.5052595174366713,-0.021673280745744705,0.933722198009491,-0.3573416769504547,-1.1355770826339722,-0.08974010497331619,-1.8233861923217773,-1.7725619077682495,2.8845150470733643,-0.5733070969581604 +456,-0.10542348018901795,-1.4044725379954426,-0.7733975850234499,-0.017421388998627663,0.9862000346183777,-0.16463884711265564,-2.1721458435058594,1.9241254329681396,-2.269104480743408,-0.5133403539657593,0.6837370991706848,0.11333882808685303 +457,-1.9728753089562254,-1.4215426705031968,-2.7146056084706975,-0.13684138655662537,0.9888823628425598,0.058191247284412384,-2.8641488552093506,0.0616154707968235,-0.08853069692850113,0.5168920755386353,0.013635396957397461,0.019582748413085938 +458,-2.595054925029757,-1.2561827765497635,2.814277839209191,-0.16083058714866638,0.950916051864624,0.2643711268901825,-2.573448896408081,1.4522134065628052,-0.19163170456886292,-0.16289986670017242,0.0194208025932312,-0.7879307270050049 +459,-2.4615126357301778,-1.1003013648578575,2.8664419942652546,-0.2850775718688965,0.8913440108299255,0.3524725139141083,-0.8947502970695496,1.107303261756897,-0.6740061044692993,0.8861669898033142,0.46655094623565674,-0.2569372355937958 +460,-2.0969634828666686,-1.2688559001519935,-3.130191735380132,-0.25715020298957825,0.954761266708374,0.14934764802455902,4.603117942810059,0.5296574234962463,1.18302583694458,0.32802724838256836,0.6041224002838135,0.040059685707092285 +461,-0.2663220496683009,-1.4235212945409352,-1.2603177747595777,-0.03862058371305466,0.9891746044158936,-0.14156976342201233,0.5837594866752625,2.995087146759033,1.5060803890228271,-0.33367860317230225,0.8126594424247742,0.7420946955680847 +462,0.5089693035563027,-1.2271150249500213,-0.3965105782444175,0.1641908437013626,0.941520631313324,-0.29424551129341125,2.0085108280181885,-3.751999855041504,1.1620365381240845,-0.3201509416103363,-0.502738893032074,0.45991015434265137 +463,0.14387058920588885,-1.120002577976881,-0.4344545165103501,0.062465518712997437,0.9001015424728394,-0.4311787188053131,-0.7124575972557068,-1.9254416227340698,-0.29087892174720764,-0.5080069303512573,-1.212815284729004,0.6984516382217407 +464,0.15761334769854293,-1.2247416631047165,-0.3332466052919868,0.05323965474963188,0.9407182335853577,-0.3349847197532654,0.4264947474002838,-1.9685384035110474,0.4306067228317261,1.1209393739700317,1.675553798675537,-0.9854956269264221 +465,0.08733713699178496,-1.147570854233061,-0.3824361099228491,0.035824086517095566,0.9117689728736877,-0.40913817286491394,-2.528548240661621,1.7448369264602661,0.031000372022390366,-0.053982049226760864,-1.4186506271362305,1.6573376655578613 +466,-0.07497545408549516,-1.4762289887326363,-0.7611973430273188,-0.007072967477142811,0.9955318570137024,-0.09416027367115021,-1.922926902770996,0.9588171243667603,-0.6034847497940063,0.05568745732307434,0.30895715951919556,0.324201762676239 +467,-2.148105416577514,-1.4204686884855402,-2.902763274175551,-0.12549138069152832,0.9887220859527588,0.08173620700836182,-2.307607412338257,-0.9840330481529236,-0.6886125206947327,0.4748566150665283,-0.0018597841262817383,-0.08725988119840622 +468,-2.5640732728019113,-1.2227701845385062,2.8147714165216073,-0.18619129061698914,0.9400477409362793,0.2857321500778198,-1.6465281248092651,0.44659069180488586,-1.0719913244247437,-0.2901270389556885,-0.005324959754943848,-0.7607535123825073 +469,-2.4486507458913347,-1.077862035536491,2.8612150038810387,-0.302289754152298,0.8809481263160706,0.36407557129859924,-0.03625050559639931,0.9303245544433594,-0.5666314959526062,0.12920936942100525,0.3900631070137024,-0.5814370512962341 +470,-2.1526080305938344,-1.2318344797604361,3.1073451814637307,-0.27780038118362427,0.9431003928184509,0.18272621929645538,3.135397434234619,-0.8453251719474792,1.9814815521240234,0.7021625638008118,0.23899811506271362,0.014173164963722229 +471,-0.7029298338179303,-1.454196599446821,-1.64313504979698,-0.07520637661218643,0.993209958076477,-0.08875907212495804,2.030616044998169,1.5105431079864502,1.0911462306976318,-0.615635335445404,0.9236602783203125,0.39663565158843994 +472,0.41266069431009106,-1.2928898063470466,-0.531663190828496,0.11002467572689056,0.9616318941116333,-0.2513136863708496,2.69834566116333,-3.354416608810425,1.0407404899597168,-0.29464077949523926,-0.4123002886772156,0.340943843126297 +473,0.08895714041265496,-1.1601076806327848,-0.5611467917332528,0.03546850010752678,0.9168460965156555,-0.3976621925830841,-1.0061419010162354,-1.7102652788162231,-0.22608715295791626,-0.3983835279941559,-1.4818637371063232,0.677798330783844 +474,0.06833101692824396,-1.2615717558773463,-0.4703947382418551,0.020778300240635872,0.952569842338562,-0.30360957980155945,1.4173178672790527,-3.6161303520202637,0.5146724581718445,0.7718089818954468,0.9251613616943359,-0.9027197360992432 +475,-0.013583441235171223,-1.2236849156701775,-0.5573481012595018,-0.004620715975761414,0.9403592944145203,-0.3401517868041992,-0.6638646721839905,1.311798334121704,-0.17085014283657074,-0.07174952328205109,-0.3588009476661682,2.1115598678588867 +476,-0.7767478055189664,-1.4427452856385554,-1.53863542907128,-0.08951341360807419,0.9918126463890076,-0.09107561409473419,-2.204238176345825,-0.6656172871589661,-1.2906153202056885,0.002523072063922882,0.4218224883079529,0.2291828989982605 +477,-2.1979351541014913,-1.3821101476225035,-3.0122842926425792,-0.15187616646289825,0.9822515249252319,0.11007098108530045,-1.949945092201233,0.4590093195438385,-0.26715588569641113,0.47060176730155945,-0.27367913722991943,0.05364048480987549 +478,-2.522692089877661,-1.1895287966653385,2.842780772619768,-0.21586887538433075,0.9281937479972839,0.3030799925327301,-1.4974260330200195,0.38955679535865784,-1.3572452068328857,-0.5442019701004028,0.11884927749633789,-0.7078346014022827 +479,-2.3641535529364774,-1.1014566408543287,2.8869231829332347,-0.3172668218612671,0.8918671607971191,0.32235774397850037,1.202803134918213,1.4601671695709229,0.07910769432783127,0.25697940587997437,0.4960569143295288,-0.9983068704605103 +480,-1.8068460772071486,-1.3777529651592584,-2.7805660473384437,-0.1865260750055313,0.9814249277114868,0.04486584663391113,2.8428492546081543,-1.9035149812698364,2.5919442176818848,-0.01713298261165619,0.7734425067901611,0.37050890922546387 +481,0.12013783599817168,-1.4194264094938946,-0.9140429195740998,0.018072279170155525,0.9885654449462891,-0.14970512688159943,1.4240031242370605,2.6381664276123047,3.837122678756714,0.07882103323936462,-0.16376692056655884,0.6796733736991882 +482,0.2762821093981869,-1.1615566260441768,-0.5224701114722394,0.10854272544384003,0.9174236059188843,-0.38282179832458496,1.6991764307022095,-3.7947845458984375,0.47713109850883484,-0.3718484044075012,-1.0292400121688843,0.7724244594573975 +483,0.09806311071152672,-1.1986405184886624,-0.4911379098112608,0.03560101240873337,0.931545615196228,-0.3618773818016052,-2.03167724609375,-0.8884879946708679,-0.17755983769893646,0.12658464908599854,-0.5787014365196228,-0.4540100395679474 +484,0.11108183751125895,-1.1944356691512494,-0.3386000137484895,0.040742889046669006,0.9300084114074707,-0.36527279019355774,0.04844847321510315,2.033252000808716,0.5850685238838196,-0.3134937584400177,-0.7565160393714905,1.8417589664459229 +485,-0.005369572970161114,-1.2971712999839178,-0.5526236391105674,-0.00145097472704947,0.9627976417541504,-0.27021902799606323,-1.940641164779663,3.2679696083068848,0.1284760683774948,0.21295304596424103,-0.7918993830680847,0.9774639010429382 +486,-1.1563215254719552,-1.4551643413615885,-1.875968261845407,-0.10560574382543564,0.9933220744132996,-0.04646248742938042,-1.6574249267578125,0.49108871817588806,-1.2272928953170776,0.039123207330703735,0.21654731035232544,0.08755439519882202 +487,-2.322079167859636,-1.3474352339208973,-3.105322620796154,-0.1618812382221222,0.9751584529876709,0.15119634568691254,-2.1255364418029785,1.3300632238388062,-0.29894405603408813,0.3974617123603821,-0.2650449872016907,0.13240347802639008 +488,-2.515130993953024,-1.1396864694750874,2.8760575654246123,-0.2449953258037567,0.9085025191307068,0.33852726221084595,-1.2480175495147705,1.212891936302185,-1.2369273900985718,-0.33657822012901306,0.12521952390670776,-0.5989184379577637 +489,-2.354509238526916,-1.0560290694563887,2.9229218165680955,-0.34871745109558105,0.8704073429107666,0.3475440740585327,0.6485283374786377,1.004437804222107,-0.23871095478534698,0.5431297421455383,0.3842311501502991,-0.4295448660850525 +490,-2.068753581749184,-1.3227398497274239,-3.021836494968733,-0.2157038003206253,0.969391405582428,0.11726803332567215,2.9535887241363525,-1.458674430847168,2.4769957065582275,-0.11966909468173981,0.6872550845146179,0.4962420165538788 +491,-0.1979791362225291,-1.466450306764569,-1.1907557752350382,-0.020486533641815186,0.9945608973503113,-0.1021227315068245,0.3157276511192322,1.4170697927474976,2.6992714405059814,-0.22894889116287231,-0.02198094129562378,0.4361986517906189 +492,0.32520719815818033,-1.200071882563085,-0.5065908809878404,0.11575377732515335,0.9320651292800903,-0.3433011770248413,2.657294511795044,-4.080376625061035,0.770790159702301,-0.14410459995269775,-0.8186007738113403,0.6061948537826538 +493,0.0343388735634883,-1.1057163384668132,-0.5178078171803586,0.015397760085761547,0.8937857151031494,-0.4482298195362091,-0.6346849203109741,-1.290092945098877,0.06649747490882874,-0.11358806490898132,-0.7664816379547119,0.3959531784057617 +494,-0.011405596581690984,-1.1268548125337285,-0.45410396258658253,-0.004898624494671822,0.9030658006668091,-0.429474413394928,0.9302986264228821,-2.2252790927886963,0.26907384395599365,0.629364550113678,0.5320233106613159,-0.4514612555503845 +495,-0.01670479768625055,-1.1113003154132786,-0.4404330944004278,-0.0074081760831177235,0.8962761163711548,-0.4434347152709961,0.9432336688041687,2.1003026962280273,0.15571963787078857,-1.1090164184570312,1.9268288612365723,-0.7507181763648987 +496,0.1014797549935924,-1.2602308538534253,-0.5696644791752626,0.030958732590079308,0.9521608948707581,-0.3040250539779663,-2.7822725772857666,1.8495393991470337,-1.0514342784881592,-0.17352160811424255,0.5014981627464294,-0.007376313209533691 +497,-0.17998510196846643,-1.443155746923653,-1.050362764419316,-0.022787686437368393,0.9918649792671204,-0.12523862719535828,-1.7651114463806152,0.3600630462169647,-1.299189567565918,0.03372824192047119,0.014253854751586914,0.1709081381559372 +498,-1.8110100947410321,-1.415078481943403,-2.715869619655859,-0.15063628554344177,0.98790043592453,0.03689734637737274,-3.354165554046631,0.6837199926376343,-1.0839314460754395,0.054673731327056885,0.25657588243484497,0.16767728328704834 +499,-2.220266878554801,-1.1749477851540129,3.020073647282811,-0.3070867657661438,0.9226697087287903,0.23319226503372192,-0.1951676607131958,1.1835086345672607,-0.9137449264526367,0.4801824390888214,0.14787179231643677,-0.7846449613571167 +500,-1.9490209061462613,-1.2980637582568406,-2.9655144144987093,-0.2503260672092438,0.963038444519043,0.09946844726800919,2.0473670959472656,-1.8641163110733032,2.2386221885681152,0.7794855833053589,1.0505876541137695,0.15364432334899902 +501,-0.32764519580686047,-1.4017403981890013,-1.3189565904264169,-0.05414571240544319,0.985744059085846,-0.15930086374282837,1.0265403985977173,0.44950732588768005,1.6911648511886597,-0.7085953950881958,0.4020274877548218,0.36640840768814087 +502,0.39847063112700915,-1.2455286305690945,-0.5064318535071429,0.12399314343929291,0.9475651979446411,-0.2945263981819153,1.825621247291565,-2.5835354328155518,0.37029170989990234,-0.5198061466217041,-0.8305456042289734,0.5303815603256226 +503,0.050696117702410975,-1.2191016012075406,-0.6563702492760276,0.017456797882914543,0.9387902617454529,-0.34404686093330383,-1.097407341003418,-2.007154703140259,-0.5823748707771301,-0.2074592411518097,-1.5011072158813477,0.3297036290168762 +504,-0.06006647080214635,-1.2998260904829957,-0.5931510927294624,-0.01606811210513115,0.9635116457939148,-0.26718372106552124,0.7184538841247559,-3.1404905319213867,0.31365182995796204,0.27162230014801025,0.7629440426826477,-0.17451250553131104 +505,-0.18582180412364147,-1.2639888721135393,-0.7545887686156652,-0.055798858404159546,0.9533026218414307,-0.2968173325061798,-1.6247727870941162,1.8208022117614746,0.3933123052120209,0.17402394115924835,-0.8023169636726379,1.0417362451553345 +506,-1.0458165907726047,-1.3801009187140616,-1.7681632964702043,-0.16401691734790802,0.9818726778030396,-0.09499745070934296,-1.692082166671753,-1.4119266271591187,-1.0855491161346436,0.24102802574634552,0.48579394817352295,0.13465505838394165 +507,-2.0915376919470674,-1.3470613343819082,-2.8539538135791473,-0.1924639195203781,0.9750755429267883,0.11038703471422195,-2.1059165000915527,0.8404466509819031,0.04190295562148094,0.0791979432106018,-0.2889946699142456,-0.07004284858703613 +508,-2.3745385937595196,-1.1845011646247523,3.0769234263367093,-0.2614773213863373,0.9263112545013428,0.27125084400177,-1.3869881629943848,0.9482055902481079,-1.0745929479599,0.030932247638702393,0.08224892616271973,-0.43744957447052 +509,-2.259458796237018,-1.0700014567721274,3.0997793492616705,-0.3707014322280884,0.8772011995315552,0.3051206171512604,0.16783390939235687,0.4837644100189209,-0.35373926162719727,0.7331281900405884,0.3565634489059448,-0.458288311958313 +510,-1.8383036240052735,-1.2481595902571592,-2.721219305548093,-0.3057915270328522,0.9484027028083801,0.0838102251291275,3.046743631362915,-1.2413500547409058,2.0199334621429443,0.0912376344203949,0.09275037050247192,0.3749605417251587 +511,-0.6532866362618042,-1.3566915925878864,-1.546509324085457,-0.12914042174816132,0.977167010307312,-0.1687220335006714,0.6516810059547424,2.903085231781006,1.630700707435608,-0.28786700963974,0.20665550231933594,0.7432612180709839 +512,0.19671681001431177,-1.2798275648240436,-0.6477886347478553,0.056070923805236816,0.9579663872718811,-0.28134751319885254,1.888067364692688,-3.9678003787994385,0.9938415884971619,-0.061564091593027115,-0.3024336099624634,0.4219878017902374 +513,0.005281360491476639,-1.19677936620226,-0.5206143172373104,0.001929576857946813,0.9308672547340393,-0.3653526306152344,-1.4522167444229126,-1.7337170839309692,0.3151562511920929,-0.3228066563606262,-1.190922737121582,0.5067100524902344 +514,0.0037768082428654842,-1.2599124095616407,-0.4213821148589656,0.001155323931016028,0.9520635604858398,-0.3058980703353882,1.4939607381820679,-3.9326956272125244,0.547935426235199,0.8356214165687561,0.5200890898704529,-0.7825113534927368 +515,-0.12832311787961637,-1.249515171215502,-0.5158475572865667,-0.04041106626391411,0.9488316178321838,-0.31318601965904236,-1.3996665477752686,-0.48025888204574585,-0.8556279540061951,-0.3554019331932068,0.11029618978500366,3.0074305534362793 +516,-1.4043547760409476,-1.468628794208242,-1.965470883801861,-0.1005803719162941,0.9947854280471802,-0.01689707487821579,-2.6985385417938232,1.3620107173919678,-1.6652997732162476,-0.1530817151069641,0.5264394879341125,0.3111170530319214 +517,-2.211604003440228,-1.3263233135067634,-2.8110689979909558,-0.19402599334716797,0.9702650308609009,0.14470458030700684,-2.3992438316345215,-0.6629431247711182,-0.7395631074905396,0.42478469014167786,-0.2268112301826477,0.2545110881328583 +518,-2.492919019463294,-1.1766572011749459,3.078622910438779,-0.23199377954006195,0.9233275055885315,0.3060145080089569,-1.8521218299865723,0.7720242142677307,-0.12035607546567917,0.05433574318885803,0.13149714469909668,-0.5349574685096741 +519,-2.4581522283472053,-1.109632027553401,3.0356128180551964,-0.28099608421325684,0.8955349922180176,0.3450482487678528,1.1907882690429688,0.4714938998222351,0.7380372881889343,0.5340173244476318,0.3764834403991699,-1.325974702835083 +520,-1.9448228093344002,-1.387834036034468,-2.7106310239611555,-0.1693647801876068,0.9833090305328369,0.06647612154483795,2.901001214981079,-1.3413867950439453,1.3229749202728271,-0.1680070459842682,0.7965066432952881,0.6877810955047607 +521,0.6332779177020246,-1.4581326410397202,-0.3840505510404714,0.06653282046318054,0.9936601519584656,-0.09062598645687103,2.995654344558716,-1.3453463315963745,2.1168277263641357,-0.016575545072555542,0.7101667523384094,0.0041849613189697266 +522,0.07956422195492167,-1.2616633522588492,-0.6528260725909126,0.024180496111512184,0.9525976777076721,-0.3032701015472412,-0.6663219332695007,-0.8769388794898987,-0.12633782625198364,-0.92463219165802,-2.170020341873169,1.2457139492034912 +523,1.0076436390234906,-1.4773554070425121,0.13549381270749322,0.07889656722545624,0.9956375956535339,-0.049811359494924545,-2.8146748542785645,1.2568098306655884,0.3961455821990967,0.21398061513900757,-0.43045204877853394,0.30466365814208984 +524,-1.2667717414620854,-1.4510493681872187,-2.285595336234368,-0.11398216336965561,0.9928389191627502,-0.03576207160949707,-1.707789659500122,0.10046160966157913,-2.0301926136016846,-0.5148172378540039,-0.79450523853302,0.44169163703918457 +525,-2.5184496984064935,-1.1303272085357237,3.017610591009501,-0.2488216906785965,0.9045517444610596,0.34622788429260254,-1.4842296838760376,1.634468674659729,-0.03835691884160042,0.011089786887168884,1.313389539718628,-1.6220457553863525 +526,-2.31522272906845,-1.1383158449175688,3.0790009697938427,-0.30825600028038025,0.9079289436340332,0.28397753834724426,2.3982346057891846,-0.5988848209381104,1.9696351289749146,1.2950266599655151,-0.9719091057777405,-0.8009452819824219 +527,-1.2396482730857352,-1.4889901367502123,-2.0888792767055935,-0.07727557420730591,0.9966557621955872,-0.026567969471216202,3.238927125930786,-0.35657423734664917,1.9708577394485474,-0.2375437617301941,1.7380549907684326,0.23933649063110352 +528,0.7047858777910769,-1.389147276941391,-0.3061280941786064,0.11703914403915405,0.9835471510887146,-0.13761171698570251,2.0642194747924805,-2.5992214679718018,1.5220381021499634,0.22365911304950714,0.52643221616745,0.6095813512802124 +529,0.08343155072810594,-1.2816937431392825,-0.6124133364133595,0.023758092895150185,0.9585000872612,-0.2841004729270935,-0.4174076318740845,-0.9477611780166626,-1.1031242609024048,-0.8014222979545593,-1.9909403324127197,0.603482186794281 +530,0.46615139088693236,-1.462761108021067,-0.4470561793173796,0.048461902886629105,0.9941698908805847,-0.09632013738155365,-0.44716909527778625,-0.4006197154521942,-0.6327338814735413,-0.4389800727367401,0.184861421585083,0.20816707611083984 +531,-1.2769007617868713,-1.381642576150678,-2.3477896032292107,-0.17996522784233093,0.9821637272834778,-0.054468315094709396,-3.0037479400634766,-5.316898822784424,-1.2967703342437744,-1.0693023204803467,-0.19108712673187256,-0.05867564305663109 +532,-2.366812179204598,-1.1087344107706665,-3.120404585087325,-0.3118598461151123,0.895135223865509,0.3185536563396454,-1.6472139358520508,1.3571529388427734,-0.6886703968048096,-0.011443376541137695,0.6451937556266785,-1.8078420162200928 +533,-2.139224809637694,-1.2462182297910342,-2.9661574275469738,-0.2687598764896393,0.9477853775024414,0.1716713309288025,3.4877688884735107,2.034705638885498,2.4184017181396484,0.8199378848075867,-1.4307870864868164,-0.21441125869750977 +534,-0.6461449799769888,-1.4847248756146085,-1.5757902745165686,-0.05175970867276192,0.9962981343269348,-0.06863415241241455,-0.6734421849250793,6.337830543518066,1.1806528568267822,-1.2007884979248047,3.5526061058044434,1.936782956123352 +535,0.6370750121184369,-1.355040703626119,-0.2750814679110604,0.12734828889369965,0.9768149256706238,-0.1720905900001526,1.8487991094589233,-4.404819488525391,-0.48505792021751404,-0.030378669500350952,-0.6282278299331665,0.8002186417579651 +536,0.35581469547804684,-1.4145686101407158,-0.4484429053262962,0.054201509803533554,0.9878212809562683,-0.14584723114967346,-1.9200260639190674,6.2661848068237305,0.6409151554107666,0.6254859566688538,-0.5402657389640808,-0.8035699129104614 +537,0.6726142425416783,-1.5009582892824715,-0.20998586634076036,0.04347634315490723,0.9975622892379761,-0.05458299070596695,0.5497992038726807,6.702477931976318,-3.593235731124878,-1.6846659183502197,2.3527793884277344,0.30226361751556396 +538,-2.263832582740527,-1.3151796629868029,-3.069736906473441,-0.19451388716697693,0.967507541179657,0.16153472661972046,-3.2319159507751465,-8.396049499511719,-2.5181539058685303,0.15378817915916443,1.9171054363250732,0.7991739511489868 +539,-2.4223035261743173,-1.0988925327959378,3.035366543601462,-0.2995017170906067,0.8907044529914856,0.3419707417488098,1.0740991830825806,1.1465669870376587,-0.36126792430877686,1.042345404624939,-0.20920133590698242,-1.20625901222229 +540,-2.042623154395606,-1.4120045980301963,-2.906889861630155,-0.14084912836551666,0.987419068813324,0.07187055796384811,3.039705514907837,0.40385180711746216,2.501338481903076,0.0025892406702041626,0.5292589068412781,0.09811235219240189 +541,0.8658160531904577,-1.4174490461252591,-0.21870352283487693,0.11633547395467758,0.988265335559845,-0.09898262470960617,1.6881011724472046,-0.20964430272579193,2.7437307834625244,-0.2782922685146332,0.6596533060073853,0.17982375621795654 +542,0.37449261566237196,-1.277003242190095,-0.39229823525727964,0.1059301421046257,0.9571523666381836,-0.26951444149017334,-0.5652230978012085,-1.7624887228012085,-0.3130342364311218,-1.0351752042770386,-2.1664419174194336,0.7924178838729858 +543,0.6985763884734909,-1.3755975304027617,-0.20789003651863994,0.12474209815263748,0.9810091257095337,-0.14852765202522278,1.5455913543701172,-4.593960762023926,-1.1984014511108398,-1.0832687616348267,2.2542965412139893,-3.4095168113708496 +544,-1.5020508987546004,-1.4367341112025596,-2.465228128241392,-0.13334494829177856,0.9910271167755127,-0.00918132346123457,-2.4858450889587402,-8.40007495880127,-3.318207025527954,-0.36634987592697144,1.5308997631072998,0.40458232164382935 +545,-2.54005211746387,-1.1270558712682077,3.030657101589113,-0.24295830726623535,0.9031521081924438,0.3539598286151886,-1.598403811454773,2.0789804458618164,-0.3224537670612335,-0.30292487144470215,0.14244115352630615,-1.5899369716644287 +546,-2.378653297612642,-1.2419583350595806,-3.074777246848097,-0.22316958010196686,0.9464182257652283,0.23342588543891907,3.987104654312134,-0.6755203604698181,1.2247400283813477,0.28469303250312805,-1.127692699432373,-1.2551391124725342 +547,-0.44177783605796994,-1.442604887540288,-1.2507252605161927,-0.0546579547226429,0.9917947053909302,-0.11556711792945862,1.117042064666748,2.362041473388672,1.7932868003845215,-0.4548482894897461,3.410320281982422,1.3034027814865112 +548,0.6403082366999138,-1.2861986351904229,-0.20702529122405203,0.16774459183216095,0.9597746729850769,-0.22515356540679932,1.8529223203659058,-5.141863822937012,-0.5677316188812256,0.5227156281471252,-0.42234498262405396,0.7508341073989868 +549,0.2084227780926793,-1.3400292198059334,-0.46916581598516327,0.04732701927423477,0.9734912514686584,-0.22377462685108185,-2.97613263130188,4.054378032684326,-0.5137438178062439,0.3899288475513458,-1.6232562065124512,-0.21017003059387207 +550,0.2551660543892508,-1.4631007168283545,-0.5247172367812556,0.027130402624607086,0.994206428527832,-0.10400683432817459,1.7530277967453003,4.258055686950684,-3.2651922702789307,-1.1825106143951416,2.827021598815918,0.301119863986969 +551,-2.155377406474767,-1.3439935636401719,-2.7991073483039863,-0.18752291798591614,0.9743903279304504,0.12409060448408127,-3.568103790283203,-7.789475917816162,-1.0840320587158203,0.17435461282730103,1.5206351280212402,0.9408203363418579 +552,-2.531451805320778,-1.1107156030124299,-3.0984550971270965,-0.25441595911979675,0.8960166573524475,0.3639044165611267,0.868872880935669,0.4083891808986664,-0.1979396492242813,0.9860901832580566,-0.38663262128829956,-1.5043768882751465 +553,-2.085001674129892,-1.4047581720265814,-2.6568790856266165,-0.1439034640789032,0.9862473011016846,0.08129004389047623,3.6931610107421875,0.24543185532093048,2.0968706607818604,-0.010866433382034302,0.33917689323425293,0.07505142688751221 +554,0.8790762792132655,-1.4142795785560562,-0.0017173963710650317,0.12005051970481873,0.9877762198448181,-0.0994296744465828,2.082550048828125,0.7793163061141968,3.208834648132324,-0.24123580753803253,0.7729660868644714,0.1272464245557785 +555,0.3069848397299116,-1.2530348874498927,-0.27822178281997667,0.0944151058793068,0.9499372243881226,-0.297833651304245,-0.2141704261302948,-1.8457536697387695,-0.5995932221412659,-1.0302519798278809,-1.9604811668395996,1.1833162307739258 +556,0.7775200601783474,-1.416169973147515,0.0913961752360779,0.10804060846567154,0.9880691170692444,-0.1097564697265625,-1.9596863985061646,-2.3745744228363037,-0.052294157445430756,-0.20055468380451202,-0.43152016401290894,0.826141357421875 +557,-0.3178954700854171,-1.4276280584432801,-1.1033125234064651,-0.04459720104932785,0.989768922328949,-0.1355309784412384,-1.6750093698501587,-2.044712543487549,-2.50917387008667,-0.30978816747665405,-0.2833327651023865,1.0825982093811035 +558,-2.7258519783581363,-1.2242506352408704,-3.075455248488332,-0.13717399537563324,0.9405515789985657,0.3107185363769531,-1.8450615406036377,7.1808857917785645,0.478938490152359,-0.6909204721450806,0.4179536700248718,0.23637008666992188 +559,-2.4825248700197915,-1.2633327410849822,-3.046999491728276,-0.18533200025558472,0.9531042575836182,0.23925775289535522,3.2698700428009033,1.4594475030899048,1.3875328302383423,0.9431597590446472,-1.1530706882476807,-0.968017578125 +560,-0.2168722539180701,-1.4617501912253745,-0.8415520632717726,-0.023417696356773376,0.9940603375434875,-0.10628100484609604,1.5087361335754395,4.826070785522461,0.8351466655731201,-0.8388411998748779,2.7923927307128906,1.0148961544036865 +561,0.7556432103202527,-1.2854145775886139,-0.010727443354946263,0.19305667281150818,0.9595542550086975,-0.20490139722824097,1.7102282047271729,-4.655673503875732,0.049210671335458755,0.5256170034408569,-0.19298332929611206,0.5671908855438232 +562,0.2084433436527749,-1.3318576503384711,-0.3254971084254958,0.04897613823413849,0.9715896844863892,-0.23154857754707336,-2.8639116287231445,-0.2653123438358307,-0.9827677607536316,-0.04516145586967468,-2.049394369125366,0.16634780168533325 +563,0.9984534695026753,-1.4486701426152935,0.3977652010234674,0.10240879654884338,0.992551863193512,-0.06597983092069626,0.5331625938415527,-1.4820741415023804,-0.9107210636138916,-0.3465646803379059,-0.18252378702163696,0.7661751508712769 +564,-1.6729736031748665,-1.4519814220761187,-2.3817892108799574,-0.11791705340147018,0.9929497838020325,0.012090547941625118,-3.477992534637451,-5.953525543212891,-2.1549243927001953,-0.4115324318408966,0.5984350442886353,1.5198613405227661 +565,-2.67905442094194,-1.1473761923496735,3.080563138948858,-0.18334372341632843,0.9116889834403992,0.36770668625831604,-1.2314356565475464,3.5403993129730225,-0.28422459959983826,-0.09625831246376038,0.19648057222366333,-1.7368321418762207 +566,-2.515621703697408,-1.2620281291372106,-3.130875883737223,-0.17804202437400818,0.9527086019515991,0.24626751244068146,3.863314390182495,-0.3072388470172882,1.851467251777649,0.7303033471107483,-1.205714464187622,-1.0092679262161255 +567,-0.51686733123494,-1.4959521487351641,-1.2173902844935358,-0.03694978356361389,0.9972004890441895,-0.06500555574893951,0.7564566135406494,5.393144130706787,0.9249955415725708,-1.368552565574646,4.0125651359558105,0.7314332127571106 +568,0.7345781760026416,-1.2893311623692534,-0.03645887666707164,0.18617774546146393,0.9606494903564453,-0.20613211393356323,1.8154219388961792,-4.351219654083252,0.20387497544288635,0.4178108870983124,-0.4604358673095703,0.5857097506523132 +569,0.4536652856154059,-1.346819687630664,-0.1568388062120233,0.09734182804822922,0.9750218987464905,-0.19964128732681274,-1.9885833263397217,4.382683277130127,0.24635720252990723,0.9160553812980652,-1.0823676586151123,-0.17702189087867737 +570,0.5581568602655373,-1.4343139842931176,-0.06788999729570218,0.07206020504236221,0.9907007217407227,-0.11540991067886353,0.32351529598236084,1.4731427431106567,-3.505939245223999,-1.8582082986831665,2.34006404876709,-1.0878677368164062 +571,-2.162503462025207,-1.400973935447084,-2.857718103833637,-0.14027385413646698,0.9856147766113281,0.09426836669445038,-3.2519824504852295,-6.779696464538574,-2.474177122116089,-0.17826862633228302,2.1837730407714844,1.3963322639465332 +572,-2.586762190943411,-1.098284347128497,2.9920188274693227,-0.23975935578346252,0.890427827835083,0.38685137033462524,-0.5090129971504211,0.7356784343719482,-0.9422480463981628,-0.11656391620635986,-0.27703964710235596,-1.492793083190918 +573,-2.375101829431917,-1.2903029418165552,-3.136728887113563,-0.19201208651065826,0.9609189629554749,0.19941379129886627,4.076460838317871,-2.1169660091400146,1.6072161197662354,-0.06647178530693054,-0.5117309093475342,-1.5216336250305176 +574,0.13740650701605547,-1.514530301419127,-0.8140821448524345,0.007703100331127644,0.9984174966812134,-0.055707402527332306,-0.7274506092071533,5.871919631958008,4.895527362823486,0.29692336916923523,1.2904772758483887,0.8732123374938965 +575,0.5037230178957836,-1.2595354812220514,-0.2601131012986438,0.14782799780368805,0.9519481658935547,-0.2682190537452698,1.5081008672714233,-3.7174012660980225,-1.1558372974395752,-0.42198264598846436,-0.9869213700294495,1.2846375703811646 +576,0.28465294526261214,-1.3936209166628475,-0.46791631108733867,0.049495238810777664,0.9843454360961914,-0.16915735602378845,-2.368669271469116,4.741116523742676,0.5419129729270935,0.8563427925109863,-0.3816843628883362,-1.9504867792129517 +577,-0.04136442095414019,-1.467734115162955,-0.9522112069931092,-0.004254319239407778,0.9946938157081604,-0.10279105603694916,0.32851630449295044,2.781043291091919,-2.4168195724487305,-0.6488065719604492,0.8837393522262573,0.25635552406311035 +578,-2.5411339413233893,-1.3022863448901605,-3.105609649956704,-0.14989715814590454,0.9641672372817993,0.2188885509967804,-6.326815605163574,-9.849564552307129,-0.41777604818344116,0.29633575677871704,1.4362080097198486,-2.394425868988037 +579,-2.5011074554399264,-1.1096592027179863,3.0801667434161266,-0.2659050524234772,0.895547091960907,0.35677671432495117,0.6817704439163208,1.0735121965408325,-0.08767029643058777,1.1942498683929443,-0.41062289476394653,-1.2917895317077637 +580,-2.30358774999849,-1.4298615226475277,-2.9849260082527334,-0.10441185534000397,0.9900851249694824,0.09396619349718094,3.362541675567627,-1.138120174407959,2.6904783248901367,0.09885764122009277,0.5890164375305176,0.07261395454406738 +581,1.0472575342496189,-1.3991678247112183,0.0811620745104302,0.1479106843471527,0.9853079319000244,-0.08538445085287094,1.9603077173233032,0.4308519661426544,3.5107195377349854,0.2764972448348999,0.694684624671936,0.43931204080581665 +582,0.41708118170241754,-1.2440214624131252,-0.23812921950015756,0.1300310641527176,0.94708251953125,-0.29347336292266846,-0.27594253420829773,-1.3934489488601685,-0.49337634444236755,-0.9141954779624939,-2.05078125,1.182679295539856 +583,0.8252212465786811,-1.3564121512401297,0.039509584298602636,0.15630392730236053,0.977107584476471,-0.1443255990743637,0.14946193993091583,1.1710150241851807,0.17205995321273804,-0.21326497197151184,-0.08788645267486572,1.24201238155365 +584,-0.48462341175358564,-1.4313971970723793,-1.4696168194413846,-0.06473229080438614,0.990299642086029,-0.12294795364141464,-1.4570976495742798,-2.253126621246338,-4.498865127563477,0.10524437576532364,-0.39036989212036133,-0.04489874094724655 +585,-2.76986225799961,-1.1817513958347041,3.083399371831002,-0.1377740353345871,0.92527174949646,0.353397935628891,-4.296239376068115,-3.9355154037475586,-1.1359590291976929,0.9559960961341858,1.8417720794677734,-2.386326551437378 +586,-2.4903044270975387,-1.1198048408369836,3.1287028897888387,-0.2642221748828888,0.9000154137611389,0.346639484167099,1.8291610479354858,1.7043951749801636,0.4391438364982605,0.9217844009399414,-0.4132601022720337,-0.7067925930023193 +587,-1.592812961720974,-1.4390084951012079,-2.2941839282333643,-0.13137468695640564,0.9913285374641418,0.002892895834520459,3.642469882965088,1.4236029386520386,2.1665992736816406,0.014660224318504333,0.6716963052749634,0.5593324899673462 +588,0.5495750657181729,-1.3474727214255084,-0.41016207302944735,0.11568045616149902,0.9751667380332947,-0.18885967135429382,3.2178783416748047,-2.3837239742279053,1.489830493927002,-0.07193349301815033,-0.0461353063583374,0.8780229091644287 +589,0.04333995114998766,-1.2736885558456752,-0.5968575513041887,0.01268403884023428,0.9561871886253357,-0.29248061776161194,-1.5485872030258179,-2.3869903087615967,-0.6621050238609314,-0.959324061870575,-2.082362174987793,1.234009027481079 +590,0.4037039909903249,-1.4694084997403056,-0.3020341521673242,0.03975963592529297,0.9948646426200867,-0.09307767450809479,-0.4878973364830017,-5.160547733306885,-0.0994233563542366,-0.15392589569091797,-0.584632158279419,1.0534048080444336 +591,-0.8601644545703832,-1.389599409092073,-1.8609915180397127,-0.1365877240896225,0.9836286902427673,-0.11755121499300003,-0.05976050719618797,-0.4457809329032898,-2.4985711574554443,0.21176780760288239,-0.5287947654724121,1.097791075706482 +592,-2.6086445212893112,-1.137045541082471,-3.125109866504758,-0.2135322242975235,0.9073957800865173,0.3619901239871979,-0.7113829255104065,7.386683940887451,-0.5944709181785583,-0.5960991382598877,0.7406601905822754,0.15236839652061462 +593,-2.234738565466712,-1.221152915578678,-2.981203373811995,-0.2697921097278595,0.9394949078559875,0.21109645068645477,3.1177282333374023,2.676673650741577,2.9562630653381348,1.3221449851989746,-1.2824361324310303,-0.5416628122329712 +594,-0.5012508473794731,-1.4685197148424283,-1.2653489389049097,-0.049060456454753876,0.9947742819786072,-0.08953818678855896,1.1208672523498535,3.190610885620117,1.4561734199523926,-0.5272334814071655,2.7451701164245605,1.2286220788955688 +595,0.6430930942865791,-1.3220456652545816,-0.19743768844113613,0.14763562381267548,0.969220757484436,-0.1970149278640747,1.3583283424377441,-3.457247495651245,0.2352142482995987,0.21495896577835083,-0.32467424869537354,0.4848109483718872 +596,-0.08840630426329348,-1.3542746461715918,-0.7084071999124087,-0.018967894837260246,0.976650595664978,-0.21399438381195068,-1.8912434577941895,-0.6259840726852417,-0.9700631499290466,-0.4494158923625946,-1.7918972969055176,0.16472378373146057 +597,0.5058104565321614,-1.49456494743481,-0.2522217452222599,0.03689916431903839,0.9970958232879639,-0.06662048399448395,1.293337345123291,4.904032230377197,-1.8209604024887085,-1.211398720741272,2.5946552753448486,-0.06793152540922165 +598,-1.9964150969952235,-1.3919878222000337,-2.827557549115983,-0.16198894381523132,0.984056293964386,0.0734342634677887,-3.436476945877075,-6.648980140686035,-2.0481910705566406,0.010240301489830017,1.1149120330810547,1.3400179147720337 +599,-2.4226973091364497,-1.1039303099366402,3.098538915015544,-0.2964082360267639,0.8929832577705383,0.3387076258659363,-0.1773132085800171,0.5437384843826294,-1.075865626335144,0.5217806100845337,-0.3813561797142029,-1.534065842628479 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/TEST/running/q8.csv b/BoostRunClub/CoreML/DataSet/TEST/running/q8.csv new file mode 100644 index 0000000..211ca1a --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/TEST/running/q8.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-2.284566150349493,-1.3191005876201651,-3.071730102326023,-0.18825393915176392,0.9684914946556091,0.163047656416893,3.5310750007629395,-2.133901357650757,2.2587499618530273,0.10539871454238892,-0.3206949234008789,-0.8875349760055542 +1,0.2177275674742129,0.6678457838651384,-0.10500869264215784,0.16960299015045166,-0.6192960143089294,-0.7666206955909729,-0.7394430041313171,1.3251800537109375,0.6940708160400391,0.23495326936244965,0.00038427114486694336,-0.3190421462059021 +2,0.25612978996856367,0.5351222510546221,-0.026921541498480188,0.2179233729839325,-0.5099462270736694,-0.8321443796157837,-1.3905284404754639,0.7079063057899475,-0.026077091693878174,-0.1564304530620575,0.005536437034606934,-0.0031064748764038086 +3,0.19779451362615047,0.4257584206975426,0.04909630970178225,0.1789642870426178,-0.4130116105079651,-0.8929687738418579,-0.36132243275642395,-0.6183664798736572,0.23313213884830475,-0.4223267138004303,0.2453175187110901,0.3438659906387329 +4,0.16576543601159613,0.5451559131094889,-0.012632269865308963,0.14108893275260925,-0.5185514092445374,-0.8433257937431335,1.452968716621399,-0.6417632699012756,-0.8844412565231323,-0.5001587867736816,-0.044024884700775146,0.38173216581344604 +5,0.2674763484387447,0.5795712530062713,-0.027666409839327517,0.22113779187202454,-0.5476652383804321,-0.8069453835487366,-0.6523659229278564,0.18669869005680084,-0.28515565395355225,0.3004838824272156,-0.030688583850860596,-0.7719730734825134 +6,0.3830132211643373,0.6187918268023594,-0.1302202641728833,0.30442237854003906,-0.5800514221191406,-0.7555575966835022,2.6660215854644775,1.7491345405578613,-0.6718022227287292,0.34177207946777344,0.07353591918945312,0.4088321924209595 +7,0.8660635514396837,0.7606923326646015,-0.44933182665002724,0.5518054366111755,-0.6894230842590332,-0.4692615866661072,1.002655267715454,3.154817581176758,-1.7099719047546387,0.4113597869873047,0.746460497379303,0.19698381423950195 +8,1.306681214886297,0.3682189934272815,-0.74337473624831,0.9006181359291077,-0.3599543869495392,-0.24355661869049072,1.1302961111068726,2.533501386642456,-7.902317523956299,1.347123622894287,1.2191767692565918,-0.6723216772079468 +9,1.2843757498973596,-0.45509191902250007,-1.0737874863694448,0.8616282939910889,0.4395448863506317,-0.25376570224761963,1.0130395889282227,-3.2417421340942383,-8.291051864624023,1.3544056415557861,-0.6902925372123718,-1.0480074882507324 +10,0.4237185003112439,-0.6354963565224927,-1.5887286805696865,0.33088651299476624,0.5935770273208618,-0.733607828617096,3.159428358078003,-5.486571788787842,-0.13207119703292847,1.665466547012329,-1.3055675029754639,0.9567371010780334 +11,0.11701977487435437,-0.37813084776824274,-1.522557658362543,0.10850503295660019,0.3691840171813965,-0.9230004549026489,0.9500136375427246,-2.2710695266723633,2.1465814113616943,0.9911196231842041,-0.14635992050170898,0.6814080476760864 +12,0.2761310547052263,-0.23440271925368897,-1.4622128829078376,0.2651796340942383,0.23226207494735718,-0.9358066320419312,1.6520661115646362,1.7040549516677856,0.40596452355384827,-0.09832480549812317,0.03231005370616913,-1.1568140983581543 +13,0.3167979885623379,-0.06698876028491234,-1.3652114378954578,0.31082677841186523,0.06693866848945618,-0.9481064677238464,1.1046842336654663,-0.4765157103538513,2.457051992416382,0.07395407557487488,0.13260051608085632,0.3077561855316162 +14,0.2375654907593112,0.1087918490011741,-1.0895386834202276,0.23394587635993958,-0.10857737064361572,-0.9661678075790405,1.240606665611267,-1.8102390766143799,4.960402011871338,0.05848880112171173,0.024943962693214417,0.2730831503868103 +15,0.028738000630682013,0.2290650297655886,-0.6252463904227781,0.027983486652374268,-0.22706706821918488,-0.9734770059585571,-0.4892651438713074,-0.41968676447868347,5.478468418121338,-0.26959115266799927,0.41441449522972107,-0.12240922451019287 +16,-0.1739936637305201,0.0700765232556592,-0.27288059982259244,-0.1726921945810318,-0.0700191855430603,-0.9824839234352112,-1.9503711462020874,-3.9354591369628906,1.2412797212600708,0.2811364233493805,-0.5480228066444397,-1.001097559928894 +17,-0.5911201093605568,-0.03956339155106552,-0.1319798199936783,-0.556855320930481,0.039553072303533554,-0.8296672701835632,0.650390625,-2.074880361557007,0.15359260141849518,0.03840744495391846,-0.48594895005226135,0.48860275745391846 +18,-0.6627132445465327,0.08576779528788663,-0.136246765289248,-0.6129964590072632,-0.08566267788410187,-0.7854280471801758,0.08982373774051666,0.5960423946380615,-0.8058673143386841,0.22356164455413818,0.08225996792316437,1.3115816116333008 +19,-0.2359820121346824,0.23203290343025484,-0.20587424469082904,-0.22753232717514038,-0.22995641827583313,-0.9462288618087769,1.4363175630569458,2.2075953483581543,-2.347993850708008,-0.3506842255592346,0.04474523663520813,-2.3659963607788086 +20,0.1365417486784068,0.4562003560199169,-0.29837044043543415,0.12219748646020889,-0.44054022431373596,-0.8893773555755615,4.482969760894775,5.20244026184082,0.8891152143478394,0.2720591127872467,-0.29285821318626404,0.4896275997161865 +21,0.09217172405541542,0.5845218174036672,-0.35509343939475646,0.07676021754741669,-0.5518006682395935,-0.8304359912872314,0.6368194818496704,-5.038064002990723,-1.8177430629730225,-0.10527889430522919,1.1571168899536133,0.22327351570129395 +22,-0.3814556585745934,0.6536709023793241,-0.5293556442419448,-0.2955305874347687,-0.6081046462059021,-0.7367973327636719,-0.4001348316669464,-3.748021125793457,-1.4556970596313477,-0.6907517313957214,0.04417043924331665,-0.01834481954574585 +23,-0.6257502872005514,0.5772305554831593,-0.43664954354146307,-0.4908079206943512,-0.5457053184509277,-0.6792005300521851,1.7911458015441895,2.1984543800354004,1.8474177122116089,0.1308225691318512,-0.08712244033813477,-0.18537771701812744 +24,-0.6658466317746223,0.627770622735337,-0.24878082371030433,-0.49994897842407227,-0.5873419046401978,-0.6364593505859375,0.21076662838459015,-0.7193236351013184,0.28931501507759094,0.08886194229125977,0.32012999057769775,0.86175537109375 +25,-0.645043850148851,0.621333699896535,-0.36973875250850463,-0.4888646602630615,-0.5821201205253601,-0.6497288346290588,-1.8543617725372314,0.8020906448364258,-1.5893651247024536,-0.10541939735412598,0.03902930021286011,1.0840550661087036 +26,-0.42548191876222663,0.4548105171445966,-0.638645959389556,-0.3708003759384155,-0.4392921030521393,-0.8182477951049805,-2.1638453006744385,-3.7389893531799316,-2.027773380279541,-0.5126529932022095,-0.8428581357002258,-1.246068000793457 +27,-0.6760153541808047,0.4029346996321593,-0.7506854036946804,-0.5755808353424072,-0.39211970567703247,-0.7175993323326111,-0.31045007705688477,-2.6054887771606445,0.046154968440532684,0.32199496030807495,0.5251153111457825,0.22059011459350586 +28,-0.8288729456880329,0.34080485773383323,-0.8340126377797158,-0.6947726011276245,-0.3342457711696625,-0.6368443369865417,-1.8767067193984985,-5.49905252456665,-0.0787145346403122,0.6020144820213318,0.7065755128860474,-0.05331063270568848 +29,-1.2547279172819412,0.22697290348749113,-0.7631477801277742,-0.9260873794555664,-0.2250290960073471,-0.30285993218421936,1.8320294618606567,-0.28025954961776733,4.60720682144165,-1.0935659408569336,-0.5872572660446167,-0.24059712886810303 +30,-1.4669372961130587,0.026947716230850797,-0.4845618010966686,-0.9942503571510315,-0.02694445475935936,-0.103634774684906,1.7508186101913452,-1.441123604774475,1.3150211572647095,0.25957024097442627,-0.15317028760910034,-0.453494131565094 +31,-1.508230531334727,0.04290087536095471,-0.4586836226835449,-0.9971251487731934,-0.042887717485427856,-0.06246745586395264,-0.7505012154579163,0.20462752878665924,-0.9150639772415161,0.7263883948326111,-0.20267197489738464,0.29376018047332764 +32,-1.484875594711922,0.13780476049438434,-0.5810706307155321,-0.9868660569190979,-0.13736902177333832,-0.08500152826309204,-1.8262063264846802,0.23154465854167938,-0.41370269656181335,-0.0295524001121521,-0.3073636293411255,0.32282501459121704 +33,-1.3757124333137263,0.17714792618847047,-0.7627901430056728,-0.9656785726547241,-0.17622286081314087,-0.19081516563892365,-1.6725155115127563,1.5223677158355713,-2.3442673683166504,-1.0863081216812134,-0.23222441971302032,-0.14588528871536255 +34,-1.2673486174606146,0.37069671413142646,-0.9220165568224105,-0.8894904851913452,-0.3622649013996124,-0.27851539850234985,-0.2926030158996582,0.2736453413963318,-2.2978579998016357,0.2802833318710327,0.3926604390144348,-0.10284751653671265 +35,-1.0821740550903007,0.6220350069292387,-0.9711816864730941,-0.7175931930541992,-0.5826901793479919,-0.381486713886261,0.7830788493156433,1.1951147317886353,-1.6502825021743774,0.4640379548072815,0.6475248336791992,0.06608757376670837 +36,-0.9275530516708649,0.7715526406257306,-0.9167659972940873,-0.5735740065574646,-0.6972490549087524,-0.42994949221611023,1.7782096862792969,0.9202668070793152,1.7249023914337158,-1.1363868713378906,-0.7289593815803528,-0.38772323727607727 +37,-0.9846840562502177,0.6516611210228546,-0.7558906788879993,-0.6623768210411072,-0.6065079569816589,-0.439778208732605,0.18137849867343903,0.32915356755256653,1.0108624696731567,-0.07326459884643555,-0.01833939552307129,-0.046351492404937744 +38,-1.1184750411257085,0.5866188793258496,-0.7060557086856566,-0.7490647435188293,-0.5535483360290527,-0.36398646235466003,-0.6045179963111877,0.1565077304840088,0.6763498783111572,0.8718675374984741,0.21539831161499023,0.6286654472351074 +39,-1.033135635580912,0.5810760347015383,-0.8253463812422966,-0.7179384231567383,-0.548923671245575,-0.42807379364967346,-0.846356987953186,-0.5988428592681885,-1.2235689163208008,0.21654993295669556,0.06483864784240723,0.25036993622779846 +40,-1.03208046182568,0.6361113087496784,-0.9827341681324407,-0.6904816031455994,-0.5940718054771423,-0.41269078850746155,-0.475452184677124,-0.4788590669631958,-0.41666150093078613,-1.2051024436950684,-1.031355381011963,-0.3507368862628937 +41,-1.107366093198148,0.6295238378177123,-0.9265569167358154,-0.7230512499809265,-0.5887599587440491,-0.36132916808128357,0.22150379419326782,0.9210396409034729,0.5092887878417969,0.5896894335746765,0.7365718483924866,0.14717203378677368 +42,-0.971398811501729,0.5855484847749609,-0.9121565270994351,-0.6881255507469177,-0.5526565909385681,-0.47016364336013794,0.313675194978714,2.026858329772949,0.5569598078727722,0.38861083984375,0.8316025733947754,0.5840247869491577 +43,-0.8779646000044875,0.5324554181435353,-0.8241955843859621,-0.6629214882850647,-0.5076503753662109,-0.550296425819397,1.937192678451538,0.25395816564559937,1.4882442951202393,-1.512874960899353,-0.9128818511962891,-0.623775839805603 +44,-1.0732729945407549,0.5734996517155228,-0.5511286420496081,-0.7381709218025208,-0.5425751209259033,-0.4008939862251282,2.5188229084014893,-0.12593160569667816,0.6049757599830627,0.6384699940681458,-0.18235468864440918,-0.17478960752487183 +45,-1.2625706315676954,0.6479947115030792,-0.19729369867917082,-0.7597219347953796,-0.6035888195037842,-0.24187438189983368,3.177658796310425,-0.6791296601295471,-0.006685017142444849,0.8774434924125671,0.2547881603240967,0.3348461389541626 +46,-1.7796989310213047,0.8641040153268477,0.2963286502774103,-0.635205090045929,-0.7605137825012207,0.13466058671474457,1.7246466875076294,-2.107819080352783,0.14744575321674347,0.3973357677459717,0.1375584602355957,0.35529911518096924 +47,-1.5382668696740252,1.0177574679001125,-0.03209314468458221,-0.5249976515769958,-0.850932240486145,-0.017083914950489998,-4.3803391456604,-0.04859292879700661,-2.5751826763153076,-0.7453880906105042,-0.7886399030685425,0.22121596336364746 +48,-1.4376767092484868,1.2474380924336508,-0.15974928412174447,-0.3149413466453552,-0.9481737017631531,-0.042174287140369415,1.8572146892547607,0.023164819926023483,-2.1741199493408203,0.4812469184398651,0.4238816499710083,-0.24928385019302368 +49,-1.5171176422041688,1.3231486782483015,0.011036996243566964,-0.24477048218250275,-0.969491720199585,-0.013151591643691063,-0.8616659641265869,0.4308769404888153,0.0492880679666996,-0.036326900124549866,1.2490177154541016,-0.4517226815223694 +50,0.0848068775905646,1.4034403853286836,-1.5399519039789833,0.014109843410551548,-0.9860286712646484,-0.1659771054983139,-2.6465904712677,0.23798400163650513,-1.202522873878479,-0.15629124641418457,-2.3209476470947266,0.6982647180557251 +51,-0.5083984178139808,1.3706904669642768,-0.8677686817565043,-0.09675861895084381,-0.9800455570220947,-0.17363345623016357,0.8128824234008789,0.9603721499443054,0.1626482754945755,0.3170497417449951,0.2727243900299072,0.14345157146453857 +52,-1.0673548177019319,1.3735931329149942,-0.3492093733563374,-0.17161838710308075,-0.9806183576583862,-0.09452389925718307,0.8036808371543884,-0.6591590046882629,0.9657204151153564,0.5665006041526794,0.8664979338645935,-0.06436586380004883 +53,-1.0366119369368718,1.3558213732862043,-0.4674337866013628,-0.18360313773155212,-0.9769817590713501,-0.10861075669527054,-1.3514015674591064,-2.6864798069000244,-0.960004448890686,0.0964449793100357,0.7354199886322021,0.08578361570835114 +54,-0.3070505111831797,1.2334758620912885,-1.5227292427521226,-0.10003209859132767,-0.9436448812484741,-0.31548061966896057,0.18955475091934204,0.16558599472045898,-0.7680209279060364,-0.32762598991394043,-1.2154737710952759,0.3663076162338257 +55,-0.24704664880218902,1.3128973987093062,-1.4787730234729088,-0.062370117753744125,-0.9669280052185059,-0.24730578064918518,0.686556875705719,1.8978010416030884,0.5320025086402893,0.038398537784814835,0.6872192025184631,-0.04351149499416351 +56,-0.22297803230278043,1.3214921614427488,-1.4037554118905649,-0.05456048622727394,-0.9690843224525452,-0.2406211942434311,0.018396291881799698,0.6179782152175903,-0.04542706534266472,-0.17548102140426636,0.9248797297477722,0.03119434416294098 +57,-0.1673695162669086,1.2070328451704417,-1.3539676397018499,-0.0592714361846447,-0.9345644116401672,-0.3508222699165344,-3.8095903396606445,2.0185024738311768,2.275686502456665,-0.9347165822982788,-1.3969022035598755,-0.6090471744537354 +58,-0.30764879444553067,1.1502372804612553,-1.062767672099679,-0.12363207340240479,-0.9128608703613281,-0.38910192251205444,0.6898422837257385,2.4597299098968506,-0.10845289379358292,0.13333666324615479,0.24367135763168335,0.5531186461448669 +59,-0.4090239804794864,1.1160725257057929,-1.0709168089927539,-0.17468170821666718,-0.8983823657035828,-0.40298333764076233,-0.46985211968421936,-3.907654285430908,2.1372649669647217,0.7022848129272461,0.7217923998832703,0.34190237522125244 +60,-0.8919158135787997,0.9637411380377516,-0.8118853809084218,-0.44396862387657166,-0.8213314414024353,-0.35819897055625916,0.14065390825271606,-2.6152374744415283,0.9394952654838562,0.565062403678894,-0.1710544228553772,-0.35849109292030334 +61,-0.9225668581617297,1.0102518131066442,-1.0926449228602826,-0.42380499839782715,-0.8469657301902771,-0.3209960162639618,-0.6775999665260315,-1.899882197380066,-2.6908180713653564,-0.26163503527641296,-0.9041023850440979,0.11065363883972168 +62,-0.7674548708254145,1.1470494688601016,-1.383710660937249,-0.2854838967323303,-0.9115546941757202,-0.295917272567749,0.42743346095085144,0.05690263211727142,-0.6442989110946655,0.12772327661514282,0.5314582586288452,0.18515372276306152 +63,-0.664996308710019,1.1708396070671414,-1.221788167912276,-0.24026836454868317,-0.9210778474807739,-0.3064092695713043,0.7728626728057861,4.508320331573486,0.464418888092041,-0.19482071697711945,0.7515069842338562,0.2041754424571991 +64,-0.3872323619853544,1.2206091417218237,-1.1106398007539815,-0.1295538991689682,-0.9393085241317749,-0.31767162680625916,0.780135452747345,0.6902481913566589,-1.8531626462936401,-1.4327019453048706,-1.04619562625885,-0.25775253772735596 +65,-0.5208734386016178,1.2507276312599636,-1.0118001055406576,-0.1565726399421692,-0.9492138028144836,-0.27290672063827515,0.6005303859710693,0.30998024344444275,0.8882508873939514,0.08757241070270538,0.6444195508956909,0.25015589594841003 +66,-0.6200180622856434,1.2458968590918809,-0.6482401297740604,-0.18547895550727844,-0.947682797908783,-0.2597976326942444,0.38866493105888367,3.974998950958252,1.3199745416641235,0.5694206357002258,0.5659842491149902,0.3581710755825043 +67,-0.8779198444439535,1.1282092138955693,-0.2664097217178897,-0.3295225501060486,-0.90364670753479,-0.2735641896724701,-1.330592393875122,-3.5475246906280518,3.043297529220581,0.8987669944763184,-1.4010711908340454,0.1772201955318451 +68,-1.1118026512837067,1.1350801863675812,-0.4293127305115303,-0.3783760964870453,-0.9065680503845215,-0.18699197471141815,-0.14641322195529938,-2.950451374053955,-2.2884342670440674,0.0550728440284729,-0.11302423477172852,-0.16142725944519043 +69,-1.4246522285677432,1.157268565146657,-0.43479129936827016,-0.397558331489563,-0.9157088994979858,-0.05851801112294197,2.8412926197052,-2.6034505367279053,3.0966765880584717,-0.7714784741401672,0.7244400978088379,1.3418279886245728 +70,-1.6988477473348382,1.0720019949707607,0.0932655223348014,-0.47445034980773926,-0.8781599402427673,0.06108829751610756,0.40068525075912476,3.305328607559204,-0.9793097972869873,0.08783847093582153,0.8989730477333069,-0.08977485448122025 +71,-1.1127958455644789,1.2168615132214553,-0.2151328994246752,-0.3108707666397095,-0.9380161762237549,-0.15324713289737701,0.4517165720462799,-1.1702771186828613,0.664517343044281,-0.5633662343025208,-1.698275089263916,-0.9915740489959717 +72,-1.7236218763645061,1.2963607850781271,0.4322766898832738,-0.2678448557853699,-0.962578296661377,0.04125521704554558,0.6053624153137207,0.27485203742980957,-1.942945122718811,0.46109747886657715,0.34970909357070923,0.05382227525115013 +73,-2.0073592195316476,1.462462857770229,0.6702572460645191,-0.09798116981983185,-0.9941376447677612,0.04571687802672386,0.5721896290779114,-2.438615560531616,-0.7848718762397766,0.27202293276786804,0.9882172346115112,-0.43562471866607666 +74,-2.662261987040941,1.46271168445929,0.962898661712328,-0.04974979907274246,-0.9941645264625549,0.09571678936481476,-0.10392732918262482,-5.652585983276367,1.1449356079101562,0.36992496252059937,-0.10066872835159302,0.016130074858665466 +75,-2.55434343544443,1.457834361391469,0.5500649768762711,-0.06245673820376396,-0.993626594543457,0.09383820742368698,0.19261009991168976,3.5999112129211426,-1.5231033563613892,0.6328302621841431,-0.3154555559158325,0.5551943778991699 +76,-2.644604626435293,1.4483055371173783,1.016222816055613,-0.05825604125857353,-0.9925073981285095,0.10740459710359573,0.7194640636444092,1.507728099822998,0.6589531898498535,-0.12730608880519867,0.9371940493583679,-0.27985939383506775 +77,-2.3581637504090307,1.3045277118784266,0.5770601053468172,-0.18569661676883698,-0.9647594690322876,0.1864294409751892,-0.5588527917861938,-0.7165546417236328,0.5476137399673462,-0.8775815963745117,0.9009624719619751,0.495760440826416 +78,-2.645716085485811,1.3544724746840322,0.7205594822519765,-0.10212639719247818,-0.9766930937767029,0.18878717720508575,1.4965438842773438,-0.928361713886261,-1.7550894021987915,0.1733849048614502,-0.8807134032249451,-0.35957884788513184 +79,2.674680175646768,1.2881909223067018,1.994274333276701,0.12552320957183838,-0.9603321552276611,0.24901063740253448,1.7668734788894653,1.4205478429794312,-1.7384430170059204,0.10689868032932281,0.6979876756668091,-0.33403250575065613 +80,2.5801047901642677,1.1331520467811969,2.0179399390531616,0.22565416991710663,-0.9057525396347046,0.35873687267303467,-0.09999766945838928,-2.423341751098633,0.10422667860984802,-0.2002330869436264,1.1152405738830566,-0.40133947134017944 +81,2.5539308248683756,1.1562156168223414,1.942595624152472,0.22332224249839783,-0.9152852892875671,0.33523082733154297,-1.854631781578064,0.5991166830062866,1.5851207971572876,0.06947863101959229,-2.2277350425720215,1.3417558670043945 +82,2.6708197077789473,1.1665395593098757,1.559030627257958,0.17840738594532013,-0.9193949699401855,0.3505479097366333,0.8977762460708618,0.5779771208763123,0.6008186936378479,0.3484175503253937,-0.24112749099731445,0.0745009183883667 +83,2.8523266186675644,1.1667345371579603,1.3873493489787336,0.11214742064476013,-0.9194716811180115,0.37682217359542847,-0.749658465385437,-0.3750372529029846,0.3391864597797394,-0.12026509642601013,0.8943403959274292,-0.21138644218444824 +84,2.7482124376976924,1.21290196375949,1.5616301974829911,0.13427545130252838,-0.9366365075111389,0.3235461413860321,-1.550463318824768,1.5167146921157837,-0.888883113861084,-0.2704601287841797,-0.20061630010604858,0.4267284572124481 +85,2.554507000132463,1.2948800119714623,2.002965697945541,0.1509084552526474,-0.9621759653091431,0.22681303322315216,0.38763174414634705,0.12538675963878632,-1.4538428783416748,0.16484162211418152,-0.8109411001205444,0.03736233711242676 +86,2.3012120072137714,1.1674657236815054,2.477982728023597,0.2923600375652313,-0.9197589159011841,0.2618570625782013,0.29351070523262024,3.62150502204895,-1.7639025449752808,-0.08203288912773132,0.8415881991386414,-0.055207282304763794 +87,2.4020852018303844,1.0485507907141403,2.5445234904858895,0.3361718952655792,-0.8667012453079224,0.36853405833244324,0.03512208163738251,-1.3756930828094482,-0.13550974428653717,-0.2598474323749542,0.9768849611282349,-0.3349800109863281 +88,2.3811058283811186,1.1033117301342885,2.4199861668953817,0.3106161057949066,-0.8927046656608582,0.3264905512332916,-1.357237458229065,-1.5508575439453125,2.145782709121704,0.3844522535800934,-0.9956925511360168,0.9857957363128662 +89,2.434540758528229,1.1385335043451266,1.9080541917961755,0.2721327543258667,-0.9080201387405396,0.31850168108940125,2.3616766929626465,-3.840886116027832,0.3628357946872711,0.4542008936405182,-0.18768298625946045,-0.9615223407745361 +90,2.5632977837055884,1.1665089767575847,1.8799216532438838,0.21501125395298004,-0.9193829894065857,0.3294009864330292,-0.7091529965400696,0.04750574007630348,-0.0031981191132217646,-0.16303981840610504,0.9685468673706055,-0.13846781849861145 +91,2.2979219518071505,1.2744843212165355,2.1876766746900143,0.21814586222171783,-0.9564198851585388,0.19409623742103577,-2.2343952655792236,0.009486156515777111,-0.15458522737026215,-0.3298249840736389,0.3616628050804138,0.018656954169273376 +92,1.7034041508556512,1.3248963771783442,2.954120039138307,0.24129150807857513,-0.9699186682701111,0.032186027616262436,-0.24435487389564514,2.411590814590454,-0.4647693932056427,-0.05015994608402252,-0.8361572027206421,-0.24606847763061523 +93,1.636225989440194,1.268942393272498,-3.036130353520008,0.2966545820236206,-0.9547869563102722,0.019437754526734352,-1.1441208124160767,3.0548415184020996,-1.0008405447006226,-0.05551996827125549,0.721174955368042,0.09202766418457031 +94,1.7199535432543995,1.1464125842884192,-2.8590113787590408,0.40718773007392883,-0.9112926721572876,0.0611894391477108,-0.12053772807121277,1.89795982837677,-1.2008140087127686,-0.25514906644821167,0.9953837394714355,0.12425065785646439 +95,1.6083943074831468,1.1289154842728935,-2.626339669221973,0.4273383617401123,-0.903948962688446,0.016074635088443756,-1.7662724256515503,-0.26331627368927,1.6977850198745728,0.7692712545394897,-2.2456483840942383,1.0964131355285645 +96,1.6695249103861645,1.2470149792073395,-2.970578545870066,0.3166044056415558,-0.948039174079895,0.03135986253619194,3.2483410835266113,-3.908543586730957,1.6572129726409912,-0.10086041688919067,-0.23558509349822998,0.18424689769744873 +97,2.5694689714886074,1.2420427218041081,2.0022191216971534,0.17480450868606567,-0.9464454650878906,0.2714487314224243,2.6527388095855713,-5.1818156242370605,1.5416254997253418,-0.22715741395950317,0.8407630920410156,-0.4467111825942993 +98,2.426029448284407,1.2783385277477115,1.9488788262656187,0.18914122879505157,-0.9575381875038147,0.21759165823459625,-0.5523439645767212,-0.11352729052305222,-0.9476267099380493,-0.45433899760246277,-0.13689839839935303,0.20916613936424255 +99,2.343112133175804,1.2823074002504466,2.0253423293269566,0.20378918945789337,-0.9586748480796814,0.19852566719055176,0.9993183612823486,1.4850600957870483,-0.3715689480304718,0.8139567971229553,-0.35765504837036133,0.29410433769226074 +100,2.3133513786811837,1.2477464355228705,2.216462269834416,0.23388676345348358,-0.948271632194519,0.2146579474210739,0.7127363085746765,0.856514573097229,-0.6811657547950745,-0.005249053239822388,0.5993794202804565,0.03294646739959717 +101,2.2629569823646802,1.209978194691193,2.238423943470788,0.27179428935050964,-0.9356083273887634,0.22531068325042725,-0.2224757820367813,-1.5213462114334106,-0.022054113447666168,-0.14197254180908203,0.7630924582481384,-0.19494569301605225 +102,2.1432123049516107,1.2312071428968598,2.220137705800667,0.2800019681453705,-0.9428915977478027,0.18042834103107452,1.0600841045379639,-0.07357989996671677,0.5117178559303284,0.6489378213882446,-1.5891976356506348,0.6333991289138794 +103,2.4685270023719212,1.189179387458302,1.9165409214388751,0.23216234147548676,-0.928063690662384,0.2912016808986664,-0.2553192377090454,1.3143432140350342,0.3690781891345978,-0.15324389934539795,0.4803403615951538,-0.1433134377002716 +104,2.594039153672856,1.2075690745505128,1.8452241214059482,0.1849653571844101,-0.9347550868988037,0.30334916710853577,-0.3943284749984741,0.00019933003932237625,-0.20573896169662476,-0.3153669834136963,0.816728413105011,-0.05736222863197327 +105,2.309617167105129,1.2377981002813259,2.121481881941063,0.24164895713329315,-0.945066511631012,0.22012518346309662,-2.1461873054504395,-0.5509098172187805,0.3359491229057312,-0.09608012437820435,-0.9877184629440308,0.3821544647216797 +106,2.4985939726787305,1.1921056803795442,2.0545593151016392,0.22167383134365082,-0.9291495084762573,0.295874685049057,-0.1749761998653412,2.1382803916931152,-0.8832235336303711,0.4671536684036255,-0.19990921020507812,0.01607605814933777 +107,2.4735646651475345,1.142662619619252,2.128124801627095,0.257175087928772,-0.9097421765327454,0.32593026757240295,0.26635363698005676,-0.23198795318603516,-0.28296127915382385,-0.21983680129051208,0.7248513102531433,-0.17508181929588318 +108,2.41172297395859,1.1183071035724592,2.094568872855712,0.2915164828300476,-0.8993616104125977,0.32583218812942505,0.925545871257782,-1.0503593683242798,0.2655572295188904,-0.21943399310112,0.6201869249343872,0.11812230944633484 +109,2.3134322732642842,1.1076846087818142,2.0652169209277482,0.32910436391830444,-0.8946667313575745,0.3020963668823242,0.08856828510761261,-1.0187827348709106,0.5752866864204407,0.7286959886550903,-1.618105173110962,0.48341089487075806 +110,2.4791536105416236,1.1074933096821478,1.8592137470344323,0.27486538887023926,-0.8945812582969666,0.35238227248191833,-0.3305194675922394,-0.06391449272632599,0.8693971633911133,-0.23362094163894653,0.5685162544250488,-0.08701673150062561 +111,2.506813378451482,1.1991158750233917,1.8239005510172555,0.2153666764497757,-0.9317183494567871,0.29243484139442444,-0.6018955707550049,0.6691917777061462,0.06000928208231926,-0.254963219165802,0.9481520652770996,-0.1673738956451416 +112,2.3017425281503168,1.228382132634143,2.095264226285928,0.24998943507671356,-0.941946804523468,0.2241462618112564,-1.3928836584091187,0.6547403931617737,-0.356722891330719,0.034068167209625244,-1.4616024494171143,0.6985222101211548 +113,2.36675250479324,1.1842277004915,2.0799440388288772,0.263759046792984,-0.9262081980705261,0.26938822865486145,-1.0582048892974854,2.5026469230651855,-1.1464980840682983,0.2675977647304535,-0.0980687141418457,0.031530410051345825 +114,2.4517309842587918,1.0729197131390504,2.216733386547288,0.3039344549179077,-0.8785985708236694,0.36835917830467224,1.8986059427261353,0.973426878452301,-1.2081509828567505,-0.1453956663608551,0.9606298208236694,0.025241374969482422 +115,2.3529507705325994,1.037766572990617,2.300325729374381,0.36047637462615967,-0.8612715005874634,0.3581453561782837,-0.5413296222686768,0.6508614420890808,-0.6836258769035339,-0.10283172130584717,0.4583021402359009,0.1831907033920288 +116,2.2472978891137947,1.1408430126425837,2.267378609008574,0.32502907514572144,-0.9089851975440979,0.2609630823135376,2.4366564750671387,0.11919949948787689,0.8930573463439941,0.3106062412261963,-0.7589834332466125,0.6397020220756531 +117,2.5335273142703247,1.10617942812249,1.88318821963393,0.2559795677661896,-0.8939933180809021,0.36776402592658997,-0.14881616830825806,-0.10543183982372284,0.8842723965644836,-0.16786009073257446,0.7216147780418396,-0.29914525151252747 +118,2.57539849152586,1.1763228839455644,1.8973155405138773,0.20615969598293304,-0.9231990575790405,0.32434824109077454,-0.7530460357666016,0.8989917635917664,-0.21791104972362518,-0.36248600482940674,0.989986777305603,-0.32114386558532715 +119,2.3572461409162786,1.3469902249330847,2.297251567295798,0.15677182376384735,-0.9750598073005676,0.15710189938545227,0.7637684345245361,0.092178113758564,0.20326530933380127,-0.28512877225875854,-1.7937848567962646,-0.14230085909366608 +120,2.397554389548431,1.1423071350701322,2.278020798353372,0.2814013659954071,-0.9095945358276367,0.30569759011268616,-1.191030740737915,2.79536509513855,-2.2154104709625244,0.1562207043170929,0.5153837203979492,-0.3596527576446533 +121,2.306758565892091,1.0696551965008017,2.4584962203152507,0.35608506202697754,-0.8770349025726318,0.3225107192993164,0.17378851771354675,-0.9605821967124939,-0.5476211309432983,-0.3033354580402374,0.9359186291694641,-0.2568979561328888 +122,2.1034581469463833,1.0951108740580155,2.4825214593981344,0.3945029079914093,-0.8889790177345276,0.23255877196788788,-1.26455557346344,-3.7323453426361084,3.8263232707977295,1.889005422592163,-2.7143380641937256,1.1042790412902832 +123,2.236118769628725,1.1754991971771298,2.0991404631666635,0.30295130610466003,-0.9228821992874146,0.237716406583786,1.5284000635147095,-0.29468727111816406,0.4355095624923706,0.09743931889533997,-0.11895740032196045,0.1732332706451416 +124,2.3803545021213917,1.2110117526151736,2.012087079477477,0.24286597967147827,-0.9359726905822754,0.2548941969871521,-0.7854532599449158,1.0410594940185547,0.33834099769592285,-0.19852393865585327,0.8621050119400024,-0.37832263112068176 +125,2.3213180849927952,1.3092048707296544,2.116707648095604,0.18913617730140686,-0.9659796357154846,0.17638300359249115,-1.5766037702560425,0.13989244401454926,0.6217347383499146,-0.44420212507247925,0.7801427841186523,0.06256961822509766 +126,2.0129460494131304,1.381886208593985,2.7881049133407148,0.16972918808460236,-0.9822095036506653,0.08035138994455338,2.368833541870117,1.4014971256256104,0.22564764320850372,-0.20546530187129974,-0.5275865197181702,-0.6919388771057129 +127,1.9574665396332496,1.2126619554078157,2.610306268862309,0.3246478736400604,-0.9365524053573608,0.132186159491539,-0.875361979007721,-0.5874694585800171,-3.6333937644958496,0.04369926452636719,0.8029160499572754,-0.1289513260126114 +128,1.8975790844573106,1.0690807059329133,2.5844689410521626,0.45547956228256226,-0.8767587542533875,0.15437756478786469,0.09390474110841751,-1.974963903427124,0.21253997087478638,-0.25922104716300964,1.0724680423736572,-0.03438246250152588 +129,1.524413789685225,1.2006474535051916,2.773176735087999,0.36136525869369507,-0.9322735071182251,-0.01677306741476059,-1.334283709526062,-1.8798340559005737,3.54410982131958,1.3412103652954102,-2.509666919708252,0.3310736417770386 +130,1.9474612488564884,1.2486302091526311,2.180511901832193,0.2944253981113434,-0.9485517740249634,0.11646018177270889,2.4845364093780518,-2.6524901390075684,0.3358660638332367,0.02430015802383423,-0.05196690559387207,-0.01749170571565628 +131,2.190403706373182,1.26575020950648,1.947742608974179,0.2445063591003418,-0.9538331031799316,0.17441041767597198,-0.5223726630210876,-1.1526786088943481,0.5795106887817383,-0.2446437031030655,0.9570832848548889,-0.2014947086572647 +132,2.1522239975196236,1.323318838221405,1.8837486124125724,0.20470760762691498,-0.9695334434509277,0.13453605771064758,-0.4375368654727936,-1.1373982429504395,0.41158509254455566,-0.3433947265148163,0.8002523183822632,0.1752936989068985 +133,1.364367438471491,1.383753156185809,2.8001187067294153,0.1820063441991806,-0.9825583696365356,-0.03811429813504219,1.5802791118621826,2.307595729827881,-0.16126902401447296,-0.12435868382453918,-0.33549582958221436,-0.16586518287658691 +134,1.5258890624855215,1.3183959730266737,2.7693441713992626,0.24947738647460938,-0.9683157801628113,-0.011210883967578411,-0.38312262296676636,-0.12511123716831207,-1.1494717597961426,-0.05361554026603699,0.8614432215690613,-0.2321057915687561 +135,1.598755902498052,1.2764605712117933,2.421444943726398,0.28999054431915283,-0.9569950699806213,0.008110126480460167,0.7642815113067627,-4.082874774932861,0.011723256669938564,0.04582485556602478,1.1010992527008057,-0.14287567138671875 +136,0.9590635254262658,1.3471017549798856,2.7775459246134284,0.1816055029630661,-0.9750845432281494,-0.12739647924900055,0.44256624579429626,1.5422345399856567,-0.12289213389158249,1.283284068107605,-3.3448619842529297,0.14221273362636566 +137,2.2947894240540117,1.3522533778411234,1.6036002815511357,0.16242475807666779,-0.9762144088745117,0.14360907673835754,1.4072126150131226,4.373721599578857,0.6436283588409424,-0.5484263300895691,0.4829893708229065,-0.16806890070438385 +138,2.5971947898728316,1.3756974929484556,1.459919104051241,0.10040276497602463,-0.9810284972190857,0.16583888232707977,-0.8726178407669067,-1.6467410326004028,0.1412227302789688,-0.3957213759422302,1.0869550704956055,-0.22333407402038574 +139,1.16496697863715,1.4600445807792086,2.7743165722830727,0.10154832899570465,-0.9938732981681824,-0.04363345354795456,-4.7286529541015625,1.0766074657440186,2.089874267578125,-0.14102283120155334,-2.9507222175598145,0.9932336807250977 +140,0.8346959261907604,1.4611000341319127,-3.0757869053025058,0.08113233000040054,-0.9939894080162048,-0.07350297272205353,0.4507790207862854,0.7590702176094055,-0.7972139716148376,0.08428820222616196,0.11403030157089233,0.16696304082870483 +141,1.5650123253024304,1.336041739012404,2.4089621321787686,0.23260001838207245,-0.9725714325904846,-0.00134537392295897,1.3825126886367798,-2.4821414947509766,-0.8825321197509766,0.6084185838699341,1.0419838428497314,-0.3157932758331299 +142,1.5059109280563197,1.3359147412701498,2.2572766822630093,0.23223872482776642,-0.9725419282913208,-0.01509008463472128,-0.9087105989456177,-1.4862096309661865,1.193888545036316,0.2639923691749573,0.34954071044921875,-0.06352317333221436 +143,1.342713088581644,1.407127046836861,2.4363176050798208,0.1587197482585907,-0.9866360425949097,-0.03684241324663162,1.9153096675872803,-1.8340680599212646,-1.1134203672409058,0.0539114773273468,-0.7868777513504028,0.3769303560256958 +144,2.0644816912877846,1.33583950888181,1.8128491427986555,0.20500238239765167,-0.9725244045257568,0.11031821370124817,1.5749139785766602,2.9965999126434326,0.5343081951141357,-0.42414915561676025,0.4506739377975464,-0.19332601130008698 +145,2.630250956022567,1.3859331124920393,1.32475873331698,0.08994769304990768,-0.9829614162445068,0.16029983758926392,-0.6308896541595459,-0.7216161489486694,0.14020727574825287,-0.5052309036254883,1.2823847532272339,-0.25890207290649414 +146,0.45701369891492377,1.3790348175945084,-2.822981118262907,0.08410079032182693,-0.9816700220108032,-0.1710287183523178,-3.9663097858428955,2.3286502361297607,1.4092488288879395,0.033742837607860565,-3.1170237064361572,0.683144211769104 +147,1.193343923430167,1.453660289423032,3.068752694842762,0.10864253342151642,-0.9931474328041077,-0.04307260364294052,0.2224387228488922,3.5034713745117188,-0.8051151037216187,0.052368223667144775,0.1859421730041504,-0.03428947925567627 +148,1.582642723307349,1.389082669224212,2.6685507898190646,0.18070246279239655,-0.9835354685783386,0.0021407732274383307,1.653333067893982,-2.102846622467041,0.3814517855644226,0.6420208811759949,1.139861822128296,-0.45053553581237793 +149,1.6997152634015593,1.4016116968811574,2.32646797705898,0.1669808328151703,-0.9857223629951477,0.021647049114108086,-0.2055615484714508,-3.047941207885742,0.8625848889350891,0.3701895475387573,0.5436753630638123,-0.2739206552505493 +150,1.0928476972323249,1.4589901754831722,2.9178137279611076,0.09906978160142899,-0.9937561750411987,-0.05131876841187477,1.9347096681594849,-1.2675361633300781,-1.1677684783935547,0.07404117286205292,-0.7901334762573242,0.21025431156158447 +151,2.064363836293338,1.397717069120787,1.9152485255595224,0.15166236460208893,-0.9850591421127319,0.08159121870994568,2.1728873252868652,1.9653476476669312,0.13897262513637543,-0.5025534629821777,0.47300469875335693,-0.14740240573883057 +152,2.9390171598229977,1.3779196129656537,1.1507885905398054,0.03856528177857399,-0.9814568758010864,0.18776358664035797,-0.5957764387130737,0.13575075566768646,0.4994257092475891,-0.4615236520767212,1.3218194246292114,-0.21118581295013428 +153,0.8125100601745407,1.425533986588827,-2.9993970700136594,0.10509257763624191,-0.989467978477478,-0.09954315423965454,-6.121373176574707,2.040567636489868,0.9195157885551453,-0.4211478531360626,-3.69881010055542,0.5732675194740295 +154,0.6609663284444987,1.4348177145731946,-2.6332363392075946,0.08321749418973923,-0.9907691478729248,-0.10701089352369308,1.1329466104507446,1.8935437202453613,-1.0618208646774292,0.060138851404190063,-0.007842302322387695,0.23436075448989868 +155,1.543207067718282,1.344561318344201,2.623024324060935,0.2242242991924286,-0.974517822265625,-0.006187752354890108,1.8101987838745117,-3.489361524581909,-0.2915373742580414,0.7359044551849365,1.169510006904602,-0.5722424387931824 +156,1.5797542865771539,1.3524874341578386,2.2958226419192256,0.21657021343708038,-0.9762651324272156,0.0019400791497901082,-0.18120357394218445,-2.4542338848114014,0.753963828086853,0.19675983488559723,0.6544572710990906,-0.23636090755462646 +157,0.8963342881622545,1.4513184916395516,3.0941791713150546,0.09309590607881546,-0.9928709864616394,-0.07443415373563766,2.2245144844055176,-0.953676164150238,-0.9417992830276489,-0.005937688052654266,-0.5773957967758179,0.12524592876434326 +158,1.8285961555101142,1.4169219686866554,2.192761894166542,0.1482035219669342,-0.9881846904754639,0.03907638415694237,1.7073712348937988,2.5687873363494873,0.3679349720478058,-0.5250803232192993,0.5703531503677368,-0.1822037696838379 +159,2.676339266307476,1.427145859782674,1.427594465596466,0.06422766298055649,-0.9897000193595886,0.12794129550457,-0.5548341870307922,0.031653501093387604,-0.4567435383796692,-0.608829140663147,1.3908230066299438,-0.15128719806671143 +160,0.6780021048547626,1.3374317993147191,-2.848074060085848,0.1450502574443817,-0.9728938341140747,-0.18010558187961578,-4.65122652053833,-0.5641580820083618,0.6571192741394043,-0.2546693980693817,-3.0813512802124023,0.1731628179550171 +161,1.0434648448928603,1.3824378450093602,-3.042039268497182,0.1618099808692932,-0.9823129177093506,-0.094228096306324,0.44768640398979187,2.6605050563812256,-0.9745104908943176,0.05416291952133179,0.08486723899841309,0.1302388310432434 +162,1.5327942041394576,1.318259350502575,2.662674445867957,0.24968136847019196,-0.968281626701355,-0.009492992423474789,2.1579840183258057,-2.898111343383789,0.105207659304142,0.4658032953739166,1.0451858043670654,-0.5144022703170776 +163,1.6208112267123482,1.3520692248522939,2.25832949906949,0.21671561896800995,-0.9761744141578674,0.01084805652499199,-0.6006971597671509,-3.360795021057129,1.1550551652908325,0.41531866788864136,0.503579318523407,-0.0890493392944336 +164,1.0479894916469377,1.4234007693690642,2.8783687748317326,0.12724487483501434,-0.9891569018363953,-0.07333056628704071,2.135869264602661,0.47150230407714844,-0.7314946055412292,-0.04416078329086304,-0.7148531079292297,0.2199675440788269 +165,1.9515527890890878,1.4090620244052365,2.067892319561051,0.14949795603752136,-0.9869495034217834,0.0598425529897213,1.6423152685165405,2.33683705329895,0.24452325701713562,-0.48429104685783386,0.662807047367096,-0.047009944915771484 +166,2.715057537050149,1.400989303014533,1.4727880917388791,0.06991557031869888,-0.9856173992156982,0.1538519710302353,-0.36767739057540894,0.7259914875030518,-0.019259992986917496,-0.5719449520111084,1.2439333200454712,-0.260465145111084 +167,0.07035966105413267,1.472566081239171,-2.211319019640878,0.006894627120345831,-0.995179295539856,-0.0978294387459755,-3.0019936561584473,-0.6092317700386047,1.6594092845916748,-0.49685436487197876,-3.0559682846069336,-0.21970593929290771 +168,1.0402846453452153,1.4498684723694784,-3.0247676861778894,0.10405147820711136,-0.9926971197128296,-0.06103707104921341,0.1809777468442917,2.398393154144287,-2.1092042922973633,0.24780090153217316,0.17909860610961914,0.08554268628358841 +169,1.459469272147436,1.369561478153195,2.685178476941047,0.198642298579216,-0.9798204898834229,-0.022206075489521027,1.7738287448883057,-2.389754295349121,0.08002853393554688,0.3529171347618103,1.1266863346099854,-0.25449681282043457 +170,1.5735311044542262,1.3833090981385574,2.3342642863628793,0.18638966977596283,-0.9824756979942322,0.0005097356042824686,-0.5125552415847778,-3.062981367111206,1.3948665857315063,0.5347559452056885,0.02748924493789673,-0.23016977310180664 +171,1.687931024170389,1.4276912187460118,2.2312134045663266,0.1416398584842682,-0.9897779226303101,0.016667239367961884,1.4017126560211182,0.43343308568000793,-1.1479792594909668,0.1611555516719818,-0.5249315500259399,0.3672133684158325 +172,2.5165421507389216,1.42997940689986,1.6245585669200726,0.0821259468793869,-0.99010169506073,0.11381702125072479,0.17635419964790344,2.166597604751587,1.7292580604553223,-0.3874085247516632,0.8253371715545654,-0.06927655637264252 +173,2.8300912406312895,1.4363121366875073,1.4953749777554168,0.04109368473291397,-0.9909706115722656,0.12762656807899475,-0.1051587164402008,0.6259393095970154,-0.44093796610832214,-0.3886431157588959,1.1276130676269531,-0.35798847675323486 +174,-0.08406039330336289,1.4492928575566857,-1.834571432253719,-0.01017653290182352,-0.9926275014877319,-0.12077688425779343,-6.376664161682129,-1.0165971517562866,2.147571325302124,-0.36418259143829346,-4.442537784576416,0.277545690536499 +175,0.3061607538502006,1.3818019994096649,-2.299159009818284,0.05662437900900841,-0.982193648815155,-0.17913466691970825,1.8900617361068726,-0.9513856768608093,-2.411994457244873,0.5699930191040039,0.2262275218963623,-0.14140671491622925 +176,1.4751941059493325,1.4352117855203264,2.598479559147514,0.13455231487751007,-0.9908224940299988,-0.01290283352136612,1.2954894304275513,-2.1091628074645996,-0.38329291343688965,0.42004361748695374,1.179192304611206,-0.2293151617050171 +177,1.3723987693495896,1.4369743550460117,2.438552650149976,0.13080449402332306,-0.9910591840744019,-0.026297233998775482,-1.5271039009094238,-0.9321962594985962,1.0240117311477661,0.7766661643981934,-0.5455922484397888,0.08006919175386429 +178,1.0658011365662745,1.465628821257725,2.7830846307931543,0.09187033027410507,-0.9944750070571899,-0.050786495208740234,1.1321430206298828,-0.47217831015586853,-0.9723080992698669,-0.08349326997995377,-0.3520367741584778,0.30455541610717773 +179,2.4206835456042395,1.452597311286223,1.47791642115268,0.07783802598714828,-0.993022620677948,0.08858542144298553,1.6978423595428467,0.8677193522453308,1.190277099609375,-0.3732024133205414,0.7973286509513855,-0.015938282012939453 +180,-3.06672526433733,1.4413741331775862,0.756464524011215,-0.009653501212596893,-0.9916366338729858,0.12870033085346222,-0.8132566213607788,0.12293891608715057,-0.8653484582901001,-0.510564386844635,1.0690749883651733,-0.1981736421585083 +181,-0.2375413994152446,1.4140556563202258,-2.0373398551885136,-0.03673243895173073,-0.9877412915229797,-0.1517164558172226,0.6739181280136108,0.1513201892375946,0.9288392066955566,-0.3866531550884247,-0.9831448793411255,-0.1321122646331787 +182,0.8305132545790441,1.493042373876553,-3.0031843825892106,0.05734607204794884,-0.9969787001609802,-0.05239187553524971,0.8609045147895813,-0.8661497235298157,-2.051424264907837,0.16152602434158325,0.6345824599266052,-0.0985175371170044 +183,1.761463604596308,1.3732304101310295,2.1319953468112174,0.19272615015506744,-0.9805472493171692,0.03719843924045563,1.2505162954330444,-1.3814969062805176,-0.14304602146148682,0.34398651123046875,1.2134268283843994,-0.39286553859710693 +184,1.4415626946182414,1.4263327973165256,2.2896215776332065,0.1427609771490097,-0.9895832538604736,-0.01855291984975338,-2.613854169845581,0.5950348973274231,1.8122570514678955,1.132995843887329,-1.7894542217254639,0.36816227436065674 +185,1.5848649562336428,1.4507941017095025,2.197857624967359,0.11970359086990356,-0.9928083419799805,0.0016841766191646457,1.1006628274917603,-0.08661575615406036,-0.561305582523346,-0.05558614432811737,-0.4145098924636841,0.15789222717285156 +186,2.66369507637429,1.3601291022563473,1.2583035816990193,0.09617359191179276,-0.9778916239738464,0.18568426370620728,1.1205707788467407,0.7021389007568359,1.1437393426895142,-0.40026599168777466,0.8595597147941589,-0.14779675006866455 +187,-3.0455063185559346,1.399296794658696,0.7103709282310778,-0.016372909769415855,-0.9853299856185913,0.1698731780052185,-0.8683775663375854,-0.46749481558799744,-0.21295464038848877,-0.5433194637298584,1.2127010822296143,-0.23104560375213623 +188,-0.32081681870196277,1.3921182026720336,-2.012680538747164,-0.05604542791843414,-0.9840794801712036,-0.16866105794906616,0.8279722929000854,-0.8176295161247253,0.4503883123397827,-0.17123425006866455,-0.5380915403366089,-0.30245405435562134 +189,1.3095970338910288,1.4354315994233677,2.7476454834812922,0.13037437200546265,-0.9908521771430969,-0.0348498672246933,0.5504938960075378,-1.0709826946258545,-2.258714199066162,0.28171974420547485,0.6479719281196594,-0.1484386920928955 +190,1.590500029677076,1.3412135320374832,2.201451199982903,0.22752687335014343,-0.9737614393234253,0.004483702126890421,0.9960018396377563,-2.1943418979644775,0.16540297865867615,0.15667417645454407,1.2647771835327148,-0.4676337242126465 +191,1.0021724812932058,1.424166778711794,2.605536590358707,0.1231137067079544,-0.9892691373825073,-0.07867319881916046,-3.1323139667510986,3.2941062450408936,3.1813976764678955,1.434076189994812,-3.6102638244628906,0.7504414319992065 +192,1.5979745200169806,1.4513677163152814,2.060297305992609,0.11910229921340942,-0.9928768873214722,0.0032377825118601322,1.1070212125778198,-0.2950091063976288,-0.253173828125,0.02080555260181427,-0.11732220649719238,0.2551546096801758 +193,2.775043413043013,1.4168573589793094,1.001439196160357,0.05495338886976242,-0.9881747961044312,0.1431455910205841,1.0243231058120728,-0.016688279807567596,1.3294963836669922,-0.23558691143989563,0.9470829367637634,-0.1277036815881729 +194,-2.9543250362822224,1.503225810833362,0.45390086991527356,-0.012570572085678577,-0.9977179765701294,0.06633971631526947,-2.6336963176727295,1.0055721998214722,-1.2780042886734009,-0.7242916226387024,0.8550482988357544,0.26357054710388184 +195,-0.17178170299706358,1.4253632220007848,-2.1098332551520462,-0.024772530421614647,-0.9894432425498962,-0.1427880823612213,1.5064697265625,0.9958238005638123,0.28602996468544006,-0.0450669527053833,-0.6626105904579163,0.0935479998588562 +196,1.2659591477684558,1.4042258457040702,2.8057693129772523,0.15815718472003937,-0.9861592054367065,-0.04976325482130051,0.9660449624061584,-2.2368645668029785,-1.6232221126556396,0.540695309638977,0.660460352897644,-0.30797910690307617 +197,1.761810738497104,1.3729924371633941,2.109582672215749,0.19294244050979614,-0.9805005192756653,0.037309661507606506,0.3418117165565491,-1.700452208518982,-0.1669491082429886,0.046086475253105164,1.1334240436553955,-0.5109729766845703 +198,0.9275438545182543,1.4234021193986455,2.761366155749913,0.11751080304384232,-0.9891571402549744,-0.08808745443820953,-1.9293001890182495,0.1576574742794037,1.2501786947250366,0.7856264114379883,-2.7851805686950684,0.42587125301361084 +199,1.5281976502384893,1.4214740740461749,2.182025468711759,0.14863306283950806,-0.9888721108436584,-0.006335404235869646,1.6833913326263428,1.7577134370803833,-0.4840661585330963,-0.39591699838638306,0.04812198877334595,0.07347410917282104 +200,2.586944876684716,1.4037246232116292,1.2624721771653102,0.08757838606834412,-0.9860759377479553,0.14136527478694916,-0.11482015252113342,0.560723066329956,1.293116807937622,-0.3991018235683441,1.109519600868225,-0.07387568056583405 +201,2.4526845482159887,1.4704427920222747,1.4277053021371042,0.06368764489889145,-0.994968831539154,0.07733756303787231,-2.5383946895599365,-0.5352630615234375,-0.6344729065895081,-0.44611865282058716,0.2823680639266968,0.15659499168395996 +202,0.2035879756439404,1.468137863419155,-2.456024333605472,0.020719505846500397,-0.9947352409362793,-0.10036177188158035,1.3572770357131958,2.405021905899048,-0.8948570489883423,-0.0456981360912323,-0.3453220725059509,0.06160444766283035 +203,1.2645555204551615,1.407821909581395,2.7433660451759954,0.1547052264213562,-0.9867490530014038,-0.04891586676239967,0.7551532983779907,-1.9140112400054932,-1.2215163707733154,0.2261999249458313,0.9080899953842163,-0.07744216918945312 +204,1.7264486703081425,1.3649809194684133,2.0502303093249528,0.20189501345157623,-0.9788946509361267,0.03168170526623726,0.3605472445487976,-3.6220595836639404,0.2764536142349243,0.33170485496520996,0.9155402183532715,-0.5341535806655884 +205,0.8800223138955968,1.4156650074129762,2.81861992157053,0.11908954381942749,-0.9879912734031677,-0.09844396263360977,-0.24407033622264862,0.26657363772392273,0.4274600148200989,0.6618857979774475,-1.858261227607727,-0.04469871520996094 +206,1.6993872924333544,1.39080257211491,1.9526839929675561,0.17754530906677246,-0.9838448166847229,0.022957399487495422,0.9684622287750244,2.9703500270843506,-0.16830845177173615,-0.42688918113708496,0.2835884690284729,0.009162306785583496 +207,2.9410680916202363,1.4319124151365685,0.8525128985183547,0.027574699372053146,-0.9903711080551147,0.13566473126411438,-0.08645949512720108,-0.08906441181898117,2.6098146438598633,-0.33114832639694214,1.0401451587677002,-0.0593860000371933 +208,-1.5319615980443286,1.560498762653407,-0.9703284729334624,-0.010290190577507019,-0.9999469518661499,-0.00039981777081266046,-4.775020122528076,1.4480528831481934,-1.4819248914718628,-0.6030825972557068,-0.7904430031776428,0.893939197063446 +209,0.12024490721980652,1.486905338436567,-2.4407503588649093,0.010051448829472065,-0.9964832067489624,-0.08318820595741272,0.9100326299667358,2.005521774291992,-0.21239376068115234,-0.052135169506073,-0.1373668909072876,0.33036530017852783 +210,1.1220740302676133,1.3957326848740395,2.919589252866703,0.1569279432296753,-0.984715461730957,-0.07555769383907318,0.9849741458892822,-1.3819793462753296,-0.9826323986053467,0.3363887071609497,0.8039293885231018,-0.2892341613769531 +211,1.7179033417957994,1.3875351024672098,2.1317060090122353,0.1802685260772705,-0.983254611492157,0.026711728423833847,-0.03466459736227989,-2.502671957015991,0.1133498027920723,0.3268115520477295,1.0135891437530518,-0.13855862617492676 +212,0.48669422737237356,1.3557202527303842,3.1070503579455107,0.09981877356767654,-0.9769601821899414,-0.18864008784294128,0.266875296831131,-0.6019749641418457,0.186443492770195,0.23697322607040405,-1.517134666442871,0.09479856491088867 +213,1.0644395789321681,1.3947468205434477,2.4760933466462114,0.15316428244113922,-0.9845432639122009,-0.08494265377521515,0.435577929019928,2.2670834064483643,-0.12707403302192688,-0.19060936570167542,0.13157695531845093,0.27219849824905396 +214,1.9801222419143876,1.421525102347291,1.802897129511554,0.13643138110637665,-0.9888797402381897,0.05918802693486214,0.47154924273490906,0.6713974475860596,0.9922903776168823,-0.48539990186691284,0.873141884803772,-0.07586586475372314 +215,1.3073595773408597,1.4721923693548042,2.534855877392039,0.09504808485507965,-0.9951425790786743,-0.02563493326306343,-3.3483073711395264,-0.0164987500756979,0.22636795043945312,-0.38879504799842834,-0.5242055654525757,0.3992616534233093 +216,0.2278207690283419,1.4633471267359595,-2.6127424509305985,0.02422136440873146,-0.9942328929901123,-0.104471854865551,0.9960178136825562,1.5782818794250488,-0.47562137246131897,0.11316877603530884,-0.3079216480255127,0.2190043330192566 +217,1.034824826978949,1.4213959562987037,3.001975332993795,0.12797319889068604,-0.9888604879379272,-0.07601182907819748,0.18695726990699768,1.4990582466125488,-0.4314658045768738,0.15773236751556396,0.43286073207855225,-0.21535474061965942 +218,1.473781314777391,1.3993076160685054,2.4840646702937526,0.1698475480079651,-0.9853318333625793,-0.01652965322136879,0.6430593132972717,-2.551806688308716,-0.8503214120864868,0.3116130232810974,0.9486191272735596,-0.04043138027191162 +219,1.1442056667981026,1.3753438808975897,2.4785302659199253,0.17680522799491882,-0.9809598922729492,-0.08035815507173538,-1.8293143510818481,-1.9506521224975586,0.11437864601612091,0.5554487705230713,-1.2600373029708862,0.5031791925430298 +220,1.5171383021844596,1.3630925581980127,2.039411955347561,0.20591624081134796,-0.9785069823265076,-0.011059675365686417,1.1739649772644043,0.37983033061027527,-0.23411671817302704,0.09694017469882965,-0.2602623701095581,0.179318368434906 +221,2.215167454653481,1.3601086370672135,1.5156920787396968,0.16719689965248108,-0.9778873324394226,0.1256251186132431,0.0981389582157135,1.4630486965179443,1.1453965902328491,-0.3275209963321686,0.7962772250175476,-0.0523829460144043 +222,3.106319946219744,1.4633566303973802,0.7122913377697638,0.003781598759815097,-0.9942339062690735,0.1071658656001091,-0.36401158571243286,0.7146573662757874,1.1357219219207764,-0.39860278367996216,1.0132616758346558,-0.14577066898345947 +223,-0.7593108674396151,1.468318076272261,-1.5545607220746254,-0.07042568922042847,-0.9947537183761597,-0.07419942319393158,0.397472083568573,0.424492210149765,0.3891424536705017,-0.25185519456863403,-1.1016056537628174,-0.3333780765533447 +224,1.0970350784608813,1.4883476774292488,2.960323075831199,0.07328588515520096,-0.9966030120849609,-0.0375741682946682,0.06489485502243042,-0.04899664968252182,-1.8283661603927612,0.16285914182662964,0.5132502317428589,-0.079628586769104 +225,1.817159237024844,1.406351528072361,2.1746373758008266,0.1587618589401245,-0.986509382724762,0.03992404788732529,1.7196927070617676,-0.24723337590694427,-0.2503723204135895,0.353887677192688,1.1240826845169067,-0.1933053731918335 +226,1.9374541494544613,1.390061110297947,1.8438854532545732,0.16780495643615723,-0.9837117791175842,0.06444098800420761,-1.5019268989562988,-2.5275442600250244,0.8116849660873413,0.8238332271575928,-0.790183424949646,0.19172358512878418 +227,1.7712916354945836,1.411056415963338,1.9166577898256725,0.1558753252029419,-0.9872686862945557,0.03167787939310074,1.2974883317947388,-1.6610208749771118,-1.020033359527588,0.1941155195236206,-0.6587731838226318,0.0780937671661377 +228,2.38095908595387,1.3485062919687474,1.3629999456991986,0.15198366343975067,-0.975395143032074,0.1597040593624115,0.638774037361145,0.912161648273468,1.0529983043670654,-0.369131475687027,0.7317580580711365,-0.07504832744598389 +229,2.9657622512750277,1.4490114194007309,0.8176221534282911,0.021250590682029724,-0.9925934076309204,0.11961038410663605,-0.8704409599304199,0.6825019717216492,-0.35588204860687256,-0.5990399122238159,1.34269118309021,-0.03800632804632187 +230,0.2553676150866221,1.4391552728177737,-2.6519519243412075,0.033156801015138626,-0.9913478493690491,-0.12700475752353668,-0.7355232834815979,1.4470279216766357,1.4308425188064575,-0.4119715094566345,-1.9340367317199707,-0.214288592338562 +231,1.0298689504462346,1.5058397884027714,2.9709515923110654,0.05564480647444725,-0.9978910684585571,-0.033425331115722656,0.5408419370651245,-0.011276141740381718,-1.3489696979522705,0.11046237498521805,0.6412014961242676,-0.16818904876708984 +232,1.7067959477272854,1.4066116238430542,2.171670357653231,0.16193822026252747,-0.9865519404411316,0.022160330787301064,0.6027617454528809,-0.33118516206741333,0.006695666816085577,0.6149324774742126,1.2026469707489014,-0.25223231315612793 +233,1.3895159388720064,1.4642364197151647,2.2929988116970432,0.10461712628602982,-0.9943278431892395,-0.01917554810643196,-1.7801930904388428,-0.9951418042182922,0.7923806309700012,0.9166994094848633,-1.6921193599700928,0.44553667306900024 +234,1.8217015621975692,1.4479995379401163,1.7896339649061526,0.11865340173244476,-0.9924699664115906,0.030411627143621445,1.0016456842422485,-1.794821858406067,-0.9384843111038208,0.29629409313201904,-0.5285109281539917,0.31838905811309814 +235,2.668395258038074,1.3551869276298223,1.0076904351934055,0.0975012481212616,-0.9768462181091309,0.1904340237379074,0.7558220624923706,1.0452464818954468,1.501373052597046,-0.3602881133556366,0.8290801048278809,-0.11645948886871338 +236,-2.698833164350343,1.4210574625356691,0.14099995151336017,-0.06391390413045883,-0.9888100624084473,0.13479509949684143,-1.9150017499923706,0.43022361397743225,-0.9524436593055725,-0.698689877986908,1.1505379676818848,0.04478561878204346 +237,-0.27430539397674075,1.4825283867203014,-2.1457220192232898,-0.023878823965787888,-0.9961069226264954,-0.08485757559537888,1.6712498664855957,0.8894570469856262,0.412104994058609,-0.2324230670928955,-0.46322834491729736,0.048251695930957794 +238,0.5924609351272839,1.4934702371880437,-2.8334356142177315,0.043136097490787506,-0.9970118403434753,-0.0640832707285881,-0.689552903175354,0.34956201910972595,-1.5047712326049805,0.1355443298816681,0.5012232661247253,-0.2241705060005188 +239,1.7202649434594153,1.4170204385534724,2.1963882583924046,0.15146327018737793,-0.988199770450592,0.022809118032455444,2.0845611095428467,-2.0824098587036133,-0.7769326567649841,0.6649429798126221,1.2130532264709473,-0.15121173858642578 +240,1.215640224613211,1.4344526424797672,2.420677119772992,0.1274380087852478,-0.9907196164131165,-0.047264549881219864,-3.0001418590545654,-1.8058464527130127,1.2122305631637573,0.8403964042663574,-1.7704038619995117,0.4123920798301697 +241,1.2383585776259574,1.4343046430674353,2.321355567679331,0.12861835956573486,-0.9906994700431824,-0.044405605643987656,0.9611008167266846,-1.4258100986480713,-0.8712993860244751,0.22756755352020264,-0.46485161781311035,0.5812860727310181 +242,2.193637286326146,1.3738482366253226,1.434821724252068,0.1589338332414627,-0.980668306350708,0.11414733529090881,1.7330049276351929,1.6221603155136108,0.3208999037742615,-0.3493787944316864,0.7812970280647278,-0.08417905122041702 +243,2.6245093102393353,1.425773804681321,1.0914170439538804,0.07144036144018173,-0.9895026683807373,0.1256214827299118,-1.3542734384536743,0.446831613779068,0.24982216954231262,-0.5346971750259399,0.9942634105682373,-0.16877329349517822 +244,0.1610998518818806,1.4646485503484337,-2.638416595608201,0.016994448378682137,-0.9943715929985046,-0.10457596927881241,-0.15724290907382965,0.5476204752922058,1.1053639650344849,-0.5122947692871094,-1.672300100326538,-0.2528917193412781 +245,-0.01298992779039406,1.4721804810056665,-2.3679490289521348,-0.0012789153261110187,-0.9951413869857788,-0.09844884276390076,-0.012387100607156754,1.2604987621307373,-0.7731552720069885,0.10500815510749817,0.0002225041389465332,0.007155522704124451 +246,1.4934231683839216,1.4458780237054225,2.4370045478820375,0.12422145903110504,-0.9922078251838684,-0.00963063258677721,1.831037998199463,-1.355302095413208,-0.6309260129928589,0.5782016515731812,1.0716450214385986,-0.23035955429077148 +247,1.7650432343007965,1.4077483518339298,1.8937986299166631,0.15927371382713318,-0.986737072467804,0.03133350983262062,-0.42427974939346313,-4.290449142456055,0.3857848644256592,0.3837560713291168,0.6246002912521362,-0.27855634689331055 +248,0.6779705625615007,1.3794023794627237,2.7727129879763464,0.11931359022855759,-0.9817399978637695,-0.14815853536128998,1.4436146020889282,-0.17576676607131958,-0.5461821556091309,0.3377481698989868,-1.483790397644043,0.38712644577026367 +249,1.555284905571255,1.4085313063502596,1.9851274220302555,0.1615346074104309,-0.986863911151886,-0.002505832351744175,2.133244514465332,2.2487239837646484,-0.2275720089673996,-0.4888661503791809,0.381151020526886,-0.1378750205039978 +250,2.639191050160453,1.429234839324398,1.0079992619369667,0.06793871521949768,-0.9899969100952148,0.12365423142910004,-0.30811479687690735,0.4947561025619507,1.0590465068817139,-0.5115727782249451,1.1265935897827148,-0.24209298193454742 +251,0.3068122396708284,1.5142990983723519,-2.90902941374665,0.017054127529263496,-0.9984044432640076,-0.05382971465587616,-4.316760540008545,0.4465563893318176,1.4961445331573486,-0.28788238763809204,-1.2172327041625977,0.42319923639297485 +252,-0.3818939438942229,1.4673695301633303,-2.0460760735216748,-0.03847614303231239,-0.9946562051773071,-0.09580463171005249,1.0067960023880005,2.2678732872009277,-0.15122176706790924,0.0641109049320221,-0.2791779637336731,0.2255653738975525 +253,1.0109803228691603,1.4828022835613086,2.9083786333463792,0.07446550577878952,-0.9961310029029846,-0.046667031943798065,1.7313802242279053,-0.48760858178138733,-0.9081095457077026,0.5228550434112549,0.6751471757888794,-0.41286665201187134 +254,1.8808616607521016,1.4273877671333284,1.957761002402368,0.13610199093818665,-0.9897345900535583,0.043607018887996674,-0.46387654542922974,-2.111102342605591,-0.2974097430706024,0.22920863330364227,0.8732032775878906,-0.3018009662628174 +255,0.8230056251432329,1.3794570295755544,2.7640915278022695,0.13943389058113098,-0.9817504286766052,-0.1293219029903412,-0.014273134060204029,-1.0733498334884644,-0.12215856462717056,0.5169381499290466,-1.6858673095703125,0.2726324796676636 +256,1.3793627267375836,1.3802515494891843,2.1347672481174613,0.18593460321426392,-0.981901228427887,-0.03603540360927582,0.6152087450027466,1.6850634813308716,0.07970435917377472,-0.018393099308013916,-0.3265094757080078,0.03089320659637451 +257,2.2839923087173624,1.3614187740939558,1.4455426265713986,0.15719269216060638,-0.9781605005264282,0.1359875649213791,1.1191428899765015,1.3464124202728271,0.5926099419593811,-0.5273404121398926,0.4894672632217407,-0.3567821979522705 +258,1.9644286354449179,1.433533481963016,1.800733756028765,0.12636838853359222,-0.990594208240509,0.052481718361377716,-1.6339980363845825,-0.45434078574180603,0.15877197682857513,-0.18525204062461853,1.0626461505889893,-0.15984249114990234 +259,0.3264648147551338,1.4108489528201014,-2.9086702260336814,0.05107618495821953,-0.9872356653213501,-0.15085424482822418,1.139751672744751,1.189568042755127,0.32661327719688416,-0.16766858100891113,-1.0223621129989624,0.2117825746536255 +260,1.6458728760925239,1.4894131651946103,2.248876568564932,0.0810665413737297,-0.9966902136802673,0.006097656674683094,-0.35856756567955017,2.105034112930298,-1.3957092761993408,0.15570411086082458,0.3190625309944153,-0.147455096244812 +261,1.8362117179694217,1.4370426902100832,2.1342110928413716,0.1286855936050415,-0.9910683035850525,0.034980423748493195,0.921567440032959,-0.09889142215251923,0.3492632210254669,0.0873330682516098,0.6216988563537598,-0.1150738000869751 +262,1.8663953818543548,1.399388711098926,1.9823982311813433,0.16317148506641388,-0.9853456616401672,0.049689095467329025,0.13464237749576569,-0.8172136545181274,-0.46073031425476074,-0.05945749580860138,0.35317403078079224,-0.18930697441101074 +263,1.3777550700562762,1.3682515795887573,2.3176862435549186,0.19742582738399506,-0.9795578122138977,-0.0385918989777565,-1.939543604850769,-2.0960397720336914,0.036941491067409515,-0.048988357186317444,-1.1020612716674805,0.2817254662513733 +264,1.4691075944965988,1.3590823770170108,1.986397689605584,0.20905040204524994,-0.9776721596717834,-0.021331647410988808,2.8008666038513184,-1.5970816612243652,-1.2861413955688477,0.5801188945770264,-0.5014690160751343,0.4295347332954407 +265,2.066384485130932,1.2993108113894591,1.4875275477660077,0.23590029776096344,-0.963373601436615,0.12752479314804077,1.2540966272354126,3.239030599594116,0.004052476957440376,-0.28959593176841736,0.36379462480545044,-0.398642897605896 +266,2.578396386658623,1.3079953400663666,1.1685310908702307,0.1386973261833191,-0.9656661152839661,0.21966247260570526,-0.6077754497528076,0.38203951716423035,1.294100284576416,-0.437327116727829,0.8545976281166077,-0.4829224944114685 +267,2.042903729684563,1.5058960219953716,1.75767259942093,0.05775878578424454,-0.9978947043418884,0.029492788016796112,-4.746450901031494,0.8334791660308838,0.9994055032730103,-0.29033327102661133,-1.1323083639144897,0.610262393951416 +268,-0.08888427085409176,1.5316676436706482,-2.3069109469400404,-0.003472548210993409,-0.9992345571517944,-0.03896525502204895,1.8846253156661987,0.7160876393318176,-0.05538041144609451,0.00223657488822937,-0.27670538425445557,0.09836769104003906 +269,1.2001214639960083,1.4833842451057986,2.6646919930064636,0.08137022703886032,-0.9961820244789124,-0.03162370249629021,0.5361911058425903,-0.9390314221382141,-0.591804027557373,0.4733020067214966,0.5973021388053894,-0.4207841753959656 +270,1.9185306419388122,1.4377571780029885,1.945635262460928,0.1247081533074379,-0.9911633133888245,0.045202095061540604,-0.2523249387741089,-1.6552674770355225,-0.2577929198741913,0.2322864830493927,0.9475842714309692,-0.2931879758834839 +271,0.7034872535083567,1.4159336853868443,2.940655719161105,0.09977784752845764,-0.9880326986312866,-0.11762548238039017,-0.4211423397064209,-0.3392038643360138,0.3424830138683319,0.7469018697738647,-1.5674177408218384,0.19088292121887207 +272,1.543750635918499,1.4442291857810128,2.0285492362127453,0.1261841207742691,-0.9920010566711426,-0.0034135691821575165,1.1039766073226929,0.1452019065618515,-0.0038885727990418673,-0.09684143960475922,0.004833638668060303,-0.08452284336090088 +273,2.548254050788804,1.4136792329054721,1.1120589653522275,0.08748852461576462,-0.9876824617385864,0.1297275871038437,0.2518117129802704,0.5333392024040222,1.2095351219177246,-0.3221076428890228,0.7359886765480042,-0.06950114667415619 +274,-3.041018337540182,1.5454496280732966,0.5149356120179298,-0.002544962102547288,-0.9996787905693054,0.025218918919563293,-2.7929728031158447,1.0062552690505981,0.4318791925907135,-0.47063007950782776,-0.6975564360618591,0.15600967407226562 +275,-0.6313645429577264,1.4532173673117414,-1.9398172886728993,-0.06924091279506683,-0.9930955767631531,-0.09469403326511383,0.9413741827011108,0.31984254717826843,-0.4032410681247711,0.09109151363372803,-0.18820935487747192,0.5719431638717651 +276,0.9907794470339163,1.4976332788595457,2.7397319141277787,0.0611426867544651,-0.9973247647285461,-0.04006023332476616,1.4096828699111938,-2.2367777824401855,-1.2260105609893799,0.4595329463481903,0.8503216505050659,-0.40564900636672974 +277,2.079123986061393,1.4097311563224524,1.5542585625807914,0.1400928795337677,-0.9870570302009583,0.07805487513542175,-0.015945442020893097,-1.0638662576675415,-0.17382894456386566,0.1059703528881073,0.984691858291626,-0.26138925552368164 +278,0.6763799562571703,1.4194788311234607,2.8339700533853454,0.09435959160327911,-0.9885733127593994,-0.11755399405956268,0.443750262260437,-0.10196269303560257,0.4356927275657654,0.3120582401752472,-1.548703908920288,-0.23303192853927612 +279,1.6230146227849234,1.4187931751978713,1.7762156771018398,0.15121260285377502,-0.9884697198867798,0.007903249002993107,1.291857123374939,2.0749971866607666,-0.4771778881549835,-0.3368968069553375,0.13672411441802979,-0.035201191902160645 +280,2.4807730161746635,1.3965688805546945,0.9959518872324774,0.10639491677284241,-0.9848607778549194,0.1368565857410431,0.02663133293390274,-0.760421633720398,1.1154941320419312,-0.302775502204895,1.0064976215362549,-0.10907028615474701 +281,0.3910884183275381,1.485993831411247,3.0867584430081276,0.03228813409805298,-0.9964064359664917,-0.07830695062875748,-5.157046794891357,3.035295248031616,0.01905990205705166,-0.5954747796058655,-1.6337511539459229,1.073866605758667 +282,0.6907588433203349,1.5315424511507587,3.0543101045949306,0.02500315010547638,-0.9992296695709229,-0.030247723683714867,0.29357579350471497,2.8913397789001465,-0.10319487750530243,-0.04088756442070007,-0.14807868003845215,0.2855883240699768 +283,1.237210509077011,1.4298333656896551,2.6219012429839155,0.1327519565820694,-0.9900811910629272,-0.046003375202417374,0.9074953198432922,0.05612988397479057,-0.9076687693595886,0.2876429259777069,0.6968377828598022,-0.41737550497055054 +284,1.8264445228982942,1.3681202636673135,1.8783157153942895,0.19474934041500092,-0.9795314073562622,0.050901077687740326,0.1556824892759323,-2.470130205154419,0.10365566611289978,0.4181656837463379,1.0621119737625122,-0.09629595279693604 +285,0.5947047324195626,1.3516622022892104,2.8357454946494483,0.12179280817508698,-0.9760860204696655,-0.1800626963376999,-0.0759873166680336,-0.6794337630271912,0.25806349515914917,0.30334755778312683,-1.607852578163147,-0.059179842472076416 +286,1.315454936548577,1.38966645157061,2.0605301186378013,0.1743003875017166,-0.9836407899856567,-0.04549926891922951,1.358980417251587,2.364828586578369,-0.4266721308231354,-0.2946769595146179,0.13155949115753174,0.07468932867050171 +287,2.1595770442198576,1.418603736087257,1.3862356042185358,0.12607748806476593,-0.9884410500526428,0.08419343829154968,-0.17900504171848297,0.1629457175731659,1.0160503387451172,-0.482782244682312,0.8418652415275574,-0.12909996509552002 +288,0.9324845203041026,1.4675829831357734,2.6070467720415462,0.08274319767951965,-0.994678258895874,-0.06138908490538597,-3.492349863052368,-0.19654808938503265,0.6599162817001343,-0.26705411076545715,-0.4955865740776062,0.40722954273223877 +289,0.22009138680649795,1.460075163263959,-2.8831180637646305,0.024123039096593857,-0.9938766956329346,-0.10782915353775024,0.599684476852417,1.5326787233352661,0.1641581952571869,0.005601091310381889,-0.013477981090545654,0.30175310373306274 +290,0.6487456410033994,1.4047215591642737,3.077600435678032,0.09987946599721909,-0.9862412810325623,-0.1317276507616043,-0.1281946301460266,-0.14988334476947784,-0.4238586127758026,0.17990566790103912,0.5171709060668945,-0.1695113629102707 +291,1.0539377881661582,1.4144724261564987,2.839983471600905,0.1353520154953003,-0.9878062605857849,-0.07693381607532501,-0.16829217970371246,0.4767442047595978,-0.6180950999259949,0.3204737901687622,0.32757359743118286,-0.05212504416704178 +292,0.8249716154333125,1.3565919305383634,3.003714328397707,0.1561390906572342,-0.9771458506584167,-0.14424562454223633,0.7707874774932861,-1.540464162826538,0.5066410303115845,0.0612834095954895,-0.8726925253868103,0.06337402760982513 +293,1.114472603078871,1.407043064955531,2.4798057122275172,0.1463412344455719,-0.9866223931312561,-0.07183574885129929,0.9973544478416443,-1.9747968912124634,-0.4582493305206299,0.1521664559841156,0.20102369785308838,0.20280194282531738 +294,1.853194747115708,1.3576274310794718,1.7862680390644885,0.2031782567501068,-0.9773654341697693,0.058952752500772476,1.1974986791610718,2.1583163738250732,-0.6142037510871887,-0.1727217137813568,0.7553195357322693,0.03363752365112305 +295,2.2134716099637517,1.3550824573425895,1.586112483106774,0.17134186625480652,-0.9768238663673401,0.1282854527235031,-0.8948296308517456,-0.43639636039733887,1.5119069814682007,-0.011612877249717712,-0.6574687361717224,-0.28744983673095703 +296,2.311427089536824,1.4195953356883058,1.5104472004206244,0.11116834729909897,-0.9885908961296082,0.10163530707359314,-1.330756425857544,-1.185516357421875,0.06800682842731476,0.44074204564094543,-0.5758164525032043,0.534457802772522 +297,1.5537569400861457,1.4773782887994071,2.2608748558396727,0.09326730668544769,-0.9956396818161011,-0.0015893715899437666,0.23859132826328278,0.09835551679134369,-0.07110506296157837,-0.336690753698349,-0.2113150954246521,0.013125002384185791 +298,1.551734674808629,1.4841725394807364,2.2156881006603313,0.086501345038414,-0.9962505102157593,-0.0016490583075210452,-0.4872554540634155,-0.6490873694419861,0.2769638001918793,-0.08257981389760971,0.5324137210845947,0.017502963542938232 +299,0.9914402648340966,1.4566403267779757,2.725879496208153,0.09532012790441513,-0.9934912919998169,-0.06236305087804794,-0.22131624817848206,-0.25677818059921265,-0.5223419070243835,0.04844817519187927,0.7003852128982544,0.08564800024032593 +300,1.5705969418425136,1.4590652129476054,2.1294834306383295,0.11149866878986359,-0.9937645792961121,-2.2231157345231622e-05,1.4565975666046143,0.5746622681617737,-0.2368924617767334,0.08892550319433212,-0.5231879353523254,-0.18447178602218628 +301,1.6276764879311394,1.401652180576848,2.0470272285221993,0.16806620359420776,-0.9857292175292969,0.009569955058395863,-1.8131669759750366,-2.339167833328247,-0.45176205039024353,-0.0043241530656814575,-0.6233405470848083,0.20365631580352783 +302,1.058709424937301,1.402319294417391,2.4650681530072434,0.14617158472537994,-0.9858412742614746,-0.08216330409049988,0.9084411263465881,-1.4847708940505981,-0.0013727848418056965,0.025733917951583862,-0.11923068761825562,0.44544458389282227 +303,1.5945946969834,1.408163931871963,1.7891033575931667,0.1618705689907074,-0.9868044853210449,0.0038529832381755114,1.244179606437683,0.1257956624031067,-0.3291019797325134,0.09395827353000641,0.5069918632507324,0.0848463773727417 +304,2.30459525023891,1.2989455382324386,1.3100014442122232,0.19940893352031708,-0.9632756114006042,0.17982344329357147,0.19162143766880035,1.5371917486190796,-0.32417407631874084,-0.2687143385410309,0.7388034462928772,-0.1491989940404892 +305,2.3777866942666575,1.3426893962964086,1.2812483430516064,0.156411275267601,-0.9740962386131287,0.16331596672534943,0.25947684049606323,-0.07355649769306183,0.6226581931114197,0.1982487589120865,-0.7747594118118286,-0.11709713935852051 +306,2.5172602988589707,1.37512780015934,1.2466524101505656,0.11365056782960892,-0.9809179306030273,0.1577450931072235,-1.1227773427963257,0.2771002948284149,0.21649117767810822,0.2900512218475342,-0.4483270049095154,0.2692110538482666 +307,2.0854221747946124,1.4710921674348167,1.6300973668548322,0.0866468995809555,-0.9950336813926697,0.048994291573762894,-0.5527040958404541,-0.6102492213249207,-0.24231112003326416,-0.3192976713180542,-0.08373218774795532,0.05996870994567871 +308,1.6473425591783124,1.470482481911985,2.0616312693436702,0.09985175728797913,-0.9949727654457092,0.007658238988369703,-0.6171956062316895,0.3061290979385376,0.09920560568571091,-0.08451668918132782,0.6024252772331238,0.08711409568786621 +309,1.1781414546432463,1.4382780137199593,2.5834672597995794,0.12207525968551636,-0.9912322759628296,-0.0505589060485363,-0.25475865602493286,0.8837963938713074,-0.4329845905303955,-0.006703570485115051,0.6803954839706421,0.011725306510925293 +310,1.6666376589067982,1.4177402894126996,2.0819469672030597,0.15175902843475342,-0.9883098006248474,0.014589485712349415,1.0870410203933716,0.3687628507614136,-0.8790696859359741,0.3726550340652466,-0.8574848175048828,-0.4073507785797119 +311,1.2768233702652332,1.3444990703044217,2.4505814354098017,0.21474526822566986,-0.9745038747787476,-0.06501299142837524,-2.441563129425049,-0.5805063843727112,0.2551891505718231,-0.06014321744441986,-1.1396623849868774,0.48768150806427 +312,1.1886803021019188,1.3751104746052267,2.431119777370456,0.18041661381721497,-0.9809145331382751,-0.07250373065471649,1.3893859386444092,-1.5288352966308594,-0.22006909549236298,0.12079189717769623,0.1676209568977356,0.2718445658683777 +313,1.8883124318928879,1.356967463153494,1.62909215957893,0.2015955001115799,-0.9772256016731262,0.06625133752822876,1.6393123865127563,1.4837056398391724,-0.815360963344574,-0.10624334216117859,0.6334757208824158,-0.015332706272602081 +314,2.286447143251493,1.2979718382024605,1.4368552983931002,0.20334658026695251,-0.9630136489868164,0.17678998410701752,-0.44280368089675903,0.5166450142860413,0.3763303756713867,-0.2336047887802124,0.30325424671173096,-0.3181626796722412 +315,2.2497269241641673,1.3643813843920518,1.545709442920461,0.15950322151184082,-0.978771984577179,0.12870222330093384,0.10689085721969604,0.6699017286300659,0.20611198246479034,0.17165827751159668,-0.41369932889938354,-0.4400883913040161 +316,1.2630417585388845,1.4675494449274347,2.493221522659907,0.09822031110525131,-0.994674801826477,-0.031219663098454475,-0.7569805383682251,-0.7969302535057068,0.7923933267593384,-0.2427210509777069,-0.2886045575141907,0.23886126279830933 +317,0.7800552363344391,1.4546325014798722,2.9401547588737964,0.08151673525571823,-0.9932605624198914,-0.08239249885082245,-0.41121453046798706,-0.11023782193660736,0.28073498606681824,-0.10234495997428894,0.41627997159957886,0.07711291313171387 +318,0.7579489095604474,1.4358789820345765,2.9470337622454417,0.09246566146612167,-0.9909124374389648,-0.0976865142583847,0.10846235603094101,-0.03753982111811638,-0.9516679644584656,0.06767532229423523,0.7366857528686523,0.14526337385177612 +319,1.353278324119137,1.4437585052971442,2.3258473620160274,0.12371035665273666,-0.9919415712356567,-0.0273418128490448,1.1310588121414185,0.10599257797002792,-0.24756857752799988,0.14318111538887024,-0.1416643261909485,-0.2691517472267151 +320,1.5480010984714978,1.4039272291440292,2.1388231845356658,0.16605256497859955,-0.9861096143722534,-0.003785861888900399,-0.8507355451583862,-1.552095651626587,-0.5987493395805359,0.032830461859703064,-0.4272356629371643,-0.08486771583557129 +321,0.9908649211390668,1.4064909030977115,2.5592584656975905,0.13682450354099274,-0.9865322113037109,-0.08962967991828918,1.2274552583694458,-1.7250806093215942,0.08825831860303879,-0.07495009899139404,-0.1872960329055786,0.6451716423034668 +322,1.5928471946203502,1.4030741710615426,1.7610497036447836,0.16689610481262207,-0.9859675765037537,0.003680800786241889,1.207230567932129,-0.12089666724205017,-0.519038736820221,0.17439720034599304,0.5875148773193359,-0.014163613319396973 +323,2.242090372442461,1.3010098030780208,1.3252948650675298,0.20869429409503937,-0.9638277888298035,0.16577894985675812,0.3496902287006378,1.9149152040481567,-0.41170239448547363,-0.2817381024360657,0.780493438243866,-0.1817091703414917 +324,2.2835406756269605,1.3353854334904436,1.3411536570079112,0.17646437883377075,-0.9724186062812805,0.15252025425434113,0.02127363532781601,-0.1820666640996933,0.9178392887115479,0.24875226616859436,-1.0155117511749268,-0.19616033136844635 +325,2.2827414677424773,1.3963743766338006,1.4346170660808555,0.13138581812381744,-0.9848270416259766,0.1133749932050705,-1.7687081098556519,-0.38441070914268494,0.25235554575920105,0.35396575927734375,-0.4447232484817505,0.5266091823577881 +326,1.2821389679808297,1.4374472773315468,2.410836438162683,0.12745290994644165,-0.9911221861839294,-0.03784729167819023,-0.6556685566902161,0.06212605535984039,-0.24714842438697815,-0.35735711455345154,-0.325650155544281,0.1458795666694641 +327,0.988749389823019,1.4308921441856675,2.71322881179667,0.11648620665073395,-0.9902293682098389,-0.07665933668613434,-0.6711746454238892,-0.03608319163322449,0.2729725241661072,-0.09106507152318954,0.6126659512519836,0.12000954896211624 +328,0.8449949013947501,1.4064821780968422,2.855410704431739,0.12234979122877121,-0.9865307807922363,-0.10857132822275162,0.3208920657634735,0.5743392109870911,-0.3690639138221741,0.07604499161243439,0.6393779516220093,0.07216380536556244 +329,1.566015367874149,1.4340884699953982,2.1705701933815424,0.13628160953521729,-0.9906700253486633,-0.0006515617715194821,0.8319796919822693,1.170093297958374,-0.5340916514396667,0.4554542303085327,-0.6813881993293762,-0.41922450065612793 +330,1.161668995400783,1.3662452187455476,2.4782081773582085,0.1863631308078766,-0.979152262210846,-0.0808059498667717,-2.1555721759796143,-2.168222188949585,0.15532220900058746,0.07933816313743591,-1.0400891304016113,0.5168716311454773 +331,0.9932400143893069,1.3751791584441866,2.4731998928134002,0.1628446877002716,-0.9809278845787048,-0.10612285882234573,0.9329352974891663,-1.7233494520187378,-0.17530027031898499,0.2304048240184784,0.10382217168807983,0.30177104473114014 +332,1.5962689189978316,1.3802976736178083,1.7985263663969169,0.18928661942481995,-0.9819099307060242,0.004822663962841034,1.7518463134765625,1.709161639213562,-0.8021817207336426,-0.20987074077129364,0.6696084141731262,0.07272255420684814 +333,2.1948656026981164,1.3115939722488692,1.4240282160128241,0.2079976350069046,-0.9665947556495667,0.14977289736270905,0.02525094524025917,1.3662805557250977,0.12778455018997192,-0.2758076786994934,0.2570761442184448,-0.23036979138851166 +334,2.3211801658362785,1.3755759253568913,1.3699932019073233,0.14188435673713684,-0.9810049533843994,0.13228073716163635,-0.6237607002258301,2.2011804580688477,0.2472328543663025,0.45912879705429077,-0.4170510768890381,-0.342806339263916 +335,1.4480742763439882,1.4552561446882235,2.2823805080189032,0.11441558599472046,-0.9933326840400696,-0.014112233184278011,-1.3321880102157593,-0.17555217444896698,0.3610517680644989,-0.22371429204940796,-0.35299599170684814,0.2619912624359131 +336,1.2326757114309863,1.4435592060370326,2.481691311217495,0.11970902979373932,-0.991916298866272,-0.04209253564476967,-0.08157586306333542,-0.5132672190666199,0.10988587141036987,-0.060794852674007416,0.363986611366272,0.08846396207809448 +337,0.8917044314498624,1.438721987777876,2.770540953163908,0.1024746373295784,-0.9912908673286438,-0.08271348476409912,-0.38227537274360657,-0.44813501834869385,-0.03752618283033371,-0.020306065678596497,0.7621191143989563,0.06040513515472412 +338,0.9957163418963957,1.4356065589686289,2.6463126777909793,0.11309918016195297,-0.990875780582428,-0.07330626249313354,0.8655616641044617,-0.7540204524993896,0.05684606730937958,0.10700884461402893,-0.13178962469100952,-0.14437562227249146 +339,1.4873947094268138,1.4174409654708495,2.1509584985931944,0.15222394466400146,-0.9882640838623047,-0.012725241482257843,-0.33489227294921875,-1.0529769659042358,-0.6368277072906494,0.05897296965122223,-0.16523927450180054,-0.6190496683120728 +340,0.875476546549156,1.3675903736343262,2.575510128860662,0.1549593210220337,-0.9794245958328247,-0.129285529255867,0.7121598720550537,-1.7140036821365356,-0.08680777251720428,-0.01799646019935608,-0.38887661695480347,0.6124856472015381 +341,1.1108001150476061,1.3953935847023158,2.160114585757355,0.15636605024337769,-0.9846563339233398,-0.07747062295675278,1.15102219581604,-1.3595954179763794,-0.24173960089683533,0.204519584774971,0.41269588470458984,0.06556874513626099 +342,1.8663454798861483,1.363748544740277,1.4743025559804537,0.19665837287902832,-0.9786420464515686,0.05987582355737686,0.7842294573783875,2.256753444671631,-0.5764835476875305,-0.11526800692081451,0.6723219156265259,-0.01898229494690895 +343,2.2080604548174136,1.3306486746690533,1.295634410760301,0.1911633461713791,-0.97130286693573,0.1415182203054428,0.35546088218688965,-0.11995740979909897,0.6479594707489014,0.01591368019580841,-0.5227004289627075,-0.1637808084487915 +344,2.289278798810239,1.3766700211193406,1.316362695710402,0.14522303640842438,-0.9812166094779968,0.12698107957839966,-0.9675851464271545,0.27605047821998596,0.3676208555698395,0.3592325448989868,-0.5038144588470459,0.06061051785945892 +345,1.4830684825435692,1.435908252314243,2.1283165637269534,0.13396279513835907,-0.99091637134552,-0.01178250927478075,-0.708063542842865,-0.14044572412967682,-0.19687150418758392,-0.4187680780887604,-0.41040509939193726,0.11264306306838989 +346,1.1958157283616666,1.4442903782457348,2.3585240459094443,0.11740140616893768,-0.9920088052749634,-0.046209681779146194,-0.5510193705558777,-0.23449818789958954,0.3377111852169037,-0.10575896501541138,0.6028334498405457,0.1674255132675171 +347,0.8533017902248716,1.4275074959707257,2.707581594344837,0.10759315639734268,-0.9897516965866089,-0.09389060735702515,0.06526501476764679,0.2062821239233017,-0.181403249502182,-0.005527094006538391,0.7300165295600891,0.03854696452617645 +348,1.5164845914164735,1.437930545495915,2.035229279671619,0.13228043913841248,-0.9911863207817078,-0.007191453129053116,1.3371899127960205,1.1006529331207275,-0.37170687317848206,0.3917674124240875,-0.5810487866401672,-0.18780064582824707 +349,1.4661142510566874,1.367443860834218,2.1246313145845512,0.20084840059280396,-0.9793950319290161,-0.021102365106344223,-1.7943226099014282,-1.6351128816604614,-0.402794748544693,-0.007275402545928955,-0.8147028684616089,0.266234815120697 +350,1.1254916473219199,1.3747626603340926,2.2549959975898353,0.17578557133674622,-0.9808468818664551,-0.08389844745397568,0.9654256701469421,-2.0923802852630615,0.01801186241209507,0.22790095210075378,-0.0330386757850647,0.4476832151412964 +351,1.664195418760513,1.374831101539186,1.56739062300461,0.1938653588294983,-0.98086017370224,0.018159683793783188,1.4563357830047607,0.6772882342338562,-0.7017333507537842,0.023724988102912903,0.5482734441757202,0.07810795307159424 +352,2.217940636221637,1.3020867648990382,1.213877744253932,0.21180842816829681,-0.9641143083572388,0.16006535291671753,0.1535155028104782,1.2000524997711182,-0.02160879410803318,-0.3653271198272705,0.5378752946853638,-0.1060950756072998 +353,2.3674398409839785,1.35705081527838,1.1122562025498721,0.14829662442207336,-0.9772432446479797,0.15166999399662018,-0.0450446642935276,1.9816696643829346,0.2506987154483795,0.42636463046073914,-0.857854962348938,-0.046964168548583984 +354,2.1897543701091173,1.436608158418273,1.4057453630335075,0.10896603763103485,-0.9910102486610413,0.07762055844068527,-1.611796498298645,0.3678286671638489,0.26259440183639526,0.05500490963459015,-0.46322858333587646,0.6163034439086914 +355,1.557141953778688,1.4627490974736872,2.002788410899778,0.1078265830874443,-0.9941685795783997,-0.001472395844757557,-0.25157320499420166,-0.8055797815322876,0.0858345776796341,-0.1943286657333374,-0.023287415504455566,0.012321412563323975 +356,1.0943114960657832,1.4806421679957942,2.4016507048900766,0.08000488579273224,-0.9959388375282288,-0.041294608265161514,-0.5680858492851257,-0.2653390169143677,-0.042311906814575195,-0.037615977227687836,0.6681341528892517,0.0825849175453186 +357,1.0956408501622337,1.4597283299907067,2.3846679878737462,0.09856104850769043,-0.9938383102416992,-0.05070658028125763,0.6835125684738159,-0.11445561796426773,-0.04316018894314766,0.13622593879699707,0.4443693161010742,-0.020658791065216064 +358,1.9984401110976517,1.4404477967697178,1.5058271387109627,0.11827493458986282,-0.991516649723053,0.05390643700957298,0.9594349265098572,1.0498237609863281,-0.7318260669708252,0.3198506832122803,-0.3317561149597168,-0.4166841506958008 +359,1.3772418624841771,1.3923990339632986,2.060407890266666,0.17413973808288574,-0.9841293692588806,-0.034132834523916245,-2.3595755100250244,-2.449481725692749,0.13858002424240112,-0.06580232083797455,-1.0372178554534912,0.509611964225769 +360,1.304475785251568,1.4052890044660389,1.9077135630973523,0.15894515812397003,-0.9863349199295044,-0.04336037486791611,0.9269306659698486,-2.6246025562286377,-0.42619121074676514,0.30478471517562866,0.13941097259521484,0.2392680048942566 +361,1.7759823000642854,1.3504998269062314,1.3550243172127208,0.21393544971942902,-0.9758327007293701,0.04452314227819443,1.075292706489563,2.3345723152160645,-0.7300963401794434,-0.20316274464130402,0.5459773540496826,-0.07458293437957764 +362,2.110506077374643,1.3218546194640324,1.1915532948202257,0.21135808527469635,-0.9691737294197083,0.1266109198331833,-0.18687333166599274,0.9534142017364502,0.3690546452999115,-0.38564395904541016,0.2770653963088989,-0.06179152429103851 +363,2.3135363232251795,1.3628421321533566,1.0818252942637823,0.15208107233047485,-0.9784553647041321,0.13962967693805695,-0.0882316455245018,2.6801185607910156,0.38733434677124023,0.35803550481796265,-0.3424827456474304,-0.261791467666626 +364,2.134131093118123,1.4471952071225471,1.3499319405583503,0.10423654317855835,-0.9923710823059082,0.06583630293607712,-1.3107749223709106,-0.8103194236755371,0.3053589463233948,0.05727773904800415,-0.15158027410507202,0.29723143577575684 +365,1.3016117121339603,1.467656616554716,2.0896505114440265,0.09924986213445663,-0.9946858286857605,-0.02738110162317753,-0.10984836518764496,-0.2743552327156067,-0.09711795300245285,-0.17415525019168854,-0.06699031591415405,0.20136183500289917 +366,1.56074170702171,1.4700661084198114,1.8580071067927326,0.10055448114871979,-0.9949309825897217,-0.0010110711446031928,-0.14363665878772736,0.3038719594478607,-0.016940783709287643,-0.05712796747684479,0.630688488483429,0.05362337827682495 +367,1.7955542569612062,1.4587313509393929,1.6757850392690228,0.10901794582605362,-0.9937272667884827,0.02492375113070011,0.7079651355743408,0.5034153461456299,0.1461140364408493,0.049932852387428284,0.47114425897598267,-0.09615170955657959 +368,1.8416011607237581,1.4465965502256473,1.6493490309194252,0.11936608701944351,-0.9922971129417419,0.03313898667693138,0.36924538016319275,-0.48306775093078613,-0.1725904494524002,0.4214511811733246,-0.5243349671363831,-0.4732787609100342 +369,1.4838063013677742,1.4317890819013381,2.0257270203596853,0.1380360871553421,-0.990354061126709,-0.01203814335167408,-1.0717060565948486,-1.0685906410217285,-0.9473783373832703,-0.1525319516658783,-0.6171746253967285,0.16778463125228882 +370,1.1420794822655795,1.4153730910754665,2.222592673210727,0.14078888297080994,-0.987946093082428,-0.06435021758079529,1.2790886163711548,-1.4288113117218018,-0.0388164147734642,0.035679012537002563,0.272705614566803,0.18980801105499268 +371,2.1389020825192557,1.382531264303779,1.1109275425308405,0.1577572524547577,-0.9823304414749146,0.10069634020328522,1.3058676719665527,-0.21925678849220276,-0.2793632745742798,0.01919892430305481,0.6710968613624573,-0.024600744247436523 +372,2.488731209337165,1.3373761592313451,0.8714475529170256,0.14050985872745514,-0.9728809595108032,0.18373800814151764,-0.1185685321688652,0.7056172490119934,0.5873803496360779,-0.08515097200870514,-0.04883229732513428,-0.361808180809021 +373,2.6561517589129546,1.3847850662929666,0.7536615700843846,0.08629333227872849,-0.9827497005462646,0.1635749489068985,0.21093855798244476,0.70328688621521,0.3919505774974823,0.2503002882003784,-0.3451160192489624,-0.3099830150604248 +374,2.4530312209705953,1.4852585494102104,0.8960445618628449,0.05428723618388176,-0.9963438510894775,0.06596899777650833,-0.9775593280792236,-0.9060890078544617,0.29230988025665283,0.011356070637702942,-0.10534071922302246,0.32758569717407227 +375,1.959921592808572,1.5026188391457223,1.3698560282008139,0.06303319334983826,-0.9976767897605896,0.02584567479789257,0.08818893879652023,-0.3945430517196655,-0.05777862295508385,-0.09379490464925766,0.3466299772262573,0.07844805717468262 +376,1.904319889664686,1.5038578818146935,1.3916335739806993,0.06320355087518692,-0.9977604746818542,0.021897919476032257,-0.15215399861335754,-0.5653854608535767,-0.0868915468454361,-0.025331243872642517,0.5967137217521667,-0.05679476261138916 +377,2.037094987607889,1.4808646348694439,1.2091606345162806,0.080221988260746,-0.9959588646888733,0.040377188473939896,0.6208337545394897,-0.09958286583423615,-0.24532416462898254,0.029397152364253998,0.009569764137268066,-0.21020746231079102 +378,1.8951422899843737,1.4075516550658405,1.329852496944687,0.15404650568962097,-0.9867051243782043,0.05179345980286598,-0.3615415096282959,-0.9420438408851624,-0.7697548270225525,0.18822337687015533,-0.3006483316421509,-0.3047841787338257 +379,1.2264080230572132,1.3908240533431062,1.9246132007116845,0.16849194467067719,-0.9838486313819885,-0.06043502688407898,0.7078110575675964,-0.7918828129768372,-0.06364574283361435,-0.039951905608177185,-0.260459840297699,0.8125560283660889 +380,1.5287460307235903,1.3778102419077005,1.5013064027507652,0.19162021577358246,-0.9814358949661255,-0.008062439039349556,0.9629920721054077,-0.5254902839660645,-0.17494335770606995,0.012435555458068848,0.46820664405822754,0.02213108539581299 +381,2.106198793733832,1.3190358432741447,1.0555830837369544,0.21424949169158936,-0.968475341796875,0.12709221243858337,0.7250562906265259,2.624905586242676,-0.47999876737594604,-0.16319361329078674,0.6599122285842896,-0.12903012335300446 +382,2.3413872784350884,1.3087136002785669,0.938750211939236,0.1858987957239151,-0.9658524394035339,0.1804734468460083,-0.4022553265094757,0.30034199357032776,0.7030004858970642,0.2709035873413086,-0.8871595859527588,-0.1781541258096695 +383,2.5751449549177536,1.327956850546761,0.8028213068594847,0.12903957068920135,-0.9706591367721558,0.20290254056453705,-1.4102747440338135,-0.8404781222343445,0.6988388895988464,0.26660555601119995,-0.4298992156982422,0.25438806414604187 +384,1.728360973084891,1.4729249546912493,1.5721350549863804,0.0965050533413887,-0.9952144026756287,0.015332883223891258,-1.0560615062713623,-0.3588794469833374,-0.2028931975364685,-0.2081688642501831,-0.30999189615249634,0.3218557834625244 +385,1.6437794309382707,1.4704881733464719,1.6730787622449144,0.09987380355596542,-0.994973361492157,0.007302069570869207,0.14774189889431,0.351261705160141,0.14921970665454865,-0.11110426485538483,0.618600070476532,0.08023762702941895 +386,1.671825710642195,1.4661132296242916,1.6837051085915544,0.10395900160074234,-0.9945257306098938,0.010538794100284576,0.2323327660560608,0.44232675433158875,-0.2320157140493393,0.05206211656332016,0.6320990324020386,-0.12987780570983887 +387,1.90205551143786,1.4336495712828585,1.4291070686274534,0.12928487360477448,-0.9906101226806641,0.04446525499224663,0.29545512795448303,-0.5000640153884888,-0.8239034414291382,0.22934244573116302,-0.3760433793067932,-0.4396069049835205 +388,1.2216095595513687,1.370033212724827,2.039885394441938,0.18738262355327606,-0.979914665222168,-0.0682273581624031,-2.6955296993255615,-0.5763131976127625,0.5793107151985168,0.055949270725250244,-1.121678352355957,0.4674583077430725 +389,1.4157111484540637,1.3974072095037844,1.7274841675179804,0.17045214772224426,-0.9850057363510132,-0.026648592203855515,1.3161661624908447,-2.3668434619903564,-0.27014297246932983,0.3093757629394531,0.30013012886047363,0.13700014352798462 +390,2.0002934874438845,1.3414299053342105,1.0669967135504765,0.2067103236913681,-0.973810613155365,0.09467592090368271,1.6825299263000488,2.313169479370117,-0.8494080901145935,-0.2508387565612793,0.686167299747467,-0.04264344274997711 +391,2.392193856575459,1.2844547389419851,0.8601928776637487,0.19240105152130127,-0.9592835903167725,0.2067774385213852,-0.45662152767181396,0.2743251621723175,0.6174399256706238,-0.14268791675567627,-0.10512375831604004,-0.2995814085006714 +392,2.560952634663055,1.3589106753171953,0.762226414325957,0.11536404490470886,-0.9776360988616943,0.1758374124765396,0.05695020407438278,0.25415101647377014,0.5240761637687683,0.31484225392341614,-0.42180848121643066,-0.2635296583175659 +393,1.6297127604640833,1.4931727923461813,1.6096920719010834,0.07741310447454453,-0.996988832950592,0.004566188436001539,-1.0876929759979248,-0.545503556728363,-0.08018583804368973,-0.06444311887025833,-0.266423761844635,0.3206596374511719 +394,1.5503053064046215,1.4664565994445402,1.7415358851126774,0.10412875562906265,-0.9945615530014038,-0.002134003210812807,0.397174209356308,0.6140238642692566,0.0014445949345827103,-0.08929721266031265,0.5289090871810913,0.11675804853439331 +395,1.6142498098856057,1.4758130719165345,1.7134116515936422,0.09475002437829971,-0.9954924583435059,0.004119812045246363,-0.24658085405826569,-0.10041145980358124,-0.020174548029899597,-0.053261399269104004,0.7203766107559204,-0.0752410888671875 +396,1.8143317323659998,1.4611073481605914,1.4578199930424363,0.10623975843191147,-0.9939901828765869,0.026397084817290306,0.14698047935962677,-0.6527843475341797,-0.3252226710319519,0.16944079101085663,-0.48304545879364014,-0.29988038539886475 +397,1.2781547106517102,1.4071174846609906,2.0174236785634667,0.1560206264257431,-0.9866344928741455,-0.04700775071978569,-2.4384779930114746,-0.0963270291686058,-0.2822961211204529,0.0486760139465332,-0.8320909738540649,0.4064285159111023 +398,0.966721266505664,1.388281187502744,2.220918493840507,0.14938287436962128,-0.9833902716636658,-0.10309448838233948,1.5977177619934082,-1.7973644733428955,-0.5006794929504395,0.23449775576591492,0.06984645128250122,0.3489440679550171 +399,1.6369120656190623,1.3965845241995754,1.3446734112387504,0.17295295000076294,-0.9848634600639343,0.011451602913439274,1.6906609535217285,-0.9328750371932983,-0.2892181873321533,-0.03142769634723663,0.6635286808013916,-0.006172061897814274 +400,2.282619422260033,1.307251586320833,0.7706211264469043,0.19724710285663605,-0.9654726386070251,0.1701657921075821,0.4213540852069855,0.9797908663749695,0.20199546217918396,-0.20618873834609985,0.5244629979133606,-0.2555692195892334 +401,2.105907530575131,1.3944167041421431,1.0180236212817637,0.15093876421451569,-0.984485387802124,0.0894770398736,0.22133268415927887,2.0744247436523438,0.3634006977081299,0.129960298538208,-0.8260005116462708,-0.3012843132019043 +402,1.9521292031399662,1.4669069390030245,1.197044852773407,0.0962546318769455,-0.9946083426475525,0.038594163954257965,-2.5025455951690674,-1.3032807111740112,0.6529819965362549,0.0689675509929657,-0.26421135663986206,0.2978774309158325 +403,1.039054347316271,1.4562890239933843,2.048764842229603,0.09848078340291977,-0.9934511780738831,-0.05793224647641182,0.09878294169902802,0.30298474431037903,-0.18170751631259918,-0.023926347494125366,0.13525116443634033,0.2521156072616577 +404,1.0764783351645726,1.4621496363775557,2.0381748760534046,0.09545288234949112,-0.994103729724884,-0.05144408717751503,-0.20284603536128998,0.2753419280052185,0.2100178450345993,-0.005014054477214813,0.6880429983139038,0.006094936281442642 +405,1.3485664827126715,1.47331882283255,1.7529387825298592,0.09493065625429153,-0.9952528476715088,-0.021450715139508247,0.7494869232177734,-0.3933205306529999,-0.005294900853186846,0.07956885546445847,0.2092573642730713,-0.1525605320930481 +406,1.7991423122499792,1.419873229462439,1.2794159247261794,0.14644835889339447,-0.9886327385902405,0.034034501761198044,-0.23014108836650848,-0.08803948760032654,-0.7888756394386292,0.14954163134098053,-0.17169135808944702,-0.5631330013275146 +407,1.045546854226334,1.3818655454137834,1.924140086224686,0.16249242424964905,-0.9822056293487549,-0.09417301416397095,0.7364575266838074,-1.4039864540100098,-0.22888211905956268,-0.03201451897621155,-0.3362758755683899,0.5975146889686584 +408,1.449633539276912,1.3725570223219605,1.3348851857242894,0.1954994648694992,-0.980414867401123,-0.02380385808646679,1.2433710098266602,-0.40810397267341614,-0.3073854148387909,0.0944632887840271,0.5617595314979553,0.14239513874053955 +409,2.1894869742186907,1.290450522339338,0.719841663607387,0.22540107369422913,-0.960959792137146,0.16047072410583496,1.0236468315124512,2.1865711212158203,-0.19117482006549835,-0.16146671772003174,0.5874855518341064,-0.26418471336364746 +410,2.3354192654931962,1.3235865505119266,0.5847575159996765,0.17658621072769165,-0.9695989489555359,0.1693972945213318,-0.19211143255233765,-0.7489514946937561,0.813569962978363,0.18613047897815704,-0.9976710677146912,0.03383459150791168 +411,2.5029190016004312,1.3651978613688038,0.5218812808556906,0.12170165777206421,-0.9789389967918396,0.16391143202781677,-1.5877269506454468,-0.4490772485733032,0.42939257621765137,0.2702966332435608,-0.36944955587387085,0.16799770295619965 +412,1.9133450405620709,1.4569101258360524,1.1166385236222163,0.10703849047422409,-0.9935219883918762,0.03817068785429001,-0.29162511229515076,1.090095043182373,-0.4383366107940674,-0.2778300940990448,-0.44985276460647583,0.29819416999816895 +413,2.139458743241585,1.4270345723396614,1.02215923450028,0.12072031944990158,-0.9896840453147888,0.07715031504631042,0.09746784716844559,0.9735097289085388,0.1487852931022644,-0.16869395971298218,0.5931233763694763,-0.01782405376434326 +414,2.048636043939531,1.4530624530174407,1.1438603659919249,0.10430598258972168,-0.9930773973464966,0.05401674285531044,0.023668956011533737,-0.23833411931991577,0.03816366568207741,-0.018582098186016083,0.6444903016090393,-0.16865599155426025 +415,2.195207546029084,1.4369964999309024,0.9598994316915715,0.10822875797748566,-0.9910621643066406,0.07798851281404495,-0.1887846440076828,-0.1903517097234726,-0.6013392806053162,0.27160826325416565,-0.3928489089012146,-0.41398704051971436 +416,1.3650521424592168,1.382130226515247,1.6913334795655128,0.18359333276748657,-0.9822552800178528,-0.038315434008836746,-1.8112159967422485,-1.0179657936096191,0.22466681897640228,-0.05091816186904907,-0.9873492121696472,0.5497747659683228 +417,1.2999034387633122,1.3963234455055755,1.6429758092194002,0.1672583669424057,-0.984818160533905,-0.046450935304164886,0.9953638315200806,-1.7114454507827759,-0.19826501607894897,0.1751793622970581,0.035965681076049805,0.2343781590461731 +418,1.9416722575849656,1.3651276651248763,0.9741115700984779,0.19033627212047577,-0.9789246320724487,0.07401629537343979,1.626887559890747,2.2845041751861572,-0.5738833546638489,-0.22215089201927185,0.5001344680786133,-0.08556724339723587 +419,2.4223647744918244,1.288341097294341,0.7025791751340134,0.18361841142177582,-0.9603739976882935,0.2096812129020691,0.2670917510986328,1.3795461654663086,0.1644711196422577,-0.323449969291687,0.4796305298805237,-0.37266024947166443 +420,2.4115092717777546,1.3706477024798767,0.7345174065478401,0.1325964778661728,-0.9800370335578918,0.1481412798166275,0.06395906955003738,1.8448704481124878,0.17769916355609894,0.5227532386779785,-0.7672469615936279,-0.08649574220180511 +421,2.0499382775505977,1.4428649521980252,1.173060537192636,0.11321539431810379,-0.9918279647827148,0.05881774425506592,-1.649777889251709,-0.45044592022895813,0.17585539817810059,-0.1626538783311844,-0.3994378447532654,0.22211182117462158 +422,1.5493277110980548,1.4459684382375464,1.6412557713429523,0.12447608262300491,-0.992219090461731,-0.0026727397926151752,-0.3677125573158264,-0.5511725544929504,0.1317286342382431,-0.2004038244485855,0.29216110706329346,0.07628113031387329 +423,1.0097061347439718,1.4552670289768033,2.149065067044597,0.09759857505559921,-0.9933339357376099,-0.061337705701589584,-0.5497369170188904,-0.12074694782495499,0.015687262639403343,-0.03430511802434921,0.7450429201126099,0.09231305122375488 +424,1.3842859307288125,1.4405380532563241,1.7821475357009438,0.1276373565196991,-0.9915283918380737,-0.024085624143481255,1.358291745185852,-0.05032758414745331,-0.1743771880865097,0.1732201874256134,0.00794684886932373,-0.0626300573348999 +425,1.6918005881104752,1.3852275020478866,1.5383042167269523,0.18315669894218445,-0.9828314781188965,0.022271549329161644,-0.5117935538291931,-2.115135431289673,-0.8146542906761169,-0.10060666501522064,-0.03227478265762329,-0.6098569631576538 +426,1.0630705414562356,1.3525786246960285,2.011679184675481,0.18918034434318542,-0.9762848615646362,-0.10525553673505783,0.6392979025840759,-1.7997770309448242,-0.03619719669222832,-0.046098679304122925,-0.43471062183380127,0.4764408469200134 +427,1.331423957523618,1.3805668983648833,1.5528755669707115,0.18369366228580475,-0.9819608926773071,-0.04483072832226753,1.2250510454177856,-0.852440595626831,-0.11506053060293198,0.08916401863098145,0.5064206123352051,0.11468541622161865 +428,2.063278519983663,1.3282697420089786,0.9462888861558785,0.2116159200668335,-0.9707342982292175,0.11354903131723404,0.6958267688751221,2.4406795501708984,-0.25722000002861023,-0.21256199479103088,0.7873696088790894,-0.0822075828909874 +429,2.3251332918080316,1.3400382631231014,0.8137337127159884,0.1666710376739502,-0.9734932780265808,0.15662582218647003,0.07120199501514435,-1.16920006275177,0.9566622376441956,0.0817268043756485,-0.635179877281189,-0.14762316644191742 +430,2.398268378634075,1.3839939344269374,0.806576616377246,0.12568263709545135,-0.982603132724762,0.1367298662662506,-1.371341586112976,-0.22142165899276733,0.14477308094501495,0.30733126401901245,-0.49434083700180054,0.2638591527938843 +431,1.6162738266332808,1.4643218848750765,1.5525980437584825,0.10616398602724075,-0.9943369626998901,0.004831403959542513,-0.5884009599685669,-0.30271288752555847,-0.3830516040325165,-0.42115116119384766,-0.31103718280792236,0.20157432556152344 +432,1.242073124119843,1.459033223846396,1.903909482748584,0.10555879026651382,-0.9937610030174255,-0.036005984991788864,-0.4425767660140991,0.0009153326973319054,0.21994169056415558,-0.15003815293312073,0.576387345790863,0.09740740060806274 +433,1.0897688830030865,1.448510013689429,2.0624525229452066,0.10813918709754944,-0.9925323128700256,-0.056439731270074844,0.3689727187156677,-0.03557592257857323,-0.6545738577842712,0.009979099035263062,0.6670776605606079,0.048215270042419434 +434,1.9695218835664856,1.4048874185739557,1.207265198932845,0.1521948128938675,-0.9862686395645142,0.06411842256784439,0.3684276044368744,1.6727606058120728,-0.7197110056877136,0.4706689715385437,-0.8224167823791504,-0.2624673843383789 +435,1.413873361767324,1.3680306997107587,1.7154135234967696,0.1989050954580307,-0.97951340675354,-0.031471531838178635,-2.0926551818847656,-2.428244113922119,-0.04606879875063896,-0.009848684072494507,-1.1352022886276245,0.6747973561286926 +436,1.2404374280656656,1.3870066638930938,1.6763599655250898,0.1728745400905609,-0.9831581711769104,-0.05928315967321396,0.8937727212905884,-2.5952751636505127,-0.2012762725353241,0.3035811483860016,0.0799751877784729,0.13685888051986694 +437,1.6485379558136641,1.3678243846598515,1.1958313143329826,0.20097240805625916,-0.9794718027114868,0.015655474737286568,1.3930319547653198,2.2810332775115967,-0.7434110045433044,-0.27836498618125916,0.7227731943130493,0.0223388671875 +438,2.0541009939046617,1.3098174275429864,1.0754468751195796,0.22847364842891693,-0.9661378860473633,0.1199071854352951,-0.10713514685630798,2.5547292232513428,-0.22361280024051666,-0.28009408712387085,0.5287293195724487,-0.10982106626033783 +439,2.3885924379114702,1.3170241702792638,0.8354093716695213,0.17168028652668,-0.9679722785949707,0.18318109214305878,-0.250060498714447,2.6602444648742676,-0.1267542988061905,0.4349938929080963,-0.5235284566879272,-0.2605278491973877 +440,1.9188775252281585,1.416508641615563,1.3676495602395984,0.14445960521697998,-0.9881212711334229,0.05241796746850014,-1.583181381225586,-0.16649934649467468,0.2777579426765442,-0.13811196386814117,-0.3399426341056824,0.4703023433685303 +441,1.3591078563738261,1.4321871530069679,1.9231836305676908,0.1350817233324051,-0.9904091358184814,-0.029030177742242813,-0.4261699318885803,-0.5051477551460266,0.3625297546386719,-0.1800646334886551,0.25945210456848145,0.0373767614364624 +442,0.867769034482636,1.4209555725781655,2.3717798216022583,0.11388513445854187,-0.9887948632240295,-0.096514992415905,-0.5144670605659485,-0.12247537076473236,-0.19891494512557983,0.012289799749851227,0.652277410030365,0.13275454938411713 +443,1.3721151346432083,1.4327926256348023,1.82827087771991,0.13486047089099884,-0.990492582321167,-0.02715245820581913,1.4355202913284302,0.6616562008857727,-0.21135424077510834,0.28603798151016235,0.22941458225250244,-0.05834252014756203 +444,1.432902514312467,1.389050915727775,1.8817911859474086,0.17903120815753937,-0.9835296869277954,-0.02484496869146824,-0.5196192860603333,-0.9564809203147888,-0.6715047359466553,-0.16247540712356567,-0.13132327795028687,-0.23498165607452393 +445,1.0161312836190601,1.3593435934494396,2.116122638263994,0.1784144788980484,-0.9777270555496216,-0.11053531616926193,0.4147008955478668,-1.9700407981872559,-0.056778986006975174,0.1545322984457016,-0.4067486524581909,0.57298344373703 +446,1.3237511892647034,1.3849615132894708,1.6422231417113775,0.17915791273117065,-0.9827823638916016,-0.04518304765224457,1.4106014966964722,-1.3265626430511475,-0.22642123699188232,0.05111248791217804,0.502313494682312,-0.03286564722657204 +447,2.0912971139992447,1.3055901077988135,0.9374239293205008,0.22739748656749725,-0.9650384783744812,0.13035038113594055,0.7764834761619568,1.8842759132385254,-0.3272685110569,-0.21886783838272095,0.7777063250541687,-0.07851636409759521 +448,2.239167689515538,1.3264985253967148,0.9033639994139273,0.18983164429664612,-0.9703074097633362,0.14989233016967773,-0.02713838778436184,-0.1366117298603058,0.7878308892250061,0.15635979175567627,-0.8296805024147034,-0.17651890218257904 +449,2.2381613731294747,1.3601160387582807,0.9923643553486832,0.16425824165344238,-0.9778888821601868,0.12943127751350403,-1.645677089691162,-0.06679024547338486,-0.11184386163949966,0.3580653667449951,-0.5503398180007935,0.7434781789779663 +450,1.726154836167952,1.394382595549131,1.5344809779840565,0.17338688671588898,-0.9844794273376465,0.027155961841344833,0.010218419134616852,0.19515688717365265,-0.34603151679039,-0.4637463688850403,-0.42938482761383057,0.02155018225312233 +451,1.6286244728522652,1.404808712676629,1.6044619938590443,0.16495032608509064,-0.9862556457519531,0.009549418464303017,-0.5675145387649536,-0.054837800562381744,-0.03577256575226784,-0.17965978384017944,0.6477241516113281,0.10728704929351807 +452,1.5740639590898204,1.3810980995080133,1.6837633731835409,0.18856246769428253,-0.9820612072944641,0.0006161549827083945,0.6715154647827148,0.016411082819104195,-0.3702734112739563,0.12024495005607605,0.6507470011711121,-0.05624973773956299 +453,1.996471330581411,1.3335686149444854,1.3104914922168318,0.21403639018535614,-0.9719932079315186,0.09704338759183884,0.08911533653736115,0.4641976058483124,-0.6568664312362671,0.21673445403575897,-0.6509772539138794,-0.7630132436752319 +454,1.4845363729907444,1.2990062707617156,1.6993851182004758,0.26745811104774475,-0.9632918834686279,-0.023128317669034004,-1.5379635095596313,-2.0304534435272217,-0.11790120601654053,0.16407570242881775,-0.8122055530548096,0.22294217348098755 +455,1.2707553839300072,1.3003136601565448,1.6970206488566235,0.255259245634079,-0.9636420607566833,-0.07897238433361053,0.9228220582008362,-1.1711255311965942,-0.09236672520637512,0.29498791694641113,0.027362823486328125,0.32640892267227173 +456,1.7861381668282335,1.2861522375374201,1.2066640753214035,0.2743300497531891,-0.9597616791725159,0.06000514328479767,1.7711849212646484,2.4376041889190674,-0.45565328001976013,-0.26482388377189636,0.6311331391334534,0.0064620934426784515 +457,2.285116953592339,1.222612366471195,0.908752418533742,0.2577832341194153,-0.9399938583374023,0.22351594269275665,0.5155365467071533,0.33379679918289185,0.44892802834510803,-0.5750897526741028,0.35028743743896484,-0.6088460683822632 +458,2.22167402245682,1.304931149467911,0.9823700873576372,0.20902682840824127,-0.9648655652999878,0.15919280052185059,-0.6386758685112,2.1767125129699707,0.10666097700595856,0.6147494316101074,-0.5193263292312622,-0.18815398216247559 +459,1.8424252027055352,1.3892949328083812,1.4637290430024203,0.17388834059238434,-0.9835737943649292,0.04843008890748024,-1.351912021636963,0.3734462857246399,0.042149968445301056,-0.28408730030059814,-0.2710953950881958,0.33787667751312256 +460,1.709935968124264,1.3798740367359887,1.5723167104330527,0.18793050944805145,-0.9818296432495117,0.026318645104765892,0.032763395458459854,-0.41461843252182007,-0.07511372119188309,-0.023745939135551453,0.4225492477416992,-0.003674626350402832 +461,1.6296645258297624,1.357521260333566,1.6075902847591046,0.21129503846168518,-0.977342963218689,0.012452946975827217,0.08427496254444122,-0.12808552384376526,-0.11619312316179276,-0.09453479945659637,0.7591423392295837,-0.05223262310028076 +462,1.7667674082414893,1.346911130015026,1.4636220176598087,0.21777023375034332,-0.9750422239303589,0.04323152080178261,0.5442904829978943,-0.1399228721857071,-0.23759783804416656,0.09596572816371918,0.04945933818817139,-0.09631681442260742 +463,1.6987550780299632,1.3198701416587437,1.5199039815687054,0.24627108871936798,-0.9686828851699829,0.031685665249824524,-0.9185084700584412,-0.9757570624351501,-0.4024503827095032,-0.07859228551387787,-0.5807708501815796,0.4272986650466919 +464,1.1797836487970252,1.3155354491680773,1.8758828077983185,0.23343996703624725,-0.967597484588623,-0.09623309969902039,1.1413335800170898,-1.0220760107040405,0.23686401546001434,0.12469905614852905,-0.21949046850204468,0.4976155757904053 +465,1.7101075422477499,1.3655198489721079,1.2479843965919226,0.2018626183271408,-0.9790046811103821,0.02830507606267929,1.3683453798294067,-0.4061143696308136,0.23403048515319824,-0.021000206470489502,0.6548928022384644,-0.0835723876953125 +466,2.3575541305681935,1.2826281033209803,0.7510658756871743,0.20068398118019104,-0.9587660431861877,0.20123043656349182,0.4215259253978729,2.3268191814422607,-0.18120554089546204,-0.18084755539894104,0.7094526886940002,-0.22741460800170898 +467,2.4660812956080536,1.3552045588955544,0.7543520121728373,0.1337667554616928,-0.9768499732017517,0.16694460809230804,-0.6140894293785095,1.59272301197052,0.3141888976097107,0.4675058126449585,-1.124300479888916,-0.21668829023838043 +468,2.2792333743716697,1.4310079461018528,1.0154235944037147,0.10580718517303467,-0.990245521068573,0.09065715223550797,-2.0862112045288086,-0.15653572976589203,0.0010215230286121368,0.001385800540447235,-0.5820963978767395,0.43085777759552 +469,2.071636075683507,1.4299431103586098,1.2931906597630616,0.12314537167549133,-0.9900965690612793,0.0674089640378952,0.4027363061904907,0.0004918277263641357,-0.026316169649362564,-0.14914634823799133,0.19139057397842407,-0.06389940530061722 +470,1.768482256224946,1.460401600505742,1.5723941481096786,0.10802654176950455,-0.9939126968383789,0.02163793332874775,-0.9600339531898499,-0.6312731504440308,-0.06205109506845474,-0.005838409066200256,0.7213447093963623,-0.07722567766904831 +471,1.5572632983330372,1.44748569076459,1.6903435299126683,0.1229870542883873,-0.9924068450927734,-0.0016644889255985618,0.7081645131111145,-0.9145547747612,-0.7897207736968994,0.1744677722454071,0.2274532914161682,0.22920352220535278 +472,1.443130871787308,1.378545673345414,1.8419264951703886,0.18951427936553955,-0.981576681137085,-0.024326734244823456,-0.44580408930778503,-3.012026786804199,-0.5926880836486816,-0.04486092925071716,-0.3622344732284546,0.29819148778915405 +473,1.1765751928321317,1.381928869336131,1.8634565615148977,0.17334553599357605,-0.9822174906730652,-0.07211137562990189,1.3543897867202759,-3.0165646076202393,0.09264830499887466,0.23291972279548645,-0.20949387550354004,0.10520768165588379 +474,1.7940127961677634,1.3690336363937678,1.0700730698940153,0.19542495906352997,-0.9797148704528809,0.04436130449175835,2.0139265060424805,2.516415596008301,-0.9426599740982056,-0.29739946126937866,0.6531615257263184,0.009532686322927475 +475,2.3301594333182294,1.2970784623371048,0.7717605534212246,0.19605085253715515,-0.9627725481987,0.18609930574893951,0.24368755519390106,2.497103691101074,0.013486197218298912,-0.38252854347229004,0.9274027943611145,0.026989683508872986 +476,2.367302356273841,1.3648061865017078,0.9022337501975463,0.14301380515098572,-0.9788589477539062,0.14622677862644196,-1.043811559677124,1.5158286094665527,0.10753288865089417,0.5941687822341919,-0.7062606811523438,-0.6261156797409058 +477,1.6561296155854566,1.4365943820069371,1.646316184904741,0.1333131343126297,-0.9910084009170532,0.01140374131500721,-1.7831319570541382,2.0302350521087646,0.46179771423339844,-0.2797364592552185,-0.5030253529548645,0.3029578924179077 +478,1.9009369781191585,1.4576764326577272,1.504166248344206,0.10678298026323318,-0.9936087727546692,0.03659260645508766,0.13550978899002075,-0.34625425934791565,0.26104849576950073,-0.05813795328140259,0.4670127034187317,-0.008791089057922363 +479,1.3810638234254329,1.4803248106407718,1.8982528853649259,0.08872804790735245,-0.9959102272987366,-0.017039552330970764,-0.2561231255531311,-1.6922173500061035,-0.025390977039933205,0.11725036054849625,0.8635554313659668,-0.04449915885925293 +480,1.947016072749653,1.44659493911518,1.251938666530344,0.11521792411804199,-0.9922969341278076,0.04551522433757782,0.04471179470419884,1.0600125789642334,-0.36570993065834045,0.4962475299835205,-0.4317448139190674,-0.07060062885284424 +481,1.5147405911420113,1.4105582435022694,1.722738674250412,0.15930205583572388,-0.9871893525123596,-0.008939159102737904,-1.2665148973464966,-1.3574154376983643,-0.5199782848358154,-0.01065094769001007,-0.5181053876876831,0.48563897609710693 +482,0.9254745171996936,1.3678506156719341,2.2222739505052282,0.1610237956047058,-0.9794771075248718,-0.12122655659914017,0.5352934002876282,-0.9527397751808167,0.039592158049345016,-0.126111701130867,-0.2382199764251709,0.38613438606262207 +483,1.3094251469481402,1.4149721040297631,1.6902427189584548,0.14992333948612213,-0.9878839254379272,-0.040103036910295486,1.533284068107605,-1.2504639625549316,-0.1611715406179428,-0.07337000966072083,0.832549512386322,-0.04868787154555321 +484,2.113696305692402,1.3418453382316384,0.985534457398143,0.1943230926990509,-0.9739050269126892,0.11725037544965744,0.5374064445495605,3.0245063304901123,-0.3369438946247101,-0.1854119598865509,0.6892523169517517,-0.03465449810028076 +485,2.3241680584310775,1.3496561836593925,0.8825909185876017,0.15998566150665283,-0.9756479859352112,0.15005284547805786,-0.17514963448047638,2.566807985305786,0.014183216728270054,0.5350369215011597,-0.6495199799537659,-0.09304605424404144 +486,1.86488851739619,1.4178542103238254,1.4493933548982028,0.14580681920051575,-0.988327145576477,0.04416121914982796,-1.8913209438323975,0.3172767162322998,0.261122465133667,-0.21563102304935455,-0.6589813232421875,0.614972710609436 +487,1.502506058438564,1.432316995094411,1.8310378841875246,0.13771608471870422,-0.9904270768165588,-0.009419315494596958,-0.563227653503418,-0.8080070614814758,0.22280213236808777,-0.16254211962223053,0.1415194869041443,0.02904212474822998 +488,1.0402847629478853,1.4416789291733425,2.204074723952754,0.11106057465076447,-0.9916759133338928,-0.06514862179756165,-0.4001404941082001,-0.8433743715286255,0.13286468386650085,-0.030005894601345062,0.8315197229385376,0.036706216633319855 +489,1.1693661058279496,1.4285833196904467,2.0702527262281154,0.13046759366989136,-0.9899047613143921,-0.05538089945912361,1.717809796333313,-1.1061967611312866,-0.6453359723091125,0.25133782625198364,0.22575974464416504,-0.10955137759447098 +490,1.6872515558879495,1.3846984960736457,1.6481190735493114,0.18377253413200378,-0.9827337265014648,0.0214985478669405,-0.7825739979743958,-0.8157240748405457,-0.3340983986854553,-0.10541866719722748,-0.08370304107666016,-0.779112696647644 +491,0.9849797010934136,1.3891392294044524,2.1644938237095253,0.15053647756576538,-0.9835456609725952,-0.09988301992416382,0.8403774499893188,-1.1539766788482666,0.002135147340595722,-0.11174865067005157,-0.35129314661026,0.7206410765647888 +492,1.3554391448501735,1.4204836738633604,1.6077329081930534,0.14628873765468597,-0.9887242913246155,-0.032000582665205,0.9734596014022827,-0.7159392833709717,-0.3786226212978363,0.005871906876564026,0.7282567620277405,0.05830669403076172 +493,2.0528688442550993,1.3242463609249278,1.089167301414893,0.21624568104743958,-0.9697601795196533,0.11315010488033295,0.37274643778800964,2.851574659347534,-0.667066216468811,-0.17480280995368958,0.7712128758430481,-0.03816843032836914 +494,2.3068917033993555,1.3162414684367698,0.960751602346585,0.1866186559200287,-0.9677754640579224,0.1690680831670761,0.7299045920372009,0.3708488345146179,0.6436380743980408,0.20084775984287262,-0.9223306775093079,-0.237900510430336 +495,2.412502843607334,1.3561139158697382,0.996168744709179,0.14192326366901398,-0.9770441055297852,0.1588788628578186,-1.4461674690246582,-0.6338226199150085,0.23052646219730377,0.10792410373687744,-0.4588841199874878,0.4456591308116913 +496,1.8070706952296498,1.4214504310034883,1.6037727505707216,0.14465679228305817,-0.9888685941696167,0.034829240292310715,-0.47066530585289,0.11993386596441269,-0.34637725353240967,-0.43646588921546936,-0.31453704833984375,0.06279647350311279 +497,1.3963081292125483,1.4420205465227687,2.018222728829552,0.12647022306919098,-0.9917198419570923,-0.02229427918791771,-0.924224853515625,-0.03295593708753586,0.3883831799030304,-0.11939014494419098,0.6869407892227173,0.03549313545227051 +498,1.0665714394386103,1.446624371137939,2.3272324212609834,0.10843958705663681,-0.9923005700111389,-0.05983707308769226,1.0280940532684326,-0.7462276816368103,-0.1857205182313919,0.04120334982872009,0.6341004967689514,-0.004127800464630127 +499,1.920927478768919,1.4115465029011736,1.5318377395425227,0.14895658195018768,-0.9873465299606323,0.054395537823438644,0.13736982643604279,3.8371875286102295,-0.6337714195251465,0.6506497263908386,-0.38890475034713745,-0.5521067380905151 +500,1.2131566681519081,1.3663473073497772,2.120589566790703,0.19018173217773438,-0.9791730046272278,-0.07107290625572205,-1.8865277767181396,-2.1122071743011475,0.6082718372344971,0.05453877151012421,-1.316267728805542,0.8732884526252747 +501,1.158756692327633,1.3871144870981222,1.9605631097353555,0.16736315190792084,-0.9831778407096863,-0.07314745336771011,0.7365365624427795,-2.0957343578338623,-0.19064942002296448,0.26400279998779297,0.2589195966720581,0.16621077060699463 +502,1.6199140269647478,1.3715690035596406,1.4967245102272948,0.19767320156097412,-0.9802197813987732,0.009717068634927273,1.0374882221221924,2.1819400787353516,-0.5676674842834473,-0.22007311880588531,0.8278913497924805,0.05087566375732422 +503,2.0711224546223748,1.3207346895751304,1.2740149863492756,0.21713119745254517,-0.9688971638679504,0.11871127784252167,0.37582722306251526,1.5008857250213623,0.23636065423488617,-0.16857773065567017,-0.14165276288986206,-0.4010446071624756 +504,2.2955783499071645,1.3594366835578389,1.1833869448962433,0.15705767273902893,-0.9777466058731079,0.13908465206623077,-0.7221331596374512,0.7425753474235535,0.2073662430047989,0.40075787901878357,-0.5252746343612671,-0.5424050092697144 +505,1.679112383481193,1.41676899929494,1.7991685873145802,0.1525208204984665,-0.9881612062454224,0.016585366800427437,-0.7360378503799438,0.09305578470230103,-0.15332895517349243,-0.4289642572402954,-0.4127178192138672,0.2603769302368164 +506,1.4936125587442939,1.4239195535324118,1.946001587643716,0.1459135115146637,-0.9892329573631287,-0.011284572072327137,-0.41672682762145996,-0.35824379324913025,0.3446945548057556,-0.1190885603427887,0.6164150238037109,0.06543797254562378 +507,0.9898706092508432,1.4339127531535707,2.4067914542495163,0.11407194286584854,-0.9906460642814636,-0.07488735765218735,-0.2891739010810852,-0.48378515243530273,0.2945842742919922,-0.08256253600120544,0.7947995066642761,-0.00044530630111694336 +508,1.476227311582627,1.4232596046019037,1.9042940466816582,0.14634466171264648,-0.9891361594200134,-0.0138810770586133,0.787007212638855,2.141770362854004,-0.7985188961029053,0.427919864654541,-0.766967236995697,-0.09546339511871338 +509,1.3701723722727037,1.3650002464323343,2.06351204336993,0.20024815201759338,-0.9788986444473267,-0.040722403675317764,-0.9538042545318604,-2.0865509510040283,-0.6501924991607666,-0.19275608658790588,-0.5795273184776306,0.5258298516273499 +510,1.0930945860260546,1.3738770322195177,2.1304248531897967,0.17374709248542786,-0.9806739687919617,-0.08994767814874649,0.8376014828681946,-1.8396506309509277,0.030293194577097893,0.27295395731925964,-0.14861375093460083,0.3567476272583008 +511,1.441211291446752,1.3932604572243517,1.6677656274162058,0.17512455582618713,-0.9842818379402161,-0.02282140776515007,1.3247008323669434,0.9329419732093811,-0.36623355746269226,-0.23002567887306213,0.5984328389167786,0.012582778930664062 +512,2.142727981898938,1.32605075016501,1.1654339952357131,0.20374763011932373,-0.9701989889144897,0.13115178048610687,0.5192345976829529,1.907489538192749,-0.31418681144714355,-0.26064765453338623,0.638701856136322,-0.02449287474155426 +513,2.3219830025249144,1.3450925732182253,1.1276730625578857,0.1635652631521225,-0.9746368527412415,0.1527397781610489,0.38697201013565063,2.7986581325531006,0.2637787461280823,0.3910459280014038,-0.582202136516571,-0.3925468921661377 +514,1.9725255346827186,1.417788481765788,1.5045590468310301,0.1402776837348938,-0.9883171319961548,0.059594593942165375,-1.655786156654358,-0.5752484798431396,0.1881730705499649,-0.1891668438911438,-0.3077644109725952,0.4819551706314087 +515,1.4881945387292277,1.4216935682453031,1.9808641176608186,0.1480453908443451,-0.9889047741889954,-0.012256703339517117,0.09210442006587982,-0.18031692504882812,0.18363645672798157,-0.1753433495759964,0.1583535075187683,0.10033047199249268 +516,1.182878503247506,1.4555315543692136,2.239737597384127,0.10646544396877289,-0.9933643937110901,-0.043504226952791214,-0.4888642430305481,-0.5895915627479553,0.20821718871593475,-0.0662585124373436,0.7505359053611755,0.02971028909087181 +517,1.6239721332561294,1.437560761906194,1.733428455397008,0.13265420496463776,-0.9911372661590576,0.007060650736093521,1.5256894826889038,0.21359235048294067,-0.5538769960403442,0.24007223546504974,0.24421954154968262,0.14574086666107178 +518,1.7419101653661193,1.3902387784706558,1.7676253889954199,0.17695599794387817,-0.9837437272071838,0.030578650534152985,-0.9421401619911194,-2.212351083755493,-0.7510901093482971,-0.07151778042316437,-0.15602684020996094,-0.42987072467803955 +519,1.0551527691001854,1.3721416985466046,2.2585548578487202,0.17168985307216644,-0.9803329706192017,-0.09731236100196838,0.6684967875480652,-2.059701681137085,-0.420960396528244,0.21933186054229736,-0.1835310459136963,0.5219950079917908 +520,1.5372588187201959,1.3881949964724294,1.606685437982369,0.18148556351661682,-0.9833746552467346,-0.006088856607675552,1.6852846145629883,0.05513373762369156,-0.2892548739910126,-0.13581602275371552,0.6034309267997742,-0.08996516466140747 +521,2.2363271484742566,1.3141887305422562,1.0335673523413234,0.1996372491121292,-0.9672565460205078,0.15671633183956146,0.34803277254104614,1.808281660079956,-0.26098743081092834,-0.16283302009105682,0.9279497861862183,-0.016945824027061462 +522,2.3717970242957302,1.3475697126952348,0.9985980772528836,0.1540762037038803,-0.9751882553100586,0.15896075963974,-0.13875530660152435,0.4856841564178467,0.4179114103317261,0.24922886490821838,-1.059800148010254,-0.20142602920532227 +523,2.1663952446010133,1.4070287748077182,1.28942291537055,0.13496389985084534,-0.9866200089454651,0.09146439284086227,-2.1379127502441406,0.06615280359983444,-0.11115609109401703,0.10420234501361847,-0.5109996199607849,0.9070861339569092 +524,1.7250108902685717,1.4179162516055412,1.802153034765807,0.15047721564769745,-0.9883365631103516,0.02339150570333004,0.26379287242889404,0.2533378601074219,-0.3288860619068146,-0.31370049715042114,-0.09268742799758911,-0.0925290584564209 +525,1.5519106819871604,1.4416234199404183,1.9400973233838321,0.12879055738449097,-0.9916687607765198,-0.0024325819686055183,-0.44278404116630554,-0.9226235151290894,0.44004178047180176,-0.11246366798877716,0.7725374102592468,-0.07317471504211426 +526,1.309983882097698,1.448531935889792,2.100674550861995,0.11783598363399506,-0.9925349950790405,-0.031449440866708755,0.6284478306770325,-0.2015724778175354,-0.4330175220966339,0.17922213673591614,0.48527175188064575,-0.011839751154184341 +527,1.4831461268243948,1.4133732599879336,2.0004908070956566,0.15617208182811737,-0.987634539604187,-0.013723676092922688,-0.343954861164093,0.8929140567779541,-0.329439252614975,0.21725626289844513,-0.163732647895813,-1.05552077293396 +528,1.155773581678612,1.393671775060957,2.1493246898469933,0.16124162077903748,-0.9843544363975525,-0.07104561477899551,-0.16566278040409088,-1.8933511972427368,0.4194239377975464,-0.06523331999778748,-0.7299399971961975,0.5562293529510498 +529,1.3420053881395648,1.4128187758075212,1.688806317497286,0.15322205424308777,-0.9875474572181702,-0.03568056970834732,1.184022307395935,-1.9265484809875488,-0.2264210730791092,0.16199401021003723,0.42484909296035767,0.1428583264350891 +530,1.8953726711322325,1.369440147749025,1.1600272607575772,0.1895550936460495,-0.9797962307929993,0.0637807548046112,0.6194714307785034,2.484823703765869,-0.5870915651321411,-0.1746320128440857,0.8345174193382263,0.09329318255186081 +531,2.3393930202658106,1.3405979433498445,1.0017798099598705,0.16402867436408997,-0.973621129989624,0.15860740840435028,0.05961281806230545,1.0290471315383911,1.1402919292449951,-0.06966833770275116,-0.6781579256057739,-0.4599226713180542 +532,2.38055989148532,1.396428510639893,0.9624984697182357,0.11964722722768784,-0.9848363995552063,0.12562455236911774,-1.4232326745986938,-1.20976984500885,0.0329601876437664,0.43133237957954407,-0.7124596238136292,0.3871011734008789 +533,1.6437904089272108,1.4605469387352532,1.7402730842844858,0.10973251610994339,-0.9939286708831787,0.008024080656468868,0.4196132719516754,0.868398904800415,-0.4430372416973114,-0.3526219129562378,0.06982600688934326,0.04881489276885986 +534,2.0092588044990176,1.424418719210876,1.423342272617529,0.13205768167972565,-0.9893059134483337,0.06192232295870781,0.03556165099143982,0.3942474126815796,0.22564615309238434,-0.16355185210704803,0.7483392357826233,-0.07661653310060501 +535,1.8368531477201868,1.4660208206884073,1.6050162517499544,0.10090537369251251,-0.9945160746574402,0.027498483657836914,-0.36893290281295776,0.06134357303380966,0.20759843289852142,-0.05230611562728882,0.8471770882606506,-0.13574433326721191 +536,1.5736768078503713,1.4162271396048214,1.8420520047307174,0.15395402908325195,-0.9880779385566711,0.0004434628935996443,1.017051100730896,0.5980991125106812,-0.8078030943870544,0.858436107635498,-1.3647968769073486,-0.6002511978149414 +537,1.1772384416674444,1.3679911167697387,2.196788766014652,0.18601971864700317,-0.9795054197311401,-0.07723911851644516,-1.7126222848892212,-3.098343849182129,0.37842896580696106,0.028366267681121826,-0.9300862550735474,-0.04290860891342163 +538,1.0445698943140271,1.394180230020721,2.0815390179157873,0.15192900598049164,-0.9844439029693604,-0.08824935555458069,1.3297793865203857,-1.6498479843139648,-0.18277698755264282,0.31598174571990967,0.14694994688034058,0.3292771577835083 +539,1.850367263227473,1.3802028090858232,1.2241093572732091,0.18208648264408112,-0.9818919897079468,0.05227517709136009,1.8243681192398071,3.1717488765716553,-0.8889219760894775,-0.18086577951908112,0.7737773656845093,0.04995870590209961 +540,2.3586991355754647,1.3149132692353873,1.013899442078278,0.17851969599723816,-0.9674401879310608,0.17941619455814362,-0.16245418787002563,0.5525606870651245,0.19739937782287598,-0.21881817281246185,0.15686285495758057,-0.3891634941101074 +541,2.5466825546498058,1.3631884199388806,0.88831057782509,0.11551671475172043,-0.978526771068573,0.17070835828781128,-0.6321023106575012,1.4411824941635132,-0.15063174068927765,0.4855727553367615,-0.269794762134552,-0.49305033683776855 +542,1.8108882733634402,1.4380388703792886,1.6236962326393507,0.12857113778591156,-0.9912006855010986,0.031476035714149475,-0.9877433180809021,-0.16059470176696777,-0.09292405843734741,-0.22450314462184906,-0.24598193168640137,0.23186016082763672 +543,1.55904373049323,1.4224956070305643,1.8679405533261493,0.14774735271930695,-0.9890235662460327,-0.001736495061777532,-0.37760260701179504,-0.6603060960769653,0.33940616250038147,-0.15742143988609314,0.287836492061615,0.07932746410369873 +544,0.9335955660039758,1.439786616845236,2.43290940760274,0.10500013083219528,-0.9914305210113525,-0.07772129029035568,-0.5559951066970825,-0.975483775138855,0.31228604912757874,-0.08667432516813278,0.82442307472229,-0.02872401475906372 +545,1.0312655604686658,1.4591027438963027,2.2377219981954153,0.09562850743532181,-0.9937687516212463,-0.05726158246397972,1.468930721282959,-1.2830207347869873,-0.5756708383560181,0.2467024326324463,-0.13519853353500366,-0.04745948314666748 +546,1.6249005378463697,1.4209005838594437,1.76413180311015,0.14911694824695587,-0.9887866377830505,0.008075735531747341,-0.9577406644821167,-1.3156132698059082,-0.4873405992984772,0.10976369678974152,-0.21595585346221924,-1.1986122131347656 +547,1.022648387033184,1.3947555732846557,2.143868907473926,0.14947400987148285,-0.9845448136329651,-0.0912628322839737,0.4347420632839203,-1.8106402158737183,0.09316335618495941,0.06013596057891846,-0.29699504375457764,0.5156402587890625 +548,1.2601449290498874,1.4237483004661715,1.6981802343720613,0.13950671255588531,-0.989207923412323,-0.04478805512189865,1.067946195602417,-0.5563169121742249,-0.2965910732746124,-0.005092024803161621,0.6093249320983887,0.13544052839279175 +549,2.045847826878876,1.3516923379131482,1.1010110574254102,0.19328710436820984,-0.9760925769805908,0.09941475838422775,0.3055388331413269,2.905740976333618,-0.3589290976524353,-0.15584203600883484,0.7252686619758606,0.005275845527648926 +550,2.366856688036301,1.356700280477546,0.9786614286687786,0.1486247181892395,-0.9771688580513,0.151828333735466,-0.357247918844223,0.1270904242992401,1.0612589120864868,0.2171589732170105,-0.867466151714325,-0.21374845504760742 +551,2.4598920904375294,1.4084995485860494,0.9883438340003963,0.10181694477796555,-0.9868587851524353,0.12547101080417633,-1.7623786926269531,-1.002893328666687,0.2859227657318115,0.19360846281051636,-0.4234194755554199,0.6407033205032349 +552,1.6213896087511015,1.4698321337441735,1.7795720549857008,0.10066386312246323,-0.9949074387550354,0.005097264889627695,-0.7022497653961182,-0.4993036389350891,-0.2566341459751129,-0.2625748813152313,-0.2887534499168396,0.09884560108184814 +553,0.9523493199859371,1.460535798018393,2.3750937244949126,0.08965659886598587,-0.9939274787902832,-0.06379668414592743,-0.4018140137195587,-0.547453761100769,0.09556873887777328,-0.019283056259155273,0.7391972541809082,0.09692353010177612 +554,0.7560357994529555,1.443409656419753,2.5376275435891533,0.08715612441301346,-0.9918972849845886,-0.09243074059486389,0.026239722967147827,0.07830353081226349,-0.1043706089258194,0.03828636556863785,0.7213132977485657,0.09085912257432938 +555,1.2735896863546494,1.4637404632190008,2.0112896821621673,0.10216773301362991,-0.9942749738693237,-0.03129175305366516,0.4074169993400574,0.3819938600063324,-0.46668723225593567,0.2956594228744507,-1.1897308826446533,-0.34216707944869995 +556,1.0334463374772778,1.4007355524789054,2.1752896937861994,0.1453908532857895,-0.98557448387146,-0.08662869036197662,-0.9070042371749878,-2.9533944129943848,0.04305484518408775,-0.09314475953578949,-1.14571213722229,0.7543227672576904 +557,0.9956216789934434,1.4232061203253072,1.998876889761296,0.1233929917216301,-0.9891283512115479,-0.07999487966299057,0.8648900985717773,-2.701517105102539,-0.34531494975090027,0.2616167664527893,0.019584953784942627,0.06728429347276688 +558,1.8303881289420203,1.3834771153344754,1.1121452262232017,0.17998656630516052,-0.9825069904327393,0.04780164361000061,1.3191157579421997,3.035336494445801,-0.9652296900749207,-0.12812194228172302,0.5919888019561768,-0.04743540287017822 +559,2.1425971083170268,1.339675641485203,1.0840004753750083,0.19263027608394623,-0.9734103083610535,0.12395991384983063,-0.5296226143836975,2.119614601135254,0.04399597644805908,-0.2684969902038574,0.38715237379074097,-0.14443719387054443 +560,2.490385129733172,1.3759208803011653,0.8410460232046331,0.11737729609012604,-0.9810717701911926,0.15401591360569,-0.007479415275156498,2.386838436126709,0.06739543378353119,0.5327539443969727,-0.39112067222595215,-0.5557645559310913 +561,1.6601626609737716,1.4491952561817043,1.6517891574276535,0.1208171620965004,-0.9926156997680664,0.01082582212984562,-1.1903802156448364,-0.4507281482219696,-0.17957498133182526,-0.2707653045654297,-0.2524556517601013,0.2008746862411499 +562,1.2732411495434173,1.4374420282486866,1.9660950616409887,0.12711647152900696,-0.9911214709281921,-0.038981471210718155,-0.40806618332862854,-0.5067709684371948,0.499014288187027,-0.17318277060985565,0.4069693088531494,0.15330028533935547 +563,0.8046039293371462,1.4407613216508806,2.414540954062677,0.09343408048152924,-0.9915573596954346,-0.08991234004497528,-0.2924598157405853,-0.09123682230710983,0.10139676928520203,-0.052769407629966736,0.7441360950469971,0.0652083158493042 +564,1.3656052673692756,1.4529009854314756,1.8107154704627408,0.11515592038631439,-0.9930583834648132,-0.023966265842318535,1.7070486545562744,0.2861538827419281,-0.06010393798351288,0.2719748318195343,-0.4142903685569763,-0.03210980072617531 +565,1.778029701759593,1.4111259486047627,1.5389610839156096,0.1555909812450409,-0.9872797727584839,0.03271328657865524,-1.067238450050354,-2.277829647064209,-0.9011642336845398,-0.028836220502853394,-0.1251469850540161,-0.4957411289215088 +566,1.21038567330581,1.401699199537226,1.8914595968450707,0.157479926943779,-0.985737144947052,-0.05934973806142807,0.2666897475719452,-2.3276867866516113,0.08491716533899307,0.026235878467559814,-0.271129310131073,0.42699503898620605 +567,1.4912302701826536,1.40042874381651,1.4252771837638105,0.1690085530281067,-0.9855225086212158,-0.013475793413817883,0.9349165558815002,0.27776187658309937,-0.35881316661834717,0.02612084150314331,0.5518677234649658,0.12845081090927124 +568,2.083567772898458,1.332499520509089,1.1456520746677403,0.2056896686553955,-0.9717414379119873,0.11580388993024826,-0.07004979252815247,3.4265005588531494,-0.35138919949531555,-0.2834484279155731,0.6643682718276978,-0.013997301459312439 +569,2.462179628240129,1.329341788087996,0.8751203512306207,0.1502450853586197,-0.9709911942481995,0.18601803481578827,0.3963172733783722,0.07157140970230103,0.9212802648544312,0.3113332986831665,-0.6315937042236328,-0.1196117252111435 +570,2.239435698190183,1.4242839924615522,1.226695820854689,0.11455231159925461,-0.9892862439155579,0.09050112962722778,-2.047071933746338,-0.2060421258211136,0.18056926131248474,0.027522273361682892,-0.5626240968704224,0.41401541233062744 +571,1.6368755850758505,1.439810311074444,1.807625051709028,0.13032568991184235,-0.9914335608482361,0.008624381385743618,-0.10705973953008652,-0.35546016693115234,-0.21137668192386627,-0.2675175070762634,0.03595888614654541,0.08823847770690918 +572,1.2365525038325775,1.4716242573650289,2.165773762772774,0.09353064000606537,-0.9950864911079407,-0.032480716705322266,-0.6218255758285522,-0.7556542158126831,0.48307526111602783,-0.13649939000606537,0.7168272137641907,-0.013127803802490234 +573,0.8431676231281486,1.4695526316032672,2.5190231181676372,0.0754752829670906,-0.9948792457580566,-0.06722252070903778,0.3470042645931244,0.21201469004154205,-0.34187501668930054,0.12208026647567749,0.5132660865783691,0.057792603969573975 +574,1.779338722420295,1.4472052058229572,1.6435174872336238,0.12060641497373581,-0.9923723340034485,0.025522619485855103,-0.7230564951896667,2.9496512413024902,-0.49683716893196106,0.4093008041381836,-0.484968364238739,-0.7801765203475952 +575,1.1344089570560847,1.4260701305099068,2.1797820288656515,0.13070636987686157,-0.9895454049110413,-0.0609581433236599,-0.48331218957901,-1.3400874137878418,0.5651059150695801,-0.3079524636268616,-0.5733819603919983,0.7076561450958252 +576,1.3062277451818252,1.4374308986870223,1.8283932351568872,0.12834374606609344,-0.9911199808120728,-0.03477081283926964,1.027895212173462,-1.1536078453063965,-0.5616639852523804,0.27537328004837036,0.24368351697921753,0.11544400453567505 +577,2.034910907707867,1.3642092628529165,1.1871558370005568,0.18342316150665283,-0.9787366986274719,0.0918186753988266,0.9636935591697693,2.8535687923431396,-0.6261582970619202,-0.13371001183986664,0.6545483469963074,-0.1193760558962822 +578,2.359786147916674,1.326078721443503,1.1260487427557788,0.17070327699184418,-0.9702057838439941,0.17193391919136047,-0.052729055285453796,1.2690160274505615,0.4440324008464813,-0.14563307166099548,-0.11567068099975586,-0.3813760280609131 +579,2.462529236166103,1.3906484816969755,1.120196961970252,0.11253318190574646,-0.9838172197341919,0.13942670822143555,-0.35141074657440186,0.08018901944160461,0.026740707457065582,0.36445656418800354,-0.5912864804267883,-0.15666915476322174 +580,1.746476095830814,1.4618694321671488,1.7819641593568136,0.10703905671834946,-0.9940733313560486,0.019000472500920296,-0.21103310585021973,-0.367051899433136,-0.26175135374069214,-0.32668930292129517,-0.3617005944252014,0.17203950881958008 +581,1.6914053349553548,1.4421149471623451,1.841497504926178,0.12739357352256775,-0.9917319416999817,0.015439750626683235,-0.1716146618127823,0.12977701425552368,0.2262716144323349,-0.13949382305145264,0.6090263724327087,-0.017057182267308235 +582,1.4558528448206376,1.466613078723038,2.0723077475017946,0.10330989211797714,-0.9945778250694275,-0.01192737277597189,-0.13730880618095398,-0.07302166521549225,0.11291369050741196,-0.05558037757873535,0.6228126287460327,-0.006093265488743782 +583,1.7084051806594476,1.4665440577901225,1.747716309391462,0.10308012366294861,-0.9945706725120544,0.014274955727159977,0.13564296066761017,-1.672747254371643,-0.5868468284606934,0.2715078890323639,-0.9607973694801331,-0.2383655309677124 +584,1.2372119499036391,1.4039739510875386,2.1844156766465295,0.15689617395401,-0.9861173629760742,-0.0543699711561203,-2.2015514373779297,-2.432081937789917,0.12222091853618622,-0.006124094128608704,-1.0848817825317383,0.2411375641822815 +585,1.1365170125422104,1.4209028605171985,2.120026361130755,0.13547085225582123,-0.9887869954109192,-0.06283281743526459,0.7454213500022888,-2.1159000396728516,-0.33684617280960083,0.24416781961917877,0.1960929036140442,0.231320321559906 +586,1.8067745834650206,1.3908069089198636,1.3865863513038639,0.17405706644058228,-0.983845591545105,0.04185346141457558,1.6262279748916626,2.7446799278259277,-0.9493099451065063,-0.26275643706321716,0.7620745301246643,0.03973519057035446 +587,2.3543829759251396,1.307408717848051,1.1366002735122556,0.1844303458929062,-0.9655135273933411,0.18376335501670837,-0.033251915127038956,1.0006221532821655,0.20065142214298248,-0.2621891498565674,0.13703763484954834,-0.33487117290496826 +588,2.492740933340073,1.3503740448786625,1.0571486283570748,0.1321190744638443,-0.9758052229881287,0.17420899868011475,-0.6832432746887207,1.3466660976409912,-0.028188245370984077,0.4661475419998169,-0.40665632486343384,-0.40905702114105225 +589,1.7870983436716477,1.4359357666404307,1.7421889879719712,0.13131999969482422,-0.9909200668334961,0.028856217861175537,-1.128073811531067,-0.2338278889656067,0.044936403632164,-0.24985025823116302,-0.18493759632110596,0.2944316864013672 +590,1.5880206274530317,1.4321305050891338,1.949790817732659,0.13820242881774902,-0.9904012680053711,0.0023806754034012556,-0.28377673029899597,-0.13057725131511688,0.4664822220802307,-0.15495654940605164,0.38943374156951904,0.0636594295501709 +591,1.136098874082946,1.449817323920169,2.377920352715464,0.10946106910705566,-0.9926909804344177,-0.050824835896492004,-0.36469966173171997,-0.4608406722545624,-0.03302302584052086,-0.058695077896118164,0.688278079032898,-0.010805368423461914 +592,1.276145267725341,1.4521017621093666,2.2287386468777233,0.113311767578125,-0.9929640889167786,-0.03438843414187431,0.8038184642791748,-0.5686432719230652,0.10727787017822266,0.1308898776769638,-0.17506557703018188,-0.10185730457305908 +593,1.717322762648593,1.395036419002009,1.8153933003458855,0.1729835718870163,-0.98459392786026,0.025529636070132256,-1.0618648529052734,-0.5387359261512756,-0.5236269235610962,-0.014383718371391296,-0.44056177139282227,-0.4960496425628662 +594,0.9991132775807041,1.392076134878484,2.3833936655150674,0.14950352907180786,-0.9840720295906067,-0.0961824432015419,0.9182141423225403,-1.403895378112793,-0.12617117166519165,0.11932581663131714,-0.18127226829528809,0.5617128610610962 +595,1.4411703836676288,1.4145109389250397,1.8039246802530666,0.15434379875659943,-0.9878122806549072,-0.02011977694928646,0.9080350995063782,0.08659018576145172,-0.05464295297861099,-0.02697870135307312,0.6096537709236145,0.08605301380157471 +596,2.1701718159424375,1.3451071218374053,1.3037255853212828,0.1847715973854065,-0.9746401309967041,0.12623971700668335,0.7756299376487732,2.5726184844970703,-0.2955041825771332,-0.1955595463514328,0.7256775498390198,-0.14293275773525238 +597,2.427157986702624,1.3640271211638553,1.152746331509406,0.13451005518436432,-0.9786993265151978,0.15509608387947083,-0.37374770641326904,0.7220938801765442,0.4139638841152191,0.5138664245605469,-1.1537622213363647,-0.217077374458313 +598,2.0823457759613375,1.4276363175050213,1.5556732832648614,0.12440741807222366,-0.9897701144218445,0.069841668009758,-1.7496085166931152,-0.5470715761184692,0.1591000258922577,0.049954742193222046,-0.5193393230438232,0.5596597194671631 +599,1.7179948515240793,1.437308676534493,1.8896001167019516,0.13165344297885895,-0.9911037683486938,0.019520383328199387,0.1603974550962448,-0.5279215574264526,-0.1942068338394165,-0.28837645053863525,0.0944514274597168,0.06606614589691162 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/TEST/running/q9.csv b/BoostRunClub/CoreML/DataSet/TEST/running/q9.csv new file mode 100644 index 0000000..a0c64a7 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/TEST/running/q9.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,1.6501617805187343,1.4584528563547683,1.911167960351038,0.1117556020617485,-0.9936960935592651,0.008888203650712967,-0.33112087845802307,-0.5751316547393799,0.2356230914592743,-0.07022115588188171,0.7776010036468506,-0.03755950927734375 +1,-0.10362354155677535,0.41416936806154653,0.07631624628631865,-0.09469258785247803,-0.4024296700954437,-0.9105403423309326,-0.3764123022556305,-0.2963537573814392,0.09308913350105286,-0.19844400882720947,0.07181748747825623,0.016192197799682617 +2,-0.10557933839449912,0.3803318244236703,0.10519163284816549,-0.09785276651382446,-0.3712286055088043,-0.9233710765838623,0.09316392987966537,-0.0007089688442647457,0.05332067236304283,-0.03337281942367554,0.005277067422866821,0.3549201488494873 +3,-0.11123644348139781,0.39233840275897236,0.10477631778353341,-0.10257258266210556,-0.3823501765727997,-0.9183067083358765,-0.0061806319281458855,-0.04065090790390968,-0.009113886393606663,0.05485835671424866,-0.07394865155220032,0.22918927669525146 +4,-0.0905140651677202,0.3929349677703822,0.1123716643345986,-0.08350179344415665,-0.3829013407230377,-0.920007586479187,0.019113682210445404,0.5732934474945068,-0.047662172466516495,-0.04197123646736145,-0.1696498990058899,-0.2279568910598755 +5,-0.05125255466268403,0.42661084448360614,0.12632646180673254,-0.04663853719830513,-0.4137877821922302,-0.9091778993606567,-0.1891402006149292,-0.44315749406814575,-0.08459671586751938,-0.13117213547229767,-0.03814700245857239,-0.549333393573761 +6,-0.031314982870741075,0.4412858764151587,0.1257859608990821,-0.02831047959625721,-0.4271025061607361,-0.9037598967552185,0.4084509313106537,-1.226056694984436,0.38676267862319946,0.12663811445236206,0.010110318660736084,-0.0676451325416565 +7,-0.11324510952669876,0.42848455144392655,0.15587535716963202,-0.1027873232960701,-0.41549283266067505,-0.9037701487541199,-0.49968498945236206,0.5430243611335754,0.22336336970329285,0.0477641299366951,0.08868008852005005,0.2853314280509949 +8,-0.12624438204676414,0.4828213309303637,0.19388092089184078,-0.11151643097400665,-0.46427983045578003,-0.8786399960517883,1.78754723072052,-0.35684072971343994,0.11179415136575699,-0.03418973833322525,0.18763798475265503,0.2354668378829956 +9,-0.1865400684774153,0.602037900017568,0.19617668860238277,-0.1528531014919281,-0.5663232803344727,-0.8098851442337036,0.06201246380805969,0.4485529661178589,0.2265852689743042,0.1147214025259018,0.028161048889160156,0.1334019899368286 +10,-0.1435294399754541,0.5130633320392843,0.18277760503114507,-0.12462039291858673,-0.49084845185279846,-0.8622862100601196,-1.1990196704864502,0.06272470951080322,-0.34723278880119324,-0.16210749745368958,-0.11343005299568176,-0.5242646336555481 +11,-0.0779040618032142,0.41289236248916306,0.16725026953156458,-0.07128516584634781,-0.4012603163719177,-0.9131859540939331,-0.21889357268810272,-0.399511456489563,0.3133234977722168,-0.1569863259792328,0.054656922817230225,-0.1104651689529419 +12,-0.13126340337752934,0.3986879995661015,0.20005341156959636,-0.12062148004770279,-0.38820958137512207,-0.9136431217193604,0.10036679357290268,0.8310707807540894,0.3732096552848816,-0.020247653126716614,0.08332371711730957,0.3709338307380676 +13,0.001838169277015743,0.3980111777427486,0.247641349464745,0.0016944853123277426,-0.38758575916290283,-0.9218320846557617,-0.4549683630466461,2.8075666427612305,0.7167850732803345,0.2169792205095291,-0.12321749329566956,0.4135618209838867 +14,0.09624102295045353,0.397884011819762,0.36813587113912055,0.08858605474233627,-0.38746851682662964,-0.9176168441772461,0.6269107460975647,0.05877066031098366,1.7030802965164185,0.19039037823677063,-0.26341038942337036,-0.3224496841430664 +15,0.05805818319747666,0.45698998117572187,0.5515124704636523,0.052071262151002884,-0.44124895334243774,-0.8958727121353149,0.15783342719078064,1.40127694606781,1.5219677686691284,0.09909755736589432,-0.03642740845680237,-0.5675824880599976 +16,0.10985798414383469,0.40978660145278983,0.7202070042378791,0.10055983066558838,-0.39841359853744507,-0.9116766452789307,-0.3724324703216553,-0.14992736279964447,1.2993272542953491,0.15397202968597412,0.16008657217025757,0.24520325660705566 +17,0.044185514290710215,0.35329510983576895,0.8122114226807055,0.041443027555942535,-0.3459912836551666,-0.9373220205307007,-0.7114127278327942,0.03768378123641014,0.6123512983322144,0.032653652131557465,0.09464851021766663,0.3549703359603882 +18,-0.001119763649232638,0.2796878946886832,0.8791184453511868,-0.0010762512683868408,-0.2760556936264038,-0.961141049861908,-0.3479510247707367,-0.6222034096717834,0.555017352104187,-0.18122050166130066,0.07465493679046631,0.49835723638534546 +19,0.06551879632736304,0.2927147047638335,0.903717238943984,0.06268702447414398,-0.28855252265930176,-0.9554097652435303,0.8056802749633789,0.9690936803817749,0.7486624121665955,0.013545885682106018,-0.19544100761413574,-0.4711954593658447 +20,0.2609612808584559,0.29533001319606994,0.89774567393808,0.24683918058872223,-0.2910555899143219,-0.9243143796920776,0.1699080914258957,2.299509286880493,-1.752834439277649,0.27217328548431396,0.1080569326877594,-0.49768269062042236 +21,0.6415974539357049,0.3352888830789992,0.5292310889613427,0.5651500225067139,-0.329041987657547,-0.7565294504165649,4.061462879180908,2.8740968704223633,-4.113181114196777,0.27789807319641113,0.3374495804309845,0.11595022678375244 +22,1.0898333707752537,0.3216606835554593,-0.15178790557374175,0.8410802483558655,-0.3161424994468689,-0.4389054477214813,4.1457648277282715,1.9389938116073608,-5.045172214508057,0.06564277410507202,0.5458788275718689,0.35084694623947144 +23,1.2246552984437693,-0.058776517663163615,-0.6371347511523132,0.9390645027160645,0.05874267965555191,-0.3386843800544739,1.8907744884490967,0.024540960788726807,-5.299144268035889,0.33608192205429077,-0.060360122472047806,-0.19905057549476624 +24,1.1671772665089568,-0.3913255054849505,-0.780799106468497,0.8501244783401489,0.3814140558242798,-0.36305904388427734,-1.428717851638794,-0.966812252998352,-1.7868250608444214,0.8591957092285156,-0.6709190011024475,-0.5040521621704102 +25,1.0525062998713888,-0.4576155443686713,-0.7809513021151643,0.7792890667915344,0.4418102502822876,-0.44442346692085266,1.9316132068634033,-0.5134442448616028,0.32490143179893494,0.5513994097709656,-0.3225780725479126,0.06490689516067505 +26,1.0207170058476023,-0.26059166260108213,-0.8989011427847371,0.8237012028694153,0.25765228271484375,-0.5051054358482361,1.5280230045318604,-0.6356344819068909,1.9184527397155762,0.043837130069732666,-0.10965731739997864,0.013268887996673584 +27,0.9949625360503851,-0.04071245708136223,-0.8872202010037631,0.8380435705184937,0.040701210498809814,-0.5440831184387207,1.0576142072677612,1.4536528587341309,2.18751859664917,-0.5708774328231812,-0.14613944292068481,0.7705693244934082 +28,1.0896461810892784,0.17500847389784346,-0.6601412593875801,0.8729224801063538,-0.17411647737026215,-0.45572978258132935,-2.751012086868286,1.356503963470459,3.508216142654419,-0.04269188642501831,-0.10783539712429047,0.22950303554534912 +29,1.116020601300864,0.308975914825362,-0.27871184061307286,0.8558180928230286,-0.3040831983089447,-0.41845980286598206,-2.6483101844787598,0.6955049633979797,2.307856798171997,0.3671279549598694,0.10547485947608948,-0.22842127084732056 +30,1.1487026325517775,0.3102134935076625,-0.1993458875262624,0.8686907887458801,-0.3052619397640228,-0.39011698961257935,1.1622556447982788,-0.099410280585289,-0.206880122423172,0.22649341821670532,-0.09905016422271729,-0.5977369546890259 +31,1.2416933974207944,0.33017010862332374,-0.35379011975223407,0.8952186703681946,-0.3242039680480957,-0.3057376444339752,1.5875152349472046,0.7970118522644043,0.07248062640428543,-0.2547615170478821,0.2104039192199707,0.17478668689727783 +32,1.3436720711468502,0.44172286503234365,-0.4212751064664305,0.8807995915412903,-0.42749759554862976,-0.2035633623600006,0.5136032104492188,0.1808299571275711,1.0969585180282593,-0.7114574909210205,0.447211891412735,0.09333381056785583 +33,1.4559136188538804,0.6382458455620532,-0.49846586258612396,0.7978480458259583,-0.595787525177002,-0.09206432104110718,2.5887207984924316,2.157785415649414,2.959557056427002,0.22993826866149902,-0.12441205978393555,-0.1827617883682251 +34,1.4985308987126336,0.7388726747175204,-0.5417433148124169,0.7372989654541016,-0.673454999923706,-0.053374167531728745,0.4075583219528198,1.257887601852417,0.6335288882255554,0.45934104919433594,-0.41336750984191895,0.06280410289764404 +35,1.5763445653836783,0.8059460382392737,-0.5482341044236817,0.6924184560775757,-0.7214860320091248,0.0038417421746999025,-0.3747539222240448,-0.12260126322507858,0.4547420144081116,0.21068823337554932,0.39984601736068726,-0.06905782222747803 +36,1.6130328475776754,0.8277878626526585,-0.5747781526898853,0.6759032011032104,-0.736436665058136,0.02856478840112686,0.5012354850769043,0.4283007085323334,0.037742890417575836,-0.35632312297821045,0.544877827167511,-0.05358922481536865 +37,1.6493204494487348,0.8279466705147398,-0.5963646250801068,0.674305260181427,-0.7365440726280212,0.05305832624435425,0.26484066247940063,0.2001439332962036,0.14456485211849213,-0.4367412328720093,0.34794849157333374,-0.05939078330993652 +38,1.5629214183911995,0.9232498425043074,-0.5475276269196729,0.6032127737998962,-0.7975662350654602,-0.004750343505293131,-1.342655897140503,-1.6902506351470947,2.261528253555298,0.41732555627822876,-0.9082595705986023,0.2431994080543518 +39,1.2704789207598834,1.1071125013948695,-0.2925453133645031,0.4272284507751465,-0.8944109678268433,-0.13230584561824799,-0.04906280338764191,-0.030646897852420807,1.4345455169677734,0.19616937637329102,-0.44418150186538696,-0.4329407215118408 +40,1.2110574682943318,1.2690044417835822,-0.21465272638230382,0.2782050371170044,-0.9548054337501526,-0.10463423281908035,1.1642190217971802,0.613131046295166,0.6763409376144409,0.14911732077598572,0.5196859240531921,-0.15171334147453308 +41,1.3898577692342466,1.3029692353159217,-0.4828051027064372,0.2603163719177246,-0.9643481969833374,-0.04762210324406624,-1.1109668016433716,-1.685861587524414,0.47944018244743347,-0.1389327049255371,0.6907276511192322,0.039260271936655045 +42,0.8817044408005061,1.3367938240838708,0.0002312236603791259,0.17896464467048645,-0.9727461338043213,-0.14743295311927795,0.13007695972919464,0.18685945868492126,-1.3474656343460083,0.11023519933223724,0.34339749813079834,0.11972297728061676 +43,0.9304083191184973,1.2468201804181707,-0.0995122261864014,0.25526419281959534,-0.9479771256446838,-0.19020937383174896,-0.30038654804229736,-0.5168901085853577,-0.22670665383338928,-0.19799795746803284,-0.07059276103973389,0.34296512603759766 +44,1.087047755958355,1.305069337412535,-0.2312848429503632,0.2324785739183426,-0.964901864528656,-0.12214069813489914,1.0497347116470337,1.339156985282898,0.08727080374956131,-0.1706804633140564,-0.48077690601348877,-0.20775431394577026 +45,1.3601186066929876,1.3718985026187915,-0.37230376317695724,0.1932201087474823,-0.9802849292755127,-0.0413203239440918,-0.24659401178359985,0.9352437853813171,0.5346869230270386,0.5288105607032776,0.25367671251296997,-0.1812291145324707 +46,1.247750828368512,1.3622717929294854,-0.16421480950248313,0.1963084191083908,-0.9783374071121216,-0.06571871042251587,-0.41726070642471313,1.8119789361953735,0.09051267057657242,-0.18364357948303223,0.5913897752761841,0.11851412057876587 +47,1.335192941990371,1.3448030225237584,-0.18404856252079707,0.2178843766450882,-0.9745720028877258,-0.052305709570646286,-0.21459713578224182,-0.7501000165939331,-0.46609172224998474,-0.11513164639472961,0.515557050704956,-0.1251235008239746 +48,0.9472051079457277,1.298943830429736,0.18787696480681856,0.21797795593738556,-0.963275134563446,-0.156801238656044,-0.8280203342437744,-0.675203800201416,0.4860164225101471,-0.17929694056510925,-0.7740753293037415,0.3493518829345703 +49,1.3927529034534791,1.409410973565041,-0.2818168579164372,0.15814611315727234,-0.9870056509971619,-0.028458217158913612,2.105668783187866,0.11021295189857483,0.38060590624809265,0.09441736340522766,-0.6713653802871704,-0.42320191860198975 +50,1.3565263396270384,1.4050725482948037,-0.3227947563072767,0.16119346022605896,-0.9862992167472839,-0.03507739305496216,-0.8677589893341064,-1.0808236598968506,0.0161152221262455,-0.01827968657016754,0.3012406826019287,-0.16571295261383057 +51,0.8990247809870225,1.3705422857325342,0.04857156604272357,0.15569773316383362,-0.9800160527229309,-0.12380176782608032,-0.7183510065078735,-1.0684988498687744,-0.15839676558971405,-0.029492273926734924,0.6523029804229736,0.10527758300304413 +52,0.7523958105991068,1.2933419663350436,0.160072650288387,0.18718595802783966,-0.9617558121681213,-0.19996757805347443,-0.347819447517395,-0.21808139979839325,-1.1037505865097046,0.042214661836624146,0.06101429462432861,0.31640738248825073 +53,1.0393189655253723,1.3208687958026044,-0.10701951977013158,0.21321678161621094,-0.9689303636550903,-0.12535084784030914,-0.25754472613334656,-0.02555147558450699,0.13112382590770721,-0.03957170248031616,-0.8220396041870117,-0.009063854813575745 +54,1.144885292741873,1.367642894992243,-0.09734809919707232,0.1837342530488968,-0.9794352054595947,-0.08335679024457932,0.5343963503837585,1.5913368463516235,1.0707341432571411,0.6000639200210571,-0.1827656626701355,-0.6185933351516724 +55,1.525578609826081,1.3987456132440392,-0.41643160584619154,0.17102792859077454,-0.9852357506752014,-0.0077387671917676926,0.8307039141654968,-0.15716321766376495,-1.0490163564682007,0.03742234408855438,0.6875520944595337,-0.006421386264264584 +56,1.820297184358973,1.3462431523232667,-0.7944532244732728,0.2157762497663498,-0.9748936891555786,0.054982010275125504,0.4961470067501068,-1.648700475692749,0.16326886415481567,-0.1629197895526886,0.8492528200149536,-0.15947413444519043 +57,1.4859845804116913,1.3656775648752808,-0.6101614154592098,0.20295196771621704,-0.979036808013916,-0.017254101112484932,-1.2468241453170776,-0.18434390425682068,0.02445881813764572,-0.28576135635375977,-1.0415016412734985,0.739269495010376 +58,1.3522714887913658,1.4418607618915071,-0.42572215883124737,0.1255209743976593,-0.9916993379592896,-0.027874570339918137,1.6218477487564087,1.3616852760314941,0.2694624066352844,0.2082955241203308,-0.39256274700164795,0.24322187900543213 +59,2.2112436780292914,1.4263864069583767,-1.2048168103047892,0.11539020389318466,-0.9895910024642944,0.08599332720041275,-0.7051064372062683,-0.4361991286277771,-0.0395626425743103,0.16912516951560974,-0.08322393894195557,-0.8322091102600098 +60,1.4951927591999015,1.4529064199893953,-0.49917598411939634,0.11728089302778244,-0.9930590391159058,-0.008883786387741566,-1.3638787269592285,-0.7066829800605774,0.13435299694538116,0.06384094804525375,0.48860353231430054,-0.1260954737663269 +61,0.5983330741415356,1.3586118825782598,0.24823636095904866,0.11862141638994217,-0.9775732159614563,-0.17401015758514404,-1.0418450832366943,0.5161677002906799,-0.5535593032836914,-0.13493306934833527,0.9245032072067261,0.658598780632019 +62,1.0158588907310708,1.3319823286843064,-0.15584702729681665,0.20105186104774475,-0.971619188785553,-0.12463593482971191,1.442732334136963,0.1757354438304901,-0.3785689175128937,0.0018595010042190552,-1.3699944019317627,0.18423676490783691 +63,1.1516089061077623,1.3420675741003871,-0.2136817782952627,0.20710845291614532,-0.9739554524421692,-0.09228716790676117,1.6727652549743652,1.8762553930282593,0.3465060591697693,-0.041016533970832825,-0.5001809000968933,-0.04520975798368454 +64,1.6705545608230088,1.3411708783762701,-0.5465499845942344,0.22648067772388458,-0.9737517237663269,0.022668559104204178,0.3003188371658325,1.0080410242080688,-0.619995653629303,0.23317506909370422,0.32291871309280396,-0.24093031883239746 +65,1.7634982623418989,1.3130307561009116,-0.6401481887578616,0.2502020299434662,-0.9669619798660278,0.04882021248340607,0.17012661695480347,-0.49045413732528687,0.003944632597267628,-0.08998477458953857,0.6399356722831726,-0.11122870445251465 +66,1.9024135832846985,1.3385041667168946,-0.8600241936298582,0.21766668558120728,-0.9731412529945374,0.07494979351758957,0.43330052495002747,-1.9319604635238647,0.7875247597694397,-0.19998174905776978,0.8123593330383301,-0.1879563331604004 +67,1.7019682051604277,1.3677097466418178,-0.7304407825629152,0.19996017217636108,-0.979448676109314,0.02638062834739685,-0.7981411814689636,0.4428071677684784,1.2307978868484497,0.12030652165412903,-1.6641974449157715,0.5306414365768433 +68,2.166310629453584,1.4180668014338795,-1.1853077472688556,0.12594765424728394,-0.9883595108985901,0.08533857017755508,2.479602575302124,1.8107738494873047,-0.1228233054280281,0.07386618852615356,-0.6771220564842224,-0.045558929443359375 +69,2.0713264596666643,1.4328366240103405,-1.076660491186663,0.12065335363149643,-0.9904986619949341,0.06599630415439606,-1.8453559875488281,-0.6666246056556702,0.06701041758060455,0.04556064307689667,0.32828229665756226,-0.33023273944854736 +70,1.0339818163833505,1.3849387012504846,-0.09699439156390455,0.15879720449447632,-0.9827781319618225,-0.09450145065784454,-1.3922297954559326,-1.2225539684295654,-0.8814130425453186,-0.026015236973762512,0.7896324396133423,0.05711741000413895 +71,0.9132840446224914,1.2602903477873018,-0.08679439215030894,0.24183979630470276,-0.9521790742874146,-0.18673090636730194,0.2607826888561249,-0.5502479672431946,-0.9366437792778015,-0.04503194987773895,0.24412554502487183,0.34197378158569336 +72,1.3632621342203832,1.3117771809805099,-0.5088269260118162,0.25063636898994446,-0.9666416645050049,-0.052775487303733826,-1.1018445491790771,0.46750926971435547,0.13509634137153625,-0.29168251156806946,-0.6623255610466003,0.439677357673645 +73,1.4029679775553772,1.3299959654270124,-0.4354941781857732,0.23512932658195496,-0.9711474180221558,-0.039836082607507706,0.7250997424125671,2.4103140830993652,-0.07394398003816605,0.34354496002197266,-0.27480900287628174,-0.6682480573654175 +74,1.6550067723779334,1.3867576587535297,-0.5437315723924819,0.18235240876674652,-0.983112633228302,0.015392379835247993,-0.13531582057476044,0.20283254981040955,-0.400674968957901,0.2020927369594574,0.642399251461029,-0.09405136108398438 +75,1.7712133858547896,1.36669890855592,-0.6778792704999883,0.19862639904022217,-0.9792443513870239,0.0403498150408268,0.7493451833724976,-0.603267252445221,0.49241209030151367,-0.17349514365196228,0.7139855623245239,-0.11610972881317139 +76,1.7336655544296462,1.3281443026262683,-0.7859762939052508,0.23709796369075775,-0.9707041382789612,0.03896107152104378,-0.6017786860466003,-1.1332725286483765,0.0856044739484787,-0.13205648958683014,-0.843596339225769,0.3974097967147827 +77,1.3865972647904508,1.4055377748695066,-0.46236893375851584,0.1617242991924286,-0.9863758683204651,-0.030131012201309204,1.4823055267333984,0.27048271894454956,0.385317862033844,0.1988866627216339,-0.3730906844139099,0.3769022822380066 +78,2.280271332786011,1.3855065798106727,-1.3568022150304264,0.13977690041065216,-0.9828829169273376,0.1200147196650505,-0.7315500378608704,-0.5673590302467346,-0.014149783179163933,0.20864228904247284,-0.2784848213195801,-0.6790966987609863 +79,1.833265611434074,1.4187049335508921,-1.0251634993965126,0.1463165134191513,-0.9884563684463501,0.03931046649813652,-0.914569616317749,-1.968408465385437,0.24068793654441833,0.0855560451745987,0.5354230403900146,-0.22522354125976562 +80,0.6803498550653339,1.3561004269916603,0.08794122486104529,0.134022518992424,-0.9770412445068359,-0.1656152456998825,-0.7408623099327087,0.3462235927581787,-0.22400586307048798,-0.2198837399482727,0.7727718353271484,0.3335992097854614 +81,0.9024928278168866,1.3780236553831542,-0.09990935084364064,0.1503669172525406,-0.9814768433570862,-0.11871416121721268,0.25179702043533325,0.7382290959358215,-0.2845926582813263,-0.2286139726638794,-0.8995808959007263,-0.029067277908325195 +82,1.050558332890452,1.4036269414021532,-0.16221138308546781,0.1443779468536377,-0.9860597252845764,-0.08271093666553497,1.359070897102356,0.28465762734413147,0.2823210656642914,0.02734445035457611,-0.6949857473373413,-0.3204110264778137 +83,1.472188665186497,1.4731378449943278,-0.4855986236432252,0.09702969342470169,-0.9952352046966553,-0.00959900300949812,0.11653196066617966,1.1031004190444946,1.1674455404281616,0.3142251968383789,0.09189963340759277,-0.03719973564147949 +84,-0.02990161375095882,1.5006300397317371,1.1761938568437749,-0.0020960706751793623,-0.9975393414497375,-0.07007802277803421,-1.3312709331512451,2.369011878967285,1.3809025287628174,-0.0014897584915161133,0.43943387269973755,-0.04025828838348389 +85,-0.30541022240760674,1.285399853037865,1.664331138560301,-0.08465404063463211,-0.9595500826835632,-0.26850926876068115,-2.538506269454956,1.9491431713104248,0.7641733288764954,0.11199775338172913,0.376908540725708,0.21405065059661865 +86,-0.348375012435302,1.1566437094648048,1.8894201407525495,-0.13737250864505768,-0.9154576659202576,-0.378240704536438,-0.4684860408306122,1.8543782234191895,2.18001127243042,-0.16038747131824493,-0.41465097665786743,0.16988196969032288 +87,-0.7817883475188215,0.8688611752399974,2.337095468559514,-0.4549252688884735,-0.7635940909385681,-0.45822155475616455,0.7618412375450134,-0.18134179711341858,1.3981190919876099,-0.4254152774810791,-0.04550313949584961,-0.8608702421188354 +88,-1.2050471569914385,0.9736128419884985,2.5523937406540473,-0.5251216888427734,-0.8269226551055908,-0.2011115700006485,1.5401736497879028,-6.197599411010742,-1.421028971672058,0.012197613716125488,-0.5830045938491821,-0.5156548023223877 +89,-1.1547961391941473,1.019170895380394,2.4103748355751495,-0.4793755114078522,-0.8516737818717957,-0.21178023517131805,-0.5594392418861389,-0.41754016280174255,-0.777734100818634,0.017095237970352173,0.7361495494842529,-0.34173232316970825 +90,-1.0994703315016832,1.0614866196142902,2.2486764775386376,-0.4344128668308258,-0.8730812668800354,-0.22139206528663635,-0.030181679874658585,-0.7160969376564026,-0.5102571249008179,-0.017705053091049194,0.48979586362838745,0.08851851522922516 +91,-1.0216318532590292,1.1061157658495555,2.088321708831006,-0.3822435438632965,-0.8939647674560547,-0.2339162975549698,0.4565693438053131,0.3611537218093872,-0.4176814556121826,-0.7198225259780884,-0.7204455733299255,0.1950674206018448 +92,-1.0139733194910552,1.1085129044389608,2.0905801661856604,-0.3786206841468811,-0.8950364589691162,-0.235703706741333,-0.13998398184776306,0.920033872127533,0.4505288302898407,-0.0694383978843689,-0.4204237461090088,-0.11123538017272949 +93,-0.7955202038713763,1.0247403480273645,2.172019148821546,-0.37091347575187683,-0.8545793890953064,-0.3634796738624573,-0.10136410593986511,1.0297847986221313,0.6156269907951355,0.48292818665504456,0.07334452867507935,-0.1949004828929901 +94,-0.7721148259542102,1.003587948115783,2.243109855230716,-0.37483423948287964,-0.8434041142463684,-0.38492700457572937,1.0537209510803223,0.6722351312637329,0.7393286824226379,0.14753931760787964,0.6378071904182434,0.05257534980773926 +95,-0.8957658920345513,0.9870027195365723,2.4238867316332064,-0.4303097128868103,-0.834377646446228,-0.3444521129131317,0.7025290727615356,-0.05638757348060608,0.7553619742393494,-0.15587186813354492,0.3491482734680176,0.4317629039287567 +96,-0.9946724897540649,0.9260885905459233,2.5143583818656174,-0.5039575099945068,-0.7992754578590393,-0.32739219069480896,0.13286052644252777,-0.09053122252225876,0.5857584476470947,-0.41372132301330566,-0.3285626769065857,-0.24890175461769104 +97,-0.9439471680358043,0.8687689202012279,2.4851295044998514,-0.5229935646057129,-0.7635345458984375,-0.37880420684814453,-0.5178992748260498,0.22081828117370605,-0.016352960839867592,-0.041215360164642334,-0.5071257948875427,-0.3452405631542206 +98,-0.8215255919041365,0.7954972838031789,2.48310927027701,-0.5124785900115967,-0.7142117619514465,-0.47672563791275024,-1.3351719379425049,1.1887691020965576,-0.3191746175289154,0.18180537223815918,0.30509310960769653,0.11808305978775024 +99,-0.7265739785618961,0.6724752406337432,2.276968960182913,-0.5196800231933594,-0.6229242086410522,-0.5847204923629761,-2.4979372024536133,-2.1141631603240967,-0.8247668147087097,0.4370231628417969,0.446837842464447,0.25572580099105835 +100,-0.6882148604338914,0.6439347173690587,2.186179009551332,-0.5079622268676758,-0.6003468036651611,-0.6177038550376892,-0.4602387547492981,1.340098261833191,0.052261970937252045,0.18383502960205078,0.07664990425109863,0.1618475317955017 +101,-0.6493132909122211,0.645670655368182,2.178481708751383,-0.4829234182834625,-0.6017342209815979,-0.6361610293388367,0.4512619376182556,0.16628405451774597,0.5930917263031006,-0.6696187257766724,-0.19601047039031982,-0.26664048433303833 +102,-0.4982389607725057,0.6065271095576551,2.2384054356218197,-0.39264124631881714,-0.5700174570083618,-0.7217429876327515,0.1104452982544899,4.554728031158447,0.5571396350860596,0.0009939074516296387,-0.3674520254135132,-0.31788408756256104 +103,-0.19377237054477356,0.6069517736733332,2.3085600724186315,-0.15816859900951385,-0.5703663229942322,-0.8060179352760315,-0.38620153069496155,1.9698845148086548,0.6393305063247681,0.41671353578567505,-0.09662586450576782,0.4810667634010315 +104,-0.03672836450039282,0.5640186440165269,2.4284353886581895,-0.031032662838697433,-0.5345867276191711,-0.8445436954498291,-0.3273968994617462,2.0919742584228516,0.48641616106033325,0.14272698760032654,0.40375787019729614,0.2371065616607666 +105,0.09983478822259365,0.5957909169223078,2.429582222527727,0.08249654620885849,-0.561163604259491,-0.8235834836959839,0.2345622330904007,0.351900577545166,0.32187706232070923,-0.0739668756723404,0.2830263376235962,0.3950556516647339 +106,0.14306784662702518,0.5806767295101601,2.5117927170907732,0.11921017616987228,-0.5485898852348328,-0.8275494575500488,-0.7082705497741699,0.8260314464569092,0.26337146759033203,-0.17949765920639038,-0.030252277851104736,-0.5123858451843262 +107,0.08323892841680235,0.5052059917852331,2.5620113001831184,0.07275620102882385,-0.4839877188205719,-0.8720449805259705,-1.055429220199585,-0.9900538921356201,0.5475900173187256,0.29906997084617615,-0.316564679145813,-0.03126007318496704 +108,0.020555981430390596,0.507207622224279,2.557982654125268,0.017966805025935173,-0.4857383072376251,-0.8739196062088013,0.6182575225830078,-0.4772246479988098,-1.0237618684768677,-0.14955860376358032,0.06230691075325012,0.20163261890411377 +109,-0.11287142394365526,0.6435247687111786,2.421641386713903,-0.09010393172502518,-0.6000189185142517,-0.794895350933075,1.3729000091552734,-3.3895606994628906,-1.1668472290039062,0.13949662446975708,0.4693426489830017,0.47949618101119995 +110,-0.2018746431600323,0.7226952484974928,2.3349509976690372,-0.15038485825061798,-0.6614086031913757,-0.734794557094574,0.09179701656103134,0.37583494186401367,-0.973921537399292,0.039453476667404175,-0.09101754426956177,0.10437768697738647 +111,-0.25176949880963895,0.7858887571954595,2.2048553321368543,-0.17606662213802338,-0.7074536085128784,-0.6844778656959534,0.19874513149261475,-1.4403280019760132,-0.7035854458808899,-0.6973311901092529,-0.21561157703399658,-0.10871976613998413 +112,-0.30225567808349457,0.784690163909697,2.199530096049805,-0.21063657104969025,-0.7066059708595276,-0.6755296587944031,0.7413536906242371,-0.6837285161018372,0.047648102045059204,0.17235225439071655,-0.2632426619529724,-0.4822309613227844 +113,-0.3922343337823804,0.8457725168692678,2.2291355447292545,-0.2534930109977722,-0.7484836578369141,-0.6127915978431702,0.39483553171157837,1.2106608152389526,0.23179058730602264,-0.06498843431472778,-0.14005088806152344,0.25091421604156494 +114,-0.23868778123511009,0.8387498906514831,2.2801584861148143,-0.15802672505378723,-0.7438081502914429,-0.6494435667991638,-0.0068815769627690315,0.869318425655365,0.5265012979507446,-0.021523430943489075,0.8220400214195251,0.3952474594116211 +115,-0.28696139019402467,0.7994035135460795,2.369323256281628,-0.19731636345386505,-0.7169404029846191,-0.6686274409294128,-0.5934732556343079,-0.10206902027130127,0.33024197816848755,-0.19053153693675995,0.17832046747207642,0.23471331596374512 +116,-0.3040517740036369,0.7903634677476087,2.3641106737116733,-0.21064592897891998,-0.7106090784072876,-0.6713144183158875,-0.07185586541891098,0.13292743265628815,-0.1470436304807663,-0.4780290126800537,-0.2745898962020874,-0.29908353090286255 +117,-0.38716674194582285,0.7674113798226422,2.361780164063906,-0.2717384397983551,-0.6942744851112366,-0.6664391756057739,-0.002777334302663803,-1.9798474311828613,0.7079733610153198,0.4292701482772827,-0.5451816320419312,-0.23247134685516357 +118,-0.43023746370442423,0.7671981413373888,2.3316993597513047,-0.3002432882785797,-0.6941210031509399,-0.6542552709579468,-0.08958118408918381,0.6576386094093323,-0.7487620711326599,0.2618369460105896,0.06989926099777222,0.006000936031341553 +119,-0.34581238897207156,0.7601727010525773,2.1522821891210935,-0.24565087258815765,-0.6890466213226318,-0.6818140745162964,-0.7554796934127808,-1.7847634553909302,-0.5687866806983948,-0.032028570771217346,0.30896544456481934,0.4045466184616089 +120,-0.3939072083012145,0.7510000449501175,2.0896900655894717,-0.2805599272251129,-0.682370126247406,-0.6750238537788391,0.12802739441394806,0.43993106484413147,-0.37255093455314636,-0.0347629189491272,0.15324115753173828,0.06189519166946411 +121,-0.34558887857126547,0.7201647994112788,2.159483193354674,-0.2546379864215851,-0.6595085859298706,-0.7072538137435913,-0.2903459966182709,0.5540757775306702,1.5965430736541748,-0.4768531322479248,-0.2533789873123169,-0.4477144479751587 +122,-0.3079732116562509,0.5880477930331488,2.2842760214329068,-0.25220999121665955,-0.5547378063201904,-0.7928783297538757,-1.3367938995361328,1.8501927852630615,0.8171530365943909,0.23399102687835693,-0.3450118899345398,-0.309492826461792 +123,-0.2228982120631275,0.45777171176191506,2.2883847922093716,-0.198296919465065,-0.44195035099983215,-0.8748475313186646,-1.311922311782837,1.297390341758728,0.23687851428985596,-0.0011812299489974976,-0.07568880915641785,0.6387483477592468 +124,-0.1473206836464023,0.3730020677898178,2.2987964214784133,-0.13669484853744507,-0.36441269516944885,-0.9211503267288208,-0.605714738368988,0.4603337347507477,0.07646255195140839,0.05121511220932007,0.31663745641708374,0.3551560640335083 +125,-0.08168240022638547,0.30312740821811807,2.268073453417638,-0.0778716430068016,-0.298506498336792,-0.9512254595756531,-0.5004075765609741,0.8153508305549622,-0.5226491093635559,-0.201638862490654,0.389601469039917,0.4771348834037781 +126,-0.0716231518739245,0.26481936398699446,2.2301161419219273,-0.06906726956367493,-0.2617349326610565,-0.962665319442749,-1.166320562362671,-0.5680015087127686,-0.1902262419462204,-0.3409669101238251,-0.1787557601928711,-0.2840844988822937 +127,-0.16170513887519364,0.09359170387149582,2.1840865307637842,-0.1602967083454132,-0.09345512837171555,-0.9826347827911377,-1.952034592628479,-0.8500803112983704,-0.3272577226161957,0.1527283638715744,0.30080682039260864,-0.6219336986541748 +128,-0.09815362434129472,-0.003305268811529123,2.2095569031465057,-0.0979955643415451,0.0033052628859877586,-0.9951813817024231,0.8403741717338562,0.41893547773361206,1.042986512184143,0.2706030011177063,0.37138956785202026,0.1256745457649231 +129,-0.1201177101210893,0.08037027690192233,2.2505886016224554,-0.11944226920604706,-0.08028378337621689,-0.9895898699760437,-0.21254386007785797,0.27378079295158386,-0.8021501302719116,-0.18271227180957794,-0.2918475568294525,0.9472467303276062 +130,-0.09651792556995757,0.06546421295223238,2.1598316212636015,-0.09616171568632126,-0.06541746109724045,-0.9932137131690979,-0.08603328466415405,-0.11095432937145233,-0.7442305684089661,0.13977134227752686,0.07408445328474045,0.3548012375831604 +131,-0.22723287364241282,0.02266880502537139,2.1587431669680917,-0.22522450983524323,-0.022666864097118378,-0.9740431904792786,-0.3833993375301361,-1.454167366027832,1.5593258142471313,-0.30770397186279297,0.03795617073774338,-0.6715103983879089 +132,-0.2719285390488976,-0.007570199415050466,2.287822058702269,-0.26858192682266235,0.00757012702524662,-0.9632270932197571,-0.1519416868686676,-0.05956020578742027,0.5867326259613037,0.25669533014297485,0.008817814290523529,-0.4002677798271179 +133,-0.23901858738389992,-0.03624894525154482,2.308188935305142,-0.23659370839595795,0.03624100610613823,-0.9709325432777405,0.07857656478881836,-0.052173953503370285,0.11616911739110947,0.04187630116939545,-0.27087539434432983,-0.22518867254257202 +134,-0.237673399985922,-0.025028826801845587,2.3667387705517697,-0.23536832630634308,0.025026213377714157,-0.9715839624404907,0.22376438975334167,-0.03843085840344429,0.610409140586853,0.03572234511375427,0.13541994988918304,0.627971351146698 +135,-0.24753118286166664,0.001133894703073124,2.369300362065496,-0.24501098692417145,-0.0011338944314047694,-0.9695196151733398,0.10980800539255142,-0.017817074432969093,-0.46757248044013977,-0.04148802161216736,0.05078599601984024,0.4767065644264221 +136,-0.24741237684024905,0.1866144842948007,2.142887315390537,-0.24064406752586365,-0.18553322553634644,-0.952716052532196,0.8974025845527649,-0.08874892443418503,-0.5447341203689575,0.014798730611801147,0.25738686323165894,0.07156676054000854 +137,-0.2445162179793326,0.20994364435168772,2.1372680592348203,-0.2367713749408722,-0.2084047794342041,-0.9489503502845764,1.1627511978149414,0.19587461650371552,-0.5831735134124756,0.097946897149086,0.014251947402954102,-0.3026975989341736 +138,0.09533818745042409,0.2666832217175848,0.17850963046297105,0.09182874858379364,-0.263533353805542,-0.960269570350647,-0.3180101215839386,-0.2503914535045624,-0.1914428174495697,-0.15452711284160614,0.258131742477417,-0.12884175777435303 +139,0.08298753781277099,0.2854074058049022,0.1438171458709961,0.07953907549381256,-0.281548410654068,-0.9562447667121887,0.16224341094493866,-0.3460701107978821,-0.4832003712654114,0.12192271649837494,-0.042166829109191895,0.07784205675125122 +140,0.06398890613057645,0.28320912258232556,0.09609419945890678,0.06139789894223213,-0.2794383764266968,-0.9581985473632812,0.11522579193115234,-0.3635258674621582,-0.4400865137577057,-0.0017512962222099304,0.020908713340759277,0.30246734619140625 +141,0.05451067198602798,0.2917533393474213,0.05208695238939438,0.05218125507235527,-0.28763189911842346,-0.9563184380531311,0.5343214273452759,-0.512994110584259,-0.16971100866794586,-0.021480578929185867,-0.06890493631362915,-0.01919114589691162 +142,0.015668871600400137,0.35883510182120326,0.047208723103015285,0.014670266769826412,-0.35118377208709717,-0.9361916184425354,0.4030708372592926,-0.4450448155403137,-0.06278922408819199,0.04251967370510101,-0.10455048084259033,-0.2535666823387146 +143,0.006409138062314763,0.32433225878564187,0.047936414718888945,0.0060749477706849575,-0.3186759352684021,-0.9478442668914795,-0.06543634086847305,0.1698635220527649,0.026086188852787018,-0.033205073326826096,0.2123069167137146,-0.207261323928833 +144,-0.0042251399033728975,0.29104089882472295,0.05554702628550769,-0.004047442693263292,-0.2869495153427124,-0.9579371809959412,-0.9185973405838013,-0.026178212836384773,0.8757205605506897,-0.1710929423570633,-0.0527263879776001,0.19417375326156616 +145,0.04702305352080946,0.11303234883739878,0.1630337581881978,0.04670576751232147,-0.11279181391000748,-0.9925203323364258,-0.7992228269577026,0.20830124616622925,1.3344217538833618,-0.022917311638593674,-0.12193413823843002,0.16318988800048828 +146,-0.07784132475491433,0.2374209180162498,0.2731122689380608,-0.07558131963014603,-0.23519667983055115,-0.9690046310424805,2.682706356048584,-1.3558001518249512,0.3701278269290924,0.10306239873170853,0.23241958022117615,-0.08131885528564453 +147,-0.0065659063003442935,0.21726220575378324,0.33273132565406716,-0.006411504000425339,-0.2155570089817047,-0.9764702320098877,-0.6770734190940857,1.3446930646896362,1.1109023094177246,0.16746802628040314,-0.07718287408351898,-0.3957526683807373 +148,-0.06888755768101959,0.22034275371732068,0.5130365460808329,-0.06716888397932053,-0.21856410801410675,-0.9735081195831299,0.46966981887817383,-0.3739645481109619,2.980942487716675,0.3172299265861511,0.04498012363910675,0.12675213813781738 +149,-0.2293528427757962,0.22250233446572468,0.9580915811274786,-0.22174286842346191,-0.22067095339298248,-0.9498075842857361,0.5505844354629517,1.6561486721038818,5.522199630737305,0.3223440647125244,0.17928911745548248,0.5686277747154236 +150,-0.18695407916344137,0.07662755598873087,1.4424077893492233,-0.18532149493694305,-0.07655258476734161,-0.9796916246414185,-0.4850608706474304,0.562349259853363,4.265230178833008,-0.035534217953681946,-0.11468581855297089,0.12207138538360596 +151,-0.15063124514202272,-0.08426979977051541,1.7249431279522414,-0.14952975511550903,0.08417009562253952,-0.9851681590080261,-1.606245756149292,1.6380493640899658,2.5159125328063965,-0.18105192482471466,0.2664921283721924,-0.04248076677322388 +152,0.06470086407349834,-0.18788579743489747,1.8161477248631641,0.06351787596940994,0.18678231537342072,-0.9803457856178284,-1.0449410676956177,1.5033477544784546,-0.4031507968902588,0.15118855237960815,0.3857274353504181,-0.42190641164779663 +153,0.11401008487467551,-0.19545274351502404,1.822677071062526,0.11159718781709671,0.19421067833900452,-0.9745913147926331,0.14972814917564392,0.12674583494663239,-0.023142695426940918,0.1802423894405365,0.1361573487520218,-0.04146087169647217 +154,0.17424508650664652,-0.16456089322454803,1.8375728934896947,0.17102260887622833,0.16381917893886566,-0.9715526700019836,0.10100343823432922,0.9849454164505005,0.5382875800132751,-0.14019986987113953,0.020171314477920532,0.42203789949417114 +155,0.16747615280545752,-0.20167591155796266,1.8822219415446388,0.16331583261489868,0.2003115564584732,-0.9660244584083557,-0.9025987386703491,-1.3274856805801392,0.2939452528953552,-0.15081888437271118,-0.216760516166687,0.2786007523536682 +156,0.21423017253457632,-0.2689164014686044,1.9493629232451744,0.20495444536209106,0.26568692922592163,-0.9420213103294373,-0.6349929571151733,1.5172439813613892,0.6624463796615601,-0.02364952862262726,0.18366914987564087,-0.21549516916275024 +157,0.2682119052291244,-0.24049230104155353,2.0322019738619423,0.25738099217414856,0.23818078637123108,-0.9364960789680481,0.5211447477340698,-1.4153642654418945,1.6011443138122559,0.25641292333602905,-0.19040551781654358,-0.4433867335319519 +158,0.18989663383630204,-0.1924300271759355,2.242262790386955,0.18527337908744812,0.19124463200569153,-0.9638979434967041,-0.005495546385645866,-1.4711798429489136,2.2382466793060303,-0.03398248553276062,-0.46004346013069153,-0.1265408992767334 +159,0.13456969909314095,-0.13019942431219442,2.526952174389017,0.13302835822105408,0.12983188033103943,-0.9825717210769653,0.17245709896087646,-0.36293309926986694,3.133209705352783,-0.04231485724449158,-0.26079806685447693,0.30451691150665283 +160,0.16036274491423735,-0.06602863858544124,2.8878755648055585,0.15932835638523102,0.06598067283630371,-0.9850183129310608,0.4298854470252991,-0.7365402579307556,2.6229453086853027,0.22757349908351898,0.00022721290588378906,0.2585015892982483 +161,0.04058677570837622,-0.080695347868638,3.0475612270532384,0.04044359549880028,0.08060780167579651,-0.9959250688552856,-0.6013858318328857,-3.00723934173584,0.6833614706993103,0.4254377484321594,0.3398939073085785,-0.21913230419158936 +162,0.013195423964894185,-0.11444369764899892,3.013732369617367,0.013108725659549236,0.11419404298067093,-0.9933719635009766,0.5356300473213196,0.07059204578399658,-1.2084861993789673,0.2522873878479004,0.08304106444120407,-0.5920467376708984 +163,-0.1044499129652372,-0.14180985234294324,2.7324858375128374,-0.10321351140737534,0.14133502542972565,-0.9845665693283081,-0.13329289853572845,-0.9840718507766724,-4.52386474609375,-0.12196043133735657,-0.5135884284973145,0.13475888967514038 +164,-0.3224008715282038,0.07066214462623044,2.260251479537752,-0.31605395674705505,-0.07060335576534271,-0.9461104869842529,1.206412672996521,-2.289815664291382,-6.830873012542725,0.054564088582992554,-0.5979757308959961,0.35399317741394043 +165,-0.2695697719728575,0.39367026060752913,1.7075106956460415,-0.2459455132484436,-0.3835805058479309,-0.8901554942131042,1.3224446773529053,1.2499148845672607,-3.679523468017578,-0.1979174017906189,0.3746541142463684,-0.35139113664627075 +166,-0.13555637842042173,0.42465764468299033,1.5903223086250486,-0.12313830852508545,-0.4120088517665863,-0.9028209447860718,-0.5498678088188171,0.37439170479774475,1.713767647743225,-0.40702831745147705,0.4588228464126587,-0.3658558130264282 +167,-0.1283643107020667,0.3064146680101214,1.8720554851184743,-0.12204943597316742,-0.3016422390937805,-0.9455770254135132,-0.5207706093788147,1.8171558380126953,2.8650383949279785,-0.04024304449558258,-0.23714560270309448,-0.13329565525054932 +168,-0.11562826649017838,0.17271799803489207,1.9919073940604022,-0.11365421116352081,-0.17186053097248077,-0.9785431623458862,-1.3157843351364136,1.1224365234375,1.1086281538009644,-0.05403988063335419,-0.017287403345108032,0.17843329906463623 +169,-0.046364013326683245,0.05004020577741172,2.077400309941733,-0.046289388090372086,-0.05001932382583618,-0.9976750016212463,-0.6958646774291992,-0.08833558857440948,0.7585691213607788,-0.053960856050252914,-0.16609090566635132,0.26529890298843384 +170,0.10473851930776318,-0.005239656065877581,2.255336749202178,0.10454569011926651,0.0052396319806575775,-0.994506299495697,-0.46574193239212036,2.383765459060669,1.6243139505386353,-0.2345505654811859,0.08117088675498962,0.3944544196128845 +171,0.16749736438960788,-0.04018808759313898,2.3729238742944303,0.16658064723014832,0.04017727077007294,-0.9852089285850525,-0.6387898921966553,0.4745618999004364,1.0551437139511108,-0.2361302226781845,-0.059922147542238235,-0.5200247764587402 +172,0.013402279202646722,-0.1323502620302753,2.3713451709713556,0.013284672051668167,0.13196420669555664,-0.9911654591560364,-2.2086925506591797,-4.019710540771484,-1.7099627256393433,0.41782188415527344,-0.48120737075805664,-0.3072964549064636 +173,-0.21254760888054355,-0.1373208023640297,2.148675718375737,-0.20896503329277039,0.13688963651657104,-0.9682947993278503,0.812219500541687,0.38326236605644226,-1.0007119178771973,-0.11014202237129211,0.08454591035842896,-0.15463000535964966 +174,-0.29893701528512173,-0.035582529079629284,2.06570750242309,-0.2943181097507477,0.035575021058321,-0.9550451636314392,0.9939721822738647,-1.964526891708374,-0.9933971166610718,0.2797917425632477,0.1627282053232193,0.5837072730064392 +175,-0.539310780450782,0.06863458984538312,1.9965392659288623,-0.5123355984687805,-0.06858071684837341,-0.8560425639152527,0.1769186556339264,-2.9255688190460205,-1.7400319576263428,0.18115884065628052,0.1342392861843109,-0.03894639015197754 +176,-0.8373763452192565,0.24021039421422594,1.9347618772913517,-0.721559464931488,-0.23790699243545532,-0.6501939296722412,0.9190808534622192,-2.1452722549438477,0.5344653725624084,-1.4065074920654297,0.10144762694835663,-0.4756758213043213 +177,-0.741219168759323,0.15307011376620017,2.2620903999474447,-0.6672931909561157,-0.1524730622768402,-0.7290211319923401,0.9600725769996643,2.5736169815063477,4.249618053436279,0.03812754154205322,-0.4471668601036072,-0.6365794539451599 +178,-0.3584875859638318,0.013601613111774484,2.488150297632778,-0.3508259057998657,-0.013601194135844707,-0.9363419413566589,-0.3231956362724304,3.941237449645996,2.0648701190948486,0.2874714136123657,0.040990717709064484,0.6209885478019714 +179,-0.1497435954541255,-0.04089675237529488,2.5453690404027594,-0.14905986189842224,0.04088535159826279,-0.9879825711250305,-0.303855299949646,0.6090194582939148,-0.6238560676574707,0.08746013045310974,-0.15883579850196838,0.7928531765937805 +180,-0.19805235159243312,0.007052885487500448,2.461645203288946,-0.19675523042678833,-0.007052827160805464,-0.9804272651672363,0.6140628457069397,-1.678444743156433,-1.3775713443756104,-0.29486769437789917,0.13640159368515015,-0.16974973678588867 +181,-0.23396316465282901,-0.013650803753733723,2.4692717358273515,-0.23181292414665222,0.013650380074977875,-0.9726645946502686,0.17023637890815735,-1.3145722150802612,0.6887262463569641,0.12198017537593842,0.37801221013069153,-0.13031691312789917 +182,-0.3113218108571888,-0.045626277743060946,2.423516588337117,-0.30599838495254517,0.0456104502081871,-0.9509388208389282,-2.1329290866851807,-0.1318735033273697,-1.2922080755233765,0.45667892694473267,0.1259441077709198,-0.6744884252548218 +183,-0.3421012837938715,-0.058666717190865386,2.275066529957101,-0.334890216588974,0.058633070439100266,-0.9404311180114746,-0.3263750374317169,-0.7713004350662231,-1.1891306638717651,-0.4988347589969635,0.06769444048404694,-0.2845901846885681 +184,-0.40515578705714006,-0.06761794085652532,2.14343419373127,-0.393261194229126,0.06756642460823059,-0.9169408082962036,-0.44902297854423523,-0.19473271071910858,-0.8064455389976501,0.611461877822876,-0.05146840214729309,0.5296727418899536 +185,-0.44855373426079725,-0.07897927834026704,2.066379863048685,-0.43231096863746643,0.07889719307422638,-0.8982663750648499,-0.8323553800582886,-1.7609628438949585,-1.1572338342666626,0.24134725332260132,-0.7369019389152527,0.31045204401016235 +186,-0.46644060315218766,-0.06461475682669368,2.169996182931746,-0.44877150654792786,0.06456980109214783,-0.8913107514381409,1.4402356147766113,0.37576085329055786,2.163210391998291,-0.12720200419425964,-0.14214548468589783,-0.5131234526634216 +187,-0.3948368927473823,-0.034785530185227634,2.345453050122898,-0.38442492485046387,0.03477851673960686,-0.9225009083747864,0.8642733693122864,0.7319602966308594,0.5719839930534363,0.24964404106140137,0.15742118656635284,0.4207461476325989 +188,-0.4137340780423146,-0.0028539155072590415,2.4044317052118425,-0.40202951431274414,0.00285391160286963,-0.9156222939491272,0.10844993591308594,-0.27732133865356445,0.4653482139110565,-0.11574697494506836,0.4224695563316345,-0.0385708212852478 +189,-0.3890518030243221,-0.0685664561277581,2.407953509050453,-0.3784199655056,0.06851274520158768,-0.9230949878692627,-1.2025229930877686,0.5491534471511841,-0.7523968815803528,0.14886674284934998,0.23770064115524292,-0.8227698802947998 +190,-0.20634341408799536,-0.07936077816464365,2.353112274218262,-0.2042374163866043,0.07927750051021576,-0.9757059812545776,0.3636479377746582,2.4006187915802,-0.6849318146705627,0.10931248962879181,-0.22698257863521576,0.04794108867645264 +191,-0.09919985923911213,-0.027664434557636647,2.255130268703704,-0.09899934381246567,0.027660906314849854,-0.9947029948234558,0.3337366580963135,0.1980404257774353,-1.4882540702819824,0.06544526666402817,-0.16972023248672485,1.1375558376312256 +192,-0.1095771294742841,0.04164945227500616,2.1256211853699796,-0.10926313698291779,-0.04163741320371628,-0.9931403994560242,0.7010056972503662,-0.0959707498550415,-0.5926047563552856,-0.15195205807685852,0.014034267514944077,0.005286455154418945 +193,-0.04893242326491899,0.07951170458682233,2.173107012720299,-0.048758365213871,-0.07942795008420944,-0.9956474304199219,-0.10313384234905243,0.15982793271541595,2.0605690479278564,-0.3575831949710846,0.06642746180295944,-1.1335639953613281 +194,-0.044084737028736935,0.02401909786912105,2.3102866851559822,-0.04405774548649788,-0.024016788229346275,-0.9987402558326721,-0.7717854976654053,0.5732952952384949,-0.20159223675727844,0.04302014783024788,-0.6572728753089905,-0.09166806936264038 +195,-0.025171030732103517,-0.02575568755836191,2.3598098874271543,-0.02516002580523491,0.0257528405636549,-0.9993516802787781,0.13816261291503906,-0.13904492557048798,0.769684374332428,0.12144298851490021,-0.0260427575558424,0.4235002398490906 +196,-0.04421835345339955,-0.004368937246298734,2.394884752859332,-0.04420352354645729,0.0043689231388270855,-0.9990130066871643,0.31537318229675293,-0.2775304317474365,-0.11426810920238495,0.10888552665710449,0.13663753867149353,0.9989977478981018 +197,-0.036199154794065734,0.035571558947423275,2.3769038731780507,-0.036168355494737625,-0.035564057528972626,-0.9987127184867859,0.7448961138725281,0.49264591932296753,-0.4897611141204834,-0.002878885716199875,0.2737995386123657,-0.04459172487258911 +198,0.10502168348833714,0.021147425616477877,2.3676693528617774,0.10480529069900513,-0.02114584855735302,-0.9942679405212402,-1.2478007078170776,0.4110124111175537,0.121120385825634,-0.2518694996833801,0.09373190999031067,-0.6800332069396973 +199,0.02159132984211209,-0.07974398490380478,2.308208268290854,0.02152104303240776,0.07965949177742004,-0.9965897798538208,-0.6334707140922546,-0.5987817049026489,-0.9991734623908997,0.44407039880752563,-0.32010748982429504,-0.3229445219039917 +200,0.018734640221293345,-0.0774966297145203,2.227311705995005,0.01867731846868992,0.07741907984018326,-0.9968236684799194,0.5750365257263184,0.42017844319343567,-0.2356688529253006,-0.07548579573631287,-0.14353543519973755,0.3535436987876892 +201,0.01851963146949749,-0.03182026646741317,2.1772556356652175,0.01850919798016548,0.03181489557027817,-0.9993223547935486,0.46789395809173584,-0.6866479516029358,-0.7831963300704956,-0.03216581791639328,-0.058243121951818466,0.8693480491638184 +202,-0.03424681056685279,0.026973260368832602,2.1626298678719693,-0.03422766178846359,-0.026969989761710167,-0.9990500807762146,0.48117485642433167,-0.5603654384613037,0.6966419816017151,0.001756962388753891,0.18988807499408722,-0.6598701477050781 +203,-0.057376243198623895,0.042439063507200905,2.324474373584496,-0.057293135672807693,-0.042426325380802155,-0.9974555373191833,-0.1245463564991951,-0.5769216418266296,2.0576508045196533,0.024822428822517395,-0.09125592559576035,-0.6401482224464417 +204,-0.08337471322314387,0.005356761924483201,2.4828114736898246,-0.08327695727348328,-0.005356736481189728,-0.9965120553970337,-0.42526277899742126,0.26064571738243103,0.6926912069320679,-0.15308168530464172,-0.6051321625709534,0.04410421848297119 +205,-0.05809603731790371,0.009347174665769151,2.573965713623615,-0.05806082487106323,-0.009347038343548775,-0.998269259929657,0.2979316711425781,0.3720249533653259,0.9283969402313232,0.15834158658981323,0.09839732944965363,0.38890957832336426 +206,-0.02309043464096955,0.026955452971532096,2.6350179377661727,-0.023079995065927505,-0.026952188462018967,-0.999370276927948,0.26188015937805176,0.20689880847930908,-0.016616221517324448,0.023690346628427505,0.18388883769512177,0.774944007396698 +207,0.014343305298589995,0.04761504531547178,2.6263602496369813,0.014326557517051697,-0.04759705439209938,-0.9987638592720032,-0.21300414204597473,1.1106431484222412,-0.36684826016426086,-0.1537918895483017,0.3043566942214966,-0.5661928057670593 +208,0.05711915890106145,-0.019301738354640163,2.5558279006043345,0.057077471166849136,0.019300539046525955,-0.9981831908226013,-0.8235030770301819,-0.005942743271589279,-1.2262026071548462,0.37840837240219116,0.07368652522563934,-0.8648234009742737 +209,0.031922851719447996,-0.04075235163618358,2.399333167478739,0.031890928745269775,0.04074107110500336,-0.998660683631897,0.33500391244888306,-0.03776180371642113,-1.6098166704177856,0.15579217672348022,-0.27825939655303955,0.08650553226470947 +210,0.03482076384275254,0.0007593611377028337,2.2345396628606355,0.034813717007637024,-0.0007593610789626837,-0.9993935227394104,0.4439602792263031,-0.11401615291833878,-1.5960619449615479,-0.14452441036701202,-0.11334586143493652,0.7756996750831604 +211,-0.0006613644459310275,0.04754486119669497,2.085266162862256,-0.0006606170209124684,-0.047526951879262924,-0.9988697171211243,0.49630770087242126,0.09440401196479797,-0.8519443273544312,-0.08372048288583755,0.048503514379262924,0.49459731578826904 +212,0.012862248673801507,0.0711206701338939,2.121220354439997,0.012829379178583622,-0.07106073200702667,-0.9973894953727722,-0.1442827731370926,-0.24294570088386536,1.6515713930130005,-0.45005470514297485,-0.271453320980072,-0.8124859929084778 +213,-0.02080186211155424,0.05964721267528506,2.277177937981235,-0.020763371139764786,-0.05961184948682785,-0.9980056881904602,-0.10848471522331238,0.35563746094703674,1.1767857074737549,0.3740043342113495,-0.38747066259384155,-0.2997543215751648 +214,0.013846616174121553,0.054189575660937156,2.385460119469288,0.013825848698616028,-0.05416305735707283,-0.9984363913536072,0.22645792365074158,-0.02019287645816803,0.9268466234207153,-0.023072674870491028,0.02501877397298813,0.2920154929161072 +215,-0.01716972369139842,0.07101108218490344,2.442074512667316,-0.017125610262155533,-0.0709514170885086,-0.997332751750946,0.11413531005382538,-0.3174296021461487,0.061475712805986404,0.12294530868530273,0.2570781111717224,0.880847156047821 +216,-0.011782093854487986,0.08451199964565659,2.4469659320306287,-0.01173977181315422,-0.08441143482923508,-0.9963618516921997,-0.07746744155883789,0.4522166848182678,0.0972893238067627,-0.07923312485218048,0.2841947674751282,0.021294713020324707 +217,0.09959522007519545,0.037685379957972324,2.4588492530738453,0.09936005622148514,-0.03767646104097366,-0.9943379759788513,-0.8225584030151367,0.24080368876457214,-0.23467224836349487,-0.25313812494277954,-0.029416430741548538,-0.4333200454711914 +218,0.0702648544925299,-0.02989534969165748,2.3990975824829603,0.07017567753791809,0.029890896752476692,-0.9970867037773132,-0.2267054170370102,-0.34821948409080505,-0.9173392057418823,0.4731592535972595,-0.02847183123230934,-0.5167224407196045 +219,0.10687715971758105,-0.015038019373157428,2.31970984936406,0.10666174441576004,0.015037452802062035,-0.9941816329956055,0.5271421670913696,0.8606321811676025,-0.5697107315063477,-0.14517492055892944,-0.10185996443033218,0.43442821502685547 +220,0.12465908041523366,0.03020297815131597,2.248655641476025,0.12427975982427597,-0.030198385939002037,-0.9917875528335571,0.6721823811531067,-0.9291588068008423,-0.9982227087020874,-0.09962155669927597,0.019715595990419388,0.8420988321304321 +221,0.04763808781316405,0.10626204844652824,2.1980288801385996,0.047351472079753876,-0.10606218129396439,-0.9932314157485962,0.7448185682296753,0.02958524413406849,0.5601900815963745,-0.10754739493131638,0.18224932253360748,-0.5303586721420288 +222,0.030194551320405473,0.14086609379559228,2.3242001147850226,0.02989092469215393,-0.14040067791938782,-0.9896434545516968,-0.04201566055417061,-1.185085415840149,1.3284417390823364,0.29928693175315857,0.2508285641670227,-0.914332926273346 +223,0.082357813782619,0.0839976564994835,2.4174527913364483,0.08197470009326935,-0.08389891684055328,-0.9930967092514038,-0.9587442874908447,1.1438018083572388,0.6710447669029236,-0.015949919819831848,-0.4492126703262329,0.1362546682357788 +224,0.1129151502341668,0.0618039119011029,2.4719982868694252,0.11246023327112198,-0.06176457554101944,-0.9917347431182861,-0.1714688390493393,0.2413829267024994,0.5435565710067749,0.032223597168922424,0.12734684348106384,0.5154774785041809 +225,0.14323807938023114,0.03725050919066051,2.504833808329236,0.14264975488185883,-0.037241894751787186,-0.989072322845459,0.05966039374470711,-0.11628712713718414,-0.36289551854133606,-0.07038412988185883,0.1428937464952469,0.7894416451454163 +226,0.14485334649681936,0.020080426941373523,2.435788541497072,0.14431820809841156,-0.020079078152775764,-0.989327609539032,-0.44074776768684387,1.222367763519287,-0.7889626622200012,-0.31716978549957275,0.21748203039169312,-0.818838894367218 +227,0.16121411506649225,-0.07553182128150325,2.3321157102593846,0.16005903482437134,0.0754600241780281,-0.9842188954353333,-0.4060133993625641,-0.9871879816055298,-1.4645705223083496,0.6825923323631287,-0.0983176901936531,-0.948733925819397 +228,0.10573350645999381,-0.06685319979831815,2.240678413422978,0.10530085861682892,0.06680341064929962,-0.9921940565109253,0.6657842397689819,0.3952915072441101,-0.11667871475219727,0.02658085525035858,-0.16084332764148712,0.3877171277999878 +229,0.10966627636003548,-0.00885611893949322,2.183138328818457,0.10944229364395142,0.008856003172695637,-0.9939537048339844,0.4954153299331665,-1.0939263105392456,-0.8449841141700745,-0.13997513055801392,0.021814163774251938,0.9211692810058594 +230,0.05067343641062133,0.0223356657219701,2.1280525355946285,0.05063911899924278,-0.02233380824327469,-0.9984672665596008,0.4449493885040283,-0.20657609403133392,0.8097763657569885,0.18341544270515442,0.2298991084098816,-0.36270827054977417 +231,0.041840480561706174,0.04037701344720046,2.2425036919145453,0.04179418087005615,-0.0403660424053669,-0.9983105063438416,-0.24669957160949707,-1.2165608406066895,1.0498645305633545,-0.030884146690368652,0.0999210923910141,-0.813563883304596 +232,0.004292631659376658,0.0014093603460589425,2.299483876627169,0.004292614292353392,-0.0014093598583713174,-0.9999898076057434,-0.5611389875411987,0.8890860080718994,-0.37533318996429443,0.02845274657011032,-0.6168310046195984,-0.06937664747238159 +233,0.09345230932506493,-0.015270041695717537,2.3325982052327365,0.09330546110868454,0.015269448049366474,-0.9955204129219055,-0.04880859702825546,1.3845953941345215,0.6934417486190796,-0.0036143064498901367,-0.0094253309071064,0.413229763507843 +234,0.3133512711714216,0.008671285400475895,2.3745966687391724,0.30823686718940735,-0.008671176619827747,-0.9512701034545898,0.6729536056518555,3.844367742538452,0.7070915699005127,-0.12706929445266724,0.09788931906223297,0.5330877900123596 +235,0.4548666750086993,0.06769682521912135,2.378331590594814,0.43833622336387634,-0.0676451325416565,-0.8962619304656982,0.1570974737405777,-0.5286754965782166,0.04840117692947388,-0.03358161449432373,0.10713488608598709,-0.5470821261405945 +236,0.47037518062022393,0.01881137070175012,2.376802621641046,0.4531405568122864,-0.01881026104092598,-0.8912405967712402,-0.9744662046432495,-1.0831743478775024,-0.7238297462463379,0.5196835398674011,0.10372543334960938,-0.6245369911193848 +237,0.12828125272331975,-0.06472192951358571,2.2706686568362904,0.12766185402870178,0.06467675417661667,-0.9897066950798035,-0.06957709789276123,-3.462463140487671,-1.8257838487625122,0.2914818227291107,-0.24469995498657227,0.03900784254074097 +238,0.08877614970332841,-0.031283614230536716,2.1377761269770033,0.08861620724201202,0.03127851337194443,-0.9955745935440063,0.5849540829658508,0.7242991924285889,-0.6318893432617188,0.05919568985700607,-0.022062204778194427,0.5506435632705688 +239,0.15118490139026688,0.0030353003744281347,2.087398796210188,0.15060892701148987,-0.003035295754671097,-0.9885887503623962,0.6048746705055237,-0.11858946084976196,-0.30970677733421326,-0.18481913208961487,0.0353381484746933,0.6941246390342712 +240,0.10132567940623295,0.06607794011017745,2.119922215617979,0.10093163698911667,-0.0660298615694046,-0.9926998019218445,-0.10470469295978546,0.7466121912002563,1.024661660194397,-0.10567711293697357,0.1833394318819046,-0.8350895047187805 +241,0.09526901511624161,0.03546454504759248,2.239945216529356,0.0950651541352272,-0.03545711189508438,-0.9948393702507019,-0.5896424055099487,-0.032092172652482986,0.8776748180389404,0.506314218044281,-0.03345157951116562,-0.5195344090461731 +242,0.1779483728558168,-0.022862682339100864,2.2666986287538315,0.17696446180343628,0.02286069095134735,-0.9839516878128052,-0.14618760347366333,0.25309988856315613,0.17078828811645508,-0.17310400307178497,-0.26398006081581116,0.11754244565963745 +243,0.17732660178071802,-0.00021627751303110698,2.283119765438012,0.17639872431755066,0.00021627750538755208,-0.9843187928199768,0.13589143753051758,-0.001205426175147295,0.12038606405258179,-0.08011576533317566,0.133221834897995,0.6541491150856018 +244,0.19528810324743304,0.024645568209022507,2.274658599095014,0.19399024546146393,-0.024643072858452797,-0.9806938767433167,0.3461155295372009,0.17033475637435913,-0.10105077177286148,-0.17159034311771393,0.14848341047763824,0.2621270418167114 +245,0.2415698307997986,0.017726698755711732,2.27009564368438,0.23918958008289337,-0.01772577129304409,-0.9708110690116882,-0.620259165763855,0.25143641233444214,-0.13589726388454437,-0.2863087058067322,0.11294060945510864,-0.5039356350898743 +246,0.18272778292769587,-0.06726874456539506,2.240159313893783,0.18130163848400116,0.06721802055835724,-0.9811276197433472,-0.3629998564720154,-0.6509069800376892,-0.7420738935470581,0.5743440985679626,-0.18422242999076843,-0.46818262338638306 +247,0.16338903995470436,-0.06826785318723244,2.1486607153029342,0.16228413581848145,0.06821484118700027,-0.9843833446502686,0.5888203978538513,0.29163265228271484,-0.6857804656028748,-0.14871907234191895,-0.16411632299423218,0.37580180168151855 +248,0.15349011351164954,-0.031433527360137443,2.0773138758314476,0.15281261503696442,0.03142835199832916,-0.987755298614502,0.46237996220588684,-0.7097776532173157,-0.8840548396110535,-0.08662000298500061,-0.018336310982704163,0.6653676629066467 +249,0.09764975444288086,0.024920351225964654,2.0495541299956415,0.09746436774730682,-0.02491777203977108,-0.9949270486831665,0.621210515499115,-0.4203377664089203,0.9807824492454529,0.035699084401130676,0.15351885557174683,-0.1146310567855835 +250,0.07461141889119098,0.041577665960925735,2.18140202527704,0.07447779178619385,-0.04156568646430969,-0.9963560104370117,-0.3606046140193939,-0.4466091990470886,1.4158422946929932,-0.057922013103961945,0.1553504765033722,-0.7635316252708435 +251,0.021056705131202384,-0.009957903835395448,2.2886137074356796,0.021054105833172798,0.009957739152014256,-0.9997287392616272,-0.6621485352516174,0.39844563603401184,0.2324240803718567,0.05842892453074455,-0.6461729407310486,0.011935830116271973 +252,0.05965553546281647,-0.01549095070658395,2.3310657875499814,0.059613004326820374,0.015490330755710602,-0.9981013536453247,0.41464799642562866,0.09689835458993912,0.5647789239883423,0.07974551618099213,0.0436985120177269,0.382119357585907 +253,0.10118778778299299,0.007437584005066951,2.367521462390556,0.10101240873336792,-0.007437515538185835,-0.9948573708534241,0.12282400578260422,0.4532740116119385,-0.05145081505179405,-0.05984419584274292,0.20886878669261932,0.7380519509315491 +254,0.134010599272336,0.019298966323761615,2.3525809026784477,0.13358496129512787,-0.01929776929318905,-0.9908494353294373,-0.039137255400419235,0.5339045524597168,-0.14237719774246216,-0.19114112854003906,0.2015792578458786,-0.16749095916748047 +255,0.20071892608071695,-0.024393583238092754,2.3446612084208476,0.19931456446647644,0.024391165003180504,-0.9796319603919983,-0.6205779314041138,0.058725614100694656,-0.25065097212791443,0.11002688109874725,-0.033256519585847855,-0.5094732642173767 +256,0.16248450068649636,-0.07564366847959116,2.301956565181778,0.16130787134170532,0.07557155191898346,-0.9840064644813538,-0.05471508949995041,-0.6410701274871826,-0.8123988509178162,0.3338550925254822,-0.22474147379398346,-0.27156299352645874 +257,0.15298177714258,-0.05106366582461485,2.2394112473649455,0.15218712389469147,0.05104147642850876,-0.9870328307151794,0.6735252141952515,0.3983105719089508,-0.45879998803138733,-0.05804041028022766,-0.09997642040252686,0.4434385299682617 +258,0.15512563853823716,-0.0033429801907604207,2.1617602622930026,0.15450336039066315,0.0033429739996790886,-0.9879866242408752,0.6618661284446716,-0.5072250962257385,-0.8134688138961792,-0.15474750101566315,0.007521282881498337,0.7017622590065002 +259,0.11875013113960098,0.06829112460411337,2.134406755548556,0.11819508671760559,-0.06823805719614029,-0.9906429648399353,0.47061872482299805,0.27864283323287964,0.8607187271118164,0.05369517207145691,0.1722266972064972,-0.4756045937538147 +260,0.11413373245680887,0.07962297522649224,2.2648168617966573,0.11352527886629105,-0.07953886687755585,-0.9903461933135986,-0.46509888768196106,-0.7477973699569702,1.0216542482376099,0.22619639337062836,0.21448759734630585,-0.7523753643035889 +261,0.08638778583887856,0.019461180218696895,2.3273222469723285,0.08626403659582138,-0.019459951668977737,-0.9960822463035583,-0.6559885740280151,0.6271417140960693,-0.1755547821521759,-0.11418762803077698,-0.5670726299285889,0.08917611837387085 +262,0.10480686247299634,0.014293239242638438,2.351204238512766,0.10460440814495087,-0.014292752370238304,-0.9944112300872803,0.35456177592277527,0.044151194393634796,0.35070720314979553,0.06724007427692413,0.06486038118600845,0.4798543453216553 +263,0.1230028908236963,0.028908621947555703,2.379946064132619,0.12264169752597809,-0.028904596343636513,-0.9920300245285034,0.2378428876399994,0.15400724112987518,0.029481712728738785,-0.12332834303379059,0.24461808800697327,0.6327008008956909 +264,0.18861137431977923,0.03823815894317941,2.34005685242007,0.18735802173614502,-0.038228839635849,-0.9815475344657898,-0.09186015278100967,1.1043423414230347,-0.5591145753860474,-0.05353844165802002,0.2781732976436615,-0.6372726559638977 +265,0.21032979868985194,-0.020946876918956844,2.3082369453771325,0.20873664319515228,0.020945345982909203,-0.9777475595474243,-0.7299380898475647,-0.698383092880249,-0.6703660488128662,0.434802770614624,-0.03359488397836685,-0.6365102529525757 +266,0.1151478092662846,-0.041369367483721095,2.2271146093075087,0.11479521542787552,0.04135756939649582,-0.9925279021263123,0.23604069650173187,-0.4661029875278473,-0.7267085909843445,0.19198273122310638,-0.2672944664955139,-0.07114702463150024 +267,0.08316061677641405,-0.005074288867177027,2.1862757668462804,0.08306372910737991,0.005074267275631428,-0.9965313076972961,0.12035375088453293,-0.9030366539955139,-0.3107204735279083,-0.18792212009429932,-0.08312296867370605,0.40052300691604614 +268,-0.07485034394971844,-0.04906686871306618,2.1460697687848453,-0.07469046860933304,0.049047183245420456,-0.9959998726844788,-0.27275410294532776,-1.0231411457061768,-0.2229154407978058,0.09193290024995804,0.053598690778017044,0.7551093697547913 +269,-0.06832462852248969,-0.015260229692464081,2.1944402698314502,-0.06826353073120117,0.015259637497365475,-0.9975506067276001,0.25531789660453796,1.273613691329956,0.8180628418922424,-0.16415834426879883,0.14707861840724945,-0.6001361608505249 +270,-0.0716205528196539,-0.03468527022921518,2.2759541250183797,-0.07151629775762558,0.03467831760644913,-0.9968364238739014,-0.45378658175468445,-1.143630862236023,0.7069367170333862,0.4140150845050812,-0.029475070536136627,-0.6595814228057861 +271,-0.03226667622725838,-0.10963262125022848,2.3054635207502474,-0.03206739202141762,0.10941313207149506,-0.9934789538383484,-0.6593361496925354,0.9763694405555725,0.34953445196151733,-0.1873845010995865,-0.45917510986328125,0.07581543922424316 +272,0.05826561886840205,-0.12166885694256538,2.3505830634375973,0.057802170515060425,0.1213688924908638,-0.9909230470657349,0.014942143112421036,0.38249143958091736,0.13729356229305267,0.0020580552518367767,-0.003098033368587494,0.6589834094047546 +273,0.07365029047213845,-0.0996478024475087,2.35681756586069,0.0732186958193779,0.09948297590017319,-0.9923417568206787,0.5048022866249084,0.19728322327136993,0.08809558302164078,-0.177848219871521,0.10132269561290741,0.6459977626800537 +274,0.14594853404889493,-0.053607295955643966,2.3588952085515666,0.1452220231294632,0.05358162522315979,-0.9879471659660339,-0.15476146340370178,0.6253973245620728,-0.22519902884960175,-0.1659129559993744,0.2184673249721527,-0.8375838398933411 +275,0.15231622781489035,-0.1038649120629128,2.338557370406429,0.15091027319431305,0.10367826372385025,-0.9830955862998962,-0.5580034255981445,-0.3256157636642456,-0.4389006197452545,0.32612526416778564,0.05991120636463165,-0.7000556588172913 +276,0.08896700558097419,-0.13733788800012972,2.2714968959701696,0.08801307529211044,0.13690656423568726,-0.9866662621498108,0.12833942472934723,-0.12644131481647491,-0.7369421124458313,0.25903281569480896,-0.21245282888412476,0.1739984154701233 +277,0.1423979500392896,-0.09681234172471624,2.220071229837762,0.14125265181064606,0.09666118025779724,-0.9852432608604431,0.41780129075050354,0.9799177646636963,-0.27627187967300415,-0.22348228096961975,-0.06356487423181534,0.5528092384338379 +278,0.1552263689964401,-0.05417937247635322,2.1713522748663943,0.15437689423561096,0.05415286868810654,-0.9865268468856812,0.7029029130935669,-0.23869934678077698,-0.2954634726047516,-0.09999458491802216,0.030563924461603165,0.4785618185997009 +279,0.15676996722759232,0.010041308649851527,2.202081257817982,0.15612073242664337,-0.010041140019893646,-0.9876869320869446,0.19661298394203186,0.36306828260421753,0.7914237976074219,-0.06154675781726837,0.23854149878025055,-0.7372581362724304 +280,0.12022543126086678,0.0067149420406931925,2.3013924505009533,0.11993330717086792,-0.006714891642332077,-0.9927592277526855,-0.5270789861679077,-0.744462788105011,0.8728945851325989,0.3880775570869446,-0.003004956990480423,-0.45006608963012695 +281,0.12063174483110238,-0.049280644559881376,2.3336526075974047,0.12019328773021698,0.0492606982588768,-0.9915276169776917,-0.2635273039340973,0.23713387548923492,0.010968711227178574,-0.14147929847240448,-0.3880821168422699,0.11901479959487915 +282,0.13549009768408804,-0.0344331488311941,2.3487987809770288,0.13499586284160614,0.03442634642124176,-0.990247905254364,0.2792559564113617,0.09390053153038025,0.13966529071331024,-0.04898206889629364,0.07789359986782074,0.609174907207489 +283,0.13703624819947233,-0.007860628963467186,2.358439726620555,0.13660353422164917,0.007860547862946987,-0.9905946254730225,0.461957722902298,-0.2643943727016449,0.07184292376041412,-0.14807814359664917,0.18150103092193604,0.39710402488708496 +284,0.16460263004791117,-0.0007047069141204557,2.3637637383857584,0.16386030614376068,0.0007047068793326616,-0.9864832758903503,-0.4712546765804291,0.6996637582778931,-0.009213211014866829,-0.19996261596679688,0.15334802865982056,-0.5095798969268799 +285,0.17372782457945468,-0.07436458518930375,2.354312627160898,0.17237751185894012,0.07429606467485428,-0.9822250604629517,-0.32798752188682556,-0.41158154606819153,-0.6105659604072571,0.5225535035133362,-0.16409403085708618,-0.6081527471542358 +286,0.15740372084414175,-0.06683296304939104,2.2748019308856304,0.15640459954738617,0.06678321957588196,-0.9854326844215393,0.5995928049087524,0.3357444405555725,-0.7481473088264465,-0.04158222675323486,-0.14686134457588196,0.4016467332839966 +287,0.17561301294000722,-0.03191267028944421,2.18892954447983,0.1746228039264679,0.031907252967357635,-0.9841182827949524,0.4824269711971283,-0.47501441836357117,-0.7920538187026978,-0.1758434921503067,0.011412445455789566,0.6641109585762024 +288,0.10553026952855293,0.03466888050960294,2.138058978647734,0.10527120530605316,-0.03466193750500679,-0.9938392639160156,0.8103757500648499,-0.31971028447151184,0.1644102782011032,0.04791177809238434,0.11533515155315399,-0.16764450073242188 +289,0.12372441378631076,0.04714009205787554,2.2167922015424417,0.12327190488576889,-0.04712263494729996,-0.9912534952163696,-0.38884037733078003,-0.5846956372261047,1.0669230222702026,-0.03635784983634949,0.16354718804359436,-0.7903016805648804 +290,0.09824443406948415,-0.017219819441168818,2.3058294918486704,0.09807192534208298,0.017218967899680138,-0.9950303435325623,-1.063202142715454,1.2419419288635254,0.34031084179878235,0.017635464668273926,-0.507315993309021,0.0006608963012695312 +291,0.15759491975003848,-0.06136359651970913,2.347103396976233,0.15664799511432648,0.06132509186863899,-0.9857487678527832,0.01613420993089676,0.10672198981046677,0.5967879295349121,-0.028260543942451477,-0.05319215729832649,0.4211277961730957 +292,0.16263876703240615,-0.05170908318867753,2.3857980855860097,0.16170628368854523,0.05168604105710983,-0.9854844808578491,0.16211213171482086,-0.11090996861457825,0.1505541056394577,-0.09206517040729523,0.10561680793762207,0.6090501546859741 +293,0.1720922199885369,-0.008577581999350287,2.406698494204348,0.1712377369403839,0.008577477186918259,-0.9851924180984497,0.09465134143829346,0.8745379447937012,0.35191887617111206,-0.1861455738544464,0.15488992631435394,-0.5287846326828003 +294,0.19849043198842206,-0.0369016369263937,2.4192635519041987,0.197055384516716,0.03689326345920563,-0.9796979427337646,-0.7251302003860474,-0.45661845803260803,-0.24755524098873138,0.091824010014534,0.08755742013454437,-0.5572283267974854 +295,0.1257286128330194,-0.09027617885793332,2.367553358643097,0.12488698959350586,0.09015360474586487,-0.988066554069519,-0.08988475054502487,-0.5847134590148926,-1.0083853006362915,0.36549997329711914,-0.23373880982398987,-0.04789835214614868 +296,0.12086680074737265,-0.06299142846295826,2.2617347890126926,0.12033359706401825,0.0629497766494751,-0.990735650062561,0.5819903016090393,0.7755357027053833,-0.7126306295394897,-0.17563144862651825,-0.0857464075088501,0.47733843326568604 +297,0.13660505399815578,-0.026433905879262323,2.176155397910851,0.13613301515579224,0.026430826634168625,-0.9903379082679749,0.6107895374298096,-0.3944316506385803,-0.9195311665534973,-0.12047751247882843,0.022671954706311226,0.6916929483413696 +298,0.12478607216840139,0.0252666768461863,2.148607217821195,0.12442274391651154,-0.025263989344239235,-0.9919075965881348,0.2590736448764801,0.15581649541854858,0.6210615038871765,0.054532334208488464,0.12685701251029968,-0.5492453575134277 +299,0.11776822483599579,0.02030227802286369,2.2695936781731696,0.11747197061777115,-0.020300883799791336,-0.9928686618804932,-0.4432729482650757,-0.7988522052764893,1.2031259536743164,0.47693416476249695,0.17851926386356354,-0.9529015421867371 +300,0.08539617565181665,-0.032676275622427156,2.3322818845011617,0.08524689078330994,0.032670460641384125,-0.9958240985870361,-0.39615190029144287,-0.10474291443824768,0.36609745025634766,-0.14272674918174744,-0.4788984954357147,0.12338757514953613 +301,0.07688295009717233,-0.0200815795335735,2.379437578512799,0.07679174095392227,0.02008022926747799,-0.9968449473381042,0.1557309478521347,0.10523322224617004,0.5856626033782959,0.03493311256170273,0.05281100422143936,0.6924626231193542 +302,0.10625053175839029,0.002064521136226642,2.4208414749457754,0.106050506234169,-0.0020645195618271828,-0.9943585991859436,0.36795875430107117,0.2284110188484192,0.20995254814624786,-0.1694812923669815,0.2188919186592102,0.7507367730140686 +303,0.19782932493448988,0.029575514556491603,2.440234137913508,0.19645550847053528,-0.029571203514933586,-0.98006671667099,-0.3826386332511902,1.0740630626678467,0.08045832812786102,-0.2627244293689728,0.14346280694007874,-0.905278742313385 +304,0.18085032464012044,-0.03249669149093489,2.428059414485075,0.17977112531661987,0.03249097242951393,-0.9831717610359192,-0.5296038389205933,-0.8161821365356445,-0.5644024014472961,0.6039050221443176,0.09162401407957077,-0.8016640543937683 +305,0.12157233141477963,-0.03734272020058057,2.3421228709738195,0.12118853628635406,0.03733404353260994,-0.9919271469116211,0.42124173045158386,-0.02519444189965725,-0.9331970810890198,0.12444744259119034,-0.18174323439598083,0.21809297800064087 +306,0.13300247619288824,-0.01312795299012734,2.2486653734217996,0.13259926438331604,0.013127575628459454,-0.9910827875137329,0.27960631251335144,-0.16253194212913513,-0.9558278918266296,-0.21543923020362854,-0.03799940273165703,0.8691040277481079 +307,0.09686211451183559,0.028816841313264178,2.1582854067643087,0.09667056798934937,-0.02881285361945629,-0.9948992729187012,0.7023354768753052,-0.3559357523918152,-0.20955467224121094,-0.10155338793992996,0.11087462306022644,0.29133182764053345 +308,0.13742169129266502,0.047562059976360135,2.2266405207952333,0.13683465123176575,-0.04754412919282913,-0.9894523024559021,-0.5099170207977295,0.6061424016952515,1.6226584911346436,-0.43648675084114075,0.11355365812778473,-0.8724861741065979 +309,0.06453782922925197,0.011313332090102188,2.341732421048491,0.06448891013860703,-0.011313091032207012,-0.9978542923927307,-0.7022421360015869,0.33011308312416077,0.6532154083251953,0.19681784510612488,-0.4512265920639038,-0.2660464644432068 +310,0.06763221398876844,-0.022369000091662167,2.399634900917793,0.06756375730037689,0.02236713469028473,-0.9974642395973206,0.14060676097869873,-0.2343168407678604,0.7336286902427673,0.04867769032716751,-0.06356586515903473,0.35046106576919556 +311,0.061119145008281424,0.005175488258715651,2.4316424619330776,0.06108028069138527,-0.005175465252250433,-0.9981194138526917,0.2868484854698181,0.09010034054517746,-0.13902458548545837,-0.018935509026050568,0.13131988048553467,0.8762933015823364 +312,0.061248585764173274,0.06394229190237229,2.406579333146509,0.061085209250450134,-0.0638987272977829,-0.9960851073265076,0.6102328896522522,0.1774526685476303,0.0565357431769371,-0.19218872487545013,0.2779795527458191,-0.07639414072036743 +313,0.169466724454123,0.03842581447445943,2.4292013016514464,0.16853223741054535,-0.038416359573602676,-0.9849472641944885,-0.932895839214325,0.5897154211997986,-0.015921257436275482,-0.14355359971523285,0.04882284998893738,-0.5132216811180115 +314,0.1349509419182944,-0.04758070336225134,2.3906987813250296,0.13438943028450012,0.04756275191903114,-0.9897864460945129,-0.2684841752052307,-0.32570749521255493,-1.0009920597076416,0.4454445242881775,-0.16117969155311584,-0.4151817560195923 +315,0.12384134378104227,-0.03793537066937203,2.2771784497523035,0.12343616038560867,0.03792627155780792,-0.9916275143623352,0.6847233772277832,0.40375569462776184,-1.043330430984497,-0.019096560776233673,-0.15293176472187042,0.4544418454170227 +316,0.1651425631939774,0.0024348626445562477,2.1719932865207374,0.16439247131347656,-0.0024348602164536715,-0.9863920211791992,0.5250198245048523,-0.1493380218744278,-1.0622282028198242,-0.16851234436035156,-0.0171116441488266,0.7461271286010742 +317,0.14599968206109992,0.06440211813097779,2.106465375199567,0.14517995715141296,-0.06435760855674744,-0.9873099327087402,0.6056910157203674,0.045609213411808014,0.4807477593421936,-0.056022852659225464,0.15331634879112244,-0.21386194229125977 +318,0.16825462442218997,0.07241539751824147,2.2150503941357544,0.16702298820018768,-0.07235212624073029,-0.9832947254180908,-0.4235425293445587,-0.08373522758483887,1.374732255935669,-0.06182889640331268,0.15862531960010529,-0.7957732677459717 +319,0.1333942226323477,0.01585114582034165,2.3110333871856876,0.1329822689294815,-0.015850482508540154,-0.9909916520118713,-0.9224064350128174,0.6627737879753113,0.11354392766952515,-0.0035877525806427,-0.5913882851600647,-0.03600108623504639 +320,0.16436601765216127,-0.018905781967351425,2.34147499326012,0.1635976880788803,0.018904656171798706,-0.9863460063934326,0.16713674366474152,-0.11187528073787689,0.6318414807319641,0.02199496328830719,0.006348639726638794,0.3432643413543701 +321,0.15223296591363894,0.003212448877876564,2.385701463279741,0.15164487063884735,-0.003212443320080638,-0.988429844379425,0.13936790823936462,0.001683744601905346,0.14163880050182343,-0.14641110599040985,0.12615250051021576,0.8129842877388 +322,0.16235430152735655,0.03462232814258494,2.388903730680426,0.16154512763023376,-0.0346154123544693,-0.9862580299377441,-0.05685034021735191,0.8507819771766663,0.2654614746570587,-0.05323825776576996,0.2720421552658081,-0.4674009680747986 +323,0.22997400519421543,-0.0299178123842251,2.4013590652751273,0.22785019874572754,0.029913349077105522,-0.973236620426178,-0.8806517720222473,-0.6309334635734558,-0.6617724299430847,0.46529555320739746,0.04604490101337433,-0.7609400153160095 +324,0.16223366435274636,-0.0687018762921129,2.300980936540538,0.16114190220832825,0.0686478465795517,-0.9845408797264099,0.29430878162384033,-0.16421912610530853,-1.039574384689331,0.24240727722644806,-0.2232804298400879,-0.023027420043945312 +325,0.19312557111160544,-0.029314708894977764,2.207293298374276,0.19184483587741852,0.02931050956249237,-0.9809874892234802,0.567029595375061,0.47534698247909546,-0.7882021069526672,-0.24534215033054352,-0.07246236503124237,0.6391143202781677 +326,0.17048671892869716,0.022750241129950236,2.1165954533874505,0.1696181297302246,-0.022748278453946114,-0.9852472543716431,1.0182900428771973,-0.5255874991416931,-0.38486248254776,-0.0866713672876358,0.006207751110196114,0.36256664991378784 +327,0.15290351888794906,0.07823426515519577,2.133317819106109,0.15184254944324493,-0.07815448194742203,-0.9853099584579468,-0.08480443805456161,-0.1373455822467804,0.8958389163017273,-0.15237660706043243,0.21806231141090393,-0.8133655190467834 +328,0.08575067217691058,0.06009768592770026,2.248048596084358,0.08549100160598755,-0.06006151810288429,-0.9945269823074341,-0.6486750245094299,-0.34706008434295654,0.9141578078269958,0.42227572202682495,-0.0932740569114685,-0.17164123058319092 +329,0.1429502383594532,-0.008674745464096306,2.3001476258851543,0.14245851337909698,0.008674636483192444,-0.9897627830505371,-0.40290117263793945,0.5936869382858276,0.33704882860183716,-0.06958253681659698,-0.22998811304569244,-0.00820779800415039 +330,0.17251322403374567,-0.009475126285644378,2.351279569140502,0.17165109515190125,0.009474984370172024,-0.9851122498512268,-0.06352018564939499,0.07838911563158035,0.4766879975795746,-0.10017894208431244,0.0493171289563179,0.6490679383277893 +331,0.17442250417339947,0.014326386926637832,2.3670259659054276,0.17352162301540375,-0.014325897209346294,-0.984725832939148,0.4214768707752228,0.05912179499864578,0.04300227761268616,-0.11994802951812744,0.23049716651439667,0.20736688375473022 +332,0.22707466332751053,0.017122227465278188,2.3694477314040916,0.2250952571630478,-0.017121391370892525,-0.9741863012313843,-0.4935324788093567,0.6575677990913391,-0.028008954599499702,-0.21815252304077148,0.17236430943012238,-0.556087076663971 +333,0.20397863117618312,-0.04795586390724774,2.3452425761713567,0.2023341804742813,0.047937486320734024,-0.9781425595283508,-0.3247464895248413,-0.6666897535324097,-0.7258709669113159,0.475995272397995,-0.09044846892356873,-0.47380751371383667 +334,0.17368083266821394,-0.05822131707019426,2.259333305290326,0.17251616716384888,0.05818843096494675,-0.983286440372467,0.37987735867500305,0.4821736812591553,-0.7926484942436218,-0.04139739274978638,-0.18794916570186615,0.30591827630996704 +335,0.22037696301708154,-0.028619587066897677,2.19411027230452,0.21850796043872833,0.02861567959189415,-0.9754155278205872,0.3235979676246643,-0.10797957330942154,-0.5950234532356262,-0.18222257494926453,-0.012578696012496948,0.6028569340705872 +336,0.19120393500448757,0.017537041946889306,2.150101638429293,0.19001179933547974,-0.017536142840981483,-0.9816251993179321,0.604288637638092,-0.20484742522239685,0.4119078516960144,-0.014795124530792236,0.13127514719963074,-0.05751359462738037 +337,0.18117901897457248,0.05002007160353142,2.2320539448557266,0.17996405065059662,-0.049999214708805084,-0.9824016690254211,-0.14388146996498108,-0.32446861267089844,1.1990076303482056,-0.14663885533809662,0.2037162482738495,-0.7602435946464539 +338,0.1173921497319769,0.011686141018536173,2.322966000765608,0.11711470782756805,-0.011685875244438648,-0.9930496215820312,-0.8206390142440796,0.24910415709018707,0.35924410820007324,0.13982802629470825,-0.45857474207878113,-0.033424317836761475 +339,0.1622247217673561,-0.03360794949793189,2.3508127683428253,0.16142290830612183,0.03360162302851677,-0.9863131046295166,0.11378596723079681,0.2538638114929199,0.33002689480781555,0.044402897357940674,0.03651250898838043,0.2951509952545166 +340,0.20034938188968962,-0.01917208553610371,2.376606154751316,0.19897516071796417,0.019170910120010376,-0.9798170328140259,0.02645600028336048,0.32213833928108215,-0.004940998740494251,-0.14936883747577667,0.16578087210655212,0.7004438638687134 +341,0.21312828087327806,0.00033160817863966274,2.3570055260762794,0.21151842176914215,-0.0003316081711091101,-0.9773739576339722,0.32201477885246277,0.3015400767326355,-0.15081466734409332,-0.20996202528476715,0.12995502352714539,-0.23348724842071533 +342,0.2453197143445108,-0.02248967288002777,2.339305235386587,0.24280506372451782,0.02248777635395527,-0.9698144197463989,-0.5359334945678711,-0.0030416222289204597,-0.4239199757575989,0.09471935033798218,0.05685792118310928,-0.5415991544723511 +343,0.1933770291348409,-0.07083069569078698,2.282485103909463,0.19169220328330994,0.0707714855670929,-0.978900134563446,0.1664317399263382,-0.6292865872383118,-0.9876279830932617,0.3446236848831177,-0.2485211193561554,-0.09481501579284668 +344,0.19151127277193394,-0.03518131740157306,2.188818709616539,0.19022497534751892,0.035174060612916946,-0.9811102151870728,0.6877790689468384,0.6383365988731384,-0.6133621335029602,-0.12134680151939392,-0.09639231860637665,0.49333250522613525 +345,0.21908844427069862,0.010151702381424129,2.109622037537526,0.217328742146492,-0.01015152782201767,-0.9760456681251526,0.6824039816856384,-0.28798410296440125,-0.7155575752258301,-0.2151162326335907,0.00923600047826767,0.6899281144142151 +346,0.20792687948969482,0.07326113583688575,2.098324509498708,0.2058781385421753,-0.07319562137126923,-0.9758363366127014,0.39721959829330444,-0.06224833428859711,0.7797606587409973,0.1791163682937622,0.07652203738689423,-0.5719389319419861 +347,0.17213018655426268,0.08375857877927427,2.244230573662883,0.17068098485469818,-0.08366067707538605,-0.9817682504653931,-0.283058226108551,-1.1099005937576294,1.0947978496551514,0.5305366516113281,0.16300639510154724,-0.8756994009017944 +348,0.16022882080457818,0.04431539811321389,2.325083259353568,0.159387469291687,-0.04430089518427849,-0.9862216114997864,-0.7606076002120972,0.5298094153404236,0.35600417852401733,-0.253351092338562,-0.575480580329895,0.2515566945075989 +349,0.16413607664082852,0.02640651008904421,2.3598668223398938,0.16334311664104462,-0.02640344202518463,-0.9862159490585327,-0.006747485138475895,-0.1807723492383957,0.10552633553743362,-0.024060875177383423,0.06641198694705963,0.5906318426132202 +350,0.15925876412156814,0.033244831328128,2.361026112054378,0.15849876403808594,-0.03323870897293091,-0.9867995381355286,0.43024444580078125,-0.05416572839021683,0.01811760663986206,-0.11058616638183594,0.1760914921760559,0.6690962910652161 +351,0.20000815958363044,0.06732090510766106,2.3680282490485647,0.19822728633880615,-0.06727006286382675,-0.9778448939323425,-0.23429390788078308,1.194101333618164,0.1017451360821724,-0.14552344381809235,0.20293596386909485,-0.8027489185333252 +352,0.22218783094004976,0.009641752592725303,2.366353488266559,0.22035396099090576,-0.00964160356670618,-0.975372314453125,-0.7686125040054321,-0.7143734693527222,-0.67591392993927,0.48913395404815674,0.050901368260383606,-0.60296630859375 +353,0.1538619978292283,-0.02236895000970511,2.2971051041234345,0.15321730077266693,0.0223670843988657,-0.9879393577575684,0.30409809947013855,0.006861134432256222,-0.7614495158195496,0.23707200586795807,-0.29815444350242615,0.08219289779663086 +354,0.2262450381163356,0.017233102213752412,2.220108645773787,0.2242865413427353,-0.017232248559594154,-0.9743708968162537,0.5288488864898682,0.8831899166107178,-0.6721975803375244,-0.2932257652282715,-0.1075846403837204,0.5848445296287537 +355,0.22551837104307967,0.06663310174132703,2.1391523227285334,0.22311539947986603,-0.06658380478620529,-0.972515344619751,0.8854253888130188,-0.7171578407287598,-0.3548545837402344,-0.16966387629508972,0.08187311887741089,0.462810754776001 +356,0.19280774171443057,0.12166046727557131,2.191217261652885,0.19019903242588043,-0.12136057019233704,-0.974215567111969,-0.22904512286186218,0.40943843126296997,1.5675947666168213,-0.05430425703525543,0.14974191784858704,-0.934658944606781 +357,0.16345206074937016,0.08852241873998154,2.3382303594828744,0.1620880663394928,-0.08840685337781906,-0.9828080534934998,-0.7382206320762634,0.11275268346071243,0.7818043231964111,0.4495757520198822,-0.09909315407276154,-0.22648149728775024 +358,0.22182643573634694,0.01739628968011867,2.337763349487282,0.21997837722301483,-0.017395412549376488,-0.9753496646881104,-0.177827849984169,0.20948973298072815,-0.14516682922840118,-0.2617111802101135,-0.17117270827293396,0.17336297035217285 +359,0.2087275642309939,0.021875138742692177,2.348984145970135,0.2071656733751297,-0.021873394027352333,-0.978061318397522,0.011753479018807411,-0.1806865632534027,-0.00600806437432766,-0.126248300075531,0.08303061872720718,0.6796451807022095 +360,0.19476413472864998,0.03713368336816963,2.3294650217414303,0.19340170919895172,-0.037125151604413986,-0.980417013168335,0.3598477840423584,-0.08420459181070328,-0.04162268713116646,-0.04388083517551422,0.1856847107410431,0.20540785789489746 +361,0.3021280928938282,0.024275301249835828,2.353132841602189,0.29746490716934204,-0.024272916838526726,-0.9544241428375244,-0.7460463047027588,1.108436942100525,0.16568975150585175,-0.20397430658340454,0.050594329833984375,-0.6160562038421631 +362,0.27854263814906854,-0.04260308432023946,2.3286829498973676,0.27470526099205017,0.042590197175741196,-0.9605847597122192,0.03904855623841286,-0.6214723587036133,-0.794574499130249,0.38212454319000244,-0.1624022126197815,-0.4190080761909485 +363,0.2465338024243148,-0.01916525712125433,2.2425044838783488,0.24399921298027039,0.019164083525538445,-0.9695860743522644,0.8440818190574646,0.005505557172000408,-0.7278683185577393,-0.07708331942558289,-0.1198415756225586,0.5340391993522644 +364,0.22985035833303769,0.04458134853736792,2.1509659914201094,0.2276054471731186,-0.04456658288836479,-0.9727330207824707,0.9010902643203735,-1.0491642951965332,-0.667775571346283,-0.17337572574615479,0.04931207001209259,0.5912785530090332 +365,0.1900885580403537,0.11253147003330263,2.121783416823958,0.18775077164173126,-0.11229411512613297,-0.9757764339447021,0.4081517457962036,0.6650166511535645,0.7348194122314453,0.049584418535232544,0.15485087037086487,-0.17797112464904785 +366,0.22021535705696477,0.1310811302242043,2.2598529729151564,0.2165658175945282,-0.1307060718536377,-0.9674787521362305,-0.4328213632106781,-0.41063129901885986,1.2392560243606567,0.08937288820743561,0.05435110628604889,-0.8089036345481873 +367,0.19602688016300518,0.07599801014498944,2.342555086884954,0.19421164691448212,-0.07592487335205078,-0.9780169725418091,-0.632757842540741,0.465559184551239,-0.03224463388323784,0.05397254228591919,-0.5317411422729492,0.05824774503707886 +368,0.2179573202584278,0.06618366732608,2.3632501677944107,0.21576230227947235,-0.06613536179065704,-0.9742036461830139,0.016866076737642288,0.2647448480129242,0.40632811188697815,-0.003909289836883545,0.06874460726976395,0.4195008873939514 +369,0.2540840444194539,0.05913397288145521,2.396081883902028,0.2509196102619171,-0.05909951403737068,-0.9662021398544312,-0.0804021954536438,0.4320356547832489,0.10862506926059723,-0.17888286709785461,0.18857033550739288,0.6526035070419312 +370,0.28543932224296564,0.06931513163962418,2.4046457223928237,0.2809028625488281,-0.0692596435546875,-0.9572338461875916,0.008007454685866833,0.8464754223823547,0.1985694169998169,-0.14841079711914062,0.167572021484375,-0.43270450830459595 +371,0.35376461546391863,0.03194231471120134,2.4095840193843614,0.34625503420829773,-0.0319368839263916,-0.9375966787338257,-0.5724947452545166,-0.37007996439933777,-0.3630082309246063,0.38239794969558716,0.049820177257061005,-0.7503153085708618 +372,0.2934098861910198,-0.007663458781900789,2.375439361748708,0.2892095744609833,0.007663383614271879,-0.9572351574897766,0.05932527408003807,-0.5315660238265991,-0.6971679925918579,0.2985589802265167,-0.26294293999671936,0.01997929811477661 +373,0.28761541950708797,0.016477753462926164,2.3018806281831643,0.2836278975009918,-0.016477007418870926,-0.9587928652763367,0.6725359559059143,0.4311569631099701,-0.5295102000236511,-0.09301510453224182,-0.017122849822044373,0.47618788480758667 +374,0.30905152095223903,0.047868923174601855,2.2252044908668855,0.3038068115711212,-0.04785064235329628,-0.9515312314033508,0.5988106727600098,-0.6462140083312988,-0.6970969438552856,-0.2383008599281311,0.08195403963327408,0.5482414960861206 +375,0.25496297185172945,0.1121732427233796,2.1935770571965345,0.25062447786331177,-0.11193814873695374,-0.9615910053253174,0.41809287667274475,0.008947575464844704,0.5651673674583435,0.08220022916793823,0.06480374187231064,-0.4885737895965576 +376,0.22068879903725028,0.12098099279878173,2.3110182427248054,0.21730175614356995,-0.12068608403205872,-0.9686148762702942,-0.5778423547744751,-0.9925414323806763,1.0263961553573608,0.5238175988197327,0.07086614519357681,-0.719251275062561 +377,0.23459382382042154,0.054708791586158524,2.398922828928635,0.23210017383098602,-0.054681506007909775,-0.9711536765098572,-0.8776386976242065,0.7757666110992432,0.3100437521934509,-0.16200129687786102,-0.4589751064777374,0.19794505834579468 +378,0.2545228431044596,0.0385216756184477,2.4303064924945237,0.2515968680381775,-0.03851214796304703,-0.9670655727386475,0.03848227113485336,-0.1252303123474121,0.14564228057861328,-0.11033099889755249,0.06616107374429703,0.48191237449645996 +379,0.2529889182914713,0.0378473173007353,2.4388129258638624,0.2501195967197418,-0.03783828392624855,-0.9674752950668335,0.20979470014572144,0.0479261614382267,-0.036011453717947006,-0.12576046586036682,0.17437392473220825,0.639518141746521 +380,0.28831635565583635,0.06212330640682592,2.4281760118075586,0.2837899923324585,-0.06208335608243942,-0.9568745493888855,-0.18375417590141296,1.360571026802063,-0.016385532915592194,-0.1481698751449585,0.16105186939239502,-0.7615092396736145 +381,0.34764366408693154,-0.006489068425101803,2.4319600171154647,0.3406762182712555,0.006489023100584745,-0.9401583075523376,-0.762911319732666,-0.7488151788711548,-0.8587008118629456,0.4893103539943695,-0.030643679201602936,-0.6008115410804749 +382,0.25486566056904364,-0.05845841415502686,2.3581640204489953,0.2516847550868988,0.05842512473464012,-0.9660441279411316,0.13847716152668,-0.5470953583717346,-0.7439876198768616,0.1936582624912262,-0.3123771548271179,0.0012462139129638672 +383,0.26058629055944643,-0.026418422713146306,2.305423742575458,0.2575571835041046,0.026415349915623665,-0.9659019112586975,0.5411115288734436,0.5922455191612244,-0.1629040390253067,-0.1787913739681244,-0.08536006510257721,0.4536338448524475 +384,0.27424732952242364,0.016069906660317067,2.2661767112385327,0.2707875072956085,-0.016069214791059494,-0.962505042552948,0.6942704319953918,-0.5093662142753601,-0.21959351003170013,-0.1803334355354309,0.02366809733211994,0.689616858959198 +385,0.2602005215009137,0.09263619766381496,2.2638074527580807,0.25617122650146484,-0.09250376373529434,-0.962195098400116,0.5206639170646667,0.6586716771125793,0.833027720451355,0.13715457916259766,0.27628061175346375,-0.7370389103889465 +386,0.2618618577592982,0.09551692163367262,2.416783965853999,0.2576993405818939,-0.09537174552679062,-0.9615067839622498,-0.627544641494751,-1.4561357498168945,1.2137640714645386,0.5509706735610962,0.031284838914871216,-0.5654249787330627 +387,0.24895379850226043,0.03510589830788416,2.4807997964322754,0.2462383359670639,-0.035098686814308167,-0.9685735702514648,-0.846759557723999,0.5199066996574402,-0.34937870502471924,-0.1702800840139389,-0.6162227392196655,0.041403770446777344 +388,0.23994978554022695,0.018327887908367275,2.526471073332535,0.23761393129825592,-0.018326861783862114,-0.9711867570877075,-0.08226125687360764,-0.4135177731513977,0.36428284645080566,0.011775702238082886,0.03469954431056976,0.4859725832939148 +389,0.2208496589911671,0.013248620353673949,2.5471017309237207,0.21903949975967407,-0.013248233124613762,-0.9756260514259338,0.20412635803222656,-0.003305865451693535,-0.10434886068105698,-0.10995441675186157,0.1610296070575714,0.6742191910743713 +390,0.2412638087241451,0.034498015889091765,2.5517952317635846,0.23878785967826843,-0.034491173923015594,-0.9704590439796448,-0.24435052275657654,0.8228604793548584,0.20760472118854523,-0.09666749835014343,0.1168275997042656,-0.5619658827781677 +391,0.28809539612006607,-0.006123457075273511,2.5688899403871406,0.2841213047504425,0.006123418919742107,-0.9587687849998474,-0.663325309753418,-0.33836570382118225,-0.25381508469581604,0.2867405116558075,0.06472314149141312,-0.6087360978126526 +392,0.240049951328433,-0.03910862502925478,2.524926751701218,0.23756934702396393,0.03909865766763687,-0.9705833792686462,0.20845383405685425,-0.23246803879737854,-0.6486673951148987,0.24338768422603607,-0.19307509064674377,0.13862842321395874 +393,0.24836411747567988,0.0023092431863831675,2.434189808986357,0.24581794440746307,-0.002309241099283099,-0.9693132638931274,0.6651465892791748,0.7061378955841064,-0.5469575524330139,-0.11770516633987427,0.06981413066387177,0.34524405002593994 +394,0.2945181555859476,0.038130152755668334,2.360582225387584,0.29006779193878174,-0.03812091425061226,-0.956246554851532,0.543101966381073,-0.3104528784751892,-0.6890063881874084,-0.18806278705596924,0.08427874743938446,0.523324191570282 +395,0.2704167596419032,0.08934052848502769,2.305731217157716,0.2660676836967468,-0.08922173082828522,-0.9598163962364197,0.4740147888660431,0.05152430385351181,0.00468809949234128,0.029342472553253174,0.01749015599489212,-0.4522777199745178 +396,0.2502932688822405,0.11064804319150233,2.374383291774524,0.2461734265089035,-0.11042240262031555,-0.9629151225090027,-0.21449707448482513,-0.910309910774231,0.8295990228652954,0.3477902114391327,0.13332584500312805,-0.6210845112800598 +397,0.21475309347614435,0.072980813370325,2.4604409536903624,0.2125389277935028,-0.07291604578495026,-0.9744282960891724,-0.7883645296096802,0.5243347883224487,0.3006313741207123,-0.06088182330131531,-0.5152034759521484,-0.020719408988952637 +398,0.21812044851350096,0.050985739848706774,2.5138874584066095,0.21611379086971283,-0.05096365138888359,-0.9750372171401978,0.004028574097901583,-0.03932689502835274,0.5043673515319824,0.04020334780216217,0.04623343050479889,0.40875303745269775 +399,0.24072447304781064,0.06253342174553571,2.560959904971355,0.23794029653072357,-0.062492676079273224,-0.9692673087120056,0.08379101753234863,0.3360944390296936,0.3308042287826538,-0.15438315272331238,0.16295653581619263,0.5153641104698181 +400,0.27954078770564167,0.08919633806672679,2.5862504688669876,0.27481743693351746,-0.08907811343669891,-0.9573612213134766,-0.025102771818637848,0.9592169523239136,0.47618260979652405,-0.055777519941329956,0.2020541876554489,-0.33293724060058594 +401,0.37473185285212074,0.03776327207596646,2.610146425905664,0.36576205492019653,-0.03775429725646973,-0.9299423098564148,-0.7801640629768372,0.031986054033041,-0.3006838858127594,0.33087795972824097,0.10297035425901413,-0.5201919078826904 +402,0.37278924670651375,-0.012864672442897103,2.5827706805800386,0.3641843795776367,0.012864317744970322,-0.9312379956245422,0.2402493953704834,-0.10514378547668457,-0.6430445909500122,0.2553071677684784,-0.2583324611186981,-0.014928936958312988 +403,0.39650238733723503,0.028587726223972907,2.489069907225793,0.3860366642475128,-0.0285838320851326,-0.9220404624938965,0.722150981426239,0.9196067452430725,-0.5604884028434753,-0.23871305584907532,0.0903208926320076,0.33202892541885376 +404,0.41887985527864346,0.05709079834324679,2.417086138690254,0.40607473254203796,-0.057059790939092636,-0.9120567440986633,0.6188024878501892,-0.4594297707080841,-0.49468180537223816,-0.23943349719047546,0.047263652086257935,0.5371940732002258 +405,0.3689571875393324,0.10936321440529766,2.3832509022030517,0.35848844051361084,-0.10914534330368042,-0.9271317720413208,0.27290767431259155,-0.2325170636177063,0.3597642183303833,0.08786165714263916,0.05236738920211792,-0.6025007963180542 +406,0.3131529071093425,0.12441928204855783,2.4834868374873955,0.3056783974170685,-0.1240985244512558,-0.9440128803253174,-0.36514154076576233,-1.5749156475067139,1.0749768018722534,0.5300302505493164,0.049650900065898895,-0.4487178325653076 +407,0.2886096512608585,0.09833618931337873,2.5685996749173,0.28324463963508606,-0.09817778319120407,-0.9540092349052429,-0.2513611614704132,-0.01099378801882267,-0.22279563546180725,-0.18357422947883606,-0.6519442796707153,-0.02392655611038208 +408,0.256849858948009,0.10929628463077509,2.6027606774833276,0.2525192201137543,-0.10907880961894989,-0.9614238739013672,-0.10692010819911957,-0.09222887456417084,0.7388704419136047,0.016966253519058228,0.05443708598613739,0.4180126190185547 +409,0.2720185597488333,0.09599608197808442,2.6806944717812295,0.2674393057823181,-0.09584870934486389,-0.9587957262992859,-0.16169974207878113,0.1523195058107376,0.44183963537216187,-0.23129123449325562,0.18357150256633759,0.6094152331352234 +410,0.30079449629155974,0.10422144236719863,2.709939165161655,0.2946714758872986,-0.10403286665678024,-0.9499188661575317,-0.10124578326940536,0.866866946220398,0.30926597118377686,-0.05280444025993347,0.25468289852142334,-0.473558247089386 +411,0.3599838857464115,0.049616123305354386,2.7080648402406577,0.35182565450668335,-0.04959576949477196,-0.9347507357597351,-0.6979231238365173,-0.5119277238845825,-0.8467260599136353,0.43690112233161926,0.07240766286849976,-0.5077540874481201 +412,0.28536058958761124,-0.0023633380278763614,2.6338578487003006,0.28150269389152527,0.002363335806876421,-0.9595575332641602,0.14149798452854156,-0.4938866198062897,-0.8234918117523193,0.25543883442878723,-0.26161015033721924,-0.046957969665527344 +413,0.2918445088886186,0.0278579252103363,2.539357435235881,0.2876075804233551,-0.027854321524500847,-0.9573432207107544,0.7306805849075317,0.5386469960212708,-0.7483087182044983,-0.08320087194442749,0.021552443504333496,0.3952857255935669 +414,0.3218552571486131,0.06167994098197435,2.439413601720479,0.31572556495666504,-0.06164084002375603,-0.9468462467193604,0.6299310922622681,-0.4185248911380768,-0.7706672549247742,-0.29079270362854004,0.07598410546779633,0.48857903480529785 +415,0.25575177107503905,0.10121064943713122,2.403421441747754,0.2516782283782959,-0.10103794187307358,-0.9625224471092224,-0.048780232667922974,-0.7578945159912109,0.5770146250724792,0.036926478147506714,-0.05316736549139023,-0.5498524308204651 +416,0.18206169672339387,0.08080651835407854,2.539060053435789,0.18046677112579346,-0.08071860671043396,-0.980263352394104,-0.6405432820320129,-0.6361837387084961,1.7265582084655762,0.580046534538269,-0.07048073410987854,-0.5095895528793335 +417,0.22569731658936718,0.034534151170646614,2.655034095723678,0.22365261614322662,-0.034527286887168884,-0.9740571975708008,-0.124058797955513,-0.3438960015773773,0.6027853488922119,-0.30412745475769043,-0.3358950614929199,0.11373615264892578 +418,0.19153767608544942,0.05733747078085585,2.7079108557745313,0.19005583226680756,-0.05730605870485306,-0.9800993800163269,0.013038652017712593,0.14901825785636902,0.5970531105995178,-0.07576750218868256,0.15682388842105865,0.5467802882194519 +419,0.22192275024329702,0.05731282247905863,2.758994522469165,0.2197442203760147,-0.05728144943714142,-0.9738743901252747,-0.04637899622321129,0.320613294839859,0.3503333330154419,-0.1662774384021759,0.17749018967151642,0.42641955614089966 +420,0.28213611138487843,0.05571746123937874,2.7717867685201463,0.2779758870601654,-0.05568863824009895,-0.9589724540710449,-0.34114277362823486,1.2122615575790405,-0.09178595244884491,-0.1466130018234253,0.19864822924137115,-0.6111874580383301 +421,0.30264789321272445,-0.02234703976533851,2.7577584353639124,0.2979743778705597,0.022345179691910744,-0.954312264919281,-0.7881406545639038,-0.6548421382904053,-0.5895460247993469,0.5036460757255554,-0.004263514652848244,-0.6398649215698242 +422,0.2593347510883622,-0.07118500697326607,2.7112283445083887,0.2557881474494934,0.07112490385770798,-0.9641128778457642,-0.00972878560423851,-0.17630961537361145,-0.6652107238769531,0.1443125307559967,-0.3465155363082886,0.11660921573638916 +423,0.28513687303096763,-0.04729918215886744,2.6528887722994887,0.28097420930862427,0.047281548380851746,-0.9585499167442322,0.49168407917022705,0.6375375986099243,-0.4498582184314728,-0.17237740755081177,-0.040216729044914246,0.3639606833457947 +424,0.3007870014713447,-0.02157383612292022,2.590444062327323,0.29620301723480225,0.021572163328528404,-0.9548813700675964,0.40933623909950256,-0.32553237676620483,-0.39586520195007324,-0.18916261196136475,0.06393808871507645,0.39186257123947144 +425,0.27969889339313814,0.01995277020554805,2.5791483358874445,0.27601131796836853,-0.01995144598186016,-0.9609472751617432,0.275382936000824,-0.010906048119068146,0.6195602416992188,-0.05892455577850342,0.08107814937829971,-0.40442436933517456 +426,0.2596112429821887,0.03993524385928258,2.6792996270289056,0.25650015473365784,-0.03992462903261185,-0.9657192826271057,-0.23715205490589142,-1.0310618877410889,0.6750041246414185,0.14901739358901978,0.04775238409638405,-0.5961093306541443 +427,0.17323916487733526,0.005924634167541218,2.7559872572808914,0.17237089574337006,-0.005924599710851908,-0.9850143194198608,-0.7124464511871338,0.27475035190582275,0.24757754802703857,0.17031098902225494,-0.44303473830223083,-0.02850496768951416 +428,0.2070839046747467,-0.017035552482265882,2.7838354730087578,0.20557714998722076,0.017034728080034256,-0.9784926176071167,0.16093024611473083,-0.14259548485279083,0.39491787552833557,-0.037898316979408264,-0.058660704642534256,0.3546828031539917 +429,0.19155349311179665,0.0028157006008860935,2.7948120854212193,0.1903834491968155,-0.0028156968764960766,-0.9817057847976685,0.23413385450839996,0.15396904945373535,0.06982740759849548,-0.06039382517337799,0.17069289088249207,0.605897068977356 +430,0.2341441387568688,0.026568491235413036,2.7927171183131057,0.23192867636680603,-0.026565365493297577,-0.9723699688911438,-0.04411743953824043,0.9478304982185364,0.23867632448673248,-0.19124875962734222,0.2848051190376282,-0.1138879656791687 +431,0.29343517911961164,-0.008988969438551897,2.771062247580865,0.2892305850982666,0.008988847956061363,-0.957217276096344,-0.20098744332790375,-0.6281112432479858,-1.0521713495254517,0.4175870418548584,0.028212081640958786,-0.815548837184906 +432,0.19807527338010514,-0.008017712014643992,2.653949141014566,0.19677628576755524,0.008017625659704208,-0.9804156422615051,0.5666347146034241,-0.6248866319656372,-1.0486655235290527,0.26565659046173096,-0.099341481924057,0.10372191667556763 +433,0.15612915014597373,0.06037744612845363,2.5316747341649397,0.15521226823329926,-0.060340769588947296,-0.9860365986824036,0.5920324325561523,-0.012420052662491798,-0.7680460214614868,-0.04656970500946045,0.011482127010822296,0.49601584672927856 +434,0.1993977371499612,0.08117672496788234,2.457148605865389,0.19742675125598907,-0.08108759671449661,-0.9769582748413086,0.4933324158191681,0.14927849173545837,-0.7738999128341675,-0.21921631693840027,0.09784175455570221,0.5004720687866211 +435,0.22931537250730674,0.13364919310684453,2.4114361616113467,0.22528377175331116,-0.13325166702270508,-0.9651379585266113,0.14523416757583618,0.5718933939933777,0.38460496068000793,-0.004611164331436157,0.07735872268676758,-0.6074938774108887 +436,0.20363000480515506,0.1413745605593005,2.51679343785682,0.20020811259746552,-0.14090409874916077,-0.9695683121681213,-0.24384497106075287,-0.7287271022796631,1.036971092224121,0.3665643334388733,0.06731097400188446,-0.6839045286178589 +437,0.19182185448016856,0.10778310087034548,2.595681614570803,0.18954132497310638,-0.10757452994585037,-0.9759619832038879,-0.7111704349517822,0.1351974606513977,0.3580200970172882,-0.06637239456176758,-0.5256804823875427,0.08068311214447021 +438,0.17489900306559025,0.08414512173549252,2.646022578326411,0.17339302599430084,-0.08404585719108582,-0.9812600016593933,-0.07362577319145203,-0.4250676929950714,0.4074396789073944,0.022758707404136658,0.026840656995773315,0.3302590250968933 +439,0.14614661369265722,0.07245738893500127,2.6884622760129204,0.1452448070049286,-0.0723940059542656,-0.986743688583374,0.006314006634056568,0.029650524258613586,0.2343856692314148,-0.07781621813774109,0.1952577829360962,0.6749913692474365 +440,0.1754748267188492,0.09051809268201017,2.6893218904516627,0.17386098206043243,-0.0903945341706276,-0.9806126356124878,0.11767133325338364,0.5463946461677551,-0.04286216199398041,-0.13725516200065613,0.16179043054580688,-0.34372812509536743 +441,0.18493942157252435,0.0459250746644014,2.6801037890134847,0.18369309604167938,-0.04590893164277077,-0.9819110035896301,-0.5007780194282532,-1.4270777702331543,-0.450260192155838,0.3045118451118469,-0.038823120296001434,-0.8629376292228699 +442,-0.005112018588359341,0.008471479007001658,2.6233753599669907,-0.0051118130795657635,-0.00847137812525034,-0.9999510645866394,-0.04836736619472504,-1.2158985137939453,-1.2219105958938599,0.15843212604522705,-0.30401337146759033,0.1621519923210144 +443,-0.005104907159806329,0.05364368919396504,2.458124278661077,-0.005097541492432356,-0.053617965430021286,-0.9985485076904297,0.6110106706619263,0.3579474091529846,-1.1663787364959717,0.11581531167030334,0.16873027384281158,0.4643230438232422 +444,0.06044796893228766,0.09086825018204227,2.417077215424539,0.06016192585229874,-0.09074325114488602,-0.994055449962616,0.25326088070869446,0.563136637210846,-0.11810147762298584,-0.06432757526636124,0.1990806609392166,0.49574917554855347 +445,0.11181362614557343,0.12510233228155176,2.4183169349895413,0.11070877313613892,-0.12477626651525497,-0.9859890937805176,0.12286576628684998,0.38536539673805237,0.6548526287078857,0.07016891241073608,0.049077413976192474,-0.5373263359069824 +446,0.1000399024714682,0.1020030646529702,2.5498747064318006,0.09935399889945984,-0.1018262729048729,-0.98982834815979,-0.4711211323738098,-0.6091893315315247,1.064603567123413,0.35996606945991516,0.010502420365810394,-0.68692946434021 +447,0.10834832236130004,0.06140834321991189,2.672235867808805,0.10793262720108032,-0.06136975437402725,-0.9922621846199036,-0.7205845713615417,0.8658034801483154,1.1827651262283325,-0.07172352820634842,-0.41087451577186584,0.13210904598236084 +448,0.1360891525926761,0.025967776187837886,2.7128021569820246,0.1356237381696701,-0.025964858010411263,-0.9904201030731201,0.018050843849778175,-0.09044554829597473,0.0001493575982749462,-0.004489704966545105,-0.018026228994131088,0.3793514370918274 +449,0.13470033160770967,0.022618913054913013,2.725210431705892,0.13425901532173157,-0.022616984322667122,-0.990688145160675,-0.16500785946846008,0.101117342710495,0.4037885069847107,-0.11967161297798157,0.03335917368531227,0.47509366273880005 +450,0.16507198164393236,0.03131069651499258,2.763918128933157,0.16424278914928436,-0.03130558133125305,-0.9859230518341064,0.09536754339933395,0.7450145483016968,0.5555000305175781,-0.13514427840709686,0.08201053738594055,-0.10572123527526855 +451,0.238485290999065,0.024642971699682145,2.812693043467091,0.2361593395471573,-0.024640478193759918,-0.9714018702507019,-0.3414672017097473,0.28703975677490234,0.334455281496048,-0.20631316304206848,0.09032956510782242,-0.4108459949493408 +452,0.20960928196679365,-0.012849530693169573,2.8156531039722115,0.20806057751178741,0.012849177233874798,-0.9780315160751343,-0.09810109436511993,-0.5298599004745483,-0.11206036806106567,0.3095327913761139,-0.16311773657798767,-0.28388553857803345 +453,0.18507705562798407,-0.007645030800757195,2.781067943292569,0.1840168982744217,0.007644956465810537,-0.9828933477401733,0.567071259021759,-0.00998251885175705,-0.49367642402648926,0.1382487267255783,-0.009308164939284325,0.28129422664642334 +454,0.2310294838766351,0.037161852036533466,2.7253976971484404,0.22882167994976044,-0.037153299897909164,-0.9727591276168823,0.3063697814941406,0.3948029577732086,-0.46842747926712036,-0.20217983424663544,0.10323911905288696,0.24984347820281982 +455,0.22838522501021816,0.056642609720054485,2.6721851248537782,0.22604186832904816,-0.05661232769489288,-0.9724711179733276,0.4334591329097748,-0.22866591811180115,-0.2501538395881653,-0.058546170592308044,0.021700218319892883,0.2076701521873474 +456,0.19969111654082475,0.0872527060977749,2.6885454013293466,0.1976119875907898,-0.08714203536510468,-0.9763994216918945,0.05604291334748268,-0.3296039402484894,0.8074883222579956,-0.1304427981376648,0.055693671107292175,-0.514185905456543 +457,0.13649738731921732,0.09270807579256025,2.7790097485631877,0.1354895830154419,-0.09257533401250839,-0.9864442944526672,-0.15862759947776794,-0.41681233048439026,0.9096193313598633,0.3264702558517456,-0.06617710739374161,-0.41202372312545776 +458,0.12675086077996,0.06494185423313319,2.846454835387345,0.12614527344703674,-0.06489621847867966,-0.9898867607116699,-0.14789047837257385,0.010583920404314995,0.4526331126689911,-0.08488552272319794,-0.31372010707855225,0.2623782753944397 +459,0.14303585336694155,0.07140695585901699,2.882518790001047,0.14218534529209137,-0.07134629040956497,-0.987265408039093,-0.09529708325862885,0.42135170102119446,0.5257869362831116,-0.08253875374794006,0.13082505762577057,0.4407261610031128 +460,0.1722420776939979,0.06744395561706291,2.9212412498400653,0.17100203037261963,-0.06739283353090286,-0.9829631447792053,0.03214836120605469,0.2579173147678375,0.19360467791557312,-0.11216413974761963,0.14760828018188477,0.3714976906776428 +461,0.21741195577453878,0.06886121234350512,2.9313695387215586,0.2151920199394226,-0.06880680471658707,-0.9741447567939758,-0.23565661907196045,0.6131253242492676,-0.008069872856140137,-0.1258060485124588,0.17928044497966766,-0.4610053300857544 +462,0.23061745456639993,0.01697602783836798,2.8910475498532797,0.22854574024677277,-0.01697521284222603,-0.9733851552009583,-0.5446716547012329,-0.41356760263442993,-0.8802981972694397,0.26973000168800354,-0.0005723908543586731,-0.523257851600647 +463,0.16985149872221184,-0.013910814630166388,2.8164239379151086,0.16901962459087372,0.013910366222262383,-0.9855145215988159,0.16280163824558258,-0.32494980096817017,-0.8027295470237732,0.19926650822162628,-0.28025251626968384,0.10439574718475342 +464,0.15080622711042516,0.019708172769205307,2.720535502921835,0.1502060890197754,-0.01970689743757248,-0.9884582757949829,0.5682827830314636,0.21904386579990387,-0.6974443793296814,-0.0324997752904892,-0.01625807024538517,0.4496246576309204 +465,0.1727257585918688,0.047660868314038464,2.6470286282993523,0.1716730147600174,-0.04764282703399658,-0.9840012788772583,0.38147011399269104,-0.18989507853984833,-0.5829530954360962,-0.1652948558330536,0.13298523426055908,0.3352281451225281 +466,0.15857720875350356,0.08410072515121059,2.6242087960151586,0.15735529363155365,-0.08400162309408188,-0.9839629530906677,0.20539212226867676,0.08607888966798782,0.39611107110977173,0.027871116995811462,0.047990888357162476,-0.24540716409683228 +467,0.15235291777114432,0.10325103146198078,2.730120076067969,0.15095597505569458,-0.10306767374277115,-0.9831527471542358,-0.12009245157241821,-0.3470500409603119,1.1602901220321655,-0.01721268892288208,0.12113407999277115,-0.6471725702285767 +468,0.09778993617473308,0.09907536790303732,2.8207219884122163,0.09715536236763,-0.09891336411237717,-0.99034184217453,-0.29066869616508484,-0.09075906127691269,0.6332593560218811,0.1797458827495575,-0.20632344484329224,-0.06156855821609497 +469,0.08708776372204853,0.0787934596963186,2.84381161113018,0.08670786768198013,-0.07871195673942566,-0.9931194186210632,0.017956309020519257,-0.08465088903903961,0.0073031773790717125,-0.020072735846042633,-0.11672261357307434,0.12223929166793823 +470,0.10455096729760045,0.07475083120867597,2.8728604981266597,0.10406916588544846,-0.07468123733997345,-0.9917622208595276,-0.19789637625217438,0.2951079308986664,0.30024734139442444,-0.036091260612010956,0.11954207718372345,0.4846668839454651 +471,0.1283371068637446,0.06979621592700859,2.879975051725629,0.12767349183559418,-0.06973955780267715,-0.9893613457679749,0.014179779216647148,0.3206567168235779,-0.1326228529214859,-0.06618057191371918,0.19446489214897156,0.30224281549453735 +472,0.18642223949446615,0.05156907754968076,2.858577412236962,0.18509791791439056,-0.05154622346162796,-0.981367290019989,-0.4182518720626831,0.7747084498405457,-0.30639374256134033,-0.13688014447689056,0.16157734394073486,-0.429826557636261 +473,0.19992117761229888,-0.014723482324727505,2.8109103603681187,0.19857054948806763,0.014722950756549835,-0.9799759984016418,-0.2978473901748657,-0.08924389630556107,-0.6841096878051758,0.2884899973869324,-0.12200749665498734,-0.5365340113639832 +474,0.18860135369249165,-0.027787981034055317,2.7314466514712827,0.18741285800933838,0.027784405276179314,-0.9818881750106812,0.43903228640556335,-0.06432195007801056,-0.9791637063026428,0.14541183412075043,-0.13223081827163696,0.23112529516220093 +475,0.21135407486074487,0.006123404721174794,2.6326832409661325,0.20978009700775146,-0.006123366300016642,-0.9777294397354126,0.4342667758464813,0.23435959219932556,-0.8847424387931824,-0.20808638632297516,0.026615921407938004,0.4280315637588501 +476,0.20033304935966734,0.02887883617907063,2.544264251304618,0.19891275465488434,-0.028874821960926056,-0.9795917272567749,0.4357835054397583,0.039752133190631866,-0.5868329405784607,-0.04997171461582184,0.026158757507801056,0.3467181921005249 +477,0.20535436888484776,0.059162056194643084,2.5462519657325755,0.2035573422908783,-0.059127550572156906,-0.9772759675979614,0.14040985703468323,-0.15962766110897064,0.9113562107086182,-0.2838948965072632,0.013442743569612503,-0.6281164288520813 +478,0.13776414679159096,0.08244266826483201,2.64489327625342,0.1368623524904251,-0.08234930783510208,-0.9871612191200256,0.08322514593601227,-0.5637994408607483,0.7414370179176331,0.4198698103427887,0.08869697898626328,-0.4961913824081421 +479,0.1465293194747969,0.061142100601948156,2.7196026632184283,0.14573270082473755,-0.06110401079058647,-0.9874352216720581,-0.393831729888916,0.5858999490737915,0.6027626395225525,-0.11132413148880005,-0.4132764935493469,0.2665795087814331 +480,0.1665295792955125,0.05503351878637308,2.7674767020511646,0.16550998389720917,-0.055005744099617004,-0.9846729636192322,-0.12229547649621964,0.06970515102148056,0.3975391983985901,-0.07732944190502167,0.031324103474617004,0.4653400778770447 +481,0.18318304113188963,0.03611409628349611,2.810664617003158,0.1820414960384369,-0.03610624745488167,-0.9826276898384094,-0.1982702612876892,0.3521040678024292,0.2724746763706207,-0.11462818086147308,0.12051787227392197,0.5186384916305542 +482,0.24931560014805884,0.026423738101284438,2.8363927016244146,0.24665464460849762,-0.02642066404223442,-0.9687432050704956,-0.30548468232154846,1.126914381980896,0.13712020218372345,-0.10104003548622131,0.21102149784564972,-0.5334540009498596 +483,0.2990840707820788,-0.03161566499005775,2.8460533039018703,0.2944978177547455,0.0316103994846344,-0.9551292061805725,-0.6722655892372131,-0.6568752527236938,-0.6658384203910828,0.308544784784317,0.006963819265365601,-0.653864324092865 +484,0.2280590855995168,-0.07361377017326505,2.7781606563393404,0.2254749834537506,0.07354730367660522,-0.9714689254760742,-0.04190345108509064,-0.16105946898460388,-0.4701697826385498,0.2861369550228119,-0.17552179098129272,0.04817485809326172 +485,0.21967742901182238,-0.050979700714484995,2.7088980353192076,0.21763169765472412,0.05095762014389038,-0.974699854850769,0.5740756392478943,0.23533201217651367,-0.5641252398490906,-0.07517564296722412,-0.06925290822982788,0.40019118785858154 +486,0.23712921668038214,-0.016216372176583206,2.6534309938973597,0.23488226532936096,0.01621566154062748,-0.971888542175293,0.5214892029762268,-0.16215361654758453,-0.42694076895713806,-0.20468513667583466,0.029438631609082222,0.5392408967018127 +487,0.22277719586009803,0.03610924558242241,2.64411217962178,0.22079502046108246,-0.03610140085220337,-0.9746518731117249,0.22152692079544067,0.10879023373126984,0.8290989995002747,0.03932155668735504,0.10056978464126587,-0.41138023138046265 +488,0.23625629400477047,0.05521468174174421,2.775434217312733,0.23370786011219025,-0.05518662929534912,-0.9707394242286682,-0.38985392451286316,-0.5393674373626709,1.4335283041000366,-0.07374998927116394,0.09467638283967972,-0.874872088432312 +489,0.1702444973857915,0.05318579780946207,2.8608149319424134,0.16918374598026276,-0.05316072702407837,-0.9841497540473938,-0.337926983833313,0.5180984735488892,0.303229957818985,0.23433491587638855,-0.34507840871810913,0.024890780448913574 +490,0.1903529027979092,0.03758552512393171,2.8786082806656847,0.18907180428504944,-0.03757667541503906,-0.9812440276145935,-0.021802688017487526,0.1166916936635971,0.442350298166275,0.0024259984493255615,-0.05834007263183594,0.197384774684906 +491,0.22640185880266192,0.03596577591316621,2.934456661968815,0.22432750463485718,-0.03595802187919617,-0.9738501906394958,-0.27372902631759644,0.5024644136428833,0.47272777557373047,-0.18022960424423218,0.08768531680107117,0.5520057082176208 +492,0.25517197308420625,0.03489634536960318,2.9538906251220465,0.25225815176963806,-0.03488926216959953,-0.9670308232307434,0.05738591030240059,0.09039276838302612,-0.07117503136396408,-0.13525375723838806,0.11006931960582733,0.06583148241043091 +493,0.2832446538571297,0.01186916612317706,2.9338435577953055,0.2794528007507324,-0.011868887580931187,-0.9600860476493835,-0.4634072482585907,0.3113624155521393,-0.3556440472602844,-0.11311677098274231,0.12373106926679611,-0.5154693126678467 +494,0.24522229736229978,-0.049895871381062565,2.8787162085783913,0.24246983230113983,0.0498751699924469,-0.9688760638237,-0.011078246869146824,-0.502989649772644,-0.9164618253707886,0.422569215297699,0.0253201425075531,-0.42049771547317505 +495,0.20757897062937347,-0.038013305873224906,2.785562343743441,0.2059425711631775,0.03800415247678757,-0.9778258204460144,0.7384817600250244,-0.12976573407649994,-0.9386159181594849,0.153569757938385,-0.05367492884397507,0.3278166651725769 +496,0.22418045014541577,0.015678777392235322,2.6716199727681462,0.22228007018566132,-0.01567813567817211,-0.9748567938804626,0.5660547018051147,0.21694913506507874,-1.0468711853027344,-0.20828776061534882,0.04029056057333946,0.5174898505210876 +497,0.20528716009912545,0.051566491613856055,2.5565432602836213,0.20357733964920044,-0.051543641835451126,-0.9777011275291443,0.6467379331588745,-0.3047669231891632,-0.706903874874115,-0.04905158281326294,0.06559698283672333,0.10335731506347656 +498,0.18059980444335183,0.0919953085560514,2.601016488452898,0.1788601130247116,-0.09186559915542603,-0.9795763492584229,-0.095549575984478,-0.11006579548120499,1.45888352394104,-0.1872677206993103,-0.018089227378368378,-0.6124341487884521 +499,0.09491692208879438,0.0887007160367151,2.7189247231888034,0.09440187364816666,-0.08858444541692734,-0.9915851354598999,-0.3543948233127594,-0.6372877955436707,0.9057149887084961,0.46759459376335144,-0.12084243446588516,-0.4381328821182251 +500,0.08831080944721824,0.048032328087578645,2.809942459328536,0.08809434622526169,-0.04801386222243309,-0.9949542880058289,-0.27522847056388855,0.037803709506988525,0.9303989410400391,-0.14682543277740479,-0.3138177990913391,0.20549505949020386 +501,0.08189639459202006,0.04690804517577332,2.9048198030266628,0.08171489834785461,-0.04689084365963936,-0.9955520629882812,-0.07623779773712158,0.12058381736278534,0.9378072023391724,-0.03146769851446152,0.13717709481716156,0.6195907592773438 +502,0.10583775879854034,0.03839761460906542,2.9630691399366564,0.10556241124868393,-0.03838818147778511,-0.9936714172363281,-0.014242701232433319,0.26362958550453186,0.20091485977172852,-0.059801310300827026,0.169308602809906,0.4389229416847229 +503,0.15397192865645257,0.05537726351689374,2.9944672940391825,0.15312917530536652,-0.0553489625453949,-0.9866549372673035,-0.0997370108962059,0.6852273941040039,0.25593021512031555,-0.15828663110733032,0.1816001832485199,-0.5154202580451965 +504,0.1796423241820662,0.019897379101239503,2.976786858760812,0.17864230275154114,-0.019896065816283226,-0.983712911605835,-0.6292874813079834,0.013471798971295357,-0.5679557919502258,0.33632659912109375,0.039122141897678375,-0.74764084815979 +505,0.1796614252532861,0.0008060189650562375,2.952167480856183,0.1786963939666748,-0.0008060188847593963,-0.9839039444923401,0.45411476492881775,0.5752217769622803,-0.0035100537352263927,0.2636559009552002,-0.1896999627351761,0.04606825113296509 +506,0.2409358216795951,0.02732066434235316,2.9187138908067984,0.238522469997406,-0.027317265048623085,-0.9707527160644531,-0.13208037614822388,0.9942479729652405,-0.6505217552185059,-0.270108163356781,-0.025844357907772064,0.5334815979003906 +507,0.2890653455963376,0.03908138795882441,2.857006022955638,0.28483882546424866,-0.03907144069671631,-0.957778811454773,0.54151850938797,-0.05313374474644661,-0.636651873588562,-0.17273250222206116,0.07228982448577881,0.607375979423523 +508,0.2902585376866093,0.08870150107554664,2.800415951528824,0.28507480025291443,-0.08858522772789001,-0.9544029831886292,0.6931329965591431,0.1638539433479309,-0.19274605810642242,0.05109158158302307,0.08931764960289001,-0.28714364767074585 +509,0.33032880099190903,0.10411864484427838,2.8354957833457273,0.32259753346443176,-0.10393062978982925,-0.9408130645751953,-0.2112550437450409,-0.4992041289806366,0.5481275916099548,0.19644540548324585,0.05725398659706116,-0.6874675750732422 +510,0.2505228480804249,0.08266076500634312,2.8741692567129355,0.2470640391111374,-0.08256666362285614,-0.9654750823974609,-0.31991812586784363,-0.4608670473098755,-0.020149875432252884,0.01782853901386261,-0.48489242792129517,-0.05478858947753906 +511,0.22111091603659092,0.0718531217168175,2.906153042214731,0.21874772012233734,-0.07179130613803864,-0.9731369018554688,-0.025109704583883286,-0.13511918485164642,0.6165576577186584,0.11166608333587646,0.024382248520851135,0.27759552001953125 +512,0.2295375563861982,0.07874651809680973,2.985329245815425,0.2268221527338028,-0.07866515964269638,-0.970754086971283,-0.1397065371274948,0.2929438054561615,0.5905362963676453,-0.1881411075592041,0.17439879477024078,0.6460928320884705 +513,0.25183677247906533,0.09001818578751894,3.0064140798064862,0.2481742948293686,-0.08989666402339935,-0.9645351767539978,0.14455421268939972,0.424483060836792,-0.03271128982305527,-0.1425071805715561,0.15993450582027435,-0.0931583046913147 +514,0.2928020518853763,0.06882142078844723,2.9974914056680126,0.28795287013053894,-0.06876710802316666,-0.9551723599433899,-0.4590579569339752,-0.09248638898134232,-0.6256112456321716,0.03336670994758606,0.15447571873664856,-0.4838077425956726 +515,0.22852607257389593,0.005263625131951235,2.9385203036201837,0.2265390306711197,-0.005263600964099169,-0.973987877368927,0.052125971764326096,-0.7758540511131287,-1.0156625509262085,0.388344407081604,-0.15960761904716492,-0.2609211802482605 +516,0.19674185052446078,0.03796462310407095,2.8076999518520918,0.19533422589302063,-0.03795550391077995,-0.9800019860267639,0.8914440870285034,0.18207493424415588,-1.105846881866455,-0.01149633526802063,-0.048897527158260345,0.4392610192298889 +517,0.23312485488335327,0.07866829257081234,2.6928632564824566,0.23030447959899902,-0.07858717441558838,-0.9699401259422302,0.5675153136253357,-0.22699622809886932,-1.0935388803482056,-0.19267632067203522,0.13573133945465088,0.7322998046875 +518,0.21974177943967627,0.1034328449436126,2.6118704562078263,0.21681265532970428,-0.10324851423501968,-0.970737874507904,0.2754395008087158,-0.02454547956585884,-0.09280957281589508,0.12245126068592072,0.06549827754497528,-0.29470402002334595 +519,0.2461554516977258,0.10157557559348888,2.6785195514803375,0.24242110550403595,-0.10140099376440048,-0.9648573994636536,-0.29476994276046753,-0.27688974142074585,0.7464335560798645,-0.040715187788009644,0.049841560423374176,-0.7921615839004517 +520,0.15096345022295718,0.07423109504387182,2.7306697383032974,0.14997653663158417,-0.07416294515132904,-0.9859040975570679,-0.3870208263397217,-0.636115312576294,-0.0296326857060194,0.19943445920944214,-0.5063881874084473,-0.04247725009918213 +521,0.1313584770799634,0.05880236684447408,2.7512041538875325,0.13075464963912964,-0.058768484741449356,-0.9896714091300964,0.03928941488265991,0.1438545137643814,0.7036355137825012,0.12400609254837036,-0.008858464658260345,0.19098061323165894 +522,0.16626751212786783,0.06468691623369649,2.825808367194795,0.16515634953975677,-0.0646418109536171,-0.9841467142105103,-0.18371932208538055,0.5793818235397339,0.6206716299057007,-0.14565563201904297,0.1685083955526352,0.65245121717453 +523,0.20295389130746616,0.07085674448568136,2.857687028499494,0.20105768740177155,-0.07079746574163437,-0.9770176410675049,0.0834079310297966,0.6104168891906738,0.2785896062850952,-0.22304560244083405,0.15897801518440247,0.08004498481750488 +524,0.24951421032958326,0.06680450590426978,2.883891583848605,0.2463824301958084,-0.06675482541322708,-0.9668709635734558,-0.33508723974227905,0.33000448346138,0.06070307642221451,-0.1570880115032196,0.15870428085327148,-0.4059317708015442 +525,0.20272584254563158,0.010333066559605185,2.8864396089935416,0.20132935047149658,-0.010332882404327393,-0.9794691205024719,-0.13258998095989227,-1.1978003978729248,-0.3704844117164612,0.3528088331222534,-0.2315647006034851,-0.3901140093803406 +526,0.13777303055267576,0.01686481993827054,2.837166053547047,0.13731805980205536,-0.016864020377397537,-0.9903834462165833,0.4849417805671692,-0.2730652391910553,-0.5390689969062805,0.17280156910419464,-0.15285949409008026,0.23377639055252075 +527,0.17644857362066185,0.06057421075008865,2.7784126560561764,0.17521245777606964,-0.060537174344062805,-0.9826677441596985,0.3590361177921295,0.4642418622970581,-0.852599561214447,-0.26572757959365845,0.0656793862581253,0.6300066113471985 +528,0.1917547958040534,0.08833814241584467,2.702925135317496,0.1898386925458908,-0.08822329342365265,-0.9778435230255127,0.4400990903377533,-0.04898417741060257,0.10977795720100403,-0.041691094636917114,0.11932070553302765,0.2881157398223877 +529,0.2227326711642552,0.10071562384613848,2.7661453874466293,0.2197762131690979,-0.10054543614387512,-0.9703550934791565,-0.25800594687461853,0.48455730080604553,0.87189781665802,-0.1447182297706604,0.20622780919075012,-0.7957887053489685 +530,0.19804486888450243,0.06454675060914287,2.837002035482092,0.1963430792093277,-0.06450194120407104,-0.9784114360809326,-0.45400044322013855,-0.7700051069259644,0.38869330286979675,0.446036696434021,-0.13833314180374146,-0.5295841693878174 +531,0.14541070130804065,0.049065216150371585,2.8393308949389606,0.14472442865371704,-0.04904553294181824,-0.9882557392120361,0.09157929569482803,-0.33494624495506287,0.119158536195755,-0.14983612298965454,-0.27235034108161926,0.18912243843078613 +532,0.1288380058161723,0.07410768661894626,2.863567274496458,0.12812921404838562,-0.07403986901044846,-0.9889898896217346,0.02257893979549408,0.1532168835401535,0.30136558413505554,-0.029526934027671814,0.18039363622665405,0.7784186005592346 +533,0.14586809283250324,0.08864883690814754,2.879393790954,0.14478060603141785,-0.08853277564048767,-0.9854950904846191,0.11487787216901779,0.12055779248476028,0.06267420947551727,-0.18034884333610535,0.14413580298423767,0.41315317153930664 +534,0.24229192413025039,0.07466123202781147,2.901022843373614,0.23925982415676117,-0.07459188997745514,-0.9680861234664917,-0.403053343296051,0.9878854155540466,0.18711285293102264,-0.21263323724269867,0.17194294929504395,-0.7182694673538208 +535,0.23899242712908983,0.028429831674962342,2.8863583963235406,0.23662814497947693,-0.028426002711057663,-0.9711843729019165,-0.37396347522735596,-0.3818400502204895,-0.6786748766899109,0.42595425248146057,0.08338816463947296,-0.6859811544418335 +536,0.1704055677574774,0.019559849746530307,2.7938312730702743,0.1695496141910553,-0.019558602944016457,-0.9853275418281555,0.41955238580703735,-0.2697999179363251,-0.8907820582389832,0.2115996778011322,-0.1388886570930481,0.14122658967971802 +537,0.19583469532382192,0.06189798460990957,2.6973552604172872,0.19421270489692688,-0.061858467757701874,-0.9790071249008179,0.5981688499450684,0.3693380355834961,-0.9693467617034912,-0.2569110691547394,-0.013077449053525925,0.6467164754867554 +538,0.17825166388356103,0.10850901264296933,2.603127225367017,0.1762664020061493,-0.10829620063304901,-0.978367030620575,0.6101148724555969,-0.18699391186237335,-0.3839226961135864,-0.11158441007137299,0.1411331295967102,0.4217264652252197 +539,0.18655545715096278,0.13500545901301175,2.6289362994999546,0.1837875097990036,-0.13459572196006775,-0.9737074375152588,-0.3037618398666382,0.5384714603424072,0.974112331867218,-0.0545913428068161,0.13352760672569275,-0.7416245937347412 +540,0.17030235805394253,0.0980602963421157,2.7386998594125553,0.16866615414619446,-0.09790321439504623,-0.9807990193367004,-0.7856359481811523,-0.6270300149917603,0.8926823735237122,0.41600489616394043,-0.05849936604499817,-0.37734001874923706 +541,0.14139743615838032,0.0460004278051017,2.780583370143025,0.14077766239643097,-0.04598420485854149,-0.9889727234840393,0.0008152015507221222,-0.07934471219778061,0.16956549882888794,-0.026260465383529663,-0.3452358841896057,0.09929382801055908 +542,0.18340108185642473,0.06343856898639649,2.825237083583703,0.1820078045129776,-0.06339602917432785,-0.9812512993812561,-0.008991299197077751,0.8278443217277527,0.47358134388923645,-0.1350107342004776,0.17368654906749725,0.5906415581703186 +543,0.23050005553921232,0.06822534412501718,2.8345561694970116,0.227932870388031,-0.06817242503166199,-0.9712873697280884,0.1575600504875183,0.1872936338186264,-0.196151003241539,-0.1521882563829422,0.236934632062912,0.4022871255874634 +544,0.2679088275269828,0.07150274938994593,2.825330171925071,0.2640390396118164,-0.07144183665513992,-0.9618625044822693,-0.08515264093875885,0.2764274477958679,-0.23834873735904694,-0.0798044204711914,0.14028948545455933,-0.5561581254005432 +545,0.24431675219210072,0.0322542674359968,2.8020556845017803,0.24176761507987976,-0.03224867582321167,-0.9697981476783752,-0.43449410796165466,-0.7942841053009033,-0.4886389672756195,0.41201046109199524,0.02321546897292137,-0.6145066618919373 +546,0.18456790692795833,0.009246057797433458,2.727368480443765,0.18351395428180695,-0.009245926514267921,-0.9829736351966858,0.3256291449069977,-0.12278134375810623,-0.9275737404823303,0.37294358015060425,-0.11380095034837723,0.014345705509185791 +547,0.22811199879658053,0.03739188729980154,2.6381314285296686,0.2259807586669922,-0.037383176386356354,-0.9734141826629639,0.4147294759750366,0.6627811789512634,-0.7891945242881775,-0.2658367156982422,-0.042740724980831146,0.46082574129104614 +548,0.2278209477501973,0.06035161124051642,2.5404553980146143,0.22544412314891815,-0.06031498312950134,-0.9723873138427734,0.5258525609970093,-0.3024093508720398,-0.8781890869140625,-0.16431739926338196,0.07128605246543884,0.6714382171630859 +549,0.23260215012784607,0.0988329320890471,2.5321986570586175,0.22938548028469086,-0.09867211431264877,-0.9683212637901306,-0.03511935472488403,0.5031001567840576,0.884162187576294,0.004684329032897949,0.08663292974233627,-0.5172286629676819 +550,0.22609052443240354,0.08959500962586033,2.6743692840611133,0.22327013313770294,-0.08947519212961197,-0.9706413745880127,-0.5466205477714539,-0.9961547255516052,0.9298339486122131,0.5786097049713135,0.11388924717903137,-0.8194434642791748 +551,0.16164959076054772,0.032750800415998364,2.7385922806434397,0.16086019575595856,-0.03274494409561157,-0.9864338636398315,-0.454504132270813,-0.12756870687007904,0.20715975761413574,-0.06216634809970856,-0.4980167746543884,-0.09884750843048096 +552,0.16722979886097394,0.025644041355338796,2.776142802130046,0.16639670729637146,-0.02564123086631298,-0.985725462436676,0.05241714045405388,0.36092260479927063,0.25734439492225647,-0.05299338698387146,0.17017248272895813,0.581581175327301 +553,0.17781870246089082,0.03647216834825951,2.7829008548414174,0.17676545679569244,-0.036464083939790726,-0.983577311038971,0.38039839267730713,-0.1675250232219696,-0.19227805733680725,-0.12073518335819244,0.21120773255825043,0.8255115151405334 +554,0.20724994005654165,0.06960374887827815,2.761600222552187,0.20527122914791107,-0.06954756379127502,-0.9762309193611145,0.10543981194496155,0.9802919030189514,-0.1802556961774826,-0.08350609242916107,0.09516707062721252,-0.5204426646232605 +555,0.24646089249640418,0.028176733535599675,2.7627080960116412,0.24387648701667786,-0.02817300520837307,-0.9693970084190369,-0.7295762300491333,-0.3036676347255707,-0.43295514583587646,0.546025276184082,0.08060219883918762,-0.6475310921669006 +556,0.21203117812712963,-0.0014590016105630954,2.6900351268397484,0.21044579148292542,0.0014590010978281498,-0.9776044487953186,0.44753628969192505,-0.011656454764306545,-1.1588637828826904,0.2503543794155121,-0.1758211851119995,-0.046626508235931396 +557,0.24089901622362647,0.04449776861175776,2.554959699441246,0.2383396178483963,-0.044483084231615067,-0.9701626300811768,0.8403964042663574,0.5209992527961731,-1.1441227197647095,-0.2581302523612976,-0.050960637629032135,0.5710232257843018 +558,0.2364578295425598,0.0921963523475722,2.4150094623230838,0.23326557874679565,-0.09206579625606537,-0.9680449962615967,0.8634726405143738,-0.4162268042564392,-0.9761503338813782,-0.18610066175460815,0.13092993199825287,0.5965850353240967 +559,0.23855220927744994,0.14259962072577972,2.4061563733205116,0.23389765620231628,-0.14211682975292206,-0.9618184566497803,-0.38101527094841003,0.5417598485946655,0.9257169961929321,0.06940129399299622,0.08262281119823456,-0.8531534671783447 +560,0.2042578226776364,0.11113980500315523,2.5323107733058707,0.20158900320529938,-0.11091114580631256,-0.9731703996658325,-0.7185457348823547,-0.42674708366394043,0.9662075042724609,0.5645090341567993,0.03908803313970566,-0.5245407819747925 +561,0.21164503480918104,0.03942464328109376,2.5797361020394765,0.20990528166294098,-0.039414431899785995,-0.9769269824028015,-0.31497302651405334,-0.11849936842918396,0.1932888776063919,-0.18393482267856598,-0.4532766044139862,0.06918162107467651 +562,0.20753464410647515,0.044036599991966345,2.6115754014663572,0.2058483213186264,-0.044022370129823685,-0.9775932431221008,0.05162760987877846,0.24524910748004913,0.2612541913986206,-0.1122051328420639,0.10923843085765839,0.6024101376533508 +563,0.23360229573472446,0.04695792783397538,2.628273225332737,0.231228306889534,-0.046940673142671585,-0.971766471862793,0.056051529943943024,0.1530611217021942,0.0025685946457087994,-0.157986119389534,0.15323340892791748,0.5080671310424805 +564,0.28793486373658767,0.043068463858836475,2.64725006122033,0.2837093770503998,-0.04305515065789223,-0.9579432606697083,-0.4177969992160797,0.8376213312149048,0.015201564878225327,-0.07121551036834717,0.19452914595603943,-0.5353428721427917 +565,0.3151069920605959,-0.014249126967462063,2.6447172932548804,0.30988672375679016,0.014248644933104515,-0.9506667256355286,-0.7139362096786499,-0.4640621542930603,-0.6839579939842224,0.40156957507133484,0.10614320635795593,-0.6022049784660339 +566,0.2556795284652579,-0.06208078633713882,2.550762090329506,0.2524157166481018,0.062040917575359344,-0.965627908706665,0.2838486135005951,-0.0903204008936882,-1.1263017654418945,0.3574780821800232,-0.26052725315093994,-0.10473036766052246 +567,0.2969487105440664,-0.02633285806731519,2.468544005556695,0.29250237345695496,0.02632981538772583,-0.9559022188186646,0.67899489402771,0.6745253205299377,-0.4248824715614319,-0.26825621724128723,-0.11809617280960083,0.3681642413139343 +568,0.29166847317647926,0.023960177831364494,2.3862668815130528,0.2874681055545807,-0.023957885801792145,-0.9574905037879944,0.8225027918815613,-0.6572726368904114,-0.6050052642822266,-0.2305680811405182,0.043809570372104645,0.6023269891738892 +569,0.27259976243522105,0.07447037933920547,2.4081851575280027,0.26848989725112915,-0.07440156489610672,-0.9604049324989319,-0.09605585783720016,0.3725796043872833,1.139320731163025,0.07509225606918335,0.13825958967208862,-0.5361770987510681 +570,0.27644143998445536,0.07606730164298496,2.5647930749125445,0.2721446752548218,-0.07599396258592606,-0.9592508673667908,-0.6684927940368652,-0.8576849102973938,1.046455979347229,0.5565601587295532,0.29810088872909546,-0.6584096550941467 +571,0.21695126265091225,0.01475309676653751,2.6393416898100317,0.21522992849349976,-0.01475256122648716,-0.9764519929885864,-0.40525004267692566,0.029156845062971115,0.06391995400190353,-0.043507516384124756,-0.5107601284980774,-0.056430697441101074 +572,0.21999651787200736,0.026253413761535234,2.668431083215993,0.2181510180234909,-0.02625039778649807,-0.9755619168281555,0.2556631565093994,0.36308643221855164,0.2649693787097931,-0.026546403765678406,0.12802651524543762,0.607382595539093 +573,0.27152989709387915,0.0439483585478875,2.667560235115641,0.26794663071632385,-0.043934211134910583,-0.9624314904212952,0.19504383206367493,0.25417855381965637,-0.23816271126270294,-0.16650620102882385,0.2747997045516968,0.6323991417884827 +574,0.31031445519290485,0.04874133504884698,2.644307798150086,0.30499544739723206,-0.0487220399081707,-0.9511067271232605,-0.0965602695941925,0.7188200354576111,-0.3027442991733551,-0.060442835092544556,0.0633094385266304,-0.648487389087677 +575,0.31387721666654333,0.013304349241738959,2.6233074939757213,0.3087214231491089,-0.01330395694822073,-0.9510594606399536,-0.40059375762939453,-0.94249027967453,-0.5134230256080627,0.5176945924758911,0.08158703148365021,-0.6977137327194214 +576,0.21888867791872962,0.003791112334169297,2.542373604845305,0.21714338660240173,-0.0037911031395196915,-0.976132333278656,0.5138087868690491,-0.3633746802806854,-0.9812802076339722,0.3930250406265259,-0.14978860318660736,0.05633258819580078 +577,0.2472536161222035,0.049517605427282424,2.4466402691680345,0.24444203078746796,-0.04949737340211868,-0.9683997631072998,0.5699433088302612,0.67530357837677,-0.7190382480621338,-0.26987844705581665,-0.03578399866819382,0.5434730052947998 +578,0.253472203901279,0.09035190136611505,2.349466780856364,0.24974384903907776,-0.09022901952266693,-0.9640989303588867,0.7974807024002075,-0.2693999707698822,-0.8812124729156494,-0.25529804825782776,0.09514235705137253,0.7483854293823242 +579,0.2583442174109479,0.13117370960180663,2.3273662140203584,0.2532852590084076,-0.1307978630065918,-0.9585084915161133,-0.14313209056854248,0.5006891489028931,0.5000548958778381,0.2582656443119049,0.1301569938659668,-0.8544645309448242 +580,0.24956374030272052,0.116445809496213,2.4643486766917655,0.24530863761901855,-0.1161828264594078,-0.9624578952789307,-0.5512222051620483,-0.9020547270774841,1.0502262115478516,0.644080400466919,0.1291985809803009,-0.6635797023773193 +581,0.23580577229999294,0.0717205838498774,2.5299658807523904,0.233025923371315,-0.07165911048650742,-0.9698267579078674,-0.4475482404232025,-0.162384033203125,0.11556015908718109,-0.2684263288974762,-0.5810813903808594,0.05724436044692993 +582,0.20939876818786546,0.07933830333187736,2.5664772958099524,0.20721794664859772,-0.07925509661436081,-0.9750791192054749,0.13608461618423462,-0.18056365847587585,0.3435233235359192,-0.019443288445472717,0.1495065689086914,0.6606718301773071 +583,0.21226034283850523,0.08857402217876167,2.5894883241677795,0.2098442018032074,-0.08845825493335724,-0.9737250804901123,0.2476021647453308,0.019118860363960266,0.03398352488875389,-0.1735435426235199,0.25462645292282104,0.5965735912322998 +584,0.2624014002114733,0.10062106078090752,2.5862150225084855,0.25808843970298767,-0.10045135766267776,-0.9608849287033081,-0.2981896698474884,1.1192866563796997,0.021862123161554337,-0.08415350317955017,0.06689727306365967,-0.7512580156326294 +585,0.2854133284761022,0.05180829778337319,2.6006471486706615,0.28117629885673523,-0.051785122603178024,-0.9582579135894775,-0.5227486491203308,-0.5900859832763672,-0.30741575360298157,0.5655796527862549,0.017590180039405823,-0.6901185512542725 +586,0.21936801896568744,0.037894595140557014,2.545933003966779,0.2174566090106964,-0.037885528057813644,-0.9753344655036926,0.40465739369392395,-0.3608868718147278,-0.7755488753318787,0.21599982678890228,-0.18904319405555725,0.06720763444900513 +587,0.23449130796721798,0.07617997063781953,2.4563591695040348,0.23167437314987183,-0.07610630989074707,-0.969811737537384,0.5832223296165466,0.35267916321754456,-0.7724971175193787,-0.24688738584518433,-0.0013778209686279297,0.625146210193634 +588,0.2262736209003993,0.11150245039414608,2.361048937414463,0.22295451164245605,-0.11127154529094696,-0.9684575200080872,0.6024143695831299,-0.23542647063732147,-0.5567845702171326,-0.14626383781433105,0.15825335681438446,0.43516284227371216 +589,0.24221748611195235,0.14195970947686037,2.3877775570786524,0.23744316399097443,-0.1414833813905716,-0.9610427618026733,-0.4777280390262604,0.6609352827072144,0.9568070769309998,-0.040803149342536926,0.1060677170753479,-0.6553360223770142 +590,0.22635360195310872,0.11347092323947194,2.4984632911622193,0.22298237681388855,-0.11322757601737976,-0.9682243466377258,-0.6545826196670532,-0.6020771265029907,0.7987935543060303,0.5537967681884766,0.00041934847831726074,-0.5846778750419617 +591,0.21462362297757773,0.05216990804106156,2.5519581015533555,0.21268993616104126,-0.052146244794130325,-0.9757273197174072,-0.41191351413726807,0.15846039354801178,0.2639772295951843,-0.14608532190322876,-0.4708029627799988,0.2698709964752197 +592,0.2591291582924863,0.04983356038549161,2.6121356327663023,0.25592076778411865,-0.049812935292720795,-0.965413510799408,-0.09371967613697052,0.6671504974365234,0.7013749480247498,-0.20159947872161865,0.1370932161808014,0.5377859473228455 +593,0.3003665516176245,0.06362846680683296,2.640430179141574,0.295271635055542,-0.0635855421423912,-0.953295111656189,0.25735870003700256,0.03600268065929413,0.00263626454398036,-0.21261480450630188,0.1981985867023468,0.48713910579681396 +594,0.33468693590203474,0.08325519241938464,2.6330754467685953,0.32733574509620667,-0.08315904438495636,-0.9412416815757751,-0.171750009059906,0.3426246643066406,-0.12282859534025192,-0.006382375955581665,0.07177599519491196,-0.6742826104164124 +595,0.31912182587708215,0.03563395820765993,2.6093724696861362,0.3135336935520172,-0.03562641888856888,-0.9489085078239441,-0.6528447270393372,-0.6807727217674255,-0.5128090381622314,0.5010262727737427,0.029919635504484177,-0.5487568378448486 +596,0.25170899335701735,0.011444731604466915,2.52933893204207,0.24904315173625946,-0.011444482021033764,-0.9684247970581055,0.3703959882259369,-0.2649858295917511,-0.8143062591552734,0.12710125744342804,-0.26965293288230896,0.09131908416748047 +597,0.2695882079031064,0.048679141986338784,2.4589537203461327,0.2660190463066101,-0.04865991696715355,-0.9627388119697571,0.4952782988548279,0.35111379623413086,-0.5801935195922852,-0.2735568881034851,-0.024216055870056152,0.49836814403533936 +598,0.2621215677959103,0.0837628060845323,2.386475762377542,0.25822171568870544,-0.0836648941040039,-0.9624561071395874,0.6219675540924072,-0.09088893234729767,-0.31723275780677795,-0.13125333189964294,0.11196994036436081,0.5829242467880249 +599,0.27834077934588836,0.11605431808589899,2.4090903844400797,0.2729124128818512,-0.11579398065805435,-0.9550448060035706,-0.3106897175312042,0.4219888746738434,0.8736391067504883,0.036566346883773804,0.13802604377269745,-0.8610562682151794 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/TEST/standing/1.csv b/BoostRunClub/CoreML/DataSet/TEST/standing/1.csv new file mode 100644 index 0000000..100edda --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/TEST/standing/1.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,0.16768911435038242,0.35685958996079525,2.1406673507434593,0.15638910233974457,-0.34933340549468994,-0.9238553047180176,0.10599056631326675,-0.23637787997722626,0.07270318269729614,-0.009843677282333374,-0.0017408430576324463,0.03927278518676758 +1,0.15589518678388575,0.3503879628393938,2.1464553237873925,0.14583055675029755,-0.3432622253894806,-0.9278493523597717,0.23094987869262695,-0.3595925569534302,0.09658168256282806,0.015821054577827454,0.01272633671760559,-0.041907668113708496 +2,0.15980249409303005,0.32460031046720733,2.1405588321565068,0.1508135348558426,-0.3189300000667572,-0.935702383518219,-0.7706682682037354,-0.8388328552246094,-0.06653278321027756,-0.04438348114490509,0.025289863348007202,-0.1363953948020935 +3,0.03447942032878797,0.3454491556179211,2.147802223486116,0.0324360691010952,-0.33861932158470154,-0.9403642416000366,0.585110604763031,-0.8650047183036804,0.12586042284965515,0.0339091494679451,0.031993985176086426,0.08115708827972412 +4,0.05715862997869623,0.33505340792120014,2.159741463007135,0.05395080894231796,-0.32881960272789,-0.9428504705429077,-0.3284229338169098,0.5045838356018066,0.051650047302246094,-0.08730652928352356,0.031425803899765015,0.004328131675720215 +5,0.03571971545432152,0.30053602735725565,2.143392455484377,0.03411142900586128,-0.29603224992752075,-0.95456862449646,-0.14024680852890015,-1.2337764501571655,-0.21207782626152039,-0.09305614233016968,0.03467974066734314,-0.09676188230514526 +6,-0.11336783303456278,0.3520594839787749,2.098110378794356,-0.10618656873703003,-0.3448317050933838,-0.9326390027999878,0.17423105239868164,-1.521736741065979,-0.16359618306159973,0.13440006971359253,0.02406144142150879,-0.017922520637512207 +7,-0.21969716212546941,0.36676508536558955,2.1309546851869907,-0.20343977212905884,-0.3585975468158722,-0.9110543727874756,1.099531650543213,-0.6931042075157166,-0.48755398392677307,-0.027379930019378662,0.1533820927143097,0.07034087181091309 +8,-0.13218414178113075,0.36149896335417453,2.0760133989129796,-0.12328103929758072,-0.3536767065525055,-0.9272079467773438,-0.832947850227356,1.6330604553222656,-0.8282207250595093,-0.16007468104362488,-0.03263002634048462,0.20243072509765625 +9,-0.046630225181379444,0.2624496232411514,2.0635628445817904,-0.04501716420054436,-0.2594470679759979,-0.9647075533866882,-0.3483041822910309,0.6568873524665833,-0.2798348069190979,-0.08475884050130844,0.12791630625724792,-0.14628487825393677 +10,0.010266893999068676,0.24275627280645837,2.0454757765668146,0.0099656842648983,-0.2403789907693863,-0.9706279635429382,-0.13993120193481445,-0.659451425075531,0.3630903363227844,0.0389845073223114,0.03308834135532379,-0.05020028352737427 +11,-0.034837345962320194,0.2658278737227169,2.0455556499617202,-0.03360689803957939,-0.2627081573009491,-0.9642899036407471,-0.1574147641658783,0.39842358231544495,-0.21977131068706512,-0.00406704843044281,-0.016405612230300903,-0.06364893913269043 +12,-0.02364105412352738,0.2629667850864816,2.025574286982957,-0.022826218977570534,-0.2599464952945709,-0.9653531908988953,-0.20594669878482819,0.3741016387939453,-0.0470401830971241,0.049910567700862885,-0.014620155096054077,0.02220749855041504 +13,-0.016914489219824285,0.260207397303061,2.0119613767160076,-0.016344310715794563,-0.25728097558021545,-0.9661983847618103,-0.07007214426994324,0.0876556783914566,-0.06887009739875793,0.03181672841310501,0.009463012218475342,0.018291950225830078 +14,-0.013108308568691471,0.2558404214217701,2.0100888200951,-0.012681282125413418,-0.2530585527420044,-0.9673678278923035,-0.047485142946243286,0.03696063160896301,-0.01704622060060501,0.007706918753683567,-0.00013050436973571777,0.015066862106323242 +15,0.007876516408201717,0.2610818561978722,2.016857955532042,0.007609512656927109,-0.258125901222229,-0.9660813212394714,0.29488199949264526,0.34713613986968994,0.11794044822454453,0.01671300083398819,0.017067551612854004,-0.058088600635528564 +16,0.007120423134881394,0.265466258600209,2.0154758392971743,0.006870938464999199,-0.26235923171043396,-0.9649457931518555,-0.11153639853000641,-0.15949082374572754,-0.08513922244310379,0.003245636820793152,-0.01948586106300354,0.04114818572998047 +17,0.002996215033281131,0.26154755187624884,2.0099385493456294,0.0028943123761564493,-0.25857576727867126,-0.9659866690635681,0.04007166996598244,0.21033960580825806,0.08983097225427628,0.020176976919174194,0.019607901573181152,-0.022569239139556885 +18,0.022929235105207627,0.26696684798374243,2.021075849129242,0.022115040570497513,-0.26380693912506104,-0.9643219709396362,0.05789303779602051,0.030426476150751114,0.09994204342365265,0.005274489521980286,-0.016481757164001465,0.0070160627365112305 +19,0.018719406723930607,0.26866749659216144,2.019714209243941,0.018046801909804344,-0.2654469609260559,-0.9639565348625183,0.04647393524646759,-0.16225802898406982,-0.018854381516575813,0.013798289000988007,0.003377258777618408,-0.0052817463874816895 +20,0.01447109180466624,0.2699805478091182,2.0214618515800273,0.013946405611932278,-0.2667126953601837,-0.9636751413345337,0.10708212852478027,-0.13712115585803986,0.023090826347470284,-0.005340450443327427,-0.0010332465171813965,-0.014413177967071533 +21,0.013153382689320354,0.2728842028061948,2.023260766398525,0.0126663101837039,-0.26951003074645996,-0.9629142880439758,-0.034515380859375,-0.024569936096668243,-0.029874416068196297,0.0010055601596832275,-0.009802103042602539,0.02341538667678833 +22,0.0053252716883996215,0.27231973316096836,2.0192050802743013,0.005129009019583464,-0.268966406583786,-0.9631358981132507,0.020295405760407448,0.059074096381664276,0.05099300295114517,-0.02108970284461975,0.02279636263847351,0.027772128582000732 +23,0.01530488231860031,0.2809372876566012,2.0281755459117465,0.014704295434057713,-0.2772563099861145,-0.9606834650039673,0.014213744550943375,0.4294935464859009,0.14413422346115112,-0.014017648994922638,0.018436729907989502,0.012700676918029785 +24,0.017928621044140388,0.2863707991603338,2.025740666798642,0.017197562381625175,-0.2824726998806,-0.9591211676597595,-0.08616567403078079,-0.17166493833065033,-0.08793684095144272,0.008849196135997772,-0.019056230783462524,0.06233161687850952 +25,-0.00034368707977297796,0.27616608436235945,2.0204575530780358,-0.0003306640428490937,-0.2726690173149109,-0.9621078372001648,-0.0513455830514431,0.028280317783355713,0.0712888240814209,0.024576880037784576,0.014856517314910889,-0.019017040729522705 +26,0.005468698391755548,0.26382903343950287,2.0252066210002817,0.005279446952044964,-0.2607789933681488,-0.9653840661048889,-0.07460825145244598,0.06892086565494537,0.020959297195076942,-0.017608553171157837,0.005789369344711304,-0.003014981746673584 +27,0.023876533650349516,0.25071643437638735,2.0393536323125727,0.023127835243940353,-0.24809806048870087,-0.9684588313102722,0.08972983807325363,-0.03314211592078209,0.07562664896249771,0.018101409077644348,0.0028588026762008667,-0.05720645189285278 +28,0.03002444599244083,0.2639992846406289,2.0425835633177702,0.028979867696762085,-0.26094335317611694,-0.9649190306663513,0.05742843076586723,-0.013409427367150784,0.03861735388636589,0.018551260232925415,-0.012265264987945557,0.03158468008041382 +29,0.02433731291569474,0.2570266455194066,2.045285348359629,0.023535510525107384,-0.25420600175857544,-0.9668636918067932,-0.08596669137477875,0.05503523349761963,0.08393073827028275,0.011971689760684967,0.0069373250007629395,-0.006479203701019287 +30,0.026843390314844357,0.24491384289472032,2.0598546049696425,0.026039209216833115,-0.24247273802757263,-0.9698086977005005,-0.2335721254348755,0.00889454036951065,0.22263291478157043,0.029457002878189087,-0.009144693613052368,0.03671848773956299 +31,0.029217037487268664,0.22462362711109596,2.07685202204747,0.028478994965553284,-0.22273945808410645,-0.9744619727134705,-0.2773297131061554,0.15081529319286346,0.17729249596595764,0.035348519682884216,-0.025719404220581055,0.013356626033782959 +32,0.05022145778151306,0.19116205429191246,2.1084848137769345,0.049285903573036194,-0.18999990820884705,-0.980546236038208,-0.18511557579040527,0.3208203911781311,0.443789541721344,0.05117795988917351,-0.016924530267715454,0.006608247756958008 +33,0.07220607825860517,0.16122192157193868,2.1695379707442375,0.07120778411626816,-0.1605243980884552,-0.9844599366188049,-0.4364738464355469,0.09375856071710587,0.7704387903213501,0.17485544085502625,0.0182819664478302,0.04255014657974243 +34,0.0792105276170411,0.11947166896817407,2.286269292017088,0.07856368273496628,-0.11918766051530838,-0.9897586107254028,-0.5856376886367798,0.11268875747919083,1.3556848764419556,0.15918351709842682,0.06320316344499588,-0.026385188102722168 +35,0.08146323248235489,0.09691021755503977,2.449443749403371,0.08099135011434555,-0.09675859659910202,-0.9920071363449097,-0.18617825210094452,0.012434413656592369,1.5981734991073608,0.06732408702373505,0.06117510050535202,-0.03866302967071533 +36,0.08441336860807933,0.08890169997352212,2.58129409549128,0.08398018777370453,-0.08878464251756668,-0.9925042390823364,-0.24686047434806824,0.19850993156433105,1.2497282028198242,0.04654349386692047,0.12731307744979858,-0.050098299980163574 +37,0.09654384493714468,0.07947436908444747,2.720461694493019,0.0960896760225296,-0.07939073443412781,-0.9922015070915222,-0.06480203568935394,0.010134689509868622,1.4414783716201782,-0.001576744019985199,0.038069941103458405,-0.05592465400695801 +38,0.08365517514303548,0.09052992202221939,2.8513499489093315,0.08321546763181686,-0.09040631353855133,-0.9924222230911255,0.07915109395980835,0.01036780420690775,1.1127032041549683,0.04880356788635254,0.0015086159110069275,-0.028634846210479736 +39,0.07656760400667419,0.10736223975447345,2.9525207895106713,0.07605238258838654,-0.10715610533952713,-0.9913291931152344,-0.04982055351138115,0.13735806941986084,0.8962483406066895,0.04165390878915787,0.06000645458698273,0.02955251932144165 +40,0.07753585498914425,0.11182277452917613,3.0534858199427193,0.07697441428899765,-0.11158987879753113,-0.9907687306404114,0.007125125732272863,0.04419900104403496,1.047441840171814,-0.05640556663274765,0.07393118739128113,0.030426323413848877 +41,0.06196131420057874,0.11643133002733215,-3.1391046400318623,0.06150243431329727,-0.11616844683885574,-0.9913235306739807,-0.12114672362804413,-0.07621058821678162,0.5912750363349915,-0.12043187767267227,0.0015596821904182434,0.0015774369239807129 +42,0.05427081947702951,0.1066997370021698,-3.092576160254399,0.0539356954395771,-0.1064973920583725,-0.9928490519523621,-0.060407936573028564,-0.07576140761375427,0.4749845564365387,-0.0388142354786396,0.0577303022146225,0.0028435587882995605 +43,0.038732354590483124,0.09605061070928736,-3.0273308956775025,0.0385441854596138,-0.09590298682451248,-0.9946441650390625,-0.05562276020646095,-0.25240328907966614,0.7029024958610535,-0.0270848348736763,0.004655435681343079,-0.0430908203125 +44,0.006885524362176837,0.11044438586984598,-2.9652600796452635,0.00684351846575737,-0.11021999269723892,-0.9938836693763733,0.2473280280828476,-0.08309486508369446,0.4758298397064209,-0.01580042764544487,-0.002740830183029175,-0.010617673397064209 +45,0.006728824646249204,0.12577706765975055,-2.9274651991633367,0.0066756196320056915,-0.12544569373130798,-0.9920780062675476,0.08016905188560486,0.14516015350818634,0.44146376848220825,0.06826028972864151,0.06354081630706787,0.022656679153442383 +46,0.010178482062863125,0.1261841155162334,-2.86956549456706,0.0100973816588521,-0.12584951519966125,-0.9919979572296143,-0.006310882978141308,0.12208457291126251,0.6433554887771606,-0.022014494985342026,0.05552177131175995,0.006875276565551758 +47,0.004952188580623263,0.1189547328092466,-2.8127392964810367,0.004917172249406576,-0.1186743900179863,-0.9929210543632507,-0.14493979513645172,-0.06034942716360092,0.44984379410743713,-0.09305194020271301,0.0722113847732544,-0.017805874347686768 +48,-0.007530728888015231,0.09462788835637374,-2.7857655683984293,-0.007496966514736414,-0.09448672831058502,-0.9954978823661804,-0.1297617405653,-0.1748359650373459,0.12887826561927795,-0.13372312486171722,0.06024600565433502,-0.05714493989944458 +49,-0.03307610087202277,0.09693740443066674,-2.78612821228833,-0.03291481360793114,-0.09678565710783005,-0.9947608709335327,0.10412965714931488,-0.23646506667137146,-0.16716547310352325,-0.15534812211990356,0.016875378787517548,0.007395148277282715 +50,-0.05075438248111774,0.10734212943118901,-2.8328780500996196,-0.05044059455394745,-0.10713610798120499,-0.9929640293121338,-0.06271219998598099,-0.01364920474588871,-0.774468719959259,-0.13574714958667755,-0.06411328166723251,0.04179215431213379 +51,-0.05949368285631217,0.10990390047034636,-2.912879836616628,-0.05909985676407814,-0.10968278348445892,-0.9922080636024475,0.2223234325647354,-0.44837093353271484,-0.7387351393699646,-0.01580553501844406,-0.08367659151554108,-0.07833331823348999 +52,-0.11850061853915152,0.16274544336762217,-2.9633479661210105,-0.11666128784418106,-0.1620279848575592,-0.9798658490180969,0.5981597900390625,-0.8906003832817078,-0.5853681564331055,-0.09833505004644394,0.016077667474746704,-0.056190669536590576 +53,-0.18016989732857255,0.2009126274614571,-3.055917968126111,-0.17559215426445007,-0.19956368207931519,-0.9640237092971802,0.7122206091880798,-0.15801800787448883,-0.7814747095108032,0.008187979459762573,0.3234803080558777,0.040470242500305176 +54,-0.11775586389144309,0.2023068740181425,3.1414456657977645,-0.11508790403604507,-0.2009296864271164,-0.9728217124938965,-1.109010100364685,0.7738602161407471,-1.2337325811386108,0.07720033079385757,0.036439940333366394,0.22819280624389648 +55,0.026151872548170193,0.07665045471935328,2.9981107215750353,0.02607211284339428,-0.07657542079687119,-0.9967228770256042,-1.049484133720398,0.8405115604400635,-1.2721827030181885,0.06506863236427307,-0.04323659837245941,-0.03525954484939575 +56,0.04002040583206724,-0.0034108981728997916,2.911278938677112,0.04000949114561081,0.003410891629755497,-0.9991934895515442,-0.26855993270874023,-0.655336320400238,-0.4124610424041748,0.06902981549501419,-0.05522973835468292,-0.2431465983390808 +57,-0.01216110830736997,0.028917929838938837,2.882095371838406,-0.012155723758041859,-0.02891390025615692,-0.9995079636573792,0.33372145891189575,0.05755580961704254,-0.2536178231239319,0.0015508662909269333,0.07028047740459442,-0.07933413982391357 +58,0.002557650894017276,0.07640135437065973,2.874101107304163,0.0025501870550215244,-0.07632704824209213,-0.9970795512199402,0.4800020456314087,-0.0035906326957046986,0.01852385886013508,-0.030626358464360237,0.0005824267864227295,0.05100417137145996 +59,0.006861420277112137,0.10646383725993726,2.8714465169182297,0.006822518073022366,-0.10626283288002014,-0.9943146705627441,0.2468116730451584,0.10785839706659317,-0.12835070490837097,-0.06482117623090744,-0.08387694507837296,0.004461765289306641 +60,0.0022190582305183864,0.13236299900049353,2.8407571294126566,0.0021996458526700735,-0.13197684288024902,-0.9912503361701965,0.25103774666786194,-0.11574957519769669,-0.39106500148773193,-0.03508233651518822,-0.023494943976402283,-0.01920187473297119 +61,0.011354942142100696,0.16348604055316535,2.7983984001829496,0.011203293688595295,-0.1627587527036667,-0.9866023063659668,0.2571147084236145,0.12303575128316879,-0.4073001742362976,-0.01704740896821022,0.016411706805229187,0.028701305389404297 +62,0.028937112529319877,0.18230585260938612,2.754061431753207,0.028453603386878967,-0.1812976896762848,-0.9830165505409241,0.2459818422794342,-0.07885982096195221,-0.4995470345020294,-0.04496361315250397,0.039162084460258484,0.012435495853424072 +63,0.04594133344721115,0.1967864260615142,2.7027280932707,0.04503881558775902,-0.19551879167556763,-0.979665219783783,0.06736177206039429,0.07416301220655441,-0.5168536305427551,-0.04746496304869652,0.01151306927204132,0.04709380865097046 +64,0.04739024802499248,0.191004227426678,2.6510247599308068,0.04651099815964699,-0.18984495103359222,-0.980711817741394,-0.18210434913635254,-0.05674004927277565,-0.48581600189208984,-0.020189587026834488,0.007899165153503418,0.026549220085144043 +65,0.047230056343454396,0.18222554279769257,2.6004572626697553,0.0464307926595211,-0.1812187135219574,-0.9823461771011353,0.0020249364897608757,-0.08294573426246643,-0.49840202927589417,0.002351555973291397,0.008336633443832397,-0.013045668601989746 +66,0.058447658079300024,0.18295307470131222,2.553602678903327,0.05743949115276337,-0.1819341480731964,-0.9816316366195679,0.08346915245056152,-0.012582086026668549,-0.5364410877227783,-0.05252616107463837,-0.0019037425518035889,-0.02996504306793213 +67,0.06420001686045476,0.22344500843644285,2.4817559733640424,0.06256099790334702,-0.2215902954339981,-0.9731309413909912,0.1765495240688324,-0.21467730402946472,-0.47517767548561096,-0.05435177683830261,0.011980324983596802,0.047593891620635986 +68,0.04695562862673432,0.2480573548831542,2.426678752162595,0.045501649379730225,-0.24552124738693237,-0.96832275390625,0.18815170228481293,-0.18981759250164032,-0.4415588974952698,0.0014343895018100739,0.04764527082443237,0.0410919189453125 +69,0.05670925642694157,0.25372382229091217,2.3547529784277152,0.05486425757408142,-0.25101029872894287,-0.9664283394813538,0.08528077602386475,-0.08323974907398224,-0.4719772934913635,0.015402466058731079,0.03049027919769287,-0.01420825719833374 +70,0.06282128956496195,0.258143101412424,2.313864288701671,0.06069980561733246,-0.2552856206893921,-0.9649584293365479,0.14016346633434296,-0.043715063482522964,-0.3333694338798523,0.07063259184360504,0.02881467342376709,-0.02104926109313965 +71,0.059098611685371935,0.28217101432785424,2.2757940061546105,0.05672841519117355,-0.278441458940506,-0.9587764143943787,0.33906984329223633,-0.19949819147586823,-0.4733296036720276,0.07773202657699585,0.02549651265144348,-0.024057447910308838 +72,0.037475860363468755,0.30084707202880967,2.264226557946685,0.0357842855155468,-0.2963293492794037,-0.9544152021408081,0.21409523487091064,-0.23086418211460114,-0.01997358165681362,0.0608801394701004,0.0374792218208313,-0.033362507820129395 +73,0.02220849273313806,0.3097401991509827,2.2610319277967017,0.02114991471171379,-0.3048112094402313,-0.9521779417991638,-0.04830025136470795,-0.09044564515352249,0.08891677111387253,0.07461424171924591,0.03140422701835632,-0.02998453378677368 +74,0.004032658944999898,0.3221600853532774,2.2720866108821722,0.0038251832593232393,-0.3166162669658661,-0.9485459923744202,0.137378990650177,0.44669219851493835,0.06840812414884567,0.04097461700439453,0.0269128680229187,0.005522310733795166 +75,0.05172819920705345,0.3351936938043013,2.26516086562982,0.04882756620645523,-0.3289521038532257,-0.9430834650993347,0.7097179293632507,-0.31792396306991577,-0.06974494457244873,0.04084833711385727,0.07425236701965332,-0.07493716478347778 +76,0.019534657718370766,0.41174420287817476,2.2426792043885584,0.017900893464684486,-0.40020835399627686,-0.9162493348121643,0.23242102563381195,0.38774535059928894,-0.018856381997466087,-0.03082507848739624,0.0066536664962768555,0.05293756723403931 +77,0.014149224044719933,0.4324466246649422,2.2439787913327054,0.012846262194216251,-0.41909345984458923,-0.9078522324562073,0.3567037284374237,-0.45085975527763367,-0.05557670444250107,0.05238506197929382,-0.011631667613983154,0.049514830112457275 +78,-0.008376845462440906,0.4595890048745383,2.2349485986819513,-0.007507533300668001,-0.4435797929763794,-0.8962034583091736,0.16856779158115387,-0.018522625789046288,-0.10694313794374466,0.004593104589730501,0.026358753442764282,0.07346481084823608 +79,-0.006031235838090873,0.459513089981722,2.229781957488662,-0.005405574105679989,-0.4435117542743683,-0.8962522745132446,-0.13536667823791504,-0.08914814889431,-0.01850113272666931,-0.0075796544551849365,-0.030822962522506714,0.04659712314605713 +80,-0.01881026487896171,0.45322825103770603,2.219771606307931,-0.01691015064716339,-0.4378701448440552,-0.8988791704177856,-0.14792363345623016,-0.08679666370153427,-0.144691601395607,-0.0001339167356491089,0.008304715156555176,-0.0028694868087768555 +81,-0.02370278043823645,0.44384150827262,2.215043707514271,-0.02140418440103531,-0.429411917924881,-0.9028550982475281,-0.06276316195726395,-0.053069859743118286,-0.050528015941381454,-0.009189680218696594,0.0015554726123809814,0.002388179302215576 +82,-0.02125999708445389,0.43535660410337784,2.2111480931212864,-0.019275406375527382,-0.4217337667942047,-0.9065148234367371,-0.06363265216350555,-0.040946707129478455,-0.04979845881462097,-0.00548960268497467,0.001674562692642212,0.0036370158195495605 +83,-0.018778034773723744,0.42777932901769206,2.2099099663909496,-0.01708492822945118,-0.41485124826431274,-0.9097288250923157,-0.09475800395011902,-0.0010262783616781235,-0.005807125475257635,-0.0034534037113189697,0.0018416047096252441,0.0017698407173156738 +84,-0.019426946801578103,0.4218389383404782,2.2137154438786846,-0.01772281900048256,-0.4094388782978058,-0.9121654033660889,-0.07842888683080673,0.05113590881228447,0.04826157167553902,-0.004860177636146545,0.00028970837593078613,0.007899045944213867 +85,-0.021540474933702265,0.4176655358540003,2.219928773881712,-0.019687296822667122,-0.4056277573108673,-0.9138262867927551,0.03152529522776604,-0.04764978960156441,0.06386066973209381,-0.017727253958582878,0.018985331058502197,-0.006156563758850098 +86,-0.023368417852022823,0.4127373621234658,2.224700166152431,-0.02140413597226143,-0.40111833810806274,-0.9157761335372925,0.04776722192764282,-0.022749323397874832,0.044297315180301666,-0.00917448103427887,0.0030012428760528564,-0.02030479907989502 +87,-0.025180461065207247,0.41513439459522583,2.2268611169633536,-0.023039251565933228,-0.40331292152404785,-0.9147720336914062,0.03716174513101578,-0.05638807266950607,-0.001225573942065239,-0.0042129456996917725,0.0058519840240478516,0.00893402099609375 +88,-0.025368138902755556,0.4123181307444124,2.2265079570703215,-0.023239651694893837,-0.4007342755794525,-0.9158995151519775,0.014878790825605392,-0.001366534736007452,-0.010222009383141994,0.003983067348599434,0.00043520331382751465,-0.014459311962127686 +89,-0.02696057596132155,0.4136443478636341,2.224309174036068,-0.024683786556124687,-0.4019489884376526,-0.9153293371200562,0.021632414311170578,-0.06487325578927994,0.010341191664338112,0.017603710293769836,0.011552870273590088,0.009384512901306152 +90,-0.02989892293623421,0.41221927494523086,2.225725464014084,-0.02739032730460167,-0.4006436765193939,-0.9158244132995605,-0.019017739221453667,-0.018524393439292908,0.002504421165212989,0.005341382697224617,0.004571318626403809,0.004767954349517822 +91,-0.028601914601862476,0.405554516937851,2.227343685813559,-0.02627825178205967,-0.3945283591747284,-0.9185079336166382,-0.059098463505506516,0.010227805003523827,0.04029714688658714,0.007601484656333923,0.009167641401290894,-0.022989869117736816 +92,0.005978908736072154,0.3850719006279342,2.2354244028638486,0.0055410489439964294,-0.37562575936317444,-0.926754891872406,-0.5946780443191528,0.7441891431808472,0.09474930912256241,-0.021578043699264526,-0.024795353412628174,-0.0629454255104065 +93,0.026045318520834693,0.37201143866706654,2.236547610971047,0.024261025711894035,-0.3634900152683258,-0.931282103061676,0.15680383145809174,-0.1838591992855072,-0.005297644063830376,0.0016789063811302185,0.018092066049575806,0.0176926851272583 +94,0.021142562635001735,0.36948688107766053,2.24225144595351,0.019714239984750748,-0.3611370027065277,-0.9323043823242188,-0.04144403338432312,0.01077286433428526,0.05255851522088051,-0.00015246868133544922,0.004844248294830322,-0.00359344482421875 +95,0.02058478025618417,0.3643752327567071,2.2464623517328084,0.01923196017742157,-0.3563656210899353,-0.9341486692428589,-0.07856838405132294,-0.03476354852318764,0.023769285529851913,0.00014669448137283325,-0.006930917501449585,0.005132555961608887 +96,0.01848853540633079,0.35802611975171206,2.250808653520197,0.017315197736024857,-0.35042619705200195,-0.9364302754402161,-0.04140758141875267,0.04648824781179428,0.04676235467195511,0.006168074905872345,0.007225513458251953,-0.016771018505096436 +97,0.017345217205110237,0.35668831088624947,2.2560068143682517,0.016252664849162102,-0.3491729199886322,-0.9369173645973206,-0.021819651126861572,0.037453919649124146,0.033384837210178375,-0.008165501058101654,0.00047907233238220215,0.0026827454566955566 +98,0.013977253861490534,0.35085567413636026,2.258279224706367,0.013125318102538586,-0.34370148181915283,-0.9389872550964355,-0.01558381225913763,-0.03505951911211014,-0.004561783745884895,0.0025607123970985413,0.011334538459777832,-0.011482715606689453 +99,0.01049360444315948,0.34921294317382656,2.261904503136872,0.009860053658485413,-0.34215834736824036,-0.939590573310852,0.08251848816871643,0.002182750031352043,0.0471620112657547,-0.0020628124475479126,0.009623587131500244,-0.02116382122039795 +100,0.010399124941773422,0.3484302683404653,2.264965876760737,0.00977406371384859,-0.34142282605171204,-0.9398589730262756,0.007922394201159477,0.03247835487127304,0.04839932173490524,0.01019968744367361,0.016639530658721924,-0.01561582088470459 +101,0.00965303136979923,0.35470729216541697,2.2691124290464506,0.009051972068846226,-0.3473159074783325,-0.9377045035362244,0.025927308946847916,-0.022039571776986122,0.0373365692794323,0.012630760669708252,-0.0038803815841674805,0.007955968379974365 +102,0.01256896285610356,0.3509955278609694,2.274732011300232,0.011802333407104015,-0.3438328206539154,-0.9389566779136658,-0.05234207957983017,0.09912580996751785,0.03926217183470726,0.0015643676742911339,-0.002007603645324707,-0.008156299591064453 +103,0.011437371083926952,0.3543301718877678,2.2824129645649642,0.010726637206971645,-0.34696221351623535,-0.9378177523612976,0.024801867082715034,0.049266569316387177,0.07596662640571594,0.013595864176750183,0.01499202847480774,-0.0007351040840148926 +104,0.010427355591084549,0.3539917994304597,2.2927435079256884,0.009780645370483398,-0.3466448485851288,-0.9379454851150513,-0.052204638719558716,0.0038792984560132027,0.10497262328863144,-0.0030972957611083984,-0.0013470947742462158,0.0050841569900512695 +105,0.005043472308805228,0.354043385830803,2.2982364303396063,0.004730648826807737,-0.3466932475566864,-0.9379666447639465,0.08923123776912689,0.044807009398937225,0.01563427224755287,-0.006088674068450928,0.004957377910614014,-0.019766509532928467 +106,0.004701634748235168,0.35941115518742245,2.3048319791671035,0.004401203244924545,-0.3517230749130249,-0.9360937476158142,0.01774541661143303,0.04358489811420441,0.09953738003969193,0.012673377990722656,0.00037419795989990234,0.005475461483001709 +107,-0.0007723796019862865,0.3639212209260669,2.3135993157532395,-0.000721795076970011,-0.35594138503074646,-0.9345080256462097,-0.031669534742832184,-0.09528227895498276,0.057105034589767456,0.005802974104881287,-0.010940968990325928,0.030806243419647217 +108,-0.006432182217275587,0.3611308718704152,2.3202569853551656,-0.006017250940203667,-0.35333240032196045,-0.9354785084724426,0.016477011144161224,-0.07482146471738815,0.06216450780630112,0.007817789912223816,-0.01104748249053955,-0.000663459300994873 +109,-0.014725175712730118,0.3608823943435891,2.3233621049497524,-0.013776164501905441,-0.35309991240501404,-0.9354841709136963,-0.056070297956466675,-0.08455247431993484,0.015419285744428635,0.01093803346157074,0.016613125801086426,0.02720475196838379 +110,-0.015705158193968605,0.3473493446765849,2.3195452053695043,-0.014766612090170383,-0.3404066562652588,-0.9401623606681824,-0.20653077960014343,0.14553086459636688,-0.05499710515141487,-0.016468122601509094,0.009199380874633789,0.004600226879119873 +111,6.782673727114146e-05,0.3299316453602048,2.3147697617989986,6.416846736101434e-05,-0.32397836446762085,-0.9460644721984863,-0.25239720940589905,-0.044189609587192535,-0.11827108263969421,-0.018252648413181305,0.01280587911605835,0.04861879348754883 +112,0.03302069851526388,0.28473228536010886,2.283184805156849,0.031685423105955124,-0.2809005379676819,-0.9592136740684509,-0.5304937362670898,0.428470253944397,-0.39842697978019714,-0.029915399849414825,-0.012937963008880615,-0.019317150115966797 +113,0.02954869780683864,0.2542422137860933,2.2549637108935525,0.028594668954610825,-0.2515120506286621,-0.9674316644668579,-0.3792182505130768,-0.06130200996994972,-0.2654435634613037,-0.038879089057445526,-0.005339145660400391,0.00550234317779541 +114,0.013347628550524406,0.2345692313707515,2.2221146659130473,0.012981711886823177,-0.2324240356683731,-0.9725279211997986,0.018868932500481606,-0.1538388580083847,-0.2713889479637146,-0.05743056535720825,-0.04876492917537689,-0.019003450870513916 +115,0.0056029874859930455,0.23032169177612133,2.188787090633144,0.005455000791698694,-0.22829073667526245,-0.9735777378082275,-0.05360013246536255,-0.19422249495983124,-0.36072447896003723,-0.08798979222774506,-0.04987698793411255,0.03854966163635254 +116,0.0005498637317323318,0.2251803894301791,2.1434457061186967,0.0005359817878343165,-0.22328220307826996,-0.9747536778450012,-0.03274175524711609,-0.18477998673915863,-0.4451659023761749,-0.074434295296669,-0.02598537504673004,0.033133864402770996 +117,0.002465023458755175,0.22030201061797508,2.1022447196507694,0.0024054450914263725,-0.21852435171604156,-0.9758285284042358,0.024119071662425995,-0.05233130604028702,-0.35842281579971313,-0.045786187052726746,-0.06292401254177094,0.04728543758392334 +118,0.011567145631371735,0.20992554154349835,2.061719323122752,0.011312953196465969,-0.2083870768547058,-0.9779810309410095,-0.3195244371891022,-0.017961004748940468,-0.4500506520271301,-0.017843715846538544,-0.02519446611404419,0.0027155280113220215 +119,0.021206528978863787,0.18763421265568442,2.020897873686577,0.020832756534218788,-0.18653514981269836,-0.9822273850440979,0.08051344007253647,-0.04693876579403877,-0.3279012441635132,-0.010899282991886139,-0.0037877261638641357,-0.0433158278465271 +120,0.025474648176782255,0.19573843951310504,1.9851953271258516,0.02498549036681652,-0.1944909244775772,-0.980586051940918,0.09939941763877869,-0.16083835065364838,-0.3227127194404602,-0.01657789945602417,0.03434993326663971,0.03510570526123047 +121,0.021522554161194696,0.2036049388788848,1.9638120322503436,0.02107635699212551,-0.20220111310482025,-0.979117214679718,-0.30672937631607056,-0.20695585012435913,-0.27525293827056885,-0.01041046530008316,-0.03563763201236725,0.10811501741409302 +122,-0.007199091631591029,0.16469173839541762,1.925752736087068,-0.007101619150489569,-0.16394825279712677,-0.9864434003829956,-0.20425884425640106,-0.33240947127342224,-0.30048203468322754,0.007071100175380707,0.07126635313034058,-0.1380072832107544 +123,-0.012837645822662737,0.1791376156553028,1.8941064593870125,-0.012631867080926895,-0.17818105220794678,-0.9839166402816772,0.1973811239004135,-0.13623951375484467,-0.4461551904678345,-0.014925502240657806,0.05026662349700928,0.031875014305114746 +124,-0.016500131491976162,0.18143084818537714,1.8458749730301964,-0.01622856967151165,-0.1804371178150177,-0.9834526181221008,-0.050577402114868164,-0.039001189172267914,-0.436109334230423,-0.0029364675283432007,0.0448170006275177,-0.01554030179977417 +125,-0.004505490399141432,0.178575918472803,1.7925471994606201,-0.0044338274747133255,-0.1776283234357834,-0.9840876460075378,0.051161229610443115,0.16222287714481354,-0.5447391867637634,0.026345446705818176,0.029923245310783386,0.007296323776245117 +126,0.020764247129734167,0.16777966202490055,1.728808647704124,0.020471204072237015,-0.16699360311031342,-0.9857454299926758,-0.2591460943222046,0.15310007333755493,-0.5979927182197571,0.050283804535865784,0.057221874594688416,0.01641559600830078 +127,0.04413288444795489,0.1419502149138111,1.683390404633706,0.04367481544613838,-0.14147397875785828,-0.9889780879020691,-0.09153067320585251,0.10094846040010452,-0.43042221665382385,0.04017223045229912,-0.014394551515579224,-0.04274493455886841 +128,0.06673305194683864,0.13737073905203348,1.6377447200448343,0.06605533510446548,-0.13693909347057343,-0.9883745908737183,0.046932220458984375,0.11853950470685959,-0.5141724348068237,0.0037841349840164185,-0.010170862078666687,-0.010664045810699463 +129,0.08399370900804995,0.1402433542254859,1.587949876998588,0.08307129889726639,-0.1397840827703476,-0.9866912364959717,0.0696835070848465,0.08168688416481018,-0.43806347250938416,0.025449201464653015,-0.021592870354652405,0.03271174430847168 +130,0.08795555457658924,0.1280044755004727,1.55201479843254,0.08712352067232132,-0.12765519320964813,-0.9879846572875977,-0.23492524027824402,-0.08113577961921692,-0.23936866223812103,0.05156361311674118,-0.023681476712226868,-0.0018987655639648438 +131,0.07843536222407349,0.11242360387993024,1.546679033002362,0.07786031812429428,-0.11218693107366562,-0.9906320571899414,-0.06046782806515694,-0.11693699657917023,0.04140016809105873,0.014241732656955719,0.004612468183040619,-0.012984275817871094 +132,0.07145316768451711,0.10506476247931142,1.55052659077096,0.07099870592355728,-0.10487157106399536,-0.991948127746582,-0.07744214683771133,-0.07494859397411346,-0.03519047051668167,-0.041076235473155975,0.03147680312395096,-0.03620427846908569 +133,0.0770943792182598,0.10164275617519636,1.5396851663211162,0.07662052661180496,-0.10146783292293549,-0.9918838739395142,-0.036025211215019226,0.0701792985200882,-0.26456862688064575,-0.019308514893054962,-0.03517463058233261,0.00770723819732666 +134,0.0773784677696065,0.09743977062292182,1.5147334247470752,0.07693459838628769,-0.09728565067052841,-0.9922784566879272,0.019177138805389404,0.06698234379291534,-0.21930979192256927,-0.003600858151912689,0.04752674698829651,-0.02735954523086548 +135,0.09156053771949645,0.10220988765462993,1.4958305035061161,0.09095548093318939,-0.10203202068805695,-0.9906142354011536,0.023552794009447098,0.23993618786334991,-0.11303260177373886,0.03082490712404251,-0.008624717593193054,0.013136208057403564 +136,0.09375631218441764,0.09925828059244036,1.4937490895705574,0.09315821528434753,-0.09909537434577942,-0.9907076358795166,-0.024401377886533737,-0.06383778899908066,0.09078992158174515,0.06554844975471497,0.02365592122077942,-0.013961553573608398 +137,0.09277880483787264,0.09579504909399146,1.5083417043418665,0.09222099184989929,-0.09564860165119171,-0.991133987903595,0.14254529774188995,-0.054801538586616516,0.21982382237911224,0.04660346359014511,0.009833179414272308,-0.08276426792144775 +138,0.10104003962283148,0.12240368542487438,1.5267867719904398,0.10011351108551025,-0.12209825962781906,-0.9874559640884399,0.2807331383228302,-0.006375741213560104,0.22394385933876038,0.036300063133239746,0.01893358677625656,0.0007616281509399414 +139,0.09215542573604481,0.15843509927999241,1.54371234524771,0.09087246656417847,-0.15777309238910675,-0.9832852482795715,0.20353807508945465,-0.0008721216581761837,0.2071101814508438,0.01665622740983963,0.037106603384017944,0.007958710193634033 +140,0.09099590314775693,0.18802630055263184,1.5649436290048084,0.08926879614591599,-0.18692034482955933,-0.9783107042312622,0.3422468900680542,0.14329780638217926,0.22021152079105377,0.007090456783771515,0.01312275230884552,0.013375461101531982 +141,0.10851647367662688,0.19910695603088244,1.5871281092139502,0.10616393387317657,-0.19779400527477264,-0.9744777083396912,0.023348882794380188,-0.06666842848062515,0.2890864908695221,0.054724738001823425,-0.06975360214710236,0.002248704433441162 +142,0.09437078736856055,0.21361898463687504,1.6087515392532292,0.09208891540765762,-0.21199800074100494,-0.97292160987854,0.382082462310791,-0.03986349701881409,0.2528453469276428,0.04630830138921738,0.03220370411872864,-0.05841994285583496 +143,0.09570413326922714,0.24799089629867238,1.6398752739049838,0.09263474494218826,-0.24545681476593018,-0.9649713635444641,0.3237733542919159,0.09570445120334625,0.41184335947036743,0.023469388484954834,0.054416775703430176,-0.02625483274459839 +144,0.09446970590255065,0.2824557503727624,1.6916153752438823,0.09059134870767593,-0.2787149250507355,-0.9560916423797607,0.12733782827854156,0.43763038516044617,0.6440244317054749,-0.08947745710611343,0.0024392902851104736,0.05574679374694824 +145,0.09236633474712604,0.3084283001647498,1.7299611302340883,0.08788265287876129,-0.3035614788532257,-0.9487502574920654,0.4290807545185089,-0.047208547592163086,0.3661678731441498,-0.07605709135532379,0.004916459321975708,0.04190516471862793 +146,0.07847587116210736,0.3262250007415019,1.7515724488479743,0.07426068931818008,-0.3204694092273712,-0.9443435668945312,0.034949108958244324,-0.16943606734275818,0.1491808146238327,-0.05123516917228699,0.036396563053131104,0.01050567626953125 +147,0.05506369784000125,0.33648591989695387,1.7823146865128543,0.051949504762887955,-0.3301721215248108,-0.9424901008605957,0.205707386136055,-0.2063319981098175,0.398868203163147,-0.043847084045410156,-0.015363156795501709,0.008759021759033203 +148,0.033176779584054926,0.35056080573427156,1.8151387130000376,0.031153259798884392,-0.34342455863952637,-0.9386634230613708,-0.03286580741405487,0.009744776412844658,0.15387892723083496,-0.04165130853652954,-0.05420422554016113,0.04347604513168335 +149,0.02674791236323818,0.34718966069985197,1.83264864544421,0.025148935616016388,-0.3402565121650696,-0.9399963021278381,-0.000892220064997673,0.011561012826859951,0.23523414134979248,-0.009111955761909485,-0.03073042631149292,0.010766565799713135 +150,0.019884491056334875,0.3508856978019229,1.8567532449182778,0.01867167092859745,-0.3437296748161316,-0.9388830065727234,-0.018944520503282547,0.012195216491818428,0.25041940808296204,-0.023890182375907898,-0.013890564441680908,0.02570551633834839 +151,0.012624490249206397,0.3472716563416816,1.8799767325059198,0.0118705527856946,-0.34033361077308655,-0.9402298331260681,-0.08049680292606354,-0.05959159880876541,0.19051431119441986,-0.017668887972831726,-0.026365607976913452,-0.0031295418739318848 +152,0.006023017378334393,0.3521835378213326,1.8975937868052652,0.005653300788253546,-0.3449481427669525,-0.9386047124862671,0.005366992205381393,0.029105793684720993,0.10515753924846649,0.008674710988998413,0.017494529485702515,0.03116452693939209 +153,0.00592609374495542,0.3486660879866753,1.9174799101243458,0.005569483619183302,-0.3416444659233093,-0.9398127794265747,-0.09691660851240158,0.09466063976287842,0.2434607595205307,-0.024551421403884888,0.018631160259246826,0.029046177864074707 +154,0.0037007427396946626,0.3361411482972013,1.9397405425854468,0.00349362101405859,-0.32984668016433716,-0.9440280795097351,-0.046159714460372925,0.061575643718242645,0.06571399420499802,-0.06396420300006866,-0.03666946291923523,-0.024874508380889893 +155,0.005765361825571248,0.3367100635632137,1.9381132168772963,0.005441587418317795,-0.33038368821144104,-0.9438310265541077,0.06457944214344025,0.0533599890768528,-0.046473097056150436,-0.026834413409233093,-0.01206931471824646,-0.019624173641204834 +156,0.012133758669196687,0.34289924902107727,1.926838447032915,0.011427097022533417,-0.3362189531326294,-0.9417145252227783,0.03797663748264313,0.013824338093400002,-0.17416155338287354,-0.00724618136882782,0.0026007890701293945,0.00583195686340332 +157,0.010893198265728281,0.34400281594121185,1.9127488477036594,0.010254787281155586,-0.33725807070732117,-0.941356360912323,0.0177529975771904,-0.05767082795500755,-0.11682450771331787,0.010680272243916988,-0.017676591873168945,-0.025654077529907227 +158,0.009308946669636732,0.3498545585354297,1.9004924085372066,0.00874490849673748,-0.34276118874549866,-0.9393818378448486,0.017817985266447067,-0.08257590979337692,-0.11149755120277405,0.01721028983592987,-0.013134777545928955,0.020299255847930908 +159,0.0094335988378319,0.3556004523281359,1.8944009032452924,0.00884327944368124,-0.34815332293510437,-0.9373958706855774,-0.040670543909072876,-0.03626638650894165,-0.04964230954647064,-0.011559353210031986,0.00377771258354187,0.04613006114959717 +160,0.005317680478111081,0.34758631644352617,1.8900347749115751,0.004999646916985512,-0.3406294584274292,-0.9401843547821045,-0.13733643293380737,-0.0407504178583622,-0.10753067582845688,-0.06737756729125977,-0.0242234468460083,0.009886503219604492 +161,0.0014744314216966444,0.33436421051416043,1.8681865851521788,0.0013927756808698177,-0.328168660402298,-0.9446181058883667,-0.12226846814155579,-0.07258366048336029,-0.29526257514953613,-0.05391353368759155,-0.005373179912567139,-0.021263182163238525 +162,0.004400358148443512,0.32028027924257285,1.8341348278254856,0.004176574293524027,-0.3148325979709625,-0.9491380453109741,-0.22747798264026642,-0.15898580849170685,-0.3199934959411621,-0.02317376434803009,0.015088945627212524,0.02486741542816162 +163,0.007680991256737451,0.29696724336599334,1.7987692097807648,0.0073447092436254025,-0.29262155294418335,-0.956200122833252,-0.025427579879760742,-0.16847288608551025,-0.43622276186943054,-0.0058798640966415405,-0.03243643045425415,-0.029639720916748047 +164,0.005720411030059765,0.29241746070719055,1.7544734020555874,0.005477548576891422,-0.28826791048049927,-0.95753413438797,-0.07121995091438293,-0.014620233327150345,-0.3860120177268982,0.022110342979431152,0.027144253253936768,-0.02655094861984253 +165,0.014789646799422854,0.29694401721928293,1.717838120303992,0.014141864143311977,-0.2925993502140045,-0.9561305642127991,0.08231788128614426,0.008564827963709831,-0.361716091632843,0.010104358196258545,0.006359726190567017,0.03366047143936157 +166,0.02310913317131053,0.29027671865884425,1.6801422550162468,0.0221403855830431,-0.2862173914909363,-0.9579088687896729,-0.17726851999759674,-0.05343055725097656,-0.30535367131233215,0.00863659381866455,0.02105015516281128,0.02208733558654785 +167,0.02341526076908219,0.2791485813911227,1.6524360761022203,0.02250680886209011,-0.27553728222846985,-0.9610268473625183,-0.11110302805900574,-0.06411155313253403,-0.3364575505256653,-0.023620709776878357,0.008310109376907349,-0.005098581314086914 +168,0.029823400334819904,0.26771878689755335,1.6199909169281659,0.02875673398375511,-0.2645321786403656,-0.9639480113983154,-0.012611285783350468,-0.09369762241840363,-0.3155040144920349,-0.02082216739654541,0.0012112557888031006,-0.00933384895324707 +169,0.033227720894346106,0.26353195017678066,1.5832814710279806,0.032074663788080215,-0.2604921758174896,-0.964942991733551,-0.04149911552667618,-0.029217950999736786,-0.3319595456123352,-0.003311842679977417,0.018106311559677124,0.0172654390335083 +170,0.036512736584755075,0.2561208493134115,1.549962542763969,0.035313840955495834,-0.2533298432826996,-0.9667351841926575,-0.013873125426471233,-0.036306802183389664,-0.24969343841075897,0.00577806681394577,0.004520058631896973,0.0019219517707824707 +171,0.033494637496710195,0.24802555282674904,1.522261822375007,0.03246359899640083,-0.2454904168844223,-0.9688552618026733,0.014950808137655258,-0.061327721923589706,-0.17882901430130005,0.030570458620786667,0.027671203017234802,-0.035432398319244385 +172,0.03441469329403857,0.2451908518914816,1.5005956633974042,0.03337879478931427,-0.24274146556854248,-0.9695165753364563,0.09250279515981674,0.040743641555309296,-0.13581494987010956,0.013511452823877335,0.04538431763648987,-0.027111172676086426 +173,0.040995507035938364,0.24213769092780169,1.477640160140877,0.03978842496871948,-0.23977850377559662,-0.9700119495391846,-0.11561844497919083,0.012021715752780437,-0.2614953815937042,0.0010288283228874207,0.04815863072872162,0.01900792121887207 +174,0.040917828340905744,0.22383663686875876,1.4451137961175393,0.03988591954112053,-0.22197216749191284,-0.9742368459701538,-0.14265316724777222,-0.11051147431135178,-0.36511245369911194,-0.0016168802976608276,0.03886669874191284,-0.05271017551422119 +175,0.04754053003912559,0.21670678404262758,1.4136952137463075,0.04641110822558403,-0.21501460671424866,-0.9755074381828308,0.03405342996120453,-0.04531995579600334,-0.3307153284549713,0.011206068098545074,0.04007259011268616,-0.01632910966873169 +176,0.0490092537537914,0.2114607974157022,1.3790473719391196,0.04789841175079346,-0.20988838374614716,-0.9765514135360718,-0.16769106686115265,0.020193178206682205,-0.35134071111679077,0.03840530663728714,0.04785528779029846,0.03828847408294678 +177,0.04605630831130804,0.19111454215435367,1.3544465811986355,0.04520178213715553,-0.1899532675743103,-0.9807520508766174,-0.22307956218719482,-0.06448113173246384,-0.19750003516674042,-0.015218265354633331,0.011425435543060303,-0.015021264553070068 +178,0.04253368500272366,0.1761643012457253,1.323735440908165,0.04186277091503143,-0.17525453865528107,-0.9836327433586121,-0.1449556201696396,-0.15779700875282288,-0.4015066921710968,-0.017601296305656433,0.018104270100593567,-0.00954657793045044 +179,0.036080019189199064,0.1683258812878224,1.2827337058796842,0.03556236997246742,-0.16753213107585907,-0.9852250218391418,-0.08106406033039093,-0.156483456492424,-0.44223496317863464,-0.007608272135257721,0.025106579065322876,-0.004139602184295654 +180,0.025639203163887583,0.16115419726987865,1.2342643772654787,0.025304216891527176,-0.1604575514793396,-0.9867183566093445,-0.1005501076579094,-0.18573075532913208,-0.4239899516105652,0.052866555750370026,0.0158805251121521,0.015343844890594482 +181,0.01057765361354246,0.15023145550376044,1.1997661079936015,0.010458316653966904,-0.14966697990894318,-0.9886811375617981,-0.13678663969039917,-0.11967866122722626,-0.2822624444961548,0.0624786913394928,0.005547747015953064,-0.03175032138824463 +182,0.006468800931431506,0.1471940476981875,1.1789743886230573,0.006398805882781744,-0.146663099527359,-0.9891657829284668,-0.00893106684088707,-0.013318685814738274,-0.14321565628051758,0.05213391035795212,-0.014820650219917297,-0.012848317623138428 +183,0.007428601987054569,0.15628016436934802,1.1647993390871751,0.007338002789765596,-0.15564478933811188,-0.987785816192627,0.11992866545915604,-0.0842343270778656,-0.1278420239686966,0.009736582636833191,-0.0046640485525131226,-0.002707958221435547 +184,0.006588664801516942,0.16414369021155056,1.1515071749489787,0.00650005741044879,-0.1634075939655304,-0.9865372180938721,0.1540689319372177,-0.08926577866077423,-0.10991601645946503,-0.015365414321422577,0.028214722871780396,0.00431370735168457 +185,0.00011456180244418422,0.16494467181931405,1.1438968251573902,0.0001130069067585282,-0.16419775784015656,-0.9864274263381958,-0.03041856922209263,-0.12363435328006744,-0.12167858332395554,-0.025396816432476044,0.006681263446807861,-0.0034712553024291992 +186,-0.007266869338639122,0.16531943490923084,1.136137883751407,-0.007167728617787361,-0.16456742584705353,-0.986339807510376,-0.018288105726242065,-0.034058619290590286,-0.04481908306479454,0.001033693552017212,0.012895047664642334,0.010738611221313477 +187,-0.010289706928237455,0.16334955576350205,1.1371907223777313,-0.010152552276849747,-0.1626240760087967,-0.9866358637809753,0.015069356188178062,-0.041124992072582245,0.06551645696163177,-4.031416028738022e-05,-0.010380059480667114,0.016848325729370117 +188,-0.01286614997838634,0.16173891633050433,1.1394345171066684,-0.012697880156338215,-0.16103467345237732,-0.9868670701980591,-0.00792945921421051,-0.015060938894748688,0.0011827012058347464,-0.0004857182502746582,-0.005103021860122681,-0.011866450309753418 +189,-0.01041360681629673,0.15999410653707818,1.1412922635891987,-0.010280421003699303,-0.1593123823404312,-0.9871746897697449,-0.04638535901904106,0.06911523640155792,0.0015829778276383877,-0.005756564438343048,0.008235111832618713,-0.001106560230255127 +190,-0.0021100915547793355,0.15537337502354187,1.1411460684037966,-0.0020846715196967125,-0.15474899113178253,-0.9879516363143921,-0.08845926821231842,0.07761530578136444,-0.06696095317602158,0.02735321968793869,-0.004491731524467468,0.01605832576751709 +191,0.004391291487947709,0.15100967266565835,1.1428099791613036,0.0043413033708930016,-0.1504363864660263,-0.9886101484298706,0.013458206318318844,0.06146116554737091,0.07945089787244797,0.013191044330596924,-0.0019073486328125,-0.01598268747329712 +192,0.012514838249833057,0.1512113827282672,1.146239723852869,0.012371712364256382,-0.15063580870628357,-0.9885119199752808,-0.007590843364596367,0.08016785979270935,-0.008086099289357662,0.005252182483673096,-0.02622881531715393,0.0032976865768432617 +193,0.016400581626766386,0.15201634296124097,1.1456789756925023,0.01621071994304657,-0.15143153071403503,-0.9883348345756531,0.0032587223686277866,0.04361429065465927,0.0702027678489685,0.06472189724445343,0.025805920362472534,-0.009574711322784424 +194,0.026823463569767458,0.1494304636798435,1.1661592438752504,0.026521362364292145,-0.14887496829032898,-0.9885002970695496,0.03682781755924225,0.14204490184783936,0.375172883272171,0.06593163311481476,-0.01178482174873352,-0.04043036699295044 +195,0.037342229170449555,0.16327423183054673,1.2024931586910204,0.036837026476860046,-0.16254976391792297,-0.9860124588012695,0.19347414374351501,0.15251430869102478,0.4463309347629547,0.06379468739032745,0.016538426280021667,-0.011744439601898193 +196,0.04602777451706379,0.18731458080057595,1.256514814381933,0.04520668461918831,-0.18622112274169922,-0.9814673066139221,0.2751883864402771,0.16791842877864838,0.665692150592804,0.09583029896020889,0.02281475067138672,-0.01715940237045288 +197,0.05026720671055943,0.21625116790214843,1.3320823090066742,0.04907574504613876,-0.21456962823867798,-0.975475013256073,0.24745842814445496,0.198855459690094,0.8666386604309082,0.08216510713100433,0.03993278741836548,-0.036182701587677 +198,0.05361294977911962,0.2517614306226891,1.4317220036397666,0.051897939294576645,-0.24911025166511536,-0.9670835733413696,0.5543022155761719,0.29996952414512634,0.9914404153823853,0.026944216340780258,0.02472977340221405,-0.1041901707649231 +199,0.05990171930320991,0.3209608209807016,1.5335750523164673,0.0568087138235569,-0.31547847390174866,-0.9472307562828064,0.730742335319519,0.43444758653640747,1.0412813425064087,0.0242154598236084,0.11455070972442627,-0.0076184868812561035 +200,0.057071645591441025,0.3681857176258322,1.6272455340123573,0.05321791023015976,-0.3599233329296112,-0.9314628839492798,0.022959038615226746,0.4929273724555969,0.8246106505393982,-0.0005293190479278564,0.1111592948436737,0.09398424625396729 +201,0.08349566037726215,0.3631971878936083,1.7077556508186533,0.07795822620391846,-0.35526466369628906,-0.931509256362915,-0.11521387845277786,0.32259368896484375,0.5509412288665771,0.011259913444519043,0.11315345764160156,0.05209946632385254 +202,0.08764226654965099,0.33706189476953236,1.7672763334708215,0.08260482549667358,-0.33071574568748474,-0.9401082396507263,-0.28307223320007324,0.07666631042957306,0.402561753988266,-0.027749493718147278,0.07764875888824463,-0.050217628479003906 +203,0.0795985209269746,0.32149380182410753,1.8035747018565678,0.07544052600860596,-0.31598418951034546,-0.9457603693008423,-0.15176860988140106,0.0038734134286642075,0.24293841421604156,-0.006074070930480957,0.05701202154159546,-0.07560193538665771 +204,0.07109851201079317,0.32005742057083986,1.8455775505486494,0.06743109971284866,-0.31462106108665466,-0.9468192458152771,0.10197731852531433,0.13861244916915894,0.5327023267745972,-0.05539191514253616,0.030929654836654663,0.0158347487449646 +205,0.06276859038171308,0.3265582873656178,1.8868133829471585,0.05941236391663551,-0.3207851052284241,-0.945286750793457,0.007638107985258102,0.08180445432662964,0.2913884222507477,-0.09539258480072021,-0.01852455735206604,0.04074579477310181 +206,0.04821520504702865,0.30893373887814213,1.9132411623920924,0.045914821326732635,-0.3040430247783661,-0.9515511989593506,-0.1767813265323639,-0.039406247437000275,0.3291882872581482,-0.059922389686107635,-0.014545232057571411,-0.019090890884399414 +207,0.02733336663063899,0.31241256157641545,1.9495744800688632,0.026007050648331642,-0.3073553144931793,-0.9512393474578857,0.0826326385140419,-0.11041468381881714,0.302986741065979,-0.03925167769193649,-0.03329715132713318,0.03282809257507324 +208,0.007610842597784861,0.30255951811138443,1.9681522690147617,0.007265064865350723,-0.2979644238948822,-0.9545493125915527,-0.05541159212589264,-0.13371963798999786,0.15039968490600586,-0.04501532018184662,0.008291572332382202,-0.08986902236938477 +209,-0.0011560763395087586,0.31997968183997405,1.9805739411903585,-0.001097395783290267,-0.31454727053642273,-0.9492411613464355,0.23074664175510406,0.0017409631982445717,-0.056585658341646194,-0.05958680808544159,-0.01812484860420227,0.002509593963623047 +210,-0.009251206423596092,0.3401203681036325,1.9815316261433735,-0.0087211225181818,-0.33360058069229126,-0.9426741600036621,0.11198171228170395,-0.021916035562753677,0.04899800941348076,-0.01605914533138275,0.01092296838760376,0.044862329959869385 +211,-0.014532013504214248,0.34410050726403996,1.9847689078739241,-0.013679655268788338,-0.3373500406742096,-0.9412798881530762,0.05222034081816673,0.08685298264026642,-0.021070940420031548,-0.03865799307823181,0.004861027002334595,0.026683330535888672 +212,-0.01492154457048478,0.34652549759635526,1.9835236211913982,-0.014034063555300236,-0.3396318852901459,-0.9404537081718445,-0.08722960948944092,-0.026039045304059982,-0.01724928244948387,-0.012165278196334839,-0.006116986274719238,0.03600424528121948 +213,-0.019438454703120115,0.3495388263548048,1.9875570804640943,-0.018261875957250595,-0.3424645662307739,-0.9393532276153564,0.07526436448097229,-0.0615440234541893,0.004446601029485464,-0.02736191265285015,-0.024677127599716187,0.01198512315750122 +214,-0.02568300202402844,0.3462719920339194,1.9834082282674388,-0.02415591850876808,-0.3393934369087219,-0.9403343200683594,-0.011575624346733093,-0.03796553611755371,-0.04906646907329559,0.017930328845977783,-0.00031298398971557617,-0.016956329345703125 +215,-0.024710510238136075,0.34763532060892527,1.9796970175215027,-0.023229986429214478,-0.3406755328178406,-0.939893901348114,0.026622585952281952,0.004341892898082733,-0.028322795405983925,0.024725347757339478,-0.014381229877471924,0.009779155254364014 +216,-0.02489783444880884,0.3421832718311467,1.9768523915691951,-0.023451942950487137,-0.3355445861816406,-0.9417323470115662,0.010187260806560516,-0.06286861002445221,0.04072193801403046,0.017897754907608032,-0.002880096435546875,-0.026025831699371338 +217,-0.026139090187318515,0.339479605229914,1.9773551084794385,-0.024644475430250168,-0.3329964280128479,-0.9426059722900391,-0.03301084041595459,-0.023532729595899582,-0.007137958891689777,-0.008711231872439384,-0.006557375192642212,0.005228102207183838 +218,-0.030900103988674453,0.33526215276021565,1.9770827951570982,-0.02917506918311119,-0.3290167450904846,-0.9438732862472534,-0.09205825626850128,-0.04628027230501175,-0.04453132674098015,-0.03227207064628601,-0.03394407033920288,0.009943842887878418 +219,-0.035455642840869064,0.33117914157553285,1.9698522386439243,-0.03352194279432297,-0.32515832781791687,-0.9450652599334717,-0.1098678782582283,-0.06567128002643585,-0.11488831043243408,-0.012422263622283936,-0.02078893780708313,0.02564692497253418 +220,-0.040206594568389646,0.3237357618542509,1.9623561541339416,-0.0381077378988266,-0.31811046600341797,-0.9472874402999878,-0.1329379379749298,-0.007332094479352236,-0.05906234309077263,-0.0322505347430706,-0.016270607709884644,-0.004220068454742432 +221,-0.04246114566791457,0.31771436351696936,1.9564069727088162,-0.040323927998542786,-0.3123961389064789,-0.9490956664085388,-0.0038477061316370964,-0.015378548763692379,-0.09645790606737137,-0.07231645286083221,-0.025631815195083618,0.0029287338256835938 +222,-0.056059662651220483,0.3103361905886393,1.9383809660246616,-0.05335379019379616,-0.305378794670105,-0.9507350921630859,-0.08105666935443878,-0.26745352149009705,-0.2456168532371521,-0.06694649159908295,0.0077255964279174805,-0.06598854064941406 +223,-0.07376228353905542,0.3145968160121631,1.9077708109081377,-0.0700785294175148,-0.30943310260772705,-0.9483354687690735,0.08265208452939987,-0.3581128716468811,-0.3452625274658203,0.001551315188407898,0.06445324420928955,0.022371113300323486 +224,-0.09780278725713643,0.30627531026530114,1.8614398634762708,-0.09310276806354523,-0.30150938034057617,-0.9489067196846008,-0.19908931851387024,-0.3436140716075897,-0.46211957931518555,0.029321029782295227,0.10923337936401367,-0.03533095121383667 +225,-0.1164780860235807,0.29533603948088366,1.8144662319289495,-0.1111832931637764,-0.2910613715648651,-0.950221836566925,-0.12243211269378662,-0.22965136170387268,-0.47733044624328613,0.015190251171588898,0.08155816793441772,-0.06236666440963745 +226,-0.12100105602100136,0.29661077760983795,1.7557062469848628,-0.11543508619070053,-0.2922806739807129,-0.9493401646614075,-0.06007308140397072,-0.23926714062690735,-0.616081714630127,0.050066426396369934,0.07755899429321289,-0.00836247205734253 +227,-0.12854739475673813,0.29327687597976293,1.6896110507807252,-0.12272001057863235,-0.28909072279930115,-0.9494031667709351,-0.040756627917289734,-0.22269505262374878,-0.5289949774742126,0.09748196601867676,0.08331072330474854,-0.05146658420562744 +228,-0.1280567194323047,0.2957088235582153,1.6401121481864969,-0.12216399610042572,-0.2914179861545563,-0.9487631320953369,-0.06732455641031265,-0.0921446904540062,-0.4239330589771271,0.07333587110042572,0.07088270783424377,-0.011869192123413086 +229,-0.12280650566176898,0.2861791188913382,1.5946208658540049,-0.11751599609851837,-0.2822888195514679,-0.9521045088768005,-0.11878416687250137,-0.11234553903341293,-0.40843966603279114,0.04326672852039337,0.058488160371780396,-0.03178220987319946 +230,-0.12179614306370698,0.2849798427880538,1.5558206704454596,-0.11659500747919083,-0.2811380922794342,-0.9525581002235413,-0.021434295922517776,-0.13014186918735504,-0.3876746594905853,0.015551313757896423,0.03417462110519409,-0.015230536460876465 +231,-0.12306551386044182,0.28712754915906236,1.5121607008477336,-0.11772967875003815,-0.2831985354423523,-0.9518079161643982,-0.065909743309021,-0.19713526964187622,-0.4814528822898865,0.00470782071352005,0.051676928997039795,0.004130303859710693 +232,-0.1313726905633368,0.2833862135322441,1.4717111232795548,-0.12577027082443237,-0.2796083986759186,-0.9518408179283142,-0.040031757205724716,-0.20589907467365265,-0.3389388918876648,0.005683600902557373,0.04128137230873108,-0.02470642328262329 +233,-0.13827027500337197,0.2822246492975263,1.430243461126458,-0.13237731158733368,-0.2784929871559143,-0.9512717127799988,-0.07943831384181976,-0.15309906005859375,-0.4134364128112793,0.031196266412734985,0.018315374851226807,-0.02210170030593872 +234,-0.13906311448322528,0.28261164525935867,1.3877588425391587,-0.13311652839183807,-0.27886465191841125,-0.9510596990585327,0.040221527218818665,-0.07160814851522446,-0.3561929166316986,0.004866406321525574,0.05137133598327637,-0.028874993324279785 +235,-0.13624814756356474,0.29187874461432617,1.348882942346886,-0.13008219003677368,-0.2877520024776459,-0.9488294720649719,-0.03442065045237541,-0.12044711410999298,-0.393282949924469,-0.0021657347679138184,0.030137866735458374,0.037452518939971924 +236,-0.13589187966039065,0.2908487667208728,1.3021612792859807,-0.1297842264175415,-0.286765456199646,-0.9491689205169678,-0.05457083508372307,-0.10856283456087112,-0.4206835925579071,0.039436936378479004,0.027213454246520996,-0.0027964115142822266 +237,-0.13292234546651943,0.28886560176242904,1.2634357730073464,-0.12704019248485565,-0.28486502170562744,-0.9501119256019592,-0.0790308341383934,-0.06044045090675354,-0.2854447066783905,0.08669595420360565,0.05163446068763733,-0.010184645652770996 +238,-0.1317159894045378,0.2846383923472481,1.24686555151575,-0.1260509490966797,-0.2808104157447815,-0.9514497518539429,-0.025652356445789337,0.01586487516760826,-0.024581853300333023,0.04563714563846588,0.04886159300804138,-0.039745867252349854 +239,-0.12185425542601329,0.27890600481047306,1.24493166949472,-0.11685577780008316,-0.27530407905578613,-0.9542286992073059,0.03314552456140518,0.02302945964038372,0.031221413984894753,0.027530819177627563,0.03448989987373352,-0.024744689464569092 +240,-0.11707904337023359,0.27999366414280286,1.2568533812180298,-0.1122627705335617,-0.27634957432746887,-0.954477846622467,0.07775507122278214,0.11511917412281036,0.21003404259681702,0.026599928736686707,0.06564095616340637,-0.008565366268157959 +241,-0.10681643255929155,0.2764404905915677,1.2829236529293837,-0.10256563872098923,-0.2729330062866211,-0.9565500020980835,0.07801145315170288,0.21042849123477936,0.29444727301597595,0.005641810595989227,0.035490989685058594,-0.037254929542541504 +242,-0.0896780005711913,0.2854541411065704,1.3133933990991307,-0.08593378961086273,-0.2815932333469391,-0.9556781053543091,0.18082013726234436,0.29895469546318054,0.2959033250808716,0.011165723204612732,0.04422751069068909,-0.03261840343475342 +243,-0.0673087610172376,0.30075621026380245,1.3491758212306373,-0.06423892080783844,-0.2962425649166107,-0.9529500007629395,0.13550788164138794,0.3190377652645111,0.3858244717121124,0.03372135013341904,0.04361805319786072,0.007866382598876953 +244,-0.04458208585350988,0.30957403457013555,1.3921242727614473,-0.042448740452528,-0.30465295910835266,-0.9515170454978943,0.06678038090467453,0.40739911794662476,0.41965222358703613,0.028624285012483597,0.06258752942085266,-0.008275985717773438 +245,-0.021806984751936934,0.31384015876577254,1.4400193753676642,-0.02074017934501171,-0.30871349573135376,-0.9509289264678955,0.03085886314511299,0.36164334416389465,0.43649619817733765,0.00593915581703186,0.06034618616104126,-0.022246122360229492 +246,-0.004115423024486212,0.31866486376997394,1.4879552498156325,-0.003908219281584024,-0.31329891085624695,-0.949646532535553,0.05445553734898567,0.30073606967926025,0.43232327699661255,-0.003507554531097412,0.05177852511405945,-0.02337592840194702 +247,0.013371220696298522,0.3300305162285778,1.5353770201963899,0.0126492315903306,-0.32407188415527344,-0.9459478855133057,0.10289832949638367,0.33807334303855896,0.44859185814857483,-0.03089873492717743,0.07127952575683594,-0.020528554916381836 +248,0.028171479680475734,0.3378117599969193,1.5850098520703886,0.02657577209174633,-0.3314233124256134,-0.9431077837944031,0.09164978563785553,0.25664401054382324,0.48831236362457275,-0.02335616946220398,0.06436401605606079,-0.018256962299346924 +249,0.029019240324176167,0.35769522039788404,1.647343495687977,0.02717868983745575,-0.3501162528991699,-0.9363119006156921,0.18486833572387695,0.16305987536907196,0.6091325283050537,-0.04608432948589325,0.03862333297729492,0.02925318479537964 +250,0.02475260245024438,0.3577932333884486,1.7021746324753102,0.02318269945681095,-0.3502080738544464,-0.9363849759101868,-0.03058016672730446,0.1123461201786995,0.4666508734226227,-0.061802685260772705,0.0258978009223938,-0.05738937854766846 +251,0.023527645322027765,0.368506777563948,1.7506715049665997,0.021946121007204056,-0.36022284626960754,-0.9326080679893494,0.06553330272436142,0.15945924818515778,0.32692277431488037,-0.05107514560222626,-0.010016411542892456,0.053106725215911865 +252,0.034212262314173694,0.35695835656748526,1.771695882700806,0.032049406319856644,-0.34942594170570374,-0.9364156723022461,-0.15793554484844208,0.07446037232875824,0.1576414257287979,-0.045126184821128845,0.040740638971328735,0.028853416442871094 +253,0.03144196394363518,0.33075560363102136,1.7959763236783488,0.029732823371887207,-0.32475775480270386,-0.9453297257423401,-0.41161414980888367,0.026679212227463722,0.14172741770744324,-0.06177628040313721,-0.048319607973098755,0.019716382026672363 +254,0.025376885583477705,0.30200243742949817,1.803052647028425,0.02422579936683178,-0.2974326014518738,-0.954435408115387,-0.07742490619421005,-0.07933623343706131,0.041661228984594345,-0.006342500448226929,-0.01123744249343872,-0.016908586025238037 +255,0.02987585658119806,0.29682306155762894,1.8076682358522234,0.02856515161693096,-0.29248368740081787,-0.9558437466621399,-0.08521409332752228,0.1385679692029953,0.08975254744291306,-0.005554892122745514,0.009738326072692871,0.03282439708709717 +256,0.028360640147972162,0.28302179977093306,1.8168598974193442,0.027228688821196556,-0.27925848960876465,-0.9598298072814941,-0.21044880151748657,-0.020726041868329048,0.011875808238983154,-0.012687059119343758,-0.011268824338912964,-0.00016158819198608398 +257,0.02665011556761277,0.26973855523944695,1.8194346760765288,0.02568342350423336,-0.2664794623851776,-0.9634983539581299,-0.19391362369060516,0.029060162603855133,0.007575357798486948,0.024884209036827087,0.019943207502365112,0.011731386184692383 +258,0.029188261602073065,0.24451088735570653,1.8358122202356022,0.028316060081124306,-0.24208179116249084,-0.9698425531387329,-0.22359752655029297,0.0102491844445467,0.24876369535923004,0.0028881635516881943,0.014878436923027039,-0.013449013233184814 +259,0.02311041309224865,0.2277238944012313,1.8582921166249637,0.022511761635541916,-0.22576077282428741,-0.973922610282898,-0.08613979071378708,-0.018981115892529488,0.26071205735206604,0.016230298206210136,0.053977325558662415,0.011093080043792725 +260,0.019939790248499917,0.20278372399464803,1.8856786397441088,0.019529923796653748,-0.20139679312705994,-0.9793150424957275,-0.34803301095962524,0.08305077254772186,0.21240289509296417,0.03894175589084625,-0.0018807947635650635,-0.008172750473022461 +261,0.02201177300346643,0.1767335222979391,1.908143749794192,0.021667150780558586,-0.1758149266242981,-0.984184741973877,-0.21260160207748413,0.1221189945936203,0.18879249691963196,0.030060140416026115,-0.0040861815214157104,-0.06761878728866577 +262,0.033108209933208524,0.17714888916128804,1.9296196293135985,0.032584115862846375,-0.17622379958629608,-0.9838106632232666,0.12464513629674911,0.14160214364528656,0.21339984238147736,0.025658678263425827,0.01374824345111847,0.001526176929473877 +263,0.036090819676779476,0.18114970330020205,1.9536624164482295,0.03549256548285484,-0.18016058206558228,-0.9829966425895691,-0.04694420099258423,0.10356097668409348,0.3018658757209778,0.03514036908745766,0.054443418979644775,-0.0008442997932434082 +264,0.0512867650886496,0.1812370190961666,1.990037311873244,0.05042465031147003,-0.1802464723587036,-0.9823281168937683,0.017835602164268494,0.1797708421945572,0.32471784949302673,-0.02713974192738533,0.012674465775489807,-0.012178659439086914 +265,0.05897573869604685,0.18387558413967586,2.0142004602253443,0.057947948575019836,-0.18284118175506592,-0.9814332127571106,0.03951539844274521,-0.03740054368972778,0.1466342955827713,-0.035227615386247635,0.005503535270690918,0.008288681507110596 +266,0.05536714558006901,0.17684731147420468,2.0248627462593456,0.054475754499435425,-0.17592693865299225,-0.982894778251648,-0.09018727391958237,-0.01999824121594429,0.08302939683198929,-0.017488446086645126,0.02065350115299225,-0.004837155342102051 +267,0.04972154985454016,0.16394735736614338,2.0345442041063513,0.04903461039066315,-0.16321389377117157,-0.9853714108467102,-0.1068616732954979,-0.01728326827287674,0.12602417171001434,-0.009270202368497849,-0.02684958279132843,-0.009211719036102295 +268,0.043907309568885736,0.15318192432574784,2.046372848088332,0.04337923973798752,-0.15258356928825378,-0.9873380661010742,-0.10545763373374939,-0.028839919716119766,0.15420444309711456,0.01785428076982498,-0.005650073289871216,-0.02129840850830078 +269,0.046441177218701106,0.15628153837303682,2.070223606547285,0.045858703553676605,-0.15564614534378052,-0.9867478013038635,0.01308454293757677,0.09798634052276611,0.2554311156272888,-0.0699675977230072,-0.0022975653409957886,0.0183793306350708 +270,0.04266430614453989,0.15395148684078472,2.0849480580894895,0.042146921157836914,-0.153344064950943,-0.987273633480072,-0.015310704708099365,-0.04388099163770676,0.037632279098033905,-0.07736420631408691,-0.016852468252182007,-0.008545458316802979 +271,0.031185715394949055,0.15697911711137566,2.0839498221596937,0.030797265470027924,-0.15633518993854523,-0.9872238039970398,0.04308290407061577,-0.046031929552555084,-0.10404682159423828,-0.041447900235652924,-0.007864639163017273,-0.054982006549835205 +272,0.0319213850194216,0.17359053344897923,2.065894942444542,0.03143629804253578,-0.1727200299501419,-0.9844691753387451,0.21229176223278046,0.021716568619012833,-0.2234877347946167,-0.0007050931453704834,0.013036802411079407,0.04411578178405762 +273,0.028675047935365225,0.1779779689409464,2.041788577789807,0.02821822091937065,-0.17703984677791595,-0.9837990999221802,0.06160130724310875,-0.11119330674409866,-0.19413501024246216,-0.0003861859440803528,0.06752751767635345,-0.021098971366882324 +274,0.027354454906397686,0.18362491580156187,2.0180461280299933,0.026891225948929787,-0.18259474635124207,-0.982820451259613,0.12222053855657578,-0.055489614605903625,-0.380251944065094,0.0046486929059028625,0.02300305664539337,-0.025724470615386963 +275,0.029244876098384498,0.20093130549306715,1.9721034101206152,0.02865241840481758,-0.19958198070526123,-0.9794621467590332,0.19254156947135925,-0.04311395436525345,-0.47408327460289,0.05015922337770462,0.05859076976776123,0.003647327423095703 +276,0.03326888136921901,0.21453334540961153,1.9240538305497634,0.03250022605061531,-0.21289148926734924,-0.9765352010726929,0.09633628278970718,-0.0492207333445549,-0.43439939618110657,0.07963661849498749,0.06861963868141174,0.03442704677581787 +277,0.0357916961740824,0.2095365532300617,1.883120170692795,0.03500136360526085,-0.2080066055059433,-0.9775009751319885,-0.17629790306091309,0.00316657405346632,-0.33947208523750305,0.08758774399757385,0.07162356376647949,0.011222898960113525 +278,0.04563336397707739,0.201165487896657,1.8577954191567052,0.04469761997461319,-0.19981145858764648,-0.9788143634796143,-0.09495394676923752,0.07099811732769012,-0.2147817760705948,0.05602564662694931,0.05271671712398529,0.007378816604614258 +279,0.053218250758570756,0.189674877194656,1.8325093414867646,0.05223914608359337,-0.18853960931301117,-0.980675220489502,0.01488928496837616,0.016120895743370056,-0.2293674498796463,0.05258873477578163,0.08929646015167236,-0.06052350997924805 +280,0.06482467705764652,0.18793815341771022,1.8151243889405815,0.06363862007856369,-0.18683375418186188,-0.9803281426429749,0.10077349841594696,0.021443208679556847,-0.10665828734636307,0.06943326443433762,0.08690395951271057,-0.04440629482269287 +281,0.08276935474771738,0.19282734543852298,1.8101861325709425,0.0811426118016243,-0.19163459539413452,-0.9781063795089722,0.1645013391971588,0.10626747459173203,-0.051813166588544846,-0.026272013783454895,0.02064460515975952,0.018130183219909668 +282,0.09835565405298678,0.1932512393120977,1.794108119328292,0.09636921435594559,-0.19205062091350555,-0.9766419529914856,0.01637372374534607,0.003565375693142414,-0.38446348905563354,0.00018840283155441284,-0.07519179582595825,0.060244858264923096 +283,0.08659505598353334,0.1841249244111121,1.7544671161616108,0.08502496778964996,-0.1830863207578659,-0.9794131517410278,-0.054224178194999695,-0.06771227717399597,-0.22983168065547943,0.09129033237695694,0.0428580641746521,-0.020403683185577393 +284,0.08541617722164688,0.17922515327045566,1.7440504079949655,0.08394582569599152,-0.1782671958208084,-0.9803947806358337,0.09861216694116592,-0.014196142554283142,0.04166373610496521,0.0013508051633834839,-0.0006573796272277832,-0.02354198694229126 +285,0.0796826767193497,0.18047685345305342,1.732196733565862,0.07830556482076645,-0.17949870228767395,-0.9806367754936218,-0.02452841028571129,-0.13735319674015045,-0.21388351917266846,0.009600326418876648,-0.00317952036857605,0.0013887286186218262 +286,0.0746368440944977,0.18127440749665344,1.7167533576994252,0.07334575802087784,-0.18028324842453003,-0.9808763265609741,0.005221494007855654,-0.01870620623230934,-0.05912892147898674,0.020068541169166565,0.03611820936203003,-0.011219620704650879 +287,0.07494201234544662,0.17836459623616155,1.7129326756293275,0.07368405163288116,-0.17742034792900085,-0.9813728332519531,0.03506530821323395,-0.05693669989705086,-0.016041340306401253,-0.0077355727553367615,0.0018832683563232422,-0.0043906569480896 +288,0.07268625055748036,0.17753105746028314,1.703319956622594,0.07148084044456482,-0.17659997940063477,-0.9816837310791016,-0.01610039919614792,-0.05597442761063576,-0.173519104719162,-0.00916394591331482,-0.0011954307556152344,0.023721694946289062 +289,0.06788444148391672,0.17052170900535402,1.6839134048396474,0.0668485015630722,-0.16969650983810425,-0.9832265377044678,-0.07144585251808167,-0.08173340559005737,-0.158818319439888,0.028351083397865295,0.021136939525604248,-0.012180566787719727 +290,0.06680160843463721,0.16483077585110936,1.6737981582836712,0.06584718823432922,-0.16408540308475494,-0.9842459559440613,-0.04649549350142479,-0.011338278651237488,-0.08758550137281418,0.00039121508598327637,-0.008354172110557556,-0.02574855089187622 +291,0.06946851627332057,0.16756853330593233,1.658264102344323,0.06844040751457214,-0.16678543388843536,-0.9836150407791138,0.016271747648715973,0.002186558209359646,-0.22234341502189636,0.016718894243240356,-0.024056240916252136,0.02205193042755127 +292,0.07168637828682534,0.16444322767450947,1.6369319302939769,0.07065875083208084,-0.1637030988931656,-0.9839759469032288,-0.05899538844823837,-0.047386959195137024,-0.22566154599189758,0.051945626735687256,0.005347386002540588,0.00680309534072876 +293,0.0770422060607993,0.15871377938542267,1.6229148573024916,0.07599865645170212,-0.15804828703403473,-0.984502375125885,-0.07504414021968842,-0.010210883803665638,-0.09149886667728424,0.03708421438932419,0.005292564630508423,-0.002619147300720215 +294,0.08234632121124907,0.1518720107959279,1.6160247817339033,0.08130651712417603,-0.15128886699676514,-0.9851400852203369,-0.015926390886306763,0.020348887890577316,-0.07966630905866623,-0.011726438999176025,-0.016695141792297363,-0.008405447006225586 +295,0.08411721120206136,0.1451434792459069,1.6027575187797631,0.08313461393117905,-0.1446343958377838,-0.985986590385437,-0.09953588247299194,-0.01665608212351799,-0.12521062791347504,0.00940994918346405,0.015743419528007507,0.02260768413543701 +296,0.08201268328138474,0.131189144326168,1.5887879497352362,0.08121683448553085,-0.13081316649913788,-0.988074779510498,-0.08715006709098816,-0.036693889647722244,-0.16725701093673706,-0.025781646370887756,0.0033564865589141846,-0.031151294708251953 +297,0.08232107013674068,0.12333515474354603,1.5661099174331803,0.08160350471735,-0.12302270531654358,-0.989043116569519,0.012143042869865894,0.058114223182201385,-0.25262346863746643,-0.0478358119726181,0.02840295433998108,-0.005280613899230957 +298,0.08298791042231866,0.11863333954012559,1.5319444299412994,0.08231005817651749,-0.11835526674985886,-0.9895539879798889,-0.07291536778211594,-0.02720550075173378,-0.4035812318325043,-0.015064582228660583,0.02530716359615326,0.026144564151763916 +299,0.08319724755626125,0.10423943317911132,1.4860149719702707,0.08265022933483124,-0.10405076295137405,-0.9911318421363831,-0.026136063039302826,-0.005664949771016836,-0.4707370102405548,0.009406045079231262,0.020020611584186554,-0.05566680431365967 +300,0.09014129020514224,0.10308250687793945,1.4405897343907883,0.08954142034053802,-0.10290004312992096,-0.9906532764434814,-0.022023335099220276,-0.003636340145021677,-0.452718585729599,0.009182952344417572,0.01267482340335846,0.046057939529418945 +301,0.0890215164777512,0.08837854440440823,1.3923741144073123,0.08855700492858887,-0.08826354146003723,-0.9921528100967407,-0.04584655910730362,-0.018096398562192917,-0.5009208917617798,0.005177736282348633,0.02445128560066223,-0.019367575645446777 +302,0.08622583268024209,0.0736162389241284,1.3425575967602479,0.08588577806949615,-0.07354976236820221,-0.9935864806175232,-0.10536953061819077,-0.09704434126615524,-0.552585780620575,0.014990076422691345,-0.008420445024967194,0.0031995177268981934 +303,0.07721614673365595,0.058663733418273814,1.287416468385524,0.0770067423582077,-0.058630090206861496,-0.9953052401542664,-0.012738930061459541,-0.15301840007305145,-0.4888688325881958,0.0414472371339798,0.021520718932151794,-0.03171807527542114 +304,0.06407766431709797,0.05626459770781585,1.2422371552889284,0.06393249332904816,-0.05623491480946541,-0.9963685274124146,0.006626488640904427,-0.17466163635253906,-0.4255096912384033,0.023805536329746246,0.021063409745693207,-0.004165470600128174 +305,0.05632546256576586,0.05323019979711714,1.2058991096483451,0.05621594935655594,-0.05320506542921066,-0.996999979019165,-0.0075442856177687645,-0.11465097218751907,-0.33157116174697876,0.03078966587781906,-0.012789193540811539,0.013357460498809814 +306,0.04544463244195394,0.04632632013628949,1.1764185235257794,0.045380253344774246,-0.04630975052714348,-0.9978957772254944,-0.03436858579516411,-0.09715690463781357,-0.19068452715873718,0.044051505625247955,0.029296204447746277,-0.03736722469329834 +307,0.04351145253315104,0.047222552115314516,1.1670047816600595,0.04344923421740532,-0.04720500484108925,-0.9979398250579834,0.03515376150608063,-0.019204670563340187,-0.06306931376457214,0.01923387125134468,-0.0037898682057857513,0.0033872127532958984 +308,0.043474424767579796,0.04622086216105106,1.1626872770268453,0.043414317071437836,-0.04620440676808357,-0.9979881644248962,-0.009032079949975014,-0.018531745299696922,-0.02433808334171772,0.025555409491062164,0.006043273955583572,-0.01431041955947876 +309,0.04724841329944997,0.04860499473804457,1.1683888167720495,0.04717505723237991,-0.048585858196020126,-0.9977043271064758,0.040987592190504074,0.025971144437789917,0.09474416077136993,0.016744010150432587,-0.002988845109939575,-0.00167006254196167 +310,0.051566075943157846,0.050830088477826246,1.180072071084284,0.051476653665304184,-0.05080820247530937,-0.9973809123039246,0.010933821089565754,0.03270760923624039,0.1546573042869568,0.008429352194070816,0.014812719076871872,0.0055901408195495605 +311,0.053830238803637076,0.05103880988510569,1.1942960215021263,0.0537341833114624,-0.05101665481925011,-0.9972512125968933,0.015788232907652855,0.040400709956884384,0.17038042843341827,0.005363106727600098,0.009802661836147308,-0.00793677568435669 +312,0.05770775514254852,0.052654423817921146,1.2129857379404836,0.05759579688310623,-0.052630096673965454,-0.9969517588615417,0.013247756287455559,0.0639018788933754,0.23791976273059845,-0.00635678693652153,0.006167083978652954,0.010440528392791748 +313,0.06189659453059754,0.052209900325692206,1.2327795201747342,0.06177278980612755,-0.052186183631420135,-0.9967250227928162,-0.0028870152309536934,0.041181519627571106,0.17537975311279297,0.017481360584497452,-0.018050022423267365,-0.011316359043121338 +314,0.06625941661731947,0.059145771768097745,1.257098651610024,0.06609516590833664,-0.05911129340529442,-0.9960609078407288,0.14320816099643707,0.07752357423305511,0.34804272651672363,0.050146281719207764,0.01713436469435692,-0.03601306676864624 +315,0.07223962808772098,0.07563772116049532,1.2974162593836953,0.07197044789791107,-0.07556562125682831,-0.9945401549339294,0.23537704348564148,0.11977753043174744,0.5445579290390015,0.06175757944583893,0.04443769156932831,-0.022885382175445557 +316,0.07724799230947488,0.09881542101652556,1.3598757893648767,0.07679472863674164,-0.09865468740463257,-0.9921541213989258,0.1150113195180893,0.04734497144818306,0.7555209398269653,0.05314911901950836,0.06342214345932007,0.04769611358642578 +317,0.06436333161741603,0.10610072638076634,1.4415684366319867,0.06395721435546875,-0.10590177029371262,-0.9923176169395447,-0.05804239585995674,-0.0660019963979721,0.9071933627128601,0.05210113525390625,0.04080778360366821,-0.003333568572998047 +318,0.04847065531271683,0.1043841053861635,1.5385739449551457,0.04818795248866081,-0.10419464856386185,-0.993388831615448,0.014474495314061642,-0.12219379097223282,0.966949462890625,0.022795934230089188,0.03337860852479935,-0.03541970252990723 +319,0.035261677554621694,0.11277979753795135,1.6312181606332865,0.03503040224313736,-0.11254087090492249,-0.9930294156074524,0.18190859258174896,0.022626932710409164,0.9128993153572083,0.00767894834280014,0.051414161920547485,-0.04772680997848511 +320,0.031901434917161034,0.12844833372118375,1.714770039765266,0.03163326159119606,-0.12809541821479797,-0.9912572503089905,0.09664686769247055,0.07887575030326843,0.7802262306213379,-0.00612056627869606,0.052045613527297974,0.009033739566802979 +321,0.02983213256881357,0.13318224382192256,1.7863937746037162,0.02956356480717659,-0.13278886675834656,-0.9907033443450928,0.00565260648727417,0.09039739519357681,0.6515333652496338,-0.04691280797123909,0.06786271929740906,-0.014606714248657227 +322,0.03746481243776242,0.13572478668015683,1.8462110589849157,0.03711158409714699,-0.13530847430229187,-0.9901082515716553,0.07304371893405914,0.11884964257478714,0.48012441396713257,-0.11160498857498169,0.026742175221443176,0.021678686141967773 +323,0.03859535627648428,0.1358450412081675,1.8737600011946973,0.0382302924990654,-0.13542760908603668,-0.990049421787262,-0.10195072740316391,0.013415750116109848,0.08266424387693405,-0.1134713813662529,-0.005288943648338318,0.030942976474761963 +324,0.03436821800369643,0.12796155926413336,1.869031088076507,0.034080516546964645,-0.1276126354932785,-0.9912383556365967,-0.14607371389865875,-0.05141162872314453,-0.19279637932777405,-0.04454805329442024,-0.019710958003997803,0.001065075397491455 +325,0.02648387709187406,0.12475836507825666,1.84795958137448,0.026274966076016426,-0.12443497776985168,-0.9918798208236694,-0.10015834122896194,-0.10680566728115082,-0.23816807568073273,-0.007994938641786575,-0.0014195144176483154,-0.008959412574768066 +326,0.01554176204085838,0.11459435091317498,1.8280431456273525,0.015439205802977085,-0.11434371024370193,-0.9933212995529175,0.008926252834498882,-0.16198405623435974,-0.13607724010944366,0.0052822306752204895,0.024622023105621338,-0.0044661760330200195 +327,0.0004770189008344968,0.1199058870742814,1.8185368896960514,0.0004735938273370266,-0.11961877346038818,-0.9928197860717773,-0.061267752200365067,-0.10386939346790314,-0.14851988852024078,0.008834268897771835,0.0014699697494506836,0.052161216735839844 +328,0.004052557065071102,0.10057135137603417,1.8019614028910873,0.00403206842020154,-0.10040190070867538,-0.9949387907981873,-0.19678740203380585,0.037201397120952606,-0.17582347989082336,0.005031652748584747,-0.008774742484092712,-0.051447927951812744 +329,0.002592712972155332,0.09672117921993985,1.7974387714828373,0.0025805921759456396,-0.0965704470872879,-0.9953228235244751,-0.018637018278241158,-0.06344243884086609,0.03053923323750496,0.012800265103578568,-0.022036120295524597,-0.010277152061462402 +330,0.0019539069532836196,0.09697883202765688,1.8001101286582204,0.0019447248196229339,-0.09682688862085342,-0.9952993392944336,-0.06234348565340042,0.037581320852041245,0.05122409015893936,-0.0019142068922519684,-0.005483292043209076,0.015517234802246094 +331,-0.0008572445079799914,0.09120610521668081,1.8064524114765228,-0.0008536813547834754,-0.0910797044634819,-0.995843231678009,-0.01380062848329544,-0.009629053063690662,0.07150258868932724,-0.024887897074222565,-0.0135650634765625,-0.04431790113449097 +332,-0.0030509047556999723,0.09680386974282697,1.8077991225052799,-0.003036616137251258,-0.09665274620056152,-0.9953135251998901,0.08010268956422806,-0.021107401698827744,-0.022336918860673904,-0.01728808879852295,-0.00799202173948288,-0.022066175937652588 +333,-0.0019945162240799985,0.10989807185294934,1.8027832818687104,-0.0019824826158583164,-0.10967698693275452,-0.9939653277397156,0.1318688690662384,0.03563777357339859,-0.01728004403412342,0.01776007190346718,0.027111679315567017,0.038246333599090576 +334,-0.0008923838066067073,0.10723528539152162,1.8023827843966571,-0.0008872576872818172,-0.10702987760305405,-0.9942554235458374,-0.01249683741480112,0.003754381090402603,0.0173870287835598,0.002657279372215271,0.014897309243679047,-0.021262764930725098 +335,0.0016530692098128057,0.10689652369802131,1.8010930674715715,0.001643632771447301,-0.10669305920600891,-0.9942906498908997,-0.007438424043357372,0.03759376332163811,-0.07097131013870239,0.007236983627080917,0.009280949831008911,0.0009434819221496582 +336,0.003934023012272137,0.10460517982699066,1.7973316986390473,0.003912508953362703,-0.10441451519727707,-0.9945261478424072,-0.02817300334572792,0.0070382338017225266,-0.042723190039396286,0.008553922176361084,0.002852015197277069,-0.010036230087280273 +337,0.00603458646005156,0.10339318626528661,1.7921067690610912,0.0060023232363164425,-0.10320907086133957,-0.9946416020393372,-0.024484608322381973,0.009588037617504597,-0.08594025671482086,-0.01512707769870758,0.006086871027946472,-0.009981811046600342 +338,0.013322552542577071,0.10427881047910453,1.7766680162731643,0.013249791227281094,-0.10408992320299149,-0.9944796562194824,0.031660858541727066,0.021123172715306282,-0.28711071610450745,-0.028188146650791168,0.009226031601428986,-0.005367755889892578 +339,0.011906228390314418,0.10654435015659204,1.752769609360373,0.011838434264063835,-0.10634288936853409,-0.9942590594291687,-0.028177259489893913,0.01912035048007965,-0.1342073678970337,0.062273502349853516,0.05618724972009659,0.0019037127494812012 +340,0.019986179020944215,0.10564882990587746,1.756003102669244,0.019873419776558876,-0.10545240342617035,-0.9942257404327393,0.09107678383588791,0.12217152118682861,0.16099821031093597,0.007012566551566124,0.019194476306438446,0.017648041248321533 +341,0.022389358256403674,0.09728241715208508,1.7639386553368515,0.02228163555264473,-0.09712904691696167,-0.9950223565101624,-0.19723214209079742,-0.0764177218079567,0.0020670024678111076,0.05526353046298027,-0.02683335542678833,0.037243425846099854 +342,0.020633980932521466,0.08892968358094908,1.7758503972678124,0.020550984889268875,-0.08881251513957977,-0.9958363175392151,0.06345625966787338,0.0818423479795456,0.3027116358280182,0.005938272923231125,0.03758876025676727,-0.06937974691390991 +343,0.02915006887492078,0.0880301000361519,1.7908074768464708,0.029033083468675613,-0.08791644871234894,-0.9957046508789062,-0.07290966808795929,0.05415930971503258,0.024718061089515686,-0.009990114718675613,-0.014500543475151062,0.03491973876953125 +344,0.023738206894262544,0.08875295164094191,1.7995292461596288,0.02364255301654339,-0.08863648027181625,-0.9957833886146545,0.02399122714996338,0.03295079618692398,0.22981864213943481,0.027169212698936462,0.051710210740566254,-0.020741820335388184 +345,0.03542690805487501,0.08493146897849091,1.8194323730695707,0.03529182821512222,-0.08482939749956131,-0.995770275592804,0.00376895722001791,0.08673584461212158,0.12842249870300293,-0.04397407919168472,-0.009286805987358093,0.009686291217803955 +346,0.03354693363324755,0.08254255921132794,1.825277562840477,0.033426444977521896,-0.08244886249303818,-0.996034562587738,-0.020101577043533325,-0.015540048480033875,-0.017192361876368523,-0.014429252594709396,-0.00797472894191742,-0.017805159091949463 +347,0.034706225928733084,0.08309269599070362,1.8252221429239013,0.03457953780889511,-0.08299711346626282,-0.9959496855735779,-0.02309275045990944,0.03907184675335884,0.03578824922442436,0.01829216629266739,-0.0030471980571746826,-0.01482301950454712 +348,0.03694645163973041,0.08818161405813708,1.8299862002179452,0.036794524639844894,-0.08806737512350082,-0.9954347014427185,0.04849008843302727,0.006627790629863739,0.043310340493917465,0.012140411883592606,-0.0003115236759185791,0.006711006164550781 +349,0.03805232294415225,0.09365370553867508,1.8348580018512088,0.037876423448324203,-0.09351685643196106,-0.9948969483375549,0.01911533623933792,-0.017657563090324402,0.017404602840542793,-0.002247154712677002,0.0029559433460235596,0.02274423837661743 +350,0.033567408417104636,0.09213757871800533,1.834276471699893,0.033418748527765274,-0.09200727194547653,-0.9951974153518677,-0.05903983116149902,-0.0864601731300354,-0.012580166570842266,0.016202833503484726,-0.020785696804523468,0.029102444648742676 +351,0.020400461842489916,0.0868017240046131,1.8334358387547824,0.020322246477007866,-0.08669276535511017,-0.9960277676582336,0.02438928186893463,-0.0655331239104271,0.10204742848873138,0.033159807324409485,0.044364891946315765,-0.05281555652618408 +352,0.025624198765682418,0.09041322893530267,1.8490355102976497,0.025516744703054428,-0.09029009938240051,-0.9955885410308838,0.05740821734070778,0.04484155401587486,0.17375002801418304,-0.05664467439055443,-0.0029411017894744873,0.03954911231994629 +353,0.01705427851636773,0.08652485059978206,1.847658301127076,0.016989655792713165,-0.08641692996025085,-0.996114194393158,-0.032070621848106384,-0.011240145191550255,-0.18528538942337036,-0.052634187042713165,-0.020196229219436646,-0.03580719232559204 +354,0.022953068230641287,0.09363157597074237,1.8273834916073213,0.0228505227714777,-0.09349482506513596,-0.9953575134277344,0.050991155207157135,0.14788180589675903,-0.19071580469608307,-0.02591753751039505,-0.005382120609283447,-0.004749298095703125 +355,0.03090141683068697,0.0983972568708877,1.804406098981947,0.030747050419449806,-0.09823855012655258,-0.9946877956390381,-0.03203147277235985,0.022119443863630295,-0.3241038918495178,-0.010529154911637306,-0.01717892289161682,-0.023775339126586914 +356,0.04161585312843556,0.10750703800297454,1.781859519075108,0.04136364907026291,-0.10730006545782089,-0.9933658838272095,0.0962771400809288,0.07960830628871918,-0.14860455691814423,0.02728564292192459,0.00021389126777648926,0.024707436561584473 +357,0.04847276069390957,0.11011908060854649,1.7651996744245633,0.04816029593348503,-0.10989665985107422,-0.992775559425354,-0.03274741768836975,-0.006154228933155537,-0.16211307048797607,0.01336313784122467,0.003939628601074219,0.030739426612854004 +358,0.05117479673890975,0.10698436011178944,1.7525888307692354,0.05086000636219978,-0.10678039491176605,-0.99298095703125,-0.02390989661216736,0.03476083278656006,-0.1011323481798172,-0.002932153642177582,-0.009110108017921448,0.000640869140625 +359,0.054640733973941424,0.10750111949820156,1.7409873945399494,0.0542982816696167,-0.10729417949914932,-0.9927434921264648,0.016875438392162323,0.07528844475746155,-0.1620449423789978,-0.0595320500433445,-0.01320447027683258,-0.00878232717514038 +360,0.054045393731898296,0.11132715159453903,1.7206321554276212,0.05368468537926674,-0.11109733581542969,-0.9923584461212158,0.02702208235859871,-0.016575433313846588,-0.22929507493972778,-0.02603575959801674,-0.019090652465820312,-0.008709609508514404 +361,0.05523227540658508,0.11865600638267679,1.693865897435626,0.05481603741645813,-0.11837776750326157,-0.9914544224739075,0.1328212171792984,0.05244641751050949,-0.2821109890937805,-0.02870825305581093,0.004608243703842163,0.015654921531677246 +362,0.06284927280501267,0.11448100743427146,1.6576225273479896,0.06239677593111992,-0.11423110961914062,-0.991492748260498,-0.16136443614959717,-0.05116821080446243,-0.44601160287857056,-0.01770378276705742,0.004795081913471222,0.04822498559951782 +363,0.062127961176972266,0.09641486992455661,1.6113687158469088,0.06179964542388916,-0.09626556187868118,-0.9934353232383728,-0.07775156199932098,0.05403813719749451,-0.41368234157562256,-0.0032669343054294586,0.03950286656618118,-0.0533939003944397 +364,0.07792387513036655,0.09190322668423215,1.568893022599194,0.07751651853322983,-0.09177391231060028,-0.9927581548690796,-0.04148383066058159,0.10418669134378433,-0.4650331437587738,-0.0012378394603729248,0.021018899977207184,0.01914060115814209 +365,0.08844947784490957,0.08327447643992338,1.5205051285802513,0.08802808821201324,-0.08317826688289642,-0.9926391243934631,-0.07652898877859116,0.08240679651498795,-0.5614679455757141,0.024474963545799255,0.05061601102352142,-0.008215367794036865 +366,0.10274757008375493,0.07170755614122663,1.4606036490709293,0.10230329632759094,-0.07164611667394638,-0.9921697974205017,-0.11303027719259262,0.028328057378530502,-0.6456677317619324,0.04563066363334656,0.012930303812026978,0.005277097225189209 +367,0.10672636762322163,0.05752025581232819,1.4019277362154388,0.1063476949930191,-0.057488542050123215,-0.992665708065033,0.06206448748707771,-0.056930072605609894,-0.5139815807342529,0.0436461940407753,0.05060683190822601,-0.043940067291259766 +368,0.09986987925605192,0.05743643970173458,1.359155864610683,0.09953953325748444,-0.05740486457943916,-0.9933763742446899,0.04450332745909691,-0.09319461137056351,-0.42549318075180054,0.002846941351890564,0.02501045912504196,-0.009248137474060059 +369,0.09256468479319699,0.05648815172422438,1.3117661602957233,0.09228512644767761,-0.056458115577697754,-0.9941307306289673,-0.06263722479343414,-0.11460988223552704,-0.5335230231285095,0.010742217302322388,0.023651715368032455,0.036275506019592285 +370,0.08269428137189341,0.04385522961047891,1.2644371373864245,0.08252064883708954,-0.0438411720097065,-0.9956246018409729,-0.15609624981880188,-0.1398855298757553,-0.4624651074409485,0.03773386776447296,0.012774281203746796,0.0061379075050354 +371,0.06824002148848107,0.030632211382791943,1.228474231451968,0.06815508008003235,-0.0306274201720953,-0.9972045421600342,-0.057934004813432693,-0.15992596745491028,-0.2573276460170746,0.08109113574028015,0.03566281870007515,-0.02243351936340332 +372,0.06125230185798693,0.027100617048742604,1.2167626517547137,0.06119152903556824,-0.027097299695014954,-0.997758150100708,-0.03347250819206238,0.017286144196987152,-0.01474454253911972,0.05038073658943176,0.029004648327827454,-0.012465238571166992 +373,0.060878688511055185,0.025271120700966185,1.2190903954212609,0.060821663588285446,-0.02526843175292015,-0.9978287816047668,0.023799479007720947,-0.07064656168222427,0.04989904910326004,0.018035754561424255,-0.0024262703955173492,0.022349655628204346 +374,0.05568046337932824,0.02510976802517255,1.2215735324851396,0.05563415214419365,-0.02510713040828705,-0.998135507106781,-0.022974859923124313,-0.0291290245950222,0.019845392554998398,-0.00026001036167144775,0.007315380498766899,0.017224252223968506 +375,0.049768647780219784,0.020782483392119657,1.223175066317717,0.0497373603284359,-0.020780988037586212,-0.9985461235046387,-0.08225833624601364,-0.08987927436828613,0.005638879258185625,0.016302675008773804,0.017012067139148712,-0.012943744659423828 +376,0.04789284272080578,0.019761237361488285,1.2313701494981442,0.047865189611911774,-0.019759951159358025,-0.9986583590507507,0.03353501483798027,-0.01690816879272461,0.14239589869976044,0.046342574059963226,0.021987734362483025,-0.013960659503936768 +377,0.05359659031663254,0.021856247678549844,1.2540631268945717,0.05355813726782799,-0.02185450680553913,-0.998325526714325,0.03973023593425751,0.0734914243221283,0.33037126064300537,0.017990320920944214,0.02913295291364193,0.022587060928344727 +378,0.05890585806603068,0.017709885031841524,1.2889723911368285,0.05886256694793701,-0.01770895905792713,-0.998108983039856,-0.08934944868087769,0.016614560037851334,0.35879385471343994,0.00270664319396019,0.01667136326432228,-0.0033558011054992676 +379,0.06257955025244079,0.017537172387497666,1.3295308532673697,0.06252909451723099,-0.01753627322614193,-0.9978890419006348,0.01006457768380642,0.03373423591256142,0.4021534323692322,0.0031142085790634155,0.005054587498307228,-0.011022031307220459 +380,0.06832780610240115,0.022802590911351905,1.3737504824352198,0.06825689971446991,-0.022800615057349205,-0.9974071979522705,-0.018370166420936584,0.06605330109596252,0.47843775153160095,0.04328484833240509,0.011066606268286705,-0.005156278610229492 +381,0.07620284484276424,0.03220950701185842,1.4334005779163124,0.07608962804079056,-0.03220393881201744,-0.9965807795524597,0.04934123158454895,0.09850097447633743,0.7222044467926025,0.08084701001644135,0.02770259976387024,0.03816103935241699 +382,0.07819490070497875,0.029348538880334177,1.5174169143986147,0.07808160036802292,-0.02934432588517666,-0.9965150356292725,-0.15503250062465668,0.022100409492850304,0.9596951007843018,0.08135748654603958,0.04072738438844681,-0.02828049659729004 +383,0.07426650073657697,0.03240958395079307,1.6218238833503522,0.07415928691625595,-0.03240390866994858,-0.9967198371887207,0.029517725110054016,0.00989175122231245,1.125783085823059,0.03269801288843155,0.08356663584709167,-0.0398249626159668 +384,0.07194960014506231,0.041158236981610315,1.723818797553366,0.07182665914297104,-0.041146617382764816,-0.9965680837631226,0.028925877064466476,-0.01430523581802845,1.0786131620407104,-0.02493640035390854,0.07726417481899261,0.03625619411468506 +385,0.061366093063295164,0.04212858270917611,1.8235681581047487,0.06127316877245903,-0.04211612045764923,-0.9972320795059204,-0.2512452304363251,-0.15810732543468475,0.8325304985046387,0.009481832385063171,0.03683657944202423,0.06957399845123291 +386,0.05345651491331528,0.011734784642180139,1.9024762794768881,0.053427379578351974,-0.01173451542854309,-0.998502790927887,-0.20681004226207733,0.08163560181856155,0.8438007235527039,-0.010779064148664474,0.11663869023323059,-0.13229554891586304 +387,0.06044411182071706,0.01940224376455419,1.9795137817131827,0.060395944863557816,-0.019401026889681816,-0.9979859590530396,0.04677616059780121,0.04408692941069603,0.6499103903770447,-0.08885358273983002,0.022178124636411667,-0.01812732219696045 +388,0.0565255449045061,0.03630149983915919,2.035264803886518,0.05645822733640671,-0.036293528974056244,-0.9977450966835022,0.09031067043542862,-0.10347902029752731,0.505700409412384,0.013503320515155792,0.036613963544368744,0.0683627724647522 +389,0.04780517693256356,0.04604957553192236,2.0978494580567277,0.047736313194036484,-0.04603330045938492,-0.9977986812591553,0.08363723754882812,0.020443540066480637,0.6833482980728149,-0.046668194234371185,0.07816831767559052,0.04958701133728027 +390,0.04333705892199899,0.03732475759854935,2.158225283796434,0.04329331964254379,-0.03731609135866165,-0.9983652830123901,-0.2789815366268158,-0.12282536178827286,0.5284918546676636,-0.1527598798274994,-0.03618549555540085,-0.0023976564407348633 +391,0.026899771730494147,0.003942397910402457,2.1983280131680143,0.026896318420767784,-0.003942387644201517,-0.9996304512023926,0.026950348168611526,-0.2712748646736145,0.18738991022109985,-0.13090021908283234,-0.07729540765285492,-0.15742826461791992 +392,0.012855125980787495,0.024072314622756608,2.2011768741190765,0.012851047329604626,-0.02406998910009861,-0.9996276497840881,0.09648014605045319,0.0762287825345993,-0.025272993370890617,-0.0223572738468647,-0.01694563217461109,0.03478395938873291 +393,0.014721785782626715,0.01933755238546397,2.197101059024806,0.014718501828610897,-0.01933634653687477,-0.9997047185897827,-0.1528736650943756,-0.003058928996324539,0.030170144513249397,0.009558231569826603,0.002658490091562271,0.032480597496032715 +394,0.012409061841704561,0.0229369416590463,2.207632210021231,0.012405479326844215,-0.02293493039906025,-0.9996600151062012,0.0450546033680439,0.14214764535427094,0.1798088103532791,-0.053756795823574066,-0.02238367311656475,0.07700681686401367 +395,0.022610575120254807,0.008863086050830544,2.2175170202408014,0.02260776050388813,-0.008862970396876335,-0.9997051358222961,-0.2026296854019165,-0.009356847032904625,0.05835422873497009,-0.06821627914905548,-0.021212102845311165,0.011698544025421143 +396,0.01566088055648557,0.003057712712688499,2.2225504269591823,0.01566016674041748,-0.0030577080324292183,-0.9998726844787598,0.09179903566837311,0.13794657588005066,-0.028844673186540604,-0.12352454662322998,-0.031442414969205856,-0.09145110845565796 +397,0.020716036378886596,0.008153954726566156,2.20195533102457,0.020713865756988525,-0.008153864182531834,-0.9997522234916687,-0.024597622454166412,-0.06917137652635574,-0.3659493029117584,-0.08371740579605103,-0.014551213942468166,0.0632898211479187 +398,0.010401117533560876,0.0029676850357898557,2.1679693620862115,0.010400883853435516,-0.002967680571600795,-0.9999415278434753,-0.10958132147789001,-0.05370163917541504,-0.3250298500061035,0.005849726498126984,0.030067291110754013,-0.009854614734649658 +399,0.022482492733377806,-0.008334476511577838,2.1315487300521214,0.022479817271232605,0.008334379643201828,-0.9997125267982483,0.1585325002670288,0.06772726774215698,-0.42258310317993164,-0.0756414383649826,-0.04013369604945183,-0.06257379055023193 +400,0.01586695795679149,0.01187090908540826,2.08200499468101,0.015865175053477287,-0.011870630085468292,-0.9998036623001099,0.0366988480091095,-0.0207565538585186,-0.5242305397987366,-0.011653749272227287,0.05659414082765579,-0.027219653129577637 +401,0.026314399722753977,0.028487149370927178,2.0365612392487593,0.026300687342882156,-0.028483295813202858,-0.999248206615448,0.20977190136909485,0.017276600003242493,-0.4729624092578888,-0.012430448085069656,0.004176046699285507,0.0498921275138855 +402,0.0195613832739699,0.03971896017595175,1.9806450223203433,0.019544709473848343,-0.039708517491817474,-0.9990201592445374,-0.13322308659553528,-0.06205692142248154,-0.5535194873809814,0.06953610479831696,0.056691549718379974,0.06538063287734985 +403,0.012177282194497908,0.028377253722533698,1.9382238960132654,0.012172078713774681,-0.028373444452881813,-0.9995232820510864,-0.16451355814933777,-0.13259100914001465,-0.4028681814670563,0.08409561961889267,0.08147402852773666,0.009960293769836426 +404,0.006728517393742307,0.006149124713944968,1.9046109239270657,0.006728339474648237,-0.00614908616989851,-0.9999584555625916,0.028024103492498398,0.07960706949234009,-0.328991174697876,0.041306328028440475,0.021133217960596085,-0.12922245264053345 +405,0.011589571229713116,0.024959050233388968,1.869258406588831,0.011585702188313007,-0.024956459179520607,-0.9996213912963867,0.32309800386428833,-0.010779875330626965,-0.45533350110054016,0.03258848935365677,0.04938577860593796,-0.052548348903656006 +406,0.02357141490582772,0.053107243771633,1.8047552232120627,0.02353600226342678,-0.05308228358626366,-0.9983127117156982,0.17727228999137878,0.10339227318763733,-0.804332435131073,0.005715092644095421,0.09956055879592896,-0.016961276531219482 +407,0.04438126372426543,0.08796853550580436,1.7380308587380962,0.04419514164328575,-0.08785512298345566,-0.9951523542404175,0.6206824779510498,0.09648717194795609,-0.40589916706085205,0.04651835933327675,0.08674123883247375,0.043934762477874756 +408,0.056321470908227075,0.11802445457508862,1.6996648818804354,0.05590008944272995,-0.1177506372332573,-0.991468608379364,0.010455597192049026,0.21074962615966797,-0.30695250630378723,0.09926653653383255,-0.020020969212055206,0.08798044919967651 +409,0.05717890302349367,0.10440943454889551,1.67801098924234,0.05683654174208641,-0.10421983897686005,-0.9929289221763611,-0.33377137780189514,-0.20413556694984436,-0.0986999049782753,0.05572754517197609,0.054277822375297546,0.004891812801361084 +410,0.05237988574750726,0.09129173427419641,1.6739071185122467,0.052137915045022964,-0.0911649838089943,-0.9944700002670288,0.04936952143907547,0.10184209048748016,-0.11266040802001953,0.031587060540914536,-0.005301088094711304,-0.04459249973297119 +411,0.052171809202078874,0.08481577926976845,1.6689168542716561,0.05196068808436394,-0.0847141221165657,-0.9950495362281799,-0.07896322011947632,-0.14552979171276093,0.0668458640575409,0.044078126549720764,0.0765659362077713,0.03933060169219971 +412,0.04471494478839317,0.058967113823186625,1.6776978323584595,0.044622354209423065,-0.05893294885754585,-0.9972641468048096,-0.24797587096691132,-0.011387214995920658,0.15468455851078033,0.022089071571826935,0.03934066370129585,-0.04614710807800293 +413,0.04404353009936661,0.04661737430570269,1.6963509645822572,0.043981458991765976,-0.04660049080848694,-0.9979448914527893,0.11044628918170929,-0.014240587130188942,0.1642308086156845,-0.048406507819890976,0.0068055689334869385,-0.009394586086273193 +414,0.0701401402262565,0.0729606405147477,1.6994128768689265,0.06989619135856628,-0.07289592921733856,-0.9948872923851013,0.1448998749256134,0.6563191413879395,-0.061602864414453506,-0.06701228022575378,0.026707574725151062,0.05340474843978882 +415,0.09909354674535141,0.12233385205096042,1.705171107825305,0.09819208830595016,-0.12202894687652588,-0.9876574277877808,0.9027199745178223,-0.3883785307407379,0.35310235619544983,0.006940960884094238,0.11972487717866898,0.09836000204086304 +416,0.06109177466156472,0.11487422788942105,1.7481671742148297,0.06065138801932335,-0.11462174355983734,-0.9915559887886047,-1.1471645832061768,-0.1667056381702423,0.30529123544692993,0.06170884147286415,-0.03607405722141266,0.028085529804229736 +417,0.03811369929441739,0.04329690994267983,1.77345987763777,0.03806876391172409,-0.043283384293317795,-0.9983372688293457,0.34672120213508606,-0.06577097624540329,0.24002952873706818,-0.007261272519826889,-0.04814727604389191,-0.3450769782066345 +418,0.04058595723702775,0.13370066934657926,1.7860424130475676,0.04021270200610161,-0.1333026885986328,-0.9902592301368713,0.35945627093315125,-0.15190060436725616,0.14551378786563873,0.02735321968793869,0.05240058898925781,0.11944013833999634 +419,0.02953011372391101,0.10738401867222014,1.8013184926586707,0.029355749487876892,-0.10717775672674179,-0.9938064217567444,-0.15282946825027466,-0.4386445879936218,0.5078739523887634,0.04887606203556061,3.053992986679077e-05,-0.13973850011825562 +420,-0.053025743949871355,0.13660799456628733,1.8460978055695467,-0.05250712111592293,-0.136183500289917,-0.9892911911010742,0.9554409384727478,-2.1750550270080566,0.5738053321838379,0.042451582849025726,-0.013261079788208008,-0.13413715362548828 +421,-0.17555216491794773,0.16733412546615445,1.8973819353063701,-0.1722123622894287,-0.1665543019771576,-0.9708772301673889,-0.1865667849779129,-0.0633409395813942,0.5225914716720581,-0.007688775658607483,0.012135356664657593,0.15796524286270142 +422,-0.1916705129623496,0.15060839127352418,1.9239115987575426,-0.1883426308631897,-0.1500396579504013,-0.970574676990509,-0.04846002906560898,-0.3503524959087372,0.03895532712340355,0.010852396488189697,0.015518173575401306,-0.07195156812667847 +423,-0.18107902653238142,0.13251912597241233,1.9296229712865611,-0.17851205170154572,-0.13213159143924713,-0.975025475025177,-0.4395211935043335,-0.02178172394633293,0.016820307821035385,0.038955166935920715,0.11989405751228333,0.003086388111114502 +424,-0.17449207324512223,0.11221815906823467,1.9254639666118294,-0.17251597344875336,-0.1119827851653099,-0.9786205291748047,0.24594222009181976,0.35060185194015503,-0.03586125001311302,0.03918467462062836,0.029798947274684906,-0.10357856750488281 +425,-0.17192063390877696,0.17463606257582334,1.9515879558456526,-0.16847290098667145,-0.17374974489212036,-0.9702720642089844,1.0849483013153076,-0.4308617413043976,0.11734326183795929,-0.0035241693258285522,-0.00021570920944213867,-0.045734405517578125 +426,-0.25416909191371556,0.2983801521318425,1.981706254142924,-0.24033108353614807,-0.29397231340408325,-0.9251060485839844,0.9126543402671814,-0.2808995842933655,-0.21836507320404053,-0.013025835156440735,0.01720842719078064,0.09234243631362915 +427,-0.24313238357439979,0.3375716753990296,1.9738402438989155,-0.2271568775177002,-0.33119678497314453,-0.9158102869987488,-0.14159512519836426,0.1403634250164032,-0.14275938272476196,0.038665056228637695,0.09267139434814453,0.06522434949874878 +428,-0.24076671468014565,0.3258664443925647,1.9664965773092793,-0.22589869797229767,-0.32012975215911865,-0.9200471043586731,0.10527024418115616,-0.09038470685482025,0.014525298960506916,0.010536164045333862,0.030563712120056152,-0.009167313575744629 +429,-0.2801464890896864,0.36605668532466024,1.9834582434538026,-0.2581774592399597,-0.35793617367744446,-0.8973439335823059,0.9180843830108643,-0.5475010275840759,0.07683911919593811,-0.014786988496780396,0.017680466175079346,-0.1375681757926941 +430,-0.2854367133856867,0.41064112645574913,1.9960070827997136,-0.25816768407821655,-0.3991972506046295,-0.8797675967216492,-0.5716283321380615,0.552186131477356,-0.0038421624340116978,0.05849117040634155,0.06905806064605713,0.13909071683883667 +431,-0.2475129100220428,0.3609780563836274,1.9784667921850214,-0.22920404374599457,-0.3531894385814667,-0.9070406556129456,-0.33761826157569885,0.1875084638595581,0.035102032124996185,0.016954272985458374,0.03521150350570679,0.0008974671363830566 +432,-0.24104095975326276,0.3182901579537293,1.9791048010971761,-0.22672349214553833,-0.31294307112693787,-0.9223139882087708,-0.08731479197740555,-0.27512168884277344,0.16652318835258484,-0.0008308291435241699,0.009308427572250366,-0.11212503910064697 +433,-0.3325221419562285,0.38580527680065785,2.001047934774697,-0.30243417620658875,-0.37630534172058105,-0.8757441639900208,1.1160496473312378,-1.2272907495498657,-0.07672806829214096,0.06363415718078613,0.050499677658081055,-0.017856299877166748 +434,-0.4358143209699772,0.4385548564179392,2.0359993143025665,-0.382199227809906,-0.4246315360069275,-0.8207386136054993,0.17892704904079437,-0.42985376715660095,0.3324376046657562,0.022351205348968506,0.08034747838973999,-0.011094272136688232 +435,-0.5119141171727042,0.46493977994824154,2.0988012416399515,-0.43784892559051514,-0.44836896657943726,-0.7792647480964661,0.9275863766670227,-0.7101502418518066,0.24272502958774567,-0.024736493825912476,0.057118386030197144,-0.09562838077545166 +436,-0.6846536043661892,0.6088350976955608,2.2166614726853373,-0.5187709331512451,-0.5719122886657715,-0.635447084903717,2.495352268218994,-1.5615622997283936,-0.28107452392578125,-0.009228944778442383,0.07822942733764648,-0.07327789068222046 +437,-0.9256797076034384,0.7974810948812547,2.4074312521065457,-0.5581314563751221,-0.7155988812446594,-0.42000913619995117,1.8825358152389526,-0.7023414969444275,-0.26035308837890625,0.01026463508605957,0.060676395893096924,0.11573362350463867 +438,-1.208696634793288,0.9005202682948539,2.6429723066227035,-0.5809204578399658,-0.7836502194404602,-0.2200537919998169,2.071183681488037,-1.3207488059997559,-0.011831634677946568,-0.019833266735076904,0.03970801830291748,-0.10642324388027191 +439,-1.651325173417583,0.946581843901578,3.025836867031254,-0.5825662016868591,-0.8114224672317505,0.047015056014060974,2.7536377906799316,-1.4438549280166626,-0.31452786922454834,0.011551737785339355,0.03694725036621094,0.006024487316608429 +440,-2.172550966957358,0.8922278630730116,-2.8035658754401322,-0.5174232721328735,-0.7784720659255981,0.3553227186203003,3.537642478942871,-2.694505214691162,-0.6494324207305908,0.12086266279220581,0.09544295072555542,-0.22812548279762268 +441,-2.759960156636873,0.5964304100928941,-2.376267861622742,-0.30813342332839966,-0.5616927742958069,0.7678248882293701,4.038634300231934,-2.0300886631011963,-0.5573781728744507,0.002057373523712158,0.13298183679580688,0.002103090286254883 +442,-2.866093397766547,0.38775312842331294,-2.279481516460409,-0.25183233618736267,-0.37810930609703064,0.8908500075340271,0.5794667601585388,0.47468438744544983,-0.11982589960098267,-0.10906851291656494,-0.009036630392074585,0.21489334106445312 +443,-2.8563584138096036,0.36283292475649964,-2.249114161637911,-0.26306289434432983,-0.35492414236068726,0.8971214890480042,0.7394832968711853,-0.21426346898078918,-0.07208973169326782,0.042146146297454834,-0.014308035373687744,-0.06702804565429688 +444,-2.91741580425116,0.24912080179281376,-2.2111996184921012,-0.2154412865638733,-0.2465519905090332,0.9448795914649963,0.9665161967277527,-0.42175620794296265,0.05924592167139053,0.0415826141834259,0.01875351369380951,0.05162620544433594 +445,-2.995315648180845,0.1868252466208209,-2.1864188170205647,-0.14321961998939514,-0.18574032187461853,0.9721054434776306,0.8669814467430115,-1.0686811208724976,0.02909710444509983,0.020203247666358948,-0.007161304354667664,0.0011307001113891602 +446,-3.085380856771169,0.12988898063500745,-2.159945564510149,-0.05570894107222557,-0.12952405214309692,0.9900102019309998,0.14219263195991516,-0.5160358548164368,-0.2965294420719147,-0.052750539034605026,-0.03754444420337677,0.05216515064239502 +447,-3.096548669204624,0.1302013235340995,-2.1290551951978736,-0.04464762285351753,-0.12983375787734985,0.9905301332473755,-0.1761425882577896,0.34490352869033813,-0.19546422362327576,-0.01269490271806717,-0.008716031908988953,0.012262284755706787 +448,-3.1172993542312306,0.12475225935383476,-2.1056204146098785,-0.02410213090479374,-0.12442892044782639,0.9919356107711792,0.039115238934755325,-0.28607502579689026,-0.2345282882452011,-0.030829504132270813,-0.024206921458244324,0.0032882094383239746 +449,3.1387871809103984,0.11352919773452934,-2.077705527261234,0.002787408186122775,-0.11328547447919846,0.993558406829834,0.10776451230049133,-0.22048473358154297,-0.24163025617599487,-0.037028130143880844,0.038151226937770844,-0.0050637125968933105 +450,-3.1381478663164115,0.11025574132726128,-2.0748328878129745,-0.003423864021897316,-0.11003249138593674,0.9939221739768982,-0.038686469197273254,0.18169021606445312,0.011267825961112976,-0.03632528334856033,-0.05172593146562576,0.004490971565246582 +451,-3.128300634188764,0.109781153088591,-2.073368339698777,-0.013211616314947605,-0.1095607727766037,0.9938924312591553,0.06552642583847046,0.05416314676403999,-0.028982561081647873,-0.00689946673810482,0.003741055727005005,-0.0006672143936157227 +452,-3.111997224740445,0.10238672361720103,-2.082203734751696,-0.02943614311516285,-0.10220792889595032,0.9943274855613708,0.014511795714497566,0.16874806582927704,0.10329294204711914,-0.0353831946849823,0.009327664971351624,0.013713955879211426 +453,-3.091716308504813,0.09813948938791114,-2.0997493616648337,-0.0496157705783844,-0.0979820266366005,0.993950605392456,-0.06334031373262405,0.10724639147520065,0.20772534608840942,-0.006948560476303101,-0.004373922944068909,0.006903886795043945 +454,-3.075500419418371,0.09732950208198059,-2.1314680669210153,-0.06573156267404556,-0.09717590361833572,0.9930943846702576,-0.04850543662905693,0.15421327948570251,0.3488495647907257,-0.003955326974391937,0.02031739056110382,0.030724644660949707 +455,-3.0701314800738064,0.10063504640803725,-2.1694174583860044,-0.0710391253232956,-0.10046526789665222,0.9924012422561646,-0.07374574989080429,-0.003484309185296297,0.4239341616630554,0.01204865425825119,0.011613354086875916,-0.0017243623733520508 +456,-3.056508271124263,0.10764118559627943,-2.2103215080084646,-0.08448990434408188,-0.10743343830108643,0.9906156659126282,-0.06805241852998734,0.18993684649467468,0.28917622566223145,-0.02177230268716812,-0.0014227479696273804,-0.0025786161422729492 +457,-3.0338980042146635,0.11546481120582987,-2.2335611705170737,-0.10677088052034378,-0.11520841717720032,0.987586498260498,-0.06707290560007095,0.12292659282684326,0.19904731214046478,-0.0056100934743881226,0.03625944256782532,0.013329029083251953 +458,-3.0200230211542816,0.11970461000870747,-2.2605454658152433,-0.12040258198976517,-0.11941893398761749,0.9855162501335144,-0.11799662560224533,0.12159092724323273,0.3199780583381653,-0.026936285197734833,0.03717406094074249,0.01628422737121582 +459,-3.010261247963012,0.13329996151071985,-2.2936112866188583,-0.12979251146316528,-0.13290554285049438,0.982593834400177,-0.19135403633117676,-0.005403122864663601,0.33303311467170715,-0.0014025866985321045,0.040620356798172,-0.003452301025390625 +460,-3.0092406650832277,0.14707586958903784,-2.33607141455708,-0.13054122030735016,-0.14654619991779327,0.9805526733398438,-0.1862146258354187,-0.13454937934875488,0.4310897886753082,-0.006650581955909729,0.00903397798538208,0.0594865083694458 +461,-3.028684693565527,0.15311935953209185,-2.3735478827214966,-0.11135002225637436,-0.15252172946929932,0.9820073843002319,-0.10357530415058136,-0.19273316860198975,0.25220102071762085,-0.03366950899362564,-0.03203330934047699,-0.009015381336212158 +462,-3.0344429490543194,0.1583331943544168,-2.3973547547824774,-0.10560709983110428,-0.1576724648475647,0.9818284511566162,-0.08739364892244339,-0.01841510459780693,0.22186702489852905,-0.02007957547903061,-0.007565006613731384,-0.004273891448974609 +463,-3.038951355343328,0.16099864163880095,-2.42093536943825,-0.10113612562417984,-0.1603040099143982,0.9818729162216187,-0.03039391152560711,-0.14383071660995483,0.17383606731891632,-0.023070424795150757,-0.0259600430727005,-0.0240328311920166 +464,-3.0422163469917143,0.16374584346067902,-2.4378795594375813,-0.09788569808006287,-0.16301508247852325,0.9817557334899902,-0.020830079913139343,-0.05294789373874664,0.14734165370464325,-0.027205832302570343,-0.030588418245315552,-0.013005852699279785 +465,-3.0423717794099603,0.16674485097120736,-2.4516322603736134,-0.09768423438072205,-0.1659732311964035,0.9812800288200378,0.06042484566569328,-0.05267081409692764,0.13666744530200958,-0.05166878551244736,-0.0012783259153366089,-0.007693111896514893 +466,-3.0411765922860967,0.1602931246696495,-2.4636239329736944,-0.09896228462457657,-0.15960757434368134,0.9822077751159668,0.07387557625770569,-0.01876087673008442,0.14213097095489502,-0.01836255192756653,-0.021682098507881165,-0.017012953758239746 +467,-3.0420083921716827,0.15620291630511499,-2.4754059771953387,-0.09820932149887085,-0.15556848049163818,0.9829309582710266,0.004359010607004166,-0.09098615497350693,0.1456768661737442,-0.021083898842334747,-0.021998047828674316,-0.015386462211608887 +468,-3.038184372228341,0.15887532094799384,-2.4947538254660557,-0.10192408412694931,-0.15820778906345367,0.9821314811706543,-0.023679044097661972,-0.054339468479156494,0.15317513048648834,-0.025639407336711884,-0.03174892067909241,0.024704694747924805 +469,-3.040486052966573,0.16252437686803042,-2.509789688889968,-0.09960433840751648,-0.16180983185768127,0.9817826151847839,-0.03538917005062103,-0.10019496083259583,0.11545111238956451,-0.013600647449493408,-0.03856863081455231,-0.01829659938812256 +470,-3.0403367765112455,0.16645788054407043,-2.5210612794984466,-0.09968574345111847,-0.16569024324417114,0.9811265468597412,-0.03932204470038414,0.027735019102692604,0.10424339771270752,-0.0007323324680328369,-0.008885562419891357,-0.0011614561080932617 +471,-3.0320362196830755,0.1713227707696063,-2.5338120871658556,-0.1077367290854454,-0.17048589885234833,0.9794527292251587,-0.07328938692808151,0.05633131414651871,0.08685722202062607,-0.007329806685447693,-0.025177568197250366,0.0013823509216308594 +472,-3.0236027717519285,0.17416437976968194,-2.54019981833752,-0.11593546718358994,-0.17328521609306335,0.9780242443084717,-0.001712673343718052,0.09336470067501068,0.06567550450563431,0.007918484508991241,0.007406905293464661,0.005023360252380371 +473,-3.0140658548169283,0.17466715495813606,-2.5558455606595256,-0.12524628639221191,-0.17378036677837372,0.9767875075340271,-0.048041194677352905,0.08239687979221344,0.2222912609577179,-0.00330902636051178,0.0003031790256500244,0.019214749336242676 +474,-3.009099607306798,0.17338538725733094,-2.5790863997415268,-0.13012497127056122,-0.17251795530319214,0.9763732552528381,0.0043090698309242725,0.018976304680109024,0.2808915078639984,0.0146159827709198,-0.02554108202457428,0.010626077651977539 +475,-3.0081552817509642,0.17652431737268248,-2.613332123682444,-0.13097424805164337,-0.17560897767543793,0.9757083654403687,-0.0543464720249176,-0.06912139058113098,0.38590312004089355,0.022453755140304565,-0.057026490569114685,-0.061386704444885254 +476,-3.0032144654689272,0.17585695924178166,-2.6454156546441276,-0.1358095407485962,-0.1749519407749176,0.975165069103241,-0.057577647268772125,0.015127168036997318,0.3219839334487915,0.006628677248954773,-0.057241007685661316,-0.02948671579360962 +477,-2.9937157717149883,0.1727393501371178,-2.687170030832117,-0.14514581859111786,-0.1718815714120865,0.9743664264678955,-0.0685974583029747,0.1459251046180725,0.5076762437820435,-0.03002510964870453,-0.0779353678226471,0.026350975036621094 +478,-2.976541684513515,0.18104750367413983,-2.737830665755624,-0.1616172045469284,-0.18006005883216858,0.9702877998352051,-0.20988205075263977,-0.04387594759464264,0.4247918725013733,0.06296911835670471,0.09476342797279358,-0.09968233108520508 +479,-2.965496823580717,0.17251314404462179,-2.796694719632988,-0.17258670926094055,-0.1716587245464325,0.9699210524559021,-0.14379441738128662,0.1203518807888031,0.6841351389884949,-0.03850334882736206,0.020108476281166077,0.01495736837387085 +480,-2.945959531583432,0.17736258506763797,-2.879906448985028,-0.19133812189102173,-0.17643414437770844,0.96553635597229,-0.3462398648262024,-0.05463937669992447,0.8853861093521118,0.02529202401638031,0.10863935947418213,0.09726870059967041 +481,-2.939997994778585,0.18376880436693627,-2.9840853973893715,-0.1968604177236557,-0.18273620307445526,0.9632514119148254,-0.23957426846027374,-0.01813381165266037,0.9884932637214661,-0.02558217942714691,0.035641491413116455,-0.01233905553817749 +482,-2.9193166673952473,0.17519813084453031,-3.074469911106771,-0.21707549691200256,-0.17430323362350464,0.9604666829109192,-0.07631291449069977,0.013964204117655754,0.7665416598320007,0.014164149761199951,0.06180019676685333,0.045148372650146484 +483,-2.908802350494537,0.1631326486084429,3.123892425938688,-0.2276306450366974,-0.16241005063056946,0.9601080417633057,-0.09430272877216339,-0.10157455503940582,0.8123136758804321,-0.001617431640625,0.003169313073158264,0.005788683891296387 +484,-2.899253293767231,0.14911117604117363,3.049604000221834,-0.23731137812137604,-0.14855922758579254,0.9600068926811218,0.015381773933768272,0.015536016784608364,0.6836934685707092,0.006018698215484619,0.02664153277873993,0.03747528791427612 +485,-2.9007163668963334,0.13456781227882608,2.983309388446661,-0.23639701306819916,-0.134162038564682,0.9623496532440186,-0.03482159972190857,-0.21680818498134613,0.6537723541259766,-0.0021741390228271484,0.0253821462392807,0.03087538480758667 +486,-2.909851121800421,0.12901131657352716,2.9169412208526695,-0.22776421904563904,-0.12865373492240906,0.9651798009872437,-0.15468285977840424,-0.12189987301826477,0.674427330493927,0.007518798112869263,0.051383212208747864,0.0271604061126709 +487,-2.914254788917436,0.12745789414346745,2.8400511877458854,-0.22355639934539795,-0.12711307406425476,0.9663667678833008,-0.1533908247947693,-0.15279747545719147,0.7779378890991211,-0.002456754446029663,0.017356619238853455,0.007235467433929443 +488,-2.9108104639173655,0.126080253381783,2.7627569221022354,-0.22692342102527618,-0.125746488571167,0.9657606482505798,-0.16597236692905426,0.03982875496149063,0.6864108443260193,0.00705951452255249,-0.015137910842895508,-0.02365255355834961 +489,-2.9029489024370507,0.11978501636618905,2.7031317246163296,-0.23469117283821106,-0.11949876695871353,0.9646968841552734,-0.05749069154262543,0.006745536811649799,0.5175154805183411,0.02112916111946106,0.008582621812820435,0.010110855102539062 +490,-2.894912430874932,0.10884558263942125,2.651386575981677,-0.24274101853370667,-0.10863079130649567,0.9639898538589478,-0.012833007611334324,0.03128007799386978,0.511281430721283,0.009495139122009277,-0.013073325157165527,-0.005081653594970703 +491,-2.8893562728562294,0.10461552755659138,2.6037076639749714,-0.24820572137832642,-0.10442480444908142,0.9630624055862427,-0.09127195179462433,-0.0024566608481109142,0.4284723997116089,-0.012292325496673584,0.02419409155845642,-0.025821924209594727 +492,-2.8776993169690246,0.10422461519182821,2.5547518260715587,-0.2594255805015564,-0.10403602570295334,0.9601429104804993,-0.11689199507236481,0.048446547240018845,0.5475055575370789,0.019267529249191284,0.05504007637500763,0.02381986379623413 +493,-2.8685485979535423,0.1064792718698481,2.4900218916097248,-0.2681366503238678,-0.1062781810760498,0.9575005173683167,-0.20672020316123962,0.00023975316435098648,0.6163879632949829,0.0031220614910125732,0.0251166969537735,-0.008037865161895752 +494,-2.863422081746312,0.11072522282453072,2.434176133352585,-0.27291542291641235,-0.11049911379814148,0.955670952796936,-0.19987590610980988,0.0005589863285422325,0.5587815642356873,0.02058085799217224,0.008967146277427673,-0.015271902084350586 +495,-2.8550184086749137,0.11611729219217774,2.380446473202237,-0.2807643711566925,-0.11585652828216553,0.9527584910392761,-0.20981961488723755,0.030522421002388,0.39166730642318726,0.004824429750442505,0.017895102500915527,0.030304312705993652 +496,-2.8571556039159525,0.12228661247006475,2.3437475753637877,-0.2785215973854065,-0.12198206037282944,0.952652096748352,-0.14274466037750244,-0.02349824830889702,0.2938498854637146,0.013491719961166382,0.009494274854660034,-0.006164729595184326 +497,-2.8486151434878706,0.13402478192704093,2.31518414729235,-0.28621411323547363,-0.1336238980293274,0.9488022923469543,-0.16425107419490814,0.03936668485403061,0.1825753003358841,-0.018686950206756592,-0.01078525185585022,0.07075929641723633 +498,-2.841215865976151,0.1519615675442183,2.3085096845537585,-0.29247045516967773,-0.1513773798942566,0.9442172050476074,-0.10335716605186462,0.10252898186445236,-0.1241706982254982,0.016576260328292847,-0.03619891405105591,-0.16582047939300537 +499,-2.8267930534541597,0.1448188092563151,2.330973848234069,-0.3063846826553345,-0.14431314170360565,0.9409046769142151,0.07439051568508148,0.363839328289032,-0.1063273474574089,-0.09832412004470825,-0.04996173083782196,-0.031450629234313965 +500,-2.7854032378610856,0.1690050975416052,2.3313673865752813,-0.3437372148036957,-0.16820169985294342,0.9238792061805725,-0.5226472020149231,0.3572516441345215,0.05207252502441406,0.15208682417869568,0.1825602501630783,0.13073188066482544 +501,-2.7744445320487636,0.18334504369635102,2.2854673431424186,-0.35293883085250854,-0.18231956660747528,0.9177113771438599,-0.13090817630290985,-0.05706041678786278,0.4543362557888031,0.03340449929237366,0.04161824285984039,0.04337894916534424 +502,-2.783804741891013,0.17734872749249264,2.2561870524953416,-0.34471017122268677,-0.17642050981521606,0.9219821095466614,-0.03994637727737427,-0.16286173462867737,0.1613139510154724,0.03015020489692688,0.016294747591018677,0.0406949520111084 +503,-2.798310865780799,0.1742425464682692,2.2322857310021003,-0.33148279786109924,-0.17336221039295197,0.9273967742919922,0.027979005128145218,-0.2637580931186676,0.23664118349552155,0.0055855512619018555,0.02060645818710327,0.009309768676757812 +504,-2.818630620083123,0.16569152807240925,2.216881072591601,-0.3130301833152771,-0.1649344265460968,0.9353119730949402,0.06277109682559967,-0.21924667060375214,0.08971612900495529,-0.04039385914802551,-0.009534552693367004,-0.043481647968292236 +505,-2.8325368610094306,0.159360227809262,2.2085946197676667,-0.3003053069114685,-0.1586865782737732,0.9405506253242493,-0.05111149698495865,-0.10024861246347427,0.13623005151748657,-0.034869253635406494,0.011835992336273193,-0.007963895797729492 +506,-2.8389566975201097,0.15837272847754344,2.187259520391066,-0.29430750012397766,-0.15771150588989258,0.942608118057251,-0.09048201143741608,-0.16088256239891052,0.2810094356536865,-0.030750423669815063,0.018093600869178772,0.006320655345916748 +507,-2.845756897584051,0.16528734388694963,2.1528888994475457,-0.28756606578826904,-0.1645357608795166,0.943522036075592,-0.1845671683549881,-0.14603133499622345,0.2812979519367218,-0.038148075342178345,-0.05419899523258209,-0.041071414947509766 +508,-2.8439658370061895,0.17280012157262864,2.128449729323356,-0.28888484835624695,-0.17194144427776337,0.9417970776557922,-0.12104583531618118,0.04500705376267433,0.09667431563138962,-0.05086734890937805,-0.05361397564411163,-0.010248005390167236 +509,-2.8385103907601192,0.18164000054125462,2.112116656854292,-0.29355326294898987,-0.18064284324645996,0.9387195706367493,-0.21245841681957245,-0.15708374977111816,0.14462997019290924,0.0016373991966247559,-0.026022180914878845,0.09637552499771118 +510,-2.8506633495441065,0.2002206192467834,2.08396471648499,-0.2811121940612793,-0.19888554513454437,0.9388396739959717,0.008562583476305008,-0.2658960819244385,0.005027616396546364,-0.0657048225402832,-0.07922114431858063,-0.10763275623321533 +511,-2.851271428141895,0.20770653623051766,2.1048971231717175,-0.280107319355011,-0.20621627569198608,0.9375579953193665,-0.045643385499715805,0.38277027010917664,-0.24164162576198578,-0.011762827634811401,-0.051336854696273804,-0.02080976963043213 +512,-2.8312638037837123,0.22039130237326857,2.132182927686858,-0.2979854643344879,-0.218611478805542,0.9292006492614746,0.06937603652477264,-0.03779727220535278,-0.40116414427757263,-0.009570688009262085,-0.0057537853717803955,0.03648245334625244 +513,-2.830363499151839,0.2263764491110802,2.174164033739373,-0.298415869474411,-0.22444790601730347,0.9276697039604187,0.06647490710020065,0.2290775626897812,-0.5377804636955261,-0.0166933536529541,-0.05469636619091034,-0.0592004656791687 +514,-2.8112565208097586,0.2419854969798256,2.235289928377723,-0.3149103820323944,-0.23963074386119843,0.9183725118637085,0.11542610824108124,0.4258387088775635,-0.6522130370140076,-0.004394978284835815,-0.03397457301616669,-0.027381598949432373 +515,-2.7993409550838635,0.2517435656219614,2.3176913936758337,-0.32503050565719604,-0.2490929514169693,0.9123091101646423,0.28552713990211487,0.09941142052412033,-0.7900503277778625,0.032595813274383545,0.0641869455575943,0.05493021011352539 +516,-2.8088644005544356,0.2577300112427791,2.389329926999946,-0.3158349394798279,-0.2548862099647522,0.9139375686645508,0.13102537393569946,0.040803730487823486,-0.6531651616096497,-0.017386585474014282,0.017459392547607422,0.02493596076965332 +517,-2.8220233742363847,0.2616171932678836,2.4684128948250823,-0.30346786975860596,-0.2586430609226227,0.9170666933059692,0.3157423138618469,0.1789657324552536,-0.8420108556747437,-0.02075091004371643,0.017584681510925293,-0.05499076843261719 +518,-2.8218419450029213,0.2600370902715093,2.56588453267783,-0.303762286901474,-0.2571164071559906,0.9173983335494995,0.3585059642791748,0.2864236831665039,-0.8205820322036743,0.044301837682724,0.0627804696559906,0.02210056781768799 +519,-2.820628455231887,0.2502321080725202,2.6573802499357217,-0.3056560158729553,-0.2476288378238678,0.9193772673606873,0.36637020111083984,0.15825773775577545,-0.8087289929389954,0.024787455797195435,0.05629885196685791,0.04705345630645752 +520,-2.8308561761362365,0.23663898841266862,2.751944069187157,-0.29723885655403137,-0.23443661630153656,0.925574779510498,0.4397822618484497,0.04492131620645523,-0.9015488624572754,-0.026827305555343628,-0.006789594888687134,-0.025886058807373047 +521,-2.841944428203777,0.22327870306425798,2.852755480535071,-0.2878565788269043,-0.22142812609672546,0.93172287940979,0.3561747670173645,0.18631458282470703,-0.8103743195533752,0.01263388991355896,0.05063655972480774,0.02298867702484131 +522,-2.8492491065757917,0.2184774413624984,2.936259936900758,-0.2813463509082794,-0.21674351394176483,0.9348085522651672,0.21434329450130463,0.08043009787797928,-0.6885268092155457,0.0075578391551971436,0.05858612060546875,0.03334665298461914 +523,-2.86143435267073,0.21672657389218283,3.0105361391564283,-0.27003926038742065,-0.21503393352031708,0.9385300874710083,0.2001531422138214,-0.002827235497534275,-0.7074357271194458,-0.00754857063293457,0.037177518010139465,0.015937447547912598 +524,-2.8788433866720955,0.21266232228389567,3.0816489049600446,-0.25388526916503906,-0.21106299757957458,0.9439253211021423,0.20063351094722748,-0.01413001585751772,-0.6273095607757568,-0.028890639543533325,0.0385470986366272,-0.013627290725708008 +525,-2.8815865962001976,0.21060801966319728,-3.141356361133932,-0.25140583515167236,-0.20905452966690063,0.9450351595878601,0.18602322041988373,0.15330611169338226,-0.49228599667549133,-0.033872514963150024,0.06911614537239075,0.006152033805847168 +526,-2.880637431500836,0.20716585083702815,-3.095675074710668,-0.2524868845939636,-0.20568718016147614,0.9454857707023621,0.08301398158073425,0.06998451799154282,-0.3225041627883911,-0.023468345403671265,0.07433949410915375,0.014948248863220215 +527,-2.8821232144226117,0.20672240771784192,-3.072541264068398,-0.2511051893234253,-0.20525319874286652,0.9459478855133057,0.025468546897172928,0.0012664338573813438,-0.12151210010051727,-0.001427769660949707,0.08266408741474152,-0.006555795669555664 +528,-2.8822799003614774,0.20036664058951253,-3.0736525048549543,-0.25128647685050964,-0.19902865588665009,0.9472293257713318,-0.08768574148416519,0.010515071451663971,0.09248597919940948,-0.007441610097885132,0.057091355323791504,0.01453244686126709 +529,-2.8736209044513563,0.20192913177808447,-3.0957478638253475,-0.25939634442329407,-0.20055963099002838,0.9447168111801147,-0.1532171368598938,-0.007124230265617371,0.23008184134960175,-0.010257035493850708,0.0642528235912323,0.035416483879089355 +530,-2.8656067925458264,0.20245626310580486,-3.123750752414319,-0.2669300436973572,-0.20107603073120117,0.9425054788589478,-0.21429282426834106,0.08248206228017807,0.277505099773407,-0.014045268297195435,0.0006366074085235596,0.037108659744262695 +531,-2.852453433303558,0.21408020163833896,3.127473098829735,-0.2786184549331665,-0.21244871616363525,0.9366094470024109,-0.18300214409828186,0.05996464565396309,0.21652723848819733,0.0017324984073638916,0.023911118507385254,-0.036112070083618164 +532,-2.8419651208542343,0.22248140777537168,3.1066312208443754,-0.2878894507884979,-0.2206505537033081,0.9318976402282715,-0.12440389394760132,0.09637970477342606,0.17159372568130493,0.03517335653305054,0.032006099820137024,0.025164246559143066 +533,-2.8365758530032266,0.22303137574921664,3.0895208442621933,-0.2928709387779236,-0.22118692100048065,0.9302164912223816,0.024202872067689896,-0.032123275101184845,0.10602393001317978,0.00023791193962097168,-0.003910675644874573,-0.024195492267608643 +534,-2.8275618159578464,0.21201961993481122,3.0957433811408483,-0.3019779920578003,-0.2104347199201584,0.9297990202903748,0.13366034626960754,0.18860861659049988,-0.14873206615447998,-0.019356757402420044,-0.015120640397071838,0.029154658317565918 +535,-2.83749203179725,0.2029230456416268,3.119468016253137,-0.29329127073287964,-0.2015332579612732,0.934539794921875,0.2623072564601898,-0.2174968719482422,-0.16480939090251923,0.028902262449264526,0.03229802846908569,1.52587890625e-05 +536,-2.8467296762545216,0.186596818876695,3.1411443840305817,-0.28556421399116516,-0.1855158656835556,0.9402326345443726,0.14670290052890778,0.059509314596652985,-0.14822466671466827,0.021159857511520386,-0.03146415948867798,-0.010773777961730957 +537,-2.841349806891756,0.17916307305032028,-3.112893683476008,-0.29101815819740295,-0.17820610105991364,0.9399740099906921,0.14501439034938812,0.11001821607351303,-0.3614485263824463,0.008562743663787842,-0.046738967299461365,-0.025087475776672363 +538,-2.8254847179867224,0.1826483592635825,-3.0790522505702747,-0.30569878220558167,-0.18163451552391052,0.9346429109573364,0.05298018455505371,0.33751794695854187,-0.3015541434288025,0.03430593013763428,-0.09639589488506317,-0.061565399169921875 +539,-2.8055941567607996,0.18821320915088766,-3.0384022063811624,-0.3238893151283264,-0.18710395693778992,0.9274091720581055,-0.028080563992261887,0.11115259677171707,-0.49599677324295044,0.031729310750961304,-0.12022329866886139,0.06262677907943726 +540,-2.806118228179971,0.21634726234011634,-2.995248234396424,-0.3215424716472626,-0.21466347575187683,0.922241747379303,-0.20582881569862366,0.1331668645143509,-0.5535988807678223,0.04735735058784485,-0.11266802251338959,-0.04782170057296753 +541,-2.8074072111995534,0.2347099456183654,-2.915138498989519,-0.3190065920352936,-0.2325608879327774,0.9187763333320618,0.2489762306213379,0.21404221653938293,-1.0751484632492065,-0.07996490597724915,-0.026090815663337708,-0.07043355703353882 +542,-2.7975283500742374,0.23689918077669037,-2.803340323733462,-0.3278948664665222,-0.23468954861164093,0.9150988459587097,0.21684899926185608,0.569146454334259,-0.8063250780105591,-0.05667239427566528,0.10151082277297974,0.11850106716156006 +543,-2.784231469451474,0.2594732101409572,-2.731050103564349,-0.33809369802474976,-0.2565714418888092,0.9054630398750305,-0.05508074164390564,0.21477100253105164,-0.7054060697555542,-0.06000804901123047,0.19190475344657898,-0.03407961130142212 +544,-2.7717965529585578,0.26820848176003054,-2.6680359853966795,-0.3485034108161926,-0.26500439643859863,0.8990652561187744,0.08728361874818802,0.4208793044090271,-0.3664614260196686,0.02140071988105774,0.15456125140190125,0.08349406719207764 +545,-2.749108797485665,0.2737385972002684,-2.630029102936013,-0.368243545293808,-0.2703327238559723,0.8895599842071533,0.19895793497562408,0.261393278837204,-0.5766361951828003,-0.06161180138587952,-0.09168204665184021,-0.05043339729309082 +546,-2.736047970642978,0.27432201322259386,-2.545642194812908,-0.3797679841518402,-0.2708943486213684,0.8845298290252686,0.27883240580558777,0.43876007199287415,-0.7504043579101562,0.04543256759643555,0.022099733352661133,-0.004478931427001953 +547,-2.7091742019691765,0.2769656797070008,-2.4699559208187214,-0.40309712290763855,-0.2734382450580597,0.873352587223053,0.3115904927253723,0.516920804977417,-0.7153457403182983,-0.004327923059463501,-0.03414851427078247,-0.015930593013763428 +548,-2.6834723336150814,0.2823709212035738,-2.3773710891468998,-0.4247482419013977,-0.2786334455013275,0.8613663911819458,0.47852957248687744,0.5360735058784485,-0.8462183475494385,0.002461373805999756,-0.08446460962295532,-0.026390254497528076 +549,-2.665594394746503,0.29089758392309767,-2.281283985836093,-0.4389744699001312,-0.2868122160434723,0.8514930009841919,0.4202832281589508,0.4426480233669281,-0.9884240627288818,-0.0038203299045562744,-0.04715687036514282,-0.007590353488922119 +550,-2.659662281456908,0.2951799681912174,-2.163365548242363,-0.4434444308280945,-0.29091203212738037,0.8477777242660522,0.5905628204345703,0.29698869585990906,-0.9651807546615601,0.004678010940551758,-0.02764567732810974,0.026123523712158203 +551,-2.6808314311822827,0.2879163785683361,-2.0576561712276917,-0.42632806301116943,-0.2839549779891968,0.8588446378707886,0.40756654739379883,-0.04901360720396042,-0.7000402808189392,0.029691100120544434,0.008640646934509277,0.041851162910461426 +552,-2.702515177435693,0.2846740008464053,-1.9964880754707999,-0.40799567103385925,-0.2808445990085602,0.8687153458595276,0.23859989643096924,-0.030917789787054062,-0.37974268198013306,-0.00522768497467041,-0.025750309228897095,-0.004777729511260986 +553,-2.718089095820968,0.27872306481948733,-1.9476858669044372,-0.3950972855091095,-0.27512821555137634,0.876471996307373,0.3461483120918274,-0.012590456753969193,-0.41581639647483826,-0.013823091983795166,-0.05145570635795593,-0.07816243171691895 +554,-2.728030295497304,0.26186869167181387,-1.8962319886705872,-0.38817325234413147,-0.2588859796524048,0.8844771981239319,0.25219812989234924,0.09807436168193817,-0.29509368538856506,-0.0023450255393981934,-0.0492195188999176,-0.01426839828491211 +555,-2.7280869743240763,0.25269272130653203,-1.85772988123482,-0.38906118273735046,-0.250012069940567,0.8866369724273682,0.33093351125717163,0.06111472100019455,-0.34309589862823486,-0.02265140414237976,0.03751823306083679,-0.037378668785095215 +556,-2.7360353236517856,0.23020085375734858,-1.816672445458087,-0.38412344455718994,-0.22817307710647583,0.8946430683135986,0.29373523592948914,0.019643455743789673,-0.056990865617990494,0.03965628147125244,0.08059006929397583,-0.022114992141723633 +557,-2.7361523634483085,0.2055138305117394,-1.8063579728663661,-0.38612326979637146,-0.20407021045684814,0.8995912075042725,0.15489794313907623,0.0033087069168686867,0.024603890255093575,0.015563547611236572,0.06059178709983826,0.00877988338470459 +558,-2.7377709985085956,0.18594607751354378,-1.8147922518346038,-0.38616207242012024,-0.18487638235092163,0.903714656829834,0.008541959337890148,-0.028027934953570366,0.19162309169769287,-0.009437382221221924,0.03752221167087555,0.017946958541870117 +559,-2.738099309498221,0.16941113738806118,-1.8303802948849268,-0.3870127499103546,-0.16860194504261017,0.9065289497375488,0.0742318406701088,0.02293238416314125,0.16598016023635864,-0.0006215870380401611,0.012596070766448975,-0.010959982872009277 +560,-2.736653378784731,0.15396809336175352,-1.83705049345352,-0.38930249214172363,-0.1533604860305786,0.9082533121109009,0.08983947336673737,0.012935476377606392,0.0818830206990242,-0.0029399096965789795,-0.019430026412010193,0.035945236682891846 +561,-2.740354375684711,0.15073730413336964,-1.8387279561012873,-0.3861299753189087,-0.15016712248325348,0.9101395010948181,0.018856868147850037,-0.012992515228688717,-0.0019934738520532846,0.004324465990066528,0.0314689576625824,0.008943319320678711 +562,-2.7371340710383065,0.1458235757004243,-1.8382666873780873,-0.38934457302093506,-0.14530731737613678,0.9095587134361267,0.1375889927148819,-0.019489549100399017,0.039643559604883194,0.016724854707717896,0.007230490446090698,0.05235552787780762 +563,-2.753766917954914,0.13091999157311843,-1.8180947953672872,-0.37494003772735596,-0.13054631650447845,0.9178109765052795,0.33160310983657837,-0.07068778574466705,-0.16881871223449707,0.03288385272026062,0.025108113884925842,-0.06766784191131592 +564,-2.7537583976957203,0.11293518841557203,-1.7948960331157222,-0.37577515840530396,-0.11269526928663254,0.9198328256607056,0.1758885532617569,0.060158200562000275,-0.10788334906101227,-0.00822746753692627,0.052362024784088135,0.026517033576965332 +565,-2.751494662639176,0.10470024958022273,-1.7912316408299624,-0.3781966269016266,-0.10450906306505203,0.9198071956634521,0.003170375246554613,0.011213033460080624,0.05924005061388016,0.0194472074508667,0.04060525447130203,-0.0015180110931396484 +566,-2.750757892137855,0.10332111800881957,-1.7983620992811735,-0.37892886996269226,-0.10313738882541656,0.9196609258651733,-0.06064773350954056,0.04054192826151848,0.019013212993741035,-0.0009692907333374023,-0.014935143291950226,-0.0032787322998046875 +567,-2.750273121487698,0.11253416041854808,-1.796668841920913,-0.3789960443973541,-0.11229678988456726,0.9185595512390137,-0.07707240432500839,0.08569881319999695,-0.05575266852974892,-0.0028399527072906494,0.002555564045906067,-0.03405320644378662 +568,-2.741655342319269,0.1278335721148382,-1.8013423057383404,-0.38618358969688416,-0.12748569250106812,0.9135697484016418,-0.2023826688528061,0.0330527126789093,0.07321923226118088,0.029463648796081543,0.03344579041004181,0.019505202770233154 +569,-2.736490415772909,0.1416015502436615,-1.8212762198513752,-0.39016813039779663,-0.141128808259964,0.9098633527755737,-0.23859216272830963,0.019720962271094322,0.15716414153575897,0.02249234914779663,0.01420620083808899,-0.0008821487426757812 +570,-2.729632184186614,0.15890707102557813,-1.8449561643266665,-0.3953618109226227,-0.15823914110660553,0.9047926068305969,-0.21174298226833344,0.05857434868812561,0.16466332972049713,0.03154653310775757,0.036641836166381836,-0.0066754817962646484 +571,-2.7231042302895125,0.17819703283448263,-1.8772075933912047,-0.39994463324546814,-0.17725545167922974,0.8992354869842529,-0.37052372097969055,-0.05190972611308098,0.2797616124153137,0.0376858115196228,0.033593982458114624,0.037684500217437744 +572,-2.720240286003366,0.20614654820712708,-1.908386537586888,-0.4003353416919708,-0.20468956232070923,0.8932157158851624,-0.1849105805158615,0.05047539994120598,0.08864143490791321,0.04614824056625366,0.017021670937538147,-0.06112313270568848 +573,-2.7079105263994063,0.21779931370741493,-1.9251290255128435,-0.4102875292301178,-0.21608145534992218,0.8859871625900269,-0.1077347919344902,0.005399771966040134,0.08051930367946625,0.030236810445785522,0.022828862071037292,0.039855241775512695 +574,-2.717599798488357,0.21918439264794387,-1.9370088989574188,-0.40156039595603943,-0.2174336016178131,0.8896474242210388,-0.1409790813922882,-0.20421335101127625,0.15264572203159332,0.03707358241081238,0.04966317117214203,0.07827889919281006 +575,-2.75452923476044,0.2053459980329374,-1.9463544103694126,-0.3695402145385742,-0.2039058953523636,0.9065662622451782,0.1295151263475418,-0.2884805202484131,0.09722117334604263,-0.01952838897705078,-0.012814685702323914,-0.04726755619049072 +576,-2.7674538564187285,0.1790960306616543,-1.956125250080778,-0.3596254587173462,-0.17814013361930847,0.9159345030784607,0.19066710770130157,-0.027010321617126465,0.13006363809108734,-0.13626998662948608,-0.12584547698497772,0.002614259719848633 +577,-2.76934889020377,0.15414350597851226,-1.945472745941989,-0.3593941926956177,-0.15353381633758545,0.9204692244529724,0.35833731293678284,0.1569065898656845,-0.06665468215942383,-0.05710980296134949,-0.19424453377723694,-0.14164519309997559 +578,-2.7446163526221694,0.13118864156446788,-1.9125559975996118,-0.3833092153072357,-0.1308126598596573,0.9143094420433044,0.19430017471313477,0.2825297713279724,-0.4156414270401001,-0.1253424882888794,-0.13629241287708282,0.02204596996307373 +579,-2.7282644212843628,0.1331007852467998,-1.8804859027568426,-0.3981069326400757,-0.1327081322669983,0.9076892137527466,0.038180116564035416,0.11238496750593185,-0.18199454247951508,-0.04165142774581909,-0.0641150027513504,-0.02298450469970703 +580,-2.7258522396853384,0.13387947142665574,-1.857840688027535,-0.40025344491004944,-0.13347989320755005,0.9066314101219177,0.06296682357788086,0.09577032923698425,-0.26984068751335144,-0.053466737270355225,-0.16385288536548615,-0.09204089641571045 +581,-2.709484054303457,0.14945304356051173,-1.8265132218584177,-0.4141181409358978,-0.14889729022979736,0.8979619145393372,-0.0016069114208221436,0.20533742010593414,-0.46385958790779114,-0.11821520328521729,-0.19018350541591644,-0.02601379156112671 +582,-2.69310758103661,0.1642532416651113,-1.7704617093992354,-0.4277650713920593,-0.16351567208766937,0.88897705078125,0.19414326548576355,0.27075135707855225,-0.5818027853965759,-0.06927481293678284,-0.058621808886528015,0.0065004825592041016 +583,-2.6803844171121924,0.17111182591972932,-1.7094792314912854,-0.43853121995925903,-0.17027804255485535,0.8824373483657837,0.2981228530406952,0.16718417406082153,-0.4924623668193817,0.008553832769393921,-0.03330470621585846,-0.04233425855636597 +584,-2.670726722940672,0.17087359237571806,-1.6533303541360214,-0.44705137610435486,-0.17004328966140747,0.8781972527503967,0.2647439241409302,0.27317631244659424,-0.4229643940925598,-0.027847975492477417,-0.05621406435966492,-0.05146074295043945 +585,-2.6577698449129943,0.18085378387499448,-1.589282572541729,-0.4575800895690918,-0.17986950278282166,0.8707858324050903,0.1546633392572403,0.25747916102409363,-0.6892001032829285,0.024627089500427246,0.11443977057933807,-0.028790414333343506 +586,-2.6529857676328437,0.17403822142671485,-1.5342714024511803,-0.46230533719062805,-0.17316097021102905,0.8696488738059998,0.29163551330566406,0.09159814566373825,-0.2692646384239197,0.009897440671920776,0.07855647802352905,0.02701866626739502 +587,-2.652948536757952,0.16978738548024772,-1.5100766342392866,-0.46267908811569214,-0.16897279024124146,0.870273768901825,0.12664790451526642,-0.13672123849391937,-0.1651163399219513,0.014894604682922363,0.01916198432445526,0.018321871757507324 +588,-2.675648388720638,0.15848778409511133,-1.480378920033323,-0.44363588094711304,-0.15782512724399567,0.8822006583213806,0.30013155937194824,-0.14116179943084717,-0.23484709858894348,0.018968641757965088,0.024234458804130554,-0.02679312229156494 +589,-2.6910165859166257,0.1464178750434392,-1.4503177494569353,-0.4308244585990906,-0.14589527249336243,0.8905642032623291,0.15343591570854187,-0.1239386573433876,-0.17352357506752014,-0.02448248863220215,0.023840248584747314,0.03430140018463135 +590,-2.7048140471498825,0.13998705922139895,-1.436125738971472,-0.4188847243785858,-0.13953030109405518,0.8972554802894592,-0.0012278901413083076,-0.1714923083782196,-0.04865788295865059,-0.004409432411193848,0.05743798613548279,0.0585247278213501 +591,-2.726692039023333,0.12867500920165745,-1.4415158615378856,-0.39976638555526733,-0.12832021713256836,0.907590389251709,0.06841389834880829,-0.23401086032390594,0.0965586006641388,0.014710932970046997,-0.002203419804573059,-0.007581472396850586 +592,-2.7446460845855594,0.11874610281178262,-1.4394284003545437,-0.38388165831565857,-0.11846723407506943,0.9157512784004211,0.1421421766281128,-0.06795620918273926,-0.04156838357448578,0.0020762383937835693,-0.011736012995243073,-0.016688168048858643 +593,-2.7452276996300236,0.11166191296849302,-1.4340146865685002,-0.3836632966995239,-0.11143001914024353,0.9167254567146301,0.1084342822432518,-0.01881849393248558,0.04452335834503174,0.0167962908744812,0.007487170398235321,0.010627329349517822 +594,-2.7463171605429504,0.10979059443986892,-1.440241534862391,-0.3827439546585083,-0.10957016050815582,0.917333722114563,-0.04889769107103348,0.03634991496801376,0.10725588351488113,0.017708003520965576,-0.005038589239120483,-0.002508401870727539 +595,-2.745964487705186,0.11071318951785432,-1.450053533687889,-0.3830282390117645,-0.11048715561628342,0.9171048402786255,-0.023094218224287033,0.022185564041137695,0.08304159343242645,0.005754828453063965,-0.015092648565769196,-0.01878976821899414 +596,-2.745015562220522,0.11154126642654444,-1.456934522670872,-0.38386303186416626,-0.11131012439727783,0.9166566133499146,-0.028229542076587677,-0.018332460895180702,0.08793406188488007,0.017362207174301147,0.020917050540447235,0.0033416152000427246 +597,-2.7467239299782924,0.10977417836842399,-1.4721964507919454,-0.3823714852333069,-0.10955384373664856,0.9174910187721252,-0.07846193760633469,-0.03945358470082283,0.1544618010520935,-0.020170599222183228,-0.0025677457451820374,0.011708080768585205 +598,-2.7479993515248022,0.11279439953901893,-1.4895451357210883,-0.381072461605072,-0.1125553771853447,0.9176684617996216,-0.08020632714033127,-0.025205671787261963,0.17395895719528198,0.012313216924667358,0.009131282567977905,-0.007466316223144531 +599,-2.753320901372948,0.11793164074294582,-1.5095573681816927,-0.3759598135948181,-0.11765846610069275,0.9191360473632812,-0.141154482960701,-0.08489426225423813,0.1567665934562683,0.00535428524017334,-0.002229839563369751,-0.006034731864929199 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/TEST/standing/2.csv b/BoostRunClub/CoreML/DataSet/TEST/standing/2.csv new file mode 100644 index 0000000..ecf836f --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/TEST/standing/2.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-2.757016295818157,0.12692787062557606,-1.533389680348258,-0.37214842438697815,-0.12658733129501343,0.919500470161438,-0.21044926345348358,-0.06875714659690857,0.20885980129241943,0.02102842926979065,0.023010656237602234,0.001565694808959961 +1,-0.02983724641723481,0.15536750875377886,2.2187552933706476,-0.029473474249243736,-0.15474319458007812,-0.9875149726867676,-0.023561056703329086,-0.008303718641400337,-0.04310256242752075,-0.04390603303909302,0.004764571785926819,-0.040378034114837646 +2,-0.045475260510287795,0.16414467273862923,2.2212235024686047,-0.04484854266047478,-0.163408562541008,-0.9855385422706604,0.0925862044095993,0.12955833971500397,-0.22049738466739655,-0.07363595068454742,0.005159661173820496,-0.0227469801902771 +3,-0.05242092479023408,0.1810968878044083,2.2048125288920386,-0.051540058106184006,-0.18010863661766052,-0.9822955131530762,0.2402592897415161,-0.028619948774576187,-0.10092482715845108,0.009288471192121506,0.05553588271141052,-0.04025697708129883 +4,-0.06551413063807651,0.2275470585898291,2.2113711704081003,-0.06377970427274704,-0.22558850049972534,-0.972132682800293,0.6008058190345764,-0.4577031135559082,0.13943640887737274,0.02189432829618454,0.05696362257003784,-0.01622486114501953 +5,-0.20848758804328013,0.3171498596000504,2.22764522015089,-0.1966579705476761,-0.3118598461151123,-0.9295531511306763,1.5634082555770874,-1.8932071924209595,-0.20527945458889008,0.05986294150352478,0.0650489330291748,-0.10465705394744873 +6,-0.329338317418132,0.37154263021545403,2.2429216078346434,-0.3013497292995453,-0.36305323243141174,-0.8816919326782227,0.9020277261734009,-1.5879548788070679,0.11815076321363449,0.017749875783920288,0.05667203664779663,-0.14047908782958984 +7,-0.4495969134839472,0.4369582866613026,2.2447819822785364,-0.3937686085700989,-0.4231854975223541,-0.8160026669502258,-0.4284079968929291,0.0818764716386795,-0.15183992683887482,0.017776817083358765,0.0453016459941864,0.00151902437210083 +8,-0.39859072933224543,0.40082932248677716,2.2127268666391675,-0.3573566675186157,-0.3901820778846741,-0.8485600352287292,-0.2750919461250305,0.5846785306930542,-0.19402606785297394,0.03181040287017822,0.04066425561904907,-0.030590295791625977 +9,-0.2847041012677942,0.3616379614437153,2.17997786131696,-0.2627061605453491,-0.353806734085083,-0.8976671099662781,-0.25574934482574463,0.9818721413612366,0.07867661118507385,0.04319325089454651,0.047257691621780396,-0.11780524253845215 +10,-0.23372748740881566,0.35848549493001813,2.1830616977948814,-0.21688194572925568,-0.3508564233779907,-0.9109676480293274,0.1203189492225647,0.3475242853164673,0.10693071037530899,0.010064318776130676,0.03280222415924072,0.012759029865264893 +11,-0.23773533815632317,0.3716060941932726,2.201838993186525,-0.219428151845932,-0.36311236023902893,-0.9055389165878296,0.2146845906972885,-0.16947199404239655,0.06412134319543839,-0.006981760263442993,0.01946920156478882,0.01094663143157959 +12,-0.2656203506285294,0.39943606652399777,2.2067784447388434,-0.24184341728687286,-0.3888988494873047,-0.8889710307121277,0.10569851100444794,0.08161628246307373,-0.06338246166706085,0.03008192777633667,0.0053691864013671875,0.09647530317306519 +13,-0.3146273475255421,0.40994549330868835,2.211789936141,-0.28382089734077454,-0.3985593318939209,-0.8721216320991516,0.17596322298049927,-0.5780854225158691,-0.061908576637506485,-0.0006334781646728516,-0.0023043155670166016,0.009313464164733887 +14,-0.3543444787103716,0.4533003970614188,2.2164857862994602,-0.31193339824676514,-0.4379349946975708,-0.8431550860404968,1.2028862237930298,-1.182116985321045,-0.39801010489463806,-0.027086377143859863,0.0455399751663208,0.004821956157684326 +15,-0.42441187420425225,0.5280390406084212,2.225798762912888,-0.35569846630096436,-0.503840446472168,-0.787161648273468,-0.15642525255680084,0.642950713634491,0.19177500903606415,0.004029184579849243,0.10071855783462524,0.023779690265655518 +16,-0.5259072898852499,0.5872144568501808,2.2916474122326966,-0.41790685057640076,-0.554044246673584,-0.7199922800064087,1.3118996620178223,-1.6185288429260254,0.37721651792526245,0.039366841316223145,0.058606624603271484,0.11037313938140869 +17,-0.9090390345629067,0.6514548776353648,2.508691342188246,-0.6273460388183594,-0.6063439846038818,-0.4886552393436432,3.4667460918426514,-5.024688720703125,1.807661533355713,0.27853018045425415,0.35304808616638184,-0.007774233818054199 +18,-1.6020603274442367,0.474440700494501,2.9782493954052454,-0.8891136050224304,-0.45684099197387695,0.02780630812048912,3.986666679382324,-4.305397033691406,3.4858591556549072,0.1640617847442627,0.37805989384651184,-0.24617481231689453 +19,-1.7978954427635399,0.09202641605726723,3.1061266668654732,-0.9702007174491882,-0.09189657866954803,0.2241993248462677,-1.053324580192566,2.2902231216430664,2.950941324234009,-0.26957571506500244,0.06636863946914673,-0.1508655995130539 +20,-1.7052637135941422,-0.16732986937241137,3.0851381652172583,-0.9771320223808289,0.16655011475086212,0.13219007849693298,1.2277113199234009,0.7241160273551941,2.1902222633361816,-0.47924309968948364,-0.08770793676376343,-0.18004167079925537 +21,-1.618496386517629,-0.35957528770293884,-3.1099342172983144,-0.934981644153595,0.35187670588493347,0.04463253915309906,1.2117091417312622,0.6162441372871399,1.865838885307312,-0.12625181674957275,-0.10225820541381836,0.032409071922302246 +22,-1.5264541139953258,-0.5114945928421835,-2.9613162658765133,-0.8711567521095276,0.4894810914993286,-0.03865435719490051,1.349403977394104,0.26302003860473633,1.5136691331863403,-0.17649638652801514,-0.06290638446807861,0.17178726196289062 +23,-1.3727812596909612,-0.6318261362504963,-2.7617897463664134,-0.7911815643310547,0.5906193256378174,-0.1587461233139038,1.3819584846496582,1.077512502670288,1.192649483680725,-0.11447322368621826,0.017260253429412842,0.1439298540353775 +24,-1.0678346307899738,-0.7340014545636073,-2.4794731575486546,-0.6505478620529175,0.6698460578918457,-0.3579017221927643,2.1988368034362793,0.8290196061134338,1.7151439189910889,-0.19901567697525024,-0.03353935480117798,-0.03286060690879822 +25,-0.8631324131584095,-0.6874393125755077,-2.3780584388771966,-0.5872930288314819,0.6345601677894592,-0.5024144053459167,-0.7319400906562805,2.3864552974700928,-1.7628711462020874,-0.11525213718414307,-0.1050649881362915,0.5253941416740417 +26,-1.033460901868855,-0.6161723626683915,-2.706957103586333,-0.7010884881019592,0.5779156684875488,-0.41771790385246277,-1.3799307346343994,-1.1215885877609253,-2.195840358734131,-0.076774001121521,-0.027790606021881104,-0.09731194376945496 +27,-1.2627891888835405,-0.464731053532466,-2.990018613711463,-0.8518728613853455,0.4481824040412903,-0.27100762724876404,-0.8929104804992676,-0.22356224060058594,-1.8150808811187744,0.26973479986190796,0.003904998302459717,-0.3139685392379761 +28,-1.484792990498009,-0.3353734600777031,3.0751072992929585,-0.9407974481582642,0.329121857881546,-0.08111180365085602,-2.8945250511169434,-1.1873137950897217,-1.1008450984954834,-0.0019515752792358398,0.06678271293640137,0.07003390789031982 +29,-1.612088380464946,-0.4304128007771005,2.8571815242372303,-0.9080190062522888,0.4172459840774536,0.037515293806791306,-2.452937364578247,-0.022776998579502106,1.7765939235687256,0.16735738515853882,0.08408153057098389,0.02983701229095459 +30,-1.6660822680575744,-0.43885890374942593,2.7357888252625857,-0.9011307954788208,0.42490679025650024,0.08612591028213501,0.4914966821670532,-1.2809884548187256,-3.1110527515411377,-0.4699782133102417,0.21854108572006226,-0.37526464462280273 +31,-1.6297537852774109,-0.19069610237098322,2.8372273220328514,-0.9801664352416992,0.18954242765903473,0.05785517394542694,-0.6612187027931213,-0.5387645959854126,-3.112309694290161,-0.19323432445526123,0.23884804546833038,-0.18969106674194336 +32,-1.6112259986213753,0.005986534868841208,2.8759230079883755,-0.9991648197174072,-0.005986499134451151,0.040417931973934174,1.1795719861984253,-0.6270268559455872,-0.5209295153617859,0.3659404516220093,-0.044794753193855286,-0.0028049983084201813 +33,-1.7185735813732579,-0.10937865478001194,2.8538678577337646,-0.9831901788711548,0.10916069149971008,0.1463600993156433,0.0744239017367363,-0.21231725811958313,1.542341947555542,0.12039715051651001,-0.14907768368721008,0.054384469985961914 +34,-1.7558656591392385,-0.3130334329700046,2.9032907556528866,-0.9351571798324585,0.3079460561275482,0.17507226765155792,1.2157824039459229,0.03544512763619423,0.3723101019859314,0.0711129903793335,0.2275611162185669,-0.030586719512939453 +35,-1.7885657951822713,-0.4313118191181481,2.9099955340250574,-0.886962890625,0.41806283593177795,0.1962658315896988,0.17292749881744385,0.10999666154384613,2.8828845024108887,-0.2278594970703125,0.33886462450027466,0.0006030797958374023 +36,-1.7160475408239881,-0.47607042876999633,2.825762938508461,-0.8794431090354919,0.45829010009765625,0.12864618003368378,-0.9845356345176697,1.0251340866088867,-0.5633306503295898,0.126284658908844,0.06926721334457397,0.01577828824520111 +37,-1.8262998919380986,-0.5133995209984883,2.756970386530634,-0.8428012132644653,0.49114131927490234,0.22015030682086945,-0.1749998927116394,-0.4445904493331909,1.1756880283355713,-0.08211022615432739,0.18102356791496277,-0.07618369162082672 +38,-1.8803773193109448,-0.6255551302826982,2.7844581859812476,-0.7721015810966492,0.5855473875999451,0.24696870148181915,1.0208897590637207,-1.240167260169983,0.6038810014724731,-0.1456993818283081,0.018715977668762207,-0.09831762313842773 +39,-1.8984961700734457,-0.6809031367181841,2.8635155918608297,-0.7356564402580261,0.6294950246810913,0.25009146332740784,0.42874929308891296,-0.16195492446422577,-0.03823035955429077,-0.2858737111091614,-0.09319436550140381,-0.012237548828125 +40,-1.8718243358699722,-0.6494152775744987,2.929462686212926,-0.7606236934661865,0.6047208309173584,0.2361455112695694,0.43697696924209595,-0.4411180019378662,-0.5561938285827637,0.014972329139709473,-0.07124298810958862,-0.052750080823898315 +41,-1.8640982137394433,-0.645223716722155,2.9761889787909688,-0.764845073223114,0.6013771891593933,0.23099260032176971,0.2916856110095978,-0.19185572862625122,-0.10972705483436584,-0.056367695331573486,-0.01048058271408081,-0.0012409687042236328 +42,-1.8783578780264243,-0.6408126635850014,3.004190088012882,-0.7639942765235901,0.5978471040725708,0.24267585575580597,0.12415339052677155,-0.10354474186897278,-0.09324884414672852,-0.016095995903015137,0.018577396869659424,0.0015106052160263062 +43,-1.892758639109302,-0.6357858987795992,3.013629015430546,-0.7632615566253662,0.5938100218772888,0.2546001076698303,0.10017965734004974,0.04162365943193436,-0.016364669427275658,0.03470027446746826,0.034745216369628906,-0.0031810104846954346 +44,-1.8857038058938118,-0.6460604470862227,3.0263239087671687,-0.7591973543167114,0.602045476436615,0.24730633199214935,0.19941169023513794,-0.6222878694534302,0.03970036283135414,-0.010196506977081299,-0.005457460880279541,-0.16045333445072174 +45,-1.9354330506260904,-0.6533066375464496,3.0389995383474533,-0.7418703436851501,0.6078154444694519,0.2831762135028839,-0.04001001641154289,0.2860777974128723,0.09368734806776047,-0.03756380081176758,0.0027497410774230957,0.09669137001037598 +46,-1.9237341406126043,-0.6578481355190936,3.0148768550180853,-0.7425345778465271,0.6114155054092407,0.2735210359096527,-0.41065460443496704,-0.29765745997428894,0.21105577051639557,0.012737154960632324,-0.0034900307655334473,-0.10138651728630066 +47,-1.942037342652658,-0.6638955900156602,2.9627143196609658,-0.7339447140693665,0.6161896586418152,0.28571850061416626,-0.2515992820262909,0.49599742889404297,0.16306838393211365,-0.034670889377593994,0.013723552227020264,-0.10642784833908081 +48,-1.9501101979414655,-0.6749972293547755,2.936903096703108,-0.7252151370048523,0.6248951554298401,0.289083331823349,-0.06754644960165024,-0.019855890423059464,0.2109808474779129,-0.041188061237335205,0.007368028163909912,-0.041585683822631836 +49,-1.9337515724986574,-0.6799421672871968,2.922244063997718,-0.726949155330658,0.6287480592727661,0.2760811746120453,-0.1630505919456482,0.25507229566574097,0.037006303668022156,0.008748471736907959,-0.03158009052276611,-0.016407132148742676 +50,-1.940944928389913,-0.6775674124993504,2.887932111042295,-0.7263345122337341,0.6268996596336365,0.28184255957603455,-0.31118717789649963,0.21359066665172577,0.12363563477993011,0.028260111808776855,0.0219651460647583,-0.001096099615097046 +51,-1.9464897198633342,-0.6809631812654214,2.852676179909006,-0.7227761149406433,0.6295416951179504,0.2850828468799591,-0.24612244963645935,0.23972272872924805,0.12005308270454407,-0.013628363609313965,-0.016535043716430664,-0.002993673086166382 +52,-1.9428113557383495,-0.6808734142251377,2.8169937266915848,-0.7238724827766418,0.6294718980789185,0.2824428379535675,-0.3398898243904114,0.3949210047721863,0.15451163053512573,-0.004933059215545654,-0.0023813843727111816,0.04057052731513977 +53,-1.945293020829614,-0.6755220176117721,2.7609201825127117,-0.7262937426567078,0.6253047585487366,0.28546640276908875,-0.44647857546806335,0.28838786482810974,0.004640668630599976,-0.005014181137084961,-0.008971869945526123,0.01613876223564148 +54,-1.9579448515739788,-0.6611116234287678,2.7348211298047786,-0.7308927178382874,0.6139946579933167,0.298003613948822,0.0025738473050296307,-0.09663891792297363,-0.052155449986457825,-0.02678239345550537,0.037418246269226074,-0.0009303390979766846 +55,-1.9681039783846606,-0.6587479804257097,2.7459657590223836,-0.7291638255119324,0.6121273040771484,0.3059740662574768,0.06882442533969879,-0.2517152726650238,-0.08699449896812439,0.013633489608764648,0.0017489790916442871,-0.003209143877029419 +56,-1.9794857822944083,-0.6587701793273626,2.765934603599984,-0.7256218194961548,0.6121448278427124,0.3142479360103607,0.22614158689975739,-0.17950588464736938,-0.06999379396438599,-0.010980963706970215,0.006080269813537598,-0.032570600509643555 +57,-1.9853441042038589,-0.665005397301784,2.800868796089546,-0.7202606201171875,0.6170634031295776,0.31694984436035156,0.2545167803764343,-0.30011245608329773,-0.06902759522199631,-0.023330628871917725,-0.008497178554534912,0.00446125864982605 +58,-1.9946473886832878,-0.66694051518869,2.8341672543401644,-0.7161910533905029,0.6185849905014038,0.3231451213359833,0.24614450335502625,-0.3655521273612976,-0.11368625611066818,-0.010768115520477295,-0.054543912410736084,-0.011087685823440552 +59,-2.000295044664077,-0.6674264343386336,2.9001193223221664,-0.7140811681747437,0.6189666986465454,0.3270595073699951,0.7408180832862854,-0.5032504796981812,-0.3538602888584137,-0.08431953191757202,-0.04683852195739746,-0.0033596456050872803 +60,-1.9921525345817703,-0.6675855402269034,3.0293558530105824,-0.7166311144828796,0.6190916895866394,0.32119420170783997,1.0065388679504395,-0.8419668674468994,-0.4777664840221405,-0.004163622856140137,-0.034557878971099854,0.0022769272327423096 +61,-1.9748530553441594,-0.6651878649841438,-3.1008100813415105,-0.723442792892456,0.6172069311141968,0.30933210253715515,1.173089623451233,-0.786429762840271,-0.5158922076225281,-0.01637965440750122,-0.00043135881423950195,-0.06186506152153015 +62,-1.9526127739253771,-0.6505347246592439,-2.941834178449202,-0.7384570240974426,0.6056119799613953,0.2965056300163269,0.9886409044265747,-0.6011694073677063,-0.6609699130058289,-0.02025580406188965,0.08046901226043701,-0.04932853579521179 +63,-1.9168576927188306,-0.6257679371476716,-2.8101764025736338,-0.762462854385376,0.585719883441925,0.27492234110832214,0.8943057656288147,-0.31751638650894165,-0.5134444236755371,0.07989156246185303,0.17349636554718018,-0.1007738709449768 +64,-1.8800999510008758,-0.6336974978678612,-2.689403817842066,-0.7676029801368713,0.5921283960342407,0.24529509246349335,0.7504521608352661,-0.32724469900131226,-0.003151221200823784,0.20974165201187134,0.10118520259857178,-0.021326541900634766 +65,-1.8711472823392004,-0.6747524905849319,-2.625838851968903,-0.7459043264389038,0.6247040629386902,0.23102211952209473,0.37632691860198975,-0.23426330089569092,0.3207484483718872,0.005792140960693359,-0.02031874656677246,0.004588812589645386 +66,-1.8641662801493342,-0.7087770005743976,-2.586897161315199,-0.726723313331604,0.6509057879447937,0.21953332424163818,0.41568103432655334,-0.05546817556023598,0.15334174036979675,-0.059653639793395996,-0.0713159441947937,-0.020268797874450684 +67,-1.8482181458575555,-0.7268870895095629,-2.5401186192844136,-0.7186753153800964,0.6645467281341553,0.20465359091758728,0.3513619899749756,-0.16119801998138428,-0.01883549615740776,-0.136274516582489,-0.058025240898132324,-0.009325891733169556 +68,-1.8250020870399661,-0.7247760845390505,-2.489662426083148,-0.7245888113975525,0.6629678010940552,0.1882675439119339,0.43598172068595886,-0.11879172921180725,-0.22262662649154663,-0.056127071380615234,-0.07216286659240723,-0.036793485283851624 +69,-1.796785574838165,-0.7174763610793232,-2.4135910745816713,-0.7343090772628784,0.65748530626297,0.16882990300655365,0.614983081817627,-0.28639572858810425,-0.20694600045681,-0.04810059070587158,-0.02830427885055542,-0.01366327702999115 +70,-1.7679801066283911,-0.7105628370256967,-2.3373279145638386,-0.7433066964149475,0.6522604823112488,0.14849764108657837,0.5233420133590698,-0.20047180354595184,-0.16490499675273895,-0.042353153228759766,0.00963526964187622,0.02226342260837555 +71,-1.7579322965894932,-0.7090774304491223,-2.2899014331981484,-0.7457121014595032,0.6511338353157043,0.1412017047405243,0.19461174309253693,-0.20527061820030212,-0.005183117464184761,-0.005264341831207275,-0.034221112728118896,0.05253921449184418 +72,-1.774841162707686,-0.7146343306856412,-2.2811740062031225,-0.7396633625030518,0.6553412675857544,0.15305450558662415,0.05129031091928482,-0.19174641370773315,0.09570617973804474,-0.07095974683761597,-0.0015175342559814453,-0.0683378279209137 +73,-1.7813610340692834,-0.7213768415108281,-2.2693710930324453,-0.7343122363090515,0.6604191660881042,0.15694665908813477,0.04858062416315079,-0.11482559144496918,0.05992245674133301,-0.05090510845184326,-0.07521408796310425,-0.037958621978759766 +74,-1.780276889390903,-0.7208992691803805,-2.274126444260168,-0.7347901463508606,0.660060465335846,0.15621599555015564,-0.10519633442163467,0.029201565310359,0.1091604232788086,-0.04827558994293213,-0.06667673587799072,-0.05285288393497467 +75,-1.7877872615226258,-0.7208303155277379,-2.279119148458183,-0.7336409091949463,0.6600086688995361,0.16173994541168213,-0.009473416022956371,-0.21920156478881836,0.07017545402050018,-0.08438283205032349,0.012965023517608643,-0.045986875891685486 +76,-1.7891065895000748,-0.7191261538211423,-2.267938397357614,-0.734523594379425,0.6587274670600891,0.1629510223865509,0.14110282063484192,-0.16901549696922302,0.05062462389469147,0.025173068046569824,0.03864490985870361,-0.02166987955570221 +77,-1.8044552587059706,-0.7301406491626258,-2.265707595560515,-0.7248335480690002,0.6669744253158569,0.1725148856639862,-0.1737491488456726,-0.14465919137001038,0.0975264385342598,0.02810204029083252,-0.07194274663925171,0.020234212279319763 +78,-1.8383227164871319,-0.733898079978924,-2.2951321782770706,-0.7161543965339661,0.669769287109375,0.19629567861557007,-0.07453493773937225,-0.32242122292518616,0.09236016869544983,-0.060014426708221436,0.0229644775390625,-0.053885459899902344 +79,-1.8669664926875718,-0.7229945151842003,-2.283468089417496,-0.717181384563446,0.6616330146789551,0.2188442349433899,-0.16035977005958557,-0.12027205526828766,-0.17285774648189545,0.03657829761505127,0.1341586709022522,0.13970687985420227 +80,-1.8790850424918657,-0.7000212006783955,-2.271069375053312,-0.7287701964378357,0.6442338824272156,0.23207078874111176,0.21497006714344025,-0.20970386266708374,-0.3347133696079254,0.20508849620819092,0.10781079530715942,0.12472549080848694 +81,-1.90043187912278,-0.6965637107176728,-2.2581132028081767,-0.7257538437843323,0.641585648059845,0.24829325079917908,-0.09615814685821533,-0.15479549765586853,0.16631224751472473,0.08517450094223022,0.10177695751190186,0.03719872236251831 +82,-1.920870166183287,-0.7047348251587993,-2.2702990063583286,-0.715579092502594,0.6478318572044373,0.26126664876937866,-0.11478347331285477,-0.0873102992773056,0.033659063279628754,0.04945671558380127,0.007365226745605469,0.046442002058029175 +83,-1.9349686850438967,-0.7039429198506151,-2.292251594779302,-0.7123040556907654,0.6472283601760864,0.27151167392730713,-0.10331101715564728,0.050428587943315506,-0.05152680352330208,0.043496012687683105,0.034549593925476074,0.02298298478126526 +84,-1.9438608963511743,-0.6956239523363048,-2.315106471744074,-0.7148507833480835,0.6408645510673523,0.2797875702381134,-0.2752020061016083,0.038409892469644547,-0.07887240499258041,0.032233595848083496,0.028187572956085205,0.054563045501708984 +85,-1.959827920975494,-0.6826534744310558,-2.3504839596435723,-0.7179237604141235,0.630854070186615,0.29429370164871216,-0.3190515637397766,0.2525712549686432,-0.028870604932308197,0.06913530826568604,0.03137737512588501,0.09027361869812012 +86,-1.9712933280722802,-0.6670492412196286,-2.405074740863645,-0.7234798669815063,0.6186704039573669,0.3063063323497772,-0.551288902759552,0.2004195898771286,0.0601048469543457,0.030105292797088623,0.04671955108642578,0.0609574019908905 +87,-1.9749230572210759,-0.6530942613187449,-2.4674949594980475,-0.7302309274673462,0.6076468229293823,0.3122950494289398,-0.48351049423217773,0.4836340546607971,0.051952511072158813,0.08283108472824097,0.03491610288619995,0.07645308971405029 +88,-1.9742642557517676,-0.6386002831063695,-2.5173548773267806,-0.738459587097168,0.5960721373558044,0.3152388632297516,-0.25321051478385925,0.21104979515075684,-0.01701936684548855,0.05231755971908569,0.05613428354263306,-0.009040802717208862 +89,-1.953297042443077,-0.6291132134392864,-2.5264406511642554,-0.7501190304756165,0.5884279608726501,0.30178433656692505,-0.046240631490945816,0.2897205948829651,0.04316122457385063,0.05628669261932373,0.0796932578086853,0.0754128098487854 +90,-1.9331388159927563,-0.6305488242399964,-2.5514785628497174,-0.7552593350410461,0.5895881056785583,0.28630340099334717,-0.2927697002887726,0.4015006422996521,0.08531908690929413,0.07062786817550659,0.02610403299331665,0.04786449670791626 +91,-1.9344340600608905,-0.6295594229392051,-2.6110294916143104,-0.7554324269294739,0.5887886881828308,0.2874886393547058,-0.5278533101081848,0.2674104869365692,0.23092129826545715,0.013229668140411377,0.03035193681716919,-0.08549273014068604 +92,-1.9435272660543035,-0.6406045761620149,-2.67213598569934,-0.7466843724250793,0.5976802706718445,0.2919597625732422,-0.28996920585632324,0.31513920426368713,0.24162735044956207,-0.12016737461090088,-0.021584749221801758,-0.12533381581306458 +93,-1.9360082770639193,-0.6470093462256421,-2.703430513013003,-0.7452679872512817,0.6028028726577759,0.284964382648468,-0.11592859029769897,0.2879020571708679,0.07720679044723511,-0.06505018472671509,-0.1321607232093811,-0.10724514722824097 +94,-1.920597067706251,-0.6519394619444717,-2.7125639606694176,-0.7467696666717529,0.60672926902771,0.2724235951900482,-0.009053034707903862,0.10937025398015976,0.03581944480538368,-0.1014053225517273,-0.047799885272979736,-0.11821821331977844 +95,-1.8841042030512267,-0.647154371129398,-2.6819400554086865,-0.7589648962020874,0.6029186248779297,0.24588845670223236,0.2350430190563202,0.08858603239059448,-0.07590712606906891,-0.014563977718353271,-0.03191947937011719,-0.012657910585403442 +96,-1.8546875155489388,-0.6421099111665844,-2.658363664813792,-0.7687789797782898,0.5988864898681641,0.22430819272994995,0.11067108064889908,0.14613769948482513,-0.06392013281583786,0.0012159943580627441,-0.004754960536956787,0.03200903534889221 +97,-1.8435104744948303,-0.6426558554239236,-2.6619189005349817,-0.7709228992462158,0.599323570728302,0.21561355888843536,-0.16723105311393738,0.25178641080856323,0.10046552121639252,-0.01080024242401123,0.018336951732635498,0.07328107953071594 +98,-1.8458519033190166,-0.6451018172106908,-2.7027541154316936,-0.7690027952194214,0.6012797951698303,0.2170192152261734,-0.3728542923927307,0.24023346602916718,0.09333518892526627,-0.012201428413391113,0.0025867819786071777,0.00038802623748779297 +99,-1.849657590562318,-0.6448377511763335,-2.7553189711054915,-0.7683239579200745,0.6010687947273254,0.2199879139661789,-0.3986607491970062,0.2697688043117523,0.09096478670835495,-0.018220841884613037,0.0042778849601745605,-0.03734016418457031 +100,-1.8482563075109955,-0.6438775640302857,-2.8113827953625323,-0.7691863179206848,0.6003011465072632,0.21906909346580505,-0.4786273241043091,0.40109291672706604,0.1926601678133011,0.004934489727020264,0.013361632823944092,-0.031858891248703 +101,-1.847051666993963,-0.6554152496360114,-2.86898356778342,-0.76273512840271,0.6094884872436523,0.21623873710632324,-0.3518647849559784,0.304852694272995,0.24715211987495422,-9.763240814208984e-05,0.006234169006347656,-0.018713682889938354 +102,-1.8488195470841167,-0.6701423919577301,-2.92634750002726,-0.7536377906799316,0.6210975646972656,0.2150997668504715,-0.36360034346580505,0.403572678565979,0.326360285282135,-0.03083181381225586,0.015972137451171875,0.004748821258544922 +103,-1.8433378097828563,-0.682796773865828,-2.9604241196110435,-0.7471758127212524,0.6309652328491211,0.20883281528949738,-0.3757029175758362,0.19957496225833893,0.09428705275058746,-0.004227936267852783,-0.00961214303970337,0.0468129962682724 +104,-1.860248774113905,-0.6806127717822972,-3.0161587837923136,-0.7448564171791077,0.6292693614959717,0.2218305766582489,-0.3485526740550995,0.18228477239608765,0.14995037019252777,0.025801241397857666,0.041934192180633545,0.0020615756511688232 +105,-1.8769644681866386,-0.6821933133656313,-3.0753986182985753,-0.7400952577590942,0.6304969787597656,0.23394975066184998,-0.3626425862312317,0.22425799071788788,0.1782902479171753,0.08035105466842651,0.0144309401512146,-0.03502096235752106 +106,-1.9199253689448668,-0.6938268043375777,-3.109233326479302,-0.7224234938621521,0.6394839286804199,0.26299235224723816,-0.0853383019566536,-0.22769391536712646,0.16460829973220825,-0.007419705390930176,0.010952532291412354,0.05802205204963684 +107,-1.915955026422899,-0.7030038854708427,-3.13012775609212,-0.7179089188575745,0.6465122699737549,0.2581253945827484,-0.25403863191604614,0.41763368248939514,0.10928939282894135,-0.008760392665863037,-0.010526001453399658,0.014686554670333862 +108,-1.9152678812331636,-0.701966273870822,3.1080132886848353,-0.7187173366546631,0.6457203030586243,0.2578585147857666,-0.3152923285961151,0.26919466257095337,0.12174618244171143,0.02131432294845581,0.028443574905395508,-0.032898157835006714 +109,-1.9174852045579818,-0.704168923105994,3.066481948433177,-0.7168039679527283,0.6474006772041321,0.25896742939949036,-0.2722870409488678,0.23078002035617828,0.15486465394496918,0.012107372283935547,0.016982197761535645,-0.0036880075931549072 +110,-1.9202492542562974,-0.7078567531238725,3.01137186201045,-0.7138373851776123,0.6502069234848022,0.26012852787971497,-0.42522993683815,0.40259674191474915,0.18551824986934662,0.0007637739181518555,-0.0056604743003845215,0.0003084838390350342 +111,-1.9168212789268753,-0.7081201074103297,2.955108135313654,-0.7145641446113586,0.6504069566726685,0.25762203335762024,-0.3599173426628113,0.4050697386264801,0.11162514984607697,-0.005254030227661133,-0.0009623169898986816,-0.010536402463912964 +112,-1.9094866039839307,-0.7091822812674525,2.9053696738115637,-0.7157822847366333,0.6512134075164795,0.25214430689811707,-0.30078229308128357,0.3759925365447998,0.1356256753206253,-0.004081547260284424,-0.007429897785186768,-0.00293770432472229 +113,-1.8983248090793263,-0.7124294702796476,2.8659987844506998,-0.7165461182594299,0.6536742448806763,0.24345779418945312,-0.3136857748031616,0.3551408648490906,0.11244392395019531,-0.004248559474945068,-0.018786609172821045,0.02151106297969818 +114,-1.8932858284600116,-0.7117839814920108,2.8157735807871647,-0.718163788318634,0.6531856656074524,0.23997773230075836,-0.29666128754615784,0.30192720890045166,0.09404485672712326,0.004540741443634033,0.007825136184692383,-0.04442107677459717 +115,-1.887175484519831,-0.7136493799890817,2.7790025067659774,-0.7184577584266663,0.6545969843864441,0.23520563542842865,-0.27625057101249695,0.2963066101074219,0.093923419713974,-0.012667238712310791,-0.024057865142822266,-0.013831079006195068 +116,-1.8779913299352196,-0.7132059921357651,2.7382888332338524,-0.7208638191223145,0.6542617082595825,0.22868500649929047,-0.2639921307563782,0.32037845253944397,0.04490223526954651,-0.01569312810897827,0.011555492877960205,-0.04744115471839905 +117,-1.8647087504422333,-0.7113808725813273,2.707834232269822,-0.7249796390533447,0.6528803706169128,0.21943584084510803,-0.17322754859924316,0.3108409345149994,0.04278865084052086,0.003345668315887451,0.002911984920501709,-0.023314565420150757 +118,-1.8499935815600488,-0.7074951809186616,2.6782053049920767,-0.7305631041526794,0.6499321460723877,0.20944178104400635,-0.29640573263168335,0.37580880522727966,0.03969290107488632,0.007265985012054443,0.015595197677612305,-0.004836678504943848 +119,-1.830425183428377,-0.7073782676954458,2.6477837067908325,-0.7345948219299316,0.6498433351516724,0.19512614607810974,-0.19338417053222656,0.4358847737312317,0.034370891749858856,-0.0029082894325256348,-0.020525038242340088,-0.011318773031234741 +120,-1.8106735793027606,-0.7059488804047561,2.6112273888484734,-0.739206850528717,0.648756206035614,0.18080009520053864,-0.3846553564071655,0.4679924547672272,0.06313202530145645,-0.02032989263534546,0.0038011670112609863,0.012864470481872559 +121,-1.7957652585870647,-0.7030627787386204,2.5510028045537996,-0.7436421513557434,0.6465572118759155,0.17017705738544464,-0.49458491802215576,0.4803299903869629,0.08941284567117691,0.024602174758911133,0.020175576210021973,-0.023295998573303223 +122,-1.7815250421474815,-0.7030164378622313,2.4807088440232548,-0.7460191249847412,0.6465218663215637,0.15957675874233246,-0.5370052456855774,0.5893747210502625,0.06847865134477615,0.014604449272155762,0.024422287940979004,-0.052719488739967346 +123,-1.766171691664639,-0.7045685417509783,2.410011930642474,-0.7473958730697632,0.6477051377296448,0.1479095220565796,-0.3982864320278168,0.6282893419265747,0.23043417930603027,0.03401702642440796,0.040603458881378174,-0.044607535004615784 +124,-1.7397019755956125,-0.7222702769381284,2.3641275779452102,-0.7396294474601746,0.6610897779464722,0.12612932920455933,-0.30702364444732666,0.5624039769172668,0.2311350405216217,-0.008066415786743164,-0.003313899040222168,0.0018155574798583984 +125,-1.7141309447483477,-0.7393752172321897,2.3260098334213475,-0.7313123941421509,0.6738263964653015,0.10554618388414383,-0.24873417615890503,0.47744759917259216,0.17360159754753113,-0.040339767932891846,-0.03143143653869629,0.0281360000371933 +126,-1.6956699734522127,-0.7463474163894871,2.2856248365696747,-0.728456974029541,0.6789616346359253,0.09144086390733719,-0.4341754913330078,0.6030256748199463,0.05017203837633133,-0.06835693120956421,-0.04299062490463257,0.09196972101926804 +127,-1.69817725679438,-0.741297791624211,2.220655354668216,-0.7316169738769531,0.6752457022666931,0.09370139986276627,-0.34079283475875854,0.2128208875656128,-0.014393395744264126,0.002170562744140625,-0.005217015743255615,-0.05242633819580078 +128,-1.6940638531705614,-0.7401688784671104,2.200537340887461,-0.7327522039413452,0.6744126081466675,0.09078484028577805,-0.10004061460494995,0.14892186224460602,0.022324848920106888,-0.02683025598526001,-0.02127540111541748,0.022176027297973633 +129,-1.6920849494337582,-0.7352600799067046,2.1797770730194514,-0.7362077832221985,0.6707800626754761,0.08973408490419388,-0.10508270561695099,0.11927176266908646,-0.021991653367877007,-0.019727885723114014,-0.01568979024887085,-0.010525710880756378 +130,-1.6895216420326495,-0.7275687306491281,2.174986264052904,-0.7415363788604736,0.6650559306144714,0.08845514059066772,-0.04723484814167023,0.027653703466057777,-0.04969332367181778,-0.020365417003631592,-0.01707625389099121,0.0345001146197319 +131,-1.6925670810799345,-0.7213995742772962,2.178593375781014,-0.7453217506408691,0.66043621301651,0.09120966494083405,0.11860382556915283,-0.11887935549020767,-0.05873025953769684,-0.02483499050140381,-0.02165764570236206,0.0036694929003715515 +132,-1.6944064960915932,-0.7139859070859861,2.2030081308064724,-0.7499915361404419,0.6548513174057007,0.09318165481090546,0.24676766991615295,-0.23725245893001556,-0.07059497386217117,-0.006874978542327881,0.0010783076286315918,-0.012432090938091278 +133,-1.6926526765779826,-0.7117390675242513,2.251369059425507,-0.75161212682724,0.6531516313552856,0.09204475581645966,0.4025878608226776,-0.37367624044418335,-0.05927274376153946,-0.02365642786026001,-0.026106953620910645,0.025264739990234375 +134,-1.6990602905296874,-0.7079866286161671,2.306933887042257,-0.7534322738647461,0.6503055691719055,0.09717167168855667,0.4507484436035156,-0.48190584778785706,-0.10220973193645477,-0.02836698293685913,-0.018317103385925293,0.0010949298739433289 +135,-1.7081226617275578,-0.7041365564689561,2.3827354909911147,-0.7549954056739807,0.6473760008811951,0.10433746129274368,0.6533139944076538,-0.6655020713806152,-0.11945466697216034,-0.008615434169769287,-0.007269740104675293,-0.037183523178100586 +136,-1.7159939538236897,-0.703804634757284,2.4720875321861553,-0.7543632984161377,0.6471229791641235,0.11030803620815277,0.7047602534294128,-0.6790890097618103,-0.0940890982747078,-0.01292484998703003,-0.006269097328186035,-0.052355170249938965 +137,-1.7271395018313558,-0.7016126402920694,2.5684893995610727,-0.7544862627983093,0.6454502940177917,0.11892936378717422,0.677219569683075,-0.7268368601799011,-0.21192802488803864,-0.05999726057052612,-0.016895055770874023,-0.035952113568782806 +138,-1.740813900762969,-0.6837320915789009,2.646406557740157,-0.7640433311462402,0.6316906213760376,0.13116708397865295,0.49846169352531433,-0.6176469326019287,-0.27265486121177673,-0.005823612213134766,0.027901053428649902,-0.06256353855133057 +139,-1.7590809589519643,-0.6651888397077695,2.7299050694104747,-0.7728949189186096,0.6172077059745789,0.1472686380147934,0.6629981398582458,-0.8263450264930725,-0.31941479444503784,-0.002938210964202881,0.03322863578796387,-0.02931821346282959 +140,-1.779838282864072,-0.6501156597618523,2.819257188137888,-0.7786847949028015,0.605278491973877,0.16519103944301605,0.5697790384292603,-0.7207825183868408,-0.2076341211795807,0.050855815410614014,0.012763500213623047,0.008835434913635254 +141,-1.7920863681885566,-0.6519810367454992,2.896510127518891,-0.7755001187324524,0.6067622900009155,0.17446763813495636,0.6664289832115173,-0.6563583612442017,-0.034638822078704834,0.07196319103240967,-0.0024074912071228027,-0.062391892075538635 +142,-1.810863912470182,-0.6713730056408677,2.9701708553751986,-0.760514497756958,0.6220616102218628,0.18616507947444916,0.4280105233192444,-0.4917886555194855,0.11449563503265381,-0.09902852773666382,0.05173611640930176,-0.07787342369556427 +143,-1.823892331978223,-0.6822775693889085,3.016251860899106,-0.7514121532440186,0.6305623650550842,0.1943470537662506,0.3478916585445404,-0.30791929364204407,0.03715461492538452,-0.00421828031539917,-0.011498093605041504,-0.08027233183383942 +144,-1.8320753461758537,-0.6933976607035843,3.030819650006308,-0.7429766058921814,0.6391539573669434,0.19866566359996796,0.06962405145168304,-0.06133303791284561,0.08264679461717606,-0.055103838443756104,-0.013574063777923584,-0.07091912627220154 +145,-1.8309348620193169,-0.6948701011679346,3.059920370776777,-0.7422924041748047,0.6402856707572937,0.1975758820772171,0.5803329348564148,-0.37901151180267334,-0.15658485889434814,-0.05249214172363281,0.0695684552192688,-0.13504540920257568 +146,-1.7736247088824317,-0.6921240939466455,-3.126564302515898,-0.7541100978851318,0.6381739377975464,0.15508751571178436,0.24000529944896698,0.4805952310562134,0.0031670425087213516,0.23370909690856934,-0.006612658500671387,0.24861431121826172 +147,-1.7998552001487542,-0.7060469406319659,3.121739871480989,-0.7410573363304138,0.6488308310508728,0.1727781593799591,-0.24522937834262848,0.09723499417304993,0.23802173137664795,-0.017655372619628906,0.033877789974212646,0.005322441458702087 +148,-1.8161710403751203,-0.7176166351122077,3.098553771123094,-0.7308087944984436,0.6575909852981567,0.18300975859165192,-0.18531060218811035,-0.38186800479888916,0.05685136839747429,-0.0005754828453063965,0.005174517631530762,-0.03724253177642822 +149,-1.8435338891565043,-0.7182797926646265,3.1106780188116527,-0.7251081466674805,0.6580904126167297,0.20281827449798584,0.24954697489738464,-0.303529292345047,-0.17984746396541595,-0.013813972473144531,-0.06510341167449951,-0.00631558895111084 +150,-1.8544212295789775,-0.7181163605012169,-3.130425604685242,-0.7229601740837097,0.6579673886299133,0.2107306569814682,0.21361447870731354,-0.34909307956695557,-0.057675641030073166,-0.06535458564758301,-0.023064494132995605,0.006066188216209412 +151,-1.8533967949603807,-0.6990974591155099,-3.114754579759065,-0.7350615859031677,0.6435271501541138,0.21344125270843506,0.11333402991294861,0.07142660021781921,-0.22004900872707367,-0.00189208984375,0.022518932819366455,-0.05856455862522125 +152,-1.835598072096316,-0.6852098020032888,-3.0914784854161397,-0.7472978234291077,0.6328354477882385,0.20264454185962677,0.020782772451639175,0.3004136085510254,0.05741436034440994,0.06333798170089722,0.05170416831970215,0.007590979337692261 +153,-1.8271524726207797,-0.7103696030433158,-3.0634112456253177,-0.7333459258079529,0.6521140336990356,0.19222725927829742,0.16332849860191345,-0.07939748466014862,0.3713754117488861,0.0706261396408081,0.09103482961654663,0.13338008522987366 +154,-1.9638570742627144,-0.7146333183454374,3.0415505373964544,-0.6977328062057495,0.6553404927253723,0.28930607438087463,-0.9294710159301758,-0.30968835949897766,0.2926066517829895,-0.007375895977020264,0.02721571922302246,-0.10066172480583191 +155,-2.05025221270029,-0.713572207228284,2.9902404974499985,-0.6707834005355835,0.654538631439209,0.34875333309173584,-0.023775052279233932,-0.7121092677116394,0.2093113660812378,-0.01552647352218628,-0.040204524993896484,-0.04643094539642334 +156,-2.12115741000961,-0.7358132494827484,2.964973455407345,-0.6318238973617554,0.6711902022361755,0.3876885175704956,0.04807431623339653,-0.5267572999000549,0.2526823878288269,-0.002926468849182129,-0.020143449306488037,0.02838820219039917 +157,-2.1605192993616877,-0.7634894982625885,2.9752883538653085,-0.600405752658844,0.6914465427398682,0.4017641842365265,0.4443145990371704,-0.4343847334384918,0.03832455351948738,-0.003018319606781006,0.00850456953048706,-0.07896453142166138 +158,-2.1569450712325224,-0.7787445819330197,3.035732009773497,-0.5929809212684631,0.7023863792419434,0.39373472332954407,0.4203917682170868,-0.1078081727027893,-0.17964836955070496,0.00562441349029541,0.01480722427368164,-0.04992365837097168 +159,-2.1337367563071483,-0.7866203904065591,3.0985404672849453,-0.5972617864608765,0.7079704999923706,0.37690404057502747,0.3050081729888916,-0.03002949245274067,-0.23823870718479156,-0.020780324935913086,0.01587611436843872,-0.007259756326675415 +160,-2.0940428515876373,-0.773420958476496,-3.1407796895151074,-0.6197888851165771,0.6985871195793152,0.3575442433357239,-0.059816624969244,0.21632465720176697,-0.1896454393863678,0.07541632652282715,0.06374204158782959,0.03338587284088135 +161,-2.0584309182127383,-0.75844410882778,3.1400311691277936,-0.6412979364395142,0.6877928376197815,0.34011468291282654,-0.023338379338383675,0.3902573585510254,-0.012474123388528824,0.09225618839263916,0.07288825511932373,0.029804229736328125 +162,-2.0411460218079878,-0.7623658454213201,3.1092049174654544,-0.6446712613105774,0.6906343698501587,0.3277546763420105,-0.34248802065849304,0.36440110206604004,0.2236841320991516,-0.022412419319152832,0.03264743089675903,0.06694445013999939 +163,-2.040076593551247,-0.7630004558349849,3.063273386246515,-0.6446303725242615,0.6910932064056396,0.3268668055534363,-0.2648826837539673,0.28999942541122437,0.12508507072925568,0.007606446743011475,-0.02565741539001465,0.004721879959106445 +164,-2.038651583127453,-0.7591414347858533,3.0296692890247647,-0.6474709510803223,0.6882988810539246,0.32714807987213135,-0.20631809532642365,0.21256448328495026,-0.007261468097567558,-0.05008453130722046,0.010278940200805664,0.039871543645858765 +165,-2.020941722893113,-0.750654583433193,3.01868304422352,-0.6583991050720215,0.6821175813674927,0.31816110014915466,-0.06814493983983994,0.27425751090049744,-0.050675682723522186,0.010419309139251709,0.0029410719871520996,0.013519197702407837 +166,-2.007634720576329,-0.7402586740306878,3.0048048805335346,-0.668963611125946,0.6744788885116577,0.3123551309108734,-0.157041996717453,0.23085525631904602,-0.10902751237154007,0.003924667835235596,0.01952129602432251,-0.021217375993728638 +167,-1.9899607271338622,-0.7258869583525912,2.9959857281820135,-0.6831636428833008,0.6637990474700928,0.30439770221710205,-0.13158194720745087,0.17554603517055511,0.012918157503008842,0.04166901111602783,0.013126492500305176,0.0015562176704406738 +168,-1.989700219573349,-0.7208746823667088,2.9743874946653577,-0.6862741708755493,0.6600419878959656,0.3055694103240967,-0.1865961253643036,0.1333829015493393,0.0011558791156858206,0.01766449213027954,0.004173159599304199,-0.026562422513961792 +169,-1.9888374839504765,-0.7235691476565321,2.966252859009691,-0.684909462928772,0.6620637774467468,0.3042539656162262,0.014771031215786934,0.027547435835003853,0.029733838513493538,-0.018001854419708252,0.0012814998626708984,-0.040688902139663696 +170,-1.97549568266497,-0.7302569854422267,2.978293047975389,-0.6848223805427551,0.6670610904693604,0.293339341878891,0.11757277697324753,0.01621435396373272,-0.016497042030096054,-0.012427985668182373,-0.05901360511779785,-0.02956068515777588 +171,-1.9683372699949973,-0.7311419402104553,2.9971453803784236,-0.6863601207733154,0.6677201390266418,0.2882009744644165,0.2521006166934967,-0.08034666627645493,-0.04515686258673668,-0.026164352893829346,0.00899195671081543,-0.06671962141990662 +172,-1.949295917835266,-0.7369924683652881,3.0271244030383166,-0.6880808472633362,0.6720638871192932,0.27363187074661255,0.10137839615345001,-0.012671238742768764,0.04982253536581993,-0.03716921806335449,0.003946065902709961,-0.0383567214012146 +173,-1.9355458402063506,-0.7413531869505103,3.041964102458639,-0.689034104347229,0.675286591053009,0.26309734582901,0.041752904653549194,0.04288088530302048,-0.06004489213228226,-0.0759652853012085,-0.03440219163894653,-0.008107662200927734 +174,-1.9222074104745608,-0.7310298015043146,3.056710436206518,-0.698989987373352,0.6676366925239563,0.2562696039676666,0.19285601377487183,-0.09786821156740189,-0.07815711200237274,-0.0246121883392334,0.0186273455619812,-0.054121166467666626 +175,-1.9000332069039418,-0.730570938625207,3.0982240182116922,-0.7047904133796692,0.667294979095459,0.2408074587583542,0.21478380262851715,-0.06616464257240295,-0.13450340926647186,-0.02018529176712036,-0.01905578374862671,0.012152820825576782 +176,-1.892391133195786,-0.721229555317024,3.121812379072307,-0.712492823600769,0.6603085398674011,0.23737430572509766,0.14722897112369537,-0.08555203676223755,-0.127146378159523,-0.012665808200836182,-0.0043942928314208984,-0.03345586359500885 +177,-1.8809531146506204,-0.7136983194215774,-3.1281725217330787,-0.7198767066001892,0.6546339988708496,0.23072075843811035,0.25256696343421936,-0.1752714067697525,-0.13257311284542084,0.042767882347106934,0.04296731948852539,-0.05214715003967285 +178,-1.8695554870515945,-0.719594617100364,-3.0793628917939246,-0.7187581062316895,0.6590798497200012,0.22136110067367554,0.37633103132247925,-0.201795756816864,-0.007121809292584658,0.04210704565048218,0.07741618156433105,0.009779125452041626 +179,-1.861029452017775,-0.733242329194673,-3.0516677388060294,-0.7119335532188416,0.6692821979522705,0.21263083815574646,0.024548402056097984,-0.007449063938111067,0.11665867269039154,0.07381099462509155,0.03651309013366699,0.07151830196380615 +180,-1.8886328228748697,-0.7434163095106221,-3.0898797334879275,-0.6992891430854797,0.6768068075180054,0.23005914688110352,-0.31004196405410767,0.02710762247443199,0.18638016283512115,0.03418910503387451,0.044308245182037354,-0.0053277164697647095 +181,-1.913614997366947,-0.7552701668782378,-3.1259438596249525,-0.6857200264930725,0.6854854226112366,0.2447413206100464,-0.011351704597473145,-0.07864747196435928,0.025453977286815643,-0.047892093658447266,-0.04269355535507202,0.0578862726688385 +182,-1.9114898088500956,-0.7512522853964299,-3.1028977161370803,-0.6888288259506226,0.6825544834136963,0.24420176446437836,0.32173803448677063,-0.2948494553565979,-0.08818081766366959,-0.016707181930541992,-0.03921329975128174,0.07438653707504272 +183,-1.9159122521228078,-0.7490389493061086,-3.0441766527374896,-0.6891618371009827,0.680935263633728,0.24775604903697968,0.45999807119369507,-0.38074105978012085,-0.22044436633586884,-0.01892220973968506,-0.004009664058685303,0.03254793584346771 +184,-1.9133056144272724,-0.735153060237211,-2.9797994780581414,-0.6986448764801025,0.6707006692886353,0.24911066889762878,0.38096991181373596,-0.38136905431747437,-0.2867719531059265,0.049154460430145264,-0.0013890862464904785,0.041950732469558716 +185,-1.9126920220852117,-0.7219158753137915,-2.923511365740836,-0.7071002721786499,0.6608238220214844,0.25163665413856506,0.2688552737236023,-0.3118389844894409,-0.24913325905799866,0.009972035884857178,0.06624215841293335,0.022716373205184937 +186,-1.9050501838634843,-0.7075881626382768,-2.8833348016639233,-0.7178738117218018,0.6500028371810913,0.24930663406848907,0.24277926981449127,-0.10359416157007217,-0.21642369031906128,0.05747336149215698,0.07005947828292847,0.01821044087409973 +187,-1.896236701715325,-0.7053379170171283,-2.851890397293967,-0.7214270830154419,0.6482911705970764,0.24343706667423248,0.12151850759983063,-0.11876552551984787,0.011649374850094318,0.0829535722732544,0.023065030574798584,0.02642989158630371 +188,-1.899706971410294,-0.7130069926647193,-2.847018539546761,-0.7158514857292175,0.6541112065315247,0.2443259358406067,0.02965577319264412,0.013550697825849056,0.010896067135035992,0.01246708631515503,0.034395813941955566,0.038236260414123535 +189,-1.907583681649669,-0.7084450650730247,-2.8607773832216594,-0.7167137265205383,0.6506537795066833,0.25094032287597656,-0.1925184428691864,-0.11465254426002502,-0.08152227848768234,-0.048346638679504395,0.042888641357421875,0.07172200083732605 +190,-1.9289700619831855,-0.6855324756426396,-2.8845688700360417,-0.7249578833580017,0.633085310459137,0.2713657021522522,-0.2274523675441742,0.17975719273090363,-0.2703626751899719,0.055631041526794434,0.04738050699234009,-0.003253549337387085 +191,-1.9354365514367826,-0.6651169245883132,-2.898932081605949,-0.7351113557815552,0.617151141166687,0.2805992066860199,-0.1470526158809662,0.067670077085495,0.03380148857831955,0.09437954425811768,0.059896647930145264,-0.016667813062667847 +192,-1.9442400788554957,-0.6887097236030273,-2.9098271946670393,-0.7188529968261719,0.635541558265686,0.28166839480400085,0.00202037300914526,-0.029858410358428955,0.20300649106502533,0.00497061014175415,-0.03671044111251831,0.02893945574760437 +193,-1.9593689416308897,-0.6888031680622203,-2.944597218536583,-0.7144548892974854,0.6356136798858643,0.29248878359794617,-0.42673173546791077,0.2736011743545532,0.07111866772174835,0.03697991371154785,0.03410983085632324,-0.036537766456604004 +194,-1.949911344985481,-0.6896079480072334,-2.9818509668343025,-0.7167136073112488,0.6362347602844238,0.28552931547164917,-0.13339398801326752,0.2282230257987976,0.1276748925447464,-0.007361710071563721,0.053904950618743896,0.08121570944786072 +195,-1.9569389220258866,-0.6870156595190694,-3.027899312472329,-0.7162149548530579,0.6342326998710632,0.29117923974990845,-0.40556594729423523,0.20444349944591522,0.14259646832942963,0.06031590700149536,0.07183730602264404,-0.050746411085128784 +196,-1.9680701878247961,-0.6990485183154245,-3.080952058881919,-0.7058405876159668,0.64348965883255,0.296159029006958,-0.2329637110233307,0.26163870096206665,0.3334024250507355,0.020476818084716797,0.04288119077682495,-0.06901669502258301 +197,-1.9683853628507173,-0.7187620964526521,-3.122544308494767,-0.6939147114753723,0.6584535241127014,0.2914123833179474,-0.24865804612636566,0.2644334137439728,0.2878979742527008,-0.02306520938873291,-0.004187226295471191,-0.03701785206794739 +198,-1.9675412137274695,-0.7311509093936496,3.1223736662890498,-0.6865836977958679,0.6677268147468567,0.2876521348953247,-0.10313881933689117,0.20484739542007446,0.17643879354000092,-0.02366715669631958,-0.02165442705154419,-0.05773270130157471 +199,-1.9564855783257145,-0.744462453300914,3.1121125409288064,-0.6814253926277161,0.6775765419006348,0.2766755223274231,0.0700952559709549,0.14859464764595032,0.10914689302444458,-0.03177034854888916,-0.001810610294342041,-0.015078812837600708 +200,-1.9420844831379347,-0.7517199746927041,3.116967351091657,-0.6807383298873901,0.6828962564468384,0.26504263281822205,-0.036198392510414124,0.10241711884737015,0.06252075731754303,-0.03183180093765259,-0.02814161777496338,0.03093165159225464 +201,-1.9467660514331422,-0.7477362733778258,3.1010880556912053,-0.682015597820282,0.6799806952476501,0.2692236006259918,-0.046310581266880035,0.03882044181227684,0.0166087057441473,-0.027563929557800293,-0.01875627040863037,-0.05143457651138306 +202,-1.9404352335603192,-0.746092469234858,3.113021480691619,-0.6847473978996277,0.6787744760513306,0.2653038799762726,0.11726856976747513,-0.10620837658643723,-0.022734342142939568,-0.028555095195770264,-0.005266845226287842,-0.013884812593460083 +203,-1.9366190496780047,-0.7450168380572001,3.132152205343585,-0.6864361763000488,0.6779841780662537,0.26294979453086853,0.14245209097862244,-0.1530032753944397,-0.05882204696536064,-0.019710004329681396,-0.010992109775543213,-0.04020208120346069 +204,-1.929200150008383,-0.7457288679207204,-3.115888080525808,-0.6879162192344666,0.678507387638092,0.2576807737350464,0.30910420417785645,-0.2311057150363922,-0.07185240089893341,-0.015315711498260498,0.000340878963470459,-0.04576629400253296 +205,-1.9199034809753857,-0.7516472140421135,-3.067388532321716,-0.6864964365959167,0.6828430891036987,0.24989637732505798,0.32817357778549194,-0.23104286193847656,-0.041181210428476334,3.4570693969726562e-06,0.007769763469696045,-0.011020034551620483 +206,-1.9151572279631501,-0.7582006545607766,-3.028960011770659,-0.6834474205970764,0.6876161098480225,0.2451191544532776,0.22692179679870605,-0.20271673798561096,-0.03306495025753975,0.005911529064178467,0.012502849102020264,0.0143413245677948 +207,-1.9254477395092804,-0.7598776351147412,-3.020099685691859,-0.6798068284988403,0.6888327598571777,0.25173836946487427,0.027718909084796906,-0.12249015271663666,-0.022358400747179985,0.013394415378570557,0.035151004791259766,-0.030424833297729492 +208,-1.9313133517635108,-0.7622118453368383,-3.0165186686971217,-0.6768120527267456,0.6905229687690735,0.2551535665988922,-0.03011656552553177,-0.001521626953035593,-0.0007433909922838211,0.06214231252670288,0.07330143451690674,0.010608643293380737 +209,-1.9288049304184052,-0.7699850168172703,-3.0332213486652515,-0.672402560710907,0.6961244940757751,0.25156664848327637,-0.29830873012542725,0.3551536500453949,0.14911429584026337,0.08838754892349243,0.08414900302886963,0.15106704831123352 +210,-1.9573729027240196,-0.771711609081606,-3.1144620365077764,-0.6638282537460327,0.697363018989563,0.27021703124046326,-0.3555087447166443,0.17974890768527985,0.1234532818198204,-0.0048577189445495605,0.012445390224456787,-0.005232900381088257 +211,-1.9793634277998993,-0.7664016976447221,3.118423667851137,-0.661114513874054,0.6935474872589111,0.2862154245376587,-0.2539440095424652,0.034644920378923416,0.10633156448602676,0.05791938304901123,0.008402526378631592,-0.02980676293373108 +212,-1.997946848103423,-0.7678143039340926,3.0879681334450524,-0.6547896265983582,0.6945644617080688,0.29804497957229614,-0.26814618706703186,0.21319040656089783,0.058803290128707886,0.0033919215202331543,0.020386040210723877,0.015355318784713745 +213,-1.9952908974796442,-0.7516577752526225,3.0337391686055617,-0.6657188534736633,0.6828507781028748,0.3008878529071808,-0.549327552318573,0.5079816579818726,0.05338194593787193,0.09415507316589355,0.07480919361114502,-0.01528903841972351 +214,-1.9859367747792047,-0.7454286835618568,2.970764429022803,-0.6723830699920654,0.6782868504524231,0.2963571846485138,-0.40503373742103577,0.5328999161720276,0.26272544264793396,0.09047400951385498,0.08511024713516235,0.02038472890853882 +215,-1.9857530950010063,-0.7537562093692665,2.8862861757465996,-0.6672451496124268,0.6843823194503784,0.293946236371994,-0.6515499949455261,0.6525501608848572,0.2704424262046814,0.005822539329528809,-0.012110710144042969,0.014662683010101318 +216,-1.9851382516790046,-0.7569497113714528,2.798765550530178,-0.6654221415519714,0.6867072582244873,0.29265472292900085,-0.4705648422241211,0.5134564638137817,0.3025728464126587,-0.02747952938079834,-0.005722761154174805,-0.017172574996948242 +217,-1.9803364265776862,-0.7597123529858816,2.730121681716925,-0.6650766134262085,0.6887128949165344,0.2886994779109955,-0.4209487736225128,0.5256062746047974,0.12677402794361115,-0.04448753595352173,-0.019416749477386475,0.01856669783592224 +218,-1.9748780741940124,-0.7513817498628788,2.671103749389045,-0.6718948483467102,0.6826491355895996,0.287310928106308,-0.4962078332901001,0.4717940092086792,0.11181744188070297,-0.0041915178298950195,-0.0024886131286621094,-0.0014374256134033203 +219,-1.9715243053884817,-0.7455492296610086,2.6104501601091563,-0.6765095591545105,0.6783754229545593,0.2866043448448181,-0.36478033661842346,0.4255683720111847,0.1366264969110489,-0.0018047094345092773,-0.00924694538116455,-0.011183112859725952 +220,-1.964914474514153,-0.7441334009433335,2.5615923109607412,-0.6792750358581543,0.6773345470428467,0.2824949026107788,-0.31837964057922363,0.3873257040977478,0.10763788223266602,-0.013199329376220703,-0.02962946891784668,-0.015191435813903809 +221,-1.960098677896894,-0.7378620351548186,2.5097413650018305,-0.6845441460609436,0.6727075576782227,0.280827134847641,-0.35474956035614014,0.3500116467475891,0.1119549572467804,0.009174883365631104,0.013129234313964844,-0.09341859817504883 +222,-1.950535807538573,-0.743669952310591,2.4729737163385854,-0.6835579872131348,0.6769934892654419,0.2728152871131897,-0.1185600534081459,0.31678545475006104,0.2217048853635788,-0.01973479986190796,0.02271348237991333,-0.03223004937171936 +223,-1.9377869002475803,-0.7614068182163155,2.4509026002430727,-0.6756648421287537,0.6899404525756836,0.25972896814346313,-0.11440267413854599,0.2148897796869278,0.145281121134758,-0.09122657775878906,-0.04873567819595337,0.0399993360042572 +224,-1.9377569873623601,-0.7584196137025578,2.416422283521648,-0.6775933504104614,0.6877750754356384,0.26044702529907227,-0.26573002338409424,0.20946387946605682,0.01988537423312664,-0.0344732403755188,-0.0436863899230957,-0.03577664494514465 +225,-1.9337427854874574,-0.7554608459683448,2.402197576967799,-0.6805329918861389,0.6856242418289185,0.2584463655948639,0.06085407733917236,0.04717381298542023,0.00828250776976347,-0.03104543685913086,-0.009629309177398682,-0.045982927083969116 +226,-1.912706823988691,-0.7567289010538699,2.4217367208785148,-0.6849986910820007,0.6865467429161072,0.24378274381160736,0.12739060819149017,0.01774704083800316,-0.0167628675699234,-0.03274410963058472,-0.0057454705238342285,-0.017586514353752136 +227,-1.8947033410170067,-0.7587504834570384,2.4545230285079103,-0.6879594922065735,0.6880152225494385,0.2309694141149521,0.2684410512447357,-0.11909647285938263,-0.07317541539669037,-0.042310893535614014,-0.04462838172912598,-0.0037965774536132812 +228,-1.8851158023438477,-0.7488639570582356,2.4795873276253855,-0.6965770721435547,0.6808071136474609,0.22645500302314758,0.13404212892055511,-0.06581448763608932,-0.08540298044681549,-0.004411637783050537,-0.05107694864273071,-0.06567314267158508 +229,-1.8601370323896127,-0.7496108114135303,2.532853324977346,-0.7015286087989807,0.6813539266586304,0.2088415026664734,0.7501387000083923,-0.23050722479820251,-0.045998714864254,-0.06221961975097656,0.004620254039764404,-0.11290952563285828 +230,-1.8001142804700592,-0.7675870847860226,2.6871013276549514,-0.7007507085800171,0.69440096616745,0.1635720580816269,1.0123556852340698,-0.6740921139717102,-0.29267337918281555,-0.05883181095123291,-0.06567782163619995,0.09251618385314941 +231,-1.7957524124449162,-0.7567291384776419,2.7847205039143885,-0.7087658047676086,0.6865469217300415,0.16218627989292145,0.5417047739028931,-0.5655966997146606,-0.21419858932495117,-0.06058233976364136,0.056983351707458496,-0.044052720069885254 +232,-1.8079996888715935,-0.7447139298856839,2.837794785187618,-0.7146929502487183,0.6777614951133728,0.17278032004833221,0.05851934105157852,-0.3811067044734955,-0.14314217865467072,0.021898269653320312,0.07857078313827515,-0.04506424069404602 +233,-1.8371983092286364,-0.7431616145412,2.8552615963473227,-0.7103586196899414,0.676619291305542,0.1938485950231552,0.0831904485821724,-0.3471428155899048,0.04980495572090149,0.07916349172592163,0.03239566087722778,-0.03382965922355652 +234,-1.8756961103217669,-0.7573055019540346,2.8565375500609056,-0.6931724548339844,0.6869658827781677,0.21815043687820435,0.029327012598514557,-0.2483874261379242,0.09850360453128815,-0.03287118673324585,-0.006744384765625,-0.026240721344947815 +235,-1.8986968549966652,-0.7557810314435719,2.851128363486094,-0.6889625191688538,0.6858572363853455,0.23437179625034332,0.18459461629390717,-0.35831010341644287,-0.07365991175174713,0.014752984046936035,0.04444354772567749,-0.09641709923744202 +236,-1.8966193230800643,-0.7569150653289521,2.9056048650847632,-0.6887110471725464,0.6866821050643921,0.2326909750699997,0.488565057516098,-0.404295414686203,-0.16064277291297913,0.03987675905227661,0.016214072704315186,0.09946241974830627 +237,-1.9059295137326864,-0.745375979838521,2.9308422569807657,-0.6939513683319092,0.6782481670379639,0.241682767868042,-0.06492958962917328,-0.1564262956380844,-0.15993860363960266,0.06586921215057373,0.06068909168243408,0.026856616139411926 +238,-1.9087669972621273,-0.7366261800301362,2.953996404491059,-0.6988351941108704,0.6717926263809204,0.24560929834842682,0.1622667908668518,-0.2587968409061432,-0.04165690764784813,0.10835063457489014,0.11582022905349731,0.03344342112541199 +239,-1.918540048296605,-0.7408754979342314,2.971231571985525,-0.693711519241333,0.6749342083930969,0.25145217776298523,0.004197925794869661,-0.07520139217376709,-0.010408179834485054,0.10029727220535278,0.032386958599090576,0.0669529139995575 +240,-1.9387089088059786,-0.7461173849502176,2.9668645135469562,-0.6851886510848999,0.6787927746772766,0.2641153037548065,-0.021376393735408783,-0.029692556709051132,-0.04230572283267975,0.0535358190536499,0.020364880561828613,0.049788445234298706 +241,-1.9540227837171742,-0.7445210445124729,2.9475397350485766,-0.68206787109375,0.6776196360588074,0.27498161792755127,-0.18344536423683167,-0.004558822140097618,0.03012678772211075,0.044799864292144775,0.10469835996627808,-0.017047077417373657 +242,-1.9542543954726384,-0.7584795569744445,2.9507707520407185,-0.6731667518615723,0.6878185868263245,0.27157431840896606,0.12429788708686829,0.0625365599989891,0.018503712490200996,0.07877582311630249,-0.020948410034179688,0.0596330463886261 +243,-1.9562811946926149,-0.7586183049899363,2.9336736948223257,-0.6725263595581055,0.6879192590713501,0.2729022204875946,-0.35045087337493896,0.1939079314470291,-0.07345074415206909,0.011012077331542969,0.016975820064544678,0.050767332315444946 +244,-1.9622481437979005,-0.7392039042856668,2.8944716422149743,-0.6831037998199463,0.6736997961997986,0.28195318579673767,-0.1767195612192154,0.24397382140159607,-0.06087450683116913,0.053541481494903564,0.07004398107528687,0.032377809286117554 +245,-1.9574638984730033,-0.728790246632692,2.8570600740351484,-0.690905749797821,0.6659676432609558,0.2813124656677246,-0.47615882754325867,0.37961190938949585,0.06841179728507996,0.09306621551513672,0.0029625296592712402,0.044737398624420166 +246,-1.9579972732385704,-0.7243598648856652,2.789271162475471,-0.6934806108474731,0.6626561880111694,0.2827921509742737,-0.48997050523757935,0.47910651564598083,0.21490183472633362,0.00323408842086792,0.02943664789199829,-0.016907721757888794 +247,-1.9341163531565702,-0.7184870106936837,2.723995425445933,-0.7036613821983337,0.6582464575767517,0.2675306499004364,-0.5598625540733337,0.988440215587616,0.06892245262861252,-0.06861650943756104,-0.0017217397689819336,-0.0016157329082489014 +248,-1.9122847903241107,-0.7018876714209675,2.649698042245615,-0.7195309400558472,0.6456602811813354,0.2557302713394165,-0.5139076113700867,0.407900333404541,0.021228469908237457,-0.004391729831695557,-0.017517030239105225,-0.12384858727455139 +249,-1.913055267714861,-0.6952071080444268,2.60224057142726,-0.7233810424804688,0.6405444741249084,0.2577265799045563,-0.19090378284454346,0.16870659589767456,0.07876503467559814,-0.055000364780426025,0.009128987789154053,-0.157125324010849 +250,-1.9158156482018727,-0.6995847913816247,2.580706234394597,-0.7200209498405457,0.6439000368118286,0.25877147912979126,-0.05162879079580307,0.08627115190029144,0.08157137036323547,-0.07041484117507935,-0.0017338991165161133,-0.10107183456420898 +251,-1.8945271102181758,-0.7004987416774985,2.5788420239263297,-0.7248079776763916,0.6445990800857544,0.2431984692811966,-0.07417941093444824,0.17417852580547333,0.06016590818762779,-0.0018155574798583984,-0.028082966804504395,-0.053592801094055176 +252,-1.8760749956493452,-0.7044216067935577,2.5828439060160693,-0.7267543077468872,0.6475932002067566,0.22902175784111023,0.03535814955830574,0.11064102500677109,-0.0004073302261531353,-0.05060458183288574,-0.010203182697296143,-0.007204815745353699 +253,-1.867573377120608,-0.701598396329572,2.580713330192933,-0.7304205298423767,0.6454393863677979,0.22336873412132263,0.021189693361520767,-0.005573580041527748,0.035739608108997345,-0.02818530797958374,0.017997384071350098,-0.01835159957408905 +254,-1.8656459479040555,-0.704816383793465,2.5872558948526594,-0.7288587093353271,0.6478939652442932,0.22135582566261292,0.17310093343257904,-0.09411336481571198,0.029036710038781166,-0.011970758438110352,-0.006200850009918213,-0.04052388668060303 +255,-1.8568499035800916,-0.7052623410208098,2.6060823342268766,-0.7305004000663757,0.6482335925102234,0.21485476195812225,-0.004076954908668995,0.009723272174596786,-0.05951797589659691,-0.014311671257019043,-0.013330578804016113,0.025990039110183716 +256,-1.861482701951043,-0.699716533214537,2.6064320524065634,-0.7329298853874207,0.6440008282661438,0.21926362812519073,0.07394418865442276,-0.08541379868984222,-0.026337062940001488,-0.0022842884063720703,-0.003909945487976074,-0.035669922828674316 +257,-1.8620941856157636,-0.7018550890150543,2.630290909218818,-0.7314749360084534,0.6456354260444641,0.219315767288208,0.26432114839553833,-0.21503879129886627,-0.019388940185308456,-0.02034085988998413,0.01842707395553589,-0.014390230178833008 +258,-1.8615224555409253,-0.7050110719077529,2.652907349388832,-0.7296444773674011,0.6480422616004944,0.2183123528957367,0.01716148853302002,-0.13071054220199585,-0.010976539924740791,-0.017120659351348877,-0.012055933475494385,0.002894282341003418 +259,-1.8725733823601596,-0.7041183066996473,2.6632249647625947,-0.727739691734314,0.6473620533943176,0.22653403878211975,0.1891820877790451,-0.22724491357803345,-0.013818275183439255,-0.0030495524406433105,-0.0028765201568603516,-0.08159074187278748 +260,-1.8696183987159307,-0.7108457495724282,2.703678108086934,-0.7242271900177002,0.6524749398231506,0.2230953425168991,0.36768999695777893,-0.23773108422756195,-0.020682301372289658,-0.026062726974487305,0.03671884536743164,-0.025814533233642578 +261,-1.869284883064279,-0.7188541408509789,2.736994517993224,-0.7192843556404114,0.6585227847099304,0.221310093998909,0.10047972202301025,-0.12299446761608124,-0.005494460929185152,0.002929866313934326,-0.043990254402160645,-0.01314970850944519 +262,-1.8717878424250198,-0.7144840042010105,2.749427513884324,-0.7214697003364563,0.6552277207374573,0.2239607721567154,0.13164009153842926,-0.09625490754842758,-0.0647461786866188,0.020023107528686523,0.025451719760894775,-0.02472671866416931 +263,-1.8683583015757805,-0.7155357783130539,2.762066900247463,-0.7215742468833923,0.6560218930244446,0.221282958984375,-0.013112093321979046,-0.037025727331638336,-0.053182441741228104,0.010331511497497559,0.01182478666305542,0.020843505859375 +264,-1.8759944798973698,-0.7156387985203797,2.763245128888928,-0.719798743724823,0.6560996174812317,0.22676613926887512,0.04641130939126015,-0.11159299314022064,0.03578625246882439,0.03300070762634277,0.022870659828186035,0.020166873931884766 +265,-1.8898282335261491,-0.7198253369450517,2.756877318199307,-0.7139787673950195,0.6592533588409424,0.2358381450176239,-0.10731486976146698,-0.04350901395082474,-0.011747708544135094,0.016896188259124756,0.009081661701202393,0.0406511127948761 +266,-1.908076173873938,-0.7156889740469966,2.7416064812122514,-0.7121236324310303,0.6561375260353088,0.2497270107269287,-0.0429038368165493,-0.09623648971319199,-0.02983091026544571,0.008098423480987549,0.03481101989746094,0.02502274513244629 +267,-1.9196044706080302,-0.7195199850724688,2.752283685705695,-0.7068301439285278,0.6590237021446228,0.25705885887145996,0.21803845465183258,-0.18810246884822845,-0.027288414537906647,0.04702478647232056,-0.0030330419540405273,0.009542733430862427 +268,-1.9216567749399363,-0.7249090049887045,2.7707681935924766,-0.7029553055763245,0.6630673408508301,0.25728437304496765,0.054612644016742706,-0.10137896239757538,-0.022315319627523422,0.012403666973114014,0.03050553798675537,0.047326743602752686 +269,-1.9325482128420366,-0.7273658427588604,2.7797360260451254,-0.6985859870910645,0.6649044156074524,0.2643479108810425,0.11276517808437347,-0.11725202202796936,-0.033110156655311584,0.04270219802856445,0.022107303142547607,0.01476585865020752 +270,-1.936444188939667,-0.731349519332658,2.78975701236416,-0.6950715184211731,0.6678746342658997,0.2661183476448059,0.06361979991197586,-0.05862489342689514,-0.02449847385287285,0.02412736415863037,0.03140503168106079,0.02518722414970398 +271,-1.940661292709962,-0.7329518003769209,2.790846586449383,-0.6929444670677185,0.669066309928894,0.2686600089073181,-0.011025877669453621,0.00419215764850378,-0.013454972766339779,0.03182697296142578,0.02233988046646118,0.016831964254379272 +272,-1.9403329197031172,-0.7356031957749093,2.7892377798935195,-0.691376268863678,0.6710345149040222,0.26779085397720337,0.0017049689777195454,0.06288768351078033,0.016288997605443,0.03187602758407593,0.026688992977142334,0.019135504961013794 +273,-1.9365331787491238,-0.7390983908443073,2.782083527635613,-0.690194308757782,0.6736218333244324,0.2643214762210846,-0.10237156599760056,0.14218224585056305,0.0007203300483524799,0.009606480598449707,0.017570853233337402,0.03118029236793518 +274,-1.9347777421934034,-0.7360645851819422,2.763240269923585,-0.6925637125968933,0.6713765263557434,0.26383575797080994,-0.18599316477775574,0.21596752107143402,0.0012004030868411064,0.03162926435470581,0.017130613327026367,0.019703179597854614 +275,-1.9341773602604766,-0.7302848981027282,2.729569385196479,-0.696337103843689,0.667081892490387,0.26479458808898926,-0.2944521903991699,0.28949207067489624,0.017874624580144882,0.00964587926864624,0.024110615253448486,0.0060946643352508545 +276,-1.9287775947732881,-0.7235578862264477,2.691358448149407,-0.7019439935684204,0.6620553135871887,0.26259714365005493,-0.26224029064178467,0.29346105456352234,0.04785798490047455,0.0038391947746276855,0.01656395196914673,-0.023461490869522095 +277,-1.920196053930922,-0.7207874541893138,2.66104090340549,-0.7058923840522766,0.6599764823913574,0.2571907341480255,-0.16277192533016205,0.26304712891578674,0.07047145813703537,0.003850698471069336,0.007381916046142578,-0.032032012939453125 +278,-1.908904998172141,-0.7214666757605877,2.638656043376816,-0.7083281874656677,0.66048663854599,0.24905548989772797,-0.1251378208398819,0.21620406210422516,0.06043476238846779,-0.0098724365234375,0.00668865442276001,-0.02501070499420166 +279,-1.9023680921400845,-0.7190696546208141,2.6092298246867944,-0.7114359736442566,0.6586849689483643,0.24493460357189178,-0.2960956394672394,0.3029535412788391,0.07662885636091232,0.023569822311401367,0.016760587692260742,-0.0639042854309082 +280,-1.8963856625787643,-0.7236161161015504,2.5719952615845028,-0.7100437879562378,0.6620989441871643,0.23971372842788696,-0.25571173429489136,0.34856924414634705,0.1467331200838089,-0.023263096809387207,-0.002339482307434082,-0.08973515033721924 +281,-1.8867591022148258,-0.7309680055690448,2.5377222586098958,-0.7076727151870728,0.6675906777381897,0.2313486635684967,-0.19397789239883423,0.33793139457702637,0.12713825702667236,-0.07238715887069702,-0.006656229496002197,-0.060938477516174316 +282,-1.8738741678636546,-0.7269143579179246,2.492615429008596,-0.7131718397140503,0.6645671129226685,0.22301726043224335,-0.4169968068599701,0.4582996964454651,0.06493937224149704,-0.015710115432739258,-0.003937840461730957,-0.03988119959831238 +283,-1.868604854466985,-0.7262089964702264,2.439777112996652,-0.7147848010063171,0.6640399098396301,0.21939368546009064,-0.33891087770462036,0.3910628855228424,0.10620414465665817,-0.023725271224975586,-0.025795280933380127,-0.05943585932254791 +284,-1.8616716563416302,-0.7294908348053757,2.3996238666255474,-0.7141970992088318,0.6664901375770569,0.21380653977394104,-0.17482724785804749,0.2737290561199188,0.10596553981304169,-0.03606230020523071,-0.00898897647857666,-0.08792153000831604 +285,-1.8500709751864466,-0.7363670391185204,2.386186800305837,-0.7122073769569397,0.6716006398200989,0.2042391002178192,-0.08494667708873749,0.1822773665189743,0.08858177065849304,-0.04247713088989258,-0.0244295597076416,0.005767613649368286 +286,-1.850747498594804,-0.7380914552956185,2.3553406543766657,-0.7109549045562744,0.672877311706543,0.20440058410167694,-0.20669156312942505,0.1566106528043747,0.09797925502061844,-0.009427845478057861,-0.012019038200378418,-0.07863757014274597 +287,-1.8430301452016702,-0.7491224118882731,2.351160951687397,-0.7053185105323792,0.6809963583946228,0.1968999207019806,0.08538936823606491,0.057255279272794724,0.07664602994918823,-0.050403475761413574,-0.0038571953773498535,-0.03126576542854309 +288,-1.829795551119498,-0.7503919944958188,2.3556337373566416,-0.7070264220237732,0.6819255352020264,0.1873268187046051,-0.01566515490412712,0.060991209000349045,0.06334901601076126,-0.0031633973121643066,0.028081238269805908,0.001943245530128479 +289,-1.8337531183332658,-0.756775152364479,2.343220925283591,-0.7020620107650757,0.6865803599357605,0.1889881193637848,-0.1351921111345291,0.03711952269077301,0.12745606899261475,0.013463318347930908,0.015812218189239502,-0.014366626739501953 +290,-1.8414779030255322,-0.7666208894842516,2.3268277725319733,-0.694033682346344,0.6937053799629211,0.19258882105350494,0.0024087047204375267,0.023010052740573883,0.06728968024253845,-0.017895758152008057,0.010686159133911133,-0.05384060740470886 +291,-1.8344648483102444,-0.7708332719342362,2.3270635881931048,-0.6925395131111145,0.6967332363128662,0.18695348501205444,-0.1232600212097168,0.0766376405954361,0.017582105472683907,-0.017177224159240723,0.009367167949676514,0.015240654349327087 +292,-1.8406112522838407,-0.7711978671712825,2.304539948912878,-0.6911326050758362,0.6969947218894958,0.1911388784646988,-0.11657892912626266,0.057671625167131424,0.08816097676753998,-0.0010365843772888184,-0.00502389669418335,-0.025077462196350098 +293,-1.8460072170605195,-0.7735592849425129,2.285842198575595,-0.6885053515434265,0.6986860632896423,0.19441761076450348,-0.1382935643196106,0.06805267184972763,0.02191518060863018,-0.027452290058135986,-0.018617093563079834,-0.028432488441467285 +294,-1.8433934524859399,-0.7687821616686354,2.2808273713822724,-0.6922175884246826,0.6952604055404663,0.19351372122764587,0.01750977709889412,0.011225784197449684,-0.022685369476675987,-0.007733523845672607,-0.011437833309173584,-0.02369871735572815 +295,-1.8383941163666153,-0.766508610616885,2.2862754065913244,-0.6946991682052612,0.6936244964599609,0.1904682070016861,-0.001086147502064705,-0.0400531180202961,-0.01601007580757141,-0.024157583713531494,-0.020772933959960938,-0.006264090538024902 +296,-1.8378995840602776,-0.7611372929186815,2.2975760899907605,-0.6983768343925476,0.6897453665733337,0.19110523164272308,0.13046635687351227,-0.11208735406398773,-0.09844288975000381,-0.029574215412139893,-0.01881641149520874,-0.026829123497009277 +297,-1.8285878148651022,-0.7545169919522425,2.3330214761737347,-0.7045262455940247,0.6849368214607239,0.18575406074523926,0.27732980251312256,-0.2302037924528122,-0.090296670794487,-0.013979732990264893,-0.022934257984161377,-0.005883440375328064 +298,-1.8225119328013308,-0.7499432115874977,2.3778066057256613,-0.7086683511734009,0.6815972328186035,0.18224838376045227,0.33820226788520813,-0.27125367522239685,-0.15649205446243286,-0.02494370937347412,-0.006456851959228516,-0.014218568801879883 +299,-1.8166790947654712,-0.7441689924519141,2.4304256398529303,-0.7135247588157654,0.6773607134819031,0.1790667623281479,0.402459979057312,-0.33385202288627625,-0.14781051874160767,-0.00804811716079712,-0.011009395122528076,-0.028004765510559082 +300,-1.810318298865666,-0.7435361413455741,2.4986433093882954,-0.7150654196739197,0.676895022392273,0.1746262013912201,0.5400578379631042,-0.4510396718978882,-0.12784993648529053,-0.028266429901123047,-0.017730653285980225,-0.036045923829078674 +301,-1.800875330262056,-0.7416944943052152,2.578829076442308,-0.7178952097892761,0.6755383014678955,0.16815023124217987,0.6239297389984131,-0.4665481746196747,-0.15164780616760254,-0.016739189624786377,0.002363920211791992,-0.06349015235900879 +302,-1.7838379384112042,-0.7467388126912683,2.691495017050129,-0.7173160910606384,0.6792489886283875,0.1551728993654251,0.9067563414573669,-0.6557871103286743,-0.1773754358291626,-0.09439051151275635,0.020946383476257324,-0.02181112766265869 +303,-1.7537069803658605,-0.7512580191435061,2.8300011220401866,-0.7186393141746521,0.6825587153434753,0.13293257355690002,1.246201753616333,-0.6331160068511963,-0.19954951107501984,-0.0740700364112854,-0.06701922416687012,-0.04589654505252838 +304,-1.7192502092392985,-0.7324978975998878,2.9536688477373243,-0.7353283762931824,0.6687289476394653,0.10997141152620316,-0.09992316365242004,-0.07799734175205231,-0.3867691457271576,-0.012687921524047852,-0.07713049650192261,0.036635033786296844 +305,-1.7440942272367572,-0.6693924347484872,2.877811030000512,-0.7724527716636658,0.6205096244812012,0.13522082567214966,-0.5342645645141602,-0.18762481212615967,-0.5274950265884399,0.21659034490585327,0.14064455032348633,-0.21996808052062988 +306,-1.8220249518420826,-0.6528979895488346,2.827203211923446,-0.7693910002708435,0.6074908971786499,0.19746503233909607,-0.10725819319486618,-0.27633169293403625,0.3218596577644348,0.062680184841156,0.1917949914932251,-0.05957138538360596 +307,-1.8504334120311592,-0.710018577141921,2.861965945402667,-0.7288921475410461,0.6518478393554688,0.20930972695350647,0.32448428869247437,-0.6780650019645691,0.5604597330093384,-0.06343567371368408,-0.00139617919921875,0.16878783702850342 +308,-1.9021538374682518,-0.753909670809538,2.8374037435847765,-0.689361035823822,0.6844941973686218,0.23716939985752106,-0.16246119141578674,-0.1892058551311493,0.19059422612190247,-0.14691221714019775,-0.05993664264678955,-0.052202314138412476 +309,-1.9444793249028298,-0.751591204083561,2.8170531078349303,-0.6801837682723999,0.682802140712738,0.26670435070991516,-0.04462049901485443,-0.23961128294467926,-0.013588358648121357,-0.026557505130767822,0.008558273315429688,-0.09113672375679016 +310,-1.9703414171625016,-0.745286802021189,2.819342648988734,-0.6770119071006775,0.6781826019287109,0.28587308526039124,0.050587840378284454,-0.2936047315597534,-0.10995174199342728,0.014261603355407715,-0.009374558925628662,-0.04844638705253601 +311,-2.0060057202278814,-0.7357075461839045,2.813622319168841,-0.672248363494873,0.6711118817329407,0.31255602836608887,-0.14627625048160553,-0.2008647620677948,-0.08575670421123505,0.06150001287460327,0.0606691837310791,0.05150344967842102 +312,-2.0261795607829414,-0.7258424567400625,2.837374162833445,-0.6717197895050049,0.6637657880783081,0.32894909381866455,0.21368122100830078,-0.45325320959091187,-0.21961796283721924,0.016583681106567383,0.0698310136795044,0.04708850383758545 +313,-2.040991489056619,-0.7161504065132343,2.8575257997744514,-0.6724774837493896,0.6564856171607971,0.3417607247829437,-0.2652561068534851,-0.10272178053855896,-0.08617435395717621,0.13991528749465942,0.00507432222366333,0.080831378698349 +314,-2.0752800858888736,-0.71503681595891,2.825954631866959,-0.6610055565834045,0.6556451916694641,0.3649667799472809,-0.029601164162158966,-0.20014390349388123,0.1491921842098236,0.025095641613006592,0.025049269199371338,-0.027076274156570435 +315,-2.0946182584403306,-0.7253988490541865,2.823593834262661,-0.6479067802429199,0.6634339094161987,0.3742619454860687,-0.17318139970302582,-0.0877794474363327,0.09202109277248383,-0.021435201168060303,-0.017010629177093506,0.0775812566280365 +316,-2.1083723136748067,-0.7146120065463495,2.8005780490908108,-0.6488076448440552,0.655324399471283,0.3867798149585724,-0.08216305077075958,-0.05338609591126442,-0.027381807565689087,0.029377102851867676,-0.002904355525970459,0.004562258720397949 +317,-2.125622312853428,-0.7083478391075133,2.7871585585892897,-0.645516037940979,0.6505799293518066,0.4000682830810547,-0.12303576618432999,-0.10859697312116623,-0.03492766618728638,-0.01468592882156372,0.027032315731048584,0.024965226650238037 +318,-2.139220736466222,-0.6971435780754813,2.7813776513591355,-0.6461191177368164,0.6420303583145142,0.41270720958709717,-0.09338854998350143,-0.019030213356018066,-0.09573469310998917,0.04808133840560913,0.01669156551361084,0.019391179084777832 +319,-2.143240316661024,-0.6934574247021805,2.780206494898384,-0.6464400291442871,0.6391999125480652,0.4165802001953125,0.09368240833282471,-0.031088784337043762,-0.027402499690651894,0.06457656621932983,0.04544675350189209,-0.030563294887542725 +320,-2.138038037459682,-0.7054880049983346,2.783261683128363,-0.6420657634735107,0.6484054327011108,0.40904977917671204,-0.022599097341299057,0.11758578568696976,0.050827182829380035,0.03633767366409302,0.035691797733306885,0.010414302349090576 +321,-2.129288753775077,-0.7114579161907584,2.776309217897496,-0.6423258185386658,0.652938723564148,0.4013581871986389,0.004275185521692038,0.20785845816135406,0.04067103564739227,0.06207990646362305,0.01475536823272705,0.03362405300140381 +322,-2.117411729335371,-0.7157894650514399,2.7671854995712057,-0.6446251273155212,0.6562133431434631,0.39222732186317444,-0.06028994545340538,0.1857890784740448,0.030343228951096535,0.04872375726699829,0.05335080623626709,0.028014957904815674 +323,-2.103315482635322,-0.724050186690985,2.750309220200748,-0.6453977823257446,0.6624242067337036,0.38033679127693176,-0.08269206434488297,0.36894428730010986,0.12128910422325134,0.049862444400787354,0.04631608724594116,0.02194589376449585 +324,-2.0884742624917743,-0.7293061618346964,2.7142433249953375,-0.6479367017745972,0.6663524508476257,0.36898869276046753,-0.3884856104850769,0.44369474053382874,0.251499205827713,0.04095727205276489,0.023497462272644043,-0.007294386625289917 +325,-2.095341904190624,-0.733133263077341,2.6351093001869694,-0.643174946308136,0.6692011952400208,0.37214961647987366,-0.55399489402771,0.49225902557373047,0.35353511571884155,-0.03568845987319946,0.021243572235107422,-0.07559511065483093 +326,-2.099594422552161,-0.736593503526986,2.5485683463665034,-0.6395837068557739,0.6717684268951416,0.37371107935905457,-0.49911046028137207,0.5637672543525696,0.330214262008667,-0.059574007987976074,-0.0295565128326416,-0.15932512283325195 +327,-2.0961235640386593,-0.7471696735289647,2.492831274875836,-0.6346943378448486,0.6795651316642761,0.3679051399230957,-0.11049805581569672,0.2838682532310486,0.21536312997341156,-0.1390482783317566,0.00016814470291137695,-0.11639454960823059 +328,-2.078073809013709,-0.7475608272393368,2.4654619573525185,-0.640998899936676,0.6798520088195801,0.35626065731048584,-0.28728288412094116,0.3674595355987549,0.18159745633602142,0.0131608247756958,-0.012630939483642578,-0.04900968074798584 +329,-2.079084170071969,-0.7570884564809662,2.417976599858868,-0.6349509358406067,0.6868081092834473,0.3537394404411316,-0.17089062929153442,0.2672083079814911,0.30315834283828735,-0.027860164642333984,-0.010599792003631592,-0.09058639407157898 +330,-2.0807213249340486,-0.7850690292361125,2.3978831055784626,-0.6173524260520935,0.7068740129470825,0.3452606499195099,0.1593928039073944,0.09434816241264343,0.24184086918830872,-0.11152935028076172,-0.0642349123954773,-0.025314360857009888 +331,-2.0770027921203655,-0.8020058502472602,2.406862482258378,-0.6080730557441711,0.7187521457672119,0.33710888028144836,0.1655513197183609,-0.1157335415482521,0.020082877948880196,-0.13559448719024658,-0.07069617509841919,-0.016140252351760864 +332,-2.0662190914333025,-0.796059217888961,2.4508548143839386,-0.6154223084449768,0.7146049737930298,0.33255821466445923,0.2819499373435974,-0.2777768671512604,-0.1926896572113037,-0.09893310070037842,-0.06047600507736206,0.002692669630050659 +333,-2.0654064560406162,-0.7817475061870802,2.488277994952461,-0.6246305704116821,0.7045206427574158,0.33687856793403625,0.1518954336643219,-0.26906266808509827,-0.2956753969192505,-0.050311386585235596,-0.03684186935424805,-0.10024526715278625 +334,-2.053594189055057,-0.7766655357863126,2.5652744758100936,-0.6317291855812073,0.7009050250053406,0.3311348855495453,0.6545951962471008,-0.5119730234146118,-0.3218536078929901,-0.05441272258758545,-0.02455925941467285,-0.08032622933387756 +335,-2.0352846824913113,-0.7710446115062263,2.663371171667868,-0.6411981582641602,0.69688481092453,0.32127323746681213,0.5947487950325012,-0.48091936111450195,-0.36964043974876404,-0.052512168884277344,0.03393489122390747,-0.06327760219573975 +336,-2.0224884689029166,-0.7638174916552588,2.7488361080336605,-0.6497709155082703,0.6916834712028503,0.3152323067188263,0.3717539608478546,-0.3959023654460907,-0.2705214321613312,-0.003183126449584961,0.019421815872192383,-0.052369266748428345 +337,-2.023188861898838,-0.7607684499545053,2.804076055795154,-0.6514437794685364,0.6894782185554504,0.3166077435016632,0.31935545802116394,-0.3485923409461975,-0.1592906266450882,-0.04684412479400635,0.00615459680557251,-0.09704902768135071 +338,-2.0240214011538162,-0.7630905415013988,2.856234077650604,-0.6497388482093811,0.6911582946777344,0.3164480924606323,0.3787424862384796,-0.36946535110473633,-0.13475748896598816,-0.057399094104766846,0.011386752128601074,-0.11649686098098755 +339,-2.012979351571976,-0.769361728534619,2.92106183143275,-0.6492631435394287,0.695676863193512,0.30739372968673706,0.5253360271453857,-0.35391291975975037,-0.1644396334886551,-0.06390208005905151,0.02412593364715576,-0.08295217156410217 +340,-1.998281891439868,-0.7712527147113473,2.9901865946908655,-0.6525126695632935,0.6970340013504028,0.2972725033760071,0.2564431428909302,-0.22434207797050476,-0.23808227479457855,-0.05627340078353882,-0.04423248767852783,0.037917375564575195 +341,-2.0009357812783954,-0.7493303754941365,3.011928198638924,-0.6654521822929382,0.6811486482620239,0.3053026795387268,0.08352388441562653,-0.2187991589307785,-0.26713815331459045,-0.027724027633666992,0.0693243145942688,-0.08907034993171692 +342,-1.988228133470732,-0.7350704999164491,3.0716338486678065,-0.678088903427124,0.6706394553184509,0.30072951316833496,0.3819974958896637,-0.2874755561351776,-0.2884787321090698,0.10182547569274902,0.012954294681549072,0.01631760597229004 +343,-1.9890584246554777,-0.7251811468537555,3.096507847149965,-0.6838663816452026,0.6632710099220276,0.303971529006958,-0.10976886004209518,-0.06388477236032486,-0.060402803122997284,0.05735558271408081,0.10647404193878174,0.016661345958709717 +344,-2.00084893184302,-0.7341800072332163,3.0993799992825894,-0.6747821569442749,0.6699786186218262,0.30951225757598877,0.2203359454870224,-0.15903551876544952,0.05654706433415413,0.04676085710525513,0.030369341373443604,0.020275980234146118 +345,-2.01615349320393,-0.7472884824377242,3.090478067375055,-0.6619831919670105,0.6796522736549377,0.315992146730423,-0.32752925157546997,0.04094275087118149,0.0828096866607666,-0.002430260181427002,0.009388864040374756,0.055666208267211914 +346,-2.0438410385404118,-0.7414798927782029,3.049737428557337,-0.6564846634864807,0.6753800511360168,0.3359902799129486,-0.08212406188249588,-0.007631837856024504,0.08113034814596176,0.02979099750518799,0.02573072910308838,-0.043921858072280884 +347,-2.0505547077993174,-0.7484452412094552,3.033932955435235,-0.6500254273414612,0.680500328540802,0.33821070194244385,-0.1960947960615158,0.07629932463169098,0.10740187764167786,-0.011870324611663818,0.019908666610717773,0.02743569016456604 +348,-2.064619177442117,-0.7510733772461863,3.0073187402690067,-0.6436273455619812,0.6824237704277039,0.3464701771736145,-0.13942952454090118,0.022464632987976074,0.09422960132360458,-0.009540319442749023,-0.020054996013641357,0.015788674354553223 +349,-2.0776372811556,-0.7497487421716797,2.9830676037449244,-0.6398522853851318,0.6814548969268799,0.3552578389644623,-0.10123425722122192,0.0220814049243927,0.07333879172801971,-0.009073495864868164,0.002810180187225342,-0.025927454233169556 +350,-2.0806430757193177,-0.7503622139901845,2.9697404357164605,-0.6384164690971375,0.6819037199020386,0.35697537660598755,-0.14994780719280243,0.10023342072963715,0.06023462489247322,0.0006601214408874512,0.004100918769836426,0.011997073888778687 +351,-2.083057196066407,-0.7495942913410202,2.948405988437484,-0.6380090117454529,0.681341826915741,0.3587720990180969,-0.08227279782295227,0.11592338979244232,0.07693435251712799,0.004708349704742432,0.0028316378593444824,-0.025337129831314087 +352,-2.0759732562196582,-0.7524063227213328,2.937521737633639,-0.6388555765151978,0.6833974719047546,0.35331496596336365,-0.11398258060216904,0.16550742089748383,0.011270941235125065,-0.01098567247390747,-0.01989954710006714,0.012438148260116577 +353,-2.0656061781006034,-0.747993459594535,2.929441314312423,-0.6451319456100464,0.6801692247390747,0.34810182452201843,-0.03008054569363594,0.17075619101524353,0.0006214118329808116,0.012807667255401611,-0.005089819431304932,0.026776105165481567 +354,-2.0550768850436882,-0.7429393295395844,2.918285509280659,-0.6517950892448425,0.6764556169509888,0.3428857922554016,-0.09644795954227448,0.20873010158538818,-0.038325510919094086,0.00869828462600708,0.00611567497253418,0.05240827798843384 +355,-2.052000294339274,-0.7310393000296633,2.8937820655069073,-0.6599363088607788,0.6676437258720398,0.3445805013179779,-0.24855591356754303,0.30648747086524963,-0.00016344478353857994,0.012978911399841309,0.056431472301483154,0.01191064715385437 +356,-2.0462883804263545,-0.719336536036669,2.8438256779332964,-0.6687948703765869,0.6588857173919678,0.34435880184173584,-0.5581893920898438,0.45737960934638977,0.1080787405371666,0.03006201982498169,0.024296045303344727,0.00502169132232666 +357,-2.0479295188933624,-0.7069424246830853,2.766876597928139,-0.6754317879676819,0.649511992931366,0.34917962551116943,-0.5817119479179382,0.4971795678138733,0.17411625385284424,-0.02476358413696289,0.012277007102966309,-0.06518301367759705 +358,-2.0501887397586303,-0.6956694872345471,2.6992287998175515,-0.6810947060585022,0.6408994793891907,0.35405948758125305,-0.31522753834724426,0.2895473539829254,0.13809242844581604,-0.027248859405517578,0.008560359477996826,-0.11443540453910828 +359,-2.0515783317629537,-0.6983681384154684,2.667107340858535,-0.6790661215782166,0.6429687142372131,0.3542044162750244,-0.16211283206939697,0.15664814412593842,0.10076992958784103,-0.08501780033111572,-0.01242971420288086,-0.08626005053520203 +360,-2.0430264757454464,-0.6984504760922475,2.653207983155921,-0.6820228099822998,0.6430317759513855,0.34836000204086304,-0.05330745875835419,0.11202238500118256,0.04405762627720833,-0.05439680814743042,-0.04278159141540527,-0.1040363609790802 +361,-2.023192499908772,-0.6998244721589796,2.6633782233587597,-0.6880025863647461,0.6440834403038025,0.33437874913215637,0.09118936955928802,0.01557348482310772,0.023501183837652206,-0.0842142105102539,-0.034082770347595215,-0.06300115585327148 +362,-2.0063993079161846,-0.6966015311787748,2.6760476312091184,-0.6953990459442139,0.6416146755218506,0.3236526548862457,-0.014470349997282028,0.027338262647390366,-0.031077025458216667,-0.03523761034011841,-0.02186363935470581,-0.06197962164878845 +363,-1.9933443510092541,-0.6925096815063556,2.6923353780702155,-0.7019534111022949,0.6384707689285278,0.31562086939811707,0.17669855058193207,-0.06976303458213806,-0.018539197742938995,-0.011318683624267578,0.006197810173034668,-0.0344928503036499 +364,-1.9826767343019975,-0.6975118772818147,2.7102729350516443,-0.7023448944091797,0.6423126459121704,0.3068324625492096,0.01055202353745699,-0.008600994944572449,-0.027475208044052124,-0.05771064758300781,-0.01601564884185791,0.004691004753112793 +365,-1.979589826310705,-0.6912062378693083,2.717810839103784,-0.7069911956787109,0.6374670267105103,0.3062668442726135,0.2026824653148651,-0.11314290016889572,-0.0361589640378952,-0.010278761386871338,0.01739448308944702,-0.08946999907493591 +366,-1.9643012678788705,-0.6985403300372074,2.752144237211052,-0.707253634929657,0.6431005597114563,0.2936220169067383,0.18306639790534973,-0.08920180052518845,-0.038110654801130295,-0.007529079914093018,0.007351040840148926,-0.007458686828613281 +367,-1.9569904744695823,-0.7044831431012383,2.777417239200923,-0.7058285474777222,0.6476401090621948,0.28699901700019836,0.21695691347122192,-0.12194185703992844,0.0028262892737984657,-0.010785222053527832,0.0022774934768676758,-0.027706503868103027 +368,-1.9517204504557009,-0.7123668906914072,2.801462652409005,-0.7025693655014038,0.6536269187927246,0.2813682556152344,0.11534453928470612,-0.10704497992992401,0.001073859864845872,-0.038717806339263916,-0.005860865116119385,0.009036988019943237 +369,-1.9574481109357817,-0.7110918703458214,2.8103580911541655,-0.7017175555229187,0.6526614427566528,0.285701721906662,0.05591866374015808,-0.12929901480674744,-0.018231790512800217,-0.011539280414581299,0.007540583610534668,-0.032833099365234375 +370,-1.9635152658284298,-0.7123877483043606,2.8224104186895356,-0.6991891860961914,0.6536427140235901,0.28962990641593933,0.10531023144721985,-0.18996365368366241,-0.013033321127295494,-0.019835352897644043,0.005887866020202637,-0.03773778676986694 +371,-1.9649500157035684,-0.7131447307770675,2.8395205901874676,-0.6983159184455872,0.654215395450592,0.29044267535209656,0.045397087931632996,-0.12212756276130676,-0.046272698789834976,-0.005938172340393066,0.009663939476013184,0.011620253324508667 +372,-1.9704366166591296,-0.7098596666221068,2.838544772129407,-0.6986880302429199,0.6517273187637329,0.29510435461997986,-0.07056576013565063,-0.012697126716375351,-0.02379164658486843,0.006030559539794922,-0.03992617130279541,-0.006087660789489746 +373,-1.9760321588135474,-0.7027534064355412,2.844187930929125,-0.7012645602226257,0.646321177482605,0.30082759261131287,0.1903247982263565,-0.14734452962875366,-0.09363654255867004,-0.006056666374206543,0.046443164348602295,-0.034332841634750366 +374,-1.9679358622392704,-0.7073400398792933,2.881992962250844,-0.7009358406066895,0.649814248085022,0.2939903736114502,0.2807958424091339,-0.19880631566047668,-0.08192461729049683,0.03986412286758423,0.007107079029083252,0.021713942289352417 +375,-1.9666210452157962,-0.7046894308957132,2.9049388784114005,-0.7029085755348206,0.6477972865104675,0.29373160004615784,0.018211685121059418,-0.0686984732747078,-0.12432131171226501,0.017987370491027832,0.02183467149734497,0.03352364897727966 +376,-1.9735819361784406,-0.6963281560055201,2.9085826206474086,-0.7058051228523254,0.6414049863815308,0.3007299304008484,-0.011656076647341251,-0.06453776359558105,-0.08163990825414658,0.04879230260848999,0.03248405456542969,0.02351933717727661 +377,-1.98478632619859,-0.696851429299382,2.9139440268461327,-0.7020843625068665,0.6418063640594482,0.3084840774536133,0.10157983750104904,-0.16236084699630737,-0.05346832424402237,0.033749282360076904,0.03148776292800903,0.015765219926834106 +378,-1.9930427504375927,-0.7040310628404983,2.931365254935116,-0.6952921152114868,0.6472955942153931,0.31237366795539856,0.16918335855007172,-0.1884765326976776,-0.02868480235338211,0.021799683570861816,0.017819762229919434,0.04629945755004883 +379,-2.0021693116839607,-0.7105357379541364,2.9511295438386793,-0.6885729432106018,0.652239978313446,0.31693899631500244,0.14086459577083588,-0.1788213849067688,-0.026446470990777016,0.031178593635559082,0.018109142780303955,0.04196295142173767 +380,-2.013538858316427,-0.7146065142704272,2.9594510329708257,-0.6825203895568848,0.6553202271461487,0.3236069679260254,0.1271909475326538,-0.10657017678022385,0.007629775442183018,0.04444354772567749,0.04385274648666382,-0.007734745740890503 +381,-2.0215815957378123,-0.7269018760083579,2.9582992632487914,-0.6725919842720032,0.6645578145980835,0.3255506157875061,-0.07383652776479721,0.0056595578789711,0.1233581081032753,0.0405118465423584,-0.014350295066833496,0.024211406707763672 +382,-2.0310597979165688,-0.7333863356962022,2.94087726331755,-0.6656010150909424,0.6693891882896423,0.3299896717071533,-0.03637021780014038,0.05465151369571686,0.03470967337489128,-0.012072205543518066,0.006056249141693115,0.024472087621688843 +383,-2.031073400784119,-0.7378187007139336,2.94040751583768,-0.6629318594932556,0.6726754903793335,0.32867756485939026,0.15241484344005585,0.0077783819288015366,0.033765822649002075,-0.0027480125427246094,-0.02233070135116577,0.01726970076560974 +384,-2.021321913336818,-0.7394196762831977,2.954584774034921,-0.665135383605957,0.6738592386245728,0.32172828912734985,0.04566795378923416,0.03448379412293434,-0.07348767668008804,0.02721107006072998,0.02918952703475952,0.03132966160774231 +385,-2.020102068867446,-0.7405450523518357,2.9570744321916695,-0.6648434996604919,0.674690306186676,0.3205869197845459,-4.3895095586776733e-05,0.05368368327617645,0.06739431619644165,0.07353490591049194,0.0340498685836792,0.058563441038131714 +386,-2.028241472978394,-0.7520788409287154,2.9408732607244246,-0.6551867723464966,0.6831583380699158,0.32252931594848633,-0.07219883054494858,0.0938991904258728,0.08520644903182983,0.016667485237121582,0.014504015445709229,0.04386472702026367 +387,-2.0298858463596594,-0.754054927452952,2.9211328679482005,-0.6534442901611328,0.6846001148223877,0.3230074942111969,-0.18551526963710785,0.20533303916454315,0.039182234555482864,0.028032124042510986,0.03048795461654663,0.03526899218559265 +388,-2.032009443509977,-0.7523860627613503,2.8869329951459535,-0.6537786722183228,0.6833826899528503,0.3249022364616394,-0.23469224572181702,0.2401660680770874,0.06044412776827812,0.0024725794792175293,-0.007967650890350342,-0.05410459637641907 +389,-2.021371310872143,-0.749025526779025,2.8637214033391762,-0.6592618823051453,0.6809254288673401,0.31892743706703186,-0.06349150836467743,0.2402024269104004,0.130192369222641,-0.00014674663543701172,0.06318473815917969,-0.06346485018730164 +390,-2.016543739956832,-0.7539726461283687,2.8269014198219966,-0.6577463746070862,0.6845400929450989,0.31428495049476624,-0.40704983472824097,0.40571531653404236,0.14608457684516907,-0.012892842292785645,0.032119572162628174,-0.07720902562141418 +391,-2.0153488553268697,-0.7466388969251517,2.7534058945973636,-0.6626356840133667,0.679175615310669,0.3156491816043854,-0.7018893361091614,0.6213626861572266,0.19129277765750885,-0.0025254487991333008,0.015282392501831055,-0.09027683734893799 +392,-2.0225404867618235,-0.7370275429734453,2.645765042127641,-0.6661909222602844,0.6720898747444153,0.3232412040233612,-0.733097493648529,0.6506057381629944,0.32662880420684814,-0.019539058208465576,0.03317135572433472,-0.1359701156616211 +393,-2.026654446443429,-0.741660935012194,2.5448026419375895,-0.6620522141456604,0.675513505935669,0.32460469007492065,-0.569229781627655,0.5773770809173584,0.35809457302093506,-0.06714993715286255,-0.02886134386062622,-0.10785356163978577 +394,-2.026619959726564,-0.7482499558535533,2.466243728137652,-0.6580525636672974,0.6803572177886963,0.32261550426483154,-0.3467295169830322,0.46478116512298584,0.2720728814601898,-0.08463841676712036,-0.040190041065216064,-0.08444109559059143 +395,-2.021652873929334,-0.7553558746133956,2.417662931630479,-0.6552790999412537,0.6855477690696716,0.31722843647003174,-0.2672261893749237,0.3308388292789459,0.1958620250225067,-0.07073414325714111,-0.027115702629089355,-0.04646119475364685 +396,-2.018011499764373,-0.7644925129579101,2.3856368981562297,-0.6507547497749329,0.6921707987785339,0.312118262052536,-0.06290604174137115,0.1544564813375473,0.17650674283504486,-0.04768580198287964,-0.024034202098846436,-0.0545957088470459 +397,-2.0126939151896157,-0.7726735347993663,2.3729212729492413,-0.6472647190093994,0.6980521082878113,0.3062214255332947,0.003793143667280674,0.13431905210018158,0.07212819904088974,-0.04302757978439331,-0.017006635665893555,-0.06768086552619934 +398,-1.9894048844889616,-0.7749427041608509,2.378138258825815,-0.6527711153030396,0.6996751427650452,0.29042088985443115,0.04668329656124115,0.14754372835159302,0.06663321703672409,-0.0180203914642334,-0.004957795143127441,-0.03688091039657593 +399,-1.971627898383479,-0.7806696418153858,2.381356254026865,-0.6541303992271423,0.7037553191184998,0.2772033214569092,-0.04348325729370117,0.14474092423915863,0.05010567605495453,-0.05242776870727539,-0.006459236145019531,0.005450457334518433 +400,-1.9632486691622983,-0.7752579773748889,2.375552600154632,-0.6599395275115967,0.6999003291130066,0.27316516637802124,-0.0542602501809597,0.08283591270446777,-0.008594609797000885,-0.006030261516571045,0.017415285110473633,-0.015749484300613403 +401,-1.9592729521319254,-0.7744433933530126,2.372510806396759,-0.6615480780601501,0.6993182897567749,0.27075526118278503,-0.04929928109049797,0.05625852197408676,0.009162846952676773,0.012072861194610596,0.0005871057510375977,-0.018893688917160034 +402,-1.9545915459110215,-0.7753813723950612,2.3682552438766833,-0.6621997952461243,0.6999884843826294,0.2674095928668976,-0.011819534935057163,0.06488364934921265,-0.0013203053968027234,-0.008469820022583008,0.01125425100326538,-0.03568956255912781 +403,-1.9437182474043642,-0.7750429578452982,2.3747907491745157,-0.6652888059616089,0.6997467875480652,0.26027992367744446,0.01547643169760704,0.031107977032661438,-0.046992331743240356,-0.0024512410163879395,0.005865573883056641,-0.002711474895477295 +404,-1.940738161252958,-0.7693803127273467,2.3725351999015536,-0.6697447299957275,0.6956902146339417,0.259724497795105,-0.1174079179763794,0.06169838458299637,-0.03332782909274101,0.01088559627532959,-0.021251797676086426,-0.010746866464614868 +405,-1.9442351163232234,-0.7647772968017498,2.365349239812423,-0.671806812286377,0.6923763155937195,0.26323041319847107,0.07668517529964447,-0.07872843742370605,-0.02182849310338497,-0.02783912420272827,0.020956695079803467,-0.08404651284217834 +406,-1.9268945583052064,-0.7731259245542426,2.4134680734670737,-0.6708292365074158,0.698375940322876,0.24951815605163574,0.35311591625213623,-0.278498113155365,-0.06208764761686325,-0.06037193536758423,-0.0434533953666687,0.026879578828811646 +407,-1.9249149542871242,-0.7698788684205297,2.45929313413646,-0.6734453439712524,0.6960482597351074,0.2489747554063797,0.37779897451400757,-0.3600536584854126,-0.21135064959526062,-0.03592050075531006,-0.026675641536712646,-0.0743684470653534 +408,-1.917325841737039,-0.7647309735620536,2.534906381967401,-0.6786763668060303,0.6923428773880005,0.2450704127550125,0.5557562112808228,-0.4490349590778351,-0.264352947473526,-0.036365628242492676,-0.010015666484832764,-0.06597806513309479 +409,-1.9063478932006694,-0.7578320905178055,2.617299161573969,-0.6858198046684265,0.6873484253883362,0.2391725480556488,0.5747043490409851,-0.5033026337623596,-0.25041303038597107,-0.01889216899871826,0.013792932033538818,-0.0690370500087738 +410,-1.9007749807977465,-0.7503774262223866,2.6970471505475415,-0.6919702291488647,0.6819148659706116,0.23700051009655,0.49268484115600586,-0.4749368131160736,-0.24648360908031464,-0.0004277825355529785,0.003982901573181152,-0.0622720867395401 +411,-1.8963142943425184,-0.7492198346456823,2.7820420339528686,-0.6937680244445801,0.681067705154419,0.2341637909412384,0.5748461484909058,-0.510792076587677,-0.19692756235599518,-0.024859905242919922,0.01059788465499878,-0.03625728189945221 +412,-1.895686454784841,-0.7528396676458623,2.8585163083078657,-0.6915740966796875,0.6837137341499329,0.2329397350549698,0.5025871396064758,-0.5677863955497742,-0.07329759746789932,-0.018661558628082275,0.03627222776412964,-0.0784291923046112 +413,-1.9006397271648243,-0.7642381599473143,2.9301880469085915,-0.6829939484596252,0.6919872164726257,0.23382291197776794,0.4709595739841461,-0.480305939912796,-0.11549294739961624,-0.09373950958251953,0.012572169303894043,-0.041623204946517944 +414,-1.9189752335013956,-0.7604003122730624,2.973180497339216,-0.6810836791992188,0.6892115473747253,0.247210294008255,0.2232244312763214,-0.4473419785499573,-0.17158129811286926,0.0018385052680969238,0.008313655853271484,-0.06070202589035034 +415,-1.9329765952434348,-0.7535576109489012,3.022258886586125,-0.68194979429245,0.6842374801635742,0.2583867311477661,0.12464329600334167,-0.47788241505622864,-0.1735972762107849,0.013080716133117676,0.04237085580825806,0.051259905099868774 +416,-1.9534792031731634,-0.7459612202547335,3.0625991652098667,-0.6813114881515503,0.6786780953407288,0.2742462456226349,0.24377919733524323,-0.4219285547733307,-0.23996761441230774,0.10617715120315552,-0.0017523765563964844,0.06399539113044739 +417,-1.9758002673091364,-0.7419808124004219,3.09875037341819,-0.677497923374176,0.6757493615150452,0.2904462218284607,0.23888930678367615,-0.39702239632606506,-0.07175508141517639,0.033455073833465576,0.12892282009124756,0.06731125712394714 +418,-1.9943359841824042,-0.7461230490688071,3.107539269669922,-0.6694408655166626,0.6787969470024109,0.30180057883262634,-0.05386802554130554,-0.1742454320192337,0.058767396956682205,0.05745667219161987,0.013936817646026611,0.04359731078147888 +419,-2.0092439742836183,-0.7469315530634485,3.094750433432734,-0.6643702387809753,0.6793904304504395,0.3115135729312897,-0.07248064130544662,-0.10390076041221619,-0.01834636740386486,0.018374204635620117,-0.006615161895751953,-0.024068504571914673 +420,-2.0375400948362534,-0.7494228550953267,3.094830977774845,-0.6537773013114929,0.6812163591384888,0.32942280173301697,0.022873688489198685,-0.2748367488384247,0.043515726923942566,-0.006821393966674805,0.04476618766784668,0.00250166654586792 +421,-2.0495265425854856,-0.7543108962999798,3.10442430630461,-0.6468188166618347,0.6847866773605347,0.3356976807117462,0.24657323956489563,-0.02046043425798416,-0.029965396970510483,0.07182180881500244,0.004315555095672607,-0.04298827052116394 +422,-2.041192352181766,-0.7615122494200532,3.1083743592030872,-0.6451812982559204,0.6900168061256409,0.3280515968799591,-0.17518296837806702,0.09182901680469513,0.046144578605890274,0.02013552188873291,0.04800504446029663,-0.0056792497634887695 +423,-2.044305257409731,-0.7673263135490603,3.084778144714065,-0.6405755877494812,0.6942132711410522,0.328223317861557,-0.2390805184841156,0.18985430896282196,0.14779123663902283,0.023662865161895752,0.029312610626220703,0.05600816011428833 +424,-2.0547128550729252,-0.7718026522829382,3.0407314414160895,-0.6343679428100586,0.6974282264709473,0.3334231972694397,-0.24716460704803467,0.2342156618833542,0.16139927506446838,-0.006256997585296631,0.009541928768157959,-0.01691010594367981 +425,-2.0542663151711067,-0.7755376102593599,3.006631522623739,-0.6322060227394104,0.7001000642776489,0.33192670345306396,-0.2220080941915512,0.2538853585720062,0.13591518998146057,-0.007076144218444824,-0.0006219744682312012,0.03342971205711365 +426,-2.059473947024413,-0.7733915927795856,2.96284589154151,-0.6317942142486572,0.6985660791397095,0.3359191417694092,-0.2642173767089844,0.24059325456619263,0.09026088565587997,-0.011958837509155273,-0.015475809574127197,-0.002346724271774292 +427,-2.059516973576338,-0.7690912449030017,2.929783155069775,-0.6344263553619385,0.6954825520515442,0.3373536467552185,-0.19636857509613037,0.2517945468425751,0.07006515562534332,0.0013849139213562012,-0.003282785415649414,-0.0007141530513763428 +428,-2.0532939847452956,-0.7655971499479036,2.9041347184681543,-0.6386617422103882,0.6929676532745361,0.33452436327934265,-0.1822519153356552,0.23674538731575012,0.030394315719604492,0.0017295479774475098,-0.008580625057220459,0.016473442316055298 +429,-2.0441092594972767,-0.759372045723632,2.883743984311658,-0.6455346345901489,0.6884661316871643,0.33060458302497864,-0.15124133229255676,0.22725947201251984,-0.0041977413929998875,0.0021020174026489258,-0.002415776252746582,0.04354095458984375 +430,-2.0355873266020215,-0.7507760362492563,2.8705017011359675,-0.6535947322845459,0.682206392288208,0.32773202657699585,-0.045502468943595886,0.19964919984340668,-0.04641632363200188,0.030898869037628174,0.017653167247772217,0.05140301585197449 +431,-2.029252988190709,-0.7452872162245429,2.8590510172708115,-0.6590055823326111,0.6781828999519348,0.3252377510070801,-0.0657309964299202,0.1629922240972519,-0.04488512873649597,0.004601955413818359,0.030572593212127686,0.024005413055419922 +432,-2.022598078490217,-0.7393328232499864,2.843815413281977,-0.6647768020629883,0.6737950444221497,0.32260236144065857,-0.07642321288585663,0.1826173961162567,-0.022202923893928528,0.003994882106781006,0.0008875727653503418,-0.006440252065658569 +433,-2.014348974955353,-0.7301307680883983,2.8222653644234486,-0.6729873418807983,0.6669670939445496,0.31975504755973816,-0.26551902294158936,0.2904295325279236,-0.03089146688580513,-0.0015122294425964355,0.0010627508163452148,-0.05826506018638611 +434,-2.0066501307847773,-0.7225443298301191,2.7999972110471716,-0.6799963116645813,0.6612953543663025,0.31669142842292786,-0.1621706485748291,0.16403213143348694,0.04689807817339897,-0.0228540301322937,-0.004236698150634766,-0.07400035858154297 +435,-2.001531139200816,-0.7168129524693476,2.779714210398776,-0.6850414276123047,0.6569852828979492,0.31478387117385864,-0.17030015587806702,0.18938307464122772,-0.05203820765018463,-0.04585462808609009,0.0008059144020080566,-0.09496566653251648 +436,-1.972080182751572,-0.7028722229786251,2.762966830093035,-0.7023772597312927,0.6464118361473083,0.29802384972572327,-0.2265208512544632,0.4615265429019928,0.016615387052297592,0.03158557415008545,0.042736172676086426,-0.08273756504058838 +437,-1.9637140121561014,-0.7109381416990258,2.7244107859025677,-0.7000064849853516,0.6525449156761169,0.29013147950172424,-0.19865751266479492,0.24893194437026978,0.2933003604412079,-0.008520126342773438,0.009320318698883057,-0.09930500388145447 +438,-1.9612291427057815,-0.7254984595085596,2.6805676333077315,-0.6918649077415466,0.6635084748268127,0.28474459052085876,-0.38817039132118225,0.5278962254524231,0.21312376856803894,-0.09669405221939087,-0.030863821506500244,-0.0028690099716186523 +439,-1.9558559629608137,-0.7305189037070305,2.6296470270512198,-0.6902889013290405,0.667256236076355,0.2797681987285614,-0.18547764420509338,0.13782110810279846,0.17189998924732208,-0.0699191689491272,-0.08238691091537476,-0.07694843411445618 +440,-1.9584612397437922,-0.7385337382064049,2.614905241094508,-0.6845846176147461,0.6732044219970703,0.2795349955558777,0.05833650007843971,0.0844171941280365,0.03846384212374687,-0.1020364761352539,-0.05256843566894531,-0.06278395652770996 +441,-1.9398262605055514,-0.7313679306386642,2.6312665228030925,-0.6941560506820679,0.667888343334198,0.2684631943702698,0.0942194014787674,-0.02774237096309662,-0.039392873644828796,-0.040325701236724854,-0.0056874752044677734,-0.012786865234375 +442,-1.9313079217852065,-0.731937506908117,2.654621905778805,-0.6960616111755371,0.6683121919631958,0.26240620017051697,0.18882045149803162,-0.14652808010578156,0.020206959918141365,-0.03307962417602539,-0.019783198833465576,-0.016159921884536743 +443,-1.9301940043052674,-0.732039935019848,2.666852157337861,-0.6962897181510925,0.6683883666992188,0.26160672307014465,0.04185405373573303,0.02001187577843666,-0.0133954593911767,-0.025191783905029297,-0.003593266010284424,-0.03653949499130249 +444,-1.9229098097340684,-0.7343143267903468,2.693664387244712,-0.6967477798461914,0.6700783371925354,0.25600284337997437,0.2885950803756714,-0.17461121082305908,0.002116057090461254,-0.02107137441635132,0.009914278984069824,-0.03963330388069153 +445,-1.9108281313197581,-0.7445279452931157,2.719262703262982,-0.6933013200759888,0.6776247620582581,0.24527105689048767,0.030010782182216644,-0.17164386808872223,0.032747719436883926,-0.051968395709991455,0.006930291652679443,-0.009721174836158752 +446,-1.9218324033037468,-0.7416454112531587,2.7142488491496297,-0.6923915147781372,0.6755020618438721,0.25355589389801025,0.05127464234828949,-0.1443069875240326,-0.03808865696191788,2.4139881134033203e-05,0.010578691959381104,-0.08055180311203003 +447,-1.9291024840535513,-0.741043497113082,2.7326890049757595,-0.6909107565879822,0.675058126449585,0.25872552394866943,-0.02049260213971138,-0.14085161685943604,-0.025336436927318573,-0.020957469940185547,0.0034543871879577637,0.0018031299114227295 +448,-1.9344014920019104,-0.7464584039045741,2.737529373044701,-0.6861035227775574,0.679043173789978,0.2610791325569153,0.13952691853046417,-0.1937841922044754,0.27325960993766785,-0.012489616870880127,0.0021702051162719727,-0.07217538356781006 +449,-1.9441147928082534,-0.7590858016089934,2.754847152785308,-0.6754971742630005,0.6882585287094116,0.26458263397216797,0.06041891500353813,-0.15783308446407318,-0.09067822247743607,-0.003732621669769287,-0.035106003284454346,0.014454871416091919 +450,-1.9563249662353126,-0.7516715730061919,2.7614723143589086,-0.6769261360168457,0.6828608512878418,0.27472206950187683,0.03176386281847954,-0.13327299058437347,0.008005251176655293,0.0374760627746582,0.0353550910949707,-0.02449321746826172 +451,-1.9738325584024894,-0.7578702984934556,2.77261332370548,-0.6681061387062073,0.6873762011528015,0.28486496210098267,-0.09543848037719727,-0.19060929119586945,-0.014856552705168724,0.00965893268585205,0.013795614242553711,0.09095904231071472 +452,-2.002463910662011,-0.7569216433782181,2.7629013028258624,-0.6602694988250732,0.6866868734359741,0.3041471242904663,0.10896427184343338,-0.2295519858598709,-0.04742280766367912,0.016775846481323242,-0.01725327968597412,0.0005861520767211914 +453,-2.003530335085861,-0.7568961893819177,2.788950398463533,-0.6599606871604919,0.6866683959960938,0.3048584461212158,0.1305432915687561,-0.194161057472229,-0.12208086252212524,0.019167780876159668,0.040260374546051025,0.05036619305610657 +454,-2.0129323777222634,-0.7526595312441691,2.8105701630109494,-0.6596888303756714,0.6835823059082031,0.31229183077812195,0.1367333084344864,-0.10386993736028671,-0.1051344946026802,0.05077153444290161,0.02125173807144165,0.04218509793281555 +455,-2.0143179737083226,-0.7491984720515416,2.8303461513310446,-0.661388099193573,0.6810520887374878,0.31421878933906555,0.07667313516139984,-0.12786035239696503,-0.0580979660153389,0.036220431327819824,0.007256507873535156,0.01096111536026001 +456,-2.014486611372215,-0.7542370197363396,2.8575852315263925,-0.6582279205322266,0.6847327947616577,0.31285348534584045,0.3849011957645416,-0.2471664398908615,-0.10968129336833954,0.012430131435394287,0.04111260175704956,-0.02051040530204773 +457,-2.003874290389287,-0.7607235975665162,2.8972570450793462,-0.6574651598930359,0.6894457340240479,0.30398011207580566,0.11581810563802719,-0.11212410777807236,-0.03670741617679596,0.05460566282272339,0.05460327863693237,0.06255096197128296 +458,-2.0145857678184527,-0.7660765824034838,2.898928467354827,-0.6508293151855469,0.6933132410049438,0.3094160556793213,-0.11257181316614151,-0.053227946162223816,0.10013579577207565,0.020412325859069824,0.010361254215240479,0.033281147480010986 +459,-2.034994761719628,-0.7670458709589759,2.871282993141819,-0.6437775492668152,0.694011390209198,0.3223321735858917,-0.09235697984695435,-0.013766471296548843,0.021344102919101715,0.009561419486999512,0.010273098945617676,-0.03561970591545105 +460,-2.039373886622582,-0.7653003812195578,2.859644948110218,-0.6434399485588074,0.6927536725997925,0.3256949782371521,-0.12898461520671844,0.03148297220468521,0.012807093560695648,-0.003776729106903076,0.013178884983062744,0.025791138410568237 +461,-2.056239358696056,-0.7575865074281459,2.8282964619854174,-0.6425630450248718,0.6871700286865234,0.338983416557312,-0.22666031122207642,0.05586337670683861,0.02559809572994709,0.007507622241973877,0.01615321636199951,-0.021585404872894287 +462,-2.070025822767125,-0.7533098834685871,2.805250571589675,-0.6404032111167908,0.68405681848526,0.34921345114707947,-0.10781320184469223,0.030603552237153053,0.03360861539840698,0.002906322479248047,-0.0014548897743225098,-0.020584940910339355 +463,-2.0747233437623773,-0.750858792108442,2.7893178219515566,-0.6402220129966736,0.682266891002655,0.353026419878006,-0.16472871601581573,0.04977255314588547,0.020974377170205116,-0.02355051040649414,0.0001671314239501953,0.0063943564891815186 +464,-2.0798370173916885,-0.7458332484265736,2.7776327307730706,-0.6413946151733398,0.678584098815918,0.3579622805118561,-0.08434836566448212,0.03273863345384598,0.003935486078262329,-0.015252172946929932,-0.006342828273773193,0.013558775186538696 +465,-2.083264330816989,-0.7435653496146695,2.7680665529120247,-0.6415035128593445,0.6769165396690369,0.3609120547771454,-0.013326714746654034,0.0072974227368831635,0.05709388852119446,0.018639683723449707,-0.0006163716316223145,-0.005077093839645386 +466,-2.087225612188151,-0.749792114432677,2.75713601901691,-0.6363909840583801,0.6814866662025452,0.3613620102405548,-0.05666216462850571,0.06047048419713974,0.09004539996385574,-0.010612130165100098,0.017732083797454834,0.0012325942516326904 +467,-2.088142625889532,-0.7557307103610184,2.743289134189917,-0.6325305104255676,0.6858206391334534,0.3599373996257782,-0.07203809916973114,0.09318755567073822,0.09580745548009872,-0.0019603967666625977,-0.016982197761535645,0.005602091550827026 +468,-2.0915313329009204,-0.7603383645153364,2.731063849112247,-0.6285592317581177,0.6891666650772095,0.3605027496814728,-0.025303330272436142,0.025028947740793228,0.10997070372104645,-0.0057942867279052734,-0.011264562606811523,0.021012723445892334 +469,-2.0982242642099074,-0.7652221767106077,2.722592952952696,-0.6232166886329651,0.6926972270011902,0.3630032539367676,-0.056027527898550034,0.025405682623386383,0.05579370632767677,-0.008420825004577637,-0.017312824726104736,0.016314953565597534 +470,-2.1025096152896254,-0.7655803042356946,2.7138207676370216,-0.6214414238929749,0.692955493927002,0.36554476618766785,-0.019861314445734024,0.021227367222309113,0.05116124823689461,-0.013003706932067871,-0.0009695291519165039,0.01920551061630249 +471,-2.104351319175343,-0.7632074344190851,2.7017334384700264,-0.6221809983253479,0.6912427544593811,0.36752378940582275,-0.07921770215034485,0.0669092983007431,0.013777941465377808,0.0005379915237426758,-0.01123499870300293,-0.009384959936141968 +472,-2.103937525039246,-0.7614389693994409,2.6941836204610925,-0.6233853101730347,0.6899637579917908,0.36788734793663025,-0.01772553287446499,0.05901072174310684,0.02458963729441166,0.003969967365264893,0.004158675670623779,-0.002851337194442749 +473,-2.0989118165546428,-0.7612265558222246,2.686141030501142,-0.6253525614738464,0.6898099780082703,0.3648233711719513,-0.08231381326913834,0.11209112405776978,0.02174888551235199,-0.009535074234008789,-0.007070779800415039,0.015837520360946655 +474,-2.097303573240648,-0.7559910362940262,2.6740585447320364,-0.6290524005889893,0.6860100626945496,0.36562711000442505,-0.06423314660787582,0.10659623146057129,0.0015682493103668094,0.002847015857696533,0.007868051528930664,0.003864496946334839 +475,-2.092321421083311,-0.7529937237918631,2.6641707411614233,-0.6326461434364319,0.6838261485099792,0.3635112941265106,-0.10589553415775299,0.11876323819160461,0.021653421223163605,0.00908052921295166,0.0201532244682312,0.0018450915813446045 +476,-2.0916205744792364,-0.7496346607172095,2.6463569522210655,-0.6348896622657776,0.6813713908195496,0.36420878767967224,-0.15540361404418945,0.1498718559741974,0.009302581660449505,0.0007039308547973633,0.014398813247680664,0.0009339749813079834 +477,-2.0899656579180723,-0.7463639216444824,2.628139971415913,-0.6374232769012451,0.6789737939834595,0.3642615079879761,-0.09277717769145966,0.16161103546619415,0.034747324883937836,0.020128905773162842,0.007885396480560303,-0.030963748693466187 +478,-2.0769978243885183,-0.7516463371090436,2.623120352402777,-0.6389471292495728,0.6828424334526062,0.3542209565639496,-0.01105370931327343,0.17070341110229492,0.06500675529241562,-0.007872819900512695,0.017551124095916748,0.05442458391189575 +479,-2.071695758639076,-0.7501871753962812,2.6044642083310814,-0.6416897177696228,0.681775689125061,0.3513064682483673,-0.09594695270061493,0.25547683238983154,0.022365836426615715,0.011501789093017578,0.015322089195251465,-0.013705849647521973 +480,-2.0514249394586357,-0.7542132432549637,2.599302315538453,-0.6462395191192627,0.6847155094146729,0.3369557857513428,0.08049724996089935,0.27734729647636414,0.10492460429668427,0.0813591480255127,0.04434943199157715,-0.04719138145446777 +481,-2.0161319883221682,-0.7700674047900297,2.585014109971639,-0.6478476524353027,0.6961836218833923,0.3092275559902191,-0.2537935674190521,0.6234585642814636,0.22041606903076172,0.01007610559463501,0.005842685699462891,0.08457121253013611 +482,-1.9864830983067103,-0.766292650286062,2.5224474131232437,-0.6591293811798096,0.6934689283370972,0.2909456789493561,-0.3967169225215912,0.7239105105400085,0.14791767299175262,0.00902867317199707,0.028027653694152832,-0.013922333717346191 +483,-1.9519679673484716,-0.7707972601915005,2.470786227053085,-0.6658706068992615,0.6967073678970337,0.26686224341392517,-0.3172844648361206,0.7512769103050232,0.23446959257125854,0.0539168119430542,0.001656949520111084,0.004439026117324829 +484,-1.9225508865343577,-0.7848280680904822,2.4034521793106762,-0.6641887426376343,0.7067035436630249,0.2437693029642105,-0.38520774245262146,0.7144647836685181,0.3447621464729309,-0.020061135292053223,0.005897164344787598,-0.057993531227111816 +485,-1.895210651914878,-0.8018454968079043,2.3375941280949153,-0.6591089367866516,0.7186406254768372,0.22165550291538239,-0.383486807346344,0.7673585414886475,0.2964543402194977,-0.021341562271118164,-0.008450865745544434,-0.10271322727203369 +486,-1.8619467920982464,-0.8219546639503643,2.2838315679601053,-0.6521391272544861,0.7324779629707336,0.19542402029037476,-0.29620862007141113,0.7204488515853882,0.24299441277980804,-0.05928659439086914,-0.006480097770690918,-0.09532643854618073 +487,-1.8194914728033147,-0.8323443799708361,2.221636829773924,-0.6524344682693481,0.7395114898681641,0.16568733751773834,-0.39255672693252563,0.9494884610176086,0.19820669293403625,-0.07899564504623413,0.05753141641616821,-0.032783254981040955 +488,-1.787596321924723,-0.8390801480504497,2.149392705184659,-0.6525065302848816,0.7440288662910461,0.14372225105762482,-0.5299575328826904,0.7066121697425842,0.16573671996593475,-0.026097536087036133,-0.014368832111358643,0.005096659064292908 +489,-1.7849643693751405,-0.8384686234595875,2.0562444113173854,-0.653327226638794,0.7436200976371765,0.14210110902786255,-0.6570671200752258,0.7440879940986633,0.0750068798661232,-0.01099461317062378,0.02444624900817871,-0.03179527819156647 +490,-1.7885025384690907,-0.8417534304387089,1.9691729555148973,-0.6504316329956055,0.7458122968673706,0.1438833773136139,-0.40601810812950134,0.4707874357700348,0.24107664823532104,-8.094310760498047e-05,-0.0033197402954101562,-0.06021943688392639 +491,-1.7936413047620405,-0.8522322603909461,1.9019781263114626,-0.6420264840126038,0.7527517676353455,0.1454887092113495,-0.44143757224082947,0.49432113766670227,0.12314462661743164,-0.06404352188110352,-0.015309631824493408,-0.04246138036251068 +492,-1.7947292524084435,-0.8508721299209434,1.8332870917291466,-0.6428654193878174,0.751855731010437,0.14641432464122772,-0.45071330666542053,0.4750153422355652,0.09465555846691132,-0.017122983932495117,-0.014627337455749512,-0.06291818618774414 +493,-1.789499387745759,-0.8468149077259832,1.7713858457504226,-0.6465948224067688,0.7491744756698608,0.1437108814716339,-0.34316036105155945,0.6048351526260376,-0.004952624905854464,-0.006862819194793701,-0.02084195613861084,-0.09984183311462402 +494,-1.765426102436998,-0.8434224820564364,1.7316638847910233,-0.6523564457893372,0.7469231486320496,0.12859587371349335,-0.2562658190727234,0.49246662855148315,0.05044873058795929,-0.024386048316955566,-0.01045769453048706,-0.039515018463134766 +495,-1.7436410243178038,-0.8449885653455045,1.7039416651640544,-0.653849720954895,0.747963547706604,0.11415351182222366,-0.08550131320953369,0.34961026906967163,0.07026704400777817,-0.019215404987335205,0.003074049949645996,-0.07010138779878616 +496,-1.7131848770773515,-0.8515794258183645,1.708156825143131,-0.6521288156509399,0.7523218393325806,0.09348833560943604,0.1050192192196846,0.185924232006073,0.005132131278514862,-0.035401761531829834,-0.020388126373291016,-0.03851091116666794 +497,-1.6830717342053634,-0.8485424637715375,1.7283407080564677,-0.6569152474403381,0.7503176331520081,0.07406691461801529,0.07384970039129257,0.11928670108318329,-0.06875872611999512,-0.01178598403930664,0.009524345397949219,0.05197072774171829 +498,-1.6837870408098945,-0.8415933131717377,1.718311923964708,-0.6620268225669861,0.7457056641578674,0.07512284815311432,-0.1038341224193573,0.02134033292531967,-0.015547665767371655,0.01676321029663086,0.04506576061248779,0.03503035753965378 +499,-1.709875887643101,-0.845593214719252,1.6959477806530676,-0.6568828821182251,0.7483646869659424,0.09195262938737869,-0.12226300686597824,-0.10978541523218155,0.046956174075603485,-0.009529471397399902,-0.0018284916877746582,-0.01561284065246582 +500,-1.7316109551176093,-0.846359662057027,1.6903205904536924,-0.6541628837585449,0.7488728761672974,0.10611530393362045,0.022328831255435944,-0.22627916932106018,-0.02448785863816738,-0.04008150100708008,-0.009706616401672363,-0.04428672790527344 +501,-1.7382163127631172,-0.8410326660366266,1.7115567629561952,-0.6573716402053833,0.7453320026397705,0.11109708994626999,0.20273348689079285,-0.3014354407787323,-0.05517706274986267,-0.020042240619659424,-0.024461090564727783,-0.04704070836305618 +502,-1.745441425768062,-0.8355230322026739,1.7474989832843448,-0.6605859398841858,0.741647481918335,0.11655552685260773,0.22446496784687042,-0.38003599643707275,-0.11875417083501816,-0.04884093999862671,-0.03087782859802246,0.0021884292364120483 +503,-1.7613106472908189,-0.8271589071589208,1.7947609632974948,-0.6647212505340576,0.7360110282897949,0.12819364666938782,0.38706567883491516,-0.6426149010658264,-0.1535918414592743,-0.04316449165344238,-0.04112577438354492,-0.03380274772644043 +504,-1.7795257643289772,-0.8217894352858524,1.878665992394602,-0.6661326885223389,0.7323654294013977,0.1410965770483017,0.679656982421875,-0.8958458304405212,-0.21124424040317535,-0.07777905464172363,-0.033528149127960205,-0.06864786148071289 +505,-1.7909163378381956,-0.8161921624673307,1.9990005531624695,-0.6684720516204834,0.7285427451133728,0.14956757426261902,0.8863281607627869,-1.094391942024231,-0.2251628041267395,-0.06793224811553955,-0.019237995147705078,-0.0848703533411026 +506,-1.7997069054224226,-0.8124400314557473,2.142262183414257,-0.6697892546653748,0.7259674072265625,0.1560572236776352,0.931819498538971,-1.0787922143936157,-0.2899537682533264,-0.06046593189239502,-0.032775819301605225,-0.09267221391201019 +507,-1.8027481418265745,-0.8067184823718668,2.2739452346005664,-0.6733428239822388,0.72202068567276,0.15904568135738373,0.9759962558746338,-0.9909537434577942,-0.2275862693786621,-0.033078014850616455,0.026758551597595215,-0.18596221506595612 +508,-1.7908451721955905,-0.8010262360658595,2.420873620179238,-0.6791878938674927,0.7180706858634949,0.15191443264484406,0.8934887647628784,-0.8566745519638062,-0.3483053743839264,-0.02433377504348755,0.053260982036590576,-0.14753521978855133 +509,-1.7742539967520727,-0.7825655166698275,2.5555400460996878,-0.6944809556007385,0.705100953578949,0.14327996969223022,0.806830883026123,-0.6291357278823853,-0.38316360116004944,0.07544702291488647,0.0678483247756958,-0.0820312350988388 +510,-1.763257246560911,-0.776490611821285,2.6508585547060077,-0.7002056241035461,0.7007802128791809,0.13645116984844208,0.4366370439529419,-0.44188761711120605,0.013446560129523277,0.06501281261444092,0.07062780857086182,-0.0033641010522842407 +511,-1.7708571500537515,-0.7855904273603829,2.6921820924874833,-0.6928698420524597,0.7072427272796631,0.14049553871154785,0.3035987317562103,-0.40565142035484314,0.035266757011413574,-0.019059479236602783,0.04768580198287964,-0.032860055565834045 +512,-1.7751544714334093,-0.7931201435701286,2.7513399342341374,-0.687025785446167,0.7125459313392639,0.14238698780536652,0.4701186716556549,-0.4914863705635071,-0.0573090985417366,0.012633085250854492,-0.04990243911743164,0.0522693395614624 +513,-1.794418161432946,-0.7897054325436702,2.800205464734253,-0.686523973941803,0.710145890712738,0.1561330407857895,0.22656159102916718,-0.4696657061576843,-0.19437339901924133,-0.003402113914489746,0.011579513549804688,-0.0030721426010131836 +514,-1.8091448444970775,-0.7742420539613557,2.826312270865565,-0.6947389245033264,0.6991744041442871,0.16879865527153015,0.011133622378110886,-0.2553621828556061,-0.16122815012931824,0.09239828586578369,0.06899881362915039,0.02440810203552246 +515,-1.8383416345782275,-0.7716905782843786,2.8118346770858547,-0.6912334561347961,0.6973479390144348,0.18947897851467133,-0.005515207536518574,-0.2306205779314041,0.14429758489131927,0.08143115043640137,0.054788291454315186,-0.01369774341583252 +516,-1.8779664210759457,-0.7886883630117141,2.777204781096329,-0.6717877984046936,0.7094294428825378,0.21309784054756165,-0.07505052536725998,-0.2835855782032013,0.3037793040275574,-0.030055344104766846,0.07623022794723511,-0.042718201875686646 +517,-1.906925203596722,-0.805000849610732,2.7401450409897623,-0.6543230414390564,0.7208312153816223,0.22861216962337494,-0.3337477147579193,-0.05552610382437706,0.29978299140930176,0.023952007293701172,0.030435144901275635,-0.018056169152259827 +518,-1.9295311485004896,-0.8321497887047369,2.727723104872192,-0.6304277181625366,0.7393804788589478,0.23638461530208588,0.3064139783382416,-0.16058757901191711,0.2192576378583908,-0.024571120738983154,-0.03753715753555298,0.06197050213813782 +519,-1.9468595514548905,-0.8471921408260572,2.712763835181816,-0.6158215999603271,0.7494242787361145,0.24316027760505676,-0.5570490956306458,0.13854849338531494,0.11841064691543579,-0.05330681800842285,-0.030186057090759277,0.11452102661132812 +520,-1.9811742377376296,-0.8257743982184796,2.6287500868421536,-0.6216945648193359,0.7350730299949646,0.2704872190952301,-0.5062357783317566,0.2817772924900055,0.042442645877599716,0.07008939981460571,0.023975372314453125,-0.0769599974155426 +521,-2.002741144612122,-0.817512020362178,2.564994777159112,-0.6212116479873657,0.7294462323188782,0.28636428713798523,-0.3895936608314514,0.307681143283844,0.09327829629182816,-0.014652669429779053,0.0021212100982666016,-0.05440020561218262 +522,-2.0133265429627976,-0.8113501697567969,2.5103137330064684,-0.6221956610679626,0.7252174615859985,0.2948431074619293,-0.26887625455856323,0.23523138463497162,0.11167985945940018,-0.02532637119293213,-0.028455376625061035,-0.046216368675231934 +523,-2.0211295113391556,-0.8074932708794583,2.467249716527498,-0.6223896145820618,0.7225565314292908,0.300904244184494,-0.31557872891426086,0.2449621558189392,0.04676855728030205,-0.06208914518356323,-0.0635751485824585,-0.0028085708618164062 +524,-2.02064315170256,-0.7923731190660508,2.4362237943171903,-0.632302463054657,0.7120215892791748,0.3053174614906311,-0.13806895911693573,0.1768495738506317,-0.11125823855400085,-0.03237038850784302,-0.052063703536987305,-0.01825392246246338 +525,-2.0122516982990666,-0.7774480843217044,2.431485872170096,-0.6443793177604675,0.7014629244804382,0.30450770258903503,-0.020403534173965454,0.044635191559791565,-0.10917239636182785,-0.014769792556762695,-0.026932954788208008,-0.011279582977294922 +526,-2.0064447382556367,-0.7684616766466187,2.4439583571772894,-0.6518255472183228,0.6950300335884094,0.303408682346344,0.03934509679675102,-0.07032046467065811,-0.0780145525932312,-0.017241835594177246,0.003349483013153076,0.04581928253173828 +527,-2.012507946985109,-0.7613271517597274,2.44717254339608,-0.6544399857521057,0.6898828148841858,0.3094671368598938,0.02920343726873398,-0.12133140861988068,-0.04852893576025963,0.019064128398895264,0.005261778831481934,0.01711675524711609 +528,-2.0263341690028973,-0.7597893727495046,2.448272146846507,-0.651050865650177,0.688768744468689,0.3189520835876465,0.008002087473869324,-0.1514052003622055,-0.025041615590453148,0.0351298451423645,-0.023455023765563965,-0.015988826751708984 +529,-2.0453116564100666,-0.7636201710716592,2.4457617886053296,-0.6425293684005737,0.6915409564971924,0.3300412595272064,-0.05137152969837189,-0.0660930722951889,0.07746296375989914,-0.03245842456817627,0.018587827682495117,-0.01593911647796631 +530,-2.0487613902830137,-0.7584034117995452,2.433950330540191,-0.6445813775062561,0.6877632737159729,0.33391064405441284,-0.17182517051696777,0.0962609127163887,-0.0359373576939106,0.027287185192108154,0.02833157777786255,-0.019076019525527954 +531,-2.0459300448579625,-0.753614810258186,2.4016742709031784,-0.6484454274177551,0.684279203414917,0.33358705043792725,-0.3526114821434021,0.3930394649505615,0.10269886255264282,0.0467303991317749,0.015839755535125732,0.035294145345687866 +532,-2.0414666481517703,-0.7505197580345945,2.348699222814992,-0.6518123745918274,0.6820189952850342,0.3316482901573181,-0.39101168513298035,0.4849894046783447,0.21318231523036957,0.017153620719909668,0.005526721477508545,-0.02116253972053528 +533,-2.0339516476510195,-0.7539407227675475,2.2913984134586585,-0.6521952748298645,0.6845168471336365,0.3256964087486267,-0.32647159695625305,0.44641804695129395,0.1885727345943451,-0.017055213451385498,-0.013633668422698975,-0.024564266204833984 +534,-2.0204395129097503,-0.7591219646659552,2.2398647768131204,-0.6533334255218506,0.6882847547531128,0.3153085708618164,-0.34435588121414185,0.6047343611717224,0.2296483814716339,-0.02125757932662964,-0.008032679557800293,0.025328606367111206 +535,-1.99969970349749,-0.764967037297219,2.1737195407339365,-0.6560618877410889,0.6925132274627686,0.3000134527683258,-0.5058936476707458,0.6672092080116272,0.26374751329421997,-0.009099125862121582,-0.01802903413772583,0.0783587396144867 +536,-1.994468819052135,-0.7700145285344046,2.088251316578671,-0.6544273495674133,0.6961456537246704,0.2951367199420929,-0.5483779311180115,0.5414772033691406,0.31846290826797485,-0.04035097360610962,-0.008783161640167236,0.04020565748214722 +537,-2.0040505500884964,-0.7759863699315304,2.0078975185343024,-0.6477850675582886,0.7004204392433167,0.2996430993080139,-0.43420881032943726,0.3836025297641754,0.24835336208343506,-0.057705044746398926,-0.028591156005859375,-0.028692692518234253 +538,-2.006505443587135,-0.7869018636622648,1.9655381566064287,-0.6400777697563171,0.7081692814826965,0.2979876697063446,-0.05181281268596649,0.09765298664569855,0.20658019185066223,-0.037503957748413086,-0.05478799343109131,-0.03715398907661438 +539,-2.007146767696476,-0.7987005712917025,1.9644349914737662,-0.6322696208953857,0.7164501547813416,0.2948461174964905,0.08471497148275375,-0.029000453650951385,-0.012495731003582478,-0.08762478828430176,0.002604961395263672,-0.01321461796760559 +540,-1.9888549221652962,-0.7887136496300755,1.9755594014589126,-0.6440638899803162,0.7094472646713257,0.28612279891967773,0.09059709310531616,0.08222167193889618,-0.03612764552235603,0.05261796712875366,0.04523712396621704,-0.050954341888427734 +541,-1.9790932629163918,-0.8002419630170848,1.9830724849187706,-0.6392769813537598,0.7175246477127075,0.2765562832355499,0.03985702991485596,0.08260034024715424,0.05026113986968994,-0.004506587982177734,0.00825965404510498,-0.04756760597229004 +542,-1.9666734934657168,-0.802964973382188,1.9774395282482429,-0.6408572793006897,0.7194186449050903,0.26784107089042664,-0.11606637388467789,0.215894415974617,0.014662868343293667,-0.0034298300743103027,0.03435027599334717,-0.029224157333374023 +543,-1.9552387880826831,-0.8038082839583126,1.9608709446400565,-0.6433155536651611,0.720004141330719,0.2602681517601013,-0.10144646465778351,0.17080378532409668,0.03588368371129036,-0.013117611408233643,0.0033540725708007812,-0.051756829023361206 +544,-1.9398869941502719,-0.8025246834603379,1.955573433754999,-0.6480961441993713,0.719112753868103,0.2506948709487915,-0.0937071219086647,0.15583819150924683,-0.036165751516819,-0.01767522096633911,0.002719402313232422,-0.01790684461593628 +545,-1.9310483294638983,-0.8011442298768614,1.9521579630973616,-0.6512152552604675,0.7181528210639954,0.24530665576457977,0.016021398827433586,0.015998445451259613,0.0438663475215435,-0.02564936876296997,0.007433176040649414,-0.03172945976257324 +546,-1.9255196555351892,-0.8006908702719285,1.9511753037977615,-0.6528666615486145,0.7178372740745544,0.24181559681892395,-0.17776785790920258,0.15997590124607086,-0.031081588938832283,-0.03359568119049072,-0.04411596059799194,-0.03492164611816406 +547,-1.916321956075982,-0.7931202728594686,1.9479493048347407,-0.6601575016975403,0.7125459909439087,0.23763436079025269,0.24383428692817688,-0.08152289688587189,-0.03856857120990753,-0.07586538791656494,0.010308563709259033,-0.1108185350894928 +548,-1.8774239301501292,-0.7959476544691566,1.9980991218904258,-0.666976273059845,0.714526891708374,0.2111734002828598,0.12257812917232513,0.07837370783090591,-0.04503175988793373,-0.024246931076049805,-0.010913610458374023,0.07448652386665344 +549,-1.8821150976399068,-0.787101426550189,1.9883774423816636,-0.6719689965248108,0.7083101272583008,0.2162276804447174,-0.09538532793521881,0.021982189267873764,0.016065198928117752,0.00023132562637329102,0.016604363918304443,0.0056809186935424805 +550,-1.9043513103220207,-0.7842954082916717,1.9472475174074468,-0.6688706874847412,0.7063266038894653,0.23176488280296326,-0.3789308965206146,0.09190116822719574,0.0713125467300415,-0.09145951271057129,0.11200225353240967,-0.027617454528808594 +551,-1.9109247992353096,-0.7857551355934513,1.9402061812800966,-0.6663600206375122,0.7073591351509094,0.23581242561340332,0.14996835589408875,-0.014010089449584484,-0.017778629437088966,0.011834204196929932,-0.032600224018096924,0.00855708122253418 +552,-1.9085305816987579,-0.777947643851487,1.9308862403694305,-0.6721130013465881,0.7018188834190369,0.23603913187980652,-0.2981562614440918,0.15401718020439148,-0.04584592580795288,0.06667476892471313,-0.048422276973724365,-0.052597999572753906 +553,-1.9104460064829185,-0.7780186842557895,1.929797693688963,-0.6716126799583435,0.7018694877624512,0.2373095005750656,0.2536959648132324,-0.10974733531475067,0.056154560297727585,0.025525033473968506,0.05922365188598633,-0.02618885040283203 +554,-1.8971503350244616,-0.7944099129130219,1.9428546178813602,-0.6637210249900818,0.7134502530097961,0.22464048862457275,-0.17584194242954254,0.16572119295597076,0.09940307587385178,0.05332362651824951,-0.011606931686401367,0.13505497574806213 +555,-1.9299084519654615,-0.7985186071620781,1.8739784861017563,-0.6532574892044067,0.71632319688797,0.24522601068019867,-0.41911572217941284,0.19749462604522705,0.18876107037067413,-0.01788508892059326,0.002899765968322754,-0.03955280780792236 +556,-1.946722696271265,-0.8047367861315623,1.8281504554422483,-0.6448862552642822,0.7206481695175171,0.2545345723628998,-0.16441059112548828,0.11592511832714081,0.20194534957408905,-0.025569677352905273,-0.024160802364349365,-0.002779841423034668 +557,-1.9575308570525523,-0.802767966836214,1.7818610779112924,-0.6434105634689331,0.719281792640686,0.26202431321144104,-0.31263601779937744,0.27626872062683105,0.011725871823728085,-0.020941853523254395,-0.008710503578186035,-0.023285269737243652 +558,-1.9585177333397925,-0.7980127749477441,1.7477158694670183,-0.6463106870651245,0.7159701585769653,0.26394927501678467,-0.2461445927619934,0.20122404396533966,0.09770682454109192,0.02131068706512451,-0.003201603889465332,0.03800690174102783 +559,-1.9737447785537752,-0.792668391065978,1.6876617440909976,-0.6457275748252869,0.7122288942337036,0.27525627613067627,-0.6464331150054932,0.3364567160606384,0.09959890693426132,0.02651059627532959,0.03203380107879639,0.07522284984588623 +560,-2.0024715693882666,-0.7856566279407206,1.6096321691515016,-0.6420751214027405,0.7072895169258118,0.2957720160484314,-0.29635682702064514,0.1180933266878128,0.22575636208057404,0.02929741144180298,0.04849356412887573,-0.06226682662963867 +561,-2.020223531459285,-0.7937521462726911,1.562652219716831,-0.6315454840660095,0.7129892110824585,0.3046252131462097,-0.34611111879348755,0.2259707748889923,0.16131745278835297,-0.002075672149658203,-0.013541579246520996,0.01460382342338562 +562,-2.033041542607467,-0.7926647873624079,1.5062990840174277,-0.6282827854156494,0.7122263312339783,0.3130407929420471,-0.31684598326683044,0.3112001121044159,0.21378396451473236,0.021730661392211914,0.026100635528564453,-0.011923789978027344 +563,-2.038546938436095,-0.8037098094616136,1.4606638978673412,-0.6194900870323181,0.7199357748031616,0.31292879581451416,-0.20799648761749268,0.23819780349731445,0.2340073138475418,-0.02606344223022461,0.0025830864906311035,0.03680261969566345 +564,-2.0501850440635554,-0.8073411769801364,1.4129210639098837,-0.613482654094696,0.722451388835907,0.318909227848053,-0.23951716721057892,0.22330397367477417,0.1457522213459015,-0.0006683468818664551,-0.03675192594528198,-0.0373692512512207 +565,-2.0498603544014364,-0.812956572522112,1.390623727949846,-0.6099765300750732,0.7263225317001343,0.31683510541915894,-0.013147607445716858,0.12013494968414307,0.10163919627666473,0.0006777644157409668,-0.014210045337677002,-0.008317559957504272 +566,-2.0440686077378896,-0.8190492010549136,1.37534714400237,-0.6078507304191589,0.7304968237876892,0.3112739026546478,-0.10684005171060562,0.18972322344779968,0.12307741492986679,0.008943378925323486,-0.011701226234436035,0.03127056360244751 +567,-2.0493330552129936,-0.8207314699549401,1.34339894597737,-0.6051120758056641,0.7316446304321289,0.3139033317565918,-0.13301584124565125,0.1714397370815277,0.01549079455435276,-0.07333940267562866,-0.04783731698989868,-0.016204386949539185 +568,-2.0356207919904024,-0.8091794665079939,1.3423483455372283,-0.6168738007545471,0.7237211465835571,0.30934491753578186,-0.07365790009498596,0.13318020105361938,-0.015484599396586418,0.03238588571548462,0.014987289905548096,0.05527901649475098 +569,-2.038812224878327,-0.8068964185136216,1.3246311903376318,-0.6173563003540039,0.7221437692642212,0.3120565414428711,-0.09151926636695862,0.09338702261447906,0.04230190068483353,-0.010130763053894043,-0.004980802536010742,-0.0012503266334533691 +570,-2.039380971095882,-0.8042223747696178,1.3156136471634439,-0.618899405002594,0.7202914357185364,0.3132786154747009,-0.09257641434669495,0.08662213385105133,-0.03389027342200279,-0.0071381330490112305,0.012466013431549072,0.03065440058708191 +571,-2.041332316957165,-0.799844220405532,1.3023527839698863,-0.6210920214653015,0.7172475457191467,0.31591248512268066,-0.05662158131599426,0.07418343424797058,0.039721500128507614,0.017835795879364014,0.02095741033554077,-0.030115365982055664 +572,-2.039132979440624,-0.8037285297351175,1.2852210352151483,-0.6192945241928101,0.7199487686157227,0.3132856786251068,-0.16025273501873016,0.20904609560966492,0.09506929665803909,0.020570218563079834,0.01778310537338257,-0.022651582956314087 +573,-2.038458497765297,-0.8052547951895803,1.2453731679062134,-0.6185240745544434,0.721007227897644,0.3123721778392792,-0.3530111312866211,0.36614906787872314,0.13487903773784637,0.007714807987213135,0.007447302341461182,-0.01694682240486145 +574,-2.0390700164479565,-0.8081619810943794,1.196942844228394,-0.6164600253105164,0.7230186462402344,0.31180304288864136,-0.2267068773508072,0.33474278450012207,0.22062411904335022,-0.0034435391426086426,-0.009166717529296875,-0.030476689338684082 +575,-2.0334259910155392,-0.8189800935654165,1.1587310874498653,-0.6111747026443481,0.7304496765136719,0.3048100769519806,-0.16953623294830322,0.3318118453025818,0.1946766972541809,-0.039673805236816406,-0.02070218324661255,-0.0011753439903259277 +576,-2.0268847034769792,-0.8254675868985202,1.1226417796186425,-0.6088878512382507,0.7348650097846985,0.2987120747566223,-0.16018269956111908,0.30530527234077454,0.15937522053718567,-0.028395414352416992,-0.0034654736518859863,-0.021704107522964478 +577,-2.0167174058657586,-0.8317254931002359,1.0956943791282852,-0.6077324151992798,0.7390947937965393,0.2905168831348419,-0.182791605591774,0.27617189288139343,0.11669886857271194,-0.02747565507888794,-0.020070135593414307,0.01761910319328308 +578,-2.012370794123852,-0.8328067722166663,1.066611193195776,-0.6082668900489807,0.7398226857185364,0.2875310182571411,-0.11355835199356079,0.19225627183914185,0.11436130106449127,0.0040645599365234375,0.012420356273651123,-0.026086509227752686 +579,-2.0080113234688093,-0.8425903836012432,1.0506561445670326,-0.6029278039932251,0.7463696002960205,0.28179803490638733,-0.0347028411924839,0.14391356706619263,0.12949886918067932,-0.01813530921936035,-0.01716744899749756,-0.004591643810272217 +580,-2.003794603276825,-0.8479972629536239,1.0385282377857095,-0.6004391312599182,0.7499571442604065,0.2775559723377228,-0.03774026036262512,0.06938958168029785,0.06592883169651031,-0.020502090454101562,-0.010836601257324219,-0.013319581747055054 +581,-2.0029789788152166,-0.8501477065897297,1.0403400329592933,-0.5991993546485901,0.7513778805732727,0.2763899266719818,0.05201956629753113,-0.07888556271791458,0.025003833696246147,-0.004743456840515137,0.0010634660720825195,-0.023612886667251587 +582,-2.0026228731020193,-0.8497783394416453,1.0386560285095834,-0.5995495319366455,0.7511340975761414,0.2762925624847412,-0.0900193303823471,0.12532615661621094,0.041868656873703,0.028230011463165283,0.03602099418640137,-0.057817667722702026 +583,-1.9904101964669685,-0.8656086981570873,1.0402327479218945,-0.5919448733329773,0.7614899277687073,0.2640722095966339,0.06677450984716415,0.075787253677845,0.13324148952960968,-0.02393031120300293,-0.008819758892059326,-0.0311773419380188 +584,-1.9733917393523588,-0.8774593010642827,1.0486080082085212,-0.5880087018013,0.7691175937652588,0.25040701031684875,0.12953364849090576,0.09369455277919769,0.03450223430991173,-0.0612679123878479,-0.027677834033966064,-0.010233700275421143 +585,-1.9508875905413274,-0.8725551666631335,1.0652122791131804,-0.5969901084899902,0.7659741044044495,0.23850862681865692,-0.006789808161556721,0.11652381718158722,-0.07250956445932388,-0.01015704870223999,-0.0024396181106567383,-0.0018906742334365845 +586,-1.93807740538062,-0.8695282510929826,1.0734831571029713,-0.602157711982727,0.7640246748924255,0.2316732555627823,0.0900435745716095,0.03435607627034187,-0.013911974616348743,-0.0003813505172729492,0.012113630771636963,-0.007765769958496094 +587,-1.922952943149167,-0.875630322986128,1.088743036433669,-0.6012051105499268,0.7679473757743835,0.22092747688293457,0.18260428309440613,-0.05675312876701355,0.037997499108314514,-0.02084982395172119,-0.011767685413360596,0.006901457905769348 +588,-1.9102857685647916,-0.8746428418537583,1.1133716543390717,-0.6046701669692993,0.7673144936561584,0.21354685723781586,0.022175807505846024,-0.019416987895965576,-0.1393539160490036,-0.017430603504180908,-0.016841590404510498,0.057433947920799255 +589,-1.916262190119257,-0.8579261080531333,1.1066626974779532,-0.6153675317764282,0.7564878463745117,0.2214699536561966,-0.02984430268406868,-0.0013224990107119083,-0.07844971120357513,0.021999001502990723,0.02798175811767578,-0.035038113594055176 +590,-1.9145509649900971,-0.8556812634176306,1.110794287871247,-0.6173430681228638,0.7550178170204163,0.2209884375333786,-0.03653457760810852,-0.0030617364682257175,-0.07351373881101608,-0.002728402614593506,0.008684694766998291,0.007450968027114868 +591,-1.9194077680338275,-0.8474424878738673,1.1049473289222542,-0.6220876574516296,0.7495900392532349,0.2261013239622116,-0.11014650762081146,-0.022508535534143448,-0.08941391855478287,-0.006742298603057861,-0.010637402534484863,0.021197795867919922 +592,-1.930217264228455,-0.8358099088223717,1.0987953966895978,-0.627727746963501,0.7418398857116699,0.23586362600326538,0.02932438999414444,-0.1227005273103714,-0.09351257234811783,-0.013675451278686523,-0.014499187469482422,-0.014092326164245605 +593,-1.9327586970342567,-0.8273705614141954,1.1157601910998483,-0.6329588890075684,0.7361542582511902,0.2396666556596756,0.08154162019491196,-0.17020447552204132,-0.10795131325721741,-0.003119051456451416,-0.01587831974029541,0.001178056001663208 +594,-1.9376064636367405,-0.8240481325602056,1.1416793588523593,-0.6340691447257996,0.7339015603065491,0.24360807240009308,0.25319167971611023,-0.26312267780303955,-0.09362759441137314,-0.03962165117263794,0.018906056880950928,-0.03764498233795166 +595,-1.9346332767600891,-0.8210630032051194,1.1784268963330418,-0.6368352174758911,0.7318705916404724,0.24250034987926483,0.16338858008384705,-0.19210699200630188,-0.13184532523155212,-0.015157580375671387,0.025026321411132812,0.0036238431930541992 +596,-1.9388994723938067,-0.8104188270792132,1.1883448156186989,-0.6430267691612244,0.7245758771896362,0.24800421297550201,-0.06514834612607956,-0.0647319033741951,-0.11337792873382568,0.01431894302368164,0.013949394226074219,-0.03172615170478821 +597,-1.9391475200470878,-0.8059366863092396,1.1971199228511566,-0.6459887623786926,0.7214795351028442,0.24933066964149475,0.11468039453029633,-0.0773424431681633,-0.058660730719566345,0.005516350269317627,0.033342182636260986,-0.030382290482521057 +598,-1.9300809383993527,-0.8100842310068586,1.216741516482506,-0.6454156041145325,0.7243452668190002,0.24240928888320923,0.045943014323711395,-0.0781337171792984,-0.033944983035326004,-0.02944999933242798,-0.016169726848602295,0.015860870480537415 +599,-1.9297735922065418,-0.8041189684784618,1.2298377965846905,-0.6495243906974792,0.7202197313308716,0.24372471868991852,0.18436959385871887,-0.14316266775131226,-0.10883018374443054,-0.012493491172790527,-0.027852177619934082,-0.048183321952819824 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/TEST/standing/3.csv b/BoostRunClub/CoreML/DataSet/TEST/standing/3.csv new file mode 100644 index 0000000..035c7ec --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/TEST/standing/3.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-1.9104662316887466,-0.8003810723792574,1.2760735970056865,-0.6566424369812012,0.7176215052604675,0.2320348024368286,0.3141278624534607,-0.1985488086938858,-0.10208888351917267,0.002177715301513672,-0.0020911097526550293,0.007879137992858887 +1,0.08903390316198215,0.13168488473132964,1.6269519508143486,0.08814649283885956,-0.13130462169647217,-0.9874154329299927,0.016481267288327217,-0.1855212152004242,0.08514901995658875,0.011432364583015442,-0.026532277464866638,0.05160921812057495 +2,0.05795948697371657,0.13307798137346213,1.630551394733548,0.057414863258600235,-0.13268552720546722,-0.9894938468933105,0.04689275473356247,0.032300662249326706,-0.10478915274143219,-0.040294501930475235,0.010950922966003418,0.006659984588623047 +3,0.058607129736056564,0.12284502316858818,1.621145160000847,0.05813217535614967,-0.12253627926111221,-0.990760087966919,0.03815285116434097,-0.22027906775474548,-0.05586353316903114,0.011875148862600327,0.00699673593044281,-0.042778730392456055 +4,0.033214930504923405,0.128778539975432,1.6257734341345231,0.03293383866548538,-0.12842288613319397,-0.9911724925041199,0.11234443634748459,-0.237672358751297,0.14044736325740814,-0.01088489219546318,0.004140064120292664,-0.0059435367584228516 +5,-0.011569320439514193,0.15289930938208482,1.622736604584487,-0.011434094049036503,-0.1523042470216751,-0.9882675409317017,0.1391875147819519,-0.2356410026550293,-0.2233625054359436,-0.024530872702598572,0.004675477743148804,0.01403963565826416 +6,-0.030806201728720003,0.15684364434050319,1.6183908541046892,-0.030423250049352646,-0.15620137751102448,-0.9872565865516663,0.28457632660865784,-0.27401450276374817,-0.12923191487789154,-0.018481172621250153,0.041256919503211975,-0.08470386266708374 +7,-0.06652959399480816,0.19267864367611828,1.6183689922656368,-0.06525029242038727,-0.19148865342140198,-0.9793235063552856,0.29887476563453674,-0.2884340286254883,0.1287304162979126,0.020557299256324768,-0.0070129334926605225,-0.0046852827072143555 +8,-0.06413669090826023,0.20531113262385944,1.630983554359403,-0.06274662911891937,-0.20387177169322968,-0.9769847393035889,-0.16492514312267303,0.10637722909450531,0.2645861506462097,0.05867253243923187,-0.0043801963329315186,0.008356809616088867 +9,-0.0775132878322543,0.19440688568083744,1.6512485856889638,-0.07597699016332626,-0.19318462908267975,-0.9782163500785828,0.01397990807890892,-0.2089323252439499,0.15635628998279572,-0.009533263742923737,0.012383252382278442,-0.009347736835479736 +10,-0.07938835877492557,0.18405894357380445,1.6673635596176724,-0.07796544581651688,-0.1830214560031891,-0.9800125360488892,-0.06320658326148987,0.23806022107601166,0.16868312656879425,-0.006293579936027527,-0.005241483449935913,0.02324068546295166 +11,-0.0742485401238968,0.18268227628894013,1.6837357418507684,-0.0729459747672081,-0.18166786432266235,-0.9806506633758545,0.021525472402572632,-0.11274489760398865,0.2231113761663437,0.016763105988502502,0.008282244205474854,0.003935575485229492 +12,-0.09243021464205847,0.18252756955141936,1.7102923965976597,-0.09076540172100067,-0.18151573836803436,-0.9791903495788574,0.025130361318588257,-0.07176298648118973,0.18957780301570892,-0.034448228776454926,-0.0013303309679031372,-0.018993854522705078 +13,-0.09402827450272706,0.18373502658970414,1.7228273094733002,-0.09230944514274597,-0.18270300328731537,-0.9788250923156738,-0.08454456925392151,0.057085100561380386,0.10708421468734741,0.01859423518180847,-0.014516845345497131,0.026936054229736328 +14,-0.09811152097191905,0.18361145782147473,1.739613437810962,-0.0963076576590538,-0.18258151412010193,-0.9784624576568604,0.05255378410220146,-0.02322019450366497,0.2863737642765045,0.0181826651096344,0.0019937455654144287,0.00026732683181762695 +15,-0.1060550130765602,0.18386638797677007,1.767476794272869,-0.10407201200723648,-0.18283215165138245,-0.9776203036308289,0.004079991020262241,-0.07607968151569366,0.24979336559772491,-0.03679712116718292,0.0004438459873199463,0.021519839763641357 +16,-0.11177012770051321,0.18175399071396256,1.7826493136515453,-0.10970032960176468,-0.18075494468212128,-0.9773911833763123,0.033395301550626755,-0.050903886556625366,0.10626855492591858,-0.020029887557029724,0.0015099495649337769,-0.013987600803375244 +17,-0.11766726087960334,0.18599656440954557,1.7991509383719237,-0.11537113040685654,-0.18492600321769714,-0.975956916809082,0.09044444561004639,0.16647650301456451,0.1378985196352005,-0.026520349085330963,0.0016221702098846436,0.012745857238769531 +18,-0.09912337194392241,0.18562510498328455,1.8160219295791686,-0.09726108610630035,-0.18456093966960907,-0.9779967069625854,-0.06090686097741127,0.3072623610496521,0.10024897754192352,-0.042799338698387146,0.11195960640907288,0.10049426555633545 +19,-0.11896508308193568,0.20155268420156328,1.8364615904689787,-0.11628212779760361,-0.20019082725048065,-0.9728320240974426,0.38872089982032776,-0.7065249681472778,0.15091311931610107,-0.03764854371547699,0.013423249125480652,-0.03322571516036987 +20,-0.1759345329933532,0.2541241295019593,1.8488065994174514,-0.16940708458423615,-0.2513977587223053,-0.9529430270195007,0.5796239376068115,-0.6404306888580322,-0.15062223374843597,-0.06415919959545135,0.024606376886367798,-0.06591683626174927 +21,-0.22651750133891152,0.31034820435029326,1.837871964206782,-0.2138563096523285,-0.30539023876190186,-0.927902102470398,0.2132747918367386,0.06872956454753876,0.00942323263734579,0.022907808423042297,0.010239481925964355,0.02496325969696045 +22,-0.22053088197891083,0.3411485821726967,1.8378909812854327,-0.20614147186279297,-0.33456969261169434,-0.9195481538772583,0.6085653305053711,-0.12239138782024384,0.05770447850227356,0.03602123260498047,0.010137319564819336,-0.0588148832321167 +23,-0.23754894347559707,0.3946600966865627,1.8535915798047793,-0.21723134815692902,-0.384494423866272,-0.8972037434577942,0.44275903701782227,0.036176394671201706,0.09733375161886215,-0.011299550533294678,-0.03915059566497803,0.0036795735359191895 +24,-0.28369304417076574,0.46907973010791404,1.8727486269275118,-0.2496691793203354,-0.4520656168460846,-0.8563305735588074,1.4662702083587646,-0.7427554130554199,-0.039787162095308304,-0.029795557260513306,0.0036708712577819824,-0.05942565202713013 +25,-0.37086987303208696,0.5704624079495311,1.928466793515204,-0.3050365746021271,-0.5400213003158569,-0.7844295501708984,1.1857539415359497,-0.5960659980773926,0.2734820246696472,0.027143537998199463,0.045194029808044434,0.015295028686523438 +26,-0.5424870579725757,0.6772109363471157,2.04768591497543,-0.4023393988609314,-0.6266219019889832,-0.6674338579177856,1.2469958066940308,-1.239659070968628,0.7786492705345154,0.13056513667106628,0.07838892936706543,0.07267683744430542 +27,-0.74072377650907,0.7164683025218451,2.224177533107644,-0.5089035630226135,-0.6567254066467285,-0.5565329790115356,1.1073191165924072,-0.8864455223083496,1.0033016204833984,0.18529516458511353,0.15893793106079102,0.27091896533966064 +28,-1.1276815809656338,0.6751395739926719,2.4506764113634842,-0.705227792263031,-0.6250062584877014,-0.33469492197036743,0.4279040992259979,-1.2390834093093872,1.273606538772583,-0.14648723602294922,0.07951986789703369,0.06392773985862732 +29,-1.0889346243200468,0.5786437151060165,2.45757469023994,-0.7418757677078247,-0.5468889474868774,-0.3879857659339905,-0.5509688854217529,0.1788366585969925,0.9456747174263,0.07878983020782471,0.12567007541656494,0.06239372491836548 +30,-1.2409437325806953,0.4786970133561051,2.513994960497894,-0.8397457003593445,-0.4606230556964874,-0.287495493888855,-0.10977258533239365,-0.7777851819992065,1.0356035232543945,-0.19440346956253052,0.03735950589179993,0.07887732982635498 +31,-1.3863286759625082,0.3616213071523964,2.5920538855850688,-0.9194557666778564,-0.35379114747047424,-0.17156024277210236,1.239801287651062,-1.7533979415893555,1.3068963289260864,-0.01007908582687378,0.06500330567359924,-0.13630110025405884 +32,-1.5093055718665125,0.20385313084881151,2.7006010724894263,-0.9774428606033325,-0.2024441659450531,-0.06017956882715225,0.6534878015518188,-0.10241703689098358,1.5268141031265259,-0.08836817741394043,-0.04517543315887451,-0.10369985550642014 +33,-1.5699759141342795,0.07152629930872148,2.8020525110872567,-0.9974427223205566,-0.07146532833576202,-0.0008183148456737399,0.8535570502281189,-0.2868923544883728,1.2021446228027344,-0.039315640926361084,-0.04195324331521988,-0.025625169277191162 +34,-1.5934584189461516,-0.01878840065743208,2.861899301549821,-0.9995668530464172,0.018787294626235962,0.02265615575015545,0.09009000658988953,0.3933470845222473,0.6821033954620361,0.017175495624542236,-0.04385748505592346,0.05995500087738037 +35,-1.5266433439437483,-0.10189304277791755,2.827869490160974,-0.9938437938690186,0.10171682387590408,-0.0439097061753273,-0.388282835483551,0.3658263087272644,0.8551716208457947,0.04021531343460083,-0.03407461941242218,0.03873700276017189 +36,-1.5298117069756596,-0.16044321740233836,2.8200599696395834,-0.9863277673721313,0.15975575149059296,-0.040446918457746506,-0.7633110284805298,0.4712875485420227,0.9048628211021423,0.1454157829284668,0.024204224348068237,-0.0308116115629673 +37,-1.5188934308252597,-0.28509502419387894,2.79961276736652,-0.9583426117897034,0.28124862909317017,-0.049785468727350235,-0.23353850841522217,-0.23305745422840118,1.4354219436645508,0.015700459480285645,0.12329235672950745,-0.03932582959532738 +38,-1.5310392712449656,-0.4147346013134121,2.8584434831180987,-0.9145001769065857,0.4029470384120941,-0.03637700527906418,-0.006777328439056873,0.06347262114286423,0.7936145663261414,-0.2525988817214966,0.002128094434738159,0.08406072854995728 +39,-1.5109401779009388,-0.51164362802101,2.8785914227113114,-0.8703793883323669,0.48961105942726135,-0.0521598644554615,0.04368261992931366,-0.06846774369478226,1.2325059175491333,-0.04127216339111328,0.04957348108291626,-0.013987001031637192 +40,-1.4903481959871632,-0.6408486210284633,2.947437124958158,-0.7989963293075562,0.5978758931159973,-0.0644167885184288,0.4102713465690613,0.22154933214187622,1.5110268592834473,-0.005202949047088623,0.05365920066833496,0.024621836841106415 +41,-1.3962288693043474,-0.7709768656140594,3.0896322580905196,-0.7063297033309937,0.6968362331390381,-0.12457013130187988,1.1581038236618042,0.21520693600177765,1.2106539011001587,-0.06219446659088135,0.021639108657836914,-0.029207944869995117 +42,-1.190285486359259,-0.84165510343848,-2.9833352572317318,-0.6185775399208069,0.7457467913627625,-0.24743421375751495,1.098852276802063,1.08963942527771,0.9566458463668823,-0.1531662940979004,-0.07347512245178223,0.07519298791885376 +43,-1.0252982527578205,-0.8587338709542319,-2.8168037801903365,-0.5585684776306152,0.7570158839225769,-0.3390108346939087,0.8625881671905518,0.1494605541229248,0.4969894587993622,-0.042231082916259766,-0.016796767711639404,0.011541962623596191 +44,-0.9146028013042233,-0.8504315506551895,-2.697338977964382,-0.5226612091064453,0.751565158367157,-0.402461439371109,0.5228912830352783,0.5807409882545471,0.10098738968372345,-0.011259138584136963,0.03942000865936279,0.010249555110931396 +45,-0.8480086117359356,-0.813836791417275,-2.6603385532603783,-0.5150116086006165,0.7269272804260254,-0.45424649119377136,0.18729758262634277,0.37610578536987305,-0.4203318953514099,-0.11911314725875854,-0.006224155426025391,0.054984986782073975 +46,-0.8539798215691302,-0.7692966831063698,-2.739685120842426,-0.541602611541748,0.6956301331520081,-0.4719802439212799,-0.39573079347610474,0.2602464258670807,-1.0158865451812744,-0.016640186309814453,-0.07113373279571533,-0.02270972728729248 +47,-1.0114628301327078,-0.6706277036591712,-2.882584157072614,-0.6640437245368958,0.6214779019355774,-0.4157055914402008,-0.3216596245765686,-1.372552514076233,-1.5487805604934692,0.009731650352478027,0.06077307462692261,-0.09616568684577942 +48,-1.1073206838048308,-0.6291551648580679,-2.9545311724697703,-0.7232288122177124,0.5884618759155273,-0.361458957195282,-0.10990729928016663,-0.18675382435321808,-0.599138617515564,0.0882343053817749,0.12870115041732788,-0.02455785870552063 +49,-1.1225658180478097,-0.5631474079100013,-2.9997109551106207,-0.7620488405227661,0.5338501930236816,-0.36644989252090454,-0.41068971157073975,0.991309642791748,-0.9823244214057922,-0.11041820049285889,0.02927541732788086,0.11310821771621704 +50,-1.0542939695532447,-0.37163707498595816,-3.1256240694186324,-0.8101910948753357,0.3631412386894226,-0.4601292610168457,-0.22091619670391083,1.7511658668518066,-2.876194715499878,-0.1648607850074768,-0.06118506193161011,-0.012237071990966797 +51,-0.8663922708691948,-0.2784942087423749,3.013809107892247,-0.7326381802558899,0.274908185005188,-0.6226288676261902,-0.770900309085846,1.5371098518371582,-1.4875236749649048,0.08098113536834717,-0.051809459924697876,0.14318251609802246 +52,-0.6487201921148346,-0.23161608409293333,2.855154075196299,-0.5880337953567505,0.22955074906349182,-0.7755789160728455,-0.8050534725189209,2.137622356414795,-1.2653703689575195,0.02965366840362549,-0.06852474808692932,0.24904388189315796 +53,-0.3852777890574275,-0.29645516436796027,2.6872332838550075,-0.3594227135181427,0.29213184118270874,-0.8862698674201965,-1.4982178211212158,3.219360589981079,-0.9054828882217407,0.1729908585548401,0.07308724522590637,0.06411105394363403 +54,-0.17023374944124933,-0.36890926078927655,2.588450951722905,-0.15801484882831573,0.36059829592704773,-0.9192389249801636,-0.3172127902507782,2.3107314109802246,-1.0032936334609985,-0.055623456835746765,-0.05409497022628784,-0.3177300691604614 +55,-0.027161333642229453,-0.37226113643286396,2.557039273373554,-0.025297870859503746,0.36372262239456177,-0.9311637282371521,-0.19192247092723846,0.6719028353691101,-0.21891258656978607,0.242842435836792,0.08128470182418823,0.1804923415184021 +56,0.07609742878402531,-0.42333434627599886,2.667451461904668,0.0693129301071167,0.4108027219772339,-0.9090856909751892,-1.2247320413589478,0.48666220903396606,1.1272377967834473,-0.1606520414352417,-0.047628313302993774,0.2885717749595642 +57,0.09131433076805126,-0.4982567485777209,2.7565778074081493,0.0801006332039833,0.47789496183395386,-0.8747572302818298,0.40170982480049133,-0.08154179155826569,0.018403179943561554,-0.1441112458705902,0.07851678133010864,-0.1546769142150879 +58,0.06499042619387267,-0.4785828974480162,2.7172582941697345,0.05764804780483246,0.46052175760269165,-0.8857744932174683,0.20459337532520294,0.4707655608654022,-0.7583723664283752,-0.03956638276576996,0.06351083517074585,0.09387385845184326 +59,0.08982587687114457,-0.47248866491681557,2.6498282198764107,0.07987689226865768,0.45510369539260864,-0.886848509311676,-0.15436920523643494,0.4715428054332733,-0.5497066378593445,0.09324932843446732,-0.06418877840042114,0.016929686069488525 +60,0.11889334682443187,-0.5128442218557989,2.609548828350271,0.10335411876440048,0.4906575381755829,-0.8652011752128601,-0.3940085470676422,-0.6537246108055115,-0.2065528929233551,0.17075477540493011,-0.027965307235717773,-0.026522397994995117 +61,0.22526226598024035,-0.4879543018838673,2.6275054780437173,0.19729427993297577,0.46881991624832153,-0.860977828502655,-0.05921511352062225,0.7462108135223389,-0.3193590044975281,0.08011050522327423,-0.08553439378738403,0.1061255931854248 +62,0.19293932668426625,-0.5230239116949139,2.6110480041973845,0.16611069440841675,0.4995020627975464,-0.8502381443977356,-0.2356376051902771,0.45886552333831787,-0.39913299679756165,0.03181105852127075,-0.06068980693817139,0.0832398533821106 +63,0.11773966786593983,-0.6446097999232743,2.4613586485889267,0.0938960611820221,0.6008865833282471,-0.7938002347946167,-1.5287926197052002,-0.9371927380561829,-2.2854223251342773,-0.15874594449996948,-0.36078959703445435,-0.010276854038238525 +64,0.0004918672828997165,-0.7722957431078142,2.340918103172441,0.00035232974914833903,0.6977815628051758,-0.7163105607032776,0.17799891531467438,1.1253995895385742,1.091641902923584,0.050734102725982666,0.18228435516357422,-0.05070292949676514 +65,0.07162024149425762,-0.80767401629846,2.482290028656122,0.049460262060165405,0.72268146276474,-0.6894093751907349,-1.0299382209777832,-1.8339780569076538,0.039055757224559784,-0.03897745907306671,-0.12105792760848999,0.05696308612823486 +66,0.03464599147591461,-0.9392291161225064,2.545946708330323,0.020451262593269348,0.8071032166481018,-0.5900561213493347,-1.3129749298095703,-0.18205071985721588,0.4145888388156891,0.08610087633132935,0.1541852355003357,-0.34071481227874756 +67,0.00534860952775689,-1.0520415122581566,2.556337752878673,0.0026518243830651045,0.8684372305870056,-0.4957922399044037,-1.4062930345535278,-0.7090176343917847,0.1812363713979721,-0.07215560972690582,-0.19578397274017334,0.08447635173797607 +68,-0.0632475017998589,-1.1524290943772535,2.4988572757591485,-0.02567838691174984,0.9137535095214844,-0.40545693039894104,-0.3004457950592041,0.15789340436458588,-0.5603839159011841,-0.0173361636698246,-0.18761813640594482,-0.08276331424713135 +69,-0.30075835971830606,-1.313519636814479,2.2982255074857623,-0.07537885755300522,0.9670864939689636,-0.24302639067173004,-2.6682934761047363,-1.150207757949829,-0.2280971258878708,-0.14659073948860168,0.19355803728103638,0.08381617069244385 +70,-1.9570217980588285,-1.4681858610021807,0.8864904688889287,-0.09488444030284882,0.9947401881217957,0.03858470171689987,-1.7948607206344604,-0.6807292699813843,-0.13839100301265717,-0.006815381348133087,0.17380833625793457,0.14342212677001953 +71,-2.296015505793786,-1.413388771205283,0.5517107311401495,-0.11731065064668655,0.9876369833946228,0.10397765040397644,-0.12577040493488312,0.7186992168426514,-0.26181361079216003,0.060517437756061554,0.10730314254760742,-0.0012859180569648743 +72,-2.2168459147252735,-1.4189178086641345,0.4873776155553138,-0.12080425024032593,0.9884886145591736,0.09108515083789825,-0.17816226184368134,1.425196886062622,0.5616248846054077,-0.022323183715343475,0.06719064712524414,-0.06915820389986038 +73,-2.226994352649179,-1.4119723890038756,0.2864328311414661,-0.12531058490276337,0.9874139428138733,0.09649300575256348,0.19373559951782227,1.344089150428772,0.20283107459545135,0.10567252337932587,-0.07354986667633057,0.044650785624980927 +74,-2.148007956204134,-1.4261391363856917,0.31871477231085954,-0.12079930305480957,0.9895553588867188,0.07866334915161133,-0.13186725974082947,-0.023852989077568054,-0.5521584153175354,0.048732027411460876,0.0186539888381958,0.03412962704896927 +75,-2.12096182184526,-1.376852002760487,0.42542048903153934,-0.164291113615036,0.9812516570091248,0.10076514631509781,-0.28696173429489136,-0.779094934463501,-0.3458822965621948,0.13847322762012482,0.09960466623306274,-0.039943695068359375 +76,-2.0938199335091143,-1.3554679500913052,0.473561342298122,-0.18510311841964722,0.9769062995910645,0.10672742873430252,0.2709052264690399,0.23641739785671234,-0.30182820558547974,-0.0795605480670929,-0.014107346534729004,-0.05669393390417099 +77,-2.115261712541453,-1.3114684534977552,0.5546715327239053,-0.21935191750526428,0.9665625691413879,0.13282105326652527,-0.6489277482032776,-2.851565361022949,-1.134190559387207,-0.12448963522911072,-0.12391126155853271,-0.05240727961063385 +78,-2.2136479779204157,-1.2474586801913943,0.6151793577523132,-0.25431036949157715,0.9481801986694336,0.19047482311725616,-0.6029456257820129,0.03542754799127579,0.23768621683120728,-0.04482293128967285,0.041855812072753906,-0.16888368129730225 +79,-2.141776586343199,-1.2598428797889094,0.6129002986909744,-0.25743189454078674,0.952042281627655,0.16536200046539307,0.11490138620138168,0.050269704312086105,-0.03430963307619095,-0.021712422370910645,0.0074152350425720215,0.06052912771701813 +80,-2.168712045310014,-1.2767419090042964,0.5354443733404826,-0.23955203592777252,0.9570766091346741,0.16315442323684692,0.016095807775855064,0.4761793315410614,0.28478753566741943,-0.08178281784057617,0.006500720977783203,-0.08472417294979095 +81,-2.208666010779823,-1.2881102392092636,0.47089708148539394,-0.22408750653266907,0.9603096842765808,0.16610212624073029,-0.10830441862344742,-0.02867031842470169,0.04190078377723694,-0.10901184380054474,-0.04279881715774536,0.00699363648891449 +82,-2.2656936737657865,-1.2806020120706516,0.40187480594783515,-0.21978822350502014,0.9581882953643799,0.18321609497070312,-0.18101897835731506,0.1437091827392578,0.21185731887817383,-0.05094844102859497,0.045443177223205566,-0.06143571436405182 +83,-2.304336925917219,-1.287353415036068,0.334920648913723,-0.20773620903491974,0.9600982666015625,0.18723554909229279,-0.10836534202098846,0.3564640283584595,0.28621143102645874,0.03233642876148224,0.0156707763671875,-0.021875977516174316 +84,-2.4006665240624874,-1.302363055677597,0.20267240058030694,-0.17901642620563507,0.9641876220703125,0.19569143652915955,-0.1850423961877823,0.18816985189914703,0.36764055490493774,0.009445518255233765,-0.02827465534210205,-0.0015844404697418213 +85,-2.4936577094804417,-1.30253226968271,0.10149988848316462,-0.15997347235679626,0.9642324447631836,0.21133926510810852,-0.117471843957901,-0.12179061025381088,0.057047039270401,-0.015304222702980042,0.01503080129623413,-0.008778825402259827 +86,-2.5205399337129313,-1.297586761113298,0.0865038150798621,-0.15700805187225342,0.9629098176956177,0.21943838894367218,-0.10934528708457947,0.11788517236709595,-0.001764282351359725,-0.001698613166809082,0.025035738945007324,-0.006898760795593262 +87,-2.517881984053838,-1.2955741633748625,0.06582752108359773,-0.15872250497341156,0.9623648524284363,0.22059321403503418,-0.027239300310611725,0.3297622799873352,0.12822860479354858,0.06565915048122406,0.02580970525741577,-0.010205000638961792 +88,-2.546606561900784,-1.304090648162838,0.006401770442235958,-0.14772199094295502,0.9646443724632263,0.21826493740081787,-0.03678418695926666,0.1475076973438263,0.1049535796046257,0.023118704557418823,0.018097996711730957,-0.007174849510192871 +89,-2.5453818051518273,-1.309237870614378,0.00813724809252238,-0.14519907534122467,0.9659881591796875,0.21397219598293304,0.01752721145749092,-0.0704292505979538,-0.10087491571903229,-0.03445792198181152,-0.0170135498046875,0.04762446880340576 +90,-2.5175358740931673,-1.3046250067106364,0.04245779676202641,-0.15370269119739532,0.9647850394248962,0.213460773229599,0.13621726632118225,-0.11717693507671356,-0.15887434780597687,-0.003645956516265869,0.03054589033126831,-0.012639850378036499 +91,-2.502829901423085,-1.2935533395836833,0.06972933366753792,-0.16318389773368835,0.9618136882781982,0.21974004805088043,-0.24108871817588806,0.2007666528224945,-0.026386508718132973,0.10437652468681335,0.007302582263946533,-0.04699525237083435 +92,-2.5397206588409422,-1.2739254624769778,0.020675255863761583,-0.16562654078006744,0.9562565088272095,0.24112580716609955,-0.1684604287147522,-0.040674250572919846,-0.0017492265906184912,0.15299224853515625,0.06303071975708008,-0.09691497683525085 +93,-2.5731378113889614,-1.2676938587028186,0.017799613149534807,-0.16068212687969208,0.9544150233268738,0.2515411078929901,0.06594838947057724,-0.5464332103729248,-0.10194536298513412,0.07298988103866577,0.04390639066696167,-0.08160403370857239 +94,-2.5149309074965203,-1.293674748448139,0.21880508558280223,-0.16044461727142334,0.9618469476699829,0.22160422801971436,0.7779010534286499,-1.8494749069213867,-0.47099748253822327,0.045759543776512146,0.036306917667388916,0.007887989282608032 +95,-2.345559219346388,-1.3301805387789587,0.6155016336969765,-0.17028692364692688,0.97119140625,0.16670280694961548,0.3978537321090698,-1.6046335697174072,-0.47412362694740295,0.015822187066078186,0.0024873018264770508,0.08171023428440094 +96,-2.3564559307927246,-1.3159871606899542,0.6921659024072842,-0.17818742990493774,0.9677113890647888,0.17828062176704407,0.0689123272895813,-0.6984496116638184,-0.12756243348121643,0.04430679976940155,-0.011412620544433594,-0.07404780387878418 +97,-2.4310901301815497,-1.291356356851749,0.6810630413166853,-0.1798919439315796,0.9612100720405579,0.20907874405384064,-0.49199938774108887,-0.3691827952861786,-0.12335559725761414,0.09085692465305328,0.06460767984390259,-0.057696372270584106 +98,-2.4967209097924035,-1.2707616189829778,0.6699329537232043,-0.17765618860721588,0.9553262591362,0.236199751496315,0.1596926599740982,-0.8716886043548584,-0.1253564953804016,0.08749198913574219,0.0181846022605896,-0.05011877417564392 +99,-2.5376165405872957,-1.2731923181847087,0.7010404742426792,-0.166531503200531,0.9560418128967285,0.24135355651378632,0.04014327749609947,-0.46739616990089417,-0.02979421429336071,0.05883495509624481,0.003003716468811035,-0.011205166578292847 +100,-2.550777721029548,-1.2822660807581412,0.7514195759595785,-0.15850107371807098,0.9586631059646606,0.2363089770078659,0.19192224740982056,-0.7880376577377319,-0.06177884340286255,0.046944111585617065,0.041107773780822754,0.03805917501449585 +101,-2.5781982698272325,-1.2939019444872015,0.8118160587761114,-0.14599572122097015,0.9619090557098389,0.23111988604068756,0.17314650118350983,-0.8762314319610596,-0.10038073360919952,-0.008591070771217346,-0.014475584030151367,0.05832409858703613 +102,-2.602647319113799,-1.2973864522751823,0.8681267255087511,-0.13858048617839813,0.9628557562828064,0.23174114525318146,0.018023211508989334,-0.8329582214355469,-0.22874893248081207,-0.08891277015209198,-0.024928689002990723,0.05018015205860138 +103,-2.586284222528726,-1.2825991344897252,0.9571269073426912,-0.14984449744224548,0.9587578177452087,0.24151599407196045,0.06494032591581345,-0.7588017582893372,-0.3148784935474396,0.057284653186798096,0.026288509368896484,-0.01516711711883545 +104,-2.5871196300510357,-1.2727431252271648,1.0432954578232294,-0.15461069345474243,0.9559099674224854,0.24966339766979218,0.09887228906154633,-1.0634403228759766,-0.3187093138694763,0.060463979840278625,0.03633856773376465,-0.058379173278808594 +105,-2.5786440178733683,-1.268508617576909,1.1497055283700557,-0.15887987613677979,0.9546579122543335,0.25176477432250977,0.16972984373569489,-0.9038071036338806,-0.29229283332824707,0.01718677580356598,0.002113938331604004,-0.020395755767822266 +106,-2.55429049713782,-1.2709288230929858,1.254475248647339,-0.16368277370929718,0.955375611782074,0.24589717388153076,0.17941658198833466,-0.8035053610801697,-0.2583058178424835,-0.008665263652801514,0.0017929673194885254,0.01821720600128174 +107,-2.4908468369068393,-1.2745067358916038,1.385792371447056,-0.17687144875526428,0.9564263820648193,0.232303187251091,0.4129977524280548,-0.6114175915718079,-0.39768657088279724,-0.055672481656074524,0.06339460611343384,-0.05604901909828186 +108,-2.40675367021873,-1.279418304560909,1.5190378020350093,-0.19260704517364502,0.9578489065170288,0.21313871443271637,0.24054858088493347,-0.6469565629959106,-0.19153441488742828,0.04342187941074371,0.02997457981109619,0.040767550468444824 +109,-2.408487439068221,-1.2863778282992073,1.5929466373057402,-0.18777169287204742,0.9598249793052673,0.2085135281085968,0.17238816618919373,-0.7642620801925659,-0.07785125076770782,0.03486335277557373,-0.019120633602142334,0.019269704818725586 +110,-2.4229628861714123,-1.2903239749535134,1.6502887879576071,-0.18223845958709717,0.9609248042106628,0.20835669338703156,0.2241639345884323,-0.828978955745697,-0.11796995252370834,0.031069651246070862,0.014172792434692383,-0.003934755921363831 +111,-2.4275726100882986,-1.3094524255719326,1.703508351317874,-0.1692063957452774,0.9660435914993286,0.1952660232782364,0.2818772494792938,-0.5505928993225098,0.07460785657167435,-0.008711084723472595,0.007360219955444336,0.023758620023727417 +112,-2.4565898884740327,-1.330897977884238,1.7144783464591722,-0.15032590925693512,0.9713621139526367,0.18400436639785767,0.13800440728664398,-0.5782029032707214,0.0010623341659083962,-0.05534727871417999,-0.01394951343536377,0.035508617758750916 +113,-2.4438441074698867,-1.3287188507028163,1.790010252588577,-0.15401874482631683,0.9708420634269714,0.18369528651237488,0.08486293256282806,-0.7267715334892273,-0.29269054532051086,-0.011127099394798279,0.0059798359870910645,0.03809116780757904 +114,-2.3297574889778416,-1.3068151065660043,1.9931198695513828,-0.1893155723810196,0.9653588533401489,0.1795613020658493,0.2377287894487381,-1.113012671470642,-0.7332701086997986,0.01008579134941101,0.030048370361328125,0.07321573793888092 +115,-2.2031495883122107,-1.2717213965206489,2.193453948073367,-0.2376648485660553,0.9556094408035278,0.17414303123950958,-0.06860645115375519,-0.24278651177883148,-0.9970007538795471,-0.0057585835456848145,0.04172015190124512,0.06462644040584564 +116,-2.0355348084324594,-1.1664761882766508,2.379659382531313,-0.35166993737220764,0.9193700551986694,0.17631475627422333,0.39091554284095764,-0.7457418441772461,-0.6697321534156799,-0.05076536536216736,-0.05619567632675171,0.07159470021724701 +117,-2.0672595281806796,-1.1673866357428864,2.362951768312195,-0.3451642692089081,0.9197278618812561,0.18698205053806305,-0.5681143999099731,-0.057435862720012665,0.3146991729736328,-0.05696582794189453,-0.049412310123443604,0.12350378930568695 +118,-2.1351328001224865,-1.1529314723430757,2.290900376857518,-0.34288644790649414,0.9139574766159058,0.21704953908920288,-0.14596104621887207,-0.5101683139801025,-0.1889292150735855,0.03859570622444153,-0.07660096883773804,0.04476068913936615 +119,-2.1847295799508197,-1.1336194511057647,2.2546130067222725,-0.34606924653053284,0.9059505462646484,0.24390602111816406,-0.1792909801006317,0.006742031313478947,0.07642350345849991,0.058685123920440674,0.10224366188049316,-0.05484956502914429 +120,-2.2077021665691725,-1.1433502158044366,2.2050747890877784,-0.33327150344848633,0.9100274443626404,0.24653609097003937,0.05522631108760834,0.05703069642186165,0.21299228072166443,0.043842852115631104,0.025382041931152344,-0.044189244508743286 +121,-2.2207576549788577,-1.158304539216432,2.1565001415274456,-0.31915372610092163,0.916124701499939,0.24260260164737701,-0.15505504608154297,0.5349670648574829,0.2240338921546936,0.027588874101638794,-0.02069336175918579,0.003720000386238098 +122,-2.228255355889552,-1.1675014958197385,2.121853029463845,-0.31064364314079285,0.9197729229927063,0.23982976377010345,-0.09732181578874588,-0.026568308472633362,0.11537934839725494,0.024953335523605347,0.0659601092338562,0.03458428382873535 +123,-2.2720638136771902,-1.1717967275565901,2.062482056894085,-0.29682132601737976,0.9214500784873962,0.2506529688835144,-0.18004387617111206,0.049162495881319046,0.16606754064559937,-9.950995445251465e-05,0.050656914710998535,-0.016979902982711792 +124,-2.3000122484638057,-1.1672044425372268,2.016068361360649,-0.2928531765937805,0.9196563363075256,0.2616662085056305,-0.22690002620220184,0.24309687316417694,0.0031312317587435246,-0.019768863916397095,-0.010201990604400635,-0.024712592363357544 +125,-2.316581288713165,-1.14735687006687,1.9605964146881687,-0.301827609539032,0.911681056022644,0.2788144648075104,-0.2118200808763504,0.21644505858421326,-0.04937158152461052,0.0014278590679168701,0.037049293518066406,-0.10031726956367493 +126,-2.310885715244874,-1.1319739003717597,1.9453753785481058,-0.31373053789138794,0.9052526354789734,0.2865155041217804,-0.10187990963459015,0.1320571005344391,-0.10443924367427826,0.022836923599243164,0.030279099941253662,-0.04831048846244812 +127,-2.3010138243131486,-1.1280755128686388,1.9468272188969697,-0.3191703259944916,0.9035894274711609,0.2857561707496643,0.00044137705117464066,0.07453640550374985,-0.03295506536960602,0.009386420249938965,0.013051807880401611,-0.06393909454345703 +128,-2.271714357218609,-1.1373207024629952,1.9681355209287572,-0.3210065960884094,0.9075113534927368,0.27088427543640137,0.14729996025562286,0.05953410267829895,-0.019917232915759087,-0.06551381945610046,0.030782222747802734,-0.02567550539970398 +129,-2.2326251395531487,-1.1422132898928434,2.0087153901276658,-0.32784050703048706,0.9095555543899536,0.255400687456131,0.15089648962020874,-0.0984213650226593,-0.11975482106208801,-0.06684339046478271,-0.028909683227539062,0.058228522539138794 +130,-2.1938254334468565,-1.130190543717867,2.05141921866836,-0.34635698795318604,0.9044934511184692,0.24885468184947968,0.09795406460762024,0.10057444870471954,-0.13958707451820374,0.0020729005336761475,-0.021314620971679688,0.035386115312576294 +131,-2.1599404924516454,-1.1209286783842072,2.0675458778356695,-0.36153843998908997,0.9005046486854553,0.24162223935127258,0.05243219435214996,0.24148838222026825,-0.15786238014698029,0.052090227603912354,0.026924490928649902,0.0674903392791748 +132,-2.0876857264705775,-1.1053932276590377,2.1648417665997615,-0.3901546001434326,0.8936407566070557,0.2217790186405182,0.24289311468601227,-0.6137965321540833,-0.4241555631160736,-0.07331591844558716,-0.04676258563995361,-0.07242593169212341 +133,-2.129485092854986,-1.1050343437438805,2.162791108309908,-0.3808181583881378,0.8934796452522278,0.23805871605873108,-0.38762736320495605,0.4500342011451721,0.33830350637435913,-0.045375168323516846,-0.16436874866485596,0.20139434933662415 +134,-2.138344440159466,-1.0908504926193994,2.0630073101542656,-0.38934171199798584,0.88701993227005,0.2482110857963562,-0.4490073025226593,0.8664529323577881,0.0177288930863142,-0.09225621819496155,-0.04899191856384277,0.1921117603778839 +135,-2.112472816007121,-1.0696417567119076,1.944162205986444,-0.41166144609451294,0.8770284652709961,0.24770113825798035,-0.48097631335258484,1.45416259765625,0.1703149974346161,-0.02129143476486206,0.02102750539779663,0.06560753285884857 +136,-2.0767426091348264,-1.0571547240074917,1.8395755396898927,-0.42979374527931213,0.8709609508514404,0.23812665045261383,-0.5193877220153809,1.1467753648757935,0.10642271488904953,0.08215278387069702,0.022135913372039795,0.004060849547386169 +137,-2.065493722625209,-1.0449742077970188,1.7467002496146566,-0.44174978137016296,0.8649116158485413,0.238296240568161,-0.4139142632484436,1.1780954599380493,0.1495041400194168,-0.02251410484313965,0.01254504919052124,-0.0515592098236084 +138,-2.0443592655555234,-1.043276034738388,1.6472120217971187,-0.4479932487010956,0.8640580177307129,0.229576975107193,-0.4134714603424072,0.8240479230880737,0.17662912607192993,0.015437185764312744,0.005753874778747559,-0.04686824977397919 +139,-2.036932461585966,-1.0416056767736162,1.5803293941278858,-0.4509749412536621,0.8632159233093262,0.22689205408096313,-0.3106750547885895,0.6730682849884033,0.22956983745098114,0.04747152328491211,-0.008174479007720947,-0.005670070648193359 +140,-2.0360430108602174,-1.0561535409006397,1.5099599882195707,-0.43990615010261536,0.8704686164855957,0.22083307802677155,-0.2557081878185272,0.7597967982292175,0.38373205065727234,-0.02919483184814453,0.04518085718154907,-0.07955193519592285 +141,-2.034596474043075,-1.0752901024885253,1.4535696734016048,-0.42524704337120056,0.8797281384468079,0.2127046138048172,-0.11616108566522598,0.7354640364646912,0.28799232840538025,-0.04150399565696716,-0.010511279106140137,-0.053585901856422424 +142,-2.02815261792493,-1.091188341126384,1.4076243119045904,-0.4140072762966156,0.8871758580207825,0.20375798642635345,-0.1584974229335785,0.4445176422595978,0.1567111760377884,-0.018732070922851562,-0.040297627449035645,0.013176247477531433 +143,-2.0356623030486705,-1.0977928609741348,1.355862521543318,-0.4072187840938568,0.8902040123939514,0.2042299509048462,-0.21489214897155762,0.5230696201324463,0.23260775208473206,0.022025853395462036,0.035470545291900635,-0.031378358602523804 +144,-2.055779405503721,-1.113588740094523,1.294150549202644,-0.39053839445114136,0.8972886800765991,0.20579852163791656,-0.2390773743391037,0.47196581959724426,0.32392409443855286,0.030278325080871582,0.0016372203826904297,0.017574936151504517 +145,-2.097656123064638,-1.1280683252195969,1.216527483371993,-0.3703097999095917,0.9035863280296326,0.21541161835193634,-0.2536173164844513,0.26557329297065735,0.27930665016174316,-0.0015010833740234375,0.01482480764389038,-0.05008271336555481 +146,-2.147458916615064,-1.1340808586929403,1.1352330514074938,-0.35456639528274536,0.9061458110809326,0.2306131273508072,-0.3931974470615387,0.32455918192863464,0.24916382133960724,-0.009157359600067139,0.010312318801879883,-0.015174269676208496 +147,-2.190970599211576,-1.1332607375058437,1.0345994685928508,-0.3448042571544647,0.905798614025116,0.24624960124492645,-0.3916051983833313,0.7594416737556458,0.2821078300476074,0.03180074691772461,0.025521516799926758,0.003765687346458435 +148,-2.2145948675110017,-1.132315370741412,0.9305738809432987,-0.3395760655403137,0.9053976535797119,0.2548398971557617,-0.2843588888645172,0.612120509147644,0.2118123322725296,0.024512559175491333,0.025236010551452637,-0.06325051188468933 +149,-2.2131315879063997,-1.1398110905155134,0.8799747403597906,-0.3345049023628235,0.9085546135902405,0.2502698600292206,-0.13116894662380219,0.4176490306854248,0.23940719664096832,0.036561787128448486,0.03071540594100952,-0.009501457214355469 +150,-2.2345157476991226,-1.1543363654796446,0.8303366310093362,-0.31864723563194275,0.9145267009735107,0.2492082715034485,-0.1406010538339615,0.5162725448608398,0.27037638425827026,-0.021989941596984863,0.0017940998077392578,0.06068241596221924 +151,-2.212390939574475,-1.1555014314714598,0.795888069322301,-0.32322853803634644,0.914997398853302,0.2414599061012268,-0.06580979377031326,0.637940526008606,0.03950425982475281,0.08888408541679382,0.006160318851470947,-0.05125907063484192 +152,-2.1948877200059953,-1.1567413874032988,0.7649356672253025,-0.3264847695827484,0.9154969453811646,0.23510292172431946,-0.3227030336856842,0.516666829586029,0.18857894837856293,0.10977941751480103,0.0529937744140625,-0.020854204893112183 +153,-2.2320149268097924,-1.1609145062584472,0.6974900087032818,-0.31451499462127686,0.9171679019927979,0.24471133947372437,-0.23845337331295013,0.27101966738700867,0.1969340443611145,0.015900403261184692,0.039894044399261475,-0.016714513301849365 +154,-2.2196350202319937,-1.1576400543330858,0.6819809241911312,-0.31991124153137207,0.9158581495285034,0.24261224269866943,0.05565501004457474,0.2815578281879425,-0.040384691208601,0.04276585578918457,0.023930668830871582,-0.032681822776794434 +155,-2.204988971349233,-1.1550291422402947,0.6639208663087398,-0.3253553807735443,0.9148067235946655,0.23931708931922913,-0.17777705192565918,0.4237988591194153,0.10988426208496094,0.01612076163291931,0.0008426904678344727,-0.03326249122619629 +156,-2.1772725241202684,-1.144931503859193,0.6453152577714695,-0.3394354283809662,0.9106817841529846,0.23546180129051208,0.011102204211056232,0.5244353413581848,-0.20303082466125488,0.06837832927703857,0.0628899335861206,0.006679996848106384 +157,-2.1364301573619646,-1.1448956638302983,0.6422361660543987,-0.34879404306411743,0.9106670022010803,0.2214234322309494,-0.2305581122636795,0.6252647638320923,0.12597410380840302,-0.04756826162338257,-0.06952625513076782,0.03651106357574463 +158,-2.1247885850098647,-1.134309208611594,0.5946239380707665,-0.3595269024372101,0.9062423706054688,0.2224075347185135,-0.2452656328678131,0.683395504951477,0.04987064003944397,-0.02920597791671753,0.027381837368011475,-0.028346315026283264 +159,-2.0949152491067027,-1.1273729356675177,0.561733215259663,-0.3714427053928375,0.9032881855964661,0.21471022069454193,-0.15222644805908203,0.6251357793807983,-0.015864722430706024,0.0114116370677948,-0.01403665542602539,0.0050773173570632935 +160,-2.054437725903658,-1.1188421654647587,0.5213131424572068,-0.3866351544857025,0.8995953798294067,0.20307934284210205,-0.20379677414894104,0.9945175647735596,0.01619686372578144,0.00811043381690979,-0.0022565722465515137,0.029067859053611755 +161,-1.9717827034834225,-1.1136449321186535,0.48094315649194486,-0.40638110041618347,0.8973134756088257,0.17228788137435913,-0.20252791047096252,1.5880104303359985,0.03467433899641037,0.009118497371673584,0.012812376022338867,0.04070951044559479 +162,-1.8626507051983896,-1.1106048470131467,0.4323055731023266,-0.42533907294273376,0.8959674835205078,0.1277860701084137,-0.22491790354251862,1.6073122024536133,0.06928957253694534,0.0068514347076416016,0.03307926654815674,-0.0034726709127426147 +163,-1.7353472232107379,-1.1108655150114861,0.3760077149427171,-0.43789005279541016,0.8960832357406616,0.07271266728639603,-0.2600713074207306,1.7346006631851196,-0.01828918047249317,-0.045355767011642456,-0.0023302435874938965,-0.04515529423952103 +164,-1.627735108131653,-1.0923512497586434,0.31347233665670876,-0.4596531391143799,0.8877118825912476,0.02620040997862816,-0.39033907651901245,1.307778000831604,-0.19115522503852844,0.05074813961982727,0.024641573429107666,-0.03164780139923096 +165,-1.6279139099219142,-1.0715642187174297,0.23451070306495844,-0.47797054052352905,0.8779504299163818,0.027330249547958374,-0.3011774718761444,0.34973812103271484,-0.2829567492008209,0.05621767044067383,-0.006368517875671387,0.01844608411192894 +166,-1.6620538518369112,-1.039629942274528,0.16804513566750462,-0.5044318437576294,0.8622168302536011,0.04616141691803932,-0.34244853258132935,0.09331291913986206,-0.2542204260826111,0.01563173532485962,0.03155159950256348,-0.011996980756521225 +167,-1.687167861240907,-1.0140044903096488,0.11440455137338178,-0.524891197681427,0.8489548563957214,0.061359625309705734,-0.3705446124076843,0.14426475763320923,-0.18707536160945892,0.025089502334594727,0.013014078140258789,-0.06799721717834473 +168,-1.7162814969588276,-0.995730268445399,0.06930313607073146,-0.538144588470459,0.8391563892364502,0.07884915173053741,-0.169631227850914,0.05895175039768219,-0.09728806465864182,0.04908508062362671,0.023926615715026855,-0.007056586444377899 +169,-1.7515511670669266,-0.9903138020947138,0.020011586009512708,-0.5394929051399231,0.836198091506958,0.09859204292297363,-0.323944628238678,0.057305432856082916,0.09180925041437149,0.021228015422821045,0.026091456413269043,-0.02852366864681244 +170,-1.8006533669614966,-1.0011036455956002,-0.04905742506535365,-0.5251868963241577,0.842066764831543,0.12288983911275864,-0.3580971360206604,0.08919385075569153,0.2356642335653305,0.019434452056884766,0.023655712604522705,-0.024409674108028412 +171,-1.839624086003215,-1.0149808554407553,-0.11586186825483362,-0.5086850523948669,0.8494704365730286,0.14014095067977905,-0.27541887760162354,0.17775209248065948,0.20513008534908295,0.006716668605804443,0.00836336612701416,-0.015446200966835022 +172,-1.8633425980867955,-1.0323861146791886,-0.18468857450010667,-0.4909856915473938,0.8585249781608582,0.147878959774971,-0.2947472929954529,0.3778495192527771,0.29051873087882996,0.010364294052124023,0.011180341243743896,-0.015188559889793396 +173,-1.8789725963508497,-1.0513234414527244,-0.2623942450259907,-0.4730357527732849,0.8680809736251831,0.15057571232318878,-0.35334786772727966,0.49143561720848083,0.2708592414855957,-0.0017111003398895264,-0.02434605360031128,0.043470412492752075 +174,-1.9101242045660118,-1.0599450788445952,-0.35155503983748027,-0.4610409140586853,0.8723286390304565,0.1627386063337326,-0.36118727922439575,0.5772294402122498,0.23063142597675323,0.005871325731277466,0.012253761291503906,-0.028522267937660217 +175,-1.9378798983609091,-1.0687951123834036,-0.4482491305465938,-0.4491237998008728,0.8766213655471802,0.1726933866739273,-0.36059775948524475,0.4157803952693939,0.22568948566913605,0.012905478477478027,0.028972625732421875,-0.03541003167629242 +176,-1.9582784103533246,-1.0744771431469988,-0.5296022043409963,-0.4408886134624481,0.8793413043022156,0.1799330711364746,-0.32918497920036316,0.5434820652008057,0.13280253112316132,0.028947114944458008,-0.010429680347442627,0.015837177634239197 +177,-1.960151697995062,-1.0698570815797195,-0.6039168784253486,-0.44430506229400635,0.8771318793296814,0.18229906260967255,-0.40298405289649963,0.5956270694732666,0.11602939665317535,0.06535300612449646,0.02418959140777588,0.060056328773498535 +178,-1.9856436991811275,-1.0661683412050977,-0.6937333767087819,-0.44247207045555115,0.8753544092178345,0.1948675662279129,-0.4455396831035614,0.5402116775512695,0.14624422788619995,0.055753231048583984,0.03773164749145508,0.016314059495925903 +179,-2.0157118551969813,-1.0605749723324254,-0.7856749405778446,-0.4408259987831116,0.8726364374160767,0.21018560230731964,-0.3534180223941803,0.4471745193004608,0.09161138534545898,0.03666651248931885,0.02915787696838379,-0.01099732518196106 +180,-2.0271880082735065,-1.0520017091399696,-0.8563984582522447,-0.44508448243141174,0.868417501449585,0.2185198962688446,-0.297362744808197,0.47635194659233093,0.05820441618561745,0.05729764699935913,0.06186509132385254,-0.03301882743835449 +181,-2.0319346359342645,-1.044983785820874,-0.8996777350168003,-0.44948911666870117,0.8649163842201233,0.22333644330501556,-0.11508039385080338,0.1166340634226799,-0.002453021239489317,0.08948853611946106,0.06467956304550171,-0.06075406074523926 +182,-2.032153143231065,-1.0502937123273228,-0.9085693562394768,-0.44532114267349243,0.8675693273544312,0.2213868498802185,0.0586361438035965,-0.09646596759557724,0.029008151963353157,0.060326725244522095,0.04023689031600952,-0.04102806746959686 +183,-2.041149196475319,-1.0630246243297652,-0.8911343209631867,-0.4334307312965393,0.8738301396369934,0.22036047279834747,0.1302144080400467,-0.319278359413147,-0.03216569498181343,0.03246027231216431,0.023554444313049316,-0.010979413986206055 +184,-2.049973473858625,-1.0682991148609782,-0.8676149804453548,-0.4273734986782074,0.87638258934021,0.22204849123954773,0.10513302683830261,-0.3106028437614441,-0.022220386192202568,-0.00544208288192749,0.003927469253540039,0.0014317035675048828 +185,-2.0570732190367926,-1.069704903846587,-0.8443874563295994,-0.4246964752674103,0.8770588040351868,0.22450104355812073,0.12852786481380463,-0.26813971996307373,-0.06727562099695206,-0.0020918548107147217,0.025498569011688232,-0.05145108699798584 +186,-2.0472928294923496,-1.0749003527600218,-0.8048778010468443,-0.42281702160835266,0.8795427680015564,0.21824370324611664,0.21423430740833282,-0.23098960518836975,-0.023922203108668327,0.017223209142684937,0.019077837467193604,-0.035336628556251526 +187,-2.0262317065746296,-1.0824664110893807,-0.7491530672392901,-0.42133086919784546,0.8831176161766052,0.206357941031456,0.27286142110824585,-0.3467961549758911,-0.07005320489406586,0.01689666509628296,0.0055084228515625,0.015199661254882812 +188,-2.012763264874282,-1.0874902328125715,-0.6851538643052467,-0.42005598545074463,0.8854634165763855,0.19876445829868317,0.33195462822914124,-0.4835856556892395,-0.0956917405128479,0.025631606578826904,0.02981966733932495,-0.008411198854446411 +189,-1.9926073131848527,-1.0922611724114604,-0.6103009019898211,-0.4201180934906006,0.8876703977584839,0.18852651119232178,0.32026970386505127,-0.3630380928516388,-0.10796653479337692,0.02165001630783081,0.018778085708618164,0.02418103814125061 +190,-1.9733502815915187,-1.0946321360101687,-0.5380788319819098,-0.4217326045036316,0.8887596726417542,0.17957668006420135,0.26426708698272705,-0.46427878737449646,-0.08226311206817627,0.03509014844894409,0.005557894706726074,0.06825660169124603 +191,-1.9773608177692699,-1.0974438650768745,-0.4825955786654927,-0.4187120199203491,0.8900449872016907,0.18027763068675995,0.2212449610233307,-0.49560168385505676,-0.05265963077545166,0.009715437889099121,-0.0030974149703979492,0.03987622261047363 +192,-1.9857920361619614,-1.0990938706201965,-0.44324901131208505,-0.41583251953125,0.8907960057258606,0.18320898711681366,0.13367676734924316,-0.3130240738391876,-0.06393840163946152,-0.026962220668792725,0.013943254947662354,0.002887219190597534 +193,-1.9631542331241116,-1.0983255640100198,-0.4042621914834897,-0.42050591111183167,0.8904466032981873,0.17401118576526642,0.1521235555410385,0.10637442022562027,-0.044808708131313324,0.007603049278259277,0.02671349048614502,0.0196380615234375 +194,-1.9280746711077759,-1.1016786833627954,-0.37858818055464616,-0.4235505759716034,0.8919675350189209,0.15811091661453247,0.1082213968038559,0.17361558973789215,-0.05994374677538872,-0.014620840549468994,0.004776358604431152,0.038925901055336 +195,-1.89848905588491,-1.0954835657507547,-0.36401325715161803,-0.4332655370235443,0.8891496658325195,0.14728815853595734,0.033837106078863144,0.2096494734287262,-0.07045772671699524,0.04126724600791931,0.03827947378158569,0.025929555296897888 +196,-1.8794882382496134,-1.0971018830623185,-0.36229188725193784,-0.43461450934410095,0.8898890614509583,0.13859239220619202,0.019089512526988983,0.23931922018527985,0.01477824430912733,0.027387917041778564,0.016513586044311523,0.04141557216644287 +197,-1.891166085875874,-1.097179026643691,-0.3736716618454539,-0.43290144205093384,0.8899242281913757,0.14363662898540497,-0.1418287307024002,-0.12231861054897308,-0.10265188664197922,-0.027441024780273438,0.05108541250228882,-0.03929696977138519 +198,-1.88538921619076,-1.093113654083691,-0.37431417011267837,-0.43716031312942505,0.8880626559257507,0.1422516107559204,0.027455784380435944,0.4846019148826599,0.058030933141708374,0.049022555351257324,-0.04580801725387573,-0.030679360032081604 +199,-1.8630104578748443,-1.095314482618309,-0.3766747681792083,-0.4383615255355835,0.8890722393989563,0.13187040388584137,-0.0069915978237986565,-0.12167736887931824,-0.10368410497903824,0.03400355577468872,-0.015308141708374023,0.016460314393043518 +200,-1.8986671243559294,-1.0877781145709693,-0.37125853558723304,-0.4397129416465759,0.8855971097946167,0.14956729114055634,-0.06565167009830475,-0.3714091181755066,0.04139530286192894,0.018036305904388428,0.0255357027053833,-0.050705552101135254 +201,-1.9132674528568345,-1.0912494400835475,-0.36839072089213976,-0.4345841109752655,0.8872040510177612,0.1549377739429474,0.09187622368335724,-0.07080983370542526,-0.05284040793776512,-0.05217123031616211,0.0026580095291137695,-0.050537109375 +202,-1.886524090206809,-1.087211652753549,-0.32357495458365293,-0.44197338819503784,0.8853338956832886,0.14437267184257507,0.1615402102470398,-0.20634609460830688,-0.06749603897333145,0.013323456048965454,0.024608731269836426,-0.03006911277770996 +203,-1.8570558850431242,-1.0900020720033385,-0.27165851102603306,-0.4436635673046112,0.8866278529167175,0.13058961927890778,0.23810787498950958,-0.17744410037994385,-0.062908835709095,0.006438225507736206,0.026076555252075195,-0.021824970841407776 +204,-1.8225225408576096,-1.0922265958481043,-0.19573902841779103,-0.4459966719150543,0.8876544833183289,0.11470209062099457,0.3839339017868042,-0.4066329896450043,-0.08394864946603775,0.009717375040054321,0.010218441486358643,-0.02720820903778076 +205,-1.7778902097357963,-1.0938446003960545,-0.08630366675357866,-0.4492641091346741,0.8883984088897705,0.09439316391944885,0.47466081380844116,-0.45291760563850403,-0.06375721842050552,0.02685508131980896,0.008787870407104492,0.034650444984436035 +206,-1.7370155002895662,-1.0979620013943,0.034050314157122986,-0.4491345286369324,0.890281081199646,0.07534999400377274,0.5303276777267456,-0.7937291264533997,-0.08286772668361664,0.02974674105644226,0.0013814568519592285,0.06878446787595749 +207,-1.7104599949422776,-1.1025296520986099,0.1417335419254512,-0.44694527983665466,0.8923519253730774,0.06283107399940491,0.4789617359638214,-0.627265214920044,-0.020719006657600403,-0.01673874258995056,0.005597174167633057,0.017399661242961884 +208,-1.676537101087947,-1.0958448135595793,0.22710262078655552,-0.45474082231521606,0.8893148899078369,0.04826466366648674,0.2631351053714752,-0.3126010298728943,-0.11471685767173767,-0.023316949605941772,-0.01060718297958374,0.013609640300273895 +209,-1.6523377575237759,-1.085637428990531,0.28175704439530264,-0.46479952335357666,0.8846008777618408,0.03798464313149452,0.24395757913589478,-0.15948063135147095,-0.14328506588935852,-0.011412054300308228,0.03426814079284668,0.024561166763305664 +210,-1.6173093132180527,-1.0740298362330827,0.33532672157809074,-0.47606998682022095,0.8791282176971436,0.02215941809117794,0.10062889754772186,-0.09689223766326904,-0.036937177181243896,0.024592936038970947,-0.027260541915893555,0.019405482336878777 +211,-1.6122392609662586,-1.0716759108245226,0.35687680599815147,-0.47824251651763916,0.8780038952827454,0.019831128418445587,0.13500197231769562,-0.09957750886678696,-0.10523775964975357,-0.02436673641204834,-0.0004099607467651367,0.028783321380615234 +212,-1.6055074346844838,-1.067839913636574,0.37609294781066765,-0.48172783851623535,0.8761613368988037,0.016728026792407036,-0.013301718048751354,-0.08908183872699738,0.010665257461369038,-0.019477635622024536,0.0015548467636108398,-0.00873243622481823 +213,-1.614593497866456,-1.0618973579943833,0.3748667058840416,-0.4867488443851471,0.8732814788818359,0.02133186347782612,-0.01908682845532894,0.002130604349076748,-0.015195004642009735,-0.003928035497665405,0.0051822662353515625,0.011016845703125 +214,-1.624385457331623,-1.061924024966747,0.3681765177234078,-0.486493319272995,0.873294472694397,0.026095740497112274,-0.008408785797655582,-0.07283961027860641,-0.016526635736227036,-0.012530088424682617,-0.004077553749084473,0.002468705177307129 +215,-1.6178884396829925,-1.0609398977427666,0.37019883938731124,-0.4875109791755676,0.8728145956993103,0.022974908351898193,0.022591497749090195,0.1931629627943039,-0.0003880258882418275,0.015312492847442627,0.008914530277252197,-0.007685661315917969 +216,-1.5715101362385557,-1.0648598738125694,0.3820656607277405,-0.4846268892288208,0.8747210502624512,0.0003459313011262566,0.1236560121178627,0.429069459438324,0.06250520795583725,0.016502469778060913,0.012379288673400879,-0.015681028366088867 +217,-1.4912753664696954,-1.0736403471242402,0.4208202730973104,-0.4754207730293274,0.8789424896240234,-0.03788580745458603,0.17781783640384674,0.5152075886726379,0.10256924480199814,-0.024045169353485107,-0.016515731811523438,0.027387797832489014 +218,-1.4256959654533,-1.0848466471940037,0.4392928788557158,-0.46214014291763306,0.8842318058013916,-0.06753130257129669,-0.2758879065513611,0.17279446125030518,0.1670854240655899,-0.043291956186294556,-0.004440605640411377,0.03809715062379837 +219,-1.5264407629207752,-1.1042371013764896,0.3565203906080997,-0.449373722076416,0.8931213021278381,-0.019945306703448296,-0.42680811882019043,-0.5685312151908875,0.08258169144392014,-0.03268200159072876,-0.029885709285736084,0.04071247577667236 +220,-1.6233201795587713,-1.1067974834276961,0.31324551450960586,-0.44691067934036255,0.8942700624465942,0.023495079949498177,0.01810290664434433,-0.66145259141922,-0.02378038316965103,-0.05785006284713745,-0.02540409564971924,-0.004070639610290527 +221,-1.7030272628397347,-1.1114245981873474,0.2835617611050809,-0.43951454758644104,0.896331250667572,0.058458536863327026,-0.3304978907108307,-0.4164852797985077,0.08217558264732361,-0.04615741968154907,0.026825547218322754,-0.058382272720336914 +222,-1.779120970260745,-1.1117085290527837,0.2456727681947214,-0.4335492253303528,0.8964570760726929,0.09164866805076599,0.03616877645254135,-0.1956447809934616,-0.07915178686380386,-0.007093995809555054,-0.03692960739135742,-0.045994408428668976 +223,-1.776955967623893,-1.098863440474553,0.26098907991861914,-0.44498211145401,0.8906912207603455,0.0930594950914383,0.01854041963815689,-0.1388855278491974,-0.0947277694940567,0.07043984532356262,0.028925418853759766,0.014942288398742676 +224,-1.8021019306846555,-1.1035741914942758,0.2615027827585134,-0.4384126365184784,0.8928229212760925,0.10325536876916885,-0.016574908047914505,-0.15829908847808838,0.036546073853969574,0.024914711713790894,-0.00802677869796753,0.01960837095975876 +225,-1.8189044212255918,-1.108938819687528,0.2436989176265109,-0.43196675181388855,0.8952262997627258,0.10942911356687546,-0.10073748230934143,0.013926543295383453,0.02545814961194992,-0.009607315063476562,-0.00197678804397583,0.035163164138793945 +226,-1.8468743811086779,-1.1072938671229349,0.1962067012425612,-0.43015357851982117,0.8944920897483826,0.12186803668737411,-0.25384795665740967,0.3409230411052704,0.08879850804805756,0.007240980863571167,0.03200632333755493,0.011783719062805176 +227,-1.8583277134141325,-1.1115361552722545,0.1345149194269013,-0.4250868856906891,0.8963807225227356,0.1257093846797943,-0.2267807275056839,0.42004889249801636,0.1409967839717865,0.0154036283493042,7.319450378417969e-05,0.0168381929397583 +228,-1.8750065695204283,-1.1199667811161726,0.06457299077437773,-0.41570642590522766,0.900085985660553,0.1305132806301117,-0.3445158302783966,0.650540828704834,0.20475628972053528,-0.023197442293167114,0.017119944095611572,0.03370179235935211 +229,-1.8916993445522752,-1.12480742303399,-0.030124683770146172,-0.4093300700187683,0.9021845459938049,0.1360579878091812,-0.3374447524547577,0.6845744252204895,0.07722929865121841,-0.011171579360961914,0.023672878742218018,0.0015305131673812866 +230,-1.8930950917195468,-1.1201122693367522,-0.11351985155889117,-0.41315317153930664,0.9001493453979492,0.13796943426132202,-0.34897083044052124,0.7886719703674316,0.08307196199893951,0.04894116520881653,0.01998615264892578,0.007553577423095703 +231,-1.9019638566970403,-1.1191156280735772,-0.19794706859374628,-0.4127615690231323,0.8997147679328918,0.14191976189613342,-0.36857351660728455,0.42224809527397156,0.1233702301979065,0.028911471366882324,0.025074660778045654,0.004137277603149414 +232,-1.932972520320979,-1.1180445682196773,-0.2831079177584242,-0.4090637266635895,0.8992467522621155,0.15498991310596466,-0.28826993703842163,0.5453611016273499,0.10530097037553787,0.016211003065109253,0.033156633377075195,-0.040579572319984436 +233,-1.9337432777839683,-1.1180944776468,-0.34305681336896143,-0.40890246629714966,0.899268627166748,0.15528932213783264,-0.19816891849040985,0.5083768367767334,0.05986163765192032,0.01614120602607727,0.015800952911376953,-0.029419541358947754 +234,-1.9285944222998816,-1.1201787928024427,-0.40809279162120304,-0.4079398810863495,0.9001783132553101,0.15252506732940674,-0.3251373767852783,0.6235408782958984,0.1458345204591751,0.015605926513671875,-0.0019698143005371094,0.016740664839744568 +235,-1.9490678025138328,-1.120754156266919,-0.49997803143251884,-0.40425094962120056,0.9004287719726562,0.16065330803394318,-0.3775644898414612,0.5596612095832825,0.13773499429225922,0.015380650758743286,0.0106583833694458,-0.014916643500328064 +236,-1.973952122951569,-1.1198018672901078,-0.597643561921138,-0.40091672539711,0.9000141024589539,0.1709982454776764,-0.3469737768173218,0.7046781182289124,0.17926722764968872,0.012260138988494873,0.03333550691604614,-0.029289841651916504 +237,-1.9719152409596503,-1.1208914557867775,-0.6815943941775716,-0.40036118030548096,0.9004884958267212,0.16979828476905823,-0.30090150237083435,0.7045630812644958,0.11409628391265869,-0.0020588934421539307,0.005563139915466309,-0.01229715347290039 +238,-1.9671692877151694,-1.1171028285830242,-0.7527909741151535,-0.4043067395687103,0.8988344073295593,0.1692122220993042,-0.3086652457714081,0.6068061590194702,0.07773074507713318,0.020380377769470215,0.008148014545440674,-0.018104448914527893 +239,-1.9738472968666623,-1.1124572631346032,-0.8293286176155588,-0.4070044159889221,0.8967886567115784,0.17354433238506317,-0.26871272921562195,0.4466277062892914,0.055554307997226715,0.02703005075454712,0.019059181213378906,-0.04485166072845459 +240,-1.98208772176559,-1.1056458810315648,-0.8827802001369753,-0.4111497402191162,0.8937540650367737,0.17933012545108795,-0.1781521588563919,0.2844265401363373,0.014468223787844181,0.020448505878448486,0.03837466239929199,-0.027154237031936646 +241,-1.9882004248328102,-1.1008514333421,-0.9207484085691019,-0.4139583706855774,0.8915932178497314,0.18357503414154053,-0.06439454108476639,0.20732879638671875,-0.015797872096300125,0.027453303337097168,0.041008591651916504,-0.07708396017551422 +242,-1.9705368047899652,-1.1023838497223728,-0.9282615303974739,-0.4158773124217987,0.8922861218452454,0.17570289969444275,0.0010899212211370468,0.09472392499446869,-0.010716565884649754,0.009932518005371094,-0.004545032978057861,-0.018140673637390137 +243,-1.9583941522633952,-1.1004908007191363,-0.921895251532474,-0.4195428788661957,0.8914299011230469,0.1712782233953476,0.047525689005851746,-0.0017398865893483162,-0.11445765942335129,0.004748016595840454,0.0435522198677063,-0.022230416536331177 +244,-1.9324465134261997,-1.0921750251602287,-0.885953593115326,-0.4307641386985779,0.8876307606697083,0.16295289993286133,0.1227445974946022,-0.09276211261749268,-0.18608498573303223,0.025383949279785156,0.016528606414794922,0.060756176710128784 +245,-1.9310525994116035,-1.0822667545248137,-0.8732801800698904,-0.439200222492218,0.8830239176750183,0.1654447317123413,-0.06133132427930832,-0.05153600126504898,-0.12349879741668701,0.03687173128128052,-0.025617361068725586,0.10091269016265869 +246,-1.9847598894490468,-1.061958432756515,-0.908906286115326,-0.4460139572620392,0.8733112215995789,0.1959569752216339,-0.21840603649616241,-0.17670156061649323,-0.22755588591098785,-0.0594792366027832,-0.001958131790161133,-0.04825186729431152 +247,-1.9762369013879055,-1.0357399359737338,-0.9126952066626093,-0.46855220198631287,0.8602398633956909,0.2011125236749649,-0.13563618063926697,0.4178115427494049,-0.1909950077533722,-0.035323530435562134,-0.022074580192565918,-0.02885603904724121 +248,-1.9297266572338847,-1.0213005065854996,-0.9254152366250161,-0.48897549510002136,0.852787971496582,0.18345485627651215,-0.06294725090265274,0.3604816496372223,-0.06532886624336243,-0.046684324741363525,0.06083202362060547,-0.13476407527923584 +249,-1.903553392031231,-1.0127894571330829,-0.9213105331212077,-0.5004513263702393,0.8483121395111084,0.17296014726161957,0.023821577429771423,0.0741359293460846,-0.19401860237121582,-0.06592446565628052,-0.011901497840881348,-0.09503351151943207 +250,-1.8614045450583585,-0.9917543047935331,-0.8942171826534291,-0.5242772698402405,0.8369872570037842,0.1567983776330948,0.2122766077518463,0.34337353706359863,-0.23509611189365387,0.03155571222305298,0.03645634651184082,-0.0685720443725586 +251,-1.8098455502603674,-0.9903595936721452,-0.8392755996810165,-0.5327951908111572,0.8362232446670532,0.12984710931777954,0.3369320034980774,-0.2984967529773712,0.04888049513101578,0.029728174209594727,0.021076679229736328,-0.020914539694786072 +252,-1.7980005618469919,-1.0046196493646897,-0.7933653380550252,-0.5226234197616577,0.8439580202102661,0.12082856893539429,0.34409067034721375,-0.3689535856246948,0.06776853650808334,-0.06416851282119751,-0.05904597043991089,-0.02741432934999466 +253,-1.7920542282025875,-1.0200798647010652,-0.7577442246176913,-0.5105413198471069,0.8521498441696167,0.11484147608280182,0.18673193454742432,-0.07502105832099915,0.13865628838539124,-0.13893383741378784,-0.06620001792907715,0.0007591396570205688 +254,-1.7852920365319784,-1.0352262155191023,-0.7710425963554172,-0.4986365735530853,0.8599778413772583,0.10862644761800766,-0.23604901134967804,0.5318642854690552,0.25438493490219116,-0.04721611738204956,0.0110701322555542,-0.053008079528808594 +255,-1.7783069240380625,-1.0507851963704378,-0.8103759174633892,-0.48622989654541016,0.8678136467933655,0.10237148404121399,-0.16795337200164795,0.13465213775634766,0.13931137323379517,-0.028449058532714844,-0.001846909523010254,-0.009720094501972198 +256,-1.7924139857861974,-1.060778864516143,-0.8659868511041506,-0.4762529134750366,0.8727359771728516,0.10730863362550735,-0.22926174104213715,0.462157666683197,0.14777344465255737,-0.014134049415588379,-0.017419815063476562,-0.011040925979614258 +257,-1.7934961923117791,-1.067033166985772,-0.9145885205897063,-0.4708036482334137,0.8757721781730652,0.1066163182258606,-0.13237135112285614,0.3250344395637512,0.02861839532852173,-0.021750032901763916,-0.02605605125427246,-0.00416874885559082 +258,-1.7951025955431386,-1.0675891621828613,-0.9533096139806349,-0.47015661001205444,0.8760404586791992,0.10726407915353775,-0.25695526599884033,0.34121063351631165,0.07738615572452545,-0.007992714643478394,-0.002459704875946045,-0.012583278119564056 +259,-1.7993581875786127,-1.0653921066492842,-0.9872694638518303,-0.47156956791877747,0.8749788403511047,0.10969976335763931,-0.06651260703802109,0.15131710469722748,-0.043258775025606155,0.0077024102210998535,-0.006860613822937012,-0.05147220194339752 +260,-1.7855622650953913,-1.0632860815867866,-1.0091496478347766,-0.47483742237091064,0.8739572167396545,0.10357628762722015,-0.1177104115486145,0.4267510175704956,0.04214579612016678,0.02857893705368042,0.021870911121368408,-0.013579979538917542 +261,-1.7730268476832756,-1.0665863689519524,-1.0307291562273886,-0.47327062487602234,0.8755564093589783,0.0970362201333046,-0.07060691714286804,0.26572123169898987,0.05874745547771454,0.02035921812057495,0.038963913917541504,-0.007863864302635193 +262,-1.7613475945086525,-1.0725044879320784,-1.0527716543103365,-0.46927541494369507,0.8784002065658569,0.0905192643404007,-0.05467819795012474,0.21170325577259064,0.08038946986198425,0.047827690839767456,0.021090149879455566,-4.172325134277344e-06 +263,-1.7634931297432732,-1.0823009023392998,-1.072077450490761,-0.4606119990348816,0.8830399513244629,0.08987361937761307,-0.0738329291343689,0.09304778277873993,0.10956757515668869,0.039957672357559204,0.01014864444732666,0.0012213066220283508 +264,-1.7785019412737058,-1.094014330232579,-1.094569400902778,-0.44905853271484375,0.8884763121604919,0.09463683515787125,-0.05460653454065323,-0.01683255285024643,0.08382853120565414,0.0018692612648010254,0.013852059841156006,0.004056915640830994 +265,-1.7947936324565001,-1.0994789465290897,-1.1073979970353967,-0.44271695613861084,0.8909708857536316,0.10085994750261307,-0.0299343504011631,-0.19084620475769043,0.04743821173906326,0.004667609930038452,0.005757749080657959,-0.022826537489891052 +266,-1.8220597952510234,-1.105534792488592,-1.126688848388493,-0.4345683157444,0.8937042355537415,0.11154855787754059,-0.0383661650121212,0.0832480862736702,0.060625769197940826,-0.0026265084743499756,0.0075560808181762695,-0.058508992195129395 +267,-1.8076723873457208,-1.1105412773198242,-1.118228882208552,-0.43177324533462524,0.8959392309188843,0.10423360019922256,0.06423595547676086,-0.10693980753421783,0.023911399766802788,-0.01564490795135498,0.008830547332763672,-0.011078611016273499 +268,-1.8037294050507147,-1.1134378984159758,-1.107864146409193,-0.4296540915966034,0.897222101688385,0.10193086415529251,0.0003768196329474449,-0.05020914971828461,0.005801638588309288,-0.013400077819824219,-0.011891841888427734,-0.004488229751586914 +269,-1.8029961768567506,-1.1095920162365338,-1.1021821428611152,-0.43308305740356445,0.8955171704292297,0.1024089977145195,0.019524578005075455,-0.12503613531589508,-0.07638932764530182,-0.0017465651035308838,-0.009653151035308838,0.01790652424097061 +270,-1.8125766577263518,-1.1003183709958662,-1.0968744008254472,-0.4401269257068634,0.8913516998291016,0.10853727161884308,0.011142779141664505,-0.2983183264732361,-0.11562526971101761,0.007906526327133179,0.014394700527191162,0.015547148883342743 +271,-1.8458995340488455,-1.0898750819574534,-1.093582999339839,-0.44520094990730286,0.8865691423416138,0.1256624311208725,0.05252288281917572,-0.31511610746383667,-0.14663879573345184,0.009272634983062744,0.03295588493347168,-0.055349960923194885 +272,-1.8496122065445442,-1.0781139601074385,-1.0690366710465316,-0.4547250270843506,0.8810672760009766,0.1301753669977188,0.09752950817346573,-0.3000645339488983,-0.1489066332578659,0.054776906967163086,0.03359031677246094,-0.03583025932312012 +273,-1.851442555102549,-1.068166092095254,-1.032159443748453,-0.4628850221633911,0.8763185143470764,0.13342851400375366,0.14247487485408783,-0.32514744997024536,-0.10141725838184357,0.08686265349388123,0.05712258815765381,4.00543212890625e-05 +274,-1.8622872796020395,-1.0649385045463535,-0.9823429063062336,-0.4641176760196686,0.8747591376304626,0.13925257325172424,0.32129907608032227,-0.7234603762626648,-0.07708574086427689,0.06723654270172119,0.058697283267974854,-0.009079933166503906 +275,-1.867258534012581,-1.0690671687616404,-0.9018563282127228,-0.45996150374412537,0.8767522573471069,0.14050175249576569,0.3984368145465851,-0.7405250072479248,-0.05563830956816673,-0.05128416419029236,0.07612854242324829,0.006074175238609314 +276,-1.86304982864416,-1.0720412233304943,-0.8135709716445915,-0.458050012588501,0.8781787157058716,0.13781286776065826,0.4219207763671875,-0.5500727295875549,-0.07838711887598038,0.05570623278617859,-0.08064758777618408,-0.02701878547668457 +277,-1.8353010567655919,-1.0734595105032707,-0.7229045566457921,-0.46049436926841736,0.8788562417030334,0.12472530454397202,0.4141145348548889,-0.5008805394172668,-0.08315405249595642,0.024978071451187134,0.03700661659240723,0.05853269249200821 +278,-1.8502977279735981,-1.0768424413145619,-0.6350803271389315,-0.4557120203971863,0.8804651498794556,0.13079600036144257,0.3656124472618103,-1.0103486776351929,-0.12009922415018082,-0.04318931698799133,-0.04358166456222534,-0.04731513559818268 +279,-1.8285378878201268,-1.0679393632955183,-0.521446141817582,-0.4660114645957947,0.8762092590332031,0.12284282594919205,0.6090419292449951,-0.6752399802207947,-0.23637302219867706,0.05730485916137695,0.028560519218444824,0.009786590933799744 +280,-1.8033800818863426,-1.0693202427316413,-0.3978815456032628,-0.46777668595314026,0.8768739104270935,0.11080246418714523,0.5800326466560364,-0.8672788143157959,-0.047680653631687164,0.017703473567962646,0.009661674499511719,0.032569169998168945 +281,-1.7798749900148947,-1.0754039211079196,-0.26275444173814877,-0.4650244414806366,0.8797822594642639,0.09866861999034882,0.6225335001945496,-0.8304826021194458,-0.07563929259777069,-0.016176700592041016,-0.017309725284576416,0.05301903933286667 +282,-1.7521663687437719,-1.078051134459638,-0.13880617555370953,-0.4652874171733856,0.8810375928878784,0.08532686531543732,0.5113306045532227,-0.7920628786087036,-0.08507942408323288,-0.024687618017196655,-0.004954099655151367,0.0521242693066597 +283,-1.7359935204035861,-1.0712327963302501,-0.02031939626737209,-0.4725209176540375,0.8777917623519897,0.07877705246210098,0.5528220534324646,-0.7050396800041199,-0.24386076629161835,-0.04525554180145264,-0.02973872423171997,0.06100869178771973 +284,-1.6926210078715402,-1.0576633506072448,0.10439806451135286,-0.4872705340385437,0.8712107539176941,0.05965700000524521,0.5748576521873474,-0.4330260455608368,-0.11068051308393478,-0.0032536983489990234,0.026188969612121582,0.011571042239665985 +285,-1.6175648972496561,-1.0503087050750994,0.23222641834498658,-0.49675920605659485,0.8675767779350281,0.0232496727257967,0.6187409162521362,-0.2901036739349365,-0.14404048025608063,-0.048391491174697876,7.271766662597656e-06,0.013646004721522331 +286,-1.5654045073811353,-1.037414507746647,0.3575758009420607,-0.5084409117698669,0.8610925078392029,-0.002741448348388076,0.5472067594528198,-0.8297044038772583,-0.10245676338672638,-0.015423774719238281,0.00868898630142212,-0.017583250999450684 +287,-1.589209499871661,-1.031931746040274,0.45162332039939307,-0.5130749344825745,0.8582918643951416,0.009448405355215073,0.4182632565498352,-1.2646656036376953,-0.04644358158111572,0.022275924682617188,-0.0041658878326416016,0.04925215244293213 +288,-1.6617975763973134,-1.0371388007401106,0.5378371157480789,-0.5065808296203613,0.8609523177146912,0.046227164566516876,0.38105538487434387,-1.4607216119766235,0.17379598319530487,0.022236347198486328,-0.0013636946678161621,0.080314040184021 +289,-1.689358556930116,-1.0630417392054472,0.6180799562684225,-0.4828028976917267,0.873838484287262,0.05751192197203636,0.4058550000190735,-0.6443554759025574,0.26353368163108826,-0.055466145277023315,-0.06464970111846924,0.09016263484954834 +290,-1.689330509014766,-1.0952076461543478,0.6971986751874135,-0.4546489417552948,0.8890233635902405,0.054145265370607376,0.22274653613567352,-0.7584094405174255,0.2272224873304367,-0.17318913340568542,-0.028504014015197754,0.1517263650894165 +291,-1.7473512797112458,-1.1084780616384338,0.7260385397570032,-0.4390905499458313,0.8950209021568298,0.07833929359912872,0.1989039182662964,-0.7277475595474243,-0.07017698138952255,-0.12272277474403381,-0.11114645004272461,0.01841675490140915 +292,-1.7580414024499336,-1.0836267213360755,0.7972581346099332,-0.4599441885948181,0.8836613893508911,0.08714310824871063,0.22197048366069794,-0.6429890990257263,-0.3524336814880371,0.060347020626068115,-0.025903820991516113,0.01124560832977295 +293,-1.7877708528416163,-1.0580016109080157,0.8334173630641805,-0.4791109263896942,0.8713768124580383,0.10561751574277878,0.12636013329029083,-0.6976197957992554,-0.24517382681369781,0.10983303189277649,0.056113362312316895,-0.006252303719520569 +294,-1.8574189217242583,-1.040242743268991,0.8734436398960367,-0.48536771535873413,0.862527072429657,0.1430564522743225,0.133680060505867,-1.1555989980697632,-0.23622335493564606,0.06157013773918152,0.18404269218444824,-0.07901526987552643 +295,-1.9218636201018362,-1.0382280880360304,0.9350821805291412,-0.47677847743034363,0.861505925655365,0.17461462318897247,0.36554157733917236,-1.0887773036956787,0.05727525055408478,0.08030924201011658,0.09024596214294434,-0.12770910561084747 +296,-1.9620343054489722,-1.052220399004422,1.022937566346242,-0.45819151401519775,0.8685259222984314,0.1890052855014801,0.5532703399658203,-1.1834970712661743,-0.22424304485321045,-0.04569938778877258,-0.011043131351470947,-0.1752723753452301 +297,-1.9235674283856024,-1.0353471110253087,1.1932088922616273,-0.4788072109222412,0.8600395321846008,0.17628341913223267,0.8363776206970215,-1.1148370504379272,-0.593677818775177,0.05693221092224121,0.09693074226379395,-0.11456167697906494 +298,-1.8863520837030172,-1.0108607980061959,1.3929551084661522,-0.5049067139625549,0.8472893834114075,0.16483403742313385,0.9775460362434387,-1.3968645334243774,-0.515842616558075,0.12166690826416016,0.10965043306350708,-0.07544802129268646 +299,-1.8253953201931776,-0.9918613449449036,1.5894814352397872,-0.5294957756996155,0.8370458483695984,0.1377994567155838,0.9052219986915588,-0.8879836797714233,-0.4701390266418457,0.1082158088684082,0.12045854330062866,0.03183247148990631 +300,-1.7703049961919266,-0.9798131231443132,1.7755271501974614,-0.546125590801239,0.8303932547569275,0.11042580753564835,0.9688711166381836,-1.155279517173767,-0.22402861714363098,0.10351389646530151,0.09818029403686523,0.08362018316984177 +301,-1.7235553548092064,-0.98161497604795,1.9400652724766356,-0.5492097735404968,0.8313958644866943,0.084555484354496,0.8741967678070068,-0.5976377725601196,-0.0382511205971241,0.08253490924835205,0.002115488052368164,0.12110245227813721 +302,-1.6728803352671793,-0.9848111223037501,2.0738735181638175,-0.550141453742981,0.8331676721572876,0.05635654553771019,0.7408417463302612,-0.8052569031715393,-0.11086057126522064,0.05302536487579346,-0.029456794261932373,0.11023890972137451 +303,-1.6523193541008432,-0.9772756015852572,2.202073504032766,-0.5574256181716919,0.8289767503738403,0.045543961226940155,0.6324881315231323,-0.7939830422401428,-0.09756255149841309,0.052176594734191895,0.04350554943084717,0.11076712608337402 +304,-1.6501499621016917,-0.9761719838574419,2.311523151959688,-0.558434784412384,0.8283590078353882,0.04440708085894585,0.6441255807876587,-1.104956865310669,-0.033221930265426636,0.03131991624832153,0.046991944313049316,0.09949851036071777 +305,-1.6544115476675638,-0.9824685953485395,2.405669301668961,-0.5530319213867188,0.831869900226593,0.04634995386004448,0.5079016089439392,-0.7509053349494934,0.016310105100274086,-0.0018082261085510254,-0.016028165817260742,0.09609079360961914 +306,-1.6704913046786798,-0.9878883402623209,2.47266687966411,-0.547720730304718,0.8348654508590698,0.05478663370013237,0.3724824786186218,-0.7995936274528503,0.01629399135708809,-0.0019313693046569824,-0.006923675537109375,0.06012725085020065 +307,-1.6912833637401758,-0.9925554372800289,2.5202405479799825,-0.5425893664360046,0.8374254107475281,0.06569318473339081,0.3294617235660553,-0.697673499584198,-0.003968118689954281,-0.01853734254837036,-0.0109788179397583,0.05643820762634277 +308,-1.723624708740778,-0.995452484119716,2.5683712101597167,-0.537781298160553,0.8390052318572998,0.0828341618180275,0.3201982378959656,-0.916176438331604,-0.026325106620788574,-0.061583876609802246,0.041610002517700195,0.03285801410675049 +309,-1.775618257300443,-0.9879581779386907,2.5948741484009044,-0.5388911366462708,0.83490389585495,0.11194658279418945,0.07857655733823776,-0.6781627535820007,-0.17741458117961884,0.0037195682525634766,-0.0331307053565979,-0.07119034230709076 +310,-1.7861948752208703,-0.9671966110596684,2.615794695743598,-0.5544928312301636,0.8232977390289307,0.12131904065608978,0.07722447067499161,-0.09494511783123016,-0.3100253641605377,0.08819955587387085,-0.003992438316345215,-0.02903391420841217 +311,-1.779840950805129,-0.9421917384228724,2.63737547329725,-0.5752153992652893,0.8088487982749939,0.1220284178853035,0.2497888207435608,-0.35349783301353455,-0.22698447108268738,0.14726734161376953,0.13492250442504883,-0.020649075508117676 +312,-1.7800297995370122,-0.9390265602964378,2.6816362882162323,-0.5776936411857605,0.8069835901260376,0.12266817688941956,0.3267054557800293,-0.38226309418678284,0.0235536377876997,0.12873435020446777,0.12346678972244263,-0.017992861568927765 +313,-1.7729419278360783,-0.955146328942669,2.733894965931942,-0.5657302737236023,0.8163982629776001,0.11594346910715103,0.3852855861186981,-0.30615106225013733,0.10788076370954514,0.045390427112579346,0.02378106117248535,0.00838516652584076 +314,-1.7507676883157297,-0.9718044933056011,2.7819254519512855,-0.5547042489051819,0.8259044289588928,0.10092286020517349,0.3321664035320282,-0.3160686790943146,0.0980813279747963,0.00801229476928711,-0.00011396408081054688,0.045729413628578186 +315,-1.7432262251194168,-0.9852033176922965,2.81390545195688,-0.5444974899291992,0.8333844542503357,0.09482934325933456,0.1324452906847,-0.14727331697940826,0.06436153501272202,-0.03573310375213623,-0.027445852756500244,0.06666969507932663 +316,-1.7530896161738638,-0.986865737230407,2.8037577772340367,-0.542172908782959,0.8343021273612976,0.09994401782751083,-0.09766509383916855,0.008527257479727268,-7.846031803637743e-05,-0.04945617914199829,-0.03336822986602783,0.05249132215976715 +317,-1.7688180284241002,-0.9759581407274447,2.7677400775264296,-0.54942387342453,0.8282392024993896,0.11024259775876999,-0.14525824785232544,0.24436132609844208,-0.014106674119830132,0.012741684913635254,-0.010917305946350098,0.005357995629310608 +318,-1.761529666330283,-0.9694789971188098,2.7392249970780282,-0.5554702281951904,0.8245911002159119,0.10725042223930359,-0.07530098408460617,0.23496033251285553,-0.03321535885334015,0.05768275260925293,0.03281557559967041,0.019565343856811523 +319,-1.7710877433434338,-0.9835207252799606,2.71190383529883,-0.5430181622505188,0.8324533700942993,0.11023999005556107,-0.15589042007923126,-0.11673411726951599,0.38356083631515503,0.0542028546333313,0.03650420904159546,-0.02382946014404297 +320,-1.7774350789370246,-1.034197649001178,2.7458043750158074,-0.5003401637077332,0.859452486038208,0.10488681495189667,0.7531681060791016,-0.5837928652763367,0.44408559799194336,-0.022029221057891846,0.005720853805541992,-0.06587004661560059 +321,-1.7844794892304476,-1.0853436509876058,2.7034362351075205,-0.4559963643550873,0.8844638466835022,0.0989493727684021,-0.2761257290840149,1.632525086402893,-0.02975602075457573,-0.07507047057151794,-0.015918374061584473,0.03645716607570648 +322,-1.64284013808975,-1.087693858744924,2.6895353532714044,-0.46332406997680664,0.885558009147644,0.03343750163912773,0.4802728295326233,-0.36275655031204224,0.9338420629501343,0.19672244787216187,-0.017683744430541992,-0.06432127952575684 +323,-1.7583536060904712,-1.1839053735078033,2.634470092877665,-0.3706938326358795,0.9260866045951843,0.07035322487354279,0.8176215291023254,-1.4463304281234741,-0.33258911967277527,-0.008487015962600708,0.0284574031829834,-0.13730883598327637 +324,-1.7088516702255783,-1.1823339294502706,2.7388949642823923,-0.37516191601753235,0.925492525100708,0.05212468281388283,0.03448222205042839,-0.5058209896087646,0.8283059597015381,-0.037466198205947876,-0.025559723377227783,-0.0867927074432373 +325,-1.720735412495509,-1.2392379246526248,2.6127070800110612,-0.32186487317085266,0.945536196231842,0.04862506315112114,-0.6349276900291443,1.5020649433135986,0.7020239233970642,0.04726770520210266,0.23303747177124023,-0.06971275061368942 +326,-2.0050509318216796,-1.3280980395891708,2.1438341502555724,-0.21801653504371643,0.970693051815033,0.10111184418201447,-1.2636336088180542,2.927621603012085,1.7676578760147095,-0.1464395970106125,-0.01605755090713501,-0.06717635691165924 +327,-2.1157049561268684,-1.391453204714015,1.6012372386605407,-0.15254870057106018,0.9839611053466797,0.09246308356523514,0.5321487188339233,1.2525883913040161,0.8020737171173096,-0.08367261290550232,0.13673585653305054,-0.29322290420532227 +328,-1.947844087430397,-1.4211225676236432,1.6269861349844845,-0.13864141702651978,0.9888197779655457,0.05490110442042351,-0.026768015697598457,-0.5901473760604858,0.15261493623256683,-0.08793635666370392,-0.020054519176483154,0.17974853515625 +329,-1.9002219712332684,-1.4090818661627431,1.7026385401335962,-0.15235261619091034,0.9869526624679565,0.052086807787418365,0.36251115798950195,-1.124910593032837,-0.03579779341816902,0.18897373974323273,-0.04653829336166382,0.15997982025146484 +330,-1.8120750905447185,-1.4232720828586678,1.9213154429896206,-0.1427321583032608,0.9891380071640015,0.03512245789170265,0.29337120056152344,-0.11522701382637024,0.011210352182388306,0.119386225938797,-0.036943793296813965,0.10744035243988037 +331,-1.8750809104867705,-1.4243255709569627,1.9148653242669988,-0.13924294710159302,0.989292323589325,0.04372745007276535,-0.3505285680294037,-0.4365943372249603,0.10086920857429504,-0.014474079012870789,0.03272610902786255,0.03142213821411133 +332,-1.835395951861994,-1.4209621384388642,1.9249915878384578,-0.14407870173454285,0.988795816898346,0.0390385165810585,0.5298238396644592,1.4883455038070679,-0.07363723963499069,0.03905245661735535,-0.08945810794830322,-0.1338261365890503 +333,-1.5218348991627153,-1.418757719060022,2.175764759208846,-0.15127189457416534,0.98846435546875,-0.007412411738187075,0.11180312186479568,-1.5709664821624756,-0.35293611884117126,0.05218133330345154,-0.045761168003082275,0.15032625198364258 +334,-1.8430464132524782,-1.3642568995380422,1.9594183271117036,-0.19752123951911926,0.9787464737892151,0.05514438822865486,-1.1167380809783936,0.08717761188745499,-0.9868997931480408,0.27650073170661926,-0.06074714660644531,0.12223899364471436 +335,-1.863894028102812,-1.3058299342852742,1.8897074903993474,-0.25070902705192566,0.9651013016700745,0.07566134631633759,-0.053121671080589294,-0.10823693871498108,0.1143740713596344,-0.12146809697151184,0.23452943563461304,0.021842360496520996 +336,-1.8706819139536317,-1.318981344930815,1.9159422636229426,-0.23804180324077606,0.968461811542511,0.07360512018203735,0.0728549212217331,0.14892931282520294,-0.40409383177757263,0.08263106644153595,-0.05494868755340576,-0.053555138409137726 +337,-1.859246949025991,-1.2799758030343358,1.9609180509301438,-0.2748914659023285,0.9580089449882507,0.08156750351190567,0.011735480278730392,-0.2889459431171417,-0.17764918506145477,0.08086073398590088,0.09631216526031494,-0.033746495842933655 +338,-1.8712152927974781,-1.1892308669715081,1.9519923611621859,-0.35569602251052856,0.9280828237533569,0.11019298434257507,-0.12379425764083862,-0.734667956829071,-1.5057915449142456,0.03265222907066345,-0.07400268316268921,0.15561509132385254 +339,-1.9411077490100175,-1.0795656126994073,2.0855092167917326,-0.4397362172603607,0.8817529678344727,0.17071504890918732,0.2556379735469818,-1.1459344625473022,-0.9927746653556824,0.082177072763443,0.014044702053070068,0.07008384168148041 +340,-1.9372382470094336,-1.068164452619966,2.079377964496559,-0.44975024461746216,0.8763177394866943,0.17260310053825378,-0.40694206953048706,1.2715351581573486,0.5033901333808899,-0.06164807081222534,0.02959650754928589,-0.056193843483924866 +341,-1.8301515690130414,-1.0477008128606833,2.003530396506302,-0.4828563630580902,0.8662769198417664,0.1281168907880783,-0.3037868142127991,2.599696159362793,-0.8216334581375122,-0.0387653112411499,0.06957507133483887,-0.03171183168888092 +342,-1.5967833132172746,-0.997588836555462,1.9353435794600569,-0.5421465039253235,0.8401657938957214,0.014091926626861095,-0.723186194896698,3.659019708633423,0.04060383141040802,-0.23977482318878174,0.0061476826667785645,0.16329145431518555 +343,-1.4045345928612878,-1.0138400504526657,1.7994991041269566,-0.5213156342506409,0.8488679528236389,-0.08748242259025574,-0.5240054130554199,2.082512617111206,0.08392146229743958,0.18810945749282837,-0.06162130832672119,0.15108102560043335 +344,-1.209384644169397,-0.9727171023509743,1.7429649259040727,-0.5266819596290588,0.8264186382293701,-0.19909390807151794,0.07250146567821503,3.4102659225463867,-0.8888264298439026,-0.04578202962875366,-0.010226011276245117,0.28260529041290283 +345,-1.099567786355523,-0.922762877180372,1.696828290955144,-0.5378320813179016,0.7972723841667175,-0.2740321159362793,-0.7509844303131104,0.7974844574928284,1.1519993543624878,-0.23263001441955566,-0.04220634698867798,-0.02401784062385559 +346,-1.2325625663903086,-0.9894559317375723,1.7269912390786637,-0.5180314779281616,0.835727334022522,-0.1822180300951004,-0.6620987057685852,-1.2476009130477905,0.15091583132743835,0.36690837144851685,0.04304170608520508,0.20524351298809052 +347,-1.222990785344857,-1.060482873266727,1.835361907852724,-0.45920395851135254,0.8725914359092712,-0.16648146510124207,0.6239146590232849,-0.7196045517921448,1.6945818662643433,0.27191758155822754,0.15257030725479126,0.05855602025985718 +348,-1.04990049645219,-1.1607573906205868,2.2239259140316747,-0.3457745313644409,0.9171053171157837,-0.19838881492614746,1.8045510053634644,-1.9423757791519165,1.9064297676086426,0.12571224570274353,0.12819814682006836,0.029367178678512573 +349,-0.7346719791062044,-1.2094099108538061,2.76800740048696,-0.2370143085718155,0.9354075193405151,-0.2623678147792816,0.7132375836372375,-0.2507818937301636,1.4833682775497437,-0.10664412379264832,0.08960157632827759,0.0857778787612915 +350,-0.5597482913930626,-1.1801908144119553,-3.1023299044324752,-0.20216692984104156,0.9246786832809448,-0.32264167070388794,1.0892903804779053,-2.198122262954712,0.8773385882377625,-0.23305948078632355,0.036060333251953125,0.15445932745933533 +351,-0.6595366082854676,-1.1491902928511375,-2.982649323396896,-0.2507537603378296,0.9124329090118408,-0.32340189814567566,0.11878548562526703,-1.767345905303955,0.27366647124290466,-0.01407778263092041,-0.11830449104309082,0.012168407440185547 +352,-0.6576961440095843,-1.1442549383752227,-2.8415403950884706,-0.2529078722000122,0.9104021191596985,-0.32742273807525635,0.44890469312667847,-1.389512062072754,0.39749035239219666,0.05251416563987732,0.10819834470748901,0.011626839637756348 +353,-0.6510394891031871,-1.1488664025136575,-2.7419139017767513,-0.2481757253408432,0.9123002886772156,-0.3257558047771454,-0.1863899528980255,-0.3140328526496887,0.016422424465417862,0.1204444020986557,0.13918280601501465,0.01748254895210266 +354,-0.6360568413325103,-1.2386443815242993,-2.640217638550067,-0.19369962811470032,0.9453428387641907,-0.26231181621551514,-0.4824112355709076,-2.083289861679077,0.7285208106040955,-0.12014314532279968,0.031585872173309326,-0.07588398456573486 +355,-0.5348221908956253,-1.22636997123338,-2.415088249209532,-0.17209964990615845,0.9412692785263062,-0.29050618410110474,0.34011340141296387,-0.5829236507415771,0.4103372097015381,-0.14680901169776917,0.014251351356506348,0.019418537616729736 +356,-0.6247856061433483,-1.201338222621417,-2.379002845441768,-0.2112218588590622,0.9325231909751892,-0.2928924262523651,-0.44032731652259827,-1.9388889074325562,-0.7804464101791382,0.0008336305618286133,-0.07769519090652466,0.05870053172111511 +357,-1.1999709884486292,-1.1362234996634035,-2.670938612192573,-0.3924053907394409,0.9070499539375305,-0.15257230401039124,0.10199829190969467,-2.297478199005127,-0.6004719138145447,0.050242334604263306,0.1446315050125122,-0.13647495210170746 +358,-1.1532636543307413,-1.0621662604836477,-2.4943765679509733,-0.4451458752155304,0.8734124302864075,-0.19747401773929596,1.176063060760498,-1.127821683883667,-0.057358212769031525,0.0784008800983429,0.01818913221359253,0.050974369049072266 +359,-1.1581045701583568,-1.0421950991740594,-2.3421099710923854,-0.46198514103889465,0.8635133504867554,-0.20227336883544922,0.7692033052444458,-1.8181860446929932,-0.18652023375034332,0.07874539494514465,-0.012515425682067871,-0.09516620635986328 +360,-1.3386451007080034,-0.9813315838013715,-2.1759303221935418,-0.5410030484199524,0.831238329410553,-0.12790051102638245,1.3700978755950928,-5.074103355407715,-0.05755555257201195,0.1969478726387024,0.015365004539489746,-0.12142807245254517 +361,-1.4937917788201494,-0.9636903380133677,-1.9322611865438766,-0.5688024163246155,0.8213024735450745,-0.04388715326786041,1.2637783288955688,-2.898695230484009,-0.14530588686466217,0.09251457452774048,0.05500978231430054,-0.11329364776611328 +362,-1.6166661696939597,-0.9430975532772069,-1.735118791294959,-0.5866659283638,0.8093811273574829,0.026929164305329323,1.3500057458877563,-2.9364066123962402,-0.3772467374801636,0.036266207695007324,0.08348685503005981,-0.10215497016906738 +363,-1.6994770867659745,-0.9465405857314009,-1.4432983172760872,-0.579660952091217,0.8113983869552612,0.0750056654214859,1.815390944480896,-3.893124580383301,-0.17476801574230194,0.08582550287246704,0.04280388355255127,0.1335514783859253 +364,-1.7598020235154277,-0.9451212727854319,-1.2794278218264203,-0.575215220451355,0.8105679750442505,0.11003232002258301,0.46838515996932983,0.7361998558044434,-0.386568158864975,0.03538978099822998,-0.02895176410675049,0.11668276786804199 +365,-1.7613872216213187,-0.9867149591962769,-1.2371486936902847,-0.5414479970932007,0.8342189788818359,0.10446300357580185,0.3849714994430542,-0.9498223066329956,0.5529515743255615,-0.05858856439590454,-0.015478253364562988,0.008131608366966248 +366,-1.6282982990213581,-0.9701901879564654,-1.1232651424338869,-0.5642085075378418,0.8249931931495667,0.03247890621423721,1.559687614440918,-0.07315061241388321,0.15433327853679657,0.08120685815811157,0.19711673259735107,-0.212837815284729 +367,-1.41269894588597,-0.9989062625491691,-0.7929197522491406,-0.5344724655151367,0.8408795595169067,-0.08520981669425964,1.3365647792816162,-0.3031782805919647,0.4209030270576477,0.08514690399169922,0.1564043164253235,-0.03516673296689987 +368,-1.0095646502644233,-1.033682170053537,-0.4199880952926013,-0.43317046761512756,0.8591887950897217,-0.27231982350349426,0.7220413684844971,1.284404993057251,0.9161550402641296,-0.2804373502731323,-0.00903010368347168,0.16328054666519165 +369,-0.7985653270579421,-1.0101285491507594,-0.20309410483004353,-0.38092365860939026,0.846900224685669,-0.3710220754146576,1.350622296333313,-0.8312575817108154,0.3464043140411377,-0.33955058455467224,-0.08621901273727417,-0.16320335865020752 +370,-0.8033634137634695,-0.9220627539448412,-0.11395850937153729,-0.4348239004611969,0.7968496084213257,-0.4194745719432831,0.4443246126174927,0.04033725708723068,-0.6452855467796326,-0.0139218270778656,0.15572607517242432,0.11371901631355286 +371,-0.8838741989329014,-0.8232369993921794,-0.1796260642941376,-0.525661826133728,0.7333503365516663,-0.43113455176353455,-0.4581882357597351,0.020458776503801346,-1.9892842769622803,-0.09729355573654175,-0.05589061975479126,0.36706286668777466 +372,-1.0667891273026393,-0.6216819507899237,-0.4844542420903387,-0.7118194103240967,0.5824032425880432,-0.3925805687904358,0.5826611518859863,-0.80788654088974,-3.717453956604004,0.08358460664749146,-0.08730137348175049,-0.4542669355869293 +373,-1.0997907053139777,-0.2894434164498709,-0.6666976659605992,-0.8540446758270264,0.285418838262558,-0.43490657210350037,-1.0546621084213257,2.589170455932617,-1.4299975633621216,0.9254405498504639,-0.020770400762557983,-0.11729371547698975 +374,-1.0296292898770334,-0.21378696364371566,-0.6657037343431426,-0.837595522403717,0.21216216683387756,-0.503409206867218,0.12477705627679825,0.5652872323989868,0.008678046986460686,0.046045899391174316,0.48670563101768494,0.29567617177963257 +375,-1.1387838234272694,-0.3353412357440034,-0.5310906082824781,-0.8575406670570374,0.3290914297103882,-0.39537692070007324,0.9441725015640259,-2.463397979736328,3.621948719024658,0.24586158990859985,0.2857767343521118,-0.20804715156555176 +376,-1.1081357599323747,-0.5941636724852419,-0.28113264472945765,-0.7415028810501099,0.5598159432411194,-0.3698370158672333,1.5793095827102661,-0.718189001083374,0.6936693787574768,-1.0919015407562256,0.00707852840423584,0.13250187039375305 +377,-1.2113060196514136,-0.46724821409500866,-0.4044903932238222,-0.8357391953468323,0.4504311680793762,-0.3140884041786194,-0.5377498269081116,-2.454202175140381,-0.9929087162017822,0.3071291446685791,-0.15151157975196838,-0.2960037589073181 +378,-1.3480910523266487,-0.30903787537574245,-0.5740159068836591,-0.9291001558303833,0.3041422367095947,-0.2104056030511856,-2.278369903564453,3.106736660003662,-3.8442771434783936,0.2341843843460083,-0.3674509525299072,0.4035208225250244 +379,-0.9184495951837939,0.006728330989224304,-0.868450487824976,-0.7946433424949646,-0.006728280335664749,-0.6070391535758972,-0.7906781435012817,4.42197847366333,-5.056830406188965,0.12078475952148438,-0.037949442863464355,0.2998797297477722 +380,-0.646017765382837,0.20570134603668383,-1.1326199230811076,-0.5893197655677795,-0.20425376296043396,-0.7816537022590637,0.007099547889083624,2.6926257610321045,-3.3871591091156006,-0.10600793361663818,0.19876059889793396,0.09268885850906372 +381,-0.4499323928819615,0.26615729869315236,-1.3363198529810891,-0.41959112882614136,-0.26302599906921387,-0.8687695860862732,-0.8986836671829224,-1.0207974910736084,-0.8710464239120483,-0.18097954988479614,0.07760119438171387,-0.19424915313720703 +382,-0.3790792225533795,0.21588320154340399,-1.4778000498827095,-0.3614751100540161,-0.21421021223068237,-0.9074413180351257,-0.335568368434906,0.8324708342552185,-1.5732635259628296,-0.03415477275848389,0.17421692609786987,-0.15838509798049927 +383,-0.31420545580367804,0.21641000399591956,-1.625183660465924,-0.30185195803642273,-0.21472474932670593,-0.9288588166236877,-0.7972889542579651,-0.04826047271490097,-1.7450196743011475,-0.05880478024482727,-0.004315167665481567,-0.14517682790756226 +384,-0.2809905426626898,0.2547847518929456,-1.7748170794319809,-0.2683553099632263,-0.2520371079444885,-0.9297648668289185,0.17074927687644958,0.03386661782860756,-1.3525089025497437,0.06886190176010132,0.06423193216323853,0.012986302375793457 +385,-0.21642216105583162,0.27858741343902077,-1.8999033949949482,-0.20645742118358612,-0.2749978005886078,-0.9390162825584412,-0.6509048342704773,0.09239242225885391,-0.9980190992355347,0.044699013233184814,0.09012231230735779,0.016073167324066162 +386,-0.20595429736607512,0.24858567268086568,-1.9532631839287007,-0.1982152909040451,-0.24603335559368134,-0.9487772583961487,-0.10883578658103943,0.1391116976737976,-0.015107732266187668,-0.030193522572517395,0.011246368288993835,0.008851110935211182 +387,-0.19441527813107498,0.24529567565628033,-2.0223209732684495,-0.18740974366664886,-0.2428431659936905,-0.9517902731895447,-0.2119879573583603,-0.15416954457759857,-0.7949752807617188,-0.026518478989601135,-0.01838730275630951,-0.014029979705810547 +388,-0.18150382670098755,0.23741015598605972,-2.089841373647627,-0.17544569075107574,-0.23518621921539307,-0.9559844136238098,0.016157932579517365,-0.1195513904094696,-0.7003850340843201,-0.027892932295799255,-0.018613219261169434,-0.02018129825592041 +389,-0.19230153089015958,0.22938541069235424,-2.2099729840516065,-0.1861124038696289,-0.22737906873226166,-0.9558561444282532,-0.6790148019790649,-0.5671369433403015,-0.8734708428382874,0.1163339614868164,0.013618692755699158,0.028457462787628174 +390,-0.1931266119733962,0.22804888273749113,-2.308832246430188,-0.1869591623544693,-0.2260773479938507,-0.9559996128082275,0.4954282343387604,-0.4141199290752411,-0.9047113060951233,0.10225765407085419,0.0457947701215744,-0.07827156782150269 +391,-0.21584896542344667,0.2703684307169797,-2.3706901993034744,-0.20639628171920776,-0.2670865058898926,-0.941310465335846,0.0475650355219841,-0.15662936866283417,-0.9694604873657227,-0.07415181398391724,0.028866291046142578,-0.05992549657821655 +392,-0.21230083746995268,0.33273567097951273,-2.4616352290044183,-0.19915270805358887,-0.3266298770904541,-0.9239324331283569,0.5202465653419495,0.1305723935365677,-0.8793163895606995,-0.08575940132141113,0.0302278995513916,0.004285216331481934 +393,-0.1820414914587271,0.4193425369740104,-2.5591836884961614,-0.16535203158855438,-0.40716004371643066,-0.8982646465301514,1.2192473411560059,-0.24162738025188446,-0.6749448180198669,-0.06812269985675812,0.062494516372680664,-0.12151074409484863 +394,-0.16344662299415305,0.48015726676673554,-2.620969831169991,-0.14431986212730408,-0.4619186520576477,-0.875101625919342,-0.6685454249382019,-0.17189674079418182,-0.57918381690979,0.04928813874721527,-0.03316795825958252,0.14409887790679932 +395,-0.15330417680036967,0.3761697762595338,-2.6798398914663184,-0.14202706515789032,-0.36736077070236206,-0.9191704988479614,-1.157175898551941,-0.3415805399417877,-0.22490808367729187,-0.019014179706573486,0.03403252363204956,-0.11592471599578857 +396,-0.18011027417120667,0.2697658533648178,-2.719788473795136,-0.172659233212471,-0.26650577783584595,-0.9482423067092896,-0.7307518720626831,-0.10827790945768356,-0.35616111755371094,-0.0563904345035553,-0.02681395411491394,-0.007705569267272949 +397,-0.15520524469030253,0.24199399666455107,-2.7489354169812525,-0.1500786542892456,-0.23963899910449982,-0.959192156791687,0.3041447699069977,0.5943623781204224,-0.27014344930648804,-0.023886799812316895,0.018401801586151123,-0.07341587543487549 +398,-0.09894827075493273,0.2561640469138857,-2.766835498070376,-0.0955633744597435,-0.2533716559410095,-0.9626372456550598,-0.5909353494644165,0.37000468373298645,-0.3045975863933563,0.1040777787566185,-0.08125358819961548,0.14494925737380981 +399,-0.11683274898783229,0.22627712564342956,-2.7577650508097107,-0.11359564960002899,-0.22435110807418823,-0.967864990234375,0.5741108059883118,-1.201381802558899,-0.23678328096866608,0.05358283221721649,0.028931796550750732,-0.1009521484375 +400,-0.2271375991969341,0.31753735736115285,-2.7921409024693307,-0.21393170952796936,-0.3122279942035675,-0.9256062507629395,0.9490023255348206,-0.6660575866699219,0.015408067032694817,0.09282270073890686,0.128863126039505,-0.013968944549560547 +401,-0.2172724567354161,0.35995334584502736,-2.7279433381178024,-0.20175202190876007,-0.35223057866096497,-0.9139090180397034,0.45239365100860596,0.10871492326259613,0.8081790208816528,0.028625816106796265,0.014370441436767578,-0.06427085399627686 +402,-0.3646755078846906,0.45535381515019496,-2.633283144225856,-0.32030588388442993,-0.4397801160812378,-0.8390456438064575,1.6703414916992188,-0.5851982831954956,0.4506375193595886,0.07288461923599243,-0.014794468879699707,-0.08772742748260498 +403,-0.3966142385735734,0.4574220366886281,-2.5659425443047112,-0.34658393263816833,-0.4416366517543793,-0.827548623085022,-0.04480084776878357,-0.487766295671463,0.8258405923843384,0.11625248193740845,0.09095916152000427,-0.15104329586029053 +404,-0.5570150223369386,0.5515820502161459,-2.45019169496951,-0.4502534568309784,-0.5240353345870972,-0.7229514718055725,3.5851032733917236,-2.8942511081695557,0.011215848848223686,0.06351947784423828,0.025225460529327393,-0.316767156124115 +405,-1.2936114928849944,0.8159082090674412,-2.046673323117516,-0.6590525507926941,-0.7283481955528259,-0.1875062733888626,4.133111000061035,-5.289744853973389,-0.40395626425743103,0.11475634574890137,0.16162151098251343,-0.05091226100921631 +406,-1.6364799233996066,0.8229680760371157,-1.7983597934251954,-0.6785815954208374,-0.7331674695014954,0.04463588818907738,0.4309108555316925,-0.4085827171802521,-0.3880239427089691,-0.03819996118545532,0.09356486797332764,-0.3757210969924927 +407,-2.0112386067500325,0.7809623719736467,-1.4750606046904782,-0.6424534916877747,-0.7039632797241211,0.30280178785324097,2.264451503753662,-1.6671983003616333,-0.3539452850818634,-0.07588440179824829,-0.01551908254623413,-0.17729836702346802 +408,-2.717614518905758,0.6263007051678118,-1.032756558528114,-0.3333084285259247,-0.5861515998840332,0.7384657859802246,4.309114456176758,-4.933672904968262,-1.3383893966674805,0.21064305305480957,0.09176689386367798,-0.049882471561431885 +409,-3.1415603518975797,0.38087622627178774,-0.8510680726293656,-2.998692070832476e-05,-0.37173405289649963,0.9283390045166016,1.2681370973587036,-1.6158627271652222,-1.1890588998794556,-0.19427543878555298,-0.026535511016845703,0.07137084007263184 +410,3.06192551937703,0.29656148380975406,-0.8016508214205516,0.07610887289047241,-0.29223352670669556,0.9533138871192932,0.41309693455696106,-0.5131614804267883,-0.5225762128829956,-0.06689254939556122,-0.0026578903198242188,-0.011175036430358887 +411,3.019736992451809,0.20517191447598812,-0.7827588651014198,0.11900480836629868,-0.20373547077178955,0.9717661142349243,1.4568147659301758,-1.1581380367279053,-0.46326199173927307,-0.07180940359830856,0.01820388436317444,-0.005976498126983643 +412,2.9936472107984224,0.12611263827579478,-0.7603440267321847,0.14623571932315826,-0.12577861547470093,0.9812213182449341,0.8054106831550598,-0.012675188481807709,-0.10040074586868286,0.032246366143226624,0.059585973620414734,-0.07039356231689453 +413,2.9617960812565824,0.049642422980687995,-0.7637127562973003,0.17860917747020721,-0.04962203651666641,0.9826682806015015,0.5300748944282532,-0.10836911201477051,-0.22203998267650604,-0.07339978218078613,0.011322461068630219,0.09821879863739014 +414,2.9698801978373757,0.0062083163417060725,-0.7467640542348991,0.17086656391620636,-0.006208276376128197,0.9852745532989502,0.7407306432723999,-0.38949283957481384,-0.28721845149993896,0.012910276651382446,0.027555320411920547,-0.06533747911453247 +415,2.9407428958604167,-0.09479347710763947,-0.732971565790602,0.19860638678073883,0.09465157240629196,0.9754980206489563,0.989283561706543,-0.5878726243972778,-0.47362837195396423,0.035219281911849976,0.037504784762859344,0.09309011697769165 +416,2.976503219927936,-0.14166273846387295,-0.7152390809040619,0.1626943051815033,0.14118939638137817,0.9765225648880005,0.536474883556366,0.31105107069015503,-0.11650192737579346,0.018427520990371704,-0.02108745276927948,-0.04318821430206299 +417,2.9466236284654106,-0.2313243288435132,-0.7002781675706917,0.18857572972774506,0.22926677763462067,0.9549220204353333,0.9791738986968994,-0.47980058193206787,-0.6290028691291809,-0.013008087873458862,-0.058322519063949585,-0.03927254676818848 +418,2.9068994956601952,-0.44644474804723644,-0.6668054484993858,0.2097524255514145,0.4317614734172821,0.8772607445716858,3.286559820175171,-0.11995218694210052,-0.7737461924552917,-0.0569203644990921,0.01677069067955017,0.016904473304748535 +419,2.975441956558788,-0.7303351562677118,-0.7107620126672025,0.12320543825626373,0.6671193242073059,0.7346921563148499,3.767606735229492,1.7946985960006714,0.11973226815462112,-0.021230943500995636,0.014490842819213867,-0.2094692587852478 +420,3.0939623302539485,-1.0692417090279434,-0.855194788447986,0.022891491651535034,0.8768361806869507,0.4802440106868744,2.7214295864105225,1.9636540412902832,0.6399484276771545,0.07163670659065247,-0.0034536123275756836,0.010860085487365723 +421,2.9600734998001337,-1.2856022971392682,-1.0684008765228186,0.05078937113285065,0.9596070647239685,0.27672186493873596,2.1141867637634277,0.5569937229156494,0.787906289100647,0.004813648760318756,0.047137439250946045,-0.0030706822872161865 +422,2.1767815373973085,-1.4195961186459969,-1.8738954758999584,0.12380464375019073,0.9885910153388977,0.08579161018133163,1.9347319602966309,0.8775166869163513,0.7912598848342896,-0.10380039364099503,0.002467334270477295,-0.02249813824892044 +423,1.135031032926763,-1.3442823438972418,-2.9550170747337225,0.2035941481590271,0.9744552373886108,-0.09479700028896332,1.1674667596817017,-0.09882044047117233,0.29875558614730835,-0.1916923224925995,0.02914583683013916,0.162439227104187 +424,0.9126877453958183,-1.305367660684397,3.048811285892335,0.20753701031208038,0.9649801254272461,-0.16044244170188904,0.04384586960077286,0.19972606003284454,-0.44389957189559937,0.018445640802383423,0.008851051330566406,0.22462087869644165 +425,0.8480020852443384,-1.3436226404992093,2.933627234649961,0.16890960931777954,0.9743068218231201,-0.14898228645324707,-0.09817895293235779,0.44898152351379395,-0.44460776448249817,-0.061731889843940735,0.030881106853485107,0.10187841951847076 +426,0.6902994273187043,-1.3931724993317482,2.728052419346546,0.11251132190227509,0.9842663407325745,-0.1362387090921402,0.20096725225448608,0.6918444633483887,-0.40360239148139954,0.10863432288169861,-0.04539304971694946,-0.012168288230895996 +427,0.5755094797028796,-1.381424690971472,2.561482464287124,0.10245302319526672,0.9821227192878723,-0.15791907906532288,0.35712864995002747,0.6139911413192749,-0.2810312807559967,-0.03168273717164993,0.0071961283683776855,-0.003656253218650818 +428,0.5552530222121728,-1.3747489850701653,2.4816383619674283,0.10268749296665192,0.9808441996574402,-0.16552987694740295,-0.09680600464344025,0.7145075798034668,-0.10039488971233368,-0.035213127732276917,0.00855100154876709,0.027697250247001648 +429,0.5801778757791479,-1.389523121661452,2.4437482794885037,0.09882556647062302,0.983614981174469,-0.15078142285346985,-0.039507750421762466,0.7168739438056946,-0.21901027858257294,-0.01571093499660492,-0.01536858081817627,-0.02570168673992157 +430,0.5388204173972526,-1.4042126519510778,2.339055073689687,0.08508311212062836,0.9861570000648499,-0.14232054352760315,0.06452617049217224,0.7184751033782959,-0.13981463015079498,-0.07518018037080765,0.05626237392425537,-0.02342037856578827 +431,0.44759096699482825,-1.4305524224473494,2.1832012120193,0.060498423874378204,0.9901819229125977,-0.12601545453071594,-0.10080461949110031,0.742804229259491,-0.3645961880683899,0.0419795885682106,0.027686238288879395,0.02407144010066986 +432,0.35410392579535754,-1.4957487748495741,2.0239192549982694,0.025998150929808617,0.997185230255127,-0.07032490521669388,-1.0061670541763306,0.39521685242652893,-0.6475875973701477,-0.020596565678715706,0.09030860662460327,0.11147785931825638 +433,-2.9454686301042496,-1.4905175311222552,-1.315749963915189,-0.015627074986696243,0.9967793822288513,0.07865530997514725,-0.6318129897117615,0.13647112250328064,0.09246475994586945,-0.10952553153038025,0.05296427011489868,-0.18912899494171143 +434,-3.0844648782409214,-1.45403624964643,-1.4674160537862853,-0.006651480216532946,0.9931913018226624,0.11630494892597198,-0.4220249652862549,-0.06320575624704361,0.007557764183729887,-0.06971874833106995,-0.06925636529922485,0.06948614120483398 +435,3.1109480404108782,-1.4235308885134568,-1.5332230155173325,0.004495890811085701,0.9891760349273682,0.14666470885276794,-0.22683922946453094,-0.2303646057844162,0.3596336245536804,-0.04920414090156555,0.02753227949142456,-0.016858115792274475 +436,2.9470429502897026,-1.4339320832788927,-1.6655081277832078,0.02637665532529354,0.9906486868858337,0.13386312127113342,0.4335697889328003,-0.08995787054300308,0.12485713511705399,-0.10682100057601929,0.019696712493896484,-0.10555815696716309 +437,2.6469607335366874,-1.4940543755176074,-1.983156348813241,0.036394186317920685,0.997056782245636,0.06747753173112869,0.42319658398628235,0.4808709919452667,0.09357966482639313,-0.07136732339859009,-0.014238238334655762,0.10448896139860153 +438,2.1050672645397,-1.5038001208690401,-2.564587682890406,0.05761461704969406,0.9977566003799438,0.03408875688910484,0.24638225138187408,0.3464261293411255,0.45579901337623596,-0.05041251704096794,0.030243098735809326,0.0719292089343071 +439,1.8887037191559122,-1.4965113277586972,-2.8376088741067,0.07049614191055298,0.9972421526908875,0.023198068141937256,-0.10268611460924149,0.6446695923805237,0.15259572863578796,0.022673986852169037,-0.036823570728302,0.12681102752685547 +440,2.1209282821865227,-1.4849636673010367,-2.649818670084677,0.07307735085487366,0.9963186383247375,0.044817373156547546,-0.18660037219524384,0.8826550841331482,-0.1854589581489563,-0.14262694120407104,0.003223419189453125,0.055234428495168686 +441,2.758122034647723,-1.4787124001773402,-2.098092212492055,0.03440336138010025,0.9957632422447205,0.08527448773384094,-0.1338716298341751,1.0509569644927979,-0.4459538161754608,-0.11034634709358215,0.002848029136657715,-0.06542278081178665 +442,-2.6719141103899937,-1.4543509576407982,-1.395650938603912,-0.052584465593099594,0.9932278990745544,0.10360214114189148,-0.7105855941772461,2.740224838256836,-0.7826571464538574,-0.1088535487651825,0.05061060190200806,0.12962841987609863 +443,-2.242115958737557,-1.402752027472586,-1.1807761591991688,-0.1309605836868286,0.9859137535095215,0.10403566062450409,-0.06498365104198456,1.954941987991333,-0.20639771223068237,0.017038464546203613,0.015291690826416016,0.07652163505554199 +444,-2.0735109347056184,-1.3750461339829503,-1.1767777386991431,-0.17043866217136383,0.9809020161628723,0.093712717294693,-0.0809243768453598,1.6434811353683472,-0.29090288281440735,-0.006395474076271057,0.036218464374542236,-0.01891421526670456 +445,-2.042669922903694,-1.3736269994786403,-1.2759824440709078,-0.17448732256889343,0.9806250333786011,0.08904527127742767,-0.07285371422767639,1.1813186407089233,0.14618967473506927,-0.10497741401195526,-0.0049626827239990234,-0.06333421915769577 +446,-1.9590040030911506,-1.3747623802677083,-1.270085980393102,-0.18028751015663147,0.9808468222618103,0.07373061031103134,-0.06196843087673187,0.1905931830406189,0.017573758959770203,-0.06482970714569092,-0.013363122940063477,-0.08360301703214645 +447,-1.9164046216041728,-1.3843768142574597,-1.2510167381026407,-0.17438311874866486,0.9826741218566895,0.06278830766677856,-0.011102824471890926,0.31106680631637573,-0.13847945630550385,-0.06705670058727264,-0.0370105504989624,0.013627775013446808 +448,-1.889606323755932,-1.3787862432951308,-1.289991758354443,-0.1812165379524231,0.9816226363182068,0.059814002364873886,-0.024593833833932877,1.0572375059127808,0.009879869408905506,-0.0012480765581130981,-0.05683320760726929,-0.0833277702331543 +449,-1.7088080139799278,-1.3665757196969839,-1.183848592374636,-0.20087657868862152,0.9792193174362183,0.027900684624910355,0.10871489346027374,0.8475275039672852,-0.2085738182067871,0.045221611857414246,-0.018724143505096436,0.024986274540424347 +450,-1.6160546543460597,-1.36777624460857,-1.1643223227756294,-0.20142123103141785,0.9794620871543884,0.009122217074036598,-0.06991267949342728,0.22848540544509888,0.2717428505420685,-0.044184207916259766,0.045195937156677246,-0.025113465264439583 +451,-1.6259308843436695,-1.3593988437613722,-1.2105173308689805,-0.20950765907764435,0.977738618850708,0.0115628307685256,0.16181302070617676,0.048332542181015015,-0.44018784165382385,-0.0015366673469543457,0.013258635997772217,-0.023891925811767578 +452,-1.6279722828544405,-1.345500199394476,-1.2117658146494605,-0.2230301946401596,0.974727988243103,0.01276587788015604,-0.0760689228773117,-0.019372422248125076,-0.009751701727509499,0.009452909231185913,0.022616982460021973,-0.04653358459472656 +453,-1.600334681955742,-1.3367333241130983,-1.2009267474473018,-0.23183032870292664,0.9727320671081543,0.006849878933280706,-0.15179868042469025,0.26714634895324707,-0.17144052684307098,0.02841542661190033,0.018158376216888428,0.02485787868499756 +454,-1.7119579186058889,-1.3266618631668963,-1.3813068018323456,-0.23931188881397247,0.9703469276428223,0.03400783613324165,-0.5606881380081177,0.5591975450515747,-0.22549109160900116,-0.007407426834106445,0.029668211936950684,-0.05363059416413307 +455,-1.7601800877174463,-1.2885885860522697,-1.49761307630394,-0.2734975218772888,0.9604429602622986,0.052424244582653046,-0.252198725938797,0.703305184841156,-0.23305261135101318,0.036940544843673706,0.00908517837524414,-0.048426393419504166 +456,-1.7637393954104126,-1.2741711818073398,-1.526648936053522,-0.2868705689907074,0.9563283920288086,0.05604690685868263,0.07021196186542511,0.08415792137384415,0.002474466571584344,0.017964929342269897,0.026291847229003906,-0.07995748519897461 +457,-1.7316245075661076,-1.2643630418823948,-1.4953982378680377,-0.29776719212532043,0.95341557264328,0.04830656945705414,-0.010459980927407742,-0.11474008113145828,-0.12040341645479202,0.020301371812820435,0.01867610216140747,-0.025326848030090332 +458,-1.7189859418204612,-1.2630144948188218,-1.468925672359125,-0.2996249794960022,0.9530078768730164,0.04472921043634415,0.09892444312572479,-0.08141552656888962,-0.05002566799521446,-0.022076070308685303,0.010828673839569092,-0.008138660341501236 +459,-1.7292583020235086,-1.2582183750317648,-1.4670164212732713,-0.30365997552871704,0.9515439867973328,0.048525404185056686,-0.12093500792980194,-0.11377515643835068,0.014767192304134369,0.001764833927154541,0.0035036206245422363,0.017697691917419434 +460,-1.7563049994134878,-1.257213178244524,-1.4940447772221532,-0.3031761348247528,0.9512344002723694,0.056895967572927475,-0.12059736251831055,-0.09223797172307968,-0.003266106592491269,-0.0010688304901123047,-0.010804831981658936,0.0014078542590141296 +461,-1.8046992271998512,-1.255879264068317,-1.5350093073799576,-0.30130311846733093,0.9508220553398132,0.0717896893620491,-0.15785400569438934,-0.05920302867889404,-0.04682193696498871,-0.01080012321472168,-0.009568452835083008,-0.06454170495271683 +462,-1.7930045967762493,-1.248056600639095,-1.5235752165037346,-0.3093682527542114,0.9483700394630432,0.06989844143390656,-0.021768685430288315,-0.06659716367721558,-0.006163937970995903,-0.005603671073913574,0.004068434238433838,-0.03518461436033249 +463,-1.7822717457394184,-1.2511810041945397,-1.4982367854052063,-0.3072018325328827,0.9493563771247864,0.06595174223184586,0.11466251313686371,-0.20498216152191162,0.06088973954319954,-0.05302762985229492,0.031051337718963623,-0.009662032127380371 +464,-1.803359027988219,-1.2623350620925031,-1.4601212375788948,-0.29541948437690735,0.9528018236160278,0.06996956467628479,0.27259621024131775,-1.0661900043487549,0.08572811633348465,-0.11618632078170776,-0.03994494676589966,-0.054558172821998596 +465,-1.8316768462229687,-1.2739211503217855,-1.3402870444872799,-0.2826351821422577,0.9562552571296692,0.07545358687639236,0.33023372292518616,-1.6489661931991577,0.04863475263118744,-0.04564240574836731,-0.07332068681716919,0.013169407844543457 +466,-1.9576882743630095,-1.2720389309928068,-1.3139859109833427,-0.27257806062698364,0.9557029604911804,0.11105547845363617,-0.03561067953705788,-1.3190196752548218,0.02052810601890087,-0.036000460386276245,-0.0017233490943908691,-0.02943621575832367 +467,-2.046527908112279,-1.2792090383657995,-1.3093024450757254,-0.2555510997772217,0.9577887654304504,0.13165928423404694,0.1949072778224945,-1.0677491426467896,-0.032235950231552124,-0.07368776202201843,0.0036826729774475098,-0.040838971734046936 +468,-2.061156367335528,-1.294702702167244,-1.1993044598918645,-0.24047715961933136,0.9621276259422302,0.12837889790534973,0.37552255392074585,-0.876647412776947,0.10979524999856949,-0.048203855752944946,-0.006637513637542725,0.0030603408813476562 +469,-2.0975689635973542,-1.3094499828055672,-1.1465891495245968,-0.22335311770439148,0.9660429954528809,0.12989990413188934,0.28269705176353455,-1.0577154159545898,0.14899589121341705,-0.06873059272766113,-0.014886617660522461,-0.04542723298072815 +470,-2.1287743073613945,-1.3429451274757493,-1.1032863106070345,-0.19162394106388092,0.974153995513916,0.11959946155548096,0.16733120381832123,-0.3831690847873688,0.1606166511774063,-0.1097065806388855,0.014722228050231934,0.02072034776210785 +471,-2.0345475305361633,-1.3646084294974152,-0.9525499560601564,-0.1831064373254776,0.9788184762001038,0.09157693386077881,0.07257843017578125,-0.05246932804584503,-0.008985755033791065,-0.0290212482213974,-0.019437432289123535,0.1446443796157837 +472,-2.0375890858407772,-1.3867858043360362,-0.9057626774277397,-0.16339826583862305,0.9831177592277527,0.08234253525733948,0.09495729207992554,-0.442689448595047,0.12934014201164246,-0.09169815480709076,0.008321940898895264,0.09102784842252731 +473,-2.0430369514865383,-1.391990064594733,-0.8706108523947129,-0.1583888828754425,0.9840567111968994,0.08090312778949738,0.1322946697473526,-0.4903014004230499,0.05354851484298706,-0.018201082944869995,-0.019670724868774414,0.04383742809295654 +474,-2.1267403729910135,-1.3970255557545603,-0.9703454019362374,-0.14685972034931183,0.9849398136138916,0.09124594926834106,-0.30181455612182617,0.8478745222091675,0.0002499071415513754,-0.08132022619247437,-0.0069429874420166016,0.03979659080505371 +475,-2.079154124399752,-1.3954280225161084,-1.0691894353737306,-0.15240833163261414,0.9846623539924622,0.08492263406515121,-0.4750708043575287,2.3538854122161865,0.1550186276435852,-0.041988641023635864,-0.03176623582839966,0.1161423921585083 +476,-2.054920892535328,-1.3727108704396487,-1.2690768373559675,-0.17417782545089722,0.980445146560669,0.09159395843744278,-0.09915140271186829,1.4586018323898315,-0.21588625013828278,-0.06323367357254028,-0.011679887771606445,-0.05800938606262207 +477,-1.9628549938532411,-1.3435138048021058,-1.3092140213884729,-0.2082330733537674,0.9742823243141174,0.08609677106142044,-0.14882993698120117,0.9772511124610901,0.002793461550027132,0.07352852821350098,0.002402067184448242,-0.019553199410438538 +478,-1.9219109437832498,-1.342004504483904,-1.371539511883355,-0.21296335756778717,0.9739411473274231,0.0780068039894104,-0.26272839307785034,0.8844138383865356,-0.10970812290906906,-0.008197501301765442,-0.014468610286712646,0.03841780871152878 +479,-1.8995895365759734,-1.3180468583030711,-1.4705453632134111,-0.23667122423648834,0.9682285189628601,0.08074679225683212,-0.12541329860687256,1.0185027122497559,-0.37433144450187683,-0.049705684185028076,-0.009732544422149658,-0.007825024425983429 +480,-1.7478936508674183,-1.2408797943918215,-1.4629196438717191,-0.31889721751213074,0.9460693597793579,0.057073771953582764,0.013349239714443684,1.350005030632019,-0.7785142660140991,0.05340951681137085,0.025259435176849365,-0.12090121954679489 +481,-1.5866145168428847,-1.1978358055857952,-1.4160381662369474,-0.3643287420272827,0.9312527179718018,0.005763502325862646,0.13166913390159607,0.5821143388748169,-0.04700539633631706,-0.0010429620742797852,-0.003823399543762207,-0.09794187545776367 +482,-1.4793571239555472,-1.1884976269872596,-1.392864028675596,-0.3714960813522339,0.9278095364570618,-0.03406429663300514,0.21278385818004608,1.0969486236572266,-0.15197186172008514,-0.015619426965713501,0.009461700916290283,0.006812091916799545 +483,-1.3080757475170977,-1.1603285878537515,-1.3335005810367777,-0.38534629344940186,0.9169342517852783,-0.10363378375768661,0.4506493806838989,1.2933913469314575,-0.42013058066368103,-0.020171284675598145,0.03921198844909668,0.0306205153465271 +484,-1.1328812489459221,-1.1040202026708232,-1.3023836623370164,-0.40754571557044983,0.8930237293243408,-0.19082757830619812,0.22889170050621033,1.177383303642273,-0.4762668311595917,0.010893523693084717,0.03219294548034668,0.0238659530878067 +485,-1.0688294920450818,-1.060150336495142,-1.347129872074857,-0.42844900488853455,0.8724289536476135,-0.23515813052654266,-0.1539200097322464,0.8430303931236267,-0.4147599935531616,-3.30805778503418e-05,0.0025253891944885254,0.00604739785194397 +486,-1.0051927050973135,-1.0303540823112156,-1.3753460348555306,-0.43438729643821716,0.8574812412261963,-0.275741845369339,0.16263793408870697,1.0874451398849487,-0.3579798936843872,-0.01477038860321045,-0.004133462905883789,-0.005920082330703735 +487,-0.8911740307104985,-0.9979101112389459,-1.3962010748511782,-0.4216194748878479,0.8403399586677551,-0.34068408608436584,0.01287543959915638,1.2582331895828247,-0.1273432970046997,0.05171594023704529,0.015937447547912598,0.029145389795303345 +488,-0.8167887127160203,-0.9897376988375771,-1.4044135476981239,-0.40012800693511963,0.8358820080757141,-0.37576431035995483,0.06139014661312103,0.41559135913848877,-0.00484050065279007,0.03223860263824463,-0.010274767875671387,-0.035078585147857666 +489,-0.7921138965589519,-0.9866695952045217,-1.4207755925124066,-0.3925589621067047,0.834194004535675,-0.38732144236564636,-0.030974088236689568,0.36970245838165283,-0.07178173214197159,0.0160636305809021,-0.011562108993530273,-0.03302764892578125 +490,-0.792678505036253,-0.9909115283779194,-1.4442015497153136,-0.3902537524700165,0.8365257978439331,-0.3846123516559601,-0.15598465502262115,0.24594053626060486,-0.0040486641228199005,-0.0041554272174835205,0.0050879716873168945,-0.009827375411987305 +491,-0.77900781590541,-0.9929565362694749,-1.4605949306915182,-0.3837568163871765,0.8376445174217224,-0.38869309425354004,-0.07934123277664185,0.3478848338127136,-0.15831628441810608,-0.042512714862823486,-0.014783799648284912,-0.023141562938690186 +492,-0.7744426883685578,-0.9825586884901545,-1.4928782726014618,-0.3880484402179718,0.8319199085235596,-0.3966454863548279,0.14119012653827667,0.2784901261329651,-0.3844008445739746,-0.0460488498210907,-0.0021927356719970703,-0.06899172067642212 +493,-0.7463978693495409,-0.9625944993731498,-1.5263764874493857,-0.38797497749328613,0.8206768035888672,-0.4194819927215576,0.048651956021785736,0.3136832118034363,-0.09944409877061844,0.0014850497245788574,-0.028272509574890137,0.026034057140350342 +494,-0.7286634953505357,-0.9438290692288377,-1.5507054961742741,-0.3906620442867279,0.8098105192184448,-0.4377099573612213,0.13206109404563904,0.4836016893386841,-0.17973068356513977,0.04555404186248779,-0.0213126540184021,-0.03883722424507141 +495,-0.679839645279513,-0.9315142879698333,-1.5418458213327948,-0.37507566809654236,0.8025243282318115,-0.46397507190704346,0.06233549490571022,0.2695499360561371,0.026363138109445572,-0.018417954444885254,-0.0005681514739990234,-0.024763941764831543 +496,-0.6595682811984085,-0.937217364663893,-1.549760785214772,-0.36278337240219116,0.8059138059616089,-0.4678580164909363,-0.2017308622598648,0.18018779158592224,0.0567740723490715,0.008489549160003662,0.009363293647766113,-0.04335719347000122 +497,-0.6566433223485103,-0.9409946683730196,-1.5685513765585115,-0.35955241322517395,0.8081443309783936,-0.46650266647338867,-0.04946707934141159,0.2961272895336151,-0.10552238672971725,0.005884230136871338,-0.01207810640335083,-0.08256956934928894 +498,-0.6360129526137471,-0.9375468662832679,-1.5836566952223199,-0.35150545835494995,0.806108832359314,-0.4760592579841614,-0.02083960361778736,0.16608111560344696,-0.05763135850429535,0.014316767454147339,-0.03425830602645874,-0.061523109674453735 +499,-0.6453204619428847,-0.9360124288791589,-1.6099028877555766,-0.3566645383834839,0.8051998615264893,-0.4737545847892761,-0.01858745887875557,-0.0061611817218363285,-0.11376912891864777,0.040746599435806274,-0.023354828357696533,-0.08085659146308899 +500,-0.6559699578028254,-0.9321799658429746,-1.6100346278625,-0.363569051027298,0.8029212951660156,-0.47237154841423035,0.03652585670351982,-0.44713160395622253,-0.06232459470629692,-0.015398204326629639,-0.025699615478515625,-0.08057641983032227 +501,-0.766420746739715,-0.9157156420889595,-1.624947481518758,-0.4225335419178009,0.7929987907409668,-0.4388829469680786,-0.01858954131603241,-1.4250880479812622,-0.20990020036697388,0.016207247972488403,-0.015563547611236572,-0.0412653386592865 +502,-0.9162127978803273,-0.8992683737833617,-1.611554648184613,-0.4935787320137024,0.7828719019889832,-0.37880298495292664,0.03471456095576286,-1.9137063026428223,0.13972748816013336,0.0691249668598175,0.0007584691047668457,-0.0011408329010009766 +503,-1.0304796566259262,-0.9243548166049813,-1.612187401850165,-0.5165424942970276,0.7982323169708252,-0.3098532557487488,0.13976022601127625,-0.8495755195617676,0.29556119441986084,0.03575336933135986,-0.010405778884887695,-0.16764000058174133 +504,-1.0438722400278369,-0.9330748467757893,-1.5719073318250718,-0.5146097540855408,0.8034543991088867,-0.2993961274623871,0.1445992887020111,-0.07525995373725891,0.1178492084145546,-0.017494797706604004,0.001843571662902832,-0.01044890284538269 +505,-1.0460633378458306,-0.9361401731987469,-1.5616235098912792,-0.5131303071975708,0.8052756190299988,-0.2970324158668518,-0.10494738817214966,0.08100265264511108,0.09846962243318558,0.003273189067840576,-0.0008628964424133301,0.049717992544174194 +506,-1.0144823330617383,-0.9464434508724173,-1.5645644867925763,-0.4964231550693512,0.8113415837287903,-0.30868905782699585,-0.0991528257727623,0.6100868582725525,0.062487103044986725,0.007073760032653809,-0.004182159900665283,0.01788705587387085 +507,-0.9783717373000094,-0.9412844511655021,-1.5601505152227362,-0.4884209632873535,0.8083149790763855,-0.3287429213523865,-0.1108512207865715,0.592800498008728,-0.3356955945491791,-0.08895635604858398,0.06402993202209473,0.062217652797698975 +508,-0.9732806752732754,-0.8693181360266549,-1.6128522002804209,-0.5335319638252258,0.7638890743255615,-0.36306628584861755,0.1259768307209015,0.7667595148086548,-1.159460425376892,0.05179673433303833,0.024532556533813477,-0.009019255638122559 +509,-0.954235778339516,-0.7595326649712005,-1.69626891563279,-0.5916361808776855,0.6885825991630554,-0.4193098843097687,0.25811341404914856,0.8365263938903809,-1.1764929294586182,-0.014946520328521729,0.06169205904006958,0.01611161231994629 +510,-0.9325028968901811,-0.6940162241950878,-1.7422345134468995,-0.6173401474952698,0.6396295428276062,-0.4580013155937195,-0.3326905071735382,-0.13016504049301147,-0.19763168692588806,-0.0037077665328979492,-0.0263940691947937,0.08156701922416687 +511,-0.9962030115408518,-0.7054810186794844,-1.7679988897896233,-0.6390451788902283,0.6484001278877258,-0.4137614071369171,-0.33511364459991455,-0.49688902497291565,-0.11280138790607452,-0.04969072341918945,-0.03043442964553833,0.06552532315254211 +512,-1.1045038421128266,-0.7262948646917651,-1.827131955052915,-0.667823076248169,0.6641041040420532,-0.3361223340034485,-0.6738652586936951,-0.8576111793518066,-0.06121893972158432,0.010535478591918945,0.011844992637634277,0.045167744159698486 +513,-1.2547562341016685,-0.7411235266413236,-1.9257243832710627,-0.701174259185791,0.6751171946525574,-0.22928424179553986,-0.4390384256839752,-0.4823906123638153,-0.11355333775281906,0.038973450660705566,0.03424859046936035,-0.06374551355838776 +514,-1.2714828906677091,-0.7368557115293876,-1.933700129769771,-0.7076581120491028,0.6719626188278198,-0.21837207674980164,0.1380365788936615,-0.01253795437514782,-0.03898933157324791,0.011475861072540283,0.005954861640930176,0.0059239864349365234 +515,-1.2752285910860492,-0.7222662651819651,-1.9459183363382229,-0.7177736759185791,0.6610867977142334,-0.2185523808002472,-0.2426985204219818,0.07895734161138535,-0.2766575515270233,0.031082510948181152,0.013397455215454102,0.059006527066230774 +516,-1.3079653495477293,-0.707948059839798,-1.9819251941295997,-0.7336085438728333,0.6502763032913208,-0.1973811537027359,-0.09478554129600525,0.08339487016201019,-0.3236905634403229,0.008541405200958252,0.0083845853805542,-0.05150490999221802 +517,-1.2981969007775795,-0.6782947217618722,-1.986243667309129,-0.749891996383667,0.6274661421775818,-0.2096388190984726,-0.04239882528781891,0.026473451405763626,-0.2077370285987854,0.013777434825897217,0.03969395160675049,0.003568798303604126 +518,-1.3142586371037774,-0.6622524455529908,-1.9969460166783375,-0.7628014087677002,0.614894688129425,-0.2000962495803833,-0.10756409168243408,-0.12752611935138702,-0.1697952002286911,0.0029290318489074707,0.009739100933074951,0.0108109712600708 +519,-1.3365006481674222,-0.6609740874551064,-1.9986382692116387,-0.7678269147872925,0.6138860583305359,-0.18326427042484283,-0.12526874244213104,-0.2352842092514038,0.08974339812994003,0.01637732982635498,-0.012720286846160889,0.01923227310180664 +520,-1.392965128046738,-0.6777045482051038,-2.0221237675514296,-0.7667287588119507,0.627006471157074,-0.13780400156974792,-0.2584099769592285,-0.4730948209762573,0.13136939704418182,-0.005579590797424316,-0.013938844203948975,-0.12141227722167969 +521,-1.405590546260057,-0.6799118546248252,-2.010875815193816,-0.7670403122901917,0.6287244558334351,-0.12788507342338562,0.0400092639029026,-0.061478178948163986,0.026917777955532074,0.050380825996398926,-0.03946065902709961,-0.023390576243400574 +522,-1.419210396295479,-0.6980860949633894,-1.9968902517133114,-0.7572891712188721,0.6427526473999023,-0.11568180471658707,0.04553541541099548,-0.1171729788184166,0.18436621129512787,-0.06845557689666748,-0.011298179626464844,-0.026316478848457336 +523,-1.419000196587868,-0.7013782070125437,-1.9746574499477756,-0.7551689147949219,0.6452711820602417,-0.11552036553621292,0.17061088979244232,-0.14159660041332245,0.06071101129055023,-0.01799386739730835,-0.053184449672698975,-0.05080043524503708 +524,-1.4082420288723672,-0.6949297775135299,-1.937483637125498,-0.7579730749130249,0.640331506729126,-0.12430862337350845,0.23975390195846558,-0.14163872599601746,0.04202728345990181,-0.02442145347595215,-0.0552636981010437,-0.07510848343372345 +525,-1.3948369257619184,-0.6817473767557429,-1.9008011344525733,-0.7644832730293274,0.6301507949829102,-0.13592374324798584,0.12095781415700912,-0.06443975865840912,-0.1517600417137146,-0.04278290271759033,-0.025048255920410156,-0.011125192046165466 +526,-1.3879021258319182,-0.6619795515208624,-1.8775722367269034,-0.7756213545799255,0.6146794557571411,-0.14345981180667877,0.23713266849517822,-0.05010237544775009,-0.07986873388290405,-0.009275496006011963,0.008916676044464111,-0.04123258590698242 +527,-1.37292402314423,-0.6587092198315314,-1.8376396297672852,-0.7753525972366333,0.6120966076850891,-0.15545497834682465,0.2710803151130676,-0.14018361270427704,0.07086529582738876,-0.03418731689453125,-0.013662159442901611,0.012159690260887146 +528,-1.3633939917356808,-0.6568776303669902,-1.8096496490602751,-0.7749316096305847,0.6106472015380859,-0.1630675196647644,0.18896807730197906,-0.08678183704614639,-0.01272137463092804,-0.03405886888504028,0.024393022060394287,-0.041995346546173096 +529,-1.3476811350655666,-0.6484882361604264,-1.772629076526551,-0.7772424817085266,0.6039822101593018,-0.17635062336921692,0.2674398720264435,-0.11425513029098511,0.015472998842597008,0.07123357057571411,0.021429717540740967,0.06879140436649323 +530,-1.34945049778119,-0.651229372745858,-1.7561318759411446,-0.7759352922439575,0.6061646342277527,-0.17461103200912476,0.07307374477386475,-0.024020634591579437,0.05962681770324707,0.045420706272125244,0.0012573003768920898,0.001515313982963562 +531,-1.3417941910972646,-0.657919076739331,-1.7458238102166064,-0.7706090211868286,0.6114715933799744,-0.17962205410003662,0.14459432661533356,0.039398193359375,0.045867785811424255,-0.02425175905227661,-0.01775217056274414,-0.016483888030052185 +532,-1.323805729325452,-0.6584109575035054,-1.7224153963069053,-0.7669618129730225,0.6118607521057129,-0.19338080286979675,0.29551762342453003,-0.08603022247552872,0.1710159033536911,-0.02576291561126709,0.016892969608306885,-0.027200251817703247 +533,-1.3221845605767983,-0.6624748455378803,-1.6953600523663623,-0.7642308473587036,0.615070104598999,-0.19401046633720398,0.18055757880210876,-0.12387272715568542,0.006343185901641846,-0.010763049125671387,-0.010028541088104248,-0.011662721633911133 +534,-1.32950169766795,-0.6576907331171183,-1.6981745656599043,-0.7684784531593323,0.6112909317016602,-0.18911431729793549,-0.06617279350757599,-0.09583908319473267,-0.07809726148843765,-0.01524341106414795,0.006049096584320068,-0.08990786969661713 +535,-1.3174810281932552,-0.6437649994510033,-1.6947852388146742,-0.7743161916732788,0.6002110838890076,-0.20045217871665955,0.05406095087528229,0.0451030395925045,-0.07819648087024689,0.037988126277923584,0.031426429748535156,0.07075245678424835 +536,-1.314784726732358,-0.6453113537562786,-1.6983637366121531,-0.772874116897583,0.6014472246170044,-0.20230397582054138,0.027096491307020187,-0.03369802236557007,0.06972487270832062,0.013795197010040283,-0.02823549509048462,-0.002469003200531006 +537,-1.3160852335911817,-0.6497739066201471,-1.687677559027844,-0.7705315351486206,0.6050063967704773,-0.20062041282653809,0.14095894992351532,-0.10083207488059998,0.017605306580662727,-0.038474202156066895,0.004017651081085205,-0.016115427017211914 +538,-1.31064913958898,-0.6372286671656969,-1.6780133121327274,-0.7767032384872437,0.5949702858924866,-0.20674221217632294,0.110679492354393,0.001292707398533821,-0.025906646624207497,0.03669780492782593,0.015396475791931152,-0.011916205286979675 +539,-1.300772213347963,-0.6352515474680445,-1.6660114071828511,-0.7757557034492493,0.5933800339698792,-0.214716836810112,0.18487904965877533,-0.0031750029884278774,0.02451467700302601,0.023939907550811768,0.01419442892074585,0.023081719875335693 +540,-1.2874727607335121,-0.6373421217189931,-1.6514688047210164,-0.771638810634613,0.5950614809989929,-0.22466738522052765,0.18176302313804626,-0.00931297056376934,0.051499687135219574,-0.0012646317481994629,0.008103251457214355,-0.0077849626541137695 +541,-1.2745163936181603,-0.6385767461926877,-1.633416336009036,-0.7679599523544312,0.5960532426834106,-0.2344312071800232,0.24864055216312408,-0.08636577427387238,0.04391397535800934,0.00042760372161865234,0.016877055168151855,-0.007268011569976807 +542,-1.2711570915405346,-0.6347425919342438,-1.615664862720795,-0.7693459987640381,0.5929702520370483,-0.2376825362443924,0.2912004292011261,-0.04892270267009735,-0.04807228595018387,0.004712879657745361,0.033631861209869385,-0.01654408872127533 +543,-1.2676106397061713,-0.6281718661219893,-1.6046736797854777,-0.7722001671791077,0.5876665711402893,-0.24156756699085236,-0.1106225997209549,-0.1414584219455719,0.0005769936833530664,0.06472647190093994,0.003153681755065918,0.05110734701156616 +544,-1.2749265388307949,-0.6383538311838233,-1.6176686217573766,-0.768183171749115,0.5958742499351501,-0.23415495455265045,-0.005226558074355125,0.017182080075144768,0.0882183164358139,0.01253741979598999,0.031216204166412354,-0.030249357223510742 +545,-1.2616852386180708,-0.6455631621553722,-1.6060204813489551,-0.7609032392501831,0.6016483902931213,-0.24299266934394836,0.17670941352844238,-0.11408016085624695,0.10037422925233841,0.0008630156517028809,0.05910295248031616,0.019268348813056946 +546,-1.264731315877996,-0.6522873611519097,-1.6064589291623843,-0.7577650547027588,0.607005774974823,-0.2394493669271469,-0.1437697559595108,-0.03728717565536499,-0.07973185926675797,-0.012986838817596436,0.042774498462677,0.0797966867685318 +547,-1.2906959608642703,-0.65319427232746,-1.6407269074903543,-0.7631969451904297,0.6077262163162231,-0.21954351663589478,-0.15789595246315002,0.06942838430404663,-0.07403968274593353,0.04929924011230469,0.022492289543151855,-0.008956849575042725 +548,-1.2766229085210774,-0.6550011827948357,-1.654826769573477,-0.7589796185493469,0.6091601848602295,-0.2299431562423706,0.014947990886867046,0.29251593351364136,-0.08381357043981552,0.022895634174346924,0.04260373115539551,0.009865641593933105 +549,-1.2564875961315138,-0.6547787541863674,-1.6759662308038172,-0.7543249726295471,0.6089837551116943,-0.24521969258785248,-0.29854151606559753,0.27545860409736633,-0.09680989384651184,-0.01032346487045288,0.053781747817993164,0.0798296332359314 +550,-1.2605433183797392,-0.6467393904874978,-1.7284905547031864,-0.7599508762359619,0.6025874614715576,-0.24364519119262695,-0.3748200237751007,0.2950489819049835,-0.3142184019088745,-0.009977102279663086,0.05720257759094238,0.03302812576293945 +551,-1.2611621646752782,-0.6330627350789085,-1.7876277164636416,-0.7678796052932739,0.5916167497634888,-0.24566324055194855,-0.4982793629169464,0.3248099684715271,-0.17402170598506927,0.0449945330619812,0.007580578327178955,0.030941560864448547 +552,-1.2637175139362316,-0.6250573630047159,-1.8569225832799392,-0.772994875907898,0.5851438045501709,-0.24512408673763275,-0.5164502263069153,0.4450083374977112,-0.2678821384906769,0.02810657024383545,-0.0013120174407958984,-0.007668256759643555 +553,-1.2731604158263978,-0.6167672066669654,-1.935096378362379,-0.7798858284950256,0.5784010291099548,-0.2392282783985138,-0.6894010901451111,0.36410635709762573,-0.2884450852870941,-0.0055602192878723145,-0.01869344711303711,-0.00816240906715393 +554,-1.304528887498385,-0.6075459793645236,-2.03433814496275,-0.7921172380447388,0.5708543062210083,-0.216045081615448,-0.7463164329528809,0.35854560136795044,-0.37679407000541687,-0.01405024528503418,-0.026909053325653076,-0.05951337516307831 +555,-1.32755115440657,-0.5857092681828883,-2.1274796161847376,-0.8087884187698364,0.5527905821800232,-0.20070809125900269,-0.7150613069534302,0.3925414979457855,-0.42781177163124084,0.027736902236938477,-0.03614324331283569,-0.08368518948554993 +556,-1.321572376751772,-0.5729202174091893,-2.2104460709935325,-0.8143590092658997,0.5420882701873779,-0.2072669416666031,-0.8521608710289001,0.4981120824813843,-0.16696499288082123,0.039090514183044434,-0.007206737995147705,-0.09371267259120941 +557,-1.3324794660349981,-0.5843384242574957,-2.321865632018681,-0.8105034828186035,0.5516477227210999,-0.1968984454870224,-0.9963394403457642,0.5240780115127563,-0.06381825357675552,0.01729053258895874,0.0053285956382751465,-0.13980203866958618 +558,-1.3360483194821582,-0.5948993227549715,-2.430136763032909,-0.805489718914032,0.5604254007339478,-0.19263872504234314,-1.1833667755126953,0.8592628240585327,-0.23132102191448212,-0.04596590995788574,0.029860854148864746,-0.04431496560573578 +559,-1.3344089013055946,-0.5969429315377515,-2.5730463143611804,-0.8040577173233032,0.5621167421340942,-0.19369038939476013,-1.1700704097747803,0.7295226454734802,-0.24355323612689972,-0.013080954551696777,0.008104145526885986,-0.08124242722988129 +560,-1.3493013314623226,-0.6083924992171456,-2.688104880601969,-0.8005214333534241,0.571549117565155,-0.18026918172836304,-0.9155899286270142,0.44035789370536804,0.028501547873020172,-0.005829215049743652,-0.059983015060424805,-0.07617001235485077 +561,-1.3513482404053205,-0.6223143730234785,-2.779823571098137,-0.7930452227592468,0.5829172134399414,-0.17688079178333282,-0.7788669466972351,0.7208096385002136,-0.11623746901750565,-0.029907047748565674,-0.043198585510253906,-0.027037620544433594 +562,-1.3479312847497744,-0.6263751933804513,-2.85877125099666,-0.7901211380958557,0.5862119793891907,-0.17906489968299866,-0.5789083242416382,0.4844769835472107,-0.11905573308467865,-0.011285662651062012,-0.0686185359954834,-0.05878913402557373 +563,-1.3318503111191116,-0.6277596505570306,-2.8981402920260004,-0.7863501906394958,0.5873330235481262,-0.19155481457710266,-0.25157004594802856,0.3523574471473694,0.007484924979507923,0.012744903564453125,-0.02542811632156372,-0.03293251991271973 +564,-1.3246306675210486,-0.639906300244667,-2.9160165797359126,-0.7779700756072998,0.5971202850341797,-0.19547396898269653,-0.2616247236728668,0.20633378624916077,0.0299360491335392,-0.008559465408325195,0.0030994415283203125,-0.012671172618865967 +565,-1.324886676775286,-0.6429179029209054,-2.9439002994818986,-0.7762724757194519,0.5995333194732666,-0.19483616948127747,-0.33261212706565857,0.10469293594360352,-0.07179999351501465,-0.037753522396087646,0.006973087787628174,-0.06862208247184753 +566,-1.339889627622371,-0.6370339228580179,-2.9784855578968923,-0.7825285792350769,0.5948137640953064,-0.18397244811058044,-0.3306427001953125,0.0386163592338562,-0.16489124298095703,-0.017093122005462646,-0.014750778675079346,-0.05055512487888336 +567,-1.371656871483559,-0.6307692960026592,-3.0154480558120835,-0.7916141152381897,0.5897662043571472,-0.1597590446472168,-0.3205219805240631,-0.141954243183136,-0.0923600122332573,0.009845376014709473,0.012971282005310059,-0.0636906623840332 +568,-1.4172635999793886,-0.6290577456044912,-3.059978699075304,-0.7990708351135254,0.588383138179779,-0.12365668267011642,-0.49479803442955017,-0.042741574347019196,-0.0705767348408699,0.052870333194732666,0.04676395654678345,-0.010025553405284882 +569,-1.4435804580934883,-0.6256599955964737,-3.115206964047414,-0.8040264844894409,0.5856323838233948,-0.10284031182527542,-0.39316701889038086,0.19351373612880707,-0.14672039449214935,-0.013798832893371582,0.004074037075042725,-0.036899685859680176 +570,-1.4534897697661184,-0.6148013219538702,3.1236911110036965,-0.8112740516662598,0.5767962336540222,-0.09560670703649521,-0.31697019934654236,0.24538597464561462,-0.16752146184444427,0.008615970611572266,-0.016691863536834717,-0.03433710336685181 +571,-1.451881350081735,-0.6108523524830853,3.100809593648526,-0.813374400138855,0.5735659003257751,-0.09718090295791626,-0.15212829411029816,0.16941814124584198,0.018952246755361557,0.05505847930908203,-0.009692609310150146,-0.035921499133110046 +572,-1.4519901879246708,-0.6147825648686689,3.084385216076293,-0.8111402988433838,0.5767809152603149,-0.09682442992925644,-0.22005148231983185,0.203242227435112,-0.05082809180021286,0.02044522762298584,0.023042023181915283,0.011451497673988342 +573,-1.4491138821316139,-0.6139019185705981,3.0692749517531484,-0.8113624453544617,0.5760613083839417,-0.09921874850988388,-0.03272831067442894,0.09132859855890274,-0.030156783759593964,-0.041313886642456055,-0.0012322068214416504,-0.04967653006315231 +574,-1.4514636215342784,-0.6173874888755424,3.085805752756037,-0.8095948100090027,0.5789068937301636,-0.09707235544919968,0.033449314534664154,-0.3033524453639984,0.0737091675400734,0.024972617626190186,-0.0035285353660583496,-0.05646156519651413 +575,-1.45623493041418,-0.6143818699586913,3.100222151662433,-0.8117737174034119,0.5764535665512085,-0.09340691566467285,0.042891934514045715,0.045563872903585434,-0.0842326432466507,0.03632199764251709,0.023827195167541504,0.02283501625061035 +576,-1.4397849444902684,-0.6060600859005988,3.1152870676631648,-0.81485515832901,0.5696336627006531,-0.1073703020811081,0.10579942166805267,0.09409739077091217,-0.15948830544948578,-0.00789862871170044,0.01575446128845215,-0.031683072447776794 +577,-1.4298596821998448,-0.5914528153692364,3.11429561292977,-0.8219007849693298,0.5575676560401917,-0.11660903692245483,-0.10090669244527817,0.16203629970550537,-0.165937602519989,0.010697662830352783,0.0421333909034729,-0.01354844868183136 +578,-1.435788226176145,-0.5875504978735495,3.0910995662833587,-0.8247273564338684,0.5543239712715149,-0.11202634125947952,-0.2775787115097046,0.04989347234368324,-0.14294283092021942,-0.012049436569213867,0.023892581462860107,0.008495450019836426 +579,-1.4457970056305824,-0.5774027108246995,3.0533098896394493,-0.8313459157943726,0.5458495616912842,-0.10446231067180634,-0.32929331064224243,0.029464364051818848,-0.13417065143585205,-0.01563894748687744,0.00789189338684082,-0.06547480821609497 +580,-1.4638606495016906,-0.5614613033743765,3.016308678333371,-0.8416428565979004,0.532423734664917,-0.09034628421068192,-0.317647784948349,0.10173114389181137,-0.21188698709011078,0.008696019649505615,-0.025572538375854492,-0.012894690036773682 +581,-1.4708901371089773,-0.548841760596894,2.9951047784524647,-0.8488752245903015,0.5216994285583496,-0.08509118109941483,-0.08049527555704117,-0.004475642926990986,-0.10968264192342758,0.0012189745903015137,-0.011506617069244385,-0.024772100150585175 +582,-1.4674614001906037,-0.5390195550508354,2.998003583110962,-0.8536343574523926,0.5132948160171509,-0.08852556347846985,0.10172439366579056,0.010232501663267612,-0.05245717242360115,-0.028308331966400146,-0.013828933238983154,-0.04466842859983444 +583,-1.467432490718846,-0.5320795082056787,3.01194019366688,-0.8571546077728271,0.5073264837265015,-0.08891567587852478,-0.0007374463602900505,-0.03137565404176712,-0.03910138085484505,0.02936530113220215,0.022611260414123535,0.019259333610534668 +584,-1.4739138504025506,-0.5306093926615301,2.998300360747617,-0.8584542870521545,0.5060590505599976,-0.08343037217855453,-0.17411138117313385,0.03810587897896767,-0.07404696941375732,-0.014775693416595459,0.008894562721252441,-0.019383370876312256 +585,-1.4831806713977627,-0.5300609584168873,2.9833611144131953,-0.8594667911529541,0.5055859088897705,-0.07549602538347244,-0.09998487681150436,0.030133329331874847,-0.041507381945848465,0.001846611499786377,-0.023820221424102783,0.008830375969409943 +586,-1.4822526580769222,-0.5256909654938243,2.9803867581513206,-0.8615889549255371,0.5018107891082764,-0.07648824155330658,0.0404743030667305,-0.06351412832736969,-0.003139832057058811,0.0012068748474121094,0.003041505813598633,-0.041920006275177 +587,-1.4877436095839824,-0.5249315195658604,2.977477002239619,-0.8623755574226379,0.5011537671089172,-0.0717877671122551,-0.20945443212985992,-0.00933861918747425,0.010414696298539639,0.011621654033660889,0.07562857866287231,0.032359056174755096 +588,-1.4957210599349091,-0.5293421046235072,2.947413643752877,-0.8607081770896912,0.504965603351593,-0.06473957747220993,-0.2851200997829437,0.08325624465942383,0.0016107363626360893,-0.019357681274414062,0.005410373210906982,-0.0023990869522094727 +589,-1.5007000016863916,-0.5289508928301903,2.9219901768636434,-0.8612167239189148,0.5046278834342957,-0.0604671947658062,-0.1306731402873993,0.049876078963279724,-0.028926566243171692,0.01661229133605957,-0.04587244987487793,-0.0314517579972744 +590,-1.4969399263997647,-0.5246056910408061,2.9217260965653775,-0.8631620407104492,0.5008717775344849,-0.06386620551347733,0.04100841283798218,-0.007252996787428856,-0.0020453287288546562,0.014391899108886719,-0.010072827339172363,-0.001746535301208496 +591,-1.4938696805828022,-0.5217258049100096,2.9312499348040553,-0.8643965125083923,0.49837708473205566,-0.06662660092115402,0.06778756529092789,-0.011553962714970112,-0.014186239801347256,-0.010786592960357666,0.017904043197631836,0.0022039413452148438 +592,-1.4915229082498047,-0.5200377937597095,2.9411442904465255,-0.8650749325752258,0.4969129264354706,-0.0687214657664299,0.1182490661740303,-0.05633469671010971,-0.011630586348474026,-0.01132875680923462,-0.002848684787750244,-0.03757130354642868 +593,-1.491437857168852,-0.5172768167395765,2.9639776165712863,-0.8664335012435913,0.494515061378479,-0.06890354305505753,0.27856144309043884,-0.13046659529209137,-0.006532750558108091,-0.001730501651763916,-0.015160232782363892,-0.03198760002851486 +594,-1.4899258224110572,-0.5163898771728896,3.005392895676536,-0.8667652010917664,0.49374398589134216,-0.07024894654750824,0.42586421966552734,-0.20396792888641357,0.05501636117696762,-0.019160032272338867,-0.01425182819366455,-0.0068384334444999695 +595,-1.4921960432893726,-0.5185056177153262,3.0447154480420395,-0.8658791184425354,0.4955827295780182,-0.06819884479045868,0.3153510093688965,-0.19680051505565643,0.027970800176262856,0.038623929023742676,0.03224930167198181,0.002967536449432373 +596,-1.4928265640845293,-0.5154685253569045,3.0671365281776866,-0.8674185872077942,0.49294254183769226,-0.06776981055736542,0.15370625257492065,-0.10783188790082932,-0.04641811177134514,-0.01934593915939331,-0.006736487150192261,-0.007013499736785889 +597,-1.5041077182668197,-0.5074455424167941,3.0800383318582134,-0.8720458745956421,0.48594626784324646,-0.058241892606019974,0.17059117555618286,-0.22180718183517456,-0.0940946489572525,-0.031213343143463135,-0.028381019830703735,-0.019181188195943832 +598,-1.5170917156312484,-0.49906455385503146,3.121707774045528,-0.876764714717865,0.47860440611839294,-0.047131627798080444,0.5790109634399414,-0.40893352031707764,-0.004178420640528202,-0.019261837005615234,-0.03509247303009033,-0.003146108239889145 +599,-1.5228971255696606,-0.4931197502188905,-3.0818016932469856,-0.8798501491546631,0.47337624430656433,-0.04217637702822685,0.830202579498291,-0.5204537510871887,-0.06559207290410995,-0.048525214195251465,-0.06404390931129456,-0.011458281427621841 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/TEST/standing/q1.csv b/BoostRunClub/CoreML/DataSet/TEST/standing/q1.csv new file mode 100644 index 0000000..100edda --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/TEST/standing/q1.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,0.16768911435038242,0.35685958996079525,2.1406673507434593,0.15638910233974457,-0.34933340549468994,-0.9238553047180176,0.10599056631326675,-0.23637787997722626,0.07270318269729614,-0.009843677282333374,-0.0017408430576324463,0.03927278518676758 +1,0.15589518678388575,0.3503879628393938,2.1464553237873925,0.14583055675029755,-0.3432622253894806,-0.9278493523597717,0.23094987869262695,-0.3595925569534302,0.09658168256282806,0.015821054577827454,0.01272633671760559,-0.041907668113708496 +2,0.15980249409303005,0.32460031046720733,2.1405588321565068,0.1508135348558426,-0.3189300000667572,-0.935702383518219,-0.7706682682037354,-0.8388328552246094,-0.06653278321027756,-0.04438348114490509,0.025289863348007202,-0.1363953948020935 +3,0.03447942032878797,0.3454491556179211,2.147802223486116,0.0324360691010952,-0.33861932158470154,-0.9403642416000366,0.585110604763031,-0.8650047183036804,0.12586042284965515,0.0339091494679451,0.031993985176086426,0.08115708827972412 +4,0.05715862997869623,0.33505340792120014,2.159741463007135,0.05395080894231796,-0.32881960272789,-0.9428504705429077,-0.3284229338169098,0.5045838356018066,0.051650047302246094,-0.08730652928352356,0.031425803899765015,0.004328131675720215 +5,0.03571971545432152,0.30053602735725565,2.143392455484377,0.03411142900586128,-0.29603224992752075,-0.95456862449646,-0.14024680852890015,-1.2337764501571655,-0.21207782626152039,-0.09305614233016968,0.03467974066734314,-0.09676188230514526 +6,-0.11336783303456278,0.3520594839787749,2.098110378794356,-0.10618656873703003,-0.3448317050933838,-0.9326390027999878,0.17423105239868164,-1.521736741065979,-0.16359618306159973,0.13440006971359253,0.02406144142150879,-0.017922520637512207 +7,-0.21969716212546941,0.36676508536558955,2.1309546851869907,-0.20343977212905884,-0.3585975468158722,-0.9110543727874756,1.099531650543213,-0.6931042075157166,-0.48755398392677307,-0.027379930019378662,0.1533820927143097,0.07034087181091309 +8,-0.13218414178113075,0.36149896335417453,2.0760133989129796,-0.12328103929758072,-0.3536767065525055,-0.9272079467773438,-0.832947850227356,1.6330604553222656,-0.8282207250595093,-0.16007468104362488,-0.03263002634048462,0.20243072509765625 +9,-0.046630225181379444,0.2624496232411514,2.0635628445817904,-0.04501716420054436,-0.2594470679759979,-0.9647075533866882,-0.3483041822910309,0.6568873524665833,-0.2798348069190979,-0.08475884050130844,0.12791630625724792,-0.14628487825393677 +10,0.010266893999068676,0.24275627280645837,2.0454757765668146,0.0099656842648983,-0.2403789907693863,-0.9706279635429382,-0.13993120193481445,-0.659451425075531,0.3630903363227844,0.0389845073223114,0.03308834135532379,-0.05020028352737427 +11,-0.034837345962320194,0.2658278737227169,2.0455556499617202,-0.03360689803957939,-0.2627081573009491,-0.9642899036407471,-0.1574147641658783,0.39842358231544495,-0.21977131068706512,-0.00406704843044281,-0.016405612230300903,-0.06364893913269043 +12,-0.02364105412352738,0.2629667850864816,2.025574286982957,-0.022826218977570534,-0.2599464952945709,-0.9653531908988953,-0.20594669878482819,0.3741016387939453,-0.0470401830971241,0.049910567700862885,-0.014620155096054077,0.02220749855041504 +13,-0.016914489219824285,0.260207397303061,2.0119613767160076,-0.016344310715794563,-0.25728097558021545,-0.9661983847618103,-0.07007214426994324,0.0876556783914566,-0.06887009739875793,0.03181672841310501,0.009463012218475342,0.018291950225830078 +14,-0.013108308568691471,0.2558404214217701,2.0100888200951,-0.012681282125413418,-0.2530585527420044,-0.9673678278923035,-0.047485142946243286,0.03696063160896301,-0.01704622060060501,0.007706918753683567,-0.00013050436973571777,0.015066862106323242 +15,0.007876516408201717,0.2610818561978722,2.016857955532042,0.007609512656927109,-0.258125901222229,-0.9660813212394714,0.29488199949264526,0.34713613986968994,0.11794044822454453,0.01671300083398819,0.017067551612854004,-0.058088600635528564 +16,0.007120423134881394,0.265466258600209,2.0154758392971743,0.006870938464999199,-0.26235923171043396,-0.9649457931518555,-0.11153639853000641,-0.15949082374572754,-0.08513922244310379,0.003245636820793152,-0.01948586106300354,0.04114818572998047 +17,0.002996215033281131,0.26154755187624884,2.0099385493456294,0.0028943123761564493,-0.25857576727867126,-0.9659866690635681,0.04007166996598244,0.21033960580825806,0.08983097225427628,0.020176976919174194,0.019607901573181152,-0.022569239139556885 +18,0.022929235105207627,0.26696684798374243,2.021075849129242,0.022115040570497513,-0.26380693912506104,-0.9643219709396362,0.05789303779602051,0.030426476150751114,0.09994204342365265,0.005274489521980286,-0.016481757164001465,0.0070160627365112305 +19,0.018719406723930607,0.26866749659216144,2.019714209243941,0.018046801909804344,-0.2654469609260559,-0.9639565348625183,0.04647393524646759,-0.16225802898406982,-0.018854381516575813,0.013798289000988007,0.003377258777618408,-0.0052817463874816895 +20,0.01447109180466624,0.2699805478091182,2.0214618515800273,0.013946405611932278,-0.2667126953601837,-0.9636751413345337,0.10708212852478027,-0.13712115585803986,0.023090826347470284,-0.005340450443327427,-0.0010332465171813965,-0.014413177967071533 +21,0.013153382689320354,0.2728842028061948,2.023260766398525,0.0126663101837039,-0.26951003074645996,-0.9629142880439758,-0.034515380859375,-0.024569936096668243,-0.029874416068196297,0.0010055601596832275,-0.009802103042602539,0.02341538667678833 +22,0.0053252716883996215,0.27231973316096836,2.0192050802743013,0.005129009019583464,-0.268966406583786,-0.9631358981132507,0.020295405760407448,0.059074096381664276,0.05099300295114517,-0.02108970284461975,0.02279636263847351,0.027772128582000732 +23,0.01530488231860031,0.2809372876566012,2.0281755459117465,0.014704295434057713,-0.2772563099861145,-0.9606834650039673,0.014213744550943375,0.4294935464859009,0.14413422346115112,-0.014017648994922638,0.018436729907989502,0.012700676918029785 +24,0.017928621044140388,0.2863707991603338,2.025740666798642,0.017197562381625175,-0.2824726998806,-0.9591211676597595,-0.08616567403078079,-0.17166493833065033,-0.08793684095144272,0.008849196135997772,-0.019056230783462524,0.06233161687850952 +25,-0.00034368707977297796,0.27616608436235945,2.0204575530780358,-0.0003306640428490937,-0.2726690173149109,-0.9621078372001648,-0.0513455830514431,0.028280317783355713,0.0712888240814209,0.024576880037784576,0.014856517314910889,-0.019017040729522705 +26,0.005468698391755548,0.26382903343950287,2.0252066210002817,0.005279446952044964,-0.2607789933681488,-0.9653840661048889,-0.07460825145244598,0.06892086565494537,0.020959297195076942,-0.017608553171157837,0.005789369344711304,-0.003014981746673584 +27,0.023876533650349516,0.25071643437638735,2.0393536323125727,0.023127835243940353,-0.24809806048870087,-0.9684588313102722,0.08972983807325363,-0.03314211592078209,0.07562664896249771,0.018101409077644348,0.0028588026762008667,-0.05720645189285278 +28,0.03002444599244083,0.2639992846406289,2.0425835633177702,0.028979867696762085,-0.26094335317611694,-0.9649190306663513,0.05742843076586723,-0.013409427367150784,0.03861735388636589,0.018551260232925415,-0.012265264987945557,0.03158468008041382 +29,0.02433731291569474,0.2570266455194066,2.045285348359629,0.023535510525107384,-0.25420600175857544,-0.9668636918067932,-0.08596669137477875,0.05503523349761963,0.08393073827028275,0.011971689760684967,0.0069373250007629395,-0.006479203701019287 +30,0.026843390314844357,0.24491384289472032,2.0598546049696425,0.026039209216833115,-0.24247273802757263,-0.9698086977005005,-0.2335721254348755,0.00889454036951065,0.22263291478157043,0.029457002878189087,-0.009144693613052368,0.03671848773956299 +31,0.029217037487268664,0.22462362711109596,2.07685202204747,0.028478994965553284,-0.22273945808410645,-0.9744619727134705,-0.2773297131061554,0.15081529319286346,0.17729249596595764,0.035348519682884216,-0.025719404220581055,0.013356626033782959 +32,0.05022145778151306,0.19116205429191246,2.1084848137769345,0.049285903573036194,-0.18999990820884705,-0.980546236038208,-0.18511557579040527,0.3208203911781311,0.443789541721344,0.05117795988917351,-0.016924530267715454,0.006608247756958008 +33,0.07220607825860517,0.16122192157193868,2.1695379707442375,0.07120778411626816,-0.1605243980884552,-0.9844599366188049,-0.4364738464355469,0.09375856071710587,0.7704387903213501,0.17485544085502625,0.0182819664478302,0.04255014657974243 +34,0.0792105276170411,0.11947166896817407,2.286269292017088,0.07856368273496628,-0.11918766051530838,-0.9897586107254028,-0.5856376886367798,0.11268875747919083,1.3556848764419556,0.15918351709842682,0.06320316344499588,-0.026385188102722168 +35,0.08146323248235489,0.09691021755503977,2.449443749403371,0.08099135011434555,-0.09675859659910202,-0.9920071363449097,-0.18617825210094452,0.012434413656592369,1.5981734991073608,0.06732408702373505,0.06117510050535202,-0.03866302967071533 +36,0.08441336860807933,0.08890169997352212,2.58129409549128,0.08398018777370453,-0.08878464251756668,-0.9925042390823364,-0.24686047434806824,0.19850993156433105,1.2497282028198242,0.04654349386692047,0.12731307744979858,-0.050098299980163574 +37,0.09654384493714468,0.07947436908444747,2.720461694493019,0.0960896760225296,-0.07939073443412781,-0.9922015070915222,-0.06480203568935394,0.010134689509868622,1.4414783716201782,-0.001576744019985199,0.038069941103458405,-0.05592465400695801 +38,0.08365517514303548,0.09052992202221939,2.8513499489093315,0.08321546763181686,-0.09040631353855133,-0.9924222230911255,0.07915109395980835,0.01036780420690775,1.1127032041549683,0.04880356788635254,0.0015086159110069275,-0.028634846210479736 +39,0.07656760400667419,0.10736223975447345,2.9525207895106713,0.07605238258838654,-0.10715610533952713,-0.9913291931152344,-0.04982055351138115,0.13735806941986084,0.8962483406066895,0.04165390878915787,0.06000645458698273,0.02955251932144165 +40,0.07753585498914425,0.11182277452917613,3.0534858199427193,0.07697441428899765,-0.11158987879753113,-0.9907687306404114,0.007125125732272863,0.04419900104403496,1.047441840171814,-0.05640556663274765,0.07393118739128113,0.030426323413848877 +41,0.06196131420057874,0.11643133002733215,-3.1391046400318623,0.06150243431329727,-0.11616844683885574,-0.9913235306739807,-0.12114672362804413,-0.07621058821678162,0.5912750363349915,-0.12043187767267227,0.0015596821904182434,0.0015774369239807129 +42,0.05427081947702951,0.1066997370021698,-3.092576160254399,0.0539356954395771,-0.1064973920583725,-0.9928490519523621,-0.060407936573028564,-0.07576140761375427,0.4749845564365387,-0.0388142354786396,0.0577303022146225,0.0028435587882995605 +43,0.038732354590483124,0.09605061070928736,-3.0273308956775025,0.0385441854596138,-0.09590298682451248,-0.9946441650390625,-0.05562276020646095,-0.25240328907966614,0.7029024958610535,-0.0270848348736763,0.004655435681343079,-0.0430908203125 +44,0.006885524362176837,0.11044438586984598,-2.9652600796452635,0.00684351846575737,-0.11021999269723892,-0.9938836693763733,0.2473280280828476,-0.08309486508369446,0.4758298397064209,-0.01580042764544487,-0.002740830183029175,-0.010617673397064209 +45,0.006728824646249204,0.12577706765975055,-2.9274651991633367,0.0066756196320056915,-0.12544569373130798,-0.9920780062675476,0.08016905188560486,0.14516015350818634,0.44146376848220825,0.06826028972864151,0.06354081630706787,0.022656679153442383 +46,0.010178482062863125,0.1261841155162334,-2.86956549456706,0.0100973816588521,-0.12584951519966125,-0.9919979572296143,-0.006310882978141308,0.12208457291126251,0.6433554887771606,-0.022014494985342026,0.05552177131175995,0.006875276565551758 +47,0.004952188580623263,0.1189547328092466,-2.8127392964810367,0.004917172249406576,-0.1186743900179863,-0.9929210543632507,-0.14493979513645172,-0.06034942716360092,0.44984379410743713,-0.09305194020271301,0.0722113847732544,-0.017805874347686768 +48,-0.007530728888015231,0.09462788835637374,-2.7857655683984293,-0.007496966514736414,-0.09448672831058502,-0.9954978823661804,-0.1297617405653,-0.1748359650373459,0.12887826561927795,-0.13372312486171722,0.06024600565433502,-0.05714493989944458 +49,-0.03307610087202277,0.09693740443066674,-2.78612821228833,-0.03291481360793114,-0.09678565710783005,-0.9947608709335327,0.10412965714931488,-0.23646506667137146,-0.16716547310352325,-0.15534812211990356,0.016875378787517548,0.007395148277282715 +50,-0.05075438248111774,0.10734212943118901,-2.8328780500996196,-0.05044059455394745,-0.10713610798120499,-0.9929640293121338,-0.06271219998598099,-0.01364920474588871,-0.774468719959259,-0.13574714958667755,-0.06411328166723251,0.04179215431213379 +51,-0.05949368285631217,0.10990390047034636,-2.912879836616628,-0.05909985676407814,-0.10968278348445892,-0.9922080636024475,0.2223234325647354,-0.44837093353271484,-0.7387351393699646,-0.01580553501844406,-0.08367659151554108,-0.07833331823348999 +52,-0.11850061853915152,0.16274544336762217,-2.9633479661210105,-0.11666128784418106,-0.1620279848575592,-0.9798658490180969,0.5981597900390625,-0.8906003832817078,-0.5853681564331055,-0.09833505004644394,0.016077667474746704,-0.056190669536590576 +53,-0.18016989732857255,0.2009126274614571,-3.055917968126111,-0.17559215426445007,-0.19956368207931519,-0.9640237092971802,0.7122206091880798,-0.15801800787448883,-0.7814747095108032,0.008187979459762573,0.3234803080558777,0.040470242500305176 +54,-0.11775586389144309,0.2023068740181425,3.1414456657977645,-0.11508790403604507,-0.2009296864271164,-0.9728217124938965,-1.109010100364685,0.7738602161407471,-1.2337325811386108,0.07720033079385757,0.036439940333366394,0.22819280624389648 +55,0.026151872548170193,0.07665045471935328,2.9981107215750353,0.02607211284339428,-0.07657542079687119,-0.9967228770256042,-1.049484133720398,0.8405115604400635,-1.2721827030181885,0.06506863236427307,-0.04323659837245941,-0.03525954484939575 +56,0.04002040583206724,-0.0034108981728997916,2.911278938677112,0.04000949114561081,0.003410891629755497,-0.9991934895515442,-0.26855993270874023,-0.655336320400238,-0.4124610424041748,0.06902981549501419,-0.05522973835468292,-0.2431465983390808 +57,-0.01216110830736997,0.028917929838938837,2.882095371838406,-0.012155723758041859,-0.02891390025615692,-0.9995079636573792,0.33372145891189575,0.05755580961704254,-0.2536178231239319,0.0015508662909269333,0.07028047740459442,-0.07933413982391357 +58,0.002557650894017276,0.07640135437065973,2.874101107304163,0.0025501870550215244,-0.07632704824209213,-0.9970795512199402,0.4800020456314087,-0.0035906326957046986,0.01852385886013508,-0.030626358464360237,0.0005824267864227295,0.05100417137145996 +59,0.006861420277112137,0.10646383725993726,2.8714465169182297,0.006822518073022366,-0.10626283288002014,-0.9943146705627441,0.2468116730451584,0.10785839706659317,-0.12835070490837097,-0.06482117623090744,-0.08387694507837296,0.004461765289306641 +60,0.0022190582305183864,0.13236299900049353,2.8407571294126566,0.0021996458526700735,-0.13197684288024902,-0.9912503361701965,0.25103774666786194,-0.11574957519769669,-0.39106500148773193,-0.03508233651518822,-0.023494943976402283,-0.01920187473297119 +61,0.011354942142100696,0.16348604055316535,2.7983984001829496,0.011203293688595295,-0.1627587527036667,-0.9866023063659668,0.2571147084236145,0.12303575128316879,-0.4073001742362976,-0.01704740896821022,0.016411706805229187,0.028701305389404297 +62,0.028937112529319877,0.18230585260938612,2.754061431753207,0.028453603386878967,-0.1812976896762848,-0.9830165505409241,0.2459818422794342,-0.07885982096195221,-0.4995470345020294,-0.04496361315250397,0.039162084460258484,0.012435495853424072 +63,0.04594133344721115,0.1967864260615142,2.7027280932707,0.04503881558775902,-0.19551879167556763,-0.979665219783783,0.06736177206039429,0.07416301220655441,-0.5168536305427551,-0.04746496304869652,0.01151306927204132,0.04709380865097046 +64,0.04739024802499248,0.191004227426678,2.6510247599308068,0.04651099815964699,-0.18984495103359222,-0.980711817741394,-0.18210434913635254,-0.05674004927277565,-0.48581600189208984,-0.020189587026834488,0.007899165153503418,0.026549220085144043 +65,0.047230056343454396,0.18222554279769257,2.6004572626697553,0.0464307926595211,-0.1812187135219574,-0.9823461771011353,0.0020249364897608757,-0.08294573426246643,-0.49840202927589417,0.002351555973291397,0.008336633443832397,-0.013045668601989746 +66,0.058447658079300024,0.18295307470131222,2.553602678903327,0.05743949115276337,-0.1819341480731964,-0.9816316366195679,0.08346915245056152,-0.012582086026668549,-0.5364410877227783,-0.05252616107463837,-0.0019037425518035889,-0.02996504306793213 +67,0.06420001686045476,0.22344500843644285,2.4817559733640424,0.06256099790334702,-0.2215902954339981,-0.9731309413909912,0.1765495240688324,-0.21467730402946472,-0.47517767548561096,-0.05435177683830261,0.011980324983596802,0.047593891620635986 +68,0.04695562862673432,0.2480573548831542,2.426678752162595,0.045501649379730225,-0.24552124738693237,-0.96832275390625,0.18815170228481293,-0.18981759250164032,-0.4415588974952698,0.0014343895018100739,0.04764527082443237,0.0410919189453125 +69,0.05670925642694157,0.25372382229091217,2.3547529784277152,0.05486425757408142,-0.25101029872894287,-0.9664283394813538,0.08528077602386475,-0.08323974907398224,-0.4719772934913635,0.015402466058731079,0.03049027919769287,-0.01420825719833374 +70,0.06282128956496195,0.258143101412424,2.313864288701671,0.06069980561733246,-0.2552856206893921,-0.9649584293365479,0.14016346633434296,-0.043715063482522964,-0.3333694338798523,0.07063259184360504,0.02881467342376709,-0.02104926109313965 +71,0.059098611685371935,0.28217101432785424,2.2757940061546105,0.05672841519117355,-0.278441458940506,-0.9587764143943787,0.33906984329223633,-0.19949819147586823,-0.4733296036720276,0.07773202657699585,0.02549651265144348,-0.024057447910308838 +72,0.037475860363468755,0.30084707202880967,2.264226557946685,0.0357842855155468,-0.2963293492794037,-0.9544152021408081,0.21409523487091064,-0.23086418211460114,-0.01997358165681362,0.0608801394701004,0.0374792218208313,-0.033362507820129395 +73,0.02220849273313806,0.3097401991509827,2.2610319277967017,0.02114991471171379,-0.3048112094402313,-0.9521779417991638,-0.04830025136470795,-0.09044564515352249,0.08891677111387253,0.07461424171924591,0.03140422701835632,-0.02998453378677368 +74,0.004032658944999898,0.3221600853532774,2.2720866108821722,0.0038251832593232393,-0.3166162669658661,-0.9485459923744202,0.137378990650177,0.44669219851493835,0.06840812414884567,0.04097461700439453,0.0269128680229187,0.005522310733795166 +75,0.05172819920705345,0.3351936938043013,2.26516086562982,0.04882756620645523,-0.3289521038532257,-0.9430834650993347,0.7097179293632507,-0.31792396306991577,-0.06974494457244873,0.04084833711385727,0.07425236701965332,-0.07493716478347778 +76,0.019534657718370766,0.41174420287817476,2.2426792043885584,0.017900893464684486,-0.40020835399627686,-0.9162493348121643,0.23242102563381195,0.38774535059928894,-0.018856381997466087,-0.03082507848739624,0.0066536664962768555,0.05293756723403931 +77,0.014149224044719933,0.4324466246649422,2.2439787913327054,0.012846262194216251,-0.41909345984458923,-0.9078522324562073,0.3567037284374237,-0.45085975527763367,-0.05557670444250107,0.05238506197929382,-0.011631667613983154,0.049514830112457275 +78,-0.008376845462440906,0.4595890048745383,2.2349485986819513,-0.007507533300668001,-0.4435797929763794,-0.8962034583091736,0.16856779158115387,-0.018522625789046288,-0.10694313794374466,0.004593104589730501,0.026358753442764282,0.07346481084823608 +79,-0.006031235838090873,0.459513089981722,2.229781957488662,-0.005405574105679989,-0.4435117542743683,-0.8962522745132446,-0.13536667823791504,-0.08914814889431,-0.01850113272666931,-0.0075796544551849365,-0.030822962522506714,0.04659712314605713 +80,-0.01881026487896171,0.45322825103770603,2.219771606307931,-0.01691015064716339,-0.4378701448440552,-0.8988791704177856,-0.14792363345623016,-0.08679666370153427,-0.144691601395607,-0.0001339167356491089,0.008304715156555176,-0.0028694868087768555 +81,-0.02370278043823645,0.44384150827262,2.215043707514271,-0.02140418440103531,-0.429411917924881,-0.9028550982475281,-0.06276316195726395,-0.053069859743118286,-0.050528015941381454,-0.009189680218696594,0.0015554726123809814,0.002388179302215576 +82,-0.02125999708445389,0.43535660410337784,2.2111480931212864,-0.019275406375527382,-0.4217337667942047,-0.9065148234367371,-0.06363265216350555,-0.040946707129478455,-0.04979845881462097,-0.00548960268497467,0.001674562692642212,0.0036370158195495605 +83,-0.018778034773723744,0.42777932901769206,2.2099099663909496,-0.01708492822945118,-0.41485124826431274,-0.9097288250923157,-0.09475800395011902,-0.0010262783616781235,-0.005807125475257635,-0.0034534037113189697,0.0018416047096252441,0.0017698407173156738 +84,-0.019426946801578103,0.4218389383404782,2.2137154438786846,-0.01772281900048256,-0.4094388782978058,-0.9121654033660889,-0.07842888683080673,0.05113590881228447,0.04826157167553902,-0.004860177636146545,0.00028970837593078613,0.007899045944213867 +85,-0.021540474933702265,0.4176655358540003,2.219928773881712,-0.019687296822667122,-0.4056277573108673,-0.9138262867927551,0.03152529522776604,-0.04764978960156441,0.06386066973209381,-0.017727253958582878,0.018985331058502197,-0.006156563758850098 +86,-0.023368417852022823,0.4127373621234658,2.224700166152431,-0.02140413597226143,-0.40111833810806274,-0.9157761335372925,0.04776722192764282,-0.022749323397874832,0.044297315180301666,-0.00917448103427887,0.0030012428760528564,-0.02030479907989502 +87,-0.025180461065207247,0.41513439459522583,2.2268611169633536,-0.023039251565933228,-0.40331292152404785,-0.9147720336914062,0.03716174513101578,-0.05638807266950607,-0.001225573942065239,-0.0042129456996917725,0.0058519840240478516,0.00893402099609375 +88,-0.025368138902755556,0.4123181307444124,2.2265079570703215,-0.023239651694893837,-0.4007342755794525,-0.9158995151519775,0.014878790825605392,-0.001366534736007452,-0.010222009383141994,0.003983067348599434,0.00043520331382751465,-0.014459311962127686 +89,-0.02696057596132155,0.4136443478636341,2.224309174036068,-0.024683786556124687,-0.4019489884376526,-0.9153293371200562,0.021632414311170578,-0.06487325578927994,0.010341191664338112,0.017603710293769836,0.011552870273590088,0.009384512901306152 +90,-0.02989892293623421,0.41221927494523086,2.225725464014084,-0.02739032730460167,-0.4006436765193939,-0.9158244132995605,-0.019017739221453667,-0.018524393439292908,0.002504421165212989,0.005341382697224617,0.004571318626403809,0.004767954349517822 +91,-0.028601914601862476,0.405554516937851,2.227343685813559,-0.02627825178205967,-0.3945283591747284,-0.9185079336166382,-0.059098463505506516,0.010227805003523827,0.04029714688658714,0.007601484656333923,0.009167641401290894,-0.022989869117736816 +92,0.005978908736072154,0.3850719006279342,2.2354244028638486,0.0055410489439964294,-0.37562575936317444,-0.926754891872406,-0.5946780443191528,0.7441891431808472,0.09474930912256241,-0.021578043699264526,-0.024795353412628174,-0.0629454255104065 +93,0.026045318520834693,0.37201143866706654,2.236547610971047,0.024261025711894035,-0.3634900152683258,-0.931282103061676,0.15680383145809174,-0.1838591992855072,-0.005297644063830376,0.0016789063811302185,0.018092066049575806,0.0176926851272583 +94,0.021142562635001735,0.36948688107766053,2.24225144595351,0.019714239984750748,-0.3611370027065277,-0.9323043823242188,-0.04144403338432312,0.01077286433428526,0.05255851522088051,-0.00015246868133544922,0.004844248294830322,-0.00359344482421875 +95,0.02058478025618417,0.3643752327567071,2.2464623517328084,0.01923196017742157,-0.3563656210899353,-0.9341486692428589,-0.07856838405132294,-0.03476354852318764,0.023769285529851913,0.00014669448137283325,-0.006930917501449585,0.005132555961608887 +96,0.01848853540633079,0.35802611975171206,2.250808653520197,0.017315197736024857,-0.35042619705200195,-0.9364302754402161,-0.04140758141875267,0.04648824781179428,0.04676235467195511,0.006168074905872345,0.007225513458251953,-0.016771018505096436 +97,0.017345217205110237,0.35668831088624947,2.2560068143682517,0.016252664849162102,-0.3491729199886322,-0.9369173645973206,-0.021819651126861572,0.037453919649124146,0.033384837210178375,-0.008165501058101654,0.00047907233238220215,0.0026827454566955566 +98,0.013977253861490534,0.35085567413636026,2.258279224706367,0.013125318102538586,-0.34370148181915283,-0.9389872550964355,-0.01558381225913763,-0.03505951911211014,-0.004561783745884895,0.0025607123970985413,0.011334538459777832,-0.011482715606689453 +99,0.01049360444315948,0.34921294317382656,2.261904503136872,0.009860053658485413,-0.34215834736824036,-0.939590573310852,0.08251848816871643,0.002182750031352043,0.0471620112657547,-0.0020628124475479126,0.009623587131500244,-0.02116382122039795 +100,0.010399124941773422,0.3484302683404653,2.264965876760737,0.00977406371384859,-0.34142282605171204,-0.9398589730262756,0.007922394201159477,0.03247835487127304,0.04839932173490524,0.01019968744367361,0.016639530658721924,-0.01561582088470459 +101,0.00965303136979923,0.35470729216541697,2.2691124290464506,0.009051972068846226,-0.3473159074783325,-0.9377045035362244,0.025927308946847916,-0.022039571776986122,0.0373365692794323,0.012630760669708252,-0.0038803815841674805,0.007955968379974365 +102,0.01256896285610356,0.3509955278609694,2.274732011300232,0.011802333407104015,-0.3438328206539154,-0.9389566779136658,-0.05234207957983017,0.09912580996751785,0.03926217183470726,0.0015643676742911339,-0.002007603645324707,-0.008156299591064453 +103,0.011437371083926952,0.3543301718877678,2.2824129645649642,0.010726637206971645,-0.34696221351623535,-0.9378177523612976,0.024801867082715034,0.049266569316387177,0.07596662640571594,0.013595864176750183,0.01499202847480774,-0.0007351040840148926 +104,0.010427355591084549,0.3539917994304597,2.2927435079256884,0.009780645370483398,-0.3466448485851288,-0.9379454851150513,-0.052204638719558716,0.0038792984560132027,0.10497262328863144,-0.0030972957611083984,-0.0013470947742462158,0.0050841569900512695 +105,0.005043472308805228,0.354043385830803,2.2982364303396063,0.004730648826807737,-0.3466932475566864,-0.9379666447639465,0.08923123776912689,0.044807009398937225,0.01563427224755287,-0.006088674068450928,0.004957377910614014,-0.019766509532928467 +106,0.004701634748235168,0.35941115518742245,2.3048319791671035,0.004401203244924545,-0.3517230749130249,-0.9360937476158142,0.01774541661143303,0.04358489811420441,0.09953738003969193,0.012673377990722656,0.00037419795989990234,0.005475461483001709 +107,-0.0007723796019862865,0.3639212209260669,2.3135993157532395,-0.000721795076970011,-0.35594138503074646,-0.9345080256462097,-0.031669534742832184,-0.09528227895498276,0.057105034589767456,0.005802974104881287,-0.010940968990325928,0.030806243419647217 +108,-0.006432182217275587,0.3611308718704152,2.3202569853551656,-0.006017250940203667,-0.35333240032196045,-0.9354785084724426,0.016477011144161224,-0.07482146471738815,0.06216450780630112,0.007817789912223816,-0.01104748249053955,-0.000663459300994873 +109,-0.014725175712730118,0.3608823943435891,2.3233621049497524,-0.013776164501905441,-0.35309991240501404,-0.9354841709136963,-0.056070297956466675,-0.08455247431993484,0.015419285744428635,0.01093803346157074,0.016613125801086426,0.02720475196838379 +110,-0.015705158193968605,0.3473493446765849,2.3195452053695043,-0.014766612090170383,-0.3404066562652588,-0.9401623606681824,-0.20653077960014343,0.14553086459636688,-0.05499710515141487,-0.016468122601509094,0.009199380874633789,0.004600226879119873 +111,6.782673727114146e-05,0.3299316453602048,2.3147697617989986,6.416846736101434e-05,-0.32397836446762085,-0.9460644721984863,-0.25239720940589905,-0.044189609587192535,-0.11827108263969421,-0.018252648413181305,0.01280587911605835,0.04861879348754883 +112,0.03302069851526388,0.28473228536010886,2.283184805156849,0.031685423105955124,-0.2809005379676819,-0.9592136740684509,-0.5304937362670898,0.428470253944397,-0.39842697978019714,-0.029915399849414825,-0.012937963008880615,-0.019317150115966797 +113,0.02954869780683864,0.2542422137860933,2.2549637108935525,0.028594668954610825,-0.2515120506286621,-0.9674316644668579,-0.3792182505130768,-0.06130200996994972,-0.2654435634613037,-0.038879089057445526,-0.005339145660400391,0.00550234317779541 +114,0.013347628550524406,0.2345692313707515,2.2221146659130473,0.012981711886823177,-0.2324240356683731,-0.9725279211997986,0.018868932500481606,-0.1538388580083847,-0.2713889479637146,-0.05743056535720825,-0.04876492917537689,-0.019003450870513916 +115,0.0056029874859930455,0.23032169177612133,2.188787090633144,0.005455000791698694,-0.22829073667526245,-0.9735777378082275,-0.05360013246536255,-0.19422249495983124,-0.36072447896003723,-0.08798979222774506,-0.04987698793411255,0.03854966163635254 +116,0.0005498637317323318,0.2251803894301791,2.1434457061186967,0.0005359817878343165,-0.22328220307826996,-0.9747536778450012,-0.03274175524711609,-0.18477998673915863,-0.4451659023761749,-0.074434295296669,-0.02598537504673004,0.033133864402770996 +117,0.002465023458755175,0.22030201061797508,2.1022447196507694,0.0024054450914263725,-0.21852435171604156,-0.9758285284042358,0.024119071662425995,-0.05233130604028702,-0.35842281579971313,-0.045786187052726746,-0.06292401254177094,0.04728543758392334 +118,0.011567145631371735,0.20992554154349835,2.061719323122752,0.011312953196465969,-0.2083870768547058,-0.9779810309410095,-0.3195244371891022,-0.017961004748940468,-0.4500506520271301,-0.017843715846538544,-0.02519446611404419,0.0027155280113220215 +119,0.021206528978863787,0.18763421265568442,2.020897873686577,0.020832756534218788,-0.18653514981269836,-0.9822273850440979,0.08051344007253647,-0.04693876579403877,-0.3279012441635132,-0.010899282991886139,-0.0037877261638641357,-0.0433158278465271 +120,0.025474648176782255,0.19573843951310504,1.9851953271258516,0.02498549036681652,-0.1944909244775772,-0.980586051940918,0.09939941763877869,-0.16083835065364838,-0.3227127194404602,-0.01657789945602417,0.03434993326663971,0.03510570526123047 +121,0.021522554161194696,0.2036049388788848,1.9638120322503436,0.02107635699212551,-0.20220111310482025,-0.979117214679718,-0.30672937631607056,-0.20695585012435913,-0.27525293827056885,-0.01041046530008316,-0.03563763201236725,0.10811501741409302 +122,-0.007199091631591029,0.16469173839541762,1.925752736087068,-0.007101619150489569,-0.16394825279712677,-0.9864434003829956,-0.20425884425640106,-0.33240947127342224,-0.30048203468322754,0.007071100175380707,0.07126635313034058,-0.1380072832107544 +123,-0.012837645822662737,0.1791376156553028,1.8941064593870125,-0.012631867080926895,-0.17818105220794678,-0.9839166402816772,0.1973811239004135,-0.13623951375484467,-0.4461551904678345,-0.014925502240657806,0.05026662349700928,0.031875014305114746 +124,-0.016500131491976162,0.18143084818537714,1.8458749730301964,-0.01622856967151165,-0.1804371178150177,-0.9834526181221008,-0.050577402114868164,-0.039001189172267914,-0.436109334230423,-0.0029364675283432007,0.0448170006275177,-0.01554030179977417 +125,-0.004505490399141432,0.178575918472803,1.7925471994606201,-0.0044338274747133255,-0.1776283234357834,-0.9840876460075378,0.051161229610443115,0.16222287714481354,-0.5447391867637634,0.026345446705818176,0.029923245310783386,0.007296323776245117 +126,0.020764247129734167,0.16777966202490055,1.728808647704124,0.020471204072237015,-0.16699360311031342,-0.9857454299926758,-0.2591460943222046,0.15310007333755493,-0.5979927182197571,0.050283804535865784,0.057221874594688416,0.01641559600830078 +127,0.04413288444795489,0.1419502149138111,1.683390404633706,0.04367481544613838,-0.14147397875785828,-0.9889780879020691,-0.09153067320585251,0.10094846040010452,-0.43042221665382385,0.04017223045229912,-0.014394551515579224,-0.04274493455886841 +128,0.06673305194683864,0.13737073905203348,1.6377447200448343,0.06605533510446548,-0.13693909347057343,-0.9883745908737183,0.046932220458984375,0.11853950470685959,-0.5141724348068237,0.0037841349840164185,-0.010170862078666687,-0.010664045810699463 +129,0.08399370900804995,0.1402433542254859,1.587949876998588,0.08307129889726639,-0.1397840827703476,-0.9866912364959717,0.0696835070848465,0.08168688416481018,-0.43806347250938416,0.025449201464653015,-0.021592870354652405,0.03271174430847168 +130,0.08795555457658924,0.1280044755004727,1.55201479843254,0.08712352067232132,-0.12765519320964813,-0.9879846572875977,-0.23492524027824402,-0.08113577961921692,-0.23936866223812103,0.05156361311674118,-0.023681476712226868,-0.0018987655639648438 +131,0.07843536222407349,0.11242360387993024,1.546679033002362,0.07786031812429428,-0.11218693107366562,-0.9906320571899414,-0.06046782806515694,-0.11693699657917023,0.04140016809105873,0.014241732656955719,0.004612468183040619,-0.012984275817871094 +132,0.07145316768451711,0.10506476247931142,1.55052659077096,0.07099870592355728,-0.10487157106399536,-0.991948127746582,-0.07744214683771133,-0.07494859397411346,-0.03519047051668167,-0.041076235473155975,0.03147680312395096,-0.03620427846908569 +133,0.0770943792182598,0.10164275617519636,1.5396851663211162,0.07662052661180496,-0.10146783292293549,-0.9918838739395142,-0.036025211215019226,0.0701792985200882,-0.26456862688064575,-0.019308514893054962,-0.03517463058233261,0.00770723819732666 +134,0.0773784677696065,0.09743977062292182,1.5147334247470752,0.07693459838628769,-0.09728565067052841,-0.9922784566879272,0.019177138805389404,0.06698234379291534,-0.21930979192256927,-0.003600858151912689,0.04752674698829651,-0.02735954523086548 +135,0.09156053771949645,0.10220988765462993,1.4958305035061161,0.09095548093318939,-0.10203202068805695,-0.9906142354011536,0.023552794009447098,0.23993618786334991,-0.11303260177373886,0.03082490712404251,-0.008624717593193054,0.013136208057403564 +136,0.09375631218441764,0.09925828059244036,1.4937490895705574,0.09315821528434753,-0.09909537434577942,-0.9907076358795166,-0.024401377886533737,-0.06383778899908066,0.09078992158174515,0.06554844975471497,0.02365592122077942,-0.013961553573608398 +137,0.09277880483787264,0.09579504909399146,1.5083417043418665,0.09222099184989929,-0.09564860165119171,-0.991133987903595,0.14254529774188995,-0.054801538586616516,0.21982382237911224,0.04660346359014511,0.009833179414272308,-0.08276426792144775 +138,0.10104003962283148,0.12240368542487438,1.5267867719904398,0.10011351108551025,-0.12209825962781906,-0.9874559640884399,0.2807331383228302,-0.006375741213560104,0.22394385933876038,0.036300063133239746,0.01893358677625656,0.0007616281509399414 +139,0.09215542573604481,0.15843509927999241,1.54371234524771,0.09087246656417847,-0.15777309238910675,-0.9832852482795715,0.20353807508945465,-0.0008721216581761837,0.2071101814508438,0.01665622740983963,0.037106603384017944,0.007958710193634033 +140,0.09099590314775693,0.18802630055263184,1.5649436290048084,0.08926879614591599,-0.18692034482955933,-0.9783107042312622,0.3422468900680542,0.14329780638217926,0.22021152079105377,0.007090456783771515,0.01312275230884552,0.013375461101531982 +141,0.10851647367662688,0.19910695603088244,1.5871281092139502,0.10616393387317657,-0.19779400527477264,-0.9744777083396912,0.023348882794380188,-0.06666842848062515,0.2890864908695221,0.054724738001823425,-0.06975360214710236,0.002248704433441162 +142,0.09437078736856055,0.21361898463687504,1.6087515392532292,0.09208891540765762,-0.21199800074100494,-0.97292160987854,0.382082462310791,-0.03986349701881409,0.2528453469276428,0.04630830138921738,0.03220370411872864,-0.05841994285583496 +143,0.09570413326922714,0.24799089629867238,1.6398752739049838,0.09263474494218826,-0.24545681476593018,-0.9649713635444641,0.3237733542919159,0.09570445120334625,0.41184335947036743,0.023469388484954834,0.054416775703430176,-0.02625483274459839 +144,0.09446970590255065,0.2824557503727624,1.6916153752438823,0.09059134870767593,-0.2787149250507355,-0.9560916423797607,0.12733782827854156,0.43763038516044617,0.6440244317054749,-0.08947745710611343,0.0024392902851104736,0.05574679374694824 +145,0.09236633474712604,0.3084283001647498,1.7299611302340883,0.08788265287876129,-0.3035614788532257,-0.9487502574920654,0.4290807545185089,-0.047208547592163086,0.3661678731441498,-0.07605709135532379,0.004916459321975708,0.04190516471862793 +146,0.07847587116210736,0.3262250007415019,1.7515724488479743,0.07426068931818008,-0.3204694092273712,-0.9443435668945312,0.034949108958244324,-0.16943606734275818,0.1491808146238327,-0.05123516917228699,0.036396563053131104,0.01050567626953125 +147,0.05506369784000125,0.33648591989695387,1.7823146865128543,0.051949504762887955,-0.3301721215248108,-0.9424901008605957,0.205707386136055,-0.2063319981098175,0.398868203163147,-0.043847084045410156,-0.015363156795501709,0.008759021759033203 +148,0.033176779584054926,0.35056080573427156,1.8151387130000376,0.031153259798884392,-0.34342455863952637,-0.9386634230613708,-0.03286580741405487,0.009744776412844658,0.15387892723083496,-0.04165130853652954,-0.05420422554016113,0.04347604513168335 +149,0.02674791236323818,0.34718966069985197,1.83264864544421,0.025148935616016388,-0.3402565121650696,-0.9399963021278381,-0.000892220064997673,0.011561012826859951,0.23523414134979248,-0.009111955761909485,-0.03073042631149292,0.010766565799713135 +150,0.019884491056334875,0.3508856978019229,1.8567532449182778,0.01867167092859745,-0.3437296748161316,-0.9388830065727234,-0.018944520503282547,0.012195216491818428,0.25041940808296204,-0.023890182375907898,-0.013890564441680908,0.02570551633834839 +151,0.012624490249206397,0.3472716563416816,1.8799767325059198,0.0118705527856946,-0.34033361077308655,-0.9402298331260681,-0.08049680292606354,-0.05959159880876541,0.19051431119441986,-0.017668887972831726,-0.026365607976913452,-0.0031295418739318848 +152,0.006023017378334393,0.3521835378213326,1.8975937868052652,0.005653300788253546,-0.3449481427669525,-0.9386047124862671,0.005366992205381393,0.029105793684720993,0.10515753924846649,0.008674710988998413,0.017494529485702515,0.03116452693939209 +153,0.00592609374495542,0.3486660879866753,1.9174799101243458,0.005569483619183302,-0.3416444659233093,-0.9398127794265747,-0.09691660851240158,0.09466063976287842,0.2434607595205307,-0.024551421403884888,0.018631160259246826,0.029046177864074707 +154,0.0037007427396946626,0.3361411482972013,1.9397405425854468,0.00349362101405859,-0.32984668016433716,-0.9440280795097351,-0.046159714460372925,0.061575643718242645,0.06571399420499802,-0.06396420300006866,-0.03666946291923523,-0.024874508380889893 +155,0.005765361825571248,0.3367100635632137,1.9381132168772963,0.005441587418317795,-0.33038368821144104,-0.9438310265541077,0.06457944214344025,0.0533599890768528,-0.046473097056150436,-0.026834413409233093,-0.01206931471824646,-0.019624173641204834 +156,0.012133758669196687,0.34289924902107727,1.926838447032915,0.011427097022533417,-0.3362189531326294,-0.9417145252227783,0.03797663748264313,0.013824338093400002,-0.17416155338287354,-0.00724618136882782,0.0026007890701293945,0.00583195686340332 +157,0.010893198265728281,0.34400281594121185,1.9127488477036594,0.010254787281155586,-0.33725807070732117,-0.941356360912323,0.0177529975771904,-0.05767082795500755,-0.11682450771331787,0.010680272243916988,-0.017676591873168945,-0.025654077529907227 +158,0.009308946669636732,0.3498545585354297,1.9004924085372066,0.00874490849673748,-0.34276118874549866,-0.9393818378448486,0.017817985266447067,-0.08257590979337692,-0.11149755120277405,0.01721028983592987,-0.013134777545928955,0.020299255847930908 +159,0.0094335988378319,0.3556004523281359,1.8944009032452924,0.00884327944368124,-0.34815332293510437,-0.9373958706855774,-0.040670543909072876,-0.03626638650894165,-0.04964230954647064,-0.011559353210031986,0.00377771258354187,0.04613006114959717 +160,0.005317680478111081,0.34758631644352617,1.8900347749115751,0.004999646916985512,-0.3406294584274292,-0.9401843547821045,-0.13733643293380737,-0.0407504178583622,-0.10753067582845688,-0.06737756729125977,-0.0242234468460083,0.009886503219604492 +161,0.0014744314216966444,0.33436421051416043,1.8681865851521788,0.0013927756808698177,-0.328168660402298,-0.9446181058883667,-0.12226846814155579,-0.07258366048336029,-0.29526257514953613,-0.05391353368759155,-0.005373179912567139,-0.021263182163238525 +162,0.004400358148443512,0.32028027924257285,1.8341348278254856,0.004176574293524027,-0.3148325979709625,-0.9491380453109741,-0.22747798264026642,-0.15898580849170685,-0.3199934959411621,-0.02317376434803009,0.015088945627212524,0.02486741542816162 +163,0.007680991256737451,0.29696724336599334,1.7987692097807648,0.0073447092436254025,-0.29262155294418335,-0.956200122833252,-0.025427579879760742,-0.16847288608551025,-0.43622276186943054,-0.0058798640966415405,-0.03243643045425415,-0.029639720916748047 +164,0.005720411030059765,0.29241746070719055,1.7544734020555874,0.005477548576891422,-0.28826791048049927,-0.95753413438797,-0.07121995091438293,-0.014620233327150345,-0.3860120177268982,0.022110342979431152,0.027144253253936768,-0.02655094861984253 +165,0.014789646799422854,0.29694401721928293,1.717838120303992,0.014141864143311977,-0.2925993502140045,-0.9561305642127991,0.08231788128614426,0.008564827963709831,-0.361716091632843,0.010104358196258545,0.006359726190567017,0.03366047143936157 +166,0.02310913317131053,0.29027671865884425,1.6801422550162468,0.0221403855830431,-0.2862173914909363,-0.9579088687896729,-0.17726851999759674,-0.05343055725097656,-0.30535367131233215,0.00863659381866455,0.02105015516281128,0.02208733558654785 +167,0.02341526076908219,0.2791485813911227,1.6524360761022203,0.02250680886209011,-0.27553728222846985,-0.9610268473625183,-0.11110302805900574,-0.06411155313253403,-0.3364575505256653,-0.023620709776878357,0.008310109376907349,-0.005098581314086914 +168,0.029823400334819904,0.26771878689755335,1.6199909169281659,0.02875673398375511,-0.2645321786403656,-0.9639480113983154,-0.012611285783350468,-0.09369762241840363,-0.3155040144920349,-0.02082216739654541,0.0012112557888031006,-0.00933384895324707 +169,0.033227720894346106,0.26353195017678066,1.5832814710279806,0.032074663788080215,-0.2604921758174896,-0.964942991733551,-0.04149911552667618,-0.029217950999736786,-0.3319595456123352,-0.003311842679977417,0.018106311559677124,0.0172654390335083 +170,0.036512736584755075,0.2561208493134115,1.549962542763969,0.035313840955495834,-0.2533298432826996,-0.9667351841926575,-0.013873125426471233,-0.036306802183389664,-0.24969343841075897,0.00577806681394577,0.004520058631896973,0.0019219517707824707 +171,0.033494637496710195,0.24802555282674904,1.522261822375007,0.03246359899640083,-0.2454904168844223,-0.9688552618026733,0.014950808137655258,-0.061327721923589706,-0.17882901430130005,0.030570458620786667,0.027671203017234802,-0.035432398319244385 +172,0.03441469329403857,0.2451908518914816,1.5005956633974042,0.03337879478931427,-0.24274146556854248,-0.9695165753364563,0.09250279515981674,0.040743641555309296,-0.13581494987010956,0.013511452823877335,0.04538431763648987,-0.027111172676086426 +173,0.040995507035938364,0.24213769092780169,1.477640160140877,0.03978842496871948,-0.23977850377559662,-0.9700119495391846,-0.11561844497919083,0.012021715752780437,-0.2614953815937042,0.0010288283228874207,0.04815863072872162,0.01900792121887207 +174,0.040917828340905744,0.22383663686875876,1.4451137961175393,0.03988591954112053,-0.22197216749191284,-0.9742368459701538,-0.14265316724777222,-0.11051147431135178,-0.36511245369911194,-0.0016168802976608276,0.03886669874191284,-0.05271017551422119 +175,0.04754053003912559,0.21670678404262758,1.4136952137463075,0.04641110822558403,-0.21501460671424866,-0.9755074381828308,0.03405342996120453,-0.04531995579600334,-0.3307153284549713,0.011206068098545074,0.04007259011268616,-0.01632910966873169 +176,0.0490092537537914,0.2114607974157022,1.3790473719391196,0.04789841175079346,-0.20988838374614716,-0.9765514135360718,-0.16769106686115265,0.020193178206682205,-0.35134071111679077,0.03840530663728714,0.04785528779029846,0.03828847408294678 +177,0.04605630831130804,0.19111454215435367,1.3544465811986355,0.04520178213715553,-0.1899532675743103,-0.9807520508766174,-0.22307956218719482,-0.06448113173246384,-0.19750003516674042,-0.015218265354633331,0.011425435543060303,-0.015021264553070068 +178,0.04253368500272366,0.1761643012457253,1.323735440908165,0.04186277091503143,-0.17525453865528107,-0.9836327433586121,-0.1449556201696396,-0.15779700875282288,-0.4015066921710968,-0.017601296305656433,0.018104270100593567,-0.00954657793045044 +179,0.036080019189199064,0.1683258812878224,1.2827337058796842,0.03556236997246742,-0.16753213107585907,-0.9852250218391418,-0.08106406033039093,-0.156483456492424,-0.44223496317863464,-0.007608272135257721,0.025106579065322876,-0.004139602184295654 +180,0.025639203163887583,0.16115419726987865,1.2342643772654787,0.025304216891527176,-0.1604575514793396,-0.9867183566093445,-0.1005501076579094,-0.18573075532913208,-0.4239899516105652,0.052866555750370026,0.0158805251121521,0.015343844890594482 +181,0.01057765361354246,0.15023145550376044,1.1997661079936015,0.010458316653966904,-0.14966697990894318,-0.9886811375617981,-0.13678663969039917,-0.11967866122722626,-0.2822624444961548,0.0624786913394928,0.005547747015953064,-0.03175032138824463 +182,0.006468800931431506,0.1471940476981875,1.1789743886230573,0.006398805882781744,-0.146663099527359,-0.9891657829284668,-0.00893106684088707,-0.013318685814738274,-0.14321565628051758,0.05213391035795212,-0.014820650219917297,-0.012848317623138428 +183,0.007428601987054569,0.15628016436934802,1.1647993390871751,0.007338002789765596,-0.15564478933811188,-0.987785816192627,0.11992866545915604,-0.0842343270778656,-0.1278420239686966,0.009736582636833191,-0.0046640485525131226,-0.002707958221435547 +184,0.006588664801516942,0.16414369021155056,1.1515071749489787,0.00650005741044879,-0.1634075939655304,-0.9865372180938721,0.1540689319372177,-0.08926577866077423,-0.10991601645946503,-0.015365414321422577,0.028214722871780396,0.00431370735168457 +185,0.00011456180244418422,0.16494467181931405,1.1438968251573902,0.0001130069067585282,-0.16419775784015656,-0.9864274263381958,-0.03041856922209263,-0.12363435328006744,-0.12167858332395554,-0.025396816432476044,0.006681263446807861,-0.0034712553024291992 +186,-0.007266869338639122,0.16531943490923084,1.136137883751407,-0.007167728617787361,-0.16456742584705353,-0.986339807510376,-0.018288105726242065,-0.034058619290590286,-0.04481908306479454,0.001033693552017212,0.012895047664642334,0.010738611221313477 +187,-0.010289706928237455,0.16334955576350205,1.1371907223777313,-0.010152552276849747,-0.1626240760087967,-0.9866358637809753,0.015069356188178062,-0.041124992072582245,0.06551645696163177,-4.031416028738022e-05,-0.010380059480667114,0.016848325729370117 +188,-0.01286614997838634,0.16173891633050433,1.1394345171066684,-0.012697880156338215,-0.16103467345237732,-0.9868670701980591,-0.00792945921421051,-0.015060938894748688,0.0011827012058347464,-0.0004857182502746582,-0.005103021860122681,-0.011866450309753418 +189,-0.01041360681629673,0.15999410653707818,1.1412922635891987,-0.010280421003699303,-0.1593123823404312,-0.9871746897697449,-0.04638535901904106,0.06911523640155792,0.0015829778276383877,-0.005756564438343048,0.008235111832618713,-0.001106560230255127 +190,-0.0021100915547793355,0.15537337502354187,1.1411460684037966,-0.0020846715196967125,-0.15474899113178253,-0.9879516363143921,-0.08845926821231842,0.07761530578136444,-0.06696095317602158,0.02735321968793869,-0.004491731524467468,0.01605832576751709 +191,0.004391291487947709,0.15100967266565835,1.1428099791613036,0.0043413033708930016,-0.1504363864660263,-0.9886101484298706,0.013458206318318844,0.06146116554737091,0.07945089787244797,0.013191044330596924,-0.0019073486328125,-0.01598268747329712 +192,0.012514838249833057,0.1512113827282672,1.146239723852869,0.012371712364256382,-0.15063580870628357,-0.9885119199752808,-0.007590843364596367,0.08016785979270935,-0.008086099289357662,0.005252182483673096,-0.02622881531715393,0.0032976865768432617 +193,0.016400581626766386,0.15201634296124097,1.1456789756925023,0.01621071994304657,-0.15143153071403503,-0.9883348345756531,0.0032587223686277866,0.04361429065465927,0.0702027678489685,0.06472189724445343,0.025805920362472534,-0.009574711322784424 +194,0.026823463569767458,0.1494304636798435,1.1661592438752504,0.026521362364292145,-0.14887496829032898,-0.9885002970695496,0.03682781755924225,0.14204490184783936,0.375172883272171,0.06593163311481476,-0.01178482174873352,-0.04043036699295044 +195,0.037342229170449555,0.16327423183054673,1.2024931586910204,0.036837026476860046,-0.16254976391792297,-0.9860124588012695,0.19347414374351501,0.15251430869102478,0.4463309347629547,0.06379468739032745,0.016538426280021667,-0.011744439601898193 +196,0.04602777451706379,0.18731458080057595,1.256514814381933,0.04520668461918831,-0.18622112274169922,-0.9814673066139221,0.2751883864402771,0.16791842877864838,0.665692150592804,0.09583029896020889,0.02281475067138672,-0.01715940237045288 +197,0.05026720671055943,0.21625116790214843,1.3320823090066742,0.04907574504613876,-0.21456962823867798,-0.975475013256073,0.24745842814445496,0.198855459690094,0.8666386604309082,0.08216510713100433,0.03993278741836548,-0.036182701587677 +198,0.05361294977911962,0.2517614306226891,1.4317220036397666,0.051897939294576645,-0.24911025166511536,-0.9670835733413696,0.5543022155761719,0.29996952414512634,0.9914404153823853,0.026944216340780258,0.02472977340221405,-0.1041901707649231 +199,0.05990171930320991,0.3209608209807016,1.5335750523164673,0.0568087138235569,-0.31547847390174866,-0.9472307562828064,0.730742335319519,0.43444758653640747,1.0412813425064087,0.0242154598236084,0.11455070972442627,-0.0076184868812561035 +200,0.057071645591441025,0.3681857176258322,1.6272455340123573,0.05321791023015976,-0.3599233329296112,-0.9314628839492798,0.022959038615226746,0.4929273724555969,0.8246106505393982,-0.0005293190479278564,0.1111592948436737,0.09398424625396729 +201,0.08349566037726215,0.3631971878936083,1.7077556508186533,0.07795822620391846,-0.35526466369628906,-0.931509256362915,-0.11521387845277786,0.32259368896484375,0.5509412288665771,0.011259913444519043,0.11315345764160156,0.05209946632385254 +202,0.08764226654965099,0.33706189476953236,1.7672763334708215,0.08260482549667358,-0.33071574568748474,-0.9401082396507263,-0.28307223320007324,0.07666631042957306,0.402561753988266,-0.027749493718147278,0.07764875888824463,-0.050217628479003906 +203,0.0795985209269746,0.32149380182410753,1.8035747018565678,0.07544052600860596,-0.31598418951034546,-0.9457603693008423,-0.15176860988140106,0.0038734134286642075,0.24293841421604156,-0.006074070930480957,0.05701202154159546,-0.07560193538665771 +204,0.07109851201079317,0.32005742057083986,1.8455775505486494,0.06743109971284866,-0.31462106108665466,-0.9468192458152771,0.10197731852531433,0.13861244916915894,0.5327023267745972,-0.05539191514253616,0.030929654836654663,0.0158347487449646 +205,0.06276859038171308,0.3265582873656178,1.8868133829471585,0.05941236391663551,-0.3207851052284241,-0.945286750793457,0.007638107985258102,0.08180445432662964,0.2913884222507477,-0.09539258480072021,-0.01852455735206604,0.04074579477310181 +206,0.04821520504702865,0.30893373887814213,1.9132411623920924,0.045914821326732635,-0.3040430247783661,-0.9515511989593506,-0.1767813265323639,-0.039406247437000275,0.3291882872581482,-0.059922389686107635,-0.014545232057571411,-0.019090890884399414 +207,0.02733336663063899,0.31241256157641545,1.9495744800688632,0.026007050648331642,-0.3073553144931793,-0.9512393474578857,0.0826326385140419,-0.11041468381881714,0.302986741065979,-0.03925167769193649,-0.03329715132713318,0.03282809257507324 +208,0.007610842597784861,0.30255951811138443,1.9681522690147617,0.007265064865350723,-0.2979644238948822,-0.9545493125915527,-0.05541159212589264,-0.13371963798999786,0.15039968490600586,-0.04501532018184662,0.008291572332382202,-0.08986902236938477 +209,-0.0011560763395087586,0.31997968183997405,1.9805739411903585,-0.001097395783290267,-0.31454727053642273,-0.9492411613464355,0.23074664175510406,0.0017409631982445717,-0.056585658341646194,-0.05958680808544159,-0.01812484860420227,0.002509593963623047 +210,-0.009251206423596092,0.3401203681036325,1.9815316261433735,-0.0087211225181818,-0.33360058069229126,-0.9426741600036621,0.11198171228170395,-0.021916035562753677,0.04899800941348076,-0.01605914533138275,0.01092296838760376,0.044862329959869385 +211,-0.014532013504214248,0.34410050726403996,1.9847689078739241,-0.013679655268788338,-0.3373500406742096,-0.9412798881530762,0.05222034081816673,0.08685298264026642,-0.021070940420031548,-0.03865799307823181,0.004861027002334595,0.026683330535888672 +212,-0.01492154457048478,0.34652549759635526,1.9835236211913982,-0.014034063555300236,-0.3396318852901459,-0.9404537081718445,-0.08722960948944092,-0.026039045304059982,-0.01724928244948387,-0.012165278196334839,-0.006116986274719238,0.03600424528121948 +213,-0.019438454703120115,0.3495388263548048,1.9875570804640943,-0.018261875957250595,-0.3424645662307739,-0.9393532276153564,0.07526436448097229,-0.0615440234541893,0.004446601029485464,-0.02736191265285015,-0.024677127599716187,0.01198512315750122 +214,-0.02568300202402844,0.3462719920339194,1.9834082282674388,-0.02415591850876808,-0.3393934369087219,-0.9403343200683594,-0.011575624346733093,-0.03796553611755371,-0.04906646907329559,0.017930328845977783,-0.00031298398971557617,-0.016956329345703125 +215,-0.024710510238136075,0.34763532060892527,1.9796970175215027,-0.023229986429214478,-0.3406755328178406,-0.939893901348114,0.026622585952281952,0.004341892898082733,-0.028322795405983925,0.024725347757339478,-0.014381229877471924,0.009779155254364014 +216,-0.02489783444880884,0.3421832718311467,1.9768523915691951,-0.023451942950487137,-0.3355445861816406,-0.9417323470115662,0.010187260806560516,-0.06286861002445221,0.04072193801403046,0.017897754907608032,-0.002880096435546875,-0.026025831699371338 +217,-0.026139090187318515,0.339479605229914,1.9773551084794385,-0.024644475430250168,-0.3329964280128479,-0.9426059722900391,-0.03301084041595459,-0.023532729595899582,-0.007137958891689777,-0.008711231872439384,-0.006557375192642212,0.005228102207183838 +218,-0.030900103988674453,0.33526215276021565,1.9770827951570982,-0.02917506918311119,-0.3290167450904846,-0.9438732862472534,-0.09205825626850128,-0.04628027230501175,-0.04453132674098015,-0.03227207064628601,-0.03394407033920288,0.009943842887878418 +219,-0.035455642840869064,0.33117914157553285,1.9698522386439243,-0.03352194279432297,-0.32515832781791687,-0.9450652599334717,-0.1098678782582283,-0.06567128002643585,-0.11488831043243408,-0.012422263622283936,-0.02078893780708313,0.02564692497253418 +220,-0.040206594568389646,0.3237357618542509,1.9623561541339416,-0.0381077378988266,-0.31811046600341797,-0.9472874402999878,-0.1329379379749298,-0.007332094479352236,-0.05906234309077263,-0.0322505347430706,-0.016270607709884644,-0.004220068454742432 +221,-0.04246114566791457,0.31771436351696936,1.9564069727088162,-0.040323927998542786,-0.3123961389064789,-0.9490956664085388,-0.0038477061316370964,-0.015378548763692379,-0.09645790606737137,-0.07231645286083221,-0.025631815195083618,0.0029287338256835938 +222,-0.056059662651220483,0.3103361905886393,1.9383809660246616,-0.05335379019379616,-0.305378794670105,-0.9507350921630859,-0.08105666935443878,-0.26745352149009705,-0.2456168532371521,-0.06694649159908295,0.0077255964279174805,-0.06598854064941406 +223,-0.07376228353905542,0.3145968160121631,1.9077708109081377,-0.0700785294175148,-0.30943310260772705,-0.9483354687690735,0.08265208452939987,-0.3581128716468811,-0.3452625274658203,0.001551315188407898,0.06445324420928955,0.022371113300323486 +224,-0.09780278725713643,0.30627531026530114,1.8614398634762708,-0.09310276806354523,-0.30150938034057617,-0.9489067196846008,-0.19908931851387024,-0.3436140716075897,-0.46211957931518555,0.029321029782295227,0.10923337936401367,-0.03533095121383667 +225,-0.1164780860235807,0.29533603948088366,1.8144662319289495,-0.1111832931637764,-0.2910613715648651,-0.950221836566925,-0.12243211269378662,-0.22965136170387268,-0.47733044624328613,0.015190251171588898,0.08155816793441772,-0.06236666440963745 +226,-0.12100105602100136,0.29661077760983795,1.7557062469848628,-0.11543508619070053,-0.2922806739807129,-0.9493401646614075,-0.06007308140397072,-0.23926714062690735,-0.616081714630127,0.050066426396369934,0.07755899429321289,-0.00836247205734253 +227,-0.12854739475673813,0.29327687597976293,1.6896110507807252,-0.12272001057863235,-0.28909072279930115,-0.9494031667709351,-0.040756627917289734,-0.22269505262374878,-0.5289949774742126,0.09748196601867676,0.08331072330474854,-0.05146658420562744 +228,-0.1280567194323047,0.2957088235582153,1.6401121481864969,-0.12216399610042572,-0.2914179861545563,-0.9487631320953369,-0.06732455641031265,-0.0921446904540062,-0.4239330589771271,0.07333587110042572,0.07088270783424377,-0.011869192123413086 +229,-0.12280650566176898,0.2861791188913382,1.5946208658540049,-0.11751599609851837,-0.2822888195514679,-0.9521045088768005,-0.11878416687250137,-0.11234553903341293,-0.40843966603279114,0.04326672852039337,0.058488160371780396,-0.03178220987319946 +230,-0.12179614306370698,0.2849798427880538,1.5558206704454596,-0.11659500747919083,-0.2811380922794342,-0.9525581002235413,-0.021434295922517776,-0.13014186918735504,-0.3876746594905853,0.015551313757896423,0.03417462110519409,-0.015230536460876465 +231,-0.12306551386044182,0.28712754915906236,1.5121607008477336,-0.11772967875003815,-0.2831985354423523,-0.9518079161643982,-0.065909743309021,-0.19713526964187622,-0.4814528822898865,0.00470782071352005,0.051676928997039795,0.004130303859710693 +232,-0.1313726905633368,0.2833862135322441,1.4717111232795548,-0.12577027082443237,-0.2796083986759186,-0.9518408179283142,-0.040031757205724716,-0.20589907467365265,-0.3389388918876648,0.005683600902557373,0.04128137230873108,-0.02470642328262329 +233,-0.13827027500337197,0.2822246492975263,1.430243461126458,-0.13237731158733368,-0.2784929871559143,-0.9512717127799988,-0.07943831384181976,-0.15309906005859375,-0.4134364128112793,0.031196266412734985,0.018315374851226807,-0.02210170030593872 +234,-0.13906311448322528,0.28261164525935867,1.3877588425391587,-0.13311652839183807,-0.27886465191841125,-0.9510596990585327,0.040221527218818665,-0.07160814851522446,-0.3561929166316986,0.004866406321525574,0.05137133598327637,-0.028874993324279785 +235,-0.13624814756356474,0.29187874461432617,1.348882942346886,-0.13008219003677368,-0.2877520024776459,-0.9488294720649719,-0.03442065045237541,-0.12044711410999298,-0.393282949924469,-0.0021657347679138184,0.030137866735458374,0.037452518939971924 +236,-0.13589187966039065,0.2908487667208728,1.3021612792859807,-0.1297842264175415,-0.286765456199646,-0.9491689205169678,-0.05457083508372307,-0.10856283456087112,-0.4206835925579071,0.039436936378479004,0.027213454246520996,-0.0027964115142822266 +237,-0.13292234546651943,0.28886560176242904,1.2634357730073464,-0.12704019248485565,-0.28486502170562744,-0.9501119256019592,-0.0790308341383934,-0.06044045090675354,-0.2854447066783905,0.08669595420360565,0.05163446068763733,-0.010184645652770996 +238,-0.1317159894045378,0.2846383923472481,1.24686555151575,-0.1260509490966797,-0.2808104157447815,-0.9514497518539429,-0.025652356445789337,0.01586487516760826,-0.024581853300333023,0.04563714563846588,0.04886159300804138,-0.039745867252349854 +239,-0.12185425542601329,0.27890600481047306,1.24493166949472,-0.11685577780008316,-0.27530407905578613,-0.9542286992073059,0.03314552456140518,0.02302945964038372,0.031221413984894753,0.027530819177627563,0.03448989987373352,-0.024744689464569092 +240,-0.11707904337023359,0.27999366414280286,1.2568533812180298,-0.1122627705335617,-0.27634957432746887,-0.954477846622467,0.07775507122278214,0.11511917412281036,0.21003404259681702,0.026599928736686707,0.06564095616340637,-0.008565366268157959 +241,-0.10681643255929155,0.2764404905915677,1.2829236529293837,-0.10256563872098923,-0.2729330062866211,-0.9565500020980835,0.07801145315170288,0.21042849123477936,0.29444727301597595,0.005641810595989227,0.035490989685058594,-0.037254929542541504 +242,-0.0896780005711913,0.2854541411065704,1.3133933990991307,-0.08593378961086273,-0.2815932333469391,-0.9556781053543091,0.18082013726234436,0.29895469546318054,0.2959033250808716,0.011165723204612732,0.04422751069068909,-0.03261840343475342 +243,-0.0673087610172376,0.30075621026380245,1.3491758212306373,-0.06423892080783844,-0.2962425649166107,-0.9529500007629395,0.13550788164138794,0.3190377652645111,0.3858244717121124,0.03372135013341904,0.04361805319786072,0.007866382598876953 +244,-0.04458208585350988,0.30957403457013555,1.3921242727614473,-0.042448740452528,-0.30465295910835266,-0.9515170454978943,0.06678038090467453,0.40739911794662476,0.41965222358703613,0.028624285012483597,0.06258752942085266,-0.008275985717773438 +245,-0.021806984751936934,0.31384015876577254,1.4400193753676642,-0.02074017934501171,-0.30871349573135376,-0.9509289264678955,0.03085886314511299,0.36164334416389465,0.43649619817733765,0.00593915581703186,0.06034618616104126,-0.022246122360229492 +246,-0.004115423024486212,0.31866486376997394,1.4879552498156325,-0.003908219281584024,-0.31329891085624695,-0.949646532535553,0.05445553734898567,0.30073606967926025,0.43232327699661255,-0.003507554531097412,0.05177852511405945,-0.02337592840194702 +247,0.013371220696298522,0.3300305162285778,1.5353770201963899,0.0126492315903306,-0.32407188415527344,-0.9459478855133057,0.10289832949638367,0.33807334303855896,0.44859185814857483,-0.03089873492717743,0.07127952575683594,-0.020528554916381836 +248,0.028171479680475734,0.3378117599969193,1.5850098520703886,0.02657577209174633,-0.3314233124256134,-0.9431077837944031,0.09164978563785553,0.25664401054382324,0.48831236362457275,-0.02335616946220398,0.06436401605606079,-0.018256962299346924 +249,0.029019240324176167,0.35769522039788404,1.647343495687977,0.02717868983745575,-0.3501162528991699,-0.9363119006156921,0.18486833572387695,0.16305987536907196,0.6091325283050537,-0.04608432948589325,0.03862333297729492,0.02925318479537964 +250,0.02475260245024438,0.3577932333884486,1.7021746324753102,0.02318269945681095,-0.3502080738544464,-0.9363849759101868,-0.03058016672730446,0.1123461201786995,0.4666508734226227,-0.061802685260772705,0.0258978009223938,-0.05738937854766846 +251,0.023527645322027765,0.368506777563948,1.7506715049665997,0.021946121007204056,-0.36022284626960754,-0.9326080679893494,0.06553330272436142,0.15945924818515778,0.32692277431488037,-0.05107514560222626,-0.010016411542892456,0.053106725215911865 +252,0.034212262314173694,0.35695835656748526,1.771695882700806,0.032049406319856644,-0.34942594170570374,-0.9364156723022461,-0.15793554484844208,0.07446037232875824,0.1576414257287979,-0.045126184821128845,0.040740638971328735,0.028853416442871094 +253,0.03144196394363518,0.33075560363102136,1.7959763236783488,0.029732823371887207,-0.32475775480270386,-0.9453297257423401,-0.41161414980888367,0.026679212227463722,0.14172741770744324,-0.06177628040313721,-0.048319607973098755,0.019716382026672363 +254,0.025376885583477705,0.30200243742949817,1.803052647028425,0.02422579936683178,-0.2974326014518738,-0.954435408115387,-0.07742490619421005,-0.07933623343706131,0.041661228984594345,-0.006342500448226929,-0.01123744249343872,-0.016908586025238037 +255,0.02987585658119806,0.29682306155762894,1.8076682358522234,0.02856515161693096,-0.29248368740081787,-0.9558437466621399,-0.08521409332752228,0.1385679692029953,0.08975254744291306,-0.005554892122745514,0.009738326072692871,0.03282439708709717 +256,0.028360640147972162,0.28302179977093306,1.8168598974193442,0.027228688821196556,-0.27925848960876465,-0.9598298072814941,-0.21044880151748657,-0.020726041868329048,0.011875808238983154,-0.012687059119343758,-0.011268824338912964,-0.00016158819198608398 +257,0.02665011556761277,0.26973855523944695,1.8194346760765288,0.02568342350423336,-0.2664794623851776,-0.9634983539581299,-0.19391362369060516,0.029060162603855133,0.007575357798486948,0.024884209036827087,0.019943207502365112,0.011731386184692383 +258,0.029188261602073065,0.24451088735570653,1.8358122202356022,0.028316060081124306,-0.24208179116249084,-0.9698425531387329,-0.22359752655029297,0.0102491844445467,0.24876369535923004,0.0028881635516881943,0.014878436923027039,-0.013449013233184814 +259,0.02311041309224865,0.2277238944012313,1.8582921166249637,0.022511761635541916,-0.22576077282428741,-0.973922610282898,-0.08613979071378708,-0.018981115892529488,0.26071205735206604,0.016230298206210136,0.053977325558662415,0.011093080043792725 +260,0.019939790248499917,0.20278372399464803,1.8856786397441088,0.019529923796653748,-0.20139679312705994,-0.9793150424957275,-0.34803301095962524,0.08305077254772186,0.21240289509296417,0.03894175589084625,-0.0018807947635650635,-0.008172750473022461 +261,0.02201177300346643,0.1767335222979391,1.908143749794192,0.021667150780558586,-0.1758149266242981,-0.984184741973877,-0.21260160207748413,0.1221189945936203,0.18879249691963196,0.030060140416026115,-0.0040861815214157104,-0.06761878728866577 +262,0.033108209933208524,0.17714888916128804,1.9296196293135985,0.032584115862846375,-0.17622379958629608,-0.9838106632232666,0.12464513629674911,0.14160214364528656,0.21339984238147736,0.025658678263425827,0.01374824345111847,0.001526176929473877 +263,0.036090819676779476,0.18114970330020205,1.9536624164482295,0.03549256548285484,-0.18016058206558228,-0.9829966425895691,-0.04694420099258423,0.10356097668409348,0.3018658757209778,0.03514036908745766,0.054443418979644775,-0.0008442997932434082 +264,0.0512867650886496,0.1812370190961666,1.990037311873244,0.05042465031147003,-0.1802464723587036,-0.9823281168937683,0.017835602164268494,0.1797708421945572,0.32471784949302673,-0.02713974192738533,0.012674465775489807,-0.012178659439086914 +265,0.05897573869604685,0.18387558413967586,2.0142004602253443,0.057947948575019836,-0.18284118175506592,-0.9814332127571106,0.03951539844274521,-0.03740054368972778,0.1466342955827713,-0.035227615386247635,0.005503535270690918,0.008288681507110596 +266,0.05536714558006901,0.17684731147420468,2.0248627462593456,0.054475754499435425,-0.17592693865299225,-0.982894778251648,-0.09018727391958237,-0.01999824121594429,0.08302939683198929,-0.017488446086645126,0.02065350115299225,-0.004837155342102051 +267,0.04972154985454016,0.16394735736614338,2.0345442041063513,0.04903461039066315,-0.16321389377117157,-0.9853714108467102,-0.1068616732954979,-0.01728326827287674,0.12602417171001434,-0.009270202368497849,-0.02684958279132843,-0.009211719036102295 +268,0.043907309568885736,0.15318192432574784,2.046372848088332,0.04337923973798752,-0.15258356928825378,-0.9873380661010742,-0.10545763373374939,-0.028839919716119766,0.15420444309711456,0.01785428076982498,-0.005650073289871216,-0.02129840850830078 +269,0.046441177218701106,0.15628153837303682,2.070223606547285,0.045858703553676605,-0.15564614534378052,-0.9867478013038635,0.01308454293757677,0.09798634052276611,0.2554311156272888,-0.0699675977230072,-0.0022975653409957886,0.0183793306350708 +270,0.04266430614453989,0.15395148684078472,2.0849480580894895,0.042146921157836914,-0.153344064950943,-0.987273633480072,-0.015310704708099365,-0.04388099163770676,0.037632279098033905,-0.07736420631408691,-0.016852468252182007,-0.008545458316802979 +271,0.031185715394949055,0.15697911711137566,2.0839498221596937,0.030797265470027924,-0.15633518993854523,-0.9872238039970398,0.04308290407061577,-0.046031929552555084,-0.10404682159423828,-0.041447900235652924,-0.007864639163017273,-0.054982006549835205 +272,0.0319213850194216,0.17359053344897923,2.065894942444542,0.03143629804253578,-0.1727200299501419,-0.9844691753387451,0.21229176223278046,0.021716568619012833,-0.2234877347946167,-0.0007050931453704834,0.013036802411079407,0.04411578178405762 +273,0.028675047935365225,0.1779779689409464,2.041788577789807,0.02821822091937065,-0.17703984677791595,-0.9837990999221802,0.06160130724310875,-0.11119330674409866,-0.19413501024246216,-0.0003861859440803528,0.06752751767635345,-0.021098971366882324 +274,0.027354454906397686,0.18362491580156187,2.0180461280299933,0.026891225948929787,-0.18259474635124207,-0.982820451259613,0.12222053855657578,-0.055489614605903625,-0.380251944065094,0.0046486929059028625,0.02300305664539337,-0.025724470615386963 +275,0.029244876098384498,0.20093130549306715,1.9721034101206152,0.02865241840481758,-0.19958198070526123,-0.9794621467590332,0.19254156947135925,-0.04311395436525345,-0.47408327460289,0.05015922337770462,0.05859076976776123,0.003647327423095703 +276,0.03326888136921901,0.21453334540961153,1.9240538305497634,0.03250022605061531,-0.21289148926734924,-0.9765352010726929,0.09633628278970718,-0.0492207333445549,-0.43439939618110657,0.07963661849498749,0.06861963868141174,0.03442704677581787 +277,0.0357916961740824,0.2095365532300617,1.883120170692795,0.03500136360526085,-0.2080066055059433,-0.9775009751319885,-0.17629790306091309,0.00316657405346632,-0.33947208523750305,0.08758774399757385,0.07162356376647949,0.011222898960113525 +278,0.04563336397707739,0.201165487896657,1.8577954191567052,0.04469761997461319,-0.19981145858764648,-0.9788143634796143,-0.09495394676923752,0.07099811732769012,-0.2147817760705948,0.05602564662694931,0.05271671712398529,0.007378816604614258 +279,0.053218250758570756,0.189674877194656,1.8325093414867646,0.05223914608359337,-0.18853960931301117,-0.980675220489502,0.01488928496837616,0.016120895743370056,-0.2293674498796463,0.05258873477578163,0.08929646015167236,-0.06052350997924805 +280,0.06482467705764652,0.18793815341771022,1.8151243889405815,0.06363862007856369,-0.18683375418186188,-0.9803281426429749,0.10077349841594696,0.021443208679556847,-0.10665828734636307,0.06943326443433762,0.08690395951271057,-0.04440629482269287 +281,0.08276935474771738,0.19282734543852298,1.8101861325709425,0.0811426118016243,-0.19163459539413452,-0.9781063795089722,0.1645013391971588,0.10626747459173203,-0.051813166588544846,-0.026272013783454895,0.02064460515975952,0.018130183219909668 +282,0.09835565405298678,0.1932512393120977,1.794108119328292,0.09636921435594559,-0.19205062091350555,-0.9766419529914856,0.01637372374534607,0.003565375693142414,-0.38446348905563354,0.00018840283155441284,-0.07519179582595825,0.060244858264923096 +283,0.08659505598353334,0.1841249244111121,1.7544671161616108,0.08502496778964996,-0.1830863207578659,-0.9794131517410278,-0.054224178194999695,-0.06771227717399597,-0.22983168065547943,0.09129033237695694,0.0428580641746521,-0.020403683185577393 +284,0.08541617722164688,0.17922515327045566,1.7440504079949655,0.08394582569599152,-0.1782671958208084,-0.9803947806358337,0.09861216694116592,-0.014196142554283142,0.04166373610496521,0.0013508051633834839,-0.0006573796272277832,-0.02354198694229126 +285,0.0796826767193497,0.18047685345305342,1.732196733565862,0.07830556482076645,-0.17949870228767395,-0.9806367754936218,-0.02452841028571129,-0.13735319674015045,-0.21388351917266846,0.009600326418876648,-0.00317952036857605,0.0013887286186218262 +286,0.0746368440944977,0.18127440749665344,1.7167533576994252,0.07334575802087784,-0.18028324842453003,-0.9808763265609741,0.005221494007855654,-0.01870620623230934,-0.05912892147898674,0.020068541169166565,0.03611820936203003,-0.011219620704650879 +287,0.07494201234544662,0.17836459623616155,1.7129326756293275,0.07368405163288116,-0.17742034792900085,-0.9813728332519531,0.03506530821323395,-0.05693669989705086,-0.016041340306401253,-0.0077355727553367615,0.0018832683563232422,-0.0043906569480896 +288,0.07268625055748036,0.17753105746028314,1.703319956622594,0.07148084044456482,-0.17659997940063477,-0.9816837310791016,-0.01610039919614792,-0.05597442761063576,-0.173519104719162,-0.00916394591331482,-0.0011954307556152344,0.023721694946289062 +289,0.06788444148391672,0.17052170900535402,1.6839134048396474,0.0668485015630722,-0.16969650983810425,-0.9832265377044678,-0.07144585251808167,-0.08173340559005737,-0.158818319439888,0.028351083397865295,0.021136939525604248,-0.012180566787719727 +290,0.06680160843463721,0.16483077585110936,1.6737981582836712,0.06584718823432922,-0.16408540308475494,-0.9842459559440613,-0.04649549350142479,-0.011338278651237488,-0.08758550137281418,0.00039121508598327637,-0.008354172110557556,-0.02574855089187622 +291,0.06946851627332057,0.16756853330593233,1.658264102344323,0.06844040751457214,-0.16678543388843536,-0.9836150407791138,0.016271747648715973,0.002186558209359646,-0.22234341502189636,0.016718894243240356,-0.024056240916252136,0.02205193042755127 +292,0.07168637828682534,0.16444322767450947,1.6369319302939769,0.07065875083208084,-0.1637030988931656,-0.9839759469032288,-0.05899538844823837,-0.047386959195137024,-0.22566154599189758,0.051945626735687256,0.005347386002540588,0.00680309534072876 +293,0.0770422060607993,0.15871377938542267,1.6229148573024916,0.07599865645170212,-0.15804828703403473,-0.984502375125885,-0.07504414021968842,-0.010210883803665638,-0.09149886667728424,0.03708421438932419,0.005292564630508423,-0.002619147300720215 +294,0.08234632121124907,0.1518720107959279,1.6160247817339033,0.08130651712417603,-0.15128886699676514,-0.9851400852203369,-0.015926390886306763,0.020348887890577316,-0.07966630905866623,-0.011726438999176025,-0.016695141792297363,-0.008405447006225586 +295,0.08411721120206136,0.1451434792459069,1.6027575187797631,0.08313461393117905,-0.1446343958377838,-0.985986590385437,-0.09953588247299194,-0.01665608212351799,-0.12521062791347504,0.00940994918346405,0.015743419528007507,0.02260768413543701 +296,0.08201268328138474,0.131189144326168,1.5887879497352362,0.08121683448553085,-0.13081316649913788,-0.988074779510498,-0.08715006709098816,-0.036693889647722244,-0.16725701093673706,-0.025781646370887756,0.0033564865589141846,-0.031151294708251953 +297,0.08232107013674068,0.12333515474354603,1.5661099174331803,0.08160350471735,-0.12302270531654358,-0.989043116569519,0.012143042869865894,0.058114223182201385,-0.25262346863746643,-0.0478358119726181,0.02840295433998108,-0.005280613899230957 +298,0.08298791042231866,0.11863333954012559,1.5319444299412994,0.08231005817651749,-0.11835526674985886,-0.9895539879798889,-0.07291536778211594,-0.02720550075173378,-0.4035812318325043,-0.015064582228660583,0.02530716359615326,0.026144564151763916 +299,0.08319724755626125,0.10423943317911132,1.4860149719702707,0.08265022933483124,-0.10405076295137405,-0.9911318421363831,-0.026136063039302826,-0.005664949771016836,-0.4707370102405548,0.009406045079231262,0.020020611584186554,-0.05566680431365967 +300,0.09014129020514224,0.10308250687793945,1.4405897343907883,0.08954142034053802,-0.10290004312992096,-0.9906532764434814,-0.022023335099220276,-0.003636340145021677,-0.452718585729599,0.009182952344417572,0.01267482340335846,0.046057939529418945 +301,0.0890215164777512,0.08837854440440823,1.3923741144073123,0.08855700492858887,-0.08826354146003723,-0.9921528100967407,-0.04584655910730362,-0.018096398562192917,-0.5009208917617798,0.005177736282348633,0.02445128560066223,-0.019367575645446777 +302,0.08622583268024209,0.0736162389241284,1.3425575967602479,0.08588577806949615,-0.07354976236820221,-0.9935864806175232,-0.10536953061819077,-0.09704434126615524,-0.552585780620575,0.014990076422691345,-0.008420445024967194,0.0031995177268981934 +303,0.07721614673365595,0.058663733418273814,1.287416468385524,0.0770067423582077,-0.058630090206861496,-0.9953052401542664,-0.012738930061459541,-0.15301840007305145,-0.4888688325881958,0.0414472371339798,0.021520718932151794,-0.03171807527542114 +304,0.06407766431709797,0.05626459770781585,1.2422371552889284,0.06393249332904816,-0.05623491480946541,-0.9963685274124146,0.006626488640904427,-0.17466163635253906,-0.4255096912384033,0.023805536329746246,0.021063409745693207,-0.004165470600128174 +305,0.05632546256576586,0.05323019979711714,1.2058991096483451,0.05621594935655594,-0.05320506542921066,-0.996999979019165,-0.0075442856177687645,-0.11465097218751907,-0.33157116174697876,0.03078966587781906,-0.012789193540811539,0.013357460498809814 +306,0.04544463244195394,0.04632632013628949,1.1764185235257794,0.045380253344774246,-0.04630975052714348,-0.9978957772254944,-0.03436858579516411,-0.09715690463781357,-0.19068452715873718,0.044051505625247955,0.029296204447746277,-0.03736722469329834 +307,0.04351145253315104,0.047222552115314516,1.1670047816600595,0.04344923421740532,-0.04720500484108925,-0.9979398250579834,0.03515376150608063,-0.019204670563340187,-0.06306931376457214,0.01923387125134468,-0.0037898682057857513,0.0033872127532958984 +308,0.043474424767579796,0.04622086216105106,1.1626872770268453,0.043414317071437836,-0.04620440676808357,-0.9979881644248962,-0.009032079949975014,-0.018531745299696922,-0.02433808334171772,0.025555409491062164,0.006043273955583572,-0.01431041955947876 +309,0.04724841329944997,0.04860499473804457,1.1683888167720495,0.04717505723237991,-0.048585858196020126,-0.9977043271064758,0.040987592190504074,0.025971144437789917,0.09474416077136993,0.016744010150432587,-0.002988845109939575,-0.00167006254196167 +310,0.051566075943157846,0.050830088477826246,1.180072071084284,0.051476653665304184,-0.05080820247530937,-0.9973809123039246,0.010933821089565754,0.03270760923624039,0.1546573042869568,0.008429352194070816,0.014812719076871872,0.0055901408195495605 +311,0.053830238803637076,0.05103880988510569,1.1942960215021263,0.0537341833114624,-0.05101665481925011,-0.9972512125968933,0.015788232907652855,0.040400709956884384,0.17038042843341827,0.005363106727600098,0.009802661836147308,-0.00793677568435669 +312,0.05770775514254852,0.052654423817921146,1.2129857379404836,0.05759579688310623,-0.052630096673965454,-0.9969517588615417,0.013247756287455559,0.0639018788933754,0.23791976273059845,-0.00635678693652153,0.006167083978652954,0.010440528392791748 +313,0.06189659453059754,0.052209900325692206,1.2327795201747342,0.06177278980612755,-0.052186183631420135,-0.9967250227928162,-0.0028870152309536934,0.041181519627571106,0.17537975311279297,0.017481360584497452,-0.018050022423267365,-0.011316359043121338 +314,0.06625941661731947,0.059145771768097745,1.257098651610024,0.06609516590833664,-0.05911129340529442,-0.9960609078407288,0.14320816099643707,0.07752357423305511,0.34804272651672363,0.050146281719207764,0.01713436469435692,-0.03601306676864624 +315,0.07223962808772098,0.07563772116049532,1.2974162593836953,0.07197044789791107,-0.07556562125682831,-0.9945401549339294,0.23537704348564148,0.11977753043174744,0.5445579290390015,0.06175757944583893,0.04443769156932831,-0.022885382175445557 +316,0.07724799230947488,0.09881542101652556,1.3598757893648767,0.07679472863674164,-0.09865468740463257,-0.9921541213989258,0.1150113195180893,0.04734497144818306,0.7555209398269653,0.05314911901950836,0.06342214345932007,0.04769611358642578 +317,0.06436333161741603,0.10610072638076634,1.4415684366319867,0.06395721435546875,-0.10590177029371262,-0.9923176169395447,-0.05804239585995674,-0.0660019963979721,0.9071933627128601,0.05210113525390625,0.04080778360366821,-0.003333568572998047 +318,0.04847065531271683,0.1043841053861635,1.5385739449551457,0.04818795248866081,-0.10419464856386185,-0.993388831615448,0.014474495314061642,-0.12219379097223282,0.966949462890625,0.022795934230089188,0.03337860852479935,-0.03541970252990723 +319,0.035261677554621694,0.11277979753795135,1.6312181606332865,0.03503040224313736,-0.11254087090492249,-0.9930294156074524,0.18190859258174896,0.022626932710409164,0.9128993153572083,0.00767894834280014,0.051414161920547485,-0.04772680997848511 +320,0.031901434917161034,0.12844833372118375,1.714770039765266,0.03163326159119606,-0.12809541821479797,-0.9912572503089905,0.09664686769247055,0.07887575030326843,0.7802262306213379,-0.00612056627869606,0.052045613527297974,0.009033739566802979 +321,0.02983213256881357,0.13318224382192256,1.7863937746037162,0.02956356480717659,-0.13278886675834656,-0.9907033443450928,0.00565260648727417,0.09039739519357681,0.6515333652496338,-0.04691280797123909,0.06786271929740906,-0.014606714248657227 +322,0.03746481243776242,0.13572478668015683,1.8462110589849157,0.03711158409714699,-0.13530847430229187,-0.9901082515716553,0.07304371893405914,0.11884964257478714,0.48012441396713257,-0.11160498857498169,0.026742175221443176,0.021678686141967773 +323,0.03859535627648428,0.1358450412081675,1.8737600011946973,0.0382302924990654,-0.13542760908603668,-0.990049421787262,-0.10195072740316391,0.013415750116109848,0.08266424387693405,-0.1134713813662529,-0.005288943648338318,0.030942976474761963 +324,0.03436821800369643,0.12796155926413336,1.869031088076507,0.034080516546964645,-0.1276126354932785,-0.9912383556365967,-0.14607371389865875,-0.05141162872314453,-0.19279637932777405,-0.04454805329442024,-0.019710958003997803,0.001065075397491455 +325,0.02648387709187406,0.12475836507825666,1.84795958137448,0.026274966076016426,-0.12443497776985168,-0.9918798208236694,-0.10015834122896194,-0.10680566728115082,-0.23816807568073273,-0.007994938641786575,-0.0014195144176483154,-0.008959412574768066 +326,0.01554176204085838,0.11459435091317498,1.8280431456273525,0.015439205802977085,-0.11434371024370193,-0.9933212995529175,0.008926252834498882,-0.16198405623435974,-0.13607724010944366,0.0052822306752204895,0.024622023105621338,-0.0044661760330200195 +327,0.0004770189008344968,0.1199058870742814,1.8185368896960514,0.0004735938273370266,-0.11961877346038818,-0.9928197860717773,-0.061267752200365067,-0.10386939346790314,-0.14851988852024078,0.008834268897771835,0.0014699697494506836,0.052161216735839844 +328,0.004052557065071102,0.10057135137603417,1.8019614028910873,0.00403206842020154,-0.10040190070867538,-0.9949387907981873,-0.19678740203380585,0.037201397120952606,-0.17582347989082336,0.005031652748584747,-0.008774742484092712,-0.051447927951812744 +329,0.002592712972155332,0.09672117921993985,1.7974387714828373,0.0025805921759456396,-0.0965704470872879,-0.9953228235244751,-0.018637018278241158,-0.06344243884086609,0.03053923323750496,0.012800265103578568,-0.022036120295524597,-0.010277152061462402 +330,0.0019539069532836196,0.09697883202765688,1.8001101286582204,0.0019447248196229339,-0.09682688862085342,-0.9952993392944336,-0.06234348565340042,0.037581320852041245,0.05122409015893936,-0.0019142068922519684,-0.005483292043209076,0.015517234802246094 +331,-0.0008572445079799914,0.09120610521668081,1.8064524114765228,-0.0008536813547834754,-0.0910797044634819,-0.995843231678009,-0.01380062848329544,-0.009629053063690662,0.07150258868932724,-0.024887897074222565,-0.0135650634765625,-0.04431790113449097 +332,-0.0030509047556999723,0.09680386974282697,1.8077991225052799,-0.003036616137251258,-0.09665274620056152,-0.9953135251998901,0.08010268956422806,-0.021107401698827744,-0.022336918860673904,-0.01728808879852295,-0.00799202173948288,-0.022066175937652588 +333,-0.0019945162240799985,0.10989807185294934,1.8027832818687104,-0.0019824826158583164,-0.10967698693275452,-0.9939653277397156,0.1318688690662384,0.03563777357339859,-0.01728004403412342,0.01776007190346718,0.027111679315567017,0.038246333599090576 +334,-0.0008923838066067073,0.10723528539152162,1.8023827843966571,-0.0008872576872818172,-0.10702987760305405,-0.9942554235458374,-0.01249683741480112,0.003754381090402603,0.0173870287835598,0.002657279372215271,0.014897309243679047,-0.021262764930725098 +335,0.0016530692098128057,0.10689652369802131,1.8010930674715715,0.001643632771447301,-0.10669305920600891,-0.9942906498908997,-0.007438424043357372,0.03759376332163811,-0.07097131013870239,0.007236983627080917,0.009280949831008911,0.0009434819221496582 +336,0.003934023012272137,0.10460517982699066,1.7973316986390473,0.003912508953362703,-0.10441451519727707,-0.9945261478424072,-0.02817300334572792,0.0070382338017225266,-0.042723190039396286,0.008553922176361084,0.002852015197277069,-0.010036230087280273 +337,0.00603458646005156,0.10339318626528661,1.7921067690610912,0.0060023232363164425,-0.10320907086133957,-0.9946416020393372,-0.024484608322381973,0.009588037617504597,-0.08594025671482086,-0.01512707769870758,0.006086871027946472,-0.009981811046600342 +338,0.013322552542577071,0.10427881047910453,1.7766680162731643,0.013249791227281094,-0.10408992320299149,-0.9944796562194824,0.031660858541727066,0.021123172715306282,-0.28711071610450745,-0.028188146650791168,0.009226031601428986,-0.005367755889892578 +339,0.011906228390314418,0.10654435015659204,1.752769609360373,0.011838434264063835,-0.10634288936853409,-0.9942590594291687,-0.028177259489893913,0.01912035048007965,-0.1342073678970337,0.062273502349853516,0.05618724972009659,0.0019037127494812012 +340,0.019986179020944215,0.10564882990587746,1.756003102669244,0.019873419776558876,-0.10545240342617035,-0.9942257404327393,0.09107678383588791,0.12217152118682861,0.16099821031093597,0.007012566551566124,0.019194476306438446,0.017648041248321533 +341,0.022389358256403674,0.09728241715208508,1.7639386553368515,0.02228163555264473,-0.09712904691696167,-0.9950223565101624,-0.19723214209079742,-0.0764177218079567,0.0020670024678111076,0.05526353046298027,-0.02683335542678833,0.037243425846099854 +342,0.020633980932521466,0.08892968358094908,1.7758503972678124,0.020550984889268875,-0.08881251513957977,-0.9958363175392151,0.06345625966787338,0.0818423479795456,0.3027116358280182,0.005938272923231125,0.03758876025676727,-0.06937974691390991 +343,0.02915006887492078,0.0880301000361519,1.7908074768464708,0.029033083468675613,-0.08791644871234894,-0.9957046508789062,-0.07290966808795929,0.05415930971503258,0.024718061089515686,-0.009990114718675613,-0.014500543475151062,0.03491973876953125 +344,0.023738206894262544,0.08875295164094191,1.7995292461596288,0.02364255301654339,-0.08863648027181625,-0.9957833886146545,0.02399122714996338,0.03295079618692398,0.22981864213943481,0.027169212698936462,0.051710210740566254,-0.020741820335388184 +345,0.03542690805487501,0.08493146897849091,1.8194323730695707,0.03529182821512222,-0.08482939749956131,-0.995770275592804,0.00376895722001791,0.08673584461212158,0.12842249870300293,-0.04397407919168472,-0.009286805987358093,0.009686291217803955 +346,0.03354693363324755,0.08254255921132794,1.825277562840477,0.033426444977521896,-0.08244886249303818,-0.996034562587738,-0.020101577043533325,-0.015540048480033875,-0.017192361876368523,-0.014429252594709396,-0.00797472894191742,-0.017805159091949463 +347,0.034706225928733084,0.08309269599070362,1.8252221429239013,0.03457953780889511,-0.08299711346626282,-0.9959496855735779,-0.02309275045990944,0.03907184675335884,0.03578824922442436,0.01829216629266739,-0.0030471980571746826,-0.01482301950454712 +348,0.03694645163973041,0.08818161405813708,1.8299862002179452,0.036794524639844894,-0.08806737512350082,-0.9954347014427185,0.04849008843302727,0.006627790629863739,0.043310340493917465,0.012140411883592606,-0.0003115236759185791,0.006711006164550781 +349,0.03805232294415225,0.09365370553867508,1.8348580018512088,0.037876423448324203,-0.09351685643196106,-0.9948969483375549,0.01911533623933792,-0.017657563090324402,0.017404602840542793,-0.002247154712677002,0.0029559433460235596,0.02274423837661743 +350,0.033567408417104636,0.09213757871800533,1.834276471699893,0.033418748527765274,-0.09200727194547653,-0.9951974153518677,-0.05903983116149902,-0.0864601731300354,-0.012580166570842266,0.016202833503484726,-0.020785696804523468,0.029102444648742676 +351,0.020400461842489916,0.0868017240046131,1.8334358387547824,0.020322246477007866,-0.08669276535511017,-0.9960277676582336,0.02438928186893463,-0.0655331239104271,0.10204742848873138,0.033159807324409485,0.044364891946315765,-0.05281555652618408 +352,0.025624198765682418,0.09041322893530267,1.8490355102976497,0.025516744703054428,-0.09029009938240051,-0.9955885410308838,0.05740821734070778,0.04484155401587486,0.17375002801418304,-0.05664467439055443,-0.0029411017894744873,0.03954911231994629 +353,0.01705427851636773,0.08652485059978206,1.847658301127076,0.016989655792713165,-0.08641692996025085,-0.996114194393158,-0.032070621848106384,-0.011240145191550255,-0.18528538942337036,-0.052634187042713165,-0.020196229219436646,-0.03580719232559204 +354,0.022953068230641287,0.09363157597074237,1.8273834916073213,0.0228505227714777,-0.09349482506513596,-0.9953575134277344,0.050991155207157135,0.14788180589675903,-0.19071580469608307,-0.02591753751039505,-0.005382120609283447,-0.004749298095703125 +355,0.03090141683068697,0.0983972568708877,1.804406098981947,0.030747050419449806,-0.09823855012655258,-0.9946877956390381,-0.03203147277235985,0.022119443863630295,-0.3241038918495178,-0.010529154911637306,-0.01717892289161682,-0.023775339126586914 +356,0.04161585312843556,0.10750703800297454,1.781859519075108,0.04136364907026291,-0.10730006545782089,-0.9933658838272095,0.0962771400809288,0.07960830628871918,-0.14860455691814423,0.02728564292192459,0.00021389126777648926,0.024707436561584473 +357,0.04847276069390957,0.11011908060854649,1.7651996744245633,0.04816029593348503,-0.10989665985107422,-0.992775559425354,-0.03274741768836975,-0.006154228933155537,-0.16211307048797607,0.01336313784122467,0.003939628601074219,0.030739426612854004 +358,0.05117479673890975,0.10698436011178944,1.7525888307692354,0.05086000636219978,-0.10678039491176605,-0.99298095703125,-0.02390989661216736,0.03476083278656006,-0.1011323481798172,-0.002932153642177582,-0.009110108017921448,0.000640869140625 +359,0.054640733973941424,0.10750111949820156,1.7409873945399494,0.0542982816696167,-0.10729417949914932,-0.9927434921264648,0.016875438392162323,0.07528844475746155,-0.1620449423789978,-0.0595320500433445,-0.01320447027683258,-0.00878232717514038 +360,0.054045393731898296,0.11132715159453903,1.7206321554276212,0.05368468537926674,-0.11109733581542969,-0.9923584461212158,0.02702208235859871,-0.016575433313846588,-0.22929507493972778,-0.02603575959801674,-0.019090652465820312,-0.008709609508514404 +361,0.05523227540658508,0.11865600638267679,1.693865897435626,0.05481603741645813,-0.11837776750326157,-0.9914544224739075,0.1328212171792984,0.05244641751050949,-0.2821109890937805,-0.02870825305581093,0.004608243703842163,0.015654921531677246 +362,0.06284927280501267,0.11448100743427146,1.6576225273479896,0.06239677593111992,-0.11423110961914062,-0.991492748260498,-0.16136443614959717,-0.05116821080446243,-0.44601160287857056,-0.01770378276705742,0.004795081913471222,0.04822498559951782 +363,0.062127961176972266,0.09641486992455661,1.6113687158469088,0.06179964542388916,-0.09626556187868118,-0.9934353232383728,-0.07775156199932098,0.05403813719749451,-0.41368234157562256,-0.0032669343054294586,0.03950286656618118,-0.0533939003944397 +364,0.07792387513036655,0.09190322668423215,1.568893022599194,0.07751651853322983,-0.09177391231060028,-0.9927581548690796,-0.04148383066058159,0.10418669134378433,-0.4650331437587738,-0.0012378394603729248,0.021018899977207184,0.01914060115814209 +365,0.08844947784490957,0.08327447643992338,1.5205051285802513,0.08802808821201324,-0.08317826688289642,-0.9926391243934631,-0.07652898877859116,0.08240679651498795,-0.5614679455757141,0.024474963545799255,0.05061601102352142,-0.008215367794036865 +366,0.10274757008375493,0.07170755614122663,1.4606036490709293,0.10230329632759094,-0.07164611667394638,-0.9921697974205017,-0.11303027719259262,0.028328057378530502,-0.6456677317619324,0.04563066363334656,0.012930303812026978,0.005277097225189209 +367,0.10672636762322163,0.05752025581232819,1.4019277362154388,0.1063476949930191,-0.057488542050123215,-0.992665708065033,0.06206448748707771,-0.056930072605609894,-0.5139815807342529,0.0436461940407753,0.05060683190822601,-0.043940067291259766 +368,0.09986987925605192,0.05743643970173458,1.359155864610683,0.09953953325748444,-0.05740486457943916,-0.9933763742446899,0.04450332745909691,-0.09319461137056351,-0.42549318075180054,0.002846941351890564,0.02501045912504196,-0.009248137474060059 +369,0.09256468479319699,0.05648815172422438,1.3117661602957233,0.09228512644767761,-0.056458115577697754,-0.9941307306289673,-0.06263722479343414,-0.11460988223552704,-0.5335230231285095,0.010742217302322388,0.023651715368032455,0.036275506019592285 +370,0.08269428137189341,0.04385522961047891,1.2644371373864245,0.08252064883708954,-0.0438411720097065,-0.9956246018409729,-0.15609624981880188,-0.1398855298757553,-0.4624651074409485,0.03773386776447296,0.012774281203746796,0.0061379075050354 +371,0.06824002148848107,0.030632211382791943,1.228474231451968,0.06815508008003235,-0.0306274201720953,-0.9972045421600342,-0.057934004813432693,-0.15992596745491028,-0.2573276460170746,0.08109113574028015,0.03566281870007515,-0.02243351936340332 +372,0.06125230185798693,0.027100617048742604,1.2167626517547137,0.06119152903556824,-0.027097299695014954,-0.997758150100708,-0.03347250819206238,0.017286144196987152,-0.01474454253911972,0.05038073658943176,0.029004648327827454,-0.012465238571166992 +373,0.060878688511055185,0.025271120700966185,1.2190903954212609,0.060821663588285446,-0.02526843175292015,-0.9978287816047668,0.023799479007720947,-0.07064656168222427,0.04989904910326004,0.018035754561424255,-0.0024262703955173492,0.022349655628204346 +374,0.05568046337932824,0.02510976802517255,1.2215735324851396,0.05563415214419365,-0.02510713040828705,-0.998135507106781,-0.022974859923124313,-0.0291290245950222,0.019845392554998398,-0.00026001036167144775,0.007315380498766899,0.017224252223968506 +375,0.049768647780219784,0.020782483392119657,1.223175066317717,0.0497373603284359,-0.020780988037586212,-0.9985461235046387,-0.08225833624601364,-0.08987927436828613,0.005638879258185625,0.016302675008773804,0.017012067139148712,-0.012943744659423828 +376,0.04789284272080578,0.019761237361488285,1.2313701494981442,0.047865189611911774,-0.019759951159358025,-0.9986583590507507,0.03353501483798027,-0.01690816879272461,0.14239589869976044,0.046342574059963226,0.021987734362483025,-0.013960659503936768 +377,0.05359659031663254,0.021856247678549844,1.2540631268945717,0.05355813726782799,-0.02185450680553913,-0.998325526714325,0.03973023593425751,0.0734914243221283,0.33037126064300537,0.017990320920944214,0.02913295291364193,0.022587060928344727 +378,0.05890585806603068,0.017709885031841524,1.2889723911368285,0.05886256694793701,-0.01770895905792713,-0.998108983039856,-0.08934944868087769,0.016614560037851334,0.35879385471343994,0.00270664319396019,0.01667136326432228,-0.0033558011054992676 +379,0.06257955025244079,0.017537172387497666,1.3295308532673697,0.06252909451723099,-0.01753627322614193,-0.9978890419006348,0.01006457768380642,0.03373423591256142,0.4021534323692322,0.0031142085790634155,0.005054587498307228,-0.011022031307220459 +380,0.06832780610240115,0.022802590911351905,1.3737504824352198,0.06825689971446991,-0.022800615057349205,-0.9974071979522705,-0.018370166420936584,0.06605330109596252,0.47843775153160095,0.04328484833240509,0.011066606268286705,-0.005156278610229492 +381,0.07620284484276424,0.03220950701185842,1.4334005779163124,0.07608962804079056,-0.03220393881201744,-0.9965807795524597,0.04934123158454895,0.09850097447633743,0.7222044467926025,0.08084701001644135,0.02770259976387024,0.03816103935241699 +382,0.07819490070497875,0.029348538880334177,1.5174169143986147,0.07808160036802292,-0.02934432588517666,-0.9965150356292725,-0.15503250062465668,0.022100409492850304,0.9596951007843018,0.08135748654603958,0.04072738438844681,-0.02828049659729004 +383,0.07426650073657697,0.03240958395079307,1.6218238833503522,0.07415928691625595,-0.03240390866994858,-0.9967198371887207,0.029517725110054016,0.00989175122231245,1.125783085823059,0.03269801288843155,0.08356663584709167,-0.0398249626159668 +384,0.07194960014506231,0.041158236981610315,1.723818797553366,0.07182665914297104,-0.041146617382764816,-0.9965680837631226,0.028925877064466476,-0.01430523581802845,1.0786131620407104,-0.02493640035390854,0.07726417481899261,0.03625619411468506 +385,0.061366093063295164,0.04212858270917611,1.8235681581047487,0.06127316877245903,-0.04211612045764923,-0.9972320795059204,-0.2512452304363251,-0.15810732543468475,0.8325304985046387,0.009481832385063171,0.03683657944202423,0.06957399845123291 +386,0.05345651491331528,0.011734784642180139,1.9024762794768881,0.053427379578351974,-0.01173451542854309,-0.998502790927887,-0.20681004226207733,0.08163560181856155,0.8438007235527039,-0.010779064148664474,0.11663869023323059,-0.13229554891586304 +387,0.06044411182071706,0.01940224376455419,1.9795137817131827,0.060395944863557816,-0.019401026889681816,-0.9979859590530396,0.04677616059780121,0.04408692941069603,0.6499103903770447,-0.08885358273983002,0.022178124636411667,-0.01812732219696045 +388,0.0565255449045061,0.03630149983915919,2.035264803886518,0.05645822733640671,-0.036293528974056244,-0.9977450966835022,0.09031067043542862,-0.10347902029752731,0.505700409412384,0.013503320515155792,0.036613963544368744,0.0683627724647522 +389,0.04780517693256356,0.04604957553192236,2.0978494580567277,0.047736313194036484,-0.04603330045938492,-0.9977986812591553,0.08363723754882812,0.020443540066480637,0.6833482980728149,-0.046668194234371185,0.07816831767559052,0.04958701133728027 +390,0.04333705892199899,0.03732475759854935,2.158225283796434,0.04329331964254379,-0.03731609135866165,-0.9983652830123901,-0.2789815366268158,-0.12282536178827286,0.5284918546676636,-0.1527598798274994,-0.03618549555540085,-0.0023976564407348633 +391,0.026899771730494147,0.003942397910402457,2.1983280131680143,0.026896318420767784,-0.003942387644201517,-0.9996304512023926,0.026950348168611526,-0.2712748646736145,0.18738991022109985,-0.13090021908283234,-0.07729540765285492,-0.15742826461791992 +392,0.012855125980787495,0.024072314622756608,2.2011768741190765,0.012851047329604626,-0.02406998910009861,-0.9996276497840881,0.09648014605045319,0.0762287825345993,-0.025272993370890617,-0.0223572738468647,-0.01694563217461109,0.03478395938873291 +393,0.014721785782626715,0.01933755238546397,2.197101059024806,0.014718501828610897,-0.01933634653687477,-0.9997047185897827,-0.1528736650943756,-0.003058928996324539,0.030170144513249397,0.009558231569826603,0.002658490091562271,0.032480597496032715 +394,0.012409061841704561,0.0229369416590463,2.207632210021231,0.012405479326844215,-0.02293493039906025,-0.9996600151062012,0.0450546033680439,0.14214764535427094,0.1798088103532791,-0.053756795823574066,-0.02238367311656475,0.07700681686401367 +395,0.022610575120254807,0.008863086050830544,2.2175170202408014,0.02260776050388813,-0.008862970396876335,-0.9997051358222961,-0.2026296854019165,-0.009356847032904625,0.05835422873497009,-0.06821627914905548,-0.021212102845311165,0.011698544025421143 +396,0.01566088055648557,0.003057712712688499,2.2225504269591823,0.01566016674041748,-0.0030577080324292183,-0.9998726844787598,0.09179903566837311,0.13794657588005066,-0.028844673186540604,-0.12352454662322998,-0.031442414969205856,-0.09145110845565796 +397,0.020716036378886596,0.008153954726566156,2.20195533102457,0.020713865756988525,-0.008153864182531834,-0.9997522234916687,-0.024597622454166412,-0.06917137652635574,-0.3659493029117584,-0.08371740579605103,-0.014551213942468166,0.0632898211479187 +398,0.010401117533560876,0.0029676850357898557,2.1679693620862115,0.010400883853435516,-0.002967680571600795,-0.9999415278434753,-0.10958132147789001,-0.05370163917541504,-0.3250298500061035,0.005849726498126984,0.030067291110754013,-0.009854614734649658 +399,0.022482492733377806,-0.008334476511577838,2.1315487300521214,0.022479817271232605,0.008334379643201828,-0.9997125267982483,0.1585325002670288,0.06772726774215698,-0.42258310317993164,-0.0756414383649826,-0.04013369604945183,-0.06257379055023193 +400,0.01586695795679149,0.01187090908540826,2.08200499468101,0.015865175053477287,-0.011870630085468292,-0.9998036623001099,0.0366988480091095,-0.0207565538585186,-0.5242305397987366,-0.011653749272227287,0.05659414082765579,-0.027219653129577637 +401,0.026314399722753977,0.028487149370927178,2.0365612392487593,0.026300687342882156,-0.028483295813202858,-0.999248206615448,0.20977190136909485,0.017276600003242493,-0.4729624092578888,-0.012430448085069656,0.004176046699285507,0.0498921275138855 +402,0.0195613832739699,0.03971896017595175,1.9806450223203433,0.019544709473848343,-0.039708517491817474,-0.9990201592445374,-0.13322308659553528,-0.06205692142248154,-0.5535194873809814,0.06953610479831696,0.056691549718379974,0.06538063287734985 +403,0.012177282194497908,0.028377253722533698,1.9382238960132654,0.012172078713774681,-0.028373444452881813,-0.9995232820510864,-0.16451355814933777,-0.13259100914001465,-0.4028681814670563,0.08409561961889267,0.08147402852773666,0.009960293769836426 +404,0.006728517393742307,0.006149124713944968,1.9046109239270657,0.006728339474648237,-0.00614908616989851,-0.9999584555625916,0.028024103492498398,0.07960706949234009,-0.328991174697876,0.041306328028440475,0.021133217960596085,-0.12922245264053345 +405,0.011589571229713116,0.024959050233388968,1.869258406588831,0.011585702188313007,-0.024956459179520607,-0.9996213912963867,0.32309800386428833,-0.010779875330626965,-0.45533350110054016,0.03258848935365677,0.04938577860593796,-0.052548348903656006 +406,0.02357141490582772,0.053107243771633,1.8047552232120627,0.02353600226342678,-0.05308228358626366,-0.9983127117156982,0.17727228999137878,0.10339227318763733,-0.804332435131073,0.005715092644095421,0.09956055879592896,-0.016961276531219482 +407,0.04438126372426543,0.08796853550580436,1.7380308587380962,0.04419514164328575,-0.08785512298345566,-0.9951523542404175,0.6206824779510498,0.09648717194795609,-0.40589916706085205,0.04651835933327675,0.08674123883247375,0.043934762477874756 +408,0.056321470908227075,0.11802445457508862,1.6996648818804354,0.05590008944272995,-0.1177506372332573,-0.991468608379364,0.010455597192049026,0.21074962615966797,-0.30695250630378723,0.09926653653383255,-0.020020969212055206,0.08798044919967651 +409,0.05717890302349367,0.10440943454889551,1.67801098924234,0.05683654174208641,-0.10421983897686005,-0.9929289221763611,-0.33377137780189514,-0.20413556694984436,-0.0986999049782753,0.05572754517197609,0.054277822375297546,0.004891812801361084 +410,0.05237988574750726,0.09129173427419641,1.6739071185122467,0.052137915045022964,-0.0911649838089943,-0.9944700002670288,0.04936952143907547,0.10184209048748016,-0.11266040802001953,0.031587060540914536,-0.005301088094711304,-0.04459249973297119 +411,0.052171809202078874,0.08481577926976845,1.6689168542716561,0.05196068808436394,-0.0847141221165657,-0.9950495362281799,-0.07896322011947632,-0.14552979171276093,0.0668458640575409,0.044078126549720764,0.0765659362077713,0.03933060169219971 +412,0.04471494478839317,0.058967113823186625,1.6776978323584595,0.044622354209423065,-0.05893294885754585,-0.9972641468048096,-0.24797587096691132,-0.011387214995920658,0.15468455851078033,0.022089071571826935,0.03934066370129585,-0.04614710807800293 +413,0.04404353009936661,0.04661737430570269,1.6963509645822572,0.043981458991765976,-0.04660049080848694,-0.9979448914527893,0.11044628918170929,-0.014240587130188942,0.1642308086156845,-0.048406507819890976,0.0068055689334869385,-0.009394586086273193 +414,0.0701401402262565,0.0729606405147477,1.6994128768689265,0.06989619135856628,-0.07289592921733856,-0.9948872923851013,0.1448998749256134,0.6563191413879395,-0.061602864414453506,-0.06701228022575378,0.026707574725151062,0.05340474843978882 +415,0.09909354674535141,0.12233385205096042,1.705171107825305,0.09819208830595016,-0.12202894687652588,-0.9876574277877808,0.9027199745178223,-0.3883785307407379,0.35310235619544983,0.006940960884094238,0.11972487717866898,0.09836000204086304 +416,0.06109177466156472,0.11487422788942105,1.7481671742148297,0.06065138801932335,-0.11462174355983734,-0.9915559887886047,-1.1471645832061768,-0.1667056381702423,0.30529123544692993,0.06170884147286415,-0.03607405722141266,0.028085529804229736 +417,0.03811369929441739,0.04329690994267983,1.77345987763777,0.03806876391172409,-0.043283384293317795,-0.9983372688293457,0.34672120213508606,-0.06577097624540329,0.24002952873706818,-0.007261272519826889,-0.04814727604389191,-0.3450769782066345 +418,0.04058595723702775,0.13370066934657926,1.7860424130475676,0.04021270200610161,-0.1333026885986328,-0.9902592301368713,0.35945627093315125,-0.15190060436725616,0.14551378786563873,0.02735321968793869,0.05240058898925781,0.11944013833999634 +419,0.02953011372391101,0.10738401867222014,1.8013184926586707,0.029355749487876892,-0.10717775672674179,-0.9938064217567444,-0.15282946825027466,-0.4386445879936218,0.5078739523887634,0.04887606203556061,3.053992986679077e-05,-0.13973850011825562 +420,-0.053025743949871355,0.13660799456628733,1.8460978055695467,-0.05250712111592293,-0.136183500289917,-0.9892911911010742,0.9554409384727478,-2.1750550270080566,0.5738053321838379,0.042451582849025726,-0.013261079788208008,-0.13413715362548828 +421,-0.17555216491794773,0.16733412546615445,1.8973819353063701,-0.1722123622894287,-0.1665543019771576,-0.9708772301673889,-0.1865667849779129,-0.0633409395813942,0.5225914716720581,-0.007688775658607483,0.012135356664657593,0.15796524286270142 +422,-0.1916705129623496,0.15060839127352418,1.9239115987575426,-0.1883426308631897,-0.1500396579504013,-0.970574676990509,-0.04846002906560898,-0.3503524959087372,0.03895532712340355,0.010852396488189697,0.015518173575401306,-0.07195156812667847 +423,-0.18107902653238142,0.13251912597241233,1.9296229712865611,-0.17851205170154572,-0.13213159143924713,-0.975025475025177,-0.4395211935043335,-0.02178172394633293,0.016820307821035385,0.038955166935920715,0.11989405751228333,0.003086388111114502 +424,-0.17449207324512223,0.11221815906823467,1.9254639666118294,-0.17251597344875336,-0.1119827851653099,-0.9786205291748047,0.24594222009181976,0.35060185194015503,-0.03586125001311302,0.03918467462062836,0.029798947274684906,-0.10357856750488281 +425,-0.17192063390877696,0.17463606257582334,1.9515879558456526,-0.16847290098667145,-0.17374974489212036,-0.9702720642089844,1.0849483013153076,-0.4308617413043976,0.11734326183795929,-0.0035241693258285522,-0.00021570920944213867,-0.045734405517578125 +426,-0.25416909191371556,0.2983801521318425,1.981706254142924,-0.24033108353614807,-0.29397231340408325,-0.9251060485839844,0.9126543402671814,-0.2808995842933655,-0.21836507320404053,-0.013025835156440735,0.01720842719078064,0.09234243631362915 +427,-0.24313238357439979,0.3375716753990296,1.9738402438989155,-0.2271568775177002,-0.33119678497314453,-0.9158102869987488,-0.14159512519836426,0.1403634250164032,-0.14275938272476196,0.038665056228637695,0.09267139434814453,0.06522434949874878 +428,-0.24076671468014565,0.3258664443925647,1.9664965773092793,-0.22589869797229767,-0.32012975215911865,-0.9200471043586731,0.10527024418115616,-0.09038470685482025,0.014525298960506916,0.010536164045333862,0.030563712120056152,-0.009167313575744629 +429,-0.2801464890896864,0.36605668532466024,1.9834582434538026,-0.2581774592399597,-0.35793617367744446,-0.8973439335823059,0.9180843830108643,-0.5475010275840759,0.07683911919593811,-0.014786988496780396,0.017680466175079346,-0.1375681757926941 +430,-0.2854367133856867,0.41064112645574913,1.9960070827997136,-0.25816768407821655,-0.3991972506046295,-0.8797675967216492,-0.5716283321380615,0.552186131477356,-0.0038421624340116978,0.05849117040634155,0.06905806064605713,0.13909071683883667 +431,-0.2475129100220428,0.3609780563836274,1.9784667921850214,-0.22920404374599457,-0.3531894385814667,-0.9070406556129456,-0.33761826157569885,0.1875084638595581,0.035102032124996185,0.016954272985458374,0.03521150350570679,0.0008974671363830566 +432,-0.24104095975326276,0.3182901579537293,1.9791048010971761,-0.22672349214553833,-0.31294307112693787,-0.9223139882087708,-0.08731479197740555,-0.27512168884277344,0.16652318835258484,-0.0008308291435241699,0.009308427572250366,-0.11212503910064697 +433,-0.3325221419562285,0.38580527680065785,2.001047934774697,-0.30243417620658875,-0.37630534172058105,-0.8757441639900208,1.1160496473312378,-1.2272907495498657,-0.07672806829214096,0.06363415718078613,0.050499677658081055,-0.017856299877166748 +434,-0.4358143209699772,0.4385548564179392,2.0359993143025665,-0.382199227809906,-0.4246315360069275,-0.8207386136054993,0.17892704904079437,-0.42985376715660095,0.3324376046657562,0.022351205348968506,0.08034747838973999,-0.011094272136688232 +435,-0.5119141171727042,0.46493977994824154,2.0988012416399515,-0.43784892559051514,-0.44836896657943726,-0.7792647480964661,0.9275863766670227,-0.7101502418518066,0.24272502958774567,-0.024736493825912476,0.057118386030197144,-0.09562838077545166 +436,-0.6846536043661892,0.6088350976955608,2.2166614726853373,-0.5187709331512451,-0.5719122886657715,-0.635447084903717,2.495352268218994,-1.5615622997283936,-0.28107452392578125,-0.009228944778442383,0.07822942733764648,-0.07327789068222046 +437,-0.9256797076034384,0.7974810948812547,2.4074312521065457,-0.5581314563751221,-0.7155988812446594,-0.42000913619995117,1.8825358152389526,-0.7023414969444275,-0.26035308837890625,0.01026463508605957,0.060676395893096924,0.11573362350463867 +438,-1.208696634793288,0.9005202682948539,2.6429723066227035,-0.5809204578399658,-0.7836502194404602,-0.2200537919998169,2.071183681488037,-1.3207488059997559,-0.011831634677946568,-0.019833266735076904,0.03970801830291748,-0.10642324388027191 +439,-1.651325173417583,0.946581843901578,3.025836867031254,-0.5825662016868591,-0.8114224672317505,0.047015056014060974,2.7536377906799316,-1.4438549280166626,-0.31452786922454834,0.011551737785339355,0.03694725036621094,0.006024487316608429 +440,-2.172550966957358,0.8922278630730116,-2.8035658754401322,-0.5174232721328735,-0.7784720659255981,0.3553227186203003,3.537642478942871,-2.694505214691162,-0.6494324207305908,0.12086266279220581,0.09544295072555542,-0.22812548279762268 +441,-2.759960156636873,0.5964304100928941,-2.376267861622742,-0.30813342332839966,-0.5616927742958069,0.7678248882293701,4.038634300231934,-2.0300886631011963,-0.5573781728744507,0.002057373523712158,0.13298183679580688,0.002103090286254883 +442,-2.866093397766547,0.38775312842331294,-2.279481516460409,-0.25183233618736267,-0.37810930609703064,0.8908500075340271,0.5794667601585388,0.47468438744544983,-0.11982589960098267,-0.10906851291656494,-0.009036630392074585,0.21489334106445312 +443,-2.8563584138096036,0.36283292475649964,-2.249114161637911,-0.26306289434432983,-0.35492414236068726,0.8971214890480042,0.7394832968711853,-0.21426346898078918,-0.07208973169326782,0.042146146297454834,-0.014308035373687744,-0.06702804565429688 +444,-2.91741580425116,0.24912080179281376,-2.2111996184921012,-0.2154412865638733,-0.2465519905090332,0.9448795914649963,0.9665161967277527,-0.42175620794296265,0.05924592167139053,0.0415826141834259,0.01875351369380951,0.05162620544433594 +445,-2.995315648180845,0.1868252466208209,-2.1864188170205647,-0.14321961998939514,-0.18574032187461853,0.9721054434776306,0.8669814467430115,-1.0686811208724976,0.02909710444509983,0.020203247666358948,-0.007161304354667664,0.0011307001113891602 +446,-3.085380856771169,0.12988898063500745,-2.159945564510149,-0.05570894107222557,-0.12952405214309692,0.9900102019309998,0.14219263195991516,-0.5160358548164368,-0.2965294420719147,-0.052750539034605026,-0.03754444420337677,0.05216515064239502 +447,-3.096548669204624,0.1302013235340995,-2.1290551951978736,-0.04464762285351753,-0.12983375787734985,0.9905301332473755,-0.1761425882577896,0.34490352869033813,-0.19546422362327576,-0.01269490271806717,-0.008716031908988953,0.012262284755706787 +448,-3.1172993542312306,0.12475225935383476,-2.1056204146098785,-0.02410213090479374,-0.12442892044782639,0.9919356107711792,0.039115238934755325,-0.28607502579689026,-0.2345282882452011,-0.030829504132270813,-0.024206921458244324,0.0032882094383239746 +449,3.1387871809103984,0.11352919773452934,-2.077705527261234,0.002787408186122775,-0.11328547447919846,0.993558406829834,0.10776451230049133,-0.22048473358154297,-0.24163025617599487,-0.037028130143880844,0.038151226937770844,-0.0050637125968933105 +450,-3.1381478663164115,0.11025574132726128,-2.0748328878129745,-0.003423864021897316,-0.11003249138593674,0.9939221739768982,-0.038686469197273254,0.18169021606445312,0.011267825961112976,-0.03632528334856033,-0.05172593146562576,0.004490971565246582 +451,-3.128300634188764,0.109781153088591,-2.073368339698777,-0.013211616314947605,-0.1095607727766037,0.9938924312591553,0.06552642583847046,0.05416314676403999,-0.028982561081647873,-0.00689946673810482,0.003741055727005005,-0.0006672143936157227 +452,-3.111997224740445,0.10238672361720103,-2.082203734751696,-0.02943614311516285,-0.10220792889595032,0.9943274855613708,0.014511795714497566,0.16874806582927704,0.10329294204711914,-0.0353831946849823,0.009327664971351624,0.013713955879211426 +453,-3.091716308504813,0.09813948938791114,-2.0997493616648337,-0.0496157705783844,-0.0979820266366005,0.993950605392456,-0.06334031373262405,0.10724639147520065,0.20772534608840942,-0.006948560476303101,-0.004373922944068909,0.006903886795043945 +454,-3.075500419418371,0.09732950208198059,-2.1314680669210153,-0.06573156267404556,-0.09717590361833572,0.9930943846702576,-0.04850543662905693,0.15421327948570251,0.3488495647907257,-0.003955326974391937,0.02031739056110382,0.030724644660949707 +455,-3.0701314800738064,0.10063504640803725,-2.1694174583860044,-0.0710391253232956,-0.10046526789665222,0.9924012422561646,-0.07374574989080429,-0.003484309185296297,0.4239341616630554,0.01204865425825119,0.011613354086875916,-0.0017243623733520508 +456,-3.056508271124263,0.10764118559627943,-2.2103215080084646,-0.08448990434408188,-0.10743343830108643,0.9906156659126282,-0.06805241852998734,0.18993684649467468,0.28917622566223145,-0.02177230268716812,-0.0014227479696273804,-0.0025786161422729492 +457,-3.0338980042146635,0.11546481120582987,-2.2335611705170737,-0.10677088052034378,-0.11520841717720032,0.987586498260498,-0.06707290560007095,0.12292659282684326,0.19904731214046478,-0.0056100934743881226,0.03625944256782532,0.013329029083251953 +458,-3.0200230211542816,0.11970461000870747,-2.2605454658152433,-0.12040258198976517,-0.11941893398761749,0.9855162501335144,-0.11799662560224533,0.12159092724323273,0.3199780583381653,-0.026936285197734833,0.03717406094074249,0.01628422737121582 +459,-3.010261247963012,0.13329996151071985,-2.2936112866188583,-0.12979251146316528,-0.13290554285049438,0.982593834400177,-0.19135403633117676,-0.005403122864663601,0.33303311467170715,-0.0014025866985321045,0.040620356798172,-0.003452301025390625 +460,-3.0092406650832277,0.14707586958903784,-2.33607141455708,-0.13054122030735016,-0.14654619991779327,0.9805526733398438,-0.1862146258354187,-0.13454937934875488,0.4310897886753082,-0.006650581955909729,0.00903397798538208,0.0594865083694458 +461,-3.028684693565527,0.15311935953209185,-2.3735478827214966,-0.11135002225637436,-0.15252172946929932,0.9820073843002319,-0.10357530415058136,-0.19273316860198975,0.25220102071762085,-0.03366950899362564,-0.03203330934047699,-0.009015381336212158 +462,-3.0344429490543194,0.1583331943544168,-2.3973547547824774,-0.10560709983110428,-0.1576724648475647,0.9818284511566162,-0.08739364892244339,-0.01841510459780693,0.22186702489852905,-0.02007957547903061,-0.007565006613731384,-0.004273891448974609 +463,-3.038951355343328,0.16099864163880095,-2.42093536943825,-0.10113612562417984,-0.1603040099143982,0.9818729162216187,-0.03039391152560711,-0.14383071660995483,0.17383606731891632,-0.023070424795150757,-0.0259600430727005,-0.0240328311920166 +464,-3.0422163469917143,0.16374584346067902,-2.4378795594375813,-0.09788569808006287,-0.16301508247852325,0.9817557334899902,-0.020830079913139343,-0.05294789373874664,0.14734165370464325,-0.027205832302570343,-0.030588418245315552,-0.013005852699279785 +465,-3.0423717794099603,0.16674485097120736,-2.4516322603736134,-0.09768423438072205,-0.1659732311964035,0.9812800288200378,0.06042484566569328,-0.05267081409692764,0.13666744530200958,-0.05166878551244736,-0.0012783259153366089,-0.007693111896514893 +466,-3.0411765922860967,0.1602931246696495,-2.4636239329736944,-0.09896228462457657,-0.15960757434368134,0.9822077751159668,0.07387557625770569,-0.01876087673008442,0.14213097095489502,-0.01836255192756653,-0.021682098507881165,-0.017012953758239746 +467,-3.0420083921716827,0.15620291630511499,-2.4754059771953387,-0.09820932149887085,-0.15556848049163818,0.9829309582710266,0.004359010607004166,-0.09098615497350693,0.1456768661737442,-0.021083898842334747,-0.021998047828674316,-0.015386462211608887 +468,-3.038184372228341,0.15887532094799384,-2.4947538254660557,-0.10192408412694931,-0.15820778906345367,0.9821314811706543,-0.023679044097661972,-0.054339468479156494,0.15317513048648834,-0.025639407336711884,-0.03174892067909241,0.024704694747924805 +469,-3.040486052966573,0.16252437686803042,-2.509789688889968,-0.09960433840751648,-0.16180983185768127,0.9817826151847839,-0.03538917005062103,-0.10019496083259583,0.11545111238956451,-0.013600647449493408,-0.03856863081455231,-0.01829659938812256 +470,-3.0403367765112455,0.16645788054407043,-2.5210612794984466,-0.09968574345111847,-0.16569024324417114,0.9811265468597412,-0.03932204470038414,0.027735019102692604,0.10424339771270752,-0.0007323324680328369,-0.008885562419891357,-0.0011614561080932617 +471,-3.0320362196830755,0.1713227707696063,-2.5338120871658556,-0.1077367290854454,-0.17048589885234833,0.9794527292251587,-0.07328938692808151,0.05633131414651871,0.08685722202062607,-0.007329806685447693,-0.025177568197250366,0.0013823509216308594 +472,-3.0236027717519285,0.17416437976968194,-2.54019981833752,-0.11593546718358994,-0.17328521609306335,0.9780242443084717,-0.001712673343718052,0.09336470067501068,0.06567550450563431,0.007918484508991241,0.007406905293464661,0.005023360252380371 +473,-3.0140658548169283,0.17466715495813606,-2.5558455606595256,-0.12524628639221191,-0.17378036677837372,0.9767875075340271,-0.048041194677352905,0.08239687979221344,0.2222912609577179,-0.00330902636051178,0.0003031790256500244,0.019214749336242676 +474,-3.009099607306798,0.17338538725733094,-2.5790863997415268,-0.13012497127056122,-0.17251795530319214,0.9763732552528381,0.0043090698309242725,0.018976304680109024,0.2808915078639984,0.0146159827709198,-0.02554108202457428,0.010626077651977539 +475,-3.0081552817509642,0.17652431737268248,-2.613332123682444,-0.13097424805164337,-0.17560897767543793,0.9757083654403687,-0.0543464720249176,-0.06912139058113098,0.38590312004089355,0.022453755140304565,-0.057026490569114685,-0.061386704444885254 +476,-3.0032144654689272,0.17585695924178166,-2.6454156546441276,-0.1358095407485962,-0.1749519407749176,0.975165069103241,-0.057577647268772125,0.015127168036997318,0.3219839334487915,0.006628677248954773,-0.057241007685661316,-0.02948671579360962 +477,-2.9937157717149883,0.1727393501371178,-2.687170030832117,-0.14514581859111786,-0.1718815714120865,0.9743664264678955,-0.0685974583029747,0.1459251046180725,0.5076762437820435,-0.03002510964870453,-0.0779353678226471,0.026350975036621094 +478,-2.976541684513515,0.18104750367413983,-2.737830665755624,-0.1616172045469284,-0.18006005883216858,0.9702877998352051,-0.20988205075263977,-0.04387594759464264,0.4247918725013733,0.06296911835670471,0.09476342797279358,-0.09968233108520508 +479,-2.965496823580717,0.17251314404462179,-2.796694719632988,-0.17258670926094055,-0.1716587245464325,0.9699210524559021,-0.14379441738128662,0.1203518807888031,0.6841351389884949,-0.03850334882736206,0.020108476281166077,0.01495736837387085 +480,-2.945959531583432,0.17736258506763797,-2.879906448985028,-0.19133812189102173,-0.17643414437770844,0.96553635597229,-0.3462398648262024,-0.05463937669992447,0.8853861093521118,0.02529202401638031,0.10863935947418213,0.09726870059967041 +481,-2.939997994778585,0.18376880436693627,-2.9840853973893715,-0.1968604177236557,-0.18273620307445526,0.9632514119148254,-0.23957426846027374,-0.01813381165266037,0.9884932637214661,-0.02558217942714691,0.035641491413116455,-0.01233905553817749 +482,-2.9193166673952473,0.17519813084453031,-3.074469911106771,-0.21707549691200256,-0.17430323362350464,0.9604666829109192,-0.07631291449069977,0.013964204117655754,0.7665416598320007,0.014164149761199951,0.06180019676685333,0.045148372650146484 +483,-2.908802350494537,0.1631326486084429,3.123892425938688,-0.2276306450366974,-0.16241005063056946,0.9601080417633057,-0.09430272877216339,-0.10157455503940582,0.8123136758804321,-0.001617431640625,0.003169313073158264,0.005788683891296387 +484,-2.899253293767231,0.14911117604117363,3.049604000221834,-0.23731137812137604,-0.14855922758579254,0.9600068926811218,0.015381773933768272,0.015536016784608364,0.6836934685707092,0.006018698215484619,0.02664153277873993,0.03747528791427612 +485,-2.9007163668963334,0.13456781227882608,2.983309388446661,-0.23639701306819916,-0.134162038564682,0.9623496532440186,-0.03482159972190857,-0.21680818498134613,0.6537723541259766,-0.0021741390228271484,0.0253821462392807,0.03087538480758667 +486,-2.909851121800421,0.12901131657352716,2.9169412208526695,-0.22776421904563904,-0.12865373492240906,0.9651798009872437,-0.15468285977840424,-0.12189987301826477,0.674427330493927,0.007518798112869263,0.051383212208747864,0.0271604061126709 +487,-2.914254788917436,0.12745789414346745,2.8400511877458854,-0.22355639934539795,-0.12711307406425476,0.9663667678833008,-0.1533908247947693,-0.15279747545719147,0.7779378890991211,-0.002456754446029663,0.017356619238853455,0.007235467433929443 +488,-2.9108104639173655,0.126080253381783,2.7627569221022354,-0.22692342102527618,-0.125746488571167,0.9657606482505798,-0.16597236692905426,0.03982875496149063,0.6864108443260193,0.00705951452255249,-0.015137910842895508,-0.02365255355834961 +489,-2.9029489024370507,0.11978501636618905,2.7031317246163296,-0.23469117283821106,-0.11949876695871353,0.9646968841552734,-0.05749069154262543,0.006745536811649799,0.5175154805183411,0.02112916111946106,0.008582621812820435,0.010110855102539062 +490,-2.894912430874932,0.10884558263942125,2.651386575981677,-0.24274101853370667,-0.10863079130649567,0.9639898538589478,-0.012833007611334324,0.03128007799386978,0.511281430721283,0.009495139122009277,-0.013073325157165527,-0.005081653594970703 +491,-2.8893562728562294,0.10461552755659138,2.6037076639749714,-0.24820572137832642,-0.10442480444908142,0.9630624055862427,-0.09127195179462433,-0.0024566608481109142,0.4284723997116089,-0.012292325496673584,0.02419409155845642,-0.025821924209594727 +492,-2.8776993169690246,0.10422461519182821,2.5547518260715587,-0.2594255805015564,-0.10403602570295334,0.9601429104804993,-0.11689199507236481,0.048446547240018845,0.5475055575370789,0.019267529249191284,0.05504007637500763,0.02381986379623413 +493,-2.8685485979535423,0.1064792718698481,2.4900218916097248,-0.2681366503238678,-0.1062781810760498,0.9575005173683167,-0.20672020316123962,0.00023975316435098648,0.6163879632949829,0.0031220614910125732,0.0251166969537735,-0.008037865161895752 +494,-2.863422081746312,0.11072522282453072,2.434176133352585,-0.27291542291641235,-0.11049911379814148,0.955670952796936,-0.19987590610980988,0.0005589863285422325,0.5587815642356873,0.02058085799217224,0.008967146277427673,-0.015271902084350586 +495,-2.8550184086749137,0.11611729219217774,2.380446473202237,-0.2807643711566925,-0.11585652828216553,0.9527584910392761,-0.20981961488723755,0.030522421002388,0.39166730642318726,0.004824429750442505,0.017895102500915527,0.030304312705993652 +496,-2.8571556039159525,0.12228661247006475,2.3437475753637877,-0.2785215973854065,-0.12198206037282944,0.952652096748352,-0.14274466037750244,-0.02349824830889702,0.2938498854637146,0.013491719961166382,0.009494274854660034,-0.006164729595184326 +497,-2.8486151434878706,0.13402478192704093,2.31518414729235,-0.28621411323547363,-0.1336238980293274,0.9488022923469543,-0.16425107419490814,0.03936668485403061,0.1825753003358841,-0.018686950206756592,-0.01078525185585022,0.07075929641723633 +498,-2.841215865976151,0.1519615675442183,2.3085096845537585,-0.29247045516967773,-0.1513773798942566,0.9442172050476074,-0.10335716605186462,0.10252898186445236,-0.1241706982254982,0.016576260328292847,-0.03619891405105591,-0.16582047939300537 +499,-2.8267930534541597,0.1448188092563151,2.330973848234069,-0.3063846826553345,-0.14431314170360565,0.9409046769142151,0.07439051568508148,0.363839328289032,-0.1063273474574089,-0.09832412004470825,-0.04996173083782196,-0.031450629234313965 +500,-2.7854032378610856,0.1690050975416052,2.3313673865752813,-0.3437372148036957,-0.16820169985294342,0.9238792061805725,-0.5226472020149231,0.3572516441345215,0.05207252502441406,0.15208682417869568,0.1825602501630783,0.13073188066482544 +501,-2.7744445320487636,0.18334504369635102,2.2854673431424186,-0.35293883085250854,-0.18231956660747528,0.9177113771438599,-0.13090817630290985,-0.05706041678786278,0.4543362557888031,0.03340449929237366,0.04161824285984039,0.04337894916534424 +502,-2.783804741891013,0.17734872749249264,2.2561870524953416,-0.34471017122268677,-0.17642050981521606,0.9219821095466614,-0.03994637727737427,-0.16286173462867737,0.1613139510154724,0.03015020489692688,0.016294747591018677,0.0406949520111084 +503,-2.798310865780799,0.1742425464682692,2.2322857310021003,-0.33148279786109924,-0.17336221039295197,0.9273967742919922,0.027979005128145218,-0.2637580931186676,0.23664118349552155,0.0055855512619018555,0.02060645818710327,0.009309768676757812 +504,-2.818630620083123,0.16569152807240925,2.216881072591601,-0.3130301833152771,-0.1649344265460968,0.9353119730949402,0.06277109682559967,-0.21924667060375214,0.08971612900495529,-0.04039385914802551,-0.009534552693367004,-0.043481647968292236 +505,-2.8325368610094306,0.159360227809262,2.2085946197676667,-0.3003053069114685,-0.1586865782737732,0.9405506253242493,-0.05111149698495865,-0.10024861246347427,0.13623005151748657,-0.034869253635406494,0.011835992336273193,-0.007963895797729492 +506,-2.8389566975201097,0.15837272847754344,2.187259520391066,-0.29430750012397766,-0.15771150588989258,0.942608118057251,-0.09048201143741608,-0.16088256239891052,0.2810094356536865,-0.030750423669815063,0.018093600869178772,0.006320655345916748 +507,-2.845756897584051,0.16528734388694963,2.1528888994475457,-0.28756606578826904,-0.1645357608795166,0.943522036075592,-0.1845671683549881,-0.14603133499622345,0.2812979519367218,-0.038148075342178345,-0.05419899523258209,-0.041071414947509766 +508,-2.8439658370061895,0.17280012157262864,2.128449729323356,-0.28888484835624695,-0.17194144427776337,0.9417970776557922,-0.12104583531618118,0.04500705376267433,0.09667431563138962,-0.05086734890937805,-0.05361397564411163,-0.010248005390167236 +509,-2.8385103907601192,0.18164000054125462,2.112116656854292,-0.29355326294898987,-0.18064284324645996,0.9387195706367493,-0.21245841681957245,-0.15708374977111816,0.14462997019290924,0.0016373991966247559,-0.026022180914878845,0.09637552499771118 +510,-2.8506633495441065,0.2002206192467834,2.08396471648499,-0.2811121940612793,-0.19888554513454437,0.9388396739959717,0.008562583476305008,-0.2658960819244385,0.005027616396546364,-0.0657048225402832,-0.07922114431858063,-0.10763275623321533 +511,-2.851271428141895,0.20770653623051766,2.1048971231717175,-0.280107319355011,-0.20621627569198608,0.9375579953193665,-0.045643385499715805,0.38277027010917664,-0.24164162576198578,-0.011762827634811401,-0.051336854696273804,-0.02080976963043213 +512,-2.8312638037837123,0.22039130237326857,2.132182927686858,-0.2979854643344879,-0.218611478805542,0.9292006492614746,0.06937603652477264,-0.03779727220535278,-0.40116414427757263,-0.009570688009262085,-0.0057537853717803955,0.03648245334625244 +513,-2.830363499151839,0.2263764491110802,2.174164033739373,-0.298415869474411,-0.22444790601730347,0.9276697039604187,0.06647490710020065,0.2290775626897812,-0.5377804636955261,-0.0166933536529541,-0.05469636619091034,-0.0592004656791687 +514,-2.8112565208097586,0.2419854969798256,2.235289928377723,-0.3149103820323944,-0.23963074386119843,0.9183725118637085,0.11542610824108124,0.4258387088775635,-0.6522130370140076,-0.004394978284835815,-0.03397457301616669,-0.027381598949432373 +515,-2.7993409550838635,0.2517435656219614,2.3176913936758337,-0.32503050565719604,-0.2490929514169693,0.9123091101646423,0.28552713990211487,0.09941142052412033,-0.7900503277778625,0.032595813274383545,0.0641869455575943,0.05493021011352539 +516,-2.8088644005544356,0.2577300112427791,2.389329926999946,-0.3158349394798279,-0.2548862099647522,0.9139375686645508,0.13102537393569946,0.040803730487823486,-0.6531651616096497,-0.017386585474014282,0.017459392547607422,0.02493596076965332 +517,-2.8220233742363847,0.2616171932678836,2.4684128948250823,-0.30346786975860596,-0.2586430609226227,0.9170666933059692,0.3157423138618469,0.1789657324552536,-0.8420108556747437,-0.02075091004371643,0.017584681510925293,-0.05499076843261719 +518,-2.8218419450029213,0.2600370902715093,2.56588453267783,-0.303762286901474,-0.2571164071559906,0.9173983335494995,0.3585059642791748,0.2864236831665039,-0.8205820322036743,0.044301837682724,0.0627804696559906,0.02210056781768799 +519,-2.820628455231887,0.2502321080725202,2.6573802499357217,-0.3056560158729553,-0.2476288378238678,0.9193772673606873,0.36637020111083984,0.15825773775577545,-0.8087289929389954,0.024787455797195435,0.05629885196685791,0.04705345630645752 +520,-2.8308561761362365,0.23663898841266862,2.751944069187157,-0.29723885655403137,-0.23443661630153656,0.925574779510498,0.4397822618484497,0.04492131620645523,-0.9015488624572754,-0.026827305555343628,-0.006789594888687134,-0.025886058807373047 +521,-2.841944428203777,0.22327870306425798,2.852755480535071,-0.2878565788269043,-0.22142812609672546,0.93172287940979,0.3561747670173645,0.18631458282470703,-0.8103743195533752,0.01263388991355896,0.05063655972480774,0.02298867702484131 +522,-2.8492491065757917,0.2184774413624984,2.936259936900758,-0.2813463509082794,-0.21674351394176483,0.9348085522651672,0.21434329450130463,0.08043009787797928,-0.6885268092155457,0.0075578391551971436,0.05858612060546875,0.03334665298461914 +523,-2.86143435267073,0.21672657389218283,3.0105361391564283,-0.27003926038742065,-0.21503393352031708,0.9385300874710083,0.2001531422138214,-0.002827235497534275,-0.7074357271194458,-0.00754857063293457,0.037177518010139465,0.015937447547912598 +524,-2.8788433866720955,0.21266232228389567,3.0816489049600446,-0.25388526916503906,-0.21106299757957458,0.9439253211021423,0.20063351094722748,-0.01413001585751772,-0.6273095607757568,-0.028890639543533325,0.0385470986366272,-0.013627290725708008 +525,-2.8815865962001976,0.21060801966319728,-3.141356361133932,-0.25140583515167236,-0.20905452966690063,0.9450351595878601,0.18602322041988373,0.15330611169338226,-0.49228599667549133,-0.033872514963150024,0.06911614537239075,0.006152033805847168 +526,-2.880637431500836,0.20716585083702815,-3.095675074710668,-0.2524868845939636,-0.20568718016147614,0.9454857707023621,0.08301398158073425,0.06998451799154282,-0.3225041627883911,-0.023468345403671265,0.07433949410915375,0.014948248863220215 +527,-2.8821232144226117,0.20672240771784192,-3.072541264068398,-0.2511051893234253,-0.20525319874286652,0.9459478855133057,0.025468546897172928,0.0012664338573813438,-0.12151210010051727,-0.001427769660949707,0.08266408741474152,-0.006555795669555664 +528,-2.8822799003614774,0.20036664058951253,-3.0736525048549543,-0.25128647685050964,-0.19902865588665009,0.9472293257713318,-0.08768574148416519,0.010515071451663971,0.09248597919940948,-0.007441610097885132,0.057091355323791504,0.01453244686126709 +529,-2.8736209044513563,0.20192913177808447,-3.0957478638253475,-0.25939634442329407,-0.20055963099002838,0.9447168111801147,-0.1532171368598938,-0.007124230265617371,0.23008184134960175,-0.010257035493850708,0.0642528235912323,0.035416483879089355 +530,-2.8656067925458264,0.20245626310580486,-3.123750752414319,-0.2669300436973572,-0.20107603073120117,0.9425054788589478,-0.21429282426834106,0.08248206228017807,0.277505099773407,-0.014045268297195435,0.0006366074085235596,0.037108659744262695 +531,-2.852453433303558,0.21408020163833896,3.127473098829735,-0.2786184549331665,-0.21244871616363525,0.9366094470024109,-0.18300214409828186,0.05996464565396309,0.21652723848819733,0.0017324984073638916,0.023911118507385254,-0.036112070083618164 +532,-2.8419651208542343,0.22248140777537168,3.1066312208443754,-0.2878894507884979,-0.2206505537033081,0.9318976402282715,-0.12440389394760132,0.09637970477342606,0.17159372568130493,0.03517335653305054,0.032006099820137024,0.025164246559143066 +533,-2.8365758530032266,0.22303137574921664,3.0895208442621933,-0.2928709387779236,-0.22118692100048065,0.9302164912223816,0.024202872067689896,-0.032123275101184845,0.10602393001317978,0.00023791193962097168,-0.003910675644874573,-0.024195492267608643 +534,-2.8275618159578464,0.21201961993481122,3.0957433811408483,-0.3019779920578003,-0.2104347199201584,0.9297990202903748,0.13366034626960754,0.18860861659049988,-0.14873206615447998,-0.019356757402420044,-0.015120640397071838,0.029154658317565918 +535,-2.83749203179725,0.2029230456416268,3.119468016253137,-0.29329127073287964,-0.2015332579612732,0.934539794921875,0.2623072564601898,-0.2174968719482422,-0.16480939090251923,0.028902262449264526,0.03229802846908569,1.52587890625e-05 +536,-2.8467296762545216,0.186596818876695,3.1411443840305817,-0.28556421399116516,-0.1855158656835556,0.9402326345443726,0.14670290052890778,0.059509314596652985,-0.14822466671466827,0.021159857511520386,-0.03146415948867798,-0.010773777961730957 +537,-2.841349806891756,0.17916307305032028,-3.112893683476008,-0.29101815819740295,-0.17820610105991364,0.9399740099906921,0.14501439034938812,0.11001821607351303,-0.3614485263824463,0.008562743663787842,-0.046738967299461365,-0.025087475776672363 +538,-2.8254847179867224,0.1826483592635825,-3.0790522505702747,-0.30569878220558167,-0.18163451552391052,0.9346429109573364,0.05298018455505371,0.33751794695854187,-0.3015541434288025,0.03430593013763428,-0.09639589488506317,-0.061565399169921875 +539,-2.8055941567607996,0.18821320915088766,-3.0384022063811624,-0.3238893151283264,-0.18710395693778992,0.9274091720581055,-0.028080563992261887,0.11115259677171707,-0.49599677324295044,0.031729310750961304,-0.12022329866886139,0.06262677907943726 +540,-2.806118228179971,0.21634726234011634,-2.995248234396424,-0.3215424716472626,-0.21466347575187683,0.922241747379303,-0.20582881569862366,0.1331668645143509,-0.5535988807678223,0.04735735058784485,-0.11266802251338959,-0.04782170057296753 +541,-2.8074072111995534,0.2347099456183654,-2.915138498989519,-0.3190065920352936,-0.2325608879327774,0.9187763333320618,0.2489762306213379,0.21404221653938293,-1.0751484632492065,-0.07996490597724915,-0.026090815663337708,-0.07043355703353882 +542,-2.7975283500742374,0.23689918077669037,-2.803340323733462,-0.3278948664665222,-0.23468954861164093,0.9150988459587097,0.21684899926185608,0.569146454334259,-0.8063250780105591,-0.05667239427566528,0.10151082277297974,0.11850106716156006 +543,-2.784231469451474,0.2594732101409572,-2.731050103564349,-0.33809369802474976,-0.2565714418888092,0.9054630398750305,-0.05508074164390564,0.21477100253105164,-0.7054060697555542,-0.06000804901123047,0.19190475344657898,-0.03407961130142212 +544,-2.7717965529585578,0.26820848176003054,-2.6680359853966795,-0.3485034108161926,-0.26500439643859863,0.8990652561187744,0.08728361874818802,0.4208793044090271,-0.3664614260196686,0.02140071988105774,0.15456125140190125,0.08349406719207764 +545,-2.749108797485665,0.2737385972002684,-2.630029102936013,-0.368243545293808,-0.2703327238559723,0.8895599842071533,0.19895793497562408,0.261393278837204,-0.5766361951828003,-0.06161180138587952,-0.09168204665184021,-0.05043339729309082 +546,-2.736047970642978,0.27432201322259386,-2.545642194812908,-0.3797679841518402,-0.2708943486213684,0.8845298290252686,0.27883240580558777,0.43876007199287415,-0.7504043579101562,0.04543256759643555,0.022099733352661133,-0.004478931427001953 +547,-2.7091742019691765,0.2769656797070008,-2.4699559208187214,-0.40309712290763855,-0.2734382450580597,0.873352587223053,0.3115904927253723,0.516920804977417,-0.7153457403182983,-0.004327923059463501,-0.03414851427078247,-0.015930593013763428 +548,-2.6834723336150814,0.2823709212035738,-2.3773710891468998,-0.4247482419013977,-0.2786334455013275,0.8613663911819458,0.47852957248687744,0.5360735058784485,-0.8462183475494385,0.002461373805999756,-0.08446460962295532,-0.026390254497528076 +549,-2.665594394746503,0.29089758392309767,-2.281283985836093,-0.4389744699001312,-0.2868122160434723,0.8514930009841919,0.4202832281589508,0.4426480233669281,-0.9884240627288818,-0.0038203299045562744,-0.04715687036514282,-0.007590353488922119 +550,-2.659662281456908,0.2951799681912174,-2.163365548242363,-0.4434444308280945,-0.29091203212738037,0.8477777242660522,0.5905628204345703,0.29698869585990906,-0.9651807546615601,0.004678010940551758,-0.02764567732810974,0.026123523712158203 +551,-2.6808314311822827,0.2879163785683361,-2.0576561712276917,-0.42632806301116943,-0.2839549779891968,0.8588446378707886,0.40756654739379883,-0.04901360720396042,-0.7000402808189392,0.029691100120544434,0.008640646934509277,0.041851162910461426 +552,-2.702515177435693,0.2846740008464053,-1.9964880754707999,-0.40799567103385925,-0.2808445990085602,0.8687153458595276,0.23859989643096924,-0.030917789787054062,-0.37974268198013306,-0.00522768497467041,-0.025750309228897095,-0.004777729511260986 +553,-2.718089095820968,0.27872306481948733,-1.9476858669044372,-0.3950972855091095,-0.27512821555137634,0.876471996307373,0.3461483120918274,-0.012590456753969193,-0.41581639647483826,-0.013823091983795166,-0.05145570635795593,-0.07816243171691895 +554,-2.728030295497304,0.26186869167181387,-1.8962319886705872,-0.38817325234413147,-0.2588859796524048,0.8844771981239319,0.25219812989234924,0.09807436168193817,-0.29509368538856506,-0.0023450255393981934,-0.0492195188999176,-0.01426839828491211 +555,-2.7280869743240763,0.25269272130653203,-1.85772988123482,-0.38906118273735046,-0.250012069940567,0.8866369724273682,0.33093351125717163,0.06111472100019455,-0.34309589862823486,-0.02265140414237976,0.03751823306083679,-0.037378668785095215 +556,-2.7360353236517856,0.23020085375734858,-1.816672445458087,-0.38412344455718994,-0.22817307710647583,0.8946430683135986,0.29373523592948914,0.019643455743789673,-0.056990865617990494,0.03965628147125244,0.08059006929397583,-0.022114992141723633 +557,-2.7361523634483085,0.2055138305117394,-1.8063579728663661,-0.38612326979637146,-0.20407021045684814,0.8995912075042725,0.15489794313907623,0.0033087069168686867,0.024603890255093575,0.015563547611236572,0.06059178709983826,0.00877988338470459 +558,-2.7377709985085956,0.18594607751354378,-1.8147922518346038,-0.38616207242012024,-0.18487638235092163,0.903714656829834,0.008541959337890148,-0.028027934953570366,0.19162309169769287,-0.009437382221221924,0.03752221167087555,0.017946958541870117 +559,-2.738099309498221,0.16941113738806118,-1.8303802948849268,-0.3870127499103546,-0.16860194504261017,0.9065289497375488,0.0742318406701088,0.02293238416314125,0.16598016023635864,-0.0006215870380401611,0.012596070766448975,-0.010959982872009277 +560,-2.736653378784731,0.15396809336175352,-1.83705049345352,-0.38930249214172363,-0.1533604860305786,0.9082533121109009,0.08983947336673737,0.012935476377606392,0.0818830206990242,-0.0029399096965789795,-0.019430026412010193,0.035945236682891846 +561,-2.740354375684711,0.15073730413336964,-1.8387279561012873,-0.3861299753189087,-0.15016712248325348,0.9101395010948181,0.018856868147850037,-0.012992515228688717,-0.0019934738520532846,0.004324465990066528,0.0314689576625824,0.008943319320678711 +562,-2.7371340710383065,0.1458235757004243,-1.8382666873780873,-0.38934457302093506,-0.14530731737613678,0.9095587134361267,0.1375889927148819,-0.019489549100399017,0.039643559604883194,0.016724854707717896,0.007230490446090698,0.05235552787780762 +563,-2.753766917954914,0.13091999157311843,-1.8180947953672872,-0.37494003772735596,-0.13054631650447845,0.9178109765052795,0.33160310983657837,-0.07068778574466705,-0.16881871223449707,0.03288385272026062,0.025108113884925842,-0.06766784191131592 +564,-2.7537583976957203,0.11293518841557203,-1.7948960331157222,-0.37577515840530396,-0.11269526928663254,0.9198328256607056,0.1758885532617569,0.060158200562000275,-0.10788334906101227,-0.00822746753692627,0.052362024784088135,0.026517033576965332 +565,-2.751494662639176,0.10470024958022273,-1.7912316408299624,-0.3781966269016266,-0.10450906306505203,0.9198071956634521,0.003170375246554613,0.011213033460080624,0.05924005061388016,0.0194472074508667,0.04060525447130203,-0.0015180110931396484 +566,-2.750757892137855,0.10332111800881957,-1.7983620992811735,-0.37892886996269226,-0.10313738882541656,0.9196609258651733,-0.06064773350954056,0.04054192826151848,0.019013212993741035,-0.0009692907333374023,-0.014935143291950226,-0.0032787322998046875 +567,-2.750273121487698,0.11253416041854808,-1.796668841920913,-0.3789960443973541,-0.11229678988456726,0.9185595512390137,-0.07707240432500839,0.08569881319999695,-0.05575266852974892,-0.0028399527072906494,0.002555564045906067,-0.03405320644378662 +568,-2.741655342319269,0.1278335721148382,-1.8013423057383404,-0.38618358969688416,-0.12748569250106812,0.9135697484016418,-0.2023826688528061,0.0330527126789093,0.07321923226118088,0.029463648796081543,0.03344579041004181,0.019505202770233154 +569,-2.736490415772909,0.1416015502436615,-1.8212762198513752,-0.39016813039779663,-0.141128808259964,0.9098633527755737,-0.23859216272830963,0.019720962271094322,0.15716414153575897,0.02249234914779663,0.01420620083808899,-0.0008821487426757812 +570,-2.729632184186614,0.15890707102557813,-1.8449561643266665,-0.3953618109226227,-0.15823914110660553,0.9047926068305969,-0.21174298226833344,0.05857434868812561,0.16466332972049713,0.03154653310775757,0.036641836166381836,-0.0066754817962646484 +571,-2.7231042302895125,0.17819703283448263,-1.8772075933912047,-0.39994463324546814,-0.17725545167922974,0.8992354869842529,-0.37052372097969055,-0.05190972611308098,0.2797616124153137,0.0376858115196228,0.033593982458114624,0.037684500217437744 +572,-2.720240286003366,0.20614654820712708,-1.908386537586888,-0.4003353416919708,-0.20468956232070923,0.8932157158851624,-0.1849105805158615,0.05047539994120598,0.08864143490791321,0.04614824056625366,0.017021670937538147,-0.06112313270568848 +573,-2.7079105263994063,0.21779931370741493,-1.9251290255128435,-0.4102875292301178,-0.21608145534992218,0.8859871625900269,-0.1077347919344902,0.005399771966040134,0.08051930367946625,0.030236810445785522,0.022828862071037292,0.039855241775512695 +574,-2.717599798488357,0.21918439264794387,-1.9370088989574188,-0.40156039595603943,-0.2174336016178131,0.8896474242210388,-0.1409790813922882,-0.20421335101127625,0.15264572203159332,0.03707358241081238,0.04966317117214203,0.07827889919281006 +575,-2.75452923476044,0.2053459980329374,-1.9463544103694126,-0.3695402145385742,-0.2039058953523636,0.9065662622451782,0.1295151263475418,-0.2884805202484131,0.09722117334604263,-0.01952838897705078,-0.012814685702323914,-0.04726755619049072 +576,-2.7674538564187285,0.1790960306616543,-1.956125250080778,-0.3596254587173462,-0.17814013361930847,0.9159345030784607,0.19066710770130157,-0.027010321617126465,0.13006363809108734,-0.13626998662948608,-0.12584547698497772,0.002614259719848633 +577,-2.76934889020377,0.15414350597851226,-1.945472745941989,-0.3593941926956177,-0.15353381633758545,0.9204692244529724,0.35833731293678284,0.1569065898656845,-0.06665468215942383,-0.05710980296134949,-0.19424453377723694,-0.14164519309997559 +578,-2.7446163526221694,0.13118864156446788,-1.9125559975996118,-0.3833092153072357,-0.1308126598596573,0.9143094420433044,0.19430017471313477,0.2825297713279724,-0.4156414270401001,-0.1253424882888794,-0.13629241287708282,0.02204596996307373 +579,-2.7282644212843628,0.1331007852467998,-1.8804859027568426,-0.3981069326400757,-0.1327081322669983,0.9076892137527466,0.038180116564035416,0.11238496750593185,-0.18199454247951508,-0.04165142774581909,-0.0641150027513504,-0.02298450469970703 +580,-2.7258522396853384,0.13387947142665574,-1.857840688027535,-0.40025344491004944,-0.13347989320755005,0.9066314101219177,0.06296682357788086,0.09577032923698425,-0.26984068751335144,-0.053466737270355225,-0.16385288536548615,-0.09204089641571045 +581,-2.709484054303457,0.14945304356051173,-1.8265132218584177,-0.4141181409358978,-0.14889729022979736,0.8979619145393372,-0.0016069114208221436,0.20533742010593414,-0.46385958790779114,-0.11821520328521729,-0.19018350541591644,-0.02601379156112671 +582,-2.69310758103661,0.1642532416651113,-1.7704617093992354,-0.4277650713920593,-0.16351567208766937,0.88897705078125,0.19414326548576355,0.27075135707855225,-0.5818027853965759,-0.06927481293678284,-0.058621808886528015,0.0065004825592041016 +583,-2.6803844171121924,0.17111182591972932,-1.7094792314912854,-0.43853121995925903,-0.17027804255485535,0.8824373483657837,0.2981228530406952,0.16718417406082153,-0.4924623668193817,0.008553832769393921,-0.03330470621585846,-0.04233425855636597 +584,-2.670726722940672,0.17087359237571806,-1.6533303541360214,-0.44705137610435486,-0.17004328966140747,0.8781972527503967,0.2647439241409302,0.27317631244659424,-0.4229643940925598,-0.027847975492477417,-0.05621406435966492,-0.05146074295043945 +585,-2.6577698449129943,0.18085378387499448,-1.589282572541729,-0.4575800895690918,-0.17986950278282166,0.8707858324050903,0.1546633392572403,0.25747916102409363,-0.6892001032829285,0.024627089500427246,0.11443977057933807,-0.028790414333343506 +586,-2.6529857676328437,0.17403822142671485,-1.5342714024511803,-0.46230533719062805,-0.17316097021102905,0.8696488738059998,0.29163551330566406,0.09159814566373825,-0.2692646384239197,0.009897440671920776,0.07855647802352905,0.02701866626739502 +587,-2.652948536757952,0.16978738548024772,-1.5100766342392866,-0.46267908811569214,-0.16897279024124146,0.870273768901825,0.12664790451526642,-0.13672123849391937,-0.1651163399219513,0.014894604682922363,0.01916198432445526,0.018321871757507324 +588,-2.675648388720638,0.15848778409511133,-1.480378920033323,-0.44363588094711304,-0.15782512724399567,0.8822006583213806,0.30013155937194824,-0.14116179943084717,-0.23484709858894348,0.018968641757965088,0.024234458804130554,-0.02679312229156494 +589,-2.6910165859166257,0.1464178750434392,-1.4503177494569353,-0.4308244585990906,-0.14589527249336243,0.8905642032623291,0.15343591570854187,-0.1239386573433876,-0.17352357506752014,-0.02448248863220215,0.023840248584747314,0.03430140018463135 +590,-2.7048140471498825,0.13998705922139895,-1.436125738971472,-0.4188847243785858,-0.13953030109405518,0.8972554802894592,-0.0012278901413083076,-0.1714923083782196,-0.04865788295865059,-0.004409432411193848,0.05743798613548279,0.0585247278213501 +591,-2.726692039023333,0.12867500920165745,-1.4415158615378856,-0.39976638555526733,-0.12832021713256836,0.907590389251709,0.06841389834880829,-0.23401086032390594,0.0965586006641388,0.014710932970046997,-0.002203419804573059,-0.007581472396850586 +592,-2.7446460845855594,0.11874610281178262,-1.4394284003545437,-0.38388165831565857,-0.11846723407506943,0.9157512784004211,0.1421421766281128,-0.06795620918273926,-0.04156838357448578,0.0020762383937835693,-0.011736012995243073,-0.016688168048858643 +593,-2.7452276996300236,0.11166191296849302,-1.4340146865685002,-0.3836632966995239,-0.11143001914024353,0.9167254567146301,0.1084342822432518,-0.01881849393248558,0.04452335834503174,0.0167962908744812,0.007487170398235321,0.010627329349517822 +594,-2.7463171605429504,0.10979059443986892,-1.440241534862391,-0.3827439546585083,-0.10957016050815582,0.917333722114563,-0.04889769107103348,0.03634991496801376,0.10725588351488113,0.017708003520965576,-0.005038589239120483,-0.002508401870727539 +595,-2.745964487705186,0.11071318951785432,-1.450053533687889,-0.3830282390117645,-0.11048715561628342,0.9171048402786255,-0.023094218224287033,0.022185564041137695,0.08304159343242645,0.005754828453063965,-0.015092648565769196,-0.01878976821899414 +596,-2.745015562220522,0.11154126642654444,-1.456934522670872,-0.38386303186416626,-0.11131012439727783,0.9166566133499146,-0.028229542076587677,-0.018332460895180702,0.08793406188488007,0.017362207174301147,0.020917050540447235,0.0033416152000427246 +597,-2.7467239299782924,0.10977417836842399,-1.4721964507919454,-0.3823714852333069,-0.10955384373664856,0.9174910187721252,-0.07846193760633469,-0.03945358470082283,0.1544618010520935,-0.020170599222183228,-0.0025677457451820374,0.011708080768585205 +598,-2.7479993515248022,0.11279439953901893,-1.4895451357210883,-0.381072461605072,-0.1125553771853447,0.9176684617996216,-0.08020632714033127,-0.025205671787261963,0.17395895719528198,0.012313216924667358,0.009131282567977905,-0.007466316223144531 +599,-2.753320901372948,0.11793164074294582,-1.5095573681816927,-0.3759598135948181,-0.11765846610069275,0.9191360473632812,-0.141154482960701,-0.08489426225423813,0.1567665934562683,0.00535428524017334,-0.002229839563369751,-0.006034731864929199 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/TEST/standing/q2.csv b/BoostRunClub/CoreML/DataSet/TEST/standing/q2.csv new file mode 100644 index 0000000..ecf836f --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/TEST/standing/q2.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-2.757016295818157,0.12692787062557606,-1.533389680348258,-0.37214842438697815,-0.12658733129501343,0.919500470161438,-0.21044926345348358,-0.06875714659690857,0.20885980129241943,0.02102842926979065,0.023010656237602234,0.001565694808959961 +1,-0.02983724641723481,0.15536750875377886,2.2187552933706476,-0.029473474249243736,-0.15474319458007812,-0.9875149726867676,-0.023561056703329086,-0.008303718641400337,-0.04310256242752075,-0.04390603303909302,0.004764571785926819,-0.040378034114837646 +2,-0.045475260510287795,0.16414467273862923,2.2212235024686047,-0.04484854266047478,-0.163408562541008,-0.9855385422706604,0.0925862044095993,0.12955833971500397,-0.22049738466739655,-0.07363595068454742,0.005159661173820496,-0.0227469801902771 +3,-0.05242092479023408,0.1810968878044083,2.2048125288920386,-0.051540058106184006,-0.18010863661766052,-0.9822955131530762,0.2402592897415161,-0.028619948774576187,-0.10092482715845108,0.009288471192121506,0.05553588271141052,-0.04025697708129883 +4,-0.06551413063807651,0.2275470585898291,2.2113711704081003,-0.06377970427274704,-0.22558850049972534,-0.972132682800293,0.6008058190345764,-0.4577031135559082,0.13943640887737274,0.02189432829618454,0.05696362257003784,-0.01622486114501953 +5,-0.20848758804328013,0.3171498596000504,2.22764522015089,-0.1966579705476761,-0.3118598461151123,-0.9295531511306763,1.5634082555770874,-1.8932071924209595,-0.20527945458889008,0.05986294150352478,0.0650489330291748,-0.10465705394744873 +6,-0.329338317418132,0.37154263021545403,2.2429216078346434,-0.3013497292995453,-0.36305323243141174,-0.8816919326782227,0.9020277261734009,-1.5879548788070679,0.11815076321363449,0.017749875783920288,0.05667203664779663,-0.14047908782958984 +7,-0.4495969134839472,0.4369582866613026,2.2447819822785364,-0.3937686085700989,-0.4231854975223541,-0.8160026669502258,-0.4284079968929291,0.0818764716386795,-0.15183992683887482,0.017776817083358765,0.0453016459941864,0.00151902437210083 +8,-0.39859072933224543,0.40082932248677716,2.2127268666391675,-0.3573566675186157,-0.3901820778846741,-0.8485600352287292,-0.2750919461250305,0.5846785306930542,-0.19402606785297394,0.03181040287017822,0.04066425561904907,-0.030590295791625977 +9,-0.2847041012677942,0.3616379614437153,2.17997786131696,-0.2627061605453491,-0.353806734085083,-0.8976671099662781,-0.25574934482574463,0.9818721413612366,0.07867661118507385,0.04319325089454651,0.047257691621780396,-0.11780524253845215 +10,-0.23372748740881566,0.35848549493001813,2.1830616977948814,-0.21688194572925568,-0.3508564233779907,-0.9109676480293274,0.1203189492225647,0.3475242853164673,0.10693071037530899,0.010064318776130676,0.03280222415924072,0.012759029865264893 +11,-0.23773533815632317,0.3716060941932726,2.201838993186525,-0.219428151845932,-0.36311236023902893,-0.9055389165878296,0.2146845906972885,-0.16947199404239655,0.06412134319543839,-0.006981760263442993,0.01946920156478882,0.01094663143157959 +12,-0.2656203506285294,0.39943606652399777,2.2067784447388434,-0.24184341728687286,-0.3888988494873047,-0.8889710307121277,0.10569851100444794,0.08161628246307373,-0.06338246166706085,0.03008192777633667,0.0053691864013671875,0.09647530317306519 +13,-0.3146273475255421,0.40994549330868835,2.211789936141,-0.28382089734077454,-0.3985593318939209,-0.8721216320991516,0.17596322298049927,-0.5780854225158691,-0.061908576637506485,-0.0006334781646728516,-0.0023043155670166016,0.009313464164733887 +14,-0.3543444787103716,0.4533003970614188,2.2164857862994602,-0.31193339824676514,-0.4379349946975708,-0.8431550860404968,1.2028862237930298,-1.182116985321045,-0.39801010489463806,-0.027086377143859863,0.0455399751663208,0.004821956157684326 +15,-0.42441187420425225,0.5280390406084212,2.225798762912888,-0.35569846630096436,-0.503840446472168,-0.787161648273468,-0.15642525255680084,0.642950713634491,0.19177500903606415,0.004029184579849243,0.10071855783462524,0.023779690265655518 +16,-0.5259072898852499,0.5872144568501808,2.2916474122326966,-0.41790685057640076,-0.554044246673584,-0.7199922800064087,1.3118996620178223,-1.6185288429260254,0.37721651792526245,0.039366841316223145,0.058606624603271484,0.11037313938140869 +17,-0.9090390345629067,0.6514548776353648,2.508691342188246,-0.6273460388183594,-0.6063439846038818,-0.4886552393436432,3.4667460918426514,-5.024688720703125,1.807661533355713,0.27853018045425415,0.35304808616638184,-0.007774233818054199 +18,-1.6020603274442367,0.474440700494501,2.9782493954052454,-0.8891136050224304,-0.45684099197387695,0.02780630812048912,3.986666679382324,-4.305397033691406,3.4858591556549072,0.1640617847442627,0.37805989384651184,-0.24617481231689453 +19,-1.7978954427635399,0.09202641605726723,3.1061266668654732,-0.9702007174491882,-0.09189657866954803,0.2241993248462677,-1.053324580192566,2.2902231216430664,2.950941324234009,-0.26957571506500244,0.06636863946914673,-0.1508655995130539 +20,-1.7052637135941422,-0.16732986937241137,3.0851381652172583,-0.9771320223808289,0.16655011475086212,0.13219007849693298,1.2277113199234009,0.7241160273551941,2.1902222633361816,-0.47924309968948364,-0.08770793676376343,-0.18004167079925537 +21,-1.618496386517629,-0.35957528770293884,-3.1099342172983144,-0.934981644153595,0.35187670588493347,0.04463253915309906,1.2117091417312622,0.6162441372871399,1.865838885307312,-0.12625181674957275,-0.10225820541381836,0.032409071922302246 +22,-1.5264541139953258,-0.5114945928421835,-2.9613162658765133,-0.8711567521095276,0.4894810914993286,-0.03865435719490051,1.349403977394104,0.26302003860473633,1.5136691331863403,-0.17649638652801514,-0.06290638446807861,0.17178726196289062 +23,-1.3727812596909612,-0.6318261362504963,-2.7617897463664134,-0.7911815643310547,0.5906193256378174,-0.1587461233139038,1.3819584846496582,1.077512502670288,1.192649483680725,-0.11447322368621826,0.017260253429412842,0.1439298540353775 +24,-1.0678346307899738,-0.7340014545636073,-2.4794731575486546,-0.6505478620529175,0.6698460578918457,-0.3579017221927643,2.1988368034362793,0.8290196061134338,1.7151439189910889,-0.19901567697525024,-0.03353935480117798,-0.03286060690879822 +25,-0.8631324131584095,-0.6874393125755077,-2.3780584388771966,-0.5872930288314819,0.6345601677894592,-0.5024144053459167,-0.7319400906562805,2.3864552974700928,-1.7628711462020874,-0.11525213718414307,-0.1050649881362915,0.5253941416740417 +26,-1.033460901868855,-0.6161723626683915,-2.706957103586333,-0.7010884881019592,0.5779156684875488,-0.41771790385246277,-1.3799307346343994,-1.1215885877609253,-2.195840358734131,-0.076774001121521,-0.027790606021881104,-0.09731194376945496 +27,-1.2627891888835405,-0.464731053532466,-2.990018613711463,-0.8518728613853455,0.4481824040412903,-0.27100762724876404,-0.8929104804992676,-0.22356224060058594,-1.8150808811187744,0.26973479986190796,0.003904998302459717,-0.3139685392379761 +28,-1.484792990498009,-0.3353734600777031,3.0751072992929585,-0.9407974481582642,0.329121857881546,-0.08111180365085602,-2.8945250511169434,-1.1873137950897217,-1.1008450984954834,-0.0019515752792358398,0.06678271293640137,0.07003390789031982 +29,-1.612088380464946,-0.4304128007771005,2.8571815242372303,-0.9080190062522888,0.4172459840774536,0.037515293806791306,-2.452937364578247,-0.022776998579502106,1.7765939235687256,0.16735738515853882,0.08408153057098389,0.02983701229095459 +30,-1.6660822680575744,-0.43885890374942593,2.7357888252625857,-0.9011307954788208,0.42490679025650024,0.08612591028213501,0.4914966821670532,-1.2809884548187256,-3.1110527515411377,-0.4699782133102417,0.21854108572006226,-0.37526464462280273 +31,-1.6297537852774109,-0.19069610237098322,2.8372273220328514,-0.9801664352416992,0.18954242765903473,0.05785517394542694,-0.6612187027931213,-0.5387645959854126,-3.112309694290161,-0.19323432445526123,0.23884804546833038,-0.18969106674194336 +32,-1.6112259986213753,0.005986534868841208,2.8759230079883755,-0.9991648197174072,-0.005986499134451151,0.040417931973934174,1.1795719861984253,-0.6270268559455872,-0.5209295153617859,0.3659404516220093,-0.044794753193855286,-0.0028049983084201813 +33,-1.7185735813732579,-0.10937865478001194,2.8538678577337646,-0.9831901788711548,0.10916069149971008,0.1463600993156433,0.0744239017367363,-0.21231725811958313,1.542341947555542,0.12039715051651001,-0.14907768368721008,0.054384469985961914 +34,-1.7558656591392385,-0.3130334329700046,2.9032907556528866,-0.9351571798324585,0.3079460561275482,0.17507226765155792,1.2157824039459229,0.03544512763619423,0.3723101019859314,0.0711129903793335,0.2275611162185669,-0.030586719512939453 +35,-1.7885657951822713,-0.4313118191181481,2.9099955340250574,-0.886962890625,0.41806283593177795,0.1962658315896988,0.17292749881744385,0.10999666154384613,2.8828845024108887,-0.2278594970703125,0.33886462450027466,0.0006030797958374023 +36,-1.7160475408239881,-0.47607042876999633,2.825762938508461,-0.8794431090354919,0.45829010009765625,0.12864618003368378,-0.9845356345176697,1.0251340866088867,-0.5633306503295898,0.126284658908844,0.06926721334457397,0.01577828824520111 +37,-1.8262998919380986,-0.5133995209984883,2.756970386530634,-0.8428012132644653,0.49114131927490234,0.22015030682086945,-0.1749998927116394,-0.4445904493331909,1.1756880283355713,-0.08211022615432739,0.18102356791496277,-0.07618369162082672 +38,-1.8803773193109448,-0.6255551302826982,2.7844581859812476,-0.7721015810966492,0.5855473875999451,0.24696870148181915,1.0208897590637207,-1.240167260169983,0.6038810014724731,-0.1456993818283081,0.018715977668762207,-0.09831762313842773 +39,-1.8984961700734457,-0.6809031367181841,2.8635155918608297,-0.7356564402580261,0.6294950246810913,0.25009146332740784,0.42874929308891296,-0.16195492446422577,-0.03823035955429077,-0.2858737111091614,-0.09319436550140381,-0.012237548828125 +40,-1.8718243358699722,-0.6494152775744987,2.929462686212926,-0.7606236934661865,0.6047208309173584,0.2361455112695694,0.43697696924209595,-0.4411180019378662,-0.5561938285827637,0.014972329139709473,-0.07124298810958862,-0.052750080823898315 +41,-1.8640982137394433,-0.645223716722155,2.9761889787909688,-0.764845073223114,0.6013771891593933,0.23099260032176971,0.2916856110095978,-0.19185572862625122,-0.10972705483436584,-0.056367695331573486,-0.01048058271408081,-0.0012409687042236328 +42,-1.8783578780264243,-0.6408126635850014,3.004190088012882,-0.7639942765235901,0.5978471040725708,0.24267585575580597,0.12415339052677155,-0.10354474186897278,-0.09324884414672852,-0.016095995903015137,0.018577396869659424,0.0015106052160263062 +43,-1.892758639109302,-0.6357858987795992,3.013629015430546,-0.7632615566253662,0.5938100218772888,0.2546001076698303,0.10017965734004974,0.04162365943193436,-0.016364669427275658,0.03470027446746826,0.034745216369628906,-0.0031810104846954346 +44,-1.8857038058938118,-0.6460604470862227,3.0263239087671687,-0.7591973543167114,0.602045476436615,0.24730633199214935,0.19941169023513794,-0.6222878694534302,0.03970036283135414,-0.010196506977081299,-0.005457460880279541,-0.16045333445072174 +45,-1.9354330506260904,-0.6533066375464496,3.0389995383474533,-0.7418703436851501,0.6078154444694519,0.2831762135028839,-0.04001001641154289,0.2860777974128723,0.09368734806776047,-0.03756380081176758,0.0027497410774230957,0.09669137001037598 +46,-1.9237341406126043,-0.6578481355190936,3.0148768550180853,-0.7425345778465271,0.6114155054092407,0.2735210359096527,-0.41065460443496704,-0.29765745997428894,0.21105577051639557,0.012737154960632324,-0.0034900307655334473,-0.10138651728630066 +47,-1.942037342652658,-0.6638955900156602,2.9627143196609658,-0.7339447140693665,0.6161896586418152,0.28571850061416626,-0.2515992820262909,0.49599742889404297,0.16306838393211365,-0.034670889377593994,0.013723552227020264,-0.10642784833908081 +48,-1.9501101979414655,-0.6749972293547755,2.936903096703108,-0.7252151370048523,0.6248951554298401,0.289083331823349,-0.06754644960165024,-0.019855890423059464,0.2109808474779129,-0.041188061237335205,0.007368028163909912,-0.041585683822631836 +49,-1.9337515724986574,-0.6799421672871968,2.922244063997718,-0.726949155330658,0.6287480592727661,0.2760811746120453,-0.1630505919456482,0.25507229566574097,0.037006303668022156,0.008748471736907959,-0.03158009052276611,-0.016407132148742676 +50,-1.940944928389913,-0.6775674124993504,2.887932111042295,-0.7263345122337341,0.6268996596336365,0.28184255957603455,-0.31118717789649963,0.21359066665172577,0.12363563477993011,0.028260111808776855,0.0219651460647583,-0.001096099615097046 +51,-1.9464897198633342,-0.6809631812654214,2.852676179909006,-0.7227761149406433,0.6295416951179504,0.2850828468799591,-0.24612244963645935,0.23972272872924805,0.12005308270454407,-0.013628363609313965,-0.016535043716430664,-0.002993673086166382 +52,-1.9428113557383495,-0.6808734142251377,2.8169937266915848,-0.7238724827766418,0.6294718980789185,0.2824428379535675,-0.3398898243904114,0.3949210047721863,0.15451163053512573,-0.004933059215545654,-0.0023813843727111816,0.04057052731513977 +53,-1.945293020829614,-0.6755220176117721,2.7609201825127117,-0.7262937426567078,0.6253047585487366,0.28546640276908875,-0.44647857546806335,0.28838786482810974,0.004640668630599976,-0.005014181137084961,-0.008971869945526123,0.01613876223564148 +54,-1.9579448515739788,-0.6611116234287678,2.7348211298047786,-0.7308927178382874,0.6139946579933167,0.298003613948822,0.0025738473050296307,-0.09663891792297363,-0.052155449986457825,-0.02678239345550537,0.037418246269226074,-0.0009303390979766846 +55,-1.9681039783846606,-0.6587479804257097,2.7459657590223836,-0.7291638255119324,0.6121273040771484,0.3059740662574768,0.06882442533969879,-0.2517152726650238,-0.08699449896812439,0.013633489608764648,0.0017489790916442871,-0.003209143877029419 +56,-1.9794857822944083,-0.6587701793273626,2.765934603599984,-0.7256218194961548,0.6121448278427124,0.3142479360103607,0.22614158689975739,-0.17950588464736938,-0.06999379396438599,-0.010980963706970215,0.006080269813537598,-0.032570600509643555 +57,-1.9853441042038589,-0.665005397301784,2.800868796089546,-0.7202606201171875,0.6170634031295776,0.31694984436035156,0.2545167803764343,-0.30011245608329773,-0.06902759522199631,-0.023330628871917725,-0.008497178554534912,0.00446125864982605 +58,-1.9946473886832878,-0.66694051518869,2.8341672543401644,-0.7161910533905029,0.6185849905014038,0.3231451213359833,0.24614450335502625,-0.3655521273612976,-0.11368625611066818,-0.010768115520477295,-0.054543912410736084,-0.011087685823440552 +59,-2.000295044664077,-0.6674264343386336,2.9001193223221664,-0.7140811681747437,0.6189666986465454,0.3270595073699951,0.7408180832862854,-0.5032504796981812,-0.3538602888584137,-0.08431953191757202,-0.04683852195739746,-0.0033596456050872803 +60,-1.9921525345817703,-0.6675855402269034,3.0293558530105824,-0.7166311144828796,0.6190916895866394,0.32119420170783997,1.0065388679504395,-0.8419668674468994,-0.4777664840221405,-0.004163622856140137,-0.034557878971099854,0.0022769272327423096 +61,-1.9748530553441594,-0.6651878649841438,-3.1008100813415105,-0.723442792892456,0.6172069311141968,0.30933210253715515,1.173089623451233,-0.786429762840271,-0.5158922076225281,-0.01637965440750122,-0.00043135881423950195,-0.06186506152153015 +62,-1.9526127739253771,-0.6505347246592439,-2.941834178449202,-0.7384570240974426,0.6056119799613953,0.2965056300163269,0.9886409044265747,-0.6011694073677063,-0.6609699130058289,-0.02025580406188965,0.08046901226043701,-0.04932853579521179 +63,-1.9168576927188306,-0.6257679371476716,-2.8101764025736338,-0.762462854385376,0.585719883441925,0.27492234110832214,0.8943057656288147,-0.31751638650894165,-0.5134444236755371,0.07989156246185303,0.17349636554718018,-0.1007738709449768 +64,-1.8800999510008758,-0.6336974978678612,-2.689403817842066,-0.7676029801368713,0.5921283960342407,0.24529509246349335,0.7504521608352661,-0.32724469900131226,-0.003151221200823784,0.20974165201187134,0.10118520259857178,-0.021326541900634766 +65,-1.8711472823392004,-0.6747524905849319,-2.625838851968903,-0.7459043264389038,0.6247040629386902,0.23102211952209473,0.37632691860198975,-0.23426330089569092,0.3207484483718872,0.005792140960693359,-0.02031874656677246,0.004588812589645386 +66,-1.8641662801493342,-0.7087770005743976,-2.586897161315199,-0.726723313331604,0.6509057879447937,0.21953332424163818,0.41568103432655334,-0.05546817556023598,0.15334174036979675,-0.059653639793395996,-0.0713159441947937,-0.020268797874450684 +67,-1.8482181458575555,-0.7268870895095629,-2.5401186192844136,-0.7186753153800964,0.6645467281341553,0.20465359091758728,0.3513619899749756,-0.16119801998138428,-0.01883549615740776,-0.136274516582489,-0.058025240898132324,-0.009325891733169556 +68,-1.8250020870399661,-0.7247760845390505,-2.489662426083148,-0.7245888113975525,0.6629678010940552,0.1882675439119339,0.43598172068595886,-0.11879172921180725,-0.22262662649154663,-0.056127071380615234,-0.07216286659240723,-0.036793485283851624 +69,-1.796785574838165,-0.7174763610793232,-2.4135910745816713,-0.7343090772628784,0.65748530626297,0.16882990300655365,0.614983081817627,-0.28639572858810425,-0.20694600045681,-0.04810059070587158,-0.02830427885055542,-0.01366327702999115 +70,-1.7679801066283911,-0.7105628370256967,-2.3373279145638386,-0.7433066964149475,0.6522604823112488,0.14849764108657837,0.5233420133590698,-0.20047180354595184,-0.16490499675273895,-0.042353153228759766,0.00963526964187622,0.02226342260837555 +71,-1.7579322965894932,-0.7090774304491223,-2.2899014331981484,-0.7457121014595032,0.6511338353157043,0.1412017047405243,0.19461174309253693,-0.20527061820030212,-0.005183117464184761,-0.005264341831207275,-0.034221112728118896,0.05253921449184418 +72,-1.774841162707686,-0.7146343306856412,-2.2811740062031225,-0.7396633625030518,0.6553412675857544,0.15305450558662415,0.05129031091928482,-0.19174641370773315,0.09570617973804474,-0.07095974683761597,-0.0015175342559814453,-0.0683378279209137 +73,-1.7813610340692834,-0.7213768415108281,-2.2693710930324453,-0.7343122363090515,0.6604191660881042,0.15694665908813477,0.04858062416315079,-0.11482559144496918,0.05992245674133301,-0.05090510845184326,-0.07521408796310425,-0.037958621978759766 +74,-1.780276889390903,-0.7208992691803805,-2.274126444260168,-0.7347901463508606,0.660060465335846,0.15621599555015564,-0.10519633442163467,0.029201565310359,0.1091604232788086,-0.04827558994293213,-0.06667673587799072,-0.05285288393497467 +75,-1.7877872615226258,-0.7208303155277379,-2.279119148458183,-0.7336409091949463,0.6600086688995361,0.16173994541168213,-0.009473416022956371,-0.21920156478881836,0.07017545402050018,-0.08438283205032349,0.012965023517608643,-0.045986875891685486 +76,-1.7891065895000748,-0.7191261538211423,-2.267938397357614,-0.734523594379425,0.6587274670600891,0.1629510223865509,0.14110282063484192,-0.16901549696922302,0.05062462389469147,0.025173068046569824,0.03864490985870361,-0.02166987955570221 +77,-1.8044552587059706,-0.7301406491626258,-2.265707595560515,-0.7248335480690002,0.6669744253158569,0.1725148856639862,-0.1737491488456726,-0.14465919137001038,0.0975264385342598,0.02810204029083252,-0.07194274663925171,0.020234212279319763 +78,-1.8383227164871319,-0.733898079978924,-2.2951321782770706,-0.7161543965339661,0.669769287109375,0.19629567861557007,-0.07453493773937225,-0.32242122292518616,0.09236016869544983,-0.060014426708221436,0.0229644775390625,-0.053885459899902344 +79,-1.8669664926875718,-0.7229945151842003,-2.283468089417496,-0.717181384563446,0.6616330146789551,0.2188442349433899,-0.16035977005958557,-0.12027205526828766,-0.17285774648189545,0.03657829761505127,0.1341586709022522,0.13970687985420227 +80,-1.8790850424918657,-0.7000212006783955,-2.271069375053312,-0.7287701964378357,0.6442338824272156,0.23207078874111176,0.21497006714344025,-0.20970386266708374,-0.3347133696079254,0.20508849620819092,0.10781079530715942,0.12472549080848694 +81,-1.90043187912278,-0.6965637107176728,-2.2581132028081767,-0.7257538437843323,0.641585648059845,0.24829325079917908,-0.09615814685821533,-0.15479549765586853,0.16631224751472473,0.08517450094223022,0.10177695751190186,0.03719872236251831 +82,-1.920870166183287,-0.7047348251587993,-2.2702990063583286,-0.715579092502594,0.6478318572044373,0.26126664876937866,-0.11478347331285477,-0.0873102992773056,0.033659063279628754,0.04945671558380127,0.007365226745605469,0.046442002058029175 +83,-1.9349686850438967,-0.7039429198506151,-2.292251594779302,-0.7123040556907654,0.6472283601760864,0.27151167392730713,-0.10331101715564728,0.050428587943315506,-0.05152680352330208,0.043496012687683105,0.034549593925476074,0.02298298478126526 +84,-1.9438608963511743,-0.6956239523363048,-2.315106471744074,-0.7148507833480835,0.6408645510673523,0.2797875702381134,-0.2752020061016083,0.038409892469644547,-0.07887240499258041,0.032233595848083496,0.028187572956085205,0.054563045501708984 +85,-1.959827920975494,-0.6826534744310558,-2.3504839596435723,-0.7179237604141235,0.630854070186615,0.29429370164871216,-0.3190515637397766,0.2525712549686432,-0.028870604932308197,0.06913530826568604,0.03137737512588501,0.09027361869812012 +86,-1.9712933280722802,-0.6670492412196286,-2.405074740863645,-0.7234798669815063,0.6186704039573669,0.3063063323497772,-0.551288902759552,0.2004195898771286,0.0601048469543457,0.030105292797088623,0.04671955108642578,0.0609574019908905 +87,-1.9749230572210759,-0.6530942613187449,-2.4674949594980475,-0.7302309274673462,0.6076468229293823,0.3122950494289398,-0.48351049423217773,0.4836340546607971,0.051952511072158813,0.08283108472824097,0.03491610288619995,0.07645308971405029 +88,-1.9742642557517676,-0.6386002831063695,-2.5173548773267806,-0.738459587097168,0.5960721373558044,0.3152388632297516,-0.25321051478385925,0.21104979515075684,-0.01701936684548855,0.05231755971908569,0.05613428354263306,-0.009040802717208862 +89,-1.953297042443077,-0.6291132134392864,-2.5264406511642554,-0.7501190304756165,0.5884279608726501,0.30178433656692505,-0.046240631490945816,0.2897205948829651,0.04316122457385063,0.05628669261932373,0.0796932578086853,0.0754128098487854 +90,-1.9331388159927563,-0.6305488242399964,-2.5514785628497174,-0.7552593350410461,0.5895881056785583,0.28630340099334717,-0.2927697002887726,0.4015006422996521,0.08531908690929413,0.07062786817550659,0.02610403299331665,0.04786449670791626 +91,-1.9344340600608905,-0.6295594229392051,-2.6110294916143104,-0.7554324269294739,0.5887886881828308,0.2874886393547058,-0.5278533101081848,0.2674104869365692,0.23092129826545715,0.013229668140411377,0.03035193681716919,-0.08549273014068604 +92,-1.9435272660543035,-0.6406045761620149,-2.67213598569934,-0.7466843724250793,0.5976802706718445,0.2919597625732422,-0.28996920585632324,0.31513920426368713,0.24162735044956207,-0.12016737461090088,-0.021584749221801758,-0.12533381581306458 +93,-1.9360082770639193,-0.6470093462256421,-2.703430513013003,-0.7452679872512817,0.6028028726577759,0.284964382648468,-0.11592859029769897,0.2879020571708679,0.07720679044723511,-0.06505018472671509,-0.1321607232093811,-0.10724514722824097 +94,-1.920597067706251,-0.6519394619444717,-2.7125639606694176,-0.7467696666717529,0.60672926902771,0.2724235951900482,-0.009053034707903862,0.10937025398015976,0.03581944480538368,-0.1014053225517273,-0.047799885272979736,-0.11821821331977844 +95,-1.8841042030512267,-0.647154371129398,-2.6819400554086865,-0.7589648962020874,0.6029186248779297,0.24588845670223236,0.2350430190563202,0.08858603239059448,-0.07590712606906891,-0.014563977718353271,-0.03191947937011719,-0.012657910585403442 +96,-1.8546875155489388,-0.6421099111665844,-2.658363664813792,-0.7687789797782898,0.5988864898681641,0.22430819272994995,0.11067108064889908,0.14613769948482513,-0.06392013281583786,0.0012159943580627441,-0.004754960536956787,0.03200903534889221 +97,-1.8435104744948303,-0.6426558554239236,-2.6619189005349817,-0.7709228992462158,0.599323570728302,0.21561355888843536,-0.16723105311393738,0.25178641080856323,0.10046552121639252,-0.01080024242401123,0.018336951732635498,0.07328107953071594 +98,-1.8458519033190166,-0.6451018172106908,-2.7027541154316936,-0.7690027952194214,0.6012797951698303,0.2170192152261734,-0.3728542923927307,0.24023346602916718,0.09333518892526627,-0.012201428413391113,0.0025867819786071777,0.00038802623748779297 +99,-1.849657590562318,-0.6448377511763335,-2.7553189711054915,-0.7683239579200745,0.6010687947273254,0.2199879139661789,-0.3986607491970062,0.2697688043117523,0.09096478670835495,-0.018220841884613037,0.0042778849601745605,-0.03734016418457031 +100,-1.8482563075109955,-0.6438775640302857,-2.8113827953625323,-0.7691863179206848,0.6003011465072632,0.21906909346580505,-0.4786273241043091,0.40109291672706604,0.1926601678133011,0.004934489727020264,0.013361632823944092,-0.031858891248703 +101,-1.847051666993963,-0.6554152496360114,-2.86898356778342,-0.76273512840271,0.6094884872436523,0.21623873710632324,-0.3518647849559784,0.304852694272995,0.24715211987495422,-9.763240814208984e-05,0.006234169006347656,-0.018713682889938354 +102,-1.8488195470841167,-0.6701423919577301,-2.92634750002726,-0.7536377906799316,0.6210975646972656,0.2150997668504715,-0.36360034346580505,0.403572678565979,0.326360285282135,-0.03083181381225586,0.015972137451171875,0.004748821258544922 +103,-1.8433378097828563,-0.682796773865828,-2.9604241196110435,-0.7471758127212524,0.6309652328491211,0.20883281528949738,-0.3757029175758362,0.19957496225833893,0.09428705275058746,-0.004227936267852783,-0.00961214303970337,0.0468129962682724 +104,-1.860248774113905,-0.6806127717822972,-3.0161587837923136,-0.7448564171791077,0.6292693614959717,0.2218305766582489,-0.3485526740550995,0.18228477239608765,0.14995037019252777,0.025801241397857666,0.041934192180633545,0.0020615756511688232 +105,-1.8769644681866386,-0.6821933133656313,-3.0753986182985753,-0.7400952577590942,0.6304969787597656,0.23394975066184998,-0.3626425862312317,0.22425799071788788,0.1782902479171753,0.08035105466842651,0.0144309401512146,-0.03502096235752106 +106,-1.9199253689448668,-0.6938268043375777,-3.109233326479302,-0.7224234938621521,0.6394839286804199,0.26299235224723816,-0.0853383019566536,-0.22769391536712646,0.16460829973220825,-0.007419705390930176,0.010952532291412354,0.05802205204963684 +107,-1.915955026422899,-0.7030038854708427,-3.13012775609212,-0.7179089188575745,0.6465122699737549,0.2581253945827484,-0.25403863191604614,0.41763368248939514,0.10928939282894135,-0.008760392665863037,-0.010526001453399658,0.014686554670333862 +108,-1.9152678812331636,-0.701966273870822,3.1080132886848353,-0.7187173366546631,0.6457203030586243,0.2578585147857666,-0.3152923285961151,0.26919466257095337,0.12174618244171143,0.02131432294845581,0.028443574905395508,-0.032898157835006714 +109,-1.9174852045579818,-0.704168923105994,3.066481948433177,-0.7168039679527283,0.6474006772041321,0.25896742939949036,-0.2722870409488678,0.23078002035617828,0.15486465394496918,0.012107372283935547,0.016982197761535645,-0.0036880075931549072 +110,-1.9202492542562974,-0.7078567531238725,3.01137186201045,-0.7138373851776123,0.6502069234848022,0.26012852787971497,-0.42522993683815,0.40259674191474915,0.18551824986934662,0.0007637739181518555,-0.0056604743003845215,0.0003084838390350342 +111,-1.9168212789268753,-0.7081201074103297,2.955108135313654,-0.7145641446113586,0.6504069566726685,0.25762203335762024,-0.3599173426628113,0.4050697386264801,0.11162514984607697,-0.005254030227661133,-0.0009623169898986816,-0.010536402463912964 +112,-1.9094866039839307,-0.7091822812674525,2.9053696738115637,-0.7157822847366333,0.6512134075164795,0.25214430689811707,-0.30078229308128357,0.3759925365447998,0.1356256753206253,-0.004081547260284424,-0.007429897785186768,-0.00293770432472229 +113,-1.8983248090793263,-0.7124294702796476,2.8659987844506998,-0.7165461182594299,0.6536742448806763,0.24345779418945312,-0.3136857748031616,0.3551408648490906,0.11244392395019531,-0.004248559474945068,-0.018786609172821045,0.02151106297969818 +114,-1.8932858284600116,-0.7117839814920108,2.8157735807871647,-0.718163788318634,0.6531856656074524,0.23997773230075836,-0.29666128754615784,0.30192720890045166,0.09404485672712326,0.004540741443634033,0.007825136184692383,-0.04442107677459717 +115,-1.887175484519831,-0.7136493799890817,2.7790025067659774,-0.7184577584266663,0.6545969843864441,0.23520563542842865,-0.27625057101249695,0.2963066101074219,0.093923419713974,-0.012667238712310791,-0.024057865142822266,-0.013831079006195068 +116,-1.8779913299352196,-0.7132059921357651,2.7382888332338524,-0.7208638191223145,0.6542617082595825,0.22868500649929047,-0.2639921307563782,0.32037845253944397,0.04490223526954651,-0.01569312810897827,0.011555492877960205,-0.04744115471839905 +117,-1.8647087504422333,-0.7113808725813273,2.707834232269822,-0.7249796390533447,0.6528803706169128,0.21943584084510803,-0.17322754859924316,0.3108409345149994,0.04278865084052086,0.003345668315887451,0.002911984920501709,-0.023314565420150757 +118,-1.8499935815600488,-0.7074951809186616,2.6782053049920767,-0.7305631041526794,0.6499321460723877,0.20944178104400635,-0.29640573263168335,0.37580880522727966,0.03969290107488632,0.007265985012054443,0.015595197677612305,-0.004836678504943848 +119,-1.830425183428377,-0.7073782676954458,2.6477837067908325,-0.7345948219299316,0.6498433351516724,0.19512614607810974,-0.19338417053222656,0.4358847737312317,0.034370891749858856,-0.0029082894325256348,-0.020525038242340088,-0.011318773031234741 +120,-1.8106735793027606,-0.7059488804047561,2.6112273888484734,-0.739206850528717,0.648756206035614,0.18080009520053864,-0.3846553564071655,0.4679924547672272,0.06313202530145645,-0.02032989263534546,0.0038011670112609863,0.012864470481872559 +121,-1.7957652585870647,-0.7030627787386204,2.5510028045537996,-0.7436421513557434,0.6465572118759155,0.17017705738544464,-0.49458491802215576,0.4803299903869629,0.08941284567117691,0.024602174758911133,0.020175576210021973,-0.023295998573303223 +122,-1.7815250421474815,-0.7030164378622313,2.4807088440232548,-0.7460191249847412,0.6465218663215637,0.15957675874233246,-0.5370052456855774,0.5893747210502625,0.06847865134477615,0.014604449272155762,0.024422287940979004,-0.052719488739967346 +123,-1.766171691664639,-0.7045685417509783,2.410011930642474,-0.7473958730697632,0.6477051377296448,0.1479095220565796,-0.3982864320278168,0.6282893419265747,0.23043417930603027,0.03401702642440796,0.040603458881378174,-0.044607535004615784 +124,-1.7397019755956125,-0.7222702769381284,2.3641275779452102,-0.7396294474601746,0.6610897779464722,0.12612932920455933,-0.30702364444732666,0.5624039769172668,0.2311350405216217,-0.008066415786743164,-0.003313899040222168,0.0018155574798583984 +125,-1.7141309447483477,-0.7393752172321897,2.3260098334213475,-0.7313123941421509,0.6738263964653015,0.10554618388414383,-0.24873417615890503,0.47744759917259216,0.17360159754753113,-0.040339767932891846,-0.03143143653869629,0.0281360000371933 +126,-1.6956699734522127,-0.7463474163894871,2.2856248365696747,-0.728456974029541,0.6789616346359253,0.09144086390733719,-0.4341754913330078,0.6030256748199463,0.05017203837633133,-0.06835693120956421,-0.04299062490463257,0.09196972101926804 +127,-1.69817725679438,-0.741297791624211,2.220655354668216,-0.7316169738769531,0.6752457022666931,0.09370139986276627,-0.34079283475875854,0.2128208875656128,-0.014393395744264126,0.002170562744140625,-0.005217015743255615,-0.05242633819580078 +128,-1.6940638531705614,-0.7401688784671104,2.200537340887461,-0.7327522039413452,0.6744126081466675,0.09078484028577805,-0.10004061460494995,0.14892186224460602,0.022324848920106888,-0.02683025598526001,-0.02127540111541748,0.022176027297973633 +129,-1.6920849494337582,-0.7352600799067046,2.1797770730194514,-0.7362077832221985,0.6707800626754761,0.08973408490419388,-0.10508270561695099,0.11927176266908646,-0.021991653367877007,-0.019727885723114014,-0.01568979024887085,-0.010525710880756378 +130,-1.6895216420326495,-0.7275687306491281,2.174986264052904,-0.7415363788604736,0.6650559306144714,0.08845514059066772,-0.04723484814167023,0.027653703466057777,-0.04969332367181778,-0.020365417003631592,-0.01707625389099121,0.0345001146197319 +131,-1.6925670810799345,-0.7213995742772962,2.178593375781014,-0.7453217506408691,0.66043621301651,0.09120966494083405,0.11860382556915283,-0.11887935549020767,-0.05873025953769684,-0.02483499050140381,-0.02165764570236206,0.0036694929003715515 +132,-1.6944064960915932,-0.7139859070859861,2.2030081308064724,-0.7499915361404419,0.6548513174057007,0.09318165481090546,0.24676766991615295,-0.23725245893001556,-0.07059497386217117,-0.006874978542327881,0.0010783076286315918,-0.012432090938091278 +133,-1.6926526765779826,-0.7117390675242513,2.251369059425507,-0.75161212682724,0.6531516313552856,0.09204475581645966,0.4025878608226776,-0.37367624044418335,-0.05927274376153946,-0.02365642786026001,-0.026106953620910645,0.025264739990234375 +134,-1.6990602905296874,-0.7079866286161671,2.306933887042257,-0.7534322738647461,0.6503055691719055,0.09717167168855667,0.4507484436035156,-0.48190584778785706,-0.10220973193645477,-0.02836698293685913,-0.018317103385925293,0.0010949298739433289 +135,-1.7081226617275578,-0.7041365564689561,2.3827354909911147,-0.7549954056739807,0.6473760008811951,0.10433746129274368,0.6533139944076538,-0.6655020713806152,-0.11945466697216034,-0.008615434169769287,-0.007269740104675293,-0.037183523178100586 +136,-1.7159939538236897,-0.703804634757284,2.4720875321861553,-0.7543632984161377,0.6471229791641235,0.11030803620815277,0.7047602534294128,-0.6790890097618103,-0.0940890982747078,-0.01292484998703003,-0.006269097328186035,-0.052355170249938965 +137,-1.7271395018313558,-0.7016126402920694,2.5684893995610727,-0.7544862627983093,0.6454502940177917,0.11892936378717422,0.677219569683075,-0.7268368601799011,-0.21192802488803864,-0.05999726057052612,-0.016895055770874023,-0.035952113568782806 +138,-1.740813900762969,-0.6837320915789009,2.646406557740157,-0.7640433311462402,0.6316906213760376,0.13116708397865295,0.49846169352531433,-0.6176469326019287,-0.27265486121177673,-0.005823612213134766,0.027901053428649902,-0.06256353855133057 +139,-1.7590809589519643,-0.6651888397077695,2.7299050694104747,-0.7728949189186096,0.6172077059745789,0.1472686380147934,0.6629981398582458,-0.8263450264930725,-0.31941479444503784,-0.002938210964202881,0.03322863578796387,-0.02931821346282959 +140,-1.779838282864072,-0.6501156597618523,2.819257188137888,-0.7786847949028015,0.605278491973877,0.16519103944301605,0.5697790384292603,-0.7207825183868408,-0.2076341211795807,0.050855815410614014,0.012763500213623047,0.008835434913635254 +141,-1.7920863681885566,-0.6519810367454992,2.896510127518891,-0.7755001187324524,0.6067622900009155,0.17446763813495636,0.6664289832115173,-0.6563583612442017,-0.034638822078704834,0.07196319103240967,-0.0024074912071228027,-0.062391892075538635 +142,-1.810863912470182,-0.6713730056408677,2.9701708553751986,-0.760514497756958,0.6220616102218628,0.18616507947444916,0.4280105233192444,-0.4917886555194855,0.11449563503265381,-0.09902852773666382,0.05173611640930176,-0.07787342369556427 +143,-1.823892331978223,-0.6822775693889085,3.016251860899106,-0.7514121532440186,0.6305623650550842,0.1943470537662506,0.3478916585445404,-0.30791929364204407,0.03715461492538452,-0.00421828031539917,-0.011498093605041504,-0.08027233183383942 +144,-1.8320753461758537,-0.6933976607035843,3.030819650006308,-0.7429766058921814,0.6391539573669434,0.19866566359996796,0.06962405145168304,-0.06133303791284561,0.08264679461717606,-0.055103838443756104,-0.013574063777923584,-0.07091912627220154 +145,-1.8309348620193169,-0.6948701011679346,3.059920370776777,-0.7422924041748047,0.6402856707572937,0.1975758820772171,0.5803329348564148,-0.37901151180267334,-0.15658485889434814,-0.05249214172363281,0.0695684552192688,-0.13504540920257568 +146,-1.7736247088824317,-0.6921240939466455,-3.126564302515898,-0.7541100978851318,0.6381739377975464,0.15508751571178436,0.24000529944896698,0.4805952310562134,0.0031670425087213516,0.23370909690856934,-0.006612658500671387,0.24861431121826172 +147,-1.7998552001487542,-0.7060469406319659,3.121739871480989,-0.7410573363304138,0.6488308310508728,0.1727781593799591,-0.24522937834262848,0.09723499417304993,0.23802173137664795,-0.017655372619628906,0.033877789974212646,0.005322441458702087 +148,-1.8161710403751203,-0.7176166351122077,3.098553771123094,-0.7308087944984436,0.6575909852981567,0.18300975859165192,-0.18531060218811035,-0.38186800479888916,0.05685136839747429,-0.0005754828453063965,0.005174517631530762,-0.03724253177642822 +149,-1.8435338891565043,-0.7182797926646265,3.1106780188116527,-0.7251081466674805,0.6580904126167297,0.20281827449798584,0.24954697489738464,-0.303529292345047,-0.17984746396541595,-0.013813972473144531,-0.06510341167449951,-0.00631558895111084 +150,-1.8544212295789775,-0.7181163605012169,-3.130425604685242,-0.7229601740837097,0.6579673886299133,0.2107306569814682,0.21361447870731354,-0.34909307956695557,-0.057675641030073166,-0.06535458564758301,-0.023064494132995605,0.006066188216209412 +151,-1.8533967949603807,-0.6990974591155099,-3.114754579759065,-0.7350615859031677,0.6435271501541138,0.21344125270843506,0.11333402991294861,0.07142660021781921,-0.22004900872707367,-0.00189208984375,0.022518932819366455,-0.05856455862522125 +152,-1.835598072096316,-0.6852098020032888,-3.0914784854161397,-0.7472978234291077,0.6328354477882385,0.20264454185962677,0.020782772451639175,0.3004136085510254,0.05741436034440994,0.06333798170089722,0.05170416831970215,0.007590979337692261 +153,-1.8271524726207797,-0.7103696030433158,-3.0634112456253177,-0.7333459258079529,0.6521140336990356,0.19222725927829742,0.16332849860191345,-0.07939748466014862,0.3713754117488861,0.0706261396408081,0.09103482961654663,0.13338008522987366 +154,-1.9638570742627144,-0.7146333183454374,3.0415505373964544,-0.6977328062057495,0.6553404927253723,0.28930607438087463,-0.9294710159301758,-0.30968835949897766,0.2926066517829895,-0.007375895977020264,0.02721571922302246,-0.10066172480583191 +155,-2.05025221270029,-0.713572207228284,2.9902404974499985,-0.6707834005355835,0.654538631439209,0.34875333309173584,-0.023775052279233932,-0.7121092677116394,0.2093113660812378,-0.01552647352218628,-0.040204524993896484,-0.04643094539642334 +156,-2.12115741000961,-0.7358132494827484,2.964973455407345,-0.6318238973617554,0.6711902022361755,0.3876885175704956,0.04807431623339653,-0.5267572999000549,0.2526823878288269,-0.002926468849182129,-0.020143449306488037,0.02838820219039917 +157,-2.1605192993616877,-0.7634894982625885,2.9752883538653085,-0.600405752658844,0.6914465427398682,0.4017641842365265,0.4443145990371704,-0.4343847334384918,0.03832455351948738,-0.003018319606781006,0.00850456953048706,-0.07896453142166138 +158,-2.1569450712325224,-0.7787445819330197,3.035732009773497,-0.5929809212684631,0.7023863792419434,0.39373472332954407,0.4203917682170868,-0.1078081727027893,-0.17964836955070496,0.00562441349029541,0.01480722427368164,-0.04992365837097168 +159,-2.1337367563071483,-0.7866203904065591,3.0985404672849453,-0.5972617864608765,0.7079704999923706,0.37690404057502747,0.3050081729888916,-0.03002949245274067,-0.23823870718479156,-0.020780324935913086,0.01587611436843872,-0.007259756326675415 +160,-2.0940428515876373,-0.773420958476496,-3.1407796895151074,-0.6197888851165771,0.6985871195793152,0.3575442433357239,-0.059816624969244,0.21632465720176697,-0.1896454393863678,0.07541632652282715,0.06374204158782959,0.03338587284088135 +161,-2.0584309182127383,-0.75844410882778,3.1400311691277936,-0.6412979364395142,0.6877928376197815,0.34011468291282654,-0.023338379338383675,0.3902573585510254,-0.012474123388528824,0.09225618839263916,0.07288825511932373,0.029804229736328125 +162,-2.0411460218079878,-0.7623658454213201,3.1092049174654544,-0.6446712613105774,0.6906343698501587,0.3277546763420105,-0.34248802065849304,0.36440110206604004,0.2236841320991516,-0.022412419319152832,0.03264743089675903,0.06694445013999939 +163,-2.040076593551247,-0.7630004558349849,3.063273386246515,-0.6446303725242615,0.6910932064056396,0.3268668055534363,-0.2648826837539673,0.28999942541122437,0.12508507072925568,0.007606446743011475,-0.02565741539001465,0.004721879959106445 +164,-2.038651583127453,-0.7591414347858533,3.0296692890247647,-0.6474709510803223,0.6882988810539246,0.32714807987213135,-0.20631809532642365,0.21256448328495026,-0.007261468097567558,-0.05008453130722046,0.010278940200805664,0.039871543645858765 +165,-2.020941722893113,-0.750654583433193,3.01868304422352,-0.6583991050720215,0.6821175813674927,0.31816110014915466,-0.06814493983983994,0.27425751090049744,-0.050675682723522186,0.010419309139251709,0.0029410719871520996,0.013519197702407837 +166,-2.007634720576329,-0.7402586740306878,3.0048048805335346,-0.668963611125946,0.6744788885116577,0.3123551309108734,-0.157041996717453,0.23085525631904602,-0.10902751237154007,0.003924667835235596,0.01952129602432251,-0.021217375993728638 +167,-1.9899607271338622,-0.7258869583525912,2.9959857281820135,-0.6831636428833008,0.6637990474700928,0.30439770221710205,-0.13158194720745087,0.17554603517055511,0.012918157503008842,0.04166901111602783,0.013126492500305176,0.0015562176704406738 +168,-1.989700219573349,-0.7208746823667088,2.9743874946653577,-0.6862741708755493,0.6600419878959656,0.3055694103240967,-0.1865961253643036,0.1333829015493393,0.0011558791156858206,0.01766449213027954,0.004173159599304199,-0.026562422513961792 +169,-1.9888374839504765,-0.7235691476565321,2.966252859009691,-0.684909462928772,0.6620637774467468,0.3042539656162262,0.014771031215786934,0.027547435835003853,0.029733838513493538,-0.018001854419708252,0.0012814998626708984,-0.040688902139663696 +170,-1.97549568266497,-0.7302569854422267,2.978293047975389,-0.6848223805427551,0.6670610904693604,0.293339341878891,0.11757277697324753,0.01621435396373272,-0.016497042030096054,-0.012427985668182373,-0.05901360511779785,-0.02956068515777588 +171,-1.9683372699949973,-0.7311419402104553,2.9971453803784236,-0.6863601207733154,0.6677201390266418,0.2882009744644165,0.2521006166934967,-0.08034666627645493,-0.04515686258673668,-0.026164352893829346,0.00899195671081543,-0.06671962141990662 +172,-1.949295917835266,-0.7369924683652881,3.0271244030383166,-0.6880808472633362,0.6720638871192932,0.27363187074661255,0.10137839615345001,-0.012671238742768764,0.04982253536581993,-0.03716921806335449,0.003946065902709961,-0.0383567214012146 +173,-1.9355458402063506,-0.7413531869505103,3.041964102458639,-0.689034104347229,0.675286591053009,0.26309734582901,0.041752904653549194,0.04288088530302048,-0.06004489213228226,-0.0759652853012085,-0.03440219163894653,-0.008107662200927734 +174,-1.9222074104745608,-0.7310298015043146,3.056710436206518,-0.698989987373352,0.6676366925239563,0.2562696039676666,0.19285601377487183,-0.09786821156740189,-0.07815711200237274,-0.0246121883392334,0.0186273455619812,-0.054121166467666626 +175,-1.9000332069039418,-0.730570938625207,3.0982240182116922,-0.7047904133796692,0.667294979095459,0.2408074587583542,0.21478380262851715,-0.06616464257240295,-0.13450340926647186,-0.02018529176712036,-0.01905578374862671,0.012152820825576782 +176,-1.892391133195786,-0.721229555317024,3.121812379072307,-0.712492823600769,0.6603085398674011,0.23737430572509766,0.14722897112369537,-0.08555203676223755,-0.127146378159523,-0.012665808200836182,-0.0043942928314208984,-0.03345586359500885 +177,-1.8809531146506204,-0.7136983194215774,-3.1281725217330787,-0.7198767066001892,0.6546339988708496,0.23072075843811035,0.25256696343421936,-0.1752714067697525,-0.13257311284542084,0.042767882347106934,0.04296731948852539,-0.05214715003967285 +178,-1.8695554870515945,-0.719594617100364,-3.0793628917939246,-0.7187581062316895,0.6590798497200012,0.22136110067367554,0.37633103132247925,-0.201795756816864,-0.007121809292584658,0.04210704565048218,0.07741618156433105,0.009779125452041626 +179,-1.861029452017775,-0.733242329194673,-3.0516677388060294,-0.7119335532188416,0.6692821979522705,0.21263083815574646,0.024548402056097984,-0.007449063938111067,0.11665867269039154,0.07381099462509155,0.03651309013366699,0.07151830196380615 +180,-1.8886328228748697,-0.7434163095106221,-3.0898797334879275,-0.6992891430854797,0.6768068075180054,0.23005914688110352,-0.31004196405410767,0.02710762247443199,0.18638016283512115,0.03418910503387451,0.044308245182037354,-0.0053277164697647095 +181,-1.913614997366947,-0.7552701668782378,-3.1259438596249525,-0.6857200264930725,0.6854854226112366,0.2447413206100464,-0.011351704597473145,-0.07864747196435928,0.025453977286815643,-0.047892093658447266,-0.04269355535507202,0.0578862726688385 +182,-1.9114898088500956,-0.7512522853964299,-3.1028977161370803,-0.6888288259506226,0.6825544834136963,0.24420176446437836,0.32173803448677063,-0.2948494553565979,-0.08818081766366959,-0.016707181930541992,-0.03921329975128174,0.07438653707504272 +183,-1.9159122521228078,-0.7490389493061086,-3.0441766527374896,-0.6891618371009827,0.680935263633728,0.24775604903697968,0.45999807119369507,-0.38074105978012085,-0.22044436633586884,-0.01892220973968506,-0.004009664058685303,0.03254793584346771 +184,-1.9133056144272724,-0.735153060237211,-2.9797994780581414,-0.6986448764801025,0.6707006692886353,0.24911066889762878,0.38096991181373596,-0.38136905431747437,-0.2867719531059265,0.049154460430145264,-0.0013890862464904785,0.041950732469558716 +185,-1.9126920220852117,-0.7219158753137915,-2.923511365740836,-0.7071002721786499,0.6608238220214844,0.25163665413856506,0.2688552737236023,-0.3118389844894409,-0.24913325905799866,0.009972035884857178,0.06624215841293335,0.022716373205184937 +186,-1.9050501838634843,-0.7075881626382768,-2.8833348016639233,-0.7178738117218018,0.6500028371810913,0.24930663406848907,0.24277926981449127,-0.10359416157007217,-0.21642369031906128,0.05747336149215698,0.07005947828292847,0.01821044087409973 +187,-1.896236701715325,-0.7053379170171283,-2.851890397293967,-0.7214270830154419,0.6482911705970764,0.24343706667423248,0.12151850759983063,-0.11876552551984787,0.011649374850094318,0.0829535722732544,0.023065030574798584,0.02642989158630371 +188,-1.899706971410294,-0.7130069926647193,-2.847018539546761,-0.7158514857292175,0.6541112065315247,0.2443259358406067,0.02965577319264412,0.013550697825849056,0.010896067135035992,0.01246708631515503,0.034395813941955566,0.038236260414123535 +189,-1.907583681649669,-0.7084450650730247,-2.8607773832216594,-0.7167137265205383,0.6506537795066833,0.25094032287597656,-0.1925184428691864,-0.11465254426002502,-0.08152227848768234,-0.048346638679504395,0.042888641357421875,0.07172200083732605 +190,-1.9289700619831855,-0.6855324756426396,-2.8845688700360417,-0.7249578833580017,0.633085310459137,0.2713657021522522,-0.2274523675441742,0.17975719273090363,-0.2703626751899719,0.055631041526794434,0.04738050699234009,-0.003253549337387085 +191,-1.9354365514367826,-0.6651169245883132,-2.898932081605949,-0.7351113557815552,0.617151141166687,0.2805992066860199,-0.1470526158809662,0.067670077085495,0.03380148857831955,0.09437954425811768,0.059896647930145264,-0.016667813062667847 +192,-1.9442400788554957,-0.6887097236030273,-2.9098271946670393,-0.7188529968261719,0.635541558265686,0.28166839480400085,0.00202037300914526,-0.029858410358428955,0.20300649106502533,0.00497061014175415,-0.03671044111251831,0.02893945574760437 +193,-1.9593689416308897,-0.6888031680622203,-2.944597218536583,-0.7144548892974854,0.6356136798858643,0.29248878359794617,-0.42673173546791077,0.2736011743545532,0.07111866772174835,0.03697991371154785,0.03410983085632324,-0.036537766456604004 +194,-1.949911344985481,-0.6896079480072334,-2.9818509668343025,-0.7167136073112488,0.6362347602844238,0.28552931547164917,-0.13339398801326752,0.2282230257987976,0.1276748925447464,-0.007361710071563721,0.053904950618743896,0.08121570944786072 +195,-1.9569389220258866,-0.6870156595190694,-3.027899312472329,-0.7162149548530579,0.6342326998710632,0.29117923974990845,-0.40556594729423523,0.20444349944591522,0.14259646832942963,0.06031590700149536,0.07183730602264404,-0.050746411085128784 +196,-1.9680701878247961,-0.6990485183154245,-3.080952058881919,-0.7058405876159668,0.64348965883255,0.296159029006958,-0.2329637110233307,0.26163870096206665,0.3334024250507355,0.020476818084716797,0.04288119077682495,-0.06901669502258301 +197,-1.9683853628507173,-0.7187620964526521,-3.122544308494767,-0.6939147114753723,0.6584535241127014,0.2914123833179474,-0.24865804612636566,0.2644334137439728,0.2878979742527008,-0.02306520938873291,-0.004187226295471191,-0.03701785206794739 +198,-1.9675412137274695,-0.7311509093936496,3.1223736662890498,-0.6865836977958679,0.6677268147468567,0.2876521348953247,-0.10313881933689117,0.20484739542007446,0.17643879354000092,-0.02366715669631958,-0.02165442705154419,-0.05773270130157471 +199,-1.9564855783257145,-0.744462453300914,3.1121125409288064,-0.6814253926277161,0.6775765419006348,0.2766755223274231,0.0700952559709549,0.14859464764595032,0.10914689302444458,-0.03177034854888916,-0.001810610294342041,-0.015078812837600708 +200,-1.9420844831379347,-0.7517199746927041,3.116967351091657,-0.6807383298873901,0.6828962564468384,0.26504263281822205,-0.036198392510414124,0.10241711884737015,0.06252075731754303,-0.03183180093765259,-0.02814161777496338,0.03093165159225464 +201,-1.9467660514331422,-0.7477362733778258,3.1010880556912053,-0.682015597820282,0.6799806952476501,0.2692236006259918,-0.046310581266880035,0.03882044181227684,0.0166087057441473,-0.027563929557800293,-0.01875627040863037,-0.05143457651138306 +202,-1.9404352335603192,-0.746092469234858,3.113021480691619,-0.6847473978996277,0.6787744760513306,0.2653038799762726,0.11726856976747513,-0.10620837658643723,-0.022734342142939568,-0.028555095195770264,-0.005266845226287842,-0.013884812593460083 +203,-1.9366190496780047,-0.7450168380572001,3.132152205343585,-0.6864361763000488,0.6779841780662537,0.26294979453086853,0.14245209097862244,-0.1530032753944397,-0.05882204696536064,-0.019710004329681396,-0.010992109775543213,-0.04020208120346069 +204,-1.929200150008383,-0.7457288679207204,-3.115888080525808,-0.6879162192344666,0.678507387638092,0.2576807737350464,0.30910420417785645,-0.2311057150363922,-0.07185240089893341,-0.015315711498260498,0.000340878963470459,-0.04576629400253296 +205,-1.9199034809753857,-0.7516472140421135,-3.067388532321716,-0.6864964365959167,0.6828430891036987,0.24989637732505798,0.32817357778549194,-0.23104286193847656,-0.041181210428476334,3.4570693969726562e-06,0.007769763469696045,-0.011020034551620483 +206,-1.9151572279631501,-0.7582006545607766,-3.028960011770659,-0.6834474205970764,0.6876161098480225,0.2451191544532776,0.22692179679870605,-0.20271673798561096,-0.03306495025753975,0.005911529064178467,0.012502849102020264,0.0143413245677948 +207,-1.9254477395092804,-0.7598776351147412,-3.020099685691859,-0.6798068284988403,0.6888327598571777,0.25173836946487427,0.027718909084796906,-0.12249015271663666,-0.022358400747179985,0.013394415378570557,0.035151004791259766,-0.030424833297729492 +208,-1.9313133517635108,-0.7622118453368383,-3.0165186686971217,-0.6768120527267456,0.6905229687690735,0.2551535665988922,-0.03011656552553177,-0.001521626953035593,-0.0007433909922838211,0.06214231252670288,0.07330143451690674,0.010608643293380737 +209,-1.9288049304184052,-0.7699850168172703,-3.0332213486652515,-0.672402560710907,0.6961244940757751,0.25156664848327637,-0.29830873012542725,0.3551536500453949,0.14911429584026337,0.08838754892349243,0.08414900302886963,0.15106704831123352 +210,-1.9573729027240196,-0.771711609081606,-3.1144620365077764,-0.6638282537460327,0.697363018989563,0.27021703124046326,-0.3555087447166443,0.17974890768527985,0.1234532818198204,-0.0048577189445495605,0.012445390224456787,-0.005232900381088257 +211,-1.9793634277998993,-0.7664016976447221,3.118423667851137,-0.661114513874054,0.6935474872589111,0.2862154245376587,-0.2539440095424652,0.034644920378923416,0.10633156448602676,0.05791938304901123,0.008402526378631592,-0.02980676293373108 +212,-1.997946848103423,-0.7678143039340926,3.0879681334450524,-0.6547896265983582,0.6945644617080688,0.29804497957229614,-0.26814618706703186,0.21319040656089783,0.058803290128707886,0.0033919215202331543,0.020386040210723877,0.015355318784713745 +213,-1.9952908974796442,-0.7516577752526225,3.0337391686055617,-0.6657188534736633,0.6828507781028748,0.3008878529071808,-0.549327552318573,0.5079816579818726,0.05338194593787193,0.09415507316589355,0.07480919361114502,-0.01528903841972351 +214,-1.9859367747792047,-0.7454286835618568,2.970764429022803,-0.6723830699920654,0.6782868504524231,0.2963571846485138,-0.40503373742103577,0.5328999161720276,0.26272544264793396,0.09047400951385498,0.08511024713516235,0.02038472890853882 +215,-1.9857530950010063,-0.7537562093692665,2.8862861757465996,-0.6672451496124268,0.6843823194503784,0.293946236371994,-0.6515499949455261,0.6525501608848572,0.2704424262046814,0.005822539329528809,-0.012110710144042969,0.014662683010101318 +216,-1.9851382516790046,-0.7569497113714528,2.798765550530178,-0.6654221415519714,0.6867072582244873,0.29265472292900085,-0.4705648422241211,0.5134564638137817,0.3025728464126587,-0.02747952938079834,-0.005722761154174805,-0.017172574996948242 +217,-1.9803364265776862,-0.7597123529858816,2.730121681716925,-0.6650766134262085,0.6887128949165344,0.2886994779109955,-0.4209487736225128,0.5256062746047974,0.12677402794361115,-0.04448753595352173,-0.019416749477386475,0.01856669783592224 +218,-1.9748780741940124,-0.7513817498628788,2.671103749389045,-0.6718948483467102,0.6826491355895996,0.287310928106308,-0.4962078332901001,0.4717940092086792,0.11181744188070297,-0.0041915178298950195,-0.0024886131286621094,-0.0014374256134033203 +219,-1.9715243053884817,-0.7455492296610086,2.6104501601091563,-0.6765095591545105,0.6783754229545593,0.2866043448448181,-0.36478033661842346,0.4255683720111847,0.1366264969110489,-0.0018047094345092773,-0.00924694538116455,-0.011183112859725952 +220,-1.964914474514153,-0.7441334009433335,2.5615923109607412,-0.6792750358581543,0.6773345470428467,0.2824949026107788,-0.31837964057922363,0.3873257040977478,0.10763788223266602,-0.013199329376220703,-0.02962946891784668,-0.015191435813903809 +221,-1.960098677896894,-0.7378620351548186,2.5097413650018305,-0.6845441460609436,0.6727075576782227,0.280827134847641,-0.35474956035614014,0.3500116467475891,0.1119549572467804,0.009174883365631104,0.013129234313964844,-0.09341859817504883 +222,-1.950535807538573,-0.743669952310591,2.4729737163385854,-0.6835579872131348,0.6769934892654419,0.2728152871131897,-0.1185600534081459,0.31678545475006104,0.2217048853635788,-0.01973479986190796,0.02271348237991333,-0.03223004937171936 +223,-1.9377869002475803,-0.7614068182163155,2.4509026002430727,-0.6756648421287537,0.6899404525756836,0.25972896814346313,-0.11440267413854599,0.2148897796869278,0.145281121134758,-0.09122657775878906,-0.04873567819595337,0.0399993360042572 +224,-1.9377569873623601,-0.7584196137025578,2.416422283521648,-0.6775933504104614,0.6877750754356384,0.26044702529907227,-0.26573002338409424,0.20946387946605682,0.01988537423312664,-0.0344732403755188,-0.0436863899230957,-0.03577664494514465 +225,-1.9337427854874574,-0.7554608459683448,2.402197576967799,-0.6805329918861389,0.6856242418289185,0.2584463655948639,0.06085407733917236,0.04717381298542023,0.00828250776976347,-0.03104543685913086,-0.009629309177398682,-0.045982927083969116 +226,-1.912706823988691,-0.7567289010538699,2.4217367208785148,-0.6849986910820007,0.6865467429161072,0.24378274381160736,0.12739060819149017,0.01774704083800316,-0.0167628675699234,-0.03274410963058472,-0.0057454705238342285,-0.017586514353752136 +227,-1.8947033410170067,-0.7587504834570384,2.4545230285079103,-0.6879594922065735,0.6880152225494385,0.2309694141149521,0.2684410512447357,-0.11909647285938263,-0.07317541539669037,-0.042310893535614014,-0.04462838172912598,-0.0037965774536132812 +228,-1.8851158023438477,-0.7488639570582356,2.4795873276253855,-0.6965770721435547,0.6808071136474609,0.22645500302314758,0.13404212892055511,-0.06581448763608932,-0.08540298044681549,-0.004411637783050537,-0.05107694864273071,-0.06567314267158508 +229,-1.8601370323896127,-0.7496108114135303,2.532853324977346,-0.7015286087989807,0.6813539266586304,0.2088415026664734,0.7501387000083923,-0.23050722479820251,-0.045998714864254,-0.06221961975097656,0.004620254039764404,-0.11290952563285828 +230,-1.8001142804700592,-0.7675870847860226,2.6871013276549514,-0.7007507085800171,0.69440096616745,0.1635720580816269,1.0123556852340698,-0.6740921139717102,-0.29267337918281555,-0.05883181095123291,-0.06567782163619995,0.09251618385314941 +231,-1.7957524124449162,-0.7567291384776419,2.7847205039143885,-0.7087658047676086,0.6865469217300415,0.16218627989292145,0.5417047739028931,-0.5655966997146606,-0.21419858932495117,-0.06058233976364136,0.056983351707458496,-0.044052720069885254 +232,-1.8079996888715935,-0.7447139298856839,2.837794785187618,-0.7146929502487183,0.6777614951133728,0.17278032004833221,0.05851934105157852,-0.3811067044734955,-0.14314217865467072,0.021898269653320312,0.07857078313827515,-0.04506424069404602 +233,-1.8371983092286364,-0.7431616145412,2.8552615963473227,-0.7103586196899414,0.676619291305542,0.1938485950231552,0.0831904485821724,-0.3471428155899048,0.04980495572090149,0.07916349172592163,0.03239566087722778,-0.03382965922355652 +234,-1.8756961103217669,-0.7573055019540346,2.8565375500609056,-0.6931724548339844,0.6869658827781677,0.21815043687820435,0.029327012598514557,-0.2483874261379242,0.09850360453128815,-0.03287118673324585,-0.006744384765625,-0.026240721344947815 +235,-1.8986968549966652,-0.7557810314435719,2.851128363486094,-0.6889625191688538,0.6858572363853455,0.23437179625034332,0.18459461629390717,-0.35831010341644287,-0.07365991175174713,0.014752984046936035,0.04444354772567749,-0.09641709923744202 +236,-1.8966193230800643,-0.7569150653289521,2.9056048650847632,-0.6887110471725464,0.6866821050643921,0.2326909750699997,0.488565057516098,-0.404295414686203,-0.16064277291297913,0.03987675905227661,0.016214072704315186,0.09946241974830627 +237,-1.9059295137326864,-0.745375979838521,2.9308422569807657,-0.6939513683319092,0.6782481670379639,0.241682767868042,-0.06492958962917328,-0.1564262956380844,-0.15993860363960266,0.06586921215057373,0.06068909168243408,0.026856616139411926 +238,-1.9087669972621273,-0.7366261800301362,2.953996404491059,-0.6988351941108704,0.6717926263809204,0.24560929834842682,0.1622667908668518,-0.2587968409061432,-0.04165690764784813,0.10835063457489014,0.11582022905349731,0.03344342112541199 +239,-1.918540048296605,-0.7408754979342314,2.971231571985525,-0.693711519241333,0.6749342083930969,0.25145217776298523,0.004197925794869661,-0.07520139217376709,-0.010408179834485054,0.10029727220535278,0.032386958599090576,0.0669529139995575 +240,-1.9387089088059786,-0.7461173849502176,2.9668645135469562,-0.6851886510848999,0.6787927746772766,0.2641153037548065,-0.021376393735408783,-0.029692556709051132,-0.04230572283267975,0.0535358190536499,0.020364880561828613,0.049788445234298706 +241,-1.9540227837171742,-0.7445210445124729,2.9475397350485766,-0.68206787109375,0.6776196360588074,0.27498161792755127,-0.18344536423683167,-0.004558822140097618,0.03012678772211075,0.044799864292144775,0.10469835996627808,-0.017047077417373657 +242,-1.9542543954726384,-0.7584795569744445,2.9507707520407185,-0.6731667518615723,0.6878185868263245,0.27157431840896606,0.12429788708686829,0.0625365599989891,0.018503712490200996,0.07877582311630249,-0.020948410034179688,0.0596330463886261 +243,-1.9562811946926149,-0.7586183049899363,2.9336736948223257,-0.6725263595581055,0.6879192590713501,0.2729022204875946,-0.35045087337493896,0.1939079314470291,-0.07345074415206909,0.011012077331542969,0.016975820064544678,0.050767332315444946 +244,-1.9622481437979005,-0.7392039042856668,2.8944716422149743,-0.6831037998199463,0.6736997961997986,0.28195318579673767,-0.1767195612192154,0.24397382140159607,-0.06087450683116913,0.053541481494903564,0.07004398107528687,0.032377809286117554 +245,-1.9574638984730033,-0.728790246632692,2.8570600740351484,-0.690905749797821,0.6659676432609558,0.2813124656677246,-0.47615882754325867,0.37961190938949585,0.06841179728507996,0.09306621551513672,0.0029625296592712402,0.044737398624420166 +246,-1.9579972732385704,-0.7243598648856652,2.789271162475471,-0.6934806108474731,0.6626561880111694,0.2827921509742737,-0.48997050523757935,0.47910651564598083,0.21490183472633362,0.00323408842086792,0.02943664789199829,-0.016907721757888794 +247,-1.9341163531565702,-0.7184870106936837,2.723995425445933,-0.7036613821983337,0.6582464575767517,0.2675306499004364,-0.5598625540733337,0.988440215587616,0.06892245262861252,-0.06861650943756104,-0.0017217397689819336,-0.0016157329082489014 +248,-1.9122847903241107,-0.7018876714209675,2.649698042245615,-0.7195309400558472,0.6456602811813354,0.2557302713394165,-0.5139076113700867,0.407900333404541,0.021228469908237457,-0.004391729831695557,-0.017517030239105225,-0.12384858727455139 +249,-1.913055267714861,-0.6952071080444268,2.60224057142726,-0.7233810424804688,0.6405444741249084,0.2577265799045563,-0.19090378284454346,0.16870659589767456,0.07876503467559814,-0.055000364780426025,0.009128987789154053,-0.157125324010849 +250,-1.9158156482018727,-0.6995847913816247,2.580706234394597,-0.7200209498405457,0.6439000368118286,0.25877147912979126,-0.05162879079580307,0.08627115190029144,0.08157137036323547,-0.07041484117507935,-0.0017338991165161133,-0.10107183456420898 +251,-1.8945271102181758,-0.7004987416774985,2.5788420239263297,-0.7248079776763916,0.6445990800857544,0.2431984692811966,-0.07417941093444824,0.17417852580547333,0.06016590818762779,-0.0018155574798583984,-0.028082966804504395,-0.053592801094055176 +252,-1.8760749956493452,-0.7044216067935577,2.5828439060160693,-0.7267543077468872,0.6475932002067566,0.22902175784111023,0.03535814955830574,0.11064102500677109,-0.0004073302261531353,-0.05060458183288574,-0.010203182697296143,-0.007204815745353699 +253,-1.867573377120608,-0.701598396329572,2.580713330192933,-0.7304205298423767,0.6454393863677979,0.22336873412132263,0.021189693361520767,-0.005573580041527748,0.035739608108997345,-0.02818530797958374,0.017997384071350098,-0.01835159957408905 +254,-1.8656459479040555,-0.704816383793465,2.5872558948526594,-0.7288587093353271,0.6478939652442932,0.22135582566261292,0.17310093343257904,-0.09411336481571198,0.029036710038781166,-0.011970758438110352,-0.006200850009918213,-0.04052388668060303 +255,-1.8568499035800916,-0.7052623410208098,2.6060823342268766,-0.7305004000663757,0.6482335925102234,0.21485476195812225,-0.004076954908668995,0.009723272174596786,-0.05951797589659691,-0.014311671257019043,-0.013330578804016113,0.025990039110183716 +256,-1.861482701951043,-0.699716533214537,2.6064320524065634,-0.7329298853874207,0.6440008282661438,0.21926362812519073,0.07394418865442276,-0.08541379868984222,-0.026337062940001488,-0.0022842884063720703,-0.003909945487976074,-0.035669922828674316 +257,-1.8620941856157636,-0.7018550890150543,2.630290909218818,-0.7314749360084534,0.6456354260444641,0.219315767288208,0.26432114839553833,-0.21503879129886627,-0.019388940185308456,-0.02034085988998413,0.01842707395553589,-0.014390230178833008 +258,-1.8615224555409253,-0.7050110719077529,2.652907349388832,-0.7296444773674011,0.6480422616004944,0.2183123528957367,0.01716148853302002,-0.13071054220199585,-0.010976539924740791,-0.017120659351348877,-0.012055933475494385,0.002894282341003418 +259,-1.8725733823601596,-0.7041183066996473,2.6632249647625947,-0.727739691734314,0.6473620533943176,0.22653403878211975,0.1891820877790451,-0.22724491357803345,-0.013818275183439255,-0.0030495524406433105,-0.0028765201568603516,-0.08159074187278748 +260,-1.8696183987159307,-0.7108457495724282,2.703678108086934,-0.7242271900177002,0.6524749398231506,0.2230953425168991,0.36768999695777893,-0.23773108422756195,-0.020682301372289658,-0.026062726974487305,0.03671884536743164,-0.025814533233642578 +261,-1.869284883064279,-0.7188541408509789,2.736994517993224,-0.7192843556404114,0.6585227847099304,0.221310093998909,0.10047972202301025,-0.12299446761608124,-0.005494460929185152,0.002929866313934326,-0.043990254402160645,-0.01314970850944519 +262,-1.8717878424250198,-0.7144840042010105,2.749427513884324,-0.7214697003364563,0.6552277207374573,0.2239607721567154,0.13164009153842926,-0.09625490754842758,-0.0647461786866188,0.020023107528686523,0.025451719760894775,-0.02472671866416931 +263,-1.8683583015757805,-0.7155357783130539,2.762066900247463,-0.7215742468833923,0.6560218930244446,0.221282958984375,-0.013112093321979046,-0.037025727331638336,-0.053182441741228104,0.010331511497497559,0.01182478666305542,0.020843505859375 +264,-1.8759944798973698,-0.7156387985203797,2.763245128888928,-0.719798743724823,0.6560996174812317,0.22676613926887512,0.04641130939126015,-0.11159299314022064,0.03578625246882439,0.03300070762634277,0.022870659828186035,0.020166873931884766 +265,-1.8898282335261491,-0.7198253369450517,2.756877318199307,-0.7139787673950195,0.6592533588409424,0.2358381450176239,-0.10731486976146698,-0.04350901395082474,-0.011747708544135094,0.016896188259124756,0.009081661701202393,0.0406511127948761 +266,-1.908076173873938,-0.7156889740469966,2.7416064812122514,-0.7121236324310303,0.6561375260353088,0.2497270107269287,-0.0429038368165493,-0.09623648971319199,-0.02983091026544571,0.008098423480987549,0.03481101989746094,0.02502274513244629 +267,-1.9196044706080302,-0.7195199850724688,2.752283685705695,-0.7068301439285278,0.6590237021446228,0.25705885887145996,0.21803845465183258,-0.18810246884822845,-0.027288414537906647,0.04702478647232056,-0.0030330419540405273,0.009542733430862427 +268,-1.9216567749399363,-0.7249090049887045,2.7707681935924766,-0.7029553055763245,0.6630673408508301,0.25728437304496765,0.054612644016742706,-0.10137896239757538,-0.022315319627523422,0.012403666973114014,0.03050553798675537,0.047326743602752686 +269,-1.9325482128420366,-0.7273658427588604,2.7797360260451254,-0.6985859870910645,0.6649044156074524,0.2643479108810425,0.11276517808437347,-0.11725202202796936,-0.033110156655311584,0.04270219802856445,0.022107303142547607,0.01476585865020752 +270,-1.936444188939667,-0.731349519332658,2.78975701236416,-0.6950715184211731,0.6678746342658997,0.2661183476448059,0.06361979991197586,-0.05862489342689514,-0.02449847385287285,0.02412736415863037,0.03140503168106079,0.02518722414970398 +271,-1.940661292709962,-0.7329518003769209,2.790846586449383,-0.6929444670677185,0.669066309928894,0.2686600089073181,-0.011025877669453621,0.00419215764850378,-0.013454972766339779,0.03182697296142578,0.02233988046646118,0.016831964254379272 +272,-1.9403329197031172,-0.7356031957749093,2.7892377798935195,-0.691376268863678,0.6710345149040222,0.26779085397720337,0.0017049689777195454,0.06288768351078033,0.016288997605443,0.03187602758407593,0.026688992977142334,0.019135504961013794 +273,-1.9365331787491238,-0.7390983908443073,2.782083527635613,-0.690194308757782,0.6736218333244324,0.2643214762210846,-0.10237156599760056,0.14218224585056305,0.0007203300483524799,0.009606480598449707,0.017570853233337402,0.03118029236793518 +274,-1.9347777421934034,-0.7360645851819422,2.763240269923585,-0.6925637125968933,0.6713765263557434,0.26383575797080994,-0.18599316477775574,0.21596752107143402,0.0012004030868411064,0.03162926435470581,0.017130613327026367,0.019703179597854614 +275,-1.9341773602604766,-0.7302848981027282,2.729569385196479,-0.696337103843689,0.667081892490387,0.26479458808898926,-0.2944521903991699,0.28949207067489624,0.017874624580144882,0.00964587926864624,0.024110615253448486,0.0060946643352508545 +276,-1.9287775947732881,-0.7235578862264477,2.691358448149407,-0.7019439935684204,0.6620553135871887,0.26259714365005493,-0.26224029064178467,0.29346105456352234,0.04785798490047455,0.0038391947746276855,0.01656395196914673,-0.023461490869522095 +277,-1.920196053930922,-0.7207874541893138,2.66104090340549,-0.7058923840522766,0.6599764823913574,0.2571907341480255,-0.16277192533016205,0.26304712891578674,0.07047145813703537,0.003850698471069336,0.007381916046142578,-0.032032012939453125 +278,-1.908904998172141,-0.7214666757605877,2.638656043376816,-0.7083281874656677,0.66048663854599,0.24905548989772797,-0.1251378208398819,0.21620406210422516,0.06043476238846779,-0.0098724365234375,0.00668865442276001,-0.02501070499420166 +279,-1.9023680921400845,-0.7190696546208141,2.6092298246867944,-0.7114359736442566,0.6586849689483643,0.24493460357189178,-0.2960956394672394,0.3029535412788391,0.07662885636091232,0.023569822311401367,0.016760587692260742,-0.0639042854309082 +280,-1.8963856625787643,-0.7236161161015504,2.5719952615845028,-0.7100437879562378,0.6620989441871643,0.23971372842788696,-0.25571173429489136,0.34856924414634705,0.1467331200838089,-0.023263096809387207,-0.002339482307434082,-0.08973515033721924 +281,-1.8867591022148258,-0.7309680055690448,2.5377222586098958,-0.7076727151870728,0.6675906777381897,0.2313486635684967,-0.19397789239883423,0.33793139457702637,0.12713825702667236,-0.07238715887069702,-0.006656229496002197,-0.060938477516174316 +282,-1.8738741678636546,-0.7269143579179246,2.492615429008596,-0.7131718397140503,0.6645671129226685,0.22301726043224335,-0.4169968068599701,0.4582996964454651,0.06493937224149704,-0.015710115432739258,-0.003937840461730957,-0.03988119959831238 +283,-1.868604854466985,-0.7262089964702264,2.439777112996652,-0.7147848010063171,0.6640399098396301,0.21939368546009064,-0.33891087770462036,0.3910628855228424,0.10620414465665817,-0.023725271224975586,-0.025795280933380127,-0.05943585932254791 +284,-1.8616716563416302,-0.7294908348053757,2.3996238666255474,-0.7141970992088318,0.6664901375770569,0.21380653977394104,-0.17482724785804749,0.2737290561199188,0.10596553981304169,-0.03606230020523071,-0.00898897647857666,-0.08792153000831604 +285,-1.8500709751864466,-0.7363670391185204,2.386186800305837,-0.7122073769569397,0.6716006398200989,0.2042391002178192,-0.08494667708873749,0.1822773665189743,0.08858177065849304,-0.04247713088989258,-0.0244295597076416,0.005767613649368286 +286,-1.850747498594804,-0.7380914552956185,2.3553406543766657,-0.7109549045562744,0.672877311706543,0.20440058410167694,-0.20669156312942505,0.1566106528043747,0.09797925502061844,-0.009427845478057861,-0.012019038200378418,-0.07863757014274597 +287,-1.8430301452016702,-0.7491224118882731,2.351160951687397,-0.7053185105323792,0.6809963583946228,0.1968999207019806,0.08538936823606491,0.057255279272794724,0.07664602994918823,-0.050403475761413574,-0.0038571953773498535,-0.03126576542854309 +288,-1.829795551119498,-0.7503919944958188,2.3556337373566416,-0.7070264220237732,0.6819255352020264,0.1873268187046051,-0.01566515490412712,0.060991209000349045,0.06334901601076126,-0.0031633973121643066,0.028081238269805908,0.001943245530128479 +289,-1.8337531183332658,-0.756775152364479,2.343220925283591,-0.7020620107650757,0.6865803599357605,0.1889881193637848,-0.1351921111345291,0.03711952269077301,0.12745606899261475,0.013463318347930908,0.015812218189239502,-0.014366626739501953 +290,-1.8414779030255322,-0.7666208894842516,2.3268277725319733,-0.694033682346344,0.6937053799629211,0.19258882105350494,0.0024087047204375267,0.023010052740573883,0.06728968024253845,-0.017895758152008057,0.010686159133911133,-0.05384060740470886 +291,-1.8344648483102444,-0.7708332719342362,2.3270635881931048,-0.6925395131111145,0.6967332363128662,0.18695348501205444,-0.1232600212097168,0.0766376405954361,0.017582105472683907,-0.017177224159240723,0.009367167949676514,0.015240654349327087 +292,-1.8406112522838407,-0.7711978671712825,2.304539948912878,-0.6911326050758362,0.6969947218894958,0.1911388784646988,-0.11657892912626266,0.057671625167131424,0.08816097676753998,-0.0010365843772888184,-0.00502389669418335,-0.025077462196350098 +293,-1.8460072170605195,-0.7735592849425129,2.285842198575595,-0.6885053515434265,0.6986860632896423,0.19441761076450348,-0.1382935643196106,0.06805267184972763,0.02191518060863018,-0.027452290058135986,-0.018617093563079834,-0.028432488441467285 +294,-1.8433934524859399,-0.7687821616686354,2.2808273713822724,-0.6922175884246826,0.6952604055404663,0.19351372122764587,0.01750977709889412,0.011225784197449684,-0.022685369476675987,-0.007733523845672607,-0.011437833309173584,-0.02369871735572815 +295,-1.8383941163666153,-0.766508610616885,2.2862754065913244,-0.6946991682052612,0.6936244964599609,0.1904682070016861,-0.001086147502064705,-0.0400531180202961,-0.01601007580757141,-0.024157583713531494,-0.020772933959960938,-0.006264090538024902 +296,-1.8378995840602776,-0.7611372929186815,2.2975760899907605,-0.6983768343925476,0.6897453665733337,0.19110523164272308,0.13046635687351227,-0.11208735406398773,-0.09844288975000381,-0.029574215412139893,-0.01881641149520874,-0.026829123497009277 +297,-1.8285878148651022,-0.7545169919522425,2.3330214761737347,-0.7045262455940247,0.6849368214607239,0.18575406074523926,0.27732980251312256,-0.2302037924528122,-0.090296670794487,-0.013979732990264893,-0.022934257984161377,-0.005883440375328064 +298,-1.8225119328013308,-0.7499432115874977,2.3778066057256613,-0.7086683511734009,0.6815972328186035,0.18224838376045227,0.33820226788520813,-0.27125367522239685,-0.15649205446243286,-0.02494370937347412,-0.006456851959228516,-0.014218568801879883 +299,-1.8166790947654712,-0.7441689924519141,2.4304256398529303,-0.7135247588157654,0.6773607134819031,0.1790667623281479,0.402459979057312,-0.33385202288627625,-0.14781051874160767,-0.00804811716079712,-0.011009395122528076,-0.028004765510559082 +300,-1.810318298865666,-0.7435361413455741,2.4986433093882954,-0.7150654196739197,0.676895022392273,0.1746262013912201,0.5400578379631042,-0.4510396718978882,-0.12784993648529053,-0.028266429901123047,-0.017730653285980225,-0.036045923829078674 +301,-1.800875330262056,-0.7416944943052152,2.578829076442308,-0.7178952097892761,0.6755383014678955,0.16815023124217987,0.6239297389984131,-0.4665481746196747,-0.15164780616760254,-0.016739189624786377,0.002363920211791992,-0.06349015235900879 +302,-1.7838379384112042,-0.7467388126912683,2.691495017050129,-0.7173160910606384,0.6792489886283875,0.1551728993654251,0.9067563414573669,-0.6557871103286743,-0.1773754358291626,-0.09439051151275635,0.020946383476257324,-0.02181112766265869 +303,-1.7537069803658605,-0.7512580191435061,2.8300011220401866,-0.7186393141746521,0.6825587153434753,0.13293257355690002,1.246201753616333,-0.6331160068511963,-0.19954951107501984,-0.0740700364112854,-0.06701922416687012,-0.04589654505252838 +304,-1.7192502092392985,-0.7324978975998878,2.9536688477373243,-0.7353283762931824,0.6687289476394653,0.10997141152620316,-0.09992316365242004,-0.07799734175205231,-0.3867691457271576,-0.012687921524047852,-0.07713049650192261,0.036635033786296844 +305,-1.7440942272367572,-0.6693924347484872,2.877811030000512,-0.7724527716636658,0.6205096244812012,0.13522082567214966,-0.5342645645141602,-0.18762481212615967,-0.5274950265884399,0.21659034490585327,0.14064455032348633,-0.21996808052062988 +306,-1.8220249518420826,-0.6528979895488346,2.827203211923446,-0.7693910002708435,0.6074908971786499,0.19746503233909607,-0.10725819319486618,-0.27633169293403625,0.3218596577644348,0.062680184841156,0.1917949914932251,-0.05957138538360596 +307,-1.8504334120311592,-0.710018577141921,2.861965945402667,-0.7288921475410461,0.6518478393554688,0.20930972695350647,0.32448428869247437,-0.6780650019645691,0.5604597330093384,-0.06343567371368408,-0.00139617919921875,0.16878783702850342 +308,-1.9021538374682518,-0.753909670809538,2.8374037435847765,-0.689361035823822,0.6844941973686218,0.23716939985752106,-0.16246119141578674,-0.1892058551311493,0.19059422612190247,-0.14691221714019775,-0.05993664264678955,-0.052202314138412476 +309,-1.9444793249028298,-0.751591204083561,2.8170531078349303,-0.6801837682723999,0.682802140712738,0.26670435070991516,-0.04462049901485443,-0.23961128294467926,-0.013588358648121357,-0.026557505130767822,0.008558273315429688,-0.09113672375679016 +310,-1.9703414171625016,-0.745286802021189,2.819342648988734,-0.6770119071006775,0.6781826019287109,0.28587308526039124,0.050587840378284454,-0.2936047315597534,-0.10995174199342728,0.014261603355407715,-0.009374558925628662,-0.04844638705253601 +311,-2.0060057202278814,-0.7357075461839045,2.813622319168841,-0.672248363494873,0.6711118817329407,0.31255602836608887,-0.14627625048160553,-0.2008647620677948,-0.08575670421123505,0.06150001287460327,0.0606691837310791,0.05150344967842102 +312,-2.0261795607829414,-0.7258424567400625,2.837374162833445,-0.6717197895050049,0.6637657880783081,0.32894909381866455,0.21368122100830078,-0.45325320959091187,-0.21961796283721924,0.016583681106567383,0.0698310136795044,0.04708850383758545 +313,-2.040991489056619,-0.7161504065132343,2.8575257997744514,-0.6724774837493896,0.6564856171607971,0.3417607247829437,-0.2652561068534851,-0.10272178053855896,-0.08617435395717621,0.13991528749465942,0.00507432222366333,0.080831378698349 +314,-2.0752800858888736,-0.71503681595891,2.825954631866959,-0.6610055565834045,0.6556451916694641,0.3649667799472809,-0.029601164162158966,-0.20014390349388123,0.1491921842098236,0.025095641613006592,0.025049269199371338,-0.027076274156570435 +315,-2.0946182584403306,-0.7253988490541865,2.823593834262661,-0.6479067802429199,0.6634339094161987,0.3742619454860687,-0.17318139970302582,-0.0877794474363327,0.09202109277248383,-0.021435201168060303,-0.017010629177093506,0.0775812566280365 +316,-2.1083723136748067,-0.7146120065463495,2.8005780490908108,-0.6488076448440552,0.655324399471283,0.3867798149585724,-0.08216305077075958,-0.05338609591126442,-0.027381807565689087,0.029377102851867676,-0.002904355525970459,0.004562258720397949 +317,-2.125622312853428,-0.7083478391075133,2.7871585585892897,-0.645516037940979,0.6505799293518066,0.4000682830810547,-0.12303576618432999,-0.10859697312116623,-0.03492766618728638,-0.01468592882156372,0.027032315731048584,0.024965226650238037 +318,-2.139220736466222,-0.6971435780754813,2.7813776513591355,-0.6461191177368164,0.6420303583145142,0.41270720958709717,-0.09338854998350143,-0.019030213356018066,-0.09573469310998917,0.04808133840560913,0.01669156551361084,0.019391179084777832 +319,-2.143240316661024,-0.6934574247021805,2.780206494898384,-0.6464400291442871,0.6391999125480652,0.4165802001953125,0.09368240833282471,-0.031088784337043762,-0.027402499690651894,0.06457656621932983,0.04544675350189209,-0.030563294887542725 +320,-2.138038037459682,-0.7054880049983346,2.783261683128363,-0.6420657634735107,0.6484054327011108,0.40904977917671204,-0.022599097341299057,0.11758578568696976,0.050827182829380035,0.03633767366409302,0.035691797733306885,0.010414302349090576 +321,-2.129288753775077,-0.7114579161907584,2.776309217897496,-0.6423258185386658,0.652938723564148,0.4013581871986389,0.004275185521692038,0.20785845816135406,0.04067103564739227,0.06207990646362305,0.01475536823272705,0.03362405300140381 +322,-2.117411729335371,-0.7157894650514399,2.7671854995712057,-0.6446251273155212,0.6562133431434631,0.39222732186317444,-0.06028994545340538,0.1857890784740448,0.030343228951096535,0.04872375726699829,0.05335080623626709,0.028014957904815674 +323,-2.103315482635322,-0.724050186690985,2.750309220200748,-0.6453977823257446,0.6624242067337036,0.38033679127693176,-0.08269206434488297,0.36894428730010986,0.12128910422325134,0.049862444400787354,0.04631608724594116,0.02194589376449585 +324,-2.0884742624917743,-0.7293061618346964,2.7142433249953375,-0.6479367017745972,0.6663524508476257,0.36898869276046753,-0.3884856104850769,0.44369474053382874,0.251499205827713,0.04095727205276489,0.023497462272644043,-0.007294386625289917 +325,-2.095341904190624,-0.733133263077341,2.6351093001869694,-0.643174946308136,0.6692011952400208,0.37214961647987366,-0.55399489402771,0.49225902557373047,0.35353511571884155,-0.03568845987319946,0.021243572235107422,-0.07559511065483093 +326,-2.099594422552161,-0.736593503526986,2.5485683463665034,-0.6395837068557739,0.6717684268951416,0.37371107935905457,-0.49911046028137207,0.5637672543525696,0.330214262008667,-0.059574007987976074,-0.0295565128326416,-0.15932512283325195 +327,-2.0961235640386593,-0.7471696735289647,2.492831274875836,-0.6346943378448486,0.6795651316642761,0.3679051399230957,-0.11049805581569672,0.2838682532310486,0.21536312997341156,-0.1390482783317566,0.00016814470291137695,-0.11639454960823059 +328,-2.078073809013709,-0.7475608272393368,2.4654619573525185,-0.640998899936676,0.6798520088195801,0.35626065731048584,-0.28728288412094116,0.3674595355987549,0.18159745633602142,0.0131608247756958,-0.012630939483642578,-0.04900968074798584 +329,-2.079084170071969,-0.7570884564809662,2.417976599858868,-0.6349509358406067,0.6868081092834473,0.3537394404411316,-0.17089062929153442,0.2672083079814911,0.30315834283828735,-0.027860164642333984,-0.010599792003631592,-0.09058639407157898 +330,-2.0807213249340486,-0.7850690292361125,2.3978831055784626,-0.6173524260520935,0.7068740129470825,0.3452606499195099,0.1593928039073944,0.09434816241264343,0.24184086918830872,-0.11152935028076172,-0.0642349123954773,-0.025314360857009888 +331,-2.0770027921203655,-0.8020058502472602,2.406862482258378,-0.6080730557441711,0.7187521457672119,0.33710888028144836,0.1655513197183609,-0.1157335415482521,0.020082877948880196,-0.13559448719024658,-0.07069617509841919,-0.016140252351760864 +332,-2.0662190914333025,-0.796059217888961,2.4508548143839386,-0.6154223084449768,0.7146049737930298,0.33255821466445923,0.2819499373435974,-0.2777768671512604,-0.1926896572113037,-0.09893310070037842,-0.06047600507736206,0.002692669630050659 +333,-2.0654064560406162,-0.7817475061870802,2.488277994952461,-0.6246305704116821,0.7045206427574158,0.33687856793403625,0.1518954336643219,-0.26906266808509827,-0.2956753969192505,-0.050311386585235596,-0.03684186935424805,-0.10024526715278625 +334,-2.053594189055057,-0.7766655357863126,2.5652744758100936,-0.6317291855812073,0.7009050250053406,0.3311348855495453,0.6545951962471008,-0.5119730234146118,-0.3218536078929901,-0.05441272258758545,-0.02455925941467285,-0.08032622933387756 +335,-2.0352846824913113,-0.7710446115062263,2.663371171667868,-0.6411981582641602,0.69688481092453,0.32127323746681213,0.5947487950325012,-0.48091936111450195,-0.36964043974876404,-0.052512168884277344,0.03393489122390747,-0.06327760219573975 +336,-2.0224884689029166,-0.7638174916552588,2.7488361080336605,-0.6497709155082703,0.6916834712028503,0.3152323067188263,0.3717539608478546,-0.3959023654460907,-0.2705214321613312,-0.003183126449584961,0.019421815872192383,-0.052369266748428345 +337,-2.023188861898838,-0.7607684499545053,2.804076055795154,-0.6514437794685364,0.6894782185554504,0.3166077435016632,0.31935545802116394,-0.3485923409461975,-0.1592906266450882,-0.04684412479400635,0.00615459680557251,-0.09704902768135071 +338,-2.0240214011538162,-0.7630905415013988,2.856234077650604,-0.6497388482093811,0.6911582946777344,0.3164480924606323,0.3787424862384796,-0.36946535110473633,-0.13475748896598816,-0.057399094104766846,0.011386752128601074,-0.11649686098098755 +339,-2.012979351571976,-0.769361728534619,2.92106183143275,-0.6492631435394287,0.695676863193512,0.30739372968673706,0.5253360271453857,-0.35391291975975037,-0.1644396334886551,-0.06390208005905151,0.02412593364715576,-0.08295217156410217 +340,-1.998281891439868,-0.7712527147113473,2.9901865946908655,-0.6525126695632935,0.6970340013504028,0.2972725033760071,0.2564431428909302,-0.22434207797050476,-0.23808227479457855,-0.05627340078353882,-0.04423248767852783,0.037917375564575195 +341,-2.0009357812783954,-0.7493303754941365,3.011928198638924,-0.6654521822929382,0.6811486482620239,0.3053026795387268,0.08352388441562653,-0.2187991589307785,-0.26713815331459045,-0.027724027633666992,0.0693243145942688,-0.08907034993171692 +342,-1.988228133470732,-0.7350704999164491,3.0716338486678065,-0.678088903427124,0.6706394553184509,0.30072951316833496,0.3819974958896637,-0.2874755561351776,-0.2884787321090698,0.10182547569274902,0.012954294681549072,0.01631760597229004 +343,-1.9890584246554777,-0.7251811468537555,3.096507847149965,-0.6838663816452026,0.6632710099220276,0.303971529006958,-0.10976886004209518,-0.06388477236032486,-0.060402803122997284,0.05735558271408081,0.10647404193878174,0.016661345958709717 +344,-2.00084893184302,-0.7341800072332163,3.0993799992825894,-0.6747821569442749,0.6699786186218262,0.30951225757598877,0.2203359454870224,-0.15903551876544952,0.05654706433415413,0.04676085710525513,0.030369341373443604,0.020275980234146118 +345,-2.01615349320393,-0.7472884824377242,3.090478067375055,-0.6619831919670105,0.6796522736549377,0.315992146730423,-0.32752925157546997,0.04094275087118149,0.0828096866607666,-0.002430260181427002,0.009388864040374756,0.055666208267211914 +346,-2.0438410385404118,-0.7414798927782029,3.049737428557337,-0.6564846634864807,0.6753800511360168,0.3359902799129486,-0.08212406188249588,-0.007631837856024504,0.08113034814596176,0.02979099750518799,0.02573072910308838,-0.043921858072280884 +347,-2.0505547077993174,-0.7484452412094552,3.033932955435235,-0.6500254273414612,0.680500328540802,0.33821070194244385,-0.1960947960615158,0.07629932463169098,0.10740187764167786,-0.011870324611663818,0.019908666610717773,0.02743569016456604 +348,-2.064619177442117,-0.7510733772461863,3.0073187402690067,-0.6436273455619812,0.6824237704277039,0.3464701771736145,-0.13942952454090118,0.022464632987976074,0.09422960132360458,-0.009540319442749023,-0.020054996013641357,0.015788674354553223 +349,-2.0776372811556,-0.7497487421716797,2.9830676037449244,-0.6398522853851318,0.6814548969268799,0.3552578389644623,-0.10123425722122192,0.0220814049243927,0.07333879172801971,-0.009073495864868164,0.002810180187225342,-0.025927454233169556 +350,-2.0806430757193177,-0.7503622139901845,2.9697404357164605,-0.6384164690971375,0.6819037199020386,0.35697537660598755,-0.14994780719280243,0.10023342072963715,0.06023462489247322,0.0006601214408874512,0.004100918769836426,0.011997073888778687 +351,-2.083057196066407,-0.7495942913410202,2.948405988437484,-0.6380090117454529,0.681341826915741,0.3587720990180969,-0.08227279782295227,0.11592338979244232,0.07693435251712799,0.004708349704742432,0.0028316378593444824,-0.025337129831314087 +352,-2.0759732562196582,-0.7524063227213328,2.937521737633639,-0.6388555765151978,0.6833974719047546,0.35331496596336365,-0.11398258060216904,0.16550742089748383,0.011270941235125065,-0.01098567247390747,-0.01989954710006714,0.012438148260116577 +353,-2.0656061781006034,-0.747993459594535,2.929441314312423,-0.6451319456100464,0.6801692247390747,0.34810182452201843,-0.03008054569363594,0.17075619101524353,0.0006214118329808116,0.012807667255401611,-0.005089819431304932,0.026776105165481567 +354,-2.0550768850436882,-0.7429393295395844,2.918285509280659,-0.6517950892448425,0.6764556169509888,0.3428857922554016,-0.09644795954227448,0.20873010158538818,-0.038325510919094086,0.00869828462600708,0.00611567497253418,0.05240827798843384 +355,-2.052000294339274,-0.7310393000296633,2.8937820655069073,-0.6599363088607788,0.6676437258720398,0.3445805013179779,-0.24855591356754303,0.30648747086524963,-0.00016344478353857994,0.012978911399841309,0.056431472301483154,0.01191064715385437 +356,-2.0462883804263545,-0.719336536036669,2.8438256779332964,-0.6687948703765869,0.6588857173919678,0.34435880184173584,-0.5581893920898438,0.45737960934638977,0.1080787405371666,0.03006201982498169,0.024296045303344727,0.00502169132232666 +357,-2.0479295188933624,-0.7069424246830853,2.766876597928139,-0.6754317879676819,0.649511992931366,0.34917962551116943,-0.5817119479179382,0.4971795678138733,0.17411625385284424,-0.02476358413696289,0.012277007102966309,-0.06518301367759705 +358,-2.0501887397586303,-0.6956694872345471,2.6992287998175515,-0.6810947060585022,0.6408994793891907,0.35405948758125305,-0.31522753834724426,0.2895473539829254,0.13809242844581604,-0.027248859405517578,0.008560359477996826,-0.11443540453910828 +359,-2.0515783317629537,-0.6983681384154684,2.667107340858535,-0.6790661215782166,0.6429687142372131,0.3542044162750244,-0.16211283206939697,0.15664814412593842,0.10076992958784103,-0.08501780033111572,-0.01242971420288086,-0.08626005053520203 +360,-2.0430264757454464,-0.6984504760922475,2.653207983155921,-0.6820228099822998,0.6430317759513855,0.34836000204086304,-0.05330745875835419,0.11202238500118256,0.04405762627720833,-0.05439680814743042,-0.04278159141540527,-0.1040363609790802 +361,-2.023192499908772,-0.6998244721589796,2.6633782233587597,-0.6880025863647461,0.6440834403038025,0.33437874913215637,0.09118936955928802,0.01557348482310772,0.023501183837652206,-0.0842142105102539,-0.034082770347595215,-0.06300115585327148 +362,-2.0063993079161846,-0.6966015311787748,2.6760476312091184,-0.6953990459442139,0.6416146755218506,0.3236526548862457,-0.014470349997282028,0.027338262647390366,-0.031077025458216667,-0.03523761034011841,-0.02186363935470581,-0.06197962164878845 +363,-1.9933443510092541,-0.6925096815063556,2.6923353780702155,-0.7019534111022949,0.6384707689285278,0.31562086939811707,0.17669855058193207,-0.06976303458213806,-0.018539197742938995,-0.011318683624267578,0.006197810173034668,-0.0344928503036499 +364,-1.9826767343019975,-0.6975118772818147,2.7102729350516443,-0.7023448944091797,0.6423126459121704,0.3068324625492096,0.01055202353745699,-0.008600994944572449,-0.027475208044052124,-0.05771064758300781,-0.01601564884185791,0.004691004753112793 +365,-1.979589826310705,-0.6912062378693083,2.717810839103784,-0.7069911956787109,0.6374670267105103,0.3062668442726135,0.2026824653148651,-0.11314290016889572,-0.0361589640378952,-0.010278761386871338,0.01739448308944702,-0.08946999907493591 +366,-1.9643012678788705,-0.6985403300372074,2.752144237211052,-0.707253634929657,0.6431005597114563,0.2936220169067383,0.18306639790534973,-0.08920180052518845,-0.038110654801130295,-0.007529079914093018,0.007351040840148926,-0.007458686828613281 +367,-1.9569904744695823,-0.7044831431012383,2.777417239200923,-0.7058285474777222,0.6476401090621948,0.28699901700019836,0.21695691347122192,-0.12194185703992844,0.0028262892737984657,-0.010785222053527832,0.0022774934768676758,-0.027706503868103027 +368,-1.9517204504557009,-0.7123668906914072,2.801462652409005,-0.7025693655014038,0.6536269187927246,0.2813682556152344,0.11534453928470612,-0.10704497992992401,0.001073859864845872,-0.038717806339263916,-0.005860865116119385,0.009036988019943237 +369,-1.9574481109357817,-0.7110918703458214,2.8103580911541655,-0.7017175555229187,0.6526614427566528,0.285701721906662,0.05591866374015808,-0.12929901480674744,-0.018231790512800217,-0.011539280414581299,0.007540583610534668,-0.032833099365234375 +370,-1.9635152658284298,-0.7123877483043606,2.8224104186895356,-0.6991891860961914,0.6536427140235901,0.28962990641593933,0.10531023144721985,-0.18996365368366241,-0.013033321127295494,-0.019835352897644043,0.005887866020202637,-0.03773778676986694 +371,-1.9649500157035684,-0.7131447307770675,2.8395205901874676,-0.6983159184455872,0.654215395450592,0.29044267535209656,0.045397087931632996,-0.12212756276130676,-0.046272698789834976,-0.005938172340393066,0.009663939476013184,0.011620253324508667 +372,-1.9704366166591296,-0.7098596666221068,2.838544772129407,-0.6986880302429199,0.6517273187637329,0.29510435461997986,-0.07056576013565063,-0.012697126716375351,-0.02379164658486843,0.006030559539794922,-0.03992617130279541,-0.006087660789489746 +373,-1.9760321588135474,-0.7027534064355412,2.844187930929125,-0.7012645602226257,0.646321177482605,0.30082759261131287,0.1903247982263565,-0.14734452962875366,-0.09363654255867004,-0.006056666374206543,0.046443164348602295,-0.034332841634750366 +374,-1.9679358622392704,-0.7073400398792933,2.881992962250844,-0.7009358406066895,0.649814248085022,0.2939903736114502,0.2807958424091339,-0.19880631566047668,-0.08192461729049683,0.03986412286758423,0.007107079029083252,0.021713942289352417 +375,-1.9666210452157962,-0.7046894308957132,2.9049388784114005,-0.7029085755348206,0.6477972865104675,0.29373160004615784,0.018211685121059418,-0.0686984732747078,-0.12432131171226501,0.017987370491027832,0.02183467149734497,0.03352364897727966 +376,-1.9735819361784406,-0.6963281560055201,2.9085826206474086,-0.7058051228523254,0.6414049863815308,0.3007299304008484,-0.011656076647341251,-0.06453776359558105,-0.08163990825414658,0.04879230260848999,0.03248405456542969,0.02351933717727661 +377,-1.98478632619859,-0.696851429299382,2.9139440268461327,-0.7020843625068665,0.6418063640594482,0.3084840774536133,0.10157983750104904,-0.16236084699630737,-0.05346832424402237,0.033749282360076904,0.03148776292800903,0.015765219926834106 +378,-1.9930427504375927,-0.7040310628404983,2.931365254935116,-0.6952921152114868,0.6472955942153931,0.31237366795539856,0.16918335855007172,-0.1884765326976776,-0.02868480235338211,0.021799683570861816,0.017819762229919434,0.04629945755004883 +379,-2.0021693116839607,-0.7105357379541364,2.9511295438386793,-0.6885729432106018,0.652239978313446,0.31693899631500244,0.14086459577083588,-0.1788213849067688,-0.026446470990777016,0.031178593635559082,0.018109142780303955,0.04196295142173767 +380,-2.013538858316427,-0.7146065142704272,2.9594510329708257,-0.6825203895568848,0.6553202271461487,0.3236069679260254,0.1271909475326538,-0.10657017678022385,0.007629775442183018,0.04444354772567749,0.04385274648666382,-0.007734745740890503 +381,-2.0215815957378123,-0.7269018760083579,2.9582992632487914,-0.6725919842720032,0.6645578145980835,0.3255506157875061,-0.07383652776479721,0.0056595578789711,0.1233581081032753,0.0405118465423584,-0.014350295066833496,0.024211406707763672 +382,-2.0310597979165688,-0.7333863356962022,2.94087726331755,-0.6656010150909424,0.6693891882896423,0.3299896717071533,-0.03637021780014038,0.05465151369571686,0.03470967337489128,-0.012072205543518066,0.006056249141693115,0.024472087621688843 +383,-2.031073400784119,-0.7378187007139336,2.94040751583768,-0.6629318594932556,0.6726754903793335,0.32867756485939026,0.15241484344005585,0.0077783819288015366,0.033765822649002075,-0.0027480125427246094,-0.02233070135116577,0.01726970076560974 +384,-2.021321913336818,-0.7394196762831977,2.954584774034921,-0.665135383605957,0.6738592386245728,0.32172828912734985,0.04566795378923416,0.03448379412293434,-0.07348767668008804,0.02721107006072998,0.02918952703475952,0.03132966160774231 +385,-2.020102068867446,-0.7405450523518357,2.9570744321916695,-0.6648434996604919,0.674690306186676,0.3205869197845459,-4.3895095586776733e-05,0.05368368327617645,0.06739431619644165,0.07353490591049194,0.0340498685836792,0.058563441038131714 +386,-2.028241472978394,-0.7520788409287154,2.9408732607244246,-0.6551867723464966,0.6831583380699158,0.32252931594848633,-0.07219883054494858,0.0938991904258728,0.08520644903182983,0.016667485237121582,0.014504015445709229,0.04386472702026367 +387,-2.0298858463596594,-0.754054927452952,2.9211328679482005,-0.6534442901611328,0.6846001148223877,0.3230074942111969,-0.18551526963710785,0.20533303916454315,0.039182234555482864,0.028032124042510986,0.03048795461654663,0.03526899218559265 +388,-2.032009443509977,-0.7523860627613503,2.8869329951459535,-0.6537786722183228,0.6833826899528503,0.3249022364616394,-0.23469224572181702,0.2401660680770874,0.06044412776827812,0.0024725794792175293,-0.007967650890350342,-0.05410459637641907 +389,-2.021371310872143,-0.749025526779025,2.8637214033391762,-0.6592618823051453,0.6809254288673401,0.31892743706703186,-0.06349150836467743,0.2402024269104004,0.130192369222641,-0.00014674663543701172,0.06318473815917969,-0.06346485018730164 +390,-2.016543739956832,-0.7539726461283687,2.8269014198219966,-0.6577463746070862,0.6845400929450989,0.31428495049476624,-0.40704983472824097,0.40571531653404236,0.14608457684516907,-0.012892842292785645,0.032119572162628174,-0.07720902562141418 +391,-2.0153488553268697,-0.7466388969251517,2.7534058945973636,-0.6626356840133667,0.679175615310669,0.3156491816043854,-0.7018893361091614,0.6213626861572266,0.19129277765750885,-0.0025254487991333008,0.015282392501831055,-0.09027683734893799 +392,-2.0225404867618235,-0.7370275429734453,2.645765042127641,-0.6661909222602844,0.6720898747444153,0.3232412040233612,-0.733097493648529,0.6506057381629944,0.32662880420684814,-0.019539058208465576,0.03317135572433472,-0.1359701156616211 +393,-2.026654446443429,-0.741660935012194,2.5448026419375895,-0.6620522141456604,0.675513505935669,0.32460469007492065,-0.569229781627655,0.5773770809173584,0.35809457302093506,-0.06714993715286255,-0.02886134386062622,-0.10785356163978577 +394,-2.026619959726564,-0.7482499558535533,2.466243728137652,-0.6580525636672974,0.6803572177886963,0.32261550426483154,-0.3467295169830322,0.46478116512298584,0.2720728814601898,-0.08463841676712036,-0.040190041065216064,-0.08444109559059143 +395,-2.021652873929334,-0.7553558746133956,2.417662931630479,-0.6552790999412537,0.6855477690696716,0.31722843647003174,-0.2672261893749237,0.3308388292789459,0.1958620250225067,-0.07073414325714111,-0.027115702629089355,-0.04646119475364685 +396,-2.018011499764373,-0.7644925129579101,2.3856368981562297,-0.6507547497749329,0.6921707987785339,0.312118262052536,-0.06290604174137115,0.1544564813375473,0.17650674283504486,-0.04768580198287964,-0.024034202098846436,-0.0545957088470459 +397,-2.0126939151896157,-0.7726735347993663,2.3729212729492413,-0.6472647190093994,0.6980521082878113,0.3062214255332947,0.003793143667280674,0.13431905210018158,0.07212819904088974,-0.04302757978439331,-0.017006635665893555,-0.06768086552619934 +398,-1.9894048844889616,-0.7749427041608509,2.378138258825815,-0.6527711153030396,0.6996751427650452,0.29042088985443115,0.04668329656124115,0.14754372835159302,0.06663321703672409,-0.0180203914642334,-0.004957795143127441,-0.03688091039657593 +399,-1.971627898383479,-0.7806696418153858,2.381356254026865,-0.6541303992271423,0.7037553191184998,0.2772033214569092,-0.04348325729370117,0.14474092423915863,0.05010567605495453,-0.05242776870727539,-0.006459236145019531,0.005450457334518433 +400,-1.9632486691622983,-0.7752579773748889,2.375552600154632,-0.6599395275115967,0.6999003291130066,0.27316516637802124,-0.0542602501809597,0.08283591270446777,-0.008594609797000885,-0.006030261516571045,0.017415285110473633,-0.015749484300613403 +401,-1.9592729521319254,-0.7744433933530126,2.372510806396759,-0.6615480780601501,0.6993182897567749,0.27075526118278503,-0.04929928109049797,0.05625852197408676,0.009162846952676773,0.012072861194610596,0.0005871057510375977,-0.018893688917160034 +402,-1.9545915459110215,-0.7753813723950612,2.3682552438766833,-0.6621997952461243,0.6999884843826294,0.2674095928668976,-0.011819534935057163,0.06488364934921265,-0.0013203053968027234,-0.008469820022583008,0.01125425100326538,-0.03568956255912781 +403,-1.9437182474043642,-0.7750429578452982,2.3747907491745157,-0.6652888059616089,0.6997467875480652,0.26027992367744446,0.01547643169760704,0.031107977032661438,-0.046992331743240356,-0.0024512410163879395,0.005865573883056641,-0.002711474895477295 +404,-1.940738161252958,-0.7693803127273467,2.3725351999015536,-0.6697447299957275,0.6956902146339417,0.259724497795105,-0.1174079179763794,0.06169838458299637,-0.03332782909274101,0.01088559627532959,-0.021251797676086426,-0.010746866464614868 +405,-1.9442351163232234,-0.7647772968017498,2.365349239812423,-0.671806812286377,0.6923763155937195,0.26323041319847107,0.07668517529964447,-0.07872843742370605,-0.02182849310338497,-0.02783912420272827,0.020956695079803467,-0.08404651284217834 +406,-1.9268945583052064,-0.7731259245542426,2.4134680734670737,-0.6708292365074158,0.698375940322876,0.24951815605163574,0.35311591625213623,-0.278498113155365,-0.06208764761686325,-0.06037193536758423,-0.0434533953666687,0.026879578828811646 +407,-1.9249149542871242,-0.7698788684205297,2.45929313413646,-0.6734453439712524,0.6960482597351074,0.2489747554063797,0.37779897451400757,-0.3600536584854126,-0.21135064959526062,-0.03592050075531006,-0.026675641536712646,-0.0743684470653534 +408,-1.917325841737039,-0.7647309735620536,2.534906381967401,-0.6786763668060303,0.6923428773880005,0.2450704127550125,0.5557562112808228,-0.4490349590778351,-0.264352947473526,-0.036365628242492676,-0.010015666484832764,-0.06597806513309479 +409,-1.9063478932006694,-0.7578320905178055,2.617299161573969,-0.6858198046684265,0.6873484253883362,0.2391725480556488,0.5747043490409851,-0.5033026337623596,-0.25041303038597107,-0.01889216899871826,0.013792932033538818,-0.0690370500087738 +410,-1.9007749807977465,-0.7503774262223866,2.6970471505475415,-0.6919702291488647,0.6819148659706116,0.23700051009655,0.49268484115600586,-0.4749368131160736,-0.24648360908031464,-0.0004277825355529785,0.003982901573181152,-0.0622720867395401 +411,-1.8963142943425184,-0.7492198346456823,2.7820420339528686,-0.6937680244445801,0.681067705154419,0.2341637909412384,0.5748461484909058,-0.510792076587677,-0.19692756235599518,-0.024859905242919922,0.01059788465499878,-0.03625728189945221 +412,-1.895686454784841,-0.7528396676458623,2.8585163083078657,-0.6915740966796875,0.6837137341499329,0.2329397350549698,0.5025871396064758,-0.5677863955497742,-0.07329759746789932,-0.018661558628082275,0.03627222776412964,-0.0784291923046112 +413,-1.9006397271648243,-0.7642381599473143,2.9301880469085915,-0.6829939484596252,0.6919872164726257,0.23382291197776794,0.4709595739841461,-0.480305939912796,-0.11549294739961624,-0.09373950958251953,0.012572169303894043,-0.041623204946517944 +414,-1.9189752335013956,-0.7604003122730624,2.973180497339216,-0.6810836791992188,0.6892115473747253,0.247210294008255,0.2232244312763214,-0.4473419785499573,-0.17158129811286926,0.0018385052680969238,0.008313655853271484,-0.06070202589035034 +415,-1.9329765952434348,-0.7535576109489012,3.022258886586125,-0.68194979429245,0.6842374801635742,0.2583867311477661,0.12464329600334167,-0.47788241505622864,-0.1735972762107849,0.013080716133117676,0.04237085580825806,0.051259905099868774 +416,-1.9534792031731634,-0.7459612202547335,3.0625991652098667,-0.6813114881515503,0.6786780953407288,0.2742462456226349,0.24377919733524323,-0.4219285547733307,-0.23996761441230774,0.10617715120315552,-0.0017523765563964844,0.06399539113044739 +417,-1.9758002673091364,-0.7419808124004219,3.09875037341819,-0.677497923374176,0.6757493615150452,0.2904462218284607,0.23888930678367615,-0.39702239632606506,-0.07175508141517639,0.033455073833465576,0.12892282009124756,0.06731125712394714 +418,-1.9943359841824042,-0.7461230490688071,3.107539269669922,-0.6694408655166626,0.6787969470024109,0.30180057883262634,-0.05386802554130554,-0.1742454320192337,0.058767396956682205,0.05745667219161987,0.013936817646026611,0.04359731078147888 +419,-2.0092439742836183,-0.7469315530634485,3.094750433432734,-0.6643702387809753,0.6793904304504395,0.3115135729312897,-0.07248064130544662,-0.10390076041221619,-0.01834636740386486,0.018374204635620117,-0.006615161895751953,-0.024068504571914673 +420,-2.0375400948362534,-0.7494228550953267,3.094830977774845,-0.6537773013114929,0.6812163591384888,0.32942280173301697,0.022873688489198685,-0.2748367488384247,0.043515726923942566,-0.006821393966674805,0.04476618766784668,0.00250166654586792 +421,-2.0495265425854856,-0.7543108962999798,3.10442430630461,-0.6468188166618347,0.6847866773605347,0.3356976807117462,0.24657323956489563,-0.02046043425798416,-0.029965396970510483,0.07182180881500244,0.004315555095672607,-0.04298827052116394 +422,-2.041192352181766,-0.7615122494200532,3.1083743592030872,-0.6451812982559204,0.6900168061256409,0.3280515968799591,-0.17518296837806702,0.09182901680469513,0.046144578605890274,0.02013552188873291,0.04800504446029663,-0.0056792497634887695 +423,-2.044305257409731,-0.7673263135490603,3.084778144714065,-0.6405755877494812,0.6942132711410522,0.328223317861557,-0.2390805184841156,0.18985430896282196,0.14779123663902283,0.023662865161895752,0.029312610626220703,0.05600816011428833 +424,-2.0547128550729252,-0.7718026522829382,3.0407314414160895,-0.6343679428100586,0.6974282264709473,0.3334231972694397,-0.24716460704803467,0.2342156618833542,0.16139927506446838,-0.006256997585296631,0.009541928768157959,-0.01691010594367981 +425,-2.0542663151711067,-0.7755376102593599,3.006631522623739,-0.6322060227394104,0.7001000642776489,0.33192670345306396,-0.2220080941915512,0.2538853585720062,0.13591518998146057,-0.007076144218444824,-0.0006219744682312012,0.03342971205711365 +426,-2.059473947024413,-0.7733915927795856,2.96284589154151,-0.6317942142486572,0.6985660791397095,0.3359191417694092,-0.2642173767089844,0.24059325456619263,0.09026088565587997,-0.011958837509155273,-0.015475809574127197,-0.002346724271774292 +427,-2.059516973576338,-0.7690912449030017,2.929783155069775,-0.6344263553619385,0.6954825520515442,0.3373536467552185,-0.19636857509613037,0.2517945468425751,0.07006515562534332,0.0013849139213562012,-0.003282785415649414,-0.0007141530513763428 +428,-2.0532939847452956,-0.7655971499479036,2.9041347184681543,-0.6386617422103882,0.6929676532745361,0.33452436327934265,-0.1822519153356552,0.23674538731575012,0.030394315719604492,0.0017295479774475098,-0.008580625057220459,0.016473442316055298 +429,-2.0441092594972767,-0.759372045723632,2.883743984311658,-0.6455346345901489,0.6884661316871643,0.33060458302497864,-0.15124133229255676,0.22725947201251984,-0.0041977413929998875,0.0021020174026489258,-0.002415776252746582,0.04354095458984375 +430,-2.0355873266020215,-0.7507760362492563,2.8705017011359675,-0.6535947322845459,0.682206392288208,0.32773202657699585,-0.045502468943595886,0.19964919984340668,-0.04641632363200188,0.030898869037628174,0.017653167247772217,0.05140301585197449 +431,-2.029252988190709,-0.7452872162245429,2.8590510172708115,-0.6590055823326111,0.6781828999519348,0.3252377510070801,-0.0657309964299202,0.1629922240972519,-0.04488512873649597,0.004601955413818359,0.030572593212127686,0.024005413055419922 +432,-2.022598078490217,-0.7393328232499864,2.843815413281977,-0.6647768020629883,0.6737950444221497,0.32260236144065857,-0.07642321288585663,0.1826173961162567,-0.022202923893928528,0.003994882106781006,0.0008875727653503418,-0.006440252065658569 +433,-2.014348974955353,-0.7301307680883983,2.8222653644234486,-0.6729873418807983,0.6669670939445496,0.31975504755973816,-0.26551902294158936,0.2904295325279236,-0.03089146688580513,-0.0015122294425964355,0.0010627508163452148,-0.05826506018638611 +434,-2.0066501307847773,-0.7225443298301191,2.7999972110471716,-0.6799963116645813,0.6612953543663025,0.31669142842292786,-0.1621706485748291,0.16403213143348694,0.04689807817339897,-0.0228540301322937,-0.004236698150634766,-0.07400035858154297 +435,-2.001531139200816,-0.7168129524693476,2.779714210398776,-0.6850414276123047,0.6569852828979492,0.31478387117385864,-0.17030015587806702,0.18938307464122772,-0.05203820765018463,-0.04585462808609009,0.0008059144020080566,-0.09496566653251648 +436,-1.972080182751572,-0.7028722229786251,2.762966830093035,-0.7023772597312927,0.6464118361473083,0.29802384972572327,-0.2265208512544632,0.4615265429019928,0.016615387052297592,0.03158557415008545,0.042736172676086426,-0.08273756504058838 +437,-1.9637140121561014,-0.7109381416990258,2.7244107859025677,-0.7000064849853516,0.6525449156761169,0.29013147950172424,-0.19865751266479492,0.24893194437026978,0.2933003604412079,-0.008520126342773438,0.009320318698883057,-0.09930500388145447 +438,-1.9612291427057815,-0.7254984595085596,2.6805676333077315,-0.6918649077415466,0.6635084748268127,0.28474459052085876,-0.38817039132118225,0.5278962254524231,0.21312376856803894,-0.09669405221939087,-0.030863821506500244,-0.0028690099716186523 +439,-1.9558559629608137,-0.7305189037070305,2.6296470270512198,-0.6902889013290405,0.667256236076355,0.2797681987285614,-0.18547764420509338,0.13782110810279846,0.17189998924732208,-0.0699191689491272,-0.08238691091537476,-0.07694843411445618 +440,-1.9584612397437922,-0.7385337382064049,2.614905241094508,-0.6845846176147461,0.6732044219970703,0.2795349955558777,0.05833650007843971,0.0844171941280365,0.03846384212374687,-0.1020364761352539,-0.05256843566894531,-0.06278395652770996 +441,-1.9398262605055514,-0.7313679306386642,2.6312665228030925,-0.6941560506820679,0.667888343334198,0.2684631943702698,0.0942194014787674,-0.02774237096309662,-0.039392873644828796,-0.040325701236724854,-0.0056874752044677734,-0.012786865234375 +442,-1.9313079217852065,-0.731937506908117,2.654621905778805,-0.6960616111755371,0.6683121919631958,0.26240620017051697,0.18882045149803162,-0.14652808010578156,0.020206959918141365,-0.03307962417602539,-0.019783198833465576,-0.016159921884536743 +443,-1.9301940043052674,-0.732039935019848,2.666852157337861,-0.6962897181510925,0.6683883666992188,0.26160672307014465,0.04185405373573303,0.02001187577843666,-0.0133954593911767,-0.025191783905029297,-0.003593266010284424,-0.03653949499130249 +444,-1.9229098097340684,-0.7343143267903468,2.693664387244712,-0.6967477798461914,0.6700783371925354,0.25600284337997437,0.2885950803756714,-0.17461121082305908,0.002116057090461254,-0.02107137441635132,0.009914278984069824,-0.03963330388069153 +445,-1.9108281313197581,-0.7445279452931157,2.719262703262982,-0.6933013200759888,0.6776247620582581,0.24527105689048767,0.030010782182216644,-0.17164386808872223,0.032747719436883926,-0.051968395709991455,0.006930291652679443,-0.009721174836158752 +446,-1.9218324033037468,-0.7416454112531587,2.7142488491496297,-0.6923915147781372,0.6755020618438721,0.25355589389801025,0.05127464234828949,-0.1443069875240326,-0.03808865696191788,2.4139881134033203e-05,0.010578691959381104,-0.08055180311203003 +447,-1.9291024840535513,-0.741043497113082,2.7326890049757595,-0.6909107565879822,0.675058126449585,0.25872552394866943,-0.02049260213971138,-0.14085161685943604,-0.025336436927318573,-0.020957469940185547,0.0034543871879577637,0.0018031299114227295 +448,-1.9344014920019104,-0.7464584039045741,2.737529373044701,-0.6861035227775574,0.679043173789978,0.2610791325569153,0.13952691853046417,-0.1937841922044754,0.27325960993766785,-0.012489616870880127,0.0021702051162719727,-0.07217538356781006 +449,-1.9441147928082534,-0.7590858016089934,2.754847152785308,-0.6754971742630005,0.6882585287094116,0.26458263397216797,0.06041891500353813,-0.15783308446407318,-0.09067822247743607,-0.003732621669769287,-0.035106003284454346,0.014454871416091919 +450,-1.9563249662353126,-0.7516715730061919,2.7614723143589086,-0.6769261360168457,0.6828608512878418,0.27472206950187683,0.03176386281847954,-0.13327299058437347,0.008005251176655293,0.0374760627746582,0.0353550910949707,-0.02449321746826172 +451,-1.9738325584024894,-0.7578702984934556,2.77261332370548,-0.6681061387062073,0.6873762011528015,0.28486496210098267,-0.09543848037719727,-0.19060929119586945,-0.014856552705168724,0.00965893268585205,0.013795614242553711,0.09095904231071472 +452,-2.002463910662011,-0.7569216433782181,2.7629013028258624,-0.6602694988250732,0.6866868734359741,0.3041471242904663,0.10896427184343338,-0.2295519858598709,-0.04742280766367912,0.016775846481323242,-0.01725327968597412,0.0005861520767211914 +453,-2.003530335085861,-0.7568961893819177,2.788950398463533,-0.6599606871604919,0.6866683959960938,0.3048584461212158,0.1305432915687561,-0.194161057472229,-0.12208086252212524,0.019167780876159668,0.040260374546051025,0.05036619305610657 +454,-2.0129323777222634,-0.7526595312441691,2.8105701630109494,-0.6596888303756714,0.6835823059082031,0.31229183077812195,0.1367333084344864,-0.10386993736028671,-0.1051344946026802,0.05077153444290161,0.02125173807144165,0.04218509793281555 +455,-2.0143179737083226,-0.7491984720515416,2.8303461513310446,-0.661388099193573,0.6810520887374878,0.31421878933906555,0.07667313516139984,-0.12786035239696503,-0.0580979660153389,0.036220431327819824,0.007256507873535156,0.01096111536026001 +456,-2.014486611372215,-0.7542370197363396,2.8575852315263925,-0.6582279205322266,0.6847327947616577,0.31285348534584045,0.3849011957645416,-0.2471664398908615,-0.10968129336833954,0.012430131435394287,0.04111260175704956,-0.02051040530204773 +457,-2.003874290389287,-0.7607235975665162,2.8972570450793462,-0.6574651598930359,0.6894457340240479,0.30398011207580566,0.11581810563802719,-0.11212410777807236,-0.03670741617679596,0.05460566282272339,0.05460327863693237,0.06255096197128296 +458,-2.0145857678184527,-0.7660765824034838,2.898928467354827,-0.6508293151855469,0.6933132410049438,0.3094160556793213,-0.11257181316614151,-0.053227946162223816,0.10013579577207565,0.020412325859069824,0.010361254215240479,0.033281147480010986 +459,-2.034994761719628,-0.7670458709589759,2.871282993141819,-0.6437775492668152,0.694011390209198,0.3223321735858917,-0.09235697984695435,-0.013766471296548843,0.021344102919101715,0.009561419486999512,0.010273098945617676,-0.03561970591545105 +460,-2.039373886622582,-0.7653003812195578,2.859644948110218,-0.6434399485588074,0.6927536725997925,0.3256949782371521,-0.12898461520671844,0.03148297220468521,0.012807093560695648,-0.003776729106903076,0.013178884983062744,0.025791138410568237 +461,-2.056239358696056,-0.7575865074281459,2.8282964619854174,-0.6425630450248718,0.6871700286865234,0.338983416557312,-0.22666031122207642,0.05586337670683861,0.02559809572994709,0.007507622241973877,0.01615321636199951,-0.021585404872894287 +462,-2.070025822767125,-0.7533098834685871,2.805250571589675,-0.6404032111167908,0.68405681848526,0.34921345114707947,-0.10781320184469223,0.030603552237153053,0.03360861539840698,0.002906322479248047,-0.0014548897743225098,-0.020584940910339355 +463,-2.0747233437623773,-0.750858792108442,2.7893178219515566,-0.6402220129966736,0.682266891002655,0.353026419878006,-0.16472871601581573,0.04977255314588547,0.020974377170205116,-0.02355051040649414,0.0001671314239501953,0.0063943564891815186 +464,-2.0798370173916885,-0.7458332484265736,2.7776327307730706,-0.6413946151733398,0.678584098815918,0.3579622805118561,-0.08434836566448212,0.03273863345384598,0.003935486078262329,-0.015252172946929932,-0.006342828273773193,0.013558775186538696 +465,-2.083264330816989,-0.7435653496146695,2.7680665529120247,-0.6415035128593445,0.6769165396690369,0.3609120547771454,-0.013326714746654034,0.0072974227368831635,0.05709388852119446,0.018639683723449707,-0.0006163716316223145,-0.005077093839645386 +466,-2.087225612188151,-0.749792114432677,2.75713601901691,-0.6363909840583801,0.6814866662025452,0.3613620102405548,-0.05666216462850571,0.06047048419713974,0.09004539996385574,-0.010612130165100098,0.017732083797454834,0.0012325942516326904 +467,-2.088142625889532,-0.7557307103610184,2.743289134189917,-0.6325305104255676,0.6858206391334534,0.3599373996257782,-0.07203809916973114,0.09318755567073822,0.09580745548009872,-0.0019603967666625977,-0.016982197761535645,0.005602091550827026 +468,-2.0915313329009204,-0.7603383645153364,2.731063849112247,-0.6285592317581177,0.6891666650772095,0.3605027496814728,-0.025303330272436142,0.025028947740793228,0.10997070372104645,-0.0057942867279052734,-0.011264562606811523,0.021012723445892334 +469,-2.0982242642099074,-0.7652221767106077,2.722592952952696,-0.6232166886329651,0.6926972270011902,0.3630032539367676,-0.056027527898550034,0.025405682623386383,0.05579370632767677,-0.008420825004577637,-0.017312824726104736,0.016314953565597534 +470,-2.1025096152896254,-0.7655803042356946,2.7138207676370216,-0.6214414238929749,0.692955493927002,0.36554476618766785,-0.019861314445734024,0.021227367222309113,0.05116124823689461,-0.013003706932067871,-0.0009695291519165039,0.01920551061630249 +471,-2.104351319175343,-0.7632074344190851,2.7017334384700264,-0.6221809983253479,0.6912427544593811,0.36752378940582275,-0.07921770215034485,0.0669092983007431,0.013777941465377808,0.0005379915237426758,-0.01123499870300293,-0.009384959936141968 +472,-2.103937525039246,-0.7614389693994409,2.6941836204610925,-0.6233853101730347,0.6899637579917908,0.36788734793663025,-0.01772553287446499,0.05901072174310684,0.02458963729441166,0.003969967365264893,0.004158675670623779,-0.002851337194442749 +473,-2.0989118165546428,-0.7612265558222246,2.686141030501142,-0.6253525614738464,0.6898099780082703,0.3648233711719513,-0.08231381326913834,0.11209112405776978,0.02174888551235199,-0.009535074234008789,-0.007070779800415039,0.015837520360946655 +474,-2.097303573240648,-0.7559910362940262,2.6740585447320364,-0.6290524005889893,0.6860100626945496,0.36562711000442505,-0.06423314660787582,0.10659623146057129,0.0015682493103668094,0.002847015857696533,0.007868051528930664,0.003864496946334839 +475,-2.092321421083311,-0.7529937237918631,2.6641707411614233,-0.6326461434364319,0.6838261485099792,0.3635112941265106,-0.10589553415775299,0.11876323819160461,0.021653421223163605,0.00908052921295166,0.0201532244682312,0.0018450915813446045 +476,-2.0916205744792364,-0.7496346607172095,2.6463569522210655,-0.6348896622657776,0.6813713908195496,0.36420878767967224,-0.15540361404418945,0.1498718559741974,0.009302581660449505,0.0007039308547973633,0.014398813247680664,0.0009339749813079834 +477,-2.0899656579180723,-0.7463639216444824,2.628139971415913,-0.6374232769012451,0.6789737939834595,0.3642615079879761,-0.09277717769145966,0.16161103546619415,0.034747324883937836,0.020128905773162842,0.007885396480560303,-0.030963748693466187 +478,-2.0769978243885183,-0.7516463371090436,2.623120352402777,-0.6389471292495728,0.6828424334526062,0.3542209565639496,-0.01105370931327343,0.17070341110229492,0.06500675529241562,-0.007872819900512695,0.017551124095916748,0.05442458391189575 +479,-2.071695758639076,-0.7501871753962812,2.6044642083310814,-0.6416897177696228,0.681775689125061,0.3513064682483673,-0.09594695270061493,0.25547683238983154,0.022365836426615715,0.011501789093017578,0.015322089195251465,-0.013705849647521973 +480,-2.0514249394586357,-0.7542132432549637,2.599302315538453,-0.6462395191192627,0.6847155094146729,0.3369557857513428,0.08049724996089935,0.27734729647636414,0.10492460429668427,0.0813591480255127,0.04434943199157715,-0.04719138145446777 +481,-2.0161319883221682,-0.7700674047900297,2.585014109971639,-0.6478476524353027,0.6961836218833923,0.3092275559902191,-0.2537935674190521,0.6234585642814636,0.22041606903076172,0.01007610559463501,0.005842685699462891,0.08457121253013611 +482,-1.9864830983067103,-0.766292650286062,2.5224474131232437,-0.6591293811798096,0.6934689283370972,0.2909456789493561,-0.3967169225215912,0.7239105105400085,0.14791767299175262,0.00902867317199707,0.028027653694152832,-0.013922333717346191 +483,-1.9519679673484716,-0.7707972601915005,2.470786227053085,-0.6658706068992615,0.6967073678970337,0.26686224341392517,-0.3172844648361206,0.7512769103050232,0.23446959257125854,0.0539168119430542,0.001656949520111084,0.004439026117324829 +484,-1.9225508865343577,-0.7848280680904822,2.4034521793106762,-0.6641887426376343,0.7067035436630249,0.2437693029642105,-0.38520774245262146,0.7144647836685181,0.3447621464729309,-0.020061135292053223,0.005897164344787598,-0.057993531227111816 +485,-1.895210651914878,-0.8018454968079043,2.3375941280949153,-0.6591089367866516,0.7186406254768372,0.22165550291538239,-0.383486807346344,0.7673585414886475,0.2964543402194977,-0.021341562271118164,-0.008450865745544434,-0.10271322727203369 +486,-1.8619467920982464,-0.8219546639503643,2.2838315679601053,-0.6521391272544861,0.7324779629707336,0.19542402029037476,-0.29620862007141113,0.7204488515853882,0.24299441277980804,-0.05928659439086914,-0.006480097770690918,-0.09532643854618073 +487,-1.8194914728033147,-0.8323443799708361,2.221636829773924,-0.6524344682693481,0.7395114898681641,0.16568733751773834,-0.39255672693252563,0.9494884610176086,0.19820669293403625,-0.07899564504623413,0.05753141641616821,-0.032783254981040955 +488,-1.787596321924723,-0.8390801480504497,2.149392705184659,-0.6525065302848816,0.7440288662910461,0.14372225105762482,-0.5299575328826904,0.7066121697425842,0.16573671996593475,-0.026097536087036133,-0.014368832111358643,0.005096659064292908 +489,-1.7849643693751405,-0.8384686234595875,2.0562444113173854,-0.653327226638794,0.7436200976371765,0.14210110902786255,-0.6570671200752258,0.7440879940986633,0.0750068798661232,-0.01099461317062378,0.02444624900817871,-0.03179527819156647 +490,-1.7885025384690907,-0.8417534304387089,1.9691729555148973,-0.6504316329956055,0.7458122968673706,0.1438833773136139,-0.40601810812950134,0.4707874357700348,0.24107664823532104,-8.094310760498047e-05,-0.0033197402954101562,-0.06021943688392639 +491,-1.7936413047620405,-0.8522322603909461,1.9019781263114626,-0.6420264840126038,0.7527517676353455,0.1454887092113495,-0.44143757224082947,0.49432113766670227,0.12314462661743164,-0.06404352188110352,-0.015309631824493408,-0.04246138036251068 +492,-1.7947292524084435,-0.8508721299209434,1.8332870917291466,-0.6428654193878174,0.751855731010437,0.14641432464122772,-0.45071330666542053,0.4750153422355652,0.09465555846691132,-0.017122983932495117,-0.014627337455749512,-0.06291818618774414 +493,-1.789499387745759,-0.8468149077259832,1.7713858457504226,-0.6465948224067688,0.7491744756698608,0.1437108814716339,-0.34316036105155945,0.6048351526260376,-0.004952624905854464,-0.006862819194793701,-0.02084195613861084,-0.09984183311462402 +494,-1.765426102436998,-0.8434224820564364,1.7316638847910233,-0.6523564457893372,0.7469231486320496,0.12859587371349335,-0.2562658190727234,0.49246662855148315,0.05044873058795929,-0.024386048316955566,-0.01045769453048706,-0.039515018463134766 +495,-1.7436410243178038,-0.8449885653455045,1.7039416651640544,-0.653849720954895,0.747963547706604,0.11415351182222366,-0.08550131320953369,0.34961026906967163,0.07026704400777817,-0.019215404987335205,0.003074049949645996,-0.07010138779878616 +496,-1.7131848770773515,-0.8515794258183645,1.708156825143131,-0.6521288156509399,0.7523218393325806,0.09348833560943604,0.1050192192196846,0.185924232006073,0.005132131278514862,-0.035401761531829834,-0.020388126373291016,-0.03851091116666794 +497,-1.6830717342053634,-0.8485424637715375,1.7283407080564677,-0.6569152474403381,0.7503176331520081,0.07406691461801529,0.07384970039129257,0.11928670108318329,-0.06875872611999512,-0.01178598403930664,0.009524345397949219,0.05197072774171829 +498,-1.6837870408098945,-0.8415933131717377,1.718311923964708,-0.6620268225669861,0.7457056641578674,0.07512284815311432,-0.1038341224193573,0.02134033292531967,-0.015547665767371655,0.01676321029663086,0.04506576061248779,0.03503035753965378 +499,-1.709875887643101,-0.845593214719252,1.6959477806530676,-0.6568828821182251,0.7483646869659424,0.09195262938737869,-0.12226300686597824,-0.10978541523218155,0.046956174075603485,-0.009529471397399902,-0.0018284916877746582,-0.01561284065246582 +500,-1.7316109551176093,-0.846359662057027,1.6903205904536924,-0.6541628837585449,0.7488728761672974,0.10611530393362045,0.022328831255435944,-0.22627916932106018,-0.02448785863816738,-0.04008150100708008,-0.009706616401672363,-0.04428672790527344 +501,-1.7382163127631172,-0.8410326660366266,1.7115567629561952,-0.6573716402053833,0.7453320026397705,0.11109708994626999,0.20273348689079285,-0.3014354407787323,-0.05517706274986267,-0.020042240619659424,-0.024461090564727783,-0.04704070836305618 +502,-1.745441425768062,-0.8355230322026739,1.7474989832843448,-0.6605859398841858,0.741647481918335,0.11655552685260773,0.22446496784687042,-0.38003599643707275,-0.11875417083501816,-0.04884093999862671,-0.03087782859802246,0.0021884292364120483 +503,-1.7613106472908189,-0.8271589071589208,1.7947609632974948,-0.6647212505340576,0.7360110282897949,0.12819364666938782,0.38706567883491516,-0.6426149010658264,-0.1535918414592743,-0.04316449165344238,-0.04112577438354492,-0.03380274772644043 +504,-1.7795257643289772,-0.8217894352858524,1.878665992394602,-0.6661326885223389,0.7323654294013977,0.1410965770483017,0.679656982421875,-0.8958458304405212,-0.21124424040317535,-0.07777905464172363,-0.033528149127960205,-0.06864786148071289 +505,-1.7909163378381956,-0.8161921624673307,1.9990005531624695,-0.6684720516204834,0.7285427451133728,0.14956757426261902,0.8863281607627869,-1.094391942024231,-0.2251628041267395,-0.06793224811553955,-0.019237995147705078,-0.0848703533411026 +506,-1.7997069054224226,-0.8124400314557473,2.142262183414257,-0.6697892546653748,0.7259674072265625,0.1560572236776352,0.931819498538971,-1.0787922143936157,-0.2899537682533264,-0.06046593189239502,-0.032775819301605225,-0.09267221391201019 +507,-1.8027481418265745,-0.8067184823718668,2.2739452346005664,-0.6733428239822388,0.72202068567276,0.15904568135738373,0.9759962558746338,-0.9909537434577942,-0.2275862693786621,-0.033078014850616455,0.026758551597595215,-0.18596221506595612 +508,-1.7908451721955905,-0.8010262360658595,2.420873620179238,-0.6791878938674927,0.7180706858634949,0.15191443264484406,0.8934887647628784,-0.8566745519638062,-0.3483053743839264,-0.02433377504348755,0.053260982036590576,-0.14753521978855133 +509,-1.7742539967520727,-0.7825655166698275,2.5555400460996878,-0.6944809556007385,0.705100953578949,0.14327996969223022,0.806830883026123,-0.6291357278823853,-0.38316360116004944,0.07544702291488647,0.0678483247756958,-0.0820312350988388 +510,-1.763257246560911,-0.776490611821285,2.6508585547060077,-0.7002056241035461,0.7007802128791809,0.13645116984844208,0.4366370439529419,-0.44188761711120605,0.013446560129523277,0.06501281261444092,0.07062780857086182,-0.0033641010522842407 +511,-1.7708571500537515,-0.7855904273603829,2.6921820924874833,-0.6928698420524597,0.7072427272796631,0.14049553871154785,0.3035987317562103,-0.40565142035484314,0.035266757011413574,-0.019059479236602783,0.04768580198287964,-0.032860055565834045 +512,-1.7751544714334093,-0.7931201435701286,2.7513399342341374,-0.687025785446167,0.7125459313392639,0.14238698780536652,0.4701186716556549,-0.4914863705635071,-0.0573090985417366,0.012633085250854492,-0.04990243911743164,0.0522693395614624 +513,-1.794418161432946,-0.7897054325436702,2.800205464734253,-0.686523973941803,0.710145890712738,0.1561330407857895,0.22656159102916718,-0.4696657061576843,-0.19437339901924133,-0.003402113914489746,0.011579513549804688,-0.0030721426010131836 +514,-1.8091448444970775,-0.7742420539613557,2.826312270865565,-0.6947389245033264,0.6991744041442871,0.16879865527153015,0.011133622378110886,-0.2553621828556061,-0.16122815012931824,0.09239828586578369,0.06899881362915039,0.02440810203552246 +515,-1.8383416345782275,-0.7716905782843786,2.8118346770858547,-0.6912334561347961,0.6973479390144348,0.18947897851467133,-0.005515207536518574,-0.2306205779314041,0.14429758489131927,0.08143115043640137,0.054788291454315186,-0.01369774341583252 +516,-1.8779664210759457,-0.7886883630117141,2.777204781096329,-0.6717877984046936,0.7094294428825378,0.21309784054756165,-0.07505052536725998,-0.2835855782032013,0.3037793040275574,-0.030055344104766846,0.07623022794723511,-0.042718201875686646 +517,-1.906925203596722,-0.805000849610732,2.7401450409897623,-0.6543230414390564,0.7208312153816223,0.22861216962337494,-0.3337477147579193,-0.05552610382437706,0.29978299140930176,0.023952007293701172,0.030435144901275635,-0.018056169152259827 +518,-1.9295311485004896,-0.8321497887047369,2.727723104872192,-0.6304277181625366,0.7393804788589478,0.23638461530208588,0.3064139783382416,-0.16058757901191711,0.2192576378583908,-0.024571120738983154,-0.03753715753555298,0.06197050213813782 +519,-1.9468595514548905,-0.8471921408260572,2.712763835181816,-0.6158215999603271,0.7494242787361145,0.24316027760505676,-0.5570490956306458,0.13854849338531494,0.11841064691543579,-0.05330681800842285,-0.030186057090759277,0.11452102661132812 +520,-1.9811742377376296,-0.8257743982184796,2.6287500868421536,-0.6216945648193359,0.7350730299949646,0.2704872190952301,-0.5062357783317566,0.2817772924900055,0.042442645877599716,0.07008939981460571,0.023975372314453125,-0.0769599974155426 +521,-2.002741144612122,-0.817512020362178,2.564994777159112,-0.6212116479873657,0.7294462323188782,0.28636428713798523,-0.3895936608314514,0.307681143283844,0.09327829629182816,-0.014652669429779053,0.0021212100982666016,-0.05440020561218262 +522,-2.0133265429627976,-0.8113501697567969,2.5103137330064684,-0.6221956610679626,0.7252174615859985,0.2948431074619293,-0.26887625455856323,0.23523138463497162,0.11167985945940018,-0.02532637119293213,-0.028455376625061035,-0.046216368675231934 +523,-2.0211295113391556,-0.8074932708794583,2.467249716527498,-0.6223896145820618,0.7225565314292908,0.300904244184494,-0.31557872891426086,0.2449621558189392,0.04676855728030205,-0.06208914518356323,-0.0635751485824585,-0.0028085708618164062 +524,-2.02064315170256,-0.7923731190660508,2.4362237943171903,-0.632302463054657,0.7120215892791748,0.3053174614906311,-0.13806895911693573,0.1768495738506317,-0.11125823855400085,-0.03237038850784302,-0.052063703536987305,-0.01825392246246338 +525,-2.0122516982990666,-0.7774480843217044,2.431485872170096,-0.6443793177604675,0.7014629244804382,0.30450770258903503,-0.020403534173965454,0.044635191559791565,-0.10917239636182785,-0.014769792556762695,-0.026932954788208008,-0.011279582977294922 +526,-2.0064447382556367,-0.7684616766466187,2.4439583571772894,-0.6518255472183228,0.6950300335884094,0.303408682346344,0.03934509679675102,-0.07032046467065811,-0.0780145525932312,-0.017241835594177246,0.003349483013153076,0.04581928253173828 +527,-2.012507946985109,-0.7613271517597274,2.44717254339608,-0.6544399857521057,0.6898828148841858,0.3094671368598938,0.02920343726873398,-0.12133140861988068,-0.04852893576025963,0.019064128398895264,0.005261778831481934,0.01711675524711609 +528,-2.0263341690028973,-0.7597893727495046,2.448272146846507,-0.651050865650177,0.688768744468689,0.3189520835876465,0.008002087473869324,-0.1514052003622055,-0.025041615590453148,0.0351298451423645,-0.023455023765563965,-0.015988826751708984 +529,-2.0453116564100666,-0.7636201710716592,2.4457617886053296,-0.6425293684005737,0.6915409564971924,0.3300412595272064,-0.05137152969837189,-0.0660930722951889,0.07746296375989914,-0.03245842456817627,0.018587827682495117,-0.01593911647796631 +530,-2.0487613902830137,-0.7584034117995452,2.433950330540191,-0.6445813775062561,0.6877632737159729,0.33391064405441284,-0.17182517051696777,0.0962609127163887,-0.0359373576939106,0.027287185192108154,0.02833157777786255,-0.019076019525527954 +531,-2.0459300448579625,-0.753614810258186,2.4016742709031784,-0.6484454274177551,0.684279203414917,0.33358705043792725,-0.3526114821434021,0.3930394649505615,0.10269886255264282,0.0467303991317749,0.015839755535125732,0.035294145345687866 +532,-2.0414666481517703,-0.7505197580345945,2.348699222814992,-0.6518123745918274,0.6820189952850342,0.3316482901573181,-0.39101168513298035,0.4849894046783447,0.21318231523036957,0.017153620719909668,0.005526721477508545,-0.02116253972053528 +533,-2.0339516476510195,-0.7539407227675475,2.2913984134586585,-0.6521952748298645,0.6845168471336365,0.3256964087486267,-0.32647159695625305,0.44641804695129395,0.1885727345943451,-0.017055213451385498,-0.013633668422698975,-0.024564266204833984 +534,-2.0204395129097503,-0.7591219646659552,2.2398647768131204,-0.6533334255218506,0.6882847547531128,0.3153085708618164,-0.34435588121414185,0.6047343611717224,0.2296483814716339,-0.02125757932662964,-0.008032679557800293,0.025328606367111206 +535,-1.99969970349749,-0.764967037297219,2.1737195407339365,-0.6560618877410889,0.6925132274627686,0.3000134527683258,-0.5058936476707458,0.6672092080116272,0.26374751329421997,-0.009099125862121582,-0.01802903413772583,0.0783587396144867 +536,-1.994468819052135,-0.7700145285344046,2.088251316578671,-0.6544273495674133,0.6961456537246704,0.2951367199420929,-0.5483779311180115,0.5414772033691406,0.31846290826797485,-0.04035097360610962,-0.008783161640167236,0.04020565748214722 +537,-2.0040505500884964,-0.7759863699315304,2.0078975185343024,-0.6477850675582886,0.7004204392433167,0.2996430993080139,-0.43420881032943726,0.3836025297641754,0.24835336208343506,-0.057705044746398926,-0.028591156005859375,-0.028692692518234253 +538,-2.006505443587135,-0.7869018636622648,1.9655381566064287,-0.6400777697563171,0.7081692814826965,0.2979876697063446,-0.05181281268596649,0.09765298664569855,0.20658019185066223,-0.037503957748413086,-0.05478799343109131,-0.03715398907661438 +539,-2.007146767696476,-0.7987005712917025,1.9644349914737662,-0.6322696208953857,0.7164501547813416,0.2948461174964905,0.08471497148275375,-0.029000453650951385,-0.012495731003582478,-0.08762478828430176,0.002604961395263672,-0.01321461796760559 +540,-1.9888549221652962,-0.7887136496300755,1.9755594014589126,-0.6440638899803162,0.7094472646713257,0.28612279891967773,0.09059709310531616,0.08222167193889618,-0.03612764552235603,0.05261796712875366,0.04523712396621704,-0.050954341888427734 +541,-1.9790932629163918,-0.8002419630170848,1.9830724849187706,-0.6392769813537598,0.7175246477127075,0.2765562832355499,0.03985702991485596,0.08260034024715424,0.05026113986968994,-0.004506587982177734,0.00825965404510498,-0.04756760597229004 +542,-1.9666734934657168,-0.802964973382188,1.9774395282482429,-0.6408572793006897,0.7194186449050903,0.26784107089042664,-0.11606637388467789,0.215894415974617,0.014662868343293667,-0.0034298300743103027,0.03435027599334717,-0.029224157333374023 +543,-1.9552387880826831,-0.8038082839583126,1.9608709446400565,-0.6433155536651611,0.720004141330719,0.2602681517601013,-0.10144646465778351,0.17080378532409668,0.03588368371129036,-0.013117611408233643,0.0033540725708007812,-0.051756829023361206 +544,-1.9398869941502719,-0.8025246834603379,1.955573433754999,-0.6480961441993713,0.719112753868103,0.2506948709487915,-0.0937071219086647,0.15583819150924683,-0.036165751516819,-0.01767522096633911,0.002719402313232422,-0.01790684461593628 +545,-1.9310483294638983,-0.8011442298768614,1.9521579630973616,-0.6512152552604675,0.7181528210639954,0.24530665576457977,0.016021398827433586,0.015998445451259613,0.0438663475215435,-0.02564936876296997,0.007433176040649414,-0.03172945976257324 +546,-1.9255196555351892,-0.8006908702719285,1.9511753037977615,-0.6528666615486145,0.7178372740745544,0.24181559681892395,-0.17776785790920258,0.15997590124607086,-0.031081588938832283,-0.03359568119049072,-0.04411596059799194,-0.03492164611816406 +547,-1.916321956075982,-0.7931202728594686,1.9479493048347407,-0.6601575016975403,0.7125459909439087,0.23763436079025269,0.24383428692817688,-0.08152289688587189,-0.03856857120990753,-0.07586538791656494,0.010308563709259033,-0.1108185350894928 +548,-1.8774239301501292,-0.7959476544691566,1.9980991218904258,-0.666976273059845,0.714526891708374,0.2111734002828598,0.12257812917232513,0.07837370783090591,-0.04503175988793373,-0.024246931076049805,-0.010913610458374023,0.07448652386665344 +549,-1.8821150976399068,-0.787101426550189,1.9883774423816636,-0.6719689965248108,0.7083101272583008,0.2162276804447174,-0.09538532793521881,0.021982189267873764,0.016065198928117752,0.00023132562637329102,0.016604363918304443,0.0056809186935424805 +550,-1.9043513103220207,-0.7842954082916717,1.9472475174074468,-0.6688706874847412,0.7063266038894653,0.23176488280296326,-0.3789308965206146,0.09190116822719574,0.0713125467300415,-0.09145951271057129,0.11200225353240967,-0.027617454528808594 +551,-1.9109247992353096,-0.7857551355934513,1.9402061812800966,-0.6663600206375122,0.7073591351509094,0.23581242561340332,0.14996835589408875,-0.014010089449584484,-0.017778629437088966,0.011834204196929932,-0.032600224018096924,0.00855708122253418 +552,-1.9085305816987579,-0.777947643851487,1.9308862403694305,-0.6721130013465881,0.7018188834190369,0.23603913187980652,-0.2981562614440918,0.15401718020439148,-0.04584592580795288,0.06667476892471313,-0.048422276973724365,-0.052597999572753906 +553,-1.9104460064829185,-0.7780186842557895,1.929797693688963,-0.6716126799583435,0.7018694877624512,0.2373095005750656,0.2536959648132324,-0.10974733531475067,0.056154560297727585,0.025525033473968506,0.05922365188598633,-0.02618885040283203 +554,-1.8971503350244616,-0.7944099129130219,1.9428546178813602,-0.6637210249900818,0.7134502530097961,0.22464048862457275,-0.17584194242954254,0.16572119295597076,0.09940307587385178,0.05332362651824951,-0.011606931686401367,0.13505497574806213 +555,-1.9299084519654615,-0.7985186071620781,1.8739784861017563,-0.6532574892044067,0.71632319688797,0.24522601068019867,-0.41911572217941284,0.19749462604522705,0.18876107037067413,-0.01788508892059326,0.002899765968322754,-0.03955280780792236 +556,-1.946722696271265,-0.8047367861315623,1.8281504554422483,-0.6448862552642822,0.7206481695175171,0.2545345723628998,-0.16441059112548828,0.11592511832714081,0.20194534957408905,-0.025569677352905273,-0.024160802364349365,-0.002779841423034668 +557,-1.9575308570525523,-0.802767966836214,1.7818610779112924,-0.6434105634689331,0.719281792640686,0.26202431321144104,-0.31263601779937744,0.27626872062683105,0.011725871823728085,-0.020941853523254395,-0.008710503578186035,-0.023285269737243652 +558,-1.9585177333397925,-0.7980127749477441,1.7477158694670183,-0.6463106870651245,0.7159701585769653,0.26394927501678467,-0.2461445927619934,0.20122404396533966,0.09770682454109192,0.02131068706512451,-0.003201603889465332,0.03800690174102783 +559,-1.9737447785537752,-0.792668391065978,1.6876617440909976,-0.6457275748252869,0.7122288942337036,0.27525627613067627,-0.6464331150054932,0.3364567160606384,0.09959890693426132,0.02651059627532959,0.03203380107879639,0.07522284984588623 +560,-2.0024715693882666,-0.7856566279407206,1.6096321691515016,-0.6420751214027405,0.7072895169258118,0.2957720160484314,-0.29635682702064514,0.1180933266878128,0.22575636208057404,0.02929741144180298,0.04849356412887573,-0.06226682662963867 +561,-2.020223531459285,-0.7937521462726911,1.562652219716831,-0.6315454840660095,0.7129892110824585,0.3046252131462097,-0.34611111879348755,0.2259707748889923,0.16131745278835297,-0.002075672149658203,-0.013541579246520996,0.01460382342338562 +562,-2.033041542607467,-0.7926647873624079,1.5062990840174277,-0.6282827854156494,0.7122263312339783,0.3130407929420471,-0.31684598326683044,0.3112001121044159,0.21378396451473236,0.021730661392211914,0.026100635528564453,-0.011923789978027344 +563,-2.038546938436095,-0.8037098094616136,1.4606638978673412,-0.6194900870323181,0.7199357748031616,0.31292879581451416,-0.20799648761749268,0.23819780349731445,0.2340073138475418,-0.02606344223022461,0.0025830864906311035,0.03680261969566345 +564,-2.0501850440635554,-0.8073411769801364,1.4129210639098837,-0.613482654094696,0.722451388835907,0.318909227848053,-0.23951716721057892,0.22330397367477417,0.1457522213459015,-0.0006683468818664551,-0.03675192594528198,-0.0373692512512207 +565,-2.0498603544014364,-0.812956572522112,1.390623727949846,-0.6099765300750732,0.7263225317001343,0.31683510541915894,-0.013147607445716858,0.12013494968414307,0.10163919627666473,0.0006777644157409668,-0.014210045337677002,-0.008317559957504272 +566,-2.0440686077378896,-0.8190492010549136,1.37534714400237,-0.6078507304191589,0.7304968237876892,0.3112739026546478,-0.10684005171060562,0.18972322344779968,0.12307741492986679,0.008943378925323486,-0.011701226234436035,0.03127056360244751 +567,-2.0493330552129936,-0.8207314699549401,1.34339894597737,-0.6051120758056641,0.7316446304321289,0.3139033317565918,-0.13301584124565125,0.1714397370815277,0.01549079455435276,-0.07333940267562866,-0.04783731698989868,-0.016204386949539185 +568,-2.0356207919904024,-0.8091794665079939,1.3423483455372283,-0.6168738007545471,0.7237211465835571,0.30934491753578186,-0.07365790009498596,0.13318020105361938,-0.015484599396586418,0.03238588571548462,0.014987289905548096,0.05527901649475098 +569,-2.038812224878327,-0.8068964185136216,1.3246311903376318,-0.6173563003540039,0.7221437692642212,0.3120565414428711,-0.09151926636695862,0.09338702261447906,0.04230190068483353,-0.010130763053894043,-0.004980802536010742,-0.0012503266334533691 +570,-2.039380971095882,-0.8042223747696178,1.3156136471634439,-0.618899405002594,0.7202914357185364,0.3132786154747009,-0.09257641434669495,0.08662213385105133,-0.03389027342200279,-0.0071381330490112305,0.012466013431549072,0.03065440058708191 +571,-2.041332316957165,-0.799844220405532,1.3023527839698863,-0.6210920214653015,0.7172475457191467,0.31591248512268066,-0.05662158131599426,0.07418343424797058,0.039721500128507614,0.017835795879364014,0.02095741033554077,-0.030115365982055664 +572,-2.039132979440624,-0.8037285297351175,1.2852210352151483,-0.6192945241928101,0.7199487686157227,0.3132856786251068,-0.16025273501873016,0.20904609560966492,0.09506929665803909,0.020570218563079834,0.01778310537338257,-0.022651582956314087 +573,-2.038458497765297,-0.8052547951895803,1.2453731679062134,-0.6185240745544434,0.721007227897644,0.3123721778392792,-0.3530111312866211,0.36614906787872314,0.13487903773784637,0.007714807987213135,0.007447302341461182,-0.01694682240486145 +574,-2.0390700164479565,-0.8081619810943794,1.196942844228394,-0.6164600253105164,0.7230186462402344,0.31180304288864136,-0.2267068773508072,0.33474278450012207,0.22062411904335022,-0.0034435391426086426,-0.009166717529296875,-0.030476689338684082 +575,-2.0334259910155392,-0.8189800935654165,1.1587310874498653,-0.6111747026443481,0.7304496765136719,0.3048100769519806,-0.16953623294830322,0.3318118453025818,0.1946766972541809,-0.039673805236816406,-0.02070218324661255,-0.0011753439903259277 +576,-2.0268847034769792,-0.8254675868985202,1.1226417796186425,-0.6088878512382507,0.7348650097846985,0.2987120747566223,-0.16018269956111908,0.30530527234077454,0.15937522053718567,-0.028395414352416992,-0.0034654736518859863,-0.021704107522964478 +577,-2.0167174058657586,-0.8317254931002359,1.0956943791282852,-0.6077324151992798,0.7390947937965393,0.2905168831348419,-0.182791605591774,0.27617189288139343,0.11669886857271194,-0.02747565507888794,-0.020070135593414307,0.01761910319328308 +578,-2.012370794123852,-0.8328067722166663,1.066611193195776,-0.6082668900489807,0.7398226857185364,0.2875310182571411,-0.11355835199356079,0.19225627183914185,0.11436130106449127,0.0040645599365234375,0.012420356273651123,-0.026086509227752686 +579,-2.0080113234688093,-0.8425903836012432,1.0506561445670326,-0.6029278039932251,0.7463696002960205,0.28179803490638733,-0.0347028411924839,0.14391356706619263,0.12949886918067932,-0.01813530921936035,-0.01716744899749756,-0.004591643810272217 +580,-2.003794603276825,-0.8479972629536239,1.0385282377857095,-0.6004391312599182,0.7499571442604065,0.2775559723377228,-0.03774026036262512,0.06938958168029785,0.06592883169651031,-0.020502090454101562,-0.010836601257324219,-0.013319581747055054 +581,-2.0029789788152166,-0.8501477065897297,1.0403400329592933,-0.5991993546485901,0.7513778805732727,0.2763899266719818,0.05201956629753113,-0.07888556271791458,0.025003833696246147,-0.004743456840515137,0.0010634660720825195,-0.023612886667251587 +582,-2.0026228731020193,-0.8497783394416453,1.0386560285095834,-0.5995495319366455,0.7511340975761414,0.2762925624847412,-0.0900193303823471,0.12532615661621094,0.041868656873703,0.028230011463165283,0.03602099418640137,-0.057817667722702026 +583,-1.9904101964669685,-0.8656086981570873,1.0402327479218945,-0.5919448733329773,0.7614899277687073,0.2640722095966339,0.06677450984716415,0.075787253677845,0.13324148952960968,-0.02393031120300293,-0.008819758892059326,-0.0311773419380188 +584,-1.9733917393523588,-0.8774593010642827,1.0486080082085212,-0.5880087018013,0.7691175937652588,0.25040701031684875,0.12953364849090576,0.09369455277919769,0.03450223430991173,-0.0612679123878479,-0.027677834033966064,-0.010233700275421143 +585,-1.9508875905413274,-0.8725551666631335,1.0652122791131804,-0.5969901084899902,0.7659741044044495,0.23850862681865692,-0.006789808161556721,0.11652381718158722,-0.07250956445932388,-0.01015704870223999,-0.0024396181106567383,-0.0018906742334365845 +586,-1.93807740538062,-0.8695282510929826,1.0734831571029713,-0.602157711982727,0.7640246748924255,0.2316732555627823,0.0900435745716095,0.03435607627034187,-0.013911974616348743,-0.0003813505172729492,0.012113630771636963,-0.007765769958496094 +587,-1.922952943149167,-0.875630322986128,1.088743036433669,-0.6012051105499268,0.7679473757743835,0.22092747688293457,0.18260428309440613,-0.05675312876701355,0.037997499108314514,-0.02084982395172119,-0.011767685413360596,0.006901457905769348 +588,-1.9102857685647916,-0.8746428418537583,1.1133716543390717,-0.6046701669692993,0.7673144936561584,0.21354685723781586,0.022175807505846024,-0.019416987895965576,-0.1393539160490036,-0.017430603504180908,-0.016841590404510498,0.057433947920799255 +589,-1.916262190119257,-0.8579261080531333,1.1066626974779532,-0.6153675317764282,0.7564878463745117,0.2214699536561966,-0.02984430268406868,-0.0013224990107119083,-0.07844971120357513,0.021999001502990723,0.02798175811767578,-0.035038113594055176 +590,-1.9145509649900971,-0.8556812634176306,1.110794287871247,-0.6173430681228638,0.7550178170204163,0.2209884375333786,-0.03653457760810852,-0.0030617364682257175,-0.07351373881101608,-0.002728402614593506,0.008684694766998291,0.007450968027114868 +591,-1.9194077680338275,-0.8474424878738673,1.1049473289222542,-0.6220876574516296,0.7495900392532349,0.2261013239622116,-0.11014650762081146,-0.022508535534143448,-0.08941391855478287,-0.006742298603057861,-0.010637402534484863,0.021197795867919922 +592,-1.930217264228455,-0.8358099088223717,1.0987953966895978,-0.627727746963501,0.7418398857116699,0.23586362600326538,0.02932438999414444,-0.1227005273103714,-0.09351257234811783,-0.013675451278686523,-0.014499187469482422,-0.014092326164245605 +593,-1.9327586970342567,-0.8273705614141954,1.1157601910998483,-0.6329588890075684,0.7361542582511902,0.2396666556596756,0.08154162019491196,-0.17020447552204132,-0.10795131325721741,-0.003119051456451416,-0.01587831974029541,0.001178056001663208 +594,-1.9376064636367405,-0.8240481325602056,1.1416793588523593,-0.6340691447257996,0.7339015603065491,0.24360807240009308,0.25319167971611023,-0.26312267780303955,-0.09362759441137314,-0.03962165117263794,0.018906056880950928,-0.03764498233795166 +595,-1.9346332767600891,-0.8210630032051194,1.1784268963330418,-0.6368352174758911,0.7318705916404724,0.24250034987926483,0.16338858008384705,-0.19210699200630188,-0.13184532523155212,-0.015157580375671387,0.025026321411132812,0.0036238431930541992 +596,-1.9388994723938067,-0.8104188270792132,1.1883448156186989,-0.6430267691612244,0.7245758771896362,0.24800421297550201,-0.06514834612607956,-0.0647319033741951,-0.11337792873382568,0.01431894302368164,0.013949394226074219,-0.03172615170478821 +597,-1.9391475200470878,-0.8059366863092396,1.1971199228511566,-0.6459887623786926,0.7214795351028442,0.24933066964149475,0.11468039453029633,-0.0773424431681633,-0.058660730719566345,0.005516350269317627,0.033342182636260986,-0.030382290482521057 +598,-1.9300809383993527,-0.8100842310068586,1.216741516482506,-0.6454156041145325,0.7243452668190002,0.24240928888320923,0.045943014323711395,-0.0781337171792984,-0.033944983035326004,-0.02944999933242798,-0.016169726848602295,0.015860870480537415 +599,-1.9297735922065418,-0.8041189684784618,1.2298377965846905,-0.6495243906974792,0.7202197313308716,0.24372471868991852,0.18436959385871887,-0.14316266775131226,-0.10883018374443054,-0.012493491172790527,-0.027852177619934082,-0.048183321952819824 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/TEST/standing/q3.csv b/BoostRunClub/CoreML/DataSet/TEST/standing/q3.csv new file mode 100644 index 0000000..035c7ec --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/TEST/standing/q3.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-1.9104662316887466,-0.8003810723792574,1.2760735970056865,-0.6566424369812012,0.7176215052604675,0.2320348024368286,0.3141278624534607,-0.1985488086938858,-0.10208888351917267,0.002177715301513672,-0.0020911097526550293,0.007879137992858887 +1,0.08903390316198215,0.13168488473132964,1.6269519508143486,0.08814649283885956,-0.13130462169647217,-0.9874154329299927,0.016481267288327217,-0.1855212152004242,0.08514901995658875,0.011432364583015442,-0.026532277464866638,0.05160921812057495 +2,0.05795948697371657,0.13307798137346213,1.630551394733548,0.057414863258600235,-0.13268552720546722,-0.9894938468933105,0.04689275473356247,0.032300662249326706,-0.10478915274143219,-0.040294501930475235,0.010950922966003418,0.006659984588623047 +3,0.058607129736056564,0.12284502316858818,1.621145160000847,0.05813217535614967,-0.12253627926111221,-0.990760087966919,0.03815285116434097,-0.22027906775474548,-0.05586353316903114,0.011875148862600327,0.00699673593044281,-0.042778730392456055 +4,0.033214930504923405,0.128778539975432,1.6257734341345231,0.03293383866548538,-0.12842288613319397,-0.9911724925041199,0.11234443634748459,-0.237672358751297,0.14044736325740814,-0.01088489219546318,0.004140064120292664,-0.0059435367584228516 +5,-0.011569320439514193,0.15289930938208482,1.622736604584487,-0.011434094049036503,-0.1523042470216751,-0.9882675409317017,0.1391875147819519,-0.2356410026550293,-0.2233625054359436,-0.024530872702598572,0.004675477743148804,0.01403963565826416 +6,-0.030806201728720003,0.15684364434050319,1.6183908541046892,-0.030423250049352646,-0.15620137751102448,-0.9872565865516663,0.28457632660865784,-0.27401450276374817,-0.12923191487789154,-0.018481172621250153,0.041256919503211975,-0.08470386266708374 +7,-0.06652959399480816,0.19267864367611828,1.6183689922656368,-0.06525029242038727,-0.19148865342140198,-0.9793235063552856,0.29887476563453674,-0.2884340286254883,0.1287304162979126,0.020557299256324768,-0.0070129334926605225,-0.0046852827072143555 +8,-0.06413669090826023,0.20531113262385944,1.630983554359403,-0.06274662911891937,-0.20387177169322968,-0.9769847393035889,-0.16492514312267303,0.10637722909450531,0.2645861506462097,0.05867253243923187,-0.0043801963329315186,0.008356809616088867 +9,-0.0775132878322543,0.19440688568083744,1.6512485856889638,-0.07597699016332626,-0.19318462908267975,-0.9782163500785828,0.01397990807890892,-0.2089323252439499,0.15635628998279572,-0.009533263742923737,0.012383252382278442,-0.009347736835479736 +10,-0.07938835877492557,0.18405894357380445,1.6673635596176724,-0.07796544581651688,-0.1830214560031891,-0.9800125360488892,-0.06320658326148987,0.23806022107601166,0.16868312656879425,-0.006293579936027527,-0.005241483449935913,0.02324068546295166 +11,-0.0742485401238968,0.18268227628894013,1.6837357418507684,-0.0729459747672081,-0.18166786432266235,-0.9806506633758545,0.021525472402572632,-0.11274489760398865,0.2231113761663437,0.016763105988502502,0.008282244205474854,0.003935575485229492 +12,-0.09243021464205847,0.18252756955141936,1.7102923965976597,-0.09076540172100067,-0.18151573836803436,-0.9791903495788574,0.025130361318588257,-0.07176298648118973,0.18957780301570892,-0.034448228776454926,-0.0013303309679031372,-0.018993854522705078 +13,-0.09402827450272706,0.18373502658970414,1.7228273094733002,-0.09230944514274597,-0.18270300328731537,-0.9788250923156738,-0.08454456925392151,0.057085100561380386,0.10708421468734741,0.01859423518180847,-0.014516845345497131,0.026936054229736328 +14,-0.09811152097191905,0.18361145782147473,1.739613437810962,-0.0963076576590538,-0.18258151412010193,-0.9784624576568604,0.05255378410220146,-0.02322019450366497,0.2863737642765045,0.0181826651096344,0.0019937455654144287,0.00026732683181762695 +15,-0.1060550130765602,0.18386638797677007,1.767476794272869,-0.10407201200723648,-0.18283215165138245,-0.9776203036308289,0.004079991020262241,-0.07607968151569366,0.24979336559772491,-0.03679712116718292,0.0004438459873199463,0.021519839763641357 +16,-0.11177012770051321,0.18175399071396256,1.7826493136515453,-0.10970032960176468,-0.18075494468212128,-0.9773911833763123,0.033395301550626755,-0.050903886556625366,0.10626855492591858,-0.020029887557029724,0.0015099495649337769,-0.013987600803375244 +17,-0.11766726087960334,0.18599656440954557,1.7991509383719237,-0.11537113040685654,-0.18492600321769714,-0.975956916809082,0.09044444561004639,0.16647650301456451,0.1378985196352005,-0.026520349085330963,0.0016221702098846436,0.012745857238769531 +18,-0.09912337194392241,0.18562510498328455,1.8160219295791686,-0.09726108610630035,-0.18456093966960907,-0.9779967069625854,-0.06090686097741127,0.3072623610496521,0.10024897754192352,-0.042799338698387146,0.11195960640907288,0.10049426555633545 +19,-0.11896508308193568,0.20155268420156328,1.8364615904689787,-0.11628212779760361,-0.20019082725048065,-0.9728320240974426,0.38872089982032776,-0.7065249681472778,0.15091311931610107,-0.03764854371547699,0.013423249125480652,-0.03322571516036987 +20,-0.1759345329933532,0.2541241295019593,1.8488065994174514,-0.16940708458423615,-0.2513977587223053,-0.9529430270195007,0.5796239376068115,-0.6404306888580322,-0.15062223374843597,-0.06415919959545135,0.024606376886367798,-0.06591683626174927 +21,-0.22651750133891152,0.31034820435029326,1.837871964206782,-0.2138563096523285,-0.30539023876190186,-0.927902102470398,0.2132747918367386,0.06872956454753876,0.00942323263734579,0.022907808423042297,0.010239481925964355,0.02496325969696045 +22,-0.22053088197891083,0.3411485821726967,1.8378909812854327,-0.20614147186279297,-0.33456969261169434,-0.9195481538772583,0.6085653305053711,-0.12239138782024384,0.05770447850227356,0.03602123260498047,0.010137319564819336,-0.0588148832321167 +23,-0.23754894347559707,0.3946600966865627,1.8535915798047793,-0.21723134815692902,-0.384494423866272,-0.8972037434577942,0.44275903701782227,0.036176394671201706,0.09733375161886215,-0.011299550533294678,-0.03915059566497803,0.0036795735359191895 +24,-0.28369304417076574,0.46907973010791404,1.8727486269275118,-0.2496691793203354,-0.4520656168460846,-0.8563305735588074,1.4662702083587646,-0.7427554130554199,-0.039787162095308304,-0.029795557260513306,0.0036708712577819824,-0.05942565202713013 +25,-0.37086987303208696,0.5704624079495311,1.928466793515204,-0.3050365746021271,-0.5400213003158569,-0.7844295501708984,1.1857539415359497,-0.5960659980773926,0.2734820246696472,0.027143537998199463,0.045194029808044434,0.015295028686523438 +26,-0.5424870579725757,0.6772109363471157,2.04768591497543,-0.4023393988609314,-0.6266219019889832,-0.6674338579177856,1.2469958066940308,-1.239659070968628,0.7786492705345154,0.13056513667106628,0.07838892936706543,0.07267683744430542 +27,-0.74072377650907,0.7164683025218451,2.224177533107644,-0.5089035630226135,-0.6567254066467285,-0.5565329790115356,1.1073191165924072,-0.8864455223083496,1.0033016204833984,0.18529516458511353,0.15893793106079102,0.27091896533966064 +28,-1.1276815809656338,0.6751395739926719,2.4506764113634842,-0.705227792263031,-0.6250062584877014,-0.33469492197036743,0.4279040992259979,-1.2390834093093872,1.273606538772583,-0.14648723602294922,0.07951986789703369,0.06392773985862732 +29,-1.0889346243200468,0.5786437151060165,2.45757469023994,-0.7418757677078247,-0.5468889474868774,-0.3879857659339905,-0.5509688854217529,0.1788366585969925,0.9456747174263,0.07878983020782471,0.12567007541656494,0.06239372491836548 +30,-1.2409437325806953,0.4786970133561051,2.513994960497894,-0.8397457003593445,-0.4606230556964874,-0.287495493888855,-0.10977258533239365,-0.7777851819992065,1.0356035232543945,-0.19440346956253052,0.03735950589179993,0.07887732982635498 +31,-1.3863286759625082,0.3616213071523964,2.5920538855850688,-0.9194557666778564,-0.35379114747047424,-0.17156024277210236,1.239801287651062,-1.7533979415893555,1.3068963289260864,-0.01007908582687378,0.06500330567359924,-0.13630110025405884 +32,-1.5093055718665125,0.20385313084881151,2.7006010724894263,-0.9774428606033325,-0.2024441659450531,-0.06017956882715225,0.6534878015518188,-0.10241703689098358,1.5268141031265259,-0.08836817741394043,-0.04517543315887451,-0.10369985550642014 +33,-1.5699759141342795,0.07152629930872148,2.8020525110872567,-0.9974427223205566,-0.07146532833576202,-0.0008183148456737399,0.8535570502281189,-0.2868923544883728,1.2021446228027344,-0.039315640926361084,-0.04195324331521988,-0.025625169277191162 +34,-1.5934584189461516,-0.01878840065743208,2.861899301549821,-0.9995668530464172,0.018787294626235962,0.02265615575015545,0.09009000658988953,0.3933470845222473,0.6821033954620361,0.017175495624542236,-0.04385748505592346,0.05995500087738037 +35,-1.5266433439437483,-0.10189304277791755,2.827869490160974,-0.9938437938690186,0.10171682387590408,-0.0439097061753273,-0.388282835483551,0.3658263087272644,0.8551716208457947,0.04021531343460083,-0.03407461941242218,0.03873700276017189 +36,-1.5298117069756596,-0.16044321740233836,2.8200599696395834,-0.9863277673721313,0.15975575149059296,-0.040446918457746506,-0.7633110284805298,0.4712875485420227,0.9048628211021423,0.1454157829284668,0.024204224348068237,-0.0308116115629673 +37,-1.5188934308252597,-0.28509502419387894,2.79961276736652,-0.9583426117897034,0.28124862909317017,-0.049785468727350235,-0.23353850841522217,-0.23305745422840118,1.4354219436645508,0.015700459480285645,0.12329235672950745,-0.03932582959532738 +38,-1.5310392712449656,-0.4147346013134121,2.8584434831180987,-0.9145001769065857,0.4029470384120941,-0.03637700527906418,-0.006777328439056873,0.06347262114286423,0.7936145663261414,-0.2525988817214966,0.002128094434738159,0.08406072854995728 +39,-1.5109401779009388,-0.51164362802101,2.8785914227113114,-0.8703793883323669,0.48961105942726135,-0.0521598644554615,0.04368261992931366,-0.06846774369478226,1.2325059175491333,-0.04127216339111328,0.04957348108291626,-0.013987001031637192 +40,-1.4903481959871632,-0.6408486210284633,2.947437124958158,-0.7989963293075562,0.5978758931159973,-0.0644167885184288,0.4102713465690613,0.22154933214187622,1.5110268592834473,-0.005202949047088623,0.05365920066833496,0.024621836841106415 +41,-1.3962288693043474,-0.7709768656140594,3.0896322580905196,-0.7063297033309937,0.6968362331390381,-0.12457013130187988,1.1581038236618042,0.21520693600177765,1.2106539011001587,-0.06219446659088135,0.021639108657836914,-0.029207944869995117 +42,-1.190285486359259,-0.84165510343848,-2.9833352572317318,-0.6185775399208069,0.7457467913627625,-0.24743421375751495,1.098852276802063,1.08963942527771,0.9566458463668823,-0.1531662940979004,-0.07347512245178223,0.07519298791885376 +43,-1.0252982527578205,-0.8587338709542319,-2.8168037801903365,-0.5585684776306152,0.7570158839225769,-0.3390108346939087,0.8625881671905518,0.1494605541229248,0.4969894587993622,-0.042231082916259766,-0.016796767711639404,0.011541962623596191 +44,-0.9146028013042233,-0.8504315506551895,-2.697338977964382,-0.5226612091064453,0.751565158367157,-0.402461439371109,0.5228912830352783,0.5807409882545471,0.10098738968372345,-0.011259138584136963,0.03942000865936279,0.010249555110931396 +45,-0.8480086117359356,-0.813836791417275,-2.6603385532603783,-0.5150116086006165,0.7269272804260254,-0.45424649119377136,0.18729758262634277,0.37610578536987305,-0.4203318953514099,-0.11911314725875854,-0.006224155426025391,0.054984986782073975 +46,-0.8539798215691302,-0.7692966831063698,-2.739685120842426,-0.541602611541748,0.6956301331520081,-0.4719802439212799,-0.39573079347610474,0.2602464258670807,-1.0158865451812744,-0.016640186309814453,-0.07113373279571533,-0.02270972728729248 +47,-1.0114628301327078,-0.6706277036591712,-2.882584157072614,-0.6640437245368958,0.6214779019355774,-0.4157055914402008,-0.3216596245765686,-1.372552514076233,-1.5487805604934692,0.009731650352478027,0.06077307462692261,-0.09616568684577942 +48,-1.1073206838048308,-0.6291551648580679,-2.9545311724697703,-0.7232288122177124,0.5884618759155273,-0.361458957195282,-0.10990729928016663,-0.18675382435321808,-0.599138617515564,0.0882343053817749,0.12870115041732788,-0.02455785870552063 +49,-1.1225658180478097,-0.5631474079100013,-2.9997109551106207,-0.7620488405227661,0.5338501930236816,-0.36644989252090454,-0.41068971157073975,0.991309642791748,-0.9823244214057922,-0.11041820049285889,0.02927541732788086,0.11310821771621704 +50,-1.0542939695532447,-0.37163707498595816,-3.1256240694186324,-0.8101910948753357,0.3631412386894226,-0.4601292610168457,-0.22091619670391083,1.7511658668518066,-2.876194715499878,-0.1648607850074768,-0.06118506193161011,-0.012237071990966797 +51,-0.8663922708691948,-0.2784942087423749,3.013809107892247,-0.7326381802558899,0.274908185005188,-0.6226288676261902,-0.770900309085846,1.5371098518371582,-1.4875236749649048,0.08098113536834717,-0.051809459924697876,0.14318251609802246 +52,-0.6487201921148346,-0.23161608409293333,2.855154075196299,-0.5880337953567505,0.22955074906349182,-0.7755789160728455,-0.8050534725189209,2.137622356414795,-1.2653703689575195,0.02965366840362549,-0.06852474808692932,0.24904388189315796 +53,-0.3852777890574275,-0.29645516436796027,2.6872332838550075,-0.3594227135181427,0.29213184118270874,-0.8862698674201965,-1.4982178211212158,3.219360589981079,-0.9054828882217407,0.1729908585548401,0.07308724522590637,0.06411105394363403 +54,-0.17023374944124933,-0.36890926078927655,2.588450951722905,-0.15801484882831573,0.36059829592704773,-0.9192389249801636,-0.3172127902507782,2.3107314109802246,-1.0032936334609985,-0.055623456835746765,-0.05409497022628784,-0.3177300691604614 +55,-0.027161333642229453,-0.37226113643286396,2.557039273373554,-0.025297870859503746,0.36372262239456177,-0.9311637282371521,-0.19192247092723846,0.6719028353691101,-0.21891258656978607,0.242842435836792,0.08128470182418823,0.1804923415184021 +56,0.07609742878402531,-0.42333434627599886,2.667451461904668,0.0693129301071167,0.4108027219772339,-0.9090856909751892,-1.2247320413589478,0.48666220903396606,1.1272377967834473,-0.1606520414352417,-0.047628313302993774,0.2885717749595642 +57,0.09131433076805126,-0.4982567485777209,2.7565778074081493,0.0801006332039833,0.47789496183395386,-0.8747572302818298,0.40170982480049133,-0.08154179155826569,0.018403179943561554,-0.1441112458705902,0.07851678133010864,-0.1546769142150879 +58,0.06499042619387267,-0.4785828974480162,2.7172582941697345,0.05764804780483246,0.46052175760269165,-0.8857744932174683,0.20459337532520294,0.4707655608654022,-0.7583723664283752,-0.03956638276576996,0.06351083517074585,0.09387385845184326 +59,0.08982587687114457,-0.47248866491681557,2.6498282198764107,0.07987689226865768,0.45510369539260864,-0.886848509311676,-0.15436920523643494,0.4715428054332733,-0.5497066378593445,0.09324932843446732,-0.06418877840042114,0.016929686069488525 +60,0.11889334682443187,-0.5128442218557989,2.609548828350271,0.10335411876440048,0.4906575381755829,-0.8652011752128601,-0.3940085470676422,-0.6537246108055115,-0.2065528929233551,0.17075477540493011,-0.027965307235717773,-0.026522397994995117 +61,0.22526226598024035,-0.4879543018838673,2.6275054780437173,0.19729427993297577,0.46881991624832153,-0.860977828502655,-0.05921511352062225,0.7462108135223389,-0.3193590044975281,0.08011050522327423,-0.08553439378738403,0.1061255931854248 +62,0.19293932668426625,-0.5230239116949139,2.6110480041973845,0.16611069440841675,0.4995020627975464,-0.8502381443977356,-0.2356376051902771,0.45886552333831787,-0.39913299679756165,0.03181105852127075,-0.06068980693817139,0.0832398533821106 +63,0.11773966786593983,-0.6446097999232743,2.4613586485889267,0.0938960611820221,0.6008865833282471,-0.7938002347946167,-1.5287926197052002,-0.9371927380561829,-2.2854223251342773,-0.15874594449996948,-0.36078959703445435,-0.010276854038238525 +64,0.0004918672828997165,-0.7722957431078142,2.340918103172441,0.00035232974914833903,0.6977815628051758,-0.7163105607032776,0.17799891531467438,1.1253995895385742,1.091641902923584,0.050734102725982666,0.18228435516357422,-0.05070292949676514 +65,0.07162024149425762,-0.80767401629846,2.482290028656122,0.049460262060165405,0.72268146276474,-0.6894093751907349,-1.0299382209777832,-1.8339780569076538,0.039055757224559784,-0.03897745907306671,-0.12105792760848999,0.05696308612823486 +66,0.03464599147591461,-0.9392291161225064,2.545946708330323,0.020451262593269348,0.8071032166481018,-0.5900561213493347,-1.3129749298095703,-0.18205071985721588,0.4145888388156891,0.08610087633132935,0.1541852355003357,-0.34071481227874756 +67,0.00534860952775689,-1.0520415122581566,2.556337752878673,0.0026518243830651045,0.8684372305870056,-0.4957922399044037,-1.4062930345535278,-0.7090176343917847,0.1812363713979721,-0.07215560972690582,-0.19578397274017334,0.08447635173797607 +68,-0.0632475017998589,-1.1524290943772535,2.4988572757591485,-0.02567838691174984,0.9137535095214844,-0.40545693039894104,-0.3004457950592041,0.15789340436458588,-0.5603839159011841,-0.0173361636698246,-0.18761813640594482,-0.08276331424713135 +69,-0.30075835971830606,-1.313519636814479,2.2982255074857623,-0.07537885755300522,0.9670864939689636,-0.24302639067173004,-2.6682934761047363,-1.150207757949829,-0.2280971258878708,-0.14659073948860168,0.19355803728103638,0.08381617069244385 +70,-1.9570217980588285,-1.4681858610021807,0.8864904688889287,-0.09488444030284882,0.9947401881217957,0.03858470171689987,-1.7948607206344604,-0.6807292699813843,-0.13839100301265717,-0.006815381348133087,0.17380833625793457,0.14342212677001953 +71,-2.296015505793786,-1.413388771205283,0.5517107311401495,-0.11731065064668655,0.9876369833946228,0.10397765040397644,-0.12577040493488312,0.7186992168426514,-0.26181361079216003,0.060517437756061554,0.10730314254760742,-0.0012859180569648743 +72,-2.2168459147252735,-1.4189178086641345,0.4873776155553138,-0.12080425024032593,0.9884886145591736,0.09108515083789825,-0.17816226184368134,1.425196886062622,0.5616248846054077,-0.022323183715343475,0.06719064712524414,-0.06915820389986038 +73,-2.226994352649179,-1.4119723890038756,0.2864328311414661,-0.12531058490276337,0.9874139428138733,0.09649300575256348,0.19373559951782227,1.344089150428772,0.20283107459545135,0.10567252337932587,-0.07354986667633057,0.044650785624980927 +74,-2.148007956204134,-1.4261391363856917,0.31871477231085954,-0.12079930305480957,0.9895553588867188,0.07866334915161133,-0.13186725974082947,-0.023852989077568054,-0.5521584153175354,0.048732027411460876,0.0186539888381958,0.03412962704896927 +75,-2.12096182184526,-1.376852002760487,0.42542048903153934,-0.164291113615036,0.9812516570091248,0.10076514631509781,-0.28696173429489136,-0.779094934463501,-0.3458822965621948,0.13847322762012482,0.09960466623306274,-0.039943695068359375 +76,-2.0938199335091143,-1.3554679500913052,0.473561342298122,-0.18510311841964722,0.9769062995910645,0.10672742873430252,0.2709052264690399,0.23641739785671234,-0.30182820558547974,-0.0795605480670929,-0.014107346534729004,-0.05669393390417099 +77,-2.115261712541453,-1.3114684534977552,0.5546715327239053,-0.21935191750526428,0.9665625691413879,0.13282105326652527,-0.6489277482032776,-2.851565361022949,-1.134190559387207,-0.12448963522911072,-0.12391126155853271,-0.05240727961063385 +78,-2.2136479779204157,-1.2474586801913943,0.6151793577523132,-0.25431036949157715,0.9481801986694336,0.19047482311725616,-0.6029456257820129,0.03542754799127579,0.23768621683120728,-0.04482293128967285,0.041855812072753906,-0.16888368129730225 +79,-2.141776586343199,-1.2598428797889094,0.6129002986909744,-0.25743189454078674,0.952042281627655,0.16536200046539307,0.11490138620138168,0.050269704312086105,-0.03430963307619095,-0.021712422370910645,0.0074152350425720215,0.06052912771701813 +80,-2.168712045310014,-1.2767419090042964,0.5354443733404826,-0.23955203592777252,0.9570766091346741,0.16315442323684692,0.016095807775855064,0.4761793315410614,0.28478753566741943,-0.08178281784057617,0.006500720977783203,-0.08472417294979095 +81,-2.208666010779823,-1.2881102392092636,0.47089708148539394,-0.22408750653266907,0.9603096842765808,0.16610212624073029,-0.10830441862344742,-0.02867031842470169,0.04190078377723694,-0.10901184380054474,-0.04279881715774536,0.00699363648891449 +82,-2.2656936737657865,-1.2806020120706516,0.40187480594783515,-0.21978822350502014,0.9581882953643799,0.18321609497070312,-0.18101897835731506,0.1437091827392578,0.21185731887817383,-0.05094844102859497,0.045443177223205566,-0.06143571436405182 +83,-2.304336925917219,-1.287353415036068,0.334920648913723,-0.20773620903491974,0.9600982666015625,0.18723554909229279,-0.10836534202098846,0.3564640283584595,0.28621143102645874,0.03233642876148224,0.0156707763671875,-0.021875977516174316 +84,-2.4006665240624874,-1.302363055677597,0.20267240058030694,-0.17901642620563507,0.9641876220703125,0.19569143652915955,-0.1850423961877823,0.18816985189914703,0.36764055490493774,0.009445518255233765,-0.02827465534210205,-0.0015844404697418213 +85,-2.4936577094804417,-1.30253226968271,0.10149988848316462,-0.15997347235679626,0.9642324447631836,0.21133926510810852,-0.117471843957901,-0.12179061025381088,0.057047039270401,-0.015304222702980042,0.01503080129623413,-0.008778825402259827 +86,-2.5205399337129313,-1.297586761113298,0.0865038150798621,-0.15700805187225342,0.9629098176956177,0.21943838894367218,-0.10934528708457947,0.11788517236709595,-0.001764282351359725,-0.001698613166809082,0.025035738945007324,-0.006898760795593262 +87,-2.517881984053838,-1.2955741633748625,0.06582752108359773,-0.15872250497341156,0.9623648524284363,0.22059321403503418,-0.027239300310611725,0.3297622799873352,0.12822860479354858,0.06565915048122406,0.02580970525741577,-0.010205000638961792 +88,-2.546606561900784,-1.304090648162838,0.006401770442235958,-0.14772199094295502,0.9646443724632263,0.21826493740081787,-0.03678418695926666,0.1475076973438263,0.1049535796046257,0.023118704557418823,0.018097996711730957,-0.007174849510192871 +89,-2.5453818051518273,-1.309237870614378,0.00813724809252238,-0.14519907534122467,0.9659881591796875,0.21397219598293304,0.01752721145749092,-0.0704292505979538,-0.10087491571903229,-0.03445792198181152,-0.0170135498046875,0.04762446880340576 +90,-2.5175358740931673,-1.3046250067106364,0.04245779676202641,-0.15370269119739532,0.9647850394248962,0.213460773229599,0.13621726632118225,-0.11717693507671356,-0.15887434780597687,-0.003645956516265869,0.03054589033126831,-0.012639850378036499 +91,-2.502829901423085,-1.2935533395836833,0.06972933366753792,-0.16318389773368835,0.9618136882781982,0.21974004805088043,-0.24108871817588806,0.2007666528224945,-0.026386508718132973,0.10437652468681335,0.007302582263946533,-0.04699525237083435 +92,-2.5397206588409422,-1.2739254624769778,0.020675255863761583,-0.16562654078006744,0.9562565088272095,0.24112580716609955,-0.1684604287147522,-0.040674250572919846,-0.0017492265906184912,0.15299224853515625,0.06303071975708008,-0.09691497683525085 +93,-2.5731378113889614,-1.2676938587028186,0.017799613149534807,-0.16068212687969208,0.9544150233268738,0.2515411078929901,0.06594838947057724,-0.5464332103729248,-0.10194536298513412,0.07298988103866577,0.04390639066696167,-0.08160403370857239 +94,-2.5149309074965203,-1.293674748448139,0.21880508558280223,-0.16044461727142334,0.9618469476699829,0.22160422801971436,0.7779010534286499,-1.8494749069213867,-0.47099748253822327,0.045759543776512146,0.036306917667388916,0.007887989282608032 +95,-2.345559219346388,-1.3301805387789587,0.6155016336969765,-0.17028692364692688,0.97119140625,0.16670280694961548,0.3978537321090698,-1.6046335697174072,-0.47412362694740295,0.015822187066078186,0.0024873018264770508,0.08171023428440094 +96,-2.3564559307927246,-1.3159871606899542,0.6921659024072842,-0.17818742990493774,0.9677113890647888,0.17828062176704407,0.0689123272895813,-0.6984496116638184,-0.12756243348121643,0.04430679976940155,-0.011412620544433594,-0.07404780387878418 +97,-2.4310901301815497,-1.291356356851749,0.6810630413166853,-0.1798919439315796,0.9612100720405579,0.20907874405384064,-0.49199938774108887,-0.3691827952861786,-0.12335559725761414,0.09085692465305328,0.06460767984390259,-0.057696372270584106 +98,-2.4967209097924035,-1.2707616189829778,0.6699329537232043,-0.17765618860721588,0.9553262591362,0.236199751496315,0.1596926599740982,-0.8716886043548584,-0.1253564953804016,0.08749198913574219,0.0181846022605896,-0.05011877417564392 +99,-2.5376165405872957,-1.2731923181847087,0.7010404742426792,-0.166531503200531,0.9560418128967285,0.24135355651378632,0.04014327749609947,-0.46739616990089417,-0.02979421429336071,0.05883495509624481,0.003003716468811035,-0.011205166578292847 +100,-2.550777721029548,-1.2822660807581412,0.7514195759595785,-0.15850107371807098,0.9586631059646606,0.2363089770078659,0.19192224740982056,-0.7880376577377319,-0.06177884340286255,0.046944111585617065,0.041107773780822754,0.03805917501449585 +101,-2.5781982698272325,-1.2939019444872015,0.8118160587761114,-0.14599572122097015,0.9619090557098389,0.23111988604068756,0.17314650118350983,-0.8762314319610596,-0.10038073360919952,-0.008591070771217346,-0.014475584030151367,0.05832409858703613 +102,-2.602647319113799,-1.2973864522751823,0.8681267255087511,-0.13858048617839813,0.9628557562828064,0.23174114525318146,0.018023211508989334,-0.8329582214355469,-0.22874893248081207,-0.08891277015209198,-0.024928689002990723,0.05018015205860138 +103,-2.586284222528726,-1.2825991344897252,0.9571269073426912,-0.14984449744224548,0.9587578177452087,0.24151599407196045,0.06494032591581345,-0.7588017582893372,-0.3148784935474396,0.057284653186798096,0.026288509368896484,-0.01516711711883545 +104,-2.5871196300510357,-1.2727431252271648,1.0432954578232294,-0.15461069345474243,0.9559099674224854,0.24966339766979218,0.09887228906154633,-1.0634403228759766,-0.3187093138694763,0.060463979840278625,0.03633856773376465,-0.058379173278808594 +105,-2.5786440178733683,-1.268508617576909,1.1497055283700557,-0.15887987613677979,0.9546579122543335,0.25176477432250977,0.16972984373569489,-0.9038071036338806,-0.29229283332824707,0.01718677580356598,0.002113938331604004,-0.020395755767822266 +106,-2.55429049713782,-1.2709288230929858,1.254475248647339,-0.16368277370929718,0.955375611782074,0.24589717388153076,0.17941658198833466,-0.8035053610801697,-0.2583058178424835,-0.008665263652801514,0.0017929673194885254,0.01821720600128174 +107,-2.4908468369068393,-1.2745067358916038,1.385792371447056,-0.17687144875526428,0.9564263820648193,0.232303187251091,0.4129977524280548,-0.6114175915718079,-0.39768657088279724,-0.055672481656074524,0.06339460611343384,-0.05604901909828186 +108,-2.40675367021873,-1.279418304560909,1.5190378020350093,-0.19260704517364502,0.9578489065170288,0.21313871443271637,0.24054858088493347,-0.6469565629959106,-0.19153441488742828,0.04342187941074371,0.02997457981109619,0.040767550468444824 +109,-2.408487439068221,-1.2863778282992073,1.5929466373057402,-0.18777169287204742,0.9598249793052673,0.2085135281085968,0.17238816618919373,-0.7642620801925659,-0.07785125076770782,0.03486335277557373,-0.019120633602142334,0.019269704818725586 +110,-2.4229628861714123,-1.2903239749535134,1.6502887879576071,-0.18223845958709717,0.9609248042106628,0.20835669338703156,0.2241639345884323,-0.828978955745697,-0.11796995252370834,0.031069651246070862,0.014172792434692383,-0.003934755921363831 +111,-2.4275726100882986,-1.3094524255719326,1.703508351317874,-0.1692063957452774,0.9660435914993286,0.1952660232782364,0.2818772494792938,-0.5505928993225098,0.07460785657167435,-0.008711084723472595,0.007360219955444336,0.023758620023727417 +112,-2.4565898884740327,-1.330897977884238,1.7144783464591722,-0.15032590925693512,0.9713621139526367,0.18400436639785767,0.13800440728664398,-0.5782029032707214,0.0010623341659083962,-0.05534727871417999,-0.01394951343536377,0.035508617758750916 +113,-2.4438441074698867,-1.3287188507028163,1.790010252588577,-0.15401874482631683,0.9708420634269714,0.18369528651237488,0.08486293256282806,-0.7267715334892273,-0.29269054532051086,-0.011127099394798279,0.0059798359870910645,0.03809116780757904 +114,-2.3297574889778416,-1.3068151065660043,1.9931198695513828,-0.1893155723810196,0.9653588533401489,0.1795613020658493,0.2377287894487381,-1.113012671470642,-0.7332701086997986,0.01008579134941101,0.030048370361328125,0.07321573793888092 +115,-2.2031495883122107,-1.2717213965206489,2.193453948073367,-0.2376648485660553,0.9556094408035278,0.17414303123950958,-0.06860645115375519,-0.24278651177883148,-0.9970007538795471,-0.0057585835456848145,0.04172015190124512,0.06462644040584564 +116,-2.0355348084324594,-1.1664761882766508,2.379659382531313,-0.35166993737220764,0.9193700551986694,0.17631475627422333,0.39091554284095764,-0.7457418441772461,-0.6697321534156799,-0.05076536536216736,-0.05619567632675171,0.07159470021724701 +117,-2.0672595281806796,-1.1673866357428864,2.362951768312195,-0.3451642692089081,0.9197278618812561,0.18698205053806305,-0.5681143999099731,-0.057435862720012665,0.3146991729736328,-0.05696582794189453,-0.049412310123443604,0.12350378930568695 +118,-2.1351328001224865,-1.1529314723430757,2.290900376857518,-0.34288644790649414,0.9139574766159058,0.21704953908920288,-0.14596104621887207,-0.5101683139801025,-0.1889292150735855,0.03859570622444153,-0.07660096883773804,0.04476068913936615 +119,-2.1847295799508197,-1.1336194511057647,2.2546130067222725,-0.34606924653053284,0.9059505462646484,0.24390602111816406,-0.1792909801006317,0.006742031313478947,0.07642350345849991,0.058685123920440674,0.10224366188049316,-0.05484956502914429 +120,-2.2077021665691725,-1.1433502158044366,2.2050747890877784,-0.33327150344848633,0.9100274443626404,0.24653609097003937,0.05522631108760834,0.05703069642186165,0.21299228072166443,0.043842852115631104,0.025382041931152344,-0.044189244508743286 +121,-2.2207576549788577,-1.158304539216432,2.1565001415274456,-0.31915372610092163,0.916124701499939,0.24260260164737701,-0.15505504608154297,0.5349670648574829,0.2240338921546936,0.027588874101638794,-0.02069336175918579,0.003720000386238098 +122,-2.228255355889552,-1.1675014958197385,2.121853029463845,-0.31064364314079285,0.9197729229927063,0.23982976377010345,-0.09732181578874588,-0.026568308472633362,0.11537934839725494,0.024953335523605347,0.0659601092338562,0.03458428382873535 +123,-2.2720638136771902,-1.1717967275565901,2.062482056894085,-0.29682132601737976,0.9214500784873962,0.2506529688835144,-0.18004387617111206,0.049162495881319046,0.16606754064559937,-9.950995445251465e-05,0.050656914710998535,-0.016979902982711792 +124,-2.3000122484638057,-1.1672044425372268,2.016068361360649,-0.2928531765937805,0.9196563363075256,0.2616662085056305,-0.22690002620220184,0.24309687316417694,0.0031312317587435246,-0.019768863916397095,-0.010201990604400635,-0.024712592363357544 +125,-2.316581288713165,-1.14735687006687,1.9605964146881687,-0.301827609539032,0.911681056022644,0.2788144648075104,-0.2118200808763504,0.21644505858421326,-0.04937158152461052,0.0014278590679168701,0.037049293518066406,-0.10031726956367493 +126,-2.310885715244874,-1.1319739003717597,1.9453753785481058,-0.31373053789138794,0.9052526354789734,0.2865155041217804,-0.10187990963459015,0.1320571005344391,-0.10443924367427826,0.022836923599243164,0.030279099941253662,-0.04831048846244812 +127,-2.3010138243131486,-1.1280755128686388,1.9468272188969697,-0.3191703259944916,0.9035894274711609,0.2857561707496643,0.00044137705117464066,0.07453640550374985,-0.03295506536960602,0.009386420249938965,0.013051807880401611,-0.06393909454345703 +128,-2.271714357218609,-1.1373207024629952,1.9681355209287572,-0.3210065960884094,0.9075113534927368,0.27088427543640137,0.14729996025562286,0.05953410267829895,-0.019917232915759087,-0.06551381945610046,0.030782222747802734,-0.02567550539970398 +129,-2.2326251395531487,-1.1422132898928434,2.0087153901276658,-0.32784050703048706,0.9095555543899536,0.255400687456131,0.15089648962020874,-0.0984213650226593,-0.11975482106208801,-0.06684339046478271,-0.028909683227539062,0.058228522539138794 +130,-2.1938254334468565,-1.130190543717867,2.05141921866836,-0.34635698795318604,0.9044934511184692,0.24885468184947968,0.09795406460762024,0.10057444870471954,-0.13958707451820374,0.0020729005336761475,-0.021314620971679688,0.035386115312576294 +131,-2.1599404924516454,-1.1209286783842072,2.0675458778356695,-0.36153843998908997,0.9005046486854553,0.24162223935127258,0.05243219435214996,0.24148838222026825,-0.15786238014698029,0.052090227603912354,0.026924490928649902,0.0674903392791748 +132,-2.0876857264705775,-1.1053932276590377,2.1648417665997615,-0.3901546001434326,0.8936407566070557,0.2217790186405182,0.24289311468601227,-0.6137965321540833,-0.4241555631160736,-0.07331591844558716,-0.04676258563995361,-0.07242593169212341 +133,-2.129485092854986,-1.1050343437438805,2.162791108309908,-0.3808181583881378,0.8934796452522278,0.23805871605873108,-0.38762736320495605,0.4500342011451721,0.33830350637435913,-0.045375168323516846,-0.16436874866485596,0.20139434933662415 +134,-2.138344440159466,-1.0908504926193994,2.0630073101542656,-0.38934171199798584,0.88701993227005,0.2482110857963562,-0.4490073025226593,0.8664529323577881,0.0177288930863142,-0.09225621819496155,-0.04899191856384277,0.1921117603778839 +135,-2.112472816007121,-1.0696417567119076,1.944162205986444,-0.41166144609451294,0.8770284652709961,0.24770113825798035,-0.48097631335258484,1.45416259765625,0.1703149974346161,-0.02129143476486206,0.02102750539779663,0.06560753285884857 +136,-2.0767426091348264,-1.0571547240074917,1.8395755396898927,-0.42979374527931213,0.8709609508514404,0.23812665045261383,-0.5193877220153809,1.1467753648757935,0.10642271488904953,0.08215278387069702,0.022135913372039795,0.004060849547386169 +137,-2.065493722625209,-1.0449742077970188,1.7467002496146566,-0.44174978137016296,0.8649116158485413,0.238296240568161,-0.4139142632484436,1.1780954599380493,0.1495041400194168,-0.02251410484313965,0.01254504919052124,-0.0515592098236084 +138,-2.0443592655555234,-1.043276034738388,1.6472120217971187,-0.4479932487010956,0.8640580177307129,0.229576975107193,-0.4134714603424072,0.8240479230880737,0.17662912607192993,0.015437185764312744,0.005753874778747559,-0.04686824977397919 +139,-2.036932461585966,-1.0416056767736162,1.5803293941278858,-0.4509749412536621,0.8632159233093262,0.22689205408096313,-0.3106750547885895,0.6730682849884033,0.22956983745098114,0.04747152328491211,-0.008174479007720947,-0.005670070648193359 +140,-2.0360430108602174,-1.0561535409006397,1.5099599882195707,-0.43990615010261536,0.8704686164855957,0.22083307802677155,-0.2557081878185272,0.7597967982292175,0.38373205065727234,-0.02919483184814453,0.04518085718154907,-0.07955193519592285 +141,-2.034596474043075,-1.0752901024885253,1.4535696734016048,-0.42524704337120056,0.8797281384468079,0.2127046138048172,-0.11616108566522598,0.7354640364646912,0.28799232840538025,-0.04150399565696716,-0.010511279106140137,-0.053585901856422424 +142,-2.02815261792493,-1.091188341126384,1.4076243119045904,-0.4140072762966156,0.8871758580207825,0.20375798642635345,-0.1584974229335785,0.4445176422595978,0.1567111760377884,-0.018732070922851562,-0.040297627449035645,0.013176247477531433 +143,-2.0356623030486705,-1.0977928609741348,1.355862521543318,-0.4072187840938568,0.8902040123939514,0.2042299509048462,-0.21489214897155762,0.5230696201324463,0.23260775208473206,0.022025853395462036,0.035470545291900635,-0.031378358602523804 +144,-2.055779405503721,-1.113588740094523,1.294150549202644,-0.39053839445114136,0.8972886800765991,0.20579852163791656,-0.2390773743391037,0.47196581959724426,0.32392409443855286,0.030278325080871582,0.0016372203826904297,0.017574936151504517 +145,-2.097656123064638,-1.1280683252195969,1.216527483371993,-0.3703097999095917,0.9035863280296326,0.21541161835193634,-0.2536173164844513,0.26557329297065735,0.27930665016174316,-0.0015010833740234375,0.01482480764389038,-0.05008271336555481 +146,-2.147458916615064,-1.1340808586929403,1.1352330514074938,-0.35456639528274536,0.9061458110809326,0.2306131273508072,-0.3931974470615387,0.32455918192863464,0.24916382133960724,-0.009157359600067139,0.010312318801879883,-0.015174269676208496 +147,-2.190970599211576,-1.1332607375058437,1.0345994685928508,-0.3448042571544647,0.905798614025116,0.24624960124492645,-0.3916051983833313,0.7594416737556458,0.2821078300476074,0.03180074691772461,0.025521516799926758,0.003765687346458435 +148,-2.2145948675110017,-1.132315370741412,0.9305738809432987,-0.3395760655403137,0.9053976535797119,0.2548398971557617,-0.2843588888645172,0.612120509147644,0.2118123322725296,0.024512559175491333,0.025236010551452637,-0.06325051188468933 +149,-2.2131315879063997,-1.1398110905155134,0.8799747403597906,-0.3345049023628235,0.9085546135902405,0.2502698600292206,-0.13116894662380219,0.4176490306854248,0.23940719664096832,0.036561787128448486,0.03071540594100952,-0.009501457214355469 +150,-2.2345157476991226,-1.1543363654796446,0.8303366310093362,-0.31864723563194275,0.9145267009735107,0.2492082715034485,-0.1406010538339615,0.5162725448608398,0.27037638425827026,-0.021989941596984863,0.0017940998077392578,0.06068241596221924 +151,-2.212390939574475,-1.1555014314714598,0.795888069322301,-0.32322853803634644,0.914997398853302,0.2414599061012268,-0.06580979377031326,0.637940526008606,0.03950425982475281,0.08888408541679382,0.006160318851470947,-0.05125907063484192 +152,-2.1948877200059953,-1.1567413874032988,0.7649356672253025,-0.3264847695827484,0.9154969453811646,0.23510292172431946,-0.3227030336856842,0.516666829586029,0.18857894837856293,0.10977941751480103,0.0529937744140625,-0.020854204893112183 +153,-2.2320149268097924,-1.1609145062584472,0.6974900087032818,-0.31451499462127686,0.9171679019927979,0.24471133947372437,-0.23845337331295013,0.27101966738700867,0.1969340443611145,0.015900403261184692,0.039894044399261475,-0.016714513301849365 +154,-2.2196350202319937,-1.1576400543330858,0.6819809241911312,-0.31991124153137207,0.9158581495285034,0.24261224269866943,0.05565501004457474,0.2815578281879425,-0.040384691208601,0.04276585578918457,0.023930668830871582,-0.032681822776794434 +155,-2.204988971349233,-1.1550291422402947,0.6639208663087398,-0.3253553807735443,0.9148067235946655,0.23931708931922913,-0.17777705192565918,0.4237988591194153,0.10988426208496094,0.01612076163291931,0.0008426904678344727,-0.03326249122619629 +156,-2.1772725241202684,-1.144931503859193,0.6453152577714695,-0.3394354283809662,0.9106817841529846,0.23546180129051208,0.011102204211056232,0.5244353413581848,-0.20303082466125488,0.06837832927703857,0.0628899335861206,0.006679996848106384 +157,-2.1364301573619646,-1.1448956638302983,0.6422361660543987,-0.34879404306411743,0.9106670022010803,0.2214234322309494,-0.2305581122636795,0.6252647638320923,0.12597410380840302,-0.04756826162338257,-0.06952625513076782,0.03651106357574463 +158,-2.1247885850098647,-1.134309208611594,0.5946239380707665,-0.3595269024372101,0.9062423706054688,0.2224075347185135,-0.2452656328678131,0.683395504951477,0.04987064003944397,-0.02920597791671753,0.027381837368011475,-0.028346315026283264 +159,-2.0949152491067027,-1.1273729356675177,0.561733215259663,-0.3714427053928375,0.9032881855964661,0.21471022069454193,-0.15222644805908203,0.6251357793807983,-0.015864722430706024,0.0114116370677948,-0.01403665542602539,0.0050773173570632935 +160,-2.054437725903658,-1.1188421654647587,0.5213131424572068,-0.3866351544857025,0.8995953798294067,0.20307934284210205,-0.20379677414894104,0.9945175647735596,0.01619686372578144,0.00811043381690979,-0.0022565722465515137,0.029067859053611755 +161,-1.9717827034834225,-1.1136449321186535,0.48094315649194486,-0.40638110041618347,0.8973134756088257,0.17228788137435913,-0.20252791047096252,1.5880104303359985,0.03467433899641037,0.009118497371673584,0.012812376022338867,0.04070951044559479 +162,-1.8626507051983896,-1.1106048470131467,0.4323055731023266,-0.42533907294273376,0.8959674835205078,0.1277860701084137,-0.22491790354251862,1.6073122024536133,0.06928957253694534,0.0068514347076416016,0.03307926654815674,-0.0034726709127426147 +163,-1.7353472232107379,-1.1108655150114861,0.3760077149427171,-0.43789005279541016,0.8960832357406616,0.07271266728639603,-0.2600713074207306,1.7346006631851196,-0.01828918047249317,-0.045355767011642456,-0.0023302435874938965,-0.04515529423952103 +164,-1.627735108131653,-1.0923512497586434,0.31347233665670876,-0.4596531391143799,0.8877118825912476,0.02620040997862816,-0.39033907651901245,1.307778000831604,-0.19115522503852844,0.05074813961982727,0.024641573429107666,-0.03164780139923096 +165,-1.6279139099219142,-1.0715642187174297,0.23451070306495844,-0.47797054052352905,0.8779504299163818,0.027330249547958374,-0.3011774718761444,0.34973812103271484,-0.2829567492008209,0.05621767044067383,-0.006368517875671387,0.01844608411192894 +166,-1.6620538518369112,-1.039629942274528,0.16804513566750462,-0.5044318437576294,0.8622168302536011,0.04616141691803932,-0.34244853258132935,0.09331291913986206,-0.2542204260826111,0.01563173532485962,0.03155159950256348,-0.011996980756521225 +167,-1.687167861240907,-1.0140044903096488,0.11440455137338178,-0.524891197681427,0.8489548563957214,0.061359625309705734,-0.3705446124076843,0.14426475763320923,-0.18707536160945892,0.025089502334594727,0.013014078140258789,-0.06799721717834473 +168,-1.7162814969588276,-0.995730268445399,0.06930313607073146,-0.538144588470459,0.8391563892364502,0.07884915173053741,-0.169631227850914,0.05895175039768219,-0.09728806465864182,0.04908508062362671,0.023926615715026855,-0.007056586444377899 +169,-1.7515511670669266,-0.9903138020947138,0.020011586009512708,-0.5394929051399231,0.836198091506958,0.09859204292297363,-0.323944628238678,0.057305432856082916,0.09180925041437149,0.021228015422821045,0.026091456413269043,-0.02852366864681244 +170,-1.8006533669614966,-1.0011036455956002,-0.04905742506535365,-0.5251868963241577,0.842066764831543,0.12288983911275864,-0.3580971360206604,0.08919385075569153,0.2356642335653305,0.019434452056884766,0.023655712604522705,-0.024409674108028412 +171,-1.839624086003215,-1.0149808554407553,-0.11586186825483362,-0.5086850523948669,0.8494704365730286,0.14014095067977905,-0.27541887760162354,0.17775209248065948,0.20513008534908295,0.006716668605804443,0.00836336612701416,-0.015446200966835022 +172,-1.8633425980867955,-1.0323861146791886,-0.18468857450010667,-0.4909856915473938,0.8585249781608582,0.147878959774971,-0.2947472929954529,0.3778495192527771,0.29051873087882996,0.010364294052124023,0.011180341243743896,-0.015188559889793396 +173,-1.8789725963508497,-1.0513234414527244,-0.2623942450259907,-0.4730357527732849,0.8680809736251831,0.15057571232318878,-0.35334786772727966,0.49143561720848083,0.2708592414855957,-0.0017111003398895264,-0.02434605360031128,0.043470412492752075 +174,-1.9101242045660118,-1.0599450788445952,-0.35155503983748027,-0.4610409140586853,0.8723286390304565,0.1627386063337326,-0.36118727922439575,0.5772294402122498,0.23063142597675323,0.005871325731277466,0.012253761291503906,-0.028522267937660217 +175,-1.9378798983609091,-1.0687951123834036,-0.4482491305465938,-0.4491237998008728,0.8766213655471802,0.1726933866739273,-0.36059775948524475,0.4157803952693939,0.22568948566913605,0.012905478477478027,0.028972625732421875,-0.03541003167629242 +176,-1.9582784103533246,-1.0744771431469988,-0.5296022043409963,-0.4408886134624481,0.8793413043022156,0.1799330711364746,-0.32918497920036316,0.5434820652008057,0.13280253112316132,0.028947114944458008,-0.010429680347442627,0.015837177634239197 +177,-1.960151697995062,-1.0698570815797195,-0.6039168784253486,-0.44430506229400635,0.8771318793296814,0.18229906260967255,-0.40298405289649963,0.5956270694732666,0.11602939665317535,0.06535300612449646,0.02418959140777588,0.060056328773498535 +178,-1.9856436991811275,-1.0661683412050977,-0.6937333767087819,-0.44247207045555115,0.8753544092178345,0.1948675662279129,-0.4455396831035614,0.5402116775512695,0.14624422788619995,0.055753231048583984,0.03773164749145508,0.016314059495925903 +179,-2.0157118551969813,-1.0605749723324254,-0.7856749405778446,-0.4408259987831116,0.8726364374160767,0.21018560230731964,-0.3534180223941803,0.4471745193004608,0.09161138534545898,0.03666651248931885,0.02915787696838379,-0.01099732518196106 +180,-2.0271880082735065,-1.0520017091399696,-0.8563984582522447,-0.44508448243141174,0.868417501449585,0.2185198962688446,-0.297362744808197,0.47635194659233093,0.05820441618561745,0.05729764699935913,0.06186509132385254,-0.03301882743835449 +181,-2.0319346359342645,-1.044983785820874,-0.8996777350168003,-0.44948911666870117,0.8649163842201233,0.22333644330501556,-0.11508039385080338,0.1166340634226799,-0.002453021239489317,0.08948853611946106,0.06467956304550171,-0.06075406074523926 +182,-2.032153143231065,-1.0502937123273228,-0.9085693562394768,-0.44532114267349243,0.8675693273544312,0.2213868498802185,0.0586361438035965,-0.09646596759557724,0.029008151963353157,0.060326725244522095,0.04023689031600952,-0.04102806746959686 +183,-2.041149196475319,-1.0630246243297652,-0.8911343209631867,-0.4334307312965393,0.8738301396369934,0.22036047279834747,0.1302144080400467,-0.319278359413147,-0.03216569498181343,0.03246027231216431,0.023554444313049316,-0.010979413986206055 +184,-2.049973473858625,-1.0682991148609782,-0.8676149804453548,-0.4273734986782074,0.87638258934021,0.22204849123954773,0.10513302683830261,-0.3106028437614441,-0.022220386192202568,-0.00544208288192749,0.003927469253540039,0.0014317035675048828 +185,-2.0570732190367926,-1.069704903846587,-0.8443874563295994,-0.4246964752674103,0.8770588040351868,0.22450104355812073,0.12852786481380463,-0.26813971996307373,-0.06727562099695206,-0.0020918548107147217,0.025498569011688232,-0.05145108699798584 +186,-2.0472928294923496,-1.0749003527600218,-0.8048778010468443,-0.42281702160835266,0.8795427680015564,0.21824370324611664,0.21423430740833282,-0.23098960518836975,-0.023922203108668327,0.017223209142684937,0.019077837467193604,-0.035336628556251526 +187,-2.0262317065746296,-1.0824664110893807,-0.7491530672392901,-0.42133086919784546,0.8831176161766052,0.206357941031456,0.27286142110824585,-0.3467961549758911,-0.07005320489406586,0.01689666509628296,0.0055084228515625,0.015199661254882812 +188,-2.012763264874282,-1.0874902328125715,-0.6851538643052467,-0.42005598545074463,0.8854634165763855,0.19876445829868317,0.33195462822914124,-0.4835856556892395,-0.0956917405128479,0.025631606578826904,0.02981966733932495,-0.008411198854446411 +189,-1.9926073131848527,-1.0922611724114604,-0.6103009019898211,-0.4201180934906006,0.8876703977584839,0.18852651119232178,0.32026970386505127,-0.3630380928516388,-0.10796653479337692,0.02165001630783081,0.018778085708618164,0.02418103814125061 +190,-1.9733502815915187,-1.0946321360101687,-0.5380788319819098,-0.4217326045036316,0.8887596726417542,0.17957668006420135,0.26426708698272705,-0.46427878737449646,-0.08226311206817627,0.03509014844894409,0.005557894706726074,0.06825660169124603 +191,-1.9773608177692699,-1.0974438650768745,-0.4825955786654927,-0.4187120199203491,0.8900449872016907,0.18027763068675995,0.2212449610233307,-0.49560168385505676,-0.05265963077545166,0.009715437889099121,-0.0030974149703979492,0.03987622261047363 +192,-1.9857920361619614,-1.0990938706201965,-0.44324901131208505,-0.41583251953125,0.8907960057258606,0.18320898711681366,0.13367676734924316,-0.3130240738391876,-0.06393840163946152,-0.026962220668792725,0.013943254947662354,0.002887219190597534 +193,-1.9631542331241116,-1.0983255640100198,-0.4042621914834897,-0.42050591111183167,0.8904466032981873,0.17401118576526642,0.1521235555410385,0.10637442022562027,-0.044808708131313324,0.007603049278259277,0.02671349048614502,0.0196380615234375 +194,-1.9280746711077759,-1.1016786833627954,-0.37858818055464616,-0.4235505759716034,0.8919675350189209,0.15811091661453247,0.1082213968038559,0.17361558973789215,-0.05994374677538872,-0.014620840549468994,0.004776358604431152,0.038925901055336 +195,-1.89848905588491,-1.0954835657507547,-0.36401325715161803,-0.4332655370235443,0.8891496658325195,0.14728815853595734,0.033837106078863144,0.2096494734287262,-0.07045772671699524,0.04126724600791931,0.03827947378158569,0.025929555296897888 +196,-1.8794882382496134,-1.0971018830623185,-0.36229188725193784,-0.43461450934410095,0.8898890614509583,0.13859239220619202,0.019089512526988983,0.23931922018527985,0.01477824430912733,0.027387917041778564,0.016513586044311523,0.04141557216644287 +197,-1.891166085875874,-1.097179026643691,-0.3736716618454539,-0.43290144205093384,0.8899242281913757,0.14363662898540497,-0.1418287307024002,-0.12231861054897308,-0.10265188664197922,-0.027441024780273438,0.05108541250228882,-0.03929696977138519 +198,-1.88538921619076,-1.093113654083691,-0.37431417011267837,-0.43716031312942505,0.8880626559257507,0.1422516107559204,0.027455784380435944,0.4846019148826599,0.058030933141708374,0.049022555351257324,-0.04580801725387573,-0.030679360032081604 +199,-1.8630104578748443,-1.095314482618309,-0.3766747681792083,-0.4383615255355835,0.8890722393989563,0.13187040388584137,-0.0069915978237986565,-0.12167736887931824,-0.10368410497903824,0.03400355577468872,-0.015308141708374023,0.016460314393043518 +200,-1.8986671243559294,-1.0877781145709693,-0.37125853558723304,-0.4397129416465759,0.8855971097946167,0.14956729114055634,-0.06565167009830475,-0.3714091181755066,0.04139530286192894,0.018036305904388428,0.0255357027053833,-0.050705552101135254 +201,-1.9132674528568345,-1.0912494400835475,-0.36839072089213976,-0.4345841109752655,0.8872040510177612,0.1549377739429474,0.09187622368335724,-0.07080983370542526,-0.05284040793776512,-0.05217123031616211,0.0026580095291137695,-0.050537109375 +202,-1.886524090206809,-1.087211652753549,-0.32357495458365293,-0.44197338819503784,0.8853338956832886,0.14437267184257507,0.1615402102470398,-0.20634609460830688,-0.06749603897333145,0.013323456048965454,0.024608731269836426,-0.03006911277770996 +203,-1.8570558850431242,-1.0900020720033385,-0.27165851102603306,-0.4436635673046112,0.8866278529167175,0.13058961927890778,0.23810787498950958,-0.17744410037994385,-0.062908835709095,0.006438225507736206,0.026076555252075195,-0.021824970841407776 +204,-1.8225225408576096,-1.0922265958481043,-0.19573902841779103,-0.4459966719150543,0.8876544833183289,0.11470209062099457,0.3839339017868042,-0.4066329896450043,-0.08394864946603775,0.009717375040054321,0.010218441486358643,-0.02720820903778076 +205,-1.7778902097357963,-1.0938446003960545,-0.08630366675357866,-0.4492641091346741,0.8883984088897705,0.09439316391944885,0.47466081380844116,-0.45291760563850403,-0.06375721842050552,0.02685508131980896,0.008787870407104492,0.034650444984436035 +206,-1.7370155002895662,-1.0979620013943,0.034050314157122986,-0.4491345286369324,0.890281081199646,0.07534999400377274,0.5303276777267456,-0.7937291264533997,-0.08286772668361664,0.02974674105644226,0.0013814568519592285,0.06878446787595749 +207,-1.7104599949422776,-1.1025296520986099,0.1417335419254512,-0.44694527983665466,0.8923519253730774,0.06283107399940491,0.4789617359638214,-0.627265214920044,-0.020719006657600403,-0.01673874258995056,0.005597174167633057,0.017399661242961884 +208,-1.676537101087947,-1.0958448135595793,0.22710262078655552,-0.45474082231521606,0.8893148899078369,0.04826466366648674,0.2631351053714752,-0.3126010298728943,-0.11471685767173767,-0.023316949605941772,-0.01060718297958374,0.013609640300273895 +209,-1.6523377575237759,-1.085637428990531,0.28175704439530264,-0.46479952335357666,0.8846008777618408,0.03798464313149452,0.24395757913589478,-0.15948063135147095,-0.14328506588935852,-0.011412054300308228,0.03426814079284668,0.024561166763305664 +210,-1.6173093132180527,-1.0740298362330827,0.33532672157809074,-0.47606998682022095,0.8791282176971436,0.02215941809117794,0.10062889754772186,-0.09689223766326904,-0.036937177181243896,0.024592936038970947,-0.027260541915893555,0.019405482336878777 +211,-1.6122392609662586,-1.0716759108245226,0.35687680599815147,-0.47824251651763916,0.8780038952827454,0.019831128418445587,0.13500197231769562,-0.09957750886678696,-0.10523775964975357,-0.02436673641204834,-0.0004099607467651367,0.028783321380615234 +212,-1.6055074346844838,-1.067839913636574,0.37609294781066765,-0.48172783851623535,0.8761613368988037,0.016728026792407036,-0.013301718048751354,-0.08908183872699738,0.010665257461369038,-0.019477635622024536,0.0015548467636108398,-0.00873243622481823 +213,-1.614593497866456,-1.0618973579943833,0.3748667058840416,-0.4867488443851471,0.8732814788818359,0.02133186347782612,-0.01908682845532894,0.002130604349076748,-0.015195004642009735,-0.003928035497665405,0.0051822662353515625,0.011016845703125 +214,-1.624385457331623,-1.061924024966747,0.3681765177234078,-0.486493319272995,0.873294472694397,0.026095740497112274,-0.008408785797655582,-0.07283961027860641,-0.016526635736227036,-0.012530088424682617,-0.004077553749084473,0.002468705177307129 +215,-1.6178884396829925,-1.0609398977427666,0.37019883938731124,-0.4875109791755676,0.8728145956993103,0.022974908351898193,0.022591497749090195,0.1931629627943039,-0.0003880258882418275,0.015312492847442627,0.008914530277252197,-0.007685661315917969 +216,-1.5715101362385557,-1.0648598738125694,0.3820656607277405,-0.4846268892288208,0.8747210502624512,0.0003459313011262566,0.1236560121178627,0.429069459438324,0.06250520795583725,0.016502469778060913,0.012379288673400879,-0.015681028366088867 +217,-1.4912753664696954,-1.0736403471242402,0.4208202730973104,-0.4754207730293274,0.8789424896240234,-0.03788580745458603,0.17781783640384674,0.5152075886726379,0.10256924480199814,-0.024045169353485107,-0.016515731811523438,0.027387797832489014 +218,-1.4256959654533,-1.0848466471940037,0.4392928788557158,-0.46214014291763306,0.8842318058013916,-0.06753130257129669,-0.2758879065513611,0.17279446125030518,0.1670854240655899,-0.043291956186294556,-0.004440605640411377,0.03809715062379837 +219,-1.5264407629207752,-1.1042371013764896,0.3565203906080997,-0.449373722076416,0.8931213021278381,-0.019945306703448296,-0.42680811882019043,-0.5685312151908875,0.08258169144392014,-0.03268200159072876,-0.029885709285736084,0.04071247577667236 +220,-1.6233201795587713,-1.1067974834276961,0.31324551450960586,-0.44691067934036255,0.8942700624465942,0.023495079949498177,0.01810290664434433,-0.66145259141922,-0.02378038316965103,-0.05785006284713745,-0.02540409564971924,-0.004070639610290527 +221,-1.7030272628397347,-1.1114245981873474,0.2835617611050809,-0.43951454758644104,0.896331250667572,0.058458536863327026,-0.3304978907108307,-0.4164852797985077,0.08217558264732361,-0.04615741968154907,0.026825547218322754,-0.058382272720336914 +222,-1.779120970260745,-1.1117085290527837,0.2456727681947214,-0.4335492253303528,0.8964570760726929,0.09164866805076599,0.03616877645254135,-0.1956447809934616,-0.07915178686380386,-0.007093995809555054,-0.03692960739135742,-0.045994408428668976 +223,-1.776955967623893,-1.098863440474553,0.26098907991861914,-0.44498211145401,0.8906912207603455,0.0930594950914383,0.01854041963815689,-0.1388855278491974,-0.0947277694940567,0.07043984532356262,0.028925418853759766,0.014942288398742676 +224,-1.8021019306846555,-1.1035741914942758,0.2615027827585134,-0.4384126365184784,0.8928229212760925,0.10325536876916885,-0.016574908047914505,-0.15829908847808838,0.036546073853969574,0.024914711713790894,-0.00802677869796753,0.01960837095975876 +225,-1.8189044212255918,-1.108938819687528,0.2436989176265109,-0.43196675181388855,0.8952262997627258,0.10942911356687546,-0.10073748230934143,0.013926543295383453,0.02545814961194992,-0.009607315063476562,-0.00197678804397583,0.035163164138793945 +226,-1.8468743811086779,-1.1072938671229349,0.1962067012425612,-0.43015357851982117,0.8944920897483826,0.12186803668737411,-0.25384795665740967,0.3409230411052704,0.08879850804805756,0.007240980863571167,0.03200632333755493,0.011783719062805176 +227,-1.8583277134141325,-1.1115361552722545,0.1345149194269013,-0.4250868856906891,0.8963807225227356,0.1257093846797943,-0.2267807275056839,0.42004889249801636,0.1409967839717865,0.0154036283493042,7.319450378417969e-05,0.0168381929397583 +228,-1.8750065695204283,-1.1199667811161726,0.06457299077437773,-0.41570642590522766,0.900085985660553,0.1305132806301117,-0.3445158302783966,0.650540828704834,0.20475628972053528,-0.023197442293167114,0.017119944095611572,0.03370179235935211 +229,-1.8916993445522752,-1.12480742303399,-0.030124683770146172,-0.4093300700187683,0.9021845459938049,0.1360579878091812,-0.3374447524547577,0.6845744252204895,0.07722929865121841,-0.011171579360961914,0.023672878742218018,0.0015305131673812866 +230,-1.8930950917195468,-1.1201122693367522,-0.11351985155889117,-0.41315317153930664,0.9001493453979492,0.13796943426132202,-0.34897083044052124,0.7886719703674316,0.08307196199893951,0.04894116520881653,0.01998615264892578,0.007553577423095703 +231,-1.9019638566970403,-1.1191156280735772,-0.19794706859374628,-0.4127615690231323,0.8997147679328918,0.14191976189613342,-0.36857351660728455,0.42224809527397156,0.1233702301979065,0.028911471366882324,0.025074660778045654,0.004137277603149414 +232,-1.932972520320979,-1.1180445682196773,-0.2831079177584242,-0.4090637266635895,0.8992467522621155,0.15498991310596466,-0.28826993703842163,0.5453611016273499,0.10530097037553787,0.016211003065109253,0.033156633377075195,-0.040579572319984436 +233,-1.9337432777839683,-1.1180944776468,-0.34305681336896143,-0.40890246629714966,0.899268627166748,0.15528932213783264,-0.19816891849040985,0.5083768367767334,0.05986163765192032,0.01614120602607727,0.015800952911376953,-0.029419541358947754 +234,-1.9285944222998816,-1.1201787928024427,-0.40809279162120304,-0.4079398810863495,0.9001783132553101,0.15252506732940674,-0.3251373767852783,0.6235408782958984,0.1458345204591751,0.015605926513671875,-0.0019698143005371094,0.016740664839744568 +235,-1.9490678025138328,-1.120754156266919,-0.49997803143251884,-0.40425094962120056,0.9004287719726562,0.16065330803394318,-0.3775644898414612,0.5596612095832825,0.13773499429225922,0.015380650758743286,0.0106583833694458,-0.014916643500328064 +236,-1.973952122951569,-1.1198018672901078,-0.597643561921138,-0.40091672539711,0.9000141024589539,0.1709982454776764,-0.3469737768173218,0.7046781182289124,0.17926722764968872,0.012260138988494873,0.03333550691604614,-0.029289841651916504 +237,-1.9719152409596503,-1.1208914557867775,-0.6815943941775716,-0.40036118030548096,0.9004884958267212,0.16979828476905823,-0.30090150237083435,0.7045630812644958,0.11409628391265869,-0.0020588934421539307,0.005563139915466309,-0.01229715347290039 +238,-1.9671692877151694,-1.1171028285830242,-0.7527909741151535,-0.4043067395687103,0.8988344073295593,0.1692122220993042,-0.3086652457714081,0.6068061590194702,0.07773074507713318,0.020380377769470215,0.008148014545440674,-0.018104448914527893 +239,-1.9738472968666623,-1.1124572631346032,-0.8293286176155588,-0.4070044159889221,0.8967886567115784,0.17354433238506317,-0.26871272921562195,0.4466277062892914,0.055554307997226715,0.02703005075454712,0.019059181213378906,-0.04485166072845459 +240,-1.98208772176559,-1.1056458810315648,-0.8827802001369753,-0.4111497402191162,0.8937540650367737,0.17933012545108795,-0.1781521588563919,0.2844265401363373,0.014468223787844181,0.020448505878448486,0.03837466239929199,-0.027154237031936646 +241,-1.9882004248328102,-1.1008514333421,-0.9207484085691019,-0.4139583706855774,0.8915932178497314,0.18357503414154053,-0.06439454108476639,0.20732879638671875,-0.015797872096300125,0.027453303337097168,0.041008591651916504,-0.07708396017551422 +242,-1.9705368047899652,-1.1023838497223728,-0.9282615303974739,-0.4158773124217987,0.8922861218452454,0.17570289969444275,0.0010899212211370468,0.09472392499446869,-0.010716565884649754,0.009932518005371094,-0.004545032978057861,-0.018140673637390137 +243,-1.9583941522633952,-1.1004908007191363,-0.921895251532474,-0.4195428788661957,0.8914299011230469,0.1712782233953476,0.047525689005851746,-0.0017398865893483162,-0.11445765942335129,0.004748016595840454,0.0435522198677063,-0.022230416536331177 +244,-1.9324465134261997,-1.0921750251602287,-0.885953593115326,-0.4307641386985779,0.8876307606697083,0.16295289993286133,0.1227445974946022,-0.09276211261749268,-0.18608498573303223,0.025383949279785156,0.016528606414794922,0.060756176710128784 +245,-1.9310525994116035,-1.0822667545248137,-0.8732801800698904,-0.439200222492218,0.8830239176750183,0.1654447317123413,-0.06133132427930832,-0.05153600126504898,-0.12349879741668701,0.03687173128128052,-0.025617361068725586,0.10091269016265869 +246,-1.9847598894490468,-1.061958432756515,-0.908906286115326,-0.4460139572620392,0.8733112215995789,0.1959569752216339,-0.21840603649616241,-0.17670156061649323,-0.22755588591098785,-0.0594792366027832,-0.001958131790161133,-0.04825186729431152 +247,-1.9762369013879055,-1.0357399359737338,-0.9126952066626093,-0.46855220198631287,0.8602398633956909,0.2011125236749649,-0.13563618063926697,0.4178115427494049,-0.1909950077533722,-0.035323530435562134,-0.022074580192565918,-0.02885603904724121 +248,-1.9297266572338847,-1.0213005065854996,-0.9254152366250161,-0.48897549510002136,0.852787971496582,0.18345485627651215,-0.06294725090265274,0.3604816496372223,-0.06532886624336243,-0.046684324741363525,0.06083202362060547,-0.13476407527923584 +249,-1.903553392031231,-1.0127894571330829,-0.9213105331212077,-0.5004513263702393,0.8483121395111084,0.17296014726161957,0.023821577429771423,0.0741359293460846,-0.19401860237121582,-0.06592446565628052,-0.011901497840881348,-0.09503351151943207 +250,-1.8614045450583585,-0.9917543047935331,-0.8942171826534291,-0.5242772698402405,0.8369872570037842,0.1567983776330948,0.2122766077518463,0.34337353706359863,-0.23509611189365387,0.03155571222305298,0.03645634651184082,-0.0685720443725586 +251,-1.8098455502603674,-0.9903595936721452,-0.8392755996810165,-0.5327951908111572,0.8362232446670532,0.12984710931777954,0.3369320034980774,-0.2984967529773712,0.04888049513101578,0.029728174209594727,0.021076679229736328,-0.020914539694786072 +252,-1.7980005618469919,-1.0046196493646897,-0.7933653380550252,-0.5226234197616577,0.8439580202102661,0.12082856893539429,0.34409067034721375,-0.3689535856246948,0.06776853650808334,-0.06416851282119751,-0.05904597043991089,-0.02741432934999466 +253,-1.7920542282025875,-1.0200798647010652,-0.7577442246176913,-0.5105413198471069,0.8521498441696167,0.11484147608280182,0.18673193454742432,-0.07502105832099915,0.13865628838539124,-0.13893383741378784,-0.06620001792907715,0.0007591396570205688 +254,-1.7852920365319784,-1.0352262155191023,-0.7710425963554172,-0.4986365735530853,0.8599778413772583,0.10862644761800766,-0.23604901134967804,0.5318642854690552,0.25438493490219116,-0.04721611738204956,0.0110701322555542,-0.053008079528808594 +255,-1.7783069240380625,-1.0507851963704378,-0.8103759174633892,-0.48622989654541016,0.8678136467933655,0.10237148404121399,-0.16795337200164795,0.13465213775634766,0.13931137323379517,-0.028449058532714844,-0.001846909523010254,-0.009720094501972198 +256,-1.7924139857861974,-1.060778864516143,-0.8659868511041506,-0.4762529134750366,0.8727359771728516,0.10730863362550735,-0.22926174104213715,0.462157666683197,0.14777344465255737,-0.014134049415588379,-0.017419815063476562,-0.011040925979614258 +257,-1.7934961923117791,-1.067033166985772,-0.9145885205897063,-0.4708036482334137,0.8757721781730652,0.1066163182258606,-0.13237135112285614,0.3250344395637512,0.02861839532852173,-0.021750032901763916,-0.02605605125427246,-0.00416874885559082 +258,-1.7951025955431386,-1.0675891621828613,-0.9533096139806349,-0.47015661001205444,0.8760404586791992,0.10726407915353775,-0.25695526599884033,0.34121063351631165,0.07738615572452545,-0.007992714643478394,-0.002459704875946045,-0.012583278119564056 +259,-1.7993581875786127,-1.0653921066492842,-0.9872694638518303,-0.47156956791877747,0.8749788403511047,0.10969976335763931,-0.06651260703802109,0.15131710469722748,-0.043258775025606155,0.0077024102210998535,-0.006860613822937012,-0.05147220194339752 +260,-1.7855622650953913,-1.0632860815867866,-1.0091496478347766,-0.47483742237091064,0.8739572167396545,0.10357628762722015,-0.1177104115486145,0.4267510175704956,0.04214579612016678,0.02857893705368042,0.021870911121368408,-0.013579979538917542 +261,-1.7730268476832756,-1.0665863689519524,-1.0307291562273886,-0.47327062487602234,0.8755564093589783,0.0970362201333046,-0.07060691714286804,0.26572123169898987,0.05874745547771454,0.02035921812057495,0.038963913917541504,-0.007863864302635193 +262,-1.7613475945086525,-1.0725044879320784,-1.0527716543103365,-0.46927541494369507,0.8784002065658569,0.0905192643404007,-0.05467819795012474,0.21170325577259064,0.08038946986198425,0.047827690839767456,0.021090149879455566,-4.172325134277344e-06 +263,-1.7634931297432732,-1.0823009023392998,-1.072077450490761,-0.4606119990348816,0.8830399513244629,0.08987361937761307,-0.0738329291343689,0.09304778277873993,0.10956757515668869,0.039957672357559204,0.01014864444732666,0.0012213066220283508 +264,-1.7785019412737058,-1.094014330232579,-1.094569400902778,-0.44905853271484375,0.8884763121604919,0.09463683515787125,-0.05460653454065323,-0.01683255285024643,0.08382853120565414,0.0018692612648010254,0.013852059841156006,0.004056915640830994 +265,-1.7947936324565001,-1.0994789465290897,-1.1073979970353967,-0.44271695613861084,0.8909708857536316,0.10085994750261307,-0.0299343504011631,-0.19084620475769043,0.04743821173906326,0.004667609930038452,0.005757749080657959,-0.022826537489891052 +266,-1.8220597952510234,-1.105534792488592,-1.126688848388493,-0.4345683157444,0.8937042355537415,0.11154855787754059,-0.0383661650121212,0.0832480862736702,0.060625769197940826,-0.0026265084743499756,0.0075560808181762695,-0.058508992195129395 +267,-1.8076723873457208,-1.1105412773198242,-1.118228882208552,-0.43177324533462524,0.8959392309188843,0.10423360019922256,0.06423595547676086,-0.10693980753421783,0.023911399766802788,-0.01564490795135498,0.008830547332763672,-0.011078611016273499 +268,-1.8037294050507147,-1.1134378984159758,-1.107864146409193,-0.4296540915966034,0.897222101688385,0.10193086415529251,0.0003768196329474449,-0.05020914971828461,0.005801638588309288,-0.013400077819824219,-0.011891841888427734,-0.004488229751586914 +269,-1.8029961768567506,-1.1095920162365338,-1.1021821428611152,-0.43308305740356445,0.8955171704292297,0.1024089977145195,0.019524578005075455,-0.12503613531589508,-0.07638932764530182,-0.0017465651035308838,-0.009653151035308838,0.01790652424097061 +270,-1.8125766577263518,-1.1003183709958662,-1.0968744008254472,-0.4401269257068634,0.8913516998291016,0.10853727161884308,0.011142779141664505,-0.2983183264732361,-0.11562526971101761,0.007906526327133179,0.014394700527191162,0.015547148883342743 +271,-1.8458995340488455,-1.0898750819574534,-1.093582999339839,-0.44520094990730286,0.8865691423416138,0.1256624311208725,0.05252288281917572,-0.31511610746383667,-0.14663879573345184,0.009272634983062744,0.03295588493347168,-0.055349960923194885 +272,-1.8496122065445442,-1.0781139601074385,-1.0690366710465316,-0.4547250270843506,0.8810672760009766,0.1301753669977188,0.09752950817346573,-0.3000645339488983,-0.1489066332578659,0.054776906967163086,0.03359031677246094,-0.03583025932312012 +273,-1.851442555102549,-1.068166092095254,-1.032159443748453,-0.4628850221633911,0.8763185143470764,0.13342851400375366,0.14247487485408783,-0.32514744997024536,-0.10141725838184357,0.08686265349388123,0.05712258815765381,4.00543212890625e-05 +274,-1.8622872796020395,-1.0649385045463535,-0.9823429063062336,-0.4641176760196686,0.8747591376304626,0.13925257325172424,0.32129907608032227,-0.7234603762626648,-0.07708574086427689,0.06723654270172119,0.058697283267974854,-0.009079933166503906 +275,-1.867258534012581,-1.0690671687616404,-0.9018563282127228,-0.45996150374412537,0.8767522573471069,0.14050175249576569,0.3984368145465851,-0.7405250072479248,-0.05563830956816673,-0.05128416419029236,0.07612854242324829,0.006074175238609314 +276,-1.86304982864416,-1.0720412233304943,-0.8135709716445915,-0.458050012588501,0.8781787157058716,0.13781286776065826,0.4219207763671875,-0.5500727295875549,-0.07838711887598038,0.05570623278617859,-0.08064758777618408,-0.02701878547668457 +277,-1.8353010567655919,-1.0734595105032707,-0.7229045566457921,-0.46049436926841736,0.8788562417030334,0.12472530454397202,0.4141145348548889,-0.5008805394172668,-0.08315405249595642,0.024978071451187134,0.03700661659240723,0.05853269249200821 +278,-1.8502977279735981,-1.0768424413145619,-0.6350803271389315,-0.4557120203971863,0.8804651498794556,0.13079600036144257,0.3656124472618103,-1.0103486776351929,-0.12009922415018082,-0.04318931698799133,-0.04358166456222534,-0.04731513559818268 +279,-1.8285378878201268,-1.0679393632955183,-0.521446141817582,-0.4660114645957947,0.8762092590332031,0.12284282594919205,0.6090419292449951,-0.6752399802207947,-0.23637302219867706,0.05730485916137695,0.028560519218444824,0.009786590933799744 +280,-1.8033800818863426,-1.0693202427316413,-0.3978815456032628,-0.46777668595314026,0.8768739104270935,0.11080246418714523,0.5800326466560364,-0.8672788143157959,-0.047680653631687164,0.017703473567962646,0.009661674499511719,0.032569169998168945 +281,-1.7798749900148947,-1.0754039211079196,-0.26275444173814877,-0.4650244414806366,0.8797822594642639,0.09866861999034882,0.6225335001945496,-0.8304826021194458,-0.07563929259777069,-0.016176700592041016,-0.017309725284576416,0.05301903933286667 +282,-1.7521663687437719,-1.078051134459638,-0.13880617555370953,-0.4652874171733856,0.8810375928878784,0.08532686531543732,0.5113306045532227,-0.7920628786087036,-0.08507942408323288,-0.024687618017196655,-0.004954099655151367,0.0521242693066597 +283,-1.7359935204035861,-1.0712327963302501,-0.02031939626737209,-0.4725209176540375,0.8777917623519897,0.07877705246210098,0.5528220534324646,-0.7050396800041199,-0.24386076629161835,-0.04525554180145264,-0.02973872423171997,0.06100869178771973 +284,-1.6926210078715402,-1.0576633506072448,0.10439806451135286,-0.4872705340385437,0.8712107539176941,0.05965700000524521,0.5748576521873474,-0.4330260455608368,-0.11068051308393478,-0.0032536983489990234,0.026188969612121582,0.011571042239665985 +285,-1.6175648972496561,-1.0503087050750994,0.23222641834498658,-0.49675920605659485,0.8675767779350281,0.0232496727257967,0.6187409162521362,-0.2901036739349365,-0.14404048025608063,-0.048391491174697876,7.271766662597656e-06,0.013646004721522331 +286,-1.5654045073811353,-1.037414507746647,0.3575758009420607,-0.5084409117698669,0.8610925078392029,-0.002741448348388076,0.5472067594528198,-0.8297044038772583,-0.10245676338672638,-0.015423774719238281,0.00868898630142212,-0.017583250999450684 +287,-1.589209499871661,-1.031931746040274,0.45162332039939307,-0.5130749344825745,0.8582918643951416,0.009448405355215073,0.4182632565498352,-1.2646656036376953,-0.04644358158111572,0.022275924682617188,-0.0041658878326416016,0.04925215244293213 +288,-1.6617975763973134,-1.0371388007401106,0.5378371157480789,-0.5065808296203613,0.8609523177146912,0.046227164566516876,0.38105538487434387,-1.4607216119766235,0.17379598319530487,0.022236347198486328,-0.0013636946678161621,0.080314040184021 +289,-1.689358556930116,-1.0630417392054472,0.6180799562684225,-0.4828028976917267,0.873838484287262,0.05751192197203636,0.4058550000190735,-0.6443554759025574,0.26353368163108826,-0.055466145277023315,-0.06464970111846924,0.09016263484954834 +290,-1.689330509014766,-1.0952076461543478,0.6971986751874135,-0.4546489417552948,0.8890233635902405,0.054145265370607376,0.22274653613567352,-0.7584094405174255,0.2272224873304367,-0.17318913340568542,-0.028504014015197754,0.1517263650894165 +291,-1.7473512797112458,-1.1084780616384338,0.7260385397570032,-0.4390905499458313,0.8950209021568298,0.07833929359912872,0.1989039182662964,-0.7277475595474243,-0.07017698138952255,-0.12272277474403381,-0.11114645004272461,0.01841675490140915 +292,-1.7580414024499336,-1.0836267213360755,0.7972581346099332,-0.4599441885948181,0.8836613893508911,0.08714310824871063,0.22197048366069794,-0.6429890990257263,-0.3524336814880371,0.060347020626068115,-0.025903820991516113,0.01124560832977295 +293,-1.7877708528416163,-1.0580016109080157,0.8334173630641805,-0.4791109263896942,0.8713768124580383,0.10561751574277878,0.12636013329029083,-0.6976197957992554,-0.24517382681369781,0.10983303189277649,0.056113362312316895,-0.006252303719520569 +294,-1.8574189217242583,-1.040242743268991,0.8734436398960367,-0.48536771535873413,0.862527072429657,0.1430564522743225,0.133680060505867,-1.1555989980697632,-0.23622335493564606,0.06157013773918152,0.18404269218444824,-0.07901526987552643 +295,-1.9218636201018362,-1.0382280880360304,0.9350821805291412,-0.47677847743034363,0.861505925655365,0.17461462318897247,0.36554157733917236,-1.0887773036956787,0.05727525055408478,0.08030924201011658,0.09024596214294434,-0.12770910561084747 +296,-1.9620343054489722,-1.052220399004422,1.022937566346242,-0.45819151401519775,0.8685259222984314,0.1890052855014801,0.5532703399658203,-1.1834970712661743,-0.22424304485321045,-0.04569938778877258,-0.011043131351470947,-0.1752723753452301 +297,-1.9235674283856024,-1.0353471110253087,1.1932088922616273,-0.4788072109222412,0.8600395321846008,0.17628341913223267,0.8363776206970215,-1.1148370504379272,-0.593677818775177,0.05693221092224121,0.09693074226379395,-0.11456167697906494 +298,-1.8863520837030172,-1.0108607980061959,1.3929551084661522,-0.5049067139625549,0.8472893834114075,0.16483403742313385,0.9775460362434387,-1.3968645334243774,-0.515842616558075,0.12166690826416016,0.10965043306350708,-0.07544802129268646 +299,-1.8253953201931776,-0.9918613449449036,1.5894814352397872,-0.5294957756996155,0.8370458483695984,0.1377994567155838,0.9052219986915588,-0.8879836797714233,-0.4701390266418457,0.1082158088684082,0.12045854330062866,0.03183247148990631 +300,-1.7703049961919266,-0.9798131231443132,1.7755271501974614,-0.546125590801239,0.8303932547569275,0.11042580753564835,0.9688711166381836,-1.155279517173767,-0.22402861714363098,0.10351389646530151,0.09818029403686523,0.08362018316984177 +301,-1.7235553548092064,-0.98161497604795,1.9400652724766356,-0.5492097735404968,0.8313958644866943,0.084555484354496,0.8741967678070068,-0.5976377725601196,-0.0382511205971241,0.08253490924835205,0.002115488052368164,0.12110245227813721 +302,-1.6728803352671793,-0.9848111223037501,2.0738735181638175,-0.550141453742981,0.8331676721572876,0.05635654553771019,0.7408417463302612,-0.8052569031715393,-0.11086057126522064,0.05302536487579346,-0.029456794261932373,0.11023890972137451 +303,-1.6523193541008432,-0.9772756015852572,2.202073504032766,-0.5574256181716919,0.8289767503738403,0.045543961226940155,0.6324881315231323,-0.7939830422401428,-0.09756255149841309,0.052176594734191895,0.04350554943084717,0.11076712608337402 +304,-1.6501499621016917,-0.9761719838574419,2.311523151959688,-0.558434784412384,0.8283590078353882,0.04440708085894585,0.6441255807876587,-1.104956865310669,-0.033221930265426636,0.03131991624832153,0.046991944313049316,0.09949851036071777 +305,-1.6544115476675638,-0.9824685953485395,2.405669301668961,-0.5530319213867188,0.831869900226593,0.04634995386004448,0.5079016089439392,-0.7509053349494934,0.016310105100274086,-0.0018082261085510254,-0.016028165817260742,0.09609079360961914 +306,-1.6704913046786798,-0.9878883402623209,2.47266687966411,-0.547720730304718,0.8348654508590698,0.05478663370013237,0.3724824786186218,-0.7995936274528503,0.01629399135708809,-0.0019313693046569824,-0.006923675537109375,0.06012725085020065 +307,-1.6912833637401758,-0.9925554372800289,2.5202405479799825,-0.5425893664360046,0.8374254107475281,0.06569318473339081,0.3294617235660553,-0.697673499584198,-0.003968118689954281,-0.01853734254837036,-0.0109788179397583,0.05643820762634277 +308,-1.723624708740778,-0.995452484119716,2.5683712101597167,-0.537781298160553,0.8390052318572998,0.0828341618180275,0.3201982378959656,-0.916176438331604,-0.026325106620788574,-0.061583876609802246,0.041610002517700195,0.03285801410675049 +309,-1.775618257300443,-0.9879581779386907,2.5948741484009044,-0.5388911366462708,0.83490389585495,0.11194658279418945,0.07857655733823776,-0.6781627535820007,-0.17741458117961884,0.0037195682525634766,-0.0331307053565979,-0.07119034230709076 +310,-1.7861948752208703,-0.9671966110596684,2.615794695743598,-0.5544928312301636,0.8232977390289307,0.12131904065608978,0.07722447067499161,-0.09494511783123016,-0.3100253641605377,0.08819955587387085,-0.003992438316345215,-0.02903391420841217 +311,-1.779840950805129,-0.9421917384228724,2.63737547329725,-0.5752153992652893,0.8088487982749939,0.1220284178853035,0.2497888207435608,-0.35349783301353455,-0.22698447108268738,0.14726734161376953,0.13492250442504883,-0.020649075508117676 +312,-1.7800297995370122,-0.9390265602964378,2.6816362882162323,-0.5776936411857605,0.8069835901260376,0.12266817688941956,0.3267054557800293,-0.38226309418678284,0.0235536377876997,0.12873435020446777,0.12346678972244263,-0.017992861568927765 +313,-1.7729419278360783,-0.955146328942669,2.733894965931942,-0.5657302737236023,0.8163982629776001,0.11594346910715103,0.3852855861186981,-0.30615106225013733,0.10788076370954514,0.045390427112579346,0.02378106117248535,0.00838516652584076 +314,-1.7507676883157297,-0.9718044933056011,2.7819254519512855,-0.5547042489051819,0.8259044289588928,0.10092286020517349,0.3321664035320282,-0.3160686790943146,0.0980813279747963,0.00801229476928711,-0.00011396408081054688,0.045729413628578186 +315,-1.7432262251194168,-0.9852033176922965,2.81390545195688,-0.5444974899291992,0.8333844542503357,0.09482934325933456,0.1324452906847,-0.14727331697940826,0.06436153501272202,-0.03573310375213623,-0.027445852756500244,0.06666969507932663 +316,-1.7530896161738638,-0.986865737230407,2.8037577772340367,-0.542172908782959,0.8343021273612976,0.09994401782751083,-0.09766509383916855,0.008527257479727268,-7.846031803637743e-05,-0.04945617914199829,-0.03336822986602783,0.05249132215976715 +317,-1.7688180284241002,-0.9759581407274447,2.7677400775264296,-0.54942387342453,0.8282392024993896,0.11024259775876999,-0.14525824785232544,0.24436132609844208,-0.014106674119830132,0.012741684913635254,-0.010917305946350098,0.005357995629310608 +318,-1.761529666330283,-0.9694789971188098,2.7392249970780282,-0.5554702281951904,0.8245911002159119,0.10725042223930359,-0.07530098408460617,0.23496033251285553,-0.03321535885334015,0.05768275260925293,0.03281557559967041,0.019565343856811523 +319,-1.7710877433434338,-0.9835207252799606,2.71190383529883,-0.5430181622505188,0.8324533700942993,0.11023999005556107,-0.15589042007923126,-0.11673411726951599,0.38356083631515503,0.0542028546333313,0.03650420904159546,-0.02382946014404297 +320,-1.7774350789370246,-1.034197649001178,2.7458043750158074,-0.5003401637077332,0.859452486038208,0.10488681495189667,0.7531681060791016,-0.5837928652763367,0.44408559799194336,-0.022029221057891846,0.005720853805541992,-0.06587004661560059 +321,-1.7844794892304476,-1.0853436509876058,2.7034362351075205,-0.4559963643550873,0.8844638466835022,0.0989493727684021,-0.2761257290840149,1.632525086402893,-0.02975602075457573,-0.07507047057151794,-0.015918374061584473,0.03645716607570648 +322,-1.64284013808975,-1.087693858744924,2.6895353532714044,-0.46332406997680664,0.885558009147644,0.03343750163912773,0.4802728295326233,-0.36275655031204224,0.9338420629501343,0.19672244787216187,-0.017683744430541992,-0.06432127952575684 +323,-1.7583536060904712,-1.1839053735078033,2.634470092877665,-0.3706938326358795,0.9260866045951843,0.07035322487354279,0.8176215291023254,-1.4463304281234741,-0.33258911967277527,-0.008487015962600708,0.0284574031829834,-0.13730883598327637 +324,-1.7088516702255783,-1.1823339294502706,2.7388949642823923,-0.37516191601753235,0.925492525100708,0.05212468281388283,0.03448222205042839,-0.5058209896087646,0.8283059597015381,-0.037466198205947876,-0.025559723377227783,-0.0867927074432373 +325,-1.720735412495509,-1.2392379246526248,2.6127070800110612,-0.32186487317085266,0.945536196231842,0.04862506315112114,-0.6349276900291443,1.5020649433135986,0.7020239233970642,0.04726770520210266,0.23303747177124023,-0.06971275061368942 +326,-2.0050509318216796,-1.3280980395891708,2.1438341502555724,-0.21801653504371643,0.970693051815033,0.10111184418201447,-1.2636336088180542,2.927621603012085,1.7676578760147095,-0.1464395970106125,-0.01605755090713501,-0.06717635691165924 +327,-2.1157049561268684,-1.391453204714015,1.6012372386605407,-0.15254870057106018,0.9839611053466797,0.09246308356523514,0.5321487188339233,1.2525883913040161,0.8020737171173096,-0.08367261290550232,0.13673585653305054,-0.29322290420532227 +328,-1.947844087430397,-1.4211225676236432,1.6269861349844845,-0.13864141702651978,0.9888197779655457,0.05490110442042351,-0.026768015697598457,-0.5901473760604858,0.15261493623256683,-0.08793635666370392,-0.020054519176483154,0.17974853515625 +329,-1.9002219712332684,-1.4090818661627431,1.7026385401335962,-0.15235261619091034,0.9869526624679565,0.052086807787418365,0.36251115798950195,-1.124910593032837,-0.03579779341816902,0.18897373974323273,-0.04653829336166382,0.15997982025146484 +330,-1.8120750905447185,-1.4232720828586678,1.9213154429896206,-0.1427321583032608,0.9891380071640015,0.03512245789170265,0.29337120056152344,-0.11522701382637024,0.011210352182388306,0.119386225938797,-0.036943793296813965,0.10744035243988037 +331,-1.8750809104867705,-1.4243255709569627,1.9148653242669988,-0.13924294710159302,0.989292323589325,0.04372745007276535,-0.3505285680294037,-0.4365943372249603,0.10086920857429504,-0.014474079012870789,0.03272610902786255,0.03142213821411133 +332,-1.835395951861994,-1.4209621384388642,1.9249915878384578,-0.14407870173454285,0.988795816898346,0.0390385165810585,0.5298238396644592,1.4883455038070679,-0.07363723963499069,0.03905245661735535,-0.08945810794830322,-0.1338261365890503 +333,-1.5218348991627153,-1.418757719060022,2.175764759208846,-0.15127189457416534,0.98846435546875,-0.007412411738187075,0.11180312186479568,-1.5709664821624756,-0.35293611884117126,0.05218133330345154,-0.045761168003082275,0.15032625198364258 +334,-1.8430464132524782,-1.3642568995380422,1.9594183271117036,-0.19752123951911926,0.9787464737892151,0.05514438822865486,-1.1167380809783936,0.08717761188745499,-0.9868997931480408,0.27650073170661926,-0.06074714660644531,0.12223899364471436 +335,-1.863894028102812,-1.3058299342852742,1.8897074903993474,-0.25070902705192566,0.9651013016700745,0.07566134631633759,-0.053121671080589294,-0.10823693871498108,0.1143740713596344,-0.12146809697151184,0.23452943563461304,0.021842360496520996 +336,-1.8706819139536317,-1.318981344930815,1.9159422636229426,-0.23804180324077606,0.968461811542511,0.07360512018203735,0.0728549212217331,0.14892931282520294,-0.40409383177757263,0.08263106644153595,-0.05494868755340576,-0.053555138409137726 +337,-1.859246949025991,-1.2799758030343358,1.9609180509301438,-0.2748914659023285,0.9580089449882507,0.08156750351190567,0.011735480278730392,-0.2889459431171417,-0.17764918506145477,0.08086073398590088,0.09631216526031494,-0.033746495842933655 +338,-1.8712152927974781,-1.1892308669715081,1.9519923611621859,-0.35569602251052856,0.9280828237533569,0.11019298434257507,-0.12379425764083862,-0.734667956829071,-1.5057915449142456,0.03265222907066345,-0.07400268316268921,0.15561509132385254 +339,-1.9411077490100175,-1.0795656126994073,2.0855092167917326,-0.4397362172603607,0.8817529678344727,0.17071504890918732,0.2556379735469818,-1.1459344625473022,-0.9927746653556824,0.082177072763443,0.014044702053070068,0.07008384168148041 +340,-1.9372382470094336,-1.068164452619966,2.079377964496559,-0.44975024461746216,0.8763177394866943,0.17260310053825378,-0.40694206953048706,1.2715351581573486,0.5033901333808899,-0.06164807081222534,0.02959650754928589,-0.056193843483924866 +341,-1.8301515690130414,-1.0477008128606833,2.003530396506302,-0.4828563630580902,0.8662769198417664,0.1281168907880783,-0.3037868142127991,2.599696159362793,-0.8216334581375122,-0.0387653112411499,0.06957507133483887,-0.03171183168888092 +342,-1.5967833132172746,-0.997588836555462,1.9353435794600569,-0.5421465039253235,0.8401657938957214,0.014091926626861095,-0.723186194896698,3.659019708633423,0.04060383141040802,-0.23977482318878174,0.0061476826667785645,0.16329145431518555 +343,-1.4045345928612878,-1.0138400504526657,1.7994991041269566,-0.5213156342506409,0.8488679528236389,-0.08748242259025574,-0.5240054130554199,2.082512617111206,0.08392146229743958,0.18810945749282837,-0.06162130832672119,0.15108102560043335 +344,-1.209384644169397,-0.9727171023509743,1.7429649259040727,-0.5266819596290588,0.8264186382293701,-0.19909390807151794,0.07250146567821503,3.4102659225463867,-0.8888264298439026,-0.04578202962875366,-0.010226011276245117,0.28260529041290283 +345,-1.099567786355523,-0.922762877180372,1.696828290955144,-0.5378320813179016,0.7972723841667175,-0.2740321159362793,-0.7509844303131104,0.7974844574928284,1.1519993543624878,-0.23263001441955566,-0.04220634698867798,-0.02401784062385559 +346,-1.2325625663903086,-0.9894559317375723,1.7269912390786637,-0.5180314779281616,0.835727334022522,-0.1822180300951004,-0.6620987057685852,-1.2476009130477905,0.15091583132743835,0.36690837144851685,0.04304170608520508,0.20524351298809052 +347,-1.222990785344857,-1.060482873266727,1.835361907852724,-0.45920395851135254,0.8725914359092712,-0.16648146510124207,0.6239146590232849,-0.7196045517921448,1.6945818662643433,0.27191758155822754,0.15257030725479126,0.05855602025985718 +348,-1.04990049645219,-1.1607573906205868,2.2239259140316747,-0.3457745313644409,0.9171053171157837,-0.19838881492614746,1.8045510053634644,-1.9423757791519165,1.9064297676086426,0.12571224570274353,0.12819814682006836,0.029367178678512573 +349,-0.7346719791062044,-1.2094099108538061,2.76800740048696,-0.2370143085718155,0.9354075193405151,-0.2623678147792816,0.7132375836372375,-0.2507818937301636,1.4833682775497437,-0.10664412379264832,0.08960157632827759,0.0857778787612915 +350,-0.5597482913930626,-1.1801908144119553,-3.1023299044324752,-0.20216692984104156,0.9246786832809448,-0.32264167070388794,1.0892903804779053,-2.198122262954712,0.8773385882377625,-0.23305948078632355,0.036060333251953125,0.15445932745933533 +351,-0.6595366082854676,-1.1491902928511375,-2.982649323396896,-0.2507537603378296,0.9124329090118408,-0.32340189814567566,0.11878548562526703,-1.767345905303955,0.27366647124290466,-0.01407778263092041,-0.11830449104309082,0.012168407440185547 +352,-0.6576961440095843,-1.1442549383752227,-2.8415403950884706,-0.2529078722000122,0.9104021191596985,-0.32742273807525635,0.44890469312667847,-1.389512062072754,0.39749035239219666,0.05251416563987732,0.10819834470748901,0.011626839637756348 +353,-0.6510394891031871,-1.1488664025136575,-2.7419139017767513,-0.2481757253408432,0.9123002886772156,-0.3257558047771454,-0.1863899528980255,-0.3140328526496887,0.016422424465417862,0.1204444020986557,0.13918280601501465,0.01748254895210266 +354,-0.6360568413325103,-1.2386443815242993,-2.640217638550067,-0.19369962811470032,0.9453428387641907,-0.26231181621551514,-0.4824112355709076,-2.083289861679077,0.7285208106040955,-0.12014314532279968,0.031585872173309326,-0.07588398456573486 +355,-0.5348221908956253,-1.22636997123338,-2.415088249209532,-0.17209964990615845,0.9412692785263062,-0.29050618410110474,0.34011340141296387,-0.5829236507415771,0.4103372097015381,-0.14680901169776917,0.014251351356506348,0.019418537616729736 +356,-0.6247856061433483,-1.201338222621417,-2.379002845441768,-0.2112218588590622,0.9325231909751892,-0.2928924262523651,-0.44032731652259827,-1.9388889074325562,-0.7804464101791382,0.0008336305618286133,-0.07769519090652466,0.05870053172111511 +357,-1.1999709884486292,-1.1362234996634035,-2.670938612192573,-0.3924053907394409,0.9070499539375305,-0.15257230401039124,0.10199829190969467,-2.297478199005127,-0.6004719138145447,0.050242334604263306,0.1446315050125122,-0.13647495210170746 +358,-1.1532636543307413,-1.0621662604836477,-2.4943765679509733,-0.4451458752155304,0.8734124302864075,-0.19747401773929596,1.176063060760498,-1.127821683883667,-0.057358212769031525,0.0784008800983429,0.01818913221359253,0.050974369049072266 +359,-1.1581045701583568,-1.0421950991740594,-2.3421099710923854,-0.46198514103889465,0.8635133504867554,-0.20227336883544922,0.7692033052444458,-1.8181860446929932,-0.18652023375034332,0.07874539494514465,-0.012515425682067871,-0.09516620635986328 +360,-1.3386451007080034,-0.9813315838013715,-2.1759303221935418,-0.5410030484199524,0.831238329410553,-0.12790051102638245,1.3700978755950928,-5.074103355407715,-0.05755555257201195,0.1969478726387024,0.015365004539489746,-0.12142807245254517 +361,-1.4937917788201494,-0.9636903380133677,-1.9322611865438766,-0.5688024163246155,0.8213024735450745,-0.04388715326786041,1.2637783288955688,-2.898695230484009,-0.14530588686466217,0.09251457452774048,0.05500978231430054,-0.11329364776611328 +362,-1.6166661696939597,-0.9430975532772069,-1.735118791294959,-0.5866659283638,0.8093811273574829,0.026929164305329323,1.3500057458877563,-2.9364066123962402,-0.3772467374801636,0.036266207695007324,0.08348685503005981,-0.10215497016906738 +363,-1.6994770867659745,-0.9465405857314009,-1.4432983172760872,-0.579660952091217,0.8113983869552612,0.0750056654214859,1.815390944480896,-3.893124580383301,-0.17476801574230194,0.08582550287246704,0.04280388355255127,0.1335514783859253 +364,-1.7598020235154277,-0.9451212727854319,-1.2794278218264203,-0.575215220451355,0.8105679750442505,0.11003232002258301,0.46838515996932983,0.7361998558044434,-0.386568158864975,0.03538978099822998,-0.02895176410675049,0.11668276786804199 +365,-1.7613872216213187,-0.9867149591962769,-1.2371486936902847,-0.5414479970932007,0.8342189788818359,0.10446300357580185,0.3849714994430542,-0.9498223066329956,0.5529515743255615,-0.05858856439590454,-0.015478253364562988,0.008131608366966248 +366,-1.6282982990213581,-0.9701901879564654,-1.1232651424338869,-0.5642085075378418,0.8249931931495667,0.03247890621423721,1.559687614440918,-0.07315061241388321,0.15433327853679657,0.08120685815811157,0.19711673259735107,-0.212837815284729 +367,-1.41269894588597,-0.9989062625491691,-0.7929197522491406,-0.5344724655151367,0.8408795595169067,-0.08520981669425964,1.3365647792816162,-0.3031782805919647,0.4209030270576477,0.08514690399169922,0.1564043164253235,-0.03516673296689987 +368,-1.0095646502644233,-1.033682170053537,-0.4199880952926013,-0.43317046761512756,0.8591887950897217,-0.27231982350349426,0.7220413684844971,1.284404993057251,0.9161550402641296,-0.2804373502731323,-0.00903010368347168,0.16328054666519165 +369,-0.7985653270579421,-1.0101285491507594,-0.20309410483004353,-0.38092365860939026,0.846900224685669,-0.3710220754146576,1.350622296333313,-0.8312575817108154,0.3464043140411377,-0.33955058455467224,-0.08621901273727417,-0.16320335865020752 +370,-0.8033634137634695,-0.9220627539448412,-0.11395850937153729,-0.4348239004611969,0.7968496084213257,-0.4194745719432831,0.4443246126174927,0.04033725708723068,-0.6452855467796326,-0.0139218270778656,0.15572607517242432,0.11371901631355286 +371,-0.8838741989329014,-0.8232369993921794,-0.1796260642941376,-0.525661826133728,0.7333503365516663,-0.43113455176353455,-0.4581882357597351,0.020458776503801346,-1.9892842769622803,-0.09729355573654175,-0.05589061975479126,0.36706286668777466 +372,-1.0667891273026393,-0.6216819507899237,-0.4844542420903387,-0.7118194103240967,0.5824032425880432,-0.3925805687904358,0.5826611518859863,-0.80788654088974,-3.717453956604004,0.08358460664749146,-0.08730137348175049,-0.4542669355869293 +373,-1.0997907053139777,-0.2894434164498709,-0.6666976659605992,-0.8540446758270264,0.285418838262558,-0.43490657210350037,-1.0546621084213257,2.589170455932617,-1.4299975633621216,0.9254405498504639,-0.020770400762557983,-0.11729371547698975 +374,-1.0296292898770334,-0.21378696364371566,-0.6657037343431426,-0.837595522403717,0.21216216683387756,-0.503409206867218,0.12477705627679825,0.5652872323989868,0.008678046986460686,0.046045899391174316,0.48670563101768494,0.29567617177963257 +375,-1.1387838234272694,-0.3353412357440034,-0.5310906082824781,-0.8575406670570374,0.3290914297103882,-0.39537692070007324,0.9441725015640259,-2.463397979736328,3.621948719024658,0.24586158990859985,0.2857767343521118,-0.20804715156555176 +376,-1.1081357599323747,-0.5941636724852419,-0.28113264472945765,-0.7415028810501099,0.5598159432411194,-0.3698370158672333,1.5793095827102661,-0.718189001083374,0.6936693787574768,-1.0919015407562256,0.00707852840423584,0.13250187039375305 +377,-1.2113060196514136,-0.46724821409500866,-0.4044903932238222,-0.8357391953468323,0.4504311680793762,-0.3140884041786194,-0.5377498269081116,-2.454202175140381,-0.9929087162017822,0.3071291446685791,-0.15151157975196838,-0.2960037589073181 +378,-1.3480910523266487,-0.30903787537574245,-0.5740159068836591,-0.9291001558303833,0.3041422367095947,-0.2104056030511856,-2.278369903564453,3.106736660003662,-3.8442771434783936,0.2341843843460083,-0.3674509525299072,0.4035208225250244 +379,-0.9184495951837939,0.006728330989224304,-0.868450487824976,-0.7946433424949646,-0.006728280335664749,-0.6070391535758972,-0.7906781435012817,4.42197847366333,-5.056830406188965,0.12078475952148438,-0.037949442863464355,0.2998797297477722 +380,-0.646017765382837,0.20570134603668383,-1.1326199230811076,-0.5893197655677795,-0.20425376296043396,-0.7816537022590637,0.007099547889083624,2.6926257610321045,-3.3871591091156006,-0.10600793361663818,0.19876059889793396,0.09268885850906372 +381,-0.4499323928819615,0.26615729869315236,-1.3363198529810891,-0.41959112882614136,-0.26302599906921387,-0.8687695860862732,-0.8986836671829224,-1.0207974910736084,-0.8710464239120483,-0.18097954988479614,0.07760119438171387,-0.19424915313720703 +382,-0.3790792225533795,0.21588320154340399,-1.4778000498827095,-0.3614751100540161,-0.21421021223068237,-0.9074413180351257,-0.335568368434906,0.8324708342552185,-1.5732635259628296,-0.03415477275848389,0.17421692609786987,-0.15838509798049927 +383,-0.31420545580367804,0.21641000399591956,-1.625183660465924,-0.30185195803642273,-0.21472474932670593,-0.9288588166236877,-0.7972889542579651,-0.04826047271490097,-1.7450196743011475,-0.05880478024482727,-0.004315167665481567,-0.14517682790756226 +384,-0.2809905426626898,0.2547847518929456,-1.7748170794319809,-0.2683553099632263,-0.2520371079444885,-0.9297648668289185,0.17074927687644958,0.03386661782860756,-1.3525089025497437,0.06886190176010132,0.06423193216323853,0.012986302375793457 +385,-0.21642216105583162,0.27858741343902077,-1.8999033949949482,-0.20645742118358612,-0.2749978005886078,-0.9390162825584412,-0.6509048342704773,0.09239242225885391,-0.9980190992355347,0.044699013233184814,0.09012231230735779,0.016073167324066162 +386,-0.20595429736607512,0.24858567268086568,-1.9532631839287007,-0.1982152909040451,-0.24603335559368134,-0.9487772583961487,-0.10883578658103943,0.1391116976737976,-0.015107732266187668,-0.030193522572517395,0.011246368288993835,0.008851110935211182 +387,-0.19441527813107498,0.24529567565628033,-2.0223209732684495,-0.18740974366664886,-0.2428431659936905,-0.9517902731895447,-0.2119879573583603,-0.15416954457759857,-0.7949752807617188,-0.026518478989601135,-0.01838730275630951,-0.014029979705810547 +388,-0.18150382670098755,0.23741015598605972,-2.089841373647627,-0.17544569075107574,-0.23518621921539307,-0.9559844136238098,0.016157932579517365,-0.1195513904094696,-0.7003850340843201,-0.027892932295799255,-0.018613219261169434,-0.02018129825592041 +389,-0.19230153089015958,0.22938541069235424,-2.2099729840516065,-0.1861124038696289,-0.22737906873226166,-0.9558561444282532,-0.6790148019790649,-0.5671369433403015,-0.8734708428382874,0.1163339614868164,0.013618692755699158,0.028457462787628174 +390,-0.1931266119733962,0.22804888273749113,-2.308832246430188,-0.1869591623544693,-0.2260773479938507,-0.9559996128082275,0.4954282343387604,-0.4141199290752411,-0.9047113060951233,0.10225765407085419,0.0457947701215744,-0.07827156782150269 +391,-0.21584896542344667,0.2703684307169797,-2.3706901993034744,-0.20639628171920776,-0.2670865058898926,-0.941310465335846,0.0475650355219841,-0.15662936866283417,-0.9694604873657227,-0.07415181398391724,0.028866291046142578,-0.05992549657821655 +392,-0.21230083746995268,0.33273567097951273,-2.4616352290044183,-0.19915270805358887,-0.3266298770904541,-0.9239324331283569,0.5202465653419495,0.1305723935365677,-0.8793163895606995,-0.08575940132141113,0.0302278995513916,0.004285216331481934 +393,-0.1820414914587271,0.4193425369740104,-2.5591836884961614,-0.16535203158855438,-0.40716004371643066,-0.8982646465301514,1.2192473411560059,-0.24162738025188446,-0.6749448180198669,-0.06812269985675812,0.062494516372680664,-0.12151074409484863 +394,-0.16344662299415305,0.48015726676673554,-2.620969831169991,-0.14431986212730408,-0.4619186520576477,-0.875101625919342,-0.6685454249382019,-0.17189674079418182,-0.57918381690979,0.04928813874721527,-0.03316795825958252,0.14409887790679932 +395,-0.15330417680036967,0.3761697762595338,-2.6798398914663184,-0.14202706515789032,-0.36736077070236206,-0.9191704988479614,-1.157175898551941,-0.3415805399417877,-0.22490808367729187,-0.019014179706573486,0.03403252363204956,-0.11592471599578857 +396,-0.18011027417120667,0.2697658533648178,-2.719788473795136,-0.172659233212471,-0.26650577783584595,-0.9482423067092896,-0.7307518720626831,-0.10827790945768356,-0.35616111755371094,-0.0563904345035553,-0.02681395411491394,-0.007705569267272949 +397,-0.15520524469030253,0.24199399666455107,-2.7489354169812525,-0.1500786542892456,-0.23963899910449982,-0.959192156791687,0.3041447699069977,0.5943623781204224,-0.27014344930648804,-0.023886799812316895,0.018401801586151123,-0.07341587543487549 +398,-0.09894827075493273,0.2561640469138857,-2.766835498070376,-0.0955633744597435,-0.2533716559410095,-0.9626372456550598,-0.5909353494644165,0.37000468373298645,-0.3045975863933563,0.1040777787566185,-0.08125358819961548,0.14494925737380981 +399,-0.11683274898783229,0.22627712564342956,-2.7577650508097107,-0.11359564960002899,-0.22435110807418823,-0.967864990234375,0.5741108059883118,-1.201381802558899,-0.23678328096866608,0.05358283221721649,0.028931796550750732,-0.1009521484375 +400,-0.2271375991969341,0.31753735736115285,-2.7921409024693307,-0.21393170952796936,-0.3122279942035675,-0.9256062507629395,0.9490023255348206,-0.6660575866699219,0.015408067032694817,0.09282270073890686,0.128863126039505,-0.013968944549560547 +401,-0.2172724567354161,0.35995334584502736,-2.7279433381178024,-0.20175202190876007,-0.35223057866096497,-0.9139090180397034,0.45239365100860596,0.10871492326259613,0.8081790208816528,0.028625816106796265,0.014370441436767578,-0.06427085399627686 +402,-0.3646755078846906,0.45535381515019496,-2.633283144225856,-0.32030588388442993,-0.4397801160812378,-0.8390456438064575,1.6703414916992188,-0.5851982831954956,0.4506375193595886,0.07288461923599243,-0.014794468879699707,-0.08772742748260498 +403,-0.3966142385735734,0.4574220366886281,-2.5659425443047112,-0.34658393263816833,-0.4416366517543793,-0.827548623085022,-0.04480084776878357,-0.487766295671463,0.8258405923843384,0.11625248193740845,0.09095916152000427,-0.15104329586029053 +404,-0.5570150223369386,0.5515820502161459,-2.45019169496951,-0.4502534568309784,-0.5240353345870972,-0.7229514718055725,3.5851032733917236,-2.8942511081695557,0.011215848848223686,0.06351947784423828,0.025225460529327393,-0.316767156124115 +405,-1.2936114928849944,0.8159082090674412,-2.046673323117516,-0.6590525507926941,-0.7283481955528259,-0.1875062733888626,4.133111000061035,-5.289744853973389,-0.40395626425743103,0.11475634574890137,0.16162151098251343,-0.05091226100921631 +406,-1.6364799233996066,0.8229680760371157,-1.7983597934251954,-0.6785815954208374,-0.7331674695014954,0.04463588818907738,0.4309108555316925,-0.4085827171802521,-0.3880239427089691,-0.03819996118545532,0.09356486797332764,-0.3757210969924927 +407,-2.0112386067500325,0.7809623719736467,-1.4750606046904782,-0.6424534916877747,-0.7039632797241211,0.30280178785324097,2.264451503753662,-1.6671983003616333,-0.3539452850818634,-0.07588440179824829,-0.01551908254623413,-0.17729836702346802 +408,-2.717614518905758,0.6263007051678118,-1.032756558528114,-0.3333084285259247,-0.5861515998840332,0.7384657859802246,4.309114456176758,-4.933672904968262,-1.3383893966674805,0.21064305305480957,0.09176689386367798,-0.049882471561431885 +409,-3.1415603518975797,0.38087622627178774,-0.8510680726293656,-2.998692070832476e-05,-0.37173405289649963,0.9283390045166016,1.2681370973587036,-1.6158627271652222,-1.1890588998794556,-0.19427543878555298,-0.026535511016845703,0.07137084007263184 +410,3.06192551937703,0.29656148380975406,-0.8016508214205516,0.07610887289047241,-0.29223352670669556,0.9533138871192932,0.41309693455696106,-0.5131614804267883,-0.5225762128829956,-0.06689254939556122,-0.0026578903198242188,-0.011175036430358887 +411,3.019736992451809,0.20517191447598812,-0.7827588651014198,0.11900480836629868,-0.20373547077178955,0.9717661142349243,1.4568147659301758,-1.1581380367279053,-0.46326199173927307,-0.07180940359830856,0.01820388436317444,-0.005976498126983643 +412,2.9936472107984224,0.12611263827579478,-0.7603440267321847,0.14623571932315826,-0.12577861547470093,0.9812213182449341,0.8054106831550598,-0.012675188481807709,-0.10040074586868286,0.032246366143226624,0.059585973620414734,-0.07039356231689453 +413,2.9617960812565824,0.049642422980687995,-0.7637127562973003,0.17860917747020721,-0.04962203651666641,0.9826682806015015,0.5300748944282532,-0.10836911201477051,-0.22203998267650604,-0.07339978218078613,0.011322461068630219,0.09821879863739014 +414,2.9698801978373757,0.0062083163417060725,-0.7467640542348991,0.17086656391620636,-0.006208276376128197,0.9852745532989502,0.7407306432723999,-0.38949283957481384,-0.28721845149993896,0.012910276651382446,0.027555320411920547,-0.06533747911453247 +415,2.9407428958604167,-0.09479347710763947,-0.732971565790602,0.19860638678073883,0.09465157240629196,0.9754980206489563,0.989283561706543,-0.5878726243972778,-0.47362837195396423,0.035219281911849976,0.037504784762859344,0.09309011697769165 +416,2.976503219927936,-0.14166273846387295,-0.7152390809040619,0.1626943051815033,0.14118939638137817,0.9765225648880005,0.536474883556366,0.31105107069015503,-0.11650192737579346,0.018427520990371704,-0.02108745276927948,-0.04318821430206299 +417,2.9466236284654106,-0.2313243288435132,-0.7002781675706917,0.18857572972774506,0.22926677763462067,0.9549220204353333,0.9791738986968994,-0.47980058193206787,-0.6290028691291809,-0.013008087873458862,-0.058322519063949585,-0.03927254676818848 +418,2.9068994956601952,-0.44644474804723644,-0.6668054484993858,0.2097524255514145,0.4317614734172821,0.8772607445716858,3.286559820175171,-0.11995218694210052,-0.7737461924552917,-0.0569203644990921,0.01677069067955017,0.016904473304748535 +419,2.975441956558788,-0.7303351562677118,-0.7107620126672025,0.12320543825626373,0.6671193242073059,0.7346921563148499,3.767606735229492,1.7946985960006714,0.11973226815462112,-0.021230943500995636,0.014490842819213867,-0.2094692587852478 +420,3.0939623302539485,-1.0692417090279434,-0.855194788447986,0.022891491651535034,0.8768361806869507,0.4802440106868744,2.7214295864105225,1.9636540412902832,0.6399484276771545,0.07163670659065247,-0.0034536123275756836,0.010860085487365723 +421,2.9600734998001337,-1.2856022971392682,-1.0684008765228186,0.05078937113285065,0.9596070647239685,0.27672186493873596,2.1141867637634277,0.5569937229156494,0.787906289100647,0.004813648760318756,0.047137439250946045,-0.0030706822872161865 +422,2.1767815373973085,-1.4195961186459969,-1.8738954758999584,0.12380464375019073,0.9885910153388977,0.08579161018133163,1.9347319602966309,0.8775166869163513,0.7912598848342896,-0.10380039364099503,0.002467334270477295,-0.02249813824892044 +423,1.135031032926763,-1.3442823438972418,-2.9550170747337225,0.2035941481590271,0.9744552373886108,-0.09479700028896332,1.1674667596817017,-0.09882044047117233,0.29875558614730835,-0.1916923224925995,0.02914583683013916,0.162439227104187 +424,0.9126877453958183,-1.305367660684397,3.048811285892335,0.20753701031208038,0.9649801254272461,-0.16044244170188904,0.04384586960077286,0.19972606003284454,-0.44389957189559937,0.018445640802383423,0.008851051330566406,0.22462087869644165 +425,0.8480020852443384,-1.3436226404992093,2.933627234649961,0.16890960931777954,0.9743068218231201,-0.14898228645324707,-0.09817895293235779,0.44898152351379395,-0.44460776448249817,-0.061731889843940735,0.030881106853485107,0.10187841951847076 +426,0.6902994273187043,-1.3931724993317482,2.728052419346546,0.11251132190227509,0.9842663407325745,-0.1362387090921402,0.20096725225448608,0.6918444633483887,-0.40360239148139954,0.10863432288169861,-0.04539304971694946,-0.012168288230895996 +427,0.5755094797028796,-1.381424690971472,2.561482464287124,0.10245302319526672,0.9821227192878723,-0.15791907906532288,0.35712864995002747,0.6139911413192749,-0.2810312807559967,-0.03168273717164993,0.0071961283683776855,-0.003656253218650818 +428,0.5552530222121728,-1.3747489850701653,2.4816383619674283,0.10268749296665192,0.9808441996574402,-0.16552987694740295,-0.09680600464344025,0.7145075798034668,-0.10039488971233368,-0.035213127732276917,0.00855100154876709,0.027697250247001648 +429,0.5801778757791479,-1.389523121661452,2.4437482794885037,0.09882556647062302,0.983614981174469,-0.15078142285346985,-0.039507750421762466,0.7168739438056946,-0.21901027858257294,-0.01571093499660492,-0.01536858081817627,-0.02570168673992157 +430,0.5388204173972526,-1.4042126519510778,2.339055073689687,0.08508311212062836,0.9861570000648499,-0.14232054352760315,0.06452617049217224,0.7184751033782959,-0.13981463015079498,-0.07518018037080765,0.05626237392425537,-0.02342037856578827 +431,0.44759096699482825,-1.4305524224473494,2.1832012120193,0.060498423874378204,0.9901819229125977,-0.12601545453071594,-0.10080461949110031,0.742804229259491,-0.3645961880683899,0.0419795885682106,0.027686238288879395,0.02407144010066986 +432,0.35410392579535754,-1.4957487748495741,2.0239192549982694,0.025998150929808617,0.997185230255127,-0.07032490521669388,-1.0061670541763306,0.39521685242652893,-0.6475875973701477,-0.020596565678715706,0.09030860662460327,0.11147785931825638 +433,-2.9454686301042496,-1.4905175311222552,-1.315749963915189,-0.015627074986696243,0.9967793822288513,0.07865530997514725,-0.6318129897117615,0.13647112250328064,0.09246475994586945,-0.10952553153038025,0.05296427011489868,-0.18912899494171143 +434,-3.0844648782409214,-1.45403624964643,-1.4674160537862853,-0.006651480216532946,0.9931913018226624,0.11630494892597198,-0.4220249652862549,-0.06320575624704361,0.007557764183729887,-0.06971874833106995,-0.06925636529922485,0.06948614120483398 +435,3.1109480404108782,-1.4235308885134568,-1.5332230155173325,0.004495890811085701,0.9891760349273682,0.14666470885276794,-0.22683922946453094,-0.2303646057844162,0.3596336245536804,-0.04920414090156555,0.02753227949142456,-0.016858115792274475 +436,2.9470429502897026,-1.4339320832788927,-1.6655081277832078,0.02637665532529354,0.9906486868858337,0.13386312127113342,0.4335697889328003,-0.08995787054300308,0.12485713511705399,-0.10682100057601929,0.019696712493896484,-0.10555815696716309 +437,2.6469607335366874,-1.4940543755176074,-1.983156348813241,0.036394186317920685,0.997056782245636,0.06747753173112869,0.42319658398628235,0.4808709919452667,0.09357966482639313,-0.07136732339859009,-0.014238238334655762,0.10448896139860153 +438,2.1050672645397,-1.5038001208690401,-2.564587682890406,0.05761461704969406,0.9977566003799438,0.03408875688910484,0.24638225138187408,0.3464261293411255,0.45579901337623596,-0.05041251704096794,0.030243098735809326,0.0719292089343071 +439,1.8887037191559122,-1.4965113277586972,-2.8376088741067,0.07049614191055298,0.9972421526908875,0.023198068141937256,-0.10268611460924149,0.6446695923805237,0.15259572863578796,0.022673986852169037,-0.036823570728302,0.12681102752685547 +440,2.1209282821865227,-1.4849636673010367,-2.649818670084677,0.07307735085487366,0.9963186383247375,0.044817373156547546,-0.18660037219524384,0.8826550841331482,-0.1854589581489563,-0.14262694120407104,0.003223419189453125,0.055234428495168686 +441,2.758122034647723,-1.4787124001773402,-2.098092212492055,0.03440336138010025,0.9957632422447205,0.08527448773384094,-0.1338716298341751,1.0509569644927979,-0.4459538161754608,-0.11034634709358215,0.002848029136657715,-0.06542278081178665 +442,-2.6719141103899937,-1.4543509576407982,-1.395650938603912,-0.052584465593099594,0.9932278990745544,0.10360214114189148,-0.7105855941772461,2.740224838256836,-0.7826571464538574,-0.1088535487651825,0.05061060190200806,0.12962841987609863 +443,-2.242115958737557,-1.402752027472586,-1.1807761591991688,-0.1309605836868286,0.9859137535095215,0.10403566062450409,-0.06498365104198456,1.954941987991333,-0.20639771223068237,0.017038464546203613,0.015291690826416016,0.07652163505554199 +444,-2.0735109347056184,-1.3750461339829503,-1.1767777386991431,-0.17043866217136383,0.9809020161628723,0.093712717294693,-0.0809243768453598,1.6434811353683472,-0.29090288281440735,-0.006395474076271057,0.036218464374542236,-0.01891421526670456 +445,-2.042669922903694,-1.3736269994786403,-1.2759824440709078,-0.17448732256889343,0.9806250333786011,0.08904527127742767,-0.07285371422767639,1.1813186407089233,0.14618967473506927,-0.10497741401195526,-0.0049626827239990234,-0.06333421915769577 +446,-1.9590040030911506,-1.3747623802677083,-1.270085980393102,-0.18028751015663147,0.9808468222618103,0.07373061031103134,-0.06196843087673187,0.1905931830406189,0.017573758959770203,-0.06482970714569092,-0.013363122940063477,-0.08360301703214645 +447,-1.9164046216041728,-1.3843768142574597,-1.2510167381026407,-0.17438311874866486,0.9826741218566895,0.06278830766677856,-0.011102824471890926,0.31106680631637573,-0.13847945630550385,-0.06705670058727264,-0.0370105504989624,0.013627775013446808 +448,-1.889606323755932,-1.3787862432951308,-1.289991758354443,-0.1812165379524231,0.9816226363182068,0.059814002364873886,-0.024593833833932877,1.0572375059127808,0.009879869408905506,-0.0012480765581130981,-0.05683320760726929,-0.0833277702331543 +449,-1.7088080139799278,-1.3665757196969839,-1.183848592374636,-0.20087657868862152,0.9792193174362183,0.027900684624910355,0.10871489346027374,0.8475275039672852,-0.2085738182067871,0.045221611857414246,-0.018724143505096436,0.024986274540424347 +450,-1.6160546543460597,-1.36777624460857,-1.1643223227756294,-0.20142123103141785,0.9794620871543884,0.009122217074036598,-0.06991267949342728,0.22848540544509888,0.2717428505420685,-0.044184207916259766,0.045195937156677246,-0.025113465264439583 +451,-1.6259308843436695,-1.3593988437613722,-1.2105173308689805,-0.20950765907764435,0.977738618850708,0.0115628307685256,0.16181302070617676,0.048332542181015015,-0.44018784165382385,-0.0015366673469543457,0.013258635997772217,-0.023891925811767578 +452,-1.6279722828544405,-1.345500199394476,-1.2117658146494605,-0.2230301946401596,0.974727988243103,0.01276587788015604,-0.0760689228773117,-0.019372422248125076,-0.009751701727509499,0.009452909231185913,0.022616982460021973,-0.04653358459472656 +453,-1.600334681955742,-1.3367333241130983,-1.2009267474473018,-0.23183032870292664,0.9727320671081543,0.006849878933280706,-0.15179868042469025,0.26714634895324707,-0.17144052684307098,0.02841542661190033,0.018158376216888428,0.02485787868499756 +454,-1.7119579186058889,-1.3266618631668963,-1.3813068018323456,-0.23931188881397247,0.9703469276428223,0.03400783613324165,-0.5606881380081177,0.5591975450515747,-0.22549109160900116,-0.007407426834106445,0.029668211936950684,-0.05363059416413307 +455,-1.7601800877174463,-1.2885885860522697,-1.49761307630394,-0.2734975218772888,0.9604429602622986,0.052424244582653046,-0.252198725938797,0.703305184841156,-0.23305261135101318,0.036940544843673706,0.00908517837524414,-0.048426393419504166 +456,-1.7637393954104126,-1.2741711818073398,-1.526648936053522,-0.2868705689907074,0.9563283920288086,0.05604690685868263,0.07021196186542511,0.08415792137384415,0.002474466571584344,0.017964929342269897,0.026291847229003906,-0.07995748519897461 +457,-1.7316245075661076,-1.2643630418823948,-1.4953982378680377,-0.29776719212532043,0.95341557264328,0.04830656945705414,-0.010459980927407742,-0.11474008113145828,-0.12040341645479202,0.020301371812820435,0.01867610216140747,-0.025326848030090332 +458,-1.7189859418204612,-1.2630144948188218,-1.468925672359125,-0.2996249794960022,0.9530078768730164,0.04472921043634415,0.09892444312572479,-0.08141552656888962,-0.05002566799521446,-0.022076070308685303,0.010828673839569092,-0.008138660341501236 +459,-1.7292583020235086,-1.2582183750317648,-1.4670164212732713,-0.30365997552871704,0.9515439867973328,0.048525404185056686,-0.12093500792980194,-0.11377515643835068,0.014767192304134369,0.001764833927154541,0.0035036206245422363,0.017697691917419434 +460,-1.7563049994134878,-1.257213178244524,-1.4940447772221532,-0.3031761348247528,0.9512344002723694,0.056895967572927475,-0.12059736251831055,-0.09223797172307968,-0.003266106592491269,-0.0010688304901123047,-0.010804831981658936,0.0014078542590141296 +461,-1.8046992271998512,-1.255879264068317,-1.5350093073799576,-0.30130311846733093,0.9508220553398132,0.0717896893620491,-0.15785400569438934,-0.05920302867889404,-0.04682193696498871,-0.01080012321472168,-0.009568452835083008,-0.06454170495271683 +462,-1.7930045967762493,-1.248056600639095,-1.5235752165037346,-0.3093682527542114,0.9483700394630432,0.06989844143390656,-0.021768685430288315,-0.06659716367721558,-0.006163937970995903,-0.005603671073913574,0.004068434238433838,-0.03518461436033249 +463,-1.7822717457394184,-1.2511810041945397,-1.4982367854052063,-0.3072018325328827,0.9493563771247864,0.06595174223184586,0.11466251313686371,-0.20498216152191162,0.06088973954319954,-0.05302762985229492,0.031051337718963623,-0.009662032127380371 +464,-1.803359027988219,-1.2623350620925031,-1.4601212375788948,-0.29541948437690735,0.9528018236160278,0.06996956467628479,0.27259621024131775,-1.0661900043487549,0.08572811633348465,-0.11618632078170776,-0.03994494676589966,-0.054558172821998596 +465,-1.8316768462229687,-1.2739211503217855,-1.3402870444872799,-0.2826351821422577,0.9562552571296692,0.07545358687639236,0.33023372292518616,-1.6489661931991577,0.04863475263118744,-0.04564240574836731,-0.07332068681716919,0.013169407844543457 +466,-1.9576882743630095,-1.2720389309928068,-1.3139859109833427,-0.27257806062698364,0.9557029604911804,0.11105547845363617,-0.03561067953705788,-1.3190196752548218,0.02052810601890087,-0.036000460386276245,-0.0017233490943908691,-0.02943621575832367 +467,-2.046527908112279,-1.2792090383657995,-1.3093024450757254,-0.2555510997772217,0.9577887654304504,0.13165928423404694,0.1949072778224945,-1.0677491426467896,-0.032235950231552124,-0.07368776202201843,0.0036826729774475098,-0.040838971734046936 +468,-2.061156367335528,-1.294702702167244,-1.1993044598918645,-0.24047715961933136,0.9621276259422302,0.12837889790534973,0.37552255392074585,-0.876647412776947,0.10979524999856949,-0.048203855752944946,-0.006637513637542725,0.0030603408813476562 +469,-2.0975689635973542,-1.3094499828055672,-1.1465891495245968,-0.22335311770439148,0.9660429954528809,0.12989990413188934,0.28269705176353455,-1.0577154159545898,0.14899589121341705,-0.06873059272766113,-0.014886617660522461,-0.04542723298072815 +470,-2.1287743073613945,-1.3429451274757493,-1.1032863106070345,-0.19162394106388092,0.974153995513916,0.11959946155548096,0.16733120381832123,-0.3831690847873688,0.1606166511774063,-0.1097065806388855,0.014722228050231934,0.02072034776210785 +471,-2.0345475305361633,-1.3646084294974152,-0.9525499560601564,-0.1831064373254776,0.9788184762001038,0.09157693386077881,0.07257843017578125,-0.05246932804584503,-0.008985755033791065,-0.0290212482213974,-0.019437432289123535,0.1446443796157837 +472,-2.0375890858407772,-1.3867858043360362,-0.9057626774277397,-0.16339826583862305,0.9831177592277527,0.08234253525733948,0.09495729207992554,-0.442689448595047,0.12934014201164246,-0.09169815480709076,0.008321940898895264,0.09102784842252731 +473,-2.0430369514865383,-1.391990064594733,-0.8706108523947129,-0.1583888828754425,0.9840567111968994,0.08090312778949738,0.1322946697473526,-0.4903014004230499,0.05354851484298706,-0.018201082944869995,-0.019670724868774414,0.04383742809295654 +474,-2.1267403729910135,-1.3970255557545603,-0.9703454019362374,-0.14685972034931183,0.9849398136138916,0.09124594926834106,-0.30181455612182617,0.8478745222091675,0.0002499071415513754,-0.08132022619247437,-0.0069429874420166016,0.03979659080505371 +475,-2.079154124399752,-1.3954280225161084,-1.0691894353737306,-0.15240833163261414,0.9846623539924622,0.08492263406515121,-0.4750708043575287,2.3538854122161865,0.1550186276435852,-0.041988641023635864,-0.03176623582839966,0.1161423921585083 +476,-2.054920892535328,-1.3727108704396487,-1.2690768373559675,-0.17417782545089722,0.980445146560669,0.09159395843744278,-0.09915140271186829,1.4586018323898315,-0.21588625013828278,-0.06323367357254028,-0.011679887771606445,-0.05800938606262207 +477,-1.9628549938532411,-1.3435138048021058,-1.3092140213884729,-0.2082330733537674,0.9742823243141174,0.08609677106142044,-0.14882993698120117,0.9772511124610901,0.002793461550027132,0.07352852821350098,0.002402067184448242,-0.019553199410438538 +478,-1.9219109437832498,-1.342004504483904,-1.371539511883355,-0.21296335756778717,0.9739411473274231,0.0780068039894104,-0.26272839307785034,0.8844138383865356,-0.10970812290906906,-0.008197501301765442,-0.014468610286712646,0.03841780871152878 +479,-1.8995895365759734,-1.3180468583030711,-1.4705453632134111,-0.23667122423648834,0.9682285189628601,0.08074679225683212,-0.12541329860687256,1.0185027122497559,-0.37433144450187683,-0.049705684185028076,-0.009732544422149658,-0.007825024425983429 +480,-1.7478936508674183,-1.2408797943918215,-1.4629196438717191,-0.31889721751213074,0.9460693597793579,0.057073771953582764,0.013349239714443684,1.350005030632019,-0.7785142660140991,0.05340951681137085,0.025259435176849365,-0.12090121954679489 +481,-1.5866145168428847,-1.1978358055857952,-1.4160381662369474,-0.3643287420272827,0.9312527179718018,0.005763502325862646,0.13166913390159607,0.5821143388748169,-0.04700539633631706,-0.0010429620742797852,-0.003823399543762207,-0.09794187545776367 +482,-1.4793571239555472,-1.1884976269872596,-1.392864028675596,-0.3714960813522339,0.9278095364570618,-0.03406429663300514,0.21278385818004608,1.0969486236572266,-0.15197186172008514,-0.015619426965713501,0.009461700916290283,0.006812091916799545 +483,-1.3080757475170977,-1.1603285878537515,-1.3335005810367777,-0.38534629344940186,0.9169342517852783,-0.10363378375768661,0.4506493806838989,1.2933913469314575,-0.42013058066368103,-0.020171284675598145,0.03921198844909668,0.0306205153465271 +484,-1.1328812489459221,-1.1040202026708232,-1.3023836623370164,-0.40754571557044983,0.8930237293243408,-0.19082757830619812,0.22889170050621033,1.177383303642273,-0.4762668311595917,0.010893523693084717,0.03219294548034668,0.0238659530878067 +485,-1.0688294920450818,-1.060150336495142,-1.347129872074857,-0.42844900488853455,0.8724289536476135,-0.23515813052654266,-0.1539200097322464,0.8430303931236267,-0.4147599935531616,-3.30805778503418e-05,0.0025253891944885254,0.00604739785194397 +486,-1.0051927050973135,-1.0303540823112156,-1.3753460348555306,-0.43438729643821716,0.8574812412261963,-0.275741845369339,0.16263793408870697,1.0874451398849487,-0.3579798936843872,-0.01477038860321045,-0.004133462905883789,-0.005920082330703735 +487,-0.8911740307104985,-0.9979101112389459,-1.3962010748511782,-0.4216194748878479,0.8403399586677551,-0.34068408608436584,0.01287543959915638,1.2582331895828247,-0.1273432970046997,0.05171594023704529,0.015937447547912598,0.029145389795303345 +488,-0.8167887127160203,-0.9897376988375771,-1.4044135476981239,-0.40012800693511963,0.8358820080757141,-0.37576431035995483,0.06139014661312103,0.41559135913848877,-0.00484050065279007,0.03223860263824463,-0.010274767875671387,-0.035078585147857666 +489,-0.7921138965589519,-0.9866695952045217,-1.4207755925124066,-0.3925589621067047,0.834194004535675,-0.38732144236564636,-0.030974088236689568,0.36970245838165283,-0.07178173214197159,0.0160636305809021,-0.011562108993530273,-0.03302764892578125 +490,-0.792678505036253,-0.9909115283779194,-1.4442015497153136,-0.3902537524700165,0.8365257978439331,-0.3846123516559601,-0.15598465502262115,0.24594053626060486,-0.0040486641228199005,-0.0041554272174835205,0.0050879716873168945,-0.009827375411987305 +491,-0.77900781590541,-0.9929565362694749,-1.4605949306915182,-0.3837568163871765,0.8376445174217224,-0.38869309425354004,-0.07934123277664185,0.3478848338127136,-0.15831628441810608,-0.042512714862823486,-0.014783799648284912,-0.023141562938690186 +492,-0.7744426883685578,-0.9825586884901545,-1.4928782726014618,-0.3880484402179718,0.8319199085235596,-0.3966454863548279,0.14119012653827667,0.2784901261329651,-0.3844008445739746,-0.0460488498210907,-0.0021927356719970703,-0.06899172067642212 +493,-0.7463978693495409,-0.9625944993731498,-1.5263764874493857,-0.38797497749328613,0.8206768035888672,-0.4194819927215576,0.048651956021785736,0.3136832118034363,-0.09944409877061844,0.0014850497245788574,-0.028272509574890137,0.026034057140350342 +494,-0.7286634953505357,-0.9438290692288377,-1.5507054961742741,-0.3906620442867279,0.8098105192184448,-0.4377099573612213,0.13206109404563904,0.4836016893386841,-0.17973068356513977,0.04555404186248779,-0.0213126540184021,-0.03883722424507141 +495,-0.679839645279513,-0.9315142879698333,-1.5418458213327948,-0.37507566809654236,0.8025243282318115,-0.46397507190704346,0.06233549490571022,0.2695499360561371,0.026363138109445572,-0.018417954444885254,-0.0005681514739990234,-0.024763941764831543 +496,-0.6595682811984085,-0.937217364663893,-1.549760785214772,-0.36278337240219116,0.8059138059616089,-0.4678580164909363,-0.2017308622598648,0.18018779158592224,0.0567740723490715,0.008489549160003662,0.009363293647766113,-0.04335719347000122 +497,-0.6566433223485103,-0.9409946683730196,-1.5685513765585115,-0.35955241322517395,0.8081443309783936,-0.46650266647338867,-0.04946707934141159,0.2961272895336151,-0.10552238672971725,0.005884230136871338,-0.01207810640335083,-0.08256956934928894 +498,-0.6360129526137471,-0.9375468662832679,-1.5836566952223199,-0.35150545835494995,0.806108832359314,-0.4760592579841614,-0.02083960361778736,0.16608111560344696,-0.05763135850429535,0.014316767454147339,-0.03425830602645874,-0.061523109674453735 +499,-0.6453204619428847,-0.9360124288791589,-1.6099028877555766,-0.3566645383834839,0.8051998615264893,-0.4737545847892761,-0.01858745887875557,-0.0061611817218363285,-0.11376912891864777,0.040746599435806274,-0.023354828357696533,-0.08085659146308899 +500,-0.6559699578028254,-0.9321799658429746,-1.6100346278625,-0.363569051027298,0.8029212951660156,-0.47237154841423035,0.03652585670351982,-0.44713160395622253,-0.06232459470629692,-0.015398204326629639,-0.025699615478515625,-0.08057641983032227 +501,-0.766420746739715,-0.9157156420889595,-1.624947481518758,-0.4225335419178009,0.7929987907409668,-0.4388829469680786,-0.01858954131603241,-1.4250880479812622,-0.20990020036697388,0.016207247972488403,-0.015563547611236572,-0.0412653386592865 +502,-0.9162127978803273,-0.8992683737833617,-1.611554648184613,-0.4935787320137024,0.7828719019889832,-0.37880298495292664,0.03471456095576286,-1.9137063026428223,0.13972748816013336,0.0691249668598175,0.0007584691047668457,-0.0011408329010009766 +503,-1.0304796566259262,-0.9243548166049813,-1.612187401850165,-0.5165424942970276,0.7982323169708252,-0.3098532557487488,0.13976022601127625,-0.8495755195617676,0.29556119441986084,0.03575336933135986,-0.010405778884887695,-0.16764000058174133 +504,-1.0438722400278369,-0.9330748467757893,-1.5719073318250718,-0.5146097540855408,0.8034543991088867,-0.2993961274623871,0.1445992887020111,-0.07525995373725891,0.1178492084145546,-0.017494797706604004,0.001843571662902832,-0.01044890284538269 +505,-1.0460633378458306,-0.9361401731987469,-1.5616235098912792,-0.5131303071975708,0.8052756190299988,-0.2970324158668518,-0.10494738817214966,0.08100265264511108,0.09846962243318558,0.003273189067840576,-0.0008628964424133301,0.049717992544174194 +506,-1.0144823330617383,-0.9464434508724173,-1.5645644867925763,-0.4964231550693512,0.8113415837287903,-0.30868905782699585,-0.0991528257727623,0.6100868582725525,0.062487103044986725,0.007073760032653809,-0.004182159900665283,0.01788705587387085 +507,-0.9783717373000094,-0.9412844511655021,-1.5601505152227362,-0.4884209632873535,0.8083149790763855,-0.3287429213523865,-0.1108512207865715,0.592800498008728,-0.3356955945491791,-0.08895635604858398,0.06402993202209473,0.062217652797698975 +508,-0.9732806752732754,-0.8693181360266549,-1.6128522002804209,-0.5335319638252258,0.7638890743255615,-0.36306628584861755,0.1259768307209015,0.7667595148086548,-1.159460425376892,0.05179673433303833,0.024532556533813477,-0.009019255638122559 +509,-0.954235778339516,-0.7595326649712005,-1.69626891563279,-0.5916361808776855,0.6885825991630554,-0.4193098843097687,0.25811341404914856,0.8365263938903809,-1.1764929294586182,-0.014946520328521729,0.06169205904006958,0.01611161231994629 +510,-0.9325028968901811,-0.6940162241950878,-1.7422345134468995,-0.6173401474952698,0.6396295428276062,-0.4580013155937195,-0.3326905071735382,-0.13016504049301147,-0.19763168692588806,-0.0037077665328979492,-0.0263940691947937,0.08156701922416687 +511,-0.9962030115408518,-0.7054810186794844,-1.7679988897896233,-0.6390451788902283,0.6484001278877258,-0.4137614071369171,-0.33511364459991455,-0.49688902497291565,-0.11280138790607452,-0.04969072341918945,-0.03043442964553833,0.06552532315254211 +512,-1.1045038421128266,-0.7262948646917651,-1.827131955052915,-0.667823076248169,0.6641041040420532,-0.3361223340034485,-0.6738652586936951,-0.8576111793518066,-0.06121893972158432,0.010535478591918945,0.011844992637634277,0.045167744159698486 +513,-1.2547562341016685,-0.7411235266413236,-1.9257243832710627,-0.701174259185791,0.6751171946525574,-0.22928424179553986,-0.4390384256839752,-0.4823906123638153,-0.11355333775281906,0.038973450660705566,0.03424859046936035,-0.06374551355838776 +514,-1.2714828906677091,-0.7368557115293876,-1.933700129769771,-0.7076581120491028,0.6719626188278198,-0.21837207674980164,0.1380365788936615,-0.01253795437514782,-0.03898933157324791,0.011475861072540283,0.005954861640930176,0.0059239864349365234 +515,-1.2752285910860492,-0.7222662651819651,-1.9459183363382229,-0.7177736759185791,0.6610867977142334,-0.2185523808002472,-0.2426985204219818,0.07895734161138535,-0.2766575515270233,0.031082510948181152,0.013397455215454102,0.059006527066230774 +516,-1.3079653495477293,-0.707948059839798,-1.9819251941295997,-0.7336085438728333,0.6502763032913208,-0.1973811537027359,-0.09478554129600525,0.08339487016201019,-0.3236905634403229,0.008541405200958252,0.0083845853805542,-0.05150490999221802 +517,-1.2981969007775795,-0.6782947217618722,-1.986243667309129,-0.749891996383667,0.6274661421775818,-0.2096388190984726,-0.04239882528781891,0.026473451405763626,-0.2077370285987854,0.013777434825897217,0.03969395160675049,0.003568798303604126 +518,-1.3142586371037774,-0.6622524455529908,-1.9969460166783375,-0.7628014087677002,0.614894688129425,-0.2000962495803833,-0.10756409168243408,-0.12752611935138702,-0.1697952002286911,0.0029290318489074707,0.009739100933074951,0.0108109712600708 +519,-1.3365006481674222,-0.6609740874551064,-1.9986382692116387,-0.7678269147872925,0.6138860583305359,-0.18326427042484283,-0.12526874244213104,-0.2352842092514038,0.08974339812994003,0.01637732982635498,-0.012720286846160889,0.01923227310180664 +520,-1.392965128046738,-0.6777045482051038,-2.0221237675514296,-0.7667287588119507,0.627006471157074,-0.13780400156974792,-0.2584099769592285,-0.4730948209762573,0.13136939704418182,-0.005579590797424316,-0.013938844203948975,-0.12141227722167969 +521,-1.405590546260057,-0.6799118546248252,-2.010875815193816,-0.7670403122901917,0.6287244558334351,-0.12788507342338562,0.0400092639029026,-0.061478178948163986,0.026917777955532074,0.050380825996398926,-0.03946065902709961,-0.023390576243400574 +522,-1.419210396295479,-0.6980860949633894,-1.9968902517133114,-0.7572891712188721,0.6427526473999023,-0.11568180471658707,0.04553541541099548,-0.1171729788184166,0.18436621129512787,-0.06845557689666748,-0.011298179626464844,-0.026316478848457336 +523,-1.419000196587868,-0.7013782070125437,-1.9746574499477756,-0.7551689147949219,0.6452711820602417,-0.11552036553621292,0.17061088979244232,-0.14159660041332245,0.06071101129055023,-0.01799386739730835,-0.053184449672698975,-0.05080043524503708 +524,-1.4082420288723672,-0.6949297775135299,-1.937483637125498,-0.7579730749130249,0.640331506729126,-0.12430862337350845,0.23975390195846558,-0.14163872599601746,0.04202728345990181,-0.02442145347595215,-0.0552636981010437,-0.07510848343372345 +525,-1.3948369257619184,-0.6817473767557429,-1.9008011344525733,-0.7644832730293274,0.6301507949829102,-0.13592374324798584,0.12095781415700912,-0.06443975865840912,-0.1517600417137146,-0.04278290271759033,-0.025048255920410156,-0.011125192046165466 +526,-1.3879021258319182,-0.6619795515208624,-1.8775722367269034,-0.7756213545799255,0.6146794557571411,-0.14345981180667877,0.23713266849517822,-0.05010237544775009,-0.07986873388290405,-0.009275496006011963,0.008916676044464111,-0.04123258590698242 +527,-1.37292402314423,-0.6587092198315314,-1.8376396297672852,-0.7753525972366333,0.6120966076850891,-0.15545497834682465,0.2710803151130676,-0.14018361270427704,0.07086529582738876,-0.03418731689453125,-0.013662159442901611,0.012159690260887146 +528,-1.3633939917356808,-0.6568776303669902,-1.8096496490602751,-0.7749316096305847,0.6106472015380859,-0.1630675196647644,0.18896807730197906,-0.08678183704614639,-0.01272137463092804,-0.03405886888504028,0.024393022060394287,-0.041995346546173096 +529,-1.3476811350655666,-0.6484882361604264,-1.772629076526551,-0.7772424817085266,0.6039822101593018,-0.17635062336921692,0.2674398720264435,-0.11425513029098511,0.015472998842597008,0.07123357057571411,0.021429717540740967,0.06879140436649323 +530,-1.34945049778119,-0.651229372745858,-1.7561318759411446,-0.7759352922439575,0.6061646342277527,-0.17461103200912476,0.07307374477386475,-0.024020634591579437,0.05962681770324707,0.045420706272125244,0.0012573003768920898,0.001515313982963562 +531,-1.3417941910972646,-0.657919076739331,-1.7458238102166064,-0.7706090211868286,0.6114715933799744,-0.17962205410003662,0.14459432661533356,0.039398193359375,0.045867785811424255,-0.02425175905227661,-0.01775217056274414,-0.016483888030052185 +532,-1.323805729325452,-0.6584109575035054,-1.7224153963069053,-0.7669618129730225,0.6118607521057129,-0.19338080286979675,0.29551762342453003,-0.08603022247552872,0.1710159033536911,-0.02576291561126709,0.016892969608306885,-0.027200251817703247 +533,-1.3221845605767983,-0.6624748455378803,-1.6953600523663623,-0.7642308473587036,0.615070104598999,-0.19401046633720398,0.18055757880210876,-0.12387272715568542,0.006343185901641846,-0.010763049125671387,-0.010028541088104248,-0.011662721633911133 +534,-1.32950169766795,-0.6576907331171183,-1.6981745656599043,-0.7684784531593323,0.6112909317016602,-0.18911431729793549,-0.06617279350757599,-0.09583908319473267,-0.07809726148843765,-0.01524341106414795,0.006049096584320068,-0.08990786969661713 +535,-1.3174810281932552,-0.6437649994510033,-1.6947852388146742,-0.7743161916732788,0.6002110838890076,-0.20045217871665955,0.05406095087528229,0.0451030395925045,-0.07819648087024689,0.037988126277923584,0.031426429748535156,0.07075245678424835 +536,-1.314784726732358,-0.6453113537562786,-1.6983637366121531,-0.772874116897583,0.6014472246170044,-0.20230397582054138,0.027096491307020187,-0.03369802236557007,0.06972487270832062,0.013795197010040283,-0.02823549509048462,-0.002469003200531006 +537,-1.3160852335911817,-0.6497739066201471,-1.687677559027844,-0.7705315351486206,0.6050063967704773,-0.20062041282653809,0.14095894992351532,-0.10083207488059998,0.017605306580662727,-0.038474202156066895,0.004017651081085205,-0.016115427017211914 +538,-1.31064913958898,-0.6372286671656969,-1.6780133121327274,-0.7767032384872437,0.5949702858924866,-0.20674221217632294,0.110679492354393,0.001292707398533821,-0.025906646624207497,0.03669780492782593,0.015396475791931152,-0.011916205286979675 +539,-1.300772213347963,-0.6352515474680445,-1.6660114071828511,-0.7757557034492493,0.5933800339698792,-0.214716836810112,0.18487904965877533,-0.0031750029884278774,0.02451467700302601,0.023939907550811768,0.01419442892074585,0.023081719875335693 +540,-1.2874727607335121,-0.6373421217189931,-1.6514688047210164,-0.771638810634613,0.5950614809989929,-0.22466738522052765,0.18176302313804626,-0.00931297056376934,0.051499687135219574,-0.0012646317481994629,0.008103251457214355,-0.0077849626541137695 +541,-1.2745163936181603,-0.6385767461926877,-1.633416336009036,-0.7679599523544312,0.5960532426834106,-0.2344312071800232,0.24864055216312408,-0.08636577427387238,0.04391397535800934,0.00042760372161865234,0.016877055168151855,-0.007268011569976807 +542,-1.2711570915405346,-0.6347425919342438,-1.615664862720795,-0.7693459987640381,0.5929702520370483,-0.2376825362443924,0.2912004292011261,-0.04892270267009735,-0.04807228595018387,0.004712879657745361,0.033631861209869385,-0.01654408872127533 +543,-1.2676106397061713,-0.6281718661219893,-1.6046736797854777,-0.7722001671791077,0.5876665711402893,-0.24156756699085236,-0.1106225997209549,-0.1414584219455719,0.0005769936833530664,0.06472647190093994,0.003153681755065918,0.05110734701156616 +544,-1.2749265388307949,-0.6383538311838233,-1.6176686217573766,-0.768183171749115,0.5958742499351501,-0.23415495455265045,-0.005226558074355125,0.017182080075144768,0.0882183164358139,0.01253741979598999,0.031216204166412354,-0.030249357223510742 +545,-1.2616852386180708,-0.6455631621553722,-1.6060204813489551,-0.7609032392501831,0.6016483902931213,-0.24299266934394836,0.17670941352844238,-0.11408016085624695,0.10037422925233841,0.0008630156517028809,0.05910295248031616,0.019268348813056946 +546,-1.264731315877996,-0.6522873611519097,-1.6064589291623843,-0.7577650547027588,0.607005774974823,-0.2394493669271469,-0.1437697559595108,-0.03728717565536499,-0.07973185926675797,-0.012986838817596436,0.042774498462677,0.0797966867685318 +547,-1.2906959608642703,-0.65319427232746,-1.6407269074903543,-0.7631969451904297,0.6077262163162231,-0.21954351663589478,-0.15789595246315002,0.06942838430404663,-0.07403968274593353,0.04929924011230469,0.022492289543151855,-0.008956849575042725 +548,-1.2766229085210774,-0.6550011827948357,-1.654826769573477,-0.7589796185493469,0.6091601848602295,-0.2299431562423706,0.014947990886867046,0.29251593351364136,-0.08381357043981552,0.022895634174346924,0.04260373115539551,0.009865641593933105 +549,-1.2564875961315138,-0.6547787541863674,-1.6759662308038172,-0.7543249726295471,0.6089837551116943,-0.24521969258785248,-0.29854151606559753,0.27545860409736633,-0.09680989384651184,-0.01032346487045288,0.053781747817993164,0.0798296332359314 +550,-1.2605433183797392,-0.6467393904874978,-1.7284905547031864,-0.7599508762359619,0.6025874614715576,-0.24364519119262695,-0.3748200237751007,0.2950489819049835,-0.3142184019088745,-0.009977102279663086,0.05720257759094238,0.03302812576293945 +551,-1.2611621646752782,-0.6330627350789085,-1.7876277164636416,-0.7678796052932739,0.5916167497634888,-0.24566324055194855,-0.4982793629169464,0.3248099684715271,-0.17402170598506927,0.0449945330619812,0.007580578327178955,0.030941560864448547 +552,-1.2637175139362316,-0.6250573630047159,-1.8569225832799392,-0.772994875907898,0.5851438045501709,-0.24512408673763275,-0.5164502263069153,0.4450083374977112,-0.2678821384906769,0.02810657024383545,-0.0013120174407958984,-0.007668256759643555 +553,-1.2731604158263978,-0.6167672066669654,-1.935096378362379,-0.7798858284950256,0.5784010291099548,-0.2392282783985138,-0.6894010901451111,0.36410635709762573,-0.2884450852870941,-0.0055602192878723145,-0.01869344711303711,-0.00816240906715393 +554,-1.304528887498385,-0.6075459793645236,-2.03433814496275,-0.7921172380447388,0.5708543062210083,-0.216045081615448,-0.7463164329528809,0.35854560136795044,-0.37679407000541687,-0.01405024528503418,-0.026909053325653076,-0.05951337516307831 +555,-1.32755115440657,-0.5857092681828883,-2.1274796161847376,-0.8087884187698364,0.5527905821800232,-0.20070809125900269,-0.7150613069534302,0.3925414979457855,-0.42781177163124084,0.027736902236938477,-0.03614324331283569,-0.08368518948554993 +556,-1.321572376751772,-0.5729202174091893,-2.2104460709935325,-0.8143590092658997,0.5420882701873779,-0.2072669416666031,-0.8521608710289001,0.4981120824813843,-0.16696499288082123,0.039090514183044434,-0.007206737995147705,-0.09371267259120941 +557,-1.3324794660349981,-0.5843384242574957,-2.321865632018681,-0.8105034828186035,0.5516477227210999,-0.1968984454870224,-0.9963394403457642,0.5240780115127563,-0.06381825357675552,0.01729053258895874,0.0053285956382751465,-0.13980203866958618 +558,-1.3360483194821582,-0.5948993227549715,-2.430136763032909,-0.805489718914032,0.5604254007339478,-0.19263872504234314,-1.1833667755126953,0.8592628240585327,-0.23132102191448212,-0.04596590995788574,0.029860854148864746,-0.04431496560573578 +559,-1.3344089013055946,-0.5969429315377515,-2.5730463143611804,-0.8040577173233032,0.5621167421340942,-0.19369038939476013,-1.1700704097747803,0.7295226454734802,-0.24355323612689972,-0.013080954551696777,0.008104145526885986,-0.08124242722988129 +560,-1.3493013314623226,-0.6083924992171456,-2.688104880601969,-0.8005214333534241,0.571549117565155,-0.18026918172836304,-0.9155899286270142,0.44035789370536804,0.028501547873020172,-0.005829215049743652,-0.059983015060424805,-0.07617001235485077 +561,-1.3513482404053205,-0.6223143730234785,-2.779823571098137,-0.7930452227592468,0.5829172134399414,-0.17688079178333282,-0.7788669466972351,0.7208096385002136,-0.11623746901750565,-0.029907047748565674,-0.043198585510253906,-0.027037620544433594 +562,-1.3479312847497744,-0.6263751933804513,-2.85877125099666,-0.7901211380958557,0.5862119793891907,-0.17906489968299866,-0.5789083242416382,0.4844769835472107,-0.11905573308467865,-0.011285662651062012,-0.0686185359954834,-0.05878913402557373 +563,-1.3318503111191116,-0.6277596505570306,-2.8981402920260004,-0.7863501906394958,0.5873330235481262,-0.19155481457710266,-0.25157004594802856,0.3523574471473694,0.007484924979507923,0.012744903564453125,-0.02542811632156372,-0.03293251991271973 +564,-1.3246306675210486,-0.639906300244667,-2.9160165797359126,-0.7779700756072998,0.5971202850341797,-0.19547396898269653,-0.2616247236728668,0.20633378624916077,0.0299360491335392,-0.008559465408325195,0.0030994415283203125,-0.012671172618865967 +565,-1.324886676775286,-0.6429179029209054,-2.9439002994818986,-0.7762724757194519,0.5995333194732666,-0.19483616948127747,-0.33261212706565857,0.10469293594360352,-0.07179999351501465,-0.037753522396087646,0.006973087787628174,-0.06862208247184753 +566,-1.339889627622371,-0.6370339228580179,-2.9784855578968923,-0.7825285792350769,0.5948137640953064,-0.18397244811058044,-0.3306427001953125,0.0386163592338562,-0.16489124298095703,-0.017093122005462646,-0.014750778675079346,-0.05055512487888336 +567,-1.371656871483559,-0.6307692960026592,-3.0154480558120835,-0.7916141152381897,0.5897662043571472,-0.1597590446472168,-0.3205219805240631,-0.141954243183136,-0.0923600122332573,0.009845376014709473,0.012971282005310059,-0.0636906623840332 +568,-1.4172635999793886,-0.6290577456044912,-3.059978699075304,-0.7990708351135254,0.588383138179779,-0.12365668267011642,-0.49479803442955017,-0.042741574347019196,-0.0705767348408699,0.052870333194732666,0.04676395654678345,-0.010025553405284882 +569,-1.4435804580934883,-0.6256599955964737,-3.115206964047414,-0.8040264844894409,0.5856323838233948,-0.10284031182527542,-0.39316701889038086,0.19351373612880707,-0.14672039449214935,-0.013798832893371582,0.004074037075042725,-0.036899685859680176 +570,-1.4534897697661184,-0.6148013219538702,3.1236911110036965,-0.8112740516662598,0.5767962336540222,-0.09560670703649521,-0.31697019934654236,0.24538597464561462,-0.16752146184444427,0.008615970611572266,-0.016691863536834717,-0.03433710336685181 +571,-1.451881350081735,-0.6108523524830853,3.100809593648526,-0.813374400138855,0.5735659003257751,-0.09718090295791626,-0.15212829411029816,0.16941814124584198,0.018952246755361557,0.05505847930908203,-0.009692609310150146,-0.035921499133110046 +572,-1.4519901879246708,-0.6147825648686689,3.084385216076293,-0.8111402988433838,0.5767809152603149,-0.09682442992925644,-0.22005148231983185,0.203242227435112,-0.05082809180021286,0.02044522762298584,0.023042023181915283,0.011451497673988342 +573,-1.4491138821316139,-0.6139019185705981,3.0692749517531484,-0.8113624453544617,0.5760613083839417,-0.09921874850988388,-0.03272831067442894,0.09132859855890274,-0.030156783759593964,-0.041313886642456055,-0.0012322068214416504,-0.04967653006315231 +574,-1.4514636215342784,-0.6173874888755424,3.085805752756037,-0.8095948100090027,0.5789068937301636,-0.09707235544919968,0.033449314534664154,-0.3033524453639984,0.0737091675400734,0.024972617626190186,-0.0035285353660583496,-0.05646156519651413 +575,-1.45623493041418,-0.6143818699586913,3.100222151662433,-0.8117737174034119,0.5764535665512085,-0.09340691566467285,0.042891934514045715,0.045563872903585434,-0.0842326432466507,0.03632199764251709,0.023827195167541504,0.02283501625061035 +576,-1.4397849444902684,-0.6060600859005988,3.1152870676631648,-0.81485515832901,0.5696336627006531,-0.1073703020811081,0.10579942166805267,0.09409739077091217,-0.15948830544948578,-0.00789862871170044,0.01575446128845215,-0.031683072447776794 +577,-1.4298596821998448,-0.5914528153692364,3.11429561292977,-0.8219007849693298,0.5575676560401917,-0.11660903692245483,-0.10090669244527817,0.16203629970550537,-0.165937602519989,0.010697662830352783,0.0421333909034729,-0.01354844868183136 +578,-1.435788226176145,-0.5875504978735495,3.0910995662833587,-0.8247273564338684,0.5543239712715149,-0.11202634125947952,-0.2775787115097046,0.04989347234368324,-0.14294283092021942,-0.012049436569213867,0.023892581462860107,0.008495450019836426 +579,-1.4457970056305824,-0.5774027108246995,3.0533098896394493,-0.8313459157943726,0.5458495616912842,-0.10446231067180634,-0.32929331064224243,0.029464364051818848,-0.13417065143585205,-0.01563894748687744,0.00789189338684082,-0.06547480821609497 +580,-1.4638606495016906,-0.5614613033743765,3.016308678333371,-0.8416428565979004,0.532423734664917,-0.09034628421068192,-0.317647784948349,0.10173114389181137,-0.21188698709011078,0.008696019649505615,-0.025572538375854492,-0.012894690036773682 +581,-1.4708901371089773,-0.548841760596894,2.9951047784524647,-0.8488752245903015,0.5216994285583496,-0.08509118109941483,-0.08049527555704117,-0.004475642926990986,-0.10968264192342758,0.0012189745903015137,-0.011506617069244385,-0.024772100150585175 +582,-1.4674614001906037,-0.5390195550508354,2.998003583110962,-0.8536343574523926,0.5132948160171509,-0.08852556347846985,0.10172439366579056,0.010232501663267612,-0.05245717242360115,-0.028308331966400146,-0.013828933238983154,-0.04466842859983444 +583,-1.467432490718846,-0.5320795082056787,3.01194019366688,-0.8571546077728271,0.5073264837265015,-0.08891567587852478,-0.0007374463602900505,-0.03137565404176712,-0.03910138085484505,0.02936530113220215,0.022611260414123535,0.019259333610534668 +584,-1.4739138504025506,-0.5306093926615301,2.998300360747617,-0.8584542870521545,0.5060590505599976,-0.08343037217855453,-0.17411138117313385,0.03810587897896767,-0.07404696941375732,-0.014775693416595459,0.008894562721252441,-0.019383370876312256 +585,-1.4831806713977627,-0.5300609584168873,2.9833611144131953,-0.8594667911529541,0.5055859088897705,-0.07549602538347244,-0.09998487681150436,0.030133329331874847,-0.041507381945848465,0.001846611499786377,-0.023820221424102783,0.008830375969409943 +586,-1.4822526580769222,-0.5256909654938243,2.9803867581513206,-0.8615889549255371,0.5018107891082764,-0.07648824155330658,0.0404743030667305,-0.06351412832736969,-0.003139832057058811,0.0012068748474121094,0.003041505813598633,-0.041920006275177 +587,-1.4877436095839824,-0.5249315195658604,2.977477002239619,-0.8623755574226379,0.5011537671089172,-0.0717877671122551,-0.20945443212985992,-0.00933861918747425,0.010414696298539639,0.011621654033660889,0.07562857866287231,0.032359056174755096 +588,-1.4957210599349091,-0.5293421046235072,2.947413643752877,-0.8607081770896912,0.504965603351593,-0.06473957747220993,-0.2851200997829437,0.08325624465942383,0.0016107363626360893,-0.019357681274414062,0.005410373210906982,-0.0023990869522094727 +589,-1.5007000016863916,-0.5289508928301903,2.9219901768636434,-0.8612167239189148,0.5046278834342957,-0.0604671947658062,-0.1306731402873993,0.049876078963279724,-0.028926566243171692,0.01661229133605957,-0.04587244987487793,-0.0314517579972744 +590,-1.4969399263997647,-0.5246056910408061,2.9217260965653775,-0.8631620407104492,0.5008717775344849,-0.06386620551347733,0.04100841283798218,-0.007252996787428856,-0.0020453287288546562,0.014391899108886719,-0.010072827339172363,-0.001746535301208496 +591,-1.4938696805828022,-0.5217258049100096,2.9312499348040553,-0.8643965125083923,0.49837708473205566,-0.06662660092115402,0.06778756529092789,-0.011553962714970112,-0.014186239801347256,-0.010786592960357666,0.017904043197631836,0.0022039413452148438 +592,-1.4915229082498047,-0.5200377937597095,2.9411442904465255,-0.8650749325752258,0.4969129264354706,-0.0687214657664299,0.1182490661740303,-0.05633469671010971,-0.011630586348474026,-0.01132875680923462,-0.002848684787750244,-0.03757130354642868 +593,-1.491437857168852,-0.5172768167395765,2.9639776165712863,-0.8664335012435913,0.494515061378479,-0.06890354305505753,0.27856144309043884,-0.13046659529209137,-0.006532750558108091,-0.001730501651763916,-0.015160232782363892,-0.03198760002851486 +594,-1.4899258224110572,-0.5163898771728896,3.005392895676536,-0.8667652010917664,0.49374398589134216,-0.07024894654750824,0.42586421966552734,-0.20396792888641357,0.05501636117696762,-0.019160032272338867,-0.01425182819366455,-0.0068384334444999695 +595,-1.4921960432893726,-0.5185056177153262,3.0447154480420395,-0.8658791184425354,0.4955827295780182,-0.06819884479045868,0.3153510093688965,-0.19680051505565643,0.027970800176262856,0.038623929023742676,0.03224930167198181,0.002967536449432373 +596,-1.4928265640845293,-0.5154685253569045,3.0671365281776866,-0.8674185872077942,0.49294254183769226,-0.06776981055736542,0.15370625257492065,-0.10783188790082932,-0.04641811177134514,-0.01934593915939331,-0.006736487150192261,-0.007013499736785889 +597,-1.5041077182668197,-0.5074455424167941,3.0800383318582134,-0.8720458745956421,0.48594626784324646,-0.058241892606019974,0.17059117555618286,-0.22180718183517456,-0.0940946489572525,-0.031213343143463135,-0.028381019830703735,-0.019181188195943832 +598,-1.5170917156312484,-0.49906455385503146,3.121707774045528,-0.876764714717865,0.47860440611839294,-0.047131627798080444,0.5790109634399414,-0.40893352031707764,-0.004178420640528202,-0.019261837005615234,-0.03509247303009033,-0.003146108239889145 +599,-1.5228971255696606,-0.4931197502188905,-3.0818016932469856,-0.8798501491546631,0.47337624430656433,-0.04217637702822685,0.830202579498291,-0.5204537510871887,-0.06559207290410995,-0.048525214195251465,-0.06404390931129456,-0.011458281427621841 \ No newline at end of file diff --git a/BoostRunClub/CoreML/DataSet/TEST/standing/q4.csv b/BoostRunClub/CoreML/DataSet/TEST/standing/q4.csv new file mode 100644 index 0000000..67a5d31 --- /dev/null +++ b/BoostRunClub/CoreML/DataSet/TEST/standing/q4.csv @@ -0,0 +1,601 @@ +,attitude.roll,attitude.pitch,attitude.yaw,gravity.x,gravity.y,gravity.z,rotationRate.x,rotationRate.y,rotationRate.z,userAcceleration.x,userAcceleration.y,userAcceleration.z +0,-0.45027339976731556,0.0956840066340393,-1.6473247526876964,-0.4332209527492523,-0.09553807228803635,-0.8962098360061646,-0.40977615118026733,0.44183939695358276,1.591902732849121,-0.02495470643043518,0.23268406093120575,0.14167797565460205 +1,-0.006110879675516293,0.2925454133303068,-2.037479824550433,-0.005851209629327059,-0.2883904278278351,-0.9574950337409973,-0.16708099842071533,0.2620241641998291,0.11695967614650726,0.07390540838241577,0.12753227353096008,0.047659218311309814 +2,-0.0021166936860620164,0.17802259316933777,-2.0191966120299205,-0.0020832393784075975,-0.17708376049995422,-0.9841935634613037,-1.1565351486206055,-0.26958906650543213,0.08442288637161255,0.07341808080673218,0.06433656811714172,0.05944991111755371 +3,-0.059557747261371745,0.14503601530271548,-2.0264465373559237,-0.05889759957790375,-0.14452806115150452,-0.9877462983131409,-0.2689756155014038,-0.5451895594596863,-0.2546636164188385,0.008558854460716248,0.011868149042129517,-0.03926175832748413 +4,-0.2069893440345997,0.10153221318394787,-2.0877687459636065,-0.20445604622364044,-0.1013578549027443,-0.9736140370368958,-0.03343585878610611,-1.8185598850250244,-0.8788671493530273,0.12955066561698914,0.05967085063457489,-0.015765845775604248 +5,-0.33058013078028187,0.10411540683341167,-2.1591303757460167,-0.3228341042995453,-0.10392740368843079,-0.9407323002815247,-0.7835431098937988,-1.5582250356674194,-0.28901687264442444,0.03566369414329529,-0.050766199827194214,0.007306396961212158 +6,-0.40883372192813544,0.16199964747184675,-2.274957911564785,-0.39233434200286865,-0.16129198670387268,-0.905570924282074,0.5493817925453186,-1.0541354417800903,-2.266045093536377,0.13729897141456604,0.13722889125347137,-0.19092565774917603 +7,-0.41917961629914363,0.15909674222276088,-2.335248215047406,-0.401870995759964,-0.1584264189004898,-0.9018872976303101,-0.6935139298439026,0.8478346467018127,1.0981767177581787,0.7250369191169739,-0.03546701371669769,0.13858169317245483 +8,-0.24996605349805834,0.12128397602135628,-2.2494804455431803,-0.2455539107322693,-0.12098684906959534,-0.9618032574653625,0.03406994789838791,1.990729808807373,0.9478715062141418,-0.03272061049938202,0.12135306745767593,-0.02075594663619995 +9,-0.04481206336466888,0.0737160362027816,-2.2151690775783908,-0.04467540606856346,-0.07364929467439651,-0.9962830543518066,-0.1412532925605774,1.7142047882080078,0.11259232461452484,-0.44690173864364624,0.17165648937225342,-0.20180654525756836 +10,0.033947622472189576,-0.009265446661048587,-2.1900347456940934,0.03393964469432831,0.009265313856303692,-0.9993809461593628,-0.07892204076051712,1.7895663976669312,-0.308226078748703,0.11017961800098419,-0.07490862160921097,-0.3014308214187622 +11,0.09955307487260259,-0.1158210520372375,-2.1941890582372,0.09872283041477203,0.11556227505207062,-0.98838210105896,0.17332741618156433,-0.045831259340047836,-0.9622612595558167,-0.19117584824562073,-0.22341139614582062,-0.03417038917541504 +12,0.10033256142386972,-0.09712638219870073,-2.218454465552106,0.09969223290681839,0.09697374701499939,-0.9902815222740173,0.7097973227500916,-0.07844876497983932,-0.16489456593990326,0.11634169518947601,-0.11928210407495499,0.05998373031616211 +13,0.0879708815233468,-0.044835245353575824,-2.216112308989454,0.08776916563510895,0.04482022672891617,-0.9951320290565491,-0.062023889273405075,0.035525526851415634,0.2351682186126709,-0.015350952744483948,0.011072717607021332,-0.2891086935997009 +14,0.08813428015626722,-0.04528413146544969,-2.1852410205195794,0.08792999386787415,0.04526865482330322,-0.9950975179672241,-0.011073417030274868,0.06588114798069,0.42245545983314514,-0.010171204805374146,-0.0016895532608032227,-0.001804947853088379 +15,0.08415707942857827,-0.03419895527555393,-2.102574580635955,0.08400862663984299,0.0341922901570797,-0.9958782196044922,-0.014473913237452507,-0.3418121933937073,-0.07585907727479935,-0.1747526377439499,0.082842618227005,-0.013719558715820312 +16,0.039945105985660104,-0.02342944140567542,-2.04778841635695,0.039923522621393204,0.023427298292517662,-0.9989280700683594,0.24071919918060303,-1.226509690284729,0.8211731910705566,-0.0668095126748085,-0.10770158469676971,0.058483123779296875 +17,-0.004425890041881902,-0.021200450579206456,-2.0141426267214264,-0.004424881190061569,0.02119886316359043,-0.9997655153274536,0.05711276829242706,-0.0340714231133461,0.5450334548950195,-0.01882951334118843,-0.004673592746257782,0.03356373310089111 +18,-0.0045180127972893865,0.021148537620139716,-1.9854066590312707,-0.004516987130045891,-0.02114696055650711,-0.9997661709785461,0.3088931739330292,1.3885102272033691,-0.057971980422735214,-0.00958213396370411,0.05544871836900711,0.33335381746292114 +19,-0.008045204759772473,0.02025313970409145,-1.987001179238745,-0.008043467998504639,-0.02025175467133522,-0.9997625350952148,-0.016248345375061035,-0.04110592603683472,0.00011432799510657787,0.005006969906389713,0.0010409411042928696,-0.02153867483139038 +20,-0.008001909657224672,0.02016553262953642,-1.9870152269208814,-0.008000196889042854,-0.020164165645837784,-0.9997646808624268,-0.0022076405584812164,0.001252892892807722,0.0012445661704987288,0.008442701771855354,0.011817608028650284,-0.004965543746948242 +21,-0.00709608390131611,0.01940535636174947,-1.9870271185125132,-0.00709468824788928,-0.01940413936972618,-0.9997865557670593,-0.0019256854429841042,-0.004465683363378048,0.0008548467885702848,0.007918663322925568,0.002726281061768532,0.008148372173309326 +22,-0.006576584534470568,0.01905196072019462,-1.9870439867358105,-0.006575343664735556,-0.019050808623433113,-0.9997968673706055,0.0005411552265286446,-0.0012843306176364422,0.0013916506431996822,0.001570461317896843,0.0037767626345157623,-0.017140328884124756 +23,-0.005922762741189527,0.01844205551676142,-1.9870813159004996,-0.005921720992773771,-0.018441010266542435,-0.9998124241828918,-0.0004155673086643219,0.004472358152270317,-0.00016469485126435757,0.011048674583435059,0.009774018079042435,-8.07642936706543e-05 +24,-0.005238502208281392,0.017880805622401356,-1.9870786837147896,-0.00523764081299305,-0.017879853025078773,-0.9998264312744141,-0.0005966946482658386,0.001708026509732008,0.0012943672481924295,0.0015297550708055496,0.0015987250953912735,0.0011844635009765625 +25,-0.0049539064486188306,0.01768326236408439,-1.9870545099513632,-0.0049531115218997,-0.017682339996099472,-0.9998313784599304,0.0033331122249364853,-0.0006408216431736946,-0.0009703210089355707,0.0042664664797484875,0.0031559746712446213,-0.005387067794799805 +26,-0.004316942721229047,0.017176727854727392,-1.98704893662756,-0.004316292703151703,-0.017175883054733276,-0.999843180179596,-0.002529105171561241,0.001559126190841198,0.001049680169671774,0.007657967507839203,0.007639139890670776,0.00022464990615844727 +27,-0.003931196682360757,0.016732538300789877,-1.9870665232555447,-0.003930636215955019,-0.016731757670640945,-0.9998522996902466,-0.001504608429968357,-0.0014639929868280888,-0.0011698701418936253,-3.6648940294981e-05,0.0009541697800159454,-0.005320429801940918 +28,-0.0036614740595940568,0.016668811135912755,-1.9871085392305665,-0.0036609573289752007,-0.016668038442730904,-0.9998543858528137,-0.0007790466770529747,0.001433646772056818,0.002028199378401041,0.006789009086787701,0.0035912562161684036,-0.004524886608123779 +29,-0.003120515142772456,0.01616486541639481,-1.9871532205008087,-0.0031201024539768696,-0.016164161264896393,-0.9998644590377808,-0.0005735699087381363,0.0010591773316264153,-0.0005867164582014084,0.0022961280774325132,0.007573464885354042,0.0014056563377380371 +30,-0.0029658140870971266,0.015895668708003567,-1.9871858753918807,-0.002965435152873397,-0.015894999727606773,-0.9998692870140076,-0.0005790852010250092,0.0002839653752744198,-0.0010104067623615265,0.0009665340185165405,-0.0011643264442682266,-0.004006445407867432 +31,-0.0026750361709571165,0.01583937673023681,-1.9871714431873349,-0.002674697432667017,-0.015838714316487312,-0.9998709559440613,-0.002046634443104267,0.002389786299318075,0.0004585455171763897,0.004337905906140804,0.0028534866869449615,-0.0029671192169189453 +32,-0.002344276932901442,0.015415131401500835,-1.9871704254349178,-0.0023439961951225996,-0.015414521098136902,-0.999878466129303,-0.0004694601520895958,0.003326832316815853,-0.0014764006482437253,0.0005282005295157433,0.005679413676261902,-0.0013727545738220215 +33,-0.0021017750172919016,0.01521726382667534,-1.9871648835001094,-0.0021015300881117582,-0.015216676518321037,-0.9998819828033447,0.0012118872255086899,0.0007232273928821087,-5.2740564569830894e-05,0.0030933513771742582,-0.001323849894106388,-0.003932654857635498 +34,-0.0018355598365184668,0.01516937604377875,-1.9871871290039367,-0.00183534761890769,-0.015168794430792332,-0.999883234500885,1.7328187823295593e-05,0.0005422723479568958,-6.400048732757568e-06,0.0016369834775105119,0.0029159877449274063,-0.0016425848007202148 +35,-0.0017447446831910796,0.014761493627935461,-1.9872185723645255,-0.001744553679600358,-0.014760957099497318,-0.9998895525932312,-0.0003947308287024498,-0.0016693747602403164,-0.0011160904541611671,0.0011952370405197144,0.004049288108944893,-0.0019415020942687988 +36,-0.001542886888752397,0.014751534186417775,-1.987244985979314,-0.0015427183825522661,-0.01475099939852953,-0.9998900294303894,5.027279257774353e-06,0.0011937492527067661,-0.002430344233289361,0.0030228211544454098,-0.0028271256014704704,-0.0034821629524230957 +37,-0.0014008735851143673,0.014712464013188448,-1.9872998846861287,-0.0014007214922457933,-0.014711933210492134,-0.9998908042907715,-0.0011876607313752174,0.0008587446063756943,0.000222525792196393,-0.000720249954611063,0.003557758405804634,-0.0022149085998535156 +38,-0.001222914001999405,0.014405650623009858,-1.9872512864495233,-0.0012227868428453803,-0.014405152760446072,-0.9998955130577087,-0.0019485903903841972,-0.0008817431516945362,0.0004069460555911064,0.003038582857698202,0.002091309055685997,-0.0023933053016662598 +39,-0.0010060721192344192,0.014425676508932752,-1.9872530566091346,-0.0010059672640636563,-0.014425176195800304,-0.999895453453064,0.003634039778262377,0.002358230296522379,0.0015833331272006035,-0.0005199117586016655,-0.0029851021245121956,-0.003644585609436035 +40,-0.0010214067554361733,0.014272337663370693,-1.987290686950521,-0.0010213025379925966,-0.014271853491663933,-0.9998976588249207,-5.7184137403964996e-05,-0.0018148883245885372,-0.0007146724965423346,0.0014027724973857403,0.004719851538538933,-0.0013840794563293457 +41,-0.0008312314007215537,0.014134969607887819,-1.9872843644470317,-0.0008311482961289585,-0.014134499244391918,-0.9998997449874878,0.0005815126933157444,0.001813726034015417,-0.0021716321352869272,0.002402803860604763,-0.0005444558337330818,-0.0029688477516174316 +42,-0.0008016205870892484,0.014207561973671703,-1.9872828793155495,-0.0008015395724214613,-0.014207083731889725,-0.9998987317085266,-0.0001245979219675064,0.002337600104510784,-0.0008958308026194572,-0.0033793686889111996,-0.0006244583055377007,-0.0036412477493286133 +43,-0.0007698355455993978,0.01414109417365029,-1.9872439656324548,-0.0007697584806010127,-0.014140622690320015,-0.9998997449874878,-0.0003666970878839493,0.001286716666072607,0.0014557570684701204,0.0023261550813913345,0.0025897203013300896,-0.002633213996887207 +44,-0.000585189963077485,0.014000534919927242,-1.9872213652712232,-0.000585132569540292,-0.014000077731907368,-0.9999018311500549,-0.00395740382373333,0.00036364514380693436,0.0006883894093334675,0.00024943891912698746,-0.0005720658227801323,-0.0029668211936950684 +45,-0.0006393445264512835,0.014046428091499898,-1.987220932941804,-0.0006392814102582633,-0.014045965857803822,-0.9999011754989624,-0.00014859437942504883,0.0003829915076494217,-1.576053909957409e-05,-0.0006119394674897194,-0.00031255465000867844,-0.0030285120010375977 +46,-0.0005325731637127037,0.013961039610022234,-1.9872387999714578,-0.000532521225977689,-0.013960585929453373,-0.9999024271965027,-0.0009006354957818985,-0.0039017582312226295,0.0007437227759510279,0.0030502215959131718,0.002028212882578373,-0.0027373433113098145 +47,-0.00046097218121096965,0.013840014936048932,-1.987227205835746,-0.00046092801494523883,-0.013839572668075562,-0.9999040961265564,-0.00037188827991485596,-0.00045265723019838333,-0.0005293400026857853,-0.0009581390768289566,3.036949783563614e-05,-0.0017590522766113281 +48,-0.0004643722665933908,0.013850227285710412,-1.9872603953125405,-0.00046432772069238126,-0.01384978462010622,-0.9999039769172668,-0.0010211849585175514,-0.00026349304243922234,-0.0015160538023337722,0.00115097314119339,-0.00038666464388370514,-0.0026900172233581543 +49,-0.00034285407027690156,0.013724652388995971,-1.9872914139177695,-0.0003428217605687678,-0.013724221847951412,-0.9999057650566101,-0.0004296582192182541,-0.00104101886972785,-0.0007634991779923439,0.00012919865548610687,0.0027989279478788376,-0.0037410855293273926 +50,-0.00034228882039311466,0.013627996176005727,-1.9873559810638133,-0.0003422570298425853,-0.013627574779093266,-0.9999070763587952,-0.00016982760280370712,0.0011682035401463509,-0.0006557265296578407,-0.0012751747854053974,-0.0007309466600418091,-0.002824246883392334 +51,-0.0003375187982167282,0.013691382652952722,-1.9873834376258306,-0.0003374871448613703,-0.013690955005586147,-0.9999062418937683,0.0014825635589659214,0.00020164158195257187,4.4597312808036804e-05,0.0016344841569662094,-0.0006370488554239273,-0.0027030110359191895 +52,-0.0002921178417065789,0.013552722022107774,-1.9873836751996616,-0.00029209101921878755,-0.013552307151257992,-0.9999081492424011,-0.0006950702518224716,-0.0005676816217601299,-0.001317824935540557,0.00023105600848793983,0.002352355979382992,-0.001602470874786377 +53,-0.00033893441923663276,0.013517333140337772,-1.987415632636555,-0.0003389034536667168,-0.013516921550035477,-0.9999085664749146,-0.001312057487666607,-0.00019458914175629616,-0.001588136306963861,0.0008729612454771996,-0.0015892786905169487,-0.002273380756378174 +54,-0.00018878204273018,0.0136061293067463,-1.9874019838275687,-0.00018876456306315958,-0.013605709187686443,-0.9999074339866638,0.001036154106259346,-0.0012886892072856426,0.0016770984511822462,0.00034135207533836365,-0.00034082308411598206,-0.0032053589820861816 +55,-0.0001842795024560892,0.01353904474233487,-1.9873886516033783,-0.00018426260794512928,-0.013538630679249763,-0.9999083280563354,0.0029503097757697105,-0.00027232058346271515,0.001408824697136879,-0.00030401861295104027,0.0016062576323747635,-0.0026398897171020508 +56,-0.00017991403547700673,0.013479949734509913,-1.9874024437615592,-0.0001798976882128045,-0.013479541055858135,-0.9999091029167175,-0.00041827838867902756,-0.0007105953991413116,-0.0014789196429774165,0.0019499175250530243,-0.0013825176283717155,-0.0031425952911376953 +57,-8.251703378875209e-05,0.013496763724054898,-1.98739068975559,-8.250951941590756e-05,-0.013496354222297668,-0.9999089241027832,0.0007698829285800457,0.003066158387809992,0.0005937393289059401,-0.0009550880640745163,0.0006637126207351685,-0.002196788787841797 +58,-0.00011499274186582246,0.01338183106117397,-1.9873776021699312,-0.00011498244566610083,-0.013381431810557842,-0.9999104738235474,-0.0015862733125686646,0.0015537659637629986,0.0020507972221821547,0.001152580138295889,0.0010523293167352676,-0.0029124021530151367 +59,-4.7264325410662893e-05,0.01339884447863601,-1.987435744442826,-4.726008410216309e-05,-0.013398443348705769,-0.9999102354049683,-0.0012012375518679619,-0.0016812756657600403,-0.00038329907692968845,0.0005813180468976498,-0.0013568047434091568,-0.0023328065872192383 +60,-9.336994538466746e-05,0.01341635491249636,-1.9874489249559681,-9.336154471384361e-05,-0.01341595221310854,-0.9999099969863892,-0.000872255302965641,-0.0029282975010573864,-0.001383933238685131,-0.0008984599262475967,0.0014683203771710396,-0.00269925594329834 +61,-6.985770252316564e-05,0.013308908907288442,-1.9875032013057197,-6.985151412663981e-05,-0.013308515772223473,-0.9999114274978638,0.0027945758774876595,0.001188274472951889,0.0009884473402053118,0.0007412382401525974,-0.0001802537590265274,-0.0034455060958862305 +62,-4.883841710397436e-05,0.013346037345031196,-1.987486913591438,-4.883406654698774e-05,-0.01334564108401537,-0.9999109506607056,-0.0032825302332639694,0.0009379982948303223,0.0023182646837085485,-0.0010955752804875374,-0.0014248667284846306,-0.0033086538314819336 +63,-5.126051381052128e-05,0.013362469957114249,-1.9874687651565883,-5.125593816046603e-05,-0.01336207240819931,-0.9999107122421265,-0.001272931694984436,0.00023832917213439941,-0.00019595609046518803,0.0009515243582427502,0.0007888302206993103,-0.002515435218811035 +64,7.136648059713045e-05,0.013276299742213343,-1.987488823655856,7.136019121389836e-05,-0.013275910168886185,-0.9999118447303772,0.0020754425786435604,0.0003834790550172329,-8.535711094737053e-05,-0.0005901590920984745,0.0008247392252087593,-0.0024684667587280273 +65,-3.0322625575382388e-05,0.013297986686679529,-1.9874981879546942,-3.0319944926304743e-05,-0.013297595083713531,-0.9999116063117981,-0.0006189728155732155,0.00230714725330472,0.001374696148559451,-0.0007631373591721058,0.0004039183259010315,-0.0024840235710144043 +66,2.439809124313996e-05,0.013210290098002772,-1.9874743297013402,2.4395962100243196e-05,-0.013209905475378036,-0.9999127388000488,0.0021317549981176853,-4.631141200661659e-05,0.001782780047506094,0.0018219174817204475,-0.0002330876886844635,-0.003871440887451172 +67,3.593855218834422e-05,0.0132004567996741,-1.9874484113128332,3.59354198735673e-05,-0.013200073502957821,-0.9999128580093384,-0.0016857301816344261,-0.0013450486585497856,0.000316498801112175,-0.00015800539404153824,0.0009625256061553955,0.0005995631217956543 +68,-1.1078391562953299e-05,0.01320194929797845,-1.9874824492588563,-1.1077426279371139e-05,-0.013201565481722355,-0.9999128580093384,0.0014259368181228638,0.0009978958405554295,-0.00039811315946280956,-9.573390707373619e-05,-0.0008975546807050705,-0.001048445701599121 +69,5.426097967114695e-05,0.013246526790471539,-1.987505024249567,5.4256219300441444e-05,-0.013246139511466026,-0.9999122619628906,0.0007661115378141403,0.0007236008532345295,0.00044062710367143154,0.00032721366733312607,7.78045505285263e-05,-0.003292083740234375 +70,4.7766081604614616e-05,0.013247149833144288,-1.9874548557128873,4.776188870891929e-05,-0.013246762566268444,-0.9999122619628906,-0.003652595914900303,0.002191220410168171,0.0014095855876803398,-0.00200088694691658,-0.0009896885603666306,-0.004741668701171875 +71,-7.146996736444406e-06,0.01326910597689982,-1.9874543117000512,-7.1463673521066085e-06,-0.013268716633319855,-0.9999119639396667,0.00030735041946172714,0.000703116413205862,0.0012069684453308582,0.0003886162303388119,-0.0017611905932426453,-0.002620995044708252 +72,-2.4721038652701404e-06,0.013269115453106113,-1.9874550141246912,-2.4718863187445095e-06,-0.013268725946545601,-0.9999119639396667,-0.0004322594031691551,0.0010632374323904514,0.0005664797499775887,0.0002618711441755295,0.004159228876233101,-0.002132713794708252 +73,-3.467294440889362e-05,0.013173085546627123,-1.987466961803942,-3.466993439360522e-05,-0.013172704726457596,-0.999913215637207,0.002202171366661787,-0.005662917159497738,0.0007720324210822582,-0.0003010234795510769,-0.00017873570322990417,-0.004969537258148193 +74,-8.474192404011681e-05,0.013354153102338213,-1.9874683707479255,-8.473436901113018e-05,-0.013353756628930569,-0.999910831451416,0.0006881663575768471,0.002159315161406994,0.00010697613470256329,0.00138173159211874,-1.294352114200592e-05,-0.006680965423583984 +75,-6.102132022425194e-05,0.013298107435417796,-1.9874841694183454,-6.101592589402571e-05,-0.013297715224325657,-0.9999116063117981,0.001185107510536909,0.00036988407373428345,0.0015803247224539518,-0.0016937446780502796,0.0023266468197107315,-0.0008665919303894043 +76,-8.044420615259268e-05,0.01334948510783196,-1.9874725555711743,-8.043703564908355e-05,-0.013349088840186596,-0.9999108910560608,0.00075940927490592,0.0031366958282887936,-0.0007039261981844902,0.001575798261910677,-0.003130403347313404,-0.000501096248626709 +77,1.8338536488096084e-05,0.013382546426606391,-1.987475470417489,1.833689384511672e-05,-0.013382147066295147,-0.9999104738235474,-0.0006802016869187355,0.0009504598565399647,0.0007918756455183029,-0.0013305926695466042,0.001968572847545147,-0.0022104978561401367 +78,-3.0078736492741253e-05,0.013245179663466024,-1.9874984955145536,-3.0076098482823e-05,-0.013244792819023132,-0.9999122619628906,-0.0008416334167122841,-0.0021821279078722,0.0003686270210891962,0.0008235331624746323,0.0006562927737832069,-0.0035514235496520996 +79,3.626388956249882e-05,0.01335633352350531,-1.9875172656522597,3.62606551789213e-05,-0.013355936855077744,-0.999910831451416,0.0007397443987429142,0.0021023349836468697,-0.00020771403796970844,-0.0005703181959688663,-0.0020554400980472565,-0.0026831626892089844 +80,-3.557298027317272e-05,0.013338123334552428,-1.9874826531330738,-3.556981755536981e-05,-0.013337727636098862,-0.9999110698699951,0.002537770662456751,-0.004859430715441704,-0.001824663602747023,-0.001475050114095211,0.0035568438470363617,-0.003598451614379883 +81,1.2399258724173446e-05,0.01321224100285227,-1.98748314099271,1.239817629539175e-05,-0.013211856596171856,-0.9999127388000488,-0.0017592981457710266,0.00013573793694376945,-0.0012604447547346354,0.0023527140729129314,-0.001665462739765644,-0.003871440887451172 +82,6.31799405961616e-05,0.013368131901680244,-1.98746873709858,6.317429506452754e-05,-0.013367733918130398,-0.9999106526374817,-0.0008383924141526222,0.0017828214913606644,-0.00013308506458997726,-0.0017263824120163918,-0.0008687172085046768,-0.0032173991203308105 +83,-8.26555241251306e-05,0.01334414052982379,-1.9874782326773117,-8.264816278824583e-05,-0.013343744911253452,-0.9999109506607056,0.001691760029643774,0.0008239573799073696,0.0010470114648342133,0.0009676576592028141,0.0022658640518784523,-0.003064453601837158 +84,1.54859655449488e-05,0.01330132642016046,-1.9874899465981268,1.5484594769077376e-05,-0.013300933875143528,-0.9999115467071533,-0.001630133017897606,0.0006292904727160931,0.00024177809245884418,-0.0005953186191618443,-0.0009812917560338974,-0.0030486583709716797 +85,-4.903071756040169e-05,0.013347748826472407,-1.987454359904775,-4.902634827885777e-05,-0.013347352854907513,-0.9999108910560608,-0.0017866482958197594,-4.074163734912872e-05,-0.00039442675188183784,-0.002010909840464592,-0.0011027203872799873,-0.004025816917419434 +86,-7.289146652904358e-06,0.013327072670148985,-1.9874481164645406,-7.288499546120875e-06,-0.013326678425073624,-0.9999111890792847,-0.0008254442363977432,0.0009890338405966759,-0.0031796740368008614,0.0011974740773439407,0.0013180114328861237,-0.002698063850402832 +87,4.264854925016494e-05,0.013331080055466663,-1.9874600787779657,4.264475865056738e-05,-0.01333068497478962,-0.9999111294746399,0.0004924950189888477,0.0009222216904163361,0.000473816879093647,-0.0015685237012803555,-0.0009210230782628059,-0.003552556037902832 +88,-3.409816113949771e-05,0.013353412271846103,-1.9874991359520464,-3.4095122828148305e-05,-0.013353015296161175,-0.999910831451416,-0.0018973862752318382,-0.0018197409808635712,0.00040632463060319424,0.0006444468162953854,-0.0005019651725888252,-0.004300534725189209 +89,7.207059569307334e-05,0.013327741672658341,-1.9875216308673522,7.206419832073152e-05,-0.013327347114682198,-0.9999111890792847,0.0017338222824037075,-0.00186994019895792,-0.0007552788592875004,0.0006603575311601162,0.0015933383256196976,-0.002499699592590332 +90,6.3826290117597e-05,0.013296934965900292,-1.9874896516321048,6.382064748322591e-05,-0.013296542689204216,-0.9999116063117981,0.0001765163615345955,0.0009764493443071842,-0.000240386463701725,-0.002383156679570675,-0.001138271763920784,-0.0027129054069519043 +91,1.0959004914277308e-05,0.013307663412137374,-1.987506809612285,1.0958034181385301e-05,-0.013307270593941212,-0.9999114274978638,-0.0008502388373017311,-0.000479669775813818,-0.0015090092783793807,0.0015454385429620743,-0.0002577919512987137,-0.002972424030303955 +92,7.671189632434178e-05,0.013300256342503765,-1.9875197167106313,7.67051096772775e-05,-0.013299863785505295,-0.9999115467071533,0.00018726568669080734,-0.00032829539850354195,8.455198258161545e-05,-0.0005192100070416927,0.0014132671058177948,-0.0035216808319091797 +93,2.416572598560167e-05,0.013300560825705207,-1.987513921335926,2.4163588022929616e-05,-0.013300168327987194,-0.9999115467071533,-0.002721725031733513,0.0016651577316224575,0.0005432157777249813,-0.0004819273017346859,-0.0008752457797527313,-0.0035674571990966797 +94,8.471557876950696e-05,0.013316548976027926,-1.987482137984476,8.470806642435491e-05,-0.013316155411303043,-0.9999113082885742,0.003249130677431822,-0.0017672497779130936,0.0014436596538871527,0.0008308193646371365,-0.000874517485499382,-0.003903329372406006 +95,8.963266675328363e-05,0.0133196278296969,-1.9874615849480164,8.96247147466056e-05,-0.013319234363734722,-0.9999113082885742,0.0003159753978252411,0.002943451050668955,-0.0003128272946923971,-0.000867823138833046,0.0012647900730371475,-0.0027894973754882812 +96,1.0713204693246244e-05,0.013323173883807111,-1.9874496362488332,1.0712254152167588e-05,-0.013322779908776283,-0.9999112486839294,0.0016410532407462597,-0.0007608747109770775,-0.0015699100913479924,0.0018508597277104855,-0.0012951400130987167,-0.0023165345191955566 +97,2.8669730426585734e-05,0.013346468096113116,-1.987468882710971,2.866717659344431e-05,-0.013346072286367416,-0.9999109506607056,0.0010986211709678173,0.00037015555426478386,-0.0013535479083657265,-0.00010496098548173904,0.0005439482629299164,-0.0038274526596069336 +98,-2.1201333228641816e-05,0.013269027601078188,-1.9875268048984096,-2.119946657330729e-05,-0.013268638402223587,-0.9999119639396667,0.0005289791151881218,0.0012004682794213295,-0.0007719181012362242,-0.00043656444177031517,0.000558067113161087,-0.002590477466583252 +99,1.1897040767656174e-05,0.013257872459683177,-1.9875417973905485,1.189599515782902e-05,-0.013257483951747417,-0.9999121427536011,-0.0012354664504528046,0.0009233229793608189,0.0007997204083949327,0.00023224437609314919,-0.001909751445055008,-0.0022546052932739258 +100,2.7267186755527904e-05,0.013306725963285712,-1.9875613840902886,2.7264772143098526e-05,-0.013306333683431149,-0.9999114871025085,-0.0005160672590136528,0.0010516205802559853,0.0013674043584614992,-0.00030192313715815544,0.0008551618084311485,-0.003140270709991455 +101,4.6536601989932474e-05,0.01325037609975407,-1.987582476089497,4.6532517444575205e-05,-0.013249988667666912,-0.9999122023582458,-0.001896643079817295,-0.001655589323490858,0.00034615141339600086,0.0006553716957569122,-0.0005744742229580879,-0.002925872802734375 +102,4.384166911424399e-05,0.013321498966295435,-1.987538495922382,4.3837779230671003e-05,-0.013321105390787125,-0.9999112486839294,-0.0006978409364819527,-0.0012831012718379498,-0.0012915657134726644,-0.0009593651629984379,-0.0005033565685153008,-0.0035982131958007812 +103,-6.037717220793546e-05,0.013321375170432024,-1.9875154191077067,-6.037181447027251e-05,-0.0133209815248847,-0.9999112486839294,0.0011914209462702274,0.0017253509722650051,0.00024250266142189503,-1.5921887097647414e-05,0.0007935157045722008,-0.0035524368286132812 +104,-5.866344024120018e-06,0.013294095798734785,-1.9875075993368871,-5.865825642104028e-06,-0.013293704017996788,-0.9999116063117981,0.0014705955982208252,-0.0007804529741406441,-0.0013483013026416302,0.0007688053883612156,3.2996758818626404e-06,-0.002346634864807129 +105,-4.178875272731428e-05,0.013332274110088943,-1.9874746006839898,-4.178503877483308e-05,-0.013331878930330276,-0.9999111294746399,-0.001397247426211834,0.0011710850521922112,0.0016360876616090536,-0.0012094355188310146,-4.302710294723511e-06,-0.0039035677909851074 +106,-6.489742937596283e-05,0.01328669015036779,-1.9874282624193649,-6.489169754786417e-05,-0.01328629907220602,-0.9999117255210876,0.0014308751560747623,-0.0006206165999174118,0.001557669835165143,0.0009346427395939827,0.00027055293321609497,-0.0027585625648498535 +107,-5.896059718701869e-05,0.013287654520680077,-1.9874469384230575,-5.8955392887583e-05,-0.013287263922393322,-0.9999117255210876,-6.635300815105438e-05,0.0017620055004954338,-0.000271249795332551,-0.0008565718308091164,-0.00021676532924175262,-0.0030484795570373535 +108,-0.00014396578744436137,0.013298573231723012,-1.9874567050807201,-0.00014395306061487645,-0.013298180885612965,-0.9999115467071533,0.0010170908644795418,-0.000681332778185606,-0.001463620807044208,6.765873695258051e-05,-0.0008009392768144608,-0.0037810206413269043 +109,-9.983971494945537e-05,0.01325686539048944,-1.9874898982582556,-9.983094059862196e-05,-0.013256477192044258,-0.9999121427536011,-0.0012863008305430412,-0.0014769984409213066,0.0007959897629916668,0.0013052751310169697,0.0003933180123567581,-0.0036126375198364258 +110,-5.7657453660113816e-05,0.013254654926311298,-1.987513211039723,-5.7652388932183385e-05,-0.013254267163574696,-0.9999121427536011,0.000671757385134697,0.0008995281532406807,-0.0010359936859458685,-0.0009799450635910034,-9.717326611280441e-05,-0.0025749802589416504 +111,-0.00010086299738427817,0.013249055662839002,-1.9875432048440451,-0.00010085414396598935,-0.013248668052256107,-0.9999122023582458,-0.00017574243247509003,0.0005468740127980709,-0.0023147764150053263,0.0004365472123026848,4.041008651256561e-06,-0.004100799560546875 +112,-8.76542678210491e-05,0.013188962301075,-1.987485774637344,-8.764664380578324e-05,-0.013188580051064491,-0.9999130368232727,-0.00021219812333583832,0.0009790281765162945,-0.0010433634743094444,0.0003317873924970627,0.0008137021213769913,-0.002497851848602295 +113,-0.00011709712473904229,0.013167007694626172,-1.9875097607154963,-0.0001170869727502577,-0.013166626915335655,-0.9999133348464966,0.0018563228659331799,-0.0005364874377846718,-0.000757347559556365,-0.0005237823352217674,0.0001356210559606552,-0.002833247184753418 +114,-0.00010304612528802804,0.01316306941890547,-1.9875076584781417,-0.0001030372004606761,-0.013162689283490181,-0.9999133348464966,-0.0006215469911694527,-0.0021423473954200745,0.0010318586137145758,0.0017204685136675835,-0.0009822072461247444,-0.0027263760566711426 +115,-3.847819669805563e-05,0.013140100310710265,-1.9875392804407332,-3.84748746000696e-05,-0.013139721937477589,-0.9999136924743652,0.0010287459008395672,0.0008834954351186752,-0.0002505879383534193,-0.00044980645179748535,0.0011005373671650887,-0.0021920204162597656 +116,-8.246599263779518e-05,0.013156903776439107,-1.9875499107473982,-8.245885692304e-05,-0.013156523928046227,-0.9999134540557861,0.0006019594147801399,-0.0008270828984677792,0.0008618838619440794,-9.093433618545532e-06,-0.0003932807594537735,-0.002375364303588867 +117,-7.864446176818578e-05,0.01325493351534112,-1.9875464306782502,-7.863755308790132e-05,-0.013254545629024506,-0.9999121427536011,-0.0014367187395691872,-2.8458423912525177e-05,-0.001791263115592301,-4.343269392848015e-05,0.0003456100821495056,-0.0029412508010864258 +118,-0.00012114113568333331,0.013245080881041857,-1.9875454555509877,-0.00012113050615880638,-0.013244693167507648,-0.9999122619628906,0.0010269396007061005,0.0002481951378285885,-6.44077081233263e-05,0.00013638939708471298,0.0014954274520277977,-0.0032767653465270996 +119,-4.0286737824094526e-05,0.013286699674110414,-1.9875690617167605,-4.028318289783783e-05,-0.013286308385431767,-0.9999117255210876,-0.0011046845465898514,-0.0009113741107285023,-0.0013611189788207412,0.0004370114766061306,-0.00011090748012065887,-0.0030789971351623535 +120,-4.299267767493255e-05,0.013275084517550578,-1.9875795487708559,-4.2988889617845416e-05,-0.013274694792926311,-0.999911904335022,-0.0005435319617390633,0.0002489304170012474,0.00014251470565795898,-0.0012540081515908241,-4.5262277126312256e-07,-0.0036739110946655273 +121,-4.308801404677823e-05,0.013191038127461313,-1.9875887835612143,-4.308426650823094e-05,-0.01319065596908331,-0.9999129772186279,-0.0009768828749656677,-0.00010935915634036064,-0.00016205967403948307,0.000790765043348074,-8.449051529169083e-05,-0.003504931926727295 +122,4.792427617451794e-05,0.013168014392708902,-1.9875950446419999,4.792012259713374e-05,-0.013167633675038815,-0.9999132752418518,-0.001395275816321373,-0.0015747379511594772,-0.0002775604370981455,0.00016570277512073517,-0.0010535567998886108,-0.003825068473815918 +123,1.1878021467363371e-05,0.01321054842079187,-1.987616265608813,1.1876984899572562e-05,-0.01321016438305378,-0.9999127388000488,-0.001312953419983387,0.0010181199759244919,-0.0016832605469971895,0.0002780398353934288,0.0008047688752412796,-0.002513408660888672 +124,-5.106734506690738e-06,0.013197959275586334,-1.9875711551131436,-5.106289791001473e-06,-0.013197575695812702,-0.9999129176139832,0.00022319331765174866,0.0024140584282577038,0.0020234903786331415,-2.541113644838333e-05,1.3982877135276794e-05,-0.0026658177375793457 +125,-2.639859765586969e-05,0.013173751497298892,-1.9875784055590284,-2.6396306566311978e-05,-0.013173370622098446,-0.999913215637207,-0.0026831338182091713,-0.0005025668069720268,0.0014802361838519573,-0.0013316357508301735,0.0001728832721710205,-0.0031232237815856934 +126,-3.6636315061728706e-05,0.013186328972892047,-1.9875469956294425,-3.663312963908538e-05,-0.013185947202146053,-0.9999130368232727,-0.00030957814306020737,0.00022372743114829063,-0.0003280048258602619,0.0009826780296862125,0.0006584813818335533,-0.0046035051345825195 +127,3.10445883724456e-05,0.013220356335565063,-1.987511257950262,3.1041876354720443e-05,-0.01321997120976448,-0.9999126195907593,0.0006735618226230145,-0.001550775021314621,-0.00017867470160126686,-0.0004430292174220085,0.0002042241394519806,-0.0027118921279907227 +128,6.9677136170547335e-06,0.013270412924518063,-1.9875056479228912,6.967100034671603e-06,-0.01327002327889204,-0.9999119639396667,-4.3653883039951324e-05,-0.00019862409681081772,0.0003429155331104994,0.0001913970336318016,0.0006052274256944656,-0.004177391529083252 +129,3.1487074046980074e-05,0.013256865568891312,-1.987502012985542,3.1484305509366095e-05,-0.013256477192044258,-0.9999121427536011,0.0023869206197559834,-0.0002535795792937279,-0.0003296241629868746,0.00022791512310504913,-3.392808139324188e-05,-0.0015527009963989258 +130,5.217556715836559e-05,0.013226573590941234,-1.987513964913526,5.2171002607792616e-05,-0.013226187787950039,-0.9999125003814697,-0.0001886710524559021,0.00015157880261540413,0.0009601640049368143,-0.0004946757107973099,4.259590059518814e-05,-0.003307044506072998 +131,2.5015963875007448e-05,0.013300333305050144,-1.9874897667461005,2.5013750928337686e-05,-0.013299941085278988,-0.9999115467071533,0.0015736166387796402,0.0025378400459885597,0.002406306564807892,0.00014283321797847748,-0.0002498636022210121,-0.0031707286834716797 +132,6.676635478893698e-05,0.013335056197937567,-1.987505971863113,6.676041812170297e-05,-0.013334660790860653,-0.9999110698699951,0.0008289157412946224,-0.0016152570024132729,-0.0013584709959104657,0.0005435915663838387,7.477495819330215e-05,-0.0033695101737976074 +133,1.840931833368668e-05,0.013375875915235879,-1.9874761418286369,1.840767072280869e-05,-0.013375476934015751,-0.9999105334281921,0.0006962614133954048,-0.002193926367908716,0.0004866484086960554,-0.0007203118875622749,0.0003902474418282509,-0.0029123425483703613 +134,-2.9576615559725628e-05,0.01333629760329168,-1.9874338959665798,-2.95739846478682e-05,-0.013335902243852615,-0.9999110698699951,0.0008269920945167542,-0.0005231671966612339,8.105533197522163e-06,0.0003042323514819145,-0.0005495958030223846,-0.003506898880004883 +135,-6.824563605297694e-05,0.013328259421291093,-1.987412829445103,-6.823957664892077e-05,-0.013327864930033684,-0.9999111890792847,-0.0003550443798303604,-0.0015683136880397797,0.0018374559003859758,-0.00040478259325027466,0.0008003991097211838,-0.003537297248840332 +136,-9.19766200265688e-05,0.013332203598339485,-1.987382738807683,-9.196844621328637e-05,-0.01333180908113718,-0.9999111294746399,0.0007465616799890995,0.000583600252866745,0.0009477748535573483,-0.0001674308441579342,-0.0003400668501853943,-0.0022708773612976074 +137,-0.00010260960548921086,0.01331883329029806,-1.9873379882284632,-0.00010260050476063043,-0.013318439945578575,-0.9999113082885742,-0.001444850116968155,-0.0018244432285428047,-0.001069951569661498,-0.0005535273812711239,-6.351806223392487e-05,-0.0033998489379882812 +138,-0.000123221995117705,0.013241426832466981,-1.9873001621327049,-0.0001232111972058192,-0.013241039589047432,-0.9999123215675354,0.002612394280731678,0.002986013423651457,-0.0010137652279809117,0.00033683422952890396,1.1669471859931946e-05,-0.0030326247215270996 +139,-9.27570808612906e-05,0.01327041178729212,-1.987228669071747,-9.274891635868698e-05,-0.013270022347569466,-0.9999119639396667,-0.002505139447748661,0.0036856140941381454,-0.00017224205657839775,0.0007946533150970936,-0.0005544405430555344,-0.002727806568145752 +140,-5.281830910773648e-05,0.013253913211257644,-1.98715874443893,-5.28136697539594e-05,-0.013253524899482727,-0.9999121427536011,0.0032844971865415573,-0.003844405757263303,0.000745690893381834,-0.0008932310156524181,5.4673291742801666e-05,-0.0023918747901916504 +141,-8.21617226728776e-05,0.013240935994416109,-1.9871740578754618,-8.215451816795394e-05,-0.01324054878205061,-0.9999123215675354,0.000891663134098053,0.0006502829492092133,0.00041957967914640903,-0.0003756093792617321,0.0005910135805606842,-0.0020407438278198242 +142,-0.00012150670153123066,0.01328012045934216,-1.987169462005774,-0.00012149598478572443,-0.013279730454087257,-0.9999117851257324,-0.00034322217106819153,-0.0006875698454678059,0.000605051638558507,0.0011285762302577496,-0.000163261778652668,-0.003963887691497803 +143,-7.108139772354434e-05,0.013232168200558572,-1.9872062430712774,-7.107517740223557e-05,-0.013231782242655754,-0.999912440776825,-0.0008413083851337433,0.0009759524837136269,0.0005596864502876997,0.00023892195895314217,0.0005212118849158287,-0.0028188228607177734 +144,-5.574205184995139e-05,0.013201607141450435,-1.9871897772690916,-5.573719317908399e-05,-0.013201223686337471,-0.9999128580093384,-0.0026922132819890976,0.0008809794671833515,0.0036802180111408234,0.0005287597887217999,-0.000348581001162529,-0.003108382225036621 +145,6.926439828838038e-08,0.013217131107071485,-1.987186569555489,6.925834838966693e-08,-0.013216746039688587,-0.999912679195404,0.0016757361590862274,-0.0020455080084502697,-5.445070564746857e-05,-0.0009155967272818089,-2.788286656141281e-05,-0.0029712319374084473 +146,-4.859569113021492e-05,0.013184152390316709,-1.987179499146079,-4.859146793023683e-05,-0.013183770701289177,-0.9999130964279175,-0.0020726313814520836,0.0009376886300742626,-0.0009965444914996624,0.00014014402404427528,0.0004884582012891769,-0.0029250383377075195 +147,-4.3197849155673044e-05,0.013207123332607226,-1.9871897365622948,-4.319408253650181e-05,-0.013206738978624344,-0.9999127984046936,-0.00045588426291942596,-0.0017882226966321468,0.0012489969376474619,-0.0016963076777756214,0.00023676827549934387,-0.0025286078453063965 +148,-7.055467488804645e-05,0.013195255357147382,-1.9872360551752066,-7.054852903820574e-05,-0.013194872066378593,-0.9999129176139832,-0.003155807964503765,0.0009867395274341106,0.0008932722266763449,-0.0003109211102128029,-0.00024812016636133194,-0.0035507678985595703 +149,-5.873675054881659e-05,0.01323713592358954,-1.987198894669114,-5.873160625924356e-05,-0.013236748985946178,-0.9999123811721802,0.0011111609637737274,0.001298835501074791,0.0016426790971308947,0.0003333897329866886,0.000755060464143753,-0.0032461881637573242 +150,-4.297668814185997e-05,0.013248812173625358,-1.9872397590952626,-4.2972915252903476e-05,-0.013248424977064133,-0.9999122619628906,-0.0004703262820839882,-0.0006515192799270153,-0.0009007193148136139,0.0004244423471391201,0.0008125118911266327,-0.003398895263671875 +151,-3.711198957265198e-05,0.013224739439359449,-1.9872481368727917,-3.7108744436409324e-05,-0.013224354013800621,-0.9999125599861145,0.00035282690078020096,0.00041014887392520905,0.0014444554690271616,-0.00020703207701444626,-0.00029493309557437897,-0.003703773021697998 +152,-2.4600633912238096e-05,0.013270867204799409,-1.9872567506251726,-2.4598468371550553e-05,-0.013270477764308453,-0.9999119639396667,0.0008406252600252628,-0.0005985097959637642,0.00024308543652296066,-0.00012798933312296867,-0.0004013972356915474,-0.002758324146270752 +153,-5.400612513613236e-05,0.013271852917090397,-1.98729105493287,-5.400136797106825e-05,-0.013271463103592396,-0.999911904335022,-0.0011379504576325417,-0.002412702888250351,-0.0008859292138367891,8.45189206302166e-05,-0.000964985229074955,-0.002819359302520752 +154,-9.405784821536729e-05,0.01333034837472994,-1.9872326615021443,-9.404949378222227e-05,-0.013329953886568546,-0.9999111294746399,4.188902676105499e-05,-0.00021207518875598907,0.0010808934457600117,7.879082841100171e-05,0.0002531716600060463,-0.003598332405090332 +155,-7.957943480049955e-05,0.013306200557122113,-1.9872127961251418,-7.957238995004445e-05,-0.01330580748617649,-0.9999114871025085,0.0004187431186437607,-0.00014561600983142853,0.0011937429662793875,0.0009035468101501465,0.0009004119783639908,-0.002987682819366455 +156,-2.221474000577004e-05,0.013279422225577323,-1.9872084714396523,-2.2212781914277002e-05,-0.013279031962156296,-0.9999118447303772,0.0013515045866370201,0.0003410670906305313,7.797498255968094e-07,0.00020531797781586647,-0.00016396120190620422,-0.0028042197227478027 +157,-3.7316901302816757e-05,0.01326007630852908,-1.9872322483892177,-3.73136208509095e-05,-0.013259687460958958,-0.9999120831489563,0.0014108642935752869,0.00016097817569971085,0.0019522563088685274,0.00017464300617575645,1.5059486031532288e-05,-0.002437770366668701 +158,-4.39420052709366e-05,0.01333224441267286,-1.987260431858004,-4.3938100134255365e-05,-0.013331849128007889,-0.9999111294746399,0.0008367374539375305,-0.0006654351018369198,8.144648745656013e-05,-0.000642707571387291,0.0003466196358203888,-0.0024387240409851074 +159,-4.167269502568809e-05,0.01329276712285579,-1.987290041732347,-4.166901271673851e-05,-0.013292375952005386,-0.9999116659164429,0.00030647870153188705,-0.00017278362065553665,-0.0012352580670267344,-0.00030928291380405426,4.774704575538635e-05,-0.003124833106994629 +160,-2.5554002275686404e-05,0.013282196363708096,-1.9873319976436596,-2.5551747967256233e-05,-0.0132818054407835,-0.9999117851257324,-0.00030343420803546906,-0.0014131274074316025,-0.0015182167990133166,-0.0005847997963428497,-0.00022222287952899933,-0.003033161163330078 +161,-3.895051161091831e-05,0.013245999676648352,-1.987367839642958,-3.894709516316652e-05,-0.013245612382888794,-0.9999122619628906,-0.000887872651219368,-0.0002085994929075241,-0.001701310626231134,0.0001915348693728447,-0.00045678019523620605,-0.002452850341796875 +162,-7.476439848526427e-05,0.01327079478628711,-1.987414048671196,-7.475781603716314e-05,-0.013270405121147633,-0.9999119639396667,-0.00325816310942173,0.0006378870457410812,-0.000737715745344758,-0.0005966289900243282,7.15525820851326e-05,-0.003521263599395752 +163,-5.1320295981311444e-05,0.013187665326681267,-1.9874259329036557,-5.131583384354599e-05,-0.013187282718718052,-0.9999130368232727,0.0004952331073582172,0.001074344851076603,-0.0008013511542230844,0.00012760981917381287,-0.00010312162339687347,-0.002207934856414795 +164,-0.00011148486472772652,0.013181260953757202,-1.9874253788804062,-0.00011147517943754792,-0.013180878944694996,-0.9999130964279175,-0.0002028355374932289,-0.0006789485923945904,-0.0006574916187673807,-0.000147924292832613,-0.0003384072333574295,-0.003642141819000244 +165,-0.00010600057611753866,0.013165818427122443,-1.9874158481209456,-0.00010599139204714447,-0.013165437616407871,-0.9999133348464966,-0.002167736180126667,0.0022578812204301357,0.002282649278640747,-0.0009010885842144489,-0.00033858977258205414,-0.002940058708190918 +166,-0.00014001434953496108,0.01315785424042794,-1.9873716096202605,-0.00014000223018229008,-0.013157474808394909,-0.9999134540557861,0.0018880725838243961,-0.00029253121465444565,0.00017186719924211502,-0.00027198484167456627,0.0004926798865199089,-0.002466917037963867 +167,-0.00011197328647475946,0.013129916287735549,-1.9874240398105434,-0.0001119636363000609,-0.013129538856446743,-0.9999138116836548,-0.0004291953518986702,-0.0008667898364365101,0.0013391682878136635,0.0005697272717952728,-2.3536384105682373e-05,-0.003794074058532715 +168,-0.00010676358962684099,0.013168968239311768,-1.987385117378439,-0.00010675433441065252,-0.01316858734935522,-0.9999132752418518,0.0004682987928390503,0.00013775937259197235,3.996281884610653e-05,-0.00028997426852583885,-0.0003964761272072792,-0.0029858946800231934 +169,-0.00011065794204829215,0.013175873097270963,-1.9873873439773369,-0.00011064833961427212,-0.01317549217492342,-0.999913215637207,-0.0009553376585245132,0.0003392798826098442,0.0004992815665900707,3.435462713241577e-05,-0.00037431251257658005,-0.0031690597534179688 +170,-9.724818549905026e-05,0.013099856770441546,-1.987393444264049,-9.723984112497419e-05,-0.013099482282996178,-0.9999141693115234,-0.0006547011435031891,-0.0028597707860171795,-0.0006440046709030867,0.0005855211056768894,0.0005262410268187523,-0.002908647060394287 +171,-0.00012293760376501207,0.01311445582153352,-1.987377852877944,-0.00012292702740523964,-0.0131140798330307,-0.9999139904975891,-0.0006432803347706795,-0.0016227448359131813,-0.002607461530715227,0.00013818545266985893,-0.0005272775888442993,-0.0032140612602233887 +172,-0.00010099727156276487,0.013153140271986514,-1.9873603531575217,-0.00010098853817908093,-0.01315276138484478,-0.9999135136604309,0.0020355749875307083,0.0010865340009331703,-0.0014528377214446664,0.00010098842903971672,-6.134994328022003e-05,-0.003351867198944092 +173,-0.00010937456828009408,0.013111695461684841,-1.9873679812664855,-0.00010936516628134996,-0.01311131939291954,-0.9999140501022339,-0.00188389141112566,-4.395516589283943e-05,0.0012518961448222399,0.00033824658021330833,3.4537166357040405e-05,-0.0037175416946411133 +174,-0.00011069311589539543,0.013101117234734028,-1.9874038632252506,-0.00011068361345678568,-0.013100742362439632,-0.9999141693115234,0.002018739003688097,0.0009234696626663208,-0.0025074207223951817,-8.768029510974884e-05,0.0007411222904920578,-0.0015659332275390625 +175,-9.775166662405087e-05,0.013101561341701451,-1.987413661660034,-9.774327918421477e-05,-0.013101186603307724,-0.9999141693115234,0.0009661945514380932,-0.0007035825401544571,-0.00017745583318173885,0.0008301655761897564,0.000161733478307724,-0.0034427642822265625 +176,-0.00011998906046677279,0.013097500893684414,-1.9873900470534651,-0.00011997876572422683,-0.0130971260368824,-0.9999142289161682,-0.0020884471014142036,-0.0008363085798919201,0.0012765070423483849,-3.2609328627586365e-05,-0.0002848319709300995,-0.003183305263519287 +177,-0.00016350772336681864,0.013101693451333104,-1.9873685143401514,-0.00016349369252566248,-0.01310131885111332,-0.9999141693115234,-0.0013037947937846184,0.0014994917437434196,0.001148686045780778,-0.0007062572985887527,-0.0003264155238866806,-0.0038089752197265625 +178,-0.00023363955401642324,0.01307698370982944,-1.9873628233044833,-0.00023361957573797554,-0.01307661086320877,-0.9999144673347473,0.0008862819522619247,-0.000511691439896822,0.0016433068085461855,-8.681509643793106e-05,0.00019819289445877075,-0.0017487406730651855 +179,-0.00030053617788624334,0.013117584610617941,-1.9873068676156918,-0.00030051032081246376,-0.013117208145558834,-0.9999139308929443,-0.0013936255127191544,0.000530194491147995,0.0003093755804002285,0.00039206305518746376,-0.0003868192434310913,-0.002680063247680664 +180,-0.00025048097036982976,0.013058736202001143,-1.9872658354352115,-0.00025045961956493556,-0.013058365322649479,-0.9999147057533264,0.002716316841542721,0.0010204296559095383,0.0006754724308848381,0.000357271172106266,-0.0002930751070380211,-0.003869473934173584 +181,-0.00021144074673189444,0.013066040750333827,-1.9872278460594461,-0.00021142269542906433,-0.013065668754279613,-0.9999146461486816,2.3791566491127014e-05,0.00219730194658041,-0.0001511373557150364,-0.0005820342339575291,-0.0001942180097103119,-0.0011382102966308594 +182,-0.00017070967745512762,0.013045574266020316,-1.9872495344883578,-0.00017069514433387667,-0.013045203872025013,-0.9999148845672607,-0.0009402679279446602,0.0003342544659972191,-0.0003429593052715063,7.914239540696144e-05,-0.00035201292484998703,-0.003136873245239258 +183,-0.00014627582201484556,0.012978255388785113,-1.9872872565531061,-0.0001462634972995147,-0.01297789067029953,-0.9999157786369324,0.001917707733809948,-0.00017600227147340775,2.5202520191669464e-05,-0.00011313566938042641,-0.00023621972650289536,-0.003258049488067627 +184,-0.0001726086080105094,0.013017099616522343,-1.9873105279617456,-0.00017259398009628057,-0.013016732409596443,-0.9999152421951294,0.002038777805864811,-0.0005603805184364319,0.0016453275457024574,-0.0003309459425508976,0.0003061620518565178,-0.00359421968460083 +185,-0.0002155753751508478,0.013005296219171396,-1.9872831445707253,-0.00021555714192800224,-0.013004929758608341,-0.9999154210090637,-0.0015620710328221321,0.0005836114287376404,-0.0003533759154379368,7.822830229997635e-05,-0.0004685809835791588,-0.0031058192253112793 +186,-0.00020892523559949122,0.013027639740924277,-1.9872498547817157,-0.00020890749874524772,-0.013027271255850792,-0.9999151229858398,0.00024352502077817917,0.002969592809677124,9.40284226089716e-05,-0.00017256243154406548,-0.00011054612696170807,-0.0032892227172851562 +187,-0.00024282365411877935,0.013011903407143106,-1.9872454371285113,-0.0002428031002636999,-0.013011536560952663,-0.9999153017997742,-0.0004581538960337639,0.002565629780292511,-0.0011082778219133615,-0.0002302196662640199,0.00031622499227523804,-0.0038840770721435547 +188,-0.0002576326175167299,0.01297917315900898,-1.9872870644409735,-0.0002576109254732728,-0.012978808954358101,-0.9999157190322876,-0.004304605536162853,-0.0013896552845835686,0.0006311561446636915,-0.0008867979049682617,0.0002987552434206009,-0.002510368824005127 +189,-0.00031286037425820124,0.012963956374881288,-1.9873371794430779,-0.00031283407588489354,-0.012963593006134033,-0.9999158978462219,0.001543648075312376,-0.0003905552439391613,0.0006310073658823967,-0.00023648233036510646,-0.0002505173906683922,-0.0038529634475708008 +190,-0.00022877075663813975,0.01294819988636715,-1.9872608982911102,-0.0002287515817442909,-0.012947837822139263,-0.999916136264801,0.00034401146695017815,0.0012448905035853386,0.0008674939163029194,0.00047289207577705383,3.890320658683777e-05,-0.0028151869773864746 +191,-0.00020151171209551217,0.012952331610716548,-1.9872346134665546,-0.00020149481133557856,-0.012951969169080257,-0.9999160766601562,-5.349982529878616e-05,0.0007549128495156765,0.00038768723607063293,-0.00013419844617601484,8.881185203790665e-05,-0.0021895766258239746 +192,-0.00017563303336508193,0.012986837583853147,-1.9872914994617938,-0.0001756182173267007,-0.012986472807824612,-0.9999156594276428,-0.0002141166478395462,0.001505797728896141,-0.002507231431081891,-0.00038895709440112114,-0.00015134457498788834,-0.0029987692832946777 +193,-0.00016410111734478322,0.012877571269295864,-1.9873607462152736,-0.00016408751253038645,-0.012877215631306171,-0.9999170899391174,0.00010582152754068375,-6.992369890213013e-06,-0.0012752788607031107,0.0005608163774013519,-0.0003521554172039032,-0.0021733641624450684 +194,-0.0001448768657620321,0.01286423257787396,-1.9873868763592777,-0.00014486488362308592,-0.012863878160715103,-0.9999172687530518,-0.0007030069828033447,0.0011522918939590454,0.0008528251200914383,0.00048055825755000114,-0.0005028210580348969,-0.003348112106323242 +195,-0.00015094883104743563,0.012895352845364565,-1.9873767623721639,-0.00015093627735041082,-0.012894995510578156,-0.9999168515205383,-0.00011864397674798965,0.0007341471500694752,-0.0008715500589460135,-0.00047467416152358055,-0.0008379146456718445,-0.00224989652633667 +196,-0.00011334302052469032,0.012957933987085921,-1.9873937129643418,-0.00011333350266795605,-0.01295757107436657,-0.9999160170555115,-0.0010374737903475761,-0.0004356876015663147,0.0006474312394857407,-0.0004207240417599678,-0.0010957727208733559,-0.00238800048828125 +197,-0.00011993343144332767,0.01295522508306246,-1.987390732117375,-0.00011992336658295244,-0.012954862788319588,-0.9999160766601562,-0.0009765103459358215,0.000542032066732645,0.0005213916301727295,-9.369943290948868e-05,-0.0004576127976179123,-0.00214385986328125 +198,-0.00014313015390567173,0.013012609520576672,-1.9873935700595708,-0.0001431180426152423,-0.013012242503464222,-0.9999153017997742,-0.00018413085490465164,0.0017168447375297546,-0.0003528220113366842,-0.0006808568723499775,-0.00011031515896320343,-0.0031974315643310547 +199,-7.707103006228898e-05,0.01301377841239401,-1.9873887540177602,-7.70645056036301e-05,-0.013013411313295364,-0.9999153017997742,0.0013759820722043514,-0.001384140457957983,0.00013848580420017242,-0.0002128523774445057,-0.000185440294444561,-0.0038688182830810547 +200,-0.00010696946505615175,0.013051319533732845,-1.9873801816285304,-0.00010696035315049812,-0.013050949200987816,-0.999914824962616,0.0013698264956474304,0.0004048040136694908,0.0024017905816435814,-0.0012358129024505615,-0.0007429961115121841,-0.003304779529571533 +201,-0.00012540314829897304,0.013091237526760266,-1.987382908184195,-0.00012539239833131433,-0.013090863823890686,-0.999914288520813,-0.00020589493215084076,0.0018862374126911163,-0.000960241537541151,-0.00017978342657443136,0.00019718799740076065,-0.0032747387886047363 +202,-0.00014617106571312985,0.013082685379590417,-1.987362396751978,-0.00014615856343880296,-0.013082312420010567,-0.9999144077301025,5.3729861974716187e-05,-0.00031419191509485245,-6.836699321866035e-05,-5.2205752581357956e-05,-0.0002691280096769333,-0.002603292465209961 +203,-0.00017705854047706258,0.013070546476457555,-1.987366385420801,-0.0001770434173522517,-0.013070174492895603,-0.9999145865440369,-0.000953960232436657,9.038671851158142e-05,0.002123526530340314,-0.00031123775988817215,-0.0005254065617918968,-0.0033660531044006348 +204,-0.00017702762608208313,0.013128152859045816,-1.9873557224904268,-0.00017701236356515437,-0.013127775862812996,-0.9999138116836548,0.0018271887674927711,-0.0014388225972652435,-0.001439494895748794,-0.00041808048263192177,0.0007986743003129959,-0.002832770347595215 +205,-0.00017500168032933943,0.013117179200619224,-1.9873812058990887,-0.00017498662055004388,-0.013116803020238876,-0.9999139308929443,-0.000493236817419529,-0.0013038371689617634,0.0002949219197034836,-8.118789992295206e-06,-0.00037196557968854904,-0.0028173327445983887 +206,-0.00017599058423732093,0.013129272497953556,-1.9873976906338342,-0.00017597540863789618,-0.013128895312547684,-0.9999138116836548,-0.0005348566919565201,0.0010506967082619667,-0.0019318846752867103,-0.0001292005181312561,6.737187504768372e-05,-0.002390265464782715 +207,-0.000181355826408898,0.013154688390458228,-1.987426895501426,-0.00018134013225790113,-0.013154309242963791,-0.9999134540557861,0.0012630941346287727,5.187559872865677e-05,0.0027039241977036,0.00019659893587231636,-0.0004260130226612091,-0.002070188522338867 +208,-0.00010294750796166504,0.013174869084556926,-1.9874053476005913,-0.00010293857485521585,-0.013174488209187984,-0.999913215637207,0.00031239259988069534,-0.0017870995216071606,-0.001929134363308549,8.767982944846153e-05,-0.00042109284549951553,-0.0027875900268554688 +209,-0.00012900566071948085,0.013219014720966905,-1.9874150365330812,-0.0001289943902520463,-0.013218630105257034,-0.9999126195907593,0.002348432783037424,0.00047579407691955566,-0.0015371047193184495,0.0004036524333059788,-2.5998800992965698e-05,-0.0027118921279907227 +210,-0.00015045105383101228,0.013200029062415129,-1.9873922455223068,-0.0001504379470134154,-0.013199646025896072,-0.9999128580093384,0.00047232024371623993,-0.0011651432141661644,5.402229726314545e-05,-0.0001547378342365846,-6.0240738093853e-05,-0.0034745335578918457 +211,-0.00012874754067870303,0.013253190672873467,-1.987382408742356,-0.00012873623927589506,-0.0132528031244874,-0.9999121427536011,-7.293000817298889e-05,0.0010929619893431664,-4.928768612444401e-05,-0.0005579092539846897,0.0006795618683099747,-0.0035057663917541504 +212,-0.00011232512183000445,0.013249177697042347,-1.9873697425130683,-0.00011231526150368154,-0.013248790055513382,-0.9999122023582458,-0.0015093693509697914,-0.001321861520409584,-2.2416701540350914e-05,9.705685806693509e-05,-0.0002857549116015434,-0.003200531005859375 +213,-5.7366931307039685e-05,0.013243552291235545,-1.9874156951583675,-5.736189996241592e-05,-0.013243164867162704,-0.9999123215675354,-0.0006545847281813622,-0.0015490371733903885,-0.0019110367866232991,1.1585187166929245e-05,-0.00041345134377479553,-0.0036887526512145996 +214,-4.155615118665254e-05,0.013294338499249212,-1.987460475589207,-4.155247734161094e-05,-0.013293947093188763,-0.9999116063117981,0.0011560926213860512,0.0008028177544474602,-0.0007009354885667562,-0.0014995853416621685,3.4059397876262665e-05,-0.002621293067932129 +215,-0.00010175785382996525,0.01329809139084713,-1.9875285023395026,-0.00010174885392189026,-0.013297699391841888,-0.9999115467071533,0.0009963014163076878,-0.0007342803291976452,-4.191487096250057e-05,8.649007213534787e-05,0.00028195325285196304,-0.0032927393913269043 +216,-0.00011691034561780987,0.013263790684916054,-1.987538140195691,-0.00011690006067510694,-0.013263401575386524,-0.9999120235443115,0.0005590301007032394,-4.9874186515808105e-05,0.0010345345363020897,-0.00038663996383547783,0.0006901593878865242,-0.0030176639556884766 +217,-0.00012894459130253613,0.013227257131156103,-1.987535075727168,-0.00012893331586383283,-0.013226871378719807,-0.9999125003814697,-0.0004349416121840477,-0.0018659159541130066,-0.000271019758656621,-0.000115206916234456,0.0004247482866048813,-0.002910315990447998 +218,-8.755896520453688e-05,0.013186671775335338,-1.9875971478965448,-8.755135058891028e-05,-0.013186289928853512,-0.9999130368232727,-0.0003576008602976799,0.003302467055618763,-3.534066490828991e-05,0.0003927270881831646,0.0002010604366660118,-0.0027419328689575195 +219,-4.533338435944574e-05,0.013210736400825141,-1.9876392567890635,-4.5329426939133555e-05,-0.013210352510213852,-0.9999127388000488,0.0004979241639375687,9.251479059457779e-05,-0.0016010449035093188,-0.0006718337535858154,0.0005455575883388519,-0.003093242645263672 +220,-4.086103359070407e-05,0.013219159233969796,-1.9876456521066,-4.085746331838891e-05,-0.0132187744602561,-0.9999126195907593,0.0019023893401026726,0.0006824629381299019,-0.000783802242949605,-0.000554235652089119,0.0006607919931411743,-0.0026813745498657227 +221,-6.204766032330389e-05,0.013220286984494655,-1.987626493059277,-6.204223609529436e-05,-0.013219902291893959,-0.9999126195907593,0.0019268598407506943,-0.001700498629361391,9.611505083739758e-05,-0.00022787461057305336,0.0011501992121338844,-0.004405617713928223 +222,-7.628858460943324e-05,0.013237564041769845,-1.9876410317856708,-7.628190360264853e-05,-0.013237177394330502,-0.9999123811721802,-0.00113726407289505,-0.0005919011309742928,-0.0009031295776367188,-0.00053406972438097,-0.0006788391619920731,-0.0030478239059448242 +223,-0.00013886045354753897,0.013233522845263239,-1.9876264266015542,-0.00013884829240851104,-0.013233136385679245,-0.999912440776825,0.0012904400937259197,-0.0008660503663122654,0.0018497726414352655,0.00032195355743169785,-1.1492520570755005e-05,-0.002940952777862549 +224,-0.00012658197851711658,0.013197001225578413,-1.9876356373611237,-0.00012657095794565976,-0.013196618296205997,-0.9999129176139832,0.0006216680631041527,0.0002787970006465912,-0.000988862244412303,-0.0002701571211218834,-0.0005668094381690025,-0.0020707249641418457 +225,-0.0001816923986778941,0.013203968169255113,-1.9876554509418192,-0.00018167655798606575,-0.013203584589064121,-0.9999127984046936,0.0006985627114772797,-0.002679447177797556,0.00016190111637115479,-0.0005507450550794601,6.576813757419586e-05,-0.002894759178161621 +226,-0.00023715891953351564,0.013168944286505238,-1.9876578411007375,-0.0002371383598074317,-0.013168564066290855,-0.9999132752418518,0.001898237969726324,-0.0003389231860637665,0.000517247011885047,-0.0003884718753397465,-0.0001370999962091446,-0.0031842589378356934 +227,-0.0002766648086361564,0.01310723879914159,-1.9876847710541106,-0.00027664104709401727,-0.01310686394572258,-0.9999140501022339,0.0018323566764593124,-0.001103412825614214,-0.0017566638998687267,0.0003071585961151868,7.585901767015457e-05,-0.002084791660308838 +228,-0.00033557697803624783,0.013061460231566336,-1.9877234778048964,-0.0003355483349878341,-0.013061088509857655,-0.9999146461486816,-0.00028525758534669876,-0.0022585177794098854,-0.000498312758281827,-0.0004731672815978527,-4.621036350727081e-05,-0.0035338401794433594 +229,-0.00038709127666800475,0.0130406178187452,-1.987684107488981,-0.00038705836050212383,-0.013040248304605484,-0.9999148845672607,0.0004332088865339756,0.0008734371513128281,0.0018452571239322424,0.00024972952087409794,-0.0011656833812594414,-0.0034114718437194824 +230,-0.0004142647913485392,0.013030077567745817,-1.9876643734229105,-0.00041422960930503905,-0.01302970852702856,-0.9999150037765503,-0.0016241706907749176,0.0006605479866266251,0.0019309502094984055,-0.00024189797113649547,-0.00012336671352386475,-0.0032282471656799316 +231,-0.0003805671537776886,0.013009238839590393,-1.987679661611359,-0.00038053494063206017,-0.013008872047066689,-0.9999153017997742,0.00044560106471180916,-0.00021342933177947998,2.9900576919317245e-05,0.001051921397447586,-0.0005867090076208115,-0.00281602144241333 +232,-0.00037974176416556184,0.013022772223790556,-1.9876545243771613,-0.0003797095560003072,-0.013022404164075851,-0.9999151229858398,-0.0011747628450393677,0.00012120325118303299,0.0028611738234758377,0.0006085913628339767,8.295103907585144e-05,-0.0029840469360351562 +233,-0.00043036166832724525,0.013036921202882678,-1.9876228256184914,-0.00043032507528550923,-0.013036551885306835,-0.9999149441719055,-0.0007469123229384422,-0.00037849554792046547,-0.00014165416359901428,-0.0007751192897558212,-0.0004522167146205902,-0.0018092989921569824 +234,-0.00045608020707597235,0.012951587264344871,-1.9876149410636692,-0.00045604194747284055,-0.01295122504234314,-0.9999160170555115,0.0009370795451104641,3.6191195249557495e-05,0.001980546861886978,0.0007001827470958233,-0.00012555625289678574,-0.0027390122413635254 +235,-0.00045368007816505465,0.013033063533737248,-1.9875167905734499,-0.00045364152174443007,-0.013032694347202778,-0.9999149441719055,-4.964694380760193e-05,-0.0014977236278355122,-0.0010505699319764972,8.743072976358235e-05,-0.0006086612120270729,-0.002617955207824707 +236,-0.0004637232729751711,0.01300532262731008,-1.9874748082690725,-0.0004636840312741697,-0.01300495583564043,-0.9999153017997742,-0.0017425846308469772,-0.0018005678430199623,0.0002035149373114109,0.00041790775139816105,-0.00040751881897449493,-0.0030143260955810547 +237,-0.0003882225215819266,0.013021630632329835,-1.9874294748462837,-0.0003881895972881466,-0.013021262362599373,-0.9999151229858398,-0.0011838190257549286,0.0015856605023145676,0.0005243895575404167,0.00035767213557846844,0.0004022447392344475,-0.004418313503265381 +238,-0.0004041905683918727,0.013053458679997123,-1.9874163375326068,-0.00040415613329969347,-0.013053087517619133,-0.9999147057533264,0.0028253942728042603,-0.0014091618359088898,-0.001047797384671867,-3.8348574889823794e-05,-0.0004509398713707924,-0.0033048391342163086 +239,-0.0003808182929860573,0.013020506147953624,-1.9873486437897587,-0.00038078599027357996,-0.013020138256251812,-0.9999151825904846,-0.0001227259635925293,0.0016420185565948486,0.0014516105875372887,-0.00010749557986855507,-0.00010242033749818802,-0.002785623073577881 +240,-0.00038681665036883057,0.013051203532792304,-1.987290849352148,-0.00038678370765410364,-0.013050832785665989,-0.9999147653579712,-0.0009071137756109238,0.0027034981176257133,0.0017338418401777744,3.583123907446861e-05,0.0004470730200409889,-0.0036557912826538086 +241,-0.0004063118986378212,0.013033812163836847,-1.9872011537422156,-0.0004062773659825325,-0.013033443130552769,-0.9999150037765503,-0.0009027756750583649,0.0020116521045565605,0.0025011878460645676,0.0004825713112950325,-0.0007452433928847313,-0.002938389778137207 +242,-0.0004168258504966239,0.013028846639025298,-1.9871640032661342,-0.00041679045534692705,-0.013028478249907494,-0.9999150633811951,0.0010500862263143063,-0.000580071471631527,0.001100082416087389,0.00012687360867857933,-0.0003992561250925064,-0.0037317872047424316 +243,-0.0004483154624103428,0.013011213795480162,-1.9871035185279355,-0.0004482775111682713,-0.013010846450924873,-0.9999152421951294,0.0007530390284955502,0.00032218731939792633,0.000934642506763339,-0.0004367325163912028,0.00014768913388252258,-0.00339585542678833 +244,-0.0004271359870670476,0.013032958635011777,-1.9870891764029721,-0.00042709970148280263,-0.013032590039074421,-0.9999150037765503,-0.002032010816037655,-0.00037730298936367035,-0.0003937096334993839,0.00030502909794449806,-0.00027307402342557907,-0.003640294075012207 +245,-0.00048510839945702333,0.012928649471432768,-1.9870502849800753,-0.0004850678378716111,-0.012928289361298084,-0.9999163150787354,-0.000749773345887661,-3.701448440551758e-05,-0.001099419197998941,0.0006681731902062893,-0.00043840985745191574,-0.0023877620697021484 +246,-0.00047472439773485134,0.012946876008678315,-1.9870303673977643,-0.00047468458069488406,-0.012946514412760735,-0.9999160766601562,0.0017559509724378586,-0.0011433488689363003,-0.0004759666044265032,0.0005662371404469013,-0.00011500902473926544,-0.00328826904296875 +247,-0.00044447116314272485,0.012991122231717483,-1.9870132925190047,-0.00044443365186452866,-0.012990756891667843,-0.9999155402183533,-0.00015942566096782684,-0.0008631609380245209,9.595602750778198e-05,0.00018503423780202866,0.00032596103847026825,-0.0031514763832092285 +248,-0.00043863234491023546,0.012970898078246841,-1.9870165293125748,-0.0004385954234749079,-0.012970534153282642,-0.9999157786369324,0.0015284949913620949,-0.0008183233439922333,-0.0005675649736076593,-0.0004921904765069485,-0.000350387766957283,-0.003303825855255127 +249,-0.0004486256000654832,0.012994414450001037,-1.9869957279927055,-0.00044858769979327917,-0.012994049116969109,-0.9999154806137085,-0.0004353141412138939,0.0012763692066073418,-0.00016527250409126282,-0.000543233472853899,-0.00012850947678089142,-0.002464890480041504 +250,-0.00043989409622357964,0.013013403475168654,-1.986987564788659,-0.00043985684169456363,-0.013013035990297794,-0.9999152421951294,-0.0013612741604447365,-0.0019612349569797516,-0.0012385580921545625,0.0003330451436340809,-0.0010403087362647057,-0.0022820234298706055 +251,-0.00034343241027791967,0.013032762606621957,-1.9870086906671147,-0.00034340322599746287,-0.013032393530011177,-0.9999150037765503,-2.0470470190048218e-05,0.0008865464478731155,-0.001391319907270372,0.0001450390846002847,-0.0005021514371037483,-0.0031977295875549316 +252,-0.0003398043443103926,0.013061895516908015,-1.9870255770289171,-0.00033977534621953964,-0.013061524368822575,-0.9999146461486816,0.001625796314328909,-0.0023057558573782444,-0.0017364867962896824,0.00024822261184453964,0.0006713876500725746,-0.0029234886169433594 +253,-0.00033885371218736785,0.01311900173680978,-1.9870344846728651,-0.0003388245531823486,-0.013118625618517399,-0.9999138712882996,-0.0006911111995577812,-0.0013256995007395744,-0.0004513098392635584,-0.0004241149581503123,-0.0008584242314100266,-0.002191781997680664 +254,-0.0003699530012215677,0.0131296188311063,-1.9870258639869682,-0.0003699210938066244,-0.01312924176454544,-0.99991375207901,0.0017838519997894764,0.0013152649626135826,0.002614343771710992,-0.0009575937874615192,0.00012875348329544067,-0.00397723913192749 +255,-0.00037490711294626693,0.013159969320447287,-1.987021315690331,-0.00037487465306185186,-0.01315958984196186,-0.9999133348464966,0.00037754885852336884,0.0005137622356414795,0.00030750478617846966,-0.0007084989920258522,-0.00014607422053813934,-0.003901362419128418 +256,-0.0004101069296403163,0.013150146858760588,-1.987027503133658,-0.00041007145773619413,-0.013149768114089966,-0.9999134540557861,-0.0007984200492501259,-0.001612793654203415,-0.0008462276309728622,0.00012015458196401596,-0.0005678832530975342,-0.0014598369598388672 +257,-0.0004130406128943675,0.01319042599555564,-1.9870754710668506,-0.0004130046581849456,-0.013190043158829212,-0.9999129176139832,-0.00032202713191509247,-0.003098039887845516,0.001333022490143776,0.0010386151261627674,0.0001895558089017868,-0.0028184056282043457 +258,-0.00041367204536385657,0.013218663285157684,-1.9870837672886157,-0.0004136358911637217,-0.01321827806532383,-0.9999125599861145,0.0014747618697583675,0.000806877389550209,0.0007943382952362299,-0.0001661982387304306,0.00021778978407382965,-0.003322303295135498 +259,-0.00040959035976387135,0.01313230691621327,-1.987096028903026,-0.00040955503936856985,-0.013131929561495781,-0.9999136924743652,0.0006292811594903469,0.002078072167932987,-0.0004500909708440304,-0.0002923491410911083,0.00020773522555828094,-0.0024666786193847656 +260,-0.00043600279133348323,0.01313631483392354,-1.9871633258613983,-0.00043596516479738057,-0.013135937042534351,-0.9999136328697205,-0.0007022293284535408,-0.0019082180224359035,-0.000828619347885251,0.0007716584950685501,0.0006237290799617767,-0.002863466739654541 +261,-0.00046365001285373974,0.013081117194124544,-1.9871441226043365,-0.00046361034037545323,-0.013080744072794914,-0.9999143481254578,-0.0017785849049687386,-0.0009569409303367138,0.0012452325318008661,0.00023472821339964867,0.00029387883841991425,-0.0034578442573547363 +262,-0.0004095259305733904,0.013041452542172972,-1.9871956911826785,-0.0004094910982530564,-0.01304108276963234,-0.9999148845672607,-0.0030413642525672913,-0.0017475192435085773,0.0016103882808238268,0.0010351012460887432,-0.0007528625428676605,-0.003182649612426758 +263,-0.00039129248408392524,0.01303851640679579,-1.9872236550023539,-0.0003912592073902488,-0.013038147240877151,-0.9999149441719055,0.001594693399965763,0.001021429430693388,-0.0007391255348920822,0.0001928950659930706,-0.0011983029544353485,-0.0026485323905944824 +264,-0.0003947009560859514,0.013056212739728467,-1.9871993882828338,-0.00039466729504056275,-0.013055841438472271,-0.9999147057533264,-0.0013824235647916794,-0.001977626234292984,0.0006355512887239456,-3.257906064391136e-05,0.00028423499315977097,-0.002725064754486084 +265,-0.0003746168497443185,0.013118296677604151,-1.9871869352023035,-0.00037458460428752005,-0.013117920607328415,-0.9999138712882996,0.0013763639144599438,-4.535634070634842e-05,0.0015964861959218979,-0.00014421434025280178,-0.00046240072697401047,-0.002847909927368164 +266,-0.00037936074835375285,0.013119157842787726,-1.9871971301932556,-0.0003793280920945108,-0.01311878114938736,-0.9999138712882996,-0.0017369864508509636,0.001188946422189474,0.001799269812181592,0.0004556220956146717,2.6741065084934235e-05,-0.0032446980476379395 +267,-0.00037065159331102753,0.01307245802864962,-1.9871887435451365,-0.00037061990587972105,-0.013072085566818714,-0.9999144673347473,-0.0010520275682210922,-2.2938009351491928e-05,3.554532304406166e-05,-0.0006669778376817703,-0.00024883542209863663,-0.0019012689590454102 +268,-0.00033938068711274904,0.013070738090813324,-1.9871810392618716,-0.00033935168175958097,-0.013070366345345974,-0.9999145269393921,0.00035596080124378204,0.0015167482197284698,0.00253489357419312,3.417627885937691e-05,0.00016142986714839935,-0.00406801700592041 +269,-0.0003298336032324782,0.013091335000377107,-1.9871321279795924,-0.00032980533433146775,-0.013090960681438446,-0.9999142289161682,-0.0014809910207986832,0.001458747312426567,-4.055630415678024e-05,-0.0009366739541292191,2.943817526102066e-05,-0.0032900571823120117 +270,-0.0002738626171250231,0.013074181814895712,-1.9870732673128482,-0.0002738392213359475,-0.013073809444904327,-0.9999144673347473,-0.0008892519399523735,-0.00021711410954594612,0.002905061235651374,-9.237133781425655e-05,0.000531085766851902,-0.00306093692779541 +271,-0.0002557906814465324,0.013065668304574564,-1.9870315817171111,-0.00025576885673217475,-0.013065296225249767,-0.9999145865440369,-0.0002443874254822731,-0.0004320582374930382,-0.000377072487026453,1.1628057109192014e-05,-0.00031665991991758347,-0.004098415374755859 +272,-0.00020541311133402579,0.013061607665310854,-1.9870594267402266,-0.00020539558317977935,-0.013061236590147018,-0.9999147057533264,0.0017192349769175053,-0.00010734284296631813,0.002098148688673973,-0.0007101316004991531,-0.00021391082555055618,-0.002801358699798584 +273,-0.0002564667902933934,0.013126039354635943,-1.9869843868546349,-0.000256444705883041,-0.013125662691891193,-0.9999138116836548,0.0008805878460407257,-0.0011643324978649616,-0.00010520266368985176,0.0006226557306945324,0.0004913853481411934,-0.002710700035095215 +274,-0.00024563162498293423,0.013116658543122656,-1.9869563426935974,-0.0002456104848533869,-0.013116282410919666,-0.9999139308929443,0.001018553040921688,-0.0007661683484911919,-0.0001603218261152506,-0.0007614698261022568,-0.0001436043530702591,-0.0021917223930358887 +275,-0.00028657789844544943,0.013139225937833027,-1.986922516024594,-0.0002865531714633107,-0.013138847425580025,-0.9999136328697205,0.001913405954837799,-0.00029585976153612137,0.00285947322845459,0.0003933645784854889,-0.00022785179316997528,-0.002710878849029541 +276,-0.0002700572853621874,0.013096586529230325,-1.9869684974003843,-0.00027003412833437324,-0.013096212409436703,-0.9999142289161682,0.0005264659412205219,-0.001997535116970539,0.0012331767939031124,0.0008498681709170341,-0.0011249789968132973,-0.003976762294769287 +277,-0.00029211053048328435,0.013118433325188358,-1.9869023091306672,-0.0002920854021795094,-0.013118057511746883,-0.9999139308929443,0.0015343339182436466,0.0004190625622868538,-0.0007428259123116732,-0.00028774840757250786,-8.079595863819122e-05,-0.002542734146118164 +278,-0.0002778618030992812,0.0131575713440264,-1.9868846048130093,-0.00027783773839473724,-0.013157191686332226,-0.9999133944511414,6.848853081464767e-05,0.001706499606370926,-0.0031017884612083435,1.8438324332237244e-05,0.0003550676628947258,-0.0029857754707336426 +279,-0.000337749882482897,0.013179489380163745,-1.986948154690453,-0.00033772055758163333,-0.013179107569158077,-0.9999130964279175,-0.0008279010653495789,-0.0003820466808974743,7.808487862348557e-05,-0.0001200428232550621,-9.603798389434814e-05,-0.0024367570877075195 +280,-0.0003201912522396051,0.013166475231382965,-1.986933036806633,-0.000320163497235626,-0.01316609513014555,-0.9999132752418518,-0.0022834734991192818,0.0011203931644558907,0.001295991474762559,-0.0006563989445567131,2.827681601047516e-05,-0.0027417540550231934 +281,-0.0003849045116948133,0.013169845598443452,-1.9868873441864188,-0.0003848711203318089,-0.013169464655220509,-0.999913215637207,-9.161699563264847e-05,-0.0018144790083169937,-0.00038201548159122467,-0.00031703338027000427,0.0004588942974805832,-0.0027112960815429688 +282,-0.0003928663914976237,0.013199551530424156,-1.9868734981551746,-0.0003928321530111134,-0.013199168257415295,-0.9999127984046936,0.0017294380813837051,0.0008764853700995445,-3.443518653512001e-05,0.0002249856770504266,0.00022919848561286926,-0.002910017967224121 +283,-0.0003561087206498851,0.013192830576773472,-1.9868844286804166,-0.00035607771133072674,-0.01319244783371687,-0.9999129176139832,0.0019769971258938313,0.003008970059454441,0.0026109409518539906,-0.00014746235683560371,-0.00014373380690813065,-0.0029099583625793457 +284,-0.00035088529126874176,0.01313675093938318,-1.9868937579035892,-0.0003508549998514354,-0.013136372901499271,-0.9999136328697205,-0.002281983382999897,0.00016097398474812508,0.0017442635726183653,-0.00036630776594392955,0.000227438285946846,-0.0033059120178222656 +285,-0.000346630176192528,0.013142050124801276,-1.9868382964852704,-0.00034660022356547415,-0.013141672126948833,-0.9999135732650757,0.0026284572668373585,0.0008123582229018211,-0.002263298723846674,-0.0005078921094536781,-0.00039287377148866653,-0.0024057626724243164 +286,-0.00032788679361451416,0.013194169724045338,-1.9868097264902425,-0.0003278582589700818,-0.013193787075579166,-0.9999129176139832,0.002640015911310911,-0.0003244122490286827,-0.0001860263291746378,0.00054148118942976,0.0006663212552666664,-0.0030167698860168457 +287,-0.0003175865398893562,0.013145441865848732,-1.986784760812395,-0.00031755908275954425,-0.013145063072443008,-0.9999135732650757,-0.0008316067978739738,-0.0013473532162606716,-0.00025333999656140804,0.0010194634087383747,6.828084588050842e-05,-0.0031076669692993164 +288,-0.00026275280037301504,0.013111009550920715,-1.9867847906361873,-0.0002627302019391209,-0.013110633939504623,-0.9999139904975891,-5.2887946367263794e-05,-4.771631211042404e-06,0.0001031563151627779,0.0008730818517506123,9.488780051469803e-05,-0.0028172731399536133 +289,-0.00023515140476220402,0.013116105046726369,-1.986754222262875,-0.00023513117048423737,-0.013115729205310345,-0.9999139308929443,0.0013816929422318935,-0.0007745660841464996,-0.0017941860714927316,0.0006776358932256699,0.0003441227599978447,-0.0027257800102233887 +290,-0.0002606143240047956,0.013123551115626695,-1.9867748967729677,-0.00026059188530780375,-0.01312317419797182,-0.9999138712882996,0.002351276110857725,-0.0005650017410516739,-0.0015433747321367264,-0.0003345008008182049,-0.0015557799488306046,-0.0026496052742004395 +291,-0.0002679081204809679,0.013178907522905084,-1.9867794039393412,-0.0002678848395589739,-0.013178526423871517,-0.9999130964279175,-0.0005196528509259224,-0.0004010247066617012,-0.0025621780660003424,0.0002526259340811521,0.0014140009880065918,-0.003993093967437744 +292,-0.0002486167562173417,0.013181861906276916,-1.9868558549847875,-0.00024859514087438583,-0.013181480579078197,-0.9999130964279175,-0.0019041616469621658,0.00010343501344323158,-0.0009776423685252666,-0.00031598005443811417,0.0006082374602556229,-0.0031539201736450195 +293,-0.0002043353550521786,0.013228046845223164,-1.9868368116897965,-0.00020431747543625534,-0.01322766114026308,-0.9999125003814697,0.0014007147401571274,-0.0007910928688943386,-0.0014839109499007463,-0.0014436319470405579,0.0003950195387005806,-0.0028951168060302734 +294,-0.00024032068790478145,0.013260749505834089,-1.986845335005677,-0.0002402995596639812,-0.013260360807180405,-0.9999120235443115,0.0002563484013080597,-0.001786661334335804,0.0009647286497056484,0.000164005919941701,-0.0005183247849345207,-0.002819240093231201 +295,-0.0002362723309510564,0.013270016477033223,-1.9868790754264811,-0.00023625152243766934,-0.013269627466797829,-0.999911904335022,0.00017996225506067276,-0.0013857735320925713,-0.0024587155785411596,-3.840633144136518e-05,0.0003759516403079033,-0.002559959888458252 +296,-0.00026546840493697695,0.01323971749495659,-1.9868977655560118,-0.00026544512365944684,-0.013239330612123013,-0.9999123215675354,-0.0027150046080350876,-0.0011099213734269142,-0.0011361043434590101,-0.0004212004132568836,-0.00024943891912698746,-0.0030021071434020996 +297,-0.0003170584417929431,0.013264889984659457,-1.9868882689088259,-0.0003170305280946195,-0.01326450053602457,-0.9999119639396667,0.00011176150292158127,-0.0003869137726724148,-0.0025003254413604736,-0.0007663434371352196,0.0005844477564096451,-0.003094017505645752 +298,-0.00036212998670208857,0.013204367347227302,-1.9868803548137661,-0.00036209842073731124,-0.013203983195126057,-0.9999127388000488,0.0003022756427526474,0.000752003863453865,0.0007572630420327187,0.0005604629404842854,0.0001729782670736313,-0.0014299750328063965 +299,-0.0003922309218336098,0.013215675507020132,-1.9869201595345527,-0.0003921966708730906,-0.013215290382504463,-0.9999126195907593,0.0005428274162113667,-0.0004705861210823059,0.0008171959780156612,-0.0008132476359605789,-9.03736799955368e-05,-0.0028492212295532227 +300,-0.00041902206383171884,0.013205690589444345,-1.9869664529190096,-0.0004189855244476348,-0.013205306604504585,-0.9999127388000488,-0.0010016793385148048,-0.0021850215271115303,-0.001485580112785101,0.0006173495203256607,-0.0007259668782353401,-0.003016948699951172 +301,-0.0004653703262840182,0.013179764653679697,-1.9869787484144783,-0.00046532988199032843,-0.013179383240640163,-0.9999130368232727,-0.0007988614961504936,-0.00030737463384866714,-0.001453664037398994,-0.0008164085447788239,-0.0005230102688074112,-0.002635180950164795 +302,-0.00044805775631293375,0.013243254668281782,-1.9870142367779413,-0.0004480184579733759,-0.013242867775261402,-0.9999122023582458,-0.0020617330446839333,0.0004558637738227844,-0.0016167203430086374,0.00024965405464172363,0.0004407428205013275,-0.0028191208839416504 +303,-0.00046154424750395736,0.01318727715490895,-1.9870430603177127,-0.0004615040961652994,-0.013186895288527012,-0.9999129176139832,-0.0035357018932700157,-0.0021572825498878956,0.0009748986922204494,-0.0004540234513115138,3.302469849586487e-06,-0.0031235218048095703 +304,-0.0005178074599007808,0.013194608084591762,-1.9870520202093676,-0.0005177623825147748,-0.013194224797189236,-0.9999127984046936,-0.0014750752598047256,0.0010208413004875183,-2.6789028197526932e-05,0.0001668106415309012,-0.0004013543948531151,-0.004191756248474121 +305,-0.0005028725569211851,0.01319463063737503,-1.9870516409755186,-0.0005028287414461374,-0.013194248080253601,-0.9999127984046936,-0.0005117356777191162,0.000612892210483551,0.0013272056821733713,0.000182394462171942,-5.037989467382431e-05,-0.002604842185974121 +306,-0.0005154981605823237,0.013174642024083966,-1.9870442233545647,-0.0005154534010216594,-0.013174260966479778,-0.9999130964279175,0.001100076362490654,0.0006239097565412521,-0.0010151376482099295,0.0003628651611506939,-3.985036164522171e-05,-0.0031081438064575195 +307,-0.0004604721828305702,0.013157804275294623,-1.9870383190254355,-0.00046043231850489974,-0.01315742451697588,-0.9999133348464966,0.0019579133950173855,-0.0007220394909381866,-0.00019498472101986408,-0.0005924245342612267,-1.0909512639045715e-05,-0.003214716911315918 +308,-0.00046336181499681095,0.01312965386031214,-1.9870670608278904,-0.0004633218632079661,-0.013129276223480701,-0.9999136924743652,0.00041083432734012604,-0.00037415046244859695,-0.003686135169118643,0.0005090981721878052,-0.00022216327488422394,-0.0038094520568847656 +309,-0.00039806292828318656,0.013137164098628551,-1.9871294754338815,-0.00039802855462767184,-0.0131367864087224,-0.9999136328697205,0.0010514170862734318,3.371387720108032e-05,0.0023155768867582083,0.0001386292278766632,-0.00019939523190259933,-0.002924501895904541 +310,-0.000415893237133204,0.013144141492432145,-1.9871554090895573,-0.0004158572992309928,-0.013143762946128845,-0.9999135136604309,0.00026608165353536606,-0.0009191110730171204,0.0005945975426584482,0.0002937871322501451,0.0008299211040139198,-0.0034281015396118164 +311,-0.0003486221715416995,0.013190408639656663,-1.9871741884667082,-0.0003485918277874589,-0.013190026395022869,-0.9999129176139832,4.014838486909866e-05,1.7091631889343262e-05,3.8522994145751e-05,-0.0004753828688990325,0.0006015263497829437,-0.0024216175079345703 +312,-0.00033419842881915316,0.013162253670590422,-1.9871791281031492,-0.0003341694828122854,-0.013161873444914818,-0.9999133348464966,0.0002966132014989853,-0.0008126473985612392,-0.0008750343695282936,0.0004714988172054291,-0.0001285318285226822,-0.002604365348815918 +313,-0.0003424457873799735,0.013187867595470363,-1.9871947346498258,-0.00034241599496454,-0.013187485747039318,-0.9999129772186279,-8.618459105491638e-05,-0.0017060334794223309,-0.001456884783692658,-0.00031371181830763817,0.001087266020476818,-0.0033066272735595703 +314,-0.00034332768593626595,0.013178026144735424,-1.9871769510969428,-0.0003432978701312095,-0.013177644461393356,-0.9999130964279175,-0.0002637747675180435,-0.0014865808188915253,0.001954751554876566,0.00014493384514935315,3.982800990343094e-05,-0.003153860569000244 +315,-0.00037852086700341256,0.013206032228970207,-1.9871281147345046,-0.0003784878645092249,-0.01320564839988947,-0.9999127388000488,9.445566684007645e-05,0.0006870971992611885,0.0015952978283166885,0.00030219415202736855,-0.00032889749854803085,-0.002330303192138672 +316,-0.00039602096512790215,0.013207301653771042,-1.9870951393711893,-0.0003959864261560142,-0.01320691779255867,-0.999912679195404,-0.00035581737756729126,0.0002907784655690193,-9.454437531530857e-05,0.00039598674629814923,0.0010304050520062447,-0.003673076629638672 +317,-0.0003846879030840503,0.013138837397884918,-1.9870886101972587,-0.00038465470424853265,-0.01313845906406641,-0.9999136328697205,-0.00027652736753225327,-0.0005147797055542469,0.0007993853650987148,-0.0007902719080448151,6.167776882648468e-05,-0.003168642520904541 +318,-0.0003359301681000496,0.013161313330966288,-1.9871443830476918,-0.0003359010734129697,-0.01316093374043703,-0.9999133348464966,-0.0003590090200304985,0.0016464143991470337,0.0006268990691751242,-0.00045755598694086075,0.00020622089505195618,-0.002711176872253418 +319,-0.000291877399772726,0.013126978551302834,-1.987168100196461,-0.0002918522513937205,-0.013126601465046406,-0.9999138116836548,-0.0011958684772253036,0.0007389802485704422,-0.0007980135269463062,0.000902203842997551,0.0009500877931714058,-0.002680182456970215 +320,-0.00030907872183071896,0.013103689472410574,-1.9871581430791032,-0.0003090521786361933,-0.01310331467539072,-0.9999141097068787,0.00112250167876482,-0.0003952481783926487,-0.0030139321461319923,0.00027853483334183693,-0.00041597336530685425,-0.003412306308746338 +321,-0.00033529945748253753,0.01309699177680016,-1.9872445997203565,-0.00033527068444527686,-0.01309661753475666,-0.9999141693115234,0.0009384341537952423,0.0010251384228467941,0.002455177018418908,0.0005031172186136246,1.983530819416046e-05,-0.0016269683837890625 +322,-0.00032121074859116664,0.013075710464742532,-1.987217452568761,-0.00032118329545482993,-0.013075337745249271,-0.9999144673347473,-0.00047621410340070724,-0.0008707167580723763,-0.0009304489940404892,-0.0005790852010250092,0.000456320121884346,-0.0036866068840026855 +323,-0.00031031129178284405,0.013109301097448543,-1.9872267172312046,-0.0003102846094407141,-0.013108925893902779,-0.9999140501022339,0.0010709990747272968,0.0004999460652470589,0.0012612729333341122,-0.0004984312690794468,3.2143667340278625e-05,-0.0031682252883911133 +324,-0.0003752975362114349,0.013112615163956804,-1.9871774244785303,-0.0003752652555704117,-0.01311223953962326,-0.9999139308929443,0.0005804677493870258,-0.0009142528288066387,-0.0014032898470759392,-0.00047922690282575786,-0.0005443757399916649,-0.004038035869598389 +325,-0.00038726602531416026,0.013111563816520193,-1.9871503102629084,-0.0003872327215503901,-0.01311118807643652,-0.9999139904975891,0.0026065572164952755,-0.0005993247032165527,0.0015593671705573797,6.679818034172058e-05,-0.000133441761136055,-0.0026800036430358887 +326,-0.0003726992131397128,0.013119423217645133,-1.987156212611251,-0.0003726671275217086,-0.013119046576321125,-0.9999138712882996,-9.104888886213303e-05,0.0016112672165036201,-0.000937687698751688,-0.0006038951687514782,-0.0005528274923563004,-0.0030158162117004395 +327,-0.00038073391003034146,0.013165688613702965,-1.9872365480465872,-0.00038070089067332447,-0.01316530816257,-0.9999132752418518,0.000245408620685339,0.00018358789384365082,-0.0022421309258788824,0.0002891481854021549,-3.026798367500305e-06,-0.0026807188987731934 +328,-0.00042381033306344135,0.013126567377944974,-1.9872764533824552,-0.00042377380304969847,-0.013126190751791,-0.99991375207901,-0.0018276674672961235,-0.00014395173639059067,-0.0012867941986769438,2.704514190554619e-05,3.6312267184257507e-06,-0.0023598074913024902 +329,-0.00043985367263409,0.013067988086101323,-1.9873219892339609,-0.0004398160963319242,-0.013067616149783134,-0.9999145269393921,-0.0008775051683187485,-0.002056024968624115,-0.0012583242496475577,-0.0001400178298354149,-0.00045167095959186554,-0.00341188907623291 +330,-0.00048249572316917796,0.012963042799505988,-1.9873674047387857,-0.0004824551579076797,-0.012962679378688335,-0.9999158382415771,-0.0007369983941316605,0.0014252318069338799,-0.0014037375804036856,0.0010470305569469929,0.00023685116320848465,-0.003441035747528076 +331,-0.00044191407414896476,0.012967435973182905,-1.9873257300453202,-0.00044187690946273506,-0.012967072427272797,-0.9999158382415771,-0.0031404979526996613,-0.0006204140372574329,-0.002144599799066782,-0.00030580395832657814,0.00011917203664779663,-0.0029070377349853516 +332,-0.0004148016475268448,0.012901351549402805,-1.9873318727916187,-0.00041476712794974446,-0.01290099322795868,-0.999916672706604,0.0011649341322481632,-0.00033019063994288445,0.0014173223171383142,-0.00030239575426094234,0.0006939638406038284,-0.0023720860481262207 +333,-0.00039759096957272947,0.01288945767815825,-1.9873156501167286,-0.00039755794568918645,-0.012889101170003414,-0.9999168515205383,0.0015741693787276745,0.0008041420951485634,0.0005049093160778284,0.0003365227021276951,8.697621524333954e-05,-0.00316542387008667 +334,-0.0003835260081240237,0.012893075578758458,-1.9873232189176029,-0.0003834941308014095,-0.01289271842688322,-0.9999167919158936,-5.383603274822235e-05,-0.0011691665276885033,-0.000547630712389946,0.0002919412509072572,-0.0005960501730442047,-0.00217360258102417 +335,-0.00032548246375945286,0.012921991579242037,-1.9873238304915202,-0.00032545527210459113,-0.012921632267534733,-0.9999164342880249,-0.00044293515384197235,-0.0006397441029548645,-7.965695112943649e-05,0.0003101965703535825,2.795550972223282e-05,-0.0027995705604553223 +336,-0.00031275963136886975,0.012926595968938548,-1.9873873231794494,-0.00031273349304683506,-0.012926235795021057,-0.9999163746833801,-0.00020834151655435562,-0.0018273084424436092,-0.0007280188146978617,0.00032799228210933506,0.00044454727321863174,-0.0028606653213500977 +337,-0.0003382036194428213,0.012972325690737486,-1.9874098064708656,-0.0003381751594133675,-0.012971961870789528,-0.9999157786369324,0.00029969681054353714,1.068413257598877e-05,-0.0011992895742878318,-0.00010432951967231929,0.0008107079192996025,-0.0028307437896728516 +338,-0.0003818786449368888,0.012942566076726909,-1.9873820070745973,-0.00038184665027074516,-0.012942205183207989,-0.9999161958694458,-0.0024880236014723778,0.00023565534502267838,0.0012397801037877798,-0.000533680897206068,0.00018585659563541412,-0.0027693510055541992 +339,-0.00030706354600051064,0.012879956716415035,-1.98737133766229,-0.0003070380771532655,-0.012879600748419762,-0.9999170303344727,0.0014481768012046814,0.002077162265777588,0.001582679571583867,-0.00018124328926205635,-5.985237658023834e-05,-0.004385948181152344 +340,-0.0002955665313196652,0.012866436940604215,-1.9873742551216802,-0.00029554206412285566,-0.012866081669926643,-0.999917209148407,0.000304199755191803,-0.0005595209077000618,0.002070862799882889,6.665987893939018e-05,0.0007658619433641434,-0.0028904080390930176 +341,-0.000287484719525934,0.01283444637175838,-1.9874187174484843,-0.00028746103635057807,-0.0128340944647789,-0.9999176263809204,0.0027863262221217155,-0.0005319868214428425,0.001427206676453352,1.2802425771951675e-05,-0.00025794655084609985,-0.00304257869720459 +342,-0.0002846126309345747,0.012839377464557452,-1.9874062911651322,-0.00028458915767259896,-0.012839024886488914,-0.9999175071716309,0.0005229772068560123,0.002581504173576832,0.000645756721496582,-0.0002952450595330447,6.38328492641449e-06,-0.0027832388877868652 +343,-0.0002573533384151293,0.012869557763974717,-1.9874213601754709,-0.0002573320234660059,-0.01286920253187418,-0.9999171495437622,0.00035661179572343826,0.002064672764390707,-0.0009490472730249166,-0.0007650069892406464,-5.499180406332016e-05,-0.002936244010925293 +344,-0.0002817823153639554,0.012891669058824724,-1.9874019555469733,-0.000281758897472173,-0.012891312129795551,-0.9999168515205383,0.0004935502074658871,-6.305146962404251e-05,0.0023825853131711483,-0.00040488640661351383,-7.86585733294487e-05,-0.0031043291091918945 +345,-0.0003222885566927067,0.012873291592815299,-1.9873084140034947,-0.000322261854307726,-0.012872936204075813,-0.9999170899391174,-0.00177804846316576,-7.463805377483368e-05,0.0009392602369189262,1.8272548913955688e-06,-0.0008599739521741867,-0.0028447508811950684 +346,-0.00039199844006359045,0.01292733547998224,-1.9873105360626215,-0.00039196567377075553,-0.012926975265145302,-0.9999163746833801,0.0019206535071134567,-0.0002320706844329834,-0.0011707684025168419,-0.00020312704145908356,0.0003842506557703018,-0.001716315746307373 +347,-0.0003807144699146619,0.012963544014339098,-1.987336748001376,-0.00038068246794864535,-0.012963181361556053,-0.9999158978462219,0.0015365979634225368,0.0014626914635300636,-0.0010468611726537347,-0.0003517391160130501,-0.00028144754469394684,-0.003563106060028076 +348,-0.0003562345298145926,0.012923525926265934,-1.987322736824367,-0.00035620477865450084,-0.012923166155815125,-0.9999164342880249,0.001463248860090971,-0.0012080250307917595,0.0018368479795753956,-5.57824969291687e-05,-3.154575824737549e-05,-0.0027996301651000977 +349,-0.00041483354217370386,0.01293586806346356,-1.9872995492509793,-0.00041479882202111185,-0.012935507111251354,-0.9999162554740906,-0.0007730675861239433,-0.00026016775518655777,0.00041685556061565876,0.00038428138941526413,-0.0004922272637486458,-0.002494633197784424 +350,-0.0003850218944293899,0.012956544005749176,-1.9873355348855026,-0.00038498957292176783,-0.012956181541085243,-0.9999160170555115,0.0007416149601340294,0.0021520713344216347,0.001596452435478568,4.92963008582592e-05,6.250478327274323e-05,-0.0028000473976135254 +351,-0.0003879758350855078,0.012948436686568813,-1.9872917395548797,-0.0003879432915709913,-0.01294807530939579,-0.9999160766601562,-0.0009555388242006302,0.0012922929599881172,5.24311326444149e-06,0.0005863076075911522,0.0004053516313433647,-0.0034255385398864746 +352,-0.0003771655432252042,0.012941819605296407,-1.9873276058559806,-0.00037713395431637764,-0.012941458262503147,-0.9999161958694458,0.002545146271586418,0.003063598647713661,-0.00048380810767412186,0.00037713395431637764,-8.954759687185287e-05,-0.0031203031539916992 +353,-0.00038023019837205425,0.012885652552864932,-1.9873125774765277,-0.00038019861676730216,-0.012885295785963535,-0.9999169111251831,0.00215652072802186,-0.0006874985992908478,-0.0013315572869032621,-0.0003979993052780628,-0.0008476143702864647,-0.0033942461013793945 +354,-0.0004050057937005301,0.012899803257654104,-1.9872994808234565,-0.00040497208829037845,-0.012899445369839668,-0.9999167323112488,-0.001683737151324749,-0.0008267229422926903,0.0014807952102273703,-0.0002969321794807911,-0.0011844169348478317,-0.0031655430793762207 +355,-0.0004604647447265307,0.012946070619677124,-1.9872913920847908,-0.0004604261484928429,-0.012945708818733692,-0.9999160766601562,0.0004334249533712864,-0.0012316671200096607,7.189810276031494e-06,-0.0004703597805928439,-0.0010160813108086586,-0.004203736782073975 +356,-0.0004651031153592573,0.012900659554118576,-1.9872838773100012,-0.0004650643968489021,-0.01290030125528574,-0.999916672706604,-0.0009064283221960068,-0.0001446749083697796,0.0011874365154653788,-0.00038942787796258926,-0.0008783843368291855,-0.003470778465270996 +357,-0.0004809607531350656,0.012936244613198342,-1.9872523692620345,-0.00048092048382386565,-0.012935883365571499,-0.9999161958694458,0.00046928320080041885,0.0015431377105414867,0.0015904786996543407,-0.00011417220230214298,1.1690892279148102e-05,-0.0018842816352844238 +358,-0.0004530573259086116,0.012896053511917072,-1.9872541273343902,-0.0004530196310952306,-0.012895695865154266,-0.9999167323112488,-0.00015411712229251862,-0.0009556724689900875,0.0010745725594460964,0.0001936201297212392,0.0001240912824869156,-0.0021584033966064453 +359,-0.00043327974329813816,0.012879229316048962,-1.9872740465166832,-0.0004332437820266932,-0.012878873385488987,-0.9999169707298279,-0.001170688308775425,0.005436055827885866,0.0010408628731966019,-0.00013133138418197632,-4.532095044851303e-05,-0.003317892551422119 +360,-0.0004794513302114029,0.01288870209088148,-1.9872901503501368,-0.00047941147931851447,-0.012888344936072826,-0.9999168515205383,-0.000958343967795372,0.0009991140104830265,0.0005441927351057529,-0.00010042218491435051,0.000589761883020401,-0.00263136625289917 +361,-0.00043778997646072527,0.012899131048442636,-1.9873491601901205,-0.00043775353697128594,-0.012898772954940796,-0.9999167323112488,-0.0017326520755887032,-0.0004067271947860718,-0.000658281845971942,1.0507181286811829e-05,-0.0005442192777991295,-0.0019753575325012207 +362,-0.00041132173302719084,0.012893992737293893,-1.987383397259318,-0.0004112875321879983,-0.012893635779619217,-0.9999167919158936,-0.0018913131207227707,0.0040153805166482925,0.0009094439446926117,0.00019766483455896378,-0.0002594403922557831,-0.0030281543731689453 +363,-0.0003848691369045129,0.012928803612504402,-1.9873721980005257,-0.0003848369524348527,-0.012928443029522896,-0.9999163746833801,0.0016023446805775166,0.004175200127065182,-0.0002895672805607319,-0.00030180858448147774,0.0003552008420228958,-0.003638923168182373 +364,-0.0003787136546762579,0.012894088270863578,-1.98737499605775,-0.00037868216168135405,-0.012893730774521828,-0.9999167919158936,0.0022004633210599422,0.0001710960641503334,-0.0006159949116408825,-0.0004910691641271114,6.10891729593277e-05,-0.0026009082794189453 +365,-0.0004095623525584783,0.012937654008027658,-1.987403196293122,-0.00040952806011773646,-0.012937293387949467,-0.9999162554740906,-8.208677172660828e-05,-0.00010808045044541359,0.0016743254382163286,-1.771794632077217e-05,-1.741945743560791e-05,-0.003501713275909424 +366,-0.00045591554888447594,0.012912550021732345,-1.98735587152056,-0.00045587751083076,-0.012912191450595856,-0.9999165534973145,0.0012045209296047688,-0.0006490391679108143,0.00010654563084244728,0.00010492512956261635,-0.0003629550337791443,-0.003455638885498047 +367,-0.00040753164721551196,0.012920482506587975,-1.9873578399161729,-0.00040749763138592243,-0.012920122593641281,-0.9999164342880249,0.0004165489226579666,-0.0008156616240739822,-0.0003723064437508583,0.0007279324345290661,-0.00024821050465106964,-0.004020273685455322 +368,-0.0003910892382085018,0.012984962926462798,-1.9873181403697833,-0.00039105626638047397,-0.01298459805548191,-0.999915599822998,-0.0005091642960906029,0.0011651022359728813,0.0014185463078320026,-0.0009059407748281956,-1.588929444551468e-05,-0.0034870505332946777 +369,-0.0004424185249308603,0.012991957252251283,-1.9872795377731332,-0.0004423811624292284,-0.012991591356694698,-0.9999154806137085,-0.0006607454270124435,-0.0019982499070465565,-0.0007955313194543123,0.0003203107335139066,0.00044886767864227295,-0.0030904412269592285 +370,-0.00041136579218285595,0.013036614498290685,-1.987325219094646,-0.0004113308386877179,-0.013036245480179787,-0.9999149441719055,-0.0006412127986550331,-0.0017501325346529484,0.0013048280961811543,0.0002282252535223961,0.0005087796598672867,-0.0029231905937194824 +371,-0.00044404167227777425,0.013011524498825394,-1.9873466127464978,-0.00044400407932698727,-0.013011157512664795,-0.9999152421951294,-0.0023791221901774406,-0.0018850136548280716,-0.0013385602505877614,0.00018460489809513092,-0.00015717744827270508,-0.0014275312423706055 +372,-0.00046198597436701404,0.013003025400644365,-1.9873335448836371,-0.0004619469109456986,-0.013002659194171429,-0.999915361404419,-0.0007024863734841347,0.000622983556240797,0.0014657739084213972,0.00024832412600517273,0.0007040742784738541,-0.0027549266815185547 +373,-0.0004116581010547553,0.012987562387215431,-1.9873454177881225,-0.00041162336128763855,-0.012987197376787663,-0.999915599822998,-0.0029596108943223953,0.001108597032725811,0.0006685771513730288,4.541222006082535e-05,1.967884600162506e-06,-0.002998828887939453 +374,-0.00038860944185367425,0.012944521897023003,-1.9872986986182308,-0.00038857688196003437,-0.012944160029292107,-0.999916136264801,-0.0005025863647460938,-0.0018223500810563564,0.0013953091111034155,0.00012917723506689072,-0.00011736247688531876,-0.0019454360008239746 +375,-0.00042358019776081836,0.012949151659740876,-1.98725951513541,-0.0004235446685925126,-0.01294878963381052,-0.9999160766601562,0.0009625540114939213,-0.0010921116918325424,0.0016139396466314793,0.0003319918178021908,2.4596229195594788e-05,-0.00193023681640625 +376,-0.00044203623902957785,0.012986433629356238,-1.9872413817212509,-0.00044199894182384014,-0.012986068613827229,-0.999915599822998,-0.00030739791691303253,-4.731025546789169e-05,0.0009608922991901636,0.0002283756621181965,0.00029075611382722855,-0.003227710723876953 +377,-0.0004346648938660347,0.012942072286109873,-1.9872636649396695,-0.0004346284840721637,-0.012941710650920868,-0.999916136264801,-0.0017437897622585297,-0.00101190572604537,-0.0012386062880977988,-0.0006792629137635231,-5.877576768398285e-05,-0.0025252103805541992 +378,-0.0004948823933896742,0.01290203843805873,-1.9872409192390097,-0.0004948411951772869,-0.012901680544018745,-0.999916672706604,-0.0005637295544147491,0.00012131733819842339,-0.002697749063372612,0.0004032882861793041,-0.0006328653544187546,-0.002326369285583496 +379,-0.0004980836954413747,0.012918634958382713,-1.9872672386967074,-0.0004980420926585793,-0.012918275780975819,-0.9999164342880249,0.0005008806474506855,0.0008494742214679718,0.0006741788238286972,-0.00015808548778295517,0.00011615175753831863,-0.0027538537979125977 +380,-0.00043296034940654767,0.012943283740450394,-1.9872446191684503,-0.000432924076449126,-0.012942922301590443,-0.999916136264801,0.0014517707750201225,-0.0003966432996094227,-0.0012626242823898792,-0.00033001555129885674,0.00044597405940294266,-0.0026168227195739746 +381,-0.0003894028069627932,0.01290778692946078,-1.987294218564781,-0.00038937036879360676,-0.012907428666949272,-0.9999166131019592,-0.0024755774065852165,-0.00010548252612352371,-0.0013290654169395566,-0.0001599462702870369,0.0005020331591367722,-0.0031046271324157715 +382,-0.0004539123346848638,0.012862644146606934,-1.9872847563844658,-0.00045387475984171033,-0.01286228932440281,-0.9999171495437622,0.0007094629108905792,0.0001278943382203579,-0.00018852483481168747,0.0007132738828659058,-0.0011452781036496162,-0.0023258328437805176 +383,-0.00044542543522240575,0.012885738243920369,-1.9872716405038302,-0.00044538843212649226,-0.0128853814676404,-0.9999168515205383,-0.0016906540840864182,-0.0008275420404970646,-0.0009528074879199266,0.00014021250535733998,-0.00016088131815195084,-0.0023566484451293945 +384,-0.0004407173290460282,0.012934318779897485,-1.9872678830095212,-0.00044068045099265873,-0.012933958321809769,-0.9999162554740906,0.0013943319208920002,0.0010642912238836288,0.0004216497763991356,0.00018128100782632828,-9.704753756523132e-05,-0.003288090229034424 +385,-0.0004714372592991883,0.012937217450841533,-1.987290046473864,-0.00047139779780991375,-0.012936856597661972,-0.9999161958694458,0.0010919836349785328,0.0002939356490969658,0.00238200300373137,-0.0006882702000439167,-0.00026199594140052795,-0.0026015043258666992 +386,-0.000463373197547149,0.012926815095759141,-1.9873222045202708,-0.00046333446516655385,-0.012926454655826092,-0.9999163150787354,0.000826934352517128,-0.0003888416104018688,0.0005646939389407635,0.00038704092730768025,-4.351511597633362e-05,-0.003379523754119873 +387,-0.0004612457003088471,0.01296822544360228,-1.9872808585692359,-0.00046120688784867525,-0.01296786218881607,-0.9999157786369324,0.00018577836453914642,0.0006882604211568832,0.0009534680284559727,-0.0004238029650878161,-0.0005972003564238548,-0.0028002262115478516 +388,-0.0004676709074254724,0.012987782387201248,-1.9872909940624064,-0.0004676314420066774,-0.012987417168915272,-0.9999155402183533,-0.00024279486387968063,0.000791642814874649,0.0005769343115389347,0.0006659957580268383,0.00017003435641527176,-0.0036397576332092285 +389,-0.00047452713981360463,0.01297434730583574,-1.9872849135453137,-0.00047448716941289604,-0.012973982840776443,-0.9999157190322876,0.0007790750823915005,-0.0013119950890541077,0.0008815145120024681,0.00018456997349858284,-0.0007894448935985565,-0.0029224157333374023 +390,-0.0004327250527296579,0.013018589002083542,-1.9872586388401914,-0.0004326883645262569,-0.013018221594393253,-0.9999151825904846,-0.0006489865481853485,-0.0006651696749031544,0.0017763357609510422,-0.0006964621134102345,-0.0007757246494293213,-0.003243386745452881 +391,-0.0004955496434306101,0.013057933860149338,-1.9872681386062583,-0.0004955073818564415,-0.01305756252259016,-0.9999146461486816,0.0003350209444761276,0.0008903332054615021,0.0010527835693210363,-0.0006183842197060585,-6.499607115983963e-05,-0.0025267601013183594 +392,-0.0005159391953804374,0.01304579597788157,-1.9872880290174615,-0.0005158952553756535,-0.013045425526797771,-0.9999147653579712,0.00031572021543979645,0.001363334245979786,0.0005759147461503744,-0.00041489070281386375,0.00045692548155784607,-0.0027097463607788086 +393,-0.00045329879936835925,0.01303252713958991,-1.9872419331198574,-0.0004532602906692773,-0.0130321579053998,-0.9999150037765503,-0.002436297945678234,0.0015746727585792542,0.0009503066539764404,-0.00041649071499705315,-0.00044135283678770065,-0.003228306770324707 +394,-0.0004595217942675932,0.013082117004815621,-1.9872537469217846,-0.0004594824567902833,-0.013081744313240051,-0.9999143481254578,0.0008072112686932087,0.0017073070630431175,-0.00024544051848351955,-0.0005170800723135471,0.00034065451472997665,-0.0029085278511047363 +395,-0.0004808069194215817,0.013097391432479144,-1.9872257992466507,-0.00048076565144583583,-0.01309701707214117,-0.9999141097068787,0.001150738913565874,9.245239198207855e-06,0.00026593776419758797,-0.0008009728044271469,0.0003406694158911705,-0.002710402011871338 +396,-0.0005474614920010222,0.013155900807742692,-1.9872344807154685,-0.0005474140634760261,-0.013155520893633366,-0.9999133348464966,0.0016544517129659653,0.0005263304337859154,-0.0025289268232882023,0.0004100850783288479,-0.00010436587035655975,-0.003016352653503418 +397,-0.0005577878211315447,0.01319539008355026,-1.987228293132625,-0.0005577392294071615,-0.013195007108151913,-0.9999127984046936,-0.0009447578340768814,-0.001240563578903675,-0.001061244634911418,0.0001762695610523224,-0.0003090202808380127,-0.0030779242515563965 +398,-0.0005465219344386427,0.013208749663982514,-1.9872764357253943,-0.0005464742425829172,-0.013208365999162197,-0.9999126195907593,0.0015564225614070892,-0.0009000017307698727,-0.0018246322870254517,0.00011922791600227356,0.0002841707319021225,-0.004359841346740723 +399,-0.0005268028884916258,0.01315349467348831,-1.9872815217257893,-0.0005267572705633938,-0.013153115287423134,-0.9999133348464966,-0.0021023862063884735,0.0007602600380778313,0.0002612834796309471,-0.00015988847007974982,-0.00030513573437929153,-0.0022838711738586426 +400,-0.0005087512550362647,0.013169795558064457,-1.9872893517195145,-0.0005087071331217885,-0.013169415295124054,-0.9999131560325623,-0.00267703365534544,0.0022083595395088196,0.0007963371463119984,9.671971201896667e-05,1.0794028639793396e-06,-0.002787649631500244 +401,-0.0004439880466613819,0.013130233600214428,-1.9872731917162223,-0.000443949771579355,-0.013129856437444687,-0.9999136924743652,-0.0007298141717910767,-3.637745976448059e-05,-0.00036227679811418056,0.0005049849860370159,0.0004955790936946869,-0.0026803016662597656 +402,-0.0004694724511753354,0.013113208356992458,-1.9873116846572951,-0.00046943206689320505,-0.01311283279210329,-0.9999139308929443,-0.00053371861577034,-0.001413014717400074,-0.0013287692563608289,-3.5907141864299774e-06,-0.00029964372515678406,-0.002939462661743164 +403,-0.0005470427125478625,0.013103282889424672,-1.9872867083023855,-0.000546995725017041,-0.013102907687425613,-0.9999139904975891,-0.0016733556985855103,0.0005600340664386749,-0.00043040397576987743,0.00045544287422671914,-0.000355343334376812,-0.0036870241165161133 +404,-0.0005259477054658632,0.013099258018421444,-1.9872817255076738,-0.0005259025492705405,-0.0130988834425807,-0.9999140501022339,-0.0031527727842330933,5.183182656764984e-05,0.0006204093806445599,0.0004801261820830405,3.7360936403274536e-05,-0.003519117832183838 +405,-0.0005577719360951631,0.013110583314660694,-1.9872777235060448,-0.0005577239790000021,-0.01311020739376545,-0.9999139308929443,0.0022525861859321594,-0.0018860367126762867,0.0014574129600077868,-0.00018995627760887146,0.0006285179406404495,-0.002954721450805664 +406,-0.0005868668586668617,0.013001993590508926,-1.9872856351372523,-0.0005868172156624496,-0.013001627288758755,-0.9999153017997742,-0.002123362384736538,0.0008593425154685974,0.0004333364777266979,-0.00029819225892424583,-0.00012093130499124527,-0.00379258394241333 +407,-0.0006015041210863017,0.01304571442059889,-1.9872592730013154,-0.0006014528917148709,-0.01304534450173378,-0.9999147057533264,-0.001875346526503563,0.0015549566596746445,-0.0010813134722411633,0.0005556769319809973,-7.721316069364548e-05,-0.0031522512435913086 +408,-0.0005913513478797666,0.013009660604930983,-1.987274677697257,-0.0005913012428209186,-0.01300929393619299,-0.9999151825904846,0.0013943538069725037,0.000840325839817524,0.00033351476304233074,0.000438713061157614,0.00014613568782806396,-0.0037621259689331055 +409,-0.0005833580160583118,0.01301190188546224,-1.9872550106913534,-0.0005833085742779076,-0.013011534698307514,-0.9999151825904846,0.0017656832933425903,0.0007059276103973389,0.001299307681620121,0.00021709734573960304,-0.0002025766298174858,-0.004067361354827881 +410,-0.000620264396116214,0.013008704091004502,-1.9872589064649804,-0.0006202118820510805,-0.01300833746790886,-0.9999151825904846,0.00018859375268220901,-0.0003580697812139988,0.0005539108533412218,0.0004065889515914023,-0.0005109487101435661,-0.0025109052658081055 +411,-0.0005779747308069619,0.012974503411448743,-1.987232963203177,-0.0005779260536655784,-0.012974139302968979,-0.9999156594276428,0.0017475001513957977,0.0007881773635745049,0.00045005232095718384,0.0003643031232059002,0.0004771910607814789,-0.0029072165489196777 +412,-0.0005873861792846511,0.012959869690655202,-1.9872437543801558,-0.0005873368354514241,-0.012959507293999195,-0.9999158382415771,0.0002488577738404274,-0.0005722153000533581,-4.373886622488499e-05,0.0005568191409111023,0.00017264112830162048,-0.0027544498443603516 +413,-0.0005261949825515125,0.012852251398844316,-1.987225206955422,-0.0005261515034362674,-0.01285189762711525,-0.9999172687530518,-0.0018257563933730125,0.00015109684318304062,0.000531297642737627,-7.905997335910797e-06,-0.00028591975569725037,-0.002249479293823242 +414,-0.0005421755379300261,0.012839386316204869,-1.9872388853894756,-0.0005421308451332152,-0.012839033268392086,-0.9999174475669861,0.001044910866767168,-0.00035992544144392014,-0.0016899468610063195,-0.0002665850333869457,0.00012846291065216064,-0.003210604190826416 +415,-0.0005575862551094698,0.012853039539102214,-1.9872371305078251,-0.0005575401592068374,-0.012852685526013374,-0.9999172687530518,-0.0038713933899998665,-0.001500643789768219,0.001371908001601696,-0.00015962310135364532,-0.00010202638804912567,-0.002936124801635742 +416,-0.0005587935805339593,0.01281847309453544,-1.9872643562581591,-0.0005587476189248264,-0.012818122282624245,-0.9999176859855652,-0.0004851818084716797,0.0017554108053445816,0.0026029369328171015,-0.00038729701191186905,7.703341543674469e-05,-0.0032866597175598145 +417,-0.0005088888544575125,0.012879576032049514,-1.9872986375778205,-0.0005088465986773372,-0.012879219837486744,-0.9999169111251831,-0.0010126875713467598,0.002148428000509739,-0.0019433132838457823,-0.0002083167782984674,-0.00039592478424310684,-0.003394186496734619 +418,-0.00045400508454370017,0.012945405651820304,-1.9873064242686516,-0.0004539670189842582,-0.012945043854415417,-0.9999160766601562,0.001152760349214077,0.0027357973158359528,-0.0007753525860607624,-0.00012586681987158954,-0.00036061927676200867,-0.0024642348289489746 +419,-0.0004253136676532701,0.012961758942158664,-1.9873260796061076,-0.0004252779181115329,-0.012961396016180515,-0.9999158978462219,-0.001412861980497837,0.0006369436159729958,-0.00017313542775809765,2.8549693524837494e-05,0.0003271186724305153,-0.002327144145965576 +420,-0.00036982771770025793,0.0130310884188425,-1.9873221747807186,-0.00036979629658162594,-0.013030719943344593,-0.9999150037765503,0.0004341471940279007,0.00033250264823436737,-0.002415998373180628,0.00030876140226610005,0.00016756169497966766,-0.0030756592750549316 +421,-0.0004109925223134306,0.013039862046042969,-1.9873300553643358,-0.0004109575820621103,-0.013039492070674896,-0.9999148845672607,-0.00025155209004879,-6.4820051193237305e-06,-0.0002936939708888531,4.4746819185093045e-05,-0.00017461832612752914,-0.0033962130546569824 +422,-0.00045028990007381565,0.013055305770771741,-1.9873101251181222,-0.0004502515075728297,-0.01305493526160717,-0.9999147057533264,0.0005431957542896271,-0.00201644329354167,-0.0009590191766619682,0.00014507537707686424,-0.0001896936446428299,-0.002526700496673584 +423,-0.0005425701838242527,0.013013593824785268,-1.9872913075519985,-0.0005425242125056684,-0.01301322691142559,-0.9999151825904846,-0.0018978817388415337,-0.000536829698830843,-0.0006899281870573759,0.00023734848946332932,-0.0007502017542719841,-0.003151834011077881 +424,-0.0005428452714977996,0.01298555054537358,-1.9873204261338009,-0.0005427994765341282,-0.012985185720026493,-0.9999155402183533,-0.00196676142513752,-0.0009726807475090027,-0.001096378080546856,-0.0003727278672158718,6.099138408899307e-05,-0.0038076043128967285 +425,-0.000571057577224659,0.01298185199290279,-1.9873028260521406,-0.0005710094119422138,-0.012981487438082695,-0.999915599822998,-0.00102260522544384,-0.0009660418145358562,0.00016937777400016785,-0.00032925931736826897,0.00011832825839519501,-0.003441333770751953 +426,-0.0005979131201499835,0.012969095580129186,-1.9873729176296788,-0.000597862817812711,-0.012968732044100761,-0.9999157190322876,-0.0005647344514727592,-0.00028893863782286644,0.0004558805376291275,-0.0006838757544755936,-4.7015026211738586e-05,-0.0025256872177124023 +427,-0.0006454880540808382,0.012990128705360201,-1.9873350110883208,-0.0006454335525631905,-0.012989763170480728,-0.9999154210090637,-0.000802328810095787,0.001145356334745884,-0.0003276742063462734,-2.595316618680954e-05,-0.00025486573576927185,-0.0035178065299987793 +428,-0.0006521543635131989,0.013030039722134611,-1.9873104925241067,-0.0006520989700220525,-0.013029671274125576,-0.9999148845672607,0.0004121800884604454,0.0003600548952817917,-0.00043631321750581264,0.00030114693799987435,0.00025806576013565063,-0.004189670085906982 +429,-0.0006537466826986096,0.013057235762575635,-1.987297729894596,-0.000653690891340375,-0.013056864961981773,-0.9999145269393921,0.003683629911392927,0.00033090589568018913,-0.00023704278282821178,-0.0001550251035951078,0.000315777026116848,-0.0026031136512756348 +430,-0.0006447152004144488,0.013053922032083472,-1.9873150546259697,-0.0006446602055802941,-0.013053551316261292,-0.9999145865440369,-0.00022166408598423004,0.001192382536828518,0.00024381931871175766,0.0001411200501024723,0.0001751333475112915,-0.0029082894325256348 +431,-0.0005847607843576767,0.013059358707599904,-1.9873234349198856,-0.0005847109132446349,-0.013058987446129322,-0.9999145865440369,-9.562913328409195e-05,0.0010961806401610374,-0.000719528878107667,-0.000513921957463026,0.00042471010237932205,-0.0026946663856506348 +432,-0.0005788976064291338,0.012982726700636457,-1.9873286699546318,-0.0005788487615063787,-0.012982361949980259,-0.9999155402183533,-0.00302038062363863,-0.0027638650499284267,0.00011985562741756439,7.530866423621774e-05,-9.442027658224106e-05,-0.003059864044189453 +433,-0.0005276398579293469,0.012959070627401445,-1.9873406969096712,-0.0005275955190882087,-0.012958708219230175,-0.9999158978462219,-0.0005325460806488991,-0.0006263446994125843,-0.0010531549341976643,-0.0001743086613714695,-0.001003083772957325,-0.002937495708465576 +434,-0.0004986969431675292,0.012990366301823415,-1.9873180092581377,-0.0004986548447050154,-0.012990000657737255,-0.9999154806137085,0.0009732400067150593,0.002097663003951311,7.315329276025295e-05,-0.0007067894912324846,-0.00033092033118009567,-0.0031362175941467285 +435,-0.0004716013743074631,0.013012445866108117,-1.987342462239462,-0.0004715614195447415,-0.01301207859069109,-0.9999152421951294,-0.0029839426279067993,-0.00022532371804118156,-0.0011867060093209147,1.3797543942928314e-05,0.00025573093444108963,-0.0021904706954956055 +436,-0.00044778026921078176,0.012976121170709542,-1.9873555023738056,-0.0004477425536606461,-0.012975757010281086,-0.9999157190322876,0.00016077794134616852,-0.00013244524598121643,0.00025386642664670944,-0.00048304395750164986,5.786307156085968e-06,-0.0032733678817749023 +437,-0.0004518725359909917,0.012929212940230132,-1.9873836214814127,-0.00045183475594967604,-0.012928852811455727,-0.9999163150787354,-0.00010487250983715057,0.0005578389391303062,-0.00045627704821527004,-0.00017377547919750214,-0.0006056930869817734,-0.0028913021087646484 +438,-0.0004785695646513441,0.0129052288951548,-1.9873974061739919,-0.00047852969146333635,-0.012904870323836803,-0.9999166131019592,-0.0005874177441000938,-0.0005076699890196323,-0.0004335823468863964,-0.0005438090302050114,-0.000660192221403122,-0.0021585822105407715 +439,-0.0004413907525928527,0.012916215652427754,-1.9874347248617334,-0.00044135391362942755,-0.012915856204926968,-0.9999164938926697,-0.0006551444530487061,0.0008903397247195244,-0.0009622038342058659,-9.270384907722473e-05,6.795581430196762e-05,-0.0026317238807678223 +440,-0.0004197732901755165,0.012917159481305477,-1.9874256688045582,-0.0004197382659185678,-0.012916800566017628,-0.9999164938926697,0.0011986363679170609,-0.0003130394034087658,-0.002337200101464987,-0.0003432012163102627,-0.00017524044960737228,-0.0029674172401428223 +441,-0.00044884085326592937,0.012988224034385909,-1.9874491870483966,-0.00044880298082716763,-0.01298785861581564,-0.9999155402183533,0.00026756059378385544,0.0007044728845357895,-0.0009277078788727522,-0.0004972419701516628,-0.0003025457262992859,-0.002785205841064453 +442,-0.0004573332405716216,0.013038946155039942,-1.9874840411520174,-0.0004572943435050547,-0.01303857658058405,-0.9999148845672607,0.000212913379073143,-0.0006393850781023502,0.0007970847655087709,-0.0001530572772026062,0.00034326501190662384,-0.002755403518676758 +443,-0.0004882610270374832,0.013018822742394789,-1.987531962897231,-0.0004882196371909231,-0.013018455356359482,-0.9999151229858398,0.0006445394828915596,-0.0013865837827324867,0.0004652561619877815,-0.00041204874287359416,-1.2550503015518188e-05,-0.003762185573577881 +444,-0.00047440127527807426,0.013011375052789934,-1.9875457831733496,-0.00047436109161935747,-0.013011007569730282,-0.9999152421951294,-0.001919587142765522,0.0018435586243867874,-0.001437972649000585,-0.0006853071972727776,0.00025465991348028183,-0.0041741132736206055 +445,-0.0004630216941614588,0.012981344040354293,-1.987556495709004,-0.00046298265806399286,-0.01298097986727953,-0.9999156594276428,0.0006684130057692528,0.000957561656832695,-0.0010896800085902214,-0.00045254500582814217,0.00039247889071702957,-0.0037464499473571777 +446,-0.000420580608318247,0.013016278505436688,-1.9875558627576873,-0.0004205449658911675,-0.013015910983085632,-0.9999151825904846,-0.001512044109404087,-0.0013087945990264416,0.00107467919588089,0.0001306282647419721,0.00015275273472070694,-0.0039604902267456055 +447,-0.0004589383688233733,0.013045782003347979,-1.9876347761062994,-0.00045889930333942175,-0.013045411556959152,-0.999914824962616,-0.0013207504525780678,-0.0025546825490891933,0.0012475666590034962,-0.0002582636661827564,0.00016699358820915222,-0.002816498279571533 +448,-0.0005142817745198455,0.013012727997928287,-1.9876366415429219,-0.0005142381996847689,-0.013012360781431198,-0.9999151825904846,-0.0028444482013583183,-0.0009601493366062641,0.002454556990414858,0.0003616503090597689,-0.0005374429747462273,-0.0016258955001831055 +449,-0.0004897159795009442,0.013069974954572851,-1.9877024973560118,-0.0004896741593256593,-0.01306960266083479,-0.9999144673347473,-0.00027337297797203064,-0.00044383667409420013,0.001752960029989481,-0.0008378406055271626,-0.00017502624541521072,-0.0036560893058776855 +450,-0.0005145170511598368,0.013054245320510234,-1.9876580792795369,-0.0005144731840118766,-0.013053874485194683,-0.9999146461486816,-0.0013801315799355507,0.0002071065828204155,-0.0016512790462002158,-0.0002942424616776407,0.0004195990040898323,-0.003869473934173584 +451,-0.0005852586916478577,0.01301984217866795,-1.987692570590057,-0.0005852090544067323,-0.013019474223256111,-0.9999150633811951,-0.00043262168765068054,-0.0008592414669692516,-0.0015546760987490416,0.00031055090948939323,-2.6790425181388855e-05,-0.0030756592750549316 +452,-0.0006125671186603615,0.013029193108082895,-1.9877280180728405,-0.0006125150830484927,-0.01302882470190525,-0.9999149441719055,0.0007128673605620861,-0.0005451515316963196,-0.0005486742593348026,0.00023104529827833176,-1.743994653224945e-05,-0.0025569796562194824 +453,-0.0006087058681747281,0.0130577880320386,-1.9877397751133887,-0.0006086539360694587,-0.01305741723626852,-0.9999145865440369,0.0022678119130432606,-0.0009115436114370823,0.0011940812692046165,-0.001039295457303524,0.00033158715814352036,-0.0023589730262756348 +454,-0.0006853312543362304,0.012983078367677515,-1.9877481869519813,-0.0006852734368294477,-0.012982713989913464,-0.9999154806137085,-0.0010609840974211693,-0.00018630363047122955,0.0001897788606584072,-0.0002455124631524086,-0.0007959725335240364,-0.003136277198791504 +455,-0.0007217944332732092,0.012984629277050599,-1.9877960112578847,-0.0007217335514724255,-0.012984264642000198,-0.9999154210090637,0.000470530241727829,-0.001997108105570078,-0.0012970342068001628,0.0005844045081175864,-9.251665323972702e-05,-0.002770066261291504 +456,-0.000709421755404838,0.01293292941814213,-1.9878266658129171,-0.0007093623862601817,-0.012932568788528442,-0.999916136264801,0.0011233864352107048,0.0005814293399453163,-0.0014923405833542347,0.0010603144764900208,-2.2143125534057617e-05,-0.0037917494773864746 +457,-0.0007400474198909706,0.01291796816722519,-1.9878717918559385,-0.0007399856112897396,-0.012917608954012394,-0.9999163150787354,-0.0008442243561148643,-2.1673738956451416e-05,-9.721703827381134e-05,-5.347141996026039e-05,-6.585381925106049e-06,-0.0018079280853271484 +458,-0.00076219165892009,0.012920614914930115,-1.9878694596905324,-0.0007621279801242054,-0.012920255772769451,-0.9999162554740906,0.00032360292971134186,-0.0020038988441228867,0.0022153861355036497,0.0008841981180012226,-0.0007058437913656235,-0.0019147992134094238 +459,-0.0007187215663039425,0.012902340089681228,-1.9879265079008672,-0.0007186617003753781,-0.01290198229253292,-0.9999164938926697,0.000481555238366127,0.0014528892934322357,-0.0011348393745720387,0.00023038039216771722,0.0005728816613554955,-0.002906322479248047 +460,-0.0007127972769475966,0.012886384526593287,-1.9879636049572704,-0.0007127380231395364,-0.012886027805507183,-0.9999167323112488,-0.00037871766835451126,-0.0004659960977733135,0.00019269296899437904,0.00019393954426050186,0.0005416674539446831,-0.0029976963996887207 +461,-0.0007454028446378532,0.012887546936682712,-1.987982244544018,-0.0007453408907167614,-0.012887190096080303,-0.999916672706604,-0.0026340177282691,-0.0002581784501671791,-0.0020163576118648052,1.291884109377861e-05,-0.0007541663944721222,-0.002814650535583496 +462,-0.0007669273621088698,0.01294684063958647,-1.9880126490723597,-0.0007668629987165332,-0.0129464790225029,-0.9999158978462219,0.00014033541083335876,0.0010192980989813805,-0.0006409536581486464,-0.000835309736430645,-0.00046599656343460083,-0.002250850200653076 +463,-0.0007996375548890356,0.01296248327556256,-1.9880716801741696,-0.0007995702908374369,-0.012962120585143566,-0.9999156594276428,-0.0014530336484313011,-0.0003654453903436661,-0.00013653701171278954,-0.000192251056432724,0.00044991355389356613,-0.0022205710411071777 +464,-0.000810982837155812,0.012989473812474152,-1.9880960818050755,-0.0008109143236652017,-0.012989108450710773,-0.9999153017997742,0.0034050801768898964,-0.0005842703394591808,-0.0001262882724404335,0.00038366857916116714,-0.00011819135397672653,-0.00344163179397583 +465,-0.0007756844992230517,0.013027162908290101,-1.9881220571847322,-0.000775618595071137,-0.013026794418692589,-0.999914824962616,-0.0003070114180445671,0.0012369598262012005,0.0002793408930301666,0.0006993250572122633,0.0008350228890776634,-0.002572298049926758 +466,-0.0007391640285213082,0.01301995303939997,-1.988116556742826,-0.0007391013205051422,-0.01301958505064249,-0.9999149441719055,-0.0011252453550696373,-0.0029826881363987923,4.8065558075904846e-05,0.0008306541130878031,0.000522637739777565,-0.002053380012512207 +467,-0.0007803346950744991,0.012991557291040174,-1.9881416083012646,-0.000780268746893853,-0.012991191819310188,-0.9999153017997742,0.0022498895414173603,-0.00032982416450977325,-0.0007771155796945095,-0.0002725878730416298,-0.0007112007588148117,-0.00299912691116333 +468,-0.0007542722116322809,0.012983922044889613,-1.9881317331066821,-0.0007542085368186235,-0.01298355683684349,-0.9999154210090637,-0.00028973910957574844,0.0009749350138008595,0.000778708141297102,0.0009983493946492672,0.0007612667977809906,-0.0032126307487487793 +469,-0.0007510220351821194,0.012951290899144978,-1.9881187015059583,-0.0007509589777328074,-0.012950928881764412,-0.9999158382415771,0.0019374163821339607,0.0006882487796247005,-0.0023217573761940002,0.0007967353449203074,5.725305527448654e-05,-0.002144038677215576 +470,-0.0007074435637303547,0.01298282478144528,-1.9881455979459337,-0.0007073839078657329,-0.012982459738850594,-0.9999154806137085,0.0014810548163950443,-0.0004733889363706112,0.0036958728451281786,0.0002496205270290375,-0.0007504504173994064,-0.002510666847229004 +471,-0.0006687609400952317,0.012928728172073804,-1.9881223123883833,-0.0006687049753963947,-0.012928367592394352,-0.9999161958694458,-0.0004264172166585922,-1.7235055565834045e-05,0.0012071554083377123,0.0009586219675838947,0.0004619378596544266,-0.0035170316696166992 +472,-0.0006136550068417733,0.012894248352871828,-1.9881088366101842,-0.0006136039737612009,-0.012893890962004662,-0.999916672706604,-0.0004701511934399605,0.0008129957132041454,-0.001282139914110303,-0.00022562965750694275,-0.00028970278799533844,-0.003379225730895996 +473,-0.0005565938633223276,0.012866714643533405,-1.9881564870295783,-0.0005565477767959237,-0.012866359204053879,-0.9999170899391174,0.0007488643750548363,0.0013805343769490719,-5.950313061475754e-05,0.0003887014463543892,-2.7317553758621216e-05,-0.0033177733421325684 +474,-0.0005108146201371826,0.012937208522284888,-1.9880946396379315,-0.000510771875269711,-0.012936847284436226,-0.9999161958694458,-0.0009971000254154205,-0.0006121336482465267,0.0012259404174983501,0.0002361135557293892,0.0002873111516237259,-0.0035475492477416992 +475,-0.0005224468289339578,0.01291998511925637,-1.988098968414065,-0.0005224032211117446,-0.012919625267386436,-0.9999163746833801,-0.0008461819961667061,0.00016779731959104538,0.0006942630279809237,-0.0003778654499910772,-0.00014189723879098892,-0.0026623010635375977 +476,-0.000501545980379151,0.012923883590604987,-1.9880553344898417,-0.0005015040514990687,-0.012923523783683777,-0.9999163746833801,-0.0014359215274453163,-0.0003292206674814224,0.00034592137672007084,-0.00044454121962189674,-0.0010077506303787231,-0.002723395824432373 +477,-0.0005082262069850857,0.013002593756727292,-1.9880653785696711,-0.0005081832059659064,-0.013002227060496807,-0.999915361404419,-0.00021235179156064987,-0.0012350878678262234,0.0016094469465315342,0.00037085404619574547,0.000993560068309307,-0.0034263134002685547 +478,-0.0005126527088744081,0.012959461562298618,-1.9880952289028175,-0.0005126096657477319,-0.012959098443388939,-0.9999158978462219,0.001381471287459135,0.0030307373963296413,0.0007151088211685419,-0.00035714171826839447,-0.0006517414003610611,-0.002327144145965576 +479,-0.0005171431394345861,0.012976256919582103,-1.9880807295115843,-0.0005170995718799531,-0.01297589298337698,-0.9999156594276428,-0.0010231025516986847,0.00017234636470675468,-0.00011307932436466217,-0.00035265175392851233,0.00047894567251205444,-0.0035480260848999023 +480,-0.0005748903710906772,0.012970627810196908,-1.9880625695257808,-0.0005748419789597392,-0.012970264069736004,-0.9999157190322876,0.0017658118158578873,0.0020833094604313374,0.002012294251471758,0.00039173662662506104,0.0004427982494235039,-0.0034106969833374023 +481,-0.0005666584544328824,0.012884619060826033,-1.988085659896578,-0.0005666114157065749,-0.012884262949228287,-0.9999168515205383,-0.001375812105834484,-0.00045084813609719276,0.0013994278851896524,-0.00012003444135189056,-0.00026881322264671326,-0.00388258695602417 +482,-0.0005275098898442113,0.012898641370357128,-1.9880754790489634,-0.0005274660070426762,-0.012898284010589123,-0.999916672706604,-0.0015778327360749245,-0.0005367090925574303,-0.0012074052356183529,-0.00034228526055812836,-0.00017849914729595184,-0.002494215965270996 +483,-0.000515976780551069,0.012839008323066727,-1.988041057608524,-0.0005159342545084655,-0.012838655151426792,-0.9999174475669861,0.0006905170157551765,-0.0005888068117201328,0.0005727955140173435,-0.0001554526388645172,2.1272338926792145e-05,-0.002752840518951416 +484,-0.0005125364368551656,0.012872365052807897,-1.9880417815558362,-0.000512493948917836,-0.012872009538114071,-0.9999170303344727,-0.0037203337997198105,0.0006141727790236473,-0.0012913016835227609,-0.0002657044678926468,-0.0001284787431359291,-0.0022954940795898438 +485,-0.0005164229135306341,0.01285851119373084,-1.9880494199657275,-0.0005163801833987236,-0.01285815704613924,-0.999917209148407,-0.0005944492295384407,-0.001529000699520111,0.0014330977573990822,-9.39713791012764e-05,-0.00046276580542325974,-0.0024936795234680176 +486,-0.0005045930487522241,0.012909137352001209,-1.9880675869808326,-0.0005045509897172451,-0.012908779084682465,-0.9999165534973145,0.0006757574155926704,0.00024913763627409935,0.0006602294743061066,0.0004740334115922451,0.0002745017409324646,-0.002509593963623047 +487,-0.00046717137456549305,0.01291329381987427,-1.9880712016266338,-0.0004671323986258358,-0.012912934646010399,-0.9999164938926697,0.00017730239778757095,0.0004861205816268921,0.0018082656897604465,-0.0006467592902481556,0.0003702109679579735,-0.003394603729248047 +488,-0.000459744259888227,0.012935596440159694,-1.9880784435861965,-0.00045970577048137784,-0.012935236096382141,-0.9999162554740906,-0.0017713801935315132,-0.0015528155490756035,0.0014496531803160906,-0.0006999620236456394,-0.0003399103879928589,-0.003089725971221924 +489,-0.00044076822245117225,0.012973325866420624,-1.9880533152567434,-0.0004407311207614839,-0.012972962111234665,-0.9999157786369324,0.0012183892540633678,0.0009209625422954559,-0.001007197774015367,0.0006543542258441448,-1.2267380952835083e-05,-0.002266228199005127 +490,-0.00039682153031259944,0.013019760753977842,-1.9880516526326226,-0.00039678788743913174,-0.01301939319819212,-0.9999151825904846,0.002277919091284275,-0.0007722279988229275,-0.00015944521874189377,-0.0005034804344177246,3.6461278796195984e-06,-0.002297341823577881 +491,-0.00043279729012019914,0.012997018247591174,-1.988041267608339,-0.00043276071664877236,-0.012996652163565159,-0.9999154210090637,-0.0006523020565509796,-0.00045076338574290276,0.0007013045251369476,-0.0006353547796607018,5.719996988773346e-05,-0.002953171730041504 +492,-0.0004409770020165757,0.013033830163978112,-1.9880182925243173,-0.0004409395332913846,-0.013033460825681686,-0.9999149441719055,-0.0008209263905882835,-0.0004168055020272732,0.0005155897233635187,-0.00021518810535781085,0.00015504378825426102,-0.003060460090637207 +493,-0.0004453797669463858,0.01302990904815333,-1.987978961681617,-0.00044534195330925286,-0.013029539957642555,-0.9999150037765503,-0.000613347627222538,-0.0017324457876384258,-0.0003044556360691786,-0.0005617379210889339,0.0006699208170175552,-0.002831578254699707 +494,-0.0004618348651714284,0.013155218961259216,-1.9879788780655339,-0.00046179487253539264,-0.013154839165508747,-0.9999133944511414,-0.0003502480685710907,0.0011646682396531105,0.0004040172789245844,-0.0002706269733607769,-0.0002728952094912529,-0.0027721524238586426 +495,-0.0004912057607987843,0.013171983532970964,-1.988019573669415,-0.0004911631112918258,-0.013171602971851826,-0.9999131560325623,-0.00017492473125457764,0.001535927876830101,-3.981892950832844e-05,0.0001249522902071476,-0.00016457866877317429,-0.003352224826812744 +496,-0.0004956661420033735,0.0131884987917433,-1.9880640571984034,-0.0004956230404786766,-0.013188116252422333,-0.9999129176139832,0.0015836027450859547,-0.0008619609288871288,0.0005840158555656672,0.00015992950648069382,-0.00048375874757766724,-0.0028794407844543457 +497,-0.0004684739522751846,0.013151896241358256,-1.988071713113277,-0.00046843342715874314,-0.013151517137885094,-0.9999133944511414,-7.159635424613953e-05,0.000967114232480526,0.00044205551967024803,-0.0005691642872989178,0.0002730991691350937,-0.0024669766426086426 +498,-0.000517014774467533,0.013113925919674595,-1.9880861874426374,-0.0005169702926650643,-0.013113549910485744,-0.9999138712882996,-0.001227131113409996,-0.0009038015268743038,-0.00019217818044126034,0.0001507592387497425,-0.0004515135660767555,-0.0014594197273254395 +499,-0.0005466250059200033,0.013149940760176067,-1.9881444851222543,-0.0005465777358040214,-0.013149561360478401,-0.9999133944511414,0.001090693287551403,-0.0020546354353427887,-0.0026876386255025864,-2.7385540306568146e-06,-0.0013005118817090988,-0.004084408283233643 +500,-0.0005470331094905982,0.013155423614937788,-1.9881869587189147,-0.0005469857715070248,-0.013155044056475163,-0.9999133348464966,-0.0012834621593356133,-0.0010020122863352299,-0.0007983820978552103,0.00010448088869452477,0.0002918848767876625,-0.003504633903503418 +501,-0.000615671681123642,0.01316617838910443,-1.9882223218495236,-0.0006156183080747724,-0.013165798038244247,-0.9999131560325623,0.00045983679592609406,-0.0010956842452287674,-0.001805499428883195,0.0007224301807582378,0.00025686249136924744,-0.003962576389312744 +502,-0.0006054628035790289,0.01308803459995585,-1.988231922937415,-0.0006054108962416649,-0.013087661005556583,-0.9999141693115234,-0.0002221493050456047,-0.0003678416833281517,4.184176214039326e-05,-9.649340063333511e-05,-0.0003248145803809166,-0.0027256011962890625 +503,-0.0006012578026174371,0.013018507663325423,-1.9882437491131122,-0.0006012067897245288,-0.013018139638006687,-0.9999150633811951,-0.002985607832670212,-1.2878328561782837e-05,-3.129267133772373e-05,-0.0005889790481887758,0.0001092059537768364,-0.0031213760375976562 +504,-0.0006292117889656859,0.013038987401663302,-1.9882667520496395,-0.0006291582831181586,-0.013038617558777332,-0.999914824962616,0.002128145657479763,-0.0017239642329514027,0.0013498396147042513,7.984181866049767e-05,0.0001449408009648323,-0.003503143787384033 +505,-0.0006299363988694761,0.013018764416497994,-1.9882475960248795,-0.0006298829684965312,-0.013018396683037281,-0.9999150633811951,0.00013420172035694122,0.0012368923053145409,-0.0033362354151904583,0.00012634322047233582,0.00032308418303728104,-0.0029230713844299316 +506,-0.0006057586209119952,0.013013056047284415,-1.9882624035541063,-0.0006057072896510363,-0.013012688606977463,-0.9999151229858398,0.0005308147519826889,-0.0011790469288825989,-0.0008492160122841597,-0.00020300823962315917,0.00014953035861253738,-0.003182351589202881 +507,-0.0006302336545348593,0.012982159326937635,-1.9882787759068126,-0.0006301805260591209,-0.012981794774532318,-0.9999155402183533,0.00142325134947896,0.0015657264739274979,-0.0007186233997344971,-0.00010224105790257454,-0.0010105147957801819,-0.0020375847816467285 +508,-0.0006264769374617116,0.01298305950846845,-1.9882830309994604,-0.0006264240946620703,-0.012982694432139397,-0.9999155402183533,7.594283670186996e-05,0.0007677720859646797,0.0013551521115005016,0.00016866065561771393,-0.0006128856912255287,-0.0028615593910217285 +509,-0.0006434306864960555,0.012960491143271934,-1.9882522743260291,-0.0006433766102418303,-0.012960128486156464,-0.9999157786369324,6.081536412239075e-07,-0.001573262270539999,-0.0006571789272129536,0.0003687181160785258,3.593508154153824e-05,-0.0030443668365478516 +510,-0.0006574168056074215,0.012951123185096426,-1.98824621231155,-0.0006573616410605609,-0.012950761243700981,-0.9999158978462219,0.0015521901659667492,-0.0007642204873263836,-8.897786028683186e-05,-0.00010557746281847358,4.1826628148555756e-05,-0.0022660493850708008 +511,-0.0006976606247123118,0.012978271010432686,-1.988253144596893,-0.0006976018194109201,-0.012977906502783298,-0.9999155402183533,0.0025171018205583096,0.0005021132528781891,-0.001035341527312994,0.0003313911147415638,0.0003894064575433731,-0.0030294060707092285 +512,-0.0006557664994467968,0.012985192226294406,-1.9882757107225624,-0.0006557111628353596,-0.012984827160835266,-0.9999154806137085,-0.0006778808310627937,0.0014735925942659378,-0.0015300820814445615,0.0003963117487728596,0.0003352910280227661,-0.002052903175354004 +513,-0.0006879110728347407,0.012973680428594744,-1.9882709081455288,-0.0006878531421534717,-0.012973316945135593,-0.999915599822998,-0.0014427350834012032,0.0023771673440933228,0.0017956492956727743,0.00041319476440548897,-2.71722674369812e-05,-0.003304004669189453 +514,-0.0007176976838751145,0.012965600173024509,-1.9882761279264896,-0.000717637303750962,-0.01296523679047823,-0.9999157190322876,0.0003330744802951813,-0.0014871335588395596,0.0009715338237583637,0.0004277206026017666,-0.0002641333267092705,-0.0015949010848999023 +515,-0.0007379802065432115,0.013008171818766307,-1.9882475795415933,-0.0007379177259281278,-0.01300780475139618,-0.9999151229858398,0.0014901049435138702,-0.0007923315279185772,-0.001438481267541647,0.0007379176095128059,0.0002819756045937538,-0.004326820373535156 +516,-0.0007521219520916809,0.01297074959451937,-1.9883022839855806,-0.0007520586368627846,-0.012970386072993279,-0.999915599822998,-0.00015770643949508667,-0.001131577417254448,-0.0010023762006312609,0.00026377709582448006,0.0008701663464307785,-0.003181934356689453 +517,-0.0007049952930612421,0.012925771483543406,-1.9883205973638327,-0.0007049363339319825,-0.012925411574542522,-0.9999161958694458,-0.00027650129050016403,0.00030585192143917084,-0.000468946760520339,0.0001251022913493216,-0.00022766366600990295,-0.003242313861846924 +518,-0.0006564955705050403,0.01294607450322575,-1.9882495827393092,-0.0006564405048266053,-0.01294571254402399,-0.9999159574508667,0.0012082038447260857,0.0006608618423342705,0.0012812111526727676,-0.0005184863111935556,-3.951508551836014e-05,-0.0018387436866760254 +519,-0.0006894907785224295,0.012965781641262528,-1.9882639062450473,-0.0006894327816553414,-0.01296541839838028,-0.9999157190322876,0.0011020945385098457,-0.0015347003936767578,-0.0006293777842074633,0.0005826209671795368,0.0007736459374427795,-0.0025714635848999023 +520,-0.0007016066067678813,0.01298851040734055,-1.9882491128244377,-0.0007015473674982786,-0.012988145463168621,-0.9999154210090637,0.0015570907853543758,-0.00038295891135931015,-0.001191724557429552,-0.00027501489967107773,-0.0005311416462063789,-0.0032278895378112793 +521,-0.0006910409740652382,0.013011009764636722,-1.988256964146422,-0.0006909824442118406,-0.013010642491281033,-0.9999151229858398,0.0027607250958681107,9.874440729618073e-05,0.0003641142975538969,-5.6697987020015717e-05,0.00045265909284353256,-0.0022058486938476562 +522,-0.0007007711162026864,0.013005422395356877,-1.988294739598006,-0.0007007117965258658,-0.013005055487155914,-0.9999151825904846,-0.0007905745878815651,0.0015594307333230972,0.00029386067762970924,-0.0005962853319942951,0.0004775905981659889,-0.003594338893890381 +523,-0.0006531265361120864,0.013055632766764493,-1.988311274854456,-0.0006530708051286638,-0.01305526215583086,-0.9999145865440369,0.0020377510227262974,0.0006593810394406319,0.00025386339984834194,-0.0005828910507261753,-0.0003266967833042145,-0.0035949349403381348 +524,-0.0006318410939401155,0.01306778818412423,-1.988300660289784,-0.0006317871157079935,-0.013067415915429592,-0.9999144077301025,0.003201152663677931,-0.0001263301819562912,-0.0019427986117079854,0.00017402321100234985,0.00014322251081466675,-0.003106832504272461 +525,-0.0006540929805781141,0.013062000368209955,-1.988312925980308,-0.0006540371105074883,-0.013061628676950932,-0.9999144673347473,4.388391971588135e-06,0.0017632180824875832,-0.0007871291600167751,-0.00047511322190985084,0.0005036471411585808,-0.00365602970123291 +526,-0.0007449956142873526,0.013049148157431684,-1.988323777153262,-0.0007449320983141661,-0.013048778288066387,-0.9999145865440369,-0.0005350923165678978,-0.0007851379923522472,0.001264215912669897,-0.0005978415720164776,-0.0006841327995061874,-0.0035033822059631348 +527,-0.000729614631279747,0.013027740133239343,-1.9883550255445865,-0.0007295526447705925,-0.01302737183868885,-0.9999148845672607,0.0020029894076287746,0.0009097112342715263,-0.0008761384524405003,0.0001497184857726097,0.0003015417605638504,-0.003655672073364258 +528,-0.0007440506591041989,0.012980115643942348,-1.9883610982725877,-0.0007439879118464887,-0.012979751452803612,-0.9999154806137085,0.00028865691274404526,-0.00010751467198133469,-0.0012215671595185995,0.00020993035286664963,-0.00037168897688388824,-0.002159714698791504 +529,-0.000733439443617916,0.013007175638053373,-1.9882977090221494,-0.0007333773537538946,-0.013006809167563915,-0.9999151229858398,0.0020042015239596367,0.0029795002192258835,0.0015343604609370232,0.0007486362592317164,0.00020468607544898987,0.0006018280982971191 +530,-0.0007618839187831908,0.01298317114184356,-1.9883111750787343,-0.0007618196541443467,-0.01298280619084835,-0.9999154210090637,-0.0027682119980454445,0.0008004633709788322,0.0001339898444712162,0.0002277619205415249,0.0003790464252233505,-0.0004507899284362793 +531,-0.0007234538834844717,0.012992897978180372,-1.9882578090782392,-0.0007233927608467638,-0.01299253199249506,-0.999915361404419,-0.0007561258971691132,-0.004634655546396971,0.0015492704696953297,0.00037244055420160294,-0.00013002566993236542,-0.005562543869018555 +532,-0.0006771210960726214,0.012971896881648744,-1.9882495649192493,-0.000677064061164856,-0.012971533462405205,-0.9999156594276428,-0.0028450405225157738,-0.001125297974795103,-0.0004284458700567484,0.00021930038928985596,-0.00013576634228229523,-0.005028188228607178 +533,-0.0007184015694398418,0.012996369713821015,-1.9882491340834227,-0.0007183408597484231,-0.012996003963053226,-0.9999153017997742,-0.0018208269029855728,0.0015940368175506592,-0.001026426674798131,4.695402458310127e-05,-0.00012655463069677353,-0.00318223237991333 +534,-0.0007198057486377216,0.01299070466500573,-1.9882571071882957,-0.0007197449449449778,-0.012990339659154415,-0.999915361404419,-0.0019073225557804108,-0.000320222694426775,0.0021631016861647367,-0.0005619935691356659,-0.00030006561428308487,-0.00011515617370605469 +535,-0.0007792792405497674,0.012961518062679365,-1.9882674358261638,-0.0007792136748321354,-0.01296115480363369,-0.9999157190322876,0.00299634225666523,-0.0005078618414700031,-0.0007635259535163641,0.00012308545410633087,0.0004794662818312645,-0.003975272178649902 +536,-0.0008024452848958846,0.01297005534367712,-1.9882590499203943,-0.0008023777045309544,-0.012969691306352615,-0.9999155402183533,0.0002261679619550705,0.0006653191521763802,0.0003693138714879751,-0.0004183253622613847,4.549883306026459e-05,-0.003654956817626953 +537,-0.000770864405881073,0.012994223725007406,-1.9882784093007613,-0.0007707992335781455,-0.012993858195841312,-0.9999153017997742,0.001442099455744028,-0.00012550782412290573,0.00012100208550691605,0.0004961411468684673,-0.0001592179760336876,-0.00299912691116333 +538,-0.0007449458956653672,0.012916088979170917,-1.9883635749703457,-0.0007448836695402861,-0.01291572954505682,-0.9999163150787354,0.0009910725057125092,0.0006149681285023689,-0.0006462899036705494,0.00019556749612092972,0.0004492988809943199,-0.0026166439056396484 +539,-0.0007898760448212108,0.012899252358578545,-1.9884168323484757,-0.0007898102630861104,-0.01289889495819807,-0.9999164938926697,-7.420778274536133e-05,-0.0003731301985681057,-0.0004630510229617357,-7.994100451469421e-05,0.0006460864096879959,-0.0034709572792053223 +540,-0.0008356570049080524,0.012845430629632226,-1.988435524746438,-0.0008355879690498114,-0.01284507755190134,-0.9999171495437622,7.442198693752289e-05,-0.002547676209360361,0.0007916854228824377,-4.942202940583229e-05,-0.0007199868559837341,-0.002905726432800293 +541,-0.0008293833316248868,0.01284497198329643,-1.98847654549427,-0.0008293148130178452,-0.012844618409872055,-0.9999171495437622,0.000432831235229969,-0.0009129149839282036,-0.002266750205308199,0.00040206871926784515,0.00021034199744462967,-0.003088831901550293 +542,-0.0007996409508751346,0.012893135341214763,-1.9885025029359176,-0.0007995744235813618,-0.012892778031527996,-0.9999165534973145,0.00015912391245365143,-0.0003877454437315464,-0.0006992067210376263,-0.0005431989557109773,-7.719174027442932e-05,-0.0024027228355407715 +543,-0.0007822722014522168,0.012924386837301141,-1.988478738164598,-0.0007822067709639668,-0.01292402669787407,-0.9999161958694458,0.0005349223501980305,0.0004449887201189995,-0.0009181520435959101,0.000354960560798645,-0.0005494840443134308,-0.0035475492477416992 +544,-0.0007940313827168062,0.012857817444131154,-1.9884160584751136,-0.0007939656497910619,-0.012857463210821152,-0.9999170303344727,0.001811227761209011,-0.0008285418152809143,0.0017684083431959152,-0.00033518485724925995,-0.00017354264855384827,-0.0026617050170898438 +545,-0.0007384253301264497,0.012803081745573422,-1.988398521877177,-0.0007383647607639432,-0.012802732177078724,-0.99991774559021,-0.0011570071801543236,0.0017719566822052002,0.0023979702964425087,2.1201616618782282e-05,-0.0005792248994112015,-0.0029813647270202637 +546,-0.0007831974015073153,0.012767456286107778,-1.9883617628647992,-0.0007831334951333702,-0.012767109088599682,-0.9999181628227234,-0.0004655551165342331,0.0015729833394289017,0.001650840975344181,-0.00013239349937066436,-0.00034018978476524353,-0.002523183822631836 +547,-0.0007605243478473297,0.012787131118665642,-1.9883726321942417,-0.0007604620768688619,-0.01278678234666586,-0.9999179840087891,0.002297688275575638,-0.0028762812726199627,-0.00013999524526298046,0.0005926154553890228,0.00025931745767593384,-0.0027828216552734375 +548,-0.0007835609693523066,0.012723107986619733,-1.9884143508275232,-0.0007834974676370621,-0.01272276509553194,-0.9999187588691711,-0.0009854184463620186,0.0007216082885861397,0.0019620961975306273,-7.099471986293793e-05,-0.00041505321860313416,-0.0032092928886413574 +549,-0.0007439700650037903,0.012632027657575099,-1.9884206787244407,-0.0007439106120727956,-0.012631691992282867,-0.9999199509620667,-0.0008718157187104225,0.001766825094819069,0.0028552873991429806,-0.00043101608753204346,-0.0010859593749046326,-0.00392526388168335 +550,-0.0007450996575805171,0.012639583390047369,-1.9884438920023004,-0.0007450400735251606,-0.012639246881008148,-0.9999198317527771,-0.0015550777316093445,0.0014396486803889275,0.00016154651530086994,0.00028727675089612603,-0.0004833107814192772,-0.003818511962890625 +551,-0.0007152644002729005,0.012571065661260513,-1.9884442851910564,-0.0007152078323997557,-0.01257073413580656,-0.9999207258224487,-0.0002442141994833946,-0.0005838172510266304,0.0005461974069476128,-0.0001087668351829052,-0.00027716532349586487,-0.0037413835525512695 +552,-0.0007204439465554643,0.012525198237426788,-1.988477569730072,-0.0007203873828984797,-0.012524871155619621,-0.9999213218688965,0.0008480632677674294,7.063057273626328e-05,-0.0008820309303700924,0.0004304703325033188,-0.0007807938382029533,-0.0024590492248535156 +553,-0.0007727050516246468,0.012550190096494274,-1.9884910596368246,-0.0007726441253907979,-0.012549860402941704,-0.9999209642410278,-0.000668838620185852,-0.00022069178521633148,0.0005184982437640429,0.0007726438343524933,-0.0003895927220582962,-0.002413630485534668 +554,-0.0007935028408400186,0.012591926946148458,-1.9885306521731478,-0.0007934398599900305,-0.012591593898832798,-0.9999204277992249,0.0015049469657242298,0.0007183067500591278,-0.0023528635501861572,-7.631117478013039e-05,-0.0002868231385946274,-0.0025667548179626465 +555,-0.0008372898187275704,0.01255655876678261,-1.9885487231445622,-0.0008372237207368016,-0.012556228786706924,-0.9999208450317383,0.0005294689908623695,0.00041237566620111465,-0.001187350950203836,0.0005167890340089798,-0.0006426237523555756,-0.0027494430541992188 +556,-0.0008000016259528152,0.012570909901827946,-1.9885199562971723,-0.0007999383378773928,-0.0125705786049366,-0.999920666217804,0.000571907963603735,0.00010403059422969818,0.001204988220706582,-0.0002834354527294636,-0.0007656030356884003,-0.003558337688446045 +557,-0.0007917955333256634,0.012622198223739297,-1.988447468930899,-0.0007917323964647949,-0.012621862813830376,-0.9999200105667114,0.0016836016438901424,-4.4286251068115234e-05,-0.0010773668764159083,0.00042552134254947305,0.0004453500732779503,-0.003574192523956299 +558,-0.0008023161974758761,0.0125678885319717,-1.9884368026542234,-0.0008022527326829731,-0.012567557394504547,-0.9999207258224487,-0.00030152034014463425,-1.562759280204773e-05,-6.366078741848469e-05,0.0001308661885559559,-0.0004787072539329529,-0.0022612810134887695 +559,-0.0008210584244637488,0.012566274426215296,-1.9884502271746216,-0.0008209935040213168,-0.012565943412482738,-0.9999207258224487,-0.00011362973600625992,-0.0009092898108065128,0.00024438323453068733,-0.00021660421043634415,-0.0002361806109547615,-0.0034056901931762695 +560,-0.0008137154718732426,0.01255933198184607,-1.988401425895267,-0.000813651189673692,-0.01255900226533413,-0.9999207854270935,4.3822452425956726e-05,-0.000440224539488554,-0.002293827710673213,-0.00028498138999566436,-0.00045674387365579605,-0.0034971237182617188 +561,-0.0007850990949384299,0.012581645198185411,-1.9884379279042195,-0.0007850368856452405,-0.012581313028931618,-0.9999205470085144,0.0021797390654683113,0.0006052078679203987,-0.0009627772960811853,0.0008308133110404015,-0.00012925826013088226,-0.003955185413360596 +562,-0.0007173770856405997,0.01260807235159599,-1.9884526484522018,-0.0007173200137913227,-0.012607738375663757,-0.9999202489852905,-0.0006650108844041824,-0.000564641784876585,-0.0012118640588596463,-3.036059206351638e-05,-0.00048430170863866806,-0.0035129189491271973 +563,-0.0007481302593650993,0.0125553334062878,-1.9884303801712004,-0.0007480712374672294,-0.01255500316619873,-0.9999209046363831,-0.0004260800778865814,-0.0005931258201599121,0.0016770330257713795,0.0006260010413825512,-7.927417755126953e-05,-0.0026883482933044434 +564,-0.0007323165743923465,0.012556841079335917,-1.988421756002092,-0.0007322587771341205,-0.012556510977447033,-0.9999209046363831,-0.0019207438454031944,0.0010177064687013626,0.0016225504223257303,0.00013716565445065498,-0.00015406031161546707,-0.0024899840354919434 +565,-0.0007042131097569659,0.012563090700286238,-1.9884608110177244,-0.0007041574572212994,-0.012562760151922703,-0.9999208450317383,-0.0008739382028579712,0.0002829921431839466,0.002343197586014867,-0.00039447564631700516,-0.0007734214887022972,-0.0026426315307617188 +566,-0.0007031871909320257,0.012609495312614119,-1.9884464641004824,-0.000703131256159395,-0.01260916143655777,-0.9999202489852905,-0.0008967239409685135,-0.0005670837126672268,0.0029147593304514885,0.0002606264315545559,-0.00013192743062973022,-0.0038181543350219727 +567,-0.0007110699661185563,0.012608565235300613,-1.988402068754912,-0.0007110133883543313,-0.012608231045305729,-0.9999202489852905,-0.00039170123636722565,0.0011392752639949322,-0.0006935051642358303,-0.000112961046397686,-0.0005143266171216965,-0.0031925439834594727 +568,-0.0006618865064289584,0.012602532497673657,-1.9884112130941827,-0.0006618339102715254,-0.012602198868989944,-0.9999203681945801,0.001118748914450407,-0.001208233181387186,-0.00026694335974752903,6.674136966466904e-05,-0.0005203597247600555,-0.003558635711669922 +569,-0.000621968973479001,0.012608995132827998,-1.9883633935976341,-0.0006219195201992989,-0.012608661316335201,-0.9999203085899353,-0.0010224515572190285,0.0015862639993429184,-0.001435567857697606,0.00024044979363679886,-0.00048337969928979874,-0.0036044716835021973 +570,-0.0005942318707430242,0.01263481641547754,-1.9884083628817644,-0.0005941843846812844,-0.012634480372071266,-0.9999200105667114,-0.0020231613889336586,0.00029630353674292564,-0.0001561618410050869,-0.0003671189770102501,-0.0002744551748037338,-0.0036505460739135742 +571,-0.0006270237571605172,0.01263648731900459,-1.9884217582993116,-0.0006269736331887543,-0.012636151164770126,-0.9999199509620667,-0.0008221343159675598,-0.000673399306833744,-0.0012354098726063967,-0.000319071055855602,4.765111953020096e-05,-0.0032385587692260742 +572,-0.0005921593363123963,0.012632579662968463,-1.9884374253315917,-0.0005921120755374432,-0.01263224333524704,-0.9999200105667114,0.0011459947563707829,0.0004968512803316116,-0.000260181725025177,-0.0004454855225048959,-0.0007039373740553856,-0.003604710102081299 +573,-0.0005972525262551499,0.012634805852516633,-1.988454784010973,-0.0005972048384137452,-0.012634470127522945,-0.9999200105667114,-0.0025472883135080338,3.7153251469135284e-05,-6.578071042895317e-05,6.31473958492279e-05,-0.0004423120990395546,-0.0028418302536010742 +574,-0.0006372050942038959,0.012608564943192539,-1.988489896000781,-0.0006371543859131634,-0.012608231045305729,-0.9999203085899353,0.00021659210324287415,-0.0005169324576854706,0.001119307242333889,-0.00011052610352635384,-0.001185714267194271,-0.0022464394569396973 +575,-0.000589220433594688,0.012653964766377864,-1.9884086198007374,-0.0005891732289455831,-0.012653627432882786,-0.9999197721481323,0.00010537728667259216,-0.0005937032401561737,0.0003588900435715914,-0.000860411673784256,-0.0009419536218047142,-0.004032254219055176 +576,-0.000585785597326091,0.012758029530838018,-1.9883969851619008,-0.0005857378710061312,-0.012757683172821999,-0.9999184608459473,-0.0008432250469923019,0.0022893124260008335,-0.0002246284857392311,0.0006772908382117748,-0.0001512523740530014,-0.0034537315368652344 +577,-0.0005380099739773078,0.012717643551931355,-1.98838855896475,-0.0005379664362408221,-0.012717301025986671,-0.9999189972877502,0.00040540657937526703,0.0009084632620215416,0.001068932469934225,1.9167549908161163e-05,0.00041871704161167145,-0.002568185329437256 +578,-0.000555141347086067,0.012737215109840315,-1.9883709543569477,-0.0005550963105633855,-0.012736870907247066,-0.9999186992645264,0.00033233873546123505,0.0006859945133328438,-0.0011789187556132674,0.0003719907836057246,0.0001941472291946411,-0.0020648837089538574 +579,-0.0005760355840698408,0.012746907808548459,-1.9883843428286467,-0.0005759887280873954,-0.012746562249958515,-0.9999185800552368,-0.0016536880284547806,0.0009998418390750885,0.0018472038209438324,0.0002097781398333609,0.0001733219251036644,-0.003560364246368408 +580,-0.0005629928324991694,0.01275837573134768,-1.9883510820100143,-0.0005629470106214285,-0.012758029624819756,-0.9999184608459473,-9.523052722215652e-05,0.0007400480099022388,0.0009036732371896505,0.0006850175559520721,-0.00027297623455524445,-0.0032095909118652344 +581,-0.0005802760526899988,0.012747247757123525,-1.9883626051586125,-0.000580228865146637,-0.01274690218269825,-0.9999185800552368,-0.003080323338508606,-0.0003924206830561161,-0.0006283766124397516,0.000503934919834137,0.00015840120613574982,-0.0024923086166381836 +582,-0.0005475772479743982,0.012814225420740514,-1.988373884276263,-0.0005475322832353413,-0.012813874520361423,-0.99991774559021,0.002215116750448942,0.00015202024951577187,0.000466454541310668,2.873362973332405e-05,0.0002864087000489235,-0.002569437026977539 +583,-0.00053978490677928,0.012801689237136713,-1.9883215417097304,-0.0005397406639531255,-0.012801339849829674,-0.9999179244041443,0.0015696799382567406,0.0011787237599492073,0.0027713298331946135,-4.009343683719635e-05,-0.0006874296814203262,-0.002813398838043213 +584,-0.0005046535926934721,0.012787058623677815,-1.98830110397585,-0.0005046123405918479,-0.01278670970350504,-0.9999181032180786,-0.0006463956087827682,0.00012912554666399956,0.000378382857888937,0.00030624825740233064,-0.0005342122167348862,-0.0024316906929016113 +585,-0.000487442067721516,0.01275430990540524,-1.9882827013672386,-0.000487402401631698,-0.012753964401781559,-0.999918520450592,-0.0013964315876364708,-0.0017929421737790108,0.00026211515069007874,-0.00041286644409410655,-2.3832544684410095e-06,-0.0030568838119506836 +586,-0.00047015745042813535,0.012689361372577078,-1.9882859542600577,-0.00047011958668008447,-0.012689020484685898,-0.9999193549156189,0.0007338090799748898,-0.00032200897112488747,-8.158083073794842e-05,-0.000460666575236246,0.00034466106444597244,-0.003651142120361328 +587,-0.00042082808610768586,0.012702368249100131,-1.988276654771548,-0.0004207941237837076,-0.012702026404440403,-0.9999192357063293,-0.0010587554425001144,-0.00045928312465548515,0.0006824580486863852,-0.00015903962776064873,-0.0007409658282995224,-0.0026137232780456543 +588,-0.0004906542025280571,0.012694314801025388,-1.9882912641780663,-0.0004906146787106991,-0.012693974189460278,-0.9999192953109741,0.0009697913192212582,-0.0012917243875563145,0.0017945757135748863,-0.00016551319276914,2.9180198907852173e-05,-0.0027509331703186035 +589,-0.0004928641345841676,0.012675296519484461,-1.988295725034129,-0.0004928245325572789,-0.012674957513809204,-0.9999195337295532,0.0022344528697431087,1.9791536033153534e-05,0.0016150358133018017,-0.0004532206221483648,0.0002695629373192787,-0.003773033618927002 +590,-0.000490698294171659,0.012678986726190557,-1.9882821347191677,-0.0004906588583253324,-0.01267864741384983,-0.9999194741249084,0.0010026609525084496,0.00026427116245031357,-0.00126651453319937,-0.0007758205174468458,-0.00044391024857759476,-0.0034526586532592773 +591,-0.0004721467608638039,0.012753915589609095,-1.9882555107368856,-0.00047210833872668445,-0.012753569521009922,-0.9999185800552368,-0.0006266841664910316,0.0027032732032239437,0.00013550347648561,0.0002432265318930149,0.00027188006788492203,-0.0030416250228881836 +592,-0.0004589437984422234,0.01279314131557383,-1.9882364678283502,-0.00045890623005107045,-0.012792792171239853,-0.9999180436134338,0.0017379228956997395,-0.0011718478053808212,-0.0012978619197383523,4.691912909038365e-05,-0.00019243638962507248,-0.0035303831100463867 +593,-0.0004515732993218401,0.012800196452781343,-1.9882354472405694,-0.00045153629616834223,-0.012799846939742565,-0.9999179840087891,0.0009412653744220734,0.00044688163325190544,-0.0007752953097224236,-0.0008149431087076664,-0.00015486497431993484,-0.0028743743896484375 +594,-0.000472962544410554,0.012801090884669299,-1.9882483878274722,-0.0004729237698484212,-0.012800741009414196,-0.9999179840087891,-0.001570170745253563,0.0010679634287953377,0.001450002659112215,-0.0005799327045679092,4.4393353164196014e-05,-0.0031795501708984375 +595,-0.0005222542690894384,0.012774452216158104,-1.9882476568967236,-0.0005222116596996784,-0.012774105183780193,-0.9999182820320129,-0.0035984227433800697,-0.00020566163584589958,0.0006209707353264093,0.0007053171284496784,-0.0008214758709073067,-0.0029656291007995605 +596,-0.0005233118250230925,0.01275960566377862,-1.9882707044923775,-0.0005232691764831543,-0.012759259901940823,-0.9999184608459473,-0.004124188795685768,-0.00036235759034752846,0.0002780139911919832,-0.0010483860969543457,-0.000485369935631752,-0.004125118255615234 +597,-0.0005242625116325762,0.0127227814357188,-1.9882708470754638,-0.0005242200568318367,-0.01272243820130825,-0.9999189376831055,0.0009421221911907196,-0.00024206051602959633,-0.0011057788506150246,-0.0003913072869181633,-0.00011020340025424957,-0.0023088455200195312 +598,-0.0005441362535979309,0.012744169381274225,-1.9883342980093213,-0.0005440920358523726,-0.012743824161589146,-0.9999186396598816,-0.0013619577512145042,3.3128540962934494e-05,-0.0008462441619485617,-0.0004324703477323055,-0.0005618389695882797,-0.003163635730743408 +599,-0.0005453228620286791,0.012738428012049715,-1.9883801814180464,-0.0005452785990200937,-0.012738083489239216,-0.9999186992645264,-0.0014641201123595238,-0.0018225209787487984,0.0003323615528643131,-0.0009500826126895845,-6.403960287570953e-05,-0.0029804110527038574 \ No newline at end of file diff --git a/BoostRunClub/CoreML/RunningMotionClassifier.mlmodel b/BoostRunClub/CoreML/RunningMotionClassifier.mlmodel new file mode 100644 index 0000000..b475abe Binary files /dev/null and b/BoostRunClub/CoreML/RunningMotionClassifier.mlmodel differ diff --git a/BoostRunClub/Extensions/CaseIterable+.swift b/BoostRunClub/Extensions/CaseIterable+.swift new file mode 100644 index 0000000..d08f71b --- /dev/null +++ b/BoostRunClub/Extensions/CaseIterable+.swift @@ -0,0 +1,27 @@ +// +// CaseIterable+.swift +// BoostRunClub +// +// Created by 김신우 on 2020/11/27. +// + +import Foundation + +extension CaseIterable where Self: Equatable, AllCases: BidirectionalCollection { + func next() -> Self? { + let all = Self.allCases + let idx = all.firstIndex(of: self)! + let next = all.index(after: idx) + return next == all.endIndex ? nil : all[next] + } + + func circularNext() -> Self { + return next() ?? Self.allCases.first! + } + + func prev() -> Self? { + let all = Self.allCases + let idx = all.firstIndex(of: self)! + return idx == all.startIndex ? nil : all[all.index(before: idx)] + } +} diff --git a/BoostRunClub/Extensions/Data+SaveAndLoadData.swift b/BoostRunClub/Extensions/Data+SaveAndLoadData.swift new file mode 100644 index 0000000..70e18e2 --- /dev/null +++ b/BoostRunClub/Extensions/Data+SaveAndLoadData.swift @@ -0,0 +1,30 @@ +// +// Data+SaveAndLoadData.swift +// BoostRunClub +// +// Created by Imho Jang on 2020/12/10. +// + +import Foundation + +extension Data { + static func loadImageDataFromDocumentsDirectory(fileName: String) -> Data? { + let fileURL = URL.documents.appendingPathComponent(fileName) + do { + let imageData = try Data(contentsOf: fileURL) + return imageData + } catch { + print(error) + } + return nil + } + + static func saveImageDataToDocumentsDirectory(fileName: String, imageData: Data) { + let url = URL.documents.appendingPathComponent(fileName) + do { + try imageData.write(to: url) + } catch { + print(error) + } + } +} diff --git a/BoostRunClub/Extensions/Date/Date+DateRange.swift b/BoostRunClub/Extensions/Date/Date+DateRange.swift new file mode 100644 index 0000000..b71c778 --- /dev/null +++ b/BoostRunClub/Extensions/Date/Date+DateRange.swift @@ -0,0 +1,74 @@ +// +// Date+.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/08. +// + +import Foundation + +extension Date { + func rangeOf(type: ActivityFilterType) -> DateRange? { + switch type { + case .week: + return rangeOfWeek + case .month: + return rangeOfMonth + case .year: + return rangeOfYear + case .all: + return nil + } + } + + var rangeOfWeek: DateRange? { + var calendar = Calendar.current + calendar.firstWeekday = 2 + let components = calendar.dateComponents([.yearForWeekOfYear, .weekOfYear], from: self) + guard let startOfWeek = calendar.date(from: components), + let endOfWeek = calendar.date(byAdding: .day, value: 7, to: startOfWeek) + else { return nil } + return DateRange(start: startOfWeek, end: endOfWeek) + } + + var rangeOfMonth: DateRange? { + let calendar = Calendar.current + let startComponents = calendar.dateComponents([.year, .month], from: self) + var endComponents = DateComponents() + endComponents.month = 1 + endComponents.second = -1 + guard let startOfMonth = calendar.date(from: startComponents), + let endOfMonth = calendar.date(byAdding: endComponents, to: startOfMonth) + else { return nil } + + return DateRange(start: startOfMonth, end: endOfMonth) + } + + var rangeOfYear: DateRange? { + let calendar = Calendar.current + let startComponents = calendar.dateComponents([.year], from: self) + var endComponents = DateComponents() + endComponents.year = 1 + endComponents.second = -1 + + guard let startOfMonth = calendar.date(from: startComponents), + let endOfMonth = calendar.date(byAdding: endComponents, to: startOfMonth) + else { return nil } + + return DateRange(start: startOfMonth, end: endOfMonth) + } + + static func numberOfWeeks(range: DateRange) -> Int? { + let calendar = Calendar.current + let components = calendar.dateComponents([.weekOfMonth], from: range.start, to: range.end) + return components.weekOfMonth == 0 ? 1 : components.weekOfMonth + } + + static func isSameWeek(date: Date, dateOfWeek: Date) -> Bool { + dateOfWeek.rangeOfWeek?.contains(date: date) ?? false + } + + static func isSameYear(date: Date, dateOfYear: Date) -> Bool { + dateOfYear.rangeOfYear?.contains(date: date) ?? false + } +} diff --git a/BoostRunClub/Extensions/Date/Date+String.swift b/BoostRunClub/Extensions/Date/Date+String.swift new file mode 100644 index 0000000..d193a08 --- /dev/null +++ b/BoostRunClub/Extensions/Date/Date+String.swift @@ -0,0 +1,93 @@ +// +// Date+String.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/08. +// + +import Foundation + +extension Date { + typealias YearMonthDay = (year: Int, month: Int, day: Int) + typealias HourMinSec = (hour: Int, min: Int, sec: Int) + + var toMDString: String { + DateFormatter.MDFormatter.string(from: self) + } + + var toYMDHMString: String { + DateFormatter.YMDHMFormatter.string(from: self) + } + + var toYMDString: String { + DateFormatter.YMDFormatter.string(from: self) + } + + var toYMString: String { + DateFormatter.YMFormatter.string(from: self) + } + + var toYString: String { + DateFormatter.YFormatter.string(from: self) + } + + var toHMString: String { + DateFormatter.HMFormatter.string(from: self) + } + + var toDayOfWeekString: String { + DateFormatter.KRDayOfWeekFormatter.string(from: self) + } + + var toMDEString: String { + DateFormatter.MDEFormatter.string(from: self) + } + + var toPHM: String { + period + " " + toHMString + } + + var yearMonthDay: YearMonthDay? { + let str = DateFormatter.YMDFormatter.string(from: self) + let components = str.components(separatedBy: ".") + guard + components.count >= 3, + let year = Int(components[0]), + let day = Int(components[1]), + let month = Int(components[2]) + else { return nil } + + return (year, day, month) + } + + var hourMinSec: HourMinSec? { + let str = DateFormatter.HMSFormatter.string(from: self) + let components = str.components(separatedBy: ":") + guard + components.count >= 3, + let hour = Int(components[0]), + let min = Int(components[1]), + let sec = Int(components[2]) + else { return nil } + + return (hour, min, sec) + } + + var period: String { + guard let hourMinSec = self.hourMinSec else { return "알수없는 시간대" } + switch hourMinSec.hour { + case 22 ... 24, 0 ..< 3: + return "야간" + case 3 ..< 6: + return "새벽" + case 6 ..< 12: + return "오전" + case 12 ..< 18: + return "오후" + case 18 ..< 22: + return "저녁" + default: + return "" + } + } +} diff --git a/BoostRunClub/Extensions/Date/DateFormatter+Common.swift b/BoostRunClub/Extensions/Date/DateFormatter+Common.swift new file mode 100644 index 0000000..9d7eb25 --- /dev/null +++ b/BoostRunClub/Extensions/Date/DateFormatter+Common.swift @@ -0,0 +1,66 @@ +// +// DateFormatter.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/08. +// + +import Foundation + +extension DateFormatter { + static var YMDHMFormatter: DateFormatter = { + let fmt = DateFormatter() + fmt.dateFormat = "yyyy.MM.dd HH:mm" + return fmt + }() + + static var MDFormatter: DateFormatter = { + let fmt = DateFormatter() + fmt.dateFormat = "MM.dd." + return fmt + }() + + static var YMFormatter: DateFormatter = { + let fmt = DateFormatter() + fmt.dateFormat = "yyyy년 MM월" + return fmt + }() + + static var YFormatter: DateFormatter = { + let fmt = DateFormatter() + fmt.dateFormat = "yyyy년" + return fmt + }() + + static var YMDFormatter: DateFormatter = { + let fmt = DateFormatter() + fmt.dateFormat = "yyyy.MM.dd" + return fmt + }() + + static var HMSFormatter: DateFormatter = { + let fmt = DateFormatter() + fmt.dateFormat = "HH:mm:ss" + return fmt + }() + + static var HMFormatter: DateFormatter = { + let fmt = DateFormatter() + fmt.dateFormat = "h:mm" + return fmt + }() + + static var MDEFormatter: DateFormatter = { + let fmt = DateFormatter() + fmt.locale = Locale(identifier: "ko") + fmt.dateFormat = "M월 d일 EEEE" + return fmt + }() + + static var KRDayOfWeekFormatter: DateFormatter = { + let fmt = DateFormatter() + fmt.locale = Locale(identifier: "ko") + fmt.dateFormat = "EEEE" + return fmt + }() +} diff --git a/BoostRunClub/Extensions/Date/TimerInterval+String.swift b/BoostRunClub/Extensions/Date/TimerInterval+String.swift new file mode 100644 index 0000000..da85947 --- /dev/null +++ b/BoostRunClub/Extensions/Date/TimerInterval+String.swift @@ -0,0 +1,29 @@ +// +// TimerInterval+String.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/01. +// + +import Foundation + +extension TimeInterval { + var simpleFormattedString: String { + let interval = Int(self) + let times = (interval / 60) / 60 + let seconds = interval % 60 + let minutes = (interval / 60) % 60 + if times > 0 { + return String(format: "%02d:%02d", times, minutes) + } + return String(format: "%02d:%02d", minutes, seconds) + } + + var fullFormattedString: String { + let interval = Int(self) + let times = (interval / 60) / 60 + let seconds = interval % 60 + let minutes = (interval / 60) % 60 + return String(format: "%02d:%02d:%02d", times, minutes, seconds) + } +} diff --git a/BoostRunClub/Extensions/MapKit/CLLocationCoordinate+computeSplitCoordinate.swift b/BoostRunClub/Extensions/MapKit/CLLocationCoordinate+computeSplitCoordinate.swift new file mode 100644 index 0000000..ff3dbf5 --- /dev/null +++ b/BoostRunClub/Extensions/MapKit/CLLocationCoordinate+computeSplitCoordinate.swift @@ -0,0 +1,38 @@ +// +// CLLocationCoordinate+computeSplitCoordinate.swift +// BoostRunClub +// +// Created by Imho Jang on 2020/12/15. +// + +import CoreLocation +import Foundation + +extension CLLocationCoordinate2D { + static func computeSplitCoordinate(from points: [CLLocationCoordinate2D], distance: Double) -> [CLLocationCoordinate2D] { + guard let first = points.first else { return [CLLocationCoordinate2D]() } + var previousPoint = first + let initialValue: Double = 0.0 + var splitCoordinates = [CLLocationCoordinate2D]() + + points.reduce(initialValue) { (acculmatedDistance, currentPoint) -> Double in + let addedDistance = acculmatedDistance + CLLocation( + latitude: previousPoint.latitude, + longitude: previousPoint.longitude + ).distance(from: CLLocation( + latitude: currentPoint.latitude, + longitude: currentPoint.longitude + )) + + if addedDistance >= distance { + splitCoordinates.append(currentPoint) + return 0 + } else { + previousPoint = currentPoint + return addedDistance + } + } + + return splitCoordinates + } +} diff --git a/BoostRunClub/Extensions/MapKit/MKCoordinateRegion+Make.swift b/BoostRunClub/Extensions/MapKit/MKCoordinateRegion+Make.swift new file mode 100644 index 0000000..589a73e --- /dev/null +++ b/BoostRunClub/Extensions/MapKit/MKCoordinateRegion+Make.swift @@ -0,0 +1,82 @@ +// +// MKCoordinateRegion+Make.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/10. +// + +import Foundation +import MapKit + +extension MKCoordinateRegion { + static func make(from locations: [CLLocation], offsetRatio: Double = 0.3) -> MKCoordinateRegion { + var minLat: CLLocationDegrees = 90.0 + var maxLat: CLLocationDegrees = -90.0 + var minLong: CLLocationDegrees = 180.0 + var maxLong: CLLocationDegrees = -180.0 + + locations.forEach { + let lat = $0.coordinate.latitude + let long = $0.coordinate.longitude + minLat = min(lat, minLat) + maxLat = max(lat, maxLat) + minLong = min(long, minLong) + maxLong = max(long, maxLong) + } + return calculateRegion( + minLat: minLat, + maxLat: maxLat, + minLong: minLong, + maxLong: maxLong, + offsetRatio: offsetRatio + ) + } + + static func make(from locations: [CLLocationCoordinate2D], offsetRatio: Double = 0.3) -> MKCoordinateRegion { + var minLat: CLLocationDegrees = 90.0 + var maxLat: CLLocationDegrees = -90.0 + var minLong: CLLocationDegrees = 180.0 + var maxLong: CLLocationDegrees = -180.0 + + locations.forEach { + let lat = $0.latitude + let long = $0.longitude + minLat = min(lat, minLat) + maxLat = max(lat, maxLat) + minLong = min(long, minLong) + maxLong = max(long, maxLong) + } + + return calculateRegion( + minLat: minLat, + maxLat: maxLat, + minLong: minLong, + maxLong: maxLong, + offsetRatio: offsetRatio + ) + } + + private static func calculateRegion( + minLat: CLLocationDegrees, + maxLat: CLLocationDegrees, + minLong: CLLocationDegrees, + maxLong: CLLocationDegrees, + offsetRatio: Double + ) -> MKCoordinateRegion { + let southWest = CLLocation(latitude: minLat, longitude: minLong) + let southEast = CLLocation(latitude: minLat, longitude: maxLong) + let northEast = CLLocation(latitude: maxLat, longitude: maxLong) + let northWest = CLLocation(latitude: maxLat, longitude: minLong) + + let latitudinalMeters = max(southWest.distance(from: northWest), southEast.distance(from: northEast)) + let longitudinalMeters = max(southWest.distance(from: southEast), northEast.distance(from: northWest)) + + let center = CLLocationCoordinate2D( + latitude: (minLat + maxLat) / 2, + longitude: (minLong + maxLong) / 2 + ) + var delta = max(latitudinalMeters, longitudinalMeters) + delta += delta * offsetRatio + return MKCoordinateRegion(center: center, latitudinalMeters: delta, longitudinalMeters: delta) + } +} diff --git a/BoostRunClub/Extensions/Math/Clamp.swift b/BoostRunClub/Extensions/Math/Clamp.swift new file mode 100644 index 0000000..4179c40 --- /dev/null +++ b/BoostRunClub/Extensions/Math/Clamp.swift @@ -0,0 +1,12 @@ +// +// Clamp.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/13. +// + +import Foundation + +func clamped(value: T, minValue: T, maxValue: T) -> T where T: Comparable { + return max(minValue, min(value, maxValue)) +} diff --git a/BoostRunClub/Extensions/Math/Double+Radian+Degree.swift b/BoostRunClub/Extensions/Math/Double+Radian+Degree.swift new file mode 100644 index 0000000..4b0d0da --- /dev/null +++ b/BoostRunClub/Extensions/Math/Double+Radian+Degree.swift @@ -0,0 +1,18 @@ +// +// Double+Radian+Degree.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/19. +// + +import Foundation + +extension Double { + static func degreesToRadians(_ degrees: Double) -> Double { + return degrees * Double.pi / 180.0 + } + + static func radiansToDegrees(_ radians: Double) -> Double { + return radians * 180.0 / Double.pi + } +} diff --git a/BoostRunClub/Extensions/Notification.name.swift b/BoostRunClub/Extensions/Notification.name.swift new file mode 100644 index 0000000..d053d86 --- /dev/null +++ b/BoostRunClub/Extensions/Notification.name.swift @@ -0,0 +1,15 @@ +// +// Notification.name.swift +// BoostRunClub +// +// Created by 조기현 on 2020/11/25. +// + +import Foundation + +extension Notification.Name { + static let showRunningScene = Notification.Name("showRunningScene") + static let showPausedRunningScene = Notification.Name("showPausedRunningScene") + static let showRunningInfoScene = Notification.Name("showRunningInfoScene") + static let showPrepareRunningScene = Notification.Name("showPrepareRunningScene") +} diff --git a/BoostRunClub/Extensions/String+Regex.swift b/BoostRunClub/Extensions/String+Regex.swift new file mode 100644 index 0000000..46df034 --- /dev/null +++ b/BoostRunClub/Extensions/String+Regex.swift @@ -0,0 +1,28 @@ +// +// String+Regex.swift +// BoostRunClub +// +// Created by 김신우 on 2020/11/26. +// + +import Foundation + +extension String { + enum RegexPattern { + case distance, time + var patternString: String { + switch self { + case .distance: + return "^([0-9]{0,2}(\\.[0-9]{0,2})?|\\.?\\[0-9]{1,2})$" + case .time: + return "" + } + } + } + + static func ~= (lhs: String, rhs: String) -> Bool { + guard let regex = try? NSRegularExpression(pattern: rhs) else { return false } + let range = NSRange(location: 0, length: lhs.utf16.count) + return regex.firstMatch(in: lhs, options: [], range: range) != nil + } +} diff --git a/BoostRunClub/Extensions/UIKit/UIButton+setArrowImage.swift b/BoostRunClub/Extensions/UIKit/UIButton+setArrowImage.swift new file mode 100644 index 0000000..00f1de6 --- /dev/null +++ b/BoostRunClub/Extensions/UIKit/UIButton+setArrowImage.swift @@ -0,0 +1,35 @@ +// +// UIButton+setArrowImage.swift +// BoostRunClub +// +// Created by 조기현 on 2020/12/15. +// + +import UIKit + +extension UIButton { + enum ArrowDirection: String { + case left, right + } + + func setArrowImage(dir: ArrowDirection, color: UIColor = .black) { + let arrow = UIImage(systemName: "arrow.\(dir.rawValue)") + setImage(arrow, for: .normal) + switch dir { + case .left: + semanticContentAttribute = .forceLeftToRight + contentEdgeInsets.left = 20 + contentEdgeInsets.right = 30 + titleEdgeInsets.left = 5 + titleEdgeInsets.right = -5 + + case .right: + semanticContentAttribute = .forceRightToLeft + contentEdgeInsets.left = 30 + contentEdgeInsets.right = 20 + titleEdgeInsets.left = -5 + titleEdgeInsets.right = 5 + } + tintColor = color + } +} diff --git a/BoostRunClub/Extensions/UIKit/UIButton+setSFSymbol.swift b/BoostRunClub/Extensions/UIKit/UIButton+setSFSymbol.swift new file mode 100644 index 0000000..8c4c093 --- /dev/null +++ b/BoostRunClub/Extensions/UIKit/UIButton+setSFSymbol.swift @@ -0,0 +1,25 @@ +// +// UIButton+setSFSymbol.swift +// BoostRunClub +// +// Created by Imho Jang on 2020/12/02. +// + +import UIKit + +extension UIButton { + func setSFSymbol(iconName: String, size: CGFloat, weight: UIImage.SymbolWeight = .regular, + scale: UIImage.SymbolScale = .default, tintColor: UIColor, backgroundColor: UIColor) + { + let buttonImage = UIImage.SFSymbol( + name: iconName, + size: size, + weight: weight, + scale: scale, + color: tintColor + ) + setImage(buttonImage, for: .normal) + self.tintColor = tintColor + self.backgroundColor = backgroundColor + } +} diff --git a/BoostRunClub/Extensions/UIKit/UIColor+Components.swift b/BoostRunClub/Extensions/UIKit/UIColor+Components.swift new file mode 100644 index 0000000..cd3ac2d --- /dev/null +++ b/BoostRunClub/Extensions/UIKit/UIColor+Components.swift @@ -0,0 +1,31 @@ +// +// UIColor+RGBA.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/15. +// + +import UIKit + +typealias ColorRGBA = (r: CGFloat, g: CGFloat, b: CGFloat, a: CGFloat) +typealias ColorHSBA = (hue: CGFloat, saturation: CGFloat, brightness: CGFloat, alpha: CGFloat) + +extension UIColor { + var rgba: ColorRGBA { + var red: CGFloat = 0 + var green: CGFloat = 0 + var blue: CGFloat = 0 + var alpha: CGFloat = 0 + getRed(&red, green: &green, blue: &blue, alpha: &alpha) + return (red, green, blue, alpha) + } + + var hsba: ColorHSBA { + var hue: CGFloat = 0 + var saturation: CGFloat = 0 + var brightness: CGFloat = 0 + var alpha: CGFloat = 0 + getHue(&hue, saturation: &saturation, brightness: &brightness, alpha: &alpha) + return (hue, saturation, brightness, alpha) + } +} diff --git a/BoostRunClub/Extensions/UIKit/UIImage+CustomAnnotation.swift b/BoostRunClub/Extensions/UIKit/UIImage+CustomAnnotation.swift new file mode 100644 index 0000000..0eadb75 --- /dev/null +++ b/BoostRunClub/Extensions/UIKit/UIImage+CustomAnnotation.swift @@ -0,0 +1,42 @@ +// +// UIImage+CustomAnnotation.swift +// BoostRunClub +// +// Created by Imho Jang on 2020/12/13. +// + +import Foundation +import UIKit + +extension UIImage { + static func customSplitAnnotation(type: CustomAnnotationType, title: String = " ", color: UIColor = .white) -> UIImage { + let label = UILabel() + label.textColor = .black + label.text = title + label.textAlignment = .center + + switch type { + case .split: + label.frame.size = CGSize(width: label.intrinsicContentSize.width + CGFloat(23), height: label.intrinsicContentSize.height) + label.backgroundColor = color + label.layer.cornerRadius = label.bounds.height * 6 / 10 + case .point: + label.frame.size = CGSize(width: CGFloat(10), height: CGFloat(10)) + label.layer.cornerRadius = label.bounds.height / 2 + label.layer.borderWidth = 5 + label.layer.borderColor = UIColor.white.cgColor + label.backgroundColor = color + } + + label.layer.masksToBounds = true + UIGraphicsBeginImageContextWithOptions(label.bounds.size, false, 0.0) + label.layer.render(in: UIGraphicsGetCurrentContext()!) + + guard let image = UIGraphicsGetImageFromCurrentImageContext() else { return UIImage() } + return image + } + + enum CustomAnnotationType { + case point, split + } +} diff --git a/BoostRunClub/Extensions/UIKit/UIImage+SFSymbol.swift b/BoostRunClub/Extensions/UIKit/UIImage+SFSymbol.swift new file mode 100644 index 0000000..a0b4560 --- /dev/null +++ b/BoostRunClub/Extensions/UIKit/UIImage+SFSymbol.swift @@ -0,0 +1,41 @@ +// +// UIImage+SFSymbol.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/03. +// + +import UIKit + +extension UIImage { + static func SFSymbol( + name: String, + size: CGFloat, + weight: UIImage.SymbolWeight, + scale: UIImage.SymbolScale, + color: UIColor = .label, + renderingMode: UIImage.RenderingMode = .automatic + ) -> UIImage? { + let configuration = UIImage.SymbolConfiguration(pointSize: size, + weight: weight, + scale: scale) + return UIImage.SFSymbol(name: name, + configuration: configuration, + color: color, + renderingMode: renderingMode) + } + + static func SFSymbol( + name: String, + configuration: UIImage.SymbolConfiguration? = nil, + color: UIColor = .label, + renderingMode: UIImage.RenderingMode = .alwaysOriginal + ) -> UIImage? { + if let configuration = configuration { + return UIImage(systemName: name, withConfiguration: configuration)? + .withTintColor(color, renderingMode: renderingMode) + } else { + return UIImage(systemName: name)?.withTintColor(color, renderingMode: renderingMode) + } + } +} diff --git a/BoostRunClub/Extensions/UIKit/UILabel+Make.swift b/BoostRunClub/Extensions/UIKit/UILabel+Make.swift new file mode 100644 index 0000000..c695eea --- /dev/null +++ b/BoostRunClub/Extensions/UIKit/UILabel+Make.swift @@ -0,0 +1,26 @@ +// +// UILabel+Make.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/12. +// + +import UIKit + +extension UILabel { + static func makeBold(text: String = "Value", size: CGFloat = 20, color: UIColor = .label) -> UILabel { + let label = UILabel() + label.font = UIFont.boldSystemFont(ofSize: size) + label.textColor = color + label.text = text + return label + } + + static func makeNormal(text: String = "Value", size: CGFloat = 17, color: UIColor = .systemGray) -> UILabel { + let label = UILabel() + label.font = UIFont.systemFont(ofSize: size) + label.textColor = color + label.text = text + return label + } +} diff --git a/BoostRunClub/Extensions/UIKit/UINavigationController+setStatusBar.swift b/BoostRunClub/Extensions/UIKit/UINavigationController+setStatusBar.swift new file mode 100644 index 0000000..bc8dad6 --- /dev/null +++ b/BoostRunClub/Extensions/UIKit/UINavigationController+setStatusBar.swift @@ -0,0 +1,24 @@ +// +// UINavigationController+setStatusBar.swift +// BoostRunClub +// +// Created by 조기현 on 2020/12/13. +// + +import UIKit + +extension UINavigationController { + // 사용하는 뷰컨에서 viewDidDisappear 시 removeFromParent로 없애줄 것 + func setStatusBar(backgroundColor: UIColor) -> UIView { + let statusBarFrame: CGRect + if #available(iOS 13.0, *) { + statusBarFrame = view.window?.windowScene?.statusBarManager?.statusBarFrame ?? CGRect.zero + } else { + statusBarFrame = UIApplication.shared.statusBarFrame + } + let statusBarView = UIView(frame: statusBarFrame) + statusBarView.backgroundColor = backgroundColor + view.addSubview(statusBarView) + return statusBarView + } +} diff --git a/BoostRunClub/Extensions/UIKit/UIStackView+Make.swift b/BoostRunClub/Extensions/UIKit/UIStackView+Make.swift new file mode 100644 index 0000000..e2ff176 --- /dev/null +++ b/BoostRunClub/Extensions/UIKit/UIStackView+Make.swift @@ -0,0 +1,25 @@ +// +// UIStackView+Make.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/07. +// + +import UIKit + +extension UIStackView { + static func make( + with subviews: [UIView], + axis: NSLayoutConstraint.Axis = .horizontal, + alignment: Alignment = .fill, + distribution: Distribution = .fill, + spacing: CGFloat = 0 + ) -> UIStackView { + let view = UIStackView(arrangedSubviews: subviews) + view.axis = axis + view.alignment = alignment + view.distribution = distribution + view.spacing = spacing + return view + } +} diff --git a/BoostRunClub/Extensions/UIKit/UIView+identifier.swift b/BoostRunClub/Extensions/UIKit/UIView+identifier.swift new file mode 100644 index 0000000..52b4021 --- /dev/null +++ b/BoostRunClub/Extensions/UIKit/UIView+identifier.swift @@ -0,0 +1,14 @@ +// +// UIView+identifier.swift +// BoostRunClub +// +// Created by 조기현 on 2020/12/09. +// + +import UIKit + +extension UIView { + static var identifier: String { + String(describing: self) + } +} diff --git a/BoostRunClub/Extensions/UIKit/UIView+notificationFeedback.swift b/BoostRunClub/Extensions/UIKit/UIView+notificationFeedback.swift new file mode 100644 index 0000000..7148098 --- /dev/null +++ b/BoostRunClub/Extensions/UIKit/UIView+notificationFeedback.swift @@ -0,0 +1,17 @@ +// +// UIView+otificationFeedback.swift +// BoostRunClub +// +// Created by 조기현 on 2020/12/03. +// + +import UIKit + +extension UIView { + func notificationFeedback() { + print("\(#function), \(Date())") + let notificationFeedbackGenerator = UINotificationFeedbackGenerator() + notificationFeedbackGenerator.prepare() + notificationFeedbackGenerator.notificationOccurred(.success) + } +} diff --git a/BoostRunClub/Extensions/URL+Documents.swift b/BoostRunClub/Extensions/URL+Documents.swift new file mode 100644 index 0000000..1c7e6fc --- /dev/null +++ b/BoostRunClub/Extensions/URL+Documents.swift @@ -0,0 +1,14 @@ +// +// URL+Documents.swift +// BoostRunClub +// +// Created by Imho Jang on 2020/12/10. +// + +import Foundation + +extension URL { + static var documents: URL { + return FileManager.default.urls(for: .documentDirectory, in: .userDomainMask)[0] + } +} diff --git a/BoostRunClub/Factory/DependencyFactory.swift b/BoostRunClub/Factory/DependencyFactory.swift new file mode 100644 index 0000000..581000c --- /dev/null +++ b/BoostRunClub/Factory/DependencyFactory.swift @@ -0,0 +1,43 @@ +// +// ServiceProvider.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/01. +// + +import Foundation + +class DependencyFactory { + static let shared = DependencyFactory() + + // Service For Storage + lazy var defaultsProvider = DefaultsProvider() + lazy var coreDataService = CoreDataService() + lazy var activityStorageService = ActivityStorageService(coreDataService: coreDataService) + + // Provider For RunningService + lazy var locationProvider = LocationProvider() + lazy var pedometerProvider = PedometerProvider() + lazy var motionDataModelProvider = MotionDataModelProvider() + lazy var runningSnapShotProvider = RunningSnapShotProvider() + + // Running Service + lazy var runningDataService = RunningService( + motionProvider: runningMotionService, + dashBoard: runningDashBoardService, + recoder: runningRecordService + ) + lazy var runningMotionService = RunningMotionService( + motionDataModelProvider: motionDataModelProvider, + locationProvider: locationProvider + ) + lazy var runningDashBoardService = RunningDashBoardService( + eventTimer: EventTimeProvider(), + locationProvider: locationProvider, + pedometerProvider: pedometerProvider + ) + lazy var runningRecordService = RunningRecordService( + activityWriter: activityStorageService, + mapSnapShotter: runningSnapShotProvider + ) +} diff --git a/BoostRunClub/Factory/Extensions/Factory+ActivityDetailScene.swift b/BoostRunClub/Factory/Extensions/Factory+ActivityDetailScene.swift new file mode 100644 index 0000000..3663af7 --- /dev/null +++ b/BoostRunClub/Factory/Extensions/Factory+ActivityDetailScene.swift @@ -0,0 +1,34 @@ +// +// Factory+ActivityDetailScene.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/12. +// + +import UIKit + +protocol ActivityDetailSceneFactory { + func makeActivityDetailVM(activity: Activity, detail: ActivityDetail?) -> ActivityDetailViewModelTypes? + func makeActivityDetailVC(with: ActivityDetailViewModelTypes) -> UIViewController + + func makeSplitInfoDetailVM(activity: Activity) -> SplitInfoDetailViewModelType? + func makeSplitInfoDetailVC(with viewModel: SplitInfoDetailViewModelType) -> UIViewController +} + +extension DependencyFactory: ActivityDetailSceneFactory { + func makeActivityDetailVM(activity: Activity, detail: ActivityDetail?) -> ActivityDetailViewModelTypes? { + ActivityDetailViewModel(activity: activity, detail: detail, activityService: activityStorageService) + } + + func makeActivityDetailVC(with viewModel: ActivityDetailViewModelTypes) -> UIViewController { + ActivityDetailViewController(with: viewModel) + } + + func makeSplitInfoDetailVM(activity: Activity) -> SplitInfoDetailViewModelType? { + SplitInfoDetailViewModel(activity: activity, activityReader: activityStorageService) + } + + func makeSplitInfoDetailVC(with viewModel: SplitInfoDetailViewModelType) -> UIViewController { + SplitInfoDetailViewController(with: viewModel) + } +} diff --git a/BoostRunClub/Factory/Extensions/Factory+ActivityListScene.swift b/BoostRunClub/Factory/Extensions/Factory+ActivityListScene.swift new file mode 100644 index 0000000..80d6ebd --- /dev/null +++ b/BoostRunClub/Factory/Extensions/Factory+ActivityListScene.swift @@ -0,0 +1,23 @@ +// +// Factory+AllActivitiesScene.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/09. +// + +import UIKit + +protocol ActivityListSceneFactory { + func makeActivityListVC(with viewModel: ActivityListViewModelTypes) -> UIViewController + func makeActivityListVM() -> ActivityListViewModelTypes +} + +extension DependencyFactory: ActivityListSceneFactory { + func makeActivityListVC(with viewModel: ActivityListViewModelTypes) -> UIViewController { + ActivityListViewController(with: viewModel) + } + + func makeActivityListVM() -> ActivityListViewModelTypes { + ActivityListViewModel(activityReader: activityStorageService) + } +} diff --git a/BoostRunClub/Factory/Extensions/Factory+ActivityScene.swift b/BoostRunClub/Factory/Extensions/Factory+ActivityScene.swift new file mode 100644 index 0000000..821533b --- /dev/null +++ b/BoostRunClub/Factory/Extensions/Factory+ActivityScene.swift @@ -0,0 +1,53 @@ +// +// Factory+ActivityScene.swift +// BoostRunClub +// +// Created by Imho Jang on 2020/12/06. +// + +import UIKit + +protocol ActivitySceneFactory { + func makeActivityVC(with viewModel: ActivityViewModelTypes) -> UIViewController + func makeActivityVM() -> ActivityViewModelTypes + + func makeActivityDateFilterVC( + with viewModel: ActivityDateFilterViewModelTypes, + tabHeight: CGFloat + ) -> UIViewController + + func makeActivityDateFilterVM( + filterType: ActivityFilterType, + dateRanges: [DateRange], + currentRange: DateRange + ) -> ActivityDateFilterViewModelTypes +} + +extension DependencyFactory: ActivitySceneFactory { + func makeActivityVC(with viewModel: ActivityViewModelTypes) -> UIViewController { + return ActivityViewController(with: viewModel) + } + + func makeActivityVM() -> ActivityViewModelTypes { + return ActivityViewModel(activityReader: activityStorageService) + } + + func makeActivityDateFilterVC( + with viewModel: ActivityDateFilterViewModelTypes, + tabHeight: CGFloat + ) -> UIViewController { + return ActivityDateFilterViewController(with: viewModel, tabHeight: tabHeight) + } + + func makeActivityDateFilterVM( + filterType: ActivityFilterType, + dateRanges: [DateRange], + currentRange: DateRange + ) -> ActivityDateFilterViewModelTypes { + return ActivityDateFilterViewModel( + filterType: filterType, + dateRanges: dateRanges, + currentRange: currentRange + ) + } +} diff --git a/BoostRunClub/Factory/Extensions/Factory+EditProfileScene.swift b/BoostRunClub/Factory/Extensions/Factory+EditProfileScene.swift new file mode 100644 index 0000000..3753a92 --- /dev/null +++ b/BoostRunClub/Factory/Extensions/Factory+EditProfileScene.swift @@ -0,0 +1,23 @@ +// +// Factory+EditProfileScene.swift +// BoostRunClub +// +// Created by Imho Jang on 2020/12/09. +// + +import UIKit + +protocol EditProfileSceneFactory { + func makeEditProfileVC(with viewModel: EditProfileViewModelTypes) -> UIViewController + func makeEditProfileVM() -> EditProfileViewModelTypes +} + +extension DependencyFactory: EditProfileSceneFactory { + func makeEditProfileVC(with viewModel: EditProfileViewModelTypes) -> UIViewController { + EditProfileViewController(with: viewModel) + } + + func makeEditProfileVM() -> EditProfileViewModelTypes { + EditProfileViewModel(defaults: defaultsProvider) + } +} diff --git a/BoostRunClub/Factory/Extensions/Factory+LoginScene.swift b/BoostRunClub/Factory/Extensions/Factory+LoginScene.swift new file mode 100644 index 0000000..475d46d --- /dev/null +++ b/BoostRunClub/Factory/Extensions/Factory+LoginScene.swift @@ -0,0 +1,15 @@ +// +// Factory+LoginScene.swift +// BoostRunClub +// +// Created by Imho Jang on 2020/12/06. +// + +import UIKit + +protocol LoginSceneFactory { + // func makeLoginVC(with viewModel: LoginViewModelTypes) -> UIViewController + // func makeLoginVM() -> LoginViewModelTypes +} + +extension DependencyFactory: LoginSceneFactory {} diff --git a/BoostRunClub/Factory/Extensions/Factory+PausedRunningScene.swift b/BoostRunClub/Factory/Extensions/Factory+PausedRunningScene.swift new file mode 100644 index 0000000..8d9afa2 --- /dev/null +++ b/BoostRunClub/Factory/Extensions/Factory+PausedRunningScene.swift @@ -0,0 +1,23 @@ +// +// Factory+PausedRunningScene.swift +// BoostRunClub +// +// Created by Imho Jang on 2020/12/06. +// + +import UIKit + +protocol PausedRunningSceneFactory { + func makePausedRunningVC(with viewModel: PausedRunningViewModelTypes) -> UIViewController + func makePausedRunningVM() -> PausedRunningViewModelTypes +} + +extension DependencyFactory: PausedRunningSceneFactory { + func makePausedRunningVC(with viewModel: PausedRunningViewModelTypes) -> UIViewController { + PausedRunningViewController(with: viewModel) + } + + func makePausedRunningVM() -> PausedRunningViewModelTypes { + PausedRunningViewModel(runningService: runningDataService) + } +} diff --git a/BoostRunClub/Factory/Extensions/Factory+PrepareRunScene.swift b/BoostRunClub/Factory/Extensions/Factory+PrepareRunScene.swift new file mode 100644 index 0000000..c52e8ac --- /dev/null +++ b/BoostRunClub/Factory/Extensions/Factory+PrepareRunScene.swift @@ -0,0 +1,45 @@ +// +// Factory+PrepareRunScene.swift +// BoostRunClub +// +// Created by Imho Jang on 2020/12/06. +// + +import UIKit + +protocol PrepareRunSceneFactory { + func makePrepareRunVC(with viewModel: PrepareRunViewModelTypes) -> UIViewController + func makePrepareRunVM() -> PrepareRunViewModelTypes + + func makeGoalValueSetupVC(with viewModel: GoalValueSetupViewModelTypes) -> UIViewController + func makeGoalValueSetupVM(goalType: GoalType, goalValue: String) -> GoalValueSetupViewModelTypes + + func makeGoalTypeVC(with viewModel: GoalTypeViewModelTypes) -> UIViewController + func makeGoalTypeVM(goalType: GoalType) -> GoalTypeViewModelTypes +} + +extension DependencyFactory: PrepareRunSceneFactory { + func makePrepareRunVC(with viewModel: PrepareRunViewModelTypes) -> UIViewController { + PrepareRunViewController(with: viewModel) + } + + func makePrepareRunVM() -> PrepareRunViewModelTypes { + PrepareRunViewModel(locationProvider: locationProvider) + } + + func makeGoalTypeVC(with viewModel: GoalTypeViewModelTypes) -> UIViewController { + GoalTypeViewController(with: viewModel) + } + + func makeGoalTypeVM(goalType: GoalType) -> GoalTypeViewModelTypes { + GoalTypeViewModel(goalType: goalType) + } + + func makeGoalValueSetupVC(with viewModel: GoalValueSetupViewModelTypes) -> UIViewController { + GoalValueSetupViewController(with: viewModel) + } + + func makeGoalValueSetupVM(goalType: GoalType, goalValue: String) -> GoalValueSetupViewModelTypes { + GoalValueSetupViewModel(goalType: goalType, goalValue: goalValue) + } +} diff --git a/BoostRunClub/Factory/Extensions/Factory+ProfileScene.swift b/BoostRunClub/Factory/Extensions/Factory+ProfileScene.swift new file mode 100644 index 0000000..13ff077 --- /dev/null +++ b/BoostRunClub/Factory/Extensions/Factory+ProfileScene.swift @@ -0,0 +1,23 @@ +// +// Factory+ProfileScene.swift +// BoostRunClub +// +// Created by Imho Jang on 2020/12/06. +// + +import UIKit + +protocol ProfileSceneFactory { + func makeProfileVC(with viewModel: ProfileViewModelTypes) -> UIViewController + func makeProfileVM() -> ProfileViewModelTypes +} + +extension DependencyFactory: ProfileSceneFactory { + func makeProfileVC(with viewModel: ProfileViewModelTypes) -> UIViewController { + ProfileViewController(with: viewModel) + } + + func makeProfileVM() -> ProfileViewModelTypes { + ProfileViewModel(defaults: defaultsProvider) + } +} diff --git a/BoostRunClub/Factory/Extensions/Factory+RouteDetailScene.swift b/BoostRunClub/Factory/Extensions/Factory+RouteDetailScene.swift new file mode 100644 index 0000000..334a859 --- /dev/null +++ b/BoostRunClub/Factory/Extensions/Factory+RouteDetailScene.swift @@ -0,0 +1,23 @@ +// +// Factory+RouteDetailScene.swift +// BoostRunClub +// +// Created by Imho Jang on 2020/12/13. +// + +import UIKit + +protocol RouteDetailSceneFactory { + func makeRouteDetailVC(with viewModel: RouteDetailViewModelTypes) -> UIViewController + func makeRouteDetailVM(activityDetailConfig: ActivityDetailConfig) -> RouteDetailViewModelTypes +} + +extension DependencyFactory: RouteDetailSceneFactory { + func makeRouteDetailVC(with viewModel: RouteDetailViewModelTypes) -> UIViewController { + RouteDetailViewController(with: viewModel) + } + + func makeRouteDetailVM(activityDetailConfig: ActivityDetailConfig) -> RouteDetailViewModelTypes { + RouteDetailViewModel(activityDetailConfig: activityDetailConfig) + } +} diff --git a/BoostRunClub/Factory/Extensions/Factory+RunningInfoScene.swift b/BoostRunClub/Factory/Extensions/Factory+RunningInfoScene.swift new file mode 100644 index 0000000..7f9b3d4 --- /dev/null +++ b/BoostRunClub/Factory/Extensions/Factory+RunningInfoScene.swift @@ -0,0 +1,23 @@ +// +// Factory+RunningInfoScene.swift +// BoostRunClub +// +// Created by Imho Jang on 2020/12/06. +// + +import UIKit + +protocol RunningInfoSceneFactory { + func makeRunningInfoVC(with viewModel: RunningInfoViewModelTypes) -> UIViewController + func makeRunningInfoVM(isResumed: Bool) -> RunningInfoViewModelTypes +} + +extension DependencyFactory: RunningInfoSceneFactory { + func makeRunningInfoVC(with viewModel: RunningInfoViewModelTypes) -> UIViewController { + RunningInfoViewController(with: viewModel) + } + + func makeRunningInfoVM(isResumed: Bool) -> RunningInfoViewModelTypes { + RunningInfoViewModel(runningService: runningDataService, resumed: isResumed) + } +} diff --git a/BoostRunClub/Factory/Extensions/Factory+RunningMapScene.swift b/BoostRunClub/Factory/Extensions/Factory+RunningMapScene.swift new file mode 100644 index 0000000..bd3343e --- /dev/null +++ b/BoostRunClub/Factory/Extensions/Factory+RunningMapScene.swift @@ -0,0 +1,23 @@ +// +// Factory+RunningMapScene.swift +// BoostRunClub +// +// Created by Imho Jang on 2020/12/06. +// + +import UIKit + +protocol RunningMapSceneFactory { + func makeRunningMapVC(with viewModel: RunningMapViewModelTypes) -> UIViewController + func makeRunningMapVM() -> RunningMapViewModelTypes +} + +extension DependencyFactory: RunningMapSceneFactory { + func makeRunningMapVC(with viewModel: RunningMapViewModelTypes) -> UIViewController { + RunningMapViewController(with: viewModel) + } + + func makeRunningMapVM() -> RunningMapViewModelTypes { + RunningMapViewModel(runningService: runningDataService) + } +} diff --git a/BoostRunClub/Factory/Extensions/Factory+RunningPageContainer.swift b/BoostRunClub/Factory/Extensions/Factory+RunningPageContainer.swift new file mode 100644 index 0000000..3736f0a --- /dev/null +++ b/BoostRunClub/Factory/Extensions/Factory+RunningPageContainer.swift @@ -0,0 +1,31 @@ +// +// Factory+RunningPageContainer.swift +// BoostRunClub +// +// Created by Imho Jang on 2020/12/06. +// + +import UIKit + +protocol RunningPageContainerFactory { + func makeRunningPageVC( + with viewModel: RunningPageViewModelTypes, + viewControllers: [UIViewController] + ) + -> UIViewController + func makeRunningPageVM(goalInfo: GoalInfo?) -> RunningPageViewModelTypes +} + +extension DependencyFactory: RunningPageContainerFactory { + func makeRunningPageVC( + with viewModel: RunningPageViewModelTypes, + viewControllers: [UIViewController] + ) -> UIViewController { + RunningPageViewController(with: viewModel, viewControllers: viewControllers) + } + + func makeRunningPageVM(goalInfo: GoalInfo? = nil) -> RunningPageViewModelTypes { + runningDataService.setGoal(goalInfo) + return RunningPageViewModel(runningService: runningDataService) + } +} diff --git a/BoostRunClub/Factory/Extensions/Factory+SplitScene.swift b/BoostRunClub/Factory/Extensions/Factory+SplitScene.swift new file mode 100644 index 0000000..3e423ef --- /dev/null +++ b/BoostRunClub/Factory/Extensions/Factory+SplitScene.swift @@ -0,0 +1,28 @@ +// +// Factory+SplitScene.swift +// BoostRunClub +// +// Created by Imho Jang on 2020/12/06. +// + +import UIKit + +protocol SplitSceneFactory { + func makeSplitVC(with viewModel: SplitsViewModelTypes) -> UIViewController + func makeSplitVM() -> SplitsViewModelTypes + func makeRunningSplitCellVM() -> RunningSplitCellViewModelType +} + +extension DependencyFactory: SplitSceneFactory { + func makeRunningSplitCellVM() -> RunningSplitCellViewModelType { + RunningSplitCellViewModel() + } + + func makeSplitVC(with viewModel: SplitsViewModelTypes) -> UIViewController { + SplitsViewController(with: viewModel) + } + + func makeSplitVM() -> SplitsViewModelTypes { + SplitsViewModel(runningService: runningDataService) + } +} diff --git a/BoostRunClub/Factory/Extensions/Factory+TabBarContainer.swift b/BoostRunClub/Factory/Extensions/Factory+TabBarContainer.swift new file mode 100644 index 0000000..6a19087 --- /dev/null +++ b/BoostRunClub/Factory/Extensions/Factory+TabBarContainer.swift @@ -0,0 +1,31 @@ +// +// Factory+TabBarContainer.swift +// BoostRunClub +// +// Created by Imho Jang on 2020/12/06. +// + +import UIKit + +protocol TabBarContainerFactory { + func makeTabBarVC(with viewControllers: [UIViewController], selectedIndex: Int) -> UITabBarController +} + +extension DependencyFactory: TabBarContainerFactory { + func makeTabBarVC(with viewControllers: [UIViewController], selectedIndex: Int) -> UITabBarController { + let tabBarController = UITabBarController() + tabBarController.setViewControllers(viewControllers, animated: true) + tabBarController.selectedIndex = selectedIndex +// tabBarController.tabBar.isTranslucent = false // TODO: false true 비교 + tabBarController.tabBar.tintColor = TabBarPage.selectColor + tabBarController.tabBar.unselectedItemTintColor = TabBarPage.unselectColor + tabBarController.tabBar.barTintColor = .systemBackground + viewControllers[0].tabBarItem = UITabBarItem(title: nil, image: UIImage(named: "activity4"), tag: 0) + viewControllers[1].tabBarItem = UITabBarItem(title: nil, image: UIImage(named: "running4"), tag: 1) + viewControllers[2].tabBarItem = UITabBarItem(title: nil, image: UIImage(named: "profile4"), tag: 2) + viewControllers.forEach { + $0.tabBarItem.imageInsets = UIEdgeInsets(top: 10, left: 0, bottom: -10, right: 0) + } + return tabBarController + } +} diff --git a/BoostRunClub/Models/Activity.swift b/BoostRunClub/Models/Activity.swift new file mode 100644 index 0000000..0ca003d --- /dev/null +++ b/BoostRunClub/Models/Activity.swift @@ -0,0 +1,101 @@ +// +// Activity.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/06. +// + +import Foundation + +struct Activity { + var avgPace: Int + var distance: Double + var duration: Double + var thumbnail: Data? + var createdAt: Date + var finishedAt: Date + var uuid: UUID + var elevation: Double + + init?( + avgPace: Int, + distance: Double, + duration: Double, + elevation: Double, + thumbnail: Data?, + createdAt: Date?, + finishedAt: Date?, + uuid: UUID? + ) { + guard + let createdAt = createdAt, + let finishedAt = finishedAt, + let uuid = uuid + else { return nil } + self.avgPace = avgPace + self.distance = distance + self.duration = duration + self.elevation = elevation + self.thumbnail = thumbnail + self.createdAt = createdAt + self.finishedAt = finishedAt + self.uuid = uuid + } + + init( + avgPace: Int, + distance: Double, + duration: Double, + elevation: Double, + thumbnail: Data?, + createdAt: Date, + finishedAt: Date, + uuid: UUID + ) { + self.avgPace = avgPace + self.distance = distance + self.duration = duration + self.elevation = elevation + self.thumbnail = thumbnail + self.createdAt = createdAt + self.finishedAt = finishedAt + self.uuid = uuid + } +} + +extension Activity: Comparable { + static func < (lhs: Activity, rhs: Activity) -> Bool { + lhs.createdAt < rhs.createdAt + } +} + +extension Activity { + var titleText: String { + "\(createdAt.toDayOfWeekString) \(createdAt.period) 러닝 " + } + + func dateText(with date: Date) -> String { + if Date.isSameWeek(date: createdAt, dateOfWeek: date) { + return createdAt.toDayOfWeekString + } else { + return createdAt.toYMDString + } + } + + // TODO: avgPace, distance, time 등 단위 변환이 겹치는 것 공통으로 처리하도록 하기 + var avgPaceText: String { + String(format: "%d'%d\"", avgPace / 60, avgPace % 60) + } + + var distanceText: String { + String(format: "%.2f", distance / 1000) + } + + var runningTimeText: String { + TimeInterval(duration).fullFormattedString + } + + var elapsedTimeText: String { + (finishedAt.timeIntervalSinceReferenceDate - createdAt.timeIntervalSinceReferenceDate).fullFormattedString + } +} diff --git a/BoostRunClub/Models/ActivityDetail.swift b/BoostRunClub/Models/ActivityDetail.swift new file mode 100644 index 0000000..e5ebaed --- /dev/null +++ b/BoostRunClub/Models/ActivityDetail.swift @@ -0,0 +1,55 @@ +// +// ActivityDetail.swift +// BoostRunClub +// +// Created by 조기현 on 2020/12/06. +// + +import Foundation + +struct ActivityDetail { + var activityUUID: UUID + var avgBPM: Int + var cadence: Int + var calorie: Int + var elevation: Int + var locations: [Location] + var splits: [RunningSplit] + + init?( + activityUUID: UUID?, + avgBPM: Int, + cadence: Int, + calorie: Int, + elevation: Int, + locations: [Location], + splits: [RunningSplit] + ) { + guard let activityUUID = activityUUID else { return nil } + self.activityUUID = activityUUID + self.avgBPM = avgBPM + self.cadence = cadence + self.calorie = calorie + self.elevation = elevation + self.locations = locations + self.splits = splits + } + + init( + activityUUID: UUID, + avgBPM: Int, + cadence: Int, + calorie: Int, + elevation: Int, + locations: [Location], + splits: [RunningSplit] + ) { + self.activityUUID = activityUUID + self.avgBPM = avgBPM + self.cadence = cadence + self.calorie = calorie + self.elevation = elevation + self.locations = locations + self.splits = splits + } +} diff --git a/BoostRunClub/Models/ActivityFilterType.swift b/BoostRunClub/Models/ActivityFilterType.swift new file mode 100644 index 0000000..e1c3ea9 --- /dev/null +++ b/BoostRunClub/Models/ActivityFilterType.swift @@ -0,0 +1,68 @@ +// +// ActivityFilterType.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/07. +// + +import Foundation + +enum ActivityFilterType: Int { + case week, month, year, all + + func groupDateRanges(from activities: [Activity]) -> [DateRange] { + guard !activities.isEmpty else { return [] } + + if self == .all { + return [ + DateRange( + start: activities.last?.createdAt ?? activities.first!.createdAt, + end: activities.first!.createdAt + ), + ] + } + + return activities + .reduce(into: [DateRange]()) { result, activity in + if + result.isEmpty, + let range = activity.createdAt.rangeOf(type: self) + { + result.append(range) + } else if + let lastRange = result.last, + !lastRange.contains(date: activity.createdAt), + let newRange = activity.createdAt.rangeOf(type: self) + { + result.append(newRange) + } + } + } + + func rangeDescription(at range: DateRange, from date: Date = Date()) -> String { + switch self { + case .week: + if Date.isSameWeek(date: range.start, dateOfWeek: date) { + return "이번 주" + } else if + let lastWeekDate = Calendar.current.date(byAdding: .day, value: -7, to: date), + Date.isSameWeek(date: range.start, dateOfWeek: lastWeekDate) + { + return "저번 주" + } + + if Date.isSameYear(date: range.start, dateOfYear: date) { + return range.start.toMDString + "~" + range.end.toMDString + } + return range.start.toYMDString + "~" + range.end.toYMDString + case .month: + return range.end.toYMString + case .year: + return range.end.toYString + case .all: + let from = range.start.toYString + let end = range.end.toYString + return from == end ? end : from + "-" + end + } + } +} diff --git a/BoostRunClub/Models/DateRange.swift b/BoostRunClub/Models/DateRange.swift new file mode 100644 index 0000000..5a55940 --- /dev/null +++ b/BoostRunClub/Models/DateRange.swift @@ -0,0 +1,19 @@ +// +// DateRange.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/08. +// + +import Foundation + +struct DateRange: Equatable { + let start: Date + let end: Date +} + +extension DateRange { + func contains(date: Date) -> Bool { + start <= date && date <= end + } +} diff --git a/BoostRunClub/Models/GoalType.swift b/BoostRunClub/Models/GoalType.swift new file mode 100644 index 0000000..b7d26bc --- /dev/null +++ b/BoostRunClub/Models/GoalType.swift @@ -0,0 +1,50 @@ +// +// GoalType.swift +// BoostRunClub +// +// Created by 조기현 on 2020/11/26. +// + +enum GoalType: Int { + case distance, time, speed, none + + var description: String { + switch self { + case .distance: + return "거리" + case .time: + return "시간" + case .speed: + return "속도" + case .none: + return "목표 설정" + } + } + + var initialValue: String { + switch self { + case .distance: + return "5.00" + case .time: + return "00:30" + case .speed, .none: + return "" + } + } + + var unit: String { + switch self { + case .distance: + return "킬로미터" + case .time: + return "시간 : 분" + case .speed, .none: + return "" + } + } +} + +struct GoalInfo: Equatable { + let type: GoalType + let value: String +} diff --git a/BoostRunClub/Models/Location.swift b/BoostRunClub/Models/Location.swift new file mode 100644 index 0000000..33eff92 --- /dev/null +++ b/BoostRunClub/Models/Location.swift @@ -0,0 +1,31 @@ +// +// Location.swift +// BoostRunClub +// +// Created by 조기현 on 2020/12/06. +// + +import CoreLocation +import Foundation + +struct Location: Codable { + let longitude: Double + let latitude: Double + let altitude: Double + let speed: Int + let timestamp: Date +} + +extension Location { + init(clLocation: CLLocation) { + self.init(longitude: clLocation.coordinate.longitude, + latitude: clLocation.coordinate.latitude, + altitude: Double(clLocation.altitude), + speed: Int(clLocation.speed), + timestamp: clLocation.timestamp) + } + + var coord2d: CLLocationCoordinate2D { + CLLocationCoordinate2D(latitude: latitude, longitude: longitude) + } +} diff --git a/BoostRunClub/Models/MotionType.swift b/BoostRunClub/Models/MotionType.swift new file mode 100644 index 0000000..42d5bc0 --- /dev/null +++ b/BoostRunClub/Models/MotionType.swift @@ -0,0 +1,23 @@ +// +// MotionType.swift +// BoostRunClub +// +// Created by Imho Jang on 2020/12/15. +// + +import Foundation + +enum MotionType { + case running, standing + + var METFactor: Double { + switch self { + case .running: + return 1.035 + case .standing: + return 0 +// case _ where walking: +// return 0.655 + } + } +} diff --git a/BoostRunClub/Models/Profile.swift b/BoostRunClub/Models/Profile.swift new file mode 100644 index 0000000..22b9db9 --- /dev/null +++ b/BoostRunClub/Models/Profile.swift @@ -0,0 +1,16 @@ +// +// Profile.swift +// BoostRunClub +// +// Created by Imho Jang on 2020/12/09. +// + +import Foundation + +struct Profile: Equatable { + var image: Data? + var lastName: String + var firstName: String + var hometown: String + var bio: String +} diff --git a/BoostRunClub/Models/RunningEvent.swift b/BoostRunClub/Models/RunningEvent.swift new file mode 100644 index 0000000..62c2040 --- /dev/null +++ b/BoostRunClub/Models/RunningEvent.swift @@ -0,0 +1,27 @@ +// +// RunningEvent.swift +// BoostRunClub +// +// Created by Imho Jang on 2020/12/14. +// + +import Foundation + +enum RunningEvent { + case start, resume, pause, stop, goal(String) + + var text: String { + switch self { + case .start: + return "Welcome to Boost Run Club. Starting Workout." + case .resume: + return "Resume Workout." + case .pause: + return "Pause Workout" + case .stop: + return "Ending Workout. Great job today." + case let .goal(text): + return text + } + } +} diff --git a/BoostRunClub/Models/RunningInfoType.swift b/BoostRunClub/Models/RunningInfoType.swift new file mode 100644 index 0000000..e10683d --- /dev/null +++ b/BoostRunClub/Models/RunningInfoType.swift @@ -0,0 +1,82 @@ +// +// RunningInfoType.swift +// BoostRunClub +// +// Created by 김신우 on 2020/11/27. +// + +import Foundation + +enum RunningInfoType: CaseIterable { + case pace, averagePace, bpm, calorie, time, kilometer, cadence, interval, meter + + var initialValue: String { + switch self { + case .pace: + return "0\'00\"" + case .averagePace: + return "0\'00\"" + case .bpm: + return "0" + case .calorie: + return "0" + case .time: + return "00:00" + case .kilometer: + return "0" + case .cadence: + return "0" + case .interval: + return "0" + case .meter: + return "0" + } + } + + var name: String { + switch self { + case .pace: + return "페이스" + case .averagePace: + return "평균 페이스" + case .bpm: + return "BPM" + case .calorie: + return "칼로리" + case .time: + return "시간" + case .kilometer: + return "킬로미터" + case .cadence: + return "케이던스" + case .interval: + return "인터벌" + case .meter: + return "미터" + } + } + + static func getPossibleTypes(from goalType: GoalType) -> [Self] { + switch goalType { + case .distance, .time, .none: + return RunningInfoType.allCases.filter { $0 != .meter && $0 != .interval } + case .speed: + return RunningInfoType.allCases + } + } +} + +struct RunningInfo { + let type: RunningInfoType + let value: String + + init(type: RunningInfoType, value: String) { + self.type = type + self.value = value + } + + init(type: RunningInfoType) { + self.type = type + value = type.initialValue + } +} diff --git a/BoostRunClub/Models/RunningSlice.swift b/BoostRunClub/Models/RunningSlice.swift new file mode 100644 index 0000000..dc406a1 --- /dev/null +++ b/BoostRunClub/Models/RunningSlice.swift @@ -0,0 +1,24 @@ +// +// RunningSlice.swift +// BoostRunClub +// +// Created by 조기현 on 2020/12/03. +// + +import CoreLocation.CLLocation +import Foundation + +struct RunningSlice: Codable { + var startIndex: Int = 0 + var endIndex: Int = -1 + var distance: Double = 0 + var isRunning: Bool = false + + mutating func setupSlice(with runningStates: [RunningState]) { + if startIndex < endIndex { + distance = runningStates[endIndex].distance - runningStates[startIndex].distance + } else { + distance = 0 + } + } +} diff --git a/BoostRunClub/Models/RunningSplit.swift b/BoostRunClub/Models/RunningSplit.swift new file mode 100644 index 0000000..15daaed --- /dev/null +++ b/BoostRunClub/Models/RunningSplit.swift @@ -0,0 +1,47 @@ +// +// RunningSplit.swift +// BoostRunClub +// +// Created by Imho Jang on 2020/12/03. +// + +import CoreLocation.CLLocation +import Foundation + +struct RunningSplit: Codable { + var avgPace: Int = 0 + var distance: Double = 0 + var elevation: Int = 0 + var runningSlices = [RunningSlice]() + + mutating func setupSplit(avgPace: Int, elevation: Int) { + self.avgPace = avgPace + self.elevation = elevation + distance = runningSlices.reduce(into: Double(0)) { $0 += $1.distance } + } + + mutating func setup(with states: [RunningState]) { + guard + let start = runningSlices.first?.startIndex, + let end = runningSlices.last?.endIndex + else { return } + let endIdx = end < states.count ? end : states.count - 1 + + let sumOutput = states[start ... endIdx] + .reduce( + into: ( + distance: Double(0), + pace: Int(0), + minElv: Double(9999), + maxElv: Double(0) + )) { + $0.distance += $1.distance + $0.pace += $1.pace + $0.minElv = min($0.minElv, $1.location.altitude) + $0.maxElv = max($0.maxElv, $1.location.altitude) + } + distance = states[endIdx].distance - states[start].distance + avgPace = sumOutput.pace / (endIdx - start + 1) + elevation = Int(sumOutput.maxElv - sumOutput.minElv) + } +} diff --git a/BoostRunClub/Models/RunningState.swift b/BoostRunClub/Models/RunningState.swift new file mode 100644 index 0000000..6a0960b --- /dev/null +++ b/BoostRunClub/Models/RunningState.swift @@ -0,0 +1,20 @@ +// +// RunningState.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/16. +// + +import CoreLocation +import Foundation + +struct RunningState { + var location: CLLocation + var runningTime: TimeInterval + var calorie: Double + var pace: Int + var avgPace: Int + var cadence: Int + var distance: Double + var isRunning: Bool = false +} diff --git a/BoostRunClub/SceneDelegate.swift b/BoostRunClub/SceneDelegate.swift new file mode 100644 index 0000000..9347f37 --- /dev/null +++ b/BoostRunClub/SceneDelegate.swift @@ -0,0 +1,37 @@ +// +// SceneDelegate.swift +// BoostRunClub +// +// Created by 김신우 on 2020/11/19. +// + +import UIKit + +class SceneDelegate: UIResponder, UIWindowSceneDelegate { + var window: UIWindow? + var appCoordinator: AppCoordinator? + + func scene(_ scene: UIScene, willConnectTo _: UISceneSession, options _: UIScene.ConnectionOptions) { + // Use this method to optionally configure and attach the UIWindow `window` to the provided UIWindowScene `scene`. + // If using a storyboard, the `window` property will automatically be initialized and attached to the scene. + // This delegate does not imply the connecting scene or session are new (see `application:configurationForConnectingSceneSession` instead). + guard let windowScene = (scene as? UIWindowScene) else { return } + window = UIWindow(windowScene: windowScene) + let navigationController = UINavigationController() + window?.rootViewController = navigationController + window?.makeKeyAndVisible() + let appCoordinator = AppCoordinator(navigationController: navigationController) + appCoordinator.start() + self.appCoordinator = appCoordinator + } + + func sceneDidDisconnect(_: UIScene) {} + + func sceneDidBecomeActive(_: UIScene) {} + + func sceneWillResignActive(_: UIScene) {} + + func sceneWillEnterForeground(_: UIScene) {} + + func sceneDidEnterBackground(_: UIScene) {} +} diff --git a/BoostRunClub/Services/CoreDataStorage/ActivityStorageService.swift b/BoostRunClub/Services/CoreDataStorage/ActivityStorageService.swift new file mode 100644 index 0000000..5c70124 --- /dev/null +++ b/BoostRunClub/Services/CoreDataStorage/ActivityStorageService.swift @@ -0,0 +1,79 @@ +// +// ActivityStorageService.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/06. +// + +import Combine +import CoreData +import Foundation + +protocol ActivityWritable { + func addActivity(activity: Activity, activityDetail: ActivityDetail) + func editActivity(activity: Activity) +} + +protocol ActivityReadable { + var activityChangeSignal: PassthroughSubject { get } + + func fetchActivities() -> [Activity] + func fetchActivityDetail(activityId: UUID) -> ActivityDetail? +} + +protocol ActivityStorageServiceable { + var reader: ActivityReadable { get } + var writer: ActivityWritable { get } +} + +class ActivityStorageService: ActivityWritable, ActivityReadable { + let coreDataService: CoreDataServiceable + + init(coreDataService: CoreDataServiceable) { + self.coreDataService = coreDataService + } + + func addActivity(activity: Activity, activityDetail: ActivityDetail) { + ZActivity(context: coreDataService.context, activity: activity) + ZActivityDetail(context: coreDataService.context, activityDetail: activityDetail) + + do { + try coreDataService.context.save() + activityChangeSignal.send() + } catch { + print(error.localizedDescription) + } + } + + func editActivity(activity _: Activity) {} + + func fetchActivities() -> [Activity] { + let request = NSFetchRequest(entityName: "ZActivity") + + do { + let result = try coreDataService.context.fetch(request) + return result.compactMap { $0.activity } + } catch { + print(error.localizedDescription) + } + return [] + } + + func fetchActivityDetail(activityId: UUID) -> ActivityDetail? { + let request: NSFetchRequest = ZActivityDetail.fetchRequest(activityId: activityId) + do { + let result = try coreDataService.context.fetch(request) + return result.compactMap { $0.activityDetail }.first + } catch { + print(error.localizedDescription) + } + return nil + } + + var activityChangeSignal = PassthroughSubject() +} + +extension ActivityStorageService: ActivityStorageServiceable { + var reader: ActivityReadable { self } + var writer: ActivityWritable { self } +} diff --git a/BoostRunClub/Services/CoreDataStorage/CoreDataService.swift b/BoostRunClub/Services/CoreDataStorage/CoreDataService.swift new file mode 100644 index 0000000..1dcb056 --- /dev/null +++ b/BoostRunClub/Services/CoreDataStorage/CoreDataService.swift @@ -0,0 +1,29 @@ +// +// CoreDataService.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/06. +// + +import CoreData +import Foundation + +protocol CoreDataServiceable { + var context: NSManagedObjectContext { get } +} + +class CoreDataService: CoreDataServiceable { + lazy var persistentContainer: NSPersistentContainer = { + let container = NSPersistentContainer(name: "BRCModel") + container.loadPersistentStores { description, error in + print(description) + guard let error = error as NSError? else { return } + fatalError("persistent store error: \(error)") + } + return container + }() + + var context: NSManagedObjectContext { + persistentContainer.viewContext + } +} diff --git a/BoostRunClub/Services/Provider/DefaultsManagable.swift b/BoostRunClub/Services/Provider/DefaultsManagable.swift new file mode 100644 index 0000000..5e390e2 --- /dev/null +++ b/BoostRunClub/Services/Provider/DefaultsManagable.swift @@ -0,0 +1,21 @@ +// +// DefaultsManagable.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/20. +// + +import Foundation + +protocol DefaultsWritable { + func set(_ value: Any?, forKey: String) +} + +protocol DefaultsReadable { + func string(forKey: String) -> String? +} + +protocol DefaultsManagable { + var reader: DefaultsReadable { get } + var writer: DefaultsWritable { get } +} diff --git a/BoostRunClub/Services/Provider/DefaultsProvider.swift b/BoostRunClub/Services/Provider/DefaultsProvider.swift new file mode 100644 index 0000000..239f97b --- /dev/null +++ b/BoostRunClub/Services/Provider/DefaultsProvider.swift @@ -0,0 +1,25 @@ +// +// DefaultsProvider.swift +// BoostRunClub +// +// Created by Imho Jang on 2020/12/11. +// + +import Foundation + +class DefaultsProvider: DefaultsWritable, DefaultsReadable { + var defaults = UserDefaults.standard + + func set(_ value: Any?, forKey: String) { + defaults.set(value, forKey: forKey) + } + + func string(forKey: String) -> String? { + defaults.string(forKey: forKey) + } +} + +extension DefaultsProvider: DefaultsManagable { + var reader: DefaultsReadable { self } + var writer: DefaultsWritable { self } +} diff --git a/BoostRunClub/Services/Provider/EventTimeProvidable.swift b/BoostRunClub/Services/Provider/EventTimeProvidable.swift new file mode 100644 index 0000000..74af922 --- /dev/null +++ b/BoostRunClub/Services/Provider/EventTimeProvidable.swift @@ -0,0 +1,15 @@ +// +// EventTimeProvidable.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/20. +// + +import Combine +import Foundation + +protocol EventTimeProvidable { + var timeIntervalSubject: PassthroughSubject { get } + func start() + func stop() +} diff --git a/BoostRunClub/Services/Provider/EventTimeProvider.swift b/BoostRunClub/Services/Provider/EventTimeProvider.swift new file mode 100644 index 0000000..c357921 --- /dev/null +++ b/BoostRunClub/Services/Provider/EventTimeProvider.swift @@ -0,0 +1,27 @@ +// +// EventTimer.swift +// BoostRunClub +// +// Created by 조기현 on 2020/12/02. +// + +import Combine +import Foundation + +class EventTimeProvider: EventTimeProvidable { + var timeIntervalSubject = PassthroughSubject() + + private var cancellable: AnyCancellable? + + func start() { + cancellable = Timer.TimerPublisher(interval: 0.8, runLoop: RunLoop.main, mode: .common) + .autoconnect() + .sink { date in + self.timeIntervalSubject.send(date.timeIntervalSinceReferenceDate) + } + } + + func stop() { + cancellable?.cancel() + } +} diff --git a/BoostRunClub/Services/Provider/LocationProvidable.swift b/BoostRunClub/Services/Provider/LocationProvidable.swift new file mode 100644 index 0000000..0fc99ea --- /dev/null +++ b/BoostRunClub/Services/Provider/LocationProvidable.swift @@ -0,0 +1,16 @@ +// +// LocationProvidable.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/20. +// + +import Combine +import CoreLocation +import Foundation + +protocol LocationProvidable { + var locationSubject: PassthroughSubject { get } + func startBackgroundTask() + func stopBackgroundTask() +} diff --git a/BoostRunClub/Services/Provider/LocationProvider.swift b/BoostRunClub/Services/Provider/LocationProvider.swift new file mode 100644 index 0000000..9d54ede --- /dev/null +++ b/BoostRunClub/Services/Provider/LocationProvider.swift @@ -0,0 +1,60 @@ +// +// LocationProvider.swift +// BoostRunClub +// +// Created by 김신우 on 2020/11/24. +// + +import Combine +import CoreLocation +import Foundation + +class LocationProvider: NSObject, LocationProvidable { + let locationManager: CLLocationManager + private(set) var locationSubject = PassthroughSubject() + + init(locationManager: CLLocationManager = CLLocationManager()) { + self.locationManager = locationManager + super.init() + configureLocationManager() + } + + private func configureLocationManager() { + locationManager.delegate = self + locationManager.requestWhenInUseAuthorization() + locationManager.requestAlwaysAuthorization() + locationManager.startUpdatingLocation() + locationManager.allowsBackgroundLocationUpdates = false + locationManager.showsBackgroundLocationIndicator = true + } + + func startBackgroundTask() { + locationManager.allowsBackgroundLocationUpdates = true + locationManager.pausesLocationUpdatesAutomatically = false + } + + func stopBackgroundTask() { + locationManager.allowsBackgroundLocationUpdates = false + locationManager.pausesLocationUpdatesAutomatically = true + } +} + +// MARK: - CLLocationManagerDelegate Implementation + +extension LocationProvider: CLLocationManagerDelegate { + func locationManager(_: CLLocationManager, didUpdateLocations locations: [CLLocation]) { + guard let location = locations.last, + location.horizontalAccuracy.sign == .plus, +// location.verticalAccuracy.sign == .plus, + location.speedAccuracy.sign == .plus, + location.courseAccuracy.sign == .plus + else { return } + + print("[CORE LOCATION] \(location.coordinate), \(location.speed), \(location.horizontalAccuracy)") + if location.horizontalAccuracy > 30 { + return + } + + locationSubject.send(location) + } +} diff --git a/BoostRunClub/Services/Provider/MotionDataModelProvidable.swift b/BoostRunClub/Services/Provider/MotionDataModelProvidable.swift new file mode 100644 index 0000000..8863963 --- /dev/null +++ b/BoostRunClub/Services/Provider/MotionDataModelProvidable.swift @@ -0,0 +1,17 @@ +// +// MotionDataModelProvidable.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/20. +// + +import Combine +import CoreML +import CoreMotion +import Foundation + +protocol MotionDataModelProvidable { + func start() + func stop() + var motionTypeSubject: PassthroughSubject { get } +} diff --git a/BoostRunClub/Services/Provider/MotionDataModelProvider.swift b/BoostRunClub/Services/Provider/MotionDataModelProvider.swift new file mode 100644 index 0000000..f1640df --- /dev/null +++ b/BoostRunClub/Services/Provider/MotionDataModelProvider.swift @@ -0,0 +1,134 @@ +// +// MotionProvider.swift +// BoostRunClub +// +// Created by Imho Jang on 2020/12/03. +// + +import Combine +import CoreML +import CoreMotion +import Foundation + +final class MotionDataModelProvider: MotionDataModelProvidable { + private let motion = CMMotionManager() + private var timer: Timer? = Timer() + private var isActive = false + + private let runningModel: RunningMotionClassifier? = { + let configuration = MLModelConfiguration() + return try? RunningMotionClassifier(configuration: configuration) + }() + + private var attitudeArray = [CMAttitude]() + private var gravityArray = [CMAcceleration]() + private var accelerometerArray = [CMAcceleration]() + private var rotationArray = [CMRotationRate]() + private var array = [Double](repeating: 0, count: 400) + + var motionTypeSubject = PassthroughSubject() + + func startTrackingActivityType() { + if isActive { return } + isActive = true + + if motion.isDeviceMotionAvailable { + motion.deviceMotionUpdateInterval = 1.0 / 100.0 + motion.showsDeviceMovementDisplay = true + motion.startDeviceMotionUpdates(using: .xMagneticNorthZVertical) + + timer = Timer(fire: Date(), interval: 1.0 / 100.0, repeats: true, + block: { _ in + if let data = self.motion.deviceMotion { + self.attitudeArray.append(data.attitude) + self.gravityArray.append(data.gravity) + self.accelerometerArray.append(data.userAcceleration) + self.rotationArray.append(data.rotationRate) + + if self.gravityArray.count >= 100 { + let result = self.getActivity( + attitude: self.attitudeArray, + gravity: self.gravityArray, + accelometer: self.accelerometerArray, + rotation: self.rotationArray + ) + + self.attitudeArray.removeAll() + self.gravityArray.removeAll() + self.accelerometerArray.removeAll() + self.rotationArray.removeAll() + + switch result { + case "walking": + self.motionTypeSubject.send(.running) + case "standing": + self.motionTypeSubject.send(.standing) + default: + self.motionTypeSubject.send(.standing) + } + } + } + }) + + RunLoop.current.add(timer!, forMode: RunLoop.Mode.default) + } + } + + func getActivity( + attitude: [CMAttitude], + gravity: [CMAcceleration], + accelometer: [CMAcceleration], + rotation: [CMRotationRate] + ) + -> String + { + guard + let attiP = try? MLMultiArray(attitude.map { $0.pitch }), + let attiR = try? MLMultiArray(attitude.map { $0.roll }), + let attiY = try? MLMultiArray(attitude.map { $0.yaw }), + let gravX = try? MLMultiArray(gravity.map { $0.x }), + let gravY = try? MLMultiArray(gravity.map { $0.y }), + let gravZ = try? MLMultiArray(gravity.map { $0.z }), + let rotX = try? MLMultiArray(rotation.map { $0.x }), + let rotY = try? MLMultiArray(rotation.map { $0.y }), + let rotZ = try? MLMultiArray(rotation.map { $0.z }), + let accX = try? MLMultiArray(accelometer.map { $0.x }), + let accY = try? MLMultiArray(accelometer.map { $0.y }), + let accZ = try? MLMultiArray(accelometer.map { $0.z }), + let stateIn = try? MLMultiArray(array) + else { return "" } + + let input = RunningMotionClassifierInput( + attitude_pitch: attiP, + attitude_roll: attiR, + attitude_yaw: attiY, + gravity_x: gravX, + gravity_y: gravY, + gravity_z: gravZ, + rotationRate_x: rotX, + rotationRate_y: rotY, + rotationRate_z: rotZ, + userAcceleration_x: accX, + userAcceleration_y: accY, + userAcceleration_z: accZ, + stateIn: stateIn + ) + + guard let result = try? runningModel?.prediction(input: input) else { return "" } + let standingProb = result.labelProbability["standing"] ?? 0 + let walkingProb = result.labelProbability["running"] ?? 0 + print("[CORE MOTION] \(String(format: "walking: %.2f", walkingProb * 100)) \(String(format: "stand: %.2f", standingProb * 100))") + return standingProb > 0.55 ? "standing" : "walking" + } + + func start() { + if CMMotionActivityManager.isActivityAvailable() { + startTrackingActivityType() + } + } + + func stop() { + timer?.invalidate() + isActive = false + } +} diff --git a/BoostRunClub/Services/Provider/PedometerProvidable.swift b/BoostRunClub/Services/Provider/PedometerProvidable.swift new file mode 100644 index 0000000..ae8b229 --- /dev/null +++ b/BoostRunClub/Services/Provider/PedometerProvidable.swift @@ -0,0 +1,16 @@ +// +// PedometerProvidable.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/20. +// + +import Combine +import CoreMotion +import Foundation + +protocol PedometerProvidable { + func start() + func stop() + var cadenceSubject: PassthroughSubject { get } +} diff --git a/BoostRunClub/Services/Provider/PedometerProvider.swift b/BoostRunClub/Services/Provider/PedometerProvider.swift new file mode 100644 index 0000000..51240fb --- /dev/null +++ b/BoostRunClub/Services/Provider/PedometerProvider.swift @@ -0,0 +1,43 @@ +// +// PedometerProvider.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/16. +// + +import Combine +import CoreMotion +import Foundation + +final class PedometerProvider: PedometerProvidable { + private let pedometer = CMPedometer() + private(set) var cadenceSubject = PassthroughSubject() + private var isActive = false + + func start() { + if CMPedometer.isStepCountingAvailable() { + startCountingSteps() + } + } + + func stop() { + pedometer.stopUpdates() + } + + func startCountingSteps() { + if isActive { return } + + isActive = true + + pedometer.startUpdates(from: Date()) { [weak self] pedometerData, error in + + guard + let self = self, + let cadence = pedometerData?.currentCadence, + error == nil + else { return } + + self.cadenceSubject.send(Int(truncating: cadence) * 60) + } + } +} diff --git a/BoostRunClub/Services/Provider/RunningSnapShotProvider/MapSnapShotSubscription.swift b/BoostRunClub/Services/Provider/RunningSnapShotProvider/MapSnapShotSubscription.swift new file mode 100644 index 0000000..b026a1b --- /dev/null +++ b/BoostRunClub/Services/Provider/RunningSnapShotProvider/MapSnapShotSubscription.swift @@ -0,0 +1,64 @@ +// +// MapSnapShotSubscription.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/10. +// + +import Combine +import Foundation +import MapKit + +class MapSnapShotSubscription: Subscription where S.Input == Data?, S.Failure == Error { + private var subscriber: S? + private let snapshotter: MKMapSnapshotter + private let processor: MapSnapShotProcessor + private let queue = DispatchQueue(label: "MapSnapShot", qos: .background, attributes: .concurrent) + + init(subscriber: S, snapshotter: MKMapSnapshotter, processor: MapSnapShotProcessor) { + self.subscriber = subscriber + self.snapshotter = snapshotter + self.processor = processor + start() + } + + func request(_: Subscribers.Demand) {} + + func cancel() { + snapshotter.cancel() + subscriber = nil + } + + private func start() { + snapshotter.start(with: queue) { [subscriber, processor, queue] snapshot, error in + dispatchPrecondition(condition: .onQueue(queue)) + if let error = error { + subscriber?.receive(completion: .failure(error)) + } else { + _ = subscriber?.receive(processor.process(snapShot: snapshot)) + } + } + } +} + +struct MapSnapShotPublisher: Publisher { + typealias Output = Data? + typealias Failure = Error + + private let snapshotter: MKMapSnapshotter + private let processor: MapSnapShotProcessor + + init(snapshotter: MKMapSnapshotter, processor: MapSnapShotProcessor) { + self.snapshotter = snapshotter + self.processor = processor + } + + func receive(subscriber: S) where S: Subscriber, Self.Failure == S.Failure, Self.Output == S.Input { + let subscription = MapSnapShotSubscription( + subscriber: subscriber, + snapshotter: snapshotter, + processor: processor + ) + subscriber.receive(subscription: subscription) + } +} diff --git a/BoostRunClub/Services/Provider/RunningSnapShotProvider/RouteDrawer.swift b/BoostRunClub/Services/Provider/RunningSnapShotProvider/RouteDrawer.swift new file mode 100644 index 0000000..40f63fe --- /dev/null +++ b/BoostRunClub/Services/Provider/RunningSnapShotProvider/RouteDrawer.swift @@ -0,0 +1,47 @@ +// +// RouteDrawable.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/10. +// + +import Foundation +import MapKit +import UIKit.UIImage + +protocol RouteDrawable { + func draw( + context: CGContext, + size: CGSize, + locations: [CLLocation], + snapshot: MKMapSnapshotter.Snapshot + ) +} + +struct RouteDrawer: RouteDrawable { + struct Style { + let lineWidth: CGFloat + let lineColors: [UIColor] + } + + let style: Style + + func draw(context: CGContext, size _: CGSize, locations: [CLLocation], snapshot: MKMapSnapshotter.Snapshot) { + guard !style.lineColors.isEmpty else { return } + + context.setLineWidth(style.lineWidth) + context.setLineCap(.round) + context.setLineJoin(.round) + + let points = locations.map { snapshot.point(for: $0.coordinate) } + let path = CGMutablePath() + path.addLines(between: points) + + let lineColor = style.lineColors.first ?? UIColor.black + + context.setStrokeColor(lineColor.cgColor) + context.beginPath() + context.addPath(path) + context.strokePath() + } +} diff --git a/BoostRunClub/Services/Provider/RunningSnapShotProvider/RouteSnapShotProcessor.swift b/BoostRunClub/Services/Provider/RunningSnapShotProvider/RouteSnapShotProcessor.swift new file mode 100644 index 0000000..f146919 --- /dev/null +++ b/BoostRunClub/Services/Provider/RunningSnapShotProvider/RouteSnapShotProcessor.swift @@ -0,0 +1,51 @@ +// +// RouteSnapShotProcessor.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/10. +// + +import Foundation +import MapKit +import UIKit.UIImage + +protocol MapSnapShotProcessor { + func process(snapShot: MKMapSnapshotter.Snapshot?) -> Data? +} + +class RouteSnapShotProcessor: MapSnapShotProcessor { + private let drawable: RouteDrawable + private let locations: [CLLocation] + + init(locations: [CLLocation], drawable: RouteDrawable) { + self.drawable = drawable + self.locations = locations + } + + func process(snapShot: MKMapSnapshotter.Snapshot?) -> Data? { + guard let snapShot = snapShot else { return nil } + defer { + UIGraphicsEndImageContext() + } + + UIGraphicsBeginImageContextWithOptions(snapShot.image.size, false, UIScreen.main.scale) + + snapShot.image.draw(at: .zero) + + guard + let context = UIGraphicsGetCurrentContext(), + locations.count > 1 + else { + return UIGraphicsGetImageFromCurrentImageContext()?.pngData() + } + + drawable.draw( + context: context, + size: snapShot.image.size, + locations: locations, + snapshot: snapShot + ) + + return UIGraphicsGetImageFromCurrentImageContext()?.pngData() + } +} diff --git a/BoostRunClub/Services/Provider/RunningSnapShotProvider/RunningSnapShotProvidable.swift b/BoostRunClub/Services/Provider/RunningSnapShotProvider/RunningSnapShotProvidable.swift new file mode 100644 index 0000000..e00405e --- /dev/null +++ b/BoostRunClub/Services/Provider/RunningSnapShotProvider/RunningSnapShotProvidable.swift @@ -0,0 +1,14 @@ +// +// RunningSnapShotProvidable.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/20. +// + +import Combine +import CoreLocation.CLLocation +import Foundation + +protocol RunningSnapShotProvidable { + func takeSnapShot(from locations: [CLLocation], dimension: Double) -> AnyPublisher +} diff --git a/BoostRunClub/Services/Provider/RunningSnapShotProvider/RunningSnapShotProvider.swift b/BoostRunClub/Services/Provider/RunningSnapShotProvider/RunningSnapShotProvider.swift new file mode 100644 index 0000000..4f52330 --- /dev/null +++ b/BoostRunClub/Services/Provider/RunningSnapShotProvider/RunningSnapShotProvider.swift @@ -0,0 +1,39 @@ +// +// MapSnapShotService.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/10. +// + +import Combine +import Foundation +import MapKit + +class RunningSnapShotProvider: RunningSnapShotProvidable { + func takeSnapShot( + from locations: [CLLocation], + dimension: Double + ) -> AnyPublisher { + let region = MKCoordinateRegion.make(from: locations) + let drawable = RouteDrawer(style: .init(lineWidth: 3, lineColors: [.label])) + let processor = RouteSnapShotProcessor(locations: locations, drawable: drawable) + let size = CGSize(width: dimension, height: dimension) + return MKMapSnapshotter.Publisher(region: region, size: size, processor: processor) + .eraseToAnyPublisher() + } +} + +extension MKMapSnapshotter { + // swiftlint:disable:next identifier_name + static func Publisher( + region: MKCoordinateRegion, + size: CGSize, + processor: MapSnapShotProcessor + ) -> MapSnapShotPublisher { + let options = MKMapSnapshotter.Options() + options.region = region + options.size = size + let snapshotter = MKMapSnapshotter(options: options) + return MapSnapShotPublisher(snapshotter: snapshotter, processor: processor) + } +} diff --git a/BoostRunClub/Services/RunningService/RunningDashBoardService.swift b/BoostRunClub/Services/RunningService/RunningDashBoardService.swift new file mode 100644 index 0000000..fc14022 --- /dev/null +++ b/BoostRunClub/Services/RunningService/RunningDashBoardService.swift @@ -0,0 +1,143 @@ +// +// RunningBoard.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/16. +// + +import Combine +import CoreLocation +import Foundation + +final class RunningDashBoardService: RunningDashBoardServiceable { + private var eventTimer: EventTimeProvidable + private var locationProvider: LocationProvidable + private var pedometerProvider: PedometerProvidable + + private(set) var isRunning = false + + private var lastUpdatedTime: TimeInterval = 0 + private var numLocationReceive: Double = 0 + + // runningTime, calorie, pace, cadence, distance + private(set) var location: CLLocation? + private(set) var runningTime = CurrentValueSubject(0) + private(set) var calorie: Double = 0 + private(set) var pace: Double = 0 + private(set) var cadence: Int = 0 + private(set) var distance: Double = 0 + private(set) var avgPace: Double = 0 + + var runningStateSubject = PassthroughSubject() + var cancellables = Set() + + init(eventTimer: EventTimeProvidable, locationProvider: LocationProvidable, pedometerProvider: PedometerProvidable) { + self.eventTimer = eventTimer + self.locationProvider = locationProvider + self.pedometerProvider = pedometerProvider + } + + func setState(isRunning: Bool) { + self.isRunning = isRunning + } + + func start() { + bindEvent() + eventTimer.start() + locationProvider.startBackgroundTask() + pedometerProvider.start() + + lastUpdatedTime = Date.timeIntervalSinceReferenceDate + isRunning = true + } + + private func bindEvent() { + locationProvider.locationSubject + .receive(on: RunLoop.main) + .sink { [weak self] location in + guard let self = self else { return } + self.updateLocation(newLocation: location) + self.updateTime(currentTime: location.timestamp.timeIntervalSinceReferenceDate) + } + .store(in: &cancellables) + + eventTimer.timeIntervalSubject + .sink { [weak self] time in + self?.updateTime(currentTime: time) + } + .store(in: &cancellables) + + pedometerProvider.cadenceSubject + .sink { [weak self] cadence in + self?.cadence = cadence + }.store(in: &cancellables) + } + + func clear() { + lastUpdatedTime = 0 + location = nil + runningTime.value = 0 + calorie = 0 + pace = 0 + cadence = 0 + distance = 0 + avgPace = 0 + numLocationReceive = 0 + } + + func stop() { + cancellables.forEach { $0.cancel() } + cancellables.removeAll() + eventTimer.stop() + locationProvider.stopBackgroundTask() + pedometerProvider.stop() + } + + private func updateTime(currentTime: TimeInterval) { + if isRunning { + runningTime.value += currentTime - lastUpdatedTime + } + lastUpdatedTime = currentTime + } + + private func publish() { + guard let location = location else { return } + print("[DASHBOARD] D: \(distance)") + let result = RunningState( + location: location, + runningTime: runningTime.value, + calorie: calorie, + pace: Int(pace), + avgPace: Int(avgPace), + cadence: cadence, + distance: distance, + isRunning: isRunning + ) + runningStateSubject.send(result) + } + + private func updateLocation(newLocation: CLLocation) { + numLocationReceive += 1 + // processing distance + if isRunning, let prevLocation = location { + let addedDistance = prevLocation.distance(from: newLocation) + let newDistance = addedDistance + distance + + // 킬로미터 * Motion상수 * weight + calorie += addedDistance / 1000 * MotionType.running.METFactor * 70 + + distance = newDistance + } + + // processing pace + let paceDouble = 1000 / newLocation.speed + if !(paceDouble.isNaN || paceDouble.isInfinite) { + pace = paceDouble + } + + avgPace = (avgPace * (numLocationReceive - 1) + pace) / numLocationReceive + + location = newLocation + publish() + } +} diff --git a/BoostRunClub/Services/RunningService/RunningDashBoardServiceable.swift b/BoostRunClub/Services/RunningService/RunningDashBoardServiceable.swift new file mode 100644 index 0000000..74da4d3 --- /dev/null +++ b/BoostRunClub/Services/RunningService/RunningDashBoardServiceable.swift @@ -0,0 +1,27 @@ +// +// RunningDashBoardServicable.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/20. +// + +import Combine +import CoreLocation +import Foundation + +protocol RunningDashBoardServiceable { + var runningStateSubject: PassthroughSubject { get } + var runningTime: CurrentValueSubject { get } + + var location: CLLocation? { get } + var calorie: Double { get } + var pace: Double { get } + var cadence: Int { get } + var distance: Double { get } + var avgPace: Double { get } + + func setState(isRunning: Bool) + func start() + func stop() + func clear() +} diff --git a/BoostRunClub/Services/RunningService/RunningMotionService.swift b/BoostRunClub/Services/RunningService/RunningMotionService.swift new file mode 100644 index 0000000..c731401 --- /dev/null +++ b/BoostRunClub/Services/RunningService/RunningMotionService.swift @@ -0,0 +1,47 @@ +// +// MotionClassifier.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/19. +// + +import Combine +import CoreMotion +import Foundation + +class RunningMotionService: RunningMotionServiceable { + private var motionDataModelProvider: MotionDataModelProvidable + private var locationProvider: LocationProvidable + + var motionTypeSubject = PassthroughSubject() + var cancellables = Set() + + init( + motionDataModelProvider: MotionDataModelProvidable, + locationProvider: LocationProvidable + ) { + self.motionDataModelProvider = motionDataModelProvider + self.locationProvider = locationProvider + } + + func start() { + bindProvider() + motionDataModelProvider.start() + } + + private func bindProvider() { + motionDataModelProvider.motionTypeSubject + .receive(on: RunLoop.main) + .sink { + self.motionTypeSubject.send($0) + } + .store(in: &cancellables) + +// locationProvider.locationSubject + } + + func stop() { + cancellables.forEach { $0.cancel() } + cancellables.removeAll() + } +} diff --git a/BoostRunClub/Services/RunningService/RunningMotionServiecable.swift b/BoostRunClub/Services/RunningService/RunningMotionServiecable.swift new file mode 100644 index 0000000..e295b1f --- /dev/null +++ b/BoostRunClub/Services/RunningService/RunningMotionServiecable.swift @@ -0,0 +1,15 @@ +// +// RunningMotionServicable.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/20. +// + +import Combine +import Foundation + +protocol RunningMotionServiceable { + var motionTypeSubject: PassthroughSubject { get } + func start() + func stop() +} diff --git a/BoostRunClub/Services/RunningService/RunningRecordService.swift b/BoostRunClub/Services/RunningService/RunningRecordService.swift new file mode 100644 index 0000000..f0bc869 --- /dev/null +++ b/BoostRunClub/Services/RunningService/RunningRecordService.swift @@ -0,0 +1,161 @@ +// +// RunningRecoder.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/16. +// + +import Combine +import CoreLocation +import Foundation + +final class RunningRecordService: RunningRecordServiceable { + private var cancellables = Set() + private let activityWriter: ActivityWritable + private let mapSnapShotter: RunningSnapShotProvider + + private(set) var locations = [CLLocation]() + private(set) var runningSplits = [RunningSplit]() + private(set) var currentSplit = RunningSplit() + private(set) var currentSlice = RunningSlice() + + private(set) var maxAltitude: Double = 0 + private(set) var minAltitude: Double = 0 + + private(set) var states = [RunningState]() + private var paceDelta: Int = 1 + + var routes: [RunningSlice] { + currentSlice.endIndex = locations.count - 1 + currentSlice.isRunning = states.last?.isRunning ?? true + return runningSplits.flatMap { $0.runningSlices } + currentSplit.runningSlices + [currentSlice] + } + + private(set) var didAddSplitSignal = PassthroughSubject() + + init(activityWriter: ActivityWritable, mapSnapShotter: RunningSnapShotProvider) { + self.activityWriter = activityWriter + self.mapSnapShotter = mapSnapShotter + } + + func clear() { + maxAltitude = 0 + minAltitude = 0 + locations.removeAll() + states.removeAll() + runningSplits.removeAll() + currentSplit = RunningSplit() + currentSlice = RunningSlice() + } + + func addState(_ state: RunningState) { + print("[RECORDER] states: \(states.count) locations: \(locations.count)") + + guard let recentState = states.last else { + states.append(state) + locations.append(state.location) + maxAltitude = state.location.altitude + minAltitude = state.location.altitude + return + } + + maxAltitude = max(maxAltitude, state.location.altitude) + minAltitude = min(minAltitude, state.location.altitude) + + if Int(state.distance / 1000) > Int(recentState.distance / 1000) { + addSlice() + addSplit() + } + + // isRunning -> true -> false or false -> true + if recentState.isRunning != state.isRunning { + addSlice() + } + + // 페이스 증가/감소 여부에 따라 Slice 분리 + let newPaceDelta = state.pace - recentState.pace + if newPaceDelta * paceDelta < 0 { + paceDelta = newPaceDelta + addSlice() + } + + states.append(state) + locations.append(state.location) + } + + private func addSlice() { + guard + // 조건 1: state가 존재해야 한다. + let state = states.last, + // 조건 2: locations 배열이 비어있지 않아야 한다. + !locations.isEmpty, + // 조건 3: slice의 구성원소가 1개 이상이어야 한다. + currentSlice.startIndex != locations.count - 1 + else { return } + + currentSlice.endIndex = locations.count - 1 + currentSlice.isRunning = state.isRunning + currentSlice.setupSlice(with: states) + currentSplit.runningSlices.append(currentSlice) + + // swiftlint:disable:next line_length + print("[RECORDER] addSlice (\(currentSlice.startIndex)-\(currentSlice.endIndex)) run: \(currentSlice.isRunning) paceD: \(states[currentSlice.startIndex].pace - states[currentSlice.endIndex].pace) ") + + currentSlice = RunningSlice() + currentSlice.startIndex = locations.count - 1 + } + + private func addSplit() { + currentSplit.setup(with: states) + runningSplits.append(currentSplit) + didAddSplitSignal.send(currentSplit) + currentSplit = RunningSplit() + } + + func save(startTime: Date?, endTime: Date?) -> (activity: Activity, detail: ActivityDetail)? { + guard + let lastState = states.last, + let startTime = startTime, + let endTime = endTime + else { return nil } + addSlice() + addSplit() + + let uuid = UUID() + + let elevation = maxAltitude - minAltitude + + var activity = Activity( + avgPace: lastState.avgPace, + distance: lastState.distance, + duration: lastState.runningTime, + elevation: elevation, + thumbnail: nil, + createdAt: startTime, + finishedAt: endTime, + uuid: uuid + ) + + let detail = ActivityDetail( + activityUUID: uuid, + avgBPM: 0, + cadence: lastState.cadence, + calorie: Int(lastState.calorie), + elevation: Int(elevation), + locations: locations.map { Location(clLocation: $0) }, + splits: runningSplits + ) + print("[Recorder] splits \(runningSplits.count)") + + mapSnapShotter.takeSnapShot(from: locations, dimension: 100) + .receive(on: RunLoop.main) + .replaceError(with: nil) + .sink { [weak self] data in + activity.thumbnail = data + self?.activityWriter.addActivity(activity: activity, activityDetail: detail) + } + .store(in: &cancellables) + + return (activity, detail) + } +} diff --git a/BoostRunClub/Services/RunningService/RunningRecordServiceable.swift b/BoostRunClub/Services/RunningService/RunningRecordServiceable.swift new file mode 100644 index 0000000..2da8f01 --- /dev/null +++ b/BoostRunClub/Services/RunningService/RunningRecordServiceable.swift @@ -0,0 +1,20 @@ +// +// RunningRecordServicable.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/20. +// + +import Combine +import CoreLocation +import Foundation + +protocol RunningRecordServiceable { + func addState(_ state: RunningState) + func save(startTime: Date?, endTime: Date?) -> (activity: Activity, detail: ActivityDetail)? + func clear() + + var locations: [CLLocation] { get } + var routes: [RunningSlice] { get } + var didAddSplitSignal: PassthroughSubject { get } +} diff --git a/BoostRunClub/Services/RunningService/RunningService.swift b/BoostRunClub/Services/RunningService/RunningService.swift new file mode 100644 index 0000000..be850af --- /dev/null +++ b/BoostRunClub/Services/RunningService/RunningService.swift @@ -0,0 +1,133 @@ +// +// RunningService.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/20. +// + +import Combine +import Foundation + +class RunningService: RunningServiceType { + private(set) var cancellables = Set() + private(set) var motionService: RunningMotionServiceable + private(set) var dashBoardService: RunningDashBoardServiceable + private(set) var recordService: RunningRecordServiceable + + private var startTime: Date? + + private var autoStateChangeable = true + private(set) var isStarted = false + let runningResultSubject = PassthroughSubject<(activity: Activity, detail: ActivityDetail)?, Never>() + + let runningStateSubject = CurrentValueSubject(.running) + var runningEventSubject = PassthroughSubject() + + var goalSubscription: AnyCancellable? + + init( + motionProvider: RunningMotionServiceable, + dashBoard: RunningDashBoardServiceable, + recoder: RunningRecordServiceable + ) { + dashBoardService = dashBoard + recordService = recoder + motionService = motionProvider + + dashBoard.runningStateSubject + .sink { [weak self] in + self?.recordService.addState($0) + } + .store(in: &cancellables) + + motionProvider.motionTypeSubject + .receive(on: RunLoop.main) + .throttle(for: 2, scheduler: RunLoop.main, latest: true) + .filter { [weak self] _ in self?.autoStateChangeable ?? false } + .filter { [weak self] in $0 != self?.runningStateSubject.value } + .sink { [weak self] in + self?.runningStateSubject.send($0) + switch $0 { + case .running: + dashBoard.setState(isRunning: true) + case .standing: + dashBoard.setState(isRunning: false) + } + } + .store(in: &cancellables) + } + + func start() { + recordService.clear() + dashBoardService.clear() + + isStarted = true + startTime = Date() + autoStateChangeable = true + + dashBoardService.start() + motionService.start() + + runningEventSubject.send(.start) + } + + func stop() { + let endTime = Date() + + dashBoardService.stop() + + isStarted = false + + let activityInfo = recordService.save(startTime: startTime, endTime: endTime) + runningResultSubject.send(activityInfo) + runningEventSubject.send(.stop) + } + + func pause(autoResume: Bool) { + autoStateChangeable = autoResume + + dashBoardService.setState(isRunning: false) + runningEventSubject.send(.pause) + } + + func resume() { + autoStateChangeable = true + + dashBoardService.setState(isRunning: true) + runningEventSubject.send(.resume) + } + + func setGoal(_ goalInfo: GoalInfo?) { + guard let goalInfo = goalInfo else { return } + + switch goalInfo.type { + case .distance: + guard var value = Double(goalInfo.value) else { return } + value *= 1000 + goalSubscription = dashBoardService.runningStateSubject + .first(where: { $0.distance > value }) + .sink { [weak self] _ in + let text = "Congratulations. You've reached your goal of \(value) meters. Great job" + self?.runningEventSubject.send(.goal(text)) + } + + case .time: + let components = goalInfo.value.components(separatedBy: ":") + guard + components.count >= 2, + let hour = Int(components[0]), + let minute = Int(components[1]) + else { return } + let interval = hour * 60 * 60 + minute * 60 + goalSubscription = dashBoardService.runningTime + .first(where: { $0 > Double(interval) }) + .sink { [weak self] _ in + let text = "Congratulations. You've reached your goal of running \(hour * 60 + minute) minutes. Kudos to you, friend." + self?.runningEventSubject.send(.goal(text)) + } + + case .none, .speed: + return + } + } +} diff --git a/BoostRunClub/Services/RunningService/RunningServiceType.swift b/BoostRunClub/Services/RunningService/RunningServiceType.swift new file mode 100644 index 0000000..16030e2 --- /dev/null +++ b/BoostRunClub/Services/RunningService/RunningServiceType.swift @@ -0,0 +1,25 @@ +// +// RunningServiceType.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/16. +// + +import Combine +import Foundation + +protocol RunningServiceType { + var dashBoardService: RunningDashBoardServiceable { get } + var recordService: RunningRecordServiceable { get } + var runningResultSubject: PassthroughSubject<(activity: Activity, detail: ActivityDetail)?, Never> { get } + var runningStateSubject: CurrentValueSubject { get } + var runningEventSubject: PassthroughSubject { get } + var isStarted: Bool { get } + + func start() + func stop() + func pause(autoResume: Bool) + func resume() + + func setGoal(_ goalInfo: GoalInfo?) +} diff --git a/BoostRunClub/SupportingFiles/Assets.xcassets/Accent.colorset/Contents.json b/BoostRunClub/SupportingFiles/Assets.xcassets/Accent.colorset/Contents.json new file mode 100644 index 0000000..bb6fff8 --- /dev/null +++ b/BoostRunClub/SupportingFiles/Assets.xcassets/Accent.colorset/Contents.json @@ -0,0 +1,38 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0.000", + "green" : "0.932", + "red" : "0.976" + } + }, + "idiom" : "universal" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "color" : { + "color-space" : "display-p3", + "components" : { + "alpha" : "1.000", + "blue" : "0.000", + "green" : "0.000", + "red" : "0.000" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/BoostRunClub/SupportingFiles/Assets.xcassets/AccentColor.colorset/Contents.json b/BoostRunClub/SupportingFiles/Assets.xcassets/AccentColor.colorset/Contents.json new file mode 100644 index 0000000..eb87897 --- /dev/null +++ b/BoostRunClub/SupportingFiles/Assets.xcassets/AccentColor.colorset/Contents.json @@ -0,0 +1,11 @@ +{ + "colors" : [ + { + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/BoostRunClub/SupportingFiles/Assets.xcassets/AppIcon.appiconset/1024.png b/BoostRunClub/SupportingFiles/Assets.xcassets/AppIcon.appiconset/1024.png new file mode 100644 index 0000000..b6bf558 Binary files /dev/null and b/BoostRunClub/SupportingFiles/Assets.xcassets/AppIcon.appiconset/1024.png differ diff --git a/BoostRunClub/SupportingFiles/Assets.xcassets/AppIcon.appiconset/114.png b/BoostRunClub/SupportingFiles/Assets.xcassets/AppIcon.appiconset/114.png new file mode 100644 index 0000000..db8c2ab Binary files /dev/null and b/BoostRunClub/SupportingFiles/Assets.xcassets/AppIcon.appiconset/114.png differ diff --git a/BoostRunClub/SupportingFiles/Assets.xcassets/AppIcon.appiconset/120.png b/BoostRunClub/SupportingFiles/Assets.xcassets/AppIcon.appiconset/120.png new file mode 100644 index 0000000..b9cd038 Binary files /dev/null and b/BoostRunClub/SupportingFiles/Assets.xcassets/AppIcon.appiconset/120.png differ diff --git a/BoostRunClub/SupportingFiles/Assets.xcassets/AppIcon.appiconset/180.png b/BoostRunClub/SupportingFiles/Assets.xcassets/AppIcon.appiconset/180.png new file mode 100644 index 0000000..958c5b6 Binary files /dev/null and b/BoostRunClub/SupportingFiles/Assets.xcassets/AppIcon.appiconset/180.png differ diff --git a/BoostRunClub/SupportingFiles/Assets.xcassets/AppIcon.appiconset/29.png b/BoostRunClub/SupportingFiles/Assets.xcassets/AppIcon.appiconset/29.png new file mode 100644 index 0000000..54562f1 Binary files /dev/null and b/BoostRunClub/SupportingFiles/Assets.xcassets/AppIcon.appiconset/29.png differ diff --git a/BoostRunClub/SupportingFiles/Assets.xcassets/AppIcon.appiconset/40.png b/BoostRunClub/SupportingFiles/Assets.xcassets/AppIcon.appiconset/40.png new file mode 100644 index 0000000..cbf287d Binary files /dev/null and b/BoostRunClub/SupportingFiles/Assets.xcassets/AppIcon.appiconset/40.png differ diff --git a/BoostRunClub/SupportingFiles/Assets.xcassets/AppIcon.appiconset/57.png b/BoostRunClub/SupportingFiles/Assets.xcassets/AppIcon.appiconset/57.png new file mode 100644 index 0000000..da70123 Binary files /dev/null and b/BoostRunClub/SupportingFiles/Assets.xcassets/AppIcon.appiconset/57.png differ diff --git a/BoostRunClub/SupportingFiles/Assets.xcassets/AppIcon.appiconset/58.png b/BoostRunClub/SupportingFiles/Assets.xcassets/AppIcon.appiconset/58.png new file mode 100644 index 0000000..a707e0f Binary files /dev/null and b/BoostRunClub/SupportingFiles/Assets.xcassets/AppIcon.appiconset/58.png differ diff --git a/BoostRunClub/SupportingFiles/Assets.xcassets/AppIcon.appiconset/60.png b/BoostRunClub/SupportingFiles/Assets.xcassets/AppIcon.appiconset/60.png new file mode 100644 index 0000000..d55bda8 Binary files /dev/null and b/BoostRunClub/SupportingFiles/Assets.xcassets/AppIcon.appiconset/60.png differ diff --git a/BoostRunClub/SupportingFiles/Assets.xcassets/AppIcon.appiconset/80.png b/BoostRunClub/SupportingFiles/Assets.xcassets/AppIcon.appiconset/80.png new file mode 100644 index 0000000..611c10a Binary files /dev/null and b/BoostRunClub/SupportingFiles/Assets.xcassets/AppIcon.appiconset/80.png differ diff --git a/BoostRunClub/SupportingFiles/Assets.xcassets/AppIcon.appiconset/87.png b/BoostRunClub/SupportingFiles/Assets.xcassets/AppIcon.appiconset/87.png new file mode 100644 index 0000000..8f1836a Binary files /dev/null and b/BoostRunClub/SupportingFiles/Assets.xcassets/AppIcon.appiconset/87.png differ diff --git a/BoostRunClub/SupportingFiles/Assets.xcassets/AppIcon.appiconset/Contents.json b/BoostRunClub/SupportingFiles/Assets.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..af727e0 --- /dev/null +++ b/BoostRunClub/SupportingFiles/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,80 @@ +{ + "images" : [ + { + "filename" : "40.png", + "idiom" : "iphone", + "scale" : "2x", + "size" : "20x20" + }, + { + "filename" : "60.png", + "idiom" : "iphone", + "scale" : "3x", + "size" : "20x20" + }, + { + "filename" : "29.png", + "idiom" : "iphone", + "scale" : "1x", + "size" : "29x29" + }, + { + "filename" : "58.png", + "idiom" : "iphone", + "scale" : "2x", + "size" : "29x29" + }, + { + "filename" : "87.png", + "idiom" : "iphone", + "scale" : "3x", + "size" : "29x29" + }, + { + "filename" : "80.png", + "idiom" : "iphone", + "scale" : "2x", + "size" : "40x40" + }, + { + "filename" : "120.png", + "idiom" : "iphone", + "scale" : "3x", + "size" : "40x40" + }, + { + "filename" : "57.png", + "idiom" : "iphone", + "scale" : "1x", + "size" : "57x57" + }, + { + "filename" : "114.png", + "idiom" : "iphone", + "scale" : "2x", + "size" : "57x57" + }, + { + "filename" : "120.png", + "idiom" : "iphone", + "scale" : "2x", + "size" : "60x60" + }, + { + "filename" : "180.png", + "idiom" : "iphone", + "scale" : "3x", + "size" : "60x60" + }, + { + "filename" : "1024.png", + "idiom" : "ios-marketing", + "scale" : "1x", + "size" : "1024x1024" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/BoostRunClub/SupportingFiles/Assets.xcassets/Color.colorset/Contents.json b/BoostRunClub/SupportingFiles/Assets.xcassets/Color.colorset/Contents.json new file mode 100644 index 0000000..22c4bb0 --- /dev/null +++ b/BoostRunClub/SupportingFiles/Assets.xcassets/Color.colorset/Contents.json @@ -0,0 +1,38 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "1.000", + "green" : "1.000", + "red" : "1.000" + } + }, + "idiom" : "universal" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "1.000", + "green" : "1.000", + "red" : "1.000" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/BoostRunClub/SupportingFiles/Assets.xcassets/Contents.json b/BoostRunClub/SupportingFiles/Assets.xcassets/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/BoostRunClub/SupportingFiles/Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/BoostRunClub/SupportingFiles/Assets.xcassets/Image.imageset/Contents.json b/BoostRunClub/SupportingFiles/Assets.xcassets/Image.imageset/Contents.json new file mode 100644 index 0000000..ecb6204 --- /dev/null +++ b/BoostRunClub/SupportingFiles/Assets.xcassets/Image.imageset/Contents.json @@ -0,0 +1,25 @@ +{ + "images" : [ + { + "idiom" : "universal", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "on-demand-resource-tags" : [ + "Icons" + ] + } +} diff --git a/BoostRunClub/SupportingFiles/Assets.xcassets/accent2.colorset/Contents.json b/BoostRunClub/SupportingFiles/Assets.xcassets/accent2.colorset/Contents.json new file mode 100644 index 0000000..3ea2b33 --- /dev/null +++ b/BoostRunClub/SupportingFiles/Assets.xcassets/accent2.colorset/Contents.json @@ -0,0 +1,38 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "display-p3", + "components" : { + "alpha" : "1.000", + "blue" : "0.000", + "green" : "0.000", + "red" : "0.000" + } + }, + "idiom" : "universal" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0.000", + "green" : "0.932", + "red" : "0.976" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/BoostRunClub/SupportingFiles/Assets.xcassets/activity4.imageset/Contents.json b/BoostRunClub/SupportingFiles/Assets.xcassets/activity4.imageset/Contents.json new file mode 100644 index 0000000..f45988d --- /dev/null +++ b/BoostRunClub/SupportingFiles/Assets.xcassets/activity4.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "activity4.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/BoostRunClub/SupportingFiles/Assets.xcassets/activity4.imageset/activity4.png b/BoostRunClub/SupportingFiles/Assets.xcassets/activity4.imageset/activity4.png new file mode 100644 index 0000000..2498935 Binary files /dev/null and b/BoostRunClub/SupportingFiles/Assets.xcassets/activity4.imageset/activity4.png differ diff --git a/BoostRunClub/SupportingFiles/Assets.xcassets/brcYellow.colorset/Contents.json b/BoostRunClub/SupportingFiles/Assets.xcassets/brcYellow.colorset/Contents.json new file mode 100644 index 0000000..8128a2e --- /dev/null +++ b/BoostRunClub/SupportingFiles/Assets.xcassets/brcYellow.colorset/Contents.json @@ -0,0 +1,38 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0.000", + "green" : "0.932", + "red" : "0.976" + } + }, + "idiom" : "universal" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "color" : { + "color-space" : "display-p3", + "components" : { + "alpha" : "1.000", + "blue" : "0.260", + "green" : "0.777", + "red" : "0.800" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/BoostRunClub/SupportingFiles/Assets.xcassets/customBackground.colorset/Contents.json b/BoostRunClub/SupportingFiles/Assets.xcassets/customBackground.colorset/Contents.json new file mode 100644 index 0000000..b622967 --- /dev/null +++ b/BoostRunClub/SupportingFiles/Assets.xcassets/customBackground.colorset/Contents.json @@ -0,0 +1,38 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "1.000", + "green" : "1.000", + "red" : "1.000" + } + }, + "idiom" : "universal" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "color" : { + "color-space" : "display-p3", + "components" : { + "alpha" : "1.000", + "blue" : "0.000", + "green" : "0.000", + "red" : "0.000" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/BoostRunClub/SupportingFiles/Assets.xcassets/profile4.imageset/Contents.json b/BoostRunClub/SupportingFiles/Assets.xcassets/profile4.imageset/Contents.json new file mode 100644 index 0000000..1ab106a --- /dev/null +++ b/BoostRunClub/SupportingFiles/Assets.xcassets/profile4.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "profile4.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/BoostRunClub/SupportingFiles/Assets.xcassets/profile4.imageset/profile4.png b/BoostRunClub/SupportingFiles/Assets.xcassets/profile4.imageset/profile4.png new file mode 100644 index 0000000..2c25bc4 Binary files /dev/null and b/BoostRunClub/SupportingFiles/Assets.xcassets/profile4.imageset/profile4.png differ diff --git a/BoostRunClub/SupportingFiles/Assets.xcassets/running4.imageset/Contents.json b/BoostRunClub/SupportingFiles/Assets.xcassets/running4.imageset/Contents.json new file mode 100644 index 0000000..bd85ec4 --- /dev/null +++ b/BoostRunClub/SupportingFiles/Assets.xcassets/running4.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "running4.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/BoostRunClub/SupportingFiles/Assets.xcassets/running4.imageset/running4.png b/BoostRunClub/SupportingFiles/Assets.xcassets/running4.imageset/running4.png new file mode 100644 index 0000000..140906e Binary files /dev/null and b/BoostRunClub/SupportingFiles/Assets.xcassets/running4.imageset/running4.png differ diff --git a/BoostRunClub/SupportingFiles/Assets.xcassets/tableBackground.colorset/Contents.json b/BoostRunClub/SupportingFiles/Assets.xcassets/tableBackground.colorset/Contents.json new file mode 100644 index 0000000..ae11886 --- /dev/null +++ b/BoostRunClub/SupportingFiles/Assets.xcassets/tableBackground.colorset/Contents.json @@ -0,0 +1,38 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0.969", + "green" : "0.949", + "red" : "0.949" + } + }, + "idiom" : "universal" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0.077", + "green" : "0.077", + "red" : "0.077" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/BoostRunClub/SupportingFiles/Base.lproj/LaunchScreen.storyboard b/BoostRunClub/SupportingFiles/Base.lproj/LaunchScreen.storyboard new file mode 100644 index 0000000..9b7302a --- /dev/null +++ b/BoostRunClub/SupportingFiles/Base.lproj/LaunchScreen.storyboard @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/BoostRunClub/SupportingFiles/Futura LT Condensed Extra Bold Oblique.ttf b/BoostRunClub/SupportingFiles/Futura LT Condensed Extra Bold Oblique.ttf new file mode 100644 index 0000000..d4da035 Binary files /dev/null and b/BoostRunClub/SupportingFiles/Futura LT Condensed Extra Bold Oblique.ttf differ diff --git a/BoostRunClub/SupportingFiles/Info.plist b/BoostRunClub/SupportingFiles/Info.plist new file mode 100644 index 0000000..e6dab65 --- /dev/null +++ b/BoostRunClub/SupportingFiles/Info.plist @@ -0,0 +1,76 @@ + + + + + CFBundleDevelopmentRegion + $(DEVELOPMENT_LANGUAGE) + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + $(PRODUCT_BUNDLE_PACKAGE_TYPE) + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1 + LSRequiresIPhoneOS + + NSLocationAlwaysAndWhenInUseUsageDescription + 사용자 위치 정보를 확인합니다. + NSLocationWhenInUseUsageDescription + 사용자 위치 정보를 확인합니다. + NSMotionUsageDescription + 케이던스 및 모션 정보를 가져오기 위해 만보기에 대한 접근이 필요합니다. + NSPhotoLibraryUsageDescription + 사진에 대한 접근이 필요합니다. + UIAppFonts + + Futura LT Condensed Extra Bold Oblique.ttf + + UIApplicationSceneManifest + + UIApplicationSupportsMultipleScenes + + UISceneConfigurations + + UIWindowSceneSessionRoleApplication + + + UISceneConfigurationName + Default Configuration + UISceneDelegateClassName + $(PRODUCT_MODULE_NAME).SceneDelegate + + + + + UIApplicationSupportsIndirectInputEvents + + UIBackgroundModes + + location + + UILaunchStoryboardName + LaunchScreen + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + + UISupportedInterfaceOrientations~ipad + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + + diff --git a/BoostRunClub/Utilities.swift b/BoostRunClub/Utilities.swift new file mode 100644 index 0000000..f60293a --- /dev/null +++ b/BoostRunClub/Utilities.swift @@ -0,0 +1,8 @@ +// +// Utilities.swift +// BoostRunClub +// +// Created by Imho Jang on 2020/12/13. +// + +import Foundation diff --git a/BoostRunClub/ViewModels/ActivityDateFilterViewModel.swift b/BoostRunClub/ViewModels/ActivityDateFilterViewModel.swift new file mode 100644 index 0000000..2c7c61f --- /dev/null +++ b/BoostRunClub/ViewModels/ActivityDateFilterViewModel.swift @@ -0,0 +1,163 @@ +// +// ActivityDateFilterViewModel.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/08. +// + +import Foundation + +import Combine + +protocol ActivityDateFilterViewModelTypes: AnyObject { + var inputs: ActivityDateFilterViewModelInputs { get } + var outputs: ActivityDateFilterViewModelOutputs { get } +} + +protocol ActivityDateFilterViewModelInputs { + func didTapSelectButton() + func didTapBackgroundView() + func didPickerChanged(row: Int, component: Int) + + // Life Cycle + func viewDidLoad() +} + +protocol ActivityDateFilterViewModelOutputs { + typealias PickerMover = (component: Int, row: Int, animate: Bool) + // Data For Configure + var pickerListSubject: CurrentValueSubject<[[String]], Never> { get } + + // Signal For View Action + var adjustPickerSignal: PassthroughSubject { get } + + // Signal For Coordinate + var closeSignal: PassthroughSubject { get } +} + +class ActivityDateFilterViewModel: ActivityDateFilterViewModelInputs, ActivityDateFilterViewModelOutputs { + private var filterType: ActivityFilterType + private var dateRanges = [[DateRange?]]() + private var selectedRow = [Int](repeating: 0, count: 2) + + init(filterType: ActivityFilterType, dateRanges: [DateRange], currentRange: DateRange) { + self.filterType = filterType + configurePickerList(filterType: filterType, ranges: dateRanges, currentRange: currentRange) + } + + deinit { + print("[Memory \(Date())] 🌙ViewModel⭐️ \(Self.self) deallocated.") + } + + // Inputs + func viewDidLoad() { + switch filterType { + case .all, .week, .year: + adjustPickerSignal.send((component: 0, row: selectedRow[0], animate: false)) + case .month: + adjustPickerSignal.send((component: 0, row: selectedRow[0], animate: false)) + adjustPickerSignal.send((component: 1, row: selectedRow[1], animate: false)) + } + } + + func didPickerChanged(row: Int, component: Int) { + switch filterType { + case .all, .week, .year: + selectedRow[1] = row + case .month: + if component == 0 { + selectedRow[0] = row + } else { + selectedRow[1] = row + if dateRanges[selectedRow[0]][row] == nil { + adjustPicker(component: component, componentRow: selectedRow[0]) + } + } + } + } + + func didTapSelectButton() { + let dateRange: DateRange? + switch filterType { + case .all, .week, .year: + dateRange = dateRanges[0][selectedRow[1]] + case .month: + dateRange = dateRanges[selectedRow[0]][selectedRow[1]] + } + closeSignal.send(dateRange) + } + + func didTapBackgroundView() { + closeSignal.send(nil) + } + + // Outputs + var pickerListSubject = CurrentValueSubject<[[String]], Never>([]) + + var closeSignal = PassthroughSubject() + var adjustPickerSignal = PassthroughSubject() +} + +extension ActivityDateFilterViewModel: ActivityDateFilterViewModelTypes { + var inputs: ActivityDateFilterViewModelInputs { self } + var outputs: ActivityDateFilterViewModelOutputs { self } +} + +// MARK: - private function + +extension ActivityDateFilterViewModel { + private func configurePickerList( + filterType: ActivityFilterType, + ranges: [DateRange], + currentRange: DateRange + ) { + var pickerList: [[String]] + switch filterType { + case .all: + dateRanges = [] + pickerList = [] + case .week, .year: + dateRanges = [[]] + pickerList = [[]] + + for (idx, range) in ranges.enumerated() { + dateRanges[0].append(range) + pickerList[0].append(filterType.rangeDescription(at: range)) + if range == currentRange { + selectedRow[0] = idx + } + } + case .month: + dateRanges = [] + pickerList = [[], ["1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월", "10월", "11월", "12월"]] + var monthTable = [Int: [(month: Int, range: DateRange)]]() + ranges.forEach { + guard let dateComponent = $0.start.yearMonthDay else { return } + let key = dateComponent.year + var list = monthTable[key, default: []] + list.append((month: Int(dateComponent.month), range: $0)) + monthTable[key] = list + } + + let sortedTable = monthTable.sorted(by: { $0.key < $1.key }) + for (sectionIndex, elements) in sortedTable.enumerated() { + pickerList[0].append("\(elements.key)년") + dateRanges.append([DateRange?](repeating: nil, count: 12)) + elements.value.forEach { + dateRanges[sectionIndex][$0.month - 1] = $0.range + if $0.range == currentRange { + selectedRow[0] = sectionIndex + selectedRow[1] = $0.month - 1 + } + } + } + } + pickerListSubject.send(pickerList) + } + + private func adjustPicker(component: Int, componentRow: Int) { + guard let index = dateRanges[componentRow].firstIndex(where: { $0 != nil }) else { return } + selectedRow[component] = index + adjustPickerSignal.send((component: component, row: index, animate: true)) + } +} diff --git a/BoostRunClub/ViewModels/ActivityDetailViewModel.swift b/BoostRunClub/ViewModels/ActivityDetailViewModel.swift new file mode 100644 index 0000000..fbe01f4 --- /dev/null +++ b/BoostRunClub/ViewModels/ActivityDetailViewModel.swift @@ -0,0 +1,91 @@ +// +// ActivityDetailViewModel.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/12. +// + +import Foundation + +import Combine + +protocol ActivityDetailViewModelTypes { + var inputs: ActivityDetailViewModelInputs { get } + var outputs: ActivityDetailViewModelOutputs { get } +} + +protocol ActivityDetailViewModelInputs { + func didTapBackItem() + func didTapShowRouteDetail() + func didTapShowInfoDetail() + + // Life Cycle + func viewDidLoad() + func viewDidAppear() +} + +protocol ActivityDetailViewModelOutputs { + var showInfoDetailSignal: PassthroughSubject { get } + var showRouteDetailSignal: PassthroughSubject { get } + var closeSignal: PassthroughSubject { get } + + var detailConfigSubject: CurrentValueSubject { get } + + var initialAnimationSignal: PassthroughSubject { get } +} + +class ActivityDetailViewModel: ActivityDetailViewModelInputs, ActivityDetailViewModelOutputs { + private var initialAnimation = false + + init?(activity: Activity, detail: ActivityDetail?, activityService: ActivityReadable) { + let detailConfig: ActivityDetailConfig + if let detail = detail { + detailConfig = ActivityDetailConfig(activity: activity, detail: detail) + } else { + guard let detail = activityService.fetchActivityDetail(activityId: activity.uuid) else { return nil } + detailConfig = ActivityDetailConfig(activity: activity, detail: detail) + } + + detailConfigSubject = CurrentValueSubject(detailConfig) + } + + deinit { + print("[Memory \(Date())] 🌙ViewModel⭐️ \(Self.self) deallocated.") + } + + // Inputs + + func didTapShowRouteDetail() { + showRouteDetailSignal.send(detailConfigSubject.value) + } + + func didTapShowInfoDetail() { + showInfoDetailSignal.send() + } + + func didTapBackItem() { + closeSignal.send() + } + + func viewDidLoad() {} + + func viewDidAppear() { + if !initialAnimation { + initialAnimation = true + initialAnimationSignal.send() + } + } + + // Outputs + var initialAnimationSignal = PassthroughSubject() + + var showInfoDetailSignal = PassthroughSubject() + var showRouteDetailSignal = PassthroughSubject() + var closeSignal = PassthroughSubject() + var detailConfigSubject: CurrentValueSubject +} + +extension ActivityDetailViewModel: ActivityDetailViewModelTypes { + var inputs: ActivityDetailViewModelInputs { self } + var outputs: ActivityDetailViewModelOutputs { self } +} diff --git a/BoostRunClub/ViewModels/ActivityListViewModel.swift b/BoostRunClub/ViewModels/ActivityListViewModel.swift new file mode 100644 index 0000000..ae95e67 --- /dev/null +++ b/BoostRunClub/ViewModels/ActivityListViewModel.swift @@ -0,0 +1,92 @@ +// +// ActivityListViewModel.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/09. +// + +import Combine +import Foundation + +protocol ActivityListViewModelTypes { + var inputs: ActivityListViewModelInputs { get } + var outputs: ActivityListViewModelOutputs { get } +} + +protocol ActivityListViewModelInputs { + func didTapBackItem() + func didTapActivity(section: Int, row: Int) +} + +protocol ActivityListViewModelOutputs { + // Data For Configure + var activityListItemSubject: CurrentValueSubject<[ActivityListItem], Never> { get } + + // Signal For Coordinate + var showActivityDetails: PassthroughSubject { get } + var closeSignal: PassthroughSubject { get } +} + +class ActivityListViewModel: ActivityListViewModelInputs, ActivityListViewModelOutputs { + let activityService: ActivityReadable + + init(activityReader: ActivityReadable) { + activityService = activityReader + + let activites = activityReader.fetchActivities().sorted(by: >) + let listItems = makeActivityListItems(from: activites) + activityListItemSubject.send(listItems) + } + + deinit { + print("[Memory \(Date())] 🌙ViewModel⭐️ \(Self.self) deallocated.") + } + + // Inputs + func didTapBackItem() { + closeSignal.send() + } + + func didTapActivity(section: Int, row: Int) { + let activity = activityListItemSubject.value[section].items[row] + showActivityDetails.send(activity) + } + + // Outputs + var activityListItemSubject = CurrentValueSubject<[ActivityListItem], Never>([]) + + var showActivityDetails = PassthroughSubject() + var closeSignal = PassthroughSubject() +} + +extension ActivityListViewModel: ActivityListViewModelTypes { + var inputs: ActivityListViewModelInputs { self } + var outputs: ActivityListViewModelOutputs { self } +} + +// MARK: - Private Functions + +extension ActivityListViewModel { + private func makeActivityListItems(from data: [Activity]) -> [ActivityListItem] { + let ranges = ActivityFilterType.month.groupDateRanges(from: data) + var items = [[Activity]](repeating: [], count: ranges.count) + data.forEach { activity in + guard let idx = ranges.firstIndex(where: { $0.contains(date: activity.createdAt) }) + else { return } + items[idx].append(activity) + } + + return items.enumerated() + .reduce(into: [ActivityListItem]()) { + let index = $1.0 + let listItem = $1.1 + let total = ActivityTotalConfig( + filterType: .month, + filterRange: ranges[index], + activities: listItem + ) + $0.append(ActivityListItem(total: total, items: listItem)) + } + .sorted(by: { $0 > $1 }) + } +} diff --git a/BoostRunClub/ViewModels/ActivityViewModel.swift b/BoostRunClub/ViewModels/ActivityViewModel.swift new file mode 100644 index 0000000..0bdb7f6 --- /dev/null +++ b/BoostRunClub/ViewModels/ActivityViewModel.swift @@ -0,0 +1,152 @@ +// +// ActivityViewModel.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/07. +// + +import Foundation + +import Combine + +protocol ActivityViewModelTypes: AnyObject { + var inputs: ActivityViewModelInputs { get } + var outputs: ActivityViewModelOutputs { get } +} + +protocol ActivityViewModelInputs { + func didFilterChanged(to idx: Int) + func didFilterRangeChanged(range: DateRange) + func didSelectActivity(at index: Int) + func didTapShowDateFilter() + func didTapShowAllActivities() + func didTapShowProfileButton() + + // Life Cycle + func viewDidLoad() +} + +protocol ActivityViewModelOutputs { + typealias FilterWithRange = (type: ActivityFilterType, ranges: [DateRange], current: DateRange) + + // Data For Configure + var filterTypeSubject: CurrentValueSubject { get } + var totalDataSubject: CurrentValueSubject { get } + var recentActivitiesSubject: CurrentValueSubject<[Activity], Never> { get } + + // Signal For Coordinate + var showProfileSignal: PassthroughSubject { get } + var showFilterSheetSignal: PassthroughSubject { get } + var showActivityListSignal: PassthroughSubject { get } + var showActivityDetailSignal: PassthroughSubject { get } +} + +class ActivityViewModel: ActivityViewModelInputs, ActivityViewModelOutputs { + let activityService: ActivityReadable + + private var activities = [Activity]() + private var ranges = [ActivityFilterType: [DateRange]]() + var cancellables = Set() + + init(activityReader: ActivityReadable) { + activityService = activityReader + activityReader.activityChangeSignal + .receive(on: RunLoop.main) + .sink { [weak self] in self?.fetchActivities() } + .store(in: &cancellables) + + fetchActivities() + } + + deinit { + print("[Memory \(Date())] 🌙ViewModel⭐️ \(Self.self) deallocated.") + } + + // Inputs + func viewDidLoad() { + didFilterChanged(to: 0) + } + + func didFilterChanged(to idx: Int) { + guard let filterType = ActivityFilterType(rawValue: idx) else { return } + let ranges = getDateRanges(for: filterType) + + if let firstRange = ranges.first { + let total = ActivityTotalConfig( + filterType: filterType, + filterRange: firstRange, + activities: activities.filter { firstRange.contains(date: $0.createdAt) } + ) + filterTypeSubject.send(filterType) + totalDataSubject.send(total) + } + } + + func didFilterRangeChanged(range: DateRange) { + let total = ActivityTotalConfig( + filterType: filterTypeSubject.value, + filterRange: range, + activities: activities.filter { range.contains(date: $0.createdAt) } + ) + totalDataSubject.send(total) + } + + func didSelectActivity(at index: Int) { + guard recentActivitiesSubject.value.count > index else { return } + showActivityDetailSignal.send(recentActivitiesSubject.value[index]) + } + + func didTapShowAllActivities() { + showActivityListSignal.send() + } + + func didTapShowProfileButton() { + showProfileSignal.send() + } + + func didTapShowDateFilter() { + let ranges = getDateRanges(for: filterTypeSubject.value) + showFilterSheetSignal.send((filterTypeSubject.value, ranges, totalDataSubject.value.selectedRange)) + } + + // Outputs + var filterTypeSubject = CurrentValueSubject(.week) + var totalDataSubject = CurrentValueSubject(ActivityTotalConfig()) + var recentActivitiesSubject = CurrentValueSubject<[Activity], Never>([]) + + var showProfileSignal = PassthroughSubject() + var showFilterSheetSignal = PassthroughSubject() + var showActivityListSignal = PassthroughSubject() + var showActivityDetailSignal = PassthroughSubject() +} + +extension ActivityViewModel: ActivityViewModelTypes { + var inputs: ActivityViewModelInputs { self } + var outputs: ActivityViewModelOutputs { self } +} + +// MARK: - Private Functions + +extension ActivityViewModel { + private func fetchActivities() { + activities = activityService.fetchActivities().sorted(by: >) + + ranges[filterTypeSubject.value] = filterTypeSubject.value.groupDateRanges(from: activities) + + let numRecentActivity = activities.count < 5 ? activities.count : 5 + if numRecentActivity > 0 { + recentActivitiesSubject.send(activities[0 ..< numRecentActivity].map { $0 }) + } + } + + private func getDateRanges(for filter: ActivityFilterType) -> [DateRange] { + let ranges: [DateRange] + if self.ranges.contains(where: { $0.key == filter }) { + ranges = self.ranges[filter]! + } else { + ranges = filter.groupDateRanges(from: activities) + self.ranges[filter] = ranges + } + return ranges + } +} diff --git a/BoostRunClub/ViewModels/Configurable/ActivityDetailConfig.swift b/BoostRunClub/ViewModels/Configurable/ActivityDetailConfig.swift new file mode 100644 index 0000000..d488752 --- /dev/null +++ b/BoostRunClub/ViewModels/Configurable/ActivityDetailConfig.swift @@ -0,0 +1,43 @@ +// +// ActivityDetailConfig.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/13. +// + +import CoreLocation +import Foundation + +struct ActivityDetailConfig { + let titleDate: String + let title: String + + let distance: Double + let avgPace: String + let runningTime: String + let calorie: Int + let elevation: Int + let avgBPM: Int + let cadence: Int + + let locations: [Location] + let splits: [RunningSplit] + + init(activity: Activity, detail: ActivityDetail) { + let timeTexts = activity.createdAt.toYMDHMString.components(separatedBy: " ") + let periodText = activity.createdAt.period + titleDate = "\(timeTexts[0]) \(periodText) \(timeTexts[1])" + title = "\(activity.createdAt.toDayOfWeekString) \(periodText) 러닝" + + distance = activity.distance + avgPace = activity.avgPaceText + runningTime = activity.runningTimeText + calorie = detail.calorie + elevation = Int(activity.elevation) + avgBPM = detail.avgBPM + cadence = detail.cadence + + locations = detail.locations + splits = detail.splits + } +} diff --git a/BoostRunClub/ViewModels/Configurable/ActivityListItem.swift b/BoostRunClub/ViewModels/Configurable/ActivityListItem.swift new file mode 100644 index 0000000..a125fd1 --- /dev/null +++ b/BoostRunClub/ViewModels/Configurable/ActivityListItem.swift @@ -0,0 +1,23 @@ +// +// ActivityListItem.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/09. +// + +import Foundation + +struct ActivityListItem { + let total: ActivityTotalConfig + let items: [Activity] +} + +extension ActivityListItem: Comparable { + static func == (lhs: ActivityListItem, rhs: ActivityListItem) -> Bool { + lhs.total.totalRange.start == rhs.total.totalRange.start + } + + static func < (lhs: ActivityListItem, rhs: ActivityListItem) -> Bool { + lhs.total.totalRange.start < rhs.total.totalRange.start + } +} diff --git a/BoostRunClub/ViewModels/Configurable/ActivityTotalConfig.swift b/BoostRunClub/ViewModels/Configurable/ActivityTotalConfig.swift new file mode 100644 index 0000000..f5a6100 --- /dev/null +++ b/BoostRunClub/ViewModels/Configurable/ActivityTotalConfig.swift @@ -0,0 +1,111 @@ +// +// ActivityTotal.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/07. +// + +import Foundation + +struct ActivityTotalConfig { + let filterType: ActivityFilterType + let period: String + let selectedRange: DateRange + let totalRange: DateRange + let totalDistance: Double + let numRunning: Int + let avgPace: Int + let totalRunningTime: Double + let totalElevation: Double + + var avgPaceText: String { + String(format: "%d'%d\"", avgPace / 60, avgPace % 60) + } + + // Total + var totalDistanceText: String { + String(format: "%.2f", totalDistance / 1000) + } + + var numRunningText: String { + String(format: "%d", numRunning) + } + + var totalRunningTimeText: String { + TimeInterval(totalRunningTime).fullFormattedString + } + + // Statistic + var numRunningPerWeekText: String { + let numberOfWeeks = Date.numberOfWeeks(range: totalRange) ?? 1 + return String(format: "%.2f러닝/주", Double(numRunning) / Double(numberOfWeeks)) + } + + var distancePerRunningText: String { + guard numRunning > 0 else { return "--" } + return String(format: "%.2fkm/러닝", (totalDistance / 1000) / Double(numRunning)) + } + + var runningTimePerRunningText: String { + guard numRunning > 0 else { return "--" } + return "\(TimeInterval(totalRunningTime / Double(numRunning)).fullFormattedString)/러닝" + } + + var totalElevationText: String { + String(format: "%.0f m", totalElevation) + } + + init( + period: String = "", + distance: Double = 0, + numRunning: Int = 0, + avgPace: Int = 0, + runningTime: Double = 0, + elevation: Double = 0, + dateRange: DateRange = DateRange(start: Date(), end: Date()) + ) { + self.period = period + totalDistance = distance + self.numRunning = numRunning + self.avgPace = avgPace + totalRunningTime = runningTime + totalElevation = elevation + totalRange = dateRange + filterType = .week + selectedRange = dateRange + } + + init(filterType: ActivityFilterType, filterRange: DateRange, activities: [Activity]) { + var sumAvgPace: Int = 0 + var sumDuration: Double = 0 + var sumDistance: Double = 0 + var sumElevation: Double = 0 + + activities.forEach { + sumAvgPace += $0.avgPace + sumDuration += $0.duration + sumDistance += $0.distance + sumElevation += $0.elevation + } + self.filterType = filterType + selectedRange = filterRange + period = filterType.rangeDescription(at: filterRange) + avgPace = activities.count == 0 ? 0 : sumAvgPace / activities.count + + totalDistance = sumDistance + totalRunningTime = sumDuration + numRunning = activities.count + totalElevation = sumElevation + + if + let start = activities.first?.createdAt, + let last = activities.last?.createdAt + { + totalRange = DateRange(start: start, end: last) + } else { + totalRange = DateRange(start: Date(), end: Date()) + } + } +} + +extension ActivityTotalConfig {} diff --git a/BoostRunClub/ViewModels/EditProfileViewModel.swift b/BoostRunClub/ViewModels/EditProfileViewModel.swift new file mode 100644 index 0000000..8d1a70d --- /dev/null +++ b/BoostRunClub/ViewModels/EditProfileViewModel.swift @@ -0,0 +1,153 @@ +// +// EditProfileViewModel.swift +// BoostRunClub +// +// Created by Imho Jang on 2020/12/09. +// + +import Combine +import Foundation + +protocol EditProfileViewModelTypes { + var inputs: EditProfileViewModelInputs { get } + var outputs: EditProfileViewModelOutputs { get } +} + +protocol EditProfileViewModelInputs { + func didTapApplyButton() + func didEditProfilePicture(to imageData: Data) + func didEditLastName(to text: String) + func didEditFirstName(to text: String) + func didEditHometown(to text: String) + func didEditBio(to text: String) + + // Life Cycle + func viewDidLoad() +} + +protocol EditProfileViewModelOutputs { + // Data For Configure + var imageDataSubject: CurrentValueSubject { get } + var lastNameTextSubject: CurrentValueSubject { get } + var firstNameTextSubject: CurrentValueSubject { get } + var hometownTextSubject: CurrentValueSubject { get } + var bioTextSubject: CurrentValueSubject { get } + + // Signal For View Action + var saveButtonActivateSignal: PassthroughSubject { get } + + // Signal For Coordinate + var closeSignal: PassthroughSubject { get } +} + +final class EditProfileViewModel: EditProfileViewModelInputs, EditProfileViewModelOutputs { + private var defaults: DefaultsManagable + private var initialProfile: Profile? + private var currentProfile: Profile? + + init(defaults: DefaultsManagable) { + self.defaults = defaults + } + + deinit { + print("[Memory \(Date())] 🌙ViewModel⭐️ \(Self.self) deallocated.") + } + + // inputs + + func viewDidLoad() { + imageDataSubject.value = Data.loadImageDataFromDocumentsDirectory(fileName: "profile.png") + lastNameTextSubject.value = defaults.reader.string(forKey: "LastName") ?? "" + firstNameTextSubject.value = defaults.reader.string(forKey: "FirstName") ?? "" + hometownTextSubject.value = defaults.reader.string(forKey: "Hometown") ?? "" + bioTextSubject.value = defaults.reader.string(forKey: "Bio") ?? "" + + initialProfile = Profile(image: imageDataSubject.value, + lastName: lastNameTextSubject.value, + firstName: firstNameTextSubject.value, + hometown: hometownTextSubject.value, + bio: bioTextSubject.value) + + currentProfile = initialProfile + } + + func didTapApplyButton() { + guard let currentProfile = currentProfile else { return } + + if let imageData = currentProfile.image { + Data.saveImageDataToDocumentsDirectory(fileName: "profile.png", + imageData: imageData) + } + + sendChangedProfilePictureSignal() + saveProfileTextsToUserDefaults(profile: currentProfile) + closeSignal.send(currentProfile) + } + + func didEditProfilePicture(to imageData: Data) { + imageDataSubject.value = imageData + currentProfile?.image = imageData + compareChanges() + } + + func didEditLastName(to text: String) { + lastNameTextSubject.value = text + currentProfile?.lastName = text + compareChanges() + } + + func didEditFirstName(to text: String) { + firstNameTextSubject.value = text + currentProfile?.firstName = text + compareChanges() + } + + func didEditHometown(to text: String) { + hometownTextSubject.value = text + currentProfile?.hometown = text + compareChanges() + } + + func didEditBio(to text: String) { + bioTextSubject.value = text + currentProfile?.bio = text + compareChanges() + } + + // ouputs + + var closeSignal = PassthroughSubject() + var imageDataSubject = CurrentValueSubject(nil) + var lastNameTextSubject = CurrentValueSubject("") + var firstNameTextSubject = CurrentValueSubject("") + var hometownTextSubject = CurrentValueSubject("") + var bioTextSubject = CurrentValueSubject("") + var saveButtonActivateSignal = PassthroughSubject() +} + +extension EditProfileViewModel: EditProfileViewModelTypes { + var inputs: EditProfileViewModelInputs { self } + var outputs: EditProfileViewModelOutputs { self } +} + +// MARK: - Private Functions + +extension EditProfileViewModel { + private func saveProfileTextsToUserDefaults(profile: Profile) { + defaults.writer.set(profile.firstName, forKey: "FirstName") + defaults.writer.set(profile.lastName, forKey: "LastName") + defaults.writer.set(profile.hometown, forKey: "Hometown") + defaults.writer.set(profile.bio, forKey: "Bio") + } + + private func compareChanges() { + saveButtonActivateSignal.send(currentProfile != initialProfile) + } + + private func sendChangedProfilePictureSignal() { + if currentProfile?.image != initialProfile?.image { + guard let image = currentProfile?.image else { return } + // TODO: - do something here to send signal + } + } +} diff --git a/BoostRunClub/ViewModels/GoalTypeViewModel.swift b/BoostRunClub/ViewModels/GoalTypeViewModel.swift new file mode 100644 index 0000000..3b91232 --- /dev/null +++ b/BoostRunClub/ViewModels/GoalTypeViewModel.swift @@ -0,0 +1,60 @@ +// +// GoalTypeViewModel.swift +// BoostRunClub +// +// Created by Imho Jang on 2020/11/24. +// + +import Combine +import Foundation + +protocol GoalTypeViewModelTypes { + var inputs: GoalTypeViewModelInputs { get } + var outputs: GoalTypeViewModelOutputs { get } +} + +protocol GoalTypeViewModelInputs { + func didSelectGoalType(_ goalType: GoalType) + func didTapBackgroundView() +} + +protocol GoalTypeViewModelOutputs { + // Data For Configure + var goalTypeSubject: CurrentValueSubject { get } + + // Signal For Coordinate + var closeSignal: PassthroughSubject { get } +} + +class GoalTypeViewModel: GoalTypeViewModelInputs, GoalTypeViewModelOutputs { + init(goalType: GoalType) { + goalTypeSubject = CurrentValueSubject(goalType) + } + + deinit { + print("[Memory \(Date())] 🌙ViewModel⭐️ \(Self.self) deallocated.") + } + + // MARK: Inputs + + func didTapBackgroundView() { + closeSignal.send(goalTypeSubject.value) + } + + func didSelectGoalType(_ goalType: GoalType) { + goalTypeSubject.send(goalType) + closeSignal.send(goalTypeSubject.value) + } + + // MARK: Ouputs + + private(set) var closeSignal = PassthroughSubject() + let goalTypeSubject: CurrentValueSubject +} + +// MARK: - Types + +extension GoalTypeViewModel: GoalTypeViewModelTypes { + var inputs: GoalTypeViewModelInputs { self } + var outputs: GoalTypeViewModelOutputs { self } +} diff --git a/BoostRunClub/ViewModels/GoalTypeViewModelTest.swift b/BoostRunClub/ViewModels/GoalTypeViewModelTest.swift new file mode 100644 index 0000000..24c2ef2 --- /dev/null +++ b/BoostRunClub/ViewModels/GoalTypeViewModelTest.swift @@ -0,0 +1,70 @@ +// +// GoalTypeViewModelTest.swift +// BoostRunClubTests +// +// Created by 조기현 on 2020/11/29. +// + +@testable import BoostRunClub +import Combine +import XCTest + +class GoalTypeViewModelTest: XCTestCase { + var goalTypeVM: GoalTypeViewModel! + var cancellables: Set! + + override func setUp() { + goalTypeVM = GoalTypeViewModel(goalType: .none) + cancellables = [] + } + + override func tearDown() { + cancellables.removeAll() + } + + func testDidTapBackgroundView() { + let receivedSignal = expectation(description: "received signal to close action sheet") + let expectedGoalType: GoalType = .distance + + goalTypeVM.goalTypeSubject.send(expectedGoalType) + + let cancellable = goalTypeVM.closeSignal + .sink { + if $0 == expectedGoalType { + receivedSignal.fulfill() + } else { + XCTFail("BackgroundView를 탭한 후 goalTypeVM에서 전송하는 값과 GoalType이 들어오는 값이 일치하지 않음") + } + } + + goalTypeVM.didTapBackgroundView() + waitForExpectations(timeout: 1, handler: nil) + cancellable.cancel() + } + + func testDidSelectGoalType() { + let allCases: [GoalType] = [.distance, .speed, .time] + + allCases.forEach { goalType in + let receivedSignal = expectation(description: "received signal that user selected goal type") + + let cancellable = Publishers.CombineLatest( + goalTypeVM.goalTypeSubject, + goalTypeVM.closeSignal + ) + .sink { + if $0 == goalType, + $1 == goalType + { + receivedSignal.fulfill() + } else { + XCTFail("GoalType 선택 후 전송하는 값과 들어오는 값이 일치하지 않음") + } + } + + goalTypeVM.didSelectGoalType(goalType) + waitForExpectations(timeout: 1, handler: nil) + cancellable.cancel() + } + } +} diff --git a/BoostRunClub/ViewModels/GoalValueSetupViewModel.swift b/BoostRunClub/ViewModels/GoalValueSetupViewModel.swift new file mode 100644 index 0000000..57421a4 --- /dev/null +++ b/BoostRunClub/ViewModels/GoalValueSetupViewModel.swift @@ -0,0 +1,117 @@ +// +// GoalValueSetupViewModel.swift +// BoostRunClub +// +// Created by 조기현 on 2020/11/26. +// + +import Combine +import Foundation + +protocol GoalValueSetupViewModelTypes { + var inputs: GoalValueSetupViewModelInputs { get } + var outputs: GoalValueSetupViewModelOutputs { get } +} + +protocol GoalValueSetupViewModelInputs { + func didDeleteBackward() + func didInputNumber(_ number: String) + func didTapCancelButton() + func didTapApplyButton() +} + +protocol GoalValueSetupViewModelOutputs { + var goalType: GoalType { get } + var goalValueSubject: CurrentValueSubject { get } + + var closeSignal: PassthroughSubject { get } +} + +class GoalValueSetupViewModel: GoalValueSetupViewModelInputs, GoalValueSetupViewModelOutputs { + var goalType: GoalType + private var inputValue = "" + + init(goalType: GoalType, goalValue: String) { + self.goalType = goalType + goalValueSubject = CurrentValueSubject(goalValue) + } + + deinit { + print("[Memory \(Date())] 🌙ViewModel⭐️ \(Self.self) deallocated.") + } + + // MARK: Inputs + + func didInputNumber(_ number: String) { + let currentString = inputValue + switch goalType { + case .distance: + let text = currentString + number + if text ~= String.RegexPattern.distance.patternString { + inputValue = text + goalValueSubject.send(text) + } + case .time: + guard + !(currentString.isEmpty && number == "0"), + currentString.count < 4 + else { return } + + inputValue = currentString + number + var outputValue = String(repeating: "0", count: 4 - inputValue.count) + inputValue + outputValue.insert(contentsOf: ":", at: outputValue.index(outputValue.startIndex, offsetBy: 2)) + goalValueSubject.send(outputValue) + + case .speed, .none: + break + } + } + + func didDeleteBackward() { + if !inputValue.isEmpty { + inputValue.removeLast() + } + switch goalType { + case .distance: + goalValueSubject.send(inputValue.isEmpty ? "0" : inputValue) + case .time: + var outputValue = String(repeating: "0", count: 4 - inputValue.count) + inputValue + outputValue.insert(contentsOf: ":", at: outputValue.index(outputValue.startIndex, offsetBy: 2)) + goalValueSubject.send(outputValue) + case .speed, .none: + break + } + } + + func didTapCancelButton() { + closeSignal.send(nil) + } + + func didTapApplyButton() { + var goalValue = goalValueSubject.value + switch goalType { + case .distance: + guard let number = Float(goalValue) else { + goalValue = "00.00" + break + } + goalValue = String(format: "%.2f", number) + case .time, .speed, .none: + break + } + closeSignal.send(goalValue) + } + + // MARK: Outputs + + var goalValueSubject: CurrentValueSubject + + var closeSignal = PassthroughSubject() +} + +// MARK: - Types + +extension GoalValueSetupViewModel: GoalValueSetupViewModelTypes { + var inputs: GoalValueSetupViewModelInputs { self } + var outputs: GoalValueSetupViewModelOutputs { self } +} diff --git a/BoostRunClub/ViewModels/GoalValueSetupViewModelTest.swift b/BoostRunClub/ViewModels/GoalValueSetupViewModelTest.swift new file mode 100644 index 0000000..1c6a2cb --- /dev/null +++ b/BoostRunClub/ViewModels/GoalValueSetupViewModelTest.swift @@ -0,0 +1,481 @@ +// +// GoalValueSetupViewModelTest.swift +// BoostRunClubTests +// +// Created by 김신우 on 2020/11/29. +// + +@testable import BoostRunClub +import Combine +import XCTest + +// swiftlint:disable:next type_body_length +class GoalValueSetupViewModelTest: XCTestCase { + override func setUp() {} + + override func tearDown() {} + + func testMakeViewModel_TimeType() { + let expectedObserve = expectation(description: "setupWithTime") + let goalInfo = GoalInfo(type: .time, value: "12:22") + let viewModel = GoalValueSetupViewModel( + goalType: goalInfo.type, + goalValue: goalInfo.value + ) // test target + let expectedNumReceived = 1 + var numReceived = 0 + let cancellable = viewModel.goalValueSubject + .sink { presentingValue in + numReceived += 1 + XCTAssertEqual(presentingValue, goalInfo.value) + if presentingValue == goalInfo.value { + expectedObserve.fulfill() + } + } + + waitForExpectations(timeout: 1, handler: nil) + cancellable.cancel() + XCTAssertEqual(expectedNumReceived, numReceived) + } + + func testMakeViewModel_DistanceType() { + let expectedObserve = expectation(description: "setupWithDistance") + let goalInfo = GoalInfo(type: .distance, value: "25") + let viewModel = GoalValueSetupViewModel( + goalType: goalInfo.type, + goalValue: goalInfo.value + ) // test target + let expectedNumReceived = 1 + var numReceived = 0 + let cancellable = viewModel.goalValueSubject + .sink { presentingValue in + numReceived += 1 + XCTAssertEqual(presentingValue, goalInfo.value) + if presentingValue == goalInfo.value { + expectedObserve.fulfill() + } + } + + waitForExpectations(timeout: 1, handler: nil) + cancellable.cancel() + XCTAssertEqual(expectedNumReceived, numReceived) + } + + func testInitialInput_TimeType() { + let expectedObserve = expectation(description: "initialInputTime") + let goalInfo = GoalInfo(type: .time, value: "11:11") + let viewModel = GoalValueSetupViewModel(goalType: goalInfo.type, goalValue: goalInfo.value) + let initialInput = "1" + let expectedValue = "00:01" + + let cancellable = viewModel.goalValueSubject + .dropFirst() + .sink { presentingValue in + XCTAssertEqual(presentingValue, expectedValue) + if presentingValue == expectedValue { + expectedObserve.fulfill() + } + } + viewModel.didInputNumber(initialInput) // test target + + waitForExpectations(timeout: 1, handler: nil) + cancellable.cancel() + } + + func testInitialInput_DistanceType() { + let expectedObserve = expectation(description: "initialInputTime") + let goalInfo = GoalInfo(type: .distance, value: "15.15") + let viewModel = GoalValueSetupViewModel(goalType: goalInfo.type, goalValue: goalInfo.value) + let initialInput = "1" + let expectedValue = initialInput + + let cancellable = viewModel.goalValueSubject + .dropFirst() + .sink { presentingValue in + XCTAssertEqual(presentingValue, expectedValue) + if presentingValue == initialInput { + expectedObserve.fulfill() + } + } + viewModel.didInputNumber(initialInput) // test target + + waitForExpectations(timeout: 1, handler: nil) + cancellable.cancel() + } + + func testFilterInputs_DistanceType() { + let inputStreams = [ + "1111.2.222", // 11.22 + "111111", // 11 + "111.", // 11. + "..222", // .22 + "02.1", // 02.1 + ] + let expectedResults = [ + "11.22", + "11", + "11.", + ".22", + "02.1", + ] + let expectedNumReceived = expectedResults.map { $0.count } + + inputStreams.enumerated().forEach { idx, inputs in + let goalInfo = GoalInfo(type: .distance, value: "15.15") + let viewModel = GoalValueSetupViewModel(goalType: goalInfo.type, goalValue: goalInfo.value) + + let expectedObserve = expectation(description: "invalidTimeInputs") + let expectedResult = expectedResults[idx] + let expectedNumReceived = expectedNumReceived[idx] + var numReceived = 0 + let cancellable = viewModel.goalValueSubject + .dropFirst() + .sink { presentingValue in + numReceived += 1 + if presentingValue == expectedResult { + expectedObserve.fulfill() + } + } + + inputs.map { String($0) }.forEach { viewModel.didInputNumber($0) } + waitForExpectations(timeout: 1, handler: nil) + XCTAssertEqual(expectedNumReceived, numReceived) + cancellable.cancel() + } + } + + func testFilterInputs_TimeType() { + let inputStreams = [ + "11112222", // 11:11 + "00111", // 01:11 + "222", // 02:22 + "33", // 00:33 + "4", // 00:04 + ] + let expectedResults = [ + "11:11", + "01:11", + "02:22", + "00:33", + "00:04", + ] + let expectedNumReceived = [4, 3, 3, 2, 1] + + inputStreams.enumerated().forEach { idx, inputs in + let goalInfo = GoalInfo(type: .time, value: "") + let viewModel = GoalValueSetupViewModel(goalType: goalInfo.type, goalValue: goalInfo.value) + + let expectedObserve = expectation(description: "invalidTimeInputs") + let expectedResult = expectedResults[idx] + let expectedNumReceived = expectedNumReceived[idx] + var numReceived = 0 + let cancellable = viewModel.goalValueSubject + .dropFirst() + .sink { presentingValue in + numReceived += 1 + if presentingValue == expectedResult { + expectedObserve.fulfill() + } + } + + inputs.map { String($0) }.forEach { viewModel.didInputNumber($0) } + waitForExpectations(timeout: 1, handler: nil) + XCTAssertEqual(expectedNumReceived, numReceived) + cancellable.cancel() + } + } + + func testDeleteBackward_DistanceType_noneInputs() { + let expectedObserve = expectation(description: "deleteBackward_distance_noneInputs") + let goalInfo = GoalInfo(type: .distance, value: "15.15") + let viewModel = GoalValueSetupViewModel(goalType: goalInfo.type, goalValue: goalInfo.value) + let expectedResult = "0" + + let cancellable = viewModel.goalValueSubject + .dropFirst() + .sink { presentingValue in + XCTAssertEqual(presentingValue, expectedResult) + if presentingValue == expectedResult { + expectedObserve.fulfill() + } + } + viewModel.didDeleteBackward() // test target + + waitForExpectations(timeout: 1, handler: nil) + cancellable.cancel() + } + + func testDeleteBackward_TimeType_noneInputs() { + let expectedObserve = expectation(description: "deleteBackward_time_noneInputs") + let goalInfo = GoalInfo(type: .time, value: "15:15") + let viewModel = GoalValueSetupViewModel(goalType: goalInfo.type, goalValue: goalInfo.value) + let expectedResult = "00:00" + + let cancellable = viewModel.goalValueSubject + .dropFirst() + .sink { presentingValue in + XCTAssertEqual(presentingValue, expectedResult) + if presentingValue == expectedResult { + expectedObserve.fulfill() + } + } + viewModel.didDeleteBackward() // test target + + waitForExpectations(timeout: 1, handler: nil) + cancellable.cancel() + } + + func testDeleteBackward_DistanceType_Inputs() { + let goalInfo = GoalInfo(type: .distance, value: "15.15") + let viewModel = GoalValueSetupViewModel(goalType: goalInfo.type, goalValue: goalInfo.value) + let cancel = ["1", "1", ".", "2", "2"].publisher + .sink { viewModel.didInputNumber($0) } + + let expectedResults = ["11.2", "11.", "11", "1", "0", "0"] + + expectedResults.forEach { expectedResult in + let expectedObserve = expectation(description: "deleteBackward_distance_Inputs") + let cancellable = viewModel.goalValueSubject + .dropFirst() + .sink { presentingValue in + XCTAssertEqual(presentingValue, expectedResult) + if expectedResult == presentingValue { + expectedObserve.fulfill() + } + } + viewModel.didDeleteBackward() // test target + waitForExpectations(timeout: 1, handler: nil) + cancellable.cancel() + } + cancel.cancel() + } + + func testDeleteBackward_TimeType_Inputs() { + let goalInfo = GoalInfo(type: .time, value: "15:15") + let viewModel = GoalValueSetupViewModel(goalType: goalInfo.type, goalValue: goalInfo.value) + let cancel = ["1", "1", "2", "2"].publisher + .sink { viewModel.didInputNumber($0) } + + let expectedResults = ["01:12", "00:11", "00:01", "00:00", "00:00"] + + expectedResults.forEach { expectedResult in + let expectedObserve = expectation(description: "deleteBackward_Time_Inputs") + let cancellable = viewModel.goalValueSubject + .dropFirst() + .sink { presentingValue in + XCTAssertEqual(presentingValue, expectedResult) + if expectedResult == presentingValue { + expectedObserve.fulfill() + } + } + viewModel.didDeleteBackward() // test target + waitForExpectations(timeout: 1, handler: nil) + cancellable.cancel() + } + cancel.cancel() + } + + func testCancelButton_DistanceType_noneInputs() { + let expectedObserve = expectation(description: "didTapCancel_distance_noneInputs") + let goalInfo = GoalInfo(type: .distance, value: "15.15") + let viewModel = GoalValueSetupViewModel(goalType: goalInfo.type, goalValue: goalInfo.value) + + let cancellable = viewModel.closeSignal + .sink { resultValue in + XCTAssertNil(resultValue) + if resultValue == nil { + expectedObserve.fulfill() + } + } + viewModel.didTapCancelButton() // test target + + waitForExpectations(timeout: 1, handler: nil) + cancellable.cancel() + } + + func testCancelButton_TimeType_noneInputs() { + let expectedObserve = expectation(description: "didTapCancel_time_noneInputs") + let goalInfo = GoalInfo(type: .distance, value: "15:15") + let viewModel = GoalValueSetupViewModel(goalType: goalInfo.type, goalValue: goalInfo.value) + + let cancellable = viewModel.closeSignal + .sink { resultValue in + XCTAssertNil(resultValue) + if resultValue == nil { + expectedObserve.fulfill() + } + } + viewModel.didTapCancelButton() // test target + + waitForExpectations(timeout: 1, handler: nil) + cancellable.cancel() + } + + func testCancelButton_DistanceType_Inputs() { + let inputs = [ + "11.22", "1.22", ".22", ".2", ".02", "11", "1", + ] + + let expectedResults: [String?] = [ + nil, nil, nil, nil, nil, nil, nil, + ] + + inputs.enumerated().forEach { idx, input in + let expectedObserve = expectation(description: "didTapCancel_distance_Inputs") + + let goalInfo = GoalInfo(type: .distance, value: "15.15") + let viewModel = GoalValueSetupViewModel(goalType: goalInfo.type, goalValue: goalInfo.value) + input.map { String($0) }.forEach { viewModel.didInputNumber($0) } + + let expectedResult = expectedResults[idx] + + let cancel = viewModel.closeSignal + .sink { resultValue in + XCTAssertEqual(resultValue, expectedResult) + if resultValue == expectedResult { + expectedObserve.fulfill() + } + } + + viewModel.didTapCancelButton() + waitForExpectations(timeout: 1, handler: nil) + cancel.cancel() + } + } + + func testCancelButton_TimeType_Inputs() { + let inputs = [ + "1122", "122", "22", "2", "02", "0110", "00010000", + ] + + let expectedResults: [String?] = [ + nil, nil, nil, nil, nil, nil, nil, + ] + + inputs.enumerated().forEach { idx, input in + let expectedObserve = expectation(description: "didTapCancel_time_Inputs") + + let goalInfo = GoalInfo(type: .time, value: "15:15") + let viewModel = GoalValueSetupViewModel(goalType: goalInfo.type, goalValue: goalInfo.value) + input.map { String($0) }.forEach { viewModel.didInputNumber($0) } + + let expectedResult = expectedResults[idx] + + let cancel = viewModel.closeSignal + .sink { resultValue in + XCTAssertEqual(resultValue, expectedResult) + if resultValue == expectedResult { + expectedObserve.fulfill() + } + } + + viewModel.didTapCancelButton() + waitForExpectations(timeout: 1, handler: nil) + cancel.cancel() + } + } + + func testApplyButton_DistanceType_noneInputs() { + let expectedObserve = expectation(description: "testApplyButton_DistanceType_noneInputs") + let initialValue = "15.15" + let goalInfo = GoalInfo(type: .distance, value: initialValue) + let viewModel = GoalValueSetupViewModel(goalType: goalInfo.type, goalValue: goalInfo.value) + + let cancellable = viewModel.closeSignal + .sink { resultValue in + XCTAssertEqual(resultValue, initialValue) + if resultValue == initialValue { + expectedObserve.fulfill() + } + } + viewModel.didTapApplyButton() // test target + + waitForExpectations(timeout: 1, handler: nil) + cancellable.cancel() + } + + func testApplyButton_TimeType_noneInputs() { + let expectedObserve = expectation(description: "testApplyButton_TimeType_noneInputs") + let initialValue = "15:15" + let goalInfo = GoalInfo(type: .time, value: initialValue) + let viewModel = GoalValueSetupViewModel(goalType: goalInfo.type, goalValue: goalInfo.value) + + let cancellable = viewModel.closeSignal + .sink { resultValue in + XCTAssertEqual(resultValue, initialValue) + if resultValue == initialValue { + expectedObserve.fulfill() + } + } + viewModel.didTapApplyButton() // test target + + waitForExpectations(timeout: 1, handler: nil) + cancellable.cancel() + } + + func testApplyButton_DistanceType_Inputs() { + let inputs = [ + "11.22", "1.22", ".22", ".2", ".02", "11", "1", + ] + + let expectedResults = [ + "11.22", "1.22", "0.22", "0.20", "0.02", "11.00", "1.00", + ] + + inputs.enumerated().forEach { idx, input in + let expectedObserve = expectation(description: "didTapApply_distance_Inputs") + + let goalInfo = GoalInfo(type: .distance, value: "15.15") + let viewModel = GoalValueSetupViewModel(goalType: goalInfo.type, goalValue: goalInfo.value) + input.map { String($0) }.forEach { viewModel.didInputNumber($0) } + + let expectedResult = expectedResults[idx] + + let cancel = viewModel.closeSignal + .sink { resultValue in + XCTAssertEqual(resultValue, expectedResult) + if resultValue == expectedResult { + expectedObserve.fulfill() + } + } + + viewModel.didTapApplyButton() + waitForExpectations(timeout: 1, handler: nil) + cancel.cancel() + } + } + + func testApplyButton_TimeType_Inputs() { + let inputs = [ + "1122", "122", "22", "2", "02", "0110", "00010000", + ] + + let expectedResults = [ + "11:22", "01:22", "00:22", "00:02", "00:02", "01:10", "10:00", + ] + + inputs.enumerated().forEach { idx, input in + let expectedObserve = expectation(description: "didTapApply_time_Inputs") + + let goalInfo = GoalInfo(type: .time, value: "15:15") + let viewModel = GoalValueSetupViewModel(goalType: goalInfo.type, goalValue: goalInfo.value) + input.map { String($0) }.forEach { viewModel.didInputNumber($0) } + + let expectedResult = expectedResults[idx] + + let cancel = viewModel.closeSignal + .sink { resultValue in + XCTAssertEqual(resultValue, expectedResult) + if resultValue == expectedResult { + expectedObserve.fulfill() + } + } + + viewModel.didTapApplyButton() + waitForExpectations(timeout: 1, handler: nil) + cancel.cancel() + } + } + + // swiftlint:disable:next file_length +} diff --git a/BoostRunClub/ViewModels/PausedRunningViewModel.swift b/BoostRunClub/ViewModels/PausedRunningViewModel.swift new file mode 100644 index 0000000..2ff221b --- /dev/null +++ b/BoostRunClub/ViewModels/PausedRunningViewModel.swift @@ -0,0 +1,133 @@ +// +// PausedRunningViewModel.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/01. +// + +import Combine +import CoreLocation +import Foundation + +protocol PausedRunningViewModelTypes { + var inputs: PausedRunningViewModelInputs { get } + var outputs: PausedRunningViewModelOutputs { get } +} + +protocol PausedRunningViewModelInputs { + func didTapResumeButton() + func didLongHoldStopRunningButton() + func closeAnimationEnded() + func didTapRunData(index: Int) + + // Life Cycle + func viewDidAppear() +} + +protocol PausedRunningViewModelOutputs { + // Data For Configure + var runInfoData: [RunningInfo] { get } + var pathCoordinates: [CLLocationCoordinate2D] { get } + var slices: [RunningSlice] { get } + + // Signal For View Action + var showRunningInfoAnimationSignal: PassthroughSubject { get } + var closeRunningInfoAnimationSignal: PassthroughSubject { get } + var runningInfoTapAnimationSignal: PassthroughSubject { get } + + // Signal For Coordinate + var showRunningInfoSignal: PassthroughSubject { get } + var showPrepareRunningSignal: PassthroughSubject { get } + var showActivityDetailSignal: PassthroughSubject<(activity: Activity, detail: ActivityDetail), Never> { get } +} + +class PausedRunningViewModel: PausedRunningViewModelInputs, PausedRunningViewModelOutputs { + let runningService: RunningServiceType + private var cancellables = Set() + + // TODO: RunningDataProvicer Protocol 구현 + init(runningService: RunningServiceType) { + self.runningService = runningService + let runTime = runningService.dashBoardService.runningTime.value.simpleFormattedString + let avgPace = runningService.dashBoardService.avgPace + let pace = runningService.dashBoardService.pace + let cadence = runningService.dashBoardService.cadence + let calorie = runningService.dashBoardService.calorie + let distance = runningService.dashBoardService.distance + pathCoordinates = runningService.recordService.locations.map { $0.coordinate } + runInfoData = [ + RunningInfo(type: .time, value: runTime), + RunningInfo(type: .averagePace, value: String(format: "%d'%d\"", Int(avgPace) / 60, Int(avgPace) % 60)), + RunningInfo(type: .pace, value: String(format: "%d'%d\"", Int(pace) / 60, Int(pace) % 60)), + RunningInfo(type: .kilometer, value: String(format: "%.2f", distance / 1000)), + RunningInfo(type: .calorie, value: calorie <= 0 ? "--" : String(calorie)), + RunningInfo(type: .cadence, value: cadence <= 0 ? "--" : String(cadence)), + ] + + runningService.runningStateSubject + .sink { [weak self] currentMotionType in + if currentMotionType == .running { + self?.runningService.resume() + self?.closeRunningInfoAnimationSignal.send() + } + }.store(in: &cancellables) + + runningService.runningResultSubject + .receive(on: RunLoop.main) + .sink { [weak self] in + if let info = $0 { + self?.showActivityDetailSignal.send((info.activity, info.detail)) + } else { + self?.showPrepareRunningSignal.send() + } + } + .store(in: &cancellables) + } + + deinit { + print("[Memory \(Date())] 🌙ViewModel⭐️ \(Self.self) deallocated.") + } + + // Inputs + func didTapResumeButton() { + closeRunningInfoAnimationSignal.send() + runningService.resume() + } + + func didLongHoldStopRunningButton() { + runningService.stop() + } + + func viewDidAppear() { + showRunningInfoAnimationSignal.send() + } + + func closeAnimationEnded() { + showRunningInfoSignal.send() + } + + func didTapRunData(index: Int) { + runningInfoTapAnimationSignal.send(index) + } + + // Outputs + + var runInfoData: [RunningInfo] + var pathCoordinates: [CLLocationCoordinate2D] + + var slices: [RunningSlice] { + runningService.recordService.routes + } + + var showRunningInfoSignal = PassthroughSubject() + var showRunningInfoAnimationSignal = PassthroughSubject() + var closeRunningInfoAnimationSignal = PassthroughSubject() + var runningInfoTapAnimationSignal = PassthroughSubject() + var showPrepareRunningSignal = PassthroughSubject() + var showActivityDetailSignal = PassthroughSubject<(activity: Activity, detail: ActivityDetail), Never>() +} + +extension PausedRunningViewModel: PausedRunningViewModelTypes { + var inputs: PausedRunningViewModelInputs { self } + var outputs: PausedRunningViewModelOutputs { self } +} diff --git a/BoostRunClub/ViewModels/PrepareRunViewModel.swift b/BoostRunClub/ViewModels/PrepareRunViewModel.swift new file mode 100644 index 0000000..d847f76 --- /dev/null +++ b/BoostRunClub/ViewModels/PrepareRunViewModel.swift @@ -0,0 +1,129 @@ +// +// PrepareRunViewModel.swift +// BoostRunClub +// +// Created by 김신우 on 2020/11/24. +// + +import Combine +import CoreLocation +import Foundation + +protocol PrepareRunViewModelTypes: AnyObject { + var inputs: PrepareRunViewModelInputs { get } + var outputs: PrepareRunViewModelOutputs { get } +} + +protocol PrepareRunViewModelInputs { + func didTapShowProfileButton() + func didTapSetGoalButton() + func didTapStartButton() + func didChangeGoalType(_ goalType: GoalType) + func didChangeGoalValue(_ goalValue: String?) + func didTapGoalValueButton() + func countDownAnimationFinished() +} + +protocol PrepareRunViewModelOutputs { + // Data For Configure + var userLocationSubject: PassthroughSubject { get } + var goalTypeSubject: CurrentValueSubject { get } + var goalValueSubject: CurrentValueSubject { get } + + // Signal For View Action + var goalValueSetupAnimationSignal: PassthroughSubject { get } + var goalTypeSetupAnimationSignal: PassthroughSubject { get } + var countDownAnimation: PassthroughSubject { get } + + // Signal For Coordinate + var showGoalTypeActionSheetSignal: PassthroughSubject { get } + var showGoalValueSetupSceneSignal: PassthroughSubject { get } + var showRunningSceneSignal: PassthroughSubject { get } + var showProfileSignal: PassthroughSubject { get } +} + +class PrepareRunViewModel: PrepareRunViewModelInputs, PrepareRunViewModelOutputs { + let locationProvider: LocationProvidable + + var cancellables = Set() + private var goalInfo: GoalInfo { + GoalInfo( + type: goalTypeSubject.value, + value: goalValueSubject.value + ) + } + + init(locationProvider: LocationProvidable) { + self.locationProvider = locationProvider + locationProvider.locationSubject + .compactMap { $0.coordinate } + .sink { [weak self] in self?.userLocationSubject.send($0) } + .store(in: &cancellables) + } + + deinit { + print("[Memory \(Date())] 🌙ViewModel⭐️ \(Self.self) deallocated.") + } + + // MARK: Inputs + + func didTapShowProfileButton() { + showProfileSignal.send() + } + + func didTapSetGoalButton() { + showGoalTypeActionSheetSignal.send(goalTypeSubject.value) + } + + func didTapStartButton() { + countDownAnimation.send() + } + + func didTapGoalValueButton() { + showGoalValueSetupSceneSignal.send(goalInfo) + } + + func didChangeGoalType(_ goalType: GoalType) { + if goalType != goalTypeSubject.value { + goalTypeSubject.send(goalType) + goalValueSubject.send(goalType.initialValue) + if goalType != .none { + goalTypeSetupAnimationSignal.send() + } + } + } + + func didChangeGoalValue(_ goalValue: String?) { + goalValueSetupAnimationSignal.send() + if let goalValue = goalValue { + goalValueSubject.send(goalValue) + } + } + + func countDownAnimationFinished() { + showRunningSceneSignal.send(goalInfo) + } + + // MARK: Outputs + + var goalTypeSubject = CurrentValueSubject(.none) + var goalValueSubject = CurrentValueSubject("") + var goalValueSetupAnimationSignal = PassthroughSubject() + var goalTypeSetupAnimationSignal = PassthroughSubject() + + var userLocationSubject = PassthroughSubject() + + var countDownAnimation = PassthroughSubject() + + var showGoalTypeActionSheetSignal = PassthroughSubject() + var showGoalValueSetupSceneSignal = PassthroughSubject() + var showRunningSceneSignal = PassthroughSubject() + var showProfileSignal = PassthroughSubject() +} + +// MARK: - Types + +extension PrepareRunViewModel: PrepareRunViewModelTypes { + var inputs: PrepareRunViewModelInputs { self } + var outputs: PrepareRunViewModelOutputs { self } +} diff --git a/BoostRunClub/ViewModels/PrepareRunViewModelTest.swift b/BoostRunClub/ViewModels/PrepareRunViewModelTest.swift new file mode 100644 index 0000000..37927d7 --- /dev/null +++ b/BoostRunClub/ViewModels/PrepareRunViewModelTest.swift @@ -0,0 +1,139 @@ +// +// PrepareRunViewModelTest.swift +// BoostRunClubTests +// +// Created by 김신우 on 2020/11/28. +// + +@testable import BoostRunClub +import Combine +import XCTest + +class PrepareRunViewModelTest: XCTestCase { + var prepareVM: PrepareRunViewModel! + var cancellables: Set! + + override func setUp() { + prepareVM = PrepareRunViewModel(locationProvider: LocationProviderMock()) + cancellables = [] + } + + override func tearDown() { + cancellables.removeAll() + } + + // input -> output + func testShowGoalTypeActionSheet_GoalTypeButtonTapped() { + let allCases: [GoalType] = [.distance, .none, .speed, .time] + var results = [GoalType]() + + allCases.forEach { goalType in + let receivedSignal = expectation(description: "receivedSignal") + prepareVM.goalTypeSubject.send(goalType) + let cancellable = prepareVM.showGoalTypeActionSheetSignal + .sink { + results.append($0) + if $0 == goalType { + receivedSignal.fulfill() + } else { + XCTFail("ActionSheet에 전달되는 GoalType(\($0))이 현재 설정된 GoalType(\(goalType))과 다름") + } + } + + prepareVM.didTapSetGoalButton() + waitForExpectations(timeout: 1, handler: nil) + cancellable.cancel() + } + + XCTAssertEqual(allCases, results) + } + + func testDidChangeGoalType_allCasesExceptNone() { + let allCases: [GoalType] = [.distance, .speed, .time] + var results = [GoalInfo]() + + allCases.forEach { goalType in + let receivedSignal = expectation(description: "received correct goal type 장임호가 쓴 테스트") + + prepareVM.goalTypeSubject.send(.none) + let cancellable = Publishers.CombineLatest3( + prepareVM.goalTypeSubject, + prepareVM.goalValueSubject, + prepareVM.goalTypeSetupAnimationSignal + ) + .sink { + if $0.0 == goalType, + $0.1 == goalType.initialValue + { + results.append(GoalInfo(type: $0.0, value: $0.1)) + receivedSignal.fulfill() + } + } + prepareVM.didChangeGoalType(goalType) + waitForExpectations(timeout: 1, handler: nil) + cancellable.cancel() + } + + XCTAssertEqual(allCases.count, results.count) + allCases.enumerated().forEach { index, goalType in + XCTAssertEqual(GoalInfo(type: goalType, value: goalType.initialValue), results[index]) + } + } + + func testDidChangeGoalType_noneCase() { + let goalType = GoalType.none + prepareVM.goalTypeSubject.send(.distance) + let receivedSignal = expectation(description: "received correct goal type(.none)") + let cancellable = prepareVM.goalTypeSubject.zip(prepareVM.goalValueSubject).dropFirst() + .sink { + if $0.0 == goalType, + $0.1 == goalType.initialValue + { + receivedSignal.fulfill() + } + } + prepareVM.didChangeGoalType(goalType) + waitForExpectations(timeout: 1, handler: nil) + cancellable.cancel() + } + + func testDidChangeGoalValue_input_nil() { + let goalValue: String? = nil + let receivedSignal = expectation(description: "") + + prepareVM.goalValueSetupAnimationSignal.sink { _ in + receivedSignal.fulfill() + }.store(in: &cancellables) + + prepareVM.goalValueSubject.dropFirst().sink { _ in + XCTFail("초기화 값 이외의 다른 값이 발생했습니다.") + }.store(in: &cancellables) + + prepareVM.didChangeGoalValue(goalValue) + waitForExpectations(timeout: 1, handler: nil) + } + + func testDidChangeGoalValue_input_non_nil() { + let goalValue = "Goal Value" + let receivedSignal = expectation(description: "") + + prepareVM.goalValueSubject.send(goalValue) + prepareVM.goalValueSubject.dropFirst() + .sink { + if $0 == goalValue { + receivedSignal.fulfill() + } + }.store(in: &cancellables) + prepareVM.didChangeGoalValue(goalValue) + waitForExpectations(timeout: 1, handler: nil) + } +} + +// func didTapShowProfileButton() +/* + func didTapSetGoalButton() * + func didTapStartButton() * + func didChangeGoalType(_ goalType: GoalType) * + func didChangeGoalValue(_ goalValue: String?) + func didTapGoalValueButton() + */ diff --git a/BoostRunClub/ViewModels/ProfileViewModel.swift b/BoostRunClub/ViewModels/ProfileViewModel.swift new file mode 100644 index 0000000..c9c3a72 --- /dev/null +++ b/BoostRunClub/ViewModels/ProfileViewModel.swift @@ -0,0 +1,71 @@ +// +// ProfileViewModel.swift +// BoostRunClub +// +// Created by Imho Jang on 2020/12/08. +// + +import Combine +import Foundation +import UIKit + +protocol ProfileViewModelTypes: AnyObject { + var inputs: ProfileViewModelInputs { get } + var outputs: ProfileViewModelOutputs { get } +} + +protocol ProfileViewModelInputs { + func didTapEditProfileButton() + func didEditProfile(_ profile: Profile) + + // Life Cycle + func viewDidLoad() +} + +protocol ProfileViewModelOutputs { + var profileSubject: PassthroughSubject { get } + + var showEditProfileSignal: PassthroughSubject { get } +} + +final class ProfileViewModel: ProfileViewModelInputs, ProfileViewModelOutputs { + private var defaults: DefaultsReadable + private var profile: Profile + + init(defaults: DefaultsReadable) { + self.defaults = defaults + profile = Profile(image: Data.loadImageDataFromDocumentsDirectory(fileName: "profile.png"), + lastName: defaults.string(forKey: "LastName") ?? "", + firstName: defaults.string(forKey: "FirstName") ?? "", + hometown: defaults.string(forKey: "Hometown") ?? "", + bio: defaults.string(forKey: "Bio") ?? "") + } + + deinit { + print("[Memory \(Date())] 🌙ViewModel⭐️ \(Self.self) deallocated.") + } + + // inputs + + func viewDidLoad() { + profileSubject.send(profile) + } + + func didTapEditProfileButton() { + showEditProfileSignal.send() + } + + func didEditProfile(_ profile: Profile) { + profileSubject.send(profile) + } + + // outputs + + var showEditProfileSignal = PassthroughSubject() + var profileSubject = PassthroughSubject() +} + +extension ProfileViewModel: ProfileViewModelTypes { + var inputs: ProfileViewModelInputs { self } + var outputs: ProfileViewModelOutputs { self } +} diff --git a/BoostRunClub/ViewModels/RouteDetailViewModel.swift b/BoostRunClub/ViewModels/RouteDetailViewModel.swift new file mode 100644 index 0000000..4c91b29 --- /dev/null +++ b/BoostRunClub/ViewModels/RouteDetailViewModel.swift @@ -0,0 +1,59 @@ +// +// RouteDetailViewModel.swift +// BoostRunClub +// +// Created by Imho Jang on 2020/12/13. +// + +import Combine +import Foundation +import MapKit +import UIKit + +protocol RouteDetailViewModelTypes: AnyObject { + var inputs: RouteDetailViewModelInputs { get } + var outputs: RouteDetailViewModelOutputs { get } +} + +protocol RouteDetailViewModelInputs { + func didTapCloseButton() + + // Life Cycle + func viewDidLoad() +} + +protocol RouteDetailViewModelOutputs { + var detailConfigSubject: PassthroughSubject { get } + + var closeSignal: PassthroughSubject { get } +} + +final class RouteDetailViewModel: RouteDetailViewModelInputs, RouteDetailViewModelOutputs { + let activityDetailConfig: ActivityDetailConfig + + init(activityDetailConfig: ActivityDetailConfig) { + self.activityDetailConfig = activityDetailConfig + } + + // inputs + func viewDidLoad() { + detailConfigSubject.send(activityDetailConfig) + } + + func didTapCloseButton() { + closeSignal.send() + } + + // outputs + var closeSignal = PassthroughSubject() + var detailConfigSubject = PassthroughSubject() + + deinit { + print("[\(Date())] 🌙ViewModel⭐️ \(Self.self) deallocated.") + } +} + +extension RouteDetailViewModel: RouteDetailViewModelTypes { + var inputs: RouteDetailViewModelInputs { self } + var outputs: RouteDetailViewModelOutputs { self } +} diff --git a/BoostRunClub/ViewModels/RunningInfoViewModel.swift b/BoostRunClub/ViewModels/RunningInfoViewModel.swift new file mode 100644 index 0000000..3c17cd3 --- /dev/null +++ b/BoostRunClub/ViewModels/RunningInfoViewModel.swift @@ -0,0 +1,149 @@ +// +// RunningInfoViewModel.swift +// BoostRunClub +// +// Created by 조기현 on 2020/11/25. +// + +import Combine +import Foundation + +protocol RunningInfoViewModelTypes: AnyObject { + var inputs: RunningInfoViewModelInputs { get } + var outputs: RunningInfoViewModelOutputs { get } +} + +protocol RunningInfoViewModelInputs { + func didTapPauseButton() + func didTapRunData(index: Int) + + // Life Cycle + func viewDidAppear() +} + +protocol RunningInfoViewModelOutputs { + typealias RunningInfoTypeSubject = CurrentValueSubject + // Data For Configure + var runningInfoSubjects: [RunningInfoTypeSubject] { get } + + // Signal For View Action + var runningInfoTapAnimationSignal: PassthroughSubject { get } + var initialAnimationSignal: PassthroughSubject { get } + var resumeAnimationSignal: PassthroughSubject { get } + + // Signal For Coordinate + var showPausedRunningSignal: PassthroughSubject { get } +} + +class RunningInfoViewModel: RunningInfoViewModelInputs, RunningInfoViewModelOutputs { + private var cancellables = Set() + + private var possibleTypes: [RunningInfoType: String] + let runningService: RunningServiceType + + var isResumed: Bool + init(runningService: RunningServiceType, resumed: Bool) { + isResumed = resumed + possibleTypes = RunningInfoType.getPossibleTypes(from: .none) + .reduce(into: [:]) { $0[$1] = $1.initialValue } + + self.runningService = runningService + + runningService.dashBoardService.runningStateSubject + .sink { [weak self] data in + self?.runningInfoSubjects.forEach { + let value: String + switch $0.value.type { + case .kilometer: + value = String(format: "%.2f", data.distance / 1000) + case .pace: + value = String(format: "%d'%d\"", data.pace / 60, data.pace % 60) + case .averagePace: + value = String(format: "%d'%d\"", data.avgPace / 60, data.avgPace % 60) + case .calorie: + value = data.calorie <= 0 ? "--" : String(data.calorie) + case .cadence: + value = data.cadence <= 0 ? "--" : String(data.cadence) + case .time, .interval, .bpm, .meter: + return + } + $0.send(RunningInfo(type: $0.value.type, value: value)) + } + } + .store(in: &cancellables) + + runningService.dashBoardService.runningTime + .map { $0.simpleFormattedString } + .sink { [weak self] timeString in + self?.possibleTypes[.time] = timeString + + self?.runningInfoSubjects.forEach { + if $0.value.type == .time { + $0.send(RunningInfo(type: .time, value: timeString)) + } + } + }.store(in: &cancellables) + + runningService.runningStateSubject + .sink { [weak self] currentMotionType in + if currentMotionType == .standing { + self?.showPausedRunningSignal.send() + runningService.pause(autoResume: true) + } + }.store(in: &cancellables) + } + + deinit { + print("[Memory \(Date())] 🌙ViewModel⭐️ \(Self.self) deallocated.") + } + + // MARK: Inputs + + func didTapPauseButton() { + showPausedRunningSignal.send() + runningService.pause(autoResume: false) + } + + func didTapRunData(index: Int) { + var nextType = runningInfoSubjects[index].value.type.circularNext() + nextType = possibleTypes[nextType] != nil ? nextType : RunningInfoType.allCases[0] + runningInfoSubjects[index].send( + RunningInfo( + type: nextType, + value: possibleTypes[nextType, default: nextType.initialValue] + ) + ) + runningInfoTapAnimationSignal.send(index) + } + + func viewDidAppear() { + if !runningService.isStarted { + runningService.start() + initialAnimationSignal.send() + } + + if isResumed { + resumeAnimationSignal.send() + } + } + + // MARK: Outputs + + var runningInfoSubjects = [ + RunningInfoTypeSubject(RunningInfo(type: .time)), + RunningInfoTypeSubject(RunningInfo(type: .pace)), + RunningInfoTypeSubject(RunningInfo(type: .averagePace)), + RunningInfoTypeSubject(RunningInfo(type: .kilometer)), + ] + var runningInfoTapAnimationSignal = PassthroughSubject() + var initialAnimationSignal = PassthroughSubject() + var resumeAnimationSignal = PassthroughSubject() + var showPausedRunningSignal = PassthroughSubject() +} + +// MARK: - Types + +extension RunningInfoViewModel: RunningInfoViewModelTypes { + var inputs: RunningInfoViewModelInputs { self } + var outputs: RunningInfoViewModelOutputs { self } +} diff --git a/BoostRunClub/ViewModels/RunningMapViewModel.swift b/BoostRunClub/ViewModels/RunningMapViewModel.swift new file mode 100644 index 0000000..e60e1c8 --- /dev/null +++ b/BoostRunClub/ViewModels/RunningMapViewModel.swift @@ -0,0 +1,89 @@ +// +// RunningMapViewModel.swift +// BoostRunClub +// +// Created by 김신우 on 2020/11/27. +// + +import Combine +import CoreLocation +import Foundation + +protocol RunningMapViewModelTypes { + var inputs: RunningMapViewModelInputs { get } + var outputs: RunningMapViewModelOutputs { get } +} + +protocol RunningMapViewModelInputs { + func didTapLocateButton() + func didTapExitButton() + + // Life Cycle + func viewWillAppear() + func viewWillDisappear() +} + +protocol RunningMapViewModelOutputs { + // Data For Configure + var routesSubject: PassthroughSubject<[CLLocationCoordinate2D], Never> { get } + + // Signal For View Action + var userTrackingModeOnWithAnimatedSignal: PassthroughSubject { get } + var userTrackingModeOffSignal: PassthroughSubject { get } + var closeAnimationSignal: PassthroughSubject { get } + var appearAnimationSignal: PassthroughSubject { get } + + // Signal For Coordinate + var closeSignal: PassthroughSubject { get } +} + +class RunningMapViewModel: RunningMapViewModelInputs, RunningMapViewModelOutputs { + private let runningService: RunningServiceType + private var lastRouteIdx = 0 + + init(runningService: RunningServiceType) { + self.runningService = runningService + } + + deinit { + print("[Memory \(Date())] 🌙ViewModel⭐️ \(Self.self) deallocated.") + } + + // inputs + func viewWillAppear() { + userTrackingModeOnWithAnimatedSignal.send(false) + appearAnimationSignal.send() + guard + !runningService.recordService.locations.isEmpty, + lastRouteIdx + 1 < runningService.recordService.locations.count + else { return } + routesSubject.send(runningService.recordService.locations[lastRouteIdx...].map { $0.coordinate }) + lastRouteIdx = runningService.recordService.locations.count - 1 + } + + func viewWillDisappear() { + userTrackingModeOffSignal.send() + closeAnimationSignal.send() + } + + func didTapLocateButton() { + userTrackingModeOnWithAnimatedSignal.send(true) + } + + func didTapExitButton() { + closeSignal.send() + } + + // outputs + var routesSubject = PassthroughSubject<[CLLocationCoordinate2D], Never>() + var userTrackingModeOnWithAnimatedSignal = PassthroughSubject() + var userTrackingModeOffSignal = PassthroughSubject() + var closeSignal = PassthroughSubject() + var closeAnimationSignal = PassthroughSubject() + var appearAnimationSignal = PassthroughSubject() +} + +extension RunningMapViewModel: RunningMapViewModelTypes { + var inputs: RunningMapViewModelInputs { self } + var outputs: RunningMapViewModelOutputs { self } +} diff --git a/BoostRunClub/ViewModels/RunningPageViewModel.swift b/BoostRunClub/ViewModels/RunningPageViewModel.swift new file mode 100644 index 0000000..30844e9 --- /dev/null +++ b/BoostRunClub/ViewModels/RunningPageViewModel.swift @@ -0,0 +1,120 @@ +// +// RunningPageViewModel.swift +// BoostRunClub +// +// Created by Imho Jang on 2020/12/02. +// + +import Combine +import Foundation + +protocol RunningPageViewModelTypes { + var inputs: RunningPageViewModelInputs { get } + var outputs: RunningPageViewModelOutputs { get } +} + +protocol RunningPageViewModelInputs { + func buttonScaleShouldUpdate(contentOffset: Double, screenWidth: Double) + func didChangeCurrentPage(idx: Int) + func didTapGoBackButton() + func dragging() + func didEndDragging() + func willBeginDragging() +} + +protocol RunningPageViewModelOutputs { + // Data For Configure + var runningTimeSubject: AnyPublisher { get } + + // Signal For View Action + var speechSignal: PassthroughSubject { get } + var scaleOnDraggingSubject: PassthroughSubject { get } + var scaleOnSlidingSubject: AnyPublisher { get } + var setPageSignal: PassthroughSubject { get } + + // Signal For Coordinate + var backToPageMainSignal: PassthroughSubject { get } +} + +class RunningPageViewModel: RunningPageViewModelInputs, RunningPageViewModelOutputs { + private let runningService: RunningServiceType + private var isDragging: Bool = false + private var currentPageIdx = 1 + private var cancellables = Set() + private var readyToChagePageIdx = false + + @Published private var scale: Double = 0.0 + + init(runningService: RunningServiceType) { + self.runningService = runningService + + runningService.runningEventSubject + .sink { [weak self] event in + print("[SPEAK!]!!!!!!!!!!!!!!!!!!!!\(event.text)") + self?.speechSignal.send(event.text) + }.store(in: &cancellables) + } + + deinit { + print("[Memory \(Date())] 🌙ViewModel⭐️ \(Self.self) deallocated.") + } + + // Inputs + + func buttonScaleShouldUpdate(contentOffset: Double, screenWidth: Double) { + readyToChagePageIdx = contentOffset == 0 || contentOffset == screenWidth * 2 + let value = (contentOffset + screenWidth * Double(currentPageIdx - 2)) + let result = value / screenWidth + + if abs(result) > 1 { return } + scale = result + } + + func didTapGoBackButton() { + backToPageMainSignal.send(currentPageIdx) + } + + func dragging() { + scaleOnDraggingSubject.send(scale) + } + + func didChangeCurrentPage(idx: Int) { + if readyToChagePageIdx { + currentPageIdx = idx + } else { + setPageSignal.send(currentPageIdx) + } + } + + func didEndDragging() { + isDragging = false + } + + func willBeginDragging() { + isDragging = true + } + + // Outputs + + var speechSignal = PassthroughSubject() + var scaleOnDraggingSubject = PassthroughSubject() + var backToPageMainSignal = PassthroughSubject() + var setPageSignal = PassthroughSubject() + var scaleOnSlidingSubject: AnyPublisher { + $scale + .filter { _ in !self.isDragging } + .map { abs($0) } + .eraseToAnyPublisher() + } + + var runningTimeSubject: AnyPublisher { + runningService.dashBoardService.runningTime + .map { $0.fullFormattedString } + .eraseToAnyPublisher() + } +} + +extension RunningPageViewModel: RunningPageViewModelTypes { + var inputs: RunningPageViewModelInputs { self } + var outputs: RunningPageViewModelOutputs { self } +} diff --git a/BoostRunClub/ViewModels/RunningSplitCellViewModel.swift b/BoostRunClub/ViewModels/RunningSplitCellViewModel.swift new file mode 100644 index 0000000..e510169 --- /dev/null +++ b/BoostRunClub/ViewModels/RunningSplitCellViewModel.swift @@ -0,0 +1,32 @@ +// +// RunningSplitCellViewModel.swift +// BoostRunClub +// +// Created by 조기현 on 2020/12/09. +// + +import Combine +import Foundation + +protocol CellViewModelTypeBase {} + +protocol RunningSplitCellViewModelType: CellViewModelTypeBase { + var kilometerSubject: CurrentValueSubject { get } + var paceSubject: CurrentValueSubject { get } + var changeSubject: CurrentValueSubject { get } +} + +class RunningSplitCellViewModel: RunningSplitCellViewModelType { + var kilometerSubject = CurrentValueSubject("") + var paceSubject = CurrentValueSubject("") + var changeSubject = CurrentValueSubject(nil) +} + +struct ValueChange { + enum Status { + case incresed, equal, decreased + } + + let status: Status + let value: String +} diff --git a/BoostRunClub/ViewModels/SplitInfoDetailViewModel.swift b/BoostRunClub/ViewModels/SplitInfoDetailViewModel.swift new file mode 100644 index 0000000..fafd83d --- /dev/null +++ b/BoostRunClub/ViewModels/SplitInfoDetailViewModel.swift @@ -0,0 +1,175 @@ +// +// SplitInfoDetailViewModel.swift +// BoostRunClub +// +// Created by 조기현 on 2020/12/14. +// + +import Combine +import Foundation + +protocol SplitInfoDetailViewModelType { + var inputs: SplitInfoDetailViewModelInputs { get } + var outputs: SplitInfoDetailViewModelOutputs { get } +} + +protocol SplitInfoDetailViewModelInputs { + func didTapBackButton() +} + +protocol SplitInfoDetailViewModelOutputs { + typealias DateType = (date: String, time: String) + var splitInfoSubject: CurrentValueSubject<[SplitInfo], Never> { get } + var splitSubject: CurrentValueSubject<[SplitRow], Never> { get } + var dateSubject: CurrentValueSubject { get } +} + +class SplitInfoDetailViewModel: SplitInfoDetailViewModelInputs, SplitInfoDetailViewModelOutputs { + let activity: Activity + var activityDetail: ActivityDetail + + init?(activity: Activity, activityReader: ActivityReadable) { + guard let activityDetail = activityReader.fetchActivityDetail(activityId: activity.uuid) else { return nil } + + self.activity = activity + self.activityDetail = activityDetail + self.activityDetail.splits = activityDetail.splits.sorted { (first, second) -> Bool in + first.runningSlices[0].startIndex < second.runningSlices[0].startIndex + } + + dateSubject.value = makeDateInfo() + splitInfoSubject.value = makeSplitInfo() + splitSubject.value = makeSplitRows() + } + + func didTapBackButton() {} + + var splitInfoSubject = CurrentValueSubject<[SplitInfo], Never>([]) + var splitSubject = CurrentValueSubject<[SplitRow], Never>([]) + var dateSubject = CurrentValueSubject(("", "")) + + deinit { + print("[\(Date())] 🌙ViewModel⭐️ \(Self.self) deallocated.") + } +} + +extension SplitInfoDetailViewModel: SplitInfoDetailViewModelType { + var inputs: SplitInfoDetailViewModelInputs { self } + var outputs: SplitInfoDetailViewModelOutputs { self } +} + +// MARK: - Data Transform + +extension SplitInfoDetailViewModel { + func makeDateInfo() -> DateType { + let start = activity.createdAt + let end = activity.finishedAt + return (start.toMDEString, start.toPHM + " - " + end.toPHM) + } + + func makeSplitInfo() -> [SplitInfo] { + let splitInfo: [SplitInfo] = [ + SplitInfo(title: "거리", value: "\(distText) km"), + SplitInfo(title: "평균 페이스", value: "\(avgPaceText) /km"), + SplitInfo(title: "최고 페이스", value: "\(maxPaceText) /km"), + SplitInfo(title: "러닝 시간", value: activity.runningTimeText), + SplitInfo(title: "경과 시간", value: activity.elapsedTimeText), + SplitInfo(title: "칼로리(근사치)", value: "\(activityDetail.calorie) kcal"), + SplitInfo(title: "평균 케이던스", value: "\(activityDetail.cadence) spm"), + SplitInfo(title: "고도 상승", value: "\(Int(maxElevation - startElevation)) m"), + SplitInfo(title: "고도 하강", value: "\(Int(minElevation - startElevation)) m"), + ] + + return splitInfo + } + + func makeSplitRows() -> [SplitRow] { + if activityDetail.splits.isEmpty { return [] } + return (0 ..< activityDetail.splits.count).map { + makeSplitRow(idx: $0, splits: activityDetail.splits) + } + // 더미 데이터 +// let splits = RunningSplit.sampleData +// return (0 ..< splits.count).map { makeSplitRow(idx: $0, splits: splits) } + } + + func makeSplitRow(idx: Int, splits: [RunningSplit]) -> SplitRow { + let tmp = splits[idx].distance + let kilometer: String + if idx == splits.count - 1, tmp != 1000 { + kilometer = distanceToText(tmp) + } else { + kilometer = (idx + 1).description + } + + let valueChange: ValueChange? + if idx == 0 { + valueChange = nil + } else { + let prevPace = splits[idx - 1].avgPace + let currPace = splits[idx].avgPace + let status: ValueChange.Status + if prevPace == currPace { + status = .equal + } else if prevPace < currPace { + status = .incresed + } else { + status = .decreased + } + + valueChange = ValueChange( + status: status, + value: abs(currPace - prevPace).formattedString + ) + } + + let elevation: Int + if idx == 0 { + elevation = splits[idx].elevation + } else { + elevation = splits[idx].elevation - splits[idx - 1].elevation + } + + return SplitRow( + distance: splits[idx].distance, + kilometer: kilometer, + avgPace: paceToText(splits[idx].avgPace), + change: valueChange, + elevation: "\(elevation) m" + ) + } +} + +extension SplitInfoDetailViewModel { + var distText: String { + distanceToText(activity.distance) + } + + func distanceToText(_ distance: Double) -> String { + String(format: "%.2f", distance / 1000) + } + + func paceToText(_ pace: Int) -> String { + String(format: "%d'%d\"", pace / 60, pace % 60) + } + + var avgPaceText: String { + paceToText(activity.avgPace) + } + + var maxPaceText: String { + paceToText(activityDetail.splits.map { $0.avgPace }.max() ?? 0) + } + + var maxElevation: Double { + activityDetail.locations.map { $0.altitude }.max() ?? 0 + } + + var minElevation: Double { + activityDetail.locations.map { $0.altitude }.min() ?? 0 + } + + var startElevation: Double { + activityDetail.locations.first?.altitude ?? 0 + } +} diff --git a/BoostRunClub/ViewModels/SplitsViewModel.swift b/BoostRunClub/ViewModels/SplitsViewModel.swift new file mode 100644 index 0000000..6626c74 --- /dev/null +++ b/BoostRunClub/ViewModels/SplitsViewModel.swift @@ -0,0 +1,78 @@ +// +// SplitsViewModel.swift +// BoostRunClub +// +// Created by 김신우 on 2020/11/27. +// + +import Combine +import Foundation + +protocol SplitsViewModelTypes { + var inputs: SplitsViewModelInputs { get } + var outputs: SplitsViewModelOutputs { get } +} + +protocol SplitsViewModelInputs {} + +protocol SplitsViewModelOutputs { + var rowViewModelSubject: CurrentValueSubject<[RunningSplitCellViewModelType], Never> { get } +} + +class SplitsViewModel: SplitsViewModelInputs, SplitsViewModelOutputs { + let runningService: RunningServiceType + let factory: SplitSceneFactory + var cancellables = Set() + var avgPaces = [Int]() + + init(runningService: RunningServiceType, factory: SplitSceneFactory = DependencyFactory.shared) { + self.runningService = runningService + self.factory = factory + + runningService.recordService.didAddSplitSignal + .receive(on: RunLoop.main) + .sink { [weak self] in self?.newSplitAction(split: $0) } + .store(in: &cancellables) + } + + deinit { + print("[Memory \(Date())] 🌙ViewModel⭐️ \(Self.self) deallocated.") + } + + // outputs + var rowViewModelSubject = CurrentValueSubject<[RunningSplitCellViewModelType], Never>([]) +} + +extension SplitsViewModel { + func newSplitAction(split: RunningSplit) { + let currRowVM = factory.makeRunningSplitCellVM() + let kilometer = rowViewModelSubject.value.count + 1 + let currPace = split.avgPace + let valueChange: ValueChange? + if let prevPace = avgPaces.last { + let status: ValueChange.Status = prevPace == currPace ? .equal : prevPace < currPace ? .incresed : .decreased + valueChange = ValueChange(status: status, + value: abs(currPace - prevPace).formattedString) + } else { + valueChange = nil + } + + currRowVM.kilometerSubject.send("\(kilometer)") + currRowVM.paceSubject.send(currPace.formattedString) + currRowVM.changeSubject.send(valueChange) + + avgPaces.append(split.avgPace) + rowViewModelSubject.value.append(currRowVM) + } +} + +extension SplitsViewModel: SplitsViewModelTypes { + var inputs: SplitsViewModelInputs { self } + var outputs: SplitsViewModelOutputs { self } +} + +extension Int { + var formattedString: String { + String(format: "%d'%d\"", self / 60, self % 60) + } +} diff --git a/BoostRunClub/Views/ActivityDetailScene/DetailMapView.swift b/BoostRunClub/Views/ActivityDetailScene/DetailMapView.swift new file mode 100644 index 0000000..6db9fda --- /dev/null +++ b/BoostRunClub/Views/ActivityDetailScene/DetailMapView.swift @@ -0,0 +1,175 @@ +// +// DetailMapView.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/12. +// + +import Combine +import CoreLocation.CLLocation +import MapKit +import UIKit + +class DetailMapView: UIView { + private lazy var mapView = makeMapView() + private lazy var detailRouteButton = makeDetailRouteButton() + + private(set) var didTapShowDetailMapSignal = PassthroughSubject() + + override init(frame: CGRect = .zero) { + super.init(frame: frame) + commonInit() + } + + required init?(coder: NSCoder) { + super.init(coder: coder) + commonInit() + } + + func configure(locations: [Location], splits: [RunningSplit]) { + let coords = locations.map { CLLocationCoordinate2D(latitude: $0.latitude, longitude: $0.longitude) } + let region = MKCoordinateRegion.make(from: coords, offsetRatio: 0.3) + mapView.setRegion(region, animated: false) + mapView.addOverlay( + PaceGradientRouteOverlay( + locations: locations, + splits: splits, + mapRect: mapView.visibleMapRect, + colorMin: .red, + colorMax: .green + )) + + splits.enumerated() + .forEach { index, split in + guard + index < splits.count - 1, + let lastSlice = split.runningSlices.last, + lastSlice.endIndex > 0 + else { return } + + let annotation = MKPointAnnotation() + annotation.title = "\(index + 1)km" + let locationIdx = lastSlice.endIndex < coords.count ? lastSlice.endIndex : coords.count - 1 + annotation.coordinate = coords[locationIdx] + self.addAnnotation(in: mapView, coordinate: coords[locationIdx], title: "\(index + 1)km") + } + } + + private func makeCustomAnnotationView(in mapView: MKMapView, for annotation: MKAnnotation) -> CustomAnnotationView { + let identifier = "CustomAnnotationViewID" + + if let annotationView = mapView.dequeueReusableAnnotationView(withIdentifier: identifier) as? CustomAnnotationView { + annotationView.annotation = annotation + return annotationView + } else { + let customAnnotationView = CustomAnnotationView(annotation: annotation, reuseIdentifier: identifier) + return customAnnotationView + } + } + + private func makeCustomAnnotationImage(with annotation: MKAnnotation) -> UIImage { + if let distanceLabelText = annotation.title { + return UIImage.customSplitAnnotation(type: .split, title: distanceLabelText ?? "") + } else { + return UIImage.customSplitAnnotation(type: .split, title: "") + } + } + + private func addAnnotation(in _: MKMapView, coordinate: CLLocationCoordinate2D, title: String?) { + let annotation = MKPointAnnotation() + annotation.title = title + annotation.coordinate = coordinate + mapView.addAnnotation(annotation) + } +} + +// MARK: - Actions + +extension DetailMapView { + @objc + func didTapDetailRouteButton() { + didTapShowDetailMapSignal.send() + } + + @objc + func didTapMap() { + didTapShowDetailMapSignal.send() + } +} + +// MARK: - MKMapViewDelegate + +extension DetailMapView: MKMapViewDelegate { + func mapView(_: MKMapView, rendererFor overlay: MKOverlay) -> MKOverlayRenderer { + guard let routeOverlay = overlay as? PaceGradientRouteOverlay + else { return MKOverlayRenderer() } + let renderer = GradientRouteRenderer(overlay: routeOverlay) + renderer.lineWidth = 10 + + return renderer + } + + func mapView(_ mapView: MKMapView, viewFor annotation: MKAnnotation) -> MKAnnotationView? { + guard annotation is MKPointAnnotation else { return nil } + + let customAnnotationView = makeCustomAnnotationView(in: mapView, for: annotation) + customAnnotationView.image = makeCustomAnnotationImage(with: annotation) + return customAnnotationView + } +} + +// MARK: - Private methods + +// MARK: - Configure + +extension DetailMapView { + private func commonInit() { + mapView.delegate = self + mapView.addGestureRecognizer(UITapGestureRecognizer(target: self, action: #selector(didTapMap))) + configureLayout() + } + + private func configureLayout() { + let height = UIScreen.main.bounds.height + + mapView.translatesAutoresizingMaskIntoConstraints = false + detailRouteButton.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + mapView.heightAnchor.constraint(equalToConstant: height / 2), + detailRouteButton.heightAnchor.constraint(equalToConstant: 60), + ]) + + let vStack = UIStackView.make( + with: [mapView, detailRouteButton], + axis: .vertical, alignment: .fill, distribution: .equalSpacing, spacing: 20 + ) + addSubview(vStack) + vStack.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + vStack.topAnchor.constraint(equalTo: topAnchor), + vStack.leadingAnchor.constraint(equalTo: leadingAnchor, constant: 20), + vStack.trailingAnchor.constraint(equalTo: trailingAnchor, constant: -20), + vStack.bottomAnchor.constraint(equalTo: bottomAnchor), + ]) + } + + private func makeMapView() -> MKMapView { + let view = MKMapView() + view.isScrollEnabled = false + view.isZoomEnabled = false + view.layer.cornerRadius = 10 + return view + } + + private func makeDetailRouteButton() -> UIButton { + let button = UIButton(type: .system) + button.setTitle("경로 상세", for: .normal) + button.setTitleColor(.label, for: .normal) + button.titleLabel?.font = UIFont.systemFont(ofSize: 20) + button.layer.borderWidth = 1 + button.layer.borderColor = UIColor.systemGray.cgColor + button.layer.cornerRadius = 30 + button.addTarget(self, action: #selector(didTapDetailRouteButton), for: .touchUpInside) + return button + } +} diff --git a/BoostRunClub/Views/ActivityDetailScene/DetailSplitsTableView.swift b/BoostRunClub/Views/ActivityDetailScene/DetailSplitsTableView.swift new file mode 100644 index 0000000..cfe78c1 --- /dev/null +++ b/BoostRunClub/Views/ActivityDetailScene/DetailSplitsTableView.swift @@ -0,0 +1,54 @@ +// +// DetailSplitsTableView.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/12. +// + +import Combine +import UIKit + +class DetailSplitsTableView: UITableView { + private(set) var didIntrinsicSizeChangedSignal = PassthroughSubject() + + init() { + super.init(frame: .zero, style: .plain) + commonInit() + } + + required init?(coder: NSCoder) { + super.init(coder: coder) + commonInit() + } + + override func layoutSubviews() { + super.layoutSubviews() + + if bounds.size != intrinsicContentSize { + invalidateIntrinsicContentSize() + didIntrinsicSizeChangedSignal.send(intrinsicContentSize) + } + } + + override var intrinsicContentSize: CGSize { + contentSize + } +} + +// MARK: - Configure + +extension DetailSplitsTableView { + private func commonInit() { + configureTableView() + } + + private func configureTableView() { + rowHeight = SimpleSplitViewCell.Constant.cellHeight + allowsSelection = false + alwaysBounceVertical = false + isScrollEnabled = false + separatorStyle = .none + backgroundColor = .clear + register(SimpleSplitViewCell.self, forCellReuseIdentifier: "\(SimpleSplitViewCell.self)") + } +} diff --git a/BoostRunClub/Views/ActivityDetailScene/DetailSplitsView.swift b/BoostRunClub/Views/ActivityDetailScene/DetailSplitsView.swift new file mode 100644 index 0000000..62815ba --- /dev/null +++ b/BoostRunClub/Views/ActivityDetailScene/DetailSplitsView.swift @@ -0,0 +1,87 @@ +// +// DetailSplitsView.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/12. +// + +import Combine +import UIKit + +class DetailSplitsView: UIView { + private(set) var didHeightChangeSignal = PassthroughSubject() + private(set) var didTapInfoButtonSignal = PassthroughSubject() + + private var titleLabel = UILabel.makeBold(text: "구간", size: 30) + private(set) var tableView = DetailSplitsTableView() + private lazy var detailInfoButton = makeDetailInfoButton() + + private lazy var tableHeightConstraint = tableView.heightAnchor.constraint(equalToConstant: 0) + + private var cancellables = Set() + + override init(frame: CGRect = .zero) { + super.init(frame: frame) + commonInit() + } + + required init?(coder: NSCoder) { + super.init(coder: coder) + commonInit() + } +} + +// MARK: - Actions + +extension DetailSplitsView { + @objc + func didTapInfoButton() { + didTapInfoButtonSignal.send() + } +} + +// MARK: - Configure + +extension DetailSplitsView { + private func commonInit() { + tableView.didIntrinsicSizeChangedSignal + .sink { [weak self] _ in + self?.didHeightChangeSignal.send() + } + .store(in: &cancellables) + + configureLayout() + } + + private func configureLayout() { + let vStack = UIStackView.make( + with: [titleLabel, tableView, detailInfoButton], + axis: .vertical, alignment: .fill, distribution: .equalSpacing, spacing: 10 + ) + addSubview(vStack) + vStack.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + vStack.topAnchor.constraint(equalTo: topAnchor), + vStack.leadingAnchor.constraint(equalTo: leadingAnchor, constant: 20), + vStack.trailingAnchor.constraint(equalTo: trailingAnchor, constant: -20), + vStack.bottomAnchor.constraint(equalTo: bottomAnchor), + ]) + + detailInfoButton.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + detailInfoButton.heightAnchor.constraint(equalToConstant: 60), + ]) + } + + private func makeDetailInfoButton() -> UIButton { + let button = UIButton(type: .system) + button.setTitle("상세 정보", for: .normal) + button.setTitleColor(.label, for: .normal) + button.titleLabel?.font = UIFont.systemFont(ofSize: 20) + button.layer.borderWidth = 1 + button.layer.borderColor = UIColor.systemGray.cgColor + button.layer.cornerRadius = 30 + button.addTarget(self, action: #selector(didTapInfoButton), for: .touchUpInside) + return button + } +} diff --git a/BoostRunClub/Views/ActivityDetailScene/DetailTitleView.swift b/BoostRunClub/Views/ActivityDetailScene/DetailTitleView.swift new file mode 100644 index 0000000..27b9a2c --- /dev/null +++ b/BoostRunClub/Views/ActivityDetailScene/DetailTitleView.swift @@ -0,0 +1,59 @@ +// +// DetailTitleView.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/12. +// + +import UIKit + +class DetailTitleView: UIView { + private var dateLabel = UILabel.makeNormal() + private var titleLabel = UILabel.makeBold() + private var dividerView = UIView() + + override init(frame: CGRect = .zero) { + super.init(frame: frame) + commonInit() + } + + required init?(coder: NSCoder) { + super.init(coder: coder) + commonInit() + } + + func configure(dateText: String, title: String) { + dateLabel.text = dateText + titleLabel.text = title + } +} + +// MARK: - Configure + +extension DetailTitleView { + private func commonInit() { + dividerView.backgroundColor = .systemGray + configureLayout() + } + + private func configureLayout() { + NSLayoutConstraint.activate([ + dividerView.heightAnchor.constraint(equalToConstant: 1), + dividerView.widthAnchor.constraint(equalToConstant: UIScreen.main.bounds.width - 40), + ]) + + let titleVStack = UIStackView.make( + with: [dateLabel, titleLabel, dividerView], + axis: .vertical, alignment: .leading, distribution: .fill, spacing: 10 + ) + + addSubview(titleVStack) + titleVStack.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + titleVStack.leadingAnchor.constraint(equalTo: leadingAnchor, constant: 20), + titleVStack.topAnchor.constraint(equalTo: topAnchor, constant: 20), + titleVStack.trailingAnchor.constraint(equalTo: trailingAnchor, constant: -20), + titleVStack.bottomAnchor.constraint(equalTo: bottomAnchor, constant: -10), + ]) + } +} diff --git a/BoostRunClub/Views/ActivityDetailScene/DetailTotalView.swift b/BoostRunClub/Views/ActivityDetailScene/DetailTotalView.swift new file mode 100644 index 0000000..3c57aa1 --- /dev/null +++ b/BoostRunClub/Views/ActivityDetailScene/DetailTotalView.swift @@ -0,0 +1,155 @@ +// +// DetailTotalView.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/12. +// + +import UIKit + +class DetailTotalView: UIView { + private var distanceValueLabel = NikeLabel(with: 80) + private var distancelabel = UILabel.makeNormal(text: "킬로미터") + private var avgPaceValueLabel = UILabel.makeBold() + private var avgPaceLabel = UILabel.makeNormal(text: "평균 페이스") + private var runningTimeValueLabel = UILabel.makeBold() + private var runningTimeLabel = UILabel.makeNormal(text: "시간") + private var calorieValueLabel = UILabel.makeBold() + private var calorieLabel = UILabel.makeNormal(text: "칼로리") + private var elevationValueLabel = UILabel.makeBold() + private var elevationLabel1 = UILabel.makeNormal(text: "고도") + private var elevationLabel2 = UILabel.makeNormal(text: "상승") + private var bpmValueLabel = UILabel.makeBold() + private var bpmLabel1 = UILabel.makeNormal(text: "평균") + private var bpmLabel2 = UILabel.makeNormal(text: "심박수") + private var cadenceValueLabel = UILabel.makeBold() + private var cadenceLabel = UILabel.makeNormal(text: "케이던스") + + private var distanceValue: Double = 0 + private var startTime: TimeInterval = 0 + private var displayLink: CADisplayLink? + + override init(frame: CGRect = .zero) { + super.init(frame: frame) + commonInit() + } + + required init?(coder: NSCoder) { + super.init(coder: coder) + commonInit() + } + + func configure(with config: ActivityDetailConfig) { + distanceValue = config.distance + avgPaceValueLabel.text = config.avgPace + runningTimeValueLabel.text = config.runningTime + calorieValueLabel.text = "\(config.calorie)" + elevationValueLabel.text = "\(config.elevation)" + bpmValueLabel.text = "\(config.avgBPM)" + cadenceValueLabel.text = "\(config.cadence)" + displayLink = CADisplayLink(target: self, selector: #selector(displayFrameUpdated)) + } + + func startAppear() { + startTime = Date.timeIntervalSinceReferenceDate + displayLink?.add(to: RunLoop.main, forMode: .default) + } +} + +// MARK: - Actions + +extension DetailTotalView { + @objc + func displayFrameUpdated() { + var elapsedTime = Date.timeIntervalSinceReferenceDate - startTime + + if elapsedTime > 2 { + displayLink?.invalidate() + elapsedTime = 2 + } + + let newValue = distanceValue * (elapsedTime / 2) + distanceValueLabel.text = String(format: "%.2f", newValue / 1000) + } +} + +// MARK: - Configure + +extension DetailTotalView { + private func commonInit() { + distanceValueLabel.text = "0.00" + configureLayout() + } + + // swiftlint:disable:next function_body_length + private func configureLayout() { + let distanceVStack = UIStackView.make( + with: [distanceValueLabel, distancelabel], + axis: .vertical, alignment: .leading, distribution: .fill + ) + + let avgPaceVStack = UIStackView.make( + with: [avgPaceValueLabel, avgPaceLabel], + axis: .vertical, alignment: .leading, distribution: .fill + ) + + let elevationVStack = UIStackView.make( + with: [elevationValueLabel, elevationLabel1, elevationLabel2], + axis: .vertical, alignment: .leading, distribution: .fill + ) + + let runningTimeVStack = UIStackView.make( + with: [runningTimeValueLabel, runningTimeLabel], + axis: .vertical, alignment: .leading, distribution: .fill + ) + + let bpmVStack = UIStackView.make( + with: [bpmValueLabel, bpmLabel1, bpmLabel2], + axis: .vertical, alignment: .leading, distribution: .fill + ) + + let calorieVStack = UIStackView.make( + with: [calorieValueLabel, calorieLabel], + axis: .vertical, alignment: .leading, distribution: .fill + ) + + let cadenceVStack = UIStackView.make( + with: [cadenceValueLabel, cadenceLabel], + axis: .vertical, alignment: .leading, distribution: .fill + ) + + let colVStacks = [ + UIStackView.make( + with: [avgPaceVStack, elevationVStack], + axis: .vertical, alignment: .leading, distribution: .fill, spacing: 10 + ), + UIStackView.make( + with: [runningTimeVStack, bpmVStack], + axis: .vertical, alignment: .leading, distribution: .fill, spacing: 10 + ), + UIStackView.make( + with: [calorieVStack, cadenceVStack], + axis: .vertical, alignment: .leading, distribution: .fill, spacing: 10 + ), + ] + + let subDataHStack = UIStackView.make( + with: colVStacks, + axis: .horizontal, alignment: .leading, distribution: .fillEqually + ) + + let mainVStack = UIStackView.make( + with: [distanceVStack, subDataHStack], + axis: .vertical, alignment: .fill, distribution: .equalSpacing, spacing: 20 + ) + + addSubview(mainVStack) + mainVStack.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + mainVStack.leadingAnchor.constraint(equalTo: leadingAnchor, constant: 20), + mainVStack.topAnchor.constraint(equalTo: topAnchor, constant: 10), + mainVStack.trailingAnchor.constraint(equalTo: trailingAnchor, constant: -10), + mainVStack.bottomAnchor.constraint(equalTo: bottomAnchor, constant: -10), + ]) + } +} diff --git a/BoostRunClub/Views/ActivityDetailScene/SimpleSplitViewCell.swift b/BoostRunClub/Views/ActivityDetailScene/SimpleSplitViewCell.swift new file mode 100644 index 0000000..b2ea5a7 --- /dev/null +++ b/BoostRunClub/Views/ActivityDetailScene/SimpleSplitViewCell.swift @@ -0,0 +1,146 @@ +// +// SimpleSplitView.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/12. +// + +import UIKit + +class SimpleSplitViewCell: UITableViewCell { + enum Style { + case description, value + } + + enum Constant { + static let cellHeight: CGFloat = 50 + static let paceMinWidth: CGFloat = 120 + } + + private var distanceLabel = UILabel.makeBold(text: "Km") + private var distanceBackgroundView = UIView() + private var paceForegroundView = UIView() + private var paceBackgroundView = UIView() + private var paceLabel = UILabel.makeBold(text: "평균 페이스") + private var elevationLabel = UILabel.makeBold(text: "고도") + private var elevationBackgroundView = UIView() + + private lazy var paceContainerWidthConstraint + = paceForegroundView.widthAnchor.constraint(equalToConstant: Constant.paceMinWidth) + + override init(style: UITableViewCell.CellStyle, reuseIdentifier _: String?) { + super.init(style: style, reuseIdentifier: "\(SimpleSplitViewCell.self)") + commonInit() + } + + required init?(coder: NSCoder) { + super.init(coder: coder) + commonInit() + } + + func configure( + style: Style = .value, + distance: String = "", + pace: String = "", + elevation: String = "", + paceRatio: CGFloat = 0 + ) { + switch style { + case .description: + distanceLabel.textColor = .systemGray + paceLabel.textColor = .systemGray + elevationLabel.textColor = .systemGray + distanceLabel.text = "Km" + paceLabel.text = "평균 페이스" + elevationLabel.text = "고도" + paceForegroundView.backgroundColor = .clear + case .value: + distanceLabel.textColor = .label + paceLabel.textColor = .label + elevationLabel.textColor = .label + distanceLabel.text = distance + paceLabel.text = pace + elevationLabel.text = elevation + paceForegroundView.backgroundColor = .systemGray6 + setAvgProgress(to: paceRatio) + } + } + + private func setAvgProgress(to progress: CGFloat) { + let progress = progress == .nan ? 0 : progress + layoutIfNeeded() + let fullWidth = paceBackgroundView.bounds.width + let progressWidth = Constant.paceMinWidth + (fullWidth - Constant.paceMinWidth) * progress + paceContainerWidthConstraint.constant = progressWidth + } +} + +// MARK: - Configure + +extension SimpleSplitViewCell { + private func commonInit() { + backgroundColor = .clear + configureLayout() + } + + // swiftlint:disable:next function_body_length + private func configureLayout() { + contentView.addSubview(distanceBackgroundView) + contentView.addSubview(paceBackgroundView) + contentView.addSubview(elevationBackgroundView) + + distanceBackgroundView.translatesAutoresizingMaskIntoConstraints = false + elevationBackgroundView.translatesAutoresizingMaskIntoConstraints = false + paceBackgroundView.translatesAutoresizingMaskIntoConstraints = false + + NSLayoutConstraint.activate([ + distanceBackgroundView.leadingAnchor.constraint(equalTo: contentView.leadingAnchor), + distanceBackgroundView.topAnchor.constraint(equalTo: contentView.topAnchor, constant: 2), + distanceBackgroundView.bottomAnchor.constraint(equalTo: contentView.bottomAnchor, constant: -2), + distanceBackgroundView.widthAnchor.constraint(equalTo: contentView.widthAnchor, multiplier: 0.2), + + paceBackgroundView.leadingAnchor.constraint(equalTo: distanceBackgroundView.trailingAnchor), + paceBackgroundView.trailingAnchor.constraint(equalTo: elevationBackgroundView.leadingAnchor), + paceBackgroundView.topAnchor.constraint(equalTo: contentView.topAnchor, constant: 2), + paceBackgroundView.bottomAnchor.constraint(equalTo: contentView.bottomAnchor, constant: -2), + + elevationBackgroundView.leadingAnchor.constraint(equalTo: paceBackgroundView.trailingAnchor), + elevationBackgroundView.trailingAnchor.constraint(equalTo: contentView.trailingAnchor), + elevationBackgroundView.topAnchor.constraint(equalTo: contentView.topAnchor, constant: 2), + elevationBackgroundView.bottomAnchor.constraint(equalTo: contentView.bottomAnchor, constant: -2), + elevationBackgroundView.widthAnchor.constraint(equalTo: contentView.widthAnchor, multiplier: 0.15), + ]) + + distanceBackgroundView.addSubview(distanceLabel) + distanceLabel.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + distanceLabel.leadingAnchor.constraint(equalTo: distanceBackgroundView.leadingAnchor), + distanceLabel.centerYAnchor.constraint(equalTo: distanceBackgroundView.centerYAnchor), + ]) + + elevationBackgroundView.addSubview(elevationLabel) + elevationLabel.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + elevationLabel.trailingAnchor.constraint(equalTo: elevationBackgroundView.trailingAnchor), + elevationLabel.centerYAnchor.constraint(equalTo: elevationBackgroundView.centerYAnchor), + ]) + + paceBackgroundView.addSubview(paceForegroundView) + paceForegroundView.addSubview(paceLabel) + paceForegroundView.translatesAutoresizingMaskIntoConstraints = false + paceLabel.translatesAutoresizingMaskIntoConstraints = false + + NSLayoutConstraint.activate([ + paceForegroundView.leadingAnchor.constraint(equalTo: paceBackgroundView.leadingAnchor), + paceForegroundView.topAnchor.constraint(equalTo: paceBackgroundView.topAnchor), + paceForegroundView.bottomAnchor.constraint(equalTo: paceBackgroundView.bottomAnchor), + paceContainerWidthConstraint, + + paceLabel.leadingAnchor.constraint(equalTo: paceForegroundView.leadingAnchor, constant: 20), + paceLabel.centerYAnchor.constraint(equalTo: paceForegroundView.centerYAnchor), + ]) + + let centerHuggingP = paceBackgroundView.contentHuggingPriority(for: .horizontal) + elevationBackgroundView.setContentHuggingPriority(.init(centerHuggingP.rawValue - 1), for: .horizontal) + } +} diff --git a/BoostRunClub/Views/ActivityScene/ActivitiesContainerCellView.swift b/BoostRunClub/Views/ActivityScene/ActivitiesContainerCellView.swift new file mode 100644 index 0000000..46831dc --- /dev/null +++ b/BoostRunClub/Views/ActivityScene/ActivitiesContainerCellView.swift @@ -0,0 +1,61 @@ +// +// ActivityCollectionContainerView.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/09. +// + +import Combine +import UIKit + +class ActivitiesContainerCellView: UITableViewCell { + lazy var collectionView = ActivityCollectionView() + + var didHeightChangeSignal = PassthroughSubject() + var didItemSelectedSignal = PassthroughSubject() + var cancellables = Set() + + init() { + super.init(style: .default, reuseIdentifier: "\(Self.self)") + commonInit() + } + + required init?(coder: NSCoder) { + super.init(coder: coder) + commonInit() + } + + private func commonInit() { + backgroundColor = .clear + contentView.backgroundColor = .clear + + collectionView.delegate = self + collectionView.didHeightChangeSignal + .sink { + self.bounds.size.height = $0 + self.didHeightChangeSignal.send(self) + } + .store(in: &cancellables) + + contentView.addSubview(collectionView) + collectionView.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + collectionView.topAnchor.constraint(equalTo: contentView.topAnchor), + collectionView.leftAnchor.constraint(equalTo: contentView.leftAnchor), + collectionView.rightAnchor.constraint(equalTo: contentView.rightAnchor), + collectionView.bottomAnchor.constraint(equalTo: contentView.bottomAnchor), + ]) + } + + override func layoutSubviews() { + super.layoutSubviews() + } +} + +// MARK: - UICollectionViewDelegate Implementation + +extension ActivitiesContainerCellView: UICollectionViewDelegate { + func collectionView(_: UICollectionView, didSelectItemAt indexPath: IndexPath) { + didItemSelectedSignal.send(indexPath) + } +} diff --git a/BoostRunClub/Views/ActivityScene/ActivityCellView.swift b/BoostRunClub/Views/ActivityScene/ActivityCellView.swift new file mode 100644 index 0000000..2f4bafd --- /dev/null +++ b/BoostRunClub/Views/ActivityScene/ActivityCellView.swift @@ -0,0 +1,150 @@ +// +// ActivityCellView.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/07. +// + +import UIKit + +class ActivityCellView: UICollectionViewCell { + private lazy var thumbnailImage = UIImageView(image: UIImage.SFSymbol(name: "person.circle.fill")) + private lazy var dateLabel = makeValueLabel() + private lazy var titleLabel = makeNormalLabel() + private lazy var distanceValueLabel = makeValueLabel() + private lazy var distanceLabel = makeNormalLabel() + private lazy var avgPaceValueLabel = makeValueLabel() + private lazy var avgPaceLabel = makeNormalLabel() + private lazy var runningTimeValueLabel = makeValueLabel() + private lazy var runningTimeLabel = makeNormalLabel() + + required init?(coder: NSCoder) { + super.init(coder: coder) + commonInit() + } + + override init(frame: CGRect = .zero) { + super.init(frame: frame) + commonInit() + } + + override func preferredLayoutAttributesFitting( + _ layoutAttributes: UICollectionViewLayoutAttributes + ) -> UICollectionViewLayoutAttributes { + let size = contentView.systemLayoutSizeFitting(layoutAttributes.size) + var newFrame = layoutAttributes.frame + newFrame.size.height = ceil(size.height) + layoutAttributes.frame = newFrame + return layoutAttributes + } + + func configure(with activity: Activity) { + dateLabel.text = activity.dateText(with: Date()) + titleLabel.text = activity.titleText + distanceValueLabel.text = activity.distanceText + avgPaceValueLabel.text = activity.avgPaceText + runningTimeValueLabel.text = activity.runningTimeText + guard let data = activity.thumbnail else { return } + thumbnailImage.image = UIImage(data: data) + } +} + +// MARK: - Configure + +extension ActivityCellView { + private func commonInit() { + configureLayout() + distanceLabel.text = "Km" + avgPaceLabel.text = "평균 페이스" + runningTimeLabel.text = "시간" + contentView.backgroundColor = .systemBackground + contentView.layer.cornerRadius = 10 + contentView.layer.masksToBounds = true + } + + // swiftlint:disable:next function_body_length + private func configureLayout() { +// contentView.translatesAutoresizingMaskIntoConstraints = false + thumbnailImage.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + thumbnailImage.widthAnchor.constraint(equalToConstant: 50), + thumbnailImage.heightAnchor.constraint(equalTo: thumbnailImage.widthAnchor), + ]) + + let titleStackView = UIStackView.make( + with: [dateLabel, titleLabel], + axis: .vertical, + alignment: .leading, + distribution: .fill + ) + + let titleHStackView = UIStackView.make( + with: [thumbnailImage, titleStackView], + axis: .horizontal, + alignment: .center, + distribution: .fill, + spacing: 10 + ) + + let distanceStackView = UIStackView.make( + with: [distanceValueLabel, distanceLabel], + axis: .vertical, + alignment: .leading, + distribution: .fillProportionally + ) + + let avgPaceStackView = UIStackView.make( + with: [avgPaceValueLabel, avgPaceLabel], + axis: .vertical, + alignment: .leading, + distribution: .fillProportionally + ) + + let runningTimeStackView = UIStackView.make( + with: [runningTimeValueLabel, runningTimeLabel], + axis: .vertical, + alignment: .leading, + distribution: .fillProportionally + ) + + let dataHStackView = UIStackView.make( + with: [distanceStackView, avgPaceStackView, runningTimeStackView], + axis: .horizontal, + alignment: .leading, + distribution: .equalSpacing, + spacing: 50 + ) + + let stackView = UIStackView.make( + with: [titleHStackView, dataHStackView], + axis: .vertical, + alignment: .leading, + distribution: .equalSpacing, + spacing: 10 + ) + + contentView.addSubview(stackView) + stackView.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + stackView.topAnchor.constraint(equalTo: contentView.topAnchor, constant: 10), + stackView.leadingAnchor.constraint(equalTo: contentView.leadingAnchor, constant: 20), + stackView.bottomAnchor.constraint(equalTo: contentView.bottomAnchor, constant: -10), + stackView.rightAnchor.constraint(equalTo: contentView.rightAnchor, constant: -20), + ]) + } + + private func makeValueLabel() -> UILabel { + let label = UILabel() + label.font = UIFont.boldSystemFont(ofSize: 17) + label.textColor = .label + label.text = "Value" + return label + } + + private func makeNormalLabel() -> UILabel { + let label = UILabel() + label.textColor = .systemGray + label.text = "타이틀" + return label + } +} diff --git a/BoostRunClub/Views/ActivityScene/ActivityCollectionView.swift b/BoostRunClub/Views/ActivityScene/ActivityCollectionView.swift new file mode 100644 index 0000000..6aed1d1 --- /dev/null +++ b/BoostRunClub/Views/ActivityScene/ActivityCollectionView.swift @@ -0,0 +1,61 @@ +// +// ActivityCollectionView.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/09. +// + +import Combine +import UIKit + +class ActivityCollectionView: UICollectionView { + var didHeightChangeSignal = PassthroughSubject() + + init(frame _: CGRect = .zero) { + let layout = ActivityCollectionView.makeLayout() + super.init(frame: .zero, collectionViewLayout: layout) + commonInit() + } + + required init?(coder: NSCoder) { + super.init(coder: coder) + commonInit() + } + + override func layoutSubviews() { + super.layoutSubviews() + + if bounds.size != intrinsicContentSize { + invalidateIntrinsicContentSize() + didHeightChangeSignal.send(intrinsicContentSize.height) + } + } + + override var intrinsicContentSize: CGSize { + collectionViewLayout.collectionViewContentSize + } + + private func commonInit() { + register(ActivityCellView.self, forCellWithReuseIdentifier: "\(ActivityCellView.self)") + layoutMargins = UIEdgeInsets.zero + backgroundColor = .clear + isScrollEnabled = false + layer.masksToBounds = false + showsHorizontalScrollIndicator = false + showsVerticalScrollIndicator = false + } + + static func makeLayout() -> UICollectionViewCompositionalLayout { + let size = NSCollectionLayoutSize( + widthDimension: NSCollectionLayoutDimension.fractionalWidth(1), + heightDimension: NSCollectionLayoutDimension.estimated(80) + ) + let item = NSCollectionLayoutItem(layoutSize: size) + let group = NSCollectionLayoutGroup.horizontal(layoutSize: size, subitems: [item]) + let section = NSCollectionLayoutSection(group: group) + section.contentInsets = NSDirectionalEdgeInsets(top: 5, leading: 5, bottom: 5, trailing: 5) + section.interGroupSpacing = 10 + let layout = UICollectionViewCompositionalLayout(section: section) + return layout + } +} diff --git a/BoostRunClub/Views/ActivityScene/ActivityFooterView.swift b/BoostRunClub/Views/ActivityScene/ActivityFooterView.swift new file mode 100644 index 0000000..2b14bf0 --- /dev/null +++ b/BoostRunClub/Views/ActivityScene/ActivityFooterView.swift @@ -0,0 +1,63 @@ +// +// ActivityFooterView.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/08. +// + +import UIKit + +class ActivityFooterView: UIView { + private var showAllActivityButton: UIButton = { + let button = UIButton(type: .system) + button.setTitle("모든 활동", for: .normal) + button.setTitleColor(.label, for: .normal) + button.titleLabel?.font = UIFont.systemFont(ofSize: 20) + button.layer.borderWidth = 1 + button.layer.borderColor = UIColor.systemGray.cgColor + button.layer.cornerRadius = 30 + button.addTarget(self, action: #selector(didTapShowAllActivity), for: .touchUpInside) + return button + }() + + var didTapAllActivityButton: (() -> Void)? + + required init?(coder: NSCoder) { + super.init(coder: coder) + commonInit() + } + + init() { + super.init(frame: CGRect(x: 0, y: 0, width: UIScreen.main.bounds.width, height: 100)) + commonInit() + } +} + +// MARK: - Actions + +extension ActivityFooterView { + @objc + func didTapShowAllActivity() { + didTapAllActivityButton?() + } +} + +// MARK: - Configure + +extension ActivityFooterView { + private func commonInit() { + backgroundColor = .clear + configureLayout() + } + + private func configureLayout() { + addSubview(showAllActivityButton) + showAllActivityButton.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + showAllActivityButton.widthAnchor.constraint(equalToConstant: bounds.width - 40), + showAllActivityButton.centerXAnchor.constraint(equalTo: centerXAnchor), + showAllActivityButton.centerYAnchor.constraint(equalTo: centerYAnchor), + showAllActivityButton.heightAnchor.constraint(equalToConstant: 60), + ]) + } +} diff --git a/BoostRunClub/Views/ActivityScene/ActivityListHeaderView.swift b/BoostRunClub/Views/ActivityScene/ActivityListHeaderView.swift new file mode 100644 index 0000000..3216dd8 --- /dev/null +++ b/BoostRunClub/Views/ActivityScene/ActivityListHeaderView.swift @@ -0,0 +1,84 @@ +// +// ActivityListHeaderView.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/09. +// + +import UIKit + +class ActivityListHeaderView: UICollectionReusableView { + lazy var categoryLabel = makeValueLabel() + lazy var numRunningLabel = makeNormalLabel() + lazy var distancelabel = makeNormalLabel() + lazy var paceLabel = makeNormalLabel() + + override init(frame: CGRect) { + super.init(frame: frame) + commonInit() + } + + required init?(coder: NSCoder) { + super.init(coder: coder) + commonInit() + } + + func configure(with config: ActivityTotalConfig) { + categoryLabel.text = config.totalRange.start.toYMString + numRunningLabel.text = "러닝 \(config.numRunningText)회" + distancelabel.text = "\(config.totalDistanceText)km" + paceLabel.text = "\(config.avgPaceText)/km" + } + + private func commonInit() { + backgroundColor = .systemGroupedBackground + configureLayout() + } + + private func configureLayout() { + let valueHStack = UIStackView.make( + with: [numRunningLabel, distancelabel, paceLabel], + axis: .horizontal, + alignment: .leading, + distribution: .equalSpacing, + spacing: 10 + ) + + let totalVStack = UIStackView.make( + with: [categoryLabel, valueHStack], + axis: .vertical, + alignment: .leading, + distribution: .equalSpacing, + spacing: 5 + ) + + addSubview(totalVStack) + totalVStack.translatesAutoresizingMaskIntoConstraints = false + + NSLayoutConstraint.activate([ + totalVStack.leadingAnchor.constraint(equalTo: leadingAnchor, constant: 20), + totalVStack.topAnchor.constraint(equalTo: topAnchor, constant: 20), + totalVStack.bottomAnchor.constraint(equalTo: bottomAnchor, constant: -20), + totalVStack.trailingAnchor.constraint(equalTo: trailingAnchor, constant: -20), + ]) + } +} + +// MARK: - Configure + +extension ActivityListHeaderView { + private func makeValueLabel() -> UILabel { + let label = UILabel() + label.font = UIFont.boldSystemFont(ofSize: 20) + label.textColor = .label + label.text = "Value" + return label + } + + private func makeNormalLabel() -> UILabel { + let label = UILabel() + label.textColor = .systemGray + label.text = "타이틀" + return label + } +} diff --git a/BoostRunClub/Views/ActivityScene/ActivityStatisticCellView.swift b/BoostRunClub/Views/ActivityScene/ActivityStatisticCellView.swift new file mode 100644 index 0000000..3ba1a85 --- /dev/null +++ b/BoostRunClub/Views/ActivityScene/ActivityStatisticCellView.swift @@ -0,0 +1,77 @@ +// +// ActivityStatisticCellView.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/07. +// + +import UIKit + +class ActivityStatisticCellView: UITableViewCell { + private lazy var titleLabel = makeNormalLabel() + private lazy var valueLabel = makeValueLabel() + + required init?(coder: NSCoder) { + super.init(coder: coder) + commonInit() + } + + init(title: String, value: String) { + super.init(style: .default, reuseIdentifier: String(describing: Self.self)) + commonInit() + configure(title: title, value: value) + } + + init() { + super.init(style: .default, reuseIdentifier: String(describing: Self.self)) + commonInit() + } + + func configure(title: String, value: String) { + titleLabel.text = title + valueLabel.text = value + } +} + +// MARK: - Configure + +extension ActivityStatisticCellView { + private func commonInit() { + selectionStyle = .none + configureLayout() + } + + private func configureLayout() { + let stackView = UIStackView.make( + with: [titleLabel, valueLabel], + axis: .vertical, + alignment: .leading, + distribution: .fill, + spacing: 10 + ) + contentView.addSubview(stackView) + stackView.translatesAutoresizingMaskIntoConstraints = false + + NSLayoutConstraint.activate([ + stackView.leadingAnchor.constraint(equalTo: contentView.leadingAnchor, constant: 20), + stackView.trailingAnchor.constraint(equalTo: contentView.trailingAnchor, constant: -20), + stackView.topAnchor.constraint(equalTo: contentView.topAnchor, constant: 20), + stackView.bottomAnchor.constraint(equalTo: contentView.bottomAnchor, constant: -20), + ]) + } + + private func makeValueLabel() -> UILabel { + let label = UILabel() + label.font = UIFont.boldSystemFont(ofSize: 30) + label.textColor = .label + label.text = "Value" + return label + } + + private func makeNormalLabel() -> UILabel { + let label = UILabel() + label.textColor = .systemGray + label.text = "타이틀" + return label + } +} diff --git a/BoostRunClub/Views/ActivityScene/ActivityTableView.swift b/BoostRunClub/Views/ActivityScene/ActivityTableView.swift new file mode 100644 index 0000000..4542d68 --- /dev/null +++ b/BoostRunClub/Views/ActivityScene/ActivityTableView.swift @@ -0,0 +1,36 @@ +// +// ActivityTableView.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/07. +// + +import UIKit + +class ActivityTableView: UITableView { + init() { + super.init(frame: .zero, style: .insetGrouped) + commonInit() + } + + required init?(coder: NSCoder) { + super.init(coder: coder) + commonInit() + } +} + +// MARK: - Configure + +extension ActivityTableView { + private func commonInit() { + backgroundColor = UIColor(named: "tableBackground") + estimatedRowHeight = 200 + allowsSelection = true + alwaysBounceVertical = true + isScrollEnabled = true + sectionHeaderHeight = 5 + sectionFooterHeight = 5 + separatorInset.right = 20 + rowHeight = UITableView.automaticDimension + } +} diff --git a/BoostRunClub/Views/ActivityScene/ActivityTotalView.swift b/BoostRunClub/Views/ActivityScene/ActivityTotalView.swift new file mode 100644 index 0000000..4cf3e78 --- /dev/null +++ b/BoostRunClub/Views/ActivityScene/ActivityTotalView.swift @@ -0,0 +1,201 @@ +// +// ActivityTotalView.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/07. +// + +import UIKit + +class ActivityTotalView: UIView { + lazy var segmentedControl = makeSegmentedControl() + lazy var dateButton = makeDateLabeButton() + lazy var distanceValueLabel = NikeLabel(with: 50) + lazy var distancelabel = makeNormalLabel() + lazy var numRunningValueLabel = makeValueLabel() + lazy var numRunningLabel = makeNormalLabel() + lazy var avgPaceValueLabel = makeValueLabel() + lazy var avgPaceLabel = makeNormalLabel() + lazy var runningTimeValueLabel = makeValueLabel() + lazy var runningTimeLabel = makeNormalLabel() + + private var dateButtonActiveIcon: UIImage? = UIImage.SFSymbol(name: "chevron.down", color: .label) + private var dateButtonDeActiveIcon: UIImage? = UIImage.SFSymbol(name: "chevron.down", color: .clear) + + var didChangeSelectedItem: ((Int) -> Void)? + var didTapShowDateFilter: (() -> Void)? + var actionSendable: Bool = false + + required init?(coder: NSCoder) { + super.init(coder: coder) + commonInit() + } + + init() { + super.init(frame: .zero) + commonInit() + } + + func configure(config: ActivityTotalConfig) { + dateButton.setTitle(config.period, for: .normal) + distanceValueLabel.text = config.totalDistanceText + numRunningValueLabel.text = config.numRunningText + avgPaceValueLabel.text = config.avgPaceText + runningTimeValueLabel.text = config.totalRunningTimeText + + let buttonEnable: Bool + switch config.filterType { + case .year, .month, .week: + buttonEnable = config.numRunning > 0 ? true : false + case .all: + buttonEnable = false + } + + if buttonEnable { + dateButton.setImage(dateButtonActiveIcon, for: .normal) + actionSendable = true + } else { + dateButton.setImage(dateButtonDeActiveIcon, for: .normal) + actionSendable = false + } + } + + func selfResizing() { + let height = systemLayoutSizeFitting(UIView.layoutFittingCompressedSize).height + frame.size.height = height + } +} + +// MARK: - Actions + +extension ActivityTotalView { + @objc + func didTapDateButton() { + if actionSendable { + didTapShowDateFilter?() + } + } +} + +// MARK: - Configure + +extension ActivityTotalView { + private func commonInit() { + backgroundColor = .systemBackground + distancelabel.text = "킬로미터" + numRunningLabel.text = "러닝" + avgPaceLabel.text = "평균 페이스" + runningTimeLabel.text = "시간" + + segmentedControl.didChangeSelectedItem = { [weak self] idx in + self?.didChangeSelectedItem?(idx) + } + + configureLayout() + } + + // swiftlint:disable:next function_body_length + private func configureLayout() { + translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + widthAnchor.constraint(equalToConstant: UIScreen.main.bounds.width), + ]) + + let distanceStackView = UIStackView.make( + with: [distanceValueLabel, distancelabel], + axis: .vertical, + alignment: .leading, + distribution: .fillProportionally + ) + + let numRunningStackView = UIStackView.make( + with: [numRunningValueLabel, numRunningLabel], + axis: .vertical, + alignment: .leading, + distribution: .fillProportionally + ) + + let avgPaceStackView = UIStackView.make( + with: [avgPaceValueLabel, avgPaceLabel], + axis: .vertical, + alignment: .leading, + distribution: .fillProportionally + ) + + let runningTimeStackView = UIStackView.make( + with: [runningTimeValueLabel, runningTimeLabel], + axis: .vertical, + alignment: .leading, + distribution: .fillProportionally + ) + + let dataHStackView = UIStackView.make( + with: [numRunningStackView, avgPaceStackView, runningTimeStackView], + axis: .horizontal, + alignment: .leading, + distribution: .fill, + spacing: 20 + ) + + let vStackView = UIStackView.make( + with: [segmentedControl, dateButton, distanceStackView, dataHStackView], + axis: .vertical, + alignment: .leading, + distribution: .fill, + spacing: 15 + ) + + addSubview(vStackView) + vStackView.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + vStackView.topAnchor.constraint(equalTo: topAnchor, constant: 10), + vStackView.leadingAnchor.constraint(equalTo: leadingAnchor, constant: 20), + vStackView.trailingAnchor.constraint(equalTo: trailingAnchor, constant: -10), + vStackView.bottomAnchor.constraint(equalTo: bottomAnchor, constant: -20), + ]) + + segmentedControl.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + segmentedControl.widthAnchor.constraint(equalTo: vStackView.widthAnchor, constant: -10), + ]) + } + + private func makeSegmentedControl() -> RoundSegmentControl { + let items = ["주", "월", "년", "전체"] + let control = RoundSegmentControl( + items: items, + background: .systemBackground, + foreground: .label, + selectedColor: .systemBackground, + normalColor: .systemGray, + borderColor: .systemGray + ) + return control + } + + private func makeValueLabel() -> UILabel { + let label = UILabel() + label.font = UIFont.boldSystemFont(ofSize: 20) + label.textColor = .label + label.text = "Value" + return label + } + + private func makeNormalLabel() -> UILabel { + let label = UILabel() + label.textColor = .systemGray + label.text = "타이틀" + return label + } + + private func makeDateLabeButton() -> UIButton { + let button = UIButton() + button.setTitle("날짜 선택", for: .normal) + button.setTitleColor(.systemGray, for: .normal) + button.setImage(dateButtonActiveIcon, for: .normal) + button.semanticContentAttribute = .forceRightToLeft + button.imageEdgeInsets.right = -10 + button.addTarget(self, action: #selector(didTapDateButton), for: .touchUpInside) + return button + } +} diff --git a/BoostRunClub/Views/ActivityScene/DateFilterSheetView.swift b/BoostRunClub/Views/ActivityScene/DateFilterSheetView.swift new file mode 100644 index 0000000..3131ddd --- /dev/null +++ b/BoostRunClub/Views/ActivityScene/DateFilterSheetView.swift @@ -0,0 +1,96 @@ +// +// DateFilterSheetView.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/08. +// + +import UIKit + +class DateFilterSheetView: UIScrollView { + private var contentView: UIView = { + let view = UIView() + view.backgroundColor = .systemBackground + return view + }() + + private(set) var pickerView = UIPickerView() + private lazy var selectButton = makeSelectButton() + + var didTapSelect: (() -> Void)? + + init(contentSize: CGSize) { + super.init(frame: .zero) + self.contentSize = contentSize + commonInit() + } + + required init?(coder: NSCoder) { + super.init(coder: coder) + commonInit() + } +} + +// MARK: - Actions + +extension DateFilterSheetView { + @objc + func didTapSelectButton() { + didTapSelect?() + } +} + +// MARK: - Configure + +extension DateFilterSheetView { + private func commonInit() { + configureLayout() + } + + private func configureLayout() { + addSubview(contentView) + contentView.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + contentView.leftAnchor.constraint(equalTo: leftAnchor), + contentView.rightAnchor.constraint(equalTo: rightAnchor), + contentView.topAnchor.constraint(equalTo: topAnchor), + contentView.bottomAnchor.constraint(equalTo: bottomAnchor), + contentView.widthAnchor.constraint(equalToConstant: contentSize.width), + contentView.heightAnchor.constraint(equalToConstant: contentSize.height), + ]) + + let vStack = UIStackView.make( + with: [pickerView, selectButton], + axis: .vertical, + alignment: .center, + distribution: .fillProportionally, + spacing: 10 + ) + contentView.addSubview(vStack) + vStack.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + vStack.leftAnchor.constraint(equalTo: contentView.leftAnchor, constant: 10), + vStack.rightAnchor.constraint(equalTo: contentView.rightAnchor, constant: -10), + vStack.topAnchor.constraint(equalTo: contentView.topAnchor, constant: 10), + vStack.bottomAnchor.constraint(equalTo: contentView.bottomAnchor, constant: -10), + ]) + + selectButton.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + selectButton.widthAnchor.constraint(equalTo: contentView.widthAnchor, constant: -20), + selectButton.heightAnchor.constraint(equalToConstant: 60), + ]) + } + + private func makeSelectButton() -> UIButton { + let button = UIButton(type: .system) + button.setTitle("선택", for: .normal) + button.setTitleColor(.systemBackground, for: .normal) + button.titleLabel?.font = UIFont.systemFont(ofSize: 20) + button.backgroundColor = .label + button.layer.cornerRadius = 30 + button.layer.masksToBounds = true + button.addTarget(self, action: #selector(didTapSelectButton), for: .touchUpInside) + return button + } +} diff --git a/BoostRunClub/Views/Cells/GoalTypeCell.swift b/BoostRunClub/Views/Cells/GoalTypeCell.swift new file mode 100644 index 0000000..e72dcc8 --- /dev/null +++ b/BoostRunClub/Views/Cells/GoalTypeCell.swift @@ -0,0 +1,100 @@ +// +// GoalTypeActionSheetView.swift +// BoostRunClub +// +// Created by Imho Jang on 2020/11/24. +// + +import UIKit + +class GoalTypeCell: UITableViewCell { + enum Style { + case checked, black, gray + } + + private let goalTypeLabel = UILabel() + private lazy var checkMarkImage = makeCheckMark() + + let goalType: GoalType + + required init?(coder: NSCoder) { + goalType = .none + super.init(coder: coder) + commonInit(goalType) + } + + init(_ goalType: GoalType) { + self.goalType = goalType + super.init(style: .default, reuseIdentifier: String(describing: Self.self)) + commonInit(goalType) + } + + func setStyle(with style: Style) { + switch style { + case .checked: + checkMarkImage.isHidden = false + goalTypeLabel.textColor = .label + case .black: + checkMarkImage.isHidden = true + goalTypeLabel.textColor = .label + case .gray: + checkMarkImage.isHidden = true + goalTypeLabel.textColor = .systemGray + } + } +} + +// MARK: - Configure + +extension GoalTypeCell { + private func commonInit(_ goalType: GoalType) { + selectionStyle = .none + goalTypeLabel.text = goalType.description + goalTypeLabel.font = UIFont.systemFont(ofSize: 19, weight: .medium) + configureLayout() + } + +// private func makeCheckMark() -> UIImageView { +// let view = UIImageView() +// view.image = UIImage.SFSymbol(name: "checkmark", color: .label) +// return view +// } + private func makeCheckMark() -> UILabel { +// let view = UIImageView() +// view.image = UIImage.SFSymbol(name: "checkmark", color: .label) + let label = UILabel() + label.text = "✔️" + return label + } + + private func configureLayout() { + contentView.addSubview(goalTypeLabel) + goalTypeLabel.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + goalTypeLabel.leadingAnchor.constraint(equalTo: contentView.leadingAnchor, constant: LayoutConstant.labelInset), + goalTypeLabel.centerYAnchor.constraint(equalTo: contentView.centerYAnchor), + ]) + + contentView.addSubview(checkMarkImage) + checkMarkImage.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + checkMarkImage.trailingAnchor.constraint( + equalTo: contentView.trailingAnchor, + constant: -LayoutConstant.checkMarkInset + ), + checkMarkImage.centerYAnchor.constraint(equalTo: contentView.centerYAnchor), + checkMarkImage.heightAnchor.constraint(equalTo: goalTypeLabel.heightAnchor, multiplier: 1.2), + checkMarkImage.widthAnchor.constraint(equalTo: checkMarkImage.heightAnchor), + ]) + } +} + +// MARK: - LayoutConstant + +extension GoalTypeCell { + enum LayoutConstant { + static let labelInset: CGFloat = 30 + static let checkMarkInset: CGFloat = 30 + static let cellHeight: CGFloat = 88 + } +} diff --git a/BoostRunClub/Views/Cells/RunningSplitCell.swift b/BoostRunClub/Views/Cells/RunningSplitCell.swift new file mode 100644 index 0000000..2d2c94a --- /dev/null +++ b/BoostRunClub/Views/Cells/RunningSplitCell.swift @@ -0,0 +1,117 @@ +// +// RunningSplitCell.swift +// BoostRunClub +// +// Created by 조기현 on 2020/12/09. +// + +import Combine +import UIKit + +extension UILabel { + func applyChange(_ valueChange: ValueChange?) { + guard let valueChange = valueChange else { + text = "" + return + } + let color: UIColor + let prefix: String + switch valueChange.status { + case .decreased: + color = .systemGreen + prefix = "-" + case .equal: + color = .lightGray + prefix = "" + case .incresed: + color = .systemRed + prefix = "+" + } + + textColor = color + text = prefix + valueChange.value + } +} + +protocol CellConfigurable { + func setup(viewModel: CellViewModelTypeBase) +} + +class RunningSplitCell: UITableViewCell, CellConfigurable { + let kilometerLabel = UILabel() + let paceLabel = UILabel() + let changeLabel = UILabel() + + var viewModel: RunningSplitCellViewModelType? + var cancellables = Set() + + override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) { + super.init(style: style, reuseIdentifier: reuseIdentifier) + commonInit() + } + + required init?(coder: NSCoder) { + super.init(coder: coder) + } + + func setup(viewModel: CellViewModelTypeBase) { + guard let viewModel = viewModel as? RunningSplitCellViewModelType else { return } + self.viewModel = viewModel + cancellables.removeAll() + + viewModel.kilometerSubject + .sink { [weak self] in self?.kilometerLabel.text = $0 } + .store(in: &cancellables) + + viewModel.paceSubject + .sink { [weak self] in self?.paceLabel.text = $0 } + .store(in: &cancellables) + + viewModel.changeSubject + .sink { [weak self] in + guard let valueChange = $0 else { + self?.changeLabel.text = nil + return + } + + let color: UIColor + let prefix: String + switch valueChange.status { + case .decreased: + color = .systemGreen + prefix = "-" + case .equal: + color = .lightGray + prefix = "" + case .incresed: + color = .systemRed + prefix = "+" + } + + self?.changeLabel.textColor = color + self?.changeLabel.text = prefix + valueChange.value + } + .store(in: &cancellables) + } + + func commonInit() { + let labels = [kilometerLabel, paceLabel, changeLabel] + labels.enumerated().forEach { idx, label in + label.font = UIFont.boldSystemFont(ofSize: 20) + label.textColor = .lightGray + label.setTextAlignment(idx: idx, total: labels.count) + } + + let stackView = UIStackView.make(with: labels, distribution: .fillEqually, spacing: 20) + contentView.addSubview(stackView) + stackView.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + stackView.centerXAnchor.constraint(equalTo: contentView.centerXAnchor), + stackView.widthAnchor.constraint(equalTo: contentView.widthAnchor, constant: -80), + stackView.topAnchor.constraint(equalTo: contentView.topAnchor), + stackView.centerYAnchor.constraint(equalTo: centerYAnchor), + stackView.bottomAnchor.constraint(equalTo: contentView.bottomAnchor), + stackView.heightAnchor.constraint(equalToConstant: 60), + ]) + } +} diff --git a/BoostRunClub/Views/CircleButton.swift b/BoostRunClub/Views/CircleButton.swift new file mode 100644 index 0000000..8e13c0f --- /dev/null +++ b/BoostRunClub/Views/CircleButton.swift @@ -0,0 +1,56 @@ +// +// CircleButton.swift +// BoostRunClub +// +// Created by Imho Jang on 2020/12/02. +// + +import UIKit + +class CircleButton: UIButton { + enum Style { + case start, stop, pause, resume, locate, exit + } + + init(with buttonStyle: Style) { + super.init(frame: .zero) + commonInit(with: buttonStyle) + } + + required init?(coder: NSCoder) { + super.init(coder: coder) + commonInit() + } + + private func commonInit(with buttonStyle: Style = .start) { + setTitleColor(.label, for: .normal) + titleLabel?.font = UIFont.boldSystemFont(ofSize: 25) + imageView?.contentMode = .scaleAspectFill + + switch buttonStyle { + case .start: + backgroundColor = UIColor(named: "accent") + setTitle("시작", for: .normal) + setTitleColor(UIColor(named: "accent2"), for: .normal) + case .stop: + setSFSymbol(iconName: "stop.fill", size: 25, tintColor: .systemBackground, backgroundColor: .label) + case .pause: + setSFSymbol(iconName: "pause.fill", size: 25, tintColor: .systemBackground, backgroundColor: .label) + setTitleColor(UIColor(named: "accent2"), for: .normal) + case .resume: + setSFSymbol(iconName: "play.fill", + size: 25, + tintColor: .label, + backgroundColor: UIColor(named: "brcYellow")!) + case .locate: + setSFSymbol(iconName: "location.fill", size: 25, tintColor: .systemBackground, backgroundColor: .label) + case .exit: + setSFSymbol(iconName: "xmark", size: 25, tintColor: .systemBackground, backgroundColor: .label) + } + } + + override func layoutSubviews() { + super.layoutSubviews() + layer.cornerRadius = bounds.height / 2 + } +} diff --git a/BoostRunClub/Views/CircleLongPressButton.swift b/BoostRunClub/Views/CircleLongPressButton.swift new file mode 100644 index 0000000..b53ccb6 --- /dev/null +++ b/BoostRunClub/Views/CircleLongPressButton.swift @@ -0,0 +1,96 @@ +// +// CircleLongPressButton.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/13. +// + +import Combine +import UIKit + +class CircleLongPressButton: CircleButton { + private(set) var didTapButtonSignal = PassthroughSubject() + + private lazy var displayLink = CADisplayLink(target: self, selector: #selector(updateTime)) + private var lastUpdatedTime: TimeInterval = 0 + private var elapsedTime: TimeInterval = 0 + private var progress: Double = 0 + private var direction: Double = 1 + + private let duration: Double + + private let targetScaleRatio: CGFloat + + init(with buttonStyle: CircleButton.Style, scaleRatio: CGFloat = 4, duration: Double = 1) { + self.duration = duration + targetScaleRatio = scaleRatio + super.init(with: buttonStyle) + commonInit() + } + + required init?(coder: NSCoder) { + duration = 3 + targetScaleRatio = 1.3 + super.init(coder: coder) + commonInit() + } + + @objc + func updateTime() { + let currentTime = Date.timeIntervalSinceReferenceDate + let interval = currentTime - lastUpdatedTime + lastUpdatedTime = currentTime + + elapsedTime = clamped(value: elapsedTime + direction * interval, minValue: 0, maxValue: duration) + updateProgress(CGFloat(elapsedTime / duration)) + } + + func updateProgress(_ progress: CGFloat) { + let iProgress = 1 - progress + let newProgress = 3 * progress * iProgress * iProgress + + 3 * progress * progress * iProgress + + progress * progress * progress + + let newScaleRatio = 1 + (targetScaleRatio - 1) * newProgress + transform = CGAffineTransform(scaleX: newScaleRatio, y: newScaleRatio) + + if newProgress >= 1 { + direction = -1 + didTapButtonSignal.send() + } + + if newProgress <= 0 { + displayLink.remove(from: RunLoop.main, forMode: .common) + elapsedTime = 0 + } + } +} + +// MARK: - Actions + +extension CircleLongPressButton { + @objc + func didTouchDown() { + if elapsedTime == 0 { + displayLink.add(to: RunLoop.main, forMode: .common) + lastUpdatedTime = Date.timeIntervalSinceReferenceDate + } + + direction = 1 + } + + @objc + func didTouchRelease() { + direction = -1 + } +} + +// MARK: - Configure + +extension CircleLongPressButton { + private func commonInit() { + addTarget(self, action: #selector(didTouchDown), for: .touchDown) + addTarget(self, action: #selector(didTouchRelease), for: .touchUpInside) + addTarget(self, action: #selector(didTouchRelease), for: .touchUpOutside) + } +} diff --git a/BoostRunClub/Views/Controllers/ActivityDateFilterViewController.swift b/BoostRunClub/Views/Controllers/ActivityDateFilterViewController.swift new file mode 100644 index 0000000..c681f99 --- /dev/null +++ b/BoostRunClub/Views/Controllers/ActivityDateFilterViewController.swift @@ -0,0 +1,172 @@ +// +// ActivityDateFilterViewController.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/08. +// + +import Combine +import UIKit + +class ActivityDateFilterViewController: UIViewController { + private lazy var backgroundView = UIView() + private lazy var sheetView = DateFilterSheetView( + contentSize: CGSize( + width: UIScreen.main.bounds.width, + height: 400 + )) + + private lazy var sheetViewBottomHeightConstraint = sheetView.heightAnchor.constraint(equalToConstant: 0) + + private var tabHeight: CGFloat = 0 + private var rows = [[String]]() + + var viewModel: ActivityDateFilterViewModelTypes? + var cancellables = Set() + + init(with viewModel: ActivityDateFilterViewModelTypes, tabHeight: CGFloat) { + super.init(nibName: nil, bundle: nil) + self.viewModel = viewModel + self.tabHeight = tabHeight + } + + required init?(coder: NSCoder) { + super.init(coder: coder) + } + + private func bindViewModel() { + guard let viewModel = viewModel else { return } + + viewModel.outputs.pickerListSubject + .receive(on: RunLoop.main) + .sink { [weak self] in + self?.rows = $0 + self?.sheetView.pickerView.reloadAllComponents() + } + .store(in: &cancellables) + + viewModel.outputs.adjustPickerSignal + .receive(on: RunLoop.main) + .sink { [weak self] in + self?.sheetView.pickerView.selectRow($0.row, inComponent: $0.component, animated: $0.animate) + } + .store(in: &cancellables) + + // Inputs + sheetView.didTapSelect = { [weak viewModel] in + viewModel?.inputs.didTapSelectButton() + } + } + + deinit { + print("[Memory \(Date())] 🍎ViewController🍏 \(Self.self) deallocated.") + } +} + +// MARK: - ViewController LifeCycle + +extension ActivityDateFilterViewController { + override func viewDidLoad() { + super.viewDidLoad() + view.backgroundColor = .clear + let gesture = UITapGestureRecognizer(target: self, action: #selector(didTapBackgroundView)) + gesture.cancelsTouchesInView = false + view.addGestureRecognizer(gesture) + sheetView.pickerView.dataSource = self + sheetView.pickerView.delegate = self + backgroundView.backgroundColor = UIColor.black.withAlphaComponent(0.4) + configureLayout() + bindViewModel() + } + + override func viewDidAppear(_ animated: Bool) { + super.viewDidAppear(animated) + viewModel?.inputs.viewDidLoad() + sheetViewBottomHeightConstraint.constant = sheetView.contentSize.height + UIView.animate( + withDuration: 0.4, + delay: 0, + options: .curveEaseInOut, + animations: { + self.view.layoutIfNeeded() + self.backgroundView.backgroundColor = UIColor.black.withAlphaComponent(0.4) + }, + completion: nil + ) + } +} + +// MARK: - Actions + +extension ActivityDateFilterViewController { + @objc + func didTapBackgroundView(gesture: UITapGestureRecognizer) { + if !view.point(inside: gesture.location(in: sheetView), with: nil) { + viewModel?.inputs.didTapBackgroundView() + } + } + + func closeWithAnimation() { + sheetViewBottomHeightConstraint.constant = 0 + UIView.animate( + withDuration: 0.4, + delay: 0, + options: .curveEaseInOut, + animations: { + self.view.layoutIfNeeded() + self.backgroundView.backgroundColor = UIColor.black.withAlphaComponent(0) + }, + completion: { _ in + self.dismiss(animated: false, completion: nil) + } + ) + } +} + +// MARK: - UIPickerViewDatasource Implementation + +extension ActivityDateFilterViewController: UIPickerViewDataSource { + func pickerView(_: UIPickerView, titleForRow row: Int, forComponent component: Int) -> String? { + return rows[component][row] + } + + func numberOfComponents(in _: UIPickerView) -> Int { + return rows.count + } + + func pickerView(_: UIPickerView, numberOfRowsInComponent component: Int) -> Int { + return rows[component].count + } +} + +// MARK: - UIPickerViewDelegate Implementation + +extension ActivityDateFilterViewController: UIPickerViewDelegate { + func pickerView(_: UIPickerView, didSelectRow row: Int, inComponent component: Int) { + viewModel?.inputs.didPickerChanged(row: row, component: component) + } +} + +// MARK: - Configure + +extension ActivityDateFilterViewController { + private func configureLayout() { + view.addSubview(backgroundView) + backgroundView.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + backgroundView.leftAnchor.constraint(equalTo: view.leftAnchor), + backgroundView.topAnchor.constraint(equalTo: view.topAnchor), + backgroundView.rightAnchor.constraint(equalTo: view.rightAnchor), + backgroundView.bottomAnchor.constraint(equalTo: view.bottomAnchor, constant: -tabHeight), + ]) + + view.addSubview(sheetView) + sheetView.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + sheetView.bottomAnchor.constraint(equalTo: view.bottomAnchor, constant: -tabHeight), + sheetView.leftAnchor.constraint(equalTo: view.safeAreaLayoutGuide.leftAnchor), + sheetView.rightAnchor.constraint(equalTo: view.safeAreaLayoutGuide.rightAnchor), + sheetViewBottomHeightConstraint, + ]) + } +} diff --git a/BoostRunClub/Views/Controllers/ActivityDetailViewController.swift b/BoostRunClub/Views/Controllers/ActivityDetailViewController.swift new file mode 100644 index 0000000..9b8e0a1 --- /dev/null +++ b/BoostRunClub/Views/Controllers/ActivityDetailViewController.swift @@ -0,0 +1,162 @@ +// +// ActivityDetailViewController.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/12. +// + +import Combine +import UIKit + +class ActivityDetailViewController: UIViewController { + private var scrollView = UIScrollView() + private var titleView = DetailTitleView() + private var totalView = DetailTotalView() + private var mapContainerView = DetailMapView() + private var splitsView = DetailSplitsView() + private lazy var contentStack = UIStackView.make( + with: [titleView, totalView, mapContainerView, splitsView], + axis: .vertical, alignment: .fill, distribution: .fillProportionally, spacing: 10 + ) + + private var dataSource = ActivityDetailDataSource() + + private var cancellables = Set() + private var viewModel: ActivityDetailViewModelTypes? + + init(with viewModel: ActivityDetailViewModelTypes) { + super.init(nibName: nil, bundle: nil) + self.viewModel = viewModel + hidesBottomBarWhenPushed = true + } + + required init?(coder: NSCoder) { + super.init(coder: coder) + } + + override func viewDidLoad() { + super.viewDidLoad() + view.backgroundColor = .systemBackground + configureNavigations() + splitsView.tableView.dataSource = dataSource + configureLayout() + bindViewModel() + viewModel?.inputs.viewDidLoad() + } + + override func viewDidAppear(_ animated: Bool) { + super.viewDidAppear(animated) + viewModel?.inputs.viewDidAppear() + } + + private func bindViewModel() { + guard let viewModel = viewModel else { return } + + viewModel.outputs.detailConfigSubject + .receive(on: RunLoop.main) + .sink { [weak self] config in + self?.titleView.configure(dateText: config.titleDate, title: config.title) + self?.totalView.configure(with: config) + self?.mapContainerView.configure(locations: config.locations, splits: config.splits) + self?.dataSource.loadData(splits: config.splits, distance: config.distance) + self?.splitsView.tableView.reloadData() + } + .store(in: &cancellables) + + viewModel.outputs.initialAnimationSignal + .receive(on: RunLoop.main) + .sink { [weak self] in self?.initialAnimation() } + .store(in: &cancellables) + + splitsView.didHeightChangeSignal + .sink { [weak self] in self?.contentStack.layoutIfNeeded() } + .store(in: &cancellables) + + splitsView.didTapInfoButtonSignal + .sink { [weak self] in self?.viewModel?.inputs.didTapShowInfoDetail() } + .store(in: &cancellables) + + mapContainerView.didTapShowDetailMapSignal + .sink { [weak self] in self?.viewModel?.inputs.didTapShowRouteDetail() } + .store(in: &cancellables) + } + + deinit { + print("[Memory \(Date())] 🍎ViewController🍏 \(Self.self) deallocated.") + } +} + +// MARK: - Actions + +extension ActivityDetailViewController { + func initialAnimation() { + let initialTransform = CGAffineTransform(translationX: 0, y: 30) + contentStack.alpha = 1 + contentStack.arrangedSubviews.enumerated().forEach { + let view = $0.element + $0.element.transform = initialTransform + $0.element.alpha = 0.4 + UIView.animate( + withDuration: 0.4, + delay: Double($0.offset) * 0.2, + options: .curveEaseIn, + animations: { + view.transform = .identity + view.alpha = 1 + } + ) + } + + totalView.startAppear() + } + + @objc + func didTapBackItem() { + viewModel?.inputs.didTapBackItem() + } +} + +// MARK: - Configure + +extension ActivityDetailViewController { + private func configureNavigations() { + navigationController?.navigationBar.setBackgroundImage(UIImage(), for: .default) + navigationController?.navigationBar.shadowImage = UIImage() + + navigationItem.hidesBackButton = true + navigationItem.largeTitleDisplayMode = .never + navigationItem.title = "" + + let backItem = UIBarButtonItem( + title: "", + style: .plain, + target: self, + action: #selector(didTapBackItem) + ) + backItem.image = UIImage.SFSymbol(name: "chevron.left", color: .label) + navigationItem.setLeftBarButton(backItem, animated: true) + } + + private func configureLayout() { + scrollView.addSubview(contentStack) + contentStack.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + contentStack.leftAnchor.constraint(equalTo: scrollView.leftAnchor), + contentStack.rightAnchor.constraint(equalTo: scrollView.rightAnchor), + contentStack.topAnchor.constraint(equalTo: scrollView.topAnchor), + contentStack.bottomAnchor.constraint(equalTo: scrollView.bottomAnchor), + contentStack.widthAnchor.constraint(equalToConstant: UIScreen.main.bounds.width), + ]) + + view.addSubview(scrollView) + scrollView.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + scrollView.topAnchor.constraint(equalTo: view.safeAreaLayoutGuide.topAnchor), + scrollView.leadingAnchor.constraint(equalTo: view.safeAreaLayoutGuide.leadingAnchor), + scrollView.trailingAnchor.constraint(equalTo: view.safeAreaLayoutGuide.trailingAnchor), + scrollView.bottomAnchor.constraint(equalTo: view.safeAreaLayoutGuide.bottomAnchor), + ]) + + contentStack.alpha = 0 + } +} diff --git a/BoostRunClub/Views/Controllers/ActivityListViewController.swift b/BoostRunClub/Views/Controllers/ActivityListViewController.swift new file mode 100644 index 0000000..9691055 --- /dev/null +++ b/BoostRunClub/Views/Controllers/ActivityListViewController.swift @@ -0,0 +1,120 @@ +// +// ActivityListlViewController.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/09. +// + +import Combine +import UIKit + +class ActivityListViewController: UIViewController { + private lazy var collectionView = makeCollectionView() + private var dataSource = ActivityListDataSource() + + private var cancellables = Set() + private var viewModel: ActivityListViewModelTypes? + + init(with viewModel: ActivityListViewModelTypes) { + super.init(nibName: nil, bundle: nil) + self.viewModel = viewModel + } + + required init?(coder: NSCoder) { + super.init(coder: coder) + } + + override func viewDidLoad() { + super.viewDidLoad() + view.backgroundColor = .systemBackground + configureNavigationItems() + configureLayout() + bindViewModel() + } + + private func bindViewModel() { + guard let viewModel = viewModel else { return } + + viewModel.outputs.activityListItemSubject + .receive(on: RunLoop.main) + .sink { [weak self] in + self?.dataSource.loadData($0) + self?.collectionView.reloadData() + } + .store(in: &cancellables) + } + + deinit { + print("[Memory \(Date())] 🍎ViewController🍏 \(Self.self) deallocated.") + } +} + +// MARK: - Actions + +extension ActivityListViewController { + @objc + func didTapBackItem() { + viewModel?.inputs.didTapBackItem() + } +} + +// MARK: - UICollectionViewDelegate Implementation + +extension ActivityListViewController: UICollectionViewDelegate { + func collectionView(_: UICollectionView, didSelectItemAt indexPath: IndexPath) { + viewModel?.inputs.didTapActivity(section: indexPath.section, row: indexPath.row) + } +} + +// MARK: - Configure + +extension ActivityListViewController { + private func configureNavigationItems() { + navigationItem.hidesBackButton = true + navigationItem.largeTitleDisplayMode = .never + navigationItem.title = "모든 활동" + + let backItem = UIBarButtonItem( + title: "", + style: .plain, + target: self, + action: #selector(didTapBackItem) + ) + backItem.image = UIImage.SFSymbol(name: "chevron.left", color: .label) + navigationItem.setLeftBarButton(backItem, animated: true) + } + + private func makeCollectionView() -> UICollectionView { + let layout = UICollectionViewFlowLayout() + let width = UIScreen.main.bounds.width - 40 + layout.headerReferenceSize = CGSize(width: width, height: 100) + layout.estimatedItemSize = CGSize(width: width, height: 100) + layout.sectionHeadersPinToVisibleBounds = true + + let collectionView = UICollectionView(frame: .zero, collectionViewLayout: layout) + collectionView.backgroundColor = .tertiarySystemGroupedBackground + collectionView.dataSource = dataSource + collectionView.delegate = self + collectionView.register( + ActivityCellView.self, + forCellWithReuseIdentifier: "\(ActivityCellView.self)" + ) + collectionView.register( + ActivityListHeaderView.self, + forSupplementaryViewOfKind: UICollectionView.elementKindSectionHeader, + withReuseIdentifier: "\(ActivityListHeaderView.self)" + ) + return collectionView + } + + func configureLayout() { + view.addSubview(collectionView) + collectionView.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + collectionView.leftAnchor.constraint(equalTo: view.leftAnchor), + collectionView.topAnchor.constraint(equalTo: view.safeAreaLayoutGuide.topAnchor), + collectionView.bottomAnchor.constraint(equalTo: view.safeAreaLayoutGuide.bottomAnchor), + collectionView.rightAnchor.constraint(equalTo: view.rightAnchor), + ]) + } +} diff --git a/BoostRunClub/Views/Controllers/ActivityViewController.swift b/BoostRunClub/Views/Controllers/ActivityViewController.swift new file mode 100644 index 0000000..2ce145e --- /dev/null +++ b/BoostRunClub/Views/Controllers/ActivityViewController.swift @@ -0,0 +1,164 @@ +// +// ActivityViewController.swift +// BoostRunClub +// +// Created by Imho Jang on 2020/11/23. +// + +import Combine +import UIKit + +final class ActivityViewController: UIViewController { + private var tableView = ActivityTableView() + private var activityTotalView = ActivityTotalView() + private let activityFooterView = ActivityFooterView() + + private var activityDataSource = ActivityDataSource() + private lazy var containerCellView = { activityDataSource.containerCellView }() + private lazy var collectionView = { containerCellView.collectionView }() + + private var viewModel: ActivityViewModelTypes? + private var cancellables = Set() + + init(with viewModel: ActivityViewModelTypes) { + super.init(nibName: nil, bundle: nil) + self.viewModel = viewModel + } + + required init?(coder: NSCoder) { + super.init(coder: coder) + } + + override func viewDidLoad() { + super.viewDidLoad() + view.backgroundColor = .systemBackground + navigationController?.navigationBar.backgroundColor = .systemBackground + configureTableView() + collectionView.dataSource = activityDataSource + configureLayout() + bindViewModel() + viewModel?.inputs.viewDidLoad() + } + + override func viewWillAppear(_ animated: Bool) { + super.viewWillAppear(animated) + configureNavigationItems() + } + + private func bindViewModel() { + guard let viewModel = viewModel else { return } + + // outputs + viewModel.outputs.recentActivitiesSubject + .receive(on: RunLoop.main) + .sink { [weak self] in + self?.activityDataSource.loadActivities($0) + self?.collectionView.reloadData() + } + .store(in: &cancellables) + + viewModel.outputs.totalDataSubject + .receive(on: RunLoop.main) + .sink { [weak self] in + self?.activityTotalView.configure(config: $0) + self?.activityDataSource.loadActivityTotal($0) + self?.tableView.reloadData() + } + .store(in: &cancellables) + + // inputs + activityFooterView.didTapAllActivityButton = { [weak viewModel] in + viewModel?.inputs.didTapShowAllActivities() + } + + activityTotalView.didChangeSelectedItem = { [weak viewModel] idx in + viewModel?.inputs.didFilterChanged(to: idx) + } + + activityTotalView.didTapShowDateFilter = { [weak viewModel] in + viewModel?.inputs.didTapShowDateFilter() + } + + containerCellView.didItemSelectedSignal + .sink { [weak viewModel] in viewModel?.inputs.didSelectActivity(at: $0.row) } + .store(in: &cancellables) + + containerCellView.didHeightChangeSignal + .sink { + guard let path = self.tableView.indexPath(for: $0) else { return } + self.tableView.reloadRows(at: [path], with: .none) + } + .store(in: &cancellables) + } +} + +// MARK: - Actions + +extension ActivityViewController { + @objc + func showProfileViewController(sender _: UIBarButtonItem) { + print("프로필컨트롤러보여줘") + viewModel?.inputs.didTapShowProfileButton() + } +} + +// MARK: - UITableViewDelegate Implementation + +extension ActivityViewController: UITableViewDelegate { + func tableView(_: UITableView, heightForHeaderInSection _: Int) -> CGFloat { + 60 + } + + func tableView(_: UITableView, viewForHeaderInSection section: Int) -> UIView? { + let label = UILabel() + label.font = UIFont.boldSystemFont(ofSize: 20) + let title = activityDataSource.statisticHeaderTitle + if !title.isEmpty, section == 0 { + label.text = title + } else { + label.text = "최근 활동" + } + return label + } + + func tableView(_: UITableView, heightForRowAt _: IndexPath) -> CGFloat { + UITableView.automaticDimension + } +} + +// MARK: - Configure + +extension ActivityViewController { + private func configureNavigationItems() { + navigationItem.title = "활동" + navigationController?.navigationBar.prefersLargeTitles = true + + let profileItem = UIBarButtonItem.makeProfileButton() + if let profileButton = profileItem.customView as? UIButton { + profileButton.addTarget(self, + action: #selector(showProfileViewController(sender:)), + for: .touchUpInside) + } + navigationItem.setLeftBarButton(profileItem, animated: false) + } + + private func configureTableView() { + tableView.dataSource = activityDataSource + tableView.delegate = self + activityTotalView.selfResizing() + tableView.tableHeaderView = activityTotalView + tableView.tableFooterView = activityFooterView + tableView.estimatedRowHeight = 100 + } + + private func configureLayout() { + view.addSubview(tableView) + tableView.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + tableView.topAnchor.constraint(equalTo: view.safeAreaLayoutGuide.topAnchor), + tableView.leadingAnchor.constraint(equalTo: view.safeAreaLayoutGuide.leadingAnchor), + tableView.trailingAnchor.constraint(equalTo: view.safeAreaLayoutGuide.trailingAnchor), + tableView.bottomAnchor.constraint(equalTo: view.safeAreaLayoutGuide.bottomAnchor), + ]) + } +} diff --git a/BoostRunClub/Views/Controllers/EditProfileViewController.swift b/BoostRunClub/Views/Controllers/EditProfileViewController.swift new file mode 100644 index 0000000..8f24b2c --- /dev/null +++ b/BoostRunClub/Views/Controllers/EditProfileViewController.swift @@ -0,0 +1,521 @@ +// +// EditProfileViewController.swift +// BoostRunClub +// +// Created by Imho Jang on 2020/12/09. +// + +import Combine +import UIKit + +final class EditProfileViewController: UIViewController, UINavigationControllerDelegate { + private var layers = [CALayer]() + private lazy var scrollView = UIScrollView() + private lazy var contentView = UIView() + private lazy var navBar: UINavigationBar = makeNavigationBar() + private lazy var navItem: UINavigationItem = makeNavigationItem() + private lazy var imageView: UIImageView = makeImageView() + private lazy var editLabel: UILabel = makeLabel(withText: "편집", gestureRecognizer: editLabelGestureRecognizer) + private lazy var nameLabel: UILabel = makeLabel(withText: "이름") + private lazy var hometownLabel: UILabel = makeLabel(withText: "주 활동지역") + private lazy var bioLabel: UILabel = makeLabel(withText: "약력") + private lazy var imagePicker = makeImagePicker() + private lazy var bioTextView: UITextView = makeBioTextView() + private lazy var nameTextFieldView: UIStackView = makeNameTextField() + private lazy var firstNameTextField: UITextField = makeTextField(placeHolder: "이름") + private lazy var lastNameTextField: UITextField = makeTextField(placeHolder: "성") + private lazy var hometownTextField: UITextField = makeTextField(placeHolder: "시/도, 주", + borderStyle: .roundedRect) + private lazy var imageViewGestureRecognizer = UITapGestureRecognizer(target: self, + action: #selector(didTapOpenImagePicker)) + private lazy var editLabelGestureRecognizer = UITapGestureRecognizer(target: self, + action: #selector(didTapOpenImagePicker)) + + private var viewModel: EditProfileViewModelTypes? + private var cancellables = Set() + + init(with viewModel: EditProfileViewModelTypes?) { + super.init(nibName: nil, bundle: nil) + self.viewModel = viewModel + } + + // TODO: Editprofile viewmodel input의 view did laod 함수 바인딩하기. 아래 바인딩 함수는 뭐하는 녀석인지 판단후 다시 정리하기 + required init?(coder: NSCoder) { + super.init(coder: coder) + } + + func bindViewModel() { + guard let viewModel = viewModel else { return } + + viewModel.outputs.firstNameTextSubject + .receive(on: RunLoop.main) + .sink { [weak self] text in + self?.firstNameTextField.text = text + } + .store(in: &cancellables) + + viewModel.outputs.lastNameTextSubject + .receive(on: RunLoop.main) + .sink { [weak self] text in + self?.lastNameTextField.text = text + } + .store(in: &cancellables) + + viewModel.outputs.hometownTextSubject + .receive(on: RunLoop.main) + .sink { [weak self] text in + self?.hometownTextField.text = text + } + .store(in: &cancellables) + + viewModel.outputs.bioTextSubject + .receive(on: RunLoop.main) + .sink { [weak self] text in + self?.bioTextView.text = text + if !text.isEmpty { self?.bioTextView.textColor = .label } + } + .store(in: &cancellables) + + viewModel.outputs.imageDataSubject + .receive(on: RunLoop.main) + .sink { [weak self] imageData in + if let imageData = imageData { + self?.imageView.image = UIImage(data: imageData) + } else { + self?.imageView.image = UIImage.SFSymbol(name: "person.circle", color: .gray) + } + } + .store(in: &cancellables) + + viewModel.outputs.saveButtonActivateSignal + .receive(on: RunLoop.main) + .sink { [weak self] (bool: Bool) in + if bool { + self?.navItem.rightBarButtonItem?.tintColor = .label + self?.navItem.rightBarButtonItem?.isEnabled = true + } else { + self?.navItem.rightBarButtonItem?.tintColor = .gray + self?.navItem.rightBarButtonItem?.isEnabled = false + } + } + .store(in: &cancellables) + } + + deinit { + print("[Memory \(Date())] 🍎ViewController🍏 \(Self.self) deallocated.") + } +} + +// MARK: - Life Cycle + +extension EditProfileViewController { + override func viewDidLoad() { + super.viewDidLoad() + view.backgroundColor = UIColor(named: "customBackground") + imagePicker.delegate = self + configureLayout() + bindViewModel() + viewModel?.inputs.viewDidLoad() + registerKeyboardNotifications() + } + + override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) { + super.traitCollectionDidChange(previousTraitCollection) + layers.forEach { $0.borderColor = UIColor.systemGray5.cgColor } + } +} + +// MARK: - Action + +extension EditProfileViewController { + @objc func keyboardWillShow(notification: NSNotification) { + guard let userInfo = notification.userInfo, + let keyboardFrame: CGRect = userInfo[UIResponder.keyboardFrameBeginUserInfoKey] as? CGRect + else { return } + + var contentInset: UIEdgeInsets = scrollView.contentInset + contentInset.bottom = keyboardFrame.size.height + scrollView.contentInset = contentInset + } + + @objc func keyboardWillHide(notification _: NSNotification) { + let contentInset = UIEdgeInsets.zero + scrollView.contentInset = contentInset + } + + @objc + private func didTapCancelButton() { + dismiss(animated: true, completion: nil) + } + + @objc + private func didTapApplyButton() { + viewModel?.inputs.didTapApplyButton() + } + + @objc + private func didTapOpenImagePicker(_: UITapGestureRecognizer) { + present(imagePicker, animated: true, completion: nil) + } +} + +// MARK: - Private Functions + +extension EditProfileViewController { + private func registerKeyboardNotifications() { + NotificationCenter.default.addObserver( + self, + selector: #selector(keyboardWillShow), + name: UIResponder.keyboardWillShowNotification, + object: nil + ) + + NotificationCenter.default.addObserver( + self, + selector: #selector(keyboardWillHide), + name: UIResponder.keyboardWillHideNotification, + object: nil + ) + } +} + +// MARK: - Make Views + +extension EditProfileViewController { + private func makeNavigationBar() -> UINavigationBar { + let navBar = UINavigationBar() + navBar.barTintColor = UIColor(named: "customBackground") + navBar.setItems([navItem], animated: false) + return navBar + } + + private func makeNavigationItem() -> UINavigationItem { + let navItem = UINavigationItem() + navItem.hidesBackButton = true + + let cancelItem = UIBarButtonItem( + title: "취소", + style: .plain, + target: self, + action: #selector(didTapCancelButton) + ) + cancelItem.tintColor = .label + navItem.setLeftBarButton(cancelItem, animated: true) + + let applyItem = UIBarButtonItem( + title: "저장", + style: .plain, + target: self, + action: #selector(didTapApplyButton) + ) + applyItem.tintColor = .systemGray2 + navItem.setRightBarButton(applyItem, animated: true) + + return navItem + } + + private func makeImageView() -> UIImageView { + let imageView = UIImageView() + imageView.contentMode = .scaleAspectFill + imageView.frame.size = CGSize(width: 80, height: 80) + imageView.image = UIImage.SFSymbol(name: "person.circle", color: .gray) + imageView.isUserInteractionEnabled = true + imageView.layer.cornerRadius = imageView.frame.height / 2 + imageView.layer.masksToBounds = true + imageView.addGestureRecognizer(imageViewGestureRecognizer) + return imageView + } + + private func makeLabel(withText text: String, gestureRecognizer: UIGestureRecognizer? = nil) -> UILabel { + let label = EditProfileSceneLabel() + label.text = text + if let gestureRecognizer = gestureRecognizer { + label.isUserInteractionEnabled = true + label.addGestureRecognizer(gestureRecognizer) + } + return label + } + + private func makeNameTextField() -> UIStackView { + let stackView = UIStackView(arrangedSubviews: [lastNameTextField, firstNameTextField]) + stackView.axis = .vertical + stackView.distribution = .fillEqually + stackView.layer.cornerRadius = 5 + stackView.layer.borderWidth = 1 + + stackView.layer.borderColor = UIColor.systemGray5.cgColor + layers.append(stackView.layer) + stackView.clipsToBounds = true + + lastNameTextField.layer.borderWidth = 1 + lastNameTextField.layer.borderColor = UIColor.systemGray5.cgColor + layers.append(lastNameTextField.layer) + return stackView + } + + private func makeTextField( + placeHolder: String, + borderStyle: UITextField.BorderStyle = .none + ) + -> UITextField + { + let textField = CustomPaddedTextField() + textField.delegate = self + textField.placeholder = placeHolder + textField.borderStyle = borderStyle + return textField + } + + private func makeBioTextView() -> UITextView { + let bioTextView = UITextView() + bioTextView.delegate = self + bioTextView.text = "150자" + bioTextView.textColor = UIColor.lightGray + bioTextView.layer.borderWidth = 1 + bioTextView.layer.borderColor = UIColor.systemGray5.cgColor + layers.append(bioTextView.layer) + bioTextView.layer.cornerRadius = 5 + bioTextView.font = UIFont.systemFont(ofSize: 14) + bioTextView.textContainerInset = UIEdgeInsets(top: 15, + left: 10, + bottom: 0, + right: 15) + return bioTextView + } + + private func makeImagePicker() -> UIImagePickerController { + let imagePicker = UIImagePickerController() + imagePicker.sourceType = .savedPhotosAlbum + imagePicker.allowsEditing = false + return imagePicker + } +} + +extension EditProfileViewController: UIImagePickerControllerDelegate { + func imagePickerController(_: UIImagePickerController, + didFinishPickingMediaWithInfo info: [UIImagePickerController.InfoKey: Any]) + { + guard let selectedImage = info[UIImagePickerController.InfoKey.originalImage] as? UIImage else { + fatalError("error while retrieving image info") + } + + imageView.image = selectedImage + guard let imageData = selectedImage.pngData() else { + fatalError("error while encoding image to png data") + } + viewModel?.inputs.didEditProfilePicture(to: imageData) + dismiss(animated: true, completion: nil) + } +} + +extension EditProfileViewController: UITextFieldDelegate { + func textFieldDidEndEditing(_ textField: UITextField) { + switch textField { + case lastNameTextField: + viewModel?.inputs.didEditLastName(to: textField.text ?? "") + case firstNameTextField: + viewModel?.inputs.didEditFirstName(to: textField.text ?? "") + case hometownTextField: + viewModel?.inputs.didEditHometown(to: textField.text ?? "") + default: + return + } + } + + func textFieldDidChangeSelection(_ textField: UITextField) { + switch textField { + case lastNameTextField: + viewModel?.inputs.didEditLastName(to: textField.text ?? "") + case firstNameTextField: + viewModel?.inputs.didEditFirstName(to: textField.text ?? "") + case hometownTextField: + viewModel?.inputs.didEditHometown(to: textField.text ?? "") + default: + return + } + } +} + +extension EditProfileViewController: UITextViewDelegate { + func textViewDidBeginEditing(_ textView: UITextView) { + if textView.textColor == UIColor.lightGray { + textView.text = nil + textView.textColor = UIColor.black + } + } + + func textViewDidEndEditing(_ textView: UITextView) { + if textView.text.isEmpty { + textView.text = "150자" + textView.textColor = UIColor.lightGray + } + } + + func textViewDidChange(_ textView: UITextView) { + viewModel?.inputs.didEditBio(to: textView.text ?? "") + if !textView.text.isEmpty { + textView.textColor = UIColor.black + } + } +} + +// MARK: - Configure + +extension EditProfileViewController { + // swiftlint:disable:next function_body_length + private func configureLayout() { + // MARK: ScrollView AutoLayout + + view.addSubview(scrollView) + scrollView.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + scrollView.topAnchor.constraint(equalTo: view.safeAreaLayoutGuide.topAnchor), + scrollView.leadingAnchor.constraint(equalTo: view.safeAreaLayoutGuide.leadingAnchor), + scrollView.trailingAnchor.constraint(equalTo: view.safeAreaLayoutGuide.trailingAnchor), + scrollView.bottomAnchor.constraint(equalTo: view.safeAreaLayoutGuide.bottomAnchor), + ]) + + // MARK: ContentView AutoLayout + + scrollView.addSubview(contentView) + contentView.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + contentView.topAnchor.constraint(equalTo: scrollView.topAnchor), + contentView.leadingAnchor.constraint(equalTo: scrollView.leadingAnchor), + contentView.trailingAnchor.constraint(equalTo: scrollView.trailingAnchor), + contentView.widthAnchor.constraint(equalTo: view.widthAnchor), + contentView.bottomAnchor.constraint(equalTo: scrollView.bottomAnchor), + ]) + + // MARK: NavigationBar AutoLayout + + view.addSubview(navBar) + navBar.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + navBar.topAnchor.constraint(equalTo: scrollView.topAnchor), + navBar.leadingAnchor.constraint(equalTo: scrollView.leadingAnchor), + navBar.trailingAnchor.constraint(equalTo: scrollView.trailingAnchor), + ]) + + // MARK: ImageView AutoLayout + + contentView.addSubview(imageView) + imageView.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + imageView.widthAnchor.constraint(equalToConstant: 80), + imageView.heightAnchor.constraint(equalToConstant: 80), + imageView.centerXAnchor.constraint(equalTo: contentView.centerXAnchor), + imageView.topAnchor.constraint(equalTo: contentView.topAnchor, constant: 100), + ]) + + // MARK: EditLabel AutoLayout + + contentView.addSubview(editLabel) + editLabel.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + editLabel.centerXAnchor.constraint(equalTo: contentView.centerXAnchor), + editLabel.topAnchor.constraint(equalTo: imageView.bottomAnchor, constant: 5), + ]) + + // MARK: NameTextField AutoLayout + + contentView.addSubview(nameTextFieldView) + nameTextFieldView.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + nameTextFieldView.widthAnchor.constraint(equalTo: contentView.widthAnchor, constant: -40), + nameTextFieldView.heightAnchor.constraint(equalToConstant: 80), + nameTextFieldView.centerXAnchor.constraint(equalTo: contentView.centerXAnchor), + nameTextFieldView.topAnchor.constraint(equalTo: editLabel.bottomAnchor, constant: 50), + ]) + + // MARK: NameLabel AutoLayout + + contentView.addSubview(nameLabel) + nameLabel.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + nameLabel.leadingAnchor.constraint(equalTo: nameTextFieldView.leadingAnchor), + nameLabel.bottomAnchor.constraint(equalTo: nameTextFieldView.topAnchor, constant: -5), + ]) + + // MARK: HomeTownTextField AutoLayout + + contentView.addSubview(hometownTextField) + hometownTextField.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + hometownTextField.widthAnchor.constraint(equalTo: view.widthAnchor, constant: -40), + hometownTextField.heightAnchor.constraint(equalToConstant: 40), + hometownTextField.topAnchor.constraint(equalTo: nameTextFieldView.bottomAnchor, constant: 50), + hometownTextField.centerXAnchor.constraint(equalTo: contentView.centerXAnchor), + ]) + + // MARK: HomeTownLabel AutoLayout + + contentView.addSubview(hometownLabel) + hometownLabel.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + hometownLabel.leadingAnchor.constraint(equalTo: hometownTextField.leadingAnchor), + hometownLabel.bottomAnchor.constraint(equalTo: hometownTextField.topAnchor, constant: -5), + ]) + + // MARK: BioTextView AutoLayout + + contentView.addSubview(bioTextView) + bioTextView.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + bioTextView.widthAnchor.constraint(equalTo: view.widthAnchor, constant: -40), + bioTextView.heightAnchor.constraint(equalToConstant: 120), + bioTextView.centerXAnchor.constraint(equalTo: contentView.centerXAnchor), + bioTextView.topAnchor.constraint(equalTo: hometownTextField.bottomAnchor, constant: 50), + bioTextView.bottomAnchor.constraint(equalTo: contentView.bottomAnchor), + ]) + + // MARK: BioLabel AutoLayout + + contentView.addSubview(bioLabel) + bioLabel.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + bioLabel.leadingAnchor.constraint(equalTo: bioTextView.leadingAnchor), + bioLabel.bottomAnchor.constraint(equalTo: bioTextView.topAnchor, constant: -5), + ]) + } +} + +class EditProfileSceneLabel: UILabel { + override init(frame: CGRect) { + super.init(frame: frame) + font = UIFont.systemFont(ofSize: 12) + textColor = .systemGray + } + + required init?(coder aDecoder: NSCoder) { + super.init(coder: aDecoder) + } +} + +class CustomPaddedTextField: UITextField { + let padding = UIEdgeInsets(top: 0, + left: 15, + bottom: 0, + right: 15) + + override init(frame: CGRect) { + super.init(frame: frame) + font = UIFont.systemFont(ofSize: 14) + } + + required init?(coder aDecoder: NSCoder) { + super.init(coder: aDecoder) + } + + override func textRect(forBounds bounds: CGRect) -> CGRect { + bounds.inset(by: padding) + } + + override func placeholderRect(forBounds bounds: CGRect) -> CGRect { + bounds.inset(by: padding) + } + + override func editingRect(forBounds bounds: CGRect) -> CGRect { + bounds.inset(by: padding) + } +} diff --git a/BoostRunClub/Views/Controllers/GoalTypeViewController.swift b/BoostRunClub/Views/Controllers/GoalTypeViewController.swift new file mode 100644 index 0000000..72d74fd --- /dev/null +++ b/BoostRunClub/Views/Controllers/GoalTypeViewController.swift @@ -0,0 +1,181 @@ +// +// GoalTypeViewController.swift +// BoostRunClub +// +// Created by 조기현 on 2020/11/23. +// + +import Combine +import UIKit + +final class GoalTypeViewController: UIViewController { + private lazy var tableView = loadTableView() + private var tableViewCells = [ + GoalTypeCell(GoalType.distance), + GoalTypeCell(GoalType.time), + GoalTypeCell(GoalType.speed), + ] + private var viewModel: GoalTypeViewModelTypes? + private var cancellables: Set = [] + + required init?(coder: NSCoder) { + super.init(coder: coder) + } + + init(with goalTypeViewModel: GoalTypeViewModelTypes) { + super.init(nibName: nil, bundle: nil) + viewModel = goalTypeViewModel + } + + private func bindViewModel() { + guard let viewModel = viewModel else { return } + + viewModel.outputs.goalTypeSubject + .receive(on: RunLoop.main) + .sink { [weak self] goalType in + self?.tableViewCells.forEach { + if goalType == .none { + $0.setStyle(with: .black) + } else { + $0.setStyle(with: goalType == $0.goalType ? .checked : .gray) + } + } + } + .store(in: &cancellables) + + viewModel.outputs.closeSignal + .receive(on: RunLoop.main) + .sink { [weak self] _ in self?.closeWithAnimation() } + .store(in: &cancellables) + } + + deinit { + print("[Memory \(Date())] 🍎ViewController🍏 \(Self.self) deallocated.") + } +} + +// MARK: - ViewController LifeCycle + +extension GoalTypeViewController { + override func viewDidLoad() { + super.viewDidLoad() + view.backgroundColor = .clear + view.addSubview(tableView) + + let gesture = UITapGestureRecognizer(target: self, action: #selector(didTapBackgroundView)) + gesture.cancelsTouchesInView = false + view.addGestureRecognizer(gesture) + + bindViewModel() + } + + override func viewDidAppear(_ animated: Bool) { + super.viewDidAppear(animated) + UIView.animate( + withDuration: 0.4, + delay: 0, + options: .curveEaseInOut, + animations: { + self.tableView.frame.origin.y = UIScreen.main.bounds.height - self.tableViewHeight + self.tableView.bounds.origin.y = 0 + self.view.backgroundColor = UIColor.darkGray.withAlphaComponent(0.8) + }, + completion: nil + ) + } +} + +// MARK: - Actions + +extension GoalTypeViewController { + @objc + func didTapBackgroundView(gesture: UITapGestureRecognizer) { + if !tableView.point(inside: gesture.location(in: tableView), with: nil) { + viewModel?.inputs.didTapBackgroundView() + } + } + + @objc + func didTapClearButton() { + viewModel?.inputs.didSelectGoalType(.none) + } + + func closeWithAnimation() { + UIView.animate( + withDuration: 0.4, + delay: 0, + options: .curveEaseInOut, + animations: { + self.tableView.frame.origin.y = UIScreen.main.bounds.height + self.view.backgroundColor = UIColor.black.withAlphaComponent(0) + }, + completion: { _ in + self.dismiss(animated: false, completion: nil) + } + ) + } +} + +// MARK: - UITableViewDelegate Implementation + +extension GoalTypeViewController: UITableViewDelegate { + func tableView(_: UITableView, didSelectRowAt indexPath: IndexPath) { + viewModel?.inputs.didSelectGoalType(tableViewCells[indexPath.row].goalType) + } +} + +// MARK: - UITableViewDataSource Implementation + +extension GoalTypeViewController: UITableViewDataSource { + func tableView(_: UITableView, numberOfRowsInSection _: Int) -> Int { + return tableViewCells.count + } + + func tableView(_: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell { + return tableViewCells[indexPath.row] + } +} + +// MARK: - Configure + +extension GoalTypeViewController { + private func loadTableView() -> UITableView { + let size = CGSize(width: UIScreen.main.bounds.width, height: tableViewHeight) + let origin = CGPoint(x: 0, y: UIScreen.main.bounds.height) + let tableView = UITableView(frame: CGRect(origin: origin, size: size), style: .plain) + tableView.layer.masksToBounds = true + tableView.delegate = self + tableView.dataSource = self + tableView.estimatedRowHeight = 1 + tableView.allowsSelection = true + tableView.alwaysBounceVertical = false + tableView.isScrollEnabled = false + tableView.register(GoalTypeCell.self, forCellReuseIdentifier: String(describing: GoalTypeCell.self)) + tableView.separatorInset = UIEdgeInsets(top: 0, left: 20, bottom: 0, right: 20) + tableView.layer.cornerRadius = 25 + tableView.rowHeight = GoalTypeCell.LayoutConstant.cellHeight + let header = UIView(frame: CGRect(x: 0, y: 0, width: view.frame.size.width, height: verticalTablePadding)) + let footer = UIView(frame: CGRect(x: 0, y: 0, width: view.frame.size.width, height: verticalTablePadding * 2)) + let clearButton = UIButton() + clearButton.translatesAutoresizingMaskIntoConstraints = false + clearButton.setTitle("지우기", for: .normal) + clearButton.setTitleColor(.label, for: .normal) + footer.addSubview(clearButton) + NSLayoutConstraint.activate([ + clearButton.centerXAnchor.constraint(equalTo: footer.centerXAnchor), + clearButton.topAnchor.constraint(equalTo: footer.topAnchor, constant: 0), + clearButton.widthAnchor.constraint(equalToConstant: 50), + ]) + tableView.tableHeaderView = header + tableView.tableFooterView = footer + clearButton.addTarget(self, action: #selector(didTapClearButton), for: .touchUpInside) + + return tableView + } + + private var verticalTablePadding: CGFloat { 30 } + + private var tableViewHeight: CGFloat { + CGFloat(tableViewCells.count) * GoalTypeCell.LayoutConstant.cellHeight + verticalTablePadding * 3 + } +} diff --git a/BoostRunClub/Views/Controllers/GoalValueSetupViewController.swift b/BoostRunClub/Views/Controllers/GoalValueSetupViewController.swift new file mode 100644 index 0000000..c1aa856 --- /dev/null +++ b/BoostRunClub/Views/Controllers/GoalValueSetupViewController.swift @@ -0,0 +1,136 @@ +// +// GoalValueSetupViewController.swift +// BoostRunClub +// +// Created by 조기현 on 2020/11/26. +// + +import Combine +import UIKit + +class GoalValueSetupViewController: UIViewController { + var keyboardType: UIKeyboardType = .default + let goalValueView = GoalValueView() + + var viewModel: GoalValueSetupViewModelTypes? + var cancellables = Set() + + required init?(coder: NSCoder) { + super.init(coder: coder) + } + + init(with goalValueVM: GoalValueSetupViewModelTypes) { + super.init(nibName: nil, bundle: nil) + viewModel = goalValueVM + } + + private func bindViewModel() { + guard let viewModel = viewModel else { return } + keyboardType = viewModel.outputs.goalType == GoalType.distance ? .decimalPad : .numberPad + + viewModel.outputs.goalValueSubject + .receive(on: RunLoop.main) + .sink { [weak self] value in + self?.goalValueView.setLabelText(goalValue: value, goalUnit: viewModel.outputs.goalType.unit) + self?.view.layoutIfNeeded() + } + .store(in: &cancellables) + } + + deinit { + print("[Memory \(Date())] 🍎ViewController🍏 \(Self.self) deallocated.") + } +} + +// MARK: - ViewController LifeCycle + +extension GoalValueSetupViewController { + override func viewDidLoad() { + super.viewDidLoad() + configureNavigationItems() + configureLayout() + bindViewModel() + goalValueView.becomeFirstResponder() + } + + override func viewDidAppear(_ animated: Bool) { + super.viewDidAppear(animated) + goalValueView.transform = goalValueView.transform.scaledBy(x: 0.5, y: 0.5) + UIView.animate(withDuration: 0.3) { + self.goalValueView.transform = .identity + } + } +} + +// MARK: - Actions + +extension GoalValueSetupViewController { + @objc + func didTapCancelItem() { + viewModel?.inputs.didTapCancelButton() + } + + @objc + func didTapApplyItem() { + viewModel?.inputs.didTapApplyButton() + } +} + +// MARK: UIKeyInput Implementation + +extension GoalValueSetupViewController: UIKeyInput { + var hasText: Bool { + return false + } + + func insertText(_ text: String) { + viewModel?.inputs.didInputNumber(text) + } + + func deleteBackward() { + viewModel?.inputs.didDeleteBackward() + } + + override var canBecomeFirstResponder: Bool { true } +} + +// MARK: - Configure + +extension GoalValueSetupViewController { + private func configureLayout() { + view.addSubview(goalValueView) + goalValueView.translatesAutoresizingMaskIntoConstraints = false + let constraint = goalValueView.centerYAnchor.constraint(equalTo: view.topAnchor) + constraint.constant = UIScreen.main.bounds.height / 3 + NSLayoutConstraint.activate([ + goalValueView.centerXAnchor.constraint(equalTo: view.centerXAnchor), + constraint, + ]) + } + + private func configureNavigationItems() { + guard let viewModel = viewModel else { return } + + navigationItem.hidesBackButton = true + navigationItem.largeTitleDisplayMode = .never + navigationItem.title = "목표 \(viewModel.outputs.goalType.description)" + + let cancelItem = UIBarButtonItem( + title: "취소", + style: .plain, + target: self, + action: #selector(didTapCancelItem) + ) + cancelItem.tintColor = .label + navigationItem.setLeftBarButton(cancelItem, animated: true) + + let applyItem = UIBarButtonItem( + title: "설정", + style: .plain, + target: self, + action: #selector(didTapApplyItem) + ) + applyItem.tintColor = .label + navigationItem.setRightBarButton(applyItem, animated: true) + } +} diff --git a/BoostRunClub/Views/Controllers/PausedRunningViewController.swift b/BoostRunClub/Views/Controllers/PausedRunningViewController.swift new file mode 100644 index 0000000..f919883 --- /dev/null +++ b/BoostRunClub/Views/Controllers/PausedRunningViewController.swift @@ -0,0 +1,271 @@ +// +// PausedRunningViewController.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/01. +// + +import Combine +import MapKit +import UIKit + +class PausedRunningViewController: UIViewController { + private lazy var mapView: MKMapView = makeMapView() + private lazy var resumeButton: UIButton = makeResumeButton() + private lazy var endRunningButton = CircleLongPressButton(with: .stop, scaleRatio: 1.3, duration: 1) + private lazy var subRunDataStackViews: [UIStackView] = [makeRunDataStackView(), makeRunDataStackView()] + private var runDataViews: [RunDataView] = [ + RunDataView(), + RunDataView(), + RunDataView(), + RunDataView(), + RunDataView(), + RunDataView(), + ] + + private lazy var mapViewHeightConstraint = self.mapView.heightAnchor.constraint(equalToConstant: .zero) + private lazy var resumeButtonInitialCenterXConstraint + = self.resumeButton.centerXAnchor.constraint(equalTo: view.centerXAnchor, constant: .zero) + private lazy var endRunningButtonInitialCenterXConstraint + = self.endRunningButton.centerXAnchor.constraint(equalTo: view.centerXAnchor, constant: .zero) + + private var viewModel: PausedRunningViewModelTypes? + private var cancellables = Set() + + private var timer: Timer? + private var pressed: Bool = false + var color: UIColor? + + init(with pausedRunningViewModel: PausedRunningViewModelTypes?) { + super.init(nibName: nil, bundle: nil) + viewModel = pausedRunningViewModel + } + + required init?(coder: NSCoder) { + super.init(coder: coder) + } + + func bindViewModel() { + guard let viewModel = viewModel else { return } + + viewModel.outputs.showRunningInfoAnimationSignal + .receive(on: RunLoop.main) + .sink { [weak self] in self?.beginAnimation() } + .store(in: &cancellables) + + viewModel.outputs.closeRunningInfoAnimationSignal + .receive(on: RunLoop.main) + .sink { [weak self] in self?.closeAnimation() } + .store(in: &cancellables) + + viewModel.outputs.runningInfoTapAnimationSignal + .receive(on: RunLoop.main) + .sink { [weak self] index in self?.runDataViews[index].startBounceAnimation() } + .store(in: &cancellables) + + let data = viewModel.outputs.runInfoData + runDataViews.enumerated().forEach { idx, view in + view.setType(type: data[idx].type.name) + view.setValue(value: data[idx].value) + view.tapAction = { [weak self] in self?.viewModel?.inputs.didTapRunData(index: idx) } + } + + showRoutesOnMap(routes: viewModel.outputs.pathCoordinates, slices: viewModel.outputs.slices) + + endRunningButton.didTapButtonSignal + .receive(on: RunLoop.main) + .sink { [weak self] in + self?.view.notificationFeedback() + self?.viewModel?.inputs.didLongHoldStopRunningButton() + } + .store(in: &cancellables) + } + + deinit { + print("[Memory \(Date())] 🍎ViewController🍏 \(Self.self) deallocated.") + } +} + +// MARK: - Life Cycles + +extension PausedRunningViewController { + override func viewDidLoad() { + super.viewDidLoad() + configureLayout() + bindViewModel() + view.backgroundColor = .systemBackground + } + + override func viewDidAppear(_ animated: Bool) { + super.viewDidAppear(animated) + viewModel?.inputs.viewDidAppear() + } + + override func viewWillDisappear(_ animated: Bool) { + super.viewWillDisappear(animated) + + mapView.removeOverlays(mapView.overlays) + mapView.removeAnnotations(mapView.annotations) + } +} + +// MARK: - Actions + +extension PausedRunningViewController { + @objc + func didTapResumeButton() { + viewModel?.inputs.didTapResumeButton() + view.notificationFeedback() + } + + func beginAnimation() { + mapViewHeightConstraint.constant = UIScreen.main.bounds.height / 3 + resumeButtonInitialCenterXConstraint.constant = 100 + endRunningButtonInitialCenterXConstraint.constant = -100 + + UIView.animate(withDuration: 0.3, delay: 0, options: .curveEaseInOut) { + self.view.layoutIfNeeded() + } + } + + func closeAnimation() { + mapViewHeightConstraint.constant = .zero + resumeButtonInitialCenterXConstraint.constant = .zero + endRunningButtonInitialCenterXConstraint.constant = .zero + view.backgroundColor = UIColor(named: "accent") + UIView.animate(withDuration: 0.3, delay: 0, options: .curveEaseInOut) { + self.view.layoutIfNeeded() + } completion: { _ in + self.viewModel?.inputs.closeAnimationEnded() + } + } +} + +// MARK: - MKMapViewDelegate Implementation + +extension PausedRunningViewController: MKMapViewDelegate { + func showRoutesOnMap(routes: [CLLocationCoordinate2D], slices: [RunningSlice]) { + if routes.isEmpty { return } + slices.forEach { + print("DRAWSlice \($0.startIndex) - \($0.endIndex) (\($0.isRunning))") + } + + slices.forEach { slice in + if routes.isEmpty { return } + var endIdx = slice.endIndex + if slice.endIndex < 0 || slice.endIndex > routes.count - 1 { + endIdx = routes.count - 1 + } + color = [UIColor.systemBlue, .systemRed][slice.isRunning ? 0 : 1].withAlphaComponent(0.9) + mapView.addOverlay(MKPolyline( + coordinates: Array(routes[slice.startIndex ... endIdx]), + count: endIdx - slice.startIndex + 1 + )) + } + } + + func mapView(_: MKMapView, rendererFor overlay: MKOverlay) -> MKOverlayRenderer { + if let routePolyline = overlay as? MKPolyline { + let renderer = MKPolylineRenderer(polyline: routePolyline) + renderer.strokeColor = color + renderer.lineWidth = 7 + return renderer + } + + return MKOverlayRenderer() + } +} + +// MARK: - Configure + +extension PausedRunningViewController { + // swiftlint:disable:next function_body_length + func configureLayout() { + view.addSubview(mapView) + mapView.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + mapView.topAnchor.constraint(equalTo: view.topAnchor), + mapView.leadingAnchor.constraint(equalTo: view.leadingAnchor), + mapView.trailingAnchor.constraint(equalTo: view.trailingAnchor), + mapViewHeightConstraint, + ]) + + runDataViews.forEach { $0.valueLabel.textColor = .label } + runDataViews.enumerated().forEach { index, runDataView in + self.subRunDataStackViews[index / 3].addArrangedSubview(runDataView) + } + subRunDataStackViews[0].translatesAutoresizingMaskIntoConstraints = false + view.addSubview(subRunDataStackViews[0]) + + let topLimit = subRunDataStackViews[0].topAnchor.constraint( + greaterThanOrEqualTo: view.safeAreaLayoutGuide.topAnchor, + constant: 40 + ) + let spacingToMap = subRunDataStackViews[0].topAnchor.constraint( + equalTo: mapView.bottomAnchor, + constant: 40 + ) + + spacingToMap.priority = topLimit.priority - 1 + NSLayoutConstraint.activate([ + topLimit, + spacingToMap, + subRunDataStackViews[0].leadingAnchor.constraint(equalTo: view.leadingAnchor, constant: 10), + subRunDataStackViews[0].trailingAnchor.constraint(equalTo: view.trailingAnchor, constant: -10), + ]) + + subRunDataStackViews[1].translatesAutoresizingMaskIntoConstraints = false + view.addSubview(subRunDataStackViews[1]) + + NSLayoutConstraint.activate([ + subRunDataStackViews[1].topAnchor.constraint(equalTo: subRunDataStackViews[0].bottomAnchor, constant: 20), + subRunDataStackViews[1].leadingAnchor.constraint(equalTo: view.leadingAnchor, constant: 10), + subRunDataStackViews[1].trailingAnchor.constraint(equalTo: view.trailingAnchor, constant: -10), + ]) + + view.addSubview(resumeButton) + resumeButton.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + resumeButton.bottomAnchor.constraint(equalTo: view.bottomAnchor, constant: -200), + resumeButtonInitialCenterXConstraint, + resumeButton.heightAnchor.constraint(equalToConstant: 100), + resumeButton.widthAnchor.constraint(equalTo: resumeButton.heightAnchor, multiplier: 1), + ]) + + view.addSubview(endRunningButton) + endRunningButton.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + endRunningButton.bottomAnchor.constraint(equalTo: view.bottomAnchor, constant: -200), + endRunningButtonInitialCenterXConstraint, + endRunningButton.heightAnchor.constraint(equalToConstant: 100), + endRunningButton.widthAnchor.constraint(equalTo: endRunningButton.heightAnchor, multiplier: 1), + ]) + } + + private func makeRunDataStackView() -> UIStackView { + let stackView = UIStackView() + stackView.axis = .horizontal + stackView.distribution = .fillEqually + return stackView + } + + private func makeMapView() -> MKMapView { + let view = MKMapView() + view.showsUserLocation = true + view.mapType = .standard + view.isUserInteractionEnabled = false + view.delegate = self + view.region = MKCoordinateRegion( + center: view.userLocation.coordinate, + span: view.region.span + ) + view.userTrackingMode = .follow + return view + } + + private func makeResumeButton() -> UIButton { + let button = CircleButton(with: .resume) + button.addTarget(self, action: #selector(didTapResumeButton), for: .touchUpInside) + return button + } +} diff --git a/BoostRunClub/Views/Controllers/PrepareRunViewController.swift b/BoostRunClub/Views/Controllers/PrepareRunViewController.swift new file mode 100644 index 0000000..44be111 --- /dev/null +++ b/BoostRunClub/Views/Controllers/PrepareRunViewController.swift @@ -0,0 +1,311 @@ +// +// PrepareRunViewController.swift +// BoostRunClub +// +// Created by 조기현 on 2020/11/23. +// + +import Combine +import CoreLocation +import MapKit +import UIKit + +final class PrepareRunViewController: UIViewController { + private lazy var mapView: MKMapView = makeMapView() + private lazy var mapGradientLayer: CAGradientLayer = makeGradientLayer() + private lazy var setGoalTypeButton: UIButton = makeSetGoalTypeButton() + private lazy var startButton: UIButton = makeStartButton() + private lazy var goalValueView: GoalValueView = makeGoalValueView() + + var viewModel: PrepareRunViewModelTypes? + private var cancellables = Set() + + required init?(coder: NSCoder) { + super.init(coder: coder) + } + + init(with prepareRunVM: PrepareRunViewModelTypes) { + super.init(nibName: nil, bundle: nil) + viewModel = prepareRunVM + } + + private func bindViewModel() { + guard let viewModel = viewModel else { return } + viewModel.outputs.userLocationSubject + .receive(on: DispatchQueue.main) + .sink { [weak self] coordinate in + let viewRegion = MKCoordinateRegion(center: coordinate, latitudinalMeters: 500, longitudinalMeters: 500) + self?.mapView.setRegion(viewRegion, animated: false) + } + .store(in: &cancellables) + + Publishers.CombineLatest(viewModel.outputs.goalTypeSubject, viewModel.outputs.goalValueSubject) + .receive(on: DispatchQueue.main) + .sink { [weak self] goalType, goalValue in + if goalType == .none { + self?.goalValueView.isHidden = true + } else { + self?.goalValueView.isHidden = false + self?.goalValueView.setLabelText(goalValue: goalValue, goalUnit: goalType.unit) + } + } + .store(in: &cancellables) + + viewModel.outputs.goalTypeSubject + .receive(on: DispatchQueue.main) + .sink { [weak self] goalType in + self?.setGoalTypeButton.setTitle(goalType.description, for: .normal) + } + .store(in: &cancellables) + + viewModel.outputs.goalValueSetupAnimationSignal + .receive(on: DispatchQueue.main) + .sink { [weak self] in + self?.goalValueViewShrinkToOriginalSizeAnimation() + } + .store(in: &cancellables) + + viewModel.outputs.goalTypeSetupAnimationSignal + .receive(on: DispatchQueue.main) + .sink { [weak self] in + self?.goalValueViewCrossDissolveAnimation() + } + .store(in: &cancellables) + + viewModel.outputs.countDownAnimation + .receive(on: DispatchQueue.main) + .sink { [weak self] in self?.countDownAnimation() } + .store(in: &cancellables) + + goalValueView.tapAction = { [weak viewModel] in + viewModel?.inputs.didTapGoalValueButton() + } + } + + deinit { + print("[Memory \(Date())] 🍎ViewController🍏 \(Self.self) deallocated.") + } +} + +// MARK: - ViewController LifeCycle + +extension PrepareRunViewController { + override func viewDidLoad() { + super.viewDidLoad() + configureLayout() + bindViewModel() + } + + override func viewDidLayoutSubviews() { + super.viewDidLayoutSubviews() + mapGradientLayer.frame = mapView.bounds + + setGoalTypeButton.layer.shadowPath = UIBezierPath(rect: setGoalTypeButton.bounds).cgPath + setGoalTypeButton.layer.shadowColor = UIColor.lightGray.cgColor + setGoalTypeButton.layer.shadowRadius = 50 + setGoalTypeButton.layer.shadowOffset = .zero + setGoalTypeButton.layer.shadowOpacity = 0.5 + } + + override func viewWillAppear(_ animated: Bool) { + super.viewWillAppear(animated) + configureNavigationItems() + } +} + +// MARK: - Actions + +extension PrepareRunViewController { + @objc + func showProfileViewController(sender _: UIBarButtonItem) { + print("showprofile view controller") + viewModel?.inputs.didTapShowProfileButton() + } + + @objc + func didTapStartButton() { + viewModel?.inputs.didTapStartButton() + } + + @objc + func didTapSetGoalTypeButton() { + viewModel?.inputs.didTapSetGoalButton() + view.notificationFeedback() + setGoalTypeButton.transform = .identity + } + + @objc + func didTouchDownSetGoalTypeButton(_ button: UIButton) { + UIView.animate(withDuration: 0.3) { + button.transform = button.transform.scaledBy(x: 0.9, y: 0.9) + } + } + + @objc + func didTouchUpOutsideSetGoalTypeButton(_ button: UIButton) { + UIView.animate(withDuration: 0.3) { + button.transform = .identity + } + } + + override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) { + super.traitCollectionDidChange(previousTraitCollection) + mapGradientLayer.colors = [ + UIColor.systemBackground.withAlphaComponent(0).cgColor, + UIColor.systemBackground.withAlphaComponent(0).cgColor, + UIColor.systemBackground.withAlphaComponent(0.5).cgColor, + UIColor.systemBackground.cgColor, + ] + } + + private func goalValueViewShrinkToOriginalSizeAnimation() { + goalValueView.transform = goalValueView.transform.scaledBy(x: 1.5, y: 1.5) + UIView.animate(withDuration: 0.3) { + self.goalValueView.transform = .identity + } + } + + private func goalValueViewCrossDissolveAnimation() { + UIView.animate( + withDuration: 0, + animations: { self.goalValueView.isHidden = true }, + completion: { _ in + UIView.transition( + with: self.goalValueView, + duration: 0.3, + options: [.transitionCrossDissolve], + animations: nil, + completion: { _ in self.goalValueView.isHidden = false } + ) + } + ) + } + + private func countDownAnimation() { + let countDownView = CountDownView(frame: UIScreen.main.bounds) + UIApplication.shared.windows.filter { $0.isKeyWindow }.first?.addSubview(countDownView) + countDownView.startCountingAnimation(count: 3, completion: { + countDownView.removeFromSuperview() + self.viewModel?.inputs.countDownAnimationFinished() + }) + } +} + +// MARK: - LayoutConstant + +extension PrepareRunViewController { + enum LayoutConstant { + static let startButtonDiameter = CGFloat(115) + static let setGoalWidth = CGFloat(100) + static let setGoalHeight = CGFloat(40) + } +} + +// MARK: - Configure + +extension PrepareRunViewController { + private func makeMapView() -> MKMapView { + let view = MKMapView() + view.showsUserLocation = true + view.setRegion(MKCoordinateRegion(center: view.userLocation.coordinate, + latitudinalMeters: 500, + longitudinalMeters: 500), + animated: false) + view.mapType = MKMapType.standard + view.userTrackingMode = MKUserTrackingMode.follow + view.isUserInteractionEnabled = false + return view + } + + private func makeGradientLayer() -> CAGradientLayer { + let layer = CAGradientLayer() + layer.type = .radial + layer.colors = [ + UIColor.systemBackground.withAlphaComponent(0).cgColor, + UIColor.systemBackground.withAlphaComponent(0).cgColor, + UIColor.systemBackground.withAlphaComponent(0.5).cgColor, + UIColor.systemBackground.cgColor, + ] + layer.locations = [0, 0.2, 0.7, 1] + layer.startPoint = CGPoint(x: 0.5, y: 0.5) + layer.endPoint = CGPoint(x: 1, y: 1) + return layer + } + + private func makeSetGoalTypeButton() -> UIButton { + let button = UIButton() + button.setTitleColor(.label, for: .normal) + button.backgroundColor = .systemBackground + button.setTitle("목표설정", for: .normal) + button.titleLabel?.font = button.titleLabel?.font.withSize(14) + button.layer.cornerRadius = LayoutConstant.setGoalHeight / 2 + button.addTarget(self, action: #selector(didTapSetGoalTypeButton), for: .touchUpInside) + button.addTarget(self, action: #selector(didTouchDownSetGoalTypeButton), for: .touchDown) + button.addTarget(self, action: #selector(didTouchUpOutsideSetGoalTypeButton), for: .touchUpOutside) + + return button + } + + private func makeStartButton() -> UIButton { + let button = CircleButton(with: .start) + button.addTarget(self, action: #selector(didTapStartButton), for: .touchUpInside) + + return button + } + + private func makeGoalValueView() -> GoalValueView { + let view = GoalValueView() + view.isHidden = true + return view + } + + private func configureNavigationItems() { + navigationItem.title = "러닝" + navigationController?.navigationBar.prefersLargeTitles = true + + let profileItem = UIBarButtonItem.makeProfileButton() + if let profileButton = profileItem.customView as? UIButton { + profileButton.addTarget(self, + action: #selector(showProfileViewController(sender:)), + for: .touchUpInside) + } + navigationItem.setLeftBarButton(profileItem, animated: false) + } + + private func configureLayout() { + view.addSubview(mapView) + mapView.layer.addSublayer(mapGradientLayer) + mapView.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + mapView.leadingAnchor.constraint(equalTo: view.safeAreaLayoutGuide.leadingAnchor), + mapView.topAnchor.constraint(equalTo: view.safeAreaLayoutGuide.topAnchor), + mapView.bottomAnchor.constraint(equalTo: view.safeAreaLayoutGuide.bottomAnchor), + mapView.trailingAnchor.constraint(equalTo: view.safeAreaLayoutGuide.trailingAnchor), + ]) + + view.addSubview(setGoalTypeButton) + setGoalTypeButton.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + setGoalTypeButton.bottomAnchor.constraint(equalTo: view.safeAreaLayoutGuide.bottomAnchor, constant: -12), + setGoalTypeButton.centerXAnchor.constraint(equalTo: view.centerXAnchor), + setGoalTypeButton.widthAnchor.constraint(equalToConstant: LayoutConstant.setGoalWidth), + setGoalTypeButton.heightAnchor.constraint(equalToConstant: LayoutConstant.setGoalHeight), + ]) + + view.addSubview(startButton) + startButton.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + startButton.bottomAnchor.constraint(equalTo: setGoalTypeButton.topAnchor, constant: -12), + startButton.centerXAnchor.constraint(equalTo: view.centerXAnchor), + startButton.heightAnchor.constraint(equalToConstant: LayoutConstant.startButtonDiameter), + startButton.widthAnchor.constraint(equalTo: startButton.heightAnchor, multiplier: 1), + ]) + + view.addSubview(goalValueView) + goalValueView.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + goalValueView.centerXAnchor.constraint(equalTo: view.centerXAnchor), + goalValueView.centerYAnchor.constraint(equalTo: view.topAnchor, constant: UIScreen.main.bounds.height / 3), + ]) + } +} diff --git a/BoostRunClub/Views/Controllers/ProfileViewController.swift b/BoostRunClub/Views/Controllers/ProfileViewController.swift new file mode 100644 index 0000000..cad1f22 --- /dev/null +++ b/BoostRunClub/Views/Controllers/ProfileViewController.swift @@ -0,0 +1,170 @@ +// +// ProfileViewController.swift +// BoostRunClub +// +// Created by Imho Jang on 2020/11/23. +// + +import Combine +import UIKit + +final class ProfileViewController: UIViewController { + private lazy var imageView: UIImageView = makeImageView() + private lazy var nameLabel: UILabel = makeNameLabel() + private lazy var hometownLabel: UILabel = makeHometownLabel() + private lazy var bioLabel: UILabel = makeBioLabel() + private lazy var editProfileButton: UIButton = makeEditProfileButton() + + private var viewModel: ProfileViewModelTypes? + private var cancellables = Set() + + init(with viewModel: ProfileViewModelTypes?) { + super.init(nibName: nil, bundle: nil) + self.viewModel = viewModel + } + + required init?(coder: NSCoder) { + super.init(coder: coder) + } + + func bindViewModel() { + guard let viewModel = viewModel else { return } + + viewModel.outputs.profileSubject + .receive(on: RunLoop.main) + .sink { profile in + if let imageData = profile.image { + self.imageView.image = UIImage(data: imageData) + } else { + self.imageView.image = UIImage.SFSymbol(name: "person.circle", color: .gray) + } + self.nameLabel.text = "\(profile.firstName) \(profile.lastName)" + self.hometownLabel.text = profile.hometown + self.bioLabel.text = profile.bio + }.store(in: &cancellables) + } + + deinit { + print("[Memory \(Date())] 🍎ViewController🍏 \(Self.self) deallocated.") + } +} + +// MARK: - Life Cycle + +extension ProfileViewController { + override func viewDidLoad() { + super.viewDidLoad() + view.backgroundColor = .systemBackground + configureLayout() + bindViewModel() + viewModel?.inputs.viewDidLoad() + } +} + +// MARK: - Action + +extension ProfileViewController { + @objc + private func didTapEditProfileButton() { + viewModel?.inputs.didTapEditProfileButton() + } +} + +// MARK: - Make Views + +extension ProfileViewController { + private func makeImageView() -> UIImageView { + let imageView = UIImageView() + imageView.contentMode = .scaleAspectFill + imageView.frame.size = CGSize(width: 80, height: 80) + imageView.layer.cornerRadius = imageView.frame.height / 2 + imageView.image = UIImage.SFSymbol(name: "person.circle", color: .gray) + imageView.clipsToBounds = true + return imageView + } + + private func makeNameLabel() -> UILabel { + let label = UILabel() + label.text = "" + label.textColor = .label + label.font = UIFont(name: "DIN Condensed Bold", size: 20) + return label + } + + private func makeHometownLabel() -> UILabel { + let label = UILabel() + label.text = "" + label.textColor = .label + label.font = UIFont.systemFont(ofSize: 12) + return label + } + + private func makeBioLabel() -> UILabel { + let label = UILabel() + label.text = "" + label.textColor = .systemGray + label.font = UIFont.systemFont(ofSize: 12) + return label + } + + private func makeEditProfileButton() -> UIButton { + let button = UIButton() + button.layer.borderWidth = CGFloat(1) + button.layer.borderColor = UIColor.systemGray3.cgColor + button.setTitle("EDIT PROFILE", for: .normal) + button.setTitleColor(.systemGray, for: .normal) + button.contentEdgeInsets = UIEdgeInsets(top: 8, + left: 70, + bottom: 5, + right: 70) + button.titleLabel?.font = UIFont(name: "DIN Condensed Bold", size: 14) + button.addTarget(self, + action: #selector(didTapEditProfileButton), + for: .touchUpInside) + return button + } +} + +// MARK: - Configure + +extension ProfileViewController { + private func configureLayout() { + view.addSubview(imageView) + imageView.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + imageView.widthAnchor.constraint(equalToConstant: 80), + imageView.heightAnchor.constraint(equalToConstant: 80), + imageView.centerXAnchor.constraint(equalTo: view.safeAreaLayoutGuide.centerXAnchor), + imageView.topAnchor.constraint(equalTo: view.safeAreaLayoutGuide.topAnchor, constant: 100), + ]) + + view.addSubview(nameLabel) + nameLabel.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + nameLabel.heightAnchor.constraint(equalToConstant: 25), + nameLabel.centerXAnchor.constraint(equalTo: view.safeAreaLayoutGuide.centerXAnchor), + nameLabel.topAnchor.constraint(equalTo: imageView.bottomAnchor, constant: 25), + ]) + + view.addSubview(hometownLabel) + hometownLabel.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + hometownLabel.centerXAnchor.constraint(equalTo: view.safeAreaLayoutGuide.centerXAnchor), + hometownLabel.topAnchor.constraint(equalTo: nameLabel.bottomAnchor, constant: 5), + ]) + + view.addSubview(bioLabel) + bioLabel.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + bioLabel.centerXAnchor.constraint(equalTo: view.safeAreaLayoutGuide.centerXAnchor), + bioLabel.topAnchor.constraint(equalTo: hometownLabel.bottomAnchor, constant: 15), + ]) + + view.addSubview(editProfileButton) + editProfileButton.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + editProfileButton.centerXAnchor.constraint(equalTo: view.safeAreaLayoutGuide.centerXAnchor), + editProfileButton.bottomAnchor.constraint(equalTo: view.safeAreaLayoutGuide.bottomAnchor, constant: -50), + ]) + } +} diff --git a/BoostRunClub/Views/Controllers/RouteDetailViewController.swift b/BoostRunClub/Views/Controllers/RouteDetailViewController.swift new file mode 100644 index 0000000..f75cf02 --- /dev/null +++ b/BoostRunClub/Views/Controllers/RouteDetailViewController.swift @@ -0,0 +1,206 @@ +// +// RouteDetailViewController.swift +// BoostRunClub +// +// Created by Imho Jang on 2020/12/13. +// + +import Combine +import MapKit +import UIKit + +final class RouteDetailViewController: UIViewController { + private var mapView = MKMapView() + private lazy var closeButton: UIButton = makeCloseButton() + + private var viewModel: RouteDetailViewModelTypes? + private var cancellables = Set() + + init(with viewModel: RouteDetailViewModelTypes?) { + super.init(nibName: nil, bundle: nil) + self.viewModel = viewModel + } + + required init?(coder: NSCoder) { + super.init(coder: coder) + } + + func bindViewModel() { + guard let viewModel = viewModel else { return } + + viewModel.outputs.detailConfigSubject + .receive(on: RunLoop.main) + .sink { [weak self] (detail: ActivityDetailConfig) in + self?.setupMapView(detail) + } + .store(in: &cancellables) + } + + deinit { + print("[\(Date())] 🍎ViewController🍏 \(Self.self) deallocated.") + } +} + +// MARK: - Life Cycle + +extension RouteDetailViewController { + override func viewDidLoad() { + super.viewDidLoad() + mapView.delegate = self + view.backgroundColor = .systemBackground + configureLayout() + bindViewModel() + viewModel?.inputs.viewDidLoad() + } +} + +// MARK: - Action + +extension RouteDetailViewController { + @objc + func closeRouteDetailView() { + viewModel?.inputs.didTapCloseButton() + } +} + +// MARK: - Make Views + +extension RouteDetailViewController { + private func makeCloseButton() -> UIButton { + let button = UIButton() + button.setSFSymbol(iconName: "xmark", + size: 17.5, + weight: .semibold, + tintColor: .systemBackground, + backgroundColor: .label) + button.bounds.size = CGSize(width: 32, height: 32) + button.layer.cornerRadius = button.bounds.height / 2 + button.layer.masksToBounds = true + button.addTarget(self, action: #selector(closeRouteDetailView), for: .touchUpInside) + return button + } +} + +// MARK: - Configure + +extension RouteDetailViewController { + private func configureLayout() { + // MARK: MapView AutoLayout + + view.addSubview(mapView) + mapView.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + mapView.leadingAnchor.constraint(equalTo: view.leadingAnchor), + mapView.trailingAnchor.constraint(equalTo: view.trailingAnchor), + mapView.topAnchor.constraint(equalTo: view.topAnchor), + mapView.bottomAnchor.constraint(equalTo: view.bottomAnchor), + ]) + + // MARK: CloseButton AutoLayout + + mapView.addSubview(closeButton) + closeButton.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + closeButton.widthAnchor.constraint(equalToConstant: 32), + closeButton.heightAnchor.constraint(equalToConstant: 32), + closeButton.topAnchor.constraint(equalTo: view.safeAreaLayoutGuide.topAnchor, constant: 14), + closeButton.trailingAnchor.constraint(equalTo: view.safeAreaLayoutGuide.trailingAnchor, constant: -25), + ]) + } +} + +// MARK: - MKMapViewDelegate + +extension RouteDetailViewController: MKMapViewDelegate { + func mapView(_: MKMapView, rendererFor overlay: MKOverlay) -> MKOverlayRenderer { + guard let routeOverlay = overlay as? PaceGradientRouteOverlay + else { return MKOverlayRenderer() } + let renderer = GradientRouteRenderer(overlay: routeOverlay) + renderer.lineWidth = 10 + + return renderer + } + + func mapView(_ mapView: MKMapView, viewFor annotation: MKAnnotation) -> MKAnnotationView? { + guard annotation is MKPointAnnotation else { return nil } + + let customAnnotationView = makeCustomAnnotationView(in: mapView, for: annotation) + customAnnotationView.image = makeCustomAnnotationImage(with: annotation) + return customAnnotationView + } +} + +// MARK: - Private methods + +extension RouteDetailViewController { + private func setupMapView(_ detail: ActivityDetailConfig) { + let coords: [CLLocationCoordinate2D] = detail.locations + .map { (location: Location) in + CLLocationCoordinate2D(latitude: location.latitude, longitude: location.longitude) + } + let region = MKCoordinateRegion.make(from: coords, offsetRatio: 0.3) + + mapView.setRegion(region, animated: false) + mapView.addOverlay( + PaceGradientRouteOverlay( + locations: detail.locations, + splits: detail.splits, + mapRect: mapView.visibleMapRect, + colorMin: .red, + colorMax: .green + )) + + detail.splits.enumerated() + .forEach { index, split in + guard + index < detail.splits.count - 1, + let lastSlice = split.runningSlices.last, + lastSlice.endIndex > 0 + else { return } + + let annotation = MKPointAnnotation() + annotation.title = "\(index + 1)km" + let locationIdx = lastSlice.endIndex < coords.count ? lastSlice.endIndex : coords.count - 1 + annotation.coordinate = coords[locationIdx] + self.addAnnotation(in: mapView, coordinate: coords[locationIdx], title: "\(index + 1)km") + } + } + + private func addAnnotation(in _: MKMapView, coordinate: CLLocationCoordinate2D, title: String?) { + let annotation = MKPointAnnotation() + annotation.title = title + annotation.coordinate = coordinate + mapView.addAnnotation(annotation) + } + + private func makeCustomAnnotationView(in mapView: MKMapView, for annotation: MKAnnotation) -> CustomAnnotationView { + let identifier = "CustomAnnotationViewID" + + if let annotationView = mapView.dequeueReusableAnnotationView(withIdentifier: identifier) as? CustomAnnotationView { + annotationView.annotation = annotation + return annotationView + } else { + let customAnnotationView = CustomAnnotationView(annotation: annotation, reuseIdentifier: identifier) + return customAnnotationView + } + } + + private func makeCustomAnnotationImage(with annotation: MKAnnotation) -> UIImage { + if let distanceLabelText = annotation.title { + return UIImage.customSplitAnnotation(type: .split, title: distanceLabelText ?? "") + } else { + return UIImage.customSplitAnnotation(type: .split, title: "") + } + } +} + +class CustomAnnotationView: MKAnnotationView { + override init(annotation: MKAnnotation?, reuseIdentifier: String?) { + super.init(annotation: annotation, reuseIdentifier: reuseIdentifier) + } + + @available(*, unavailable) + required init?(coder _: NSCoder) { + fatalError("init(coder:) not implemented!") + } +} diff --git a/BoostRunClub/Views/Controllers/RunningInfoViewController.swift b/BoostRunClub/Views/Controllers/RunningInfoViewController.swift new file mode 100644 index 0000000..bd04039 --- /dev/null +++ b/BoostRunClub/Views/Controllers/RunningInfoViewController.swift @@ -0,0 +1,171 @@ +// +// RunningViewController.swift +// BoostRunClub +// +// Created by 김신우 on 2020/11/27. +// + +import Combine +import UIKit + +final class RunningInfoViewController: UIViewController { + private lazy var subRunDataStackView: UIStackView = makeRunDataStackView() + private lazy var pauseButton: UIButton = makePauseButton() + private var runDataViews: [RunDataView] = [ + RunDataView(style: .main), + RunDataView(), + RunDataView(), + RunDataView(), + ] + + private var viewModel: RunningInfoViewModelTypes? + private var cancellables = Set() + + init(with runningViewModel: RunningInfoViewModelTypes?) { + super.init(nibName: nil, bundle: nil) + viewModel = runningViewModel + } + + required init?(coder: NSCoder) { + super.init(coder: coder) + } + + private func bindViewModel() { + guard let viewModel = viewModel else { return } + runDataViews.enumerated().forEach { idx, view in + view.tapAction = { [weak self] in + self?.viewModel?.inputs.didTapRunData(index: idx) + view.notificationFeedback() + } + + viewModel.outputs.runningInfoSubjects[idx] + .receive(on: RunLoop.main) + .sink { [weak view] runningInfo in + view?.setValue(value: runningInfo.value) + view?.setType(type: runningInfo.type.name) + } + .store(in: &cancellables) + } + + viewModel.outputs.runningInfoTapAnimationSignal + .receive(on: RunLoop.main) + .filter { [weak self] in $0 < self?.runDataViews.count ?? 0 } + .sink { [weak self] in self?.runDataViews[$0].startBounceAnimation() } + .store(in: &cancellables) + + viewModel.outputs.initialAnimationSignal + .receive(on: RunLoop.main) + .sink { [weak self] in self?.startInitialAnimation() } + .store(in: &cancellables) + + viewModel.outputs.resumeAnimationSignal + .receive(on: RunLoop.main) + .sink { [weak self] in self?.startResumeAnimation() } + .store(in: &cancellables) + } + + deinit { + print("[Memory \(Date())] 🍎ViewController🍏 \(Self.self) deallocated.") + } +} + +// MARK: - LifeCycle + +extension RunningInfoViewController { + override func viewDidLoad() { + super.viewDidLoad() + view.backgroundColor = UIColor(named: "accent") + configureLayout() + bindViewModel() + } + + override func viewDidAppear(_ animated: Bool) { + super.viewDidAppear(animated) + viewModel?.inputs.viewDidAppear() + } +} + +// MARK: - Actions + +extension RunningInfoViewController { + @objc + func didTapPauseButton() { + viewModel?.inputs.didTapPauseButton() + view.notificationFeedback() + } + + private func startInitialAnimation() { + view.subviews.forEach { + $0.transform = $0.transform.scaledBy(x: 0.5, y: 0.5) + $0.alpha = 0 + } + UIView.animate(withDuration: 0.5) { + self.view.subviews.forEach { + $0.transform = .identity + $0.alpha = 1 + } + } + } + + private func startResumeAnimation() { + view.subviews.forEach { $0.alpha = 1 } + let targetView = runDataViews[0] + targetView.alpha = 0 + targetView.transform = targetView.transform.scaledBy(x: 0.9, y: 0.9) + UIView.animate(withDuration: 0.2) { + targetView.alpha = 1 + targetView.transform = .identity + } + } +} + +// MARK: - Configure + +extension RunningInfoViewController { + private func makeRunDataStackView() -> UIStackView { + let stackView = UIStackView() + stackView.axis = .horizontal + stackView.distribution = .fillEqually + return stackView + } + + private func makePauseButton() -> UIButton { + let button = CircleButton(with: .pause) + button.addTarget(self, action: #selector(didTapPauseButton), for: .touchUpInside) + return button + } + + private func configureLayout() { + runDataViews.dropFirst().forEach { self.subRunDataStackView.addArrangedSubview($0) } + subRunDataStackView.translatesAutoresizingMaskIntoConstraints = false + view.addSubview(subRunDataStackView) + + NSLayoutConstraint.activate([ + subRunDataStackView.topAnchor.constraint(equalTo: view.safeAreaLayoutGuide.topAnchor, constant: 40), + subRunDataStackView.leadingAnchor.constraint(equalTo: view.leadingAnchor, constant: 10), + subRunDataStackView.trailingAnchor.constraint(equalTo: view.trailingAnchor, constant: -10), + ]) + + runDataViews[0].translatesAutoresizingMaskIntoConstraints = false + view.addSubview(runDataViews[0]) + + NSLayoutConstraint.activate([ + runDataViews[0].bottomAnchor.constraint(equalTo: view.centerYAnchor), + runDataViews[0].centerXAnchor.constraint(equalTo: view.centerXAnchor), + ]) + + pauseButton.translatesAutoresizingMaskIntoConstraints = false + view.addSubview(pauseButton) + + NSLayoutConstraint.activate([ + pauseButton.bottomAnchor.constraint(equalTo: view.bottomAnchor, constant: -200), + pauseButton.centerXAnchor.constraint(equalTo: view.centerXAnchor), + pauseButton.heightAnchor.constraint(equalToConstant: 100), + pauseButton.widthAnchor.constraint(equalTo: pauseButton.heightAnchor, multiplier: 1), + ]) + + view.subviews.forEach { + $0.alpha = 0 + } + } +} diff --git a/BoostRunClub/Views/Controllers/RunningMapViewController.swift b/BoostRunClub/Views/Controllers/RunningMapViewController.swift new file mode 100644 index 0000000..2b8f332 --- /dev/null +++ b/BoostRunClub/Views/Controllers/RunningMapViewController.swift @@ -0,0 +1,193 @@ +// +// RunningMapViewController.swift +// BoostRunClub +// +// Created by 김신우 on 2020/11/27. +// + +import Combine +import MapKit +import UIKit + +class RunningMapViewController: UIViewController { + private lazy var mapView: MKMapView = makeMapView() + private lazy var locateButton: UIButton = makeLocateButton() + private lazy var exitButton: UIButton = makeExitButton() + + private var viewModel: RunningMapViewModelTypes? + private var cancellables = Set() + + private let buttonHeight: CGFloat = 60 + private let buttonBottomOffset: CGFloat = 50 + + init(with viewModel: RunningMapViewModelTypes?) { + super.init(nibName: nil, bundle: nil) + self.viewModel = viewModel + } + + required init?(coder: NSCoder) { + super.init(coder: coder) + } + + private func bindViewModel() { + guard let viewModel = viewModel else { return } + viewModel.outputs.routesSubject + .receive(on: RunLoop.main) + .sink { [weak self] routes in + self?.mapView.addOverlay(MKPolyline(coordinates: routes, count: routes.count)) + } + .store(in: &cancellables) + + viewModel.outputs.userTrackingModeOnWithAnimatedSignal + .receive(on: RunLoop.main) + .sink { [weak self] animated in self?.mapView.setUserTrackingMode(.follow, animated: animated) } + .store(in: &cancellables) + + viewModel.outputs.userTrackingModeOffSignal + .receive(on: RunLoop.main) + .sink { [weak self] in self?.mapView.setUserTrackingMode(.none, animated: false) } + .store(in: &cancellables) + + viewModel.outputs.appearAnimationSignal + .sink { [weak self] in self?.appearWithAnimation() } + .store(in: &cancellables) + + viewModel.outputs.closeAnimationSignal + .sink { [weak self] in self?.closeWithAnimation() } + .store(in: &cancellables) + } + + deinit { + print("[Memory \(Date())] 🍎ViewController🍏 \(Self.self) deallocated.") + } +} + +// MARK: - Life Cycle + +extension RunningMapViewController { + override func viewDidLoad() { + super.viewDidLoad() + configureLayout() + bindViewModel() + } + + override func viewWillAppear(_ animated: Bool) { + super.viewWillAppear(animated) + viewModel?.inputs.viewWillAppear() + } + + override func viewWillDisappear(_ animated: Bool) { + super.viewWillDisappear(animated) + viewModel?.inputs.viewWillDisappear() + } +} + +// MARK: - Action + +extension RunningMapViewController { + @objc + func didTapLocateButton() { + viewModel?.inputs.didTapLocateButton() + } + + @objc + func didTapExitButton() { + viewModel?.inputs.didTapExitButton() + } +} + +// MARK: - Animation + +extension RunningMapViewController { + func appearWithAnimation() { + hideButtonsTransform() + UIView.animate(withDuration: 0.5) { + self.exitButton.transform = .identity + self.locateButton.transform = .identity + } + } + + func closeWithAnimation() { + UIView.animate(withDuration: 0.2) { self.hideButtonsTransform() } + } + + func hideButtonsTransform() { + let value = 2 * buttonHeight + buttonBottomOffset + exitButton.transform = exitButton.transform.translatedBy(x: 0, y: value) + locateButton.transform = locateButton.transform.translatedBy(x: 0, y: value) + } +} + +// MARK: - MKMapViewDelegate + +extension RunningMapViewController: MKMapViewDelegate { + func mapView(_: MKMapView, rendererFor overlay: MKOverlay) -> MKOverlayRenderer { + guard let routePolyline = overlay as? MKPolyline + else { return MKOverlayRenderer() } + + let renderer = MKPolylineRenderer(polyline: routePolyline) + renderer.strokeColor = .black + renderer.lineWidth = 7 + + return renderer + } +} + +// MARK: - Configure + +extension RunningMapViewController { + func configureLayout() { + view.addSubview(mapView) + mapView.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + mapView.leadingAnchor.constraint(equalTo: view.leadingAnchor), + mapView.topAnchor.constraint(equalTo: view.topAnchor), + mapView.bottomAnchor.constraint(equalTo: view.bottomAnchor), + mapView.trailingAnchor.constraint(equalTo: view.trailingAnchor), + ]) + + view.addSubview(locateButton) + locateButton.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + locateButton.leadingAnchor.constraint(equalTo: view.leadingAnchor, constant: 50), + locateButton.bottomAnchor.constraint(equalTo: view.safeAreaLayoutGuide.bottomAnchor, constant: -buttonBottomOffset), + locateButton.heightAnchor.constraint(equalToConstant: buttonHeight), + locateButton.widthAnchor.constraint(equalTo: locateButton.heightAnchor, multiplier: 1), + ]) + + view.addSubview(exitButton) + exitButton.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + exitButton.trailingAnchor.constraint(equalTo: view.trailingAnchor, constant: -50), + exitButton.bottomAnchor.constraint(equalTo: locateButton.bottomAnchor), + exitButton.heightAnchor.constraint(equalTo: locateButton.heightAnchor), + exitButton.widthAnchor.constraint(equalTo: locateButton.widthAnchor), + ]) + } + + private func makeMapView() -> MKMapView { + let view = MKMapView() + view.delegate = self + view.showsUserLocation = true + view.mapType = .standard + view.userTrackingMode = .follow + view.region = MKCoordinateRegion( + center: view.userLocation.coordinate, + span: view.region.span + ) + + return view + } + + private func makeLocateButton() -> UIButton { + let button = CircleButton(with: .locate) + button.addTarget(self, action: #selector(didTapLocateButton), for: .touchUpInside) + return button + } + + private func makeExitButton() -> UIButton { + let button = CircleButton(with: .exit) + button.addTarget(self, action: #selector(didTapExitButton), for: .touchUpInside) + return button + } +} diff --git a/BoostRunClub/Views/Controllers/RunningPageViewController.swift b/BoostRunClub/Views/Controllers/RunningPageViewController.swift new file mode 100644 index 0000000..ef14138 --- /dev/null +++ b/BoostRunClub/Views/Controllers/RunningPageViewController.swift @@ -0,0 +1,280 @@ +// +// RunningViewController.swift +// BoostRunClub +// +// Created by Imho Jang on 2020/11/23. +// + +import AVFoundation +import Combine +import MapKit +import UIKit + +final class RunningPageViewController: UIPageViewController { + enum Pages: CaseIterable { + case map, info, splits + } + + private var pages = [UIViewController]() + private lazy var pageControl = makePageControl() + private lazy var backButton = makeBackButton() + + private var viewModel: RunningPageViewModelTypes? + private var cancellables = Set() + + private var distance: CGFloat = 0 + private let buttonHeight: CGFloat = 50 + + private let synthesizer = AVSpeechSynthesizer() + + init(with viewModel: RunningPageViewModelTypes, viewControllers: [UIViewController]) { + super.init(transitionStyle: .scroll, navigationOrientation: .horizontal, options: nil) + self.viewModel = viewModel + pages = viewControllers + } + + required init?(coder: NSCoder) { + super.init(coder: coder) + } + + func bindViewModel() { + viewModel?.outputs.scaleOnDraggingSubject + .sink { [weak self] in + self?.transformBackButton(scale: CGFloat(abs($0))) + self?.backButton.setArrowImage(dir: $0 > 0 ? .left : .right) + } + .store(in: &cancellables) + + viewModel?.outputs.scaleOnSlidingSubject + .sink { [weak self] in self?.transformBackButton(scale: CGFloat($0)) } + .store(in: &cancellables) + + viewModel?.outputs.backToPageMainSignal + .sink { [weak self] in self?.goBackToMainPage(currPageIdx: $0) } + .store(in: &cancellables) + + viewModel?.outputs.runningTimeSubject + .sink { [weak self] in self?.backButton.setTitle($0, for: .normal) } + .store(in: &cancellables) + + viewModel?.outputs.setPageSignal + .sink { [weak self] in + guard let self = self else { return } + self.setViewControllers([self.pages[$0]], direction: .forward, animated: false) + } + .store(in: &cancellables) + + viewModel?.outputs.speechSignal + .sink { [weak self] (speechText: String) in + self?.speech(text: speechText) + } + .store(in: &cancellables) + } + + override func viewDidLoad() { + super.viewDidLoad() + + configurePageViewController() + configureSubViews() + bindViewModel() + + view.layoutIfNeeded() + distance = view.bounds.height - pageControl.center.y - buttonHeight / 2 - 30 + } + + deinit { + print("[Memory \(Date())] 🍎ViewController🍏 \(Self.self) deallocated.") + } +} + +// MARK: - ViewModel Output Action + +extension RunningPageViewController { + func transformBackButton(scale: CGFloat) { + backButton.transform = CGAffineTransform.identity + .translatedBy(x: 0, y: scale * distance) + .scaledBy(x: scale, y: scale) + pageControl.transform = CGAffineTransform.identity + .translatedBy(x: 0, y: scale * distance) + + UIView.animate(withDuration: 0) { + self.pageControl.alpha = 1 - scale * 3 + } + } + + func goBackToMainPage(currPageIdx: Int) { + let direction: UIPageViewController.NavigationDirection = currPageIdx < 1 ? .forward : .reverse + setViewControllers([pages[1]], direction: direction, animated: true) { _ in + self.viewModel?.inputs.didChangeCurrentPage(idx: 1) + } + } +} + +// MARK: - Actions + +extension RunningPageViewController { + @objc func didTabBackButton() { + viewModel?.inputs.didTapGoBackButton() + } + + @objc func panGestureAction() { + viewModel?.inputs.dragging() + } +} + +// MARK: - Configure + +extension RunningPageViewController { + func configurePageViewController() { + dataSource = self + delegate = self + setViewControllers([pages[1]], direction: .forward, animated: true, completion: nil) + + let gesture = UIPanGestureRecognizer(target: self, action: #selector(panGestureAction)) + gesture.delegate = self + view.addGestureRecognizer(gesture) + + view.subviews.forEach { view in + if let scrollView = view as? UIScrollView { + scrollView.delegate = self + } + } + } + + func configureSubViews() { + view.addSubview(pageControl) + pageControl.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + pageControl.bottomAnchor.constraint(equalTo: view.safeAreaLayoutGuide.bottomAnchor, constant: -100), + pageControl.centerXAnchor.constraint(equalTo: view.centerXAnchor), + ]) + + view.addSubview(backButton) + backButton.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + backButton.centerXAnchor.constraint(equalTo: view.centerXAnchor), + backButton.centerYAnchor.constraint(equalTo: pageControl.centerYAnchor), + backButton.heightAnchor.constraint(equalToConstant: buttonHeight), + ]) + } + + func makePageControl() -> UIPageControl { + let pageControl = UIPageControl() + pageControl.pageIndicatorTintColor = .gray + pageControl.currentPageIndicatorTintColor = .label + pageControl.numberOfPages = Pages.allCases.count + pageControl.currentPage = 1 + pageControl.isUserInteractionEnabled = false + return pageControl + } + + func makeBackButton() -> UIButton { + let button = UIButton() + button.backgroundColor = #colorLiteral(red: 0.9763557315, green: 0.9324046969, blue: 0, alpha: 1) + button.setTitleColor(.black, for: .normal) + button.layer.cornerRadius = buttonHeight / 2 + button.addTarget(self, action: #selector(didTabBackButton), for: .touchUpInside) + return button + } +} + +// MARK: - UIScrollViewDelegate + +extension RunningPageViewController: UIScrollViewDelegate { + func scrollViewDidScroll(_ scrollView: UIScrollView) { + viewModel?.inputs.buttonScaleShouldUpdate( + contentOffset: Double(scrollView.contentOffset.x), + screenWidth: Double(view.bounds.width) + ) + } + + func scrollViewDidEndDragging(_: UIScrollView, willDecelerate _: Bool) { + viewModel?.inputs.didEndDragging() + } + + func scrollViewWillBeginDragging(_: UIScrollView) { + viewModel?.inputs.willBeginDragging() + } +} + +// MARK: - UIPageViewControllerDelegate + +extension RunningPageViewController: UIPageViewControllerDelegate { + func pageViewController( + _ pageViewController: UIPageViewController, + didFinishAnimating _: Bool, + previousViewControllers _: [UIViewController], + transitionCompleted _: Bool + ) { + if let viewControllers = pageViewController.viewControllers { + if let viewControllerIndex = pages.firstIndex(of: viewControllers[0]) { + viewModel?.inputs.didChangeCurrentPage(idx: viewControllerIndex) + } + } + } +} + +// MARK: - UIPageViewControllerDataSource + +extension RunningPageViewController: UIPageViewControllerDataSource { + func pageViewController( + _: UIPageViewController, + viewControllerBefore viewController: UIViewController + ) + -> UIViewController? + { + if let viewControllerIndex = pages.firstIndex(of: viewController) { + if viewControllerIndex == 0 { + return nil + } else { + return pages[viewControllerIndex - 1] + } + } + return nil + } + + func pageViewController( + _: UIPageViewController, + viewControllerAfter viewController: UIViewController + ) + -> UIViewController? + { + if let viewControllerIndex = pages.firstIndex(of: viewController) { + if viewControllerIndex < pages.count - 1 { + return pages[viewControllerIndex + 1] + } else { + return nil + } + } + return nil + } +} + +// MARK: - UIGestureRecognizerDelegate + +extension RunningPageViewController: UIGestureRecognizerDelegate { + func gestureRecognizer( + _: UIGestureRecognizer, + shouldRecognizeSimultaneouslyWith _: UIGestureRecognizer + ) + -> Bool + { + true + } +} + +// MARK: - Private Methods + +extension RunningPageViewController { + private func speech(text: String) { + if synthesizer.isSpeaking { + synthesizer.stopSpeaking(at: .immediate) + } + + let utterance = AVSpeechUtterance(string: text) + utterance.voice = AVSpeechSynthesisVoice(language: "en-GB") + utterance.rate = 0.5 + + synthesizer.speak(utterance) + } +} diff --git a/BoostRunClub/Views/Controllers/SplitInfoDetailViewController.swift b/BoostRunClub/Views/Controllers/SplitInfoDetailViewController.swift new file mode 100644 index 0000000..419c494 --- /dev/null +++ b/BoostRunClub/Views/Controllers/SplitInfoDetailViewController.swift @@ -0,0 +1,209 @@ +// +// SplitInfoDetailViewController.swift +// BoostRunClub +// +// Created by 조기현 on 2020/12/13. +// + +import Combine +import UIKit + +class SplitInfoDetailViewController: UIViewController { + var statusBarView: UIView? + var dateInfoView = SplitDetailDateInfoView() + var lowerViewHeader = SplitDetailSplitHeaderView() + lazy var upperView = makeUpperTableView() + lazy var lowerView = makeLowerTableView() + + let infoDataSource = SplitInfoDetailDataSource() + let splitDataSource = SplitDatailSplitDataSource() + + var upperViewHeight: NSLayoutConstraint? + var lowerViewHeight: NSLayoutConstraint? + + var viewModel: SplitInfoDetailViewModelType? + var cancellables = Set() + + init(with viewModel: SplitInfoDetailViewModelType) { + super.init(nibName: nil, bundle: nil) + self.viewModel = viewModel + bindViewModel() + } + + required init?(coder: NSCoder) { + super.init(coder: coder) + } + + func bindViewModel() { + viewModel?.outputs.dateSubject + .sink { [weak self] in + self?.dateInfoView.dateLabel.text = $0.date + self?.dateInfoView.timeLabel.text = $0.time + } + .store(in: &cancellables) + + viewModel?.outputs.splitInfoSubject + .sink { [weak self] in + self?.infoDataSource.update($0) + self?.upperView.reloadData() + } + .store(in: &cancellables) + + viewModel?.outputs.splitSubject + .sink { [weak self] in + self?.splitDataSource.update($0) + self?.lowerView.reloadData() + } + .store(in: &cancellables) + } + + deinit { + print("[\(Date())] 🍎ViewController🍏 \(Self.self) deallocated.") + } +} + +// MARK: - Life Cycles + +extension SplitInfoDetailViewController { + override func viewDidLoad() { + super.viewDidLoad() + view.backgroundColor = .systemBackground + configureNavigationBar() + configureLayout() + } + + override func updateViewConstraints() { + upperViewHeight?.constant = upperView.contentSize.height + lowerViewHeight?.constant = lowerView.contentSize.height + super.updateViewConstraints() + } + + override func viewDidDisappear(_ animated: Bool) { + super.viewDidDisappear(animated) + statusBarView?.removeFromSuperview() + } + + override func viewDidAppear(_ animated: Bool) { + super.viewDidAppear(animated) + } +} + +// MARK: - Configure Layout + +extension SplitInfoDetailViewController { + @objc + func didTapBackButton() { + // TODO: Coordinator로 연결? + navigationController?.popViewController(animated: true) + } +} + +extension SplitInfoDetailViewController: UITableViewDelegate { + func tableView(_: UITableView, heightForRowAt _: IndexPath) -> CGFloat { + return 60 + } +} + +// MARK: - Configure + +extension SplitInfoDetailViewController { + private func configureLayout() { + let scrollView = UIScrollView() + scrollView.alwaysBounceVertical = true + view.addSubview(scrollView) + scrollView.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + scrollView.leadingAnchor.constraint(equalTo: view.safeAreaLayoutGuide.leadingAnchor), + scrollView.topAnchor.constraint(equalTo: view.safeAreaLayoutGuide.topAnchor), + scrollView.bottomAnchor.constraint(equalTo: view.safeAreaLayoutGuide.bottomAnchor), + scrollView.trailingAnchor.constraint(equalTo: view.safeAreaLayoutGuide.trailingAnchor), + ]) + + let stackView = UIStackView(arrangedSubviews: [dateInfoView, upperView, lowerViewHeader, lowerView]) + stackView.axis = .vertical + scrollView.addSubview(stackView) + stackView.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + stackView.leadingAnchor.constraint(equalTo: scrollView.leadingAnchor), + stackView.topAnchor.constraint(equalTo: scrollView.topAnchor), + stackView.bottomAnchor.constraint(equalTo: scrollView.bottomAnchor), + stackView.trailingAnchor.constraint(equalTo: scrollView.trailingAnchor), + stackView.widthAnchor.constraint(equalTo: scrollView.widthAnchor), + ]) + + configureArrangedViews(stackView: stackView) + } + + private func configureArrangedViews(stackView: UIStackView) { + dateInfoView.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + dateInfoView.centerXAnchor.constraint(equalTo: upperView.centerXAnchor), + dateInfoView.widthAnchor.constraint(equalTo: upperView.widthAnchor), + dateInfoView.heightAnchor.constraint(equalToConstant: 100), + ]) + + upperView.translatesAutoresizingMaskIntoConstraints = false + upperViewHeight = upperView.heightAnchor.constraint(equalToConstant: 0) + NSLayoutConstraint.activate([ + upperViewHeight!, + upperView.widthAnchor.constraint(equalTo: stackView.widthAnchor), + ]) + + lowerViewHeader.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + lowerViewHeader.centerXAnchor.constraint(equalTo: lowerView.centerXAnchor), + lowerViewHeader.widthAnchor.constraint(equalTo: lowerView.widthAnchor), + lowerViewHeader.heightAnchor.constraint(equalToConstant: 100), + ]) + + lowerView.translatesAutoresizingMaskIntoConstraints = false + lowerViewHeight = lowerView.heightAnchor.constraint(equalToConstant: 0) + NSLayoutConstraint.activate([ + lowerViewHeight!, + lowerView.widthAnchor.constraint(equalTo: stackView.widthAnchor), + ]) + } + + private func configureNavigationBar() { + statusBarView = navigationController?.setStatusBar(backgroundColor: .systemBackground) + navigationController?.interactivePopGestureRecognizer?.delegate = nil + navigationItem.hidesBackButton = true + let backButtonItem = UIBarButtonItem( + title: "", + style: .plain, + target: self, + action: #selector(didTapBackButton) + ) + backButtonItem.image = UIImage.SFSymbol(name: "chevron.left", color: .label) + navigationItem.setLeftBarButton(backButtonItem, animated: true) + } + + private func makeUpperTableView() -> UITableView { + let tableView = UITableView() + tableView.isScrollEnabled = false + tableView.allowsSelection = false + tableView.estimatedRowHeight = 60 + tableView.delegate = self + tableView.dataSource = infoDataSource + + tableView.tableFooterView = UIView() + tableView.tableFooterView?.frame.size.height = 1 + tableView.register(SplitDetailInfoCell.self, + forCellReuseIdentifier: SplitDetailInfoCell.identifier) + return tableView + } + + private func makeLowerTableView() -> UITableView { + let tableView = UITableView() + tableView.isScrollEnabled = false + tableView.allowsSelection = false + tableView.estimatedRowHeight = 60 + tableView.delegate = self + tableView.dataSource = splitDataSource + tableView.separatorStyle = .none + + tableView.register(SplitDatailSplitCell.self, + forCellReuseIdentifier: SplitDatailSplitCell.identifier) + return tableView + } +} diff --git a/BoostRunClub/Views/Controllers/SplitsViewController.swift b/BoostRunClub/Views/Controllers/SplitsViewController.swift new file mode 100644 index 0000000..0317812 --- /dev/null +++ b/BoostRunClub/Views/Controllers/SplitsViewController.swift @@ -0,0 +1,136 @@ +// +// SplitsViewController.swift +// BoostRunClub +// +// Created by 조기현 on 2020/11/27. +// + +import Combine +import UIKit + +class SplitsViewController: UIViewController { + private lazy var headerView = makeHeaderView() + private lazy var tableView = makeTableView() + private var viewModel: SplitsViewModelTypes? + private var cancellabls = Set() + private let rowHeight: CGFloat = 60 + + init(with viewModel: SplitsViewModelTypes) { + super.init(nibName: nil, bundle: nil) + self.viewModel = viewModel + } + + required init?(coder: NSCoder) { + super.init(coder: coder) + } + + func bindViewModel() { + viewModel?.outputs.rowViewModelSubject + .receive(on: RunLoop.main) + .sink { [weak self] in + guard + let self = self, + !$0.isEmpty + else { return } + + self.tableView.reloadData() + let indexPath = IndexPath(row: $0.count - 1, section: 0) + self.tableView.scrollToRow(at: indexPath, at: .bottom, animated: true) + } + .store(in: &cancellabls) + } + + deinit { + print("[Memory \(Date())] 🍎ViewController🍏 \(Self.self) deallocated.") + } +} + +// MARK: - Life Cycle + +extension SplitsViewController { + override func viewDidLoad() { + super.viewDidLoad() + configureNavigationItems() + configureLayout() + bindViewModel() + } +} + +// MARK: - TableView + +extension SplitsViewController: UITableViewDelegate, UITableViewDataSource { + // Delegate + func tableView(_: UITableView, heightForRowAt _: IndexPath) -> CGFloat { + rowHeight + } + + // DataSource + func tableView(_: UITableView, numberOfRowsInSection _: Int) -> Int { + return viewModel?.outputs.rowViewModelSubject.value.count ?? 0 + } + + func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell { + let cell = tableView.dequeueReusableCell(withIdentifier: RunningSplitCell.identifier, for: indexPath) + + if let cell = cell as? CellConfigurable, + let viewModel = viewModel?.outputs.rowViewModelSubject.value[indexPath.row] + { + cell.setup(viewModel: viewModel) + } + + cell.isUserInteractionEnabled = false + return cell + } +} + +// MARK: - Configure + +extension SplitsViewController { + private func configureNavigationItems() { + navigationController?.navigationBar.barTintColor = .systemBackground + navigationItem.title = "구간" + navigationController?.navigationBar.prefersLargeTitles = true + } + + private func configureLayout() { + view.backgroundColor = .systemBackground + + view.addSubview(tableView) + tableView.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + tableView.leadingAnchor.constraint(equalTo: view.leadingAnchor), + tableView.trailingAnchor.constraint(equalTo: view.trailingAnchor), + tableView.topAnchor.constraint(equalTo: view.topAnchor), + tableView.bottomAnchor.constraint(equalTo: view.safeAreaLayoutGuide.bottomAnchor), + ]) + + tableView.tableHeaderView = headerView + headerView.translatesAutoresizingMaskIntoConstraints = false + let topAnchor = headerView.topAnchor.constraint(equalTo: tableView.topAnchor) + topAnchor.priority = .defaultLow + NSLayoutConstraint.activate([ + // 이건 왜 안되는거지? +// headerView.leadingAnchor.constraint(equalTo: tableView.leadingAnchor), +// headerView.trailingAnchor.constraint(equalTo: tableView.trailingAnchor), + headerView.centerXAnchor.constraint(equalTo: tableView.centerXAnchor), + headerView.widthAnchor.constraint(equalTo: tableView.widthAnchor, constant: -40), + topAnchor, + headerView.topAnchor.constraint(greaterThanOrEqualTo: view.safeAreaLayoutGuide.topAnchor), + headerView.heightAnchor.constraint(equalToConstant: rowHeight), + ]) + } + + private func makeTableView() -> UITableView { + let tableView = UITableView(frame: .zero, style: .plain) + tableView.delegate = self + tableView.dataSource = self + tableView.separatorStyle = .none + tableView.register(RunningSplitCell.self, + forCellReuseIdentifier: RunningSplitCell.identifier) + return tableView + } + + private func makeHeaderView() -> UIView { + SplitHeaderView(titles: ["킬로미터", "페이스", "편차"]) + } +} diff --git a/BoostRunClub/Views/CountDownView.swift b/BoostRunClub/Views/CountDownView.swift new file mode 100644 index 0000000..9ca2c22 --- /dev/null +++ b/BoostRunClub/Views/CountDownView.swift @@ -0,0 +1,52 @@ +// +// CountDownView.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/02. +// + +import UIKit + +class CountDownView: UIView { + let numberLabel: NikeLabel = { + let label = NikeLabel(with: 180) + label.textAlignment = .center + label.textColor = #colorLiteral(red: 0.9763557315, green: 0.9324046969, blue: 0, alpha: 1) + return label + }() + + override init(frame: CGRect) { + super.init(frame: frame) + commonInit() + } + + required init?(coder: NSCoder) { + super.init(coder: coder) + commonInit() + } + + private func commonInit() { + backgroundColor = .black + + addSubview(numberLabel) + numberLabel.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + numberLabel.centerXAnchor.constraint(equalTo: centerXAnchor), + numberLabel.centerYAnchor.constraint(equalTo: centerYAnchor), + ]) + } + + func startCountingAnimation(count: Int, completion: @escaping () -> Void) { + if count <= 0 { + completion() + return + } + numberLabel.text = "\(count)" + numberLabel.transform = numberLabel.transform.scaledBy(x: 0.5, y: 0.5) + UIView.animate(withDuration: 1) { + self.numberLabel.transform = .identity + } completion: { _ in + self.startCountingAnimation(count: count - 1, completion: completion) + } + } +} diff --git a/BoostRunClub/Views/DataSource/ActivityDataSource.swift b/BoostRunClub/Views/DataSource/ActivityDataSource.swift new file mode 100644 index 0000000..2dc3348 --- /dev/null +++ b/BoostRunClub/Views/DataSource/ActivityDataSource.swift @@ -0,0 +1,87 @@ +// +// ActivityDataSource.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/09. +// + +import UIKit + +class ActivityDataSource: NSObject { + private(set) var activities = [Activity]() + private(set) var statisticHeaderTitle = "" + private(set) var activityTotal = ActivityTotalConfig() + + private(set) lazy var containerCellView = ActivitiesContainerCellView() + private var activityStatisticCells: [ActivityStatisticCellView] = [ + ActivityStatisticCellView(), + ActivityStatisticCellView(), + ActivityStatisticCellView(), + ActivityStatisticCellView(), + ActivityStatisticCellView(), + ] + + func loadActivities(_ activities: [Activity]) { + self.activities = activities + } + + func loadActivityTotal(_ config: ActivityTotalConfig) { + switch config.filterType { + case .week, .month: + statisticHeaderTitle = "" + case .all, .year: + statisticHeaderTitle = config.filterType == .all ? "총 활동 통계" : config.period + " 통계" + } + + activityStatisticCells[0].configure(title: "러닝", value: config.numRunningPerWeekText) + activityStatisticCells[1].configure(title: "킬로미터", value: config.distancePerRunningText) + activityStatisticCells[2].configure(title: "러닝페이스", value: config.avgPaceText) + activityStatisticCells[3].configure(title: "시간", value: config.runningTimePerRunningText) + activityStatisticCells[4].configure(title: "고도 상승", value: config.totalElevationText) + } +} + +// MARK: - UICollectionViewDataSource Implementation + +extension ActivityDataSource: UICollectionViewDataSource { + func collectionView(_: UICollectionView, numberOfItemsInSection _: Int) -> Int { + return activities.count + } + + func collectionView(_ collectionView: UICollectionView, + cellForItemAt indexPath: IndexPath) -> UICollectionViewCell + { + let cell = collectionView.dequeueReusableCell( + withReuseIdentifier: "\(ActivityCellView.self)", + for: indexPath + ) as? ActivityCellView + cell?.configure(with: activities[indexPath.row]) + return cell ?? UICollectionViewCell() + } +} + +// MARK: - UITableViewDataSource Implementation + +extension ActivityDataSource: UITableViewDataSource { + func numberOfSections(in _: UITableView) -> Int { + statisticHeaderTitle.isEmpty ? 1 : 2 + } + + func tableView(_: UITableView, numberOfRowsInSection section: Int) -> Int { + if statisticHeaderTitle.isEmpty { + return 1 + } else { + return section == 0 ? 5 : 1 + } + } + + func tableView(_: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell { + if !statisticHeaderTitle.isEmpty, + indexPath.section == 0 + { + return activityStatisticCells[indexPath.row] + } else { + return containerCellView + } + } +} diff --git a/BoostRunClub/Views/DataSource/ActivityDetailDataSource.swift b/BoostRunClub/Views/DataSource/ActivityDetailDataSource.swift new file mode 100644 index 0000000..8d077c0 --- /dev/null +++ b/BoostRunClub/Views/DataSource/ActivityDetailDataSource.swift @@ -0,0 +1,76 @@ +// +// ActivityDetailDataSource.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/13. +// + +import UIKit + +class ActivityDetailDataSource: NSObject, UITableViewDataSource { + private var maxPace: CGFloat = 0 + private var minPace: CGFloat = 0 + private var splits = [RunningSplit]() + private var totalDistance: Double = 0 + + func loadData(splits: [RunningSplit], distance: Double) { + self.splits = splits + totalDistance = distance + let minMaxValue = splits.reduce(into: (min: CGFloat.infinity, max: CGFloat(0))) { + let value = CGFloat($1.avgPace) + $0.max = max($0.max, value) + $0.min = min($0.min, value) + } + maxPace = minMaxValue.max + minPace = minMaxValue.min + } + + func tableView(_: UITableView, numberOfRowsInSection _: Int) -> Int { + if splits.isEmpty { + return 0 + } else { + return splits.count + 1 + } + } + + func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell { + let cell = tableView.dequeueReusableCell(withIdentifier: "\(SimpleSplitViewCell.self)", for: indexPath) + + if let cell = cell as? SimpleSplitViewCell { + switch indexPath.row { + case 0: + cell.configure(style: .description) + default: + let idx = indexPath.row - 1 + let split = splits[idx] + + let distanceText: String + if idx < splits.count - 1 { + distanceText = "\(idx + 1)" + } else { + distanceText = String(format: "%.2f", Double(Int(totalDistance) % 1000) / 1000) + } + + let paceText = String(format: "%d'%d\"", split.avgPace / 60, split.avgPace % 60) + let elevationText = String(split.elevation) + + let paceRatio: CGFloat + if maxPace - minPace > 0 { + paceRatio = (maxPace - CGFloat(split.avgPace)) / (maxPace - minPace) + } else { + paceRatio = 0 + } + + cell.configure( + style: .value, + distance: distanceText, + pace: paceText, + elevation: elevationText, + paceRatio: paceRatio + ) + } + } + + return cell + } +} diff --git a/BoostRunClub/Views/DataSource/ActivityListDataSource.swift b/BoostRunClub/Views/DataSource/ActivityListDataSource.swift new file mode 100644 index 0000000..e37f21e --- /dev/null +++ b/BoostRunClub/Views/DataSource/ActivityListDataSource.swift @@ -0,0 +1,60 @@ +// +// ActivityListDataSource.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/09. +// + +import UIKit + +class ActivityListDataSource: NSObject, UICollectionViewDataSource { + var listItem = [ActivityListItem]() + + func loadData(_ listItem: [ActivityListItem]) { + self.listItem = listItem + } + + func numberOfSections(in _: UICollectionView) -> Int { + listItem.count + } + + func collectionView(_: UICollectionView, numberOfItemsInSection section: Int) -> Int { + listItem[section].items.count + } + + func collectionView( + _ collectionView: UICollectionView, + cellForItemAt indexPath: IndexPath + ) -> UICollectionViewCell { + let cell = collectionView.dequeueReusableCell( + withReuseIdentifier: "\(ActivityCellView.self)", + for: indexPath + ) + + if let cell = cell as? ActivityCellView { + cell.configure(with: listItem[indexPath.section].items[indexPath.row]) + } + + return cell + } + + func collectionView( + _ collectionView: UICollectionView, + viewForSupplementaryElementOfKind kind: String, + at indexPath: IndexPath + ) -> UICollectionReusableView { + guard kind == UICollectionView.elementKindSectionHeader else { return UICollectionReusableView() } + + let header = collectionView.dequeueReusableSupplementaryView( + ofKind: UICollectionView.elementKindSectionHeader, + withReuseIdentifier: "\(ActivityListHeaderView.self)", + for: indexPath + ) + + if let header = header as? ActivityListHeaderView { + header.configure(with: listItem[indexPath.section].total) + } + + return header + } +} diff --git a/BoostRunClub/Views/DataSource/SplitDatailSplitDataSource.swift b/BoostRunClub/Views/DataSource/SplitDatailSplitDataSource.swift new file mode 100644 index 0000000..cf96fc0 --- /dev/null +++ b/BoostRunClub/Views/DataSource/SplitDatailSplitDataSource.swift @@ -0,0 +1,47 @@ +// +// SplitDatailSplitDataSource.swift +// BoostRunClub +// +// Created by 조기현 on 2020/12/14. +// + +import UIKit + +struct SplitRow { + let distance: Double + let kilometer: String + let avgPace: String + let change: ValueChange? + let elevation: String +} + +class SplitDatailSplitDataSource: NSObject, UITableViewDataSource { + var data = [SplitRow]() + var totalDistance: Double = 0 + + func update(_ data: [SplitRow]) { + self.data = data + totalDistance = data.reduce(into: Double(0)) { $0 += $1.distance } + } + + func tableView(_: UITableView, numberOfRowsInSection _: Int) -> Int { + data.count + } + + func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell { + let cell = tableView.dequeueReusableCell( + withIdentifier: SplitDatailSplitCell.identifier, + for: indexPath + ) + + if let cell = cell as? SplitDatailSplitCell { +// cell.kilometerLabel.text = data[indexPath.row].kilometer + cell.kilometerLabel.text = indexPath.row < data.count - 1 ? "\(indexPath.row + 1)" : String(format: "%.2f", Double(Int(totalDistance) % 1000) / 1000) + cell.paceLabel.text = data[indexPath.row].avgPace + cell.changeLabel.applyChange(data[indexPath.row].change) + cell.elevationLabel.text = data[indexPath.row].elevation + } + + return cell + } +} diff --git a/BoostRunClub/Views/DataSource/SplitInfoDetailDataSource.swift b/BoostRunClub/Views/DataSource/SplitInfoDetailDataSource.swift new file mode 100644 index 0000000..01ce5da --- /dev/null +++ b/BoostRunClub/Views/DataSource/SplitInfoDetailDataSource.swift @@ -0,0 +1,39 @@ +// +// SplitInfoDetailDataSource.swift +// BoostRunClub +// +// Created by 조기현 on 2020/12/14. +// + +import UIKit + +struct SplitInfo { + let title: String + let value: String +} + +class SplitInfoDetailDataSource: NSObject, UITableViewDataSource { + var data = [SplitInfo]() + + func update(_ data: [SplitInfo]) { + self.data = data + } + + func tableView(_: UITableView, numberOfRowsInSection _: Int) -> Int { + data.count + } + + func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell { + let cell = tableView.dequeueReusableCell( + withIdentifier: SplitDetailInfoCell.identifier, + for: indexPath + ) + + if let cell = cell as? SplitDetailInfoCell { + cell.titleLabel.text = data[indexPath.row].title + cell.valueLabel.text = data[indexPath.row].value + } + + return cell + } +} diff --git a/BoostRunClub/Views/GoalValueView.swift b/BoostRunClub/Views/GoalValueView.swift new file mode 100644 index 0000000..f473374 --- /dev/null +++ b/BoostRunClub/Views/GoalValueView.swift @@ -0,0 +1,104 @@ +// +// GoalValueView.swift +// BoostRunClub +// +// Created by 조기현 on 2020/11/26. +// + +import UIKit + +final class GoalValueView: UIView { + private lazy var goalValueLabel: UILabel = makeGoalValueLabel() + + var tapAction: (() -> Void)? + let underline: UIView = { + let view = UIView() + view.backgroundColor = .label + return view + }() + + let descriptionLabel: UILabel = { + let label = UILabel() + label.text = "킬로미터" + return label + }() + + init() { + super.init(frame: .zero) + commonInit() + } + + required init?(coder: NSCoder) { + super.init(coder: coder) + commonInit() + } + + func setLabelText(goalValue: String, goalUnit: String) { + goalValueLabel.text = goalValue + descriptionLabel.text = goalUnit + } +} + +// MARK: - Actions + +extension GoalValueView { + @objc + private func execute() { + tapAction?() + } +} + +// MARK: - Configure + +extension GoalValueView { + func commonInit() { + isUserInteractionEnabled = true + configureLayout() + let tapGesture = UITapGestureRecognizer(target: self, action: #selector(execute)) + addGestureRecognizer(tapGesture) + } + + func configureLayout() { + addSubview(goalValueLabel) + goalValueLabel.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + goalValueLabel.topAnchor.constraint(equalTo: topAnchor), + goalValueLabel.leadingAnchor.constraint(equalTo: leadingAnchor, constant: 10), + goalValueLabel.trailingAnchor.constraint(equalTo: trailingAnchor, constant: 10), + ]) + goalValueLabel.setContentCompressionResistancePriority(.init(rawValue: 999), for: .horizontal) + + addSubview(underline) + underline.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + underline.topAnchor.constraint(equalTo: goalValueLabel.lastBaselineAnchor, constant: 9), + underline.trailingAnchor.constraint(equalTo: goalValueLabel.trailingAnchor), + underline.leadingAnchor.constraint(equalTo: goalValueLabel.leadingAnchor), + underline.heightAnchor.constraint(equalToConstant: 1), + ]) + + addSubview(descriptionLabel) + descriptionLabel.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + descriptionLabel.topAnchor.constraint(equalTo: underline.bottomAnchor, constant: 7), + descriptionLabel.centerXAnchor.constraint(equalTo: centerXAnchor), + descriptionLabel.bottomAnchor.constraint(equalTo: bottomAnchor), + ]) + } + + func makeGoalValueLabel() -> UILabel { + let label = NikeLabel(with: 50) + label.textColor = .label + label.textAlignment = .center + return label + } + + func makeSetGoalButton() -> UIButton { + let button = UIButton() + button.setTitleColor(.label, for: .normal) + button.titleLabel?.font = UIFont(name: "FuturaLT-CondExtraBoldObl", size: 50) + button.contentHorizontalAlignment = .fill + + return button + } +} diff --git a/BoostRunClub/Views/NikeLabel.swift b/BoostRunClub/Views/NikeLabel.swift new file mode 100644 index 0000000..1956297 --- /dev/null +++ b/BoostRunClub/Views/NikeLabel.swift @@ -0,0 +1,38 @@ +// +// nikeLabel.swift +// BoostRunClub +// +// Created by 김신우 on 2020/11/28. +// + +import UIKit + +class NikeLabel: UILabel { + init(with size: CGFloat = 17) { + super.init(frame: .zero) + commonInit(with: size) + } + + required init?(coder: NSCoder) { + super.init(coder: coder) + commonInit() + } + + private func commonInit(with size: CGFloat = 17) { + font = UIFont(name: "FuturaLT-CondExtraBoldObl", size: size) + } + + override var intrinsicContentSize: CGSize { + var size = super.intrinsicContentSize + + if + let length = text?.count, + length > 0 + { + let adder = size.width / CGFloat(length) / 5 + size.width += adder + } + + return size + } +} diff --git a/BoostRunClub/Views/ProfileButton.swift.swift b/BoostRunClub/Views/ProfileButton.swift.swift new file mode 100644 index 0000000..7a9af4f --- /dev/null +++ b/BoostRunClub/Views/ProfileButton.swift.swift @@ -0,0 +1,39 @@ +// +// ProfileButton.swift.swift +// BoostRunClub +// +// Created by Imho Jang on 2020/12/15. +// + +import UIKit + +extension UIBarButtonItem { + static func makeProfileButton() -> UIBarButtonItem { + var profileImage = UIImage() + let button = UIButton(type: .custom) + if let imageData = Data.loadImageDataFromDocumentsDirectory(fileName: "profile.png") { + profileImage = UIImage(data: imageData) ?? UIImage() + } else { + profileImage = UIImage.SFSymbol(name: "person.circle", + size: 27, + weight: .regular, + scale: .default, + color: .systemGray, + renderingMode: .automatic) ?? UIImage() + } + button.setImage(profileImage, for: .normal) + button.tintColor = .systemGray + button.imageView?.contentMode = .scaleAspectFill + button.frame = CGRect(x: 0, y: 0, width: 35, height: 35) + button.layer.cornerRadius = button.frame.height / 2 + button.layer.masksToBounds = true + + let barButton = UIBarButtonItem(customView: button) + + barButton.customView?.translatesAutoresizingMaskIntoConstraints = false + barButton.customView?.widthAnchor.constraint(equalToConstant: 35).isActive = true + barButton.customView?.heightAnchor.constraint(equalToConstant: 35).isActive = true + + return barButton + } +} diff --git a/BoostRunClub/Views/Renderer/BasicRouteOverlay.swift b/BoostRunClub/Views/Renderer/BasicRouteOverlay.swift new file mode 100644 index 0000000..f8f82a7 --- /dev/null +++ b/BoostRunClub/Views/Renderer/BasicRouteOverlay.swift @@ -0,0 +1,22 @@ +// +// RouteOverlay.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/15. +// + +import MapKit + +class BasicRouteOverlay: NSObject, MKOverlay { + var boundingMapRect: MKMapRect + var coordinate: CLLocationCoordinate2D { + CLLocationCoordinate2D(latitude: boundingMapRect.midX, longitude: boundingMapRect.midY) + } + + var locations: [Location] + + init(locations: [Location], mapRect _: MKMapRect) { + self.locations = locations + boundingMapRect = .world + } +} diff --git a/BoostRunClub/Views/Renderer/BasicRouteRenderer.swift b/BoostRunClub/Views/Renderer/BasicRouteRenderer.swift new file mode 100644 index 0000000..31b9dd5 --- /dev/null +++ b/BoostRunClub/Views/Renderer/BasicRouteRenderer.swift @@ -0,0 +1,39 @@ +// +// BasicRouteRenderer.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/15. +// + +import MapKit + +class BasicRouteRenderer: MKOverlayPathRenderer { + var routeOverlay: BasicRouteOverlay + + init(overlay: BasicRouteOverlay) { + routeOverlay = overlay + super.init(overlay: routeOverlay) + } + + override func draw(_ mapRect: MKMapRect, zoomScale: MKZoomScale, in context: CGContext) { + let baseWidth = lineWidth / zoomScale + + let locations = routeOverlay.locations + + context.setLineWidth(baseWidth) + context.setLineJoin(.round) + context.setLineCap(.round) + + let points = locations.map { self.point(for: MKMapPoint($0.coord2d)) } + let paths = CGMutablePath() + paths.addLines(between: points) + + let lineColor = strokeColor?.cgColor ?? UIColor.black.cgColor + context.setStrokeColor(lineColor) + context.beginPath() + context.addPath(paths) + context.strokePath() + + super.draw(mapRect, zoomScale: zoomScale, in: context) + } +} diff --git a/BoostRunClub/Views/Renderer/GradientRouteOverlay.swift b/BoostRunClub/Views/Renderer/GradientRouteOverlay.swift new file mode 100644 index 0000000..34d0329 --- /dev/null +++ b/BoostRunClub/Views/Renderer/GradientRouteOverlay.swift @@ -0,0 +1,63 @@ +// +// GradientRouteOverlay.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/15. +// + +import MapKit + +class PaceGradientRouteOverlay: BasicRouteOverlay { + let maxSpeed: CGFloat + let minSpeed: CGFloat + var maxHue: CGFloat + var minHue: CGFloat + var colors = [(start: CGColor, end: CGColor)]() + var slices = [RunningSlice]() + + init( + locations: [Location], + splits: [RunningSplit], + mapRect: MKMapRect, + colorMin: UIColor, + colorMax: UIColor + ) { + slices = splits.reduce(into: []) { $0.append(contentsOf: $1.runningSlices) } + let minMaxValue = locations.reduce(into: (min: Int.max, max: Int.min)) { + $0.min = min($0.min, $1.speed) + $0.max = max($0.max, $1.speed) + } + maxSpeed = CGFloat(minMaxValue.max) + minSpeed = CGFloat(minMaxValue.min) + + minHue = colorMin.hsba.hue + maxHue = colorMax.hsba.hue + maxHue += minHue > maxHue ? 1 : 0 + + super.init(locations: locations, mapRect: mapRect) + + setColors() + } + + private func setColors() { + let speedFactor: CGFloat = 1 / (maxSpeed - minSpeed) + let hueFactor: CGFloat = (maxHue - minHue) + + slices.forEach { slice in + if !slice.isRunning { + self.colors.append((start: UIColor.black.cgColor, end: UIColor.black.cgColor)) + return + } + let startIdx = clamped(value: slice.startIndex, minValue: 0, maxValue: locations.count - 2) + let endIdx = clamped(value: slice.endIndex, minValue: startIdx, maxValue: locations.count - 1) + + let startHue = minHue + (CGFloat(locations[startIdx].speed) - minSpeed) * speedFactor * hueFactor + let endHue = minHue + (CGFloat(locations[endIdx].speed) - minSpeed) * speedFactor * hueFactor + self.colors.append(( + start: UIColor(hue: startHue, saturation: 1, brightness: 1, alpha: 1).cgColor, + end: UIColor(hue: endHue, saturation: 1, brightness: 1, alpha: 1).cgColor + ) + ) + } + } +} diff --git a/BoostRunClub/Views/Renderer/GradientRouteRenderer.swift b/BoostRunClub/Views/Renderer/GradientRouteRenderer.swift new file mode 100644 index 0000000..4f9bcbf --- /dev/null +++ b/BoostRunClub/Views/Renderer/GradientRouteRenderer.swift @@ -0,0 +1,74 @@ +// +// GradientRouteRenderer.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/15. +// + +import MapKit + +class GradientRouteRenderer: MKOverlayPathRenderer { + var routeOverlay: PaceGradientRouteOverlay + + var borderColor: UIColor = .white + + init(overlay: PaceGradientRouteOverlay) { + routeOverlay = overlay + super.init(overlay: overlay) + } + + override func draw(_: MKMapRect, zoomScale: MKZoomScale, in context: CGContext) { + guard routeOverlay.locations.count > 2 else { return } + let baseWidth = lineWidth / zoomScale + let points = routeOverlay.locations.map { self.point(for: MKMapPoint($0.coord2d)) } + + let borderPath = CGMutablePath() + borderPath.addLines(between: points) + + context.setLineWidth(baseWidth * 2) + context.setLineJoin(.round) + context.setLineCap(.round) + context.addPath(borderPath) + context.setStrokeColor(borderColor.cgColor) + context.strokePath() + + for (idx, slice) in routeOverlay.slices.enumerated() { + let startIdx = clamped(value: slice.startIndex, minValue: 0, maxValue: points.count - 2) + let endIdx = clamped(value: slice.endIndex, minValue: startIdx + 1, maxValue: points.count - 1) + let startColor = routeOverlay.colors[idx].start + let endColor = routeOverlay.colors[idx].end + + context.setLineWidth(baseWidth) + context.setLineJoin(.round) + context.setLineCap(.round) + + let path = CGMutablePath() + path.move(to: points[startIdx]) + path.addLines(between: points[startIdx ... endIdx].map { $0 }) + + context.addPath(path) + context.saveGState() + + context.replacePathWithStrokedPath() + context.clip() + + guard + let gradient = CGGradient( + colorsSpace: nil, + colors: [startColor, endColor] as CFArray, + locations: [0, 1] + ) + else { + context.restoreGState() + continue + } + + context.drawLinearGradient( + gradient, start: points[startIdx], + end: points[endIdx], + options: [.drawsAfterEndLocation] + ) + context.restoreGState() + } + } +} diff --git a/BoostRunClub/Views/RoundSegmentControl.swift b/BoostRunClub/Views/RoundSegmentControl.swift new file mode 100644 index 0000000..4e8e1e9 --- /dev/null +++ b/BoostRunClub/Views/RoundSegmentControl.swift @@ -0,0 +1,155 @@ +// +// RoundSegmentControl.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/07. +// + +import UIKit + +class RoundSegmentControl: UIView { + var background: UIColor + var foreground: UIColor + var selectedLabelColor: UIColor + var normalLabelColor: UIColor + var borderColor: UIColor + + private var items: [UIButton] = [] + lazy var focusedView: UILabel = { + let label = UILabel() + label.backgroundColor = self.foreground + label.textColor = self.selectedLabelColor + label.textAlignment = .center + label.layer.masksToBounds = true + return label + }() + + var selectedIdx: Int = 0 { + didSet { + if oldValue != selectedIdx { + didItemChanged(from: oldValue, to: selectedIdx) + } + } + } + + var didChangeSelectedItem: ((Int) -> Void)? + + init( + items: [String], + background: UIColor, + foreground: UIColor, + selectedColor: UIColor, + normalColor: UIColor, + borderColor: UIColor + ) { + self.background = background + self.foreground = foreground + selectedLabelColor = selectedColor + normalLabelColor = normalColor + self.borderColor = borderColor + super.init(frame: .zero) + commonInit(items: items) + } + + required init?(coder: NSCoder) { + background = .clear + foreground = .black + selectedLabelColor = .white + normalLabelColor = .black + borderColor = .clear + super.init(coder: coder) + commonInit(items: []) + } + + override func layoutSubviews() { + super.layoutSubviews() + + layer.cornerRadius = bounds.height / 2 + focusedView.layer.cornerRadius = bounds.height / 2 + + if !items.isEmpty { + focusedView.frame = items[selectedIdx].frame + } + } +} + +// MARK: - Actions + +extension RoundSegmentControl { + @objc + func didTapItem(_ button: UIButton) { + guard + let idx = items.firstIndex(of: button), + idx != selectedIdx + else { return } + selectedIdx = idx + didChangeSelectedItem?(idx) + } + + private func didItemChanged(from oldIdx: Int, to newIdx: Int) { + let prevItem = items[oldIdx] + let newItem = items[newIdx] + + prevItem.setTitleColor(normalLabelColor, for: .normal) + newItem.setTitleColor(background, for: .normal) + + focusedView.text = "" + UIView.animate( + withDuration: 0.2, + delay: 0, + usingSpringWithDamping: 0.9, + initialSpringVelocity: 0.8, + animations: { + self.focusedView.frame = newItem.frame + }, + completion: { _ in + self.focusedView.text = newItem.currentTitle + } + ) + } +} + +// MARK: - Configure + +extension RoundSegmentControl { + private func commonInit(items: [String]) { + layer.masksToBounds = true + layer.borderWidth = 1 + layer.borderColor = borderColor.cgColor + items.forEach { self.items.append(makeSegmentItem(title: $0)) } + configureLayout() + + if !items.isEmpty { + focusedView.text = items[0] + } + } + + private func configureLayout() { + let segmentStackView = UIStackView.make( + with: items, axis: .horizontal, + alignment: .center, + distribution: .fillEqually, + spacing: 0 + ) + addSubview(segmentStackView) + segmentStackView.translatesAutoresizingMaskIntoConstraints = false + + NSLayoutConstraint.activate([ + segmentStackView.topAnchor.constraint(equalTo: topAnchor), + segmentStackView.leftAnchor.constraint(equalTo: leftAnchor), + segmentStackView.rightAnchor.constraint(equalTo: rightAnchor), + segmentStackView.bottomAnchor.constraint(equalTo: bottomAnchor), + ]) + + addSubview(focusedView) + } + + private func makeSegmentItem(title: String) -> UIButton { + let button = UIButton() + button.setTitle(title, for: .normal) + button.backgroundColor = background + button.setTitleColor(normalLabelColor, for: .normal) + button.addTarget(self, action: #selector(didTapItem(_:)), for: .touchUpInside) + return button + } +} diff --git a/BoostRunClub/Views/RunDataView.swift b/BoostRunClub/Views/RunDataView.swift new file mode 100644 index 0000000..804b133 --- /dev/null +++ b/BoostRunClub/Views/RunDataView.swift @@ -0,0 +1,105 @@ +// +// RunDataView.swift +// BoostRunClub +// +// Created by 김신우 on 2020/11/28. +// + +import UIKit + +final class RunDataView: UIStackView { + enum Style { + case main, sub + } + + lazy var valueLabel = makeValueLabel() + private lazy var descriptionLabel = maekDescriptionLabel() + let style: Style + var tapAction: (() -> Void)? + + init(style: Style = .sub) { + self.style = style + super.init(frame: .zero) + commonInit() + } + + required init(coder: NSCoder) { + style = .sub + super.init(coder: coder) + commonInit() + } + + func setValue(value: String) { + valueLabel.text = value + } + + func setType(type: String) { + descriptionLabel.text = type + } +} + +// MARK: - Actions + +extension RunDataView { + @objc + private func execute() { + tapAction?() + } + + func startBounceAnimation() { + transform = transform.scaledBy(x: 0.5, y: 0.5) + UIView.animate(withDuration: 0.3) { + self.transform = .identity + } + } +} + +// MARK: - Configure + +extension RunDataView { + private func commonInit() { + distribution = .equalSpacing + alignment = .center + axis = .vertical + + switch style { + case .main: + valueLabel.font = valueLabel.font.withSize(120) + descriptionLabel.font = descriptionLabel.font.withSize(30) + case .sub: + valueLabel.font = valueLabel.font.withSize(35) + descriptionLabel.font = descriptionLabel.font.withSize(20) + } + + addArrangedSubview(valueLabel) + addArrangedSubview(descriptionLabel) + + let tapGesture = UITapGestureRecognizer(target: self, action: #selector(execute)) + + addGestureRecognizer(tapGesture) + } + + private func makeValueLabel() -> UILabel { + let label: UILabel + switch style { + case .main: + label = NikeLabel() + case .sub: + label = UILabel() + label.font = UIFont.boldSystemFont(ofSize: 17) + } + label.textColor = UIColor(named: "accent2") + label.textAlignment = .center + label.text = "00:00" + return label + } + + private func maekDescriptionLabel() -> UILabel { + let label = UILabel() + label.textColor = UIColor.systemGray2.withAlphaComponent(0.7) + label.textAlignment = .center + label.font = UIFont.boldSystemFont(ofSize: 17) + label.text = "시간" + return label + } +} diff --git a/BoostRunClub/Views/SplitInfoDetailScene/SplitDatailSplitCell.swift b/BoostRunClub/Views/SplitInfoDetailScene/SplitDatailSplitCell.swift new file mode 100644 index 0000000..e2a687b --- /dev/null +++ b/BoostRunClub/Views/SplitInfoDetailScene/SplitDatailSplitCell.swift @@ -0,0 +1,47 @@ +// +// SplitDatailSplitCell.swift +// BoostRunClub +// +// Created by 조기현 on 2020/12/14. +// + +import UIKit + +class SplitDatailSplitCell: UITableViewCell { + let kilometerLabel = UILabel() + let paceLabel = UILabel() + let changeLabel = UILabel() + let elevationLabel = UILabel() + + override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) { + super.init(style: style, reuseIdentifier: reuseIdentifier) + commonInit() + kilometerLabel.text = "asdf" + } + + required init?(coder: NSCoder) { + super.init(coder: coder) + } + + private func commonInit() { + let labels = [kilometerLabel, paceLabel, changeLabel, elevationLabel] + labels.enumerated().forEach { idx, label in + label.font = UIFont.systemFont(ofSize: 17) + label.textColor = .label + label.setTextAlignment(idx: idx, total: labels.count) + } + kilometerLabel.textColor = .systemGray + + let stackView = UIStackView.make(with: labels, distribution: .fillEqually) + contentView.addSubview(stackView) + stackView.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + stackView.centerXAnchor.constraint(equalTo: contentView.centerXAnchor), + stackView.widthAnchor.constraint(equalTo: contentView.widthAnchor, constant: -40), + stackView.topAnchor.constraint(equalTo: contentView.topAnchor), + stackView.centerYAnchor.constraint(equalTo: centerYAnchor), + stackView.bottomAnchor.constraint(equalTo: contentView.bottomAnchor), + stackView.heightAnchor.constraint(equalToConstant: 60), + ]) + } +} diff --git a/BoostRunClub/Views/SplitInfoDetailScene/SplitDetailDateInfoView.swift b/BoostRunClub/Views/SplitInfoDetailScene/SplitDetailDateInfoView.swift new file mode 100644 index 0000000..0a89646 --- /dev/null +++ b/BoostRunClub/Views/SplitInfoDetailScene/SplitDetailDateInfoView.swift @@ -0,0 +1,52 @@ +// +// SplitDetailTotalHeaderView.swift +// BoostRunClub +// +// Created by 조기현 on 2020/12/14. +// + +import UIKit + +class SplitDetailDateInfoView: UIView { + let dateLabel = UILabel() + let timeLabel = UILabel() + + override init(frame: CGRect) { + super.init(frame: frame) + configure() + } + + required init?(coder: NSCoder) { + super.init(coder: coder) + } + + var stackView: UIStackView? + + private func configure() { + backgroundColor = .systemBackground + dateLabel.font = UIFont.boldSystemFont(ofSize: 24) + timeLabel.font = UIFont.systemFont(ofSize: 17) + + let stackView = UIStackView.make(with: [dateLabel, timeLabel], + axis: .vertical, + spacing: 10) + addSubview(stackView) + stackView.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + stackView.centerYAnchor.constraint(equalTo: centerYAnchor), + stackView.centerXAnchor.constraint(equalTo: centerXAnchor), + stackView.widthAnchor.constraint(equalTo: widthAnchor, constant: -40), + ]) + self.stackView = stackView + } +} + +extension UILabel { + func setTextAlignment(idx: Int, total: Int) { + if total == 4, idx == 1 { + textAlignment = .left + } else { + textAlignment = [.left, .center, .right][idx == 0 ? 0 : 1 + (idx + 1) / total] + } + } +} diff --git a/BoostRunClub/Views/SplitInfoDetailScene/SplitDetailInfoCell.swift b/BoostRunClub/Views/SplitInfoDetailScene/SplitDetailInfoCell.swift new file mode 100644 index 0000000..34d6cdc --- /dev/null +++ b/BoostRunClub/Views/SplitInfoDetailScene/SplitDetailInfoCell.swift @@ -0,0 +1,51 @@ +// +// SplitDetailInfoCell.swift +// BoostRunClub +// +// Created by 조기현 on 2020/12/14. +// + +import UIKit + +class SplitDetailInfoCell: UITableViewCell { + lazy var titleLabel: UILabel = { + let label = UILabel() + label.font = UIFont.systemFont(ofSize: fontSize) + label.textColor = .lightGray + label.textAlignment = .left + return label + }() + + lazy var valueLabel: UILabel = { + let label = UILabel() + label.font = UIFont.boldSystemFont(ofSize: fontSize) + label.textColor = .label + label.textAlignment = .right + return label + }() + + private let fontSize: CGFloat = 17 + + override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) { + super.init(style: style, reuseIdentifier: reuseIdentifier) + commonInit() + } + + required init?(coder: NSCoder) { + super.init(coder: coder) + } + + func commonInit() { + let stackView = UIStackView.make(with: [titleLabel, valueLabel], distribution: .fillEqually) + contentView.addSubview(stackView) + stackView.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + stackView.centerXAnchor.constraint(equalTo: contentView.centerXAnchor), + stackView.widthAnchor.constraint(equalTo: contentView.widthAnchor, constant: -40), + stackView.topAnchor.constraint(equalTo: contentView.topAnchor), + stackView.centerYAnchor.constraint(equalTo: centerYAnchor), + stackView.bottomAnchor.constraint(equalTo: contentView.bottomAnchor), + stackView.heightAnchor.constraint(equalToConstant: 60), + ]) + } +} diff --git a/BoostRunClub/Views/SplitInfoDetailScene/SplitDetailSplitHeaderView.swift b/BoostRunClub/Views/SplitInfoDetailScene/SplitDetailSplitHeaderView.swift new file mode 100644 index 0000000..5dee4d8 --- /dev/null +++ b/BoostRunClub/Views/SplitInfoDetailScene/SplitDetailSplitHeaderView.swift @@ -0,0 +1,49 @@ +// +// SplitDetailSplitHeaderView.swift +// BoostRunClub +// +// Created by 조기현 on 2020/12/14. +// + +import UIKit + +class SplitDetailSplitHeaderView: UIView { + private lazy var titleLabel: UILabel = { + let label = UILabel() + label.text = "구간" + label.font = UIFont.boldSystemFont(ofSize: 30) + label.textColor = .label + return label + }() + + private let secondView = SplitHeaderView(titles: ["KM", "평균 페이스", "+/-", "고도"], with: false, inset: 0) + private let inset: CGFloat = 20 + + override init(frame: CGRect) { + super.init(frame: frame) + configure() + } + + required init?(coder: NSCoder) { + super.init(coder: coder) + } + + private func configure() { + addSubview(titleLabel) + titleLabel.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + titleLabel.topAnchor.constraint(equalTo: topAnchor, constant: inset), + titleLabel.leadingAnchor.constraint(equalTo: leadingAnchor, constant: inset), + titleLabel.trailingAnchor.constraint(equalTo: trailingAnchor, constant: -inset), + ]) + + addSubview(secondView) + secondView.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + secondView.topAnchor.constraint(equalTo: titleLabel.bottomAnchor), + secondView.leadingAnchor.constraint(equalTo: leadingAnchor, constant: inset), + secondView.trailingAnchor.constraint(equalTo: trailingAnchor, constant: -inset), + secondView.bottomAnchor.constraint(equalTo: bottomAnchor), + ]) + } +} diff --git a/BoostRunClub/Views/SplitInfoDetailScene/SplitHeaderView.swift b/BoostRunClub/Views/SplitInfoDetailScene/SplitHeaderView.swift new file mode 100644 index 0000000..b98eeef --- /dev/null +++ b/BoostRunClub/Views/SplitInfoDetailScene/SplitHeaderView.swift @@ -0,0 +1,66 @@ +// +// SplitHeaderView.swift +// BoostRunClub +// +// Created by 조기현 on 2020/12/09. +// + +import UIKit + +class SplitHeaderView: UIView { + var inset: CGFloat = -40 + + init(titles: [String], with bottomBorder: Bool = true, inset: CGFloat = -40) { + super.init(frame: .zero) + self.inset = inset + configure(titles: titles, bottomBorder: bottomBorder) + } + + override init(frame: CGRect) { + super.init(frame: frame) + } + + required init?(coder: NSCoder) { + super.init(coder: coder) + } + + func configure(titles: [String], bottomBorder: Bool) { + backgroundColor = .systemBackground + + let labels: [UILabel] = titles.enumerated().map { idx, title in + let label = UILabel() + label.text = title + label.font = label.font.withSize(17) + label.textColor = .lightGray + label.setTextAlignment(idx: idx, total: titles.count) + return label + } + + let stackView = UIStackView.make(with: labels, distribution: .fillEqually) + addSubview(stackView) + stackView.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + stackView.centerYAnchor.constraint(equalTo: centerYAnchor), + stackView.centerXAnchor.constraint(equalTo: centerXAnchor), + stackView.widthAnchor.constraint(equalTo: widthAnchor, constant: inset), + stackView.heightAnchor.constraint(equalToConstant: 60), + ]) + + if bottomBorder { + addBottomBorder() + } + } + + func addBottomBorder() { + let bottomBorder = UIView() + bottomBorder.backgroundColor = .lightGray + addSubview(bottomBorder) + bottomBorder.translatesAutoresizingMaskIntoConstraints = false + NSLayoutConstraint.activate([ + bottomBorder.centerXAnchor.constraint(equalTo: centerXAnchor), + bottomBorder.widthAnchor.constraint(equalTo: widthAnchor, constant: inset), + bottomBorder.bottomAnchor.constraint(equalTo: bottomAnchor), + bottomBorder.heightAnchor.constraint(equalToConstant: 0.5), + ]) + } +} diff --git a/BoostRunClubTests/BoostRunClubTests.swift b/BoostRunClubTests/BoostRunClubTests.swift new file mode 100644 index 0000000..cca7599 --- /dev/null +++ b/BoostRunClubTests/BoostRunClubTests.swift @@ -0,0 +1,30 @@ +// +// BoostRunClubTests.swift +// BoostRunClubTests +// +// Created by 김신우 on 2020/11/28. +// + +import XCTest + +class BoostRunClubTests: XCTestCase { + override func setUpWithError() throws { + // Put setup code here. This method is called before the invocation of each test method in the class. + } + + override func tearDownWithError() throws { + // Put teardown code here. This method is called after the invocation of each test method in the class. + } + + func testExample() throws { + // This is an example of a functional test case. + // Use XCTAssert and related functions to verify your tests produce the correct results. + } + + func testPerformanceExample() throws { + // This is an example of a performance test case. + measure { + // Put the code you want to measure the time of here. + } + } +} diff --git a/BoostRunClubTests/Info.plist b/BoostRunClubTests/Info.plist new file mode 100644 index 0000000..7ad38b4 --- /dev/null +++ b/BoostRunClubTests/Info.plist @@ -0,0 +1,20 @@ + + + + + CFBundleDevelopmentRegion + $(DEVELOPMENT_LANGUAGE) + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1 + + diff --git a/BoostRunClubTests/Mocks/DefaultsProviderMock.swift b/BoostRunClubTests/Mocks/DefaultsProviderMock.swift new file mode 100644 index 0000000..626c846 --- /dev/null +++ b/BoostRunClubTests/Mocks/DefaultsProviderMock.swift @@ -0,0 +1,16 @@ +// +// DefaultsProviderMock.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/20. +// + +import Foundation + +class DefaultsProviderMock: DefaultsReadable, DefaultsWritable { + func set(_: Any?, forKey _: String) {} + + func string(forKey _: String) -> String? { + return "" + } +} diff --git a/BoostRunClubTests/Mocks/EventTimeProvidableMock.swift b/BoostRunClubTests/Mocks/EventTimeProvidableMock.swift new file mode 100644 index 0000000..dedc7e2 --- /dev/null +++ b/BoostRunClubTests/Mocks/EventTimeProvidableMock.swift @@ -0,0 +1,27 @@ +// +// EventTimeProvidableMock.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/20. +// + +import Combine +import Foundation + +class EventTimeProvidableMock: EventTimeProvidable { + var isStarted = false + + var timeIntervalSubject = PassthroughSubject() + + func start() { + isStarted = true + } + + func stop() { + isStarted = false + } + + func send(_ interval: Double) { + timeIntervalSubject.send(interval) + } +} diff --git a/BoostRunClubTests/Mocks/LocationProviderMock.swift b/BoostRunClubTests/Mocks/LocationProviderMock.swift new file mode 100644 index 0000000..5040d83 --- /dev/null +++ b/BoostRunClubTests/Mocks/LocationProviderMock.swift @@ -0,0 +1,28 @@ +// +// MockLocationProvider.swift +// BoostRunClubTests +// +// Created by 김신우 on 2020/11/28. +// + +import Combine +import CoreLocation +import Foundation + +class LocationProviderMock: LocationProvidable { + var isRunningBackgroundTask = false + + func startBackgroundTask() { + isRunningBackgroundTask = true + } + + func stopBackgroundTask() { + isRunningBackgroundTask = false + } + + var locationSubject = PassthroughSubject() + + func send(_ location: CLLocation) { + locationSubject.send(location) + } +} diff --git a/BoostRunClubTests/Mocks/MotionDataModelProvidableMock.swift b/BoostRunClubTests/Mocks/MotionDataModelProvidableMock.swift new file mode 100644 index 0000000..e91fdde --- /dev/null +++ b/BoostRunClubTests/Mocks/MotionDataModelProvidableMock.swift @@ -0,0 +1,27 @@ +// +// MotionDataModelProvidableMock.swift +// BoostRunClubTests +// +// Created by 김신우 on 2020/12/20. +// + +import Combine +import Foundation + +class MotionDataModelProvidableMock: MotionDataModelProvidable { + var isStarted = false + + func start() { + isStarted = true + } + + func stop() { + isStarted = false + } + + var motionTypeSubject = PassthroughSubject() + + func send(_ motionType: MotionType) { + motionTypeSubject.send(motionType) + } +} diff --git a/BoostRunClubTests/Mocks/PedometerProviderMock.swift b/BoostRunClubTests/Mocks/PedometerProviderMock.swift new file mode 100644 index 0000000..00f73b5 --- /dev/null +++ b/BoostRunClubTests/Mocks/PedometerProviderMock.swift @@ -0,0 +1,27 @@ +// +// PedometerProviderMock.swift +// BoostRunClub +// +// Created by 김신우 on 2020/12/20. +// + +import Combine +import Foundation + +class PedometerProviderMock: PedometerProvidable { + var isStarted = false + + func start() { + isStarted = true + } + + func stop() { + isStarted = false + } + + var cadenceSubject = PassthroughSubject() + + func send(_ cadence: Int) { + cadenceSubject.send(cadence) + } +} diff --git a/BoostRunClubTests/Mocks/RunningDashBoardServiceableMock.swift b/BoostRunClubTests/Mocks/RunningDashBoardServiceableMock.swift new file mode 100644 index 0000000..9b2d144 --- /dev/null +++ b/BoostRunClubTests/Mocks/RunningDashBoardServiceableMock.swift @@ -0,0 +1,46 @@ +// +// RunningDashBoardServiceableMock.swift +// BoostRunClubTests +// +// Created by 김신우 on 2020/12/20. +// + +import Combine +import CoreLocation +import Foundation + +class RunningDashBoardServiceableMock: RunningDashBoardServiceable { + var runningStateSubject = PassthroughSubject() + var runningTime = CurrentValueSubject(0) + + var location: CLLocation? + var calorie: Double = 0 + var pace: Double = 0 + var cadence: Int = 0 + var distance: Double = 0 + var avgPace: Double = 0 + + var isRunning = false + func setState(isRunning: Bool) { + self.isRunning = isRunning + } + + var isStarted = false + func start() { + isStarted = true + } + + func stop() { + isStarted = false + } + + func clear() { + runningTime.value = 0 + location = nil + calorie = 0 + pace = 0 + cadence = 0 + distance = 0 + avgPace = 0 + } +} diff --git a/BoostRunClubTests/Mocks/RunningMotionServiceableMock.swift b/BoostRunClubTests/Mocks/RunningMotionServiceableMock.swift new file mode 100644 index 0000000..5772e62 --- /dev/null +++ b/BoostRunClubTests/Mocks/RunningMotionServiceableMock.swift @@ -0,0 +1,26 @@ +// +// RunningMotionServiceableMock.swift +// BoostRunClubTests +// +// Created by 김신우 on 2020/12/20. +// + +import Combine +import Foundation + +class RunningMotionServiceableMock: RunningMotionServiceable { + var isStarted = false + + var motionTypeSubject = PassthroughSubject() + func start() { + isStarted = true + } + + func stop() { + isStarted = false + } + + func send(_ motionType: MotionType) { + motionTypeSubject.send(motionType) + } +} diff --git a/BoostRunClubTests/Mocks/RunningRecordServiceableMock.swift b/BoostRunClubTests/Mocks/RunningRecordServiceableMock.swift new file mode 100644 index 0000000..3a7fe9f --- /dev/null +++ b/BoostRunClubTests/Mocks/RunningRecordServiceableMock.swift @@ -0,0 +1,24 @@ +// +// RunningRecordServiceableMock.swift +// BoostRunClubTests +// +// Created by 김신우 on 2020/12/20. +// + +import Combine +import CoreLocation +import Foundation + +class RunningRecordServiceableMock: RunningRecordServiceable { + func addState(_: RunningState) {} + + func save(startTime _: Date?, endTime _: Date?) -> (activity: Activity, detail: ActivityDetail)? { + return nil + } + + func clear() {} + + var locations: [CLLocation] = [] + var routes: [RunningSlice] = [] + var didAddSplitSignal = PassthroughSubject() +} diff --git a/BoostRunClubTests/Mocks/RunningServiceTypeMock.swift b/BoostRunClubTests/Mocks/RunningServiceTypeMock.swift new file mode 100644 index 0000000..7fbf32c --- /dev/null +++ b/BoostRunClubTests/Mocks/RunningServiceTypeMock.swift @@ -0,0 +1,52 @@ +// +// RunningServiceTypeMock.swift +// BoostRunClubTests +// +// Created by 김신우 on 2020/12/20. +// + +import Combine +import Foundation + +class RunningServiceTypeMock: RunningServiceType { + var dashBoardService: RunningDashBoardServiceable + var recordService: RunningRecordServiceable + + init( + dashBoard: RunningDashBoardServiceable, + recorder: RunningRecordServiceable, + motionProvider _: RunningMotionServiceable + ) { + dashBoardService = dashBoard + recordService = recorder + } + + var runningResultSubject = PassthroughSubject<(activity: Activity, detail: ActivityDetail)?, Never>() + var runningStateSubject = CurrentValueSubject(.standing) + var runningEventSubject = PassthroughSubject() + var isStarted: Bool = false + var isPaused: Bool = false + var autoResume: Bool = true + + func start() { + isStarted = true + } + + func stop() { + isStarted = false + } + + func pause(autoResume: Bool) { + self.autoResume = autoResume + isPaused = true + } + + func resume() { + isPaused = false + } + + var goalInfo: GoalInfo? + func setGoal(_ goalInfo: GoalInfo?) { + self.goalInfo = goalInfo + } +} diff --git a/Docs/prototype.xd b/Docs/prototype.xd new file mode 100644 index 0000000..de9a9fa Binary files /dev/null and b/Docs/prototype.xd differ diff --git a/Podfile b/Podfile new file mode 100644 index 0000000..8ae9502 --- /dev/null +++ b/Podfile @@ -0,0 +1,5 @@ +target 'BoostRunClub' do + use_frameworks! + pod 'SwiftLint' + pod 'SwiftFormat/CLI' +end diff --git a/Podfile.lock b/Podfile.lock new file mode 100644 index 0000000..7f45cbe --- /dev/null +++ b/Podfile.lock @@ -0,0 +1,20 @@ +PODS: + - SwiftFormat/CLI (0.47.4) + - SwiftLint (0.40.3) + +DEPENDENCIES: + - SwiftFormat/CLI + - SwiftLint + +SPEC REPOS: + trunk: + - SwiftFormat + - SwiftLint + +SPEC CHECKSUMS: + SwiftFormat: 43c9302b7dbca1cda59acfc2ac63ac86e281fb14 + SwiftLint: dfd554ff0dff17288ee574814ccdd5cea85d76f7 + +PODFILE CHECKSUM: 62520c5a7451c3d363ff5e01d4c076f458209ad4 + +COCOAPODS: 1.9.3 diff --git a/README.md b/README.md index 306815c..0db1658 100644 --- a/README.md +++ b/README.md @@ -1 +1,288 @@ -# Project18-B-iOS \ No newline at end of file +

🏃‍♀️🏃‍♂️🏃

+ + +

18-B-iOS 팀의 Nike Run Club 클론 프로젝트 Boost Run Club

+ + + + +![Contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg) + +
+ +## TL;DR +부스트 런 클럽은 사용자의 러닝을 측정하여 데이터를 수집하고, 정제한 러닝 데이터를 바탕으로 생성한 활동내역을 확인할 수 있는 iOS 애플리케이션입니다. + +
+ +## Demo Video 📺 + +[부스트 런 클럽 데모 영상](https://youtu.be/__UCw7RBZbk) + +
+ +## Developers 👨🏻‍💻🧑🏼‍💻👨🏽‍💻 +
+ + +| 🍎 iOS | 🍏 iOS | 🍎 iOS | +| :-: | :-: | :-: | +| | | | +| **`S011` 김신우** | **`S046` 장임호** | **`S053` 조기현** | +| [@SHIVVVPP](https://github.com/SHIVVVPP) | [@seoulboy](https://github.com/seoulboy) | [@whrlgus](https://github.com/whrlgus) | +| 잠 그게 뭐죠? | 잠은 자야합니다 | 라면 끓여와도 되죠? | + +
+ + +## Table of contents 🌳 + +- [1. 미리보기](#preview-) +- [2. 설치 및 실행 방법](#installation-) +- [3. 기능 목록](#feature-) +- [4. 프로젝트 구조](#architecture-) +- [5. 사용한 프레임워크](#framework-) +- [6. DevOps](#devops-) +- [7. 마주했던 도전거리들을 해결한 이야기](#challenges-) + +
+ +## Preview 📱 +>부런클 앱의 미리보기 화면입니다 ✨ + +| | | | | +| :----------------------------------------------------------: | :----------------------------------------------------------: | :----------------------------------------------------------: | :----------------------------------------------------------: | +| `목표설정` | `러닝` | `러닝 일시정지` | `활동` | +| | | | | +| `모든 활동` | `활동상세` | `구간상세` | `경로상세` | + + +
+ +## Installation 🏃 +>부런클을 직접 설치하여 사용해 보세요 ✨ + +- 우선 xcode 12.2 와 cocoapods 설치가 선행되어야 합니다. `brew install cocoapods` +- 설치가 되어있다면, 저장소의 `Code` 버튼을 클릭하여 해당 깃헙 저장소를 로컬에 클론하시거나 `Open With Xcode`를 클릭해주세요. +- 클론 후에는 해당 폴더에서 `pod install` 을 실행해주세요. +- 인스톨이 완료된 후에는 `BoostRunClub.xcworkspace` 를 열고, 실행 버튼 혹은 + 실행 단축키 `command + R` 을 눌러서 실행해주세요. + +
+ +## Feature 💫 +>부런클에 담은 기능 목록입니다 ✨ + +### 러닝 기능 +- 사용자의 러닝을 기록하여 그 `경로를 지도에 표시`합니다. +- 기록된 러닝 정보를 바탕으로 구간 별 페이스, 케이던스 등 `측정 자료를 표시`합니다. +- 사용자의 `움직임을 감지`하여 러닝을 자동으로 일시정지 / 재개할 수 있습니다. + +### 활동 기능 +- 저장된 러닝 데이터를 주, 월, 년 별로 `필터 적용`하여 확인이 가능합니다. +- 전체 활동 기록에 대한 `통계를 제공`합니다. +- `이전에 달린 러닝 경로`를 지도에서 확인할 수 있습니다. +- 소모된 칼로리량, 평균페이스, 고도 상승 및 하강 등 `러닝 상세 데이터`를 확인할 수 있습니다. + + +### UI/UX +- 화면 전환/버튼 클릭 시 반응하는 뷰에 `애니메이션` 및 `햅틱 피드백`을 적용하였습니다. +- 컬러 에셋을 사용하여 `다크모드`를 지원하도록 구현하였습니다. +- `AVFoundation` framework의 `AVSpeechSynthesizer`를 사용하여 `음성 피드백`을 제공합니다. +- 러닝 시작/일시정지/러닝, 목표 달성 시에 사용자에게 음성으로 알려주어 사용성을 높입니다. + +### Dark Mode + + + +
+👈 더보기 + +|
|
| +| :----------------------------------------------------------: | :----------------------------------------------------------: | +| `러닝 일시정지` | `활동` | +|
|
| +| `활동상세` | `구간상세` | +
+ + + + + +
+ +## Architecture 🏛 +>부런클에서 사용하고 있는 프로젝트 구조를 보기 쉽게 한눈에 그려보았습니다 ✨ + +![리드미 001](https://user-images.githubusercontent.com/34773827/102685609-56a7e900-4225-11eb-85e0-6e34407bfdc7.jpeg) + +
+ +## Framework 🏗 +>부런클 제작에는 외부패키지를 사용하지 않고 애플에서 제공하는 프레임워크만 사용하였습니다. ✨ + +![333 001](https://user-images.githubusercontent.com/46217844/102346327-01c86080-3fe2-11eb-9660-e5e4505d6427.jpeg) + +
+ +## DevOps 📈 + +### Github Actions를 이용한 지속적 통합 (Continuous Integration) + +`Github Actions`를 이용하여 테스트 및 빌드를 자동화하였고, PR을 merge하기 전에 빌드나 테스트가 올바르게 실행이 되는지 손쉽게 확인할 수 있었습니다. 이를 통해 빌드가 되지 않는 코드를 신속하게 확인하고 수정할 수 있었습니다. + + +### Slack + Github Integration을 이용한 ChatOps 활용 + +부스트캠프 Slack에 프로젝트에 대한 Github 알림을 받을 채널을 생성하고 Github App을 통해 프로젝트 저장소와 연동하였습니다. + +부스트 런 클럽 프로젝트 저장소에서 일어나는 다양한 활동을 실시간으로 알림 받고, 이를 통해 각 팀원들의 활동 내역을 보다 더 편리하고 빠르게 확인하며 팀의 생산성을 높이고자 노력했습니다. + +## Challenges 💪 +>부런클 제작 과정에 있어 저희가 마주했던 도전과제들과 문제를 해결했던 경험을 공유합니다 ✨ + +### A. `코디네이터 패턴 도입, 뷰컨트롤러 간 데이터 전달 및 뷰 전환` + + +코디네이터 패턴에서 뷰 전환 로직은 모두 코디네이터 객체가 수행합니다. 프로젝트에 코디네이터 패턴을 적용하여 역할을 분리해 보고자 하였습니다. 따라서 **다른 뷰로 전환하는 로직**이나, **전환 시 넘겨줄 필요가 있는 데이터 전달 로직**은 코디네이터 객체를 통해 수행하는 방향으로 설계해야 했습니다. + +
+ 👈 더보기 +
+ +크게 두 가지 상황으로 구분하여 다음과 같은 방식으로 이를 구현해내었습니다. + 1. 뷰모델과 코디네이터 바인딩 + 하나의 코디네이터 객체를 통해 뷰를 전환하고, 뷰간 데이터를 전달하는 경우에는 코디네이터와 각 뷰모델 간에 바인딩을 통해 이를 처리할 수 있게 구현했습니다. + 2. NotificationCenter + 코디네이터를 트리 구조로 표현할 때, 하위 코디네이터에서 다른 노드의 하위 코디네이터로 이동하는 경우가 있습니다. 이때, 경로에 있는 모든 코디네이터를 바인딩 하거나 델리게이트를 사용하지 않고 노티피케이션으로 알려주어, 이를 옵저빙 하는 곳에서 바로 처리할 수 있게 구현하였습니다. + +
+ +
+ + +### B. `러닝 데이터 처리를 위한 데이터 구조 설계(running split, slice)` + + +러닝을 시작했을 때, 사용자는 1KM 단위로 자신이 뛴 통계 정보를 볼 수 있어야 합니다. +이런 단위를 기준으로 먼저 러닝에 대한 정보를 RunningSplit으로 나누었습니다. + +
+👈 더보기 + +
+ +RunningSplit을 통해 사용자는 자신이 뛴 경로와 정보를 볼 수 있었지만 한가지 문제가 되었던 사항은 러닝 중지 상태에서의 위치정보는 기록하지 않아 경로를 그릴 때 러닝 중지한 시점과 러닝을 시작한 시점이 선으로 이어지는 것이었습니다. + +해결 방안으로 Running Slice 라는 데이터 구조를 도입했습니다. Running Split이 1KM 단위로 러닝을 구분한 것이었다면 Running Slice는 이벤트 단위로 러닝을 나눈 것입니다.(주로 Running 여부를 기준으로 나뉩니다.) + +Running Slice는 저장해두고있는 Location 배열에서 Slice의 시작 위치 끝 위치를 가지고 있으며 +이를 통해서 Running Split 경로를 그릴 때 RunningSlice 배열 정보를 통해 어색하지 않은 경로를 그릴 수 있게 되었고, 더 나아가 러닝상태에서의 경로와 러닝상태가 아닐 때의 경로를 모두 표시하고 색으로 구분하여 더 나은 사용성을 제공할 수 있게 되었습니다. + + + ![image](https://user-images.githubusercontent.com/34773827/102685647-8eaf2c00-4225-11eb-9797-bba196b66b27.png) + +
+ +
+ + +### C. `일정간격으로 들어오지 않는 CoreLocation 정보를 일정하게 받기` + +처음 프로젝트를 기획 할 때, 기기에서 위치정보는 일정 시간간격으로 들어오거나 임의로 간격을 설정할 수 있을 줄 알았지만 기기마다 그리고 상태마다 간격이 다르다는 것을 알게되었습니다. + +
+👈 더보기 + +
+ +실제 앱 화면에서 시간이 1초간격으로 표시되며 그에 맞게 변경된 데이터들을 표시해야 하기 때문에 이 시간 간격을 컨트롤 할 수 있어야 할 필요가 있었습니다. + +이 문제에 대한 해결 방안으로 +일정 주기로 `timeIntervalSinceReferenceDate` 이벤트를 전달하는 객체와 `lastUpdated` 라는 업데이트된 시간을 유지하는 객체를 만들어 Location과 이벤트 객체에서 발생하는 이벤트를 받아 최근 업데이트 시간과의 차이를 누적시키고 업데이트 시간을 갱신 해주도록 하여 러닝시간을 정교하게 계산할 수 있으면서 일정하게 정보를 받을 수 있도록 해주었습니다. + +
+ +
+ +### D. `러닝 상태 컨트롤 하기` + +저희 프로젝트의 핵심 기능 중 하나는 러닝 상태에 따라 자동으로 화면 전환과, +러닝 여부에 따라 화면에 표시되는 지표들이 변경되는 것입니다. + +
+👈 더보기 + +
+ +저희는 이 기능을 효과적으로 처리하기 위해 +러닝 서비스를 RunningFlowController, RunningDashBoard, RunningRecorder 로 분리하여 구현하였습니다. +RunningDashBoard는 디바이스의 이벤트를 처리하여 우리가 사용할 러닝 정보로 변환하며 최신 상태를 알리고, +RunningRecorder는 DashBoard의 값이 변경 될 때, 러닝정보를 누적하고 구조화 시킵니다. +RunningFlowController는 사용자 이벤트 및 모션 상태 변화를 감지하여 DashBoard, Recorder에 명령을 내려 흐름을 변경합니다. + +이렇게 핵심 기능들을 분리함으로써 저희는 러닝 상태 변화에 따른 다양한 효과들을 구현할 수 있었습니다. + +![image](https://user-images.githubusercontent.com/34773827/102685985-dfc01f80-4227-11eb-9525-4756d946e294.png) + + +
+ + + +
+ + + +### E. `의존성 컨테이너 - 싱글턴으로 구현 vs 주입을 통한 구현` + +러닝 데이터를 측정하고 관리하기위한 애플리케이션을 만들다 보니 Core Location 을 감싸는 구체타입 LocationProvider, Core Motion 을 감싸는 구체타입 MotionProvider, 그리고 Core Data를 감싸는 구체타입 RunningDataProvider 등의 여러 구체타입들을 만들게 되었습니다. 각 구체타입에 대한 의존성을 주입하기 위해 ... +
+ 👈 더보기 + +
+ +각 구체타입에 대한 의존성을 주입하기 위해 애플리케이션의 의존성들을 한곳에 담아서 필요한 곳에서 꺼내다 쓰는 의존성 컨테이너를 사용하자는 제안이 있었습니다. 그러자 "해당 컨테이너를 애플리케이션 상위부터 하위까지 주입을 하여 구현하자"와 "싱글턴 패턴을 적용하여 사용하자"는 두 의견이 충돌하게 되었습니다. 이틑날 새벽까지 이어진 "싱글턴 vs 주입"에 대한 회의는 결국 일단 주입하는 방법을 사용해보고 차차 개선하는 방향으로 결론을 지었으나 각자 제시했던 의견에 있어 상대를 설득시킬만한 사례나 근거에 대한 준비가 미흡했기 때문에 주입을 활용한 방법에 대한 확신이 부족한 상황이었습니다. + +이에 대한 고민과 토론은 개발 2주차까지 이어지게 되었고, 애플리케이션의 상위구조에서 하위구조까지 차례로 전달해주는 방법은 의존성을 필요로 하지 않는 중간객체가 주입 받게 된다는 단점이 있다는 것을 깨닫게 되었습니다. 중간객체가 단순히 하위구조에 의존성을 전달하기 위해 가지고 있으면, 중간객체는 자신과는 아무런 관련이 없는 의존성 컨테이너를 알고 있게되어 객체의 책임이 불분명해지기 때문에 구현 방법을 변경하기로 결정하였습니다. 의존성을 주입 받는 객체는 싱글턴으로 구현된 의존성 컨테이너를 주입받도록 하면서, 필요한 의존성만 주입받을 수 있도록 알맞은 인터페이스를 추가해주는 방식으로 리팩터링을 하게되었습니다. + +
+ +
+ +### F. `Core ML을 이용한 모션 감지 정확도 개선` + +걷고 있는 지 뛰고 있는 지, 아니면 가만히 서 있는 지와 같은 사용자 모션에 따라, 러닝 기록 여부를 결정해야 합니다. CMMotionActivity를 활용하면 최대 5가지의 상태를 구분할 수 있지만, 정확도가 너무 낮다는 문제가 있었습니다. 이 문제를 CoreML을 이용해서 해결했습니다. + +
+ 👈 더보기 +이 문제를 CoreML을 이용해서 해결했습니다. 기기 센서를 통해 발생하는 값(attitude, gravity, rotationRate, userAcceleration)을 기반으로 label을 두 가지로 구분할 수 있는 모델을 만들었습니다. 데이터를 수집기를 만들어 두 가지 상태에 따른 데이터 셋을 직접 만들었고, 이러한 과정을 통해 기대하는 값의 정확도를 높일 수 있었습니다. (https://github.com/whrlgus/MotionDataCollector) + +
+ +
+ + + + + + +
+ +![Swift](https://img.shields.io/badge/swift-v5.3-orange?logo=swift) +![Xcode](https://img.shields.io/badge/xcode-v12.2-blue?logo=xcode) + +[![GitHub Open Issues](https://img.shields.io/github/issues-raw/boostcamp-2020/Project18-B-iOS-BoostRunClub?color=green)](https://github.com/boostcamp-2020/Project18-B-iOS-BoostRunClub/issues) +[![GitHub Closed Issues](https://img.shields.io/github/issues-closed-raw/boostcamp-2020/Project18-B-iOS-BoostRunClub?color=red)](https://github.com/boostcamp-2020/Project18-B-iOS-BoostRunClub/issues) +[![GitHub Open PR](https://img.shields.io/github/issues-pr-raw/boostcamp-2020/Project18-B-iOS-BoostRunClub?color=green)](https://github.com/boostcamp-2020/Project18-B-iOS-BoostRunClub/issues) +[![GitHub Closed PR](https://img.shields.io/github/issues-pr-closed-raw/boostcamp-2020/Project18-B-iOS-BoostRunClub?color=red)](https://github.com/boostcamp-2020/IProject18-B-iOS-BoostRunClub/issues) + + +[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT) + +
+ +



🏃‍♀️🏃‍♂️🏃